appscms-tools-theme 1.3.5 → 1.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +50 -50
  4. data/_data/about/en/about.json +16 -16
  5. data/_data/blog/alertbar.yml +3 -3
  6. data/_data/blog/authors.yml +11 -11
  7. data/_data/blog/blog.yml +3 -3
  8. data/_data/blog/nav.json +13 -13
  9. data/_data/blog/share.yml +28 -28
  10. data/_data/contact/en/contact.json +38 -38
  11. data/_data/disclaimer/en/disclaimer.json +37 -37
  12. data/_data/download/en/download.json +35 -35
  13. data/_data/feature/en/compress-pdf.json +191 -191
  14. data/_data/feature/en/split-pdf.json +115 -115
  15. data/_data/feature/hi/compress-pdf.json +81 -81
  16. data/_data/fileinfo/en/fileinfo.json +14 -14
  17. data/_data/files/.gitignore +4 -4
  18. data/_data/files/en/3gp.json +144 -144
  19. data/_data/files/en/acc.json +25 -25
  20. data/_data/files/en/aff.json +65 -65
  21. data/_data/files/en/cr2.json +169 -169
  22. data/_data/files/en/dvd.json +25 -25
  23. data/_data/files/en/mov.json +146 -146
  24. data/_data/files/en/ogg.json +163 -163
  25. data/_data/files/en/vmv.json +47 -47
  26. data/_data/footer/en/data.json +72 -72
  27. data/_data/footer/hi/data.json +68 -68
  28. data/_data/footer/networksites.json +15 -15
  29. data/_data/header/en/data.json +135 -144
  30. data/_data/header/hi/data.json +144 -144
  31. data/_data/home/en/en.json +274 -270
  32. data/_data/home/hi/hi.json +86 -86
  33. data/_data/languagesupport/compress-pdf-langs.json +11 -11
  34. data/_data/languagesupport/index-langs.json +13 -13
  35. data/_data/privacy/en/privacyPolicy.json +265 -265
  36. data/_data/termAndCondition/en/termAndCondition.json +358 -358
  37. data/_includes/Rating/rating.html +91 -91
  38. data/_includes/Rating/structureddata.html +53 -53
  39. data/_includes/Usp/usp.html +84 -84
  40. data/_includes/adsense/adsense.html +7 -7
  41. data/_includes/author_bio.html +15 -15
  42. data/_includes/authors/authors.html +27 -27
  43. data/_includes/cssfile/links.html +13 -13
  44. data/_includes/custom-head.html +41 -41
  45. data/_includes/disqus_comments.html +10 -10
  46. data/_includes/dropdown/langdropdown.html +22 -22
  47. data/_includes/feature.html +35 -35
  48. data/_includes/fileformat/comparisonfiles.html +145 -145
  49. data/_includes/fileformat/fileformatdetail.html +99 -99
  50. data/_includes/fileformat/fileinfoformat.html +94 -91
  51. data/_includes/footer/index.html +179 -100
  52. data/_includes/google-analytics.html +22 -22
  53. data/_includes/head/index.html +159 -159
  54. data/_includes/header/blogHeader.html +28 -28
  55. data/_includes/header/index.html +92 -92
  56. data/_includes/nofiletransfer/nofiletransfer.html +38 -38
  57. data/_includes/paginationBlogPage.html +34 -34
  58. data/_includes/paginationPostPage.html +14 -14
  59. data/_includes/postauthorbio.html +17 -17
  60. data/_includes/postbox.html +29 -29
  61. data/_includes/script.html +15 -15
  62. data/_includes/section/alertbar.html +11 -11
  63. data/_includes/section/count.html +23 -23
  64. data/_includes/section/recent_posts.html +42 -42
  65. data/_includes/section/related_categories_post.html +158 -158
  66. data/_includes/share/socialshare.html +50 -50
  67. data/_layouts/aboutUs.html +22 -22
  68. data/_layouts/blog.html +66 -66
  69. data/_layouts/categories.html +25 -25
  70. data/_layouts/contactUs.html +22 -22
  71. data/_layouts/default.html +1 -1
  72. data/_layouts/disclaimer.html +35 -35
  73. data/_layouts/download.html +243 -243
  74. data/_layouts/feature.html +151 -151
  75. data/_layouts/fileInfo.html +37 -37
  76. data/_layouts/help.html +22 -22
  77. data/_layouts/home.html +161 -152
  78. data/_layouts/page.html +5 -5
  79. data/_layouts/post.html +134 -135
  80. data/_layouts/privacyPolicy.html +400 -400
  81. data/_layouts/termAndCondition.html +401 -401
  82. data/assets/cross.svg +4 -4
  83. data/assets/css/blog.css +491 -491
  84. data/assets/css/tools.css +1799 -1805
  85. data/assets/facebook.svg +4 -4
  86. data/assets/instagram.svg +4 -4
  87. data/assets/js/TopScroll.js +8 -8
  88. data/assets/js/googledrive.js +153 -153
  89. data/assets/js/manifest.json +16 -16
  90. data/assets/js/multiselect.js +155 -155
  91. data/assets/linkdin.svg +4 -4
  92. data/assets/pdf.svg +20 -20
  93. data/assets/secure.svg +43 -43
  94. data/assets/star.svg +4 -4
  95. data/assets/twitter.svg +4 -4
  96. data/assets/youtube.svg +4 -4
  97. metadata +7 -7
