C:\xampp\htdocs\landing\wp-content\plugins\penci-pennews-amp\includes\amp-helper-functions.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
<?php
if ( ! defined'ABSPATH' ) ) {
    exit; 
// Exit if accessed directly.
}

add_filter'get_site_icon_url''penci_pennews_get_site_icon_url',999,);
if( ! 
function_exists'penci_pennews_get_site_icon_url' ) ){
    function 
penci_pennews_get_site_icon_url$url$size$blog_id ){
        if ( ! 
is_penci_amp()){
            return 
$url;
        }
        
$site_icon_id get_theme_mod'penci_amp_img_favicon' );
        if ( 
$site_icon_id ) {
            if ( 
$size >= 512 ) {
                
$size_data 'full';
            } else {
                
$size_data = array( $size$size );
            }
            
$url wp_get_attachment_image_url$site_icon_id$size_data );
        }

        return 
$url;
    }
}

add_action'penci_amp_post_template_head','wp_site_icon',);

add_action'penci_amp_post_template_head''penci_amp_header_custom_code' );
if( ! 
function_exists'penci_amp_header_custom_code' ) ){
    function 
penci_amp_header_custom_code(){
        echo 
get_theme_mod'penci_amp_header_custom_code' );
    }
}
add_action'penci_amp_after_body_tag''penci_amp_after_body_tag_custom_code' );
if( ! 
function_exists'penci_amp_after_body_tag_custom_code' ) ){
    function 
penci_amp_after_body_tag_custom_code(){
        echo 
get_theme_mod'penci_amp_afterbody_custom_code' );
    }
}

add_action'penci_amp_post_template_footer''penci_amp_before_close_body_tag_custom_code' );
if( ! 
function_exists'penci_amp_before_close_body_tag_custom_code' ) ){
    function 
penci_amp_before_close_body_tag_custom_code(){
        echo 
get_theme_mod'penci_amp_beforeclosebody_custom_code' );
    }
}

if( ! 
function_exists'penci_amp_get_permalink' ) ) {
    function 
penci_amp_get_permalink$post_id ) {
        
$pre_url apply_filters'penci_amp_pre_get_permalink'false$post_id );

        if ( 
false !== $pre_url ) {
            return 
$pre_url;
        }

        
$structure get_option'permalink_structure' );
        if ( empty( 
$structure ) ) {
            
$penci_amp_url add_query_argPENCI_AMP_QUERY_VAR1get_permalink$post_id ) );
        } else {
            
$penci_amp_url trailingslashitget_permalink$post_id ) ) . user_trailingslashitPENCI_AMP_QUERY_VAR'single_amp' );
        }

        return 
apply_filters'penci_amp_get_permalink'$penci_amp_url$post_id );
    }
}

if( !
function_exists'penci_post_supports_amp' ) ) {
    function 
penci_post_supports_amp$post ) {

        if ( ! 
post_type_supports$post->post_typePENCI_AMP_QUERY_VAR ) ) {
            return 
false;
        }

        if ( 
post_password_required$post ) ) {
            return 
false;
        }

        if ( 
true === apply_filters'penci_amp_skip_post'false$post->ID$post ) ) {
            return 
false;
        }

        return 
true;
    }
}

/**
 * Are we currently on an AMP URL?
 */
if( !function_exists'is_penci_amp_endpoint' ) ) {
    function 
is_penci_amp_endpoint() {
        if ( 
=== did_action'parse_query' ) ) {
            
_doing_it_wrong__FUNCTION__sprintfesc_html__"is_penci_amp_endpoint() was called before the 'parse_query' hook was called. This function will always return 'false' before the 'parse_query' hook is called."'penci-amp' ) ), '1.0.0' );
        }

        if( ! 
defined'PENCI_AMP_QUERY_VAR' ) ){
            
define'PENCI_AMP_QUERY_VAR'apply_filters'penci_amp_query_var'PENCI_STARTPOINT ) );
        }    

        return 
false !== get_query_varPENCI_AMP_QUERY_VARfalse );
    }
}

if( !
function_exists'penci_amp_get_asset_url' ) ) {
    function 
penci_amp_get_asset_url$file ) {
        return 
plugins_urlsprintf'assets/%s'$file ), PENCI_AMP_FILE );
    }
}

if( !
function_exists'penci_amp_get_branding_info' ) ) {
    function 
penci_amp_get_branding_info$pos 'header' ) {

        
$info = array(
            
'logo'        => '',
            
'logo-tag'    => '',
            
'name'        => get_bloginfo'name''display' ),
            
'description' => get_bloginfo'description''display' ),
            
'class_img'   => ''
        
);

        
$id_text_logo 'penci_amp_header_text_logo';
        
$id_img_logo  'penci_amp_img_logo';

        if ( 
'sidebar' == $pos ) {
            
$id_img_logo 'penci_amp_img_logo_sidebar';
        }

        
$name            penci_amp_get_setting$id_text_logo );
        
$logo            penci_amp_get_setting$id_img_logo );
        
$mobile_nav_logo get_theme_mod'penci_mobile_nav_logo' );

        
// Text logo
        
if ( $name ) {
            
$info['name'] = $name;
        }

        if ( 
$logo ) {

            
$logo wp_get_attachment_image_src$logo'full' );

            
$logo_width   = isset( $logo[1] ) ? $logo[1] : '';
            
$logo_height = isset( $logo[2] ) ? $logo[2] : '';

            if( 
'sidebar' == $pos && $logo_width 230 ){
                
$logo_height = ( 230 $logo_height ) / $logo_width;
                
$logo_width 230;
            }

            if( 
'header' == $pos){
                if( 
$logo_height 50 ){
                    
$logo_width = ( 50 $logo_width ) / $logo_height;
                    
$logo_height 50;
                }elseif( 
$logo_width 200 ){
                    
$logo_height = ( 200 $logo_height ) / $logo_width;
                    
$logo_width 200;
                }
            }

            if ( 
$logo ) {
                
$logo = array(
                    
'src'    => isset( $logo[0] ) ? $logo[0] : '',
                    
'width'  => $logo_width,
                    
'height' => $logo_height,
                );
            }

            if ( ! empty( 
$logo['src'] ) ) {
                
$info['logo']        = $logo;
                
$info['logo']['alt'] = $info['name'] . ' - ' $info['description'];

                
$info['logo-tag'] = '<amp-img src="' $logo['src'] . '" alt="' esc_attr$info['name'] . ' - ' $info['description'] ) . '" height="' $logo['height'] . '" width="' $logo['width'] . '"></amp-img>';
            }
        }elseif( 
$mobile_nav_logo && ! $name ){
            
$info['logo-tag'] = '<amp-img src="' $mobile_nav_logo '" alt="' esc_attrget_bloginfo'name''display' ) ) . '" height="50" width="230"></amp-img>';
        }

        return 
