Skip to content

Commit 991acad

Browse files
committed
Theme Styling conflicts and fixes
1 parent 73293e3 commit 991acad

File tree

7 files changed

+135
-128
lines changed

7 files changed

+135
-128
lines changed

assets/css/before-after.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,16 @@
116116
box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
117117
}
118118

119-
.twentytwenty-vertical .twentytwenty-handle{
119+
.twentytwenty-vertical .twentytwenty-handle {
120120
display: flex;
121121
flex-direction: column;
122122
justify-content: space-evenly;
123123
}
124-
.twentytwenty-vertical {}
125-
.twentytwenty-vertical .fa{
124+
.twentytwenty-vertical .twentytwenty-handle i {
126125
transform: rotate(90deg);
126+
}
127+
.twentytwenty-horizontal .twentytwenty-handle {
128+
display: flex;
129+
align-items: center;
130+
justify-content: space-evenly;
127131
}

assets/css/mighty-icons.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,8 @@
6363

6464
.mf-testimonial:before {
6565
content: "\e909";
66+
}
67+
68+
.elementor-panel-category-items .elementor-element-wrapper .elementor-element:hover .icon .mf {
69+
color: #350079;
6670
}

assets/css/team.css

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -2,268 +2,268 @@
22
text-align: center;
33
}
44

5-
.mighty-team .person-name {
5+
.elementor-widget-mt-team .mighty-team .person-name {
66
margin-top: 5px;
77
font-size: 20px;
88
font-weight: 600;
99
line-height: normal;
1010
}
1111

12-
.mighty-team .person-designation {
12+
.elementor-widget-mt-team .mighty-team .person-designation {
1313
color: inherit;
1414
margin-top: 5px;
1515
font-size: 17px;
1616
}
1717

18-
.mighty-team .person-about {
18+
.elementor-widget-mt-team .mighty-team .person-about {
1919
margin-top: 5px;
2020
}
2121

22-
.mighty-team .avatar-wrapper .img {
22+
.elementor-widget-mt-team .mighty-team .avatar-wrapper .img {
2323
width: 100%;
2424
}
2525

26-
.mighty-team .social-icons-wrapper {
26+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper {
2727
list-style: none;
2828
padding: 0;
2929
margin: 5px 0 0 0;
3030
}
3131

32-
.mighty-team .social-icons-wrapper li {
32+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper li {
3333
display: inline;
3434
}
3535
/* Social Icons Colors */
36-
.mighty-team .social-icons-wrapper .fa-android {
36+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-android {
3737
color: #A4C639;
3838
}
3939

40-
.mighty-team .social-icons-wrapper .fa-apple {
40+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-apple {
4141
color: #999999;
4242
}
4343

44-
.mighty-team .social-icons-wrapper .fa-behance {
44+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-behance {
4545
color: #1769ff;
4646
}
4747

48-
.mighty-team .social-icons-wrapper .fa-bitbucket {
48+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-bitbucket {
4949
color: #205081;
5050
}
5151

52-
.mighty-team .social-icons-wrapper .fa-codepen {
52+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-codepen {
5353
color: #000000;
5454
}
5555

56-
.mighty-team .social-icons-wrapper .fa-delicious {
56+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-delicious {
5757
color: #3399ff;
5858
}
5959

60-
.mighty-team .social-icons-wrapper .fa-deviantart {
60+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-deviantart {
6161
color: #05cc47;
6262
}
6363

64-
.mighty-team .social-icons-wrapper .fa-digg {
64+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-digg {
6565
color: #005be2;
6666
}
6767

68-
.mighty-team .social-icons-wrapper .fa-dribbble {
68+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-dribbble {
6969
color: #ea4c89;
7070
}
7171

72-
.mighty-team .social-icons-wrapper .fa-elementor {
72+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-elementor {
7373
color: #D30C5C;
7474
}
7575

76-
.mighty-team .social-icons-wrapper .fa-envelope {
76+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-envelope {
7777
color: #ea4335;
7878
}
7979

80-
.mighty-team .social-icons-wrapper .fa-facebook,
81-
.mighty-team .social-icons-wrapper .fa-facebook-f {
80+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-facebook,
81+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-facebook-f {
8282
color: #3b5998;
8383
}
8484

85-
.mighty-team .social-icons-wrapper .fa-flickr {
85+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-flickr {
8686
color: #0063dc;
8787
}
8888

89-
.mighty-team .social-icons-wrapper .fa-foursquare {
89+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-foursquare {
9090
color: #2d5be3;
9191
}
9292

93-
.mighty-team .social-icons-wrapper .fa-freecodecamp,
94-
.mighty-team .social-icons-wrapper .fa-free-code-camp {
93+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-freecodecamp,
94+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-free-code-camp {
9595
color: #006400;
9696
}
9797

98-
.mighty-team .social-icons-wrapper .fa-github {
98+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-github {
9999
color: #333333;
100100
}
101101

102-
.mighty-team .social-icons-wrapper .fa-gitlab {
102+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-gitlab {
103103
color: #e24329;
104104
}
105105

106-
.mighty-team .social-icons-wrapper .fa-globe {
106+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-globe {
107107
color: #818a91;
108108
}
109109

110-
.mighty-team .social-icons-wrapper .fa-google-plus,
111-
.mighty-team .social-icons-wrapper .fa-google-plus-g {
110+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-google-plus,
111+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-google-plus-g {
112112
color: #dd4b39;
113113
}
114114

115-
.mighty-team .social-icons-wrapper .fa-houzz {
115+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-houzz {
116116
color: #7ac142;
117117
}
118118

119-
.mighty-team .social-icons-wrapper .fa-instagram {
119+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-instagram {
120120
color: #262626;
121121
}
122122

123-
.mighty-team .social-icons-wrapper .fa-jsfiddle {
123+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-jsfiddle {
124124
color: #487AA2;
125125
}
126126

127-
.mighty-team .social-icons-wrapper .fa-link {
127+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-link {
128128
color: #818a91;
129129
}
130130

131-
.mighty-team .social-icons-wrapper .fa-linkedin {
131+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-linkedin {
132132
color: #0077b5;
133133
}
134134

135-
.mighty-team .social-icons-wrapper .fa-medium {
135+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-medium {
136136
color: #00ab6b;
137137
}
138138

139-
.mighty-team .social-icons-wrapper .fa-meetup {
139+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-meetup {
140140
color: #ec1c40;
141141
}
142142

143-
.mighty-team .social-icons-wrapper .fa-mixcloud {
143+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-mixcloud {
144144
color: #273a4b;
145145
}
146146

147-
.mighty-team .social-icons-wrapper .fa-odnoklassniki {
147+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-odnoklassniki {
148148
color: #F4731C;
149149
}
150150

151-
.mighty-team .social-icons-wrapper .fa-pinterest {
151+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-pinterest {
152152
color: #bd081c;
153153
}
154154

155-
.mighty-team .social-icons-wrapper .fa-product-hunt {
155+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-product-hunt {
156156
color: #da552f;
157157
}
158158

159-
.mighty-team .social-icons-wrapper .fa-reddit {
159+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-reddit {
160160
color: #ff4500;
161161
}
162162

163-
.mighty-team .social-icons-wrapper .fa-rss {
163+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-rss {
164164
color: #f26522;
165165
}
166166

167-
.mighty-team .social-icons-wrapper .fa-shopping-cart {
167+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-shopping-cart {
168168
color: #4CAF50;
169169
}
170170

171-
.mighty-team .social-icons-wrapper .fa-skype {
171+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-skype {
172172
color: #00AFF0;
173173
}
174174

175-
.mighty-team .social-icons-wrapper .fa-slideshare {
175+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-slideshare {
176176
color: #0077b5;
177177
}
178178

179-
.mighty-team .social-icons-wrapper .fa-snapchat {
179+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-snapchat {
180180
color: #fffc00;
181181
}
182182

183-
.mighty-team .social-icons-wrapper .fa-soundcloud {
183+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-soundcloud {
184184
color: #ff8800;
185185
}
186186

187-
.mighty-team .social-icons-wrapper .fa-spotify {
187+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-spotify {
188188
color: #2ebd59;
189189
}
190190

191-
.mighty-team .social-icons-wrapper .fa-stack-overflow {
191+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-stack-overflow {
192192
color: #fe7a15;
193193
}
194194

195-
.mighty-team .social-icons-wrapper .fa-steam {
195+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-steam {
196196
color: #00adee;
197197
}
198198

199-
.mighty-team .social-icons-wrapper .fa-stumbleupon {
199+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-stumbleupon {
200200
color: #EB4924;
201201
}
202202

203-
.mighty-team .social-icons-wrapper .fa-telegram {
203+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-telegram {
204204
color: #2CA5E0;
205205
}
206206

207-
.mighty-team .social-icons-wrapper .fa-thumb-tack {
207+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-thumb-tack {
208208
color: #1aa1d8;
209209
}
210210

211-
.mighty-team .social-icons-wrapper .fa-tripadvisor {
211+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-tripadvisor {
212212
color: #589442;
213213
}
214214

215-
.mighty-team .social-icons-wrapper .fa-tumblr {
215+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-tumblr {
216216
color: #35465c;
217217
}
218218

219-
.mighty-team .social-icons-wrapper .fa-twitch {
219+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-twitch {
220220
color: #6441A5;
221221
}
222222

223-
.mighty-team .social-icons-wrapper .fa-twitter {
223+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-twitter {
224224
color: #1DA1F2;
225225
}
226226

227-
.mighty-team .social-icons-wrapper .fa-viber {
227+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-viber {
228228
color: #665cac;
229229
}
230230

231-
.mighty-team .social-icons-wrapper .fa-vimeo {
231+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-vimeo {
232232
color: #1ab7ea;
233233
}
234234

235-
.mighty-team .social-icons-wrapper .fa-vk {
235+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-vk {
236236
color: #45668e;
237237
}
238238

239-
.mighty-team .social-icons-wrapper .fa-weibo {
239+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-weibo {
240240
color: #df2029;
241241
}
242242

243-
.mighty-team .social-icons-wrapper .fa-weixin {
243+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-weixin {
244244
color: #7bb32e;
245245
}
246246

247-
.mighty-team .social-icons-wrapper .fa-whatsapp {
247+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-whatsapp {
248248
color: #25d366;
249249
}
250250

251-
.mighty-team .social-icons-wrapper .fa-wordpress {
251+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-wordpress {
252252
color: #21759b;
253253
}
254254

255-
.mighty-team .social-icons-wrapper .fa-xing {
255+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-xing {
256256
color: #026466;
257257
}
258258

259-
.mighty-team .social-icons-wrapper .fa-yelp {
259+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-yelp {
260260
color: #af0606;
261261
}
262262

263-
.mighty-team .social-icons-wrapper .fa-youtube {
263+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-youtube {
264264
color: #cd201f;
265265
}
266266

267-
.mighty-team .social-icons-wrapper .fa-500px {
267+
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-500px {
268268
color: #0099e5;
269269
}

0 commit comments

Comments
 (0)