scrolltojs-rails 0.0.5 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/lib/scrolltojs/rails/version.rb +1 -1
  3. data/vendor/assets/javascripts/{con_theme.js → landing.js} +0 -0
  4. data/vendor/assets/javascripts/third_landing_page/common.js +468 -0
  5. data/vendor/assets/javascripts/third_landing_page/jwplayer.flash.swf +0 -0
  6. data/vendor/assets/javascripts/third_landing_page/jwplayer.html5.js +258 -0
  7. data/vendor/assets/javascripts/third_landing_page/jwplayer.js +138 -0
  8. data/vendor/assets/javascripts/third_landing_page/main.js +669 -0
  9. data/vendor/assets/javascripts/third_landing_page/owl.carousel.min.js +47 -0
  10. data/vendor/assets/javascripts/third_landing_page/vendor/bootstrap.min.js +7 -0
  11. data/vendor/assets/javascripts/third_landing_page/vendor/detectmobilebrowser.js +7 -0
  12. data/vendor/assets/javascripts/third_landing_page/vendor/gmaps.js +2149 -0
  13. data/vendor/assets/javascripts/third_landing_page/vendor/html5shiv.js +301 -0
  14. data/vendor/assets/javascripts/third_landing_page/vendor/isotope.pkgd.min.js +8 -0
  15. data/vendor/assets/javascripts/third_landing_page/vendor/jquery-1.10.2.min.js +6 -0
  16. data/vendor/assets/javascripts/third_landing_page/vendor/jquery.ajaxchimp.min.js +1 -0
  17. data/vendor/assets/javascripts/third_landing_page/vendor/jquery.counterup.min.js +8 -0
  18. data/vendor/assets/javascripts/third_landing_page/vendor/jquery.easing.1.3.js +205 -0
  19. data/vendor/assets/javascripts/third_landing_page/vendor/jquery.fitvids.js +83 -0
  20. data/vendor/assets/javascripts/third_landing_page/vendor/jquery.nicescroll.min.js +114 -0
  21. data/vendor/assets/javascripts/third_landing_page/vendor/jquery.stellar.js +660 -0
  22. data/vendor/assets/javascripts/third_landing_page/vendor/jquery.timeago.js +214 -0
  23. data/vendor/assets/javascripts/third_landing_page/vendor/jquery.tubular.1.0.js +148 -0
  24. data/vendor/assets/javascripts/third_landing_page/vendor/matchMedia.js +46 -0
  25. data/vendor/assets/javascripts/third_landing_page/vendor/materialize.min.js +10 -0
  26. data/vendor/assets/javascripts/third_landing_page/vendor/owl.carousel.min.js +47 -0
  27. data/vendor/assets/javascripts/third_landing_page/vendor/tweetie.js +142 -0
  28. data/vendor/assets/javascripts/third_landing_page/vendor/waypoints.js +8 -0
  29. data/vendor/assets/javascripts/third_landing_page/vendor/wow.min.js +2 -0
  30. data/vendor/assets/stylesheets/third_landing_page/animate.min.css +6 -0
  31. data/vendor/assets/stylesheets/third_landing_page/blog-single.css +657 -0
  32. data/vendor/assets/stylesheets/third_landing_page/blog.css +168 -0
  33. data/vendor/assets/stylesheets/third_landing_page/bootstrap.min.css +10 -0
  34. data/vendor/assets/stylesheets/third_landing_page/colors/color1.css +164 -0
  35. data/vendor/assets/stylesheets/third_landing_page/colors/color2.css +164 -0
  36. data/vendor/assets/stylesheets/third_landing_page/colors/color3.css +164 -0
  37. data/vendor/assets/stylesheets/third_landing_page/colors/color4.css +164 -0
  38. data/vendor/assets/stylesheets/third_landing_page/colors/color5.css +164 -0
  39. data/vendor/assets/stylesheets/third_landing_page/colors/color6.css +164 -0
  40. data/vendor/assets/stylesheets/third_landing_page/colors/color7.css +164 -0
  41. data/vendor/assets/stylesheets/third_landing_page/colors/color8.css +164 -0
  42. data/vendor/assets/stylesheets/third_landing_page/ionicons.min.css +11 -0
  43. data/vendor/assets/stylesheets/third_landing_page/main.css +2500 -0
  44. data/vendor/assets/stylesheets/third_landing_page/owl.carousel.css +71 -0
  45. data/vendor/assets/stylesheets/third_landing_page/owl.theme.css +79 -0
  46. data/vendor/assets/stylesheets/third_landing_page/owl.transitions.css +163 -0
  47. data/vendor/assets/stylesheets/third_landing_page/responsive.css +856 -0
  48. metadata +47 -8
  49. data/vendor/assets/javascripts/con_theme/_con.min.js +0 -11
  50. data/vendor/assets/javascripts/con_theme/materialize.min.js +0 -10
  51. data/vendor/assets/javascripts/con_theme/nanoscroller.min.js +0 -16
  52. data/vendor/assets/javascripts/con_theme/requestAnimationFrame.min.js +0 -4
  53. data/vendor/assets/javascripts/con_theme/sortable.min.js +0 -2
