PluginProbe
King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder / 51.1.74
King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder v51.1.74
51.1.83 51.1.82 51.1.81 51.1.79 51.1.78 51.1.77 51.1.76 51.1.74 51.1.75 51.1.65 51.1.64 51.1.63 trunk 51.1.14 51.1.2 51.1.35 51.1.36 51.1.37 51.1.38 51.1.39 51.1.44 51.1.45 51.1.46 51.1.47 51.1.49 All 37 releases
king-addons / includes / admin / css / elementor-editor.css

elementor-editor.css in King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder 51.1.74, at includes/admin/css/elementor-editor.css

761 lines 28.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .king-addons-icon {
2 display: inline-block;
3 width: 32px;
4 height: 32px;
5 background-size: 32px;
6 background-image: url(../img/default-widget.svg);
7 background-repeat: no-repeat;
8 background-position: center;
9 }
10
11 #elementor-panel-elements .king-addons-icon {
12 margin-bottom: -8px;
13 }
14
15 .elementor-panel #elementor-panel-category-king-addons .king-addons-icon {
16 display: inline-block;
17 width: 48px;
18 height: 48px;
19 background-size: 48px;
20 }
21
22 #elementor-navigator .king-addons-icon {
23 display: inline-block;
24 width: 19px;
25 height: 19px;
26 background-size: 19px;
27 }
28
29 .elementor-panel #elementor-panel-category-king-addons .icon {
30 max-height: 60px;
31 }
32
33 /*noinspection CssNonIntegerLengthInPixels*/
34 .elementor-panel #elementor-panel-category-king-addons .icon:after,
35 #elementor-panel-elements .king-addons-icon:after {
36 font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
37 font-size: 9px;
38 font-weight: bold;
39 font-style: normal;
40 line-height: 19px;
41 position: absolute;
42 top: 1px;
43 right: 1px;
44 display: block;
45 width: 28px;
46 height: 19px;
47 content: 'FREE';
48 letter-spacing: 0.5px;
49 color: #574ff7;
50 }
51
52 .king-addons-repeater-list-img-icon {
53 max-height: 30px;
54 vertical-align: middle;
55 }
56
57 .king-addons-editor-preview-update {
58 display: flex;
59 justify-content: space-between;
60 margin: 0;
61 }
62
63 .elementor-panel .elementor-element:hover:has(.king-addons-icon) .title,
64 .elementor-panel #elementor-panel-category-king-addons .elementor-element:hover .title {
65 transition: all .3s;
66 color: rgb(87, 79, 247);
67 }
68
69 .elementor-panel .elementor-element:has(.king-addons-icon) {
70 border: 1px solid rgb(87 79 247 / 60%);
71 }
72
73 .elementor-panel #elementor-panel-category-king-addons .elementor-element {
74 border: 1px solid rgb(87 79 247 / 20%);
75 }
76
77 .elementor-panel .elementor-element:hover:has(.king-addons-icon),
78 .elementor-panel #elementor-panel-category-king-addons .elementor-element:hover {
79 background-color: rgb(87 79 247 / 5%);
80 }
81
82 .elementor-control-type-repeater .king-addons-submenu-item .king-mega-menu-item-type-control {
83 display: none;
84 }
85
86 /* -------------- */
87 /* Pro Features Disclaimer */
88
89 .elementor-control.king-addons-pro-control label i {
90 font-size: 15px;
91 margin-left: 3px;
92 /*color: #772fff;*/
93 color: #5B03FF;
94 }
95
96 .elementor-control.king-addons-pro-control .elementor-control-content:before {
97 position: absolute;
98 z-index: 9;
99 width: 100%;
100 height: 100%;
101 content: '';
102 background: transparent;
103 }
104
105 /* Make .king-addons-pro-control position: relative
106 so the tooltip can be positioned absolutely inside it */
107 .king-addons-pro-control {
108 position: relative;
109 }
110
111 /* The tooltip is hidden by default */
112 .king-addons-pro-tooltip {
113 position: absolute;
114 top: 40px;
115
116 /* Styling */
117 padding: 15px;
118 font-size: 12px;
119 font-weight: 500;
120 color: #93003c;
121 border: 1px solid #e6e9ec;
122 border-radius: 5px;
123 background-color: #ffffff;
124 box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
125
126 /* Initially hidden */
127 visibility: hidden;
128 opacity: 0;
129 transition: opacity 0.2s ease-in-out;
130 z-index: 999;
131 }
132
133 .king-addons-pro-tooltip a {
134 color: #5B03FF;
135 transition: none;
136 }
137
138 /* Show the tooltip on hover */
139 .king-addons-pro-control:hover .king-addons-pro-tooltip {
140 visibility: visible;
141 opacity: 1;
142 }
143
144 .elementor-control-type-raw_html:has(.king-addons-pro-notice) {
145 padding-left: 0;
146 padding-right: 0;
147 }
148
149 /* END: Pro Features Disclaimer */
150 /* -------------- */
151
152 /* -------------- */
153 /* NOTICES */
154
155 .king-addons-pro-features-heading {
156 font-size: 15px;
157 color: #5B03FF;
158 }
159
160 .elementor-control[class*="pro_notice"] {
161 padding: 5px 0 15px 0 !important;
162 }
163
164 .elementor-repeater-row-controls .elementor-control[class*="pro_notice"] {
165 padding: 5px 10px 15px 10px !important
166 }
167
168 .king-addons-pro-notice {
169 font-size: 15px;
170 font-weight: 400;
171 line-height: 1.6;
172 padding: 20px 20px;
173 text-align: center;
174 border-top: 1px solid rgb(87 79 247 / 35%);
175 border-bottom: 1px solid rgb(87 79 247 / 35%);
176 background-color: rgb(87 79 247 / 5%);
177 }
178
179 .king-addons-pro-notice a {
180 color: #5B03FF;
181 }
182
183 .king-addons-pro-features-list {
184 text-align: center;
185 }
186
187 .king-addons-pro-features-list ul {
188 text-align: left;
189 }
190
191 .king-addons-pro-features-list ul li::marker {
192 color: #772fff;
193 }
194
195 .king-addons-pro-features-list ul li {
196 font-size: 14px;
197 line-height: 1.1;
198 position: relative;
199 margin-top: 9px;
200 padding-bottom: 9px;
201 list-style: disc inside;
202 border-bottom: 1px solid #e6e8ea;
203 }
204
205 /*noinspection CssNonIntegerLengthInPixels*/
206 .king-addons-pro-features-list ul + a.king-addons-pro-features-cta-btn {
207 font-size: 15px;
208 font-weight: 400;
209 line-height: 2;
210 display: inline-block;
211 margin: 20px 15px 10px auto;
212 padding: 10px 25px;
213 cursor: pointer;
214 transition: all 300ms ease;
215 letter-spacing: 0.5px;
216 /* text-transform: uppercase; */
217 color: #ffffff;
218 border: none;
219 border-radius: 12px;
220 /* background: linear-gradient(45deg, #5B03FF, #9B62FF); */
221 background-image: linear-gradient(120deg, #A20BD8 0%, #FF4040 100%);
222 }
223
224 .king-addons-pro-features-list ul + a.king-addons-pro-features-cta-btn:hover {
225 color: #ffffff;
226 }
227
228 #king-addons-editor-settings-notification {
229 position: fixed;
230 z-index: 9999;
231 bottom: 5px;
232 left: 40px;
233 padding: 13px 25px;
234 color: #222;
235 border-radius: 3px;
236 background: #2a2a2b;
237 -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
238 box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
239 }
240
241 #king-addons-editor-settings-notification:before {
242 position: absolute;
243 bottom: 10px;
244 left: -6px;
245 width: 0;
246 height: 0;
247 content: '';
248 border-top: 6px solid transparent;
249 border-right-width: 6px;
250 border-right-style: solid;
251 border-right-color: #2a2a2b;
252 border-bottom: 6px solid transparent;
253 }
254
255 .MuiBox-root button[value="document-settings"] {
256 position: relative;
257 }
258
259 #king-addons-editor-settings-notification.king-addons-new-editor-bar {
260 position: absolute;
261 top: calc(100% + 13px);
262 bottom: auto;
263 left: 0;
264 display: flex;
265 align-items: center;
266 flex-direction: column;
267 justify-content: center;
268 min-width: 300px;
269 }
270
271 #king-addons-editor-settings-notification.king-addons-new-editor-bar:before {
272 position: absolute;
273 top: -12px;
274 left: 10px;
275 border-right: 6px solid transparent;
276 border-bottom-width: 6px;
277 border-bottom-style: solid;
278 border-bottom-color: #2a2a2b;
279 border-left: 6px solid transparent;
280 }
281
282 #king-addons-editor-settings-notification h4 {
283 margin-bottom: 10px;
284 }
285
286 #king-addons-editor-settings-notification h4 span {
287 font-size: 14px;
288 vertical-align: super;
289 color: #5f5f5f;
290 }
291
292 #king-addons-editor-settings-notification h4 i {
293 font-size: 24px;
294 margin-right: 10px;
295 color: #3db050;
296 }
297
298 #king-addons-editor-settings-notification p {
299 font-size: 12px;
300 line-height: 1.5;
301 color: #666;
302 }
303
304 #king-addons-editor-settings-notification > i {
305 position: absolute;
306 top: 7px;
307 right: 7px;
308 cursor: pointer;
309 color: #666666;
310 }
311 /* END: NOTICES */
312 /* -------------- */
313
314 /* DARK MODE */
315
316 @media (prefers-color-scheme: dark) {
317 .king-addons-pro-notice a {
318 color: #A08CFF;
319 }
320 .elementor-control.king-addons-pro-control label i {
321 color: #f0abfc;
322 }
323 .king-addons-pro-features-heading {
324 color: #DED6FA;
325 }
326 }
327
328 /* END: DARK MODE */
329
330 /* GRID PREVIEW */
331 .elementor-control-king_addons_grid_layout_select.elementor-control .elementor-control-field {
332 align-items: flex-start;
333 flex-direction: column !important;
334 }
335
336 .elementor-control-king_addons_grid_layout_select.elementor-control .elementor-control-input-wrapper {
337 display: flex;
338 width: 100% !important;
339 margin-top: 10px;
340 }
341
342 .elementor-control-king_addons_grid_layout_select.elementor-control .elementor-choices {
343 align-items: stretch;
344 flex-wrap: wrap;
345 width: 100% !important;
346 height: auto;
347 border: 1px solid #dfd5d5;
348 }
349
350 .elementor-control-king_addons_grid_layout_select.elementor-control .elementor-choices label {
351 width: 33.3%;
352 height: 50px;
353 background-repeat: no-repeat;
354 background-position: center center;
355 background-size: 75%;
356 }
357
358 .elementor-control-king_addons_grid_layout_select input[type="radio"]:checked + label {
359 border: 2px solid #D30C5C;
360 border-radius: 0 !important;
361 background-color: #ffffff;
362 }
363
364 .elementor-control-king_addons_grid_layout_select label:nth-child(2) {
365 background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='2.2' y='4.9' class='st1' width='22.2' height='22.2'/%3E%3Crect x='25.6' y='15.2' class='st1' width='22.2' height='11.9'/%3E%3Crect x='25.6' y='4.9' class='st1' width='22.2' height='9.2'/%3E%3C/g%3E%3C/svg%3E");
366 }
367
368 .elementor-control-king_addons_grid_layout_select label:nth-child(4) {
369 background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='2.2' y='4.9' class='st1' width='22.2' height='22.2'/%3E%3Crect x='25.6' y='16.6' class='st1' width='10.5' height='10.5'/%3E%3Crect x='37.2' y='16.6' class='st1' width='10.5' height='10.5'/%3E%3Crect x='25.6' y='4.9' class='st1' width='22.2' height='10.5'/%3E%3C/g%3E%3C/svg%3E");
370 }
371
372 .elementor-control-king_addons_grid_layout_select label:nth-child(6) {
373 background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Crect x='2.2' y='4.9' class='st1' width='22.2' height='22.2'/%3E%3Crect x='25.6' y='16.6' class='st1' width='10.5' height='10.5'/%3E%3Crect x='37.2' y='16.6' class='st1' width='10.5' height='10.5'/%3E%3Crect x='25.6' y='4.9' class='st1' width='10.5' height='10.5'/%3E%3Crect x='37.2' y='4.9' class='st1' width='10.5' height='10.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
374 }
375
376 .elementor-control-king_addons_grid_layout_select label:nth-child(8) {
377 background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='2.2' y='4.9' class='st1' width='22.2' height='22.2'/%3E%3Crect x='25.6' y='4.9' class='st1' width='10.5' height='22.2'/%3E%3Crect x='37.2' y='16.6' class='st1' width='10.5' height='10.5'/%3E%3Crect x='37.2' y='4.9' class='st1' width='10.5' height='10.5'/%3E%3C/g%3E%3C/svg%3E");
378 }
379
380 .elementor-control-king_addons_grid_layout_select label:nth-child(10) {
381 background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='13.9' y='4.9' class='st1' width='22.2' height='22.2'/%3E%3Crect x='37.2' y='16.6' class='st1' width='10.5' height='10.5'/%3E%3Crect x='37.2' y='4.9' class='st1' width='10.5' height='10.5'/%3E%3Crect x='2.3' y='16.6' class='st1' width='10.5' height='10.5'/%3E%3Crect x='2.3' y='4.9' class='st1' width='10.5' height='10.5'/%3E%3C/g%3E%3C/svg%3E");
382 }
383
384 .elementor-control-king_addons_grid_layout_select label:nth-child(12) {
385 background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='2.2' y='4.9' class='st1' width='28.5' height='22.2'/%3E%3Crect x='31.8' y='12.9' class='st1' width='15.9' height='6.3'/%3E%3Crect x='31.8' y='4.9' class='st1' width='15.9' height='6.8'/%3E%3Crect x='31.8' y='20.3' class='st1' width='15.9' height='6.8'/%3E%3C/g%3E%3C/svg%3E");
386 }
387
388 .elementor-control-king_addons_grid_layout_select label:nth-child(14) {
389 background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='13.9' y='4.9' class='st1' width='22.2' height='22.2'/%3E%3Crect x='2.2' y='4.9' class='st1' width='10.5' height='22.2'/%3E%3Crect x='37.2' y='4.9' class='st1' width='10.5' height='22.2'/%3E%3C/g%3E%3C/svg%3E");
390 }
391
392 .elementor-control-king_addons_grid_layout_select label:nth-child(16) {
393 background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='2.2' y='4.9' class='st1' width='33.9' height='13.2'/%3E%3Crect x='2.2' y='19.3' class='st1' width='16.4' height='7.8'/%3E%3Crect x='19.7' y='19.3' class='st1' width='16.4' height='7.8'/%3E%3Crect x='37.2' y='4.9' class='st1' width='10.5' height='13.2'/%3E%3Crect x='37.2' y='19.3' class='st1' width='10.5' height='7.8'/%3E%3C/g%3E%3C/svg%3E");
394 }
395
396 .elementor-control-king_addons_grid_layout_select label:nth-child(18) {
397 background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='2.2' y='4.9' class='st1' width='22.2' height='12.1'/%3E%3Crect x='25.6' y='4.9' class='st1' width='22.2' height='12.1'/%3E%3Crect x='2.2' y='18.2' class='st1' width='14.4' height='8.9'/%3E%3Crect x='17.8' y='18.2' class='st1' width='14.4' height='8.9'/%3E%3Crect x='33.3' y='18.2' class='st1' width='14.4' height='8.9'/%3E%3C/g%3E%3C/svg%3E");
398 }
399
400 .elementor-control-king_addons_grid_layout_select label:nth-child(20) {
401 background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='2.2' y='4.9' class='st1' width='22.2' height='22.2'/%3E%3Crect x='25.6' y='4.9' class='st1' width='22.2' height='22.2'/%3E%3C/g%3E%3C/svg%3E");
402 }
403
404 .elementor-control-king_addons_grid_layout_select label:nth-child(22) {
405 background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='2.2' y='4.9' class='st1' width='14.5' height='22.2'/%3E%3Crect x='33.4' y='4.9' class='st1' width='14.4' height='22.2'/%3E%3Crect x='17.9' y='4.9' class='st1' width='14.4' height='22.2'/%3E%3C/g%3E%3C/svg%3E");
406 }
407
408 .elementor-control-king_addons_grid_layout_select label:nth-child(24) {
409 background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='2.2' y='4.9' class='st1' width='10.6' height='22.2'/%3E%3Crect x='37.2' y='4.9' class='st1' width='10.5' height='22.2'/%3E%3Crect x='25.6' y='4.9' class='st1' width='10.5' height='22.2'/%3E%3Crect x='14' y='4.9' class='st1' width='10.5' height='22.2'/%3E%3C/g%3E%3C/svg%3E");
410 }
411
412 /* END: GRID PREVIEW */
413 /* -------------- */
414
415 /* FORM BUILDER */
416 .king-addons-fb-step-editor-bg {
417 background: rgb(227 227 255) !important;
418 border-color: rgb(87 79 247 / 35%) !important;
419 color: #d6107c;
420 }
421
422 .king-addons-fb-step-editor-bg button {
423 border-color: rgb(87 79 247 / 35%) !important;
424 }
425 /* END: FORM BUILDER PREVIEW */
426 /* -------------- */
427
428 .elementor-label-block .e-ai-button {
429 display: none !important;
430 }
431
432 .king-addons-icon.king-addons-image-hotspots {
433 background-image: url(../img/image-hotspots.svg);
434 }
435
436 .king-addons-icon.king-addons-vertical-scrollable-image {
437 background-image: url(../img/vertical-scrollable-image.svg);
438 }
439
440 .king-addons-icon.king-addons-one-page-navigation {
441 background-image: url(../img/one-page-navigation.svg);
442 }
443
444 .king-addons-icon.king-addons-off-canvas-content {
445 background-image: url(../img/off-canvas-content.svg);
446 }
447
448 .king-addons-icon.king-addons-image-comparison {
449 background-image: url(../img/image-comparison.svg);
450 }
451
452 .king-addons-icon.king-addons-styled-text-builder {
453 background-image: url(../img/styled-text-builder.svg);
454 }
455
456 .king-addons-icon.king-addons-global-section-container {
457 background-image: url(../img/global-section-container.svg);
458 }
459
460 .king-addons-icon.king-addons-card-carousel {
461 background-image: url(../img/card-carousel.svg);
462 }
463
464 .king-addons-icon.king-addons-auto-scrolling-text {
465 background-image: url(../img/auto-scrolling-text.svg);
466 }
467
468 .king-addons-icon.king-addons-popup {
469 background-image: url(../img/popup.svg);
470 }
471
472 .king-addons-icon.king-addons-video-popup {
473 background-image: url(../img/video-popup.svg);
474 }
475
476 .king-addons-icon.king-addons-blog-posts {
477 background-image: url(../img/blog-posts.svg);
478 }
479
480 .king-addons-icon.king-addons-image-grid {
481 background-image: url(../img/image-grid.svg);
482 }
483
484 .king-addons-icon.king-addons-business-hours {
485 background-image: url(../img/business-hours.svg);
486 }
487
488 .king-addons-icon.king-addons-price-list {
489 background-image: url(../img/price-list.svg);
490 }
491
492 .king-addons-icon.king-addons-image-hover-box {
493 background-image: url(../img/image-hover-box.svg);
494 }
495
496 .king-addons-icon.king-addons-reading-progress-bar {
497 background-image: url(../img/reading-progress-bar.svg);
498 }
499
500 .king-addons-icon.king-addons-pulsing-button {
501 background-image: url(../img/pulsing-button.svg);
502 }
503
504 .king-addons-icon.king-addons-creative-button {
505 background-image: url(../img/creative-button.svg);
506 }
507
508 .king-addons-icon.king-addons-hovering-image-stack {
509 background-image: url(../img/hovering-image-stack.svg);
510 }
511
512 .king-addons-icon.king-addons-advanced-border-radius {
513 background-image: url(../img/advanced-border-radius.svg);
514 }
515
516 .king-addons-icon.king-addons-content-flip-box {
517 background-image: url(../img/content-flip-box.svg);
518 }
519
520 .king-addons-icon.king-addons-flip-countdown {
521 background-image: url(../img/flip-countdown.svg);
522 }
523
524 .king-addons-icon.king-addons-smooth-counter {
525 background-image: url(../img/smooth-counter.svg);
526 }
527
528 .king-addons-icon.king-addons-testimonial {
529 background-image: url(../img/testimonial.svg);
530 }
531
532 .king-addons-icon.king-addons-testimonials-wall {
533 background-image: url(../img/testimonial.svg);
534 }
535
536 .king-addons-icon.king-addons-testimonial-carousel {
537 background-image: url(../img/testimonial-carousel.svg);
538 }
539
540 .king-addons-icon.king-addons-feature-list {
541 background-image: url(../img/feature-list.svg);
542 }
543
544 .king-addons-icon.king-addons-taxonomy-list {
545 background-image: url(../img/taxonomy-list.svg);
546 }
547
548 .king-addons-icon.king-addons-page-list {
549 background-image: url(../img/page-list.svg);
550 }
551
552 .king-addons-icon.king-addons-search {
553 background-image: url(../img/search.svg);
554 }
555
556 .king-addons-icon.king-addons-progress-bar {
557 background-image: url(../img/progress-bar.svg);
558 }
559
560 .king-addons-icon.king-addons-team-member {
561 background-image: url(../img/team-member.svg);
562 }
563
564 .king-addons-icon.king-addons-team-member-slider {
565 background-image: url(../img/team-member-slider.svg);
566 }
567
568 .king-addons-icon.king-addons-share-buttons {
569 background-image: url(../img/share-buttons.svg);
570 }
571
572 .king-addons-icon.king-addons-pricing-table {
573 background-image: url(../img/pricing-table.svg);
574 }
575
576 .king-addons-icon.king-addons-charts {
577 background-image: url(../img/charts.svg);
578 }
579
580 .king-addons-icon.king-addons-posts-grid {
581 background-image: url(../img/posts-grid.svg);
582 }
583
584 .king-addons-icon.king-addons-woocommerce-grid {
585 background-image: url(../img/woocommerce-grid.svg);
586 }
587
588 .king-addons-icon.king-addons-media-grid {
589 background-image: url(../img/media-grid.svg);
590 }
591
592 .king-addons-icon.king-addons-magazine-grid {
593 background-image: url(../img/magazine-grid.svg);
594 }
595
596 .king-addons-icon.king-addons-timeline {
597 background-image: url(../img/timeline.svg);
598 }
599
600 .king-addons-icon.king-addons-slider {
601 background-image: url(../img/slider.svg);
602 }
603
604 .king-addons-icon.king-addons-form-builder {
605 background-image: url(../img/form-builder.svg);
606 }
607
608 .king-addons-icon.king-addons-data-table {
609 background-image: url(../img/data-table.svg);
610 }
611
612 .king-addons-icon.king-addons-content-ticker {
613 background-image: url(../img/content-ticker.svg);
614 }
615
616 .king-addons-icon.king-addons-mailchimp {
617 background-image: url(../img/mailchimp.svg);
618 }
619
620 .king-addons-icon.king-addons-tabs {
621 background-image: url(../img/tabs.svg);
622 }
623
624 .king-addons-icon.king-addons-accordion {
625 background-image: url(../img/accordion.svg);
626 }
627
628 .king-addons-icon.king-addons-image-accordion {
629 background-image: url(../img/image-accordion.svg);
630 }
631
632 .king-addons-icon.king-addons-countdown {
633 background-image: url(../img/countdown.svg);
634 }
635
636 .king-addons-icon.king-addons-copy-paste {
637 background-image: url(../img/copy-paste.svg);
638 }
639
640 .king-addons-icon.king-addons-protected-content {
641 background-image: url(../img/protected-content.svg);
642 }
643
644 .king-addons-icon.king-addons-conditional-display {
645 background-image: url(../img/conditional-display.svg);
646 }
647
648 .king-addons-icon.king-addons-pricing-calculator {
649 background-image: url(../img/pricing-calculator.svg);
650 }
651
652 .king-addons-icon.king-addons-pricing-slider {
653 background-image: url(../img/pricing-slider.svg);
654 }
655
656 .king-addons-icon.king-addons-google-maps {
657 background-image: url(../img/google-maps.svg);
658 }
659
660 .king-addons-icon.king-addons-form-styler {
661 background-image: url(../img/form-styler.svg);
662 }
663
664 .king-addons-icon.king-addons-lottie-animations {
665 background-image: url(../img/lottie-animations.svg);
666 }
667
668 .king-addons-icon.king-addons-mega-menu {
669 background-image: url(../img/mega-menu.svg);
670 }
671
672 .king-addons-icon.king-addons-filterable-image-gallery {
673 background-image: url(../img/filterable-image-gallery.svg);
674 }
675
676 .king-addons-icon.king-addons-login-register-form {
677 background-image: url(../img/login-register-form.svg);
678 }
679
680 .king-addons-icon.king-addons-dynamic-posts-grid {
681 background-image: url(../img/dynamic-posts-grid.svg);
682 }
683
684 .king-addons-icon.king-addons-advanced-callout-box {
685 background-image: url(../img/advanced-callout-box.svg);
686 }
687
688 .king-addons-icon.king-addons-magnetic-buttons {
689 background-image: url(../img/magnetic-buttons.svg);
690 }
691
692 .king-addons-icon.king-addons-parallax-depth-cards {
693 background-image: url(../img/parallax-background.svg);
694 }
695
696 .king-addons-icon.king-addons-pull-quotes-callouts-builder {
697 background-image: url(../img/pull-quotes-callouts-builder.svg);
698 }
699
700 .king-addons-icon.king-addons-scrollytelling-slides {
701 background-image: url(../img/scrollytelling-slides.svg);
702 }
703
704 .king-addons-icon.king-addons-spotlight-reveal {
705 background-image: url(../img/spotlight-reveal.svg);
706 }
707
708 .king-addons-icon.king-addons-holographic-card {
709 background-image: url(../img/holographic-card.svg);
710 }
711
712 .king-addons-icon.king-addons-card-slider {
713 background-image: url(../img/card-slider.svg);
714 }
715
716 .king-addons-icon.king-addons-simple-card-grid {
717 background-image: url(../img/simple-card-grid.svg);
718 }
719
720 .king-addons-icon.king-addons-simple-post-grid {
721 background-image: url(../img/simple-post-grid.svg);
722 }
723
724 .king-addons-icon.king-addons-simple-post-slider {
725 background-image: url(../img/simple-post-slider.svg);
726 }
727
728 .king-addons-icon.king-addons-quick-product-slider {
729 background-image: url(../img/quick-product-slider.svg);
730 }
731
732 .king-addons-icon.king-addons-quick-product-grid {
733 background-image: url(../img/quick-product-grid.svg);
734 }
735
736 .king-addons-icon.king-addons-kpi-tiles-microcharts {
737 background-image: url(../img/kpi-tiles-microcharts.svg);
738 }
739
740 .king-addons-icon.king-addons-interactive-gradient-mesh {
741 background-image: url(../img/interactive-gradient-mesh.svg);
742 }
743
744 .king-addons-icon.king-addons-breadcrumbs {
745 background-image: url(../img/breadcrumbs.svg);
746 }
747
748 .king-addons-icon.king-addons-ajax-add-to-cart {
749 background-image: url(../img/ajax-add-to-cart.svg);
750 }
751
752 .king-addons-icon.king-addons-compare-table {
753 background-image: url(../img/compare-table.svg);
754 }
755
756 .king-addons-icon.king-addons-icon-steps-process-timeline {
757 background-image: url(../img/timeline.svg);
758 }
759
760 /* for elementor icons */
761