���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC PK!home-20241112073055.phpnu[PK!UxHHclass-astra-elementor-pro.phpnu[is_elementor_editor() && class_exists( 'WooCommerce' ) && astra_check_elementor_pro_3_5_version() ) { add_action( 'init', array( $this, 'update_woocommerce_checkout' ) ); } } /** * Check if Elementor Editor is open. * * @since 3.8.0 * * @return boolean true iF Elementor Editor is loaded, false If Elementor Editor is not loaded. */ public function is_elementor_editor() { if ( ( isset( $_REQUEST['action'] ) && 'elementor' == $_REQUEST['action'] ) || isset( $_REQUEST['elementor-preview'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended return true; } return false; } /** * Remove actions of WooCommerce for shipping form fields, as it needs only in 'col-1'. * * Case: Theme's 'woocommerce_checkout' action conflicting with Elementor Pro's checkout widget. On frontend billing + shipping details wrapper comes under col-1 div because of theme's above action. But in Elementor editor, billing + shipping wrappers comes in two different cols, i.e. col-1 & col-2. Due to this, styling looks inappropriate in editor only. * * @since 3.8.0 * @return void */ public function update_woocommerce_checkout() { if ( ! apply_filters( 'astra_woo_shop_product_structure_override', false ) ) { add_action( 'woocommerce_checkout_billing', array( WC()->checkout(), 'checkout_form_shipping' ) ); } remove_action( 'woocommerce_checkout_shipping', array( WC()->checkout(), 'checkout_form_shipping' ) ); } /** * Compatibility CSS for Elementor Pro's WooCommerce widgets releasing in their v3.6.0 * * @param string $css_output CSS stylesheet. * @return string $css_output CSS stylesheet. * * @since 3.7.5 */ public function elementor_wc_widgets_compatibility_styles( $css_output ) { if ( ! astra_check_elementor_pro_3_5_version() ) { return $css_output; } $woo_widgets_desktop_css = array( '.woocommerce.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #customer_details.col2-set, .woocommerce-page.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #customer_details.col2-set' => array( 'width' => '100%', ), '.woocommerce.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review, .woocommerce.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review_heading, .woocommerce-page.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review, .woocommerce-page.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review_heading' => array( 'width' => '100%', 'float' => 'inherit', ), '.elementor-widget-woocommerce-checkout-page .select2-container .select2-selection--single, .elementor-widget-woocommerce-cart .select2-container .select2-selection--single' => array( 'padding' => '0', ), '.elementor-widget-woocommerce-checkout-page .woocommerce form .woocommerce-additional-fields, .elementor-widget-woocommerce-checkout-page .woocommerce form .shipping_address, .elementor-widget-woocommerce-my-account .woocommerce-MyAccount-navigation-link, .elementor-widget-woocommerce-cart .woocommerce a.remove' => array( 'border' => 'none', ), '.elementor-widget-woocommerce-cart .cart-collaterals .cart_totals > h2' => array( 'background-color' => 'inherit', 'border-bottom' => '0px', 'margin' => '0px', ), '.elementor-widget-woocommerce-cart .cart-collaterals .cart_totals' => array( 'padding' => '0', 'border-color' => 'inherit', 'border-radius' => '0', 'margin-bottom' => '0px', 'border-width' => '0px', ), '.elementor-widget-woocommerce-cart .woocommerce-cart-form .e-apply-coupon' => array( 'line-height' => 'initial', ), '.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-content .woocommerce-Address-title h3' => array( 'margin-bottom' => 'var(--myaccount-section-title-spacing, 0px)', ), '.elementor-widget-woocommerce-my-account .woocommerce-Addresses .woocommerce-Address-title, .elementor-widget-woocommerce-my-account table.shop_table thead, .elementor-widget-woocommerce-my-account .woocommerce-page table.shop_table thead, .elementor-widget-woocommerce-cart table.shop_table thead' => array( 'background' => 'inherit', ), '.elementor-widget-woocommerce-cart .e-apply-coupon, .elementor-widget-woocommerce-cart #coupon_code, .elementor-widget-woocommerce-checkout-page .e-apply-coupon, .elementor-widget-woocommerce-checkout-page #coupon_code' => array( 'height' => '100%', ), '.elementor-widget-woocommerce-cart td.product-name dl.variation dt' => array( 'font-weight' => 'inherit', ), '.elementor-element.elementor-widget-woocommerce-checkout-page .e-checkout__container #customer_details .col-1' => array( 'margin-bottom' => '0', ), ); $css_output .= astra_parse_css( $woo_widgets_desktop_css ); return $css_output; } /** * Register Locations * * @since 1.2.7 * @param object $manager Location manager. * @return void */ public function register_locations( $manager ) { $manager->register_all_core_location(); } /** * Template Parts Support * * @since 1.2.7 * @return void */ public function do_template_parts() { // Is Archive? $did_location = Module::instance()->get_locations_manager()->do_location( 'archive' ); if ( $did_location ) { // Search and default. remove_action( 'astra_template_parts_content', array( \Astra_Loop::get_instance(), 'template_parts_search' ) );// phpcs:ignore PHPCompatibility.LanguageConstructs.NewLanguageConstructs.t_ns_separatorFound remove_action( 'astra_template_parts_content', array( \Astra_Loop::get_instance(), 'template_parts_default' ) );// phpcs:ignore PHPCompatibility.LanguageConstructs.NewLanguageConstructs.t_ns_separatorFound // Remove pagination. remove_action( 'astra_pagination', 'astra_number_pagination' ); remove_action( 'astra_entry_after', 'astra_single_post_navigation_markup' ); // Content. remove_action( 'astra_entry_content_single', 'astra_entry_content_single_template' ); } // IS Single? $did_location = Module::instance()->get_locations_manager()->do_location( 'single' ); if ( $did_location ) { // @codingStandardsIgnoreStart PHPCompatibility.LanguageConstructs.NewLanguageConstructs.t_ns_separatorFound remove_action( 'astra_page_template_parts_content', array( \Astra_Loop::get_instance(), 'template_parts_page' ) ); remove_action( 'astra_template_parts_content', array( \Astra_Loop::get_instance(), 'template_parts_post' ) ); remove_action( 'astra_template_parts_content', array( \Astra_Loop::get_instance(), 'template_parts_comments' ), 15 ); remove_action( 'astra_page_template_parts_content', array( \Astra_Loop::get_instance(), 'template_parts_comments' ), 15 ); // @codingStandardsIgnoreEnd PHPCompatibility.LanguageConstructs.NewLanguageConstructs.t_ns_separatorFound } } /** * Override 404 page * * @since 1.2.7 * @return void */ public function do_template_part_404() { if ( is_404() ) { // Is Single? $did_location = Module::instance()->get_locations_manager()->do_location( 'single' ); if ( $did_location ) { remove_action( 'astra_entry_content_404_page', 'astra_entry_content_404_page_template' ); } } } /** * Override sidebar, title etc with post meta * * @since 1.2.7 * @return void */ public function override_meta() { // don't override meta for `elementor_library` post type. if ( 'elementor_library' == get_post_type() ) { return; } // Override post meta for single pages. $documents_single = Module::instance()->get_conditions_manager()->get_documents_for_location( 'single' ); if ( $documents_single ) { foreach ( $documents_single as $document ) { $this->override_with_post_meta( $document->get_post()->ID ); } } // Override post meta for archive pages. $documents_archive = Module::instance()->get_conditions_manager()->get_documents_for_location( 'archive' ); if ( $documents_archive ) { foreach ( $documents_archive as $document ) { $this->override_with_post_meta( $document->get_post()->ID ); } } } /** * Override sidebar, title etc with post meta * * @since 1.2.7 * @param integer $post_id Post ID. * @return void */ public function override_with_post_meta( $post_id = 0 ) { // Override! Page Title. $title = get_post_meta( $post_id, 'site-post-title', true ); if ( 'disabled' === $title ) { // Archive page. add_filter( 'astra_the_title_enabled', '__return_false', 99 ); // Single page. add_filter( 'astra_the_title_enabled', '__return_false' ); remove_action( 'astra_archive_header', 'astra_archive_page_info' ); } // Override! Sidebar. $sidebar = get_post_meta( $post_id, 'site-sidebar-layout', true ); if ( '' === $sidebar ) { $sidebar = 'default'; } // @codingStandardsIgnoreStart PHPCompatibility.FunctionDeclarations.NewClosure.Found if ( 'default' !== $sidebar ) { add_filter( 'astra_page_layout', function( $page_layout ) use ( $sidebar ) { return $sidebar; } ); } // Override! Content Layout. $content_layout = get_post_meta( $post_id, 'site-content-layout', true ); if ( '' === $content_layout ) { $content_layout = 'default'; } if ( 'default' !== $content_layout ) { add_filter( 'astra_get_content_layout', function( $layout ) use ( $content_layout ) { return $content_layout; } ); } // Override! Footer Bar. $footer_layout = get_post_meta( $post_id, 'footer-sml-layout', true ); if ( '' === $footer_layout ) { $footer_layout = 'default'; } if ( 'disabled' === $footer_layout ) { add_filter( 'astra_footer_sml_layout', function( $is_footer ) { return 'disabled'; } ); } // Override! Footer Widgets. $footer_widgets = get_post_meta( $post_id, 'footer-adv-display', true ); if ( '' === $footer_widgets ) { $footer_widgets = 'default'; } if ( 'disabled' === $footer_widgets ) { add_filter( 'astra_advanced_footer_disable', function() { return true; } ); } // Override! Header. $main_header_display = get_post_meta( $post_id, 'ast-main-header-display', true ); if ( '' === $main_header_display ) { $main_header_display = 'default'; } if ( 'disabled' === $main_header_display ) { remove_action( 'astra_masthead', 'astra_masthead_primary_template' ); add_filter( 'astra_main_header_display', function( $display_header ) { return 'disabled'; } ); } // @codingStandardsIgnoreEnd PHPCompatibility.FunctionDeclarations.NewClosure.Found } /** * Header Support * * @since 1.2.7 * @return void */ public function do_header() { $did_location = Module::instance()->get_locations_manager()->do_location( 'header' ); if ( $did_location ) { remove_action( 'astra_header', 'astra_header_markup' ); if ( true === \Astra_Builder_Helper::$is_header_footer_builder_active ) { // phpcs:ignore PHPCompatibility.Keywords.NewKeywords.t_namespaceFound, PHPCompatibility.LanguageConstructs.NewLanguageConstructs.t_ns_separatorFound remove_action( 'astra_header', array( \Astra_Builder_Header::get_instance(), 'header_builder_markup' ) ); // phpcs:ignore PHPCompatibility.Keywords.NewKeywords.t_namespaceFound, PHPCompatibility.LanguageConstructs.NewLanguageConstructs.t_ns_separatorFound } } } /** * Footer Support * * @since 1.2.7 * @return void */ public function do_footer() { $did_location = Module::instance()->get_locations_manager()->do_location( 'footer' ); if ( $did_location ) { remove_action( 'astra_footer', 'astra_footer_markup' ); if ( true === \Astra_Builder_Helper::$is_header_footer_builder_active ) { // phpcs:ignore PHPCompatibility.Keywords.NewKeywords.t_namespaceFound, PHPCompatibility.LanguageConstructs.NewLanguageConstructs.t_ns_separatorFound remove_action( 'astra_footer', array( \Astra_Builder_Footer::get_instance(), 'footer_markup' ) ); // phpcs:ignore PHPCompatibility.Keywords.NewKeywords.t_namespaceFound, PHPCompatibility.LanguageConstructs.NewLanguageConstructs.t_ns_separatorFound } } } /** * Remove theme post's default classes when Elementor's template builder is activated. * * @param array $classes Post Classes. * @return array * @since 1.4.9 */ public function render_post_class( $classes ) { $post_class = array( 'elementor-post elementor-grid-item', 'elementor-portfolio-item' ); $result = array_intersect( $classes, $post_class ); if ( count( $result ) > 0 ) { $classes = array_diff( $classes, array( // Astra common grid. 'ast-col-xs-1', 'ast-col-xs-2', 'ast-col-xs-3', 'ast-col-xs-4', 'ast-col-xs-5', 'ast-col-xs-6', 'ast-col-xs-7', 'ast-col-xs-8', 'ast-col-xs-9', 'ast-col-xs-10', 'ast-col-xs-11', 'ast-col-xs-12', 'ast-col-sm-1', 'ast-col-sm-2', 'ast-col-sm-3', 'ast-col-sm-4', 'ast-col-sm-5', 'ast-col-sm-6', 'ast-col-sm-7', 'ast-col-sm-8', 'ast-col-sm-9', 'ast-col-sm-10', 'ast-col-sm-11', 'ast-col-sm-12', 'ast-col-md-1', 'ast-col-md-2', 'ast-col-md-3', 'ast-col-md-4', 'ast-col-md-5', 'ast-col-md-6', 'ast-col-md-7', 'ast-col-md-8', 'ast-col-md-9', 'ast-col-md-10', 'ast-col-md-11', 'ast-col-md-12', 'ast-col-lg-1', 'ast-col-lg-2', 'ast-col-lg-3', 'ast-col-lg-4', 'ast-col-lg-5', 'ast-col-lg-6', 'ast-col-lg-7', 'ast-col-lg-8', 'ast-col-lg-9', 'ast-col-lg-10', 'ast-col-lg-11', 'ast-col-lg-12', 'ast-col-xl-1', 'ast-col-xl-2', 'ast-col-xl-3', 'ast-col-xl-4', 'ast-col-xl-5', 'ast-col-xl-6', 'ast-col-xl-7', 'ast-col-xl-8', 'ast-col-xl-9', 'ast-col-xl-10', 'ast-col-xl-11', 'ast-col-xl-12', // Astra Blog / Single Post. 'ast-article-post', 'ast-article-single', 'ast-separate-posts', 'remove-featured-img-padding', 'ast-featured-post', // Astra Woocommerce. 'ast-product-gallery-layout-vertical', 'ast-product-gallery-layout-horizontal', 'ast-product-gallery-with-no-image', 'ast-product-tabs-layout-vertical', 'ast-product-tabs-layout-horizontal', 'ast-qv-disabled', 'ast-qv-on-image', 'ast-qv-on-image-click', 'ast-qv-after-summary', 'astra-woo-hover-swap', 'box-shadow-0', 'box-shadow-0-hover', 'box-shadow-1', 'box-shadow-1-hover', 'box-shadow-2', 'box-shadow-2-hover', 'box-shadow-3', 'box-shadow-3-hover', 'box-shadow-4', 'box-shadow-4-hover', 'box-shadow-5', 'box-shadow-5-hover', ) ); } return $classes; } } /** * Kicking this off by calling 'get_instance()' method */ Astra_Elementor_Pro::get_instance(); endif; PK!L=jxx 09/index.phpnu[Contact Us<\/button>","header-main-rt-section-button-text":"Button","header-main-rt-section-button-link":"https:\/\/www.wpastra.com","header-main-rt-section-button-link-option":{"url":"https:\/\/www.wpastra.com","new_tab":false,"link_rel":""},"header-main-rt-section-button-style":"theme-button","header-main-rt-section-button-text-color":"","header-main-rt-section-button-back-color":"","header-main-rt-section-button-text-h-color":"","header-main-rt-section-button-back-h-color":"","header-main-rt-section-button-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"header-main-rt-section-button-border-size":{"top":"","right":"","bottom":"","left":""},"header-main-sep":1,"header-main-sep-color":"","header-main-layout-width":"content","primary-submenu-border":{"top":"2","right":"0","bottom":"0","left":"0"},"primary-submenu-item-border":false,"primary-submenu-b-color":"","primary-submenu-item-b-color":"","primary-header-button-font-family":"inherit","primary-header-button-font-weight":"inherit","primary-header-button-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"primary-header-button-text-transform":"","primary-header-button-line-height":1,"primary-header-button-letter-spacing":"","header-main-menu-label":"","header-main-menu-align":"inline","header-main-submenu-container-animation":"","mobile-header-breakpoint":"","mobile-header-logo":"","mobile-header-logo-width":"","site-layout":"ast-full-width-layout","site-content-width":1200,"narrow-container-max-width":750,"site-layout-outside-bg-obj-responsive":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":""}},"content-bg-obj-responsive":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"color","background-media":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"color","background-media":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"color","background-media":""}},"wp-blocks-ui":"custom","wp-blocks-global-padding":{"desktop":{"top":"100","right":"80","bottom":"100","left":"80"},"tablet":{"top":"50","right":"50","bottom":"50","left":"50"},"mobile":{"top":"50","right":"30","bottom":"50","left":"30"},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"site-content-layout":"content-boxed-container","single-page-content-layout":"plain-container","single-post-content-layout":"default","archive-post-content-layout":"default","body-font-family":"'Inter', sans-serif","body-font-variant":"600","body-font-weight":"inherit","font-size-body":{"desktop":18,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"body-line-height":"","para-margin-bottom":"","underline-content-links":true,"body-text-transform":"","headings-font-family":"'Plus Jakarta Sans', sans-serif","headings-font-weight":"600","headings-text-transform":"","headings-line-height":"","font-size-site-title":{"desktop":35,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"font-size-site-tagline":{"desktop":15,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"font-size-entry-title":{"desktop":30,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"single-post-outside-spacing":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"font-size-archive-summary-title":{"desktop":40,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"font-size-page-title":{"desktop":30,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"font-size-h1":{"desktop":64,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"font-size-h2":{"desktop":48,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"font-size-h3":{"desktop":24,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"font-size-h4":{"desktop":20,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"font-size-h5":{"desktop":18,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"font-size-h6":{"desktop":15,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"site-sidebar-layout":"right-sidebar","site-sidebar-width":30,"single-page-sidebar-layout":"no-sidebar","single-post-sidebar-layout":"default","archive-post-sidebar-layout":"default","footer-adv":"disabled","footer-adv-border-width":"","footer-adv-border-color":"#7a7a7a","mobile-header-toggle-btn-style":"minimal","hide-custom-menu-mobile":1,"mobile-header-toggle-target":"icon","load-google-fonts-locally":false,"preload-local-fonts":false,"enable-scroll-to-id":true,"enable-related-posts":false,"related-posts-title":"Related Posts","releted-posts-title-alignment":"left","related-posts-total-count":2,"enable-related-posts-excerpt":false,"related-posts-excerpt-count":25,"related-posts-based-on":"categories","related-posts-order-by":"date","related-posts-order":"asc","related-posts-grid-responsive":{"desktop":"2-equal","tablet":"2-equal","mobile":"full"},"related-posts-structure":["featured-image","title-meta"],"related-posts-meta-structure":["comments","category","author"],"related-posts-text-color":"","related-posts-link-color":"","related-posts-title-color":"","related-posts-background-color":"","related-posts-meta-color":"","related-posts-link-hover-color":"","related-posts-meta-link-hover-color":"","related-posts-section-title-font-family":"inherit","related-posts-section-title-font-weight":"inherit","related-posts-section-title-text-transform":"","related-posts-section-title-line-height":"","related-posts-section-title-font-size":{"desktop":"30","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"related-posts-title-font-family":"inherit","related-posts-title-font-weight":"inherit","related-posts-title-text-transform":"","related-posts-title-line-height":"1","related-posts-title-font-size":{"desktop":"20","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"related-posts-meta-font-family":"inherit","related-posts-meta-font-weight":"inherit","related-posts-meta-text-transform":"","related-posts-meta-line-height":"","related-posts-meta-font-size":{"desktop":"14","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"related-posts-content-font-family":"inherit","related-posts-content-font-weight":"inherit","related-posts-content-text-transform":"","related-posts-content-line-height":"","related-posts-content-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"transparent-header-logo":"","transparent-header-retina-logo":"","different-transparent-logo":0,"different-transparent-retina-logo":0,"transparent-header-logo-width":{"desktop":150,"tablet":120,"mobile":100},"transparent-header-enable":0,"transparent-header-disable-archive":1,"transparent-header-disable-latest-posts-index":1,"transparent-header-on-devices":"both","transparent-header-main-sep":0,"transparent-header-main-sep-color":"","transparent-header-bg-color":"","transparent-header-color-site-title":"","transparent-header-color-h-site-title":"","transparent-menu-bg-color":"","transparent-menu-color":"","transparent-menu-h-color":"","transparent-submenu-bg-color":"","transparent-submenu-color":"","transparent-submenu-h-color":"","transparent-header-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"transparent-header-color-site-title-responsive":{"desktop":"","tablet":"","mobile":""},"transparent-header-color-h-site-title-responsive":{"desktop":"","tablet":"","mobile":""},"transparent-menu-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"transparent-menu-color-responsive":{"desktop":"","tablet":"var(--ast-global-color-2)","mobile":""},"transparent-menu-h-color-responsive":{"desktop":"","tablet":"var(--ast-global-color-0)","mobile":""},"transparent-submenu-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"transparent-submenu-color-responsive":{"desktop":"","tablet":"","mobile":""},"transparent-submenu-h-color-responsive":{"desktop":"","tablet":"","mobile":""},"transparent-content-section-text-color-responsive":{"desktop":"","tablet":"","mobile":""},"transparent-content-section-link-color-responsive":{"desktop":"","tablet":"","mobile":""},"transparent-content-section-link-h-color-responsive":{"desktop":"","tablet":"","mobile":""},"breadcrumb-font-family":"inherit","breadcrumb-font-weight":"inherit","breadcrumb-text-transform":"","breadcrumb-text-color-responsive":{"desktop":"","tablet":"","mobile":""},"breadcrumb-active-color-responsive":{"desktop":"","tablet":"","mobile":""},"breadcrumb-hover-color-responsive":{"desktop":"","tablet":"","mobile":""},"breadcrumb-separator-color":{"desktop":"","tablet":"","mobile":""},"breadcrumb-bg-color":{"desktop":"","tablet":"","mobile":""},"breadcrumb-spacing":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"breadcrumb-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"breadcrumb-separator-selector":"\\003E","breadcrumb-separator":"\\00bb","h1-color":"","h2-color":"","h3-color":"","h4-color":"","h5-color":"","h6-color":"","font-family-h1":"inherit","font-weight-h1":"inherit","text-transform-h1":"","line-height-h1":"","font-family-h2":"inherit","font-weight-h2":"inherit","text-transform-h2":"","line-height-h2":"","font-family-h3":"inherit","font-weight-h3":"inherit","text-transform-h3":"","line-height-h3":"","font-family-h4":"inherit","font-weight-h4":"inherit","text-transform-h4":"","line-height-h4":"","font-family-h5":"inherit","font-weight-h5":"inherit","text-transform-h5":"","line-height-h5":"","font-family-h6":"inherit","font-weight-h6":"inherit","text-transform-h6":"","line-height-h6":"","font-weight-button":"600","font-family-button":"inherit","font-size-button":{"desktop":20,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"text-transform-button":"","theme-btn-line-height":1,"theme-btn-letter-spacing":"","header-desktop-items":{"popup":{"popup_content":["mobile-menu"]},"above":{"above_left":[],"above_left_center":[],"above_center":[],"above_right_center":[],"above_right":[]},"primary":{"primary_left":["logo"],"primary_left_center":[],"primary_center":[],"primary_right_center":[],"primary_right":["menu-1","social-icons-1"]},"below":{"below_left":[],"below_left_center":[],"below_center":[],"below_right_center":[],"below_right":[]},"flag":false},"header-mobile-items":{"popup":{"popup_content":["mobile-menu"]},"above":{"above_left":[],"above_center":[],"above_right":[]},"primary":{"primary_left":["logo"],"primary_center":[],"primary_right":["mobile-trigger"]},"below":{"below_left":[],"below_center":[],"below_right":[]},"flag":true},"hb-header-main-layout-width":"content","hb-header-height":{"desktop":110,"tablet":100,"mobile":80},"hb-stack":{"desktop":"stack","tablet":"stack","mobile":"stack"},"hb-header-main-sep":0,"hb-header-main-sep-color":"#eaeaea","hb-header-main-menu-align":"inline","hb-header-bg-obj-responsive":{"desktop":{"background-color":"var(--ast-global-color-0)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"color"},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"}},"hb-header-spacing":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"1.5","right":"","bottom":"1.5","left":""},"mobile":{"top":"1","right":"","bottom":"1","left":""},"desktop-unit":"px","tablet-unit":"em","mobile-unit":"em"},"hba-header-layout":"above-header-layout-1","hba-header-height":{"desktop":50,"tablet":"","mobile":""},"hba-stack":{"desktop":"stack","tablet":"stack","mobile":"stack"},"hba-header-separator":1,"hba-header-bottom-border-color":"#eaeaea","hba-header-bg-obj-responsive":{"desktop":{"background-color":"#ffffff","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"}},"hba-header-text-color-responsive":{"desktop":"","tablet":"","mobile":""},"hba-header-link-color-responsive":{"desktop":"","tablet":"","mobile":""},"hba-header-link-h-color-responsive":{"desktop":"","tablet":"","mobile":""},"hba-header-spacing":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"0","right":"","bottom":"0","left":""},"mobile":{"top":"0.5","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"em"},"hbb-header-layout":"below-header-layout-1","hbb-header-height":{"desktop":60,"tablet":"","mobile":""},"hbb-stack":{"desktop":"stack","tablet":"stack","mobile":"stack"},"hbb-header-separator":1,"hbb-header-bottom-border-color":"#eaeaea","hbb-header-bg-obj-responsive":{"desktop":{"background-color":"#eeeeee","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"}},"hbb-header-spacing":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"1","right":"","bottom":"1","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"em","mobile-unit":"px"},"section-footer-builder-layout-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-footer-builder-layout-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-above-header-builder-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-above-header-builder-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-below-header-builder-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-below-header-builder-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-header-mobile-trigger-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-primary-header-builder-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-primary-header-builder-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"title_tagline-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-header-search-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-account-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-mobile-menu-menu-spacing":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"10","right":"15","bottom":"10","left":"15"},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-header-mobile-menu-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-above-footer-builder-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-above-footer-builder-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-below-footer-builder-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-footer-copyright-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-footer-menu-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-primary-footer-builder-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-primary-footer-builder-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-header-woo-cart-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-header-woo-cart-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button1-text":"Button","header-button1-link-option":{"url":"https:\/\/www.wpastra.com","new_tab":false,"link_rel":""},"header-button1-font-family":"inherit","header-button1-font-weight":"inherit","header-button1-text-transform":"","header-button1-line-height":"","header-button1-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button1-text-color":{"desktop":"","tablet":"","mobile":""},"header-button1-back-color":{"desktop":"","tablet":"","mobile":""},"header-button1-text-h-color":{"desktop":"","tablet":"","mobile":""},"header-button1-back-h-color":{"desktop":"","tablet":"","mobile":""},"header-button1-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button1-border-size":{"top":"","right":"","bottom":"","left":""},"header-button1-border-color":{"desktop":"","tablet":"","mobile":""},"header-button1-border-radius":"","section-hb-button-1-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-hb-button-1-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"sticky-header-button1-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button1-text":"Button","footer-button1-link-option":{"url":"https:\/\/www.wpastra.com","new_tab":false,"link_rel":""},"footer-button1-font-family":"inherit","footer-button1-font-weight":"inherit","footer-button1-text-transform":"","footer-button1-line-height":"","footer-button1-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button1-text-color":{"desktop":"","tablet":"","mobile":""},"footer-button1-back-color":{"desktop":"","tablet":"","mobile":""},"footer-button1-text-h-color":{"desktop":"","tablet":"","mobile":""},"footer-button1-back-h-color":{"desktop":"","tablet":"","mobile":""},"footer-button1-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button1-border-size":{"top":"","right":"","bottom":"","left":""},"footer-button1-border-color":{"desktop":"","tablet":"","mobile":""},"footer-button1-border-radius":"","footer-button-1-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"section-fb-button-1-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-fb-button-1-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-html-1":"Insert HTML text here.","header-html-1color":{"desktop":"","tablet":"","mobile":""},"header-html-1link-color":{"desktop":"","tablet":"","mobile":""},"header-html-1link-h-color":{"desktop":"","tablet":"","mobile":""},"font-size-section-hb-html-1":{"desktop":15,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"font-weight-section-hb-html-1":"inherit","font-family-section-hb-html-1":"inherit","line-height-section-hb-html-1":"","text-transform-section-hb-html-1":"","section-hb-html-1-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-html-1":"Insert HTML text here.","footer-html-1color":{"desktop":"","tablet":"","mobile":""},"footer-html-1link-color":{"desktop":"","tablet":"","mobile":""},"footer-html-1link-h-color":{"desktop":"","tablet":"","mobile":""},"font-size-section-fb-html-1":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-html-1-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"font-weight-section-fb-html-1":"inherit","font-family-section-fb-html-1":"inherit","text-transform-section-fb-html-1":"","line-height-section-fb-html-1":"","section-fb-html-1-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-social-1-space":{"desktop":25,"tablet":"","mobile":""},"header-social-1-bg-space":"","header-social-1-size":{"desktop":18,"tablet":"","mobile":""},"header-social-1-radius":"","header-social-1-color":{"desktop":"var(--ast-global-color-4)"},"header-social-1-h-color":{"desktop":"var(--ast-global-color-4)"},"header-social-1-bg-color":"","header-social-1-bg-h-color":"","header-social-1-label-toggle":false,"header-social-1-color-type":"custom","font-size-section-hb-social-icons-1":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-social-icons-1":{"items":[{"id":"instagram","enabled":true,"source":"icon","url":"#","color":"#8a3ab9","background":"transparent","icon":"instagram-square","label":"Instagram"},{"id":"facebook","enabled":true,"source":"icon","url":"#","color":"#557dbc","background":"transparent","icon":"facebook-round","label":"Facebook"},{"id":"twitter","enabled":true,"source":"icon","url":"#","color":"#7acdee","background":"transparent","icon":"twitter","label":"Twitter"}],"flag":true},"section-hb-social-icons-1-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-social-1-space":{"desktop":"","tablet":"","mobile":""},"footer-social-1-bg-space":"","footer-social-1-size":{"desktop":18,"tablet":"","mobile":""},"footer-social-1-radius":"","footer-social-1-color":"","footer-social-1-h-color":"","footer-social-1-bg-color":"","footer-social-1-bg-h-color":"","footer-social-1-label-toggle":false,"footer-social-1-color-type":"custom","font-size-section-fb-social-icons-1":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-social-icons-1":{"items":[{"id":"facebook","enabled":true,"source":"icon","url":"","color":"#557dbc","background":"transparent","icon":"facebook","label":"Facebook"},{"id":"twitter","enabled":true,"source":"icon","url":"","color":"#7acdee","background":"transparent","icon":"twitter","label":"Twitter"},{"id":"instagram","enabled":true,"source":"icon","url":"","color":"#8a3ab9","background":"transparent","icon":"instagram","label":"Instagram"}]},"footer-social-1-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"section-fb-social-icons-1-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-widget-1-title-color":{"desktop":"","tablet":"","mobile":""},"header-widget-1-color":{"desktop":"","tablet":"","mobile":""},"header-widget-1-link-color":{"desktop":"","tablet":"","mobile":""},"header-widget-1-link-h-color":{"desktop":"","tablet":"","mobile":""},"header-widget-1-font-family":"inherit","header-widget-1-font-weight":"inherit","header-widget-1-text-transform":"","header-widget-1-line-height":"","header-widget-1-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-widget-1-content-font-family":"inherit","header-widget-1-content-font-weight":"inherit","header-widget-1-content-text-transform":"","header-widget-1-content-line-height":"","header-widget-1-content-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"sidebar-widgets-header-widget-1-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-1-title-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-1-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-1-link-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-1-link-h-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-1-font-family":"inherit","footer-widget-1-font-weight":"inherit","footer-widget-1-text-transform":"","footer-widget-1-line-height":"","footer-widget-1-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-1-content-font-family":"inherit","footer-widget-1-content-font-weight":"inherit","footer-widget-1-content-text-transform":"","footer-widget-1-content-line-height":"","footer-widget-1-content-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-alignment-1":{"desktop":"left","tablet":"center","mobile":"center"},"sidebar-widgets-footer-widget-1-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu1-bg-color":"","header-menu1-color":"","header-menu1-h-bg-color":"","header-menu1-h-color":"","header-menu1-a-bg-color":"","header-menu1-a-color":"","header-menu1-bg-obj-responsive":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"}},"header-menu1-color-responsive":{"desktop":"rgba(242,245,247,0.76)","tablet":"","mobile":""},"header-menu1-h-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu1-h-color-responsive":{"desktop":"var(--ast-global-color-5)","tablet":"","mobile":""},"header-menu1-a-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu1-a-color-responsive":{"desktop":"var(--ast-global-color-5)","tablet":"","mobile":""},"header-menu1-menu-hover-animation":"","header-menu1-submenu-container-animation":"","section-hb-menu-1-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu1-menu-spacing":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu1-submenu-item-border":false,"header-menu1-submenu-item-b-size":"1","header-menu1-submenu-item-b-color":"#eaeaea","header-menu1-submenu-border-radius":"","header-menu1-submenu-top-offset":"","header-menu1-submenu-width":"","header-menu1-submenu-border":{"top":2,"bottom":0,"left":0,"right":0},"header-menu1-menu-stack-on-mobile":true,"header-menu1-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu1-font-weight":"inherit","header-menu1-font-family":"inherit","header-menu1-text-transform":"","header-menu1-line-height":"","section-hb-divider-1-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-fb-divider-1-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button2-text":"Button","header-button2-link-option":{"url":"https:\/\/www.wpastra.com","new_tab":false,"link_rel":""},"header-button2-font-family":"inherit","header-button2-font-weight":"inherit","header-button2-text-transform":"","header-button2-line-height":"","header-button2-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button2-text-color":{"desktop":"","tablet":"","mobile":""},"header-button2-back-color":{"desktop":"","tablet":"","mobile":""},"header-button2-text-h-color":{"desktop":"","tablet":"","mobile":""},"header-button2-back-h-color":{"desktop":"","tablet":"","mobile":""},"header-button2-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button2-border-size":{"top":"","right":"","bottom":"","left":""},"header-button2-border-color":{"desktop":"","tablet":"","mobile":""},"header-button2-border-radius":"","section-hb-button-2-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-hb-button-2-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"sticky-header-button2-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button2-text":"Button","footer-button2-link-option":{"url":"https:\/\/www.wpastra.com","new_tab":false,"link_rel":""},"footer-button2-font-family":"inherit","footer-button2-font-weight":"inherit","footer-button2-text-transform":"","footer-button2-line-height":"","footer-button2-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button2-text-color":{"desktop":"","tablet":"","mobile":""},"footer-button2-back-color":{"desktop":"","tablet":"","mobile":""},"footer-button2-text-h-color":{"desktop":"","tablet":"","mobile":""},"footer-button2-back-h-color":{"desktop":"","tablet":"","mobile":""},"footer-button2-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button2-border-size":{"top":"","right":"","bottom":"","left":""},"footer-button2-border-color":{"desktop":"","tablet":"","mobile":""},"footer-button2-border-radius":"","footer-button-2-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"section-fb-button-2-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-fb-button-2-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-html-2":"Insert HTML text here.","header-html-2color":{"desktop":"","tablet":"","mobile":""},"header-html-2link-color":{"desktop":"","tablet":"","mobile":""},"header-html-2link-h-color":{"desktop":"","tablet":"","mobile":""},"font-size-section-hb-html-2":{"desktop":15,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"font-weight-section-hb-html-2":"inherit","font-family-section-hb-html-2":"inherit","line-height-section-hb-html-2":"","text-transform-section-hb-html-2":"","section-hb-html-2-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-html-2":"Insert HTML text here.","footer-html-2color":{"desktop":"","tablet":"","mobile":""},"footer-html-2link-color":{"desktop":"","tablet":"","mobile":""},"footer-html-2link-h-color":{"desktop":"","tablet":"","mobile":""},"font-size-section-fb-html-2":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-html-2-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"font-weight-section-fb-html-2":"inherit","font-family-section-fb-html-2":"inherit","text-transform-section-fb-html-2":"","line-height-section-fb-html-2":"","section-fb-html-2-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-social-2-space":{"desktop":"","tablet":"","mobile":""},"header-social-2-bg-space":"","header-social-2-size":{"desktop":18,"tablet":"","mobile":""},"header-social-2-radius":"","header-social-2-color":"","header-social-2-h-color":"","header-social-2-bg-color":"","header-social-2-bg-h-color":"","header-social-2-label-toggle":false,"header-social-2-color-type":"custom","font-size-section-hb-social-icons-2":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-social-icons-2":{"items":[{"id":"facebook","enabled":true,"source":"icon","url":"","color":"#557dbc","background":"transparent","icon":"facebook","label":"Facebook"},{"id":"twitter","enabled":true,"source":"icon","url":"","color":"#7acdee","background":"transparent","icon":"twitter","label":"Twitter"},{"id":"instagram","enabled":true,"source":"icon","url":"","color":"#8a3ab9","background":"transparent","icon":"instagram","label":"Instagram"}]},"section-hb-social-icons-2-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-social-2-space":{"desktop":"","tablet":"","mobile":""},"footer-social-2-bg-space":"","footer-social-2-size":{"desktop":18,"tablet":"","mobile":""},"footer-social-2-radius":"","footer-social-2-color":"","footer-social-2-h-color":"","footer-social-2-bg-color":"","footer-social-2-bg-h-color":"","footer-social-2-label-toggle":false,"footer-social-2-color-type":"custom","font-size-section-fb-social-icons-2":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-social-icons-2":{"items":[{"id":"facebook","enabled":true,"source":"icon","url":"","color":"#557dbc","background":"transparent","icon":"facebook","label":"Facebook"},{"id":"twitter","enabled":true,"source":"icon","url":"","color":"#7acdee","background":"transparent","icon":"twitter","label":"Twitter"},{"id":"instagram","enabled":true,"source":"icon","url":"","color":"#8a3ab9","background":"transparent","icon":"instagram","label":"Instagram"}]},"footer-social-2-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"section-fb-social-icons-2-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-widget-2-title-color":{"desktop":"","tablet":"","mobile":""},"header-widget-2-color":{"desktop":"","tablet":"","mobile":""},"header-widget-2-link-color":{"desktop":"","tablet":"","mobile":""},"header-widget-2-link-h-color":{"desktop":"","tablet":"","mobile":""},"header-widget-2-font-family":"inherit","header-widget-2-font-weight":"inherit","header-widget-2-text-transform":"","header-widget-2-line-height":"","header-widget-2-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-widget-2-content-font-family":"inherit","header-widget-2-content-font-weight":"inherit","header-widget-2-content-text-transform":"","header-widget-2-content-line-height":"","header-widget-2-content-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"sidebar-widgets-header-widget-2-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-2-title-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-2-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-2-link-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-2-link-h-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-2-font-family":"inherit","footer-widget-2-font-weight":"inherit","footer-widget-2-text-transform":"","footer-widget-2-line-height":"","footer-widget-2-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-2-content-font-family":"inherit","footer-widget-2-content-font-weight":"inherit","footer-widget-2-content-text-transform":"","footer-widget-2-content-line-height":"","footer-widget-2-content-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-alignment-2":{"desktop":"left","tablet":"center","mobile":"center"},"sidebar-widgets-footer-widget-2-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu2-bg-color":"","header-menu2-color":"","header-menu2-h-bg-color":"","header-menu2-h-color":"","header-menu2-a-bg-color":"","header-menu2-a-color":"","header-menu2-bg-obj-responsive":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"}},"header-menu2-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu2-h-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu2-h-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu2-a-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu2-a-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu2-menu-hover-animation":"","header-menu2-submenu-container-animation":"","section-hb-menu-2-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu2-menu-spacing":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu2-submenu-item-border":false,"header-menu2-submenu-item-b-size":"1","header-menu2-submenu-item-b-color":"#eaeaea","header-menu2-submenu-border-radius":"","header-menu2-submenu-top-offset":"","header-menu2-submenu-width":"","header-menu2-submenu-border":{"top":2,"bottom":0,"left":0,"right":0},"header-menu2-menu-stack-on-mobile":true,"header-menu2-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu2-font-weight":"inherit","header-menu2-font-family":"inherit","header-menu2-text-transform":"","header-menu2-line-height":"","section-hb-divider-2-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-fb-divider-2-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button3-text":"Button","header-button3-link-option":{"url":"https:\/\/www.wpastra.com","new_tab":false,"link_rel":""},"header-button3-font-family":"inherit","header-button3-font-weight":"inherit","header-button3-text-transform":"","header-button3-line-height":"","header-button3-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button3-text-color":{"desktop":"","tablet":"","mobile":""},"header-button3-back-color":{"desktop":"","tablet":"","mobile":""},"header-button3-text-h-color":{"desktop":"","tablet":"","mobile":""},"header-button3-back-h-color":{"desktop":"","tablet":"","mobile":""},"header-button3-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button3-border-size":{"top":"","right":"","bottom":"","left":""},"header-button3-border-color":{"desktop":"","tablet":"","mobile":""},"header-button3-border-radius":"","section-hb-button-3-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-hb-button-3-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"sticky-header-button3-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button3-text":"Button","footer-button3-link-option":{"url":"https:\/\/www.wpastra.com","new_tab":false,"link_rel":""},"footer-button3-font-family":"inherit","footer-button3-font-weight":"inherit","footer-button3-text-transform":"","footer-button3-line-height":"","footer-button3-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button3-text-color":{"desktop":"","tablet":"","mobile":""},"footer-button3-back-color":{"desktop":"","tablet":"","mobile":""},"footer-button3-text-h-color":{"desktop":"","tablet":"","mobile":""},"footer-button3-back-h-color":{"desktop":"","tablet":"","mobile":""},"footer-button3-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button3-border-size":{"top":"","right":"","bottom":"","left":""},"footer-button3-border-color":{"desktop":"","tablet":"","mobile":""},"footer-button3-border-radius":"","footer-button-3-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"section-fb-button-3-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-fb-button-3-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-html-3":"Insert HTML text here.","header-html-3color":{"desktop":"","tablet":"","mobile":""},"header-html-3link-color":{"desktop":"","tablet":"","mobile":""},"header-html-3link-h-color":{"desktop":"","tablet":"","mobile":""},"font-size-section-hb-html-3":{"desktop":15,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"font-weight-section-hb-html-3":"inherit","font-family-section-hb-html-3":"inherit","line-height-section-hb-html-3":"","text-transform-section-hb-html-3":"","section-hb-html-3-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-html-3":"Insert HTML text here.","footer-html-3color":{"desktop":"","tablet":"","mobile":""},"footer-html-3link-color":{"desktop":"","tablet":"","mobile":""},"footer-html-3link-h-color":{"desktop":"","tablet":"","mobile":""},"font-size-section-fb-html-3":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-html-3-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"font-weight-section-fb-html-3":"inherit","font-family-section-fb-html-3":"inherit","text-transform-section-fb-html-3":"","line-height-section-fb-html-3":"","section-fb-html-3-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-social-3-space":{"desktop":"","tablet":"","mobile":""},"header-social-3-bg-space":"","header-social-3-size":{"desktop":18,"tablet":"","mobile":""},"header-social-3-radius":"","header-social-3-color":"","header-social-3-h-color":"","header-social-3-bg-color":"","header-social-3-bg-h-color":"","header-social-3-label-toggle":false,"header-social-3-color-type":"custom","font-size-section-hb-social-icons-3":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-social-icons-3":{"items":[{"id":"facebook","enabled":true,"source":"icon","url":"","color":"#557dbc","background":"transparent","icon":"facebook","label":"Facebook"},{"id":"twitter","enabled":true,"source":"icon","url":"","color":"#7acdee","background":"transparent","icon":"twitter","label":"Twitter"},{"id":"instagram","enabled":true,"source":"icon","url":"","color":"#8a3ab9","background":"transparent","icon":"instagram","label":"Instagram"}]},"section-hb-social-icons-3-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-social-3-space":{"desktop":"","tablet":"","mobile":""},"footer-social-3-bg-space":"","footer-social-3-size":{"desktop":18,"tablet":"","mobile":""},"footer-social-3-radius":"","footer-social-3-color":"","footer-social-3-h-color":"","footer-social-3-bg-color":"","footer-social-3-bg-h-color":"","footer-social-3-label-toggle":false,"footer-social-3-color-type":"custom","font-size-section-fb-social-icons-3":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-social-icons-3":{"items":[{"id":"facebook","enabled":true,"source":"icon","url":"","color":"#557dbc","background":"transparent","icon":"facebook","label":"Facebook"},{"id":"twitter","enabled":true,"source":"icon","url":"","color":"#7acdee","background":"transparent","icon":"twitter","label":"Twitter"},{"id":"instagram","enabled":true,"source":"icon","url":"","color":"#8a3ab9","background":"transparent","icon":"instagram","label":"Instagram"}]},"footer-social-3-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"section-fb-social-icons-3-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-widget-3-title-color":{"desktop":"","tablet":"","mobile":""},"header-widget-3-color":{"desktop":"","tablet":"","mobile":""},"header-widget-3-link-color":{"desktop":"","tablet":"","mobile":""},"header-widget-3-link-h-color":{"desktop":"","tablet":"","mobile":""},"header-widget-3-font-family":"inherit","header-widget-3-font-weight":"inherit","header-widget-3-text-transform":"","header-widget-3-line-height":"","header-widget-3-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-widget-3-content-font-family":"inherit","header-widget-3-content-font-weight":"inherit","header-widget-3-content-text-transform":"","header-widget-3-content-line-height":"","header-widget-3-content-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"sidebar-widgets-header-widget-3-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-3-title-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-3-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-3-link-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-3-link-h-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-3-font-family":"inherit","footer-widget-3-font-weight":"inherit","footer-widget-3-text-transform":"","footer-widget-3-line-height":"","footer-widget-3-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-3-content-font-family":"inherit","footer-widget-3-content-font-weight":"inherit","footer-widget-3-content-text-transform":"","footer-widget-3-content-line-height":"","footer-widget-3-content-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-alignment-3":{"desktop":"left","tablet":"center","mobile":"center"},"sidebar-widgets-footer-widget-3-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu3-bg-color":"","header-menu3-color":"","header-menu3-h-bg-color":"","header-menu3-h-color":"","header-menu3-a-bg-color":"","header-menu3-a-color":"","header-menu3-bg-obj-responsive":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"}},"header-menu3-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu3-h-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu3-h-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu3-a-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu3-a-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu3-menu-hover-animation":"","header-menu3-submenu-container-animation":"","section-hb-menu-3-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu3-menu-spacing":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu3-submenu-item-border":false,"header-menu3-submenu-item-b-size":"1","header-menu3-submenu-item-b-color":"#eaeaea","header-menu3-submenu-border-radius":"","header-menu3-submenu-top-offset":"","header-menu3-submenu-width":"","header-menu3-submenu-border":{"top":2,"bottom":0,"left":0,"right":0},"header-menu3-menu-stack-on-mobile":true,"header-menu3-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu3-font-weight":"inherit","header-menu3-font-family":"inherit","header-menu3-text-transform":"","header-menu3-line-height":"","section-hb-divider-3-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-fb-divider-3-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button4-text":"Button","header-button4-link-option":{"url":"https:\/\/www.wpastra.com","new_tab":false,"link_rel":""},"header-button4-font-family":"inherit","header-button4-font-weight":"inherit","header-button4-text-transform":"","header-button4-line-height":"","header-button4-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button4-text-color":{"desktop":"","tablet":"","mobile":""},"header-button4-back-color":{"desktop":"","tablet":"","mobile":""},"header-button4-text-h-color":{"desktop":"","tablet":"","mobile":""},"header-button4-back-h-color":{"desktop":"","tablet":"","mobile":""},"header-button4-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button4-border-size":{"top":"","right":"","bottom":"","left":""},"header-button4-border-color":{"desktop":"","tablet":"","mobile":""},"header-button4-border-radius":"","section-hb-button-4-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-hb-button-4-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"sticky-header-button4-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button4-text":"Button","footer-button4-link-option":{"url":"https:\/\/www.wpastra.com","new_tab":false,"link_rel":""},"footer-button4-font-family":"inherit","footer-button4-font-weight":"inherit","footer-button4-text-transform":"","footer-button4-line-height":"","footer-button4-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button4-text-color":{"desktop":"","tablet":"","mobile":""},"footer-button4-back-color":{"desktop":"","tablet":"","mobile":""},"footer-button4-text-h-color":{"desktop":"","tablet":"","mobile":""},"footer-button4-back-h-color":{"desktop":"","tablet":"","mobile":""},"footer-button4-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button4-border-size":{"top":"","right":"","bottom":"","left":""},"footer-button4-border-color":{"desktop":"","tablet":"","mobile":""},"footer-button4-border-radius":"","footer-button-4-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"section-fb-button-4-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-fb-button-4-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-html-4":"Insert HTML text here.","header-html-4color":{"desktop":"","tablet":"","mobile":""},"header-html-4link-color":{"desktop":"","tablet":"","mobile":""},"header-html-4link-h-color":{"desktop":"","tablet":"","mobile":""},"font-size-section-hb-html-4":{"desktop":15,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"font-weight-section-hb-html-4":"inherit","font-family-section-hb-html-4":"inherit","line-height-section-hb-html-4":"","text-transform-section-hb-html-4":"","section-hb-html-4-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-html-4":"Insert HTML text here.","footer-html-4color":{"desktop":"","tablet":"","mobile":""},"footer-html-4link-color":{"desktop":"","tablet":"","mobile":""},"footer-html-4link-h-color":{"desktop":"","tablet":"","mobile":""},"font-size-section-fb-html-4":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-html-4-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"font-weight-section-fb-html-4":"inherit","font-family-section-fb-html-4":"inherit","text-transform-section-fb-html-4":"","line-height-section-fb-html-4":"","section-fb-html-4-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-social-4-space":{"desktop":"","tablet":"","mobile":""},"header-social-4-bg-space":"","header-social-4-size":{"desktop":18,"tablet":"","mobile":""},"header-social-4-radius":"","header-social-4-color":"","header-social-4-h-color":"","header-social-4-bg-color":"","header-social-4-bg-h-color":"","header-social-4-label-toggle":false,"header-social-4-color-type":"custom","font-size-section-hb-social-icons-4":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-social-icons-4":{"items":[{"id":"facebook","enabled":true,"source":"icon","url":"","color":"#557dbc","background":"transparent","icon":"facebook","label":"Facebook"},{"id":"twitter","enabled":true,"source":"icon","url":"","color":"#7acdee","background":"transparent","icon":"twitter","label":"Twitter"},{"id":"instagram","enabled":true,"source":"icon","url":"","color":"#8a3ab9","background":"transparent","icon":"instagram","label":"Instagram"}]},"section-hb-social-icons-4-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-social-4-space":{"desktop":"","tablet":"","mobile":""},"footer-social-4-bg-space":"","footer-social-4-size":{"desktop":18,"tablet":"","mobile":""},"footer-social-4-radius":"","footer-social-4-color":"","footer-social-4-h-color":"","footer-social-4-bg-color":"","footer-social-4-bg-h-color":"","footer-social-4-label-toggle":false,"footer-social-4-color-type":"custom","font-size-section-fb-social-icons-4":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-social-icons-4":{"items":[{"id":"facebook","enabled":true,"source":"icon","url":"","color":"#557dbc","background":"transparent","icon":"facebook","label":"Facebook"},{"id":"twitter","enabled":true,"source":"icon","url":"","color":"#7acdee","background":"transparent","icon":"twitter","label":"Twitter"},{"id":"instagram","enabled":true,"source":"icon","url":"","color":"#8a3ab9","background":"transparent","icon":"instagram","label":"Instagram"}]},"footer-social-4-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"section-fb-social-icons-4-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-widget-4-title-color":{"desktop":"","tablet":"","mobile":""},"header-widget-4-color":{"desktop":"","tablet":"","mobile":""},"header-widget-4-link-color":{"desktop":"","tablet":"","mobile":""},"header-widget-4-link-h-color":{"desktop":"","tablet":"","mobile":""},"header-widget-4-font-family":"inherit","header-widget-4-font-weight":"inherit","header-widget-4-text-transform":"","header-widget-4-line-height":"","header-widget-4-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-widget-4-content-font-family":"inherit","header-widget-4-content-font-weight":"inherit","header-widget-4-content-text-transform":"","header-widget-4-content-line-height":"","header-widget-4-content-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"sidebar-widgets-header-widget-4-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-4-title-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-4-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-4-link-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-4-link-h-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-4-font-family":"inherit","footer-widget-4-font-weight":"inherit","footer-widget-4-text-transform":"","footer-widget-4-line-height":"","footer-widget-4-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-4-content-font-family":"inherit","footer-widget-4-content-font-weight":"inherit","footer-widget-4-content-text-transform":"","footer-widget-4-content-line-height":"","footer-widget-4-content-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-alignment-4":{"desktop":"left","tablet":"center","mobile":"center"},"sidebar-widgets-footer-widget-4-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu4-bg-color":"","header-menu4-color":"","header-menu4-h-bg-color":"","header-menu4-h-color":"","header-menu4-a-bg-color":"","header-menu4-a-color":"","header-menu4-bg-obj-responsive":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"}},"header-menu4-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu4-h-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu4-h-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu4-a-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu4-a-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu4-menu-hover-animation":"","header-menu4-submenu-container-animation":"","section-hb-menu-4-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu4-menu-spacing":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu4-submenu-item-border":false,"header-menu4-submenu-item-b-size":"1","header-menu4-submenu-item-b-color":"#eaeaea","header-menu4-submenu-border-radius":"","header-menu4-submenu-top-offset":"","header-menu4-submenu-width":"","header-menu4-submenu-border":{"top":2,"bottom":0,"left":0,"right":0},"header-menu4-menu-stack-on-mobile":true,"header-menu4-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu4-font-weight":"inherit","header-menu4-font-family":"inherit","header-menu4-text-transform":"","header-menu4-line-height":"","section-hb-divider-4-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-fb-divider-4-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button5-text":"Button","header-button5-link-option":{"url":"https:\/\/www.wpastra.com","new_tab":false,"link_rel":""},"header-button5-font-family":"inherit","header-button5-font-weight":"inherit","header-button5-text-transform":"","header-button5-line-height":"","header-button5-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button5-text-color":{"desktop":"","tablet":"","mobile":""},"header-button5-back-color":{"desktop":"","tablet":"","mobile":""},"header-button5-text-h-color":{"desktop":"","tablet":"","mobile":""},"header-button5-back-h-color":{"desktop":"","tablet":"","mobile":""},"header-button5-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button5-border-size":{"top":"","right":"","bottom":"","left":""},"header-button5-border-color":{"desktop":"","tablet":"","mobile":""},"header-button5-border-radius":"","section-hb-button-5-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-hb-button-5-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"sticky-header-button5-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button5-text":"Button","footer-button5-link-option":{"url":"https:\/\/www.wpastra.com","new_tab":false,"link_rel":""},"footer-button5-font-family":"inherit","footer-button5-font-weight":"inherit","footer-button5-text-transform":"","footer-button5-line-height":"","footer-button5-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button5-text-color":{"desktop":"","tablet":"","mobile":""},"footer-button5-back-color":{"desktop":"","tablet":"","mobile":""},"footer-button5-text-h-color":{"desktop":"","tablet":"","mobile":""},"footer-button5-back-h-color":{"desktop":"","tablet":"","mobile":""},"footer-button5-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button5-border-size":{"top":"","right":"","bottom":"","left":""},"footer-button5-border-color":{"desktop":"","tablet":"","mobile":""},"footer-button5-border-radius":"","footer-button-5-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"section-fb-button-5-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-fb-button-5-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-html-5":"Insert HTML text here.","header-html-5color":{"desktop":"","tablet":"","mobile":""},"header-html-5link-color":{"desktop":"","tablet":"","mobile":""},"header-html-5link-h-color":{"desktop":"","tablet":"","mobile":""},"font-size-section-hb-html-5":{"desktop":15,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"font-weight-section-hb-html-5":"inherit","font-family-section-hb-html-5":"inherit","line-height-section-hb-html-5":"","text-transform-section-hb-html-5":"","section-hb-html-5-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-html-5":"Insert HTML text here.","footer-html-5color":{"desktop":"","tablet":"","mobile":""},"footer-html-5link-color":{"desktop":"","tablet":"","mobile":""},"footer-html-5link-h-color":{"desktop":"","tablet":"","mobile":""},"font-size-section-fb-html-5":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-html-5-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"font-weight-section-fb-html-5":"inherit","font-family-section-fb-html-5":"inherit","text-transform-section-fb-html-5":"","line-height-section-fb-html-5":"","section-fb-html-5-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-social-5-space":{"desktop":"","tablet":"","mobile":""},"header-social-5-bg-space":"","header-social-5-size":{"desktop":18,"tablet":"","mobile":""},"header-social-5-radius":"","header-social-5-color":"","header-social-5-h-color":"","header-social-5-bg-color":"","header-social-5-bg-h-color":"","header-social-5-label-toggle":false,"header-social-5-color-type":"custom","font-size-section-hb-social-icons-5":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-social-icons-5":{"items":[{"id":"facebook","enabled":true,"source":"icon","url":"","color":"#557dbc","background":"transparent","icon":"facebook","label":"Facebook"},{"id":"twitter","enabled":true,"source":"icon","url":"","color":"#7acdee","background":"transparent","icon":"twitter","label":"Twitter"},{"id":"instagram","enabled":true,"source":"icon","url":"","color":"#8a3ab9","background":"transparent","icon":"instagram","label":"Instagram"}]},"section-hb-social-icons-5-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-social-5-space":{"desktop":"","tablet":"","mobile":""},"footer-social-5-bg-space":"","footer-social-5-size":{"desktop":18,"tablet":"","mobile":""},"footer-social-5-radius":"","footer-social-5-color":"","footer-social-5-h-color":"","footer-social-5-bg-color":"","footer-social-5-bg-h-color":"","footer-social-5-label-toggle":false,"footer-social-5-color-type":"custom","font-size-section-fb-social-icons-5":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-social-icons-5":{"items":[{"id":"facebook","enabled":true,"source":"icon","url":"","color":"#557dbc","background":"transparent","icon":"facebook","label":"Facebook"},{"id":"twitter","enabled":true,"source":"icon","url":"","color":"#7acdee","background":"transparent","icon":"twitter","label":"Twitter"},{"id":"instagram","enabled":true,"source":"icon","url":"","color":"#8a3ab9","background":"transparent","icon":"instagram","label":"Instagram"}]},"footer-social-5-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"section-fb-social-icons-5-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-widget-5-title-color":{"desktop":"","tablet":"","mobile":""},"header-widget-5-color":{"desktop":"","tablet":"","mobile":""},"header-widget-5-link-color":{"desktop":"","tablet":"","mobile":""},"header-widget-5-link-h-color":{"desktop":"","tablet":"","mobile":""},"header-widget-5-font-family":"inherit","header-widget-5-font-weight":"inherit","header-widget-5-text-transform":"","header-widget-5-line-height":"","header-widget-5-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-widget-5-content-font-family":"inherit","header-widget-5-content-font-weight":"inherit","header-widget-5-content-text-transform":"","header-widget-5-content-line-height":"","header-widget-5-content-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"sidebar-widgets-header-widget-5-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-5-title-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-5-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-5-link-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-5-link-h-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-5-font-family":"inherit","footer-widget-5-font-weight":"inherit","footer-widget-5-text-transform":"","footer-widget-5-line-height":"","footer-widget-5-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-5-content-font-family":"inherit","footer-widget-5-content-font-weight":"inherit","footer-widget-5-content-text-transform":"","footer-widget-5-content-line-height":"","footer-widget-5-content-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-alignment-5":{"desktop":"left","tablet":"center","mobile":"center"},"sidebar-widgets-footer-widget-5-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu5-bg-color":"","header-menu5-color":"","header-menu5-h-bg-color":"","header-menu5-h-color":"","header-menu5-a-bg-color":"","header-menu5-a-color":"","header-menu5-bg-obj-responsive":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"}},"header-menu5-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu5-h-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu5-h-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu5-a-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu5-a-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu5-menu-hover-animation":"","header-menu5-submenu-container-animation":"","section-hb-menu-5-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu5-menu-spacing":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu5-submenu-item-border":false,"header-menu5-submenu-item-b-size":"1","header-menu5-submenu-item-b-color":"#eaeaea","header-menu5-submenu-border-radius":"","header-menu5-submenu-top-offset":"","header-menu5-submenu-width":"","header-menu5-submenu-border":{"top":2,"bottom":0,"left":0,"right":0},"header-menu5-menu-stack-on-mobile":true,"header-menu5-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu5-font-weight":"inherit","header-menu5-font-family":"inherit","header-menu5-text-transform":"","header-menu5-line-height":"","section-hb-divider-5-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-fb-divider-5-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button6-text":"Button","header-button6-link-option":{"url":"https:\/\/www.wpastra.com","new_tab":false,"link_rel":""},"header-button6-font-family":"inherit","header-button6-font-weight":"inherit","header-button6-text-transform":"","header-button6-line-height":"","header-button6-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button6-text-color":{"desktop":"","tablet":"","mobile":""},"header-button6-back-color":{"desktop":"","tablet":"","mobile":""},"header-button6-text-h-color":{"desktop":"","tablet":"","mobile":""},"header-button6-back-h-color":{"desktop":"","tablet":"","mobile":""},"header-button6-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button6-border-size":{"top":"","right":"","bottom":"","left":""},"header-button6-border-color":{"desktop":"","tablet":"","mobile":""},"header-button6-border-radius":"","section-hb-button-6-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-hb-button-6-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"sticky-header-button6-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button6-text":"Button","footer-button6-link-option":{"url":"https:\/\/www.wpastra.com","new_tab":false,"link_rel":""},"footer-button6-font-family":"inherit","footer-button6-font-weight":"inherit","footer-button6-text-transform":"","footer-button6-line-height":"","footer-button6-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button6-text-color":{"desktop":"","tablet":"","mobile":""},"footer-button6-back-color":{"desktop":"","tablet":"","mobile":""},"footer-button6-text-h-color":{"desktop":"","tablet":"","mobile":""},"footer-button6-back-h-color":{"desktop":"","tablet":"","mobile":""},"footer-button6-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button6-border-size":{"top":"","right":"","bottom":"","left":""},"footer-button6-border-color":{"desktop":"","tablet":"","mobile":""},"footer-button6-border-radius":"","footer-button-6-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"section-fb-button-6-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-fb-button-6-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-html-6":"Insert HTML text here.","header-html-6color":{"desktop":"","tablet":"","mobile":""},"header-html-6link-color":{"desktop":"","tablet":"","mobile":""},"header-html-6link-h-color":{"desktop":"","tablet":"","mobile":""},"font-size-section-hb-html-6":{"desktop":15,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"font-weight-section-hb-html-6":"inherit","font-family-section-hb-html-6":"inherit","line-height-section-hb-html-6":"","text-transform-section-hb-html-6":"","section-hb-html-6-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-html-6":"Insert HTML text here.","footer-html-6color":{"desktop":"","tablet":"","mobile":""},"footer-html-6link-color":{"desktop":"","tablet":"","mobile":""},"footer-html-6link-h-color":{"desktop":"","tablet":"","mobile":""},"font-size-section-fb-html-6":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-html-6-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"font-weight-section-fb-html-6":"inherit","font-family-section-fb-html-6":"inherit","text-transform-section-fb-html-6":"","line-height-section-fb-html-6":"","section-fb-html-6-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-social-6-space":{"desktop":"","tablet":"","mobile":""},"header-social-6-bg-space":"","header-social-6-size":{"desktop":18,"tablet":"","mobile":""},"header-social-6-radius":"","header-social-6-color":"","header-social-6-h-color":"","header-social-6-bg-color":"","header-social-6-bg-h-color":"","header-social-6-label-toggle":false,"header-social-6-color-type":"custom","font-size-section-hb-social-icons-6":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-social-icons-6":{"items":[{"id":"facebook","enabled":true,"source":"icon","url":"","color":"#557dbc","background":"transparent","icon":"facebook","label":"Facebook"},{"id":"twitter","enabled":true,"source":"icon","url":"","color":"#7acdee","background":"transparent","icon":"twitter","label":"Twitter"},{"id":"instagram","enabled":true,"source":"icon","url":"","color":"#8a3ab9","background":"transparent","icon":"instagram","label":"Instagram"}]},"section-hb-social-icons-6-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-social-6-space":{"desktop":"","tablet":"","mobile":""},"footer-social-6-bg-space":"","footer-social-6-size":{"desktop":18,"tablet":"","mobile":""},"footer-social-6-radius":"","footer-social-6-color":"","footer-social-6-h-color":"","footer-social-6-bg-color":"","footer-social-6-bg-h-color":"","footer-social-6-label-toggle":false,"footer-social-6-color-type":"custom","font-size-section-fb-social-icons-6":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-social-icons-6":{"items":[{"id":"facebook","enabled":true,"source":"icon","url":"","color":"#557dbc","background":"transparent","icon":"facebook","label":"Facebook"},{"id":"twitter","enabled":true,"source":"icon","url":"","color":"#7acdee","background":"transparent","icon":"twitter","label":"Twitter"},{"id":"instagram","enabled":true,"source":"icon","url":"","color":"#8a3ab9","background":"transparent","icon":"instagram","label":"Instagram"}]},"footer-social-6-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"section-fb-social-icons-6-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-widget-6-title-color":{"desktop":"","tablet":"","mobile":""},"header-widget-6-color":{"desktop":"","tablet":"","mobile":""},"header-widget-6-link-color":{"desktop":"","tablet":"","mobile":""},"header-widget-6-link-h-color":{"desktop":"","tablet":"","mobile":""},"header-widget-6-font-family":"inherit","header-widget-6-font-weight":"inherit","header-widget-6-text-transform":"","header-widget-6-line-height":"","header-widget-6-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-widget-6-content-font-family":"inherit","header-widget-6-content-font-weight":"inherit","header-widget-6-content-text-transform":"","header-widget-6-content-line-height":"","header-widget-6-content-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"sidebar-widgets-header-widget-6-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-6-title-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-6-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-6-link-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-6-link-h-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-6-font-family":"inherit","footer-widget-6-font-weight":"inherit","footer-widget-6-text-transform":"","footer-widget-6-line-height":"","footer-widget-6-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-6-content-font-family":"inherit","footer-widget-6-content-font-weight":"inherit","footer-widget-6-content-text-transform":"","footer-widget-6-content-line-height":"","footer-widget-6-content-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-alignment-6":{"desktop":"left","tablet":"center","mobile":"center"},"sidebar-widgets-footer-widget-6-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu6-bg-color":"","header-menu6-color":"","header-menu6-h-bg-color":"","header-menu6-h-color":"","header-menu6-a-bg-color":"","header-menu6-a-color":"","header-menu6-bg-obj-responsive":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"}},"header-menu6-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu6-h-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu6-h-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu6-a-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu6-a-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu6-menu-hover-animation":"","header-menu6-submenu-container-animation":"","section-hb-menu-6-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu6-menu-spacing":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu6-submenu-item-border":false,"header-menu6-submenu-item-b-size":"1","header-menu6-submenu-item-b-color":"#eaeaea","header-menu6-submenu-border-radius":"","header-menu6-submenu-top-offset":"","header-menu6-submenu-width":"","header-menu6-submenu-border":{"top":2,"bottom":0,"left":0,"right":0},"header-menu6-menu-stack-on-mobile":true,"header-menu6-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu6-font-weight":"inherit","header-menu6-font-family":"inherit","header-menu6-text-transform":"","header-menu6-line-height":"","section-hb-divider-6-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-fb-divider-6-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button7-text":"Button","header-button7-link-option":{"url":"https:\/\/www.wpastra.com","new_tab":false,"link_rel":""},"header-button7-font-family":"inherit","header-button7-font-weight":"inherit","header-button7-text-transform":"","header-button7-line-height":"","header-button7-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button7-text-color":{"desktop":"","tablet":"","mobile":""},"header-button7-back-color":{"desktop":"","tablet":"","mobile":""},"header-button7-text-h-color":{"desktop":"","tablet":"","mobile":""},"header-button7-back-h-color":{"desktop":"","tablet":"","mobile":""},"header-button7-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button7-border-size":{"top":"","right":"","bottom":"","left":""},"header-button7-border-color":{"desktop":"","tablet":"","mobile":""},"header-button7-border-radius":"","section-hb-button-7-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-hb-button-7-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"sticky-header-button7-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button7-text":"Button","footer-button7-link-option":{"url":"https:\/\/www.wpastra.com","new_tab":false,"link_rel":""},"footer-button7-font-family":"inherit","footer-button7-font-weight":"inherit","footer-button7-text-transform":"","footer-button7-line-height":"","footer-button7-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button7-text-color":{"desktop":"","tablet":"","mobile":""},"footer-button7-back-color":{"desktop":"","tablet":"","mobile":""},"footer-button7-text-h-color":{"desktop":"","tablet":"","mobile":""},"footer-button7-back-h-color":{"desktop":"","tablet":"","mobile":""},"footer-button7-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button7-border-size":{"top":"","right":"","bottom":"","left":""},"footer-button7-border-color":{"desktop":"","tablet":"","mobile":""},"footer-button7-border-radius":"","footer-button-7-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"section-fb-button-7-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-fb-button-7-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-html-7":"Insert HTML text here.","header-html-7color":{"desktop":"","tablet":"","mobile":""},"header-html-7link-color":{"desktop":"","tablet":"","mobile":""},"header-html-7link-h-color":{"desktop":"","tablet":"","mobile":""},"font-size-section-hb-html-7":{"desktop":15,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"font-weight-section-hb-html-7":"inherit","font-family-section-hb-html-7":"inherit","line-height-section-hb-html-7":"","text-transform-section-hb-html-7":"","section-hb-html-7-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-html-7":"Insert HTML text here.","footer-html-7color":{"desktop":"","tablet":"","mobile":""},"footer-html-7link-color":{"desktop":"","tablet":"","mobile":""},"footer-html-7link-h-color":{"desktop":"","tablet":"","mobile":""},"font-size-section-fb-html-7":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-html-7-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"font-weight-section-fb-html-7":"inherit","font-family-section-fb-html-7":"inherit","text-transform-section-fb-html-7":"","line-height-section-fb-html-7":"","section-fb-html-7-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-social-7-space":{"desktop":"","tablet":"","mobile":""},"header-social-7-bg-space":"","header-social-7-size":{"desktop":18,"tablet":"","mobile":""},"header-social-7-radius":"","header-social-7-color":"","header-social-7-h-color":"","header-social-7-bg-color":"","header-social-7-bg-h-color":"","header-social-7-label-toggle":false,"header-social-7-color-type":"custom","font-size-section-hb-social-icons-7":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-social-icons-7":{"items":[{"id":"facebook","enabled":true,"source":"icon","url":"","color":"#557dbc","background":"transparent","icon":"facebook","label":"Facebook"},{"id":"twitter","enabled":true,"source":"icon","url":"","color":"#7acdee","background":"transparent","icon":"twitter","label":"Twitter"},{"id":"instagram","enabled":true,"source":"icon","url":"","color":"#8a3ab9","background":"transparent","icon":"instagram","label":"Instagram"}]},"section-hb-social-icons-7-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-social-7-space":{"desktop":"","tablet":"","mobile":""},"footer-social-7-bg-space":"","footer-social-7-size":{"desktop":18,"tablet":"","mobile":""},"footer-social-7-radius":"","footer-social-7-color":"","footer-social-7-h-color":"","footer-social-7-bg-color":"","footer-social-7-bg-h-color":"","footer-social-7-label-toggle":false,"footer-social-7-color-type":"custom","font-size-section-fb-social-icons-7":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-social-icons-7":{"items":[{"id":"facebook","enabled":true,"source":"icon","url":"","color":"#557dbc","background":"transparent","icon":"facebook","label":"Facebook"},{"id":"twitter","enabled":true,"source":"icon","url":"","color":"#7acdee","background":"transparent","icon":"twitter","label":"Twitter"},{"id":"instagram","enabled":true,"source":"icon","url":"","color":"#8a3ab9","background":"transparent","icon":"instagram","label":"Instagram"}]},"footer-social-7-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"section-fb-social-icons-7-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-widget-7-title-color":{"desktop":"","tablet":"","mobile":""},"header-widget-7-color":{"desktop":"","tablet":"","mobile":""},"header-widget-7-link-color":{"desktop":"","tablet":"","mobile":""},"header-widget-7-link-h-color":{"desktop":"","tablet":"","mobile":""},"header-widget-7-font-family":"inherit","header-widget-7-font-weight":"inherit","header-widget-7-text-transform":"","header-widget-7-line-height":"","header-widget-7-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-widget-7-content-font-family":"inherit","header-widget-7-content-font-weight":"inherit","header-widget-7-content-text-transform":"","header-widget-7-content-line-height":"","header-widget-7-content-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"sidebar-widgets-header-widget-7-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-7-title-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-7-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-7-link-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-7-link-h-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-7-font-family":"inherit","footer-widget-7-font-weight":"inherit","footer-widget-7-text-transform":"","footer-widget-7-line-height":"","footer-widget-7-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-7-content-font-family":"inherit","footer-widget-7-content-font-weight":"inherit","footer-widget-7-content-text-transform":"","footer-widget-7-content-line-height":"","footer-widget-7-content-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-alignment-7":{"desktop":"left","tablet":"center","mobile":"center"},"sidebar-widgets-footer-widget-7-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu7-bg-color":"","header-menu7-color":"","header-menu7-h-bg-color":"","header-menu7-h-color":"","header-menu7-a-bg-color":"","header-menu7-a-color":"","header-menu7-bg-obj-responsive":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"}},"header-menu7-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu7-h-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu7-h-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu7-a-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu7-a-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu7-menu-hover-animation":"","header-menu7-submenu-container-animation":"","section-hb-menu-7-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu7-menu-spacing":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu7-submenu-item-border":false,"header-menu7-submenu-item-b-size":"1","header-menu7-submenu-item-b-color":"#eaeaea","header-menu7-submenu-border-radius":"","header-menu7-submenu-top-offset":"","header-menu7-submenu-width":"","header-menu7-submenu-border":{"top":2,"bottom":0,"left":0,"right":0},"header-menu7-menu-stack-on-mobile":true,"header-menu7-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu7-font-weight":"inherit","header-menu7-font-family":"inherit","header-menu7-text-transform":"","header-menu7-line-height":"","section-hb-divider-7-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-fb-divider-7-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button8-text":"Button","header-button8-link-option":{"url":"https:\/\/www.wpastra.com","new_tab":false,"link_rel":""},"header-button8-font-family":"inherit","header-button8-font-weight":"inherit","header-button8-text-transform":"","header-button8-line-height":"","header-button8-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button8-text-color":{"desktop":"","tablet":"","mobile":""},"header-button8-back-color":{"desktop":"","tablet":"","mobile":""},"header-button8-text-h-color":{"desktop":"","tablet":"","mobile":""},"header-button8-back-h-color":{"desktop":"","tablet":"","mobile":""},"header-button8-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button8-border-size":{"top":"","right":"","bottom":"","left":""},"header-button8-border-color":{"desktop":"","tablet":"","mobile":""},"header-button8-border-radius":"","section-hb-button-8-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-hb-button-8-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"sticky-header-button8-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button8-text":"Button","footer-button8-link-option":{"url":"https:\/\/www.wpastra.com","new_tab":false,"link_rel":""},"footer-button8-font-family":"inherit","footer-button8-font-weight":"inherit","footer-button8-text-transform":"","footer-button8-line-height":"","footer-button8-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button8-text-color":{"desktop":"","tablet":"","mobile":""},"footer-button8-back-color":{"desktop":"","tablet":"","mobile":""},"footer-button8-text-h-color":{"desktop":"","tablet":"","mobile":""},"footer-button8-back-h-color":{"desktop":"","tablet":"","mobile":""},"footer-button8-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button8-border-size":{"top":"","right":"","bottom":"","left":""},"footer-button8-border-color":{"desktop":"","tablet":"","mobile":""},"footer-button8-border-radius":"","footer-button-8-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"section-fb-button-8-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-fb-button-8-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-html-8":"Insert HTML text here.","header-html-8color":{"desktop":"","tablet":"","mobile":""},"header-html-8link-color":{"desktop":"","tablet":"","mobile":""},"header-html-8link-h-color":{"desktop":"","tablet":"","mobile":""},"font-size-section-hb-html-8":{"desktop":15,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"font-weight-section-hb-html-8":"inherit","font-family-section-hb-html-8":"inherit","line-height-section-hb-html-8":"","text-transform-section-hb-html-8":"","section-hb-html-8-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-html-8":"Insert HTML text here.","footer-html-8color":{"desktop":"","tablet":"","mobile":""},"footer-html-8link-color":{"desktop":"","tablet":"","mobile":""},"footer-html-8link-h-color":{"desktop":"","tablet":"","mobile":""},"font-size-section-fb-html-8":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-html-8-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"font-weight-section-fb-html-8":"inherit","font-family-section-fb-html-8":"inherit","text-transform-section-fb-html-8":"","line-height-section-fb-html-8":"","section-fb-html-8-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-social-8-space":{"desktop":"","tablet":"","mobile":""},"header-social-8-bg-space":"","header-social-8-size":{"desktop":18,"tablet":"","mobile":""},"header-social-8-radius":"","header-social-8-color":"","header-social-8-h-color":"","header-social-8-bg-color":"","header-social-8-bg-h-color":"","header-social-8-label-toggle":false,"header-social-8-color-type":"custom","font-size-section-hb-social-icons-8":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-social-icons-8":{"items":[{"id":"facebook","enabled":true,"source":"icon","url":"","color":"#557dbc","background":"transparent","icon":"facebook","label":"Facebook"},{"id":"twitter","enabled":true,"source":"icon","url":"","color":"#7acdee","background":"transparent","icon":"twitter","label":"Twitter"},{"id":"instagram","enabled":true,"source":"icon","url":"","color":"#8a3ab9","background":"transparent","icon":"instagram","label":"Instagram"}]},"section-hb-social-icons-8-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-social-8-space":{"desktop":"","tablet":"","mobile":""},"footer-social-8-bg-space":"","footer-social-8-size":{"desktop":18,"tablet":"","mobile":""},"footer-social-8-radius":"","footer-social-8-color":"","footer-social-8-h-color":"","footer-social-8-bg-color":"","footer-social-8-bg-h-color":"","footer-social-8-label-toggle":false,"footer-social-8-color-type":"custom","font-size-section-fb-social-icons-8":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-social-icons-8":{"items":[{"id":"facebook","enabled":true,"source":"icon","url":"","color":"#557dbc","background":"transparent","icon":"facebook","label":"Facebook"},{"id":"twitter","enabled":true,"source":"icon","url":"","color":"#7acdee","background":"transparent","icon":"twitter","label":"Twitter"},{"id":"instagram","enabled":true,"source":"icon","url":"","color":"#8a3ab9","background":"transparent","icon":"instagram","label":"Instagram"}]},"footer-social-8-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"section-fb-social-icons-8-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-widget-8-title-color":{"desktop":"","tablet":"","mobile":""},"header-widget-8-color":{"desktop":"","tablet":"","mobile":""},"header-widget-8-link-color":{"desktop":"","tablet":"","mobile":""},"header-widget-8-link-h-color":{"desktop":"","tablet":"","mobile":""},"header-widget-8-font-family":"inherit","header-widget-8-font-weight":"inherit","header-widget-8-text-transform":"","header-widget-8-line-height":"","header-widget-8-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-widget-8-content-font-family":"inherit","header-widget-8-content-font-weight":"inherit","header-widget-8-content-text-transform":"","header-widget-8-content-line-height":"","header-widget-8-content-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"sidebar-widgets-header-widget-8-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-8-title-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-8-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-8-link-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-8-link-h-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-8-font-family":"inherit","footer-widget-8-font-weight":"inherit","footer-widget-8-text-transform":"","footer-widget-8-line-height":"","footer-widget-8-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-8-content-font-family":"inherit","footer-widget-8-content-font-weight":"inherit","footer-widget-8-content-text-transform":"","footer-widget-8-content-line-height":"","footer-widget-8-content-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-alignment-8":{"desktop":"left","tablet":"center","mobile":"center"},"sidebar-widgets-footer-widget-8-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu8-bg-color":"","header-menu8-color":"","header-menu8-h-bg-color":"","header-menu8-h-color":"","header-menu8-a-bg-color":"","header-menu8-a-color":"","header-menu8-bg-obj-responsive":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"}},"header-menu8-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu8-h-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu8-h-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu8-a-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu8-a-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu8-menu-hover-animation":"","header-menu8-submenu-container-animation":"","section-hb-menu-8-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu8-menu-spacing":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu8-submenu-item-border":false,"header-menu8-submenu-item-b-size":"1","header-menu8-submenu-item-b-color":"#eaeaea","header-menu8-submenu-border-radius":"","header-menu8-submenu-top-offset":"","header-menu8-submenu-width":"","header-menu8-submenu-border":{"top":2,"bottom":0,"left":0,"right":0},"header-menu8-menu-stack-on-mobile":true,"header-menu8-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu8-font-weight":"inherit","header-menu8-font-family":"inherit","header-menu8-text-transform":"","header-menu8-line-height":"","section-hb-divider-8-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-fb-divider-8-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button9-text":"Button","header-button9-link-option":{"url":"https:\/\/www.wpastra.com","new_tab":false,"link_rel":""},"header-button9-font-family":"inherit","header-button9-font-weight":"inherit","header-button9-text-transform":"","header-button9-line-height":"","header-button9-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button9-text-color":{"desktop":"","tablet":"","mobile":""},"header-button9-back-color":{"desktop":"","tablet":"","mobile":""},"header-button9-text-h-color":{"desktop":"","tablet":"","mobile":""},"header-button9-back-h-color":{"desktop":"","tablet":"","mobile":""},"header-button9-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button9-border-size":{"top":"","right":"","bottom":"","left":""},"header-button9-border-color":{"desktop":"","tablet":"","mobile":""},"header-button9-border-radius":"","section-hb-button-9-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-hb-button-9-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"sticky-header-button9-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button9-text":"Button","footer-button9-link-option":{"url":"https:\/\/www.wpastra.com","new_tab":false,"link_rel":""},"footer-button9-font-family":"inherit","footer-button9-font-weight":"inherit","footer-button9-text-transform":"","footer-button9-line-height":"","footer-button9-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button9-text-color":{"desktop":"","tablet":"","mobile":""},"footer-button9-back-color":{"desktop":"","tablet":"","mobile":""},"footer-button9-text-h-color":{"desktop":"","tablet":"","mobile":""},"footer-button9-back-h-color":{"desktop":"","tablet":"","mobile":""},"footer-button9-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button9-border-size":{"top":"","right":"","bottom":"","left":""},"footer-button9-border-color":{"desktop":"","tablet":"","mobile":""},"footer-button9-border-radius":"","footer-button-9-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"section-fb-button-9-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-fb-button-9-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-html-9":"Insert HTML text here.","header-html-9color":{"desktop":"","tablet":"","mobile":""},"header-html-9link-color":{"desktop":"","tablet":"","mobile":""},"header-html-9link-h-color":{"desktop":"","tablet":"","mobile":""},"font-size-section-hb-html-9":{"desktop":15,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"font-weight-section-hb-html-9":"inherit","font-family-section-hb-html-9":"inherit","line-height-section-hb-html-9":"","text-transform-section-hb-html-9":"","section-hb-html-9-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-html-9":"Insert HTML text here.","footer-html-9color":{"desktop":"","tablet":"","mobile":""},"footer-html-9link-color":{"desktop":"","tablet":"","mobile":""},"footer-html-9link-h-color":{"desktop":"","tablet":"","mobile":""},"font-size-section-fb-html-9":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-html-9-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"font-weight-section-fb-html-9":"inherit","font-family-section-fb-html-9":"inherit","text-transform-section-fb-html-9":"","line-height-section-fb-html-9":"","section-fb-html-9-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-social-9-space":{"desktop":"","tablet":"","mobile":""},"header-social-9-bg-space":"","header-social-9-size":{"desktop":18,"tablet":"","mobile":""},"header-social-9-radius":"","header-social-9-color":"","header-social-9-h-color":"","header-social-9-bg-color":"","header-social-9-bg-h-color":"","header-social-9-label-toggle":false,"header-social-9-color-type":"custom","font-size-section-hb-social-icons-9":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-social-icons-9":{"items":[{"id":"facebook","enabled":true,"source":"icon","url":"","color":"#557dbc","background":"transparent","icon":"facebook","label":"Facebook"},{"id":"twitter","enabled":true,"source":"icon","url":"","color":"#7acdee","background":"transparent","icon":"twitter","label":"Twitter"},{"id":"instagram","enabled":true,"source":"icon","url":"","color":"#8a3ab9","background":"transparent","icon":"instagram","label":"Instagram"}]},"section-hb-social-icons-9-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-social-9-space":{"desktop":"","tablet":"","mobile":""},"footer-social-9-bg-space":"","footer-social-9-size":{"desktop":18,"tablet":"","mobile":""},"footer-social-9-radius":"","footer-social-9-color":"","footer-social-9-h-color":"","footer-social-9-bg-color":"","footer-social-9-bg-h-color":"","footer-social-9-label-toggle":false,"footer-social-9-color-type":"custom","font-size-section-fb-social-icons-9":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-social-icons-9":{"items":[{"id":"facebook","enabled":true,"source":"icon","url":"","color":"#557dbc","background":"transparent","icon":"facebook","label":"Facebook"},{"id":"twitter","enabled":true,"source":"icon","url":"","color":"#7acdee","background":"transparent","icon":"twitter","label":"Twitter"},{"id":"instagram","enabled":true,"source":"icon","url":"","color":"#8a3ab9","background":"transparent","icon":"instagram","label":"Instagram"}]},"footer-social-9-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"section-fb-social-icons-9-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-widget-9-title-color":{"desktop":"","tablet":"","mobile":""},"header-widget-9-color":{"desktop":"","tablet":"","mobile":""},"header-widget-9-link-color":{"desktop":"","tablet":"","mobile":""},"header-widget-9-link-h-color":{"desktop":"","tablet":"","mobile":""},"header-widget-9-font-family":"inherit","header-widget-9-font-weight":"inherit","header-widget-9-text-transform":"","header-widget-9-line-height":"","header-widget-9-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-widget-9-content-font-family":"inherit","header-widget-9-content-font-weight":"inherit","header-widget-9-content-text-transform":"","header-widget-9-content-line-height":"","header-widget-9-content-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"sidebar-widgets-header-widget-9-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-9-title-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-9-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-9-link-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-9-link-h-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-9-font-family":"inherit","footer-widget-9-font-weight":"inherit","footer-widget-9-text-transform":"","footer-widget-9-line-height":"","footer-widget-9-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-9-content-font-family":"inherit","footer-widget-9-content-font-weight":"inherit","footer-widget-9-content-text-transform":"","footer-widget-9-content-line-height":"","footer-widget-9-content-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-alignment-9":{"desktop":"left","tablet":"center","mobile":"center"},"sidebar-widgets-footer-widget-9-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu9-bg-color":"","header-menu9-color":"","header-menu9-h-bg-color":"","header-menu9-h-color":"","header-menu9-a-bg-color":"","header-menu9-a-color":"","header-menu9-bg-obj-responsive":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"}},"header-menu9-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu9-h-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu9-h-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu9-a-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu9-a-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu9-menu-hover-animation":"","header-menu9-submenu-container-animation":"","section-hb-menu-9-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu9-menu-spacing":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu9-submenu-item-border":false,"header-menu9-submenu-item-b-size":"1","header-menu9-submenu-item-b-color":"#eaeaea","header-menu9-submenu-border-radius":"","header-menu9-submenu-top-offset":"","header-menu9-submenu-width":"","header-menu9-submenu-border":{"top":2,"bottom":0,"left":0,"right":0},"header-menu9-menu-stack-on-mobile":true,"header-menu9-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu9-font-weight":"inherit","header-menu9-font-family":"inherit","header-menu9-text-transform":"","header-menu9-line-height":"","section-hb-divider-9-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-fb-divider-9-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button10-text":"Button","header-button10-link-option":{"url":"https:\/\/www.wpastra.com","new_tab":false,"link_rel":""},"header-button10-font-family":"inherit","header-button10-font-weight":"inherit","header-button10-text-transform":"","header-button10-line-height":"","header-button10-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button10-text-color":{"desktop":"","tablet":"","mobile":""},"header-button10-back-color":{"desktop":"","tablet":"","mobile":""},"header-button10-text-h-color":{"desktop":"","tablet":"","mobile":""},"header-button10-back-h-color":{"desktop":"","tablet":"","mobile":""},"header-button10-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-button10-border-size":{"top":"","right":"","bottom":"","left":""},"header-button10-border-color":{"desktop":"","tablet":"","mobile":""},"header-button10-border-radius":"","section-hb-button-10-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-hb-button-10-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"sticky-header-button10-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button10-text":"Button","footer-button10-link-option":{"url":"https:\/\/www.wpastra.com","new_tab":false,"link_rel":""},"footer-button10-font-family":"inherit","footer-button10-font-weight":"inherit","footer-button10-text-transform":"","footer-button10-line-height":"","footer-button10-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button10-text-color":{"desktop":"","tablet":"","mobile":""},"footer-button10-back-color":{"desktop":"","tablet":"","mobile":""},"footer-button10-text-h-color":{"desktop":"","tablet":"","mobile":""},"footer-button10-back-h-color":{"desktop":"","tablet":"","mobile":""},"footer-button10-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-button10-border-size":{"top":"","right":"","bottom":"","left":""},"footer-button10-border-color":{"desktop":"","tablet":"","mobile":""},"footer-button10-border-radius":"","footer-button-10-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"section-fb-button-10-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-fb-button-10-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-html-10":"Insert HTML text here.","header-html-10color":{"desktop":"","tablet":"","mobile":""},"header-html-10link-color":{"desktop":"","tablet":"","mobile":""},"header-html-10link-h-color":{"desktop":"","tablet":"","mobile":""},"font-size-section-hb-html-10":{"desktop":15,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"font-weight-section-hb-html-10":"inherit","font-family-section-hb-html-10":"inherit","line-height-section-hb-html-10":"","text-transform-section-hb-html-10":"","section-hb-html-10-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-html-10":"Insert HTML text here.","footer-html-10color":{"desktop":"","tablet":"","mobile":""},"footer-html-10link-color":{"desktop":"","tablet":"","mobile":""},"footer-html-10link-h-color":{"desktop":"","tablet":"","mobile":""},"font-size-section-fb-html-10":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-html-10-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"font-weight-section-fb-html-10":"inherit","font-family-section-fb-html-10":"inherit","text-transform-section-fb-html-10":"","line-height-section-fb-html-10":"","section-fb-html-10-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-social-10-space":{"desktop":"","tablet":"","mobile":""},"header-social-10-bg-space":"","header-social-10-size":{"desktop":18,"tablet":"","mobile":""},"header-social-10-radius":"","header-social-10-color":"","header-social-10-h-color":"","header-social-10-bg-color":"","header-social-10-bg-h-color":"","header-social-10-label-toggle":false,"header-social-10-color-type":"custom","font-size-section-hb-social-icons-10":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-social-icons-10":{"items":[{"id":"facebook","enabled":true,"source":"icon","url":"","color":"#557dbc","background":"transparent","icon":"facebook","label":"Facebook"},{"id":"twitter","enabled":true,"source":"icon","url":"","color":"#7acdee","background":"transparent","icon":"twitter","label":"Twitter"},{"id":"instagram","enabled":true,"source":"icon","url":"","color":"#8a3ab9","background":"transparent","icon":"instagram","label":"Instagram"}]},"section-hb-social-icons-10-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-social-10-space":{"desktop":"","tablet":"","mobile":""},"footer-social-10-bg-space":"","footer-social-10-size":{"desktop":18,"tablet":"","mobile":""},"footer-social-10-radius":"","footer-social-10-color":"","footer-social-10-h-color":"","footer-social-10-bg-color":"","footer-social-10-bg-h-color":"","footer-social-10-label-toggle":false,"footer-social-10-color-type":"custom","font-size-section-fb-social-icons-10":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-social-icons-10":{"items":[{"id":"facebook","enabled":true,"source":"icon","url":"","color":"#557dbc","background":"transparent","icon":"facebook","label":"Facebook"},{"id":"twitter","enabled":true,"source":"icon","url":"","color":"#7acdee","background":"transparent","icon":"twitter","label":"Twitter"},{"id":"instagram","enabled":true,"source":"icon","url":"","color":"#8a3ab9","background":"transparent","icon":"instagram","label":"Instagram"}]},"footer-social-10-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"section-fb-social-icons-10-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-widget-10-title-color":{"desktop":"","tablet":"","mobile":""},"header-widget-10-color":{"desktop":"","tablet":"","mobile":""},"header-widget-10-link-color":{"desktop":"","tablet":"","mobile":""},"header-widget-10-link-h-color":{"desktop":"","tablet":"","mobile":""},"header-widget-10-font-family":"inherit","header-widget-10-font-weight":"inherit","header-widget-10-text-transform":"","header-widget-10-line-height":"","header-widget-10-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-widget-10-content-font-family":"inherit","header-widget-10-content-font-weight":"inherit","header-widget-10-content-text-transform":"","header-widget-10-content-line-height":"","header-widget-10-content-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"sidebar-widgets-header-widget-10-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-10-title-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-10-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-10-link-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-10-link-h-color":{"desktop":"","tablet":"","mobile":""},"footer-widget-10-font-family":"inherit","footer-widget-10-font-weight":"inherit","footer-widget-10-text-transform":"","footer-widget-10-line-height":"","footer-widget-10-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-10-content-font-family":"inherit","footer-widget-10-content-font-weight":"inherit","footer-widget-10-content-text-transform":"","footer-widget-10-content-line-height":"","footer-widget-10-content-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-widget-alignment-10":{"desktop":"left","tablet":"center","mobile":"center"},"sidebar-widgets-footer-widget-10-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu10-bg-color":"","header-menu10-color":"","header-menu10-h-bg-color":"","header-menu10-h-color":"","header-menu10-a-bg-color":"","header-menu10-a-color":"","header-menu10-bg-obj-responsive":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"}},"header-menu10-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu10-h-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu10-h-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu10-a-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu10-a-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-menu10-menu-hover-animation":"","header-menu10-submenu-container-animation":"","section-hb-menu-10-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu10-menu-spacing":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu10-submenu-item-border":false,"header-menu10-submenu-item-b-size":"1","header-menu10-submenu-item-b-color":"#eaeaea","header-menu10-submenu-border-radius":"","header-menu10-submenu-top-offset":"","header-menu10-submenu-width":"","header-menu10-submenu-border":{"top":2,"bottom":0,"left":0,"right":0},"header-menu10-menu-stack-on-mobile":true,"header-menu10-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-menu10-font-weight":"inherit","header-menu10-font-family":"inherit","header-menu10-text-transform":"","header-menu10-line-height":"","section-hb-divider-10-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"section-fb-divider-10-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"sticky-header-on-devices":"desktop","sticky-header-style":"none","footer-desktop-items":{"above":{"above_1":[],"above_2":[],"above_3":[],"above_4":[],"above_5":[]},"primary":{"primary_1":[],"primary_2":[],"primary_3":[],"primary_4":[],"primary_5":[]},"below":{"below_1":["copyright"],"below_2":[],"below_3":[],"below_4":[],"below_5":[]}},"hba-footer-height":60,"hba-footer-column":"2","hba-footer-layout":{"desktop":"2-equal","tablet":"2-equal","mobile":"full"},"hba-footer-bg-obj-responsive":{"desktop":{"background-color":"#eeeeee","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"}},"hbb-footer-bg-obj-responsive":{"desktop":{"background-color":"#eeeeee","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"}},"hb-footer-bg-obj-responsive":{"desktop":{"background-color":"#f9f9f9","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"}},"section-header-builder-layout-margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"hbb-footer-height":80,"hbb-footer-column":"1","hbb-footer-layout":{"desktop":"full","tablet":"full","mobile":"full"},"hba-footer-layout-width":"content","hb-footer-layout-width":"content","hbb-footer-layout-width":"content","hba-footer-vertical-alignment":"flex-start","hb-footer-vertical-alignment":"flex-start","hbb-footer-vertical-alignment":"flex-start","footer-bg-obj-responsive":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"}},"hb-footer-column":"3","hb-footer-separator":1,"hb-footer-bottom-border-color":"#e6e6e6","hb-footer-layout":{"desktop":"3-equal","tablet":"3-equal","mobile":"full"},"hb-footer-main-sep":1,"hb-footer-main-sep-color":"#e6e6e6","footer-copyright-editor":"Copyright [copyright] [current_year] [site_title] | Powered by [theme_author]","footer-copyright-color":"","line-height-section-footer-copyright":"","footer-copyright-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"font-size-section-footer-copyright":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"font-weight-section-footer-copyright":"inherit","font-family-section-footer-copyright":"inherit","text-transform-section-footer-copyright":"","footer-menu-alignment":{"desktop":"center","tablet":"center","mobile":"center"},"section-below-footer-builder-padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-search-icon-space":{"desktop":18,"tablet":18,"mobile":18},"header-search-icon-color":{"desktop":"","tablet":"","mobile":""},"transparent-header-social-icons-color":{"desktop":"","tablet":"","mobile":""},"transparent-header-social-icons-h-color":{"desktop":"","tablet":"","mobile":""},"transparent-header-social-icons-bg-color":{"desktop":"","tablet":"","mobile":""},"transparent-header-social-icons-bg-h-color":{"desktop":"","tablet":"","mobile":""},"transparent-header-html-text-color":"","transparent-header-html-link-color":"","transparent-header-html-link-h-color":"","transparent-header-widget-title-color":"","transparent-header-widget-content-color":"","transparent-header-widget-link-color":"","transparent-header-widget-link-h-color":"","transparent-header-button-text-color":"","transparent-header-button-text-h-color":"","transparent-header-button-bg-color":"","transparent-header-button-bg-h-color":"","off-canvas-layout":"side-panel","off-canvas-slide":"right","header-builder-menu-toggle-target":"icon","header-offcanvas-content-alignment":"flex-start","off-canvas-background":{"background-color":"#ffffff","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"off-canvas-close-color":"#3a3a3a","mobile-header-type":"dropdown","off-canvas-inner-spacing":"","footer-menu-layout":{"desktop":"horizontal","tablet":"vertical","mobile":"vertical"},"footer-menu-bg-obj-responsive":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"}},"footer-menu-color-responsive":{"desktop":"","tablet":"","mobile":""},"footer-menu-h-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"footer-menu-h-color-responsive":{"desktop":"","tablet":"","mobile":""},"footer-menu-a-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"footer-menu-a-color-responsive":{"desktop":"","tablet":"","mobile":""},"footer-menu-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"footer-menu-font-weight":"inherit","footer-menu-font-family":"inherit","footer-menu-text-transform":"","footer-menu-line-height":"","footer-main-menu-spacing":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"0","right":"20","bottom":"0","left":"20"},"mobile":{"top":"","right":"","bottom":"","left":""},"desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-trigger-icon":"menu","mobile-header-toggle-icon-size":20,"mobile-header-toggle-btn-border-size":{"top":1,"right":1,"bottom":1,"left":1},"mobile-header-toggle-border-radius":2,"mobile-header-label-font-family":"inherit","mobile-header-label-font-weight":"inherit","mobile-header-label-text-transform":"","mobile-header-label-line-height":"","mobile-header-label-font-size":"","global-color-palette":{"palette":["#060097","#c10fff","#1e293b","#67768e","#f9f6fe","#FFFFFF","#F2F5F7","#ffcd57","#000000"],"flag":false},"header-mobile-menu-bg-color":"","header-mobile-menu-color":"","header-mobile-menu-h-bg-color":"","header-mobile-menu-h-color":"","header-mobile-menu-a-bg-color":"","header-mobile-menu-a-color":"","header-mobile-menu-bg-obj-responsive":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll"}},"header-mobile-menu-color-responsive":{"desktop":"","tablet":"var(--ast-global-color-2)","mobile":""},"header-mobile-menu-h-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-mobile-menu-h-color-responsive":{"desktop":"","tablet":"var(--ast-global-color-2)","mobile":""},"header-mobile-menu-a-bg-color-responsive":{"desktop":"","tablet":"","mobile":""},"header-mobile-menu-a-color-responsive":{"desktop":"","tablet":"var(--ast-global-color-0)","mobile":""},"header-mobile-menu-submenu-container-animation":"fade","header-mobile-menu-submenu-item-border":true,"header-mobile-menu-submenu-item-b-size":"1","header-mobile-menu-submenu-item-b-color":"#eaeaea","header-mobile-menu-submenu-border":{"top":2,"bottom":0,"left":0,"right":0},"header-mobile-menu-font-size":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-mobile-menu-font-weight":"inherit","header-mobile-menu-font-family":"inherit","header-mobile-menu-text-transform":"","header-mobile-menu-line-height":"","woo-header-cart-click-action":"default","woo-slide-in-cart-width":{"desktop":460,"tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"woo-header-cart-icon-total-label-position":{"desktop":"","tablet":"","mobile":""},"header-woo-cart-icon-size":{"desktop":"","tablet":"","mobile":""},"woo-header-cart-icon":"default","woo-header-cart-icon-style":"outline","woo-desktop-cart-flyout-direction":"right","header-woo-cart-icon-color":"","transparent-header-woo-cart-icon-color":"","header-woo-cart-icon-hover-color":"","woo-header-cart-border-width":2,"woo-header-cart-icon-radius":3,"woo-header-cart-badge-display":true,"woo-header-cart-label-display":"","header-woo-cart-text-color":"","header-woo-cart-link-color":"","header-woo-cart-background-color":{"desktop":"","tablet":"","mobile":""},"header-woo-cart-background-hover-color":{"desktop":"","tablet":"","mobile":""},"header-woo-cart-separator-color":"","header-woo-cart-link-hover-color":"","header-woo-cart-btn-text-color":"","header-woo-cart-btn-background-color":"","header-woo-cart-btn-text-hover-color":"","header-woo-cart-btn-bg-hover-color":"","header-woo-checkout-btn-text-color":"","header-woo-checkout-btn-background-color":"","header-woo-checkout-btn-text-hover-color":"","header-woo-checkout-btn-bg-hover-color":"","edd-header-cart-icon-style":"outline","edd-header-cart-icon-color":"","edd-header-cart-icon-radius":3,"transparent-header-edd-cart-icon-color":"","edd-header-cart-total-display":true,"edd-header-cart-title-display":true,"header-edd-cart-text-color":"","header-edd-cart-link-color":"","header-edd-cart-background-color":"","header-edd-cart-separator-color":"","header-edd-checkout-btn-text-color":"","header-edd-checkout-btn-background-color":"","header-edd-checkout-btn-text-hover-color":"","header-edd-checkout-btn-bg-hover-color":"","header-account-type":"default","header-account-login-style":"icon","header-account-action-type":"link","header-account-link-type":"default","header-account-logout-style":"icon","header-account-logged-out-text":"Log In","header-account-logged-in-text":"My Account","header-account-logout-action":"link","header-account-image-width":{"desktop":"40","tablet":"","mobile":""},"header-account-icon-size":{"desktop":18,"tablet":18,"mobile":18},"header-account-icon-color":"","header-account-login-link":{"url":"","new_tab":false,"link_rel":""},"header-account-logout-link":{"url":"https:\/\/websitedemos.net\/wp-preview\/wp-login.php","new_tab":false,"link_rel":""},"font-size-section-header-account":{"desktop":"","tablet":"","mobile":"","desktop-unit":"px","tablet-unit":"px","mobile-unit":"px"},"header-account-type-text-color":"","header-account-woo-menu":false,"cloned-component-track":{"header-button":2,"footer-button":2,"header-html":2,"footer-html":2,"header-menu":2,"header-widget":4,"footer-widget":4,"header-social-icons":1,"footer-social-icons":1,"header-divider":0,"footer-divider":0,"removed-items":[]},"woo-desktop-cart-flyout-width":460,"theme-auto-version":"4.1.5","ast-callback-notice-header-transparent-header-logo":"","ast-callback-notice-header-transparent-header-logo-link":"","ast-callback-notice-header-transparent-meta-enabled":"","ast-callback-notice-header-transparent-header-meta-link":"","_astra_pb_compatibility_completed":true,"headings-font-variant":"600","mobile-header-toggle-btn-color":"var(--ast-global-color-5)","astra-old-global-sidebar-default":false,"spectra-gutenberg-compat-css":false,"is_theme_queue_running":false},"astra-color-palettes":{"currentPalette":"palette_1","palettes":{"palette_1":["#060097","#c10fff","#1e293b","#67768e","#f9f6fe","#FFFFFF","#F2F5F7","#ffcd57","#000000"],"palette_2":["#0170B9","#3a3a3a","#3a3a3a","#4B4F58","#F5F5F5","#FFFFFF","#F2F5F7","#424242","#000000"],"palette_3":["#0170B9","#3a3a3a","#3a3a3a","#4B4F58","#F5F5F5","#FFFFFF","#F2F5F7","#424242","#000000"]},"flag":false},"astra-typography-presets":""}} PK!9롹class-astra-yoast-seo.phpnu[ PK!RjP<<web.jpgnu[JFIFC   #*%,+)%((.4B8.1?2((:N:?DGJKJ-7QWQHVBIJGC