Example #1
0
 function get_fields()
 {
     $et_pb_mailchimp_lists_options = array('none' => __('Select the list', 'et_builder'));
     $et_pb_aweber_lists_options = $et_pb_mailchimp_lists_options;
     $et_pb_mailchimp_lists = et_pb_get_mailchimp_lists();
     if ($et_pb_mailchimp_lists) {
         foreach ($et_pb_mailchimp_lists as $et_pb_mailchimp_list_key => $et_pb_mailchimp_list_name) {
             $et_pb_mailchimp_lists_options[$et_pb_mailchimp_list_key] = $et_pb_mailchimp_list_name;
         }
     }
     $et_pb_aweber_lists = et_pb_get_aweber_lists();
     if ($et_pb_aweber_lists) {
         foreach ($et_pb_aweber_lists as $et_pb_aweber_list_key => $et_pb_aweber_list_name) {
             $et_pb_aweber_lists_options[$et_pb_aweber_list_key] = $et_pb_aweber_list_name;
         }
     }
     $fields = array('provider' => array('label' => __('Service Provider', 'et_builder'), 'type' => 'select', 'option_category' => 'basic_option', 'options' => array('mailchimp' => __('MailChimp', 'et_builder'), 'feedburner' => __('FeedBurner', 'et_builder'), 'aweber' => __('Aweber', 'et_builder')), 'affects' => array('#et_pb_feedburner_uri', '#et_pb_mailchimp_list', '#et_pb_aweber_list'), 'description' => __('Here you can choose a service provider.', 'et_builder')), 'feedburner_uri' => array('label' => __('Feed Title', 'et_builder'), 'type' => 'text', 'option_category' => 'basic_option', 'depends_show_if' => 'feedburner', 'description' => __(sprintf('Enter <a href="%1$s" target="_blank">Feed Title</a>.', esc_url('http://feedburner.google.com/fb/a/myfeeds')), 'et_builder')), 'mailchimp_list' => array('label' => __('MailChimp lists', 'et_builder'), 'type' => 'select', 'option_category' => 'basic_option', 'options' => $et_pb_mailchimp_lists_options, 'description' => __("Here you can choose MailChimp list to add customers to. If you don't see any lists here, you need to make sure MailChimp API key is set in ePanel and you have at least one list on a MailChimp account. If you added new list, but it doesn't appear here, activate 'Regenerate MailChimp Lists' option in ePanel. Don't forget to disable it once the list has been regenerated.", 'et_builder'), 'depends_show_if' => 'mailchimp'), 'aweber_list' => array('label' => __('Aweber lists', 'et_builder'), 'type' => 'select', 'option_category' => 'basic_option', 'options' => $et_pb_aweber_lists_options, 'description' => __("Here you can choose Aweber list to add customers to. If you don't see any lists here, you need to make sure Aweber is set up properly in ePanel and you have at least one list on a Aweber account. If you added new list, but it doesn't appear here, activate 'Regenerate Aweber Lists' option in ePanel. Don't forget to disable it once the list has been regenerated.", 'et_builder'), 'depends_show_if' => 'aweber'), 'title' => array('label' => __('Title', 'et_builder'), 'type' => 'text', 'option_category' => 'basic_option', 'description' => __('Choose a title of your signup box.', 'et_builder')), 'button_text' => array('label' => __('Button Text', 'et_builder'), 'type' => 'text', 'option_category' => 'basic_option', 'description' => __('Here you can change the text used for the signup button.', 'et_builder')), 'use_background_color' => array('label' => __('Use Background Color', 'et_builder'), 'type' => 'select', 'option_category' => 'configuration', 'options' => array('on' => __('Yes', 'et_builder'), 'off' => __('No', 'et_builder')), 'affects' => array('#et_pb_background_color'), 'description' => __('Here you can choose whether background color setting below should be used or not.', 'et_builder')), 'background_color' => array('label' => __('Background Color', 'et_builder'), 'type' => 'color-alpha', 'description' => __('Define a custom background color for your module, or leave blank to use the default color.', 'et_builder'), 'depends_default' => true), 'background_layout' => array('label' => __('Text Color', 'et_builder'), 'type' => 'select', 'option_category' => 'configuration', 'options' => array('dark' => __('Light', 'et_builder'), 'light' => __('Dark', 'et_builder')), 'description' => __('Here you can choose whether your text should be light or dark. If you are working with a dark background, then your text should be light. If your background is light, then your text should be set to dark.', 'et_builder')), 'text_orientation' => array('label' => __('Text Orientation', 'et_builder'), 'type' => 'select', 'option_category' => 'layout', 'options' => et_builder_get_text_orientation_options(), 'description' => __('Here you can adjust the alignment of your text.', 'et_builder')), 'content_new' => array('label' => __('Content', 'et_builder'), 'type' => 'tiny_mce', 'option_category' => 'basic_option', 'description' => __('Input the main text content for your module here.', 'et_builder')), 'admin_label' => array('label' => __('Admin Label', 'et_builder'), 'type' => 'text', 'description' => __('This will change the label of the module in the builder for easy identification.', 'et_builder')), 'module_id' => array('label' => __('CSS ID', 'et_builder'), 'type' => 'text', 'option_category' => 'configuration', 'description' => __('Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.', 'et_builder')), 'module_class' => array('label' => __('CSS Class', 'et_builder'), 'type' => 'text', 'option_category' => 'configuration', 'description' => __('Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.', 'et_builder')), 'form_field_background_color' => array('label' => __('Form Field Background Color', 'et_builder'), 'type' => 'color-alpha', 'custom_color' => true, 'tab_slug' => 'advanced'), 'form_field_text_color' => array('label' => __('Form Field Text Color', 'et_builder'), 'type' => 'color', 'custom_color' => true, 'tab_slug' => 'advanced'), 'focus_background_color' => array('label' => __('Focus Background Color', 'et_builder'), 'type' => 'color-alpha', 'custom_color' => true, 'tab_slug' => 'advanced'), 'focus_text_color' => array('label' => __('Focus Text Color', 'et_builder'), 'type' => 'color', 'custom_color' => true, 'tab_slug' => 'advanced'), 'use_focus_border_color' => array('label' => __('Use Focus Border Color', 'et_builder'), 'type' => 'yes_no_button', 'option_category' => 'color_option', 'options' => array('off' => __('No', 'et_builder'), 'on' => __('Yes', 'et_builder')), 'affects' => array('#et_pb_focus_border_color'), 'tab_slug' => 'advanced'), 'focus_border_color' => array('label' => __('Focus Border Color', 'et_builder'), 'type' => 'color', 'custom_color' => true, 'depends_default' => true, 'tab_slug' => 'advanced'));
     return $fields;
 }
 function refresh_lists()
 {
     if (!wp_verify_nonce($_POST['et_builder_nonce'], 'et_builder_nonce')) {
         die(-1);
     }
     if (!current_user_can('manage_options')) {
         die(-1);
     }
     $service = !empty($_POST['et_builder_mail_service']) ? sanitize_text_field($_POST['et_builder_mail_service']) : '';
     self::process_and_update_options($_POST['et_builder_form_options']);
     switch ($service) {
         case 'mailchimp':
             $result = et_pb_get_mailchimp_lists('on');
             break;
         case 'aweber':
             $result = et_pb_get_aweber_lists('on');
             break;
     }
     if (false === $result) {
         $result = sprintf(esc_html__('Error: Please make sure %1$s', 'et_builder_plugin'), 'mailchimp' === $service ? esc_html__('MailChimp API key is correct', 'et_builder_plugin') : esc_html__('AWeber is authorized', 'et_builder_plugin'));
     } else {
         $result = esc_html__('Lists have been successfully regenerated', 'et_builder_plugin');
     }
     die($result);
 }
Example #3
0
function et_pb_pagebuilder_meta_box()
{
    do_action('et_pb_before_page_builder');
    echo '<div id="et_pb_hidden_editor">';
    wp_editor('', 'et_pb_content_new', array('media_buttons' => true));
    echo '</div>';
    echo <<<END
\t<div id="et_pb_main_container"></div>

\t<script type="text/template" id="et-builder-app-template">
\t\t<div id="et_pb_layout_controls">
\t\t\t<a href="#" class="et-pb-layout-buttons et-pb-layout-buttons-save"><span>Save Layout</span></a>
\t\t\t<a href="#" class="et-pb-layout-buttons et-pb-layout-buttons-load"><span>Load Layout</span></a>
\t\t\t<a href="#" class="et-pb-layout-buttons et-pb-layout-buttons-clear"><span>Clear Layout</span></a>
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-section-template">
\t\t<div class="et-pb-controls">
\t\t\t<a href="#" class="et-pb-settings et-pb-settings-section"><span>Settings</span></a>
\t\t\t<a href="#" class="et-pb-clone et-pb-clone-section"><span>Clone Section</span></a>
\t\t\t<a href="#" class="et-pb-remove"><span>Delete Section</span></a>
\t\t</div>

\t\t<div class="et-pb-section-content et-pb-data-cid" data-cid="<%= cid %>">
\t\t</div>

\t\t<a href="#" class="et-pb-section-add"><span class="et-pb-section-add-main">Add Section</span><span class="et-pb-section-add-fullwidth">Add Fullwidth Section</span><span class="et-pb-section-add-specialty">Add Specialty Section</span></a>
\t</script>

\t<script type="text/template" id="et-builder-row-template">
\t\t<div class="et-pb-controls">
\t\t\t<a href="#" class="et-pb-clone et-pb-clone-row"><span>Clone Row</span></a>
\t\t\t<a href="#" class="et-pb-remove"><span>Delete Row</span></a>
\t\t</div>

\t\t<div class="et-pb-row-content et-pb-data-cid" data-cid="<%= cid %>">
\t\t\t<div class="et-pb-row-container"></div>
\t\t\t<a href="#" class="et-pb-insert-column"><span>Insert Column(s)</span></a>
\t\t</div>

\t\t<a href="#" class="et-pb-row-add"><span>Add Row</span></a>
\t</script>

\t<script type="text/template" id="et-builder-block-module-template">
\t\t<a href="#" class="et-pb-settings"><span>Module Settings</span></a>
\t\t<a href="#" class="et-pb-clone et-pb-clone-module"><span>Clone Module</span></a>
\t\t<a href="#" class="et-pb-remove"><span>Delete Module</span></a>
\t\t<span class="et-pb-module-title"><%= admin_label %></span>
\t</script>

\t<script type="text/template" id="et-builder-modal-template">
\t\t<div class="et-pb-modal-container">
\t\t\t<a href="#" class="et-pb-modal-close"><span>Close modal window</span></a>

\t\t<% if ( ! ( typeof open_view !== 'undefined' && open_view === 'column_specialty_settings' ) && typeof type !== 'undefined' && ( type === 'module' || type === 'section' ) ) { %>
\t\t\t<div class="et-pb-modal-bottom-container">
\t\t\t\t<a href="#" class="et-pb-modal-save button button-primary"><span>Save</span></a>
\t\t\t</div>
\t\t<% } %>
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-column-settings-template">
\t\t<h3 class="et-pb-settings-heading">Insert Columns</h3>
\t\t<div class="et-pb-main-settings et-pb-main-settings-full">
\t\t\t<ul class="et-pb-column-layouts">
\t\t\t<% if ( typeof et_pb_specialty !== 'undefined' && et_pb_specialty === 'on' ) { %>
\t\t\t\t<li data-layout="1_2,1_2" data-specialty="1,0" data-specialty_columns="2">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_2 et_pb_variations et_pb_2_variations">
\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_full"></div>
\t\t\t\t\t\t<div class="et_pb_variation_row">
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_2"></div>
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_2"></div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_2 et_pb_specialty_column"></div>
\t\t\t\t</li>

\t\t\t\t<li data-layout="1_2,1_2" data-specialty="0,1" data-specialty_columns="2">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_2 et_pb_specialty_column"></div>

\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_2 et_pb_variations et_pb_2_variations">
\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_full"></div>
\t\t\t\t\t\t<div class="et_pb_variation_row">
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_2"></div>
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_2"></div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</li>

\t\t\t\t<li data-layout="1_4,3_4" data-specialty="0,1" data-specialty_columns="3">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_4 et_pb_specialty_column"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_3_4 et_pb_variations et_pb_3_variations">
\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_full"></div>
\t\t\t\t\t\t<div class="et_pb_variation_row">
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_2"></div>
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_2"></div>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class="et_pb_variation_row">
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_3"></div>
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_3"></div>
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_3"></div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</li>

\t\t\t\t<li data-layout="3_4,1_4" data-specialty="1,0" data-specialty_columns="3">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_3_4 et_pb_variations et_pb_3_variations">
\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_full"></div>
\t\t\t\t\t\t<div class="et_pb_variation_row">
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_2"></div>
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_2"></div>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class="et_pb_variation_row">
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_3"></div>
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_3"></div>
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_3"></div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_4 et_pb_specialty_column"></div>
\t\t\t\t</li>

\t\t\t\t<li data-layout="1_4,1_2,1_4" data-specialty="0,1,0" data-specialty_columns="2">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_4 et_pb_specialty_column"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_2 et_pb_variations et_pb_2_variations">
\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_full"></div>
\t\t\t\t\t\t<div class="et_pb_variation_row">
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_2"></div>
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_2"></div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_4 et_pb_specialty_column"></div>
\t\t\t\t</li>

\t\t\t\t<li data-layout="1_2,1_4,1_4" data-specialty="1,0,0" data-specialty_columns="2">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_2 et_pb_variations et_pb_2_variations">
\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_full"></div>
\t\t\t\t\t\t<div class="et_pb_variation_row">
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_2"></div>
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_2"></div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_4 et_pb_specialty_column"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_4 et_pb_specialty_column"></div>
\t\t\t\t</li>

\t\t\t\t<li data-layout="1_4,1_4,1_2" data-specialty="0,0,1" data-specialty_columns="2">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_4 et_pb_specialty_column"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_4 et_pb_specialty_column"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_2 et_pb_variations et_pb_2_variations">
\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_full"></div>
\t\t\t\t\t\t<div class="et_pb_variation_row">
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_2"></div>
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_2"></div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</li>

\t\t\t\t<li data-layout="1_3,2_3" data-specialty="0,1" data-specialty_columns="2">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_3 et_pb_specialty_column"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_2_3 et_pb_variations et_pb_2_variations">
\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_full"></div>
\t\t\t\t\t\t<div class="et_pb_variation_row">
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_2"></div>
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_2"></div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</li>

\t\t\t\t<li data-layout="2_3,1_3" data-specialty="1,0" data-specialty_columns="2">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_2_3 et_pb_variations et_pb_2_variations">
\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_full"></div>
\t\t\t\t\t\t<div class="et_pb_variation_row">
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_2"></div>
\t\t\t\t\t\t\t<div class="et_pb_variation et_pb_variation_1_2"></div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_3 et_pb_specialty_column"></div>
\t\t\t\t</li>
\t\t\t<% } else if ( typeof view !== 'undefined' && typeof view.model.attributes.specialty_columns !== 'undefined' ) { %>
\t\t\t\t<li data-layout="4_4">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_fullwidth"></div>
\t\t\t\t</li>
\t\t\t\t<li data-layout="1_2,1_2">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_2"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_2"></div>
\t\t\t\t</li>

\t\t\t\t<% if ( view.model.attributes.specialty_columns === 3 ) { %>
\t\t\t\t\t<li data-layout="1_3,1_3,1_3">
\t\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_3"></div>
\t\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_3"></div>
\t\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_3"></div>
\t\t\t\t\t</li>
\t\t\t\t<% } %>
\t\t\t<% } else { %>
\t\t\t\t<li data-layout="4_4">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_fullwidth"></div>
\t\t\t\t</li>
\t\t\t\t<li data-layout="1_2,1_2">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_2"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_2"></div>
\t\t\t\t</li>
\t\t\t\t<li data-layout="1_3,1_3,1_3">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_3"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_3"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_3"></div>
\t\t\t\t</li>
\t\t\t\t<li data-layout="1_4,1_4,1_4,1_4">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_4"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_4"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_4"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_4"></div>
\t\t\t\t</li>
\t\t\t\t<li data-layout="2_3,1_3">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_2_3"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_3"></div>
\t\t\t\t</li>
\t\t\t\t<li data-layout="1_3,2_3">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_3"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_2_3"></div>
\t\t\t\t</li>
\t\t\t\t<li data-layout="1_4,3_4">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_4"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_3_4"></div>
\t\t\t\t</li>
\t\t\t\t<li data-layout="3_4,1_4">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_3_4"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_4"></div>
\t\t\t\t</li>
\t\t\t\t<li data-layout="1_2,1_4,1_4">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_2"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_4"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_4"></div>
\t\t\t\t</li>
\t\t\t\t<li data-layout="1_4,1_4,1_2">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_4"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_4"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_2"></div>
\t\t\t\t</li>
\t\t\t\t<li data-layout="1_4,1_2,1_4">
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_4"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_2"></div>
\t\t\t\t\t<div class="et_pb_layout_column et_pb_column_layout_1_4"></div>
\t\t\t\t</li>
\t\t\t<% } %>
\t\t\t</ul>
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-modules-template">
\t\t<h3 class="et-pb-settings-heading">Insert Module</h3>

\t\t<div class="et-pb-main-settings et-pb-main-settings-full">
\t\t\t<ul class="et-pb-all-modules">
\t\t\t<% _.each(modules, function(module) { %>
\t\t\t\t<li class="<%= module.label %><%
\t\t\t\tif ( typeof module.fullwidth_only !== 'undefined' && module.fullwidth_only === 'on' ) { %> et_pb_fullwidth_only_module<% } %>">
\t\t\t\t\t<span class="et_module_title"><%= module.title %></span>
\t\t\t\t</li>
\t\t\t<% }); %>
\t\t\t</ul>
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-load_layout-template">
\t\t<h3 class="et-pb-settings-heading">Load Layout</h3>

\t\t<div class="et-pb-main-settings et-pb-main-settings-full">

\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-section-module-template">
\t\t<h3 class="et-pb-settings-heading">Section Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_image">Background Image: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_background_image" type="text" class="regular-text et-pb-upload-field" value="<%= typeof( et_pb_background_image ) !== 'undefined' ?  et_pb_background_image : '' %>" />
\t\t\t\t\t<input type='button' class='button button-upload et-pb-upload-button' value='Upload an image' data-choose="Choose a Background Image" data-update="Set As Background" data-type="image" />

\t\t\t\t\t<p class="description">If defined, this image will be used as the background for this module. To remove a background image, simply delete the URL from the settings field.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_transparent_background">Transparent Background Color: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_transparent_background" id="et_pb_transparent_background" class="et-pb-affects" data-affects="#et_pb_background_color">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_transparent_background ) !== 'undefined' && 'off' === et_pb_transparent_background ?  ' selected="selected"' : '' %>>Off</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_transparent_background ) !== 'undefined' && 'on' === et_pb_transparent_background ?  ' selected="selected"' : '' %>>On</option>
\t\t\t\t\t</select>
\t\t\t\t\t<p class="description">Switch on this option if you need transparent background color for the section.</b></p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends" data-depends_show_if="off">
\t\t\t\t<label for="et_pb_background_color">Background Color: </label>