@@ -0,0 +1,856 @@
1
+ /* ===================================================
2
+ Apppick Media Queries
3
+
4
+ TOC :
5
+ 1. screen height less than 900px ( laptop / lablet/ mobile Screen )
6
+ 2. screen width less than 1200px ( large Screen )
7
+ 3. screen width less than 1200px and more then 767px ( Only Medium Screen / Tablets )
8
+ 4. screen width less than 992px ( Medium Screen / Tablets )
9
+ 5. screen width less than 768px ( Mobile wide/Smaller Tablets )
10
+ 6. screen width less than 601px ( Medium Screen Mobile )
11
+ 7. screen width less than 501px ( Small Screen Mobile )
12
+ 8. screen width less than 371px ( Extra Small Screen Mobile )
13
+
14
+ ====================================================== */
15
+
16
+
17
+ /* screen height less than 900px
18
+ ------------------------------- */
19
+ @media (max-height: 900px) {
20
+
21
+ .banner .content {
22
+ padding-top: 70px;
23
+ }
24
+
25
+ }
26
+
27
+
28
+ /* screen width less than 1200px
29
+ ------------------------------- */
30
+ @media (max-width: 1199px) {
31
+ .s-feature-w {
32
+ margin: 0px 0px 40px;
33
+ }
34
+
35
+ .thumb-area img:nth-child(1) {
36
+ left: 30px;
37
+ }
38
+
39
+ .thumb-area img:nth-child(2) {
40
+ right: 50px;
41
+ }
42
+
43
+ .why-slider {
44
+ width: 456px;
45
+ }
46
+
47
+ .statistics-01 .section-space {
48
+ padding: 90px 0px 36px;
49
+ }
50
+
51
+ .banner .heading {
52
+ font-size: 43px;
53
+ }
54
+
55
+ .blog-banner-area .section-space {
56
+ padding: 60px 0px 55px;
57
+ }
58
+ }
59
+
60
+
61
+
62
+ /* screen width less than 1200px and more then 767px
63
+ ------------------------------- */
64
+ @media (min-width : 768px) and (max-width: 1199px) {
65
+ .header-big-screen .menu li {
66
+ margin-right: 4px;
67
+ }
68
+
69
+ .image-area img {
70
+ max-width: 135%;
71
+ }
72
+
73
+ .screenshoot-area .mobile-bg {
74
+ top: -40px;
75
+ margin-left: -102px;
76
+ }
77
+ .screenshoot-area .mobile-bg img {
78
+ width: 187px;
79
+ }
80
+ }
81
+
82
+
83
+ /* screen width less than 992px
84
+ ------------------------------ */
85
+ @media (max-width: 991px) {
86
+ body, html {
87
+ font-size: 13px;
88
+ }
89
+
90
+ .th-btn-medium {
91
+ padding: 13px 20px 12px;
92
+ font-size: 13px;
93
+ }
94
+
95
+ .section-space {
96
+ padding: 94px 0px;
97
+ }
98
+
99
+ .section-space-top {
100
+ padding-top: 105px;
101
+ }
102
+
103
+ .blog-banner-area {
104
+ margin-top: 70px;
105
+ }
106
+
107
+ .feature-lists-style-three .feature-list {
108
+ padding: padding: 45px 20px 45px;
109
+ }
110
+
111
+ .section-space-bottom,
112
+ .blog-section,
113
+ .section-space-bottom,
114
+ .amazing-feature.section-space,
115
+ .video-section.section-space {
116
+ padding-bottom: 105px;
117
+ }
118
+
119
+ .main-header {
120
+ height: auto !important;
121
+ -webkit-transition: background .5s;
122
+ transition: background .5s;
123
+ }
124
+
125
+ .main-header.mobileBG {
126
+ height: 100% !important;
127
+ }
128
+
129
+ .menu {
130
+ width: 100%;
131
+ }
132
+ .menu li .sub-menu {
133
+ transition: none;
134
+ }
135
+
136
+ .image-area img {
137
+ max-width: 180%;
138
+ }
139
+
140
+ .banner {
141
+ padding-top: 150px;
142
+ }
143
+
144
+ .banner .content {
145
+ padding-top: 0px;
146
+ margin-bottom: 75px;
147
+ }
148
+
149
+ .banner-feature-list {
150
+ width: 17%;
151
+ min-width: 150px;
152
+ }
153
+
154
+
155
+ .app-brief-article .section-title {
156
+ margin-bottom: 30px;
157
+ }
158
+ .app-brief-article p {
159
+ margin-bottom: 20px;
160
+ }
161
+
162
+ .thumb-area img:nth-child(1) {
163
+ left: 0px;
164
+ }
165
+
166
+ .thumb-area img:nth-child(2) {
167
+ right: 30px;
168
+ }
169
+
170
+ .why-slider {
171
+ width: 345px;
172
+ }
173
+ .statistics .section-space {
174
+ padding: 100px 0px;
175
+ }
176
+
177
+ .statistics-01 .section-space {
178
+ padding: 80px 0px 26px;
179
+ }
180
+ .statistics-01 .top {
181
+ margin-bottom: 10px;
182
+ }
183
+ .statistics-01 i {
184
+ font-size: 40px;
185
+ margin-right: 12px;
186
+ }
187
+ .statistics-01 .number {
188
+ font-size: 30px;
189
+ }
190
+ .statistics-01 .text {
191
+ font-size: 15px;
192
+ }
193
+
194
+ .statistic-area {
195
+ margin: 0px 10px;
196
+ }
197
+
198
+
199
+
200
+ .pricing-table-style-one .pricing-container .p-t-header .pricing-title {
201
+ font-size: 30px;
202
+ }
203
+
204
+ .pricing-table-style-one .best-tag {
205
+ height: 40px;
206
+ padding: 12px 5px;
207
+ }
208
+
209
+ .pricing-table-style-one .pricing-container > * {
210
+ padding: 0px 20px;
211
+ }
212
+
213
+ .pricing-table-style-one .pricing-container .p-t-header {
214
+ padding-top: 45px;
215
+ margin-bottom: 20px;
216
+ }
217
+
218
+ .pricing-table-style-one .pricing-container .p-t-body {
219
+ margin-bottom: 25px;
220
+ }
221
+
222
+ .pricing-table-style-one .pricing-container .p-t-body ul li {
223
+ margin-bottom: 15px;
224
+ }
225
+
226
+ .pricing-table-style-one .pricing-container .p-t-footer {
227
+ padding-bottom: 35px;
228
+ }
229
+
230
+ .pricing-table-style-one .pricing-container .p-t-footer .price {
231
+ font-size: 30px;
232
+ }
233
+
234
+ .pricing-table-style-one .pricing-container .p-t-footer .price .currency {
235
+ font-size: 19px;
236
+ }
237
+
238
+
239
+
240
+
241
+
242
+ .screenshoot-area .mobile-bg {
243
+ top: -49px;
244
+ margin-left: -123px;
245
+ }
246
+
247
+ .screenshoot-area .mobile-bg img {
248
+ width: 229px;
249
+ }
250
+
251
+ .single-testimonial blockquote .blockquote-text {
252
+ font-size: 16px;
253
+ }
254
+ .single-testimonial blockquote cite {
255
+ font-size: 14px;
256
+ }
257
+
258
+
259
+ .video-section .section-head {
260
+ margin-bottom: 70px;
261
+ }
262
+
263
+
264
+ .offer-content .offer-abs-bg .big-font {
265
+ font-size: 200px;
266
+ }
267
+
268
+ .offer-content p:last-of-type {
269
+ margin-bottom: 20px;
270
+ }
271
+
272
+
273
+ .download-buttons a {
274
+ padding: 20px 32px;
275
+ }
276
+
277
+
278
+
279
+ .single-team-wrap {
280
+ padding: 0px 0px 130px;
281
+ }
282
+
283
+ .single-team .team-member-info {
284
+ padding-top: 15px;
285
+ }
286
+
287
+ .single-team .info-area-top {
288
+ margin-bottom: 5px;
289
+ }
290
+
291
+ .social li a {
292
+ width: 32px;
293
+ height: 32px;
294
+ line-height: 30px;
295
+ font-size: 13px;
296
+ }
297
+
298
+ .single-team .team-member-info {
299
+ padding-top: 20px;
300
+ }
301
+
302
+ .single-team .info-area-top {
303
+ margin-bottom: 10px;
304
+ }
305
+
306
+ .single-team .team-member-img img {
307
+ -webkit-filter: grayscale(0%);
308
+ -moz-filter: grayscale(0%);
309
+ -o-filter: grayscale(0%);
310
+ -ms-filter: grayscale(0%);
311
+ filter: grayscale(0%);
312
+ }
313
+
314
+ .team-member.section-space {
315
+ padding-bottom: 81px;
316
+ }
317
+
318
+ .team-theme-01 .single-team .info-area-top,
319
+ .team-theme-01:hover .single-team .info-area-bottom,
320
+ .team-theme-01 .single-team .info-area-bottom {
321
+ -webkit-transform: translateY(0px);
322
+ -ms-transform: translateY(0px);
323
+ transform: translateY(0px);
324
+ }
325
+
326
+ .team-theme-01 .single-team .info-area-bottom .t-m-name {
327
+ font-size: 18px;
328
+ margin-bottom: 0px;
329
+ }
330
+
331
+ .team-theme-01 .single-team .info-area-bottom .t-m-designation {
332
+ font-size: 13px;
333
+ }
334
+
335
+
336
+
337
+ .single-blog-post.theme01 {
338
+ padding: 15px;
339
+ }
340
+
341
+ .blog-post-thumb-container .blog-post-thumbnail {
342
+ -webkit-filter: grayscale(0%);
343
+ -moz-filter: grayscale(0%);
344
+ -o-filter: grayscale(0%);
345
+ -ms-filter: grayscale(0%);
346
+ filter: grayscale(0%);
347
+ }
348
+
349
+ .single-blog-post-meta a .top {
350
+ font-size: 30px;
351
+ }
352
+ }
353
+
354
+
355
+ /* screen width less than 768px
356
+ ------------------------------ */
357
+ @media (max-width : 767px) {
358
+
359
+ .container {
360
+ padding-left: 30px;
361
+ padding-right: 30px;
362
+ width: 100% !important;
363
+ }
364
+
365
+ .banner .banner-content {
366
+ margin-top: 10%;
367
+ margin-bottom: 19%;
368
+ }
369
+
370
+ .banner .heading {
371
+ font-size: 35px;
372
+ }
373
+
374
+ .banner .sub-heading {
375
+ font-size: 15px;
376
+ }
377
+
378
+ .banner-feature-list {
379
+ width: 27%;
380
+ min-width: 160px;
381
+ }
382
+
383
+ .loader {
384
+ font-size: 70px;
385
+ margin-top: -35px;
386
+ margin-left: -35px;
387
+ }
388
+
389
+ .why-section-col {
390
+ display: block;
391
+ max-width: 100% !important;
392
+ }
393
+
394
+ .app-reasion-lists li.active a .left {
395
+ background: #fff;
396
+ border-color: #eeeeee;
397
+ }
398
+
399
+ .feature-lists-one {
400
+ padding-left: 15px;
401
+ }
402
+
403
+ .feature-lists-two {
404
+ padding-right: 15px;
405
+ }
406
+
407
+
408
+ .statistic-area {
409
+ margin: 0px;
410
+ }
411
+
412
+ .statistics-01 .section-space {
413
+ padding: 80px 0px 26px;
414
+ }
415
+
416
+
417
+
418
+ .content {
419
+ margin-bottom: 50px;
420
+ }
421
+
422
+ .thumb-area {
423
+ height: 275px;
424
+ margin-top: 0;
425
+ }
426
+
427
+ .thumb-area img {
428
+ max-width: 250px;
429
+ max-height: 100%;
430
+ }
431
+
432
+ .thumb-area img:nth-child(1) {
433
+ left: 0;
434
+ }
435
+
436
+ .thumb-area img:nth-child(2) {
437
+ left: 105px;
438
+ max-width: 120px;
439
+ top: 14px;
440
+ }
441
+
442
+ .screenshoot-slider .owl-item.left,
443
+ .screenshoot-slider .owl-item.center,
444
+ .screenshoot-slider .owl-item.right {
445
+ padding: 0px !important;
446
+ text-align: center !important;
447
+ }
448
+
449
+ .screenshoot-slider .single-screenshoot {
450
+ padding: 0px;
451
+ }
452
+
453
+ .screenshoot-slider .owl-wrapper-outer {
454
+ margin-bottom: 0px;
455
+ }
456
+
457
+ .screenshoot-arrow {
458
+ margin-top: -20px;
459
+ }
460
+
461
+ .screenshoot-slider .owl-controls {
462
+ display: none !important;
463
+ }
464
+
465
+
466
+
467
+ .single-pricing-table {
468
+ margin: 0px auto 30px;
469
+ width: 60%;
470
+ min-width: 260px;
471
+ max-width: 100%;
472
+ }
473
+
474
+
475
+
476
+ .single-testimonial .tes-thumbnail-outer {
477
+ width: 170px;
478
+ height: 170px;
479
+ }
480
+
481
+ .single-testimonial .thumb-icon-area {
482
+ top: 20px;
483
+ right: -3px;
484
+ width: 42px;
485
+ height: 42px;
486
+ line-height: 42px;
487
+ font-size: 16px;
488
+ }
489
+
490
+
491
+
492
+ .offer-content-wrapper {
493
+ min-height: inherit !important;
494
+ }
495
+
496
+ .offer-right-area {
497
+ float: none;
498
+ width: 100%;
499
+ }
500
+
501
+ .offer-content {
502
+ margin-top: 0px;
503
+ margin-bottom: 80px;
504
+ }
505
+
506
+ .offer-content .offer-abs-bg {
507
+ right: 30px;
508
+ }
509
+
510
+
511
+
512
+
513
+ .download-buttons a {
514
+ padding: 16px 27px 14px 21px;
515
+ }
516
+
517
+ .download-buttons .left-area {
518
+ font-size: 27px;
519
+ margin-right: 14px;
520
+ }
521
+
522
+ .download-buttons .top-area {
523
+ font-size: 11px;
524
+ }
525
+
526
+
527
+
528
+ .team-members-wrap > div:nth-child(odd) .single-team-wrap {
529
+ margin-left: 15%;
530
+ margin-right: 0%;
531
+ }
532
+
533
+ .team-members-wrap > div:nth-child(even) .single-team-wrap {
534
+ margin-right: 15%;
535
+ margin-left: 0%;
536
+ }
537
+
538
+
539
+ .single-post {
540
+ padding-left: 65px;
541
+ padding-right: 65px;
542
+ }
543
+
544
+ .single-post.full-width {
545
+ padding-left: 20px;
546
+ padding-right: 20px;
547
+ }
548
+
549
+
550
+
551
+ .single-blog-post.theme01 {
552
+ padding: 20px;
553
+ }
554
+
555
+ .contact .map-location-toggle-btn {
556
+ width: 66px;
557
+ height: 66px;
558
+ line-height: 56px;
559
+ margin-left: -33px;
560
+ margin-top: -33px;
561
+ }
562
+
563
+ .cu-form input[type="submit"] {
564
+ font-size: 14px;
565
+ padding: 8px 30px;
566
+ }
567
+
568
+ .map-header-area h2 {
569
+ font-size: 18px;
570
+ }
571
+
572
+ .main-footer .top {
573
+ padding: 65px 0px 30px;
574
+ }
575
+
576
+ .main-footer .footer-logo {
577
+ margin-bottom: 30px;
578
+ }
579
+
580
+ .main-footer .footer-social li a {
581
+ font-size: 15px;
582
+ width: 44px;
583
+ height: 44px;
584
+ line-height: 44px;
585
+ }
586
+
587
+ .blog-posts {
588
+ box-shadow: none;
589
+ }
590
+ .blog-pagination {
591
+ margin-bottom: 30px;
592
+ }
593
+
594
+ .sidebar-area {
595
+ padding-left: 50px;
596
+ padding-right: 50px;
597
+ }
598
+
599
+ .single-blog-page .sidebar-area {
600
+ padding-left: 0px;
601
+ padding-right: 0px;
602
+ }
603
+
604
+
605
+ .blog-banner-area .section-space {
606
+ padding: 45px 0px 40px;
607
+ }
608
+ .blog-banner-area .section-space .page-title {
609
+ font-size: 42px;
610
+ }
611
+ .single-sidebar {
612
+ margin: 0px 0px 50px 0px;
613
+ }
614
+ }
615
+
616
+
617
+ /* screen width less than 601px
618
+ ------------------------------ */
619
+ @media (max-width: 600px) {
620
+ .section-title {
621
+ font-size: 32px;
622
+ }
623
+
624
+ .feature-lists-style-one.feature-lists-two .feature-list:nth-child(even) {
625
+ background-color: #f7f7f7;
626
+ }
627
+
628
+ .feature-lists-style-one.feature-lists-two .feature-list:nth-child(odd) {
629
+ background-color: #fff;
630
+ }
631
+
632
+ .feature-lists-one {
633
+ padding-left: 0px;
634
+ }
635
+
636
+ .feature-lists-two {
637
+ padding-right: 0px;
638
+ }
639
+
640
+ .statistic-area {
641
+ margin: 10px 15%;
642
+ }
643
+
644
+ .team-members-wrap > div:nth-child(even) .single-team-wrap,
645
+ .team-members-wrap > div:nth-child(odd) .single-team-wrap {
646
+ margin-left: auto;
647
+ margin-right: auto;
648
+ width: 50%;
649
+ min-width: 220px;
650
+ max-width: 100%;
651
+ }
652
+
653
+ .twitter-header .twitter-title {
654
+ margin-bottom: 40px;
655
+ }
656
+
657
+ #allTweets .single-tweet .tweet-controlls a {
658
+ font-size: 13px;
659
+ margin-left: 10px;
660
+ margin-right: 10px;
661
+ }
662
+
663
+ .contact .contact-content-wrapper {
664
+ padding-bottom: 50px;
665
+ }
666
+
667
+ .cu-form {
668
+ margin-bottom: 40px;
669
+ }
670
+
671
+ .cu-form .contact-title {
672
+ margin-bottom: 30px;
673
+ }
674
+
675
+ .cu-form input, .cu-form textarea {
676
+ margin-bottom: 20px;
677
+ }
678
+
679
+ .contact-info .contact-info-lists li {
680
+ margin-bottom: 15px;
681
+ }
682
+
683
+ .contact-info .contact-info-lists li a {
684
+ font-size: 14px;
685
+ line-height: 1.5;
686
+ }
687
+
688
+ .contact-info .contact-info-lists li a span {
689
+ top: -4px;
690
+ }
691
+ }
692
+ /* screen width less than 501px
693
+ ------------------------------ */
694
+ @media (max-width : 500px) {
695
+
696
+ .section-title {
697
+ font-size: 30px;
698
+ }
699
+
700
+ .loader {
701
+ font-size: 40px;
702
+ margin-top: -20px;
703
+ margin-left: -20px;
704
+ }
705
+
706
+ .banner .heading {
707
+ font-size: 30px;
708
+ }
709
+
710
+ .offer-content .offer-abs-bg .big-font {
711
+ font-size: 180px;
712
+ }
713
+
714
+ .feature-lists-style-one.feature-lists-two .feature-list:hover * {
715
+ color: #fff;
716
+ }
717
+
718
+ .statistics .section-space {
719
+ padding: 80px 0px;
720
+ }
721
+
722
+ .statistics-01 .section-space {
723
+ padding: 80px 0px 26px;
724
+ }
725
+
726
+ .single-testimonial blockquote .blockquote-text {
727
+ font-size: 14px;
728
+ }
729
+
730
+ .pricing-table-style-one .pricing-container .p-t-body {
731
+ font-size: 14px;
732
+ }
733
+
734
+ .single-post {
735
+ padding-left: 30px;
736
+ padding-right: 30px;
737
+ }
738
+
739
+ .single-post.full-width {
740
+ padding-left: 0px;
741
+ padding-right: 0px;
742
+ }
743
+
744
+ .main-footer .top {
745
+ padding: 65px 0px 25px;
746
+ }
747
+ .main-footer .footer-logo {
748
+ margin-bottom: 25px;
749
+ }
750
+
751
+ .main-footer .footer-social li a {
752
+ font-size: 15px;
753
+ width: 40px;
754
+ height: 40px;
755
+ line-height: 40px;
756
+ }
757
+
758
+ .single-post-relative-area {
759
+ padding-left: 90px;
760
+ }
761
+
762
+ .single-post-left-area {
763
+ width: 60px;
764
+ }
765
+
766
+ .single-post-right-area {
767
+ margin-bottom: 40px;
768
+ padding-bottom: 10px;
769
+ }
770
+
771
+ .sidebar-area {
772
+ padding-left: 15px;
773
+ padding-right: 15px;
774
+ }
775
+
776
+ .single-blog-page .sidebar-area {
777
+ padding-left: 0px;
778
+ padding-right: 0px;
779
+ }
780
+
781
+ .blog-banner-area .section-space {
782
+ padding: 35px 0px 30px;
783
+ }
784
+ .blog-banner-area .section-space .page-title {
785
+ font-size: 35px;
786
+ }
787
+ }
788
+
789
+
790
+ /* screen width less than 371px
791
+ ------------------------------ */
792
+ @media (max-width : 370px) {
793
+ .statistic-area {
794
+ padding: 23px 10px 10px;
795
+ }
796
+
797
+ .statistics .section-space {
798
+ padding: 50px 0px;
799
+ }
800
+
801
+ .statistics-01 .section-space {
802
+ padding: 70px 0px 16px;
803
+ }
804
+
805
+
806
+
807
+ .offer-content .offer-abs-bg .big-font {
808
+ font-size: 130px;
809
+ margin-top: -10px;
810
+ }
811
+
812
+
813
+
814
+ #allTweets .single-tweet .tweet-controlls a {
815
+ font-size: 13px;
816
+ margin-left: 5px;
817
+ margin-right: 5px;
818
+ }
819
+
820
+ .single-post-relative-area {
821
+ padding-left: 80px;
822
+ }
823
+
824
+ .single-blog-post-meta a .top {
825
+ font-size: 22px;
826
+ }
827
+
828
+ .single-blog-post-meta a .bottom {
829
+ font-size: 11px;
830
+ }
831
+
832
+ .blog-pagination .pagination li {
833
+ width: 28px;
834
+ height: 28px;
835
+ }
836
+ .blog-pagination .pagination li a {
837
+ line-height: 28px;
838
+ }
839
+ .single-post {
840
+ padding-left: 5px;
841
+ padding-right: 5px;
842
+ }
843
+
844
+ .primary-sidebar {
845
+ padding: 0px 5px;
846
+ }
847
+
848
+ .single-blog-page .primary-sidebar {
849
+ padding: 0px 15px;
850
+ }
851
+
852
+ .sidebar-area {
853
+ padding-left: 0;
854
+ padding-right: 0;
855
+ }
856
+ }