-
Notifications
You must be signed in to change notification settings - Fork 38
/
MagPro By SM Asik With Hind Siliguri Bangla Font.xml
4117 lines (4085 loc) · 314 KB
/
MagPro By SM Asik With Hind Siliguri Bangla Font.xml
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
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html b:css='false' b:defaultwidgetversion='2' b:layoutsVersion='3' b:responsive='true' b:templateVersion='1.0.0' expr:class='data:blog.languageDirection' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<b:attr cond='data:skin.vars.darkmode == "1px"' name='data-theme' value='dark'/>
<head>
<meta content='1E5582D5A737CEB56A08D549FF976604' name='msvalidate.01'/>
<meta content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1' name='viewport'/>
<title><data:view.title.escaped/></title>
<link href='//1.bp.blogspot.com' rel='dns-prefetch'/>
<link href='//2.bp.blogspot.com' rel='dns-prefetch'/>
<link href='//3.bp.blogspot.com' rel='dns-prefetch'/>
<link href='//4.bp.blogspot.com' rel='dns-prefetch'/>
<link href='//www.blogger.com' rel='dns-prefetch'/>
<link href='//dnjs.cloudflare.com' rel='dns-prefetch'/>
<link href='//fonts.gstatic.com' rel='dns-prefetch'/>
<link href='//pagead2.googlesyndication.com' rel='dns-prefetch'/>
<link href='//www.googletagmanager.com' rel='dns-prefetch'/>
<link href='//www.google-analytics.com' rel='dns-prefetch'/>
<link href='//connect.facebook.net' rel='dns-prefetch'/>
<link href='//c.disquscdn.com' rel='dns-prefetch'/>
<link href='//disqus.com' rel='dns-prefetch'/>
<b:include name='head-content'/>
<!-- Font HindSiliguri -->
<link href='https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400&display=swap' rel='stylesheet'/>
<!-- Font Awesome Free 5.11.2 -->
<link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css' rel='stylesheet'/>
<!-- Template Style CSS -->
<b:if cond='!data:view.isLayoutMode'>
<b:skin version='1.0.0'><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name: MagPro
Version: 1.6.0 - Designed By Bangla Techspot
Author: Templateify (Bangla Techspot)
Author Url: https://www.templateify.com/ (https://www.banglatechspot.com)
----------------------------------------------- */
/*
<!-- Variable definitions -->
<Variable name="keycolor" description="Main Color" type="color" default="#ff2232" value="#ff2232"/>
<Group description="Layout Options" selector="body">
<Variable name="darkmode" description="Dark Mode" type="length" default="0px" min="0px" max="1px" value="0px"/>
<Variable name="fullwidth" description="Full Width" type="length" default="0px" min="0px" max="1px" value="0px"/>
<Variable name="sidebar" description="Left Sidebar" type="length" default="0px" min="0px" max="1px" value="0px"/>
<Variable name="fixedmenu" description="Fixed Menu" type="length" default="1px" min="0px" max="1px" value="1px"/>
<Variable name="fixedsidebar" description="Fixed Sidebar" type="length" default="1px" min="0px" max="1px" value="1px"/>
</Group>
<Group description="Theme Widths" selector="body">
<Variable name="row.width" description="Container Width" type="length" default="970px" min="970px" max="1089px" value="970px"/>
<Variable name="sidebar.width" description="Sidebar Width" type="length" default="300px" min="250px" max="336px" value="300px"/>
</Group>
<Group description="Theme Fonts" selector="body">
<Variable name="main.font" description="Site Font" type="font" family="'Hind Siliguri',sans-serif" default="normal 400 14px $(family)" value="normal 400 14px $(family)"/>
<Variable name="title.font" description="Title Font" type="font" family="'Hind Siliguri',sans-serif" default="normal 400 14px $(family)" value="normal 400 14px $(family)"/>
<Variable name="meta.font" description="Meta Font" type="font" family="'Hind Siliguri',sans-serif" default="normal 400 14px $(family)" value="normal 400 14px $(family)"/>
<Variable name="text.font" description="Text Font" type="font" family="'Hind Siliguri',sans-serif" default="normal 400 14px $(family)" value="normal 400 14px $(family)"/>
</Group>
<Group description="Background" selector="body">
<Variable name="body.background.color" description="Body Background" type="color" default="#f5f6f7" value="#f5f6f7"/>
<Variable name="body.background" description="Background" type="background" color="$(body.background.color)" default="$(color) none no-repeat scroll center center" value="$(color) none no-repeat scroll center center"/>
<Variable name="outer.bg" description="Outer Wrapper Background" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="body.dark.bg" description="Body Dark Background" type="color" default="#15181f" value="#15181f"/>
<Variable name="background.cover" description="Background Image Size Cover" type="length" default="0px" min="0px" max="1px" value="0px"/>
</Group>
<Group description="Theme Colors 1" selector="body">
<Variable name="main.color" description="Theme Color" type="color" default="#ff2232" value="#ff2232"/>
<Variable name="title.color" description="Title Color" type="color" default="#171921" value="#171921"/>
<Variable name="title.hover.color" description="Title Hover Color" type="color" default="$(main.color)" value="#ff2232"/>
<Variable name="meta.color" description="Meta Color" type="color" default="#a9b4ba" value="#a9b4ba"/>
</Group>
<Group description="Theme Colors 2" selector="body">
<Variable name="body.text.color" description="Body Text Color" type="color" default="#7f7f7f" value="#7f7f7f"/>
<Variable name="body.link.color" description="Colored Links" type="color" default="$(main.color)" value="#ff2232"/>
<Variable name="tag.bg" description="Tag Background" type="color" default="$(main.color)" value="#ff2232"/>
<Variable name="tag.color" description="Tag Color" type="color" default="#ffffff" value="#ffffff"/>
</Group>
<Group description="Main TopBar" selector="nav.topbar-wrap">
<Variable name="topbar.bg" description="TopBar Background" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="topbar.color" description="TopBar Color" type="color" default="$(title.color)" value="#171921"/>
<Variable name="topbar.hover.color" description="TopBar Hover Color" type="color" default="$(main.color)" value="#ff2232"/>
</Group>
<Group description="Main Header" selector="div#magpro-pro-header-wrapper">
<Variable name="header.bg" description="Header Background" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="header.color" description="Header Color" type="color" default="$(title.color)" value="#171921"/>
<Variable name="header.hover.color" description="Header Hover Color" type="color" default="$(main.color)" value="#ff2232"/>
<Variable name="header.ads.bg" description="Header ADS BG on Mobile" type="color" default="#fafafa" value="#fafafa"/>
</Group>
<Group description="Main Menu" selector="nav.main-menu-wrap">
<Variable name="menu.bg" description="Menu Background" type="color" default="#171921" value="#171921"/>
<Variable name="menu.color" description="Menu Color" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="menu.hover.bg" description="Menu Item Hover Background" type="color" default="$(main.color)" value="#ff2232"/>
<Variable name="menu.hover.color" description="Menu Item Hover Color" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="menu.icon.bg" description="Menu Icon Backgorund" type="color" default="$(main.color)" value="#ff2232"/>
<Variable name="menu.icon.color" description="Menu Icon Color" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="menu.icon.hover.bg" description="Menu Icon Hover Backgorund" type="color" default="$(main.color)" value="#ff2232"/>
<Variable name="menu.icon.hover.color" description="Menu Icon Hover Color" type="color" default="#ffffff" value="#ffffff"/>
</Group>
<Group description="Sub Menu" selector="nav.main-menu-wrap">
<Variable name="submenu.bg" description="SubMenu Background" type="color" default="#212530" value="#212530"/>
<Variable name="submenu.color" description="SubMenu Color" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="submenu.hover.bg" description="SubMenu Hover Background" type="color" default="#1e212b" value="#1e212b"/>
<Variable name="submenu.hover.color" description="SubMenu Hover Color" type="color" default="$(main.color)" value="#ff2232"/>
</Group>
<Group description="Mega Menu" selector="nav.main-menu-wrap">
<Variable name="megamenu.bg" description="MegaMenu Background" type="color" default="#212530" value="#212530"/>
<Variable name="megamenu.color" description="MegaMenu Tab Color" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="megamenu.hover.color" description="MegaMenu Active Tab Color" type="color" default="#fffff" value="#ffffff"/>
<Variable name="megamenu.post.title.color" description="MegaMenu Post Title Color" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="megamenu.post.title.hover" description="MegaMenu Post Title Hover Color" type="color" default="$(main.color)" value="#ff2232"/>
<Variable name="megamenu.meta.color" description="MegaMenu Meta Color" type="color" default="$(meta.color)" value="#a9b4ba"/>
</Group>
<Group description="Mobile Menu">
<Variable name="mmenu.bg" description="Mobile Menu Background" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="mmenu.color" description="Mobile Menu Color" type="color" default="$(title.color)" value="#171921"/>
<Variable name="mmenu.hover.color" description="Mobile Menu Hover Color" type="color" default="$(main.color)" value="#ff2232"/>
</Group>
<Group description="Theme Widgets">
<Variable name="wtitle.bg" description="Widget Title Background" type="color" default="#171921" value="#171921"/>
<Variable name="wtitle.color" description="Widget Title Color" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="tab.active.bg" description="Widget Tab Active" type="color" default="$(main.color)" value="#ff2232"/>
<Variable name="videos.widget.bg" description="Videos Widget Background" type="color" default="#212530" value="#212530"/>
</Group>
<Group description="Post Styles" select="#main-wrapper">
<Variable name="post.title.color" description="Post Title Color" type="color" default="$(title.color)" value="#171921"/>
<Variable name="post.title.hover.color" description="Post Title Hover Color" type="color" default="$(title.hover.color)" value="#ff2232"/>
<Variable name="post.text.color" description="Post Text Color" type="color" default="$(body.text.color)" value="#7f7f7f"/>
<Variable name="itempost.title.size" description="Post Title Font Size" type="length" default="30px" min="20px" max="40px" value="30px"/>
<Variable name="itempost.content.size" description="Post Text Font Size" type="length" default="14px" min="12px" max="20px" value="14px"/>
</Group>
<Group description="Post Options" select="#main-wrapper">
<Variable name="breadcrumb" description="Post Breadcrumbs" type="length" default="1px" min="0px" max="1px" value="1px"/>
<Variable name="cmm.count" description="Comments Count" type="length" default="1px" min="0px" max="1px" value="1px"/>
<Variable name="postnav" description="Post Navigation" type="length" default="1px" min="0px" max="1px" value="1px"/>
<Variable name="fbdarktheme" description="Facebook Comments Dark Mode" type="length" default="0px" min="0px" max="1px" value="0px"/>
</Group>
<Group description="Theme Buttons">
<Variable name="button.bg" description="Button Background" type="color" default="$(main.color)" value="#ff2232"/>
<Variable name="button.color" description="Button Color" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="button.hover.bg" description="Button Hover Background" type="color" default="#e51f2d" value="#e51f2d"/>
<Variable name="button.hover.color" description="Button Hover Color" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="darkbutton.bg" description="Dark Button Background" type="color" default="#171921" value="#171921"/>
<Variable name="darkbutton.color" description="Dark Button Color" type="color" default="#ffffff" value="#ffffff"/>
</Group>
<Group description="Theme Footer" selector="#footer-wrapper">
<Variable name="footer.bg" description="Footer Background" type="color" default="#171921" value="#171921"/>
<Variable name="footer.color" description="Footer Icons Color" type="color" default="#dbdbdb" value="#dbdbdb"/>
<Variable name="footer.text.color" description="Footer Text Color" type="color" default="#aaaaaa" value="#aaaaaa"/>
<Variable name="footer.link.color" description="Footer Link Color" type="color" default="$(main.color)" value="#ff2232"/>
</Group>
<Group description="Footer Bar" selector="div.footerbar">
<Variable name="footerbar.bg" description="Footer Bar Background" type="color" default="#12141a" value="#12141a"/>
<Variable name="footerbar.color" description="Footer Bar Color" type="color" default="#dbdbdb" value="#dbdbdb"/>
<Variable name="footerbar.hover.color" description="Footer Bar Hover Color" type="color" default="$(main.color)" value="#ff2232"/>
</Group>
<!-- Site Font -->
<Variable name="mainfont.medium" description="Main Font Medium" hideEditor="true" type="font" default="normal 500 14px $(main.font.family)" value="normal 500 14px $(family)"/>
<Variable name="mainfont.semibold" description="Main Font SemiBold" hideEditor="true" type="font" default="normal 600 14px $(main.font.family)" value="normal 600 14px $(family)"/>
<Variable name="mainfont.bold" description="Main Font Bold" hideEditor="true" type="font" default="normal 700 14px $(main.font.family)" value="normal 700 14px $(family)"/>
<Variable name="mainfont.italic" description="Main Font Italic" hideEditor="true" type="font" default="italic 400 14px $(main.font.family)" value="italic 400 14px $(family)"/>
<Variable name="mainfont.mediumitalic" description="Main Font Medium Italic" hideEditor="true" type="font" default="italic 500 14px $(main.font.family)" value="italic 500 14px $(family)"/>
<Variable name="mainfont.semibolditalic" description="Main Font SemiBold Italic" hideEditor="true" type="font" default="italic 600 14px $(main.font.family)" value="italic 600 14px $(family)"/>
<Variable name="mainfont.bolditalic" description="Main Font Bold Italic" hideEditor="true" type="font" default="italic 700 14px $(main.font.family)" value="italic 700 14px $(family)"/>
<!-- Title Font -->
<Variable name="titlefont.medium" description="Title Font Medium" hideEditor="true" type="font" default="normal 500 14px $(title.font.family)" value="normal 500 14px $(family)"/>
<Variable name="titlefont.semibold" description="Title Font SemiBold" hideEditor="true" type="font" default="normal 600 14px $(title.font.family)" value="normal 600 14px $(family)"/>
<Variable name="titlefont.bold" description="Title Font Bold" hideEditor="true" type="font" default="normal 700 14px $(title.font.family)" value="normal 700 14px $(family)"/>
<Variable name="titlefont.italic" description="Title Font Italic" hideEditor="true" type="font" default="italic 400 14px $(title.font.family)" value="italic 400 14px $(family)"/>
<Variable name="titlefont.mediumitalic" description="Title Font Medium Italic" hideEditor="true" type="font" default="italic 500 14px $(title.font.family)" value="italic 500 14px $(family)"/>
<Variable name="titlefont.semibolditalic" description="Title Font SemiBold Italic" hideEditor="true" type="font" default="italic 600 14px $(title.font.family)" value="italic 600 14px $(family)"/>
<Variable name="titlefont.bolditalic" description="Title Font Bold Italic" hideEditor="true" type="font" default="italic 700 14px $(title.font.family)" value="italic 700 14px $(family)"/>
<!-- Meta Font -->
<Variable name="metafont.italic" description="Meta Font Italic" hideEditor="true" type="font" default="italic 400 14px $(meta.font.family)" value="italic 400 14px $(family)"/>
<!-- Text Font -->
<Variable name="textfont.medium" description="Text Font Medium" hideEditor="true" type="font" default="normal 500 14px $(text.font.family)" value="normal 500 14px $(family)"/>
<Variable name="textfont.semibold" description="Text Font SemiBold" hideEditor="true" type="font" default="normal 600 14px $(text.font.family)" value="normal 600 14px $(family)"/>
<Variable name="textfont.bold" description="Text Font Bold" hideEditor="true" type="font" default="normal 700 14px $(text.font.family)" value="normal 700 14px $(family)"/>
<Variable name="textfont.italic" description="Text Font Italic" hideEditor="true" type="font" default="italic 400 14px $(text.font.family)" value="italic 400 14px $(family)"/>
<Variable name="textfont.mediumitalic" description="Text Font Medium Italic" hideEditor="true" type="font" default="italic 500 14px $(text.font.family)" value="italic 500 14px $(family)"/>
<Variable name="textfont.semibolditalic" description="Text Font SemiBold Italic" hideEditor="true" type="font" default="italic 600 14px $(text.font.family)" value="italic 600 14px $(family)"/>
<Variable name="textfont.bolditalic" description="Text Font Bold Italic" hideEditor="true" type="font" default="italic 700 14px $(text.font.family)" value="italic 700 14px $(family)"/>
*/
/*-- Google Fonts --*/
@font-face{font-family:'Hind Siliguri';font-style:italic;font-weight:400;font-display:swap;src:local('Hind Siliguri Italic'),local(Hind Siliguri-Italic),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiGyp8kv8JHgFVrJJLucXtAKPY.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:'Hind Siliguri';font-style:italic;font-weight:400;font-display:swap;src:local('Hind Siliguri Italic'),local(Hind Siliguri-Italic),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiGyp8kv8JHgFVrJJLufntAKPY.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:'Hind Siliguri';font-style:italic;font-weight:400;font-display:swap;src:local('Hind Siliguri Italic'),local(Hind Siliguri-Italic),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiGyp8kv8JHgFVrJJLucHtA.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:'Hind Siliguri';font-style:italic;font-weight:500;font-display:swap;src:local('Hind Siliguri Medium Italic'),local(Hind Siliguri-MediumItalic),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiDyp8kv8JHgFVrJJLmg1hVFteOcEg.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:'Hind Siliguri';font-style:italic;font-weight:500;font-display:swap;src:local('Hind Siliguri Medium Italic'),local(Hind Siliguri-MediumItalic),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiDyp8kv8JHgFVrJJLmg1hVGdeOcEg.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:'Hind Siliguri';font-style:italic;font-weight:500;font-display:swap;src:local('Hind Siliguri Medium Italic'),local(Hind Siliguri-MediumItalic),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiDyp8kv8JHgFVrJJLmg1hVF9eO.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:'Hind Siliguri';font-style:italic;font-weight:600;font-display:swap;src:local('Hind Siliguri SemiBold Italic'),local(Hind Siliguri-SemiBoldItalic),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiDyp8kv8JHgFVrJJLmr19VFteOcEg.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:'Hind Siliguri';font-style:italic;font-weight:600;font-display:swap;src:local('Hind Siliguri SemiBold Italic'),local(Hind Siliguri-SemiBoldItalic),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiDyp8kv8JHgFVrJJLmr19VGdeOcEg.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:'Hind Siliguri';font-style:italic;font-weight:600;font-display:swap;src:local('Hind Siliguri SemiBold Italic'),local(Hind Siliguri-SemiBoldItalic),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiDyp8kv8JHgFVrJJLmr19VF9eO.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:'Hind Siliguri';font-style:italic;font-weight:700;font-display:swap;src:local('Hind Siliguri Bold Italic'),local(Hind Siliguri-BoldItalic),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiDyp8kv8JHgFVrJJLmy15VFteOcEg.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:'Hind Siliguri';font-style:italic;font-weight:700;font-display:swap;src:local('Hind Siliguri Bold Italic'),local(Hind Siliguri-BoldItalic),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiDyp8kv8JHgFVrJJLmy15VGdeOcEg.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:'Hind Siliguri';font-style:italic;font-weight:700;font-display:swap;src:local('Hind Siliguri Bold Italic'),local(Hind Siliguri-BoldItalic),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiDyp8kv8JHgFVrJJLmy15VF9eO.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:'Hind Siliguri';font-style:normal;font-weight:400;font-display:swap;src:local('Hind Siliguri Regular'),local(Hind Siliguri-Regular),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiEyp8kv8JHgFVrJJbecmNE.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:'Hind Siliguri';font-style:normal;font-weight:400;font-display:swap;src:local('Hind Siliguri Regular'),local(Hind Siliguri-Regular),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiEyp8kv8JHgFVrJJnecmNE.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:'Hind Siliguri';font-style:normal;font-weight:400;font-display:swap;src:local('Hind Siliguri Regular'),local(Hind Siliguri-Regular),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiEyp8kv8JHgFVrJJfecg.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:'Hind Siliguri';font-style:normal;font-weight:500;font-display:swap;src:local('Hind Siliguri Medium'),local(Hind Siliguri-Medium),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiByp8kv8JHgFVrLGT9Z11lFc-K.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:'Hind Siliguri';font-style:normal;font-weight:500;font-display:swap;src:local('Hind Siliguri Medium'),local(Hind Siliguri-Medium),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.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:'Hind Siliguri';font-style:normal;font-weight:500;font-display:swap;src:local('Hind Siliguri Medium'),local(Hind Siliguri-Medium),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiByp8kv8JHgFVrLGT9Z1xlFQ.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:'Hind Siliguri';font-style:normal;font-weight:600;font-display:swap;src:local('Hind Siliguri SemiBold'),local(Hind Siliguri-SemiBold),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiByp8kv8JHgFVrLEj6Z11lFc-K.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:'Hind Siliguri';font-style:normal;font-weight:600;font-display:swap;src:local('Hind Siliguri SemiBold'),local(Hind Siliguri-SemiBold),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.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:'Hind Siliguri';font-style:normal;font-weight:600;font-display:swap;src:local('Hind Siliguri SemiBold'),local(Hind Siliguri-SemiBold),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiByp8kv8JHgFVrLEj6Z1xlFQ.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:'Hind Siliguri';font-style:normal;font-weight:700;font-display:swap;src:local('Hind Siliguri Bold'),local(Hind Siliguri-Bold),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiByp8kv8JHgFVrLCz7Z11lFc-K.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:'Hind Siliguri';font-style:normal;font-weight:700;font-display:swap;src:local('Hind Siliguri Bold'),local(Hind Siliguri-Bold),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.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:'Hind Siliguri';font-style:normal;font-weight:700;font-display:swap;src:local('Hind Siliguri Bold'),local(Hind Siliguri-Bold),url(https://fonts.gstatic.com/s/Hind Siliguri/v9/pxiByp8kv8JHgFVrLCz7Z1xlFQ.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}
/*-- Theme Colors and Fonts --*/
:root{
--body-font:$(main.font.family);
--title-font:$(title.font.family);
--meta-font:$(meta.font.family);
--text-font:$(text.font.family);
--body-bg-color:$(body.background.color);
--body-bg:$(body.background);
--outer-bg:$(outer.bg);
--main-color:$(main.color);
--title-color:$(title.color);
--title-hover-color:$(title.hover.color);
--meta-color:$(meta.color);
--text-color:$(body.text.color);
--link-color:$(body.link.color);
--tag-bg:$(tag.bg);
--tag-color:$(tag.color);
--topbar-bg:$(topbar.bg);
--topbar-color:$(topbar.color);
--topbar-hover-color:$(topbar.hover.color);
--header-bg:$(header.bg);
--header-color:$(header.color);
--header-hover-color:$(header.hover.color);
--header-ads-bg:$(header.ads.bg);
--menu-bg:$(menu.bg);
--menu-color:$(menu.color);
--menu-hover-bg:$(menu.hover.bg);
--menu-hover-color:$(menu.hover.color);
--menu-icon-bg:$(menu.icon.bg);
--menu-icon-color:$(menu.icon.color);
--menu-icon-hover-bg:$(menu.icon.hover.bg);
--menu-icon-hover-color:$(menu.icon.hover.color);
--submenu-bg:$(submenu.bg);
--submenu-color:$(submenu.color);
--submenu-hover-bg:$(submenu.hover.bg);
--submenu-hover-color:$(submenu.hover.color);
--megamenu-bg:$(megamenu.bg);
--megamenu-color:$(megamenu.color);
--megamenu-hover-color:$(megamenu.hover.color);
--megamenu-post-title-color:$(megamenu.post.title.color);
--megamenu-post-title-hover-color:$(megamenu.post.title.hover);
--megamenu-meta-color:$(megamenu.meta.color);
--mobilemenu-bg:$(mmenu.bg);
--mobilemenu-color:$(mmenu.color);
--mobilemenu-hover-color:$(mmenu.hover.color);
--widget-title-bg:$(wtitle.bg);
--widget-title-color:$(wtitle.color);
--tab-active-bg:$(tab.active.bg);
--videos-widget-bg:$(videos.widget.bg);
--post-title-color:$(post.title.color);
--post-title-hover-color:$(post.title.hover.color);
--post-text-color:$(post.text.color);
--footer-bg:$(footer.bg);
--footer-color:$(footer.color);
--footer-text-color:$(footer.text.color);
--footer-link-color:$(footer.link.color);
--footerbar-bg:$(footerbar.bg);
--footerbar-color:$(footerbar.color);
--footerbar-hover-color:$(footerbar.hover.color);
--button-bg:$(button.bg);
--button-color:$(button.color);
--button-hover-bg:$(button.hover.bg);
--button-hover-color:$(button.hover.color);
--darkbutton-bg:$(darkbutton.bg);
--darkbutton-color:$(darkbutton.color);
--border-color:rgba(155,155,155,0.1);
}
html[data-theme=dark]{
--body-bg-color:$(body.dark.bg);
--body-bg:$(body.background);
--outer-bg:#212530;
--main-color:$(main.color);
--title-color:#ffffff;
--title-hover-color:$(title.hover.color);
--meta-color:#a9b4ba;
--text-color:#dddddd;
--link-color:$(body.link.color);
--tag-bg:$(tag.bg);
--tag-color:$(tag.color);
--topbar-bg:#212530;
--topbar-color:#ffffff;
--topbar-hover-color:$(topbar.hover.color);
--header-bg:#212530;
--header-color:#ffffff;
--header-hover-color:$(header.hover.color);
--header-ads-bg:#282c36;
--menu-bg:#171921;
--menu-color:#ffffff;
--menu-hover-bg:$(menu.hover.bg);
--menu-hover-color:$(menu.hover.color);
--menu-icon-bg:$(menu.icon.bg);
--menu-icon-color:$(menu.icon.color);
--menu-icon-hover-bg:$(menu.icon.hover.bg);
--menu-icon-hover-color:$(menu.icon.hover.color);
--submenu-bg:#1e2028;
--submenu-color:#ffffff;
--submenu-hover-bg:#1b1d24;
--submenu-hover-color:$(submenu.hover.color);
--megamenu-bg:#1e2028;
--megamenu-color:#ffffff;
--megamenu-hover-color:$(megamenu.hover.color);
--megamenu-post-title-color:#ffffff;
--megamenu-post-title-hover-color:$(megamenu.post.title.hover);
--megamenu-meta-color:#a9b4ba;
--mobilemenu-bg:#212530;
--mobilemenu-color:#ffffff;
--mobilemenu-hover-color:$(mmenu.hover.color);
--widget-title-bg:#171921;
--widget-title-color:#ffffff;
--tab-active-bg:$(tab.active.bg);
--videos-widget-bg:#1e2028;
--post-title-color:#ffffff;
--post-title-hover-color:$(post.title.hover.color);
--post-text-color:#dddddd;
--footer-bg:#171921;
--footer-color:#ffffff;
--footer-text-color:#dddddd;
--footer-link-color:$(footer.link.color);
--footerbar-bg:#171921;
--footerbar-color:#ffffff;
--footerbar-hover-color:$(footerbar.hover.color);
--button-bg:$(button.bg);
--button-color:$(button.color);
--button-hover-bg:$(button.hover.bg);
--button-hover-color:$(button.hover.color);
--darkbutton-bg:$(darkbutton.bg);
--darkbutton-color:$(darkbutton.color);
--border-color:rgba(155,155,155,0.1);
}
/*-- Reset CSS --*/
a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{padding:0;margin:0;border:0;outline:0;vertical-align:baseline;background:0 0;text-decoration:none}dl,ul{list-style-position:inside;list-style:none}ul li{list-style:none}caption{text-align:center}img{border:none;position:relative}a,a:visited{text-decoration:none}.clearfix{clear:both}.section,.widget,.widget ul{margin:0;padding:0}a{color:var(--link-color)}a img{border:0}abbr{text-decoration:none}.CSS_LIGHTBOX{z-index:999999!important}.CSS_LIGHTBOX_ATTRIBUTION_INDEX_CONTAINER .CSS_HCONT_CHILDREN_HOLDER > .CSS_LAYOUT_COMPONENT.CSS_HCONT_CHILD:first-child > .CSS_LAYOUT_COMPONENT{opacity:0}.separator a{clear:none!important;float:none!important;margin-left:0!important;margin-right:0!important}#Navbar1,#navbar-iframe,.widget-item-control,a.quickedit,.home-link,.feed-links{display:none!important}.center{display:table;margin:0 auto;position:relative}.widget > h2,.widget > h3{display:none}.widget iframe,.widget img{max-width:100%}button,input,select,textarea{font-family:var(--body-font);-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;box-sizing:border-box;border-radius:0}
/*-- Body Content CSS --*/
html{background-color:var(--body-bg-color);margin:0}
body{position:relative;background-color:var(--body-bg-color);background:var(--body-bg);font-family:var(--body-font);font-size:14px;color:var(--text-color);font-weight:400;font-style:normal;line-height:1.4em;word-wrap:break-word;margin:0;padding:0}
html[data-theme=dark] body{background-color:var(--body-bg-color)!important}
body.background-cover{background-attachment:fixed;background-size:cover;background-position:center center;background-repeat:no-repeat}
.rtl{direction:rtl}
.no-items.section{display:none}
h1,h2,h3,h4,h5,h6{font-family:var(--title-font);font-weight:600}
#outer-wrapper{position:relative;overflow:hidden;width:calc($(row.width) + 50px);max-width:100%;background-color:var(--outer-bg);margin:0 auto;padding:0;box-shadow:0 0 20px rgba(0,0,0,0.1)}
.full-width #outer-wrapper{width:100%;box-shadow:none}
.row-x1{width:$(row.width)}
#content-wrapper{position:relative;float:left;width:100%;overflow:hidden;padding:25px 0;margin:0;border-top:0}
#content-wrapper > .container{margin:0 auto}
#main-wrapper{position:relative;float:left;width:calc(100% - ($(sidebar.width) + 25px));box-sizing:border-box;padding:0}
.left-sidebar #main-wrapper,.rtl #main-wrapper{float:right}
#sidebar-wrapper{position:relative;float:right;width:$(sidebar.width);box-sizing:border-box;padding:0}
.left-sidebar #sidebar-wrapper,.rtl #sidebar-wrapper{float:left}
.entry-image-link,.cmm-avatar,.comments .avatar-image-container{overflow:hidden;background-color:rgba(155,155,155,0.08);z-index:5;color:transparent!important}
.entry-thumb{display:block;position:relative;width:100%;height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:1;opacity:0;transition:opacity .35s ease,transform .35s ease}
.entry-thumb.lazy-ify{opacity:1}
.entry-image-link:hover .entry-thumb,.featured-item-inner:hover .entry-thumb,.block1-items .block-inner:hover .entry-thumb,.block2-items .block-inner:hover .entry-thumb,.column-inner:hover .entry-thumb,.videos-items .videos-inner:hover .entry-thumb,.side1-items .side1-inner:hover .entry-thumb,.FeaturedPost .featured-post-inner:hover .entry-thumb{transform:scale(1.05)}
.before-mask:before{content:'';position:absolute;left:0;right:0;bottom:0;height:70%;background-image:linear-gradient(to bottom,transparent,rgba(0,0,0,0.7));-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:2;opacity:1;margin:0;transition:opacity .25s ease}
.entry-title{color:var(--post-title-color);font-weight:600;line-height:1.4em}
.entry-title a{color:var(--post-title-color);display:block}
.entry-title a:hover{color:var(--post-title-hover-color)}
.excerpt{font-family:var(--text-font)}
.entry-category{position:absolute;top:15px;left:15px;height:18px;background-color:var(--tag-bg);font-size:11px;color:var(--tag-color);font-weight:400;line-height:18px;z-index:10;box-sizing:border-box;padding:0 5px;margin:0;border-radius:2px}
.rtl .entry-category{left:unset;right:15px}
.entry-meta{font-family:var(--meta-font);font-size:11px;color:var(--meta-color);font-weight:400;overflow:hidden;padding:0 1px;margin:0}
.entry-meta a{color:var(--meta-color)}
.entry-meta a:hover{color:var(--link-color)}
.entry-meta .entry-author,.entry-meta .entry-time{float:left;font-style:normal;margin:0 10px 0 0}
.rtl .entry-meta .entry-author,.rtl .entry-meta .entry-time{float:right;margin:0 0 0 10px}
.entry-meta span:before{display:inline-block;font-family:'Font Awesome 5 Free';font-size:11px;font-weight:400;margin:0 4px 0 0}
.rtl .entry-meta span:before{margin:0 0 0 4px}
.entry-meta .entry-author:before{content:'\f007'}
.entry-meta .entry-time:before{content:'\f017'}
.entry-meta span.entry-comments-link{display:none;float:right;margin:0}
.rtl .entry-meta span.entry-comments-link{float:left}
.entry-meta .entry-comments-link:before{content:'\f086'}
.entry-meta .entry-comments-link.show{display:block}
.entry-info{position:absolute;left:0;bottom:0;width:100%;background:linear-gradient(to bottom,transparent,rgba(0,0,0,0.5));overflow:hidden;z-index:10;box-sizing:border-box;padding:15px}
.entry-info .entry-meta{color:#ddd}
.entry-info .entry-title{text-shadow:0 1px 2px rgba(0,0,0,0.5)}
.entry-info .entry-title a{color:#fff}
.social a:before{display:inline-block;font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400}
.social .blogger a:before{content:"\f37d"}
.social .facebook a:before{content:"\f082"}
.social .facebook-f a:before{content:"\f39e"}
.social .twitter a:before{content:"\f099"}
.social .rss a:before{content:"\f09e";font-family:'Font Awesome 5 Free';font-weight:900}
.social .youtube a:before{content:"\f167"}
.social .skype a:before{content:"\f17e"}
.social .stumbleupon a:before{content:"\f1a4"}
.social .tumblr a:before{content:"\f173"}
.social .vk a:before{content:"\f189"}
.social .stack-overflow a:before{content:"\f16c"}
.social .github a:before{content:"\f09b"}
.social .linkedin a:before{content:"\f0e1"}
.social .dribbble a:before{content:"\f17d"}
.social .soundcloud a:before{content:"\f1be"}
.social .behance a:before{content:"\f1b4"}
.social .digg a:before{content:"\f1a6"}
.social .instagram a:before{content:"\f16d"}
.social .pinterest a:before{content:"\f0d2"}
.social .pinterest-p a:before{content:"\f231"}
.social .twitch a:before{content:"\f1e8"}
.social .delicious a:before{content:"\f1a5"}
.social .codepen a:before{content:"\f1cb"}
.social .flipboard a:before{content:"\f44d"}
.social .reddit a:before{content:"\f281"}
.social .whatsapp a:before{content:"\f232"}
.social .messenger a:before{content:"\f39f"}
.social .snapchat a:before{content:"\f2ac"}
.social .telegram a:before{content:"\f3fe"}
.social .discord a:before{content:"\f392"}
.social .share a:before{content:"\f064";font-family:'Font Awesome 5 Free';font-weight:900}
.social .email a:before{content:"\f0e0";font-family:'Font Awesome 5 Free';font-weight:400}
.social .external-link a:before{content:"\f35d";font-family:'Font Awesome 5 Free';font-weight:900}
.social-bg .blogger a,.social-bg-hover .blogger a:hover{background-color:#f30}
.social-bg .facebook a,.social-bg .facebook-f a,.social-bg-hover .facebook a:hover,.social-bg-hover .facebook-f a:hover{background-color:#3b5999}
.social-bg .twitter a,.social-bg-hover .twitter a:hover{background-color:#00acee}
.social-bg .youtube a,.social-bg-hover .youtube a:hover{background-color:#f50000}
.social-bg .instagram a,.social-bg-hover .instagram a:hover{background:linear-gradient(15deg,#ffb13d,#dd277b,#4d5ed4)}
.social-bg .pinterest a,.social-bg .pinterest-p a,.social-bg-hover .pinterest a:hover,.social-bg-hover .pinterest-p a:hover{background-color:#ca2127}
.social-bg .dribbble a,.social-bg-hover .dribbble a:hover{background-color:#ea4c89}
.social-bg .linkedin a,.social-bg-hover .linkedin a:hover{background-color:#0077b5}
.social-bg .tumblr a,.social-bg-hover .tumblr a:hover{background-color:#365069}
.social-bg .twitch a,.social-bg-hover .twitch a:hover{background-color:#6441a5}
.social-bg .rss a,.social-bg-hover .rss a:hover{background-color:#ffc200}
.social-bg .skype a,.social-bg-hover .skype a:hover{background-color:#00aff0}
.social-bg .stumbleupon a,.social-bg-hover .stumbleupon a:hover{background-color:#eb4823}
.social-bg .vk a,.social-bg-hover .vk a:hover{background-color:#4a76a8}
.social-bg .stack-overflow a,.social-bg-hover .stack-overflow a:hover{background-color:#f48024}
.social-bg .github a,.social-bg-hover .github a:hover{background-color:#24292e}
.social-bg .soundcloud a,.social-bg-hover .soundcloud a:hover{background:linear-gradient(#ff7400,#ff3400)}
.social-bg .behance a,.social-bg-hover .behance a:hover{background-color:#191919}
.social-bg .digg a,.social-bg-hover .digg a:hover{background-color:#1b1a19}
.social-bg .delicious a,.social-bg-hover .delicious a:hover{background-color:#0076e8}
.social-bg .codepen a,.social-bg-hover .codepen a:hover{background-color:#000}
.social-bg .flipboard a,.social-bg-hover .flipboard a:hover{background-color:#f52828}
.social-bg .reddit a,.social-bg-hover .reddit a:hover{background-color:#ff4500}
.social-bg .whatsapp a,.social-bg-hover .whatsapp a:hover{background-color:#3fbb50}
.social-bg .messenger a,.social-bg-hover .messenger a:hover{background-color:#0084ff}
.social-bg .snapchat a,.social-bg-hover .snapchat a:hover{background-color:#ffe700}
.social-bg .telegram a,.social-bg-hover .telegram a:hover{background-color:#179cde}
.social-bg .discord a,.social-bg-hover .discord a:hover{background-color:#7289da}
.social-bg .share a,.social-bg-hover .share a:hover{background-color:var(--meta-color)}
.social-bg .email a,.social-bg-hover .email a:hover{background-color:#888}
.social-bg .external-link a,.social-bg-hover .external-link a:hover{background-color:var(--button-hover-bg)}
.social-color .blogger a,.social-color-hover .blogger a:hover{color:#f30}
.social-color .facebook a,.social-color .facebook-f a,.social-color-hover .facebook a:hover,.social-color-hover .facebook-f a:hover{color:#3b5999}
.social-color .twitter a,.social-color-hover .twitter a:hover{color:#00acee}
.social-color .youtube a,.social-color-hover .youtube a:hover{color:#f50000}
.social-color .instagram a,.social-color-hover .instagram a:hover{color:#dd277b}
.social-color .pinterest a,.social-color .pinterest-p a,.social-color-hover .pinterest a:hover,.social-color-hover .pinterest-p a:hover{color:#ca2127}
.social-color .dribbble a,.social-color-hover .dribbble a:hover{color:#ea4c89}
.social-color .linkedin a,.social-color-hover .linkedin a:hover{color:#0077b5}
.social-color .tumblr a,.social-color-hover .tumblr a:hover{color:#365069}
.social-color .twitch a,.social-color-hover .twitch a:hover{color:#6441a5}
.social-color .rss a,.social-color-hover .rss a:hover{color:#ffc200}
.social-color .skype a,.social-color-hover .skype a:hover{color:#00aff0}
.social-color .stumbleupon a,.social-color-hover .stumbleupon a:hover{color:#eb4823}
.social-color .vk a,.social-color-hover .vk a:hover{color:#4a76a8}
.social-color .stack-overflow a,.social-color-hover .stack-overflow a:hover{color:#f48024}
.social-color .github a,.social-color-hover .github a:hover{color:#24292e}
.social-color .soundcloud a,.social-color-hover .soundcloud a:hover{color:#ff7400}
.social-color .behance a,.social-color-hover .behance a:hover{color:#191919}
.social-color .digg a,.social-color-hover .digg a:hover{color:#1b1a19}
.social-color .delicious a,.social-color-hover .delicious a:hover{color:#0076e8}
.social-color .codepen a,.social-color-hover .codepen a:hover{color:#000}
.social-color .flipboard a,.social-color-hover .flipboard a:hover{color:#f52828}
.social-color .reddit a,.social-color-hover .reddit a:hover{color:#ff4500}
.social-color .whatsapp a,.social-color-hover .whatsapp a:hover{color:#3fbb50}
.social-color .messenger a,.social-color-hover .messenger a:hover{color:#0084ff}
.social-color .snapchat a,.social-color-hover .snapchat a:hover{color:#ffe700}
.social-color .telegram a,.social-color-hover .telegram a:hover{color:#179cde}
.social-color .discord a,.social-color-hover .discord a:hover{color:#7289da}
.social-color .share a,.social-color-hover .share a:hover{color:var(--meta-color)}
.social-color .email a,.social-color-hover .email a:hover{color:#888}
.social-color .external-link a,.social-color-hover .external-link a:hover{color:var(--button-hover-bg)}
#magpro-pro-header-wrapper{position:relative;float:left;width:100%;background-color:var(--header-bg);margin:0}
#magpro-pro-header-wrapper .container{position:relative;margin:0 auto}
.topbar-wrap{position:relative;float:left;width:100%;height:32px;background-color:var(--topbar-bg);margin:0}
.topbar-wrap.no-widgets{display:none}
html[data-theme=dark] .topbar-wrap,.topbar-wrap.has-border{border-bottom:1px solid var(--border-color)}
.topbar-wrap.no-widget{display:none}
#main-navbar-menu{position:relative;float:left;height:32px;margin:0}
.rtl #main-navbar-menu{float:right}
#main-navbar-menu .widget > .widget-title{display:none}
.main-navbar-menu ul li{float:left;height:32px;line-height:32px;margin:0 18px 0 0}
.rtl .main-navbar-menu ul li{float:right;margin:0 0 0 18px}
.main-navbar-menu ul li a{display:block;font-size:12px;color:var(--topbar-color);font-weight:400}
.main-navbar-menu ul li a:hover{color:var(--topbar-hover-color)}
#main-navbar-social{position:relative;float:right;height:32px;margin:0}
.rtl #main-navbar-social{float:left}
#main-navbar-social .widget > .widget-title{display:none}
.main-navbar-social ul li{float:left;height:32px;line-height:32px;margin:0 0 0 16px}
.rtl .main-navbar-social ul li{float:right;margin:0 16px 0 0}
.main-navbar-social ul li a{display:block;font-size:13px;color:var(--topbar-color)}
.main-navbar-social ul li a:hover{color:var(--topbar-hover-color)}
.header-content{position:relative;float:left;width:100%;padding:25px 0;margin:0}
.header-logo-wrap{position:relative;float:left;width:calc(100% - 728px);box-sizing:border-box;padding:0 20px 0 0;margin:0}
.rtl .header-logo-wrap{float:right;padding:0 0 0 20px}
.main-logo{position:relative;float:left;width:100%;height:50px;padding:20px 0;margin:0}
.main-logo .widget,.logo-content{position:relative;float:left;width:100%;height:50px;overflow:hidden;margin:0}
.main-logo .logo-img{display:flex;flex-wrap:wrap;align-items:center;height:50px;overflow:hidden}
.main-logo img{display:block;max-width:100%;max-height:50px;margin:0}
.main-logo h1.blog-title,.main-logo .blog-title{font-size:22px;color:var(--header-color);line-height:50px;font-weight:600;margin:0}
.main-logo .blog-title a{color:var(--header-color)}
.main-logo .blog-title a:hover{color:var(--header-hover-color)}
.main-logo #h1-tag{position:absolute;top:-9000px;left:-9000px;display:none;visibility:hidden}
.main-logo .toggle-content{display:none}
.header-ads-wrap{position:relative;float:right;width:728px;max-width:100%;margin:0}
.rtl .header-ads-wrap{float:left}
.header-ads{position:relative;float:left;width:100%;margin:0}
.header-ads .widget{position:relative;float:left;width:100%;text-align:center;line-height:0;margin:0}
.header-ads .widget > .widget-title{display:none}
.header-ads .widget-content{position:relative;float:left;width:100%;height:90px;margin:0}
.main-menu-wrap,.main-menu{position:relative;float:left;width:100%;height:50px;margin:0}
.main-menu-frame{position:relative;width:calc($(row.width) + 50px);max-width:100%;height:50px;margin:0 auto;padding:0}
.full-width .main-menu-frame{width:100%}
.main-menu-items{position:relative;float:left;width:100%;height:50px;background-color:var(--menu-bg);padding:0;margin:0}
.main-menu-items.has-border{border-top:1px solid rgba(0,0,0,0.1)}
#magpro-pro-main-menu .widget,#magpro-pro-main-menu .widget > .widget-title{display:none}
#magpro-pro-main-menu .show-menu{display:block}
#magpro-pro-main-menu{position:static;width:100%;height:50px;z-index:10}
#magpro-pro-main-menu ul > li{position:relative;float:left;display:inline-block;padding:0;margin:0}
.rtl #magpro-pro-main-menu ul > li{float:right}
#magpro-pro-main-menu-nav > li > a{position:relative;display:block;height:50px;font-size:14px;color:var(--menu-color);font-weight:600;text-transform:uppercase;line-height:50px;padding:0 15px;margin:0}
#magpro-pro-main-menu-nav > li > a.homepage{background-color:var(--menu-icon-bg);color:var(--menu-icon-color);margin:0}
#magpro-pro-main-menu-nav > li > a.home-icon{width:50px;font-size:16px;text-align:center;box-sizing:border-box;padding:0}
#magpro-pro-main-menu-nav > li > a.home-icon:before{content:"\f015";font-family:'Font Awesome 5 Free';font-weight:900;margin:0}
#magpro-pro-main-menu-nav > li:hover > a.homepage{background-color:var(--menu-icon-hover-bg);color:var(--menu-icon-hover-color)}
#magpro-pro-main-menu-nav > li:hover > a{background-color:var(--menu-hover-bg);color:var(--menu-hover-color)}
#magpro-pro-main-menu ul > li > ul{position:absolute;float:left;left:0;top:50px;width:180px;background-color:var(--submenu-bg);z-index:99999;padding:0;visibility:hidden;opacity:0;box-shadow:0 2px 5px 0 rgba(0,0,0,0.1),0 2px 10px 0 rgba(0,0,0,0.1)}
.rtl #magpro-pro-main-menu ul > li > ul{left:auto;right:0}
#magpro-pro-main-menu ul > li > ul > li > ul{position:absolute;top:0;left:100%;margin:0}
.rtl #magpro-pro-main-menu ul > li > ul > li > ul{left:unset;right:100%}
#magpro-pro-main-menu ul > li > ul > li{display:block;float:none;position:relative}
.rtl #magpro-pro-main-menu ul > li > ul > li{float:none}
#magpro-pro-main-menu ul > li > ul > li a{position:relative;display:block;font-size:12px;color:var(--submenu-color);font-weight:400;box-sizing:border-box;padding:8px 15px;margin:0;border-bottom:1px solid rgba(155,155,155,0.05)}
#magpro-pro-main-menu ul > li > ul > li:last-child a{border:0}
#magpro-pro-main-menu ul > li > ul > li:hover > a{background-color:var(--submenu-hover-bg);color:var(--submenu-hover-color)}
#magpro-pro-main-menu ul > li.has-sub > a:after{content:'\f078';float:right;font-family:'Font Awesome 5 Free';font-size:9px;font-weight:900;margin:-1px 0 0 5px}
.rtl #magpro-pro-main-menu ul > li.has-sub > a:after{float:left;margin:-1px 5px 0 0}
#magpro-pro-main-menu ul > li > ul > li.has-sub > a:after{content:'\f054';float:right;margin:0}
.rtl #magpro-pro-main-menu ul > li > ul > li.has-sub > a:after{content:'\f053'}
#magpro-pro-main-menu ul > li:hover > ul,#magpro-pro-main-menu ul > li > ul > li:hover > ul{visibility:visible;opacity:1;margin:0}
#magpro-pro-main-menu ul ul{transition:all .17s ease}
#magpro-pro-main-menu .mega-menu{position:static!important}
#magpro-pro-main-menu .mega-menu > ul{width:100%;background-color:var(--megamenu-bg);box-sizing:border-box;padding:20px 10px}
#magpro-pro-main-menu .mega-menu > ul.mega-items,#magpro-pro-main-menu .mega-menu > ul.complex-tabs{overflow:hidden}
#magpro-pro-main-menu .mega-menu > ul.complex-tabs > ul.select-tab{position:relative;float:left;width:20%;box-sizing:border-box;padding:20px 0;margin:-20px 0 0 -10px}
.rtl #magpro-pro-main-menu .mega-menu > ul.complex-tabs > ul.select-tab{float:right;margin:-20px -10px 0 0}
#magpro-pro-main-menu .mega-menu > ul.complex-tabs > ul.select-tab:before{content:'';position:absolute;left:0;top:0;width:100%;height:100vh;background-color:rgba(155,155,155,0.05);box-sizing:border-box;display:block}
#magpro-pro-main-menu .mega-menu > ul.complex-tabs > ul.select-tab > li{width:100%;margin:0}
#magpro-pro-main-menu ul > li > ul.complex-tabs > ul.select-tab > li > a{position:relative;display:block;height:auto;font-size:12px;color:var(--megamenu-color);font-weight:400;padding:8px 15px 8px 20px}
.rtl #magpro-pro-main-menu ul > li > ul.complex-tabs > ul.select-tab > li > a{padding:8px 20px 8px 15px}
#magpro-pro-main-menu .mega-menu > ul.complex-tabs > ul.select-tab > li.active > a:after{content:'\f054';font-family:'Font Awesome 5 Free';font-weight:900;font-size:9px;float:right}
.rtl #magpro-pro-main-menu .mega-menu > ul.complex-tabs > ul.select-tab > li.active > a:after{content:'\f053';float:left}
#magpro-pro-main-menu .mega-menu > ul.complex-tabs > ul.select-tab > li.active,#magpro-pro-main-menu .mega-menu > ul.complex-tabs > ul.select-tab > li:hover{background-color:var(--megamenu-bg)}
#magpro-pro-main-menu .mega-menu > ul.complex-tabs > ul.select-tab > li.active > a,#magpro-pro-main-menu .mega-menu > ul.complex-tabs > ul.select-tab > li:hover > a{color:var(--megamenu-hover-color)}
.mega-tab{display:none;position:relative;float:right;width:80%;margin:0}
.rtl .mega-tab{float:left}
.tab-active{display:block}
.tab-animated,.post-animated{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@keyframes fadeIn {
from{opacity:0}
to{opacity:1}
}
.tab-fadeIn,.post-fadeIn{animation-name:fadeIn}
@keyframes fadeInUp {
from{opacity:0;transform:translate3d(0,5px,0)}
to{opacity:1;transform:translate3d(0,0,0)}
}
@keyframes slideToLeft {
from{transform:translate3d(10px,0,0)}
to{transform:translate3d(0,0,0)}
}
@keyframes slideToRight {
from{transform:translate3d(-10px,0,0)}
to{transform:translate3d(0,0,0)}
}
.tab-fadeInUp,.post-fadeInUp{animation-name:fadeInUp}
.mega-items .mega-item{float:left;width:20%;box-sizing:border-box;padding:0 10px}
.mega-tab .mega-items .mega-item{width:25%}
.rtl .mega-items .mega-item{float:right}
.mega-items .mega-content{position:relative;width:100%;overflow:hidden;padding:0}
.mega-content .entry-image-link{width:100%;height:120px;background-color:rgba(255,255,255,0.01);z-index:1;display:block;position:relative;overflow:hidden;padding:0}
.mega-tab .entry-thumb{width:calc(($(row.width) - 90px) / 5);height:120px;margin:0}
.mega-content .entry-title{position:relative;font-size:12px;margin:8px 0 0;padding:0}
.mega-content .entry-title a{color:var(--megamenu-post-title-color)}
.mega-content .entry-title a:hover{color:var(--megamenu-post-title-hover-color)}
.mega-content .entry-meta{color:var(--megamenu-meta-color);margin:3px 0 0}
.error-msg{display:block;font-size:13px;color:var(--text-color);padding:30px 0;font-weight:400}
.error-msg b{font-weight:600}
.mega-menu .error-msg{color:var(--meta-color);text-align:center;padding:0}
.darkmode-toggle{position:absolute;top:0;right:50px;width:50px;height:50px;background-color:var(--menu-bg);font-size:14px;color:var(--menu-color);text-align:center;line-height:50px;cursor:pointer;z-index:20;box-sizing:border-box;padding:0;margin:0;border:0}
.rtl .darkmode-toggle{left:50px;right:unset}
.darkmode-toggle:after{content:'\f186';font-family:'Font Awesome 5 Free';font-weight:400;margin:0}
html[data-theme=dark] .darkmode-toggle:after{font-weight:900}
.darkmode-toggle:hover{background-color:rgba(155,155,155,0.05)}
.search-toggle{position:absolute;top:0;right:0;width:50px;height:50px;background-color:var(--menu-icon-bg);font-size:14px;color:var(--menu-color);text-align:center;line-height:50px;cursor:pointer;z-index:20;box-sizing:border-box;padding:0;margin:0;border:0}
.rtl .search-toggle{right:unset;left:0}
.search-toggle:after{content:"\f002";font-family:'Font Awesome 5 Free';font-weight:900;margin:0}
.search-active .search-toggle:after{content:"\f00d"}
.search-toggle:hover{background-color:var(--menu-icon-hover-bg);color:var(--menu-icon-hover-color)}
#nav-search{position:absolute;top:0;left:0;width:calc(100% - 50px);height:50px;z-index:25;background-color:var(--menu-bg);box-sizing:border-box;padding:10px;visibility:hidden;opacity:0;box-shadow:0 2px 4px 0 rgba(0,0,0,.05);transition:all .17s ease}
.search-active #nav-search{visibility:visible;opacity:1;margin:0}
.rtl #nav-search{left:unset;right:0}
#nav-search .search-form{position:relative;width:100%;height:30px;background-color:rgba(155,155,155,0.05);overflow:hidden;box-sizing:border-box;border:0;border-radius:2px}
#nav-search .search-input{float:left;width:calc(100% - 35px);height:30px;background-color:rgba(0,0,0,0);font-family:inherit;font-size:13px;color:var(--menu-color);font-weight:400;line-height:30px;box-sizing:border-box;padding:0 10px;border:0}
.rtl #nav-search .search-input{float:right;padding:0 10px 0 0}
#nav-search .search-input:focus,#nav-search .search-input::placeholder{color:var(--menu-color);outline:none}
#nav-search .search-input::placeholder{opacity:.5}
#nav-search .search-action{float:right;max-width:35px;height:30px;background-color:rgba(0,0,0,0);font-family:inherit;font-size:10px;color:var(--menu-color);font-weight:400;line-height:30px;cursor:pointer;box-sizing:border-box;padding:0 10px;border:0;opacity:.5}
.rtl #nav-search .search-action{float:left}
#nav-search .search-action:before{display:block;content:"\f002";font-family:'Font Awesome 5 Free';font-weight:900}
#nav-search .search-action:hover{background-color:rgba(155,155,155,0.05);color:var(--menu-color);opacity:1}
.overlay{visibility:hidden;opacity:0;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(23,28,36,0.6);z-index:1000;-webkit-backdrop-filter:saturate(100%) blur(3px);-ms-backdrop-filter:saturate(100%) blur(3px);-o-backdrop-filter:saturate(100%) blur(3px);backdrop-filter:saturate(100%) blur(3px);margin:0;transition:all .25s ease}
#slide-menu{display:none;position:fixed;width:300px;height:100%;top:0;left:0;bottom:0;background-color:var(--mobilemenu-bg);overflow:auto;z-index:1010;left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:hidden;box-shadow:3px 0 7px rgba(0,0,0,0.1);transition:all .25s ease}
.rtl #slide-menu{left:unset;right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}
.nav-active #slide-menu,.rtl .nav-active #slide-menu{-webkit-transform:translateX(0);transform:translateX(0);visibility:visible}
.slide-menu-header{float:left;width:100%;height:56px;background-color:var(--mobilemenu-bg);overflow:hidden;box-sizing:border-box;box-shadow:0 1px 8px 0 rgba(0,0,0,0.1)}
html[data-theme=dark] .slide-menu-header{border-bottom:1px solid var(--border-color)}
.mobile-search{position:relative;float:left;width:calc(100% - 56px);box-sizing:border-box;padding:0 0 0 20px;margin:12px 0 0}
.rtl .mobile-search{float:right;padding:0 20px 0 0}
.mobile-search .search-form{position:relative;width:100%;height:32px;background-color:rgba(155,155,155,0.05);overflow:hidden;box-sizing:border-box;border:0;border-radius:2px}
.mobile-search .search-input{float:left;width:calc(100% - 32px);height:32px;background-color:rgba(0,0,0,0);font-family:inherit;font-size:13px;color:var(--menu-color);font-weight:400;line-height:32px;box-sizing:border-box;padding:0 10px;border:0}
.rtl .mobile-search .search-input{float:right;padding:0 10px 0 0}
.mobile-search .search-input:focus,.mobile-search .search-input::placeholder{color:var(--mobilemenu-color)}
.mobile-search .search-input::placeholder{opacity:.5}
.mobile-search .search-action{float:right;max-width:32px;height:32px;background-color:rgba(0,0,0,0);font-family:inherit;font-size:10px;color:var(--mobilemenu-color);font-weight:400;line-height:32px;cursor:pointer;box-sizing:border-box;padding:0 10px;border:0;opacity:.5}
.rtl .mobile-search .search-action{float:left}
.mobile-search .search-action:before{display:block;content:"\f002";font-family:'Font Awesome 5 Free';font-weight:900}
.mobile-search .search-action:hover{background-color:rgba(155,155,155,0.05);color:var(--mobilemenu-color);opacity:1}
.hide-magpro-pro-mobile-menu{display:block;position:absolute;top:0;right:0;width:56px;height:56px;color:var(--mobilemenu-color);font-size:16px;line-height:56px;text-align:center;cursor:pointer;z-index:20;margin:0}
.rtl .hide-magpro-pro-mobile-menu{right:auto;left:0}
.hide-magpro-pro-mobile-menu:before{content:"\f00d";font-family:'Font Awesome 5 Free';font-weight:900}
.hide-magpro-pro-mobile-menu:hover{color:var(--mobilemenu-hover-color)}
.slide-menu-flex{display:flex;flex-direction:column;justify-content:space-between;float:left;width:100%;height:calc(100% - 56px)}
.magpro-pro-mobile-menu{position:relative;float:left;width:100%;box-sizing:border-box;padding:20px}
.magpro-pro-mobile-menu > ul{margin:0}
.magpro-pro-mobile-menu .m-sub{display:none;padding:0}
.magpro-pro-mobile-menu ul li{position:relative;display:block;overflow:hidden;float:left;width:100%;font-size:13px;font-weight:600;margin:0;padding:0}
.magpro-pro-mobile-menu > ul li ul{overflow:hidden}
.magpro-pro-mobile-menu ul li a{color:var(--mobilemenu-color);padding:10px 0;display:block}
.magpro-pro-mobile-menu > ul > li > a{text-transform:uppercase}
.magpro-pro-mobile-menu ul li.has-sub .submenu-toggle{position:absolute;top:0;right:0;width:30px;color:var(--mobilemenu-color);text-align:right;cursor:pointer;padding:10px 0}
.rtl .magpro-pro-mobile-menu ul li.has-sub .submenu-toggle{text-align:left;right:auto;left:0}
.magpro-pro-mobile-menu ul li.has-sub .submenu-toggle:after{content:'\f078';font-family:'Font Awesome 5 Free';font-weight:900;float:right;font-size:12px;text-align:right;transition:all .17s ease}
.rtl .magpro-pro-mobile-menu ul li.has-sub .submenu-toggle:after{float:left}
.magpro-pro-mobile-menu ul li.has-sub.show > .submenu-toggle:after{content:'\f077'}
.magpro-pro-mobile-menu ul li a:hover,.magpro-pro-mobile-menu ul li.has-sub.show > a,.magpro-pro-mobile-menu ul li.has-sub.show > .submenu-toggle{color:var(--mobilemenu-hover-color)}
.magpro-pro-mobile-menu > ul > li > ul > li a{font-size:13px;font-weight:400;opacity:.86;padding:10px 0 10px 10px}
.rtl .magpro-pro-mobile-menu > ul > li > ul > li a{padding:10px 10px 10px 0}
.magpro-pro-mobile-menu > ul > li > ul > li > ul > li > a{padding:10px 0 10px 20px}
.rtl .magpro-pro-mobile-menu > ul > li > ul > li > ul > li > a{padding:10px 20px 10px 0}
.magpro-pro-mobile-menu ul > li > .submenu-toggle:hover{color:var(--mobilemenu-hover-color)}
.mobile-menu-footer{position:relative;float:left;width:100%;box-sizing:border-box;padding:20px;margin:0}
.mobile-navbar-social,.mobile-navbar-menu{position:relative;float:left;width:100%;margin:0 0 10px}
.mobile-navbar-menu{margin:0}
.mobile-navbar-social ul li{float:left;margin:0 16px 0 0}
.rtl .mobile-navbar-social ul li{float:right;margin:0 0 0 16px}
.mobile-navbar-social ul li:last-child{margin:0}
.mobile-navbar-social ul li a{display:block;font-size:14px;color:var(--mobilemenu-color);padding:0}
.mobile-navbar-social ul li a:hover{color:var(--mobilemenu-hover-color)}
.mobile-navbar-menu ul li{float:left;margin:0 16px 0 0}
.rtl .mobile-navbar-menu ul li{float:right;margin:0 0 0 16px}
.mobile-navbar-menu ul li:last-child{margin:0}
.mobile-navbar-menu ul li a{display:block;font-size:12px;color:var(--mobilemenu-color);font-weight:400;padding:0}
.mobile-navbar-menu ul li a:hover{color:var(--mobilemenu-hover-color)}
.main-menu.is-fixed{position:fixed;top:-50px;left:0;width:100%;z-index:990;transition:top .17s ease}
.main-menu.show,.nav-active .main-menu.is-fixed{top:0}
.main-menu.is-fixed .main-menu-frame{background-color:var(--menu-bg)}
.main-menu.is-fixed.show .main-menu-frame{box-shadow:0 1px 5px 0 rgba(0,0,0,0.1)}
.main-menu.is-fixed #nav-search{padding:10px 10px 10px 0}
.rtl .main-menu.is-fixed #nav-search{padding:10px 0 10px 10px}
.loader{position:relative;height:100%;overflow:hidden;display:block;margin:0}
.loader:after{content:'';position:absolute;top:50%;left:50%;width:28px;height:28px;margin:-16px 0 0 -16px;border:2px solid var(--main-color);border-right-color:rgba(155,155,155,0.2);border-radius:100%;animation:spinner .65s infinite linear;transform-origin:center}
@-webkit-keyframes spinner {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}
}
@keyframes spinner {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}
}
#featured-wrapper{position:relative;float:left;width:100%;margin:0}
#featured-wrapper .container{margin:0 auto}
#featured .widget,#featured .widget.HTML .widget-content,#featured .widget > .widget-title{display:none}
#featured .widget.HTML{display:block}
#featured .widget.HTML.show-ify .widget-content{display:block}
#featured .widget{position:relative;overflow:hidden;height:362px;padding:0;margin:25px 0 0}
#featured .widget-content{position:relative;overflow:hidden;height:362px;margin:0}
#featured .widget-content .error-msg{text-align:center;line-height:362px;padding:0}
.featured-items{position:relative;height:362px;margin:0}
.featured-item{position:relative;float:left;width:calc((100% - 6px) / 4);height:180px;overflow:hidden;box-sizing:border-box;padding:0;margin:0 2px 0 0}
.featured1 .featured-item.item-0,.featured2 .featured-item.item-0,.featured2 .featured-item.item-1,.featured1 .featured-item.item-2,.featured1 .featured-item.item-1{width:calc((100% - 2px) / 2)}
.featured3 .featured-item{width:calc((100% - 4px) / 3)}
.featured4 .featured-item{width:calc((100% - 4px) / 3);height:362px}
.featured5 .featured-item{width:calc((100% - 2px) / 2);height:362px}
.rtl .featured-item{float:right;margin:0 0 0 2px}
.featured-item.item-0{height:362px}
.featured2 .featured-item.item-1,.featured3 .featured-item.item-2,.featured1 .featured-item.item-1{margin:0 0 2px}
.featured2 .featured-item.item-3,.featured3 .featured-item.item-4,.featured1 .featured-item.item-2,.featured4 .featured-item.item-2,.featured5 .featured-item.item-1{margin:0}
.featured-item-inner{position:relative;float:left;width:100%;height:100%;overflow:hidden;display:block;z-index:10}
.featured-item .entry-image-link{float:left;position:relative;width:100%;height:100%;overflow:hidden;display:block;z-index:5;margin:0}
.featured-item .entry-category{top:15px;left:15px}
.rtl .featured-item .entry-category{left:unset;right:15px}
.featured-item .entry-info{padding:15px}
.featured-item .entry-title{font-size:13px;display:block;margin:0}
.featured3 .featured-item .entry-title{font-size:14px}
.featured-item.item-0 .entry-title,.featured5 .featured-item .entry-title{font-size:21px}
.featured3 .featured-item.item-0 .entry-title,.featured4 .featured-item .entry-title{font-size:17px}
.featured2 .featured-item.item-1 .entry-title,.featured1 .featured-item.item-1 .entry-title,.featured1 .featured-item.item-2 .entry-title{font-size:17px}
.featured-item .entry-meta{margin:5px 0 0}
.title-wrap{position:relative;float:left;width:100%;height:32px;box-sizing:border-box;margin:0 0 20px;border-bottom:2px solid var(--widget-title-bg)}
.title-wrap > h3{position:relative;float:left;height:32px;background-color:var(--widget-title-bg);font-family:var(--body-font);font-size:13px;color:var(--widget-title-color);text-transform:uppercase;font-weight:600;line-height:32px;padding:0 15px;margin:0}
.rtl .title-wrap > h3{float:right}
.title-wrap > h3:after{position:absolute;content:'';height:0;width:0;bottom:0;right:-16px;border:0;border-top:32px solid transparent;border-left:16px solid var(--widget-title-bg);margin:0}
.rtl .title-wrap > h3:after{right:unset;left:-16px;border-right:16px solid var(--widget-title-bg);border-left:0}
.title-wrap > a.more{float:right;font-size:12px;color:var(--meta-color);line-height:30px;padding:0}
.rtl .title-wrap > a.more{float:left}
.title-wrap > a.more:hover{color:var(--main-color)}
.magpro-pro-content-blocks{position:relative;float:left;width:100%;margin:0}
.magpro-pro-content-blocks .widget{display:none;position:relative;float:left;width:100%;box-sizing:border-box;padding:0;margin:0 0 25px}
#magpro-pro-content-blocks-2 .widget:last-child{margin-bottom:0}
.magpro-pro-content-blocks .show-ify{display:block}
.magpro-pro-content-blocks .widget-content{position:relative;float:left;width:100%;box-sizing:border-box;margin:0}
.magpro-pro-content-blocks .loader{height:180px}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut {
0%{opacity:1}
100%{opacity:0}
}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.block1-items .block-item{position:relative;float:left;width:calc((100% - 25px) / 2);overflow:hidden;padding:0;margin:20px 0 0}
.rtl .block1-items .block-item{float:right}
.block1-items .item-0{margin:0 25px 0 0}
.rtl .block1-items .item-0{margin:0 0 0 25px}
.block1-items .item-1{margin:0}
.block1-items .block-inner{position:relative;width:100%;height:320px;overflow:hidden}
.block1-items .entry-image-link{position:relative;width:85px;height:65px;float:left;display:block;overflow:hidden;margin:0 12px 0 0}
.rtl .block1-items .entry-image-link{float:right;margin:0 0 0 12px}
.block1-items .block-inner .entry-image-link{width:100%;height:100%;margin:0;border-radius:0}
.block1-items .block-item:not(.item-0) .entry-header{overflow:hidden}
.block1-items .entry-title{font-size:13px;margin:0}
.block1-items .entry-info .entry-title{font-size:16px}
.block1-items .entry-meta{margin:4px 0 0}
.block1-items .item-0 .entry-meta{margin:7px 0 0}
.block2-items{position:relative;display:flex;flex-wrap:wrap;overflow:hidden;margin:0 -10px}
.block2-items .block-item{position:relative;float:left;width:calc(100% / 3);box-sizing:border-box;padding:0 10px;margin:20px 0 0}
.rtl .block2-items .block-item{float:right}
.block2-items .block-item.item-0{width:100%;height:320px;overflow:hidden;margin:0}
.block2-items .block-inner{position:relative;float:left;width:100%;height:100%;overflow:hidden;display:block;z-index:10}
.block2-items .entry-image{position:relative;width:100%;height:130px;margin:0}
.block2-items .entry-image-link{width:100%;height:100%;position:relative;display:block;overflow:hidden}
.block2-items .entry-title{font-size:13px;margin:8px 0 0}
.block2-items .item-0 .entry-title{font-size:19px}
.block2-items .entry-meta{margin:4px 0 0}
.block2-items .entry-info .entry-meta{margin:7px 0 0}
.magpro-pro-content-blocks .column-widget{width:calc((100% - 25px) / 2)}
.magpro-pro-content-blocks .type-col-left{float:left}
.magpro-pro-content-blocks .type-col-right{float:right}
.column-widget .column-item{position:relative;float:left;width:100%;overflow:hidden;padding:0;margin:20px 0 0}
.column-widget .column-item.item-0{margin:0}
.column-inner{position:relative;width:100%;height:190px;overflow:hidden}
.column-items .entry-image-link{position:relative;width:85px;height:65px;float:left;display:block;overflow:hidden;margin:0 12px 0 0}
.rtl .column-items .entry-image-link{float:right;margin:0 0 0 12px}
.column-inner .entry-image-link{width:100%;height:100%;margin:0;border-radius:0}
.column-items .column-item:not(.item-0) .entry-header{overflow:hidden}
.column-items .entry-title{font-size:13px;margin:0}
.column-items .entry-info .entry-title{font-size:16px}
.column-items .entry-meta{margin:4px 0 0}
.column-items .item-0 .entry-meta{margin:7px 0 0}
.grid1-items{position:relative;overflow:hidden;display:flex;flex-wrap:wrap;padding:0;margin:0 -10px}
.grid1-items .grid-item{position:relative;float:left;width:calc(100% / 3);box-sizing:border-box;padding:0 10px;margin:20px 0 0}
.rtl .grid1-items .grid-item{float:right}
.grid1-items .grid-item.item-0,.grid1-items .grid-item.item-1,.grid1-items .grid-item.item-2{margin:0}
.grid1-items .entry-image{position:relative}
.grid1-items .entry-image-link{width:100%;height:130px;position:relative;display:block;overflow:hidden}
.grid1-items .entry-title{font-size:13px;margin:8px 0 0}
.grid1-items .entry-meta{margin:4px 0 0}
.grid2-items{position:relative;overflow:hidden;display:flex;flex-wrap:wrap;padding:0;margin:0 -12.5px}
.grid2-items .grid-item{position:relative;float:left;width:calc(100% / 2);box-sizing:border-box;padding:0 12.5px;margin:25px 0 0}
.rtl .grid2-items .grid-item{float:right}
.grid2-items .grid-item.item-0,.grid2-items .grid-item.item-1{margin:0}
.grid2-items .entry-image{position:relative}
.grid2-items .entry-image-link{width:100%;height:180px;position:relative;display:block;overflow:hidden}
.grid2-items .entry-title{font-size:16px;margin:10px 0 0}
.grid2-items .entry-meta{margin:7px 0 0}
.type-videos .title-wrap{margin:0}
.type-videos .widget-content{background-color:var(--videos-widget-bg);padding:20px}
.videos-items{position:relative;overflow:hidden;margin:0 -1px}
.videos-items .videos-item{position:relative;float:left;width:calc(100% / 2);height:180px;overflow:hidden;box-sizing:border-box;padding:0 1px;margin:2px 0 0}
.rtl .videos-items .videos-item{float:right}
.videos-items .videos-item.item-0,.videos-items .videos-item.item-1{margin:0}
.videos-items .videos-inner{position:relative;float:left;width:100%;height:100%;overflow:hidden;display:block;z-index:10}
.videos-items .entry-image-link{width:100%;height:100%;position:relative;display:block;overflow:hidden}
.videos-items .entry-title{font-size:16px;margin:8px 0 0}
.videos-items .entry-meta{margin:7px 0 0}
.videos-items .video-icon{position:absolute;top:15px;right:15px;background-color:rgba(0,0,0,0.5);height:30px;width:30px;color:#fff;font-size:10px;text-align:center;line-height:26px;z-index:5;margin:0;box-sizing:border-box;border:2px solid #fff;border-radius:100%}
.videos-items .video-icon:after{content:'\f04b';display:block;font-family:'Font Awesome 5 Free';font-weight:900;padding:0 0 0 2px}
.rtl .videos-items .video-icon{left:15px;right:unset}
.side1-items .side1-item{position:relative;float:left;width:100%;overflow:hidden;padding:0;margin:20px 0 0}
.side1-items .side1-item.item-0{margin:0}
.side1-inner{position:relative;width:100%;height:190px;overflow:hidden}
.side1-items .entry-image-link{position:relative;width:85px;height:65px;float:left;display:block;overflow:hidden;margin:0 12px 0 0}
.rtl .side1-items .entry-image-link{float:right;margin:0 0 0 12px}
.side1-inner .entry-image-link{width:100%;height:100%;margin:0}
.sidebar-tabs .side1-inner .entry-image-link .entry-thumb{width:$(sidebar.width);height:190px}
.side1-items .side1-item:not(.item-0) .entry-header{overflow:hidden}
.side1-items .entry-title{font-size:13px;margin:0}
.side1-items .entry-info .entry-title{font-size:16px}
.side1-items .entry-meta{margin:4px 0 0}
.side1-items .item-0 .entry-meta{margin:7px 0 0}
.list1-items .list1-item{display:block;overflow:hidden;padding:0;margin:20px 0 0}
.list1-items .list1-item.item-0{margin:0}
.list1-items .entry-image-link{position:relative;float:left;width:85px;height:65px;overflow:hidden;margin:0 12px 0 0}
.rtl .list1-items .entry-image-link{float:right;margin:0 0 0 12px}
.list1-items .entry-image-link .entry-thumb{width:85px;height:65px}
.list1-items .cmm-avatar{width:55px;height:55px}
.sidebar-tabs .list1-items .cmm-avatar .entry-thumb{width:55px;height:55px}
.list1-items .cmm-snippet{display:block;font-size:11px;line-height:1.5em;margin:4px 0 0}
.list1-items .entry-header{overflow:hidden}
.list1-items .entry-title{font-size:13px;margin:0}
.list1-items .entry-meta{margin:4px 0 0}
.list2-items{position:relative;float:left;width:100%;border-left:2px solid var(--border-color)}
.rtl .list2-items{border-left:0;border-right:2px solid var(--border-color)}
.list2-items .list2-item{position:relative;float:left;width:100%;box-sizing:border-box;padding:0 0 0 12px;margin:20px 0 0}
.rtl .list2-items .list2-item{padding:0 12px 0 0}
.list2-items .list2-item.item-0{margin:0}
.list2-items .list2-item:before{content:'';position:absolute;width:6px;height:6px;background-color:var(--outer-bg);top:0;left:-6px;border:2px solid rgba(155,155,155,0.05);border-radius:50%;transition:all .17s ease;box-shadow:inset 0 0 0 6px rgba(155,155,155,0.15)}
.rtl .list2-items .list2-item:before{left:unset;right:-6px}
.list2-items .list2-item:hover:before{box-shadow:inset 0 0 0 6px $(post.title.hover.color);border-color:$(post.title.hover.color)30}
.list2-items .entry-title{float:left;width:100%;font-size:13px;margin:4px 0 0}
.home-ad{position:relative;float:left;width:100%;margin:0}
.home-ad .widget{position:relative;float:left;width:100%;line-height:0;margin:0 0 25px}
.is-multiple #main-wrapper.no-ad-margin #home-ads-2 .widget{margin:0}
.home-ad .widget > .widget-title{display:block}
.home-ad .widget > .widget-title > h3.title{font-size:12px;color:var(--meta-color);font-weight:400;line-height:12px;margin:0 0 5px}
#custom-ads{float:left;width:100%;opacity:0;visibility:hidden;box-sizing:border-box;padding:0;margin:0;border:0}
#before-ad,#after-ad{float:left;width:100%;margin:0}
#before-ad .widget > .widget-title,#after-ad .widget > .widget-title{display:block}
#before-ad .widget > .widget-title > h3.title,#after-ad .widget > .widget-title > h3.title{font-size:11px;color:var(--meta-color);font-weight:400;line-height:11px;margin:0 0 5px}
#before-ad .widget,#after-ad .widget{width:100%;margin:20px 0 0}
#before-ad .widget-content,#after-ad .widget-content{position:relative;width:100%;line-height:1}
#magpro-pro-new-before-ad #before-ad,#magpro-pro-new-after-ad #after-ad{float:none;display:block;margin:0}
#magpro-pro-new-before-ad #before-ad .widget,#magpro-pro-new-after-ad #after-ad .widget{margin:0}
.item-post .FollowByEmail{box-sizing:border-box}
#main-wrapper #main{position:relative;float:left;width:100%;box-sizing:border-box;margin:0}
.is-multiple #main-wrapper.main-margin #main{margin-bottom:25px}
.queryMessage{overflow:hidden;color:var(--title-color);font-size:13px;font-weight:400;box-sizing:border-box;padding:0 0 10px;margin:0 0 20px;border-bottom:1px solid var(--border-color)}
.queryMessage .query-info,.Blog.no-posts .queryMessage{margin:0}
.queryMessage .search-query,.queryMessage .search-label{color:var(--title-color);font-weight:600}
.queryMessage .search-query:before,.queryMessage .search-label:before{content:"\201c"}
.queryMessage .search-query:after,.queryMessage .search-label:after{content:"\201d"}
.queryEmpty{font-size:13px;font-weight:400;padding:0;margin:40px 0;text-align:center}
.blog-post{display:block;word-wrap:break-word}
.is-single .blog-post{float:left;width:100%}
.index-post-wrap{position:relative;float:left;width:100%;box-sizing:border-box;padding:0;margin:0}
.Blog.no-posts .index-post-wrap{display:none}
.post-animated{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@keyframes fadeIn {
from{opacity:0}
to{opacity:1}
}
.post-fadeIn{animation-name:fadeIn}
@keyframes fadeInUp {
from{opacity:0;transform:translate3d(0,5px,0)}
to{opacity:1;transform:translate3d(0,0,0)}
}
.post-fadeInUp{animation-name:fadeInUp}
.index-post{position:relative;float:left;width:100%;box-sizing:border-box;padding:0 0 20px;margin:0 0 20px;border-bottom:1px solid var(--border-color)}
.index-post.post-ad-type{padding:0 0 20px!important;margin:0 0 20px!important;border-width:0!important;border-bottom-width:1px!important}
.blog-posts .index-post:last-child{padding:0;margin:0;border:0}
.blog-posts .index-post.post-ad-type:last-child{padding:0!important;margin:0!important;border-width:0!important}
.index-post .entry-image{position:relative;float:left;width:calc((100% - 40px) / 3);height:130px;overflow:hidden;margin:0 18px 0 0}
.rtl .index-post .entry-image{float:right;margin:0 0 0 18px}
.index-post .entry-image-link{position:relative;float:left;width:100%;height:100%;z-index:1;overflow:hidden}
.index-post .entry-header{overflow:hidden}
.index-post .entry-title{float:left;width:100%;font-size:18px;margin:0 0 8px}
.index-post .entry-meta{float:left;width:100%;margin:0 0 8px}
.index-post .entry-excerpt{float:left;width:100%;font-size:13px;line-height:1.5em;margin:0}
.inline-ad-wrap{position:relative;float:left;width:100%;margin:0}
.inline-ad{position:relative;float:left;width:100%;text-align:center;line-height:1;margin:0}
.item-post-inner{position:relative;float:left;width:100%;margin:0}
#breadcrumb{font-family:var(--meta-font);font-size:13px;color:var(--meta-color);font-weight:400;margin:0 0 10px}
#breadcrumb a{color:var(--meta-color);transition:color .25s}
#breadcrumb a.home{color:var(--link-color)}
#breadcrumb a:hover{color:var(--link-color)}
#breadcrumb a,#breadcrumb em{display:inline-block}
#breadcrumb .delimiter:after{content:'\f054';font-family:'Font Awesome 5 Free';font-size:9px;font-weight:900;font-style:normal;margin:0 3px}
.rtl #breadcrumb .delimiter:after{content:'\f053'}
.item-post .blog-entry-header{position:relative;float:left;width:100%;overflow:hidden;box-sizing:border-box;padding:0 0 20px;margin:0;border-bottom:1px solid var(--border-color)}
.item-post h1.entry-title{font-size:$(itempost.title.size);font-weight:700;position:relative;display:block;margin:0}
.item-post .has-meta h1.entry-title{margin-bottom:15px}
.item-post .blog-entry-header .entry-meta{font-size:13px}
.entry-content-wrap{position:relative;float:left;width:100%;box-sizing:border-box;margin:0}
#post-body{position:relative;float:left;width:100%;font-family:var(--text-font);font-size:$(itempost.content.size);color:var(--post-text-color);line-height:1.6em;padding:0;margin:20px 0 0}
.post-body p{margin-bottom:25px}
.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{font-size:18px;color:var(--post-title-color);margin:0 0 20px}
.post-body h1,.post-body h2{font-size:27px}
.post-body h3{font-size:23px}
blockquote{background-color:rgba(155,155,155,0.05);color:var(--post-title-color);font-style:italic;padding:15px 25px;margin:0;border-left:3px solid rgba(155,155,155,0.2)}
.rtl blockquote{border-left:0;border-right:3px solid rgba(155,155,155,0.2)}
blockquote:before,blockquote:after{display:inline-block;font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;color:var(--post-title-color);line-height:1}
blockquote:before,.rtl blockquote:after{content:'\f10d';margin:0 10px 0 0}
blockquote:after,.rtl blockquote:before{content:'\f10e';margin:0 0 0 10px}
.post-body ul,.widget .post-body ol{padding:0 0 0 15px;margin:10px 0}
.rtl .post-body ul,.rtl .widget .post-body ol{padding:0 15px 0 0}
.post-body .responsive-video-wrap{position:relative;width:100%;padding:0;padding-top:56%}
.post-body .responsive-video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.post-body img{height:auto!important}
.post-body li{margin:5px 0;padding:0;line-height:1.5em}
.post-body ul li{list-style:disc inside}
.post-body ol li{list-style:decimal inside}
.post-body u{text-decoration:underline}
.post-body strike{text-decoration:line-through}
.post-body a{color:var(--link-color)}
.post-body a:hover{text-decoration:underline}
.post-body a.button{display:inline-block;height:32px;background-color:var(--button-bg);font-family:var(--body-font);font-size:14px;color:var(--button-color);font-weight:400;line-height:32px;text-align:center;text-decoration:none;cursor:pointer;padding:0 15px;margin:0 5px 5px 0;border:0;border-radius:2px}
.rtl .post-body a.button{margin:0 0 5px 5px}
.post-body a.colored-button{color:#fff}
.post-body a.button:hover{background-color:var(--button-hover-bg);color:var(--button-hover-color)}
.post-body a.colored-button:hover{background-color:var(--button-hover-bg)!important;color:var(--button-hover-color)!important}
.button:before{float:left;font-family:'Font Awesome 5 Free';font-weight:900;display:inline-block;margin:0 8px 0 0}
.rtl .button:before{float:right;margin:0 0 0 8px}
.button.preview:before{content:"\f06e"}
.button.download:before{content:"\f019"}
.button.link:before{content:"\f0c1"}
.button.cart:before{content:"\f07a"}
.button.info:before{content:"\f06a"}
.button.share:before{content:"\f1e0"}
.button.contact:before{content:"\f0e0";font-weight:400}