-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathApriezt V2.3 Premium Version.xml
More file actions
5595 lines (5476 loc) · 524 KB
/
Apriezt V2.3 Premium Version.xml
File metadata and controls
5595 lines (5476 loc) · 524 KB
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:version='2' expr:class='"apriezthtml v2 " + data:blog.mobileClass + " " + data:blog.languageDirection' expr:dir='data:blog.languageDirection' id='apriezthtml' 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>
<meta content='width=device-width,initial-scale=1' name='viewport'/>
<b:include data='blog' name='all-head-content'/>
<title>
<b:if cond='data:blog.pageType == "index"'>
<data:blog.pageTitle/>
<b:elseif cond='data:blog.pageType != "error_page"'/>
<data:blog.pageName/> | <data:blog.title/>
<b:else/>
404 | <data:blog.title/>
</b:if>
</title>
<b:if cond='data:blog.metaDescription != ""'>
<meta expr:content='data:blog.metaDescription' property='og:description'/>
<meta expr:content='data:blog.metaDescription' name='twitter:description'/>
<meta expr:content='data:blog.metaDescription' itemprop='description'/>
</b:if>
<b:if cond='data:blog.postImageUrl or data:blog.postImageThumbnailUrl'>
<meta expr:content='(data:blog.postImageUrl ? data:blog.postImageUrl : data:blog.postImageThumbnailUrl)' property='og:image'/>
<meta expr:content='(data:blog.postImageUrl ? data:blog.postImageUrl : data:blog.postImageThumbnailUrl)' name='twitter:image'/>
<meta expr:content='(data:blog.postImageUrl ? data:blog.postImageUrl : data:blog.postImageThumbnailUrl)' itemprop='image'/>
</b:if>
<meta content='YOUR KEYWORDS HERE' name='keywords'/>
<!-- Metadata Facebook -->
<meta expr:content='data:blog.title' property='og:site_name'/>
<meta expr:content='data:blog.pageTitle' property='og:title'/>
<meta content='article' property='og:type'/>
<meta expr:content='data:blog.url' property='og:url'/>
<meta content='100002549773049' property='fb:admins'/>
<!-- Metadata Twitter -->
<meta name='twitter:card' value='summary'/>
<meta expr:content='data:blog.pageTitle' name='twitter:title'/>
<meta content='@publisher_handle' name='twitter:site'/>
<meta content='@author_handle' name='twitter:creator'/>
<!-- Schema.org markup for Google+ -->
<meta expr:content='data:blog.pageTitle' itemprop='name'/>
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<![endif]-->
<b:template-skin>
<b:variable default='1150px' name='content.width' type='length' value='1150px'/>
<b:variable default='0px' name='main.column.left.width' type='length' value='0px'/>
<b:variable default='337px' name='main.column.right.width' type='length' value='337px'/>
<b:variable default='left' name='start' type='automatic'/>
<b:variable default='right' name='end' type='automatic'/>
<![CDATA[
.wrap{max-width:$(content.width)}
.main-wrapper{padding-$(end):$(main.column.right.width);padding-$(start):$(main.column.left.width)}
.rtl .main-wrapper{padding-$(start):$(main.column.right.width);padding-$(end):$(main.column.left.width)}
.sidebar-right,.sidebar-right > .wrap-inner{width:$(main.column.right.width)}
.sidebar-left,.sidebar-left > .wrap-inner{width:$(main.column.left.width);overflow:hidden}
.left-post .main-wrapper{padding-right:$(main.column.right.width);padding-left:$(main.column.left.width)}
.right-post .main-wrapper{padding-left:$(main.column.right.width);padding-right:$(main.column.left.width)}
.left-side .main-wrapper{padding-right:0;padding-left:$(main.column.right.width)}
.right-side .main-wrapper{padding-left:0;padding-right:$(main.column.right.width)}
#layout{width:960px}
#layout .section h4,#layout .posts-title{display:none}
body#layout div.section{border:0}
#layout .admin{display:block}
#layout .option,#layout .top-header{overflow:hidden!important}
#layout .option > .widget,#layout .links-submenu .section,#layout .top-header .section,#layout .footer-area .footer,#layout .main-bottom-column > .sidebar,#layout .middle-header .table-cell{float:left;margin:8px 0;margin-right:2%}
#layout .option > .widget{width:32%}
#layout .footer-area .footer{width:23.5%;padding:0}
#layout .container .section,#layout #gadsmain-file1{background-color:transparent;padding:0}
#layout .option #LinkList851,#layout .links-submenu #links-sub4,#layout .top-header .go-right,#layout .main-bottom-column > .go-right,#layout .footer-area #footer4,#layout .middle-header .topads{margin-right:0}
#layout .middle-header .table-cell{margin-top:0;margin-bottom:0}
#layout .middle-header .header .section{margin:0}
#layout .top-header{height:auto}
#layout .top-header .section,#layout .main-bottom-column > .sidebar,#layout .middle-header .table-cell{width:49%}
body#layout .editlink{color:#FFF!important;background-color:#09AA56;padding:0 5px;display:block;right:0;bottom:0}
body#layout .editlink:hover{background-color:#AA095D}
#layout .sidebar-right,#layout .sidebar-left{position:absolute;top:0}
#layout .sidebar-left{$(start):0}
#layout .sidebar-right{$(end):0}
#layout #sidebar-wrapper{position:static}
#layout #option{background-color:#60A926;padding:0 10px;margin:0 10px 15px}
#layout #option:before,#layout .header-wrap:before,#layout .links-submenu:before,#layout .container .main-bottom-area1:before,#layout .container .topfeatured-area:before,#layout .container #main-top:before,#layout .sidebar-right .innerwrap:before,#layout .sidebartabs:before,#layout .footer-area:before,#layout .author-profile-area:before{content:"Theme Options";display:block;color:#FFF;font-size:25px;padding-top:10px}
#layout .header-wrap{background-color:#2E64A5;margin:0 10px 15px;padding-bottom:10px}
#layout .header-wrap:before{content:"Header Area"}
#layout .links-submenu{background-color:#9d3c3c;padding:0 8px;width:auto;margin:0 10px}
#layout .links-submenu:before{content:"(-links) Links Content Area"}
#layout .container .main-bottom-area1,#layout .container .topfeatured-area,#layout .container #main-top{background-color:#2A8D9B;padding:10px}
#layout .container .main-bottom-area1:before,#layout .container .topfeatured-area:before,#layout .container #main-top:before,#layout .sidebartabs:before,#layout .sidebar-right .innerwrap:before,#layout .author-profile-area:before{content:"Magazine Area";padding-top:0;margin-bottom:10px}
#layout .sidebar-area > div{background-color:#AFAA36;height:auto}
#layout .sidebar-right .innerwrap,#layout .sidebartabs{background-color:#236350;padding:10px 5px 5px;margin:0 10px 10px}
#layout .sidebar-right .wrap-inner{padding:0}
#layout .sidebar-right .innerwrap:before{content:"Sidebar Ads Area"}
#layout .sidebartabs{background-color:#860884}
#layout .footer-area,#layout .author-profile-area{background-color:#0F38A3}
#layout .footer-area,#layout .author-profile-area,#layout .container .topfeatured-area{margin:10px}
#layout .sidebartabs:before{content:"Sidebar Tabs Area"}
#layout .footer-area:before{content:"Footer Area"}
#layout .author-profile-area{background-color:#A30F33}
#layout .author-profile-area:before{content:"Author Social Widget"}
#layout .container .topfeatured-area .wrap{width:auto}
#layout .gads-mainfile,#layout .blogpost-setting{display:block}
#layout .blogpost-setting > .HTML{width:32.3333%;float:$(start);margin:8px 0.5%}
#layout .blogpost-setting{overflow:hidden!important}
#layout .bottom-setting-sec > .HTML{width:49%;margin-bottom:5px}
#layout div.layout-widget-description{display:none!important}
#layout #main-navi,#layout .topfeatured-area .section,#layout .main-wrapper > div > .section,#layout .main-bottom-area1 > .section{margin:0;padding:0}
#layout .add_widget{background-color:rgba(255,255,255,0.3)}
#layout .main-wrapper{padding-top:0}
#layout .blogpost-setting{background-color:#ADADAD!important;padding-left:5px!important;padding-right:5px!important}
#layout #main{background-color:#983A03;padding:3px 8px 8px}
#layout .bottom-setting-sec,#layout .sidebartabs,#layout .author-profile-area{padding-bottom:3px!important}
#layout .sidebar-right .wrap-inner > div,#layout .author-profile-area{padding:0 5px}
#layout #gadsmain-file1{margin:0 10px 20px}
]]>
</b:template-skin>
<b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name: Apriezt Blogger Theme
Version: 2.3
- Complex Widget
- Recommended Post Widget
- Spot.IM comment
- Fix Schema.org structure
- Carousel Mega Menu
Design by: MKRdezign
Template Shared by - http://www.alistarbot.com/
----------------------------------------------- */
/* Variable definitions
====================
<Variable name="startSide" description="text starts" type="automatic" default="left"/>
<Variable name="endSide" description="text ends" type="automatic" default="right"/>
<Group description="Main Color" selector="body">
<Variable name="body.background.color" description="Body Color" type="color" default="#F5F5F5" value="#F5F5F5"/>
<Variable name="header.background.color" description="Header Area" type="color" default="transparent" value="transparent"/>
<Variable name="outer.background.color" description="Container Area" type="color" default="#F5F5F5" value="#F5F5F5"/>
<Variable name="footer.background.color" description="Footer Area" type="color" default="#333333" value="#333333"/>
</Group>
<Group description="Backgrounds" selector="body">
<Variable name="keycolor" description="Primary Color" type="color" default="#0083DA" value="#0083DA"/>
<Variable name="body.background" description="Background" type="background" color="$(body.background.color)" default="$(color) url(http://2.bp.blogspot.com/-Cbz-Y1ezxB0/USDif0nOx4I/AAAAAAAAIcw/xpk2AZufA_U/s1600/bg.png) repeat fixed top center" value="$(color) url(http://2.bp.blogspot.com/-Cbz-Y1ezxB0/USDif0nOx4I/AAAAAAAAIcw/xpk2AZufA_U/s1600/bg.png) repeat fixed top center"/>
</Group>
<Group description="Links" selector="body">
<Variable name="link.visited.color" description="Visited Color" type="color" default="#999999" value="#999999"/>
<Variable name="link.hover.color" description="Hover Color" type="color" default="#222222" value="#222222"/>
</Group>
<Group description="Page Text" selector="body">
<Variable name="main.body.font" description="Body Font" type="font" default="normal normal 15px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif" value="normal normal 15px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif"/>
<Variable name="main.heading.font" description="Heading Font" type="font" default="normal normal 100% Oswald,'Bebas Neue',Bebas,'Arial Narrow',Sans-Serif" value="normal normal 100% Oswald,'Bebas Neue',Bebas,'Arial Narrow',Sans-Serif"/>
<Variable name="main.text.color" description="Text Color" type="color" default="#616161" value="#616161"/>
</Group>
<Group description="Menu Area" selector=".header-wrap">
<Variable name="menu.top.col" description="Menu Top Color" type="color" default="#474747" value="#474747"/>
<Variable name="menu.mid.col" description="Menu Mid Color" type="color" default="#292929" value="#292929"/>
<Variable name="menu.bot.col" description="Menu Bottom Color" type="color" default="#131313" value="#131313"/>
</Group>
<Group description="Menu Area 2" selector=".header-wrap">
<Variable name="menu.sub.col" description="Sub Menu Color" type="color" default="#313131" value="#313131"/>
<Variable name="menu.border.col" description="Menu Border Color" type="color" default="#141414" value="#141414"/>
</Group>
<Group description="Content Area" selector=".content-wrapper">
<Variable name="cont.background.color" description="Background Color" type="color" default="#FFFFFF" value="#FFFFFF"/>
<Variable name="cont.border.color" description="Border Color" type="color" default="#E7E7E7" value="#E7E7E7"/>
<Variable name="cont.postitle.color" description="Post Title Color" type="color" default="#131313" value="#131313"/>
<Variable name="cont.fback.color" description="Featured Content" type="color" default="#131313" value="#131313"/>
</Group>
<Group description="Button Color" selector=".content-wrapper">
<Variable name="but.htop.color" description="Button Top Color" type="color" default="#18a2f7" value="#18a2f7"/>
<Variable name="but.hmid.color" description="Button Mid Color" type="color" default="#0091eb" value="#0091eb"/>
<Variable name="but.hbot.color" description="Button Bottom Color" type="color" default="#0083da" value="#0083da"/>
<Variable name="but.hbor.color" description="Border Color" type="color" default="#006EB8" value="#006EB8"/>
</Group>
<Group description="Button Hover Color" selector=".content-wrapper">
<Variable name="but.top.color" description="Button Top Color" type="color" default="#474747" value="#474747"/>
<Variable name="but.mid.color" description="Button Mid Color" type="color" default="#292929" value="#292929"/>
<Variable name="but.bot.color" description="Button Bottom Color" type="color" default="#131313" value="#131313"/>
<Variable name="but.bor.color" description="Border Color" type="color" default="#0E0E0E" value="#0E0E0E"/>
</Group>
<Group description="Footer Area" selector=".footer .widget">
<Variable name="foot.text.color" description="Text Color" type="color" default="#C0C0C0" value="#C0C0C0"/>
<Variable name="foot.border.color" description="Border Color" type="color" default="#1B1B1B" value="#1B1B1B"/>
<Variable name="foot.heading.color" description="Heading Color" type="color" default="#E0E0E0" value="#E0E0E0"/>
<Variable name="foot.copy.color" description="Copyright Color" type="color" default="#1F1F1F" value="#222222"/>
<Variable name="foot.wid.color" description="Widget Title Color" type="color" default="#131313" value="#131313"/>
</Group>
<Group description="Other" selector="body">
<Variable name="expt.back.col" description="Expert Background" type="color" default="#ECECEC" value="#ECECEC"/>
<Variable name="res.menu.color" description="Responsive Menu Color" type="color" default="#131313" value="#131313"/>
</Group>
*/
/*
CONTENTS
=======================
= A. CSS Reset
= B. Container
= C. Header Section and Top Navigation
= D. Social Icons Widget
= E. Magazine Section
= F. Posts Section
= G. Blogger Comments
= H. Sidebar Section
= I. Blogger Widgets
= J. Footer Section
= K. Error page
= L. Shortcodes
= M. Responsive Menu
= N. Other Effect
= O. Responsive
*/
/*=====================================
= A. CSS Reset
=====================================*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:transparent}
a:active,a:hover{outline:0}
b,strong{font-weight:bold}
dfn{font-style:italic}
h1{font-size:2em;margin:0.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
@media print{
*,*:before,*:after{background:transparent!important;color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}
a,a:visited{text-decoration:underline}
pre{border:1px solid #999;page-break-inside:avoid}
thead{display:table-header-group}
tr,img{page-break-inside:avoid}
img{max-width:100%!important}
p,h2,h3{orphans:3;widows:3}
h2,h3{page-break-after:avoid}
select{background:#fff!important}
.navbar{display:none}
.btn > .caret,.dropup > .btn > .caret{border-top-color:#000!important}
.label{border:1px solid #000}
.table{border-collapse:collapse!important}
.table td,.table th{background-color:#fff!important}
.table-bordered th,.table-bordered td{border:1px solid #ddd!important}
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}
html body{font:$(main.body.font);line-height:1.42857143;color:$(main.text.color);background:$(body.background);font-weight:300;padding:0}
input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}
input:focus{outline-color:$(keycolor)}
a{color:$(keycolor);text-decoration:none}
a:hover,a:focus{color:$(link.hover.color);text-decoration:underline}
a:visited{color:$(link.visited.color)}
figure{margin:0}
img{vertical-align:middle}
p{margin:0 0 10.5px}
.section,.widget,.widget ul,.widget li{margin:0;padding:0}
.widget{line-height:inherit}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.PopularPosts .item-title,.main-menu > li > a,.heading-text,.sidebartabs .tab-wrapper{font:$(main.heading.font);line-height:1.2em;color:inherit;font-weight:400}
h1,.h1,h2,.h2,h3,.h3{margin-top:21px;margin-bottom:10.5px}
h4,.h4,h5,.h5,h6,.h6{margin-top:10.5px;margin-bottom:10.5px}
h1,.h1{font-size:30px}
h2,.h2{font-size:24px}
h3,.h3{font-size:22px}
h4,.h4{font-size:19px}
h5,.h5{font-size:17px}
h6,.h6{font-size:16px}
.clear{clear:both}
.clearfix:before,.clearfix:after,.row:before,.row:after,.container:before,.container:after,.wrap:before,.wrap:after{content:" ";display:table}
.clearfix:after,.container:after,.row:after,.wrap:after{clear:both}
.blog-feeds,.widget-item-control,.item .homepost,.static_page .homepost,.hideit,.imageheader{display:none!important}
svg{position:absolute;top:0;left:0;width:100%;height:100%}
circle{fill:rgba(255,255,255,0.1)}
.cir{border-radius:2000px}
.btn{cursor:pointer}
a,.postdate,.sharesinfo,.post-type,.owl-nav div{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}
.Label li:before,.owl-nav div:before,.timeline .content-area .ct-before,.list .items-inner:before,.resbutton:before,blockquote:before,.blog-pager-item a:before,.breakline-place h3:before,.post-body ul li:before,.sbreakline .content-area:before{line-height:inherit;display:inline-block;font-family:FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa{line-height:inherit}
.widget-content{padding:10px}
blockquote{padding-$startSide:40px;opacity:0.9;font-size:100%;font-style:italic}
blockquote:before{content:"\f10d";position:absolute;$startSide:0;font-size:30px;top:-10px;opacity:0.7;width:33px;font-style:normal}
.rtl blockquote:before{content:"\f10d"}
::selection,.src-mark,.review-place{background:$(keycolor);color:#FFF;text-shadow:none}
::-moz-selection{background:$(keycolor);color:#FFF;text-shadow:none}
.hide,.summary-content img,.summary-content iframe,.summary-content div,.loadinghtml .summary-content,.icons-whatsapp,.widget.tab-content > h2,.feed-proc h2,.post-type .fa,.ticker-area .loader,.hover-info,.slider h2,.carousel .morepost,.list .thumb-outer,.list .items .metainfo,.timeline .thumb-outer,.gallery .h3,.gallery .postdate,.timeline .wid-date .fa,.video .post-type,.mbig .first-item:first-child .psummary,.show-popup-res:before,.comments > #blogger_cm,.error_page .sidebar-area,.error_page .main-area,.blogpost-setting{display:none}
.show,.list .summary-content,.menu-desc,.postdate *,.list .metainfo,.wasupport .icons-whatsapp,.post-type .fa:first-child,.timeline .psummary,.contact-sec.zoomIn{display:block}
.widget{margin-bottom:15px}
.widget ul,.widget li{margin:0;list-style:none;padding:0}
.absolute,.menu li ul,.top-header:before,.top-menu li ul:before,.main-menu ul ul:before{position:absolute}
.no-trans{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}
.clear{clear:both}
/*=====================================
= B. Container
=====================================*/
.container,.scrolled .bottom-header .head-wrap{width:100%;margin:0 auto;padding:0}
.boxed-style .container{max-width:1150px;margin:10px auto;box-shadow:0 0 5px rgba(0,0,0,0.2);width:98%}
.wrap{margin:0 auto;width:98%}
.boxed-style .wrap,.boxed-style .scrolled .main-navi{margin:0 15px;width:auto}
.container{background-color:$(outer.background.color)}
.links-sub{width:23.5%;float:$startSide;margin-$endSide:2%}
.links-sub{margin-$endSide:0}
.main-wrapper,.sidebar-right,.sidebar-left{padding-top:15px}
.main-wrapper .wrap-inner{margin-bottom:0}
/*=====================================
= C. Header Section and Top Navigation
=====================================*/
.header-wrap .widget{margin-bottom:0}
.top-header{background-color:$(keycolor);font-size:13px;height:32px}
.top-header:before,.top-menu li ul:before,.main-menu ul ul:before{content:"";$startSide:0;width:100%;height:100%}
.top-header:before{background-color:rgba(0,0,0,0.15)}
.dtable{display:table}
.table-cell,.list .post-content,.list .latest-img{display:table-cell;vertical-align:middle}
.middle-header{margin:15px 0}
.header{width:420px}
.boxed-style .header{width:390px}
.topads{max-width:728px}
.bottom-header{z-index:150}
.sub-menu:before{background-color:rgba(0,0,0,0.35)}
.sub-sub-menu:before,.src-close{background-color:rgba(0,0,0,0.55)}
.no-decor li a,.menu,a.home-icon{color:#FFF}
.no-decor a:hover,.no-decor a:focus,.widget > h2 a{text-decoration:none}
.top-menu > li > a,.social-icon a{line-height:32px}
.go-left,.menu > li,.search-form input,.sharesinfo a,.fbig1 .mywidget > div,.hot .mywidget > div,.fbig2 .fbig-widget-area .items,.fbig2 .first-item:first-child .thumb-outer,.fbig2 .first-item:first-child .content-area,.newsticker .items,.gallery .items,.rel-fbig .items:first-child .thumb-outer,.rel-fbig .items:first-child .content-area{float:$startSide}
.go-right,.social-icon > li,.search-form button,.morepost{float:$endSide}
.bottom-header{background-color:$(menu.bot.col);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$(menu.top.col)',endColorstr='#$(menu.bot.col)');background-image:-webkit-linear-gradient(top,$(menu.top.col) 0%,$(menu.mid.col) 50%,$(menu.bot.col) 100%);background-image:-moz-linear-gradient(top,$(menu.top.col) 0%,$(menu.mid.col) 50%,$(menu.bot.col) 100%);background-image:-ms-linear-gradient(top,$(menu.top.col) 0%,$(menu.mid.col) 50%,$(menu.bot.col) 100%);background-image:-o-linear-gradient(top,$(menu.top.col) 0%,$(menu.mid.col) 50%,$(menu.bot.col) 100%);background-image:linear-gradient(top,$(menu.top.col) 0%,$(menu.mid.col) 50%,$(menu.bot.col) 100%);border-bottom:4px solid $(keycolor);-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.26);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.26);box-shadow:0 1px 2px rgba(0,0,0,0.26);height:50px}
.menu li > a > .fa{margin-$endSide:5px}
.menu > li > ul{top:100%}
.menu li ul{min-width:150px}
.top-menu li ul{background-color:$(keycolor)}
.main-menu li ul{background-color:$(menu.sub.col);z-index:6}
.menu li{white-space:nowrap}
.menu li > a{display:block;padding:0 0.7em}
.main-menu ul li > a{padding:0 1em;height:32px;line-height:32px}
.main-menu > li > a{padding:0 1em}
.menu .submenu > a{padding-$endSide:1.5em}
.sub-button{top:-23px;$endSide:6px}
li li .sub-button{top:-21px}
.main-menu ul .sub-button{top:-24px}
.sub-menu li > a{height:28px;line-height:28px}
.top-menu{z-index:5}
.home-icon,.sc-move,.postdate{$startSide:0}
.menu-search,.view,.src-result{$endSide:0}
.sub-sub-menu{top:0;$startSide:100%}
.top-menu li:hover > a,.main-menu ul li:hover > a,.main-menu ul ul:before,.social-icon a{background-color:rgba(0,0,0,0.2)}
.home-icon{background-color:$(keycolor);width:50px;height:50px;line-height:50px;text-align:center;font-size:28px;top:-4px}
.main-menu{padding-$startSide:50px!important}
.main-menu > li > a{height:46px;line-height:46px;text-transform:uppercase;font-size:12px}
.sc-move{height:50px;background-color:$(menu.sub.col);top:-4px}
.main-menu .sub-button{top:-32px}
.main-menu > li > ul{top:50px}
.main-menu .submenu > a{padding-$endSide:2em}
.main-menu ul li > a,.main-menu > li > a{font-size:12px}
.main-menu > .have-desc > a{line-height:18px;padding-top:7px}
.menu-desc{font:$(main.body.font);font-size:9px;opacity:0.8}
.have-desc > div .sub-button{top:-39px}
.main-menu ul li:hover > a{border-$startSide:2px solid $(keycolor)}
.main-menu .sub-button{$endSide:8px}
.search-form button{background-color:$(keycolor);color:#FFF;border:0;outline:0;border-radius:2px;width:36px;height:36px;margin-$startSide:5px;display:block;display:block}
.search-form input{font-size:12px;border:0;border-radius:2px;background-color:rgba(0,0,0,0.4);color:#FFF;height:36px;padding:0 10px;width:200px;display:block}
.menu-search{top:5px}
.src-result{top:45px;width:300px;padding:10px;font-size:14px}
.src-img-outer{width:60px;height:60px;margin-$endSide:8px;padding:3px;z-index:3}
.src-img{width:100%;height:100%}
a.src-close{$endSide:10px;top:10px;color:#FFF;width:20px;height:20px;text-align:center}
.src-header{margin-bottom:8px;border-bottom:1px solid $(cont.border.color);padding-$endSide:20px;padding-bottom:5px}
.src-summary{font-size:11px;line-height:1.4em}
.src-title{font-size:12px}
.src-area{max-height:450px;overflow-y:scroll}
.src-morepost a{padding-top:10px;text-align:center;border-top:1px solid $(cont.border.color);margin-top:5px}
.titlewrapper .h1{margin:0;color:$(keycolor);font-size:35px}
.titlewrapper a,.widget > h2 a{color:inherit}
.Header .description{margin:5px 0 0}
.scrolled .bottom-header{position:fixed;left:0;right:0;top:-60px;-webkit-transition:top 0.3s ease;-moz-transition:top 0.3s ease;-ms-transition:top 0.3s ease;-o-transition:top 0.3s ease;transition:top 0.3s ease}
.scrolled .scroll-up .bottom-header{top:0}
.scrolled .header-wrap{padding-bottom:50px}
.menu .loader:before,.menu .loader:after{background:$(menu.sub.col)}
.mega-menu{position:static}
.mega-menu > ul{left:0;right:0}
a.menu-morepost{position:absolute;border-$startSide:0!important;padding:0!important;background-color:$(keycolor)!important;text-align:center;width:32px;bottom:0;$endSide:10px;height:32px;line-height:32px;z-index:10}
a.menu-morepost .fa{margin-right:0!important}
.mrecp .items{width:25%;float:$startSide}
.mrecp .items-inner{padding:0 8px}
.mrecp .thumb-outer{margin-bottom:10px}
.mrecp .mythumb{width:auto;height:150px}
.mtab .mythumb{height:120px}
.mcarousel .items{float:none;width:100%}
.mrecp .content-area{padding-$startSide:0}
.mega-menu .mywidget{padding:20px 10px}
.menu .thumb-outer{background-color:rgba(0,0,0,0.50);border:1px solid $(menu.border.col);border-color:rgba(0,0,0,0.7)}
.menu .tab-content{border:0;box-shadow:none;margin-$startSide:200px}
.menu .mywidget{white-space:initial}
.mtab .tab-wrapper{width:200px;float:$startSide;background-color:transparent;padding:20px 0}
.mtab .tab-wrapper span{display:block;padding:6px 10px}
.mtab .tab-wrapper .activeTab,.menu .tab-content{background-color:$(menu.sub.col)}
.mtab .loader{margin-top:0;margin-bottom:0}
.mcarousel .owl-dots{position:static;margin-top:10px}
.mcarousel .mywidget .postdate{$startSide:8px;top:105px}
.mbig .mywidget > .items{width:370px;float:$startSide}
.mbig .fbig-widget-area{margin-$startSide:380px}
.mbig .fbig-widget-area .items{width:50%;float:$startSide;padding:0 10px}
.mbig .items-inner{border-bottom:1px solid #1F1F1F}
.mbig .fbig-widget-area .items:nth-child(5) .items-inner{border-bottom:0}
.mtab .normal-tab{background-color:rgba(0,0,0,0.3)}
.links-content{width:25%;float:$startSide;padding:0 10px}
.widget .menulinks{overflow:hidden;padding:20px 10px}
.links-content > h2{font-size:15px;text-transform:uppercase;margin:0 0 10px;background-color:rgba(0,0,0,0.3);padding:5px 8px}
.links-content .widget-content{padding:0}
.links-content ul{position:static!important;background-color:transparent!important}
.links-content ul a{font-size:14px!important}
.mega-menu .links-content .mywidget{padding:0}
.links-content ul:before{display:none}
.gridpost .items{width:100%;float:none}
.gridpost .items-inner{padding:0}
.gridpost .owl-dots{top:10px;$endSide:10px;$startSide:auto;bottom:auto}
.gridpost .mywidget .postdate{top:75px}
.gridpost a.morepost{margin-top:0;background-color:$(keycolor);font-size:12px;line-height:18px}
.gridpost .mrecp .mythumb{height:120px}
.links-content li{background-color:rgba(0,0,0,0.1)}
.links-content li:nth-child(even){background-color:rgba(0,0,0,0.3)}
.links-content li span{position:absolute;$endSide:10px;top:6px;font-size:80%;background-color:rgba(0,0,0,0.53);padding:2px 5px}
/*=====================================
= D. Social Icons Widget
=====================================*/
.social-icon a{height:32px;width:32px;font-size:14px;overflow:hidden}
.top-social-sec span{font-size: 12px}
.social-icon a:hover{width:90px}
.social-icon .twitter a:hover,.social-icon .lastfm a:hover{width:75px}
.social-icon .rss a:hover{width:55px}
.social-icon .vimeo a:hover,.social-icon .skype a:hover,.social-icon .apple a:hover,.social-icon .flickr a:hover{width:65px}
.social-icon .instagram a:hover,.social-icon .deviantart a:hover,.social-icon .wordpress a:hover,.social-icon .delicious a:hover{width:98px}
.social-icon .dribbble a:hover,.social-icon .google-plus a:hover{width:80px}
.social-icon .stumbleupon a:hover{width:110px}
.social-icon .fa{width:32px;text-align:center}
.social-icon a:hover .fa{width:24px}
.social-icon span{margin-$endSide:5px;text-transform:capitalize}
.twitter:hover a,.icons-twitter:hover,.twitter .hover,.icons-twitter.hover{background-color:#2DAAE1}
.facebook:hover a,.icons-facebook:hover,.facebook .hover,.icons-facebook.hover{background-color:#3C5B9B}
.google-plus:hover a,.icons-gplus:hover,.google-plus .hover,.icons-gplus.hover{background-color:#F63E28}
.rss:hover a,.rss .hover{background-color:#FA8C27}
.linkedin:hover a,.icons-linkedin:hover,.linkedin .hover,.icons-linkedin.hover{background-color:#0173B2}
.dribbble:hover a,.dribbble .hover{background-color:#F9538F}
.pinterest:hover a,.icons-pinterest:hover,.pinterest .hover,.icons-pinterest.hover{background-color:#CB2027}
.youtube:hover a,.youtube .hover{background-color:#CD332D}
.vimeo:hover a,.vimeo .hover{background-color:#44BBFF}
.skype:hover a,.skype .hover{background-color:#00AFF0}
.deviantart:hover a,.deviantart .hover{background-color:#4B5D50}
.flickr:hover a,.flickr .hover{background-color:#0063DB}
.stumbleupon:hover a,.stumbleupon .hover{background-color:#EB4924}
.tumblr:hover a,.tumblr .hover{background-color:#2C4762}
.delicious:hover a,.delicious .hover{background-color:#3274D1}
.digg:hover a,.digg .hover{background-color:#14589E}
.lastfm:hover a,.lastfm .hover{background-color:#D51007}
.wordpress:hover a,.wordpress .hover{background-color:#21759B}
.instagram:hover a,.instagram .hover{background-color:#3F729B}
.apple:hover a,.apple .hover{background-color:#B9BFC1}
.dropbox:hover a,.dropbox .hover{background-color:#2281CF}
.behance:hover a,.behance .hover{background-color:#1769ff}
.reddit:hover a,.reddit .hover{background-color:#FF4500}
.icons-whatsapp:hover,.icons-whatsapp.hover{background-color:#5cbe4a}
/*=====================================
= E. Magazine Section
=====================================*/
.thumb-area{padding:5px}
.thumb-outer{border:1px solid $(cont.border.color);border:1px solid rgba(0,0,0,0.1);background-color:$(cont.background.color);z-index:2}
.thumb-outer .thumb-img:hover,.mythumb:hover .rcthumb{opacity:0.8}
.latest-img{margin-bottom:5px}
a.thumb-img{height:160px;display:block}
.sharesinfo{top:10px;$endSide:10px}
.main-area > .HTML,.main-area > .Label{margin-bottom:0}
.index-post-outer{width:33.333333%}
.index-post{padding:0 5px}
.heading-text,.post-title,.PopularPosts .item-title,.view .active,.plabelsbtn.active{color:$(cont.postitle.color)}
.feed-proc .widget-content{background-color:transparent!important;border:0!important;box-shadow:none!important}
.feed-proc .loader:before,.feed-proc .loader:after{background:$(outer.background.color)}
.loadinghtml .HTML{visibility:hidden}
.morepost{background-color:rgba(0,0,0,0.15);font-size:14px;line-height:20px;padding:0 5px;margin-top:5px}
.mythumb{width:100px;height:65px;padding:3px;z-index:2}
.rcthumb{width:100%;height:100%}
.content-area{padding-$startSide:10px;font-size:14px}
.metainfo{font-size:80%;margin-top:6px;opacity:0.8;line-height:14px}
.mywidget .postdate{top:135px}
.items-inner,.small-post .rel-fbig .items:nth-child(4) .items-inner{margin-bottom:6px;padding-bottom:6px;border-bottom:1px solid $(cont.border.color)}
.psummary{margin:10px 0}
.rcptags{top:10px;z-index:2;$endSide:10px;color:#FFF}
.rcptags a{color:inherit;background-color:$(keycolor);padding:0 4px;display:block;font-size:14px;text-decoration:none}
.youtubeplay{position:absolute;color:#FFF;$endSide:5px;top:0;font-size:25px}
.items:last-child .items-inner,.fbig1 .first-item:first-child .items-inner,.fbig2 .fbig-widget-area .items:nth-child(3) .items-inner,.noborder .items-inner,.mbig .mywidget > .items .items-inner,.rel-fbig .items:nth-child(4) .items-inner{margin-bottom:0;padding-bottom:0;border-bottom:0}
.simple .mythumb,.simplepost .mythumb{width:60px;height:60px;padding:2px}
.footer .simple .thumb-outer,.footer .simplepost .thumb-outer{background-color:rgba(0,0,0,0.4);border-color:$(menu.border.col);border-color:rgba(0,0,0,0.7)}
.simple .youtubeplay{font-size:16px}
.first-item:first-child .mythumb,.rel-fbig .items:first-child .mythumb{width:auto;padding:5px;height:180px}
.first-item:first-child .thumb-outer,.first-item:first-child .content-area,.first-item:first-child .psummary,.rel-fbig .items:first-child .thumb-outer,.rel-fbig .items:first-child .content-area,.mkblock .table-cell,.owl-carousel .table-cell,.gallery .thumb-outer,.newsticker .content-area,.list .content-area,.timeline .content-area,.hover-info .psummary,.slider .psummary{display:block}
.main-bottom-column > .sidebar,.fbig1 .mywidget > div,.hot .mywidget > div,.fbig2 .fbig-widget-area .items,.fbig2 .first-item:first-child .thumb-outer,.fbig2 .first-item:first-child .content-area,.rel-fbig .items:first-child .thumb-outer,.rel-fbig .items:first-child .content-area,.small-post .index-post-outer{width:50%}
.homepost.go-right,.fbig1 .fbig-widget-area{padding-$startSide:10px}
.homepost.go-left,.fbig1 .mywidget > .items{padding-$endSide:10px}
.fbig1 .fbig-widget-area,.fbig2 .fbig-widget-area .items:nth-child(even),.fbig2 .first-item:first-child .content-area,.rel-fbig .items:first-child .content-area{padding-$startSide:5px}
.fbig1 .mywidget > .items,.fbig2 .fbig-widget-area .items:nth-child(odd),.fbig2 .first-item:first-child .thumb-outer,.rel-fbig .items:first-child .thumb-outer{padding-$endSide:5px}
.mywidget{overflow:hidden}
.mywidget h3{margin:0}
.items .review-place{font-size:90%;padding:1px 3px}
.items h3{overflow:hidden;max-height:32px}
.first-item:first-child h3,.rel-fbig .items:first-child h3{margin-top:10px;font-size:20px;overflow:visible;max-height:none}
.first-item:first-child .content-area,.video .content-area,.list .content-area,.hover-info .content-area{padding-$startSide:0}
.mywidget .readmorebut{font-weight:400}
.fbig2 .first-item:first-child h3,.rel-fbig .items:first-child h3{margin-top:0}
.fbig2 .small-wid .first-item:first-child h3,.small-post .rel-fbig .items:first-child h3{margin-top:10px;}
.fbig2 .first-item:first-child .thumb-outer,.rel-fbig .items:first-child .thumb-outer{border:0}
.fbig2 .items-inner{overflow:hidden}
.fbig2 .first-item:first-child .mythumb,.rel-fbig .items:first-child .mythumb{border:1px solid $(cont.border.color)}
.hot .widget-content{padding:0}
.hot > h2{position:absolute;z-index:3!important;top:25px;$startSide:15px}
.hot > h2 .morepost{display:none}
.hot .mywidget > div{padding:15px}
.hot .mywidget{background-color:$(keycolor);color:#FFF}
.hot .first-item:first-child h3{color:inherit}
.hot .fbig-widget-area{background-color:$(cont.background.color)}
.hot .readmorebut,.hot h3{color:#FFF}
.hot .mythumb{width:auto;padding:5px;height:110px}
.hot .fbig-widget-area .content-area{position:absolute;bottom:15px;z-index:5;padding:0;$startSide:15px}
.hot .fbig-widget-area .items-inner{margin-bottom:10px}
.hot .fbig-widget-area .items:last-child .items-inner,.hot .psummary{margin-bottom:0}
.hot .fbig-widget-area .rcthumb:before,.featured .rcthumb:before,.slider .rcthumb:before,.carousel .rcthumb:before,.hover-info.hovergallery .rcthumb:before,.shrt-pcarousel .shrt-owl-img:before{content:"";background:-webkit-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);background:-moz-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);background:linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);position:absolute;height:100%;width:100%;opacity:0.5}
.post-type{font-size:150%;left:50%;top:50%;margin-left:-15px;margin-top:-15px;width:30px;height:30px;text-align:center;line-height:30px;z-index:1;color:#FFF;opacity:0;-webkit-transform:scale3d(2,2,2);transform:scale3d(2,2,2)}
.mythumb:hover .rcthumb:before,.thumb-outer:hover .post-type,.slider .items:hover .rcthumb:before,.owl-carousel .mythumb:hover .rcthumb,.carousel2 .items:hover .rcthumb:before,.hover-info.hovergallery .rcthumb:before,.featured4 .feat-wrapitem:last-child .rcthumb:before{opacity:1}
.thumb-outer:hover .post-type{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
.owl-carousel .mythumb,.featured .mythumb,.slider .mythumb,.carousel .mythumb,.hot .small-wid .mywidget > div{width:auto}
.carousel .mythumb{height:160px;padding:5px}
.slider .mythumb{height:350px}
.newsticker .widget-content{padding:5px 10px}
.topfeatured-area .widget-content{margin-top:15px}
.sidebar .newsticker.zoomIn > h2{display:block;position:absolute;z-index:3;font-size:14px;height:32px;line-height:32px}
.sidebar .newsticker.zoomIn > h2:after{height:32px}
.newsticker .items h3{color:$(keycolor);max-height:18px;line-height:18px;font-size:12px;font-family:Tahoma,Helvetica,Arial,sans-serif;font-weight:600;white-space:nowrap}
.newsticker .thumb-outer,.newsticker .metainfo,.newsticker .rcptags,.slider .post-type,.touch .hover-info{display:none}
.newsticker .content-area{overflow:hidden;float:$startSide;padding-$startSide:0;margin-$endSide:15px}
.newsticker h2 .fa{margin-$endSide:3px;top:-2px}
.hover-info{padding:10px;width:310px;z-index:8}
.botwid{margin-top:8px}
.hover-info h3{margin:0;font-size:16px}
.hover-info .thumb-outer{margin-bottom:10px}
.hover-info .mythumb{width:auto;height:140px}
.hover-info .psummary{font-size:90%}
.hover-info .postdate{top:95px}
.rcptime{float:$startSide;color:#FFF;background-color:$(keycolor);font-size:11px;display:inline-block;margin-$endSide:5px;margin-top:2px;padding:0 4px;zoom:1;*display:inline}
.heading-text:hover a{opacity:0.8}
.slider .thumb-outer{border:0}
.slider .mythumb{padding:0}
.slider h3,.slider2 .content-area,.carousel2 h3{color:#FFF}
.slider .content-area{padding:0;position:absolute;z-index:3;bottom:0}
.slider2 .content-area{text-align:center;left:20px;right:20px;bottom:40px}
.slider h3{max-height:none;font-size:25px;text-shadow:0 1px 3px rgba(0,0,0,0.7)}
.slider1 h3,.featured4 .owl-carousel h3{font-size:20px}
.slider1 .content-area,.featured4 .owl-carousel .content-area{background-color:$(cont.fback.color);color:#FFF;left:15px;right:15px;bottom:40px}
.slider1 h3,.featured4 .owl-carousel h3{position:absolute;background-color:$(keycolor);padding:4px 15px;bottom:100%;text-shadow:none}
.slider1 .psummary,.featured4 .owl-carousel .psummary{padding:0 15px}
.slider1 .metainfo,.featured4 .owl-carousel .metainfo{padding-$startSide:15px;margin-top:10px}
.slider .review-place{bottom:auto;top:10px;$endSide:10px;padding:1px 5px;font-size:180%}
.carousel .items-inner{padding:0 5px}
.carousel1 .postdate{$startSide:5px;top:110px}
.carousel .content-area{padding-$startSide:0}
.carousel1 .content-area{margin-top:10px}
.carousel1 .owl-dots{position:static;margin-top:10px}
.carousel2 .content-area{position:absolute;bottom:15px;z-index:2;left:10px;right:10px;text-align:center;color:#FFF;text-shadow:0 1px 2px rgba(0,0,0,0.7)}
.carousel2 .owl-dots,.gallery .content-area,.shrt-pcarousel .owl-dots{display:none!important}
.carousel .owl-nav div{top:3px;height:24px;width:24px;line-height:24px;font-size:15px}
.carousel .owl-prev,.carousel .owl-next{$startSide:auto;$endSide:35px}
.carousel .owl-next{$endSide:10px}
.timeline .metainfo{position:static}
.timeline .metainfo > .wid-date{text-align:$endSide}
.timeline .content-area{margin-$startSide:70px;border-$startSide:1px solid $(keycolor);padding-bottom:10px}
.timeline .items-inner{border-bottom:0}
.timeline .metainfo > .wid-date{margin-top:0;position:absolute;$startSide:-68px;top:0}
.timeline .psummary{font-size:90%;margin-top:5px}
.video .items{width:33.3333%;float:$startSide}
.video .items-inner{margin:0 5px;height:225px}
.video .mythumb{padding:5px;width:auto;height:150px}
.video .content-area{margin-top:10px}
.video .youtubeplay{$endSide:auto;$startSide:50%;top:50%;width:32px;height:32px;text-align:center;line-height:32px;margin-$startSide:-16px;margin-top:-16px;font-size:34px}
.gallery1 .items{width:20%}
.gallery .items .mythumb{width:auto;height:100px;padding:3px}
.gallery2 .mywidget > .items{width:320px;position:absolute;top:0;$startSide:0}
.gallery2 .fbig-widget-area{padding-$startSide:320px;overflow:hidden}
.gallery2 .first-item:first-child .mythumb{height:202px;padding:3px}
.gallery2 .fbig-widget-area .items{width:33.3333%}
.gallery3 .items{width:16.6666667%}
.hover-info.hovergallery{margin-top:140px;padding:0;border:0;width:380px;background-color:transparent}
.hover-info.hovergallery .mythumb{height:220px;padding:5px}
.gallery .review-place,.hover-info.hovergallery .review-place,.hover-info.hovergallery .psummary,.hover-info.hovergallery .postdate,.featured .owl-dot{display:none}
.hover-info.hovergallery .content-area{position:absolute;bottom:75px;z-index:3;color:#FFF;left:10px;right:10px;text-align:center}
.hover-info.hovergallery h3{color:#FFF;font-size:18px}
.hover-info.hovergallery .thumb-outer{margin-bottom:0}
.list .items-inner{padding-$startSide:15px}
.timeline .content-area .ct-before,.list .items-inner:before{position:absolute}
.list .items-inner:before{content:"\f046";$startSide:0;font-size:10px;top:0;color:$(keycolor)}
.timeline .content-area .ct-before{$startSide:-5px;font-size:10px;top:0;color:$(keycolor)}
.video .small-wid .mythumb{height:130px}
.video .small-wid .items-inner{height:210px}
.gallery2 .small-wid .mywidget > .items{width:auto;position:static;float:none}
.gallery2 .small-wid .fbig-widget-area{padding-$startSide:0}
.gallery3 .small-wid .items{width:33.3333%}
.gallery1 .small-wid .items .mythumb{height:80px}
.small-post .rel-fbig .items:first-child .thumb-outer,.small-post .rel-fbig .items:first-child .content-area{float:none;width:100%;padding:0}
.featured .content-area{position:absolute;z-index:3;bottom:15px;left:15px;right:15px;padding:0}
.featured .apriezt-widget,.featured .mythumb{padding:3px}
.featured .widget-content{padding:0;border:0!important}
.featured .thumb-outer{border:0}
.featured .items{float:$startSide}
.featured2 .items{width:33.33333%}
.featured3 .items{width:16.66667%}
.featured1 .items,.featured2 .items:nth-child(1),.featured2 .items:nth-child(2),.featured3 .items:nth-child(1),.featured3 .items:nth-child(2){width:50%}
.featured1 .mythumb,.featured2 .mythumb,.featured3 .mythumb{height:175px}
.featured1 .items:nth-child(1) .mythumb,.featured3 .items:nth-child(1) .mythumb,.featured4 .owl-carousel .mythumb{height:350px}
.featured1 .items:nth-child(3),.featured1 .items:nth-child(4){width:25%}
.animated-item .items{margin-bottom:6px}
.featured .apriezt-widget{border:1px solid $(cont.border.color)}
.featured.feed-proc .apriezt-widget{border:1px solid transparent}
.featured .owl-prev{$startSide:10px}
.featured .owl-next{$startSide:47px}
.featured h3,.featured .content-area{color:#FFF}
.featured h3{max-height:64px}
.featured1 .items:nth-child(1) h3,.featured1 .items:nth-child(2) h3,.featured2 .items:nth-child(1) h3,.featured2 .items:nth-child(2) h3,.featured3 .items:nth-child(1) h3,.featured3 .items:nth-child(2) h3{font-size:22px;max-height:none}
.featured .post-type{display:none}
.featured1 .items:nth-child(1) .psummary,.featured3 .items:nth-child(1) .psummary,.featured4 .owl-carousel .psummary{display:block}
.featured2 .content-area{text-align:center}
.featured4 .apriezt-widget{background:transparent;border:0}
.featured4 .apriezt-widget,.featured4 .owl-carousel .mythumb{padding:0}
.featured4 .widget-content{background-color:transparent!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}
.featured4 .feat-wrapitem:first-child{padding-$endSide:410px;height:362px}
.featured4 .feat-wrapitem:last-child{position:absolute;$endSide:0;top:0;width:395px}
.featured4 .items,.hot .small-wid .mywidget > div{float:none}
.featured4 .owl-carousel .items-inner{padding:5px}
.featured4 .feat-wrapitem:last-child .mythumb{height:114px;padding:5px}
.featured4 .feat-wrapitem:last-child .items{margin-bottom:10px}
.featured4 .feat-wrapitem:last-child .items:last-child{margin-bottom:0}
.featured4 .feat-wrapitem:last-child h3{font-size:15px;background-color:transparent!important}
.featured4 .owl-dot{display:inline-block}
/*====================================
= F. Posts Section
=====================================*/
.post-title,.PopularPosts .item-title{margin:0;font-weight:400}
.post-title a,.metainfo a,.PopularPosts .item-title a,.heading-text a{color:inherit}
.post-title.h2,.PopularPosts .item-title{font-size:14px;height:42px;line-height:1.5em;margin-bottom:10px}
.post-title.h1{font-size:26px;margin-top:10px;margin-bottom:8px}
.list .post-title.h2{font-size:22px;height:auto;margin-bottom:0}
.blog-posts{padding:10px 5px;overflow:hidden}
.view{top:0;line-height:29px;padding:0 10px;font-size:17px}
.posts-title,.view{height:30px}
.loadinghtml .index-post-outer{display:none}
.loadinghtml .hfeed .loader{display:block}
.postdate{top:125px;background-color:$(keycolor);color:#FFF;padding:3px 5px;padding-$endSide:30px;z-index:3}
.postdate,.review-place,.rcomment-meta{font-family:Tahoma,Helvetica,Arial,sans-serif}
.postdate b{font-size:24px;height:24px;line-height:24px}
.postdate div{font-size:11px;position:absolute;$endSide:5px;top:4px;text-align:center;line-height:11px}
.post-outer:hover .post-summary .postdate,.sharesinfo a,.items:hover .postdate{background-color:$(cont.postitle.color)}
.sharesinfo a{color:#FFF;width:22px;height:22px;text-align:center;line-height:22px;font-size:12px}
.small-post .post-outer.list,.post-outer.list{float:none;width:100%}
.list .latest-img{width:250px}
.small-post .list .latest-img{width:180px}
.small-post .list .latest-img{float:$startSide;margin-$endSide:10px}
.small-post .list .latest-img,.small-post .list .post-content{display:block}
.list .summary-content{margin:10px 0 0}
a.rmtext{font-weight:600;color:$(keycolor)}
.list .post-content{padding-$startSide:10px}
.list .post-summary{margin-bottom:10px;overflow:hidden}
.small-post .list .post-title.h2{font-size:20px}
.loadinghtml .hfeed-inner{height:450px}
.hfeed .loader{position:absolute;z-index:5;margin:0;top:50%;left:50%;margin-top:-4em;margin-left:-4em}
.review-place{bottom:5px;$endSide:5px;padding:3px 5px;font-size:130%}
.sharesinfo,.thumb-outer:hover .youtubeplay,.carousel2 .postdate,.gotop,.contact-button{opacity:0}
.post-outer:hover .sharesinfo,.shclick .sharesinfo,.carousel .owl-nav div,.video .thumb-outer:hover .youtubeplay,.showup{opacity:1}
.metainfo > span{display:inline-block;margin-$endSide:7px;zoom:1;*display:inline}
.blog-pagerindex,.wid-pagenumber{padding:5px 10px 10px;overflow:hidden}
.blog-pagerindex > span,.wid-pagenumber > *{display:block;float:$startSide;min-width:30px;text-align:center;margin-$startSide:3px}
.blog-pagerindex a,.sidebartabs .tab-wrapper .activeTab,.owl-nav div,.owl-dot,.cst-contact-form-button:hover,.apriezt-by-email-submit:hover,.contact-form-button-submit:hover,a.wid-pagenum{border:1px solid $(but.bor.color);background-color:$(but.bot.color);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$(but.top.color)',endColorstr='$(but.bot.color)');background-image:-webkit-linear-gradient(top,$(but.top.color) 0%,$(but.mid.color) 50%,$(but.bot.color) 100%);background-image:-moz-linear-gradient(top,$(but.top.color) 0%,$(but.mid.color) 50%,$(but.bot.color) 100%);background-image:-ms-linear-gradient(top,$(but.top.color) 0%,$(but.mid.color) 50%,$(but.bot.color) 100%);background-image:-o-linear-gradient(top,$(but.top.color) 0%,$(but.mid.color) 50%,$(but.bot.color) 100%);background-image:linear-gradient(top,$(but.top.color) 0%,$(but.mid.color) 50%,$(but.bot.color) 100%)}
.showpagePoint,.blog-pagerindex a:hover,.owl-nav div:hover,.owl-dot:hover,.owl-dot.active,.cst-contact-form-button,.apriezt-by-email-submit,.contact-form-button-submit,.wid-pagenumber .actual,.wid-pagenumber a:hover{border:1px solid $(but.hbor.color);background-color:$(keycolor);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$(but.htop.color)',endColorstr='$(but.hbot.color)');background-image:-webkit-linear-gradient(top,$(but.htop.color) 0%,$(but.hmid.color) 50%,$(but.hbot.color) 100%);background-image:-moz-linear-gradient(top,$(but.htop.color) 0%,$(but.hmid.color) 50%,$(but.hbot.color) 100%);background-image:-ms-linear-gradient(top,$(but.htop.color) 0%,$(but.hmid.color) 50%,$(but.hbot.color) 100%);background-image:-o-linear-gradient(top,$(but.htop.color) 0%,$(but.hmid.color) 50%,$(but.hbot.color) 100%);background-image:linear-gradient(top,$(but.htop.color) 0%,$(but.hmid.color) 50%,$(but.hbot.color) 100%);outline:0}
.blog-pagerindex a,.showpagePoint,.wid-pagenumber a,.wid-pagenumber .actual{display:block;padding:4px;min-width:30px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;color:#FFF}
.load-next,.tab-wrapper{overflow:hidden}
.load-next:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#FFF;z-index:4}
a.loadpost{text-align:center;color:#FFF;background-color:$(keycolor);max-width:500px;margin:0 auto 10px;height:28px;line-height:28px;width:90%}
.plabelsbtn .fa{margin-$startSide:5px;top:-1px}
.labels-wrap{position:absolute;z-index:5;$startSide:0;top:0}
.labels-wrap-inner{min-width:200px;overflow-y:scroll;max-height:240px}
.label-name > span{float:$endSide;min-width:20px;text-align:center;background-color:$(keycolor);color:#FFF;font-size:11px;margin-top:2px;margin-right:5px}
.label-name:nth-child(even){background-color:rgba(0,0,0,0.05)}
.label-name{font-size:14px}
.hfeed-inner{overflow:hidden}
.sharesinfo b{display:none}
.item-post-outer{padding:0 10px}
.adstitle-breakline{overflow:hidden;margin-bottom:15px}
.adstitle-place{float:$startSide;margin-$endSide:15px;z-index:8}
.excerpt{background-color:$(expt.back.col);overflow:hidden;padding:10px;font-size:15px;margin-bottom:15px}
.excerpt p{margin:0;opacity:0.8}
.small-post .adstitle-place{float:none;margin-$endSide:0;margin-bottom:15px;text-align:center}
.small-post .adstitle-place > *{margin:0 auto}
.small-post .excerpt{font-size:15px}
.breakline-place h4,.breakline-place .metainfo,.breakline-place .loader,.breakline-place .owl-nav{display:none}
.breakline-place .content-area{padding-$startSide:0}
.breakline-place h3{overflow:visible;max-height:none;padding-$startSide:15px}
.breakline-place h3:before{content:"\f0a9";font-size:11px;position:absolute;top:1px;$startSide:0}
.related_posts .mywidget,.authorInner{overflow:hidden}
.related_posts{min-height:150px}
.rel-carousel .items{margin:0 5px}
.rel-carousel .content-area{padding:0;margin-top:8px}
.rel-carousel .mythumb{height:140px}
.rel-carousel .postdate{top:95px}
.rel-carousel .owl-nav{position:absolute;$endSide:0;top:5px}
.rel-carousel .owl-nav,.comments-tabs .tab-wrapper{background-color:transparent}
.rel-carousel .owl-nav div{opacity:1;position:static;float:$startSide;margin-$startSide:5px;width:22px;height:22px;line-height:22px;font-size:14px}
.rel-carousel .owl-dots{position:static;margin-top:10px}
.rel-simple .items,.rel-fbig .items{width:50%;float:$startSide}
.small-post .rel-simple .items,.rel-fbig .items:first-child,.small-post .rel-fbig .items{width:100%;float:none}
.rel-fbig .items:first-child .items-inner{overflow:hidden}
.rel-simple .items:nth-child(5) .items-inner{border-bottom:0}
.small-post .rel-simple .items:nth-child(5) .items-inner{border-bottom:1px solid $(cont.border.color)}
.rel-fbig .items:first-child .psummary{display:block}
.item-area .hfeed-inner{overflow:visible}
.post-featured{margin:-10px -15px 0}
.post-featured > a{margin:0!important;display:block}
.post-featured img{width:100%;height:auto}
.post-featured .owl-carousel img,.post-featured .owl-carousel iframe{height:400px;width:100%}
.small-post .post-featured .owl-carousel img,.small-post .post-featured .owl-carousel iframe{height:350px}
.post-featured .owl-item > a{display:block}
.post-featured .pfeatured{margin:0!important}
.breadcrumbs{margin:0 -15px;padding:0 12px;height:28px;line-height:28px;background-color:$(keycolor);color:#FFF;overflow:hidden}
.breadcrumbs .fa,.breadcrumbs span{float:$startSide}
.breadcrumbs .fa{margin:0 5px;line-height:28px}
.breadcrumbs a{color:inherit}
.item-topmeta{margin-top:10px;font-size:14px;opacity:0.8;padding-bottom:40px;margin-bottom:15px;border-top:1px solid $(cont.border.color);padding-top:3px}
.item-topmeta:hover{opacity:1}
.item-topmeta span{display:inline-block}
.item-topmeta > span a{color:inherit}
.item-topmeta > span{margin-$endSide:5px}
.loadinghtml .item-post-outer{visibility:hidden}
.item-share > *{float:$startSide}
.item-share,.more-options{bottom:0;position:absolute;height:32px}
.item-share{overflow:hidden;$startSide:0}
.item-share a{padding:0 8px;height:32px;border-radius:0;margin-right:5px;line-height:32px;text-align:center;color:#FFF;min-width:32px;overflow:hidden;z-index:0}
.ishare-title{font-weight:600;line-height:32px;margin-$endSide:5px;font-size:15px}
.more-options{$endSide:0}
.item-share .hide{display:inline-block;margin-$startSide:7px;padding-$startSide:8px;line-height:20px;border-$startSide:1px solid rgba(0,0,0,0.2)}
.small-post .item-share .hide{display:none}
.item-share b{font-weight:400;font-size:11px;padding:2px 4px;margin-$startSide:8px;background-color:rgba(0,0,0,0.3)}
.more-button a{float:$endSide;margin-$startSide:5px;height:30px;line-height:30px;padding:0 5px;border:1px solid $(keycolor)}
.post-subtitle{font-size:18px;margin:0}
.pcaption{z-index:2;bottom:30px;$endSide:0;color:#FFF;font-size:20px;background-color:rgba(0,0,0,0.7);padding:5px 10px}
.post-featured .owl-next:nth-child(4){display:none}
.post-featured iframe{display:block;width:100%}
.post-featured .owl-nav div{top:5px}
.bottom-infoitem{border-bottom:1px solid $(cont.border.color);margin:0 -15px;margin-bottom:15px;padding:0;border-top:1px solid $(cont.border.color)}
.item-post .post-body{margin-bottom:15px}
.itemtags a{display:inline-block;background-color:$(keycolor);color:#FFF;font-size:80%;padding-$startSide:5px;line-height:18px}
.itemtags a:after{display:inline-block;padding:0 5px;background-color:$(cont.fback.color);margin-$startSide:5px;line-height:inherit}
.itemtags a:after{content:attr(data-number)}
.item-post .item-control{position:absolute;$endSide:0;top:-35px;color:#FFF}
.item-post .item-control a{color:inherit}
.blog-pager-item .pager-isi > *{display:block;width:50%;color:inherit;text-decoration:none}
.blog-pager-item a:hover span{color:$(keycolor)}
.blog-pager-item .pager-isi{overflow:hidden;margin:10px 0}
.blog-pager-item img{width:50px;height:50px;padding:3px;border:1px solid $(cont.border.color)}
.oldernewerleft{padding-$endSide:5px}
.oldernewerright{padding-$startSide:5px}
.blog-pager-item .pager-isi > * span{font-weight:400;font-size:19px;color:$(cont.postitle.color)}
.blog-pager-older-link-item{padding-$endSide:20px;text-align:$endSide}
.blog-pager-newer-link-item{padding-$startSide:20px;text-align:$startSide}
.blog-pager-item a:before{position:absolute;top:50%;margin-top:-12px;font-size:20px;height:24px}
.blog-pager-older-link-item:before{content:"\f054";$endSide:0}
.blog-pager-newer-link-item:before{content:"\f053";$startSide:0}
.authorInner{background-color:$(outer.background.color);padding:10px;margin:0 -5px 15px}
.authorInner,.autorMeta{border:1px solid $(cont.border.color)}
.autorMeta{width:70px;height:70px;padding:4px;overflow:hidden;float:$startSide;margin-$endSide:10px;z-index:2}
.autorMeta img{width:100%;height:100%}
.authorTitle h3{margin:0 0 8px;font-size:20px;color:$(cont.postitle.color)}
.authorTitle a{color:inherit}
.authorInner p{margin:0;font-size:90%}
.authorSocial{$endSide:0;top:0}
.authorSocial a{color:#FFF;width:24px;height:24px;text-align:center;line-height:24px;margin-$startSide:5px}
.url-post{padding:14px;background-color:$(expt.back.col);margin-bottom:15px}
.url-post-input{width:100%;border:0;padding:5px 8px}
.url-post-input:focus{outline:0}
.more-button .active{color:$(cont.postitle.color);border-color:$(cont.postitle.color)}
.bottom-infoitem > div{border-top:1px solid $(cont.border.color);padding:5px 15px;overflow:hidden}
.bottom-infoitem > div:first-child{border-top:0}
.labeltitle .fa{margin-$endSide:8px}
.reactionsiframe{height:22px}
.reaction-buttons > span{display:inline-block;height:22px;line-height:22px;float:$startSide}
.post-body img,.post-body iframe{max-width:100%}
.static_page .post-title.h1{border-bottom:1px solid $(cont.border.color);padding-bottom:8px}
.rtl .breadcrumbs .fa-angle-right:before{content:"\f104"}
.rtl .breakline-place h3:before{content:"\f0a8"}
.rtl .page-place .fa-chevron-left:before,.rtl .blog-pager-newer-link-item:before,.rtl .owl-prev:before{content:"\f054"}
.rtl .page-place .fa-chevron-right:before,.rtl .blog-pager-older-link-item:before,.rtl .owl-next:before{content:"\f053"}
.rtl .menu .fa-caret-right:before{content:"\f0d9"}
.post .tr-caption-container tr:nth-child(2) .tr-caption{padding-top:8px;font-size:90%;opacity:0.9}
.post-summary{padding-top:0}
.blogpost-setting .widget {margin:0}
.sbreakline h4,.sbreakline .owl-nav,.sbreakline .metainfo,.sbreakline .loader{display:none}
.adsbygoogle {display:inline-block}
.adspltop .adsbygoogle,.adsplbottom .adsbygoogle{height:90px;width:100%;}
.hvbreakline .adsbygoogle{width:300px;height:250px}
.hvbreakline > div{display:table-cell;vertical-align:middle}
.hvbreakline .adsplbottom{padding-$startSide:15px}
.hvbreakline .adspltop{padding-$endSide:15px}
.dexcerpt{background-color:rgba(0,0,0,0.15);overflow:hidden;padding:10px;margin-bottom:15px}
.sbreakline .items-inner{margin-bottom:10px;padding-bottom:0;border-bottom:0}
.adstitle{overflow:hidden;margin-bottom:10px}
.sbreakline .table-cell,.blogpost .psummary,.halfpost .psummary,.bigpost .psummary{display:block}
.sbreakline .content-area:before{content:"\f005";position:absolute;$startSide:0;font-size:11px;top:1px}
.sbreakline .content-area{padding-$startSide:14px}
.bottombreakline{width:100%}
.blogpost h3,.halfpost h3,.bigpost h3{font-size:22px;max-height:58px}
.blogpost .mythumb{width:250px;height:160px}
.blogpost .items-inner,.halfpost .items-inner,.bigpost .items-inner{border-bottom:0;overflow:hidden}
.blogpost .mythumb,.halfpost .mythumb,.bigpost .mythumb{padding:5px}
.wid-pagenumber{margin-top:15px;padding-$startSide:0}
.wid-pagenumber a:hover{text-decoration:none}
.halfpost .items{width:49%;float:$startSide}
.halfpost .items:nth-child(odd){margin-$endSide:2%}
.halfpost .table-cell,.bigpost .table-cell{display:block}
.halfpost .mythumb,.bigpost .mythumb{width:100%;height:180px}
.bigpost .mythumb{height:350px}
.halfpost h3,.bigpost h3{margin-top:10px}
.halfpost .json-process,.blogpost .json-process,.bigpost .json-process{overflow:hidden;opacity:0.5}
.halfpost .content-area,.bigpost .content-area{padding-$startSide:0}
.adsinside-it{text-align:center}
.complex .tab-content{background-color:transparent;border:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}
.complex .tab-wrapper{position:absolute;$endSide:0;top:-36px;font-size:80%;padding:0;background-color:transparent}
.complex .tab-wrapper > div{float:$startSide}
.complex .tab-wrapper .btn{background-color:rgba(0,0,0,0.3);height:20px;line-height:20px;display:block;margin-$startSide:5px;padding:0 5px}
.complex .tab-wrapper .activeTab{background-color:$(menu.top.col)}
.FeaturedPost .post-summary{color:#FFF;background-color:$(keycolor);padding:10px;margin-top:1px}
.FeaturedPost .post-summary a{color:inherit}
.FeaturedPost .post-summary > h3{margin:0;font-size:120%;margin-bottom:10px}
.FeaturedPost .post-summary p{opacity:0.8}
.FeaturedPost .post-summary img{min-height:180px}
/*=====================================
= G. Comments
=====================================*/
.comments > h4,.related_posts > h4{margin:0 -15px 10px;font-size:18px;text-transform:uppercase;border-bottom:1px solid $(cont.border.color);padding:5px 15px 4px;border-top:1px solid $(cont.border.color)}
.comments-tabs .tab-content{background-color:transparent;border:0;box-shadow:none}
.comments-tabs .tab-wrapper{position:absolute;$endSide:0;top:-37px;padding:0}
.comments-tabs .tab-wrapper div{float:$startSide;margin-$startSide:5px}
.comments-tabs .tab-wrapper span{background-color:$(cont.postitle.color);padding:8px 5px}
.comments-tabs .tab-wrapper .activeTab{background-color:$(keycolor)}
.cm_block{padding:15px 0}
.cm_child{margin-$startSide:50px}
.cm_header{position:absolute;$startSide:0;width:50px;height:50px}
.cm_child .cm_header{width:40px;height:40px}
.cm_body{margin-$startSide:60px;border:1px solid $(cont.border.color);padding:5px 10px;margin-bottom:15px}
.cm_child .cm_body{margin-$startSide:50px}
.cm_avatar img{width:100%;height:100%}
.cm_service{position:absolute;$endSide:0;top:0}
.cm_date{font-size:11px}
.cm_service a{color:inherit}
.cm_body p{text-align:justify;font-size:14px;line-height:1.5em;margin:10px 0}
.cm_avatar{padding:3px;border:1px solid $(cont.border.color)}
a.comment-delete{margin-$startSide:5px}
a.cm_reply{font-size:10px;display:block;text-align:center;color:$(keycolor);margin-top:5px}
.emoWrap{overflow:hidden;margin-top:10px}
.emoWrap.active{display:block}
.emo-button{background-color:$(keycolor);color:#FFF;padding:2px 6px;margin-bottom:10px;display:inline-block}
.tab-facebook,.fb_iframe_widget_fluid span,.fb_iframe_widget iframe{width:100%!important}
.tab-facebook{min-height:175px}
.cm_body img,.cm_body iframe{max-width:100%}
.cm_body iframe{max-height:350px}
/*=====================================
= H. Sidebar Section
=====================================*/
.sidebar-area{position:static}
.sidebar .widget > h2,.posts-title,.tab-wrapper,.cst-contact-title,.footer .widget > h2{background-color:$(keycolor);color:#FFF;padding:0 10px}
.sidebar .widget > h2,.posts-title .h2,.cst-contact-title,.footer .widget > h2{margin:0;font-weight:400;font-size:16px;text-transform:uppercase;height:30px;line-height:30px;overflow:hidden;z-index:0}
.sidebar .widget > h2:after,.social-wrap a:after,.item-share a:after{content:"";width:0;height:30px;position:absolute;$endSide:0;top:0;background-color:rgba(0,0,0,0.25);z-index:-1;-webkit-transition:width 0.4s ease;-moz-transition:width 0.4s ease;-ms-transition:width 0.4s ease;-o-transition:width 0.4s ease;transition:width 0.4s ease}
.social-wrap a:after,.item-share a:after{height:100%}
.sidebar .widget:hover > h2:after,.social-wrap li:hover a:after,.item-share a:hover:after{width:100%}
.sidebar-right,.sidebar-left{position:absolute;top:0;height:100%}
.sidebar-right{$endSide:0}
.sidebar-left{$startSide:0;z-index:0}
.sidebar-right .wrap-inner,.sidebar-right .innerwrap{padding-$startSide:15px}
.sidebar-left > .wrap-inner{padding-$endSide:15px}
.content-wrapper .widget-content,.Blog,.src-result,.social-wrap,.tab-content,.hover-info,.featured4 .feat-wrapinner,.featured4 .feat-wrapitem:last-child .mythumb,.cst-contact-form-widget{background-color:$(cont.background.color);border:1px solid $(cont.border.color);border:1px solid rgba(0,0,0,0.1);-moz-box-shadow:1px 2px 3px rgba(0,0,0,0.03);-webkit-box-shadow:1px 2px 3px rgba(0,0,0,0.03);box-shadow:1px 2px 3px rgba(0,0,0,0.03)}
.tab-content .widget-content{border:0;background-color:transparent;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}
.sidebar-area .widget-content{font-size:14px}
.side-fixed{position:fixed!important}
.sideads-sec .widget{overflow:hidden}
.sideads-sec .sideads-content{margin-bottom:15px}
.sideads-content{text-align:center}
.sideads-content > *{margin:0 auto}
.sidebartabs{margin-top:15px}
.sidebartabs .tab-wrapper div{width:33.3333%;float:$startSide;text-align:center}
.sidebartabs .tab-wrapper{padding:5px}
.sidebartabs .tab-wrapper .btn{background-color:rgba(0,0,0,0.15);border-radius:2px;display:block;text-transform:uppercase;color:#FFF;font-size:12px;border:0;height:22px;line-height:22px;margin:0 2px}
.sidebartabs .tab-content{margin-bottom:15px!important}
.wrap-inner{margin-bottom:15px}
.left-post .sidebar-right,.right-side .sidebar-right,.right-post .sidebar-left,.left-side .sidebar-left{right:0;left:auto}
.left-post .sidebar-left,.right-side .sidebar-left,.right-post .sidebar-right,.left-side .sidebar-right{right:auto;left:0}
.left-post .sidebar-right .wrap-inner,.left-post .sidebar-right .innerwrap,.right-side .sidebar-right .wrap-inner,.right-side .sidebar-right .innerwrap,.right-post .sidebar-left .wrap-inner,.left-side .sidebar-left .wrap-inner{padding-left:15px;padding-right:0}
.left-post .sidebar-left .wrap-inner,.right-side .sidebar-left .wrap-inner,.right-post .sidebar-right .wrap-inner,.right-post .sidebar-right .innerwrap,.left-side .sidebar-right .wrap-inner,.left-side .sidebar-right .innerwrap{padding-right:15px;padding-left:0}
.full-post .main-wrapper{padding-left:0;padding-right:0}
.full-post .sidebar-left,.full-post .sidebar-right,.left-side .sidebar-left,.right-side .sidebar-left,.hide-adstitle .adstitle-breakline{display:none}
/*=====================================
= I. Blogger Widgets
=====================================*/
.PopularPosts .item-thumbnail{float:$startSide;margin:0;margin-$endSide:5px;border:1px solid $(cont.border.color);z-index:2;padding:3px;width:70px;height:70px;overflow:hidden}
.PopularPosts .item-thumbnail img{padding:0;width:100%;height:100%}
.PopularPosts .item-title{height:auto;margin-bottom:5px}
.PopularPosts .widget-content ul li{padding:0;margin-bottom:15px}
.PopularPosts .widget-content ul li:last-child{margin-bottom:0}
a.populars-img{height:100%;width:100%;display:block}
.item-snippet{font-size:90%}
.social-wrap a{color:#FFF;height:40px;line-height:40px;z-index:0}
.icon-counter{position:absolute;font-size:20px;height:24px;width:36px;text-align:center;margin-top:8px;line-height:24px;border-$endSide:1px solid rgba(0,0,0,0.1)}
.social-desc{padding-$startSide:45px;font-size:0;height:40px}
.social-desc *{font-size:14px}
.soc-count{float:$endSide;margin-$endSide:10px;font-weight:400}
.FBbox{padding:0;border:0!important;min-height:200px;overflow:hidden}
.FBbox > div,.FBbox .fb-page{width:100%;text-align:center}
.rcomment-item{border-$startSide:1px solid $(cont.border.color);padding-$startSide:10px;margin-$startSide:70px;padding-bottom:15px}
.rcomment-item:before{content:"";position:absolute;width:7px;height:7px;border-radius:2000px;background-color:$(cont.border.color);display:block;$startSide:-4px;top:8px}
a.rcomment-img{float:$startSide;margin-$endSide:5px;width:40px;height:40px;padding:3px;border:1px solid $(cont.border.color);overflow:hidden}
.rcomment-info{position:static}
a.rcomment-img img{width:100%;height:100%}
.rcomment-meta{position:absolute;$startSide:-70px;top:0;text-align:center;color:#FFF;background-color:$(keycolor)}
.rcomment-meta:before{content:"";width:0;height:0;border-width:5px 5px;border-style:solid;border-color:transparent;border-$startSide-color:$(keycolor);position:absolute;top:6px;$startSide:100%}
.com-date *{display:block}
.com-time{font-size:11px;background-color:$(cont.postitle.color);padding:2px 3px}
.com-date b{position:absolute;font-size:18px;$startSide:4px;top:1px}
.com-date div{padding:3px 4px;padding-$startSide:32px;font-size:10px;line-height:10px}
.rcadmin a.rcomment-img{border-color:$(keycolor)}
.rcomment-summary{font-size:12px;background-color:rgba(0,0,0,0.05);padding:8px;border-radius:2px}
.rcomment-summary img{width: 20px}
.recentcomment .widget-content{min-height:500px}
.contact-sec{position:fixed;z-index:999;top:50%;width:360px;margin-left:-180px;left:50%;height:400px;margin-top:-200px}
.cst-contact-form-widget input,.cst-contact-form-widget textarea{width:100%;border:1px solid $(cont.border.color);padding:5px;margin-bottom:15px}
.cst-contact-form-button{margin-bottom:0!important;color:#FFF}
a.contact-close{position:absolute;top:0;z-index:9;color:#FFF;$endSide:0;width:30px;height:30px;text-align:center;line-height:30px}
.gotop,.contact-button{position:fixed;$endSide:10px;z-index:99;bottom:10px;width:40px;height:40px;background-color:$(cont.postitle.color);text-align:center;color:#FFF;text-decoration:none;line-height:40px;border-radius:2px}
.contact-button{$endSide:60px}
.gotop:hover,.contact-button:hover{background-color:$(keycolor);color:#FFF}
.show-popup:before,.show-popup-res:before{content:"";left:0;top:0;position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,0.7);z-index:160}
.BlogArchive #ArchiveList ul.posts li{padding-$startSide:8px;text-indent:0;margin-bottom:6px;font-size:90%}
.apriezt-email-area{padding-$endSide:10px;max-width:300px}
.apriezt-by-email-submit{width:100%;color:#FFF;border-radius:2px;height:30px}
.apriezt-by-email-address{width:100%;padding:0 5px;height:30px;border-radius:2px;border:1px solid #CCCCCC;min-width:192px}
.apriezt-by-email-inner{margin-top:10px}
.cloud-label-widget-content{text-align:$startSide}
.cloud-label-widget-content .label-size{font-size:100%;color:#FFF;background-color:$(keycolor);display:inline-block;margin-$endSide:5px;margin-bottom:5px;padding:3px 5px}
.cloud-label-widget-content .label-size:hover{background-color:$(cont.postitle.color)}
.cloud-label-widget-content a{color:#FFF}
.list-label-widget-content{padding:10px 0}
.Label li{padding:6px 10px;border-bottom:1px solid $(cont.border.color)}
.Label li:last-child{border:0}
.dsq-widget-list,.apriezt-flickr{overflow:hidden}
.apriezt-flickr{margin:0 -2px}
.flickr_badge_image{width:25%;float:$startSide}
.flickr_badge_image a{padding:3px;border:1px solid $(cont.border.color);display:block;margin:0 1px 2px}
.flickr_badge_image img{width:100%;height:60px}
.dsq-widget-item > a{display:block;border:1px solid $(cont.border.color);padding:3px;float:$startSide;width:50px;height:50px;margin-$endSide:5px;overflow:hidden}
.dsq-widget-item img{width:100%;height:100%}
.dsq-widget-comment p{font-size:90%}
a.dsq-widget-user{font-weight:400}