$info;
    }
}

if ( ! 
function_exists'penci_amp_site_icon_url' ) ) {
    function 
penci_amp_site_icon_url$logo_size ) {

        
$logo_desk get_theme_mod'penci_logo' );
        
$logo_amp  penci_amp_get_setting'penci_amp_img_logo' );
        
$url_logo  wp_get_attachment_image_url$logo_amp$logo_size );

        if ( empty( 
$url_logo ) ) {
            if ( 
$logo_desk ) {
                
$url_logo $logo_desk;
            } else {
                
$url_logo get_template_directory_uri() . '/images/logo.png';
            }

        }
        return 
$url_logo;
    }
}

if ( ! 
function_exists'penci_amp_css_hidden_attr' ) ) {
    function 
penci_amp_css_hidden_attr$option_id$element ) {
        
$style '';

        if ( ! 
penci_amp_get_setting$option_id ) ) {
            
$style $element '{ display:none }';
        }
        echo 
$style;
    }
}


if ( ! 
function_exists'is_penci_amp' ) ) {

    function 
is_penci_amp$wp_query null$default false ) {

        if ( 
$wp_query instanceof WP_Query ) {
            return 
$wp_query->getPENCI_STARTPOINT$default );
        }

        if ( 
did_action'template_redirect' ) ) {

            global 
$wp_query;
            if ( 
is_null$wp_query ) ) {
                return 
false;
            } else {
                return 
$wp_query->getPENCI_STARTPOINT$default );
            }

        } else {
            
$abspath_pre  str_replace'\\''/'ABSPATH );
            
$abspath_pre  str_replace'/usr'''$abspath_pre );

            
$fname_dir dirname$_SERVER['SCRIPT_FILENAME'] );
            
$fname_dir  str_replace'\\''/'$fname_dir );

            if ( 
$fname_dir '/' == $abspath_pre ) {
                
$path preg_replace'#/[^/]*$#i'''$_SERVER['PHP_SELF'] );
            } elseif ( 
FALSE !== strpos$_SERVER['SCRIPT_FILENAME'], $abspath_pre ) ) {
                
$dir str_replaceABSPATH''$fname_dir );
                
$path preg_replace'#/' preg_quote$dir'#' ) . '/[^/]*$#i'''$_SERVER['REQUEST_URI'] );
            } elseif ( 
FALSE !== strpos$abspath_pre$fname_dir ) ) {
                
$sub_dir substr$abspath_prestrpos$abspath_pre$fname_dir ) + strlen$fname_dir ) );
                
$path preg_replace'#/[^/]*$#i'''$_SERVER['REQUEST_URI'] ) . $sub_dir;
            } else {
                
$path $_SERVER['REQUEST_URI'];
            }

            
$amp_query_var defined'PENCI_AMP_QUERY_VAR' ) ? PENCI_AMP_QUERY_VAR 'amp';

            return 
preg_match"#^$path/*(.*?)/$amp_query_var/+#"$_SERVER['REQUEST_URI'] );
        }
    }
}

if( !
function_exists'penci_amp_get_post_meta' ) ) {
    function 
penci_amp_get_post_meta( ) {

        
$time_string '<time class="entry-date published updated" datetime="%1$s">%2$s</time>';
        if ( 
get_the_time'U' ) !== get_the_modified_time'U' ) ) {
            
$time_string '<time class="entry-date published" datetime="%1$s">%2$s</time><time class="updated" datetime="%3$s">%4$s</time>';
        }

        
$time_string sprintf$time_string,
            
esc_attrget_the_date'c' ) ),
            
esc_htmlget_the_date'M j, Y' ) ),
            
esc_attrget_the_modified_date'c' ) ),
            
esc_htmlget_the_modified_date() )
        );

        echo 
'<span class="entry-meta-item penci-posted-on"><i class="fa fa-clock-o"></i>' $time_string '</span>'// WPCS: XSS OK.
    
}
}

if ( ! 
function_exists'penci_amp_menu_fallback' ) ) {
    function 
penci_amp_menu_fallback() {
        if ( ! 
current_user_can'manage_options' ) ) {
            
wp_page_menu();
        } else {
            echo 
'<ul class="menu">';
            echo 
'<li class="menu-item-first">';
            echo 
'<a href="' esc_urlhome_url'/' ) ) . 'wp-admin/nav-menus.php?action=locations">' penci_amp_get_setting'penci_amp_text_select_menu' ) . '</a>';
            echo 
'</li>';
            echo 
'</ul>';
        }
    }
}


if ( ! 
function_exists'penci_amp_get_site_url' ) ) {
    function 
penci_amp_get_site_url$path ''$before '' ) {
        
$link   site_url'/' );
        
$before trailingslashit$before );

        if( 
$before && false === strpos$link$before ) ){
            
$link .= $before;
        }

        
$link .= PENCI_STARTPOINT;

        if ( 
$path ) {
            
$path ltrim$path'/' );
            
$link  .= "/$path";
        }
        return 
$link;
    }
}
if ( ! 
function_exists'penci_amp_get_site_url_end_point' ) ) {
    function 
penci_amp_get_site_url_end_point$path ''$before '' ) {

        
$link   site_url'/' );
        
$before trailingslashit$before );

        if ( 
$path ) {
            
$path ltrim$path'/' );
            
$path $path '/';
        }

        if( 
$before && false === strpos$link$before ) ){
            
$path .= $before;
        }

        
$link .= $path;

        
$link .= PENCI_STARTPOINT;

        
$link str_replace'//amp' '/amp'$link );

        return 
$link;
    }
}

if ( ! 
function_exists'penci_amp_post_thumbnail' ) ) {

    function 
penci_amp_post_thumbnail$args = array() ) {
        
$args wp_parse_args$args, array(
            
'post'       => null,
            
'class'      => 'penci-post-thumb',
            
'size'       => 'thumbnail',
            
'return_url' => false,
            
'before'     => '',
            
'after'      => '',
            
'echo'       => true,
        ) );

        
$url       '';
        
$image_alt esc_html__'Default image''penci-amp' );

        
$image_size_info penci_amp_get_image_sizes$args['size'] );

        
// Get post thumbnail
        
