: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) exit;
<div {{if_id}}id="{{id}}"{{ifend_id}} class="cta-tlt {{user_class}}">
<h2>{{content_title}}</h2>
<a class="btn-txt" href="{{btn_link}}" {{if_condition_page_link_open==new_page}}target="_blank"{{ifend_condition_page_link_open_new_page}} {{if_cta_id}}id="{{cta_id}}"{{ifend_cta_id}}>{{button-text}}</a>
<span class="txt">{{text_title}}</span>
{{module-class}}.cta-mod{margin:{{margin_css}};padding:{{padding_css}};display: inline-flex;width: 100%;align-items: center;}
{{module-class}}.cta-mod h2{font-size:{{text-size}};line-height:1.5;font-weight:normal;color:{{font_color_picker}};}
{{module-class}}.cta-mod .btn-txt{display: inline-block;color: {{txt_color_picker}};padding: 10px 20px;font-size: 26px;border: 3px solid {{brd_color_picker}};font-weight: 500;background: {{bg_color_picker}};}
{{module-class}}.cta-mod .txt{display: block;color: {{subh_color_picker}};font-size: 16px;margin-top: 20px;}
{{module-class}}.cta-mod{display:inline-block;width:100%;text-align:center}
{{module-class}}.cta-mod .cta-btn{width: 100%;text-align: center;margin-top:15px;}
$common_css = '.cta-mod .cta-btn{width: 40%;text-align: right;}';
global $redux_builder_amp;
if(ampforwp_get_setting('amp-rtl-select-option')){
.cta-mod .cta-btn { text-align: left;}';
'label' =>'Call To Action',
'default_tab'=> 'customizer',
'name' =>"content_title",
'default' =>'Join over 50,000 happy customers around the world',
'name' =>"font_color_picker",
'name' =>"txt_color_picker",
'label' =>'Button Text Color',
'name' =>"brd_color_picker",
'label' =>'Button Border Color',
'name' =>"bg_color_picker",
'label' =>'Button Background Color',
'name' =>"subh_color_picker",
'label' =>'Subheading Text Color',
'default' =>'Get started free',
'default' =>'Free, easy to set up, no credit card required',
'name' =>'page_link_open',
'label' =>"Open link in",
'options_details'=>array(
'same_page' =>'Same page'
'front_template'=> $output,
'front_common_css'=>$common_css,