0?12/$columns:4; $section_content = str_replace('\\\'','\'',$section_content); $section_content = str_replace('\\"','"',$section_content); $section_class = 'section magee-section alchem-home-section-2 alchem-home-style-0'; if( alchem_option('section_2_parallax') == '1' ) $section_class .= ' parallax-scrolling'; ?>

'.$feature_title.''; else $title = '

'.$feature_title.'

'; $icon = ''; $addclass = ''; if( $feature_image !='' ){ $icon = ''; $addclass = 'alchem_section_2_feature_image_'.$j; }else{ $icon = ''; $addclass = 'alchem_section_2_feature_icon_'.$j; } $feature_item .= '
'.$icon.'
'.$title.'

'.do_shortcode($feature_content).'

'; $k = $j+1; if( $k % $columns == 0 ){ $feature_str .= '
'.$feature_item.'
'; $feature_item = ''; } endif; } if( $feature_item != '' ){ $feature_str .= '
'.$feature_item.'
'; } echo $feature_str; ?>