\t\t\t\t<div class="et-pb-option-container">

\t\t\t\t\t<input id="et_pb_background_color" class="et-pb-color-picker-hex" type="text" maxlength="7" placeholder="Hex Value" value="<%= typeof( et_pb_background_color ) !== 'undefined' && et_pb_background_color !== '' ?  et_pb_background_color : '#ffffff' %>" />
\t\t\t\t\t<p class="description">Define a custom background color for your module, or leave blank to use the default color.</p>

\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_video_mp4">Background Video MP4: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_background_video_mp4" type="text" class="regular-text et-pb-upload-field" value="<%= typeof( et_pb_background_video_mp4 ) !== 'undefined' ?  et_pb_background_video_mp4 : '' %>" />
\t\t\t\t\t<input type='button' class='button button-upload et-pb-upload-button' value='Upload a video' data-choose="Choose a Background Video MP4 File" data-update="Set As Background Video" data-type="video" />

\t\t\t\t\t<p class="description">All videos should be uploaded in both .MP4 .WEBM formats to ensure maximum compatibility in all browsers. Upload the .MP4 version here. <b>Important Note: Video backgrounds are disabled from mobile devices. Instead, your background image will be used. For this reason, you should define both a background image and a background video to ensure best results.</b></p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_video_webm">Background Video Webm: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_background_video_webm" type="text" class="regular-text et-pb-upload-field" value="<%= typeof( et_pb_background_video_webm ) !== 'undefined' ?  et_pb_background_video_webm : '' %>" />
\t\t\t\t\t<input type='button' class='button button-upload et-pb-upload-button' value='Upload a video' data-choose="Choose a Background Video WEBM File" data-update="Set As Background Video" data-type="video" />
\t\t\t\t\t<p class="description">All videos should be uploaded in both .MP4 .WEBM formats to ensure maximum compatibility in all browsers. Upload the .WEBM version here. <b>Important Note: Video backgrounds are disabled from mobile devices. Instead, your background image will be used. For this reason, you should define both a background image and a background video to ensure best results.</b></p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_video_width">Background Video Width: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_background_video_width" type="text" class="regular-text" value="<%= typeof( et_pb_background_video_width ) !== 'undefined' ?  et_pb_background_video_width : '' %>" />
\t\t\t\t\t<p class="description">In order for videos to be sized correctly, you must input the exact width (in pixels) of your video here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_video_height">Background Video Height: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_background_video_height" type="text" class="regular-text" value="<%= typeof( et_pb_background_video_height ) !== 'undefined' ?  et_pb_background_video_height : '' %>" />
\t\t\t\t\t<p class="description">In order for videos to be sized correctly, you must input the exact height (in pixels) of your video here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_inner_shadow">Inner Shadow: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_inner_shadow" id="et_pb_inner_shadow">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_inner_shadow ) !== 'undefined' && 'off' === et_pb_inner_shadow ?  ' selected="selected"' : '' %>>Don't Show Inner Shadow</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_inner_shadow ) !== 'undefined' && 'on' === et_pb_inner_shadow ?  ' selected="selected"' : '' %>>Show Inner Shadow</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can select whether or not your section has an inner shadow. This can look great when you have colored backgrounds or background images.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_parallax">Parallax effect: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_parallax" id="et_pb_parallax" class="et-pb-affects" data-affects="#et_pb_parallax_method">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_parallax ) !== 'undefined' && 'off' === et_pb_parallax ?  ' selected="selected"' : '' %>>Don't Use Parallax Effect</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_parallax ) !== 'undefined' && 'on' === et_pb_parallax ?  ' selected="selected"' : '' %>>Use Parallax Effect</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">If enabled, your background image will stay fixed as your scroll, creating a fun parallax-like effect.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends" data-depends_show_if="on">
\t\t\t\t<label for="et_pb_parallax_method">Parallax method: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_parallax_method" id="et_pb_parallax_method">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_parallax_method ) !== 'undefined' && 'off' === et_pb_parallax_method ?  ' selected="selected"' : '' %>>CSS</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_parallax_method ) !== 'undefined' && 'on' === et_pb_parallax_method ?  ' selected="selected"' : '' %>>True Parallax</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Define the method, used for the parallax effect.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_image-module-template">
\t\t<h3 class="et-pb-settings-heading">Image Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_src">Image URL: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_src" type="text" class="regular-text et-pb-upload-field" value="<%= typeof( et_pb_src ) !== 'undefined' ?  et_pb_src : '' %>" />
\t\t\t\t\t<input type='button' class='button button-upload et-pb-upload-button' value='Upload an image' data-choose="Choose an Image" data-update="Set As Image" data-type="image" />
\t\t\t\t\t<p class="description">Upload your desired image, or type in the URL to the image you would like to display.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_alt">Image Alternative Text: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_alt" type="text" class="regular-text" value="<%= typeof( et_pb_alt ) !== 'undefined' ?  et_pb_alt : '' %>" />
\t\t\t\t\t<p class="description">This defines the HTML ALT text. A short description of your image can be placed here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_title_text">Image Title Text: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_title_text" type="text" class="regular-text" value="<%= typeof( et_pb_title_text ) !== 'undefined' ?  et_pb_title_text : '' %>" />
\t\t\t\t\t<p class="description">This defines the HTML Title text.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_in_lightbox">Lightbox: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_in_lightbox" id="et_pb_show_in_lightbox" class="et-pb-affects" data-affects="#et_pb_url, #et_pb_url_new_window">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_in_lightbox ) !== 'undefined' && 'off' === et_pb_show_in_lightbox ?  ' selected="selected"' : '' %>>Don't Open In Lightbox</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_in_lightbox ) !== 'undefined' && 'on' === et_pb_show_in_lightbox ?  ' selected="selected"' : '' %>>Open In Lightbox</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether or not the image should open in Lightbox. Note: if you select to open the image in Lightbox, url options below will be ignored.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends" data-depends_show_if="off">
\t\t\t\t<label for="et_pb_url">Link URL: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_url" type="text" class="regular-text" value="<%= typeof( et_pb_url ) !== 'undefined' ?  et_pb_url : '' %>" />
\t\t\t\t\t<p class="description">If you would like your image to be a link, input your destination URL here. No link will be created if this field is left blank.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends" data-depends_show_if="off">
\t\t\t\t<label for="et_pb_url_new_window">Url Opens : </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_url_new_window" id="et_pb_url_new_window">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_url_new_window ) !== 'undefined' && 'off' === et_pb_url_new_window ?  ' selected="selected"' : '' %>>In The Same Window</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_url_new_window ) !== 'undefined' && 'on' === et_pb_url_new_window ?  ' selected="selected"' : '' %>>In The New Tab</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether or not your link opens in a new window</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_animation">Animation: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_animation" id="et_pb_animation">
\t\t\t\t\t\t<option value="left"<%= typeof( et_pb_animation ) !== 'undefined' && 'left' === et_pb_animation ?  ' selected="selected"' : '' %>>Left To Right</option>
\t\t\t\t\t\t<option value="right"<%= typeof( et_pb_animation ) !== 'undefined' && 'right' === et_pb_animation ?  ' selected="selected"' : '' %>>Right To Left</option>
\t\t\t\t\t\t<option value="top"<%= typeof( et_pb_animation ) !== 'undefined' && 'top' === et_pb_animation ?  ' selected="selected"' : '' %>>Top To Bottom</option>
\t\t\t\t\t\t<option value="bottom"<%= typeof( et_pb_animation ) !== 'undefined' && 'bottom' === et_pb_animation ?  ' selected="selected"' : '' %>>Bottom To Top</option>
\t\t\t\t\t\t<option value="fade_in"<%= typeof( et_pb_animation ) !== 'undefined' && 'fade_in' === et_pb_animation ?  ' selected="selected"' : '' %>>Fade In</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_animation ) !== 'undefined' && 'off' === et_pb_animation ?  ' selected="selected"' : '' %>>No Animation</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">This controls the direction of the lazy-loading animation.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_sticky">Remove Space Below The Image: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_sticky" id="et_pb_sticky">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_sticky ) !== 'undefined' && 'off' === et_pb_sticky ?  ' selected="selected"' : '' %>>No</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_sticky ) !== 'undefined' && 'on' === et_pb_sticky ?  ' selected="selected"' : '' %>>Yes</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether or not the image should have a space below it.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_gallery-module-template">
\t\t<h3 class="et-pb-settings-heading">Gallery Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_src">Gallery Images: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_gallery_ids" type="hidden" class="regular-text et-pb-gallery-ids-field" value="<%= typeof( et_pb_gallery_ids ) !== 'undefined' ?  et_pb_gallery_ids : '' %>" />
\t\t\t\t\t<input id="et_pb_gallery_orderby" type="hidden" class="regular-text et-pb-gallery-orderby-field" value="<%= typeof( et_pb_gallery_orderby ) !== 'undefined' ?  et_pb_gallery_orderby : '' %>" />
\t\t\t\t\t<input type='button' class='button button-upload et-pb-gallery-button' value='Update Gallery' />
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_fullwidth">Layout: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_fullwidth" id="et_pb_fullwidth">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_fullwidth ) !== 'undefined' && 'on' === et_pb_fullwidth ?  ' selected="selected"' : '' %>>Slider</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_fullwidth ) !== 'undefined' && 'off' === et_pb_fullwidth ?  ' selected="selected"' : '' %>>Grid</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Toggle between the various blog layout types.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_posts_number">Images Number: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_posts_number" type="text" class="regular-text" value="<%= typeof( et_pb_posts_number ) !== 'undefined' ?  et_pb_posts_number : '4' %>" />

\t\t\t\t\t<p class="description">Define the number of images that should be displayed per page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_title_and_caption">Show Title and Caption: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_title_and_caption" id="et_pb_show_title_and_caption">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_title_and_caption ) !== 'undefined' && 'on' === et_pb_show_title_and_caption ?  ' selected="selected"' : '' %>>Yes</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_title_and_caption ) !== 'undefined' && 'off' === et_pb_show_title_and_caption ?  ' selected="selected"' : '' %>>No</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether to show the images title and caption, if the image has them.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_pagination">Pagination: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_pagination" id="et_pb_show_pagination">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_pagination ) !== 'undefined' && 'on' === et_pb_show_pagination ?  ' selected="selected"' : '' %>>Show Pagination</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_pagination ) !== 'undefined' && 'off' === et_pb_show_pagination ?  ' selected="selected"' : '' %>>Don't Show Pagination</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Enable or disable pagination for this feed.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether your text should be light or dark. If you are working with a dark background, then your text should be light. If your background is light, then your text should be set to dark.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_text-module-template">
\t\t<h3 class="et-pb-settings-heading">Text Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose the value of your text. If you are working with a dark background, then your text should be set to light. If you are working with a light background, then your text should be dark.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_text_orientation">Text Orientation: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_text_orientation" id="et_pb_text_orientation">
\t\t\t\t\t\t<option value="left"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'left' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Left</option>
\t\t\t\t\t\t<option value="center"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'center' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Center</option>
\t\t\t\t\t\t<option value="right"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'right' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Right</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">This controls the how your text is aligned within the module.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-option-main-content">
\t\t\t\t<label for="et_pb_content_new">Content: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Here you can create the content that will be used within the module.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div> <!-- .et-pb-main-settings -->
\t</script>

\t<script type="text/template" id="et-builder-advanced-setting">
\t\t<a href="#" class="et-pb-advanced-setting-remove"><span>Delete</span></a>
\t\t<a href="#" class="et-pb-advanced-setting-options"><span>Settings</span></a>
\t</script>

\t<script type="text/template" id="et-builder-advanced-setting-edit">
\t\t<div class="et-pb-modal-container">
\t\t\t<a href="#" class="et-pb-modal-close"><span>Close modal window</span></a>
\t\t\t<div class="et-pb-modal-bottom-container">
\t\t\t\t<a href="#" class="et-pb-modal-save button button-primary"><span>Save</span></a>
\t\t\t</div>
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-advanced-setting-et_pb_tab-title">
\t\t<%= typeof( et_pb_title ) !== 'undefined' && typeof( et_pb_title ) === 'string' ?  et_pb_title : 'New Tab' %>
\t</script>

\t<script type="text/template" id="et-builder-advanced-setting-et_pb_tab">
\t\t<h3 class="et-pb-settings-heading">Tab Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_title">Title: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_title" type="text" class="regular-text" value="<%= typeof( et_pb_title ) !== 'undefined' ?  et_pb_title : '' %>" />