if ( has_post_thumbnail$args['post'] ) ) {
            
$post_thumbnail_id get_post_thumbnail_id$args['post'] );
            
$image_alt         get_post_meta$post_thumbnail_id'_wp_attachment_image_alt'true );
            
$url               wp_get_attachment_image_url$post_thumbnail_id$args['size'] );
        }

        if ( empty( 
$url ) ) {

            
$link_url 'images/no-thumb.jpg';

            if( 
false !== strpos$args['size'], 'shop' ) ) {
                
$link_url 'images/no-image-product.jpg';
            }

            
$url penci_amp_get_asset_url$link_url );
        }

        if ( 
$args['return_url'] ) {
            return 
$url;
        }

        
$image sprintf'<amp-img class="%s" src="%s" alt="%s" width="%s" height="%s" layout="responsive"></amp-img>',
            
esc_attr$args['class'] ), esc_attr$url ), esc_attr$image_alt ),
            isset( 
$image_size_info['width'] ) ? $image_size_info['width'] : '',
            isset( 
$image_size_info['height'] ) ? $image_size_info['height'] : ''
        
);

        
$image $args['before'] . $image $args['after'];

        if ( ! 
$args['echo'] ) {
            return 
$image;
        }

        echo 
$image;
    }
}

if ( ! 
function_exists'penci_amp_get_image_sizes' ) ) {
    function 
penci_amp_get_image_sizes$_size ) {
        global 
$_wp_additional_image_sizes;

        
$info = array(
            
'width'  => '480',
            
'height' => '320',
        );
        if ( 
in_array$_size, array( 'thumbnail''medium''medium_large''large' ) ) ) {
            
$info['width']  = get_option"{$_size}_size_w" );
            
$info['height'] = get_option"{$_size}_size_h" );
        } elseif ( isset( 
$_wp_additional_image_sizes$_size ] ) ) {
            
$info = array(
                
'width'  => $_wp_additional_image_sizes$_size ]['width'],
                
'height' => $_wp_additional_image_sizes$_size ]['height'],
            );
        }

        return 
$info;
    }
}
if( ! 
function_exists'penci_amp_get_font_urls' ) ):
function 
penci_amp_get_font_urls() {
    if ( 
get_theme_mod'penci_disable_default_fonts' ) ) {
        return array();
    }

    
$_font_urls = array(
        
'opensans' => 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i',
        
'roboto'   => 'https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i',
        
'teko'     => 'https://fonts.googleapis.com/css?family=Teko:300,400,500,600,700'
    
);

    if( 
function_exists'penci_font_browser' ) &&  function_exists'penci_get_custom_fonts' )) {
        
$penci_font_return =     array_mergepenci_get_custom_fonts(), penci_font_browser() );
    }

    
$font_body penci_amp_get_setting'penci_amp_font_for_body' );
    if( 
$font_body && ! in_array$font_body$penci_font_return ) ){


        
$font_family     str_replace'"'''$font_body );
        
$font_explo      explode", "$font_family );
        
$font            = isset( $font_explo[0] ) ? $font_explo[0] : '';
        
$font_type       = isset( $font_explo[1] ) ? str_replace':'','$font_explo[1] ) : '';
        
$font_replace    str_replace' ''+'$font );


        
$_font_urlspenci_amp_build_safe_css_classurlencode$font ) )] =  'https://fonts.googleapis.com/css?family=' esc_attr$font_replace ) . ':' esc_attr$font_type );

    }

    
$font_title penci_amp_get_setting'penci_amp_font_for_title' );
    if( 
$font_title && ! in_array$font_title$penci_font_return ) ){

        
$font_family     str_replace'"'''$font_title );
        
$font_explo      explode", "$font_family );
        
$font            = isset( $font_explo[0] ) ? $font_explo[0] : '';
        
$font_type       = isset( $font_explo[1] ) ? str_replace':'','$font_explo[1] ) : '';
        
$font_replace    str_replace' ''+'$font );


        
$_font_urlspenci_amp_build_safe_css_classurlencode$font ) )] =  'https://fonts.googleapis.com/css?family=' esc_attr$font_replace ) . ':' esc_attr$font_type );
    }

    return 
$_font_urls;

}
endif;
if( ! 
function_exists'penci_amp_default_theme_logo' ) ) {
    function 
penci_amp_default_theme_logo() {

        
ob_start();
        
$site_branding penci_amp_get_branding_info(  );

        
$class_img     $site_branding['class_img'];
        
$class_img     .= ! empty( $site_branding['logo-tag'] ) ? ' penci-amp-site-icon image-logo' ' text-logo';

        
$logo_tag      = isset( $site_branding['logo-tag'] ) ? $site_branding['logo-tag'] : '';
        
$branding_name = isset( $site_branding['name'] ) ? $site_branding['name'] : '';

        
?>
        <a href="<?php echo esc_urlpenci_amp_get_site_url() ); ?>" class="branding <?php echo $class_img?> "><?php echo ( $logo_tag $logo_tag :  $branding_name ); ?></a>
        <?php

        
return ob_get_clean();
    }
}

if( ! 
function_exists'penci_amp_customize_typo_body' ) ) {
    function 
penci_amp_customize_typo_body() {
        
$font_family penci_amp_get_setting'penci_amp_font_for_body' );
        
$font_weight penci_amp_get_setting'penci_amp_font_weight_body' );
        
$font_size   penci_amp_get_setting'penci_amp_font_for_size_body' );

        
$css '';
        if ( 
$font_family ) {
            
$css .= sprintf'font-family: %s;'penci_amp_google_fonts_parse_attributes$font_family ) );
        }

        if ( 
$font_weight ) {
            
$css .= sprintf'font-weight: %s;'$font_weight );
        }

        if ( 
$font_size ) {
            
$css .= sprintf'font-size: %spx;'$font_size );
        }

        return 
$css;
    }
}

if( !
function_exists'penci_amp_customize_typo_title' ) ) {
    function 
penci_amp_customize_typo_title() {
        
$font_family penci_amp_get_setting'penci_amp_font_for_title' );
        
$font_weight penci_amp_get_setting'penci_amp_font_weight_title' );
        
$css '';
        if ( 
$font_family ) {
            
$css .= sprintf'font-family: %s;'penci_amp_google_fonts_parse_attributes$font_family ) );
        }

        if ( 
$font_weight ) {
            
$css .= sprintf'font-weight: %s;'$font_weight );
        }

        return 
$css;
    }
}

