$css, 'tablet_css' => $tablet_css, 'mobile_css' => $mobile_css, 'selector' => blocksy_assemble_selector($root_selector), 'variableName' => 'max-width', 'value' => blocksy_akg('headerTextMaxWidth', $atts, [ 'mobile' => 100, 'tablet' => 100, 'desktop' => 100, ]), 'unit' => '%', 'responsive' => true, ]); // Font blocksy_output_font_css([ 'font_value' => blocksy_akg( 'headerTextFont', $atts, blocksy_typography_default_values([ 'size' => '15px', 'line-height' => '1.3', ]) ), 'css' => $css, 'tablet_css' => $tablet_css, 'mobile_css' => $mobile_css, 'selector' => blocksy_assemble_selector($root_selector) ]); // Font color blocksy_output_colors([ 'value' => blocksy_akg('headerTextColor', $atts), 'default' => [ 'default' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT') ], 'link_initial' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT') ], 'link_hover' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT') ], ], 'css' => $css, 'tablet_css' => $tablet_css, 'mobile_css' => $mobile_css, 'variables' => [ 'default' => [ 'selector' => blocksy_assemble_selector($root_selector), 'variable' => 'theme-text-color' ], 'link_initial' => [ 'selector' => blocksy_assemble_selector($root_selector), 'variable' => 'theme-link-initial-color' ], 'link_hover' => [ 'selector' => blocksy_assemble_selector($root_selector), 'variable' => 'theme-link-hover-color' ], ], 'responsive' => true ]); blocksy_output_colors([ 'value' => blocksy_akg('headerTextHeadingColor', $atts), 'default' => [ 'default' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT') ], ], 'css' => $css, 'tablet_css' => $tablet_css, 'mobile_css' => $mobile_css, 'variables' => [ 'default' => [ 'selector' => blocksy_assemble_selector($root_selector), 'variable' => 'theme-heading-color' ], ], 'responsive' => true ]); // Margin blocksy_output_spacing([ 'css' => $css, 'tablet_css' => $tablet_css, 'mobile_css' => $mobile_css, 'selector' => blocksy_assemble_selector($root_selector), 'important' => true, 'value' => blocksy_default_akg( 'headerTextMargin', $atts, blocksy_spacing_value() ) ]); // transparent state if (isset($has_transparent_header) && $has_transparent_header) { blocksy_output_colors([ 'value' => blocksy_akg('transparentHeaderTextColor', $atts), 'default' => [ 'default' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT') ], 'link_initial' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT') ], 'link_hover' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT') ], ], 'css' => $css, 'tablet_css' => $tablet_css, 'mobile_css' => $mobile_css, 'variables' => [ 'default' => [ 'selector' => blocksy_assemble_selector( blocksy_mutate_selector([ 'selector' => $root_selector, 'operation' => 'between', 'to_add' => '[data-transparent-row="yes"]' ]) ), 'variable' => 'theme-text-color' ], 'link_initial' => [ 'selector' => blocksy_assemble_selector( blocksy_mutate_selector([ 'selector' => $root_selector, 'operation' => 'between', 'to_add' => '[data-transparent-row="yes"]' ]) ), 'variable' => 'theme-link-initial-color' ], 'link_hover' => [ 'selector' => blocksy_assemble_selector( blocksy_mutate_selector([ 'selector' => $root_selector, 'operation' => 'between', 'to_add' => '[data-transparent-row="yes"]' ]) ), 'variable' => 'theme-link-hover-color' ], ], 'responsive' => true ]); blocksy_output_colors([ 'value' => blocksy_akg('transparentHeaderTextHeadingColor', $atts), 'default' => [ 'default' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT') ], ], 'css' => $css, 'tablet_css' => $tablet_css, 'mobile_css' => $mobile_css, 'variables' => [ 'default' => [ 'selector' => blocksy_assemble_selector( blocksy_mutate_selector([ 'selector' => $root_selector, 'operation' => 'between', 'to_add' => '[data-transparent-row="yes"]' ]) ), 'variable' => 'theme-heading-color' ], ], 'responsive' => true ]); } // sticky state if (isset($has_sticky_header) && $has_sticky_header) { blocksy_output_colors([ 'value' => blocksy_akg('stickyHeaderTextColor', $atts), 'default' => [ 'default' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT') ], 'link_initial' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT') ], 'link_hover' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT') ], ], 'css' => $css, 'tablet_css' => $tablet_css, 'mobile_css' => $mobile_css, 'variables' => [ 'default' => [ 'selector' => blocksy_assemble_selector( blocksy_mutate_selector([ 'selector' => $root_selector, 'operation' => 'between', 'to_add' => '[data-sticky*="yes"]' ]) ), 'variable' => 'theme-text-color' ], 'link_initial' => [ 'selector' => blocksy_assemble_selector( blocksy_mutate_selector([ 'selector' => $root_selector, 'operation' => 'between', 'to_add' => '[data-sticky*="yes"]' ]) ), 'variable' => 'theme-link-initial-color' ], 'link_hover' => [ 'selector' => blocksy_assemble_selector( blocksy_mutate_selector([ 'selector' => $root_selector, 'operation' => 'between', 'to_add' => '[data-sticky*="yes"]' ]) ), 'variable' => 'theme-link-hover-color' ], ], 'responsive' => true ]); blocksy_output_colors([ 'value' => blocksy_akg('stickyHeaderTextHeadingColor', $atts), 'default' => [ 'default' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT') ], ], 'css' => $css, 'tablet_css' => $tablet_css, 'mobile_css' => $mobile_css, 'variables' => [ 'default' => [ 'selector' => blocksy_assemble_selector( blocksy_mutate_selector([ 'selector' => $root_selector, 'operation' => 'between', 'to_add' => '[data-sticky*="yes"]' ]) ), 'variable' => 'theme-heading-color' ], ], 'responsive' => true ]); } blocksy_output_responsive([ 'css' => $css, 'tablet_css' => $tablet_css, 'mobile_css' => $mobile_css, 'selector' => blocksy_assemble_selector($root_selector), 'variableName' => 'horizontal-alignment', 'value' => blocksy_akg( 'header_html_horizontal_alignment', $atts, 'CT_CSS_SKIP_RULE' ), 'unit' => '', ]); // footer html blocksy_output_responsive([ 'css' => $css, 'tablet_css' => $tablet_css, 'mobile_css' => $mobile_css, 'selector' => blocksy_assemble_selector(blocksy_mutate_selector([ 'selector' => $root_selector, 'operation' => 'replace-last', 'to_add' => $column_selector ])), 'variableName' => 'horizontal-alignment', 'value' => blocksy_akg( 'footer_html_horizontal_alignment', $atts, 'CT_CSS_SKIP_RULE' ), 'unit' => '', ]); blocksy_output_responsive([ 'css' => $css, 'tablet_css' => $tablet_css, 'mobile_css' => $mobile_css, 'selector' => blocksy_assemble_selector(blocksy_mutate_selector([ 'selector' => $root_selector, 'operation' => 'replace-last', 'to_add' => $column_selector ])), 'variableName' => 'vertical-alignment', 'value' => blocksy_akg( 'footer_html_vertical_alignment', $atts, 'CT_CSS_SKIP_RULE' ), 'unit' => '', ]);