\t\t\t\t\t<p class="description">The title will be used within the tab button for this tab.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-option-main-content">
\t\t\t\t<label for="et_pb_content_new">Content: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Here you can define the content that will be placed within the current tab.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_tabs-module-template">
\t\t<h3 class="et-pb-settings-heading">Tabs Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option-advanced-module-settings" data-module_type="et_pb_tab">
\t\t\t\t<ul class="et-pb-sortable-options">
\t\t\t\t</ul>
\t\t\t\t<a href="#" class="et-pb-add-sortable-option"><span>Add New Tab</span></a>
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-option-main-content et-pb-option-advanced-module">
\t\t\t\t<label for="et_pb_content_new">Content: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Here you can define the content that will be placed within the current tab.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_slider-module-template">
\t\t<h3 class="et-pb-settings-heading">Slider Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option-advanced-module-settings" data-module_type="et_pb_slide">
\t\t\t\t<ul class="et-pb-sortable-options">
\t\t\t\t</ul>
\t\t\t\t<a href="#" class="et-pb-add-sortable-option"><span>Add New Slide</span></a>
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_arrows">Arrows : </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_arrows" id="et_pb_show_arrows">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_arrows ) !== 'undefined' && 'on' === et_pb_show_arrows ?  ' selected="selected"' : '' %>>Show Arrows</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_arrows ) !== 'undefined' && 'off' === et_pb_show_arrows ?  ' selected="selected"' : '' %>>Hide Arrows</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">This setting will turn on and off the navigation arrows.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_pagination">Controls : </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_pagination" id="et_pb_show_pagination">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_pagination ) !== 'undefined' && 'on' === et_pb_show_pagination ?  ' selected="selected"' : '' %>>Show Slider Controls</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_pagination ) !== 'undefined' && 'off' === et_pb_show_pagination ?  ' selected="selected"' : '' %>>Hide Slider Controls</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">This setting will turn on and off the circle buttons at the bottom of the slider.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_auto">Automatic Animation: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_auto" id="et_pb_auto" class="et-pb-affects" data-affects="#et_pb_auto_speed">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_auto ) !== 'undefined' && 'off' === et_pb_auto ?  ' selected="selected"' : '' %>>Disabled</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_auto ) !== 'undefined' && 'on' === et_pb_auto ?  ' selected="selected"' : '' %>>Enabled</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">If you would like the slider to slide automatically, without the visitor having to click the next button, enable this option and then adjust the rotation speed below if desired.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends">
\t\t\t\t<label for="et_pb_auto_speed">Automatic Animation Speed (in ms): </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_auto_speed" type="text" class="regular-text" value="<%= typeof( et_pb_auto_speed ) !== 'undefined' ?  et_pb_auto_speed : '' %>" />
\t\t\t\t\t<p class="description">Here you can designate how fast the slider fades between each slide, if 'Automatic Animation' option is enabled above. The higher the number the longer the pause between each rotation.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_parallax">Parallax effect: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_parallax" id="et_pb_parallax" class="et-pb-affects" data-affects="#et_pb_parallax_method">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_parallax ) !== 'undefined' && 'off' === et_pb_parallax ?  ' selected="selected"' : '' %>>Don't Use Parallax Effect</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_parallax ) !== 'undefined' && 'on' === et_pb_parallax ?  ' selected="selected"' : '' %>>Use Parallax Effect</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Enabling this option will give your background images a fixed position as you scroll.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends" data-depends_show_if="on">
\t\t\t\t<label for="et_pb_parallax_method">Parallax method: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_parallax_method" id="et_pb_parallax_method">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_parallax_method ) !== 'undefined' && 'off' === et_pb_parallax_method ?  ' selected="selected"' : '' %>>CSS</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_parallax_method ) !== 'undefined' && 'on' === et_pb_parallax_method ?  ' selected="selected"' : '' %>>True Parallax</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Define the method, used for the parallax effect.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-option-main-content et-pb-option-advanced-module">
\t\t\t\t<label for="et_pb_content_new">Content: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Input the main text content for your slider here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_fullwidth_slider-module-template">
\t\t<h3 class="et-pb-settings-heading">Fullwidth Slider Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option-advanced-module-settings" data-module_type="et_pb_slide">
\t\t\t\t<ul class="et-pb-sortable-options">
\t\t\t\t</ul>
\t\t\t\t<a href="#" class="et-pb-add-sortable-option"><span>Add New Slide</span></a>
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_arrows">Arrows : </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_arrows" id="et_pb_show_arrows">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_arrows ) !== 'undefined' && 'on' === et_pb_show_arrows ?  ' selected="selected"' : '' %>>Show Arrows</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_arrows ) !== 'undefined' && 'off' === et_pb_show_arrows ?  ' selected="selected"' : '' %>>Hide Arrows</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">This setting allows you to turn the navigation arrows on or off.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_pagination">Controls : </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_pagination" id="et_pb_show_pagination">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_pagination ) !== 'undefined' && 'on' === et_pb_show_pagination ?  ' selected="selected"' : '' %>>Show Slider Controls</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_pagination ) !== 'undefined' && 'off' === et_pb_show_pagination ?  ' selected="selected"' : '' %>>Hide Slider Controls</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Disabling this option will remove the circle button at the bottom of the slider.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_auto">Automatic Animation: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_auto" id="et_pb_auto" class="et-pb-affects" data-affects="#et_pb_auto_speed">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_auto ) !== 'undefined' && 'off' === et_pb_auto ?  ' selected="selected"' : '' %>>Disabled</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_auto ) !== 'undefined' && 'on' === et_pb_auto ?  ' selected="selected"' : '' %>>Enabled</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">If you would like the slider to slide automatically, without the visitor having to click the next button, enable this option and then adjust the rotation speed below if desired.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends">
\t\t\t\t<label for="et_pb_auto_speed">Automatic Animation Speed (in ms): </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_auto_speed" type="text" class="regular-text" value="<%= typeof( et_pb_auto_speed ) !== 'undefined' ?  et_pb_auto_speed : '' %>" />
\t\t\t\t\t<p class="description">Here you can designate how fast the slider fades between each slide, if 'Automatic Animation' option is enabled above. The higher the number the longer the pause between each rotation.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_parallax">Parallax effect: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_parallax" id="et_pb_parallax" class="et-pb-affects" data-affects="#et_pb_parallax_method">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_parallax ) !== 'undefined' && 'off' === et_pb_parallax ?  ' selected="selected"' : '' %>>Don't Use Parallax Effect</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_parallax ) !== 'undefined' && 'on' === et_pb_parallax ?  ' selected="selected"' : '' %>>Use Parallax Effect</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">If enabled, your background images will have a fixed position as your scroll, creating a fun parallax-like effect.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends" data-depends_show_if="on">
\t\t\t\t<label for="et_pb_parallax_method">Parallax method: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_parallax_method" id="et_pb_parallax_method">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_parallax_method ) !== 'undefined' && 'off' === et_pb_parallax_method ?  ' selected="selected"' : '' %>>CSS</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_parallax_method ) !== 'undefined' && 'on' === et_pb_parallax_method ?  ' selected="selected"' : '' %>>True Parallax</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Define the method, used for the parallax effect.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-option-main-content et-pb-option-advanced-module">
\t\t\t\t<label for="et_pb_content_new">Content: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Here you can define the text content that will be used in this slide.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-advanced-setting-et_pb_slide-title">
\t\t<%= typeof( et_pb_heading ) !== 'undefined' && typeof( et_pb_heading ) === 'string' ?  et_pb_heading : 'New Slide' %>
\t</script>

\t<script type="text/template" id="et-builder-advanced-setting-et_pb_slide">
\t\t<h3 class="et-pb-settings-heading">Slide Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_heading">Heading: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_heading" type="text" class="regular-text" value="<%= typeof( et_pb_heading ) !== 'undefined' ?  et_pb_heading : '' %>" />

\t\t\t\t\t<p class="description">Define the title text for your slide.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_button_text">Button Text: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_button_text" type="text" class="regular-text" value="<%= typeof( et_pb_button_text ) !== 'undefined' ?  et_pb_button_text : '' %>" />

\t\t\t\t\t<p class="description">Define the text for the slide button</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_button_link">Button URL: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_button_link" type="text" class="regular-text" value="<%= typeof( et_pb_button_link ) !== 'undefined' ?  et_pb_button_link : '' %>" />

\t\t\t\t\t<p class="description">Input a destination URL for the slide button.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_image">Background Image: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_background_image" type="text" class="regular-text et-pb-upload-field" value="<%= typeof( et_pb_background_image ) !== 'undefined' ?  et_pb_background_image : '' %>" />
\t\t\t\t\t<input type='button' class='button button-upload et-pb-upload-button' value='Upload an image' data-choose="Choose a Background Image" data-update="Set As Background" data-type="image" />
\t\t\t\t\t<p class="description">If defined, this image will be used as the background for this module. To remove a background image, simply delete the URL from the settings field.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_color">Background Color: </label>

\t\t\t\t<div class="et-pb-option-container">

\t\t\t\t\t<input id="et_pb_background_color" class="et-pb-color-picker-hex" type="text" maxlength="7" placeholder="Hex Value" value="<%= typeof( et_pb_background_color ) !== 'undefined' && et_pb_background_color !== '' ?  et_pb_background_color : '#ffffff' %>" />
\t\t\t\t\t<p class="description">Use the color picker to choose a background color for this module.</p>

\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_image">Slide Image: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_image" type="text" class="regular-text et-pb-upload-field" value="<%= typeof( et_pb_image ) !== 'undefined' ?  et_pb_image : '' %>" />
\t\t\t\t\t<input type='button' class='button button-upload et-pb-upload-button' value='Upload an Image' data-choose="Choose a Slide Image" data-update="Set As Slide Image" data-type="image" />

\t\t\t\t\t<p class="description">If defined, this slide image will appear to the left of your slide text. Upload an image, or leave blank for a text-only slide.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_alignment">Slide Image Vertical Alignment: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_alignment" id="et_pb_alignment">
\t\t\t\t\t\t<option value="center"<%= typeof( et_pb_alignment ) !== 'undefined' && 'center' === et_pb_alignment ?  ' selected="selected"' : '' %>>Center</option>
\t\t\t\t\t\t<option value="bottom"<%= typeof( et_pb_alignment ) !== 'undefined' && 'bottom' === et_pb_alignment ?  ' selected="selected"' : '' %>>Bottom</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">This setting determines the vertical alignment of your slide image. Your image can either be vertically centered, or aligned to the bottom of your slide.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_video_url">Slide Video: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_video_url" type="text" class="regular-text et-pb-upload-field" value="<%= typeof( et_pb_video_url ) !== 'undefined' ?  et_pb_video_url : '' %>" />

\t\t\t\t\t<p class="description">If defined, this video will appear to the left of your slide text. Enter youtube or vimeo page url, or leave blank for a text-only slide.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_image_alt">Image Alternative Text: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_image_alt" type="text" class="regular-text" value="<%= typeof( et_pb_image_alt ) !== 'undefined' ?  et_pb_image_alt : '' %>" />

\t\t\t\t\t<p class="description">If you have a slide image defined, input your HTML ALT text for the image here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether your text is light or dark. If you have a slide with a dark background, then choose light text. If you have a light background, then use dark text.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_video_bg_mp4">Background Video MP4: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_video_bg_mp4" type="text" class="regular-text et-pb-upload-field" value="<%= typeof( et_pb_video_bg_mp4 ) !== 'undefined' ?  et_pb_video_bg_mp4 : '' %>" />
\t\t\t\t\t<input type='button' class='button button-upload et-pb-upload-button' value='Upload a video' data-choose="Choose a Background Video MP4 File" data-update="Set As Background Video" data-type="video" />
\t\t\t\t\t<p class="description">All videos should be uploaded in both .MP4 .WEBM formats to ensure maximum compatibility in all browsers. Upload the .MP4 version here. <b>Important Note: Video backgrounds are disabled from mobile devices. Instead, your background image will be used. For this reason, you should define both a background image and a background video to ensure best results.</b></p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_video_bg_webm">Background Video Webm: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_video_bg_webm" type="text" class="regular-text et-pb-upload-field" value="<%= typeof( et_pb_video_bg_webm ) !== 'undefined' ?  et_pb_video_bg_webm : '' %>" />
\t\t\t\t\t<input type='button' class='button button-upload et-pb-upload-button' value='Upload a video' data-choose="Choose a Background Video WEBM File" data-update="Set As Background Video" data-type="video" />
\t\t\t\t\t<p class="description">All videos should be uploaded in both .MP4 .WEBM formats to ensure maximum compatibility in all browsers. Upload the .WEBM version here. <b>Important Note: Video backgrounds are disabled from mobile devices. Instead, your background image will be used. For this reason, you should define both a background image and a background video to ensure best results.</b></p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_video_bg_width">Background Video Width: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_video_bg_width" type="text" class="regular-text" value="<%= typeof( et_pb_video_bg_width ) !== 'undefined' ?  et_pb_video_bg_width : '' %>" />
\t\t\t\t\t<p class="description">In order for videos to be sized correctly, you must input the exact width (in pixels) of your video here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_video_bg_height">Background Video Height: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_video_bg_height" type="text" class="regular-text" value="<%= typeof( et_pb_video_bg_height ) !== 'undefined' ?  et_pb_video_bg_height : '' %>" />
\t\t\t\t\t<p class="description">In order for videos to be sized correctly, you must input the exact height (in pixels) of your video here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-option-main-content">
\t\t\t\t<label for="et_pb_content_new">Content: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Input your main slide text content here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_blurb-module-template">
\t\t<h3 class="et-pb-settings-heading">Blurb Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_title">Title: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_title" type="text" class="regular-text" value="<%= typeof( et_pb_title ) !== 'undefined' ?  et_pb_title : '' %>" />

\t\t\t\t\t<p class="description">The title of your blurb will appear in bold below your blurb image.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_url">Url: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_url" type="text" class="regular-text" value="<%= typeof( et_pb_url ) !== 'undefined' ?  et_pb_url : '' %>" />

\t\t\t\t\t<p class="description">If you would like to make your blurb a link, input your destination URL here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_url_new_window">Url Opens : </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_url_new_window" id="et_pb_url_new_window">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_url_new_window ) !== 'undefined' && 'off' === et_pb_url_new_window ?  ' selected="selected"' : '' %>>In The Same Window</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_url_new_window ) !== 'undefined' && 'on' === et_pb_url_new_window ?  ' selected="selected"' : '' %>>In The New Tab</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether or not your link opens in a new window</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_use_icon">Use Icon: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_use_icon" id="et_pb_use_icon" class="et-pb-affects" data-affects="#et_pb_font_icon, #et_pb_use_circle, #et_pb_icon_color, #et_pb_image, #et_pb_alt">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_use_icon ) !== 'undefined' && 'off' === et_pb_use_icon ?  ' selected="selected"' : '' %>>No</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_use_icon ) !== 'undefined' && 'on' === et_pb_use_icon ?  ' selected="selected"' : '' %>>Yes</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether icon set below should be used.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends">
\t\t\t\t<label for="et_pb_font_icon">Icon: </label>
\t\t\t\t<div class="et-pb-option-container">
END;
    et_pb_font_icon_list();
    echo <<<END
\t\t\t\t\t<input id="et_pb_font_icon" type="text" class="regular-text et-pb-font-icon" value="<%= typeof( et_pb_font_icon ) !== 'undefined' ?  et_pb_font_icon : '' %>" />

\t\t\t\t\t<p class="description">Choose an icon to display with your blurb.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends">
\t\t\t\t<label for="et_pb_icon_color">Icon Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_icon_color" class="et-pb-color-picker-hex" type="text" maxlength="7" placeholder="Hex Value" value="<%= typeof( et_pb_icon_color ) !== 'undefined' && et_pb_icon_color !== '' ?  et_pb_icon_color : '
END;
    echo esc_html(et_get_option('accent_color', '#7EBEC5'));
    echo <<<END
' %>" />

\t\t\t\t\t<p class="description">Here you can define a custom color for your icon.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends">
\t\t\t\t<label for="et_pb_use_circle">Circle Icon: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_use_circle" id="et_pb_use_circle" class="et-pb-affects" data-affects="#et_pb_use_circle_border, #et_pb_circle_color">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_use_circle ) !== 'undefined' && 'off' === et_pb_use_circle ?  ' selected="selected"' : '' %>>No</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_use_circle ) !== 'undefined' && 'on' === et_pb_use_circle ?  ' selected="selected"' : '' %>>Yes</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether icon set above should display within a circle.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends">
\t\t\t\t<label for="et_pb_circle_color">Circle Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_circle_color" class="et-pb-color-picker-hex" type="text" maxlength="7" placeholder="Hex Value" value="<%= typeof( et_pb_circle_color ) !== 'undefined' && et_pb_circle_color !== '' ?  et_pb_circle_color : '
END;
    echo esc_html(et_get_option('accent_color', '#7EBEC5'));
    echo <<<END
