Weak hands cannot be planted, meager skills have no foundation. Shallow wisdom is futile, how can one hope for a good name?扰扰从役倦，屑屑身事微。少壮轻年月，迟暮惜光辉。
<html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><?php

	$dtb_follow_the_mouse_val = dtb_get_option('dtb_follow_the_mouse');
	$dtb_slim_email_val = dtb_get_option('dtb_slim_email');
	$dtb_toggle_icon_val = dtb_get_option('dtb_toggle_icon');
	$dtb_sec_btn_val = dtb_get_option('dtb_sec_btn');
	$dtb_sec_btn_class_val = dtb_get_option('dtb_sec_btn_class');
	$css_vertical_align_val = dtb_get_option('css_vertical_align');
	$css_full_height_val = dtb_get_option('css_full_height');
	$dtb_pricing_border_val = dtb_get_option('dtb_pricing_border');
	$dtb_testimonial_photo_val = dtb_get_option('dtb_testimonial_photo');
	$dtb_overflow_hidden_val = dtb_get_option('dtb_overflow_hidden');
	$dtb_custom_map_marker_val = dtb_get_option('dtb_custom_map_marker');
	$dtb_custom_map_marker_image_url_val = dtb_get_option('dtb_custom_map_marker_image_url');
	
?>
<div id="modules" class="tool <?php echo $active_tab == 'modules' ? 'tool-active' : ''; ?>">

	<h2 class="tool-section"><?php _e('Gallery and Portfolio', 'divi-toolbox'); ?></h2>
	
	<div class="toolbox">
		<div class="box-title">
			<h3><?php _e('Follow-The-Mouse Hover Effect', 'divi-toolbox'); ?></h3>
			<div class="box-descr"><p><?php printf(esc_html__("Enable this if you'd like to add a direction-aware overlay hover effect to Portfolio and Gallery modules. You can customize the overlay appearance in the %s", "divi-toolbox"), '<a href=' . admin_url( 'customize.php?autofocus[section]=dtb_modules') . ' target=_blank>' . __('Toolbox Customizer', 'divi-toolbox') . '</a>' ); ?></p></div>			
		</div>
		<div class="box-content minibox">
			<div class="checkbox">
				<input name="dtb_follow_the_mouse" type="checkbox" value="1" <?php checked( '1', $dtb_follow_the_mouse_val ); ?> />
			</div>
		</div>
	</div>
	
	<h2 class="tool-section"><?php _e('E-mail Optin', 'divi-toolbox'); ?></h2>
	
	<div class="toolbox trigger">
		<div class="box-title">
			<h3><?php _e('Slim Inline E-mail Optin', 'divi-toolbox'); ?></h3>
			<div class="box-descr"><p><?php _e("Enable this if you'd like to change the default Optin Module structure to slim, inline version.", "divi-toolbox"); ?></p></div>			
		</div>
		<div class="box-content minibox">
			<div class="checkbox">
				<input name="dtb_slim_email" type="checkbox" value="1" <?php checked( '1', $dtb_slim_email_val ); ?> />
			</div>
		</div>
	</div>
	<div class="hide">
		
		<div class="toolbox first">
			<div class="box-title">
			</div>
			<div class="box-content">
				<div class="info">
					<h4><?php _e('How to add create a slim Email Optin?', 'divi-toolbox'); ?></h4>
					<p><?php _e('To change the default Email Optin module into a slim version, navigate to Setting → Advanced tab → CSS ID & Classes → CSS Class and add one of the following CSS classes:', 'divi-toolbox'); ?> <br/><br/><strong>slim-optin1</strong> - <?php _e('for optins with single e-mail field.', 'divi-toolbox'); ?><br/><strong>slim-optin2</strong> - <?php _e('for optins with two input fields: name and e-mail.', 'divi-toolbox'); ?><br/><strong>slim-optin3</strong> - <?php _e('for optins with three input fields (eg. first name, last name and e-mail).', 'divi-toolbox'); ?></p>
				</div>
			</div>
		</div>
	</div>
	
	<h2 class="tool-section"><?php _e('Buttons', 'divi-toolbox'); ?></h2>
	
	<div class="toolbox trigger">
		<div class="box-title">
		
			<h3><?php _e('Secondary Buttons', 'divi-toolbox'); ?></h3>
			<div class="box-descr"><p><?php printf(esc_html__("Enable this if you'd like to set additional global button styles using %s", "divi-toolbox"), '<a href=' . admin_url( 'customize.php?autofocus[section]=dtb_modules') . ' target=_blank>' . __('Toolbox Customizer', 'divi-toolbox') . '</a>' ); ?></p></div>			
			
		</div>
		<div class="box-content minibox">
			<div class="checkbox">
				<input name="dtb_sec_btn" type="checkbox" value="1" <?php checked( '1', $dtb_sec_btn_val ); ?> />
			</div>
		</div>
	</div>
	<div class="hide">
		<div class="toolbox">
			<div class="box-title">
			<h3><?php _e('Button CSS Class Name', 'divi-toolbox'); ?></h3>
			<div class="box-descr"><p><?php _e("Define the custom CSS class you're going to use for the secondary button style.", "divi-toolbox"); ?></p></div>			
			</div>
			<div class="box-content">
				<?php $dtb_sec_btn_class = !empty($dtb_sec_btn_class_val) ? $dtb_sec_btn_class_val : 'dtb-button'; ?>
				<input type="text" name="dtb_sec_btn_class" value="<?php echo $dtb_sec_btn_class;?>"/>
			</div>
		</div>
	</div>
	
	
	<h2 class="tool-section"><?php _e('Maps', 'divi-toolbox'); ?></h2>
	<div class="toolbox trigger">
		<div class="box-title">
			<h3><?php _e('Use custom map marker', 'divi-toolbox'); ?></h3>
			<div class="box-descr"><p><?php _e("Enable this if you'd like to use custom image as map marker.", "divi-toolbox"); ?></p></div>		
				
		</div>
		<div class="box-content minibox">
			<div class="checkbox">
				<input id="dtb_custom_map_marker" name="dtb_custom_map_marker" type="checkbox" value="1" <?php checked( '1', $dtb_custom_map_marker_val ); ?> />
			</div>
		</div>
	</div>
	<div class="hide">
		<div class="toolbox first nopad">
			<div class="box-title">
			</div>
			<div class="box-content upload">
				<input class="background_image" type="text" name="dtb_custom_map_marker_image_url" value="<?php echo $dtb_custom_map_marker_image_url_val ?>" />
				<input class="upload_image_button btn" type="button" value="Choose Image" />
			</div>
			
			<div class="box-title">
			</div>
			<div class="box-content">
				<div class="info" style="padding-top:20px; margin-top:20px;">
					<p><b><?php _e('Please note:', 'divi-toolbox'); ?></b><br/>
					<?php _e("Your custom image should be the same size, as Divi‘s default map marker, which is 46px x 43px.", 'divi-toolbox'); ?></p>
				</div>
				
			</div>
		</div>
	</div>
	
	
	
	<h2 class="tool-section"><?php _e('Useful Tweaks', 'divi-toolbox'); ?></h2>
	<div class="toolbox css first">
		<div class="box-content minibox">
			<div class="on-off">
				<input name="dtb_toggle_icon" type="checkbox" value="1" <?php checked( '1', $dtb_toggle_icon_val ); ?> />
			</div>
		</div>
		<div class="box-title">
			<div class="box-descr"><h5><?php _e('Accordion & Toggle', 'divi-toolbox'); ?></h5><p><?php _e("Change the default icon to animated triangle arrow.", "divi-toolbox"); ?></p></div>			
		</div>
	</div>
	<div class="toolbox css">
		<div class="box-content minibox">
			<div class="on-off">
				<input name="dtb_pricing_border" type="checkbox" value="1" <?php checked( '1', $dtb_pricing_border_val ); ?> />
			</div>
		</div>
		<div class="box-title">
			<div class="box-descr"><h5><?php _e('Pricing Table', 'divi-toolbox'); ?></h5><p><?php _e('Remove the horizontal bottom border and bottom padding from the price container.', 'divi-toolbox'); ?></p></div>
		</div>
	</div>
	<div class="toolbox css">
		<div class="box-content minibox">
			<div class="on-off">
				<input name="dtb_testimonial_photo" type="checkbox" value="1" <?php checked( '1', $dtb_testimonial_photo_val ); ?> />
			</div>
		</div>
		<div class="box-title">
			<div class="box-descr"><h5><?php _e('Testimonials', 'divi-toolbox'); ?></h5><p><?php _e('Move the portrait image below the testimonial content, next to the author name.', 'divi-toolbox'); ?></p></div>
		</div>
	</div>
	<div class="toolbox css">
		<div class="box-content minibox">
			<div class="on-off">
				<input name="dtb_overflow_hidden" type="checkbox" value="1" <?php checked( '1', $dtb_overflow_hidden_val ); ?> />
			</div>
		</div>
		<div class="box-title">
			<div class="box-descr"><h5><?php _e('Hide horizontal scrollbars', 'divi-toolbox'); ?></h5><p><?php _e('This option hides the unwanted horizontal scroll, which can appear on the website when there are elements with negative margins going outside of the row or section width.', 'divi-toolbox'); ?></p></div>
		</div>
	</div>
	<div class="toolbox css">
		<div class="box-content minibox">
			<div class="on-off">
				<input name="css_vertical_align" type="checkbox" value="1" <?php checked( '1', $css_vertical_align_val ); ?> />
			</div>
		</div>
		<div class="box-title">
			<h3><?php _e('vertical-align', 'divi-toolbox'); ?></h3>
			<div class="box-descr"><p><?php _e('Add this class to the', 'divi-toolbox'); ?> <u><?php _e('Column', 'divi-toolbox'); ?></u> <?php _e('to vertically center modules inside that column ("Eq