data/assets/css/blog.css CHANGED
@@ -1,491 +1,491 @@
1
- /**********************************************/
2
- /***************BLOG-CSS-STYLING *************/
3
-
4
- /********************************************/
5
-
6
- html {
7
- scroll-behavior: smooth;
8
- font-size: 62.5%;
9
- }
10
- body {
11
- font-family: 'Open Sans', sans-serif !important;
12
- }
13
- a {
14
- text-decoration: none !important;
15
- }
16
- img {
17
- width: 100%;
18
- }
19
-
20
- .section_post {
21
- margin-top: 100px;
22
- }
23
-
24
- /* logo styling */
25
- .logo {
26
- width: 50px;
27
- border-radius: 50%;
28
- }
29
-
30
- header {
31
- width: 100%;
32
- position: relative;
33
- }
34
- .navbar {
35
- width: 100%;
36
- padding: 1.2rem 9% !important;
37
- position: fixed;
38
- top: 0;
39
- left: 0;
40
- z-index: 999;
41
- }
42
- .navbar-nav {
43
- align-items: center;
44
- }
45
- .navbar-brand {
46
- font-size: 2.2rem;
47
- color: var(--txtColor) !important;
48
- font-weight: 900;
49
- }
50
- .navbar-brand-image {
51
- width: 80%;
52
- display: inline-block;
53
- max-width: 40px;
54
- }
55
- .navbar-dark .navbar-toggler {
56
- outline: none !important;
57
- }
58
- .navbar-nav .nav-item {
59
- padding: 0 10px;
60
- }
61
- .navbar-nav .nav-link:hover {
62
- color: var(--txtColor) !important;
63
- transition: all 0.2s linear;
64
- -webkit-transition: all 0.2s linear;
65
- -moz-transition: all 0.2s linear;
66
- }
67
- .nav-link {
68
- text-decoration: none !important;
69
- font-size: 16px;
70
- color: gray !important;
71
- }
72
- /* close */
73
-
74
- /* blogs-card title, content styling */
75
- .anchor_link {
76
- text-decoration: none !important;
77
- color: #343a40 !important;
78
- }
79
- .anchor_link:hover {
80
- transition: all 0.5s linear;
81
- color: #000 !important;
82
- }
83
- .anchor_link .card-title {
84
- font-weight: 600;
85
- font-size: 22px;
86
- line-height: 1.3;
87
- }
88
- .text_size {
89
- color: rgba(0, 0, 0, 0.44);
90
- font-size: 15px;
91
- line-height: 1.6;
92
- font-weight: 400;
93
- }
94
- /* close */
95
-
96
- /* Blog-card-footer styling */
97
- .card-footer {
98
- border: none;
99
- }
100
- .wrapfooter {
101
- display: flex;
102
- align-items: center;
103
- margin-bottom: 15px;
104
- }
105
- .wrapfooter img {
106
- width: 35px;
107
- height: 35px;
108
- border-radius: 50%;
109
- }
110
- .wrapfooter .author-meta {
111
- flex: 1 1 auto;
112
- padding: 0 15px;
113
- }
114
- .wrapfooter .author-meta a {
115
- font-size: 15px;
116
- color: #000;
117
- text-transform: capitalize;
118
- }
119
- .wrapfooter .span.post-read-more {
120
- align-items: center;
121
- display: inline-block;
122
- margin-top: 8px;
123
- }
124
- .post-date {
125
- color: rgba(0, 0, 0, 0.44);
126
- font-size: 13px;
127
- }
128
- /* close */
129
-
130
- /* BLOG-Categories stlying */
131
- .explore {
132
- color: #fff;
133
- margin-bottom: 100px;
134
- margin-top: 60px;
135
- width: 100%;
136
- background: repeating-linear-gradient(
137
- 45deg,
138
- rgb(27, 27, 27) 0px,
139
- rgb(27, 27, 27) 97px,
140
- rgb(24, 24, 24) 97px,
141
- rgb(24, 24, 24) 194px,
142
- rgb(20, 20, 20) 194px,
143
- rgb(20, 20, 20) 291px
144
- );
145
- height: 250px;
146
- align-items: center;
147
- display: flex;
148
- justify-content: space-around;
149
- }
150
- .explore ul {
151
- display: flex;
152
- list-style: none;
153
- flex-wrap: wrap;
154
- }
155
- .cat {
156
- display: inline-block;
157
- padding: 5px 10px;
158
- text-decoration: none !important;
159
- color: #000 !important;
160
- font-weight: 600;
161
- font-size: 12px;
162
- background: #fff;
163
- border-radius: 15px;
164
- margin: 0 15px;
165
- }
166
- /* close */
167
-
168
- /* BLOG-alertbar stlying */
169
- .alertbar {
170
- box-shadow: 0 -3px 10px 0 rgb(0 0 0 / 8%);
171
- position: fixed;
172
- bottom: 0;
173
- left: 0;
174
- background-color: #fff;
175
- width: 100%;
176
- padding: 14px 0;
177
- z-index: 1;
178
- }
179
- .alertbar form {
180
- display: inline-block;
181
- }
182
- .alertbar input[type='email'] {
183
- font-size: 0.85rem;
184
- padding: 3px 40px 3px 10px;
185
- border-top-left-radius: 3px;
186
- border-bottom-left-radius: 3px;
187
- border: 1px solid #ddd;
188
- border-right: 0;
189
- margin-right: -10px;
190
- height: 34px;
191
- letter-spacing: 0.5px;
192
- margin-left: 5px;
193
- outline: 0;
194
- }
195
- .alertbar input[type='submit'] {
196
- background-color: #1c9963;
197
- border: 1px solid #1c9963;
198
- color: #fff;
199
- fill: #fff;
200
- font-size: 12px;
201
- border-radius: 0;
202
- padding: 4px 10px;
203
- border-top-right-radius: 3px;
204
- border-bottom-right-radius: 3px;
205
- font-weight: 600;
206
- height: 34px;
207
- letter-spacing: 0.5px;
208
- cursor: pointer;
209
- }
210
- /* close */
211
-
212
- /* Blog-Pages-Pagination stlying*/
213
- .blog-pagination a,
214
- .blog-pagination span {
215
- padding: 7px 10px;
216
- margin-left: -2px;
217
- margin-right: -2px;
218
- background-color: #ffffff;
219
- display: inline-block;
220
- text-decoration: none;
221
- }
222
-
223
- .blog-pagination a:hover {
224
- background-color: #f1f1f1;
225
- color: #333;
226
- }
227
-
228
- .blog-pagination {
229
- text-align: center;
230
- font-size: 14px;
231
- }
232
-
233
- /* BLOG-Categories-PAGes styling */
234
- .section-title h2 {
235
- border-bottom: 1px solid rgba(0, 0, 0, 0.125);
236
- font-weight: 700;
237
- font-size: 1.5rem;
238
- margin-bottom: 27px;
239
- }
240
- .section-title span {
241
- border-bottom: 1px solid rgba(0, 0, 0, 0.44);
242
- display: inline-block;
243
- padding-bottom: 20px;
244
- margin-bottom: -1px;
245
- }
246
-
247
- /***************************************************************/
248
- /********************** post-layouts-styling *******************/
249
- /***************************************************************/
250
-
251
- /* left-sidebar-social-styling */
252
- .post-content {
253
- font-size: 20px;
254
- }
255
-
256
- /*.socialIons {
257
- position: sticky;
258
- top: 100px;
259
- }*/
260
-
261
- .socialIons > .item-lists2 {
262
- display: flex;
263
- flex-direction: row;
264
- width: 100%;
265
- }
266
- .socialIons > .item-lists2 > li:nth-child(1) {
267
- margin: 0;
268
- }
269
-
270
- .socialIons > .item-lists2 > li {
271
- list-style: none;
272
- padding: 8px 0px;
273
- margin: 0 auto;
274
- }
275
- .socialIons .item-lists2 li a {
276
- color: rgba(95, 21, 21, 0.44);
277
- fill: rgba(0, 0, 0, 0.44);
278
- font-size: 15px;
279
- cursor: pointer;
280
- text-decoration: none !important;
281
- }
282
- .socialIons > .item-lists2 > li i {
283
- font-size: 18px;
284
- color: rgba(0, 0, 0, 0.44);
285
- fill: rgba(0, 0, 0, 0.44);
286
- }
287
- .sep {
288
- height: 1px;
289
- width: 20px;
290
- background: #999;
291
- margin: 3px auto;
292
- }
293
- .comments-count {
294
- margin: 18px 25px;
295
- text-align: center;
296
- }
297
- .comment_count {
298
- font-size: 12px;
299
- color: rgba(95, 21, 21, 0.44) !important;
300
- fill: rgba(0, 0, 0, 0.44);
301
- text-decoration: none !important;
302
- }
303
- /* close */
304
-
305
- /* right-sidebar-styling-starts */
306
- /* author bio styling.. */
307
- .author_image .author-thumb {
308
- width: 60px;
309
- height: 60px;
310
- object-fit: cover;
311
- }
312
- .author-meta .postName {
313
- font-size: 18px !important;
314
- color: rgba(0, 0, 0, 0.8) !important;
315
- text-decoration: none !important;
316
- font-family: 'Merriweather', serif;
317
- }
318
- .btn_follow {
319
- margin-left: 5px;
320
- margin-bottom: 10px;
321
- border-color: #02b875;
322
- color: #1c9963 !important;
323
- padding: 3px 10px;
324
- text-align: center;
325
- border-radius: 999em;
326
- font-size: 1.5rem;
327
- display: inline-block;
328
- border: 1px solid;
329
- }
330
- .author_bio {
331
- font-family: 'Merriweather', serif;
332
- color: rgba(0, 0, 0, 0.44);
333
- font-size: 13px;
334
- line-height: 20px;
335
- }
336
- /* close */
337
-
338
- /* pagination-styling-postpages */
339
- .pointerup i.fa {
340
- color: #eaeaea;
341
- }
342
- .pointerup {
343
- margin-bottom: -9px;
344
- margin-left: 49%;
345
- font-size: 30px;
346
- }
347
- .bottompagination span.navigation {
348
- display: block;
349
- font-size: 0.93rem;
350
- padding: 15px 0 0 0;
351
- text-align: center;
352
- margin-bottom: 0rem;
353
- color: #999;
354
- border-top: 1px solid #ddd;
355
- }
356
- .pagination {
357
- display: -ms-flexbox;
358
- display: flex;
359
- padding-left: 0;
360
- list-style: none;
361
- border-radius: 0.25rem;
362
- display: block;
363
- color: green;
364
- font-size: 15px;
365
- margin-bottom: 30px;
366
- }
367
- .pageUrl {
368
- color: green;
369
- font-size: 12px;
370
- font-weight: 900;
371
- text-decoration: none;
372
- margin-right: 10px;
373
- }
374
- .pageUrl:hover {
375
- text-decoration: none;
376
- color: green;
377
- }
378
- .lunrsearchresult {
379
- font-size: 15px;
380
- }
381
- .lunrsearchresult .title {
382
- color: #d9230f;
383
- }
384
- .lunrsearchresult .url {
385
- color: silver;
386
- }
387
- .lunrsearchresult a {
388
- display: block;
389
- color: #777;
390
- }
391
-
392
- .lunrsearchresult:hover,
393
- .lunrsearchresult:focus {
394
- text-decoration: none;
395
- }
396
-
397
- .lunrsearchresult:hover .title {
398
- text-decoration: underline;
399
- }
400
-
401
- .close {
402
- float: right;
403
- font-size: 2rem;
404
- font-weight: 700;
405
- line-height: 1;
406
- color: #000;
407
- text-shadow: 0 1px 0 #fff;
408
- opacity: 0.5;
409
- border: none;
410
- background: transparent;
411
- }
412
- .close:focus {
413
- outline: none !important;
414
- }
415
-
416
- /* recent post heading stlye */
417
- .recent_post_heading {
418
- width: 100%;
419
- font-size: 46px;
420
- text-align: left;
421
- font-weight: 800;
422
- font-stretch: normal;
423
- font-style: normal;
424
- line-height: 1.24;
425
- letter-spacing: normal;
426
- color: rgb(17, 48, 78);
427
- margin-bottom: 45px;
428
- padding-top: 75px;
429
- display: inline-block;
430
- }
431
-
432
- @media (max-width: 768px) {
433
- .bd-search {
434
- padding: 10px 25px;
435
- }
436
- .socialIons > .item-lists2 {
437
- justify-content: center;
438
- }
439
- .socialIons > .item-lists2 {
440
- flex-direction: row;
441
- align-items: center;
442
- }
443
- .socialIons > .item-lists2 > li {
444
- padding-right: 30px;
445
- margin: 0;
446
- }
447
- }
448
-
449
- @media (max-width: 768px) {
450
- .navbar-nav {
451
- align-items: unset;
452
- }
453
- .nav-item {
454
- padding: 0 !important;
455
- }
456
-
457
- .sep {
458
- margin: 0;
459
- }
460
- .author-meta {
461
- padding-left: 15px;
462
- }
463
- .comments-count {
464
- margin: 18px 0;
465
- text-align: left;
466
- }
467
-
468
- .navbar {
469
- padding-left: 7% !important;
470
- padding-right: 7% !important;
471
- }
472
- .title,
473
- .description {
474
- width: 100% !important;
475
- text-align: center;
476
- }
477
- .angle-arrow {
478
- position: fixed;
479
- bottom: 4px;
480
- right: 32px;
481
- top: auto;
482
- z-index: 999;
483
- }
484
- .alertbar form {
485
- display: block;
486
- margin-top: 10px;
487
- }
488
- .small_description {
489
- font-size: 25px;
490
- }
491
- }
1
+ /**********************************************/
2
+ /***************BLOG-CSS-STYLING *************/
3
+
4
+ /********************************************/
5
+
6
+ html {
7
+ scroll-behavior: smooth;
8
+ font-size: 62.5%;
9
+ }
10
+ body {
11
+ font-family: 'Open Sans', sans-serif !important;
12
+ }
13
+ a {
14
+ text-decoration: none !important;
15
+ }
16
+ img {
17
+ width: 100%;
18
+ }
19
+
20
+ .section_post {
21
+ margin-top: 100px;
22
+ }
23
+
24
+ /* logo styling */
25
+ .logo {
26
+ width: 50px;
27
+ border-radius: 50%;
28
+ }
29
+
30
+ header {
31
+ width: 100%;
32
+ position: relative;
33
+ }
34
+ .navbar {
35
+ width: 100%;
36
+ padding: 1.2rem 9% !important;
37
+ position: fixed;
38
+ top: 0;
39
+ left: 0;
40
+ z-index: 999;
41
+ }
42
+ .navbar-nav {
43
+ align-items: center;
44
+ }
45
+ .navbar-brand {
46
+ font-size: 2.2rem;
47
+ color: var(--txtColor) !important;
48
+ font-weight: 900;
49
+ }
50
+ .navbar-brand-image {
51
+ width: 80%;
52
+ display: inline-block;
53
+ max-width: 40px;
54
+ }
55
+ .navbar-dark .navbar-toggler {
56
+ outline: none !important;
57
+ }
58
+ .navbar-nav .nav-item {
59
+ padding: 0 10px;
60
+ }
61
+ .navbar-nav .nav-link:hover {
62
+ color: var(--txtColor) !important;
63
+ transition: all 0.2s linear;
64
+ -webkit-transition: all 0.2s linear;
65
+ -moz-transition: all 0.2s linear;
66
+ }
67
+ .nav-link {
68
+ text-decoration: none !important;
69
+ font-size: 16px;
70
+ color: gray !important;
71
+ }
72
+ /* close */
73
+
74
+ /* blogs-card title, content styling */
75
+ .anchor_link {
76
+ text-decoration: none !important;
77
+ color: #343a40 !important;
78
+ }
79
+ .anchor_link:hover {
80
+ transition: all 0.5s linear;
81
+ color: #000 !important;
82
+ }
83
+ .anchor_link .card-title {
84
+ font-weight: 600;
85
+ font-size: 22px;
86
+ line-height: 1.3;
87
+ }
88
+ .text_size {
89
+ color: rgba(0, 0, 0, 0.44);
90
+ font-size: 15px;
91
+ line-height: 1.6;
92
+ font-weight: 400;
93
+ }
94
+ /* close */
95
+
96
+ /* Blog-card-footer styling */
97
+ .card-footer {
98
+ border: none;
99
+ }
100
+ .wrapfooter {
101
+ display: flex;
102
+ align-items: center;
103
+ margin-bottom: 15px;
104
+ }
105
+ .wrapfooter img {
106
+ width: 35px;
107
+ height: 35px;
108
+ border-radius: 50%;
109
+ }
110
+ .wrapfooter .author-meta {
111
+ flex: 1 1 auto;
112
+ padding: 0 15px;
113
+ }
114
+ .wrapfooter .author-meta a {
115
+ font-size: 15px;
116
+ color: #000;
117
+ text-transform: capitalize;
118
+ }
119
+ .wrapfooter .span.post-read-more {
120
+ align-items: center;
121
+ display: inline-block;
122
+ margin-top: 8px;
123
+ }
124
+ .post-date {
125
+ color: rgba(0, 0, 0, 0.44);
126
+ font-size: 13px;
127
+ }
128
+ /* close */
129
+
130
+ /* BLOG-Categories stlying */
131
+ .explore {
132
+ color: #fff;
133
+ margin-bottom: 100px;
134
+ margin-top: 60px;
135
+ width: 100%;
136
+ background: repeating-linear-gradient(
137
+ 45deg,
138
+ rgb(27, 27, 27) 0px,
139
+ rgb(27, 27, 27) 97px,
140
+ rgb(24, 24, 24) 97px,
141
+ rgb(24, 24, 24) 194px,
142
+ rgb(20, 20, 20) 194px,
143
+ rgb(20, 20, 20) 291px
144
+ );
145
+ height: 250px;
146
+ align-items: center;
147
+ display: flex;
148
+ justify-content: space-around;
149
+ }
150
+ .explore ul {
151
+ display: flex;
152
+ list-style: none;
153
+ flex-wrap: wrap;
154
+ }
155
+ .cat {
156
+ display: inline-block;
157
+ padding: 5px 10px;
158
+ text-decoration: none !important;
159
+ color: #000 !important;
160
+ font-weight: 600;
161
+ font-size: 12px;
162
+ background: #fff;
163
+ border-radius: 15px;
164
+ margin: 0 15px;
165
+ }
166
+ /* close */
167
+
168
+ /* BLOG-alertbar stlying */
169
+ .alertbar {
170
+ box-shadow: 0 -3px 10px 0 rgb(0 0 0 / 8%);
171
+ position: fixed;
172
+ bottom: 0;
173
+ left: 0;
174
+ background-color: #fff;
175
+ width: 100%;
176
+ padding: 14px 0;
177
+ z-index: 1;
178
+ }
179
+ .alertbar form {
180
+ display: inline-block;
181
+ }
182
+ .alertbar input[type='email'] {
183
+ font-size: 0.85rem;
184
+ padding: 3px 40px 3px 10px;
185
+ border-top-left-radius: 3px;
186
+ border-bottom-left-radius: 3px;
187
+ border: 1px solid #ddd;
188
+ border-right: 0;
189
+ margin-right: -10px;
190
+ height: 34px;
191
+ letter-spacing: 0.5px;
192
+ margin-left: 5px;
193
+ outline: 0;
194
+ }
195
+ .alertbar input[type='submit'] {
196
+ background-color: #1c9963;
197
+ border: 1px solid #1c9963;
198
+ color: #fff;
199
+ fill: #fff;
200
+ font-size: 12px;
201
+ border-radius: 0;
202
+ padding: 4px 10px;
203
+ border-top-right-radius: 3px;
204
+ border-bottom-right-radius: 3px;
205
+ font-weight: 600;
206
+ height: 34px;
207
+ letter-spacing: 0.5px;
208
+ cursor: pointer;
209
+ }
210
+ /* close */
211
+
212
+ /* Blog-Pages-Pagination stlying*/
213
+ .blog-pagination a,
214
+ .blog-pagination span {
215
+ padding: 7px 10px;
216
+ margin-left: -2px;
217
+ margin-right: -2px;
218
+ background-color: #ffffff;
219
+ display: inline-block;
220
+ text-decoration: none;
221
+ }
222
+
223
+ .blog-pagination a:hover {
224
+ background-color: #f1f1f1;
225
+ color: #333;
226
+ }
227
+
228
+ .blog-pagination {
229
+ text-align: center;
230
+ font-size: 14px;
231
+ }
232
+
233
+ /* BLOG-Categories-PAGes styling */
234
+ .section-title h2 {
235
+ border-bottom: 1px solid rgba(0, 0, 0, 0.125);
236
+ font-weight: 700;
237
+ font-size: 1.5rem;
238
+ margin-bottom: 27px;
239
+ }
240
+ .section-title span {
241
+ border-bottom: 1px solid rgba(0, 0, 0, 0.44);
242
+ display: inline-block;
243
+ padding-bottom: 20px;
244
+ margin-bottom: -1px;
245
+ }
246
+
247
+ /***************************************************************/
248
+ /********************** post-layouts-styling *******************/
249
+ /***************************************************************/
250
+
251
+ /* left-sidebar-social-styling */
252
+ .post-content {
253
+ font-size: 20px;
254
+ }
255
+
256
+ /*.socialIons {
257
+ position: sticky;
258
+ top: 100px;
259
+ }*/
260
+
261
+ .socialIons > .item-lists2 {
262
+ display: flex;
263
+ flex-direction: row;
264
+ width: 100%;
265
+ }
266
+ .socialIons > .item-lists2 > li:nth-child(1) {
267
+ margin: 0;
268
+ }
269
+
270
+ .socialIons > .item-lists2 > li {
271
+ list-style: none;
272
+ padding: 8px 0px;
273
+ margin: 0 auto;
274
+ }
275
+ .socialIons .item-lists2 li a {
276
+ color: rgba(95, 21, 21, 0.44);
277
+ fill: rgba(0, 0, 0, 0.44);
278
+ font-size: 15px;
279
+ cursor: pointer;
280
+ text-decoration: none !important;
281
+ }
282
+ .socialIons > .item-lists2 > li i {
283
+ font-size: 18px;
284
+ color: rgba(0, 0, 0, 0.44);
285
+ fill: rgba(0, 0, 0, 0.44);
286
+ }
287
+ .sep {
288
+ height: 1px;
289
+ width: 20px;
290
+ background: #999;
291
+ margin: 3px auto;
292
+ }
293
+ .comments-count {
294
+ margin: 18px 25px;
295
+ text-align: center;
296
+ }
297
+ .comment_count {
298
+ font-size: 12px;
299
+ color: rgba(95, 21, 21, 0.44) !important;
300
+ fill: rgba(0, 0, 0, 0.44);
301
+ text-decoration: none !important;
302
+ }
303
+ /* close */
304
+
305
+ /* right-sidebar-styling-starts */
306
+ /* author bio styling.. */
307
+ .author_image .author-thumb {
308
+ width: 60px;
309
+ height: 60px;
310
+ object-fit: cover;
311
+ }
312
+ .author-meta .postName {
313
+ font-size: 18px !important;
314
+ color: rgba(0, 0, 0, 0.8) !important;
315
+ text-decoration: none !important;
316
+ font-family: 'Merriweather', serif;
317
+ }
318
+ .btn_follow {
319
+ margin-left: 5px;
320
+ margin-bottom: 10px;
321
+ border-color: #02b875;
322
+ color: #1c9963 !important;
323
+ padding: 3px 10px;
324
+ text-align: center;
325
+ border-radius: 999em;
326
+ font-size: 1.5rem;
327
+ display: inline-block;
328
+ border: 1px solid;
329
+ }
330
+ .author_bio {
331
+ font-family: 'Merriweather', serif;
332
+ color: rgba(0, 0, 0, 0.44);
333
+ font-size: 13px;
334
+ line-height: 20px;
335
+ }
336
+ /* close */
337
+
338
+ /* pagination-styling-postpages */
339
+ .pointerup i.fa {
340
+ color: #eaeaea;
341
+ }
342
+ .pointerup {
343
+ margin-bottom: -9px;
344
+ margin-left: 49%;
345
+ font-size: 30px;
346
+ }
347
+ .bottompagination span.navigation {
348
+ display: block;
349
+ font-size: 0.93rem;
350
+ padding: 15px 0 0 0;
351
+ text-align: center;
352
+ margin-bottom: 0rem;
353
+ color: #999;
354
+ border-top: 1px solid #ddd;
355
+ }
356
+ .pagination {
357
+ display: -ms-flexbox;
358
+ display: flex;
359
+ padding-left: 0;
360
+ list-style: none;
361
+ border-radius: 0.25rem;
362
+ display: block;
363
+ color: green;
364
+ font-size: 15px;
365
+ margin-bottom: 30px;
366
+ }
367
+ .pageUrl {
368
+ color: green;
369
+ font-size: 12px;
370
+ font-weight: 900;
371
+ text-decoration: none;
372
+ margin-right: 10px;
373
+ }
374
+ .pageUrl:hover {
375
+ text-decoration: none;
376
+ color: green;
377
+ }
378
+ .lunrsearchresult {
379
+ font-size: 15px;
380
+ }
381
+ .lunrsearchresult .title {
382
+ color: #d9230f;
383
+ }
384
+ .lunrsearchresult .url {
385
+ color: silver;
386
+ }
387
+ .lunrsearchresult a {
388
+ display: block;
389
+ color: #777;
390
+ }
391
+
392
+ .lunrsearchresult:hover,
393
+ .lunrsearchresult:focus {
394
+ text-decoration: none;
395
+ }
396
+
397
+ .lunrsearchresult:hover .title {
398
+ text-decoration: underline;
399
+ }
400
+
401
+ .close {
402
+ float: right;
403
+ font-size: 2rem;
404
+ font-weight: 700;
405
+ line-height: 1;
406
+ color: #000;
407
+ text-shadow: 0 1px 0 #fff;
408
+ opacity: 0.5;
409
+ border: none;
410
+ background: transparent;
411
+ }
412
+ .close:focus {
413
+ outline: none !important;
414
+ }
415
+
416
+ /* recent post heading stlye */
417
+ .recent_post_heading {
418
+ width: 100%;
419
+ font-size: 46px;
420
+ text-align: left;
421
+ font-weight: 800;
422
+ font-stretch: normal;
423
+ font-style: normal;
424
+ line-height: 1.24;
425
+ letter-spacing: normal;
426
+ color: rgb(17, 48, 78);
427
+ margin-bottom: 45px;
428
+ padding-top: 75px;
429
+ display: inline-block;
430
+ }
431
+
432
+ @media (max-width: 768px) {
433
+ .bd-search {
434
+ padding: 10px 25px;
435
+ }
436
+ .socialIons > .item-lists2 {
437
+ justify-content: center;
438
+ }
439
+ .socialIons > .item-lists2 {
440
+ flex-direction: row;
441
+ align-items: center;
442
+ }
443
+ .socialIons > .item-lists2 > li {
444
+ padding-right: 30px;
445
+ margin: 0;
446
+ }
447
+ }
448
+
449
+ @media (max-width: 768px) {
450
+ .navbar-nav {
451
+ align-items: unset;
452
+ }
453
+ .nav-item {
454
+ padding: 0 !important;
455
+ }
456
+
457
+ .sep {
458
+ margin: 0;
459
+ }
460
+ .author-meta {
461
+ padding-left: 15px;
462
+ }
463
+ .comments-count {
464
+ margin: 18px 0;
465
+ text-align: left;
466
+ }
467
+
468
+ .navbar {
469
+ padding-left: 7% !important;
470
+ padding-right: 7% !important;
471
+ }
472
+ .title,
473
+ .description {
474
+ width: 100% !important;
475
+ text-align: center;
476
+ }
477
+ .angle-arrow {
478
+ position: fixed;
479
+ bottom: 4px;
480
+ right: 32px;
481
+ top: auto;
482
+ z-index: 999;
483
+ }
484
+ .alertbar form {
485
+ display: block;
486
+ margin-top: 10px;
487
+ }
488
+ .small_description {
489
+ font-size: 25px;
490
+ }
491
+ }