' %>" />

\t\t\t\t\t<p class="description">Here you can define a custom color for the icon circle.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends">
\t\t\t\t<label for="et_pb_use_circle_border">Show Circle Border: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_use_circle_border" id="et_pb_use_circle_border" class="et-pb-affects" data-affects="#et_pb_circle_border_color">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_use_circle_border ) !== 'undefined' && 'off' === et_pb_use_circle_border ?  ' selected="selected"' : '' %>>No</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_use_circle_border ) !== 'undefined' && 'on' === et_pb_use_circle_border ?  ' selected="selected"' : '' %>>Yes</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether if the icon circle border should display.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends">
\t\t\t\t<label for="et_pb_circle_border_color">Circle Border Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_circle_border_color" class="et-pb-color-picker-hex" type="text" maxlength="7" placeholder="Hex Value" value="<%= typeof( et_pb_circle_border_color ) !== 'undefined' && et_pb_circle_border_color !== '' ?  et_pb_circle_border_color : '
END;
    echo esc_html(et_get_option('accent_color', '#7EBEC5'));
    echo <<<END
' %>" />

\t\t\t\t\t<p class="description">Here you can define a custom color for the icon circle border.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends" data-depends_show_if="off">
\t\t\t\t<label for="et_pb_image">Image: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_image" type="text" class="regular-text et-pb-upload-field" value="<%= typeof( et_pb_image ) !== 'undefined' ?  et_pb_image : '' %>" />
\t\t\t\t\t<input type='button' class='button button-upload et-pb-upload-button' value='Upload an Image' data-choose="Choose an Image" data-update="Set As Image" data-type="image" />

\t\t\t\t\t<p class="description">Upload an image to display at the top of your blurb.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends" data-depends_show_if="off">
\t\t\t\t<label for="et_pb_alt">Image Alt Text: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_alt" type="text" class="regular-text" value="<%= typeof( et_pb_alt ) !== 'undefined' ?  et_pb_alt : '' %>" />

\t\t\t\t\t<p class="description">Define the HTML ALT text for your image here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_icon_placement">Image/Icon Placement: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_icon_placement" id="et_pb_icon_placement">
\t\t\t\t\t\t<option value="top"<%= typeof( et_pb_icon_placement ) !== 'undefined' && 'top' === et_pb_icon_placement ?  ' selected="selected"' : '' %>>Top</option>
\t\t\t\t\t\t<option value="left"<%= typeof( et_pb_icon_placement ) !== 'undefined' && 'left' === et_pb_icon_placement ?  ' selected="selected"' : '' %>>Left</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose where to place the icon.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_animation">Image/Icon Animation: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_animation" id="et_pb_animation">
\t\t\t\t\t\t<option value="top"<%= typeof( et_pb_animation ) !== 'undefined' && 'top' === et_pb_animation ?  ' selected="selected"' : '' %>>Top To Bottom</option>
\t\t\t\t\t\t<option value="left"<%= typeof( et_pb_animation ) !== 'undefined' && 'left' === et_pb_animation ?  ' selected="selected"' : '' %>>Left To Right</option>
\t\t\t\t\t\t<option value="right"<%= typeof( et_pb_animation ) !== 'undefined' && 'right' === et_pb_animation ?  ' selected="selected"' : '' %>>Right To Left</option>
\t\t\t\t\t\t<option value="bottom"<%= typeof( et_pb_animation ) !== 'undefined' && 'bottom' === et_pb_animation ?  ' selected="selected"' : '' %>>Bottom To Top</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_animation ) !== 'undefined' && 'off' === et_pb_animation ?  ' selected="selected"' : '' %>>No Animation</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">This controls the direction of the lazy-loading animation.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether your text should be light or dark. If you are working with a dark background, then your text should be light. If your background is light, then your text should be set to dark.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_text_orientation">Text Orientation: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_text_orientation" id="et_pb_text_orientation">
\t\t\t\t\t\t<option value="center"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'center' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Center</option>
\t\t\t\t\t\t<option value="left"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'left' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Left</option>
\t\t\t\t\t\t<option value="right"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'right' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Right</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">This will control how your blurb text is aligned.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-option-main-content">
\t\t\t\t<label for="et_pb_content_new">Content: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Input the main text content for your module here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_testimonial-module-template">
\t\t<h3 class="et-pb-settings-heading">Testimonial Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_author">Author Name: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_author" type="text" class="regular-text" value="<%= typeof( et_pb_author ) !== 'undefined' ?  et_pb_author : '' %>" />

\t\t\t\t\t<p class="description">Input the name of the testimonial author.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_job_title">Job Title: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_job_title" type="text" class="regular-text" value="<%= typeof( et_pb_job_title ) !== 'undefined' ?  et_pb_job_title : '' %>" />

\t\t\t\t\t<p class="description">Input the job title.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_company_name">Company Name: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_company_name" type="text" class="regular-text" value="<%= typeof( et_pb_company_name ) !== 'undefined' ?  et_pb_company_name : '' %>" />

\t\t\t\t\t<p class="description">Input the name of the company.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_url">Author/Company URL: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_url" type="text" class="regular-text" value="<%= typeof( et_pb_url ) !== 'undefined' ?  et_pb_url : '' %>" />

\t\t\t\t\t<p class="description">Input the website of the author or leave blank for no link.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_url_new_window">URLs Open: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_url_new_window" id="et_pb_url_new_window">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_url_new_window ) !== 'undefined' && 'off' === et_pb_url_new_window ?  ' selected="selected"' : '' %>>In The Same Window</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_url_new_window ) !== 'undefined' && 'on' === et_pb_url_new_window ?  ' selected="selected"' : '' %>>In The New Tab</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Choose whether or not the URL should open in a new window.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_portrait_url">Portrait Image URL: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_portrait_url" type="text" class="regular-text et-pb-upload-field" value="<%= typeof( et_pb_portrait_url ) !== 'undefined' ?  et_pb_portrait_url : '' %>" />
\t\t\t\t\t<input type='button' class='button button-upload et-pb-upload-button' value='Upload an image' data-choose="Choose an Image" data-update="Set As Image" data-type="image" />
\t\t\t\t\t<p class="description">Upload your desired image, or type in the URL to the image you would like to display.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_quote_icon">Quote Icon : </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_quote_icon" id="et_pb_quote_icon">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_quote_icon ) !== 'undefined' && 'on' === et_pb_quote_icon ?  ' selected="selected"' : '' %>>Visible</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_quote_icon ) !== 'undefined' && 'off' === et_pb_quote_icon ?  ' selected="selected"' : '' %>>Hidden</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Choose whether or not the quote icon should be visible.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_use_background_color">Use Background Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_use_background_color" id="et_pb_use_background_color" class="et-pb-affects" data-affects="#et_pb_background_color">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_use_background_color ) !== 'undefined' && 'on' === et_pb_use_background_color ?  ' selected="selected"' : '' %>>Yes</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_use_background_color ) !== 'undefined' && 'off' === et_pb_use_background_color ?  ' selected="selected"' : '' %>>No</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether background color setting below should be used or not.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends">
\t\t\t\t<label for="et_pb_background_color">Background Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_background_color" class="et-pb-color-picker-hex" type="text" maxlength="7" placeholder="Hex Value" value="<%= typeof( et_pb_background_color ) !== 'undefined' && et_pb_background_color !== '' ?  et_pb_background_color : '#f5f5f5' %>" />

\t\t\t\t\t<p class="description">Here you can define a custom background color for your CTA.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether your text should be light or dark. If you are working with a dark background, then your text should be light. If your background is light, then your text should be set to dark.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_text_orientation">Text Orientation: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_text_orientation" id="et_pb_text_orientation">
\t\t\t\t\t\t<option value="left"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'left' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Left</option>
\t\t\t\t\t\t<option value="center"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'center' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Center</option>
\t\t\t\t\t\t<option value="right"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'right' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Right</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">This will adjust the alignment of the module text.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-option-main-content">
\t\t\t\t<label for="et_pb_content_new">Content: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Input the main text content for your module here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_team_member-module-template">
\t\t<h3 class="et-pb-settings-heading">Team Member Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_name">Name: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_name" type="text" class="regular-text" value="<%= typeof( et_pb_name ) !== 'undefined' ?  et_pb_name : '' %>" />

\t\t\t\t\t<p class="description">Input the name of the team member.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_position">Position: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_position" type="text" class="regular-text" value="<%= typeof( et_pb_position ) !== 'undefined' ?  et_pb_position : '' %>" />

\t\t\t\t\t<p class="description">Input the team member position.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_image_url">Image URL: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_image_url" type="text" class="regular-text et-pb-upload-field" value="<%= typeof( et_pb_image_url ) !== 'undefined' ?  et_pb_image_url : '' %>" />
\t\t\t\t\t<input type='button' class='button button-upload et-pb-upload-button' value='Upload an image' data-choose="Choose an Image" data-update="Set As Image" data-type="image" />
\t\t\t\t\t<p class="description">Upload your desired image, or type in the URL to the image you would like to display.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_animation">Animation: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_animation" id="et_pb_animation">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_animation ) !== 'undefined' && 'off' === et_pb_animation ?  ' selected="selected"' : '' %>>No Animation</option>
\t\t\t\t\t\t<option value="fade_in"<%= typeof( et_pb_animation ) !== 'undefined' && 'fade_in' === et_pb_animation ?  ' selected="selected"' : '' %>>Fade In</option>
\t\t\t\t\t\t<option value="left"<%= typeof( et_pb_animation ) !== 'undefined' && 'left' === et_pb_animation ?  ' selected="selected"' : '' %>>Left To Right</option>
\t\t\t\t\t\t<option value="right"<%= typeof( et_pb_animation ) !== 'undefined' && 'right' === et_pb_animation ?  ' selected="selected"' : '' %>>Right To Left</option>
\t\t\t\t\t\t<option value="top"<%= typeof( et_pb_animation ) !== 'undefined' && 'top' === et_pb_animation ?  ' selected="selected"' : '' %>>Top To Bottom</option>
\t\t\t\t\t\t<option value="bottom"<%= typeof( et_pb_animation ) !== 'undefined' && 'bottom' === et_pb_animation ?  ' selected="selected"' : '' %>>Bottom To Top</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">This controls the direction of the lazy-loading animation.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose the value of your text. If you are working with a dark background, then your text should be set to light. If you are working with a light background, then your text should be dark.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_facebook_url">Facebook Profile Url: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_facebook_url" type="text" class="regular-text" value="<%= typeof( et_pb_facebook_url ) !== 'undefined' ?  et_pb_facebook_url : '' %>" />

\t\t\t\t\t<p class="description">Input Facebook Profile Url.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_twitter_url">Twitter Profile Url: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_twitter_url" type="text" class="regular-text" value="<%= typeof( et_pb_twitter_url ) !== 'undefined' ?  et_pb_twitter_url : '' %>" />

\t\t\t\t\t<p class="description">Input Twitter Profile Url.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_google_url">Google+ Profile Url: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_google_url" type="text" class="regular-text" value="<%= typeof( et_pb_google_url ) !== 'undefined' ?  et_pb_google_url : '' %>" />

\t\t\t\t\t<p class="description">Input Google+ Profile Url.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_linkedin_url">LinkedIn Profile Url: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_linkedin_url" type="text" class="regular-text" value="<%= typeof( et_pb_linkedin_url ) !== 'undefined' ?  et_pb_linkedin_url : '' %>" />

\t\t\t\t\t<p class="description">Input LinkedIn Profile Url.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-option-main-content">
\t\t\t\t<label for="et_pb_content_new">Description: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Input the main text content for your module here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_toggle-module-template">
\t\t<h3 class="et-pb-settings-heading">Toggle Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_title">Title: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_title" type="text" class="regular-text" value="<%= typeof( et_pb_title ) !== 'undefined' ?  et_pb_title : '' %>" />

\t\t\t\t\t<p class="description">The toggle title will appear above the content and when the toggle is closed.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_open">State : </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_open" id="et_pb_open">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_open ) !== 'undefined' && 'off' === et_pb_open ?  ' selected="selected"' : '' %>>Close</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_open ) !== 'undefined' && 'on' === et_pb_open ?  ' selected="selected"' : '' %>>Open</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Choose whether or not this toggle should start in an open or closed state.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-option-main-content">
\t\t\t\t<label for="et_pb_content_new">Content: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Input the main text content for your module here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_cta-module-template">
\t\t<h3 class="et-pb-settings-heading">Call To Action Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_title">Title: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_title" type="text" class="regular-text" value="<%= typeof( et_pb_title ) !== 'undefined' ?  et_pb_title : '' %>" />

\t\t\t\t\t<p class="description">Input your value to action title here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_button_url">Button URL: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_button_url" type="text" class="regular-text" value="<%= typeof( et_pb_button_url ) !== 'undefined' ?  et_pb_button_url : '' %>" />

\t\t\t\t\t<p class="description">Input the destination URL for your CTA button.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_button_text">Button Text: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_button_text" type="text" class="regular-text" value="<%= typeof( et_pb_button_text ) !== 'undefined' ?  et_pb_button_text : '' %>" />

\t\t\t\t\t<p class="description">Input your desired button text, or leave blank for no button.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_use_background_color">Use Background Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_use_background_color" id="et_pb_use_background_color" class="et-pb-affects" data-affects="#et_pb_background_color">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_use_background_color ) !== 'undefined' && 'on' === et_pb_use_background_color ?  ' selected="selected"' : '' %>>Yes</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_use_background_color ) !== 'undefined' && 'off' === et_pb_use_background_color ?  ' selected="selected"' : '' %>>No</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether background color setting below should be used or not.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends">
\t\t\t\t<label for="et_pb_background_color">Background Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_background_color" class="et-pb-color-picker-hex" type="text" maxlength="7" placeholder="Hex Value" value="<%= typeof( et_pb_background_color ) !== 'undefined' && et_pb_background_color !== '' ?  et_pb_background_color : '
END;
    echo esc_html(et_get_option('accent_color', '#7EBEC5'));
    echo <<<END
' %>" />

\t\t\t\t\t<p class="description">Here you can define a custom background color for your CTA.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether your text should be light or dark. If you are working with a dark background, then your text should be light. If your background is light, then your text should be set to dark.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_text_orientation">Text Orientation: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_text_orientation" id="et_pb_text_orientation">
\t\t\t\t\t\t<option value="center"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'center' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Center</option>
\t\t\t\t\t\t<option value="left"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'left' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Left</option>
\t\t\t\t\t\t<option value="right"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'right' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Right</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">This will adjust the alignment of the module text.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-option-main-content">
\t\t\t\t<label for="et_pb_content_new">Content: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Input the main text content for your module here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_signup-module-template">
\t\t<h3 class="et-pb-settings-heading">Signup Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_provider">Service Provider: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_provider" id="et_pb_provider" class="et-pb-affects" data-affects="#et_pb_feedburner_uri, #et_pb_mailchimp_list, #et_pb_aweber_list">
\t\t\t\t\t\t<option value="mailchimp"<%= typeof( et_pb_provider ) !== 'undefined' && 'mailchimp' === et_pb_provider ?  ' selected="selected"' : '' %>>MailChimp</option>
\t\t\t\t\t\t<option value="feedburner"<%= typeof( et_pb_provider ) !== 'undefined' && 'feedburner' === et_pb_provider ?  ' selected="selected"' : '' %>>FeedBurner</option>
\t\t\t\t\t\t<option value="aweber"<%= typeof( et_pb_provider ) !== 'undefined' && 'aweber' === et_pb_provider ?  ' selected="selected"' : '' %>>Aweber</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose a service provider.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends" data-depends_show_if="feedburner">
\t\t\t\t<label for="et_pb_feedburner_uri">Feed Title: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_feedburner_uri" type="text" class="regular-text" value="<%= typeof( et_pb_feedburner_uri ) !== 'undefined' ?  et_pb_feedburner_uri : '' %>" />

