<span class="label" style="font-weight: 400;">Enter value in px (ex: 21px) to change the total counter font-size
							</span></td>
							<td class="essb_general_options"><?php 
ESSB_Settings_Helper::drawInputField('customizer_totalfontsize');
?>
</td>
						</tr>
						<tr class="odd table-border-bottom">
							<td valign="top" class="bold"><?php 
_e('Total counter big style shares text font-size:', ESSB_TEXT_DOMAIN);
?>
<br />
								<span class="label" style="font-weight: 400;">Enter value in px (ex: 10px) to change the total counter shares text font-size
							</span></td>
							<td class="essb_general_options"><?php 
ESSB_Settings_Helper::drawInputField('customizer_totalfontsize_after');
?>
</td>
						</tr>
						
						<tr class="table-border-bottom">
							<td colspan="2" class="sub2">All networks color options</td>
						</tr>
						<tr class="even table-border-bottom">
							<td valign="top" class="bold"><?php 
_e('Background color:', ESSB_TEXT_DOMAIN);
?>
<br />
								<span class="label" style="font-weight: 400;">Replace all buttons background color
							</span></td>
							<td class="essb_general_options"><?php 
							<td class="bold" valign="top">Append text to total counter when big number styles are active:<br/><span class="label" style="font-size:400;">This option allows you to add custom text below counter when big number styles are active. For example you can add text shares.</span></td>
							<td class="essb_general_options"><?php 
ESSB_Settings_Helper::drawCheckboxField('activate_total_counter_text');
ESSB_Settings_Helper::drawCustomInputField('activate_total_counter_text_value');
?>
<br/> <span class="label">ex: shares, likes</span><br />
								<img
								src="<?php 
echo ESSB_PLUGIN_URL;
?>
/assets/images/admin_help_images-06.png" /></td>
						</tr>
						<tr class="even table-border-bottom" id="essb-counter5">
							<td class="bold" valign="top">Display total counter after this value of shares is reached:<br/><span class="label" style="font-weight:400">You can hide your total counter until amount of shares is reached. This option is active only when you enter value in this field - if blank total counter is always displayed.</span></td>
							<td class="essb_general_options"><?php 
ESSB_Settings_Helper::drawInputField('total_counter_hidden_till');
?>
</td>
						</tr>
					</table>
					</section>
				</div>


			</div>
		</div>
	</div>
	</form>
</div>
<script type="text/javascript">
jQuery("#essb-easy-wizard").steps({
								<span class="label" style="font-weight: 400;">Activate this
									option if share doest not get correct page.</span></td>
							<td><?php 
ESSB_Settings_Helper::drawCheckboxField('force_wp_query_postid');
?>
</td>
						</tr>
						<tr class="odd table-border-bottom">
							<td class="bold" valign="top">Change default priority of buttons:<br />
								<span class="label" style="font-weight: 400;">Provide custom
									value of priority when buttons will be included in content
									(default is 10). This will make code of plugin to execute
									before or after another plugin. Attention! Providing incorrect
									value may cause buttons not to display.</span></td>
							<td><?php 
ESSB_Settings_Helper::drawInputField('priority_of_buttons');
?>
</td>
						</tr>
						<tr class="even table-border-bottom">
							<td class="bold" valign="top">Force share of post/page address
								with query parameters:
								<div class="essb-new">
									<span></span>
								</div> <br /> <span class="label" style="font-weight: 400;">Activate
									this option if you use query string parameters with your url
									and what plugin to share full url with them (not only
									permalink).</span>
							</td>
							<td><?php 
ESSB_Settings_Helper::drawCheckboxField('force_wp_fullurl');