if( !
function_exists'penci_amp_google_fonts_parse_attributes' ) ) {
    function 
penci_amp_google_fonts_parse_attributes$font_family ) {
        if ( 
in_array$font_familypenci_font_browser() ) ) {
            return 
$font_family;
        }

        
$font_family     str_replace'"'''$font_family );
        
$font_explo      explode", "$font_family );
        
$font            = isset( $font_explo[0] ) ? $font_explo[0] : '';
        
$font_serif      = isset( $font_explo[2] ) ? $font_explo[2] : '';

        
$font_family_end "'" $font "'";

        if( 
$font_serif ) {
            
$font_family_end .= ', ' $font_serif;
        }

        return 
$font_family_end;
    }
}

if( !
function_exists'penci_amp_build_safe_css_class' ) ) {
    function 
penci_amp_build_safe_css_class$class ) {
        return 
preg_replace'/\W+/'''strtolowerstr_replace' ''_'strip_tags$class ) ) ) );
    }
}

if( ! 
function_exists'penci_amp_get_canonical_url' ) ) {
    function 
penci_amp_get_canonical_url() {

        
$canonical_url '';

        if ( 
is_front_page() ) {
            
$canonical_url get_bloginfo'url' );
        }elseif ( 
is_singular() ) {

            
$queried_object get_queried_object();
            
$canonical_url      get_permalink$queried_object->ID );

        }  elseif ( 
is_category() || is_tax() || is_tag() ) {

            
$term get_queried_object();

            if ( ! empty( 
$term ) ) {
                
$term_taxonomy = isset( $term->taxonomy ) ? $term->taxonomy '';
                
$term_link     get_term_link$term$term_taxonomy );

                if ( 
$term_link && ! is_wp_error$term_link ) ) {
                    
$canonical_url $term_link;
                }
            }
        } elseif ( 
is_post_type_archive() ) {

            
$post_type get_query_var'post_type' );

            if ( 
is_array$post_type ) ) {
                
$post_type reset$post_type );
            }

            
$canonical_url get_post_type_archive_link$post_type );

        } elseif ( 
is_author() ) {
            
$canonical_url get_author_posts_urlget_query_var'author' ), get_query_var'author_name' ) );
        } elseif ( 
is_day() ) {
            
$canonical_url get_day_linkget_query_var'year' ), get_query_var'monthnum' ), get_query_var'day' ) );
        } elseif ( 
is_month() ) {
            
$canonical_url get_month_linkget_query_var'year' ), get_query_var'monthnum' ) );
        } elseif ( 
is_year() ) {
            
$canonical_url get_year_linkget_query_var'year' ) );
        } else if ( 
is_search() ) {

            
$search_query get_search_query();
            if ( ! 
preg_match'|^page/\d+$|'$search_query ) && ! empty( $search_query ) ) {
                
$canonical_url get_search_link();
            }
        }
        if( 
is_search() ){
             
$paged get_query_var'paged');
            if( 
$paged && $canonical_url ){
                
$canonical_url add_query_arg'paged'$paged$canonical_url );
            }
        }
        elseif( 
is_archive() || is_home() ) {
            
$paged get_query_var'paged');
            if( 
$paged && $canonical_url ){
                
$canonical_url rtrim($canonical_url'/');
                
$canonical_url $canonical_url '/page/' $paged;
            }
        }

        if ( empty( 
$canonical_url ) ) {
            
$canonical_url penci_amp_get_site_url();
        }

        return 
Penci_AMP_Link_Sanitizer::__pre_url_off $canonical_url );
    }
}

if ( ! 
function_exists'penci_amp_comment_template' ) ) {
    function 
penci_amp_comment_template$comment_template ) {
        global 
$post;

        
$is_penci_amp is_penci_amp();

        if ( ! 
$is_penci_amp || get_theme_mod'penci_post_hide_comments' ) ) {
            return 
$comment_template;
        }

        if ( 
$post->post_type == 'product' ) {
            return 
PENCI_AMP_DIR '/templates/woocommerce/single-product-reviews.php';
        }else{
            return 
PENCI_AMP_DIR '/templates/reviews.php';
        }
    }
}

add_filter"comments_template""penci_amp_comment_template",999 );

if ( ! 
function_exists'penci_amp_comments_template' ) ) {
    function 
penci_amp_comments_template$comment$args$depth ) {
        
$GLOBALS['comment'] = $comment;
        
?>
    <div <?php comment_class(); ?> id="comment-<?php comment_ID() ?>">
        <div class="thecomment">
            <div class="comment-text">
                <span class="author"><?php echo get_comment_author_link(); ?></span>
                <span class="date"><i class="fa fa-clock-o"></i><?php printfesc_html__'%1$s - %2$s''soledad' ), get_comment_date(), get_comment_time() ) ?></span>
                <?php if ( $comment->comment_approved == '0' ) : ?>
                    <em><i class="icon-info-sign"></i> <?php esc_html_e'Your comment awaiting approval''soledad' ); ?></em>
                <?php endif; ?>
                <div class="comment-content"><?php comment_text(); ?></div>
            </div>
        </div>
        <?php
    
}
}

function 
penci_amp_woocommerce_comments$comment$args$depth ) {
    
$GLOBALS['comment'] = $comment;
    
?>
    <li <?php comment_class(); ?> id="li-comment-<?php comment_ID() ?>">

    <div id="comment-<?php comment_ID(); ?>" class="comment_container">
        <div class="comment-text">

            <?php
            do_action
'woocommerce_review_before_comment_text'$comment );

            
/**
             * The woocommerce_review_comment_text hook
             *
             * @hooked woocommerce_review_display_comment_text - 10
             */
            
do_action'woocommerce_review_comment_text'$comment );

            
do_action'woocommerce_review_after_comment_text'$comment ); ?>

        </div>
    </div>
    <?php
}

if ( ! 
function_exists'penci_amp_render_google_adsense' ) ) {
    function 
penci_amp_render_google_adsense$option$echo =  true ) {
        if ( ! 
get_theme_mod$option ) ) {
            return 
'';
        }

        
$output =  '<div class="penci-google-adsense ' $option '">' get_theme_mod$option ) . '</div>';

        if( ! 
$echo ) {
            return 
$output;
        }

        echo 
$output;

    }
}

if ( ! 
function_exists'penci_amp_the_posts_pagination' ) ) {
    function 
penci_amp_the_posts_pagination$args = array() ) {
        
$navigation '';

        
// Don't print empty markup if there's only one page.
        
if ( $GLOBALS['wp_query']->max_num_pages ) {
            
$args wp_parse_args$args, array(
                
'mid_size'           => 1,
                
'prev_text'          => _x'Previous''previous set of posts' ),
                
'next_text'          => _x'Next''next set of posts' ),
                
'screen_reader_text' => __'Posts navigation' ),
            ) );

            
