a svg' ); // Icon Color Hover $css .= Botiga_Custom_CSS::get_fill_css( 'bhfb_social_color_hover', '#757575', '.bhfb-component-social .social-profile > a:hover svg' ); if( botiga_sticky_header_enabled() ) { // Sticky Header - Icon Color $css .= Botiga_Custom_CSS::get_fill_css( 'bhfb_social_sticky_color', '#212121', '.sticky-header-active .bhfb-component-social .social-profile > a svg' ); // Sticky Header - Icon Color Hover $css .= Botiga_Custom_CSS::get_fill_css( 'bhfb_social_sticky_color_hover', '#757575', '.sticky-header-active .bhfb-component-social .social-profile > a:hover svg' ); } // Padding $css .= Botiga_Custom_CSS::get_responsive_dimensions_css( 'bhfb_social_padding', array( 'desktop' => '{ "unit": "px", "linked": false, "top": "", "right": "", "bottom": "", "left": "" }', 'tablet' => '{ "unit": "px", "linked": false, "top": "", "right": "", "bottom": "", "left": "" }', 'mobile' => '{ "unit": "px", "linked": false, "top": "", "right": "", "bottom": "", "left": "" }', ), '.bhfb-header .bhfb-component-social', 'padding' ); // Margin $css .= Botiga_Custom_CSS::get_responsive_dimensions_css( 'bhfb_social_margin', array( 'desktop' => '{ "unit": "px", "linked": false, "top": "", "right": "", "bottom": "", "left": "" }', 'tablet' => '{ "unit": "px", "linked": false, "top": "", "right": "", "bottom": "", "left": "" }', 'mobile' => '{ "unit": "px", "linked": false, "top": "", "right": "", "bottom": "", "left": "" }', ), '.bhfb-header .bhfb-component-social', 'margin', true ); // @codingStandardsIgnoreEnd WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound