'left', 'tablet' => 'left', 'mobile' => 'left' ),
'.bhfb.bhfb-header .bhfb-component-html',
'text-align',
''
);
/**
* Colors Default State
*/
// Text Color
$css .= Botiga_Custom_CSS::get_color_css( 'botiga_section_hb_component__html_text_color', '', '.bhfb.bhfb-header .bhfb-component-html' );
// Links Color
$css .= Botiga_Custom_CSS::get_color_css( 'botiga_section_hb_component__html_link_color', '', '.bhfb.bhfb-header .bhfb-component-html a' );
// Links Color Hover
$css .= Botiga_Custom_CSS::get_color_css( 'botiga_section_hb_component__html_link_color_hover', '', '.bhfb.bhfb-header .bhfb-component-html a:hover' );
/**
* Colors Sticky Header State
*/
// Text Color
$css .= Botiga_Custom_CSS::get_color_css( 'botiga_section_hb_component__html_sticky_text_color', '', '.sticky-header-active .bhfb.bhfb-header .bhfb-component-html' );
// Links Color
$css .= Botiga_Custom_CSS::get_color_css( 'botiga_section_hb_component__html_sticky_link_color', '', '.sticky-header-active .bhfb.bhfb-header .bhfb-component-html a' );
// Links Color Hover
$css .= Botiga_Custom_CSS::get_color_css( 'botiga_section_hb_component__html_sticky_link_color_hover', '', '.sticky-header-active .bhfb.bhfb-header .bhfb-component-html a:hover' );
// @codingStandardsIgnoreEnd WPThemeReview.CoreFunctionality.PrefixAllGlobals.NonPrefixedVariableFound