// Make sure we get a string back. Plain is the next best thing.
            
if ( isset( $args['type'] ) && 'array' == $args['type'] ) {
                
$args['type'] = 'plain';
            }

            
// Set up paginated links.
            
$links penci_amp_paginate_links$args );

            if ( 
$links ) {
                
$navigation _navigation_markup$links'pagination'$args['screen_reader_text'] );
            }
        }

        echo 
$navigation;
    }
}

if ( ! 
function_exists'penci_amp_paginate_links' ) ) {
    function 
penci_amp_paginate_links$args '' ) {
        global 
$wp_query$wp_rewrite;

        
// Setting up default values based on the current URL.
        
$pagenum_link html_entity_decodeget_pagenum_link() );
        
$url_parts    explode'?'$pagenum_link );

        
// Get max pages and current page out of the current query, if available.
        
$total   = isset( $wp_query->max_num_pages ) ? $wp_query->max_num_pages 1;
        
$current get_query_var'paged' ) ? intvalget_query_var'paged' ) ) : 1;

        
// Append the format placeholder to the base URL.
        
$pagenum_link trailingslashit$url_parts[0] ) . '%_%';

        
// URL base depends on permalink settings.
        
$format $wp_rewrite->using_index_permalinks() && ! strpos$pagenum_link'index.php' ) ? 'index.php/' '';
        
$format .= $wp_rewrite->using_permalinks() ? user_trailingslashit$wp_rewrite->pagination_base '/%#%''paged' ) : '?paged=%#%';

        
$defaults = array(
            
'base'               => $pagenum_link// http://example.com/all_posts.php%_% : %_% is replaced by format (below)
            
'format'             => $format// ?page=%#% : %#% is replaced by the page number
            
'total'              => $total,
            
'current'            => $current,
            
'aria_current'       => 'page',
            
'show_all'           => false,
            
'prev_next'          => true,
            
'prev_text'          => __'&laquo; Previous' ),
            
'next_text'          => __'Next &raquo;' ),
            
'end_size'           => 1,
            
'mid_size'           => 2,
            
'type'               => 'plain',
            
'add_args'           => array(), // array of query args to add
            
'add_fragment'       => '',
            
'before_page_number' => '',
            
'after_page_number'  => '',
        );

        
$args wp_parse_args$args$defaults );

        if ( ! 
is_array$args['add_args'] ) ) {
            
$args['add_args'] = array();
        }

        
// Merge additional query vars found in the original URL into 'add_args' array.
        
if ( isset( $url_parts[1] ) ) {
            
// Find the format argument.
            
$format       explode'?'str_replace'%_%'$args['format'], $args['base'] ) );
            
$format_query = isset( $format[1] ) ? $format[1] : '';
            
wp_parse_str$format_query$format_args );

            
// Find the query args of the requested URL.
            
wp_parse_str$url_parts[1], $url_query_args );

            
// Remove the format argument from the array of query arguments, to avoid overwriting custom format.
            
foreach ( $format_args as $format_arg => $format_arg_value ) {
                unset( 
$url_query_args$format_arg ] );
            }

            
$args['add_args'] = array_merge$args['add_args'], urlencode_deep$url_query_args ) );
        }

        
// Who knows what else people pass in $args
        
$total = (int) $args['total'];
        if ( 
$total ) {
            return;
        }
        
$current  = (int) $args['current'];
        
$end_size = (int) $args['end_size']; // Out of bounds?  Make it the default.
        
if ( $end_size ) {
            
$end_size 1;
        }
        
$mid_size = (int) $args['mid_size'];
        if ( 
$mid_size ) {
            
$mid_size 2;
        }
        
$add_args   $args['add_args'];
        
$r          '';
        
$page_links = array();
        
$dots       false;

        if ( 
$args['prev_next'] && $current && $current ) :
            
$link str_replace'%_%'== $current '' $args['format'], $args['base'] );
            
$link str_replace'%#%'$current 1$link );
            if ( 
$add_args ) {
                
$link add_query_arg$add_args$link );
            }
            
$link .= $args['add_fragment'];

            
/**
             * Filters the paginated links for the given archive pages.
             *
             * @since 3.0.0
             *
             * @param string $link The paginated link URL.
             */
            
$page_links[] = '<a class="prev page-numbers" href="' esc_urlapply_filters'paginate_links'$link ) ) . '">' $args['prev_text'] . '</a>';
        endif;
        for ( 
$n 1$n <= $total$n ++ ) :
            if ( 
$n == $current ) :
                
$page_links[] = "<span class='page-numbers current'>" $args['before_page_number'] . number_format_i18n$n ) . $args['after_page_number'] . "</span>";
                
$dots         true;
            else :
                if ( 
$args['show_all'] || ( $n <= $end_size || ( $current && $n >= $current $mid_size && $n <= $current $mid_size ) || $n $total $end_size ) ) :
                    
$link str_replace'%_%'== $n '' $args['format'], $args['base'] );
                    
$link str_replace'%#%'$n$link );
                    if ( 
$add_args ) {
                        
$link add_query_arg$add_args$link );
                    }
                    
$link .= $args['add_fragment'];

                    
/** This filter is documented in wp-includes/general-template.php */
                    
$page_links[] = "<a class='page-numbers' href='" esc_urlapply_filters'paginate_links'$link ) ) . "'>" $args['before_page_number'] . number_format_i18n$n ) . $args['after_page_number'] . "</a>";
                    
$dots         true;
                elseif ( 
$dots && ! $args['show_all'] ) :
                    
$page_links[] = '<span class="page-numbers dots">' __'&hellip;' ) . '</span>';
                    
$dots         false;
                endif;
            endif;
        endfor;
        if ( 
$args['prev_next'] && $current && $current $total ) :
            
$link str_replace'%_%'$args['format'], $args['base'] );
            
$link str_replace'%#%'$current 1$link );
            if ( 
$add_args ) {
                
$link add_query_arg$add_args$link );
            }
            
$link .= $args['add_fragment'];

            
/** This filter is documented in wp-includes/general-template.php */
            
$page_links[] = '<a class="next page-numbers" href="' esc_urlapply_filters'paginate_links'$link ) ) . '">' $args['next_text'] . '</a>';
        endif;
        switch ( 
$args['type'] ) {
            case 
'array' :
                return 
$page_links;

            case 
'list' :
                
$r .= "<ul class='page-numbers'>\n\t<li>";
                
$r .= join"</li>\n\t<li>"$page_links );
                
