<?php

$header_default = get_page_by_path( 'header-default', '', 'visualheader' );
 /*****************************************************************************************************************************************************
******************************************************************************************************************************************************

																Default Options
																		
*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
function reza_option_default($id=false,$id2=false,$return=false){
	global $smof_data;	
 	$primary_color_background='#f14f42';
 
	$primary_color='#ed4041';
	
	
	$default= array(
 
 
	/////////////////////////////////////////////////////
	//	General
	////////////////////////////////////////////////////
		"responsive"							=>	'enable',
		"time_format"							=>	'traditional',
	/////////////////////////////////////////////////////
	//	Body Layout
	////////////////////////////////////////////////////	
		"body_width"							=>	'1600px',
		"body_background_color"					=>	'#ffffff',
 		"body_background_type"					=>	'none',
  		"body_boxed_background"					=>	'#ffffff',
 		"body_boxed_shadow"						=>	array(	'size'=> '15px-0px'	,	'color'	=>	'rgba(0,10,20,0.05)'	),
		
	/////////////////////////////////////////////////////
	//	General Style
	////////////////////////////////////////////////////

 		"primary_color"							=>	array(	'background'	=> $primary_color_background ,'background_2'	=> '#e43945' ,	'text'			=>	'#ffffff'	),
  		"main_link_color"						=>	array(	'link'			=> '#20282f'	,	'hover'			=>	$primary_color_background	),
		"main_text_color"						=>	"#80888f",
		"main_highlight_color"					=>	$primary_color_background,
		"main_grey_color"						=>	"#f5f8fb",
		"main_border_color"						=>	"#ebeef1",
		"main_radius"							=>	"20px",
		"button_radius"							=>	"1000px",
		"social_radius"							=>	"1000px",
 		"social_style"							=>	"style-3",
		
	/////////////////////////////////////////////////////
	//	Header Layout
	////////////////////////////////////////////////////
 	
		"header_builder"							=> 'header-shopit',
	 
	/////////////////////////////////////////////////////
	//	Content Options
	////////////////////////////////////////////////////
	/////////////////////////////////////////////////////
	//	Content Options
	////////////////////////////////////////////////////
		"column"								=>	"left_main",
		"column_left"							=>	"1_4",
		"column_right"							=>	"1_4", 
		"breadcrumbs_show"							=>	'show',
		"breadcrumbs_color"						=>	array(	'background'	=> '#f5f8fb'	,	'text'	=>	'#40484f'	),

 
	/////////////////////////////////////////////////////
	//	Sidebar Options
	////////////////////////////////////////////////////
 		"sidebar_box_layout"					=>	"boxed-item",
		"sticky_main"							=>	true,
	/////////////////////////////////////////////////////
	//	Blog Options
	////////////////////////////////////////////////////
		"blog_title"							=>	__('Recent Blog', 'reza'),
		"blog_excerpt"							=>	true,
		"blog_meta_author"						=>	true,
		"blog_meta_category"					=>	true,
		"blog_meta_date"					=>	true,
 		"blog_meta_comments"					=>	true,
		"blog_readmore"							=>	true,
		"blog_hover_post_icon"					=>	'show',
		"pagenavi_ajax"							=>	true,
		"blog_layout"							=>	"list",
		"blog_grid_layout"						=>	"grid_6",
		"blog_list_layout"						=>	"list_1",
		"blog_between"							=>	"20px",
		"blog_ratio"							=>	"rd-ratio60",
		"blog_image_size"						=>	"medium_large",
		"blog_image_width"						=>	"35",
		"blog_alignment"						=>	'right',
		"blog_box_layout"						=>	"boxed-item",
		"blog_caption_layout"					=>	"gradient-bottom",
		"blog_meta_layout"						=>	array(	'location'=> 'title-bottom'	,	'between'	=>	'between-3' ,	'layout'	=>	'layout-1'	),
	 
	 
	 
 	/////////////////////////////////////////////////////
	//	Single Options
	////////////////////////////////////////////////////
		"single_template"						=>	"3",
		"single_share_icons"					=>	true,
		"single_share_icons_style"				=>'style-3',
		"single_tags"							=>	true,
		"single_lightbox"						=>	true,
 
		"single_author_box"						=>	true,   
		"single_meta_date"					=>	true,
		"single_meta_author"					=>	true,
 		"single_meta_category"						=>	true,
		"single_meta_view"						=>	true,
		"single_meta_comments"					=>	true,
		"single_meta_layout"					=>	array(	'between'	=>	'between-3' ,	'layout'	=>	'layout-1'	),
		"related"								=>	true,
		"related_title"							=>	__('Related Blog', 'reza'),
		"related_row"							=>	"1",
		"related_query"							=>	"category",
		"related_layout"						=>	"grid_4",
		"related_between"						=>	"20px",
		"related_ratio"							=>	"rd-ratio75",
		"related_image_size"					=>	"medium",
		"related_box_layout"					=>	"boxed-item",
		
		"related_excerpt"						=>	false,
		"comments_layout_type"					=>	"rd-thread",

	/////////////////////////////////////////////////////
	//	Product Options
	////////////////////////////////////////////////////
 		"product_column"						=>	"left_main",
		"product_column_left"					=>	"1_4",
		"product_column_right"					=>	"1_4",
		"product_number"						=>	"20",
 		"product_excerpt"						=>	'enable',
 		"product_meta_category"					=>	true,
		"product_meta_rating"					=>	true,
		"product_addcart"						=>	true,
		
		"product_onsale"						=>	'percentage',
		"product_share_icons"					=>	true,
		"product_layout"						=>	"grid",
		"product_grid_layout"					=>	"grid_4",
		"product_list_layout"					=>	"list_1",
		"product_between"						=>	"20px",
		"product_ratio"							=>	"rd-ratio-auto",
		"product_image_size"					=>	"large",
		"product_image_width"					=>	"25",		
		"product_second_image"					=>	true,
		"product_alignment"						=>	"center",
		"product_box_layout"					=>	"boxed-item",
		"single_product_image_width"			=>	"45",
		"single_product_gallery_item"			=>	5,
		"single_product_image_size"				=>	'full',
		"single_product_share_icons"			=>	'enable',
		"single_product_share_icons_style"		=>	'style-3',
		"single_product_countdown"				=>	'enable',
		"related_product_column"				=>	6,
 		 
 
	/////////////////////////////////////////////////////
	//	Title Box Options
	////////////////////////////////////////////////////
 		"title_box_all"							=>	__('All','reza'),
		"title_box_style"						=>	"style-3",
		"title_box_main_color"					=>	array(	'background'	=> 'rgba(0,0,0,0.0)'	,	'text'			=>	'#20282f'	),
		"title_box_tab_color"					=>	array(	'background'	=> 'rgba(0,0,0,0.0)'	,	'text'			=>	'#80888f'	),
		"title_box_active_color"				=>	array(	'background'	=> 'rgba(0,0,0,0.0)'	,	'text'			=>	$primary_color_background	),
		"title_box_border_color"				=>	'#ebeef1',
		"title_box_radius"						=>	"10px",
	/////////////////////////////////////////////////////
	//	Post Style
	////////////////////////////////////////////////////
		"post_background_color"					=>	"#ffffff",
		"post_title_color"						=>	array(	'link'			=> '#50585f'	,	'hover'			=>	$primary_color_background	),
		"price_color"							=>	array(	'main'			=> '#20282f'	,	'sale'	=>	'#20282f'	, 'regular'			=>	'#a0a8af'	),
		"post_excerpt_color"					=>	"#80888f",
		"post_meta_color"						=>	"#a0a8af",
		"countdown_color"							=>	array(	'background'			=> '#f5f8fb'	,'number'			=>	'#50585f' ,'text'			=>	'#a0a8af'	),
  		"rating_color"							=>	array(	'rating'		=> $primary_color_background	,	'none'			=>	'rgba(124,128,132,0.15)'	),
  		"featured_color"							=>	array(	'background'		=> '#ffdd00'	,	'background_2'			=>	'#ffd700','text'			=>	'#20282f'	),
		
   		"box_border_size"						=>	"0px-0px-15px-0px",
   		"box_border_color"						=>	"rgba(0,20,40,0.06)",
		
 		 
 		"image_effect"							=>	"grow",
		"caption_effect"						=>	"imghvr-fade",
		"caption_background_color"				=>	"rgba(0,10,20,0.75)",
		"caption_color"							=>	"#ffffff",
	/////////////////////////////////////////////////////
	//	Footer Options
	////////////////////////////////////////////////////
 
		
		"page_footer"							=>	"",
		"footer_column"							=>	"5",
		"footer_bottom_code"					=>	__("© CopyRight 2023 | template designed by Hex Wp - All lefts reserved | Designed for WordPress",'reza'),
 		"footer_social"						=>	'show',
		"footer_icon_style"						=>	"style-3",
		
		
		
	/////////////////////////////////////////////////////
	//	Footer Style
	////////////////////////////////////////////////////
		"footer_background_color"				=>	"#20282f",
		"footer_link_color"						=>	array(	'link'			=> '#f2f5f8'	,	'hover'			=>	$primary_color_background	),
		"footer_text_color"						=>	"#b0b8bf",
		"footer_highlight_color"				=>	$primary_color_background,
		"footer_grey_color"						=>	"#20282f",
		"footer_border_color"					=>	"#30383f",
		"footer_radius"							=>	"10px",
	/////////////////////////////////////////////////////
	//	Social Networks
	////////////////////////////////////////////////////		
		"social_facebook"						=>	"#",
		"social_twitter"						=>	"#",
		"social_googleplus"						=>	"#",
		"social_telegram"						=>	"#",
		"social_instagram"						=>	"#",
 
	/////////////////////////////////////////////////////
	//	Typography
	////////////////////////////////////////////////////	
	
 		"body_font_family"						=>	'rd-iransans',
    	 "title_box_main_typo"					=>	array(	'font_size'		=> '19'	,		'font_weight'		=>	'500' ,	'text_transform'	=>	''	),
		"title_box_tab_typo"					=>	array(	'font_size'		=> '16'	,		'font_weight'		=>	'normal' ,	'text_transform'	=>	''	),
 		"post_title_typo"						=>	array(	'font_weight'	=>	'500' ,	'text_transform'	=>	''	),
		"post_excerpt_typo"						=>	array(	'font_weight'	=>	'normal' ,	'text_transform'	=>	''	),
		"post_meta_typo"						=>	array(	'font_weight'	=>	'normal' ,	'text_transform'	=>	''	),
		"read_more_typo"						=>	array(	'font_weight'	=>	'500' ,	'text_transform'	=>	'uppercase'	),
		"more_posts_typo"						=>	array(	'font_weight'	=>	'normal' ,	'text_transform'	=>	''	),
		"product_title_typo"					=>	array(	'font_weight'	=>	'normal' ,	'text_transform'	=>	''	),
		"price_typo"							=>	array(	'font_weight'	=>	'500' ,	'text_transform'	=>	''	),
		"article_typo"							=>	array(	'font_size'		=>	'14px' ,		'line_height'	=>	'2.2em'	),
		"button_typo"							=>	array(	'font_size		'=> '14px'	,	'font_weight'		=>	'500' ,	'text_transform'	=>	'uppercase'	),
		
		 
	);
 if(!empty($return) || empty($smof_data['responsive'])){
		if(!empty($id2)){
			return isset($default[$id][$id2])?$default[$id][$id2]:'';
		}elseif(!empty($id)){
			return isset($default[$id])?$default[$id]:'';
		} else{
			return $default;
		}
	 
	 }else{
		return '';
	 }
}
 