File: /var/www/html/wpprm/wp-content/themes/ronneby/redux_framework/variables_less.php
/**
ATTENTION
!!! DO NOT EDIT ANY FILES IN THIS FOLDERS !!!
This files will be generated automatically!
*/
<?php global $dfd_ronneby; ?>
<?php if (isset($dfd_ronneby['main_site_color']) && !empty($dfd_ronneby['main_site_color'])): ?>
// Main Color
@main-site-light-color: <?php echo $dfd_ronneby['main_site_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['secondary_site_color']) && !empty($dfd_ronneby['secondary_site_color'])): ?>
// Second Color
@second-site-light-color: <?php echo $dfd_ronneby['secondary_site_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['third_site_color']) && !empty($dfd_ronneby['third_site_color'])): ?>
// Third Color
@third-site-light-color: <?php echo $dfd_ronneby['third_site_color']; ?>;
<?php endif; ?>
<?php /*if (isset($dfd_ronneby['fourth_site_color']) && !empty($dfd_ronneby['fourth_site_color'])): ?>
// Fourth Color
@forth-site-light-color: <?php echo $dfd_ronneby['fourth_site_color']; ?>;
<?php endif;*/ ?>
<?php if (isset($dfd_ronneby['title_color']) && !empty($dfd_ronneby['title_color'])): ?>
@title-color: <?php echo $dfd_ronneby['title_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['background_gray']) && !empty($dfd_ronneby['background_gray'])): ?>
@background-sidebars: <?php echo $dfd_ronneby['background_gray']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['subtitle_color']) && !empty($dfd_ronneby['subtitle_color'])): ?>
@subtitle-color: <?php echo $dfd_ronneby['subtitle_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['border_color']) && !empty($dfd_ronneby['border_color'])): ?>
// Border Color
@border-color: <?php echo $dfd_ronneby['border_color']; ?>;
<?php endif; ?>
<?php if(isset($dfd_ronneby['header_responsive_breakpoint']) && !empty($dfd_ronneby['header_responsive_breakpoint'])): ?>
@header-responsive-breakpoint: <?php echo $dfd_ronneby['header_responsive_breakpoint']; ?>px;
<?php endif; ?>
<?php /* Header 1 */ ?>
<?php if (isset($dfd_ronneby['header_first_top_panel_background_color']) && !empty($dfd_ronneby['header_first_top_panel_background_color'])): ?>
@header-first-top-panel-background-color: <?php echo $dfd_ronneby['header_first_top_panel_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_first_top_panel_color']) && !empty($dfd_ronneby['header_first_top_panel_color'])): ?>
@header-first-top-panel-color: <?php echo $dfd_ronneby['header_first_top_panel_color']; ?>;
<?php endif; ?>
<?php /*if (isset($dfd_ronneby['header_first_soc_icons_background']) && !empty($dfd_ronneby['header_first_soc_icons_background'])): ?>
@header-first-soc-icons-background-color: <?php echo $dfd_ronneby['header_first_soc_icons_background']; ?>;
<?php endif;*/ ?>
<?php if (isset($dfd_ronneby['header_first_background_color']) && !empty($dfd_ronneby['header_first_background_color'])): ?>
@header-first-background-color: <?php echo $dfd_ronneby['header_first_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_first_text_color']) && !empty($dfd_ronneby['header_first_text_color'])): ?>
@header-first-text-color: <?php echo $dfd_ronneby['header_first_text_color']; ?>;
<?php endif; ?>
<?php /* Header 2 */ ?>
<?php if (isset($dfd_ronneby['header_second_top_panel_background_color']) && !empty($dfd_ronneby['header_second_top_panel_background_color'])): ?>
@header-second-top-panel-background-color: <?php echo $dfd_ronneby['header_second_top_panel_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_second_top_panel_background_opacity']) && !empty($dfd_ronneby['header_second_top_panel_background_opacity'])): ?>
@header-second-top-panel-background-opacity: <?php echo $dfd_ronneby['header_second_top_panel_background_opacity']; ?>%;
<?php endif; ?>
<?php /*if (isset($dfd_ronneby['header_second_soc_icons_background']) && !empty($dfd_ronneby['header_second_soc_icons_background'])): ?>
@header-second-soc-icons-background-color: <?php echo $dfd_ronneby['header_second_soc_icons_background']; ?>;
<?php endif;*/ ?>
<?php if (isset($dfd_ronneby['header_second_top_panel_color']) && !empty($dfd_ronneby['header_second_top_panel_color'])): ?>
@header-second-top-panel-color: <?php echo $dfd_ronneby['header_second_top_panel_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_second_background_color']) && !empty($dfd_ronneby['header_second_background_color'])): ?>
@header-second-background-color: <?php echo $dfd_ronneby['header_second_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_second_background_opacity']) && !empty($dfd_ronneby['header_second_background_opacity'])): ?>
@header-second-background-opacity: <?php echo $dfd_ronneby['header_second_background_opacity']; ?>%;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_second_text_color']) && !empty($dfd_ronneby['header_second_text_color'])): ?>
@header-second-text-color: <?php echo $dfd_ronneby['header_second_text_color']; ?>;
<?php endif; ?>
<?php /* Header 3 */ ?>
<?php if (isset($dfd_ronneby['header_third_top_panel_background_color']) && !empty($dfd_ronneby['header_third_top_panel_background_color'])): ?>
@header-third-top-panel-background-color: <?php echo $dfd_ronneby['header_third_top_panel_background_color']; ?>;
<?php endif; ?>
<?php /*if (isset($dfd_ronneby['header_third_soc_icons_background']) && !empty($dfd_ronneby['header_third_soc_icons_background'])): ?>
@header-third-soc-icons-background-color: <?php echo $dfd_ronneby['header_third_soc_icons_background']; ?>;
<?php endif;*/ ?>
<?php if (isset($dfd_ronneby['header_third_top_panel_color']) && !empty($dfd_ronneby['header_third_top_panel_color'])): ?>
@header-third-top-panel-color: <?php echo $dfd_ronneby['header_third_top_panel_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_third_background_color']) && !empty($dfd_ronneby['header_third_background_color'])): ?>
@header-third-background-color: <?php echo $dfd_ronneby['header_third_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_third_text_color']) && !empty($dfd_ronneby['header_third_text_color'])): ?>
@header-third-text-color: <?php echo $dfd_ronneby['header_third_text_color']; ?>;
<?php endif; ?>
<?php /* Header 4 */ ?>
<?php if (isset($dfd_ronneby['header_fourth_top_panel_background_color']) && !empty($dfd_ronneby['header_fourth_top_panel_background_color'])): ?>
@header-fourth-top-panel-background-color: <?php echo $dfd_ronneby['header_fourth_top_panel_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_fourth_top_panel_background_opacity']) && !empty($dfd_ronneby['header_fourth_top_panel_background_opacity'])): ?>
@header-fourth-top-panel-background-opacity: <?php echo $dfd_ronneby['header_fourth_top_panel_background_opacity']; ?>%;
<?php endif; ?>
<?php /*if (isset($dfd_ronneby['header_fourth_soc_icons_background']) && !empty($dfd_ronneby['header_fourth_soc_icons_background'])): ?>
@header-fourth-soc-icons-background-color: <?php echo $dfd_ronneby['header_fourth_soc_icons_background']; ?>;
<?php endif;*/ ?>
<?php if (isset($dfd_ronneby['header_fourth_top_panel_color']) && !empty($dfd_ronneby['header_fourth_top_panel_color'])): ?>
@header-fourth-top-panel-color: <?php echo $dfd_ronneby['header_fourth_top_panel_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_fourth_background_color']) && !empty($dfd_ronneby['header_fourth_background_color'])): ?>
@header-fourth-background-color: <?php echo $dfd_ronneby['header_fourth_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_fourth_background_opacity']) && !empty($dfd_ronneby['header_fourth_background_opacity'])): ?>
@header-fourth-background-opacity: <?php echo $dfd_ronneby['header_fourth_background_opacity']; ?>%;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_fourth_text_color']) && !empty($dfd_ronneby['header_fourth_text_color'])): ?>
@header-fourth-text-color: <?php echo $dfd_ronneby['header_fourth_text_color']; ?>;
<?php endif; ?>
<?php /* Header 5 */ ?>
<?php if (isset($dfd_ronneby['fifth_header_logo_background_color']) && !empty($dfd_ronneby['fifth_header_logo_background_color'])): ?>
@fifth-header-logo-background-color: <?php echo $dfd_ronneby['fifth_header_logo_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_fifth_top_panel_background_color']) && !empty($dfd_ronneby['header_fifth_top_panel_background_color'])): ?>
@header-fifth-top-panel-background-color: <?php echo $dfd_ronneby['header_fifth_top_panel_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_fifth_top_panel_color']) && !empty($dfd_ronneby['header_fifth_top_panel_color'])): ?>
@header-fifth-top-panel-color: <?php echo $dfd_ronneby['header_fifth_top_panel_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_fifth_background_color']) && !empty($dfd_ronneby['header_fifth_background_color'])): ?>
@header-fifth-background-color: <?php echo $dfd_ronneby['header_fifth_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_fifth_bg_image']['url']) && !empty($dfd_ronneby['header_fifth_bg_image']['url'])): ?>
@header-fifth-background-image: url("<?php echo $dfd_ronneby['header_fifth_bg_image']['url']; ?>");
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_fifth_bg_img_position']) && !empty($dfd_ronneby['header_fifth_bg_img_position'])): ?>
@header-fifth-background-position: <?php echo $dfd_ronneby['header_fifth_bg_img_position']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_fifth_text_color']) && !empty($dfd_ronneby['header_fifth_text_color'])): ?>
@header-fifth-text-color: <?php echo $dfd_ronneby['header_fifth_text_color']; ?>;
<?php endif; ?>
<?php /* Header 6 */ ?>
<?php if (isset($dfd_ronneby['header_sixth_text_color']) && !empty($dfd_ronneby['header_sixth_text_color'])): ?>
@header-sixth-text-color: <?php echo $dfd_ronneby['header_sixth_text_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_sixth_text_hover_color']) && !empty($dfd_ronneby['header_sixth_text_hover_color'])): ?>
@header-sixth-text-hover-color: <?php echo $dfd_ronneby['header_sixth_text_hover_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_sixth_text_hover_background']) && !empty($dfd_ronneby['header_sixth_text_hover_background'])): ?>
@header-sixth-text-hover-background: <?php echo $dfd_ronneby['header_sixth_text_hover_background']; ?>;
<?php endif; ?>
<?php /* Header 7 */ ?>
<?php if (isset($dfd_ronneby['header_seventh_background_color']) && !empty($dfd_ronneby['header_seventh_background_color'])): ?>
@header-seventh-background-color: <?php echo $dfd_ronneby['header_seventh_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_seventh_background_opacity']) && !empty($dfd_ronneby['header_seventh_background_opacity'])): ?>
@header-seventh-background-opacity: <?php echo $dfd_ronneby['header_seventh_background_opacity']; ?>%;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_seventh_text_color_active']) && !empty($dfd_ronneby['header_seventh_text_color_active'])): ?>
@header-seventh-active-text-color: <?php echo $dfd_ronneby['header_seventh_text_color_active']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_seventh_text_color']) && !empty($dfd_ronneby['header_seventh_text_color'])): ?>
@header-seventh-text-color: <?php echo $dfd_ronneby['header_seventh_text_color']; ?>;
<?php endif; ?>
<?php /* Header 8 */ ?>
<?php if (isset($dfd_ronneby['eighth_header_logo_background_color']) && !empty($dfd_ronneby['eighth_header_logo_background_color'])): ?>
@eighth-header-logo-background-color: <?php echo $dfd_ronneby['eighth_header_logo_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_eighth_top_panel_background_color']) && !empty($dfd_ronneby['header_eighth_top_panel_background_color'])): ?>
@header-eighth-top-panel-background-color: <?php echo $dfd_ronneby['header_eighth_top_panel_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_eighth_top_panel_color']) && !empty($dfd_ronneby['header_eighth_top_panel_color'])): ?>
@header-eighth-top-panel-color: <?php echo $dfd_ronneby['header_eighth_top_panel_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_eighth_background_color']) && !empty($dfd_ronneby['header_eighth_background_color'])): ?>
@header-eighth-background-color: <?php echo $dfd_ronneby['header_eighth_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_eighth_bg_image']['url']) && !empty($dfd_ronneby['header_eighth_bg_image']['url'])): ?>
@header-eighth-background-image: url("<?php echo $dfd_ronneby['header_eighth_bg_image']['url']; ?>");
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_eighth_bg_img_position']) && !empty($dfd_ronneby['header_eighth_bg_img_position'])): ?>
@header-eighth-background-position: <?php echo $dfd_ronneby['header_eighth_bg_img_position']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_eighth_text_color']) && !empty($dfd_ronneby['header_eighth_text_color'])): ?>
@header-eighth-text-color: <?php echo $dfd_ronneby['header_eighth_text_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_eighth_navbutton_color']) && !empty($dfd_ronneby['header_eighth_navbutton_color'])): ?>
@header-eighth-button-color: <?php echo $dfd_ronneby['header_eighth_navbutton_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_eighth_navbutton_bg']) && !empty($dfd_ronneby['header_eighth_navbutton_bg'])): ?>
@header-eighth-button-bg: <?php echo $dfd_ronneby['header_eighth_navbutton_bg']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_eighth_navbutton_bg_opacity']) && !empty($dfd_ronneby['header_eighth_navbutton_bg_opacity'])): ?>
@header-eighth-button-bg-opacity: <?php echo $dfd_ronneby['header_eighth_navbutton_bg_opacity']; ?>;
<?php endif; ?>
<?php /* Header 9 */ ?>
<?php if (isset($dfd_ronneby['header_ninth_top_panel_background_color']) && !empty($dfd_ronneby['header_ninth_top_panel_background_color'])): ?>
@header-ninth-top-panel-background-color: <?php echo $dfd_ronneby['header_ninth_top_panel_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_ninth_top_panel_color']) && !empty($dfd_ronneby['header_ninth_top_panel_color'])): ?>
@header-ninth-top-panel-color: <?php echo $dfd_ronneby['header_ninth_top_panel_color']; ?>;
<?php endif; ?>
<?php /*if (isset($dfd_ronneby['header_ninth_soc_icons_background']) && !empty($dfd_ronneby['header_ninth_soc_icons_background'])): ?>
@header-ninth-soc-icons-background-color: <?php echo $dfd_ronneby['header_ninth_soc_icons_background']; ?>;
<?php endif;*/ ?>
<?php if (isset($dfd_ronneby['header_ninth_background_color']) && !empty($dfd_ronneby['header_ninth_background_color'])): ?>
@header-ninth-background-color: <?php echo $dfd_ronneby['header_ninth_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_ninth_text_color']) && !empty($dfd_ronneby['header_ninth_text_color'])): ?>
@header-ninth-text-color: <?php echo $dfd_ronneby['header_ninth_text_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_ninth_middle_item']) && $dfd_ronneby['header_ninth_middle_item'] == 'banner' && isset($dfd_ronneby['header_ninth_banner_height']) && !empty($dfd_ronneby['header_ninth_banner_height'])):
$height_ninth = $dfd_ronneby['header_ninth_banner_height'];
if(isset($dfd_ronneby['header_logo_height']) && !empty($dfd_ronneby['header_logo_height']) && $dfd_ronneby['header_ninth_banner_height'] < $dfd_ronneby['header_logo_height'])
$height_ninth = $dfd_ronneby['header_logo_height']; ?>
@ninth-header-logo-section-height: <?php echo $height_ninth; ?>px;
<?php endif; ?>
<?php /* Header 10 */ ?>
<?php if (isset($dfd_ronneby['header_tenth_top_panel_background_color']) && !empty($dfd_ronneby['header_tenth_top_panel_background_color'])): ?>
@header-tenth-top-panel-background-color: <?php echo $dfd_ronneby['header_tenth_top_panel_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_tenth_top_panel_background_opacity']) && !empty($dfd_ronneby['header_tenth_top_panel_background_opacity'])): ?>
@header-tenth-top-panel-background-opacity: <?php echo $dfd_ronneby['header_tenth_top_panel_background_opacity']; ?>%;
<?php endif; ?>
<?php /*if (isset($dfd_ronneby['header_tenth_soc_icons_background']) && !empty($dfd_ronneby['header_tenth_soc_icons_background'])): ?>
@header-tenth-soc-icons-background-color: <?php echo $dfd_ronneby['header_tenth_soc_icons_background']; ?>;
<?php endif;*/ ?>
<?php if (isset($dfd_ronneby['header_tenth_top_panel_color']) && !empty($dfd_ronneby['header_tenth_top_panel_color'])): ?>
@header-tenth-top-panel-color: <?php echo $dfd_ronneby['header_tenth_top_panel_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_tenth_background_color']) && !empty($dfd_ronneby['header_tenth_background_color'])): ?>
@header-tenth-background-color: <?php echo $dfd_ronneby['header_tenth_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_tenth_background_opacity']) && !empty($dfd_ronneby['header_tenth_background_opacity'])): ?>
@header-tenth-background-opacity: <?php echo $dfd_ronneby['header_tenth_background_opacity']; ?>%;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_tenth_text_color']) && !empty($dfd_ronneby['header_tenth_text_color'])): ?>
@header-tenth-text-color: <?php echo $dfd_ronneby['header_tenth_text_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_tenth_middle_item']) && $dfd_ronneby['header_tenth_middle_item'] == 'banner' && isset($dfd_ronneby['header_tenth_banner_height']) && !empty($dfd_ronneby['header_tenth_banner_height'])):
$height_tenth = $dfd_ronneby['header_tenth_banner_height'];
if(isset($dfd_ronneby['header_logo_height']) && !empty($dfd_ronneby['header_logo_height']) && $dfd_ronneby['header_tenth_banner_height'] < $dfd_ronneby['header_logo_height'])
$height_tenth = $dfd_ronneby['header_logo_height']; ?>
@tenth-header-logo-section-height: <?php echo $height_tenth; ?>px;
<?php endif; ?>
<?php /* Header 11 */ ?>
<?php if (isset($dfd_ronneby['header_eleventh_top_panel_background_color']) && !empty($dfd_ronneby['header_eleventh_top_panel_background_color'])): ?>
@header-eleventh-top-panel-background-color: <?php echo $dfd_ronneby['header_eleventh_top_panel_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_eleventh_top_panel_color']) && !empty($dfd_ronneby['header_eleventh_top_panel_color'])): ?>
@header-eleventh-top-panel-color: <?php echo $dfd_ronneby['header_eleventh_top_panel_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_eleventh_background_color']) && !empty($dfd_ronneby['header_eleventh_background_color'])): ?>
@header-eleventh-background-color: <?php echo $dfd_ronneby['header_eleventh_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_eleventh_bg_image']['url']) && !empty($dfd_ronneby['header_eleventh_bg_image']['url'])): ?>
@header-eleventh-background-image: url("<?php echo $dfd_ronneby['header_eleventh_bg_image']['url']; ?>");
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_eleventh_bg_img_position']) && !empty($dfd_ronneby['header_eleventh_bg_img_position'])): ?>
@header-eleventh-background-position: <?php echo $dfd_ronneby['header_eleventh_bg_img_position']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_eleventh_text_color']) && !empty($dfd_ronneby['header_eleventh_text_color'])): ?>
@header-eleventh-text-color: <?php echo $dfd_ronneby['header_eleventh_text_color']; ?>;
<?php endif; ?>
<?php /* Header 12 */ ?>
<?php if (isset($dfd_ronneby['header_twelfth_top_panel_background_color']) && !empty($dfd_ronneby['header_twelfth_top_panel_background_color'])): ?>
@header-twelfth-top-panel-background-color: <?php echo $dfd_ronneby['header_twelfth_top_panel_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_twelfth_top_panel_color']) && !empty($dfd_ronneby['header_twelfth_top_panel_color'])): ?>
@header-twelfth-top-panel-color: <?php echo $dfd_ronneby['header_twelfth_top_panel_color']; ?>;
<?php endif; ?>
<?php /*if (isset($dfd_ronneby['header_twelfth_soc_icons_background']) && !empty($dfd_ronneby['header_twelfth_soc_icons_background'])): ?>
@header-twelfth-soc-icons-background-color: <?php echo $dfd_ronneby['header_twelfth_soc_icons_background']; ?>;
<?php endif;*/ ?>
<?php if (isset($dfd_ronneby['header_twelfth_background_color']) && !empty($dfd_ronneby['header_twelfth_background_color'])): ?>
@header-twelfth-background-color: <?php echo $dfd_ronneby['header_twelfth_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_twelfth_text_color']) && !empty($dfd_ronneby['header_twelfth_text_color'])): ?>
@header-twelfth-text-color: <?php echo $dfd_ronneby['header_twelfth_text_color']; ?>;
<?php endif; ?>
<?php /* Header 13 */ ?>
<?php if (isset($dfd_ronneby['header_thirteenth_top_panel_background_color']) && !empty($dfd_ronneby['header_thirteenth_top_panel_background_color'])): ?>
@header-thirteenth-top-panel-background-color: <?php echo $dfd_ronneby['header_thirteenth_top_panel_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_thirteenth_top_panel_background_opacity']) && !empty($dfd_ronneby['header_thirteenth_top_panel_background_opacity'])): ?>
@header-thirteenth-top-panel-background-opacity: <?php echo $dfd_ronneby['header_thirteenth_top_panel_background_opacity']; ?>%;
<?php endif; ?>
<?php /*if (isset($dfd_ronneby['header_thirteenth_soc_icons_background']) && !empty($dfd_ronneby['header_thirteenth_soc_icons_background'])): ?>
@header-thirteenth-soc-icons-background-color: <?php echo $dfd_ronneby['header_thirteenth_soc_icons_background']; ?>;
<?php endif;*/ ?>
<?php if (isset($dfd_ronneby['header_thirteenth_top_panel_color']) && !empty($dfd_ronneby['header_thirteenth_top_panel_color'])): ?>
@header-thirteenth-top-panel-color: <?php echo $dfd_ronneby['header_thirteenth_top_panel_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_thirteenth_background_color']) && !empty($dfd_ronneby['header_thirteenth_background_color'])): ?>
@header-thirteenth-background-color: <?php echo $dfd_ronneby['header_thirteenth_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_thirteenth_background_opacity']) && !empty($dfd_ronneby['header_thirteenth_background_opacity'])): ?>
@header-thirteenth-background-opacity: <?php echo $dfd_ronneby['header_thirteenth_background_opacity']; ?>%;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_thirteenth_text_color']) && !empty($dfd_ronneby['header_thirteenth_text_color'])): ?>
@header-thirteenth-text-color: <?php echo $dfd_ronneby['header_thirteenth_text_color']; ?>;
<?php endif; ?>
<?php /* Header 7 */ ?>
<?php if (isset($dfd_ronneby['header_fourteenth_background_color']) && !empty($dfd_ronneby['header_fourteenth_background_color'])): ?>
@header-fourteenth-background-color: <?php echo $dfd_ronneby['header_fourteenth_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_fourteenth_background_opacity']) && !empty($dfd_ronneby['header_fourteenth_background_opacity'])): ?>
@header-fourteenth-background-opacity: <?php echo $dfd_ronneby['header_fourteenth_background_opacity']; ?>%;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_fourteenth_text_color_active']) && !empty($dfd_ronneby['header_fourteenth_text_color_active'])): ?>
@header-fourteenth-active-text-color: <?php echo $dfd_ronneby['header_fourteenth_text_color_active']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_fourteenth_text_color']) && !empty($dfd_ronneby['header_fourteenth_text_color'])): ?>
@header-fourteenth-text-color: <?php echo $dfd_ronneby['header_fourteenth_text_color']; ?>;
<?php endif; ?>
<?php /*Fixed header*/ ?>
<?php if (isset($dfd_ronneby['sticky_header_logo_background_color']) && !empty($dfd_ronneby['sticky_header_logo_background_color'])): ?>
@fixed-header-logo-background-color: <?php echo $dfd_ronneby['sticky_header_logo_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['fixed_header_background_color']) && !empty($dfd_ronneby['fixed_header_background_color'])): ?>
@fixed-header-background-color: <?php echo $dfd_ronneby['fixed_header_background_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['fixed_header_background_opacity']) && !empty($dfd_ronneby['fixed_header_background_opacity'])): ?>
@fixed-header-background-opacity: <?php echo $dfd_ronneby['fixed_header_background_opacity']; ?>%;
<?php endif; ?>
<?php if (isset($dfd_ronneby['fixed_header_text_color']) && !empty($dfd_ronneby['fixed_header_text_color'])): ?>
@fixed-header-text-color: <?php echo $dfd_ronneby['fixed_header_text_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['top_panel_inner_background']) && !empty($dfd_ronneby['top_panel_inner_background'])): ?>
@top-panel-inner-bg: <?php echo $dfd_ronneby['top_panel_inner_background']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['top_panel_inner_background_opacity']) && !empty($dfd_ronneby['top_panel_inner_background_opacity'])): ?>
@top-panel-inner-bg-opacity: <?php echo $dfd_ronneby['top_panel_inner_background_opacity']; ?>%;
<?php endif; ?>
<?php if (isset($dfd_ronneby['header_logo_height']) && !empty($dfd_ronneby['header_logo_height'])): ?>
@header-logo-height: <?php echo $dfd_ronneby['header_logo_height']; ?>px;
<?php endif; ?>
<?php if (isset($dfd_ronneby['top_menu_height']) && !empty($dfd_ronneby['top_menu_height'])): ?>
@top-menu-height: <?php echo $dfd_ronneby['top_menu_height']; ?>px;
<?php endif; ?>
<?php if ($dfd_ronneby['stunning_header_min_height']): ?>
@stunning-header-min-height: <?php echo $dfd_ronneby['stunning_header_min_height']; ?>px;
<?php endif; ?>
<?php /* Post styling options */ ?>
<?php if (isset($dfd_ronneby['blog_smart_hover_text_color']) && !empty($dfd_ronneby['blog_smart_hover_text_color'])): ?>
@blog-hover-text-color: <?php echo $dfd_ronneby['blog_smart_hover_text_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['blog_smart_hover_bg']) && !empty($dfd_ronneby['blog_smart_hover_bg'])): ?>
@blog-hover-bg: <?php echo $dfd_ronneby['blog_smart_hover_bg']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['blog_smart_hover_bg_opacity']) && !empty($dfd_ronneby['blog_smart_hover_bg_opacity'])): ?>
@blog-hover-bg-opacity: <?php echo $dfd_ronneby['blog_smart_hover_bg_opacity']; ?>%;
<?php endif; ?>
<?php /* Portfolio styling options */ ?>
<?php if (isset($dfd_ronneby['folio_hover_text_color']) && !empty($dfd_ronneby['folio_hover_text_color'])): ?>
@folio-hover-text-color: <?php echo $dfd_ronneby['folio_hover_text_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['folio_hover_bg']) && !empty($dfd_ronneby['folio_hover_bg'])): ?>
@folio-hover-bg: <?php echo $dfd_ronneby['folio_hover_bg']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['folio_hover_bg_opacity']) && !empty($dfd_ronneby['folio_hover_bg_opacity'])): ?>
@folio-hover-bg-opacity: <?php echo $dfd_ronneby['folio_hover_bg_opacity']; ?>%;
<?php endif; ?>
<?php /* Gallery styling options */ ?>
<?php if (isset($dfd_ronneby['dfd_gallery_hover_text_color']) && !empty($dfd_ronneby['dfd_gallery_hover_text_color'])): ?>
@dfd-gallery-hover-text-color: <?php echo $dfd_ronneby['dfd_gallery_hover_text_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['dfd_gallery_hover_bg']) && !empty($dfd_ronneby['dfd_gallery_hover_bg'])): ?>
@dfd-gallery-hover-bg: <?php echo $dfd_ronneby['dfd_gallery_hover_bg']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['dfd_gallery_hover_bg_opacity']) && !empty($dfd_ronneby['dfd_gallery_hover_bg_opacity'])): ?>
@dfd-gallery-hover-bg-opacity: <?php echo $dfd_ronneby['dfd_gallery_hover_bg_opacity']; ?>%;
<?php endif; ?>
<?php /*if ($dfd_ronneby['button_bg_color']): ?>
@button-bg-color: <?php echo $dfd_ronneby['button_bg_color']; ?>;
<?php endif;*/ ?>
<?php if (isset($dfd_ronneby['header_logo_width']) && !empty($dfd_ronneby['header_logo_width'])): ?>
@header-logo-width: <?php echo $dfd_ronneby['header_logo_width']; ?>px;
<?php endif; ?>
<?php /*if (isset($dfd_ronneby['side_area_width']) && !empty($dfd_ronneby['side_area_width'])): ?>
@side-area-width: <?php echo $dfd_ronneby['side_area_width']; ?>%;
<?php endif;*/ ?>
<?php if (isset($dfd_ronneby['default_button_hover_color']) && !empty($dfd_ronneby['default_button_hover_color'])): ?>
@default-button-hover-color: <?php echo $dfd_ronneby['default_button_hover_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['default_button_background']) && !empty($dfd_ronneby['default_button_background'])): ?>
@default-button-background: <?php echo $dfd_ronneby['default_button_background']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['default_button_hover_bg']) && !empty($dfd_ronneby['default_button_hover_bg'])): ?>
@default-button-hover-bg: <?php echo $dfd_ronneby['default_button_hover_bg']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['default_button_background_opacity']) && !empty($dfd_ronneby['default_button_background_opacity'])): ?>
@default-button-background-opacity: <?php echo $dfd_ronneby['default_button_background_opacity']; ?>%;
<?php endif; ?>
<?php if (isset($dfd_ronneby['default_button_hover_bg_opacity']) && !empty($dfd_ronneby['default_button_hover_bg_opacity'])): ?>
@default-button-hover-bg-opacity: <?php echo $dfd_ronneby['default_button_hover_bg_opacity']; ?>%;
<?php endif; ?>
<?php if (isset($dfd_ronneby['default_button_border']) && !empty($dfd_ronneby['default_button_border'])): ?>
@default-button-border-color: <?php echo $dfd_ronneby['default_button_border']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['default_button_border_opacity']) && !empty($dfd_ronneby['default_button_border_opacity'])): ?>
@default-button-border-opacity: <?php echo $dfd_ronneby['default_button_border_opacity']; ?>%;
<?php endif; ?>
<?php if (isset($dfd_ronneby['default_button_hover_border']) && !empty($dfd_ronneby['default_button_hover_border'])): ?>
@default-button-hover-border-color: <?php echo $dfd_ronneby['default_button_hover_border']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['default_button_hover_border_opacity']) && !empty($dfd_ronneby['default_button_hover_border_opacity'])): ?>
@default-button-hover-border-opacity: <?php echo $dfd_ronneby['default_button_hover_border_opacity']; ?>%;
<?php endif; ?>
<?php if (isset($dfd_ronneby['default_button_border_width']) && !empty($dfd_ronneby['default_button_border_width'])): ?>
@default-button-border-width: <?php echo $dfd_ronneby['default_button_border_width']; ?>px;
<?php endif; ?>
<?php if (isset($dfd_ronneby['default_button_border_style']) && !empty($dfd_ronneby['default_button_border_style'])): ?>
@default-button-border-style: <?php echo $dfd_ronneby['default_button_border_style']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['default_button_border_radius']) && !empty($dfd_ronneby['default_button_border_radius'])): ?>
@default-button-border-radius: <?php echo $dfd_ronneby['default_button_border_radius']; ?>px;
<?php endif; ?>
<?php if (isset($dfd_ronneby['default_button_padding_left']) && !empty($dfd_ronneby['default_button_padding_left'])): ?>
@default-button-padding-left: <?php echo $dfd_ronneby['default_button_padding_left']; ?>px;
<?php endif; ?>
<?php if (isset($dfd_ronneby['default_button_padding_right']) && !empty($dfd_ronneby['default_button_padding_right'])): ?>
@default-button-padding-right: <?php echo $dfd_ronneby['default_button_padding_right']; ?>px;
<?php endif; ?>
<?php if (isset($dfd_ronneby['to_top_button_font_size']) && !empty($dfd_ronneby['to_top_button_font_size'])): ?>
@to-top-button-font-size: <?php echo $dfd_ronneby['to_top_button_font_size']; ?>px;
<?php endif; ?>
<?php if (isset($dfd_ronneby['to_top_button_size']) && !empty($dfd_ronneby['to_top_button_size'])): ?>
@to-top-button-size: <?php echo $dfd_ronneby['to_top_button_size']; ?>px;
<?php endif; ?>
<?php if (isset($dfd_ronneby['to_top_button_color']) && !empty($dfd_ronneby['to_top_button_color'])): ?>
@to-top-button-color: <?php echo $dfd_ronneby['to_top_button_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['to_top_button_hover_color']) && !empty($dfd_ronneby['to_top_button_hover_color'])): ?>
@to-top-button-hover-color: <?php echo $dfd_ronneby['to_top_button_hover_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['to_top_button_background']) && !empty($dfd_ronneby['to_top_button_background'])): ?>
@to-top-button-background: <?php echo $dfd_ronneby['to_top_button_background']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['to_top_button_hover_bg']) && !empty($dfd_ronneby['to_top_button_hover_bg'])): ?>
@to-top-button-hover-bg: <?php echo $dfd_ronneby['to_top_button_hover_bg']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['to_top_button_background_opacity']) && !empty($dfd_ronneby['to_top_button_background_opacity'])): ?>
@to-top-button-background-opacity: <?php echo $dfd_ronneby['to_top_button_background_opacity']; ?>%;
<?php endif; ?>
<?php if (isset($dfd_ronneby['to_top_button_hover_bg_opacity']) && !empty($dfd_ronneby['to_top_button_hover_bg_opacity'])): ?>
@to-top-button-hover-bg-opacity: <?php echo $dfd_ronneby['to_top_button_hover_bg_opacity']; ?>%;
<?php endif; ?>
<?php if (isset($dfd_ronneby['to_top_button_border']) && !empty($dfd_ronneby['to_top_button_border'])): ?>
@to-top-button-border-color: <?php echo $dfd_ronneby['to_top_button_border']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['to_top_button_border_opacity']) && !empty($dfd_ronneby['to_top_button_border_opacity'])): ?>
@to-top-button-border-opacity: <?php echo $dfd_ronneby['to_top_button_border_opacity']; ?>%;
<?php endif; ?>
<?php if (isset($dfd_ronneby['to_top_button_hover_border']) && !empty($dfd_ronneby['to_top_button_hover_border'])): ?>
@to-top-button-hover-border-color: <?php echo $dfd_ronneby['to_top_button_hover_border']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['to_top_button_hover_border_opacity']) && !empty($dfd_ronneby['to_top_button_hover_border_opacity'])): ?>
@to-top-button-hover-border-opacity: <?php echo $dfd_ronneby['to_top_button_hover_border_opacity']; ?>%;
<?php endif; ?>
<?php if (isset($dfd_ronneby['to_top_button_border_width']) && !empty($dfd_ronneby['to_top_button_border_width'])): ?>
@to-top-button-border-width: <?php echo $dfd_ronneby['to_top_button_border_width']; ?>px;
<?php endif; ?>
<?php if (isset($dfd_ronneby['to_top_button_border_style']) && !empty($dfd_ronneby['to_top_button_border_style'])): ?>
@to-top-button-border-style: <?php echo $dfd_ronneby['to_top_button_border_style']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['to_top_button_border_radius']) && !empty($dfd_ronneby['to_top_button_border_radius'])): ?>
@to-top-button-border-radius: <?php echo $dfd_ronneby['to_top_button_border_radius']; ?>px;
<?php endif; ?>
<?php if (isset($dfd_ronneby['menu_dropdowns_opacity']) && !empty($dfd_ronneby['menu_dropdowns_opacity'])): ?>
@menu-dropdowns-opacity: <?php echo $dfd_ronneby['menu_dropdowns_opacity']; ?>%;
<?php endif; ?>
<?php if (isset($dfd_ronneby['menu_dropdown_hover_color']) && !empty($dfd_ronneby['menu_dropdown_hover_color'])): ?>
@menu-dropdown-hover-color: <?php echo $dfd_ronneby['menu_dropdown_hover_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['menu_dropdown_background']) && !empty($dfd_ronneby['menu_dropdown_background'])): ?>
@menu-dropdown-background-color: <?php echo $dfd_ronneby['menu_dropdown_background']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['menu_dropdown_background_opacity']) && !empty($dfd_ronneby['menu_dropdown_background_opacity'])): ?>
@menu-dropdown-background-opacity: <?php echo $dfd_ronneby['menu_dropdown_background_opacity']; ?>%;
<?php endif; ?>
<?php if (isset($dfd_ronneby['menu_dropdown_hover_bg']) && !empty($dfd_ronneby['menu_dropdown_hover_bg'])): ?>
@menu-dropdown-hover-bg-color: <?php echo $dfd_ronneby['menu_dropdown_hover_bg']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['menu_dropdown_hover_bg_opacity']) && !empty($dfd_ronneby['menu_dropdown_hover_bg_opacity'])): ?>
@menu-dropdown-hover-bg-opacity: <?php echo $dfd_ronneby['menu_dropdown_hover_bg_opacity']; ?>%;
<?php endif; ?>
<?php if (isset($dfd_ronneby['mobile_header_bg']) && !empty($dfd_ronneby['mobile_header_bg'])): ?>
@mobile-header-background: <?php echo $dfd_ronneby['mobile_header_bg']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['mobile_header_color']) && !empty($dfd_ronneby['mobile_header_color'])): ?>
@mobile-header-color: <?php echo $dfd_ronneby['mobile_header_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['mobile_menu_bg']) && !empty($dfd_ronneby['mobile_menu_bg'])): ?>
@mobile-menu-background: <?php echo $dfd_ronneby['mobile_menu_bg']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['mobile_menu_color']) && !empty($dfd_ronneby['mobile_menu_color'])): ?>
@mobile-menu-color: <?php echo $dfd_ronneby['mobile_menu_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['mobile_menu_color_opacity']) && !empty($dfd_ronneby['mobile_menu_color_opacity'])): ?>
@mobile-menu-items-opacity: <?php echo $dfd_ronneby['mobile_menu_color_opacity']; ?>%;
<?php endif; ?>
<?php if (isset($dfd_ronneby['layout_whitespace_size']) && !empty($dfd_ronneby['layout_whitespace_size'])): ?>
@layout-white-space-size: <?php echo $dfd_ronneby['layout_whitespace_size']; ?>px;
<?php endif; ?>
<?php if (isset($dfd_ronneby['layout_whitespace_color']) && !empty($dfd_ronneby['layout_whitespace_color'])): ?>
@layout-white-space-color: <?php echo $dfd_ronneby['layout_whitespace_color']; ?>;
<?php endif; ?>
<?php // if (isset($dfd_ronneby['post_title_bottom_offset']) && !empty($dfd_ronneby['post_title_bottom_offset'])): ?>
<!--@blog-title-bottom-margin: <?php // echo $dfd_ronneby['post_title_bottom_offset']; ?>px;-->
<?php // endif; ?>
<?php if (isset($dfd_ronneby['link_hover_color']) && !empty($dfd_ronneby['link_hover_color'])): ?>
@link-hover-color: <?php echo $dfd_ronneby['link_hover_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['link_decoration']) && !empty($dfd_ronneby['link_decoration'])): ?>
@link-decoration: <?php echo $dfd_ronneby['link_decoration']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['link_decoration_color']) && !empty($dfd_ronneby['link_decoration_color'])): ?>
@link-decoration-color: <?php echo $dfd_ronneby['link_decoration_color']; ?>;
<?php endif; ?>
<?php /*Woocommerce styling options*/ ?>
<?php if (isset($dfd_ronneby['woo_star_rating_color']) && !empty($dfd_ronneby['woo_star_rating_color'])): ?>
@woo-star-active: <?php echo $dfd_ronneby['woo_star_rating_color']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['woo_products_hover_bg']) && !empty($dfd_ronneby['woo_products_hover_bg'])): ?>
@woo-mask-bg: <?php echo $dfd_ronneby['woo_products_hover_bg']; ?>;
<?php endif; ?>
<?php if (isset($dfd_ronneby['woo_products_hover_bg_opacity']) && !empty($dfd_ronneby['woo_products_hover_bg_opacity'])): ?>
@woo-mask-opacity: <?php echo $dfd_ronneby['woo_products_hover_bg_opacity']; ?>%;
<?php endif; ?>
<?php /*Responsive*/ ?>
<?php if (isset($dfd_ronneby['x_large_responsive_breakpoint']) && !empty($dfd_ronneby['x_large_responsive_breakpoint'])): ?>
@screen-x-large: <?php echo $dfd_ronneby['x_large_responsive_breakpoint']; ?>px;
<?php endif; ?>
<?php if (isset($dfd_ronneby['large_responsive_breakpoint']) && !empty($dfd_ronneby['large_responsive_breakpoint'])): ?>
@screen-normal: <?php echo $dfd_ronneby['large_responsive_breakpoint']; ?>px;
<?php endif; ?>
<?php if (isset($dfd_ronneby['medium_responsive_breakpoint']) && !empty($dfd_ronneby['medium_responsive_breakpoint'])): ?>
@screen-medium: <?php echo $dfd_ronneby['medium_responsive_breakpoint']; ?>px;
<?php endif; ?>
<?php if (isset($dfd_ronneby['small_responsive_breakpoint']) && !empty($dfd_ronneby['small_responsive_breakpoint'])): ?>
@screen-small: <?php echo $dfd_ronneby['small_responsive_breakpoint']; ?>px;
<?php endif; ?>
<?php
$_variables = array();
$_default_option_name = array(
1 => 'title_h1',//h1 title
2 => 'title_h2',//h2 title
3 => 'title_h3',//h3 title
4 => 'title_h4',//h4 title
5 => 'title_h5',//h5 title
6 => 'title_h6',//h6 title
7 => 'subtitle_h1',//h1 subtitle
8 => 'subtitle_h2',//h2 subtitle
9 => 'subtitle_h3',//h3 subtitle
10 => 'subtitle_h4',//h4 subtitle
11 => 'subtitle_h5',//h5 subtitle
12 => 'subtitle_h6',//h6 subtitle
13 => 'stunning_header_title',//stunning header title
14 => 'blog_title',//standard blog title
15 => 'widget_title',//widget title
16 => 'block_title',//block title
17 => 'feature_title',//feature title
18 => 'box_name',//box name
19 => 'subtitle',//subtitle
20 => 'text',//text
21 => 'entry_meta',//text
22 => 'menu_titles',//menu titles
23 => 'menu_dropdowns',//menu dropdowns
24 => 'menu_dropdown_subtitles',//menu_dropdown_subtitles
25 => 'default_button',//default button
26 => 'link',//side area menu_dropdown_subtitles
//27 => 'side_area_menu_titles',//side area menu titles
//28 => 'side_area_menu_dropdowns',//side area menu dropdowns
//29 => 'side_area_menu_dropdown_subtitles',//side area menu_dropdown_subtitles
);
$_default_variable_name = array(
1 => '@widget-title-h1',//h1 title
2 => '@widget-title-h2',//h2 title
3 => '@widget-title-h3',//h3 title
4 => '@widget-title-h4',//h4 title
5 => '@widget-title-h5',//h5 title
6 => '@widget-title-h6',//h6 title
7 => '@widget-subtitle-h1',//h1 subtitle
8 => '@widget-subtitle-h2',//h2 subtitle
9 => '@widget-subtitle-h3',//h3 subtitle
10 => '@widget-subtitle-h4',//h4 subtitle
11 => '@widget-subtitle-h5',//h5 subtitle
12 => '@widget-subtitle-h6',//h6 subtitle
13 => '@stunning-header-title',//stunning header title
14 => '@blog-title',//standand blog title
15 => '@widget-title',//widget title
16 => '@block-title',//block title
17 => '@feature-title',//feature title
18 => '@box-name',//box name
19 => '@subtitles',//subtitle
20 => '@default-text',//text
21 => '@entry-meta',//text
22 => '@menu_titles',//menu titles
23 => '@menu_dropdowns',//menu dropdowns
24 => '@menu_dropdown_subtitles',//menu_dropdown_subtitles
25 => '@default-button',//default-button
26 => '@link',//side area menu_dropdown_subtitles
//27 => '@side-area-menu_titles',//side area menu titles
//28 => '@side-area-menu_dropdowns',//side area menu dropdowns
//29 => '@side-area-menu_dropdown_subtitles',//side area menu_dropdown_subtitles
);
$_typo_options_count = count($_default_option_name);
$_typography_option = array(
1 => 'font-style',
2 => 'font-weight',
3 => 'font-family',
4 => 'font-size',
5 => 'line-height',
6 => 'text-transform',
7 => 'letter-spacing',
8 => 'color'
//9 => 'word-spacing'
);
for ($i=1; $i<=$_typo_options_count; $i++) {
$_default_option_name[$i];
for($val_i = 1; $val_i <= 8; $val_i++) {
if(isset($dfd_ronneby[$_default_option_name[$i].'_typography_option'][$_typography_option[$val_i]])) {
$_typography_val = $dfd_ronneby[$_default_option_name[$i].'_typography_option'][$_typography_option[$val_i]];
if($_typography_option[$val_i] == 'font-family') {
$_typography_val = '"'.$_typography_val.'"';
}
$_variables[$_default_variable_name[$i].'-'.$_typography_option[$val_i]] = $_typography_val;
}
}
}
if (count($_variables)>0) {
foreach ( $_variables as $k=>$v ) {
if(!empty($v)) {
echo "{$k}: {$v};" . PHP_EOL;
}
}
}