$r .= "</li>\n</ul>\n";
                break;

            default :
                
$r join"\n"$page_links );
                break;
        }

        return 
$r;
    }
}

if ( ! 
function_exists'penci_amp_list_self_fonts' ) ):
    function 
penci_amp_list_self_fonts() {
        if( ! 
get_theme_mod'penci_disable_default_fonts' )  ) {
            return;
        }

        
$font_url_theme get_template_directory_uri() . '/fonts/';
        
$font_url_plugin PENCI_AMP_URL 'assets/fonts/';
        
ob_start();

        
// Teko
        
?>
        @font-face{font-family:'Teko';font-style:normal;font-weight:300;src:local('Teko Light'),local(Teko-Light),url(<?php echo ($font_url_theme); ?>teko/LYjCdG7kmE0gdQhfsCVgqGIu.woff2) format("woff2");unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:'Teko';font-style:normal;font-weight:300;src:local('Teko Light'),local(Teko-Light),url(<?php echo ($font_url_theme); ?>teko/LYjCdG7kmE0gdQhfsCpgqGIu.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Teko';font-style:normal;font-weight:300;src:local('Teko Light'),local(Teko-Light),url(<?php echo ($font_url_theme); ?>teko/LYjCdG7kmE0gdQhfsCRgqA.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Teko';font-style:normal;font-weight:400;src:local('Teko Regular'),local(Teko-Regular),url(<?php echo ($font_url_theme); ?>teko/LYjNdG7kmE0gfaJ9pRtB.woff2) format("woff2");unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:'Teko';font-style:normal;font-weight:400;src:local('Teko Regular'),local(Teko-Regular),url(<?php echo ($font_url_theme); ?>teko/LYjNdG7kmE0gfa19pRtB.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Teko';font-style:normal;font-weight:400;src:local('Teko Regular'),local(Teko-Regular),url(<?php echo ($font_url_theme); ?>teko/LYjNdG7kmE0gfaN9pQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Teko';font-style:normal;font-weight:500;src:local('Teko Medium'),local(Teko-Medium),url(<?php echo ($font_url_theme); ?>teko/LYjCdG7kmE0gdVBesCVgqGIu.woff2) format("woff2");unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:'Teko';font-style:normal;font-weight:500;src:local('Teko Medium'),local(Teko-Medium),url(<?php echo ($font_url_theme); ?>teko/LYjCdG7kmE0gdVBesCpgqGIu.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Teko';font-style:normal;font-weight:500;src:local('Teko Medium'),local(Teko-Medium),url(<?php echo ($font_url_theme); ?>teko/LYjCdG7kmE0gdVBesCRgqA.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Teko';font-style:normal;font-weight:600;src:local('Teko SemiBold'),local(Teko-SemiBold),url(<?php echo ($font_url_theme); ?>teko/LYjCdG7kmE0gdXxZsCVgqGIu.woff2) format("woff2");unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:'Teko';font-style:normal;font-weight:600;src:local('Teko SemiBold'),local(Teko-SemiBold),url(<?php echo ($font_url_theme); ?>teko/LYjCdG7kmE0gdXxZsCpgqGIu.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Teko';font-style:normal;font-weight:600;src:local('Teko SemiBold'),local(Teko-SemiBold),url(<?php echo ($font_url_theme); ?>teko/LYjCdG7kmE0gdXxZsCRgqA.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Teko';font-style:normal;font-weight:700;src:local('Teko Bold'),local(Teko-Bold),url(<?php echo ($font_url_theme); ?>teko/LYjCdG7kmE0gdRhYsCVgqGIu.woff2) format("woff2");unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:'Teko';font-style:normal;font-weight:700;src:local('Teko Bold'),local(Teko-Bold),url(<?php echo ($font_url_theme); ?>teko/LYjCdG7kmE0gdRhYsCpgqGIu.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Teko';font-style:normal;font-weight:700;src:local('Teko Bold'),local(Teko-Bold),url(<?php echo ($font_url_theme); ?>teko/LYjCdG7kmE0gdRhYsCRgqA.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
        <?php
        
// Roboto
        
?>
        @font-face{font-family:'Roboto';font-style:italic;font-weight:100;src:local('Roboto Thin Italic'),local(Roboto-ThinItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;src:local('Roboto Thin Italic'),local(Roboto-ThinItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;src:local('Roboto Thin Italic'),local(Roboto-ThinItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;src:local('Roboto Thin Italic'),local(Roboto-ThinItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;src:local('Roboto Thin Italic'),local(Roboto-ThinItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOiCnqEu92Fr1Mu51QrEz8dL_nz.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;src:local('Roboto Thin Italic'),local(Roboto-ThinItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;src:local('Roboto Thin Italic'),local(Roboto-ThinItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;src:local('Roboto Light Italic'),local(Roboto-LightItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;src:local('Roboto Light Italic'),local(Roboto-LightItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;src:local('Roboto Light Italic'),local(Roboto-LightItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;src:local('Roboto Light Italic'),local(Roboto-LightItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;src:local('Roboto Light Italic'),local(Roboto-LightItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;src:local('Roboto Light Italic'),local(Roboto-LightItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;src:local('Roboto Light Italic'),local(Roboto-LightItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:local('Roboto Italic'),local(Roboto-Italic),url(<?php echo ($font_url_theme); ?>roboto/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:local('Roboto Italic'),local(Roboto-Italic),url(<?php echo ($font_url_theme); ?>roboto/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:local('Roboto Italic'),local(Roboto-Italic),url(<?php echo ($font_url_theme); ?>roboto/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:local('Roboto Italic'),local(Roboto-Italic),url(<?php echo ($font_url_theme); ?>roboto/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:local('Roboto Italic'),local(Roboto-Italic),url(<?php echo ($font_url_theme); ?>roboto/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:local('Roboto Italic'),local(Roboto-Italic),url(<?php echo ($font_url_theme); ?>roboto/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:local('Roboto Italic'),local(Roboto-Italic),url(<?php echo ($font_url_theme); ?>roboto/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;src:local('Roboto Medium Italic'),local(Roboto-MediumItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;src:local('Roboto Medium Italic'),local(Roboto-MediumItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;src:local('Roboto Medium Italic'),local(Roboto-MediumItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;src:local('Roboto Medium Italic'),local(Roboto-MediumItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;src:local('Roboto Medium Italic'),local(Roboto-MediumItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;src:local('Roboto Medium Italic'),local(Roboto-MediumItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;src:local('Roboto Medium Italic'),local(Roboto-MediumItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;src:local('Roboto Bold Italic'),local(Roboto-BoldItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;src:local('Roboto Bold Italic'),local(Roboto-BoldItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;src:local('Roboto Bold Italic'),local(Roboto-BoldItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;src:local('Roboto Bold Italic'),local(Roboto-BoldItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;src:local('Roboto Bold Italic'),local(Roboto-BoldItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;src:local('Roboto Bold Italic'),local(Roboto-BoldItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;src:local('Roboto Bold Italic'),local(Roboto-BoldItalic),url(<?php echo ($font_url_theme); ?>roboto/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;src:local('Roboto Thin'),local(Roboto-Thin),url(<?php echo ($font_url_theme); ?>roboto/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;src:local('Roboto Thin'),local(Roboto-Thin),url(<?php echo ($font_url_theme); ?>roboto/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;src:local('Roboto Thin'),local(Roboto-Thin),url(<?php echo ($font_url_theme); ?>roboto/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;src:local('Roboto Thin'),local(Roboto-Thin),url(<?php echo ($font_url_theme); ?>roboto/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;src:local('Roboto Thin'),local(Roboto-Thin),url(<?php echo ($font_url_theme); ?>roboto/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;src:local('Roboto Thin'),local(Roboto-Thin),url(<?php echo ($font_url_theme); ?>roboto/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;src:local('Roboto Thin'),local(Roboto-Thin),url(<?php echo ($font_url_theme); ?>roboto/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local(Roboto-Light),url(<?php echo ($font_url_theme); ?>roboto/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local(Roboto-Light),url(<?php echo ($font_url_theme); ?>roboto/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local(Roboto-Light),url(<?php echo ($font_url_theme); ?>roboto/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local(Roboto-Light),url(<?php echo ($font_url_theme); ?>roboto/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local(Roboto-Light),url(<?php echo ($font_url_theme); ?>roboto/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local(Roboto-Light),url(<?php echo ($font_url_theme); ?>roboto/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local(Roboto-Light),url(<?php echo ($font_url_theme); ?>roboto/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local(Roboto),local(Roboto-Regular),url(<?php echo ($font_url_theme); ?>roboto/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local(Roboto),local(Roboto-Regular),url(<?php echo ($font_url_theme); ?>roboto/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local(Roboto),local(Roboto-Regular),url(<?php echo ($font_url_theme); ?>roboto/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local(Roboto),local(Roboto-Regular),url(<?php echo ($font_url_theme); ?>roboto/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local(Roboto),local(Roboto-Regular),url(<?php echo ($font_url_theme); ?>roboto/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local(Roboto),local(Roboto-Regular),url(<?php echo ($font_url_theme); ?>roboto/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local(Roboto),local(Roboto-Regular),url(<?php echo ($font_url_theme); ?>roboto/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'),local(Roboto-Medium),url(<?php echo ($font_url_theme); ?>roboto/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'),local(Roboto-Medium),url(<?php echo ($font_url_theme); ?>roboto/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'),local(Roboto-Medium),url(<?php echo ($font_url_theme); ?>roboto/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'),local(Roboto-Medium),url(<?php echo ($font_url_theme); ?>roboto/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'),local(Roboto-Medium),url(<?php echo ($font_url_theme); ?>roboto/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'),local(Roboto-Medium),url(<?php echo ($font_url_theme); ?>roboto/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'),local(Roboto-Medium),url(<?php echo ($font_url_theme); ?>roboto/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local(Roboto-Bold),url(<?php echo ($font_url_theme); ?>roboto/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local(Roboto-Bold),url(<?php echo ($font_url_theme); ?>roboto/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local(Roboto-Bold),url(<?php echo ($font_url_theme); ?>roboto/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local(Roboto-Bold),url(<?php echo ($font_url_theme); ?>roboto/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local(Roboto-Bold),url(<?php echo ($font_url_theme); ?>roboto/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local(Roboto-Bold),url(<?php echo ($font_url_theme); ?>roboto/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local(Roboto-Bold),url(<?php echo ($font_url_theme); ?>roboto/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
        <?php
        
// Open Sans
        
?>
        @font-face{font-family:'Open Sans';font-style:italic;font-weight:300;src:local('Open Sans Light Italic'),local(OpenSans-LightItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKWyV9hmIqOjjg.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Open Sans';font-style:italic;font-weight:300;src:local('Open Sans Light Italic'),local(OpenSans-LightItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKWyV9hvIqOjjg.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Open Sans';font-style:italic;font-weight:300;src:local('Open Sans Light Italic'),local(OpenSans-LightItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKWyV9hnIqOjjg.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Open Sans';font-style:italic;font-weight:300;src:local('Open Sans Light Italic'),local(OpenSans-LightItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKWyV9hoIqOjjg.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Open Sans';font-style:italic;font-weight:300;src:local('Open Sans Light Italic'),local(OpenSans-LightItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKWyV9hkIqOjjg.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Open Sans';font-style:italic;font-weight:300;src:local('Open Sans Light Italic'),local(OpenSans-LightItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKWyV9hlIqOjjg.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Open Sans';font-style:italic;font-weight:300;src:local('Open Sans Light Italic'),local(OpenSans-LightItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKWyV9hrIqM.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;src:local('Open Sans Italic'),local(OpenSans-Italic),url(<?php echo ($font_url_plugin); ?>opensans/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;src:local('Open Sans Italic'),local(OpenSans-Italic),url(<?php echo ($font_url_plugin); ?>opensans/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;src:local('Open Sans Italic'),local(OpenSans-Italic),url(<?php echo ($font_url_plugin); ?>opensans/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;src:local('Open Sans Italic'),local(OpenSans-Italic),url(<?php echo ($font_url_plugin); ?>opensans/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;src:local('Open Sans Italic'),local(OpenSans-Italic),url(<?php echo ($font_url_plugin); ?>opensans/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;src:local('Open Sans Italic'),local(OpenSans-Italic),url(<?php echo ($font_url_plugin); ?>opensans/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;src:local('Open Sans Italic'),local(OpenSans-Italic),url(<?php echo ($font_url_plugin); ?>opensans/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:italic;font-weight:600;src:local('Open Sans SemiBold Italic'),local(OpenSans-SemiBoldItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKXGUdhmIqOjjg.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Open Sans';font-style:italic;font-weight:600;src:local('Open Sans SemiBold Italic'),local(OpenSans-SemiBoldItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKXGUdhvIqOjjg.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Open Sans';font-style:italic;font-weight:600;src:local('Open Sans SemiBold Italic'),local(OpenSans-SemiBoldItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKXGUdhnIqOjjg.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Open Sans';font-style:italic;font-weight:600;src:local('Open Sans SemiBold Italic'),local(OpenSans-SemiBoldItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKXGUdhoIqOjjg.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Open Sans';font-style:italic;font-weight:600;src:local('Open Sans SemiBold Italic'),local(OpenSans-SemiBoldItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKXGUdhkIqOjjg.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Open Sans';font-style:italic;font-weight:600;src:local('Open Sans SemiBold Italic'),local(OpenSans-SemiBoldItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKXGUdhlIqOjjg.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Open Sans';font-style:italic;font-weight:600;src:local('Open Sans SemiBold Italic'),local(OpenSans-SemiBoldItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKXGUdhrIqM.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;src:local('Open Sans Bold Italic'),local(OpenSans-BoldItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKWiUNhmIqOjjg.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;src:local('Open Sans Bold Italic'),local(OpenSans-BoldItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKWiUNhvIqOjjg.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;src:local('Open Sans Bold Italic'),local(OpenSans-BoldItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKWiUNhnIqOjjg.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;src:local('Open Sans Bold Italic'),local(OpenSans-BoldItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKWiUNhoIqOjjg.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;src:local('Open Sans Bold Italic'),local(OpenSans-BoldItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKWiUNhkIqOjjg.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;src:local('Open Sans Bold Italic'),local(OpenSans-BoldItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKWiUNhlIqOjjg.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;src:local('Open Sans Bold Italic'),local(OpenSans-BoldItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKWiUNhrIqM.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:italic;font-weight:800;src:local('Open Sans ExtraBold Italic'),local(OpenSans-ExtraBoldItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKW-U9hmIqOjjg.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Open Sans';font-style:italic;font-weight:800;src:local('Open Sans ExtraBold Italic'),local(OpenSans-ExtraBoldItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKW-U9hvIqOjjg.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Open Sans';font-style:italic;font-weight:800;src:local('Open Sans ExtraBold Italic'),local(OpenSans-ExtraBoldItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKW-U9hnIqOjjg.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Open Sans';font-style:italic;font-weight:800;src:local('Open Sans ExtraBold Italic'),local(OpenSans-ExtraBoldItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKW-U9hoIqOjjg.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Open Sans';font-style:italic;font-weight:800;src:local('Open Sans ExtraBold Italic'),local(OpenSans-ExtraBoldItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKW-U9hkIqOjjg.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Open Sans';font-style:italic;font-weight:800;src:local('Open Sans ExtraBold Italic'),local(OpenSans-ExtraBoldItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKW-U9hlIqOjjg.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Open Sans';font-style:italic;font-weight:800;src:local('Open Sans ExtraBold Italic'),local(OpenSans-ExtraBoldItalic),url(<?php echo ($font_url_plugin); ?>opensans/memnYaGs126MiZpBA-UFUKW-U9hrIqM.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;src:local('Open Sans Light'),local(OpenSans-Light),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;src:local('Open Sans Light'),local(OpenSans-Light),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;src:local('Open Sans Light'),local(OpenSans-Light),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;src:local('Open Sans Light'),local(OpenSans-Light),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;src:local('Open Sans Light'),local(OpenSans-Light),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;src:local('Open Sans Light'),local(OpenSans-Light),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;src:local('Open Sans Light'),local(OpenSans-Light),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans Regular'),local(OpenSans-Regular),url(<?php echo ($font_url_plugin); ?>opensans/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans Regular'),local(OpenSans-Regular),url(<?php echo ($font_url_plugin); ?>opensans/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans Regular'),local(OpenSans-Regular),url(<?php echo ($font_url_plugin); ?>opensans/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans Regular'),local(OpenSans-Regular),url(<?php echo ($font_url_plugin); ?>opensans/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans Regular'),local(OpenSans-Regular),url(<?php echo ($font_url_plugin); ?>opensans/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans Regular'),local(OpenSans-Regular),url(<?php echo ($font_url_plugin); ?>opensans/mem8YaGs126MiZpBA-UFW50bbck.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans Regular'),local(OpenSans-Regular),url(<?php echo ($font_url_plugin); ?>opensans/mem8YaGs126MiZpBA-UFVZ0b.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:local('Open Sans SemiBold'),local(OpenSans-SemiBold),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:local('Open Sans SemiBold'),local(OpenSans-SemiBold),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:local('Open Sans SemiBold'),local(OpenSans-SemiBold),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:local('Open Sans SemiBold'),local(OpenSans-SemiBold),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:local('Open Sans SemiBold'),local(OpenSans-SemiBold),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:local('Open Sans SemiBold'),local(OpenSans-SemiBold),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:local('Open Sans SemiBold'),local(OpenSans-SemiBold),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'),local(OpenSans-Bold),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'),local(OpenSans-Bold),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'),local(OpenSans-Bold),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'),local(OpenSans-Bold),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'),local(OpenSans-Bold),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'),local(OpenSans-Bold),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'),local(OpenSans-Bold),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;src:local('Open Sans ExtraBold'),local(OpenSans-ExtraBold),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UN8rsOX-hpOqc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;src:local('Open Sans ExtraBold'),local(OpenSans-ExtraBold),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UN8rsOVuhpOqc.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;src:local('Open Sans ExtraBold'),local(OpenSans-ExtraBold),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UN8rsOXuhpOqc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;src:local('Open Sans ExtraBold'),local(OpenSans-ExtraBold),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UN8rsOUehpOqc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;src:local('Open Sans ExtraBold'),local(OpenSans-ExtraBold),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UN8rsOXehpOqc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;src:local('Open Sans ExtraBold'),local(OpenSans-ExtraBold),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UN8rsOXOhpOqc.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;src:local('Open Sans ExtraBold'),local(OpenSans-ExtraBold),url(<?php echo ($font_url_plugin); ?>opensans/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
        <?php

        
echo ob_get_clean();
    }
endif;


if( ! 
function_exists'penci_amp_get_http' ) ){
    function 
penci_amp_get_http() {
        if ( 
is_ssl() ) {
            return 
'https';
        }

        return 
'http';
    }
}
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586