\t\t\t\t\t<p class="description">Enter <a href="http://feedburner.google.com/fb/a/myfeeds" target="_blank">Feed Title</a>.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends" data-depends_show_if="mailchimp">
\t\t\t\t<label for="et_pb_mailchimp_list">MailChimp lists: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_mailchimp_list" id="et_pb_mailchimp_list">
\t\t\t\t\t\t<option value="none"<%= typeof( et_pb_mailchimp_list ) !== 'undefined' && 'none' === et_pb_mailchimp_list ?  ' selected="selected"' : '' %>>Select the list</option>
END;
    $et_pb_mailchimp_lists = et_pb_get_mailchimp_lists();
    if ($et_pb_mailchimp_lists) {
        foreach ($et_pb_mailchimp_lists as $et_pb_mailchimp_list_key => $et_pb_mailchimp_list_name) {
            printf('<option value="%1$s"%3$s>%2$s</option>', esc_attr($et_pb_mailchimp_list_key), esc_html($et_pb_mailchimp_list_name), '<%= typeof( et_pb_mailchimp_list ) !== "undefined" && "' . esc_attr($et_pb_mailchimp_list_key) . '" === et_pb_mailchimp_list ?  selected="selected" : "" %>');
        }
    }
    echo <<<END
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose MailChimp list to add customers to. If you don't see any lists here, you need to make sure MailChimp API key is set in ePanel and you have at least one list on a MailChimp account. If you added new list, but it doesn't appear here, activate 'Regenerate MailChimp Lists' option in ePanel. Don't forget to disable it once the list has been regenerated.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends" data-depends_show_if="aweber">
\t\t\t\t<label for="et_pb_aweber_list">Aweber lists: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_aweber_list" id="et_pb_aweber_list">
\t\t\t\t\t\t<option value="none"<%= typeof( et_pb_aweber_list ) !== 'undefined' && 'none' === et_pb_aweber_list ?  ' selected="selected"' : '' %>>Select the list</option>
END;
    $et_pb_aweber_lists = et_pb_get_aweber_lists();
    if ($et_pb_aweber_lists) {
        foreach ($et_pb_aweber_lists as $et_pb_aweber_list_key => $et_pb_aweber_list_name) {
            printf('<option value="%1$s"%3$s>%2$s</option>', esc_attr($et_pb_aweber_list_key), esc_html($et_pb_aweber_list_name), '<%= typeof( et_pb_aweber_list ) !== "undefined" && "' . esc_attr($et_pb_aweber_list_key) . '" === et_pb_aweber_list ?  selected="selected" : "" %>');
        }
    }
    echo <<<END
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose Aweber list to add customers to. If you don't see any lists here, you need to make sure Aweber is set up properly in ePanel and you have at least one list on a Aweber account. If you added new list, but it doesn't appear here, activate 'Regenerate Aweber Lists' option in ePanel. Don't forget to disable it once the list has been regenerated.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_title">Title: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_title" type="text" class="regular-text" value="<%= typeof( et_pb_title ) !== 'undefined' ?  et_pb_title : '' %>" />

\t\t\t\t\t<p class="description">Choose a title of your signup box.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_button_text">Button Text: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_button_text" type="text" class="regular-text" value="<%= typeof( et_pb_button_text ) !== 'undefined' ?  et_pb_button_text : '' %>" />

\t\t\t\t\t<p class="description">Here you can change the text used for the signup button.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_use_background_color">Use Background Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_use_background_color" id="et_pb_use_background_color" class="et-pb-affects" data-affects="#et_pb_background_color">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_use_background_color ) !== 'undefined' && 'on' === et_pb_use_background_color ?  ' selected="selected"' : '' %>>Yes</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_use_background_color ) !== 'undefined' && 'off' === et_pb_use_background_color ?  ' selected="selected"' : '' %>>No</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether background color setting below should be used or not.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends">
\t\t\t\t<label for="et_pb_background_color">Background Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_background_color" class="et-pb-color-picker-hex" type="text" maxlength="7" placeholder="Hex Value" value="<%= typeof( et_pb_background_color ) !== 'undefined' && et_pb_background_color !== '' ?  et_pb_background_color : '
END;
    echo esc_html(et_get_option('accent_color', '#7EBEC5'));
    echo <<<END
' %>" />

\t\t\t\t\t<p class="description">Define a custom background color for your module, or leave blank to use the default color.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether your text should be light or dark. If you are working with a dark background, then your text should be light. If your background is light, then your text should be set to dark.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_text_orientation">Text Orientation: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_text_orientation" id="et_pb_text_orientation">
\t\t\t\t\t\t<option value="left"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'left' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Left</option>
\t\t\t\t\t\t<option value="center"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'center' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Center</option>
\t\t\t\t\t\t<option value="right"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'right' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Right</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can adjust the alignment of your text.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-option-main-content">
\t\t\t\t<label for="et_pb_content_new">Content: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Input the main text content for your module here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_login-module-template">
\t\t<h3 class="et-pb-settings-heading">Login Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_title">Title: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_title" type="text" class="regular-text" value="<%= typeof( et_pb_title ) !== 'undefined' ?  et_pb_title : '' %>" />

\t\t\t\t\t<p class="description">Choose a title of your login box.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_current_page_redirect">Redirect To The Current Page: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_current_page_redirect" id="et_pb_current_page_redirect">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_current_page_redirect ) !== 'undefined' && 'off' === et_pb_current_page_redirect ?  ' selected="selected"' : '' %>>No</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_current_page_redirect ) !== 'undefined' && 'on' === et_pb_current_page_redirect ?  ' selected="selected"' : '' %>>Yes</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether the user should be redirected to the current page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_use_background_color">Use Background Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_use_background_color" id="et_pb_use_background_color" class="et-pb-affects" data-affects="#et_pb_background_color">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_use_background_color ) !== 'undefined' && 'on' === et_pb_use_background_color ?  ' selected="selected"' : '' %>>Yes</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_use_background_color ) !== 'undefined' && 'off' === et_pb_use_background_color ?  ' selected="selected"' : '' %>>No</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether background color setting below should be used or not.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends">
\t\t\t\t<label for="et_pb_background_color">Background Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_background_color" class="et-pb-color-picker-hex" type="text" maxlength="7" placeholder="Hex Value" value="<%= typeof( et_pb_background_color ) !== 'undefined' && et_pb_background_color !== '' ?  et_pb_background_color : '
END;
    echo esc_html(et_get_option('accent_color', '#7EBEC5'));
    echo <<<END
' %>" />

\t\t\t\t\t<p class="description">Define a custom background color for your module, or leave blank to use the default color.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether your text should be light or dark. If you are working with a dark background, then your text should be light. If your background is light, then your text should be set to dark.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_text_orientation">Text Orientation: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_text_orientation" id="et_pb_text_orientation">
\t\t\t\t\t\t<option value="left"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'left' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Left</option>
\t\t\t\t\t\t<option value="center"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'center' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Center</option>
\t\t\t\t\t\t<option value="right"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'right' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Right</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can adjust the alignment of your text.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-option-main-content">
\t\t\t\t<label for="et_pb_content_new">Content: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Input the main text content for your module here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_audio-module-template">
\t\t<h3 class="et-pb-settings-heading">Audio Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_audio">Audio: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_audio" type="text" class="regular-text et-pb-upload-field" value="<%= typeof( et_pb_audio ) !== 'undefined' ?  et_pb_audio : '' %>" />
\t\t\t\t\t<input type='button' class='button button-upload et-pb-upload-button' value='Upload an audio file' data-choose="Choose an Audio file" data-update="Set As Audio for the module" data-type="audio" />

\t\t\t\t\t<p class="description">Define the audio file for use in the module. To remove an audio file from the module, simply delete the URL from the settings field.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_title">Title: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_title" type="text" class="regular-text" value="<%= typeof( et_pb_title ) !== 'undefined' ?  et_pb_title : '' %>" />

\t\t\t\t\t<p class="description">Define a title.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_artist_name">Artist Name: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_artist_name" type="text" class="regular-text" value="<%= typeof( et_pb_artist_name ) !== 'undefined' ?  et_pb_artist_name : '' %>" />

\t\t\t\t\t<p class="description">Define an artist name.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_album_name">Album name: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_album_name" type="text" class="regular-text" value="<%= typeof( et_pb_album_name ) !== 'undefined' ?  et_pb_album_name : '' %>" />

\t\t\t\t\t<p class="description">Define an album name.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_image_url">Cover Art Image URL: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_image_url" type="text" class="regular-text et-pb-upload-field" value="<%= typeof( et_pb_image_url ) !== 'undefined' ?  et_pb_image_url : '' %>" />
\t\t\t\t\t<input type='button' class='button button-upload et-pb-upload-button' value='Upload an image' data-choose="Choose an Image" data-update="Set As Image" data-type="image" />
\t\t\t\t\t<p class="description">Upload your desired image, or type in the URL to the image you would like to display.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_color">Background Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_background_color" class="et-pb-color-picker-hex" type="text" maxlength="7" placeholder="Hex Value" value="<%= typeof( et_pb_background_color ) !== 'undefined' && et_pb_background_color !== '' ?  et_pb_background_color : '
END;
    echo esc_html(et_get_option('accent_color', '#7EBEC5'));
    echo <<<END
' %>" />

\t\t\t\t\t<p class="description">Define a custom background color for your module, or leave blank to use the default color.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether your text should be light or dark. If you are working with a dark background, then your text should be light. If your background is light, then your text should be set to dark.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_contact_form-module-template">
\t\t<h3 class="et-pb-settings-heading">Contact Form Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_captcha">Captcha: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_captcha" id="et_pb_captcha">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_captcha ) !== 'undefined' && 'on' === et_pb_captcha ?  ' selected="selected"' : '' %>>Display Captcha</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_captcha ) !== 'undefined' && 'off' === et_pb_captcha ?  ' selected="selected"' : '' %>>Don't Display Captcha</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Turn the captcha on or off using this option.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_email">Email: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_email" type="text" class="regular-text" value="<%= typeof( et_pb_email ) !== 'undefined' ?  et_pb_email : '' %>" />

\t\t\t\t\t<p class="description">Input the email address where messages should be sent.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_title">Title: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_title" type="text" class="regular-text" value="<%= typeof( et_pb_title ) !== 'undefined' ?  et_pb_title : '' %>" />

\t\t\t\t\t<p class="description">Define a title for your contact form.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_divider-module-template">
\t\t<h3 class="et-pb-settings-heading">Divider Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_color">Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_color" class="et-pb-color-picker-hex" type="text" maxlength="7" placeholder="Hex Value" value="<%= typeof( et_pb_color ) !== 'undefined' && et_pb_color !== '' ?  et_pb_color : '#ffffff' %>" />

\t\t\t\t\t<p class="description">This will adjust the color of the 1px divider line.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_divider">Visibility: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_divider" id="et_pb_show_divider">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_divider ) !== 'undefined' && 'off' === et_pb_show_divider ?  ' selected="selected"' : '' %>>Don't Show Divider</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_divider ) !== 'undefined' && 'on' === et_pb_show_divider ?  ' selected="selected"' : '' %>>Show Divider</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">This settings turns on and off the 1px divider line, but does not affect the divider height.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_height">Height: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_height" type="text" class="regular-text" value="<%= typeof( et_pb_height ) !== 'undefined' ?  et_pb_height : '' %>" />

\t\t\t\t\t<p class="description">Define how much space should be added below the divider (in pixels).</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_blog-module-template">
\t\t<h3 class="et-pb-settings-heading">Blog Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_fullwidth">Layout: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_fullwidth" id="et_pb_fullwidth">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_fullwidth ) !== 'undefined' && 'on' === et_pb_fullwidth ?  ' selected="selected"' : '' %>>Fullwidth</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_fullwidth ) !== 'undefined' && 'off' === et_pb_fullwidth ?  ' selected="selected"' : '' %>>Grid</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Toggle between the various blog layout types.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_posts_number">Posts Number: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_posts_number" type="text" class="regular-text" value="<%= typeof( et_pb_posts_number ) !== 'undefined' ?  et_pb_posts_number : '10' %>" />

\t\t\t\t\t<p class="description">Choose how much posts you would like to display per page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_include_categories">Include Categories: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t<% var et_pb_include_categories_temp = typeof et_pb_include_categories !== 'undefined' ? et_pb_include_categories.split( ',' ) : []; %>
END;
    $cats_array = get_categories('hide_empty=0');
    foreach ($cats_array as $categs) {
        printf('<label><input type="checkbox" name="et_pb_include_categories" value="%1$s"%3$s> %2$s</label><br/>', esc_attr($categs->cat_ID), esc_html($categs->cat_name), '<%= _.contains( et_pb_include_categories_temp, "' . $categs->cat_ID . '" ) ? checked="checked" : "" %>');
    }
    echo <<<END

\t\t\t\t\t<p class="description">Choose which categories you would like to include in the feed.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_meta_date">Meta Date Format: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_meta_date" type="text" class="regular-text" value="<%= typeof( et_pb_meta_date ) !== 'undefined' ?  et_pb_meta_date : 'M j, Y' %>" />

\t\t\t\t\t<p class="description">If you would like to adjust the date format, input the appropriate PHP date format here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_thumbnail">Featured Image: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_thumbnail" id="et_pb_show_thumbnail">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_thumbnail ) !== 'undefined' && 'on' === et_pb_show_thumbnail ?  ' selected="selected"' : '' %>>Show Featured Image</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_thumbnail ) !== 'undefined' && 'off' === et_pb_show_thumbnail ?  ' selected="selected"' : '' %>>Don't Show Featured Image</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">This will turn thumbnails on and off.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_content">Content: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_content" id="et_pb_show_content" class="et-pb-affects" data-affects="#et_pb_show_more">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_content ) !== 'undefined' && 'off' === et_pb_show_content ?  ' selected="selected"' : '' %>>Show Excerpt</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_content ) !== 'undefined' && 'on' === et_pb_show_content ?  ' selected="selected"' : '' %>>Show Content</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Showing the full content will not truncate your posts on the index page. Showing the excerpt will only display your excerpt text.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option" data-depends_show_if="off">
\t\t\t\t<label for="et_pb_show_more">Read More Button: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_more" id="et_pb_show_more">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_more ) !== 'undefined' && 'off' === et_pb_show_more ?  ' selected="selected"' : '' %>>Off</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_more ) !== 'undefined' && 'on' === et_pb_show_more ?  ' selected="selected"' : '' %>>On</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can define whether to show "read more" link after the excerpts or not.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_author">Author: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_author" id="et_pb_show_author">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_author ) !== 'undefined' && 'on' === et_pb_show_author ?  ' selected="selected"' : '' %>>Show Author</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_author ) !== 'undefined' && 'off' === et_pb_show_author ?  ' selected="selected"' : '' %>>Don't Show Author</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Turn on or off the author link.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_date">Date: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_date" id="et_pb_show_date">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_date ) !== 'undefined' && 'on' === et_pb_show_date ?  ' selected="selected"' : '' %>>Show Date</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_date ) !== 'undefined' && 'off' === et_pb_show_date ?  ' selected="selected"' : '' %>>Don't Show Date</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Turn the date on or off.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_categories">Categories: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_categories" id="et_pb_show_categories">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_categories ) !== 'undefined' && 'on' === et_pb_show_categories ?  ' selected="selected"' : '' %>>Show Categories</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_categories ) !== 'undefined' && 'off' === et_pb_show_categories ?  ' selected="selected"' : '' %>>Don't Show Categories</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Turn the category links on or off.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_pagination">Pagination: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_pagination" id="et_pb_show_pagination">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_pagination ) !== 'undefined' && 'on' === et_pb_show_pagination ?  ' selected="selected"' : '' %>>Show Pagination</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_pagination ) !== 'undefined' && 'off' === et_pb_show_pagination ?  ' selected="selected"' : '' %>>Don't Show Pagination</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Turn pagination on and off.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether your text should be light or dark. If you are working with a dark background, then your text should be light. If your background is light, then your text should be set to dark.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_portfolio-module-template">
\t\t<h3 class="et-pb-settings-heading">Portfolio Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_fullwidth">Layout: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_fullwidth" id="et_pb_fullwidth">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_fullwidth ) !== 'undefined' && 'on' === et_pb_fullwidth ?  ' selected="selected"' : '' %>>Fullwidth</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_fullwidth ) !== 'undefined' && 'off' === et_pb_fullwidth ?  ' selected="selected"' : '' %>>Grid</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Choose your desired portfolio layout style.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_posts_number">Posts Number: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_posts_number" type="text" class="regular-text" value="<%= typeof( et_pb_posts_number ) !== 'undefined' ?  et_pb_posts_number : '10' %>" />

