-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme-1786374358580513956.xml
4173 lines (4051 loc) · 344 KB
/
theme-1786374358580513956.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.3.0' expr:class='data:blog.languageDirection' expr:dir='data:blog.languageDirection' expr:lang='data:blog.localeUnderscoreDelimited' 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'>
<head>
<!--- Piki Templates All Packed SEO /-->
<meta content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1' name='viewport'/>
<title><data:view.title.escaped/></title>
<meta expr:content='"text/html; charset=" + data:blog.encoding' http-equiv='Content-Type'/>
<meta content='blogger' name='generator'/>
<link expr:href='data:blog.blogspotFaviconUrl' rel='icon' type='image/x-icon'/>
<link expr:href='data:blog.url' hreflang='x-default' rel='alternate'/>
<meta expr:content='data:skin.vars.keycolor' name='theme-color'/>
<meta expr:content='data:skin.vars.keycolor' name='msapplication-navbutton-color'/>
<b:if cond='data:blog.adultContent'>
<meta content='adult' name='rating'/>
</b:if>
<link expr:href='data:view.url.canonical' rel='canonical'/>
<data:blog.feedLinks/><data:blog.meTag/>
<meta expr:content='data:view.description.escaped' name='description'/>
<!-- Metadata for Open Graph protocol available here http://ogp.me/. -->
<b:if cond='data:blog.pageType == "index"'>
<b:if cond='data:blog.searchLabel'>
<meta content='noindex' name='robots'/>
</b:if>
</b:if>
<b:if cond='data:blog.pageType == "archive"'>
<meta content='noindex' name='robots'/>
</b:if>
<b:if cond='!data:view.isSearch and !data:view.isLabelSearch'>
<meta content='index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1' name='robots'/>
</b:if>
<b:if cond='data:view.isHomepage'>
<meta content='website' property='og:type'/>
</b:if>
<b:if cond='data:view.isSingleItem'>
<meta content='article' property='og:type'/>
</b:if>
<b:if cond='data:view.isMultipleItems and not data:view.isHomepage'>
<meta content='object' property='og:type'/>
</b:if>
<meta expr:content='data:view.title.escaped' property='og:title'/>
<meta expr:content='data:blog.url.canonical' property='og:url'/>
<meta expr:content='data:view.description.escaped' property='og:description'/>
<meta expr:content='data:blog.title.escaped' property='og:site_name'/>
<b:tag cond='data:view.isMultipleItems and data:widgets.Blog.first.posts[0].featuredImage' expr:content='data:widgets.Blog.first.posts[0].featuredImage' name='meta' property='og:image'/>
<b:if cond='data:view.featuredImage'>
<meta expr:content='data:view.featuredImage' property='og:image'/>
<meta expr:content='data:view.featuredImage' name='twitter:image'/>
</b:if>
<b:if cond='data:view.isHomepage'>
<meta expr:content='data:blog.title' property='og:title'/>
</b:if>
<b:if cond='data:view.isPost'>
<meta expr:content='data:blog.pageName' property='og:title'/>
</b:if>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta expr:content='data:blog.title' name='keywords'/>
</b:if>
<b:if cond='data:view.isPost'>
<meta expr:content='data:blog.pageName' name='keywords'/>
</b:if>
<link expr:href='data:blog.url' hreflang='en' rel='alternate'/>
<meta content='summary_large_image' name='twitter:card'/>
<meta expr:content='data:view.title.escaped' name='twitter:title'/>
<meta expr:content='data:blog.url.canonical' name='twitter:domain'/>
<meta expr:content='data:view.description.escaped' name='twitter:description'/>
<meta expr:content='data:view.description.escaped' name='twitter:creator'/>
<meta content='en_US' property='og:locale'/>
<meta content='en_GB' property='og:locale:alternate'/>
<meta content='id_ID' property='og:locale:alternate'/>
<b:if cond='data:view.isHomepage'>
<script type='application/ld+json'>{"@context":"http://schema.org","@type":"WebSite","name":"<data:view.title.escaped/>","url":"<data:view.url.canonical/>","potentialAction":{"@type":"SearchAction","target":"<data:view.url.canonical/>search?q={search_term_string}","query-input":"required name=search_term_string"}}</script>
</b:if>
<link href='//1.bp.blogspot.com' rel='dns-prefetch'/> <link href='//28.2bp.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='//2.bp.blogspot.com' rel='dns-prefetch'/> <link href='//www.blogger.com' rel='dns-prefetch'/> <link href='//maxcdn.bootstrapcdn.com' rel='dns-prefetch'/> <link href='//fonts.googleapis.com' rel='dns-prefetch'/> <link href='//use.fontawesome.com' rel='dns-prefetch'/> <link href='//ajax.googleapis.com' rel='dns-prefetch'/> <link href='//resources.blogblog.com' rel='dns-prefetch'/> <link href='//feeds.feedburner.com' rel='dns-prefetch'/> <link href='//cdnjs.cloudflare.com' rel='dns-prefetch'/> <link href='//www.google-analytics.com' rel='dns-prefetch'/> <link href='//themes.googleusercontent.com ' rel='dns-prefetch'/> <link href='//pagead2.googlesyndication.com' rel='dns-prefetch'/> <link href='//googleads.g.doubleclick.net' rel='dns-prefetch'/> <link href='//www.gstatic.com' rel='preconnect'/> <link href='//www.googletagservices.com' rel='dns-prefetch'/> <link href='//static.xx.fbcdn.net' rel='dns-prefetch'/> <link href='//tpc.googlesyndication.com' rel='dns-prefetch'/> <link href='//apis.google.com' rel='dns-prefetch'/> <link href='//www.facebook.com' rel='dns-prefetch'/> <link href='//connect.facebook.net' rel='dns-prefetch'/> <link href='//twitter.com' rel='dns-prefetch'/> <link href='//www.youtube.com' rel='dns-prefetch'/> <link href='//www.pinterest.com' rel='dns-prefetch'/> <link href='//www.linkedin.com' rel='dns-prefetch'/>
<!-- Font Awesome Free 5.15.2 -->
<link href='//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/fontawesome.min.css' rel='stylesheet'/>
<b:if cond='!data:view.isLayoutMode'>
<!-- Template Style CSS -->
<b:skin version='1.3.0'><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name: Laxmi Security systems and Electricals
Version: 1.0.0.V
Author: srinu Tedlapu
Author Url: https://srinutedlapu19@blogspot.com
Designed by: LSSE
Last Update: 0
----------------------------------------------- */
/*
<!-- Variable definitions -->
<Variable name="keycolor" description="Main Color" type="color" default="$(main.color)" value="#002ce6"/>
<Group description="Theme Colors" selector="body">
<Variable name="body.background.color" description="Body Background Color" type="color" default="#f6f6f6" value="#f6f6f6"/>
<Variable name="body.background" description="Background" type="background" color="$(body.background.color)" default="$(color) url() repeat fixed top left" value="$(color) url() repeat fixed top left"/>
<Variable name="body.post.color" description="Body Post Color" type="color" default="#000000" value="#000000"/>
<Variable name="body.link.color" description="Body Link Color" type="color" default="$(main.color)" value="#112b3e"/>
<Variable name="main.color" description="Theme Color" type="color" default="#000000" value="#000000"/>
<Variable name="icon.color" description="Icon Color" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="widget.background" description="Widget Background" type="color" default="#002ce6" value="#002ce6"/>
<Variable name="widget.title.color" description="Widget Title Color" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="main.hover" description="Title Color on Hover" type="color" default="#002ce6" value="#002ce6"/>
<Variable name="main.tag" description="Label Tag Odd" type="color" default="#5856d5" value="#5856d5"/>
<Variable name="title.color" description="Title Color" type="color" default="#000000" value="#000000"/>
</Group>
<Group description="Top Main Menu" selector="div.top-bar">
<Variable name="top.bar" description="Top Background" type="color" default="#171717" value="#171717"/>
<Variable name="top.bar.menufont" description="Top Menu Title Color" type="color" default="#e0e0e0" value="#e0e0e0"/>
<Variable name="bb.menufont" description="Heading Title Color" type="color" default="#002ce6" value="#002ce6"/>
</Group>
<Group description="Main Menu" selector="div.pro-GalaxyNew">
<Variable name="menu.bg" description="Menu Background Color" type="color" default="#0b0b51" value="#0b0b51"/>
<Variable name="main.menu" description="Menu Color" type="color" default="#fbfbfb" value="#fbfbfb"/>
<Variable name="mobile.bt" description="Mobile button Background" type="color" default="#002ce6" value="#002ce6"/>
<Variable name="menu.color" description="Slide Menu" type="color" default="#333333" value="#333333"/>
<Variable name="submenu.background.color" description="SubMenu Background Color" type="color" default="#434343" value="#434343"/>
<Variable name="submenu.color" description="SubMenu Color" type="color" default="#000000" value="#000000"/>
<Variable name="menu.hover.color" description="Menu Hover Color" type="color" default="#222222" value="#222222"/>
<Variable name="navbar.color" description="Header Color" type="color" default="#464646" value="#464646"/>
</Group>
<Group description="Theme Fonts" selector="body">
<Variable name="main.font" description="Site Font" type="font" family="Open Sans" default="normal 400 14px $(family)" value="normal 400 14px $(family)"/>
<Variable name="title.font" description="Title Font" type="font" family="Open Sans" default="normal 400 14px $(family)" value="normal 400 14px $(family)"/>
<Variable name="meta.font" description="Meta Font" type="font" family="Open Sans" default="normal 400 14px $(family)" value="normal 400 14px $(family)"/>
<Variable name="text.font" description="Text Font" type="font" family="Open Sans" default="normal 400 14px $(family)" value="normal 400 14px $(family)"/>
</Group>
<Group description="Theme Widths" selector="body">
<Variable name="outerContainer.width" description="Container Width" type="length" default="1178px" min="1178px" max="1378px" value="1178px"/>
<Variable name="sidebar.width" description="Sidebar Width" type="length" default="320px" min="300px" max="336px" value="320px"/>
</Group>
<Group description="Footer Area" selector="#footer-container">
<Variable name="footer.background.color" description="Footer Background Color" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="footer.widget.title" description="Footer Title Color" type="color" default="#f0f0f0" value="#f0f0f0"/>
<Variable name="footer.caption.color" description="Footer Caption Color" type="color" default="#868686" value="#868686"/>
<Variable name="footer.widget.title.color" description="Widget Title Color" type="color" default="#404040" value="#404040"/>
<Variable name="footer.copyright.color" description="Footer Copyright Title Color" type="color" default="#828282" value="#828282"/>
<Variable name="footer.post.color" description="Footer Color" type="color" default="#f0f0f0" value="#f0f0f0"/>
<Variable name="footer.pages.color" description="Footer Pages Color" type="color" default="#404040" value="#404040"/>
<Variable name="footer.pages.hover.color" description="Footer Pages Hover Color" type="color" default="$(main.color)" value="#df1023"/>
</Group>
<Group description="Reset (All Theme Fonts)">
<!-- Site Font -->
<Variable name="mainfont.normal" description="Main Font Normal" type="font" default="normal 500 14px $(main.font.family)" value="normal 500 14px $(family)"/>
<Variable name="mainfont.italic" description="Main Font Italic" type="font" default="italic 400 14px $(main.font.family)" value="italic 400 14px $(family)"/>
<Variable name="mainfont.semibold" description="Main Font SemiBold" type="font" default="normal 600 14px $(main.font.family)" value="normal 600 14px $(family)"/>
<Variable name="mainfont.semibolditalic" description="Main Font SemiBold Italic" type="font" default="italic 600 14px $(main.font.family)" value="italic 600 14px $(family)"/>
<Variable name="mainfont.bold" description="Main Font Bold" type="font" default="normal 700 14px $(main.font.family)" value="normal 700 14px $(family)"/>
<Variable name="mainfont.bolditalic" description="Main Font Bold Italic" type="font" default="italic 700 14px $(main.font.family)" value="italic 700 14px $(family)"/>
<!-- Title Font -->
<Variable name="titlefont.italic" description="Title Font Italic" type="font" default="italic 400 14px $(title.font.family)" value="italic 400 14px $(family)"/>
<Variable name="titlefont.normal" description="Title Font Normal" type="font" default="normal 500 14px $(title.font.family)" value="normal 500 14px $(family)"/>
<Variable name="titlefont.normalitalic" description="Title Font Normal Italic" type="font" default="italic 500 14px $(title.font.family)" value="italic 500 14px $(family)"/>
<Variable name="titlefont.semibold" description="Title Font SemiBold" type="font" default="normal 600 14px $(title.font.family)" value="normal 600 14px $(family)"/>
<Variable name="titlefont.semibolditalic" description="Title Font SemiBold Italic" type="font" default="italic 600 14px $(title.font.family)" value="italic 600 14px $(family)"/>
<Variable name="titlefont.bold" description="Title Font Bold" type="font" default="normal 700 14px $(title.font.family)" value="normal 700 14px $(family)"/>
<Variable name="titlefont.bolditalic" description="Title Font Bold Italic" type="font" default="italic 700 14px $(title.font.family)" value="italic 700 14px $(family)"/>
<!-- Meta Font -->
<Variable name="metafont.italic" description="Meta Font Italic" type="font" default="italic 400 14px $(meta.font.family)" value="italic 400 14px $(family)"/>
<Variable name="metafont.normal" description="Meta Font Normal" type="font" default="normal 500 14px $(meta.font.family)" value="normal 500 14px $(family)"/>
<Variable name="metafont.normalitalic" description="Meta Font Normal Italic" type="font" default="italic 500 14px $(meta.font.family)" value="italic 500 14px $(family)"/>
<!-- Text Font -->
<Variable name="textfont.italic" description="Text Font Italic" type="font" default="italic 400 14px $(text.font.family)" value="italic 400 14px $(family)"/>
<Variable name="textfont.normal" description="Text Font Normal" type="font" default="normal 500 14px $(text.font.family)" value="normal 500 14px $(family)"/>
<Variable name="textfont.normalitalic" description="Text Font Normal Italic" type="font" default="italic 500 14px $(text.font.family)" value="italic 500 14px $(family)"/>
<Variable name="textfont.semibold" description="Text Font SemiBold" type="font" default="normal 600 14px $(text.font.family)" value="normal 600 14px $(family)"/>
<Variable name="textfont.semibolditalic" description="Text Font SemiBold Italic" type="font" default="italic 600 14px $(text.font.family)" value="italic 600 14px $(family)"/>
<Variable name="textfont.bold" description="Text Font Bold" type="font" default="normal 700 14px $(text.font.family)" value="normal 700 14px $(family)"/>
<Variable name="textfont.bolditalic" description="Text Font Bold Italic" type="font" default="italic 700 14px $(text.font.family)" value="italic 700 14px $(family)"/>
</Group>
<!-- Extra Variables -->
<Variable name="body.text.font" description="Font" hideEditor="true" type="font" default="13px arial, sans-serif" value="13px arial, sans-serif"/>
<Variable name="body.text.color" description="Body Text Color" hideEditor="true" type="color" default="#444444" value="#444444"/>
<Variable name="posts.background.color" description="Post background color" hideEditor="true" type="color" default="transparent" value="transparent"/>
<Variable name="tabs.font" description="Font 2" hideEditor="true" type="font" default="13px arial, sans-serif" value="13px arial, sans-serif"/>
<Variable name="posts.title.color" description="Post title color" hideEditor="true" type="color" default="#000000" value="#000000"/>
<Variable name="posts.text.color" description="Post text color" hideEditor="true" type="color" default="#595959" value="#595959"/>
<Variable name="posts.icons.color" description="Post icons color" hideEditor="true" type="color" default="$(main.color)" value="#112b3e"/>
<Variable name="labels.background.color" description="Label background color" hideEditor="true" type="color" default="$(main.color)" value="#ec5f1a"/>
*/
/*-- Google Open Sans Font Family --*/
@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-display:swap;src:local('Open Sans Italic'),local('OpenSans-Italic'),url(https://fonts.gstatic.com/s/opensans/v17/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;font-display:swap;src:local('Open Sans Italic'),local('OpenSans-Italic'),url(https://fonts.gstatic.com/s/opensans/v17/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;font-display:swap;src:local('Open Sans Italic'),local('OpenSans-Italic'),url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2) format('woff2');unicode-range:U+1F00-1FFF}
@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-display:swap;src:local('Open Sans Italic'),local('OpenSans-Italic'),url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2) format('woff2');unicode-range:U+0370-03FF}
@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-display:swap;src:local('Open Sans Italic'),local('OpenSans-Italic'),url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}
@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-display:swap;src:local('Open Sans Italic'),local('OpenSans-Italic'),url(https://fonts.gstatic.com/s/opensans/v17/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;font-display:swap;src:local('Open Sans Italic'),local('OpenSans-Italic'),url(https://fonts.gstatic.com/s/opensans/v17/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;font-display:swap;src:local('Open Sans SemiBold Italic'),local('OpenSans-SemiBoldItalic'),url(https://fonts.gstatic.com/s/opensans/v17/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;font-display:swap;src:local('Open Sans SemiBold Italic'),local('OpenSans-SemiBoldItalic'),url(https://fonts.gstatic.com/s/opensans/v17/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;font-display:swap;src:local('Open Sans SemiBold Italic'),local('OpenSans-SemiBoldItalic'),url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhnIqOjjg.woff2) format('woff2');unicode-range:U+1F00-1FFF}
@font-face{font-family:'Open Sans';font-style:italic;font-weight:600;font-display:swap;src:local('Open Sans SemiBold Italic'),local('OpenSans-SemiBoldItalic'),url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhoIqOjjg.woff2) format('woff2');unicode-range:U+0370-03FF}
@font-face{font-family:'Open Sans';font-style:italic;font-weight:600;font-display:swap;src:local('Open Sans SemiBold Italic'),local('OpenSans-SemiBoldItalic'),url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhkIqOjjg.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}
@font-face{font-family:'Open Sans';font-style:italic;font-weight:600;font-display:swap;src:local('Open Sans SemiBold Italic'),local('OpenSans-SemiBoldItalic'),url(https://fonts.gstatic.com/s/opensans/v17/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;font-display:swap;src:local('Open Sans SemiBold Italic'),local('OpenSans-SemiBoldItalic'),url(https://fonts.gstatic.com/s/opensans/v17/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:normal;font-weight:400;font-display:swap;src:local('Open Sans Regular'),local('OpenSans-Regular'),url(https://fonts.gstatic.com/s/opensans/v17/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;font-display:swap;src:local('Open Sans Regular'),local('OpenSans-Regular'),url(https://fonts.gstatic.com/s/opensans/v17/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;font-display:swap;src:local('Open Sans Regular'),local('OpenSans-Regular'),url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');unicode-range:U+1F00-1FFF}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;src:local('Open Sans Regular'),local('OpenSans-Regular'),url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');unicode-range:U+0370-03FF}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;src:local('Open Sans Regular'),local('OpenSans-Regular'),url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;src:local('Open Sans Regular'),local('OpenSans-Regular'),url(https://fonts.gstatic.com/s/opensans/v17/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;font-display:swap;src:local('Open Sans Regular'),local('OpenSans-Regular'),url(https://fonts.gstatic.com/s/opensans/v17/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;font-display:swap;src:local('Open Sans SemiBold'),local('OpenSans-SemiBold'),url(https://fonts.gstatic.com/s/opensans/v17/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;font-display:swap;src:local('Open Sans SemiBold'),local('OpenSans-SemiBold'),url(https://fonts.gstatic.com/s/opensans/v17/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;font-display:swap;src:local('Open Sans SemiBold'),local('OpenSans-SemiBold'),url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format('woff2');unicode-range:U+1F00-1FFF}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-display:swap;src:local('Open Sans SemiBold'),local('OpenSans-SemiBold'),url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format('woff2');unicode-range:U+0370-03FF}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-display:swap;src:local('Open Sans SemiBold'),local('OpenSans-SemiBold'),url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-display:swap;src:local('Open Sans SemiBold'),local('OpenSans-SemiBold'),url(https://fonts.gstatic.com/s/opensans/v17/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;font-display:swap;src:local('Open Sans SemiBold'),local('OpenSans-SemiBold'),url(https://fonts.gstatic.com/s/opensans/v17/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;font-display:swap;src:local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v17/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;font-display:swap;src:local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v17/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;font-display:swap;src:local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');unicode-range:U+1F00-1FFF}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:swap;src:local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');unicode-range:U+0370-03FF}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:swap;src:local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:swap;src:local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v17/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;font-display:swap;src:local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v17/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 Awesome Free 5.15.1 --*/
@font-face{font-family:"Font Awesome 5 Brands";font-display:swap;font-style:normal;font-weight:400;font-display:block;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-brands-400.eot);src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-brands-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-brands-400.woff) format("woff"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-brands-400.ttf) format("truetype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}
@font-face{font-family:"Font Awesome 5 Free";font-display:swap;font-style:normal;font-weight:400;font-display:block;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-regular-400.eot);src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-regular-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-regular-400.woff) format("woff"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-regular-400.ttf) format("truetype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:"Font Awesome 5 Free";font-weight:400}
@font-face{font-family:"Font Awesome 5 Free";font-display:swap;font-style:normal;font-weight:900;font-display:block;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-solid-900.eot);src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-solid-900.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-solid-900.woff) format("woff"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-solid-900.ttf) format("truetype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
/*-- Reset CSS Start Here --*/
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;border:0;outline:0;vertical-align:baseline;background:0;margin:0;text-decoration:none;}
form,textarea,input,button{font-family:var(--body-font);-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;box-sizing:border-box}
.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}
input,textarea{outline:none}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
dl,ul{list-style-position:inside;font-weight:400;list-style:none}
button{cursor: pointer;outline: none;}
ul li{list-style:none}
caption,th{text-align:center}
html,body{text-size-adjust:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none}
.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%}
.container{width:100%;max-width:1100px;margin:0 auto;padding:0px;box-sizing:border-box}
.center{display:table;margin:0 auto;position:relative}
img{border:0;position:relative}
a,a:visited{text-decoration:none}
.clearfix{clear:both}
.section,.widget,.widget ul{margin:0;padding:0}
a{color:$(body.link.color)}
a img{border:0}
abbr{text-decoration:none}
.widget>h2,.widget>h3{display:none}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
/*-- CSS Variables --*/
html{
--body-font:'$(main.font.family)', Arial, sans-serif;
--title-font:'$(title.font.family)', Arial, sans-serif;
--meta-font:'$(meta.font.family)', Arial, sans-serif;
--text-font:'$(text.font.family)', Arial, sans-serif;
--GalaxyNew-solid-color:#c1bbbb;
--black-color:#000000;
--hero-color:#aaaaaa;
--snippet-color:#aba4a4;
--solid-border:#ddd;
--white-bg:#ffffff;
--white-color:#ffffff;
}
.no-items.section{display:none}
h1,h2,h3,h4,h5,h6{font-family:var(--title-font);font-weight:700}
body{position:relative;background:#f3f8fb;font-family:var(--body-font);font-size:14px;font-weight:400;color:$(body.post.color);word-wrap:break-word;margin:0;padding:0;font-style:normal;line-height:1.4em}
#outer-wrapper{position:relative;overflow:hidden;width:100%;max-width:100%;margin:0 auto}
.outer-container{width:$(outerContainer.width)}
h1{font-size:26px;line-height:28px}
h3{font-size:22px;line-height:21px}
h4{font-size:20px;line-height:18px}
h5{font-size:16px;line-height:16px}
h6{font-size:13px;line-height:13px;margin-bottom:0;margin-top:0}
@media only screen and (min-width:1025px){h1{font-size:42px;line-height:46px}
h2{font-size:36px;line-height:40px}
h3{font-size:28px;line-height:35px}
h4{font-size:21px;line-height:26px}
}
.post-body h1{font-size:28px}
.post-body h2{font-size:24px}
.post-body h3{font-size:21px}
.post-body h4{font-size:18px}
.post-body h5{font-size:16px}
.post-body h6{font-size:13px}
.dark .post-body h1,.dark .post-body h2,.dark .post-body h3,.dark .post-body h4,.dark .post-body h5,.dark .post-body h6{color:#ccc}
.dark{background:#292929;color:rgba(255,255,255,.7)}
.dark a{color:rgba(255,255,255,.7)!important}
.dark a:hover{color:rgba(255,255,255,.4)}
.dark .post-body p,.dark .post-body span{background:transparent!important;color:#fff!important}
.dark #topbar{background:#222}
#center-container{position:relative;float:left;width:100%;overflow:hidden;padding:20px 0 0;margin:0}
#center-container > .container{margin:0 auto}
#feed-view{position:relative;float:left;width:calc(100% - ($(sidebar.width) + 30px));box-sizing:border-box;padding:0}
#sidebar-container{position:relative;float:right;width:$(sidebar.width);box-sizing:border-box;padding:0}
.post-filter-image{position:relative;display:block;transition:transform .3s ease}
.post-filter-link,.comments .avatar-image-container{background-color:rgba(155,155,155,0.07);color:transparent!important}
.background-layer:before{content:'';position:absolute;left:0;right:0;bottom:0;height:66%;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}
.snip-thumbnail{position:relative;width:100%;height:100%;display:block;object-fit:cover;z-index:1;opacity:0;transition:opacity .30s ease,transform .30s ease}
.snip-thumbnail.lazy-img{opacity:1}
.row,.row-1{position:relative;}
.post-filter-link:hover .snip-thumbnail{transform:scale(1.05);}
/*-- Social Icons Start Here (Global FontAwesome Icon Codes) --*/
.social-footer a:before,.social a:before{display:inline-block;font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400}
.social-footer .blogger a:before,.social .blogger:before{content:"\f37d"}
.social-footer .behance a:before,.social .behance:before{content:"\f1b4"}
.social-footer .digg a:before,.social .digg:before{content:"\f1a6"}
.social-footer .instagram a:before,.social .instagram:before{content:"\f16d"}
.social-footer .pinterest a:before,.social .pinterest:before{content:"\f0d2"}
.social-footer .rss a:before,.social .rss:before{content:'\f09e';font-family:'Font Awesome 5 Free';font-weight:900}
.social-footer .facebook a:before,.social .facebook:before{content:"\f09a"}
.social-footer .facebook-f a:before,.social .facebook-f:before{content:"\f09a"}
.social-footer .twitter a:before,.social .twitter:before{content:"\f099"}
.social-footer .youtube a:before,.social .youtube:before{content:"\f167"}
.social-footer .stack-overflow a:before,.social .stack-overflow:before{content:"\f16c"}
.social-footer .github a:before,.social .github:before{content:"\f09b"}
.social-footer .linkedin a:before,.social .linkedin:before{content:"\f0e1"}
.social-footer .skype a:before,.social .skype:before{content:"\f17e"}
.social-footer .stumbleupon a:before,.social .stumbleupon:before{content:"\f1a4"}
.social-footer .tumblr a:before,.social .tumblr:before{content:"\f173"}
.social-footer .vk a:before,.social .vk:before{content:"\f189"}
.social-footer .reddit a:before,.social .reddit:before{content:"\f1a1"}
.social-footer .whatsapp a:before,.social .whatsapp:before{content:"\f232"}
.social-footer .telegram a:before,.social .telegram:before{content:"\f2c6"}
.social-footer .dribbble a:before,.social .dribbble:before{content:"\f17d"}
.social-footer .soundcloud a:before,.social .soundcloud:before{content:"\f1be"}
.social-footer .twitch a:before,.social .twitch:before{content:"\f1e8"}
.social-footer .delicious a:before,.social .delicious:before{content:"\f1a5"}
.social-footer .codepen a:before,.social .codepen:before{content:"\f1cb"}
.social-footer .snapchat a:before,.social .snapchat:before{content:"\f2ac"}
.social-footer .email a:before,.social .email:before{content:'\f0e0';font-family:'Font Awesome 5 Free'}
.social-footer .external-link a:before,.social .external-link:before{content:'\f35d';font-family:'Font Awesome 5 Free';font-weight:900}
.social-bg li .blogger,.social-bg-hover .blogger a:hover{background-color:#ff5722}
.social-bg li .facebook,.social-bg li .facebook-f,.social-bg-hover .facebook a:hover,.social-bg-hover .facebook-f a:hover{background-color:#3b5999}
.social-bg li .twitter,.social-bg-hover .twitter a:hover{background-color:#00acee}
.social-bg li .youtube,.social-bg-hover .youtube a:hover{background-color:#f50000}
.social-bg li .messenger,.social-bg-hover .messenger a:hover{background-color:#0084ff}
.social-bg li .snapchat,.social-bg-hover .snapchat a:hover{background-color:#ffe700}
.social-bg li .telegram,.social-bg-hover .telegram a:hover{background-color:#179cde}
.social-bg li .instagram,.social-bg-hover .instagram a:hover{background:linear-gradient(15deg,#ffb13d,#dd277b,#4d5ed4)}
.social-bg li .pinterest,.social-bg li .pinterest-p,.social-bg-hover .pinterest a:hover,.social-bg-hover .pinterest-p a:hover{background-color:#ca2127}
.social-bg li .dribbble,.social-bg-hover .dribbble a:hover{background-color:#ea4c89}
.social-bg li .linkedin,.social-bg-hover .linkedin a:hover{background-color:#0077b5}
.social-bg li .stumbleupon,.social-bg-hover .stumbleupon a:hover{background-color:#eb4823}
.social-bg li .vk,.social-bg-hover .vk a:hover{background-color:#4a76a8}
.social-bg li .stack-overflow,.social-bg-hover .stack-overflow a:hover{background-color:#f48024}
.social-bg li .github,.social-bg-hover .github a:hover{background-color:#24292e}
.social-bg li .soundcloud,.social-bg-hover .soundcloud a:hover{background:linear-gradient(#ff7400,#ff3400)}
.social-bg li .behance,.social-bg-hover .behance a:hover{background-color:#191919}
.social-bg li .digg,.social-bg-hover .digg a:hover{background-color:#1b1a19}
.social-bg li .delicious,.social-bg-hover .delicious a:hover{background-color:#0076e8}
.social-bg li .codepen,.social-bg-hover .codepen a:hover{background-color:#000}
.social-bg li .flipboard,.social-bg-hover .flipboard a:hover{background-color:#f52828}
.social-bg li .reddit,.social-bg-hover .reddit a:hover{background-color:#ff4500}
.social-bg li .tumblr,.social-bg-hover .tumblr a:hover{background-color:#365069}
.social-bg li .twitch,.social-bg-hover .twitch a:hover{background-color:#6441a5}
.social-bg li .rss,.social-bg-hover .rss a:hover{background-color:#ffc200}
.social-bg li .skype,.social-bg-hover .skype a:hover{background-color:#00aff0}
.social-bg li .whatsapp,.social-bg-hover .whatsapp a:hover{background-color:#3fbb50}
.social-bg li .discord,.social-bg-hover .discord a:hover{background-color:#7289da}
.social-bg li .share,.social-bg-hover .share a:hover{background-color:var(--hero-color)}
.social-bg li .email,.social-bg-hover .email a:hover{background-color:#888}
.social-bg li .external-link,.social-bg-hover .external-link a:hover{background-color:#3500e5}
.whatsapp-desktop{display:inline-block}
.whatsapp-mobile{display:none}
.top-bar{height:41px;background:$(top.bar);}
#top-menu{float:left}
#top-menu .selectnav,.LSpeed-filter-logo{display:none}
.menu-top li{display:inline-block;line-height:40px;padding:0}
.menu-top li a{color:$(top.bar.menufont);text-transform:capitalize;font-size:13px;font-weight:600;text-decoration:none}
.menu-top li a:after{content:"-";margin:0 5px;color:$(top.bar.menufont)}
.menu-top li:last-child a:after{content:" ";display:none}
.menu-top li a .fa{margin-right:5px}
.menu-top li a:hover{color:#eee}
#top-social{float:right}
.dark .title h3,.dark .follow-by-email-title,.dark .post-snip .post-author,.dark .author-description span,.dark .list-label li a:before, .dark .comment-bubble, .dark blockquote:before, .dark blockquote:after, .dark .comments-msg-alert{color:#fff}
.dark .related-GalaxyNews .related-item,.dark .blog-pager .page-active,.dark .blog-pager a,.dark.blog-pager span{background:#222}
.dark .FollowByEmail .widget-content,.dark .piki-ads-res,.dark .related-GalaxyNew .widget-title,.dark .comments .comment .comment-actions a,.dark .piki-ads,.dark .darkmode-box .widget>.widget-title,.dark .related-GalaxyNew .widget-title, .dark .blog-pager,.dark .comments .comments-content .comment-content,.dark .queryMessage{background:#3a3a3a}
.dark .entry-title,.dark h3.title,.dark .queryMessage{color:#E4E4E4! important}
.dark .content article,.dark .GlobeGalaxy{background:transparent}
.dark .post-body ol>li:before{color:#eee}
.dark .slider-nav{background:#292929}
.dark .pro-GalaxyNew-wrap,.dark .pro-GalaxyNew,.dark #xx0xx-promenu ul>li>ul{background:#383838;}
.dark .top-bar{background:#2d2d2d;border:none}
.dark #Label1 .label-size a,.dark #Label1 .label-size span{background:rgba(255,255,255,.1);border:0}
.mega-mode{position:relative;padding:0 15px;margin-right:10px;text-align:center;border-radius:30px;display:inline-block;align-items:center;z-index:999}
.dark-button{display:none;}
.dark-button + .dark-toggle{outline:0;display:inline-block;width:40px;height:20px;vertical-align:middle;position:relative;cursor:pointer;margin-left:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.dark-mode + .dark-toggle{border-radius:99em;transition:all .4s ease}
.dark-mode + .dark-toggle:after{content:'\f186';font-family:'Font Awesome 5 Free';font-weight:900;color:#fff;line-height:18px;border-radius:100px;background:#887fff;transition:left 0.3s cubic-bezier(0.175,0.885,0.32,1.275),padding 0.3s ease,margin 0.3s ease;position:absolute;width:18px;height:18px;top:1px;left:2px;box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)}
.dark .dark-mode + .dark-toggle{background:#FFEDC6}
.dark-mode + .dark-toggle{background:#6f6f6f}
.dark .dark-mode + .dark-toggle:after{left:53%;background:#ff9f43}
.social-sec .social li{display:inline-block;list-style:none;line-height:40px}
.social-sec .social li a{display:block;height:40px;width:25px;line-height:40px;font-size:15px;text-align:center;color:$(top.bar.menufont)}
.social-sec .social{width:100%;text-align:right;line-height:40px}
.mobile-GalaxyNew{bottom:0;text-align:center;width:100%;border-top:1px solid #737373;margin:5px 0}
.mobile-GalaxyNew .nav1 li{display:inline-block;padding:0;margin:0}
.mobile-GalaxyNew ul.nav1{text-align:center;display:inline-block}
.mobile-GalaxyNew .nav1 li a{font-size:14px;font-weight:400;display:block;color:#dadada;padding:0 0 0 5px;margin:0 0 0 10px}
#xxqo-menuaflex-list>.mega-menu{position:unset!important}
.xx0xx-promenu li:hover .GalaxyPSpeed-open{opacity:1;visibility:visible}
.drop-down>a:after{content:'\f078';float:right;font-family:'Font Awesome 5 Free';font-size:9px;font-weight:900;margin:-1px 0 0 5px}
.GalaxyPSpeed-open{top:59px;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;opacity:0;visibility:hidden;width:100%;left:0;box-sizing:border-box;right:0;z-index:3333;color:var(--white-bg);height:auto;padding:20px;text-align:center;min-height:100px;position:absolute;background-color:#ffffff;box-shadow:0 10px 10px rgba(0,0,0,0.28)}
.xx0xx-promenu li:hover .GalaxyPSpeed-open{margin-top:1px;opacity:1;visibility:visible}
.GalaxyPSpeedMy{width:calc((100% - 50px) / 5);box-sizing:border-box;float:left;overflow:hidden;position:relative}
.GalaxyPSpeedMy:last-child{margin-right:0}
.GalaxyPSpeedMy .post-filter-link{height:100%}
.GalaxyPSpeedMys{display:flex;justify-content:space-between;flex-wrap:wrap}
.GalaxyPSpeedMys .mega-menu-thumb{height:180px;display:block;overflow:hidden;border-radius:15px;}
.GalaxyPSpeedMys .entry-title{font-size:14px;font-weight:700;line-height:1.5em}
/*----- Table of Content (TOC). -----*/
.xxqo-tociki-pro{display:flex;width:100%;clear:both;margin:0}
.xxqo-tociki-inner{position:relative;max-width:100%;font-size:14px;color:#000;background-color:rgba(165 165 165 / 10%);overflow:hidden;line-height:23px;border:1px solid #a0a0a0;border-radius:5px}
a.xxqo-tociki-title{position:relative;display:flex;align-items:center;justify-content:space-between;height:38px;font-size:16px;font-weight:600;color:#000;padding:0 15px;margin:0}
.xxqo-tociki-title-text{display:flex}
.xxqo-tociki-title-text:before{content:'\f0cb';font-family:'Font Awesome 5 Free';font-size:14px;font-weight:900;margin:0 5px 0 0}
.xxqo-tociki-title:after{content:'\f078';font-family:'Font Awesome 5 Free';font-size:12px;font-weight:900;margin:0 0 0 25px}
.xxqo-tociki-title.opened:after{content:'\f077'}
a.xxqo-tociki-title:hover{text-decoration:none}
#xxqo-tociki{display:none;padding:0 15px 10px;margin:0}
#xxqo-tociki ol{padding:0 0 0 15px}
#xxqo-tociki li{font-size:14px;margin:10px 0}
#xxqo-tociki li a{color:$(main.color)}
#xxqo-tociki li a:hover{color:$(main.hover);text-decoration:underline}
/*----- Table of Content (TOC). -----*/
.xxqo-tociki-pro{display:flex;width:100%;clear:both;margin:0}
.xxqo-tociki-inner{position:relative;max-width:100%;font-size:14px;color:#000;background-color:rgba(165 165 165 / 10%);overflow:hidden;line-height:23px;border:1px solid #a0a0a0;border-radius:5px}
a.xxqo-tociki-title{position:relative;display:flex;align-items:center;justify-content:space-between;height:38px;font-size:16px;font-weight:600;color:#000;padding:0 15px;margin:0}
.xxqo-tociki-title-text{display:flex}
.xxqo-tociki-title-text:before{content:'\f0cb';font-family:'Font Awesome 5 Free';font-size:14px;font-weight:900;margin:0 5px 0 0}
.xxqo-tociki-title:after{content:'\f078';font-family:'Font Awesome 5 Free';font-size:12px;font-weight:900;margin:0 0 0 25px}
.xxqo-tociki-title.opened:after{content:'\f077'}
a.xxqo-tociki-title:hover{text-decoration:none}
#xxqo-tociki{display:none;padding:0 15px 10px;margin:0}
#xxqo-tociki ol{padding:0 0 0 15px}
#xxqo-tociki li{font-size:14px;margin:10px 0}
#xxqo-tociki li a{color:$(main.color)}
#xxqo-tociki li a:hover{color:$(main.hover);text-decoration:underline}
/*----- Cap the total number of ads (widgets and inline ads). -----*/
#top-ad-placeholder .widget > .widget-title,#bottom-ad-placeholder .widget > .widget-title{display:none}
#top-ad-placeholder,#bottom-ad-placeholder{margin:15px 0;padding:0;width:100%;overflow:hidden;}
.main-ads-pikihome{position:relative;float:left;width:100%;margin:15px 0 0}
.main-ads-pikihome .widget{position:relative;float:left;width:100%;line-height:0;margin:0 0 5px}
.main-ads-pikihome .widget > .widget-title,#post-placeholder .widget > .widget-title{display:none}
#post-placeholder{position:relative;box-sizing:border-box;width:100%;height:auto;padding:0 5px;margin:10px 0}
#post-placeholder .widget{position:relative;width:100%;line-height:0;height:auto}
/*----- Standard footer section under Parent of Center Container element. -----*/
#footer-container{display:block;width:100%;color:$(footer.pages.color);margin:auto;padding:0;border-top:1px solid rgba(255,255,255,0.08);overflow:hidden}
#footer-container .footer-copyright{position:relative;float:left;font-size:13px;line-height:40px;margin:0}
.copyright-text{margin:0;color:$(footer.pages.color);;line-height:50px;}
#footer-container .footer-copyright a{color:$(footer.copyright.color)}
#footer-container .footer-copyright a:hover{color:$(footer.pages.color)}
#footer-checks-menu{float:right;position:relative;display:block;margin:5px 0 0}
#footer-checks-menu .widget > .widget-title,#footer-copyright .widget > .widget-title{display:none}
.footer-checks-menu ul li{position:relative;float:left;margin:0}
.footer-checks-menu ul li a{float:left;font-size:14px;color:$(footer.pages.color);height:30px;line-height:40px;padding:0 5px;margin:0 0 20px}
#footer-checks-menu ul li a:hover{color:$(footer.pages.hover.color)}
/*-- Top Social Menu CSS (IE/ IE9 etc.) --*/
.socialFilter .external-link a{background-color:$(main.hover)}
.sharing-button .facebook a,.sharing-button .facebook-f a{background-color:#3b5999}
.sharing-button .twitter a,.sharing-button .twitter-square a{background-color:#00acee}
.sharing-button .reddit a{background-color:#ff4500}
.sharing-button .pinterest a,.sharing-button .pinterest-p a{background-color:#ca2127}
.sharing-button .linkedin a{background-color:#0077b5}
.sharing-button .whatsapp a{background-color:#3fbb50}
.sharing-button .email a{background-color:#888}
.LSpeed-filter .fa{color:#FFF! important}
.dark .pro-GalaxyNew-wrap,.dark .pro-GalaxyNew{box-shadow:none;}
/*-- Top Social Menu Code (jQuery Latest Menu) --*/
#Menu-GalaxyNew{position:relative;float:left;width:100%;height:auto;margin:0}
.pro-GalaxyNew-wrap,.pro-GalaxyNew{position:relative;float:left;width:100%;height:56px;background:$(main.menu);box-sizing:border-box;padding:0;margin:0 0 5px;box-shadow:5px 5px 8px 0px rgba(224 223 223 / 48%);}
#Menu-GalaxyNew .container{position:relative;margin:0 auto}
.SuperLogo-wrap{position:relative;width:100%;float:left;margin:0 30px 0 0}
.SuperLogo{position:relative;float:left;height:44px;padding:5px 0;margin:0}
.SuperLogo .SuperLogo-img{display:flex;align-items:center;height:40px;overflow:hidden;margin:0;}
.SuperLogo img{display:block;max-width:100%;max-height:100%;margin:0;}
.show-Globecontainer{display:none;color:#000;height:40px;font-size:17px;padding:0 15px;}
.header-section{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;float:left;width:100%;margin:0;}
.header-left{position:static;display:flex;margin:0;}
.header-right{position:absolute;top:0;right:0;margin:0;}
.SuperLogo .widget{position:relative;display:flex;align-items:center;height:100%;margin:0;}
.SuperLogo-img .logo-img{display:flex;align-items:center;height:40px;overflow:hidden;margin:0;}
.SuperLogo h1{display:block;font-size:25px;color:$(navbar.color);height:30px;line-height:30px;overflow:hidden;padding:0;margin:0}
.SuperLogo h1 a{color:$(navbar.color)}
.SuperLogo #title-header{display:none;visibility:hidden}
.pro-GalaxyNew.show{top:0;box-shadow:0 0 20px rgba(0,0,0,.15)}
.main-menu-wrap{position:static;height:56px;margin:0}
#xx0xx-promenu .widget,#xx0xx-promenu .widget>.widget-title{display:none}
#xx0xx-promenu .show-menu{display:block}
#xx0xx-promenu{position:static;height:56px;z-index:10}
#xx0xx-promenu ul>li{position:relative;float:left;display:inline-block;padding:0;margin:0}
#xxqo-menuaflex-list>li>a{position:relative;display:block;height:56px;font-size:14px;color:$(submenu.color);font-weight:600;text-transform:capitalize;line-height:56px;padding:0 10px;margin:0}
#xxqo-menuaflex-list>li>a:hover{color:$(widget.background)}
#xx0xx-promenu ul>li>ul{position:absolute;float:left;left:0;top:59px;width:180px;background:$(submenu.background.color);z-index:99999;visibility:hidden;opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px);padding:0;box-shadow:0 2px 5px 0 rgba(0,0,0,0.15),0 2px 10px 0 rgba(0,0,0,0.17)}
#xx0xx-promenu ul>li>ul>li>ul{position:absolute;top:0;left:100%;-webkit-transform:translateX(-10px);transform:translateX(-10px);margin:0}
#xx0xx-promenu ul>li>ul>li{display:block;float:none;position:relative}
#xx0xx-promenu ul>li>ul>li a{position:relative;display:block;height:36px;font-size:13px;color:$(widget.title.color);line-height:36px;font-weight:400;box-sizing:border-box;padding:0 15px;margin:0;border-bottom:1px solid rgba(155,155,155,0.07)}
#xx0xx-promenu ul>li>ul>li:last-child a{border:0}
#xx0xx-promenu ul>li>ul>li:hover>a{color:#ccc}
#xx0xx-promenu ul>li.sub-tab>a:after{content:'\f078';float:right;font-family:'Font Awesome 5 Free';font-size:9px;font-weight:900;margin:-1px 0 0 5px}
#xx0xx-promenu ul>li>ul>li.sub-tab>a:after{content:'\f054';float:right;margin:0}
#xx0xx-promenu ul>li:hover>ul,#xx0xx-promenu ul>li>ul>li:hover>ul{visibility:visible;opacity:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate(0);transform:translate(0)}
#xx0xx-promenu ul ul{transition:all .35s ease}
.loading-icon{width:100%;height:100%;line-height:300px;display:flex ;justify-content:center;align-items:center;}
.GalaxyPSpeedTic .loading-icon{line-height:38px;}
.GalaxyPSpeedTic .widget .widget-content span.error-status{padding:0;line-height:30px;}
.GalaxyPSpeedTic .loading-icon:after{width:20px;height:20px;}
.footer-flex .error-status{color:#fff}
.loading-icon:after{content:"";width:40px;height:40px;border-radius:50%;border:2px solid $(main.color);border-right:2px solid #c1c1c1;display:inline-block;animation:runload 0.6s infinite}
@-webkit-keyframes runload{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}
}
@keyframes runload{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}
}
.loading-frame{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@keyframes fadeIn{from{opacity:0}
to{opacity:1}
}
.run-time{animation-name:fadeIn}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,5px,0)}
to{opacity:1;transform:translate3d(0,0,0)}
}
.load-time{animation-name:fadeInUp}
.overlay{visibility:hidden;opacity:0;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;margin:0;transition:all .25s ease}
.show-Globecontainer:before{content:"\f0c9";font-family:'Font Awesome 5 Free';font-size:20px;font-weight:900}
#Globecontainer{display:none;position:fixed;width:100%;height:100%;top:0;left:0;bottom:0;background:$(menu.color);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);-webkit-transition:all .5s cubic-bezier(.79,.14,.15,.86);-moz-transition:all .5s cubic-bezier(.79,.14,.15,.86);-o-transition:all .5s cubic-bezier(.79,.14,.15,.86);transition:all .5s cubic-bezier(.79,.14,.15,.86)}
.GalaxyNew-open #Globecontainer{-webkit-transform:translateX(0);transform:translateX(0);visibility:visible;opacity:.99;-webkit-transition:all .5s cubic-bezier(.79,.14,.15,.86);-moz-transition:all .5s cubic-bezier(.79,.14,.15,.86);-o-transition:all .5s cubic-bezier(.79,.14,.15,.86);transition:all .5s cubic-bezier(.79,.14,.15,.86)}
.area-GalaxyNew{float:left;width:100%;margin:30px 0;opacity:0;transition:all ease-in-out .3s;box-sizing:border-box;}
#Globecontainer{transition:all .6s ease-in-out}
.hide-LSpeed-filter:hover{transform:rotate(90deg)}
.hide-LSpeed-filter{position:absolute;top:0;right:0;display:block;color:$(widget.title.color);font-size:26px;line-height:80px;text-align:center;cursor:pointer;z-index:20;padding:0 20px;-webkit-transition:transform ease-out .2s;-moz-transition:transform ease-out .2s;-ms-transition:transform ease-out .2s;-o-transition:transform ease-out .2s;transition:transform ease-out .2s;transform:rotate(0deg)}
.hide-LSpeed-filter:before{content:"\f00d";font-family:'Font Awesome 5 Free';font-weight:900}
.GalaxyNew-open .area-GalaxyNew,.GalaxyNew-open .Globecontainer-flex{opacity:1}
.Globecontainer-flex{display:flex;flex-direction:column;opacity:0;justify-content:space-between;float:left;width:100%;height:calc(100% - 70px);transition:all ease-in-out .3s}
.LSpeed-filter{position:relative;float:left;width:100%;box-sizing:border-box;padding:25px}
.LSpeed-filter>ul{margin:0}
#xx0xx-promenu .fa{padding:0 5px}
.LSpeed-filter .fa{margin:5px;padding:auto}
.LSpeed-filter .m-sub{display:none;padding:0}
.LSpeed-filter ul li{position:relative;display:block;overflow:hidden;float:left;width:100%;font-size:14px;font-weight:600;line-height:50px;margin:0;padding:0}
.LSpeed-filter>ul li ul{overflow:hidden}
.LSpeed-filter ul li a{color:$(submenu.color);padding:0 5px;display:block}
.LSpeed-filter>ul>li>a{text-transform:capitalize;border-bottom:1px solid rgba(255,255,255,0.2)}
.LSpeed-filter>ul>li.sub-tab>a:after,.LSpeed-filter>ul>li>ul>li.sub-tab>a:after{font-family:'Font Awesome 5 Free';font-weight:900;content:"\f078";font-size:12px;position:absolute;top:0;right:0;margin-right:10px;height:100%;flex-direction:row;align-items:center;justify-content:center}
.LSpeed-filter ul li.sub-tab.show>a:after{content:'\f077'}
.LSpeed-filter ul li a:hover,.LSpeed-filter ul li.sub-tab.show>a,.LSpeed-filter ul li.sub-tab.show>.submenu-toggle{color:fff}
.LSpeed-filter>ul>li>ul>li a:before{content:"\2022";font-family:'Font Awesome 5 Free';font-style:normal;font-weight:700;color:#fff;font-size:15px;padding-right:5px}
.LSpeed-filter>ul>li>ul>li a{font-size:13px;font-weight:600;color:$(submenu.color);background:rgba(255,255,255,0.12);padding:0 0 0 35px;border-bottom:1px solid rgba(255,255,255,0.2)}
.LSpeed-filter>ul>li>ul>li>ul>li>a{padding:0 0 0 30px}
.LSpeed-filter ul>li>.submenu-toggle:hover{color:$(menu.hover.color)}
.social-GalaxyNew{position:relative;float:left;margin:0 0 0 25px}
.social-GalaxyNew ul{display:block;text-align:center;margin:0}
.social-GalaxyNew ul li{display:inline-block;margin:0 5px}
.social-GalaxyNew ul li a{display:block;font-size:20px;color:$(main.menu);padding:0 5px}
.social-GalaxyNew ul li a:hover{opacity:1}
.fixed-nos{position:fixed;top:-56px;left:0;width:100%;z-index:990;transition:top .17s ease}
.pro-GalaxyNew.show{top:0;box-shadow:0 0 20px rgba(0,0,0,.15)}
.GalaxyNew-open .fixed-nos{top:0}
.GlobeGalaxy .GalaxyPSpeed-holds .GalaxyPSpeedArea:nth-child(odd) .featured-meta .label-news-flex, .post-filter-wrap .grid-posts .post-filter:nth-child(odd) .post-filter-inside-wrap .label-news-flex-anywhere, .GalaxyPSpeedPro .widget .widget-content .GalaxyPSpeedBot:nth-child(odd) .label-news-flex-anywhere{background-color:#0088ff}
.GlobeGalaxy .GalaxyPSpeed-holds .GalaxyPSpeedArea:nth-child(even) .featured-meta .label-news-flex, .post-filter-wrap .grid-posts .post-filter:nth-child(odd) .post-filter-inside-wrap .label-news-flex-anywhere, .GalaxyPSpeedPro .widget .widget-content .GalaxyPSpeedBot:nth-child(even) .label-news-flex-anywhere{background-color:#f70d28}
.GalaxyNew-open,.active-search{overflow:hidden;left:0;right:0}
.search-wrap{position:relative;display:flex;height:56px;align-items:center;z-index:11;margin:0;}
.search-container-overlay.search-container-overlay-show .search-container-close{display:block}
.search-container input::-webkit-input-placeholder{color:rgba(255,255,255,0.63)}
.search-button{color:$(submenu.color);top:0;right:0;width:40px;height:40px;font-size:20px;text-align:center;line-height:40px;cursor:pointer;z-index:20;padding:0;margin:0;transition:margin .25s ease;}
.search-button:before{content:"\f002";font-family:'Font Awesome 5 Free';font-weight:900}
.search-container-overlay.search-container-overlay-show{visibility:visible;display:block;z-index:9999;transform:scale(1)}
.search-container-overlay{background:$(menu.color);opacity:.99;width:100%;height:100%;position:fixed;top:0;left:0;display:block;visibility:hidden;z-index:999999;transform:scale(0);text-align:center;-webkit-transition:all .4s cubic-bezier(.79,.14,.15,.86);-moz-transition:all .5s cubic-bezier(.79,.14,.15,.86);-o-transition:all .5s cubic-bezier(.79,.14,.15,.86);transition:all .5s cubic-bezier(.79,.14,.15,.86)}
.search-container-close{position:absolute;right:20px;top:35px;padding:20px;font-size:30px;-webkit-transition:transform ease-out .2s;-moz-transition:transform ease-out .2s;-ms-transition:transform ease-out .2s;-o-transition:transform ease-out .2s;transition:transform ease-out .2s;transform:rotate(0deg);color:$(widget.title.color)}
.search-container-close:after{content:"\f00d";font-family:'Font Awesome 5 Free';font-weight:900}
.search-container-close:hover{transform:rotate(90deg)}
input.search-input{background-color:transparent;border:0;text-align:start;font-size:35px;padding:20px;color:#fff;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}
.search-container-wrapper .fa-search{font-size:25px;position:absolute;right:20px;top:20px;color:rgba(255,255,255,0.65);-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}
.search-container-wrapper form{position:relative}
form.search-container{max-width:100%;border:1px solid rgba(255,255,255,0.49)}
input.search-input[type=text]{width:83%;height:60px;display:block}
.search-msg{text-align:center;font-size:18px;color:rgba(255,255,255,0.96);padding:5px 0;margin:10px 0;border-bottom:1px dashed rgba(255 255 255 / 36%)}
.search-container-wrapper{display:inline-block;max-width:1000px;margin:0 10px;vertical-align:middle;text-align:center;font-size:18px;-webkit-transform:scale(0.9);-moz-transform:scale(0.9);-ms-transform:scale(0.9);-o-transform:scale(0.9);transform:scale(0.9);ms-transform:scale(0.9);opacity:0;visibility:hidden;-webkit-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-ms-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s}
.search-container-overlay-show .search-container-wrapper{opacity:1;visibility:visible;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);ms-transform:scale(1)}
.search-container-wrapper input[type="submit"]{position:absolute;width:70px;height:60px;background-color:transparent;border:0;right:-20px;top:-20px;border-left:1px solid rgba(255,255,255,0.49);cursor:pointer;-webkit-appearance:button;outline:0}
.search-container-overlay:before{content:'';display:inline-block;height:100%;vertical-align:middle}
.search-input{position:relative;padding:20px;padding-bottom:10px}
.search-input input{border-radius:5px;padding:5px 10px;width:98%;border:2px solid #eee}
#hidden-widget-container,.hide,.hidden-widgets{display:none;visibility:hidden}
/*-- Post Snip Starts here --*/
.post-snip{overflow:hidden;color:#8e8e8e;clear:both;font-size:12px;font-weight:600;padding:5px 1px}
.post-snip .post-author,.post-snip .post-date{float:none;display:inline-block;margin:0 10px 0 0}
.post-snip .post-author{font-weight:600;}
.post-snip .post-date:before{font-family:'Font Awesome 5 Free';font-weight:400;margin:0 3px 0 0}
.GlobeGalaxy .post-snip .post-author,.GlobeGalaxy .post-snip .post-date,.type-slider .post-snip .post-author,.type-slider .post-snip .post-date,.MegaNews .item0 .post-snip .post-author,.MegaNews .item0 .post-snip .post-date,.GalaxyPSpeedMys .post-snip .post-author,.GalaxyPSpeedMys .post-snip .post-date{color:#c1c1c1;}
.post-snip .post-author:before{content:'By -';margin:0 3px 0 0;font-weight:normal;}
.post-snip .post-date:before{content:'\f017'}
.post-snip a{color:#333;transition:color .40s}
.post-snip .author-image{overflow:hidden;position:relative;display:inline-block;width:25px;vertical-align:middle;height:25px;background-color:var(--GalaxyNew-author-color);padding:1px;margin:0 3px 0 0;border:1px solid rgba(0 0 0 / 0.25);border-radius:100%;box-shadow:0px 0px 4px 3px rgba(0 0 0 / 0.06);}
.piki-ads{display:block;background-color:rgba(216 216 216 / 0.58);text-align:center;line-height:85px;font-size:13px;font-style:italic;font-weight:700;color:#7b7b7b;border-radius:6px;}
.piki-ads-res{display:block;background-color:#fff;text-align:center;line-height:205px;font-size:13px;font-style:italic;font-weight:700;color:#7b7b7b;border-radius:6px;}
.main-title{display:flex;justify-content:space-between;align-items:center;}
.main-title{position:relative;float:none;width:100%;height:38px;box-sizing:border-box;margin:0;}
.main-title h3{position:relative;float:left;font-family:var(--title-font);height:32px;font-size:15px;color:$(title.color);text-transform:uppercase;font-weight:600;line-height:32px;padding:0;margin:0;}
.main-title a{position:absolute;vertical-align:middle;right:7px;}
.GalaxyPSpeedPro .widget{position:relative;display:none;overflow:hidden;width:100%;box-sizing:border-box;padding:15px 10px;margin:10px 0 10px;}
.NewsPro-post{display:flex;justify-content:space-between;flex-wrap:wrap}
.NewsPro{width:32%;background:#fff;border-radius:0;margin-bottom:20px;position:relative}
.NewsPro-main:after{content:"";position:absolute;left:0;right:0;bottom:0;height:66%;background-image:linear-gradient(to bottom,transparent,rgba(0,0,0,0.9));-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:2;opacity:1;margin:0;transition:opacity .25s ease}
.GalaxyPSpeedPro .entry-title,.GlobeGalaxy .entry-title,.xx0xx-wraprelated .entry-title{display:block;float:left;text-decoration:none;font-weight:600;line-height:1.4em;font-size:15px;padding:4px 0 0;margin:0 auto}
.GalaxyPSpeedPro .widget .widget-content .GalaxyPSpeedWorks .entry-title{margin:10px auto 0;font-size:18px;height:53px;overflow:hidden;}
.GalaxyPSpeedPro .widget .widget-content .GalaxyPSpeedWorks .post-snippet{border-bottom:1px solid rgb(0 0 0 / 32%);padding:0 0 10px;margin:0 0 6px;}
.entry-title a{display:block;color:$(body.post.color)}
.entry-title a:hover{color:$(main.hover)}
.GlobeGalaxy .featured-meta .entry-title a,.type-slider .entry-title a,.MegaNews .item0 .entry-title a,.GalaxyPSpeedMys .entry-title a{display:block;color:$(widget.title.color)}
a.simple-viewmore:hover,.GalaxyPSpeedMys .entry-title a:hover,.post-filter .entry-title a:hover{color:$(main.hover)}
.post-filter .entry-title a{float:left;font-size:20px;font-weight:600;line-height:1.4em}
.NewsPro-post .item0 .label-news,.NewsPro-post .item0 .post-author{display:block}
.NewsPro-post .label-news{display:none}
.NewsPro-post .item0 .post-author{display:inline-block;padding:0 7px 0 0;text-transform:capitalize;color:var(--GalaxyNew-solid-color);font-size:11px;font-weight:normal}
.NewsPro-main .post-author{display:none}
.NewsPro-main .post-date{padding:0 7px 0 0;text-transform:capitalize;color:var(--GalaxyNew-solid-color);font-size:11px;font-weight:normal}
.NewsPro-main .NewsPro-main-sum{display:none;color:var(--snippet-color)}
.NewsPro-post .item0{width:100%}
.dark .GalaxyPSpeedTic{background:#3a3a3a;}
.footer-flex{position:relative;background:black;overflow:hidden;}
.footer-flex .GalaxyPSpeedPro .widget .widget-content .GalaxyNew-wraps-sec .GalaxyPost-posts{background: transparent;border-bottom: 1px solid rgba(255 255 255 / 0.12);}
.footer-flex .GalaxyPSpeedPro .widget .widget-content .GalaxyNew-wraps-sec .GalaxyPost-posts .GalaxyPost-main-thumb{border-radius: 5px;border: 5px solid #ffffff;}
.footer-flex .GalaxyPSpeedPro .widget .widget-content .GalaxyNew-wraps-sec .GalaxyPost-posts .piki-hero-box .entry-title a, .footer-flex .GalaxyPSpeedPro .widget>.widget-title h3, .footer-flex .GalaxyPSpeedPro .widget>.widget-title a.simple-viewmore{color: #ffffff;}
.GalaxyPSpeedSet-featured{position:relative;margin:0 0 30px;clear:both}
.GalaxyPSpeedWorks{display:flex;justify-content:space-between;flex-wrap:wrap;margin:10px 0 0;}
.related-GalaxyNew{position:relative;margin:0 0 25px;clear:both;display:block;padding:15px;border-radius:5px;background:#fff;box-shadow:-1px 7px 8px 0 rgba(0 0 0 / 0.10);}
.xx0xx-wraprelated .entry-title a{position:relative;display:block;font-size:14px;line-height:17px;}
.related-GalaxyNew .GalaxyPSpeedSet{width:31%;position:relative;margin:0}
.GalaxyPSpeedSet-box{position:relative}
.GalaxyPSpeedBot .GalaxyPSpeedSet-box{margin:0 10px 30px}
.GalaxyPSpeedSet-featured{position:relative;margin:0 0 30px;clear:both}
.GalaxyPSpeedSet{width:calc((100% - 10px) / 3);position:relative;margin:0}
.GalaxyPSpeedBot{width:calc((100% - 55px) / 4);position:relative;margin:0;background:#fff;border-radius:5px;box-shadow:-1px 7px 8px 0 rgba(0 0 0 / 0.10);}
.GalaxyPSpeedPro .type-block .widget-content{position:relative;overflow:hidden;margin:7px 0 0;}
.GalaxyPart{width:calc((100% - 20px) /2);float:left;margin:5px 0;position:relative;overflow:hidden;box-sizing:border-box;background:#fff;box-shadow:-1px 7px 8px 0 rgb(0 0 0 / 10%);border-radius:5px;}
.GalaxyPart-thumb .post-filter-link{position:relative;display:block;width:100%;height:100%;overflow:hidden;}
.GalaxyPart-thumb{position:relative;display:block;width:100%;height:300px;}
.GalaxyPart .featured-meta .entry-title a{color:#fff;font-size:15px;}
.GalaxyPSpeedPro .item0 .entry-title{font-size:23px}
.GalaxyNewsTested{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;}
.GalaxyNewsTested .item0 .entry-title{font-size:19px}
.GalaxyPSpeedSet .GalaxyPSpeedSet-thumb .post-filter-link,.GalaxyPSpeedBot .GalaxyPSpeedSet-thumb .post-filter-link{position:relative;width:100%;height:100%;display:block;overflow:hidden}
.GalaxyPSpeedSet .GalaxyPSpeedSet-thumb{width:100%;height:130px;display:block;overflow:hidden;border-radius:5px;}
.GalaxyPSpeedBot .GalaxyPSpeedSet-thumb{width:100%;height:230px;display:block;overflow:hidden;border-radius:5px 5px 0 0;}
.GalaxyPSpeed-holds .item0 .label-news{display:block}
.MegaNews .fearured0{float:none;display:block;width:100%;padding:0;margin:0 0 5px}
.MegaNews .NewsFlex-box{position:relative;float:left;width:calc(100% / 3);box-sizing:border-box;padding:0 15px;margin:15px 0 0}
.GalaxyPSpeedPro .type-megagrid{float:left;width:100%}
.GalaxyPSpeedPro .open-iki,.GlobeGalaxy .widget.PopularPosts,.GlobeGalaxy .open-iki{display:block!important}
.MegaNews .ogrid-box{position:relative;display:flex;flex-wrap:wrap;margin:0 -10px}
.MegaNews .MegaNews-img{position:relative;float:left;width:100%;height:320px;overflow:hidden;box-sizing:border-box;padding:0;vertical-align:middle;margin:0 12px 0 0}
.MegaNews{overflow:hidden}
.ogrid-post{position:relative;overflow:hidden;box-sizing:border-box;margin:0;padding:0;float:none;}
.ticker{position:relative;float:left;width:100%;margin:0}
.GalaxyPSpeedTic{position:relative;margin:5px auto;border:1px solid rgba(0 0 0 / 0.05);overflow:hidden;background:#fff;border-radius:5px;box-shadow:-1px 7px 8px 0 rgba(0 0 0 / 0.10);}
.GalaxyPSpeedTic .widget{display:block;height:30px;padding:5px 0;margin:0}
.GalaxyPSpeedTic .widget>.widget-title{display:block;position:relative;float:left;color:$(bb.menufont);height:25px;line-height:25px;padding:0 10px;margin:0 10px 0 5px;border-right:1px solid rgba(0 0 0 / 0.18)}
.GalaxyPSpeedTic .widget>.widget-title>h3{font-size:14px;font-weight:700;line-height:30px;margin:0}
.GalaxyPSpeedTic .widget>.widget-title>h3:before{content:'\f0e7';font-family:'Font Awesome 5 Free';float:left;font-size:11px;font-weight:900;margin:0 5px 0 0;}
.GalaxyPSpeedTic .widget-content{position:relative;justify-content:flex-end;flex:1;align-items:center;margin:0;display:none;height:30px;overflow:hidden;}
.xx0xx-bticker{position:relative;display:flex;box-sizing:border-box;justify-content:space-between;flex:1;margin:0;height:30px;}
.GalaxyPSpeedTic .open-iki,.GalaxyPSpeedTic .widget.PopularPosts .widget-content{display:flex!important}
.xx0xx-bticker .GalaxyTicker .entry-title{height:30px;font-size:13px;font-weight:400;line-height:30px;margin:0;padding:0;overflow:hidden}
.xx0xx-bticker .GalaxyTicker .entry-title a{position:relative;display:block;overflow:hidden;font-size:16px;color:$(title.color);}
.xx0xx-bticker .active{opacity:1;visibility:visible;transform:translate3d(0,0,0);pointer-events:initial}
.GalaxyTicker{position:absolute;top:0;left:0;opacity:0;visibility:hidden;transform:translate3d(10px,0,0);pointer-events:none;transition:all .80s ease}
.mydivs-bt{display:flex;flex-direction:row;align-items:center;justify-content:space-around;margin:0;height:30px}
.mydivs-bt>a{display:flex;width:20px;height:20px;line-height:20px;font-size:12px;text-align:center;margin:0 2px;padding:5px;cursor:pointer;color:#7d7d7d;border-radius:5px;background:rgba(0 0 0 / 0.13)}
.mydivs-bt>a:hover{opacity:0.8;;}
.mydivs-bt .prev:before{content:'\f053'}
.mydivs-bt .next:before{content:'\f054'}
.mydivs-bt a:before{display:block;font-family:'Font Awesome 5 Free';margin:auto;text-align:center;font-weight:900}
.GalaxyPSpeedPro .type-col-left{float:left;width:calc((100% - 10px) / 2)}
.GalaxyPSpeedPro .type-col-right{float:right;width:calc((100% - 10px) / 2)}
.GalaxyPSpeedPro .item0 .entry-title{font-size:23px}
.GalaxyPSpeedPro .widget>.widget-title,.related-GalaxyNew .widget-title{display:flex;justify-content:space-between;align-items:center;position:relative;margin:0 0 14px}
a.simple-viewmore{color:#000;font-size:13px;font-weight:600;}
.sidebar .widget-title,.GalaxyPSpeedPro .widget>.widget-title,.related-GalaxyNew .widget-title{position:relative;float:none;width:100%;height:38px;box-sizing:border-box;margin:0;}
.sidebar .widget-title h3,.GalaxyPSpeedPro .widget>.widget-title h3,.related-GalaxyNew .widget-title h3{position:relative;float:left;font-family:var(--title-font);height:32px;font-size:15px;color:$(title.color);text-transform:uppercase;font-weight:700;line-height:32px;padding:0;margin:0;}
.sidebar .widget-title h3:before,.GalaxyPSpeedPro .widget>.widget-title h3:before,.related-GalaxyNew .widget-title h3:before{content:'\f054';font-family:'Font Awesome 5 Free';float:left;font-size:11px;font-weight:900;line-height:34px;margin:0 5px 0 0;}
.sidebar .widget-title h3{padding:0 10px;}
.sidebar .PopularPosts .gaint-post h2.entry-title{font-size:20px;}
.error-status{display:block;text-align:center;font-size:13px;color:#000;padding:35px 0;font-weight:400}
.error-status b{font-weight:600}
#footer-wrapper .error-status,.GalaxyPSpeed-open .error-status{color:#fff}
.GalaxyPSpeedPro .widget>.widget-title a,.related-GalaxyNew .widget-title a{position:absolute;vertical-align:middle;right:7px}
.wait{font-size:14px;text-align:center;height:300px;line-height:300px;display:flex;justify-content:center;align-items:center}
.related-GalaxyNew .GalaxyPSpeedSet{width:31%;position:relative;margin:0;}
.GlobeGalaxy{display:block;width:100%;margin:0 auto;float:right;padding:0;background:#fff;box-shadow:-1px 7px 8px 0 rgba(0 0 0 / 0.10);border-radius:5px;}
.GlobeGalaxy .container{padding:0 30px}
.GalaxyPSpeedArea.item2 .entry-title{font-size:24px}
.GalaxyPSpeed-holds .item2 .featured-meta{padding:20px 10px}
.GlobeGalaxy .widget{display:none;padding:5px;position:relative;}
.GalaxyPSpeedArea{position:relative;overflow:hidden;border-radius:0;padding:0 2px;float:left;box-sizing:border-box}
.GlobeGalaxy .GalaxyPSpeed-holds{display:-ms-grid;display:grid;-ms-grid-columns:repeat(8,minmax(0,1fr));grid-column-gap:10px;grid-row-gap:10px;margin:0;grid-template-columns:repeat(8,minmax(0,1fr));}
.GlobeGalaxy .GalaxyPSpeedArea{position:relative;overflow:hidden;grid-column:span 2;}
.GlobeGalaxy .GalaxyPSpeed-holds .item0{grid-column:1/3;grid-row:1/2;}
.GlobeGalaxy .GalaxyPSpeed-holds .item1{grid-column:3/5;grid-row:1/2;}
.GlobeGalaxy .GalaxyPSpeed-holds .item2{grid-column:5/9;grid-row:1/3;}
.GlobeGalaxy .GalaxyPSpeed-holds .item3{grid-column:1/3;}
.GlobeGalaxy .GalaxyPSpeed-holds .item4{grid-column:3/5;}
.GlobeGalaxy .widget .GalaxyPSpeedArea.item2 .post-filter-link{height:400px}
.GalaxyPSpeedArea.item2{margin:0 0 4px;}
.GlobeGalaxy .widget .GalaxyPSpeedArea .post-filter-link{width:100%;height:194px;border-radius:5px;position:relative;display:block;overflow:hidden}
.glax-hero{position:relative;float:left;width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;}
.glax-hero .glax-list{position:relative;display:flex;flex-direction:column;}
.glax-hero .glax-list .glax-img{width:100%;height:85px;margin:0 0 8px;border-radius:5px;overflow:hidden;}
.glax-hero .glax-list .entry-title{font-size:14px;display:block;font-weight:700;line-height:1.3em;}
.featured-meta{position:absolute;left:0;bottom:0;z-index:11;width:100%;box-sizing:border-box;padding:5px 10px}
.GalaxyPSpeed-holds .hero-feat-box{background:0;padding:5px 10px}
.GalaxyPSpeedArea:hover .hero-feat-box{background:0}
.GalaxyNew-wraps-sec{display:grid;-ms-grid-columns:repeat(8,minmax(0,1fr));grid-column-gap:10px;grid-row-gap:10px;margin:0;grid-template-columns:repeat(2,minmax(0,1fr));}
.GalaxyPost-post.item0{grid-column:1/2;grid-row:1/5;}
.GalaxyPost-posts.item1{grid-column:2/3;grid-row:1/2;}
.GalaxyPost-posts.item2{grid-column:2/3;grid-row:2/3;}
.GalaxyPost-posts.item3{grid-column:2/3;grid-row:3/4;}
.GalaxyPost-posts.item4{grid-column:2/3;grid-row:4/5;}
.GalaxyPost-posts{position:relative;float:right;width:100%;height:92px;margin:5px 0;overflow:hidden;border-radius:5px;background:#fff;box-shadow:-1px 7px 8px 0 rgba(0 0 0 / 0.10);}
.dark .GalaxyPost-posts{background:transparent}
.GalaxyPost-posts .GalaxyPost-main-thumb{position:relative;float:left;width:100px;height:92px;overflow:hidden;box-sizing:border-box;padding:0;vertical-align:middle;margin:0 12px 0 0}
.GalaxyPost-post {position: relative;float: left;width:100%;margin: 5px 0;}
.GalaxyPost-post .GalaxyPost-img{position:relative;float:left;width:100%;height:432px;overflow:hidden;box-sizing:border-box;padding:0;vertical-align:middle;margin:0 12px 0 0;border-radius: 5px;box-shadow: -1px 7px 8px 0 rgba(0 0 0 / 0.10)}
.piki-hero-box{overflow:hidden}
.GalaxyPost-posts .piki-hero-box .post-snip{padding:0}
.GalaxyPSpeedPro .item0 .GalaxyPost-img .entry-title a{color:#fff}
.queryMessage{display:block;font-size:13px;font-weight:400;padding:10px;margin:0 0 25px;color:$(title.color);border:1px solid #c5c3c3;background-color:#f2f2f2;overflow:hidden}
.queryMessage .query-info{margin:0 5px}
.queryMessage .search-query,.queryMessage .search-label{font-weight:bold;text-transform:uppercase}
.queryMessage .search-query:before,.queryMessage .search-label:before{content:"\201c"}
.queryMessage .search-query:after,.queryMessage .search-label:after{content:"\201d"}
.queryMessage a.show-more{float:right;color:#fff;border:1px solid #aca6a6;padding:1px 8px;background-color:$(main.color);text-decoration:none;transition:opacity .40s}
.queryMessage a.show-more:hover{background-color:$(main.hover)}
.queryEmpty{font-size:13px;font-weight:500;text-align:center;padding:10px 0;margin:0 0 20px}
.dark .breadcrumbs, .dark .comment-thread .comment .comment{background:transparent}
.dark table,.dark td{border-color:rgba(255,255,255,0.1)}
.dark .post-body blockquote{background:rgba(255,255,255,.1);color:#fff}
.dark .post-body blockquote{background:rgba(255,255,255,.1)}
.home div#main-ads1{margin:10px 0;}
.post-inner-area .post-snip{padding:10px 5px 10px;font-size:13px;border-bottom:1px solid #ccc}
.comment-bubble{float:right;color:#555555}
.comment-bubble{margin-top:4px}
.comment-bubble:before{content:"\f086";display:inline-block;font-family:'Font Awesome 5 Free';font-size:15px;font-weight:900;margin-right:5px}
.post-inner-area{position:relative;float:left;width:100%;overflow:hidden;padding:15px 10px 20px;box-sizing:border-box;margin:0 0 5px;background:#fff;border-radius:5px;box-shadow:-1px 7px 8px 0 rgb(0 0 0 / 10%);}
.post-filter-wrap{position:relative;float:left;clear:both;display:block;padding:10px;}
.blog-post{display:block;word-wrap:break-word}
.post-filter-wrap .grid-posts{display:block;margin:0 -10px}
.post-filter-link.video-nos:after, .footer-flex .GalaxyPSpeedPro .widget .widget-content .GalaxyNew-wraps-sec .post-filter-link.image-nos:after{content:"\f04b";font-family:'Font Awesome 5 Free';font-size:14px;width:58px;height:38px;line-height:38px;border-radius:11px;font-weight:900;background:#000;vertical-align:middle;color:#fff;opacity:.7;align-items:center;top:50%;right:50%;transform:translate(50%,-50%);position:absolute;z-index:111;padding:0 0 0 2px;margin:0;text-align:center;transition:background .30s ease}
.post-filter-link.video-nos:hover:after, .footer-flex .GalaxyPSpeedPro .widget .widget-content .GalaxyNew-wraps-sec .post-filter-link.image-nos:hover:after{background:#e60000;opacity:1}
.GalaxyPost-posts .GalaxyPost-main-thumb .post-filter-link.video-nos:after, .feat-posts .post-filter-link.video-nos:after,.PopularPosts .post:not(.post-0) .post-filter-link.video-nos:after, .footer-flex .GalaxyPSpeedPro .widget .widget-content .GalaxyNew-wraps-sec .GalaxyPost-posts .GalaxyPost-main-thumb .post-filter-link.image-nos:after{font-size:8px;width:30px;line-height:22px;height:22px;border-radius:7px;}
.post-filter{position:relative;float:left;width:100%;overflow:visible;box-sizing:border-box;border-radius:5px;padding:0;margin:10px 0;background:#fff;box-shadow:-1px 7px 8px 0 rgba(0 0 0 / 0.10);}
.post-filter-inside-wrap{float:left;width:100%;height:100%;padding:0px;box-sizing:border-box}
.post-filter .post-filter-image{float:left;width:277px;height:250px;overflow:hidden;border-radius:5px 0 0 5px;margin:0 10px 0 0;}
.post-filter .post-filter-image .post-filter-link{width:100%;height:100%;position:relative;display:block;z-index:1;overflow:hidden}
.label-news-flex{float:left;z-index:5;background-color:$(main.tag);color:$(widget.title.color);font-size:12px;line-height:15px;font-weight:600;white-space:nowrap;width:auto;overflow:hidden;padding:5px 16px;margin:0 0 3px;border-radius:5px;}
.label-news-flex-anywhere{position:absolute;top:18px;left:18px;float:left;height:15px;z-index:5;background-color:$(main.tag);color:$(widget.title.color);font-size:12px;line-height:15px;font-weight:600;white-space:nowrap;width:auto;overflow:hidden;padding:5px 16px;border-radius:5px;}
.GalaxyPSpeedPro .widget .widget-content .GalaxyPSpeedBot .GalaxyPSpeedSet-box .label-news-flex{margin:10px 0 3px;}
.post-filter .GalaxyPSpeedSet-box{margin:10px;overflow:hidden}
.post-filter h2.entry-title{margin:10px 0 0;width:100%;float:left}
.index #feed-view #main{padding:10px 8px;position:relative}
#feed-view #main{position:relative;float:left;width:100%;box-sizing:border-box;margin:0}
.widget iframe,.widget img{max-width:100%}
#GalaxyFooter{position:relative;float:left;width:100%;padding:25px 0;margin:0}
#GalaxyFooter.no-items{padding:0;border:0}
#GalaxyFooter .widget{position:relative;float:left;box-sizing:border-box;margin:0}
#GalaxyFooter .widget > widget-content{display:none}
#GalaxyFooter .widget-content .widget-title > h3{position:relative;font-family:var(--title-font);font-size:16px;color:$(footer.widget.title.color);font-weight:600;text-transform:uppercase;margin:0 0 10px}
#GalaxyFooter .Image{width:70%;padding:0 25px 0 0}
#GalaxyFooter .Image .widget-content{position:relative;float:left;margin:0;width:100%}
#GalaxyFooter .footer-logo{display:block;float:left;max-width:30%;max-height:45px;padding:19px 0;margin:0}
#GalaxyFooter .footer-logo img{max-height:45px;vertical-align:middle}
#GalaxyFooter .about-content{max-width:70%;display:block;float:left;padding:0 0 0 30px;box-sizing:border-box}
#GalaxyFooter .Image .no-image .about-content{max-width:100%;padding:0 30px 0 0}
#GalaxyFooter .Image .image-caption{font-size:14px;margin:0;color:$(footer.caption.color)}
#GalaxyFooter .LinkList{float:right;width:30%}
#GalaxyFooter .LinkList .widget-content{float:right}
.GalaxyFooter ul.social-footer{float:right}
.GalaxyFooter .social-footer li{float:left;margin:0 7px 0 0}
.GalaxyFooter .social-footer li:last-child{margin:0}
.GalaxyFooter .social-footer li a{display:block;width:34px;height:34px;font-size:22px;margin:5px 0;color:$(footer.post.color);text-align:center;line-height:34px;border-radius:6px;}
.GalaxyFooter .social-footer li a:hover{opacity:0.8}
.post-snippet{position:relative;overflow:hidden;color:#2b2b2b;font-size:13px;line-height:1.6em;font-weight:600;margin:0}
a.read-more{display:inline-block;background:$(widget.background);color:$(widget.title.color);padding:5px 15px;border-radius:5px;font-size:13px;font-weight:500;margin:15px 0 0;transition:color .30s ease}
a.read-more:hover{background:$(title.color);}
.CSS_LAYOUT_COMPONENT{color:rgba(0,0,0,0)!important}
#breadcrumb{--meta-fontfont-size:13px;font-weight:400;color:#aaa;margin:0 0 10px}
#breadcrumb a{color:#aaa;transition:color .40s}
#breadcrumb a:hover{color:$(main.hover)}
#breadcrumb a,#breadcrumb em{display:inline-block}
#breadcrumb .delimiter:after{content:'\f054';font-family:'Font Awesome 5 Free';font-size:8px;font-weight:900;font-style:normal;vertical-align:middle;margin:0 3px}
.item-post h1.entry-title{color:$(title.color);text-align:left;font-size:25px;line-height:1.5em;font-weight:700;position:relative;display:block;margin:0 0 10px;padding:0}
.static_page .item-post h1.entry-title{margin:0;border-bottom:1px solid #ccc;}
.item-post .post-body{width:100%;font-family:var(--text-font);font-size:15px;line-height:1.5em;padding:0;margin:0}
.item-post .post-body img{max-width:100%}
.main .widget{margin:0}
.main .Blog{border-bottom-width:0}
.comment-list{display:flex;flex-direction:column;}
.comment-list .Galaxy-css{position:relative;width:100%;padding:15px 0 0;margin:15px 0 0;border-top:1px solid #eee;}
.comment-list .Galaxy-link{display:flex;}
.comment-list .comment-image{width:35px;height:35px;z-index:1;margin:0 12px 0 0;border-radius:50%;}
.comment-image{display:block;position:relative;overflow:hidden;background-color:#eee;z-index:5;color:transparent!important;}
.comment-list .comment-hero{flex:1;}
.comment-list .entry-title{font-size:14px;display:block;font-weight:700;line-height:1.3em;margin:0;}
.comment-list .comment-snippet{font-size:12px;color:#333;margin:5px 0 0;}
.post-footer{position:relative;float:left;width:100%;margin:20px 0 0}
.label-container{overflow:hidden;height:auto;position:relative;margin:0 0 20px;padding:0}
.label-container a,.label-container span{float:left;height:19px;font-size:14px;line-height:19px;font-weight:600;margin:0;padding:0 5px}
.label-container span{color:$(main.color)}
.label-container span:before{content:'\f02c';font-family:'Font Awesome 5 Free';font-weight:900;margin:0 5px 0 0;}
.label-container a{color:$(title.color);margin:0 5px 5px;transition:all .30s ease}
.label-container a:hover{background-color:$(main.hover);color:$(widget.title.color);transition:all .20s ease;}
ul.share-GalaxyNew{position:relative}
.share-GalaxyNew li{float:left;overflow:hidden;margin:5px 5px 0 0}
.share-GalaxyNew li a{width:36px}
.share-GalaxyNew li.share-icon span{width:auto;padding:0 5px}
.share-GalaxyNew li a,.share-GalaxyNew li.share-icon span{display:block;height:34px;line-height:32px;color:var(--white-color);font-size:15px;font-weight:400;cursor:pointer;text-align:center;box-sizing:border-box;border:1px solid rgba(0,0,0,.1);border-bottom-width:2px;border-radius:2px}
.share-GalaxyNew li.share-icon span{position:relative;background-color:#fff;font-size:14px;color:$(title.color);cursor:auto;margin:0 5px 0 0}
.share-GalaxyNew li.share-icon span:before{content:'\f1e0';font-family:'Font Awesome 5 Free';font-weight:900;padding:0 5px}
.share-GalaxyNew li.share-icon span:after{content:'Share:';position:relative;height:6px;font-size:17px;font-weight:700}
.share-GalaxyNew li a span{font-size:14px;padding:0 15px}
.share-GalaxyNew li a:hover{opacity:.8}
.share-GalaxyNew .show-hid a{background-color:rgba(155,155,155,0.1);font-size:14px;color:var(--hero-color)}
.share-GalaxyNew .show-hid a:before{content:'\f067';font-family:'Font Awesome 5 Free';font-weight:700}
.show-hidden .show-hid a:before{content:'\f068'}
.share-GalaxyNew li.linkedin,.share-GalaxyNew li.reddit,.share-GalaxyNew li.telegram{display:none}
.show-hidden li.linkedin,.show-hidden li.reddit,.show-hidden li.telegram{display:inline-block}
.feed-share{position:relative;overflow:hidden;line-height:0;margin:0 0 30px}
ul.xx0o-postnav{position:relative;overflow:hidden;display:block;padding:0 10px;border-bottom:1px solid #eaeaea;margin:0 0 30px}
.xx0o-postnav li{display:inline-block;width:50%}
.xx0o-postnav .post-prev{float:left;text-align:left;box-sizing:border-box;padding:0 0 5px}
.xx0o-postnav .post-next{float:right;text-align:right;box-sizing:border-box;border-left:1px solid #e7e7e7;padding:0 0 5px}
.xx0o-postnav li a{color:$(title.color);line-height:1.4em;display:block;overflow:hidden;transition:color .40s}
.xx0o-postnav li:hover a{color:$(main.hover)}
.xx0o-postnav li span{display:block;font-size:11px;color:#aaa;font-weight:700;text-transform:uppercase;padding:0 0 2px}
.xx0o-postnav .post-prev span:before{content:"\f053";float:left;font-family:'Font Awesome 5 Free';font-size:10px;font-weight:900;text-transform:none;margin:0 2px 0 0}
.xx0o-postnav .post-next span:after{content:"\f054";float:right;font-family:'Font Awesome 5 Free';font-size:10px;font-weight:900;text-transform:none;margin:0 0 0 2px}
.xx0o-postnav p{font-size:12px;font-weight:400;color:#4e4e4e;line-height:1.4em;margin:0}
.xx0o-postnav .post-xxqo-menuaflex-open p{color:#aaa}
.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{color:$(title.color);font-weight:700;margin:0 0 15px}
.xx0o-authord{position:relative;display:block;overflow:hidden;padding:10px 20px;margin:0 0 20px;background:#fff;border-radius:5px;box-shadow:-1px 7px 8px 0 rgba(0 0 0 / 0.10);}
.xx0o-authord .author-avatar{float:left;width:100%;height:100%}
.xx0o-authord .avatar-container{float:left;margin:10px 20px 0 0;height:70px;width:70px}
.xx0o-authord .avatar-container .author-avatar{display:block;height:100%;width:100%;border-radius:50%;object-fit:cover;transition:opacity .35s ease,transform .35s ease;opacity:0}
.xx0o-authord .avatar-container .author-avatar.lazy-img{opacity:1}
.author-name{overflow:visible;display:inline-block;font-size:18px;font-weight:700;line-height:20px;margin:1px 0 3px}
.author-name span{color:$(title.color)}
.author-name a{color:$(main.color);transition:opacity .40s}
.author-name a:after{content:"\f058";float:right;font-family:'Font Awesome 5 Free';font-size:18px;color:#0093e6;font-weight:500;text-transform:none;margin:0 0 0 4px}
.author-name a:hover{opacity:.8}
.author-description{overflow:hidden}
.author-description span{display:block;overflow:hidden;font-size:13px;color:$(body.post.color);font-weight:400;line-height:1.6em}
.author-description span br{display:none}
.author-description a{display:none;margin:0}
ul.description-links{display:none;padding:0 1px}
ul.description-links.show{display:block}
.description-links li{float:left;margin:12px 12px 0 0}
.description-links li a{display:block;font-size:20px;color:#000;line-height:1;box-sizing:border-box;padding:0}
.description-links li a:hover{color:$(main.hover)}
.dark .errorPage{color:#fff}
#blog-pager-ok{float:left;width:100%;font-size:15px;font-weight:500;text-align:center;clear:both;box-sizing:border-box;padding:10px 0 0;margin:0;border-top:1px solid rgba(155,155,155,0.1)}
#blog-pager-ok .load-more{display:inline-block;height:34px;background-color:$(widget.background);font-size:14px;color:$(widget.title.color);font-weight:400;line-height:34px;box-sizing:border-box;padding:0 30px;margin:0;border:1px solid rgba(0,0,0,.1);border-bottom-width:2px;border-radius:6px}
#blog-pager-ok .load-more:hover{background-color:$(main.hover)}
#blog-pager{float:left;width:100%;overflow:hidden;clear:both;margin:10px 0 30px}
.blog-pager a,.blog-pager span{float:left;display:block;min-width:32px;height:32px;background-color:rgba(0 0 0 / 0.16);color:$(title.color);font-size:13px;font-weight:700;line-height:32px;text-align:center;box-sizing:border-box;padding:0 10px;margin:0 5px 0 0;border-radius:3px;transition:all .17s ease}
.blog-pager span.page-dots{min-width:20px;background-color:#fff;font-size:16px;color:$(body.text.color);font-weight:400;line-height:32px;padding:0}
.blog-pager .page-of{display:none;width:auto;float:right;border-color:rgba(0,0,0,0);margin:0}
.blog-pager .page-active,.blog-pager a:hover{background-color:$(main.color);color:#fff;border-color:$(main.color)}
.blog-pager .page-prev:before,.blog-pager .page-next:before{font-family:'Font Awesome 5 Free';font-size:11px;font-weight:900}
.blog-pager .page-prev:before{content:'\f053'}
.blog-pager .page-next:before{content:'\f054'}
.blog-pager .blog-pager-newer-link,.blog-pager .blog-pager-older-link{float:left;display:inline-block;width:auto;padding:0 10px;margin:0}
.blog-pager .blog-pager-older-link{float:right}
.archive #blog-pager,.home .blog-pager .blog-pager-newer-link,.home .blog-pager .blog-pager-older-link{display:none}
.title-wrap{display:flex;justify-content:space-between;align-items:center;position:relative;margin:0 0 14px}
.title-wrap{position:relative;float:none;width:100%;height:32px;box-sizing:border-box;margin:0 0 20px;border-bottom:2px solid rgba(4 4 4 / 0.14)}
.title-wrap h3{position:relative;float:left;font-family:var(--title-font);height:32px;font-size:13px;color:$(title.color);text-transform:uppercase;font-weight:600;line-height:32px;padding:0 15px;margin:0}
.blog-post-comments{display:none;overflow:hidden;padding:15px;margin:0 0 10px;box-sizing:border-box;background:#fff;box-shadow:-1px 7px 8px 0 rgba(0 0 0 / 0.10);border-radius:5px;}
.comments-msg-alert{position:relative;font-size:13px;font-weight:600;color:#696969;font-style:italic;margin:0 0 17px;}
.blog-post-comments .comments-title{margin:0 0 20px}
.all-comments{float:right;position:relative;color:#333}
.comments-system-disqus .comments-title,.comments-system-facebook .comments-title{margin:0}
#comments{margin:0}
.comments{display:block;clear:both;margin:0;color:$(title.color)}
.comments .comment-thread>ol{padding:0}
.comments>h3{font-size:13px;font-weight:400;font-style:italic;padding-top:1px}
.comments .comments-content .comment{position:relative;list-style:none;padding:10px}
.comment-thread .comment{border:1px solid rgba(0 0 0 / 0.15);border-radius:5px;background:rgba(45 45 45 / 0.02);margin:10px 0 0;position:relative;}
.facebook-tab,.fb_iframe_widget_fluid span,.fb_iframe_widget iframe{width:100%!important}
.comments .item-control{position:static}
.comments .avatar-image-container{float:left;overflow:hidden;position:absolute}
.comments .avatar-image-container{height:35px;max-height:35px;width:35px;top:15px;left:15px;max-width:35px;border-radius:100%}
.comments .avatar-image-container img{width:100%;height:100%;}
.comments .continue{display:none;}
.comments .comment-block,.comments .comments-content .comment-replies{margin:0 0 0 50px}
.comments .comments-content .inline-thread{padding:0}
.comments .comment-actions{float:left;width:100%;position:relative;margin:0}
.comments .comments-content .comment-header{font-size:15px;display:block;overflow:hidden;clear:both;margin:0 0 3px;padding:0 0 5px;}
.comments .comments-content .comment-header a{float:left;width:100%;color:$(title.color);transition:color .40s}
.comments .comments-content .comment-header a:hover{color:$(main.hover)}
.comments .comments-content .user{float:left;font-style:normal;font-weight:700}
.comments .comments-content .icon.blog-author:after{content:"\f058";font-family:'Font Awesome 5 Free';font-size:18px;color:#0093e6;font-weight:500;text-transform:none;margin:0 0 0 4px}
.comments .comments-content .comment-content{float:left;font-family:var(--text-font);font-size:13px;color:#5e5e5e;font-weight:400;text-align:left;line-height:1.4em;width:100%;padding:20px 0px 20px 8px;background:rgba(0 0 0 / 0.08);margin:5px 0 9px;border-radius:5px;}
.comment-content .video-frame{position:relative;width:100%;padding:0;padding-top:56%}
.comment-content .video-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.comments .comment .comment-actions a{margin-right:5px;padding:2px 5px;color:$(main.color);font-weight:600;font-size:13px;transition:all .30s ease}
.comments .comment .comment-actions a:hover{color:#333;text-decoration:none}
.comments .comments-content .datetime{position:relative;padding:0 1px;margin:4px 0 0;display:block}
.comments .comments-content .datetime a{color:#888;font-size:11px;float:left;}
.comments .comments-content .datetime a:hover{color:#aaa}
.comments .thread-toggle{margin-bottom:4px}
.comments .thread-toggle .thread-arrow{height:7px;margin:0 3px 2px 0}
.comments .thread-count a,.comments .continue a{transition:opacity .40s}
.comments .thread-count a:hover,.comments .continue a:hover{opacity:.8}
.comments .thread-expanded{padding:5px 0 0}
.comments .thread-chrome.thread-collapsed{display:none}
.thread-expanded .thread-count a,.loadmore{display:none;}
.comments .comments-content .comment-thread{margin:0}
.comments .continue a{padding:0 0 0 60px;font-weight:400}
.comments .comments-content .loadmore.loaded{margin:0;padding:0}
.comments #top-ce.comment-replybox-thread,.comments.no-comments .comment-form{background-color:var(--widget-bg);padding:5px 16px;margin:20px 0 0;border:1px solid rgba(0 0 0 / 0.15);border-radius:5px;}
.comment-thread .comment .comment{background:#f6f6f6;border:0;}
.comments .comments-content .loadmore,.comments .comments-content .loadmore.loaded,.blog-post-comments.comments-system-facebook .all-comments,.blog-post-comments.comments-system-disqus .all-comments{display:none}
#comment-editor{margin:0 0 20px}
.dark #comments{background:transparent}
.dark #content{background:transparent}
.dark #comments .comment-block .comment-content{color:#fff}
.dark #comments .comment-block{background:transparent;color:#fff}
.dark #blog-pager a.home-link{background:#222;color:#e3e3e3;border:3px solid #e3e3e3}
.dark #comments h4,.dark .related-GalaxyNew h4{color:rgba(255,255,255,.7);border-color:rgba(255,255,255,0.1)}
blockquote{font-style:italic;padding:10px;margin:0;border-left:4px solid $(main.color);color:var(--black-color);border:1px dashed #e4e4e4;background:#f6f6f6;border-top-left-radius:20px;border-bottom-right-radius:20px}
blockquote{font-style:italic;color:var(--black-color);border-left:5px solid $(main.color);margin-left:0;padding:10px 15px}
blockquote:before{content:'\f10d';display:inline-block;font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:10px;color:$(main.color)}
blockquote:after{content:'\f10e';display:inline-block;font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px;color:$(main.color)}
.post-body ul{line-height:1.5em;font-weight:400;padding:0 0 0 15px;margin:10px 0}
.post-body li{margin:5px 0;padding:0;line-height:1.5em}
.post-body ol>li{counter-increment:piki;list-style:none}
.post-body ol>li:before{display:inline-block;content:counters(piki,'.')'.';margin:0 5px 0 0}
.post-body ol{counter-reset:piki;padding:0 0 0 15px;margin:10px 0}
.post-body ul li{list-style:disc inside}
.post-body u{text-decoration:underline}
.post-body table{width:100%;overflow-x:auto;text-align:left;margin:0;border-collapse:collapse;border:1px solid rgb(155 155 155 / 0.17);}
.post-body a{transition:color .30s ease}
.post-body strike{text-decoration:line-through}
.post-body .video-frame{position:relative;width:100%;padding:50% 0 0;}
.post-body .video-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
.widget .post-body li{margin:5px 0;padding:0;line-height:1.2}
.contact-form{overflow:hidden}
div#footer-wrapper .contact-form-widget form{color:#fff;}
.contact-form .widget-title{display:none}
.contact-form .contact-form-name{width:calc(50% - 5px)}
.contact-form .contact-form-email{width:calc(50% - 5px);float:right}
.sidebar .widget{position:relative;overflow:hidden;box-sizing:border-box;padding:10px 5px;margin:0 0px 35px;background:#fff;border-radius:5px;box-shadow:-1px 7px 8px 0 rgba(0 0 0 / 0.10);}
.sidebar .widget-content{float:left;width:100%;margin:0;box-sizing:border-box;padding:10px}
ul.socialFilter{margin:0 -5px}
.socialFilter a:before{font-style:normal;line-height:40px;-webkit-font-smoothing:antialiased;margin-right:-12px;width:40px;height:40px;text-align:center;float:left;border-right:1px solid rgba(255,255,255,0.24);font-size:22px;vertical-align:middle}
.dark .sidebar .widget,.dark .GalaxyNewsTested,.dark #footer-wrapper,.dark .GalaxyPSpeedSet,.dark .GalaxyPSpeedBot,.dark .post-inner-area,.dark .xx0o-authord,.dark .related-GalaxyNew,.dark .blog-post-comments{background:#404040}
.dark #PopularPosts1 ul li a:hover{background:transparent}
.dark .copyright-text,.dark .title-wrap h3,.dark .label-container span,.dark .xx0o-postnav p{color:#c1c1c1;}
.dark .GalaxyPSpeed-open,.dark .darkmode-box .hero-dark-flow,.dark .post-filter,.dark .darkHero-post{background:#404040;box-shadow:none;}
.dark .cloud-label li a{background:#292929;border: none;}
.dark .cloud-label li a:before, .dark .list-label .label-count:before, .dark .comment-list .comment-snippet{color: #bfbfbf;}
.dark .post-snippet{color:#8e8e8e;}
.dark .socialFilter li a{border:none;}
.dark #social a:hover{background:transparent;color:#fff}
.dark .search-icon a{background:transparent}
.socialFilter li{float:left;width:50%;box-sizing:border-box;padding:0 5px;margin:10px 0 0}
.socialFilter li:nth-child(1),.socialFilter li:nth-child(2){margin-top:0}
.socialFilter li a{display:block;height:40px;color:#fff;font-size:14px;text-align:center;line-height:40px;border-radius:6px}
.socialFilter li a:hover,.search-container-wrapper .fa-search:hover,.LSpeed-filter ul li a:hover,.social-GalaxyNew ul li a:hover{opacity:0.8}
.list-label li{position:relative;display:block;padding:7px 0;border-top:1px dotted rgba(101 101 101 / 0.56)}
.list-label li:first-child{padding-top:0;border-top:0}
.list-label li:last-child{padding-bottom:0;border-bottom:0}
.list-label li a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:$(title.color);font-size:12px;font-weight:600;text-transform:capitalize;transition:all .30s ease}
.list-label li a:before{content:"\f101";float:left;color:$(title.color);font-weight:900;font-family:'Font Awesome 5 Free';font-size:12px;line-height:12px;margin:5px 4px 0 0;transition:color .5s}
.list-label li a:hover{color:$(main.hover);padding-left:25px;transition:all .30s ease}
#footer-wrapper .list-label li a:before{color:$(icon.color)}
.Text .widget-content{font-family:var(--text-font);font-size:14px;color:$(title.color);margin:0}
.list-label .label-count{position:relative;float:right;width:16px;height:16px;background-color:rgba(1 37 255 / 0.12);color:$(widget.background);font-size:11px;font-weight:600;text-align:center;line-height:16px}
.cloud-label li{position:relative;float:left;margin:0 5px 5px 0}
.cloud-label li a{display:block;height:26px;overflow: hidden;color:$(widget.background);font-size:12px;line-height:26px;font-weight:400;padding:0 10px;border:1px solid $(widget.background);border-radius:5px;transition:all .30s ease}
.cloud-label li a:hover{background-color:$(widget.background);color:$(widget.title.color);transition:all .20s ease;}
.cloud-label .label-count{display:none}
.sidebar .FollowByEmail>.widget-title>h3{margin:0}
.FollowByEmail .widget-content{position:relative;background-color:#cccccc;text-align:center;font-weight:400;box-sizing:border-box;padding:20px 20px 5px;border-radius:2px;border:1px solid #b0b0b0}
.FollowByEmail .widget-content>h3{font-size:16px;color:$(title.color);font-weight:700;text-transform:uppercase;margin:0 0 13px}
.FollowByEmail .before-text{font-size:13px;letter-spacing:1px;line-height:1.5em;margin:0 0 15px;display:block;padding:0 10px;overflow:hidden}
.FollowByEmail .follow-by-email:before{content:'\f0f3';position:absolute;font-family:'Font Awesome 5 Free';color:#fff;top:0;left:50%;width:36px;overflow:hidden;height:36px;background-color:$(main.color);font-size:18px;font-weight:900;line-height:36px;text-align:center;transform:translate(-50%,-30%);margin:0;border-radius:50%;}
.FollowByEmail .follow-by-email-inner{position:relative}
.FollowByEmail{clear:both}
.follow-by-email-title{font-size:17px;font-weight:700;padding:7px;margin:15px 0px;color:#000}
.FollowByEmail .follow-by-email-inner .follow-by-email-address{width:100%;height:32px;color:$(title.color);font-size:11px;font-family:inherit;padding:0 10px;margin:0 0 10px;box-sizing:border-box;border:1px solid #eee;transition:ease .40s}
.FollowByEmail .follow-by-email-inner .follow-by-email-submit{width:100%;height:32px;font-family:inherit;border-radius:4px;font-size:11px;color:#fff;background-color:$(main.color);text-transform:uppercase;text-align:center;font-weight:500;cursor:pointer;margin:0;border:0;transition:opacity .30s ease}
.FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover{opacity:.85;background:$(main.hover)}
.Follow-by-alert{position:relative;display:block;font-size:12px;text-align:left;margin:10px 0 0;}