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,164 @@
1
+
2
+ .th-btn-default:focus,
3
+ .th-btn-default:active,
4
+ .th-btn-default:hover,
5
+ .owl-theme .owl-controls .owl-pagination .owl-page.active span,
6
+ .tes-thumb-ctrl-lists li a .tes-thumb-overlay,
7
+ .download-buttons a:hover,
8
+ .thumb-slides-controller a,
9
+ .main-footer .footer-social li a:hover,
10
+ .feature-lists-style-one .feature-list .icon-area,
11
+ .item-info-wrap,
12
+ .blog-pagination .pagination li.active a,
13
+ .blog-pagination .pagination li.active a:hover,
14
+ .tagcloud a:hover,
15
+ .overlay-brand,
16
+ .single-pricing-table .th-btn,
17
+ .contact .contact-location-toggle-btn,
18
+ .cu-form input[type="submit"],
19
+ .cu-form input[type="submit"]:focus,
20
+ .cu-form input[type="submit"]:active,
21
+ .cu-form input[type="submit"]:hover,
22
+ .contact-info .contact-info-lists li a:hover span,
23
+ .main-footer .footer-social li a:hover,
24
+ .btn-plain:hover,
25
+ .main-header.mobileBG {
26
+ background-color: #16a085;
27
+ }
28
+
29
+
30
+ .single-blog-post .blog-post-title-permalink:hover,
31
+ .single-blog-post .blog-post-meta a:hover,
32
+ .single-blog-post .blog-post-bottom-meta a:hover,
33
+ .single-blog-post .blog-post-bottom-meta a.favorite-link.active,
34
+ .single-blog-post .blog-post-bottom-meta a.favorite-link:hover,
35
+ .twitter-header .twitter-icon,
36
+ .twitter-header .twitter-title,
37
+ #allTweets .single-tweet .tweet-text a,
38
+ #allTweets .single-tweet .tweet-controlls a:hover,
39
+ .contact-info .contact-info-lists li a:hover,
40
+ .feature-common-style.extend .feature-title,
41
+ .team-theme-02 .social li a:hover,
42
+ .statistics-02 .number,
43
+ .blog-pagination .pagination li a:active,
44
+ .blog-pagination .pagination li a:focus,
45
+ .blog-pagination .pagination li a:hover,
46
+ .single-blog-post-content a,
47
+ .com-title a,
48
+ .author a,
49
+ .lp-content .title a:hover,
50
+ .boderd-list li:hover:before,
51
+ .boderd-list li:hover a,
52
+ .category-list li:hover span,
53
+ .slider-arrow:hover,
54
+ .header-mobile-screen .bar-area a,
55
+ .header-mobile-screen .menu li:hover a,
56
+ .header-mobile-screen .menu li:focus a,
57
+ .header-mobile-screen .menu li.current a,
58
+ .header-big-screen .menu li a:hover,
59
+ .header-big-screen .menu li a:focus,
60
+ .header-big-screen .menu li a:active,
61
+ .header-big-screen .menu li.current a,
62
+ .banner .icons a.active,
63
+ .banner .icons a:hover,
64
+ .feature-style-01 .inner-box i,
65
+ .content ul li:before,
66
+ .single-testimonial blockquote cite span,
67
+ .offer-content .offer-abs-bg .big-font,
68
+ .offer-content h2 span,
69
+ .offer-content h3 span,
70
+ .download-buttons .left-area *,
71
+ .th-btn-transparent:focus,
72
+ .th-btn-transparent:active,
73
+ .th-btn-transparent:hover,
74
+ .small-menu .header-big-screen .menu li a:hover,
75
+ .small-menu .header-big-screen .menu li.current a,
76
+ .s-f-top i,
77
+ .app-reasion-lists li a .left-area i,
78
+ .statistics-01 .number,
79
+ .single-blog-post-meta a.favourite-link.active .top,
80
+ .single-blog-post-meta a:hover .top,
81
+ .single-testimonial .thumb-icon-area,
82
+ .pricing-table-style-one.best .th-btn,
83
+ #allTweets .single-tweet .tweet-controlls a i,
84
+ .contact-info .contact-info-lists li a span i,
85
+ .cu-form .form-message.success,
86
+ .mailchimp-form-message.success,
87
+ .main-footer .footer-social li a,
88
+ .btn-plain,
89
+ .comment-meta .comment-reply,
90
+ .single-team .info-area-bottom .t-m-designation {
91
+ color: #16a085;
92
+ }
93
+
94
+
95
+
96
+ .overlay-one {
97
+ background: rgba(22, 160, 133, 0.8);
98
+ }
99
+
100
+ .overlay-two {
101
+ background-color: rgba(8, 8, 8, .90);
102
+ }
103
+
104
+ .overlay-three {
105
+ background-color: rgba(0, 0, 0, .92);
106
+ }
107
+
108
+ .overlay-four {
109
+ background-color: rgba(0, 0, 0, 0.6);
110
+ }
111
+
112
+ .overlay-five {
113
+ background-color: #111;
114
+ }
115
+
116
+ .color-brand {
117
+ color: #16a085 !important;
118
+ }
119
+
120
+ .bg-brand {
121
+ background-color: #16a085 !important;
122
+ }
123
+
124
+ .input-text:focus,
125
+ .header-big-screen .menu li .sub-menu li:first-child,
126
+ .feature-common-style:hover .outer-box,
127
+ .menu li a:hover,
128
+ .preloader-wrapper .spinner-layer,
129
+ .menu li .sub-menu,
130
+ .menu li.current a {
131
+ border-color: #16a085;
132
+ }
133
+
134
+ .feature-common-style:hover .inner-box {
135
+ background: #16a085;
136
+ border-color: transparent;
137
+ }
138
+
139
+ .feature-style-01 .inner-box {
140
+ border: 1px solid #16a085;
141
+ border-radius: 50%;
142
+ }
143
+
144
+ .team-theme-01 .social li a:hover,
145
+ .app-reasion-lists li a:hover .left-area,
146
+ .app-reasion-lists li.active a .left-area,
147
+ .app-reasion-lists li.active a:hover .left-area {
148
+ border-color: #16a085;
149
+ background-color: #16a085;
150
+ }
151
+
152
+
153
+ .cu-form input:focus,
154
+ .cu-form textarea:focus {
155
+ border-color: #16a085;
156
+ }
157
+
158
+
159
+
160
+
161
+ input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
162
+ border-bottom: 1px solid #16a085;
163
+ box-shadow: 0 1px 0 0 #16a085;
164
+ }
@@ -0,0 +1,164 @@
1
+
2
+ .th-btn-default:focus,
3
+ .th-btn-default:active,
4
+ .th-btn-default:hover,
5
+ .owl-theme .owl-controls .owl-pagination .owl-page.active span,
6
+ .tes-thumb-ctrl-lists li a .tes-thumb-overlay,
7
+ .download-buttons a:hover,
8
+ .thumb-slides-controller a,
9
+ .main-footer .footer-social li a:hover,
10
+ .feature-lists-style-one .feature-list .icon-area,
11
+ .item-info-wrap,
12
+ .blog-pagination .pagination li.active a,
13
+ .blog-pagination .pagination li.active a:hover,
14
+ .tagcloud a:hover,
15
+ .overlay-brand,
16
+ .single-pricing-table .th-btn,
17
+ .contact .contact-location-toggle-btn,
18
+ .cu-form input[type="submit"],
19
+ .cu-form input[type="submit"]:focus,
20
+ .cu-form input[type="submit"]:active,
21
+ .cu-form input[type="submit"]:hover,
22
+ .contact-info .contact-info-lists li a:hover span,
23
+ .main-footer .footer-social li a:hover,
24
+ .btn-plain:hover,
25
+ .main-header.mobileBG {
26
+ background-color: #ff6060;
27
+ }
28
+
29
+
30
+ .single-blog-post .blog-post-title-permalink:hover,
31
+ .single-blog-post .blog-post-meta a:hover,
32
+ .single-blog-post .blog-post-bottom-meta a:hover,
33
+ .single-blog-post .blog-post-bottom-meta a.favorite-link.active,
34
+ .single-blog-post .blog-post-bottom-meta a.favorite-link:hover,
35
+ .twitter-header .twitter-icon,
36
+ .twitter-header .twitter-title,
37
+ #allTweets .single-tweet .tweet-text a,
38
+ #allTweets .single-tweet .tweet-controlls a:hover,
39
+ .contact-info .contact-info-lists li a:hover,
40
+ .feature-common-style.extend .feature-title,
41
+ .team-theme-02 .social li a:hover,
42
+ .statistics-02 .number,
43
+ .blog-pagination .pagination li a:active,
44
+ .blog-pagination .pagination li a:focus,
45
+ .blog-pagination .pagination li a:hover,
46
+ .single-blog-post-content a,
47
+ .com-title a,
48
+ .author a,
49
+ .lp-content .title a:hover,
50
+ .boderd-list li:hover:before,
51
+ .boderd-list li:hover a,
52
+ .category-list li:hover span,
53
+ .slider-arrow:hover,
54
+ .header-mobile-screen .bar-area a,
55
+ .header-mobile-screen .menu li:hover a,
56
+ .header-mobile-screen .menu li:focus a,
57
+ .header-mobile-screen .menu li.current a,
58
+ .header-big-screen .menu li a:hover,
59
+ .header-big-screen .menu li a:focus,
60
+ .header-big-screen .menu li a:active,
61
+ .header-big-screen .menu li.current a,
62
+ .banner .icons a.active,
63
+ .banner .icons a:hover,
64
+ .feature-style-01 .inner-box i,
65
+ .content ul li:before,
66
+ .single-testimonial blockquote cite span,
67
+ .offer-content .offer-abs-bg .big-font,
68
+ .offer-content h2 span,
69
+ .offer-content h3 span,
70
+ .download-buttons .left-area *,
71
+ .th-btn-transparent:focus,
72
+ .th-btn-transparent:active,
73
+ .th-btn-transparent:hover,
74
+ .small-menu .header-big-screen .menu li a:hover,
75
+ .small-menu .header-big-screen .menu li.current a,
76
+ .s-f-top i,
77
+ .app-reasion-lists li a .left-area i,
78
+ .statistics-01 .number,
79
+ .single-blog-post-meta a.favourite-link.active .top,
80
+ .single-blog-post-meta a:hover .top,
81
+ .single-testimonial .thumb-icon-area,
82
+ .pricing-table-style-one.best .th-btn,
83
+ #allTweets .single-tweet .tweet-controlls a i,
84
+ .contact-info .contact-info-lists li a span i,
85
+ .cu-form .form-message.success,
86
+ .mailchimp-form-message.success,
87
+ .main-footer .footer-social li a,
88
+ .btn-plain,
89
+ .comment-meta .comment-reply,
90
+ .single-team .info-area-bottom .t-m-designation {
91
+ color: #ff6060;
92
+ }
93
+
94
+
95
+
96
+ .overlay-one {
97
+ background: rgba(255, 96, 96, 0.8);
98
+ }
99
+
100
+ .overlay-two {
101
+ background-color: rgba(8, 8, 8, .90);
102
+ }
103
+
104
+ .overlay-three {
105
+ background-color: rgba(0, 0, 0, .92);
106
+ }
107
+
108
+ .overlay-four {
109
+ background-color: rgba(0, 0, 0, 0.6);
110
+ }
111
+
112
+ .overlay-five {
113
+ background-color: #111;
114
+ }
115
+
116
+ .color-brand {
117
+ color: #ff6060 !important;
118
+ }
119
+
120
+ .bg-brand {
121
+ background-color: #ff6060 !important;
122
+ }
123
+
124
+ .input-text:focus,
125
+ .header-big-screen .menu li .sub-menu li:first-child,
126
+ .feature-common-style:hover .outer-box,
127
+ .menu li a:hover,
128
+ .preloader-wrapper .spinner-layer,
129
+ .menu li .sub-menu,
130
+ .menu li.current a {
131
+ border-color: #ff6060;
132
+ }
133
+
134
+ .feature-common-style:hover .inner-box {
135
+ background: #ff6060;
136
+ border-color: transparent;
137
+ }
138
+
139
+ .feature-style-01 .inner-box {
140
+ border: 1px solid #ff6060;
141
+ border-radius: 50%;
142
+ }
143
+
144
+ .team-theme-01 .social li a:hover,
145
+ .app-reasion-lists li a:hover .left-area,
146
+ .app-reasion-lists li.active a .left-area,
147
+ .app-reasion-lists li.active a:hover .left-area {
148
+ border-color: #ff6060;
149
+ background-color: #ff6060;
150
+ }
151
+
152
+
153
+ .cu-form input:focus,
154
+ .cu-form textarea:focus {
155
+ border-color: #ff6060;
156
+ }
157
+
158
+
159
+
160
+
161
+ input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
162
+ border-bottom: 1px solid #ff6060;
163
+ box-shadow: 0 1px 0 0 #ff6060;
164
+ }
@@ -0,0 +1,164 @@
1
+
2
+ .th-btn-default:focus,
3
+ .th-btn-default:active,
4
+ .th-btn-default:hover,
5
+ .owl-theme .owl-controls .owl-pagination .owl-page.active span,
6
+ .tes-thumb-ctrl-lists li a .tes-thumb-overlay,
7
+ .download-buttons a:hover,
8
+ .thumb-slides-controller a,
9
+ .main-footer .footer-social li a:hover,
10
+ .feature-lists-style-one .feature-list .icon-area,
11
+ .item-info-wrap,
12
+ .blog-pagination .pagination li.active a,
13
+ .blog-pagination .pagination li.active a:hover,
14
+ .tagcloud a:hover,
15
+ .overlay-brand,
16
+ .single-pricing-table .th-btn,
17
+ .contact .contact-location-toggle-btn,
18
+ .cu-form input[type="submit"],
19
+ .cu-form input[type="submit"]:focus,
20
+ .cu-form input[type="submit"]:active,
21
+ .cu-form input[type="submit"]:hover,
22
+ .contact-info .contact-info-lists li a:hover span,
23
+ .main-footer .footer-social li a:hover,
24
+ .btn-plain:hover,
25
+ .main-header.mobileBG {
26
+ background-color: #66798f;
27
+ }
28
+
29
+
30
+ .single-blog-post .blog-post-title-permalink:hover,
31
+ .single-blog-post .blog-post-meta a:hover,
32
+ .single-blog-post .blog-post-bottom-meta a:hover,
33
+ .single-blog-post .blog-post-bottom-meta a.favorite-link.active,
34
+ .single-blog-post .blog-post-bottom-meta a.favorite-link:hover,
35
+ .twitter-header .twitter-icon,
36
+ .twitter-header .twitter-title,
37
+ #allTweets .single-tweet .tweet-text a,
38
+ #allTweets .single-tweet .tweet-controlls a:hover,
39
+ .contact-info .contact-info-lists li a:hover,
40
+ .feature-common-style.extend .feature-title,
41
+ .team-theme-02 .social li a:hover,
42
+ .statistics-02 .number,
43
+ .blog-pagination .pagination li a:active,
44
+ .blog-pagination .pagination li a:focus,
45
+ .blog-pagination .pagination li a:hover,
46
+ .single-blog-post-content a,
47
+ .com-title a,
48
+ .author a,
49
+ .lp-content .title a:hover,
50
+ .boderd-list li:hover:before,
51
+ .boderd-list li:hover a,
52
+ .category-list li:hover span,
53
+ .slider-arrow:hover,
54
+ .header-mobile-screen .bar-area a,
55
+ .header-mobile-screen .menu li:hover a,
56
+ .header-mobile-screen .menu li:focus a,
57
+ .header-mobile-screen .menu li.current a,
58
+ .header-big-screen .menu li a:hover,
59
+ .header-big-screen .menu li a:focus,
60
+ .header-big-screen .menu li a:active,
61
+ .header-big-screen .menu li.current a,
62
+ .banner .icons a.active,
63
+ .banner .icons a:hover,
64
+ .feature-style-01 .inner-box i,
65
+ .content ul li:before,
66
+ .single-testimonial blockquote cite span,
67
+ .offer-content .offer-abs-bg .big-font,
68
+ .offer-content h2 span,
69
+ .offer-content h3 span,
70
+ .download-buttons .left-area *,
71
+ .th-btn-transparent:focus,
72
+ .th-btn-transparent:active,
73
+ .th-btn-transparent:hover,
74
+ .small-menu .header-big-screen .menu li a:hover,
75
+ .small-menu .header-big-screen .menu li.current a,
76
+ .s-f-top i,
77
+ .app-reasion-lists li a .left-area i,
78
+ .statistics-01 .number,
79
+ .single-blog-post-meta a.favourite-link.active .top,
80
+ .single-blog-post-meta a:hover .top,
81
+ .single-testimonial .thumb-icon-area,
82
+ .pricing-table-style-one.best .th-btn,
83
+ #allTweets .single-tweet .tweet-controlls a i,
84
+ .contact-info .contact-info-lists li a span i,
85
+ .cu-form .form-message.success,
86
+ .mailchimp-form-message.success,
87
+ .main-footer .footer-social li a,
88
+ .btn-plain,
89
+ .comment-meta .comment-reply,
90
+ .single-team .info-area-bottom .t-m-designation {
91
+ color: #66798f;
92
+ }
93
+
94
+
95
+
96
+ .overlay-one {
97
+ background: rgba(102, 121, 143, 0.8);
98
+ }
99
+
100
+ .overlay-two {
101
+ background-color: rgba(8, 8, 8, .90);
102
+ }
103
+
104
+ .overlay-three {
105
+ background-color: rgba(0, 0, 0, .92);
106
+ }
107
+
108
+ .overlay-four {
109
+ background-color: rgba(0, 0, 0, 0.6);
110
+ }
111
+
112
+ .overlay-five {
113
+ background-color: #111;
114
+ }
115
+
116
+ .color-brand {
117
+ color: #66798f !important;
118
+ }
119
+
120
+ .bg-brand {
121
+ background-color: #66798f !important;
122
+ }
123
+
124
+ .input-text:focus,
125
+ .header-big-screen .menu li .sub-menu li:first-child,
126
+ .feature-common-style:hover .outer-box,
127
+ .menu li a:hover,
128
+ .preloader-wrapper .spinner-layer,
129
+ .menu li .sub-menu,
130
+ .menu li.current a {
131
+ border-color: #66798f;
132
+ }
133
+
134
+ .feature-common-style:hover .inner-box {
135
+ background: #66798f;
136
+ border-color: transparent;
137
+ }
138
+
139
+ .feature-style-01 .inner-box {
140
+ border: 1px solid #66798f;
141
+ border-radius: 50%;
142
+ }
143
+
144
+ .team-theme-01 .social li a:hover,
145
+ .app-reasion-lists li a:hover .left-area,
146
+ .app-reasion-lists li.active a .left-area,
147
+ .app-reasion-lists li.active a:hover .left-area {
148
+ border-color: #66798f;
149
+ background-color: #66798f;
150
+ }
151
+
152
+
153
+ .cu-form input:focus,
154
+ .cu-form textarea:focus {
155
+ border-color: #66798f;
156
+ }
157
+
158
+
159
+
160
+
161
+ input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
162
+ border-bottom: 1px solid #66798f;
163
+ box-shadow: 0 1px 0 0 #66798f;
164
+ }
@@ -0,0 +1,164 @@
1
+
2
+ .th-btn-default:focus,
3
+ .th-btn-default:active,
4
+ .th-btn-default:hover,
5
+ .owl-theme .owl-controls .owl-pagination .owl-page.active span,
6
+ .tes-thumb-ctrl-lists li a .tes-thumb-overlay,
7
+ .download-buttons a:hover,
8
+ .thumb-slides-controller a,
9
+ .main-footer .footer-social li a:hover,
10
+ .feature-lists-style-one .feature-list .icon-area,
11
+ .item-info-wrap,
12
+ .blog-pagination .pagination li.active a,
13
+ .blog-pagination .pagination li.active a:hover,
14
+ .tagcloud a:hover,
15
+ .overlay-brand,
16
+ .single-pricing-table .th-btn,
17
+ .contact .contact-location-toggle-btn,
18
+ .cu-form input[type="submit"],
19
+ .cu-form input[type="submit"]:focus,
20
+ .cu-form input[type="submit"]:active,
21
+ .cu-form input[type="submit"]:hover,
22
+ .contact-info .contact-info-lists li a:hover span,
23
+ .main-footer .footer-social li a:hover,
24
+ .btn-plain:hover,
25
+ .main-header.mobileBG {
26
+ background-color: #8e44ad;
27
+ }
28
+
29
+
30
+ .single-blog-post .blog-post-title-permalink:hover,
31
+ .single-blog-post .blog-post-meta a:hover,
32
+ .single-blog-post .blog-post-bottom-meta a:hover,
33
+ .single-blog-post .blog-post-bottom-meta a.favorite-link.active,
34
+ .single-blog-post .blog-post-bottom-meta a.favorite-link:hover,
35
+ .twitter-header .twitter-icon,
36
+ .twitter-header .twitter-title,
37
+ #allTweets .single-tweet .tweet-text a,
38
+ #allTweets .single-tweet .tweet-controlls a:hover,
39
+ .contact-info .contact-info-lists li a:hover,
40
+ .feature-common-style.extend .feature-title,
41
+ .team-theme-02 .social li a:hover,
42
+ .statistics-02 .number,
43
+ .blog-pagination .pagination li a:active,
44
+ .blog-pagination .pagination li a:focus,
45
+ .blog-pagination .pagination li a:hover,
46
+ .single-blog-post-content a,
47
+ .com-title a,
48
+ .author a,
49
+ .lp-content .title a:hover,
50
+ .boderd-list li:hover:before,
51
+ .boderd-list li:hover a,
52
+ .category-list li:hover span,
53
+ .slider-arrow:hover,
54
+ .header-mobile-screen .bar-area a,
55
+ .header-mobile-screen .menu li:hover a,
56
+ .header-mobile-screen .menu li:focus a,
57
+ .header-mobile-screen .menu li.current a,
58
+ .header-big-screen .menu li a:hover,
59
+ .header-big-screen .menu li a:focus,
60
+ .header-big-screen .menu li a:active,
61
+ .header-big-screen .menu li.current a,
62
+ .banner .icons a.active,
63
+ .banner .icons a:hover,
64
+ .feature-style-01 .inner-box i,
65
+ .content ul li:before,
66
+ .single-testimonial blockquote cite span,
67
+ .offer-content .offer-abs-bg .big-font,
68
+ .offer-content h2 span,
69
+ .offer-content h3 span,
70
+ .download-buttons .left-area *,
71
+ .th-btn-transparent:focus,
72
+ .th-btn-transparent:active,
73
+ .th-btn-transparent:hover,
74
+ .small-menu .header-big-screen .menu li a:hover,
75
+ .small-menu .header-big-screen .menu li.current a,
76
+ .s-f-top i,
77
+ .app-reasion-lists li a .left-area i,
78
+ .statistics-01 .number,
79
+ .single-blog-post-meta a.favourite-link.active .top,
80
+ .single-blog-post-meta a:hover .top,
81
+ .single-testimonial .thumb-icon-area,
82
+ .pricing-table-style-one.best .th-btn,
83
+ #allTweets .single-tweet .tweet-controlls a i,
84
+ .contact-info .contact-info-lists li a span i,
85
+ .cu-form .form-message.success,
86
+ .mailchimp-form-message.success,
87
+ .main-footer .footer-social li a,
88
+ .btn-plain,
89
+ .comment-meta .comment-reply,
90
+ .single-team .info-area-bottom .t-m-designation {
91
+ color: #8e44ad;
92
+ }
93
+
94
+
95
+
96
+ .overlay-one {
97
+ background: rgba(142, 68, 173, 0.8);
98
+ }
99
+
100
+ .overlay-two {
101
+ background-color: rgba(8, 8, 8, .90);
102
+ }
103
+
104
+ .overlay-three {
105
+ background-color: rgba(0, 0, 0, .92);
106
+ }
107
+
108
+ .overlay-four {
109
+ background-color: rgba(0, 0, 0, 0.6);
110
+ }
111
+
112
+ .overlay-five {
113
+ background-color: #111;
114
+ }
115
+
116
+ .color-brand {
117
+ color: #8e44ad !important;
118
+ }
119
+
120
+ .bg-brand {
121
+ background-color: #8e44ad !important;
122
+ }
123
+
124
+ .input-text:focus,
125
+ .header-big-screen .menu li .sub-menu li:first-child,
126
+ .feature-common-style:hover .outer-box,
127
+ .menu li a:hover,
128
+ .preloader-wrapper .spinner-layer,
129
+ .menu li .sub-menu,
130
+ .menu li.current a {
131
+ border-color: #8e44ad;
132
+ }
133
+
134
+ .feature-common-style:hover .inner-box {
135
+ background: #8e44ad;
136
+ border-color: transparent;
137
+ }
138
+
139
+ .feature-style-01 .inner-box {
140
+ border: 1px solid #8e44ad;
141
+ border-radius: 50%;
142
+ }
143
+
144
+ .team-theme-01 .social li a:hover,
145
+ .app-reasion-lists li a:hover .left-area,
146
+ .app-reasion-lists li.active a .left-area,
147
+ .app-reasion-lists li.active a:hover .left-area {
148
+ border-color: #8e44ad;
149
+ background-color: #8e44ad;
150
+ }
151
+
152
+
153
+ .cu-form input:focus,
154
+ .cu-form textarea:focus {
155
+ border-color: #8e44ad;
156
+ }
157
+
158
+
159
+
160
+
161
+ input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
162
+ border-bottom: 1px solid #8e44ad;
163
+ box-shadow: 0 1px 0 0 #8e44ad;
164
+ }