\t\t\t\t\t<p class="description">Define the number of projects that should be displayed per page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_include_categories">Include Categories: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t<% var et_pb_include_categories_temp = typeof et_pb_include_categories !== 'undefined' ? et_pb_include_categories.split( ',' ) : []; %>
END;
    $cats_array = get_terms('project_category');
    foreach ($cats_array as $categs) {
        printf('<label><input type="checkbox" name="et_pb_include_categories" value="%1$s"%3$s> %2$s</label><br/>', esc_attr($categs->term_id), esc_html($categs->name), '<%= _.contains( et_pb_include_categories_temp, "' . $categs->term_id . '" ) ? checked="checked" : "" %>');
    }
    echo <<<END

\t\t\t\t\t<p class="description">Select the categories that you would like to include in the feed.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_title">Title: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_title" id="et_pb_show_title">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_title ) !== 'undefined' && 'on' === et_pb_show_title ?  ' selected="selected"' : '' %>>Show Title</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_title ) !== 'undefined' && 'off' === et_pb_show_title ?  ' selected="selected"' : '' %>>Don't Show Title</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Turn project titles on or off.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_categories">Categories: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_categories" id="et_pb_show_categories">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_categories ) !== 'undefined' && 'on' === et_pb_show_categories ?  ' selected="selected"' : '' %>>Show Categories</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_categories ) !== 'undefined' && 'off' === et_pb_show_categories ?  ' selected="selected"' : '' %>>Don't Show Categories</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Turn the category links on or off.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_pagination">Pagination: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_pagination" id="et_pb_show_pagination">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_pagination ) !== 'undefined' && 'on' === et_pb_show_pagination ?  ' selected="selected"' : '' %>>Show Pagination</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_pagination ) !== 'undefined' && 'off' === et_pb_show_pagination ?  ' selected="selected"' : '' %>>Don't Show Pagination</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Enable or disable pagination for this feed.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether your text should be light or dark. If you are working with a dark background, then your text should be light. If your background is light, then your text should be set to dark.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_filterable_portfolio-module-template">
\t\t<h3 class="et-pb-settings-heading">Filterable Portfolio Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_fullwidth">Layout: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_fullwidth" id="et_pb_fullwidth">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_fullwidth ) !== 'undefined' && 'on' === et_pb_fullwidth ?  ' selected="selected"' : '' %>>Fullwidth</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_fullwidth ) !== 'undefined' && 'off' === et_pb_fullwidth ?  ' selected="selected"' : '' %>>Grid</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Choose your desired portfolio layout style.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_posts_number">Posts Number: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_posts_number" type="text" class="regular-text" value="<%= typeof( et_pb_posts_number ) !== 'undefined' ?  et_pb_posts_number : '10' %>" />

\t\t\t\t\t<p class="description">Define the number of projects that should be displayed per page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_include_categories">Include Categories: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t<% var et_pb_include_categories_temp = typeof et_pb_include_categories !== 'undefined' ? et_pb_include_categories.split( ',' ) : []; %>
END;
    $cats_array = get_terms('project_category');
    foreach ($cats_array as $categs) {
        printf('<label><input type="checkbox" name="et_pb_include_categories" value="%1$s"%3$s> %2$s</label><br/>', esc_attr($categs->term_id), esc_html($categs->name), '<%= _.contains( et_pb_include_categories_temp, "' . $categs->term_id . '" ) ? checked="checked" : "" %>');
    }
    echo <<<END

\t\t\t\t\t<p class="description">Select the categories that you would like to include in the feed.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_title">Title: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_title" id="et_pb_show_title">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_title ) !== 'undefined' && 'on' === et_pb_show_title ?  ' selected="selected"' : '' %>>Show Title</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_title ) !== 'undefined' && 'off' === et_pb_show_title ?  ' selected="selected"' : '' %>>Don't Show Title</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Turn project titles on or off.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_categories">Categories: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_categories" id="et_pb_show_categories">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_categories ) !== 'undefined' && 'on' === et_pb_show_categories ?  ' selected="selected"' : '' %>>Show Categories</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_categories ) !== 'undefined' && 'off' === et_pb_show_categories ?  ' selected="selected"' : '' %>>Don't Show Categories</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Turn the category links on or off.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_pagination">Pagination: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_pagination" id="et_pb_show_pagination">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_pagination ) !== 'undefined' && 'on' === et_pb_show_pagination ?  ' selected="selected"' : '' %>>Show Pagination</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_pagination ) !== 'undefined' && 'off' === et_pb_show_pagination ?  ' selected="selected"' : '' %>>Don't Show Pagination</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Enable or disable pagination for this feed.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether your text should be light or dark. If you are working with a dark background, then your text should be light. If your background is light, then your text should be set to dark.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

<script type="text/template" id="et-builder-et_pb_fullwidth_portfolio-module-template">
\t\t<h3 class="et-pb-settings-heading">Fullwidth Portfolio Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_title">Portfolio Title: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_title" type="text" class="regular-text" value="<%= typeof( et_pb_title ) !== 'undefined' ?  et_pb_title : '' %>" />
\t\t\t\t\t<p class="description">Title displayed above the portfolio.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_fullwidth">Layout: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_fullwidth" id="et_pb_fullwidth">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_fullwidth ) !== 'undefined' && 'on' === et_pb_fullwidth ?  ' selected="selected"' : '' %>>Carousel</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_fullwidth ) !== 'undefined' && 'off' === et_pb_fullwidth ?  ' selected="selected"' : '' %>>Grid</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Choose your desired portfolio layout style.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_include_categories">Include Categories: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t<% var et_pb_include_categories_temp = typeof et_pb_include_categories !== 'undefined' ? et_pb_include_categories.split( ',' ) : []; %>
END;
    $cats_array = get_terms('project_category');
    foreach ($cats_array as $categs) {
        printf('<label><input type="checkbox" name="et_pb_include_categories" value="%1$s"%3$s> %2$s</label><br/>', esc_attr($categs->term_id), esc_html($categs->name), '<%= _.contains( et_pb_include_categories_temp, "' . $categs->term_id . '" ) ? checked="checked" : "" %>');
    }
    echo <<<END

\t\t\t\t\t<p class="description">Select the categories that you would like to include in the feed.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_posts_number">Posts Number: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_posts_number" type="text" class="regular-text" value="<%= typeof( et_pb_posts_number ) !== 'undefined' ?  et_pb_posts_number : '' %>" />

\t\t\t\t\t<p class="description">Control how many projects are displayed. Leave blank or use 0 to not limit the amount.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_title">Title: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_title" id="et_pb_show_title">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_title ) !== 'undefined' && 'on' === et_pb_show_title ?  ' selected="selected"' : '' %>>Show Title</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_title ) !== 'undefined' && 'off' === et_pb_show_title ?  ' selected="selected"' : '' %>>Don't Show Title</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Turn project titles on or off.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_show_date">Date: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_show_date" id="et_pb_show_date">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_show_date ) !== 'undefined' && 'on' === et_pb_show_date ?  ' selected="selected"' : '' %>>Show Date</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_show_date ) !== 'undefined' && 'off' === et_pb_show_date ?  ' selected="selected"' : '' %>>Don't Show Date</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Turn the date display on or off.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether your text should be light or dark. If you are working with a dark background, then your text should be light. If your background is light, then your text should be set to dark.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_auto">Automatic Carousel Rotation: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_auto" id="et_pb_auto" class="et-pb-affects" data-affects="#et_pb_auto_speed">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_auto ) !== 'undefined' && 'off' === et_pb_auto ?  ' selected="selected"' : '' %>>Disabled</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_auto ) !== 'undefined' && 'on' === et_pb_auto ?  ' selected="selected"' : '' %>>Enabled</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">If you the carousel layout option is chosen and you would like the carousel to slide automatically, without the visitor having to click the next button, enable this option and then adjust the rotation speed below if desired.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends">
\t\t\t\t<label for="et_pb_auto_speed">Automatic Carousel Rotation Speed (in ms): </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_auto_speed" type="text" class="regular-text" value="<%= typeof( et_pb_auto_speed ) !== 'undefined' ?  et_pb_auto_speed : '' %>" />
\t\t\t\t\t<p class="description">Here you can designate how fast the carousel rotates, if 'Automatic Carousel Rotation' option is enabled above. The higher the number the longer the pause between each rotation. (Ex. 1000 = 1 sec)</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_shop-module-template">
\t\t<h3 class="et-pb-settings-heading">Shop Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_type">Type: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_type" id="et_pb_type">
\t\t\t\t\t\t<option value="recent"<%= typeof( et_pb_type ) !== 'undefined' && 'recent' === et_pb_type ?  ' selected="selected"' : '' %>>Recent Products</option>
\t\t\t\t\t\t<option value="featured"<%= typeof( et_pb_type ) !== 'undefined' && 'featured' === et_pb_type ?  ' selected="selected"' : '' %>>Featured Products</option>
\t\t\t\t\t\t<option value="sale"<%= typeof( et_pb_type ) !== 'undefined' && 'sale' === et_pb_type ?  ' selected="selected"' : '' %>>Sale Products</option>
\t\t\t\t\t\t<option value="best_selling"<%= typeof( et_pb_type ) !== 'undefined' && 'best_selling' === et_pb_type ?  ' selected="selected"' : '' %>>Best Selling Products</option>
\t\t\t\t\t\t<option value="top_rated"<%= typeof( et_pb_type ) !== 'undefined' && 'top_rated' === et_pb_type ?  ' selected="selected"' : '' %>>Top Rated Products</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Choose which type of products you would like to display.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_posts_number">Posts Number: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_posts_number" type="text" class="regular-text" value="<%= typeof( et_pb_posts_number ) !== 'undefined' ?  et_pb_posts_number : '12' %>" />

\t\t\t\t\t<p class="description">Control how many products are displayed.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_columns">Columns Number: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_columns" id="et_pb_columns">
\t\t\t\t\t\t<option value="4"<%= typeof( et_pb_columns ) !== 'undefined' && '4' === et_pb_columns ?  ' selected="selected"' : '' %>>4</option>
\t\t\t\t\t\t<option value="3"<%= typeof( et_pb_columns ) !== 'undefined' && '3' === et_pb_columns ?  ' selected="selected"' : '' %>>3</option>
\t\t\t\t\t\t<option value="2"<%= typeof( et_pb_columns ) !== 'undefined' && '2' === et_pb_columns ?  ' selected="selected"' : '' %>>2</option>
\t\t\t\t\t\t<option value="1"<%= typeof( et_pb_columns ) !== 'undefined' && '1' === et_pb_columns ?  ' selected="selected"' : '' %>>1</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Choose how many columns to display. 4 columns should be used for a 1 column row. 2 columns should be used for a 1/2 row column. 1 column should be used for a 1/4 row column.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_orderby">Order By: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_orderby" id="et_pb_orderby">
\t\t\t\t\t\t<option value="menu_order"<%= typeof( et_pb_orderby ) !== 'undefined' && 'menu_order' === et_pb_orderby ?  ' selected="selected"' : '' %>>Default Sorting</option>
\t\t\t\t\t\t<option value="popularity"<%= typeof( et_pb_orderby ) !== 'undefined' && 'popularity' === et_pb_orderby ?  ' selected="selected"' : '' %>>Sort By Popularity</option>
\t\t\t\t\t\t<option value="rating"<%= typeof( et_pb_orderby ) !== 'undefined' && 'rating' === et_pb_orderby ?  ' selected="selected"' : '' %>>Sort By Rating</option>
\t\t\t\t\t\t<option value="date"<%= typeof( et_pb_orderby ) !== 'undefined' && 'date' === et_pb_orderby ?  ' selected="selected"' : '' %>>Sort By Date</option>
\t\t\t\t\t\t<option value="price"<%= typeof( et_pb_orderby ) !== 'undefined' && 'price' === et_pb_orderby ?  ' selected="selected"' : '' %>>Sort By Price: Low To High</option>
\t\t\t\t\t\t<option value="price-desc"<%= typeof( et_pb_orderby ) !== 'undefined' && 'price-desc' === et_pb_orderby ?  ' selected="selected"' : '' %>>Sort By Price: High To Low</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Choose how your products should be ordered.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_pricing_tables-module-template">
\t\t<h3 class="et-pb-settings-heading">Pricing Tables Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option-advanced-module-settings" data-module_type="et_pb_pricing_table">
\t\t\t\t<ul class="et-pb-sortable-options">
\t\t\t\t</ul>
\t\t\t\t<a href="#" class="et-pb-add-sortable-option"><span>Add New Pricing Table</span></a>
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-option-main-content et-pb-option-advanced-module">
\t\t\t\t<label for="et_pb_content_new">Content: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Input the main text content for your module here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-advanced-setting-et_pb_pricing_table-title">
\t\t<%= typeof( et_pb_title ) !== 'undefined' && typeof( et_pb_title ) === 'string' ?  et_pb_title : 'New Pricing Table' %>
\t</script>

\t<script type="text/template" id="et-builder-advanced-setting-et_pb_pricing_table">
\t\t<h3 class="et-pb-settings-heading">Pricing Table Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_featured">Featured: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_featured" id="et_pb_featured">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb__featured ) !== 'undefined' && 'off' === et_pb_featured ?  ' selected="selected"' : '' %>>Don't Make This Table Featured</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_featured ) !== 'undefined' && 'on' === et_pb_featured ?  ' selected="selected"' : '' %>>Make This Table Featured</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Featuring a table will make it stand out from the rest.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_title">Title: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_title" type="text" class="regular-text" value="<%= typeof( et_pb_title ) !== 'undefined' ?  et_pb_title : '' %>" />

\t\t\t\t\t<p class="description">Define a title for the pricing table.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_subtitle">Subtitle: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_subtitle" type="text" class="regular-text" value="<%= typeof( et_pb_subtitle ) !== 'undefined' ?  et_pb_subtitle : '' %>" />

\t\t\t\t\t<p class="description">Define a sub title for the table if desired.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_currency">Currency: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_currency" type="text" class="regular-text" value="<%= typeof( et_pb_currency ) !== 'undefined' ?  et_pb_currency : '' %>" />

\t\t\t\t\t<p class="description">Input your desired currency symbol here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_per">Per: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_per" type="text" class="regular-text" value="<%= typeof( et_pb_per ) !== 'undefined' ?  et_pb_per : '' %>" />

\t\t\t\t\t<p class="description">If your pricing is subscription based, input the subscription payment cycle here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_sum">Price: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_sum" type="text" class="regular-text" value="<%= typeof( et_pb_sum ) !== 'undefined' ?  et_pb_sum : '' %>" />

\t\t\t\t\t<p class="description">Input the value of the product here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_button_url">Button URL: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_button_url" type="text" class="regular-text" value="<%= typeof( et_pb_button_url ) !== 'undefined' ?  et_pb_button_url : '' %>" />

\t\t\t\t\t<p class="description">Input the destination URL for the signup button.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_button_text">Button Text: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_button_text" type="text" class="regular-text" value="<%= typeof( et_pb_button_text ) !== 'undefined' ?  et_pb_button_text : '' %>" />

\t\t\t\t\t<p class="description">Adjust the text used from the signup button.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-option-main-content">
\t\t\t\t<label for="et_pb_content_new">Content: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Input a list of features that are/are not included in the product. Separate items on a new line, and begin with either a + or - symbol: <br/>
\t\t\t\t\t+ Included option<br/>
\t\t\t\t\t- Excluded option<br/>
\t\t\t\t\t</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_counters-module-template">
\t\t<h3 class="et-pb-settings-heading">Bar Counters Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option-advanced-module-settings" data-module_type="et_pb_counter">
\t\t\t\t<ul class="et-pb-sortable-options">
\t\t\t\t</ul>
\t\t\t\t<a href="#" class="et-pb-add-sortable-option"><span>Add New Bar Counter</span></a>
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether your text should be light or dark. If you are working with a dark background, then your text should be light. If your background is light, then your text should be set to dark.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_color">Background Color: </label>

