: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
const {BaseStyles} = await import('../../editor/base-styles.mjs');
export class Module extends BaseStyles {
this.get_image('', 'b_i', 'bg_c', 'b_r', 'b_p', 'h')
this.get_padding('', 'p', 'h')
this.get_margin('', 'm', 'h')
this.get_border('', 'b', 'h')
this.get_blend('', '', 'h')
this.get_border_radius('', 'r_c', 'h')
this.get_box_shadow('', 'sh', 'h')
this.get_expand('po', [this.get_css_position()]),
//this.get_expand('disp', this.get_self_align()),
this.get_zindex('', 'custom_parallax_scroll_zindex')
this.get_transform('', 'tr', 'h')
this.get_font_family('.module .main-head'),
this.get_color_type(['.module .main-head', '.module .main-head a']),
this.get_font_size('.module .main-head'),
this.get_line_height('.module .main-head'),
this.get_letter_spacing('.module .main-head'),
this.get_text_transform('.module .main-head', 'text_transform_maintitle'),
this.get_font_style('.module .main-head', 'font_style_maintitle'),
this.get_text_shadow('.module .main-head', 't_sh_h'),
this.get_margin_top_bottom_opposity('.module .main-head', 'main_margin_top', 'main_margin_bottom')
this.get_font_family('.module:hover .main-head', 'f_f_h'),
this.get_color_type(['.module:hover .main-head', '.module:hover .main-head a'], '', 'f_c_t_h', 'f_c_h', 'f_g_c_h'),
this.get_font_size('.module:hover .main-head', 'f_s_h'),
this.get_font_style('.module:hover .main-head', 'f_st_m_h', 'f_w_h'),
this.get_text_shadow('.module:hover .main-head', 't_sh_h_h'),
this.get_margin_top_bottom_opposity(':hover .main-head', 'm_h_margin_top', 'm_h_margin_bottom')
this.get_color(['.module .main-head a'], 'l_c_mh'),
this.get_text_decoration('.module .main-head a', 't_d_mh')
this.get_color(['.module .main-head a:hover'], 'l_c_mh_h', null, null, ''),
this.get_text_decoration('.module .main-head a:hover', 't_d_mh_h', 'h')
this.get_font_family('.module .sub-head', 'font_family_subheading'),
this.get_color_type(['.module .sub-head', '.module .sub-head a'], '', 'font_color_type_subheading', 'font_color_subheading', 'font_gradient_color_subheading'),
this.get_font_size('.module .sub-head', 'font_size_subheading'),
this.get_line_height('.module .sub-head', 'line_height_subheading'),
this.get_letter_spacing('.module .sub-head', 'letter_spacing_subheading'),
this.get_text_transform('.module .sub-head', 'text_transform_subtitle'),
this.get_font_style('.module .sub-head', 'font_style_subtitle'),
this.get_text_shadow('.module .sub-head', 't_sh_s_h'),
this.get_margin_top_bottom_opposity(' .sub-head', 'sub_margin_top', 'sub_margin_bottom')
this.get_font_family('.module:hover .sub-head', 'f_f_s_h'),
this.get_color_type(['.module:hover .sub-head', '.module:hover .sub-head a'], '', 'f_c_t_s_h', 'f_c_s_h', 'f_g_c_s_h'),
this.get_font_size('.module:hover .sub-head', 'f_s_s_h'),
this.get_font_style('.module:hover .sub-head', 'f_st_s_h'),
this.get_text_shadow('.module:hover .sub-head', 't_sh_s_h_h'),
this.get_margin_top_bottom_opposity(':hover .sub-head', 's_h_margin_top', 's_h_margin_bottom')
this.get_color(['.module .sub-head a'], 'l_c_sh'),
this.get_text_decoration('.module .sub-head a', 't_d_sh')
this.get_color(['.module .sub-head a:hover'], 'l_c_sh_h', null, null, ''),
this.get_text_decoration('.module .sub-head a:hover', 't_d_sh_h', 'h')
// Divider Top/Bottom Margin
this.get_margin(['.module .sub-head::before', '.module .sub-head::after'], 'md')
this.get_border(['.module .sub-head::before', '.module .sub-head::after'], 'd_border')
this.get_width(['.module .sub-head::before', '.module .sub-head::after'], 'd_width')
// Divider Icon Background
this.get_color(['.module .tb_fancy_heading_icon em', '.module .tb_fancy_heading_icon img'], 'fh_d_i_bg', 'bg_c', 'background-color')
this.get_color(['.module:hover .tb_fancy_heading_icon em', '.module:hover .tb_fancy_heading_icon img'], 'fh_d_i_bg', 'bg_c', 'background-color', 'hover')
this.get_color(['.module .tb_fancy_heading_icon em', '.module .tb_fancy_heading_icon img'], 'fh_d_i_c')
this.get_color(['.module:hover .tb_fancy_heading_icon em', '.module:hover .tb_fancy_heading_icon img'], 'fh_d_i_c', null, null, 'hover')
// Divider Icon Font Size
this.get_expand('size', [
this.get_font_size(['.module .tb_fancy_heading_icon em', '.module .tb_fancy_heading_icon img'], 'fh_d_s')
this.get_font_size(['.module:hover .tb_fancy_heading_icon em', '.module:hover .tb_fancy_heading_icon img'], 'fh_d_s', '', 'h')
this.get_padding(['.module .tb_fancy_heading_icon em', '.module .tb_fancy_heading_icon img'], 'fh_d_i_p')
this.get_padding(['.module:hover .tb_fancy_heading_icon em', '.module:hover .tb_fancy_heading_icon img'], 'fh_d_i_p_h')
this.get_margin(['.module .tb_fancy_heading_icon', '.module .tb_fancy_heading_icon img'], 'fh_d_i_m')
this.get_margin(['.module:hover .tb_fancy_heading_icon', '.module:hover .tb_fancy_heading_icon img'], 'fh_d_i_m_h')
this.get_border(['.module .tb_fancy_heading_icon em', '.module .tb_fancy_heading_icon img'], 'fh_d_i_b')
this.get_border(['.module:hover .tb_fancy_heading_icon em', '.module:hover .tb_fancy_heading_icon img'], 'fh_d_i_b_h')
this.get_border_radius(['.module .tb_fancy_heading_icon em', '.module .tb_fancy_heading_icon img'], 'fh_d_i_rc')
this.get_border_radius(['.module:hover .tb_fancy_heading_icon em', '.module:hover .tb_fancy_heading_icon img'], 'fh_d_i_rc_h')
this.get_margin('.module-fancy-heading .tb_fancy_heading_border:before', 'fh_d_b_m')
this.get_margin('.module:hover .tb_fancy_heading_border:before', 'fh_d_b_m_h')
this.get_border('.module-fancy-heading .tb_fancy_heading_border:before', 'fh_d_b_b')
this.get_border('.module:hover .tb_fancy_heading_border:before', 'fh_d_b_b_h')
this.get_width('.module-fancy-heading .tb_fancy_heading_border', 'fh_d_b_w')