?>
</p>                    
                    </div>

                    <div class="column one-third last">
                        <?php 
$label = __("Link hover Color", 'dt_delicate');
$name = "mytheme[bbar][link-hover-color]";
$value = mytheme_option('bbar', 'link-hover-color') != NULL ? mytheme_option('bbar', 'link-hover-color') : "#";
$tooltip = __("Pick a custom hover state color for the links in buddha bar e.g. #564912 ", 'dt_delicate');
?>
						  <h6><?php 
echo $label;
?>
</h6>	
                          <?php 
mytheme_admin_color_picker('', $name, $value, '');
?>
                    
                          <p class="note"><?php 
echo $tooltip;
?>
</p> 
                    </div>
                    

                </div>
            </div><!-- Message Text Settings End -->
        </div><!-- #my-bar -->
    </div><!-- .bpanel-main-content end-->
</div><!-- #Buddha Bar Settings end-->
</h6>
	                        		 <?php 
mytheme_switch("", 'appearance', 'disable-boxed-layout-bg-color');
?>
                                 </div>    
                        </div><!-- Boxed Layout BG Settings End -->
                        
                         <!-- Boxed Layout BG Color -->
                         <div class="column one-half last">
	                        
                            <?php 
$label = __("Background Color", 'dt_delicate');
$name = "mytheme[appearance][boxed-layout-bg-color]";
$value = mytheme_option('appearance', 'boxed-layout-bg-color') != NULL ? mytheme_option('appearance', 'boxed-layout-bg-color') : "#";
$tooltip = __("Pick a background color of the theme.(e.g. #a314a3)", 'dt_delicate');
mytheme_admin_color_picker($label, $name, $value, '');
?>
                                
                                <p class="note"> <?php 
echo $tooltip;
?>
 </p>
                                
                                <div class="hr_invisible"> </div>
                                
							 <?php 
echo mytheme_admin_jqueryuislider(__("Background opacity", 'dt_delicate'), "mytheme[appearance][boxed-layout-bg-opacity]", mytheme_option("appearance", "boxed-layout-bg-opacity"), "");
?>
                                
                         </div><!-- Boxed Layout BG Color -->
                    </div><!-- Upload custom BG option Ends -->