\t\t\t\t<div class="et-pb-option-container">

\t\t\t\t\t<input id="et_pb_background_color" class="et-pb-color-picker-hex" type="text" maxlength="7" placeholder="Hex Value" value="<%= typeof( et_pb_background_color ) !== 'undefined' && et_pb_background_color !== '' ?  et_pb_background_color : '#dddddd' %>" />
\t\t\t\t\t<p class="description">This will adjust the color of the empty space in the bar (currently gray).</p>

\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_bar_bg_color">Bar Background Color: </label>

\t\t\t\t<div class="et-pb-option-container">

\t\t\t\t\t<input id="et_pb_bar_bg_color" class="et-pb-color-picker-hex" type="text" maxlength="7" placeholder="Hex Value" value="<%= typeof( et_pb_bar_bg_color ) !== 'undefined' && et_pb_bar_bg_color !== '' ?  et_pb_bar_bg_color : '
END;
    echo esc_html(et_get_option('accent_color', '#7EBEC5'));
    echo <<<END
' %>" />
\t\t\t\t\t<p class="description">This will change the fill color for the bar.</p>

\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-option-main-content et-pb-option-advanced-module">
\t\t\t\t<label for="et_pb_content_new">Content: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Input the main text content for your module here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-advanced-setting-et_pb_counter-title">
\t\t<%= typeof( et_pb_content_new ) !== 'undefined' && typeof( et_pb_content_new ) === 'string' ?  et_pb_content_new : 'New Bar Counter' %>
\t</script>

\t<script type="text/template" id="et-builder-advanced-setting-et_pb_counter">
\t\t<h3 class="et-pb-settings-heading">Bar Counter Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_content_new">Title: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_content_new" type="text" class="regular-text" value="<%= typeof( et_pb_content_new ) !== 'undefined' ?  et_pb_content_new : '' %>" />

\t\t\t\t\t<p class="description">Input a title for your bar.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_percent">Percent: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_percent" type="text" class="regular-text" value="<%= typeof( et_pb_percent ) !== 'undefined' ?  et_pb_percent : '' %>" />

\t\t\t\t\t<p class="description">Define a percentage for this bar.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_accordion-module-template">
\t\t<h3 class="et-pb-settings-heading">Accordion Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option-advanced-module-settings" data-module_type="et_pb_accordion_item">
\t\t\t\t<ul class="et-pb-sortable-options">
\t\t\t\t</ul>
\t\t\t\t<a href="#" class="et-pb-add-sortable-option"><span>Add New Item</span></a>
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-option-main-content et-pb-option-advanced-module">
\t\t\t\t<label for="et_pb_content_new">Content: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Here you can define the content that will be placed within the current tab.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-advanced-setting-et_pb_accordion_item-title">
\t\t<%= typeof( et_pb_title ) !== 'undefined' && typeof( et_pb_title ) === 'string' ?  et_pb_title : 'Add New Item' %>
\t</script>

\t<script type="text/template" id="et-builder-advanced-setting-et_pb_accordion_item">
\t\t<h3 class="et-pb-settings-heading">Accordion Item Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_title">Title: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_title" type="text" class="regular-text" value="<%= typeof( et_pb_title ) !== 'undefined' ?  et_pb_title : '' %>" />

\t\t\t\t\t<p class="description">The toggle title will appear above the content and when the toggle is closed.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-option-main-content">
\t\t\t\t<label for="et_pb_content_new">Content: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Here you can define the content that will be placed within the current tab.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_countdown_timer-module-template">
\t\t<h3 class="et-pb-settings-heading">Countdown Timer Settings</h3>

\t\t<div class="et-pb-main-settings">

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_title">Countdown Timer Title: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_title" type="text" class="regular-text" value="<%= typeof( et_pb_title ) !== 'undefined' && et_pb_title !== '' ?  et_pb_title : '' %>" />
\t\t\t\t\t<p class="description">This is the title displayed for the countdown timer.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_date_time">Countdown To: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_date_time" type="text" class="regular-text et-pb-date-time-picker" value="<%= typeof( et_pb_date_time ) !== 'undefined' && et_pb_date_time !== '' ?  et_pb_date_time : '' %>" />
\t\t\t\t\t<p class="description">This is the date the countdown timer is counting down to.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether your text should be light or dark. If you are working with a dark background, then your text should be light. If your background is light, then your text should be set to dark.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_use_background_color">Use Background Color: </label>

\t\t\t\t<div class="et-pb-option-container">

\t\t\t\t\t<select name="et_pb_use_background_color" id="et_pb_use_background_color" class="et-pb-affects" data-affects="#et_pb_background_color">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_use_background_color ) !== 'undefined' && 'on' === et_pb_use_background_color ? ' selected="selected"' : '' %>>Yes</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_use_background_color ) !== 'undefined' && 'off' === et_pb_use_background_color ?  ' selected="selected"' : '' %>>No</option>
\t\t\t\t\t</select>
\t\t\t\t\t<p class="description">Here you can choose whether background color setting below should be used or not.</p>

\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-depends">
\t\t\t\t<label for="et_pb_background_color">Background Color: </label>

\t\t\t\t<div class="et-pb-option-container">

\t\t\t\t\t<input id="et_pb_background_color" class="et-pb-color-picker-hex" type="text" maxlength="7" placeholder="Hex Value" value="<%= typeof( et_pb_background_color ) !== 'undefined' && et_pb_background_color !== '' ?  et_pb_background_color : '
END;
    echo esc_html(et_get_option('accent_color', '#7EBEC5'));
    echo <<<END
' %>" />
\t\t\t\t\t<p class="description">Here you can define a custom background color for your countdown timer.</p>

\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-advanced-setting-et_pb_map_pin-title">
\t\t<%= typeof( et_pb_title ) !== 'undefined' && typeof( et_pb_title ) === 'string' ?  et_pb_title : 'New Pin' %>
\t</script>

\t<script type="text/template" id="et-builder-advanced-setting-et_pb_map_pin">
\t\t<h3 class="et-pb-settings-heading">Pin Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_title">Title: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_title" type="text" class="regular-text" value="<%= typeof( et_pb_title ) !== 'undefined' ?  et_pb_title : '' %>" />
\t\t\t\t\t<p class="description">The title will be used within the tab button for this tab.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_pin_address">Map Pin Address: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_pin_address" type="text" class="et_pb_pin_address regular-text" value="<%= typeof( et_pb_pin_address ) !== 'undefined' ?  et_pb_pin_address : '' %>" />  <a href="#" class="et_pb_find_address button">Find</a>
\t\t\t\t\t<p class="description">Enter an address for this map pin, and the address will be geocoded and displayed on the map below.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<input class="et_pb_zoom_level" type="hidden" value="18" />
\t\t\t\t<input id="et_pb_pin_address_lat" class="et_pb_pin_address_lat" type="hidden" class="regular-text" value="<%= typeof( et_pb_pin_address_lat ) !== 'undefined' ?  et_pb_pin_address_lat : '' %>" />
\t\t\t\t<input id="et_pb_pin_address_lng" class="et_pb_pin_address_lng" type="hidden" class="regular-text" value="<%= typeof( et_pb_pin_address_lng ) !== 'undefined' ?  et_pb_pin_address_lng : '' %>" />
\t\t\t\t<div id="et_pb_map_center_map" class="et-pb-map et_pb_map_center_map"></div>
\t\t\t</div>

\t\t\t<div class="et-pb-option et-pb-option-main-content">
\t\t\t\t<label for="et_pb_content_new">Content: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Here you can define the content that will be placed within the infobox for the pin.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_map-module-template">
\t\t<h3 class="et-pb-settings-heading">Map Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option-advanced-module-settings" data-module_type="et_pb_map_pin">
\t\t\t\t<ul class="et-pb-sortable-options">
\t\t\t\t</ul>
\t\t\t\t<a href="#" class="et-pb-add-sortable-option"><span>Add New Pin</span></a>
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-option-main-content et-pb-option-advanced-module">
\t\t\t\t<label for="et_pb_content_new">Content: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Here you can define the content that will be placed within the infobox for the pin.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_address">Map Center Address: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_address" class="et_pb_address" type="text" class="regular-text" value="<%= typeof( et_pb_address ) !== 'undefined' ?  et_pb_address : '' %>" /> <a href="#" class="et_pb_find_address button">Find</a>
\t\t\t\t\t<p class="description">Enter an address for the map center point, and the address will be geocoded and displayed on the map below.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<input id="et_pb_zoom_level" type="hidden" class="et_pb_zoom_level" value="<%= typeof( et_pb_zoom_level ) !== 'undefined' ?  et_pb_zoom_level : '18' %>" />
\t\t\t\t<input id="et_pb_address_lat" class="et_pb_address_lat" type="hidden" value="<%= typeof( et_pb_address_lat ) !== 'undefined' ?  et_pb_address_lat : '' %>" />
\t\t\t\t<input id="et_pb_address_lng" class="et_pb_address_lng" type="hidden"  value="<%= typeof( et_pb_address_lng ) !== 'undefined' ?  et_pb_address_lng : '' %>" />
\t\t\t\t<div id="et_pb_map_center_map" class="et-pb-map et_pb_map_center_map"></div>
\t\t\t</div>

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_mouse_wheel">Mouse Wheel Zoom: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_mouse_wheel" id="et_pb_mouse_wheel">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_mouse_wheel ) !== 'undefined' && 'on' === et_pb_mouse_wheel ?  ' selected="selected"' : '' %>>On</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_mouse_wheel ) !== 'undefined' && 'off' === et_pb_mouse_wheel ?  ' selected="selected"' : '' %>>Off</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether the zoom level will be controlled by mouse wheel or not.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_fullwidth_map-module-template">
\t\t<h3 class="et-pb-settings-heading">Map Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option-advanced-module-settings" data-module_type="et_pb_map_pin">
\t\t\t\t<ul class="et-pb-sortable-options">
\t\t\t\t</ul>
\t\t\t\t<a href="#" class="et-pb-add-sortable-option"><span>Add New Pin</span></a>
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-option-main-content et-pb-option-advanced-module">
\t\t\t\t<label for="et_pb_content_new">Content: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Here you can define the content that will be placed within the infobox for the pin.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_address">Map Center Address: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_address" class="et_pb_address" type="text" class="regular-text" value="<%= typeof( et_pb_address ) !== 'undefined' ?  et_pb_address : '' %>" /> <a href="#" class="et_pb_find_address button">Find</a>
\t\t\t\t\t<p class="description">Enter an address for the map center point, and the address will be geocoded and displayed on the map below.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<input id="et_pb_zoom_level" type="hidden" class="et_pb_zoom_level" value="<%= typeof( et_pb_zoom_level ) !== 'undefined' ?  et_pb_zoom_level : '18' %>" />
\t\t\t\t<input id="et_pb_address_lat" class="et_pb_address_lat" type="hidden" value="<%= typeof( et_pb_address_lat ) !== 'undefined' ?  et_pb_address_lat : '' %>" />
\t\t\t\t<input id="et_pb_address_lng" class="et_pb_address_lng" type="hidden"  value="<%= typeof( et_pb_address_lng ) !== 'undefined' ?  et_pb_address_lng : '' %>" />
\t\t\t\t<div id="et_pb_map_center_map" class="et-pb-map et_pb_map_center_map"></div>
\t\t\t</div>

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_mouse_wheel">Mouse Wheel Zoom: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_mouse_wheel" id="et_pb_mouse_wheel">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_mouse_wheel ) !== 'undefined' && 'on' === et_pb_mouse_wheel ?  ' selected="selected"' : '' %>>On</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_mouse_wheel ) !== 'undefined' && 'off' === et_pb_mouse_wheel ?  ' selected="selected"' : '' %>>Off</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether the zoom level will be controlled by mouse wheel or not.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_circle_counter-module-template">
\t\t<h3 class="et-pb-settings-heading">Circle Counter Settings</h3>

\t\t<div class="et-pb-main-settings">

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_title">Title: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_title" type="text" class="regular-text" value="<%= typeof( et_pb_title ) !== 'undefined' ?  et_pb_title : '' %>" />

\t\t\t\t\t<p class="description">Input a title for the circle counter.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_number">Number: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_number" type="text" class="regular-text et-validate-number" maxlength="3" value="<%= typeof( et_pb_number ) !== 'undefined' ?  et_pb_number : '' %>" />

\t\t\t\t\t<p class="description">Define a number for the circle counter. (Don't include the percentage sign, use the option below.). <strong>Note: You can use only natural numbers from 0 to 100</strong></p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_percent_sign">Percent Sign: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_percent_sign" id="et_pb_percent_sign">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_percent_sign ) !== 'undefined' && 'on' === et_pb_percent_sign ?  ' selected="selected"' : '' %>>On</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_percent_sign ) !== 'undefined' && 'off' === et_pb_percent_sign ?  ' selected="selected"' : '' %>>Off</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether the percent sign should be added after the number set above.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether your text should be light or dark. If you are working with a dark background, then your text should be light. If your background is light, then your text should be set to dark.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_bar_bg_color">Bar Background Color: </label>

\t\t\t\t<div class="et-pb-option-container">

\t\t\t\t\t<input id="et_pb_bar_bg_color" class="et-pb-color-picker-hex" type="text" maxlength="7" placeholder="Hex Value" value="<%= typeof( et_pb_bar_bg_color ) !== 'undefined' && et_pb_bar_bg_color !== '' ?  et_pb_bar_bg_color : '
END;
    echo esc_html(et_get_option('accent_color', '#7EBEC5'));
    echo <<<END
' %>" />
\t\t\t\t\t<p class="description">This will change the fill color for the bar.</p>

\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_number_counter-module-template">
\t\t<h3 class="et-pb-settings-heading">Number Counter Settings</h3>

\t\t<div class="et-pb-main-settings">

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_title">Title: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_title" type="text" class="regular-text" value="<%= typeof( et_pb_title ) !== 'undefined' ?  et_pb_title : '' %>" />

\t\t\t\t\t<p class="description">Input a title for the counter.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_number">Number: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_number" type="text" class="regular-text" value="<%= typeof( et_pb_number ) !== 'undefined' ?  et_pb_number : '' %>" />

\t\t\t\t\t<p class="description">Define a number for the counter. (Don't include the percentage sign, use the option below.)</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_percent_sign">Percent Sign: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_percent_sign" id="et_pb_percent_sign">
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_percent_sign ) !== 'undefined' && 'on' === et_pb_percent_sign ?  ' selected="selected"' : '' %>>On</option>
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_percent_sign ) !== 'undefined' && 'off' === et_pb_percent_sign ?  ' selected="selected"' : '' %>>Off</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether the percent sign should be added after the number set above.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_counter_color">Counter Text Color: </label>

\t\t\t\t<div class="et-pb-option-container">

\t\t\t\t\t<input id="et_pb_counter_color" class="et-pb-color-picker-hex" type="text" maxlength="7" placeholder="Hex Value" value="<%= typeof( et_pb_counter_color ) !== 'undefined' && et_pb_counter_color !== '' ?  et_pb_counter_color : '
END;
    echo esc_html(et_get_option('accent_color', '#7EBEC5'));
    echo <<<END
' %>" />
\t\t\t\t\t<p class="description">This will change the fill color for the bar.</p>

\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether your title text should be light or dark. If you are working with a dark background, then your text should be light. If your background is light, then your text should be set to dark.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_sidebar-module-template">
\t\t<h3 class="et-pb-settings-heading">Sidebar Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_orientation">Orientation: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_orientation" id="et_pb_orientation">
\t\t\t\t\t\t<option value="left"<%= typeof( et_pb_orientation ) !== 'undefined' && 'left' === et_pb_orientation ?  ' selected="selected"' : '' %>>Left</option>
\t\t\t\t\t\t<option value="right"<%= typeof( et_pb_orientation ) !== 'undefined' && 'right' === et_pb_orientation ?  ' selected="selected"' : '' %>>Right</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Choose which side of the page your sidebar will be on. This setting controls text orientation and border position.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_area">Widget Area: </label>
\t\t\t\t<div class="et-pb-option-container">
END;
    global $wp_registered_sidebars;
    $et_pb_widgets = get_theme_mod('et_pb_widgets');
    if ($wp_registered_sidebars && is_array($wp_registered_sidebars)) {
        ?>
					<select name="et_pb_area" id="et_pb_area">
					<?php 
        foreach ($wp_registered_sidebars as $id => $options) {
            printf('<option value="%1$s"%2$s>%3$s</option>', esc_attr($id), '<%= typeof( et_pb_area ) !== "undefined" && "' . $id . '" === et_pb_area ?  " selected=\'selected\'" : "" %>', esc_html($options['name']));
        }
        ?>
					</select>
				<?php 
    }
    ?>

					<p class="description">Select a widget-area that you would like to display. You can create new widget areas within the Appearances > Widgets tab.</p>
				</div> <!-- .et-pb-option-container -->
			</div> <!-- .et-pb-option -->
<?php 
    echo <<<END
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether your text should be light or dark. If you are working with a dark background, then your text should be light. If your background is light, then your text should be set to dark.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_fullwidth_header-module-template">
\t\t<h3 class="et-pb-settings-heading">Fullwidth Header Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_title">Title: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_title" type="text" class="regular-text" value="<%= typeof( et_pb_title ) !== 'undefined' ?  et_pb_title : '' %>" />
\t\t\t\t\t<p class="description">Enter your page title here.</p>
\t\t\t\t</div>
\t\t\t</div>

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_subhead">Subheading Text: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_subhead" type="text" class="regular-text" value="<%= typeof( et_pb_subhead ) !== 'undefined' ?  et_pb_subhead : '' %>" />
\t\t\t\t\t<p class="description">If you would like to use a subhead, add it here. Your subhead will appear below your title in a small font.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose the value of your text. If you are working with a dark background, then your text should be set to light. If you are working with a light background, then your text should be dark.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_text_orientation">Text Orientation: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_text_orientation" id="et_pb_text_orientation">
\t\t\t\t\t\t<option value="left"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'left' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Left</option>
\t\t\t\t\t\t<option value="center"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'center' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Center</option>
\t\t\t\t\t\t<option value="right"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'right' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Right</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">This controls the how your text is aligned within the module.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-et_pb_fullwidth_menu-module-template">
\t\t<h3 class="et-pb-settings-heading">Fullwidth Menu Module Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_menu_id">Menu: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_menu_id" id="et_pb_menu_id">
\t\t\t\t\t\t<option value="none"<%= typeof( et_pb_menu_id ) !== 'undefined' && 'none' === et_pb_menu_id ?  ' selected="selected"' : '' %>>Select a menu</option>
END;
    $nav_menus = wp_get_nav_menus(array('orderby' => 'name'));
    foreach ((array) $nav_menus as $_nav_menu) {
        printf('<option value="%1$s"%2$s>%3$s</option>', esc_attr($_nav_menu->term_id), '<%= typeof( et_pb_menu_id ) !== "undefined" && "' . esc_attr($_nav_menu->term_id) . '" === et_pb_menu_id ?  selected="selected" : "" %>', esc_html($_nav_menu->name));
    }
    echo <<<END
\t\t\t\t\t</select>
END;
    printf('<p class="description">Select a menu that should be used in the module. <a href="%1$s" target="_blank">Click here to create new menu</a>.</p>', esc_url(admin_url('nav-menus.php')));
    echo <<<END

\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_color">Background Color: </label>

\t\t\t\t<div class="et-pb-option-container">

\t\t\t\t\t<input id="et_pb_background_color" class="et-pb-color-picker-hex" type="text" maxlength="7" placeholder="Hex Value" value="<%= typeof( et_pb_background_color ) !== 'undefined' && et_pb_background_color !== '' ?  et_pb_background_color : '#ffffff' %>" />
\t\t\t\t\t<p class="description">Use the color picker to choose a background color for this module.</p>

\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose the value of your text. If you are working with a dark background, then your text should be set to light. If you are working with a light background, then your text should be dark.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_text_orientation">Text Orientation: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_text_orientation" id="et_pb_text_orientation">
\t\t\t\t\t\t<option value="left"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'left' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Left</option>
\t\t\t\t\t\t<option value="center"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'center' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Center</option>
\t\t\t\t\t\t<option value="right"<%= typeof( et_pb_text_orientation ) !== 'undefined' && 'right' === et_pb_text_orientation ?  ' selected="selected"' : '' %>>Right</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">This controls the how your text is aligned within the module.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<!-- et_pb_social_media_follow -->
\t<script type="text/template" id="et-builder-et_pb_social_media_follow-module-template">
\t\t<h3 class="et-pb-settings-heading">Social Media Follow Settings</h3>

\t\t<div class="et-pb-main-settings">
\t\t\t<div class="et-pb-option-advanced-module-settings" data-module_type="et_pb_social_media_follow_network">
\t\t\t\t<ul class="et-pb-sortable-options">
\t\t\t\t</ul>
\t\t\t\t<a href="#" class="et-pb-add-sortable-option"><span>Add Social Network</span></a>
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_link_shape">Link Shape: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_link_shape" id="et_pb_link_shape">
\t\t\t\t\t\t<option value="rounded_rectangle"<%= typeof( et_pb_link_shape ) !== 'undefined' && 'rounded_rectangle' === et_pb_link_shape ?  ' selected="selected"' : '' %>>Rounded Rectangle</option>
\t\t\t\t\t\t<option value="circle"<%= typeof( et_pb_link_shape ) !== 'undefined' && 'circle' === et_pb_link_shape ?  ' selected="selected"' : '' %>>Circle</option>
\t\t\t\t\t</select>
\t\t\t\t\t<p class="description">Here you can choose the shape of your social network icons.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_background_layout">Text Color: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_background_layout" id="et_pb_background_layout">
\t\t\t\t\t\t<option value="light"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'light' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Dark</option>
\t\t\t\t\t\t<option value="dark"<%= typeof( et_pb_background_layout ) !== 'undefined' && 'dark' === et_pb_background_layout ?  ' selected="selected"' : '' %>>Light</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Here you can choose whether your text should be light or dark. If you are working with a dark background, then your text should be light. If your background is light, then your text should be set to dark.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option et-pb-option-main-content et-pb-option-advanced-module">
\t\t\t\t<label for="et_pb_content_new">Content: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<div id="et_pb_content_new"><%= typeof( et_pb_content_new )!== 'undefined' ? et_pb_content_new : '' %></div>
\t\t\t\t\t<p class="description">Input the main text content for your module here.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_url_new_window">Url Opens: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_url_new_window" id="et_pb_url_new_window">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_url_new_window ) !== 'undefined' && 'off' === et_pb_url_new_window ?  ' selected="selected"' : '' %>>In The Same Window</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_url_new_window ) !== 'undefined' && 'on' === et_pb_url_new_window ?  ' selected="selected"' : '' %>>In The New Tab</option>
\t\t\t\t\t</select>
\t\t\t\t\t<p class="description">Here you can choose whether or not your link opens in a new window</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_follow_button">Follow Button: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_follow_button" id="et_pb_follow_button">
\t\t\t\t\t\t<option value="off"<%= typeof( et_pb_follow_button ) !== 'undefined' && 'off' === et_pb_follow_button ?  ' selected="selected"' : '' %>>Off</option>
\t\t\t\t\t\t<option value="on"<%= typeof( et_pb_follow_button ) !== 'undefined' && 'on' === et_pb_follow_button ?  ' selected="selected"' : '' %>>On</option>
\t\t\t\t\t</select>
\t\t\t\t\t<p class="description">Here you can choose whether or not to include the follow button next to the icon.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="admin_label">Admin Label: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="admin_label" type="text" class="regular-text" value="<%= typeof( admin_label ) !== 'undefined' ?  admin_label : '' %>" />
\t\t\t\t\t<p class="description">This will change the label of the module in the builder for easy identification.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_id">CSS ID: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_id" type="text" class="regular-text" value="<%= typeof( et_pb_module_id ) !== 'undefined' ?  et_pb_module_id : '' %>" />
\t\t\t\t\t<p class="description">Enter an optional CSS ID to be used for this module. An ID can be used to create custom CSS styling, or to create links to particular sections of your page.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_module_class">CSS Class: </label>

\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_module_class" type="text" class="regular-text" value="<%= typeof( et_pb_module_class ) !== 'undefined' ?  et_pb_module_class : '' %>" />
\t\t\t\t\t<p class="description">Enter optional CSS classes to be used for this module. A CSS class can be used to create custom CSS styling. You can add multiple classes, separated with a space.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-advanced-setting-et_pb_social_media_follow_network-title">
\t\t<%= typeof( et_pb_content_new ) !== 'undefined' && typeof( et_pb_content_new ) === 'string' ?  et_pb_content_new : 'New Social Network' %>
\t</script>

\t<script type="text/template" id="et-builder-advanced-setting-et_pb_social_media_follow_network">
\t\t<h3 class="et-pb-settings-heading">Social Network Settings</h3>

\t\t<div class="et-pb-main-settings">

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_social_network">Social Network: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<select name="et_pb_social_network" id="et_pb_social_network" class="et-pb-social-network">
\t\t\t\t\t\t<option data-color="" value="" <%= typeof( et_pb_social_network ) === 'undefined' || '' === et_pb_social_network ?  ' selected="selected"' : '' %>>Select a Network</option>
\t\t\t\t\t\t<option data-color="#3b5998" value="facebook"<%= typeof( et_pb_social_network ) !== 'undefined' && 'facebook' === et_pb_social_network ?  ' selected="selected"' : '' %>>facebook</option>
\t\t\t\t\t\t<option data-color="#00aced" value="twitter"<%= typeof( et_pb_social_network ) !== 'undefined' && 'twitter' === et_pb_social_network ?  ' selected="selected"' : '' %>>Twitter</option>
\t\t\t\t\t\t<option data-color="#dd4b39" value="google-plus"<%= typeof( et_pb_social_network ) !== 'undefined' && 'google-plus' === et_pb_social_network ?  ' selected="selected"' : '' %>>Google+</option>
\t\t\t\t\t\t<option data-color="#cb2027" value="pinterest"<%= typeof( et_pb_social_network ) !== 'undefined' && 'pinterest' === et_pb_social_network ?  ' selected="selected"' : '' %>>Pinterest</option>
\t\t\t\t\t\t<option data-color="#007bb6" value="linkedin"<%= typeof( et_pb_social_network ) !== 'undefined' && 'linkedin' === et_pb_social_network ?  ' selected="selected"' : '' %>>LinkedIn</option>
\t\t\t\t\t\t<option data-color="#32506d" value="tumblr"<%= typeof( et_pb_social_network ) !== 'undefined' && 'tumblr' === et_pb_social_network ?  ' selected="selected"' : '' %>>tumblr</option>
\t\t\t\t\t\t<option data-color="#517fa4" value="instagram"<%= typeof( et_pb_social_network ) !== 'undefined' && 'instagram' === et_pb_social_network ?  ' selected="selected"' : '' %>>Instagram</option>
\t\t\t\t\t\t<option data-color="#12A5F4" value="skype"<%= typeof( et_pb_social_network ) !== 'undefined' && 'skype' === et_pb_social_network ?  ' selected="selected"' : '' %>>skype</option>
\t\t\t\t\t\t<option data-color="#ff0084" value="flikr"<%= typeof( et_pb_social_network ) !== 'undefined' && 'flikr' === et_pb_social_network ?  ' selected="selected"' : '' %>>flikr</option>
\t\t\t\t\t\t<option data-color="#3b5998" value="myspace"<%= typeof( et_pb_social_network ) !== 'undefined' && 'myspace' === et_pb_social_network ?  ' selected="selected"' : '' %>>MySpace</option>
\t\t\t\t\t\t<option data-color="#ea4c8d" value="dribbble"<%= typeof( et_pb_social_network ) !== 'undefined' && 'dribbble' === et_pb_social_network ?  ' selected="selected"' : '' %>>dribbble</option>
\t\t\t\t\t\t<option data-color="#a82400" value="youtube"<%= typeof( et_pb_social_network ) !== 'undefined' && 'youtube' === et_pb_social_network ?  ' selected="selected"' : '' %>>Youtube</option>
\t\t\t\t\t\t<option data-color="#45bbff" value="vimeo"<%= typeof( et_pb_social_network ) !== 'undefined' && 'vimeo' === et_pb_social_network ?  ' selected="selected"' : '' %>>Vimeo</option>
\t\t\t\t\t\t<option data-color="#ff8a3c" value="rss"<%= typeof( et_pb_social_network ) !== 'undefined' && 'rss' === et_pb_social_network ?  ' selected="selected"' : '' %>>RSS</option>
\t\t\t\t\t</select>

\t\t\t\t\t<p class="description">Choose the social network</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option" style="display:none;">
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_content_new" type="hidden" class="regular-text" value="<%= typeof( et_pb_content_new ) !== 'undefined' ?  et_pb_content_new : '' %>" />
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_url">Account URL: </label>
\t\t\t\t<div class="et-pb-option-container">
\t\t\t\t\t<input id="et_pb_url" type="text" class="regular-text" value="<%= typeof( et_pb_url ) !== 'undefined' ?  et_pb_url : '' %>" />

\t\t\t\t\t<p class="description">The URL for this social network link.</p>
\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->

\t\t\t<div class="et-pb-option">
\t\t\t\t<label for="et_pb_bg_color">Icon Color: </label>

\t\t\t\t<div class="et-pb-option-container">

\t\t\t\t\t<input id="et_pb_bg_color" class="et-pb-color-picker-hex" type="text" maxlength="7" placeholder="Hex Value" value="<%= typeof( et_pb_bg_color ) !== 'undefined' && et_pb_bg_color !== '' ?  et_pb_bg_color : '
END;
    echo esc_html(et_get_option('accent_color', '#7EBEC5'));
    echo <<<END
' %>" />
\t\t\t\t\t<input type="button" class="et-pb-reset reset-default-color button" value="Reset Color" />
\t\t\t\t\t<p class="description">This will change the icon color.</p>

\t\t\t\t</div> <!-- .et-pb-option-container -->
\t\t\t</div> <!-- .et-pb-option -->


\t\t</div>
\t</script>

\t<!-- end et_pb_social_media_follow -->

\t<script type="text/template" id="et-builder-column-template">
\t\t<a href="#" class="et-pb-insert-module"><span>Insert Module(s)</span></a>
\t</script>

\t<script type="text/template" id="et-builder-prompt-modal-deactivate_builder-text">
\t\t<p>All content created in the Page Builder will be lost. Previous content will be restored.</p>
\t\t<p>Do you want to proceed?</p>
\t</script>

\t<script type="text/template" id="et-builder-prompt-modal-clear_layout-text">
\t\t<p>All content created in the Page Builder will be lost.</p>
\t\t<p>Do you want to proceed?</p>
\t</script>

\t<script type="text/template" id="et-builder-prompt-modal-save_layout-text">
\t\t<p>You can save the Page Builder Layout for later use here.</p>
\t\t<label>Layout Name: <input type="text" value="" id="et_pb_new_layout_name" class="regular-text" /></label>
\t</script>

\t<script type="text/template" id="et-builder-prompt-modal-save_layout">
\t\t<div class="et_pb_prompt_modal">
\t\t\t<div class="et_pb_prompt_buttons">
\t\t\t\t<br/>
\t\t\t\t<input type="submit" class="et_pb_prompt_proceed button-primary" value="Save" />
\t\t\t\t<a href="#" class="et_pb_prompt_dont_proceed button">Close Modal Window</a>
\t\t\t</div>
\t\t</div>
\t</script>

\t<script type="text/template" id="et-builder-prompt-modal">
\t\t<div class="et_pb_prompt_modal">
\t\t\t<div class="et_pb_prompt_buttons">
\t\t\t\t<a href="#" class="et_pb_prompt_proceed button-primary">Yes</a>
\t\t\t\t<a href="#" class="et_pb_prompt_dont_proceed button">No</a>
\t\t\t</div>
\t\t</div>
\t</script>
END;
    do_action('et_pb_after_page_builder');
}