Version Description
- Fixed: Compatibility issues with PHP v8.0
Download this release
Release Info
Developer | leap13 |
Plugin | Premium Addons for Elementor |
Version | 4.7.1 |
Comparing to | |
See all releases |
Code changes from version 4.7.0 to 4.7.1
- admin/assets/css/admin-rtl.css +1912 -1912
- admin/assets/css/admin.css +1912 -1912
- admin/assets/fonts/pa-dashboard.svg +90 -90
- admin/assets/fonts/style.css +41 -41
- admin/assets/js/pa-notice.js +1 -1
- admin/includes/admin-notices.php +425 -426
- admin/includes/elements.php +1094 -1094
- admin/includes/templates/white-label.php +121 -121
- assets/editor/fonts/pa-elements.svg +67 -67
- assets/frontend/css/premium-addons.css +3837 -5332
admin/assets/css/admin-rtl.css
CHANGED
@@ -1,1913 +1,1913 @@
|
|
1 |
-
.button.pa-btn {
|
2 |
-
border: none;
|
3 |
-
color: #fff;
|
4 |
-
text-align: center;
|
5 |
-
padding: 3px;
|
6 |
-
max-width: 250px;
|
7 |
-
height: auto;
|
8 |
-
font-weight: 700;
|
9 |
-
-webkit-box-shadow: none;
|
10 |
-
box-shadow: none;
|
11 |
-
}
|
12 |
-
|
13 |
-
.button.pa-btn:hover,
|
14 |
-
.button.pa-btn:focus,
|
15 |
-
.button.pa-btn:active {
|
16 |
-
outline: none;
|
17 |
-
border: none;
|
18 |
-
text-decoration: none;
|
19 |
-
}
|
20 |
-
|
21 |
-
|
22 |
-
.switch {
|
23 |
-
position: relative;
|
24 |
-
display: inline-block;
|
25 |
-
width: 44px;
|
26 |
-
height: 24px;
|
27 |
-
-webkit-border-radius: 12px;
|
28 |
-
border-radius: 12px;
|
29 |
-
}
|
30 |
-
|
31 |
-
.switch input {
|
32 |
-
display: none;
|
33 |
-
}
|
34 |
-
|
35 |
-
.slider,
|
36 |
-
.pro-slider {
|
37 |
-
position: absolute;
|
38 |
-
cursor: pointer;
|
39 |
-
top: 0;
|
40 |
-
right: 0;
|
41 |
-
left: 0;
|
42 |
-
bottom: 0;
|
43 |
-
/* background-color: #f2f2f2;
|
44 |
-
box-shadow: 0 0 2px 1px #ccc inset; */
|
45 |
-
-webkit-transition: 0.4s;
|
46 |
-
transition: 0.4s;
|
47 |
-
}
|
48 |
-
|
49 |
-
.slider:before,
|
50 |
-
.pro-slider:before {
|
51 |
-
position: absolute;
|
52 |
-
content: "";
|
53 |
-
right: 3px;
|
54 |
-
top: 50%;
|
55 |
-
-webkit-transform: translateY(-50%);
|
56 |
-
-ms-transform: translateY(-50%);
|
57 |
-
transform: translateY(-50%);
|
58 |
-
/* background: radial-gradient(farthest-corner at 14px 0px, #f0f0f0 50%, #cacaca 100%); */
|
59 |
-
-webkit-transition: all 0.4s ease-in-out;
|
60 |
-
transition: all 0.4s ease-in-out;
|
61 |
-
padding: 0;
|
62 |
-
margin: 0;
|
63 |
-
width: 15px;
|
64 |
-
height: 15px;
|
65 |
-
-webkit-border-radius: 8px;
|
66 |
-
border-radius: 8px;
|
67 |
-
-webkit-filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
|
68 |
-
filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
|
69 |
-
background-color: #f7f7f7;
|
70 |
-
border: 1px solid #ffffff;
|
71 |
-
/* box-shadow: 0 2.5px 5px #b8b8b9; */
|
72 |
-
}
|
73 |
-
|
74 |
-
input:checked+.slider {
|
75 |
-
background: #8dc900;
|
76 |
-
}
|
77 |
-
|
78 |
-
input:focus+.slider {
|
79 |
-
-webkit-box-shadow: 0 0 1px #18a4fd;
|
80 |
-
box-shadow: 0 0 1px #18a4fd;
|
81 |
-
}
|
82 |
-
|
83 |
-
input:checked+.slider:before {
|
84 |
-
-webkit-transform: translate3d(-20px, -50%, 0);
|
85 |
-
transform: translate3d(-20px, -50%, 0);
|
86 |
-
}
|
87 |
-
|
88 |
-
.slider.round,
|
89 |
-
.pro-slider.round {
|
90 |
-
-webkit-border-radius: 34px;
|
91 |
-
border-radius: 34px;
|
92 |
-
background-image: -webkit-gradient(linear, right top, right bottom, from(#cfcfcf), to(#dbdbdb));
|
93 |
-
background-image: -webkit-linear-gradient(top, #cfcfcf 0%, #dbdbdb 100%);
|
94 |
-
background-image: linear-gradient(-180deg, #cfcfcf 0%, #dbdbdb 100%);
|
95 |
-
}
|
96 |
-
|
97 |
-
.slider.round:before,
|
98 |
-
.pro-slider.round:before {
|
99 |
-
-webkit-border-radius: 50%;
|
100 |
-
border-radius: 50%;
|
101 |
-
}
|
102 |
-
|
103 |
-
.pa-switcher input:disabled+.pro-slider::after {
|
104 |
-
position: absolute;
|
105 |
-
font-family: "Dashicons";
|
106 |
-
content: "\f160";
|
107 |
-
color: #474747;
|
108 |
-
left: 8px;
|
109 |
-
top: 50%;
|
110 |
-
-webkit-transform: translateY(-50%);
|
111 |
-
-ms-transform: translateY(-50%);
|
112 |
-
transform: translateY(-50%);
|
113 |
-
}
|
114 |
-
|
115 |
-
.pa-api-disable-title label,
|
116 |
-
.pa-is-beta label {
|
117 |
-
margin-left: 15px;
|
118 |
-
}
|
119 |
-
|
120 |
-
.pa-api-disable-title span,
|
121 |
-
.pa-is-beta span {
|
122 |
-
font-weight: 400;
|
123 |
-
}
|
124 |
-
|
125 |
-
.pa-maps-api-notice {
|
126 |
-
margin: 0.5em 0;
|
127 |
-
}
|
128 |
-
|
129 |
-
.pa-api-title input {
|
130 |
-
margin-top: 10px;
|
131 |
-
font-size: normal;
|
132 |
-
font-weight: 400;
|
133 |
-
width: 400px;
|
134 |
-
margin-right: 30px;
|
135 |
-
}
|
136 |
-
|
137 |
-
.pa-sys-info-tab {
|
138 |
-
background: #f7f7f7;
|
139 |
-
margin: 8px;
|
140 |
-
border: 2px solid #ddd;
|
141 |
-
-webkit-border-radius: 3px;
|
142 |
-
border-radius: 3px;
|
143 |
-
padding: 0;
|
144 |
-
}
|
145 |
-
|
146 |
-
.pa-system-info-container {
|
147 |
-
padding: 10px;
|
148 |
-
}
|
149 |
-
|
150 |
-
.dialog-type-lightbox .dialog-widget-header {
|
151 |
-
text-align: center;
|
152 |
-
font-size: 15px;
|
153 |
-
color: #495157;
|
154 |
-
padding: 30px 0 10px;
|
155 |
-
font-weight: 500;
|
156 |
-
}
|
157 |
-
|
158 |
-
.pa-swal.swal2-show {
|
159 |
-
padding: 32px;
|
160 |
-
padding-bottom: 50px;
|
161 |
-
background-image: url("../../images/popup-pattern.jpg");
|
162 |
-
background-repeat: no-repeat;
|
163 |
-
-webkit-background-size: cover;
|
164 |
-
background-size: cover;
|
165 |
-
-webkit-border-radius: 0 50px;
|
166 |
-
border-radius: 0 50px;
|
167 |
-
}
|
168 |
-
|
169 |
-
.pa-swal .swal2-close {
|
170 |
-
color: #c2c4cf;
|
171 |
-
}
|
172 |
-
|
173 |
-
.pa-swal .swal2-close:hover {
|
174 |
-
color: #00a5e5;
|
175 |
-
}
|
176 |
-
|
177 |
-
.pa-swal .swal2-title {
|
178 |
-
margin: 0;
|
179 |
-
}
|
180 |
-
|
181 |
-
.pa-swal .swal2-content {
|
182 |
-
font-size: 13px;
|
183 |
-
color: #474747;
|
184 |
-
font-family: "Poppins";
|
185 |
-
text-align: center;
|
186 |
-
margin: 0;
|
187 |
-
margin-bottom: 0px;
|
188 |
-
}
|
189 |
-
|
190 |
-
.pa-swal .swal2-cancel.swal2-styled,
|
191 |
-
.pa-swal .swal2-cancel.swal2-styled:hover,
|
192 |
-
.pa-swal .swal2-confirm.swal2-styled {
|
193 |
-
background-image: none !important;
|
194 |
-
background-color: #ebebeb;
|
195 |
-
color: #474747;
|
196 |
-
border: none !important;
|
197 |
-
-webkit-box-shadow: none !important;
|
198 |
-
box-shadow: none !important;
|
199 |
-
font-family: "Red Hat Display";
|
200 |
-
font-size: 15px;
|
201 |
-
font-weight: 700;
|
202 |
-
}
|
203 |
-
|
204 |
-
.pa-swal .swal2-confirm.swal2-styled,
|
205 |
-
.pa-swal .swal2-confirm.swal2-styled:hover {
|
206 |
-
min-width: 128px;
|
207 |
-
color: #fff;
|
208 |
-
background-image: none !important;
|
209 |
-
background-color: #00a5e5;
|
210 |
-
}
|
211 |
-
|
212 |
-
/**
|
213 |
-
* New Dashboard
|
214 |
-
*/
|
215 |
-
.pa-settings-wrap {
|
216 |
-
padding: 35px;
|
217 |
-
padding-right: 15px;
|
218 |
-
}
|
219 |
-
|
220 |
-
.pa-settings-section {
|
221 |
-
display: none;
|
222 |
-
}
|
223 |
-
|
224 |
-
.pa-settings-tabs {
|
225 |
-
background-color: #fff;
|
226 |
-
-webkit-border-radius: 15px;
|
227 |
-
border-radius: 15px;
|
228 |
-
padding: 36px;
|
229 |
-
margin-bottom: 12px;
|
230 |
-
}
|
231 |
-
|
232 |
-
.pa-settings-tabs-list {
|
233 |
-
clear: right;
|
234 |
-
margin: 0;
|
235 |
-
list-style-type: none;
|
236 |
-
}
|
237 |
-
|
238 |
-
.pa-settings-tabs .pa-settings-tabs-list li {
|
239 |
-
display: inline-block;
|
240 |
-
margin-bottom: 0;
|
241 |
-
margin-left: 23px;
|
242 |
-
}
|
243 |
-
|
244 |
-
.pa-settings-section.active {
|
245 |
-
display: block;
|
246 |
-
}
|
247 |
-
|
248 |
-
.papro-admin-notice a,
|
249 |
-
.pa-settings-wrap .pa-settings-tabs a {
|
250 |
-
-js-display: flex;
|
251 |
-
display: -webkit-box;
|
252 |
-
display: -webkit-flex;
|
253 |
-
display: -moz-box;
|
254 |
-
display: -ms-flexbox;
|
255 |
-
display: flex;
|
256 |
-
-webkit-box-pack: center;
|
257 |
-
-webkit-justify-content: center;
|
258 |
-
-moz-box-pack: center;
|
259 |
-
-ms-flex-pack: center;
|
260 |
-
justify-content: center;
|
261 |
-
-webkit-box-align: center;
|
262 |
-
-webkit-align-items: center;
|
263 |
-
-moz-box-align: center;
|
264 |
-
-ms-flex-align: center;
|
265 |
-
align-items: center;
|
266 |
-
font-size: 14px;
|
267 |
-
line-height: 1.8em;
|
268 |
-
position: relative;
|
269 |
-
color: #252c59;
|
270 |
-
text-decoration: none;
|
271 |
-
-webkit-transition: all 0.3s ease;
|
272 |
-
transition: all 0.3s ease;
|
273 |
-
}
|
274 |
-
|
275 |
-
.papro-admin-notice a.papro-notice-btn {
|
276 |
-
width: 120px;
|
277 |
-
/* height: 58px; */
|
278 |
-
-webkit-border-radius: 15px;
|
279 |
-
border-radius: 15px;
|
280 |
-
-webkit-filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
|
281 |
-
filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
|
282 |
-
background-color: #ffffff;
|
283 |
-
font-size: 18px;
|
284 |
-
color: #fe6300;
|
285 |
-
font-weight: 800;
|
286 |
-
font-family: "Red Hat Display";
|
287 |
-
text-align: center;
|
288 |
-
padding: 10px 20px;
|
289 |
-
}
|
290 |
-
|
291 |
-
.pa-settings-wrap .pa-settings-tabs a:focus {
|
292 |
-
outline: none;
|
293 |
-
-webkit-box-shadow: none;
|
294 |
-
box-shadow: none;
|
295 |
-
}
|
296 |
-
|
297 |
-
.pa-settings-wrap .pa-settings-tabs span {
|
298 |
-
margin-right: 8px;
|
299 |
-
font-family: "Poppins";
|
300 |
-
font-weight: 500;
|
301 |
-
}
|
302 |
-
|
303 |
-
.pa-settings-wrap .pa-settings-tabs .pa-section-active {
|
304 |
-
color: #00a5e5;
|
305 |
-
}
|
306 |
-
|
307 |
-
.pa-section {
|
308 |
-
display: none;
|
309 |
-
position: relative;
|
310 |
-
background-color: #fff;
|
311 |
-
-webkit-transition: opacity 0.2s;
|
312 |
-
transition: opacity 0.2s;
|
313 |
-
padding: 34px;
|
314 |
-
-webkit-border-radius: 15px;
|
315 |
-
border-radius: 15px;
|
316 |
-
}
|
317 |
-
|
318 |
-
/**
|
319 |
-
* General Tab
|
320 |
-
*/
|
321 |
-
#pa-general-settings {
|
322 |
-
-js-display: flex;
|
323 |
-
display: -webkit-box;
|
324 |
-
display: -webkit-flex;
|
325 |
-
display: -moz-box;
|
326 |
-
display: -ms-flexbox;
|
327 |
-
display: flex;
|
328 |
-
-webkit-box-orient: horizontal;
|
329 |
-
-webkit-box-direction: normal;
|
330 |
-
-webkit-flex-flow: row wrap;
|
331 |
-
-moz-box-orient: horizontal;
|
332 |
-
-moz-box-direction: normal;
|
333 |
-
-ms-flex-flow: row wrap;
|
334 |
-
flex-flow: row wrap;
|
335 |
-
-webkit-box-pack: justify;
|
336 |
-
-webkit-justify-content: space-between;
|
337 |
-
-moz-box-pack: justify;
|
338 |
-
-ms-flex-pack: justify;
|
339 |
-
justify-content: space-between;
|
340 |
-
width: 100%;
|
341 |
-
}
|
342 |
-
|
343 |
-
#pa-general-settings .pa-dash-block {
|
344 |
-
-webkit-box-flex: 1;
|
345 |
-
-webkit-flex: 1 1 auto;
|
346 |
-
-moz-box-flex: 1;
|
347 |
-
-ms-flex: 1 1 auto;
|
348 |
-
flex: 1 1 auto;
|
349 |
-
min-width: 250px;
|
350 |
-
margin: 0 5px 10px;
|
351 |
-
-js-display: flex;
|
352 |
-
display: -webkit-box;
|
353 |
-
display: -webkit-flex;
|
354 |
-
display: -moz-box;
|
355 |
-
display: -ms-flexbox;
|
356 |
-
display: flex;
|
357 |
-
-webkit-box-orient: vertical;
|
358 |
-
-webkit-box-direction: normal;
|
359 |
-
-webkit-flex-direction: column;
|
360 |
-
-moz-box-orient: vertical;
|
361 |
-
-moz-box-direction: normal;
|
362 |
-
-ms-flex-direction: column;
|
363 |
-
flex-direction: column;
|
364 |
-
}
|
365 |
-
|
366 |
-
.pa-dash-block.col-3 {
|
367 |
-
width: 31%;
|
368 |
-
}
|
369 |
-
|
370 |
-
.pa-dash-block.col-6 {
|
371 |
-
width: 64%;
|
372 |
-
}
|
373 |
-
|
374 |
-
#pa-general-settings .pa-section-info h4 {
|
375 |
-
font-size: 17px;
|
376 |
-
}
|
377 |
-
|
378 |
-
#pa-general-settings .pa-section-info:not(.pa-news-section):not(.pa-support-section) p {
|
379 |
-
min-height: 80px;
|
380 |
-
}
|
381 |
-
|
382 |
-
#pa-general-settings .pa-section-info .pa-element-icon {
|
383 |
-
margin-bottom: 12px;
|
384 |
-
}
|
385 |
-
|
386 |
-
#pa-general-settings .pa-element-icon.icon-inline {
|
387 |
-
-js-display: inline-flex;
|
388 |
-
display: -webkit-inline-box;
|
389 |
-
display: -webkit-inline-flex;
|
390 |
-
display: -moz-inline-box;
|
391 |
-
display: -ms-inline-flexbox;
|
392 |
-
display: inline-flex;
|
393 |
-
margin-bottom: 0;
|
394 |
-
vertical-align: middle;
|
395 |
-
}
|
396 |
-
|
397 |
-
#pa-general-settings .pa-section-info .pa-btn {
|
398 |
-
display: inline-block;
|
399 |
-
background-color: #252c59;
|
400 |
-
color: #fff;
|
401 |
-
/* margin-top: 12px; */
|
402 |
-
padding: 12px 36px;
|
403 |
-
}
|
404 |
-
|
405 |
-
.pa-element-icon.dashicons-facebook-alt {
|
406 |
-
color: #3b5998 !important
|
407 |
-
}
|
408 |
-
|
409 |
-
.pa-element-icon.dashicons-youtube {
|
410 |
-
color: #ff0000 !important
|
411 |
-
}
|
412 |
-
|
413 |
-
.pa-newsletter-form {
|
414 |
-
-js-display: flex;
|
415 |
-
display: -webkit-box;
|
416 |
-
display: -webkit-flex;
|
417 |
-
display: -moz-box;
|
418 |
-
display: -ms-flexbox;
|
419 |
-
display: flex;
|
420 |
-
-webkit-flex-wrap: wrap;
|
421 |
-
-ms-flex-wrap: wrap;
|
422 |
-
flex-wrap: wrap;
|
423 |
-
-webkit-box-align: center;
|
424 |
-
-webkit-align-items: center;
|
425 |
-
-moz-box-align: center;
|
426 |
-
-ms-flex-align: center;
|
427 |
-
align-items: center;
|
428 |
-
}
|
429 |
-
|
430 |
-
.pa-newsletter-form input {
|
431 |
-
width: 74%;
|
432 |
-
padding: 0px 10px;
|
433 |
-
height: 39px;
|
434 |
-
font-family: "Poppins";
|
435 |
-
border: 1px solid #dcdcdc;
|
436 |
-
-webkit-border-radius: 0 10px 10px 0;
|
437 |
-
border-radius: 0 10px 10px 0;
|
438 |
-
direction: rtl;
|
439 |
-
}
|
440 |
-
|
441 |
-
#pa-general-settings .pa-newsletter-form button.pa-btn {
|
442 |
-
width: 25%;
|
443 |
-
padding: 0;
|
444 |
-
height: 39px;
|
445 |
-
margin-top: 0;
|
446 |
-
margin-right: -1px;
|
447 |
-
-webkit-border-radius: 10px 0 0 10px;
|
448 |
-
border-radius: 10px 0 0 10px;
|
449 |
-
}
|
450 |
-
|
451 |
-
#pa-general-settings .pa-news-grid {
|
452 |
-
-js-display: flex;
|
453 |
-
display: -webkit-box;
|
454 |
-
display: -webkit-flex;
|
455 |
-
display: -moz-box;
|
456 |
-
display: -ms-flexbox;
|
457 |
-
display: flex;
|
458 |
-
-webkit-box-pack: justify;
|
459 |
-
-webkit-justify-content: space-between;
|
460 |
-
-moz-box-pack: justify;
|
461 |
-
-ms-flex-pack: justify;
|
462 |
-
justify-content: space-between;
|
463 |
-
margin-top: 12px;
|
464 |
-
}
|
465 |
-
|
466 |
-
.pa-news-grid .pa-news-post {
|
467 |
-
position: relative;
|
468 |
-
width: 33.33%;
|
469 |
-
margin: 0 5px;
|
470 |
-
}
|
471 |
-
|
472 |
-
.pa-news-grid .pa-news-post p:nth-of-type(1) {
|
473 |
-
font-family: "Red Hat Display";
|
474 |
-
font-size: 15px;
|
475 |
-
min-height: 60px;
|
476 |
-
font-weight: 800;
|
477 |
-
color: #252c59
|
478 |
-
}
|
479 |
-
|
480 |
-
.pa-news-grid .pa-news-post p:nth-of-type(2) {
|
481 |
-
font-size: 12px;
|
482 |
-
}
|
483 |
-
|
484 |
-
.pa-post-img-container img {
|
485 |
-
width: 100%;
|
486 |
-
height: 145px;
|
487 |
-
-o-object-fit: cover;
|
488 |
-
object-fit: cover;
|
489 |
-
-webkit-border-radius: 10px;
|
490 |
-
border-radius: 10px;
|
491 |
-
}
|
492 |
-
|
493 |
-
.pa-news-grid .pa-news-post a {
|
494 |
-
position: absolute;
|
495 |
-
top: 0;
|
496 |
-
right: 0;
|
497 |
-
width: 100%;
|
498 |
-
height: 100%;
|
499 |
-
z-index: 2;
|
500 |
-
}
|
501 |
-
|
502 |
-
#pa-general-settings .pa-support-list {
|
503 |
-
margin: 12px 0 0;
|
504 |
-
padding: 0;
|
505 |
-
}
|
506 |
-
|
507 |
-
#pa-general-settings .pa-support-list li {
|
508 |
-
margin-bottom: 10px;
|
509 |
-
}
|
510 |
-
|
511 |
-
.pa-support-list li a {
|
512 |
-
font-size: 15px;
|
513 |
-
color: #474747;
|
514 |
-
font-family: "Poppins";
|
515 |
-
text-decoration: none;
|
516 |
-
}
|
517 |
-
|
518 |
-
.pa-support-list li a:hover {
|
519 |
-
color: #135e96;
|
520 |
-
}
|
521 |
-
|
522 |
-
#pa-general-settings input[type="email"],
|
523 |
-
#pa-general-settings a:hover,
|
524 |
-
#pa-general-settings a:focus,
|
525 |
-
#pa-general-settings a:visited {
|
526 |
-
border: none;
|
527 |
-
-webkit-box-shadow: none;
|
528 |
-
box-shadow: none;
|
529 |
-
outline: none;
|
530 |
-
}
|
531 |
-
|
532 |
-
|
533 |
-
/**
|
534 |
-
* Tab Info
|
535 |
-
*/
|
536 |
-
.pa-section-info-wrap {
|
537 |
-
padding: 34px;
|
538 |
-
-webkit-border-radius: 15px;
|
539 |
-
border-radius: 15px;
|
540 |
-
background-color: #f7f7f7;
|
541 |
-
-js-display: flex;
|
542 |
-
display: -webkit-box;
|
543 |
-
display: -webkit-flex;
|
544 |
-
display: -moz-box;
|
545 |
-
display: -ms-flexbox;
|
546 |
-
display: flex;
|
547 |
-
-webkit-box-pack: justify;
|
548 |
-
-webkit-justify-content: space-between;
|
549 |
-
-moz-box-pack: justify;
|
550 |
-
-ms-flex-pack: justify;
|
551 |
-
justify-content: space-between;
|
552 |
-
-webkit-box-align: center;
|
553 |
-
-webkit-align-items: center;
|
554 |
-
-moz-box-align: center;
|
555 |
-
-ms-flex-align: center;
|
556 |
-
align-items: center;
|
557 |
-
height: 100%;
|
558 |
-
}
|
559 |
-
|
560 |
-
#pa-general-settings .pa-section-info-wrap,
|
561 |
-
#pa-ver-control-settings .pa-section-info-wrap {
|
562 |
-
-webkit-box-orient: vertical;
|
563 |
-
-webkit-box-direction: normal;
|
564 |
-
-webkit-flex-direction: column;
|
565 |
-
-moz-box-orient: vertical;
|
566 |
-
-moz-box-direction: normal;
|
567 |
-
-ms-flex-direction: column;
|
568 |
-
flex-direction: column;
|
569 |
-
-webkit-box-align: start;
|
570 |
-
-webkit-align-items: flex-start;
|
571 |
-
-moz-box-align: start;
|
572 |
-
-ms-flex-align: start;
|
573 |
-
align-items: flex-start;
|
574 |
-
}
|
575 |
-
|
576 |
-
#pa-features-settings .pa-section-info-wrap:nth-of-type(n + 2),
|
577 |
-
#pa-ver-control-settings .pa-section-info-wrap:nth-of-type(n + 2) {
|
578 |
-
margin-top: 36px;
|
579 |
-
}
|
580 |
-
|
581 |
-
.pa-section-info-wrap h4 {
|
582 |
-
font-size: 20px;
|
583 |
-
color: #252c59;
|
584 |
-
font-weight: 900;
|
585 |
-
font-family: "Red Hat Display";
|
586 |
-
margin: 0;
|
587 |
-
}
|
588 |
-
|
589 |
-
.pa-section-info-wrap p {
|
590 |
-
font-size: 14px;
|
591 |
-
color: #474747;
|
592 |
-
font-family: "Poppins";
|
593 |
-
margin: 0;
|
594 |
-
margin-top: 14px;
|
595 |
-
}
|
596 |
-
|
597 |
-
.pa-section-info-cta {
|
598 |
-
-js-display: flex;
|
599 |
-
display: -webkit-box;
|
600 |
-
display: -webkit-flex;
|
601 |
-
display: -moz-box;
|
602 |
-
display: -ms-flexbox;
|
603 |
-
display: flex;
|
604 |
-
-webkit-box-align: center;
|
605 |
-
-webkit-align-items: center;
|
606 |
-
-moz-box-align: center;
|
607 |
-
-ms-flex-align: center;
|
608 |
-
align-items: center;
|
609 |
-
margin-top: 25px;
|
610 |
-
}
|
611 |
-
|
612 |
-
.pa-section-info-cta .pa-btn {
|
613 |
-
color: #474747;
|
614 |
-
background-color: #ebebeb;
|
615 |
-
padding: 8px 20px;
|
616 |
-
-webkit-border-radius: 10px;
|
617 |
-
border-radius: 10px;
|
618 |
-
font-size: 15px;
|
619 |
-
font-weight: 700;
|
620 |
-
font-family: "Red Hat Display";
|
621 |
-
-webkit-transition: all 0.2s ease-in-out;
|
622 |
-
transition: all 0.2s ease-in-out;
|
623 |
-
}
|
624 |
-
|
625 |
-
.pa-section-info-cta .pa-btn:hover,
|
626 |
-
.pa-section-info-cta .pa-btn:focus,
|
627 |
-
.pa-section-info-cta .pa-btn:active {
|
628 |
-
color: #fff;
|
629 |
-
background-color: #00a5e5;
|
630 |
-
}
|
631 |
-
|
632 |
-
.pa-section-info-cta .pa-section-info-label {
|
633 |
-
font-size: 13px;
|
634 |
-
color: #474747;
|
635 |
-
font-family: "Poppins";
|
636 |
-
text-align: left;
|
637 |
-
}
|
638 |
-
|
639 |
-
.pa-section-info-cta .pa-section-info-warning {
|
640 |
-
font-size: 13px;
|
641 |
-
color: #cca329;
|
642 |
-
font-weight: 300;
|
643 |
-
font-family: "Poppins";
|
644 |
-
margin-right: 20px;
|
645 |
-
}
|
646 |
-
|
647 |
-
.pa-section-info-cta .pa-section-info-warning i {
|
648 |
-
font-weight: 300;
|
649 |
-
vertical-align: bottom;
|
650 |
-
}
|
651 |
-
|
652 |
-
.pa-section-info-wrap .pa-btn,
|
653 |
-
.pa-section-info-wrap .pa-btn-unused {
|
654 |
-
font-family: "Red Hat Display";
|
655 |
-
color: #8e8e8e;
|
656 |
-
background-color: #ebebeb;
|
657 |
-
border: 0px solid;
|
658 |
-
padding: 16px 28px;
|
659 |
-
-webkit-border-radius: 10px;
|
660 |
-
border-radius: 10px;
|
661 |
-
font-size: 15px;
|
662 |
-
font-weight: 700;
|
663 |
-
cursor: pointer;
|
664 |
-
-webkit-transition: 300ms;
|
665 |
-
transition: 300ms;
|
666 |
-
display: block;
|
667 |
-
text-decoration: none;
|
668 |
-
}
|
669 |
-
|
670 |
-
.pa-section-info-wrap .pa-btn-unused {
|
671 |
-
width: 100%;
|
672 |
-
clear: both;
|
673 |
-
background: transparent;
|
674 |
-
color: #252C59;
|
675 |
-
padding-bottom: 0;
|
676 |
-
text-decoration: underline;
|
677 |
-
font-weight: normal;
|
678 |
-
}
|
679 |
-
|
680 |
-
.pa-section-info-wrap .pa-btn-unused.dimmed {
|
681 |
-
cursor: no-drop;
|
682 |
-
color: #C2C4CF;
|
683 |
-
}
|
684 |
-
|
685 |
-
.pa-element-name .pa-total-use {
|
686 |
-
color: #252C59;
|
687 |
-
}
|
688 |
-
|
689 |
-
.pa-section-info-wrap button.pa-btn-enable {
|
690 |
-
-webkit-border-top-left-radius: 0;
|
691 |
-
border-top-left-radius: 0;
|
692 |
-
-webkit-border-bottom-left-radius: 0;
|
693 |
-
border-bottom-left-radius: 0;
|
694 |
-
float: right;
|
695 |
-
}
|
696 |
-
|
697 |
-
.pa-section-info-wrap button.pa-btn-disable {
|
698 |
-
-webkit-border-top-right-radius: 0;
|
699 |
-
border-top-right-radius: 0;
|
700 |
-
-webkit-border-bottom-right-radius: 0;
|
701 |
-
border-bottom-right-radius: 0;
|
702 |
-
float: left;
|
703 |
-
}
|
704 |
-
|
705 |
-
.pa-section-info-wrap .pa-btn-enable.active {
|
706 |
-
color: #fff;
|
707 |
-
-webkit-box-shadow: inset -3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
|
708 |
-
box-shadow: inset -3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
|
709 |
-
background-color: #8dc900;
|
710 |
-
}
|
711 |
-
|
712 |
-
.pa-section-info-wrap .pa-btn-disable.active {
|
713 |
-
color: #fff;
|
714 |
-
-webkit-box-shadow: inset -3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
|
715 |
-
box-shadow: inset -3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
|
716 |
-
background-color: #898989;
|
717 |
-
}
|
718 |
-
|
719 |
-
.pa-section-info-wrap .pa-btn-enable:not(.active):hover {
|
720 |
-
color: #ffffff;
|
721 |
-
background-color: #8dc900;
|
722 |
-
}
|
723 |
-
|
724 |
-
.pa-section-info-wrap .pa-btn-disable:not(.active):hover {
|
725 |
-
color: #ffffff;
|
726 |
-
background-color: #898989;
|
727 |
-
}
|
728 |
-
|
729 |
-
/*
|
730 |
-
* Widgets & Addons Tab
|
731 |
-
*/
|
732 |
-
.pa-elements-settings {
|
733 |
-
position: relative;
|
734 |
-
-js-display: flex;
|
735 |
-
display: -webkit-box;
|
736 |
-
display: -webkit-flex;
|
737 |
-
display: -moz-box;
|
738 |
-
display: -ms-flexbox;
|
739 |
-
display: flex;
|
740 |
-
margin-top: 16px;
|
741 |
-
}
|
742 |
-
|
743 |
-
.pa-elements-filter {
|
744 |
-
position: absolute;
|
745 |
-
top: 10px;
|
746 |
-
left: 16px;
|
747 |
-
}
|
748 |
-
|
749 |
-
.pa-elements-filter label {
|
750 |
-
font-size: 13px;
|
751 |
-
color: #474747;
|
752 |
-
font-family: "Poppins";
|
753 |
-
margin-left: 10px;
|
754 |
-
}
|
755 |
-
|
756 |
-
.pa-elements-filter select {
|
757 |
-
padding: 5px 15px 5px 35px;
|
758 |
-
}
|
759 |
-
|
760 |
-
.pa-elements-tabs {
|
761 |
-
-webkit-border-radius: 10px;
|
762 |
-
border-radius: 10px;
|
763 |
-
background-color: #f7f7f7;
|
764 |
-
padding: 20px;
|
765 |
-
margin-left: 16px;
|
766 |
-
}
|
767 |
-
|
768 |
-
.pa-elements-tabs .pa-elements-tab {
|
769 |
-
position: relative;
|
770 |
-
padding: 0;
|
771 |
-
margin-bottom: 12px;
|
772 |
-
text-align: center;
|
773 |
-
}
|
774 |
-
|
775 |
-
.pa-elements-tab .pa-element-tab-tooltip {
|
776 |
-
position: absolute;
|
777 |
-
background-color: #3a3c40;
|
778 |
-
display: block;
|
779 |
-
position: absolute;
|
780 |
-
top: 50%;
|
781 |
-
right: 100%;
|
782 |
-
padding: 10px 20px;
|
783 |
-
-webkit-border-radius: 13px;
|
784 |
-
border-radius: 13px;
|
785 |
-
-webkit-filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
|
786 |
-
filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
|
787 |
-
background-color: #ffffff;
|
788 |
-
font-size: 11px;
|
789 |
-
color: #252c59;
|
790 |
-
font-weight: 500;
|
791 |
-
font-family: "Poppins";
|
792 |
-
opacity: 0;
|
793 |
-
pointer-events: none;
|
794 |
-
text-transform: capitalize;
|
795 |
-
-webkit-transform: translate(-30px, -50%);
|
796 |
-
-ms-transform: translate(-30px, -50%);
|
797 |
-
transform: translate(-30px, -50%);
|
798 |
-
-webkit-transition: all 0.3s ease;
|
799 |
-
transition: all 0.3s ease;
|
800 |
-
z-index: 1;
|
801 |
-
white-space: nowrap;
|
802 |
-
}
|
803 |
-
|
804 |
-
.pa-elements-tab .pa-element-tab-tooltip::before {
|
805 |
-
display: block;
|
806 |
-
position: absolute;
|
807 |
-
top: 50%;
|
808 |
-
right: -5px;
|
809 |
-
width: 0;
|
810 |
-
height: 0;
|
811 |
-
content: "";
|
812 |
-
border-top: 5px solid transparent;
|
813 |
-
border-bottom: 5px solid transparent;
|
814 |
-
border-left: 5px solid #ffffff;
|
815 |
-
-webkit-transform: translateY(-50%);
|
816 |
-
-ms-transform: translateY(-50%);
|
817 |
-
transform: translateY(-50%);
|
818 |
-
}
|
819 |
-
|
820 |
-
.pa-elements-tab .pa-elements-tab-link {
|
821 |
-
-js-display: flex;
|
822 |
-
display: -webkit-box;
|
823 |
-
display: -webkit-flex;
|
824 |
-
display: -moz-box;
|
825 |
-
display: -ms-flexbox;
|
826 |
-
display: flex;
|
827 |
-
-webkit-box-pack: center;
|
828 |
-
-webkit-justify-content: center;
|
829 |
-
-moz-box-pack: center;
|
830 |
-
-ms-flex-pack: center;
|
831 |
-
justify-content: center;
|
832 |
-
-webkit-box-align: center;
|
833 |
-
-webkit-align-items: center;
|
834 |
-
-moz-box-align: center;
|
835 |
-
-ms-flex-align: center;
|
836 |
-
align-items: center;
|
837 |
-
color: #c2c4cf;
|
838 |
-
padding: 12px;
|
839 |
-
text-decoration: none;
|
840 |
-
-webkit-transition: all 0.3s ease-in-out;
|
841 |
-
transition: all 0.3s ease-in-out;
|
842 |
-
-webkit-border-radius: 13px;
|
843 |
-
border-radius: 13px;
|
844 |
-
}
|
845 |
-
|
846 |
-
.pa-elements-tab .pa-elements-tab-link:hover,
|
847 |
-
.pa-elements-tab .pa-elements-tab-link.active {
|
848 |
-
-webkit-filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5)) drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
|
849 |
-
filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5)) drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
|
850 |
-
background-color: #ffffff;
|
851 |
-
color: #00a5e5;
|
852 |
-
outline: none;
|
853 |
-
border: none;
|
854 |
-
text-decoration: none;
|
855 |
-
-webkit-box-shadow: none;
|
856 |
-
box-shadow: none;
|
857 |
-
}
|
858 |
-
|
859 |
-
.pa-elements-tab .pa-elements-tab-link:hover+span {
|
860 |
-
opacity: 1;
|
861 |
-
-webkit-transform: translate(-20px, -50%);
|
862 |
-
-ms-transform: translate(-20px, -50%);
|
863 |
-
transform: translate(-20px, -50%);
|
864 |
-
}
|
865 |
-
|
866 |
-
.pa-switchers {
|
867 |
-
-js-display: flex;
|
868 |
-
display: -webkit-box;
|
869 |
-
display: -webkit-flex;
|
870 |
-
display: -moz-box;
|
871 |
-
display: -ms-flexbox;
|
872 |
-
display: flex;
|
873 |
-
-webkit-flex-wrap: wrap;
|
874 |
-
-ms-flex-wrap: wrap;
|
875 |
-
flex-wrap: wrap;
|
876 |
-
-webkit-align-content: flex-start;
|
877 |
-
-ms-flex-line-pack: start;
|
878 |
-
align-content: flex-start;
|
879 |
-
}
|
880 |
-
|
881 |
-
.pa-switchers-container {
|
882 |
-
width: 100%;
|
883 |
-
}
|
884 |
-
|
885 |
-
.pa-switchers-container.hidden,
|
886 |
-
.pa-switcher.hidden {
|
887 |
-
display: none;
|
888 |
-
}
|
889 |
-
|
890 |
-
.pa-switchers-container .pa-elements-tab-title {
|
891 |
-
font-size: 20px;
|
892 |
-
color: #252c59;
|
893 |
-
font-weight: 900;
|
894 |
-
font-family: "Red Hat Display";
|
895 |
-
margin: 16px 0;
|
896 |
-
}
|
897 |
-
|
898 |
-
.pa-switcher {
|
899 |
-
-webkit-border-radius: 15px;
|
900 |
-
border-radius: 15px;
|
901 |
-
background-color: #f7f7f7;
|
902 |
-
position: relative;
|
903 |
-
-js-display: flex;
|
904 |
-
display: -webkit-box;
|
905 |
-
display: -webkit-flex;
|
906 |
-
display: -moz-box;
|
907 |
-
display: -ms-flexbox;
|
908 |
-
display: flex;
|
909 |
-
width: -webkit-calc(50% - 56px);
|
910 |
-
width: calc(50% - 56px);
|
911 |
-
-webkit-box-pack: justify;
|
912 |
-
-webkit-justify-content: space-between;
|
913 |
-
-moz-box-pack: justify;
|
914 |
-
-ms-flex-pack: justify;
|
915 |
-
justify-content: space-between;
|
916 |
-
-webkit-box-align: center;
|
917 |
-
-webkit-align-items: center;
|
918 |
-
-moz-box-align: center;
|
919 |
-
-ms-flex-align: center;
|
920 |
-
align-items: center;
|
921 |
-
padding: 20px;
|
922 |
-
margin-top: 16px;
|
923 |
-
margin-left: 16px;
|
924 |
-
}
|
925 |
-
|
926 |
-
.pa-element-info {
|
927 |
-
-js-display: flex;
|
928 |
-
display: -webkit-box;
|
929 |
-
display: -webkit-flex;
|
930 |
-
display: -moz-box;
|
931 |
-
display: -ms-flexbox;
|
932 |
-
display: flex;
|
933 |
-
-webkit-box-align: center;
|
934 |
-
-webkit-align-items: center;
|
935 |
-
-moz-box-align: center;
|
936 |
-
-ms-flex-align: center;
|
937 |
-
align-items: center;
|
938 |
-
}
|
939 |
-
|
940 |
-
.pa-section .pa-element-icon {
|
941 |
-
color: #252c59;
|
942 |
-
background-color: #ebebeb;
|
943 |
-
-webkit-border-radius: 15px;
|
944 |
-
border-radius: 15px;
|
945 |
-
/* padding: 12px; */
|
946 |
-
min-width: 40px;
|
947 |
-
min-height: 40px;
|
948 |
-
margin-left: 8px;
|
949 |
-
-js-display: flex;
|
950 |
-
display: -webkit-box;
|
951 |
-
display: -webkit-flex;
|
952 |
-
display: -moz-box;
|
953 |
-
display: -ms-flexbox;
|
954 |
-
display: flex;
|
955 |
-
-webkit-box-pack: center;
|
956 |
-
-webkit-justify-content: center;
|
957 |
-
-moz-box-pack: center;
|
958 |
-
-ms-flex-pack: center;
|
959 |
-
justify-content: center;
|
960 |
-
-webkit-box-align: center;
|
961 |
-
-webkit-align-items: center;
|
962 |
-
-moz-box-align: center;
|
963 |
-
-ms-flex-align: center;
|
964 |
-
align-items: center;
|
965 |
-
}
|
966 |
-
|
967 |
-
.pa-element-name {
|
968 |
-
font-size: 16px;
|
969 |
-
color: #252c59;
|
970 |
-
font-weight: 700;
|
971 |
-
font-family: "Red Hat Display";
|
972 |
-
margin: 0;
|
973 |
-
-js-display: flex;
|
974 |
-
display: -webkit-box;
|
975 |
-
display: -webkit-flex;
|
976 |
-
display: -moz-box;
|
977 |
-
display: -ms-flexbox;
|
978 |
-
display: flex;
|
979 |
-
}
|
980 |
-
|
981 |
-
.pa-element-name span {
|
982 |
-
text-transform: uppercase;
|
983 |
-
color: #fd9926;
|
984 |
-
font-weight: 700;
|
985 |
-
font-size: 11px;
|
986 |
-
margin-right: 5px;
|
987 |
-
}
|
988 |
-
|
989 |
-
.pa-element-link {
|
990 |
-
font-size: 13px;
|
991 |
-
color: #252c59;
|
992 |
-
font-family: "Poppins";
|
993 |
-
text-decoration: none;
|
994 |
-
-webkit-transition: all 0.2s ease-in-out;
|
995 |
-
transition: all 0.2s ease-in-out;
|
996 |
-
}
|
997 |
-
|
998 |
-
.pa-element-link-separator {
|
999 |
-
width: 3px;
|
1000 |
-
height: 3px;
|
1001 |
-
display: inline-block;
|
1002 |
-
text-align: center;
|
1003 |
-
color: #252c59;
|
1004 |
-
background: #252c59;
|
1005 |
-
-webkit-border-radius: 50%;
|
1006 |
-
border-radius: 50%;
|
1007 |
-
vertical-align: middle;
|
1008 |
-
margin: 0 3px;
|
1009 |
-
}
|
1010 |
-
|
1011 |
-
.pa-element-link:hover,
|
1012 |
-
.pa-element-link:focus {
|
1013 |
-
color: #00a5e5;
|
1014 |
-
text-decoration: none;
|
1015 |
-
outline: none;
|
1016 |
-
-webkit-box-shadow: none;
|
1017 |
-
box-shadow: none;
|
1018 |
-
border: none;
|
1019 |
-
}
|
1020 |
-
|
1021 |
-
/*
|
1022 |
-
* Integrations
|
1023 |
-
*/
|
1024 |
-
.pa-maps-table select {
|
1025 |
-
width: 100%;
|
1026 |
-
max-width: 100%;
|
1027 |
-
padding: 8px;
|
1028 |
-
}
|
1029 |
-
|
1030 |
-
.pa-maps-table #premium-map-api,
|
1031 |
-
.pa-maps-table #premium-youtube-api {
|
1032 |
-
width: 100%;
|
1033 |
-
}
|
1034 |
-
|
1035 |
-
.pa-maps-table tr td {
|
1036 |
-
padding-top: 30px;
|
1037 |
-
}
|
1038 |
-
|
1039 |
-
.pa-maps-table tr td:first-of-type {
|
1040 |
-
padding-left: 30px;
|
1041 |
-
}
|
1042 |
-
|
1043 |
-
.pa-maps-table td h4 {
|
1044 |
-
margin: 0;
|
1045 |
-
font-size: 15px;
|
1046 |
-
color: #252c59;
|
1047 |
-
font-weight: 500;
|
1048 |
-
font-family: "Poppins";
|
1049 |
-
display: inline-block;
|
1050 |
-
}
|
1051 |
-
|
1052 |
-
.pa-maps-table td span {
|
1053 |
-
font-size: 13px;
|
1054 |
-
color: #474747;
|
1055 |
-
font-family: "Poppins";
|
1056 |
-
vertical-align: middle;
|
1057 |
-
}
|
1058 |
-
|
1059 |
-
.pa-maps-table td input[type="text"] {
|
1060 |
-
-webkit-border-radius: 10px;
|
1061 |
-
border-radius: 10px;
|
1062 |
-
background-color: #ebebeb;
|
1063 |
-
border: none;
|
1064 |
-
padding: 8px 20px;
|
1065 |
-
}
|
1066 |
-
|
1067 |
-
.pa-section input[type="checkbox"] {
|
1068 |
-
border: none;
|
1069 |
-
display: none;
|
1070 |
-
}
|
1071 |
-
|
1072 |
-
.pa-section input[type="checkbox"]+label {
|
1073 |
-
position: relative;
|
1074 |
-
background: #ebebeb;
|
1075 |
-
height: 16px;
|
1076 |
-
width: 16px;
|
1077 |
-
display: inline-block;
|
1078 |
-
padding: 0;
|
1079 |
-
margin-left: 5px;
|
1080 |
-
-webkit-border-radius: 4px;
|
1081 |
-
border-radius: 4px;
|
1082 |
-
}
|
1083 |
-
|
1084 |
-
.pa-section input[type="checkbox"]:checked+label {
|
1085 |
-
background: #00a5e5;
|
1086 |
-
height: 16px;
|
1087 |
-
width: 16px;
|
1088 |
-
display: inline-block;
|
1089 |
-
padding: 0;
|
1090 |
-
}
|
1091 |
-
|
1092 |
-
.pa-section input[type="checkbox"]:checked+label:before {
|
1093 |
-
position: absolute;
|
1094 |
-
content: "✔";
|
1095 |
-
color: #fff;
|
1096 |
-
font-size: 12px;
|
1097 |
-
top: 0;
|
1098 |
-
right: 0;
|
1099 |
-
width: 100%;
|
1100 |
-
height: 100%;
|
1101 |
-
text-align: center;
|
1102 |
-
margin-top: -1px;
|
1103 |
-
}
|
1104 |
-
|
1105 |
-
.pa-maps-table td input:focus {
|
1106 |
-
outline: none;
|
1107 |
-
-webkit-box-shadow: none;
|
1108 |
-
box-shadow: none;
|
1109 |
-
border: none;
|
1110 |
-
}
|
1111 |
-
|
1112 |
-
.pa-elements-filter select,
|
1113 |
-
.pa-maps-table td select {
|
1114 |
-
border-color: #dcdcdc;
|
1115 |
-
-webkit-border-radius: 10px;
|
1116 |
-
border-radius: 10px;
|
1117 |
-
-webkit-border-bottom-left-radius: 0;
|
1118 |
-
border-bottom-left-radius: 0;
|
1119 |
-
}
|
1120 |
-
|
1121 |
-
.pa-maps-circle-icon {
|
1122 |
-
width: 5px;
|
1123 |
-
height: 5px;
|
1124 |
-
background-color: #252c59;
|
1125 |
-
-webkit-border-radius: 50%;
|
1126 |
-
border-radius: 50%;
|
1127 |
-
display: inline-block;
|
1128 |
-
vertical-align: middle;
|
1129 |
-
margin-left: 10px;
|
1130 |
-
}
|
1131 |
-
|
1132 |
-
.pa-maps-table td h4:before {
|
1133 |
-
position: absolute;
|
1134 |
-
content: "";
|
1135 |
-
}
|
1136 |
-
|
1137 |
-
/*
|
1138 |
-
* White Labeling Tab
|
1139 |
-
*/
|
1140 |
-
.pa-wht-lbl-settings .pa-wht-lbl-title {
|
1141 |
-
font-size: 20px;
|
1142 |
-
color: #252c59;
|
1143 |
-
font-weight: 900;
|
1144 |
-
font-family: "Red Hat Display";
|
1145 |
-
margin: 0;
|
1146 |
-
}
|
1147 |
-
|
1148 |
-
.pa-wht-lbl-settings .pa-row {
|
1149 |
-
width: 60%;
|
1150 |
-
float: right;
|
1151 |
-
}
|
1152 |
-
|
1153 |
-
.pa-wht-lbl-settings .pa-wht-lbl-admin {
|
1154 |
-
width: 30%;
|
1155 |
-
float: right;
|
1156 |
-
margin-right: 16px;
|
1157 |
-
}
|
1158 |
-
|
1159 |
-
.pa-wht-lbl-settings .pa-wht-lbl-head {
|
1160 |
-
border-bottom: 1px solid #ddd;
|
1161 |
-
background: #f7f7f7;
|
1162 |
-
padding: 20px;
|
1163 |
-
}
|
1164 |
-
|
1165 |
-
.pa-wht-lbl-table {
|
1166 |
-
text-align: right;
|
1167 |
-
}
|
1168 |
-
|
1169 |
-
.pa-wht-lbl-settings input {
|
1170 |
-
font-weight: 400;
|
1171 |
-
margin: 0;
|
1172 |
-
margin-bottom: 12px;
|
1173 |
-
-webkit-border-radius: 10px;
|
1174 |
-
border-radius: 10px;
|
1175 |
-
/* background-color: #ebebeb; */
|
1176 |
-
border: 1px solid #dcdcdc;
|
1177 |
-
padding: 8px 20px;
|
1178 |
-
}
|
1179 |
-
|
1180 |
-
/* .pa-wht-lbl-settings input + span {
|
1181 |
-
margin-left: 0.3em;
|
1182 |
-
} */
|
1183 |
-
|
1184 |
-
.pa-wht-lbl-settings label+span {
|
1185 |
-
font-family: "Poppins";
|
1186 |
-
vertical-align: middle;
|
1187 |
-
}
|
1188 |
-
|
1189 |
-
.pa-wht-lbl-settings .pa-input-label {
|
1190 |
-
display: block;
|
1191 |
-
font-weight: 600;
|
1192 |
-
margin: 10px 0 6px;
|
1193 |
-
font-size: 14px;
|
1194 |
-
color: #252c59;
|
1195 |
-
font-family: "Red Hat Display";
|
1196 |
-
}
|
1197 |
-
|
1198 |
-
.pa-wht-lbl-settings input[type="text"] {
|
1199 |
-
width: 550px;
|
1200 |
-
}
|
1201 |
-
|
1202 |
-
.pa-wht-lbl-settings input[type="text"]::-webkit-input-placeholder {
|
1203 |
-
font-weight: 300;
|
1204 |
-
font-family: "Poppins";
|
1205 |
-
}
|
1206 |
-
|
1207 |
-
.pa-wht-lbl-settings input[type="text"]:-moz-placeholder {
|
1208 |
-
font-weight: 300;
|
1209 |
-
font-family: "Poppins";
|
1210 |
-
}
|
1211 |
-
|
1212 |
-
.pa-wht-lbl-settings input[type="text"]::-moz-placeholder {
|
1213 |
-
font-weight: 300;
|
1214 |
-
font-family: "Poppins";
|
1215 |
-
}
|
1216 |
-
|
1217 |
-
.pa-wht-lbl-settings input[type="text"]:-ms-input-placeholder {
|
1218 |
-
font-weight: 300;
|
1219 |
-
font-family: "Poppins";
|
1220 |
-
}
|
1221 |
-
|
1222 |
-
.pa-wht-lbl-settings input[type="text"]::-ms-input-placeholder {
|
1223 |
-
font-weight: 300;
|
1224 |
-
font-family: "Poppins";
|
1225 |
-
}
|
1226 |
-
|
1227 |
-
.pa-wht-lbl-settings input[type="text"]::placeholder {
|
1228 |
-
font-weight: 300;
|
1229 |
-
font-family: "Poppins";
|
1230 |
-
}
|
1231 |
-
|
1232 |
-
.pa-wht-lbl-settings .pa-wht-lbl-settings-wrap {
|
1233 |
-
background: #fff;
|
1234 |
-
margin: 16px auto;
|
1235 |
-
border: 1px solid #dcdcdc;
|
1236 |
-
-webkit-border-radius: 10px;
|
1237 |
-
border-radius: 10px;
|
1238 |
-
overflow: hidden;
|
1239 |
-
}
|
1240 |
-
|
1241 |
-
.pa-wht-lbl-settings .clearfix {
|
1242 |
-
clear: both;
|
1243 |
-
}
|
1244 |
-
|
1245 |
-
.pa-wht-lbl-group-wrap {
|
1246 |
-
padding: 20px;
|
1247 |
-
}
|
1248 |
-
|
1249 |
-
.pa-section-white-label .pa-white-label-notice {
|
1250 |
-
position: absolute;
|
1251 |
-
top: 0;
|
1252 |
-
right: 0;
|
1253 |
-
width: 100%;
|
1254 |
-
height: 100%;
|
1255 |
-
background: rgba(200, 200, 200, 0.8);
|
1256 |
-
-webkit-border-radius: 15px;
|
1257 |
-
border-radius: 15px;
|
1258 |
-
-js-display: flex;
|
1259 |
-
display: -webkit-box;
|
1260 |
-
display: -webkit-flex;
|
1261 |
-
display: -moz-box;
|
1262 |
-
display: -ms-flexbox;
|
1263 |
-
display: flex;
|
1264 |
-
-webkit-box-pack: center;
|
1265 |
-
-webkit-justify-content: center;
|
1266 |
-
-moz-box-pack: center;
|
1267 |
-
-ms-flex-pack: center;
|
1268 |
-
justify-content: center;
|
1269 |
-
}
|
1270 |
-
|
1271 |
-
.pa-white-label-notice-content {
|
1272 |
-
position: absolute;
|
1273 |
-
top: 200px;
|
1274 |
-
right: 200;
|
1275 |
-
width: 530px;
|
1276 |
-
background-image: url("../../images/popup-pattern.jpg");
|
1277 |
-
background-repeat: no-repeat;
|
1278 |
-
-webkit-background-size: cover;
|
1279 |
-
background-size: cover;
|
1280 |
-
padding: 32px;
|
1281 |
-
padding-bottom: 50px;
|
1282 |
-
-webkit-border-radius: 0px 50px;
|
1283 |
-
border-radius: 0px 50px;
|
1284 |
-
text-align: center;
|
1285 |
-
z-index: 2;
|
1286 |
-
}
|
1287 |
-
|
1288 |
-
.pa-white-label-notice-logo {
|
1289 |
-
-webkit-transform: translateY(-32px);
|
1290 |
-
-ms-transform: translateY(-32px);
|
1291 |
-
transform: translateY(-32px);
|
1292 |
-
margin-bottom: -18px;
|
1293 |
-
}
|
1294 |
-
|
1295 |
-
.pa-white-label-notice-logo img {
|
1296 |
-
padding: 10px;
|
1297 |
-
padding-top: 40px;
|
1298 |
-
background-color: #ffffff;
|
1299 |
-
border: 1px solid #e6e6e6;
|
1300 |
-
-webkit-border-radius: 50px;
|
1301 |
-
border-radius: 50px;
|
1302 |
-
-webkit-border-top-right-radius: 50px;
|
1303 |
-
border-top-right-radius: 50px;
|
1304 |
-
-webkit-border-top-left-radius: 50px;
|
1305 |
-
border-top-left-radius: 50px;
|
1306 |
-
-webkit-border-top-right-radius: 0;
|
1307 |
-
border-top-right-radius: 0;
|
1308 |
-
-webkit-border-top-left-radius: 0;
|
1309 |
-
border-top-left-radius: 0;
|
1310 |
-
}
|
1311 |
-
|
1312 |
-
.pa-white-label-notice-content h2,
|
1313 |
-
.pa-swal-head {
|
1314 |
-
display: inline-block;
|
1315 |
-
font-size: 23px;
|
1316 |
-
color: #252c59;
|
1317 |
-
font-weight: 900;
|
1318 |
-
font-family: "Red Hat Display";
|
1319 |
-
text-align: center;
|
1320 |
-
max-width: 350px;
|
1321 |
-
line-height: 1;
|
1322 |
-
margin: 0;
|
1323 |
-
margin-bottom: 18px;
|
1324 |
-
}
|
1325 |
-
|
1326 |
-
.pa-white-label-notice-content h2 span {
|
1327 |
-
color: #fd9926;
|
1328 |
-
text-transform: uppercase;
|
1329 |
-
font-family: "Red Hat Display";
|
1330 |
-
}
|
1331 |
-
|
1332 |
-
.pa-white-label-notice-content p {
|
1333 |
-
font-size: 13px;
|
1334 |
-
color: #474747;
|
1335 |
-
font-family: "Poppins";
|
1336 |
-
text-align: center;
|
1337 |
-
margin: 0;
|
1338 |
-
margin-bottom: 18px;
|
1339 |
-
}
|
1340 |
-
|
1341 |
-
.pa-white-label-notice-content a.pa-get-pro {
|
1342 |
-
display: inline-block;
|
1343 |
-
width: 117px;
|
1344 |
-
padding: 12px 10px;
|
1345 |
-
-webkit-border-radius: 10px;
|
1346 |
-
border-radius: 10px;
|
1347 |
-
color: #ffffff;
|
1348 |
-
font-size: 15px;
|
1349 |
-
font-weight: 900;
|
1350 |
-
font-family: "Red Hat Display";
|
1351 |
-
-webkit-filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
|
1352 |
-
filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
|
1353 |
-
text-decoration: none;
|
1354 |
-
outline: none;
|
1355 |
-
border: none;
|
1356 |
-
background-image: -webkit-linear-gradient(-120deg, #fe6300 0%, #fe9f00 100%);
|
1357 |
-
background-image: linear-gradient(30deg, #fe6300 0%, #fe9f00 100%);
|
1358 |
-
-webkit-transition: all 0.2s ease-in-out;
|
1359 |
-
transition: all 0.2s ease-in-out;
|
1360 |
-
}
|
1361 |
-
|
1362 |
-
.pa-white-label-notice-content a.pa-get-pro:hover {
|
1363 |
-
background-image: -webkit-linear-gradient(-60deg, #fe6300 0%, #fe9f00 100%);
|
1364 |
-
background-image: linear-gradient(-30deg, #fe6300 0%, #fe9f00 100%);
|
1365 |
-
}
|
1366 |
-
|
1367 |
-
/*
|
1368 |
-
* System Info Tab
|
1369 |
-
*/
|
1370 |
-
.pa-section-info table.widefat {
|
1371 |
-
border: 0px;
|
1372 |
-
-webkit-box-shadow: none;
|
1373 |
-
box-shadow: none;
|
1374 |
-
font-family: "Poppins";
|
1375 |
-
}
|
1376 |
-
|
1377 |
-
.pa-section-info .widefat td:first-child {
|
1378 |
-
width: 30%;
|
1379 |
-
}
|
1380 |
-
|
1381 |
-
.pa-section-info table.widefat tr:nth-child(2n) {
|
1382 |
-
background-color: #f7f7f7;
|
1383 |
-
}
|
1384 |
-
|
1385 |
-
/*
|
1386 |
-
* License Tab
|
1387 |
-
*/
|
1388 |
-
.pa-license-form span {
|
1389 |
-
color: #474747;
|
1390 |
-
font-family: "Poppins";
|
1391 |
-
}
|
1392 |
-
|
1393 |
-
.pa-license-form label {
|
1394 |
-
display: block;
|
1395 |
-
font-weight: 500;
|
1396 |
-
margin: 2em 0 0.5em;
|
1397 |
-
}
|
1398 |
-
|
1399 |
-
.pa-license-form code {
|
1400 |
-
padding: 3px 5px 2px;
|
1401 |
-
margin: 0 1px;
|
1402 |
-
background: #eaeaea;
|
1403 |
-
background: rgba(0, 0, 0, 0.07);
|
1404 |
-
font-size: 13px;
|
1405 |
-
font-style: italic;
|
1406 |
-
}
|
1407 |
-
|
1408 |
-
.pa-license-form .button.button-primary {
|
1409 |
-
width: 147px;
|
1410 |
-
height: 43px;
|
1411 |
-
/* -webkit-filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3));
|
1412 |
-
filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3)); */
|
1413 |
-
background-color: #00a5e5;
|
1414 |
-
/* margin-top: 50px; */
|
1415 |
-
margin-right: -3px;
|
1416 |
-
-webkit-border-radius: 10px 0 0 10px;
|
1417 |
-
border-radius: 10px 0 0 10px;
|
1418 |
-
border: none;
|
1419 |
-
}
|
1420 |
-
|
1421 |
-
#papro-license-key:focus,
|
1422 |
-
.pa-license-form .button.button-primary:focus {
|
1423 |
-
outline: none;
|
1424 |
-
-webkit-box-shadow: none;
|
1425 |
-
box-shadow: none;
|
1426 |
-
}
|
1427 |
-
|
1428 |
-
#papro-license-key {
|
1429 |
-
height: 43px;
|
1430 |
-
line-height: 1;
|
1431 |
-
margin: 0;
|
1432 |
-
padding: 8px 20px;
|
1433 |
-
-webkit-border-radius: 0 10px 10px 0;
|
1434 |
-
border-radius: 0 10px 10px 0;
|
1435 |
-
}
|
1436 |
-
|
1437 |
-
.pa-license-form input+span {
|
1438 |
-
margin-right: 10px;
|
1439 |
-
font-weight: 600;
|
1440 |
-
}
|
1441 |
-
|
1442 |
-
.pa-license-cell span {
|
1443 |
-
margin-right: 0.3em;
|
1444 |
-
}
|
1445 |
-
|
1446 |
-
@media(min-width: 1550px) {
|
1447 |
-
#pa-general-settings .pa-section-info:not(.pa-news-section):not(.pa-support-section) p {
|
1448 |
-
min-height: 65px;
|
1449 |
-
}
|
1450 |
-
|
1451 |
-
.pa-news-grid .pa-news-post p:nth-of-type(1) {
|
1452 |
-
min-height: 40px;
|
1453 |
-
}
|
1454 |
-
}
|
1455 |
-
|
1456 |
-
/*
|
1457 |
-
* PAPRO Notice
|
1458 |
-
*/
|
1459 |
-
.papro-admin-notice {
|
1460 |
-
-webkit-display: flex;
|
1461 |
-
display: -webkit-box;
|
1462 |
-
display: -ms-flexbox;
|
1463 |
-
-js-display: flex;
|
1464 |
-
display: -moz-box;
|
1465 |
-
display: flex;
|
1466 |
-
-webkit-box-pack: end;
|
1467 |
-
-ms-flex-pack: end;
|
1468 |
-
-webkit-justify-content: flex-end;
|
1469 |
-
-moz-box-pack: end;
|
1470 |
-
justify-content: flex-end;
|
1471 |
-
-webkit-box-align: center;
|
1472 |
-
-ms-flex-align: center;
|
1473 |
-
-webkit-align-items: center;
|
1474 |
-
-moz-box-align: center;
|
1475 |
-
align-items: center;
|
1476 |
-
margin-bottom: 24px;
|
1477 |
-
}
|
1478 |
-
|
1479 |
-
.papro-admin-notice>div {
|
1480 |
-
-webkit-box-flex: 1;
|
1481 |
-
-webkit-flex-grow: 1;
|
1482 |
-
-moz-box-flex: 1;
|
1483 |
-
-ms-flex-positive: 1;
|
1484 |
-
flex-grow: 1;
|
1485 |
-
}
|
1486 |
-
|
1487 |
-
.papro-admin-notice-left {
|
1488 |
-
position: relative;
|
1489 |
-
padding: 16px;
|
1490 |
-
-webkit-border-radius: 15px;
|
1491 |
-
border-radius: 15px;
|
1492 |
-
background-color: #fff;
|
1493 |
-
-webkit-flex-basis: 80%;
|
1494 |
-
-ms-flex-preferred-size: 80%;
|
1495 |
-
flex-basis: 80%;
|
1496 |
-
}
|
1497 |
-
|
1498 |
-
.papro-admin-notice-left a {
|
1499 |
-
position: absolute;
|
1500 |
-
top: 0;
|
1501 |
-
right: 0;
|
1502 |
-
width: 100%;
|
1503 |
-
height: 100%;
|
1504 |
-
}
|
1505 |
-
|
1506 |
-
.papro-admin-notice-left a:hover,
|
1507 |
-
.papro-admin-notice-left a:focus,
|
1508 |
-
.papro-admin-notice-left a:visited {
|
1509 |
-
outline: none;
|
1510 |
-
border: none;
|
1511 |
-
-webkit-box-shadow: none;
|
1512 |
-
box-shadow: none;
|
1513 |
-
text-decoration: none;
|
1514 |
-
}
|
1515 |
-
|
1516 |
-
.papro-admin-notice-logo {
|
1517 |
-
-webkit-display: flex;
|
1518 |
-
display: -webkit-box;
|
1519 |
-
display: -ms-flexbox;
|
1520 |
-
-js-display: flex;
|
1521 |
-
display: -moz-box;
|
1522 |
-
display: flex;
|
1523 |
-
-webkit-box-pack: justify;
|
1524 |
-
-webkit-justify-content: space-between;
|
1525 |
-
-moz-box-pack: justify;
|
1526 |
-
-ms-flex-pack: justify;
|
1527 |
-
justify-content: space-between;
|
1528 |
-
-webkit-box-align: center;
|
1529 |
-
-webkit-align-items: center;
|
1530 |
-
-moz-box-align: center;
|
1531 |
-
-ms-flex-align: center;
|
1532 |
-
align-items: center;
|
1533 |
-
}
|
1534 |
-
|
1535 |
-
.papro-admin-notice-logo label {
|
1536 |
-
display: block;
|
1537 |
-
font-weight: 600;
|
1538 |
-
margin: 10px 0 6px;
|
1539 |
-
font-size: 14px;
|
1540 |
-
color: #252c59;
|
1541 |
-
font-family: "Red Hat Display";
|
1542 |
-
}
|
1543 |
-
|
1544 |
-
.papro-admin-notice-right {
|
1545 |
-
-webkit-display: flex;
|
1546 |
-
display: -webkit-box;
|
1547 |
-
display: -ms-flexbox;
|
1548 |
-
-js-display: flex;
|
1549 |
-
display: -moz-box;
|
1550 |
-
display: flex;
|
1551 |
-
-webkit-box-align: center;
|
1552 |
-
-ms-flex-align: center;
|
1553 |
-
-webkit-align-items: center;
|
1554 |
-
-moz-box-align: center;
|
1555 |
-
align-items: center;
|
1556 |
-
background: url("../../images/papro-banner.png");
|
1557 |
-
-webkit-background-size: cover;
|
1558 |
-
background-size: cover;
|
1559 |
-
background-repeat: no-repeat;
|
1560 |
-
padding: 18px;
|
1561 |
-
-webkit-border-radius: 15px;
|
1562 |
-
border-radius: 15px;
|
1563 |
-
overflow: hidden;
|
1564 |
-
margin-right: 25px;
|
1565 |
-
}
|
1566 |
-
|
1567 |
-
.papro-admin-notice-right h4 {
|
1568 |
-
font-size: 20px;
|
1569 |
-
color: #fff;
|
1570 |
-
font-weight: 900;
|
1571 |
-
font-family: "Red Hat Display";
|
1572 |
-
margin: 0;
|
1573 |
-
margin-bottom: 8px;
|
1574 |
-
}
|
1575 |
-
|
1576 |
-
.papro-admin-notice-right p {
|
1577 |
-
font-size: 14px;
|
1578 |
-
color: #ffffff;
|
1579 |
-
font-family: "Poppins";
|
1580 |
-
margin: 0;
|
1581 |
-
}
|
1582 |
-
|
1583 |
-
.papro-admin-notice-right span {
|
1584 |
-
font-weight: 700;
|
1585 |
-
}
|
1586 |
-
|
1587 |
-
/*
|
1588 |
-
* Dashboard Tabs
|
1589 |
-
*/
|
1590 |
-
.pa-dash-general:before {
|
1591 |
-
content: "\e93e";
|
1592 |
-
}
|
1593 |
-
|
1594 |
-
.pa-dash-integrations:before {
|
1595 |
-
content: "\e93f";
|
1596 |
-
}
|
1597 |
-
|
1598 |
-
.pa-dash-system-info:before {
|
1599 |
-
content: "\e941";
|
1600 |
-
}
|
1601 |
-
|
1602 |
-
.pa-dash-vcontrol:before {
|
1603 |
-
content: "\e942";
|
1604 |
-
}
|
1605 |
-
|
1606 |
-
.pa-dash-white-label:before {
|
1607 |
-
content: "\e943";
|
1608 |
-
}
|
1609 |
-
|
1610 |
-
.pa-dash-elements:before {
|
1611 |
-
content: "\e944";
|
1612 |
-
}
|
1613 |
-
|
1614 |
-
.pa-dash-license:before {
|
1615 |
-
content: "\e940";
|
1616 |
-
}
|
1617 |
-
|
1618 |
-
.pa-dash-features:before {
|
1619 |
-
content: "\e911";
|
1620 |
-
}
|
1621 |
-
|
1622 |
-
/*
|
1623 |
-
* Elements Categories
|
1624 |
-
*/
|
1625 |
-
.pa-dash-cat-all:before {
|
1626 |
-
content: "\e945";
|
1627 |
-
}
|
1628 |
-
|
1629 |
-
.pa-dash-cat-blurbs:before {
|
1630 |
-
content: "\e946";
|
1631 |
-
}
|
1632 |
-
|
1633 |
-
.pa-dash-cat-contact:before {
|
1634 |
-
content: "\e94a";
|
1635 |
-
}
|
1636 |
-
|
1637 |
-
.pa-dash-cat-content:before {
|
1638 |
-
content: "\e948";
|
1639 |
-
}
|
1640 |
-
|
1641 |
-
.pa-dash-cat-images:before {
|
1642 |
-
content: "\e949";
|
1643 |
-
}
|
1644 |
-
|
1645 |
-
.pa-dash-cat-off-grid:before {
|
1646 |
-
content: "\e94b";
|
1647 |
-
}
|
1648 |
-
|
1649 |
-
.pa-dash-cat-section:before {
|
1650 |
-
content: "\e94c";
|
1651 |
-
}
|
1652 |
-
|
1653 |
-
.pa-dash-cat-feed:before {
|
1654 |
-
content: "\e94d";
|
1655 |
-
}
|
1656 |
-
|
1657 |
-
.pa-dash-cat-data:before {
|
1658 |
-
content: "\e94e";
|
1659 |
-
}
|
1660 |
-
|
1661 |
-
.pa-dash-cat-social:before {
|
1662 |
-
content: "\e94f";
|
1663 |
-
}
|
1664 |
-
|
1665 |
-
/*
|
1666 |
-
* Widgets Icons
|
1667 |
-
*/
|
1668 |
-
.pa-dash-premium-notbar:before {
|
1669 |
-
content: "\e902";
|
1670 |
-
}
|
1671 |
-
|
1672 |
-
.pa-dash-premium-gradient:before {
|
1673 |
-
content: "\e903";
|
1674 |
-
}
|
1675 |
-
|
1676 |
-
.pa-dash-premium-color-transition:before {
|
1677 |
-
content: "\e904";
|
1678 |
-
}
|
1679 |
-
|
1680 |
-
.pa-dash-premium-behance:before {
|
1681 |
-
content: "\e905";
|
1682 |
-
}
|
1683 |
-
|
1684 |
-
.pa-dash-premium-charts:before {
|
1685 |
-
content: "\e906";
|
1686 |
-
}
|
1687 |
-
|
1688 |
-
.pa-dash-premium-content-toggle:before {
|
1689 |
-
content: "\e907";
|
1690 |
-
}
|
1691 |
-
|
1692 |
-
.pa-dash-premium-divider:before {
|
1693 |
-
content: "\e908";
|
1694 |
-
}
|
1695 |
-
|
1696 |
-
.pa-dash-premium-facebook-feed:before {
|
1697 |
-
content: "\e90a";
|
1698 |
-
}
|
1699 |
-
|
1700 |
-
.pa-dash-facebook-feed-2:before {
|
1701 |
-
content: "\e91b";
|
1702 |
-
}
|
1703 |
-
|
1704 |
-
.pa-dash-premium-fb-chat:before {
|
1705 |
-
content: "\e90b";
|
1706 |
-
}
|
1707 |
-
|
1708 |
-
.pa-dash-premium-facebook-reviews:before {
|
1709 |
-
content: "\e90c";
|
1710 |
-
}
|
1711 |
-
|
1712 |
-
.pa-dash-premium-google-reviews:before {
|
1713 |
-
content: "\e90d";
|
1714 |
-
}
|
1715 |
-
|
1716 |
-
.pa-dash-premium-hscroll:before {
|
1717 |
-
content: "\e90e";
|
1718 |
-
}
|
1719 |
-
|
1720 |
-
.pa-dash-premium-flipbox:before {
|
1721 |
-
content: "\e90f";
|
1722 |
-
}
|
1723 |
-
|
1724 |
-
.pa-dash-premium-iconbox:before {
|
1725 |
-
content: "\e910";
|
1726 |
-
}
|
1727 |
-
|
1728 |
-
.pa-dash-premium-image-accordion:before {
|
1729 |
-
content: "\e912";
|
1730 |
-
}
|
1731 |
-
|
1732 |
-
.pa-dash-premium-image-comparison:before {
|
1733 |
-
content: "\e913";
|
1734 |
-
}
|
1735 |
-
|
1736 |
-
.pa-dash-premium-image-hotspots:before {
|
1737 |
-
content: "\e914";
|
1738 |
-
}
|
1739 |
-
|
1740 |
-
.pa-dash-premium-img-layers:before {
|
1741 |
-
content: "\e915";
|
1742 |
-
}
|
1743 |
-
|
1744 |
-
.pa-dash-premium-instagram-feed:before {
|
1745 |
-
content: "\e916";
|
1746 |
-
}
|
1747 |
-
|
1748 |
-
.pa-dash-premium-kenburns:before {
|
1749 |
-
content: "\e917";
|
1750 |
-
}
|
1751 |
-
|
1752 |
-
.pa-dash-premium-lottie:before {
|
1753 |
-
content: "\e918";
|
1754 |
-
}
|
1755 |
-
|
1756 |
-
.pa-dash-premium-magic-section:before {
|
1757 |
-
content: "\e919";
|
1758 |
-
}
|
1759 |
-
|
1760 |
-
.pa-dash-premium-multi-scroll:before {
|
1761 |
-
content: "\e91a";
|
1762 |
-
}
|
1763 |
-
|
1764 |
-
.pa-dash-premium-ihover:before {
|
1765 |
-
content: "\e911";
|
1766 |
-
}
|
1767 |
-
|
1768 |
-
.pa-dash-premium-parallax:before {
|
1769 |
-
content: "\e91b";
|
1770 |
-
}
|
1771 |
-
|
1772 |
-
.pa-dash-premium-particles:before {
|
1773 |
-
content: "\e91c";
|
1774 |
-
}
|
1775 |
-
|
1776 |
-
.pa-dash-premium-prev-img:before {
|
1777 |
-
content: "\e91d";
|
1778 |
-
}
|
1779 |
-
|
1780 |
-
.pa-dash-premium-tabs:before {
|
1781 |
-
content: "\e91f";
|
1782 |
-
}
|
1783 |
-
|
1784 |
-
.pa-dash-premium-tables:before {
|
1785 |
-
content: "\e91e";
|
1786 |
-
}
|
1787 |
-
|
1788 |
-
.pa-dash-premium-twitter-feed:before {
|
1789 |
-
content: "\e921";
|
1790 |
-
}
|
1791 |
-
|
1792 |
-
.pa-dash-premium-unfold:before {
|
1793 |
-
content: "\e922";
|
1794 |
-
}
|
1795 |
-
|
1796 |
-
.pa-dash-premium-whatsapp-chat:before {
|
1797 |
-
content: "\e923";
|
1798 |
-
}
|
1799 |
-
|
1800 |
-
.pa-dash-premium-yelp-reviews:before {
|
1801 |
-
content: "\e924";
|
1802 |
-
}
|
1803 |
-
|
1804 |
-
.pa-dash-premium-trustpilot-reviews:before {
|
1805 |
-
content: "\e920";
|
1806 |
-
}
|
1807 |
-
|
1808 |
-
.pa-dash-premium-banner:before {
|
1809 |
-
content: "\e925";
|
1810 |
-
}
|
1811 |
-
|
1812 |
-
.pa-dash-premium-blog:before {
|
1813 |
-
content: "\e926";
|
1814 |
-
}
|
1815 |
-
|
1816 |
-
.pa-dash-premium-button:before {
|
1817 |
-
content: "\e927";
|
1818 |
-
}
|
1819 |
-
|
1820 |
-
.pa-dash-premium-carousel:before {
|
1821 |
-
content: "\e928";
|
1822 |
-
}
|
1823 |
-
|
1824 |
-
.pa-dash-premium-contactform:before {
|
1825 |
-
content: "\e929";
|
1826 |
-
}
|
1827 |
-
|
1828 |
-
.pa-dash-premium-countdown:before {
|
1829 |
-
content: "\e92a";
|
1830 |
-
}
|
1831 |
-
|
1832 |
-
.pa-dash-premium-counter:before {
|
1833 |
-
content: "\e92b";
|
1834 |
-
}
|
1835 |
-
|
1836 |
-
.pa-dash-premium-dual-header:before {
|
1837 |
-
content: "\e92c";
|
1838 |
-
}
|
1839 |
-
|
1840 |
-
.pa-dash-premium-fancytext:before {
|
1841 |
-
content: "\e92d";
|
1842 |
-
}
|
1843 |
-
|
1844 |
-
.pa-dash-premium-maps:before {
|
1845 |
-
content: "\e92e";
|
1846 |
-
}
|
1847 |
-
|
1848 |
-
.pa-dash-premium-title:before {
|
1849 |
-
content: "\e92f";
|
1850 |
-
}
|
1851 |
-
|
1852 |
-
.pa-dash-premium-icon-list:before {
|
1853 |
-
content: "\e930";
|
1854 |
-
}
|
1855 |
-
|
1856 |
-
.pa-dash-premium-image-button:before {
|
1857 |
-
content: "\e931";
|
1858 |
-
}
|
1859 |
-
|
1860 |
-
.pa-dash-premium-image-scroll:before {
|
1861 |
-
content: "\e932";
|
1862 |
-
}
|
1863 |
-
|
1864 |
-
.pa-dash-premium-image-separator:before {
|
1865 |
-
content: "\e933";
|
1866 |
-
}
|
1867 |
-
|
1868 |
-
/* .pa-dash-premium-lottie:before {
|
1869 |
-
content: "\e944";
|
1870 |
-
} */
|
1871 |
-
.pa-dash-premium-lottie-widget:before {
|
1872 |
-
content: "\e935";
|
1873 |
-
}
|
1874 |
-
|
1875 |
-
.pa-dash-premium-grid:before {
|
1876 |
-
content: "\e946";
|
1877 |
-
}
|
1878 |
-
|
1879 |
-
.pa-dash-premium-modalbox:before {
|
1880 |
-
content: "\e937";
|
1881 |
-
}
|
1882 |
-
|
1883 |
-
.pa-dash-premium-pricing-table:before {
|
1884 |
-
content: "\e938";
|
1885 |
-
}
|
1886 |
-
|
1887 |
-
.pa-dash-premium-progressbar:before {
|
1888 |
-
content: "\e939";
|
1889 |
-
}
|
1890 |
-
|
1891 |
-
.pa-dash-premium-person:before {
|
1892 |
-
content: "\e93a";
|
1893 |
-
}
|
1894 |
-
|
1895 |
-
.pa-dash-premium-testimonials:before {
|
1896 |
-
content: "\e93b";
|
1897 |
-
}
|
1898 |
-
|
1899 |
-
.pa-dash-premium-vscroll:before {
|
1900 |
-
content: "\e93c";
|
1901 |
-
}
|
1902 |
-
|
1903 |
-
.pa-dash-premium-videobox:before {
|
1904 |
-
content: "\e93d";
|
1905 |
-
}
|
1906 |
-
|
1907 |
-
.pa-dash-premium-blob:before {
|
1908 |
-
content: "\e900";
|
1909 |
-
}
|
1910 |
-
|
1911 |
-
.pa-dash-woo-products:before {
|
1912 |
-
content: "\e901";
|
1913 |
}
|
1 |
+
.button.pa-btn {
|
2 |
+
border: none;
|
3 |
+
color: #fff;
|
4 |
+
text-align: center;
|
5 |
+
padding: 3px;
|
6 |
+
max-width: 250px;
|
7 |
+
height: auto;
|
8 |
+
font-weight: 700;
|
9 |
+
-webkit-box-shadow: none;
|
10 |
+
box-shadow: none;
|
11 |
+
}
|
12 |
+
|
13 |
+
.button.pa-btn:hover,
|
14 |
+
.button.pa-btn:focus,
|
15 |
+
.button.pa-btn:active {
|
16 |
+
outline: none;
|
17 |
+
border: none;
|
18 |
+
text-decoration: none;
|
19 |
+
}
|
20 |
+
|
21 |
+
|
22 |
+
.switch {
|
23 |
+
position: relative;
|
24 |
+
display: inline-block;
|
25 |
+
width: 44px;
|
26 |
+
height: 24px;
|
27 |
+
-webkit-border-radius: 12px;
|
28 |
+
border-radius: 12px;
|
29 |
+
}
|
30 |
+
|
31 |
+
.switch input {
|
32 |
+
display: none;
|
33 |
+
}
|
34 |
+
|
35 |
+
.slider,
|
36 |
+
.pro-slider {
|
37 |
+
position: absolute;
|
38 |
+
cursor: pointer;
|
39 |
+
top: 0;
|
40 |
+
right: 0;
|
41 |
+
left: 0;
|
42 |
+
bottom: 0;
|
43 |
+
/* background-color: #f2f2f2;
|
44 |
+
box-shadow: 0 0 2px 1px #ccc inset; */
|
45 |
+
-webkit-transition: 0.4s;
|
46 |
+
transition: 0.4s;
|
47 |
+
}
|
48 |
+
|
49 |
+
.slider:before,
|
50 |
+
.pro-slider:before {
|
51 |
+
position: absolute;
|
52 |
+
content: "";
|
53 |
+
right: 3px;
|
54 |
+
top: 50%;
|
55 |
+
-webkit-transform: translateY(-50%);
|
56 |
+
-ms-transform: translateY(-50%);
|
57 |
+
transform: translateY(-50%);
|
58 |
+
/* background: radial-gradient(farthest-corner at 14px 0px, #f0f0f0 50%, #cacaca 100%); */
|
59 |
+
-webkit-transition: all 0.4s ease-in-out;
|
60 |
+
transition: all 0.4s ease-in-out;
|
61 |
+
padding: 0;
|
62 |
+
margin: 0;
|
63 |
+
width: 15px;
|
64 |
+
height: 15px;
|
65 |
+
-webkit-border-radius: 8px;
|
66 |
+
border-radius: 8px;
|
67 |
+
-webkit-filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
|
68 |
+
filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
|
69 |
+
background-color: #f7f7f7;
|
70 |
+
border: 1px solid #ffffff;
|
71 |
+
/* box-shadow: 0 2.5px 5px #b8b8b9; */
|
72 |
+
}
|
73 |
+
|
74 |
+
input:checked+.slider {
|
75 |
+
background: #8dc900;
|
76 |
+
}
|
77 |
+
|
78 |
+
input:focus+.slider {
|
79 |
+
-webkit-box-shadow: 0 0 1px #18a4fd;
|
80 |
+
box-shadow: 0 0 1px #18a4fd;
|
81 |
+
}
|
82 |
+
|
83 |
+
input:checked+.slider:before {
|
84 |
+
-webkit-transform: translate3d(-20px, -50%, 0);
|
85 |
+
transform: translate3d(-20px, -50%, 0);
|
86 |
+
}
|
87 |
+
|
88 |
+
.slider.round,
|
89 |
+
.pro-slider.round {
|
90 |
+
-webkit-border-radius: 34px;
|
91 |
+
border-radius: 34px;
|
92 |
+
background-image: -webkit-gradient(linear, right top, right bottom, from(#cfcfcf), to(#dbdbdb));
|
93 |
+
background-image: -webkit-linear-gradient(top, #cfcfcf 0%, #dbdbdb 100%);
|
94 |
+
background-image: linear-gradient(-180deg, #cfcfcf 0%, #dbdbdb 100%);
|
95 |
+
}
|
96 |
+
|
97 |
+
.slider.round:before,
|
98 |
+
.pro-slider.round:before {
|
99 |
+
-webkit-border-radius: 50%;
|
100 |
+
border-radius: 50%;
|
101 |
+
}
|
102 |
+
|
103 |
+
.pa-switcher input:disabled+.pro-slider::after {
|
104 |
+
position: absolute;
|
105 |
+
font-family: "Dashicons";
|
106 |
+
content: "\f160";
|
107 |
+
color: #474747;
|
108 |
+
left: 8px;
|
109 |
+
top: 50%;
|
110 |
+
-webkit-transform: translateY(-50%);
|
111 |
+
-ms-transform: translateY(-50%);
|
112 |
+
transform: translateY(-50%);
|
113 |
+
}
|
114 |
+
|
115 |
+
.pa-api-disable-title label,
|
116 |
+
.pa-is-beta label {
|
117 |
+
margin-left: 15px;
|
118 |
+
}
|
119 |
+
|
120 |
+
.pa-api-disable-title span,
|
121 |
+
.pa-is-beta span {
|
122 |
+
font-weight: 400;
|
123 |
+
}
|
124 |
+
|
125 |
+
.pa-maps-api-notice {
|
126 |
+
margin: 0.5em 0;
|
127 |
+
}
|
128 |
+
|
129 |
+
.pa-api-title input {
|
130 |
+
margin-top: 10px;
|
131 |
+
font-size: normal;
|
132 |
+
font-weight: 400;
|
133 |
+
width: 400px;
|
134 |
+
margin-right: 30px;
|
135 |
+
}
|
136 |
+
|
137 |
+
.pa-sys-info-tab {
|
138 |
+
background: #f7f7f7;
|
139 |
+
margin: 8px;
|
140 |
+
border: 2px solid #ddd;
|
141 |
+
-webkit-border-radius: 3px;
|
142 |
+
border-radius: 3px;
|
143 |
+
padding: 0;
|
144 |
+
}
|
145 |
+
|
146 |
+
.pa-system-info-container {
|
147 |
+
padding: 10px;
|
148 |
+
}
|
149 |
+
|
150 |
+
.dialog-type-lightbox .dialog-widget-header {
|
151 |
+
text-align: center;
|
152 |
+
font-size: 15px;
|
153 |
+
color: #495157;
|
154 |
+
padding: 30px 0 10px;
|
155 |
+
font-weight: 500;
|
156 |
+
}
|
157 |
+
|
158 |
+
.pa-swal.swal2-show {
|
159 |
+
padding: 32px;
|
160 |
+
padding-bottom: 50px;
|
161 |
+
background-image: url("../../images/popup-pattern.jpg");
|
162 |
+
background-repeat: no-repeat;
|
163 |
+
-webkit-background-size: cover;
|
164 |
+
background-size: cover;
|
165 |
+
-webkit-border-radius: 0 50px;
|
166 |
+
border-radius: 0 50px;
|
167 |
+
}
|
168 |
+
|
169 |
+
.pa-swal .swal2-close {
|
170 |
+
color: #c2c4cf;
|
171 |
+
}
|
172 |
+
|
173 |
+
.pa-swal .swal2-close:hover {
|
174 |
+
color: #00a5e5;
|
175 |
+
}
|
176 |
+
|
177 |
+
.pa-swal .swal2-title {
|
178 |
+
margin: 0;
|
179 |
+
}
|
180 |
+
|
181 |
+
.pa-swal .swal2-content {
|
182 |
+
font-size: 13px;
|
183 |
+
color: #474747;
|
184 |
+
font-family: "Poppins";
|
185 |
+
text-align: center;
|
186 |
+
margin: 0;
|
187 |
+
margin-bottom: 0px;
|
188 |
+
}
|
189 |
+
|
190 |
+
.pa-swal .swal2-cancel.swal2-styled,
|
191 |
+
.pa-swal .swal2-cancel.swal2-styled:hover,
|
192 |
+
.pa-swal .swal2-confirm.swal2-styled {
|
193 |
+
background-image: none !important;
|
194 |
+
background-color: #ebebeb;
|
195 |
+
color: #474747;
|
196 |
+
border: none !important;
|
197 |
+
-webkit-box-shadow: none !important;
|
198 |
+
box-shadow: none !important;
|
199 |
+
font-family: "Red Hat Display";
|
200 |
+
font-size: 15px;
|
201 |
+
font-weight: 700;
|
202 |
+
}
|
203 |
+
|
204 |
+
.pa-swal .swal2-confirm.swal2-styled,
|
205 |
+
.pa-swal .swal2-confirm.swal2-styled:hover {
|
206 |
+
min-width: 128px;
|
207 |
+
color: #fff;
|
208 |
+
background-image: none !important;
|
209 |
+
background-color: #00a5e5;
|
210 |
+
}
|
211 |
+
|
212 |
+
/**
|
213 |
+
* New Dashboard
|
214 |
+
*/
|
215 |
+
.pa-settings-wrap {
|
216 |
+
padding: 35px;
|
217 |
+
padding-right: 15px;
|
218 |
+
}
|
219 |
+
|
220 |
+
.pa-settings-section {
|
221 |
+
display: none;
|
222 |
+
}
|
223 |
+
|
224 |
+
.pa-settings-tabs {
|
225 |
+
background-color: #fff;
|
226 |
+
-webkit-border-radius: 15px;
|
227 |
+
border-radius: 15px;
|
228 |
+
padding: 36px;
|
229 |
+
margin-bottom: 12px;
|
230 |
+
}
|
231 |
+
|
232 |
+
.pa-settings-tabs-list {
|
233 |
+
clear: right;
|
234 |
+
margin: 0;
|
235 |
+
list-style-type: none;
|
236 |
+
}
|
237 |
+
|
238 |
+
.pa-settings-tabs .pa-settings-tabs-list li {
|
239 |
+
display: inline-block;
|
240 |
+
margin-bottom: 0;
|
241 |
+
margin-left: 23px;
|
242 |
+
}
|
243 |
+
|
244 |
+
.pa-settings-section.active {
|
245 |
+
display: block;
|
246 |
+
}
|
247 |
+
|
248 |
+
.papro-admin-notice a,
|
249 |
+
.pa-settings-wrap .pa-settings-tabs a {
|
250 |
+
-js-display: flex;
|
251 |
+
display: -webkit-box;
|
252 |
+
display: -webkit-flex;
|
253 |
+
display: -moz-box;
|
254 |
+
display: -ms-flexbox;
|
255 |
+
display: flex;
|
256 |
+
-webkit-box-pack: center;
|
257 |
+
-webkit-justify-content: center;
|
258 |
+
-moz-box-pack: center;
|
259 |
+
-ms-flex-pack: center;
|
260 |
+
justify-content: center;
|
261 |
+
-webkit-box-align: center;
|
262 |
+
-webkit-align-items: center;
|
263 |
+
-moz-box-align: center;
|
264 |
+
-ms-flex-align: center;
|
265 |
+
align-items: center;
|
266 |
+
font-size: 14px;
|
267 |
+
line-height: 1.8em;
|
268 |
+
position: relative;
|
269 |
+
color: #252c59;
|
270 |
+
text-decoration: none;
|
271 |
+
-webkit-transition: all 0.3s ease;
|
272 |
+
transition: all 0.3s ease;
|
273 |
+
}
|
274 |
+
|
275 |
+
.papro-admin-notice a.papro-notice-btn {
|
276 |
+
width: 120px;
|
277 |
+
/* height: 58px; */
|
278 |
+
-webkit-border-radius: 15px;
|
279 |
+
border-radius: 15px;
|
280 |
+
-webkit-filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
|
281 |
+
filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
|
282 |
+
background-color: #ffffff;
|
283 |
+
font-size: 18px;
|
284 |
+
color: #fe6300;
|
285 |
+
font-weight: 800;
|
286 |
+
font-family: "Red Hat Display";
|
287 |
+
text-align: center;
|
288 |
+
padding: 10px 20px;
|
289 |
+
}
|
290 |
+
|
291 |
+
.pa-settings-wrap .pa-settings-tabs a:focus {
|
292 |
+
outline: none;
|
293 |
+
-webkit-box-shadow: none;
|
294 |
+
box-shadow: none;
|
295 |
+
}
|
296 |
+
|
297 |
+
.pa-settings-wrap .pa-settings-tabs span {
|
298 |
+
margin-right: 8px;
|
299 |
+
font-family: "Poppins";
|
300 |
+
font-weight: 500;
|
301 |
+
}
|
302 |
+
|
303 |
+
.pa-settings-wrap .pa-settings-tabs .pa-section-active {
|
304 |
+
color: #00a5e5;
|
305 |
+
}
|
306 |
+
|
307 |
+
.pa-section {
|
308 |
+
display: none;
|
309 |
+
position: relative;
|
310 |
+
background-color: #fff;
|
311 |
+
-webkit-transition: opacity 0.2s;
|
312 |
+
transition: opacity 0.2s;
|
313 |
+
padding: 34px;
|
314 |
+
-webkit-border-radius: 15px;
|
315 |
+
border-radius: 15px;
|
316 |
+
}
|
317 |
+
|
318 |
+
/**
|
319 |
+
* General Tab
|
320 |
+
*/
|
321 |
+
#pa-general-settings {
|
322 |
+
-js-display: flex;
|
323 |
+
display: -webkit-box;
|
324 |
+
display: -webkit-flex;
|
325 |
+
display: -moz-box;
|
326 |
+
display: -ms-flexbox;
|
327 |
+
display: flex;
|
328 |
+
-webkit-box-orient: horizontal;
|
329 |
+
-webkit-box-direction: normal;
|
330 |
+
-webkit-flex-flow: row wrap;
|
331 |
+
-moz-box-orient: horizontal;
|
332 |
+
-moz-box-direction: normal;
|
333 |
+
-ms-flex-flow: row wrap;
|
334 |
+
flex-flow: row wrap;
|
335 |
+
-webkit-box-pack: justify;
|
336 |
+
-webkit-justify-content: space-between;
|
337 |
+
-moz-box-pack: justify;
|
338 |
+
-ms-flex-pack: justify;
|
339 |
+
justify-content: space-between;
|
340 |
+
width: 100%;
|
341 |
+
}
|
342 |
+
|
343 |
+
#pa-general-settings .pa-dash-block {
|
344 |
+
-webkit-box-flex: 1;
|
345 |
+
-webkit-flex: 1 1 auto;
|
346 |
+
-moz-box-flex: 1;
|
347 |
+
-ms-flex: 1 1 auto;
|
348 |
+
flex: 1 1 auto;
|
349 |
+
min-width: 250px;
|
350 |
+
margin: 0 5px 10px;
|
351 |
+
-js-display: flex;
|
352 |
+
display: -webkit-box;
|
353 |
+
display: -webkit-flex;
|
354 |
+
display: -moz-box;
|
355 |
+
display: -ms-flexbox;
|
356 |
+
display: flex;
|
357 |
+
-webkit-box-orient: vertical;
|
358 |
+
-webkit-box-direction: normal;
|
359 |
+
-webkit-flex-direction: column;
|
360 |
+
-moz-box-orient: vertical;
|
361 |
+
-moz-box-direction: normal;
|
362 |
+
-ms-flex-direction: column;
|
363 |
+
flex-direction: column;
|
364 |
+
}
|
365 |
+
|
366 |
+
.pa-dash-block.col-3 {
|
367 |
+
width: 31%;
|
368 |
+
}
|
369 |
+
|
370 |
+
.pa-dash-block.col-6 {
|
371 |
+
width: 64%;
|
372 |
+
}
|
373 |
+
|
374 |
+
#pa-general-settings .pa-section-info h4 {
|
375 |
+
font-size: 17px;
|
376 |
+
}
|
377 |
+
|
378 |
+
#pa-general-settings .pa-section-info:not(.pa-news-section):not(.pa-support-section) p {
|
379 |
+
min-height: 80px;
|
380 |
+
}
|
381 |
+
|
382 |
+
#pa-general-settings .pa-section-info .pa-element-icon {
|
383 |
+
margin-bottom: 12px;
|
384 |
+
}
|
385 |
+
|
386 |
+
#pa-general-settings .pa-element-icon.icon-inline {
|
387 |
+
-js-display: inline-flex;
|
388 |
+
display: -webkit-inline-box;
|
389 |
+
display: -webkit-inline-flex;
|
390 |
+
display: -moz-inline-box;
|
391 |
+
display: -ms-inline-flexbox;
|
392 |
+
display: inline-flex;
|
393 |
+
margin-bottom: 0;
|
394 |
+
vertical-align: middle;
|
395 |
+
}
|
396 |
+
|
397 |
+
#pa-general-settings .pa-section-info .pa-btn {
|
398 |
+
display: inline-block;
|
399 |
+
background-color: #252c59;
|
400 |
+
color: #fff;
|
401 |
+
/* margin-top: 12px; */
|
402 |
+
padding: 12px 36px;
|
403 |
+
}
|
404 |
+
|
405 |
+
.pa-element-icon.dashicons-facebook-alt {
|
406 |
+
color: #3b5998 !important
|
407 |
+
}
|
408 |
+
|
409 |
+
.pa-element-icon.dashicons-youtube {
|
410 |
+
color: #ff0000 !important
|
411 |
+
}
|
412 |
+
|
413 |
+
.pa-newsletter-form {
|
414 |
+
-js-display: flex;
|
415 |
+
display: -webkit-box;
|
416 |
+
display: -webkit-flex;
|
417 |
+
display: -moz-box;
|
418 |
+
display: -ms-flexbox;
|
419 |
+
display: flex;
|
420 |
+
-webkit-flex-wrap: wrap;
|
421 |
+
-ms-flex-wrap: wrap;
|
422 |
+
flex-wrap: wrap;
|
423 |
+
-webkit-box-align: center;
|
424 |
+
-webkit-align-items: center;
|
425 |
+
-moz-box-align: center;
|
426 |
+
-ms-flex-align: center;
|
427 |
+
align-items: center;
|
428 |
+
}
|
429 |
+
|
430 |
+
.pa-newsletter-form input {
|
431 |
+
width: 74%;
|
432 |
+
padding: 0px 10px;
|
433 |
+
height: 39px;
|
434 |
+
font-family: "Poppins";
|
435 |
+
border: 1px solid #dcdcdc;
|
436 |
+
-webkit-border-radius: 0 10px 10px 0;
|
437 |
+
border-radius: 0 10px 10px 0;
|
438 |
+
direction: rtl;
|
439 |
+
}
|
440 |
+
|
441 |
+
#pa-general-settings .pa-newsletter-form button.pa-btn {
|
442 |
+
width: 25%;
|
443 |
+
padding: 0;
|
444 |
+
height: 39px;
|
445 |
+
margin-top: 0;
|
446 |
+
margin-right: -1px;
|
447 |
+
-webkit-border-radius: 10px 0 0 10px;
|
448 |
+
border-radius: 10px 0 0 10px;
|
449 |
+
}
|
450 |
+
|
451 |
+
#pa-general-settings .pa-news-grid {
|
452 |
+
-js-display: flex;
|
453 |
+
display: -webkit-box;
|
454 |
+
display: -webkit-flex;
|
455 |
+
display: -moz-box;
|
456 |
+
display: -ms-flexbox;
|
457 |
+
display: flex;
|
458 |
+
-webkit-box-pack: justify;
|
459 |
+
-webkit-justify-content: space-between;
|
460 |
+
-moz-box-pack: justify;
|
461 |
+
-ms-flex-pack: justify;
|
462 |
+
justify-content: space-between;
|
463 |
+
margin-top: 12px;
|
464 |
+
}
|
465 |
+
|
466 |
+
.pa-news-grid .pa-news-post {
|
467 |
+
position: relative;
|
468 |
+
width: 33.33%;
|
469 |
+
margin: 0 5px;
|
470 |
+
}
|
471 |
+
|
472 |
+
.pa-news-grid .pa-news-post p:nth-of-type(1) {
|
473 |
+
font-family: "Red Hat Display";
|
474 |
+
font-size: 15px;
|
475 |
+
min-height: 60px;
|
476 |
+
font-weight: 800;
|
477 |
+
color: #252c59
|
478 |
+
}
|
479 |
+
|
480 |
+
.pa-news-grid .pa-news-post p:nth-of-type(2) {
|
481 |
+
font-size: 12px;
|
482 |
+
}
|
483 |
+
|
484 |
+
.pa-post-img-container img {
|
485 |
+
width: 100%;
|
486 |
+
height: 145px;
|
487 |
+
-o-object-fit: cover;
|
488 |
+
object-fit: cover;
|
489 |
+
-webkit-border-radius: 10px;
|
490 |
+
border-radius: 10px;
|
491 |
+
}
|
492 |
+
|
493 |
+
.pa-news-grid .pa-news-post a {
|
494 |
+
position: absolute;
|
495 |
+
top: 0;
|
496 |
+
right: 0;
|
497 |
+
width: 100%;
|
498 |
+
height: 100%;
|
499 |
+
z-index: 2;
|
500 |
+
}
|
501 |
+
|
502 |
+
#pa-general-settings .pa-support-list {
|
503 |
+
margin: 12px 0 0;
|
504 |
+
padding: 0;
|
505 |
+
}
|
506 |
+
|
507 |
+
#pa-general-settings .pa-support-list li {
|
508 |
+
margin-bottom: 10px;
|
509 |
+
}
|
510 |
+
|
511 |
+
.pa-support-list li a {
|
512 |
+
font-size: 15px;
|
513 |
+
color: #474747;
|
514 |
+
font-family: "Poppins";
|
515 |
+
text-decoration: none;
|
516 |
+
}
|
517 |
+
|
518 |
+
.pa-support-list li a:hover {
|
519 |
+
color: #135e96;
|
520 |
+
}
|
521 |
+
|
522 |
+
#pa-general-settings input[type="email"],
|
523 |
+
#pa-general-settings a:hover,
|
524 |
+
#pa-general-settings a:focus,
|
525 |
+
#pa-general-settings a:visited {
|
526 |
+
border: none;
|
527 |
+
-webkit-box-shadow: none;
|
528 |
+
box-shadow: none;
|
529 |
+
outline: none;
|
530 |
+
}
|
531 |
+
|
532 |
+
|
533 |
+
/**
|
534 |
+
* Tab Info
|
535 |
+
*/
|
536 |
+
.pa-section-info-wrap {
|
537 |
+
padding: 34px;
|
538 |
+
-webkit-border-radius: 15px;
|
539 |
+
border-radius: 15px;
|
540 |
+
background-color: #f7f7f7;
|
541 |
+
-js-display: flex;
|
542 |
+
display: -webkit-box;
|
543 |
+
display: -webkit-flex;
|
544 |
+
display: -moz-box;
|
545 |
+
display: -ms-flexbox;
|
546 |
+
display: flex;
|
547 |
+
-webkit-box-pack: justify;
|
548 |
+
-webkit-justify-content: space-between;
|
549 |
+
-moz-box-pack: justify;
|
550 |
+
-ms-flex-pack: justify;
|
551 |
+
justify-content: space-between;
|
552 |
+
-webkit-box-align: center;
|
553 |
+
-webkit-align-items: center;
|
554 |
+
-moz-box-align: center;
|
555 |
+
-ms-flex-align: center;
|
556 |
+
align-items: center;
|
557 |
+
height: 100%;
|
558 |
+
}
|
559 |
+
|
560 |
+
#pa-general-settings .pa-section-info-wrap,
|
561 |
+
#pa-ver-control-settings .pa-section-info-wrap {
|
562 |
+
-webkit-box-orient: vertical;
|
563 |
+
-webkit-box-direction: normal;
|
564 |
+
-webkit-flex-direction: column;
|
565 |
+
-moz-box-orient: vertical;
|
566 |
+
-moz-box-direction: normal;
|
567 |
+
-ms-flex-direction: column;
|
568 |
+
flex-direction: column;
|
569 |
+
-webkit-box-align: start;
|
570 |
+
-webkit-align-items: flex-start;
|
571 |
+
-moz-box-align: start;
|
572 |
+
-ms-flex-align: start;
|
573 |
+
align-items: flex-start;
|
574 |
+
}
|
575 |
+
|
576 |
+
#pa-features-settings .pa-section-info-wrap:nth-of-type(n + 2),
|
577 |
+
#pa-ver-control-settings .pa-section-info-wrap:nth-of-type(n + 2) {
|
578 |
+
margin-top: 36px;
|
579 |
+
}
|
580 |
+
|
581 |
+
.pa-section-info-wrap h4 {
|
582 |
+
font-size: 20px;
|
583 |
+
color: #252c59;
|
584 |
+
font-weight: 900;
|
585 |
+
font-family: "Red Hat Display";
|
586 |
+
margin: 0;
|
587 |
+
}
|
588 |
+
|
589 |
+
.pa-section-info-wrap p {
|
590 |
+
font-size: 14px;
|
591 |
+
color: #474747;
|
592 |
+
font-family: "Poppins";
|
593 |
+
margin: 0;
|
594 |
+
margin-top: 14px;
|
595 |
+
}
|
596 |
+
|
597 |
+
.pa-section-info-cta {
|
598 |
+
-js-display: flex;
|
599 |
+
display: -webkit-box;
|
600 |
+
display: -webkit-flex;
|
601 |
+
display: -moz-box;
|
602 |
+
display: -ms-flexbox;
|
603 |
+
display: flex;
|
604 |
+
-webkit-box-align: center;
|
605 |
+
-webkit-align-items: center;
|
606 |
+
-moz-box-align: center;
|
607 |
+
-ms-flex-align: center;
|
608 |
+
align-items: center;
|
609 |
+
margin-top: 25px;
|
610 |
+
}
|
611 |
+
|
612 |
+
.pa-section-info-cta .pa-btn {
|
613 |
+
color: #474747;
|
614 |
+
background-color: #ebebeb;
|
615 |
+
padding: 8px 20px;
|
616 |
+
-webkit-border-radius: 10px;
|
617 |
+
border-radius: 10px;
|
618 |
+
font-size: 15px;
|
619 |
+
font-weight: 700;
|
620 |
+
font-family: "Red Hat Display";
|
621 |
+
-webkit-transition: all 0.2s ease-in-out;
|
622 |
+
transition: all 0.2s ease-in-out;
|
623 |
+
}
|
624 |
+
|
625 |
+
.pa-section-info-cta .pa-btn:hover,
|
626 |
+
.pa-section-info-cta .pa-btn:focus,
|
627 |
+
.pa-section-info-cta .pa-btn:active {
|
628 |
+
color: #fff;
|
629 |
+
background-color: #00a5e5;
|
630 |
+
}
|
631 |
+
|
632 |
+
.pa-section-info-cta .pa-section-info-label {
|
633 |
+
font-size: 13px;
|
634 |
+
color: #474747;
|
635 |
+
font-family: "Poppins";
|
636 |
+
text-align: left;
|
637 |
+
}
|
638 |
+
|
639 |
+
.pa-section-info-cta .pa-section-info-warning {
|
640 |
+
font-size: 13px;
|
641 |
+
color: #cca329;
|
642 |
+
font-weight: 300;
|
643 |
+
font-family: "Poppins";
|
644 |
+
margin-right: 20px;
|
645 |
+
}
|
646 |
+
|
647 |
+
.pa-section-info-cta .pa-section-info-warning i {
|
648 |
+
font-weight: 300;
|
649 |
+
vertical-align: bottom;
|
650 |
+
}
|
651 |
+
|
652 |
+
.pa-section-info-wrap .pa-btn,
|
653 |
+
.pa-section-info-wrap .pa-btn-unused {
|
654 |
+
font-family: "Red Hat Display";
|
655 |
+
color: #8e8e8e;
|
656 |
+
background-color: #ebebeb;
|
657 |
+
border: 0px solid;
|
658 |
+
padding: 16px 28px;
|
659 |
+
-webkit-border-radius: 10px;
|
660 |
+
border-radius: 10px;
|
661 |
+
font-size: 15px;
|
662 |
+
font-weight: 700;
|
663 |
+
cursor: pointer;
|
664 |
+
-webkit-transition: 300ms;
|
665 |
+
transition: 300ms;
|
666 |
+
display: block;
|
667 |
+
text-decoration: none;
|
668 |
+
}
|
669 |
+
|
670 |
+
.pa-section-info-wrap .pa-btn-unused {
|
671 |
+
width: 100%;
|
672 |
+
clear: both;
|
673 |
+
background: transparent;
|
674 |
+
color: #252C59;
|
675 |
+
padding-bottom: 0;
|
676 |
+
text-decoration: underline;
|
677 |
+
font-weight: normal;
|
678 |
+
}
|
679 |
+
|
680 |
+
.pa-section-info-wrap .pa-btn-unused.dimmed {
|
681 |
+
cursor: no-drop;
|
682 |
+
color: #C2C4CF;
|
683 |
+
}
|
684 |
+
|
685 |
+
.pa-element-name .pa-total-use {
|
686 |
+
color: #252C59;
|
687 |
+
}
|
688 |
+
|
689 |
+
.pa-section-info-wrap button.pa-btn-enable {
|
690 |
+
-webkit-border-top-left-radius: 0;
|
691 |
+
border-top-left-radius: 0;
|
692 |
+
-webkit-border-bottom-left-radius: 0;
|
693 |
+
border-bottom-left-radius: 0;
|
694 |
+
float: right;
|
695 |
+
}
|
696 |
+
|
697 |
+
.pa-section-info-wrap button.pa-btn-disable {
|
698 |
+
-webkit-border-top-right-radius: 0;
|
699 |
+
border-top-right-radius: 0;
|
700 |
+
-webkit-border-bottom-right-radius: 0;
|
701 |
+
border-bottom-right-radius: 0;
|
702 |
+
float: left;
|
703 |
+
}
|
704 |
+
|
705 |
+
.pa-section-info-wrap .pa-btn-enable.active {
|
706 |
+
color: #fff;
|
707 |
+
-webkit-box-shadow: inset -3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
|
708 |
+
box-shadow: inset -3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
|
709 |
+
background-color: #8dc900;
|
710 |
+
}
|
711 |
+
|
712 |
+
.pa-section-info-wrap .pa-btn-disable.active {
|
713 |
+
color: #fff;
|
714 |
+
-webkit-box-shadow: inset -3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
|
715 |
+
box-shadow: inset -3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
|
716 |
+
background-color: #898989;
|
717 |
+
}
|
718 |
+
|
719 |
+
.pa-section-info-wrap .pa-btn-enable:not(.active):hover {
|
720 |
+
color: #ffffff;
|
721 |
+
background-color: #8dc900;
|
722 |
+
}
|
723 |
+
|
724 |
+
.pa-section-info-wrap .pa-btn-disable:not(.active):hover {
|
725 |
+
color: #ffffff;
|
726 |
+
background-color: #898989;
|
727 |
+
}
|
728 |
+
|
729 |
+
/*
|
730 |
+
* Widgets & Addons Tab
|
731 |
+
*/
|
732 |
+
.pa-elements-settings {
|
733 |
+
position: relative;
|
734 |
+
-js-display: flex;
|
735 |
+
display: -webkit-box;
|
736 |
+
display: -webkit-flex;
|
737 |
+
display: -moz-box;
|
738 |
+
display: -ms-flexbox;
|
739 |
+
display: flex;
|
740 |
+
margin-top: 16px;
|
741 |
+
}
|
742 |
+
|
743 |
+
.pa-elements-filter {
|
744 |
+
position: absolute;
|
745 |
+
top: 10px;
|
746 |
+
left: 16px;
|
747 |
+
}
|
748 |
+
|
749 |
+
.pa-elements-filter label {
|
750 |
+
font-size: 13px;
|
751 |
+
color: #474747;
|
752 |
+
font-family: "Poppins";
|
753 |
+
margin-left: 10px;
|
754 |
+
}
|
755 |
+
|
756 |
+
.pa-elements-filter select {
|
757 |
+
padding: 5px 15px 5px 35px;
|
758 |
+
}
|
759 |
+
|
760 |
+
.pa-elements-tabs {
|
761 |
+
-webkit-border-radius: 10px;
|
762 |
+
border-radius: 10px;
|
763 |
+
background-color: #f7f7f7;
|
764 |
+
padding: 20px;
|
765 |
+
margin-left: 16px;
|
766 |
+
}
|
767 |
+
|
768 |
+
.pa-elements-tabs .pa-elements-tab {
|
769 |
+
position: relative;
|
770 |
+
padding: 0;
|
771 |
+
margin-bottom: 12px;
|
772 |
+
text-align: center;
|
773 |
+
}
|
774 |
+
|
775 |
+
.pa-elements-tab .pa-element-tab-tooltip {
|
776 |
+
position: absolute;
|
777 |
+
background-color: #3a3c40;
|
778 |
+
display: block;
|
779 |
+
position: absolute;
|
780 |
+
top: 50%;
|
781 |
+
right: 100%;
|
782 |
+
padding: 10px 20px;
|
783 |
+
-webkit-border-radius: 13px;
|
784 |
+
border-radius: 13px;
|
785 |
+
-webkit-filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
|
786 |
+
filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
|
787 |
+
background-color: #ffffff;
|
788 |
+
font-size: 11px;
|
789 |
+
color: #252c59;
|
790 |
+
font-weight: 500;
|
791 |
+
font-family: "Poppins";
|
792 |
+
opacity: 0;
|
793 |
+
pointer-events: none;
|
794 |
+
text-transform: capitalize;
|
795 |
+
-webkit-transform: translate(-30px, -50%);
|
796 |
+
-ms-transform: translate(-30px, -50%);
|
797 |
+
transform: translate(-30px, -50%);
|
798 |
+
-webkit-transition: all 0.3s ease;
|
799 |
+
transition: all 0.3s ease;
|
800 |
+
z-index: 1;
|
801 |
+
white-space: nowrap;
|
802 |
+
}
|
803 |
+
|
804 |
+
.pa-elements-tab .pa-element-tab-tooltip::before {
|
805 |
+
display: block;
|
806 |
+
position: absolute;
|
807 |
+
top: 50%;
|
808 |
+
right: -5px;
|
809 |
+
width: 0;
|
810 |
+
height: 0;
|
811 |
+
content: "";
|
812 |
+
border-top: 5px solid transparent;
|
813 |
+
border-bottom: 5px solid transparent;
|
814 |
+
border-left: 5px solid #ffffff;
|
815 |
+
-webkit-transform: translateY(-50%);
|
816 |
+
-ms-transform: translateY(-50%);
|
817 |
+
transform: translateY(-50%);
|
818 |
+
}
|
819 |
+
|
820 |
+
.pa-elements-tab .pa-elements-tab-link {
|
821 |
+
-js-display: flex;
|
822 |
+
display: -webkit-box;
|
823 |
+
display: -webkit-flex;
|
824 |
+
display: -moz-box;
|
825 |
+
display: -ms-flexbox;
|
826 |
+
display: flex;
|
827 |
+
-webkit-box-pack: center;
|
828 |
+
-webkit-justify-content: center;
|
829 |
+
-moz-box-pack: center;
|
830 |
+
-ms-flex-pack: center;
|
831 |
+
justify-content: center;
|
832 |
+
-webkit-box-align: center;
|
833 |
+
-webkit-align-items: center;
|
834 |
+
-moz-box-align: center;
|
835 |
+
-ms-flex-align: center;
|
836 |
+
align-items: center;
|
837 |
+
color: #c2c4cf;
|
838 |
+
padding: 12px;
|
839 |
+
text-decoration: none;
|
840 |
+
-webkit-transition: all 0.3s ease-in-out;
|
841 |
+
transition: all 0.3s ease-in-out;
|
842 |
+
-webkit-border-radius: 13px;
|
843 |
+
border-radius: 13px;
|
844 |
+
}
|
845 |
+
|
846 |
+
.pa-elements-tab .pa-elements-tab-link:hover,
|
847 |
+
.pa-elements-tab .pa-elements-tab-link.active {
|
848 |
+
-webkit-filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5)) drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
|
849 |
+
filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5)) drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
|
850 |
+
background-color: #ffffff;
|
851 |
+
color: #00a5e5;
|
852 |
+
outline: none;
|
853 |
+
border: none;
|
854 |
+
text-decoration: none;
|
855 |
+
-webkit-box-shadow: none;
|
856 |
+
box-shadow: none;
|
857 |
+
}
|
858 |
+
|
859 |
+
.pa-elements-tab .pa-elements-tab-link:hover+span {
|
860 |
+
opacity: 1;
|
861 |
+
-webkit-transform: translate(-20px, -50%);
|
862 |
+
-ms-transform: translate(-20px, -50%);
|
863 |
+
transform: translate(-20px, -50%);
|
864 |
+
}
|
865 |
+
|
866 |
+
.pa-switchers {
|
867 |
+
-js-display: flex;
|
868 |
+
display: -webkit-box;
|
869 |
+
display: -webkit-flex;
|
870 |
+
display: -moz-box;
|
871 |
+
display: -ms-flexbox;
|
872 |
+
display: flex;
|
873 |
+
-webkit-flex-wrap: wrap;
|
874 |
+
-ms-flex-wrap: wrap;
|
875 |
+
flex-wrap: wrap;
|
876 |
+
-webkit-align-content: flex-start;
|
877 |
+
-ms-flex-line-pack: start;
|
878 |
+
align-content: flex-start;
|
879 |
+
}
|
880 |
+
|
881 |
+
.pa-switchers-container {
|
882 |
+
width: 100%;
|
883 |
+
}
|
884 |
+
|
885 |
+
.pa-switchers-container.hidden,
|
886 |
+
.pa-switcher.hidden {
|
887 |
+
display: none;
|
888 |
+
}
|
889 |
+
|
890 |
+
.pa-switchers-container .pa-elements-tab-title {
|
891 |
+
font-size: 20px;
|
892 |
+
color: #252c59;
|
893 |
+
font-weight: 900;
|
894 |
+
font-family: "Red Hat Display";
|
895 |
+
margin: 16px 0;
|
896 |
+
}
|
897 |
+
|
898 |
+
.pa-switcher {
|
899 |
+
-webkit-border-radius: 15px;
|
900 |
+
border-radius: 15px;
|
901 |
+
background-color: #f7f7f7;
|
902 |
+
position: relative;
|
903 |
+
-js-display: flex;
|
904 |
+
display: -webkit-box;
|
905 |
+
display: -webkit-flex;
|
906 |
+
display: -moz-box;
|
907 |
+
display: -ms-flexbox;
|
908 |
+
display: flex;
|
909 |
+
width: -webkit-calc(50% - 56px);
|
910 |
+
width: calc(50% - 56px);
|
911 |
+
-webkit-box-pack: justify;
|
912 |
+
-webkit-justify-content: space-between;
|
913 |
+
-moz-box-pack: justify;
|
914 |
+
-ms-flex-pack: justify;
|
915 |
+
justify-content: space-between;
|
916 |
+
-webkit-box-align: center;
|
917 |
+
-webkit-align-items: center;
|
918 |
+
-moz-box-align: center;
|
919 |
+
-ms-flex-align: center;
|
920 |
+
align-items: center;
|
921 |
+
padding: 20px;
|
922 |
+
margin-top: 16px;
|
923 |
+
margin-left: 16px;
|
924 |
+
}
|
925 |
+
|
926 |
+
.pa-element-info {
|
927 |
+
-js-display: flex;
|
928 |
+
display: -webkit-box;
|
929 |
+
display: -webkit-flex;
|
930 |
+
display: -moz-box;
|
931 |
+
display: -ms-flexbox;
|
932 |
+
display: flex;
|
933 |
+
-webkit-box-align: center;
|
934 |
+
-webkit-align-items: center;
|
935 |
+
-moz-box-align: center;
|
936 |
+
-ms-flex-align: center;
|
937 |
+
align-items: center;
|
938 |
+
}
|
939 |
+
|
940 |
+
.pa-section .pa-element-icon {
|
941 |
+
color: #252c59;
|
942 |
+
background-color: #ebebeb;
|
943 |
+
-webkit-border-radius: 15px;
|
944 |
+
border-radius: 15px;
|
945 |
+
/* padding: 12px; */
|
946 |
+
min-width: 40px;
|
947 |
+
min-height: 40px;
|
948 |
+
margin-left: 8px;
|
949 |
+
-js-display: flex;
|
950 |
+
display: -webkit-box;
|
951 |
+
display: -webkit-flex;
|
952 |
+
display: -moz-box;
|
953 |
+
display: -ms-flexbox;
|
954 |
+
display: flex;
|
955 |
+
-webkit-box-pack: center;
|
956 |
+
-webkit-justify-content: center;
|
957 |
+
-moz-box-pack: center;
|
958 |
+
-ms-flex-pack: center;
|
959 |
+
justify-content: center;
|
960 |
+
-webkit-box-align: center;
|
961 |
+
-webkit-align-items: center;
|
962 |
+
-moz-box-align: center;
|
963 |
+
-ms-flex-align: center;
|
964 |
+
align-items: center;
|
965 |
+
}
|
966 |
+
|
967 |
+
.pa-element-name {
|
968 |
+
font-size: 16px;
|
969 |
+
color: #252c59;
|
970 |
+
font-weight: 700;
|
971 |
+
font-family: "Red Hat Display";
|
972 |
+
margin: 0;
|
973 |
+
-js-display: flex;
|
974 |
+
display: -webkit-box;
|
975 |
+
display: -webkit-flex;
|
976 |
+
display: -moz-box;
|
977 |
+
display: -ms-flexbox;
|
978 |
+
display: flex;
|
979 |
+
}
|
980 |
+
|
981 |
+
.pa-element-name span {
|
982 |
+
text-transform: uppercase;
|
983 |
+
color: #fd9926;
|
984 |
+
font-weight: 700;
|
985 |
+
font-size: 11px;
|
986 |
+
margin-right: 5px;
|
987 |
+
}
|
988 |
+
|
989 |
+
.pa-element-link {
|
990 |
+
font-size: 13px;
|
991 |
+
color: #252c59;
|
992 |
+
font-family: "Poppins";
|
993 |
+
text-decoration: none;
|
994 |
+
-webkit-transition: all 0.2s ease-in-out;
|
995 |
+
transition: all 0.2s ease-in-out;
|
996 |
+
}
|
997 |
+
|
998 |
+
.pa-element-link-separator {
|
999 |
+
width: 3px;
|
1000 |
+
height: 3px;
|
1001 |
+
display: inline-block;
|
1002 |
+
text-align: center;
|
1003 |
+
color: #252c59;
|
1004 |
+
background: #252c59;
|
1005 |
+
-webkit-border-radius: 50%;
|
1006 |
+
border-radius: 50%;
|
1007 |
+
vertical-align: middle;
|
1008 |
+
margin: 0 3px;
|
1009 |
+
}
|
1010 |
+
|
1011 |
+
.pa-element-link:hover,
|
1012 |
+
.pa-element-link:focus {
|
1013 |
+
color: #00a5e5;
|
1014 |
+
text-decoration: none;
|
1015 |
+
outline: none;
|
1016 |
+
-webkit-box-shadow: none;
|
1017 |
+
box-shadow: none;
|
1018 |
+
border: none;
|
1019 |
+
}
|
1020 |
+
|
1021 |
+
/*
|
1022 |
+
* Integrations
|
1023 |
+
*/
|
1024 |
+
.pa-maps-table select {
|
1025 |
+
width: 100%;
|
1026 |
+
max-width: 100%;
|
1027 |
+
padding: 8px;
|
1028 |
+
}
|
1029 |
+
|
1030 |
+
.pa-maps-table #premium-map-api,
|
1031 |
+
.pa-maps-table #premium-youtube-api {
|
1032 |
+
width: 100%;
|
1033 |
+
}
|
1034 |
+
|
1035 |
+
.pa-maps-table tr td {
|
1036 |
+
padding-top: 30px;
|
1037 |
+
}
|
1038 |
+
|
1039 |
+
.pa-maps-table tr td:first-of-type {
|
1040 |
+
padding-left: 30px;
|
1041 |
+
}
|
1042 |
+
|
1043 |
+
.pa-maps-table td h4 {
|
1044 |
+
margin: 0;
|
1045 |
+
font-size: 15px;
|
1046 |
+
color: #252c59;
|
1047 |
+
font-weight: 500;
|
1048 |
+
font-family: "Poppins";
|
1049 |
+
display: inline-block;
|
1050 |
+
}
|
1051 |
+
|
1052 |
+
.pa-maps-table td span {
|
1053 |
+
font-size: 13px;
|
1054 |
+
color: #474747;
|
1055 |
+
font-family: "Poppins";
|
1056 |
+
vertical-align: middle;
|
1057 |
+
}
|
1058 |
+
|
1059 |
+
.pa-maps-table td input[type="text"] {
|
1060 |
+
-webkit-border-radius: 10px;
|
1061 |
+
border-radius: 10px;
|
1062 |
+
background-color: #ebebeb;
|
1063 |
+
border: none;
|
1064 |
+
padding: 8px 20px;
|
1065 |
+
}
|
1066 |
+
|
1067 |
+
.pa-section input[type="checkbox"] {
|
1068 |
+
border: none;
|
1069 |
+
display: none;
|
1070 |
+
}
|
1071 |
+
|
1072 |
+
.pa-section input[type="checkbox"]+label {
|
1073 |
+
position: relative;
|
1074 |
+
background: #ebebeb;
|
1075 |
+
height: 16px;
|
1076 |
+
width: 16px;
|
1077 |
+
display: inline-block;
|
1078 |
+
padding: 0;
|
1079 |
+
margin-left: 5px;
|
1080 |
+
-webkit-border-radius: 4px;
|
1081 |
+
border-radius: 4px;
|
1082 |
+
}
|
1083 |
+
|
1084 |
+
.pa-section input[type="checkbox"]:checked+label {
|
1085 |
+
background: #00a5e5;
|
1086 |
+
height: 16px;
|
1087 |
+
width: 16px;
|
1088 |
+
display: inline-block;
|
1089 |
+
padding: 0;
|
1090 |
+
}
|
1091 |
+
|
1092 |
+
.pa-section input[type="checkbox"]:checked+label:before {
|
1093 |
+
position: absolute;
|
1094 |
+
content: "✔";
|
1095 |
+
color: #fff;
|
1096 |
+
font-size: 12px;
|
1097 |
+
top: 0;
|
1098 |
+
right: 0;
|
1099 |
+
width: 100%;
|
1100 |
+
height: 100%;
|
1101 |
+
text-align: center;
|
1102 |
+
margin-top: -1px;
|
1103 |
+
}
|
1104 |
+
|
1105 |
+
.pa-maps-table td input:focus {
|
1106 |
+
outline: none;
|
1107 |
+
-webkit-box-shadow: none;
|
1108 |
+
box-shadow: none;
|
1109 |
+
border: none;
|
1110 |
+
}
|
1111 |
+
|
1112 |
+
.pa-elements-filter select,
|
1113 |
+
.pa-maps-table td select {
|
1114 |
+
border-color: #dcdcdc;
|
1115 |
+
-webkit-border-radius: 10px;
|
1116 |
+
border-radius: 10px;
|
1117 |
+
-webkit-border-bottom-left-radius: 0;
|
1118 |
+
border-bottom-left-radius: 0;
|
1119 |
+
}
|
1120 |
+
|
1121 |
+
.pa-maps-circle-icon {
|
1122 |
+
width: 5px;
|
1123 |
+
height: 5px;
|
1124 |
+
background-color: #252c59;
|
1125 |
+
-webkit-border-radius: 50%;
|
1126 |
+
border-radius: 50%;
|
1127 |
+
display: inline-block;
|
1128 |
+
vertical-align: middle;
|
1129 |
+
margin-left: 10px;
|
1130 |
+
}
|
1131 |
+
|
1132 |
+
.pa-maps-table td h4:before {
|
1133 |
+
position: absolute;
|
1134 |
+
content: "";
|
1135 |
+
}
|
1136 |
+
|
1137 |
+
/*
|
1138 |
+
* White Labeling Tab
|
1139 |
+
*/
|
1140 |
+
.pa-wht-lbl-settings .pa-wht-lbl-title {
|
1141 |
+
font-size: 20px;
|
1142 |
+
color: #252c59;
|
1143 |
+
font-weight: 900;
|
1144 |
+
font-family: "Red Hat Display";
|
1145 |
+
margin: 0;
|
1146 |
+
}
|
1147 |
+
|
1148 |
+
.pa-wht-lbl-settings .pa-row {
|
1149 |
+
width: 60%;
|
1150 |
+
float: right;
|
1151 |
+
}
|
1152 |
+
|
1153 |
+
.pa-wht-lbl-settings .pa-wht-lbl-admin {
|
1154 |
+
width: 30%;
|
1155 |
+
float: right;
|
1156 |
+
margin-right: 16px;
|
1157 |
+
}
|
1158 |
+
|
1159 |
+
.pa-wht-lbl-settings .pa-wht-lbl-head {
|
1160 |
+
border-bottom: 1px solid #ddd;
|
1161 |
+
background: #f7f7f7;
|
1162 |
+
padding: 20px;
|
1163 |
+
}
|
1164 |
+
|
1165 |
+
.pa-wht-lbl-table {
|
1166 |
+
text-align: right;
|
1167 |
+
}
|
1168 |
+
|
1169 |
+
.pa-wht-lbl-settings input {
|
1170 |
+
font-weight: 400;
|
1171 |
+
margin: 0;
|
1172 |
+
margin-bottom: 12px;
|
1173 |
+
-webkit-border-radius: 10px;
|
1174 |
+
border-radius: 10px;
|
1175 |
+
/* background-color: #ebebeb; */
|
1176 |
+
border: 1px solid #dcdcdc;
|
1177 |
+
padding: 8px 20px;
|
1178 |
+
}
|
1179 |
+
|
1180 |
+
/* .pa-wht-lbl-settings input + span {
|
1181 |
+
margin-left: 0.3em;
|
1182 |
+
} */
|
1183 |
+
|
1184 |
+
.pa-wht-lbl-settings label+span {
|
1185 |
+
font-family: "Poppins";
|
1186 |
+
vertical-align: middle;
|
1187 |
+
}
|
1188 |
+
|
1189 |
+
.pa-wht-lbl-settings .pa-input-label {
|
1190 |
+
display: block;
|
1191 |
+
font-weight: 600;
|
1192 |
+
margin: 10px 0 6px;
|
1193 |
+
font-size: 14px;
|
1194 |
+
color: #252c59;
|
1195 |
+
font-family: "Red Hat Display";
|
1196 |
+
}
|
1197 |
+
|
1198 |
+
.pa-wht-lbl-settings input[type="text"] {
|
1199 |
+
width: 550px;
|
1200 |
+
}
|
1201 |
+
|
1202 |
+
.pa-wht-lbl-settings input[type="text"]::-webkit-input-placeholder {
|
1203 |
+
font-weight: 300;
|
1204 |
+
font-family: "Poppins";
|
1205 |
+
}
|
1206 |
+
|
1207 |
+
.pa-wht-lbl-settings input[type="text"]:-moz-placeholder {
|
1208 |
+
font-weight: 300;
|
1209 |
+
font-family: "Poppins";
|
1210 |
+
}
|
1211 |
+
|
1212 |
+
.pa-wht-lbl-settings input[type="text"]::-moz-placeholder {
|
1213 |
+
font-weight: 300;
|
1214 |
+
font-family: "Poppins";
|
1215 |
+
}
|
1216 |
+
|
1217 |
+
.pa-wht-lbl-settings input[type="text"]:-ms-input-placeholder {
|
1218 |
+
font-weight: 300;
|
1219 |
+
font-family: "Poppins";
|
1220 |
+
}
|
1221 |
+
|
1222 |
+
.pa-wht-lbl-settings input[type="text"]::-ms-input-placeholder {
|
1223 |
+
font-weight: 300;
|
1224 |
+
font-family: "Poppins";
|
1225 |
+
}
|
1226 |
+
|
1227 |
+
.pa-wht-lbl-settings input[type="text"]::placeholder {
|
1228 |
+
font-weight: 300;
|
1229 |
+
font-family: "Poppins";
|
1230 |
+
}
|
1231 |
+
|
1232 |
+
.pa-wht-lbl-settings .pa-wht-lbl-settings-wrap {
|
1233 |
+
background: #fff;
|
1234 |
+
margin: 16px auto;
|
1235 |
+
border: 1px solid #dcdcdc;
|
1236 |
+
-webkit-border-radius: 10px;
|
1237 |
+
border-radius: 10px;
|
1238 |
+
overflow: hidden;
|
1239 |
+
}
|
1240 |
+
|
1241 |
+
.pa-wht-lbl-settings .clearfix {
|
1242 |
+
clear: both;
|
1243 |
+
}
|
1244 |
+
|
1245 |
+
.pa-wht-lbl-group-wrap {
|
1246 |
+
padding: 20px;
|
1247 |
+
}
|
1248 |
+
|
1249 |
+
.pa-section-white-label .pa-white-label-notice {
|
1250 |
+
position: absolute;
|
1251 |
+
top: 0;
|
1252 |
+
right: 0;
|
1253 |
+
width: 100%;
|
1254 |
+
height: 100%;
|
1255 |
+
background: rgba(200, 200, 200, 0.8);
|
1256 |
+
-webkit-border-radius: 15px;
|
1257 |
+
border-radius: 15px;
|
1258 |
+
-js-display: flex;
|
1259 |
+
display: -webkit-box;
|
1260 |
+
display: -webkit-flex;
|
1261 |
+
display: -moz-box;
|
1262 |
+
display: -ms-flexbox;
|
1263 |
+
display: flex;
|
1264 |
+
-webkit-box-pack: center;
|
1265 |
+
-webkit-justify-content: center;
|
1266 |
+
-moz-box-pack: center;
|
1267 |
+
-ms-flex-pack: center;
|
1268 |
+
justify-content: center;
|
1269 |
+
}
|
1270 |
+
|
1271 |
+
.pa-white-label-notice-content {
|
1272 |
+
position: absolute;
|
1273 |
+
top: 200px;
|
1274 |
+
right: 200;
|
1275 |
+
width: 530px;
|
1276 |
+
background-image: url("../../images/popup-pattern.jpg");
|
1277 |
+
background-repeat: no-repeat;
|
1278 |
+
-webkit-background-size: cover;
|
1279 |
+
background-size: cover;
|
1280 |
+
padding: 32px;
|
1281 |
+
padding-bottom: 50px;
|
1282 |
+
-webkit-border-radius: 0px 50px;
|
1283 |
+
border-radius: 0px 50px;
|
1284 |
+
text-align: center;
|
1285 |
+
z-index: 2;
|
1286 |
+
}
|
1287 |
+
|
1288 |
+
.pa-white-label-notice-logo {
|
1289 |
+
-webkit-transform: translateY(-32px);
|
1290 |
+
-ms-transform: translateY(-32px);
|
1291 |
+
transform: translateY(-32px);
|
1292 |
+
margin-bottom: -18px;
|
1293 |
+
}
|
1294 |
+
|
1295 |
+
.pa-white-label-notice-logo img {
|
1296 |
+
padding: 10px;
|
1297 |
+
padding-top: 40px;
|
1298 |
+
background-color: #ffffff;
|
1299 |
+
border: 1px solid #e6e6e6;
|
1300 |
+
-webkit-border-radius: 50px;
|
1301 |
+
border-radius: 50px;
|
1302 |
+
-webkit-border-top-right-radius: 50px;
|
1303 |
+
border-top-right-radius: 50px;
|
1304 |
+
-webkit-border-top-left-radius: 50px;
|
1305 |
+
border-top-left-radius: 50px;
|
1306 |
+
-webkit-border-top-right-radius: 0;
|
1307 |
+
border-top-right-radius: 0;
|
1308 |
+
-webkit-border-top-left-radius: 0;
|
1309 |
+
border-top-left-radius: 0;
|
1310 |
+
}
|
1311 |
+
|
1312 |
+
.pa-white-label-notice-content h2,
|
1313 |
+
.pa-swal-head {
|
1314 |
+
display: inline-block;
|
1315 |
+
font-size: 23px;
|
1316 |
+
color: #252c59;
|
1317 |
+
font-weight: 900;
|
1318 |
+
font-family: "Red Hat Display";
|
1319 |
+
text-align: center;
|
1320 |
+
max-width: 350px;
|
1321 |
+
line-height: 1;
|
1322 |
+
margin: 0;
|
1323 |
+
margin-bottom: 18px;
|
1324 |
+
}
|
1325 |
+
|
1326 |
+
.pa-white-label-notice-content h2 span {
|
1327 |
+
color: #fd9926;
|
1328 |
+
text-transform: uppercase;
|
1329 |
+
font-family: "Red Hat Display";
|
1330 |
+
}
|
1331 |
+
|
1332 |
+
.pa-white-label-notice-content p {
|
1333 |
+
font-size: 13px;
|
1334 |
+
color: #474747;
|
1335 |
+
font-family: "Poppins";
|
1336 |
+
text-align: center;
|
1337 |
+
margin: 0;
|
1338 |
+
margin-bottom: 18px;
|
1339 |
+
}
|
1340 |
+
|
1341 |
+
.pa-white-label-notice-content a.pa-get-pro {
|
1342 |
+
display: inline-block;
|
1343 |
+
width: 117px;
|
1344 |
+
padding: 12px 10px;
|
1345 |
+
-webkit-border-radius: 10px;
|
1346 |
+
border-radius: 10px;
|
1347 |
+
color: #ffffff;
|
1348 |
+
font-size: 15px;
|
1349 |
+
font-weight: 900;
|
1350 |
+
font-family: "Red Hat Display";
|
1351 |
+
-webkit-filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
|
1352 |
+
filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
|
1353 |
+
text-decoration: none;
|
1354 |
+
outline: none;
|
1355 |
+
border: none;
|
1356 |
+
background-image: -webkit-linear-gradient(-120deg, #fe6300 0%, #fe9f00 100%);
|
1357 |
+
background-image: linear-gradient(30deg, #fe6300 0%, #fe9f00 100%);
|
1358 |
+
-webkit-transition: all 0.2s ease-in-out;
|
1359 |
+
transition: all 0.2s ease-in-out;
|
1360 |
+
}
|
1361 |
+
|
1362 |
+
.pa-white-label-notice-content a.pa-get-pro:hover {
|
1363 |
+
background-image: -webkit-linear-gradient(-60deg, #fe6300 0%, #fe9f00 100%);
|
1364 |
+
background-image: linear-gradient(-30deg, #fe6300 0%, #fe9f00 100%);
|
1365 |
+
}
|
1366 |
+
|
1367 |
+
/*
|
1368 |
+
* System Info Tab
|
1369 |
+
*/
|
1370 |
+
.pa-section-info table.widefat {
|
1371 |
+
border: 0px;
|
1372 |
+
-webkit-box-shadow: none;
|
1373 |
+
box-shadow: none;
|
1374 |
+
font-family: "Poppins";
|
1375 |
+
}
|
1376 |
+
|
1377 |
+
.pa-section-info .widefat td:first-child {
|
1378 |
+
width: 30%;
|
1379 |
+
}
|
1380 |
+
|
1381 |
+
.pa-section-info table.widefat tr:nth-child(2n) {
|
1382 |
+
background-color: #f7f7f7;
|
1383 |
+
}
|
1384 |
+
|
1385 |
+
/*
|
1386 |
+
* License Tab
|
1387 |
+
*/
|
1388 |
+
.pa-license-form span {
|
1389 |
+
color: #474747;
|
1390 |
+
font-family: "Poppins";
|
1391 |
+
}
|
1392 |
+
|
1393 |
+
.pa-license-form label {
|
1394 |
+
display: block;
|
1395 |
+
font-weight: 500;
|
1396 |
+
margin: 2em 0 0.5em;
|
1397 |
+
}
|
1398 |
+
|
1399 |
+
.pa-license-form code {
|
1400 |
+
padding: 3px 5px 2px;
|
1401 |
+
margin: 0 1px;
|
1402 |
+
background: #eaeaea;
|
1403 |
+
background: rgba(0, 0, 0, 0.07);
|
1404 |
+
font-size: 13px;
|
1405 |
+
font-style: italic;
|
1406 |
+
}
|
1407 |
+
|
1408 |
+
.pa-license-form .button.button-primary {
|
1409 |
+
width: 147px;
|
1410 |
+
height: 43px;
|
1411 |
+
/* -webkit-filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3));
|
1412 |
+
filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3)); */
|
1413 |
+
background-color: #00a5e5;
|
1414 |
+
/* margin-top: 50px; */
|
1415 |
+
margin-right: -3px;
|
1416 |
+
-webkit-border-radius: 10px 0 0 10px;
|
1417 |
+
border-radius: 10px 0 0 10px;
|
1418 |
+
border: none;
|
1419 |
+
}
|
1420 |
+
|
1421 |
+
#papro-license-key:focus,
|
1422 |
+
.pa-license-form .button.button-primary:focus {
|
1423 |
+
outline: none;
|
1424 |
+
-webkit-box-shadow: none;
|
1425 |
+
box-shadow: none;
|
1426 |
+
}
|
1427 |
+
|
1428 |
+
#papro-license-key {
|
1429 |
+
height: 43px;
|
1430 |
+
line-height: 1;
|
1431 |
+
margin: 0;
|
1432 |
+
padding: 8px 20px;
|
1433 |
+
-webkit-border-radius: 0 10px 10px 0;
|
1434 |
+
border-radius: 0 10px 10px 0;
|
1435 |
+
}
|
1436 |
+
|
1437 |
+
.pa-license-form input+span {
|
1438 |
+
margin-right: 10px;
|
1439 |
+
font-weight: 600;
|
1440 |
+
}
|
1441 |
+
|
1442 |
+
.pa-license-cell span {
|
1443 |
+
margin-right: 0.3em;
|
1444 |
+
}
|
1445 |
+
|
1446 |
+
@media(min-width: 1550px) {
|
1447 |
+
#pa-general-settings .pa-section-info:not(.pa-news-section):not(.pa-support-section) p {
|
1448 |
+
min-height: 65px;
|
1449 |
+
}
|
1450 |
+
|
1451 |
+
.pa-news-grid .pa-news-post p:nth-of-type(1) {
|
1452 |
+
min-height: 40px;
|
1453 |
+
}
|
1454 |
+
}
|
1455 |
+
|
1456 |
+
/*
|
1457 |
+
* PAPRO Notice
|
1458 |
+
*/
|
1459 |
+
.papro-admin-notice {
|
1460 |
+
-webkit-display: flex;
|
1461 |
+
display: -webkit-box;
|
1462 |
+
display: -ms-flexbox;
|
1463 |
+
-js-display: flex;
|
1464 |
+
display: -moz-box;
|
1465 |
+
display: flex;
|
1466 |
+
-webkit-box-pack: end;
|
1467 |
+
-ms-flex-pack: end;
|
1468 |
+
-webkit-justify-content: flex-end;
|
1469 |
+
-moz-box-pack: end;
|
1470 |
+
justify-content: flex-end;
|
1471 |
+
-webkit-box-align: center;
|
1472 |
+
-ms-flex-align: center;
|
1473 |
+
-webkit-align-items: center;
|
1474 |
+
-moz-box-align: center;
|
1475 |
+
align-items: center;
|
1476 |
+
margin-bottom: 24px;
|
1477 |
+
}
|
1478 |
+
|
1479 |
+
.papro-admin-notice>div {
|
1480 |
+
-webkit-box-flex: 1;
|
1481 |
+
-webkit-flex-grow: 1;
|
1482 |
+
-moz-box-flex: 1;
|
1483 |
+
-ms-flex-positive: 1;
|
1484 |
+
flex-grow: 1;
|
1485 |
+
}
|
1486 |
+
|
1487 |
+
.papro-admin-notice-left {
|
1488 |
+
position: relative;
|
1489 |
+
padding: 16px;
|
1490 |
+
-webkit-border-radius: 15px;
|
1491 |
+
border-radius: 15px;
|
1492 |
+
background-color: #fff;
|
1493 |
+
-webkit-flex-basis: 80%;
|
1494 |
+
-ms-flex-preferred-size: 80%;
|
1495 |
+
flex-basis: 80%;
|
1496 |
+
}
|
1497 |
+
|
1498 |
+
.papro-admin-notice-left a {
|
1499 |
+
position: absolute;
|
1500 |
+
top: 0;
|
1501 |
+
right: 0;
|
1502 |
+
width: 100%;
|
1503 |
+
height: 100%;
|
1504 |
+
}
|
1505 |
+
|
1506 |
+
.papro-admin-notice-left a:hover,
|
1507 |
+
.papro-admin-notice-left a:focus,
|
1508 |
+
.papro-admin-notice-left a:visited {
|
1509 |
+
outline: none;
|
1510 |
+
border: none;
|
1511 |
+
-webkit-box-shadow: none;
|
1512 |
+
box-shadow: none;
|
1513 |
+
text-decoration: none;
|
1514 |
+
}
|
1515 |
+
|
1516 |
+
.papro-admin-notice-logo {
|
1517 |
+
-webkit-display: flex;
|
1518 |
+
display: -webkit-box;
|
1519 |
+
display: -ms-flexbox;
|
1520 |
+
-js-display: flex;
|
1521 |
+
display: -moz-box;
|
1522 |
+
display: flex;
|
1523 |
+
-webkit-box-pack: justify;
|
1524 |
+
-webkit-justify-content: space-between;
|
1525 |
+
-moz-box-pack: justify;
|
1526 |
+
-ms-flex-pack: justify;
|
1527 |
+
justify-content: space-between;
|
1528 |
+
-webkit-box-align: center;
|
1529 |
+
-webkit-align-items: center;
|
1530 |
+
-moz-box-align: center;
|
1531 |
+
-ms-flex-align: center;
|
1532 |
+
align-items: center;
|
1533 |
+
}
|
1534 |
+
|
1535 |
+
.papro-admin-notice-logo label {
|
1536 |
+
display: block;
|
1537 |
+
font-weight: 600;
|
1538 |
+
margin: 10px 0 6px;
|
1539 |
+
font-size: 14px;
|
1540 |
+
color: #252c59;
|
1541 |
+
font-family: "Red Hat Display";
|
1542 |
+
}
|
1543 |
+
|
1544 |
+
.papro-admin-notice-right {
|
1545 |
+
-webkit-display: flex;
|
1546 |
+
display: -webkit-box;
|
1547 |
+
display: -ms-flexbox;
|
1548 |
+
-js-display: flex;
|
1549 |
+
display: -moz-box;
|
1550 |
+
display: flex;
|
1551 |
+
-webkit-box-align: center;
|
1552 |
+
-ms-flex-align: center;
|
1553 |
+
-webkit-align-items: center;
|
1554 |
+
-moz-box-align: center;
|
1555 |
+
align-items: center;
|
1556 |
+
background: url("../../images/papro-banner.png");
|
1557 |
+
-webkit-background-size: cover;
|
1558 |
+
background-size: cover;
|
1559 |
+
background-repeat: no-repeat;
|
1560 |
+
padding: 18px;
|
1561 |
+
-webkit-border-radius: 15px;
|
1562 |
+
border-radius: 15px;
|
1563 |
+
overflow: hidden;
|
1564 |
+
margin-right: 25px;
|
1565 |
+
}
|
1566 |
+
|
1567 |
+
.papro-admin-notice-right h4 {
|
1568 |
+
font-size: 20px;
|
1569 |
+
color: #fff;
|
1570 |
+
font-weight: 900;
|
1571 |
+
font-family: "Red Hat Display";
|
1572 |
+
margin: 0;
|
1573 |
+
margin-bottom: 8px;
|
1574 |
+
}
|
1575 |
+
|
1576 |
+
.papro-admin-notice-right p {
|
1577 |
+
font-size: 14px;
|
1578 |
+
color: #ffffff;
|
1579 |
+
font-family: "Poppins";
|
1580 |
+
margin: 0;
|
1581 |
+
}
|
1582 |
+
|
1583 |
+
.papro-admin-notice-right span {
|
1584 |
+
font-weight: 700;
|
1585 |
+
}
|
1586 |
+
|
1587 |
+
/*
|
1588 |
+
* Dashboard Tabs
|
1589 |
+
*/
|
1590 |
+
.pa-dash-general:before {
|
1591 |
+
content: "\e93e";
|
1592 |
+
}
|
1593 |
+
|
1594 |
+
.pa-dash-integrations:before {
|
1595 |
+
content: "\e93f";
|
1596 |
+
}
|
1597 |
+
|
1598 |
+
.pa-dash-system-info:before {
|
1599 |
+
content: "\e941";
|
1600 |
+
}
|
1601 |
+
|
1602 |
+
.pa-dash-vcontrol:before {
|
1603 |
+
content: "\e942";
|
1604 |
+
}
|
1605 |
+
|
1606 |
+
.pa-dash-white-label:before {
|
1607 |
+
content: "\e943";
|
1608 |
+
}
|
1609 |
+
|
1610 |
+
.pa-dash-elements:before {
|
1611 |
+
content: "\e944";
|
1612 |
+
}
|
1613 |
+
|
1614 |
+
.pa-dash-license:before {
|
1615 |
+
content: "\e940";
|
1616 |
+
}
|
1617 |
+
|
1618 |
+
.pa-dash-features:before {
|
1619 |
+
content: "\e911";
|
1620 |
+
}
|
1621 |
+
|
1622 |
+
/*
|
1623 |
+
* Elements Categories
|
1624 |
+
*/
|
1625 |
+
.pa-dash-cat-all:before {
|
1626 |
+
content: "\e945";
|
1627 |
+
}
|
1628 |
+
|
1629 |
+
.pa-dash-cat-blurbs:before {
|
1630 |
+
content: "\e946";
|
1631 |
+
}
|
1632 |
+
|
1633 |
+
.pa-dash-cat-contact:before {
|
1634 |
+
content: "\e94a";
|
1635 |
+
}
|
1636 |
+
|
1637 |
+
.pa-dash-cat-content:before {
|
1638 |
+
content: "\e948";
|
1639 |
+
}
|
1640 |
+
|
1641 |
+
.pa-dash-cat-images:before {
|
1642 |
+
content: "\e949";
|
1643 |
+
}
|
1644 |
+
|
1645 |
+
.pa-dash-cat-off-grid:before {
|
1646 |
+
content: "\e94b";
|
1647 |
+
}
|
1648 |
+
|
1649 |
+
.pa-dash-cat-section:before {
|
1650 |
+
content: "\e94c";
|
1651 |
+
}
|
1652 |
+
|
1653 |
+
.pa-dash-cat-feed:before {
|
1654 |
+
content: "\e94d";
|
1655 |
+
}
|
1656 |
+
|
1657 |
+
.pa-dash-cat-data:before {
|
1658 |
+
content: "\e94e";
|
1659 |
+
}
|
1660 |
+
|
1661 |
+
.pa-dash-cat-social:before {
|
1662 |
+
content: "\e94f";
|
1663 |
+
}
|
1664 |
+
|
1665 |
+
/*
|
1666 |
+
* Widgets Icons
|
1667 |
+
*/
|
1668 |
+
.pa-dash-premium-notbar:before {
|
1669 |
+
content: "\e902";
|
1670 |
+
}
|
1671 |
+
|
1672 |
+
.pa-dash-premium-gradient:before {
|
1673 |
+
content: "\e903";
|
1674 |
+
}
|
1675 |
+
|
1676 |
+
.pa-dash-premium-color-transition:before {
|
1677 |
+
content: "\e904";
|
1678 |
+
}
|
1679 |
+
|
1680 |
+
.pa-dash-premium-behance:before {
|
1681 |
+
content: "\e905";
|
1682 |
+
}
|
1683 |
+
|
1684 |
+
.pa-dash-premium-charts:before {
|
1685 |
+
content: "\e906";
|
1686 |
+
}
|
1687 |
+
|
1688 |
+
.pa-dash-premium-content-toggle:before {
|
1689 |
+
content: "\e907";
|
1690 |
+
}
|
1691 |
+
|
1692 |
+
.pa-dash-premium-divider:before {
|
1693 |
+
content: "\e908";
|
1694 |
+
}
|
1695 |
+
|
1696 |
+
.pa-dash-premium-facebook-feed:before {
|
1697 |
+
content: "\e90a";
|
1698 |
+
}
|
1699 |
+
|
1700 |
+
.pa-dash-facebook-feed-2:before {
|
1701 |
+
content: "\e91b";
|
1702 |
+
}
|
1703 |
+
|
1704 |
+
.pa-dash-premium-fb-chat:before {
|
1705 |
+
content: "\e90b";
|
1706 |
+
}
|
1707 |
+
|
1708 |
+
.pa-dash-premium-facebook-reviews:before {
|
1709 |
+
content: "\e90c";
|
1710 |
+
}
|
1711 |
+
|
1712 |
+
.pa-dash-premium-google-reviews:before {
|
1713 |
+
content: "\e90d";
|
1714 |
+
}
|
1715 |
+
|
1716 |
+
.pa-dash-premium-hscroll:before {
|
1717 |
+
content: "\e90e";
|
1718 |
+
}
|
1719 |
+
|
1720 |
+
.pa-dash-premium-flipbox:before {
|
1721 |
+
content: "\e90f";
|
1722 |
+
}
|
1723 |
+
|
1724 |
+
.pa-dash-premium-iconbox:before {
|
1725 |
+
content: "\e910";
|
1726 |
+
}
|
1727 |
+
|
1728 |
+
.pa-dash-premium-image-accordion:before {
|
1729 |
+
content: "\e912";
|
1730 |
+
}
|
1731 |
+
|
1732 |
+
.pa-dash-premium-image-comparison:before {
|
1733 |
+
content: "\e913";
|
1734 |
+
}
|
1735 |
+
|
1736 |
+
.pa-dash-premium-image-hotspots:before {
|
1737 |
+
content: "\e914";
|
1738 |
+
}
|
1739 |
+
|
1740 |
+
.pa-dash-premium-img-layers:before {
|
1741 |
+
content: "\e915";
|
1742 |
+
}
|
1743 |
+
|
1744 |
+
.pa-dash-premium-instagram-feed:before {
|
1745 |
+
content: "\e916";
|
1746 |
+
}
|
1747 |
+
|
1748 |
+
.pa-dash-premium-kenburns:before {
|
1749 |
+
content: "\e917";
|
1750 |
+
}
|
1751 |
+
|
1752 |
+
.pa-dash-premium-lottie:before {
|
1753 |
+
content: "\e918";
|
1754 |
+
}
|
1755 |
+
|
1756 |
+
.pa-dash-premium-magic-section:before {
|
1757 |
+
content: "\e919";
|
1758 |
+
}
|
1759 |
+
|
1760 |
+
.pa-dash-premium-multi-scroll:before {
|
1761 |
+
content: "\e91a";
|
1762 |
+
}
|
1763 |
+
|
1764 |
+
.pa-dash-premium-ihover:before {
|
1765 |
+
content: "\e911";
|
1766 |
+
}
|
1767 |
+
|
1768 |
+
.pa-dash-premium-parallax:before {
|
1769 |
+
content: "\e91b";
|
1770 |
+
}
|
1771 |
+
|
1772 |
+
.pa-dash-premium-particles:before {
|
1773 |
+
content: "\e91c";
|
1774 |
+
}
|
1775 |
+
|
1776 |
+
.pa-dash-premium-prev-img:before {
|
1777 |
+
content: "\e91d";
|
1778 |
+
}
|
1779 |
+
|
1780 |
+
.pa-dash-premium-tabs:before {
|
1781 |
+
content: "\e91f";
|
1782 |
+
}
|
1783 |
+
|
1784 |
+
.pa-dash-premium-tables:before {
|
1785 |
+
content: "\e91e";
|
1786 |
+
}
|
1787 |
+
|
1788 |
+
.pa-dash-premium-twitter-feed:before {
|
1789 |
+
content: "\e921";
|
1790 |
+
}
|
1791 |
+
|
1792 |
+
.pa-dash-premium-unfold:before {
|
1793 |
+
content: "\e922";
|
1794 |
+
}
|
1795 |
+
|
1796 |
+
.pa-dash-premium-whatsapp-chat:before {
|
1797 |
+
content: "\e923";
|
1798 |
+
}
|
1799 |
+
|
1800 |
+
.pa-dash-premium-yelp-reviews:before {
|
1801 |
+
content: "\e924";
|
1802 |
+
}
|
1803 |
+
|
1804 |
+
.pa-dash-premium-trustpilot-reviews:before {
|
1805 |
+
content: "\e920";
|
1806 |
+
}
|
1807 |
+
|
1808 |
+
.pa-dash-premium-banner:before {
|
1809 |
+
content: "\e925";
|
1810 |
+
}
|
1811 |
+
|
1812 |
+
.pa-dash-premium-blog:before {
|
1813 |
+
content: "\e926";
|
1814 |
+
}
|
1815 |
+
|
1816 |
+
.pa-dash-premium-button:before {
|
1817 |
+
content: "\e927";
|
1818 |
+
}
|
1819 |
+
|
1820 |
+
.pa-dash-premium-carousel:before {
|
1821 |
+
content: "\e928";
|
1822 |
+
}
|
1823 |
+
|
1824 |
+
.pa-dash-premium-contactform:before {
|
1825 |
+
content: "\e929";
|
1826 |
+
}
|
1827 |
+
|
1828 |
+
.pa-dash-premium-countdown:before {
|
1829 |
+
content: "\e92a";
|
1830 |
+
}
|
1831 |
+
|
1832 |
+
.pa-dash-premium-counter:before {
|
1833 |
+
content: "\e92b";
|
1834 |
+
}
|
1835 |
+
|
1836 |
+
.pa-dash-premium-dual-header:before {
|
1837 |
+
content: "\e92c";
|
1838 |
+
}
|
1839 |
+
|
1840 |
+
.pa-dash-premium-fancytext:before {
|
1841 |
+
content: "\e92d";
|
1842 |
+
}
|
1843 |
+
|
1844 |
+
.pa-dash-premium-maps:before {
|
1845 |
+
content: "\e92e";
|
1846 |
+
}
|
1847 |
+
|
1848 |
+
.pa-dash-premium-title:before {
|
1849 |
+
content: "\e92f";
|
1850 |
+
}
|
1851 |
+
|
1852 |
+
.pa-dash-premium-icon-list:before {
|
1853 |
+
content: "\e930";
|
1854 |
+
}
|
1855 |
+
|
1856 |
+
.pa-dash-premium-image-button:before {
|
1857 |
+
content: "\e931";
|
1858 |
+
}
|
1859 |
+
|
1860 |
+
.pa-dash-premium-image-scroll:before {
|
1861 |
+
content: "\e932";
|
1862 |
+
}
|
1863 |
+
|
1864 |
+
.pa-dash-premium-image-separator:before {
|
1865 |
+
content: "\e933";
|
1866 |
+
}
|
1867 |
+
|
1868 |
+
/* .pa-dash-premium-lottie:before {
|
1869 |
+
content: "\e944";
|
1870 |
+
} */
|
1871 |
+
.pa-dash-premium-lottie-widget:before {
|
1872 |
+
content: "\e935";
|
1873 |
+
}
|
1874 |
+
|
1875 |
+
.pa-dash-premium-grid:before {
|
1876 |
+
content: "\e946";
|
1877 |
+
}
|
1878 |
+
|
1879 |
+
.pa-dash-premium-modalbox:before {
|
1880 |
+
content: "\e937";
|
1881 |
+
}
|
1882 |
+
|
1883 |
+
.pa-dash-premium-pricing-table:before {
|
1884 |
+
content: "\e938";
|
1885 |
+
}
|
1886 |
+
|
1887 |
+
.pa-dash-premium-progressbar:before {
|
1888 |
+
content: "\e939";
|
1889 |
+
}
|
1890 |
+
|
1891 |
+
.pa-dash-premium-person:before {
|
1892 |
+
content: "\e93a";
|
1893 |
+
}
|
1894 |
+
|
1895 |
+
.pa-dash-premium-testimonials:before {
|
1896 |
+
content: "\e93b";
|
1897 |
+
}
|
1898 |
+
|
1899 |
+
.pa-dash-premium-vscroll:before {
|
1900 |
+
content: "\e93c";
|
1901 |
+
}
|
1902 |
+
|
1903 |
+
.pa-dash-premium-videobox:before {
|
1904 |
+
content: "\e93d";
|
1905 |
+
}
|
1906 |
+
|
1907 |
+
.pa-dash-premium-blob:before {
|
1908 |
+
content: "\e900";
|
1909 |
+
}
|
1910 |
+
|
1911 |
+
.pa-dash-woo-products:before {
|
1912 |
+
content: "\e901";
|
1913 |
}
|
admin/assets/css/admin.css
CHANGED
@@ -1,1913 +1,1913 @@
|
|
1 |
-
.button.pa-btn {
|
2 |
-
border: none;
|
3 |
-
color: #fff;
|
4 |
-
text-align: center;
|
5 |
-
padding: 3px;
|
6 |
-
max-width: 250px;
|
7 |
-
height: auto;
|
8 |
-
font-weight: 700;
|
9 |
-
-webkit-box-shadow: none;
|
10 |
-
box-shadow: none;
|
11 |
-
}
|
12 |
-
|
13 |
-
.button.pa-btn:hover,
|
14 |
-
.button.pa-btn:focus,
|
15 |
-
.button.pa-btn:active {
|
16 |
-
outline: none;
|
17 |
-
border: none;
|
18 |
-
text-decoration: none;
|
19 |
-
}
|
20 |
-
|
21 |
-
|
22 |
-
.switch {
|
23 |
-
position: relative;
|
24 |
-
display: inline-block;
|
25 |
-
width: 44px;
|
26 |
-
height: 24px;
|
27 |
-
-webkit-border-radius: 12px;
|
28 |
-
border-radius: 12px;
|
29 |
-
}
|
30 |
-
|
31 |
-
.switch input {
|
32 |
-
display: none;
|
33 |
-
}
|
34 |
-
|
35 |
-
.slider,
|
36 |
-
.pro-slider {
|
37 |
-
position: absolute;
|
38 |
-
cursor: pointer;
|
39 |
-
top: 0;
|
40 |
-
left: 0;
|
41 |
-
right: 0;
|
42 |
-
bottom: 0;
|
43 |
-
/* background-color: #f2f2f2;
|
44 |
-
box-shadow: 0 0 2px 1px #ccc inset; */
|
45 |
-
-webkit-transition: 0.4s;
|
46 |
-
transition: 0.4s;
|
47 |
-
}
|
48 |
-
|
49 |
-
.slider:before,
|
50 |
-
.pro-slider:before {
|
51 |
-
position: absolute;
|
52 |
-
content: "";
|
53 |
-
left: 3px;
|
54 |
-
top: 50%;
|
55 |
-
-webkit-transform: translateY(-50%);
|
56 |
-
-ms-transform: translateY(-50%);
|
57 |
-
transform: translateY(-50%);
|
58 |
-
/* background: radial-gradient(farthest-corner at 14px 0px, #f0f0f0 50%, #cacaca 100%); */
|
59 |
-
-webkit-transition: all 0.4s ease-in-out;
|
60 |
-
transition: all 0.4s ease-in-out;
|
61 |
-
padding: 0;
|
62 |
-
margin: 0;
|
63 |
-
width: 15px;
|
64 |
-
height: 15px;
|
65 |
-
-webkit-border-radius: 8px;
|
66 |
-
border-radius: 8px;
|
67 |
-
-webkit-filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
|
68 |
-
filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
|
69 |
-
background-color: #f7f7f7;
|
70 |
-
border: 1px solid #ffffff;
|
71 |
-
/* box-shadow: 0 2.5px 5px #b8b8b9; */
|
72 |
-
}
|
73 |
-
|
74 |
-
input:checked+.slider {
|
75 |
-
background: #8dc900;
|
76 |
-
}
|
77 |
-
|
78 |
-
input:focus+.slider {
|
79 |
-
-webkit-box-shadow: 0 0 1px #18a4fd;
|
80 |
-
box-shadow: 0 0 1px #18a4fd;
|
81 |
-
}
|
82 |
-
|
83 |
-
input:checked+.slider:before {
|
84 |
-
-webkit-transform: translate3d(20px, -50%, 0);
|
85 |
-
transform: translate3d(20px, -50%, 0);
|
86 |
-
}
|
87 |
-
|
88 |
-
.slider.round,
|
89 |
-
.pro-slider.round {
|
90 |
-
-webkit-border-radius: 34px;
|
91 |
-
border-radius: 34px;
|
92 |
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), to(#dbdbdb));
|
93 |
-
background-image: -webkit-linear-gradient(top, #cfcfcf 0%, #dbdbdb 100%);
|
94 |
-
background-image: linear-gradient(180deg, #cfcfcf 0%, #dbdbdb 100%);
|
95 |
-
}
|
96 |
-
|
97 |
-
.slider.round:before,
|
98 |
-
.pro-slider.round:before {
|
99 |
-
-webkit-border-radius: 50%;
|
100 |
-
border-radius: 50%;
|
101 |
-
}
|
102 |
-
|
103 |
-
.pa-switcher input:disabled+.pro-slider::after {
|
104 |
-
position: absolute;
|
105 |
-
font-family: "Dashicons";
|
106 |
-
content: "\f160";
|
107 |
-
color: #474747;
|
108 |
-
right: 8px;
|
109 |
-
top: 50%;
|
110 |
-
-webkit-transform: translateY(-50%);
|
111 |
-
-ms-transform: translateY(-50%);
|
112 |
-
transform: translateY(-50%);
|
113 |
-
}
|
114 |
-
|
115 |
-
.pa-api-disable-title label,
|
116 |
-
.pa-is-beta label {
|
117 |
-
margin-right: 15px;
|
118 |
-
}
|
119 |
-
|
120 |
-
.pa-api-disable-title span,
|
121 |
-
.pa-is-beta span {
|
122 |
-
font-weight: 400;
|
123 |
-
}
|
124 |
-
|
125 |
-
.pa-maps-api-notice {
|
126 |
-
margin: 0.5em 0;
|
127 |
-
}
|
128 |
-
|
129 |
-
.pa-api-title input {
|
130 |
-
margin-top: 10px;
|
131 |
-
font-size: normal;
|
132 |
-
font-weight: 400;
|
133 |
-
width: 400px;
|
134 |
-
margin-left: 30px;
|
135 |
-
}
|
136 |
-
|
137 |
-
.pa-sys-info-tab {
|
138 |
-
background: #f7f7f7;
|
139 |
-
margin: 8px;
|
140 |
-
border: 2px solid #ddd;
|
141 |
-
-webkit-border-radius: 3px;
|
142 |
-
border-radius: 3px;
|
143 |
-
padding: 0;
|
144 |
-
}
|
145 |
-
|
146 |
-
.pa-system-info-container {
|
147 |
-
padding: 10px;
|
148 |
-
}
|
149 |
-
|
150 |
-
.dialog-type-lightbox .dialog-widget-header {
|
151 |
-
text-align: center;
|
152 |
-
font-size: 15px;
|
153 |
-
color: #495157;
|
154 |
-
padding: 30px 0 10px;
|
155 |
-
font-weight: 500;
|
156 |
-
}
|
157 |
-
|
158 |
-
.pa-swal.swal2-show {
|
159 |
-
padding: 32px;
|
160 |
-
padding-bottom: 50px;
|
161 |
-
background-image: url("../../images/popup-pattern.jpg");
|
162 |
-
background-repeat: no-repeat;
|
163 |
-
-webkit-background-size: cover;
|
164 |
-
background-size: cover;
|
165 |
-
-webkit-border-radius: 50px 0;
|
166 |
-
border-radius: 50px 0;
|
167 |
-
}
|
168 |
-
|
169 |
-
.pa-swal .swal2-close {
|
170 |
-
color: #c2c4cf;
|
171 |
-
}
|
172 |
-
|
173 |
-
.pa-swal .swal2-close:hover {
|
174 |
-
color: #00a5e5;
|
175 |
-
}
|
176 |
-
|
177 |
-
.pa-swal .swal2-title {
|
178 |
-
margin: 0;
|
179 |
-
}
|
180 |
-
|
181 |
-
.pa-swal .swal2-content {
|
182 |
-
font-size: 13px;
|
183 |
-
color: #474747;
|
184 |
-
font-family: "Poppins";
|
185 |
-
text-align: center;
|
186 |
-
margin: 0;
|
187 |
-
margin-bottom: 0px;
|
188 |
-
}
|
189 |
-
|
190 |
-
.pa-swal .swal2-cancel.swal2-styled,
|
191 |
-
.pa-swal .swal2-cancel.swal2-styled:hover,
|
192 |
-
.pa-swal .swal2-confirm.swal2-styled {
|
193 |
-
background-image: none !important;
|
194 |
-
background-color: #ebebeb;
|
195 |
-
color: #474747;
|
196 |
-
border: none !important;
|
197 |
-
-webkit-box-shadow: none !important;
|
198 |
-
box-shadow: none !important;
|
199 |
-
font-family: "Red Hat Display";
|
200 |
-
font-size: 15px;
|
201 |
-
font-weight: 700;
|
202 |
-
}
|
203 |
-
|
204 |
-
.pa-swal .swal2-confirm.swal2-styled,
|
205 |
-
.pa-swal .swal2-confirm.swal2-styled:hover {
|
206 |
-
min-width: 128px;
|
207 |
-
color: #fff;
|
208 |
-
background-image: none !important;
|
209 |
-
background-color: #00a5e5;
|
210 |
-
}
|
211 |
-
|
212 |
-
/**
|
213 |
-
* New Dashboard
|
214 |
-
*/
|
215 |
-
.pa-settings-wrap {
|
216 |
-
padding: 35px;
|
217 |
-
padding-left: 15px;
|
218 |
-
}
|
219 |
-
|
220 |
-
.pa-settings-section {
|
221 |
-
display: none;
|
222 |
-
}
|
223 |
-
|
224 |
-
.pa-settings-tabs {
|
225 |
-
background-color: #fff;
|
226 |
-
-webkit-border-radius: 15px;
|
227 |
-
border-radius: 15px;
|
228 |
-
padding: 36px;
|
229 |
-
margin-bottom: 12px;
|
230 |
-
}
|
231 |
-
|
232 |
-
.pa-settings-tabs-list {
|
233 |
-
clear: left;
|
234 |
-
margin: 0;
|
235 |
-
list-style-type: none;
|
236 |
-
}
|
237 |
-
|
238 |
-
.pa-settings-tabs .pa-settings-tabs-list li {
|
239 |
-
display: inline-block;
|
240 |
-
margin-bottom: 0;
|
241 |
-
margin-right: 23px;
|
242 |
-
}
|
243 |
-
|
244 |
-
.pa-settings-section.active {
|
245 |
-
display: block;
|
246 |
-
}
|
247 |
-
|
248 |
-
.papro-admin-notice a,
|
249 |
-
.pa-settings-wrap .pa-settings-tabs a {
|
250 |
-
-js-display: flex;
|
251 |
-
display: -webkit-box;
|
252 |
-
display: -webkit-flex;
|
253 |
-
display: -moz-box;
|
254 |
-
display: -ms-flexbox;
|
255 |
-
display: flex;
|
256 |
-
-webkit-box-pack: center;
|
257 |
-
-webkit-justify-content: center;
|
258 |
-
-moz-box-pack: center;
|
259 |
-
-ms-flex-pack: center;
|
260 |
-
justify-content: center;
|
261 |
-
-webkit-box-align: center;
|
262 |
-
-webkit-align-items: center;
|
263 |
-
-moz-box-align: center;
|
264 |
-
-ms-flex-align: center;
|
265 |
-
align-items: center;
|
266 |
-
font-size: 14px;
|
267 |
-
line-height: 1.8em;
|
268 |
-
position: relative;
|
269 |
-
color: #252c59;
|
270 |
-
text-decoration: none;
|
271 |
-
-webkit-transition: all 0.3s ease;
|
272 |
-
transition: all 0.3s ease;
|
273 |
-
}
|
274 |
-
|
275 |
-
.papro-admin-notice a.papro-notice-btn {
|
276 |
-
width: 120px;
|
277 |
-
/* height: 58px; */
|
278 |
-
-webkit-border-radius: 15px;
|
279 |
-
border-radius: 15px;
|
280 |
-
-webkit-filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
|
281 |
-
filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
|
282 |
-
background-color: #ffffff;
|
283 |
-
font-size: 18px;
|
284 |
-
color: #fe6300;
|
285 |
-
font-weight: 800;
|
286 |
-
font-family: "Red Hat Display";
|
287 |
-
text-align: center;
|
288 |
-
padding: 10px 20px;
|
289 |
-
}
|
290 |
-
|
291 |
-
.pa-settings-wrap .pa-settings-tabs a:focus {
|
292 |
-
outline: none;
|
293 |
-
-webkit-box-shadow: none;
|
294 |
-
box-shadow: none;
|
295 |
-
}
|
296 |
-
|
297 |
-
.pa-settings-wrap .pa-settings-tabs span {
|
298 |
-
margin-left: 8px;
|
299 |
-
font-family: "Poppins";
|
300 |
-
font-weight: 500;
|
301 |
-
}
|
302 |
-
|
303 |
-
.pa-settings-wrap .pa-settings-tabs .pa-section-active {
|
304 |
-
color: #00a5e5;
|
305 |
-
}
|
306 |
-
|
307 |
-
.pa-section {
|
308 |
-
display: none;
|
309 |
-
position: relative;
|
310 |
-
background-color: #fff;
|
311 |
-
-webkit-transition: opacity 0.2s;
|
312 |
-
transition: opacity 0.2s;
|
313 |
-
padding: 34px;
|
314 |
-
-webkit-border-radius: 15px;
|
315 |
-
border-radius: 15px;
|
316 |
-
}
|
317 |
-
|
318 |
-
/**
|
319 |
-
* General Tab
|
320 |
-
*/
|
321 |
-
#pa-general-settings {
|
322 |
-
-js-display: flex;
|
323 |
-
display: -webkit-box;
|
324 |
-
display: -webkit-flex;
|
325 |
-
display: -moz-box;
|
326 |
-
display: -ms-flexbox;
|
327 |
-
display: flex;
|
328 |
-
-webkit-box-orient: horizontal;
|
329 |
-
-webkit-box-direction: normal;
|
330 |
-
-webkit-flex-flow: row wrap;
|
331 |
-
-moz-box-orient: horizontal;
|
332 |
-
-moz-box-direction: normal;
|
333 |
-
-ms-flex-flow: row wrap;
|
334 |
-
flex-flow: row wrap;
|
335 |
-
-webkit-box-pack: justify;
|
336 |
-
-webkit-justify-content: space-between;
|
337 |
-
-moz-box-pack: justify;
|
338 |
-
-ms-flex-pack: justify;
|
339 |
-
justify-content: space-between;
|
340 |
-
width: 100%;
|
341 |
-
}
|
342 |
-
|
343 |
-
#pa-general-settings .pa-dash-block {
|
344 |
-
-webkit-box-flex: 1;
|
345 |
-
-webkit-flex: 1 1 auto;
|
346 |
-
-moz-box-flex: 1;
|
347 |
-
-ms-flex: 1 1 auto;
|
348 |
-
flex: 1 1 auto;
|
349 |
-
min-width: 250px;
|
350 |
-
margin: 0 5px 10px;
|
351 |
-
-js-display: flex;
|
352 |
-
display: -webkit-box;
|
353 |
-
display: -webkit-flex;
|
354 |
-
display: -moz-box;
|
355 |
-
display: -ms-flexbox;
|
356 |
-
display: flex;
|
357 |
-
-webkit-box-orient: vertical;
|
358 |
-
-webkit-box-direction: normal;
|
359 |
-
-webkit-flex-direction: column;
|
360 |
-
-moz-box-orient: vertical;
|
361 |
-
-moz-box-direction: normal;
|
362 |
-
-ms-flex-direction: column;
|
363 |
-
flex-direction: column;
|
364 |
-
}
|
365 |
-
|
366 |
-
.pa-dash-block.col-3 {
|
367 |
-
width: 31%;
|
368 |
-
}
|
369 |
-
|
370 |
-
.pa-dash-block.col-6 {
|
371 |
-
width: 64%;
|
372 |
-
}
|
373 |
-
|
374 |
-
#pa-general-settings .pa-section-info h4 {
|
375 |
-
font-size: 17px;
|
376 |
-
}
|
377 |
-
|
378 |
-
#pa-general-settings .pa-section-info:not(.pa-news-section):not(.pa-support-section) p {
|
379 |
-
min-height: 80px;
|
380 |
-
}
|
381 |
-
|
382 |
-
#pa-general-settings .pa-section-info .pa-element-icon {
|
383 |
-
margin-bottom: 12px;
|
384 |
-
}
|
385 |
-
|
386 |
-
#pa-general-settings .pa-element-icon.icon-inline {
|
387 |
-
-js-display: inline-flex;
|
388 |
-
display: -webkit-inline-box;
|
389 |
-
display: -webkit-inline-flex;
|
390 |
-
display: -moz-inline-box;
|
391 |
-
display: -ms-inline-flexbox;
|
392 |
-
display: inline-flex;
|
393 |
-
margin-bottom: 0;
|
394 |
-
vertical-align: middle;
|
395 |
-
}
|
396 |
-
|
397 |
-
#pa-general-settings .pa-section-info .pa-btn {
|
398 |
-
display: inline-block;
|
399 |
-
background-color: #252c59;
|
400 |
-
color: #fff;
|
401 |
-
/* margin-top: 12px; */
|
402 |
-
padding: 12px 36px;
|
403 |
-
}
|
404 |
-
|
405 |
-
.pa-element-icon.dashicons-facebook-alt {
|
406 |
-
color: #3b5998 !important
|
407 |
-
}
|
408 |
-
|
409 |
-
.pa-element-icon.dashicons-youtube {
|
410 |
-
color: #ff0000 !important
|
411 |
-
}
|
412 |
-
|
413 |
-
.pa-newsletter-form {
|
414 |
-
-js-display: flex;
|
415 |
-
display: -webkit-box;
|
416 |
-
display: -webkit-flex;
|
417 |
-
display: -moz-box;
|
418 |
-
display: -ms-flexbox;
|
419 |
-
display: flex;
|
420 |
-
-webkit-flex-wrap: wrap;
|
421 |
-
-ms-flex-wrap: wrap;
|
422 |
-
flex-wrap: wrap;
|
423 |
-
-webkit-box-align: center;
|
424 |
-
-webkit-align-items: center;
|
425 |
-
-moz-box-align: center;
|
426 |
-
-ms-flex-align: center;
|
427 |
-
align-items: center;
|
428 |
-
}
|
429 |
-
|
430 |
-
.pa-newsletter-form input {
|
431 |
-
width: 74%;
|
432 |
-
padding: 0px 10px;
|
433 |
-
height: 39px;
|
434 |
-
font-family: "Poppins";
|
435 |
-
border: 1px solid #dcdcdc;
|
436 |
-
-webkit-border-radius: 10px 0 0 10px;
|
437 |
-
border-radius: 10px 0 0 10px;
|
438 |
-
direction: ltr;
|
439 |
-
}
|
440 |
-
|
441 |
-
#pa-general-settings .pa-newsletter-form button.pa-btn {
|
442 |
-
width: 25%;
|
443 |
-
padding: 0;
|
444 |
-
height: 39px;
|
445 |
-
margin-top: 0;
|
446 |
-
margin-left: -1px;
|
447 |
-
-webkit-border-radius: 0 10px 10px 0;
|
448 |
-
border-radius: 0 10px 10px 0;
|
449 |
-
}
|
450 |
-
|
451 |
-
#pa-general-settings .pa-news-grid {
|
452 |
-
-js-display: flex;
|
453 |
-
display: -webkit-box;
|
454 |
-
display: -webkit-flex;
|
455 |
-
display: -moz-box;
|
456 |
-
display: -ms-flexbox;
|
457 |
-
display: flex;
|
458 |
-
-webkit-box-pack: justify;
|
459 |
-
-webkit-justify-content: space-between;
|
460 |
-
-moz-box-pack: justify;
|
461 |
-
-ms-flex-pack: justify;
|
462 |
-
justify-content: space-between;
|
463 |
-
margin-top: 12px;
|
464 |
-
}
|
465 |
-
|
466 |
-
.pa-news-grid .pa-news-post {
|
467 |
-
position: relative;
|
468 |
-
width: 33.33%;
|
469 |
-
margin: 0 5px;
|
470 |
-
}
|
471 |
-
|
472 |
-
.pa-news-grid .pa-news-post p:nth-of-type(1) {
|
473 |
-
font-family: "Red Hat Display";
|
474 |
-
font-size: 15px;
|
475 |
-
min-height: 60px;
|
476 |
-
font-weight: 800;
|
477 |
-
color: #252c59
|
478 |
-
}
|
479 |
-
|
480 |
-
.pa-news-grid .pa-news-post p:nth-of-type(2) {
|
481 |
-
font-size: 12px;
|
482 |
-
}
|
483 |
-
|
484 |
-
.pa-post-img-container img {
|
485 |
-
width: 100%;
|
486 |
-
height: 145px;
|
487 |
-
-o-object-fit: cover;
|
488 |
-
object-fit: cover;
|
489 |
-
-webkit-border-radius: 10px;
|
490 |
-
border-radius: 10px;
|
491 |
-
}
|
492 |
-
|
493 |
-
.pa-news-grid .pa-news-post a {
|
494 |
-
position: absolute;
|
495 |
-
top: 0;
|
496 |
-
left: 0;
|
497 |
-
width: 100%;
|
498 |
-
height: 100%;
|
499 |
-
z-index: 2;
|
500 |
-
}
|
501 |
-
|
502 |
-
#pa-general-settings .pa-support-list {
|
503 |
-
margin: 12px 0 0;
|
504 |
-
padding: 0;
|
505 |
-
}
|
506 |
-
|
507 |
-
#pa-general-settings .pa-support-list li {
|
508 |
-
margin-bottom: 10px;
|
509 |
-
}
|
510 |
-
|
511 |
-
.pa-support-list li a {
|
512 |
-
font-size: 15px;
|
513 |
-
color: #474747;
|
514 |
-
font-family: "Poppins";
|
515 |
-
text-decoration: none;
|
516 |
-
}
|
517 |
-
|
518 |
-
.pa-support-list li a:hover {
|
519 |
-
color: #135e96;
|
520 |
-
}
|
521 |
-
|
522 |
-
#pa-general-settings input[type="email"],
|
523 |
-
#pa-general-settings a:hover,
|
524 |
-
#pa-general-settings a:focus,
|
525 |
-
#pa-general-settings a:visited {
|
526 |
-
border: none;
|
527 |
-
-webkit-box-shadow: none;
|
528 |
-
box-shadow: none;
|
529 |
-
outline: none;
|
530 |
-
}
|
531 |
-
|
532 |
-
|
533 |
-
/**
|
534 |
-
* Tab Info
|
535 |
-
*/
|
536 |
-
.pa-section-info-wrap {
|
537 |
-
padding: 34px;
|
538 |
-
-webkit-border-radius: 15px;
|
539 |
-
border-radius: 15px;
|
540 |
-
background-color: #f7f7f7;
|
541 |
-
-js-display: flex;
|
542 |
-
display: -webkit-box;
|
543 |
-
display: -webkit-flex;
|
544 |
-
display: -moz-box;
|
545 |
-
display: -ms-flexbox;
|
546 |
-
display: flex;
|
547 |
-
-webkit-box-pack: justify;
|
548 |
-
-webkit-justify-content: space-between;
|
549 |
-
-moz-box-pack: justify;
|
550 |
-
-ms-flex-pack: justify;
|
551 |
-
justify-content: space-between;
|
552 |
-
-webkit-box-align: center;
|
553 |
-
-webkit-align-items: center;
|
554 |
-
-moz-box-align: center;
|
555 |
-
-ms-flex-align: center;
|
556 |
-
align-items: center;
|
557 |
-
height: 100%;
|
558 |
-
}
|
559 |
-
|
560 |
-
#pa-general-settings .pa-section-info-wrap,
|
561 |
-
#pa-ver-control-settings .pa-section-info-wrap {
|
562 |
-
-webkit-box-orient: vertical;
|
563 |
-
-webkit-box-direction: normal;
|
564 |
-
-webkit-flex-direction: column;
|
565 |
-
-moz-box-orient: vertical;
|
566 |
-
-moz-box-direction: normal;
|
567 |
-
-ms-flex-direction: column;
|
568 |
-
flex-direction: column;
|
569 |
-
-webkit-box-align: start;
|
570 |
-
-webkit-align-items: flex-start;
|
571 |
-
-moz-box-align: start;
|
572 |
-
-ms-flex-align: start;
|
573 |
-
align-items: flex-start;
|
574 |
-
}
|
575 |
-
|
576 |
-
#pa-features-settings .pa-section-info-wrap:nth-of-type(n + 2),
|
577 |
-
#pa-ver-control-settings .pa-section-info-wrap:nth-of-type(n + 2) {
|
578 |
-
margin-top: 36px;
|
579 |
-
}
|
580 |
-
|
581 |
-
.pa-section-info-wrap h4 {
|
582 |
-
font-size: 20px;
|
583 |
-
color: #252c59;
|
584 |
-
font-weight: 900;
|
585 |
-
font-family: "Red Hat Display";
|
586 |
-
margin: 0;
|
587 |
-
}
|
588 |
-
|
589 |
-
.pa-section-info-wrap p {
|
590 |
-
font-size: 14px;
|
591 |
-
color: #474747;
|
592 |
-
font-family: "Poppins";
|
593 |
-
margin: 0;
|
594 |
-
margin-top: 14px;
|
595 |
-
}
|
596 |
-
|
597 |
-
.pa-section-info-cta {
|
598 |
-
-js-display: flex;
|
599 |
-
display: -webkit-box;
|
600 |
-
display: -webkit-flex;
|
601 |
-
display: -moz-box;
|
602 |
-
display: -ms-flexbox;
|
603 |
-
display: flex;
|
604 |
-
-webkit-box-align: center;
|
605 |
-
-webkit-align-items: center;
|
606 |
-
-moz-box-align: center;
|
607 |
-
-ms-flex-align: center;
|
608 |
-
align-items: center;
|
609 |
-
margin-top: 25px;
|
610 |
-
}
|
611 |
-
|
612 |
-
.pa-section-info-cta .pa-btn {
|
613 |
-
color: #474747;
|
614 |
-
background-color: #ebebeb;
|
615 |
-
padding: 8px 20px;
|
616 |
-
-webkit-border-radius: 10px;
|
617 |
-
border-radius: 10px;
|
618 |
-
font-size: 15px;
|
619 |
-
font-weight: 700;
|
620 |
-
font-family: "Red Hat Display";
|
621 |
-
-webkit-transition: all 0.2s ease-in-out;
|
622 |
-
transition: all 0.2s ease-in-out;
|
623 |
-
}
|
624 |
-
|
625 |
-
.pa-section-info-cta .pa-btn:hover,
|
626 |
-
.pa-section-info-cta .pa-btn:focus,
|
627 |
-
.pa-section-info-cta .pa-btn:active {
|
628 |
-
color: #fff;
|
629 |
-
background-color: #00a5e5;
|
630 |
-
}
|
631 |
-
|
632 |
-
.pa-section-info-cta .pa-section-info-label {
|
633 |
-
font-size: 13px;
|
634 |
-
color: #474747;
|
635 |
-
font-family: "Poppins";
|
636 |
-
text-align: right;
|
637 |
-
}
|
638 |
-
|
639 |
-
.pa-section-info-cta .pa-section-info-warning {
|
640 |
-
font-size: 13px;
|
641 |
-
color: #cca329;
|
642 |
-
font-weight: 300;
|
643 |
-
font-family: "Poppins";
|
644 |
-
margin-left: 20px;
|
645 |
-
}
|
646 |
-
|
647 |
-
.pa-section-info-cta .pa-section-info-warning i {
|
648 |
-
font-weight: 300;
|
649 |
-
vertical-align: bottom;
|
650 |
-
}
|
651 |
-
|
652 |
-
.pa-section-info-wrap .pa-btn,
|
653 |
-
.pa-section-info-wrap .pa-btn-unused {
|
654 |
-
font-family: "Red Hat Display";
|
655 |
-
color: #8e8e8e;
|
656 |
-
background-color: #ebebeb;
|
657 |
-
border: 0px solid;
|
658 |
-
padding: 16px 28px;
|
659 |
-
-webkit-border-radius: 10px;
|
660 |
-
border-radius: 10px;
|
661 |
-
font-size: 15px;
|
662 |
-
font-weight: 700;
|
663 |
-
cursor: pointer;
|
664 |
-
-webkit-transition: 300ms;
|
665 |
-
transition: 300ms;
|
666 |
-
display: block;
|
667 |
-
text-decoration: none;
|
668 |
-
}
|
669 |
-
|
670 |
-
.pa-section-info-wrap .pa-btn-unused {
|
671 |
-
width: 100%;
|
672 |
-
clear: both;
|
673 |
-
background: transparent;
|
674 |
-
color: #252C59;
|
675 |
-
padding-bottom: 0;
|
676 |
-
text-decoration: underline;
|
677 |
-
font-weight: normal;
|
678 |
-
}
|
679 |
-
|
680 |
-
.pa-section-info-wrap .pa-btn-unused.dimmed {
|
681 |
-
cursor: no-drop;
|
682 |
-
color: #C2C4CF;
|
683 |
-
}
|
684 |
-
|
685 |
-
.pa-element-name .pa-total-use {
|
686 |
-
color: #252C59;
|
687 |
-
}
|
688 |
-
|
689 |
-
.pa-section-info-wrap button.pa-btn-enable {
|
690 |
-
-webkit-border-top-right-radius: 0;
|
691 |
-
border-top-right-radius: 0;
|
692 |
-
-webkit-border-bottom-right-radius: 0;
|
693 |
-
border-bottom-right-radius: 0;
|
694 |
-
float: left;
|
695 |
-
}
|
696 |
-
|
697 |
-
.pa-section-info-wrap button.pa-btn-disable {
|
698 |
-
-webkit-border-top-left-radius: 0;
|
699 |
-
border-top-left-radius: 0;
|
700 |
-
-webkit-border-bottom-left-radius: 0;
|
701 |
-
border-bottom-left-radius: 0;
|
702 |
-
float: right;
|
703 |
-
}
|
704 |
-
|
705 |
-
.pa-section-info-wrap .pa-btn-enable.active {
|
706 |
-
color: #fff;
|
707 |
-
-webkit-box-shadow: inset 3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
|
708 |
-
box-shadow: inset 3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
|
709 |
-
background-color: #8dc900;
|
710 |
-
}
|
711 |
-
|
712 |
-
.pa-section-info-wrap .pa-btn-disable.active {
|
713 |
-
color: #fff;
|
714 |
-
-webkit-box-shadow: inset 3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
|
715 |
-
box-shadow: inset 3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
|
716 |
-
background-color: #898989;
|
717 |
-
}
|
718 |
-
|
719 |
-
.pa-section-info-wrap .pa-btn-enable:not(.active):hover {
|
720 |
-
color: #ffffff;
|
721 |
-
background-color: #8dc900;
|
722 |
-
}
|
723 |
-
|
724 |
-
.pa-section-info-wrap .pa-btn-disable:not(.active):hover {
|
725 |
-
color: #ffffff;
|
726 |
-
background-color: #898989;
|
727 |
-
}
|
728 |
-
|
729 |
-
/*
|
730 |
-
* Widgets & Addons Tab
|
731 |
-
*/
|
732 |
-
.pa-elements-settings {
|
733 |
-
position: relative;
|
734 |
-
-js-display: flex;
|
735 |
-
display: -webkit-box;
|
736 |
-
display: -webkit-flex;
|
737 |
-
display: -moz-box;
|
738 |
-
display: -ms-flexbox;
|
739 |
-
display: flex;
|
740 |
-
margin-top: 16px;
|
741 |
-
}
|
742 |
-
|
743 |
-
.pa-elements-filter {
|
744 |
-
position: absolute;
|
745 |
-
top: 10px;
|
746 |
-
right: 16px;
|
747 |
-
}
|
748 |
-
|
749 |
-
.pa-elements-filter label {
|
750 |
-
font-size: 13px;
|
751 |
-
color: #474747;
|
752 |
-
font-family: "Poppins";
|
753 |
-
margin-right: 10px;
|
754 |
-
}
|
755 |
-
|
756 |
-
.pa-elements-filter select {
|
757 |
-
padding: 5px 35px 5px 15px;
|
758 |
-
}
|
759 |
-
|
760 |
-
.pa-elements-tabs {
|
761 |
-
-webkit-border-radius: 10px;
|
762 |
-
border-radius: 10px;
|
763 |
-
background-color: #f7f7f7;
|
764 |
-
padding: 20px;
|
765 |
-
margin-right: 16px;
|
766 |
-
}
|
767 |
-
|
768 |
-
.pa-elements-tabs .pa-elements-tab {
|
769 |
-
position: relative;
|
770 |
-
padding: 0;
|
771 |
-
margin-bottom: 12px;
|
772 |
-
text-align: center;
|
773 |
-
}
|
774 |
-
|
775 |
-
.pa-elements-tab .pa-element-tab-tooltip {
|
776 |
-
position: absolute;
|
777 |
-
background-color: #3a3c40;
|
778 |
-
display: block;
|
779 |
-
position: absolute;
|
780 |
-
top: 50%;
|
781 |
-
left: 100%;
|
782 |
-
padding: 10px 20px;
|
783 |
-
-webkit-border-radius: 13px;
|
784 |
-
border-radius: 13px;
|
785 |
-
-webkit-filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
|
786 |
-
filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
|
787 |
-
background-color: #ffffff;
|
788 |
-
font-size: 11px;
|
789 |
-
color: #252c59;
|
790 |
-
font-weight: 500;
|
791 |
-
font-family: "Poppins";
|
792 |
-
opacity: 0;
|
793 |
-
pointer-events: none;
|
794 |
-
text-transform: capitalize;
|
795 |
-
-webkit-transform: translate(30px, -50%);
|
796 |
-
-ms-transform: translate(30px, -50%);
|
797 |
-
transform: translate(30px, -50%);
|
798 |
-
-webkit-transition: all 0.3s ease;
|
799 |
-
transition: all 0.3s ease;
|
800 |
-
z-index: 1;
|
801 |
-
white-space: nowrap;
|
802 |
-
}
|
803 |
-
|
804 |
-
.pa-elements-tab .pa-element-tab-tooltip::before {
|
805 |
-
display: block;
|
806 |
-
position: absolute;
|
807 |
-
top: 50%;
|
808 |
-
left: -5px;
|
809 |
-
width: 0;
|
810 |
-
height: 0;
|
811 |
-
content: "";
|
812 |
-
border-top: 5px solid transparent;
|
813 |
-
border-bottom: 5px solid transparent;
|
814 |
-
border-right: 5px solid #ffffff;
|
815 |
-
-webkit-transform: translateY(-50%);
|
816 |
-
-ms-transform: translateY(-50%);
|
817 |
-
transform: translateY(-50%);
|
818 |
-
}
|
819 |
-
|
820 |
-
.pa-elements-tab .pa-elements-tab-link {
|
821 |
-
-js-display: flex;
|
822 |
-
display: -webkit-box;
|
823 |
-
display: -webkit-flex;
|
824 |
-
display: -moz-box;
|
825 |
-
display: -ms-flexbox;
|
826 |
-
display: flex;
|
827 |
-
-webkit-box-pack: center;
|
828 |
-
-webkit-justify-content: center;
|
829 |
-
-moz-box-pack: center;
|
830 |
-
-ms-flex-pack: center;
|
831 |
-
justify-content: center;
|
832 |
-
-webkit-box-align: center;
|
833 |
-
-webkit-align-items: center;
|
834 |
-
-moz-box-align: center;
|
835 |
-
-ms-flex-align: center;
|
836 |
-
align-items: center;
|
837 |
-
color: #c2c4cf;
|
838 |
-
padding: 12px;
|
839 |
-
text-decoration: none;
|
840 |
-
-webkit-transition: all 0.3s ease-in-out;
|
841 |
-
transition: all 0.3s ease-in-out;
|
842 |
-
-webkit-border-radius: 13px;
|
843 |
-
border-radius: 13px;
|
844 |
-
}
|
845 |
-
|
846 |
-
.pa-elements-tab .pa-elements-tab-link:hover,
|
847 |
-
.pa-elements-tab .pa-elements-tab-link.active {
|
848 |
-
-webkit-filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5)) drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
|
849 |
-
filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5)) drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
|
850 |
-
background-color: #ffffff;
|
851 |
-
color: #00a5e5;
|
852 |
-
outline: none;
|
853 |
-
border: none;
|
854 |
-
text-decoration: none;
|
855 |
-
-webkit-box-shadow: none;
|
856 |
-
box-shadow: none;
|
857 |
-
}
|
858 |
-
|
859 |
-
.pa-elements-tab .pa-elements-tab-link:hover+span {
|
860 |
-
opacity: 1;
|
861 |
-
-webkit-transform: translate(20px, -50%);
|
862 |
-
-ms-transform: translate(20px, -50%);
|
863 |
-
transform: translate(20px, -50%);
|
864 |
-
}
|
865 |
-
|
866 |
-
.pa-switchers {
|
867 |
-
-js-display: flex;
|
868 |
-
display: -webkit-box;
|
869 |
-
display: -webkit-flex;
|
870 |
-
display: -moz-box;
|
871 |
-
display: -ms-flexbox;
|
872 |
-
display: flex;
|
873 |
-
-webkit-flex-wrap: wrap;
|
874 |
-
-ms-flex-wrap: wrap;
|
875 |
-
flex-wrap: wrap;
|
876 |
-
-webkit-align-content: flex-start;
|
877 |
-
-ms-flex-line-pack: start;
|
878 |
-
align-content: flex-start;
|
879 |
-
}
|
880 |
-
|
881 |
-
.pa-switchers-container {
|
882 |
-
width: 100%;
|
883 |
-
}
|
884 |
-
|
885 |
-
.pa-switchers-container.hidden,
|
886 |
-
.pa-switcher.hidden {
|
887 |
-
display: none;
|
888 |
-
}
|
889 |
-
|
890 |
-
.pa-switchers-container .pa-elements-tab-title {
|
891 |
-
font-size: 20px;
|
892 |
-
color: #252c59;
|
893 |
-
font-weight: 900;
|
894 |
-
font-family: "Red Hat Display";
|
895 |
-
margin: 16px 0;
|
896 |
-
}
|
897 |
-
|
898 |
-
.pa-switcher {
|
899 |
-
-webkit-border-radius: 15px;
|
900 |
-
border-radius: 15px;
|
901 |
-
background-color: #f7f7f7;
|
902 |
-
position: relative;
|
903 |
-
-js-display: flex;
|
904 |
-
display: -webkit-box;
|
905 |
-
display: -webkit-flex;
|
906 |
-
display: -moz-box;
|
907 |
-
display: -ms-flexbox;
|
908 |
-
display: flex;
|
909 |
-
width: -webkit-calc(50% - 56px);
|
910 |
-
width: calc(50% - 56px);
|
911 |
-
-webkit-box-pack: justify;
|
912 |
-
-webkit-justify-content: space-between;
|
913 |
-
-moz-box-pack: justify;
|
914 |
-
-ms-flex-pack: justify;
|
915 |
-
justify-content: space-between;
|
916 |
-
-webkit-box-align: center;
|
917 |
-
-webkit-align-items: center;
|
918 |
-
-moz-box-align: center;
|
919 |
-
-ms-flex-align: center;
|
920 |
-
align-items: center;
|
921 |
-
padding: 20px;
|
922 |
-
margin-top: 16px;
|
923 |
-
margin-right: 16px;
|
924 |
-
}
|
925 |
-
|
926 |
-
.pa-element-info {
|
927 |
-
-js-display: flex;
|
928 |
-
display: -webkit-box;
|
929 |
-
display: -webkit-flex;
|
930 |
-
display: -moz-box;
|
931 |
-
display: -ms-flexbox;
|
932 |
-
display: flex;
|
933 |
-
-webkit-box-align: center;
|
934 |
-
-webkit-align-items: center;
|
935 |
-
-moz-box-align: center;
|
936 |
-
-ms-flex-align: center;
|
937 |
-
align-items: center;
|
938 |
-
}
|
939 |
-
|
940 |
-
.pa-section .pa-element-icon {
|
941 |
-
color: #252c59;
|
942 |
-
background-color: #ebebeb;
|
943 |
-
-webkit-border-radius: 15px;
|
944 |
-
border-radius: 15px;
|
945 |
-
/* padding: 12px; */
|
946 |
-
min-width: 40px;
|
947 |
-
min-height: 40px;
|
948 |
-
margin-right: 8px;
|
949 |
-
-js-display: flex;
|
950 |
-
display: -webkit-box;
|
951 |
-
display: -webkit-flex;
|
952 |
-
display: -moz-box;
|
953 |
-
display: -ms-flexbox;
|
954 |
-
display: flex;
|
955 |
-
-webkit-box-pack: center;
|
956 |
-
-webkit-justify-content: center;
|
957 |
-
-moz-box-pack: center;
|
958 |
-
-ms-flex-pack: center;
|
959 |
-
justify-content: center;
|
960 |
-
-webkit-box-align: center;
|
961 |
-
-webkit-align-items: center;
|
962 |
-
-moz-box-align: center;
|
963 |
-
-ms-flex-align: center;
|
964 |
-
align-items: center;
|
965 |
-
}
|
966 |
-
|
967 |
-
.pa-element-name {
|
968 |
-
font-size: 16px;
|
969 |
-
color: #252c59;
|
970 |
-
font-weight: 700;
|
971 |
-
font-family: "Red Hat Display";
|
972 |
-
margin: 0;
|
973 |
-
-js-display: flex;
|
974 |
-
display: -webkit-box;
|
975 |
-
display: -webkit-flex;
|
976 |
-
display: -moz-box;
|
977 |
-
display: -ms-flexbox;
|
978 |
-
display: flex;
|
979 |
-
}
|
980 |
-
|
981 |
-
.pa-element-name span {
|
982 |
-
text-transform: uppercase;
|
983 |
-
color: #fd9926;
|
984 |
-
font-weight: 700;
|
985 |
-
font-size: 11px;
|
986 |
-
margin-left: 5px;
|
987 |
-
}
|
988 |
-
|
989 |
-
.pa-element-link {
|
990 |
-
font-size: 13px;
|
991 |
-
color: #252c59;
|
992 |
-
font-family: "Poppins";
|
993 |
-
text-decoration: none;
|
994 |
-
-webkit-transition: all 0.2s ease-in-out;
|
995 |
-
transition: all 0.2s ease-in-out;
|
996 |
-
}
|
997 |
-
|
998 |
-
.pa-element-link-separator {
|
999 |
-
width: 3px;
|
1000 |
-
height: 3px;
|
1001 |
-
display: inline-block;
|
1002 |
-
text-align: center;
|
1003 |
-
color: #252c59;
|
1004 |
-
background: #252c59;
|
1005 |
-
-webkit-border-radius: 50%;
|
1006 |
-
border-radius: 50%;
|
1007 |
-
vertical-align: middle;
|
1008 |
-
margin: 0 3px;
|
1009 |
-
}
|
1010 |
-
|
1011 |
-
.pa-element-link:hover,
|
1012 |
-
.pa-element-link:focus {
|
1013 |
-
color: #00a5e5;
|
1014 |
-
text-decoration: none;
|
1015 |
-
outline: none;
|
1016 |
-
-webkit-box-shadow: none;
|
1017 |
-
box-shadow: none;
|
1018 |
-
border: none;
|
1019 |
-
}
|
1020 |
-
|
1021 |
-
/*
|
1022 |
-
* Integrations
|
1023 |
-
*/
|
1024 |
-
.pa-maps-table select {
|
1025 |
-
width: 100%;
|
1026 |
-
max-width: 100%;
|
1027 |
-
padding: 8px;
|
1028 |
-
}
|
1029 |
-
|
1030 |
-
.pa-maps-table #premium-map-api,
|
1031 |
-
.pa-maps-table #premium-youtube-api {
|
1032 |
-
width: 100%;
|
1033 |
-
}
|
1034 |
-
|
1035 |
-
.pa-maps-table tr td {
|
1036 |
-
padding-top: 30px;
|
1037 |
-
}
|
1038 |
-
|
1039 |
-
.pa-maps-table tr td:first-of-type {
|
1040 |
-
padding-right: 30px;
|
1041 |
-
}
|
1042 |
-
|
1043 |
-
.pa-maps-table td h4 {
|
1044 |
-
margin: 0;
|
1045 |
-
font-size: 15px;
|
1046 |
-
color: #252c59;
|
1047 |
-
font-weight: 500;
|
1048 |
-
font-family: "Poppins";
|
1049 |
-
display: inline-block;
|
1050 |
-
}
|
1051 |
-
|
1052 |
-
.pa-maps-table td span {
|
1053 |
-
font-size: 13px;
|
1054 |
-
color: #474747;
|
1055 |
-
font-family: "Poppins";
|
1056 |
-
vertical-align: middle;
|
1057 |
-
}
|
1058 |
-
|
1059 |
-
.pa-maps-table td input[type="text"] {
|
1060 |
-
-webkit-border-radius: 10px;
|
1061 |
-
border-radius: 10px;
|
1062 |
-
background-color: #ebebeb;
|
1063 |
-
border: none;
|
1064 |
-
padding: 8px 20px;
|
1065 |
-
}
|
1066 |
-
|
1067 |
-
.pa-section input[type="checkbox"] {
|
1068 |
-
border: none;
|
1069 |
-
display: none;
|
1070 |
-
}
|
1071 |
-
|
1072 |
-
.pa-section input[type="checkbox"]+label {
|
1073 |
-
position: relative;
|
1074 |
-
background: #ebebeb;
|
1075 |
-
height: 16px;
|
1076 |
-
width: 16px;
|
1077 |
-
display: inline-block;
|
1078 |
-
padding: 0;
|
1079 |
-
margin-right: 5px;
|
1080 |
-
-webkit-border-radius: 4px;
|
1081 |
-
border-radius: 4px;
|
1082 |
-
}
|
1083 |
-
|
1084 |
-
.pa-section input[type="checkbox"]:checked+label {
|
1085 |
-
background: #00a5e5;
|
1086 |
-
height: 16px;
|
1087 |
-
width: 16px;
|
1088 |
-
display: inline-block;
|
1089 |
-
padding: 0;
|
1090 |
-
}
|
1091 |
-
|
1092 |
-
.pa-section input[type="checkbox"]:checked+label:before {
|
1093 |
-
position: absolute;
|
1094 |
-
content: "✔";
|
1095 |
-
color: #fff;
|
1096 |
-
font-size: 12px;
|
1097 |
-
top: 0;
|
1098 |
-
left: 0;
|
1099 |
-
width: 100%;
|
1100 |
-
height: 100%;
|
1101 |
-
text-align: center;
|
1102 |
-
margin-top: -1px;
|
1103 |
-
}
|
1104 |
-
|
1105 |
-
.pa-maps-table td input:focus {
|
1106 |
-
outline: none;
|
1107 |
-
-webkit-box-shadow: none;
|
1108 |
-
box-shadow: none;
|
1109 |
-
border: none;
|
1110 |
-
}
|
1111 |
-
|
1112 |
-
.pa-elements-filter select,
|
1113 |
-
.pa-maps-table td select {
|
1114 |
-
border-color: #dcdcdc;
|
1115 |
-
-webkit-border-radius: 10px;
|
1116 |
-
border-radius: 10px;
|
1117 |
-
-webkit-border-bottom-right-radius: 0;
|
1118 |
-
border-bottom-right-radius: 0;
|
1119 |
-
}
|
1120 |
-
|
1121 |
-
.pa-maps-circle-icon {
|
1122 |
-
width: 5px;
|
1123 |
-
height: 5px;
|
1124 |
-
background-color: #252c59;
|
1125 |
-
-webkit-border-radius: 50%;
|
1126 |
-
border-radius: 50%;
|
1127 |
-
display: inline-block;
|
1128 |
-
vertical-align: middle;
|
1129 |
-
margin-right: 10px;
|
1130 |
-
}
|
1131 |
-
|
1132 |
-
.pa-maps-table td h4:before {
|
1133 |
-
position: absolute;
|
1134 |
-
content: "";
|
1135 |
-
}
|
1136 |
-
|
1137 |
-
/*
|
1138 |
-
* White Labeling Tab
|
1139 |
-
*/
|
1140 |
-
.pa-wht-lbl-settings .pa-wht-lbl-title {
|
1141 |
-
font-size: 20px;
|
1142 |
-
color: #252c59;
|
1143 |
-
font-weight: 900;
|
1144 |
-
font-family: "Red Hat Display";
|
1145 |
-
margin: 0;
|
1146 |
-
}
|
1147 |
-
|
1148 |
-
.pa-wht-lbl-settings .pa-row {
|
1149 |
-
width: 60%;
|
1150 |
-
float: left;
|
1151 |
-
}
|
1152 |
-
|
1153 |
-
.pa-wht-lbl-settings .pa-wht-lbl-admin {
|
1154 |
-
width: 30%;
|
1155 |
-
float: left;
|
1156 |
-
margin-left: 16px;
|
1157 |
-
}
|
1158 |
-
|
1159 |
-
.pa-wht-lbl-settings .pa-wht-lbl-head {
|
1160 |
-
border-bottom: 1px solid #ddd;
|
1161 |
-
background: #f7f7f7;
|
1162 |
-
padding: 20px;
|
1163 |
-
}
|
1164 |
-
|
1165 |
-
.pa-wht-lbl-table {
|
1166 |
-
text-align: left;
|
1167 |
-
}
|
1168 |
-
|
1169 |
-
.pa-wht-lbl-settings input {
|
1170 |
-
font-weight: 400;
|
1171 |
-
margin: 0;
|
1172 |
-
margin-bottom: 12px;
|
1173 |
-
-webkit-border-radius: 10px;
|
1174 |
-
border-radius: 10px;
|
1175 |
-
/* background-color: #ebebeb; */
|
1176 |
-
border: 1px solid #dcdcdc;
|
1177 |
-
padding: 8px 20px;
|
1178 |
-
}
|
1179 |
-
|
1180 |
-
/* .pa-wht-lbl-settings input + span {
|
1181 |
-
margin-left: 0.3em;
|
1182 |
-
} */
|
1183 |
-
|
1184 |
-
.pa-wht-lbl-settings label+span {
|
1185 |
-
font-family: "Poppins";
|
1186 |
-
vertical-align: middle;
|
1187 |
-
}
|
1188 |
-
|
1189 |
-
.pa-wht-lbl-settings .pa-input-label {
|
1190 |
-
display: block;
|
1191 |
-
font-weight: 600;
|
1192 |
-
margin: 10px 0 6px;
|
1193 |
-
font-size: 14px;
|
1194 |
-
color: #252c59;
|
1195 |
-
font-family: "Red Hat Display";
|
1196 |
-
}
|
1197 |
-
|
1198 |
-
.pa-wht-lbl-settings input[type="text"] {
|
1199 |
-
width: 550px;
|
1200 |
-
}
|
1201 |
-
|
1202 |
-
.pa-wht-lbl-settings input[type="text"]::-webkit-input-placeholder {
|
1203 |
-
font-weight: 300;
|
1204 |
-
font-family: "Poppins";
|
1205 |
-
}
|
1206 |
-
|
1207 |
-
.pa-wht-lbl-settings input[type="text"]:-moz-placeholder {
|
1208 |
-
font-weight: 300;
|
1209 |
-
font-family: "Poppins";
|
1210 |
-
}
|
1211 |
-
|
1212 |
-
.pa-wht-lbl-settings input[type="text"]::-moz-placeholder {
|
1213 |
-
font-weight: 300;
|
1214 |
-
font-family: "Poppins";
|
1215 |
-
}
|
1216 |
-
|
1217 |
-
.pa-wht-lbl-settings input[type="text"]:-ms-input-placeholder {
|
1218 |
-
font-weight: 300;
|
1219 |
-
font-family: "Poppins";
|
1220 |
-
}
|
1221 |
-
|
1222 |
-
.pa-wht-lbl-settings input[type="text"]::-ms-input-placeholder {
|
1223 |
-
font-weight: 300;
|
1224 |
-
font-family: "Poppins";
|
1225 |
-
}
|
1226 |
-
|
1227 |
-
.pa-wht-lbl-settings input[type="text"]::placeholder {
|
1228 |
-
font-weight: 300;
|
1229 |
-
font-family: "Poppins";
|
1230 |
-
}
|
1231 |
-
|
1232 |
-
.pa-wht-lbl-settings .pa-wht-lbl-settings-wrap {
|
1233 |
-
background: #fff;
|
1234 |
-
margin: 16px auto;
|
1235 |
-
border: 1px solid #dcdcdc;
|
1236 |
-
-webkit-border-radius: 10px;
|
1237 |
-
border-radius: 10px;
|
1238 |
-
overflow: hidden;
|
1239 |
-
}
|
1240 |
-
|
1241 |
-
.pa-wht-lbl-settings .clearfix {
|
1242 |
-
clear: both;
|
1243 |
-
}
|
1244 |
-
|
1245 |
-
.pa-wht-lbl-group-wrap {
|
1246 |
-
padding: 20px;
|
1247 |
-
}
|
1248 |
-
|
1249 |
-
.pa-section-white-label .pa-white-label-notice {
|
1250 |
-
position: absolute;
|
1251 |
-
top: 0;
|
1252 |
-
left: 0;
|
1253 |
-
width: 100%;
|
1254 |
-
height: 100%;
|
1255 |
-
background: rgba(200, 200, 200, 0.8);
|
1256 |
-
-webkit-border-radius: 15px;
|
1257 |
-
border-radius: 15px;
|
1258 |
-
-js-display: flex;
|
1259 |
-
display: -webkit-box;
|
1260 |
-
display: -webkit-flex;
|
1261 |
-
display: -moz-box;
|
1262 |
-
display: -ms-flexbox;
|
1263 |
-
display: flex;
|
1264 |
-
-webkit-box-pack: center;
|
1265 |
-
-webkit-justify-content: center;
|
1266 |
-
-moz-box-pack: center;
|
1267 |
-
-ms-flex-pack: center;
|
1268 |
-
justify-content: center;
|
1269 |
-
}
|
1270 |
-
|
1271 |
-
.pa-white-label-notice-content {
|
1272 |
-
position: absolute;
|
1273 |
-
top: 200px;
|
1274 |
-
left: 200;
|
1275 |
-
width: 530px;
|
1276 |
-
background-image: url("../../images/popup-pattern.jpg");
|
1277 |
-
background-repeat: no-repeat;
|
1278 |
-
-webkit-background-size: cover;
|
1279 |
-
background-size: cover;
|
1280 |
-
padding: 32px;
|
1281 |
-
padding-bottom: 50px;
|
1282 |
-
-webkit-border-radius: 50px 0px;
|
1283 |
-
border-radius: 50px 0px;
|
1284 |
-
text-align: center;
|
1285 |
-
z-index: 2;
|
1286 |
-
}
|
1287 |
-
|
1288 |
-
.pa-white-label-notice-logo {
|
1289 |
-
-webkit-transform: translateY(-32px);
|
1290 |
-
-ms-transform: translateY(-32px);
|
1291 |
-
transform: translateY(-32px);
|
1292 |
-
margin-bottom: -18px;
|
1293 |
-
}
|
1294 |
-
|
1295 |
-
.pa-white-label-notice-logo img {
|
1296 |
-
padding: 10px;
|
1297 |
-
padding-top: 40px;
|
1298 |
-
background-color: #ffffff;
|
1299 |
-
border: 1px solid #e6e6e6;
|
1300 |
-
-webkit-border-radius: 50px;
|
1301 |
-
border-radius: 50px;
|
1302 |
-
-webkit-border-top-left-radius: 50px;
|
1303 |
-
border-top-left-radius: 50px;
|
1304 |
-
-webkit-border-top-right-radius: 50px;
|
1305 |
-
border-top-right-radius: 50px;
|
1306 |
-
-webkit-border-top-left-radius: 0;
|
1307 |
-
border-top-left-radius: 0;
|
1308 |
-
-webkit-border-top-right-radius: 0;
|
1309 |
-
border-top-right-radius: 0;
|
1310 |
-
}
|
1311 |
-
|
1312 |
-
.pa-white-label-notice-content h2,
|
1313 |
-
.pa-swal-head {
|
1314 |
-
display: inline-block;
|
1315 |
-
font-size: 23px;
|
1316 |
-
color: #252c59;
|
1317 |
-
font-weight: 900;
|
1318 |
-
font-family: "Red Hat Display";
|
1319 |
-
text-align: center;
|
1320 |
-
max-width: 350px;
|
1321 |
-
line-height: 1;
|
1322 |
-
margin: 0;
|
1323 |
-
margin-bottom: 18px;
|
1324 |
-
}
|
1325 |
-
|
1326 |
-
.pa-white-label-notice-content h2 span {
|
1327 |
-
color: #fd9926;
|
1328 |
-
text-transform: uppercase;
|
1329 |
-
font-family: "Red Hat Display";
|
1330 |
-
}
|
1331 |
-
|
1332 |
-
.pa-white-label-notice-content p {
|
1333 |
-
font-size: 13px;
|
1334 |
-
color: #474747;
|
1335 |
-
font-family: "Poppins";
|
1336 |
-
text-align: center;
|
1337 |
-
margin: 0;
|
1338 |
-
margin-bottom: 18px;
|
1339 |
-
}
|
1340 |
-
|
1341 |
-
.pa-white-label-notice-content a.pa-get-pro {
|
1342 |
-
display: inline-block;
|
1343 |
-
width: 117px;
|
1344 |
-
padding: 12px 10px;
|
1345 |
-
-webkit-border-radius: 10px;
|
1346 |
-
border-radius: 10px;
|
1347 |
-
color: #ffffff;
|
1348 |
-
font-size: 15px;
|
1349 |
-
font-weight: 900;
|
1350 |
-
font-family: "Red Hat Display";
|
1351 |
-
-webkit-filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
|
1352 |
-
filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
|
1353 |
-
text-decoration: none;
|
1354 |
-
outline: none;
|
1355 |
-
border: none;
|
1356 |
-
background-image: -webkit-linear-gradient(120deg, #fe6300 0%, #fe9f00 100%);
|
1357 |
-
background-image: linear-gradient(-30deg, #fe6300 0%, #fe9f00 100%);
|
1358 |
-
-webkit-transition: all 0.2s ease-in-out;
|
1359 |
-
transition: all 0.2s ease-in-out;
|
1360 |
-
}
|
1361 |
-
|
1362 |
-
.pa-white-label-notice-content a.pa-get-pro:hover {
|
1363 |
-
background-image: -webkit-linear-gradient(60deg, #fe6300 0%, #fe9f00 100%);
|
1364 |
-
background-image: linear-gradient(30deg, #fe6300 0%, #fe9f00 100%);
|
1365 |
-
}
|
1366 |
-
|
1367 |
-
/*
|
1368 |
-
* System Info Tab
|
1369 |
-
*/
|
1370 |
-
.pa-section-info table.widefat {
|
1371 |
-
border: 0px;
|
1372 |
-
-webkit-box-shadow: none;
|
1373 |
-
box-shadow: none;
|
1374 |
-
font-family: "Poppins";
|
1375 |
-
}
|
1376 |
-
|
1377 |
-
.pa-section-info .widefat td:first-child {
|
1378 |
-
width: 30%;
|
1379 |
-
}
|
1380 |
-
|
1381 |
-
.pa-section-info table.widefat tr:nth-child(2n) {
|
1382 |
-
background-color: #f7f7f7;
|
1383 |
-
}
|
1384 |
-
|
1385 |
-
/*
|
1386 |
-
* License Tab
|
1387 |
-
*/
|
1388 |
-
.pa-license-form span {
|
1389 |
-
color: #474747;
|
1390 |
-
font-family: "Poppins";
|
1391 |
-
}
|
1392 |
-
|
1393 |
-
.pa-license-form label {
|
1394 |
-
display: block;
|
1395 |
-
font-weight: 500;
|
1396 |
-
margin: 2em 0 0.5em;
|
1397 |
-
}
|
1398 |
-
|
1399 |
-
.pa-license-form code {
|
1400 |
-
padding: 3px 5px 2px;
|
1401 |
-
margin: 0 1px;
|
1402 |
-
background: #eaeaea;
|
1403 |
-
background: rgba(0, 0, 0, 0.07);
|
1404 |
-
font-size: 13px;
|
1405 |
-
font-style: italic;
|
1406 |
-
}
|
1407 |
-
|
1408 |
-
.pa-license-form .button.button-primary {
|
1409 |
-
width: 147px;
|
1410 |
-
height: 43px;
|
1411 |
-
/* -webkit-filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3));
|
1412 |
-
filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3)); */
|
1413 |
-
background-color: #00a5e5;
|
1414 |
-
/* margin-top: 50px; */
|
1415 |
-
margin-left: -3px;
|
1416 |
-
-webkit-border-radius: 0 10px 10px 0;
|
1417 |
-
border-radius: 0 10px 10px 0;
|
1418 |
-
border: none;
|
1419 |
-
}
|
1420 |
-
|
1421 |
-
#papro-license-key:focus,
|
1422 |
-
.pa-license-form .button.button-primary:focus {
|
1423 |
-
outline: none;
|
1424 |
-
-webkit-box-shadow: none;
|
1425 |
-
box-shadow: none;
|
1426 |
-
}
|
1427 |
-
|
1428 |
-
#papro-license-key {
|
1429 |
-
height: 43px;
|
1430 |
-
line-height: 1;
|
1431 |
-
margin: 0;
|
1432 |
-
padding: 8px 20px;
|
1433 |
-
-webkit-border-radius: 10px 0 0 10px;
|
1434 |
-
border-radius: 10px 0 0 10px;
|
1435 |
-
}
|
1436 |
-
|
1437 |
-
.pa-license-form input+span {
|
1438 |
-
margin-left: 10px;
|
1439 |
-
font-weight: 600;
|
1440 |
-
}
|
1441 |
-
|
1442 |
-
.pa-license-cell span {
|
1443 |
-
margin-left: 0.3em;
|
1444 |
-
}
|
1445 |
-
|
1446 |
-
@media(min-width: 1550px) {
|
1447 |
-
#pa-general-settings .pa-section-info:not(.pa-news-section):not(.pa-support-section) p {
|
1448 |
-
min-height: 65px;
|
1449 |
-
}
|
1450 |
-
|
1451 |
-
.pa-news-grid .pa-news-post p:nth-of-type(1) {
|
1452 |
-
min-height: 40px;
|
1453 |
-
}
|
1454 |
-
}
|
1455 |
-
|
1456 |
-
/*
|
1457 |
-
* PAPRO Notice
|
1458 |
-
*/
|
1459 |
-
.papro-admin-notice {
|
1460 |
-
-webkit-display: flex;
|
1461 |
-
display: -webkit-box;
|
1462 |
-
display: -ms-flexbox;
|
1463 |
-
-js-display: flex;
|
1464 |
-
display: -moz-box;
|
1465 |
-
display: flex;
|
1466 |
-
-webkit-box-pack: end;
|
1467 |
-
-ms-flex-pack: end;
|
1468 |
-
-webkit-justify-content: flex-end;
|
1469 |
-
-moz-box-pack: end;
|
1470 |
-
justify-content: flex-end;
|
1471 |
-
-webkit-box-align: center;
|
1472 |
-
-ms-flex-align: center;
|
1473 |
-
-webkit-align-items: center;
|
1474 |
-
-moz-box-align: center;
|
1475 |
-
align-items: center;
|
1476 |
-
margin-bottom: 24px;
|
1477 |
-
}
|
1478 |
-
|
1479 |
-
.papro-admin-notice>div {
|
1480 |
-
-webkit-box-flex: 1;
|
1481 |
-
-webkit-flex-grow: 1;
|
1482 |
-
-moz-box-flex: 1;
|
1483 |
-
-ms-flex-positive: 1;
|
1484 |
-
flex-grow: 1;
|
1485 |
-
}
|
1486 |
-
|
1487 |
-
.papro-admin-notice-left {
|
1488 |
-
position: relative;
|
1489 |
-
padding: 16px;
|
1490 |
-
-webkit-border-radius: 15px;
|
1491 |
-
border-radius: 15px;
|
1492 |
-
background-color: #fff;
|
1493 |
-
-webkit-flex-basis: 80%;
|
1494 |
-
-ms-flex-preferred-size: 80%;
|
1495 |
-
flex-basis: 80%;
|
1496 |
-
}
|
1497 |
-
|
1498 |
-
.papro-admin-notice-left a {
|
1499 |
-
position: absolute;
|
1500 |
-
top: 0;
|
1501 |
-
left: 0;
|
1502 |
-
width: 100%;
|
1503 |
-
height: 100%;
|
1504 |
-
}
|
1505 |
-
|
1506 |
-
.papro-admin-notice-left a:hover,
|
1507 |
-
.papro-admin-notice-left a:focus,
|
1508 |
-
.papro-admin-notice-left a:visited {
|
1509 |
-
outline: none;
|
1510 |
-
border: none;
|
1511 |
-
-webkit-box-shadow: none;
|
1512 |
-
box-shadow: none;
|
1513 |
-
text-decoration: none;
|
1514 |
-
}
|
1515 |
-
|
1516 |
-
.papro-admin-notice-logo {
|
1517 |
-
-webkit-display: flex;
|
1518 |
-
display: -webkit-box;
|
1519 |
-
display: -ms-flexbox;
|
1520 |
-
-js-display: flex;
|
1521 |
-
display: -moz-box;
|
1522 |
-
display: flex;
|
1523 |
-
-webkit-box-pack: justify;
|
1524 |
-
-webkit-justify-content: space-between;
|
1525 |
-
-moz-box-pack: justify;
|
1526 |
-
-ms-flex-pack: justify;
|
1527 |
-
justify-content: space-between;
|
1528 |
-
-webkit-box-align: center;
|
1529 |
-
-webkit-align-items: center;
|
1530 |
-
-moz-box-align: center;
|
1531 |
-
-ms-flex-align: center;
|
1532 |
-
align-items: center;
|
1533 |
-
}
|
1534 |
-
|
1535 |
-
.papro-admin-notice-logo label {
|
1536 |
-
display: block;
|
1537 |
-
font-weight: 600;
|
1538 |
-
margin: 10px 0 6px;
|
1539 |
-
font-size: 14px;
|
1540 |
-
color: #252c59;
|
1541 |
-
font-family: "Red Hat Display";
|
1542 |
-
}
|
1543 |
-
|
1544 |
-
.papro-admin-notice-right {
|
1545 |
-
-webkit-display: flex;
|
1546 |
-
display: -webkit-box;
|
1547 |
-
display: -ms-flexbox;
|
1548 |
-
-js-display: flex;
|
1549 |
-
display: -moz-box;
|
1550 |
-
display: flex;
|
1551 |
-
-webkit-box-align: center;
|
1552 |
-
-ms-flex-align: center;
|
1553 |
-
-webkit-align-items: center;
|
1554 |
-
-moz-box-align: center;
|
1555 |
-
align-items: center;
|
1556 |
-
background: url("../../images/papro-banner.png");
|
1557 |
-
-webkit-background-size: cover;
|
1558 |
-
background-size: cover;
|
1559 |
-
background-repeat: no-repeat;
|
1560 |
-
padding: 18px;
|
1561 |
-
-webkit-border-radius: 15px;
|
1562 |
-
border-radius: 15px;
|
1563 |
-
overflow: hidden;
|
1564 |
-
margin-left: 25px;
|
1565 |
-
}
|
1566 |
-
|
1567 |
-
.papro-admin-notice-right h4 {
|
1568 |
-
font-size: 20px;
|
1569 |
-
color: #fff;
|
1570 |
-
font-weight: 900;
|
1571 |
-
font-family: "Red Hat Display";
|
1572 |
-
margin: 0;
|
1573 |
-
margin-bottom: 8px;
|
1574 |
-
}
|
1575 |
-
|
1576 |
-
.papro-admin-notice-right p {
|
1577 |
-
font-size: 14px;
|
1578 |
-
color: #ffffff;
|
1579 |
-
font-family: "Poppins";
|
1580 |
-
margin: 0;
|
1581 |
-
}
|
1582 |
-
|
1583 |
-
.papro-admin-notice-right span {
|
1584 |
-
font-weight: 700;
|
1585 |
-
}
|
1586 |
-
|
1587 |
-
/*
|
1588 |
-
* Dashboard Tabs
|
1589 |
-
*/
|
1590 |
-
.pa-dash-general:before {
|
1591 |
-
content: "\e93e";
|
1592 |
-
}
|
1593 |
-
|
1594 |
-
.pa-dash-integrations:before {
|
1595 |
-
content: "\e93f";
|
1596 |
-
}
|
1597 |
-
|
1598 |
-
.pa-dash-system-info:before {
|
1599 |
-
content: "\e941";
|
1600 |
-
}
|
1601 |
-
|
1602 |
-
.pa-dash-vcontrol:before {
|
1603 |
-
content: "\e942";
|
1604 |
-
}
|
1605 |
-
|
1606 |
-
.pa-dash-white-label:before {
|
1607 |
-
content: "\e943";
|
1608 |
-
}
|
1609 |
-
|
1610 |
-
.pa-dash-elements:before {
|
1611 |
-
content: "\e944";
|
1612 |
-
}
|
1613 |
-
|
1614 |
-
.pa-dash-license:before {
|
1615 |
-
content: "\e940";
|
1616 |
-
}
|
1617 |
-
|
1618 |
-
.pa-dash-features:before {
|
1619 |
-
content: "\e911";
|
1620 |
-
}
|
1621 |
-
|
1622 |
-
/*
|
1623 |
-
* Elements Categories
|
1624 |
-
*/
|
1625 |
-
.pa-dash-cat-all:before {
|
1626 |
-
content: "\e945";
|
1627 |
-
}
|
1628 |
-
|
1629 |
-
.pa-dash-cat-blurbs:before {
|
1630 |
-
content: "\e946";
|
1631 |
-
}
|
1632 |
-
|
1633 |
-
.pa-dash-cat-contact:before {
|
1634 |
-
content: "\e94a";
|
1635 |
-
}
|
1636 |
-
|
1637 |
-
.pa-dash-cat-content:before {
|
1638 |
-
content: "\e948";
|
1639 |
-
}
|
1640 |
-
|
1641 |
-
.pa-dash-cat-images:before {
|
1642 |
-
content: "\e949";
|
1643 |
-
}
|
1644 |
-
|
1645 |
-
.pa-dash-cat-off-grid:before {
|
1646 |
-
content: "\e94b";
|
1647 |
-
}
|
1648 |
-
|
1649 |
-
.pa-dash-cat-section:before {
|
1650 |
-
content: "\e94c";
|
1651 |
-
}
|
1652 |
-
|
1653 |
-
.pa-dash-cat-feed:before {
|
1654 |
-
content: "\e94d";
|
1655 |
-
}
|
1656 |
-
|
1657 |
-
.pa-dash-cat-data:before {
|
1658 |
-
content: "\e94e";
|
1659 |
-
}
|
1660 |
-
|
1661 |
-
.pa-dash-cat-social:before {
|
1662 |
-
content: "\e94f";
|
1663 |
-
}
|
1664 |
-
|
1665 |
-
/*
|
1666 |
-
* Widgets Icons
|
1667 |
-
*/
|
1668 |
-
.pa-dash-premium-notbar:before {
|
1669 |
-
content: "\e902";
|
1670 |
-
}
|
1671 |
-
|
1672 |
-
.pa-dash-premium-gradient:before {
|
1673 |
-
content: "\e903";
|
1674 |
-
}
|
1675 |
-
|
1676 |
-
.pa-dash-premium-color-transition:before {
|
1677 |
-
content: "\e904";
|
1678 |
-
}
|
1679 |
-
|
1680 |
-
.pa-dash-premium-behance:before {
|
1681 |
-
content: "\e905";
|
1682 |
-
}
|
1683 |
-
|
1684 |
-
.pa-dash-premium-charts:before {
|
1685 |
-
content: "\e906";
|
1686 |
-
}
|
1687 |
-
|
1688 |
-
.pa-dash-premium-content-toggle:before {
|
1689 |
-
content: "\e907";
|
1690 |
-
}
|
1691 |
-
|
1692 |
-
.pa-dash-premium-divider:before {
|
1693 |
-
content: "\e908";
|
1694 |
-
}
|
1695 |
-
|
1696 |
-
.pa-dash-premium-facebook-feed:before {
|
1697 |
-
content: "\e90a";
|
1698 |
-
}
|
1699 |
-
|
1700 |
-
.pa-dash-facebook-feed-2:before {
|
1701 |
-
content: "\e91b";
|
1702 |
-
}
|
1703 |
-
|
1704 |
-
.pa-dash-premium-fb-chat:before {
|
1705 |
-
content: "\e90b";
|
1706 |
-
}
|
1707 |
-
|
1708 |
-
.pa-dash-premium-facebook-reviews:before {
|
1709 |
-
content: "\e90c";
|
1710 |
-
}
|
1711 |
-
|
1712 |
-
.pa-dash-premium-google-reviews:before {
|
1713 |
-
content: "\e90d";
|
1714 |
-
}
|
1715 |
-
|
1716 |
-
.pa-dash-premium-hscroll:before {
|
1717 |
-
content: "\e90e";
|
1718 |
-
}
|
1719 |
-
|
1720 |
-
.pa-dash-premium-flipbox:before {
|
1721 |
-
content: "\e90f";
|
1722 |
-
}
|
1723 |
-
|
1724 |
-
.pa-dash-premium-iconbox:before {
|
1725 |
-
content: "\e910";
|
1726 |
-
}
|
1727 |
-
|
1728 |
-
.pa-dash-premium-image-accordion:before {
|
1729 |
-
content: "\e912";
|
1730 |
-
}
|
1731 |
-
|
1732 |
-
.pa-dash-premium-image-comparison:before {
|
1733 |
-
content: "\e913";
|
1734 |
-
}
|
1735 |
-
|
1736 |
-
.pa-dash-premium-image-hotspots:before {
|
1737 |
-
content: "\e914";
|
1738 |
-
}
|
1739 |
-
|
1740 |
-
.pa-dash-premium-img-layers:before {
|
1741 |
-
content: "\e915";
|
1742 |
-
}
|
1743 |
-
|
1744 |
-
.pa-dash-premium-instagram-feed:before {
|
1745 |
-
content: "\e916";
|
1746 |
-
}
|
1747 |
-
|
1748 |
-
.pa-dash-premium-kenburns:before {
|
1749 |
-
content: "\e917";
|
1750 |
-
}
|
1751 |
-
|
1752 |
-
.pa-dash-premium-lottie:before {
|
1753 |
-
content: "\e918";
|
1754 |
-
}
|
1755 |
-
|
1756 |
-
.pa-dash-premium-magic-section:before {
|
1757 |
-
content: "\e919";
|
1758 |
-
}
|
1759 |
-
|
1760 |
-
.pa-dash-premium-multi-scroll:before {
|
1761 |
-
content: "\e91a";
|
1762 |
-
}
|
1763 |
-
|
1764 |
-
.pa-dash-premium-ihover:before {
|
1765 |
-
content: "\e911";
|
1766 |
-
}
|
1767 |
-
|
1768 |
-
.pa-dash-premium-parallax:before {
|
1769 |
-
content: "\e91b";
|
1770 |
-
}
|
1771 |
-
|
1772 |
-
.pa-dash-premium-particles:before {
|
1773 |
-
content: "\e91c";
|
1774 |
-
}
|
1775 |
-
|
1776 |
-
.pa-dash-premium-prev-img:before {
|
1777 |
-
content: "\e91d";
|
1778 |
-
}
|
1779 |
-
|
1780 |
-
.pa-dash-premium-tabs:before {
|
1781 |
-
content: "\e91f";
|
1782 |
-
}
|
1783 |
-
|
1784 |
-
.pa-dash-premium-tables:before {
|
1785 |
-
content: "\e91e";
|
1786 |
-
}
|
1787 |
-
|
1788 |
-
.pa-dash-premium-twitter-feed:before {
|
1789 |
-
content: "\e921";
|
1790 |
-
}
|
1791 |
-
|
1792 |
-
.pa-dash-premium-unfold:before {
|
1793 |
-
content: "\e922";
|
1794 |
-
}
|
1795 |
-
|
1796 |
-
.pa-dash-premium-whatsapp-chat:before {
|
1797 |
-
content: "\e923";
|
1798 |
-
}
|
1799 |
-
|
1800 |
-
.pa-dash-premium-yelp-reviews:before {
|
1801 |
-
content: "\e924";
|
1802 |
-
}
|
1803 |
-
|
1804 |
-
.pa-dash-premium-trustpilot-reviews:before {
|
1805 |
-
content: "\e920";
|
1806 |
-
}
|
1807 |
-
|
1808 |
-
.pa-dash-premium-banner:before {
|
1809 |
-
content: "\e925";
|
1810 |
-
}
|
1811 |
-
|
1812 |
-
.pa-dash-premium-blog:before {
|
1813 |
-
content: "\e926";
|
1814 |
-
}
|
1815 |
-
|
1816 |
-
.pa-dash-premium-button:before {
|
1817 |
-
content: "\e927";
|
1818 |
-
}
|
1819 |
-
|
1820 |
-
.pa-dash-premium-carousel:before {
|
1821 |
-
content: "\e928";
|
1822 |
-
}
|
1823 |
-
|
1824 |
-
.pa-dash-premium-contactform:before {
|
1825 |
-
content: "\e929";
|
1826 |
-
}
|
1827 |
-
|
1828 |
-
.pa-dash-premium-countdown:before {
|
1829 |
-
content: "\e92a";
|
1830 |
-
}
|
1831 |
-
|
1832 |
-
.pa-dash-premium-counter:before {
|
1833 |
-
content: "\e92b";
|
1834 |
-
}
|
1835 |
-
|
1836 |
-
.pa-dash-premium-dual-header:before {
|
1837 |
-
content: "\e92c";
|
1838 |
-
}
|
1839 |
-
|
1840 |
-
.pa-dash-premium-fancytext:before {
|
1841 |
-
content: "\e92d";
|
1842 |
-
}
|
1843 |
-
|
1844 |
-
.pa-dash-premium-maps:before {
|
1845 |
-
content: "\e92e";
|
1846 |
-
}
|
1847 |
-
|
1848 |
-
.pa-dash-premium-title:before {
|
1849 |
-
content: "\e92f";
|
1850 |
-
}
|
1851 |
-
|
1852 |
-
.pa-dash-premium-icon-list:before {
|
1853 |
-
content: "\e930";
|
1854 |
-
}
|
1855 |
-
|
1856 |
-
.pa-dash-premium-image-button:before {
|
1857 |
-
content: "\e931";
|
1858 |
-
}
|
1859 |
-
|
1860 |
-
.pa-dash-premium-image-scroll:before {
|
1861 |
-
content: "\e932";
|
1862 |
-
}
|
1863 |
-
|
1864 |
-
.pa-dash-premium-image-separator:before {
|
1865 |
-
content: "\e933";
|
1866 |
-
}
|
1867 |
-
|
1868 |
-
/* .pa-dash-premium-lottie:before {
|
1869 |
-
content: "\e944";
|
1870 |
-
} */
|
1871 |
-
.pa-dash-premium-lottie-widget:before {
|
1872 |
-
content: "\e935";
|
1873 |
-
}
|
1874 |
-
|
1875 |
-
.pa-dash-premium-grid:before {
|
1876 |
-
content: "\e946";
|
1877 |
-
}
|
1878 |
-
|
1879 |
-
.pa-dash-premium-modalbox:before {
|
1880 |
-
content: "\e937";
|
1881 |
-
}
|
1882 |
-
|
1883 |
-
.pa-dash-premium-pricing-table:before {
|
1884 |
-
content: "\e938";
|
1885 |
-
}
|
1886 |
-
|
1887 |
-
.pa-dash-premium-progressbar:before {
|
1888 |
-
content: "\e939";
|
1889 |
-
}
|
1890 |
-
|
1891 |
-
.pa-dash-premium-person:before {
|
1892 |
-
content: "\e93a";
|
1893 |
-
}
|
1894 |
-
|
1895 |
-
.pa-dash-premium-testimonials:before {
|
1896 |
-
content: "\e93b";
|
1897 |
-
}
|
1898 |
-
|
1899 |
-
.pa-dash-premium-vscroll:before {
|
1900 |
-
content: "\e93c";
|
1901 |
-
}
|
1902 |
-
|
1903 |
-
.pa-dash-premium-videobox:before {
|
1904 |
-
content: "\e93d";
|
1905 |
-
}
|
1906 |
-
|
1907 |
-
.pa-dash-premium-blob:before {
|
1908 |
-
content: "\e900";
|
1909 |
-
}
|
1910 |
-
|
1911 |
-
.pa-dash-woo-products:before {
|
1912 |
-
content: "\e901";
|
1913 |
}
|
1 |
+
.button.pa-btn {
|
2 |
+
border: none;
|
3 |
+
color: #fff;
|
4 |
+
text-align: center;
|
5 |
+
padding: 3px;
|
6 |
+
max-width: 250px;
|
7 |
+
height: auto;
|
8 |
+
font-weight: 700;
|
9 |
+
-webkit-box-shadow: none;
|
10 |
+
box-shadow: none;
|
11 |
+
}
|
12 |
+
|
13 |
+
.button.pa-btn:hover,
|
14 |
+
.button.pa-btn:focus,
|
15 |
+
.button.pa-btn:active {
|
16 |
+
outline: none;
|
17 |
+
border: none;
|
18 |
+
text-decoration: none;
|
19 |
+
}
|
20 |
+
|
21 |
+
|
22 |
+
.switch {
|
23 |
+
position: relative;
|
24 |
+
display: inline-block;
|
25 |
+
width: 44px;
|
26 |
+
height: 24px;
|
27 |
+
-webkit-border-radius: 12px;
|
28 |
+
border-radius: 12px;
|
29 |
+
}
|
30 |
+
|
31 |
+
.switch input {
|
32 |
+
display: none;
|
33 |
+
}
|
34 |
+
|
35 |
+
.slider,
|
36 |
+
.pro-slider {
|
37 |
+
position: absolute;
|
38 |
+
cursor: pointer;
|
39 |
+
top: 0;
|
40 |
+
left: 0;
|
41 |
+
right: 0;
|
42 |
+
bottom: 0;
|
43 |
+
/* background-color: #f2f2f2;
|
44 |
+
box-shadow: 0 0 2px 1px #ccc inset; */
|
45 |
+
-webkit-transition: 0.4s;
|
46 |
+
transition: 0.4s;
|
47 |
+
}
|
48 |
+
|
49 |
+
.slider:before,
|
50 |
+
.pro-slider:before {
|
51 |
+
position: absolute;
|
52 |
+
content: "";
|
53 |
+
left: 3px;
|
54 |
+
top: 50%;
|
55 |
+
-webkit-transform: translateY(-50%);
|
56 |
+
-ms-transform: translateY(-50%);
|
57 |
+
transform: translateY(-50%);
|
58 |
+
/* background: radial-gradient(farthest-corner at 14px 0px, #f0f0f0 50%, #cacaca 100%); */
|
59 |
+
-webkit-transition: all 0.4s ease-in-out;
|
60 |
+
transition: all 0.4s ease-in-out;
|
61 |
+
padding: 0;
|
62 |
+
margin: 0;
|
63 |
+
width: 15px;
|
64 |
+
height: 15px;
|
65 |
+
-webkit-border-radius: 8px;
|
66 |
+
border-radius: 8px;
|
67 |
+
-webkit-filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
|
68 |
+
filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
|
69 |
+
background-color: #f7f7f7;
|
70 |
+
border: 1px solid #ffffff;
|
71 |
+
/* box-shadow: 0 2.5px 5px #b8b8b9; */
|
72 |
+
}
|
73 |
+
|
74 |
+
input:checked+.slider {
|
75 |
+
background: #8dc900;
|
76 |
+
}
|
77 |
+
|
78 |
+
input:focus+.slider {
|
79 |
+
-webkit-box-shadow: 0 0 1px #18a4fd;
|
80 |
+
box-shadow: 0 0 1px #18a4fd;
|
81 |
+
}
|
82 |
+
|
83 |
+
input:checked+.slider:before {
|
84 |
+
-webkit-transform: translate3d(20px, -50%, 0);
|
85 |
+
transform: translate3d(20px, -50%, 0);
|
86 |
+
}
|
87 |
+
|
88 |
+
.slider.round,
|
89 |
+
.pro-slider.round {
|
90 |
+
-webkit-border-radius: 34px;
|
91 |
+
border-radius: 34px;
|
92 |
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), to(#dbdbdb));
|
93 |
+
background-image: -webkit-linear-gradient(top, #cfcfcf 0%, #dbdbdb 100%);
|
94 |
+
background-image: linear-gradient(180deg, #cfcfcf 0%, #dbdbdb 100%);
|
95 |
+
}
|
96 |
+
|
97 |
+
.slider.round:before,
|
98 |
+
.pro-slider.round:before {
|
99 |
+
-webkit-border-radius: 50%;
|
100 |
+
border-radius: 50%;
|
101 |
+
}
|
102 |
+
|
103 |
+
.pa-switcher input:disabled+.pro-slider::after {
|
104 |
+
position: absolute;
|
105 |
+
font-family: "Dashicons";
|
106 |
+
content: "\f160";
|
107 |
+
color: #474747;
|
108 |
+
right: 8px;
|
109 |
+
top: 50%;
|
110 |
+
-webkit-transform: translateY(-50%);
|
111 |
+
-ms-transform: translateY(-50%);
|
112 |
+
transform: translateY(-50%);
|
113 |
+
}
|
114 |
+
|
115 |
+
.pa-api-disable-title label,
|
116 |
+
.pa-is-beta label {
|
117 |
+
margin-right: 15px;
|
118 |
+
}
|
119 |
+
|
120 |
+
.pa-api-disable-title span,
|
121 |
+
.pa-is-beta span {
|
122 |
+
font-weight: 400;
|
123 |
+
}
|
124 |
+
|
125 |
+
.pa-maps-api-notice {
|
126 |
+
margin: 0.5em 0;
|
127 |
+
}
|
128 |
+
|
129 |
+
.pa-api-title input {
|
130 |
+
margin-top: 10px;
|
131 |
+
font-size: normal;
|
132 |
+
font-weight: 400;
|
133 |
+
width: 400px;
|
134 |
+
margin-left: 30px;
|
135 |
+
}
|
136 |
+
|
137 |
+
.pa-sys-info-tab {
|
138 |
+
background: #f7f7f7;
|
139 |
+
margin: 8px;
|
140 |
+
border: 2px solid #ddd;
|
141 |
+
-webkit-border-radius: 3px;
|
142 |
+
border-radius: 3px;
|
143 |
+
padding: 0;
|
144 |
+
}
|
145 |
+
|
146 |
+
.pa-system-info-container {
|
147 |
+
padding: 10px;
|
148 |
+
}
|
149 |
+
|
150 |
+
.dialog-type-lightbox .dialog-widget-header {
|
151 |
+
text-align: center;
|
152 |
+
font-size: 15px;
|
153 |
+
color: #495157;
|
154 |
+
padding: 30px 0 10px;
|
155 |
+
font-weight: 500;
|
156 |
+
}
|
157 |
+
|
158 |
+
.pa-swal.swal2-show {
|
159 |
+
padding: 32px;
|
160 |
+
padding-bottom: 50px;
|
161 |
+
background-image: url("../../images/popup-pattern.jpg");
|
162 |
+
background-repeat: no-repeat;
|
163 |
+
-webkit-background-size: cover;
|
164 |
+
background-size: cover;
|
165 |
+
-webkit-border-radius: 50px 0;
|
166 |
+
border-radius: 50px 0;
|
167 |
+
}
|
168 |
+
|
169 |
+
.pa-swal .swal2-close {
|
170 |
+
color: #c2c4cf;
|
171 |
+
}
|
172 |
+
|
173 |
+
.pa-swal .swal2-close:hover {
|
174 |
+
color: #00a5e5;
|
175 |
+
}
|
176 |
+
|
177 |
+
.pa-swal .swal2-title {
|
178 |
+
margin: 0;
|
179 |
+
}
|
180 |
+
|
181 |
+
.pa-swal .swal2-content {
|
182 |
+
font-size: 13px;
|
183 |
+
color: #474747;
|
184 |
+
font-family: "Poppins";
|
185 |
+
text-align: center;
|
186 |
+
margin: 0;
|
187 |
+
margin-bottom: 0px;
|
188 |
+
}
|
189 |
+
|
190 |
+
.pa-swal .swal2-cancel.swal2-styled,
|
191 |
+
.pa-swal .swal2-cancel.swal2-styled:hover,
|
192 |
+
.pa-swal .swal2-confirm.swal2-styled {
|
193 |
+
background-image: none !important;
|
194 |
+
background-color: #ebebeb;
|
195 |
+
color: #474747;
|
196 |
+
border: none !important;
|
197 |
+
-webkit-box-shadow: none !important;
|
198 |
+
box-shadow: none !important;
|
199 |
+
font-family: "Red Hat Display";
|
200 |
+
font-size: 15px;
|
201 |
+
font-weight: 700;
|
202 |
+
}
|
203 |
+
|
204 |
+
.pa-swal .swal2-confirm.swal2-styled,
|
205 |
+
.pa-swal .swal2-confirm.swal2-styled:hover {
|
206 |
+
min-width: 128px;
|
207 |
+
color: #fff;
|
208 |
+
background-image: none !important;
|
209 |
+
background-color: #00a5e5;
|
210 |
+
}
|
211 |
+
|
212 |
+
/**
|
213 |
+
* New Dashboard
|
214 |
+
*/
|
215 |
+
.pa-settings-wrap {
|
216 |
+
padding: 35px;
|
217 |
+
padding-left: 15px;
|
218 |
+
}
|
219 |
+
|
220 |
+
.pa-settings-section {
|
221 |
+
display: none;
|
222 |
+
}
|
223 |
+
|
224 |
+
.pa-settings-tabs {
|
225 |
+
background-color: #fff;
|
226 |
+
-webkit-border-radius: 15px;
|
227 |
+
border-radius: 15px;
|
228 |
+
padding: 36px;
|
229 |
+
margin-bottom: 12px;
|
230 |
+
}
|
231 |
+
|
232 |
+
.pa-settings-tabs-list {
|
233 |
+
clear: left;
|
234 |
+
margin: 0;
|
235 |
+
list-style-type: none;
|
236 |
+
}
|
237 |
+
|
238 |
+
.pa-settings-tabs .pa-settings-tabs-list li {
|
239 |
+
display: inline-block;
|
240 |
+
margin-bottom: 0;
|
241 |
+
margin-right: 23px;
|
242 |
+
}
|
243 |
+
|
244 |
+
.pa-settings-section.active {
|
245 |
+
display: block;
|
246 |
+
}
|
247 |
+
|
248 |
+
.papro-admin-notice a,
|
249 |
+
.pa-settings-wrap .pa-settings-tabs a {
|
250 |
+
-js-display: flex;
|
251 |
+
display: -webkit-box;
|
252 |
+
display: -webkit-flex;
|
253 |
+
display: -moz-box;
|
254 |
+
display: -ms-flexbox;
|
255 |
+
display: flex;
|
256 |
+
-webkit-box-pack: center;
|
257 |
+
-webkit-justify-content: center;
|
258 |
+
-moz-box-pack: center;
|
259 |
+
-ms-flex-pack: center;
|
260 |
+
justify-content: center;
|
261 |
+
-webkit-box-align: center;
|
262 |
+
-webkit-align-items: center;
|
263 |
+
-moz-box-align: center;
|
264 |
+
-ms-flex-align: center;
|
265 |
+
align-items: center;
|
266 |
+
font-size: 14px;
|
267 |
+
line-height: 1.8em;
|
268 |
+
position: relative;
|
269 |
+
color: #252c59;
|
270 |
+
text-decoration: none;
|
271 |
+
-webkit-transition: all 0.3s ease;
|
272 |
+
transition: all 0.3s ease;
|
273 |
+
}
|
274 |
+
|
275 |
+
.papro-admin-notice a.papro-notice-btn {
|
276 |
+
width: 120px;
|
277 |
+
/* height: 58px; */
|
278 |
+
-webkit-border-radius: 15px;
|
279 |
+
border-radius: 15px;
|
280 |
+
-webkit-filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
|
281 |
+
filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
|
282 |
+
background-color: #ffffff;
|
283 |
+
font-size: 18px;
|
284 |
+
color: #fe6300;
|
285 |
+
font-weight: 800;
|
286 |
+
font-family: "Red Hat Display";
|
287 |
+
text-align: center;
|
288 |
+
padding: 10px 20px;
|
289 |
+
}
|
290 |
+
|
291 |
+
.pa-settings-wrap .pa-settings-tabs a:focus {
|
292 |
+
outline: none;
|
293 |
+
-webkit-box-shadow: none;
|
294 |
+
box-shadow: none;
|
295 |
+
}
|
296 |
+
|
297 |
+
.pa-settings-wrap .pa-settings-tabs span {
|
298 |
+
margin-left: 8px;
|
299 |
+
font-family: "Poppins";
|
300 |
+
font-weight: 500;
|
301 |
+
}
|
302 |
+
|
303 |
+
.pa-settings-wrap .pa-settings-tabs .pa-section-active {
|
304 |
+
color: #00a5e5;
|
305 |
+
}
|
306 |
+
|
307 |
+
.pa-section {
|
308 |
+
display: none;
|
309 |
+
position: relative;
|
310 |
+
background-color: #fff;
|
311 |
+
-webkit-transition: opacity 0.2s;
|
312 |
+
transition: opacity 0.2s;
|
313 |
+
padding: 34px;
|
314 |
+
-webkit-border-radius: 15px;
|
315 |
+
border-radius: 15px;
|
316 |
+
}
|
317 |
+
|
318 |
+
/**
|
319 |
+
* General Tab
|
320 |
+
*/
|
321 |
+
#pa-general-settings {
|
322 |
+
-js-display: flex;
|
323 |
+
display: -webkit-box;
|
324 |
+
display: -webkit-flex;
|
325 |
+
display: -moz-box;
|
326 |
+
display: -ms-flexbox;
|
327 |
+
display: flex;
|
328 |
+
-webkit-box-orient: horizontal;
|
329 |
+
-webkit-box-direction: normal;
|
330 |
+
-webkit-flex-flow: row wrap;
|
331 |
+
-moz-box-orient: horizontal;
|
332 |
+
-moz-box-direction: normal;
|
333 |
+
-ms-flex-flow: row wrap;
|
334 |
+
flex-flow: row wrap;
|
335 |
+
-webkit-box-pack: justify;
|
336 |
+
-webkit-justify-content: space-between;
|
337 |
+
-moz-box-pack: justify;
|
338 |
+
-ms-flex-pack: justify;
|
339 |
+
justify-content: space-between;
|
340 |
+
width: 100%;
|
341 |
+
}
|
342 |
+
|
343 |
+
#pa-general-settings .pa-dash-block {
|
344 |
+
-webkit-box-flex: 1;
|
345 |
+
-webkit-flex: 1 1 auto;
|
346 |
+
-moz-box-flex: 1;
|
347 |
+
-ms-flex: 1 1 auto;
|
348 |
+
flex: 1 1 auto;
|
349 |
+
min-width: 250px;
|
350 |
+
margin: 0 5px 10px;
|
351 |
+
-js-display: flex;
|
352 |
+
display: -webkit-box;
|
353 |
+
display: -webkit-flex;
|
354 |
+
display: -moz-box;
|
355 |
+
display: -ms-flexbox;
|
356 |
+
display: flex;
|
357 |
+
-webkit-box-orient: vertical;
|
358 |
+
-webkit-box-direction: normal;
|
359 |
+
-webkit-flex-direction: column;
|
360 |
+
-moz-box-orient: vertical;
|
361 |
+
-moz-box-direction: normal;
|
362 |
+
-ms-flex-direction: column;
|
363 |
+
flex-direction: column;
|
364 |
+
}
|
365 |
+
|
366 |
+
.pa-dash-block.col-3 {
|
367 |
+
width: 31%;
|
368 |
+
}
|
369 |
+
|
370 |
+
.pa-dash-block.col-6 {
|
371 |
+
width: 64%;
|
372 |
+
}
|
373 |
+
|
374 |
+
#pa-general-settings .pa-section-info h4 {
|
375 |
+
font-size: 17px;
|
376 |
+
}
|
377 |
+
|
378 |
+
#pa-general-settings .pa-section-info:not(.pa-news-section):not(.pa-support-section) p {
|
379 |
+
min-height: 80px;
|
380 |
+
}
|
381 |
+
|
382 |
+
#pa-general-settings .pa-section-info .pa-element-icon {
|
383 |
+
margin-bottom: 12px;
|
384 |
+
}
|
385 |
+
|
386 |
+
#pa-general-settings .pa-element-icon.icon-inline {
|
387 |
+
-js-display: inline-flex;
|
388 |
+
display: -webkit-inline-box;
|
389 |
+
display: -webkit-inline-flex;
|
390 |
+
display: -moz-inline-box;
|
391 |
+
display: -ms-inline-flexbox;
|
392 |
+
display: inline-flex;
|
393 |
+
margin-bottom: 0;
|
394 |
+
vertical-align: middle;
|
395 |
+
}
|
396 |
+
|
397 |
+
#pa-general-settings .pa-section-info .pa-btn {
|
398 |
+
display: inline-block;
|
399 |
+
background-color: #252c59;
|
400 |
+
color: #fff;
|
401 |
+
/* margin-top: 12px; */
|
402 |
+
padding: 12px 36px;
|
403 |
+
}
|
404 |
+
|
405 |
+
.pa-element-icon.dashicons-facebook-alt {
|
406 |
+
color: #3b5998 !important
|
407 |
+
}
|
408 |
+
|
409 |
+
.pa-element-icon.dashicons-youtube {
|
410 |
+
color: #ff0000 !important
|
411 |
+
}
|
412 |
+
|
413 |
+
.pa-newsletter-form {
|
414 |
+
-js-display: flex;
|
415 |
+
display: -webkit-box;
|
416 |
+
display: -webkit-flex;
|
417 |
+
display: -moz-box;
|
418 |
+
display: -ms-flexbox;
|
419 |
+
display: flex;
|
420 |
+
-webkit-flex-wrap: wrap;
|
421 |
+
-ms-flex-wrap: wrap;
|
422 |
+
flex-wrap: wrap;
|
423 |
+
-webkit-box-align: center;
|
424 |
+
-webkit-align-items: center;
|
425 |
+
-moz-box-align: center;
|
426 |
+
-ms-flex-align: center;
|
427 |
+
align-items: center;
|
428 |
+
}
|
429 |
+
|
430 |
+
.pa-newsletter-form input {
|
431 |
+
width: 74%;
|
432 |
+
padding: 0px 10px;
|
433 |
+
height: 39px;
|
434 |
+
font-family: "Poppins";
|
435 |
+
border: 1px solid #dcdcdc;
|
436 |
+
-webkit-border-radius: 10px 0 0 10px;
|
437 |
+
border-radius: 10px 0 0 10px;
|
438 |
+
direction: ltr;
|
439 |
+
}
|
440 |
+
|
441 |
+
#pa-general-settings .pa-newsletter-form button.pa-btn {
|
442 |
+
width: 25%;
|
443 |
+
padding: 0;
|
444 |
+
height: 39px;
|
445 |
+
margin-top: 0;
|
446 |
+
margin-left: -1px;
|
447 |
+
-webkit-border-radius: 0 10px 10px 0;
|
448 |
+
border-radius: 0 10px 10px 0;
|
449 |
+
}
|
450 |
+
|
451 |
+
#pa-general-settings .pa-news-grid {
|
452 |
+
-js-display: flex;
|
453 |
+
display: -webkit-box;
|
454 |
+
display: -webkit-flex;
|
455 |
+
display: -moz-box;
|
456 |
+
display: -ms-flexbox;
|
457 |
+
display: flex;
|
458 |
+
-webkit-box-pack: justify;
|
459 |
+
-webkit-justify-content: space-between;
|
460 |
+
-moz-box-pack: justify;
|
461 |
+
-ms-flex-pack: justify;
|
462 |
+
justify-content: space-between;
|
463 |
+
margin-top: 12px;
|
464 |
+
}
|
465 |
+
|
466 |
+
.pa-news-grid .pa-news-post {
|
467 |
+
position: relative;
|
468 |
+
width: 33.33%;
|
469 |
+
margin: 0 5px;
|
470 |
+
}
|
471 |
+
|
472 |
+
.pa-news-grid .pa-news-post p:nth-of-type(1) {
|
473 |
+
font-family: "Red Hat Display";
|
474 |
+
font-size: 15px;
|
475 |
+
min-height: 60px;
|
476 |
+
font-weight: 800;
|
477 |
+
color: #252c59
|
478 |
+
}
|
479 |
+
|
480 |
+
.pa-news-grid .pa-news-post p:nth-of-type(2) {
|
481 |
+
font-size: 12px;
|
482 |
+
}
|
483 |
+
|
484 |
+
.pa-post-img-container img {
|
485 |
+
width: 100%;
|
486 |
+
height: 145px;
|
487 |
+
-o-object-fit: cover;
|
488 |
+
object-fit: cover;
|
489 |
+
-webkit-border-radius: 10px;
|
490 |
+
border-radius: 10px;
|
491 |
+
}
|
492 |
+
|
493 |
+
.pa-news-grid .pa-news-post a {
|
494 |
+
position: absolute;
|
495 |
+
top: 0;
|
496 |
+
left: 0;
|
497 |
+
width: 100%;
|
498 |
+
height: 100%;
|
499 |
+
z-index: 2;
|
500 |
+
}
|
501 |
+
|
502 |
+
#pa-general-settings .pa-support-list {
|
503 |
+
margin: 12px 0 0;
|
504 |
+
padding: 0;
|
505 |
+
}
|
506 |
+
|
507 |
+
#pa-general-settings .pa-support-list li {
|
508 |
+
margin-bottom: 10px;
|
509 |
+
}
|
510 |
+
|
511 |
+
.pa-support-list li a {
|
512 |
+
font-size: 15px;
|
513 |
+
color: #474747;
|
514 |
+
font-family: "Poppins";
|
515 |
+
text-decoration: none;
|
516 |
+
}
|
517 |
+
|
518 |
+
.pa-support-list li a:hover {
|
519 |
+
color: #135e96;
|
520 |
+
}
|
521 |
+
|
522 |
+
#pa-general-settings input[type="email"],
|
523 |
+
#pa-general-settings a:hover,
|
524 |
+
#pa-general-settings a:focus,
|
525 |
+
#pa-general-settings a:visited {
|
526 |
+
border: none;
|
527 |
+
-webkit-box-shadow: none;
|
528 |
+
box-shadow: none;
|
529 |
+
outline: none;
|
530 |
+
}
|
531 |
+
|
532 |
+
|
533 |
+
/**
|
534 |
+
* Tab Info
|
535 |
+
*/
|
536 |
+
.pa-section-info-wrap {
|
537 |
+
padding: 34px;
|
538 |
+
-webkit-border-radius: 15px;
|
539 |
+
border-radius: 15px;
|
540 |
+
background-color: #f7f7f7;
|
541 |
+
-js-display: flex;
|
542 |
+
display: -webkit-box;
|
543 |
+
display: -webkit-flex;
|
544 |
+
display: -moz-box;
|
545 |
+
display: -ms-flexbox;
|
546 |
+
display: flex;
|
547 |
+
-webkit-box-pack: justify;
|
548 |
+
-webkit-justify-content: space-between;
|
549 |
+
-moz-box-pack: justify;
|
550 |
+
-ms-flex-pack: justify;
|
551 |
+
justify-content: space-between;
|
552 |
+
-webkit-box-align: center;
|
553 |
+
-webkit-align-items: center;
|
554 |
+
-moz-box-align: center;
|
555 |
+
-ms-flex-align: center;
|
556 |
+
align-items: center;
|
557 |
+
height: 100%;
|
558 |
+
}
|
559 |
+
|
560 |
+
#pa-general-settings .pa-section-info-wrap,
|
561 |
+
#pa-ver-control-settings .pa-section-info-wrap {
|
562 |
+
-webkit-box-orient: vertical;
|
563 |
+
-webkit-box-direction: normal;
|
564 |
+
-webkit-flex-direction: column;
|
565 |
+
-moz-box-orient: vertical;
|
566 |
+
-moz-box-direction: normal;
|
567 |
+
-ms-flex-direction: column;
|
568 |
+
flex-direction: column;
|
569 |
+
-webkit-box-align: start;
|
570 |
+
-webkit-align-items: flex-start;
|
571 |
+
-moz-box-align: start;
|
572 |
+
-ms-flex-align: start;
|
573 |
+
align-items: flex-start;
|
574 |
+
}
|
575 |
+
|
576 |
+
#pa-features-settings .pa-section-info-wrap:nth-of-type(n + 2),
|
577 |
+
#pa-ver-control-settings .pa-section-info-wrap:nth-of-type(n + 2) {
|
578 |
+
margin-top: 36px;
|
579 |
+
}
|
580 |
+
|
581 |
+
.pa-section-info-wrap h4 {
|
582 |
+
font-size: 20px;
|
583 |
+
color: #252c59;
|
584 |
+
font-weight: 900;
|
585 |
+
font-family: "Red Hat Display";
|
586 |
+
margin: 0;
|
587 |
+
}
|
588 |
+
|
589 |
+
.pa-section-info-wrap p {
|
590 |
+
font-size: 14px;
|
591 |
+
color: #474747;
|
592 |
+
font-family: "Poppins";
|
593 |
+
margin: 0;
|
594 |
+
margin-top: 14px;
|
595 |
+
}
|
596 |
+
|
597 |
+
.pa-section-info-cta {
|
598 |
+
-js-display: flex;
|
599 |
+
display: -webkit-box;
|
600 |
+
display: -webkit-flex;
|
601 |
+
display: -moz-box;
|
602 |
+
display: -ms-flexbox;
|
603 |
+
display: flex;
|
604 |
+
-webkit-box-align: center;
|
605 |
+
-webkit-align-items: center;
|
606 |
+
-moz-box-align: center;
|
607 |
+
-ms-flex-align: center;
|
608 |
+
align-items: center;
|
609 |
+
margin-top: 25px;
|
610 |
+
}
|
611 |
+
|
612 |
+
.pa-section-info-cta .pa-btn {
|
613 |
+
color: #474747;
|
614 |
+
background-color: #ebebeb;
|
615 |
+
padding: 8px 20px;
|
616 |
+
-webkit-border-radius: 10px;
|
617 |
+
border-radius: 10px;
|
618 |
+
font-size: 15px;
|
619 |
+
font-weight: 700;
|
620 |
+
font-family: "Red Hat Display";
|
621 |
+
-webkit-transition: all 0.2s ease-in-out;
|
622 |
+
transition: all 0.2s ease-in-out;
|
623 |
+
}
|
624 |
+
|
625 |
+
.pa-section-info-cta .pa-btn:hover,
|
626 |
+
.pa-section-info-cta .pa-btn:focus,
|
627 |
+
.pa-section-info-cta .pa-btn:active {
|
628 |
+
color: #fff;
|
629 |
+
background-color: #00a5e5;
|
630 |
+
}
|
631 |
+
|
632 |
+
.pa-section-info-cta .pa-section-info-label {
|
633 |
+
font-size: 13px;
|
634 |
+
color: #474747;
|
635 |
+
font-family: "Poppins";
|
636 |
+
text-align: right;
|
637 |
+
}
|
638 |
+
|
639 |
+
.pa-section-info-cta .pa-section-info-warning {
|
640 |
+
font-size: 13px;
|
641 |
+
color: #cca329;
|
642 |
+
font-weight: 300;
|
643 |
+
font-family: "Poppins";
|
644 |
+
margin-left: 20px;
|
645 |
+
}
|
646 |
+
|
647 |
+
.pa-section-info-cta .pa-section-info-warning i {
|
648 |
+
font-weight: 300;
|
649 |
+
vertical-align: bottom;
|
650 |
+
}
|
651 |
+
|
652 |
+
.pa-section-info-wrap .pa-btn,
|
653 |
+
.pa-section-info-wrap .pa-btn-unused {
|
654 |
+
font-family: "Red Hat Display";
|
655 |
+
color: #8e8e8e;
|
656 |
+
background-color: #ebebeb;
|
657 |
+
border: 0px solid;
|
658 |
+
padding: 16px 28px;
|
659 |
+
-webkit-border-radius: 10px;
|
660 |
+
border-radius: 10px;
|
661 |
+
font-size: 15px;
|
662 |
+
font-weight: 700;
|
663 |
+
cursor: pointer;
|
664 |
+
-webkit-transition: 300ms;
|
665 |
+
transition: 300ms;
|
666 |
+
display: block;
|
667 |
+
text-decoration: none;
|
668 |
+
}
|
669 |
+
|
670 |
+
.pa-section-info-wrap .pa-btn-unused {
|
671 |
+
width: 100%;
|
672 |
+
clear: both;
|
673 |
+
background: transparent;
|
674 |
+
color: #252C59;
|
675 |
+
padding-bottom: 0;
|
676 |
+
text-decoration: underline;
|
677 |
+
font-weight: normal;
|
678 |
+
}
|
679 |
+
|
680 |
+
.pa-section-info-wrap .pa-btn-unused.dimmed {
|
681 |
+
cursor: no-drop;
|
682 |
+
color: #C2C4CF;
|
683 |
+
}
|
684 |
+
|
685 |
+
.pa-element-name .pa-total-use {
|
686 |
+
color: #252C59;
|
687 |
+
}
|
688 |
+
|
689 |
+
.pa-section-info-wrap button.pa-btn-enable {
|
690 |
+
-webkit-border-top-right-radius: 0;
|
691 |
+
border-top-right-radius: 0;
|
692 |
+
-webkit-border-bottom-right-radius: 0;
|
693 |
+
border-bottom-right-radius: 0;
|
694 |
+
float: left;
|
695 |
+
}
|
696 |
+
|
697 |
+
.pa-section-info-wrap button.pa-btn-disable {
|
698 |
+
-webkit-border-top-left-radius: 0;
|
699 |
+
border-top-left-radius: 0;
|
700 |
+
-webkit-border-bottom-left-radius: 0;
|
701 |
+
border-bottom-left-radius: 0;
|
702 |
+
float: right;
|
703 |
+
}
|
704 |
+
|
705 |
+
.pa-section-info-wrap .pa-btn-enable.active {
|
706 |
+
color: #fff;
|
707 |
+
-webkit-box-shadow: inset 3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
|
708 |
+
box-shadow: inset 3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
|
709 |
+
background-color: #8dc900;
|
710 |
+
}
|
711 |
+
|
712 |
+
.pa-section-info-wrap .pa-btn-disable.active {
|
713 |
+
color: #fff;
|
714 |
+
-webkit-box-shadow: inset 3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
|
715 |
+
box-shadow: inset 3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
|
716 |
+
background-color: #898989;
|
717 |
+
}
|
718 |
+
|
719 |
+
.pa-section-info-wrap .pa-btn-enable:not(.active):hover {
|
720 |
+
color: #ffffff;
|
721 |
+
background-color: #8dc900;
|
722 |
+
}
|
723 |
+
|
724 |
+
.pa-section-info-wrap .pa-btn-disable:not(.active):hover {
|
725 |
+
color: #ffffff;
|
726 |
+
background-color: #898989;
|
727 |
+
}
|
728 |
+
|
729 |
+
/*
|
730 |
+
* Widgets & Addons Tab
|
731 |
+
*/
|
732 |
+
.pa-elements-settings {
|
733 |
+
position: relative;
|
734 |
+
-js-display: flex;
|
735 |
+
display: -webkit-box;
|
736 |
+
display: -webkit-flex;
|
737 |
+
display: -moz-box;
|
738 |
+
display: -ms-flexbox;
|
739 |
+
display: flex;
|
740 |
+
margin-top: 16px;
|
741 |
+
}
|
742 |
+
|
743 |
+
.pa-elements-filter {
|
744 |
+
position: absolute;
|
745 |
+
top: 10px;
|
746 |
+
right: 16px;
|
747 |
+
}
|
748 |
+
|
749 |
+
.pa-elements-filter label {
|
750 |
+
font-size: 13px;
|
751 |
+
color: #474747;
|
752 |
+
font-family: "Poppins";
|
753 |
+
margin-right: 10px;
|
754 |
+
}
|
755 |
+
|
756 |
+
.pa-elements-filter select {
|
757 |
+
padding: 5px 35px 5px 15px;
|
758 |
+
}
|
759 |
+
|
760 |
+
.pa-elements-tabs {
|
761 |
+
-webkit-border-radius: 10px;
|
762 |
+
border-radius: 10px;
|
763 |
+
background-color: #f7f7f7;
|
764 |
+
padding: 20px;
|
765 |
+
margin-right: 16px;
|
766 |
+
}
|
767 |
+
|
768 |
+
.pa-elements-tabs .pa-elements-tab {
|
769 |
+
position: relative;
|
770 |
+
padding: 0;
|
771 |
+
margin-bottom: 12px;
|
772 |
+
text-align: center;
|
773 |
+
}
|
774 |
+
|
775 |
+
.pa-elements-tab .pa-element-tab-tooltip {
|
776 |
+
position: absolute;
|
777 |
+
background-color: #3a3c40;
|
778 |
+
display: block;
|
779 |
+
position: absolute;
|
780 |
+
top: 50%;
|
781 |
+
left: 100%;
|
782 |
+
padding: 10px 20px;
|
783 |
+
-webkit-border-radius: 13px;
|
784 |
+
border-radius: 13px;
|
785 |
+
-webkit-filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
|
786 |
+
filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
|
787 |
+
background-color: #ffffff;
|
788 |
+
font-size: 11px;
|
789 |
+
color: #252c59;
|
790 |
+
font-weight: 500;
|
791 |
+
font-family: "Poppins";
|
792 |
+
opacity: 0;
|
793 |
+
pointer-events: none;
|
794 |
+
text-transform: capitalize;
|
795 |
+
-webkit-transform: translate(30px, -50%);
|
796 |
+
-ms-transform: translate(30px, -50%);
|
797 |
+
transform: translate(30px, -50%);
|
798 |
+
-webkit-transition: all 0.3s ease;
|
799 |
+
transition: all 0.3s ease;
|
800 |
+
z-index: 1;
|
801 |
+
white-space: nowrap;
|
802 |
+
}
|
803 |
+
|
804 |
+
.pa-elements-tab .pa-element-tab-tooltip::before {
|
805 |
+
display: block;
|
806 |
+
position: absolute;
|
807 |
+
top: 50%;
|
808 |
+
left: -5px;
|
809 |
+
width: 0;
|
810 |
+
height: 0;
|
811 |
+
content: "";
|
812 |
+
border-top: 5px solid transparent;
|
813 |
+
border-bottom: 5px solid transparent;
|
814 |
+
border-right: 5px solid #ffffff;
|
815 |
+
-webkit-transform: translateY(-50%);
|
816 |
+
-ms-transform: translateY(-50%);
|
817 |
+
transform: translateY(-50%);
|
818 |
+
}
|
819 |
+
|
820 |
+
.pa-elements-tab .pa-elements-tab-link {
|
821 |
+
-js-display: flex;
|
822 |
+
display: -webkit-box;
|
823 |
+
display: -webkit-flex;
|
824 |
+
display: -moz-box;
|
825 |
+
display: -ms-flexbox;
|
826 |
+
display: flex;
|
827 |
+
-webkit-box-pack: center;
|
828 |
+
-webkit-justify-content: center;
|
829 |
+
-moz-box-pack: center;
|
830 |
+
-ms-flex-pack: center;
|
831 |
+
justify-content: center;
|
832 |
+
-webkit-box-align: center;
|
833 |
+
-webkit-align-items: center;
|
834 |
+
-moz-box-align: center;
|
835 |
+
-ms-flex-align: center;
|
836 |
+
align-items: center;
|
837 |
+
color: #c2c4cf;
|
838 |
+
padding: 12px;
|
839 |
+
text-decoration: none;
|
840 |
+
-webkit-transition: all 0.3s ease-in-out;
|
841 |
+
transition: all 0.3s ease-in-out;
|
842 |
+
-webkit-border-radius: 13px;
|
843 |
+
border-radius: 13px;
|
844 |
+
}
|
845 |
+
|
846 |
+
.pa-elements-tab .pa-elements-tab-link:hover,
|
847 |
+
.pa-elements-tab .pa-elements-tab-link.active {
|
848 |
+
-webkit-filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5)) drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
|
849 |
+
filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5)) drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
|
850 |
+
background-color: #ffffff;
|
851 |
+
color: #00a5e5;
|
852 |
+
outline: none;
|
853 |
+
border: none;
|
854 |
+
text-decoration: none;
|
855 |
+
-webkit-box-shadow: none;
|
856 |
+
box-shadow: none;
|
857 |
+
}
|
858 |
+
|
859 |
+
.pa-elements-tab .pa-elements-tab-link:hover+span {
|
860 |
+
opacity: 1;
|
861 |
+
-webkit-transform: translate(20px, -50%);
|
862 |
+
-ms-transform: translate(20px, -50%);
|
863 |
+
transform: translate(20px, -50%);
|
864 |
+
}
|
865 |
+
|
866 |
+
.pa-switchers {
|
867 |
+
-js-display: flex;
|
868 |
+
display: -webkit-box;
|
869 |
+
display: -webkit-flex;
|
870 |
+
display: -moz-box;
|
871 |
+
display: -ms-flexbox;
|
872 |
+
display: flex;
|
873 |
+
-webkit-flex-wrap: wrap;
|
874 |
+
-ms-flex-wrap: wrap;
|
875 |
+
flex-wrap: wrap;
|
876 |
+
-webkit-align-content: flex-start;
|
877 |
+
-ms-flex-line-pack: start;
|
878 |
+
align-content: flex-start;
|
879 |
+
}
|
880 |
+
|
881 |
+
.pa-switchers-container {
|
882 |
+
width: 100%;
|
883 |
+
}
|
884 |
+
|
885 |
+
.pa-switchers-container.hidden,
|
886 |
+
.pa-switcher.hidden {
|
887 |
+
display: none;
|
888 |
+
}
|
889 |
+
|
890 |
+
.pa-switchers-container .pa-elements-tab-title {
|
891 |
+
font-size: 20px;
|
892 |
+
color: #252c59;
|
893 |
+
font-weight: 900;
|
894 |
+
font-family: "Red Hat Display";
|
895 |
+
margin: 16px 0;
|
896 |
+
}
|
897 |
+
|
898 |
+
.pa-switcher {
|
899 |
+
-webkit-border-radius: 15px;
|
900 |
+
border-radius: 15px;
|
901 |
+
background-color: #f7f7f7;
|
902 |
+
position: relative;
|
903 |
+
-js-display: flex;
|
904 |
+
display: -webkit-box;
|
905 |
+
display: -webkit-flex;
|
906 |
+
display: -moz-box;
|
907 |
+
display: -ms-flexbox;
|
908 |
+
display: flex;
|
909 |
+
width: -webkit-calc(50% - 56px);
|
910 |
+
width: calc(50% - 56px);
|
911 |
+
-webkit-box-pack: justify;
|
912 |
+
-webkit-justify-content: space-between;
|
913 |
+
-moz-box-pack: justify;
|
914 |
+
-ms-flex-pack: justify;
|
915 |
+
justify-content: space-between;
|
916 |
+
-webkit-box-align: center;
|
917 |
+
-webkit-align-items: center;
|
918 |
+
-moz-box-align: center;
|
919 |
+
-ms-flex-align: center;
|
920 |
+
align-items: center;
|
921 |
+
padding: 20px;
|
922 |
+
margin-top: 16px;
|
923 |
+
margin-right: 16px;
|
924 |
+
}
|
925 |
+
|
926 |
+
.pa-element-info {
|
927 |
+
-js-display: flex;
|
928 |
+
display: -webkit-box;
|
929 |
+
display: -webkit-flex;
|
930 |
+
display: -moz-box;
|
931 |
+
display: -ms-flexbox;
|
932 |
+
display: flex;
|
933 |
+
-webkit-box-align: center;
|
934 |
+
-webkit-align-items: center;
|
935 |
+
-moz-box-align: center;
|
936 |
+
-ms-flex-align: center;
|
937 |
+
align-items: center;
|
938 |
+
}
|
939 |
+
|
940 |
+
.pa-section .pa-element-icon {
|
941 |
+
color: #252c59;
|
942 |
+
background-color: #ebebeb;
|
943 |
+
-webkit-border-radius: 15px;
|
944 |
+
border-radius: 15px;
|
945 |
+
/* padding: 12px; */
|
946 |
+
min-width: 40px;
|
947 |
+
min-height: 40px;
|
948 |
+
margin-right: 8px;
|
949 |
+
-js-display: flex;
|
950 |
+
display: -webkit-box;
|
951 |
+
display: -webkit-flex;
|
952 |
+
display: -moz-box;
|
953 |
+
display: -ms-flexbox;
|
954 |
+
display: flex;
|
955 |
+
-webkit-box-pack: center;
|
956 |
+
-webkit-justify-content: center;
|
957 |
+
-moz-box-pack: center;
|
958 |
+
-ms-flex-pack: center;
|
959 |
+
justify-content: center;
|
960 |
+
-webkit-box-align: center;
|
961 |
+
-webkit-align-items: center;
|
962 |
+
-moz-box-align: center;
|
963 |
+
-ms-flex-align: center;
|
964 |
+
align-items: center;
|
965 |
+
}
|
966 |
+
|
967 |
+
.pa-element-name {
|
968 |
+
font-size: 16px;
|
969 |
+
color: #252c59;
|
970 |
+
font-weight: 700;
|
971 |
+
font-family: "Red Hat Display";
|
972 |
+
margin: 0;
|
973 |
+
-js-display: flex;
|
974 |
+
display: -webkit-box;
|
975 |
+
display: -webkit-flex;
|
976 |
+
display: -moz-box;
|
977 |
+
display: -ms-flexbox;
|
978 |
+
display: flex;
|
979 |
+
}
|
980 |
+
|
981 |
+
.pa-element-name span {
|
982 |
+
text-transform: uppercase;
|
983 |
+
color: #fd9926;
|
984 |
+
font-weight: 700;
|
985 |
+
font-size: 11px;
|
986 |
+
margin-left: 5px;
|
987 |
+
}
|
988 |
+
|
989 |
+
.pa-element-link {
|
990 |
+
font-size: 13px;
|
991 |
+
color: #252c59;
|
992 |
+
font-family: "Poppins";
|
993 |
+
text-decoration: none;
|
994 |
+
-webkit-transition: all 0.2s ease-in-out;
|
995 |
+
transition: all 0.2s ease-in-out;
|
996 |
+
}
|
997 |
+
|
998 |
+
.pa-element-link-separator {
|
999 |
+
width: 3px;
|
1000 |
+
height: 3px;
|
1001 |
+
display: inline-block;
|
1002 |
+
text-align: center;
|
1003 |
+
color: #252c59;
|
1004 |
+
background: #252c59;
|
1005 |
+
-webkit-border-radius: 50%;
|
1006 |
+
border-radius: 50%;
|
1007 |
+
vertical-align: middle;
|
1008 |
+
margin: 0 3px;
|
1009 |
+
}
|
1010 |
+
|
1011 |
+
.pa-element-link:hover,
|
1012 |
+
.pa-element-link:focus {
|
1013 |
+
color: #00a5e5;
|
1014 |
+
text-decoration: none;
|
1015 |
+
outline: none;
|
1016 |
+
-webkit-box-shadow: none;
|
1017 |
+
box-shadow: none;
|
1018 |
+
border: none;
|
1019 |
+
}
|
1020 |
+
|
1021 |
+
/*
|
1022 |
+
* Integrations
|
1023 |
+
*/
|
1024 |
+
.pa-maps-table select {
|
1025 |
+
width: 100%;
|
1026 |
+
max-width: 100%;
|
1027 |
+
padding: 8px;
|
1028 |
+
}
|
1029 |
+
|
1030 |
+
.pa-maps-table #premium-map-api,
|
1031 |
+
.pa-maps-table #premium-youtube-api {
|
1032 |
+
width: 100%;
|
1033 |
+
}
|
1034 |
+
|
1035 |
+
.pa-maps-table tr td {
|
1036 |
+
padding-top: 30px;
|
1037 |
+
}
|
1038 |
+
|
1039 |
+
.pa-maps-table tr td:first-of-type {
|
1040 |
+
padding-right: 30px;
|
1041 |
+
}
|
1042 |
+
|
1043 |
+
.pa-maps-table td h4 {
|
1044 |
+
margin: 0;
|
1045 |
+
font-size: 15px;
|
1046 |
+
color: #252c59;
|
1047 |
+
font-weight: 500;
|
1048 |
+
font-family: "Poppins";
|
1049 |
+
display: inline-block;
|
1050 |
+
}
|
1051 |
+
|
1052 |
+
.pa-maps-table td span {
|
1053 |
+
font-size: 13px;
|
1054 |
+
color: #474747;
|
1055 |
+
font-family: "Poppins";
|
1056 |
+
vertical-align: middle;
|
1057 |
+
}
|
1058 |
+
|
1059 |
+
.pa-maps-table td input[type="text"] {
|
1060 |
+
-webkit-border-radius: 10px;
|
1061 |
+
border-radius: 10px;
|
1062 |
+
background-color: #ebebeb;
|
1063 |
+
border: none;
|
1064 |
+
padding: 8px 20px;
|
1065 |
+
}
|
1066 |
+
|
1067 |
+
.pa-section input[type="checkbox"] {
|
1068 |
+
border: none;
|
1069 |
+
display: none;
|
1070 |
+
}
|
1071 |
+
|
1072 |
+
.pa-section input[type="checkbox"]+label {
|
1073 |
+
position: relative;
|
1074 |
+
background: #ebebeb;
|
1075 |
+
height: 16px;
|
1076 |
+
width: 16px;
|
1077 |
+
display: inline-block;
|
1078 |
+
padding: 0;
|
1079 |
+
margin-right: 5px;
|
1080 |
+
-webkit-border-radius: 4px;
|
1081 |
+
border-radius: 4px;
|
1082 |
+
}
|
1083 |
+
|
1084 |
+
.pa-section input[type="checkbox"]:checked+label {
|
1085 |
+
background: #00a5e5;
|
1086 |
+
height: 16px;
|
1087 |
+
width: 16px;
|
1088 |
+
display: inline-block;
|
1089 |
+
padding: 0;
|
1090 |
+
}
|
1091 |
+
|
1092 |
+
.pa-section input[type="checkbox"]:checked+label:before {
|
1093 |
+
position: absolute;
|
1094 |
+
content: "✔";
|
1095 |
+
color: #fff;
|
1096 |
+
font-size: 12px;
|
1097 |
+
top: 0;
|
1098 |
+
left: 0;
|
1099 |
+
width: 100%;
|
1100 |
+
height: 100%;
|
1101 |
+
text-align: center;
|
1102 |
+
margin-top: -1px;
|
1103 |
+
}
|
1104 |
+
|
1105 |
+
.pa-maps-table td input:focus {
|
1106 |
+
outline: none;
|
1107 |
+
-webkit-box-shadow: none;
|
1108 |
+
box-shadow: none;
|
1109 |
+
border: none;
|
1110 |
+
}
|
1111 |
+
|
1112 |
+
.pa-elements-filter select,
|
1113 |
+
.pa-maps-table td select {
|
1114 |
+
border-color: #dcdcdc;
|
1115 |
+
-webkit-border-radius: 10px;
|
1116 |
+
border-radius: 10px;
|
1117 |
+
-webkit-border-bottom-right-radius: 0;
|
1118 |
+
border-bottom-right-radius: 0;
|
1119 |
+
}
|
1120 |
+
|
1121 |
+
.pa-maps-circle-icon {
|
1122 |
+
width: 5px;
|
1123 |
+
height: 5px;
|
1124 |
+
background-color: #252c59;
|
1125 |
+
-webkit-border-radius: 50%;
|
1126 |
+
border-radius: 50%;
|
1127 |
+
display: inline-block;
|
1128 |
+
vertical-align: middle;
|
1129 |
+
margin-right: 10px;
|
1130 |
+
}
|
1131 |
+
|
1132 |
+
.pa-maps-table td h4:before {
|
1133 |
+
position: absolute;
|
1134 |
+
content: "";
|
1135 |
+
}
|
1136 |
+
|
1137 |
+
/*
|
1138 |
+
* White Labeling Tab
|
1139 |
+
*/
|
1140 |
+
.pa-wht-lbl-settings .pa-wht-lbl-title {
|
1141 |
+
font-size: 20px;
|
1142 |
+
color: #252c59;
|
1143 |
+
font-weight: 900;
|
1144 |
+
font-family: "Red Hat Display";
|
1145 |
+
margin: 0;
|
1146 |
+
}
|
1147 |
+
|
1148 |
+
.pa-wht-lbl-settings .pa-row {
|
1149 |
+
width: 60%;
|
1150 |
+
float: left;
|
1151 |
+
}
|
1152 |
+
|
1153 |
+
.pa-wht-lbl-settings .pa-wht-lbl-admin {
|
1154 |
+
width: 30%;
|
1155 |
+
float: left;
|
1156 |
+
margin-left: 16px;
|
1157 |
+
}
|
1158 |
+
|
1159 |
+
.pa-wht-lbl-settings .pa-wht-lbl-head {
|
1160 |
+
border-bottom: 1px solid #ddd;
|
1161 |
+
background: #f7f7f7;
|
1162 |
+
padding: 20px;
|
1163 |
+
}
|
1164 |
+
|
1165 |
+
.pa-wht-lbl-table {
|
1166 |
+
text-align: left;
|
1167 |
+
}
|
1168 |
+
|
1169 |
+
.pa-wht-lbl-settings input {
|
1170 |
+
font-weight: 400;
|
1171 |
+
margin: 0;
|
1172 |
+
margin-bottom: 12px;
|
1173 |
+
-webkit-border-radius: 10px;
|
1174 |
+
border-radius: 10px;
|
1175 |
+
/* background-color: #ebebeb; */
|
1176 |
+
border: 1px solid #dcdcdc;
|
1177 |
+
padding: 8px 20px;
|
1178 |
+
}
|
1179 |
+
|
1180 |
+
/* .pa-wht-lbl-settings input + span {
|
1181 |
+
margin-left: 0.3em;
|
1182 |
+
} */
|
1183 |
+
|
1184 |
+
.pa-wht-lbl-settings label+span {
|
1185 |
+
font-family: "Poppins";
|
1186 |
+
vertical-align: middle;
|
1187 |
+
}
|
1188 |
+
|
1189 |
+
.pa-wht-lbl-settings .pa-input-label {
|
1190 |
+
display: block;
|
1191 |
+
font-weight: 600;
|
1192 |
+
margin: 10px 0 6px;
|
1193 |
+
font-size: 14px;
|
1194 |
+
color: #252c59;
|
1195 |
+
font-family: "Red Hat Display";
|
1196 |
+
}
|
1197 |
+
|
1198 |
+
.pa-wht-lbl-settings input[type="text"] {
|
1199 |
+
width: 550px;
|
1200 |
+
}
|
1201 |
+
|
1202 |
+
.pa-wht-lbl-settings input[type="text"]::-webkit-input-placeholder {
|
1203 |
+
font-weight: 300;
|
1204 |
+
font-family: "Poppins";
|
1205 |
+
}
|
1206 |
+
|
1207 |
+
.pa-wht-lbl-settings input[type="text"]:-moz-placeholder {
|
1208 |
+
font-weight: 300;
|
1209 |
+
font-family: "Poppins";
|
1210 |
+
}
|
1211 |
+
|
1212 |
+
.pa-wht-lbl-settings input[type="text"]::-moz-placeholder {
|
1213 |
+
font-weight: 300;
|
1214 |
+
font-family: "Poppins";
|
1215 |
+
}
|
1216 |
+
|
1217 |
+
.pa-wht-lbl-settings input[type="text"]:-ms-input-placeholder {
|
1218 |
+
font-weight: 300;
|
1219 |
+
font-family: "Poppins";
|
1220 |
+
}
|
1221 |
+
|
1222 |
+
.pa-wht-lbl-settings input[type="text"]::-ms-input-placeholder {
|
1223 |
+
font-weight: 300;
|
1224 |
+
font-family: "Poppins";
|
1225 |
+
}
|
1226 |
+
|
1227 |
+
.pa-wht-lbl-settings input[type="text"]::placeholder {
|
1228 |
+
font-weight: 300;
|
1229 |
+
font-family: "Poppins";
|
1230 |
+
}
|
1231 |
+
|
1232 |
+
.pa-wht-lbl-settings .pa-wht-lbl-settings-wrap {
|
1233 |
+
background: #fff;
|
1234 |
+
margin: 16px auto;
|
1235 |
+
border: 1px solid #dcdcdc;
|
1236 |
+
-webkit-border-radius: 10px;
|
1237 |
+
border-radius: 10px;
|
1238 |
+
overflow: hidden;
|
1239 |
+
}
|
1240 |
+
|
1241 |
+
.pa-wht-lbl-settings .clearfix {
|
1242 |
+
clear: both;
|
1243 |
+
}
|
1244 |
+
|
1245 |
+
.pa-wht-lbl-group-wrap {
|
1246 |
+
padding: 20px;
|
1247 |
+
}
|
1248 |
+
|
1249 |
+
.pa-section-white-label .pa-white-label-notice {
|
1250 |
+
position: absolute;
|
1251 |
+
top: 0;
|
1252 |
+
left: 0;
|
1253 |
+
width: 100%;
|
1254 |
+
height: 100%;
|
1255 |
+
background: rgba(200, 200, 200, 0.8);
|
1256 |
+
-webkit-border-radius: 15px;
|
1257 |
+
border-radius: 15px;
|
1258 |
+
-js-display: flex;
|
1259 |
+
display: -webkit-box;
|
1260 |
+
display: -webkit-flex;
|
1261 |
+
display: -moz-box;
|
1262 |
+
display: -ms-flexbox;
|
1263 |
+
display: flex;
|
1264 |
+
-webkit-box-pack: center;
|
1265 |
+
-webkit-justify-content: center;
|
1266 |
+
-moz-box-pack: center;
|
1267 |
+
-ms-flex-pack: center;
|
1268 |
+
justify-content: center;
|
1269 |
+
}
|
1270 |
+
|
1271 |
+
.pa-white-label-notice-content {
|
1272 |
+
position: absolute;
|
1273 |
+
top: 200px;
|
1274 |
+
left: 200;
|
1275 |
+
width: 530px;
|
1276 |
+
background-image: url("../../images/popup-pattern.jpg");
|
1277 |
+
background-repeat: no-repeat;
|
1278 |
+
-webkit-background-size: cover;
|
1279 |
+
background-size: cover;
|
1280 |
+
padding: 32px;
|
1281 |
+
padding-bottom: 50px;
|
1282 |
+
-webkit-border-radius: 50px 0px;
|
1283 |
+
border-radius: 50px 0px;
|
1284 |
+
text-align: center;
|
1285 |
+
z-index: 2;
|
1286 |
+
}
|
1287 |
+
|
1288 |
+
.pa-white-label-notice-logo {
|
1289 |
+
-webkit-transform: translateY(-32px);
|
1290 |
+
-ms-transform: translateY(-32px);
|
1291 |
+
transform: translateY(-32px);
|
1292 |
+
margin-bottom: -18px;
|
1293 |
+
}
|
1294 |
+
|
1295 |
+
.pa-white-label-notice-logo img {
|
1296 |
+
padding: 10px;
|
1297 |
+
padding-top: 40px;
|
1298 |
+
background-color: #ffffff;
|
1299 |
+
border: 1px solid #e6e6e6;
|
1300 |
+
-webkit-border-radius: 50px;
|
1301 |
+
border-radius: 50px;
|
1302 |
+
-webkit-border-top-left-radius: 50px;
|
1303 |
+
border-top-left-radius: 50px;
|
1304 |
+
-webkit-border-top-right-radius: 50px;
|
1305 |
+
border-top-right-radius: 50px;
|
1306 |
+
-webkit-border-top-left-radius: 0;
|
1307 |
+
border-top-left-radius: 0;
|
1308 |
+
-webkit-border-top-right-radius: 0;
|
1309 |
+
border-top-right-radius: 0;
|
1310 |
+
}
|
1311 |
+
|
1312 |
+
.pa-white-label-notice-content h2,
|
1313 |
+
.pa-swal-head {
|
1314 |
+
display: inline-block;
|
1315 |
+
font-size: 23px;
|
1316 |
+
color: #252c59;
|
1317 |
+
font-weight: 900;
|
1318 |
+
font-family: "Red Hat Display";
|
1319 |
+
text-align: center;
|
1320 |
+
max-width: 350px;
|
1321 |
+
line-height: 1;
|
1322 |
+
margin: 0;
|
1323 |
+
margin-bottom: 18px;
|
1324 |
+
}
|
1325 |
+
|
1326 |
+
.pa-white-label-notice-content h2 span {
|
1327 |
+
color: #fd9926;
|
1328 |
+
text-transform: uppercase;
|
1329 |
+
font-family: "Red Hat Display";
|
1330 |
+
}
|
1331 |
+
|
1332 |
+
.pa-white-label-notice-content p {
|
1333 |
+
font-size: 13px;
|
1334 |
+
color: #474747;
|
1335 |
+
font-family: "Poppins";
|
1336 |
+
text-align: center;
|
1337 |
+
margin: 0;
|
1338 |
+
margin-bottom: 18px;
|
1339 |
+
}
|
1340 |
+
|
1341 |
+
.pa-white-label-notice-content a.pa-get-pro {
|
1342 |
+
display: inline-block;
|
1343 |
+
width: 117px;
|
1344 |
+
padding: 12px 10px;
|
1345 |
+
-webkit-border-radius: 10px;
|
1346 |
+
border-radius: 10px;
|
1347 |
+
color: #ffffff;
|
1348 |
+
font-size: 15px;
|
1349 |
+
font-weight: 900;
|
1350 |
+
font-family: "Red Hat Display";
|
1351 |
+
-webkit-filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
|
1352 |
+
filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
|
1353 |
+
text-decoration: none;
|
1354 |
+
outline: none;
|
1355 |
+
border: none;
|
1356 |
+
background-image: -webkit-linear-gradient(120deg, #fe6300 0%, #fe9f00 100%);
|
1357 |
+
background-image: linear-gradient(-30deg, #fe6300 0%, #fe9f00 100%);
|
1358 |
+
-webkit-transition: all 0.2s ease-in-out;
|
1359 |
+
transition: all 0.2s ease-in-out;
|
1360 |
+
}
|
1361 |
+
|
1362 |
+
.pa-white-label-notice-content a.pa-get-pro:hover {
|
1363 |
+
background-image: -webkit-linear-gradient(60deg, #fe6300 0%, #fe9f00 100%);
|
1364 |
+
background-image: linear-gradient(30deg, #fe6300 0%, #fe9f00 100%);
|
1365 |
+
}
|
1366 |
+
|
1367 |
+
/*
|
1368 |
+
* System Info Tab
|
1369 |
+
*/
|
1370 |
+
.pa-section-info table.widefat {
|
1371 |
+
border: 0px;
|
1372 |
+
-webkit-box-shadow: none;
|
1373 |
+
box-shadow: none;
|
1374 |
+
font-family: "Poppins";
|
1375 |
+
}
|
1376 |
+
|
1377 |
+
.pa-section-info .widefat td:first-child {
|
1378 |
+
width: 30%;
|
1379 |
+
}
|
1380 |
+
|
1381 |
+
.pa-section-info table.widefat tr:nth-child(2n) {
|
1382 |
+
background-color: #f7f7f7;
|
1383 |
+
}
|
1384 |
+
|
1385 |
+
/*
|
1386 |
+
* License Tab
|
1387 |
+
*/
|
1388 |
+
.pa-license-form span {
|
1389 |
+
color: #474747;
|
1390 |
+
font-family: "Poppins";
|
1391 |
+
}
|
1392 |
+
|
1393 |
+
.pa-license-form label {
|
1394 |
+
display: block;
|
1395 |
+
font-weight: 500;
|
1396 |
+
margin: 2em 0 0.5em;
|
1397 |
+
}
|
1398 |
+
|
1399 |
+
.pa-license-form code {
|
1400 |
+
padding: 3px 5px 2px;
|
1401 |
+
margin: 0 1px;
|
1402 |
+
background: #eaeaea;
|
1403 |
+
background: rgba(0, 0, 0, 0.07);
|
1404 |
+
font-size: 13px;
|
1405 |
+
font-style: italic;
|
1406 |
+
}
|
1407 |
+
|
1408 |
+
.pa-license-form .button.button-primary {
|
1409 |
+
width: 147px;
|
1410 |
+
height: 43px;
|
1411 |
+
/* -webkit-filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3));
|
1412 |
+
filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3)); */
|
1413 |
+
background-color: #00a5e5;
|
1414 |
+
/* margin-top: 50px; */
|
1415 |
+
margin-left: -3px;
|
1416 |
+
-webkit-border-radius: 0 10px 10px 0;
|
1417 |
+
border-radius: 0 10px 10px 0;
|
1418 |
+
border: none;
|
1419 |
+
}
|
1420 |
+
|
1421 |
+
#papro-license-key:focus,
|
1422 |
+
.pa-license-form .button.button-primary:focus {
|
1423 |
+
outline: none;
|
1424 |
+
-webkit-box-shadow: none;
|
1425 |
+
box-shadow: none;
|
1426 |
+
}
|
1427 |
+
|
1428 |
+
#papro-license-key {
|
1429 |
+
height: 43px;
|
1430 |
+
line-height: 1;
|
1431 |
+
margin: 0;
|
1432 |
+
padding: 8px 20px;
|
1433 |
+
-webkit-border-radius: 10px 0 0 10px;
|
1434 |
+
border-radius: 10px 0 0 10px;
|
1435 |
+
}
|
1436 |
+
|
1437 |
+
.pa-license-form input+span {
|
1438 |
+
margin-left: 10px;
|
1439 |
+
font-weight: 600;
|
1440 |
+
}
|
1441 |
+
|
1442 |
+
.pa-license-cell span {
|
1443 |
+
margin-left: 0.3em;
|
1444 |
+
}
|
1445 |
+
|
1446 |
+
@media(min-width: 1550px) {
|
1447 |
+
#pa-general-settings .pa-section-info:not(.pa-news-section):not(.pa-support-section) p {
|
1448 |
+
min-height: 65px;
|
1449 |
+
}
|
1450 |
+
|
1451 |
+
.pa-news-grid .pa-news-post p:nth-of-type(1) {
|
1452 |
+
min-height: 40px;
|
1453 |
+
}
|
1454 |
+
}
|
1455 |
+
|
1456 |
+
/*
|
1457 |
+
* PAPRO Notice
|
1458 |
+
*/
|
1459 |
+
.papro-admin-notice {
|
1460 |
+
-webkit-display: flex;
|
1461 |
+
display: -webkit-box;
|
1462 |
+
display: -ms-flexbox;
|
1463 |
+
-js-display: flex;
|
1464 |
+
display: -moz-box;
|
1465 |
+
display: flex;
|
1466 |
+
-webkit-box-pack: end;
|
1467 |
+
-ms-flex-pack: end;
|
1468 |
+
-webkit-justify-content: flex-end;
|
1469 |
+
-moz-box-pack: end;
|
1470 |
+
justify-content: flex-end;
|
1471 |
+
-webkit-box-align: center;
|
1472 |
+
-ms-flex-align: center;
|
1473 |
+
-webkit-align-items: center;
|
1474 |
+
-moz-box-align: center;
|
1475 |
+
align-items: center;
|
1476 |
+
margin-bottom: 24px;
|
1477 |
+
}
|
1478 |
+
|
1479 |
+
.papro-admin-notice>div {
|
1480 |
+
-webkit-box-flex: 1;
|
1481 |
+
-webkit-flex-grow: 1;
|
1482 |
+
-moz-box-flex: 1;
|
1483 |
+
-ms-flex-positive: 1;
|
1484 |
+
flex-grow: 1;
|
1485 |
+
}
|
1486 |
+
|
1487 |
+
.papro-admin-notice-left {
|
1488 |
+
position: relative;
|
1489 |
+
padding: 16px;
|
1490 |
+
-webkit-border-radius: 15px;
|
1491 |
+
border-radius: 15px;
|
1492 |
+
background-color: #fff;
|
1493 |
+
-webkit-flex-basis: 80%;
|
1494 |
+
-ms-flex-preferred-size: 80%;
|
1495 |
+
flex-basis: 80%;
|
1496 |
+
}
|
1497 |
+
|
1498 |
+
.papro-admin-notice-left a {
|
1499 |
+
position: absolute;
|
1500 |
+
top: 0;
|
1501 |
+
left: 0;
|
1502 |
+
width: 100%;
|
1503 |
+
height: 100%;
|
1504 |
+
}
|
1505 |
+
|
1506 |
+
.papro-admin-notice-left a:hover,
|
1507 |
+
.papro-admin-notice-left a:focus,
|
1508 |
+
.papro-admin-notice-left a:visited {
|
1509 |
+
outline: none;
|
1510 |
+
border: none;
|
1511 |
+
-webkit-box-shadow: none;
|
1512 |
+
box-shadow: none;
|
1513 |
+
text-decoration: none;
|
1514 |
+
}
|
1515 |
+
|
1516 |
+
.papro-admin-notice-logo {
|
1517 |
+
-webkit-display: flex;
|
1518 |
+
display: -webkit-box;
|
1519 |
+
display: -ms-flexbox;
|
1520 |
+
-js-display: flex;
|
1521 |
+
display: -moz-box;
|
1522 |
+
display: flex;
|
1523 |
+
-webkit-box-pack: justify;
|
1524 |
+
-webkit-justify-content: space-between;
|
1525 |
+
-moz-box-pack: justify;
|
1526 |
+
-ms-flex-pack: justify;
|
1527 |
+
justify-content: space-between;
|
1528 |
+
-webkit-box-align: center;
|
1529 |
+
-webkit-align-items: center;
|
1530 |
+
-moz-box-align: center;
|
1531 |
+
-ms-flex-align: center;
|
1532 |
+
align-items: center;
|
1533 |
+
}
|
1534 |
+
|
1535 |
+
.papro-admin-notice-logo label {
|
1536 |
+
display: block;
|
1537 |
+
font-weight: 600;
|
1538 |
+
margin: 10px 0 6px;
|
1539 |
+
font-size: 14px;
|
1540 |
+
color: #252c59;
|
1541 |
+
font-family: "Red Hat Display";
|
1542 |
+
}
|
1543 |
+
|
1544 |
+
.papro-admin-notice-right {
|
1545 |
+
-webkit-display: flex;
|
1546 |
+
display: -webkit-box;
|
1547 |
+
display: -ms-flexbox;
|
1548 |
+
-js-display: flex;
|
1549 |
+
display: -moz-box;
|
1550 |
+
display: flex;
|
1551 |
+
-webkit-box-align: center;
|
1552 |
+
-ms-flex-align: center;
|
1553 |
+
-webkit-align-items: center;
|
1554 |
+
-moz-box-align: center;
|
1555 |
+
align-items: center;
|
1556 |
+
background: url("../../images/papro-banner.png");
|
1557 |
+
-webkit-background-size: cover;
|
1558 |
+
background-size: cover;
|
1559 |
+
background-repeat: no-repeat;
|
1560 |
+
padding: 18px;
|
1561 |
+
-webkit-border-radius: 15px;
|
1562 |
+
border-radius: 15px;
|
1563 |
+
overflow: hidden;
|
1564 |
+
margin-left: 25px;
|
1565 |
+
}
|
1566 |
+
|
1567 |
+
.papro-admin-notice-right h4 {
|
1568 |
+
font-size: 20px;
|
1569 |
+
color: #fff;
|
1570 |
+
font-weight: 900;
|
1571 |
+
font-family: "Red Hat Display";
|
1572 |
+
margin: 0;
|
1573 |
+
margin-bottom: 8px;
|
1574 |
+
}
|
1575 |
+
|
1576 |
+
.papro-admin-notice-right p {
|
1577 |
+
font-size: 14px;
|
1578 |
+
color: #ffffff;
|
1579 |
+
font-family: "Poppins";
|
1580 |
+
margin: 0;
|
1581 |
+
}
|
1582 |
+
|
1583 |
+
.papro-admin-notice-right span {
|
1584 |
+
font-weight: 700;
|
1585 |
+
}
|
1586 |
+
|
1587 |
+
/*
|
1588 |
+
* Dashboard Tabs
|
1589 |
+
*/
|
1590 |
+
.pa-dash-general:before {
|
1591 |
+
content: "\e93e";
|
1592 |
+
}
|
1593 |
+
|
1594 |
+
.pa-dash-integrations:before {
|
1595 |
+
content: "\e93f";
|
1596 |
+
}
|
1597 |
+
|
1598 |
+
.pa-dash-system-info:before {
|
1599 |
+
content: "\e941";
|
1600 |
+
}
|
1601 |
+
|
1602 |
+
.pa-dash-vcontrol:before {
|
1603 |
+
content: "\e942";
|
1604 |
+
}
|
1605 |
+
|
1606 |
+
.pa-dash-white-label:before {
|
1607 |
+
content: "\e943";
|
1608 |
+
}
|
1609 |
+
|
1610 |
+
.pa-dash-elements:before {
|
1611 |
+
content: "\e944";
|
1612 |
+
}
|
1613 |
+
|
1614 |
+
.pa-dash-license:before {
|
1615 |
+
content: "\e940";
|
1616 |
+
}
|
1617 |
+
|
1618 |
+
.pa-dash-features:before {
|
1619 |
+
content: "\e911";
|
1620 |
+
}
|
1621 |
+
|
1622 |
+
/*
|
1623 |
+
* Elements Categories
|
1624 |
+
*/
|
1625 |
+
.pa-dash-cat-all:before {
|
1626 |
+
content: "\e945";
|
1627 |
+
}
|
1628 |
+
|
1629 |
+
.pa-dash-cat-blurbs:before {
|
1630 |
+
content: "\e946";
|
1631 |
+
}
|
1632 |
+
|
1633 |
+
.pa-dash-cat-contact:before {
|
1634 |
+
content: "\e94a";
|
1635 |
+
}
|
1636 |
+
|
1637 |
+
.pa-dash-cat-content:before {
|
1638 |
+
content: "\e948";
|
1639 |
+
}
|
1640 |
+
|
1641 |
+
.pa-dash-cat-images:before {
|
1642 |
+
content: "\e949";
|
1643 |
+
}
|
1644 |
+
|
1645 |
+
.pa-dash-cat-off-grid:before {
|
1646 |
+
content: "\e94b";
|
1647 |
+
}
|
1648 |
+
|
1649 |
+
.pa-dash-cat-section:before {
|
1650 |
+
content: "\e94c";
|
1651 |
+
}
|
1652 |
+
|
1653 |
+
.pa-dash-cat-feed:before {
|
1654 |
+
content: "\e94d";
|
1655 |
+
}
|
1656 |
+
|
1657 |
+
.pa-dash-cat-data:before {
|
1658 |
+
content: "\e94e";
|
1659 |
+
}
|
1660 |
+
|
1661 |
+
.pa-dash-cat-social:before {
|
1662 |
+
content: "\e94f";
|
1663 |
+
}
|
1664 |
+
|
1665 |
+
/*
|
1666 |
+
* Widgets Icons
|
1667 |
+
*/
|
1668 |
+
.pa-dash-premium-notbar:before {
|
1669 |
+
content: "\e902";
|
1670 |
+
}
|
1671 |
+
|
1672 |
+
.pa-dash-premium-gradient:before {
|
1673 |
+
content: "\e903";
|
1674 |
+
}
|
1675 |
+
|
1676 |
+
.pa-dash-premium-color-transition:before {
|
1677 |
+
content: "\e904";
|
1678 |
+
}
|
1679 |
+
|
1680 |
+
.pa-dash-premium-behance:before {
|
1681 |
+
content: "\e905";
|
1682 |
+
}
|
1683 |
+
|
1684 |
+
.pa-dash-premium-charts:before {
|
1685 |
+
content: "\e906";
|
1686 |
+
}
|
1687 |
+
|
1688 |
+
.pa-dash-premium-content-toggle:before {
|
1689 |
+
content: "\e907";
|
1690 |
+
}
|
1691 |
+
|
1692 |
+
.pa-dash-premium-divider:before {
|
1693 |
+
content: "\e908";
|
1694 |
+
}
|
1695 |
+
|
1696 |
+
.pa-dash-premium-facebook-feed:before {
|
1697 |
+
content: "\e90a";
|
1698 |
+
}
|
1699 |
+
|
1700 |
+
.pa-dash-facebook-feed-2:before {
|
1701 |
+
content: "\e91b";
|
1702 |
+
}
|
1703 |
+
|
1704 |
+
.pa-dash-premium-fb-chat:before {
|
1705 |
+
content: "\e90b";
|
1706 |
+
}
|
1707 |
+
|
1708 |
+
.pa-dash-premium-facebook-reviews:before {
|
1709 |
+
content: "\e90c";
|
1710 |
+
}
|
1711 |
+
|
1712 |
+
.pa-dash-premium-google-reviews:before {
|
1713 |
+
content: "\e90d";
|
1714 |
+
}
|
1715 |
+
|
1716 |
+
.pa-dash-premium-hscroll:before {
|
1717 |
+
content: "\e90e";
|
1718 |
+
}
|
1719 |
+
|
1720 |
+
.pa-dash-premium-flipbox:before {
|
1721 |
+
content: "\e90f";
|
1722 |
+
}
|
1723 |
+
|
1724 |
+
.pa-dash-premium-iconbox:before {
|
1725 |
+
content: "\e910";
|
1726 |
+
}
|
1727 |
+
|
1728 |
+
.pa-dash-premium-image-accordion:before {
|
1729 |
+
content: "\e912";
|
1730 |
+
}
|
1731 |
+
|
1732 |
+
.pa-dash-premium-image-comparison:before {
|
1733 |
+
content: "\e913";
|
1734 |
+
}
|
1735 |
+
|
1736 |
+
.pa-dash-premium-image-hotspots:before {
|
1737 |
+
content: "\e914";
|
1738 |
+
}
|
1739 |
+
|
1740 |
+
.pa-dash-premium-img-layers:before {
|
1741 |
+
content: "\e915";
|
1742 |
+
}
|
1743 |
+
|
1744 |
+
.pa-dash-premium-instagram-feed:before {
|
1745 |
+
content: "\e916";
|
1746 |
+
}
|
1747 |
+
|
1748 |
+
.pa-dash-premium-kenburns:before {
|
1749 |
+
content: "\e917";
|
1750 |
+
}
|
1751 |
+
|
1752 |
+
.pa-dash-premium-lottie:before {
|
1753 |
+
content: "\e918";
|
1754 |
+
}
|
1755 |
+
|
1756 |
+
.pa-dash-premium-magic-section:before {
|
1757 |
+
content: "\e919";
|
1758 |
+
}
|
1759 |
+
|
1760 |
+
.pa-dash-premium-multi-scroll:before {
|
1761 |
+
content: "\e91a";
|
1762 |
+
}
|
1763 |
+
|
1764 |
+
.pa-dash-premium-ihover:before {
|
1765 |
+
content: "\e911";
|
1766 |
+
}
|
1767 |
+
|
1768 |
+
.pa-dash-premium-parallax:before {
|
1769 |
+
content: "\e91b";
|
1770 |
+
}
|
1771 |
+
|
1772 |
+
.pa-dash-premium-particles:before {
|
1773 |
+
content: "\e91c";
|
1774 |
+
}
|
1775 |
+
|
1776 |
+
.pa-dash-premium-prev-img:before {
|
1777 |
+
content: "\e91d";
|
1778 |
+
}
|
1779 |
+
|
1780 |
+
.pa-dash-premium-tabs:before {
|
1781 |
+
content: "\e91f";
|
1782 |
+
}
|
1783 |
+
|
1784 |
+
.pa-dash-premium-tables:before {
|
1785 |
+
content: "\e91e";
|
1786 |
+
}
|
1787 |
+
|
1788 |
+
.pa-dash-premium-twitter-feed:before {
|
1789 |
+
content: "\e921";
|
1790 |
+
}
|
1791 |
+
|
1792 |
+
.pa-dash-premium-unfold:before {
|
1793 |
+
content: "\e922";
|
1794 |
+
}
|
1795 |
+
|
1796 |
+
.pa-dash-premium-whatsapp-chat:before {
|
1797 |
+
content: "\e923";
|
1798 |
+
}
|
1799 |
+
|
1800 |
+
.pa-dash-premium-yelp-reviews:before {
|
1801 |
+
content: "\e924";
|
1802 |
+
}
|
1803 |
+
|
1804 |
+
.pa-dash-premium-trustpilot-reviews:before {
|
1805 |
+
content: "\e920";
|
1806 |
+
}
|
1807 |
+
|
1808 |
+
.pa-dash-premium-banner:before {
|
1809 |
+
content: "\e925";
|
1810 |
+
}
|
1811 |
+
|
1812 |
+
.pa-dash-premium-blog:before {
|
1813 |
+
content: "\e926";
|
1814 |
+
}
|
1815 |
+
|
1816 |
+
.pa-dash-premium-button:before {
|
1817 |
+
content: "\e927";
|
1818 |
+
}
|
1819 |
+
|
1820 |
+
.pa-dash-premium-carousel:before {
|
1821 |
+
content: "\e928";
|
1822 |
+
}
|
1823 |
+
|
1824 |
+
.pa-dash-premium-contactform:before {
|
1825 |
+
content: "\e929";
|
1826 |
+
}
|
1827 |
+
|
1828 |
+
.pa-dash-premium-countdown:before {
|
1829 |
+
content: "\e92a";
|
1830 |
+
}
|
1831 |
+
|
1832 |
+
.pa-dash-premium-counter:before {
|
1833 |
+
content: "\e92b";
|
1834 |
+
}
|
1835 |
+
|
1836 |
+
.pa-dash-premium-dual-header:before {
|
1837 |
+
content: "\e92c";
|
1838 |
+
}
|
1839 |
+
|
1840 |
+
.pa-dash-premium-fancytext:before {
|
1841 |
+
content: "\e92d";
|
1842 |
+
}
|
1843 |
+
|
1844 |
+
.pa-dash-premium-maps:before {
|
1845 |
+
content: "\e92e";
|
1846 |
+
}
|
1847 |
+
|
1848 |
+
.pa-dash-premium-title:before {
|
1849 |
+
content: "\e92f";
|
1850 |
+
}
|
1851 |
+
|
1852 |
+
.pa-dash-premium-icon-list:before {
|
1853 |
+
content: "\e930";
|
1854 |
+
}
|
1855 |
+
|
1856 |
+
.pa-dash-premium-image-button:before {
|
1857 |
+
content: "\e931";
|
1858 |
+
}
|
1859 |
+
|
1860 |
+
.pa-dash-premium-image-scroll:before {
|
1861 |
+
content: "\e932";
|
1862 |
+
}
|
1863 |
+
|
1864 |
+
.pa-dash-premium-image-separator:before {
|
1865 |
+
content: "\e933";
|
1866 |
+
}
|
1867 |
+
|
1868 |
+
/* .pa-dash-premium-lottie:before {
|
1869 |
+
content: "\e944";
|
1870 |
+
} */
|
1871 |
+
.pa-dash-premium-lottie-widget:before {
|
1872 |
+
content: "\e935";
|
1873 |
+
}
|
1874 |
+
|
1875 |
+
.pa-dash-premium-grid:before {
|
1876 |
+
content: "\e946";
|
1877 |
+
}
|
1878 |
+
|
1879 |
+
.pa-dash-premium-modalbox:before {
|
1880 |
+
content: "\e937";
|
1881 |
+
}
|
1882 |
+
|
1883 |
+
.pa-dash-premium-pricing-table:before {
|
1884 |
+
content: "\e938";
|
1885 |
+
}
|
1886 |
+
|
1887 |
+
.pa-dash-premium-progressbar:before {
|
1888 |
+
content: "\e939";
|
1889 |
+
}
|
1890 |
+
|
1891 |
+
.pa-dash-premium-person:before {
|
1892 |
+
content: "\e93a";
|
1893 |
+
}
|
1894 |
+
|
1895 |
+
.pa-dash-premium-testimonials:before {
|
1896 |
+
content: "\e93b";
|
1897 |
+
}
|
1898 |
+
|
1899 |
+
.pa-dash-premium-vscroll:before {
|
1900 |
+
content: "\e93c";
|
1901 |
+
}
|
1902 |
+
|
1903 |
+
.pa-dash-premium-videobox:before {
|
1904 |
+
content: "\e93d";
|
1905 |
+
}
|
1906 |
+
|
1907 |
+
.pa-dash-premium-blob:before {
|
1908 |
+
content: "\e900";
|
1909 |
+
}
|
1910 |
+
|
1911 |
+
.pa-dash-woo-products:before {
|
1912 |
+
content: "\e901";
|
1913 |
}
|
admin/assets/fonts/pa-dashboard.svg
CHANGED
@@ -1,91 +1,91 @@
|
|
1 |
-
<?xml version="1.0" standalone="no"?>
|
2 |
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3 |
-
<svg xmlns="http://www.w3.org/2000/svg">
|
4 |
-
<metadata>Generated by IcoMoon</metadata>
|
5 |
-
<defs>
|
6 |
-
<font id="icomoon" horiz-adv-x="1024">
|
7 |
-
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
8 |
-
<missing-glyph horiz-adv-x="1024" />
|
9 |
-
<glyph unicode=" " horiz-adv-x="512" d="" />
|
10 |
-
<glyph unicode="" glyph-name="pa-blob-generator-section-addon" d="M512-64c-6.339 0.025-12.408 1.149-18.036 3.19l0.372-0.118c-19.741 7.406-33.536 26.12-33.536 48.056 0 0.025 0 0.050 0 0.075v-0.004 325.12h-409.6c-27.965 0.407-50.478 23.172-50.478 51.195 0 12.622 4.567 24.177 12.139 33.103l-0.061-0.074 460.8 545.28c9.428 10.657 23.137 17.342 38.407 17.342 27.984 0 50.724-22.45 51.193-50.322l0.001-0.044v-325.12h409.6c27.965-0.407 50.478-23.172 50.478-51.195 0-12.622-4.567-24.177-12.139-33.103l0.061 0.074-460.8-545.28c-9.299-10.969-23.012-17.949-38.361-18.176h-0.039zM161.536 414.72h350.464c28.277 0 51.2-22.923 51.2-51.2v0-235.52l299.264 353.28h-350.464c-28.277 0-51.2 22.923-51.2 51.2v0 235.52z" />
|
11 |
-
<glyph unicode="" glyph-name="pa-woo-products-listing-widget" horiz-adv-x="847" d="M845.824 138.752l-73.472 473.856c-10.289 59.506-61.523 104.194-123.195 104.194-0.249 0-0.498-0.001-0.747-0.002h-14.042v37.888c0 113.108-91.692 204.8-204.8 204.8s-204.8-91.692-204.8-204.8v0-37.888h-25.6c-62.403-0.009-114.158-45.584-123.808-105.264l-0.096-0.72-72.96-471.552c-1.45-8.465-2.279-18.216-2.279-28.16 0-96.609 78.237-174.944 174.808-175.104h496.911c0.348-0.003 0.761-0.004 1.173-0.004 96.707 0 175.104 78.397 175.104 175.104 0 9.763-0.799 19.34-2.335 28.668l0.138-1.016zM326.144 754.688c0 56.554 45.846 102.4 102.4 102.4s102.4-45.846 102.4-102.4v0-37.888h-204.8zM727.040 63.488c-13.4-15.686-33.191-25.573-55.291-25.6h-496.901c-0.034 0-0.075 0-0.116 0-40.012 0-72.448 32.436-72.448 72.448 0 4.524 0.415 8.952 1.208 13.246l-0.068-0.446 72.192 473.088c2.214 10.449 11.361 18.177 22.313 18.177 0.075 0 0.151 0 0.226-0.001h450.292c0.033 0 0.072 0 0.111 0 11.277 0 20.662-8.102 22.651-18.802l0.022-0.142 72.192-472.832c0.627-3.561 0.985-7.661 0.985-11.844 0-17.92-6.576-34.304-17.446-46.871l0.077 0.091z" />
|
12 |
-
<glyph unicode="" glyph-name="alert-box" horiz-adv-x="992" d="M987.392 79.104c-8.324-17.678-25.991-29.696-46.465-29.696-0.045 0-0.089 0-0.134 0h-329.209c-4.149-60.371-54.139-107.772-115.2-107.772s-111.051 47.401-115.18 107.413l-0.020 0.359h-329.728c-0.038 0-0.082 0-0.127 0-20.474 0-38.142 12.018-46.333 29.384l-0.132 0.312c-2.971 6.289-4.705 13.661-4.705 21.439 0 12.65 4.587 24.228 12.189 33.162l-0.060-0.073c67.072 78.336 99.84 186.368 99.84 318.464v108.288c0.234 53.87 10.74 105.22 29.659 152.283l-0.987-2.779c7.952 18.591 26.087 31.381 47.208 31.381 28.277 0 51.2-22.923 51.2-51.2 0-6.109-1.070-11.969-3.033-17.401l0.113 0.357c-13.548-33.354-21.516-72.032-21.76-112.542v-108.386c0.155-5.219 0.243-11.359 0.243-17.519 0-103.194-24.78-200.6-68.714-286.592l1.655 3.568h696.832c-42.279 82.425-67.059 179.831-67.059 283.025 0 6.16 0.088 12.3 0.264 18.418l-0.020-0.899v108.288c0 163.84-128 297.216-281.6 297.216-80.494-0.042-152.754-35.258-202.25-91.11l-0.246-0.282c-9.47-10.568-23.162-17.187-38.4-17.187-28.438 0-51.491 23.053-51.491 51.491 0 13.2 4.967 25.24 13.134 34.353l-0.043-0.049c68.984 76.751 168.489 124.89 279.243 125.184h0.053c211.2 0 384-179.2 384-399.616v-108.288c0-132.864 33.536-240.128 100.608-318.464 7.244-8.766 11.637-20.12 11.637-32.5 0-8.006-1.838-15.584-5.114-22.333l0.133 0.304z" />
|
13 |
-
<glyph unicode="" glyph-name="animated-gradients" horiz-adv-x="826" d="M825.6 360.96c0.102-3.432 0.161-7.47 0.161-11.52 0-228.123-184.758-413.094-412.8-413.44h-0.033c-228.075 0.346-412.833 185.317-412.833 413.44 0 4.051 0.058 8.089 0.174 12.112l-0.013-0.592c1.13 27.404 23.621 49.193 51.2 49.193 28.3 0 51.241-22.941 51.241-51.241 0-0.72-0.015-1.437-0.044-2.15l0.003 0.102c-0.060-2.287-0.095-4.98-0.095-7.68 0-171.495 138.905-310.546 310.344-310.784h0.023c171.462 0.238 310.367 139.289 310.367 310.784 0 2.701-0.034 5.393-0.103 8.077l0.008-0.397c-10.24 244.736-231.68 430.848-310.272 489.216-61.44-45.312-208.384-167.68-275.712-334.080-5.12-12.544-9.728-25.6-13.824-38.4-6.736-20.947-26.050-35.84-48.842-35.84-0.019 0-0.038 0-0.057 0h0.003c-5.484 0.014-10.767 0.855-15.737 2.405l0.377-0.101c-20.981 6.716-35.905 26.046-35.905 48.862 0 5.497 0.866 10.793 2.47 15.756l-0.101-0.362c4.864 15.36 10.496 30.976 16.64 46.080 94.464 233.984 314.88 384 340.992 400.128l2.304 1.536 3.84 2.304 3.84 1.792 5.632 1.792c1.978 0.854 4.296 1.564 6.704 2.016l0.208 0.032h7.168c1.422 0.181 3.067 0.284 4.736 0.284s3.314-0.103 4.929-0.303l-0.193 0.020c0.654 0.112 1.408 0.176 2.176 0.176s1.522-0.064 2.255-0.187l-0.079 0.011c1.729-0.308 3.275-0.842 4.699-1.579l-0.091 0.043c2.054-0.622 3.836-1.405 5.499-2.37l-0.123 0.066 5.888-3.584c34.816-24.832 368.896-251.392 382.976-591.616z" />
|
14 |
-
<glyph unicode="" glyph-name="background-transition" d="M512 199.424c-137.285 0-248.576 111.291-248.576 248.576s111.291 248.576 248.576 248.576c137.285 0 248.576-111.291 248.576-248.576v0c-0.291-137.168-111.409-248.285-248.548-248.576h-0.028zM512 594.176c-80.731 0-146.176-65.445-146.176-146.176s65.445-146.176 146.176-146.176c80.731 0 146.176 65.445 146.176 146.176v0c0 80.731-65.445 146.176-146.176 146.176v0zM512 755.2c-28.277 0-51.2 22.923-51.2 51.2v0 102.4c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-102.4c0-28.277-22.923-51.2-51.2-51.2v0zM512-64c-28.277 0-51.2 22.923-51.2 51.2v0 102.4c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-102.4c0-28.277-22.923-51.2-51.2-51.2v0zM153.6 396.8h-102.4c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h102.4c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM972.8 396.8h-102.4c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h102.4c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM764.928 649.728c-0.012 0-0.027 0-0.041 0-28.277 0-51.2 22.923-51.2 51.2 0 14.212 5.791 27.072 15.142 36.349l72.707 72.707c9.271 9.271 22.078 15.004 36.224 15.004 28.293 0 51.228-22.936 51.228-51.228 0-14.146-5.734-26.953-15.004-36.224v0l-72.704-72.704c-9.276-9.33-22.119-15.104-36.311-15.104-0.014 0-0.029 0-0.043 0h0.002zM186.112 70.912c-0.012 0-0.027 0-0.041 0-28.277 0-51.2 22.923-51.2 51.2 0 14.212 5.791 27.072 15.142 36.349l72.707 72.707c9.271 9.271 22.078 15.004 36.224 15.004 28.293 0 51.228-22.936 51.228-51.228 0-14.146-5.734-26.953-15.004-36.224v0l-72.704-72.704c-9.276-9.33-22.119-15.104-36.311-15.104-0.014 0-0.029 0-0.043 0h0.002zM259.072 649.728c-0.012 0-0.026 0-0.041 0-14.192 0-27.035 5.774-36.309 15.102l-72.706 72.706c-9.271 9.271-15.004 22.078-15.004 36.224 0 28.293 22.936 51.228 51.228 51.228 14.146 0 26.953-5.734 36.224-15.004v0l72.704-72.704c9.354-9.28 15.145-22.14 15.145-36.352 0-28.277-22.923-51.2-51.2-51.2-0.014 0-0.029 0-0.043 0h0.002zM837.888 70.912c-0.012 0-0.026 0-0.041 0-14.192 0-27.035 5.774-36.309 15.102l-72.706 72.706c-9.271 9.271-15.004 22.078-15.004 36.224 0 28.293 22.936 51.228 51.228 51.228 14.146 0 26.953-5.734 36.224-15.004l72.704-72.704c9.354-9.28 15.145-22.14 15.145-36.352 0-28.277-22.923-51.2-51.2-51.2-0.014 0-0.029 0-0.043 0h0.002z" />
|
15 |
-
<glyph unicode="" glyph-name="behance-feed" d="M921.6 686.592h-265.984v66.56h265.984zM515.072 413.184c16.129-26.372 25.68-58.288 25.68-92.435 0-1.884-0.029-3.761-0.087-5.63l0.007 0.274c0.033-1.338 0.052-2.915 0.052-4.495 0-37.644-10.691-72.792-29.203-102.571l0.479 0.827c-26.295-43.778-69.259-75.257-119.9-85.809l-1.188-0.207c-26.73-5.71-57.441-8.98-88.916-8.98-1.501 0-2.999 0.007-4.496 0.022l0.229-0.002h-297.728v666.112h318.464q120.576-1.792 171.008-70.912c18.955-27.17 30.286-60.884 30.286-97.244 0-1.813-0.028-3.619-0.084-5.419l0.006 0.263c0.104-2.101 0.164-4.562 0.164-7.037 0-34.446-11.512-66.204-30.898-91.636l0.27 0.369c-14.164-15.607-31.163-28.349-50.225-37.468l-0.975-0.42c32.103-10.808 58.534-31.359 76.464-58.092l0.336-0.532zM153.6 517.888h138.24c1.644-0.074 3.572-0.116 5.51-0.116 23.558 0 45.664 6.215 64.769 17.095l-0.646-0.339c16.549 11.512 27.245 30.436 27.245 51.858 0 2.384-0.132 4.736-0.39 7.051l0.026-0.285c0.24 2.010 0.377 4.337 0.377 6.697 0 24.378-14.625 45.341-35.58 54.593l-0.382 0.15c-21.301 6.7-45.795 10.56-71.191 10.56-1.972 0-3.939-0.023-5.9-0.070l0.291 0.005h-122.368zM402.944 324.864c0.136 1.654 0.213 3.581 0.213 5.525 0 29.396-17.696 54.66-43.016 65.719l-0.462 0.18c-17.993 7.338-38.87 11.597-60.741 11.597-1.776 0-3.546-0.028-5.309-0.084l0.258 0.006h-140.288v-179.2h139.264c0.381-0.003 0.831-0.005 1.282-0.005 23.308 0 45.404 5.192 65.194 14.482l-0.94-0.396c26.295 14.463 43.817 41.982 43.817 73.594 0 3.385-0.201 6.723-0.591 10.003l0.038-0.397zM1020.928 433.408c2.383-20.017 3.743-43.2 3.743-66.701 0-9.945-0.243-19.833-0.725-29.658l0.054 1.384h-344.32c-0.111-1.89-0.175-4.1-0.175-6.325 0-38.958 19.468-73.369 49.207-94.036l0.376-0.247c18.274-11.292 40.428-17.983 64.145-17.983 1.389 0 2.773 0.023 4.152 0.069l-0.201-0.005c1.226-0.053 2.664-0.082 4.109-0.082 24.532 0 47.050 8.627 64.684 23.013l-0.185-0.146c10.601 8.834 19.216 19.658 25.342 31.941l0.258 0.571h126.208c-5.523-34.381-21.612-64.291-44.775-87.016l-0.025-0.024c-41.573-43.242-99.909-70.105-164.519-70.105-5.165 0-10.29 0.172-15.37 0.51l0.689-0.037c-0.994-0.014-2.168-0.022-3.344-0.022-62.153 0-119.132 22.149-163.476 58.985l0.42-0.339c-48.128 39.424-72.192 102.4-72.192 191.232q0 124.416 65.024 190.464c41.049 41.065 97.766 66.465 160.415 66.465 3.005 0 5.996-0.058 8.973-0.174l-0.428 0.013c1.251 0.021 2.726 0.033 4.205 0.033 38.754 0 75.591-8.209 108.867-22.983l-1.712 0.679c33.859-15.807 61.507-40.085 80.953-70.161l0.455-0.751c19.108-27.935 32.438-61.308 37.491-97.336l0.141-1.224zM896 421.888c-0.339 29.803-13.048 56.572-33.222 75.466l-0.058 0.054c-18.512 15.954-42.793 25.67-69.344 25.67-1.362 0-2.717-0.026-4.066-0.076l0.195 0.006c-1.181 0.051-2.567 0.080-3.959 0.080-26.804 0-51.089-10.784-68.754-28.249l0.009 0.009c-18.191-19.387-30.505-44.484-33.983-72.326l-0.065-0.634z" />
|
16 |
-
<glyph unicode="" glyph-name="charts" d="M417.536-64c-228.348 5.805-411.243 192.296-411.243 421.504s182.895 415.698 410.706 421.493l0.538 0.011c28.277 0 51.2-22.923 51.2-51.2v0-318.464h314.88c28.277 0 51.2-22.923 51.2-51.2v0c0.004-0.687 0.006-1.499 0.006-2.312 0-230.973-186.516-418.384-417.148-419.832l-0.138-0.001zM366.336 671.488c-150.508-27.256-263.166-157.285-263.166-313.626 0-174.442 140.255-316.126 314.148-318.435l0.218-0.002c156.431 0.852 285.928 115.088 310.535 264.661l0.249 1.835h-310.784c-28.277 0-51.2 22.923-51.2 51.2v0zM972.8 486.912h-366.080c-28.277 0-51.2 22.923-51.2 51.2v0 370.688c0 28.277 22.923 51.2 51.2 51.2v0c230.769-1.45 417.284-188.86 417.284-419.832 0-0.633-0.001-1.265-0.004-1.897v0.097c0-0.076 0.001-0.166 0.001-0.256 0-28.277-22.923-51.2-51.2-51.2 0 0 0 0-0.001 0v0zM657.92 589.312h259.584c-21.95 134.407-125.709 239.377-257.664 262.884l-1.92 0.284z" />
|
17 |
-
<glyph unicode="" glyph-name="content-switcher" d="M712.192 742.4h-400.384c-1.401 0.023-3.054 0.036-4.71 0.036-166.884 0-302.687-133.071-307.090-298.893l-0.009-0.408c4.411-166.229 140.214-299.3 307.098-299.3 1.656 0 3.309 0.013 4.958 0.039l-0.249-0.003h400.384c1.401-0.023 3.054-0.036 4.71-0.036 166.884 0 302.687 133.071 307.090 298.893l0.009 0.408c-4.411 166.229-140.214 299.3-307.098 299.3-1.656 0-3.309-0.013-4.958-0.039l0.249 0.003zM712.192 242.176h-400.384c-1.382-0.034-3.010-0.053-4.643-0.053-111.776 0-202.638 89.546-204.762 200.814l-0.003 0.199c2.127 111.467 92.989 201.013 204.765 201.013 1.633 0 3.261-0.019 4.884-0.057l-0.241 0.004h400.384c1.382 0.034 3.010 0.053 4.643 0.053 111.776 0 202.638-89.546 204.762-200.814l0.003-0.199c-2.127-111.467-92.989-201.013-204.765-201.013-1.633 0-3.261 0.019-4.884 0.057l0.241-0.004zM843.52 443.136c0-70.268-59.371-127.232-132.608-127.232s-132.608 56.964-132.608 127.232c0 70.268 59.371 127.232 132.608 127.232s132.608-56.964 132.608-127.232z" />
|
18 |
-
<glyph unicode="" glyph-name="divider" d="M701.184 501.76h269.056c29.691 0 53.76-24.069 53.76-53.76s-24.069-53.76-53.76-53.76h-269.056c-29.691 0-53.76 24.069-53.76 53.76s24.069 53.76 53.76 53.76zM53.76 501.76h269.056c29.691 0 53.76-24.069 53.76-53.76s-24.069-53.76-53.76-53.76h-269.056c-29.691 0-53.76 24.069-53.76 53.76s24.069 53.76 53.76 53.76zM565.76 547.84v-199.68c0-29.691-24.069-53.76-53.76-53.76s-53.76 24.069-53.76 53.76v199.68c0 29.691 24.069 53.76 53.76 53.76s53.76-24.069 53.76-53.76z" />
|
19 |
-
<glyph unicode="" glyph-name="facebook-feed-1" d="M1024 448c0 282.77-229.23 512-512 512s-512-229.23-512-512c0-282.77 229.23-512 512-512v0h8.96v398.592h-110.080v128h110.080v94.72c0 109.312 66.816 168.96 164.352 168.96 0.851 0.003 1.859 0.005 2.868 0.005 33.709 0 66.983-1.861 99.725-5.487l-4.033 0.363v-114.432h-67.072c-52.992 0-63.488-25.6-63.488-62.208v-81.408h128l-16.384-128h-111.616v-379.392c215.808 63.424 370.688 259.681 370.688 492.113 0 0.062 0 0.123 0 0.185v-0.009z" />
|
20 |
-
<glyph unicode="" glyph-name="facebook-feed-2" horiz-adv-x="553" d="M532.736 960h-132.864c-148.736 0-245.504-99.072-245.504-251.904v-116.224h-133.632c-11.483-0.144-20.736-9.487-20.736-20.99 0-0.001 0-0.001 0-0.002v0-168.448c0-11.452 9.284-20.736 20.736-20.736h133.632v-424.704c0-0.007 0-0.016 0-0.025 0-11.233 8.824-20.406 19.918-20.965l0.050-0.002h174.336c11.483 0.144 20.736 9.487 20.736 20.99 0 0.001 0 0.001 0 0.002v0 424.704h156.16c0 0 0.001 0 0.002 0 11.504 0 20.846 9.253 20.99 20.722v168.462c-0.056 5.788-2.39 11.020-6.147 14.851l0.003-0.003c-3.815 3.776-9.055 6.117-14.843 6.144h-156.165v98.304c0 47.36 11.52 71.424 72.96 71.424h90.368c11.483 0.144 20.736 9.487 20.736 20.99 0 0.001 0 0.001 0 0.002v0 156.16c0.004 0.152 0.006 0.332 0.006 0.512 0 11.452-9.284 20.736-20.736 20.736-0.002 0-0.004 0-0.007 0v0z" />
|
21 |
-
<glyph unicode="" glyph-name="facebook-messenger-chat" horiz-adv-x="1016" d="M508.16 960c-281.6 0-508.16-212.224-508.16-474.112 1.31-150.237 74.076-283.21 185.921-366.748l1.215-0.868v-182.272l170.496 97.024c43.79-12.85 94.098-20.242 146.132-20.242 1.546 0 3.090 0.007 4.633 0.020l-0.237-0.002c281.6 0 508.16 212.224 508.16 474.112s-226.56 473.088-508.16 473.088zM559.36 325.632l-130.304 136.96-249.088-136.96 273.92 290.048 131.072-134.4 246.528 134.4z" />
|
22 |
-
<glyph unicode="" glyph-name="facebook-reviews" d="M313.344-44.544c0.012 0 0.026 0 0.041 0 14.065 0 26.805 5.671 36.058 14.851l-0.003-0.003c-9.193-9.374-21.948-15.226-36.071-15.36h-7.193zM362.24-8.448c-1.808-6.862-5.091-12.801-9.506-17.702l0.034 0.038c4.071 5.003 7.302 10.881 9.366 17.283l0.106 0.381zM985.344 564.992c-29.427 34.25-72.791 55.808-121.19 55.808-0.054 0-0.109 0-0.163 0h-203.256v152.064c-0.289 89.278-72.729 161.539-162.047 161.539-0.36 0-0.72-0.001-1.080-0.004h0.055c-0.171 0.001-0.374 0.002-0.576 0.002-54.741 0-100.149-39.957-108.651-92.296l-0.085-0.634c-17.401-103.302-47.984-195.899-90.434-281.571l2.626 5.859-18.944-38.4h-160.512c-66.875 0-121.088-54.213-121.088-121.088v0-329.728c0-66.875 54.213-121.088 121.088-121.088v0h192.256c0.012 0 0.026 0 0.041 0 14.065 0 26.805 5.671 36.058 14.851l-0.003-0.003 3.328 3.584c4.071 5.003 7.302 10.881 9.366 17.283l0.106 0.381c1.462 4.385 2.306 9.433 2.306 14.678 0 0.15-0.001 0.299-0.002 0.448v-0.023 456.96l27.904 57.856c43.986 87.809 77.774 189.682 96.1 296.831l0.924 6.529c0.723 4.138 4.289 7.244 8.581 7.244 0.405 0 0.803-0.028 1.193-0.081l-0.045 0.005c32.66 0 59.136-26.476 59.136-59.136v0-203.264c0-28.277 22.923-51.2 51.2-51.2v0h254.464c0.015 0 0.033 0 0.052 0 17.429 0 33.057-7.707 43.665-19.898l0.060-0.070c8.98-9.973 14.473-23.241 14.473-37.791 0-3.016-0.236-5.977-0.69-8.865l0.041 0.32-53.76-342.528c-4.741-29.188-29.764-51.2-59.928-51.2-0.081 0-0.163 0-0.244 0h-351.731c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2v0h351.744c0.229-0.001 0.499-0.002 0.77-0.002 81.147 0 148.384 59.551 160.395 137.334l0.115 0.908 53.248 342.528c1.139 7.176 1.789 15.451 1.789 23.878 0 39.967-14.631 76.516-38.828 104.585l0.175-0.208zM102.4 76.544v329.728c0 10.321 8.367 18.688 18.688 18.688v0h141.056v-367.104h-141.056c-10.321 0-18.688 8.367-18.688 18.688v0z" />
|
23 |
-
<glyph unicode="" glyph-name="google-reviews" horiz-adv-x="1003" d="M512 521.327h483.441c4.978-25.633 7.876-55.155 7.976-85.336v-0.083c0.041-2.472 0.064-5.389 0.064-8.312 0-90.976-22.485-176.7-62.201-251.919l1.417 2.944c-40.134-75.121-99.112-135.586-170.742-176.397l-2.155-1.13c-71.446-40.366-156.884-64.151-247.877-64.151-3.308 0-6.609 0.031-9.903 0.094l0.494-0.007c-0.609-0.003-1.329-0.004-2.050-0.004-71.309 0-139.146 14.862-200.585 41.656l3.238-1.258c-63.637 26.44-118.043 62.856-163.975 107.885l0.084-0.082c-45.204 45.719-81.931 99.933-107.558 160.015l-1.274 3.361c-25.542 58.847-40.401 127.387-40.401 199.397s14.859 140.551 41.677 202.722l-1.276-3.325c26.9 63.443 63.628 117.657 108.879 163.425l-0.047-0.048c45.668 45.291 99.897 82.033 160.034 107.571l3.343 1.261c58.2 25.537 126.038 40.398 197.347 40.398 0.721 0 1.441-0.002 2.161-0.005h-0.111c2.575 0.049 5.611 0.077 8.654 0.077 129.937 0 247.94-51.099 335.008-134.299l-0.185 0.175-139.449-134.046c-50.634 49.245-119.851 79.612-196.16 79.612-2.767 0-5.524-0.040-8.272-0.119l0.404 0.009c-0.679 0.005-1.482 0.009-2.286 0.009-57.888 0-111.998-16.174-158.058-44.249l1.341 0.759c-95.41-57.522-158.235-160.595-158.235-278.341 0-0.558 0.001-1.115 0.004-1.672v0.086c-0.002-0.471-0.004-1.029-0.004-1.586 0-117.747 62.825-220.82 156.782-277.527l1.453-0.814c44.719-27.316 98.83-43.49 156.717-43.49 0.804 0 1.606 0.003 2.409 0.009l-0.123-0.001c2.12-0.047 4.618-0.074 7.122-0.074 35.546 0 69.834 5.387 102.091 15.39l-2.439-0.651c30.543 9.619 57.11 23.286 80.777 40.67l-0.761-0.533c20.712 15.883 38.662 33.833 54.041 53.862l0.504 0.683c13.43 17.224 25.003 36.895 33.846 57.994l0.631 1.696c6.285 14.746 11.462 32.014 14.698 49.956l0.225 1.501h-290.734z" />
|
24 |
-
<glyph unicode="" glyph-name="horizontal-scroll" d="M1024 448c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2zM627.2 448c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2zM230.4 448c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2z" />
|
25 |
-
<glyph unicode="" glyph-name="hover-box" horiz-adv-x="817" d="M813.824 717.312l-3.072-6.4c-0.853-2.067-1.974-3.845-3.346-5.396l0.018 0.020c-1.478-2.095-2.991-3.933-4.627-5.652l0.019 0.020-165.632-172.544c-8.842-9.276-21.277-15.058-35.063-15.104h-0.009c-13.619 0.132-25.865 5.901-34.538 15.081l-0.022 0.023c-8.923 9.426-14.41 22.184-14.41 36.224s5.487 26.798 14.433 36.248l-0.023-0.024 81.92 85.248h-460.8c-50.328-1.28-90.637-42.383-90.637-92.9 0-0.55 0.005-1.099 0.014-1.647l-0.001 0.082v-207.872c0-0.012 0-0.027 0-0.041 0-27.557-21.77-50.029-49.050-51.156l-0.102-0.003c-27.382 1.13-49.152 23.602-49.152 51.159 0 0.014 0 0.029 0 0.043v-0.002 207.872c-0.022 1.081-0.034 2.355-0.034 3.632 0 105.227 84.090 190.814 188.738 193.228l0.225 0.004h460.8l-81.92 85.248c-9.201 9.255-14.889 22.011-14.889 36.096s5.687 26.842 14.891 36.098l-0.002-0.002c8.715 9.323 21.087 15.133 34.816 15.133s26.101-5.81 34.791-15.106l0.025-0.027 162.048-169.216c1.34-0.998 2.515-2.092 3.56-3.3l0.024-0.028 5.376-6.656 2.048-3.328c0.871-1.608 1.816-3.63 2.658-5.705l0.158-0.439c2.466-6.070 3.897-13.112 3.897-20.488 0-6.602-1.146-12.935-3.251-18.813l0.122 0.39zM813.824 717.312c2.128 5.673 3.36 12.228 3.36 19.072s-1.232 13.399-3.486 19.458l0.126-0.386c2.272-5.41 3.592-11.699 3.592-18.296 0-0.318-0.003-0.635-0.009-0.952l0.001 0.047c0-0.037 0-0.081 0-0.125 0-6.776-1.316-13.244-3.707-19.163l0.123 0.344zM818.176 513.28v-207.872c0.022-1.081 0.034-2.355 0.034-3.632 0-105.227-84.090-190.814-188.738-193.228l-0.225-0.004h-460.8l81.92-85.248c9.201-9.255 14.889-22.011 14.889-36.096s-5.687-26.842-14.891-36.098l0.002 0.002c-8.715-9.323-21.087-15.133-34.816-15.133s-26.101 5.81-34.791 15.106l-0.025 0.027-166.4 172.544-5.376 6.656-2.048 3.328c-1.078 1.936-2.195 4.296-3.172 6.727l-0.156 0.441c-2.128 5.673-3.36 12.228-3.36 19.072s1.232 13.399 3.486 19.458l-0.126-0.386 3.072 6.4c0.853 2.067 1.974 3.845 3.346 5.396l-0.018-0.020c1.478 2.095 2.991 3.933 4.627 5.652l-0.019-0.020 3.584 3.328 162.048 169.216c8.748 9.255 21.109 15.015 34.816 15.015s26.068-5.76 34.795-14.992l0.021-0.023c8.923-9.426 14.41-22.184 14.41-36.224s-5.487-26.798-14.433-36.248l0.023 0.024-81.92-85.248h460.8c50.328 1.28 90.637 42.383 90.637 92.9 0 0.55-0.005 1.099-0.014 1.647l0.001-0.082v207.616c0 27.146 22.006 49.152 49.152 49.152s49.152-22.006 49.152-49.152v0zM3.584 140.8c-2.681 5.539-4.353 12.017-4.605 18.857l-0.003 0.087c-0.004 0.229-0.006 0.5-0.006 0.771 0 6.532 1.223 12.778 3.453 18.522l-0.119-0.349c-1.717-5.129-2.707-11.035-2.707-17.172 0-7.462 1.465-14.583 4.122-21.089l-0.135 0.373z" />
|
26 |
-
<glyph unicode="" glyph-name="icon-box" d="M1017.344 600.064l-171.008 286.72c-8.275 13.36-22.81 22.155-39.407 22.272h-588.817c-0.209 0.003-0.456 0.005-0.704 0.005-16.738 0-31.415-8.826-39.629-22.078l-0.115-0.199-41.984-70.912c-4.095-6.702-6.519-14.811-6.519-23.486 0-16.618 8.895-31.158 22.184-39.118l0.207-0.115c6.609-4.020 14.6-6.4 23.147-6.4 0.052 0 0.105 0 0.157 0h-0.008c0.004 0 0.009 0 0.014 0 16.506 0 30.973 8.727 39.040 21.818l0.114 0.198 28.928 48.64h269.056c0.19-0.003 0.414-0.005 0.638-0.005 4.161 0 8.168 0.657 11.923 1.874l-0.274-0.077v-1.792l61.44-195.072h-56.064c-1.024 0.082-2.218 0.128-3.423 0.128-25.308 0-45.824-20.516-45.824-45.824s20.516-45.824 45.824-45.824c1.205 0 2.398 0.046 3.579 0.138l-0.157-0.010h60.416c-29.44-115.2-74.24-291.584-100.608-395.008l-387.072 445.696 49.152 81.92c4.031 6.698 6.416 14.782 6.416 23.424 0 25.387-20.581 45.968-45.968 45.968-16.746 0-31.4-8.954-39.436-22.336l-0.116-0.208-65.792-110.336c-4.2-6.767-6.689-14.976-6.689-23.767 0-11.391 4.18-21.806 11.090-29.795l-0.049 0.058 464.128-533.76c2.54-3.3 5.404-6.164 8.595-8.623l0.109-0.081h1.28c0.32-0.613 0.862-1.072 1.518-1.275l0.018-0.005 2.56-1.536c0.264-0.115 0.572-0.181 0.896-0.181s0.632 0.067 0.911 0.187l-0.015-0.006c1.204-0.999 2.675-1.718 4.29-2.038l0.062-0.010c0.346-0.066 0.745-0.105 1.152-0.105s0.806 0.038 1.192 0.111l-0.040-0.006h8.704c0.846-0.115 1.823-0.181 2.816-0.181s1.97 0.066 2.928 0.193l-0.112-0.012h7.936c2.184 0.261 4.173 0.802 6.032 1.59l-0.144-0.054h7.168l2.56 1.536c0.627 0.293 1.145 0.729 1.528 1.268l0.008 0.012c3.857 2.668 7.152 5.801 9.909 9.37l0.075 0.102 465.92 533.504c6.861 7.931 11.041 18.346 11.041 29.737 0 8.791-2.489 17-6.801 23.962l0.112-0.195zM604.16 216.064c18.432 73.216 44.288 174.592 80.128 315.392h193.536zM680.96 622.848l-60.416 194.56h160.512l116.48-195.072zM524.8 817.408h-12.8c0.19-0.003 0.414-0.005 0.638-0.005 4.161 0 8.168 0.657 11.923 1.874l-0.274-0.077zM414.208 530.944h-25.6c-1.024-0.082-2.218-0.128-3.423-0.128-25.308 0-45.824 20.516-45.824 45.824s20.516 45.824 45.824 45.824c1.205 0 2.398-0.046 3.579-0.138l-0.157 0.010h25.6c1.024 0.082 2.218 0.128 3.423 0.128 25.308 0 45.824-20.516 45.824-45.824s-20.516-45.824-45.824-45.824c-1.205 0-2.398 0.046-3.579 0.138l0.157-0.010z" />
|
27 |
-
<glyph unicode="" glyph-name="ihover" horiz-adv-x="847" d="M841.472 629.504c-8.619 16.836-25.849 28.16-45.723 28.16-0.035 0-0.071 0-0.106 0h-179.194l82.432 234.24c1.656 4.818 2.612 10.37 2.612 16.145 0 11.464-3.768 22.048-10.133 30.582l0.096-0.135c-9.398 13.083-24.57 21.504-41.708 21.504-0.007 0-0.014 0-0.021 0h-387.839c-0.034 0-0.074 0-0.113 0-7.29 0-14.205-1.604-20.411-4.477l0.301 0.125c-1.269-0.32-2.381-0.85-3.356-1.556l0.028 0.020c-3.416-1.68-6.361-3.642-9.013-5.933l0.053 0.045c-1.34-0.998-2.515-2.092-3.56-3.3l-0.024-0.028c-5.82-5.654-10.239-12.719-12.707-20.644l-0.093-0.348-209.408-534.272c-2.173-5.467-3.433-11.803-3.433-18.432 0-28.224 22.837-51.114 51.041-51.2h307.208l-69.12-320.512c-0.057-0.231-0.090-0.496-0.090-0.768s0.033-0.537 0.095-0.791l-0.005 0.023c-0.18-1.613-0.283-3.482-0.283-5.376s0.103-3.763 0.303-5.604l-0.020 0.228c-0.126-1.304-0.198-2.82-0.198-4.352s0.072-3.048 0.213-4.543l-0.015 0.191c0.462-3.187 1.177-6.036 2.146-8.765l-0.098 0.317c3.683-9.814 9.867-17.977 17.787-23.967l0.133-0.097c2.301-1.734 4.901-3.352 7.642-4.73l0.294-0.134 6.656-2.56 6.4-1.792c1.38-0.121 2.986-0.19 4.608-0.19s3.228 0.069 4.815 0.204l-0.207-0.014c2.126-0.433 4.596-0.71 7.12-0.767l0.048-0.001h8.192l5.376 2.304c1.574 0.55 2.934 1.333 4.117 2.321l-0.021-0.017c5.626 3.529 10.376 7.872 14.242 12.928l0.094 0.128 2.304 3.328 455.936 619.008c6.289 8.407 10.070 19.008 10.070 30.493 0 8.391-2.019 16.311-5.597 23.3l0.134-0.289zM438.272 208.128l32.256 152.064c0.728 3.236 1.144 6.951 1.144 10.765 0 28.277-22.923 51.2-51.2 51.2-0.402 0-0.804-0.005-1.204-0.014l0.059 0.001h-293.12l170.496 435.456h280.32l-81.152-230.4-1.28-3.328c-0.77-1.911-1.394-4.15-1.768-6.473l-0.024-0.183v-5.12c-0.064-0.767-0.101-1.659-0.101-2.56s0.037-1.793 0.109-2.676l-0.008 0.116s0-2.56 0-3.584c-0.119-0.961-0.188-2.072-0.188-3.2s0.068-2.239 0.201-3.331l-0.013 0.131c0.549-3.46 1.441-6.56 2.661-9.489l-0.101 0.273v-1.536c0.555-1.388 1.156-2.567 1.849-3.683l-0.057 0.099c0.646-1.671 1.51-3.111 2.578-4.374l-0.018 0.022 2.304-3.072c2.179-2.902 4.622-5.426 7.343-7.617l0.081-0.063c3.711-2.876 7.916-5.441 12.396-7.512l0.404-0.168 4.608-1.792c1.937-0.729 4.191-1.27 6.531-1.525l0.125-0.011c1.266-0.121 2.737-0.19 4.224-0.19s2.958 0.069 4.41 0.204l-0.186-0.014h150.784zM288.768-21.504c-0.119 0.808-0.187 1.74-0.187 2.688s0.068 1.88 0.199 2.792l-0.012-0.104v3.328c-0.126-1.304-0.198-2.82-0.198-4.352s0.072-3.048 0.213-4.543l-0.015 0.191zM528.128 557.568h-4.608z" />
|
28 |
-
<glyph unicode="" glyph-name="image-accordion" d="M972.8 883.2h-921.6c-28.277 0-51.2-22.923-51.2-51.2v0-776.192c0-28.277 22.923-51.2 51.2-51.2v0h921.6c28.277 0 51.2 22.923 51.2 51.2v0 776.192c0 28.277-22.923 51.2-51.2 51.2v0zM102.4 780.8h204.8v-673.792h-204.8zM409.6 780.8h204.8v-673.792h-204.8zM921.6 107.008h-204.8v673.792h204.8z" />
|
29 |
-
<glyph unicode="" glyph-name="image-comparison" d="M972.8 883.2h-921.6c-28.277 0-51.2-22.923-51.2-51.2v0-776.192c0-28.277 22.923-51.2 51.2-51.2v0h921.6c28.277 0 51.2 22.923 51.2 51.2v0 776.192c0 28.277-22.923 51.2-51.2 51.2v0zM102.4 780.8h358.4v-234.496c-37.365-19.557-62.424-58.052-62.424-102.4s25.060-82.843 61.791-102.098l0.633-0.302v-233.728h-358.4zM921.6 107.008h-358.4v234.496c37.365 19.557 62.424 58.052 62.424 102.4s-25.060 82.843-61.791 102.098l-0.633 0.302v234.496h358.4z" />
|
30 |
-
<glyph unicode="" glyph-name="image-hotspots" d="M1013.248 300.8l-371.456 611.072c-13.171 21.338-36.424 35.345-62.949 35.345-31.533 0-58.442-19.796-68.979-47.638l-0.168-0.507-81.408-220.16c-2.232-5.535-3.527-11.953-3.527-18.674 0-28.277 22.923-51.2 51.2-51.2 22.218 0 41.13 14.152 48.215 33.933l0.112 0.357 60.928 164.608 310.784-510.72-281.6 32.512-142.080 230.4c-6.846 11.049-17.646 19.094-30.382 22.202l-0.338 0.070h-6.4c-2.001 0.367-4.304 0.577-6.656 0.577s-4.655-0.21-6.891-0.612l0.235 0.035c-7.397-0.938-14.069-3.387-19.92-7.033l0.208 0.121-332.8-202.752c-41.525-25.053-68.866-69.925-68.866-121.183 0-26.712 7.425-51.689 20.323-72.981l-0.354 0.629 59.904-98.816c25.23-40.968 69.837-67.869 120.728-67.869 27.103 0 52.424 7.63 73.932 20.86l-0.613-0.351 200.96 121.856 40.96-67.584c2.932-4.782 4.669-10.572 4.669-16.768 0-17.919-14.526-32.445-32.445-32.445-11.723 0-21.994 6.218-27.695 15.535l-0.081 0.142-12.544 20.736c-7.063 7.884-17.275 12.822-28.641 12.822-21.208 0-38.4-17.192-38.4-38.4 0-5.174 1.023-10.109 2.878-14.613l-0.093 0.255 12.544-20.48c19.597-30.953 53.657-51.205 92.447-51.205 0.349 0 0.698 0.002 1.046 0.005h-0.053c60.099 0.173 108.751 48.933 108.751 109.056 0 20.914-5.887 40.452-16.094 57.049l0.271-0.473-40.96 67.584 55.808 33.792 345.088-39.68c2.017-0.196 4.359-0.308 6.728-0.308 40.719 0 73.728 33.009 73.728 73.728 0 13.698-3.736 26.524-10.244 37.513l0.187-0.342zM221.184 121.6c-5.76-3.595-12.754-5.726-20.247-5.726-13.905 0-26.095 7.342-32.906 18.36l-0.096 0.166-59.904 97.792c-3.493 5.721-5.562 12.643-5.562 20.047 0 13.984 7.377 26.245 18.451 33.105l0.167 0.096 291.584 176.896 102.4-163.84z" />
|
31 |
-
<glyph unicode="" glyph-name="image-layers" d="M897.28 960h-512c-70.692 0-128-57.308-128-128v0-124.16h-129.28c-70.14-0.724-126.72-57.751-126.72-127.994 0-0.002 0-0.005 0-0.007v0-515.84c0-70.692 57.308-128 128-128v0h510.72c70.14 0.724 126.72 57.751 126.72 127.994 0 0.002 0 0.005 0 0.007v0 124.16h131.84c70.692 0 128 57.308 128 128v0 515.84c0 0.002 0 0.004 0 0.006 0 70.692-57.308 128-128 128-0.45 0-0.899-0.002-1.348-0.007l0.068 0.001zM664.064 64c0-14.138-11.462-25.6-25.6-25.6v0h-510.464c-14.138 0-25.6 11.462-25.6 25.6v0 516.096c0 14.138 11.462 25.6 25.6 25.6v0h512c14.138 0 25.6-11.462 25.6-25.6v0zM921.6 315.904c0-14.138-11.462-25.6-25.6-25.6v0h-130.56v289.792c0 0.002 0 0.004 0 0.006 0 70.242-56.58 127.27-126.651 127.993l-0.069 0.001h-278.784v123.904c0 14.138 11.462 25.6 25.6 25.6v0h512c14.138 0 25.6-11.462 25.6-25.6v0z" />
|
32 |
-
<glyph unicode="" glyph-name="instagram-feed" d="M1021.185 659.019c-0.751 44.832-9.132 87.479-23.895 127.015l0.861-2.63c-13.62 35.496-33.821 65.731-59.321 90.547l-0.056 0.054c-24.912 25.418-55.137 45.527-88.888 58.541l-1.713 0.581c-37.011 14.227-79.807 22.877-124.502 23.796l-0.394 0.006c-54.77 3.071-72.174 3.071-211.403 3.071s-156.121 0-210.891-2.815c-44.715-0.687-87.285-8.98-126.762-23.634l2.633 0.856c-35.667-13.843-66.001-34.392-90.768-60.307l-0.089-0.094c-25.341-24.913-45.37-55.142-58.289-88.889l-0.576-1.712c-14.394-36.776-23.062-79.333-23.798-123.819l-0.004-0.31c-3.327-54.77-3.327-72.174-3.327-211.147s0-156.633 3.071-211.147c0.852-44.813 9.509-87.354 24.663-126.668l-0.86 2.539c13.561-35.564 33.676-65.878 59.083-90.82l0.038-0.037c24.854-25.809 55.081-46.253 88.901-59.556l1.7-0.589c36.769-14.089 79.281-22.725 123.667-23.793l0.462-0.009c54.77-1.792 72.174-1.792 211.147-1.792s156.377 0 211.147 2.815c44.715 0.687 87.285 8.98 126.762 23.634l-2.633-0.856c69.708 27.177 123.825 81.295 150.389 149.222l0.613 1.781c14.268 36.775 22.923 79.313 23.796 123.758l0.006 0.371c1.792 54.514 1.792 71.918 1.792 211.147s0 156.377-2.559 210.891zM929.048 241.076c-0.489-34.304-6.923-66.959-18.313-97.185l0.653 1.976c-17.676-44.72-52.476-79.436-96.104-96.601l-1.152-0.399c-28.172-10.979-60.775-17.438-94.86-17.659h-0.093c-54.002-2.559-70.382-3.071-206.796-3.071s-153.562 0-207.052 3.071c-34.177 0.222-66.781 6.681-96.819 18.294l1.867-0.635c-23.095 8.559-42.768 21.564-58.829 38.097l-0.036 0.038c-16.478 16.157-29.466 35.81-37.769 57.763l-0.366 1.102c-10.747 28.17-17.182 60.739-17.657 94.748l-0.002 0.205c-2.303 53.747-2.815 70.126-2.815 207.308s0 153.562 2.815 206.796c0.444 34.209 6.883 66.781 18.308 96.9l-0.648-1.947c8.59 23.126 21.686 42.807 38.339 58.816l0.051 0.049c16.098 16.57 35.77 29.575 57.781 37.78l1.084 0.354c28.172 10.979 60.775 17.438 94.86 17.659h0.093c54.002 2.559 70.382 3.071 206.796 3.071s153.562 0 206.796-3.071c34.263-0.2 66.957-6.662 97.079-18.295l-1.871 0.636c23.005-8.567 42.593-21.571 58.567-38.091l0.042-0.044c16.646-16.096 29.731-35.765 38.031-57.779l0.359-1.086c10.747-28.17 17.182-60.739 17.657-94.748l0.002-0.205c2.303-54.002 2.815-70.126 2.815-206.796s-0.512-153.562-2.815-207.052zM511.872 710.974c-145.197-0.146-262.846-117.885-262.846-263.102 0-145.307 117.795-263.102 263.102-263.102s263.102 117.795 263.102 263.102c0 0.090 0 0.18 0 0.27v-0.014c0 0 0 0 0 0 0 145.166-117.68 262.846-262.846 262.846-0.18 0-0.36 0-0.54-0.001h0.028zM511.872 277.419c-94.28 0-170.709 76.429-170.709 170.709s76.429 170.709 170.709 170.709c94.28 0 170.709-76.429 170.709-170.709v0c0-94.28-76.429-170.709-170.709-170.709v0zM846.892 721.468c0-33.924-27.501-61.425-61.425-61.425s-61.425 27.501-61.425 61.425c0 33.924 27.501 61.425 61.425 61.425v0c0.076 0 0.166 0.001 0.256 0.001 33.783 0 61.169-27.386 61.169-61.169 0-0.090 0-0.18-0.001-0.27v0.014z" />
|
33 |
-
<glyph unicode="" glyph-name="ken-burns" d="M896-64h-768c-70.692 0-128 57.308-128 128v0 768c0 70.692 57.308 128 128 128v0h278.528c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-278.528c-14.138 0-25.6-11.462-25.6-25.6v0-768c0-14.138 11.462-25.6 25.6-25.6v0h768c14.138 0 25.6 11.462 25.6 25.6v0 228.352c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-228.352c0-70.692-57.308-128-128-128v0zM1024 908.8v-369.664c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 246.272l-373.504-373.504c-8.895-7.652-20.555-12.311-33.303-12.311-28.277 0-51.2 22.923-51.2 51.2 0 12.749 4.659 24.409 12.368 33.371l-0.057-0.067 373.504 373.504h-212.48c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h335.872c1.46 0.187 3.15 0.294 4.864 0.294s3.404-0.107 5.062-0.314l-0.198 0.020c3.44-0.752 6.434-1.721 9.294-2.943l-0.334 0.127 8.192-4.352s0 0 0 0c2.731-2.113 5.151-4.208 7.451-6.426l-0.027 0.026c2.192-2.273 4.287-4.693 6.249-7.222l0.151-0.202s0 0 0 0c1.384-2.23 2.835-4.916 4.138-7.685l0.214-0.507s0 0 0 0c2.406-3.393 4.477-7.281 6.028-11.423l0.116-0.353c0.207-1.538 0.325-3.315 0.325-5.12s-0.118-3.582-0.347-5.325l0.022 0.205z" />
|
34 |
-
<glyph unicode="" glyph-name="lottie-section-background" d="M972.8-64h-921.6c-28.277 0-51.2 22.923-51.2 51.2v0 921.6c0 28.277 22.923 51.2 51.2 51.2v0h921.6c28.277 0 51.2-22.923 51.2-51.2v0-921.6c0-28.277-22.923-51.2-51.2-51.2v0zM102.4 857.6v-819.2h819.2v819.2zM782.080 648.96c-1.865-26.75-24.022-47.744-51.083-47.744-2.207 0-4.381 0.14-6.514 0.41l0.253-0.026h-1.536c-20.277-0.815-38.332-9.698-51.158-23.506l-0.042-0.046c-39.624-37.719-72.674-81.886-97.557-130.899l-1.259-2.733c-5.632-10.24-11.264-20.224-16.64-30.464-14.848-25.6-29.696-53.504-45.568-79.872-30.788-53.58-70.537-98.474-117.675-134.109l-1.109-0.803c-25.659-18.893-57.89-30.236-92.771-30.236-1.045 0-2.088 0.010-3.129 0.030l0.156-0.002c-17.084 0.379-32.471 7.342-43.786 18.442l0.010-0.010c-7.369 8.172-11.878 19.049-11.878 30.978 0 1.080 0.037 2.152 0.11 3.213l-0.008-0.143c1.795 26.812 23.983 47.88 51.092 47.88 2.567 0 5.089-0.189 7.555-0.554l-0.279 0.034h1.536c20.277 0.815 38.332 9.698 51.158 23.506l0.042 0.046c39.624 37.719 72.674 81.886 97.557 130.899l1.259 2.733c5.632 10.24 11.264 20.224 16.64 30.464 14.848 25.6 29.696 53.504 45.568 79.872 30.788 53.58 70.537 98.474 117.675 134.109l1.109 0.803c25.659 18.893 57.89 30.236 92.771 30.236 1.045 0 2.088-0.010 3.129-0.030l-0.156 0.002c17.084-0.379 32.471-7.342 43.786-18.442l-0.010 0.010c6.802-8.012 10.938-18.473 10.938-29.9 0-1.46-0.068-2.905-0.2-4.331l0.014 0.183z" />
|
35 |
-
<glyph unicode="" glyph-name="magic-section" d="M1008.896 872.704l-249.856-250.112h176.64c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-300.288c-1.46-0.187-3.15-0.294-4.864-0.294s-3.404 0.107-5.062 0.314l0.198-0.020c-2.679 0.362-5.098 0.99-7.393 1.867l0.225-0.075-6.656 2.816h-1.792c-2.050 0.972-3.815 2.082-5.431 3.371l0.055-0.043-5.632 4.864c-1.715 1.716-3.31 3.554-4.769 5.499l-0.095 0.133c-1.246 1.561-2.356 3.326-3.257 5.211l-0.071 0.165c-0.040 0.269-0.063 0.58-0.063 0.896s0.023 0.627 0.067 0.931l-0.004-0.035c-0.96 1.827-1.911 4.026-2.707 6.297l-0.109 0.359c-0.602 1.671-1.219 3.813-1.716 6l-0.076 0.4c-0.181 1.498-0.284 3.233-0.284 4.992s0.103 3.494 0.304 5.199l-0.020-0.207v302.848c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-176.64l248.064 249.856c9.255 9.201 22.011 14.889 36.096 14.889s26.842-5.687 36.098-14.891l-0.002 0.002c9.201-9.255 14.889-22.011 14.889-36.096s-5.687-26.842-14.891-36.098l0.002 0.002zM439.808 324.608v-300.288c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 176.64l-250.112-249.856c-9.255-9.201-22.011-14.889-36.096-14.889s-26.842 5.687-36.098 14.891l0.002-0.002c-9.201 9.255-14.889 22.011-14.889 36.096s5.687 26.842 14.891 36.098l-0.002-0.002 249.856 250.112h-176.64c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h300.288c1.498 0.181 3.233 0.284 4.992 0.284s3.494-0.103 5.199-0.304l-0.207 0.020 6.4-1.792 6.656-2.816h1.792c2.050-0.972 3.815-2.082 5.431-3.371l-0.055 0.043 5.632-4.864c1.715-1.716 3.31-3.554 4.769-5.499l0.095-0.133c1.246-1.561 2.356-3.326 3.257-5.211l0.071-0.165c0.040-0.269 0.063-0.58 0.063-0.896s-0.023-0.627-0.067-0.931l0.004 0.035c0.96-1.827 1.911-4.026 2.707-6.297l0.109-0.359c0.602-1.671 1.219-3.813 1.716-6l0.076-0.4c1.383-3.697 2.3-7.973 2.555-12.427l0.005-0.117zM439.808 871.68v-300.288c0.181-1.498 0.284-3.233 0.284-4.992s-0.103-3.494-0.304-5.199l0.020 0.207c-0.573-2.587-1.19-4.729-1.919-6.818l0.127 0.418c-0.905-2.63-1.856-4.829-2.95-6.941l0.134 0.285c0.040-0.269 0.063-0.58 0.063-0.896s-0.023-0.627-0.067-0.931l0.004 0.035c-0.972-2.050-2.082-3.815-3.371-5.431l0.043 0.055c-1.554-2.078-3.149-3.916-4.864-5.632v0l-5.632-4.864c-1.561-1.246-3.326-2.356-5.211-3.257l-0.165-0.071h-1.792l-6.656-2.816c-2.070-0.802-4.489-1.43-6.998-1.773l-0.17-0.019c-1.46-0.187-3.15-0.294-4.864-0.294s-3.404 0.107-5.062 0.314l0.198-0.020h-302.336c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h176.64l-249.856 247.552c-9.201 9.255-14.889 22.011-14.889 36.096s5.687 26.842 14.891 36.098l-0.002-0.002c9.255 9.201 22.011 14.889 36.096 14.889s26.842-5.687 36.098-14.891l-0.002 0.002 250.112-249.856v176.64c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0zM1008.896-48.896c-9.255-9.201-22.011-14.889-36.096-14.889s-26.842 5.687-36.098 14.891l0.002-0.002-250.112 249.856v-176.64c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 300.288c-0.181 1.498-0.284 3.233-0.284 4.992s0.103 3.494 0.304 5.199l-0.020-0.207c0.573 2.587 1.19 4.729 1.919 6.818l-0.127-0.418c0.874 2.817 1.83 5.191 2.95 7.469l-0.134-0.301c-0.040 0.269-0.063 0.58-0.063 0.896s0.023 0.627 0.067 0.931l-0.004-0.035c0.972 2.050 2.082 3.815 3.371 5.431l-0.043-0.055c1.554 2.078 3.149 3.916 4.864 5.632v0l5.632 4.864c1.561 1.246 3.326 2.356 5.211 3.257l0.165 0.071h1.792l6.656 2.816 6.4 1.792c1.498 0.181 3.233 0.284 4.992 0.284s3.494-0.103 5.199-0.304l-0.207 0.020h302.848c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-176.64l249.856-250.112c8.608-9.139 13.899-21.488 13.899-35.072s-5.29-25.933-13.923-35.098l0.024 0.026z" />
|
36 |
-
<glyph unicode="" glyph-name="multi-scroll" d="M432.64 610.304c-9.267-9.277-22.075-15.016-36.224-15.016s-26.957 5.739-36.224 15.016v0l-85.248 85.248v-625.408c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 625.408l-85.248-85.248c-9.041-8.188-21.091-13.199-34.312-13.199-28.277 0-51.2 22.923-51.2 51.2 0 13.285 5.059 25.388 13.357 34.487l-0.036-0.040 169.216 168.96c0.988 0.925 2.076 1.769 3.238 2.507l0.090 0.053c2.027 1.945 4.197 3.791 6.475 5.502l0.181 0.13 3.328 2.048c2.081 1.748 4.436 3.284 6.965 4.519l0.203 0.089c5.657 2.248 12.212 3.551 19.072 3.551s13.415-1.303 19.431-3.676l-0.359 0.125 6.4-3.328c2.067-0.853 3.845-1.974 5.396-3.346l-0.020 0.018 5.632-4.864 3.328-3.584 169.216-168.96c9.125-9.241 14.761-21.946 14.761-35.967 0-14.149-5.739-26.957-15.017-36.224v0zM223.744 870.4c0.037 0 0.081 0 0.125 0 6.776 0 13.244-1.316 19.163-3.707l-0.344 0.123c-5.528 2.137-11.924 3.375-18.61 3.375-6.937 0-13.563-1.333-19.636-3.757l0.357 0.126c5.59 2.428 12.101 3.84 18.942 3.84 0.001 0 0.001 0 0.002 0v0zM1008.896 206.592l-172.544-171.52c-1.996-2.046-4.172-3.897-6.51-5.535l-0.146-0.097-3.328-2.048c-1.759-1.132-3.783-2.165-5.91-2.992l-0.234-0.080c-2.526-1.095-5.52-2.064-8.62-2.753l-0.34-0.063c-2.924-0.649-6.283-1.021-9.728-1.021s-6.804 0.372-10.038 1.078l0.31-0.057c-3.574 0.708-6.664 1.592-9.645 2.699l0.429-0.139-6.4 3.328c-2.067 0.853-3.845 1.974-5.396 3.346l0.020-0.018-6.912 4.352-172.544 171.52c-9.271 9.271-15.004 22.078-15.004 36.224 0 28.293 22.936 51.228 51.228 51.228 14.146 0 26.953-5.734 36.224-15.004l85.248-85.248v625.408c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-625.408l85.248 85.248c9.4 10.31 22.887 16.753 37.88 16.753 28.277 0 51.2-22.923 51.2-51.2 0-15.056-6.499-28.594-16.844-37.963l-0.044-0.039z" />
|
37 |
-
<glyph unicode="" glyph-name="parallax" d="M1024 710.4v-480c0-84.831-68.769-153.6-153.6-153.6v0h-503.552c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h503.552c28.277 0 51.2 22.923 51.2 51.2v0 374.272l-206.848-162.048c-8.608-6.795-19.615-10.899-31.58-10.899-3.408 0-6.739 0.333-9.961 0.968l0.325-0.053c-15.112 3.113-27.562 12.54-34.683 25.339l-0.133 0.261-126.72 219.904-128-220.672c-7.202-13.006-19.551-22.416-34.225-25.54l-0.335-0.060c-1.457-0.127-3.152-0.199-4.864-0.199s-3.407 0.072-5.083 0.214l0.219-0.015c-11.945 0.056-22.914 4.193-31.593 11.089l0.105-0.081-205.824 161.792v-374.272c0-28.277 22.923-51.2 51.2-51.2v0c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0c-84.831 0-153.6 68.769-153.6 153.6v0 480c-0.111 1.151-0.174 2.488-0.174 3.84s0.063 2.689 0.187 4.009l-0.013-0.169c0.351 3.037 1.072 5.807 2.125 8.407l-0.077-0.215c1.013 2.987 2.138 5.524 3.458 7.939l-0.13-0.259c1.64 2.754 3.245 5.094 4.982 7.326l-0.118-0.158c2.454 3.213 5.235 5.994 8.342 8.37l0.106 0.078 4.608 3.328 5.12 2.816c6.604 3.549 14.423 5.707 22.728 5.887l0.056 0.001c1.228 0.126 2.654 0.198 4.096 0.198s2.868-0.072 4.273-0.212l-0.177 0.014c3.037-0.351 5.807-1.072 8.407-2.125l-0.215 0.077c2.987-1.013 5.524-2.138 7.939-3.458l-0.259 0.13h1.536l7.168-4.864 241.92-189.44 141.824 246.784c9.029 15.361 25.474 25.509 44.288 25.509s35.259-10.148 44.157-25.269l0.131-0.24 141.824-246.784 241.92 189.44h1.28l7.168 4.864c2.156 1.19 4.693 2.315 7.331 3.223l0.349 0.105c2.385 0.976 5.155 1.697 8.043 2.034l0.149 0.014c1.267 0.134 2.736 0.21 4.224 0.21s2.957-0.076 4.406-0.226l-0.182 0.015c8.018-0.049 15.585-1.934 22.316-5.254l-0.3 0.134 5.12-2.816 4.608-3.328c3.213-2.454 5.994-5.235 8.37-8.342l0.078-0.106c1.619-2.074 3.224-4.414 4.686-6.849l0.178-0.319c1.19-2.156 2.315-4.693 3.223-7.331l0.105-0.349c1.292-2.596 2.274-5.607 2.791-8.775l0.025-0.185c0.111-1.151 0.174-2.488 0.174-3.84s-0.063-2.689-0.187-4.009l0.013 0.169z" />
|
38 |
-
<glyph unicode="" glyph-name="particles" horiz-adv-x="1010" d="M878.080 237.056v4.096l-94.208 435.2c0.069 0.423 0.108 0.911 0.108 1.408s-0.039 0.985-0.115 1.46l0.007-0.052c36.629 29.186 59.899 73.792 59.899 123.833 0 87.234-70.718 157.952-157.952 157.952s-157.952-70.718-157.952-157.952c0-0.425 0.002-0.849 0.005-1.274v0.065c0-0.101 0-0.221 0-0.34 0-15.864 2.433-31.161 6.948-45.535l-0.291 1.075-281.088-249.088c-23.858 14.002-52.545 22.272-83.163 22.272-0.013 0-0.026 0-0.039 0h0.002c-94.021 0-170.24-76.219-170.24-170.24s76.219-170.24 170.24-170.24v0c0.207-0.001 0.453-0.001 0.699-0.001 37.1 0 71.373 12.104 99.085 32.579l-0.455-0.321 440.32-162.56c13.692-70.478 74.921-122.958 148.406-122.958 83.417 0 151.040 67.623 151.040 151.040 0 76.713-57.19 140.068-131.26 149.756l-0.762 0.081zM684.288 857.6c0.076 0 0.166 0.001 0.256 0.001 31.529 0 57.088-25.559 57.088-57.088s-25.559-57.088-57.088-57.088c-31.529 0-57.088 25.559-57.088 57.087v0c0 0.076-0.001 0.166-0.001 0.256 0 31.387 25.445 56.832 56.832 56.832 0 0 0 0 0.001 0v0zM100.864 359.936c0.18 38.179 31.171 69.060 69.375 69.060 18.952 0 36.129-7.599 48.65-19.917l-0.009 0.009 3.84-4.096c10.32-12.049 16.61-27.815 16.64-45.050v-0.006c-0.064-16.947-6.041-32.486-15.974-44.673l0.102 0.129-3.84-4.352c-12.538-12.459-29.818-20.16-48.896-20.16-38.293 0-69.34 31.024-69.376 69.309v0.003zM727.296 160.768l-395.52 145.92c5.501 15.884 8.686 34.191 8.704 53.24v0.008c-0.092 27.138-6.51 52.755-17.854 75.484l0.446-0.988 267.776 239.616c25.385-18.72 57.285-29.961 91.809-29.961 0.573 0 1.146 0.003 1.718 0.009l-0.087-0.001h3.328l92.16-424.704c-0.070-0.614-0.11-1.327-0.11-2.048s0.040-1.434 0.117-2.134l-0.008 0.086c-21.923-13.591-39.658-31.982-52.092-53.789l-0.388-0.739zM859.136 37.12c-28.27 0.009-51.184 22.929-51.184 51.2 0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2c0-0.45-0.006-0.899-0.017-1.346l0.001 0.066c-0.715-27.721-23.357-49.92-51.184-49.92-0.006 0-0.011 0-0.017 0h0.001z" />
|
39 |
-
<glyph unicode="" glyph-name="preview-window" d="M718.336-64h-564.736c-84.831 0-153.6 68.769-153.6 153.6v0 564.736c0 84.831 68.769 153.6 153.6 153.6v0h355.84c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-355.84c-28.277 0-51.2-22.923-51.2-51.2v0-564.736c0-28.277 22.923-51.2 51.2-51.2v0h564.736c28.277 0 51.2 22.923 51.2 51.2v0 354.304c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-354.304c0-84.831-68.769-153.6-153.6-153.6v0zM820.736 553.472c-0.229-0.001-0.499-0.001-0.769-0.001-111.566 0-202.059 90.224-202.494 201.688v3.882c0 112.26 91.004 203.264 203.264 203.264s203.264-91.004 203.264-203.264v0-3.84c-0.436-111.505-90.929-201.729-202.495-201.729-0.271 0-0.541 0.001-0.811 0.002h0.042zM820.736 857.6c-0.307 0.003-0.669 0.005-1.032 0.005-54.692 0-99.113-43.976-99.831-98.498l-0.001-0.068v-3.84c0-55.706 45.158-100.864 100.864-100.864s100.864 45.158 100.864 100.864v0 3.84c-0.719 54.589-45.14 98.565-99.832 98.565-0.363 0-0.725-0.002-1.087-0.006h0.055z" />
|
40 |
-
<glyph unicode="" glyph-name="tables" d="M966.144 960h-908.288c-31.953 0-57.856-25.903-57.856-57.856v0-908.288c0-31.953 25.903-57.856 57.856-57.856v0h908.288c31.953 0 57.856 25.903 57.856 57.856v0 908.288c0 31.953-25.903 57.856-57.856 57.856v0zM418.56 844.288h186.88v-187.136h-186.88zM418.56 541.44h186.88v-186.88h-186.88zM302.848 51.712h-187.136v187.136h187.136zM302.848 354.56h-187.136v186.88h187.136zM302.848 657.152h-187.136v187.136h187.136zM605.44 51.712h-186.88v187.136h186.88zM908.288 51.712h-187.136v187.136h187.136zM908.288 354.56h-187.136v186.88h187.136zM908.288 657.152h-187.136v187.136h187.136z" />
|
41 |
-
<glyph unicode="" glyph-name="tabs" d="M972.8 532.48h-921.6c-28.277 0-51.2 22.923-51.2 51.2v0 325.12c0 28.277 22.923 51.2 51.2 51.2v0h921.6c28.277 0 51.2-22.923 51.2-51.2v0-325.12c0-28.277-22.923-51.2-51.2-51.2v0zM102.4 634.88h819.2v222.72h-819.2zM972.8-64h-921.6c-28.277 0-51.2 22.923-51.2 51.2v0 325.12c0 28.277 22.923 51.2 51.2 51.2v0h921.6c28.277 0 51.2-22.923 51.2-51.2v0-325.12c0-28.277-22.923-51.2-51.2-51.2v0zM102.4 38.4h819.2v222.72h-819.2z" />
|
42 |
-
<glyph unicode="" glyph-name="trustpilot" d="M195.584-39.424l119.808 374.528-315.392 227.328 389.888 2.816 122.112 369.152 119.296-369.152 392.704-2.816-512-369.152-316.416-232.704zM832-36.864l-320 230.144 221.696 61.44 98.304-291.584z" />
|
43 |
-
<glyph unicode="" glyph-name="twitter-feed" d="M322.048 38.4c386.304 0 597.76 320 597.76 597.76 0 8.96 0 17.92 0 27.136 41.023 30.13 75.596 66.169 103.222 107.268l0.97 1.532c-35.109-16.142-75.839-27.862-118.577-33.081l-1.999-0.199c43.321 26.458 75.94 66.791 91.98 114.721l0.436 1.503c-38.467-23.22-83.226-40.975-130.898-50.732l-2.734-0.468c-38.48 41.26-93.16 66.981-153.847 66.981-116.077 0-210.176-94.099-210.176-210.176 0-17.133 2.050-33.786 5.918-49.729l-0.295 1.437c-174.874 9.249-328.64 92.418-431.795 218.582l-0.845 1.066c-18.199-30.472-28.959-67.211-28.959-106.463 0-72.791 37.004-136.939 93.226-174.659l0.757-0.478c-34.967 0.923-67.551 10.298-96.041 26.144l1.065-0.544v-2.56c0.591-100.815 72.070-184.766 167.084-204.562l1.364-0.238c-15.949-4.402-34.263-6.932-53.168-6.932-1.018 0-2.034 0.007-3.049 0.022l0.153-0.002c-14.1 0.109-27.804 1.501-41.090 4.067l1.41-0.227c27.752-84.096 104.81-144.061 196.135-145.917l0.217-0.003c-70.634-55.776-160.879-89.566-259.006-89.856h-0.066c-0.057 0-0.125 0-0.193 0-17.97 0-35.702 1.023-53.139 3.014l2.132-0.198c90.704-59.076 201.703-94.209 320.908-94.209 0.401 0 0.801 0 1.202 0.001h-0.062z" />
|
44 |
-
<glyph unicode="" glyph-name="unfold" d="M1024 448c0-28.277-22.923-51.2-51.2-51.2v0h-409.6v-409.6c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 409.6h-409.6c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h409.6v409.6c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-409.6h409.6c28.277 0 51.2-22.923 51.2-51.2v0z" />
|
45 |
-
<glyph unicode="" glyph-name="whatsapp-chat" horiz-adv-x="1019" d="M870.4 811.264c-91.866 92.1-218.903 149.081-359.249 149.081-280.225 0-507.392-227.167-507.392-507.392 0-93.548 25.317-181.184 69.472-256.429l-1.295 2.388-71.936-262.912 268.8 70.656c70.087-38.943 153.7-61.891 242.669-61.952h0.019c280.104 0.348 507.038 227.496 507.038 507.648 0 140.159-56.801 267.051-148.639 358.914l0.001-0.001zM512 30.464v0c-0.009 0-0.019 0-0.029 0-79.439 0-153.744 21.982-217.163 60.196l1.896-1.060-15.36 8.96-159.744-41.984 42.752 155.648-9.984 15.872c-40.423 63.543-64.423 140.968-64.423 223.998 0 232.861 188.771 421.632 421.632 421.632s421.632-188.771 421.632-421.632c0-232.442-188.093-420.953-420.376-421.63h-0.065zM742.144 347.392c12.544-6.4 21.248-9.472 24.32-14.848l-0.089 0.633c1.001-5.888 1.523-11.939 1.523-18.111 0-15.434-3.26-30.107-8.858-42.682-10.496-29.696-61.184-56.832-85.504-60.416l1.039 0.153c-9.827-1.745-19.943-2.655-30.271-2.655-18.072 0-35.494 2.787-50.639 7.622l-5.361 1.405c-24.577 7.491-48.624 16.199-67.087 24.195-126.976 55.040-210.176 183.040-216.576 191.488l0.409-0.543c-28.693 36.665-47.273 81.626-51.609 131.615l0.001-0.1c-0.009 0.663-0.014 1.327-0.014 1.992 0 40.677 17.094 77.361 44.557 103.324l0.043 0.050c8.344 9.44 20.436 15.491 34.005 15.822h24.32c7.68-0.512 17.92 3.84 28.416-21.76s35.84-87.808 39.168-94.208l-0.063 0.13c1.784-3.361 2.795-7.196 2.795-11.266s-1.011-7.905-2.732-11.136l-0.859-1.458c-9.382-14.874-19.843-28.999-30.885-41.806-5.632-6.912-13.056-13.056-5.632-25.6l0.97-1.764c18.932-31.885 42.368-60.781 69.686-86.044l-0.339 0.297c29.389-26.221 63.303-47.477 102.739-63.273 12.8-6.4 19.968-5.376 27.392 3.072s31.744 36.864 40.192 49.664c8.448 12.8 17.152 10.496 28.672 6.4s73.728-34.816 86.528-41.216z" />
|
46 |
-
<glyph unicode="" glyph-name="yelp-reviews" horiz-adv-x="784" d="M289.792 301.056c23.635 7.12 40.616 28.539 40.96 53.976v0.040c0.146 1.563 0.23 3.38 0.23 5.217 0 24.667-15.038 45.822-36.446 54.797l-0.392 0.146-46.336 18.944c-168.192 69.376-168.704 69.376-179.2 69.376-0.438 0.013-0.954 0.021-1.471 0.021-18.86 0-35.338-10.197-44.222-25.379l-0.131-0.242c-20.736-33.024-25.6-121.856-19.712-171.008 1.117-17.27 5.247-33.305 11.871-47.972l-0.351 0.868c8.084-16.521 24.361-27.919 43.393-28.923l0.127-0.005h1.28c9.728 0 25.6 4.608 163.328 49.408l67.072 20.736zM370.176 267.52c-6.839 2.977-14.805 4.708-23.176 4.708-18.048 0-34.216-8.050-45.109-20.756l-0.067-0.080-32-37.888c-117.504-137.984-117.76-139.008-121.6-149.504-1.922-5.083-3.035-10.96-3.035-17.096 0-1.642 0.080-3.266 0.235-4.867l-0.016 0.203c1.159-11.353 5.708-21.468 12.604-29.512l-0.060 0.072c27.136-32.768 141.312-76.8 194.048-76.8 1.686-0.134 3.65-0.211 5.632-0.211s3.946 0.077 5.89 0.227l-0.258-0.016c18.8 2.767 34.093 15.418 40.586 32.417l0.118 0.351c3.584 10.24 3.584 11.008 4.096 173.568 0 0 0 64.768 0 68.096 0.032 0.711 0.050 1.546 0.050 2.384 0 24.854-16.026 45.964-38.308 53.562l-0.398 0.118zM765.184 240.384c-8.704 6.4-9.216 6.656-163.584 57.344l-64.768 22.272c-5.741 2.138-12.373 3.375-19.295 3.375-18.685 0-35.263-9.017-45.622-22.936l-0.108-0.151c-9.107-10.384-14.663-24.080-14.663-39.074 0-11.496 3.266-22.229 8.921-31.322l-0.146 0.252 25.6-42.496c94.976-153.6 96.256-155.136 104.704-162.048 8.213-6.388 18.672-10.242 30.032-10.242 0.152 0 0.304 0.001 0.455 0.002h-0.023c0.093-0.001 0.203-0.001 0.313-0.001 7.659 0 14.943 1.601 21.537 4.488l-0.346-0.135c42.752 16.896 128 125.952 135.168 171.52 0.555 2.829 0.872 6.083 0.872 9.41 0 16.285-7.603 30.795-19.453 40.172l-0.107 0.082zM512.512 371.2h3.584c0.924-0.176 1.986-0.277 3.072-0.277s2.148 0.101 3.178 0.294l-0.106-0.017c7.424 2.816 23.040 6.656 47.872 12.544v0c175.872 42.496 176.896 43.264 186.624 49.664 13.486 9.356 22.205 24.759 22.205 42.199 0 1.547-0.069 3.077-0.203 4.589l0.014-0.195s0 2.304 0 3.072c-4.864 47.104-81.152 159.488-121.6 179.2-6.976 3.795-15.277 6.026-24.099 6.026-10.577 0-20.405-3.207-28.564-8.702l0.183 0.116c-9.216-6.144-9.216-6.144-105.472-137.728l-40.704-55.296c-7.512-9.483-12.050-21.619-12.050-34.816 0-12.296 3.941-23.672 10.628-32.934l-0.114 0.166c10.945-16.98 29.76-28.063 51.164-28.063 1.544 0 3.075 0.058 4.59 0.171l-0.202-0.012zM388.864 921.088c-5.462 18.62-20.382 32.775-39.068 37.051l-0.356 0.069c-48.64 11.776-219.136-35.84-253.44-71.424-9.96-9.364-16.163-22.625-16.163-37.334 0-4.471 0.573-8.808 1.65-12.942l-0.079 0.356c-0.053-0.461-0.083-0.995-0.083-1.536s0.030-1.075 0.088-1.601l-0.006 0.065c4.864-9.984 161.024-256 208.64-330.752 19.968-32.256 41.984-48.64 65.024-48.64 6.062 0.065 11.863 1.090 17.287 2.931l-0.391-0.115c29.952 8.96 43.776 37.12 41.728 83.712-2.56 58.88-22.784 362.24-25.6 380.16z" />
|
47 |
-
<glyph unicode="" glyph-name="banner" d="M1015.808 121.6l-296.192 484.864c-9.972 15.491-27.129 25.605-46.648 25.605-0.25 0-0.5-0.002-0.749-0.005h0.038c-0.163 0.002-0.356 0.003-0.549 0.003-19.641 0-36.923-10.1-46.935-25.389l-0.131-0.214-284.672-465.664h-198.144l122.88 201.216 45.056-73.216c9.303-15.221 25.714-25.298 44.5-25.599l0.044-0.001h-1.536c0.133-0.001 0.291-0.002 0.449-0.002 18.36 0 34.529 9.383 43.973 23.615l0.122 0.195c5.033 7.788 8.025 17.305 8.025 27.52s-2.992 19.732-8.147 27.722l0.122-0.202-86.016 140.544c-10.077 16.22-27.796 26.859-48 26.859s-37.923-10.639-47.861-26.62l-0.139-0.239-207.104-340.992c-4.825-7.973-7.681-17.605-7.681-27.904s2.855-19.931 7.818-28.148l-0.137 0.244c9.919-16.953 28.038-28.16 48.775-28.16 0.043 0 0.085 0 0.128 0h911.609c0.028 0 0.061 0 0.093 0 20.463 0 38.33 11.116 47.893 27.638l0.142 0.266c4.669 7.78 7.43 17.168 7.43 27.2 0 10.719-3.152 20.702-8.58 29.073l0.127-0.208zM455.424 140.8l216.32 353.792 216.576-353.792zM332.8 870.4c-85.127-0.725-153.856-69.902-153.856-155.131 0-85.679 69.457-155.136 155.136-155.136s155.136 69.457 155.136 155.136c0 0.088 0 0.176 0 0.264v-0.014c-0.725 85.693-70.36 154.88-156.155 154.88-0.092 0-0.184 0-0.276 0h0.014zM332.8 665.6c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2c28.277 0 51.2-22.923 51.2-51.2v0c0-0.076 0.001-0.166 0.001-0.256 0-28.277-22.923-51.2-51.2-51.2 0 0 0 0-0.001 0v0z" />
|
48 |
-
<glyph unicode="" glyph-name="blog" d="M964.096 900.096c-37.044 36.957-88.173 59.809-144.64 59.809s-107.596-22.852-144.644-59.813l-590.332-590.076c-6.357-6.46-11.016-14.609-13.24-23.713l-0.072-0.351-69.632-286.72c-0.897-3.586-1.412-7.703-1.412-11.94 0-14.13 5.724-26.924 14.98-36.188v0c9.226-9.28 21.982-15.043 36.084-15.104h0.012c0.030 0 0.065 0 0.101 0 4.241 0 8.351 0.561 12.261 1.612l-0.329-0.075 106.24 25.6h1.792l179.2 43.52c9.455 2.296 17.604 6.955 24.071 13.319l-0.007-0.007 588.8 590.336c37.339 37.107 60.45 88.494 60.45 145.28 0 56.403-22.801 107.481-59.689 144.519l0.007-0.007zM311.808 103.168l-135.936-33.024-41.472 42.24 32.768 135.424 482.816 481.792c-0.41-2.383-0.644-5.128-0.644-7.928 0-13.735 5.634-26.154 14.716-35.073l116.231-116.231zM891.648 683.008l-39.168-39.168-116.224 116.224c-9.24 9.121-21.943 14.755-35.961 14.755-2.304 0-4.572-0.152-6.796-0.447l0.261 0.028 53.248 53.248c18.1 16.447 42.252 26.517 68.757 26.517 56.554 0 102.4-45.846 102.4-102.4 0-26.504-10.070-50.657-26.592-68.841l0.075 0.084z" />
|
49 |
-
<glyph unicode="" glyph-name="button" d="M512-64c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 857.6c-226.216 0-409.6-183.384-409.6-409.6s183.384-409.6 409.6-409.6c226.216 0 409.6 183.384 409.6 409.6v0c0 226.216-183.384 409.6-409.6 409.6v0zM668.16 240.64h-312.32c-28.277 0-51.2 22.923-51.2 51.2v0 312.32c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-261.12h209.92v209.92h-104.96c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h156.16c28.277 0 51.2-22.923 51.2-51.2v0-312.32c0-28.277-22.923-51.2-51.2-51.2v0z" />
|
50 |
-
<glyph unicode="" glyph-name="carousel" d="M378.112 69.888c-14.669 0.259-27.859 6.382-37.366 16.117l-0.010 0.011-325.632 322.56c-9.050 9.228-14.636 21.882-14.636 35.84s5.586 26.612 14.644 35.848l-0.008-0.008 325.632 322.56c9.606 9.264 22.697 14.971 37.12 14.971s27.514-5.707 37.136-14.987l-0.016 0.015c9.277-9.267 15.016-22.075 15.016-36.224s-5.739-26.957-15.016-36.224v0l-288.768-285.952 289.536-287.488c9.277-9.267 15.016-22.075 15.016-36.224s-5.739-26.957-15.016-36.224v0c-9.56-9.041-22.496-14.6-36.73-14.6-0.317 0-0.633 0.003-0.949 0.008l0.047-0.001zM645.888 69.888c-0.042 0-0.092 0-0.141 0-14.23 0-27.163 5.555-36.748 14.616l0.025-0.024c-9.277 9.267-15.016 22.075-15.016 36.224s5.739 26.957 15.016 36.224v0l288.768 287.488-289.536 287.488c-9.277 9.267-15.016 22.075-15.016 36.224s5.739 26.957 15.016 36.224v0c9.58 9.322 22.679 15.071 37.12 15.071s27.54-5.749 37.132-15.083l-0.012 0.012 326.4-324.096c9.050-9.228 14.636-21.882 14.636-35.84s-5.586-26.612-14.644-35.848l0.008 0.008-325.632-322.56c-9.517-9.746-22.707-15.869-37.328-16.127l-0.048-0.001z" />
|
51 |
-
<glyph unicode="" glyph-name="contact-form" d="M972.8 622.592c-28.277 0-51.2-22.923-51.2-51.2v0-379.392c0-28.277-22.923-51.2-51.2-51.2v0h-716.8c-28.277 0-51.2 22.923-51.2 51.2v0 500.736l377.344-307.2c8.717-7.152 19.977-11.495 32.251-11.52h0.005c0.064 0 0.14 0 0.216 0 12.172 0 23.351 4.247 32.138 11.341l-0.097-0.076 428.544 348.16c4.477 3.717 8.294 8.022 11.387 12.835l0.133 0.221 23.808 23.296c9.508 9.304 15.403 22.267 15.403 36.606 0 12.62-4.566 24.174-12.136 33.1l0.061-0.074c-9.453 11.162-23.478 18.2-39.146 18.2-0.548 0-1.094-0.009-1.637-0.026l0.079 0.002h-842.752c-70.692 0-128-57.308-128-128v0-537.6c0-84.831 68.769-153.6 153.6-153.6v0h716.8c84.831 0 153.6 68.769 153.6 153.6v0 379.392c0 28.277-22.923 51.2-51.2 51.2v0zM837.12 755.2l-325.12-263.936-323.84 263.936z" />
|
52 |
-
<glyph unicode="" glyph-name="countdown" d="M1024 712.704v-619.52c0-70.692-57.308-128-128-128v0h-768c-70.692 0-128 57.308-128 128v0 619.52c0 70.692 57.308 128 128 128v0h136.192v42.496c0 28.277 22.923 51.2 51.2 51.2v0c0.012 0 0.026 0 0.041 0 14.192 0 27.035-5.774 36.309-15.102l0.002-0.002c9.177-9.25 14.849-21.991 14.849-36.056 0-0.104 0-0.208-0.001-0.312v0.016-42.24h290.816v42.24c0 0.012 0 0.026 0 0.041 0 28.277 22.923 51.2 51.2 51.2 14.085 0 26.842-5.687 36.098-14.891l-0.002 0.002c9.28-9.226 15.043-21.982 15.104-36.084v-192.78c0-28.277-22.923-51.2-51.2-51.2v0 0c-28.277 0-51.2 22.923-51.2 51.2v0 47.872h-290.816v-48.128c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 48.128h-136.192c-14.138 0-25.6-11.462-25.6-25.6v0-619.52c0-14.138 11.462-25.6 25.6-25.6v0h768c14.138 0 25.6 11.462 25.6 25.6v0 619.52c0 14.138-11.462 25.6-25.6 25.6v0h-43.008c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h43.008c70.692 0 128-57.308 128-128v0zM315.392 407.040c-28.277 0-51.2 22.923-51.2 51.2v0 0c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0c0-28.277-22.923-51.2-51.2-51.2v0zM315.392 207.36c-28.277 0-51.2 22.923-51.2 51.2v0 1.28c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2c0-28.277-22.923-51.2-51.2-51.2v0zM512 406.784c-13.641 0.127-25.986 5.569-35.087 14.351l0.015-0.015c-9.501 9.308-15.391 22.27-15.391 36.608 0 28.294 22.937 51.231 51.231 51.231 13.956 0 26.609-5.581 35.849-14.632l-0.009 0.008c9.819-9.347 15.926-22.515 15.926-37.11 0-13.963-5.59-26.621-14.653-35.858l0.008 0.008c-9.227-9.048-21.88-14.633-35.837-14.633-0.721 0-1.439 0.015-2.153 0.044l0.102-0.003zM512 206.848c-13.641 0.127-25.986 5.569-35.087 14.351l0.015-0.015v1.28c-7.765 8.927-12.498 20.671-12.498 33.52 0 28.277 22.923 51.2 51.2 51.2 12.018 0 23.069-4.141 31.804-11.073l-0.106 0.081c10.492-9.416 17.062-23.019 17.062-38.158 0-28.277-22.923-51.2-51.2-51.2-0.418 0-0.836 0.005-1.251 0.015l0.062-0.001zM708.608 407.040c-28.277 0-51.2 22.923-51.2 51.2v0 0c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2c0-28.277-22.923-51.2-51.2-51.2v0zM708.608 207.36c-28.277 0-51.2 22.923-51.2 51.2v0 1.28c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2c0-28.277-22.923-51.2-51.2-51.2v0z" />
|
53 |
-
<glyph unicode="" glyph-name="counter" horiz-adv-x="867" d="M552.192 211.968c-0.045 0-0.097 0-0.15 0-13.146 0-25.135 4.954-34.201 13.098l0.047-0.042-118.528 106.752c-10.365 9.381-16.859 22.872-16.896 37.881v215.815c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-193.024l102.4-91.392c10.315-9.401 16.763-22.891 16.763-37.888 0-28.23-22.847-51.124-51.060-51.2h-0.007zM484.864 800.512v57.088h113.408c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2v0h-329.216c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2v0h113.408v-57.088c-216.459-26.479-382.464-209.169-382.464-430.631 0-239.506 194.158-433.664 433.664-433.664s433.664 194.158 433.664 433.664c0 221.462-166.006 404.152-380.369 430.422l-2.095 0.209zM433.664 38.4c-0.076 0-0.166 0-0.256 0-183.093 0-331.52 148.427-331.52 331.52s148.427 331.52 331.52 331.52c183.093 0 331.52-148.427 331.52-331.52 0-0.090 0-0.18 0-0.27v0.014c-0.868-182.602-148.662-330.396-331.181-331.264h-0.083z" />
|
54 |
-
<glyph unicode="" glyph-name="dual-heading" d="M642.56 499.2h327.68c29.691 0 53.76-24.069 53.76-53.76s-24.069-53.76-53.76-53.76h-327.68c-29.691 0-53.76 24.069-53.76 53.76s24.069 53.76 53.76 53.76zM53.76 499.2h327.68c29.691 0 53.76-24.069 53.76-53.76s-24.069-53.76-53.76-53.76h-327.68c-29.691 0-53.76 24.069-53.76 53.76s24.069 53.76 53.76 53.76z" />
|
55 |
-
<glyph unicode="" glyph-name="fancy-text" horiz-adv-x="401" d="M398.080 16.128c2.095-5.875 3.306-12.652 3.306-19.712 0-33.359-27.037-60.404-60.393-60.416h-278.273c-0.51-0.015-1.111-0.024-1.713-0.024-26.6 0-49.252 16.904-57.8 40.556l-0.135 0.428c-1.923 5.656-3.034 12.171-3.034 18.945 0 33.405 26.996 60.504 60.362 60.671h80.144v782.848h-76.8c-0.733-0.031-1.593-0.049-2.457-0.049-26.752 0-49.527 17.027-58.080 40.835l-0.135 0.43c-1.932 5.655-3.047 12.169-3.047 18.944 0 33.358 27.035 60.402 60.389 60.416h278.017c0.487 0.014 1.060 0.022 1.635 0.022 26.406 0 48.953-16.52 57.87-39.789l0.143-0.424c2.086-5.876 3.292-12.654 3.292-19.713 0-33.405-26.997-60.505-60.364-60.671h-80.144v-782.848h76.8c0.686 0.027 1.491 0.043 2.3 0.043 26.51 0 49.131-16.651 57.975-40.064l0.141-0.426z" />
|
56 |
-
<glyph unicode="" glyph-name="google-maps" horiz-adv-x="826" d="M412.928 380.416c-0.004 0-0.008 0-0.013 0-49.482 0-94.279 20.055-126.707 52.48v0c-32.433 32.43-52.493 77.232-52.493 126.72 0 98.969 80.231 179.2 179.2 179.2s179.2-80.231 179.2-179.2c0-98.965-80.223-179.193-179.186-179.2h-0.001zM358.656 505.344c13.895-13.878 33.081-22.46 54.272-22.46 42.392 0 76.761 34.346 76.8 76.729v0.004c-0.019 21.2-8.625 40.386-22.527 54.271l-0.001 0.001c-14.056 13.52-33.191 21.846-54.272 21.846s-40.216-8.327-54.297-21.871l0.025 0.024c-13.878-13.895-22.46-33.081-22.46-54.272s8.583-40.377 22.461-54.273l-0.001 0.001zM825.6 535.040c-14.080-340.224-348.16-566.784-384-588.8l-5.632-3.328-5.632-2.56-4.608-1.536c-0.654-0.112-1.408-0.176-2.176-0.176s-1.522 0.064-2.255 0.187l0.079-0.011c-2.847-0.651-6.116-1.025-9.472-1.025s-6.625 0.373-9.768 1.081l0.296-0.056c-0.654-0.112-1.408-0.176-2.176-0.176s-1.522 0.064-2.255 0.187l0.079-0.011-4.608 1.536c-2.054 0.622-3.836 1.405-5.499 2.37l0.123-0.066-3.584 2.048-2.304 1.536c-25.088 15.36-245.504 165.376-339.968 399.36-6.144 15.104-11.776 30.72-16.64 46.080-1.494 4.592-2.356 9.875-2.356 15.36 0 28.306 22.946 51.252 51.252 51.252 22.821 0 42.158-14.915 48.795-35.529l0.101-0.363c4.096-12.8 8.704-25.6 13.824-38.4 67.328-166.4 214.272-288.768 275.712-334.080 78.592 58.368 300.032 244.48 310.272 489.216 0.060 2.287 0.095 4.98 0.095 7.68 0 171.495-138.905 310.546-310.344 310.784h-0.023c-171.462-0.238-310.367-139.289-310.367-310.784 0-2.701 0.034-5.393 0.103-8.077l-0.008 0.397c0.028-0.638 0.045-1.386 0.045-2.138 0-27.212-21.229-49.466-48.029-51.103l-0.144-0.007h-3.072c-0.012 0-0.027 0-0.041 0-27.557 0-50.029 21.77-51.156 49.050l-0.003 0.102c-0.102 3.432-0.161 7.47-0.161 11.52 0 228.123 184.758 413.094 412.8 413.44h0.033c228.075-0.346 412.833-185.317 412.833-413.44 0-4.051-0.058-8.089-0.174-12.112l0.013 0.592z" />
|
57 |
-
<glyph unicode="" glyph-name="heading" horiz-adv-x="903" d="M903.68 899.84v-91.136c0.006-0.326 0.010-0.711 0.010-1.097 0-27.118-17.496-50.15-41.815-58.423l-0.435-0.128c-5.359-1.725-11.524-2.719-17.921-2.719-33.243 0-60.215 26.848-60.415 60.044v33.043h-271.104v-782.848h76.8c0.458 0.012 0.997 0.019 1.538 0.019 26.498 0 49.143-16.5 58.22-39.786l0.146-0.425c2.087-5.878 3.293-12.657 3.293-19.717 0-33.226-26.708-60.214-59.827-60.666h-277.803c-0.458-0.012-0.997-0.019-1.538-0.019-26.498 0-49.143 16.5-58.22 39.786l-0.146 0.425c-2.086 5.876-3.292 12.654-3.292 19.713 0 33.405 26.997 60.505 60.364 60.671h80.144v782.848h-271.104v-33.024c-0.2-33.215-27.172-60.063-60.415-60.063-6.397 0-12.562 0.994-18.349 2.837l0.428-0.118c-24.754 8.402-42.25 31.433-42.25 58.551 0 0.386 0.004 0.771 0.011 1.155l-0.001-0.058v91.136c0.145 33.257 27.139 60.16 60.415 60.16 0 0 0 0 0.001 0h782.848c0 0 0 0 0.001 0 33.277 0 60.27-26.903 60.415-60.146v-0.014z" />
|
58 |
-
<glyph unicode="" glyph-name="icon-list" d="M972.8 739.072h-660.736c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h660.736c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM185.6 790.528c0-0.076 0-0.166 0-0.256 0-51.323-41.605-92.928-92.928-92.928s-92.928 41.605-92.928 92.928c0 51.323 41.605 92.928 92.928 92.928v0c51.175-0.144 92.638-41.518 92.928-92.644v-0.028zM972.8 391.168h-660.736c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h660.736c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM185.344 442.368c0-51.181-41.491-92.672-92.672-92.672s-92.672 41.491-92.672 92.672c0 51.181 41.491 92.672 92.672 92.672s92.672-41.491 92.672-92.672zM972.8 43.008h-660.736c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h660.736c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM185.344 94.208c0-51.181-41.491-92.672-92.672-92.672s-92.672 41.491-92.672 92.672c0 51.181 41.491 92.672 92.672 92.672s92.672-41.491 92.672-92.672z" />
|
59 |
-
<glyph unicode="" glyph-name="image-button" d="M972.8 468.48c28.277 0 51.2 22.923 51.2 51.2v0 222.72c0 84.831-68.769 153.6-153.6 153.6v0h-716.8c-84.831 0-153.6-68.769-153.6-153.6v0-584.192c0-84.831 68.769-153.6 153.6-153.6v0h742.4c70.692 0 128 57.308 128 128v0 144.128c0.002 0.141 0.002 0.307 0.002 0.474 0 6.282-1.223 12.278-3.444 17.764l0.114-0.318v2.048c-1.215 2.988-2.503 5.514-3.974 7.915l0.134-0.235c-1.859 2.572-3.706 4.826-5.678 6.962l0.046-0.050-316.928 323.84c-9.193 9.374-21.948 15.226-36.071 15.36h-0.025c-14.213-0.161-27.082-5.786-36.631-14.869l0.023 0.021-508.928-508.16c-6.393 8.45-10.24 19.136-10.24 30.72v0 584.192c0 28.277 22.923 51.2 51.2 51.2v0h716.8c28.277 0 51.2-22.923 51.2-51.2v0-222.72c0-28.277 22.923-51.2 51.2-51.2v0zM657.152 527.104l264.448-271.36v-123.136c0-14.138-11.462-25.6-25.6-25.6v0h-659.2zM434.688 590.080c0-56.554-45.846-102.4-102.4-102.4s-102.4 45.846-102.4 102.4c0 56.554 45.846 102.4 102.4 102.4s102.4-45.846 102.4-102.4z" />
|
60 |
-
<glyph unicode="" glyph-name="image-scroll" horiz-adv-x="624" d="M311.808-64c-172.148 0.146-311.662 139.66-311.808 311.794v400.398c0 172.207 139.601 311.808 311.808 311.808s311.808-139.601 311.808-311.808v0-400.384c-0.291-172.090-139.719-311.517-311.78-311.808h-0.028zM311.808 857.6c-115.594-0.146-209.262-93.814-209.408-209.394v-400.398c0-115.653 93.755-209.408 209.408-209.408s209.408 93.755 209.408 209.408v0 400.384c-0.146 115.594-93.814 209.262-209.394 209.408h-0.014zM311.808 488.704c-28.277 0-51.2 22.923-51.2 51.2v0 102.4c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-102.4c0-28.277-22.923-51.2-51.2-51.2v0z" />
|
61 |
-
<glyph unicode="" glyph-name="image-separator" d="M870.4 24.576h-716.8c-84.831 0-153.6 68.769-153.6 153.6v0 399.104c0 84.831 68.769 153.6 153.6 153.6v0h66.048c0.032 0 0.069 0 0.106 0 19.672 0 36.753 11.095 45.327 27.368l0.134 0.28 16.384 29.184c26.159 49.501 77.3 82.664 136.189 82.688h190.979c58.892-0.024 110.033-33.187 135.789-81.853l0.403-0.835 15.104-29.184c8.708-16.553 25.789-27.648 45.462-27.648 0.037 0 0.075 0 0.112 0h64.762c84.831 0 153.6-68.769 153.6-153.6v0-399.104c0-84.831-68.769-153.6-153.6-153.6v0zM153.6 628.48c-28.277 0-51.2-22.923-51.2-51.2v0-399.104c0-28.277 22.923-51.2 51.2-51.2v0h716.8c28.277 0 51.2 22.923 51.2 51.2v0 399.104c0 28.277-22.923 51.2-51.2 51.2v0h-66.048c-58.892 0.024-110.033 33.187-135.789 81.853l-0.403 0.835-15.36 29.184c-8.685 16.51-25.698 27.589-45.304 27.648h-190.984c-19.614-0.059-36.627-11.138-45.178-27.368l-0.134-0.28-15.36-29.184c-26.159-49.501-77.3-82.664-136.189-82.688h-0.003zM512 189.696c-123.005 0-222.72 99.715-222.72 222.72s99.715 222.72 222.72 222.72c123.005 0 222.72-99.715 222.72-222.72 0-0.090 0-0.18 0-0.27v0.014c-0.146-122.895-99.805-222.464-222.72-222.464 0 0 0 0 0 0v0zM512 532.48c-66.451 0-120.32-53.869-120.32-120.32s53.869-120.32 120.32-120.32c66.451 0 120.32 53.869 120.32 120.32v0c-0.145 66.392-53.928 120.175-120.306 120.32h-0.014z" />
|
62 |
-
<glyph unicode="" glyph-name="lottie-animations-fill" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512v0c0 282.77-229.23 512-512 512v0zM815.104 697.856c-1.28-25.6-22.016-43.52-54.784-43.52-0.117 0.001-0.256 0.001-0.395 0.001-21.459 0-41.11-7.743-56.311-20.587l0.129 0.106c-4.444-3.303-8.369-6.66-12.054-10.261l0.022 0.021c-29.226-26.509-54.608-56.449-75.742-89.375l-1.058-1.761c-12.544-19.2-25.6-40.448-40.704-68.096l-19.456-35.072c-9.472-17.664-19.456-35.328-29.44-52.992-7.424-13.568-15.36-26.88-23.040-39.936-11.008-16.896-23.808-37.12-38.912-57.088-27.040-37.641-58.962-69.645-95.295-95.93l-1.217-0.838c-27.86-20.498-62.85-32.803-100.714-32.803-1.223 0-2.443 0.013-3.66 0.038l0.182-0.003c-0.69-0.030-1.5-0.047-2.313-0.047-15.781 0-30.073 6.375-40.442 16.689l0.002-0.002c-6.884 7.419-11.108 17.39-11.108 28.348 0 1.015 0.036 2.021 0.107 3.018l-0.008-0.134c1.28 25.6 22.016 43.52 54.784 43.52 21.567 0.154 41.304 7.861 56.728 20.602l-0.152-0.122c4.444 3.303 8.369 6.66 12.054 10.261l-0.022-0.021c29.226 26.509 54.608 56.449 75.742 89.375l1.058 1.761c12.544 19.2 25.6 40.448 40.704 67.84l3.072 5.12c5.376 10.24 11.008 20.224 16.384 30.208 9.472 17.664 19.456 35.328 29.44 52.992 7.424 13.568 15.36 27.136 23.040 39.936 11.008 17.152 23.808 37.12 38.912 57.088 27.107 37.585 59.019 69.578 95.296 95.926l1.216 0.842c27.719 20.5 62.576 32.812 100.308 32.812 1.366 0 2.728-0.016 4.086-0.048l-0.202 0.004c0.84 0.044 1.823 0.069 2.811 0.069 15.535 0 29.628-6.178 39.954-16.21l-0.014 0.013c6.877-7.382 11.098-17.317 11.098-28.238 0-0.963-0.033-1.919-0.097-2.866l0.007 0.128z" />
|
63 |
-
<glyph unicode="" glyph-name="lottie-animations-outline" d="M512-64c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 857.6c-226.216 0-409.6-183.384-409.6-409.6s183.384-409.6 409.6-409.6c226.216 0 409.6 183.384 409.6 409.6v0c0 226.216-183.384 409.6-409.6 409.6v0zM739.328 621.312c-1.926-25.559-23.137-45.566-49.021-45.566-1.759 0-3.497 0.092-5.208 0.273l0.213-0.018c-11.454-0.008-21.934-4.17-30.017-11.062l0.065 0.054c-2.564-1.895-4.824-3.911-6.886-6.116l-0.026-0.028c-19.643-17.531-36.584-37.485-50.523-59.526l-0.677-1.146c-8.704-13.312-17.664-27.904-27.904-46.336l-13.568-25.6c-6.656-12.288-13.568-25.6-20.736-37.376s-10.752-18.944-16.384-27.904l-3.328-5.12c-6.912-11.008-15.104-23.808-25.6-36.096-20.020-27.622-43.546-51.148-70.265-70.543l-0.903-0.625c-21.303-15.57-47.891-25.092-76.679-25.598l-0.121-0.002h-4.096c-16.134 0.135-30.693 6.766-41.211 17.403l-0.005 0.005c-7.215 8.028-11.628 18.702-11.628 30.406 0 1.102 0.039 2.194 0.116 3.276l-0.008-0.145c1.536 25.904 22.918 46.329 49.071 46.329 1.742 0 3.462-0.091 5.157-0.267l-0.212 0.018c11.347 0.187 21.695 4.314 29.771 11.069l-0.075-0.061c2.564 1.895 4.824 3.911 6.886 6.116l0.026 0.028c19.643 17.531 36.584 37.485 50.523 59.526l0.677 1.146c9.472 14.336 18.432 29.184 27.904 46.336l2.048 3.584 6.144 11.52 5.376 9.472c6.656 12.288 13.568 25.6 20.736 37.376s10.496 18.944 16.384 28.16 16.128 25.6 27.904 40.96c20.013 27.628 43.54 51.155 70.265 70.544l0.903 0.624c21.859 16.026 49.289 25.645 78.966 25.645 1.219 0 2.434-0.016 3.645-0.048l-0.179 0.004c15.958-0.22 30.328-6.838 40.695-17.399l0.009-0.009c7.352-8.027 11.858-18.768 11.858-30.561 0-0.957-0.030-1.906-0.088-2.848l0.006 0.129z" />
|
64 |
-
<glyph unicode="" glyph-name="media-grid" d="M384 524.8h-332.8c-28.277 0-51.2 22.923-51.2 51.2v0 332.8c0 28.277 22.923 51.2 51.2 51.2v0h332.8c28.277 0 51.2-22.923 51.2-51.2v0-332.8c0-28.277-22.923-51.2-51.2-51.2v0zM102.4 627.2h230.4v230.4h-230.4zM384-64h-332.8c-28.277 0-51.2 22.923-51.2 51.2v0 332.8c0 28.277 22.923 51.2 51.2 51.2v0h332.8c28.277 0 51.2-22.923 51.2-51.2v0-332.8c0-28.277-22.923-51.2-51.2-51.2v0zM102.4 38.4h230.4v230.4h-230.4zM972.8 524.8h-332.8c-28.277 0-51.2 22.923-51.2 51.2v0 332.8c0 28.277 22.923 51.2 51.2 51.2v0h332.8c28.277 0 51.2-22.923 51.2-51.2v0-332.8c0-28.277-22.923-51.2-51.2-51.2v0zM691.2 627.2h230.4v230.4h-230.4zM972.8-64h-332.8c-28.277 0-51.2 22.923-51.2 51.2v0 332.8c0 28.277 22.923 51.2 51.2 51.2v0h332.8c28.277 0 51.2-22.923 51.2-51.2v0-332.8c0-28.277-22.923-51.2-51.2-51.2v0zM691.2 38.4h230.4v230.4h-230.4z" />
|
65 |
-
<glyph unicode="" glyph-name="modal-box" horiz-adv-x="1025" d="M751.275-64.769h-589.537c-0.381-0.003-0.831-0.005-1.282-0.005-88.618 0-160.457 71.839-160.457 160.457 0 0.002 0 0.004 0 0.006v0 587.999c0.291 88.397 72.018 159.944 160.456 159.944 0.090 0 0.181 0 0.271 0h371.907c29.445 0 53.315-23.87 53.315-53.315s-23.87-53.315-53.315-53.315h-371.921c-0.076 0-0.166 0.001-0.256 0.001-29.445 0-53.315-23.87-53.315-53.315 0 0 0 0 0-0.001v0-587.999c0.146-29.476 24.074-53.315 53.57-53.315 0 0 0 0 0.001 0h589.537c0 0 0 0 0.001 0 29.496 0 53.425 23.839 53.57 53.301v374.754c0 29.586 23.985 53.571 53.571 53.571s53.571-23.985 53.571-53.571v0-374.74c0 0 0-0.001 0-0.002 0-88.347-71.401-160.018-159.646-160.455h-0.042zM1008.621 642.675c-9.748-10.038-23.37-16.267-38.448-16.267s-28.7 6.229-38.435 16.254l-0.013 0.013-73.308 74.846-76.896-76.896c-9.84-9.84-23.433-15.926-38.448-15.926-30.030 0-54.374 24.344-54.374 54.374 0 15.015 6.086 28.608 15.926 38.448v0l76.896 75.615-73.308 74.589c-10.391 9.753-16.865 23.575-16.865 38.908 0 29.445 23.87 53.315 53.315 53.315 15.334 0 29.156-6.473 38.882-16.836l0.027-0.029 74.589-74.589 76.896 76.896c9.84 9.84 23.433 15.926 38.448 15.926 30.030 0 54.374-24.344 54.374-54.374 0-15.015-6.086-28.608-15.926-38.448l-76.896-76.896 74.589-74.589c8.972-9.555 14.484-22.451 14.484-36.634 0-14.703-5.923-28.023-15.514-37.703l0.004 0.004z" />
|
66 |
-
<glyph unicode="" glyph-name="pricing-table" horiz-adv-x="749" d="M589.824 960h-430.592c-88.004-0.291-159.232-71.699-159.232-159.743 0 0 0-0.001 0-0.001v0-704.512c0 0 0-0.001 0-0.001 0-88.044 71.228-159.452 159.204-159.743h430.62c88.004 0.291 159.232 71.699 159.232 159.743 0 0 0 0.001 0 0.001v0 704.512c0 0 0 0.001 0 0.001 0 88.044-71.228 159.452-159.204 159.743h-0.028zM649.984 95.744c0-33.225-26.935-60.16-60.16-60.16v0h-430.592c-33.225 0-60.16 26.935-60.16 60.16v704.512c0 33.225 26.935 60.16 60.16 60.16v0h430.592c33.225 0 60.16-26.935 60.16-60.16v0zM487.168 378.88c-5.15-40.576-33.827-73.292-71.737-84.303l-0.711-0.177v-51.2h-79.36v46.336h-27.136c0 0-0.001 0-0.001 0-21.825 0-39.534 17.62-39.679 39.41v0.014c0.142 21.909 17.792 39.649 39.653 39.936h80.155c11.169 0 20.224 9.055 20.224 20.224s-9.055 20.224-20.224 20.224h-24.064c-0.238-0.002-0.52-0.003-0.803-0.003-52.043 0-95.018 38.824-101.543 89.089l-0.055 0.514c-0.322 3-0.505 6.48-0.505 10.002 0 46.494 31.945 85.528 75.084 96.348l0.685 0.145v47.36h79.104v-44.8h25.6c21.915 0 39.68-17.765 39.68-39.68s-17.765-39.68-39.68-39.68h-81.152c-11.169 0-20.224-9.055-20.224-20.224s9.055-20.224 20.224-20.224h28.16c54.652-0.455 98.781-44.864 98.781-99.581 0-3.427-0.173-6.813-0.511-10.151l0.034 0.42z" />
|
67 |
-
<glyph unicode="" glyph-name="progress-bar" d="M969.472 730.88h-355.072c-18.657-30.236-51.603-50.084-89.185-50.084-9.523 0-18.749 1.274-27.515 3.662l0.732-0.17c-44.754 10.952-77.444 50.712-77.444 98.107 0 55.706 45.158 100.864 100.864 100.864 1.217 0 2.429-0.022 3.635-0.064l-0.175 0.005c0.086 0 0.188 0 0.29 0 37.431 0 70.241-19.787 88.54-49.472l0.257-0.449h358.4c0.039 0 0.086 0 0.132 0 28.277 0 51.2-22.923 51.2-51.2 0-5.864-0.986-11.497-2.801-16.744l0.108 0.36c-7.793-20.524-27.297-34.847-50.146-34.847-0.641 0-1.279 0.011-1.914 0.034l0.092-0.003zM326.656 730.88h-271.872c-0.344-0.008-0.75-0.013-1.157-0.013-22.746 0-42.177 14.194-49.918 34.207l-0.124 0.365c-1.762 4.961-2.78 10.683-2.78 16.642 0 28.277 22.923 51.2 51.2 51.2 0.167 0 0.335-0.001 0.502-0.002h272.102c0.344 0.008 0.75 0.013 1.157 0.013 22.746 0 42.177-14.194 49.918-34.207l0.124-0.365c1.763-4.962 2.781-10.685 2.781-16.645 0-28.277-22.923-51.2-51.2-51.2-0.258 0-0.515 0.002-0.772 0.006h0.039zM256 65.28h-201.216c-0.344-0.008-0.75-0.013-1.157-0.013-22.746 0-42.177 14.194-49.918 34.207l-0.124 0.365c-1.762 4.961-2.78 10.683-2.78 16.642 0 28.277 22.923 51.2 51.2 51.2 0.167 0 0.335-0.001 0.502-0.002h201.958c0.344 0.008 0.75 0.013 1.157 0.013 22.746 0 42.177-14.194 49.918-34.207l0.124-0.365c1.765-4.965 2.785-10.691 2.785-16.655 0-28.277-22.923-51.2-51.2-51.2-0.439 0-0.877 0.006-1.313 0.017l0.065-0.001zM972.8 398.080h-93.184c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h93.184c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM799.232 449.28c-0.722-56.001-46.288-101.12-102.392-101.12-0.003 0-0.006 0-0.008 0v0c-0.645-0.015-1.406-0.023-2.169-0.023-37.19 0-69.75 19.826-87.686 49.485l-0.257 0.458h-554.24c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h554.24c18.196 30.108 50.75 49.927 87.933 49.927 0.406 0 0.811-0.002 1.216-0.007l-0.062 0.001c0.307 0.003 0.669 0.005 1.032 0.005 56.106 0 101.673-45.122 102.391-101.057l0.001-0.068zM969.472 167.68c0.316 0.007 0.689 0.011 1.062 0.011 22.841 0 42.34-14.313 50.015-34.459l0.123-0.367c1.707-4.888 2.694-10.523 2.694-16.388 0-28.054-22.563-50.838-50.532-51.196h-430.882c-18.035-30.824-50.979-51.201-88.681-51.201-0.143 0-0.286 0-0.429 0.001h0.022c-4.852-0.815-10.442-1.28-16.14-1.28-56.554 0-102.4 45.846-102.4 102.4s45.846 102.4 102.4 102.4c5.699 0 11.288-0.465 16.734-1.361l-0.593 0.081c0.572 0.012 1.247 0.018 1.924 0.018 36.662 0 68.824-19.267 86.913-48.227l0.251-0.431z" />
|
68 |
-
<glyph unicode="" glyph-name="team-members" d="M723.456 414.208c63.021 57.606 102.4 140.17 102.4 231.931 0 173.338-140.518 313.856-313.856 313.856s-313.856-140.518-313.856-313.856c0-91.761 39.379-174.325 102.159-231.714l0.241-0.217c-176.376-63.598-300.249-229.391-300.544-424.156v-0.036c0.145-29.774 24.242-53.871 54.002-54.016h0.014c29.722 0.145 53.76 24.273 53.76 54.015 0 0 0 0 0 0.001v0c0.436 188.804 153.447 341.726 342.244 342.016h123.932c188.825-0.29 341.836-153.212 342.272-341.974v-0.042c-0.082-1.112-0.128-2.409-0.128-3.716 0-29.832 24.184-54.016 54.016-54.016s54.016 24.184 54.016 54.016c0 1.308-0.046 2.605-0.138 3.889l0.010-0.173c-0.295 194.801-124.168 360.594-297.406 423.201l-3.138 0.991zM307.2 646.144c0.148 113.703 92.356 205.82 206.080 205.82 113.815 0 206.080-92.265 206.080-206.080s-92.265-206.080-206.080-206.080c-0.45 0-0.9 0.001-1.349 0.004h0.069c-113.294 0.87-204.8 92.914-204.8 206.33 0 0.002 0 0.004 0 0.006v0z" />
|
69 |
-
<glyph unicode="" glyph-name="testimonials" d="M512 10.752c-0.012 0-0.026 0-0.041 0-14.065 0-26.805 5.671-36.058 14.851l-125.437 125.437c-9.276 9.33-22.119 15.104-36.311 15.104-0.014 0-0.029 0-0.043 0h-160.51c-84.831 0-153.6 68.769-153.6 153.6v0 422.656c0 84.831 68.769 153.6 153.6 153.6v0h90.624c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-90.624c-28.277 0-51.2-22.923-51.2-51.2v0-422.656c0-28.277 22.923-51.2 51.2-51.2v0h160.512c42.562-0.111 81.037-17.516 108.787-45.555l0.013-0.013 89.088-88.832 89.088 88.832c27.803 27.836 66.23 45.056 108.679 45.056 0.042 0 0.085 0 0.127 0h160.506c28.277 0 51.2 22.923 51.2 51.2v0 423.168c0 28.277-22.923 51.2-51.2 51.2v0h-501.248c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h501.248c84.831 0 153.6-68.769 153.6-153.6v0-422.656c0-84.831-68.769-153.6-153.6-153.6v0h-160.512c-0.012 0-0.026 0-0.041 0-14.192 0-27.035-5.774-36.309-15.102l-125.442-125.442c-9.25-9.177-21.99-14.848-36.055-14.848-0.014 0-0.029 0-0.043 0h0.002zM782.336 514.816c-0.145-34.388-28.056-62.208-62.463-62.208-34.498 0-62.464 27.966-62.464 62.464s27.966 62.464 62.463 62.464v0c34.529-0.145 62.464-28.17 62.464-62.719 0 0 0 0 0-0.001v0zM583.424 514.816c-0.146-34.387-28.056-62.207-62.463-62.207-34.498 0-62.464 27.966-62.464 62.464s27.966 62.464 62.464 62.464c0.090 0 0.18 0 0.269-0.001h-0.014c34.418-0.29 62.208-28.259 62.208-62.718 0-0.001 0-0.001 0-0.002v0zM384 514.816c-0.145-34.388-28.056-62.208-62.463-62.208-34.498 0-62.464 27.966-62.464 62.464s27.966 62.464 62.463 62.464v0c34.529-0.145 62.464-28.17 62.464-62.719 0 0 0 0 0-0.001v0z" />
|
70 |
-
<glyph unicode="" glyph-name="vertical-scroll" horiz-adv-x="230" d="M230.4 844.8c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2zM230.4 448c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2zM230.4 51.2c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2z" />
|
71 |
-
<glyph unicode="" glyph-name="video-box" d="M512-64c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 857.6c-226.216 0-409.6-183.384-409.6-409.6s183.384-409.6 409.6-409.6c226.216 0 409.6 183.384 409.6 409.6v0c0 226.216-183.384 409.6-409.6 409.6v0zM404.736 225.024c-28.051 0.295-50.677 23.104-50.677 51.197 0 18.638 9.959 34.951 24.846 43.906l0.231 0.129 212.736 128-136.192 80.896v-71.424c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 162.048c0.318 28.034 23.118 50.637 51.197 50.637 9.427 0 18.259-2.548 25.845-6.992l-0.242 0.131 286.72-171.776c14.875-9.135 24.646-25.314 24.646-43.776s-9.771-34.641-24.424-43.649l-0.222-0.127-285.952-171.776c-7.445-4.587-16.448-7.337-26.088-7.424h-0.024z" />
|
72 |
-
<glyph unicode="" glyph-name="general-tab" horiz-adv-x="1055" d="M975.547 684.151l-337.256 239.869c-30.838 21.74-69.19 34.746-110.58 34.746s-79.742-13.006-111.192-35.155l0.613 0.409-337.495-239.869c-48.303-35.139-79.404-91.391-79.636-154.918v-402.777c0.809-104.859 85.597-189.647 190.379-190.455h134.883c67.96 0 123.053 55.093 123.053 123.053v0 214.443h158.793v-214.443c0-67.96 55.093-123.053 123.053-123.053v0h134.806c104.859 0.809 189.647 85.597 190.455 190.379v402.817c0 0.004 0 0.008 0 0.012 0 63.667-31.28 120.029-79.309 154.555l-0.567 0.388zM595.115 384.315h-134.806c0 0 0 0 0 0-67.876 0-122.916-54.956-123.052-122.8v-214.456h-146.8c0 0 0 0 0 0-43.898 0-79.5 35.518-79.636 79.384v402.753c0.012 26.6 13.062 50.149 33.107 64.603l0.235 0.161 337.495 239.869c12.826 9.108 28.804 14.56 46.055 14.56s33.229-5.452 46.303-14.728l-0.249 0.167 337.495-239.869c20.28-14.616 33.33-38.165 33.342-64.763v-402.742c-0.136-43.879-35.738-79.397-79.636-79.397 0 0 0 0 0 0h-146.8v214.443c-0.137 67.857-55.177 122.813-123.052 122.813 0 0 0 0 0 0v0z" />
|
73 |
-
<glyph unicode="" glyph-name="integrations" horiz-adv-x="829" d="M416.050-63.77v0c-40.321 0.003-75.437 22.283-93.712 55.202l-0.279 0.548c-33.239 62.133-65.92 114.4-101.637 164.348l3.038-4.471c-17.508 23.037-38.933 48.608-61.739 74.64-75.331 86.159-161.26 184.297-161.26 318.834 0 229.015 185.653 414.668 414.668 414.668v0c1.308 0.015 2.853 0.024 4.401 0.024 226.598 0 410.291-183.694 410.291-410.291 0-1.547-0.009-3.093-0.026-4.636l0.002 0.236c0-138.223-84.085-235.209-158.495-322.52-21.655-25.11-41.928-48.608-58.975-71.876-32.614-45.263-66.374-97.927-97.386-152.361l-4.668-8.899c-18.936-32.191-53.406-53.455-92.842-53.455-0.485 0-0.969 0.003-1.453 0.010l0.073-0.001zM414.668 856.333c-171.708-0.131-310.87-139.293-311.001-310.988v-0.013c0-95.834 69.111-174.621 135.228-250.644 24.189-27.875 47.226-53.907 67.268-81.551 35.59-49.137 70.727-105.336 102.067-163.874l3.903-7.983c40.664 66.893 79.040 122.957 120.030 176.927l-3.692-5.070c19.351 26.493 41.928 52.755 63.813 78.326 65.656 76.022 133.385 154.809 133.385 253.869 0.011 0.964 0.017 2.102 0.017 3.242 0 169.98-137.796 307.776-307.776 307.776-1.14 0-2.279-0.006-3.416-0.019l0.173 0.001zM414.668 390.522c-85.881 0-155.501 69.62-155.501 155.501s69.62 155.501 155.501 155.501c85.881 0 155.501-69.62 155.501-155.501v0c-0.131-85.828-69.673-155.37-155.488-155.501h-0.013zM414.668 597.856c-28.627 0-51.834-23.207-51.834-51.834s23.207-51.834 51.834-51.834c28.627 0 51.834 23.207 51.834 51.834v0c0 28.627-23.207 51.834-51.834 51.834v0z" />
|
74 |
-
<glyph unicode="" glyph-name="license" horiz-adv-x="1126" d="M1105.819 838.282l-101.011 101.011c-13.132 12.989-31.197 21.014-51.137 21.014s-38.005-8.024-51.143-21.020l0.006 0.006-389.65-388.64c-50.306 32.934-111.928 52.528-178.127 52.528-0.411 0-0.821-0.001-1.232-0.002h0.064c-0.075 0-0.164 0-0.253 0-184.236 0-333.589-149.353-333.589-333.589s149.353-333.589 333.589-333.589c184.236 0 333.589 149.353 333.589 333.589v0c0.001 0.246 0.001 0.536 0.001 0.827 0 66.395-19.59 128.215-53.305 179.995l0.778-1.275 194.951 194.951 43.94-44.95c12.797-13.214 30.688-21.427 50.499-21.465h1.775c39.744 0.006 71.96 32.226 71.96 71.97 0 20.060-8.207 38.203-21.446 51.255l-0.009 0.008-44.697 45.202 42.93 41.667 50.506-50.506c12.076-9.487 27.497-15.215 44.256-15.215 39.748 0 71.97 32.222 71.97 71.97 0 16.759-5.728 32.179-15.333 44.411l0.118-0.156zM334.599 80.698c-104.6 0-189.396 84.796-189.396 189.396s84.795 189.396 189.396 189.396c104.6 0 189.396-84.795 189.396-189.396 0-0.089 0-0.178 0-0.266v0.014c0-0.075 0-0.165 0-0.254 0-104.74-84.908-189.648-189.648-189.648-0.266 0-0.533 0.001-0.799 0.002h0.041z" />
|
75 |
-
<glyph unicode="" glyph-name="system-info" d="M968.034 904.489c-34.44 34.345-81.968 55.58-134.455 55.58s-100.015-21.236-134.46-55.585l0.004 0.004-599.703-599.021c-9.133-9.341-16.281-20.665-20.734-33.261l-0.196-0.637-74.167-222.955c-2.852-8.142-4.499-17.529-4.499-27.301 0-46.992 38.095-85.087 85.087-85.087 0.062 0 0.124 0 0.186 0h-0.010c0.229-0.002 0.499-0.004 0.769-0.004 9.414 0 18.458 1.584 26.881 4.5l-0.577-0.174 223.182 74.849c13.107 4.117 24.286 11.183 33.191 20.45l0.025 0.026 501.649 500.511s1.593 1.82 2.73 2.275l94.87 94.87c35.082 34.525 56.819 82.52 56.819 135.591 0 52.959-21.645 100.863-56.572 135.347l-0.020 0.020zM294.391 118.232l-168.809-56.876 56.421 170.629 460.698 459.788 112.387-113.752zM890 713.385l-56.421-55.966-112.387 112.387 55.966 56.649c14.556 14.556 34.665 23.559 56.876 23.559 44.423 0 80.435-36.012 80.435-80.435 0-22.212-9.003-42.32-23.559-56.876v0z" />
|
76 |
-
<glyph unicode="" glyph-name="version-control" horiz-adv-x="1005" d="M502.618 258.122c-104.867 0-189.878 85.011-189.878 189.878s85.011 189.878 189.878 189.878c104.867 0 189.878-85.011 189.878-189.878v0c-0.127-104.816-85.062-189.751-189.866-189.878h-0.012zM502.618 526.185c-43.797 0-79.302-35.505-79.302-79.302s35.505-79.302 79.302-79.302c43.797 0 79.302 35.505 79.302 79.302v0c-0.127 43.746-35.556 79.175-79.29 79.302h-0.012zM587.951-64h-170.89c-0.002 0-0.003 0-0.005 0-67.092 0-121.555 54.072-122.186 121.015v0.060c0.008 0.153 0.013 0.331 0.013 0.511 0 3.661-1.957 6.865-4.882 8.623l-0.045 0.025-11.393 6.702c-1.46 0.77-3.19 1.222-5.026 1.222s-3.567-0.452-5.086-1.251l0.060 0.029c-17.556-10.279-38.658-16.349-61.178-16.349-11.13 0-21.913 1.483-32.163 4.261l0.859-0.198c-31.923 8.658-58.032 29.161-73.853 56.384l-0.311 0.58-85.333 148.328c-10.277 17.496-16.347 38.537-16.347 60.995 0 44.924 24.287 84.175 60.448 105.339l0.576 0.312c3.946 2.044 6.615 6.062 6.701 10.711v9.171c0.001 0.066 0.002 0.144 0.002 0.222 0 4.223-2.211 7.929-5.538 10.025l-0.049 0.029c-36.9 21.437-61.316 60.777-61.316 105.819 0 22.662 6.181 43.881 16.948 62.063l-0.31-0.565 85.333 147.881c21.593 36.709 60.9 60.958 105.87 60.958 22.451 0 43.491-6.044 61.581-16.594l-0.582 0.313c1.488-0.953 3.302-1.519 5.25-1.519s3.762 0.566 5.289 1.543l-0.039-0.024 10.052 5.585c3.228 1.832 5.371 5.247 5.371 9.161 0 0.156-0.003 0.312-0.010 0.466l0.001-0.022c0.127 67.434 54.758 122.065 122.18 122.192h170.902c67.434-0.127 122.065-54.758 122.192-122.18v-0.012c-0.007-0.145-0.011-0.314-0.011-0.485 0-3.733 1.948-7.011 4.883-8.872l0.043-0.025 9.159-5.138c1.932-1.426 4.36-2.282 6.988-2.282 1.672 0 3.263 0.346 4.705 0.972l-0.077-0.030c17.482 10.227 38.492 16.265 60.913 16.265 44.927 0 84.192-24.247 105.421-60.369l0.312-0.574 85.557-147.658c10.246-17.534 16.296-38.603 16.296-61.085 0-45.013-24.251-84.363-60.401-105.695l-0.572-0.312c-4.097-1.855-6.939-5.822-7.147-10.473l-0.001-0.026v-9.159c0-0.036-0.001-0.079-0.001-0.122 0-4.24 2.316-7.939 5.753-9.901l0.056-0.029h1.34c36.655-21.605 60.861-60.883 60.861-105.814 0-22.383-6.008-43.364-16.498-61.417l0.314 0.585-85.557-147.881c-21.541-36.695-60.805-60.942-105.733-60.942-22.421 0-43.431 6.039-61.493 16.578l0.58-0.313c-1.58 0.882-3.466 1.401-5.473 1.401s-3.893-0.519-5.531-1.43l0.058 0.030-10.276-6.031c-3.224-1.833-5.364-5.246-5.364-9.157 0-0.079 0.001-0.158 0.003-0.236v0.012c-0.127-67.434-54.758-122.065-122.18-122.192h-0.012zM275.211 185.522c0.087 0 0.191 0 0.294 0 22.734 0 43.993-6.312 62.121-17.279l-0.537 0.302 8.265-4.914c36.321-21.243 60.332-60.056 60.332-104.477 0-0.73-0.006-1.459-0.019-2.187l0.002 0.109c0-6.292 5.101-11.393 11.393-11.393v0h170.89c6.292 0 11.393 5.101 11.393 11.393v0c-0.001 0.148-0.001 0.323-0.001 0.497 0 45.174 24.786 84.559 61.499 105.298l0.603 0.313 7.148 4.244c17.627 10.474 38.862 16.665 61.543 16.665s43.916-6.191 62.107-16.975l-0.564 0.31c1.689-1.013 3.726-1.612 5.904-1.612 4.206 0 7.889 2.235 9.928 5.582l0.029 0.051 86.003 149.668c1.003 1.663 1.597 3.67 1.597 5.817 0 4.163-2.232 7.804-5.565 9.792l-0.052 0.029c-37.522 21.643-62.49 61.35-62.994 106.93l-0.001 0.071v8.712c0 0.114-0.001 0.25-0.001 0.386 0 44.871 24.275 84.072 60.408 105.188l0.577 0.311c3.88 2.341 6.434 6.533 6.434 11.323 0 1.882-0.395 3.673-1.106 5.293l0.033-0.085-85.333 147.658c-2.070 3.385-5.747 5.61-9.943 5.61-1.827 0-3.555-0.422-5.093-1.173l0.069 0.030c-17.48-10.37-38.533-16.499-61.017-16.499-22.64 0-43.828 6.214-61.952 17.029l0.554-0.306-7.818 4.468c-37.331 21.218-62.101 60.718-62.101 106.004 0 0.037 0 0.074 0 0.11v-0.006c0.001 0.066 0.002 0.145 0.002 0.223 0 6.292-5.101 11.393-11.393 11.393-0.001 0-0.002 0-0.002 0h-171.783c-6.292 0-11.393-5.101-11.393-11.393v0c0-0.039 0-0.086 0-0.133 0-45.105-24.574-84.47-61.063-105.439l-0.591-0.313-5.585-3.127c-18.295-11.547-40.556-18.399-64.417-18.399-22.33 0-43.258 6.001-61.26 16.477l0.582-0.313c-1.663 1.003-3.67 1.597-5.817 1.597-4.163 0-7.804-2.232-9.792-5.565l-0.029-0.052-86.003-148.105c-0.954-1.649-1.516-3.628-1.516-5.738 0-4.166 2.193-7.82 5.488-9.87l0.049-0.029c37.778-21.271 62.899-61.080 62.995-106.765v-8.726c0 0 0-0.001 0-0.001 0-44.927-24.158-84.212-60.193-105.572l-0.568-0.311c-4.037-1.944-6.773-6.003-6.773-10.701 0-2.054 0.523-3.985 1.443-5.668l-0.031 0.062 85.333-147.881c2.43-3.214 6.246-5.269 10.542-5.269 1.839 0 3.591 0.377 5.181 1.057l-0.086-0.033c17.421 10.252 38.377 16.307 60.747 16.307 0.005 0 0.010 0 0.015 0h-0.001z" />
|
77 |
-
<glyph unicode="" glyph-name="white-label" horiz-adv-x="901" d="M120.783-64c-18.709 0.031-36.417 4.286-52.231 11.863l0.731-0.315c-41.244 19.404-69.284 60.613-69.284 108.372 0 0.223 0.001 0.445 0.002 0.668v-0.034 717.077c0.131 102.877 83.494 186.24 186.358 186.371h527.947c102.877-0.131 186.24-83.494 186.371-186.358v-717.089c0.001-0.188 0.002-0.411 0.002-0.633 0-47.759-28.040-88.968-68.556-108.063l-0.728-0.309c-15.089-7.219-32.789-11.468-51.473-11.547h-0.027c-0.037 0-0.080 0-0.124 0-29.357 0-56.225 10.657-76.947 28.314l0.167-0.138-202.999 169.050c-13.286 11.346-30.663 18.249-49.653 18.249s-36.367-6.903-49.759-18.337l-203.123-169.193c-20.622-17.28-47.405-27.817-76.645-27.944h-0.028zM450.338 259.32c0.029 0 0.064 0 0.098 0 45.519 0 87.226-16.318 119.591-43.424l-0.291 0.238 222.167-184.754v742.25c-0.131 42.756-34.822 77.366-77.596 77.366 0 0 0 0 0 0h-527.935c0 0 0 0 0 0-42.774 0-77.465-34.61-77.596-77.353v-741.801l222.167 184.754c32.083 26.986 73.799 43.449 119.355 43.648h0.043z" />
|
78 |
-
<glyph unicode="" glyph-name="widgets-and-addons" d="M282.396 511.943h-116.736c-91.492 0-165.66 74.169-165.66 165.66v0 116.736c0 91.492 74.169 165.66 165.66 165.66v0h116.736c91.492 0 165.66-74.169 165.66-165.66v0-116.736c0-91.492-74.169-165.66-165.66-165.66v0zM165.66 832.114c-20.862 0-37.774-16.912-37.774-37.774v0-116.736c0 0 0 0 0-0.001 0-20.736 16.81-37.547 37.547-37.547 0.080 0 0.16 0 0.24 0.001h116.724c20.736 0 37.547 16.81 37.547 37.547v116.736c0 0.068 0.001 0.148 0.001 0.228 0 20.736-16.81 37.547-37.547 37.547 0 0-0.001 0-0.001 0v0zM858.34 511.943h-116.736c-91.492 0-165.66 74.169-165.66 165.66v0 116.736c0 91.492 74.169 165.66 165.66 165.66v0h116.736c91.492 0 165.66-74.169 165.66-165.66v0-116.736c0-91.492-74.169-165.66-165.66-165.66v0zM741.604 832.114c0 0 0 0-0.001 0-20.736 0-37.547-16.81-37.547-37.547 0-0.080 0-0.16 0.001-0.24v0.012-116.736c0-20.736 16.81-37.547 37.547-37.547v0h116.736c0.068 0 0.148-0.001 0.228-0.001 20.736 0 37.547 16.81 37.547 37.547 0 0 0 0.001 0 0.001v0 116.736c0 20.862-16.912 37.774-37.774 37.774v0zM282.396-64h-116.736c-91.492 0-165.66 74.169-165.66 165.66v0 116.736c0 91.492 74.169 165.66 165.66 165.66v0h116.736c91.492 0 165.66-74.169 165.66-165.66v0-116.736c0-91.492-74.169-165.66-165.66-165.66v0zM165.66 255.943c-0.068 0-0.148 0.001-0.228 0.001-20.736 0-37.547-16.81-37.547-37.547 0 0 0-0.001 0-0.001v0-116.736c0-20.862 16.912-37.774 37.774-37.774v0h116.736c0 0 0 0 0.001 0 20.736 0 37.547 16.81 37.547 37.547 0 0.080 0 0.16-0.001 0.24v-0.012 116.736c0 20.736-16.81 37.547-37.547 37.547v0zM858.34-64h-116.736c-91.492 0-165.66 74.169-165.66 165.66v0 116.736c0 91.492 74.169 165.66 165.66 165.66v0h116.736c91.492 0 165.66-74.169 165.66-165.66v0-116.736c0-91.492-74.169-165.66-165.66-165.66v0zM741.604 255.943c-20.736 0-37.547-16.81-37.547-37.547v0-116.736c0-0.068-0.001-0.148-0.001-0.228 0-20.736 16.81-37.547 37.547-37.547 0 0 0.001 0 0.001 0h116.736c20.862 0 37.774 16.912 37.774 37.774v0 116.736c0 0 0 0 0 0.001 0 20.736-16.81 37.547-37.547 37.547-0.080 0-0.16 0-0.24-0.001h0.012z" />
|
79 |
-
<glyph unicode="" glyph-name="all-widgets" d="M139.947 345.6h129.707c77.29 0 139.947-62.656 139.947-139.947v-129.707c0-77.29-62.656-139.947-139.947-139.947h-129.707c-77.29 0-139.947 62.656-139.947 139.947v129.707c0 77.29 62.656 139.947 139.947 139.947zM752.754 345.6h132.892c76.411 0 138.354-61.943 138.354-138.354v-132.892c0-76.411-61.943-138.354-138.354-138.354h-132.892c-76.411 0-138.354 61.943-138.354 138.354v132.892c0 76.411 61.943 138.354 138.354 138.354zM754.574 960h129.252c77.416 0 140.174-62.758 140.174-140.174v-129.252c0-77.416-62.758-140.174-140.174-140.174h-129.252c-77.416 0-140.174 62.758-140.174 140.174v129.252c0 77.416 62.758 140.174 140.174 140.174zM139.719 960h130.162c77.165 0 139.719-62.554 139.719-139.719v-130.162c0-77.165-62.554-139.719-139.719-139.719h-130.162c-77.165 0-139.719 62.554-139.719 139.719v130.162c0 77.165 62.554 139.719 139.719 139.719z" />
|
80 |
-
<glyph unicode="" glyph-name="blurbs-and-cta-widgets" d="M409.6 140.8h409.6c113.108 0 204.8 91.692 204.8 204.8v0 409.6c0 113.108-91.692 204.8-204.8 204.8v0h-409.6c-113.108 0-204.8-91.692-204.8-204.8v0-407.78c0.129-114.061 92.559-206.491 206.608-206.62h0.012zM256 38.4c-84.831 0-153.6 68.769-153.6 153.6v0 381.156c0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2v0-381.156c0-141.385 114.615-256 256-256v0h381.156c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2v0z" />
|
81 |
-
<glyph unicode="" glyph-name="contact-widgets" horiz-adv-x="1396" d="M555.132 546.987l-479.108 385.086c26.241 17.403 58.439 27.81 93.060 27.927h1058.163c34.653-0.097 66.856-10.508 93.723-28.321l-0.632 0.394-478.177-385.086c-38.86-31.592-88.953-50.725-143.515-50.725s-104.655 19.133-143.936 51.057l0.421-0.331zM1396.364 782.196v-677.081c0-93.4-75.715-169.115-169.115-169.115v0h-1058.133c-93.329 0.176-168.939 75.786-169.115 169.098v677.098c-0.001 0.222-0.002 0.485-0.002 0.747 0 35.157 10.787 67.795 29.233 94.783l-0.373-0.578 484.693-390.361c50.227-40.144 114.519-64.609 184.506-65.163l0.124-0.001c0.412-0.002 0.899-0.003 1.386-0.003 70.381 0 134.933 24.953 185.293 66.496l-0.497-0.398 484.073 389.43c17.507-26.116 27.941-58.255 27.941-92.831 0-0.746-0.005-1.491-0.015-2.234l0.001 0.113z" />
|
82 |
-
<glyph unicode="" glyph-name="content-widgets" horiz-adv-x="1138" d="M849.794 960c0.15 0 0.328 0 0.506 0 158.592 0 287.19-128.421 287.478-286.946v-449.829c-0.288-158.692-128.999-287.226-287.731-287.226-0.089 0-0.178 0-0.267 0h-562.048c0 0 0 0 0 0-158.732 0-287.443 128.534-287.731 287.198v449.577c0.144 158.573 128.653 287.082 287.212 287.226h562.581zM940.31 587.062l4.551 4.551c6.487 7.616 10.432 17.57 10.432 28.444s-3.946 20.828-10.484 28.506l0.052-0.062c-7.873 8.067-18.53 13.386-30.415 14.4l-0.179 0.012c-0.733 0.044-1.591 0.069-2.454 0.069-11.353 0-21.69-4.35-29.435-11.475l0.031 0.028-256.632-203.536c-15.32-12.745-35.201-20.48-56.889-20.48s-41.568 7.735-57.034 20.597l0.145-0.117-256.126 204.8c-7.107 5.263-16.047 8.425-25.725 8.425-24.018 0-43.488-19.47-43.488-43.488 0-9.742 3.203-18.736 8.614-25.985l-0.082 0.115 7.080-7.332 258.908-202.272c30.223-24.098 68.972-38.667 111.123-38.667s80.9 14.569 111.485 38.945l-0.362-0.279z" />
|
83 |
-
<glyph unicode="" glyph-name="image-widgets" d="M887.467-41.244v2.276c-32.732-15.692-71.14-24.909-111.688-25.031h-519.779c-141.385 0-256 114.615-256 256v0 88.292c1.221 0.551 2.271 1.238 3.199 2.059l-0.013-0.011c104.903 87.381 217.543 131.527 333.596 131.527v0c239.844 0 465.806-186.368 550.684-452.38zM773.689 960h-517.689c-141.385 0-256-114.615-256-256v0-337.92c91.377 70.78 207.13 114.129 332.93 116.048l0.439 0.005c9.33 0 19.115 0 28.217 0 104.071-6.788 199.035-40.671 279.433-94.588l-2.043 1.29c142.842-95.27 250.349-233.701 304.723-396.455l1.567-5.408c48.603 47.588 78.735 113.877 78.735 187.203 0 0.266 0 0.533-0.001 0.799v-0.041 523.378c0.009 0.817 0.015 1.781 0.015 2.747 0 141.984-114.268 257.279-255.858 258.94l-0.157 0.001zM732.729 604.103c-0.068 0-0.148 0-0.228 0-42.478 0-76.914 34.435-76.914 76.914s34.435 76.914 76.914 76.914c42.478 0 76.914-34.435 76.914-76.913v0c0 0 0 0 0 0 0-42.398-34.306-76.784-76.674-76.913h-0.013z" />
|
84 |
-
<glyph unicode="" glyph-name="message" horiz-adv-x="1138" d="M849.794 960c0.15 0 0.328 0 0.506 0 158.592 0 287.19-128.421 287.478-286.946v-449.829c-0.288-158.692-128.999-287.226-287.731-287.226-0.089 0-0.178 0-0.267 0h-562.048c0 0 0 0 0 0-158.732 0-287.443 128.534-287.731 287.198v449.577c0.144 158.573 128.653 287.082 287.212 287.226h562.581zM940.31 587.062l4.551 4.551c6.487 7.616 10.432 17.57 10.432 28.444s-3.946 20.828-10.484 28.506l0.052-0.062c-7.873 8.067-18.53 13.386-30.415 14.4l-0.179 0.012c-0.733 0.044-1.591 0.069-2.454 0.069-11.353 0-21.69-4.35-29.435-11.475l0.031 0.028-256.632-203.536c-15.32-12.745-35.201-20.48-56.889-20.48s-41.568 7.735-57.034 20.597l0.145-0.117-256.126 204.8c-7.107 5.263-16.047 8.425-25.725 8.425-24.018 0-43.488-19.47-43.488-43.488 0-9.742 3.203-18.736 8.614-25.985l-0.082 0.115 7.080-7.332 258.908-202.272c30.223-24.098 68.972-38.667 111.123-38.667s80.9 14.569 111.485 38.945l-0.362-0.279z" />
|
85 |
-
<glyph unicode="" glyph-name="off-grid-widgets" horiz-adv-x="1041" d="M883.433 676.771c77.252-4.721 140.095-60.978 154.818-134.608l0.179-1.072c1.494-8.285 2.348-17.821 2.348-27.557 0-88.015-69.798-159.728-157.063-162.806l-0.281-0.008zM813.615 900.422v-765.207c0-32.904-26.674-59.578-59.578-59.578v0h-19.316c-0.217-0.001-0.475-0.002-0.732-0.002-39.55 0-74.887 18.036-98.236 46.331l-0.173 0.216c-34.096 42.335-85.759 69.33-143.744 69.818l-0.082 0.001h-73.775v-184.087c-0.524-39.829-32.934-71.914-72.838-71.914-0.166 0-0.331 0.001-0.497 0.002h-40.237c-40.102 0-72.611 32.509-72.611 72.611v0 199.68c-135.169 41.188-231.816 164.77-231.816 310.924 0 179.173 145.249 324.422 324.422 324.422 0.171 0 0.341 0 0.512 0h166.141c57.892 0.184 109.539 26.762 143.563 68.324l0.262 0.33c23.522 28.512 58.86 46.548 98.41 46.548 0.257 0 0.514-0.001 0.771-0.002h19.976c0.046 0 0.1 0 0.155 0 6.027 0 11.815-1.023 17.2-2.904l-0.366 0.111c4.129-1.275 7.674-2.776 11.030-4.582l-0.325 0.16c18.694-9.9 31.337-29.012 31.882-51.126l0.001-0.074z" />
|
86 |
-
<glyph unicode="" glyph-name="section-addons" horiz-adv-x="1040" d="M958.122 631.996v58.712c0.012 0.794 0.019 1.732 0.019 2.671 0 50.807-20.49 96.829-53.658 130.253l0.011-0.011c-33.999 34.358-81.032 55.76-133.066 56.169h-44.458c-0.917-0.074-1.986-0.116-3.064-0.116-22.468 0-40.683 18.214-40.683 40.683s18.214 40.683 40.683 40.683c1.078 0 2.147-0.042 3.204-0.124l-0.14 0.009h44.381c148.272-1.689 267.927-121.83 268.828-270.13v-57.874c-1.653-21.358-19.39-38.063-41.029-38.063s-39.377 16.705-41.021 37.922l-0.009 0.141zM40.451 591.545c-22.236 0.258-40.194 18.215-40.451 40.427v58.737c1.436 148.794 122.197 268.906 271.104 269.291h44.187c22.432-0.124 40.629-18.078 41.144-40.403l0.001-0.048c-0.513-22.421-18.685-40.431-41.121-40.682h-44.174c-0.173 0.001-0.377 0.001-0.581 0.001-52.382 0-99.813-21.197-134.184-55.481l0.004 0.004c-33.564-33.481-54.329-79.778-54.329-130.925 0-0.617 0.003-1.234 0.009-1.849l-0.001 0.094v-57.788c-0.513-22.293-18.581-40.2-40.89-40.451h-0.024zM82.059 264.004v-58.712c-0.012-0.794-0.019-1.732-0.019-2.671 0-50.807 20.49-96.829 53.658-130.253l-0.011 0.011c34.025-34.317 81.042-55.706 133.055-56.169l0.088-0.001h44.381c0.917 0.074 1.986 0.116 3.064 0.116 22.468 0 40.683-18.214 40.683-40.683s-18.214-40.683-40.683-40.683c-1.078 0-2.147 0.042-3.204 0.124l0.14-0.009h-44.381c-148.272 1.689-267.927 121.83-268.828 270.13v57.874c1.653 21.358 19.39 38.063 41.029 38.063s39.377-16.705 41.021-37.922l0.009-0.141zM999.729 303.53c21.921-0.243 39.689-17.687 40.45-39.457l0.002-0.070v-58.712c-1.435-148.713-122.065-268.775-270.86-269.291h-44.431c-0.917-0.074-1.986-0.116-3.064-0.116-22.468 0-40.683 18.214-40.683 40.683s18.214 40.683 40.683 40.683c1.078 0 2.147-0.042 3.204-0.124l-0.14 0.009h44.381c0.132 0 0.289-0.001 0.446-0.001 52.352 0 99.752 21.198 134.087 55.479l-0.002-0.002c33.564 33.481 54.329 79.778 54.329 130.925 0 0.617-0.003 1.234-0.009 1.849l0.001-0.094v57.788c0.388 22.345 18.53 40.325 40.902 40.451h0.012zM693.454 159.061h-346.727c-63.831 0-115.576 51.745-115.576 115.576v0 346.727c0 63.831 51.745 115.576 115.576 115.576v0h346.727c63.831 0 115.576-51.745 115.576-115.576v0-346.727c0-63.831-51.745-115.576-115.576-115.576v0z" />
|
87 |
-
<glyph unicode="" glyph-name="social-feed-widgets" horiz-adv-x="939" d="M201.751 562.774v-551.902c-21.080-23.819-51.721-38.764-85.853-38.781h-0.003c-0.001 0-0.002 0-0.003 0-63.692 0-115.383 51.378-115.891 114.95v393.239c-0.012 0.646-0.020 1.407-0.020 2.171 0 54.302 36.022 100.19 85.474 115.073l0.851 0.22c8.944 2.498 19.216 3.934 29.822 3.934 33.959 0 64.48-14.72 85.531-38.127l0.093-0.105zM936.35 449.793l-75.769-376.827c-11.775-77.927-78.28-136.972-158.576-136.972-6.684 0-13.272 0.409-19.741 1.204l0.776-0.078-334.011 37.66c-28.037 3.383-52.344 17.15-69.362 37.278l-0.13 0.158c-3.592 3.918-7.048 8.157-10.252 12.589l-0.284 0.412v548.764l315.405 351.944c18.456 20.934 45.334 34.071 75.281 34.071 18.145 0 35.164-4.823 49.844-13.257l-0.488 0.258c31.606-17.508 52.648-50.663 52.648-88.733 0-16.699-4.049-32.453-11.218-46.333l0.265 0.565-89.667-181.352c-2.259-4.153-3.587-9.095-3.587-14.348 0-16.759 13.522-30.359 30.251-30.486h0.012l145.709-5.604c58.524-2.688 104.955-50.788 104.955-109.734 0-7.494-0.75-14.813-2.18-21.885l0.119 0.704z" />
|
88 |
-
<glyph unicode="" glyph-name="table-and-chars-widgets" d="M750.933 960c174.080 0 273.067-98.759 273.067-273.067v0-477.867c0-174.080-98.759-273.067-273.067-273.067h-477.867c-174.308 0-273.067 98.759-273.067 273.067v0 477.867c0 174.308 98.759 273.067 273.067 273.067h477.867zM547.954 769.536c-7.012 4.634-15.616 7.393-24.865 7.393-25.135 0-45.511-20.376-45.511-45.511 0-1.803 0.105-3.581 0.309-5.33l-0.020 0.213v-558.876c2.39-23.1 21.751-40.961 45.283-40.961 0.080 0 0.16 0 0.24 0.001h-0.012c0.068 0 0.148-0.001 0.228-0.001 23.532 0 42.893 17.861 45.267 40.765l0.016 0.195v558.876c0.169 1.472 0.265 3.178 0.265 4.906 0 16.023-8.28 30.112-20.795 38.221l-0.178 0.108zM297.188 595.911c-6.846 4.341-15.182 6.918-24.121 6.918s-17.275-2.577-24.307-7.028l0.187 0.11c-13.056-8.153-21.614-22.443-21.614-38.732 0-1.586 0.081-3.153 0.239-4.697l-0.016 0.194v-379.335c0-25.135 20.376-45.511 45.511-45.511s45.511 20.376 45.511 45.511v0 0 379.108c0.156 1.415 0.245 3.056 0.245 4.718 0 16.298-8.567 30.595-21.444 38.634l-0.192 0.112zM775.054 403.399c-6.897 4.429-15.315 7.061-24.348 7.061s-17.451-2.632-24.53-7.17l0.182 0.109c-12.851-7.762-21.31-21.655-21.31-37.523 0-2.014 0.136-3.997 0.4-5.938l-0.025 0.226v-179.996c2.39-23.1 21.751-40.961 45.283-40.961 0.080 0 0.16 0 0.24 0.001h-0.012c0.068 0 0.148-0.001 0.228-0.001 23.532 0 42.893 17.861 45.267 40.765l0.016 0.195v179.769c0.142 1.35 0.223 2.918 0.223 4.504 0 16.289-8.558 30.579-21.422 38.62l-0.191 0.112z" />
|
89 |
-
<glyph unicode="" glyph-name="testimonials-and-reviews-widgets" d="M512 960c0.379 0.001 0.827 0.002 1.276 0.002 282.77 0 512-229.23 512-512s-229.23-512-512-512c-87.909 0-170.643 22.155-242.924 61.186l2.715-1.341h-1.593c-15.246 6.144-27.534 17.067-41.87 24.121-8.435 3.656-18.258 5.783-28.578 5.783-7.749 0-15.219-1.199-22.233-3.422l0.521 0.142c-29.627-10.816-68.275-22.231-107.704-31.635l-7.894-1.589c-20.48 0-26.624 11.833-26.624 31.858 10.827 47.474 23.027 87.476 37.679 126.274l-2.18-6.58c2.107 6.024 3.323 12.969 3.323 20.197 0 11.030-2.833 21.398-7.811 30.417l0.164-0.325-10.24 19.797c-36.341 67.827-57.787 148.346-58.026 233.851v3.262c0 282.77 229.23 512 512 512v0zM747.975 513.081c-36.195 0-65.536-29.341-65.536-65.536s29.341-65.536 65.536-65.536c36.195 0 65.536 29.341 65.536 65.536v0c-0.129 36.143-29.393 65.407-65.524 65.536h-0.012zM512 513.081c-36.195 0-65.536-29.341-65.536-65.536s29.341-65.536 65.536-65.536c36.195 0 65.536 29.341 65.536 65.536v0c0 0.068 0 0.148 0 0.228 0 36.069-29.24 65.308-65.308 65.308-0.080 0-0.16 0-0.24 0h0.012zM276.025 513.081c-36.195 0-65.536-29.341-65.536-65.536s29.341-65.536 65.536-65.536v0c36.195 0 65.536 29.341 65.536 65.536s-29.341 65.536-65.536 65.536v0z" />
|
90 |
-
<glyph unicode="" glyph-name="pa-admin-icon" d="M1024.437 448.219c-0.596-158.073-72.763-299.17-185.761-392.653l-0.858-0.689h-13.548l-104.891 323.851 285.828 207.597 3.059-11.8c9.961-37.82 15.839-81.301 16.17-126.103l0.001-0.204zM798.047 22.972l-10.489-6.556c-77.973-50.165-173.175-79.974-275.339-79.974s-197.366 29.808-277.383 81.202l2.043-1.228-10.489 6.556 285.828 206.723zM305.058 380.913l-107.076-329.533h-9.178c-115.562 94.543-188.753 237.138-188.804 396.829v0.009c0.139 45.7 6.029 89.961 16.983 132.181l-0.813-3.69 3.059 11.8zM493.426 960l-109.262-336.963h-352.697l4.37 13.111c73.442 181.603 242.662 310.074 443.369 323.333l1.545 0.082zM992.97 623.037h-352.697l-109.262 336.963h12.674c202.344-13.418 371.597-142.068 443.682-320.403l1.232-3.448z" />
|
91 |
</font></defs></svg>
|
1 |
+
<?xml version="1.0" standalone="no"?>
|
2 |
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3 |
+
<svg xmlns="http://www.w3.org/2000/svg">
|
4 |
+
<metadata>Generated by IcoMoon</metadata>
|
5 |
+
<defs>
|
6 |
+
<font id="icomoon" horiz-adv-x="1024">
|
7 |
+
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
8 |
+
<missing-glyph horiz-adv-x="1024" />
|
9 |
+
<glyph unicode=" " horiz-adv-x="512" d="" />
|
10 |
+
<glyph unicode="" glyph-name="pa-blob-generator-section-addon" d="M512-64c-6.339 0.025-12.408 1.149-18.036 3.19l0.372-0.118c-19.741 7.406-33.536 26.12-33.536 48.056 0 0.025 0 0.050 0 0.075v-0.004 325.12h-409.6c-27.965 0.407-50.478 23.172-50.478 51.195 0 12.622 4.567 24.177 12.139 33.103l-0.061-0.074 460.8 545.28c9.428 10.657 23.137 17.342 38.407 17.342 27.984 0 50.724-22.45 51.193-50.322l0.001-0.044v-325.12h409.6c27.965-0.407 50.478-23.172 50.478-51.195 0-12.622-4.567-24.177-12.139-33.103l0.061 0.074-460.8-545.28c-9.299-10.969-23.012-17.949-38.361-18.176h-0.039zM161.536 414.72h350.464c28.277 0 51.2-22.923 51.2-51.2v0-235.52l299.264 353.28h-350.464c-28.277 0-51.2 22.923-51.2 51.2v0 235.52z" />
|
11 |
+
<glyph unicode="" glyph-name="pa-woo-products-listing-widget" horiz-adv-x="847" d="M845.824 138.752l-73.472 473.856c-10.289 59.506-61.523 104.194-123.195 104.194-0.249 0-0.498-0.001-0.747-0.002h-14.042v37.888c0 113.108-91.692 204.8-204.8 204.8s-204.8-91.692-204.8-204.8v0-37.888h-25.6c-62.403-0.009-114.158-45.584-123.808-105.264l-0.096-0.72-72.96-471.552c-1.45-8.465-2.279-18.216-2.279-28.16 0-96.609 78.237-174.944 174.808-175.104h496.911c0.348-0.003 0.761-0.004 1.173-0.004 96.707 0 175.104 78.397 175.104 175.104 0 9.763-0.799 19.34-2.335 28.668l0.138-1.016zM326.144 754.688c0 56.554 45.846 102.4 102.4 102.4s102.4-45.846 102.4-102.4v0-37.888h-204.8zM727.040 63.488c-13.4-15.686-33.191-25.573-55.291-25.6h-496.901c-0.034 0-0.075 0-0.116 0-40.012 0-72.448 32.436-72.448 72.448 0 4.524 0.415 8.952 1.208 13.246l-0.068-0.446 72.192 473.088c2.214 10.449 11.361 18.177 22.313 18.177 0.075 0 0.151 0 0.226-0.001h450.292c0.033 0 0.072 0 0.111 0 11.277 0 20.662-8.102 22.651-18.802l0.022-0.142 72.192-472.832c0.627-3.561 0.985-7.661 0.985-11.844 0-17.92-6.576-34.304-17.446-46.871l0.077 0.091z" />
|
12 |
+
<glyph unicode="" glyph-name="alert-box" horiz-adv-x="992" d="M987.392 79.104c-8.324-17.678-25.991-29.696-46.465-29.696-0.045 0-0.089 0-0.134 0h-329.209c-4.149-60.371-54.139-107.772-115.2-107.772s-111.051 47.401-115.18 107.413l-0.020 0.359h-329.728c-0.038 0-0.082 0-0.127 0-20.474 0-38.142 12.018-46.333 29.384l-0.132 0.312c-2.971 6.289-4.705 13.661-4.705 21.439 0 12.65 4.587 24.228 12.189 33.162l-0.060-0.073c67.072 78.336 99.84 186.368 99.84 318.464v108.288c0.234 53.87 10.74 105.22 29.659 152.283l-0.987-2.779c7.952 18.591 26.087 31.381 47.208 31.381 28.277 0 51.2-22.923 51.2-51.2 0-6.109-1.070-11.969-3.033-17.401l0.113 0.357c-13.548-33.354-21.516-72.032-21.76-112.542v-108.386c0.155-5.219 0.243-11.359 0.243-17.519 0-103.194-24.78-200.6-68.714-286.592l1.655 3.568h696.832c-42.279 82.425-67.059 179.831-67.059 283.025 0 6.16 0.088 12.3 0.264 18.418l-0.020-0.899v108.288c0 163.84-128 297.216-281.6 297.216-80.494-0.042-152.754-35.258-202.25-91.11l-0.246-0.282c-9.47-10.568-23.162-17.187-38.4-17.187-28.438 0-51.491 23.053-51.491 51.491 0 13.2 4.967 25.24 13.134 34.353l-0.043-0.049c68.984 76.751 168.489 124.89 279.243 125.184h0.053c211.2 0 384-179.2 384-399.616v-108.288c0-132.864 33.536-240.128 100.608-318.464 7.244-8.766 11.637-20.12 11.637-32.5 0-8.006-1.838-15.584-5.114-22.333l0.133 0.304z" />
|
13 |
+
<glyph unicode="" glyph-name="animated-gradients" horiz-adv-x="826" d="M825.6 360.96c0.102-3.432 0.161-7.47 0.161-11.52 0-228.123-184.758-413.094-412.8-413.44h-0.033c-228.075 0.346-412.833 185.317-412.833 413.44 0 4.051 0.058 8.089 0.174 12.112l-0.013-0.592c1.13 27.404 23.621 49.193 51.2 49.193 28.3 0 51.241-22.941 51.241-51.241 0-0.72-0.015-1.437-0.044-2.15l0.003 0.102c-0.060-2.287-0.095-4.98-0.095-7.68 0-171.495 138.905-310.546 310.344-310.784h0.023c171.462 0.238 310.367 139.289 310.367 310.784 0 2.701-0.034 5.393-0.103 8.077l0.008-0.397c-10.24 244.736-231.68 430.848-310.272 489.216-61.44-45.312-208.384-167.68-275.712-334.080-5.12-12.544-9.728-25.6-13.824-38.4-6.736-20.947-26.050-35.84-48.842-35.84-0.019 0-0.038 0-0.057 0h0.003c-5.484 0.014-10.767 0.855-15.737 2.405l0.377-0.101c-20.981 6.716-35.905 26.046-35.905 48.862 0 5.497 0.866 10.793 2.47 15.756l-0.101-0.362c4.864 15.36 10.496 30.976 16.64 46.080 94.464 233.984 314.88 384 340.992 400.128l2.304 1.536 3.84 2.304 3.84 1.792 5.632 1.792c1.978 0.854 4.296 1.564 6.704 2.016l0.208 0.032h7.168c1.422 0.181 3.067 0.284 4.736 0.284s3.314-0.103 4.929-0.303l-0.193 0.020c0.654 0.112 1.408 0.176 2.176 0.176s1.522-0.064 2.255-0.187l-0.079 0.011c1.729-0.308 3.275-0.842 4.699-1.579l-0.091 0.043c2.054-0.622 3.836-1.405 5.499-2.37l-0.123 0.066 5.888-3.584c34.816-24.832 368.896-251.392 382.976-591.616z" />
|
14 |
+
<glyph unicode="" glyph-name="background-transition" d="M512 199.424c-137.285 0-248.576 111.291-248.576 248.576s111.291 248.576 248.576 248.576c137.285 0 248.576-111.291 248.576-248.576v0c-0.291-137.168-111.409-248.285-248.548-248.576h-0.028zM512 594.176c-80.731 0-146.176-65.445-146.176-146.176s65.445-146.176 146.176-146.176c80.731 0 146.176 65.445 146.176 146.176v0c0 80.731-65.445 146.176-146.176 146.176v0zM512 755.2c-28.277 0-51.2 22.923-51.2 51.2v0 102.4c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-102.4c0-28.277-22.923-51.2-51.2-51.2v0zM512-64c-28.277 0-51.2 22.923-51.2 51.2v0 102.4c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-102.4c0-28.277-22.923-51.2-51.2-51.2v0zM153.6 396.8h-102.4c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h102.4c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM972.8 396.8h-102.4c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h102.4c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM764.928 649.728c-0.012 0-0.027 0-0.041 0-28.277 0-51.2 22.923-51.2 51.2 0 14.212 5.791 27.072 15.142 36.349l72.707 72.707c9.271 9.271 22.078 15.004 36.224 15.004 28.293 0 51.228-22.936 51.228-51.228 0-14.146-5.734-26.953-15.004-36.224v0l-72.704-72.704c-9.276-9.33-22.119-15.104-36.311-15.104-0.014 0-0.029 0-0.043 0h0.002zM186.112 70.912c-0.012 0-0.027 0-0.041 0-28.277 0-51.2 22.923-51.2 51.2 0 14.212 5.791 27.072 15.142 36.349l72.707 72.707c9.271 9.271 22.078 15.004 36.224 15.004 28.293 0 51.228-22.936 51.228-51.228 0-14.146-5.734-26.953-15.004-36.224v0l-72.704-72.704c-9.276-9.33-22.119-15.104-36.311-15.104-0.014 0-0.029 0-0.043 0h0.002zM259.072 649.728c-0.012 0-0.026 0-0.041 0-14.192 0-27.035 5.774-36.309 15.102l-72.706 72.706c-9.271 9.271-15.004 22.078-15.004 36.224 0 28.293 22.936 51.228 51.228 51.228 14.146 0 26.953-5.734 36.224-15.004v0l72.704-72.704c9.354-9.28 15.145-22.14 15.145-36.352 0-28.277-22.923-51.2-51.2-51.2-0.014 0-0.029 0-0.043 0h0.002zM837.888 70.912c-0.012 0-0.026 0-0.041 0-14.192 0-27.035 5.774-36.309 15.102l-72.706 72.706c-9.271 9.271-15.004 22.078-15.004 36.224 0 28.293 22.936 51.228 51.228 51.228 14.146 0 26.953-5.734 36.224-15.004l72.704-72.704c9.354-9.28 15.145-22.14 15.145-36.352 0-28.277-22.923-51.2-51.2-51.2-0.014 0-0.029 0-0.043 0h0.002z" />
|
15 |
+
<glyph unicode="" glyph-name="behance-feed" d="M921.6 686.592h-265.984v66.56h265.984zM515.072 413.184c16.129-26.372 25.68-58.288 25.68-92.435 0-1.884-0.029-3.761-0.087-5.63l0.007 0.274c0.033-1.338 0.052-2.915 0.052-4.495 0-37.644-10.691-72.792-29.203-102.571l0.479 0.827c-26.295-43.778-69.259-75.257-119.9-85.809l-1.188-0.207c-26.73-5.71-57.441-8.98-88.916-8.98-1.501 0-2.999 0.007-4.496 0.022l0.229-0.002h-297.728v666.112h318.464q120.576-1.792 171.008-70.912c18.955-27.17 30.286-60.884 30.286-97.244 0-1.813-0.028-3.619-0.084-5.419l0.006 0.263c0.104-2.101 0.164-4.562 0.164-7.037 0-34.446-11.512-66.204-30.898-91.636l0.27 0.369c-14.164-15.607-31.163-28.349-50.225-37.468l-0.975-0.42c32.103-10.808 58.534-31.359 76.464-58.092l0.336-0.532zM153.6 517.888h138.24c1.644-0.074 3.572-0.116 5.51-0.116 23.558 0 45.664 6.215 64.769 17.095l-0.646-0.339c16.549 11.512 27.245 30.436 27.245 51.858 0 2.384-0.132 4.736-0.39 7.051l0.026-0.285c0.24 2.010 0.377 4.337 0.377 6.697 0 24.378-14.625 45.341-35.58 54.593l-0.382 0.15c-21.301 6.7-45.795 10.56-71.191 10.56-1.972 0-3.939-0.023-5.9-0.070l0.291 0.005h-122.368zM402.944 324.864c0.136 1.654 0.213 3.581 0.213 5.525 0 29.396-17.696 54.66-43.016 65.719l-0.462 0.18c-17.993 7.338-38.87 11.597-60.741 11.597-1.776 0-3.546-0.028-5.309-0.084l0.258 0.006h-140.288v-179.2h139.264c0.381-0.003 0.831-0.005 1.282-0.005 23.308 0 45.404 5.192 65.194 14.482l-0.94-0.396c26.295 14.463 43.817 41.982 43.817 73.594 0 3.385-0.201 6.723-0.591 10.003l0.038-0.397zM1020.928 433.408c2.383-20.017 3.743-43.2 3.743-66.701 0-9.945-0.243-19.833-0.725-29.658l0.054 1.384h-344.32c-0.111-1.89-0.175-4.1-0.175-6.325 0-38.958 19.468-73.369 49.207-94.036l0.376-0.247c18.274-11.292 40.428-17.983 64.145-17.983 1.389 0 2.773 0.023 4.152 0.069l-0.201-0.005c1.226-0.053 2.664-0.082 4.109-0.082 24.532 0 47.050 8.627 64.684 23.013l-0.185-0.146c10.601 8.834 19.216 19.658 25.342 31.941l0.258 0.571h126.208c-5.523-34.381-21.612-64.291-44.775-87.016l-0.025-0.024c-41.573-43.242-99.909-70.105-164.519-70.105-5.165 0-10.29 0.172-15.37 0.51l0.689-0.037c-0.994-0.014-2.168-0.022-3.344-0.022-62.153 0-119.132 22.149-163.476 58.985l0.42-0.339c-48.128 39.424-72.192 102.4-72.192 191.232q0 124.416 65.024 190.464c41.049 41.065 97.766 66.465 160.415 66.465 3.005 0 5.996-0.058 8.973-0.174l-0.428 0.013c1.251 0.021 2.726 0.033 4.205 0.033 38.754 0 75.591-8.209 108.867-22.983l-1.712 0.679c33.859-15.807 61.507-40.085 80.953-70.161l0.455-0.751c19.108-27.935 32.438-61.308 37.491-97.336l0.141-1.224zM896 421.888c-0.339 29.803-13.048 56.572-33.222 75.466l-0.058 0.054c-18.512 15.954-42.793 25.67-69.344 25.67-1.362 0-2.717-0.026-4.066-0.076l0.195 0.006c-1.181 0.051-2.567 0.080-3.959 0.080-26.804 0-51.089-10.784-68.754-28.249l0.009 0.009c-18.191-19.387-30.505-44.484-33.983-72.326l-0.065-0.634z" />
|
16 |
+
<glyph unicode="" glyph-name="charts" d="M417.536-64c-228.348 5.805-411.243 192.296-411.243 421.504s182.895 415.698 410.706 421.493l0.538 0.011c28.277 0 51.2-22.923 51.2-51.2v0-318.464h314.88c28.277 0 51.2-22.923 51.2-51.2v0c0.004-0.687 0.006-1.499 0.006-2.312 0-230.973-186.516-418.384-417.148-419.832l-0.138-0.001zM366.336 671.488c-150.508-27.256-263.166-157.285-263.166-313.626 0-174.442 140.255-316.126 314.148-318.435l0.218-0.002c156.431 0.852 285.928 115.088 310.535 264.661l0.249 1.835h-310.784c-28.277 0-51.2 22.923-51.2 51.2v0zM972.8 486.912h-366.080c-28.277 0-51.2 22.923-51.2 51.2v0 370.688c0 28.277 22.923 51.2 51.2 51.2v0c230.769-1.45 417.284-188.86 417.284-419.832 0-0.633-0.001-1.265-0.004-1.897v0.097c0-0.076 0.001-0.166 0.001-0.256 0-28.277-22.923-51.2-51.2-51.2 0 0 0 0-0.001 0v0zM657.92 589.312h259.584c-21.95 134.407-125.709 239.377-257.664 262.884l-1.92 0.284z" />
|
17 |
+
<glyph unicode="" glyph-name="content-switcher" d="M712.192 742.4h-400.384c-1.401 0.023-3.054 0.036-4.71 0.036-166.884 0-302.687-133.071-307.090-298.893l-0.009-0.408c4.411-166.229 140.214-299.3 307.098-299.3 1.656 0 3.309 0.013 4.958 0.039l-0.249-0.003h400.384c1.401-0.023 3.054-0.036 4.71-0.036 166.884 0 302.687 133.071 307.090 298.893l0.009 0.408c-4.411 166.229-140.214 299.3-307.098 299.3-1.656 0-3.309-0.013-4.958-0.039l0.249 0.003zM712.192 242.176h-400.384c-1.382-0.034-3.010-0.053-4.643-0.053-111.776 0-202.638 89.546-204.762 200.814l-0.003 0.199c2.127 111.467 92.989 201.013 204.765 201.013 1.633 0 3.261-0.019 4.884-0.057l-0.241 0.004h400.384c1.382 0.034 3.010 0.053 4.643 0.053 111.776 0 202.638-89.546 204.762-200.814l0.003-0.199c-2.127-111.467-92.989-201.013-204.765-201.013-1.633 0-3.261 0.019-4.884 0.057l0.241-0.004zM843.52 443.136c0-70.268-59.371-127.232-132.608-127.232s-132.608 56.964-132.608 127.232c0 70.268 59.371 127.232 132.608 127.232s132.608-56.964 132.608-127.232z" />
|
18 |
+
<glyph unicode="" glyph-name="divider" d="M701.184 501.76h269.056c29.691 0 53.76-24.069 53.76-53.76s-24.069-53.76-53.76-53.76h-269.056c-29.691 0-53.76 24.069-53.76 53.76s24.069 53.76 53.76 53.76zM53.76 501.76h269.056c29.691 0 53.76-24.069 53.76-53.76s-24.069-53.76-53.76-53.76h-269.056c-29.691 0-53.76 24.069-53.76 53.76s24.069 53.76 53.76 53.76zM565.76 547.84v-199.68c0-29.691-24.069-53.76-53.76-53.76s-53.76 24.069-53.76 53.76v199.68c0 29.691 24.069 53.76 53.76 53.76s53.76-24.069 53.76-53.76z" />
|
19 |
+
<glyph unicode="" glyph-name="facebook-feed-1" d="M1024 448c0 282.77-229.23 512-512 512s-512-229.23-512-512c0-282.77 229.23-512 512-512v0h8.96v398.592h-110.080v128h110.080v94.72c0 109.312 66.816 168.96 164.352 168.96 0.851 0.003 1.859 0.005 2.868 0.005 33.709 0 66.983-1.861 99.725-5.487l-4.033 0.363v-114.432h-67.072c-52.992 0-63.488-25.6-63.488-62.208v-81.408h128l-16.384-128h-111.616v-379.392c215.808 63.424 370.688 259.681 370.688 492.113 0 0.062 0 0.123 0 0.185v-0.009z" />
|
20 |
+
<glyph unicode="" glyph-name="facebook-feed-2" horiz-adv-x="553" d="M532.736 960h-132.864c-148.736 0-245.504-99.072-245.504-251.904v-116.224h-133.632c-11.483-0.144-20.736-9.487-20.736-20.99 0-0.001 0-0.001 0-0.002v0-168.448c0-11.452 9.284-20.736 20.736-20.736h133.632v-424.704c0-0.007 0-0.016 0-0.025 0-11.233 8.824-20.406 19.918-20.965l0.050-0.002h174.336c11.483 0.144 20.736 9.487 20.736 20.99 0 0.001 0 0.001 0 0.002v0 424.704h156.16c0 0 0.001 0 0.002 0 11.504 0 20.846 9.253 20.99 20.722v168.462c-0.056 5.788-2.39 11.020-6.147 14.851l0.003-0.003c-3.815 3.776-9.055 6.117-14.843 6.144h-156.165v98.304c0 47.36 11.52 71.424 72.96 71.424h90.368c11.483 0.144 20.736 9.487 20.736 20.99 0 0.001 0 0.001 0 0.002v0 156.16c0.004 0.152 0.006 0.332 0.006 0.512 0 11.452-9.284 20.736-20.736 20.736-0.002 0-0.004 0-0.007 0v0z" />
|
21 |
+
<glyph unicode="" glyph-name="facebook-messenger-chat" horiz-adv-x="1016" d="M508.16 960c-281.6 0-508.16-212.224-508.16-474.112 1.31-150.237 74.076-283.21 185.921-366.748l1.215-0.868v-182.272l170.496 97.024c43.79-12.85 94.098-20.242 146.132-20.242 1.546 0 3.090 0.007 4.633 0.020l-0.237-0.002c281.6 0 508.16 212.224 508.16 474.112s-226.56 473.088-508.16 473.088zM559.36 325.632l-130.304 136.96-249.088-136.96 273.92 290.048 131.072-134.4 246.528 134.4z" />
|
22 |
+
<glyph unicode="" glyph-name="facebook-reviews" d="M313.344-44.544c0.012 0 0.026 0 0.041 0 14.065 0 26.805 5.671 36.058 14.851l-0.003-0.003c-9.193-9.374-21.948-15.226-36.071-15.36h-7.193zM362.24-8.448c-1.808-6.862-5.091-12.801-9.506-17.702l0.034 0.038c4.071 5.003 7.302 10.881 9.366 17.283l0.106 0.381zM985.344 564.992c-29.427 34.25-72.791 55.808-121.19 55.808-0.054 0-0.109 0-0.163 0h-203.256v152.064c-0.289 89.278-72.729 161.539-162.047 161.539-0.36 0-0.72-0.001-1.080-0.004h0.055c-0.171 0.001-0.374 0.002-0.576 0.002-54.741 0-100.149-39.957-108.651-92.296l-0.085-0.634c-17.401-103.302-47.984-195.899-90.434-281.571l2.626 5.859-18.944-38.4h-160.512c-66.875 0-121.088-54.213-121.088-121.088v0-329.728c0-66.875 54.213-121.088 121.088-121.088v0h192.256c0.012 0 0.026 0 0.041 0 14.065 0 26.805 5.671 36.058 14.851l-0.003-0.003 3.328 3.584c4.071 5.003 7.302 10.881 9.366 17.283l0.106 0.381c1.462 4.385 2.306 9.433 2.306 14.678 0 0.15-0.001 0.299-0.002 0.448v-0.023 456.96l27.904 57.856c43.986 87.809 77.774 189.682 96.1 296.831l0.924 6.529c0.723 4.138 4.289 7.244 8.581 7.244 0.405 0 0.803-0.028 1.193-0.081l-0.045 0.005c32.66 0 59.136-26.476 59.136-59.136v0-203.264c0-28.277 22.923-51.2 51.2-51.2v0h254.464c0.015 0 0.033 0 0.052 0 17.429 0 33.057-7.707 43.665-19.898l0.060-0.070c8.98-9.973 14.473-23.241 14.473-37.791 0-3.016-0.236-5.977-0.69-8.865l0.041 0.32-53.76-342.528c-4.741-29.188-29.764-51.2-59.928-51.2-0.081 0-0.163 0-0.244 0h-351.731c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2v0h351.744c0.229-0.001 0.499-0.002 0.77-0.002 81.147 0 148.384 59.551 160.395 137.334l0.115 0.908 53.248 342.528c1.139 7.176 1.789 15.451 1.789 23.878 0 39.967-14.631 76.516-38.828 104.585l0.175-0.208zM102.4 76.544v329.728c0 10.321 8.367 18.688 18.688 18.688v0h141.056v-367.104h-141.056c-10.321 0-18.688 8.367-18.688 18.688v0z" />
|
23 |
+
<glyph unicode="" glyph-name="google-reviews" horiz-adv-x="1003" d="M512 521.327h483.441c4.978-25.633 7.876-55.155 7.976-85.336v-0.083c0.041-2.472 0.064-5.389 0.064-8.312 0-90.976-22.485-176.7-62.201-251.919l1.417 2.944c-40.134-75.121-99.112-135.586-170.742-176.397l-2.155-1.13c-71.446-40.366-156.884-64.151-247.877-64.151-3.308 0-6.609 0.031-9.903 0.094l0.494-0.007c-0.609-0.003-1.329-0.004-2.050-0.004-71.309 0-139.146 14.862-200.585 41.656l3.238-1.258c-63.637 26.44-118.043 62.856-163.975 107.885l0.084-0.082c-45.204 45.719-81.931 99.933-107.558 160.015l-1.274 3.361c-25.542 58.847-40.401 127.387-40.401 199.397s14.859 140.551 41.677 202.722l-1.276-3.325c26.9 63.443 63.628 117.657 108.879 163.425l-0.047-0.048c45.668 45.291 99.897 82.033 160.034 107.571l3.343 1.261c58.2 25.537 126.038 40.398 197.347 40.398 0.721 0 1.441-0.002 2.161-0.005h-0.111c2.575 0.049 5.611 0.077 8.654 0.077 129.937 0 247.94-51.099 335.008-134.299l-0.185 0.175-139.449-134.046c-50.634 49.245-119.851 79.612-196.16 79.612-2.767 0-5.524-0.040-8.272-0.119l0.404 0.009c-0.679 0.005-1.482 0.009-2.286 0.009-57.888 0-111.998-16.174-158.058-44.249l1.341 0.759c-95.41-57.522-158.235-160.595-158.235-278.341 0-0.558 0.001-1.115 0.004-1.672v0.086c-0.002-0.471-0.004-1.029-0.004-1.586 0-117.747 62.825-220.82 156.782-277.527l1.453-0.814c44.719-27.316 98.83-43.49 156.717-43.49 0.804 0 1.606 0.003 2.409 0.009l-0.123-0.001c2.12-0.047 4.618-0.074 7.122-0.074 35.546 0 69.834 5.387 102.091 15.39l-2.439-0.651c30.543 9.619 57.11 23.286 80.777 40.67l-0.761-0.533c20.712 15.883 38.662 33.833 54.041 53.862l0.504 0.683c13.43 17.224 25.003 36.895 33.846 57.994l0.631 1.696c6.285 14.746 11.462 32.014 14.698 49.956l0.225 1.501h-290.734z" />
|
24 |
+
<glyph unicode="" glyph-name="horizontal-scroll" d="M1024 448c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2zM627.2 448c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2zM230.4 448c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2z" />
|
25 |
+
<glyph unicode="" glyph-name="hover-box" horiz-adv-x="817" d="M813.824 717.312l-3.072-6.4c-0.853-2.067-1.974-3.845-3.346-5.396l0.018 0.020c-1.478-2.095-2.991-3.933-4.627-5.652l0.019 0.020-165.632-172.544c-8.842-9.276-21.277-15.058-35.063-15.104h-0.009c-13.619 0.132-25.865 5.901-34.538 15.081l-0.022 0.023c-8.923 9.426-14.41 22.184-14.41 36.224s5.487 26.798 14.433 36.248l-0.023-0.024 81.92 85.248h-460.8c-50.328-1.28-90.637-42.383-90.637-92.9 0-0.55 0.005-1.099 0.014-1.647l-0.001 0.082v-207.872c0-0.012 0-0.027 0-0.041 0-27.557-21.77-50.029-49.050-51.156l-0.102-0.003c-27.382 1.13-49.152 23.602-49.152 51.159 0 0.014 0 0.029 0 0.043v-0.002 207.872c-0.022 1.081-0.034 2.355-0.034 3.632 0 105.227 84.090 190.814 188.738 193.228l0.225 0.004h460.8l-81.92 85.248c-9.201 9.255-14.889 22.011-14.889 36.096s5.687 26.842 14.891 36.098l-0.002-0.002c8.715 9.323 21.087 15.133 34.816 15.133s26.101-5.81 34.791-15.106l0.025-0.027 162.048-169.216c1.34-0.998 2.515-2.092 3.56-3.3l0.024-0.028 5.376-6.656 2.048-3.328c0.871-1.608 1.816-3.63 2.658-5.705l0.158-0.439c2.466-6.070 3.897-13.112 3.897-20.488 0-6.602-1.146-12.935-3.251-18.813l0.122 0.39zM813.824 717.312c2.128 5.673 3.36 12.228 3.36 19.072s-1.232 13.399-3.486 19.458l0.126-0.386c2.272-5.41 3.592-11.699 3.592-18.296 0-0.318-0.003-0.635-0.009-0.952l0.001 0.047c0-0.037 0-0.081 0-0.125 0-6.776-1.316-13.244-3.707-19.163l0.123 0.344zM818.176 513.28v-207.872c0.022-1.081 0.034-2.355 0.034-3.632 0-105.227-84.090-190.814-188.738-193.228l-0.225-0.004h-460.8l81.92-85.248c9.201-9.255 14.889-22.011 14.889-36.096s-5.687-26.842-14.891-36.098l0.002 0.002c-8.715-9.323-21.087-15.133-34.816-15.133s-26.101 5.81-34.791 15.106l-0.025 0.027-166.4 172.544-5.376 6.656-2.048 3.328c-1.078 1.936-2.195 4.296-3.172 6.727l-0.156 0.441c-2.128 5.673-3.36 12.228-3.36 19.072s1.232 13.399 3.486 19.458l-0.126-0.386 3.072 6.4c0.853 2.067 1.974 3.845 3.346 5.396l-0.018-0.020c1.478 2.095 2.991 3.933 4.627 5.652l-0.019-0.020 3.584 3.328 162.048 169.216c8.748 9.255 21.109 15.015 34.816 15.015s26.068-5.76 34.795-14.992l0.021-0.023c8.923-9.426 14.41-22.184 14.41-36.224s-5.487-26.798-14.433-36.248l0.023 0.024-81.92-85.248h460.8c50.328 1.28 90.637 42.383 90.637 92.9 0 0.55-0.005 1.099-0.014 1.647l0.001-0.082v207.616c0 27.146 22.006 49.152 49.152 49.152s49.152-22.006 49.152-49.152v0zM3.584 140.8c-2.681 5.539-4.353 12.017-4.605 18.857l-0.003 0.087c-0.004 0.229-0.006 0.5-0.006 0.771 0 6.532 1.223 12.778 3.453 18.522l-0.119-0.349c-1.717-5.129-2.707-11.035-2.707-17.172 0-7.462 1.465-14.583 4.122-21.089l-0.135 0.373z" />
|
26 |
+
<glyph unicode="" glyph-name="icon-box" d="M1017.344 600.064l-171.008 286.72c-8.275 13.36-22.81 22.155-39.407 22.272h-588.817c-0.209 0.003-0.456 0.005-0.704 0.005-16.738 0-31.415-8.826-39.629-22.078l-0.115-0.199-41.984-70.912c-4.095-6.702-6.519-14.811-6.519-23.486 0-16.618 8.895-31.158 22.184-39.118l0.207-0.115c6.609-4.020 14.6-6.4 23.147-6.4 0.052 0 0.105 0 0.157 0h-0.008c0.004 0 0.009 0 0.014 0 16.506 0 30.973 8.727 39.040 21.818l0.114 0.198 28.928 48.64h269.056c0.19-0.003 0.414-0.005 0.638-0.005 4.161 0 8.168 0.657 11.923 1.874l-0.274-0.077v-1.792l61.44-195.072h-56.064c-1.024 0.082-2.218 0.128-3.423 0.128-25.308 0-45.824-20.516-45.824-45.824s20.516-45.824 45.824-45.824c1.205 0 2.398 0.046 3.579 0.138l-0.157-0.010h60.416c-29.44-115.2-74.24-291.584-100.608-395.008l-387.072 445.696 49.152 81.92c4.031 6.698 6.416 14.782 6.416 23.424 0 25.387-20.581 45.968-45.968 45.968-16.746 0-31.4-8.954-39.436-22.336l-0.116-0.208-65.792-110.336c-4.2-6.767-6.689-14.976-6.689-23.767 0-11.391 4.18-21.806 11.090-29.795l-0.049 0.058 464.128-533.76c2.54-3.3 5.404-6.164 8.595-8.623l0.109-0.081h1.28c0.32-0.613 0.862-1.072 1.518-1.275l0.018-0.005 2.56-1.536c0.264-0.115 0.572-0.181 0.896-0.181s0.632 0.067 0.911 0.187l-0.015-0.006c1.204-0.999 2.675-1.718 4.29-2.038l0.062-0.010c0.346-0.066 0.745-0.105 1.152-0.105s0.806 0.038 1.192 0.111l-0.040-0.006h8.704c0.846-0.115 1.823-0.181 2.816-0.181s1.97 0.066 2.928 0.193l-0.112-0.012h7.936c2.184 0.261 4.173 0.802 6.032 1.59l-0.144-0.054h7.168l2.56 1.536c0.627 0.293 1.145 0.729 1.528 1.268l0.008 0.012c3.857 2.668 7.152 5.801 9.909 9.37l0.075 0.102 465.92 533.504c6.861 7.931 11.041 18.346 11.041 29.737 0 8.791-2.489 17-6.801 23.962l0.112-0.195zM604.16 216.064c18.432 73.216 44.288 174.592 80.128 315.392h193.536zM680.96 622.848l-60.416 194.56h160.512l116.48-195.072zM524.8 817.408h-12.8c0.19-0.003 0.414-0.005 0.638-0.005 4.161 0 8.168 0.657 11.923 1.874l-0.274-0.077zM414.208 530.944h-25.6c-1.024-0.082-2.218-0.128-3.423-0.128-25.308 0-45.824 20.516-45.824 45.824s20.516 45.824 45.824 45.824c1.205 0 2.398-0.046 3.579-0.138l-0.157 0.010h25.6c1.024 0.082 2.218 0.128 3.423 0.128 25.308 0 45.824-20.516 45.824-45.824s-20.516-45.824-45.824-45.824c-1.205 0-2.398 0.046-3.579 0.138l0.157-0.010z" />
|
27 |
+
<glyph unicode="" glyph-name="ihover" horiz-adv-x="847" d="M841.472 629.504c-8.619 16.836-25.849 28.16-45.723 28.16-0.035 0-0.071 0-0.106 0h-179.194l82.432 234.24c1.656 4.818 2.612 10.37 2.612 16.145 0 11.464-3.768 22.048-10.133 30.582l0.096-0.135c-9.398 13.083-24.57 21.504-41.708 21.504-0.007 0-0.014 0-0.021 0h-387.839c-0.034 0-0.074 0-0.113 0-7.29 0-14.205-1.604-20.411-4.477l0.301 0.125c-1.269-0.32-2.381-0.85-3.356-1.556l0.028 0.020c-3.416-1.68-6.361-3.642-9.013-5.933l0.053 0.045c-1.34-0.998-2.515-2.092-3.56-3.3l-0.024-0.028c-5.82-5.654-10.239-12.719-12.707-20.644l-0.093-0.348-209.408-534.272c-2.173-5.467-3.433-11.803-3.433-18.432 0-28.224 22.837-51.114 51.041-51.2h307.208l-69.12-320.512c-0.057-0.231-0.090-0.496-0.090-0.768s0.033-0.537 0.095-0.791l-0.005 0.023c-0.18-1.613-0.283-3.482-0.283-5.376s0.103-3.763 0.303-5.604l-0.020 0.228c-0.126-1.304-0.198-2.82-0.198-4.352s0.072-3.048 0.213-4.543l-0.015 0.191c0.462-3.187 1.177-6.036 2.146-8.765l-0.098 0.317c3.683-9.814 9.867-17.977 17.787-23.967l0.133-0.097c2.301-1.734 4.901-3.352 7.642-4.73l0.294-0.134 6.656-2.56 6.4-1.792c1.38-0.121 2.986-0.19 4.608-0.19s3.228 0.069 4.815 0.204l-0.207-0.014c2.126-0.433 4.596-0.71 7.12-0.767l0.048-0.001h8.192l5.376 2.304c1.574 0.55 2.934 1.333 4.117 2.321l-0.021-0.017c5.626 3.529 10.376 7.872 14.242 12.928l0.094 0.128 2.304 3.328 455.936 619.008c6.289 8.407 10.070 19.008 10.070 30.493 0 8.391-2.019 16.311-5.597 23.3l0.134-0.289zM438.272 208.128l32.256 152.064c0.728 3.236 1.144 6.951 1.144 10.765 0 28.277-22.923 51.2-51.2 51.2-0.402 0-0.804-0.005-1.204-0.014l0.059 0.001h-293.12l170.496 435.456h280.32l-81.152-230.4-1.28-3.328c-0.77-1.911-1.394-4.15-1.768-6.473l-0.024-0.183v-5.12c-0.064-0.767-0.101-1.659-0.101-2.56s0.037-1.793 0.109-2.676l-0.008 0.116s0-2.56 0-3.584c-0.119-0.961-0.188-2.072-0.188-3.2s0.068-2.239 0.201-3.331l-0.013 0.131c0.549-3.46 1.441-6.56 2.661-9.489l-0.101 0.273v-1.536c0.555-1.388 1.156-2.567 1.849-3.683l-0.057 0.099c0.646-1.671 1.51-3.111 2.578-4.374l-0.018 0.022 2.304-3.072c2.179-2.902 4.622-5.426 7.343-7.617l0.081-0.063c3.711-2.876 7.916-5.441 12.396-7.512l0.404-0.168 4.608-1.792c1.937-0.729 4.191-1.27 6.531-1.525l0.125-0.011c1.266-0.121 2.737-0.19 4.224-0.19s2.958 0.069 4.41 0.204l-0.186-0.014h150.784zM288.768-21.504c-0.119 0.808-0.187 1.74-0.187 2.688s0.068 1.88 0.199 2.792l-0.012-0.104v3.328c-0.126-1.304-0.198-2.82-0.198-4.352s0.072-3.048 0.213-4.543l-0.015 0.191zM528.128 557.568h-4.608z" />
|
28 |
+
<glyph unicode="" glyph-name="image-accordion" d="M972.8 883.2h-921.6c-28.277 0-51.2-22.923-51.2-51.2v0-776.192c0-28.277 22.923-51.2 51.2-51.2v0h921.6c28.277 0 51.2 22.923 51.2 51.2v0 776.192c0 28.277-22.923 51.2-51.2 51.2v0zM102.4 780.8h204.8v-673.792h-204.8zM409.6 780.8h204.8v-673.792h-204.8zM921.6 107.008h-204.8v673.792h204.8z" />
|
29 |
+
<glyph unicode="" glyph-name="image-comparison" d="M972.8 883.2h-921.6c-28.277 0-51.2-22.923-51.2-51.2v0-776.192c0-28.277 22.923-51.2 51.2-51.2v0h921.6c28.277 0 51.2 22.923 51.2 51.2v0 776.192c0 28.277-22.923 51.2-51.2 51.2v0zM102.4 780.8h358.4v-234.496c-37.365-19.557-62.424-58.052-62.424-102.4s25.060-82.843 61.791-102.098l0.633-0.302v-233.728h-358.4zM921.6 107.008h-358.4v234.496c37.365 19.557 62.424 58.052 62.424 102.4s-25.060 82.843-61.791 102.098l-0.633 0.302v234.496h358.4z" />
|
30 |
+
<glyph unicode="" glyph-name="image-hotspots" d="M1013.248 300.8l-371.456 611.072c-13.171 21.338-36.424 35.345-62.949 35.345-31.533 0-58.442-19.796-68.979-47.638l-0.168-0.507-81.408-220.16c-2.232-5.535-3.527-11.953-3.527-18.674 0-28.277 22.923-51.2 51.2-51.2 22.218 0 41.13 14.152 48.215 33.933l0.112 0.357 60.928 164.608 310.784-510.72-281.6 32.512-142.080 230.4c-6.846 11.049-17.646 19.094-30.382 22.202l-0.338 0.070h-6.4c-2.001 0.367-4.304 0.577-6.656 0.577s-4.655-0.21-6.891-0.612l0.235 0.035c-7.397-0.938-14.069-3.387-19.92-7.033l0.208 0.121-332.8-202.752c-41.525-25.053-68.866-69.925-68.866-121.183 0-26.712 7.425-51.689 20.323-72.981l-0.354 0.629 59.904-98.816c25.23-40.968 69.837-67.869 120.728-67.869 27.103 0 52.424 7.63 73.932 20.86l-0.613-0.351 200.96 121.856 40.96-67.584c2.932-4.782 4.669-10.572 4.669-16.768 0-17.919-14.526-32.445-32.445-32.445-11.723 0-21.994 6.218-27.695 15.535l-0.081 0.142-12.544 20.736c-7.063 7.884-17.275 12.822-28.641 12.822-21.208 0-38.4-17.192-38.4-38.4 0-5.174 1.023-10.109 2.878-14.613l-0.093 0.255 12.544-20.48c19.597-30.953 53.657-51.205 92.447-51.205 0.349 0 0.698 0.002 1.046 0.005h-0.053c60.099 0.173 108.751 48.933 108.751 109.056 0 20.914-5.887 40.452-16.094 57.049l0.271-0.473-40.96 67.584 55.808 33.792 345.088-39.68c2.017-0.196 4.359-0.308 6.728-0.308 40.719 0 73.728 33.009 73.728 73.728 0 13.698-3.736 26.524-10.244 37.513l0.187-0.342zM221.184 121.6c-5.76-3.595-12.754-5.726-20.247-5.726-13.905 0-26.095 7.342-32.906 18.36l-0.096 0.166-59.904 97.792c-3.493 5.721-5.562 12.643-5.562 20.047 0 13.984 7.377 26.245 18.451 33.105l0.167 0.096 291.584 176.896 102.4-163.84z" />
|
31 |
+
<glyph unicode="" glyph-name="image-layers" d="M897.28 960h-512c-70.692 0-128-57.308-128-128v0-124.16h-129.28c-70.14-0.724-126.72-57.751-126.72-127.994 0-0.002 0-0.005 0-0.007v0-515.84c0-70.692 57.308-128 128-128v0h510.72c70.14 0.724 126.72 57.751 126.72 127.994 0 0.002 0 0.005 0 0.007v0 124.16h131.84c70.692 0 128 57.308 128 128v0 515.84c0 0.002 0 0.004 0 0.006 0 70.692-57.308 128-128 128-0.45 0-0.899-0.002-1.348-0.007l0.068 0.001zM664.064 64c0-14.138-11.462-25.6-25.6-25.6v0h-510.464c-14.138 0-25.6 11.462-25.6 25.6v0 516.096c0 14.138 11.462 25.6 25.6 25.6v0h512c14.138 0 25.6-11.462 25.6-25.6v0zM921.6 315.904c0-14.138-11.462-25.6-25.6-25.6v0h-130.56v289.792c0 0.002 0 0.004 0 0.006 0 70.242-56.58 127.27-126.651 127.993l-0.069 0.001h-278.784v123.904c0 14.138 11.462 25.6 25.6 25.6v0h512c14.138 0 25.6-11.462 25.6-25.6v0z" />
|
32 |
+
<glyph unicode="" glyph-name="instagram-feed" d="M1021.185 659.019c-0.751 44.832-9.132 87.479-23.895 127.015l0.861-2.63c-13.62 35.496-33.821 65.731-59.321 90.547l-0.056 0.054c-24.912 25.418-55.137 45.527-88.888 58.541l-1.713 0.581c-37.011 14.227-79.807 22.877-124.502 23.796l-0.394 0.006c-54.77 3.071-72.174 3.071-211.403 3.071s-156.121 0-210.891-2.815c-44.715-0.687-87.285-8.98-126.762-23.634l2.633 0.856c-35.667-13.843-66.001-34.392-90.768-60.307l-0.089-0.094c-25.341-24.913-45.37-55.142-58.289-88.889l-0.576-1.712c-14.394-36.776-23.062-79.333-23.798-123.819l-0.004-0.31c-3.327-54.77-3.327-72.174-3.327-211.147s0-156.633 3.071-211.147c0.852-44.813 9.509-87.354 24.663-126.668l-0.86 2.539c13.561-35.564 33.676-65.878 59.083-90.82l0.038-0.037c24.854-25.809 55.081-46.253 88.901-59.556l1.7-0.589c36.769-14.089 79.281-22.725 123.667-23.793l0.462-0.009c54.77-1.792 72.174-1.792 211.147-1.792s156.377 0 211.147 2.815c44.715 0.687 87.285 8.98 126.762 23.634l-2.633-0.856c69.708 27.177 123.825 81.295 150.389 149.222l0.613 1.781c14.268 36.775 22.923 79.313 23.796 123.758l0.006 0.371c1.792 54.514 1.792 71.918 1.792 211.147s0 156.377-2.559 210.891zM929.048 241.076c-0.489-34.304-6.923-66.959-18.313-97.185l0.653 1.976c-17.676-44.72-52.476-79.436-96.104-96.601l-1.152-0.399c-28.172-10.979-60.775-17.438-94.86-17.659h-0.093c-54.002-2.559-70.382-3.071-206.796-3.071s-153.562 0-207.052 3.071c-34.177 0.222-66.781 6.681-96.819 18.294l1.867-0.635c-23.095 8.559-42.768 21.564-58.829 38.097l-0.036 0.038c-16.478 16.157-29.466 35.81-37.769 57.763l-0.366 1.102c-10.747 28.17-17.182 60.739-17.657 94.748l-0.002 0.205c-2.303 53.747-2.815 70.126-2.815 207.308s0 153.562 2.815 206.796c0.444 34.209 6.883 66.781 18.308 96.9l-0.648-1.947c8.59 23.126 21.686 42.807 38.339 58.816l0.051 0.049c16.098 16.57 35.77 29.575 57.781 37.78l1.084 0.354c28.172 10.979 60.775 17.438 94.86 17.659h0.093c54.002 2.559 70.382 3.071 206.796 3.071s153.562 0 206.796-3.071c34.263-0.2 66.957-6.662 97.079-18.295l-1.871 0.636c23.005-8.567 42.593-21.571 58.567-38.091l0.042-0.044c16.646-16.096 29.731-35.765 38.031-57.779l0.359-1.086c10.747-28.17 17.182-60.739 17.657-94.748l0.002-0.205c2.303-54.002 2.815-70.126 2.815-206.796s-0.512-153.562-2.815-207.052zM511.872 710.974c-145.197-0.146-262.846-117.885-262.846-263.102 0-145.307 117.795-263.102 263.102-263.102s263.102 117.795 263.102 263.102c0 0.090 0 0.18 0 0.27v-0.014c0 0 0 0 0 0 0 145.166-117.68 262.846-262.846 262.846-0.18 0-0.36 0-0.54-0.001h0.028zM511.872 277.419c-94.28 0-170.709 76.429-170.709 170.709s76.429 170.709 170.709 170.709c94.28 0 170.709-76.429 170.709-170.709v0c0-94.28-76.429-170.709-170.709-170.709v0zM846.892 721.468c0-33.924-27.501-61.425-61.425-61.425s-61.425 27.501-61.425 61.425c0 33.924 27.501 61.425 61.425 61.425v0c0.076 0 0.166 0.001 0.256 0.001 33.783 0 61.169-27.386 61.169-61.169 0-0.090 0-0.18-0.001-0.27v0.014z" />
|
33 |
+
<glyph unicode="" glyph-name="ken-burns" d="M896-64h-768c-70.692 0-128 57.308-128 128v0 768c0 70.692 57.308 128 128 128v0h278.528c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-278.528c-14.138 0-25.6-11.462-25.6-25.6v0-768c0-14.138 11.462-25.6 25.6-25.6v0h768c14.138 0 25.6 11.462 25.6 25.6v0 228.352c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-228.352c0-70.692-57.308-128-128-128v0zM1024 908.8v-369.664c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 246.272l-373.504-373.504c-8.895-7.652-20.555-12.311-33.303-12.311-28.277 0-51.2 22.923-51.2 51.2 0 12.749 4.659 24.409 12.368 33.371l-0.057-0.067 373.504 373.504h-212.48c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h335.872c1.46 0.187 3.15 0.294 4.864 0.294s3.404-0.107 5.062-0.314l-0.198 0.020c3.44-0.752 6.434-1.721 9.294-2.943l-0.334 0.127 8.192-4.352s0 0 0 0c2.731-2.113 5.151-4.208 7.451-6.426l-0.027 0.026c2.192-2.273 4.287-4.693 6.249-7.222l0.151-0.202s0 0 0 0c1.384-2.23 2.835-4.916 4.138-7.685l0.214-0.507s0 0 0 0c2.406-3.393 4.477-7.281 6.028-11.423l0.116-0.353c0.207-1.538 0.325-3.315 0.325-5.12s-0.118-3.582-0.347-5.325l0.022 0.205z" />
|
34 |
+
<glyph unicode="" glyph-name="lottie-section-background" d="M972.8-64h-921.6c-28.277 0-51.2 22.923-51.2 51.2v0 921.6c0 28.277 22.923 51.2 51.2 51.2v0h921.6c28.277 0 51.2-22.923 51.2-51.2v0-921.6c0-28.277-22.923-51.2-51.2-51.2v0zM102.4 857.6v-819.2h819.2v819.2zM782.080 648.96c-1.865-26.75-24.022-47.744-51.083-47.744-2.207 0-4.381 0.14-6.514 0.41l0.253-0.026h-1.536c-20.277-0.815-38.332-9.698-51.158-23.506l-0.042-0.046c-39.624-37.719-72.674-81.886-97.557-130.899l-1.259-2.733c-5.632-10.24-11.264-20.224-16.64-30.464-14.848-25.6-29.696-53.504-45.568-79.872-30.788-53.58-70.537-98.474-117.675-134.109l-1.109-0.803c-25.659-18.893-57.89-30.236-92.771-30.236-1.045 0-2.088 0.010-3.129 0.030l0.156-0.002c-17.084 0.379-32.471 7.342-43.786 18.442l0.010-0.010c-7.369 8.172-11.878 19.049-11.878 30.978 0 1.080 0.037 2.152 0.11 3.213l-0.008-0.143c1.795 26.812 23.983 47.88 51.092 47.88 2.567 0 5.089-0.189 7.555-0.554l-0.279 0.034h1.536c20.277 0.815 38.332 9.698 51.158 23.506l0.042 0.046c39.624 37.719 72.674 81.886 97.557 130.899l1.259 2.733c5.632 10.24 11.264 20.224 16.64 30.464 14.848 25.6 29.696 53.504 45.568 79.872 30.788 53.58 70.537 98.474 117.675 134.109l1.109 0.803c25.659 18.893 57.89 30.236 92.771 30.236 1.045 0 2.088-0.010 3.129-0.030l-0.156 0.002c17.084-0.379 32.471-7.342 43.786-18.442l-0.010 0.010c6.802-8.012 10.938-18.473 10.938-29.9 0-1.46-0.068-2.905-0.2-4.331l0.014 0.183z" />
|
35 |
+
<glyph unicode="" glyph-name="magic-section" d="M1008.896 872.704l-249.856-250.112h176.64c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-300.288c-1.46-0.187-3.15-0.294-4.864-0.294s-3.404 0.107-5.062 0.314l0.198-0.020c-2.679 0.362-5.098 0.99-7.393 1.867l0.225-0.075-6.656 2.816h-1.792c-2.050 0.972-3.815 2.082-5.431 3.371l0.055-0.043-5.632 4.864c-1.715 1.716-3.31 3.554-4.769 5.499l-0.095 0.133c-1.246 1.561-2.356 3.326-3.257 5.211l-0.071 0.165c-0.040 0.269-0.063 0.58-0.063 0.896s0.023 0.627 0.067 0.931l-0.004-0.035c-0.96 1.827-1.911 4.026-2.707 6.297l-0.109 0.359c-0.602 1.671-1.219 3.813-1.716 6l-0.076 0.4c-0.181 1.498-0.284 3.233-0.284 4.992s0.103 3.494 0.304 5.199l-0.020-0.207v302.848c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-176.64l248.064 249.856c9.255 9.201 22.011 14.889 36.096 14.889s26.842-5.687 36.098-14.891l-0.002 0.002c9.201-9.255 14.889-22.011 14.889-36.096s-5.687-26.842-14.891-36.098l0.002 0.002zM439.808 324.608v-300.288c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 176.64l-250.112-249.856c-9.255-9.201-22.011-14.889-36.096-14.889s-26.842 5.687-36.098 14.891l0.002-0.002c-9.201 9.255-14.889 22.011-14.889 36.096s5.687 26.842 14.891 36.098l-0.002-0.002 249.856 250.112h-176.64c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h300.288c1.498 0.181 3.233 0.284 4.992 0.284s3.494-0.103 5.199-0.304l-0.207 0.020 6.4-1.792 6.656-2.816h1.792c2.050-0.972 3.815-2.082 5.431-3.371l-0.055 0.043 5.632-4.864c1.715-1.716 3.31-3.554 4.769-5.499l0.095-0.133c1.246-1.561 2.356-3.326 3.257-5.211l0.071-0.165c0.040-0.269 0.063-0.58 0.063-0.896s-0.023-0.627-0.067-0.931l0.004 0.035c0.96-1.827 1.911-4.026 2.707-6.297l0.109-0.359c0.602-1.671 1.219-3.813 1.716-6l0.076-0.4c1.383-3.697 2.3-7.973 2.555-12.427l0.005-0.117zM439.808 871.68v-300.288c0.181-1.498 0.284-3.233 0.284-4.992s-0.103-3.494-0.304-5.199l0.020 0.207c-0.573-2.587-1.19-4.729-1.919-6.818l0.127 0.418c-0.905-2.63-1.856-4.829-2.95-6.941l0.134 0.285c0.040-0.269 0.063-0.58 0.063-0.896s-0.023-0.627-0.067-0.931l0.004 0.035c-0.972-2.050-2.082-3.815-3.371-5.431l0.043 0.055c-1.554-2.078-3.149-3.916-4.864-5.632v0l-5.632-4.864c-1.561-1.246-3.326-2.356-5.211-3.257l-0.165-0.071h-1.792l-6.656-2.816c-2.070-0.802-4.489-1.43-6.998-1.773l-0.17-0.019c-1.46-0.187-3.15-0.294-4.864-0.294s-3.404 0.107-5.062 0.314l0.198-0.020h-302.336c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h176.64l-249.856 247.552c-9.201 9.255-14.889 22.011-14.889 36.096s5.687 26.842 14.891 36.098l-0.002-0.002c9.255 9.201 22.011 14.889 36.096 14.889s26.842-5.687 36.098-14.891l-0.002 0.002 250.112-249.856v176.64c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0zM1008.896-48.896c-9.255-9.201-22.011-14.889-36.096-14.889s-26.842 5.687-36.098 14.891l0.002-0.002-250.112 249.856v-176.64c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 300.288c-0.181 1.498-0.284 3.233-0.284 4.992s0.103 3.494 0.304 5.199l-0.020-0.207c0.573 2.587 1.19 4.729 1.919 6.818l-0.127-0.418c0.874 2.817 1.83 5.191 2.95 7.469l-0.134-0.301c-0.040 0.269-0.063 0.58-0.063 0.896s0.023 0.627 0.067 0.931l-0.004-0.035c0.972 2.050 2.082 3.815 3.371 5.431l-0.043-0.055c1.554 2.078 3.149 3.916 4.864 5.632v0l5.632 4.864c1.561 1.246 3.326 2.356 5.211 3.257l0.165 0.071h1.792l6.656 2.816 6.4 1.792c1.498 0.181 3.233 0.284 4.992 0.284s3.494-0.103 5.199-0.304l-0.207 0.020h302.848c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-176.64l249.856-250.112c8.608-9.139 13.899-21.488 13.899-35.072s-5.29-25.933-13.923-35.098l0.024 0.026z" />
|
36 |
+
<glyph unicode="" glyph-name="multi-scroll" d="M432.64 610.304c-9.267-9.277-22.075-15.016-36.224-15.016s-26.957 5.739-36.224 15.016v0l-85.248 85.248v-625.408c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 625.408l-85.248-85.248c-9.041-8.188-21.091-13.199-34.312-13.199-28.277 0-51.2 22.923-51.2 51.2 0 13.285 5.059 25.388 13.357 34.487l-0.036-0.040 169.216 168.96c0.988 0.925 2.076 1.769 3.238 2.507l0.090 0.053c2.027 1.945 4.197 3.791 6.475 5.502l0.181 0.13 3.328 2.048c2.081 1.748 4.436 3.284 6.965 4.519l0.203 0.089c5.657 2.248 12.212 3.551 19.072 3.551s13.415-1.303 19.431-3.676l-0.359 0.125 6.4-3.328c2.067-0.853 3.845-1.974 5.396-3.346l-0.020 0.018 5.632-4.864 3.328-3.584 169.216-168.96c9.125-9.241 14.761-21.946 14.761-35.967 0-14.149-5.739-26.957-15.017-36.224v0zM223.744 870.4c0.037 0 0.081 0 0.125 0 6.776 0 13.244-1.316 19.163-3.707l-0.344 0.123c-5.528 2.137-11.924 3.375-18.61 3.375-6.937 0-13.563-1.333-19.636-3.757l0.357 0.126c5.59 2.428 12.101 3.84 18.942 3.84 0.001 0 0.001 0 0.002 0v0zM1008.896 206.592l-172.544-171.52c-1.996-2.046-4.172-3.897-6.51-5.535l-0.146-0.097-3.328-2.048c-1.759-1.132-3.783-2.165-5.91-2.992l-0.234-0.080c-2.526-1.095-5.52-2.064-8.62-2.753l-0.34-0.063c-2.924-0.649-6.283-1.021-9.728-1.021s-6.804 0.372-10.038 1.078l0.31-0.057c-3.574 0.708-6.664 1.592-9.645 2.699l0.429-0.139-6.4 3.328c-2.067 0.853-3.845 1.974-5.396 3.346l0.020-0.018-6.912 4.352-172.544 171.52c-9.271 9.271-15.004 22.078-15.004 36.224 0 28.293 22.936 51.228 51.228 51.228 14.146 0 26.953-5.734 36.224-15.004l85.248-85.248v625.408c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-625.408l85.248 85.248c9.4 10.31 22.887 16.753 37.88 16.753 28.277 0 51.2-22.923 51.2-51.2 0-15.056-6.499-28.594-16.844-37.963l-0.044-0.039z" />
|
37 |
+
<glyph unicode="" glyph-name="parallax" d="M1024 710.4v-480c0-84.831-68.769-153.6-153.6-153.6v0h-503.552c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h503.552c28.277 0 51.2 22.923 51.2 51.2v0 374.272l-206.848-162.048c-8.608-6.795-19.615-10.899-31.58-10.899-3.408 0-6.739 0.333-9.961 0.968l0.325-0.053c-15.112 3.113-27.562 12.54-34.683 25.339l-0.133 0.261-126.72 219.904-128-220.672c-7.202-13.006-19.551-22.416-34.225-25.54l-0.335-0.060c-1.457-0.127-3.152-0.199-4.864-0.199s-3.407 0.072-5.083 0.214l0.219-0.015c-11.945 0.056-22.914 4.193-31.593 11.089l0.105-0.081-205.824 161.792v-374.272c0-28.277 22.923-51.2 51.2-51.2v0c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0c-84.831 0-153.6 68.769-153.6 153.6v0 480c-0.111 1.151-0.174 2.488-0.174 3.84s0.063 2.689 0.187 4.009l-0.013-0.169c0.351 3.037 1.072 5.807 2.125 8.407l-0.077-0.215c1.013 2.987 2.138 5.524 3.458 7.939l-0.13-0.259c1.64 2.754 3.245 5.094 4.982 7.326l-0.118-0.158c2.454 3.213 5.235 5.994 8.342 8.37l0.106 0.078 4.608 3.328 5.12 2.816c6.604 3.549 14.423 5.707 22.728 5.887l0.056 0.001c1.228 0.126 2.654 0.198 4.096 0.198s2.868-0.072 4.273-0.212l-0.177 0.014c3.037-0.351 5.807-1.072 8.407-2.125l-0.215 0.077c2.987-1.013 5.524-2.138 7.939-3.458l-0.259 0.13h1.536l7.168-4.864 241.92-189.44 141.824 246.784c9.029 15.361 25.474 25.509 44.288 25.509s35.259-10.148 44.157-25.269l0.131-0.24 141.824-246.784 241.92 189.44h1.28l7.168 4.864c2.156 1.19 4.693 2.315 7.331 3.223l0.349 0.105c2.385 0.976 5.155 1.697 8.043 2.034l0.149 0.014c1.267 0.134 2.736 0.21 4.224 0.21s2.957-0.076 4.406-0.226l-0.182 0.015c8.018-0.049 15.585-1.934 22.316-5.254l-0.3 0.134 5.12-2.816 4.608-3.328c3.213-2.454 5.994-5.235 8.37-8.342l0.078-0.106c1.619-2.074 3.224-4.414 4.686-6.849l0.178-0.319c1.19-2.156 2.315-4.693 3.223-7.331l0.105-0.349c1.292-2.596 2.274-5.607 2.791-8.775l0.025-0.185c0.111-1.151 0.174-2.488 0.174-3.84s-0.063-2.689-0.187-4.009l0.013 0.169z" />
|
38 |
+
<glyph unicode="" glyph-name="particles" horiz-adv-x="1010" d="M878.080 237.056v4.096l-94.208 435.2c0.069 0.423 0.108 0.911 0.108 1.408s-0.039 0.985-0.115 1.46l0.007-0.052c36.629 29.186 59.899 73.792 59.899 123.833 0 87.234-70.718 157.952-157.952 157.952s-157.952-70.718-157.952-157.952c0-0.425 0.002-0.849 0.005-1.274v0.065c0-0.101 0-0.221 0-0.34 0-15.864 2.433-31.161 6.948-45.535l-0.291 1.075-281.088-249.088c-23.858 14.002-52.545 22.272-83.163 22.272-0.013 0-0.026 0-0.039 0h0.002c-94.021 0-170.24-76.219-170.24-170.24s76.219-170.24 170.24-170.24v0c0.207-0.001 0.453-0.001 0.699-0.001 37.1 0 71.373 12.104 99.085 32.579l-0.455-0.321 440.32-162.56c13.692-70.478 74.921-122.958 148.406-122.958 83.417 0 151.040 67.623 151.040 151.040 0 76.713-57.19 140.068-131.26 149.756l-0.762 0.081zM684.288 857.6c0.076 0 0.166 0.001 0.256 0.001 31.529 0 57.088-25.559 57.088-57.088s-25.559-57.088-57.088-57.088c-31.529 0-57.088 25.559-57.088 57.087v0c0 0.076-0.001 0.166-0.001 0.256 0 31.387 25.445 56.832 56.832 56.832 0 0 0 0 0.001 0v0zM100.864 359.936c0.18 38.179 31.171 69.060 69.375 69.060 18.952 0 36.129-7.599 48.65-19.917l-0.009 0.009 3.84-4.096c10.32-12.049 16.61-27.815 16.64-45.050v-0.006c-0.064-16.947-6.041-32.486-15.974-44.673l0.102 0.129-3.84-4.352c-12.538-12.459-29.818-20.16-48.896-20.16-38.293 0-69.34 31.024-69.376 69.309v0.003zM727.296 160.768l-395.52 145.92c5.501 15.884 8.686 34.191 8.704 53.24v0.008c-0.092 27.138-6.51 52.755-17.854 75.484l0.446-0.988 267.776 239.616c25.385-18.72 57.285-29.961 91.809-29.961 0.573 0 1.146 0.003 1.718 0.009l-0.087-0.001h3.328l92.16-424.704c-0.070-0.614-0.11-1.327-0.11-2.048s0.040-1.434 0.117-2.134l-0.008 0.086c-21.923-13.591-39.658-31.982-52.092-53.789l-0.388-0.739zM859.136 37.12c-28.27 0.009-51.184 22.929-51.184 51.2 0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2c0-0.45-0.006-0.899-0.017-1.346l0.001 0.066c-0.715-27.721-23.357-49.92-51.184-49.92-0.006 0-0.011 0-0.017 0h0.001z" />
|
39 |
+
<glyph unicode="" glyph-name="preview-window" d="M718.336-64h-564.736c-84.831 0-153.6 68.769-153.6 153.6v0 564.736c0 84.831 68.769 153.6 153.6 153.6v0h355.84c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-355.84c-28.277 0-51.2-22.923-51.2-51.2v0-564.736c0-28.277 22.923-51.2 51.2-51.2v0h564.736c28.277 0 51.2 22.923 51.2 51.2v0 354.304c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-354.304c0-84.831-68.769-153.6-153.6-153.6v0zM820.736 553.472c-0.229-0.001-0.499-0.001-0.769-0.001-111.566 0-202.059 90.224-202.494 201.688v3.882c0 112.26 91.004 203.264 203.264 203.264s203.264-91.004 203.264-203.264v0-3.84c-0.436-111.505-90.929-201.729-202.495-201.729-0.271 0-0.541 0.001-0.811 0.002h0.042zM820.736 857.6c-0.307 0.003-0.669 0.005-1.032 0.005-54.692 0-99.113-43.976-99.831-98.498l-0.001-0.068v-3.84c0-55.706 45.158-100.864 100.864-100.864s100.864 45.158 100.864 100.864v0 3.84c-0.719 54.589-45.14 98.565-99.832 98.565-0.363 0-0.725-0.002-1.087-0.006h0.055z" />
|
40 |
+
<glyph unicode="" glyph-name="tables" d="M966.144 960h-908.288c-31.953 0-57.856-25.903-57.856-57.856v0-908.288c0-31.953 25.903-57.856 57.856-57.856v0h908.288c31.953 0 57.856 25.903 57.856 57.856v0 908.288c0 31.953-25.903 57.856-57.856 57.856v0zM418.56 844.288h186.88v-187.136h-186.88zM418.56 541.44h186.88v-186.88h-186.88zM302.848 51.712h-187.136v187.136h187.136zM302.848 354.56h-187.136v186.88h187.136zM302.848 657.152h-187.136v187.136h187.136zM605.44 51.712h-186.88v187.136h186.88zM908.288 51.712h-187.136v187.136h187.136zM908.288 354.56h-187.136v186.88h187.136zM908.288 657.152h-187.136v187.136h187.136z" />
|
41 |
+
<glyph unicode="" glyph-name="tabs" d="M972.8 532.48h-921.6c-28.277 0-51.2 22.923-51.2 51.2v0 325.12c0 28.277 22.923 51.2 51.2 51.2v0h921.6c28.277 0 51.2-22.923 51.2-51.2v0-325.12c0-28.277-22.923-51.2-51.2-51.2v0zM102.4 634.88h819.2v222.72h-819.2zM972.8-64h-921.6c-28.277 0-51.2 22.923-51.2 51.2v0 325.12c0 28.277 22.923 51.2 51.2 51.2v0h921.6c28.277 0 51.2-22.923 51.2-51.2v0-325.12c0-28.277-22.923-51.2-51.2-51.2v0zM102.4 38.4h819.2v222.72h-819.2z" />
|
42 |
+
<glyph unicode="" glyph-name="trustpilot" d="M195.584-39.424l119.808 374.528-315.392 227.328 389.888 2.816 122.112 369.152 119.296-369.152 392.704-2.816-512-369.152-316.416-232.704zM832-36.864l-320 230.144 221.696 61.44 98.304-291.584z" />
|
43 |
+
<glyph unicode="" glyph-name="twitter-feed" d="M322.048 38.4c386.304 0 597.76 320 597.76 597.76 0 8.96 0 17.92 0 27.136 41.023 30.13 75.596 66.169 103.222 107.268l0.97 1.532c-35.109-16.142-75.839-27.862-118.577-33.081l-1.999-0.199c43.321 26.458 75.94 66.791 91.98 114.721l0.436 1.503c-38.467-23.22-83.226-40.975-130.898-50.732l-2.734-0.468c-38.48 41.26-93.16 66.981-153.847 66.981-116.077 0-210.176-94.099-210.176-210.176 0-17.133 2.050-33.786 5.918-49.729l-0.295 1.437c-174.874 9.249-328.64 92.418-431.795 218.582l-0.845 1.066c-18.199-30.472-28.959-67.211-28.959-106.463 0-72.791 37.004-136.939 93.226-174.659l0.757-0.478c-34.967 0.923-67.551 10.298-96.041 26.144l1.065-0.544v-2.56c0.591-100.815 72.070-184.766 167.084-204.562l1.364-0.238c-15.949-4.402-34.263-6.932-53.168-6.932-1.018 0-2.034 0.007-3.049 0.022l0.153-0.002c-14.1 0.109-27.804 1.501-41.090 4.067l1.41-0.227c27.752-84.096 104.81-144.061 196.135-145.917l0.217-0.003c-70.634-55.776-160.879-89.566-259.006-89.856h-0.066c-0.057 0-0.125 0-0.193 0-17.97 0-35.702 1.023-53.139 3.014l2.132-0.198c90.704-59.076 201.703-94.209 320.908-94.209 0.401 0 0.801 0 1.202 0.001h-0.062z" />
|
44 |
+
<glyph unicode="" glyph-name="unfold" d="M1024 448c0-28.277-22.923-51.2-51.2-51.2v0h-409.6v-409.6c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 409.6h-409.6c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h409.6v409.6c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-409.6h409.6c28.277 0 51.2-22.923 51.2-51.2v0z" />
|
45 |
+
<glyph unicode="" glyph-name="whatsapp-chat" horiz-adv-x="1019" d="M870.4 811.264c-91.866 92.1-218.903 149.081-359.249 149.081-280.225 0-507.392-227.167-507.392-507.392 0-93.548 25.317-181.184 69.472-256.429l-1.295 2.388-71.936-262.912 268.8 70.656c70.087-38.943 153.7-61.891 242.669-61.952h0.019c280.104 0.348 507.038 227.496 507.038 507.648 0 140.159-56.801 267.051-148.639 358.914l0.001-0.001zM512 30.464v0c-0.009 0-0.019 0-0.029 0-79.439 0-153.744 21.982-217.163 60.196l1.896-1.060-15.36 8.96-159.744-41.984 42.752 155.648-9.984 15.872c-40.423 63.543-64.423 140.968-64.423 223.998 0 232.861 188.771 421.632 421.632 421.632s421.632-188.771 421.632-421.632c0-232.442-188.093-420.953-420.376-421.63h-0.065zM742.144 347.392c12.544-6.4 21.248-9.472 24.32-14.848l-0.089 0.633c1.001-5.888 1.523-11.939 1.523-18.111 0-15.434-3.26-30.107-8.858-42.682-10.496-29.696-61.184-56.832-85.504-60.416l1.039 0.153c-9.827-1.745-19.943-2.655-30.271-2.655-18.072 0-35.494 2.787-50.639 7.622l-5.361 1.405c-24.577 7.491-48.624 16.199-67.087 24.195-126.976 55.040-210.176 183.040-216.576 191.488l0.409-0.543c-28.693 36.665-47.273 81.626-51.609 131.615l0.001-0.1c-0.009 0.663-0.014 1.327-0.014 1.992 0 40.677 17.094 77.361 44.557 103.324l0.043 0.050c8.344 9.44 20.436 15.491 34.005 15.822h24.32c7.68-0.512 17.92 3.84 28.416-21.76s35.84-87.808 39.168-94.208l-0.063 0.13c1.784-3.361 2.795-7.196 2.795-11.266s-1.011-7.905-2.732-11.136l-0.859-1.458c-9.382-14.874-19.843-28.999-30.885-41.806-5.632-6.912-13.056-13.056-5.632-25.6l0.97-1.764c18.932-31.885 42.368-60.781 69.686-86.044l-0.339 0.297c29.389-26.221 63.303-47.477 102.739-63.273 12.8-6.4 19.968-5.376 27.392 3.072s31.744 36.864 40.192 49.664c8.448 12.8 17.152 10.496 28.672 6.4s73.728-34.816 86.528-41.216z" />
|
46 |
+
<glyph unicode="" glyph-name="yelp-reviews" horiz-adv-x="784" d="M289.792 301.056c23.635 7.12 40.616 28.539 40.96 53.976v0.040c0.146 1.563 0.23 3.38 0.23 5.217 0 24.667-15.038 45.822-36.446 54.797l-0.392 0.146-46.336 18.944c-168.192 69.376-168.704 69.376-179.2 69.376-0.438 0.013-0.954 0.021-1.471 0.021-18.86 0-35.338-10.197-44.222-25.379l-0.131-0.242c-20.736-33.024-25.6-121.856-19.712-171.008 1.117-17.27 5.247-33.305 11.871-47.972l-0.351 0.868c8.084-16.521 24.361-27.919 43.393-28.923l0.127-0.005h1.28c9.728 0 25.6 4.608 163.328 49.408l67.072 20.736zM370.176 267.52c-6.839 2.977-14.805 4.708-23.176 4.708-18.048 0-34.216-8.050-45.109-20.756l-0.067-0.080-32-37.888c-117.504-137.984-117.76-139.008-121.6-149.504-1.922-5.083-3.035-10.96-3.035-17.096 0-1.642 0.080-3.266 0.235-4.867l-0.016 0.203c1.159-11.353 5.708-21.468 12.604-29.512l-0.060 0.072c27.136-32.768 141.312-76.8 194.048-76.8 1.686-0.134 3.65-0.211 5.632-0.211s3.946 0.077 5.89 0.227l-0.258-0.016c18.8 2.767 34.093 15.418 40.586 32.417l0.118 0.351c3.584 10.24 3.584 11.008 4.096 173.568 0 0 0 64.768 0 68.096 0.032 0.711 0.050 1.546 0.050 2.384 0 24.854-16.026 45.964-38.308 53.562l-0.398 0.118zM765.184 240.384c-8.704 6.4-9.216 6.656-163.584 57.344l-64.768 22.272c-5.741 2.138-12.373 3.375-19.295 3.375-18.685 0-35.263-9.017-45.622-22.936l-0.108-0.151c-9.107-10.384-14.663-24.080-14.663-39.074 0-11.496 3.266-22.229 8.921-31.322l-0.146 0.252 25.6-42.496c94.976-153.6 96.256-155.136 104.704-162.048 8.213-6.388 18.672-10.242 30.032-10.242 0.152 0 0.304 0.001 0.455 0.002h-0.023c0.093-0.001 0.203-0.001 0.313-0.001 7.659 0 14.943 1.601 21.537 4.488l-0.346-0.135c42.752 16.896 128 125.952 135.168 171.52 0.555 2.829 0.872 6.083 0.872 9.41 0 16.285-7.603 30.795-19.453 40.172l-0.107 0.082zM512.512 371.2h3.584c0.924-0.176 1.986-0.277 3.072-0.277s2.148 0.101 3.178 0.294l-0.106-0.017c7.424 2.816 23.040 6.656 47.872 12.544v0c175.872 42.496 176.896 43.264 186.624 49.664 13.486 9.356 22.205 24.759 22.205 42.199 0 1.547-0.069 3.077-0.203 4.589l0.014-0.195s0 2.304 0 3.072c-4.864 47.104-81.152 159.488-121.6 179.2-6.976 3.795-15.277 6.026-24.099 6.026-10.577 0-20.405-3.207-28.564-8.702l0.183 0.116c-9.216-6.144-9.216-6.144-105.472-137.728l-40.704-55.296c-7.512-9.483-12.050-21.619-12.050-34.816 0-12.296 3.941-23.672 10.628-32.934l-0.114 0.166c10.945-16.98 29.76-28.063 51.164-28.063 1.544 0 3.075 0.058 4.59 0.171l-0.202-0.012zM388.864 921.088c-5.462 18.62-20.382 32.775-39.068 37.051l-0.356 0.069c-48.64 11.776-219.136-35.84-253.44-71.424-9.96-9.364-16.163-22.625-16.163-37.334 0-4.471 0.573-8.808 1.65-12.942l-0.079 0.356c-0.053-0.461-0.083-0.995-0.083-1.536s0.030-1.075 0.088-1.601l-0.006 0.065c4.864-9.984 161.024-256 208.64-330.752 19.968-32.256 41.984-48.64 65.024-48.64 6.062 0.065 11.863 1.090 17.287 2.931l-0.391-0.115c29.952 8.96 43.776 37.12 41.728 83.712-2.56 58.88-22.784 362.24-25.6 380.16z" />
|
47 |
+
<glyph unicode="" glyph-name="banner" d="M1015.808 121.6l-296.192 484.864c-9.972 15.491-27.129 25.605-46.648 25.605-0.25 0-0.5-0.002-0.749-0.005h0.038c-0.163 0.002-0.356 0.003-0.549 0.003-19.641 0-36.923-10.1-46.935-25.389l-0.131-0.214-284.672-465.664h-198.144l122.88 201.216 45.056-73.216c9.303-15.221 25.714-25.298 44.5-25.599l0.044-0.001h-1.536c0.133-0.001 0.291-0.002 0.449-0.002 18.36 0 34.529 9.383 43.973 23.615l0.122 0.195c5.033 7.788 8.025 17.305 8.025 27.52s-2.992 19.732-8.147 27.722l0.122-0.202-86.016 140.544c-10.077 16.22-27.796 26.859-48 26.859s-37.923-10.639-47.861-26.62l-0.139-0.239-207.104-340.992c-4.825-7.973-7.681-17.605-7.681-27.904s2.855-19.931 7.818-28.148l-0.137 0.244c9.919-16.953 28.038-28.16 48.775-28.16 0.043 0 0.085 0 0.128 0h911.609c0.028 0 0.061 0 0.093 0 20.463 0 38.33 11.116 47.893 27.638l0.142 0.266c4.669 7.78 7.43 17.168 7.43 27.2 0 10.719-3.152 20.702-8.58 29.073l0.127-0.208zM455.424 140.8l216.32 353.792 216.576-353.792zM332.8 870.4c-85.127-0.725-153.856-69.902-153.856-155.131 0-85.679 69.457-155.136 155.136-155.136s155.136 69.457 155.136 155.136c0 0.088 0 0.176 0 0.264v-0.014c-0.725 85.693-70.36 154.88-156.155 154.88-0.092 0-0.184 0-0.276 0h0.014zM332.8 665.6c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2c28.277 0 51.2-22.923 51.2-51.2v0c0-0.076 0.001-0.166 0.001-0.256 0-28.277-22.923-51.2-51.2-51.2 0 0 0 0-0.001 0v0z" />
|
48 |
+
<glyph unicode="" glyph-name="blog" d="M964.096 900.096c-37.044 36.957-88.173 59.809-144.64 59.809s-107.596-22.852-144.644-59.813l-590.332-590.076c-6.357-6.46-11.016-14.609-13.24-23.713l-0.072-0.351-69.632-286.72c-0.897-3.586-1.412-7.703-1.412-11.94 0-14.13 5.724-26.924 14.98-36.188v0c9.226-9.28 21.982-15.043 36.084-15.104h0.012c0.030 0 0.065 0 0.101 0 4.241 0 8.351 0.561 12.261 1.612l-0.329-0.075 106.24 25.6h1.792l179.2 43.52c9.455 2.296 17.604 6.955 24.071 13.319l-0.007-0.007 588.8 590.336c37.339 37.107 60.45 88.494 60.45 145.28 0 56.403-22.801 107.481-59.689 144.519l0.007-0.007zM311.808 103.168l-135.936-33.024-41.472 42.24 32.768 135.424 482.816 481.792c-0.41-2.383-0.644-5.128-0.644-7.928 0-13.735 5.634-26.154 14.716-35.073l116.231-116.231zM891.648 683.008l-39.168-39.168-116.224 116.224c-9.24 9.121-21.943 14.755-35.961 14.755-2.304 0-4.572-0.152-6.796-0.447l0.261 0.028 53.248 53.248c18.1 16.447 42.252 26.517 68.757 26.517 56.554 0 102.4-45.846 102.4-102.4 0-26.504-10.070-50.657-26.592-68.841l0.075 0.084z" />
|
49 |
+
<glyph unicode="" glyph-name="button" d="M512-64c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 857.6c-226.216 0-409.6-183.384-409.6-409.6s183.384-409.6 409.6-409.6c226.216 0 409.6 183.384 409.6 409.6v0c0 226.216-183.384 409.6-409.6 409.6v0zM668.16 240.64h-312.32c-28.277 0-51.2 22.923-51.2 51.2v0 312.32c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-261.12h209.92v209.92h-104.96c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h156.16c28.277 0 51.2-22.923 51.2-51.2v0-312.32c0-28.277-22.923-51.2-51.2-51.2v0z" />
|
50 |
+
<glyph unicode="" glyph-name="carousel" d="M378.112 69.888c-14.669 0.259-27.859 6.382-37.366 16.117l-0.010 0.011-325.632 322.56c-9.050 9.228-14.636 21.882-14.636 35.84s5.586 26.612 14.644 35.848l-0.008-0.008 325.632 322.56c9.606 9.264 22.697 14.971 37.12 14.971s27.514-5.707 37.136-14.987l-0.016 0.015c9.277-9.267 15.016-22.075 15.016-36.224s-5.739-26.957-15.016-36.224v0l-288.768-285.952 289.536-287.488c9.277-9.267 15.016-22.075 15.016-36.224s-5.739-26.957-15.016-36.224v0c-9.56-9.041-22.496-14.6-36.73-14.6-0.317 0-0.633 0.003-0.949 0.008l0.047-0.001zM645.888 69.888c-0.042 0-0.092 0-0.141 0-14.23 0-27.163 5.555-36.748 14.616l0.025-0.024c-9.277 9.267-15.016 22.075-15.016 36.224s5.739 26.957 15.016 36.224v0l288.768 287.488-289.536 287.488c-9.277 9.267-15.016 22.075-15.016 36.224s5.739 26.957 15.016 36.224v0c9.58 9.322 22.679 15.071 37.12 15.071s27.54-5.749 37.132-15.083l-0.012 0.012 326.4-324.096c9.050-9.228 14.636-21.882 14.636-35.84s-5.586-26.612-14.644-35.848l0.008 0.008-325.632-322.56c-9.517-9.746-22.707-15.869-37.328-16.127l-0.048-0.001z" />
|
51 |
+
<glyph unicode="" glyph-name="contact-form" d="M972.8 622.592c-28.277 0-51.2-22.923-51.2-51.2v0-379.392c0-28.277-22.923-51.2-51.2-51.2v0h-716.8c-28.277 0-51.2 22.923-51.2 51.2v0 500.736l377.344-307.2c8.717-7.152 19.977-11.495 32.251-11.52h0.005c0.064 0 0.14 0 0.216 0 12.172 0 23.351 4.247 32.138 11.341l-0.097-0.076 428.544 348.16c4.477 3.717 8.294 8.022 11.387 12.835l0.133 0.221 23.808 23.296c9.508 9.304 15.403 22.267 15.403 36.606 0 12.62-4.566 24.174-12.136 33.1l0.061-0.074c-9.453 11.162-23.478 18.2-39.146 18.2-0.548 0-1.094-0.009-1.637-0.026l0.079 0.002h-842.752c-70.692 0-128-57.308-128-128v0-537.6c0-84.831 68.769-153.6 153.6-153.6v0h716.8c84.831 0 153.6 68.769 153.6 153.6v0 379.392c0 28.277-22.923 51.2-51.2 51.2v0zM837.12 755.2l-325.12-263.936-323.84 263.936z" />
|
52 |
+
<glyph unicode="" glyph-name="countdown" d="M1024 712.704v-619.52c0-70.692-57.308-128-128-128v0h-768c-70.692 0-128 57.308-128 128v0 619.52c0 70.692 57.308 128 128 128v0h136.192v42.496c0 28.277 22.923 51.2 51.2 51.2v0c0.012 0 0.026 0 0.041 0 14.192 0 27.035-5.774 36.309-15.102l0.002-0.002c9.177-9.25 14.849-21.991 14.849-36.056 0-0.104 0-0.208-0.001-0.312v0.016-42.24h290.816v42.24c0 0.012 0 0.026 0 0.041 0 28.277 22.923 51.2 51.2 51.2 14.085 0 26.842-5.687 36.098-14.891l-0.002 0.002c9.28-9.226 15.043-21.982 15.104-36.084v-192.78c0-28.277-22.923-51.2-51.2-51.2v0 0c-28.277 0-51.2 22.923-51.2 51.2v0 47.872h-290.816v-48.128c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 48.128h-136.192c-14.138 0-25.6-11.462-25.6-25.6v0-619.52c0-14.138 11.462-25.6 25.6-25.6v0h768c14.138 0 25.6 11.462 25.6 25.6v0 619.52c0 14.138-11.462 25.6-25.6 25.6v0h-43.008c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h43.008c70.692 0 128-57.308 128-128v0zM315.392 407.040c-28.277 0-51.2 22.923-51.2 51.2v0 0c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0c0-28.277-22.923-51.2-51.2-51.2v0zM315.392 207.36c-28.277 0-51.2 22.923-51.2 51.2v0 1.28c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2c0-28.277-22.923-51.2-51.2-51.2v0zM512 406.784c-13.641 0.127-25.986 5.569-35.087 14.351l0.015-0.015c-9.501 9.308-15.391 22.27-15.391 36.608 0 28.294 22.937 51.231 51.231 51.231 13.956 0 26.609-5.581 35.849-14.632l-0.009 0.008c9.819-9.347 15.926-22.515 15.926-37.11 0-13.963-5.59-26.621-14.653-35.858l0.008 0.008c-9.227-9.048-21.88-14.633-35.837-14.633-0.721 0-1.439 0.015-2.153 0.044l0.102-0.003zM512 206.848c-13.641 0.127-25.986 5.569-35.087 14.351l0.015-0.015v1.28c-7.765 8.927-12.498 20.671-12.498 33.52 0 28.277 22.923 51.2 51.2 51.2 12.018 0 23.069-4.141 31.804-11.073l-0.106 0.081c10.492-9.416 17.062-23.019 17.062-38.158 0-28.277-22.923-51.2-51.2-51.2-0.418 0-0.836 0.005-1.251 0.015l0.062-0.001zM708.608 407.040c-28.277 0-51.2 22.923-51.2 51.2v0 0c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2c0-28.277-22.923-51.2-51.2-51.2v0zM708.608 207.36c-28.277 0-51.2 22.923-51.2 51.2v0 1.28c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2c0-28.277-22.923-51.2-51.2-51.2v0z" />
|
53 |
+
<glyph unicode="" glyph-name="counter" horiz-adv-x="867" d="M552.192 211.968c-0.045 0-0.097 0-0.15 0-13.146 0-25.135 4.954-34.201 13.098l0.047-0.042-118.528 106.752c-10.365 9.381-16.859 22.872-16.896 37.881v215.815c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-193.024l102.4-91.392c10.315-9.401 16.763-22.891 16.763-37.888 0-28.23-22.847-51.124-51.060-51.2h-0.007zM484.864 800.512v57.088h113.408c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2v0h-329.216c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2v0h113.408v-57.088c-216.459-26.479-382.464-209.169-382.464-430.631 0-239.506 194.158-433.664 433.664-433.664s433.664 194.158 433.664 433.664c0 221.462-166.006 404.152-380.369 430.422l-2.095 0.209zM433.664 38.4c-0.076 0-0.166 0-0.256 0-183.093 0-331.52 148.427-331.52 331.52s148.427 331.52 331.52 331.52c183.093 0 331.52-148.427 331.52-331.52 0-0.090 0-0.18 0-0.27v0.014c-0.868-182.602-148.662-330.396-331.181-331.264h-0.083z" />
|
54 |
+
<glyph unicode="" glyph-name="dual-heading" d="M642.56 499.2h327.68c29.691 0 53.76-24.069 53.76-53.76s-24.069-53.76-53.76-53.76h-327.68c-29.691 0-53.76 24.069-53.76 53.76s24.069 53.76 53.76 53.76zM53.76 499.2h327.68c29.691 0 53.76-24.069 53.76-53.76s-24.069-53.76-53.76-53.76h-327.68c-29.691 0-53.76 24.069-53.76 53.76s24.069 53.76 53.76 53.76z" />
|
55 |
+
<glyph unicode="" glyph-name="fancy-text" horiz-adv-x="401" d="M398.080 16.128c2.095-5.875 3.306-12.652 3.306-19.712 0-33.359-27.037-60.404-60.393-60.416h-278.273c-0.51-0.015-1.111-0.024-1.713-0.024-26.6 0-49.252 16.904-57.8 40.556l-0.135 0.428c-1.923 5.656-3.034 12.171-3.034 18.945 0 33.405 26.996 60.504 60.362 60.671h80.144v782.848h-76.8c-0.733-0.031-1.593-0.049-2.457-0.049-26.752 0-49.527 17.027-58.080 40.835l-0.135 0.43c-1.932 5.655-3.047 12.169-3.047 18.944 0 33.358 27.035 60.402 60.389 60.416h278.017c0.487 0.014 1.060 0.022 1.635 0.022 26.406 0 48.953-16.52 57.87-39.789l0.143-0.424c2.086-5.876 3.292-12.654 3.292-19.713 0-33.405-26.997-60.505-60.364-60.671h-80.144v-782.848h76.8c0.686 0.027 1.491 0.043 2.3 0.043 26.51 0 49.131-16.651 57.975-40.064l0.141-0.426z" />
|
56 |
+
<glyph unicode="" glyph-name="google-maps" horiz-adv-x="826" d="M412.928 380.416c-0.004 0-0.008 0-0.013 0-49.482 0-94.279 20.055-126.707 52.48v0c-32.433 32.43-52.493 77.232-52.493 126.72 0 98.969 80.231 179.2 179.2 179.2s179.2-80.231 179.2-179.2c0-98.965-80.223-179.193-179.186-179.2h-0.001zM358.656 505.344c13.895-13.878 33.081-22.46 54.272-22.46 42.392 0 76.761 34.346 76.8 76.729v0.004c-0.019 21.2-8.625 40.386-22.527 54.271l-0.001 0.001c-14.056 13.52-33.191 21.846-54.272 21.846s-40.216-8.327-54.297-21.871l0.025 0.024c-13.878-13.895-22.46-33.081-22.46-54.272s8.583-40.377 22.461-54.273l-0.001 0.001zM825.6 535.040c-14.080-340.224-348.16-566.784-384-588.8l-5.632-3.328-5.632-2.56-4.608-1.536c-0.654-0.112-1.408-0.176-2.176-0.176s-1.522 0.064-2.255 0.187l0.079-0.011c-2.847-0.651-6.116-1.025-9.472-1.025s-6.625 0.373-9.768 1.081l0.296-0.056c-0.654-0.112-1.408-0.176-2.176-0.176s-1.522 0.064-2.255 0.187l0.079-0.011-4.608 1.536c-2.054 0.622-3.836 1.405-5.499 2.37l0.123-0.066-3.584 2.048-2.304 1.536c-25.088 15.36-245.504 165.376-339.968 399.36-6.144 15.104-11.776 30.72-16.64 46.080-1.494 4.592-2.356 9.875-2.356 15.36 0 28.306 22.946 51.252 51.252 51.252 22.821 0 42.158-14.915 48.795-35.529l0.101-0.363c4.096-12.8 8.704-25.6 13.824-38.4 67.328-166.4 214.272-288.768 275.712-334.080 78.592 58.368 300.032 244.48 310.272 489.216 0.060 2.287 0.095 4.98 0.095 7.68 0 171.495-138.905 310.546-310.344 310.784h-0.023c-171.462-0.238-310.367-139.289-310.367-310.784 0-2.701 0.034-5.393 0.103-8.077l-0.008 0.397c0.028-0.638 0.045-1.386 0.045-2.138 0-27.212-21.229-49.466-48.029-51.103l-0.144-0.007h-3.072c-0.012 0-0.027 0-0.041 0-27.557 0-50.029 21.77-51.156 49.050l-0.003 0.102c-0.102 3.432-0.161 7.47-0.161 11.52 0 228.123 184.758 413.094 412.8 413.44h0.033c228.075-0.346 412.833-185.317 412.833-413.44 0-4.051-0.058-8.089-0.174-12.112l0.013 0.592z" />
|
57 |
+
<glyph unicode="" glyph-name="heading" horiz-adv-x="903" d="M903.68 899.84v-91.136c0.006-0.326 0.010-0.711 0.010-1.097 0-27.118-17.496-50.15-41.815-58.423l-0.435-0.128c-5.359-1.725-11.524-2.719-17.921-2.719-33.243 0-60.215 26.848-60.415 60.044v33.043h-271.104v-782.848h76.8c0.458 0.012 0.997 0.019 1.538 0.019 26.498 0 49.143-16.5 58.22-39.786l0.146-0.425c2.087-5.878 3.293-12.657 3.293-19.717 0-33.226-26.708-60.214-59.827-60.666h-277.803c-0.458-0.012-0.997-0.019-1.538-0.019-26.498 0-49.143 16.5-58.22 39.786l-0.146 0.425c-2.086 5.876-3.292 12.654-3.292 19.713 0 33.405 26.997 60.505 60.364 60.671h80.144v782.848h-271.104v-33.024c-0.2-33.215-27.172-60.063-60.415-60.063-6.397 0-12.562 0.994-18.349 2.837l0.428-0.118c-24.754 8.402-42.25 31.433-42.25 58.551 0 0.386 0.004 0.771 0.011 1.155l-0.001-0.058v91.136c0.145 33.257 27.139 60.16 60.415 60.16 0 0 0 0 0.001 0h782.848c0 0 0 0 0.001 0 33.277 0 60.27-26.903 60.415-60.146v-0.014z" />
|
58 |
+
<glyph unicode="" glyph-name="icon-list" d="M972.8 739.072h-660.736c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h660.736c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM185.6 790.528c0-0.076 0-0.166 0-0.256 0-51.323-41.605-92.928-92.928-92.928s-92.928 41.605-92.928 92.928c0 51.323 41.605 92.928 92.928 92.928v0c51.175-0.144 92.638-41.518 92.928-92.644v-0.028zM972.8 391.168h-660.736c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h660.736c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM185.344 442.368c0-51.181-41.491-92.672-92.672-92.672s-92.672 41.491-92.672 92.672c0 51.181 41.491 92.672 92.672 92.672s92.672-41.491 92.672-92.672zM972.8 43.008h-660.736c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h660.736c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM185.344 94.208c0-51.181-41.491-92.672-92.672-92.672s-92.672 41.491-92.672 92.672c0 51.181 41.491 92.672 92.672 92.672s92.672-41.491 92.672-92.672z" />
|
59 |
+
<glyph unicode="" glyph-name="image-button" d="M972.8 468.48c28.277 0 51.2 22.923 51.2 51.2v0 222.72c0 84.831-68.769 153.6-153.6 153.6v0h-716.8c-84.831 0-153.6-68.769-153.6-153.6v0-584.192c0-84.831 68.769-153.6 153.6-153.6v0h742.4c70.692 0 128 57.308 128 128v0 144.128c0.002 0.141 0.002 0.307 0.002 0.474 0 6.282-1.223 12.278-3.444 17.764l0.114-0.318v2.048c-1.215 2.988-2.503 5.514-3.974 7.915l0.134-0.235c-1.859 2.572-3.706 4.826-5.678 6.962l0.046-0.050-316.928 323.84c-9.193 9.374-21.948 15.226-36.071 15.36h-0.025c-14.213-0.161-27.082-5.786-36.631-14.869l0.023 0.021-508.928-508.16c-6.393 8.45-10.24 19.136-10.24 30.72v0 584.192c0 28.277 22.923 51.2 51.2 51.2v0h716.8c28.277 0 51.2-22.923 51.2-51.2v0-222.72c0-28.277 22.923-51.2 51.2-51.2v0zM657.152 527.104l264.448-271.36v-123.136c0-14.138-11.462-25.6-25.6-25.6v0h-659.2zM434.688 590.080c0-56.554-45.846-102.4-102.4-102.4s-102.4 45.846-102.4 102.4c0 56.554 45.846 102.4 102.4 102.4s102.4-45.846 102.4-102.4z" />
|
60 |
+
<glyph unicode="" glyph-name="image-scroll" horiz-adv-x="624" d="M311.808-64c-172.148 0.146-311.662 139.66-311.808 311.794v400.398c0 172.207 139.601 311.808 311.808 311.808s311.808-139.601 311.808-311.808v0-400.384c-0.291-172.090-139.719-311.517-311.78-311.808h-0.028zM311.808 857.6c-115.594-0.146-209.262-93.814-209.408-209.394v-400.398c0-115.653 93.755-209.408 209.408-209.408s209.408 93.755 209.408 209.408v0 400.384c-0.146 115.594-93.814 209.262-209.394 209.408h-0.014zM311.808 488.704c-28.277 0-51.2 22.923-51.2 51.2v0 102.4c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-102.4c0-28.277-22.923-51.2-51.2-51.2v0z" />
|
61 |
+
<glyph unicode="" glyph-name="image-separator" d="M870.4 24.576h-716.8c-84.831 0-153.6 68.769-153.6 153.6v0 399.104c0 84.831 68.769 153.6 153.6 153.6v0h66.048c0.032 0 0.069 0 0.106 0 19.672 0 36.753 11.095 45.327 27.368l0.134 0.28 16.384 29.184c26.159 49.501 77.3 82.664 136.189 82.688h190.979c58.892-0.024 110.033-33.187 135.789-81.853l0.403-0.835 15.104-29.184c8.708-16.553 25.789-27.648 45.462-27.648 0.037 0 0.075 0 0.112 0h64.762c84.831 0 153.6-68.769 153.6-153.6v0-399.104c0-84.831-68.769-153.6-153.6-153.6v0zM153.6 628.48c-28.277 0-51.2-22.923-51.2-51.2v0-399.104c0-28.277 22.923-51.2 51.2-51.2v0h716.8c28.277 0 51.2 22.923 51.2 51.2v0 399.104c0 28.277-22.923 51.2-51.2 51.2v0h-66.048c-58.892 0.024-110.033 33.187-135.789 81.853l-0.403 0.835-15.36 29.184c-8.685 16.51-25.698 27.589-45.304 27.648h-190.984c-19.614-0.059-36.627-11.138-45.178-27.368l-0.134-0.28-15.36-29.184c-26.159-49.501-77.3-82.664-136.189-82.688h-0.003zM512 189.696c-123.005 0-222.72 99.715-222.72 222.72s99.715 222.72 222.72 222.72c123.005 0 222.72-99.715 222.72-222.72 0-0.090 0-0.18 0-0.27v0.014c-0.146-122.895-99.805-222.464-222.72-222.464 0 0 0 0 0 0v0zM512 532.48c-66.451 0-120.32-53.869-120.32-120.32s53.869-120.32 120.32-120.32c66.451 0 120.32 53.869 120.32 120.32v0c-0.145 66.392-53.928 120.175-120.306 120.32h-0.014z" />
|
62 |
+
<glyph unicode="" glyph-name="lottie-animations-fill" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512v0c0 282.77-229.23 512-512 512v0zM815.104 697.856c-1.28-25.6-22.016-43.52-54.784-43.52-0.117 0.001-0.256 0.001-0.395 0.001-21.459 0-41.11-7.743-56.311-20.587l0.129 0.106c-4.444-3.303-8.369-6.66-12.054-10.261l0.022 0.021c-29.226-26.509-54.608-56.449-75.742-89.375l-1.058-1.761c-12.544-19.2-25.6-40.448-40.704-68.096l-19.456-35.072c-9.472-17.664-19.456-35.328-29.44-52.992-7.424-13.568-15.36-26.88-23.040-39.936-11.008-16.896-23.808-37.12-38.912-57.088-27.040-37.641-58.962-69.645-95.295-95.93l-1.217-0.838c-27.86-20.498-62.85-32.803-100.714-32.803-1.223 0-2.443 0.013-3.66 0.038l0.182-0.003c-0.69-0.030-1.5-0.047-2.313-0.047-15.781 0-30.073 6.375-40.442 16.689l0.002-0.002c-6.884 7.419-11.108 17.39-11.108 28.348 0 1.015 0.036 2.021 0.107 3.018l-0.008-0.134c1.28 25.6 22.016 43.52 54.784 43.52 21.567 0.154 41.304 7.861 56.728 20.602l-0.152-0.122c4.444 3.303 8.369 6.66 12.054 10.261l-0.022-0.021c29.226 26.509 54.608 56.449 75.742 89.375l1.058 1.761c12.544 19.2 25.6 40.448 40.704 67.84l3.072 5.12c5.376 10.24 11.008 20.224 16.384 30.208 9.472 17.664 19.456 35.328 29.44 52.992 7.424 13.568 15.36 27.136 23.040 39.936 11.008 17.152 23.808 37.12 38.912 57.088 27.107 37.585 59.019 69.578 95.296 95.926l1.216 0.842c27.719 20.5 62.576 32.812 100.308 32.812 1.366 0 2.728-0.016 4.086-0.048l-0.202 0.004c0.84 0.044 1.823 0.069 2.811 0.069 15.535 0 29.628-6.178 39.954-16.21l-0.014 0.013c6.877-7.382 11.098-17.317 11.098-28.238 0-0.963-0.033-1.919-0.097-2.866l0.007 0.128z" />
|
63 |
+
<glyph unicode="" glyph-name="lottie-animations-outline" d="M512-64c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 857.6c-226.216 0-409.6-183.384-409.6-409.6s183.384-409.6 409.6-409.6c226.216 0 409.6 183.384 409.6 409.6v0c0 226.216-183.384 409.6-409.6 409.6v0zM739.328 621.312c-1.926-25.559-23.137-45.566-49.021-45.566-1.759 0-3.497 0.092-5.208 0.273l0.213-0.018c-11.454-0.008-21.934-4.17-30.017-11.062l0.065 0.054c-2.564-1.895-4.824-3.911-6.886-6.116l-0.026-0.028c-19.643-17.531-36.584-37.485-50.523-59.526l-0.677-1.146c-8.704-13.312-17.664-27.904-27.904-46.336l-13.568-25.6c-6.656-12.288-13.568-25.6-20.736-37.376s-10.752-18.944-16.384-27.904l-3.328-5.12c-6.912-11.008-15.104-23.808-25.6-36.096-20.020-27.622-43.546-51.148-70.265-70.543l-0.903-0.625c-21.303-15.57-47.891-25.092-76.679-25.598l-0.121-0.002h-4.096c-16.134 0.135-30.693 6.766-41.211 17.403l-0.005 0.005c-7.215 8.028-11.628 18.702-11.628 30.406 0 1.102 0.039 2.194 0.116 3.276l-0.008-0.145c1.536 25.904 22.918 46.329 49.071 46.329 1.742 0 3.462-0.091 5.157-0.267l-0.212 0.018c11.347 0.187 21.695 4.314 29.771 11.069l-0.075-0.061c2.564 1.895 4.824 3.911 6.886 6.116l0.026 0.028c19.643 17.531 36.584 37.485 50.523 59.526l0.677 1.146c9.472 14.336 18.432 29.184 27.904 46.336l2.048 3.584 6.144 11.52 5.376 9.472c6.656 12.288 13.568 25.6 20.736 37.376s10.496 18.944 16.384 28.16 16.128 25.6 27.904 40.96c20.013 27.628 43.54 51.155 70.265 70.544l0.903 0.624c21.859 16.026 49.289 25.645 78.966 25.645 1.219 0 2.434-0.016 3.645-0.048l-0.179 0.004c15.958-0.22 30.328-6.838 40.695-17.399l0.009-0.009c7.352-8.027 11.858-18.768 11.858-30.561 0-0.957-0.030-1.906-0.088-2.848l0.006 0.129z" />
|
64 |
+
<glyph unicode="" glyph-name="media-grid" d="M384 524.8h-332.8c-28.277 0-51.2 22.923-51.2 51.2v0 332.8c0 28.277 22.923 51.2 51.2 51.2v0h332.8c28.277 0 51.2-22.923 51.2-51.2v0-332.8c0-28.277-22.923-51.2-51.2-51.2v0zM102.4 627.2h230.4v230.4h-230.4zM384-64h-332.8c-28.277 0-51.2 22.923-51.2 51.2v0 332.8c0 28.277 22.923 51.2 51.2 51.2v0h332.8c28.277 0 51.2-22.923 51.2-51.2v0-332.8c0-28.277-22.923-51.2-51.2-51.2v0zM102.4 38.4h230.4v230.4h-230.4zM972.8 524.8h-332.8c-28.277 0-51.2 22.923-51.2 51.2v0 332.8c0 28.277 22.923 51.2 51.2 51.2v0h332.8c28.277 0 51.2-22.923 51.2-51.2v0-332.8c0-28.277-22.923-51.2-51.2-51.2v0zM691.2 627.2h230.4v230.4h-230.4zM972.8-64h-332.8c-28.277 0-51.2 22.923-51.2 51.2v0 332.8c0 28.277 22.923 51.2 51.2 51.2v0h332.8c28.277 0 51.2-22.923 51.2-51.2v0-332.8c0-28.277-22.923-51.2-51.2-51.2v0zM691.2 38.4h230.4v230.4h-230.4z" />
|
65 |
+
<glyph unicode="" glyph-name="modal-box" horiz-adv-x="1025" d="M751.275-64.769h-589.537c-0.381-0.003-0.831-0.005-1.282-0.005-88.618 0-160.457 71.839-160.457 160.457 0 0.002 0 0.004 0 0.006v0 587.999c0.291 88.397 72.018 159.944 160.456 159.944 0.090 0 0.181 0 0.271 0h371.907c29.445 0 53.315-23.87 53.315-53.315s-23.87-53.315-53.315-53.315h-371.921c-0.076 0-0.166 0.001-0.256 0.001-29.445 0-53.315-23.87-53.315-53.315 0 0 0 0 0-0.001v0-587.999c0.146-29.476 24.074-53.315 53.57-53.315 0 0 0 0 0.001 0h589.537c0 0 0 0 0.001 0 29.496 0 53.425 23.839 53.57 53.301v374.754c0 29.586 23.985 53.571 53.571 53.571s53.571-23.985 53.571-53.571v0-374.74c0 0 0-0.001 0-0.002 0-88.347-71.401-160.018-159.646-160.455h-0.042zM1008.621 642.675c-9.748-10.038-23.37-16.267-38.448-16.267s-28.7 6.229-38.435 16.254l-0.013 0.013-73.308 74.846-76.896-76.896c-9.84-9.84-23.433-15.926-38.448-15.926-30.030 0-54.374 24.344-54.374 54.374 0 15.015 6.086 28.608 15.926 38.448v0l76.896 75.615-73.308 74.589c-10.391 9.753-16.865 23.575-16.865 38.908 0 29.445 23.87 53.315 53.315 53.315 15.334 0 29.156-6.473 38.882-16.836l0.027-0.029 74.589-74.589 76.896 76.896c9.84 9.84 23.433 15.926 38.448 15.926 30.030 0 54.374-24.344 54.374-54.374 0-15.015-6.086-28.608-15.926-38.448l-76.896-76.896 74.589-74.589c8.972-9.555 14.484-22.451 14.484-36.634 0-14.703-5.923-28.023-15.514-37.703l0.004 0.004z" />
|
66 |
+
<glyph unicode="" glyph-name="pricing-table" horiz-adv-x="749" d="M589.824 960h-430.592c-88.004-0.291-159.232-71.699-159.232-159.743 0 0 0-0.001 0-0.001v0-704.512c0 0 0-0.001 0-0.001 0-88.044 71.228-159.452 159.204-159.743h430.62c88.004 0.291 159.232 71.699 159.232 159.743 0 0 0 0.001 0 0.001v0 704.512c0 0 0 0.001 0 0.001 0 88.044-71.228 159.452-159.204 159.743h-0.028zM649.984 95.744c0-33.225-26.935-60.16-60.16-60.16v0h-430.592c-33.225 0-60.16 26.935-60.16 60.16v704.512c0 33.225 26.935 60.16 60.16 60.16v0h430.592c33.225 0 60.16-26.935 60.16-60.16v0zM487.168 378.88c-5.15-40.576-33.827-73.292-71.737-84.303l-0.711-0.177v-51.2h-79.36v46.336h-27.136c0 0-0.001 0-0.001 0-21.825 0-39.534 17.62-39.679 39.41v0.014c0.142 21.909 17.792 39.649 39.653 39.936h80.155c11.169 0 20.224 9.055 20.224 20.224s-9.055 20.224-20.224 20.224h-24.064c-0.238-0.002-0.52-0.003-0.803-0.003-52.043 0-95.018 38.824-101.543 89.089l-0.055 0.514c-0.322 3-0.505 6.48-0.505 10.002 0 46.494 31.945 85.528 75.084 96.348l0.685 0.145v47.36h79.104v-44.8h25.6c21.915 0 39.68-17.765 39.68-39.68s-17.765-39.68-39.68-39.68h-81.152c-11.169 0-20.224-9.055-20.224-20.224s9.055-20.224 20.224-20.224h28.16c54.652-0.455 98.781-44.864 98.781-99.581 0-3.427-0.173-6.813-0.511-10.151l0.034 0.42z" />
|
67 |
+
<glyph unicode="" glyph-name="progress-bar" d="M969.472 730.88h-355.072c-18.657-30.236-51.603-50.084-89.185-50.084-9.523 0-18.749 1.274-27.515 3.662l0.732-0.17c-44.754 10.952-77.444 50.712-77.444 98.107 0 55.706 45.158 100.864 100.864 100.864 1.217 0 2.429-0.022 3.635-0.064l-0.175 0.005c0.086 0 0.188 0 0.29 0 37.431 0 70.241-19.787 88.54-49.472l0.257-0.449h358.4c0.039 0 0.086 0 0.132 0 28.277 0 51.2-22.923 51.2-51.2 0-5.864-0.986-11.497-2.801-16.744l0.108 0.36c-7.793-20.524-27.297-34.847-50.146-34.847-0.641 0-1.279 0.011-1.914 0.034l0.092-0.003zM326.656 730.88h-271.872c-0.344-0.008-0.75-0.013-1.157-0.013-22.746 0-42.177 14.194-49.918 34.207l-0.124 0.365c-1.762 4.961-2.78 10.683-2.78 16.642 0 28.277 22.923 51.2 51.2 51.2 0.167 0 0.335-0.001 0.502-0.002h272.102c0.344 0.008 0.75 0.013 1.157 0.013 22.746 0 42.177-14.194 49.918-34.207l0.124-0.365c1.763-4.962 2.781-10.685 2.781-16.645 0-28.277-22.923-51.2-51.2-51.2-0.258 0-0.515 0.002-0.772 0.006h0.039zM256 65.28h-201.216c-0.344-0.008-0.75-0.013-1.157-0.013-22.746 0-42.177 14.194-49.918 34.207l-0.124 0.365c-1.762 4.961-2.78 10.683-2.78 16.642 0 28.277 22.923 51.2 51.2 51.2 0.167 0 0.335-0.001 0.502-0.002h201.958c0.344 0.008 0.75 0.013 1.157 0.013 22.746 0 42.177-14.194 49.918-34.207l0.124-0.365c1.765-4.965 2.785-10.691 2.785-16.655 0-28.277-22.923-51.2-51.2-51.2-0.439 0-0.877 0.006-1.313 0.017l0.065-0.001zM972.8 398.080h-93.184c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h93.184c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM799.232 449.28c-0.722-56.001-46.288-101.12-102.392-101.12-0.003 0-0.006 0-0.008 0v0c-0.645-0.015-1.406-0.023-2.169-0.023-37.19 0-69.75 19.826-87.686 49.485l-0.257 0.458h-554.24c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h554.24c18.196 30.108 50.75 49.927 87.933 49.927 0.406 0 0.811-0.002 1.216-0.007l-0.062 0.001c0.307 0.003 0.669 0.005 1.032 0.005 56.106 0 101.673-45.122 102.391-101.057l0.001-0.068zM969.472 167.68c0.316 0.007 0.689 0.011 1.062 0.011 22.841 0 42.34-14.313 50.015-34.459l0.123-0.367c1.707-4.888 2.694-10.523 2.694-16.388 0-28.054-22.563-50.838-50.532-51.196h-430.882c-18.035-30.824-50.979-51.201-88.681-51.201-0.143 0-0.286 0-0.429 0.001h0.022c-4.852-0.815-10.442-1.28-16.14-1.28-56.554 0-102.4 45.846-102.4 102.4s45.846 102.4 102.4 102.4c5.699 0 11.288-0.465 16.734-1.361l-0.593 0.081c0.572 0.012 1.247 0.018 1.924 0.018 36.662 0 68.824-19.267 86.913-48.227l0.251-0.431z" />
|
68 |
+
<glyph unicode="" glyph-name="team-members" d="M723.456 414.208c63.021 57.606 102.4 140.17 102.4 231.931 0 173.338-140.518 313.856-313.856 313.856s-313.856-140.518-313.856-313.856c0-91.761 39.379-174.325 102.159-231.714l0.241-0.217c-176.376-63.598-300.249-229.391-300.544-424.156v-0.036c0.145-29.774 24.242-53.871 54.002-54.016h0.014c29.722 0.145 53.76 24.273 53.76 54.015 0 0 0 0 0 0.001v0c0.436 188.804 153.447 341.726 342.244 342.016h123.932c188.825-0.29 341.836-153.212 342.272-341.974v-0.042c-0.082-1.112-0.128-2.409-0.128-3.716 0-29.832 24.184-54.016 54.016-54.016s54.016 24.184 54.016 54.016c0 1.308-0.046 2.605-0.138 3.889l0.010-0.173c-0.295 194.801-124.168 360.594-297.406 423.201l-3.138 0.991zM307.2 646.144c0.148 113.703 92.356 205.82 206.080 205.82 113.815 0 206.080-92.265 206.080-206.080s-92.265-206.080-206.080-206.080c-0.45 0-0.9 0.001-1.349 0.004h0.069c-113.294 0.87-204.8 92.914-204.8 206.33 0 0.002 0 0.004 0 0.006v0z" />
|
69 |
+
<glyph unicode="" glyph-name="testimonials" d="M512 10.752c-0.012 0-0.026 0-0.041 0-14.065 0-26.805 5.671-36.058 14.851l-125.437 125.437c-9.276 9.33-22.119 15.104-36.311 15.104-0.014 0-0.029 0-0.043 0h-160.51c-84.831 0-153.6 68.769-153.6 153.6v0 422.656c0 84.831 68.769 153.6 153.6 153.6v0h90.624c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-90.624c-28.277 0-51.2-22.923-51.2-51.2v0-422.656c0-28.277 22.923-51.2 51.2-51.2v0h160.512c42.562-0.111 81.037-17.516 108.787-45.555l0.013-0.013 89.088-88.832 89.088 88.832c27.803 27.836 66.23 45.056 108.679 45.056 0.042 0 0.085 0 0.127 0h160.506c28.277 0 51.2 22.923 51.2 51.2v0 423.168c0 28.277-22.923 51.2-51.2 51.2v0h-501.248c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h501.248c84.831 0 153.6-68.769 153.6-153.6v0-422.656c0-84.831-68.769-153.6-153.6-153.6v0h-160.512c-0.012 0-0.026 0-0.041 0-14.192 0-27.035-5.774-36.309-15.102l-125.442-125.442c-9.25-9.177-21.99-14.848-36.055-14.848-0.014 0-0.029 0-0.043 0h0.002zM782.336 514.816c-0.145-34.388-28.056-62.208-62.463-62.208-34.498 0-62.464 27.966-62.464 62.464s27.966 62.464 62.463 62.464v0c34.529-0.145 62.464-28.17 62.464-62.719 0 0 0 0 0-0.001v0zM583.424 514.816c-0.146-34.387-28.056-62.207-62.463-62.207-34.498 0-62.464 27.966-62.464 62.464s27.966 62.464 62.464 62.464c0.090 0 0.18 0 0.269-0.001h-0.014c34.418-0.29 62.208-28.259 62.208-62.718 0-0.001 0-0.001 0-0.002v0zM384 514.816c-0.145-34.388-28.056-62.208-62.463-62.208-34.498 0-62.464 27.966-62.464 62.464s27.966 62.464 62.463 62.464v0c34.529-0.145 62.464-28.17 62.464-62.719 0 0 0 0 0-0.001v0z" />
|
70 |
+
<glyph unicode="" glyph-name="vertical-scroll" horiz-adv-x="230" d="M230.4 844.8c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2zM230.4 448c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2zM230.4 51.2c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2z" />
|
71 |
+
<glyph unicode="" glyph-name="video-box" d="M512-64c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 857.6c-226.216 0-409.6-183.384-409.6-409.6s183.384-409.6 409.6-409.6c226.216 0 409.6 183.384 409.6 409.6v0c0 226.216-183.384 409.6-409.6 409.6v0zM404.736 225.024c-28.051 0.295-50.677 23.104-50.677 51.197 0 18.638 9.959 34.951 24.846 43.906l0.231 0.129 212.736 128-136.192 80.896v-71.424c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 162.048c0.318 28.034 23.118 50.637 51.197 50.637 9.427 0 18.259-2.548 25.845-6.992l-0.242 0.131 286.72-171.776c14.875-9.135 24.646-25.314 24.646-43.776s-9.771-34.641-24.424-43.649l-0.222-0.127-285.952-171.776c-7.445-4.587-16.448-7.337-26.088-7.424h-0.024z" />
|
72 |
+
<glyph unicode="" glyph-name="general-tab" horiz-adv-x="1055" d="M975.547 684.151l-337.256 239.869c-30.838 21.74-69.19 34.746-110.58 34.746s-79.742-13.006-111.192-35.155l0.613 0.409-337.495-239.869c-48.303-35.139-79.404-91.391-79.636-154.918v-402.777c0.809-104.859 85.597-189.647 190.379-190.455h134.883c67.96 0 123.053 55.093 123.053 123.053v0 214.443h158.793v-214.443c0-67.96 55.093-123.053 123.053-123.053v0h134.806c104.859 0.809 189.647 85.597 190.455 190.379v402.817c0 0.004 0 0.008 0 0.012 0 63.667-31.28 120.029-79.309 154.555l-0.567 0.388zM595.115 384.315h-134.806c0 0 0 0 0 0-67.876 0-122.916-54.956-123.052-122.8v-214.456h-146.8c0 0 0 0 0 0-43.898 0-79.5 35.518-79.636 79.384v402.753c0.012 26.6 13.062 50.149 33.107 64.603l0.235 0.161 337.495 239.869c12.826 9.108 28.804 14.56 46.055 14.56s33.229-5.452 46.303-14.728l-0.249 0.167 337.495-239.869c20.28-14.616 33.33-38.165 33.342-64.763v-402.742c-0.136-43.879-35.738-79.397-79.636-79.397 0 0 0 0 0 0h-146.8v214.443c-0.137 67.857-55.177 122.813-123.052 122.813 0 0 0 0 0 0v0z" />
|
73 |
+
<glyph unicode="" glyph-name="integrations" horiz-adv-x="829" d="M416.050-63.77v0c-40.321 0.003-75.437 22.283-93.712 55.202l-0.279 0.548c-33.239 62.133-65.92 114.4-101.637 164.348l3.038-4.471c-17.508 23.037-38.933 48.608-61.739 74.64-75.331 86.159-161.26 184.297-161.26 318.834 0 229.015 185.653 414.668 414.668 414.668v0c1.308 0.015 2.853 0.024 4.401 0.024 226.598 0 410.291-183.694 410.291-410.291 0-1.547-0.009-3.093-0.026-4.636l0.002 0.236c0-138.223-84.085-235.209-158.495-322.52-21.655-25.11-41.928-48.608-58.975-71.876-32.614-45.263-66.374-97.927-97.386-152.361l-4.668-8.899c-18.936-32.191-53.406-53.455-92.842-53.455-0.485 0-0.969 0.003-1.453 0.010l0.073-0.001zM414.668 856.333c-171.708-0.131-310.87-139.293-311.001-310.988v-0.013c0-95.834 69.111-174.621 135.228-250.644 24.189-27.875 47.226-53.907 67.268-81.551 35.59-49.137 70.727-105.336 102.067-163.874l3.903-7.983c40.664 66.893 79.040 122.957 120.030 176.927l-3.692-5.070c19.351 26.493 41.928 52.755 63.813 78.326 65.656 76.022 133.385 154.809 133.385 253.869 0.011 0.964 0.017 2.102 0.017 3.242 0 169.98-137.796 307.776-307.776 307.776-1.14 0-2.279-0.006-3.416-0.019l0.173 0.001zM414.668 390.522c-85.881 0-155.501 69.62-155.501 155.501s69.62 155.501 155.501 155.501c85.881 0 155.501-69.62 155.501-155.501v0c-0.131-85.828-69.673-155.37-155.488-155.501h-0.013zM414.668 597.856c-28.627 0-51.834-23.207-51.834-51.834s23.207-51.834 51.834-51.834c28.627 0 51.834 23.207 51.834 51.834v0c0 28.627-23.207 51.834-51.834 51.834v0z" />
|
74 |
+
<glyph unicode="" glyph-name="license" horiz-adv-x="1126" d="M1105.819 838.282l-101.011 101.011c-13.132 12.989-31.197 21.014-51.137 21.014s-38.005-8.024-51.143-21.020l0.006 0.006-389.65-388.64c-50.306 32.934-111.928 52.528-178.127 52.528-0.411 0-0.821-0.001-1.232-0.002h0.064c-0.075 0-0.164 0-0.253 0-184.236 0-333.589-149.353-333.589-333.589s149.353-333.589 333.589-333.589c184.236 0 333.589 149.353 333.589 333.589v0c0.001 0.246 0.001 0.536 0.001 0.827 0 66.395-19.59 128.215-53.305 179.995l0.778-1.275 194.951 194.951 43.94-44.95c12.797-13.214 30.688-21.427 50.499-21.465h1.775c39.744 0.006 71.96 32.226 71.96 71.97 0 20.060-8.207 38.203-21.446 51.255l-0.009 0.008-44.697 45.202 42.93 41.667 50.506-50.506c12.076-9.487 27.497-15.215 44.256-15.215 39.748 0 71.97 32.222 71.97 71.97 0 16.759-5.728 32.179-15.333 44.411l0.118-0.156zM334.599 80.698c-104.6 0-189.396 84.796-189.396 189.396s84.795 189.396 189.396 189.396c104.6 0 189.396-84.795 189.396-189.396 0-0.089 0-0.178 0-0.266v0.014c0-0.075 0-0.165 0-0.254 0-104.74-84.908-189.648-189.648-189.648-0.266 0-0.533 0.001-0.799 0.002h0.041z" />
|
75 |
+
<glyph unicode="" glyph-name="system-info" d="M968.034 904.489c-34.44 34.345-81.968 55.58-134.455 55.58s-100.015-21.236-134.46-55.585l0.004 0.004-599.703-599.021c-9.133-9.341-16.281-20.665-20.734-33.261l-0.196-0.637-74.167-222.955c-2.852-8.142-4.499-17.529-4.499-27.301 0-46.992 38.095-85.087 85.087-85.087 0.062 0 0.124 0 0.186 0h-0.010c0.229-0.002 0.499-0.004 0.769-0.004 9.414 0 18.458 1.584 26.881 4.5l-0.577-0.174 223.182 74.849c13.107 4.117 24.286 11.183 33.191 20.45l0.025 0.026 501.649 500.511s1.593 1.82 2.73 2.275l94.87 94.87c35.082 34.525 56.819 82.52 56.819 135.591 0 52.959-21.645 100.863-56.572 135.347l-0.020 0.020zM294.391 118.232l-168.809-56.876 56.421 170.629 460.698 459.788 112.387-113.752zM890 713.385l-56.421-55.966-112.387 112.387 55.966 56.649c14.556 14.556 34.665 23.559 56.876 23.559 44.423 0 80.435-36.012 80.435-80.435 0-22.212-9.003-42.32-23.559-56.876v0z" />
|
76 |
+
<glyph unicode="" glyph-name="version-control" horiz-adv-x="1005" d="M502.618 258.122c-104.867 0-189.878 85.011-189.878 189.878s85.011 189.878 189.878 189.878c104.867 0 189.878-85.011 189.878-189.878v0c-0.127-104.816-85.062-189.751-189.866-189.878h-0.012zM502.618 526.185c-43.797 0-79.302-35.505-79.302-79.302s35.505-79.302 79.302-79.302c43.797 0 79.302 35.505 79.302 79.302v0c-0.127 43.746-35.556 79.175-79.29 79.302h-0.012zM587.951-64h-170.89c-0.002 0-0.003 0-0.005 0-67.092 0-121.555 54.072-122.186 121.015v0.060c0.008 0.153 0.013 0.331 0.013 0.511 0 3.661-1.957 6.865-4.882 8.623l-0.045 0.025-11.393 6.702c-1.46 0.77-3.19 1.222-5.026 1.222s-3.567-0.452-5.086-1.251l0.060 0.029c-17.556-10.279-38.658-16.349-61.178-16.349-11.13 0-21.913 1.483-32.163 4.261l0.859-0.198c-31.923 8.658-58.032 29.161-73.853 56.384l-0.311 0.58-85.333 148.328c-10.277 17.496-16.347 38.537-16.347 60.995 0 44.924 24.287 84.175 60.448 105.339l0.576 0.312c3.946 2.044 6.615 6.062 6.701 10.711v9.171c0.001 0.066 0.002 0.144 0.002 0.222 0 4.223-2.211 7.929-5.538 10.025l-0.049 0.029c-36.9 21.437-61.316 60.777-61.316 105.819 0 22.662 6.181 43.881 16.948 62.063l-0.31-0.565 85.333 147.881c21.593 36.709 60.9 60.958 105.87 60.958 22.451 0 43.491-6.044 61.581-16.594l-0.582 0.313c1.488-0.953 3.302-1.519 5.25-1.519s3.762 0.566 5.289 1.543l-0.039-0.024 10.052 5.585c3.228 1.832 5.371 5.247 5.371 9.161 0 0.156-0.003 0.312-0.010 0.466l0.001-0.022c0.127 67.434 54.758 122.065 122.18 122.192h170.902c67.434-0.127 122.065-54.758 122.192-122.18v-0.012c-0.007-0.145-0.011-0.314-0.011-0.485 0-3.733 1.948-7.011 4.883-8.872l0.043-0.025 9.159-5.138c1.932-1.426 4.36-2.282 6.988-2.282 1.672 0 3.263 0.346 4.705 0.972l-0.077-0.030c17.482 10.227 38.492 16.265 60.913 16.265 44.927 0 84.192-24.247 105.421-60.369l0.312-0.574 85.557-147.658c10.246-17.534 16.296-38.603 16.296-61.085 0-45.013-24.251-84.363-60.401-105.695l-0.572-0.312c-4.097-1.855-6.939-5.822-7.147-10.473l-0.001-0.026v-9.159c0-0.036-0.001-0.079-0.001-0.122 0-4.24 2.316-7.939 5.753-9.901l0.056-0.029h1.34c36.655-21.605 60.861-60.883 60.861-105.814 0-22.383-6.008-43.364-16.498-61.417l0.314 0.585-85.557-147.881c-21.541-36.695-60.805-60.942-105.733-60.942-22.421 0-43.431 6.039-61.493 16.578l0.58-0.313c-1.58 0.882-3.466 1.401-5.473 1.401s-3.893-0.519-5.531-1.43l0.058 0.030-10.276-6.031c-3.224-1.833-5.364-5.246-5.364-9.157 0-0.079 0.001-0.158 0.003-0.236v0.012c-0.127-67.434-54.758-122.065-122.18-122.192h-0.012zM275.211 185.522c0.087 0 0.191 0 0.294 0 22.734 0 43.993-6.312 62.121-17.279l-0.537 0.302 8.265-4.914c36.321-21.243 60.332-60.056 60.332-104.477 0-0.73-0.006-1.459-0.019-2.187l0.002 0.109c0-6.292 5.101-11.393 11.393-11.393v0h170.89c6.292 0 11.393 5.101 11.393 11.393v0c-0.001 0.148-0.001 0.323-0.001 0.497 0 45.174 24.786 84.559 61.499 105.298l0.603 0.313 7.148 4.244c17.627 10.474 38.862 16.665 61.543 16.665s43.916-6.191 62.107-16.975l-0.564 0.31c1.689-1.013 3.726-1.612 5.904-1.612 4.206 0 7.889 2.235 9.928 5.582l0.029 0.051 86.003 149.668c1.003 1.663 1.597 3.67 1.597 5.817 0 4.163-2.232 7.804-5.565 9.792l-0.052 0.029c-37.522 21.643-62.49 61.35-62.994 106.93l-0.001 0.071v8.712c0 0.114-0.001 0.25-0.001 0.386 0 44.871 24.275 84.072 60.408 105.188l0.577 0.311c3.88 2.341 6.434 6.533 6.434 11.323 0 1.882-0.395 3.673-1.106 5.293l0.033-0.085-85.333 147.658c-2.070 3.385-5.747 5.61-9.943 5.61-1.827 0-3.555-0.422-5.093-1.173l0.069 0.030c-17.48-10.37-38.533-16.499-61.017-16.499-22.64 0-43.828 6.214-61.952 17.029l0.554-0.306-7.818 4.468c-37.331 21.218-62.101 60.718-62.101 106.004 0 0.037 0 0.074 0 0.11v-0.006c0.001 0.066 0.002 0.145 0.002 0.223 0 6.292-5.101 11.393-11.393 11.393-0.001 0-0.002 0-0.002 0h-171.783c-6.292 0-11.393-5.101-11.393-11.393v0c0-0.039 0-0.086 0-0.133 0-45.105-24.574-84.47-61.063-105.439l-0.591-0.313-5.585-3.127c-18.295-11.547-40.556-18.399-64.417-18.399-22.33 0-43.258 6.001-61.26 16.477l0.582-0.313c-1.663 1.003-3.67 1.597-5.817 1.597-4.163 0-7.804-2.232-9.792-5.565l-0.029-0.052-86.003-148.105c-0.954-1.649-1.516-3.628-1.516-5.738 0-4.166 2.193-7.82 5.488-9.87l0.049-0.029c37.778-21.271 62.899-61.080 62.995-106.765v-8.726c0 0 0-0.001 0-0.001 0-44.927-24.158-84.212-60.193-105.572l-0.568-0.311c-4.037-1.944-6.773-6.003-6.773-10.701 0-2.054 0.523-3.985 1.443-5.668l-0.031 0.062 85.333-147.881c2.43-3.214 6.246-5.269 10.542-5.269 1.839 0 3.591 0.377 5.181 1.057l-0.086-0.033c17.421 10.252 38.377 16.307 60.747 16.307 0.005 0 0.010 0 0.015 0h-0.001z" />
|
77 |
+
<glyph unicode="" glyph-name="white-label" horiz-adv-x="901" d="M120.783-64c-18.709 0.031-36.417 4.286-52.231 11.863l0.731-0.315c-41.244 19.404-69.284 60.613-69.284 108.372 0 0.223 0.001 0.445 0.002 0.668v-0.034 717.077c0.131 102.877 83.494 186.24 186.358 186.371h527.947c102.877-0.131 186.24-83.494 186.371-186.358v-717.089c0.001-0.188 0.002-0.411 0.002-0.633 0-47.759-28.040-88.968-68.556-108.063l-0.728-0.309c-15.089-7.219-32.789-11.468-51.473-11.547h-0.027c-0.037 0-0.080 0-0.124 0-29.357 0-56.225 10.657-76.947 28.314l0.167-0.138-202.999 169.050c-13.286 11.346-30.663 18.249-49.653 18.249s-36.367-6.903-49.759-18.337l-203.123-169.193c-20.622-17.28-47.405-27.817-76.645-27.944h-0.028zM450.338 259.32c0.029 0 0.064 0 0.098 0 45.519 0 87.226-16.318 119.591-43.424l-0.291 0.238 222.167-184.754v742.25c-0.131 42.756-34.822 77.366-77.596 77.366 0 0 0 0 0 0h-527.935c0 0 0 0 0 0-42.774 0-77.465-34.61-77.596-77.353v-741.801l222.167 184.754c32.083 26.986 73.799 43.449 119.355 43.648h0.043z" />
|
78 |
+
<glyph unicode="" glyph-name="widgets-and-addons" d="M282.396 511.943h-116.736c-91.492 0-165.66 74.169-165.66 165.66v0 116.736c0 91.492 74.169 165.66 165.66 165.66v0h116.736c91.492 0 165.66-74.169 165.66-165.66v0-116.736c0-91.492-74.169-165.66-165.66-165.66v0zM165.66 832.114c-20.862 0-37.774-16.912-37.774-37.774v0-116.736c0 0 0 0 0-0.001 0-20.736 16.81-37.547 37.547-37.547 0.080 0 0.16 0 0.24 0.001h116.724c20.736 0 37.547 16.81 37.547 37.547v116.736c0 0.068 0.001 0.148 0.001 0.228 0 20.736-16.81 37.547-37.547 37.547 0 0-0.001 0-0.001 0v0zM858.34 511.943h-116.736c-91.492 0-165.66 74.169-165.66 165.66v0 116.736c0 91.492 74.169 165.66 165.66 165.66v0h116.736c91.492 0 165.66-74.169 165.66-165.66v0-116.736c0-91.492-74.169-165.66-165.66-165.66v0zM741.604 832.114c0 0 0 0-0.001 0-20.736 0-37.547-16.81-37.547-37.547 0-0.080 0-0.16 0.001-0.24v0.012-116.736c0-20.736 16.81-37.547 37.547-37.547v0h116.736c0.068 0 0.148-0.001 0.228-0.001 20.736 0 37.547 16.81 37.547 37.547 0 0 0 0.001 0 0.001v0 116.736c0 20.862-16.912 37.774-37.774 37.774v0zM282.396-64h-116.736c-91.492 0-165.66 74.169-165.66 165.66v0 116.736c0 91.492 74.169 165.66 165.66 165.66v0h116.736c91.492 0 165.66-74.169 165.66-165.66v0-116.736c0-91.492-74.169-165.66-165.66-165.66v0zM165.66 255.943c-0.068 0-0.148 0.001-0.228 0.001-20.736 0-37.547-16.81-37.547-37.547 0 0 0-0.001 0-0.001v0-116.736c0-20.862 16.912-37.774 37.774-37.774v0h116.736c0 0 0 0 0.001 0 20.736 0 37.547 16.81 37.547 37.547 0 0.080 0 0.16-0.001 0.24v-0.012 116.736c0 20.736-16.81 37.547-37.547 37.547v0zM858.34-64h-116.736c-91.492 0-165.66 74.169-165.66 165.66v0 116.736c0 91.492 74.169 165.66 165.66 165.66v0h116.736c91.492 0 165.66-74.169 165.66-165.66v0-116.736c0-91.492-74.169-165.66-165.66-165.66v0zM741.604 255.943c-20.736 0-37.547-16.81-37.547-37.547v0-116.736c0-0.068-0.001-0.148-0.001-0.228 0-20.736 16.81-37.547 37.547-37.547 0 0 0.001 0 0.001 0h116.736c20.862 0 37.774 16.912 37.774 37.774v0 116.736c0 0 0 0 0 0.001 0 20.736-16.81 37.547-37.547 37.547-0.080 0-0.16 0-0.24-0.001h0.012z" />
|
79 |
+
<glyph unicode="" glyph-name="all-widgets" d="M139.947 345.6h129.707c77.29 0 139.947-62.656 139.947-139.947v-129.707c0-77.29-62.656-139.947-139.947-139.947h-129.707c-77.29 0-139.947 62.656-139.947 139.947v129.707c0 77.29 62.656 139.947 139.947 139.947zM752.754 345.6h132.892c76.411 0 138.354-61.943 138.354-138.354v-132.892c0-76.411-61.943-138.354-138.354-138.354h-132.892c-76.411 0-138.354 61.943-138.354 138.354v132.892c0 76.411 61.943 138.354 138.354 138.354zM754.574 960h129.252c77.416 0 140.174-62.758 140.174-140.174v-129.252c0-77.416-62.758-140.174-140.174-140.174h-129.252c-77.416 0-140.174 62.758-140.174 140.174v129.252c0 77.416 62.758 140.174 140.174 140.174zM139.719 960h130.162c77.165 0 139.719-62.554 139.719-139.719v-130.162c0-77.165-62.554-139.719-139.719-139.719h-130.162c-77.165 0-139.719 62.554-139.719 139.719v130.162c0 77.165 62.554 139.719 139.719 139.719z" />
|
80 |
+
<glyph unicode="" glyph-name="blurbs-and-cta-widgets" d="M409.6 140.8h409.6c113.108 0 204.8 91.692 204.8 204.8v0 409.6c0 113.108-91.692 204.8-204.8 204.8v0h-409.6c-113.108 0-204.8-91.692-204.8-204.8v0-407.78c0.129-114.061 92.559-206.491 206.608-206.62h0.012zM256 38.4c-84.831 0-153.6 68.769-153.6 153.6v0 381.156c0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2v0-381.156c0-141.385 114.615-256 256-256v0h381.156c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2v0z" />
|
81 |
+
<glyph unicode="" glyph-name="contact-widgets" horiz-adv-x="1396" d="M555.132 546.987l-479.108 385.086c26.241 17.403 58.439 27.81 93.060 27.927h1058.163c34.653-0.097 66.856-10.508 93.723-28.321l-0.632 0.394-478.177-385.086c-38.86-31.592-88.953-50.725-143.515-50.725s-104.655 19.133-143.936 51.057l0.421-0.331zM1396.364 782.196v-677.081c0-93.4-75.715-169.115-169.115-169.115v0h-1058.133c-93.329 0.176-168.939 75.786-169.115 169.098v677.098c-0.001 0.222-0.002 0.485-0.002 0.747 0 35.157 10.787 67.795 29.233 94.783l-0.373-0.578 484.693-390.361c50.227-40.144 114.519-64.609 184.506-65.163l0.124-0.001c0.412-0.002 0.899-0.003 1.386-0.003 70.381 0 134.933 24.953 185.293 66.496l-0.497-0.398 484.073 389.43c17.507-26.116 27.941-58.255 27.941-92.831 0-0.746-0.005-1.491-0.015-2.234l0.001 0.113z" />
|
82 |
+
<glyph unicode="" glyph-name="content-widgets" horiz-adv-x="1138" d="M849.794 960c0.15 0 0.328 0 0.506 0 158.592 0 287.19-128.421 287.478-286.946v-449.829c-0.288-158.692-128.999-287.226-287.731-287.226-0.089 0-0.178 0-0.267 0h-562.048c0 0 0 0 0 0-158.732 0-287.443 128.534-287.731 287.198v449.577c0.144 158.573 128.653 287.082 287.212 287.226h562.581zM940.31 587.062l4.551 4.551c6.487 7.616 10.432 17.57 10.432 28.444s-3.946 20.828-10.484 28.506l0.052-0.062c-7.873 8.067-18.53 13.386-30.415 14.4l-0.179 0.012c-0.733 0.044-1.591 0.069-2.454 0.069-11.353 0-21.69-4.35-29.435-11.475l0.031 0.028-256.632-203.536c-15.32-12.745-35.201-20.48-56.889-20.48s-41.568 7.735-57.034 20.597l0.145-0.117-256.126 204.8c-7.107 5.263-16.047 8.425-25.725 8.425-24.018 0-43.488-19.47-43.488-43.488 0-9.742 3.203-18.736 8.614-25.985l-0.082 0.115 7.080-7.332 258.908-202.272c30.223-24.098 68.972-38.667 111.123-38.667s80.9 14.569 111.485 38.945l-0.362-0.279z" />
|
83 |
+
<glyph unicode="" glyph-name="image-widgets" d="M887.467-41.244v2.276c-32.732-15.692-71.14-24.909-111.688-25.031h-519.779c-141.385 0-256 114.615-256 256v0 88.292c1.221 0.551 2.271 1.238 3.199 2.059l-0.013-0.011c104.903 87.381 217.543 131.527 333.596 131.527v0c239.844 0 465.806-186.368 550.684-452.38zM773.689 960h-517.689c-141.385 0-256-114.615-256-256v0-337.92c91.377 70.78 207.13 114.129 332.93 116.048l0.439 0.005c9.33 0 19.115 0 28.217 0 104.071-6.788 199.035-40.671 279.433-94.588l-2.043 1.29c142.842-95.27 250.349-233.701 304.723-396.455l1.567-5.408c48.603 47.588 78.735 113.877 78.735 187.203 0 0.266 0 0.533-0.001 0.799v-0.041 523.378c0.009 0.817 0.015 1.781 0.015 2.747 0 141.984-114.268 257.279-255.858 258.94l-0.157 0.001zM732.729 604.103c-0.068 0-0.148 0-0.228 0-42.478 0-76.914 34.435-76.914 76.914s34.435 76.914 76.914 76.914c42.478 0 76.914-34.435 76.914-76.913v0c0 0 0 0 0 0 0-42.398-34.306-76.784-76.674-76.913h-0.013z" />
|
84 |
+
<glyph unicode="" glyph-name="message" horiz-adv-x="1138" d="M849.794 960c0.15 0 0.328 0 0.506 0 158.592 0 287.19-128.421 287.478-286.946v-449.829c-0.288-158.692-128.999-287.226-287.731-287.226-0.089 0-0.178 0-0.267 0h-562.048c0 0 0 0 0 0-158.732 0-287.443 128.534-287.731 287.198v449.577c0.144 158.573 128.653 287.082 287.212 287.226h562.581zM940.31 587.062l4.551 4.551c6.487 7.616 10.432 17.57 10.432 28.444s-3.946 20.828-10.484 28.506l0.052-0.062c-7.873 8.067-18.53 13.386-30.415 14.4l-0.179 0.012c-0.733 0.044-1.591 0.069-2.454 0.069-11.353 0-21.69-4.35-29.435-11.475l0.031 0.028-256.632-203.536c-15.32-12.745-35.201-20.48-56.889-20.48s-41.568 7.735-57.034 20.597l0.145-0.117-256.126 204.8c-7.107 5.263-16.047 8.425-25.725 8.425-24.018 0-43.488-19.47-43.488-43.488 0-9.742 3.203-18.736 8.614-25.985l-0.082 0.115 7.080-7.332 258.908-202.272c30.223-24.098 68.972-38.667 111.123-38.667s80.9 14.569 111.485 38.945l-0.362-0.279z" />
|
85 |
+
<glyph unicode="" glyph-name="off-grid-widgets" horiz-adv-x="1041" d="M883.433 676.771c77.252-4.721 140.095-60.978 154.818-134.608l0.179-1.072c1.494-8.285 2.348-17.821 2.348-27.557 0-88.015-69.798-159.728-157.063-162.806l-0.281-0.008zM813.615 900.422v-765.207c0-32.904-26.674-59.578-59.578-59.578v0h-19.316c-0.217-0.001-0.475-0.002-0.732-0.002-39.55 0-74.887 18.036-98.236 46.331l-0.173 0.216c-34.096 42.335-85.759 69.33-143.744 69.818l-0.082 0.001h-73.775v-184.087c-0.524-39.829-32.934-71.914-72.838-71.914-0.166 0-0.331 0.001-0.497 0.002h-40.237c-40.102 0-72.611 32.509-72.611 72.611v0 199.68c-135.169 41.188-231.816 164.77-231.816 310.924 0 179.173 145.249 324.422 324.422 324.422 0.171 0 0.341 0 0.512 0h166.141c57.892 0.184 109.539 26.762 143.563 68.324l0.262 0.33c23.522 28.512 58.86 46.548 98.41 46.548 0.257 0 0.514-0.001 0.771-0.002h19.976c0.046 0 0.1 0 0.155 0 6.027 0 11.815-1.023 17.2-2.904l-0.366 0.111c4.129-1.275 7.674-2.776 11.030-4.582l-0.325 0.16c18.694-9.9 31.337-29.012 31.882-51.126l0.001-0.074z" />
|
86 |
+
<glyph unicode="" glyph-name="section-addons" horiz-adv-x="1040" d="M958.122 631.996v58.712c0.012 0.794 0.019 1.732 0.019 2.671 0 50.807-20.49 96.829-53.658 130.253l0.011-0.011c-33.999 34.358-81.032 55.76-133.066 56.169h-44.458c-0.917-0.074-1.986-0.116-3.064-0.116-22.468 0-40.683 18.214-40.683 40.683s18.214 40.683 40.683 40.683c1.078 0 2.147-0.042 3.204-0.124l-0.14 0.009h44.381c148.272-1.689 267.927-121.83 268.828-270.13v-57.874c-1.653-21.358-19.39-38.063-41.029-38.063s-39.377 16.705-41.021 37.922l-0.009 0.141zM40.451 591.545c-22.236 0.258-40.194 18.215-40.451 40.427v58.737c1.436 148.794 122.197 268.906 271.104 269.291h44.187c22.432-0.124 40.629-18.078 41.144-40.403l0.001-0.048c-0.513-22.421-18.685-40.431-41.121-40.682h-44.174c-0.173 0.001-0.377 0.001-0.581 0.001-52.382 0-99.813-21.197-134.184-55.481l0.004 0.004c-33.564-33.481-54.329-79.778-54.329-130.925 0-0.617 0.003-1.234 0.009-1.849l-0.001 0.094v-57.788c-0.513-22.293-18.581-40.2-40.89-40.451h-0.024zM82.059 264.004v-58.712c-0.012-0.794-0.019-1.732-0.019-2.671 0-50.807 20.49-96.829 53.658-130.253l-0.011 0.011c34.025-34.317 81.042-55.706 133.055-56.169l0.088-0.001h44.381c0.917 0.074 1.986 0.116 3.064 0.116 22.468 0 40.683-18.214 40.683-40.683s-18.214-40.683-40.683-40.683c-1.078 0-2.147 0.042-3.204 0.124l0.14-0.009h-44.381c-148.272 1.689-267.927 121.83-268.828 270.13v57.874c1.653 21.358 19.39 38.063 41.029 38.063s39.377-16.705 41.021-37.922l0.009-0.141zM999.729 303.53c21.921-0.243 39.689-17.687 40.45-39.457l0.002-0.070v-58.712c-1.435-148.713-122.065-268.775-270.86-269.291h-44.431c-0.917-0.074-1.986-0.116-3.064-0.116-22.468 0-40.683 18.214-40.683 40.683s18.214 40.683 40.683 40.683c1.078 0 2.147-0.042 3.204-0.124l-0.14 0.009h44.381c0.132 0 0.289-0.001 0.446-0.001 52.352 0 99.752 21.198 134.087 55.479l-0.002-0.002c33.564 33.481 54.329 79.778 54.329 130.925 0 0.617-0.003 1.234-0.009 1.849l0.001-0.094v57.788c0.388 22.345 18.53 40.325 40.902 40.451h0.012zM693.454 159.061h-346.727c-63.831 0-115.576 51.745-115.576 115.576v0 346.727c0 63.831 51.745 115.576 115.576 115.576v0h346.727c63.831 0 115.576-51.745 115.576-115.576v0-346.727c0-63.831-51.745-115.576-115.576-115.576v0z" />
|
87 |
+
<glyph unicode="" glyph-name="social-feed-widgets" horiz-adv-x="939" d="M201.751 562.774v-551.902c-21.080-23.819-51.721-38.764-85.853-38.781h-0.003c-0.001 0-0.002 0-0.003 0-63.692 0-115.383 51.378-115.891 114.95v393.239c-0.012 0.646-0.020 1.407-0.020 2.171 0 54.302 36.022 100.19 85.474 115.073l0.851 0.22c8.944 2.498 19.216 3.934 29.822 3.934 33.959 0 64.48-14.72 85.531-38.127l0.093-0.105zM936.35 449.793l-75.769-376.827c-11.775-77.927-78.28-136.972-158.576-136.972-6.684 0-13.272 0.409-19.741 1.204l0.776-0.078-334.011 37.66c-28.037 3.383-52.344 17.15-69.362 37.278l-0.13 0.158c-3.592 3.918-7.048 8.157-10.252 12.589l-0.284 0.412v548.764l315.405 351.944c18.456 20.934 45.334 34.071 75.281 34.071 18.145 0 35.164-4.823 49.844-13.257l-0.488 0.258c31.606-17.508 52.648-50.663 52.648-88.733 0-16.699-4.049-32.453-11.218-46.333l0.265 0.565-89.667-181.352c-2.259-4.153-3.587-9.095-3.587-14.348 0-16.759 13.522-30.359 30.251-30.486h0.012l145.709-5.604c58.524-2.688 104.955-50.788 104.955-109.734 0-7.494-0.75-14.813-2.18-21.885l0.119 0.704z" />
|
88 |
+
<glyph unicode="" glyph-name="table-and-chars-widgets" d="M750.933 960c174.080 0 273.067-98.759 273.067-273.067v0-477.867c0-174.080-98.759-273.067-273.067-273.067h-477.867c-174.308 0-273.067 98.759-273.067 273.067v0 477.867c0 174.308 98.759 273.067 273.067 273.067h477.867zM547.954 769.536c-7.012 4.634-15.616 7.393-24.865 7.393-25.135 0-45.511-20.376-45.511-45.511 0-1.803 0.105-3.581 0.309-5.33l-0.020 0.213v-558.876c2.39-23.1 21.751-40.961 45.283-40.961 0.080 0 0.16 0 0.24 0.001h-0.012c0.068 0 0.148-0.001 0.228-0.001 23.532 0 42.893 17.861 45.267 40.765l0.016 0.195v558.876c0.169 1.472 0.265 3.178 0.265 4.906 0 16.023-8.28 30.112-20.795 38.221l-0.178 0.108zM297.188 595.911c-6.846 4.341-15.182 6.918-24.121 6.918s-17.275-2.577-24.307-7.028l0.187 0.11c-13.056-8.153-21.614-22.443-21.614-38.732 0-1.586 0.081-3.153 0.239-4.697l-0.016 0.194v-379.335c0-25.135 20.376-45.511 45.511-45.511s45.511 20.376 45.511 45.511v0 0 379.108c0.156 1.415 0.245 3.056 0.245 4.718 0 16.298-8.567 30.595-21.444 38.634l-0.192 0.112zM775.054 403.399c-6.897 4.429-15.315 7.061-24.348 7.061s-17.451-2.632-24.53-7.17l0.182 0.109c-12.851-7.762-21.31-21.655-21.31-37.523 0-2.014 0.136-3.997 0.4-5.938l-0.025 0.226v-179.996c2.39-23.1 21.751-40.961 45.283-40.961 0.080 0 0.16 0 0.24 0.001h-0.012c0.068 0 0.148-0.001 0.228-0.001 23.532 0 42.893 17.861 45.267 40.765l0.016 0.195v179.769c0.142 1.35 0.223 2.918 0.223 4.504 0 16.289-8.558 30.579-21.422 38.62l-0.191 0.112z" />
|
89 |
+
<glyph unicode="" glyph-name="testimonials-and-reviews-widgets" d="M512 960c0.379 0.001 0.827 0.002 1.276 0.002 282.77 0 512-229.23 512-512s-229.23-512-512-512c-87.909 0-170.643 22.155-242.924 61.186l2.715-1.341h-1.593c-15.246 6.144-27.534 17.067-41.87 24.121-8.435 3.656-18.258 5.783-28.578 5.783-7.749 0-15.219-1.199-22.233-3.422l0.521 0.142c-29.627-10.816-68.275-22.231-107.704-31.635l-7.894-1.589c-20.48 0-26.624 11.833-26.624 31.858 10.827 47.474 23.027 87.476 37.679 126.274l-2.18-6.58c2.107 6.024 3.323 12.969 3.323 20.197 0 11.030-2.833 21.398-7.811 30.417l0.164-0.325-10.24 19.797c-36.341 67.827-57.787 148.346-58.026 233.851v3.262c0 282.77 229.23 512 512 512v0zM747.975 513.081c-36.195 0-65.536-29.341-65.536-65.536s29.341-65.536 65.536-65.536c36.195 0 65.536 29.341 65.536 65.536v0c-0.129 36.143-29.393 65.407-65.524 65.536h-0.012zM512 513.081c-36.195 0-65.536-29.341-65.536-65.536s29.341-65.536 65.536-65.536c36.195 0 65.536 29.341 65.536 65.536v0c0 0.068 0 0.148 0 0.228 0 36.069-29.24 65.308-65.308 65.308-0.080 0-0.16 0-0.24 0h0.012zM276.025 513.081c-36.195 0-65.536-29.341-65.536-65.536s29.341-65.536 65.536-65.536v0c36.195 0 65.536 29.341 65.536 65.536s-29.341 65.536-65.536 65.536v0z" />
|
90 |
+
<glyph unicode="" glyph-name="pa-admin-icon" d="M1024.437 448.219c-0.596-158.073-72.763-299.17-185.761-392.653l-0.858-0.689h-13.548l-104.891 323.851 285.828 207.597 3.059-11.8c9.961-37.82 15.839-81.301 16.17-126.103l0.001-0.204zM798.047 22.972l-10.489-6.556c-77.973-50.165-173.175-79.974-275.339-79.974s-197.366 29.808-277.383 81.202l2.043-1.228-10.489 6.556 285.828 206.723zM305.058 380.913l-107.076-329.533h-9.178c-115.562 94.543-188.753 237.138-188.804 396.829v0.009c0.139 45.7 6.029 89.961 16.983 132.181l-0.813-3.69 3.059 11.8zM493.426 960l-109.262-336.963h-352.697l4.37 13.111c73.442 181.603 242.662 310.074 443.369 323.333l1.545 0.082zM992.97 623.037h-352.697l-109.262 336.963h12.674c202.344-13.418 371.597-142.068 443.682-320.403l1.232-3.448z" />
|
91 |
</font></defs></svg>
|
admin/assets/fonts/style.css
CHANGED
@@ -1,42 +1,42 @@
|
|
1 |
-
@font-face {
|
2 |
-
font-family: "pa-dash";
|
3 |
-
src: url("pa-dashboard.eot?oxj6w0");
|
4 |
-
src: url("pa-dashboard.eot?oxj6w0#iefix") format("embedded-opentype"),
|
5 |
-
url("pa-dashboard.ttf?oxj6w0") format("truetype"), url("pa-dashboard.woff?oxj6w0") format("woff"),
|
6 |
-
url("pa-dashboard.svg?oxj6w0#pa-dashboard") format("svg");
|
7 |
-
font-weight: normal;
|
8 |
-
font-style: normal;
|
9 |
-
font-display: block;
|
10 |
-
}
|
11 |
-
|
12 |
-
[class^="pa-dash-"] {
|
13 |
-
/* use !important to prevent issues with browser extensions that change fonts */
|
14 |
-
font-family: "pa-dash" !important;
|
15 |
-
speak: never;
|
16 |
-
font-style: normal;
|
17 |
-
font-weight: normal;
|
18 |
-
font-variant: normal;
|
19 |
-
text-transform: none;
|
20 |
-
line-height: 1;
|
21 |
-
font-size: 17px;
|
22 |
-
/* Better Font Rendering =========== */
|
23 |
-
-webkit-font-smoothing: antialiased;
|
24 |
-
-moz-osx-font-smoothing: grayscale;
|
25 |
-
}
|
26 |
-
|
27 |
-
.toplevel_page_premium-addons>div.wp-menu-image::before {
|
28 |
-
position: relative;
|
29 |
-
top: 5px;
|
30 |
-
content: "\e950";
|
31 |
-
/* use !important to prevent issues with browser extensions that change fonts */
|
32 |
-
font-family: "pa-dash" !important;
|
33 |
-
speak: none;
|
34 |
-
font-style: normal;
|
35 |
-
font-variant: normal;
|
36 |
-
text-transform: none;
|
37 |
-
line-height: 1;
|
38 |
-
/* Better Font Rendering =========== */
|
39 |
-
-webkit-font-smoothing: antialiased;
|
40 |
-
-moz-osx-font-smoothing: grayscale;
|
41 |
-
font-size: 21px;
|
42 |
}
|
1 |
+
@font-face {
|
2 |
+
font-family: "pa-dash";
|
3 |
+
src: url("pa-dashboard.eot?oxj6w0");
|
4 |
+
src: url("pa-dashboard.eot?oxj6w0#iefix") format("embedded-opentype"),
|
5 |
+
url("pa-dashboard.ttf?oxj6w0") format("truetype"), url("pa-dashboard.woff?oxj6w0") format("woff"),
|
6 |
+
url("pa-dashboard.svg?oxj6w0#pa-dashboard") format("svg");
|
7 |
+
font-weight: normal;
|
8 |
+
font-style: normal;
|
9 |
+
font-display: block;
|
10 |
+
}
|
11 |
+
|
12 |
+
[class^="pa-dash-"] {
|
13 |
+
/* use !important to prevent issues with browser extensions that change fonts */
|
14 |
+
font-family: "pa-dash" !important;
|
15 |
+
speak: never;
|
16 |
+
font-style: normal;
|
17 |
+
font-weight: normal;
|
18 |
+
font-variant: normal;
|
19 |
+
text-transform: none;
|
20 |
+
line-height: 1;
|
21 |
+
font-size: 17px;
|
22 |
+
/* Better Font Rendering =========== */
|
23 |
+
-webkit-font-smoothing: antialiased;
|
24 |
+
-moz-osx-font-smoothing: grayscale;
|
25 |
+
}
|
26 |
+
|
27 |
+
.toplevel_page_premium-addons>div.wp-menu-image::before {
|
28 |
+
position: relative;
|
29 |
+
top: 5px;
|
30 |
+
content: "\e950";
|
31 |
+
/* use !important to prevent issues with browser extensions that change fonts */
|
32 |
+
font-family: "pa-dash" !important;
|
33 |
+
speak: none;
|
34 |
+
font-style: normal;
|
35 |
+
font-variant: normal;
|
36 |
+
text-transform: none;
|
37 |
+
line-height: 1;
|
38 |
+
/* Better Font Rendering =========== */
|
39 |
+
-webkit-font-smoothing: antialiased;
|
40 |
+
-moz-osx-font-smoothing: grayscale;
|
41 |
+
font-size: 21px;
|
42 |
}
|
admin/assets/js/pa-notice.js
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
|
6 |
var adminNotices = {
|
7 |
'radius': 'radius_notice',
|
8 |
-
'
|
9 |
};
|
10 |
|
11 |
if (undefined !== notice) {
|
5 |
|
6 |
var adminNotices = {
|
7 |
'radius': 'radius_notice',
|
8 |
+
'bf21': 'bf21_notice',
|
9 |
};
|
10 |
|
11 |
if (undefined !== notice) {
|
admin/includes/admin-notices.php
CHANGED
@@ -1,426 +1,425 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* PA Admin Notices.
|
5 |
-
*/
|
6 |
-
namespace PremiumAddons\Admin\Includes;
|
7 |
-
|
8 |
-
use PremiumAddons\Includes\Helper_Functions;
|
9 |
-
|
10 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
11 |
-
exit();
|
12 |
-
}
|
13 |
-
|
14 |
-
/**
|
15 |
-
* Class Admin_Notices
|
16 |
-
*/
|
17 |
-
class Admin_Notices {
|
18 |
-
|
19 |
-
/**
|
20 |
-
* Class object
|
21 |
-
*
|
22 |
-
* @var instance
|
23 |
-
*/
|
24 |
-
private static $instance = null;
|
25 |
-
|
26 |
-
/**
|
27 |
-
* Elementor slug
|
28 |
-
*
|
29 |
-
* @var elementor
|
30 |
-
*/
|
31 |
-
private static $elementor = 'elementor';
|
32 |
-
|
33 |
-
/**
|
34 |
-
* PAPRO Slug
|
35 |
-
*
|
36 |
-
* @var papro
|
37 |
-
*/
|
38 |
-
private static $papro = 'premium-addons-pro';
|
39 |
-
|
40 |
-
/**
|
41 |
-
* Notices Keys
|
42 |
-
*
|
43 |
-
* @var notices
|
44 |
-
*/
|
45 |
-
private static $notices = null;
|
46 |
-
|
47 |
-
/**
|
48 |
-
* Constructor for the class
|
49 |
-
*/
|
50 |
-
public function __construct() {
|
51 |
-
|
52 |
-
add_action( 'admin_init', array( $this, 'init' ) );
|
53 |
-
|
54 |
-
add_action( 'admin_notices', array( $this, 'admin_notices' ) );
|
55 |
-
|
56 |
-
add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
|
57 |
-
|
58 |
-
add_action( 'wp_ajax_pa_reset_admin_notice', array( $this, 'reset_admin_notice' ) );
|
59 |
-
|
60 |
-
add_action( 'wp_ajax_pa_dismiss_admin_notice', array( $this, 'dismiss_admin_notice' ) );
|
61 |
-
|
62 |
-
self::$notices = array(
|
63 |
-
'
|
64 |
-
'
|
65 |
-
);
|
66 |
-
|
67 |
-
delete_option( '
|
68 |
-
|
69 |
-
}
|
70 |
-
|
71 |
-
/**
|
72 |
-
* init required functions
|
73 |
-
*/
|
74 |
-
public function init() {
|
75 |
-
|
76 |
-
$this->handle_review_notice();
|
77 |
-
|
78 |
-
$this->
|
79 |
-
|
80 |
-
}
|
81 |
-
|
82 |
-
/**
|
83 |
-
* init notices check functions
|
84 |
-
*/
|
85 |
-
public function admin_notices() {
|
86 |
-
|
87 |
-
$this->required_plugins_check();
|
88 |
-
|
89 |
-
$cache_key = 'premium_notice_' . PREMIUM_ADDONS_VERSION;
|
90 |
-
|
91 |
-
$response = get_transient( $cache_key );
|
92 |
-
|
93 |
-
$show_review = get_option( 'pa_review_notice' );
|
94 |
-
|
95 |
-
// Make sure Already did was not clicked before.
|
96 |
-
if ( '1' !== $show_review ) {
|
97 |
-
if ( false == $response ) {
|
98 |
-
$this->get_review_notice();
|
99 |
-
}
|
100 |
-
}
|
101 |
-
|
102 |
-
$this->
|
103 |
-
|
104 |
-
}
|
105 |
-
|
106 |
-
/**
|
107 |
-
* Handle Review Notice
|
108 |
-
*
|
109 |
-
* Checks if review message is dismissed.
|
110 |
-
*
|
111 |
-
* @access public
|
112 |
-
* @return void
|
113 |
-
*/
|
114 |
-
public function handle_review_notice() {
|
115 |
-
|
116 |
-
if ( ! isset( $_GET['pa_review'] ) ) {
|
117 |
-
return;
|
118 |
-
}
|
119 |
-
|
120 |
-
if ( 'opt_out' === $_GET['pa_review'] ) {
|
121 |
-
check_admin_referer( 'opt_out' );
|
122 |
-
|
123 |
-
update_option( 'pa_review_notice', '1' );
|
124 |
-
}
|
125 |
-
|
126 |
-
wp_redirect( remove_query_arg( 'pa_review' ) );
|
127 |
-
|
128 |
-
exit;
|
129 |
-
}
|
130 |
-
|
131 |
-
/**
|
132 |
-
* Checks if
|
133 |
-
*
|
134 |
-
* @since 4.7.
|
135 |
-
* @access public
|
136 |
-
*
|
137 |
-
* @return void
|
138 |
-
*/
|
139 |
-
public function
|
140 |
-
|
141 |
-
if ( ! isset( $_GET['
|
142 |
-
return;
|
143 |
-
}
|
144 |
-
|
145 |
-
if ( 'opt_out' === $_GET['
|
146 |
-
check_admin_referer( 'opt_out' );
|
147 |
-
|
148 |
-
update_option( '
|
149 |
-
}
|
150 |
-
|
151 |
-
wp_redirect( remove_query_arg( '
|
152 |
-
exit;
|
153 |
-
}
|
154 |
-
|
155 |
-
/**
|
156 |
-
* Required plugin check
|
157 |
-
*
|
158 |
-
* Shows an admin notice when Elementor is missing.
|
159 |
-
*
|
160 |
-
* @access public
|
161 |
-
*
|
162 |
-
* @return boolean
|
163 |
-
*/
|
164 |
-
public function required_plugins_check() {
|
165 |
-
|
166 |
-
$elementor_path = sprintf( '%1$s/%1$s.php', self::$elementor );
|
167 |
-
|
168 |
-
if ( ! defined( 'ELEMENTOR_VERSION' ) ) {
|
169 |
-
|
170 |
-
if ( ! Helper_Functions::is_plugin_installed( $elementor_path ) ) {
|
171 |
-
|
172 |
-
if ( Admin_Helper::check_user_can( 'install_plugins' ) ) {
|
173 |
-
|
174 |
-
$install_url = wp_nonce_url( self_admin_url( sprintf( 'update.php?action=install-plugin&plugin=%s', self::$elementor ) ), 'install-plugin_elementor' );
|
175 |
-
|
176 |
-
$message = sprintf( '<p>%s</p>', __( 'Premium Addons for Elementor is not working because you need to Install Elementor plugin.', 'premium-addons-for-elementor' ) );
|
177 |
-
|
178 |
-
$message .= sprintf( '<p><a href="%s" class="button-primary">%s</a></p>', $install_url, __( 'Install Now', 'premium-addons-for-elementor' ) );
|
179 |
-
|
180 |
-
}
|
181 |
-
} else {
|
182 |
-
|
183 |
-
if ( Admin_Helper::check_user_can( 'activate_plugins' ) ) {
|
184 |
-
|
185 |
-
$activation_url = wp_nonce_url( 'plugins.php?action=activate&plugin=' . $elementor_path . '&plugin_status=all&paged=1&s', 'activate-plugin_' . $elementor_path );
|
186 |
-
|
187 |
-
$message = '<p>' . __( 'Premium Addons for Elementor is not working because you need to activate Elementor plugin.', 'premium-addons-for-elementor' ) . '</p>';
|
188 |
-
|
189 |
-
$message .= '<p>' . sprintf( '<a href="%s" class="button-primary">%s</a>', $activation_url, __( 'Activate Now', 'premium-addons-for-elementor' ) ) . '</p>';
|
190 |
-
|
191 |
-
}
|
192 |
-
}
|
193 |
-
$this->render_admin_notices( $message );
|
194 |
-
}
|
195 |
-
}
|
196 |
-
|
197 |
-
/**
|
198 |
-
* Gets admin review notice HTML
|
199 |
-
*
|
200 |
-
* @since 2.8.4
|
201 |
-
* @return void
|
202 |
-
*/
|
203 |
-
public function get_review_text( $review_url, $optout_url ) {
|
204 |
-
|
205 |
-
$notice = sprintf(
|
206 |
-
'<p>' . __( 'Can we take only 2 minutes of your time? We would be really grateful it if you give ', 'premium-addons-for-elementor' ) .
|
207 |
-
'<b>' . __( 'Premium Addons for Elementor', 'premium-addons-for-elementor' ) . '</b> a 5 Stars Rating on WordPress.org. By speading the love, we can create even greater free stuff in the future!</p>
|
208 |
-
<div>
|
209 |
-
<a class="button button-primary" href="%s" target="_blank"><span>' . __( 'Leave a Review', 'premium-addons-for-elementor' ) . '</span></a>
|
210 |
-
<a class="button" href="%2$s"><span>' . __( 'I Already Did', 'premium-addons-for-elementor' ) . '</span></a>
|
211 |
-
<a class="button button-secondary pa-notice-reset"><span>' . __( 'Maybe Later', 'premium-addons-for-elementor' ) . '</span></a>
|
212 |
-
</div>',
|
213 |
-
$review_url,
|
214 |
-
$optout_url
|
215 |
-
);
|
216 |
-
|
217 |
-
return $notice;
|
218 |
-
}
|
219 |
-
|
220 |
-
/**
|
221 |
-
* Checks if review admin notice is dismissed
|
222 |
-
*
|
223 |
-
* @since 2.6.8
|
224 |
-
* @return void
|
225 |
-
*/
|
226 |
-
public function get_review_notice() {
|
227 |
-
|
228 |
-
$review_url = 'https://wordpress.org/support/plugin/premium-addons-for-elementor/reviews/?filter=5';
|
229 |
-
|
230 |
-
$optout_url = wp_nonce_url( add_query_arg( 'pa_review', 'opt_out' ), 'opt_out' );
|
231 |
-
?>
|
232 |
-
|
233 |
-
<div class="error pa-notice-wrap pa-review-notice" data-notice="pa-review">
|
234 |
-
<div class="pa-img-wrap">
|
235 |
-
<img src="<?php echo PREMIUM_ADDONS_URL . 'admin/images/pa-logo-symbol.png'; ?>">
|
236 |
-
</div>
|
237 |
-
<div class="pa-text-wrap">
|
238 |
-
<?php echo $this->get_review_text( $review_url, $optout_url ); ?>
|
239 |
-
</div>
|
240 |
-
<div class="pa-notice-close">
|
241 |
-
<a href="<?php echo esc_url( $optout_url ); ?>"><span class="dashicons dashicons-dismiss"></span></a>
|
242 |
-
</div>
|
243 |
-
</div>
|
244 |
-
|
245 |
-
<?php
|
246 |
-
|
247 |
-
}
|
248 |
-
|
249 |
-
/**
|
250 |
-
*
|
251 |
-
*
|
252 |
-
*
|
253 |
-
* @
|
254 |
-
*
|
255 |
-
*
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
<?php
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
*
|
299 |
-
*
|
300 |
-
* @
|
301 |
-
*
|
302 |
-
*
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
*
|
315 |
-
*
|
316 |
-
* @
|
317 |
-
*
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
'pa-notice',
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
'
|
332 |
-
|
333 |
-
|
334 |
-
'
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
*
|
343 |
-
*
|
344 |
-
* @
|
345 |
-
*
|
346 |
-
*
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
*
|
377 |
-
*
|
378 |
-
* @
|
379 |
-
*
|
380 |
-
*
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
*
|
409 |
-
*
|
410 |
-
* @
|
411 |
-
*
|
412 |
-
*
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* PA Admin Notices.
|
5 |
+
*/
|
6 |
+
namespace PremiumAddons\Admin\Includes;
|
7 |
+
|
8 |
+
use PremiumAddons\Includes\Helper_Functions;
|
9 |
+
|
10 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
11 |
+
exit();
|
12 |
+
}
|
13 |
+
|
14 |
+
/**
|
15 |
+
* Class Admin_Notices
|
16 |
+
*/
|
17 |
+
class Admin_Notices {
|
18 |
+
|
19 |
+
/**
|
20 |
+
* Class object
|
21 |
+
*
|
22 |
+
* @var instance
|
23 |
+
*/
|
24 |
+
private static $instance = null;
|
25 |
+
|
26 |
+
/**
|
27 |
+
* Elementor slug
|
28 |
+
*
|
29 |
+
* @var elementor
|
30 |
+
*/
|
31 |
+
private static $elementor = 'elementor';
|
32 |
+
|
33 |
+
/**
|
34 |
+
* PAPRO Slug
|
35 |
+
*
|
36 |
+
* @var papro
|
37 |
+
*/
|
38 |
+
private static $papro = 'premium-addons-pro';
|
39 |
+
|
40 |
+
/**
|
41 |
+
* Notices Keys
|
42 |
+
*
|
43 |
+
* @var notices
|
44 |
+
*/
|
45 |
+
private static $notices = null;
|
46 |
+
|
47 |
+
/**
|
48 |
+
* Constructor for the class
|
49 |
+
*/
|
50 |
+
public function __construct() {
|
51 |
+
|
52 |
+
add_action( 'admin_init', array( $this, 'init' ) );
|
53 |
+
|
54 |
+
add_action( 'admin_notices', array( $this, 'admin_notices' ) );
|
55 |
+
|
56 |
+
add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
|
57 |
+
|
58 |
+
add_action( 'wp_ajax_pa_reset_admin_notice', array( $this, 'reset_admin_notice' ) );
|
59 |
+
|
60 |
+
add_action( 'wp_ajax_pa_dismiss_admin_notice', array( $this, 'dismiss_admin_notice' ) );
|
61 |
+
|
62 |
+
self::$notices = array(
|
63 |
+
'bf21_notice',
|
64 |
+
'pa-review',
|
65 |
+
);
|
66 |
+
|
67 |
+
delete_option( 'new_features_notice' );
|
68 |
+
|
69 |
+
}
|
70 |
+
|
71 |
+
/**
|
72 |
+
* init required functions
|
73 |
+
*/
|
74 |
+
public function init() {
|
75 |
+
|
76 |
+
$this->handle_review_notice();
|
77 |
+
|
78 |
+
$this->handle_bf_notice();
|
79 |
+
|
80 |
+
}
|
81 |
+
|
82 |
+
/**
|
83 |
+
* init notices check functions
|
84 |
+
*/
|
85 |
+
public function admin_notices() {
|
86 |
+
|
87 |
+
$this->required_plugins_check();
|
88 |
+
|
89 |
+
$cache_key = 'premium_notice_' . PREMIUM_ADDONS_VERSION;
|
90 |
+
|
91 |
+
$response = get_transient( $cache_key );
|
92 |
+
|
93 |
+
$show_review = get_option( 'pa_review_notice' );
|
94 |
+
|
95 |
+
// Make sure Already did was not clicked before.
|
96 |
+
if ( '1' !== $show_review ) {
|
97 |
+
if ( false == $response ) {
|
98 |
+
$this->get_review_notice();
|
99 |
+
}
|
100 |
+
}
|
101 |
+
|
102 |
+
$this->get_bf_notice();
|
103 |
+
|
104 |
+
}
|
105 |
+
|
106 |
+
/**
|
107 |
+
* Handle Review Notice
|
108 |
+
*
|
109 |
+
* Checks if review message is dismissed.
|
110 |
+
*
|
111 |
+
* @access public
|
112 |
+
* @return void
|
113 |
+
*/
|
114 |
+
public function handle_review_notice() {
|
115 |
+
|
116 |
+
if ( ! isset( $_GET['pa_review'] ) ) {
|
117 |
+
return;
|
118 |
+
}
|
119 |
+
|
120 |
+
if ( 'opt_out' === $_GET['pa_review'] ) {
|
121 |
+
check_admin_referer( 'opt_out' );
|
122 |
+
|
123 |
+
update_option( 'pa_review_notice', '1' );
|
124 |
+
}
|
125 |
+
|
126 |
+
wp_redirect( remove_query_arg( 'pa_review' ) );
|
127 |
+
|
128 |
+
exit;
|
129 |
+
}
|
130 |
+
|
131 |
+
/**
|
132 |
+
* Checks if Black Friday message is dismissed.
|
133 |
+
*
|
134 |
+
* @since 4.7.1
|
135 |
+
* @access public
|
136 |
+
*
|
137 |
+
* @return void
|
138 |
+
*/
|
139 |
+
public function handle_bf_notice() {
|
140 |
+
|
141 |
+
if ( ! isset( $_GET['bf21'] ) ) {
|
142 |
+
return;
|
143 |
+
}
|
144 |
+
|
145 |
+
if ( 'opt_out' === $_GET['bf21'] ) {
|
146 |
+
check_admin_referer( 'opt_out' );
|
147 |
+
|
148 |
+
update_option( 'bf21_notice', '1' );
|
149 |
+
}
|
150 |
+
|
151 |
+
wp_redirect( remove_query_arg( 'bf21' ) );
|
152 |
+
exit;
|
153 |
+
}
|
154 |
+
|
155 |
+
/**
|
156 |
+
* Required plugin check
|
157 |
+
*
|
158 |
+
* Shows an admin notice when Elementor is missing.
|
159 |
+
*
|
160 |
+
* @access public
|
161 |
+
*
|
162 |
+
* @return boolean
|
163 |
+
*/
|
164 |
+
public function required_plugins_check() {
|
165 |
+
|
166 |
+
$elementor_path = sprintf( '%1$s/%1$s.php', self::$elementor );
|
167 |
+
|
168 |
+
if ( ! defined( 'ELEMENTOR_VERSION' ) ) {
|
169 |
+
|
170 |
+
if ( ! Helper_Functions::is_plugin_installed( $elementor_path ) ) {
|
171 |
+
|
172 |
+
if ( Admin_Helper::check_user_can( 'install_plugins' ) ) {
|
173 |
+
|
174 |
+
$install_url = wp_nonce_url( self_admin_url( sprintf( 'update.php?action=install-plugin&plugin=%s', self::$elementor ) ), 'install-plugin_elementor' );
|
175 |
+
|
176 |
+
$message = sprintf( '<p>%s</p>', __( 'Premium Addons for Elementor is not working because you need to Install Elementor plugin.', 'premium-addons-for-elementor' ) );
|
177 |
+
|
178 |
+
$message .= sprintf( '<p><a href="%s" class="button-primary">%s</a></p>', $install_url, __( 'Install Now', 'premium-addons-for-elementor' ) );
|
179 |
+
|
180 |
+
}
|
181 |
+
} else {
|
182 |
+
|
183 |
+
if ( Admin_Helper::check_user_can( 'activate_plugins' ) ) {
|
184 |
+
|
185 |
+
$activation_url = wp_nonce_url( 'plugins.php?action=activate&plugin=' . $elementor_path . '&plugin_status=all&paged=1&s', 'activate-plugin_' . $elementor_path );
|
186 |
+
|
187 |
+
$message = '<p>' . __( 'Premium Addons for Elementor is not working because you need to activate Elementor plugin.', 'premium-addons-for-elementor' ) . '</p>';
|
188 |
+
|
189 |
+
$message .= '<p>' . sprintf( '<a href="%s" class="button-primary">%s</a>', $activation_url, __( 'Activate Now', 'premium-addons-for-elementor' ) ) . '</p>';
|
190 |
+
|
191 |
+
}
|
192 |
+
}
|
193 |
+
$this->render_admin_notices( $message );
|
194 |
+
}
|
195 |
+
}
|
196 |
+
|
197 |
+
/**
|
198 |
+
* Gets admin review notice HTML
|
199 |
+
*
|
200 |
+
* @since 2.8.4
|
201 |
+
* @return void
|
202 |
+
*/
|
203 |
+
public function get_review_text( $review_url, $optout_url ) {
|
204 |
+
|
205 |
+
$notice = sprintf(
|
206 |
+
'<p>' . __( 'Can we take only 2 minutes of your time? We would be really grateful it if you give ', 'premium-addons-for-elementor' ) .
|
207 |
+
'<b>' . __( 'Premium Addons for Elementor', 'premium-addons-for-elementor' ) . '</b> a 5 Stars Rating on WordPress.org. By speading the love, we can create even greater free stuff in the future!</p>
|
208 |
+
<div>
|
209 |
+
<a class="button button-primary" href="%s" target="_blank"><span>' . __( 'Leave a Review', 'premium-addons-for-elementor' ) . '</span></a>
|
210 |
+
<a class="button" href="%2$s"><span>' . __( 'I Already Did', 'premium-addons-for-elementor' ) . '</span></a>
|
211 |
+
<a class="button button-secondary pa-notice-reset"><span>' . __( 'Maybe Later', 'premium-addons-for-elementor' ) . '</span></a>
|
212 |
+
</div>',
|
213 |
+
$review_url,
|
214 |
+
$optout_url
|
215 |
+
);
|
216 |
+
|
217 |
+
return $notice;
|
218 |
+
}
|
219 |
+
|
220 |
+
/**
|
221 |
+
* Checks if review admin notice is dismissed
|
222 |
+
*
|
223 |
+
* @since 2.6.8
|
224 |
+
* @return void
|
225 |
+
*/
|
226 |
+
public function get_review_notice() {
|
227 |
+
|
228 |
+
$review_url = 'https://wordpress.org/support/plugin/premium-addons-for-elementor/reviews/?filter=5';
|
229 |
+
|
230 |
+
$optout_url = wp_nonce_url( add_query_arg( 'pa_review', 'opt_out' ), 'opt_out' );
|
231 |
+
?>
|
232 |
+
|
233 |
+
<div class="error pa-notice-wrap pa-review-notice" data-notice="pa-review">
|
234 |
+
<div class="pa-img-wrap">
|
235 |
+
<img src="<?php echo PREMIUM_ADDONS_URL . 'admin/images/pa-logo-symbol.png'; ?>">
|
236 |
+
</div>
|
237 |
+
<div class="pa-text-wrap">
|
238 |
+
<?php echo $this->get_review_text( $review_url, $optout_url ); ?>
|
239 |
+
</div>
|
240 |
+
<div class="pa-notice-close">
|
241 |
+
<a href="<?php echo esc_url( $optout_url ); ?>"><span class="dashicons dashicons-dismiss"></span></a>
|
242 |
+
</div>
|
243 |
+
</div>
|
244 |
+
|
245 |
+
<?php
|
246 |
+
|
247 |
+
}
|
248 |
+
|
249 |
+
/**
|
250 |
+
*
|
251 |
+
* Shows admin notice for Black Friday Sale.
|
252 |
+
*
|
253 |
+
* @since 4.4.1
|
254 |
+
* @access public
|
255 |
+
*
|
256 |
+
* @return void
|
257 |
+
*/
|
258 |
+
public function get_bf_notice() {
|
259 |
+
|
260 |
+
$papro_path = 'premium-addons-pro/premium-addons-pro-for-elementor.php';
|
261 |
+
|
262 |
+
$is_papro_installed = Helper_Functions::is_plugin_installed( $papro_path );
|
263 |
+
|
264 |
+
$license_status = get_option( 'papro_license_status' );
|
265 |
+
|
266 |
+
$bf_notice = get_option( 'bf21_notice' );
|
267 |
+
|
268 |
+
if ( ( $is_papro_installed && 'valid' === $license_status ) || '1' === $bf_notice ) {
|
269 |
+
return;
|
270 |
+
}
|
271 |
+
|
272 |
+
$link = Helper_Functions::get_campaign_link( 'https://premiumaddons.com/black-friday/', 'wp-dash', 'bf21-notification', 'bf21' );
|
273 |
+
|
274 |
+
?>
|
275 |
+
|
276 |
+
<div class="error pa-notice-wrap pa-new-feature-notice pa-review-notice">
|
277 |
+
<div class="pa-img-wrap">
|
278 |
+
<img src="<?php echo PREMIUM_ADDONS_URL . 'admin/images/pa-logo-symbol.png'; ?>">
|
279 |
+
</div>
|
280 |
+
<div class="pa-text-wrap">
|
281 |
+
<p>
|
282 |
+
<?php echo __( 'Black Friday! Get <b>25% Discount</b> for a Limited Time Only', 'premium-addons-for-elementor' ); ?>
|
283 |
+
<a class="button button-primary" href="<?php echo esc_url( $link ); ?>" target="_blank">
|
284 |
+
<span><?php echo __( 'Get The Deal', 'premium-addons-for-elementor' ); ?></span>
|
285 |
+
</a>
|
286 |
+
</p>
|
287 |
+
</div>
|
288 |
+
<div class="pa-notice-close" data-notice="bf21">
|
289 |
+
<span class="dashicons dashicons-dismiss"></span>
|
290 |
+
</div>
|
291 |
+
</div>
|
292 |
+
|
293 |
+
<?php
|
294 |
+
}
|
295 |
+
|
296 |
+
/**
|
297 |
+
* Renders an admin notice error message
|
298 |
+
*
|
299 |
+
* @since 1.0.0
|
300 |
+
* @access private
|
301 |
+
*
|
302 |
+
* @return void
|
303 |
+
*/
|
304 |
+
private function render_admin_notices( $message, $class = '', $handle = '' ) {
|
305 |
+
?>
|
306 |
+
<div class="error pa-new-feature-notice <?php echo $class; ?>" data-notice="<?php echo $handle; ?>">
|
307 |
+
<?php echo $message; ?>
|
308 |
+
</div>
|
309 |
+
<?php
|
310 |
+
}
|
311 |
+
|
312 |
+
/*
|
313 |
+
* Register admin scripts
|
314 |
+
*
|
315 |
+
* @since 3.2.8
|
316 |
+
* @access public
|
317 |
+
*
|
318 |
+
*/
|
319 |
+
public function admin_enqueue_scripts() {
|
320 |
+
|
321 |
+
wp_enqueue_script(
|
322 |
+
'pa-notice',
|
323 |
+
PREMIUM_ADDONS_URL . 'admin/assets/js/pa-notice.js',
|
324 |
+
array( 'jquery' ),
|
325 |
+
PREMIUM_ADDONS_VERSION,
|
326 |
+
true
|
327 |
+
);
|
328 |
+
|
329 |
+
wp_localize_script(
|
330 |
+
'pa-notice',
|
331 |
+
'PaNoticeSettings',
|
332 |
+
array(
|
333 |
+
'ajaxurl' => esc_url( admin_url( 'admin-ajax.php' ) ),
|
334 |
+
'nonce' => wp_create_nonce( 'pa-notice-nonce' ),
|
335 |
+
)
|
336 |
+
);
|
337 |
+
|
338 |
+
}
|
339 |
+
|
340 |
+
/**
|
341 |
+
* Set transient for admin notice
|
342 |
+
*
|
343 |
+
* @since 3.2.8
|
344 |
+
* @access public
|
345 |
+
*
|
346 |
+
* @return void
|
347 |
+
*/
|
348 |
+
public function reset_admin_notice() {
|
349 |
+
|
350 |
+
check_ajax_referer( 'pa-notice-nonce', 'nonce' );
|
351 |
+
|
352 |
+
if ( ! Admin_Helper::check_user_can( 'manage_options' ) ) {
|
353 |
+
wp_send_json_error();
|
354 |
+
}
|
355 |
+
|
356 |
+
$key = isset( $_POST['notice'] ) ? $_POST['notice'] : '';
|
357 |
+
|
358 |
+
if ( ! empty( $key ) && in_array( $key, self::$notices, true ) ) {
|
359 |
+
|
360 |
+
$cache_key = 'premium_notice_' . PREMIUM_ADDONS_VERSION;
|
361 |
+
|
362 |
+
set_transient( $cache_key, true, WEEK_IN_SECONDS );
|
363 |
+
|
364 |
+
wp_send_json_success();
|
365 |
+
|
366 |
+
} else {
|
367 |
+
|
368 |
+
wp_send_json_error();
|
369 |
+
|
370 |
+
}
|
371 |
+
|
372 |
+
}
|
373 |
+
|
374 |
+
/**
|
375 |
+
* Dismiss admin notice
|
376 |
+
*
|
377 |
+
* @since 3.11.7
|
378 |
+
* @access public
|
379 |
+
*
|
380 |
+
* @return void
|
381 |
+
*/
|
382 |
+
public function dismiss_admin_notice() {
|
383 |
+
|
384 |
+
check_ajax_referer( 'pa-notice-nonce', 'nonce' );
|
385 |
+
|
386 |
+
if ( ! current_user_can( 'manage_options' ) ) {
|
387 |
+
wp_send_json_error();
|
388 |
+
}
|
389 |
+
|
390 |
+
$key = isset( $_POST['notice'] ) ? $_POST['notice'] : '';
|
391 |
+
|
392 |
+
if ( ! empty( $key ) && in_array( $key, self::$notices, true ) ) {
|
393 |
+
|
394 |
+
update_option( $key, '1' );
|
395 |
+
|
396 |
+
wp_send_json_success();
|
397 |
+
|
398 |
+
} else {
|
399 |
+
|
400 |
+
wp_send_json_error();
|
401 |
+
|
402 |
+
}
|
403 |
+
|
404 |
+
}
|
405 |
+
|
406 |
+
/**
|
407 |
+
* Creates and returns an instance of the class
|
408 |
+
*
|
409 |
+
* @since 2.8.4
|
410 |
+
* @access public
|
411 |
+
*
|
412 |
+
* @return object
|
413 |
+
*/
|
414 |
+
public static function get_instance() {
|
415 |
+
|
416 |
+
if ( self::$instance == null ) {
|
417 |
+
|
418 |
+
self::$instance = new self();
|
419 |
+
|
420 |
+
}
|
421 |
+
|
422 |
+
return self::$instance;
|
423 |
+
}
|
424 |
+
|
425 |
+
}
|
|
admin/includes/elements.php
CHANGED
@@ -1,1094 +1,1094 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* PA Elements.
|
4 |
-
*/
|
5 |
-
|
6 |
-
use PremiumAddons\Includes\Helper_Functions;
|
7 |
-
|
8 |
-
$prefix = Helper_Functions::get_prefix();
|
9 |
-
|
10 |
-
$elements = array(
|
11 |
-
'cat-1' => array(
|
12 |
-
'icon' => 'all',
|
13 |
-
'title' => __( 'All Widgets', 'premium-addons-for-elementor' ),
|
14 |
-
'elements' => array(
|
15 |
-
array(
|
16 |
-
'key' => 'premium-lottie-widget',
|
17 |
-
'name' => 'premium-lottie',
|
18 |
-
'title' => __( 'Lottie Animations', 'premium-addons-for-elementor' ),
|
19 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-lottie-animations-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
20 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/lottie-animations-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
21 |
-
'tutorial' => 'https://www.youtube.com/watch?v=0QWzUpF57dw',
|
22 |
-
),
|
23 |
-
array(
|
24 |
-
'key' => 'premium-carousel',
|
25 |
-
'name' => 'premium-carousel-widget',
|
26 |
-
'title' => __( 'Carousel', 'premium-addons-for-elementor' ),
|
27 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/carousel-widget-for-elementor-page-builder', 'settings-page', 'wp-dash', 'dashboard' ),
|
28 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/carousel/', 'settings-page', 'wp-dash', 'dashboard' ),
|
29 |
-
'tutorial' => 'https://www.youtube.com/watch?v=ZMgprLKvq24',
|
30 |
-
),
|
31 |
-
array(
|
32 |
-
'key' => 'premium-blog',
|
33 |
-
'name' => 'premium-addon-blog',
|
34 |
-
'title' => __( 'Blog', 'premium-addons-for-elementor' ),
|
35 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/blog-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
36 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/blog/', 'settings-page', 'wp-dash', 'dashboard' ),
|
37 |
-
),
|
38 |
-
array(
|
39 |
-
'key' => 'premium-maps',
|
40 |
-
'name' => 'premium-addon-maps',
|
41 |
-
'title' => __( 'Google Maps', 'premium-addons-for-elementor' ),
|
42 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-maps-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
43 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/google-maps/', 'settings-page', 'wp-dash', 'dashboard' ),
|
44 |
-
'tutorial' => 'https://www.youtube.com/watch?v=z4taEeCY77Q',
|
45 |
-
),
|
46 |
-
array(
|
47 |
-
'key' => 'premium-person',
|
48 |
-
'name' => 'premium-addon-person',
|
49 |
-
'title' => __( 'Team Members', 'premium-addons-for-elementor' ),
|
50 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/persons-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
51 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/persons-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
52 |
-
),
|
53 |
-
array(
|
54 |
-
'key' => 'premium-tabs',
|
55 |
-
'name' => 'premium-addon-tabs',
|
56 |
-
'title' => __( 'Tabs', 'premium-addons-for-elementor' ),
|
57 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-tabs-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
58 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/tabs-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
59 |
-
'is_pro' => true,
|
60 |
-
'icon' => 'pa-pro-tabs',
|
61 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-tabs-widget/', 'editor-page', 'wp-editor', 'get-pro' ),
|
62 |
-
),
|
63 |
-
array(
|
64 |
-
'key' => 'premium-content-toggle',
|
65 |
-
'name' => 'premium-addon-content-toggle',
|
66 |
-
'title' => __( 'Content Switcher', 'premium-addons-for-elementor' ),
|
67 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/content-switcher-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
68 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-content-switcher/', 'settings-page', 'wp-dash', 'dashboard' ),
|
69 |
-
'is_pro' => true,
|
70 |
-
'icon' => 'pa-pro-content-switcher',
|
71 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/content-switcher-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
72 |
-
),
|
73 |
-
array(
|
74 |
-
'key' => 'premium-fancytext',
|
75 |
-
'name' => 'premium-addon-fancy-text',
|
76 |
-
'title' => __( 'Fancy Text', 'premium-addons-for-elementor' ),
|
77 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/fancy-text-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
78 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/fancy-text-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
79 |
-
),
|
80 |
-
array(
|
81 |
-
'key' => 'premium-title',
|
82 |
-
'name' => 'premium-addon-title',
|
83 |
-
'title' => __( 'Heading', 'premium-addons-for-elementor' ),
|
84 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/heading-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
85 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/heading-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
86 |
-
),
|
87 |
-
array(
|
88 |
-
'key' => 'premium-dual-header',
|
89 |
-
'name' => 'premium-addon-dual-header',
|
90 |
-
'title' => __( 'Dual Heading', 'premium-addons-for-elementor' ),
|
91 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/dual-header-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
92 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/dual-heading-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
93 |
-
),
|
94 |
-
array(
|
95 |
-
'key' => 'premium-divider',
|
96 |
-
'name' => 'premium-divider',
|
97 |
-
'title' => __( 'Divider', 'premium-addons-for-elementor' ),
|
98 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/divider-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
99 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/divider-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
100 |
-
'is_pro' => true,
|
101 |
-
'icon' => 'pa-pro-separator',
|
102 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/divider-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
103 |
-
),
|
104 |
-
array(
|
105 |
-
'key' => 'premium-grid',
|
106 |
-
'name' => 'premium-img-gallery',
|
107 |
-
'title' => __( 'Media Grid', 'premium-addons-for-elementor' ),
|
108 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/grid-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
109 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/grid/', 'settings-page', 'wp-dash', 'dashboard' ),
|
110 |
-
),
|
111 |
-
array(
|
112 |
-
'key' => 'premium-image-scroll',
|
113 |
-
'name' => 'premium-image-scroll',
|
114 |
-
'title' => __( 'Image Scroll', 'premium-addons-for-elementor' ),
|
115 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-scroll-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
116 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
117 |
-
),
|
118 |
-
array(
|
119 |
-
'key' => 'premium-image-separator',
|
120 |
-
'name' => 'premium-addon-image-separator',
|
121 |
-
'title' => __( 'Image Separator', 'premium-addons-for-elementor' ),
|
122 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-separator-widget-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
123 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-separator-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
124 |
-
),
|
125 |
-
array(
|
126 |
-
'key' => 'premium-image-comparison',
|
127 |
-
'name' => 'premium-addon-image-comparison',
|
128 |
-
'title' => __( 'Image Comparison', 'premium-addons-for-elementor' ),
|
129 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-comparison-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
130 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-image-comparison-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
131 |
-
'is_pro' => true,
|
132 |
-
'icon' => 'pa-pro-image-comparison',
|
133 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-comparison-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
134 |
-
),
|
135 |
-
array(
|
136 |
-
'key' => 'premium-image-hotspots',
|
137 |
-
'name' => 'premium-addon-image-hotspots',
|
138 |
-
'title' => __( 'Image Hotspots', 'premium-addons-for-elementor' ),
|
139 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-hotspots-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
140 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-hotspots-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
141 |
-
'is_pro' => true,
|
142 |
-
'icon' => 'pa-pro-hot-spot',
|
143 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-hotspots-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
144 |
-
),
|
145 |
-
array(
|
146 |
-
'key' => 'premium-img-layers',
|
147 |
-
'name' => 'premium-img-layers-addon',
|
148 |
-
'title' => __( 'Image Layers', 'premium-addons-for-elementor' ),
|
149 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-layers-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
150 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/image-layers/', 'settings-page', 'wp-dash', 'dashboard' ),
|
151 |
-
'tutorial' => 'https://www.youtube.com/watch?v=D3INxWw_jKI',
|
152 |
-
'is_pro' => true,
|
153 |
-
'icon' => 'pa-pro-image-layers',
|
154 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-layers-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
155 |
-
),
|
156 |
-
array(
|
157 |
-
'key' => 'premium-image-accordion',
|
158 |
-
'name' => 'premium-image-accordion',
|
159 |
-
'title' => __( 'Image Accordion', 'premium-addons-for-elementor' ),
|
160 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-accordion-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
161 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-accordion-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
162 |
-
'is_pro' => true,
|
163 |
-
'icon' => 'pa-pro-image-accordion',
|
164 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-accordion-widget/', 'editor-page', 'wp-editor', 'get-pro' ),
|
165 |
-
),
|
166 |
-
array(
|
167 |
-
'key' => 'premium-videobox',
|
168 |
-
'name' => 'premium-addon-video-box',
|
169 |
-
'title' => __( 'Video Box', 'premium-addons-for-elementor' ),
|
170 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/video-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
171 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/video-box/', 'settings-page', 'wp-dash', 'dashboard' ),
|
172 |
-
),
|
173 |
-
array(
|
174 |
-
'key' => 'premium-hscroll',
|
175 |
-
'name' => 'premium-hscroll',
|
176 |
-
'title' => __( 'Horizontal Scroll', 'premium-addons-for-elementor' ),
|
177 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-horizontal-scroll-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
178 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/horizontal-scroll/', 'settings-page', 'wp-dash', 'dashboard' ),
|
179 |
-
'tutorial' => 'https://www.youtube.com/watch?v=4HqT_3s-ZXg',
|
180 |
-
'is_pro' => true,
|
181 |
-
'icon' => 'pa-pro-horizontal-scroll',
|
182 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-horizontal-scroll-widget/', 'editor-page', 'wp-editor', 'get-pro' ),
|
183 |
-
),
|
184 |
-
array(
|
185 |
-
'key' => 'premium-vscroll',
|
186 |
-
'name' => 'premium-vscroll',
|
187 |
-
'title' => __( 'Vertical Scroll', 'premium-addons-for-elementor' ),
|
188 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/vertical-scroll-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
189 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/vertical-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
190 |
-
'tutorial' => 'https://www.youtube.com/watch?v=MuLaIn1QXfQ',
|
191 |
-
),
|
192 |
-
array(
|
193 |
-
'key' => 'premium-color-transition',
|
194 |
-
'name' => 'premium-color-transition',
|
195 |
-
'title' => __( 'Background Transition', 'premium-addons-for-elementor' ),
|
196 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-background-transition-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
197 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/background-transition-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
198 |
-
'is_pro' => true,
|
199 |
-
'icon' => 'pa-pro-color-transition',
|
200 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-background-transition-widget/', 'editor-page', 'wp-editor', 'get-pro' ),
|
201 |
-
),
|
202 |
-
array(
|
203 |
-
'key' => 'premium-multi-scroll',
|
204 |
-
'name' => 'premium-multi-scroll',
|
205 |
-
'title' => __( 'Multi Scroll', 'premium-addons-for-elementor' ),
|
206 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/multi-scroll-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
207 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/multi-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
208 |
-
'tutorial' => 'https://www.youtube.com/watch?v=IzYnD6oDYXw',
|
209 |
-
'is_pro' => true,
|
210 |
-
'icon' => 'pa-pro-multi-scroll',
|
211 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/multi-scroll-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
212 |
-
),
|
213 |
-
array(
|
214 |
-
'key' => 'premium-lottie',
|
215 |
-
'title' => __( 'Lottie Animations', 'premium-addons-for-elementor' ),
|
216 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-lottie-animations-section-addon/', 'settings-page', 'wp-dash', 'dashboard' ),
|
217 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/lottie-background/', 'settings-page', 'wp-dash', 'dashboard' ),
|
218 |
-
'tutorial' => 'https://www.youtube.com/watch?v=KVrenWNEdkY',
|
219 |
-
'is_pro' => true,
|
220 |
-
'is_global' => true,
|
221 |
-
),
|
222 |
-
array(
|
223 |
-
'key' => 'premium-parallax',
|
224 |
-
'title' => __( 'Parallax', 'premium-addons-for-elementor' ),
|
225 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/parallax-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
226 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/parallax-section-addon-tutorial-2/', 'settings-page', 'wp-dash', 'dashboard' ),
|
227 |
-
'tutorial' => 'https://www.youtube.com/watch?v=hkMNjxLoZ2w',
|
228 |
-
'is_pro' => true,
|
229 |
-
'is_global' => true,
|
230 |
-
),
|
231 |
-
array(
|
232 |
-
'key' => 'premium-particles',
|
233 |
-
'title' => __( 'Particles', 'premium-addons-for-elementor' ),
|
234 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/particles-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
235 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/particles/', 'settings-page', 'wp-dash', 'dashboard' ),
|
236 |
-
'tutorial' => 'https://www.youtube.com/watch?v=bPmWKv4VWrI',
|
237 |
-
'is_pro' => true,
|
238 |
-
'is_global' => true,
|
239 |
-
),
|
240 |
-
array(
|
241 |
-
'key' => 'premium-gradient',
|
242 |
-
'title' => __( 'Animated Gradient', 'premium-addons-for-elementor' ),
|
243 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/animated-section-gradients-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
244 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/animated-gradient-section-addon-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
245 |
-
'tutorial' => 'https://www.youtube.com/watch?v=IL4USvwR6K4',
|
246 |
-
'is_pro' => true,
|
247 |
-
'is_global' => true,
|
248 |
-
),
|
249 |
-
array(
|
250 |
-
'key' => 'premium-kenburns',
|
251 |
-
'title' => __( 'Animated Ken Burns', 'premium-addons-for-elementor' ),
|
252 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ken-burns-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
253 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/ken-burns-section-addon-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
254 |
-
'tutorial' => 'https://www.youtube.com/watch?v=DUNFjWphZfs',
|
255 |
-
'is_pro' => true,
|
256 |
-
'is_global' => true,
|
257 |
-
),
|
258 |
-
array(
|
259 |
-
'key' => 'premium-blob',
|
260 |
-
'title' => __( 'Blob Generator', 'premium-addons-for-elementor' ),
|
261 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-animated-blob-generator/', 'settings-page', 'wp-dash', 'dashboard' ),
|
262 |
-
'is_pro' => true,
|
263 |
-
'is_global' => true,
|
264 |
-
),
|
265 |
-
array(
|
266 |
-
'key' => 'premium-modalbox',
|
267 |
-
'name' => 'premium-addon-modal-box',
|
268 |
-
'title' => __( 'Modal Box', 'premium-addons-for-elementor' ),
|
269 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/modal-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
270 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/modal-box/', 'settings-page', 'wp-dash', 'dashboard' ),
|
271 |
-
'tutorial' => 'https://www.youtube.com/watch?v=3lLxSyf2nyk',
|
272 |
-
),
|
273 |
-
array(
|
274 |
-
'key' => 'premium-notbar',
|
275 |
-
'name' => 'premium-notbar',
|
276 |
-
'title' => __( 'Alert Box', 'premium-addons-for-elementor' ),
|
277 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/alert-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
278 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/alert-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
279 |
-
'is_pro' => true,
|
280 |
-
'icon' => 'pa-pro-notification-bar',
|
281 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/alert-box-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
282 |
-
),
|
283 |
-
array(
|
284 |
-
'key' => 'premium-magic-section',
|
285 |
-
'name' => 'premium-addon-magic-section',
|
286 |
-
'title' => __( 'Magic Section', 'premium-addons-for-elementor' ),
|
287 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/magic-section-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
288 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/magic-section-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
289 |
-
'is_pro' => true,
|
290 |
-
'icon' => 'pa-pro-magic-section',
|
291 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/magic-section-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
292 |
-
),
|
293 |
-
array(
|
294 |
-
'key' => 'premium-prev-img',
|
295 |
-
'name' => 'premium-addon-preview-image',
|
296 |
-
'title' => __( 'Preview Window', 'premium-addons-for-elementor' ),
|
297 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/preview-window-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
298 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/preview-window-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
299 |
-
'tutorial' => 'https://www.youtube.com/watch?v=EmptjFjrc4E',
|
300 |
-
'is_pro' => true,
|
301 |
-
'icon' => 'pa-pro-preview-window',
|
302 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/preview-window-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
303 |
-
),
|
304 |
-
array(
|
305 |
-
'key' => 'premium-testimonials',
|
306 |
-
'name' => 'premium-addon-testimonials',
|
307 |
-
'title' => __( 'Testimonials', 'premium-addons-for-elementor' ),
|
308 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/testimonials-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
309 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/testimonials-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
310 |
-
),
|
311 |
-
array(
|
312 |
-
'key' => 'premium-facebook-reviews',
|
313 |
-
'name' => 'premium-facebook-reviews',
|
314 |
-
'title' => __( 'Facebook Reviews', 'premium-addons-for-elementor' ),
|
315 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/facebook-reviews-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
316 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/facebook-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
|
317 |
-
'tutorial' => 'https://www.youtube.com/watch?v=zl-OFo3IFd8',
|
318 |
-
'is_pro' => true,
|
319 |
-
'icon' => 'pa-pro-facebook-reviews',
|
320 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/facebook-reviews-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
321 |
-
),
|
322 |
-
array(
|
323 |
-
'key' => 'premium-google-reviews',
|
324 |
-
'name' => 'premium-google-reviews',
|
325 |
-
'title' => __( 'Google Reviews', 'premium-addons-for-elementor' ),
|
326 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-reviews-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
327 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/google-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
|
328 |
-
'tutorial' => 'https://www.youtube.com/watch?v=Z0EeGyD34Zk',
|
329 |
-
'is_pro' => true,
|
330 |
-
'icon' => 'pa-pro-google-reviews',
|
331 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-reviews-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
332 |
-
),
|
333 |
-
array(
|
334 |
-
'key' => 'premium-yelp-reviews',
|
335 |
-
'name' => 'premium-yelp-reviews',
|
336 |
-
'title' => __( 'Yelp Reviews', 'premium-addons-for-elementor' ),
|
337 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-yelp-reviews-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
338 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/yelp-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
|
339 |
-
'tutorial' => 'https://www.youtube.com/watch?v=5T-MveVFvns',
|
340 |
-
'is_pro' => true,
|
341 |
-
'icon' => 'pa-pro-yelp-reviews',
|
342 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-yelp-reviews-widget/', 'editor-page', 'wp-editor', 'get-pro' ),
|
343 |
-
),
|
344 |
-
array(
|
345 |
-
'key' => 'premium-trustpilot-reviews',
|
346 |
-
'name' => 'premium-trustpilot-reviews',
|
347 |
-
'title' => __( 'Trustpilot Reviews', 'premium-addons-for-elementor' ),
|
348 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-trustpilot-reviews-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
349 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-trustpilot-reviews-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
350 |
-
'is_pro' => true,
|
351 |
-
'is_new' => true,
|
352 |
-
'icon' => 'pa-pro-trust-reviews',
|
353 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-trustpilot-reviews-widget/', 'editor-page', 'wp-editor', 'get-pro' ),
|
354 |
-
),
|
355 |
-
array(
|
356 |
-
'key' => 'premium-countdown',
|
357 |
-
'name' => 'premium-countdown-timer',
|
358 |
-
'title' => __( 'Countdown', 'premium-addons-for-elementor' ),
|
359 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/countdown-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
360 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/countdown-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
361 |
-
),
|
362 |
-
array(
|
363 |
-
'key' => 'premium-banner',
|
364 |
-
'name' => 'premium-addon-banner',
|
365 |
-
'title' => __( 'Banner', 'premium-addons-for-elementor' ),
|
366 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/banner-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
367 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-banner-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
368 |
-
),
|
369 |
-
array(
|
370 |
-
'key' => 'premium-button',
|
371 |
-
'name' => 'premium-addon-button',
|
372 |
-
'title' => __( 'Button', 'premium-addons-for-elementor' ),
|
373 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/button-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
374 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/button/', 'settings-page', 'wp-dash', 'dashboard' ),
|
375 |
-
'tutorial' => 'https://www.youtube.com/watch?v=w4NuCUkCIV4',
|
376 |
-
),
|
377 |
-
array(
|
378 |
-
'key' => 'premium-image-button',
|
379 |
-
'name' => 'premium-addon-image-button',
|
380 |
-
'title' => __( 'Image Button', 'premium-addons-for-elementor' ),
|
381 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-button-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
382 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/image-button/', 'settings-page', 'wp-dash', 'dashboard' ),
|
383 |
-
),
|
384 |
-
array(
|
385 |
-
'key' => 'premium-flipbox',
|
386 |
-
'name' => 'premium-addon-flip-box',
|
387 |
-
'title' => __( '3D Hover Box', 'premium-addons-for-elementor' ),
|
388 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/3d-hover-box-flip-box-widget-for-elementor/', 'settings-page', 'wp-dash', 'dashboard' ),
|
389 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/flip-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
390 |
-
'is_pro' => true,
|
391 |
-
'icon' => 'pa-pro-flip-box',
|
392 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/3d-hover-box-flip-box-widget-for-elementor/', 'editor-page', 'wp-editor', 'get-pro' ),
|
393 |
-
),
|
394 |
-
array(
|
395 |
-
'key' => 'premium-iconbox',
|
396 |
-
'name' => 'premium-addon-icon-box',
|
397 |
-
'title' => __( 'Icon Box', 'premium-addons-for-elementor' ),
|
398 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/icon-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
399 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/icon-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
400 |
-
'is_pro' => true,
|
401 |
-
'icon' => 'pa-pro-icon-box',
|
402 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/icon-box-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
403 |
-
),
|
404 |
-
array(
|
405 |
-
'key' => 'premium-ihover',
|
406 |
-
'name' => 'premium-ihover',
|
407 |
-
'title' => __( 'iHover', 'premium-addons-for-elementor' ),
|
408 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ihover-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
409 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-ihover-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
410 |
-
'is_pro' => true,
|
411 |
-
'icon' => 'pa-pro-ihover',
|
412 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ihover-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
413 |
-
),
|
414 |
-
array(
|
415 |
-
'key' => 'premium-unfold',
|
416 |
-
'name' => 'premium-unfold-addon',
|
417 |
-
'title' => __( 'Unfold', 'premium-addons-for-elementor' ),
|
418 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/unfold-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
419 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-unfold-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
420 |
-
'is_pro' => true,
|
421 |
-
'icon' => 'pa-pro-unfold',
|
422 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/unfold-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
423 |
-
),
|
424 |
-
array(
|
425 |
-
'key' => 'premium-icon-list',
|
426 |
-
'name' => 'premium-icon-list',
|
427 |
-
'title' => __( 'Bullet List', 'premium-addons-for-elementor' ),
|
428 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-bullet-list-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
429 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/bullet-list-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
430 |
-
'tutorial' => 'https://www.youtube.com/watch?v=MPeXJiZ14sI',
|
431 |
-
),
|
432 |
-
array(
|
433 |
-
'key' => 'premium-facebook-feed',
|
434 |
-
'name' => 'premium-facebook-feed',
|
435 |
-
'title' => __( 'Facebook Feed', 'premium-addons-for-elementor' ),
|
436 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-facebook-feed-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
437 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/facebook-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
438 |
-
'is_pro' => true,
|
439 |
-
'icon' => 'pa-pro-facebook-feed',
|
440 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-facebook-feed-widget/', 'editor-page', 'wp-editor', 'get-pro' ),
|
441 |
-
),
|
442 |
-
array(
|
443 |
-
'key' => 'premium-twitter-feed',
|
444 |
-
'name' => 'premium-twitter-feed',
|
445 |
-
'title' => __( 'Twitter Feed', 'premium-addons-for-elementor' ),
|
446 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/twitter-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
447 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/twitter-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
448 |
-
'tutorial' => 'https://www.youtube.com/watch?v=wsurRDuR6pg',
|
449 |
-
'is_pro' => true,
|
450 |
-
'icon' => 'pa-pro-twitter-feed',
|
451 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/twitter-feed-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
452 |
-
),
|
453 |
-
array(
|
454 |
-
'key' => 'premium-instagram-feed',
|
455 |
-
'name' => 'premium-addon-instagram-feed',
|
456 |
-
'title' => __( 'Instagram Feed', 'premium-addons-for-elementor' ),
|
457 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/instagram-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
458 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/instagram-feed/', 'settings-page', 'wp-dash', 'dashboard' ),
|
459 |
-
'is_pro' => true,
|
460 |
-
'icon' => 'pa-pro-instagram-feed',
|
461 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/instagram-feed-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
462 |
-
),
|
463 |
-
array(
|
464 |
-
'key' => 'premium-behance',
|
465 |
-
'name' => 'premium-behance-feed',
|
466 |
-
'title' => __( 'Behance Feed', 'premium-addons-for-elementor' ),
|
467 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/behance-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
468 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/behance-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
469 |
-
'tutorial' => 'https://www.youtube.com/watch?v=AXATK3oIXl0',
|
470 |
-
'is_pro' => true,
|
471 |
-
'icon' => 'pa-pro-behance-feed',
|
472 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/behance-feed-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
473 |
-
),
|
474 |
-
array(
|
475 |
-
'key' => 'premium-progressbar',
|
476 |
-
'name' => 'premium-addon-progressbar',
|
477 |
-
'title' => __( 'Progress Bar', 'premium-addons-for-elementor' ),
|
478 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/progress-bar-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
479 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-progress-bar-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
480 |
-
'tutorial' => 'https://www.youtube.com/watch?v=Y7xqwhgDQJg',
|
481 |
-
),
|
482 |
-
array(
|
483 |
-
'key' => 'premium-pricing-table',
|
484 |
-
'name' => 'premium-addon-pricing-table',
|
485 |
-
'title' => __( 'Pricing Table', 'premium-addons-for-elementor' ),
|
486 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/pricing-table-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
487 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/pricing-table-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
488 |
-
),
|
489 |
-
array(
|
490 |
-
'key' => 'premium-charts',
|
491 |
-
'name' => 'premium-chart',
|
492 |
-
'title' => __( 'Charts', 'premium-addons-for-elementor' ),
|
493 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/charts-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
494 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/charts-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
495 |
-
'tutorial' => 'https://www.youtube.com/watch?v=lZZvslQ2UYU',
|
496 |
-
'is_pro' => true,
|
497 |
-
'icon' => 'pa-pro-charts',
|
498 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/charts-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
499 |
-
),
|
500 |
-
array(
|
501 |
-
'key' => 'premium-tables',
|
502 |
-
'name' => 'premium-tables-addon',
|
503 |
-
'title' => __( 'Table', 'premium-addons-for-elementor' ),
|
504 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/table-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
505 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/table-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
506 |
-
'is_pro' => true,
|
507 |
-
'icon' => 'pa-pro-table',
|
508 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/table-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
509 |
-
),
|
510 |
-
array(
|
511 |
-
'key' => 'premium-counter',
|
512 |
-
'name' => 'premium-counter',
|
513 |
-
'title' => __( 'Counter', 'premium-addons-for-elementor' ),
|
514 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/counter-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
515 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/counter-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
516 |
-
),
|
517 |
-
array(
|
518 |
-
'key' => 'premium-contactform',
|
519 |
-
'name' => 'premium-contact-form',
|
520 |
-
'title' => __( 'Contact Form 7', 'premium-addons-for-elementor' ),
|
521 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/contact-form-7-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
522 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/contact-form-7-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
523 |
-
),
|
524 |
-
array(
|
525 |
-
'key' => 'premium-fb-chat',
|
526 |
-
'name' => 'premium-addon-facebook-chat',
|
527 |
-
'title' => __( 'Facebook Messenger Chat', 'premium-addons-for-elementor' ),
|
528 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/facebook-messenger-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
529 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/facebook-messenger/', 'settings-page', 'wp-dash', 'dashboard' ),
|
530 |
-
'is_pro' => true,
|
531 |
-
'icon' => 'pa-pro-messenger-chat',
|
532 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/facebook-messenger-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
533 |
-
),
|
534 |
-
array(
|
535 |
-
'key' => 'premium-whatsapp-chat',
|
536 |
-
'name' => 'premium-whatsapp-chat',
|
537 |
-
'title' => __( 'WhatsApp Chat', 'premium-addons-for-elementor' ),
|
538 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/whatsapp-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
539 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/whatsapp-chat-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
540 |
-
'is_pro' => true,
|
541 |
-
'icon' => 'pa-pro-whatsapp',
|
542 |
-
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/whatsapp-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
543 |
-
),
|
544 |
-
array(
|
545 |
-
'key' => 'woo-products',
|
546 |
-
'title' => __( 'Woo Products', 'premium-addons-for-elementor' ),
|
547 |
-
'name' => 'premium-woo-products',
|
548 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-woocommerce-products/', 'settings-page', 'wp-dash', 'dashboard' ),
|
549 |
-
),
|
550 |
-
),
|
551 |
-
),
|
552 |
-
'cat-2' => array(
|
553 |
-
'icon' => 'content',
|
554 |
-
'title' => __( 'Content Widgets', 'premium-addons-for-elementor' ),
|
555 |
-
'elements' => array(
|
556 |
-
array(
|
557 |
-
'key' => 'premium-carousel',
|
558 |
-
'name' => 'premium-carousel-widget',
|
559 |
-
'title' => __( 'Carousel', 'premium-addons-for-elementor' ),
|
560 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/carousel-widget-for-elementor-page-builder', 'settings-page', 'wp-dash', 'dashboard' ),
|
561 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/carousel/', 'settings-page', 'wp-dash', 'dashboard' ),
|
562 |
-
'tutorial' => 'https://www.youtube.com/watch?v=ZMgprLKvq24',
|
563 |
-
),
|
564 |
-
array(
|
565 |
-
'key' => 'premium-blog',
|
566 |
-
'name' => 'premium-addon-blog',
|
567 |
-
'title' => __( 'Blog', 'premium-addons-for-elementor' ),
|
568 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/blog-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
569 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/blog/', 'settings-page', 'wp-dash', 'dashboard' ),
|
570 |
-
),
|
571 |
-
array(
|
572 |
-
'key' => 'premium-maps',
|
573 |
-
'name' => 'premium-addon-maps',
|
574 |
-
'title' => __( 'Google Maps', 'premium-addons-for-elementor' ),
|
575 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-maps-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
576 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/google-maps/', 'settings-page', 'wp-dash', 'dashboard' ),
|
577 |
-
'tutorial' => 'https://www.youtube.com/watch?v=z4taEeCY77Q',
|
578 |
-
),
|
579 |
-
array(
|
580 |
-
'key' => 'premium-person',
|
581 |
-
'name' => 'premium-addon-person',
|
582 |
-
'title' => __( 'Team Members', 'premium-addons-for-elementor' ),
|
583 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/persons-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
584 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/persons-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
585 |
-
),
|
586 |
-
array(
|
587 |
-
'key' => 'premium-tabs',
|
588 |
-
'name' => 'premium-addon-tabs',
|
589 |
-
'title' => __( 'Tabs', 'premium-addons-for-elementor' ),
|
590 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-tabs-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
591 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/tabs-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
592 |
-
'is_pro' => true,
|
593 |
-
),
|
594 |
-
array(
|
595 |
-
'key' => 'premium-content-toggle',
|
596 |
-
'name' => 'premium-addon-content-toggle',
|
597 |
-
'title' => __( 'Content Switcher', 'premium-addons-for-elementor' ),
|
598 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/content-switcher-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
599 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-content-switcher/', 'settings-page', 'wp-dash', 'dashboard' ),
|
600 |
-
'is_pro' => true,
|
601 |
-
),
|
602 |
-
array(
|
603 |
-
'key' => 'premium-fancytext',
|
604 |
-
'name' => 'premium-addon-fancy-text',
|
605 |
-
'title' => __( 'Fancy Text', 'premium-addons-for-elementor' ),
|
606 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/fancy-text-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
607 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/fancy-text-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
608 |
-
),
|
609 |
-
array(
|
610 |
-
'key' => 'premium-title',
|
611 |
-
'name' => 'premium-addon-title',
|
612 |
-
'title' => __( 'Heading', 'premium-addons-for-elementor' ),
|
613 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/heading-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
614 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/heading-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
615 |
-
),
|
616 |
-
array(
|
617 |
-
'key' => 'premium-dual-header',
|
618 |
-
'name' => 'premium-addon-dual-header',
|
619 |
-
'title' => __( 'Dual Heading', 'premium-addons-for-elementor' ),
|
620 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/dual-header-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
621 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/dual-heading-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
622 |
-
),
|
623 |
-
array(
|
624 |
-
'key' => 'premium-divider',
|
625 |
-
'name' => 'premium-divider',
|
626 |
-
'title' => __( 'Divider', 'premium-addons-for-elementor' ),
|
627 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/divider-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
628 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/divider-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
629 |
-
'is_pro' => true,
|
630 |
-
),
|
631 |
-
),
|
632 |
-
),
|
633 |
-
'cat-3' => array(
|
634 |
-
'icon' => 'images',
|
635 |
-
'title' => __( 'Image & Video Widgets', 'premium-addons-for-elementor' ),
|
636 |
-
'elements' => array(
|
637 |
-
array(
|
638 |
-
'key' => 'premium-grid',
|
639 |
-
'name' => 'premium-img-gallery',
|
640 |
-
'title' => __( 'Media Grid', 'premium-addons-for-elementor' ),
|
641 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/grid-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
642 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/grid-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
643 |
-
),
|
644 |
-
array(
|
645 |
-
'key' => 'premium-image-scroll',
|
646 |
-
'name' => 'premium-image-scroll',
|
647 |
-
'title' => __( 'Image Scroll', 'premium-addons-for-elementor' ),
|
648 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-scroll-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
649 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
650 |
-
),
|
651 |
-
array(
|
652 |
-
'key' => 'premium-image-separator',
|
653 |
-
'name' => 'premium-addon-image-separator',
|
654 |
-
'title' => __( 'Image Separator', 'premium-addons-for-elementor' ),
|
655 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-separator-widget-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
656 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-separator-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
657 |
-
),
|
658 |
-
array(
|
659 |
-
'key' => 'premium-image-comparison',
|
660 |
-
'name' => 'premium-addon-image-comparison',
|
661 |
-
'title' => __( 'Image Comparison', 'premium-addons-for-elementor' ),
|
662 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-comparison-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
663 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-image-comparison-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
664 |
-
'is_pro' => true,
|
665 |
-
),
|
666 |
-
array(
|
667 |
-
'key' => 'premium-image-hotspots',
|
668 |
-
'name' => 'premium-addon-image-hotspots',
|
669 |
-
'title' => __( 'Image Hotspots', 'premium-addons-for-elementor' ),
|
670 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-hotspots-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
671 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-hotspots-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
672 |
-
'is_pro' => true,
|
673 |
-
),
|
674 |
-
array(
|
675 |
-
'key' => 'premium-img-layers',
|
676 |
-
'name' => 'premium-img-layers-addon',
|
677 |
-
'title' => __( 'Image Layers', 'premium-addons-for-elementor' ),
|
678 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-layers-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
679 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/image-layers/', 'settings-page', 'wp-dash', 'dashboard' ),
|
680 |
-
'tutorial' => 'https://www.youtube.com/watch?v=D3INxWw_jKI',
|
681 |
-
'is_pro' => true,
|
682 |
-
),
|
683 |
-
array(
|
684 |
-
'key' => 'premium-image-accordion',
|
685 |
-
'name' => 'premium-image-accordion',
|
686 |
-
'title' => __( 'Image Accordion', 'premium-addons-for-elementor' ),
|
687 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-accordion-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
688 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-accordion-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
689 |
-
'is_pro' => true,
|
690 |
-
),
|
691 |
-
array(
|
692 |
-
'key' => 'premium-videobox',
|
693 |
-
'name' => 'premium-addon-video-box',
|
694 |
-
'title' => __( 'Video Box', 'premium-addons-for-elementor' ),
|
695 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/video-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
696 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/video-box/', 'settings-page', 'wp-dash', 'dashboard' ),
|
697 |
-
),
|
698 |
-
),
|
699 |
-
),
|
700 |
-
'cat-4' => array(
|
701 |
-
'icon' => 'section',
|
702 |
-
'title' => __( 'Section Addons & Widgets', 'premium-addons-for-elementor' ),
|
703 |
-
'elements' => array(
|
704 |
-
array(
|
705 |
-
'key' => 'premium-hscroll',
|
706 |
-
'name' => 'premium-hscroll',
|
707 |
-
'title' => __( 'Horizontal Scroll', 'premium-addons-for-elementor' ),
|
708 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-horizontal-scroll-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
709 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/horizontal-scroll/', 'settings-page', 'wp-dash', 'dashboard' ),
|
710 |
-
'tutorial' => 'https://www.youtube.com/watch?v=4HqT_3s-ZXg',
|
711 |
-
'is_pro' => true,
|
712 |
-
),
|
713 |
-
array(
|
714 |
-
'key' => 'premium-vscroll',
|
715 |
-
'name' => 'premium-vscroll',
|
716 |
-
'title' => __( 'Vertical Scroll', 'premium-addons-for-elementor' ),
|
717 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/vertical-scroll-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
718 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/vertical-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
719 |
-
'tutorial' => 'https://www.youtube.com/watch?v=MuLaIn1QXfQ',
|
720 |
-
),
|
721 |
-
array(
|
722 |
-
'key' => 'premium-color-transition',
|
723 |
-
'name' => 'premium-color-transition',
|
724 |
-
'title' => __( 'Background Transition', 'premium-addons-for-elementor' ),
|
725 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-background-transition-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
726 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/background-transition-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
727 |
-
'is_pro' => true,
|
728 |
-
),
|
729 |
-
array(
|
730 |
-
'key' => 'premium-multi-scroll',
|
731 |
-
'name' => 'premium-multi-scroll',
|
732 |
-
'title' => __( 'Multi Scroll', 'premium-addons-for-elementor' ),
|
733 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/multi-scroll-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
734 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/multi-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
735 |
-
'tutorial' => 'https://www.youtube.com/watch?v=IzYnD6oDYXw',
|
736 |
-
'is_pro' => true,
|
737 |
-
),
|
738 |
-
array(
|
739 |
-
'key' => 'premium-lottie',
|
740 |
-
'title' => __( 'Lottie Animations', 'premium-addons-for-elementor' ),
|
741 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-lottie-animations-section-addon/', 'settings-page', 'wp-dash', 'dashboard' ),
|
742 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/lottie-background/', 'settings-page', 'wp-dash', 'dashboard' ),
|
743 |
-
'tutorial' => 'https://www.youtube.com/watch?v=KVrenWNEdkY',
|
744 |
-
'is_pro' => true,
|
745 |
-
'is_global' => true,
|
746 |
-
),
|
747 |
-
array(
|
748 |
-
'key' => 'premium-parallax',
|
749 |
-
'title' => __( 'Parallax', 'premium-addons-for-elementor' ),
|
750 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/parallax-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
751 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/parallax-section-addon-tutorial-2/', 'settings-page', 'wp-dash', 'dashboard' ),
|
752 |
-
'tutorial' => 'https://www.youtube.com/watch?v=hkMNjxLoZ2w',
|
753 |
-
'is_pro' => true,
|
754 |
-
'is_global' => true,
|
755 |
-
),
|
756 |
-
array(
|
757 |
-
'key' => 'premium-particles',
|
758 |
-
'title' => __( 'Particles', 'premium-addons-for-elementor' ),
|
759 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/particles-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
760 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/particles/', 'settings-page', 'wp-dash', 'dashboard' ),
|
761 |
-
'tutorial' => 'https://www.youtube.com/watch?v=bPmWKv4VWrI',
|
762 |
-
'is_pro' => true,
|
763 |
-
'is_global' => true,
|
764 |
-
),
|
765 |
-
array(
|
766 |
-
'key' => 'premium-gradient',
|
767 |
-
'title' => __( 'Animated Gradient', 'premium-addons-for-elementor' ),
|
768 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/animated-section-gradients-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
769 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/animated-gradient-section-addon-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
770 |
-
'tutorial' => 'https://www.youtube.com/watch?v=IL4USvwR6K4',
|
771 |
-
'is_pro' => true,
|
772 |
-
'is_global' => true,
|
773 |
-
),
|
774 |
-
array(
|
775 |
-
'key' => 'premium-kenburns',
|
776 |
-
'title' => __( 'Animated Ken Burns', 'premium-addons-for-elementor' ),
|
777 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ken-burns-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
778 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/ken-burns-section-addon-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
779 |
-
'tutorial' => 'https://www.youtube.com/watch?v=DUNFjWphZfs',
|
780 |
-
'is_pro' => true,
|
781 |
-
'is_global' => true,
|
782 |
-
),
|
783 |
-
array(
|
784 |
-
'key' => 'premium-blob',
|
785 |
-
'title' => __( 'Blob Generator', 'premium-addons-for-elementor' ),
|
786 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-animated-blob-generator/', 'settings-page', 'wp-dash', 'dashboard' ),
|
787 |
-
'is_pro' => true,
|
788 |
-
'is_global' => true,
|
789 |
-
),
|
790 |
-
),
|
791 |
-
),
|
792 |
-
'cat-5' => array(
|
793 |
-
'icon' => 'off-grid',
|
794 |
-
'title' => __( 'Off-Grid Widgets', 'premium-addons-for-elementor' ),
|
795 |
-
'elements' => array(
|
796 |
-
array(
|
797 |
-
'key' => 'premium-modalbox',
|
798 |
-
'name' => 'premium-addon-modal-box',
|
799 |
-
'title' => __( 'Modal Box', 'premium-addons-for-elementor' ),
|
800 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/modal-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
801 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/modal-box/', 'settings-page', 'wp-dash', 'dashboard' ),
|
802 |
-
'tutorial' => 'https://www.youtube.com/watch?v=3lLxSyf2nyk',
|
803 |
-
),
|
804 |
-
array(
|
805 |
-
'key' => 'premium-notbar',
|
806 |
-
'name' => 'premium-notbar',
|
807 |
-
'title' => __( 'Alert Box', 'premium-addons-for-elementor' ),
|
808 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/alert-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
809 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/alert-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
810 |
-
'is_pro' => true,
|
811 |
-
),
|
812 |
-
array(
|
813 |
-
'key' => 'premium-magic-section',
|
814 |
-
'name' => 'premium-addon-magic-section',
|
815 |
-
'title' => __( 'Magic Section', 'premium-addons-for-elementor' ),
|
816 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/magic-section-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
817 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/magic-section-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
818 |
-
'is_pro' => true,
|
819 |
-
),
|
820 |
-
array(
|
821 |
-
'key' => 'premium-prev-img',
|
822 |
-
'name' => 'premium-addon-preview-image',
|
823 |
-
'title' => __( 'Preview Window', 'premium-addons-for-elementor' ),
|
824 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/preview-window-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
825 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/preview-window-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
826 |
-
'tutorial' => 'https://www.youtube.com/watch?v=EmptjFjrc4E',
|
827 |
-
'is_pro' => true,
|
828 |
-
),
|
829 |
-
),
|
830 |
-
),
|
831 |
-
'cat-6' => array(
|
832 |
-
'icon' => 'social',
|
833 |
-
'title' => __( 'Reviews & Testimonials Widgets', 'premium-addons-for-elementor' ),
|
834 |
-
'elements' => array(
|
835 |
-
array(
|
836 |
-
'key' => 'premium-testimonials',
|
837 |
-
'name' => 'premium-addon-testimonials',
|
838 |
-
'title' => __( 'Testimonials', 'premium-addons-for-elementor' ),
|
839 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/testimonials-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
840 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/testimonials-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
841 |
-
),
|
842 |
-
array(
|
843 |
-
'key' => 'premium-facebook-reviews',
|
844 |
-
'name' => 'premium-facebook-reviews',
|
845 |
-
'title' => __( 'Facebook Reviews', 'premium-addons-for-elementor' ),
|
846 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/facebook-reviews-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
847 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/facebook-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
|
848 |
-
'tutorial' => 'https://www.youtube.com/watch?v=zl-OFo3IFd8',
|
849 |
-
'is_pro' => true,
|
850 |
-
),
|
851 |
-
array(
|
852 |
-
'key' => 'premium-google-reviews',
|
853 |
-
'name' => 'premium-google-reviews',
|
854 |
-
'title' => __( 'Google Reviews', 'premium-addons-for-elementor' ),
|
855 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-reviews-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
856 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/google-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
|
857 |
-
'tutorial' => 'https://www.youtube.com/watch?v=Z0EeGyD34Zk',
|
858 |
-
'is_pro' => true,
|
859 |
-
),
|
860 |
-
array(
|
861 |
-
'key' => 'premium-yelp-reviews',
|
862 |
-
'name' => 'premium-yelp-reviews',
|
863 |
-
'title' => __( 'Yelp Reviews', 'premium-addons-for-elementor' ),
|
864 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-yelp-reviews-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
865 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/yelp-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
|
866 |
-
'tutorial' => 'https://www.youtube.com/watch?v=5T-MveVFvns',
|
867 |
-
'is_pro' => true,
|
868 |
-
),
|
869 |
-
array(
|
870 |
-
'key' => 'premium-trustpilot-reviews',
|
871 |
-
'name' => 'premium-trustpilot-reviews',
|
872 |
-
'title' => __( 'Trustpilot Reviews', 'premium-addons-for-elementor' ),
|
873 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-trustpilot-reviews-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
874 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-trustpilot-reviews-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
875 |
-
'is_pro' => true,
|
876 |
-
'is_new' => true,
|
877 |
-
),
|
878 |
-
),
|
879 |
-
),
|
880 |
-
'cat-7' => array(
|
881 |
-
'icon' => 'blurbs',
|
882 |
-
'title' => __( 'Blurbs & CTA Widgets', 'premium-addons-for-elementor' ),
|
883 |
-
'elements' => array(
|
884 |
-
array(
|
885 |
-
'key' => 'premium-countdown',
|
886 |
-
'name' => 'premium-countdown-timer',
|
887 |
-
'title' => __( 'Countdown', 'premium-addons-for-elementor' ),
|
888 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/countdown-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
889 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/countdown-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
890 |
-
),
|
891 |
-
array(
|
892 |
-
'key' => 'premium-banner',
|
893 |
-
'name' => 'premium-addon-banner',
|
894 |
-
'title' => __( 'Banner', 'premium-addons-for-elementor' ),
|
895 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/banner-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
896 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-banner-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
897 |
-
),
|
898 |
-
array(
|
899 |
-
'key' => 'premium-button',
|
900 |
-
'name' => 'premium-addon-button',
|
901 |
-
'title' => __( 'Button', 'premium-addons-for-elementor' ),
|
902 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/button-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
903 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/button/', 'settings-page', 'wp-dash', 'dashboard' ),
|
904 |
-
'tutorial' => 'https://www.youtube.com/watch?v=w4NuCUkCIV4',
|
905 |
-
),
|
906 |
-
array(
|
907 |
-
'key' => 'premium-image-button',
|
908 |
-
'title' => __( 'Image Button', 'premium-addons-for-elementor' ),
|
909 |
-
'name' => 'premium-addon-image-button',
|
910 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-button-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
911 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/image-button/', 'settings-page', 'wp-dash', 'dashboard' ),
|
912 |
-
),
|
913 |
-
array(
|
914 |
-
'key' => 'premium-flipbox',
|
915 |
-
'name' => 'premium-addon-flip-box',
|
916 |
-
'title' => __( '3D Hover Box', 'premium-addons-for-elementor' ),
|
917 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/3d-hover-box-flip-box-widget-for-elementor/', 'settings-page', 'wp-dash', 'dashboard' ),
|
918 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/flip-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
919 |
-
'is_pro' => true,
|
920 |
-
),
|
921 |
-
array(
|
922 |
-
'key' => 'premium-iconbox',
|
923 |
-
'name' => 'premium-addon-icon-box',
|
924 |
-
'title' => __( 'Icon Box', 'premium-addons-for-elementor' ),
|
925 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/icon-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
926 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/icon-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
927 |
-
'is_pro' => true,
|
928 |
-
),
|
929 |
-
array(
|
930 |
-
'key' => 'premium-ihover',
|
931 |
-
'name' => 'premium-ihover',
|
932 |
-
'title' => __( 'iHover', 'premium-addons-for-elementor' ),
|
933 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ihover-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
934 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-ihover-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
935 |
-
'is_pro' => true,
|
936 |
-
),
|
937 |
-
array(
|
938 |
-
'key' => 'premium-unfold',
|
939 |
-
'name' => 'premium-unfold-addon',
|
940 |
-
'title' => __( 'Unfold', 'premium-addons-for-elementor' ),
|
941 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/unfold-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
942 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-unfold-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
943 |
-
'is_pro' => true,
|
944 |
-
),
|
945 |
-
array(
|
946 |
-
'key' => 'premium-icon-list',
|
947 |
-
'name' => 'premium-icon-list',
|
948 |
-
'title' => __( 'Bullet List', 'premium-addons-for-elementor' ),
|
949 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-bullet-list-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
950 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/bullet-list-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
951 |
-
'tutorial' => 'https://www.youtube.com/watch?v=MPeXJiZ14sI',
|
952 |
-
),
|
953 |
-
),
|
954 |
-
),
|
955 |
-
'cat-8' => array(
|
956 |
-
'icon' => 'feed',
|
957 |
-
'title' => __( 'Social Feed Widgets', 'premium-addons-for-elementor' ),
|
958 |
-
'elements' => array(
|
959 |
-
array(
|
960 |
-
'key' => 'premium-facebook-feed',
|
961 |
-
'name' => 'premium-facebook-feed',
|
962 |
-
'title' => __( 'Facebook Feed', 'premium-addons-for-elementor' ),
|
963 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-facebook-feed-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
964 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/facebook-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
965 |
-
'is_pro' => true,
|
966 |
-
),
|
967 |
-
array(
|
968 |
-
'key' => 'premium-twitter-feed',
|
969 |
-
'name' => 'premium-twitter-feed',
|
970 |
-
'title' => __( 'Twitter Feed', 'premium-addons-for-elementor' ),
|
971 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/twitter-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
972 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/twitter-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
973 |
-
'tutorial' => 'https://www.youtube.com/watch?v=wsurRDuR6pg',
|
974 |
-
'is_pro' => true,
|
975 |
-
),
|
976 |
-
array(
|
977 |
-
'key' => 'premium-instagram-feed',
|
978 |
-
'name' => 'premium-addon-instagram-feed',
|
979 |
-
'title' => __( 'Instagram Feed', 'premium-addons-for-elementor' ),
|
980 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/instagram-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
981 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/instagram-feed/', 'settings-page', 'wp-dash', 'dashboard' ),
|
982 |
-
'is_pro' => true,
|
983 |
-
),
|
984 |
-
array(
|
985 |
-
'key' => 'premium-behance',
|
986 |
-
'name' => 'premium-behance-feed',
|
987 |
-
'title' => __( 'Behance Feed', 'premium-addons-for-elementor' ),
|
988 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/behance-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
989 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/behance-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
990 |
-
'tutorial' => 'https://www.youtube.com/watch?v=AXATK3oIXl0',
|
991 |
-
'is_pro' => true,
|
992 |
-
),
|
993 |
-
),
|
994 |
-
),
|
995 |
-
'cat-9' => array(
|
996 |
-
'icon' => 'data',
|
997 |
-
'title' => __( 'Tables, Charts & Anything Data Widgets', 'premium-addons-for-elementor' ),
|
998 |
-
'elements' => array(
|
999 |
-
array(
|
1000 |
-
'key' => 'premium-progressbar',
|
1001 |
-
'name' => 'premium-addon-progressbar',
|
1002 |
-
'title' => __( 'Progress Bar', 'premium-addons-for-elementor' ),
|
1003 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/progress-bar-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1004 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-progress-bar-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1005 |
-
'tutorial' => 'https://www.youtube.com/watch?v=Y7xqwhgDQJg',
|
1006 |
-
),
|
1007 |
-
array(
|
1008 |
-
'key' => 'premium-pricing-table',
|
1009 |
-
'name' => 'premium-addon-pricing-table',
|
1010 |
-
'title' => __( 'Pricing Table', 'premium-addons-for-elementor' ),
|
1011 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/pricing-table-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1012 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/pricing-table-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1013 |
-
),
|
1014 |
-
array(
|
1015 |
-
'key' => 'premium-charts',
|
1016 |
-
'name' => 'premium-chart',
|
1017 |
-
'title' => __( 'Charts', 'premium-addons-for-elementor' ),
|
1018 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/charts-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1019 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/charts-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1020 |
-
'tutorial' => 'https://www.youtube.com/watch?v=lZZvslQ2UYU',
|
1021 |
-
'is_pro' => true,
|
1022 |
-
),
|
1023 |
-
array(
|
1024 |
-
'key' => 'premium-tables',
|
1025 |
-
'name' => 'premium-tables-addon',
|
1026 |
-
'title' => __( 'Table', 'premium-addons-for-elementor' ),
|
1027 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/table-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1028 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/table-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1029 |
-
'is_pro' => true,
|
1030 |
-
),
|
1031 |
-
array(
|
1032 |
-
'key' => 'premium-counter',
|
1033 |
-
'name' => 'premium-counter',
|
1034 |
-
'title' => __( 'Counter', 'premium-addons-for-elementor' ),
|
1035 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/counter-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1036 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/counter-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1037 |
-
),
|
1038 |
-
),
|
1039 |
-
),
|
1040 |
-
'cat-10' => array(
|
1041 |
-
'icon' => 'contact',
|
1042 |
-
'title' => __( 'Contact Widgets', 'premium-addons-for-elementor' ),
|
1043 |
-
'elements' => array(
|
1044 |
-
array(
|
1045 |
-
'key' => 'premium-contactform',
|
1046 |
-
'name' => 'premium-contact-form',
|
1047 |
-
'title' => __( 'Contact Form 7', 'premium-addons-for-elementor' ),
|
1048 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/contact-form-7-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1049 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/contact-form-7-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1050 |
-
),
|
1051 |
-
array(
|
1052 |
-
'key' => 'premium-fb-chat',
|
1053 |
-
'name' => 'premium-addon-facebook-chat',
|
1054 |
-
'title' => __( 'Facebook Messenger Chat', 'premium-addons-for-elementor' ),
|
1055 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/facebook-messenger-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1056 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/facebook-messenger/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1057 |
-
'is_pro' => true,
|
1058 |
-
),
|
1059 |
-
array(
|
1060 |
-
'key' => 'premium-whatsapp-chat',
|
1061 |
-
'name' => 'premium-whatsapp-chat',
|
1062 |
-
'title' => __( 'WhatsApp Chat', 'premium-addons-for-elementor' ),
|
1063 |
-
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/whatsapp-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1064 |
-
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/whatsapp-chat-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1065 |
-
'is_pro' => true,
|
1066 |
-
),
|
1067 |
-
),
|
1068 |
-
),
|
1069 |
-
'cat-11' => array(
|
1070 |
-
'icon' => 'extensions',
|
1071 |
-
'elements' => array(
|
1072 |
-
array(
|
1073 |
-
'key' => 'premium-templates',
|
1074 |
-
),
|
1075 |
-
array(
|
1076 |
-
'key' => 'premium-equal-height',
|
1077 |
-
),
|
1078 |
-
array(
|
1079 |
-
'key' => 'pa-display-conditions',
|
1080 |
-
),
|
1081 |
-
array(
|
1082 |
-
'key' => 'premium-floating-effects',
|
1083 |
-
),
|
1084 |
-
array(
|
1085 |
-
'key' => 'premium-cross-domain',
|
1086 |
-
),
|
1087 |
-
array(
|
1088 |
-
'key' => 'premium-duplicator',
|
1089 |
-
),
|
1090 |
-
),
|
1091 |
-
),
|
1092 |
-
);
|
1093 |
-
|
1094 |
-
return $elements;
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* PA Elements.
|
4 |
+
*/
|
5 |
+
|
6 |
+
use PremiumAddons\Includes\Helper_Functions;
|
7 |
+
|
8 |
+
$prefix = Helper_Functions::get_prefix();
|
9 |
+
|
10 |
+
$elements = array(
|
11 |
+
'cat-1' => array(
|
12 |
+
'icon' => 'all',
|
13 |
+
'title' => __( 'All Widgets', 'premium-addons-for-elementor' ),
|
14 |
+
'elements' => array(
|
15 |
+
array(
|
16 |
+
'key' => 'premium-lottie-widget',
|
17 |
+
'name' => 'premium-lottie',
|
18 |
+
'title' => __( 'Lottie Animations', 'premium-addons-for-elementor' ),
|
19 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-lottie-animations-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
20 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/lottie-animations-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
21 |
+
'tutorial' => 'https://www.youtube.com/watch?v=0QWzUpF57dw',
|
22 |
+
),
|
23 |
+
array(
|
24 |
+
'key' => 'premium-carousel',
|
25 |
+
'name' => 'premium-carousel-widget',
|
26 |
+
'title' => __( 'Carousel', 'premium-addons-for-elementor' ),
|
27 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/carousel-widget-for-elementor-page-builder', 'settings-page', 'wp-dash', 'dashboard' ),
|
28 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/carousel/', 'settings-page', 'wp-dash', 'dashboard' ),
|
29 |
+
'tutorial' => 'https://www.youtube.com/watch?v=ZMgprLKvq24',
|
30 |
+
),
|
31 |
+
array(
|
32 |
+
'key' => 'premium-blog',
|
33 |
+
'name' => 'premium-addon-blog',
|
34 |
+
'title' => __( 'Blog', 'premium-addons-for-elementor' ),
|
35 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/blog-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
36 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/blog/', 'settings-page', 'wp-dash', 'dashboard' ),
|
37 |
+
),
|
38 |
+
array(
|
39 |
+
'key' => 'premium-maps',
|
40 |
+
'name' => 'premium-addon-maps',
|
41 |
+
'title' => __( 'Google Maps', 'premium-addons-for-elementor' ),
|
42 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-maps-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
43 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/google-maps/', 'settings-page', 'wp-dash', 'dashboard' ),
|
44 |
+
'tutorial' => 'https://www.youtube.com/watch?v=z4taEeCY77Q',
|
45 |
+
),
|
46 |
+
array(
|
47 |
+
'key' => 'premium-person',
|
48 |
+
'name' => 'premium-addon-person',
|
49 |
+
'title' => __( 'Team Members', 'premium-addons-for-elementor' ),
|
50 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/persons-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
51 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/persons-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
52 |
+
),
|
53 |
+
array(
|
54 |
+
'key' => 'premium-tabs',
|
55 |
+
'name' => 'premium-addon-tabs',
|
56 |
+
'title' => __( 'Tabs', 'premium-addons-for-elementor' ),
|
57 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-tabs-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
58 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/tabs-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
59 |
+
'is_pro' => true,
|
60 |
+
'icon' => 'pa-pro-tabs',
|
61 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-tabs-widget/', 'editor-page', 'wp-editor', 'get-pro' ),
|
62 |
+
),
|
63 |
+
array(
|
64 |
+
'key' => 'premium-content-toggle',
|
65 |
+
'name' => 'premium-addon-content-toggle',
|
66 |
+
'title' => __( 'Content Switcher', 'premium-addons-for-elementor' ),
|
67 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/content-switcher-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
68 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-content-switcher/', 'settings-page', 'wp-dash', 'dashboard' ),
|
69 |
+
'is_pro' => true,
|
70 |
+
'icon' => 'pa-pro-content-switcher',
|
71 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/content-switcher-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
72 |
+
),
|
73 |
+
array(
|
74 |
+
'key' => 'premium-fancytext',
|
75 |
+
'name' => 'premium-addon-fancy-text',
|
76 |
+
'title' => __( 'Fancy Text', 'premium-addons-for-elementor' ),
|
77 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/fancy-text-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
78 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/fancy-text-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
79 |
+
),
|
80 |
+
array(
|
81 |
+
'key' => 'premium-title',
|
82 |
+
'name' => 'premium-addon-title',
|
83 |
+
'title' => __( 'Heading', 'premium-addons-for-elementor' ),
|
84 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/heading-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
85 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/heading-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
86 |
+
),
|
87 |
+
array(
|
88 |
+
'key' => 'premium-dual-header',
|
89 |
+
'name' => 'premium-addon-dual-header',
|
90 |
+
'title' => __( 'Dual Heading', 'premium-addons-for-elementor' ),
|
91 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/dual-header-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
92 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/dual-heading-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
93 |
+
),
|
94 |
+
array(
|
95 |
+
'key' => 'premium-divider',
|
96 |
+
'name' => 'premium-divider',
|
97 |
+
'title' => __( 'Divider', 'premium-addons-for-elementor' ),
|
98 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/divider-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
99 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/divider-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
100 |
+
'is_pro' => true,
|
101 |
+
'icon' => 'pa-pro-separator',
|
102 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/divider-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
103 |
+
),
|
104 |
+
array(
|
105 |
+
'key' => 'premium-grid',
|
106 |
+
'name' => 'premium-img-gallery',
|
107 |
+
'title' => __( 'Media Grid', 'premium-addons-for-elementor' ),
|
108 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/grid-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
109 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/grid/', 'settings-page', 'wp-dash', 'dashboard' ),
|
110 |
+
),
|
111 |
+
array(
|
112 |
+
'key' => 'premium-image-scroll',
|
113 |
+
'name' => 'premium-image-scroll',
|
114 |
+
'title' => __( 'Image Scroll', 'premium-addons-for-elementor' ),
|
115 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-scroll-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
116 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
117 |
+
),
|
118 |
+
array(
|
119 |
+
'key' => 'premium-image-separator',
|
120 |
+
'name' => 'premium-addon-image-separator',
|
121 |
+
'title' => __( 'Image Separator', 'premium-addons-for-elementor' ),
|
122 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-separator-widget-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
123 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-separator-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
124 |
+
),
|
125 |
+
array(
|
126 |
+
'key' => 'premium-image-comparison',
|
127 |
+
'name' => 'premium-addon-image-comparison',
|
128 |
+
'title' => __( 'Image Comparison', 'premium-addons-for-elementor' ),
|
129 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-comparison-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
130 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-image-comparison-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
131 |
+
'is_pro' => true,
|
132 |
+
'icon' => 'pa-pro-image-comparison',
|
133 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-comparison-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
134 |
+
),
|
135 |
+
array(
|
136 |
+
'key' => 'premium-image-hotspots',
|
137 |
+
'name' => 'premium-addon-image-hotspots',
|
138 |
+
'title' => __( 'Image Hotspots', 'premium-addons-for-elementor' ),
|
139 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-hotspots-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
140 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-hotspots-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
141 |
+
'is_pro' => true,
|
142 |
+
'icon' => 'pa-pro-hot-spot',
|
143 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-hotspots-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
144 |
+
),
|
145 |
+
array(
|
146 |
+
'key' => 'premium-img-layers',
|
147 |
+
'name' => 'premium-img-layers-addon',
|
148 |
+
'title' => __( 'Image Layers', 'premium-addons-for-elementor' ),
|
149 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-layers-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
150 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/image-layers/', 'settings-page', 'wp-dash', 'dashboard' ),
|
151 |
+
'tutorial' => 'https://www.youtube.com/watch?v=D3INxWw_jKI',
|
152 |
+
'is_pro' => true,
|
153 |
+
'icon' => 'pa-pro-image-layers',
|
154 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-layers-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
155 |
+
),
|
156 |
+
array(
|
157 |
+
'key' => 'premium-image-accordion',
|
158 |
+
'name' => 'premium-image-accordion',
|
159 |
+
'title' => __( 'Image Accordion', 'premium-addons-for-elementor' ),
|
160 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-accordion-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
161 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-accordion-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
162 |
+
'is_pro' => true,
|
163 |
+
'icon' => 'pa-pro-image-accordion',
|
164 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-accordion-widget/', 'editor-page', 'wp-editor', 'get-pro' ),
|
165 |
+
),
|
166 |
+
array(
|
167 |
+
'key' => 'premium-videobox',
|
168 |
+
'name' => 'premium-addon-video-box',
|
169 |
+
'title' => __( 'Video Box', 'premium-addons-for-elementor' ),
|
170 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/video-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
171 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/video-box/', 'settings-page', 'wp-dash', 'dashboard' ),
|
172 |
+
),
|
173 |
+
array(
|
174 |
+
'key' => 'premium-hscroll',
|
175 |
+
'name' => 'premium-hscroll',
|
176 |
+
'title' => __( 'Horizontal Scroll', 'premium-addons-for-elementor' ),
|
177 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-horizontal-scroll-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
178 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/horizontal-scroll/', 'settings-page', 'wp-dash', 'dashboard' ),
|
179 |
+
'tutorial' => 'https://www.youtube.com/watch?v=4HqT_3s-ZXg',
|
180 |
+
'is_pro' => true,
|
181 |
+
'icon' => 'pa-pro-horizontal-scroll',
|
182 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-horizontal-scroll-widget/', 'editor-page', 'wp-editor', 'get-pro' ),
|
183 |
+
),
|
184 |
+
array(
|
185 |
+
'key' => 'premium-vscroll',
|
186 |
+
'name' => 'premium-vscroll',
|
187 |
+
'title' => __( 'Vertical Scroll', 'premium-addons-for-elementor' ),
|
188 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/vertical-scroll-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
189 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/vertical-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
190 |
+
'tutorial' => 'https://www.youtube.com/watch?v=MuLaIn1QXfQ',
|
191 |
+
),
|
192 |
+
array(
|
193 |
+
'key' => 'premium-color-transition',
|
194 |
+
'name' => 'premium-color-transition',
|
195 |
+
'title' => __( 'Background Transition', 'premium-addons-for-elementor' ),
|
196 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-background-transition-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
197 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/background-transition-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
198 |
+
'is_pro' => true,
|
199 |
+
'icon' => 'pa-pro-color-transition',
|
200 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-background-transition-widget/', 'editor-page', 'wp-editor', 'get-pro' ),
|
201 |
+
),
|
202 |
+
array(
|
203 |
+
'key' => 'premium-multi-scroll',
|
204 |
+
'name' => 'premium-multi-scroll',
|
205 |
+
'title' => __( 'Multi Scroll', 'premium-addons-for-elementor' ),
|
206 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/multi-scroll-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
207 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/multi-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
208 |
+
'tutorial' => 'https://www.youtube.com/watch?v=IzYnD6oDYXw',
|
209 |
+
'is_pro' => true,
|
210 |
+
'icon' => 'pa-pro-multi-scroll',
|
211 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/multi-scroll-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
212 |
+
),
|
213 |
+
array(
|
214 |
+
'key' => 'premium-lottie',
|
215 |
+
'title' => __( 'Lottie Animations', 'premium-addons-for-elementor' ),
|
216 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-lottie-animations-section-addon/', 'settings-page', 'wp-dash', 'dashboard' ),
|
217 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/lottie-background/', 'settings-page', 'wp-dash', 'dashboard' ),
|
218 |
+
'tutorial' => 'https://www.youtube.com/watch?v=KVrenWNEdkY',
|
219 |
+
'is_pro' => true,
|
220 |
+
'is_global' => true,
|
221 |
+
),
|
222 |
+
array(
|
223 |
+
'key' => 'premium-parallax',
|
224 |
+
'title' => __( 'Parallax', 'premium-addons-for-elementor' ),
|
225 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/parallax-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
226 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/parallax-section-addon-tutorial-2/', 'settings-page', 'wp-dash', 'dashboard' ),
|
227 |
+
'tutorial' => 'https://www.youtube.com/watch?v=hkMNjxLoZ2w',
|
228 |
+
'is_pro' => true,
|
229 |
+
'is_global' => true,
|
230 |
+
),
|
231 |
+
array(
|
232 |
+
'key' => 'premium-particles',
|
233 |
+
'title' => __( 'Particles', 'premium-addons-for-elementor' ),
|
234 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/particles-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
235 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/particles/', 'settings-page', 'wp-dash', 'dashboard' ),
|
236 |
+
'tutorial' => 'https://www.youtube.com/watch?v=bPmWKv4VWrI',
|
237 |
+
'is_pro' => true,
|
238 |
+
'is_global' => true,
|
239 |
+
),
|
240 |
+
array(
|
241 |
+
'key' => 'premium-gradient',
|
242 |
+
'title' => __( 'Animated Gradient', 'premium-addons-for-elementor' ),
|
243 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/animated-section-gradients-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
244 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/animated-gradient-section-addon-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
245 |
+
'tutorial' => 'https://www.youtube.com/watch?v=IL4USvwR6K4',
|
246 |
+
'is_pro' => true,
|
247 |
+
'is_global' => true,
|
248 |
+
),
|
249 |
+
array(
|
250 |
+
'key' => 'premium-kenburns',
|
251 |
+
'title' => __( 'Animated Ken Burns', 'premium-addons-for-elementor' ),
|
252 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ken-burns-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
253 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/ken-burns-section-addon-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
254 |
+
'tutorial' => 'https://www.youtube.com/watch?v=DUNFjWphZfs',
|
255 |
+
'is_pro' => true,
|
256 |
+
'is_global' => true,
|
257 |
+
),
|
258 |
+
array(
|
259 |
+
'key' => 'premium-blob',
|
260 |
+
'title' => __( 'Blob Generator', 'premium-addons-for-elementor' ),
|
261 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-animated-blob-generator/', 'settings-page', 'wp-dash', 'dashboard' ),
|
262 |
+
'is_pro' => true,
|
263 |
+
'is_global' => true,
|
264 |
+
),
|
265 |
+
array(
|
266 |
+
'key' => 'premium-modalbox',
|
267 |
+
'name' => 'premium-addon-modal-box',
|
268 |
+
'title' => __( 'Modal Box', 'premium-addons-for-elementor' ),
|
269 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/modal-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
270 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/modal-box/', 'settings-page', 'wp-dash', 'dashboard' ),
|
271 |
+
'tutorial' => 'https://www.youtube.com/watch?v=3lLxSyf2nyk',
|
272 |
+
),
|
273 |
+
array(
|
274 |
+
'key' => 'premium-notbar',
|
275 |
+
'name' => 'premium-notbar',
|
276 |
+
'title' => __( 'Alert Box', 'premium-addons-for-elementor' ),
|
277 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/alert-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
278 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/alert-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
279 |
+
'is_pro' => true,
|
280 |
+
'icon' => 'pa-pro-notification-bar',
|
281 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/alert-box-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
282 |
+
),
|
283 |
+
array(
|
284 |
+
'key' => 'premium-magic-section',
|
285 |
+
'name' => 'premium-addon-magic-section',
|
286 |
+
'title' => __( 'Magic Section', 'premium-addons-for-elementor' ),
|
287 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/magic-section-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
288 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/magic-section-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
289 |
+
'is_pro' => true,
|
290 |
+
'icon' => 'pa-pro-magic-section',
|
291 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/magic-section-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
292 |
+
),
|
293 |
+
array(
|
294 |
+
'key' => 'premium-prev-img',
|
295 |
+
'name' => 'premium-addon-preview-image',
|
296 |
+
'title' => __( 'Preview Window', 'premium-addons-for-elementor' ),
|
297 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/preview-window-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
298 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/preview-window-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
299 |
+
'tutorial' => 'https://www.youtube.com/watch?v=EmptjFjrc4E',
|
300 |
+
'is_pro' => true,
|
301 |
+
'icon' => 'pa-pro-preview-window',
|
302 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/preview-window-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
303 |
+
),
|
304 |
+
array(
|
305 |
+
'key' => 'premium-testimonials',
|
306 |
+
'name' => 'premium-addon-testimonials',
|
307 |
+
'title' => __( 'Testimonials', 'premium-addons-for-elementor' ),
|
308 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/testimonials-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
309 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/testimonials-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
310 |
+
),
|
311 |
+
array(
|
312 |
+
'key' => 'premium-facebook-reviews',
|
313 |
+
'name' => 'premium-facebook-reviews',
|
314 |
+
'title' => __( 'Facebook Reviews', 'premium-addons-for-elementor' ),
|
315 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/facebook-reviews-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
316 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/facebook-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
|
317 |
+
'tutorial' => 'https://www.youtube.com/watch?v=zl-OFo3IFd8',
|
318 |
+
'is_pro' => true,
|
319 |
+
'icon' => 'pa-pro-facebook-reviews',
|
320 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/facebook-reviews-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
321 |
+
),
|
322 |
+
array(
|
323 |
+
'key' => 'premium-google-reviews',
|
324 |
+
'name' => 'premium-google-reviews',
|
325 |
+
'title' => __( 'Google Reviews', 'premium-addons-for-elementor' ),
|
326 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-reviews-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
327 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/google-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
|
328 |
+
'tutorial' => 'https://www.youtube.com/watch?v=Z0EeGyD34Zk',
|
329 |
+
'is_pro' => true,
|
330 |
+
'icon' => 'pa-pro-google-reviews',
|
331 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-reviews-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
332 |
+
),
|
333 |
+
array(
|
334 |
+
'key' => 'premium-yelp-reviews',
|
335 |
+
'name' => 'premium-yelp-reviews',
|
336 |
+
'title' => __( 'Yelp Reviews', 'premium-addons-for-elementor' ),
|
337 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-yelp-reviews-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
338 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/yelp-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
|
339 |
+
'tutorial' => 'https://www.youtube.com/watch?v=5T-MveVFvns',
|
340 |
+
'is_pro' => true,
|
341 |
+
'icon' => 'pa-pro-yelp-reviews',
|
342 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-yelp-reviews-widget/', 'editor-page', 'wp-editor', 'get-pro' ),
|
343 |
+
),
|
344 |
+
array(
|
345 |
+
'key' => 'premium-trustpilot-reviews',
|
346 |
+
'name' => 'premium-trustpilot-reviews',
|
347 |
+
'title' => __( 'Trustpilot Reviews', 'premium-addons-for-elementor' ),
|
348 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-trustpilot-reviews-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
349 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-trustpilot-reviews-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
350 |
+
'is_pro' => true,
|
351 |
+
'is_new' => true,
|
352 |
+
'icon' => 'pa-pro-trust-reviews',
|
353 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-trustpilot-reviews-widget/', 'editor-page', 'wp-editor', 'get-pro' ),
|
354 |
+
),
|
355 |
+
array(
|
356 |
+
'key' => 'premium-countdown',
|
357 |
+
'name' => 'premium-countdown-timer',
|
358 |
+
'title' => __( 'Countdown', 'premium-addons-for-elementor' ),
|
359 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/countdown-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
360 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/countdown-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
361 |
+
),
|
362 |
+
array(
|
363 |
+
'key' => 'premium-banner',
|
364 |
+
'name' => 'premium-addon-banner',
|
365 |
+
'title' => __( 'Banner', 'premium-addons-for-elementor' ),
|
366 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/banner-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
367 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-banner-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
368 |
+
),
|
369 |
+
array(
|
370 |
+
'key' => 'premium-button',
|
371 |
+
'name' => 'premium-addon-button',
|
372 |
+
'title' => __( 'Button', 'premium-addons-for-elementor' ),
|
373 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/button-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
374 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/button/', 'settings-page', 'wp-dash', 'dashboard' ),
|
375 |
+
'tutorial' => 'https://www.youtube.com/watch?v=w4NuCUkCIV4',
|
376 |
+
),
|
377 |
+
array(
|
378 |
+
'key' => 'premium-image-button',
|
379 |
+
'name' => 'premium-addon-image-button',
|
380 |
+
'title' => __( 'Image Button', 'premium-addons-for-elementor' ),
|
381 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-button-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
382 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/image-button/', 'settings-page', 'wp-dash', 'dashboard' ),
|
383 |
+
),
|
384 |
+
array(
|
385 |
+
'key' => 'premium-flipbox',
|
386 |
+
'name' => 'premium-addon-flip-box',
|
387 |
+
'title' => __( '3D Hover Box', 'premium-addons-for-elementor' ),
|
388 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/3d-hover-box-flip-box-widget-for-elementor/', 'settings-page', 'wp-dash', 'dashboard' ),
|
389 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/flip-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
390 |
+
'is_pro' => true,
|
391 |
+
'icon' => 'pa-pro-flip-box',
|
392 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/3d-hover-box-flip-box-widget-for-elementor/', 'editor-page', 'wp-editor', 'get-pro' ),
|
393 |
+
),
|
394 |
+
array(
|
395 |
+
'key' => 'premium-iconbox',
|
396 |
+
'name' => 'premium-addon-icon-box',
|
397 |
+
'title' => __( 'Icon Box', 'premium-addons-for-elementor' ),
|
398 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/icon-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
399 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/icon-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
400 |
+
'is_pro' => true,
|
401 |
+
'icon' => 'pa-pro-icon-box',
|
402 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/icon-box-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
403 |
+
),
|
404 |
+
array(
|
405 |
+
'key' => 'premium-ihover',
|
406 |
+
'name' => 'premium-ihover',
|
407 |
+
'title' => __( 'iHover', 'premium-addons-for-elementor' ),
|
408 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ihover-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
409 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-ihover-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
410 |
+
'is_pro' => true,
|
411 |
+
'icon' => 'pa-pro-ihover',
|
412 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ihover-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
413 |
+
),
|
414 |
+
array(
|
415 |
+
'key' => 'premium-unfold',
|
416 |
+
'name' => 'premium-unfold-addon',
|
417 |
+
'title' => __( 'Unfold', 'premium-addons-for-elementor' ),
|
418 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/unfold-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
419 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-unfold-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
420 |
+
'is_pro' => true,
|
421 |
+
'icon' => 'pa-pro-unfold',
|
422 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/unfold-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
423 |
+
),
|
424 |
+
array(
|
425 |
+
'key' => 'premium-icon-list',
|
426 |
+
'name' => 'premium-icon-list',
|
427 |
+
'title' => __( 'Bullet List', 'premium-addons-for-elementor' ),
|
428 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-bullet-list-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
429 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/bullet-list-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
430 |
+
'tutorial' => 'https://www.youtube.com/watch?v=MPeXJiZ14sI',
|
431 |
+
),
|
432 |
+
array(
|
433 |
+
'key' => 'premium-facebook-feed',
|
434 |
+
'name' => 'premium-facebook-feed',
|
435 |
+
'title' => __( 'Facebook Feed', 'premium-addons-for-elementor' ),
|
436 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-facebook-feed-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
437 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/facebook-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
438 |
+
'is_pro' => true,
|
439 |
+
'icon' => 'pa-pro-facebook-feed',
|
440 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-facebook-feed-widget/', 'editor-page', 'wp-editor', 'get-pro' ),
|
441 |
+
),
|
442 |
+
array(
|
443 |
+
'key' => 'premium-twitter-feed',
|
444 |
+
'name' => 'premium-twitter-feed',
|
445 |
+
'title' => __( 'Twitter Feed', 'premium-addons-for-elementor' ),
|
446 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/twitter-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
447 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/twitter-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
448 |
+
'tutorial' => 'https://www.youtube.com/watch?v=wsurRDuR6pg',
|
449 |
+
'is_pro' => true,
|
450 |
+
'icon' => 'pa-pro-twitter-feed',
|
451 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/twitter-feed-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
452 |
+
),
|
453 |
+
array(
|
454 |
+
'key' => 'premium-instagram-feed',
|
455 |
+
'name' => 'premium-addon-instagram-feed',
|
456 |
+
'title' => __( 'Instagram Feed', 'premium-addons-for-elementor' ),
|
457 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/instagram-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
458 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/instagram-feed/', 'settings-page', 'wp-dash', 'dashboard' ),
|
459 |
+
'is_pro' => true,
|
460 |
+
'icon' => 'pa-pro-instagram-feed',
|
461 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/instagram-feed-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
462 |
+
),
|
463 |
+
array(
|
464 |
+
'key' => 'premium-behance',
|
465 |
+
'name' => 'premium-behance-feed',
|
466 |
+
'title' => __( 'Behance Feed', 'premium-addons-for-elementor' ),
|
467 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/behance-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
468 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/behance-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
469 |
+
'tutorial' => 'https://www.youtube.com/watch?v=AXATK3oIXl0',
|
470 |
+
'is_pro' => true,
|
471 |
+
'icon' => 'pa-pro-behance-feed',
|
472 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/behance-feed-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
473 |
+
),
|
474 |
+
array(
|
475 |
+
'key' => 'premium-progressbar',
|
476 |
+
'name' => 'premium-addon-progressbar',
|
477 |
+
'title' => __( 'Progress Bar', 'premium-addons-for-elementor' ),
|
478 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/progress-bar-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
479 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-progress-bar-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
480 |
+
'tutorial' => 'https://www.youtube.com/watch?v=Y7xqwhgDQJg',
|
481 |
+
),
|
482 |
+
array(
|
483 |
+
'key' => 'premium-pricing-table',
|
484 |
+
'name' => 'premium-addon-pricing-table',
|
485 |
+
'title' => __( 'Pricing Table', 'premium-addons-for-elementor' ),
|
486 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/pricing-table-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
487 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/pricing-table-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
488 |
+
),
|
489 |
+
array(
|
490 |
+
'key' => 'premium-charts',
|
491 |
+
'name' => 'premium-chart',
|
492 |
+
'title' => __( 'Charts', 'premium-addons-for-elementor' ),
|
493 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/charts-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
494 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/charts-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
495 |
+
'tutorial' => 'https://www.youtube.com/watch?v=lZZvslQ2UYU',
|
496 |
+
'is_pro' => true,
|
497 |
+
'icon' => 'pa-pro-charts',
|
498 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/charts-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
499 |
+
),
|
500 |
+
array(
|
501 |
+
'key' => 'premium-tables',
|
502 |
+
'name' => 'premium-tables-addon',
|
503 |
+
'title' => __( 'Table', 'premium-addons-for-elementor' ),
|
504 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/table-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
505 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/table-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
506 |
+
'is_pro' => true,
|
507 |
+
'icon' => 'pa-pro-table',
|
508 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/table-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
509 |
+
),
|
510 |
+
array(
|
511 |
+
'key' => 'premium-counter',
|
512 |
+
'name' => 'premium-counter',
|
513 |
+
'title' => __( 'Counter', 'premium-addons-for-elementor' ),
|
514 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/counter-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
515 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/counter-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
516 |
+
),
|
517 |
+
array(
|
518 |
+
'key' => 'premium-contactform',
|
519 |
+
'name' => 'premium-contact-form',
|
520 |
+
'title' => __( 'Contact Form 7', 'premium-addons-for-elementor' ),
|
521 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/contact-form-7-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
522 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/contact-form-7-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
523 |
+
),
|
524 |
+
array(
|
525 |
+
'key' => 'premium-fb-chat',
|
526 |
+
'name' => 'premium-addon-facebook-chat',
|
527 |
+
'title' => __( 'Facebook Messenger Chat', 'premium-addons-for-elementor' ),
|
528 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/facebook-messenger-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
529 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/facebook-messenger/', 'settings-page', 'wp-dash', 'dashboard' ),
|
530 |
+
'is_pro' => true,
|
531 |
+
'icon' => 'pa-pro-messenger-chat',
|
532 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/facebook-messenger-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
533 |
+
),
|
534 |
+
array(
|
535 |
+
'key' => 'premium-whatsapp-chat',
|
536 |
+
'name' => 'premium-whatsapp-chat',
|
537 |
+
'title' => __( 'WhatsApp Chat', 'premium-addons-for-elementor' ),
|
538 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/whatsapp-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
539 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/whatsapp-chat-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
540 |
+
'is_pro' => true,
|
541 |
+
'icon' => 'pa-pro-whatsapp',
|
542 |
+
'action_url' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/whatsapp-widget-for-elementor-page-builder/', 'editor-page', 'wp-editor', 'get-pro' ),
|
543 |
+
),
|
544 |
+
array(
|
545 |
+
'key' => 'woo-products',
|
546 |
+
'title' => __( 'Woo Products', 'premium-addons-for-elementor' ),
|
547 |
+
'name' => 'premium-woo-products',
|
548 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-woocommerce-products/', 'settings-page', 'wp-dash', 'dashboard' ),
|
549 |
+
),
|
550 |
+
),
|
551 |
+
),
|
552 |
+
'cat-2' => array(
|
553 |
+
'icon' => 'content',
|
554 |
+
'title' => __( 'Content Widgets', 'premium-addons-for-elementor' ),
|
555 |
+
'elements' => array(
|
556 |
+
array(
|
557 |
+
'key' => 'premium-carousel',
|
558 |
+
'name' => 'premium-carousel-widget',
|
559 |
+
'title' => __( 'Carousel', 'premium-addons-for-elementor' ),
|
560 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/carousel-widget-for-elementor-page-builder', 'settings-page', 'wp-dash', 'dashboard' ),
|
561 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/carousel/', 'settings-page', 'wp-dash', 'dashboard' ),
|
562 |
+
'tutorial' => 'https://www.youtube.com/watch?v=ZMgprLKvq24',
|
563 |
+
),
|
564 |
+
array(
|
565 |
+
'key' => 'premium-blog',
|
566 |
+
'name' => 'premium-addon-blog',
|
567 |
+
'title' => __( 'Blog', 'premium-addons-for-elementor' ),
|
568 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/blog-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
569 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/blog/', 'settings-page', 'wp-dash', 'dashboard' ),
|
570 |
+
),
|
571 |
+
array(
|
572 |
+
'key' => 'premium-maps',
|
573 |
+
'name' => 'premium-addon-maps',
|
574 |
+
'title' => __( 'Google Maps', 'premium-addons-for-elementor' ),
|
575 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-maps-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
576 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/google-maps/', 'settings-page', 'wp-dash', 'dashboard' ),
|
577 |
+
'tutorial' => 'https://www.youtube.com/watch?v=z4taEeCY77Q',
|
578 |
+
),
|
579 |
+
array(
|
580 |
+
'key' => 'premium-person',
|
581 |
+
'name' => 'premium-addon-person',
|
582 |
+
'title' => __( 'Team Members', 'premium-addons-for-elementor' ),
|
583 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/persons-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
584 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/persons-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
585 |
+
),
|
586 |
+
array(
|
587 |
+
'key' => 'premium-tabs',
|
588 |
+
'name' => 'premium-addon-tabs',
|
589 |
+
'title' => __( 'Tabs', 'premium-addons-for-elementor' ),
|
590 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-tabs-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
591 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/tabs-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
592 |
+
'is_pro' => true,
|
593 |
+
),
|
594 |
+
array(
|
595 |
+
'key' => 'premium-content-toggle',
|
596 |
+
'name' => 'premium-addon-content-toggle',
|
597 |
+
'title' => __( 'Content Switcher', 'premium-addons-for-elementor' ),
|
598 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/content-switcher-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
599 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-content-switcher/', 'settings-page', 'wp-dash', 'dashboard' ),
|
600 |
+
'is_pro' => true,
|
601 |
+
),
|
602 |
+
array(
|
603 |
+
'key' => 'premium-fancytext',
|
604 |
+
'name' => 'premium-addon-fancy-text',
|
605 |
+
'title' => __( 'Fancy Text', 'premium-addons-for-elementor' ),
|
606 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/fancy-text-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
607 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/fancy-text-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
608 |
+
),
|
609 |
+
array(
|
610 |
+
'key' => 'premium-title',
|
611 |
+
'name' => 'premium-addon-title',
|
612 |
+
'title' => __( 'Heading', 'premium-addons-for-elementor' ),
|
613 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/heading-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
614 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/heading-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
615 |
+
),
|
616 |
+
array(
|
617 |
+
'key' => 'premium-dual-header',
|
618 |
+
'name' => 'premium-addon-dual-header',
|
619 |
+
'title' => __( 'Dual Heading', 'premium-addons-for-elementor' ),
|
620 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/dual-header-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
621 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/dual-heading-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
622 |
+
),
|
623 |
+
array(
|
624 |
+
'key' => 'premium-divider',
|
625 |
+
'name' => 'premium-divider',
|
626 |
+
'title' => __( 'Divider', 'premium-addons-for-elementor' ),
|
627 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/divider-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
628 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/divider-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
629 |
+
'is_pro' => true,
|
630 |
+
),
|
631 |
+
),
|
632 |
+
),
|
633 |
+
'cat-3' => array(
|
634 |
+
'icon' => 'images',
|
635 |
+
'title' => __( 'Image & Video Widgets', 'premium-addons-for-elementor' ),
|
636 |
+
'elements' => array(
|
637 |
+
array(
|
638 |
+
'key' => 'premium-grid',
|
639 |
+
'name' => 'premium-img-gallery',
|
640 |
+
'title' => __( 'Media Grid', 'premium-addons-for-elementor' ),
|
641 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/grid-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
642 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/grid-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
643 |
+
),
|
644 |
+
array(
|
645 |
+
'key' => 'premium-image-scroll',
|
646 |
+
'name' => 'premium-image-scroll',
|
647 |
+
'title' => __( 'Image Scroll', 'premium-addons-for-elementor' ),
|
648 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-scroll-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
649 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
650 |
+
),
|
651 |
+
array(
|
652 |
+
'key' => 'premium-image-separator',
|
653 |
+
'name' => 'premium-addon-image-separator',
|
654 |
+
'title' => __( 'Image Separator', 'premium-addons-for-elementor' ),
|
655 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-separator-widget-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
656 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-separator-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
657 |
+
),
|
658 |
+
array(
|
659 |
+
'key' => 'premium-image-comparison',
|
660 |
+
'name' => 'premium-addon-image-comparison',
|
661 |
+
'title' => __( 'Image Comparison', 'premium-addons-for-elementor' ),
|
662 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-comparison-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
663 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-image-comparison-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
664 |
+
'is_pro' => true,
|
665 |
+
),
|
666 |
+
array(
|
667 |
+
'key' => 'premium-image-hotspots',
|
668 |
+
'name' => 'premium-addon-image-hotspots',
|
669 |
+
'title' => __( 'Image Hotspots', 'premium-addons-for-elementor' ),
|
670 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-hotspots-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
671 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-hotspots-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
672 |
+
'is_pro' => true,
|
673 |
+
),
|
674 |
+
array(
|
675 |
+
'key' => 'premium-img-layers',
|
676 |
+
'name' => 'premium-img-layers-addon',
|
677 |
+
'title' => __( 'Image Layers', 'premium-addons-for-elementor' ),
|
678 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-layers-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
679 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/image-layers/', 'settings-page', 'wp-dash', 'dashboard' ),
|
680 |
+
'tutorial' => 'https://www.youtube.com/watch?v=D3INxWw_jKI',
|
681 |
+
'is_pro' => true,
|
682 |
+
),
|
683 |
+
array(
|
684 |
+
'key' => 'premium-image-accordion',
|
685 |
+
'name' => 'premium-image-accordion',
|
686 |
+
'title' => __( 'Image Accordion', 'premium-addons-for-elementor' ),
|
687 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-accordion-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
688 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-accordion-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
689 |
+
'is_pro' => true,
|
690 |
+
),
|
691 |
+
array(
|
692 |
+
'key' => 'premium-videobox',
|
693 |
+
'name' => 'premium-addon-video-box',
|
694 |
+
'title' => __( 'Video Box', 'premium-addons-for-elementor' ),
|
695 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/video-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
696 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/video-box/', 'settings-page', 'wp-dash', 'dashboard' ),
|
697 |
+
),
|
698 |
+
),
|
699 |
+
),
|
700 |
+
'cat-4' => array(
|
701 |
+
'icon' => 'section',
|
702 |
+
'title' => __( 'Section Addons & Widgets', 'premium-addons-for-elementor' ),
|
703 |
+
'elements' => array(
|
704 |
+
array(
|
705 |
+
'key' => 'premium-hscroll',
|
706 |
+
'name' => 'premium-hscroll',
|
707 |
+
'title' => __( 'Horizontal Scroll', 'premium-addons-for-elementor' ),
|
708 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-horizontal-scroll-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
709 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/horizontal-scroll/', 'settings-page', 'wp-dash', 'dashboard' ),
|
710 |
+
'tutorial' => 'https://www.youtube.com/watch?v=4HqT_3s-ZXg',
|
711 |
+
'is_pro' => true,
|
712 |
+
),
|
713 |
+
array(
|
714 |
+
'key' => 'premium-vscroll',
|
715 |
+
'name' => 'premium-vscroll',
|
716 |
+
'title' => __( 'Vertical Scroll', 'premium-addons-for-elementor' ),
|
717 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/vertical-scroll-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
718 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/vertical-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
719 |
+
'tutorial' => 'https://www.youtube.com/watch?v=MuLaIn1QXfQ',
|
720 |
+
),
|
721 |
+
array(
|
722 |
+
'key' => 'premium-color-transition',
|
723 |
+
'name' => 'premium-color-transition',
|
724 |
+
'title' => __( 'Background Transition', 'premium-addons-for-elementor' ),
|
725 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-background-transition-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
726 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/background-transition-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
727 |
+
'is_pro' => true,
|
728 |
+
),
|
729 |
+
array(
|
730 |
+
'key' => 'premium-multi-scroll',
|
731 |
+
'name' => 'premium-multi-scroll',
|
732 |
+
'title' => __( 'Multi Scroll', 'premium-addons-for-elementor' ),
|
733 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/multi-scroll-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
734 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/multi-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
735 |
+
'tutorial' => 'https://www.youtube.com/watch?v=IzYnD6oDYXw',
|
736 |
+
'is_pro' => true,
|
737 |
+
),
|
738 |
+
array(
|
739 |
+
'key' => 'premium-lottie',
|
740 |
+
'title' => __( 'Lottie Animations', 'premium-addons-for-elementor' ),
|
741 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-lottie-animations-section-addon/', 'settings-page', 'wp-dash', 'dashboard' ),
|
742 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/lottie-background/', 'settings-page', 'wp-dash', 'dashboard' ),
|
743 |
+
'tutorial' => 'https://www.youtube.com/watch?v=KVrenWNEdkY',
|
744 |
+
'is_pro' => true,
|
745 |
+
'is_global' => true,
|
746 |
+
),
|
747 |
+
array(
|
748 |
+
'key' => 'premium-parallax',
|
749 |
+
'title' => __( 'Parallax', 'premium-addons-for-elementor' ),
|
750 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/parallax-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
751 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/parallax-section-addon-tutorial-2/', 'settings-page', 'wp-dash', 'dashboard' ),
|
752 |
+
'tutorial' => 'https://www.youtube.com/watch?v=hkMNjxLoZ2w',
|
753 |
+
'is_pro' => true,
|
754 |
+
'is_global' => true,
|
755 |
+
),
|
756 |
+
array(
|
757 |
+
'key' => 'premium-particles',
|
758 |
+
'title' => __( 'Particles', 'premium-addons-for-elementor' ),
|
759 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/particles-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
760 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/particles/', 'settings-page', 'wp-dash', 'dashboard' ),
|
761 |
+
'tutorial' => 'https://www.youtube.com/watch?v=bPmWKv4VWrI',
|
762 |
+
'is_pro' => true,
|
763 |
+
'is_global' => true,
|
764 |
+
),
|
765 |
+
array(
|
766 |
+
'key' => 'premium-gradient',
|
767 |
+
'title' => __( 'Animated Gradient', 'premium-addons-for-elementor' ),
|
768 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/animated-section-gradients-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
769 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/animated-gradient-section-addon-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
770 |
+
'tutorial' => 'https://www.youtube.com/watch?v=IL4USvwR6K4',
|
771 |
+
'is_pro' => true,
|
772 |
+
'is_global' => true,
|
773 |
+
),
|
774 |
+
array(
|
775 |
+
'key' => 'premium-kenburns',
|
776 |
+
'title' => __( 'Animated Ken Burns', 'premium-addons-for-elementor' ),
|
777 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ken-burns-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
778 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/ken-burns-section-addon-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
779 |
+
'tutorial' => 'https://www.youtube.com/watch?v=DUNFjWphZfs',
|
780 |
+
'is_pro' => true,
|
781 |
+
'is_global' => true,
|
782 |
+
),
|
783 |
+
array(
|
784 |
+
'key' => 'premium-blob',
|
785 |
+
'title' => __( 'Blob Generator', 'premium-addons-for-elementor' ),
|
786 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-animated-blob-generator/', 'settings-page', 'wp-dash', 'dashboard' ),
|
787 |
+
'is_pro' => true,
|
788 |
+
'is_global' => true,
|
789 |
+
),
|
790 |
+
),
|
791 |
+
),
|
792 |
+
'cat-5' => array(
|
793 |
+
'icon' => 'off-grid',
|
794 |
+
'title' => __( 'Off-Grid Widgets', 'premium-addons-for-elementor' ),
|
795 |
+
'elements' => array(
|
796 |
+
array(
|
797 |
+
'key' => 'premium-modalbox',
|
798 |
+
'name' => 'premium-addon-modal-box',
|
799 |
+
'title' => __( 'Modal Box', 'premium-addons-for-elementor' ),
|
800 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/modal-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
801 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/modal-box/', 'settings-page', 'wp-dash', 'dashboard' ),
|
802 |
+
'tutorial' => 'https://www.youtube.com/watch?v=3lLxSyf2nyk',
|
803 |
+
),
|
804 |
+
array(
|
805 |
+
'key' => 'premium-notbar',
|
806 |
+
'name' => 'premium-notbar',
|
807 |
+
'title' => __( 'Alert Box', 'premium-addons-for-elementor' ),
|
808 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/alert-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
809 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/alert-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
810 |
+
'is_pro' => true,
|
811 |
+
),
|
812 |
+
array(
|
813 |
+
'key' => 'premium-magic-section',
|
814 |
+
'name' => 'premium-addon-magic-section',
|
815 |
+
'title' => __( 'Magic Section', 'premium-addons-for-elementor' ),
|
816 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/magic-section-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
817 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/magic-section-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
818 |
+
'is_pro' => true,
|
819 |
+
),
|
820 |
+
array(
|
821 |
+
'key' => 'premium-prev-img',
|
822 |
+
'name' => 'premium-addon-preview-image',
|
823 |
+
'title' => __( 'Preview Window', 'premium-addons-for-elementor' ),
|
824 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/preview-window-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
825 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/preview-window-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
826 |
+
'tutorial' => 'https://www.youtube.com/watch?v=EmptjFjrc4E',
|
827 |
+
'is_pro' => true,
|
828 |
+
),
|
829 |
+
),
|
830 |
+
),
|
831 |
+
'cat-6' => array(
|
832 |
+
'icon' => 'social',
|
833 |
+
'title' => __( 'Reviews & Testimonials Widgets', 'premium-addons-for-elementor' ),
|
834 |
+
'elements' => array(
|
835 |
+
array(
|
836 |
+
'key' => 'premium-testimonials',
|
837 |
+
'name' => 'premium-addon-testimonials',
|
838 |
+
'title' => __( 'Testimonials', 'premium-addons-for-elementor' ),
|
839 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/testimonials-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
840 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/testimonials-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
841 |
+
),
|
842 |
+
array(
|
843 |
+
'key' => 'premium-facebook-reviews',
|
844 |
+
'name' => 'premium-facebook-reviews',
|
845 |
+
'title' => __( 'Facebook Reviews', 'premium-addons-for-elementor' ),
|
846 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/facebook-reviews-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
847 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/facebook-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
|
848 |
+
'tutorial' => 'https://www.youtube.com/watch?v=zl-OFo3IFd8',
|
849 |
+
'is_pro' => true,
|
850 |
+
),
|
851 |
+
array(
|
852 |
+
'key' => 'premium-google-reviews',
|
853 |
+
'name' => 'premium-google-reviews',
|
854 |
+
'title' => __( 'Google Reviews', 'premium-addons-for-elementor' ),
|
855 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-reviews-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
856 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/google-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
|
857 |
+
'tutorial' => 'https://www.youtube.com/watch?v=Z0EeGyD34Zk',
|
858 |
+
'is_pro' => true,
|
859 |
+
),
|
860 |
+
array(
|
861 |
+
'key' => 'premium-yelp-reviews',
|
862 |
+
'name' => 'premium-yelp-reviews',
|
863 |
+
'title' => __( 'Yelp Reviews', 'premium-addons-for-elementor' ),
|
864 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-yelp-reviews-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
865 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/yelp-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
|
866 |
+
'tutorial' => 'https://www.youtube.com/watch?v=5T-MveVFvns',
|
867 |
+
'is_pro' => true,
|
868 |
+
),
|
869 |
+
array(
|
870 |
+
'key' => 'premium-trustpilot-reviews',
|
871 |
+
'name' => 'premium-trustpilot-reviews',
|
872 |
+
'title' => __( 'Trustpilot Reviews', 'premium-addons-for-elementor' ),
|
873 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-trustpilot-reviews-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
874 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-trustpilot-reviews-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
875 |
+
'is_pro' => true,
|
876 |
+
'is_new' => true,
|
877 |
+
),
|
878 |
+
),
|
879 |
+
),
|
880 |
+
'cat-7' => array(
|
881 |
+
'icon' => 'blurbs',
|
882 |
+
'title' => __( 'Blurbs & CTA Widgets', 'premium-addons-for-elementor' ),
|
883 |
+
'elements' => array(
|
884 |
+
array(
|
885 |
+
'key' => 'premium-countdown',
|
886 |
+
'name' => 'premium-countdown-timer',
|
887 |
+
'title' => __( 'Countdown', 'premium-addons-for-elementor' ),
|
888 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/countdown-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
889 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/countdown-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
890 |
+
),
|
891 |
+
array(
|
892 |
+
'key' => 'premium-banner',
|
893 |
+
'name' => 'premium-addon-banner',
|
894 |
+
'title' => __( 'Banner', 'premium-addons-for-elementor' ),
|
895 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/banner-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
896 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-banner-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
897 |
+
),
|
898 |
+
array(
|
899 |
+
'key' => 'premium-button',
|
900 |
+
'name' => 'premium-addon-button',
|
901 |
+
'title' => __( 'Button', 'premium-addons-for-elementor' ),
|
902 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/button-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
903 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/button/', 'settings-page', 'wp-dash', 'dashboard' ),
|
904 |
+
'tutorial' => 'https://www.youtube.com/watch?v=w4NuCUkCIV4',
|
905 |
+
),
|
906 |
+
array(
|
907 |
+
'key' => 'premium-image-button',
|
908 |
+
'title' => __( 'Image Button', 'premium-addons-for-elementor' ),
|
909 |
+
'name' => 'premium-addon-image-button',
|
910 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-button-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
911 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/image-button/', 'settings-page', 'wp-dash', 'dashboard' ),
|
912 |
+
),
|
913 |
+
array(
|
914 |
+
'key' => 'premium-flipbox',
|
915 |
+
'name' => 'premium-addon-flip-box',
|
916 |
+
'title' => __( '3D Hover Box', 'premium-addons-for-elementor' ),
|
917 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/3d-hover-box-flip-box-widget-for-elementor/', 'settings-page', 'wp-dash', 'dashboard' ),
|
918 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/flip-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
919 |
+
'is_pro' => true,
|
920 |
+
),
|
921 |
+
array(
|
922 |
+
'key' => 'premium-iconbox',
|
923 |
+
'name' => 'premium-addon-icon-box',
|
924 |
+
'title' => __( 'Icon Box', 'premium-addons-for-elementor' ),
|
925 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/icon-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
926 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/icon-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
927 |
+
'is_pro' => true,
|
928 |
+
),
|
929 |
+
array(
|
930 |
+
'key' => 'premium-ihover',
|
931 |
+
'name' => 'premium-ihover',
|
932 |
+
'title' => __( 'iHover', 'premium-addons-for-elementor' ),
|
933 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ihover-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
934 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-ihover-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
935 |
+
'is_pro' => true,
|
936 |
+
),
|
937 |
+
array(
|
938 |
+
'key' => 'premium-unfold',
|
939 |
+
'name' => 'premium-unfold-addon',
|
940 |
+
'title' => __( 'Unfold', 'premium-addons-for-elementor' ),
|
941 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/unfold-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
942 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-unfold-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
943 |
+
'is_pro' => true,
|
944 |
+
),
|
945 |
+
array(
|
946 |
+
'key' => 'premium-icon-list',
|
947 |
+
'name' => 'premium-icon-list',
|
948 |
+
'title' => __( 'Bullet List', 'premium-addons-for-elementor' ),
|
949 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-bullet-list-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
950 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/bullet-list-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
951 |
+
'tutorial' => 'https://www.youtube.com/watch?v=MPeXJiZ14sI',
|
952 |
+
),
|
953 |
+
),
|
954 |
+
),
|
955 |
+
'cat-8' => array(
|
956 |
+
'icon' => 'feed',
|
957 |
+
'title' => __( 'Social Feed Widgets', 'premium-addons-for-elementor' ),
|
958 |
+
'elements' => array(
|
959 |
+
array(
|
960 |
+
'key' => 'premium-facebook-feed',
|
961 |
+
'name' => 'premium-facebook-feed',
|
962 |
+
'title' => __( 'Facebook Feed', 'premium-addons-for-elementor' ),
|
963 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-facebook-feed-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
964 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/facebook-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
965 |
+
'is_pro' => true,
|
966 |
+
),
|
967 |
+
array(
|
968 |
+
'key' => 'premium-twitter-feed',
|
969 |
+
'name' => 'premium-twitter-feed',
|
970 |
+
'title' => __( 'Twitter Feed', 'premium-addons-for-elementor' ),
|
971 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/twitter-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
972 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/twitter-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
973 |
+
'tutorial' => 'https://www.youtube.com/watch?v=wsurRDuR6pg',
|
974 |
+
'is_pro' => true,
|
975 |
+
),
|
976 |
+
array(
|
977 |
+
'key' => 'premium-instagram-feed',
|
978 |
+
'name' => 'premium-addon-instagram-feed',
|
979 |
+
'title' => __( 'Instagram Feed', 'premium-addons-for-elementor' ),
|
980 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/instagram-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
981 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/instagram-feed/', 'settings-page', 'wp-dash', 'dashboard' ),
|
982 |
+
'is_pro' => true,
|
983 |
+
),
|
984 |
+
array(
|
985 |
+
'key' => 'premium-behance',
|
986 |
+
'name' => 'premium-behance-feed',
|
987 |
+
'title' => __( 'Behance Feed', 'premium-addons-for-elementor' ),
|
988 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/behance-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
989 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/behance-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
990 |
+
'tutorial' => 'https://www.youtube.com/watch?v=AXATK3oIXl0',
|
991 |
+
'is_pro' => true,
|
992 |
+
),
|
993 |
+
),
|
994 |
+
),
|
995 |
+
'cat-9' => array(
|
996 |
+
'icon' => 'data',
|
997 |
+
'title' => __( 'Tables, Charts & Anything Data Widgets', 'premium-addons-for-elementor' ),
|
998 |
+
'elements' => array(
|
999 |
+
array(
|
1000 |
+
'key' => 'premium-progressbar',
|
1001 |
+
'name' => 'premium-addon-progressbar',
|
1002 |
+
'title' => __( 'Progress Bar', 'premium-addons-for-elementor' ),
|
1003 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/progress-bar-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1004 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-progress-bar-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1005 |
+
'tutorial' => 'https://www.youtube.com/watch?v=Y7xqwhgDQJg',
|
1006 |
+
),
|
1007 |
+
array(
|
1008 |
+
'key' => 'premium-pricing-table',
|
1009 |
+
'name' => 'premium-addon-pricing-table',
|
1010 |
+
'title' => __( 'Pricing Table', 'premium-addons-for-elementor' ),
|
1011 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/pricing-table-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1012 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/pricing-table-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1013 |
+
),
|
1014 |
+
array(
|
1015 |
+
'key' => 'premium-charts',
|
1016 |
+
'name' => 'premium-chart',
|
1017 |
+
'title' => __( 'Charts', 'premium-addons-for-elementor' ),
|
1018 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/charts-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1019 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/charts-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1020 |
+
'tutorial' => 'https://www.youtube.com/watch?v=lZZvslQ2UYU',
|
1021 |
+
'is_pro' => true,
|
1022 |
+
),
|
1023 |
+
array(
|
1024 |
+
'key' => 'premium-tables',
|
1025 |
+
'name' => 'premium-tables-addon',
|
1026 |
+
'title' => __( 'Table', 'premium-addons-for-elementor' ),
|
1027 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/table-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1028 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/table-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1029 |
+
'is_pro' => true,
|
1030 |
+
),
|
1031 |
+
array(
|
1032 |
+
'key' => 'premium-counter',
|
1033 |
+
'name' => 'premium-counter',
|
1034 |
+
'title' => __( 'Counter', 'premium-addons-for-elementor' ),
|
1035 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/counter-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1036 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/counter-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1037 |
+
),
|
1038 |
+
),
|
1039 |
+
),
|
1040 |
+
'cat-10' => array(
|
1041 |
+
'icon' => 'contact',
|
1042 |
+
'title' => __( 'Contact Widgets', 'premium-addons-for-elementor' ),
|
1043 |
+
'elements' => array(
|
1044 |
+
array(
|
1045 |
+
'key' => 'premium-contactform',
|
1046 |
+
'name' => 'premium-contact-form',
|
1047 |
+
'title' => __( 'Contact Form 7', 'premium-addons-for-elementor' ),
|
1048 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/contact-form-7-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1049 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/contact-form-7-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1050 |
+
),
|
1051 |
+
array(
|
1052 |
+
'key' => 'premium-fb-chat',
|
1053 |
+
'name' => 'premium-addon-facebook-chat',
|
1054 |
+
'title' => __( 'Facebook Messenger Chat', 'premium-addons-for-elementor' ),
|
1055 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/facebook-messenger-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1056 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/facebook-messenger/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1057 |
+
'is_pro' => true,
|
1058 |
+
),
|
1059 |
+
array(
|
1060 |
+
'key' => 'premium-whatsapp-chat',
|
1061 |
+
'name' => 'premium-whatsapp-chat',
|
1062 |
+
'title' => __( 'WhatsApp Chat', 'premium-addons-for-elementor' ),
|
1063 |
+
'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/whatsapp-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1064 |
+
'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/whatsapp-chat-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
|
1065 |
+
'is_pro' => true,
|
1066 |
+
),
|
1067 |
+
),
|
1068 |
+
),
|
1069 |
+
'cat-11' => array(
|
1070 |
+
'icon' => 'extensions',
|
1071 |
+
'elements' => array(
|
1072 |
+
array(
|
1073 |
+
'key' => 'premium-templates',
|
1074 |
+
),
|
1075 |
+
array(
|
1076 |
+
'key' => 'premium-equal-height',
|
1077 |
+
),
|
1078 |
+
array(
|
1079 |
+
'key' => 'pa-display-conditions',
|
1080 |
+
),
|
1081 |
+
array(
|
1082 |
+
'key' => 'premium-floating-effects',
|
1083 |
+
),
|
1084 |
+
array(
|
1085 |
+
'key' => 'premium-cross-domain',
|
1086 |
+
),
|
1087 |
+
array(
|
1088 |
+
'key' => 'premium-duplicator',
|
1089 |
+
),
|
1090 |
+
),
|
1091 |
+
),
|
1092 |
+
);
|
1093 |
+
|
1094 |
+
return $elements;
|
admin/includes/templates/white-label.php
CHANGED
@@ -1,173 +1,173 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
4 |
-
exit;
|
5 |
-
}
|
6 |
-
|
7 |
-
use PremiumAddons\Includes\Helper_Functions;
|
8 |
-
|
9 |
-
// Premium Addons Pro Classes
|
10 |
-
use PremiumAddonsPro\Includes\White_Label\Helper;
|
11 |
-
|
12 |
-
// Get settings
|
13 |
-
$class = 'premium-white-label-form';
|
14 |
-
if ( Helper_Functions::check_papro_version() ) {
|
15 |
-
|
16 |
-
$settings = Helper::get_white_labeling_settings();
|
17 |
-
|
18 |
-
} else {
|
19 |
-
$class .= ' pro-inactive';
|
20 |
-
|
21 |
-
$settings = array(
|
22 |
-
'premium-wht-lbl-name' => '',
|
23 |
-
'premium-wht-lbl-url' => '',
|
24 |
-
'premium-wht-lbl-plugin-name' => '',
|
25 |
-
'premium-wht-lbl-short-name' => '',
|
26 |
-
'premium-wht-lbl-desc' => '',
|
27 |
-
'premium-wht-lbl-row' => '',
|
28 |
-
'premium-wht-lbl-name-pro' => '',
|
29 |
-
'premium-wht-lbl-url-pro' => '',
|
30 |
-
'premium-wht-lbl-plugin-name-pro' => '',
|
31 |
-
'premium-wht-lbl-desc-pro' => '',
|
32 |
-
'premium-wht-lbl-changelog' => '',
|
33 |
-
'premium-wht-lbl-option' => '',
|
34 |
-
'premium-wht-lbl-rate' => '',
|
35 |
-
'premium-wht-lbl-about' => '',
|
36 |
-
'premium-wht-lbl-license' => '',
|
37 |
-
'premium-wht-lbl-logo' => '',
|
38 |
-
'premium-wht-lbl-version' => '',
|
39 |
-
'premium-wht-lbl-prefix' => '',
|
40 |
-
'premium-wht-lbl-badge' => '',
|
41 |
-
);
|
42 |
-
}
|
43 |
-
|
44 |
-
if ( ! Helper_Functions::check_papro_version() ) {
|
45 |
-
|
46 |
-
$campaign = Helper_Functions::get_campaign_link( 'https://premiumaddons.com/pro/', 'whitelabel-page', 'wp-dash', 'dashboard' );
|
47 |
-
|
48 |
?>
|
49 |
<div class="pa-white-label-notice">
|
50 |
<div class="pa-white-label-notice-content">
|
51 |
<div class="pa-white-label-notice-logo">
|
52 |
-
<img src="<?php echo PREMIUM_ADDONS_URL . 'admin/images/pa-logo-symbol.png'; ?>" alt="Premium Addons White Labeling Notice">
|
53 |
</div>
|
54 |
-
<h2><?php _e( 'Get Premium Addons <span>Pro</span> to Enable White Labeling Options', 'premium-addons-for-elementor' ); ?></h2>
|
55 |
-
<p><?php _e( 'Premium Addons can be completely re-branded with your own brand name and author details. Your clients will never know what tools you are using to build their website and will think that this is your own tool set. White-labeling works as long as your license is active.', 'premium-addons-for-elementor' ); ?></p>
|
56 |
-
<a class="pa-btn pa-get-pro" href="<?php echo esc_attr( $campaign ); ?>" target="_blank"><?php _e( 'Get PRO', 'premium-addons-for-elementor' ); ?></a>
|
57 |
</div>
|
58 |
</div>
|
59 |
<?php
|
60 |
-
}
|
61 |
-
|
62 |
-
?>
|
63 |
-
|
64 |
-
<div class="pa-section-content">
|
65 |
-
<div class="row">
|
66 |
-
<div class="col-full">
|
67 |
-
<form action="" method="POST" id="pa-white-label" class="<?php echo esc_attr( $class ); ?>" name="pa-white-label-settings">
|
68 |
<div id="pa-white-label" class="pa-settings-tab pa-wht-lbl-settings">
|
69 |
<div class="pa-row">
|
70 |
<div class="pa-wht-lbl-settings-wrap">
|
71 |
-
<h3 class="pa-wht-lbl-title pa-wht-lbl-head"><?php echo __( 'Free Version', 'premium-addons-for-elementor' ); ?></h3>
|
72 |
<div class="pa-wht-lbl-group-wrap">
|
73 |
<!-- Author Name -->
|
74 |
-
<label for="premium-wht-lbl-name" class="pa-input-label"><?php echo __( 'Author Name', 'premium-addons-for-elementor' ); ?></label>
|
75 |
-
<input name="premium-wht-lbl-name" id="premium-wht-lbl-name" type="text" placeholder="Leap13" value="<?php echo esc_attr( $settings['premium-wht-lbl-name'] ); ?>">
|
76 |
<!-- Author URL -->
|
77 |
-
<label for="premium-wht-lbl-url" class="pa-input-label"><?php echo __( 'Author URL', 'premium-addons-for-elementor' ); ?></label>
|
78 |
-
<input name="premium-wht-lbl-url" id="premium-wht-lbl-url" type="text" placeholder="https://premiumaddons.com" value="<?php echo esc_attr( $settings['premium-wht-lbl-url'] ); ?>">
|
79 |
<!-- Plugin Name -->
|
80 |
-
<label for="premium-wht-lbl-plugin-name" class="pa-input-label"><?php echo __( 'Plugin Name', 'premium-addons-for-elementor' ); ?></label>
|
81 |
-
<input name="premium-wht-lbl-plugin-name" id="premium-wht-lbl-plugin-name" type="text" placeholder="Premium Addons for Elementor" value="<?php echo esc_attr( $settings['premium-wht-lbl-plugin-name'] ); ?>">
|
82 |
-
|
83 |
<!-- Plugin Description -->
|
84 |
-
<label for="premium-wht-lbl-desc" class="pa-input-label"><?php echo __( 'Plugin Description', 'premium-addons-for-elementor' ); ?></label>
|
85 |
-
<input name="premium-wht-lbl-desc" id="premium-wht-lbl-desc" type="text" placeholder="Premium Addons for Elementor plugin includes widgets and addons.." value="<?php echo esc_attr( $settings['premium-wht-lbl-desc'] ); ?>">
|
86 |
-
|
87 |
-
<p class="pa-input-label"><?php echo __( 'Hide Plugin Row Meta Links', 'premium-addons-for-elementor' ); ?></p>
|
88 |
-
<input name="premium-wht-lbl-row" id="premium-wht-lbl-row" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-row'], true ); ?>>
|
89 |
<label for="premium-wht-lbl-row"></label>
|
90 |
-
<span><?php echo __( 'This will hide Docs, FAQs, and Video Tutorials links located on the plugins page.', 'premium-addons-for-elementor' ); ?></span>
|
91 |
</div>
|
92 |
</div>
|
93 |
|
94 |
<div class="pa-wht-lbl-settings-wrap">
|
95 |
-
<h3 class="pa-wht-lbl-title pa-wht-lbl-head"><?php echo __( 'PRO Version', 'premium-addons-for-elementor' ); ?></h3>
|
96 |
<div class="pa-wht-lbl-group-wrap">
|
97 |
-
|
98 |
-
<label for="premium-wht-lbl-name-pro" class="pa-input-label"><?php echo __( 'Author Name', 'premium-addons-for-elementor' ); ?></label>
|
99 |
-
<input name="premium-wht-lbl-name-pro" id="premium-wht-lbl-name-pro" type="text" placeholder="Leap13" value="<?php echo esc_attr( $settings['premium-wht-lbl-name-pro'] ); ?>">
|
100 |
|
101 |
-
<label for="premium-wht-lbl-url-pro" class="pa-input-label"><?php echo __( 'Author URL', 'premium-addons-for-elementor' ); ?></label>
|
102 |
-
<input name="premium-wht-lbl-url-pro" id="premium-wht-lbl-url-pro" type="text" placeholder="https://premiumaddons.com" value="<?php echo esc_attr( $settings['premium-wht-lbl-url-pro'] ); ?>">
|
103 |
-
|
104 |
-
<label for="premium-wht-lbl-plugin-name-pro" class="pa-input-label"><?php echo __( 'Plugin Name', 'premium-addons-for-elementor' ); ?></label>
|
105 |
-
<input name="premium-wht-lbl-plugin-name-pro" id="premium-wht-lbl-plugin-name-pro" type="text" placeholder="Premium Addons PRO for Elementor" value="<?php echo esc_attr( $settings['premium-wht-lbl-plugin-name-pro'] ); ?>">
|
106 |
-
|
107 |
-
<label for="premium-wht-lbl-desc-rpo" class="pa-input-label"><?php echo __( 'Plugin Description', 'premium-addons-for-elementor' ); ?></label>
|
108 |
-
<input name="premium-wht-lbl-desc-pro" id="premium-wht-lbl-desc-pro" type="text" placeholder="Premium Addons PRO Plugin Includes 33+ premium widgets & addons..." value="<?php echo esc_attr( $settings['premium-wht-lbl-desc-pro'] ); ?>">
|
109 |
-
|
110 |
-
<p class="pa-input-label"><?php echo __( 'Hide Plugin Changelog Link', 'premium-addons-for-elementor' ); ?></p>
|
111 |
-
<input name="premium-wht-lbl-changelog" id="premium-wht-lbl-changelog" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-changelog'], true ); ?>>
|
112 |
<label for="premium-wht-lbl-changelog"></label>
|
113 |
-
<span><?php echo __( 'This will hide the Changelog link located on the plugins page.', 'premium-addons-for-elementor' ); ?></span>
|
114 |
|
115 |
</div>
|
116 |
</div>
|
117 |
<div class="pa-wht-lbl-settings-wrap">
|
118 |
-
<h3 class="pa-wht-lbl-title pa-wht-lbl-head"><?php echo __( 'General Options', 'premium-addons-for-elementor' ); ?></h3>
|
119 |
<div class="pa-wht-lbl-group-wrap">
|
120 |
<!-- Widgets Category Name -->
|
121 |
-
<label for="premium-wht-lbl-short-name" class="pa-input-label"><?php echo __( 'Widgets Category Name', 'premium-addons-for-elementor' ); ?></label>
|
122 |
-
<input name="premium-wht-lbl-short-name" id="premium-wht-lbl-short-name" type="text" placeholder="Premium Addons" value="<?php echo esc_attr( $settings['premium-wht-lbl-short-name'] ); ?>">
|
123 |
<!-- Widgets Prefix -->
|
124 |
-
<label for="premium-wht-lbl-prefix" class="pa-input-label"><?php echo __( 'Widgets Prefix', 'premium-addons-for-elementor' ); ?></label>
|
125 |
-
<input name="premium-wht-lbl-prefix" id="premium-wht-lbl-prefix" type="text" placeholder="Premium" value="<?php echo esc_attr( $settings['premium-wht-lbl-prefix'] ); ?>">
|
126 |
<!-- Widgets Badge -->
|
127 |
-
<label for="premium-wht-lbl-badge" class="pa-input-label"><?php echo __( 'Widgets Badge', 'premium-addons-for-elementor' ); ?></label>
|
128 |
-
<input name="premium-wht-lbl-badge" id="premium-wht-lbl-badge" type="text" placeholder="PA" value="<?php echo esc_attr( $settings['premium-wht-lbl-badge'] ); ?>">
|
129 |
</div>
|
130 |
</div>
|
131 |
</div>
|
132 |
-
|
133 |
<div class="pa-wht-lbl-admin">
|
134 |
<div class="pa-wht-lbl-settings-wrap">
|
135 |
-
<h3 class="pa-wht-lbl-title pa-wht-lbl-head"><?php echo __( 'Admin Settings', 'premium-addons-for-elementor' ); ?></h3>
|
136 |
<div class="pa-wht-lbl-group-wrap">
|
137 |
<!-- Hide General Tab-->
|
138 |
-
<p class="pa-input-label"><?php echo __( 'General Tab', 'premium-addons-for-elementor' ); ?></p>
|
139 |
-
<input name="premium-wht-lbl-about" id="premium-wht-lbl-about" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-about'], true ); ?>>
|
140 |
<label for="premium-wht-lbl-about"></label>
|
141 |
-
<span><?php echo __( 'This will hide the General tab', 'premium-addons-for-elementor' ); ?></span>
|
142 |
|
143 |
<!-- Hide Version Control Tab-->
|
144 |
-
<p class="pa-input-label"><?php echo __( 'Version Control Tab', 'premium-addons-for-elementor' ); ?></p>
|
145 |
-
<input name="premium-wht-lbl-version" id="premium-wht-lbl-version" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-version'], true ); ?>>
|
146 |
<label for="premium-wht-lbl-version"></label>
|
147 |
-
<span><?php echo __( 'This will hide the Version Control tab.', 'premium-addons-for-elementor' ); ?></span>
|
148 |
-
|
149 |
<!-- Hide Logo-->
|
150 |
-
<p class="pa-input-label"><?php echo __( 'Hide Premium Addons Logo', 'premium-addons-for-elementor' ); ?></p>
|
151 |
-
<input name="premium-wht-lbl-logo" id="premium-wht-lbl-logo" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-logo'], true ); ?>>
|
152 |
<label for="premium-wht-lbl-logo"></label>
|
153 |
-
<span><?php echo __( 'This will hide Premium Addons logo located on the dashboard.', 'premium-addons-for-elementor' ); ?></span>
|
154 |
-
|
155 |
<!-- Hide License Tab-->
|
156 |
-
<p class="pa-input-label"><?php echo __( 'License Tab', 'premium-addons-for-elementor' ); ?></p>
|
157 |
-
<input name="premium-wht-lbl-license" id="premium-wht-lbl-license" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-license'], true ); ?>>
|
158 |
<label for="premium-wht-lbl-license"></label>
|
159 |
-
<span><?php echo __( 'This will hide the License tab.', 'premium-addons-for-elementor' ); ?></span>
|
160 |
-
|
161 |
<!-- Hide White Labeling Tab-->
|
162 |
|
163 |
-
<p class="pa-input-label"><?php echo __( 'White Labeling Tab', 'premium-addons-for-elementor' ); ?></p>
|
164 |
-
<input name="premium-wht-lbl-option" id="premium-wht-lbl-option" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-option'], true ); ?>>
|
165 |
<label for="premium-wht-lbl-option"></label>
|
166 |
-
<span><?php echo __( 'This will hide the White Labeling tab options.', 'premium-addons-for-elementor' ); ?></span>
|
167 |
|
168 |
<p>
|
169 |
-
<strong><?php _e( 'NOTE: ', 'premium-addons-for-elementor' ); ?></strong>
|
170 |
-
<?php echo __( 'You will need to reactivate Premium Addons PRO for Elementor plugin to be able to reset White Labeling tab options.', 'premium-addons-for-elementor' ); ?>
|
171 |
</p>
|
172 |
</div>
|
173 |
</div>
|
@@ -175,6 +175,6 @@ if ( ! Helper_Functions::check_papro_version() ) {
|
|
175 |
<div class="clearfix"></div>
|
176 |
</div>
|
177 |
</form>
|
178 |
-
</div>
|
179 |
-
</div>
|
180 |
-
</div> <!-- End Section Content -->
|
1 |
+
<?php
|
2 |
+
|
3 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
4 |
+
exit;
|
5 |
+
}
|
6 |
+
|
7 |
+
use PremiumAddons\Includes\Helper_Functions;
|
8 |
+
|
9 |
+
// Premium Addons Pro Classes
|
10 |
+
use PremiumAddonsPro\Includes\White_Label\Helper;
|
11 |
+
|
12 |
+
// Get settings
|
13 |
+
$class = 'premium-white-label-form';
|
14 |
+
if ( Helper_Functions::check_papro_version() ) {
|
15 |
+
|
16 |
+
$settings = Helper::get_white_labeling_settings();
|
17 |
+
|
18 |
+
} else {
|
19 |
+
$class .= ' pro-inactive';
|
20 |
+
|
21 |
+
$settings = array(
|
22 |
+
'premium-wht-lbl-name' => '',
|
23 |
+
'premium-wht-lbl-url' => '',
|
24 |
+
'premium-wht-lbl-plugin-name' => '',
|
25 |
+
'premium-wht-lbl-short-name' => '',
|
26 |
+
'premium-wht-lbl-desc' => '',
|
27 |
+
'premium-wht-lbl-row' => '',
|
28 |
+
'premium-wht-lbl-name-pro' => '',
|
29 |
+
'premium-wht-lbl-url-pro' => '',
|
30 |
+
'premium-wht-lbl-plugin-name-pro' => '',
|
31 |
+
'premium-wht-lbl-desc-pro' => '',
|
32 |
+
'premium-wht-lbl-changelog' => '',
|
33 |
+
'premium-wht-lbl-option' => '',
|
34 |
+
'premium-wht-lbl-rate' => '',
|
35 |
+
'premium-wht-lbl-about' => '',
|
36 |
+
'premium-wht-lbl-license' => '',
|
37 |
+
'premium-wht-lbl-logo' => '',
|
38 |
+
'premium-wht-lbl-version' => '',
|
39 |
+
'premium-wht-lbl-prefix' => '',
|
40 |
+
'premium-wht-lbl-badge' => '',
|
41 |
+
);
|
42 |
+
}
|
43 |
+
|
44 |
+
if ( ! Helper_Functions::check_papro_version() ) {
|
45 |
+
|
46 |
+
$campaign = Helper_Functions::get_campaign_link( 'https://premiumaddons.com/pro/', 'whitelabel-page', 'wp-dash', 'dashboard' );
|
47 |
+
|
48 |
?>
|
49 |
<div class="pa-white-label-notice">
|
50 |
<div class="pa-white-label-notice-content">
|
51 |
<div class="pa-white-label-notice-logo">
|
52 |
+
<img src="<?php echo PREMIUM_ADDONS_URL . 'admin/images/pa-logo-symbol.png'; ?>" alt="Premium Addons White Labeling Notice">
|
53 |
</div>
|
54 |
+
<h2><?php _e( 'Get Premium Addons <span>Pro</span> to Enable White Labeling Options', 'premium-addons-for-elementor' ); ?></h2>
|
55 |
+
<p><?php _e( 'Premium Addons can be completely re-branded with your own brand name and author details. Your clients will never know what tools you are using to build their website and will think that this is your own tool set. White-labeling works as long as your license is active.', 'premium-addons-for-elementor' ); ?></p>
|
56 |
+
<a class="pa-btn pa-get-pro" href="<?php echo esc_attr( $campaign ); ?>" target="_blank"><?php _e( 'Get PRO', 'premium-addons-for-elementor' ); ?></a>
|
57 |
</div>
|
58 |
</div>
|
59 |
<?php
|
60 |
+
}
|
61 |
+
|
62 |
+
?>
|
63 |
+
|
64 |
+
<div class="pa-section-content">
|
65 |
+
<div class="row">
|
66 |
+
<div class="col-full">
|
67 |
+
<form action="" method="POST" id="pa-white-label" class="<?php echo esc_attr( $class ); ?>" name="pa-white-label-settings">
|
68 |
<div id="pa-white-label" class="pa-settings-tab pa-wht-lbl-settings">
|
69 |
<div class="pa-row">
|
70 |
<div class="pa-wht-lbl-settings-wrap">
|
71 |
+
<h3 class="pa-wht-lbl-title pa-wht-lbl-head"><?php echo __( 'Free Version', 'premium-addons-for-elementor' ); ?></h3>
|
72 |
<div class="pa-wht-lbl-group-wrap">
|
73 |
<!-- Author Name -->
|
74 |
+
<label for="premium-wht-lbl-name" class="pa-input-label"><?php echo __( 'Author Name', 'premium-addons-for-elementor' ); ?></label>
|
75 |
+
<input name="premium-wht-lbl-name" id="premium-wht-lbl-name" type="text" placeholder="Leap13" value="<?php echo esc_attr( $settings['premium-wht-lbl-name'] ); ?>">
|
76 |
<!-- Author URL -->
|
77 |
+
<label for="premium-wht-lbl-url" class="pa-input-label"><?php echo __( 'Author URL', 'premium-addons-for-elementor' ); ?></label>
|
78 |
+
<input name="premium-wht-lbl-url" id="premium-wht-lbl-url" type="text" placeholder="https://premiumaddons.com" value="<?php echo esc_attr( $settings['premium-wht-lbl-url'] ); ?>">
|
79 |
<!-- Plugin Name -->
|
80 |
+
<label for="premium-wht-lbl-plugin-name" class="pa-input-label"><?php echo __( 'Plugin Name', 'premium-addons-for-elementor' ); ?></label>
|
81 |
+
<input name="premium-wht-lbl-plugin-name" id="premium-wht-lbl-plugin-name" type="text" placeholder="Premium Addons for Elementor" value="<?php echo esc_attr( $settings['premium-wht-lbl-plugin-name'] ); ?>">
|
82 |
+
|
83 |
<!-- Plugin Description -->
|
84 |
+
<label for="premium-wht-lbl-desc" class="pa-input-label"><?php echo __( 'Plugin Description', 'premium-addons-for-elementor' ); ?></label>
|
85 |
+
<input name="premium-wht-lbl-desc" id="premium-wht-lbl-desc" type="text" placeholder="Premium Addons for Elementor plugin includes widgets and addons.." value="<?php echo esc_attr( $settings['premium-wht-lbl-desc'] ); ?>">
|
86 |
+
|
87 |
+
<p class="pa-input-label"><?php echo __( 'Hide Plugin Row Meta Links', 'premium-addons-for-elementor' ); ?></p>
|
88 |
+
<input name="premium-wht-lbl-row" id="premium-wht-lbl-row" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-row'], true ); ?>>
|
89 |
<label for="premium-wht-lbl-row"></label>
|
90 |
+
<span><?php echo __( 'This will hide Docs, FAQs, and Video Tutorials links located on the plugins page.', 'premium-addons-for-elementor' ); ?></span>
|
91 |
</div>
|
92 |
</div>
|
93 |
|
94 |
<div class="pa-wht-lbl-settings-wrap">
|
95 |
+
<h3 class="pa-wht-lbl-title pa-wht-lbl-head"><?php echo __( 'PRO Version', 'premium-addons-for-elementor' ); ?></h3>
|
96 |
<div class="pa-wht-lbl-group-wrap">
|
97 |
+
|
98 |
+
<label for="premium-wht-lbl-name-pro" class="pa-input-label"><?php echo __( 'Author Name', 'premium-addons-for-elementor' ); ?></label>
|
99 |
+
<input name="premium-wht-lbl-name-pro" id="premium-wht-lbl-name-pro" type="text" placeholder="Leap13" value="<?php echo esc_attr( $settings['premium-wht-lbl-name-pro'] ); ?>">
|
100 |
|
101 |
+
<label for="premium-wht-lbl-url-pro" class="pa-input-label"><?php echo __( 'Author URL', 'premium-addons-for-elementor' ); ?></label>
|
102 |
+
<input name="premium-wht-lbl-url-pro" id="premium-wht-lbl-url-pro" type="text" placeholder="https://premiumaddons.com" value="<?php echo esc_attr( $settings['premium-wht-lbl-url-pro'] ); ?>">
|
103 |
+
|
104 |
+
<label for="premium-wht-lbl-plugin-name-pro" class="pa-input-label"><?php echo __( 'Plugin Name', 'premium-addons-for-elementor' ); ?></label>
|
105 |
+
<input name="premium-wht-lbl-plugin-name-pro" id="premium-wht-lbl-plugin-name-pro" type="text" placeholder="Premium Addons PRO for Elementor" value="<?php echo esc_attr( $settings['premium-wht-lbl-plugin-name-pro'] ); ?>">
|
106 |
+
|
107 |
+
<label for="premium-wht-lbl-desc-rpo" class="pa-input-label"><?php echo __( 'Plugin Description', 'premium-addons-for-elementor' ); ?></label>
|
108 |
+
<input name="premium-wht-lbl-desc-pro" id="premium-wht-lbl-desc-pro" type="text" placeholder="Premium Addons PRO Plugin Includes 33+ premium widgets & addons..." value="<?php echo esc_attr( $settings['premium-wht-lbl-desc-pro'] ); ?>">
|
109 |
+
|
110 |
+
<p class="pa-input-label"><?php echo __( 'Hide Plugin Changelog Link', 'premium-addons-for-elementor' ); ?></p>
|
111 |
+
<input name="premium-wht-lbl-changelog" id="premium-wht-lbl-changelog" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-changelog'], true ); ?>>
|
112 |
<label for="premium-wht-lbl-changelog"></label>
|
113 |
+
<span><?php echo __( 'This will hide the Changelog link located on the plugins page.', 'premium-addons-for-elementor' ); ?></span>
|
114 |
|
115 |
</div>
|
116 |
</div>
|
117 |
<div class="pa-wht-lbl-settings-wrap">
|
118 |
+
<h3 class="pa-wht-lbl-title pa-wht-lbl-head"><?php echo __( 'General Options', 'premium-addons-for-elementor' ); ?></h3>
|
119 |
<div class="pa-wht-lbl-group-wrap">
|
120 |
<!-- Widgets Category Name -->
|
121 |
+
<label for="premium-wht-lbl-short-name" class="pa-input-label"><?php echo __( 'Widgets Category Name', 'premium-addons-for-elementor' ); ?></label>
|
122 |
+
<input name="premium-wht-lbl-short-name" id="premium-wht-lbl-short-name" type="text" placeholder="Premium Addons" value="<?php echo esc_attr( $settings['premium-wht-lbl-short-name'] ); ?>">
|
123 |
<!-- Widgets Prefix -->
|
124 |
+
<label for="premium-wht-lbl-prefix" class="pa-input-label"><?php echo __( 'Widgets Prefix', 'premium-addons-for-elementor' ); ?></label>
|
125 |
+
<input name="premium-wht-lbl-prefix" id="premium-wht-lbl-prefix" type="text" placeholder="Premium" value="<?php echo esc_attr( $settings['premium-wht-lbl-prefix'] ); ?>">
|
126 |
<!-- Widgets Badge -->
|
127 |
+
<label for="premium-wht-lbl-badge" class="pa-input-label"><?php echo __( 'Widgets Badge', 'premium-addons-for-elementor' ); ?></label>
|
128 |
+
<input name="premium-wht-lbl-badge" id="premium-wht-lbl-badge" type="text" placeholder="PA" value="<?php echo esc_attr( $settings['premium-wht-lbl-badge'] ); ?>">
|
129 |
</div>
|
130 |
</div>
|
131 |
</div>
|
132 |
+
|
133 |
<div class="pa-wht-lbl-admin">
|
134 |
<div class="pa-wht-lbl-settings-wrap">
|
135 |
+
<h3 class="pa-wht-lbl-title pa-wht-lbl-head"><?php echo __( 'Admin Settings', 'premium-addons-for-elementor' ); ?></h3>
|
136 |
<div class="pa-wht-lbl-group-wrap">
|
137 |
<!-- Hide General Tab-->
|
138 |
+
<p class="pa-input-label"><?php echo __( 'General Tab', 'premium-addons-for-elementor' ); ?></p>
|
139 |
+
<input name="premium-wht-lbl-about" id="premium-wht-lbl-about" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-about'], true ); ?>>
|
140 |
<label for="premium-wht-lbl-about"></label>
|
141 |
+
<span><?php echo __( 'This will hide the General tab', 'premium-addons-for-elementor' ); ?></span>
|
142 |
|
143 |
<!-- Hide Version Control Tab-->
|
144 |
+
<p class="pa-input-label"><?php echo __( 'Version Control Tab', 'premium-addons-for-elementor' ); ?></p>
|
145 |
+
<input name="premium-wht-lbl-version" id="premium-wht-lbl-version" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-version'], true ); ?>>
|
146 |
<label for="premium-wht-lbl-version"></label>
|
147 |
+
<span><?php echo __( 'This will hide the Version Control tab.', 'premium-addons-for-elementor' ); ?></span>
|
148 |
+
|
149 |
<!-- Hide Logo-->
|
150 |
+
<p class="pa-input-label"><?php echo __( 'Hide Premium Addons Logo', 'premium-addons-for-elementor' ); ?></p>
|
151 |
+
<input name="premium-wht-lbl-logo" id="premium-wht-lbl-logo" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-logo'], true ); ?>>
|
152 |
<label for="premium-wht-lbl-logo"></label>
|
153 |
+
<span><?php echo __( 'This will hide Premium Addons logo located on the dashboard.', 'premium-addons-for-elementor' ); ?></span>
|
154 |
+
|
155 |
<!-- Hide License Tab-->
|
156 |
+
<p class="pa-input-label"><?php echo __( 'License Tab', 'premium-addons-for-elementor' ); ?></p>
|
157 |
+
<input name="premium-wht-lbl-license" id="premium-wht-lbl-license" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-license'], true ); ?>>
|
158 |
<label for="premium-wht-lbl-license"></label>
|
159 |
+
<span><?php echo __( 'This will hide the License tab.', 'premium-addons-for-elementor' ); ?></span>
|
160 |
+
|
161 |
<!-- Hide White Labeling Tab-->
|
162 |
|
163 |
+
<p class="pa-input-label"><?php echo __( 'White Labeling Tab', 'premium-addons-for-elementor' ); ?></p>
|
164 |
+
<input name="premium-wht-lbl-option" id="premium-wht-lbl-option" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-option'], true ); ?>>
|
165 |
<label for="premium-wht-lbl-option"></label>
|
166 |
+
<span><?php echo __( 'This will hide the White Labeling tab options.', 'premium-addons-for-elementor' ); ?></span>
|
167 |
|
168 |
<p>
|
169 |
+
<strong><?php _e( 'NOTE: ', 'premium-addons-for-elementor' ); ?></strong>
|
170 |
+
<?php echo __( 'You will need to reactivate Premium Addons PRO for Elementor plugin to be able to reset White Labeling tab options.', 'premium-addons-for-elementor' ); ?>
|
171 |
</p>
|
172 |
</div>
|
173 |
</div>
|
175 |
<div class="clearfix"></div>
|
176 |
</div>
|
177 |
</form>
|
178 |
+
</div>
|
179 |
+
</div>
|
180 |
+
</div> <!-- End Section Content -->
|
assets/editor/fonts/pa-elements.svg
CHANGED
@@ -1,68 +1,68 @@
|
|
1 |
-
<?xml version="1.0" standalone="no"?>
|
2 |
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3 |
-
<svg xmlns="http://www.w3.org/2000/svg">
|
4 |
-
<metadata>Generated by IcoMoon</metadata>
|
5 |
-
<defs>
|
6 |
-
<font id="icomoon" horiz-adv-x="1024">
|
7 |
-
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
8 |
-
<missing-glyph horiz-adv-x="1024" />
|
9 |
-
<glyph unicode=" " horiz-adv-x="512" d="" />
|
10 |
-
<glyph unicode="" glyph-name="trustpilot" horiz-adv-x="1077" d="M205.661-64l125.981 393.825-331.642 239.041 409.977 2.961 128.404 388.172 125.443-388.172 412.938-2.961-538.381-388.172-332.719-244.694zM874.869-61.308l-336.488 242.002 233.119 64.606 103.369-306.608z" />
|
11 |
-
<glyph unicode="" glyph-name="pa-behance-feed" d="M407.738 459.171l-9.309 5.585 9.309 7.447c35.375 27.927 55.855 68.887 55.855 113.571 0 80.058-65.164 145.222-145.222 145.222h-232.727c-13.033 0-22.342-9.309-22.342-22.342v-519.447c0-13.033 9.309-22.342 22.342-22.342h234.589c89.367 0 160.116 72.611 160.116 160.116-1.862 52.131-27.927 102.4-72.611 132.189zM318.371 209.687h-210.385v232.727h210.385c63.302 0 115.433-52.131 115.433-115.433 0-65.164-50.269-117.295-115.433-117.295zM107.985 686.313h210.385c55.855 0 98.676-44.684 98.676-98.676s-44.684-98.676-98.676-98.676h-210.385v197.353zM746.589 593.222c-117.295 0-214.109-96.815-214.109-214.109s96.815-214.109 214.109-214.109c57.716 0 111.709 22.342 150.807 63.302 5.585 5.585 5.585 13.033 5.585 16.756s0 9.309-7.447 16.756c-5.585 5.585-13.033 7.447-16.756 7.447-5.585 0-11.171-1.862-16.756-7.447-31.651-31.651-74.473-50.269-119.156-50.269-81.92 0-150.807 57.716-165.702 137.775l-1.862 9.309h359.331c13.033 0 22.342 9.309 22.342 22.342 3.724 117.295-91.229 212.247-210.385 212.247zM914.153 401.455h-335.127l1.862 9.309c14.895 80.058 85.644 137.775 165.702 137.775s150.807-57.716 165.702-137.775l1.862-9.309zM889.949 691.898c0-13.033-9.309-22.342-22.342-22.342h-256.931c-13.033 0-22.342 9.309-22.342 22.342s9.309 22.342 22.342 22.342h256.931c11.171 0 22.342-9.309 22.342-22.342z" />
|
12 |
-
<glyph unicode="" glyph-name="pa-charts" d="M584.611 896.698c-9.309 0-18.618-7.447-18.618-18.618v-359.331c0-9.309 7.447-18.618 18.618-18.618h359.331c9.309 0 18.618 7.447 18.618 18.618 0 93.091-33.513 180.596-94.953 249.484-70.749 81.92-173.149 128.465-282.996 128.465v0zM603.229 537.367v322.095c91.229-5.585 176.873-46.545 238.313-115.433 50.269-57.716 80.058-130.327 85.644-208.524h-323.956zM875.055 407.040c0 9.309-7.447 18.618-18.618 18.618h-370.502v368.64c0 9.309-7.447 18.618-18.618 18.618-225.28 0-407.738-182.458-407.738-407.738 0-223.418 182.458-407.738 407.738-407.738 225.28 1.862 407.738 184.32 407.738 409.6v0zM467.316 36.538c-204.8 0-370.502 165.702-370.502 370.502 0 197.353 156.393 361.193 351.884 370.502v-370.502c0-9.309 7.447-18.618 18.618-18.618h370.502c-9.309-195.491-171.287-351.884-370.502-351.884v0z" />
|
13 |
-
<glyph unicode="" glyph-name="pa-color-transition" d="M943.942 401.455h-191.767l135.913 135.913c7.447 7.447 7.447 18.618 0 26.065l-258.793 258.793c-3.724 3.724-7.447 5.585-13.033 5.585s-9.309-1.862-13.033-5.585l-135.913-135.913v199.215c0 9.309-7.447 18.618-18.618 18.618h-366.778c-9.309 0-18.618-7.447-18.618-18.618v-698.182c0-104.262 85.644-189.905 189.905-189.905h690.735c9.309 0 18.618 7.447 18.618 18.618v366.778c0 9.309-7.447 18.618-18.618 18.618zM467.316 628.596l230.865-230.865-126.604-126.604-104.262 104.262v253.207zM467.316 187.345v137.775l78.196-78.196-80.058-80.058c0 5.585 1.862 13.033 1.862 20.48zM100.538 868.771h331.404v-165.702h-331.404v165.702zM100.538 665.833h331.404v-178.735h-331.404v178.735zM100.538 449.862h331.404v-178.735h-331.404v178.735zM277.411 34.676h-22.342c-42.822 0-80.058 16.756-107.985 44.684s-44.684 67.025-44.684 107.985v48.407h331.404v-48.407c-3.724-83.782-72.611-152.669-156.393-152.669zM497.105 34.676h-107.985c18.618 14.895 35.375 31.651 48.407 52.131l59.578 59.578v-111.709zM711.215 34.676h-178.735v148.945l178.735 178.735v-327.68zM489.658 656.524l126.604 126.604 232.727-232.727-126.604-126.604-232.727 232.727zM925.324 34.676h-178.735v329.542h178.735v-329.542zM310.924 159.418c0-24.204-20.48-44.684-46.545-44.684-24.204 0-46.545 20.48-46.545 44.684 0 26.065 20.48 46.545 46.545 46.545s46.545-20.48 46.545-46.545z" />
|
14 |
-
<glyph unicode="" glyph-name="pa-content-switcher" d="M739.142 669.556h-454.284c-122.88 0-221.556-98.676-221.556-221.556s98.676-221.556 221.556-221.556h454.284c122.88 0 221.556 98.676 221.556 221.556s-98.676 221.556-221.556 221.556zM739.142 263.68h-454.284c-102.4 0-184.32 81.92-184.32 184.32s81.92 184.32 184.32 184.32h454.284c102.4 0 184.32-81.92 184.32-184.32s-81.92-184.32-184.32-184.32zM737.28 611.84c-91.229 0-163.84-72.611-163.84-163.84s72.611-163.84 163.84-163.84c91.229 0 163.84 72.611 163.84 163.84s-72.611 163.84-163.84 163.84zM737.28 319.535c-70.749 0-128.465 57.716-128.465 128.465s57.716 128.465 128.465 128.465c70.749 0 128.465-57.716 128.465-128.465s-57.716-128.465-128.465-128.465z" />
|
15 |
-
<glyph unicode="" glyph-name="pa-facebook-feed" d="M582.749-0.698h-193.629v402.153h-81.92c-13.033 0-24.204 11.171-24.204 24.204v135.913c0 13.033 11.171 24.204 24.204 24.204h81.92v104.262c0 94.953 59.578 206.662 227.142 206.662 59.578 0 102.4-5.585 104.262-5.585l18.618-1.862-3.724-173.149h-20.48c0 0-44.684 0-93.091 0-35.375 0-40.96-9.309-40.96-44.684v-85.644h132.189c14.895 0 26.065-11.171 24.204-26.065l-5.585-135.913c0-13.033-11.171-24.204-24.204-24.204h-126.604l1.862-400.291zM430.080 38.4h113.571v404.015h150.807l5.585 104.262h-156.393v126.604c0 40.96 9.309 83.782 80.058 83.782 27.927 0 55.855 0 72.611 0l1.862 96.815c-16.756 1.862-46.545 3.724-81.92 3.724-137.775 0-188.044-85.644-188.044-167.564v-143.36h-106.124v-104.262h106.124l1.862-404.015z" />
|
16 |
-
<glyph unicode="" glyph-name="pa-facebook-reviews" d="M606.953 671.418c0 0 0 0 0 0s0 0 0 0v0c0 0 0 0 0 0zM741.004 583.913c0-1.862 0-1.862 1.862-1.862 0 0 0 0-1.862 1.862 0 0 0 0 0 0s0 0 0 0 0 0 0 0zM800.582 550.4c0 13.033-3.724 24.204-11.171 33.513 13.033 11.171 22.342 27.927 22.342 46.545 0 33.513-26.065 59.578-59.578 59.578h-102.4c3.724 14.895 7.447 33.513 9.309 63.302 0 0 0 0 0 0s0 0 0 1.862c0 0 3.724 35.375 1.862 67.025 0 0 0 1.862 0 1.862v0c-1.862 18.618-5.585 42.822-24.204 57.716-13.033 11.171-29.789 14.895-48.407 13.033-39.098-3.724-46.545-40.96-48.407-61.44 0 0 0 0 0 0 0-1.862 0-1.862 0-3.724-1.862-18.618-7.447-57.716-11.171-70.749 0 0 0 0 0-1.862 0 0 0 0 0-1.862-14.895-55.855-70.749-122.88-96.815-147.084-11.171 13.033-26.065 20.48-42.822 20.48h-119.156c-31.651 0-57.716-27.927-57.716-63.302v-173.149c0-35.375 26.065-63.302 57.716-63.302h119.156c22.342 0 42.822 14.895 52.131 37.236 18.618-16.756 40.96-35.375 70.749-37.236 18.618 0 46.545 0 81.92 0 52.131 0 106.124 0 121.018 0h3.724c1.862 0 1.862 0 3.724 0 0 0 0 0 0 0v0c0 0 0 0 0 0 29.789 1.862 53.993 27.927 53.993 59.578 0 13.033-3.724 24.204-11.171 33.513 1.862 1.862 3.724 3.724 5.585 5.585 11.171 11.171 16.756 26.065 16.756 42.822 0 13.033-3.724 24.204-11.171 33.513 14.895 11.171 24.204 27.927 24.204 46.545zM409.6 392.145c0-14.895-9.309-26.065-20.48-26.065h-119.156c-11.171 0-20.48 11.171-20.48 26.065v173.149c0 14.895 9.309 26.065 20.48 26.065h119.156c11.171 0 20.48-11.171 20.48-26.065v-173.149zM752.175 608.116c-1.862 0-3.724 0-5.585-1.862-7.447-1.862-13.033-9.309-13.033-16.756 0-3.724 0-5.585 1.862-9.309 0-1.862 1.862-1.862 1.862-3.724 1.862-1.862 1.862-1.862 3.724-3.724 0 0 1.862 0 1.862-1.862 1.862 0 1.862-1.862 3.724-1.862 9.309 0 16.756-9.309 16.756-18.618 0-13.033-9.309-22.342-22.342-22.342v0c-7.447 0-14.895-5.585-18.618-13.033-3.724-9.309 3.724-20.48 13.033-22.342s16.756-11.171 16.756-22.342c0-13.033-9.309-22.342-22.342-22.342-9.309 0-14.895-5.585-16.756-13.033 0 0 0-1.862 0-1.862s0 0 0 0 0 0 0 0c0-1.862 0-3.724 0-5.585s0-1.862 0-3.724 1.862-1.862 1.862-3.724c0 0 0 0 0-1.862v0c0 0 0 0 0 0s1.862-1.862 1.862-1.862c0 0 0 0 0 0 1.862-1.862 3.724-3.724 7.447-3.724 9.309-3.724 14.895-11.171 14.895-22.342 0-13.033-9.309-22.342-22.342-22.342 0 0-1.862 0-1.862 0h-1.862c-42.822 0-147.084-1.862-199.215 0-18.618 0-39.098 18.618-53.993 33.513-3.724 3.724-7.447 7.447-11.171 11.171v152.669c0 1.862 0 5.585 0 7.447 37.236 27.927 102.4 113.571 117.295 175.011 0 0 0 0 0 0s0 1.862 0 1.862c3.724 16.756 9.309 57.716 11.171 70.749 0 0 0 0 0 0 0 1.862 0 1.862 0 3.724 3.724 31.651 9.309 31.651 16.756 31.651 9.309 1.862 16.756 0 20.48-3.724 9.309-7.447 11.171-24.204 11.171-33.513v-3.724c0 0 0 0 0 0s0 0 0 0v0c1.862-22.342 0-44.684-1.862-53.993 0 0 0 0 0 0s0-1.862 0-1.862c-3.724-52.131-11.171-72.611-13.033-76.335 0 0 0 0 0 0 0-1.862-1.862-1.862-1.862-3.724v0c0 0 0 0 0 0 0-1.862 0-3.724 0-5.585v0c0 0 0 0 0 0s0 0 0 0 0-1.862 0-1.862 0-1.862 1.862-3.724v0c0-1.862 1.862-3.724 3.724-5.585s1.862-1.862 3.724-3.724c3.724-1.862 5.585-3.724 9.309-3.724h128.465c13.033 0 22.342-9.309 22.342-22.342-3.724-14.895-13.033-24.204-26.065-24.204zM714.938 416.349c0 1.862 0 1.862 0 0 0 0 0 0 0 0s0 0 0 0zM711.215 421.935c0 0 0-1.862 1.862-1.862 0 0 0 0 0 0s-1.862 1.862-1.862 1.862zM342.575 148.247c-3.724 11.171-13.033 18.618-24.204 18.618l-50.269 3.724-18.618 46.545c-3.724 11.171-14.895 16.756-26.065 16.756s-22.342-7.447-26.065-16.756l-18.618-46.545-50.269-3.724c-11.171 0-20.48-7.447-24.204-18.618s0-22.342 9.309-29.789l39.098-31.651-11.171-48.407c-1.862-9.309 0-16.756 5.585-24.204 9.309-11.171 26.065-14.895 37.236-7.447l42.822 26.065 42.822-26.065c3.724-3.724 9.309-5.585 14.895-5.585 9.309 0 16.756 3.724 22.342 11.171s7.447 14.895 5.585 24.204l-18.618 48.407 40.96 33.513c7.447 7.447 11.171 18.618 7.447 29.789zM269.964 107.287c-7.447-5.585-11.171-14.895-7.447-24.204l11.171-46.545-40.96 26.065c-3.724 1.862-7.447 3.724-13.033 3.724s-9.309-1.862-13.033-3.724l-39.098-26.065 11.171 46.545c1.862 9.309-1.862 18.618-7.447 24.204l-37.236 29.789 48.407 3.724c9.309 0 16.756 7.447 20.48 14.895l18.618 44.684 18.618-44.684c3.724-9.309 11.171-14.895 20.48-14.895l48.407-3.724-39.098-29.789zM633.018 148.247c-3.724 11.171-13.033 18.618-24.204 18.618l-50.269 3.724-18.618 46.545c-3.724 11.171-14.895 16.756-26.065 16.756s-22.342-7.447-26.065-16.756l-18.618-46.545-50.269-3.724c-11.171 0-20.48-7.447-24.204-18.618s0-22.342 9.309-29.789l39.098-31.651-11.171-48.407c-1.862-9.309 0-16.756 3.724-24.204 9.309-11.171 26.065-14.895 37.236-7.447l42.822 26.065 42.822-26.065c3.724-3.724 9.309-5.585 14.895-5.585 9.309 0 16.756 3.724 22.342 11.171s7.447 14.895 5.585 24.204l-16.756 48.407 40.96 33.513c7.447 7.447 11.171 18.618 7.447 29.789zM562.269 107.287c-7.447-5.585-11.171-14.895-7.447-24.204l11.171-46.545-40.96 26.065c-3.724 1.862-7.447 3.724-13.033 3.724s-9.309-1.862-13.033-3.724l-40.96-24.204 11.171 46.545c1.862 9.309-1.862 18.618-7.447 24.204l-37.236 29.789 48.407 3.724c9.309 0 16.756 7.447 20.48 14.895l18.618 44.684 18.618-44.684c3.724-9.309 11.171-14.895 20.48-14.895l48.407-3.724-37.236-31.651zM923.462 148.247c-3.724 11.171-13.033 18.618-24.204 18.618l-50.269 3.724-18.618 46.545c-3.724 11.171-14.895 16.756-26.065 16.756s-22.342-7.447-26.065-16.756l-18.618-46.545-52.131-1.862c-11.171 0-20.48-7.447-24.204-18.618s0-22.342 9.309-29.789l39.098-31.651-11.171-48.407c-1.862-9.309 0-16.756 5.585-24.204 9.309-11.171 26.065-14.895 37.236-7.447l42.822 26.065 42.822-26.065c5.585-3.724 9.309-5.585 14.895-5.585 7.447 0 16.756 3.724 22.342 11.171s7.447 14.895 5.585 24.204l-16.756 46.545 40.96 33.513c9.309 7.447 11.171 18.618 7.447 29.789zM852.713 107.287c-7.447-5.585-11.171-14.895-7.447-24.204l11.171-46.545-40.96 26.065c-3.724 1.862-7.447 3.724-13.033 3.724s-9.309-1.862-13.033-3.724l-40.96-24.204 11.171 46.545c1.862 9.309 0 18.618-7.447 24.204l-37.236 29.789 48.407 1.862c9.309 0 16.756 7.447 20.48 14.895l18.618 44.684 18.618-44.684c3.724-9.309 11.171-14.895 20.48-14.895l48.407-3.724-37.236-29.789z" />
|
17 |
-
<glyph unicode="" glyph-name="pa-flip-box" d="M943.942 820.364h-59.578v59.578c0 11.171-9.309 18.618-18.618 18.618h-785.687c-11.171 0-18.618-9.309-18.618-18.618v-785.687c0-11.171 9.309-18.618 18.618-18.618h59.578v-59.578c0-11.171 9.309-18.618 20.48-18.618h783.825c11.171 0 18.618 9.309 18.618 18.618v785.687c0 9.309-7.447 18.618-18.618 18.618zM100.538 114.735v744.727h744.727v-744.727h-744.727zM923.462 36.538h-744.727v39.098h687.011c11.171 0 18.618 9.309 18.618 18.618v687.011h39.098v-744.727zM716.8 656.524h-487.796c-7.447 0-13.033 9.309-13.033 20.48s5.585 20.48 13.033 20.48h487.796c7.447 0 13.033-9.309 13.033-20.48s-5.585-20.48-13.033-20.48zM716.8 468.48h-487.796c-7.447 0-13.033 9.309-13.033 20.48s5.585 20.48 13.033 20.48h487.796c7.447 0 13.033-9.309 13.033-20.48 0-13.033-5.585-20.48-13.033-20.48zM716.8 278.575h-487.796c-7.447 0-13.033 9.309-13.033 20.48s5.585 20.48 13.033 20.48h487.796c7.447 0 13.033-9.309 13.033-20.48s-5.585-20.48-13.033-20.48z" />
|
18 |
-
<glyph unicode="" glyph-name="pa-google-reviews" d="M802.444 654.662c-1.862 7.447-9.309 14.895-16.756 14.895h-268.102c-9.309 0-18.618-7.447-18.618-18.618v-109.847c0-9.309 7.447-18.618 18.618-18.618h121.018c-13.033-20.48-29.789-39.098-52.131-52.131s-48.407-20.48-74.473-20.48c-61.44 0-117.295 39.098-137.775 94.953-5.585 16.756-9.309 33.513-9.309 52.131 0 16.756 1.862 33.513 7.447 48.407 20.48 59.578 76.335 98.676 139.636 98.676 27.927 0 53.993-7.447 78.196-22.342 5.585-3.724 14.895-3.724 20.48 1.862l89.367 74.473c5.585 5.585 7.447 9.309 7.447 14.895s-1.862 11.171-5.585 13.033c-52.131 44.684-119.156 68.887-188.044 68.887-163.84 0-296.029-132.189-296.029-296.029 0-48.407 13.033-96.815 35.375-139.636 52.131-96.815 150.807-156.393 260.655-156.393 68.887 0 134.051 24.204 188.044 67.025 52.131 42.822 87.505 102.4 102.4 167.564 3.724 20.48 5.585 40.96 5.585 61.44-1.862 18.618-3.724 37.236-7.447 55.855zM512 859.462c52.131 0 106.124-16.756 148.945-46.545l-63.302-52.131c-26.065 13.033-55.855 20.48-85.644 20.48-68.887 0-132.189-39.098-163.84-100.538l-61.44 50.269c48.407 80.058 134.051 128.465 225.28 128.465zM335.127 647.215c-3.724-14.895-5.585-31.651-5.585-48.407 0-18.618 1.862-35.375 7.447-52.131l-63.302-52.131c-14.895 33.513-22.342 68.887-22.342 104.262s7.447 68.887 20.48 98.676l63.302-50.269zM512 340.015c-89.367 0-175.011 48.407-221.556 124.742l61.44 50.269c13.033-24.204 33.513-46.545 55.855-63.302 31.651-22.342 67.025-33.513 106.124-33.513 27.927 0 55.855 7.447 81.92 18.618l63.302-52.131c-44.684-29.789-94.953-44.684-147.084-44.684zM767.069 544.815c-11.171-53.993-39.098-102.4-80.058-139.636l-61.44 50.269c26.065 20.48 46.545 48.407 57.716 80.058 1.862 5.585 1.862 11.171-1.862 16.756s-9.309 7.447-14.895 7.447h-130.327v74.473h234.589c1.862-11.171 1.862-22.342 1.862-33.513 0-18.618-1.862-37.236-5.585-55.855zM338.851 150.109c-3.724 11.171-13.033 18.618-26.065 20.48l-52.131 3.724-20.48 48.407c-3.724 11.171-14.895 18.618-26.065 18.618s-22.342-7.447-26.065-18.618l-18.618-48.407-52.131-3.724c-11.171 0-22.342-7.447-26.065-18.618s0-24.204 9.309-31.651l39.098-31.651-9.309-52.131c-1.862-9.309 0-16.756 3.724-24.204 9.309-11.171 26.065-14.895 37.236-7.447l42.822 27.927 44.684-27.927c5.585-3.724 9.309-5.585 14.895-5.585 9.309 0 16.756 3.724 22.342 11.171s7.447 16.756 5.585 24.204l-11.171 50.269 40.96 33.513c9.309 7.447 11.171 20.48 7.447 31.651zM266.24 107.287c-7.447-5.585-11.171-14.895-7.447-24.204l11.171-46.545-40.96 26.065c-3.724 1.862-7.447 3.724-13.033 3.724-3.724 0-9.309-1.862-13.033-3.724l-40.96-26.065 11.171 46.545c1.862 9.309-1.862 18.618-7.447 24.204l-37.236 31.651 48.407 3.724c9.309 0 16.756 5.585 20.48 14.895l18.618 46.545 18.618-46.545c3.724-9.309 11.171-14.895 20.48-14.895l48.407-3.724-37.236-31.651zM634.88 150.109c-3.724 11.171-13.033 18.618-26.065 20.48l-50.269 1.862-20.48 48.407c-3.724 11.171-14.895 18.618-26.065 18.618s-22.342-7.447-26.065-18.618l-18.618-48.407-52.131-3.724c-11.171 0-22.342-7.447-26.065-18.618s0-24.204 9.309-31.651l39.098-31.651-13.033-50.269c-1.862-9.309 0-16.756 5.585-24.204 9.309-11.171 26.065-14.895 37.236-7.447l42.822 27.927 44.684-27.927c3.724-3.724 9.309-5.585 14.895-5.585 9.309 0 16.756 3.724 22.342 11.171s7.447 16.756 5.585 24.204l-11.171 50.269 40.96 33.513c7.447 7.447 11.171 20.48 7.447 31.651zM562.269 107.287c-7.447-5.585-11.171-14.895-9.309-24.204l11.171-46.545-40.96 26.065c-3.724 1.862-7.447 3.724-13.033 3.724s-9.309-1.862-13.033-3.724l-40.96-26.065 11.171 46.545c1.862 9.309 0 18.618-7.447 24.204l-37.236 31.651 48.407 3.724c9.309 0 16.756 5.585 20.48 14.895l18.618 46.545 18.618-46.545c3.724-9.309 11.171-14.895 20.48-14.895l48.407-3.724-35.375-31.651zM930.909 150.109c-3.724 11.171-13.033 18.618-26.065 20.48l-52.131 3.724-20.48 48.407c-3.724 11.171-14.895 18.618-26.065 18.618s-22.342-7.447-26.065-18.618l-18.618-48.407-52.131-3.724c-11.171 0-22.342-7.447-26.065-18.618s0-24.204 9.309-31.651l39.098-31.651-13.033-50.269c-1.862-9.309 0-16.756 3.724-24.204 9.309-11.171 26.065-14.895 37.236-7.447l42.822 27.927 44.684-27.927c5.585-3.724 9.309-5.585 14.895-5.585 9.309 0 16.756 3.724 22.342 11.171s7.447 14.895 5.585 24.204l-9.309 48.407 40.96 33.513c9.309 7.447 13.033 20.48 9.309 31.651zM858.298 107.287c-7.447-5.585-11.171-14.895-7.447-24.204l11.171-46.545-42.822 24.204c-3.724 1.862-7.447 3.724-13.033 3.724s-9.309-1.862-13.033-3.724l-40.96-26.065 11.171 46.545c1.862 9.309-1.862 18.618-7.447 24.204l-37.236 31.651 48.407 3.724c9.309 0 16.756 5.585 20.48 14.895l18.618 46.545 18.618-46.545c3.724-9.309 11.171-14.895 20.48-14.895l48.407-3.724-35.375-29.789z" />
|
19 |
-
<glyph unicode="" glyph-name="pa-gradients" d="M828.509 764.509c-83.782 83.782-197.353 130.327-316.509 130.327s-232.727-46.545-316.509-130.327c-83.782-83.782-130.327-197.353-130.327-316.509s46.545-232.727 130.327-316.509c83.782-83.782 197.353-130.327 316.509-130.327s232.727 46.545 316.509 130.327c83.782 83.782 130.327 197.353 130.327 316.509s-46.545 232.727-130.327 316.509zM925.324 464.756h-169.425c-3.724 52.131-24.204 102.4-59.578 141.498l121.018 121.018c65.164-70.749 102.4-163.84 107.985-262.516zM495.244 861.324v-31.651c0-9.309 7.447-16.756 16.756-16.756s16.756 7.447 16.756 16.756v31.651c96.815-3.724 189.905-42.822 262.516-107.985l-121.018-121.018c-40.96 35.375-89.367 55.855-141.498 59.578v85.644c0 9.309-7.447 16.756-16.756 16.756s-16.756-7.447-16.756-16.756v-87.505c-52.131-3.724-102.4-24.204-141.498-59.578l-121.018 121.018c70.749 67.025 163.84 104.262 262.516 109.847zM98.676 431.244h70.749c9.309 0 16.756 7.447 16.756 16.756s-7.447 16.756-16.756 16.756h-70.749c3.724 96.815 42.822 189.905 107.985 262.516l121.018-121.018c-35.375-40.96-55.855-89.367-59.578-141.498h-44.684c-9.309 0-16.756-7.447-16.756-16.756s7.447-16.756 16.756-16.756h46.545c3.724-52.131 24.204-102.4 59.578-141.498l-121.018-121.018c-67.025 70.749-104.262 163.84-109.847 262.516zM495.244 205.964v-169.425c-96.815 3.724-189.905 42.822-262.516 107.985l121.018 121.018c39.098-35.375 87.505-55.855 141.498-59.578zM364.916 300.916c-39.098 39.098-61.44 91.229-61.44 147.084s22.342 107.985 61.44 147.084c39.098 39.098 91.229 61.44 147.084 61.44s107.985-22.342 147.084-61.44c39.098-39.098 61.44-91.229 61.44-147.084s-22.342-107.985-61.44-147.084c-39.098-39.098-91.229-61.44-147.084-61.44s-107.985 22.342-147.084 61.44zM815.476 168.727l-63.302 63.302c-7.447 7.447-18.618 7.447-24.204 0-3.724-3.724-5.585-7.447-5.585-13.033 0-3.724 1.862-9.309 5.585-13.033l63.302-63.302c-72.611-67.025-163.84-104.262-262.516-107.985v169.425c52.131 3.724 102.4 24.204 141.498 59.578l24.204-24.204c7.447-7.447 18.618-5.585 24.204 0 3.724 3.724 5.585 7.447 5.585 13.033 0 3.724-1.862 9.309-5.585 13.033l-24.204 24.204c35.375 40.96 55.855 89.367 59.578 141.498h169.425c-3.724-98.676-40.96-191.767-107.985-262.516z" />
|
20 |
-
<glyph unicode="" glyph-name="pa-horizontal-scroll" d="M1027.864 691.442v27.049h-1027.864v-27.049h127.517v-488.815h-127.517v-27.049h1027.864v27.049h-127.517v488.815zM873.298 202.626h-718.732v488.815h718.732zM722.21 447.034c-0.055-2.302-0.924-4.391-2.328-6.001l0.010 0.011-61.054-61.633c-1.574-1.439-3.679-2.321-5.989-2.321s-4.416 0.882-5.996 2.327l0.007-0.006c-1.625 1.489-2.64 3.621-2.64 5.989s1.015 4.5 2.634 5.984l0.006 0.005 46.756 46.756h-359.366l46.756-46.756c1.854-1.57 3.023-3.899 3.023-6.501 0-4.695-3.806-8.501-8.501-8.501-2.602 0-4.931 1.169-6.49 3.010l-0.010 0.012-61.054 61.054c-1.439 1.574-2.321 3.679-2.321 5.989s0.882 4.416 2.327 5.996l-0.006-0.007 61.054 62.213c1.574 1.439 3.679 2.321 5.989 2.321s4.416-0.882 5.996-2.327l-0.007 0.006c1.625-1.489 2.64-3.621 2.64-5.989s-1.015-4.5-2.634-5.984l-0.006-0.005-46.37-46.37h358.593l-46.37 46.37c-1.854 1.57-3.023 3.899-3.023 6.501 0 4.695 3.806 8.501 8.501 8.501 2.602 0 4.931-1.169 6.49-3.010l0.010-0.012 61.054-61.054c1.444-1.653 2.325-3.831 2.325-6.214 0-0.125-0.002-0.249-0.007-0.372l0.001 0.018z" />
|
21 |
-
<glyph unicode="" glyph-name="pa-hot-spot" d="M927.185 643.491h-286.72v158.255c0 26.065-26.065 46.545-52.131 46.545h-389.12c-26.065 0-53.993-20.48-53.993-46.545v-158.255h-48.407c-20.48 0-35.375-16.756-35.375-35.375v-525.033c0-20.48 16.756-35.375 35.375-35.375h830.371c20.48 0 35.375 16.756 35.375 35.375v525.033c0 20.48-14.895 35.375-35.375 35.375zM180.596 801.745c0 5.585 11.171 11.171 18.618 11.171h389.12c5.585 0 16.756-5.585 16.756-11.171v-173.149c0-7.447-11.171-18.618-16.756-18.618h-85.644c-5.585 0-13.033 1.862-16.756-3.724l-91.229-89.367-93.091 89.367c-3.724 3.724-11.171 3.724-16.756 3.724h-85.644c-7.447 0-18.618 13.033-18.618 18.618v173.149zM96.815 81.222c-1.862 0-3.724 1.862-3.724 3.724v46.545c1.862 0 1.862 1.862 3.724 1.862l186.182 186.182c0-1.862 0-3.724 0-5.585 0-5.585 1.862-13.033 3.724-18.618 3.724-14.895 9.309-26.065 16.756-37.236l83.782-122.88 26.065 37.236 18.618 26.065 24.204 35.375 1.862 3.724 85.644-87.505 67.025-68.887h-513.862zM312.785 321.396c0 7.447 0 14.895 1.862 22.342 3.724 14.895 9.309 29.789 20.48 39.098 5.585 5.585 13.033 11.171 18.618 14.895 11.171 5.585 22.342 7.447 33.513 7.447 20.48 0 39.098-7.447 53.993-22.342 9.309-9.309 16.756-22.342 20.48-35.375 1.862-3.724 1.862-9.309 1.862-14.895 0-9.309 0-20.48-1.862-29.789 0-3.724-1.862-7.447-3.724-11.171-1.862-7.447-5.585-13.033-9.309-18.618l-13.033-18.618-48.407-68.887-61.44 87.505c-7.447 14.895-13.033 31.651-13.033 48.407zM660.945 81.222l-80.058 81.92 117.295 117.295 199.215-199.215h-236.451zM929.047 96.116l-219.695 219.695c-3.724 3.724-7.447 5.585-11.171 5.585s-9.309-1.862-11.171-5.585l-128.465-128.465-78.196 78.196c1.862 1.862 1.862 3.724 3.724 5.585 5.585 11.171 9.309 26.065 11.171 39.098 0 1.862 0 5.585 0 7.447 0 11.171 0 24.204-3.724 35.375 0 3.724-1.862 5.585-1.862 9.309-5.585 16.756-13.033 29.789-24.204 40.96-20.48 20.48-46.545 31.651-74.473 31.651s-53.993-11.171-74.473-31.651c-1.862-1.862-5.585-5.585-7.447-9.309-3.724-5.585-7.447-11.171-11.171-16.756l-202.938-199.215v428.218c0 1.862 1.862 3.724 3.724 3.724h52.131c9.309-18.618 27.927-33.513 48.407-33.513h81.92l111.709-111.709 111.709 111.709h81.92c18.618 0 37.236 14.895 46.545 33.513h290.444c1.862 0 3.724-1.862 3.724-3.724v-510.138zM389.12 371.665c-3.724 0-5.585 0-9.309 0-14.895-3.724-26.065-14.895-31.651-29.789-1.862-3.724-1.862-7.447-1.862-11.171 0-22.342 18.618-40.96 40.96-40.96 3.724 0 7.447 0 11.171 1.862 14.895 3.724 26.065 16.756 27.927 31.651 0 1.862 1.862 5.585 1.862 9.309 3.724 20.48-14.895 39.098-39.098 39.098zM389.12 312.087c-11.171 0-18.618 7.447-18.618 18.618s7.447 18.618 18.618 18.618c9.309 0 18.618-7.447 18.618-18.618 0-9.309-7.447-18.618-18.618-18.618zM778.24 384.698c-42.822 0-78.196 35.375-78.196 78.196s35.375 78.196 78.196 78.196c42.822 0 78.196-35.375 78.196-78.196s-35.375-78.196-78.196-78.196zM778.24 507.578c-24.204 0-44.684-20.48-44.684-44.684s20.48-44.684 44.684-44.684c24.204 0 44.684 20.48 44.684 44.684s-20.48 44.684-44.684 44.684z" />
|
22 |
-
<glyph unicode="" glyph-name="pa-icon-box" d="M889.949 682.589h-141.498c-9.309 121.018-111.709 217.833-234.589 217.833s-225.28-94.953-234.589-217.833h-145.222c-11.171 0-20.48-7.447-20.48-16.756v-651.636c0-9.309 9.309-16.756 20.48-16.756h755.898c11.171 0 20.48 7.447 20.48 16.756v651.636c0 9.309-9.309 16.756-20.48 16.756zM513.862 859.462c102.4 0 186.182-78.196 195.491-176.873 0-5.585 0-11.171 0-18.618 0-5.585 0-11.171 0-16.756-7.447-100.538-93.091-178.735-195.491-178.735s-186.182 78.196-195.491 178.735c0 5.585 0 11.171 0 16.756s0 11.171 0 18.618c9.309 98.676 93.091 176.873 195.491 176.873zM869.469 30.953h-714.938v616.262h124.742c7.447-122.88 109.847-219.695 234.589-219.695s227.142 96.815 234.589 219.695h122.88v-616.262z" />
|
23 |
-
<glyph unicode="" glyph-name="pa-ihover" d="M949.527 323.258c11.171 3.724 11.171 20.48 0 24.204l-93.091 42.822-52.131 24.204-409.6 191.767c-11.171 5.585-22.342-5.585-18.618-16.756l91.229-282.996 11.171-37.236 83.782-264.378c3.724-11.171 18.618-13.033 24.204-1.862l74.473 137.775c3.724 7.447 14.895 9.309 22.342 1.862l124.742-139.636c5.585-5.585 13.033-5.585 18.618-1.862l93.091 81.92c5.585 5.585 5.585 13.033 1.862 18.618l-124.742 139.636c-5.585 7.447-3.724 18.618 5.585 20.48l147.084 61.44zM860.16 88.669l-27.927-26.065c-5.585-5.585-14.895-3.724-18.618 1.862l-135.913 154.531c-5.585 7.447-16.756 5.585-22.342-1.862l-55.855-104.262c-5.585-11.171-20.48-9.309-24.204 1.862l-53.993 167.564-11.171 37.236-63.302 189.905c-3.724 11.171 7.447 20.48 18.618 16.756l377.949-175.011c11.171-5.585 11.171-20.48 0-24.204l-109.847-42.822c-9.309-3.724-11.171-14.895-5.585-20.48l135.913-154.531c1.862-5.585 1.862-14.895-3.724-20.48zM67.025 784.989c0-7.447 3.724-13.033 9.309-14.895l40.96-18.618c13.033-5.585 22.342-14.895 27.927-27.927l18.618-40.96c1.862-5.585 9.309-9.309 14.895-9.309 7.447 0 13.033 3.724 14.895 9.309l18.618 40.96c5.585 13.033 16.756 24.204 29.789 29.789l40.96 18.618c5.585 1.862 9.309 9.309 9.309 14.895s-3.724 13.033-9.309 14.895l-40.96 18.618c-13.033 5.585-24.204 16.756-29.789 29.789l-18.618 40.96c-1.862 3.724-7.447 7.447-14.895 7.447-5.585 0-11.171-3.724-14.895-9.309l-18.618-40.96c-5.585-13.033-14.895-24.204-27.927-29.789l-40.96-18.618c-5.585-1.862-9.309-7.447-9.309-14.895zM122.88 784.989l7.447 3.724c20.48 9.309 37.236 26.065 46.545 46.545l3.724 7.447 3.724-7.447c9.309-20.48 26.065-37.236 46.545-46.545l7.447-3.724-7.447-3.724c-20.48-9.309-37.236-26.065-46.545-46.545l-3.724-7.447-3.724 9.309c-9.309 20.48-26.065 37.236-46.545 46.545l-7.447 1.862zM121.018 325.12c0-7.447 3.724-13.033 9.309-14.895l40.96-18.618c13.033-5.585 24.204-16.756 29.789-29.789l18.618-40.96c1.862-5.585 9.309-9.309 14.895-9.309 7.447 0 13.033 3.724 14.895 9.309l18.618 40.96c5.585 13.033 16.756 24.204 29.789 29.789l40.96 18.618c5.585 1.862 9.309 9.309 9.309 14.895s-3.724 13.033-9.309 14.895l-40.96 18.618c-13.033 5.585-24.204 16.756-29.789 29.789l-18.618 40.96c-1.862 5.585-9.309 9.309-14.895 9.309-7.447 0-13.033-3.724-14.895-9.309l-18.618-40.96c-5.585-13.033-16.756-24.204-29.789-29.789l-40.96-18.618c-5.585-1.862-9.309-7.447-9.309-14.895zM178.735 325.12l7.447 3.724c20.48 9.309 37.236 26.065 46.545 46.545l3.724 7.447 3.724-7.447c9.309-20.48 26.065-37.236 46.545-46.545l7.447-3.724-7.447-3.724c-20.48-9.309-37.236-26.065-46.545-46.545l-5.585-3.724-3.724 7.447c-9.309 20.48-26.065 37.236-46.545 46.545h-5.585zM523.171 729.135c0-7.447 3.724-13.033 9.309-14.895l52.131-24.204c18.618-7.447 33.513-22.342 40.96-40.96l24.204-52.131c1.862-5.585 9.309-9.309 14.895-9.309 7.447 0 13.033 3.724 14.895 9.309l24.204 52.131c7.447 18.618 22.342 33.513 40.96 40.96l52.131 24.204c5.585 1.862 9.309 9.309 9.309 14.895 0 7.447-3.724 13.033-9.309 14.895l-52.131 24.204c-18.618 7.447-33.513 22.342-40.96 40.96l-24.204 52.131c-1.862 5.585-9.309 9.309-14.895 9.309-7.447 0-13.033-3.724-14.895-9.309l-24.204-52.131c-7.447-18.618-22.342-33.513-40.96-40.96l-52.131-24.204c-5.585-1.862-9.309-7.447-9.309-14.895zM580.887 729.135l18.618 9.309c26.065 11.171 46.545 31.651 57.716 57.716l9.309 18.618 9.309-18.618c11.171-26.065 31.651-46.545 57.716-57.716l18.618-9.309-18.618-9.309c-26.065-11.171-46.545-31.651-57.716-57.716l-9.309-18.618-9.309 18.618c-11.171 26.065-31.651 46.545-57.716 57.716l-18.618 9.309z" />
|
24 |
-
<glyph unicode="" glyph-name="pa-image-accordion" d="M847.127 677.004c0 9.309-7.447 14.895-14.895 14.895h-640.465c-9.309 0-14.895-7.447-14.895-14.895v-458.007c0-9.309 7.447-14.895 14.895-14.895h640.465c9.309 0 14.895 7.447 14.895 14.895v458.007zM817.338 662.109v-275.549l-167.564 119.156c-5.585 3.724-14.895 3.724-20.48-1.862l-126.604-126.604-147.084 72.611c-3.724 1.862-9.309 1.862-14.895 0l-135.913-78.196v290.444h612.538zM206.662 336.291l143.36 83.782 130.327-63.302-124.742-122.88h-150.807v102.4zM400.291 232.029l243.898 240.175 175.011-122.88v-115.433h-418.909zM478.487 461.033c35.375 0 65.164 29.789 65.164 65.164s-29.789 65.164-65.164 65.164-65.164-29.789-65.164-65.164c0 0 0 0 0 0-1.862-35.375 27.927-65.164 65.164-65.164zM478.487 561.571c18.618 0 35.375-14.895 35.375-35.375 0-18.618-14.895-35.375-35.375-35.375-18.618 0-35.375 14.895-35.375 35.375 0 18.618 14.895 35.375 35.375 35.375v0zM76.335 634.182c-9.309 0-14.895-7.447-14.895-14.895v-344.436c0-9.309 7.447-14.895 14.895-14.895s14.895 7.447 14.895 14.895v344.436c0 9.309-5.585 14.895-14.895 14.895zM947.665 634.182c-9.309 0-14.895-7.447-14.895-14.895v-344.436c0-9.309 7.447-14.895 14.895-14.895 9.309 0 14.895 7.447 14.895 14.895v344.436c0 9.309-7.447 14.895-14.895 14.895z" />
|
25 |
-
<glyph unicode="" glyph-name="pa-image-comparison" d="M921.6 730.996h-819.2c-22.342 0-40.96-18.618-40.96-42.822v-480.349c0-24.204 18.618-42.822 40.96-42.822h819.2c22.342 0 40.96 18.618 40.96 42.822v480.349c0 24.204-18.618 42.822-40.96 42.822zM493.382 200.378h-390.982c-3.724 0-5.585 3.724-5.585 7.447v480.349c0 3.724 1.862 7.447 5.585 7.447h390.982v-96.815c-72.611-9.309-130.327-72.611-130.327-148.945s57.716-141.498 130.327-148.945v-100.538zM396.567 448c0 65.164 52.131 117.295 115.433 117.295s115.433-52.131 115.433-117.295-52.131-117.295-115.433-117.295-115.433 52.131-115.433 117.295zM927.185 207.825c0-3.724-1.862-7.447-5.585-7.447h-390.982v96.815c72.611 9.309 130.327 72.611 130.327 148.945s-57.716 141.498-130.327 148.945v96.815h390.982c3.724 0 5.585-3.724 5.585-7.447v-476.625zM495.244 397.731c-3.724-3.724-7.447-3.724-11.171-3.724s-7.447 1.862-11.171 3.724l-39.098 39.098c-5.585 5.585-5.585 14.895 0 20.48l39.098 39.098c3.724 1.862 7.447 3.724 11.171 3.724s7.447-1.862 11.171-3.724c5.585-5.585 5.585-14.895 0-20.48l-29.789-27.927 29.789-29.789c5.585-5.585 5.585-14.895 0-20.48zM590.196 436.829l-39.098-39.098c-3.724-3.724-7.447-3.724-11.171-3.724s-7.447 1.862-11.171 3.724c-5.585 5.585-5.585 14.895 0 20.48l29.789 29.789-29.789 29.789c-5.585 5.585-5.585 14.895 0 20.48s14.895 5.585 20.48 0l39.098-39.098c7.447-5.585 7.447-16.756 1.862-22.342z" />
|
26 |
-
<glyph unicode="" glyph-name="pa-image-layers" d="M889.949 358.633h-91.229v158.255h26.065c35.375 0 65.164 29.789 65.164 65.164v251.345c0 35.375-29.789 65.164-65.164 65.164h-253.207c-35.375 0-65.164-29.789-65.164-65.164v-81.92h-134.051v48.407c0 37.236-26.065 65.164-61.44 65.164h-182.458c-37.236 0-67.025-29.789-67.025-65.164v-184.32c0-35.375 29.789-61.44 67.025-61.44h113.571v-180.596h-113.571c-35.375 0-65.164-29.789-65.164-65.164v-171.287c0-35.375 29.789-65.164 65.164-65.164h299.753c35.375 0 65.164 29.789 65.164 65.164v55.855h109.847v-132.189c0-37.236 26.065-65.164 61.44-65.164h227.142c35.375 0 72.611 26.065 72.611 65.164v227.142c-1.862 35.375-37.236 70.749-74.473 70.749zM539.927 833.396c0 18.618 14.895 33.513 33.513 33.513h253.207c18.618 0 33.513-14.895 33.513-33.513v-253.207c0-18.618-14.895-33.513-33.513-33.513h-255.069c-18.618 0-33.513 14.895-33.513 33.513v253.207zM128.465 587.636c-16.756 0-35.375 9.309-35.375 29.789v182.458c0 16.756 16.756 33.513 33.513 33.513h184.32c18.618 0 27.927-16.756 27.927-33.513v-48.407h-29.789c-39.098 0-68.887-26.065-68.887-61.44v-102.4h-111.709zM459.869 137.076c0-18.618-14.895-33.513-33.513-33.513h-297.891c-18.618 0-33.513 14.895-33.513 33.513v171.287c0 18.618 14.895 33.513 33.513 33.513h299.753c18.618 0 33.513-14.895 33.513-33.513v-171.287zM493.382 226.444v81.92c0 35.375-29.789 65.164-65.164 65.164h-152.669v316.509c0 18.618 18.618 27.927 35.375 27.927h195.491v-137.775c0-35.375 29.789-65.164 65.164-65.164h193.629v-249.484c0-18.618-13.033-39.098-31.651-39.098h-240.175zM930.909 60.742c0-16.756-22.342-31.651-40.96-31.651h-225.28c-20.48 0-29.789 14.895-29.789 31.651v132.189h100.538c37.236 0 63.302 37.236 63.302 72.611v59.578h91.229c18.618 0 40.96-20.48 40.96-37.236v-227.142z" />
|
27 |
-
<glyph unicode="" glyph-name="pa-instagram-feed" d="M683.287 896.698h-342.575c-152.669 0-277.411-124.742-277.411-277.411v-344.436c0-152.669 124.742-277.411 277.411-277.411h344.436c152.669 0 277.411 124.742 277.411 277.411v344.436c-1.862 152.669-126.604 277.411-279.273 277.411zM923.462 276.713c0-132.189-107.985-238.313-238.313-238.313h-344.436c-132.189 0-238.313 107.985-238.313 238.313v342.575c0 132.189 107.985 238.313 238.313 238.313h344.436c132.189 0 238.313-107.985 238.313-238.313v-342.575zM512 699.345c-137.775 0-251.345-111.709-251.345-251.345 0-137.775 111.709-251.345 251.345-251.345 137.775 0 251.345 111.709 251.345 251.345 0 137.775-113.571 251.345-251.345 251.345zM512 235.753c-117.295 0-212.247 94.953-212.247 212.247s94.953 212.247 212.247 212.247 212.247-94.953 212.247-212.247-94.953-212.247-212.247-212.247zM813.615 682.589c0-20.565-16.671-37.236-37.236-37.236s-37.236 16.671-37.236 37.236c0 20.565 16.671 37.236 37.236 37.236s37.236-16.671 37.236-37.236z" />
|
28 |
-
<glyph unicode="" glyph-name="pa-magic-section" d="M76.335 14.196v0 0 0zM955.113 609.978l-85.644 85.644 42.822 128.465c1.862 7.447 0 14.895-5.585 20.48-3.724 3.724-11.171 5.585-18.618 3.724l-128.465-42.822-85.644 85.644c-5.585 5.585-14.895 7.447-22.342 3.724s-11.171-11.171-11.171-20.48l14.895-126.604-128.465-70.749c-7.447-3.724-11.171-13.033-9.309-20.48 0-3.724 1.862-7.447 5.585-11.171 1.862-1.862 5.585-3.724 9.309-5.585l117.295-26.065-573.44-571.578c-3.724-3.724-5.585-9.309-5.585-14.895s1.862-11.171 5.585-14.895c3.724-3.724 9.309-5.585 14.895-5.585s11.171 1.862 14.895 5.585l573.44 569.716 26.065-115.433c1.862-7.447 9.309-14.895 16.756-14.895h1.862c7.447 0 13.033 3.724 16.756 11.171l70.749 128.465 126.604-14.895c9.309 0 16.756 3.724 20.48 11.171s3.724 16.756-3.724 22.342zM76.335 14.196v0 0 0zM804.305 630.458c-7.447 0-14.895-3.724-20.48-9.309l-52.131-94.953-24.204 102.4c-1.862 7.447-7.447 13.033-14.895 14.895l-100.538 22.342 94.953 52.131c7.447 3.724 11.171 11.171 9.309 20.48l-9.309 83.782 53.993-53.993c5.585-5.585 13.033-7.447 20.48-5.585l102.4 33.513-33.513-102.4c-1.862-7.447 0-14.895 5.585-20.48l53.993-53.993-85.644 11.171z" />
|
29 |
-
<glyph unicode="" glyph-name="pa-messenger-chat" d="M130.327 79.36v227.142c-46.545 53.993-70.749 113.571-70.749 176.873 0 182.458 202.938 331.404 452.422 331.404s452.422-148.945 452.422-331.404c0-182.458-202.938-331.404-452.422-331.404-67.025 0-132.189 11.171-193.629 31.651l-188.044-104.262zM512 773.818c-225.28 0-407.738-130.327-407.738-288.582 0-53.993 22.342-107.985 65.164-154.531l5.585-5.585v-169.425l139.636 78.196 9.309-3.724c57.716-22.342 122.88-33.513 188.044-33.513 225.28 0 407.738 130.327 407.738 288.582s-182.458 288.582-407.738 288.582z" />
|
30 |
-
<glyph unicode="" glyph-name="pa-multi-scroll" d="M942.080 820.364h-428.218c0 0-1.862 0-1.862 0s-1.862 0-1.862 0h-428.218c-11.171 0-20.48-9.309-20.48-20.48v-703.767c0-11.171 9.309-20.48 20.48-20.48h426.356c0 0 1.862 0 1.862 0s1.862 0 1.862 0h426.356c11.171 0 20.48 9.309 20.48 20.48v703.767c3.724 11.171-5.585 20.48-16.756 20.48zM98.676 784.989h396.567v-673.978h-396.567v673.978zM925.324 111.011h-394.705v673.978h396.567v-673.978zM439.389 477.789c0-5.585-1.862-9.309-5.585-13.033-7.447-7.447-18.618-7.447-24.204 0l-89.367 91.229v-256.931c0-9.309-7.447-18.618-18.618-18.618-9.309 0-18.618 7.447-18.618 18.618v255.069l-98.676-98.676c-7.447-7.447-18.618-7.447-24.204 0-3.724 3.724-5.585 7.447-5.585 13.033s1.862 9.309 5.585 13.033l128.465 128.465c1.862 1.862 3.724 3.724 5.585 3.724 3.724 1.862 9.309 1.862 13.033 0 1.862 0 3.724-1.862 5.585-3.724l119.156-119.156c5.585-5.585 7.447-11.171 7.447-13.033zM869.469 427.52c0-5.585-1.862-9.309-5.585-13.033l-128.465-128.465c-1.862-1.862-3.724-3.724-5.585-3.724s-3.724-1.862-7.447-1.862c-3.724 0-3.724 0-7.447 1.862-1.862 0-3.724 1.862-5.585 3.724l-119.156 119.156c-3.724 3.724-5.585 7.447-5.585 13.033s1.862 9.309 5.585 13.033c7.447 7.447 18.618 7.447 24.204 0l89.367-89.367v255.069c0 9.309 7.447 18.618 18.618 18.618 5.585 0 9.309-1.862 13.033-5.585s5.585-7.447 5.585-13.033v-256.931l98.676 98.676c7.447 7.447 18.618 7.447 24.204 0 3.724-1.862 5.585-5.585 5.585-11.171z" />
|
31 |
-
<glyph unicode="" glyph-name="pa-notification-bar" d="M512 157.556c-40.96 0-76.335-33.513-76.335-76.335s33.513-76.335 76.335-76.335 76.335 33.513 76.335 76.335-35.375 76.335-76.335 76.335zM512 42.124c-22.342 0-39.098 18.618-39.098 39.098s18.618 39.098 39.098 39.098 39.098-18.618 39.098-39.098-16.756-39.098-39.098-39.098zM835.956 323.258v204.8c0 76.335-27.927 148.945-76.335 208.524-48.407 57.716-115.433 96.815-189.905 111.709-7.447 26.065-31.651 44.684-59.578 44.684s-52.131-18.618-59.578-44.684c-72.611-13.033-139.636-53.993-189.905-111.709-48.407-57.716-76.335-132.189-76.335-208.524v-204.8c-20.48-13.033-35.375-39.098-35.375-67.025 0-42.822 35.375-78.196 78.196-78.196h571.578c42.822 0 78.196 35.375 78.196 78.196-1.862 27.927-16.756 53.993-40.96 67.025zM798.72 213.411h-573.44c-22.342 0-40.96 18.618-40.96 40.96 0 16.756 11.171 33.513 27.927 39.098l11.171 3.724v230.865c0 141.498 106.124 264.378 247.622 284.858l14.895 1.862v14.895c0 13.033 13.033 24.204 26.065 24.204s26.065-11.171 26.065-24.204v-14.895l14.895-1.862c141.498-20.48 247.622-143.36 247.622-284.858v-197.353h-413.324v-35.375h428.218c14.895-5.585 24.204-22.342 24.204-37.236 0-26.065-18.618-44.684-40.96-44.684z" />
|
32 |
-
<glyph unicode="" glyph-name="pa-preview-window" d="M772.655 777.542c-39.098 0-70.749-31.651-70.749-70.749s31.651-70.749 70.749-70.749 70.749 31.651 70.749 70.749c0 39.098-31.651 70.749-70.749 70.749zM772.655 665.833c-22.342 0-40.96 18.618-40.96 40.96s18.618 40.96 40.96 40.96 40.96-18.618 40.96-40.96c0-22.342-18.618-40.96-40.96-40.96zM888.087 872.495h-739.142c-44.684 0-83.782-37.236-83.782-83.782v-523.171c0-44.684 37.236-81.92 83.782-81.92h221.556l154.531-158.255 147.084 143.36h215.971c44.684 0 70.749 44.684 70.749 89.367v530.618c0 44.684-26.065 83.782-70.749 83.782zM657.222 202.24l-132.189-128.465-141.498 141.498-236.451 1.862c-26.065 0-48.407 20.48-48.407 46.545v115.433c3.724 0 7.447 1.862 9.309 5.585l238.313 238.313 420.771-420.771h-109.847zM925.324 256.233c0-26.065-9.309-53.993-35.375-53.993h-72.611c0 1.862-1.862 1.862-1.862 3.724l-215.971 212.247 117.295 117.295 208.524-208.524v-70.749zM925.324 375.389l-195.491 195.491c-3.724 3.724-7.447 5.585-11.171 5.585s-9.309-1.862-11.171-5.585l-130.327-128.465-217.833 215.971c-3.724 3.724-7.447 5.585-11.171 5.585s-9.309-1.862-11.171-5.585l-238.313-234.589v364.916c0 26.065 24.204 48.407 50.269 48.407h739.142c26.065 0 35.375-22.342 35.375-48.407v-413.324z" />
|
33 |
-
<glyph unicode="" glyph-name="pa-separator" d="M299.753 425.658h-215.971c-13.033 0-22.342 9.309-22.342 22.342v0c0 13.033 9.309 22.342 22.342 22.342h215.971c13.033 0 22.342-9.309 22.342-22.342v0c0-13.033-9.309-22.342-22.342-22.342zM936.495 425.658h-215.971c-13.033 0-22.342 9.309-22.342 22.342v0c0 13.033 9.309 22.342 22.342 22.342h215.971c13.033 0 22.342-9.309 22.342-22.342v0c0-13.033-9.309-22.342-22.342-22.342zM633.018 550.4c-14.895 16.756-35.375 26.065-59.578 26.065-31.651 0-52.131-18.618-63.302-33.513-11.171 14.895-31.651 33.513-63.302 33.513-22.342 0-44.684-9.309-59.578-26.065s-22.342-37.236-22.342-59.578c0-24.204 9.309-46.545 29.789-70.749 16.756-20.48 40.96-40.96 68.887-65.164l1.862-1.862c9.309-9.309 20.48-16.756 31.651-27.927 3.724-3.724 7.447-3.724 11.171-3.724s7.447 1.862 11.171 3.724c11.171 9.309 20.48 18.618 29.789 26.065l1.862 1.862c27.927 24.204 52.131 44.684 70.749 65.164 20.48 24.204 29.789 46.545 29.789 70.749 3.724 24.204-5.585 44.684-18.618 61.44zM538.065 520.611c9.309 13.033 22.342 20.48 35.375 20.48s24.204-5.585 33.513-14.895c9.309-9.309 13.033-22.342 13.033-37.236 0-35.375-35.375-65.164-87.505-109.847v0c-7.447-5.585-14.895-13.033-22.342-18.618-7.447 7.447-14.895 13.033-22.342 18.618-52.131 44.684-87.505 74.473-87.505 109.847 0 14.895 3.724 27.927 13.033 37.236s20.48 14.895 33.513 14.895c14.895 0 26.065-7.447 35.375-20.48 5.585-9.309 9.309-18.618 11.171-22.342 1.862-7.447 9.309-11.171 16.756-11.171s14.895 5.585 16.756 11.171c1.862 5.585 3.724 14.895 11.171 22.342z" />
|
34 |
-
<glyph unicode="" glyph-name="pa-table" d="M61.44-2.56v901.12h901.12v-901.12h-901.12zM530.618 36.538h392.844v390.982h-392.844v-390.982zM100.538 36.538h390.982v390.982h-390.982v-390.982zM530.618 466.618h392.844v392.844h-392.844v-392.844zM100.538 466.618h390.982v392.844h-390.982v-392.844z" />
|
35 |
-
<glyph unicode="" glyph-name="pa-tabs" d="M938.356 732.858h-852.713c-13.033 0-22.342 9.309-22.342 22.342s11.171 22.342 22.342 22.342h850.851c13.033 0 22.342-9.309 22.342-22.342s-9.309-22.342-20.48-22.342zM938.356 425.658h-852.713c-13.033 0-22.342 9.309-22.342 22.342s9.309 22.342 22.342 22.342h850.851c13.033 0 22.342-9.309 22.342-22.342s-9.309-22.342-20.48-22.342zM938.356 118.458h-852.713c-13.033 0-22.342 9.309-22.342 22.342s9.309 22.342 22.342 22.342h850.851c13.033 0 22.342-9.309 22.342-22.342s-9.309-22.342-20.48-22.342z" />
|
36 |
-
<glyph unicode="" glyph-name="pa-twitter-feed" d="M951.389 729.135c-7.447 5.585-16.756 5.585-24.204 0-5.585-3.724-11.171-7.447-20.48-9.309 27.927 33.513 27.927 57.716 27.927 63.302 0 7.447-5.585 13.033-11.171 16.756-7.447 3.724-14.895 1.862-20.48-1.862-37.236-26.065-74.473-33.513-96.815-33.513-35.375 33.513-81.92 52.131-132.189 52.131-106.124 0-193.629-85.644-193.629-193.629 0-7.447 0-14.895 1.862-22.342-176.873 3.724-322.095 171.287-322.095 173.149-3.724 3.724-9.309 5.585-16.756 5.585s-13.033-3.724-16.756-9.309c-44.684-78.196-26.065-150.807 5.585-201.076-5.585 3.724-13.033 3.724-18.618 0-7.447-3.724-11.171-9.309-11.171-18.618-1.862-81.92 35.375-130.327 72.611-158.255-1.862-1.862-5.585-3.724-7.447-5.585-5.585-5.585-7.447-13.033-3.724-20.48 26.065-83.782 87.505-115.433 130.327-126.604-48.407-35.375-109.847-42.822-156.393-42.822-29.789 0-50.269 3.724-50.269 3.724-9.309 1.862-18.618-3.724-22.342-11.171-3.724-9.309-1.862-18.618 5.585-24.204 93.091-68.887 204.8-83.782 281.135-83.782 61.44 0 104.262 9.309 106.124 9.309 398.429 93.091 413.324 450.56 413.324 513.862 74.473 68.887 85.644 94.953 87.505 102.4 3.724 9.309 0 16.756-7.447 22.342zM830.371 611.84c0-3.724 22.342-389.12-379.811-482.211 0 0-40.96-9.309-96.815-9.309-52.131 0-122.88 7.447-189.905 37.236 61.44 3.724 135.913 22.342 189.905 81.92 5.585 5.585 7.447 14.895 3.724 22.342s-11.171 11.171-18.618 11.171c-3.724 0-83.782 1.862-122.88 74.473 18.618 0 35.375 1.862 48.407 7.447 7.447 3.724 13.033 11.171 11.171 20.48s-7.447 14.895-16.756 16.756c-3.724 1.862-96.815 22.342-113.571 119.156 14.895-5.585 31.651-9.309 48.407-7.447 7.447 1.862 14.895 7.447 16.756 14.895s0 16.756-5.585 20.48c-3.724 3.724-91.229 80.058-53.993 180.596 50.269-52.131 189.905-175.011 357.469-165.702 5.585 0 11.171 3.724 14.895 7.447 3.724 5.585 5.585 11.171 3.724 16.756-3.724 13.033-5.585 24.204-5.585 37.236 0 83.782 68.887 152.669 152.669 152.669 40.96 0 80.058-16.756 107.985-44.684 3.724-3.724 9.309-5.585 14.895-5.585h3.724c14.895 0 39.098 1.862 65.164 11.171-9.309-9.309-20.48-18.618-33.513-29.789-7.447-5.585-9.309-14.895-7.447-24.204 3.724-7.447 11.171-13.033 20.48-13.033 3.724 0 18.618 1.862 35.375 5.585-11.171-11.171-26.065-26.065-44.684-42.822-3.724 0-5.585-5.585-5.585-13.033z" />
|
37 |
-
<glyph unicode="" glyph-name="pa-unfold" d="M960.698 446.138c0-9.309-7.447-18.618-18.618-18.618h-93.091v-93.091c0-9.309-7.447-18.618-18.618-18.618-9.309 0-18.618 7.447-18.618 18.618v93.091h-93.091c-9.309 0-18.618 7.447-18.618 18.618 0 9.309 7.447 18.618 18.618 18.618h93.091v93.091c0 9.309 7.447 18.618 18.618 18.618 9.309 0 18.618-7.447 18.618-18.618v-93.091h93.091c9.309 0 18.618-9.309 18.618-18.618zM599.505 559.709c0-11.171-9.309-20.48-20.48-20.48h-495.244c-11.171 0-20.48 9.309-20.48 20.48s9.309 20.48 20.48 20.48h495.244c11.171 0 20.48-9.309 20.48-20.48zM709.353 781.265c0-11.171-9.309-20.48-20.48-20.48h-605.091c-11.171 0-20.48 9.309-20.48 20.48s9.309 20.48 20.48 20.48h605.091c11.171 0 20.48-9.309 20.48-20.48zM599.505 336.291c0-11.171-9.309-20.48-20.48-20.48h-495.244c-11.171 0-20.48 9.309-20.48 20.48s9.309 20.48 20.48 20.48h495.244c11.171 0 20.48-9.309 20.48-20.48zM709.353 114.735c0-11.171-9.309-20.48-20.48-20.48h-605.091c-11.171 0-20.48 9.309-20.48 20.48s9.309 20.48 20.48 20.48h605.091c11.171 0 20.48-9.309 20.48-20.48z" />
|
38 |
-
<glyph unicode="" glyph-name="pa-whatsapp" d="M512 898.56c-247.622 0-450.56-202.938-450.56-450.56 0-85.644 24.204-167.564 68.887-238.313-18.618-61.44-50.269-180.596-50.269-180.596-1.862-5.585 0-13.033 5.585-16.756 3.724-3.724 11.171-5.585 16.756-3.724l178.735 55.855c70.749-42.822 150.807-65.164 232.727-65.164 247.622 0 450.56 202.938 450.56 450.56s-204.8 448.698-452.422 448.698zM512 32.815c-78.196 0-154.531 22.342-219.695 63.302-1.862 1.862-5.585 1.862-9.309 1.862-1.862 0-3.724 0-5.585 0l-156.393-48.407c11.171 40.96 31.651 117.295 44.684 158.255 1.862 5.585 0 9.309-1.862 14.895-44.684 67.025-67.025 145.222-67.025 225.28 0 229.004 186.182 415.185 415.185 415.185s415.185-186.182 415.185-415.185-186.182-415.185-415.185-415.185zM806.167 341.876c-31.651 18.618-59.578 35.375-78.196 48.407-14.895 9.309-26.065 16.756-33.513 20.48-22.342 11.171-39.098 3.724-46.545-3.724 0 0-1.862-1.862-1.862-1.862-24.204-35.375-53.993-68.887-63.302-70.749-11.171 1.862-57.716 29.789-106.124 68.887-48.407 40.96-80.058 80.058-83.782 106.124 31.651 31.651 42.822 52.131 42.822 76.335s-55.855 122.88-65.164 134.051c-9.309 9.309-33.513 11.171-67.025 5.585-3.724 0-5.585-1.862-9.309-5.585s-102.4-104.262-55.855-227.142c52.131-134.051 182.458-288.582 351.884-314.647 18.618-3.724 37.236-3.724 53.993-3.724 98.676 0 158.255 50.269 173.149 148.945-1.862 7.447-3.724 14.895-11.171 18.618zM592.058 213.411c-178.735 26.065-290.444 202.938-323.956 292.305s27.927 167.564 44.684 186.182c13.033 1.862 26.065 3.724 31.651 1.862 11.171-16.756 52.131-93.091 53.993-107.985 0-9.309-3.724-22.342-39.098-57.716-3.724-3.724-5.585-7.447-5.585-13.033 0-91.229 191.767-215.971 225.28-215.971 29.789 0 67.025 50.269 89.367 81.92 1.862 0 3.724 0 5.585-1.862 5.585-3.724 16.756-9.309 31.651-18.618 18.618-11.171 42.822-27.927 70.749-42.822-11.171-61.44-46.545-124.742-184.32-104.262z" />
|
39 |
-
<glyph unicode="" glyph-name="pa-yelp-reviews" d="M458.007 591.36l-26.065 11.171c-96.815 40.96-96.815 40.96-104.262 40.96-14.895 0-26.065-7.447-33.513-18.618-14.895-20.48-16.756-72.611-13.033-102.4 1.862-14.895 3.724-22.342 7.447-29.789 7.447-13.033 18.618-20.48 31.651-20.48h1.862c5.585 0 11.171 1.862 59.578 16.756l35.375 11.171c9.309 3.724 16.756 5.585 22.342 7.447l7.447 1.862c5.585 1.862 7.447 1.862 7.447 1.862 16.756 5.585 27.927 18.618 27.927 39.098 1.862 18.618-7.447 35.375-24.204 40.96zM450.56 552.262c0-5.585-1.862-5.585-3.724-7.447-3.724-1.862-16.756-5.585-39.098-11.171l-3.724-1.862c-18.618-5.585-76.335-24.204-81.92-26.065 0 0 0 0-1.862 1.862 0 0 0 1.862 0 1.862-1.862 1.862-3.724 7.447-3.724 16.756-3.724 31.651 1.862 70.749 7.447 80.058 1.862 1.862 1.862 1.862 3.724 1.862 5.585-1.862 59.578-24.204 93.091-37.236l26.065-11.171c3.724-1.862 3.724-5.585 3.724-7.447zM502.691 507.578c-16.756 7.447-37.236 1.862-48.407-11.171-14.895-18.618-18.618-20.48-18.618-22.342-67.025-80.058-68.887-80.058-70.749-87.505-1.862-5.585-1.862-11.171-1.862-16.756 1.862-7.447 3.724-14.895 9.309-20.48 16.756-20.48 83.782-46.545 117.295-46.545h7.447c14.895 1.862 24.204 11.171 29.789 24.204 1.862 7.447 1.862 7.447 1.862 102.4v39.098c0 16.756-9.309 31.651-26.065 39.098zM493.382 468.48v-40.96c0-59.578 0-83.782 0-89.367 0 0-1.862-1.862-1.862-1.862-16.756-1.862-81.92 20.48-91.229 33.513-1.862 1.862-1.862 1.862-1.862 1.862v1.862c1.862 3.724 33.513 40.96 63.302 76.335 3.724 1.862 5.585 5.585 9.309 9.309l1.862 1.862c1.862 3.724 5.585 7.447 11.171 13.033 0 0 1.862 1.862 3.724 1.862s1.862 0 3.724-1.862 1.862-3.724 1.862-5.585zM729.833 488.96c-5.585 3.724-5.585 5.585-94.953 33.513-7.447 1.862-16.756 5.585-22.342 7.447l-5.585 1.862c-3.724 1.862-5.585 1.862-7.447 1.862-14.895 7.447-33.513 1.862-46.545-13.033-11.171-14.895-13.033-35.375-3.724-48.407l14.895-24.204c53.993-87.505 55.855-89.367 61.44-94.953 5.585-3.724 14.895-7.447 22.342-7.447 1.862 0 3.724 0 5.585 0s3.724 0 7.447 0h1.862c27.927 11.171 78.196 74.473 81.92 104.262 1.862 18.618-3.724 31.651-14.895 39.098zM709.353 459.171v0c-3.724-16.756-44.684-70.749-59.578-76.335-3.724 0-3.724 0-3.724 0-3.724 3.724-29.789 46.545-53.993 85.644l-14.895 24.204c0 1.862-1.862 3.724 1.862 9.309 1.862 1.862 3.724 1.862 3.724 1.862s0 0 3.724-1.862h1.862c5.585-1.862 14.895-5.585 35.375-11.171 48.407-16.756 78.196-26.065 85.644-27.927 0-1.862 0-1.862 0-3.724zM666.531 732.858v0c-13.033 5.585-27.927 5.585-37.236-1.862-7.447-3.724-7.447-3.724-61.44-80.058l-5.585-7.447c-7.447-9.309-16.756-22.342-18.618-24.204-11.171-13.033-11.171-33.513-1.862-48.407 7.447-13.033 22.342-20.48 35.375-20.48h3.724c1.862 0 3.724 0 5.585 1.862 1.862 0 1.862 0 3.724 1.862 5.585 1.862 13.033 3.724 24.204 5.585 102.4 24.204 102.4 24.204 107.985 29.789 11.171 7.447 16.756 20.48 16.756 33.513v1.862c-1.862 29.789-46.545 94.953-72.611 107.985zM705.629 621.149c0-1.862 0-3.724 0-3.724-3.724-1.862-33.513-9.309-81.92-20.48l-16.756-3.724c-13.033-3.724-20.48-3.724-24.204-7.447h-1.862c-1.862 0-5.585 1.862-7.447 3.724s-1.862 5.585-1.862 5.585c1.862 1.862 7.447 7.447 20.48 27.927l3.724 5.585c42.822 57.716 53.993 70.749 53.993 72.611 0 0 1.862 0 1.862-1.862 13.033-5.585 52.131-59.578 53.993-78.196zM517.585 874.356v0c-3.724 14.895-13.033 24.204-27.927 27.927-29.789 7.447-130.327-20.48-152.669-42.822-9.309-9.309-14.895-24.204-9.309-37.236l1.862-1.862c3.724-7.447 93.091-148.945 119.156-188.044 13.033-22.342 27.927-31.651 44.684-31.651 3.724 0 7.447 0 11.171 1.862 14.895 3.724 29.789 16.756 29.789 55.855-3.724 29.789-14.895 201.076-16.756 215.971zM493.382 634.182c-5.585-1.862-13.033 9.309-14.895 14.895-39.098 61.44-104.262 163.84-117.295 184.32 0 0 0 1.862 1.862 1.862 13.033 13.033 98.676 37.236 119.156 33.513 0-1.862 1.862-1.862 1.862-1.862 1.862-35.375 13.033-175.011 13.033-210.385v0c1.862-14.895-1.862-20.48-3.724-22.342zM342.575 148.247c-3.724 11.171-13.033 18.618-24.204 18.618l-50.269 3.724-18.618 46.545c-3.724 11.171-14.895 16.756-26.065 16.756s-22.342-7.447-26.065-16.756l-18.618-46.545-50.269-3.724c-11.171 0-20.48-7.447-24.204-18.618s0-22.342 9.309-29.789l39.098-31.651-11.171-48.407c-1.862-9.309 0-16.756 5.585-24.204 9.309-11.171 26.065-14.895 37.236-7.447l42.822 26.065 42.822-26.065c3.724-3.724 9.309-5.585 14.895-5.585 9.309 0 16.756 3.724 22.342 11.171s7.447 14.895 5.585 24.204l-18.618 48.407 40.96 33.513c7.447 7.447 11.171 18.618 7.447 29.789zM269.964 107.287c-7.447-5.585-11.171-14.895-7.447-24.204l11.171-46.545-40.96 26.065c-3.724 1.862-7.447 3.724-13.033 3.724s-9.309-1.862-13.033-3.724l-39.098-26.065 11.171 46.545c1.862 9.309-1.862 18.618-7.447 24.204l-37.236 29.789 48.407 3.724c9.309 0 16.756 7.447 20.48 14.895l18.618 44.684 18.618-44.684c3.724-9.309 11.171-14.895 20.48-14.895l48.407-3.724-39.098-29.789zM633.018 148.247c-3.724 11.171-13.033 18.618-24.204 18.618l-50.269 3.724-18.618 46.545c-3.724 11.171-14.895 16.756-26.065 16.756s-22.342-7.447-26.065-16.756l-18.618-46.545-50.269-3.724c-11.171 0-20.48-7.447-24.204-18.618s0-22.342 9.309-29.789l39.098-31.651-11.171-48.407c-1.862-9.309 0-16.756 3.724-24.204 9.309-11.171 26.065-14.895 37.236-7.447l42.822 26.065 42.822-26.065c3.724-3.724 9.309-5.585 14.895-5.585 9.309 0 16.756 3.724 22.342 11.171s7.447 14.895 5.585 24.204l-16.756 48.407 40.96 33.513c7.447 7.447 11.171 18.618 7.447 29.789zM562.269 107.287c-7.447-5.585-11.171-14.895-7.447-24.204l11.171-46.545-40.96 26.065c-3.724 1.862-7.447 3.724-13.033 3.724s-9.309-1.862-13.033-3.724l-40.96-24.204 11.171 46.545c1.862 9.309-1.862 18.618-7.447 24.204l-37.236 29.789 48.407 3.724c9.309 0 16.756 7.447 20.48 14.895l18.618 44.684 18.618-44.684c3.724-9.309 11.171-14.895 20.48-14.895l48.407-3.724-37.236-31.651zM923.462 148.247c-3.724 11.171-13.033 18.618-24.204 18.618l-50.269 3.724-18.618 46.545c-3.724 11.171-14.895 16.756-26.065 16.756s-22.342-7.447-26.065-16.756l-18.618-46.545-52.131-1.862c-11.171 0-20.48-7.447-24.204-18.618s0-22.342 9.309-29.789l39.098-31.651-11.171-48.407c-1.862-9.309 0-16.756 5.585-24.204 9.309-11.171 26.065-14.895 37.236-7.447l42.822 26.065 42.822-26.065c5.585-3.724 9.309-5.585 14.895-5.585 7.447 0 16.756 3.724 22.342 11.171s7.447 14.895 5.585 24.204l-16.756 46.545 40.96 33.513c9.309 7.447 11.171 18.618 7.447 29.789zM852.713 107.287c-7.447-5.585-11.171-14.895-7.447-24.204l11.171-46.545-40.96 26.065c-3.724 1.862-7.447 3.724-13.033 3.724s-9.309-1.862-13.033-3.724l-40.96-24.204 11.171 46.545c1.862 9.309 0 18.618-7.447 24.204l-37.236 29.789 48.407 1.862c9.309 0 16.756 7.447 20.48 14.895l18.618 44.684 18.618-44.684c3.724-9.309 11.171-14.895 20.48-14.895l48.407-3.724-37.236-29.789z" />
|
40 |
-
<glyph unicode="" glyph-name="pa-admin-icon" d="M1024.437 448.219c-0.596-158.073-72.763-299.17-185.761-392.653l-0.858-0.689h-13.548l-104.891 323.851 285.828 207.597 3.059-11.8c9.961-37.82 15.839-81.301 16.17-126.103l0.001-0.204zM798.047 22.972l-10.489-6.556c-77.973-50.165-173.175-79.974-275.339-79.974s-197.366 29.808-277.383 81.202l2.043-1.228-10.489 6.556 285.828 206.723zM305.058 380.913l-107.076-329.533h-9.178c-115.562 94.543-188.753 237.138-188.804 396.829v0.009c0.139 45.7 6.029 89.961 16.983 132.181l-0.813-3.69 3.059 11.8zM493.426 960l-109.262-336.963h-352.697l4.37 13.111c73.442 181.603 242.662 310.074 443.369 323.333l1.545 0.082zM992.97 623.037h-352.697l-109.262 336.963h12.674c202.344-13.418 371.597-142.068 443.682-320.403l1.232-3.448z" />
|
41 |
-
<glyph unicode="" glyph-name="pa-lottie-animations" d="M273.772 219.293c-5.722-1.206-12.299-1.899-19.037-1.904h-9.313c-12.276-1.794-21.813-11.547-23.26-23.779l-0.012-0.129c-0.186-1.288-0.293-2.775-0.293-4.287 0-12.022 6.73-22.472 16.627-27.789l0.168-0.083c6.668-2.33 14.356-3.676 22.357-3.676 4.437 0 8.778 0.414 12.985 1.205l-0.434-0.068h9.309l7.193 1.904c5.924 1.693 12.060 3.174 17.983 5.289 37.952 15.749 69.911 39.221 95.137 68.637l0.281 0.335c37.234 40.691 70.33 86.259 97.955 135.319l1.906 3.683c11.848 21.157 22.85 40.833 34.063 61.355 28.002 54.161 56.091 99.914 87.072 143.466l-2.444-3.618c22.386 31.7 48.457 58.847 78.044 81.655l0.872 0.646c15.984 13.227 36.694 21.251 59.279 21.251 1.474 0 2.941-0.034 4.399-0.102l-0.206 0.008c2.627-0.831 5.648-1.31 8.78-1.31 16.615 0 30.083 13.469 30.083 30.083 0 13.482-8.869 24.892-21.090 28.716l-0.213 0.057-5.501 1.058c-6.103 0.909-13.146 1.428-20.311 1.428s-14.208-0.519-21.095-1.522l0.784 0.094c-4.231-1.269-8.463-2.116-12.694-2.962-4.136-0.705-7.765-1.66-11.261-2.895l0.471 0.145c-56.489-19.888-94.995-63.471-129.481-105.785-10.090-12.821-20.404-27.378-30-42.437l-1.313-2.204-9.098-13.752c-16.926-25.177-31.947-52.681-46.334-79.127l-12.060-21.157c-11.002-20.099-21.157-40.198-33.64-60.086-6.347-11.002-13.329-21.157-21.157-32.582l-10.367-16.291c-23.341-39.006-50.62-72.547-82.016-101.715l-0.285-0.262c-16.751-17.293-38.011-30.122-61.886-36.594l-0.95-0.219zM981.686 917.686v-939.372h-939.372v939.372h939.372zM1024 960h-1024v-1024h1024z" />
|
42 |
-
<glyph unicode="" glyph-name="pa-icon-list" horiz-adv-x="1260" d="M262.564 907.487h971.487c14.501 0 26.256-11.755 26.256-26.256s-11.755-26.256-26.256-26.256h-971.487c-14.501 0-26.256 11.755-26.256 26.256s11.755 26.256 26.256 26.256zM157.538 881.231c0-43.503-35.266-78.769-78.769-78.769s-78.769 35.266-78.769 78.769c0 43.503 35.266 78.769 78.769 78.769s78.769-35.266 78.769-78.769zM262.564 474.256h971.487c14.501 0 26.256-11.755 26.256-26.256s-11.755-26.256-26.256-26.256h-971.487c-14.501 0-26.256 11.755-26.256 26.256s11.755 26.256 26.256 26.256zM157.538 448c0-43.503-35.266-78.769-78.769-78.769s-78.769 35.266-78.769 78.769c0 43.503 35.266 78.769 78.769 78.769s78.769-35.266 78.769-78.769zM262.564 41.026h971.487c14.501 0 26.256-11.755 26.256-26.256s-11.755-26.256-26.256-26.256h-971.487c-14.501 0-26.256 11.755-26.256 26.256s11.755 26.256 26.256 26.256zM157.538 14.769c0-43.503-35.266-78.769-78.769-78.769s-78.769 35.266-78.769 78.769c0 43.503 35.266 78.769 78.769 78.769s78.769-35.266 78.769-78.769z" />
|
43 |
-
<glyph unicode="" glyph-name="horizontal-mouse-scroll" d="M693.248 523.776c0 98.304-79.872 177.152-177.152 177.152h-8.192c-98.304 0-177.152-79.872-177.152-177.152v-150.528c0-98.304 79.872-177.152 177.152-177.152h8.192c98.304 0 177.152 79.872 177.152 177.152v150.528zM663.552 372.224c0-40.96-16.384-77.824-43.008-104.448s-63.488-43.008-104.448-43.008h-8.192c-40.96 0-77.824 16.384-104.448 43.008s-43.008 63.488-43.008 104.448v151.552c0 40.96 16.384 77.824 43.008 104.448s63.488 43.008 104.448 43.008h8.192c40.96 0 77.824-16.384 104.448-43.008s43.008-63.488 43.008-104.448v-151.552zM512 551.424c-8.192 0-15.36-7.168-15.36-15.36v-44.032c0-8.192 7.168-15.36 15.36-15.36s15.36 7.168 15.36 15.36v44.032c-1.024 8.192-7.168 15.36-15.36 15.36zM54.272 457.216c-4.096-5.12-4.096-13.312 0-18.432l59.392-74.752c5.12-6.144 14.336-7.168 20.48-2.048s7.168 14.336 2.048 20.48v0l-51.2 65.536 52.224 65.536c5.12 6.144 4.096 15.36-2.048 20.48s-15.36 4.096-20.48-2.048l-60.416-74.752zM886.784 382.464c-5.12-6.144-4.096-15.36 2.048-20.48s15.36-4.096 20.48 2.048l59.392 74.752c4.096 5.12 4.096 13.312 0 18.432l-59.392 74.752c-5.12 6.144-14.336 7.168-20.48 2.048s-7.168-14.336-2.048-20.48v0l52.224-65.536-52.224-65.536z" />
|
44 |
-
<glyph unicode="" glyph-name="vertical-mouse-scroll" d="M693.248 523.776c0 98.304-79.872 177.152-177.152 177.152h-8.192c-98.304 0-177.152-79.872-177.152-177.152v-150.528c0-98.304 79.872-177.152 177.152-177.152h8.192c98.304 0 177.152 79.872 177.152 177.152v150.528zM663.552 372.224c0-40.96-16.384-77.824-43.008-104.448s-63.488-43.008-104.448-43.008h-8.192c-40.96 0-77.824 16.384-104.448 43.008s-43.008 63.488-43.008 104.448v151.552c0 40.96 16.384 77.824 43.008 104.448s63.488 43.008 104.448 43.008h8.192c40.96 0 77.824-16.384 104.448-43.008s43.008-63.488 43.008-104.448v-151.552zM512 551.424c-8.192 0-15.36-7.168-15.36-15.36v-44.032c0-8.192 7.168-15.36 15.36-15.36s15.36 7.168 15.36 15.36v44.032c-1.024 8.192-7.168 15.36-15.36 15.36zM502.784-9.728c5.12-4.096 13.312-4.096 18.432 0l74.752 59.392c6.144 5.12 7.168 14.336 2.048 20.48s-14.336 7.168-20.48 2.048v0l-65.536-51.2-65.536 52.224c-6.144 5.12-15.36 4.096-20.48-2.048s-4.096-15.36 2.048-20.48l74.752-60.416zM577.536 822.784c6.144-5.12 15.36-4.096 20.48 2.048s4.096 15.36-2.048 20.48l-74.752 59.392c-5.12 4.096-13.312 4.096-18.432 0l-74.752-59.392c-6.144-5.12-7.168-14.336-2.048-20.48s14.336-7.168 20.48-2.048v0l65.536 52.224 65.536-52.224z" />
|
45 |
-
<glyph unicode="" glyph-name="pa-image-scroll" d="M651.636 650.938c-33.513 0-61.44-27.927-61.44-61.44s27.927-61.44 61.44-61.44 61.44 27.927 61.44 61.44c0 33.513-27.927 61.44-61.44 61.44zM651.636 552.262c-20.48 0-35.375 16.756-35.375 35.375 0 20.48 16.756 35.375 35.375 35.375s35.375-14.895 35.375-35.375-16.756-35.375-35.375-35.375zM772.655 721.687h-519.447c-7.447 0-13.033-5.585-13.033-13.033v-521.309c0-7.447 5.585-13.033 13.033-13.033h519.447c7.447 0 13.033 5.585 13.033 13.033v521.309c-1.862 7.447-5.585 13.033-13.033 13.033zM268.102 202.24v109.847l139.636 139.636 249.484-249.484h-389.12zM690.735 202.24c0 0 0 0-1.862 1.862l-126.604 126.604 67.025 67.025 128.465-128.465 1.862-67.025h-68.887zM759.622 304.64l-119.156 119.156c-3.724 3.724-13.033 3.724-18.618 0l-76.335-76.335-130.327 130.327c-5.585 5.585-13.033 5.585-18.618 0l-130.327-130.327v346.298h493.382v-389.12zM891.811 343.738c1.862-1.862 5.585-3.724 9.309-3.724s7.447 1.862 9.309 3.724l94.953 94.953c1.862 1.862 3.724 5.585 3.724 9.309s-1.862 7.447-3.724 9.309l-94.953 94.953c-5.585 5.585-13.033 5.585-18.618 0s-5.585-13.033 0-18.618l85.644-85.644-85.644-85.644c-5.585-5.585-5.585-13.033 0-18.618zM132.189 552.262c-1.862 1.862-5.585 3.724-9.309 3.724s-7.447-1.862-9.309-3.724l-94.953-94.953c-1.862-1.862-3.724-5.585-3.724-9.309s1.862-7.447 3.724-9.309l94.953-94.953c5.585-5.585 13.033-5.585 18.618 0s5.585 13.033 0 18.618l-85.644 85.644 85.644 85.644c5.585 5.585 5.585 13.033 0 18.618zM407.738 68.189c-1.862-1.862-3.724-5.585-3.724-9.309s1.862-7.447 3.724-9.309l94.953-94.953c1.862-1.862 5.585-3.724 9.309-3.724s7.447 1.862 9.309 3.724l94.953 94.953c5.585 5.585 5.585 13.033 0 18.618s-13.033 5.585-18.618 0l-85.644-85.644-85.644 85.644c-5.585 5.585-13.033 5.585-18.618 0zM616.262 827.811c1.862 1.862 3.724 5.585 3.724 9.309s-1.862 7.447-3.724 9.309l-94.953 94.953c-1.862 1.862-5.585 3.724-9.309 3.724s-7.447-1.862-9.309-3.724l-94.953-94.953c-5.585-5.585-5.585-13.033 0-18.618s13.033-5.585 18.618 0l85.644 85.644 85.644-85.644c5.585-5.585 13.033-5.585 18.618 0z" />
|
46 |
-
<glyph unicode="" glyph-name="pa-banner" d="M942.080 900.422h-858.298c-11.171 0-22.342-9.309-22.342-20.48v-860.16c0-11.171 9.309-22.342 22.342-22.342h858.298c11.171 0 22.342 9.309 22.342 22.342v860.16c0 11.171-9.309 20.48-22.342 20.48zM104.262 857.6h817.338v-644.189l-197.353 197.353c-7.447 7.447-22.342 7.447-29.789 0l-128.465-126.604-215.971 214.109c-9.309 9.309-22.342 9.309-29.789 0l-215.971-214.109v573.44zM104.262 42.124v182.458l230.865 230.865 413.324-413.324c0-1.862-644.189-1.862-644.189 0zM921.6 42.124h-111.709c0 0 0 1.862-1.862 1.862l-212.247 208.524 111.709 111.709 212.247-212.247 1.862-109.847zM744.727 582.051c-55.855 0-100.538 44.684-100.538 100.538s44.684 100.538 100.538 100.538 100.538-44.684 100.538-100.538-44.684-100.538-100.538-100.538zM744.727 740.305c-31.651 0-57.716-26.065-57.716-57.716s26.065-57.716 57.716-57.716 57.716 26.065 57.716 57.716-26.065 57.716-57.716 57.716z" />
|
47 |
-
<glyph unicode="" glyph-name="pa-blog" d="M837.818 19.782h-733.556c-11.171 0-22.342 9.309-22.342 22.342v729.833c0 11.171 9.309 22.342 22.342 22.342h344.436v-42.822h-323.956v-688.873h688.873v322.095h42.822v-346.298c0-9.309-9.309-18.618-18.618-18.618zM558.545 312.087h-161.978c-11.171 0-22.342 9.309-22.342 22.342v160.116c0 5.585 1.862 11.171 5.585 14.895l364.916 361.193c7.447 7.447 22.342 7.447 29.789 0l161.978-161.978c7.447-9.309 7.447-22.342 0-29.789l-363.055-361.193c-3.724-3.724-9.309-5.585-14.895-5.585zM417.047 354.909h130.327l340.713 340.713-130.327 132.189-340.713-342.575v-130.327z" />
|
48 |
-
<glyph unicode="" glyph-name="pa-button" d="M919.738 820.364h-813.615c-52.131 0-96.815-42.822-96.815-96.815v-284.858c0-52.131 42.822-96.815 96.815-96.815h405.876v27.927h-405.876c-37.236 0-68.887 29.789-68.887 68.887v284.858c0 37.236 29.789 68.887 68.887 68.887h811.753c37.236 0 68.887-29.789 68.887-68.887v-284.858c0-37.236-29.789-68.887-68.887-68.887h-52.131l31.651-27.927h20.48c52.131 0 96.815 42.822 96.815 96.815v284.858c0 53.993-42.822 96.815-94.953 96.815zM884.364 274.851c9.309 0 13.033 11.171 5.585 16.756l-55.855 50.269-31.651 27.927-243.898 227.142c-5.585 5.585-16.756 1.862-16.756-7.447v-452.422c0-9.309 9.309-13.033 16.756-7.447l83.782 80.058c5.585 3.724 13.033 3.724 14.895-3.724l55.855-126.604c3.724-5.585 9.309-7.447 13.033-5.585l83.782 37.236c5.585 3.724 7.447 9.309 5.585 13.033l-55.855 126.604c-3.724 5.585 1.862 13.033 9.309 14.895l115.433 9.309zM768.931 127.767l-26.065-9.309c-5.585-3.724-11.171 0-13.033 5.585l-59.578 137.775c-3.724 5.585-11.171 9.309-14.895 3.724l-63.302-61.44c-5.585-5.585-16.756-1.862-16.756 7.447v305.338c0 9.309 9.309 13.033 16.756 7.447l169.425-154.531 31.651-27.927 26.065-24.204c7.447-5.585 3.724-16.756-5.585-16.756l-89.367-5.585c-7.447 0-11.171-7.447-9.309-14.895l61.44-139.636c1.862-3.724-1.862-9.309-7.447-13.033z" />
|
49 |
-
<glyph unicode="" glyph-name="pa-carousel" d="M687.011 189.207c-26.065 0-46.545-20.48-46.545-46.545s20.48-46.545 46.545-46.545 46.545 20.48 46.545 46.545-20.48 46.545-46.545 46.545zM687.011 114.735c-14.895 0-27.927 13.033-27.927 27.927s13.033 27.927 27.927 27.927c14.895 0 27.927-13.033 27.927-27.927s-13.033-27.927-27.927-27.927zM336.989 189.207c-26.065 0-46.545-20.48-46.545-46.545s20.48-46.545 46.545-46.545c26.065 0 46.545 20.48 46.545 46.545s-20.48 46.545-46.545 46.545zM336.989 114.735c-14.895 0-27.927 13.033-27.927 27.927s13.033 27.927 27.927 27.927c14.895 0 27.927-13.033 27.927-27.927 1.862-14.895-11.171-27.927-27.927-27.927zM512 189.207c-26.065 0-46.545-20.48-46.545-46.545s20.48-46.545 46.545-46.545c27.927 0 46.545 20.48 46.545 46.545s-20.48 46.545-46.545 46.545zM512 114.735c-14.895 0-27.927 13.033-27.927 27.927s13.033 27.927 27.927 27.927c16.756 0 27.927-13.033 27.927-27.927s-13.033-27.927-27.927-27.927zM761.484 278.575h-497.105c-7.447 0-13.033 5.585-13.033 13.033v497.105c0 7.447 5.585 13.033 13.033 13.033h497.105c7.447 0 13.033-5.585 13.033-13.033v-497.105c0-7.447-7.447-13.033-13.033-13.033zM277.411 304.64h471.040v471.040h-471.040v-471.040zM152.669 801.745h-135.913v-26.065h122.88v-471.040h-122.88v-26.065h135.913c7.447 0 13.033 5.585 13.033 13.033v497.105c0 7.447-5.585 13.033-13.033 13.033zM858.298 788.713v-497.105c0-7.447 5.585-13.033 13.033-13.033h135.913v26.065h-122.88v471.040h122.88v26.065h-135.913c-7.447 0-13.033-5.585-13.033-13.033z" />
|
50 |
-
<glyph unicode="" glyph-name="pa-grid" d="M474.764 485.236h-431.942v433.804h431.942v-433.804zM85.644 529.92h346.298v344.436h-346.298v-344.436zM981.178 485.236h-431.942v433.804h431.942v-433.804zM592.058 529.92h346.298v344.436h-346.298v-344.436zM474.764-23.040h-431.942v433.804h431.942v-433.804zM85.644 19.782h346.298v346.298h-346.298v-346.298zM981.178-23.040h-431.942v433.804h431.942v-433.804zM592.058 19.782h346.298v346.298h-346.298v-346.298z" />
|
51 |
-
<glyph unicode="" glyph-name="pa-image-button" d="M1010.967 207.825l-303.476 180.596c-3.724 1.862-7.447 1.862-13.033 0-3.724-3.724-5.585-7.447-5.585-11.171l74.473-348.16c0-5.585 5.585-7.447 7.447-7.447 5.585-1.862 9.309 1.862 11.171 5.585l52.131 74.473c0 1.862 1.862 1.862 3.724 1.862s1.862 0 3.724-1.862l63.302-89.367c1.862-3.724 7.447-5.585 9.309-5.585s5.585 0 7.447 1.862l57.716 40.96c3.724 1.862 3.724 5.585 5.585 7.447 0 3.724 0 7.447-1.862 7.447l-63.302 89.367c0 0 0 1.862 0 3.724s1.862 1.862 1.862 1.862l89.367 24.204c5.585 1.862 7.447 5.585 7.447 9.309s-3.724 13.033-7.447 14.895zM867.607 178.036c-1.862-3.724 0-7.447 1.862-11.171l70.749-96.815c1.862-1.862 1.862-3.724 0-5.585l-18.618-13.033h-1.862c-1.862 0-1.862 0-3.724 1.862l-70.749 96.815c-1.862 3.724-7.447 5.585-9.309 5.585v0c-3.724 0-7.447-1.862-9.309-5.585l-39.098-57.716c-1.862-1.862-3.724-1.862-3.724-1.862s-3.724 0-3.724 3.724l-48.407 232.727c0 1.862 1.862 3.724 1.862 3.724s1.862 1.862 3.724 0l204.8-122.88c1.862-1.862 1.862-3.724 1.862-3.724s0-1.862-3.724-3.724l-67.025-18.618c0 0-3.724-1.862-5.585-3.724zM275.549 755.2c-52.131 0-94.953-42.822-94.953-94.953s40.96-94.953 94.953-94.953c52.131 0 94.953 42.822 94.953 94.953 1.862 53.993-42.822 94.953-94.953 94.953zM275.549 602.531c-31.651 0-57.716 24.204-57.716 57.716 0 31.651 24.204 57.716 57.716 57.716s57.716-24.204 57.716-57.716c0-29.789-26.065-57.716-57.716-57.716zM891.811 440.553c-7.447-7.447-18.618-7.447-26.065-1.862l-186.182 171.287-150.807-165.702 27.927-27.927c3.724-3.724 5.585-7.447 5.585-13.033s-1.862-9.309-5.585-13.033c-7.447-7.447-20.48-7.447-26.065 0l-121.018 119.156-271.825-236.451c-3.724-3.724-7.447-5.585-13.033-5.585s-9.309 1.862-13.033 7.447-7.447 20.48 1.862 26.065l284.858 251.345c7.447 7.447 18.618 7.447 24.204 0l76.335-78.196 161.978 176.873c3.724 3.724 7.447 7.447 13.033 7.447s9.309-1.862 13.033-5.585l201.076-184.32c9.309-9.309 9.309-20.48 3.724-27.927zM979.316 870.633v-534.342c0-9.309-7.447-18.618-18.618-18.618s-18.618 7.447-18.618 18.618v515.724h-897.396v-698.182h599.505c9.309 0 18.618-7.447 18.618-18.618s-7.447-18.618-18.618-18.618h-618.124c-9.309 0-18.618 7.447-18.618 18.618v735.418c0 9.309 7.447 18.618 18.618 18.618h936.495c9.309 0 16.756-7.447 16.756-18.618z" />
|
52 |
-
<glyph unicode="" glyph-name="pa-image-separator" d="M651.636 528.058c-33.513 0-61.44 27.927-61.44 61.44s27.927 61.44 61.44 61.44 61.44-27.927 61.44-61.44-27.927-61.44-61.44-61.44zM651.636 623.011c-18.618 0-35.375-14.895-35.375-35.375 0-18.618 14.895-35.375 35.375-35.375 18.618 0 35.375 14.895 35.375 35.375s-16.756 35.375-35.375 35.375zM997.935 459.171h-214.109v249.484c0 7.447-5.585 13.033-13.033 13.033h-519.447c-7.447 0-13.033-5.585-13.033-13.033v-249.484h-212.247c-5.585 0-11.171-5.585-11.171-11.171s5.585-11.171 11.171-11.171h212.247v-249.484c0-7.447 5.585-13.033 13.033-13.033h519.447c7.447 0 13.033 5.585 13.033 13.033v249.484h212.247c5.585 0 11.171 5.585 11.171 11.171s-3.724 11.171-9.309 11.171zM266.24 202.24v109.847l139.636 139.636 249.484-249.484h-389.12zM757.76 202.24h-68.887c0 0 0 0-1.862 1.862l-126.604 126.604 67.025 67.025 128.465-128.465v-67.025zM757.76 304.64l-119.156 119.156c-3.724 3.724-13.033 3.724-18.618 0l-76.335-76.335-130.327 130.327c-5.585 5.585-13.033 5.585-18.618 0l-130.327-130.327v346.298h493.382v-389.12z" />
|
53 |
-
<glyph unicode="" glyph-name="pa-modal-box" d="M925.324 881.804h-822.924c-11.171 0-22.342-9.309-22.342-20.48v-822.924c0-11.171 9.309-22.342 22.342-22.342h822.924c11.171 0 20.48 9.309 20.48 22.342v822.924c0 11.171-11.171 20.48-20.48 20.48zM124.742 838.982h778.24v-141.498h-778.24v141.498zM902.982 60.742h-778.24v593.92h778.24v-593.92zM856.436 747.753h-98.676c-11.171 0-22.342 9.309-22.342 22.342s9.309 22.342 22.342 22.342h98.676c11.171 0 22.342-9.309 22.342-22.342s-9.309-22.342-22.342-22.342z" />
|
54 |
-
<glyph unicode="" glyph-name="pa-persons" d="M601.367 431.244c81.92 35.375 139.636 117.295 139.636 214.109 0 128.465-102.4 232.727-229.004 232.727s-229.004-104.262-229.004-232.727c0-94.953 57.716-178.735 139.636-214.109-186.182-40.96-327.68-210.385-327.68-413.324h42.822c0 210.385 167.564 379.811 374.225 379.811s374.225-171.287 374.225-379.811h42.822c0 202.938-139.636 372.364-327.68 413.324zM325.818 645.353c0 104.262 83.782 189.905 186.182 189.905s186.182-85.644 186.182-189.905-83.782-189.905-186.182-189.905-186.182 85.644-186.182 189.905z" />
|
55 |
-
<glyph unicode="" glyph-name="pa-pricing-table" d="M640.465 371.665c0-50.269-40.96-93.091-93.091-93.091h-11.171c-1.862 0-3.724-1.862-3.724-3.724v-48.407c0-11.171-9.309-18.618-18.618-18.618-11.171 0-18.618 9.309-18.618 18.618v46.545c0 1.862-1.862 3.724-3.724 3.724h-67.025c-11.171 0-18.618 9.309-18.618 18.618s9.309 18.618 18.618 18.618h122.88c31.651 0 55.855 24.204 55.855 55.855s-24.204 55.855-55.855 55.855h-68.887c-52.131 0-93.091 40.96-93.091 93.091s40.96 93.091 93.091 93.091h11.171c1.862 0 3.724 1.862 3.724 3.724v48.407c0 9.309 9.309 18.618 18.618 18.618s18.618-9.309 18.618-18.618v-48.407c0-1.862 1.862-3.724 3.724-3.724h63.302c9.309 0 18.618-9.309 18.618-18.618 0-11.171-9.309-18.618-18.618-18.618h-121.018c-31.651 0-55.855-26.065-55.855-55.855 0-31.651 26.065-55.855 55.855-55.855h68.887c52.131 1.862 94.953-39.098 94.953-91.229zM841.542 930.211h-657.222c-22.342 0-39.098-18.618-39.098-39.098v-888.087c0-22.342 18.618-39.098 39.098-39.098h657.222c22.342 0 39.098 18.618 39.098 39.098v888.087c-1.862 20.48-18.618 39.098-39.098 39.098zM834.095 6.749h-644.189v878.778h646.051c0 0 0-878.778-1.862-878.778z" />
|
56 |
-
<glyph unicode="" glyph-name="pa-progress-bar" d="M942.080 155.695v-42.822h-409.6v-68.887h-42.822v68.887h-407.738v42.822h407.738v68.887h42.822v-68.887zM942.080 784.989v-42.822h-586.473v-68.887h-42.822v68.887h-230.865v42.822h230.865v68.887h42.822v-68.887zM822.924 470.342v-42.822h-117.295v-68.887h-42.822v68.887h-580.887v42.822h580.887v68.887h42.822v-68.887z" />
|
57 |
-
<glyph unicode="" glyph-name="pa-testimonials" d="M318.371 615.564h383.535v-42.822h-383.535v42.822zM318.371 474.065h383.535v-42.822h-383.535v42.822zM182.458 86.807l53.993 173.149c-96.815 53.993-154.531 152.669-154.531 262.516 0 167.564 137.775 301.615 305.338 301.615h247.622c167.564 1.862 305.338-134.051 305.338-301.615s-137.775-301.615-305.338-301.615h-160.116l-275.549-148.945c-9.309-5.585-20.48 3.724-16.756 14.895zM389.12 783.127c-145.222 0-262.516-117.295-262.516-260.655 0-100.538 55.855-188.044 147.084-232.727l16.756-7.447-42.822-137.775 219.695 119.156h169.425c145.222 0 262.516 117.295 262.516 258.793s-117.295 260.655-262.516 260.655h-247.622z" />
|
58 |
-
<glyph unicode="" glyph-name="pa-title" d="M822.924 898.56h-619.985c-13.033 0-22.342-9.309-22.342-22.342v-102.4c0-13.033 9.309-22.342 22.342-22.342s22.342 7.447 22.342 20.48v80.058h264.378v-809.891h-55.855c-13.033 0-22.342-9.309-22.342-22.342s9.309-22.342 22.342-22.342h156.393c13.033 0 22.342 9.309 22.342 22.342s-9.309 22.342-22.342 22.342h-55.855v809.891h264.378v-80.058c0-13.033 9.309-22.342 22.342-22.342s22.342 9.309 22.342 22.342v104.262c1.862 11.171-9.309 22.342-20.48 22.342v0z" />
|
59 |
-
<glyph unicode="" glyph-name="pa-vertical-scroll" d="M512 898.56c-65.164 0-121.018-53.993-121.018-121.018s53.993-121.018 121.018-121.018c67.025 0 121.018 53.993 121.018 121.018 1.862 67.025-52.131 121.018-121.018 121.018zM512 690.036c-48.407 0-87.505 39.098-87.505 87.505s39.098 87.505 87.505 87.505 87.505-39.098 87.505-87.505c0-48.407-39.098-87.505-87.505-87.505zM512 243.2c-65.164 0-121.018-55.855-121.018-121.018 0-67.025 53.993-121.018 121.018-121.018s121.018 53.993 121.018 121.018c1.862 65.164-52.131 121.018-121.018 121.018zM512 34.676c-48.407 0-87.505 39.098-87.505 87.505s39.098 87.505 87.505 87.505 87.505-39.098 87.505-87.505-39.098-87.505-87.505-87.505zM512 570.88c-67.025 0-121.018-53.993-121.018-121.018s55.855-122.88 121.018-122.88c67.025 0 121.018 53.993 121.018 121.018 1.862 68.887-52.131 122.88-121.018 122.88zM512 362.356c-48.407 0-87.505 39.098-87.505 87.505s39.098 87.505 87.505 87.505 87.505-39.098 87.505-87.505-39.098-87.505-87.505-87.505z" />
|
60 |
-
<glyph unicode="" glyph-name="pa-video-box" d="M703.767 457.309l-284.858 210.385c-5.585 3.724-14.895 0-14.895-7.447v-422.633c0-7.447 9.309-11.171 14.895-7.447l286.72 210.385c3.724 5.585 3.724 13.033-1.862 16.756zM446.836 306.502v282.996l191.767-141.498-191.767-141.498zM512 930.211c-273.687 0-495.244-217.833-495.244-482.211s223.418-482.211 495.244-482.211c273.687 0 495.244 215.971 495.244 482.211s-221.556 482.211-495.244 482.211zM512 19.782c-247.622 0-446.836 193.629-446.836 430.080s199.215 430.080 446.836 430.080 446.836-193.629 446.836-430.080-201.076-430.080-446.836-430.080z" />
|
61 |
-
<glyph unicode="" glyph-name="pa-countdown" d="M917.876 861.324h-223.418v35.375c0 11.171-9.309 20.48-22.342 20.48s-20.48-9.309-20.48-20.48v-35.375h-282.996v35.375c0 11.171-9.309 20.48-22.342 20.48-11.171 0-22.342-9.309-22.342-20.48v-35.375h-223.418c-9.309 0-18.618-9.309-18.618-20.48v-837.818c0-11.171 9.309-22.342 22.342-22.342h815.476c11.171 0 22.342 9.309 22.342 22.342v837.818c-1.862 11.171-11.171 20.48-24.204 20.48zM124.742 818.502h201.076v-44.684c0-11.171 9.309-22.342 22.342-22.342 11.171 0 22.342 9.309 22.342 22.342v44.684h284.858v-44.684c0-11.171 9.309-22.342 22.342-22.342s22.342 9.309 22.342 22.342v44.684h201.076v-148.945h-776.378v148.945zM897.396 25.367h-772.655v601.367h772.655v-601.367zM385.396 140.8h-40.96v262.516c0 22.342 0 42.822 1.862 61.44-3.724-3.724-7.447-7.447-11.171-11.171-5.585-3.724-24.204-20.48-61.44-48.407l-22.342 27.927 96.815 74.473h37.236v-366.778zM571.578 140.8l152.669 329.542h-201.076v39.098h245.76v-33.513l-150.807-335.127h-46.545z" />
|
62 |
-
<glyph unicode="" glyph-name="pa-counter" d="M420.771 265.542h-40.96v258.793c0 22.342 0 42.822 1.862 61.44-3.724-3.724-7.447-7.447-11.171-11.171s-24.204-20.48-59.578-48.407l-22.342 27.927 94.953 72.611h35.375c1.862 1.862 1.862-361.193 1.862-361.193zM660.945 265.542h-40.96v258.793c0 22.342 0 42.822 1.862 61.44-3.724-3.724-7.447-7.447-11.171-11.171s-24.204-20.48-59.578-48.407l-22.342 27.927 94.953 72.611h35.375v-361.193zM512 939.52c-279.273 0-504.553-221.556-504.553-491.52s225.28-489.658 504.553-489.658 504.553 219.695 504.553 489.658-225.28 491.52-504.553 491.52zM512 8.611c-251.345 0-456.145 197.353-456.145 439.389s204.8 439.389 456.145 439.389 456.145-197.353 456.145-439.389-204.8-439.389-456.145-439.389z" />
|
63 |
-
<glyph unicode="" glyph-name="pa-dual-heading" d="M990.487 222.72h-93.091c-11.171 0-18.618 7.447-18.618 16.756s7.447 16.756 18.618 16.756h27.927v173.149h-255.069v-173.149h27.927c11.171 0 18.618-7.447 18.618-16.756s-9.309-16.756-18.618-16.756h-93.091c-11.171 0-18.618 7.447-18.618 16.756s7.447 16.756 18.618 16.756h27.927v383.535h-27.927c-11.171 0-18.618 7.447-18.618 16.756s9.309 16.756 18.618 16.756h93.091c11.171 0 18.618-7.447 18.618-16.756s-7.447-16.756-18.618-16.756h-27.927v-175.011h253.207v175.011h-27.927c-11.171 0-18.618 7.447-18.618 16.756s9.309 16.756 18.618 16.756h93.091c11.171 0 18.618-7.447 18.618-16.756s-9.309-16.756-18.618-16.756h-27.927v-381.673h26.065c11.171 0 18.618-7.447 18.618-16.756 3.724-11.171-3.724-18.618-14.895-18.618zM897.396 245.062c-3.724 0-7.447-1.862-7.447-5.585s3.724-5.585 7.447-5.585h93.091c3.724 0 7.447 1.862 7.447 5.585s-3.724 5.585-7.447 5.585h-39.098v405.876h39.098c3.724 0 7.447 1.862 7.447 5.585s-3.724 5.585-7.447 5.585h-93.091c-3.724 0-7.447-1.862-7.447-5.585s3.724-5.585 7.447-5.585h39.098v-197.353h-277.411v197.353h39.098c3.724 0 7.447 1.862 7.447 5.585s-3.724 5.585-7.447 5.585h-93.091c-3.724 0-7.447-1.862-7.447-5.585s3.724-5.585 7.447-5.585h39.098v-405.876h-39.098c-3.724 0-7.447-1.862-7.447-5.585s3.724-5.585 7.447-5.585h93.091c3.724 0 7.447 1.862 7.447 5.585s-3.724 5.585-7.447 5.585h-39.098v195.491h275.549v-197.353l-37.236 1.862zM437.527 233.891c0-7.447-5.585-11.171-13.033-11.171h-96.815c-7.447 0-13.033 5.585-13.033 11.171 0 7.447 5.585 11.171 13.033 11.171h33.513v189.905h-271.825v-189.905h33.513c7.447 0 13.033-5.585 13.033-11.171 0-7.447-7.447-11.171-13.033-11.171h-94.953c-7.447 0-13.033 5.585-13.033 11.171 0 7.447 5.585 11.171 13.033 11.171h33.513v404.015h-33.513c-7.447 0-13.033 5.585-13.033 11.171s5.585 11.171 13.033 11.171h96.815c7.447 0 13.033-5.585 13.033-11.171s-5.585-11.171-13.033-11.171h-35.375v-189.905h271.825v189.905h-33.513c-7.447 0-13.033 5.585-13.033 11.171s5.585 11.171 13.033 11.171h96.815c7.447 0 13.033-5.585 13.033-11.171s-5.585-11.171-13.033-11.171h-33.513v-404.015h33.513c5.585 0 13.033-3.724 13.033-11.171z" />
|
64 |
-
<glyph unicode="" glyph-name="pa-fancy-text" d="M860.16 161.28c-26.065 0-50.269 11.171-65.164 31.651l-9.309 11.171-9.309-11.171c-16.756-20.48-40.96-31.651-65.164-31.651-7.447 0-13.033 5.585-13.033 13.033s5.585 13.033 13.033 13.033c33.513 0 61.44 31.651 61.44 70.749v176.873h-37.236c-7.447 0-13.033 5.585-13.033 13.033s5.585 13.033 13.033 13.033h37.236v176.873c0 39.098-27.927 70.749-61.44 70.749-7.447 0-13.033 5.585-13.033 13.033s5.585 13.033 13.033 13.033c26.065 0 50.269-11.171 65.164-31.651l9.309-11.171 9.309 11.171c16.756 20.48 40.96 31.651 65.164 31.651 7.447 0 13.033-5.585 13.033-13.033s-5.585-13.033-13.033-13.033c-33.513 0-61.44-31.651-61.44-70.749v-176.873h37.236c7.447 0 13.033-5.585 13.033-13.033s-5.585-13.033-13.033-13.033h-37.236v-176.873c0-39.098 27.927-70.749 61.44-70.749 7.447 0 13.033-5.585 13.033-13.033s-7.447-13.033-13.033-13.033zM342.575 647.215c0-7.447-5.585-13.033-13.033-13.033h-137.775c-7.447 0-13.033 5.585-13.033 13.033s7.447 13.033 13.033 13.033h135.913c9.309 0 14.895-5.585 14.895-13.033zM342.575 254.371c0-7.447-5.585-13.033-13.033-13.033h-137.775c-7.447 0-13.033 5.585-13.033 13.033s7.447 13.033 13.033 13.033h135.913c9.309 1.862 14.895-3.724 14.895-13.033zM616.262 254.371c0-7.447-5.585-13.033-13.033-13.033h-137.775c-7.447 0-13.033 5.585-13.033 13.033s7.447 13.033 13.033 13.033h135.913c7.447 1.862 14.895-3.724 14.895-13.033zM1012.829 367.942v-78.196c1.862-26.065-20.48-48.407-46.545-48.407-7.447 0-14.895 5.585-14.895 13.033 0 3.724 1.862 7.447 3.724 11.171 1.862 1.862 5.585 3.724 11.171 3.724 11.171 0 20.48 7.447 20.48 20.48v78.196c0 7.447 7.447 13.033 13.033 13.033 7.447 0 13.033-5.585 13.033-13.033zM1001.658 522.473c-7.447 0-13.033 5.585-13.033 13.033v78.196c0 11.171-9.309 18.618-20.48 20.48-3.724 0-7.447 1.862-11.171 3.724s-3.724 3.724-3.724 7.447c0 7.447 7.447 13.033 13.033 13.033 26.065 0 48.407-20.48 48.407-46.545v-78.196c1.862-5.585-5.585-11.171-13.033-11.171zM616.262 647.215c0-7.447-5.585-13.033-13.033-13.033h-137.775c-7.447 0-13.033 5.585-13.033 13.033s7.447 13.033 13.033 13.033h135.913c7.447 0 14.895-5.585 14.895-13.033zM72.611 647.215c0-3.724-1.862-7.447-3.724-11.171s-7.447-3.724-11.171-3.724c-11.171 0-20.48-7.447-20.48-18.618v-78.196c0-7.447-7.447-13.033-14.895-13.033s-13.033 5.585-13.033 13.033v78.196c0 26.065 22.342 46.545 48.407 46.545 7.447 1.862 14.895-3.724 14.895-13.033zM70.749 254.371c0-5.585-5.585-13.033-13.033-13.033-26.065 0-48.407 22.342-48.407 46.545v78.196c0 7.447 7.447 13.033 13.033 13.033 7.447 0 13.033-5.585 13.033-13.033v-78.196c0-11.171 9.309-18.618 20.48-20.48 3.724 0 7.447-1.862 11.171-3.724 1.862-1.862 3.724-5.585 3.724-9.309z" />
|
65 |
-
<glyph unicode="" glyph-name="pa-google-maps" d="M666.531 863.185v0l-20.48 7.447-20.48-7.447-249.484-80.058-292.305 93.091v-759.622l269.964-83.782 22.342-7.447 22.342 7.447 249.484 80.058 292.305-93.091v757.76l-273.687 85.644zM353.745 75.636l-227.142 74.473v670.255l227.142-74.473v-670.255zM396.567 745.891l227.142 72.611v-668.393l-227.142-74.473v670.255zM895.535 75.636l-227.142 72.611v670.255l227.142-72.611v-670.255zM666.531 863.185v0 0 0zM623.709 863.185v0 0 0z" />
|
66 |
-
<glyph unicode="" glyph-name="pa-contact-form" d="M1012.829 526.196c0 1.862-1.862 3.724-1.862 5.585s-1.862 3.724-3.724 3.724c-1.862 1.862-3.724 3.724-5.585 3.724v0l-161.978 83.782v85.644c0 1.862 0 3.724 0 3.724 0 3.724-3.724 9.309-5.585 11.171l-202.938 202.938c0 0 0 1.862-1.862 1.862-1.862 1.862-1.862 1.862-3.724 1.862-3.724 1.862-5.585 1.862-9.309 1.862h-411.462c-11.171 0-22.342-9.309-22.342-22.342v-288.582l-161.978-85.644-1.862-1.862c0 0 0 0-1.862-1.862s-1.862-3.724-3.724-3.724c0-1.862-1.862-3.724-1.862-3.724v0-1.862c0-1.862 0-3.724 0-3.724v-536.204c0-11.171 9.309-20.48 20.48-20.48h960.698c11.171 0 20.48 9.309 20.48 20.48v538.065c0 1.862 0 3.724 0 5.585zM839.68 574.604l104.262-53.993-104.262-44.684v98.676zM634.88 863.185l134.051-134.051h-134.051v134.051zM227.142 892.975h368.64v-184.32c0-11.171 9.309-22.342 22.342-22.342h182.458v-229.004l-286.72-122.88-284.858 124.742v433.804zM184.32 576.465v-100.538l-104.262 46.545 104.262 53.993zM971.869 6.749h-919.738v482.211l450.56-197.353c5.585-1.862 11.171-1.862 16.756 0l454.284 197.353v-482.211z" />
|
67 |
-
<glyph unicode="" glyph-name="pa-woo-products-listing" d="M999.86 787.283c-21.127 27.308-53.905 44.72-90.749 44.72-0.137 0-0.274 0-0.41-0.001h-728.705l-27.159 108.578c-2.858 11.239-12.887 19.42-24.827 19.42-0.004 0-0.009 0-0.013 0h-102.397c-14.138 0-25.6-11.461-25.6-25.6s11.461-25.6 25.6-25.6v0h82.398l195.416-783.985c-28.649-18.469-47.35-50.216-47.35-86.331 0-56.542 45.836-102.378 102.378-102.378 47.42 0 87.31 32.24 98.947 75.997l0.162 0.715h236.875c11.775-44.516 51.691-76.799 99.146-76.799 56.553 0 102.398 45.845 102.398 102.398s-45.845 102.398-102.398 102.398c-47.456 0-87.372-32.282-98.985-76.084l-0.161-0.714h-236.875c-11.832 44.485-51.72 76.738-99.151 76.798h-0.007c-0.301 0.006-0.657 0.009-1.013 0.009-1.812 0-3.605-0.083-5.374-0.246l0.227 0.017-25.58 102.618h488.99c53.327 0.008 98.189 36.242 111.315 85.433l0.183 0.805 93.098 358.393c2.392 8.737 3.767 18.769 3.767 29.122 0 26.623-9.090 51.123-24.335 70.566l0.188-0.249zM793.585 89.617c28.276 0 51.199-22.923 51.199-51.199s-22.923-51.199-51.199-51.199c-28.276 0-51.199 22.923-51.199 51.199v0c0 28.276 22.923 51.199 51.199 51.199v0zM409.592 38.418c0-28.276-22.923-51.199-51.199-51.199s-51.199 22.923-51.199 51.199c0 28.276 22.923 51.199 51.199 51.199v0c28.276 0 51.199-22.923 51.199-51.199v0zM877.583 342.412c-7.359-27.823-32.307-47.999-61.967-47.999-0.011 0-0.023 0-0.034 0h-500.908l-31.999 127.998h615.708zM911.582 473.689h-641.587l-31.999 127.998h706.946zM970.561 700.805l-12.44-47.999h-732.766l-31.999 127.998h715.366c0.010 0 0.021 0 0.032 0 35.346 0 63.999-28.653 63.999-63.999 0-5.686-0.741-11.198-2.133-16.446l0.101 0.447z" />
|
68 |
</font></defs></svg>
|
1 |
+
<?xml version="1.0" standalone="no"?>
|
2 |
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3 |
+
<svg xmlns="http://www.w3.org/2000/svg">
|
4 |
+
<metadata>Generated by IcoMoon</metadata>
|
5 |
+
<defs>
|
6 |
+
<font id="icomoon" horiz-adv-x="1024">
|
7 |
+
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
8 |
+
<missing-glyph horiz-adv-x="1024" />
|
9 |
+
<glyph unicode=" " horiz-adv-x="512" d="" />
|
10 |
+
<glyph unicode="" glyph-name="trustpilot" horiz-adv-x="1077" d="M205.661-64l125.981 393.825-331.642 239.041 409.977 2.961 128.404 388.172 125.443-388.172 412.938-2.961-538.381-388.172-332.719-244.694zM874.869-61.308l-336.488 242.002 233.119 64.606 103.369-306.608z" />
|
11 |
+
<glyph unicode="" glyph-name="pa-behance-feed" d="M407.738 459.171l-9.309 5.585 9.309 7.447c35.375 27.927 55.855 68.887 55.855 113.571 0 80.058-65.164 145.222-145.222 145.222h-232.727c-13.033 0-22.342-9.309-22.342-22.342v-519.447c0-13.033 9.309-22.342 22.342-22.342h234.589c89.367 0 160.116 72.611 160.116 160.116-1.862 52.131-27.927 102.4-72.611 132.189zM318.371 209.687h-210.385v232.727h210.385c63.302 0 115.433-52.131 115.433-115.433 0-65.164-50.269-117.295-115.433-117.295zM107.985 686.313h210.385c55.855 0 98.676-44.684 98.676-98.676s-44.684-98.676-98.676-98.676h-210.385v197.353zM746.589 593.222c-117.295 0-214.109-96.815-214.109-214.109s96.815-214.109 214.109-214.109c57.716 0 111.709 22.342 150.807 63.302 5.585 5.585 5.585 13.033 5.585 16.756s0 9.309-7.447 16.756c-5.585 5.585-13.033 7.447-16.756 7.447-5.585 0-11.171-1.862-16.756-7.447-31.651-31.651-74.473-50.269-119.156-50.269-81.92 0-150.807 57.716-165.702 137.775l-1.862 9.309h359.331c13.033 0 22.342 9.309 22.342 22.342 3.724 117.295-91.229 212.247-210.385 212.247zM914.153 401.455h-335.127l1.862 9.309c14.895 80.058 85.644 137.775 165.702 137.775s150.807-57.716 165.702-137.775l1.862-9.309zM889.949 691.898c0-13.033-9.309-22.342-22.342-22.342h-256.931c-13.033 0-22.342 9.309-22.342 22.342s9.309 22.342 22.342 22.342h256.931c11.171 0 22.342-9.309 22.342-22.342z" />
|
12 |
+
<glyph unicode="" glyph-name="pa-charts" d="M584.611 896.698c-9.309 0-18.618-7.447-18.618-18.618v-359.331c0-9.309 7.447-18.618 18.618-18.618h359.331c9.309 0 18.618 7.447 18.618 18.618 0 93.091-33.513 180.596-94.953 249.484-70.749 81.92-173.149 128.465-282.996 128.465v0zM603.229 537.367v322.095c91.229-5.585 176.873-46.545 238.313-115.433 50.269-57.716 80.058-130.327 85.644-208.524h-323.956zM875.055 407.040c0 9.309-7.447 18.618-18.618 18.618h-370.502v368.64c0 9.309-7.447 18.618-18.618 18.618-225.28 0-407.738-182.458-407.738-407.738 0-223.418 182.458-407.738 407.738-407.738 225.28 1.862 407.738 184.32 407.738 409.6v0zM467.316 36.538c-204.8 0-370.502 165.702-370.502 370.502 0 197.353 156.393 361.193 351.884 370.502v-370.502c0-9.309 7.447-18.618 18.618-18.618h370.502c-9.309-195.491-171.287-351.884-370.502-351.884v0z" />
|
13 |
+
<glyph unicode="" glyph-name="pa-color-transition" d="M943.942 401.455h-191.767l135.913 135.913c7.447 7.447 7.447 18.618 0 26.065l-258.793 258.793c-3.724 3.724-7.447 5.585-13.033 5.585s-9.309-1.862-13.033-5.585l-135.913-135.913v199.215c0 9.309-7.447 18.618-18.618 18.618h-366.778c-9.309 0-18.618-7.447-18.618-18.618v-698.182c0-104.262 85.644-189.905 189.905-189.905h690.735c9.309 0 18.618 7.447 18.618 18.618v366.778c0 9.309-7.447 18.618-18.618 18.618zM467.316 628.596l230.865-230.865-126.604-126.604-104.262 104.262v253.207zM467.316 187.345v137.775l78.196-78.196-80.058-80.058c0 5.585 1.862 13.033 1.862 20.48zM100.538 868.771h331.404v-165.702h-331.404v165.702zM100.538 665.833h331.404v-178.735h-331.404v178.735zM100.538 449.862h331.404v-178.735h-331.404v178.735zM277.411 34.676h-22.342c-42.822 0-80.058 16.756-107.985 44.684s-44.684 67.025-44.684 107.985v48.407h331.404v-48.407c-3.724-83.782-72.611-152.669-156.393-152.669zM497.105 34.676h-107.985c18.618 14.895 35.375 31.651 48.407 52.131l59.578 59.578v-111.709zM711.215 34.676h-178.735v148.945l178.735 178.735v-327.68zM489.658 656.524l126.604 126.604 232.727-232.727-126.604-126.604-232.727 232.727zM925.324 34.676h-178.735v329.542h178.735v-329.542zM310.924 159.418c0-24.204-20.48-44.684-46.545-44.684-24.204 0-46.545 20.48-46.545 44.684 0 26.065 20.48 46.545 46.545 46.545s46.545-20.48 46.545-46.545z" />
|
14 |
+
<glyph unicode="" glyph-name="pa-content-switcher" d="M739.142 669.556h-454.284c-122.88 0-221.556-98.676-221.556-221.556s98.676-221.556 221.556-221.556h454.284c122.88 0 221.556 98.676 221.556 221.556s-98.676 221.556-221.556 221.556zM739.142 263.68h-454.284c-102.4 0-184.32 81.92-184.32 184.32s81.92 184.32 184.32 184.32h454.284c102.4 0 184.32-81.92 184.32-184.32s-81.92-184.32-184.32-184.32zM737.28 611.84c-91.229 0-163.84-72.611-163.84-163.84s72.611-163.84 163.84-163.84c91.229 0 163.84 72.611 163.84 163.84s-72.611 163.84-163.84 163.84zM737.28 319.535c-70.749 0-128.465 57.716-128.465 128.465s57.716 128.465 128.465 128.465c70.749 0 128.465-57.716 128.465-128.465s-57.716-128.465-128.465-128.465z" />
|
15 |
+
<glyph unicode="" glyph-name="pa-facebook-feed" d="M582.749-0.698h-193.629v402.153h-81.92c-13.033 0-24.204 11.171-24.204 24.204v135.913c0 13.033 11.171 24.204 24.204 24.204h81.92v104.262c0 94.953 59.578 206.662 227.142 206.662 59.578 0 102.4-5.585 104.262-5.585l18.618-1.862-3.724-173.149h-20.48c0 0-44.684 0-93.091 0-35.375 0-40.96-9.309-40.96-44.684v-85.644h132.189c14.895 0 26.065-11.171 24.204-26.065l-5.585-135.913c0-13.033-11.171-24.204-24.204-24.204h-126.604l1.862-400.291zM430.080 38.4h113.571v404.015h150.807l5.585 104.262h-156.393v126.604c0 40.96 9.309 83.782 80.058 83.782 27.927 0 55.855 0 72.611 0l1.862 96.815c-16.756 1.862-46.545 3.724-81.92 3.724-137.775 0-188.044-85.644-188.044-167.564v-143.36h-106.124v-104.262h106.124l1.862-404.015z" />
|
16 |
+
<glyph unicode="" glyph-name="pa-facebook-reviews" d="M606.953 671.418c0 0 0 0 0 0s0 0 0 0v0c0 0 0 0 0 0zM741.004 583.913c0-1.862 0-1.862 1.862-1.862 0 0 0 0-1.862 1.862 0 0 0 0 0 0s0 0 0 0 0 0 0 0zM800.582 550.4c0 13.033-3.724 24.204-11.171 33.513 13.033 11.171 22.342 27.927 22.342 46.545 0 33.513-26.065 59.578-59.578 59.578h-102.4c3.724 14.895 7.447 33.513 9.309 63.302 0 0 0 0 0 0s0 0 0 1.862c0 0 3.724 35.375 1.862 67.025 0 0 0 1.862 0 1.862v0c-1.862 18.618-5.585 42.822-24.204 57.716-13.033 11.171-29.789 14.895-48.407 13.033-39.098-3.724-46.545-40.96-48.407-61.44 0 0 0 0 0 0 0-1.862 0-1.862 0-3.724-1.862-18.618-7.447-57.716-11.171-70.749 0 0 0 0 0-1.862 0 0 0 0 0-1.862-14.895-55.855-70.749-122.88-96.815-147.084-11.171 13.033-26.065 20.48-42.822 20.48h-119.156c-31.651 0-57.716-27.927-57.716-63.302v-173.149c0-35.375 26.065-63.302 57.716-63.302h119.156c22.342 0 42.822 14.895 52.131 37.236 18.618-16.756 40.96-35.375 70.749-37.236 18.618 0 46.545 0 81.92 0 52.131 0 106.124 0 121.018 0h3.724c1.862 0 1.862 0 3.724 0 0 0 0 0 0 0v0c0 0 0 0 0 0 29.789 1.862 53.993 27.927 53.993 59.578 0 13.033-3.724 24.204-11.171 33.513 1.862 1.862 3.724 3.724 5.585 5.585 11.171 11.171 16.756 26.065 16.756 42.822 0 13.033-3.724 24.204-11.171 33.513 14.895 11.171 24.204 27.927 24.204 46.545zM409.6 392.145c0-14.895-9.309-26.065-20.48-26.065h-119.156c-11.171 0-20.48 11.171-20.48 26.065v173.149c0 14.895 9.309 26.065 20.48 26.065h119.156c11.171 0 20.48-11.171 20.48-26.065v-173.149zM752.175 608.116c-1.862 0-3.724 0-5.585-1.862-7.447-1.862-13.033-9.309-13.033-16.756 0-3.724 0-5.585 1.862-9.309 0-1.862 1.862-1.862 1.862-3.724 1.862-1.862 1.862-1.862 3.724-3.724 0 0 1.862 0 1.862-1.862 1.862 0 1.862-1.862 3.724-1.862 9.309 0 16.756-9.309 16.756-18.618 0-13.033-9.309-22.342-22.342-22.342v0c-7.447 0-14.895-5.585-18.618-13.033-3.724-9.309 3.724-20.48 13.033-22.342s16.756-11.171 16.756-22.342c0-13.033-9.309-22.342-22.342-22.342-9.309 0-14.895-5.585-16.756-13.033 0 0 0-1.862 0-1.862s0 0 0 0 0 0 0 0c0-1.862 0-3.724 0-5.585s0-1.862 0-3.724 1.862-1.862 1.862-3.724c0 0 0 0 0-1.862v0c0 0 0 0 0 0s1.862-1.862 1.862-1.862c0 0 0 0 0 0 1.862-1.862 3.724-3.724 7.447-3.724 9.309-3.724 14.895-11.171 14.895-22.342 0-13.033-9.309-22.342-22.342-22.342 0 0-1.862 0-1.862 0h-1.862c-42.822 0-147.084-1.862-199.215 0-18.618 0-39.098 18.618-53.993 33.513-3.724 3.724-7.447 7.447-11.171 11.171v152.669c0 1.862 0 5.585 0 7.447 37.236 27.927 102.4 113.571 117.295 175.011 0 0 0 0 0 0s0 1.862 0 1.862c3.724 16.756 9.309 57.716 11.171 70.749 0 0 0 0 0 0 0 1.862 0 1.862 0 3.724 3.724 31.651 9.309 31.651 16.756 31.651 9.309 1.862 16.756 0 20.48-3.724 9.309-7.447 11.171-24.204 11.171-33.513v-3.724c0 0 0 0 0 0s0 0 0 0v0c1.862-22.342 0-44.684-1.862-53.993 0 0 0 0 0 0s0-1.862 0-1.862c-3.724-52.131-11.171-72.611-13.033-76.335 0 0 0 0 0 0 0-1.862-1.862-1.862-1.862-3.724v0c0 0 0 0 0 0 0-1.862 0-3.724 0-5.585v0c0 0 0 0 0 0s0 0 0 0 0-1.862 0-1.862 0-1.862 1.862-3.724v0c0-1.862 1.862-3.724 3.724-5.585s1.862-1.862 3.724-3.724c3.724-1.862 5.585-3.724 9.309-3.724h128.465c13.033 0 22.342-9.309 22.342-22.342-3.724-14.895-13.033-24.204-26.065-24.204zM714.938 416.349c0 1.862 0 1.862 0 0 0 0 0 0 0 0s0 0 0 0zM711.215 421.935c0 0 0-1.862 1.862-1.862 0 0 0 0 0 0s-1.862 1.862-1.862 1.862zM342.575 148.247c-3.724 11.171-13.033 18.618-24.204 18.618l-50.269 3.724-18.618 46.545c-3.724 11.171-14.895 16.756-26.065 16.756s-22.342-7.447-26.065-16.756l-18.618-46.545-50.269-3.724c-11.171 0-20.48-7.447-24.204-18.618s0-22.342 9.309-29.789l39.098-31.651-11.171-48.407c-1.862-9.309 0-16.756 5.585-24.204 9.309-11.171 26.065-14.895 37.236-7.447l42.822 26.065 42.822-26.065c3.724-3.724 9.309-5.585 14.895-5.585 9.309 0 16.756 3.724 22.342 11.171s7.447 14.895 5.585 24.204l-18.618 48.407 40.96 33.513c7.447 7.447 11.171 18.618 7.447 29.789zM269.964 107.287c-7.447-5.585-11.171-14.895-7.447-24.204l11.171-46.545-40.96 26.065c-3.724 1.862-7.447 3.724-13.033 3.724s-9.309-1.862-13.033-3.724l-39.098-26.065 11.171 46.545c1.862 9.309-1.862 18.618-7.447 24.204l-37.236 29.789 48.407 3.724c9.309 0 16.756 7.447 20.48 14.895l18.618 44.684 18.618-44.684c3.724-9.309 11.171-14.895 20.48-14.895l48.407-3.724-39.098-29.789zM633.018 148.247c-3.724 11.171-13.033 18.618-24.204 18.618l-50.269 3.724-18.618 46.545c-3.724 11.171-14.895 16.756-26.065 16.756s-22.342-7.447-26.065-16.756l-18.618-46.545-50.269-3.724c-11.171 0-20.48-7.447-24.204-18.618s0-22.342 9.309-29.789l39.098-31.651-11.171-48.407c-1.862-9.309 0-16.756 3.724-24.204 9.309-11.171 26.065-14.895 37.236-7.447l42.822 26.065 42.822-26.065c3.724-3.724 9.309-5.585 14.895-5.585 9.309 0 16.756 3.724 22.342 11.171s7.447 14.895 5.585 24.204l-16.756 48.407 40.96 33.513c7.447 7.447 11.171 18.618 7.447 29.789zM562.269 107.287c-7.447-5.585-11.171-14.895-7.447-24.204l11.171-46.545-40.96 26.065c-3.724 1.862-7.447 3.724-13.033 3.724s-9.309-1.862-13.033-3.724l-40.96-24.204 11.171 46.545c1.862 9.309-1.862 18.618-7.447 24.204l-37.236 29.789 48.407 3.724c9.309 0 16.756 7.447 20.48 14.895l18.618 44.684 18.618-44.684c3.724-9.309 11.171-14.895 20.48-14.895l48.407-3.724-37.236-31.651zM923.462 148.247c-3.724 11.171-13.033 18.618-24.204 18.618l-50.269 3.724-18.618 46.545c-3.724 11.171-14.895 16.756-26.065 16.756s-22.342-7.447-26.065-16.756l-18.618-46.545-52.131-1.862c-11.171 0-20.48-7.447-24.204-18.618s0-22.342 9.309-29.789l39.098-31.651-11.171-48.407c-1.862-9.309 0-16.756 5.585-24.204 9.309-11.171 26.065-14.895 37.236-7.447l42.822 26.065 42.822-26.065c5.585-3.724 9.309-5.585 14.895-5.585 7.447 0 16.756 3.724 22.342 11.171s7.447 14.895 5.585 24.204l-16.756 46.545 40.96 33.513c9.309 7.447 11.171 18.618 7.447 29.789zM852.713 107.287c-7.447-5.585-11.171-14.895-7.447-24.204l11.171-46.545-40.96 26.065c-3.724 1.862-7.447 3.724-13.033 3.724s-9.309-1.862-13.033-3.724l-40.96-24.204 11.171 46.545c1.862 9.309 0 18.618-7.447 24.204l-37.236 29.789 48.407 1.862c9.309 0 16.756 7.447 20.48 14.895l18.618 44.684 18.618-44.684c3.724-9.309 11.171-14.895 20.48-14.895l48.407-3.724-37.236-29.789z" />
|
17 |
+
<glyph unicode="" glyph-name="pa-flip-box" d="M943.942 820.364h-59.578v59.578c0 11.171-9.309 18.618-18.618 18.618h-785.687c-11.171 0-18.618-9.309-18.618-18.618v-785.687c0-11.171 9.309-18.618 18.618-18.618h59.578v-59.578c0-11.171 9.309-18.618 20.48-18.618h783.825c11.171 0 18.618 9.309 18.618 18.618v785.687c0 9.309-7.447 18.618-18.618 18.618zM100.538 114.735v744.727h744.727v-744.727h-744.727zM923.462 36.538h-744.727v39.098h687.011c11.171 0 18.618 9.309 18.618 18.618v687.011h39.098v-744.727zM716.8 656.524h-487.796c-7.447 0-13.033 9.309-13.033 20.48s5.585 20.48 13.033 20.48h487.796c7.447 0 13.033-9.309 13.033-20.48s-5.585-20.48-13.033-20.48zM716.8 468.48h-487.796c-7.447 0-13.033 9.309-13.033 20.48s5.585 20.48 13.033 20.48h487.796c7.447 0 13.033-9.309 13.033-20.48 0-13.033-5.585-20.48-13.033-20.48zM716.8 278.575h-487.796c-7.447 0-13.033 9.309-13.033 20.48s5.585 20.48 13.033 20.48h487.796c7.447 0 13.033-9.309 13.033-20.48s-5.585-20.48-13.033-20.48z" />
|
18 |
+
<glyph unicode="" glyph-name="pa-google-reviews" d="M802.444 654.662c-1.862 7.447-9.309 14.895-16.756 14.895h-268.102c-9.309 0-18.618-7.447-18.618-18.618v-109.847c0-9.309 7.447-18.618 18.618-18.618h121.018c-13.033-20.48-29.789-39.098-52.131-52.131s-48.407-20.48-74.473-20.48c-61.44 0-117.295 39.098-137.775 94.953-5.585 16.756-9.309 33.513-9.309 52.131 0 16.756 1.862 33.513 7.447 48.407 20.48 59.578 76.335 98.676 139.636 98.676 27.927 0 53.993-7.447 78.196-22.342 5.585-3.724 14.895-3.724 20.48 1.862l89.367 74.473c5.585 5.585 7.447 9.309 7.447 14.895s-1.862 11.171-5.585 13.033c-52.131 44.684-119.156 68.887-188.044 68.887-163.84 0-296.029-132.189-296.029-296.029 0-48.407 13.033-96.815 35.375-139.636 52.131-96.815 150.807-156.393 260.655-156.393 68.887 0 134.051 24.204 188.044 67.025 52.131 42.822 87.505 102.4 102.4 167.564 3.724 20.48 5.585 40.96 5.585 61.44-1.862 18.618-3.724 37.236-7.447 55.855zM512 859.462c52.131 0 106.124-16.756 148.945-46.545l-63.302-52.131c-26.065 13.033-55.855 20.48-85.644 20.48-68.887 0-132.189-39.098-163.84-100.538l-61.44 50.269c48.407 80.058 134.051 128.465 225.28 128.465zM335.127 647.215c-3.724-14.895-5.585-31.651-5.585-48.407 0-18.618 1.862-35.375 7.447-52.131l-63.302-52.131c-14.895 33.513-22.342 68.887-22.342 104.262s7.447 68.887 20.48 98.676l63.302-50.269zM512 340.015c-89.367 0-175.011 48.407-221.556 124.742l61.44 50.269c13.033-24.204 33.513-46.545 55.855-63.302 31.651-22.342 67.025-33.513 106.124-33.513 27.927 0 55.855 7.447 81.92 18.618l63.302-52.131c-44.684-29.789-94.953-44.684-147.084-44.684zM767.069 544.815c-11.171-53.993-39.098-102.4-80.058-139.636l-61.44 50.269c26.065 20.48 46.545 48.407 57.716 80.058 1.862 5.585 1.862 11.171-1.862 16.756s-9.309 7.447-14.895 7.447h-130.327v74.473h234.589c1.862-11.171 1.862-22.342 1.862-33.513 0-18.618-1.862-37.236-5.585-55.855zM338.851 150.109c-3.724 11.171-13.033 18.618-26.065 20.48l-52.131 3.724-20.48 48.407c-3.724 11.171-14.895 18.618-26.065 18.618s-22.342-7.447-26.065-18.618l-18.618-48.407-52.131-3.724c-11.171 0-22.342-7.447-26.065-18.618s0-24.204 9.309-31.651l39.098-31.651-9.309-52.131c-1.862-9.309 0-16.756 3.724-24.204 9.309-11.171 26.065-14.895 37.236-7.447l42.822 27.927 44.684-27.927c5.585-3.724 9.309-5.585 14.895-5.585 9.309 0 16.756 3.724 22.342 11.171s7.447 16.756 5.585 24.204l-11.171 50.269 40.96 33.513c9.309 7.447 11.171 20.48 7.447 31.651zM266.24 107.287c-7.447-5.585-11.171-14.895-7.447-24.204l11.171-46.545-40.96 26.065c-3.724 1.862-7.447 3.724-13.033 3.724-3.724 0-9.309-1.862-13.033-3.724l-40.96-26.065 11.171 46.545c1.862 9.309-1.862 18.618-7.447 24.204l-37.236 31.651 48.407 3.724c9.309 0 16.756 5.585 20.48 14.895l18.618 46.545 18.618-46.545c3.724-9.309 11.171-14.895 20.48-14.895l48.407-3.724-37.236-31.651zM634.88 150.109c-3.724 11.171-13.033 18.618-26.065 20.48l-50.269 1.862-20.48 48.407c-3.724 11.171-14.895 18.618-26.065 18.618s-22.342-7.447-26.065-18.618l-18.618-48.407-52.131-3.724c-11.171 0-22.342-7.447-26.065-18.618s0-24.204 9.309-31.651l39.098-31.651-13.033-50.269c-1.862-9.309 0-16.756 5.585-24.204 9.309-11.171 26.065-14.895 37.236-7.447l42.822 27.927 44.684-27.927c3.724-3.724 9.309-5.585 14.895-5.585 9.309 0 16.756 3.724 22.342 11.171s7.447 16.756 5.585 24.204l-11.171 50.269 40.96 33.513c7.447 7.447 11.171 20.48 7.447 31.651zM562.269 107.287c-7.447-5.585-11.171-14.895-9.309-24.204l11.171-46.545-40.96 26.065c-3.724 1.862-7.447 3.724-13.033 3.724s-9.309-1.862-13.033-3.724l-40.96-26.065 11.171 46.545c1.862 9.309 0 18.618-7.447 24.204l-37.236 31.651 48.407 3.724c9.309 0 16.756 5.585 20.48 14.895l18.618 46.545 18.618-46.545c3.724-9.309 11.171-14.895 20.48-14.895l48.407-3.724-35.375-31.651zM930.909 150.109c-3.724 11.171-13.033 18.618-26.065 20.48l-52.131 3.724-20.48 48.407c-3.724 11.171-14.895 18.618-26.065 18.618s-22.342-7.447-26.065-18.618l-18.618-48.407-52.131-3.724c-11.171 0-22.342-7.447-26.065-18.618s0-24.204 9.309-31.651l39.098-31.651-13.033-50.269c-1.862-9.309 0-16.756 3.724-24.204 9.309-11.171 26.065-14.895 37.236-7.447l42.822 27.927 44.684-27.927c5.585-3.724 9.309-5.585 14.895-5.585 9.309 0 16.756 3.724 22.342 11.171s7.447 14.895 5.585 24.204l-9.309 48.407 40.96 33.513c9.309 7.447 13.033 20.48 9.309 31.651zM858.298 107.287c-7.447-5.585-11.171-14.895-7.447-24.204l11.171-46.545-42.822 24.204c-3.724 1.862-7.447 3.724-13.033 3.724s-9.309-1.862-13.033-3.724l-40.96-26.065 11.171 46.545c1.862 9.309-1.862 18.618-7.447 24.204l-37.236 31.651 48.407 3.724c9.309 0 16.756 5.585 20.48 14.895l18.618 46.545 18.618-46.545c3.724-9.309 11.171-14.895 20.48-14.895l48.407-3.724-35.375-29.789z" />
|
19 |
+
<glyph unicode="" glyph-name="pa-gradients" d="M828.509 764.509c-83.782 83.782-197.353 130.327-316.509 130.327s-232.727-46.545-316.509-130.327c-83.782-83.782-130.327-197.353-130.327-316.509s46.545-232.727 130.327-316.509c83.782-83.782 197.353-130.327 316.509-130.327s232.727 46.545 316.509 130.327c83.782 83.782 130.327 197.353 130.327 316.509s-46.545 232.727-130.327 316.509zM925.324 464.756h-169.425c-3.724 52.131-24.204 102.4-59.578 141.498l121.018 121.018c65.164-70.749 102.4-163.84 107.985-262.516zM495.244 861.324v-31.651c0-9.309 7.447-16.756 16.756-16.756s16.756 7.447 16.756 16.756v31.651c96.815-3.724 189.905-42.822 262.516-107.985l-121.018-121.018c-40.96 35.375-89.367 55.855-141.498 59.578v85.644c0 9.309-7.447 16.756-16.756 16.756s-16.756-7.447-16.756-16.756v-87.505c-52.131-3.724-102.4-24.204-141.498-59.578l-121.018 121.018c70.749 67.025 163.84 104.262 262.516 109.847zM98.676 431.244h70.749c9.309 0 16.756 7.447 16.756 16.756s-7.447 16.756-16.756 16.756h-70.749c3.724 96.815 42.822 189.905 107.985 262.516l121.018-121.018c-35.375-40.96-55.855-89.367-59.578-141.498h-44.684c-9.309 0-16.756-7.447-16.756-16.756s7.447-16.756 16.756-16.756h46.545c3.724-52.131 24.204-102.4 59.578-141.498l-121.018-121.018c-67.025 70.749-104.262 163.84-109.847 262.516zM495.244 205.964v-169.425c-96.815 3.724-189.905 42.822-262.516 107.985l121.018 121.018c39.098-35.375 87.505-55.855 141.498-59.578zM364.916 300.916c-39.098 39.098-61.44 91.229-61.44 147.084s22.342 107.985 61.44 147.084c39.098 39.098 91.229 61.44 147.084 61.44s107.985-22.342 147.084-61.44c39.098-39.098 61.44-91.229 61.44-147.084s-22.342-107.985-61.44-147.084c-39.098-39.098-91.229-61.44-147.084-61.44s-107.985 22.342-147.084 61.44zM815.476 168.727l-63.302 63.302c-7.447 7.447-18.618 7.447-24.204 0-3.724-3.724-5.585-7.447-5.585-13.033 0-3.724 1.862-9.309 5.585-13.033l63.302-63.302c-72.611-67.025-163.84-104.262-262.516-107.985v169.425c52.131 3.724 102.4 24.204 141.498 59.578l24.204-24.204c7.447-7.447 18.618-5.585 24.204 0 3.724 3.724 5.585 7.447 5.585 13.033 0 3.724-1.862 9.309-5.585 13.033l-24.204 24.204c35.375 40.96 55.855 89.367 59.578 141.498h169.425c-3.724-98.676-40.96-191.767-107.985-262.516z" />
|
20 |
+
<glyph unicode="" glyph-name="pa-horizontal-scroll" d="M1027.864 691.442v27.049h-1027.864v-27.049h127.517v-488.815h-127.517v-27.049h1027.864v27.049h-127.517v488.815zM873.298 202.626h-718.732v488.815h718.732zM722.21 447.034c-0.055-2.302-0.924-4.391-2.328-6.001l0.010 0.011-61.054-61.633c-1.574-1.439-3.679-2.321-5.989-2.321s-4.416 0.882-5.996 2.327l0.007-0.006c-1.625 1.489-2.64 3.621-2.64 5.989s1.015 4.5 2.634 5.984l0.006 0.005 46.756 46.756h-359.366l46.756-46.756c1.854-1.57 3.023-3.899 3.023-6.501 0-4.695-3.806-8.501-8.501-8.501-2.602 0-4.931 1.169-6.49 3.010l-0.010 0.012-61.054 61.054c-1.439 1.574-2.321 3.679-2.321 5.989s0.882 4.416 2.327 5.996l-0.006-0.007 61.054 62.213c1.574 1.439 3.679 2.321 5.989 2.321s4.416-0.882 5.996-2.327l-0.007 0.006c1.625-1.489 2.64-3.621 2.64-5.989s-1.015-4.5-2.634-5.984l-0.006-0.005-46.37-46.37h358.593l-46.37 46.37c-1.854 1.57-3.023 3.899-3.023 6.501 0 4.695 3.806 8.501 8.501 8.501 2.602 0 4.931-1.169 6.49-3.010l0.010-0.012 61.054-61.054c1.444-1.653 2.325-3.831 2.325-6.214 0-0.125-0.002-0.249-0.007-0.372l0.001 0.018z" />
|
21 |
+
<glyph unicode="" glyph-name="pa-hot-spot" d="M927.185 643.491h-286.72v158.255c0 26.065-26.065 46.545-52.131 46.545h-389.12c-26.065 0-53.993-20.48-53.993-46.545v-158.255h-48.407c-20.48 0-35.375-16.756-35.375-35.375v-525.033c0-20.48 16.756-35.375 35.375-35.375h830.371c20.48 0 35.375 16.756 35.375 35.375v525.033c0 20.48-14.895 35.375-35.375 35.375zM180.596 801.745c0 5.585 11.171 11.171 18.618 11.171h389.12c5.585 0 16.756-5.585 16.756-11.171v-173.149c0-7.447-11.171-18.618-16.756-18.618h-85.644c-5.585 0-13.033 1.862-16.756-3.724l-91.229-89.367-93.091 89.367c-3.724 3.724-11.171 3.724-16.756 3.724h-85.644c-7.447 0-18.618 13.033-18.618 18.618v173.149zM96.815 81.222c-1.862 0-3.724 1.862-3.724 3.724v46.545c1.862 0 1.862 1.862 3.724 1.862l186.182 186.182c0-1.862 0-3.724 0-5.585 0-5.585 1.862-13.033 3.724-18.618 3.724-14.895 9.309-26.065 16.756-37.236l83.782-122.88 26.065 37.236 18.618 26.065 24.204 35.375 1.862 3.724 85.644-87.505 67.025-68.887h-513.862zM312.785 321.396c0 7.447 0 14.895 1.862 22.342 3.724 14.895 9.309 29.789 20.48 39.098 5.585 5.585 13.033 11.171 18.618 14.895 11.171 5.585 22.342 7.447 33.513 7.447 20.48 0 39.098-7.447 53.993-22.342 9.309-9.309 16.756-22.342 20.48-35.375 1.862-3.724 1.862-9.309 1.862-14.895 0-9.309 0-20.48-1.862-29.789 0-3.724-1.862-7.447-3.724-11.171-1.862-7.447-5.585-13.033-9.309-18.618l-13.033-18.618-48.407-68.887-61.44 87.505c-7.447 14.895-13.033 31.651-13.033 48.407zM660.945 81.222l-80.058 81.92 117.295 117.295 199.215-199.215h-236.451zM929.047 96.116l-219.695 219.695c-3.724 3.724-7.447 5.585-11.171 5.585s-9.309-1.862-11.171-5.585l-128.465-128.465-78.196 78.196c1.862 1.862 1.862 3.724 3.724 5.585 5.585 11.171 9.309 26.065 11.171 39.098 0 1.862 0 5.585 0 7.447 0 11.171 0 24.204-3.724 35.375 0 3.724-1.862 5.585-1.862 9.309-5.585 16.756-13.033 29.789-24.204 40.96-20.48 20.48-46.545 31.651-74.473 31.651s-53.993-11.171-74.473-31.651c-1.862-1.862-5.585-5.585-7.447-9.309-3.724-5.585-7.447-11.171-11.171-16.756l-202.938-199.215v428.218c0 1.862 1.862 3.724 3.724 3.724h52.131c9.309-18.618 27.927-33.513 48.407-33.513h81.92l111.709-111.709 111.709 111.709h81.92c18.618 0 37.236 14.895 46.545 33.513h290.444c1.862 0 3.724-1.862 3.724-3.724v-510.138zM389.12 371.665c-3.724 0-5.585 0-9.309 0-14.895-3.724-26.065-14.895-31.651-29.789-1.862-3.724-1.862-7.447-1.862-11.171 0-22.342 18.618-40.96 40.96-40.96 3.724 0 7.447 0 11.171 1.862 14.895 3.724 26.065 16.756 27.927 31.651 0 1.862 1.862 5.585 1.862 9.309 3.724 20.48-14.895 39.098-39.098 39.098zM389.12 312.087c-11.171 0-18.618 7.447-18.618 18.618s7.447 18.618 18.618 18.618c9.309 0 18.618-7.447 18.618-18.618 0-9.309-7.447-18.618-18.618-18.618zM778.24 384.698c-42.822 0-78.196 35.375-78.196 78.196s35.375 78.196 78.196 78.196c42.822 0 78.196-35.375 78.196-78.196s-35.375-78.196-78.196-78.196zM778.24 507.578c-24.204 0-44.684-20.48-44.684-44.684s20.48-44.684 44.684-44.684c24.204 0 44.684 20.48 44.684 44.684s-20.48 44.684-44.684 44.684z" />
|
22 |
+
<glyph unicode="" glyph-name="pa-icon-box" d="M889.949 682.589h-141.498c-9.309 121.018-111.709 217.833-234.589 217.833s-225.28-94.953-234.589-217.833h-145.222c-11.171 0-20.48-7.447-20.48-16.756v-651.636c0-9.309 9.309-16.756 20.48-16.756h755.898c11.171 0 20.48 7.447 20.48 16.756v651.636c0 9.309-9.309 16.756-20.48 16.756zM513.862 859.462c102.4 0 186.182-78.196 195.491-176.873 0-5.585 0-11.171 0-18.618 0-5.585 0-11.171 0-16.756-7.447-100.538-93.091-178.735-195.491-178.735s-186.182 78.196-195.491 178.735c0 5.585 0 11.171 0 16.756s0 11.171 0 18.618c9.309 98.676 93.091 176.873 195.491 176.873zM869.469 30.953h-714.938v616.262h124.742c7.447-122.88 109.847-219.695 234.589-219.695s227.142 96.815 234.589 219.695h122.88v-616.262z" />
|
23 |
+
<glyph unicode="" glyph-name="pa-ihover" d="M949.527 323.258c11.171 3.724 11.171 20.48 0 24.204l-93.091 42.822-52.131 24.204-409.6 191.767c-11.171 5.585-22.342-5.585-18.618-16.756l91.229-282.996 11.171-37.236 83.782-264.378c3.724-11.171 18.618-13.033 24.204-1.862l74.473 137.775c3.724 7.447 14.895 9.309 22.342 1.862l124.742-139.636c5.585-5.585 13.033-5.585 18.618-1.862l93.091 81.92c5.585 5.585 5.585 13.033 1.862 18.618l-124.742 139.636c-5.585 7.447-3.724 18.618 5.585 20.48l147.084 61.44zM860.16 88.669l-27.927-26.065c-5.585-5.585-14.895-3.724-18.618 1.862l-135.913 154.531c-5.585 7.447-16.756 5.585-22.342-1.862l-55.855-104.262c-5.585-11.171-20.48-9.309-24.204 1.862l-53.993 167.564-11.171 37.236-63.302 189.905c-3.724 11.171 7.447 20.48 18.618 16.756l377.949-175.011c11.171-5.585 11.171-20.48 0-24.204l-109.847-42.822c-9.309-3.724-11.171-14.895-5.585-20.48l135.913-154.531c1.862-5.585 1.862-14.895-3.724-20.48zM67.025 784.989c0-7.447 3.724-13.033 9.309-14.895l40.96-18.618c13.033-5.585 22.342-14.895 27.927-27.927l18.618-40.96c1.862-5.585 9.309-9.309 14.895-9.309 7.447 0 13.033 3.724 14.895 9.309l18.618 40.96c5.585 13.033 16.756 24.204 29.789 29.789l40.96 18.618c5.585 1.862 9.309 9.309 9.309 14.895s-3.724 13.033-9.309 14.895l-40.96 18.618c-13.033 5.585-24.204 16.756-29.789 29.789l-18.618 40.96c-1.862 3.724-7.447 7.447-14.895 7.447-5.585 0-11.171-3.724-14.895-9.309l-18.618-40.96c-5.585-13.033-14.895-24.204-27.927-29.789l-40.96-18.618c-5.585-1.862-9.309-7.447-9.309-14.895zM122.88 784.989l7.447 3.724c20.48 9.309 37.236 26.065 46.545 46.545l3.724 7.447 3.724-7.447c9.309-20.48 26.065-37.236 46.545-46.545l7.447-3.724-7.447-3.724c-20.48-9.309-37.236-26.065-46.545-46.545l-3.724-7.447-3.724 9.309c-9.309 20.48-26.065 37.236-46.545 46.545l-7.447 1.862zM121.018 325.12c0-7.447 3.724-13.033 9.309-14.895l40.96-18.618c13.033-5.585 24.204-16.756 29.789-29.789l18.618-40.96c1.862-5.585 9.309-9.309 14.895-9.309 7.447 0 13.033 3.724 14.895 9.309l18.618 40.96c5.585 13.033 16.756 24.204 29.789 29.789l40.96 18.618c5.585 1.862 9.309 9.309 9.309 14.895s-3.724 13.033-9.309 14.895l-40.96 18.618c-13.033 5.585-24.204 16.756-29.789 29.789l-18.618 40.96c-1.862 5.585-9.309 9.309-14.895 9.309-7.447 0-13.033-3.724-14.895-9.309l-18.618-40.96c-5.585-13.033-16.756-24.204-29.789-29.789l-40.96-18.618c-5.585-1.862-9.309-7.447-9.309-14.895zM178.735 325.12l7.447 3.724c20.48 9.309 37.236 26.065 46.545 46.545l3.724 7.447 3.724-7.447c9.309-20.48 26.065-37.236 46.545-46.545l7.447-3.724-7.447-3.724c-20.48-9.309-37.236-26.065-46.545-46.545l-5.585-3.724-3.724 7.447c-9.309 20.48-26.065 37.236-46.545 46.545h-5.585zM523.171 729.135c0-7.447 3.724-13.033 9.309-14.895l52.131-24.204c18.618-7.447 33.513-22.342 40.96-40.96l24.204-52.131c1.862-5.585 9.309-9.309 14.895-9.309 7.447 0 13.033 3.724 14.895 9.309l24.204 52.131c7.447 18.618 22.342 33.513 40.96 40.96l52.131 24.204c5.585 1.862 9.309 9.309 9.309 14.895 0 7.447-3.724 13.033-9.309 14.895l-52.131 24.204c-18.618 7.447-33.513 22.342-40.96 40.96l-24.204 52.131c-1.862 5.585-9.309 9.309-14.895 9.309-7.447 0-13.033-3.724-14.895-9.309l-24.204-52.131c-7.447-18.618-22.342-33.513-40.96-40.96l-52.131-24.204c-5.585-1.862-9.309-7.447-9.309-14.895zM580.887 729.135l18.618 9.309c26.065 11.171 46.545 31.651 57.716 57.716l9.309 18.618 9.309-18.618c11.171-26.065 31.651-46.545 57.716-57.716l18.618-9.309-18.618-9.309c-26.065-11.171-46.545-31.651-57.716-57.716l-9.309-18.618-9.309 18.618c-11.171 26.065-31.651 46.545-57.716 57.716l-18.618 9.309z" />
|
24 |
+
<glyph unicode="" glyph-name="pa-image-accordion" d="M847.127 677.004c0 9.309-7.447 14.895-14.895 14.895h-640.465c-9.309 0-14.895-7.447-14.895-14.895v-458.007c0-9.309 7.447-14.895 14.895-14.895h640.465c9.309 0 14.895 7.447 14.895 14.895v458.007zM817.338 662.109v-275.549l-167.564 119.156c-5.585 3.724-14.895 3.724-20.48-1.862l-126.604-126.604-147.084 72.611c-3.724 1.862-9.309 1.862-14.895 0l-135.913-78.196v290.444h612.538zM206.662 336.291l143.36 83.782 130.327-63.302-124.742-122.88h-150.807v102.4zM400.291 232.029l243.898 240.175 175.011-122.88v-115.433h-418.909zM478.487 461.033c35.375 0 65.164 29.789 65.164 65.164s-29.789 65.164-65.164 65.164-65.164-29.789-65.164-65.164c0 0 0 0 0 0-1.862-35.375 27.927-65.164 65.164-65.164zM478.487 561.571c18.618 0 35.375-14.895 35.375-35.375 0-18.618-14.895-35.375-35.375-35.375-18.618 0-35.375 14.895-35.375 35.375 0 18.618 14.895 35.375 35.375 35.375v0zM76.335 634.182c-9.309 0-14.895-7.447-14.895-14.895v-344.436c0-9.309 7.447-14.895 14.895-14.895s14.895 7.447 14.895 14.895v344.436c0 9.309-5.585 14.895-14.895 14.895zM947.665 634.182c-9.309 0-14.895-7.447-14.895-14.895v-344.436c0-9.309 7.447-14.895 14.895-14.895 9.309 0 14.895 7.447 14.895 14.895v344.436c0 9.309-7.447 14.895-14.895 14.895z" />
|
25 |
+
<glyph unicode="" glyph-name="pa-image-comparison" d="M921.6 730.996h-819.2c-22.342 0-40.96-18.618-40.96-42.822v-480.349c0-24.204 18.618-42.822 40.96-42.822h819.2c22.342 0 40.96 18.618 40.96 42.822v480.349c0 24.204-18.618 42.822-40.96 42.822zM493.382 200.378h-390.982c-3.724 0-5.585 3.724-5.585 7.447v480.349c0 3.724 1.862 7.447 5.585 7.447h390.982v-96.815c-72.611-9.309-130.327-72.611-130.327-148.945s57.716-141.498 130.327-148.945v-100.538zM396.567 448c0 65.164 52.131 117.295 115.433 117.295s115.433-52.131 115.433-117.295-52.131-117.295-115.433-117.295-115.433 52.131-115.433 117.295zM927.185 207.825c0-3.724-1.862-7.447-5.585-7.447h-390.982v96.815c72.611 9.309 130.327 72.611 130.327 148.945s-57.716 141.498-130.327 148.945v96.815h390.982c3.724 0 5.585-3.724 5.585-7.447v-476.625zM495.244 397.731c-3.724-3.724-7.447-3.724-11.171-3.724s-7.447 1.862-11.171 3.724l-39.098 39.098c-5.585 5.585-5.585 14.895 0 20.48l39.098 39.098c3.724 1.862 7.447 3.724 11.171 3.724s7.447-1.862 11.171-3.724c5.585-5.585 5.585-14.895 0-20.48l-29.789-27.927 29.789-29.789c5.585-5.585 5.585-14.895 0-20.48zM590.196 436.829l-39.098-39.098c-3.724-3.724-7.447-3.724-11.171-3.724s-7.447 1.862-11.171 3.724c-5.585 5.585-5.585 14.895 0 20.48l29.789 29.789-29.789 29.789c-5.585 5.585-5.585 14.895 0 20.48s14.895 5.585 20.48 0l39.098-39.098c7.447-5.585 7.447-16.756 1.862-22.342z" />
|
26 |
+
<glyph unicode="" glyph-name="pa-image-layers" d="M889.949 358.633h-91.229v158.255h26.065c35.375 0 65.164 29.789 65.164 65.164v251.345c0 35.375-29.789 65.164-65.164 65.164h-253.207c-35.375 0-65.164-29.789-65.164-65.164v-81.92h-134.051v48.407c0 37.236-26.065 65.164-61.44 65.164h-182.458c-37.236 0-67.025-29.789-67.025-65.164v-184.32c0-35.375 29.789-61.44 67.025-61.44h113.571v-180.596h-113.571c-35.375 0-65.164-29.789-65.164-65.164v-171.287c0-35.375 29.789-65.164 65.164-65.164h299.753c35.375 0 65.164 29.789 65.164 65.164v55.855h109.847v-132.189c0-37.236 26.065-65.164 61.44-65.164h227.142c35.375 0 72.611 26.065 72.611 65.164v227.142c-1.862 35.375-37.236 70.749-74.473 70.749zM539.927 833.396c0 18.618 14.895 33.513 33.513 33.513h253.207c18.618 0 33.513-14.895 33.513-33.513v-253.207c0-18.618-14.895-33.513-33.513-33.513h-255.069c-18.618 0-33.513 14.895-33.513 33.513v253.207zM128.465 587.636c-16.756 0-35.375 9.309-35.375 29.789v182.458c0 16.756 16.756 33.513 33.513 33.513h184.32c18.618 0 27.927-16.756 27.927-33.513v-48.407h-29.789c-39.098 0-68.887-26.065-68.887-61.44v-102.4h-111.709zM459.869 137.076c0-18.618-14.895-33.513-33.513-33.513h-297.891c-18.618 0-33.513 14.895-33.513 33.513v171.287c0 18.618 14.895 33.513 33.513 33.513h299.753c18.618 0 33.513-14.895 33.513-33.513v-171.287zM493.382 226.444v81.92c0 35.375-29.789 65.164-65.164 65.164h-152.669v316.509c0 18.618 18.618 27.927 35.375 27.927h195.491v-137.775c0-35.375 29.789-65.164 65.164-65.164h193.629v-249.484c0-18.618-13.033-39.098-31.651-39.098h-240.175zM930.909 60.742c0-16.756-22.342-31.651-40.96-31.651h-225.28c-20.48 0-29.789 14.895-29.789 31.651v132.189h100.538c37.236 0 63.302 37.236 63.302 72.611v59.578h91.229c18.618 0 40.96-20.48 40.96-37.236v-227.142z" />
|
27 |
+
<glyph unicode="" glyph-name="pa-instagram-feed" d="M683.287 896.698h-342.575c-152.669 0-277.411-124.742-277.411-277.411v-344.436c0-152.669 124.742-277.411 277.411-277.411h344.436c152.669 0 277.411 124.742 277.411 277.411v344.436c-1.862 152.669-126.604 277.411-279.273 277.411zM923.462 276.713c0-132.189-107.985-238.313-238.313-238.313h-344.436c-132.189 0-238.313 107.985-238.313 238.313v342.575c0 132.189 107.985 238.313 238.313 238.313h344.436c132.189 0 238.313-107.985 238.313-238.313v-342.575zM512 699.345c-137.775 0-251.345-111.709-251.345-251.345 0-137.775 111.709-251.345 251.345-251.345 137.775 0 251.345 111.709 251.345 251.345 0 137.775-113.571 251.345-251.345 251.345zM512 235.753c-117.295 0-212.247 94.953-212.247 212.247s94.953 212.247 212.247 212.247 212.247-94.953 212.247-212.247-94.953-212.247-212.247-212.247zM813.615 682.589c0-20.565-16.671-37.236-37.236-37.236s-37.236 16.671-37.236 37.236c0 20.565 16.671 37.236 37.236 37.236s37.236-16.671 37.236-37.236z" />
|
28 |
+
<glyph unicode="" glyph-name="pa-magic-section" d="M76.335 14.196v0 0 0zM955.113 609.978l-85.644 85.644 42.822 128.465c1.862 7.447 0 14.895-5.585 20.48-3.724 3.724-11.171 5.585-18.618 3.724l-128.465-42.822-85.644 85.644c-5.585 5.585-14.895 7.447-22.342 3.724s-11.171-11.171-11.171-20.48l14.895-126.604-128.465-70.749c-7.447-3.724-11.171-13.033-9.309-20.48 0-3.724 1.862-7.447 5.585-11.171 1.862-1.862 5.585-3.724 9.309-5.585l117.295-26.065-573.44-571.578c-3.724-3.724-5.585-9.309-5.585-14.895s1.862-11.171 5.585-14.895c3.724-3.724 9.309-5.585 14.895-5.585s11.171 1.862 14.895 5.585l573.44 569.716 26.065-115.433c1.862-7.447 9.309-14.895 16.756-14.895h1.862c7.447 0 13.033 3.724 16.756 11.171l70.749 128.465 126.604-14.895c9.309 0 16.756 3.724 20.48 11.171s3.724 16.756-3.724 22.342zM76.335 14.196v0 0 0zM804.305 630.458c-7.447 0-14.895-3.724-20.48-9.309l-52.131-94.953-24.204 102.4c-1.862 7.447-7.447 13.033-14.895 14.895l-100.538 22.342 94.953 52.131c7.447 3.724 11.171 11.171 9.309 20.48l-9.309 83.782 53.993-53.993c5.585-5.585 13.033-7.447 20.48-5.585l102.4 33.513-33.513-102.4c-1.862-7.447 0-14.895 5.585-20.48l53.993-53.993-85.644 11.171z" />
|
29 |
+
<glyph unicode="" glyph-name="pa-messenger-chat" d="M130.327 79.36v227.142c-46.545 53.993-70.749 113.571-70.749 176.873 0 182.458 202.938 331.404 452.422 331.404s452.422-148.945 452.422-331.404c0-182.458-202.938-331.404-452.422-331.404-67.025 0-132.189 11.171-193.629 31.651l-188.044-104.262zM512 773.818c-225.28 0-407.738-130.327-407.738-288.582 0-53.993 22.342-107.985 65.164-154.531l5.585-5.585v-169.425l139.636 78.196 9.309-3.724c57.716-22.342 122.88-33.513 188.044-33.513 225.28 0 407.738 130.327 407.738 288.582s-182.458 288.582-407.738 288.582z" />
|
30 |
+
<glyph unicode="" glyph-name="pa-multi-scroll" d="M942.080 820.364h-428.218c0 0-1.862 0-1.862 0s-1.862 0-1.862 0h-428.218c-11.171 0-20.48-9.309-20.48-20.48v-703.767c0-11.171 9.309-20.48 20.48-20.48h426.356c0 0 1.862 0 1.862 0s1.862 0 1.862 0h426.356c11.171 0 20.48 9.309 20.48 20.48v703.767c3.724 11.171-5.585 20.48-16.756 20.48zM98.676 784.989h396.567v-673.978h-396.567v673.978zM925.324 111.011h-394.705v673.978h396.567v-673.978zM439.389 477.789c0-5.585-1.862-9.309-5.585-13.033-7.447-7.447-18.618-7.447-24.204 0l-89.367 91.229v-256.931c0-9.309-7.447-18.618-18.618-18.618-9.309 0-18.618 7.447-18.618 18.618v255.069l-98.676-98.676c-7.447-7.447-18.618-7.447-24.204 0-3.724 3.724-5.585 7.447-5.585 13.033s1.862 9.309 5.585 13.033l128.465 128.465c1.862 1.862 3.724 3.724 5.585 3.724 3.724 1.862 9.309 1.862 13.033 0 1.862 0 3.724-1.862 5.585-3.724l119.156-119.156c5.585-5.585 7.447-11.171 7.447-13.033zM869.469 427.52c0-5.585-1.862-9.309-5.585-13.033l-128.465-128.465c-1.862-1.862-3.724-3.724-5.585-3.724s-3.724-1.862-7.447-1.862c-3.724 0-3.724 0-7.447 1.862-1.862 0-3.724 1.862-5.585 3.724l-119.156 119.156c-3.724 3.724-5.585 7.447-5.585 13.033s1.862 9.309 5.585 13.033c7.447 7.447 18.618 7.447 24.204 0l89.367-89.367v255.069c0 9.309 7.447 18.618 18.618 18.618 5.585 0 9.309-1.862 13.033-5.585s5.585-7.447 5.585-13.033v-256.931l98.676 98.676c7.447 7.447 18.618 7.447 24.204 0 3.724-1.862 5.585-5.585 5.585-11.171z" />
|
31 |
+
<glyph unicode="" glyph-name="pa-notification-bar" d="M512 157.556c-40.96 0-76.335-33.513-76.335-76.335s33.513-76.335 76.335-76.335 76.335 33.513 76.335 76.335-35.375 76.335-76.335 76.335zM512 42.124c-22.342 0-39.098 18.618-39.098 39.098s18.618 39.098 39.098 39.098 39.098-18.618 39.098-39.098-16.756-39.098-39.098-39.098zM835.956 323.258v204.8c0 76.335-27.927 148.945-76.335 208.524-48.407 57.716-115.433 96.815-189.905 111.709-7.447 26.065-31.651 44.684-59.578 44.684s-52.131-18.618-59.578-44.684c-72.611-13.033-139.636-53.993-189.905-111.709-48.407-57.716-76.335-132.189-76.335-208.524v-204.8c-20.48-13.033-35.375-39.098-35.375-67.025 0-42.822 35.375-78.196 78.196-78.196h571.578c42.822 0 78.196 35.375 78.196 78.196-1.862 27.927-16.756 53.993-40.96 67.025zM798.72 213.411h-573.44c-22.342 0-40.96 18.618-40.96 40.96 0 16.756 11.171 33.513 27.927 39.098l11.171 3.724v230.865c0 141.498 106.124 264.378 247.622 284.858l14.895 1.862v14.895c0 13.033 13.033 24.204 26.065 24.204s26.065-11.171 26.065-24.204v-14.895l14.895-1.862c141.498-20.48 247.622-143.36 247.622-284.858v-197.353h-413.324v-35.375h428.218c14.895-5.585 24.204-22.342 24.204-37.236 0-26.065-18.618-44.684-40.96-44.684z" />
|
32 |
+
<glyph unicode="" glyph-name="pa-preview-window" d="M772.655 777.542c-39.098 0-70.749-31.651-70.749-70.749s31.651-70.749 70.749-70.749 70.749 31.651 70.749 70.749c0 39.098-31.651 70.749-70.749 70.749zM772.655 665.833c-22.342 0-40.96 18.618-40.96 40.96s18.618 40.96 40.96 40.96 40.96-18.618 40.96-40.96c0-22.342-18.618-40.96-40.96-40.96zM888.087 872.495h-739.142c-44.684 0-83.782-37.236-83.782-83.782v-523.171c0-44.684 37.236-81.92 83.782-81.92h221.556l154.531-158.255 147.084 143.36h215.971c44.684 0 70.749 44.684 70.749 89.367v530.618c0 44.684-26.065 83.782-70.749 83.782zM657.222 202.24l-132.189-128.465-141.498 141.498-236.451 1.862c-26.065 0-48.407 20.48-48.407 46.545v115.433c3.724 0 7.447 1.862 9.309 5.585l238.313 238.313 420.771-420.771h-109.847zM925.324 256.233c0-26.065-9.309-53.993-35.375-53.993h-72.611c0 1.862-1.862 1.862-1.862 3.724l-215.971 212.247 117.295 117.295 208.524-208.524v-70.749zM925.324 375.389l-195.491 195.491c-3.724 3.724-7.447 5.585-11.171 5.585s-9.309-1.862-11.171-5.585l-130.327-128.465-217.833 215.971c-3.724 3.724-7.447 5.585-11.171 5.585s-9.309-1.862-11.171-5.585l-238.313-234.589v364.916c0 26.065 24.204 48.407 50.269 48.407h739.142c26.065 0 35.375-22.342 35.375-48.407v-413.324z" />
|
33 |
+
<glyph unicode="" glyph-name="pa-separator" d="M299.753 425.658h-215.971c-13.033 0-22.342 9.309-22.342 22.342v0c0 13.033 9.309 22.342 22.342 22.342h215.971c13.033 0 22.342-9.309 22.342-22.342v0c0-13.033-9.309-22.342-22.342-22.342zM936.495 425.658h-215.971c-13.033 0-22.342 9.309-22.342 22.342v0c0 13.033 9.309 22.342 22.342 22.342h215.971c13.033 0 22.342-9.309 22.342-22.342v0c0-13.033-9.309-22.342-22.342-22.342zM633.018 550.4c-14.895 16.756-35.375 26.065-59.578 26.065-31.651 0-52.131-18.618-63.302-33.513-11.171 14.895-31.651 33.513-63.302 33.513-22.342 0-44.684-9.309-59.578-26.065s-22.342-37.236-22.342-59.578c0-24.204 9.309-46.545 29.789-70.749 16.756-20.48 40.96-40.96 68.887-65.164l1.862-1.862c9.309-9.309 20.48-16.756 31.651-27.927 3.724-3.724 7.447-3.724 11.171-3.724s7.447 1.862 11.171 3.724c11.171 9.309 20.48 18.618 29.789 26.065l1.862 1.862c27.927 24.204 52.131 44.684 70.749 65.164 20.48 24.204 29.789 46.545 29.789 70.749 3.724 24.204-5.585 44.684-18.618 61.44zM538.065 520.611c9.309 13.033 22.342 20.48 35.375 20.48s24.204-5.585 33.513-14.895c9.309-9.309 13.033-22.342 13.033-37.236 0-35.375-35.375-65.164-87.505-109.847v0c-7.447-5.585-14.895-13.033-22.342-18.618-7.447 7.447-14.895 13.033-22.342 18.618-52.131 44.684-87.505 74.473-87.505 109.847 0 14.895 3.724 27.927 13.033 37.236s20.48 14.895 33.513 14.895c14.895 0 26.065-7.447 35.375-20.48 5.585-9.309 9.309-18.618 11.171-22.342 1.862-7.447 9.309-11.171 16.756-11.171s14.895 5.585 16.756 11.171c1.862 5.585 3.724 14.895 11.171 22.342z" />
|
34 |
+
<glyph unicode="" glyph-name="pa-table" d="M61.44-2.56v901.12h901.12v-901.12h-901.12zM530.618 36.538h392.844v390.982h-392.844v-390.982zM100.538 36.538h390.982v390.982h-390.982v-390.982zM530.618 466.618h392.844v392.844h-392.844v-392.844zM100.538 466.618h390.982v392.844h-390.982v-392.844z" />
|
35 |
+
<glyph unicode="" glyph-name="pa-tabs" d="M938.356 732.858h-852.713c-13.033 0-22.342 9.309-22.342 22.342s11.171 22.342 22.342 22.342h850.851c13.033 0 22.342-9.309 22.342-22.342s-9.309-22.342-20.48-22.342zM938.356 425.658h-852.713c-13.033 0-22.342 9.309-22.342 22.342s9.309 22.342 22.342 22.342h850.851c13.033 0 22.342-9.309 22.342-22.342s-9.309-22.342-20.48-22.342zM938.356 118.458h-852.713c-13.033 0-22.342 9.309-22.342 22.342s9.309 22.342 22.342 22.342h850.851c13.033 0 22.342-9.309 22.342-22.342s-9.309-22.342-20.48-22.342z" />
|
36 |
+
<glyph unicode="" glyph-name="pa-twitter-feed" d="M951.389 729.135c-7.447 5.585-16.756 5.585-24.204 0-5.585-3.724-11.171-7.447-20.48-9.309 27.927 33.513 27.927 57.716 27.927 63.302 0 7.447-5.585 13.033-11.171 16.756-7.447 3.724-14.895 1.862-20.48-1.862-37.236-26.065-74.473-33.513-96.815-33.513-35.375 33.513-81.92 52.131-132.189 52.131-106.124 0-193.629-85.644-193.629-193.629 0-7.447 0-14.895 1.862-22.342-176.873 3.724-322.095 171.287-322.095 173.149-3.724 3.724-9.309 5.585-16.756 5.585s-13.033-3.724-16.756-9.309c-44.684-78.196-26.065-150.807 5.585-201.076-5.585 3.724-13.033 3.724-18.618 0-7.447-3.724-11.171-9.309-11.171-18.618-1.862-81.92 35.375-130.327 72.611-158.255-1.862-1.862-5.585-3.724-7.447-5.585-5.585-5.585-7.447-13.033-3.724-20.48 26.065-83.782 87.505-115.433 130.327-126.604-48.407-35.375-109.847-42.822-156.393-42.822-29.789 0-50.269 3.724-50.269 3.724-9.309 1.862-18.618-3.724-22.342-11.171-3.724-9.309-1.862-18.618 5.585-24.204 93.091-68.887 204.8-83.782 281.135-83.782 61.44 0 104.262 9.309 106.124 9.309 398.429 93.091 413.324 450.56 413.324 513.862 74.473 68.887 85.644 94.953 87.505 102.4 3.724 9.309 0 16.756-7.447 22.342zM830.371 611.84c0-3.724 22.342-389.12-379.811-482.211 0 0-40.96-9.309-96.815-9.309-52.131 0-122.88 7.447-189.905 37.236 61.44 3.724 135.913 22.342 189.905 81.92 5.585 5.585 7.447 14.895 3.724 22.342s-11.171 11.171-18.618 11.171c-3.724 0-83.782 1.862-122.88 74.473 18.618 0 35.375 1.862 48.407 7.447 7.447 3.724 13.033 11.171 11.171 20.48s-7.447 14.895-16.756 16.756c-3.724 1.862-96.815 22.342-113.571 119.156 14.895-5.585 31.651-9.309 48.407-7.447 7.447 1.862 14.895 7.447 16.756 14.895s0 16.756-5.585 20.48c-3.724 3.724-91.229 80.058-53.993 180.596 50.269-52.131 189.905-175.011 357.469-165.702 5.585 0 11.171 3.724 14.895 7.447 3.724 5.585 5.585 11.171 3.724 16.756-3.724 13.033-5.585 24.204-5.585 37.236 0 83.782 68.887 152.669 152.669 152.669 40.96 0 80.058-16.756 107.985-44.684 3.724-3.724 9.309-5.585 14.895-5.585h3.724c14.895 0 39.098 1.862 65.164 11.171-9.309-9.309-20.48-18.618-33.513-29.789-7.447-5.585-9.309-14.895-7.447-24.204 3.724-7.447 11.171-13.033 20.48-13.033 3.724 0 18.618 1.862 35.375 5.585-11.171-11.171-26.065-26.065-44.684-42.822-3.724 0-5.585-5.585-5.585-13.033z" />
|
37 |
+
<glyph unicode="" glyph-name="pa-unfold" d="M960.698 446.138c0-9.309-7.447-18.618-18.618-18.618h-93.091v-93.091c0-9.309-7.447-18.618-18.618-18.618-9.309 0-18.618 7.447-18.618 18.618v93.091h-93.091c-9.309 0-18.618 7.447-18.618 18.618 0 9.309 7.447 18.618 18.618 18.618h93.091v93.091c0 9.309 7.447 18.618 18.618 18.618 9.309 0 18.618-7.447 18.618-18.618v-93.091h93.091c9.309 0 18.618-9.309 18.618-18.618zM599.505 559.709c0-11.171-9.309-20.48-20.48-20.48h-495.244c-11.171 0-20.48 9.309-20.48 20.48s9.309 20.48 20.48 20.48h495.244c11.171 0 20.48-9.309 20.48-20.48zM709.353 781.265c0-11.171-9.309-20.48-20.48-20.48h-605.091c-11.171 0-20.48 9.309-20.48 20.48s9.309 20.48 20.48 20.48h605.091c11.171 0 20.48-9.309 20.48-20.48zM599.505 336.291c0-11.171-9.309-20.48-20.48-20.48h-495.244c-11.171 0-20.48 9.309-20.48 20.48s9.309 20.48 20.48 20.48h495.244c11.171 0 20.48-9.309 20.48-20.48zM709.353 114.735c0-11.171-9.309-20.48-20.48-20.48h-605.091c-11.171 0-20.48 9.309-20.48 20.48s9.309 20.48 20.48 20.48h605.091c11.171 0 20.48-9.309 20.48-20.48z" />
|
38 |
+
<glyph unicode="" glyph-name="pa-whatsapp" d="M512 898.56c-247.622 0-450.56-202.938-450.56-450.56 0-85.644 24.204-167.564 68.887-238.313-18.618-61.44-50.269-180.596-50.269-180.596-1.862-5.585 0-13.033 5.585-16.756 3.724-3.724 11.171-5.585 16.756-3.724l178.735 55.855c70.749-42.822 150.807-65.164 232.727-65.164 247.622 0 450.56 202.938 450.56 450.56s-204.8 448.698-452.422 448.698zM512 32.815c-78.196 0-154.531 22.342-219.695 63.302-1.862 1.862-5.585 1.862-9.309 1.862-1.862 0-3.724 0-5.585 0l-156.393-48.407c11.171 40.96 31.651 117.295 44.684 158.255 1.862 5.585 0 9.309-1.862 14.895-44.684 67.025-67.025 145.222-67.025 225.28 0 229.004 186.182 415.185 415.185 415.185s415.185-186.182 415.185-415.185-186.182-415.185-415.185-415.185zM806.167 341.876c-31.651 18.618-59.578 35.375-78.196 48.407-14.895 9.309-26.065 16.756-33.513 20.48-22.342 11.171-39.098 3.724-46.545-3.724 0 0-1.862-1.862-1.862-1.862-24.204-35.375-53.993-68.887-63.302-70.749-11.171 1.862-57.716 29.789-106.124 68.887-48.407 40.96-80.058 80.058-83.782 106.124 31.651 31.651 42.822 52.131 42.822 76.335s-55.855 122.88-65.164 134.051c-9.309 9.309-33.513 11.171-67.025 5.585-3.724 0-5.585-1.862-9.309-5.585s-102.4-104.262-55.855-227.142c52.131-134.051 182.458-288.582 351.884-314.647 18.618-3.724 37.236-3.724 53.993-3.724 98.676 0 158.255 50.269 173.149 148.945-1.862 7.447-3.724 14.895-11.171 18.618zM592.058 213.411c-178.735 26.065-290.444 202.938-323.956 292.305s27.927 167.564 44.684 186.182c13.033 1.862 26.065 3.724 31.651 1.862 11.171-16.756 52.131-93.091 53.993-107.985 0-9.309-3.724-22.342-39.098-57.716-3.724-3.724-5.585-7.447-5.585-13.033 0-91.229 191.767-215.971 225.28-215.971 29.789 0 67.025 50.269 89.367 81.92 1.862 0 3.724 0 5.585-1.862 5.585-3.724 16.756-9.309 31.651-18.618 18.618-11.171 42.822-27.927 70.749-42.822-11.171-61.44-46.545-124.742-184.32-104.262z" />
|
39 |
+
<glyph unicode="" glyph-name="pa-yelp-reviews" d="M458.007 591.36l-26.065 11.171c-96.815 40.96-96.815 40.96-104.262 40.96-14.895 0-26.065-7.447-33.513-18.618-14.895-20.48-16.756-72.611-13.033-102.4 1.862-14.895 3.724-22.342 7.447-29.789 7.447-13.033 18.618-20.48 31.651-20.48h1.862c5.585 0 11.171 1.862 59.578 16.756l35.375 11.171c9.309 3.724 16.756 5.585 22.342 7.447l7.447 1.862c5.585 1.862 7.447 1.862 7.447 1.862 16.756 5.585 27.927 18.618 27.927 39.098 1.862 18.618-7.447 35.375-24.204 40.96zM450.56 552.262c0-5.585-1.862-5.585-3.724-7.447-3.724-1.862-16.756-5.585-39.098-11.171l-3.724-1.862c-18.618-5.585-76.335-24.204-81.92-26.065 0 0 0 0-1.862 1.862 0 0 0 1.862 0 1.862-1.862 1.862-3.724 7.447-3.724 16.756-3.724 31.651 1.862 70.749 7.447 80.058 1.862 1.862 1.862 1.862 3.724 1.862 5.585-1.862 59.578-24.204 93.091-37.236l26.065-11.171c3.724-1.862 3.724-5.585 3.724-7.447zM502.691 507.578c-16.756 7.447-37.236 1.862-48.407-11.171-14.895-18.618-18.618-20.48-18.618-22.342-67.025-80.058-68.887-80.058-70.749-87.505-1.862-5.585-1.862-11.171-1.862-16.756 1.862-7.447 3.724-14.895 9.309-20.48 16.756-20.48 83.782-46.545 117.295-46.545h7.447c14.895 1.862 24.204 11.171 29.789 24.204 1.862 7.447 1.862 7.447 1.862 102.4v39.098c0 16.756-9.309 31.651-26.065 39.098zM493.382 468.48v-40.96c0-59.578 0-83.782 0-89.367 0 0-1.862-1.862-1.862-1.862-16.756-1.862-81.92 20.48-91.229 33.513-1.862 1.862-1.862 1.862-1.862 1.862v1.862c1.862 3.724 33.513 40.96 63.302 76.335 3.724 1.862 5.585 5.585 9.309 9.309l1.862 1.862c1.862 3.724 5.585 7.447 11.171 13.033 0 0 1.862 1.862 3.724 1.862s1.862 0 3.724-1.862 1.862-3.724 1.862-5.585zM729.833 488.96c-5.585 3.724-5.585 5.585-94.953 33.513-7.447 1.862-16.756 5.585-22.342 7.447l-5.585 1.862c-3.724 1.862-5.585 1.862-7.447 1.862-14.895 7.447-33.513 1.862-46.545-13.033-11.171-14.895-13.033-35.375-3.724-48.407l14.895-24.204c53.993-87.505 55.855-89.367 61.44-94.953 5.585-3.724 14.895-7.447 22.342-7.447 1.862 0 3.724 0 5.585 0s3.724 0 7.447 0h1.862c27.927 11.171 78.196 74.473 81.92 104.262 1.862 18.618-3.724 31.651-14.895 39.098zM709.353 459.171v0c-3.724-16.756-44.684-70.749-59.578-76.335-3.724 0-3.724 0-3.724 0-3.724 3.724-29.789 46.545-53.993 85.644l-14.895 24.204c0 1.862-1.862 3.724 1.862 9.309 1.862 1.862 3.724 1.862 3.724 1.862s0 0 3.724-1.862h1.862c5.585-1.862 14.895-5.585 35.375-11.171 48.407-16.756 78.196-26.065 85.644-27.927 0-1.862 0-1.862 0-3.724zM666.531 732.858v0c-13.033 5.585-27.927 5.585-37.236-1.862-7.447-3.724-7.447-3.724-61.44-80.058l-5.585-7.447c-7.447-9.309-16.756-22.342-18.618-24.204-11.171-13.033-11.171-33.513-1.862-48.407 7.447-13.033 22.342-20.48 35.375-20.48h3.724c1.862 0 3.724 0 5.585 1.862 1.862 0 1.862 0 3.724 1.862 5.585 1.862 13.033 3.724 24.204 5.585 102.4 24.204 102.4 24.204 107.985 29.789 11.171 7.447 16.756 20.48 16.756 33.513v1.862c-1.862 29.789-46.545 94.953-72.611 107.985zM705.629 621.149c0-1.862 0-3.724 0-3.724-3.724-1.862-33.513-9.309-81.92-20.48l-16.756-3.724c-13.033-3.724-20.48-3.724-24.204-7.447h-1.862c-1.862 0-5.585 1.862-7.447 3.724s-1.862 5.585-1.862 5.585c1.862 1.862 7.447 7.447 20.48 27.927l3.724 5.585c42.822 57.716 53.993 70.749 53.993 72.611 0 0 1.862 0 1.862-1.862 13.033-5.585 52.131-59.578 53.993-78.196zM517.585 874.356v0c-3.724 14.895-13.033 24.204-27.927 27.927-29.789 7.447-130.327-20.48-152.669-42.822-9.309-9.309-14.895-24.204-9.309-37.236l1.862-1.862c3.724-7.447 93.091-148.945 119.156-188.044 13.033-22.342 27.927-31.651 44.684-31.651 3.724 0 7.447 0 11.171 1.862 14.895 3.724 29.789 16.756 29.789 55.855-3.724 29.789-14.895 201.076-16.756 215.971zM493.382 634.182c-5.585-1.862-13.033 9.309-14.895 14.895-39.098 61.44-104.262 163.84-117.295 184.32 0 0 0 1.862 1.862 1.862 13.033 13.033 98.676 37.236 119.156 33.513 0-1.862 1.862-1.862 1.862-1.862 1.862-35.375 13.033-175.011 13.033-210.385v0c1.862-14.895-1.862-20.48-3.724-22.342zM342.575 148.247c-3.724 11.171-13.033 18.618-24.204 18.618l-50.269 3.724-18.618 46.545c-3.724 11.171-14.895 16.756-26.065 16.756s-22.342-7.447-26.065-16.756l-18.618-46.545-50.269-3.724c-11.171 0-20.48-7.447-24.204-18.618s0-22.342 9.309-29.789l39.098-31.651-11.171-48.407c-1.862-9.309 0-16.756 5.585-24.204 9.309-11.171 26.065-14.895 37.236-7.447l42.822 26.065 42.822-26.065c3.724-3.724 9.309-5.585 14.895-5.585 9.309 0 16.756 3.724 22.342 11.171s7.447 14.895 5.585 24.204l-18.618 48.407 40.96 33.513c7.447 7.447 11.171 18.618 7.447 29.789zM269.964 107.287c-7.447-5.585-11.171-14.895-7.447-24.204l11.171-46.545-40.96 26.065c-3.724 1.862-7.447 3.724-13.033 3.724s-9.309-1.862-13.033-3.724l-39.098-26.065 11.171 46.545c1.862 9.309-1.862 18.618-7.447 24.204l-37.236 29.789 48.407 3.724c9.309 0 16.756 7.447 20.48 14.895l18.618 44.684 18.618-44.684c3.724-9.309 11.171-14.895 20.48-14.895l48.407-3.724-39.098-29.789zM633.018 148.247c-3.724 11.171-13.033 18.618-24.204 18.618l-50.269 3.724-18.618 46.545c-3.724 11.171-14.895 16.756-26.065 16.756s-22.342-7.447-26.065-16.756l-18.618-46.545-50.269-3.724c-11.171 0-20.48-7.447-24.204-18.618s0-22.342 9.309-29.789l39.098-31.651-11.171-48.407c-1.862-9.309 0-16.756 3.724-24.204 9.309-11.171 26.065-14.895 37.236-7.447l42.822 26.065 42.822-26.065c3.724-3.724 9.309-5.585 14.895-5.585 9.309 0 16.756 3.724 22.342 11.171s7.447 14.895 5.585 24.204l-16.756 48.407 40.96 33.513c7.447 7.447 11.171 18.618 7.447 29.789zM562.269 107.287c-7.447-5.585-11.171-14.895-7.447-24.204l11.171-46.545-40.96 26.065c-3.724 1.862-7.447 3.724-13.033 3.724s-9.309-1.862-13.033-3.724l-40.96-24.204 11.171 46.545c1.862 9.309-1.862 18.618-7.447 24.204l-37.236 29.789 48.407 3.724c9.309 0 16.756 7.447 20.48 14.895l18.618 44.684 18.618-44.684c3.724-9.309 11.171-14.895 20.48-14.895l48.407-3.724-37.236-31.651zM923.462 148.247c-3.724 11.171-13.033 18.618-24.204 18.618l-50.269 3.724-18.618 46.545c-3.724 11.171-14.895 16.756-26.065 16.756s-22.342-7.447-26.065-16.756l-18.618-46.545-52.131-1.862c-11.171 0-20.48-7.447-24.204-18.618s0-22.342 9.309-29.789l39.098-31.651-11.171-48.407c-1.862-9.309 0-16.756 5.585-24.204 9.309-11.171 26.065-14.895 37.236-7.447l42.822 26.065 42.822-26.065c5.585-3.724 9.309-5.585 14.895-5.585 7.447 0 16.756 3.724 22.342 11.171s7.447 14.895 5.585 24.204l-16.756 46.545 40.96 33.513c9.309 7.447 11.171 18.618 7.447 29.789zM852.713 107.287c-7.447-5.585-11.171-14.895-7.447-24.204l11.171-46.545-40.96 26.065c-3.724 1.862-7.447 3.724-13.033 3.724s-9.309-1.862-13.033-3.724l-40.96-24.204 11.171 46.545c1.862 9.309 0 18.618-7.447 24.204l-37.236 29.789 48.407 1.862c9.309 0 16.756 7.447 20.48 14.895l18.618 44.684 18.618-44.684c3.724-9.309 11.171-14.895 20.48-14.895l48.407-3.724-37.236-29.789z" />
|
40 |
+
<glyph unicode="" glyph-name="pa-admin-icon" d="M1024.437 448.219c-0.596-158.073-72.763-299.17-185.761-392.653l-0.858-0.689h-13.548l-104.891 323.851 285.828 207.597 3.059-11.8c9.961-37.82 15.839-81.301 16.17-126.103l0.001-0.204zM798.047 22.972l-10.489-6.556c-77.973-50.165-173.175-79.974-275.339-79.974s-197.366 29.808-277.383 81.202l2.043-1.228-10.489 6.556 285.828 206.723zM305.058 380.913l-107.076-329.533h-9.178c-115.562 94.543-188.753 237.138-188.804 396.829v0.009c0.139 45.7 6.029 89.961 16.983 132.181l-0.813-3.69 3.059 11.8zM493.426 960l-109.262-336.963h-352.697l4.37 13.111c73.442 181.603 242.662 310.074 443.369 323.333l1.545 0.082zM992.97 623.037h-352.697l-109.262 336.963h12.674c202.344-13.418 371.597-142.068 443.682-320.403l1.232-3.448z" />
|
41 |
+
<glyph unicode="" glyph-name="pa-lottie-animations" d="M273.772 219.293c-5.722-1.206-12.299-1.899-19.037-1.904h-9.313c-12.276-1.794-21.813-11.547-23.26-23.779l-0.012-0.129c-0.186-1.288-0.293-2.775-0.293-4.287 0-12.022 6.73-22.472 16.627-27.789l0.168-0.083c6.668-2.33 14.356-3.676 22.357-3.676 4.437 0 8.778 0.414 12.985 1.205l-0.434-0.068h9.309l7.193 1.904c5.924 1.693 12.060 3.174 17.983 5.289 37.952 15.749 69.911 39.221 95.137 68.637l0.281 0.335c37.234 40.691 70.33 86.259 97.955 135.319l1.906 3.683c11.848 21.157 22.85 40.833 34.063 61.355 28.002 54.161 56.091 99.914 87.072 143.466l-2.444-3.618c22.386 31.7 48.457 58.847 78.044 81.655l0.872 0.646c15.984 13.227 36.694 21.251 59.279 21.251 1.474 0 2.941-0.034 4.399-0.102l-0.206 0.008c2.627-0.831 5.648-1.31 8.78-1.31 16.615 0 30.083 13.469 30.083 30.083 0 13.482-8.869 24.892-21.090 28.716l-0.213 0.057-5.501 1.058c-6.103 0.909-13.146 1.428-20.311 1.428s-14.208-0.519-21.095-1.522l0.784 0.094c-4.231-1.269-8.463-2.116-12.694-2.962-4.136-0.705-7.765-1.66-11.261-2.895l0.471 0.145c-56.489-19.888-94.995-63.471-129.481-105.785-10.090-12.821-20.404-27.378-30-42.437l-1.313-2.204-9.098-13.752c-16.926-25.177-31.947-52.681-46.334-79.127l-12.060-21.157c-11.002-20.099-21.157-40.198-33.64-60.086-6.347-11.002-13.329-21.157-21.157-32.582l-10.367-16.291c-23.341-39.006-50.62-72.547-82.016-101.715l-0.285-0.262c-16.751-17.293-38.011-30.122-61.886-36.594l-0.95-0.219zM981.686 917.686v-939.372h-939.372v939.372h939.372zM1024 960h-1024v-1024h1024z" />
|
42 |
+
<glyph unicode="" glyph-name="pa-icon-list" horiz-adv-x="1260" d="M262.564 907.487h971.487c14.501 0 26.256-11.755 26.256-26.256s-11.755-26.256-26.256-26.256h-971.487c-14.501 0-26.256 11.755-26.256 26.256s11.755 26.256 26.256 26.256zM157.538 881.231c0-43.503-35.266-78.769-78.769-78.769s-78.769 35.266-78.769 78.769c0 43.503 35.266 78.769 78.769 78.769s78.769-35.266 78.769-78.769zM262.564 474.256h971.487c14.501 0 26.256-11.755 26.256-26.256s-11.755-26.256-26.256-26.256h-971.487c-14.501 0-26.256 11.755-26.256 26.256s11.755 26.256 26.256 26.256zM157.538 448c0-43.503-35.266-78.769-78.769-78.769s-78.769 35.266-78.769 78.769c0 43.503 35.266 78.769 78.769 78.769s78.769-35.266 78.769-78.769zM262.564 41.026h971.487c14.501 0 26.256-11.755 26.256-26.256s-11.755-26.256-26.256-26.256h-971.487c-14.501 0-26.256 11.755-26.256 26.256s11.755 26.256 26.256 26.256zM157.538 14.769c0-43.503-35.266-78.769-78.769-78.769s-78.769 35.266-78.769 78.769c0 43.503 35.266 78.769 78.769 78.769s78.769-35.266 78.769-78.769z" />
|
43 |
+
<glyph unicode="" glyph-name="horizontal-mouse-scroll" d="M693.248 523.776c0 98.304-79.872 177.152-177.152 177.152h-8.192c-98.304 0-177.152-79.872-177.152-177.152v-150.528c0-98.304 79.872-177.152 177.152-177.152h8.192c98.304 0 177.152 79.872 177.152 177.152v150.528zM663.552 372.224c0-40.96-16.384-77.824-43.008-104.448s-63.488-43.008-104.448-43.008h-8.192c-40.96 0-77.824 16.384-104.448 43.008s-43.008 63.488-43.008 104.448v151.552c0 40.96 16.384 77.824 43.008 104.448s63.488 43.008 104.448 43.008h8.192c40.96 0 77.824-16.384 104.448-43.008s43.008-63.488 43.008-104.448v-151.552zM512 551.424c-8.192 0-15.36-7.168-15.36-15.36v-44.032c0-8.192 7.168-15.36 15.36-15.36s15.36 7.168 15.36 15.36v44.032c-1.024 8.192-7.168 15.36-15.36 15.36zM54.272 457.216c-4.096-5.12-4.096-13.312 0-18.432l59.392-74.752c5.12-6.144 14.336-7.168 20.48-2.048s7.168 14.336 2.048 20.48v0l-51.2 65.536 52.224 65.536c5.12 6.144 4.096 15.36-2.048 20.48s-15.36 4.096-20.48-2.048l-60.416-74.752zM886.784 382.464c-5.12-6.144-4.096-15.36 2.048-20.48s15.36-4.096 20.48 2.048l59.392 74.752c4.096 5.12 4.096 13.312 0 18.432l-59.392 74.752c-5.12 6.144-14.336 7.168-20.48 2.048s-7.168-14.336-2.048-20.48v0l52.224-65.536-52.224-65.536z" />
|
44 |
+
<glyph unicode="" glyph-name="vertical-mouse-scroll" d="M693.248 523.776c0 98.304-79.872 177.152-177.152 177.152h-8.192c-98.304 0-177.152-79.872-177.152-177.152v-150.528c0-98.304 79.872-177.152 177.152-177.152h8.192c98.304 0 177.152 79.872 177.152 177.152v150.528zM663.552 372.224c0-40.96-16.384-77.824-43.008-104.448s-63.488-43.008-104.448-43.008h-8.192c-40.96 0-77.824 16.384-104.448 43.008s-43.008 63.488-43.008 104.448v151.552c0 40.96 16.384 77.824 43.008 104.448s63.488 43.008 104.448 43.008h8.192c40.96 0 77.824-16.384 104.448-43.008s43.008-63.488 43.008-104.448v-151.552zM512 551.424c-8.192 0-15.36-7.168-15.36-15.36v-44.032c0-8.192 7.168-15.36 15.36-15.36s15.36 7.168 15.36 15.36v44.032c-1.024 8.192-7.168 15.36-15.36 15.36zM502.784-9.728c5.12-4.096 13.312-4.096 18.432 0l74.752 59.392c6.144 5.12 7.168 14.336 2.048 20.48s-14.336 7.168-20.48 2.048v0l-65.536-51.2-65.536 52.224c-6.144 5.12-15.36 4.096-20.48-2.048s-4.096-15.36 2.048-20.48l74.752-60.416zM577.536 822.784c6.144-5.12 15.36-4.096 20.48 2.048s4.096 15.36-2.048 20.48l-74.752 59.392c-5.12 4.096-13.312 4.096-18.432 0l-74.752-59.392c-6.144-5.12-7.168-14.336-2.048-20.48s14.336-7.168 20.48-2.048v0l65.536 52.224 65.536-52.224z" />
|
45 |
+
<glyph unicode="" glyph-name="pa-image-scroll" d="M651.636 650.938c-33.513 0-61.44-27.927-61.44-61.44s27.927-61.44 61.44-61.44 61.44 27.927 61.44 61.44c0 33.513-27.927 61.44-61.44 61.44zM651.636 552.262c-20.48 0-35.375 16.756-35.375 35.375 0 20.48 16.756 35.375 35.375 35.375s35.375-14.895 35.375-35.375-16.756-35.375-35.375-35.375zM772.655 721.687h-519.447c-7.447 0-13.033-5.585-13.033-13.033v-521.309c0-7.447 5.585-13.033 13.033-13.033h519.447c7.447 0 13.033 5.585 13.033 13.033v521.309c-1.862 7.447-5.585 13.033-13.033 13.033zM268.102 202.24v109.847l139.636 139.636 249.484-249.484h-389.12zM690.735 202.24c0 0 0 0-1.862 1.862l-126.604 126.604 67.025 67.025 128.465-128.465 1.862-67.025h-68.887zM759.622 304.64l-119.156 119.156c-3.724 3.724-13.033 3.724-18.618 0l-76.335-76.335-130.327 130.327c-5.585 5.585-13.033 5.585-18.618 0l-130.327-130.327v346.298h493.382v-389.12zM891.811 343.738c1.862-1.862 5.585-3.724 9.309-3.724s7.447 1.862 9.309 3.724l94.953 94.953c1.862 1.862 3.724 5.585 3.724 9.309s-1.862 7.447-3.724 9.309l-94.953 94.953c-5.585 5.585-13.033 5.585-18.618 0s-5.585-13.033 0-18.618l85.644-85.644-85.644-85.644c-5.585-5.585-5.585-13.033 0-18.618zM132.189 552.262c-1.862 1.862-5.585 3.724-9.309 3.724s-7.447-1.862-9.309-3.724l-94.953-94.953c-1.862-1.862-3.724-5.585-3.724-9.309s1.862-7.447 3.724-9.309l94.953-94.953c5.585-5.585 13.033-5.585 18.618 0s5.585 13.033 0 18.618l-85.644 85.644 85.644 85.644c5.585 5.585 5.585 13.033 0 18.618zM407.738 68.189c-1.862-1.862-3.724-5.585-3.724-9.309s1.862-7.447 3.724-9.309l94.953-94.953c1.862-1.862 5.585-3.724 9.309-3.724s7.447 1.862 9.309 3.724l94.953 94.953c5.585 5.585 5.585 13.033 0 18.618s-13.033 5.585-18.618 0l-85.644-85.644-85.644 85.644c-5.585 5.585-13.033 5.585-18.618 0zM616.262 827.811c1.862 1.862 3.724 5.585 3.724 9.309s-1.862 7.447-3.724 9.309l-94.953 94.953c-1.862 1.862-5.585 3.724-9.309 3.724s-7.447-1.862-9.309-3.724l-94.953-94.953c-5.585-5.585-5.585-13.033 0-18.618s13.033-5.585 18.618 0l85.644 85.644 85.644-85.644c5.585-5.585 13.033-5.585 18.618 0z" />
|
46 |
+
<glyph unicode="" glyph-name="pa-banner" d="M942.080 900.422h-858.298c-11.171 0-22.342-9.309-22.342-20.48v-860.16c0-11.171 9.309-22.342 22.342-22.342h858.298c11.171 0 22.342 9.309 22.342 22.342v860.16c0 11.171-9.309 20.48-22.342 20.48zM104.262 857.6h817.338v-644.189l-197.353 197.353c-7.447 7.447-22.342 7.447-29.789 0l-128.465-126.604-215.971 214.109c-9.309 9.309-22.342 9.309-29.789 0l-215.971-214.109v573.44zM104.262 42.124v182.458l230.865 230.865 413.324-413.324c0-1.862-644.189-1.862-644.189 0zM921.6 42.124h-111.709c0 0 0 1.862-1.862 1.862l-212.247 208.524 111.709 111.709 212.247-212.247 1.862-109.847zM744.727 582.051c-55.855 0-100.538 44.684-100.538 100.538s44.684 100.538 100.538 100.538 100.538-44.684 100.538-100.538-44.684-100.538-100.538-100.538zM744.727 740.305c-31.651 0-57.716-26.065-57.716-57.716s26.065-57.716 57.716-57.716 57.716 26.065 57.716 57.716-26.065 57.716-57.716 57.716z" />
|
47 |
+
<glyph unicode="" glyph-name="pa-blog" d="M837.818 19.782h-733.556c-11.171 0-22.342 9.309-22.342 22.342v729.833c0 11.171 9.309 22.342 22.342 22.342h344.436v-42.822h-323.956v-688.873h688.873v322.095h42.822v-346.298c0-9.309-9.309-18.618-18.618-18.618zM558.545 312.087h-161.978c-11.171 0-22.342 9.309-22.342 22.342v160.116c0 5.585 1.862 11.171 5.585 14.895l364.916 361.193c7.447 7.447 22.342 7.447 29.789 0l161.978-161.978c7.447-9.309 7.447-22.342 0-29.789l-363.055-361.193c-3.724-3.724-9.309-5.585-14.895-5.585zM417.047 354.909h130.327l340.713 340.713-130.327 132.189-340.713-342.575v-130.327z" />
|
48 |
+
<glyph unicode="" glyph-name="pa-button" d="M919.738 820.364h-813.615c-52.131 0-96.815-42.822-96.815-96.815v-284.858c0-52.131 42.822-96.815 96.815-96.815h405.876v27.927h-405.876c-37.236 0-68.887 29.789-68.887 68.887v284.858c0 37.236 29.789 68.887 68.887 68.887h811.753c37.236 0 68.887-29.789 68.887-68.887v-284.858c0-37.236-29.789-68.887-68.887-68.887h-52.131l31.651-27.927h20.48c52.131 0 96.815 42.822 96.815 96.815v284.858c0 53.993-42.822 96.815-94.953 96.815zM884.364 274.851c9.309 0 13.033 11.171 5.585 16.756l-55.855 50.269-31.651 27.927-243.898 227.142c-5.585 5.585-16.756 1.862-16.756-7.447v-452.422c0-9.309 9.309-13.033 16.756-7.447l83.782 80.058c5.585 3.724 13.033 3.724 14.895-3.724l55.855-126.604c3.724-5.585 9.309-7.447 13.033-5.585l83.782 37.236c5.585 3.724 7.447 9.309 5.585 13.033l-55.855 126.604c-3.724 5.585 1.862 13.033 9.309 14.895l115.433 9.309zM768.931 127.767l-26.065-9.309c-5.585-3.724-11.171 0-13.033 5.585l-59.578 137.775c-3.724 5.585-11.171 9.309-14.895 3.724l-63.302-61.44c-5.585-5.585-16.756-1.862-16.756 7.447v305.338c0 9.309 9.309 13.033 16.756 7.447l169.425-154.531 31.651-27.927 26.065-24.204c7.447-5.585 3.724-16.756-5.585-16.756l-89.367-5.585c-7.447 0-11.171-7.447-9.309-14.895l61.44-139.636c1.862-3.724-1.862-9.309-7.447-13.033z" />
|
49 |
+
<glyph unicode="" glyph-name="pa-carousel" d="M687.011 189.207c-26.065 0-46.545-20.48-46.545-46.545s20.48-46.545 46.545-46.545 46.545 20.48 46.545 46.545-20.48 46.545-46.545 46.545zM687.011 114.735c-14.895 0-27.927 13.033-27.927 27.927s13.033 27.927 27.927 27.927c14.895 0 27.927-13.033 27.927-27.927s-13.033-27.927-27.927-27.927zM336.989 189.207c-26.065 0-46.545-20.48-46.545-46.545s20.48-46.545 46.545-46.545c26.065 0 46.545 20.48 46.545 46.545s-20.48 46.545-46.545 46.545zM336.989 114.735c-14.895 0-27.927 13.033-27.927 27.927s13.033 27.927 27.927 27.927c14.895 0 27.927-13.033 27.927-27.927 1.862-14.895-11.171-27.927-27.927-27.927zM512 189.207c-26.065 0-46.545-20.48-46.545-46.545s20.48-46.545 46.545-46.545c27.927 0 46.545 20.48 46.545 46.545s-20.48 46.545-46.545 46.545zM512 114.735c-14.895 0-27.927 13.033-27.927 27.927s13.033 27.927 27.927 27.927c16.756 0 27.927-13.033 27.927-27.927s-13.033-27.927-27.927-27.927zM761.484 278.575h-497.105c-7.447 0-13.033 5.585-13.033 13.033v497.105c0 7.447 5.585 13.033 13.033 13.033h497.105c7.447 0 13.033-5.585 13.033-13.033v-497.105c0-7.447-7.447-13.033-13.033-13.033zM277.411 304.64h471.040v471.040h-471.040v-471.040zM152.669 801.745h-135.913v-26.065h122.88v-471.040h-122.88v-26.065h135.913c7.447 0 13.033 5.585 13.033 13.033v497.105c0 7.447-5.585 13.033-13.033 13.033zM858.298 788.713v-497.105c0-7.447 5.585-13.033 13.033-13.033h135.913v26.065h-122.88v471.040h122.88v26.065h-135.913c-7.447 0-13.033-5.585-13.033-13.033z" />
|
50 |
+
<glyph unicode="" glyph-name="pa-grid" d="M474.764 485.236h-431.942v433.804h431.942v-433.804zM85.644 529.92h346.298v344.436h-346.298v-344.436zM981.178 485.236h-431.942v433.804h431.942v-433.804zM592.058 529.92h346.298v344.436h-346.298v-344.436zM474.764-23.040h-431.942v433.804h431.942v-433.804zM85.644 19.782h346.298v346.298h-346.298v-346.298zM981.178-23.040h-431.942v433.804h431.942v-433.804zM592.058 19.782h346.298v346.298h-346.298v-346.298z" />
|
51 |
+
<glyph unicode="" glyph-name="pa-image-button" d="M1010.967 207.825l-303.476 180.596c-3.724 1.862-7.447 1.862-13.033 0-3.724-3.724-5.585-7.447-5.585-11.171l74.473-348.16c0-5.585 5.585-7.447 7.447-7.447 5.585-1.862 9.309 1.862 11.171 5.585l52.131 74.473c0 1.862 1.862 1.862 3.724 1.862s1.862 0 3.724-1.862l63.302-89.367c1.862-3.724 7.447-5.585 9.309-5.585s5.585 0 7.447 1.862l57.716 40.96c3.724 1.862 3.724 5.585 5.585 7.447 0 3.724 0 7.447-1.862 7.447l-63.302 89.367c0 0 0 1.862 0 3.724s1.862 1.862 1.862 1.862l89.367 24.204c5.585 1.862 7.447 5.585 7.447 9.309s-3.724 13.033-7.447 14.895zM867.607 178.036c-1.862-3.724 0-7.447 1.862-11.171l70.749-96.815c1.862-1.862 1.862-3.724 0-5.585l-18.618-13.033h-1.862c-1.862 0-1.862 0-3.724 1.862l-70.749 96.815c-1.862 3.724-7.447 5.585-9.309 5.585v0c-3.724 0-7.447-1.862-9.309-5.585l-39.098-57.716c-1.862-1.862-3.724-1.862-3.724-1.862s-3.724 0-3.724 3.724l-48.407 232.727c0 1.862 1.862 3.724 1.862 3.724s1.862 1.862 3.724 0l204.8-122.88c1.862-1.862 1.862-3.724 1.862-3.724s0-1.862-3.724-3.724l-67.025-18.618c0 0-3.724-1.862-5.585-3.724zM275.549 755.2c-52.131 0-94.953-42.822-94.953-94.953s40.96-94.953 94.953-94.953c52.131 0 94.953 42.822 94.953 94.953 1.862 53.993-42.822 94.953-94.953 94.953zM275.549 602.531c-31.651 0-57.716 24.204-57.716 57.716 0 31.651 24.204 57.716 57.716 57.716s57.716-24.204 57.716-57.716c0-29.789-26.065-57.716-57.716-57.716zM891.811 440.553c-7.447-7.447-18.618-7.447-26.065-1.862l-186.182 171.287-150.807-165.702 27.927-27.927c3.724-3.724 5.585-7.447 5.585-13.033s-1.862-9.309-5.585-13.033c-7.447-7.447-20.48-7.447-26.065 0l-121.018 119.156-271.825-236.451c-3.724-3.724-7.447-5.585-13.033-5.585s-9.309 1.862-13.033 7.447-7.447 20.48 1.862 26.065l284.858 251.345c7.447 7.447 18.618 7.447 24.204 0l76.335-78.196 161.978 176.873c3.724 3.724 7.447 7.447 13.033 7.447s9.309-1.862 13.033-5.585l201.076-184.32c9.309-9.309 9.309-20.48 3.724-27.927zM979.316 870.633v-534.342c0-9.309-7.447-18.618-18.618-18.618s-18.618 7.447-18.618 18.618v515.724h-897.396v-698.182h599.505c9.309 0 18.618-7.447 18.618-18.618s-7.447-18.618-18.618-18.618h-618.124c-9.309 0-18.618 7.447-18.618 18.618v735.418c0 9.309 7.447 18.618 18.618 18.618h936.495c9.309 0 16.756-7.447 16.756-18.618z" />
|
52 |
+
<glyph unicode="" glyph-name="pa-image-separator" d="M651.636 528.058c-33.513 0-61.44 27.927-61.44 61.44s27.927 61.44 61.44 61.44 61.44-27.927 61.44-61.44-27.927-61.44-61.44-61.44zM651.636 623.011c-18.618 0-35.375-14.895-35.375-35.375 0-18.618 14.895-35.375 35.375-35.375 18.618 0 35.375 14.895 35.375 35.375s-16.756 35.375-35.375 35.375zM997.935 459.171h-214.109v249.484c0 7.447-5.585 13.033-13.033 13.033h-519.447c-7.447 0-13.033-5.585-13.033-13.033v-249.484h-212.247c-5.585 0-11.171-5.585-11.171-11.171s5.585-11.171 11.171-11.171h212.247v-249.484c0-7.447 5.585-13.033 13.033-13.033h519.447c7.447 0 13.033 5.585 13.033 13.033v249.484h212.247c5.585 0 11.171 5.585 11.171 11.171s-3.724 11.171-9.309 11.171zM266.24 202.24v109.847l139.636 139.636 249.484-249.484h-389.12zM757.76 202.24h-68.887c0 0 0 0-1.862 1.862l-126.604 126.604 67.025 67.025 128.465-128.465v-67.025zM757.76 304.64l-119.156 119.156c-3.724 3.724-13.033 3.724-18.618 0l-76.335-76.335-130.327 130.327c-5.585 5.585-13.033 5.585-18.618 0l-130.327-130.327v346.298h493.382v-389.12z" />
|
53 |
+
<glyph unicode="" glyph-name="pa-modal-box" d="M925.324 881.804h-822.924c-11.171 0-22.342-9.309-22.342-20.48v-822.924c0-11.171 9.309-22.342 22.342-22.342h822.924c11.171 0 20.48 9.309 20.48 22.342v822.924c0 11.171-11.171 20.48-20.48 20.48zM124.742 838.982h778.24v-141.498h-778.24v141.498zM902.982 60.742h-778.24v593.92h778.24v-593.92zM856.436 747.753h-98.676c-11.171 0-22.342 9.309-22.342 22.342s9.309 22.342 22.342 22.342h98.676c11.171 0 22.342-9.309 22.342-22.342s-9.309-22.342-22.342-22.342z" />
|
54 |
+
<glyph unicode="" glyph-name="pa-persons" d="M601.367 431.244c81.92 35.375 139.636 117.295 139.636 214.109 0 128.465-102.4 232.727-229.004 232.727s-229.004-104.262-229.004-232.727c0-94.953 57.716-178.735 139.636-214.109-186.182-40.96-327.68-210.385-327.68-413.324h42.822c0 210.385 167.564 379.811 374.225 379.811s374.225-171.287 374.225-379.811h42.822c0 202.938-139.636 372.364-327.68 413.324zM325.818 645.353c0 104.262 83.782 189.905 186.182 189.905s186.182-85.644 186.182-189.905-83.782-189.905-186.182-189.905-186.182 85.644-186.182 189.905z" />
|
55 |
+
<glyph unicode="" glyph-name="pa-pricing-table" d="M640.465 371.665c0-50.269-40.96-93.091-93.091-93.091h-11.171c-1.862 0-3.724-1.862-3.724-3.724v-48.407c0-11.171-9.309-18.618-18.618-18.618-11.171 0-18.618 9.309-18.618 18.618v46.545c0 1.862-1.862 3.724-3.724 3.724h-67.025c-11.171 0-18.618 9.309-18.618 18.618s9.309 18.618 18.618 18.618h122.88c31.651 0 55.855 24.204 55.855 55.855s-24.204 55.855-55.855 55.855h-68.887c-52.131 0-93.091 40.96-93.091 93.091s40.96 93.091 93.091 93.091h11.171c1.862 0 3.724 1.862 3.724 3.724v48.407c0 9.309 9.309 18.618 18.618 18.618s18.618-9.309 18.618-18.618v-48.407c0-1.862 1.862-3.724 3.724-3.724h63.302c9.309 0 18.618-9.309 18.618-18.618 0-11.171-9.309-18.618-18.618-18.618h-121.018c-31.651 0-55.855-26.065-55.855-55.855 0-31.651 26.065-55.855 55.855-55.855h68.887c52.131 1.862 94.953-39.098 94.953-91.229zM841.542 930.211h-657.222c-22.342 0-39.098-18.618-39.098-39.098v-888.087c0-22.342 18.618-39.098 39.098-39.098h657.222c22.342 0 39.098 18.618 39.098 39.098v888.087c-1.862 20.48-18.618 39.098-39.098 39.098zM834.095 6.749h-644.189v878.778h646.051c0 0 0-878.778-1.862-878.778z" />
|
56 |
+
<glyph unicode="" glyph-name="pa-progress-bar" d="M942.080 155.695v-42.822h-409.6v-68.887h-42.822v68.887h-407.738v42.822h407.738v68.887h42.822v-68.887zM942.080 784.989v-42.822h-586.473v-68.887h-42.822v68.887h-230.865v42.822h230.865v68.887h42.822v-68.887zM822.924 470.342v-42.822h-117.295v-68.887h-42.822v68.887h-580.887v42.822h580.887v68.887h42.822v-68.887z" />
|
57 |
+
<glyph unicode="" glyph-name="pa-testimonials" d="M318.371 615.564h383.535v-42.822h-383.535v42.822zM318.371 474.065h383.535v-42.822h-383.535v42.822zM182.458 86.807l53.993 173.149c-96.815 53.993-154.531 152.669-154.531 262.516 0 167.564 137.775 301.615 305.338 301.615h247.622c167.564 1.862 305.338-134.051 305.338-301.615s-137.775-301.615-305.338-301.615h-160.116l-275.549-148.945c-9.309-5.585-20.48 3.724-16.756 14.895zM389.12 783.127c-145.222 0-262.516-117.295-262.516-260.655 0-100.538 55.855-188.044 147.084-232.727l16.756-7.447-42.822-137.775 219.695 119.156h169.425c145.222 0 262.516 117.295 262.516 258.793s-117.295 260.655-262.516 260.655h-247.622z" />
|
58 |
+
<glyph unicode="" glyph-name="pa-title" d="M822.924 898.56h-619.985c-13.033 0-22.342-9.309-22.342-22.342v-102.4c0-13.033 9.309-22.342 22.342-22.342s22.342 7.447 22.342 20.48v80.058h264.378v-809.891h-55.855c-13.033 0-22.342-9.309-22.342-22.342s9.309-22.342 22.342-22.342h156.393c13.033 0 22.342 9.309 22.342 22.342s-9.309 22.342-22.342 22.342h-55.855v809.891h264.378v-80.058c0-13.033 9.309-22.342 22.342-22.342s22.342 9.309 22.342 22.342v104.262c1.862 11.171-9.309 22.342-20.48 22.342v0z" />
|
59 |
+
<glyph unicode="" glyph-name="pa-vertical-scroll" d="M512 898.56c-65.164 0-121.018-53.993-121.018-121.018s53.993-121.018 121.018-121.018c67.025 0 121.018 53.993 121.018 121.018 1.862 67.025-52.131 121.018-121.018 121.018zM512 690.036c-48.407 0-87.505 39.098-87.505 87.505s39.098 87.505 87.505 87.505 87.505-39.098 87.505-87.505c0-48.407-39.098-87.505-87.505-87.505zM512 243.2c-65.164 0-121.018-55.855-121.018-121.018 0-67.025 53.993-121.018 121.018-121.018s121.018 53.993 121.018 121.018c1.862 65.164-52.131 121.018-121.018 121.018zM512 34.676c-48.407 0-87.505 39.098-87.505 87.505s39.098 87.505 87.505 87.505 87.505-39.098 87.505-87.505-39.098-87.505-87.505-87.505zM512 570.88c-67.025 0-121.018-53.993-121.018-121.018s55.855-122.88 121.018-122.88c67.025 0 121.018 53.993 121.018 121.018 1.862 68.887-52.131 122.88-121.018 122.88zM512 362.356c-48.407 0-87.505 39.098-87.505 87.505s39.098 87.505 87.505 87.505 87.505-39.098 87.505-87.505-39.098-87.505-87.505-87.505z" />
|
60 |
+
<glyph unicode="" glyph-name="pa-video-box" d="M703.767 457.309l-284.858 210.385c-5.585 3.724-14.895 0-14.895-7.447v-422.633c0-7.447 9.309-11.171 14.895-7.447l286.72 210.385c3.724 5.585 3.724 13.033-1.862 16.756zM446.836 306.502v282.996l191.767-141.498-191.767-141.498zM512 930.211c-273.687 0-495.244-217.833-495.244-482.211s223.418-482.211 495.244-482.211c273.687 0 495.244 215.971 495.244 482.211s-221.556 482.211-495.244 482.211zM512 19.782c-247.622 0-446.836 193.629-446.836 430.080s199.215 430.080 446.836 430.080 446.836-193.629 446.836-430.080-201.076-430.080-446.836-430.080z" />
|
61 |
+
<glyph unicode="" glyph-name="pa-countdown" d="M917.876 861.324h-223.418v35.375c0 11.171-9.309 20.48-22.342 20.48s-20.48-9.309-20.48-20.48v-35.375h-282.996v35.375c0 11.171-9.309 20.48-22.342 20.48-11.171 0-22.342-9.309-22.342-20.48v-35.375h-223.418c-9.309 0-18.618-9.309-18.618-20.48v-837.818c0-11.171 9.309-22.342 22.342-22.342h815.476c11.171 0 22.342 9.309 22.342 22.342v837.818c-1.862 11.171-11.171 20.48-24.204 20.48zM124.742 818.502h201.076v-44.684c0-11.171 9.309-22.342 22.342-22.342 11.171 0 22.342 9.309 22.342 22.342v44.684h284.858v-44.684c0-11.171 9.309-22.342 22.342-22.342s22.342 9.309 22.342 22.342v44.684h201.076v-148.945h-776.378v148.945zM897.396 25.367h-772.655v601.367h772.655v-601.367zM385.396 140.8h-40.96v262.516c0 22.342 0 42.822 1.862 61.44-3.724-3.724-7.447-7.447-11.171-11.171-5.585-3.724-24.204-20.48-61.44-48.407l-22.342 27.927 96.815 74.473h37.236v-366.778zM571.578 140.8l152.669 329.542h-201.076v39.098h245.76v-33.513l-150.807-335.127h-46.545z" />
|
62 |
+
<glyph unicode="" glyph-name="pa-counter" d="M420.771 265.542h-40.96v258.793c0 22.342 0 42.822 1.862 61.44-3.724-3.724-7.447-7.447-11.171-11.171s-24.204-20.48-59.578-48.407l-22.342 27.927 94.953 72.611h35.375c1.862 1.862 1.862-361.193 1.862-361.193zM660.945 265.542h-40.96v258.793c0 22.342 0 42.822 1.862 61.44-3.724-3.724-7.447-7.447-11.171-11.171s-24.204-20.48-59.578-48.407l-22.342 27.927 94.953 72.611h35.375v-361.193zM512 939.52c-279.273 0-504.553-221.556-504.553-491.52s225.28-489.658 504.553-489.658 504.553 219.695 504.553 489.658-225.28 491.52-504.553 491.52zM512 8.611c-251.345 0-456.145 197.353-456.145 439.389s204.8 439.389 456.145 439.389 456.145-197.353 456.145-439.389-204.8-439.389-456.145-439.389z" />
|
63 |
+
<glyph unicode="" glyph-name="pa-dual-heading" d="M990.487 222.72h-93.091c-11.171 0-18.618 7.447-18.618 16.756s7.447 16.756 18.618 16.756h27.927v173.149h-255.069v-173.149h27.927c11.171 0 18.618-7.447 18.618-16.756s-9.309-16.756-18.618-16.756h-93.091c-11.171 0-18.618 7.447-18.618 16.756s7.447 16.756 18.618 16.756h27.927v383.535h-27.927c-11.171 0-18.618 7.447-18.618 16.756s9.309 16.756 18.618 16.756h93.091c11.171 0 18.618-7.447 18.618-16.756s-7.447-16.756-18.618-16.756h-27.927v-175.011h253.207v175.011h-27.927c-11.171 0-18.618 7.447-18.618 16.756s9.309 16.756 18.618 16.756h93.091c11.171 0 18.618-7.447 18.618-16.756s-9.309-16.756-18.618-16.756h-27.927v-381.673h26.065c11.171 0 18.618-7.447 18.618-16.756 3.724-11.171-3.724-18.618-14.895-18.618zM897.396 245.062c-3.724 0-7.447-1.862-7.447-5.585s3.724-5.585 7.447-5.585h93.091c3.724 0 7.447 1.862 7.447 5.585s-3.724 5.585-7.447 5.585h-39.098v405.876h39.098c3.724 0 7.447 1.862 7.447 5.585s-3.724 5.585-7.447 5.585h-93.091c-3.724 0-7.447-1.862-7.447-5.585s3.724-5.585 7.447-5.585h39.098v-197.353h-277.411v197.353h39.098c3.724 0 7.447 1.862 7.447 5.585s-3.724 5.585-7.447 5.585h-93.091c-3.724 0-7.447-1.862-7.447-5.585s3.724-5.585 7.447-5.585h39.098v-405.876h-39.098c-3.724 0-7.447-1.862-7.447-5.585s3.724-5.585 7.447-5.585h93.091c3.724 0 7.447 1.862 7.447 5.585s-3.724 5.585-7.447 5.585h-39.098v195.491h275.549v-197.353l-37.236 1.862zM437.527 233.891c0-7.447-5.585-11.171-13.033-11.171h-96.815c-7.447 0-13.033 5.585-13.033 11.171 0 7.447 5.585 11.171 13.033 11.171h33.513v189.905h-271.825v-189.905h33.513c7.447 0 13.033-5.585 13.033-11.171 0-7.447-7.447-11.171-13.033-11.171h-94.953c-7.447 0-13.033 5.585-13.033 11.171 0 7.447 5.585 11.171 13.033 11.171h33.513v404.015h-33.513c-7.447 0-13.033 5.585-13.033 11.171s5.585 11.171 13.033 11.171h96.815c7.447 0 13.033-5.585 13.033-11.171s-5.585-11.171-13.033-11.171h-35.375v-189.905h271.825v189.905h-33.513c-7.447 0-13.033 5.585-13.033 11.171s5.585 11.171 13.033 11.171h96.815c7.447 0 13.033-5.585 13.033-11.171s-5.585-11.171-13.033-11.171h-33.513v-404.015h33.513c5.585 0 13.033-3.724 13.033-11.171z" />
|
64 |
+
<glyph unicode="" glyph-name="pa-fancy-text" d="M860.16 161.28c-26.065 0-50.269 11.171-65.164 31.651l-9.309 11.171-9.309-11.171c-16.756-20.48-40.96-31.651-65.164-31.651-7.447 0-13.033 5.585-13.033 13.033s5.585 13.033 13.033 13.033c33.513 0 61.44 31.651 61.44 70.749v176.873h-37.236c-7.447 0-13.033 5.585-13.033 13.033s5.585 13.033 13.033 13.033h37.236v176.873c0 39.098-27.927 70.749-61.44 70.749-7.447 0-13.033 5.585-13.033 13.033s5.585 13.033 13.033 13.033c26.065 0 50.269-11.171 65.164-31.651l9.309-11.171 9.309 11.171c16.756 20.48 40.96 31.651 65.164 31.651 7.447 0 13.033-5.585 13.033-13.033s-5.585-13.033-13.033-13.033c-33.513 0-61.44-31.651-61.44-70.749v-176.873h37.236c7.447 0 13.033-5.585 13.033-13.033s-5.585-13.033-13.033-13.033h-37.236v-176.873c0-39.098 27.927-70.749 61.44-70.749 7.447 0 13.033-5.585 13.033-13.033s-7.447-13.033-13.033-13.033zM342.575 647.215c0-7.447-5.585-13.033-13.033-13.033h-137.775c-7.447 0-13.033 5.585-13.033 13.033s7.447 13.033 13.033 13.033h135.913c9.309 0 14.895-5.585 14.895-13.033zM342.575 254.371c0-7.447-5.585-13.033-13.033-13.033h-137.775c-7.447 0-13.033 5.585-13.033 13.033s7.447 13.033 13.033 13.033h135.913c9.309 1.862 14.895-3.724 14.895-13.033zM616.262 254.371c0-7.447-5.585-13.033-13.033-13.033h-137.775c-7.447 0-13.033 5.585-13.033 13.033s7.447 13.033 13.033 13.033h135.913c7.447 1.862 14.895-3.724 14.895-13.033zM1012.829 367.942v-78.196c1.862-26.065-20.48-48.407-46.545-48.407-7.447 0-14.895 5.585-14.895 13.033 0 3.724 1.862 7.447 3.724 11.171 1.862 1.862 5.585 3.724 11.171 3.724 11.171 0 20.48 7.447 20.48 20.48v78.196c0 7.447 7.447 13.033 13.033 13.033 7.447 0 13.033-5.585 13.033-13.033zM1001.658 522.473c-7.447 0-13.033 5.585-13.033 13.033v78.196c0 11.171-9.309 18.618-20.48 20.48-3.724 0-7.447 1.862-11.171 3.724s-3.724 3.724-3.724 7.447c0 7.447 7.447 13.033 13.033 13.033 26.065 0 48.407-20.48 48.407-46.545v-78.196c1.862-5.585-5.585-11.171-13.033-11.171zM616.262 647.215c0-7.447-5.585-13.033-13.033-13.033h-137.775c-7.447 0-13.033 5.585-13.033 13.033s7.447 13.033 13.033 13.033h135.913c7.447 0 14.895-5.585 14.895-13.033zM72.611 647.215c0-3.724-1.862-7.447-3.724-11.171s-7.447-3.724-11.171-3.724c-11.171 0-20.48-7.447-20.48-18.618v-78.196c0-7.447-7.447-13.033-14.895-13.033s-13.033 5.585-13.033 13.033v78.196c0 26.065 22.342 46.545 48.407 46.545 7.447 1.862 14.895-3.724 14.895-13.033zM70.749 254.371c0-5.585-5.585-13.033-13.033-13.033-26.065 0-48.407 22.342-48.407 46.545v78.196c0 7.447 7.447 13.033 13.033 13.033 7.447 0 13.033-5.585 13.033-13.033v-78.196c0-11.171 9.309-18.618 20.48-20.48 3.724 0 7.447-1.862 11.171-3.724 1.862-1.862 3.724-5.585 3.724-9.309z" />
|
65 |
+
<glyph unicode="" glyph-name="pa-google-maps" d="M666.531 863.185v0l-20.48 7.447-20.48-7.447-249.484-80.058-292.305 93.091v-759.622l269.964-83.782 22.342-7.447 22.342 7.447 249.484 80.058 292.305-93.091v757.76l-273.687 85.644zM353.745 75.636l-227.142 74.473v670.255l227.142-74.473v-670.255zM396.567 745.891l227.142 72.611v-668.393l-227.142-74.473v670.255zM895.535 75.636l-227.142 72.611v670.255l227.142-72.611v-670.255zM666.531 863.185v0 0 0zM623.709 863.185v0 0 0z" />
|
66 |
+
<glyph unicode="" glyph-name="pa-contact-form" d="M1012.829 526.196c0 1.862-1.862 3.724-1.862 5.585s-1.862 3.724-3.724 3.724c-1.862 1.862-3.724 3.724-5.585 3.724v0l-161.978 83.782v85.644c0 1.862 0 3.724 0 3.724 0 3.724-3.724 9.309-5.585 11.171l-202.938 202.938c0 0 0 1.862-1.862 1.862-1.862 1.862-1.862 1.862-3.724 1.862-3.724 1.862-5.585 1.862-9.309 1.862h-411.462c-11.171 0-22.342-9.309-22.342-22.342v-288.582l-161.978-85.644-1.862-1.862c0 0 0 0-1.862-1.862s-1.862-3.724-3.724-3.724c0-1.862-1.862-3.724-1.862-3.724v0-1.862c0-1.862 0-3.724 0-3.724v-536.204c0-11.171 9.309-20.48 20.48-20.48h960.698c11.171 0 20.48 9.309 20.48 20.48v538.065c0 1.862 0 3.724 0 5.585zM839.68 574.604l104.262-53.993-104.262-44.684v98.676zM634.88 863.185l134.051-134.051h-134.051v134.051zM227.142 892.975h368.64v-184.32c0-11.171 9.309-22.342 22.342-22.342h182.458v-229.004l-286.72-122.88-284.858 124.742v433.804zM184.32 576.465v-100.538l-104.262 46.545 104.262 53.993zM971.869 6.749h-919.738v482.211l450.56-197.353c5.585-1.862 11.171-1.862 16.756 0l454.284 197.353v-482.211z" />
|
67 |
+
<glyph unicode="" glyph-name="pa-woo-products-listing" d="M999.86 787.283c-21.127 27.308-53.905 44.72-90.749 44.72-0.137 0-0.274 0-0.41-0.001h-728.705l-27.159 108.578c-2.858 11.239-12.887 19.42-24.827 19.42-0.004 0-0.009 0-0.013 0h-102.397c-14.138 0-25.6-11.461-25.6-25.6s11.461-25.6 25.6-25.6v0h82.398l195.416-783.985c-28.649-18.469-47.35-50.216-47.35-86.331 0-56.542 45.836-102.378 102.378-102.378 47.42 0 87.31 32.24 98.947 75.997l0.162 0.715h236.875c11.775-44.516 51.691-76.799 99.146-76.799 56.553 0 102.398 45.845 102.398 102.398s-45.845 102.398-102.398 102.398c-47.456 0-87.372-32.282-98.985-76.084l-0.161-0.714h-236.875c-11.832 44.485-51.72 76.738-99.151 76.798h-0.007c-0.301 0.006-0.657 0.009-1.013 0.009-1.812 0-3.605-0.083-5.374-0.246l0.227 0.017-25.58 102.618h488.99c53.327 0.008 98.189 36.242 111.315 85.433l0.183 0.805 93.098 358.393c2.392 8.737 3.767 18.769 3.767 29.122 0 26.623-9.090 51.123-24.335 70.566l0.188-0.249zM793.585 89.617c28.276 0 51.199-22.923 51.199-51.199s-22.923-51.199-51.199-51.199c-28.276 0-51.199 22.923-51.199 51.199v0c0 28.276 22.923 51.199 51.199 51.199v0zM409.592 38.418c0-28.276-22.923-51.199-51.199-51.199s-51.199 22.923-51.199 51.199c0 28.276 22.923 51.199 51.199 51.199v0c28.276 0 51.199-22.923 51.199-51.199v0zM877.583 342.412c-7.359-27.823-32.307-47.999-61.967-47.999-0.011 0-0.023 0-0.034 0h-500.908l-31.999 127.998h615.708zM911.582 473.689h-641.587l-31.999 127.998h706.946zM970.561 700.805l-12.44-47.999h-732.766l-31.999 127.998h715.366c0.010 0 0.021 0 0.032 0 35.346 0 63.999-28.653 63.999-63.999 0-5.686-0.741-11.198-2.133-16.446l0.101 0.447z" />
|
68 |
</font></defs></svg>
|
assets/frontend/css/premium-addons.css
CHANGED
@@ -1,7163 +1,7163 @@
|
|
1 |
-
@charset "UTF-8";
|
2 |
-
@font-face {
|
3 |
-
font-family: "pa-elements";
|
4 |
-
src: url("../../editor/fonts/pa-elements.eot?9e1efm");
|
5 |
-
src: url("../../editor/fonts/pa-elements.eot?9e1efm#iefix") format("embedded-opentype"), url("../../editor/fonts/pa-elements.ttf?9e1efm") format("truetype"), url("../../editor/fonts/pa-elements.woff?9e1efm") format("woff"), url("../../editor/fonts/pa-elements.svg?9e1efm#pa-elements") format("svg");
|
6 |
-
font-weight: normal;
|
7 |
-
font-style: normal; }
|
8 |
-
|
9 |
-
/**************** Premium Banner ****************/
|
10 |
-
/************************************************/
|
11 |
-
.premium-banner {
|
12 |
-
overflow: hidden; }
|
13 |
-
|
14 |
-
.premium-banner-ib {
|
15 |
-
display: block;
|
16 |
-
position: relative;
|
17 |
-
z-index: 1;
|
18 |
-
overflow: hidden;
|
19 |
-
margin: 0;
|
20 |
-
text-align: center;
|
21 |
-
-webkit-box-sizing: border-box;
|
22 |
-
-moz-box-sizing: border-box;
|
23 |
-
box-sizing: border-box; }
|
24 |
-
.premium-banner-ib img {
|
25 |
-
display: block;
|
26 |
-
position: relative; }
|
27 |
-
|
28 |
-
.premium-banner-img-wrap {
|
29 |
-
-js-display: flex;
|
30 |
-
display: -webkit-box;
|
31 |
-
display: -webkit-flex;
|
32 |
-
display: -moz-box;
|
33 |
-
display: -ms-flexbox;
|
34 |
-
display: flex;
|
35 |
-
height: 100%; }
|
36 |
-
.premium-banner-img-wrap .premium-banner-ib-img {
|
37 |
-
-webkit-flex-shrink: 0;
|
38 |
-
-ms-flex-negative: 0;
|
39 |
-
flex-shrink: 0; }
|
40 |
-
|
41 |
-
.premium-banner-ib-desc .premium-banner-read-more {
|
42 |
-
z-index: 100; }
|
43 |
-
|
44 |
-
.elementor-widget-premium-addon-banner .premium-banner-ib-title {
|
45 |
-
background: transparent; }
|
46 |
-
|
47 |
-
.premium-banner-ib *,
|
48 |
-
.premium-banner-ib .premium-banner-ib-desc {
|
49 |
-
-webkit-box-sizing: border-box;
|
50 |
-
-moz-box-sizing: border-box;
|
51 |
-
box-sizing: border-box; }
|
52 |
-
|
53 |
-
.premium-banner-ib img {
|
54 |
-
min-width: 100%;
|
55 |
-
max-width: 100%;
|
56 |
-
-webkit-transition: opacity 0.35s;
|
57 |
-
transition: opacity 0.35s; }
|
58 |
-
|
59 |
-
.premium-banner-ib .premium-banner-ib-desc {
|
60 |
-
padding: 15px;
|
61 |
-
-webkit-backface-visibility: hidden;
|
62 |
-
backface-visibility: hidden;
|
63 |
-
-webkit-box-sizing: border-box;
|
64 |
-
-moz-box-sizing: border-box;
|
65 |
-
box-sizing: border-box;
|
66 |
-
position: absolute;
|
67 |
-
top: 0;
|
68 |
-
left: 0;
|
69 |
-
width: 100%;
|
70 |
-
height: 100%; }
|
71 |
-
|
72 |
-
.premium-banner-ib .premium-banner-ib-link {
|
73 |
-
position: absolute;
|
74 |
-
top: 0;
|
75 |
-
left: 0;
|
76 |
-
width: 100%;
|
77 |
-
height: 100%;
|
78 |
-
z-index: 1000;
|
79 |
-
text-indent: 200%;
|
80 |
-
white-space: nowrap;
|
81 |
-
font-size: 0;
|
82 |
-
opacity: 0; }
|
83 |
-
|
84 |
-
.premium-banner-ib a.premium-banner-ib-link {
|
85 |
-
display: block;
|
86 |
-
background: 0 0; }
|
87 |
-
|
88 |
-
.premium-banner-animation1 img {
|
89 |
-
width: -webkit-calc(100% + 50px) !important;
|
90 |
-
width: calc(100% + 50px) !important;
|
91 |
-
max-width: -webkit-calc(100% + 50px) !important;
|
92 |
-
max-width: calc(100% + 50px) !important;
|
93 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
94 |
-
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
95 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
96 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
97 |
-
-webkit-transform: translate3d(-40px, 0, 0);
|
98 |
-
transform: translate3d(-40px, 0, 0); }
|
99 |
-
|
100 |
-
.premium-banner-animation2 .premium-banner-ib-title {
|
101 |
-
padding: 15px; }
|
102 |
-
|
103 |
-
.premium-banner-animation1 .premium-banner-ib-desc {
|
104 |
-
top: auto;
|
105 |
-
bottom: 0;
|
106 |
-
min-height: 25%;
|
107 |
-
height: auto;
|
108 |
-
max-height: 100%;
|
109 |
-
text-align: left; }
|
110 |
-
|
111 |
-
.premium-banner-animation1 .premium-banner-ib-content,
|
112 |
-
.premium-banner-animation1 .premium-banner-ib-title,
|
113 |
-
.premium-banner-animation1 .premium-banner-read-more {
|
114 |
-
-webkit-transform: translate3d(0, 40px, 0);
|
115 |
-
transform: translate3d(0, 40px, 0);
|
116 |
-
-webkit-transition-delay: 0.05s;
|
117 |
-
transition-delay: 0.05s;
|
118 |
-
-webkit-transition-duration: 0.35s;
|
119 |
-
transition-duration: 0.35s; }
|
120 |
-
|
121 |
-
.premium-banner-animation1 .premium-banner-ib-title {
|
122 |
-
-webkit-transition: -webkit-transform 0.35s;
|
123 |
-
transition: -webkit-transform 0.35s;
|
124 |
-
transition: transform 0.35s;
|
125 |
-
transition: transform 0.35s, -webkit-transform 0.35s; }
|
126 |
-
|
127 |
-
.premium-banner-animation1 .premium-banner-ib-content,
|
128 |
-
.premium-banner-animation1 .premium-banner-read-more {
|
129 |
-
margin-top: 10px;
|
130 |
-
opacity: 0;
|
131 |
-
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
|
132 |
-
transition: opacity 0.2s, -webkit-transform 0.35s;
|
133 |
-
transition: opacity 0.2s, transform 0.35s;
|
134 |
-
transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s; }
|
135 |
-
|
136 |
-
.premium-banner-animation1:hover .premium-banner-ib-content,
|
137 |
-
.premium-banner-animation1.active .premium-banner-ib-content,
|
138 |
-
.premium-banner-animation1:hover .premium-banner-read-more,
|
139 |
-
.premium-banner-animation1.active .premium-banner-read-more {
|
140 |
-
opacity: 1;
|
141 |
-
-webkit-transition-delay: 0.05s;
|
142 |
-
transition-delay: 0.05s;
|
143 |
-
-webkit-transition-duration: 0.35s;
|
144 |
-
transition-duration: 0.35s; }
|
145 |
-
|
146 |
-
.premium-banner-animation1:hover .premium-banner-ib-content,
|
147 |
-
.premium-banner-animation1.active .premium-banner-ib-content,
|
148 |
-
.premium-banner-animation1:hover .premium-banner-read-more,
|
149 |
-
.premium-banner-animation1.active .premium-banner-read-more,
|
150 |
-
.premium-banner-animation1:hover .premium-banner-ib-title,
|
151 |
-
.premium-banner-animation1.active .premium-banner-ib-title,
|
152 |
-
.premium-banner-animation1:hover img,
|
153 |
-
.premium-banner-animation1.active img {
|
154 |
-
-webkit-transform: translate3d(0, 0, 0);
|
155 |
-
transform: translate3d(0, 0, 0);
|
156 |
-
-webkit-transition-delay: 0.05s;
|
157 |
-
transition-delay: 0.05s;
|
158 |
-
-webkit-transition-duration: 0.35s;
|
159 |
-
transition-duration: 0.35s; }
|
160 |
-
|
161 |
-
.premium-banner-animation1.zoomout img,
|
162 |
-
.premium-banner-animation1.scale img {
|
163 |
-
-webkit-transform: translate3d(-40px, 0, 0) scale(1.1);
|
164 |
-
transform: translate3d(-40px, 0, 0) scale(1.1); }
|
165 |
-
|
166 |
-
.premium-banner-ib.sepia img {
|
167 |
-
-webkit-filter: sepia(30%);
|
168 |
-
filter: sepia(30%); }
|
169 |
-
|
170 |
-
.premium-banner-ib.bright img {
|
171 |
-
-webkit-filter: brightness(1);
|
172 |
-
filter: brightness(1); }
|
173 |
-
|
174 |
-
.premium-banner-ib.sepia:hover img {
|
175 |
-
-webkit-filter: sepia(0%);
|
176 |
-
filter: sepia(0%); }
|
177 |
-
|
178 |
-
.premium-banner-ib.bright:hover img {
|
179 |
-
-webkit-filter: brightness(1.2);
|
180 |
-
filter: brightness(1.2); }
|
181 |
-
|
182 |
-
.premium-banner-animation1.premium-banner-min-height img,
|
183 |
-
.premium-banner-animation2.premium-banner-min-height img,
|
184 |
-
.premium-banner-animation4.premium-banner-min-height img,
|
185 |
-
.premium-banner-animation5.premium-banner-min-height img,
|
186 |
-
.premium-banner-animation6.premium-banner-min-height img,
|
187 |
-
.premium-banner-animation13.premium-banner-min-height img {
|
188 |
-
height: auto; }
|
189 |
-
|
190 |
-
.premium-banner-animation2 img {
|
191 |
-
width: 100%; }
|
192 |
-
|
193 |
-
.premium-banner-animation2 .premium-banner-ib-desc::before {
|
194 |
-
position: absolute;
|
195 |
-
content: "";
|
196 |
-
top: 0;
|
197 |
-
left: 0;
|
198 |
-
width: 100%;
|
199 |
-
height: 100%;
|
200 |
-
opacity: 0;
|
201 |
-
-webkit-transform: translate3d(0, 50%, 0);
|
202 |
-
transform: translate3d(0, 50%, 0); }
|
203 |
-
|
204 |
-
.premium-banner-animation2 .premium-banner-ib-title {
|
205 |
-
position: absolute;
|
206 |
-
top: 50%;
|
207 |
-
left: 0;
|
208 |
-
width: 100%;
|
209 |
-
-webkit-transition: color 0.35s, -webkit-transform 0.35s;
|
210 |
-
transition: color 0.35s, -webkit-transform 0.35s;
|
211 |
-
transition: transform 0.35s, color 0.35s;
|
212 |
-
transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
|
213 |
-
-webkit-transform: translate3d(0, -50%, 0);
|
214 |
-
transform: translate3d(0, -50%, 0); }
|
215 |
-
|
216 |
-
.premium-banner-animation2 .premium-banner-ib-content,
|
217 |
-
.premium-banner-animation2 .premium-banner-read-more,
|
218 |
-
.premium-banner-animation2 .premium-banner-ib-desc::before {
|
219 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
220 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
221 |
-
transition: opacity 0.35s, transform 0.35s;
|
222 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
|
223 |
-
|
224 |
-
.premium-banner-animation2 .premium-banner-ib-content,
|
225 |
-
.premium-banner-animation2 .premium-banner-read-more {
|
226 |
-
position: absolute;
|
227 |
-
bottom: 0;
|
228 |
-
left: 0;
|
229 |
-
padding: 15px;
|
230 |
-
width: 100%;
|
231 |
-
max-height: 50%;
|
232 |
-
opacity: 0;
|
233 |
-
-webkit-transform: translate3d(0, 10px, 0);
|
234 |
-
transform: translate3d(0, 10px, 0); }
|
235 |
-
|
236 |
-
.premium-banner-animation2:hover .premium-banner-ib-title,
|
237 |
-
.premium-banner-animation2.active .premium-banner-ib-title {
|
238 |
-
-webkit-transform: translate3d(0, -40px, 0);
|
239 |
-
transform: translate3d(0, -40px, 0); }
|
240 |
-
|
241 |
-
.premium-banner-animation2:hover .premium-banner-read-more,
|
242 |
-
.premium-banner-animation2.active .premium-banner-read-more,
|
243 |
-
.premium-banner-animation2:hover .premium-banner-ib-desc::before,
|
244 |
-
.premium-banner-animation2.active .premium-banner-ib-desc::before {
|
245 |
-
opacity: 1;
|
246 |
-
-webkit-transform: translate3d(0, 0, 0);
|
247 |
-
transform: translate3d(0, 0, 0); }
|
248 |
-
|
249 |
-
.premium-banner-animation2:hover .premium-banner-ib-content,
|
250 |
-
.premium-banner-animation2.active .premium-banner-ib-content {
|
251 |
-
opacity: 1;
|
252 |
-
-webkit-transform: translate3d(0, -30px, 0);
|
253 |
-
transform: translate3d(0, -30px, 0); }
|
254 |
-
|
255 |
-
.premium-banner-animation3 .premium-banner-ib-title {
|
256 |
-
position: absolute;
|
257 |
-
bottom: 0;
|
258 |
-
left: 0;
|
259 |
-
padding: 15px;
|
260 |
-
width: 100%;
|
261 |
-
text-align: left;
|
262 |
-
-webkit-transform: translate3d(0, -30px, 0);
|
263 |
-
transform: translate3d(0, -30px, 0); }
|
264 |
-
|
265 |
-
.premium-banner-animation3 .premium-banner-ib-desc::before,
|
266 |
-
.premium-banner-animation3 .premium-banner-ib-title {
|
267 |
-
-webkit-transition: -webkit-transform 0.35s;
|
268 |
-
transition: -webkit-transform 0.35s;
|
269 |
-
transition: transform 0.35s;
|
270 |
-
transition: transform 0.35s, -webkit-transform 0.35s; }
|
271 |
-
|
272 |
-
.premium-banner-animation3:hover .premium-banner-ib-desc::before,
|
273 |
-
.premium-banner-animation3.active .premium-banner-ib-desc::before,
|
274 |
-
.premium-banner-animation3:hover .premium-banner-ib-title,
|
275 |
-
.premium-banner-animation3.active .premium-banner-ib-title {
|
276 |
-
opacity: 1;
|
277 |
-
-webkit-transform: translate3d(0, 0, 0);
|
278 |
-
transform: translate3d(0, 0, 0); }
|
279 |
-
|
280 |
-
.premium-banner-animation3 .premium-banner-ib-content {
|
281 |
-
max-height: -webkit-calc(100% - 60px - 1.5em);
|
282 |
-
max-height: calc(100% - 60px - 1.5em);
|
283 |
-
overflow: hidden; }
|
284 |
-
|
285 |
-
.premium-banner-animation4 img {
|
286 |
-
width: -webkit-calc(100% + 40px) !important;
|
287 |
-
width: calc(100% + 40px) !important;
|
288 |
-
max-width: -webkit-calc(100% + 40px) !important;
|
289 |
-
max-width: calc(100% + 40px) !important; }
|
290 |
-
|
291 |
-
.premium-banner-animation4 .premium-banner-ib-desc {
|
292 |
-
padding: 30px; }
|
293 |
-
.premium-banner-animation4 .premium-banner-ib-desc::after {
|
294 |
-
position: absolute;
|
295 |
-
content: "";
|
296 |
-
opacity: 0; }
|
297 |
-
.premium-banner-animation4 .premium-banner-ib-desc::before {
|
298 |
-
position: absolute;
|
299 |
-
content: "";
|
300 |
-
opacity: 0;
|
301 |
-
top: 50px;
|
302 |
-
right: 30px;
|
303 |
-
bottom: 50px;
|
304 |
-
left: 30px;
|
305 |
-
border-top: 1px solid #fff;
|
306 |
-
border-bottom: 1px solid #fff;
|
307 |
-
-webkit-transform: scale(0, 1);
|
308 |
-
-ms-transform: scale(0, 1);
|
309 |
-
transform: scale(0, 1);
|
310 |
-
-webkit-transform-origin: 0 0;
|
311 |
-
-ms-transform-origin: 0 0;
|
312 |
-
transform-origin: 0 0; }
|
313 |
-
.premium-banner-animation4 .premium-banner-ib-desc::after {
|
314 |
-
top: 30px;
|
315 |
-
right: 50px;
|
316 |
-
bottom: 30px;
|
317 |
-
left: 50px;
|
318 |
-
border-right: 1px solid #fff;
|
319 |
-
border-left: 1px solid #fff;
|
320 |
-
-webkit-transform: scale(1, 0);
|
321 |
-
-ms-transform: scale(1, 0);
|
322 |
-
transform: scale(1, 0);
|
323 |
-
-webkit-transform-origin: 100% 0;
|
324 |
-
-ms-transform-origin: 100% 0;
|
325 |
-
transform-origin: 100% 0; }
|
326 |
-
|
327 |
-
.premium-banner-animation4 .premium-banner-ib-title {
|
328 |
-
padding: 50px 30px 0 30px;
|
329 |
-
-webkit-transition: -webkit-transform 0.35s;
|
330 |
-
transition: -webkit-transform 0.35s;
|
331 |
-
transition: transform 0.35s;
|
332 |
-
transition: transform 0.35s, -webkit-transform 0.35s; }
|
333 |
-
|
334 |
-
.premium-banner-animation4 .premium-banner-ib-content,
|
335 |
-
.premium-banner-animation4 .premium-banner-read-more {
|
336 |
-
padding: 10px 30px;
|
337 |
-
opacity: 0;
|
338 |
-
overflow: hidden;
|
339 |
-
-webkit-transform: translate3d(0, -10px, 0);
|
340 |
-
transform: translate3d(0, -10px, 0); }
|
341 |
-
|
342 |
-
.premium-banner-animation4 .premium-banner-ib-title,
|
343 |
-
.premium-banner-animation4 img {
|
344 |
-
-webkit-transform: translate3d(-30px, 0, 0);
|
345 |
-
transform: translate3d(-30px, 0, 0); }
|
346 |
-
|
347 |
-
.premium-banner-animation4.zoomout img,
|
348 |
-
.premium-banner-animation4.scale img {
|
349 |
-
-webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
|
350 |
-
transform: translate3d(-30px, 0, 0) scale(1.1); }
|
351 |
-
|
352 |
-
.premium-banner-animation4 .premium-banner-ib-content,
|
353 |
-
.premium-banner-animation4 .premium-banner-read-more {
|
354 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
355 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
356 |
-
transition: opacity 0.35s, transform 0.35s;
|
357 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
|
358 |
-
|
359 |
-
.premium-banner-animation4 .premium-banner-ib-desc::after, .premium-banner-animation4 .premium-banner-ib-desc::before {
|
360 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
361 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
362 |
-
transition: opacity 0.35s, transform 0.35s;
|
363 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
|
364 |
-
|
365 |
-
.premium-banner-animation4 img {
|
366 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
367 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
368 |
-
transition: opacity 0.35s, transform 0.35s;
|
369 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
|
370 |
-
|
371 |
-
.premium-banner-animation4:hover .premium-banner-ib-desc::after,
|
372 |
-
.premium-banner-animation4.active .premium-banner-ib-desc::after,
|
373 |
-
.premium-banner-animation4:hover .premium-banner-ib-desc::before,
|
374 |
-
.premium-banner-animation4.active .premium-banner-ib-desc::before {
|
375 |
-
opacity: 1;
|
376 |
-
-webkit-transform: scale(1);
|
377 |
-
-ms-transform: scale(1);
|
378 |
-
transform: scale(1); }
|
379 |
-
|
380 |
-
.premium-banner-animation4:hover .premium-banner-ib-content,
|
381 |
-
.premium-banner-animation4.active .premium-banner-ib-content,
|
382 |
-
.premium-banner-animation4:hover .premium-banner-read-more,
|
383 |
-
.premium-banner-animation4.active .premium-banner-read-more,
|
384 |
-
.premium-banner-animation4:hover .premium-banner-ib-title,
|
385 |
-
.premium-banner-animation4.active .premium-banner-ib-title {
|
386 |
-
opacity: 1;
|
387 |
-
-webkit-transform: translate3d(0, 0, 0);
|
388 |
-
transform: translate3d(0, 0, 0); }
|
389 |
-
|
390 |
-
.premium-banner-animation4:hover .premium-banner-ib-content,
|
391 |
-
.premium-banner-animation4:hover .premium-banner-ib-desc::after,
|
392 |
-
.premium-banner-animation4:hover .premium-banner-ib-title,
|
393 |
-
.premium-banner-animation4:hover img {
|
394 |
-
-webkit-transition-delay: 0.15s;
|
395 |
-
transition-delay: 0.15s; }
|
396 |
-
|
397 |
-
.premium-banner-animation5 .premium-banner-ib-desc {
|
398 |
-
top: auto;
|
399 |
-
bottom: 0;
|
400 |
-
padding: 15px;
|
401 |
-
height: auto;
|
402 |
-
background: #f2f2f2;
|
403 |
-
color: #3c4a50;
|
404 |
-
-webkit-transition: -webkit-transform 0.35s;
|
405 |
-
transition: -webkit-transform 0.35s;
|
406 |
-
transition: transform 0.35s;
|
407 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
408 |
-
-webkit-transform: translate3d(0, 100%, 0);
|
409 |
-
transform: translate3d(0, 100%, 0); }
|
410 |
-
|
411 |
-
.premium-banner-animation5 .premium-banner-ib-content {
|
412 |
-
position: absolute;
|
413 |
-
top: auto;
|
414 |
-
bottom: 100%;
|
415 |
-
left: 0;
|
416 |
-
width: 100%;
|
417 |
-
padding: 15px;
|
418 |
-
opacity: 0;
|
419 |
-
-webkit-transition: opacity 0.35s;
|
420 |
-
transition: opacity 0.35s; }
|
421 |
-
|
422 |
-
.premium-banner-animation5 .premium-banner-ib-title,
|
423 |
-
.premium-banner-animation5 .premium-banner-read-more {
|
424 |
-
-webkit-transition: -webkit-transform 0.35s;
|
425 |
-
transition: -webkit-transform 0.35s;
|
426 |
-
transition: transform 0.35s;
|
427 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
428 |
-
-webkit-transform: translate3d(0, 200%, 0);
|
429 |
-
transform: translate3d(0, 200%, 0);
|
430 |
-
text-align: center; }
|
431 |
-
|
432 |
-
.premium-banner-animation5 .premium-banner-ib-title {
|
433 |
-
margin: 10px 0; }
|
434 |
-
|
435 |
-
.premium-banner-animation5:hover .premium-banner-ib-content,
|
436 |
-
.premium-banner-animation5.active .premium-banner-ib-content,
|
437 |
-
.premium-banner-animation5:hover .premium-banner-ib-content *,
|
438 |
-
.premium-banner-animation5.active .premium-banner-ib-content * {
|
439 |
-
opacity: 1 !important;
|
440 |
-
z-index: 99 !important;
|
441 |
-
-webkit-backface-visibility: hidden !important;
|
442 |
-
backface-visibility: hidden !important; }
|
443 |
-
|
444 |
-
.premium-banner-animation5:hover .premium-banner-ib-desc,
|
445 |
-
.premium-banner-animation5.active .premium-banner-ib-desc,
|
446 |
-
.premium-banner-animation5:hover .premium-banner-ib-title,
|
447 |
-
.premium-banner-animation5.active .premium-banner-ib-title,
|
448 |
-
.premium-banner-animation5:hover .premium-banner-read-more,
|
449 |
-
.premium-banner-animation5.active .premium-banner-read-more {
|
450 |
-
-webkit-transform: translateY(0);
|
451 |
-
-ms-transform: translateY(0);
|
452 |
-
transform: translateY(0); }
|
453 |
-
|
454 |
-
.premium-banner-animation5:hover .premium-banner-ib-title {
|
455 |
-
-webkit-transition-delay: 0.05s;
|
456 |
-
transition-delay: 0.05s; }
|
457 |
-
|
458 |
-
.premium-banner-animation5 img {
|
459 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
460 |
-
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
461 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
462 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s; }
|
463 |
-
|
464 |
-
.premium-banner-animation2 img,
|
465 |
-
.premium-banner-animation4 img,
|
466 |
-
.premium-banner-animation6 img {
|
467 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
468 |
-
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
469 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
470 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s; }
|
471 |
-
|
472 |
-
.premium-banner-animation5.zoomout img,
|
473 |
-
.premium-banner-animation5.scale img {
|
474 |
-
-webkit-transform: scale(1.1);
|
475 |
-
-ms-transform: scale(1.1);
|
476 |
-
transform: scale(1.1); }
|
477 |
-
|
478 |
-
.premium-banner-animation2.zoomout img,
|
479 |
-
.premium-banner-animation2.scale img {
|
480 |
-
-webkit-transform: scale(1.1);
|
481 |
-
-ms-transform: scale(1.1);
|
482 |
-
transform: scale(1.1); }
|
483 |
-
|
484 |
-
.premium-banner-animation6.zoomout img,
|
485 |
-
.premium-banner-animation6.scale img {
|
486 |
-
-webkit-transform: scale(1.1);
|
487 |
-
-ms-transform: scale(1.1);
|
488 |
-
transform: scale(1.1); }
|
489 |
-
|
490 |
-
.premium-banner-animation5.zoomin:hover img,
|
491 |
-
.premium-banner-animation2.zoomin:hover img,
|
492 |
-
.premium-banner-animation6.zoomin:hover img {
|
493 |
-
-webkit-transform: scale(1.1);
|
494 |
-
-ms-transform: scale(1.1);
|
495 |
-
transform: scale(1.1); }
|
496 |
-
|
497 |
-
.premium-banner-animation5.zoomout:hover img,
|
498 |
-
.premium-banner-animation2.zoomout:hover img,
|
499 |
-
.premium-banner-animation6.zoomout:hover img {
|
500 |
-
-webkit-transform: scale(1);
|
501 |
-
-ms-transform: scale(1);
|
502 |
-
transform: scale(1); }
|
503 |
-
|
504 |
-
.premium-banner-animation5.scale:hover img,
|
505 |
-
.premium-banner-animation2.scale:hover img,
|
506 |
-
.premium-banner-animation6.scale:hover img {
|
507 |
-
-webkit-transform: scale(1.2) rotate(5deg);
|
508 |
-
-ms-transform: scale(1.2) rotate(5deg);
|
509 |
-
transform: scale(1.2) rotate(5deg); }
|
510 |
-
|
511 |
-
.premium-banner-animation5.grayscale:hover img,
|
512 |
-
.premium-banner-animation2.grayscale:hover img,
|
513 |
-
.premium-banner-animation6.grayscale:hover img {
|
514 |
-
-webkit-filter: grayscale(100%);
|
515 |
-
filter: grayscale(100%); }
|
516 |
-
|
517 |
-
.premium-banner-animation5.blur:hover img,
|
518 |
-
.premium-banner-animation2.blur:hover img {
|
519 |
-
-webkit-filter: blur(3px);
|
520 |
-
filter: blur(3px); }
|
521 |
-
|
522 |
-
.premium-banner-animation6.blur:hover img {
|
523 |
-
-webkit-filter: blur(3px);
|
524 |
-
filter: blur(3px); }
|
525 |
-
|
526 |
-
.premium-banner-animation6 .premium-banner-ib-desc {
|
527 |
-
padding: 45px; }
|
528 |
-
.premium-banner-animation6 .premium-banner-ib-desc::before {
|
529 |
-
position: absolute;
|
530 |
-
content: "";
|
531 |
-
top: 30px;
|
532 |
-
right: 30px;
|
533 |
-
bottom: 30px;
|
534 |
-
left: 30px;
|
535 |
-
border: 1px solid #fff; }
|
536 |
-
|
537 |
-
.premium-banner-animation6 .premium-banner-ib-title {
|
538 |
-
margin: 20px 0 10px;
|
539 |
-
-webkit-transition: -webkit-transform 0.35s;
|
540 |
-
transition: -webkit-transform 0.35s;
|
541 |
-
transition: transform 0.35s;
|
542 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
543 |
-
-webkit-transform: translate3d(0, 100%, 0);
|
544 |
-
transform: translate3d(0, 100%, 0); }
|
545 |
-
|
546 |
-
.premium-banner-animation6 .premium-banner-ib-content,
|
547 |
-
.premium-banner-animation6 .premium-banner-read-more,
|
548 |
-
.premium-banner-animation6 .premium-banner-ib-desc::before {
|
549 |
-
opacity: 0;
|
550 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
551 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
552 |
-
transition: opacity 0.35s, transform 0.35s;
|
553 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
554 |
-
-webkit-transform: scale(0);
|
555 |
-
-ms-transform: scale(0);
|
556 |
-
transform: scale(0); }
|
557 |
-
|
558 |
-
.premium-banner-animation6 .premium-banner-read-more {
|
559 |
-
margin-top: 10px; }
|
560 |
-
|
561 |
-
.premium-banner-animation6:hover .premium-banner-ib-title,
|
562 |
-
.premium-banner-animation6.active .premium-banner-ib-title {
|
563 |
-
-webkit-transform: translate3d(0, 0, 0);
|
564 |
-
transform: translate3d(0, 0, 0); }
|
565 |
-
|
566 |
-
.premium-banner-animation6:hover .premium-banner-ib-content,
|
567 |
-
.premium-banner-animation6.active .premium-banner-ib-content,
|
568 |
-
.premium-banner-animation6:hover .premium-banner-read-more,
|
569 |
-
.premium-banner-animation6.active .premium-banner-read-more,
|
570 |
-
.premium-banner-animation6:hover .premium-banner-ib-desc::before,
|
571 |
-
.premium-banner-animation6.active .premium-banner-ib-desc::before {
|
572 |
-
opacity: 1;
|
573 |
-
-webkit-transform: scale(1);
|
574 |
-
-ms-transform: scale(1);
|
575 |
-
transform: scale(1); }
|
576 |
-
|
577 |
-
.premium-banner-animation12 .premium-banner-ib-desc::after {
|
578 |
-
position: absolute;
|
579 |
-
content: "";
|
580 |
-
right: 30px;
|
581 |
-
bottom: 30px;
|
582 |
-
left: 30px;
|
583 |
-
height: -webkit-calc(50% - 30px);
|
584 |
-
height: calc(50% - 30px);
|
585 |
-
border: 7px solid #fff;
|
586 |
-
-webkit-transition: -webkit-transform 0.35s;
|
587 |
-
transition: -webkit-transform 0.35s;
|
588 |
-
transition: transform 0.35s;
|
589 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
590 |
-
-webkit-transform: translate3d(0, -100%, 0);
|
591 |
-
transform: translate3d(0, -100%, 0); }
|
592 |
-
|
593 |
-
.premium-banner-animation12:hover .premium-banner-ib-desc::after,
|
594 |
-
.premium-banner-animation12.active .premium-banner-ib-desc::after {
|
595 |
-
-webkit-transform: translate3d(0, 0, 0);
|
596 |
-
transform: translate3d(0, 0, 0); }
|
597 |
-
|
598 |
-
.premium-banner-animation12 .premium-banner-ib-desc {
|
599 |
-
padding: 45px;
|
600 |
-
text-align: left; }
|
601 |
-
|
602 |
-
.premium-banner-animation12 .premium-banner-ib-content {
|
603 |
-
position: absolute;
|
604 |
-
right: 60px;
|
605 |
-
bottom: 60px;
|
606 |
-
left: 60px;
|
607 |
-
opacity: 0;
|
608 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
609 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
610 |
-
transition: opacity 0.35s, transform 0.35s;
|
611 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
612 |
-
-webkit-transform: translate3d(0, -100px, 0);
|
613 |
-
transform: translate3d(0, -100px, 0); }
|
614 |
-
|
615 |
-
.premium-banner-animation12:hover .premium-banner-ib-content,
|
616 |
-
.premium-banner-animation12.active .premium-banner-ib-content {
|
617 |
-
opacity: 1;
|
618 |
-
-webkit-transform: translate3d(0, 0, 0);
|
619 |
-
transform: translate3d(0, 0, 0); }
|
620 |
-
|
621 |
-
.premium-banner-animation13 img {
|
622 |
-
width: -webkit-calc(100% + 20px) !important;
|
623 |
-
width: calc(100% + 20px) !important;
|
624 |
-
max-width: -webkit-calc(100% + 20px) !important;
|
625 |
-
max-width: calc(100% + 20px) !important;
|
626 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
627 |
-
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
628 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
629 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
630 |
-
-webkit-transform: translate3d(-10px, 0, 0);
|
631 |
-
transform: translate3d(-10px, 0, 0);
|
632 |
-
-webkit-backface-visibility: hidden;
|
633 |
-
backface-visibility: hidden; }
|
634 |
-
|
635 |
-
.premium-banner-animation13.zoomout img,
|
636 |
-
.premium-banner-animation13.scale img {
|
637 |
-
-webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
|
638 |
-
transform: translate3d(-10px, 0, 0) scale(1.1); }
|
639 |
-
|
640 |
-
.premium-banner-animation13.none:hover img {
|
641 |
-
-webkit-transform: translate3d(0, 0, 0);
|
642 |
-
transform: translate3d(0, 0, 0); }
|
643 |
-
|
644 |
-
.premium-banner-animation1.none:hover img,
|
645 |
-
.premium-banner-animation4.none:hover img {
|
646 |
-
-webkit-transform: translate3d(0, 0, 0);
|
647 |
-
transform: translate3d(0, 0, 0); }
|
648 |
-
|
649 |
-
.premium-banner-animation13.zoomin:hover img,
|
650 |
-
.premium-banner-animation1.zoomin:hover img,
|
651 |
-
.premium-banner-animation4.zoomin:hover img,
|
652 |
-
.premium-banner-animation8.zoomin:hover img,
|
653 |
-
.premium-banner-animation7.zoomin:hover img,
|
654 |
-
.premium-banner-animation9.zoomin:hover img,
|
655 |
-
.premium-banner-animation10.zoomin:hover img,
|
656 |
-
.premium-banner-animation11.zoomin:hover img {
|
657 |
-
-webkit-transform: translate3d(0, 0, 0) scale(1.1);
|
658 |
-
transform: translate3d(0, 0, 0) scale(1.1); }
|
659 |
-
|
660 |
-
.premium-banner-animation13.zoomout:hover img,
|
661 |
-
.premium-banner-animation1.zoomout:hover img,
|
662 |
-
.premium-banner-animation4.zoomout:hover img,
|
663 |
-
.premium-banner-animation8.zoomout:hover img,
|
664 |
-
.premium-banner-animation7.zoomout:hover img,
|
665 |
-
.premium-banner-animation9.zoomout:hover img,
|
666 |
-
.premium-banner-animation10.zoomout:hover img,
|
667 |
-
.premium-banner-animation11.zoomout:hover img {
|
668 |
-
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
669 |
-
transform: translate3d(0, 0, 0) scale(1); }
|
670 |
-
|
671 |
-
.premium-banner-animation13.scale:hover img,
|
672 |
-
.premium-banner-animation1.scale:hover img,
|
673 |
-
.premium-banner-animation4.scale:hover img,
|
674 |
-
.premium-banner-animation8.scale:hover img,
|
675 |
-
.premium-banner-animation7.scale:hover img,
|
676 |
-
.premium-banner-animation9.scale:hover img,
|
677 |
-
.premium-banner-animation10.scale:hover img,
|
678 |
-
.premium-banner-animation11.scale:hover img {
|
679 |
-
-webkit-transform: translate3d(0, 0, 0) scale(1.2) rotate(5deg);
|
680 |
-
transform: translate3d(0, 0, 0) scale(1.2) rotate(5deg); }
|
681 |
-
|
682 |
-
.premium-banner-animation13.grayscale:hover img,
|
683 |
-
.premium-banner-animation1.grayscale:hover img,
|
684 |
-
.premium-banner-animation4.grayscale:hover img,
|
685 |
-
.premium-banner-animation8.grayscale:hover img,
|
686 |
-
.premium-banner-animation7.grayscale:hover img,
|
687 |
-
.premium-banner-animation9.grayscale:hover img,
|
688 |
-
.premium-banner-animation10.grayscale:hover img,
|
689 |
-
.premium-banner-animation11.grayscale:hover img {
|
690 |
-
-webkit-transform: translate3d(0, 0, 0);
|
691 |
-
transform: translate3d(0, 0, 0);
|
692 |
-
-webkit-filter: grayscale(100%);
|
693 |
-
filter: grayscale(100%); }
|
694 |
-
|
695 |
-
.premium-banner-animation13.blur:hover img,
|
696 |
-
.premium-banner-animation1.blur:hover img,
|
697 |
-
.premium-banner-animation4.blur:hover,
|
698 |
-
.premium-banner-animation8.blur:hover img,
|
699 |
-
.premium-banner-animation7.blur:hover img,
|
700 |
-
.premium-banner-animation9.blur:hover img,
|
701 |
-
.premium-banner-animation10.blur:hover img,
|
702 |
-
.premium-banner-animation11.blur:hover img {
|
703 |
-
-webkit-transform: translate3d(0, 0, 0);
|
704 |
-
transform: translate3d(0, 0, 0);
|
705 |
-
-webkit-filter: blur(3px);
|
706 |
-
filter: blur(3px); }
|
707 |
-
|
708 |
-
.premium-banner-animation13 .premium-banner-ib-desc {
|
709 |
-
text-align: left; }
|
710 |
-
|
711 |
-
.premium-banner-animation13 .premium-banner-ib-title {
|
712 |
-
position: relative;
|
713 |
-
overflow: hidden;
|
714 |
-
padding: 5px 0 10px; }
|
715 |
-
.premium-banner-animation13 .premium-banner-ib-title::after {
|
716 |
-
position: absolute;
|
717 |
-
content: "";
|
718 |
-
bottom: 0;
|
719 |
-
left: 0;
|
720 |
-
width: 100%;
|
721 |
-
height: 2px;
|
722 |
-
background: #fff;
|
723 |
-
-webkit-transition: -webkit-transform 0.35s;
|
724 |
-
transition: -webkit-transform 0.35s;
|
725 |
-
transition: transform 0.35s;
|
726 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
727 |
-
-webkit-transform: translate3d(-101%, 0, 0);
|
728 |
-
transform: translate3d(-101%, 0, 0); }
|
729 |
-
|
730 |
-
.premium-banner-animation13:hover .premium-banner-ib-title::after,
|
731 |
-
.premium-banner-animation13.active .premium-banner-ib-title::after {
|
732 |
-
-webkit-transform: translate3d(0, 0, 0);
|
733 |
-
transform: translate3d(0, 0, 0); }
|
734 |
-
|
735 |
-
.premium-banner-animation13 .premium-banner-ib-content,
|
736 |
-
.premium-banner-animation13 .premium-banner-read-more {
|
737 |
-
padding: 15px 0;
|
738 |
-
opacity: 0;
|
739 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
740 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
741 |
-
transition: opacity 0.35s, transform 0.35s;
|
742 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
743 |
-
-webkit-transform: translate3d(100%, 0, 0);
|
744 |
-
transform: translate3d(100%, 0, 0); }
|
745 |
-
|
746 |
-
.premium-banner-animation13:hover .premium-banner-ib-content,
|
747 |
-
.premium-banner-animation13.active .premium-banner-ib-content,
|
748 |
-
.premium-banner-animation13:hover .premium-banner-read-more,
|
749 |
-
.premium-banner-animation13.active .premium-banner-read-more {
|
750 |
-
opacity: 1;
|
751 |
-
-webkit-transform: translate3d(0, 0, 0);
|
752 |
-
transform: translate3d(0, 0, 0); }
|
753 |
-
|
754 |
-
.premium-banner-ib.premium-banner-animation5 .premium-banner-toggle-size {
|
755 |
-
left: 50%;
|
756 |
-
width: auto !important;
|
757 |
-
height: 100%;
|
758 |
-
max-width: none;
|
759 |
-
-webkit-transform: translateX(-50%);
|
760 |
-
-ms-transform: translateX(-50%);
|
761 |
-
transform: translateX(-50%); }
|
762 |
-
|
763 |
-
.premium-banner-ib img {
|
764 |
-
border: none;
|
765 |
-
padding: 0;
|
766 |
-
margin: 0; }
|
767 |
-
|
768 |
-
.premium-banner-animation7 img {
|
769 |
-
width: -webkit-calc(100% + 40px) !important;
|
770 |
-
width: calc(100% + 40px) !important;
|
771 |
-
max-width: -webkit-calc(100% + 40px) !important;
|
772 |
-
max-width: calc(100% + 40px) !important;
|
773 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
774 |
-
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
775 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
776 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s; }
|
777 |
-
|
778 |
-
.premium-banner-animation7 .premium-banner-brlr {
|
779 |
-
width: 7px; }
|
780 |
-
|
781 |
-
.premium-banner-animation7 .premium-banner-brtb {
|
782 |
-
height: 7px; }
|
783 |
-
|
784 |
-
.premium-banner-animation7 .premium-banner-br {
|
785 |
-
position: absolute;
|
786 |
-
z-index: 1;
|
787 |
-
background-color: white;
|
788 |
-
-webkit-transition: all 0.3s ease-in-out;
|
789 |
-
transition: all 0.3s ease-in-out;
|
790 |
-
-webkit-transition-delay: 0.2s;
|
791 |
-
transition-delay: 0.2s; }
|
792 |
-
|
793 |
-
.premium-banner-animation7 .premium-banner-bleft {
|
794 |
-
left: 30px;
|
795 |
-
top: -webkit-calc(100% - 150px);
|
796 |
-
top: calc(100% - 150px);
|
797 |
-
height: 0; }
|
798 |
-
|
799 |
-
.premium-banner-animation7 .premium-banner-bright {
|
800 |
-
right: 30px;
|
801 |
-
bottom: -webkit-calc(100% - 150px);
|
802 |
-
bottom: calc(100% - 150px);
|
803 |
-
height: 0; }
|
804 |
-
|
805 |
-
.premium-banner-animation7 .premium-banner-bottom {
|
806 |
-
right: -webkit-calc(100% - 150px);
|
807 |
-
right: calc(100% - 150px);
|
808 |
-
bottom: 30px;
|
809 |
-
width: 0; }
|
810 |
-
|
811 |
-
.premium-banner-animation7 .premium-banner-btop {
|
812 |
-
left: -webkit-calc(100% - 150px);
|
813 |
-
left: calc(100% - 150px);
|
814 |
-
top: 30px;
|
815 |
-
width: 0; }
|
816 |
-
|
817 |
-
.premium-banner-animation7 .premium-banner-ib-desc {
|
818 |
-
padding: 70px;
|
819 |
-
display: table; }
|
820 |
-
.premium-banner-animation7 .premium-banner-ib-desc .premium-banner-desc-centered {
|
821 |
-
display: table-cell;
|
822 |
-
vertical-align: middle; }
|
823 |
-
|
824 |
-
.premium-banner-animation7 .premium-banner-ib-title {
|
825 |
-
margin-top: 0; }
|
826 |
-
|
827 |
-
.premium-banner-animation7 .premium-banner-ib-title,
|
828 |
-
.premium-banner-animation7 img {
|
829 |
-
-webkit-transform: translate3d(-30px, 0, 0);
|
830 |
-
transform: translate3d(-30px, 0, 0); }
|
831 |
-
|
832 |
-
.premium-banner-animation7.zoomout img,
|
833 |
-
.premium-banner-animation7.scale img {
|
834 |
-
-webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
|
835 |
-
transform: translate3d(-30px, 0, 0) scale(1.1); }
|
836 |
-
|
837 |
-
.premium-banner-animation7 .premium-banner-ib-content,
|
838 |
-
.premium-banner-animation7 .premium-banner-read-more {
|
839 |
-
margin-top: 10px; }
|
840 |
-
|
841 |
-
.premium-banner-animation7 .premium-banner-ib-desc::after, .premium-banner-animation7 .premium-banner-ib-desc::before {
|
842 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
843 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
844 |
-
transition: opacity 0.35s, transform 0.35s;
|
845 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
|
846 |
-
|
847 |
-
.premium-banner-animation7 .premium-banner-ib-title,
|
848 |
-
.premium-banner-animation7 .premium-banner-ib-content,
|
849 |
-
.premium-banner-animation7 .premium-banner-read-more {
|
850 |
-
opacity: 0;
|
851 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
852 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
853 |
-
transition: opacity 0.35s, transform 0.35s;
|
854 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
|
855 |
-
|
856 |
-
.premium-banner-animation7:hover .premium-banner-ib-content,
|
857 |
-
.premium-banner-animation7.active .premium-banner-ib-content,
|
858 |
-
.premium-banner-animation7:hover .premium-banner-read-more,
|
859 |
-
.premium-banner-animation7.active .premium-banner-read-more,
|
860 |
-
.premium-banner-animation7:hover .premium-banner-ib-title,
|
861 |
-
.premium-banner-animation7.active .premium-banner-ib-title {
|
862 |
-
opacity: 1;
|
863 |
-
-webkit-transform: translate3d(0, 0, 0);
|
864 |
-
transform: translate3d(0, 0, 0); }
|
865 |
-
|
866 |
-
.premium-banner-animation7:hover .premium-banner-bleft, .premium-banner-animation7.active .premium-banner-bleft {
|
867 |
-
top: 30px;
|
868 |
-
height: 70px; }
|
869 |
-
|
870 |
-
.premium-banner-animation7:hover .premium-banner-bright, .premium-banner-animation7.active .premium-banner-bright {
|
871 |
-
bottom: 30px;
|
872 |
-
height: 70px; }
|
873 |
-
|
874 |
-
.premium-banner-animation7:hover .premium-banner-bottom, .premium-banner-animation7.active .premium-banner-bottom {
|
875 |
-
right: 30px;
|
876 |
-
width: 70px; }
|
877 |
-
|
878 |
-
.premium-banner-animation7:hover .premium-banner-btop, .premium-banner-animation7.active .premium-banner-btop {
|
879 |
-
left: 30px;
|
880 |
-
width: 70px; }
|
881 |
-
|
882 |
-
.premium-banner-animation7:hover .premium-banner-ib-content,
|
883 |
-
.premium-banner-animation7:hover .premium-banner-read-more,
|
884 |
-
.premium-banner-animation7:hover .premium-banner-ib-title,
|
885 |
-
.premium-banner-animation7:hover img {
|
886 |
-
-webkit-transition-delay: 0.15s;
|
887 |
-
transition-delay: 0.15s; }
|
888 |
-
|
889 |
-
.premium-banner-animation8 img {
|
890 |
-
width: -webkit-calc(100% + 40px) !important;
|
891 |
-
width: calc(100% + 40px) !important;
|
892 |
-
max-width: -webkit-calc(100% + 40px) !important;
|
893 |
-
max-width: calc(100% + 40px) !important;
|
894 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
895 |
-
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
896 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
897 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s; }
|
898 |
-
|
899 |
-
.premium-banner-animation8 .premium-banner-brlr {
|
900 |
-
width: 7px; }
|
901 |
-
|
902 |
-
.premium-banner-animation8 .premium-banner-brtb {
|
903 |
-
height: 7px; }
|
904 |
-
|
905 |
-
.premium-banner-animation8 .premium-banner-br {
|
906 |
-
position: absolute;
|
907 |
-
z-index: 1;
|
908 |
-
background-color: white;
|
909 |
-
-webkit-transition: all 0.3s ease-in-out;
|
910 |
-
transition: all 0.3s ease-in-out;
|
911 |
-
-webkit-transition-delay: 0.2s;
|
912 |
-
transition-delay: 0.2s; }
|
913 |
-
|
914 |
-
.premium-banner-animation8 .premium-banner-bleft {
|
915 |
-
left: 30px;
|
916 |
-
top: 50%;
|
917 |
-
-webkit-transform: translateY(-50%);
|
918 |
-
-ms-transform: translateY(-50%);
|
919 |
-
transform: translateY(-50%);
|
920 |
-
height: 0; }
|
921 |
-
|
922 |
-
.premium-banner-animation8 .premium-banner-bright {
|
923 |
-
right: 30px;
|
924 |
-
top: 50%;
|
925 |
-
-webkit-transform: translateY(-50%);
|
926 |
-
-ms-transform: translateY(-50%);
|
927 |
-
transform: translateY(-50%);
|
928 |
-
height: 0; }
|
929 |
-
|
930 |
-
.premium-banner-animation8 .premium-banner-bottom {
|
931 |
-
left: 50%;
|
932 |
-
-webkit-transform: translateX(-50%);
|
933 |
-
-ms-transform: translateX(-50%);
|
934 |
-
transform: translateX(-50%);
|
935 |
-
bottom: 30px;
|
936 |
-
width: 0; }
|
937 |
-
|
938 |
-
.premium-banner-animation8 .premium-banner-btop {
|
939 |
-
left: 50%;
|
940 |
-
-webkit-transform: translateX(-50%);
|
941 |
-
-ms-transform: translateX(-50%);
|
942 |
-
transform: translateX(-50%);
|
943 |
-
top: 30px;
|
944 |
-
width: 0; }
|
945 |
-
|
946 |
-
.premium-banner-animation8 .premium-banner-ib-desc {
|
947 |
-
padding: 70px;
|
948 |
-
display: table; }
|
949 |
-
.premium-banner-animation8 .premium-banner-ib-desc .premium-banner-desc-centered {
|
950 |
-
display: table-cell;
|
951 |
-
vertical-align: middle; }
|
952 |
-
|
953 |
-
.premium-banner-animation8 .premium-banner-ib-title {
|
954 |
-
margin-top: 0; }
|
955 |
-
|
956 |
-
.premium-banner-animation8 .premium-banner-ib-title,
|
957 |
-
.premium-banner-animation8 img {
|
958 |
-
-webkit-transform: translate3d(-30px, 0, 0);
|
959 |
-
transform: translate3d(-30px, 0, 0); }
|
960 |
-
|
961 |
-
.premium-banner-animation8.zoomout img,
|
962 |
-
.premium-banner-animation8.scale img {
|
963 |
-
-webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
|
964 |
-
transform: translate3d(-30px, 0, 0) scale(1.1); }
|
965 |
-
|
966 |
-
.premium-banner-animation8 .premium-banner-ib-content,
|
967 |
-
.premium-banner-animation8 .premium-banner-read-more {
|
968 |
-
margin-top: 10px; }
|
969 |
-
|
970 |
-
.premium-banner-animation8 .premium-banner-ib-desc::after, .premium-banner-animation8 .premium-banner-ib-desc::before {
|
971 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
972 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
973 |
-
transition: opacity 0.35s, transform 0.35s;
|
974 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
|
975 |
-
|
976 |
-
.premium-banner-animation8 .premium-banner-ib-title,
|
977 |
-
.premium-banner-animation8 .premium-banner-ib-content,
|
978 |
-
.premium-banner-animation8 .premium-banner-read-more {
|
979 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
980 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
981 |
-
transition: opacity 0.35s, transform 0.35s;
|
982 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
983 |
-
opacity: 0; }
|
984 |
-
|
985 |
-
.premium-banner-animation8:hover .premium-banner-ib-content,
|
986 |
-
.premium-banner-animation8.active .premium-banner-ib-content,
|
987 |
-
.premium-banner-animation8:hover .premium-banner-read-more,
|
988 |
-
.premium-banner-animation8.active .premium-banner-read-more,
|
989 |
-
.premium-banner-animation8:hover .premium-banner-ib-title,
|
990 |
-
.premium-banner-animation8.active .premium-banner-ib-title {
|
991 |
-
opacity: 1;
|
992 |
-
-webkit-transform: translate3d(0, 0, 0);
|
993 |
-
transform: translate3d(0, 0, 0); }
|
994 |
-
|
995 |
-
.premium-banner-animation8:hover .premium-banner-bleft, .premium-banner-animation8.active .premium-banner-bleft {
|
996 |
-
height: -webkit-calc(100% - 61px);
|
997 |
-
height: calc(100% - 61px); }
|
998 |
-
|
999 |
-
.premium-banner-animation8:hover .premium-banner-bright, .premium-banner-animation8.active .premium-banner-bright {
|
1000 |
-
height: -webkit-calc(100% - 61px);
|
1001 |
-
height: calc(100% - 61px); }
|
1002 |
-
|
1003 |
-
.premium-banner-animation8:hover .premium-banner-bottom, .premium-banner-animation8.active .premium-banner-bottom {
|
1004 |
-
width: -webkit-calc(100% - 61px);
|
1005 |
-
width: calc(100% - 61px); }
|
1006 |
-
|
1007 |
-
.premium-banner-animation8:hover .premium-banner-btop, .premium-banner-animation8.active .premium-banner-btop {
|
1008 |
-
width: -webkit-calc(100% - 61px);
|
1009 |
-
width: calc(100% - 61px); }
|
1010 |
-
|
1011 |
-
.premium-banner-animation8:hover .premium-banner-ib-content,
|
1012 |
-
.premium-banner-animation8:hover .premium-banner-ib-title,
|
1013 |
-
.premium-banner-animation8:hover .premium-banner-read-more,
|
1014 |
-
.premium-banner-animation8:hover img {
|
1015 |
-
-webkit-transition-delay: 0.15s;
|
1016 |
-
transition-delay: 0.15s; }
|
1017 |
-
|
1018 |
-
.premium-banner-animation9 img {
|
1019 |
-
width: -webkit-calc(100% + 20px) !important;
|
1020 |
-
width: calc(100% + 20px) !important;
|
1021 |
-
max-width: -webkit-calc(100% + 20px) !important;
|
1022 |
-
max-width: calc(100% + 20px) !important;
|
1023 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1024 |
-
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1025 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
1026 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1027 |
-
-webkit-transform: scale(1.2);
|
1028 |
-
-ms-transform: scale(1.2);
|
1029 |
-
transform: scale(1.2); }
|
1030 |
-
|
1031 |
-
.premium-banner-animation9 .premium-banner-ib-desc {
|
1032 |
-
width: 100%;
|
1033 |
-
height: 100%; }
|
1034 |
-
.premium-banner-animation9 .premium-banner-ib-desc::before {
|
1035 |
-
position: absolute;
|
1036 |
-
top: 50%;
|
1037 |
-
left: 50%;
|
1038 |
-
width: 80%;
|
1039 |
-
height: 1px;
|
1040 |
-
background: #fff;
|
1041 |
-
content: "";
|
1042 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1043 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1044 |
-
transition: opacity 0.35s, transform 0.35s;
|
1045 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1046 |
-
-webkit-transform: translate3d(-50%, -50%, 0);
|
1047 |
-
transform: translate3d(-50%, -50%, 0); }
|
1048 |
-
.premium-banner-animation9 .premium-banner-ib-desc::after {
|
1049 |
-
position: absolute;
|
1050 |
-
top: 50%;
|
1051 |
-
left: 50%;
|
1052 |
-
width: 80%;
|
1053 |
-
height: 1px;
|
1054 |
-
background: #fff;
|
1055 |
-
content: "";
|
1056 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1057 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1058 |
-
transition: opacity 0.35s, transform 0.35s;
|
1059 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1060 |
-
-webkit-transform: translate3d(-50%, -50%, 0);
|
1061 |
-
transform: translate3d(-50%, -50%, 0); }
|
1062 |
-
|
1063 |
-
.premium-banner-animation9 .premium-banner-ib-title {
|
1064 |
-
position: absolute;
|
1065 |
-
top: 50%;
|
1066 |
-
left: 0;
|
1067 |
-
width: 100%;
|
1068 |
-
-webkit-transition: -webkit-transform 0.35s;
|
1069 |
-
transition: -webkit-transform 0.35s;
|
1070 |
-
transition: transform 0.35s;
|
1071 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
1072 |
-
-webkit-transform: translate3d(0, -70px, 0);
|
1073 |
-
transform: translate3d(0, -70px, 0);
|
1074 |
-
margin-top: 0;
|
1075 |
-
padding: 0 10%; }
|
1076 |
-
|
1077 |
-
.premium-banner-animation9:hover .premium-banner-ib-title,
|
1078 |
-
.premium-banner-animation9.active .premium-banner-ib-title {
|
1079 |
-
-webkit-transform: translate3d(0, -80px, 0);
|
1080 |
-
transform: translate3d(0, -80px, 0); }
|
1081 |
-
|
1082 |
-
.premium-banner-animation9 .premium-banner-ib-content,
|
1083 |
-
.premium-banner-animation9 .premium-banner-read-more {
|
1084 |
-
position: absolute;
|
1085 |
-
top: 50%;
|
1086 |
-
left: 0;
|
1087 |
-
width: 100%;
|
1088 |
-
-webkit-transition: -webkit-transform 0.35s;
|
1089 |
-
transition: -webkit-transform 0.35s;
|
1090 |
-
transition: transform 0.35s;
|
1091 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
1092 |
-
padding: 0 10%;
|
1093 |
-
-webkit-transform: translate3d(0, 35px, 0);
|
1094 |
-
transform: translate3d(0, 35px, 0); }
|
1095 |
-
|
1096 |
-
.premium-banner-animation9 .premium-banner-read-more {
|
1097 |
-
top: 75%; }
|
1098 |
-
|
1099 |
-
.premium-banner-animation9:hover .premium-banner-ib-content,
|
1100 |
-
.premium-banner-animation9.active .premium-banner-ib-content,
|
1101 |
-
.premium-banner-animation9:hover .premium-banner-read-more,
|
1102 |
-
.premium-banner-animation9.active .premium-banner-read-more {
|
1103 |
-
-webkit-transform: translate3d(0, 45px, 0);
|
1104 |
-
transform: translate3d(0, 45px, 0); }
|
1105 |
-
|
1106 |
-
.premium-banner-animation9:hover .premium-banner-ib-desc::before,
|
1107 |
-
.premium-banner-animation9.active .premium-banner-ib-desc::before {
|
1108 |
-
opacity: 0.5;
|
1109 |
-
-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
|
1110 |
-
transform: translate3d(-50%, -50%, 0) rotate(45deg); }
|
1111 |
-
|
1112 |
-
.premium-banner-animation9:hover .premium-banner-ib-desc::after,
|
1113 |
-
.premium-banner-animation9.active .premium-banner-ib-desc::after {
|
1114 |
-
opacity: 0.5;
|
1115 |
-
-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
|
1116 |
-
transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
|
1117 |
-
|
1118 |
-
.premium-banner-animation9:hover img {
|
1119 |
-
-webkit-transform: scale(1);
|
1120 |
-
-ms-transform: scale(1);
|
1121 |
-
transform: scale(1); }
|
1122 |
-
|
1123 |
-
.premium-banner-animation10 img {
|
1124 |
-
width: -webkit-calc(100% + 20px) !important;
|
1125 |
-
width: calc(100% + 20px) !important;
|
1126 |
-
max-width: -webkit-calc(100% + 20px) !important;
|
1127 |
-
max-width: calc(100% + 20px) !important;
|
1128 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1129 |
-
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1130 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
1131 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s; }
|
1132 |
-
|
1133 |
-
.premium-banner-animation10 .premium-banner-ib-title {
|
1134 |
-
position: relative;
|
1135 |
-
overflow: hidden;
|
1136 |
-
padding: 5px 0 15px;
|
1137 |
-
-webkit-transition: -webkit-transform 0.35s;
|
1138 |
-
transition: -webkit-transform 0.35s;
|
1139 |
-
transition: transform 0.35s;
|
1140 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
1141 |
-
-webkit-transform: translate3d(0, 20px, 0);
|
1142 |
-
transform: translate3d(0, 20px, 0);
|
1143 |
-
margin-bottom: 0; }
|
1144 |
-
.premium-banner-animation10 .premium-banner-ib-title::after {
|
1145 |
-
position: absolute;
|
1146 |
-
content: "";
|
1147 |
-
bottom: 0;
|
1148 |
-
left: 0;
|
1149 |
-
width: 100%;
|
1150 |
-
height: 3px;
|
1151 |
-
background: #fff;
|
1152 |
-
opacity: 0;
|
1153 |
-
-webkit-transform: translate3d(0, 100%, 0);
|
1154 |
-
transform: translate3d(0, 100%, 0);
|
1155 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1156 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1157 |
-
transition: opacity 0.35s, transform 0.35s;
|
1158 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
|
1159 |
-
|
1160 |
-
.premium-banner-animation10:hover .premium-banner-ib-title,
|
1161 |
-
.premium-banner-animation10.active .premium-banner-ib-title {
|
1162 |
-
-webkit-transform: translate3d(0, 0, 0);
|
1163 |
-
transform: translate3d(0, 0, 0); }
|
1164 |
-
|
1165 |
-
.premium-banner-animation10:hover .premium-banner-ib-title::after,
|
1166 |
-
.premium-banner-animation10.active .premium-banner-ib-title::after {
|
1167 |
-
opacity: 1;
|
1168 |
-
-webkit-transform: translate3d(0, 0, 0);
|
1169 |
-
transform: translate3d(0, 0, 0); }
|
1170 |
-
|
1171 |
-
.premium-banner-animation10.zoomout img,
|
1172 |
-
.premium-banner-animation10.scale img {
|
1173 |
-
-webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
|
1174 |
-
transform: translate3d(-10px, 0, 0) scale(1.1); }
|
1175 |
-
|
1176 |
-
.premium-banner-animation10 .premium-banner-ib-content,
|
1177 |
-
.premium-banner-animation10 .premium-banner-read-more {
|
1178 |
-
padding-top: 15px;
|
1179 |
-
opacity: 0;
|
1180 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1181 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1182 |
-
transition: opacity 0.35s, transform 0.35s;
|
1183 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1184 |
-
-webkit-transform: translate3d(0, 100%, 0);
|
1185 |
-
transform: translate3d(0, 100%, 0); }
|
1186 |
-
|
1187 |
-
.premium-banner-animation10 .premium-banner-read-more {
|
1188 |
-
padding: 0; }
|
1189 |
-
|
1190 |
-
.premium-banner-animation10:hover .premium-banner-ib-content,
|
1191 |
-
.premium-banner-animation10.active .premium-banner-ib-content,
|
1192 |
-
.premium-banner-animation10:hover .premium-banner-read-more,
|
1193 |
-
.premium-banner-animation10.active .premium-banner-read-more {
|
1194 |
-
opacity: 1;
|
1195 |
-
-webkit-transform: translate3d(0, 0, 0);
|
1196 |
-
transform: translate3d(0, 0, 0); }
|
1197 |
-
|
1198 |
-
.premium-banner-animation11 {
|
1199 |
-
-webkit-transition: -webkit-transform 1s ease-out;
|
1200 |
-
transition: -webkit-transform 1s ease-out;
|
1201 |
-
transition: transform 1s ease-out;
|
1202 |
-
transition: transform 1s ease-out, -webkit-transform 1s ease-out;
|
1203 |
-
-webkit-transition-delay: 0.125s;
|
1204 |
-
transition-delay: 0.125s; }
|
1205 |
-
.premium-banner-animation11 .premium-banner-ib-desc {
|
1206 |
-
position: absolute;
|
1207 |
-
z-index: 5;
|
1208 |
-
-webkit-transform: translate3d(-30px, 0, 0);
|
1209 |
-
transform: translate3d(-30px, 0, 0);
|
1210 |
-
opacity: 0;
|
1211 |
-
top: auto;
|
1212 |
-
bottom: 0;
|
1213 |
-
min-height: 25%;
|
1214 |
-
height: auto;
|
1215 |
-
max-height: 100%;
|
1216 |
-
text-align: left;
|
1217 |
-
padding: 30px;
|
1218 |
-
-webkit-transition: all 0.6s ease-out;
|
1219 |
-
transition: all 0.6s ease-out; }
|
1220 |
-
.premium-banner-animation11 img {
|
1221 |
-
width: 100%;
|
1222 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1223 |
-
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1224 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
1225 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s; }
|
1226 |
-
.premium-banner-animation11 .premium-banner-ib-title {
|
1227 |
-
margin-bottom: 10px; }
|
1228 |
-
.premium-banner-animation11 .premium-banner-gradient {
|
1229 |
-
position: absolute;
|
1230 |
-
left: 0;
|
1231 |
-
top: 0;
|
1232 |
-
right: 0;
|
1233 |
-
bottom: 0; }
|
1234 |
-
.premium-banner-animation11 .premium-banner-gradient:after,
|
1235 |
-
.premium-banner-animation11 .premium-banner-gradient:before {
|
1236 |
-
position: absolute;
|
1237 |
-
content: "";
|
1238 |
-
left: 0;
|
1239 |
-
top: 0;
|
1240 |
-
right: 0;
|
1241 |
-
bottom: 0;
|
1242 |
-
-webkit-transform: translate3d(-100%, 0, 0);
|
1243 |
-
transform: translate3d(-100%, 0, 0);
|
1244 |
-
background-image: -webkit-linear-gradient(40deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
|
1245 |
-
background-image: linear-gradient(50deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
|
1246 |
-
z-index: 2; }
|
1247 |
-
.premium-banner-animation11 .premium-banner-gradient:before {
|
1248 |
-
mix-blend-mode: color; }
|
1249 |
-
.premium-banner-animation11 .premium-banner-gradient:after {
|
1250 |
-
mix-blend-mode: multiply; }
|
1251 |
-
.premium-banner-animation11:hover .premium-banner-ib-desc,
|
1252 |
-
.premium-banner-animation11.active .premium-banner-ib-desc {
|
1253 |
-
opacity: 1;
|
1254 |
-
-webkit-transform: translate3d(0, 0, 0);
|
1255 |
-
transform: translate3d(0, 0, 0); }
|
1256 |
-
.premium-banner-animation11:hover .premium-banner-gradient:after,
|
1257 |
-
.premium-banner-animation11:hover .premium-banner-gradient:before,
|
1258 |
-
.premium-banner-animation11.active .premium-banner-gradient:after,
|
1259 |
-
.premium-banner-animation11.active .premium-banner-gradient:before {
|
1260 |
-
-webkit-transform: translate3d(0, 0, 0);
|
1261 |
-
transform: translate3d(0, 0, 0); }
|
1262 |
-
.premium-banner-animation11.zoomout img,
|
1263 |
-
.premium-banner-animation11.scale img {
|
1264 |
-
-webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
|
1265 |
-
transform: translate3d(-10px, 0, 0) scale(1.1); }
|
1266 |
-
|
1267 |
-
/**************** Premium CountDown *************/
|
1268 |
-
/************************************************/
|
1269 |
-
.premium-countdown {
|
1270 |
-
-js-display: flex;
|
1271 |
-
display: -webkit-box;
|
1272 |
-
display: -webkit-flex;
|
1273 |
-
display: -moz-box;
|
1274 |
-
display: -ms-flexbox;
|
1275 |
-
display: flex;
|
1276 |
-
text-align: center; }
|
1277 |
-
|
1278 |
-
.countdown-row {
|
1279 |
-
display: block;
|
1280 |
-
text-align: center; }
|
1281 |
-
|
1282 |
-
.countdown .countdown-section {
|
1283 |
-
display: inline-block;
|
1284 |
-
max-width: 100%;
|
1285 |
-
margin-bottom: 15px;
|
1286 |
-
-js-display: inline-flex;
|
1287 |
-
display: -webkit-inline-box;
|
1288 |
-
display: -webkit-inline-flex;
|
1289 |
-
display: -moz-inline-box;
|
1290 |
-
display: -ms-inline-flexbox;
|
1291 |
-
display: inline-flex;
|
1292 |
-
-webkit-box-align: center;
|
1293 |
-
-webkit-align-items: center;
|
1294 |
-
-moz-box-align: center;
|
1295 |
-
-ms-flex-align: center;
|
1296 |
-
align-items: center; }
|
1297 |
-
.countdown .countdown-section:last-child {
|
1298 |
-
margin-right: 0; }
|
1299 |
-
|
1300 |
-
.countdown span.countdown-amount {
|
1301 |
-
font-size: 70px;
|
1302 |
-
line-height: 1;
|
1303 |
-
padding: 40px; }
|
1304 |
-
|
1305 |
-
.countdown .pre_time-mid {
|
1306 |
-
display: block; }
|
1307 |
-
|
1308 |
-
.premium-countdown-separator-yes .countdown_separator {
|
1309 |
-
display: block;
|
1310 |
-
margin: 0 50px;
|
1311 |
-
font-size: 30px; }
|
1312 |
-
|
1313 |
-
.premium-countdown-separator-yes .countdown-row .countdown-section:last-child .countdown_separator,
|
1314 |
-
.premium-countdown-separator-yes .premium-countdown-block:last-child .countdown_separator {
|
1315 |
-
display: none; }
|
1316 |
-
|
1317 |
/**
|
1318 |
* Digit and unit styles
|
1319 |
-
*/
|
1320 |
-
.side .countdown-section .countdown-period {
|
1321 |
-
vertical-align: bottom; }
|
1322 |
-
|
1323 |
-
.countdown .countdown-section .countdown-period {
|
1324 |
-
font-size: 17px;
|
1325 |
-
line-height: 3em; }
|
1326 |
-
|
1327 |
-
.side .countdown-section .countdown-amount,
|
1328 |
-
.side .countdown-section .countdown-period {
|
1329 |
-
display: inline-block; }
|
1330 |
-
|
1331 |
-
.side .countdown-section .countdown-amount {
|
1332 |
-
margin-right: 5px; }
|
1333 |
-
|
1334 |
-
.down .countdown-section .countdown-amount,
|
1335 |
-
.down .countdown-section .countdown-period {
|
1336 |
-
display: block; }
|
1337 |
-
|
1338 |
/**
|
1339 |
* Flip Layout
|
1340 |
-
*/
|
1341 |
-
.premium-countdown-flip .premium-countdown-block {
|
1342 |
-
text-align: center;
|
1343 |
-
-js-display: inline-flex;
|
1344 |
-
display: -webkit-inline-box;
|
1345 |
-
display: -webkit-inline-flex;
|
1346 |
-
display: -moz-inline-box;
|
1347 |
-
display: -ms-inline-flexbox;
|
1348 |
-
display: inline-flex;
|
1349 |
-
-webkit-box-align: center;
|
1350 |
-
-webkit-align-items: center;
|
1351 |
-
-moz-box-align: center;
|
1352 |
-
-ms-flex-align: center;
|
1353 |
-
align-items: center; }
|
1354 |
-
.premium-countdown-flip .premium-countdown-block:last-child {
|
1355 |
-
margin-right: 0; }
|
1356 |
-
|
1357 |
-
.premium-countdown-flip .premium-countdown-label {
|
1358 |
-
overflow: hidden;
|
1359 |
-
color: #1a1a1a;
|
1360 |
-
text-transform: uppercase; }
|
1361 |
-
|
1362 |
-
.premium-countdown-flip .premium-countdown-figure {
|
1363 |
-
position: relative;
|
1364 |
-
height: 110px;
|
1365 |
-
width: 100px;
|
1366 |
-
line-height: 107px;
|
1367 |
-
background-color: #fff;
|
1368 |
-
-webkit-border-radius: 10px;
|
1369 |
-
border-radius: 10px;
|
1370 |
-
-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
|
1371 |
-
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08); }
|
1372 |
-
.premium-countdown-flip .premium-countdown-figure:last-child {
|
1373 |
-
margin-right: 0; }
|
1374 |
-
.premium-countdown-flip .premium-countdown-figure > span {
|
1375 |
-
position: absolute;
|
1376 |
-
left: 0;
|
1377 |
-
right: 0;
|
1378 |
-
margin: auto;
|
1379 |
-
font-weight: 700; }
|
1380 |
-
.premium-countdown-flip .premium-countdown-figure .top {
|
1381 |
-
z-index: 3;
|
1382 |
-
-webkit-transform-origin: 50% 100%;
|
1383 |
-
-ms-transform-origin: 50% 100%;
|
1384 |
-
transform-origin: 50% 100%;
|
1385 |
-
-webkit-transform: perspective(200px);
|
1386 |
-
transform: perspective(200px);
|
1387 |
-
-webkit-backface-visibility: hidden;
|
1388 |
-
backface-visibility: hidden; }
|
1389 |
-
.premium-countdown-flip .premium-countdown-figure .bottom {
|
1390 |
-
z-index: 1; }
|
1391 |
-
.premium-countdown-flip .premium-countdown-figure .bottom::before {
|
1392 |
-
content: "";
|
1393 |
-
position: absolute;
|
1394 |
-
display: block;
|
1395 |
-
top: 0;
|
1396 |
-
left: 0;
|
1397 |
-
width: 100%;
|
1398 |
-
height: 50%;
|
1399 |
-
background-color: rgba(0, 0, 0, 0.02); }
|
1400 |
-
.premium-countdown-flip .premium-countdown-figure .top-back {
|
1401 |
-
-webkit-backface-visibility: hidden;
|
1402 |
-
backface-visibility: hidden;
|
1403 |
-
z-index: 4;
|
1404 |
-
bottom: 0;
|
1405 |
-
-webkit-transform-origin: 50% 0;
|
1406 |
-
-ms-transform-origin: 50% 0;
|
1407 |
-
transform-origin: 50% 0;
|
1408 |
-
-webkit-transform: perspective(200px) rotateX(180deg);
|
1409 |
-
transform: perspective(200px) rotateX(180deg); }
|
1410 |
-
.premium-countdown-flip .premium-countdown-figure .top-back span {
|
1411 |
-
position: absolute;
|
1412 |
-
top: -100%;
|
1413 |
-
left: 0;
|
1414 |
-
right: 0;
|
1415 |
-
margin: auto; }
|
1416 |
-
.premium-countdown-flip .premium-countdown-figure .bottom-back {
|
1417 |
-
z-index: 2;
|
1418 |
-
top: 0; }
|
1419 |
-
.premium-countdown-flip .premium-countdown-figure .bottom-back span {
|
1420 |
-
position: absolute;
|
1421 |
-
top: 0;
|
1422 |
-
left: 0;
|
1423 |
-
right: 0;
|
1424 |
-
margin: auto; }
|
1425 |
-
.premium-countdown-flip .premium-countdown-figure .top,
|
1426 |
-
.premium-countdown-flip .premium-countdown-figure .bottom-back,
|
1427 |
-
.premium-countdown-flip .premium-countdown-figure .top-back {
|
1428 |
-
height: 50%;
|
1429 |
-
overflow: hidden;
|
1430 |
-
background-color: #f7f7f7;
|
1431 |
-
-webkit-border-top-left-radius: 10px;
|
1432 |
-
border-top-left-radius: 10px;
|
1433 |
-
-webkit-border-top-right-radius: 10px;
|
1434 |
-
border-top-right-radius: 10px; }
|
1435 |
-
.premium-countdown-flip .premium-countdown-figure .top-back {
|
1436 |
-
-webkit-border-bottom-left-radius: 10px;
|
1437 |
-
border-bottom-left-radius: 10px;
|
1438 |
-
-webkit-border-bottom-right-radius: 10px;
|
1439 |
-
border-bottom-right-radius: 10px; }
|
1440 |
-
.premium-countdown-flip .premium-countdown-figure .top::after,
|
1441 |
-
.premium-countdown-flip .premium-countdown-figure .bottom-back::after {
|
1442 |
-
content: "";
|
1443 |
-
position: absolute;
|
1444 |
-
z-index: -1;
|
1445 |
-
left: 0;
|
1446 |
-
bottom: 0;
|
1447 |
-
width: 100%;
|
1448 |
-
height: 100%;
|
1449 |
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
|
1450 |
-
|
1451 |
-
.side .premium-countdown-figure,
|
1452 |
-
.side .premium-countdown-label {
|
1453 |
-
display: inline-block; }
|
1454 |
-
|
1455 |
-
.side .premium-countdown-figure {
|
1456 |
-
margin-right: 5px; }
|
1457 |
-
|
1458 |
-
.down .premium-countdown-figure,
|
1459 |
-
.down .premium-countdown-label {
|
1460 |
-
display: block; }
|
1461 |
-
|
1462 |
-
.down .premium-countdown-label {
|
1463 |
-
width: 100%; }
|
1464 |
-
|
1465 |
-
/**************** Premium Carousel ****************/
|
1466 |
-
/**************************************************/
|
1467 |
-
.premium-carousel-wrapper a.carousel-arrow, .premium-carousel-wrapper a.ver-carousel-arrow {
|
1468 |
-
-js-display: flex;
|
1469 |
-
display: -webkit-box;
|
1470 |
-
display: -webkit-flex;
|
1471 |
-
display: -moz-box;
|
1472 |
-
display: -ms-flexbox;
|
1473 |
-
display: flex;
|
1474 |
-
-webkit-box-align: center;
|
1475 |
-
-webkit-align-items: center;
|
1476 |
-
-moz-box-align: center;
|
1477 |
-
-ms-flex-align: center;
|
1478 |
-
align-items: center;
|
1479 |
-
-webkit-box-pack: center;
|
1480 |
-
-webkit-justify-content: center;
|
1481 |
-
-moz-box-pack: center;
|
1482 |
-
-ms-flex-pack: center;
|
1483 |
-
justify-content: center;
|
1484 |
-
width: 2em;
|
1485 |
-
height: 2em;
|
1486 |
-
line-height: 0;
|
1487 |
-
text-align: center;
|
1488 |
-
position: absolute;
|
1489 |
-
z-index: 99;
|
1490 |
-
cursor: pointer;
|
1491 |
-
-webkit-transition: all 0.3s ease-in-out;
|
1492 |
-
transition: all 0.3s ease-in-out;
|
1493 |
-
-webkit-appearance: inherit;
|
1494 |
-
border: none;
|
1495 |
-
-webkit-box-shadow: none;
|
1496 |
-
box-shadow: none; }
|
1497 |
-
.premium-carousel-wrapper a.carousel-arrow svg, .premium-carousel-wrapper a.ver-carousel-arrow svg {
|
1498 |
-
-webkit-transition: all 0.3s ease-in-out;
|
1499 |
-
transition: all 0.3s ease-in-out; }
|
1500 |
-
|
1501 |
-
.premium-tabs-nav-list a.carousel-arrow,
|
1502 |
-
.premium-fb-rev-container a.carousel-arrow,
|
1503 |
-
.premium-blog-wrap a.carousel-arrow,
|
1504 |
-
.premium-hscroll-wrap a.carousel-arrow,
|
1505 |
-
.premium-twitter-feed-wrapper a.carousel-arrow,
|
1506 |
-
.premium-facebook-feed-wrapper a.carousel-arrow,
|
1507 |
-
.premium-instafeed-container a.carousel-arrow,
|
1508 |
-
.premium-persons-container a.carousel-arrow,
|
1509 |
-
.premium-woocommerce a.carousel-arrow {
|
1510 |
-
-js-display: flex;
|
1511 |
-
display: -webkit-box;
|
1512 |
-
display: -webkit-flex;
|
1513 |
-
display: -moz-box;
|
1514 |
-
display: -ms-flexbox;
|
1515 |
-
display: flex;
|
1516 |
-
-webkit-box-align: center;
|
1517 |
-
-webkit-align-items: center;
|
1518 |
-
-moz-box-align: center;
|
1519 |
-
-ms-flex-align: center;
|
1520 |
-
align-items: center;
|
1521 |
-
-webkit-box-pack: center;
|
1522 |
-
-webkit-justify-content: center;
|
1523 |
-
-moz-box-pack: center;
|
1524 |
-
-ms-flex-pack: center;
|
1525 |
-
justify-content: center;
|
1526 |
-
width: 2em;
|
1527 |
-
height: 2em;
|
1528 |
-
line-height: 0;
|
1529 |
-
text-align: center;
|
1530 |
-
position: absolute;
|
1531 |
-
z-index: 99;
|
1532 |
-
cursor: pointer;
|
1533 |
-
-webkit-transition: all 0.3s ease-in-out;
|
1534 |
-
transition: all 0.3s ease-in-out;
|
1535 |
-
-webkit-appearance: inherit;
|
1536 |
-
border: none;
|
1537 |
-
-webkit-box-shadow: none;
|
1538 |
-
box-shadow: none; }
|
1539 |
-
|
1540 |
-
div[class^="premium-"] .slick-arrow i {
|
1541 |
-
display: block; }
|
1542 |
-
|
1543 |
-
.ver-carousel-arrow.carousel-next i {
|
1544 |
-
margin-bottom: -3px; }
|
1545 |
-
|
1546 |
-
.premium-carousel-wrapper a.slick-arrow:hover {
|
1547 |
-
-webkit-box-shadow: none !important;
|
1548 |
-
box-shadow: none !important; }
|
1549 |
-
|
1550 |
-
.premium-carousel-wrapper .premium-carousel-content-hidden {
|
1551 |
-
visibility: hidden; }
|
1552 |
-
|
1553 |
-
.premium-carousel-wrapper a.carousel-arrow {
|
1554 |
-
top: 50%; }
|
1555 |
-
|
1556 |
-
.premium-tabs-nav-list a.carousel-arrow,
|
1557 |
-
.premium-fb-rev-container a.carousel-arrow,
|
1558 |
-
.premium-blog-wrap a.carousel-arrow,
|
1559 |
-
.premium-hscroll-wrap a.carousel-arrow,
|
1560 |
-
.premium-twitter-feed-wrapper a.carousel-arrow,
|
1561 |
-
.premium-facebook-feed-wrapper a.carousel-arrow,
|
1562 |
-
.premium-instafeed-container a.carousel-arrow,
|
1563 |
-
.premium-persons-container a.carousel-arrow,
|
1564 |
-
.premium-woocommerce a.carousel-arrow {
|
1565 |
-
top: 50%;
|
1566 |
-
-webkit-transform: translateY(-50%);
|
1567 |
-
-ms-transform: translateY(-50%);
|
1568 |
-
transform: translateY(-50%); }
|
1569 |
-
|
1570 |
-
.premium-carousel-wrapper a.ver-carousel-arrow {
|
1571 |
-
left: 50%;
|
1572 |
-
-webkit-transform: translateX(-50%);
|
1573 |
-
-ms-transform: translateX(-50%);
|
1574 |
-
transform: translateX(-50%); }
|
1575 |
-
|
1576 |
-
a.carousel-arrow.carousel-next {
|
1577 |
-
right: -20px; }
|
1578 |
-
|
1579 |
-
a.carousel-arrow.carousel-prev {
|
1580 |
-
left: -20px; }
|
1581 |
-
|
1582 |
-
a.ver-carousel-arrow.carousel-next {
|
1583 |
-
bottom: -56px; }
|
1584 |
-
|
1585 |
-
a.ver-carousel-arrow.carousel-prev {
|
1586 |
-
top: -45px; }
|
1587 |
-
|
1588 |
-
a.circle-bg {
|
1589 |
-
-webkit-border-radius: 100%;
|
1590 |
-
border-radius: 100%; }
|
1591 |
-
|
1592 |
-
a.circle-border {
|
1593 |
-
-webkit-border-radius: 100%;
|
1594 |
-
border-radius: 100%;
|
1595 |
-
border: solid black; }
|
1596 |
-
|
1597 |
-
a.square-border {
|
1598 |
-
border: solid black; }
|
1599 |
-
|
1600 |
-
.premium-woocommerce ul.slick-dots,
|
1601 |
-
.premium-carousel-dots-below ul.slick-dots,
|
1602 |
-
.premium-blog-wrap ul.slick-dots,
|
1603 |
-
.premium-fb-rev-reviews ul.slick-dots {
|
1604 |
-
position: relative;
|
1605 |
-
bottom: 0;
|
1606 |
-
list-style: none;
|
1607 |
-
text-align: center;
|
1608 |
-
margin: 0;
|
1609 |
-
padding: 0; }
|
1610 |
-
|
1611 |
-
.premium-carousel-dots-above ul.slick-dots {
|
1612 |
-
position: absolute;
|
1613 |
-
-js-display: flex;
|
1614 |
-
display: -webkit-box;
|
1615 |
-
display: -webkit-flex;
|
1616 |
-
display: -moz-box;
|
1617 |
-
display: -ms-flexbox;
|
1618 |
-
display: flex;
|
1619 |
-
width: auto;
|
1620 |
-
top: 50%;
|
1621 |
-
bottom: auto;
|
1622 |
-
-webkit-transform: translateY(-50%);
|
1623 |
-
-ms-transform: translateY(-50%);
|
1624 |
-
transform: translateY(-50%);
|
1625 |
-
-webkit-box-orient: vertical;
|
1626 |
-
-webkit-box-direction: normal;
|
1627 |
-
-webkit-flex-direction: column;
|
1628 |
-
-moz-box-orient: vertical;
|
1629 |
-
-moz-box-direction: normal;
|
1630 |
-
-ms-flex-direction: column;
|
1631 |
-
flex-direction: column; }
|
1632 |
-
|
1633 |
-
ul.slick-dots li {
|
1634 |
-
font-size: 10px;
|
1635 |
-
-js-display: inline-flex;
|
1636 |
-
display: -webkit-inline-box;
|
1637 |
-
display: -webkit-inline-flex;
|
1638 |
-
display: -moz-inline-box;
|
1639 |
-
display: -ms-inline-flexbox;
|
1640 |
-
display: inline-flex;
|
1641 |
-
-webkit-box-pack: center;
|
1642 |
-
-webkit-justify-content: center;
|
1643 |
-
-moz-box-pack: center;
|
1644 |
-
-ms-flex-pack: center;
|
1645 |
-
justify-content: center;
|
1646 |
-
-webkit-box-align: center;
|
1647 |
-
-webkit-align-items: center;
|
1648 |
-
-moz-box-align: center;
|
1649 |
-
-ms-flex-align: center;
|
1650 |
-
align-items: center;
|
1651 |
-
margin: 5px;
|
1652 |
-
width: 20px;
|
1653 |
-
height: 20px;
|
1654 |
-
cursor: pointer; }
|
1655 |
-
|
1656 |
/*
|
1657 |
* Custom Navigation Dot
|
1658 |
-
*/
|
1659 |
-
.premium-carousel-wrapper .premium-carousel-nav-dot,
|
1660 |
-
.premium-carousel-wrapper .premium-carousel-nav-arrow-prev,
|
1661 |
-
.premium-carousel-wrapper .premium-carousel-nav-arrow-next {
|
1662 |
-
display: none; }
|
1663 |
-
|
1664 |
-
.premium-carousel-wrapper ul.slick-dots svg {
|
1665 |
-
width: 20px;
|
1666 |
-
height: 20px; }
|
1667 |
-
|
1668 |
-
/* Ripple Out */
|
1669 |
-
@-webkit-keyframes hvr-ripple-out {
|
1670 |
-
0% {
|
1671 |
-
-webkit-transform: scale(1);
|
1672 |
-
transform: scale(1);
|
1673 |
-
opacity: 1; }
|
1674 |
-
100% {
|
1675 |
-
-webkit-transform: scale(1.5);
|
1676 |
-
transform: scale(1.5);
|
1677 |
-
opacity: 0; } }
|
1678 |
-
@keyframes hvr-ripple-out {
|
1679 |
-
0% {
|
1680 |
-
-webkit-transform: scale(1);
|
1681 |
-
transform: scale(1);
|
1682 |
-
opacity: 1; }
|
1683 |
-
100% {
|
1684 |
-
-webkit-transform: scale(1.5);
|
1685 |
-
transform: scale(1.5);
|
1686 |
-
opacity: 0; } }
|
1687 |
-
|
1688 |
-
.premium-carousel-ripple-yes .premium-carousel-wrapper {
|
1689 |
-
padding-bottom: 1px; }
|
1690 |
-
|
1691 |
-
.premium-carousel-ripple-yes ul.slick-dots li {
|
1692 |
-
position: relative; }
|
1693 |
-
.premium-carousel-ripple-yes ul.slick-dots li i {
|
1694 |
-
position: relative;
|
1695 |
-
z-index: 1; }
|
1696 |
-
.premium-carousel-ripple-yes ul.slick-dots li:hover:before {
|
1697 |
-
content: "";
|
1698 |
-
position: absolute;
|
1699 |
-
-webkit-transform: scale(1);
|
1700 |
-
-ms-transform: scale(1);
|
1701 |
-
transform: scale(1);
|
1702 |
-
top: 0;
|
1703 |
-
right: 0;
|
1704 |
-
bottom: 0;
|
1705 |
-
left: 0;
|
1706 |
-
-webkit-border-radius: 50%;
|
1707 |
-
border-radius: 50%;
|
1708 |
-
pointer-events: none;
|
1709 |
-
background-color: rgba(0, 0, 0, 0.15); }
|
1710 |
-
.premium-carousel-ripple-yes ul.slick-dots li.slick-active:hover:before {
|
1711 |
-
background-color: rgba(0, 0, 0, 0.3); }
|
1712 |
-
.premium-carousel-ripple-yes ul.slick-dots li:hover:before {
|
1713 |
-
-webkit-animation: hvr-ripple-out 1.3s infinite;
|
1714 |
-
animation: hvr-ripple-out 1.3s infinite; }
|
1715 |
-
|
1716 |
-
.premium-carousel-wrapper.premium-carousel-scale .slick-slide {
|
1717 |
-
-webkit-transform: scale(1.25, 1.25);
|
1718 |
-
-ms-transform: scale(1.25, 1.25);
|
1719 |
-
transform: scale(1.25, 1.25);
|
1720 |
-
-webkit-transition: all 0.3s ease-in-out !important;
|
1721 |
-
transition: all 0.3s ease-in-out !important; }
|
1722 |
-
|
1723 |
-
.premium-carousel-wrapper.premium-carousel-scale div.slick-active {
|
1724 |
-
-webkit-transform: scale(1, 1);
|
1725 |
-
-ms-transform: scale(1, 1);
|
1726 |
-
transform: scale(1, 1); }
|
1727 |
-
|
1728 |
-
[dir="rtl"] .premium-carousel-inner .slick-slide {
|
1729 |
-
float: right; }
|
1730 |
-
|
1731 |
-
/**************** Premium Counter ***************/
|
1732 |
-
/************************************************/
|
1733 |
-
.premium-counter-area {
|
1734 |
-
padding: 10px 0;
|
1735 |
-
-js-display: flex;
|
1736 |
-
display: -webkit-box;
|
1737 |
-
display: -webkit-flex;
|
1738 |
-
display: -moz-box;
|
1739 |
-
display: -ms-flexbox;
|
1740 |
-
display: flex;
|
1741 |
-
-webkit-box-pack: center;
|
1742 |
-
-webkit-justify-content: center;
|
1743 |
-
-moz-box-pack: center;
|
1744 |
-
-ms-flex-pack: center;
|
1745 |
-
justify-content: center;
|
1746 |
-
-webkit-box-align: center;
|
1747 |
-
-webkit-align-items: center;
|
1748 |
-
-moz-box-align: center;
|
1749 |
-
-ms-flex-align: center;
|
1750 |
-
align-items: center; }
|
1751 |
-
.premium-counter-area.top {
|
1752 |
-
-webkit-box-orient: vertical;
|
1753 |
-
-webkit-box-direction: normal;
|
1754 |
-
-webkit-flex-direction: column;
|
1755 |
-
-moz-box-orient: vertical;
|
1756 |
-
-moz-box-direction: normal;
|
1757 |
-
-ms-flex-direction: column;
|
1758 |
-
flex-direction: column; }
|
1759 |
-
.premium-counter-area.right {
|
1760 |
-
-webkit-box-orient: horizontal;
|
1761 |
-
-webkit-box-direction: reverse;
|
1762 |
-
-webkit-flex-direction: row-reverse;
|
1763 |
-
-moz-box-orient: horizontal;
|
1764 |
-
-moz-box-direction: reverse;
|
1765 |
-
-ms-flex-direction: row-reverse;
|
1766 |
-
flex-direction: row-reverse; }
|
1767 |
-
.premium-counter-area.right .premium-counter-icon {
|
1768 |
-
padding-left: 20px; }
|
1769 |
-
.premium-counter-area.left .premium-counter-icon {
|
1770 |
-
padding-right: 20px; }
|
1771 |
-
.premium-counter-area .premium-counter-icon .icon i.fa:before {
|
1772 |
-
vertical-align: text-top; }
|
1773 |
-
.premium-counter-area .premium-counter-icon span.icon {
|
1774 |
-
text-align: center;
|
1775 |
-
display: inline-block;
|
1776 |
-
vertical-align: middle; }
|
1777 |
-
.premium-counter-area .premium-counter-icon .circle {
|
1778 |
-
-webkit-border-radius: 100%;
|
1779 |
-
border-radius: 100%; }
|
1780 |
-
.premium-counter-area .premium-counter-icon img,
|
1781 |
-
.premium-counter-area .premium-counter-icon svg {
|
1782 |
-
width: 80px; }
|
1783 |
-
.premium-counter-area .premium-counter-icon .premium-counter-animation svg {
|
1784 |
-
height: 80px; }
|
1785 |
-
.premium-counter-area .premium-counter-title {
|
1786 |
-
padding: 0;
|
1787 |
-
margin: 0; }
|
1788 |
-
.premium-counter-area .premium-counter-value-wrap {
|
1789 |
-
-js-display: flex;
|
1790 |
-
display: -webkit-box;
|
1791 |
-
display: -webkit-flex;
|
1792 |
-
display: -moz-box;
|
1793 |
-
display: -ms-flexbox;
|
1794 |
-
display: flex;
|
1795 |
-
-webkit-box-align: center;
|
1796 |
-
-webkit-align-items: center;
|
1797 |
-
-moz-box-align: center;
|
1798 |
-
-ms-flex-align: center;
|
1799 |
-
align-items: center; }
|
1800 |
-
|
1801 |
-
.premium-init-wrapper.right {
|
1802 |
-
text-align: right; }
|
1803 |
-
|
1804 |
-
span.icon.flex-width {
|
1805 |
-
width: auto !important;
|
1806 |
-
height: auto !important; }
|
1807 |
-
|
1808 |
-
.premium-counter-area .premium-counter-init {
|
1809 |
-
font-size: 35px; }
|
1810 |
-
|
1811 |
-
/**************** Premium Image Separator ****************/
|
1812 |
-
/*********************************************************/
|
1813 |
-
.premium-image-separator-container {
|
1814 |
-
position: absolute;
|
1815 |
-
width: 100%;
|
1816 |
-
z-index: 2;
|
1817 |
-
top: auto;
|
1818 |
-
-webkit-transition: all 0.3s ease-in-out;
|
1819 |
-
transition: all 0.3s ease-in-out; }
|
1820 |
-
.premium-image-separator-container svg,
|
1821 |
-
.premium-image-separator-container img {
|
1822 |
-
display: inline-block !important;
|
1823 |
-
-webkit-mask-repeat: no-repeat;
|
1824 |
-
mask-repeat: no-repeat;
|
1825 |
-
-webkit-mask-position: center;
|
1826 |
-
mask-position: center; }
|
1827 |
-
.premium-image-separator-container .premium-image-separator-link {
|
1828 |
-
position: absolute;
|
1829 |
-
z-index: 9999;
|
1830 |
-
top: 0;
|
1831 |
-
left: 0;
|
1832 |
-
width: 100%;
|
1833 |
-
height: 100%;
|
1834 |
-
text-decoration: none; }
|
1835 |
-
.premium-image-separator-container .premium-image-separator-link:hover, .premium-image-separator-container .premium-image-separator-link:visited, .premium-image-separator-container .premium-image-separator-link:focus, .premium-image-separator-container .premium-image-separator-link:active {
|
1836 |
-
-webkit-box-shadow: none !important;
|
1837 |
-
box-shadow: none !important;
|
1838 |
-
outline: none !important;
|
1839 |
-
border: none !important;
|
1840 |
-
text-decoration: none !important; }
|
1841 |
-
.premium-image-separator-container i,
|
1842 |
-
.premium-image-separator-container > svg {
|
1843 |
-
padding: 20px;
|
1844 |
-
-webkit-transition: all 0.3s ease-in-out;
|
1845 |
-
transition: all 0.3s ease-in-out; }
|
1846 |
-
|
1847 |
-
/**************** Premium Modal Box ****************/
|
1848 |
-
/***************************************************/
|
1849 |
-
.premium-modal-trigger-btn,
|
1850 |
-
.premium-modal-box-modal-lower-close {
|
1851 |
-
display: inline-block;
|
1852 |
-
padding: 6px 12px;
|
1853 |
-
margin-bottom: 0;
|
1854 |
-
font-size: 14px;
|
1855 |
-
font-weight: normal;
|
1856 |
-
line-height: 1.42857143;
|
1857 |
-
text-align: center;
|
1858 |
-
white-space: nowrap;
|
1859 |
-
vertical-align: middle;
|
1860 |
-
-ms-touch-action: manipulation;
|
1861 |
-
touch-action: manipulation;
|
1862 |
-
cursor: pointer;
|
1863 |
-
-webkit-user-select: none;
|
1864 |
-
-moz-user-select: none;
|
1865 |
-
-ms-user-select: none;
|
1866 |
-
user-select: none;
|
1867 |
-
background-image: none;
|
1868 |
-
border: 1px solid transparent; }
|
1869 |
-
|
1870 |
-
.premium-modal-trigger-btn > svg,
|
1871 |
-
.premium-modal-trigger-btn .premium-modal-box-icon {
|
1872 |
-
-webkit-transition: all 0.3s ease-in-out;
|
1873 |
-
transition: all 0.3s ease-in-out; }
|
1874 |
-
|
1875 |
-
.premium-modal-trigger-btn > svg {
|
1876 |
-
width: 30px;
|
1877 |
-
height: 30px; }
|
1878 |
-
|
1879 |
-
.premium-modal-box-modal-close {
|
1880 |
-
float: right;
|
1881 |
-
font-size: 21px;
|
1882 |
-
font-weight: bold;
|
1883 |
-
line-height: 1;
|
1884 |
-
color: #000; }
|
1885 |
-
.premium-modal-box-modal-close:hover, .premium-modal-box-modal-close:focus {
|
1886 |
-
color: #000;
|
1887 |
-
text-decoration: none;
|
1888 |
-
cursor: pointer; }
|
1889 |
-
|
1890 |
-
button.premium-modal-box-modal-close {
|
1891 |
-
-webkit-appearance: none;
|
1892 |
-
padding: 0;
|
1893 |
-
cursor: pointer;
|
1894 |
-
background: transparent;
|
1895 |
-
border: 0; }
|
1896 |
-
|
1897 |
-
.premium-modal-box-modal {
|
1898 |
-
position: fixed;
|
1899 |
-
top: 0;
|
1900 |
-
right: 0;
|
1901 |
-
bottom: 0;
|
1902 |
-
left: 0;
|
1903 |
-
z-index: 1050;
|
1904 |
-
display: none;
|
1905 |
-
-webkit-overflow-scrolling: touch;
|
1906 |
-
outline: 0;
|
1907 |
-
padding: 0 !important;
|
1908 |
-
background: rgba(0, 0, 0, 0.5);
|
1909 |
-
-webkit-box-align: center;
|
1910 |
-
-webkit-align-items: center;
|
1911 |
-
-moz-box-align: center;
|
1912 |
-
-ms-flex-align: center;
|
1913 |
-
align-items: center;
|
1914 |
-
-webkit-box-pack: center;
|
1915 |
-
-webkit-justify-content: center;
|
1916 |
-
-moz-box-pack: center;
|
1917 |
-
-ms-flex-pack: center;
|
1918 |
-
justify-content: center; }
|
1919 |
-
.premium-modal-box-modal .premium-modal-box-modal-dialog {
|
1920 |
-
position: absolute;
|
1921 |
-
max-height: -webkit-calc(100vh - 150px);
|
1922 |
-
max-height: calc(100vh - 150px);
|
1923 |
-
-js-display: flex;
|
1924 |
-
display: -webkit-box;
|
1925 |
-
display: -webkit-flex;
|
1926 |
-
display: -moz-box;
|
1927 |
-
display: -ms-flexbox;
|
1928 |
-
display: flex;
|
1929 |
-
-webkit-box-orient: vertical;
|
1930 |
-
-webkit-box-direction: normal;
|
1931 |
-
-webkit-flex-direction: column;
|
1932 |
-
-moz-box-orient: vertical;
|
1933 |
-
-moz-box-direction: normal;
|
1934 |
-
-ms-flex-direction: column;
|
1935 |
-
flex-direction: column;
|
1936 |
-
opacity: 0; }
|
1937 |
-
|
1938 |
-
.premium-modal-box-modal-content {
|
1939 |
-
background-color: #fff;
|
1940 |
-
background-clip: padding-box;
|
1941 |
-
border: 1px solid rgba(0, 0, 0, 0.2);
|
1942 |
-
-webkit-border-radius: 6px;
|
1943 |
-
border-radius: 6px;
|
1944 |
-
outline: 0;
|
1945 |
-
overflow-x: hidden; }
|
1946 |
-
|
1947 |
-
.premium-modal-backdrop.premium-in {
|
1948 |
-
filter: alpha(opacity=50);
|
1949 |
-
opacity: 0.5 !important; }
|
1950 |
-
|
1951 |
-
.premium-in {
|
1952 |
-
opacity: 1; }
|
1953 |
-
|
1954 |
-
.premium-modal-backdrop {
|
1955 |
-
position: fixed;
|
1956 |
-
top: 0;
|
1957 |
-
right: 0;
|
1958 |
-
bottom: 0;
|
1959 |
-
left: 0;
|
1960 |
-
z-index: 1040;
|
1961 |
-
background-color: #000; }
|
1962 |
-
|
1963 |
-
.premium-in {
|
1964 |
-
-js-display: flex !important;
|
1965 |
-
display: -webkit-box !important;
|
1966 |
-
display: -webkit-flex !important;
|
1967 |
-
display: -moz-box !important;
|
1968 |
-
display: -ms-flexbox !important;
|
1969 |
-
display: flex !important; }
|
1970 |
-
|
1971 |
-
.premium-modal-box-modal-header {
|
1972 |
-
-js-display: flex;
|
1973 |
-
display: -webkit-box;
|
1974 |
-
display: -webkit-flex;
|
1975 |
-
display: -moz-box;
|
1976 |
-
display: -ms-flexbox;
|
1977 |
-
display: flex;
|
1978 |
-
-webkit-box-pack: justify;
|
1979 |
-
-webkit-justify-content: space-between;
|
1980 |
-
-moz-box-pack: justify;
|
1981 |
-
-ms-flex-pack: justify;
|
1982 |
-
justify-content: space-between;
|
1983 |
-
-webkit-box-align: center;
|
1984 |
-
-webkit-align-items: center;
|
1985 |
-
-moz-box-align: center;
|
1986 |
-
-ms-flex-align: center;
|
1987 |
-
align-items: center;
|
1988 |
-
padding: 5px 15px;
|
1989 |
-
border-bottom: 1px solid #e5e5e5; }
|
1990 |
-
.premium-modal-box-modal-header .premium-modal-box-modal-close {
|
1991 |
-
margin-top: -2px; }
|
1992 |
-
.premium-modal-box-modal-header .premium-modal-box-modal-title {
|
1993 |
-
-js-display: flex;
|
1994 |
-
display: -webkit-box;
|
1995 |
-
display: -webkit-flex;
|
1996 |
-
display: -moz-box;
|
1997 |
-
display: -ms-flexbox;
|
1998 |
-
display: flex;
|
1999 |
-
-webkit-box-align: center;
|
2000 |
-
-webkit-align-items: center;
|
2001 |
-
-moz-box-align: center;
|
2002 |
-
-ms-flex-align: center;
|
2003 |
-
align-items: center;
|
2004 |
-
margin: 0;
|
2005 |
-
padding: 0; }
|
2006 |
-
.premium-modal-box-modal-header .premium-modal-box-modal-title svg {
|
2007 |
-
width: 50px;
|
2008 |
-
height: 60px; }
|
2009 |
-
|
2010 |
-
.premium-modal-box-modal-body {
|
2011 |
-
position: relative;
|
2012 |
-
padding: 15px;
|
2013 |
-
overflow: hidden; }
|
2014 |
-
|
2015 |
-
.premium-modal-box-modal-footer {
|
2016 |
-
padding: 15px;
|
2017 |
-
text-align: right;
|
2018 |
-
border-top: 1px solid #e5e5e5; }
|
2019 |
-
|
2020 |
-
.premium-modal-scrollbar-measure {
|
2021 |
-
position: absolute;
|
2022 |
-
top: -9999px;
|
2023 |
-
width: 50px;
|
2024 |
-
height: 50px;
|
2025 |
-
overflow: scroll; }
|
2026 |
-
|
2027 |
-
.premium-modal-trigger-text {
|
2028 |
-
background: none !important;
|
2029 |
-
display: inline-block; }
|
2030 |
-
|
2031 |
-
.premium-modal-box-container {
|
2032 |
-
width: 100% !important; }
|
2033 |
-
|
2034 |
-
/*Open Modal Button Style*/
|
2035 |
-
.premium-modal-trigger-container .premium-modal-trigger-btn {
|
2036 |
-
-js-display: inline-flex;
|
2037 |
-
display: -webkit-inline-box;
|
2038 |
-
display: -webkit-inline-flex;
|
2039 |
-
display: -moz-inline-box;
|
2040 |
-
display: -ms-inline-flexbox;
|
2041 |
-
display: inline-flex;
|
2042 |
-
-webkit-box-align: center;
|
2043 |
-
-webkit-align-items: center;
|
2044 |
-
-moz-box-align: center;
|
2045 |
-
-ms-flex-align: center;
|
2046 |
-
align-items: center;
|
2047 |
-
border: none;
|
2048 |
-
-webkit-transition: all 0.3s ease-in-out;
|
2049 |
-
transition: all 0.3s ease-in-out; }
|
2050 |
-
.premium-modal-trigger-container .premium-modal-trigger-btn.premium-btn-block {
|
2051 |
-
-webkit-box-pack: center;
|
2052 |
-
-webkit-justify-content: center;
|
2053 |
-
-moz-box-pack: center;
|
2054 |
-
-ms-flex-pack: center;
|
2055 |
-
justify-content: center; }
|
2056 |
-
|
2057 |
-
.premium-modal-trigger-container .premium-modal-trigger-img,
|
2058 |
-
.premium-modal-trigger-container .premium-modal-trigger-text,
|
2059 |
-
.premium-modal-trigger-container .premium-modal-trigger-animation {
|
2060 |
-
cursor: pointer; }
|
2061 |
-
|
2062 |
-
.premium-modal-trigger-container .premium-modal-trigger-animation {
|
2063 |
-
display: inline-block;
|
2064 |
-
width: 200px;
|
2065 |
-
height: 200px;
|
2066 |
-
-webkit-transition: all 0.3s ease-in-out;
|
2067 |
-
transition: all 0.3s ease-in-out; }
|
2068 |
-
|
2069 |
-
/*Image on Modal Header Style*/
|
2070 |
-
.premium-modal-box-modal-header img {
|
2071 |
-
width: 48px;
|
2072 |
-
padding-right: 5px; }
|
2073 |
-
|
2074 |
-
.premium-modal-box-modal-header i,
|
2075 |
-
.premium-modal-box-modal-header svg {
|
2076 |
-
padding-right: 6px; }
|
2077 |
-
|
2078 |
-
.premium-modal-box-modal-close {
|
2079 |
-
position: relative;
|
2080 |
-
z-index: 99; }
|
2081 |
-
|
2082 |
-
.premium-modal-trigger-img,
|
2083 |
-
.premium-modal-trigger-text,
|
2084 |
-
.premium-modal-box-close-button-container,
|
2085 |
-
.premium-modal-box-modal-close,
|
2086 |
-
.premium-modal-box-modal-lower-close {
|
2087 |
-
-webkit-transition: all 0.3s ease-in-out;
|
2088 |
-
transition: all 0.3s ease-in-out; }
|
2089 |
-
|
2090 |
-
@media (min-width: 768px) {
|
2091 |
-
.premium-modal-box-modal-dialog {
|
2092 |
-
width: 700px;
|
2093 |
-
max-height: 600px;
|
2094 |
-
overflow: auto; } }
|
2095 |
-
|
2096 |
-
@media (max-width: 767px) {
|
2097 |
-
.premium-modal-box-modal-dialog {
|
2098 |
-
width: 100%;
|
2099 |
-
max-height: 500px;
|
2100 |
-
overflow: auto; } }
|
2101 |
-
|
2102 |
-
.premium-modal-box-container[data-modal-animation*="animated-"] {
|
2103 |
-
opacity: 0; }
|
2104 |
-
|
2105 |
-
/**************** Premium Progress Bar ****************/
|
2106 |
-
/******************************************************/
|
2107 |
-
.premium-progressbar-container {
|
2108 |
-
position: relative; }
|
2109 |
-
|
2110 |
-
.premium-progressbar-bar-wrap {
|
2111 |
-
position: relative;
|
2112 |
-
text-align: left;
|
2113 |
-
overflow: hidden;
|
2114 |
-
height: 25px;
|
2115 |
-
margin-bottom: 50px;
|
2116 |
-
background-color: #f5f5f5;
|
2117 |
-
-webkit-border-radius: 4px;
|
2118 |
-
border-radius: 4px;
|
2119 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
2120 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
|
2121 |
-
.premium-progressbar-bar-wrap.premium-progressbar-dots {
|
2122 |
-
background-color: transparent;
|
2123 |
-
width: 100%;
|
2124 |
-
-js-display: flex;
|
2125 |
-
display: -webkit-box;
|
2126 |
-
display: -webkit-flex;
|
2127 |
-
display: -moz-box;
|
2128 |
-
display: -ms-flexbox;
|
2129 |
-
display: flex;
|
2130 |
-
height: auto;
|
2131 |
-
-webkit-box-shadow: none;
|
2132 |
-
box-shadow: none; }
|
2133 |
-
.premium-progressbar-bar-wrap .progress-segment {
|
2134 |
-
position: relative;
|
2135 |
-
width: 25px;
|
2136 |
-
height: 25px;
|
2137 |
-
-webkit-border-radius: 50%;
|
2138 |
-
border-radius: 50%;
|
2139 |
-
overflow: hidden;
|
2140 |
-
background-color: #f5f5f5; }
|
2141 |
-
.premium-progressbar-bar-wrap .progress-segment.filled {
|
2142 |
-
background: #6ec1e4; }
|
2143 |
-
.premium-progressbar-bar-wrap .progress-segment:not(:first-child):not(:last-child) {
|
2144 |
-
margin: 0 4px; }
|
2145 |
-
.premium-progressbar-bar-wrap .progress-segment:first-child {
|
2146 |
-
margin-right: 4px; }
|
2147 |
-
.premium-progressbar-bar-wrap .progress-segment:last-child {
|
2148 |
-
margin-left: 4px; }
|
2149 |
-
.premium-progressbar-bar-wrap .progress-segment .segment-inner {
|
2150 |
-
position: absolute;
|
2151 |
-
top: 0;
|
2152 |
-
left: 0;
|
2153 |
-
height: 100%;
|
2154 |
-
background-color: #6ec1e4; }
|
2155 |
-
|
2156 |
-
.premium-progressbar-bar {
|
2157 |
-
float: left;
|
2158 |
-
width: 0%;
|
2159 |
-
height: 100%;
|
2160 |
-
font-size: 12px;
|
2161 |
-
line-height: 20px;
|
2162 |
-
background: #6ec1e4;
|
2163 |
-
text-align: center;
|
2164 |
-
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
2165 |
-
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); }
|
2166 |
-
|
2167 |
-
.premium-progressbar-striped .premium-progressbar-bar {
|
2168 |
-
background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
2169 |
-
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
2170 |
-
-webkit-background-size: 40px 40px;
|
2171 |
-
background-size: 40px 40px; }
|
2172 |
-
|
2173 |
-
.premium-progressbar-active .premium-progressbar-bar {
|
2174 |
-
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
2175 |
-
animation: progress-bar-stripes 2s linear infinite; }
|
2176 |
-
|
2177 |
-
.premium-progressbar-gradient .premium-progressbar-bar {
|
2178 |
-
-webkit-background-size: 400% 400% !important;
|
2179 |
-
background-size: 400% 400% !important;
|
2180 |
-
-webkit-animation: progress-bar-gradient 10s ease-in-out infinite;
|
2181 |
-
animation: progress-bar-gradient 10s ease-in-out infinite; }
|
2182 |
-
|
2183 |
-
.premium-progressbar-bar {
|
2184 |
-
position: absolute;
|
2185 |
-
overflow: hidden;
|
2186 |
-
line-height: 20px; }
|
2187 |
-
|
2188 |
-
.premium-progressbar-container .clearfix {
|
2189 |
-
clear: both; }
|
2190 |
-
|
2191 |
-
.premium-progressbar-bar {
|
2192 |
-
-webkit-transition: width 0s ease-in-out !important;
|
2193 |
-
transition: width 0s ease-in-out !important; }
|
2194 |
-
|
2195 |
-
.premium-progressbar-container p:first-of-type {
|
2196 |
-
margin: 0;
|
2197 |
-
float: left; }
|
2198 |
-
|
2199 |
-
.premium-progressbar-container p:nth-of-type(2) {
|
2200 |
-
margin: 0;
|
2201 |
-
float: right; }
|
2202 |
-
|
2203 |
-
.premium-progressbar-name {
|
2204 |
-
left: 50%;
|
2205 |
-
top: 0;
|
2206 |
-
right: 0;
|
2207 |
-
-webkit-transform: translateX(-12.5px);
|
2208 |
-
-ms-transform: translateX(-12.5px);
|
2209 |
-
transform: translateX(-12.5px);
|
2210 |
-
z-index: 1; }
|
2211 |
-
|
2212 |
-
.premium-progressbar-multiple-label {
|
2213 |
-
position: relative;
|
2214 |
-
float: left;
|
2215 |
-
width: 0;
|
2216 |
-
left: 50%; }
|
2217 |
-
|
2218 |
-
.premium-progressbar-center-label {
|
2219 |
-
position: relative;
|
2220 |
-
white-space: nowrap; }
|
2221 |
-
|
2222 |
-
.premium-progressbar-arrow {
|
2223 |
-
height: 15px;
|
2224 |
-
left: 50%;
|
2225 |
-
display: inline-block;
|
2226 |
-
border-left: 7px solid transparent;
|
2227 |
-
border-right: 7px solid transparent;
|
2228 |
-
border-top: 11px solid;
|
2229 |
-
-webkit-transform: translateX(-50%);
|
2230 |
-
-ms-transform: translateX(-50%);
|
2231 |
-
transform: translateX(-50%); }
|
2232 |
-
|
2233 |
-
.premium-progressbar-pin {
|
2234 |
-
border-left: 1px solid;
|
2235 |
-
height: 12px;
|
2236 |
-
left: 50%;
|
2237 |
-
display: inline-block; }
|
2238 |
-
|
2239 |
/**
|
2240 |
* Circle Progress Bar
|
2241 |
-
*/
|
2242 |
-
.premium-progressbar-circle-wrap {
|
2243 |
-
width: 200px;
|
2244 |
-
height: 200px;
|
2245 |
-
position: relative;
|
2246 |
-
margin: 0 auto; }
|
2247 |
-
.premium-progressbar-circle-wrap .premium-progressbar-circle {
|
2248 |
-
position: absolute;
|
2249 |
-
top: 0;
|
2250 |
-
left: 0;
|
2251 |
-
width: 100%;
|
2252 |
-
height: 100%;
|
2253 |
-
-webkit-clip-path: inset(0 0 0 50%);
|
2254 |
-
clip-path: inset(0 0 0 50%); }
|
2255 |
-
.premium-progressbar-circle-wrap .premium-progressbar-circle div {
|
2256 |
-
position: absolute;
|
2257 |
-
left: 0;
|
2258 |
-
top: 0;
|
2259 |
-
height: 100%;
|
2260 |
-
width: 100%;
|
2261 |
-
border-width: 6px;
|
2262 |
-
border-style: solid;
|
2263 |
-
border-color: #54595f;
|
2264 |
-
-webkit-border-radius: 50%;
|
2265 |
-
border-radius: 50%;
|
2266 |
-
-webkit-clip-path: inset(0 50% 0 0);
|
2267 |
-
clip-path: inset(0 50% 0 0); }
|
2268 |
-
.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-left {
|
2269 |
-
-webkit-transform: rotate(0);
|
2270 |
-
-ms-transform: rotate(0);
|
2271 |
-
transform: rotate(0); }
|
2272 |
-
.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-right {
|
2273 |
-
-webkit-transform: rotate(180deg);
|
2274 |
-
-ms-transform: rotate(180deg);
|
2275 |
-
transform: rotate(180deg);
|
2276 |
-
visibility: hidden; }
|
2277 |
-
.premium-progressbar-circle-wrap .premium-progressbar-circle-base {
|
2278 |
-
width: 100%;
|
2279 |
-
height: 100%;
|
2280 |
-
border: 6px solid #eee;
|
2281 |
-
-webkit-border-radius: 50%;
|
2282 |
-
border-radius: 50%; }
|
2283 |
-
.premium-progressbar-circle-wrap .premium-progressbar-circle-content {
|
2284 |
-
position: absolute;
|
2285 |
-
top: 0;
|
2286 |
-
left: 0;
|
2287 |
-
width: 100%;
|
2288 |
-
height: 100%;
|
2289 |
-
-js-display: flex;
|
2290 |
-
display: -webkit-box;
|
2291 |
-
display: -webkit-flex;
|
2292 |
-
display: -moz-box;
|
2293 |
-
display: -ms-flexbox;
|
2294 |
-
display: flex;
|
2295 |
-
-webkit-box-orient: vertical;
|
2296 |
-
-webkit-box-direction: normal;
|
2297 |
-
-webkit-flex-direction: column;
|
2298 |
-
-moz-box-orient: vertical;
|
2299 |
-
-moz-box-direction: normal;
|
2300 |
-
-ms-flex-direction: column;
|
2301 |
-
flex-direction: column;
|
2302 |
-
-webkit-box-pack: center;
|
2303 |
-
-webkit-justify-content: center;
|
2304 |
-
-moz-box-pack: center;
|
2305 |
-
-ms-flex-pack: center;
|
2306 |
-
justify-content: center;
|
2307 |
-
-webkit-box-align: center;
|
2308 |
-
-webkit-align-items: center;
|
2309 |
-
-moz-box-align: center;
|
2310 |
-
-ms-flex-align: center;
|
2311 |
-
align-items: center; }
|
2312 |
-
.premium-progressbar-circle-wrap .premium-lottie-animation {
|
2313 |
-
line-height: 1; }
|
2314 |
-
|
2315 |
-
@-webkit-keyframes progress-bar-stripes {
|
2316 |
-
from {
|
2317 |
-
background-position: 0 0; }
|
2318 |
-
to {
|
2319 |
-
background-position: 40px 0; } }
|
2320 |
-
|
2321 |
-
@keyframes progress-bar-stripes {
|
2322 |
-
from {
|
2323 |
-
background-position: 0 0; }
|
2324 |
-
to {
|
2325 |
-
background-position: 40px 0; } }
|
2326 |
-
|
2327 |
-
@-webkit-keyframes progress-bar-gradient {
|
2328 |
-
0% {
|
2329 |
-
background-position: 0% 50%; }
|
2330 |
-
50% {
|
2331 |
-
background-position: 100% 50%; }
|
2332 |
-
100% {
|
2333 |
-
background-position: 0% 50%; } }
|
2334 |
-
|
2335 |
-
@keyframes progress-bar-gradient {
|
2336 |
-
0% {
|
2337 |
-
background-position: 0% 50%; }
|
2338 |
-
50% {
|
2339 |
-
background-position: 100% 50%; }
|
2340 |
-
100% {
|
2341 |
-
background-position: 0% 50%; } }
|
2342 |
-
|
2343 |
-
/**************** Premium Testimonials ****************/
|
2344 |
-
/******************************************************/
|
2345 |
-
.premium-testimonial-box {
|
2346 |
-
width: 100%;
|
2347 |
-
background: transparent;
|
2348 |
-
-webkit-transition: all 0.3s ease-in-out;
|
2349 |
-
transition: all 0.3s ease-in-out; }
|
2350 |
-
.premium-testimonial-box .premium-testimonial-author-info {
|
2351 |
-
-js-display: flex;
|
2352 |
-
display: -webkit-box;
|
2353 |
-
display: -webkit-flex;
|
2354 |
-
display: -moz-box;
|
2355 |
-
display: -ms-flexbox;
|
2356 |
-
display: flex;
|
2357 |
-
-webkit-box-pack: center;
|
2358 |
-
-webkit-justify-content: center;
|
2359 |
-
-moz-box-pack: center;
|
2360 |
-
-ms-flex-pack: center;
|
2361 |
-
justify-content: center;
|
2362 |
-
-webkit-box-align: center;
|
2363 |
-
-webkit-align-items: center;
|
2364 |
-
-moz-box-align: center;
|
2365 |
-
-ms-flex-align: center;
|
2366 |
-
align-items: center; }
|
2367 |
-
.premium-testimonial-box .premium-testimonial-person-name,
|
2368 |
-
.premium-testimonial-box .premium-testimonial-company-name {
|
2369 |
-
font-weight: 600;
|
2370 |
-
margin: 0; }
|
2371 |
-
|
2372 |
-
.premium-testimonial-container {
|
2373 |
-
position: relative; }
|
2374 |
-
|
2375 |
-
.premium-testimonial-img-wrapper {
|
2376 |
-
margin-left: auto;
|
2377 |
-
margin-right: auto;
|
2378 |
-
overflow: hidden;
|
2379 |
-
border-style: solid !important; }
|
2380 |
-
.premium-testimonial-img-wrapper.circle {
|
2381 |
-
-webkit-border-radius: 50%;
|
2382 |
-
border-radius: 50%; }
|
2383 |
-
.premium-testimonial-img-wrapper.rounded {
|
2384 |
-
-webkit-border-radius: 15px;
|
2385 |
-
border-radius: 15px; }
|
2386 |
-
.premium-testimonial-img-wrapper img {
|
2387 |
-
-o-object-fit: cover;
|
2388 |
-
object-fit: cover;
|
2389 |
-
width: 100%;
|
2390 |
-
height: 100% !important; }
|
2391 |
-
|
2392 |
-
.premium-testimonial-content-wrapper {
|
2393 |
-
position: relative;
|
2394 |
-
-js-display: flex;
|
2395 |
-
display: -webkit-box;
|
2396 |
-
display: -webkit-flex;
|
2397 |
-
display: -moz-box;
|
2398 |
-
display: -ms-flexbox;
|
2399 |
-
display: flex;
|
2400 |
-
-webkit-box-orient: vertical;
|
2401 |
-
-webkit-box-direction: normal;
|
2402 |
-
-webkit-flex-direction: column;
|
2403 |
-
-moz-box-orient: vertical;
|
2404 |
-
-moz-box-direction: normal;
|
2405 |
-
-ms-flex-direction: column;
|
2406 |
-
flex-direction: column;
|
2407 |
-
z-index: 2;
|
2408 |
-
width: 100%;
|
2409 |
-
padding: 20px;
|
2410 |
-
text-align: center; }
|
2411 |
-
|
2412 |
-
.premium-testimonial-clear-float {
|
2413 |
-
clear: both; }
|
2414 |
-
|
2415 |
-
.premium-testimonial-upper-quote,
|
2416 |
-
.premium-testimonial-lower-quote {
|
2417 |
-
position: absolute;
|
2418 |
-
z-index: 1; }
|
2419 |
-
|
2420 |
-
/**************** Premium Dual Heading *****************/
|
2421 |
-
/*******************************************************/
|
2422 |
-
.premium-dual-header-container .premium-dual-header-first-header,
|
2423 |
-
.premium-dual-header-container .premium-dual-header-second-header {
|
2424 |
-
position: relative;
|
2425 |
-
padding: 0;
|
2426 |
-
margin: 0;
|
2427 |
-
display: inline-block;
|
2428 |
-
-webkit-transform: translate(0, 0);
|
2429 |
-
-ms-transform: translate(0, 0);
|
2430 |
-
transform: translate(0, 0); }
|
2431 |
-
|
2432 |
-
.premium-dual-header-first-clip .premium-dual-header-first-span,
|
2433 |
-
.premium-dual-header-second-clip {
|
2434 |
-
-webkit-text-fill-color: transparent;
|
2435 |
-
-webkit-background-clip: text;
|
2436 |
-
background-clip: text; }
|
2437 |
-
|
2438 |
-
.premium-dual-header-first-clip.stroke .premium-dual-header-first-span,
|
2439 |
-
.premium-dual-header-second-clip.stroke {
|
2440 |
-
-webkit-text-stroke-color: transparent;
|
2441 |
-
-webkit-text-fill-color: #fafafa;
|
2442 |
-
-webkit-text-stroke-width: 2px; }
|
2443 |
-
|
2444 |
-
@media (max-width: 500px) {
|
2445 |
-
.premium-dual-header-container .premium-dual-header-first-header,
|
2446 |
-
.premium-dual-header-container .premium-dual-header-second-header {
|
2447 |
-
word-wrap: break-word; }
|
2448 |
-
.premium-dual-header-first-container,
|
2449 |
-
.premium-dual-header-second-container {
|
2450 |
-
margin: 0; } }
|
2451 |
-
|
2452 |
-
@media (min-width: 501px) {
|
2453 |
-
.premium-dual-header-first-container {
|
2454 |
-
margin-right: 5px; } }
|
2455 |
-
|
2456 |
-
.premium-dual-header-first-header.gradient .premium-dual-header-first-span,
|
2457 |
-
.premium-dual-header-second-header.gradient {
|
2458 |
-
-webkit-background-size: 300% 300% !important;
|
2459 |
-
background-size: 300% 300% !important;
|
2460 |
-
-webkit-animation: Gradient 10s ease-in-out infinite;
|
2461 |
-
animation: Gradient 10s ease-in-out infinite; }
|
2462 |
-
|
2463 |
-
@-webkit-keyframes Gradient {
|
2464 |
-
0% {
|
2465 |
-
background-position: 0% 50%; }
|
2466 |
-
50% {
|
2467 |
-
background-position: 100% 50%; }
|
2468 |
-
100% {
|
2469 |
-
background-position: 0% 50%; } }
|
2470 |
-
|
2471 |
-
@keyframes Gradient {
|
2472 |
-
0% {
|
2473 |
-
background-position: 0% 50%; }
|
2474 |
-
50% {
|
2475 |
-
background-position: 100% 50%; }
|
2476 |
-
100% {
|
2477 |
-
background-position: 0% 50%; } }
|
2478 |
-
|
2479 |
-
.premium-mask-yes.premium-header-inline .premium-dual-header-first-span,
|
2480 |
-
.premium-mask-yes.premium-header-inline .premium-dual-header-first-span {
|
2481 |
-
display: inline-block !important; }
|
2482 |
-
|
2483 |
-
/**************** Premium Title ****************/
|
2484 |
-
/***********************************************/
|
2485 |
-
.premium-title-container {
|
2486 |
-
position: relative;
|
2487 |
-
width: 100%;
|
2488 |
-
clear: both; }
|
2489 |
-
.premium-title-container .premium-title-header {
|
2490 |
-
position: relative;
|
2491 |
-
margin: 0;
|
2492 |
-
padding: 10px; }
|
2493 |
-
.premium-title-container .premium-title-header:not(.premium-title-style7) {
|
2494 |
-
-webkit-box-align: center;
|
2495 |
-
-webkit-align-items: center;
|
2496 |
-
-moz-box-align: center;
|
2497 |
-
-ms-flex-align: center;
|
2498 |
-
align-items: center; }
|
2499 |
-
.premium-title-container .premium-title-header svg {
|
2500 |
-
width: 40px;
|
2501 |
-
height: 40px; }
|
2502 |
-
.premium-title-container .premium-title-header img {
|
2503 |
-
width: 40px;
|
2504 |
-
height: 40px;
|
2505 |
-
-o-object-fit: cover;
|
2506 |
-
object-fit: cover; }
|
2507 |
-
.premium-title-container .premium-title-header a {
|
2508 |
-
position: absolute;
|
2509 |
-
top: 0;
|
2510 |
-
left: 0;
|
2511 |
-
width: 100%;
|
2512 |
-
height: 100%; }
|
2513 |
-
.premium-title-container .premium-lottie-animation {
|
2514 |
-
-js-display: flex;
|
2515 |
-
display: -webkit-box;
|
2516 |
-
display: -webkit-flex;
|
2517 |
-
display: -moz-box;
|
2518 |
-
display: -ms-flexbox;
|
2519 |
-
display: flex; }
|
2520 |
-
|
2521 |
-
.premium-title-icon-row .premium-title-icon {
|
2522 |
-
margin-right: 10px; }
|
2523 |
-
|
2524 |
-
.premium-title-icon-row-reverse .premium-title-icon {
|
2525 |
-
margin-left: 10px; }
|
2526 |
-
|
2527 |
-
.premium-title-style3,
|
2528 |
-
.premium-title-style4 {
|
2529 |
-
-js-display: flex;
|
2530 |
-
display: -webkit-box;
|
2531 |
-
display: -webkit-flex;
|
2532 |
-
display: -moz-box;
|
2533 |
-
display: -ms-flexbox;
|
2534 |
-
display: flex; }
|
2535 |
-
|
2536 |
-
.premium-title-style1,
|
2537 |
-
.premium-title-style2,
|
2538 |
-
.premium-title-style5,
|
2539 |
-
.premium-title-style6,
|
2540 |
-
.premium-title-style8,
|
2541 |
-
.premium-title-style9 {
|
2542 |
-
-js-display: inline-flex;
|
2543 |
-
display: -webkit-inline-box;
|
2544 |
-
display: -webkit-inline-flex;
|
2545 |
-
display: -moz-inline-box;
|
2546 |
-
display: -ms-inline-flexbox;
|
2547 |
-
display: inline-flex; }
|
2548 |
-
|
2549 |
-
.premium-title-style7 {
|
2550 |
-
-js-display: inline-flex;
|
2551 |
-
display: -webkit-inline-box;
|
2552 |
-
display: -webkit-inline-flex;
|
2553 |
-
display: -moz-inline-box;
|
2554 |
-
display: -ms-inline-flexbox;
|
2555 |
-
display: inline-flex;
|
2556 |
-
-webkit-box-orient: vertical;
|
2557 |
-
-webkit-box-direction: normal;
|
2558 |
-
-webkit-flex-direction: column;
|
2559 |
-
-moz-box-orient: vertical;
|
2560 |
-
-moz-box-direction: normal;
|
2561 |
-
-ms-flex-direction: column;
|
2562 |
-
flex-direction: column; }
|
2563 |
-
.premium-title-style7 .premium-title-style7-inner {
|
2564 |
-
-js-display: flex;
|
2565 |
-
display: -webkit-box;
|
2566 |
-
display: -webkit-flex;
|
2567 |
-
display: -moz-box;
|
2568 |
-
display: -ms-flexbox;
|
2569 |
-
display: flex;
|
2570 |
-
-webkit-box-align: center;
|
2571 |
-
-webkit-align-items: center;
|
2572 |
-
-moz-box-align: center;
|
2573 |
-
-ms-flex-align: center;
|
2574 |
-
align-items: center; }
|
2575 |
-
|
2576 |
-
.premium-title-style1 {
|
2577 |
-
border-width: 0;
|
2578 |
-
border-left: 3px solid #6ec1e4; }
|
2579 |
-
|
2580 |
-
.premium-title-container.style2, .premium-title-container.style4, .premium-title-container.style5, .premium-title-container.style6 {
|
2581 |
-
border-bottom: 3px solid #6ec1e4; }
|
2582 |
-
|
2583 |
-
/*Style 6 Header*/
|
2584 |
-
.premium-title-style6:before {
|
2585 |
-
position: absolute;
|
2586 |
-
left: 50%;
|
2587 |
-
bottom: 0;
|
2588 |
-
margin-left: -2px;
|
2589 |
-
content: "";
|
2590 |
-
border: 3px solid transparent; }
|
2591 |
-
|
2592 |
-
/*Style 6 Trinagle*/
|
2593 |
-
.premium-title-style7-stripe-wrap {
|
2594 |
-
-js-display: flex;
|
2595 |
-
display: -webkit-box;
|
2596 |
-
display: -webkit-flex;
|
2597 |
-
display: -moz-box;
|
2598 |
-
display: -ms-flexbox;
|
2599 |
-
display: flex; }
|
2600 |
-
|
2601 |
-
.premium-title-style7:before {
|
2602 |
-
display: none; }
|
2603 |
-
|
2604 |
-
.premium-title-style8 .premium-title-text[data-animation="shiny"] {
|
2605 |
-
-webkit-background-size: 125px 125px !important;
|
2606 |
-
background-size: 125px !important;
|
2607 |
-
color: rgba(255, 255, 255, 0);
|
2608 |
-
-webkit-background-clip: text !important;
|
2609 |
-
background-clip: text !important;
|
2610 |
-
-webkit-animation-name: pa-shinny-text !important;
|
2611 |
-
animation-name: pa-shinny-text !important;
|
2612 |
-
-webkit-animation-duration: var(--animation-speed) !important;
|
2613 |
-
animation-duration: var(--animation-speed) !important;
|
2614 |
-
-webkit-animation-iteration-count: infinite !important;
|
2615 |
-
animation-iteration-count: infinite !important;
|
2616 |
-
background: var(--base-color) -webkit-gradient(linear, left top, right top, from(var(--base-color)), to(var(--base-color)), color-stop(0.5, var(--shiny-color))) 0 0 no-repeat; }
|
2617 |
-
|
2618 |
-
@-webkit-keyframes pa-shinny-text {
|
2619 |
-
0% {
|
2620 |
-
background-position: 0%; }
|
2621 |
-
100% {
|
2622 |
-
background-position: 200%; } }
|
2623 |
-
|
2624 |
-
@keyframes pa-shinny-text {
|
2625 |
-
0% {
|
2626 |
-
background-position: 0%; }
|
2627 |
-
100% {
|
2628 |
-
background-position: 200%; } }
|
2629 |
-
|
2630 |
-
.premium-title-style9[data-animation-blur="process"] .premium-title-style9-letter {
|
2631 |
-
-webkit-animation: pa-blur-shadow 2s 1 alternate;
|
2632 |
-
animation: pa-blur-shadow 2s 1 alternate; }
|
2633 |
-
|
2634 |
-
@-webkit-keyframes pa-blur-shadow {
|
2635 |
-
from {
|
2636 |
-
text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
|
2637 |
-
color: transparent; }
|
2638 |
-
to {
|
2639 |
-
text-shadow: 0; } }
|
2640 |
-
|
2641 |
-
@keyframes pa-blur-shadow {
|
2642 |
-
from {
|
2643 |
-
text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
|
2644 |
-
color: transparent; }
|
2645 |
-
to {
|
2646 |
-
text-shadow: 0; } }
|
2647 |
-
|
2648 |
-
.premium-title-gradient-yes .premium-title-text,
|
2649 |
-
.premium-title-gradient-yes .premium-title-icon {
|
2650 |
-
-webkit-background-clip: text;
|
2651 |
-
-webkit-text-fill-color: transparent;
|
2652 |
-
background-image: -webkit-gradient(linear, left top, right top, from(#ffa648), color-stop(#f17cc1), to(#4da9fd));
|
2653 |
-
background-image: -webkit-linear-gradient(left, #ffa648, #f17cc1, #4da9fd);
|
2654 |
-
background-image: linear-gradient(to right, #ffa648, #f17cc1, #4da9fd);
|
2655 |
-
-webkit-animation: pa-text-gradient 8s infinite;
|
2656 |
-
animation: pa-text-gradient 8s infinite; }
|
2657 |
-
|
2658 |
-
.premium-title-clipped .premium-title-header {
|
2659 |
-
-webkit-text-fill-color: transparent;
|
2660 |
-
-webkit-background-clip: text;
|
2661 |
-
background-clip: text; }
|
2662 |
-
|
2663 |
-
@-webkit-keyframes pa-text-gradient {
|
2664 |
-
0%,
|
2665 |
-
100% {
|
2666 |
-
-webkit-filter: hue-rotate(0deg);
|
2667 |
-
filter: hue-rotate(0deg); }
|
2668 |
-
50% {
|
2669 |
-
-webkit-filter: hue-rotate(360deg);
|
2670 |
-
filter: hue-rotate(360deg); } }
|
2671 |
-
|
2672 |
-
@keyframes pa-text-gradient {
|
2673 |
-
0%,
|
2674 |
-
100% {
|
2675 |
-
-webkit-filter: hue-rotate(0deg);
|
2676 |
-
filter: hue-rotate(0deg); }
|
2677 |
-
50% {
|
2678 |
-
-webkit-filter: hue-rotate(360deg);
|
2679 |
-
filter: hue-rotate(360deg); } }
|
2680 |
-
|
2681 |
/*
|
2682 |
* Common Title/Dual Heading
|
2683 |
-
*/
|
2684 |
-
.premium-title-bg-text:before {
|
2685 |
-
position: absolute;
|
2686 |
-
content: attr(data-background);
|
2687 |
-
top: 0;
|
2688 |
-
left: 0;
|
2689 |
-
text-align: left; }
|
2690 |
-
|
2691 |
-
.premium-mask-yes .premium-dual-header-first-clip .premium-dual-header-first-span .premium-mask-span,
|
2692 |
-
.premium-mask-yes .premium-dual-header-second-clip .premium-mask-span {
|
2693 |
-
background: inherit; }
|
2694 |
-
|
2695 |
-
.premium-mask-yes .premium-mask-span {
|
2696 |
-
position: relative;
|
2697 |
-
overflow: hidden;
|
2698 |
-
-js-display: inline-flex !important;
|
2699 |
-
display: -webkit-inline-box !important;
|
2700 |
-
display: -webkit-inline-flex !important;
|
2701 |
-
display: -moz-inline-box !important;
|
2702 |
-
display: -ms-inline-flexbox !important;
|
2703 |
-
display: inline-flex !important; }
|
2704 |
-
.premium-mask-yes .premium-mask-span::after {
|
2705 |
-
content: "";
|
2706 |
-
position: absolute;
|
2707 |
-
top: 0;
|
2708 |
-
right: 0px;
|
2709 |
-
width: 100%;
|
2710 |
-
height: 100%;
|
2711 |
-
background-color: currentColor;
|
2712 |
-
-webkit-backface-visibility: visible;
|
2713 |
-
backface-visibility: visible; }
|
2714 |
-
|
2715 |
-
.premium-mask-active.premium-mask-tr .premium-mask-span::after {
|
2716 |
-
-webkit-animation: pa-mask-tr 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
2717 |
-
animation: pa-mask-tr 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
2718 |
-
-webkit-transform: translateX(-103%);
|
2719 |
-
-ms-transform: translateX(-103%);
|
2720 |
-
transform: translateX(-103%); }
|
2721 |
-
|
2722 |
-
.premium-mask-active.premium-mask-tl .premium-mask-span::after {
|
2723 |
-
-webkit-animation: pa-mask-tl 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
2724 |
-
animation: pa-mask-tl 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
2725 |
-
-webkit-transform: translateX(103%);
|
2726 |
-
-ms-transform: translateX(103%);
|
2727 |
-
transform: translateX(103%); }
|
2728 |
-
|
2729 |
-
.premium-mask-active.premium-mask-tb .premium-mask-span::after {
|
2730 |
-
-webkit-animation: pa-mask-tb 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
2731 |
-
animation: pa-mask-tb 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
2732 |
-
-webkit-transform: translateY(-103%);
|
2733 |
-
-ms-transform: translateY(-103%);
|
2734 |
-
transform: translateY(-103%); }
|
2735 |
-
|
2736 |
-
.premium-mask-active.premium-mask-tt .premium-mask-span::after {
|
2737 |
-
-webkit-animation: pa-mask-tt 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
2738 |
-
animation: pa-mask-tt 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
2739 |
-
-webkit-transform: translateY(103%);
|
2740 |
-
-ms-transform: translateY(103%);
|
2741 |
-
transform: translateY(103%); }
|
2742 |
-
|
2743 |
-
@-webkit-keyframes pa-mask-tr {
|
2744 |
-
0% {
|
2745 |
-
-webkit-transform: translateX(0%);
|
2746 |
-
transform: translateX(0%); }
|
2747 |
-
100% {
|
2748 |
-
-webkit-transform: translateX(103%);
|
2749 |
-
transform: translateX(103%); } }
|
2750 |
-
|
2751 |
-
@keyframes pa-mask-tr {
|
2752 |
-
0% {
|
2753 |
-
-webkit-transform: translateX(0%);
|
2754 |
-
transform: translateX(0%); }
|
2755 |
-
100% {
|
2756 |
-
-webkit-transform: translateX(103%);
|
2757 |
-
transform: translateX(103%); } }
|
2758 |
-
|
2759 |
-
@-webkit-keyframes pa-mask-tl {
|
2760 |
-
0% {
|
2761 |
-
-webkit-transform: translateX(0%);
|
2762 |
-
transform: translateX(0%); }
|
2763 |
-
100% {
|
2764 |
-
-webkit-transform: translateX(-103%);
|
2765 |
-
transform: translateX(-103%); } }
|
2766 |
-
|
2767 |
-
@keyframes pa-mask-tl {
|
2768 |
-
0% {
|
2769 |
-
-webkit-transform: translateX(0%);
|
2770 |
-
transform: translateX(0%); }
|
2771 |
-
100% {
|
2772 |
-
-webkit-transform: translateX(-103%);
|
2773 |
-
transform: translateX(-103%); } }
|
2774 |
-
|
2775 |
-
@-webkit-keyframes pa-mask-tb {
|
2776 |
-
0% {
|
2777 |
-
-webkit-transform: translateY(0%);
|
2778 |
-
transform: translateY(0%); }
|
2779 |
-
100% {
|
2780 |
-
-webkit-transform: translateY(103%);
|
2781 |
-
transform: translateY(103%); } }
|
2782 |
-
|
2783 |
-
@keyframes pa-mask-tb {
|
2784 |
-
0% {
|
2785 |
-
-webkit-transform: translateY(0%);
|
2786 |
-
transform: translateY(0%); }
|
2787 |
-
100% {
|
2788 |
-
-webkit-transform: translateY(103%);
|
2789 |
-
transform: translateY(103%); } }
|
2790 |
-
|
2791 |
-
@-webkit-keyframes pa-mask-tt {
|
2792 |
-
0% {
|
2793 |
-
-webkit-transform: translateY(0%);
|
2794 |
-
transform: translateY(0%); }
|
2795 |
-
100% {
|
2796 |
-
-webkit-transform: translateY(-103%);
|
2797 |
-
transform: translateY(-103%); } }
|
2798 |
-
|
2799 |
-
@keyframes pa-mask-tt {
|
2800 |
-
0% {
|
2801 |
-
-webkit-transform: translateY(0%);
|
2802 |
-
transform: translateY(0%); }
|
2803 |
-
100% {
|
2804 |
-
-webkit-transform: translateY(-103%);
|
2805 |
-
transform: translateY(-103%); } }
|
2806 |
-
|
2807 |
-
/**************** Premium Video Box ************/
|
2808 |
-
/***********************************************/
|
2809 |
-
.premium-video-box-transform {
|
2810 |
-
-webkit-transform: none !important;
|
2811 |
-
-ms-transform: none !important;
|
2812 |
-
transform: none !important; }
|
2813 |
-
|
2814 |
-
.premium-video-box-container {
|
2815 |
-
-js-display: flex;
|
2816 |
-
display: -webkit-box;
|
2817 |
-
display: -webkit-flex;
|
2818 |
-
display: -moz-box;
|
2819 |
-
display: -ms-flexbox;
|
2820 |
-
display: flex;
|
2821 |
-
-webkit-box-orient: vertical;
|
2822 |
-
-webkit-box-direction: normal;
|
2823 |
-
-webkit-flex-direction: column;
|
2824 |
-
-moz-box-orient: vertical;
|
2825 |
-
-moz-box-direction: normal;
|
2826 |
-
-ms-flex-direction: column;
|
2827 |
-
flex-direction: column; }
|
2828 |
-
|
2829 |
-
.premium-video-box-container > div {
|
2830 |
-
position: relative;
|
2831 |
-
overflow: hidden; }
|
2832 |
-
|
2833 |
-
.pa-aspect-ratio-11 .premium-video-box-container > div {
|
2834 |
-
padding-bottom: 100%; }
|
2835 |
-
|
2836 |
-
.pa-aspect-ratio-169 .premium-video-box-container > div {
|
2837 |
-
padding-bottom: 56.25%; }
|
2838 |
-
|
2839 |
-
.pa-aspect-ratio-43 .premium-video-box-container > div {
|
2840 |
-
padding-bottom: 75%; }
|
2841 |
-
|
2842 |
-
.pa-aspect-ratio-32 .premium-video-box-container > div {
|
2843 |
-
padding-bottom: 66.6666%; }
|
2844 |
-
|
2845 |
-
.pa-aspect-ratio-219 .premium-video-box-container > div {
|
2846 |
-
padding-bottom: 42.8571%; }
|
2847 |
-
|
2848 |
-
.pa-aspect-ratio-916 .premium-video-box-container > div {
|
2849 |
-
padding-bottom: 177.8%; }
|
2850 |
-
|
2851 |
-
.premium-video-box-image-container {
|
2852 |
-
position: absolute;
|
2853 |
-
top: 0;
|
2854 |
-
left: 0;
|
2855 |
-
bottom: 0;
|
2856 |
-
right: 0;
|
2857 |
-
width: 100%;
|
2858 |
-
height: 100%;
|
2859 |
-
-webkit-background-size: cover;
|
2860 |
-
background-size: cover;
|
2861 |
-
background-position: 50%;
|
2862 |
-
cursor: pointer;
|
2863 |
-
margin: auto;
|
2864 |
-
-webkit-transition: 0.2s all;
|
2865 |
-
transition: 0.2s all; }
|
2866 |
-
|
2867 |
-
.premium-video-box-play-icon-container {
|
2868 |
-
position: absolute;
|
2869 |
-
z-index: 2;
|
2870 |
-
cursor: pointer;
|
2871 |
-
-webkit-transform: translate(-50%, -50%);
|
2872 |
-
-ms-transform: translate(-50%, -50%);
|
2873 |
-
transform: translate(-50%, -50%);
|
2874 |
-
background: rgba(252, 252, 252, 0.35); }
|
2875 |
-
|
2876 |
-
.premium-video-box-description-container {
|
2877 |
-
position: absolute;
|
2878 |
-
z-index: 2;
|
2879 |
-
padding: 5px;
|
2880 |
-
text-align: center;
|
2881 |
-
cursor: pointer;
|
2882 |
-
-webkit-transform: translate(-50%, -50%);
|
2883 |
-
-ms-transform: translate(-50%, -50%);
|
2884 |
-
transform: translate(-50%, -50%); }
|
2885 |
-
|
2886 |
-
.premium-video-box-text {
|
2887 |
-
margin-bottom: 0 !important;
|
2888 |
-
-webkit-transition: all 0.3s ease-in-out;
|
2889 |
-
transition: all 0.3s ease-in-out; }
|
2890 |
-
|
2891 |
-
.premium-video-box-play-icon {
|
2892 |
-
padding: 15px;
|
2893 |
-
-webkit-transform: translateX(4%);
|
2894 |
-
-ms-transform: translateX(4%);
|
2895 |
-
transform: translateX(4%);
|
2896 |
-
-webkit-transition: all 0.3s ease-in-out;
|
2897 |
-
transition: all 0.3s ease-in-out; }
|
2898 |
-
|
2899 |
-
.premium-video-box-video-container {
|
2900 |
-
position: absolute;
|
2901 |
-
top: 0;
|
2902 |
-
left: 0;
|
2903 |
-
z-index: 2;
|
2904 |
-
width: 100%;
|
2905 |
-
height: 100%;
|
2906 |
-
-webkit-transition: opacity 0.8s ease-in-out;
|
2907 |
-
transition: opacity 0.8s ease-in-out;
|
2908 |
-
overflow: hidden;
|
2909 |
-
cursor: pointer; }
|
2910 |
-
|
2911 |
-
.premium-video-box-container[data-overlay="true"][data-type="self"] .premium-video-box-video-container {
|
2912 |
-
opacity: 0;
|
2913 |
-
visibility: hidden; }
|
2914 |
-
|
2915 |
-
.premium-video-box-video-container iframe {
|
2916 |
-
max-width: 100%;
|
2917 |
-
width: 100%;
|
2918 |
-
height: 100%;
|
2919 |
-
margin: 0;
|
2920 |
-
line-height: 1;
|
2921 |
-
border: none; }
|
2922 |
-
|
2923 |
-
.premium-video-box-video-container video {
|
2924 |
-
max-width: 100%;
|
2925 |
-
width: 100%;
|
2926 |
-
height: 100%;
|
2927 |
-
margin: 0;
|
2928 |
-
line-height: 1;
|
2929 |
-
border: none;
|
2930 |
-
background-color: #000;
|
2931 |
-
-o-object-fit: contain;
|
2932 |
-
object-fit: contain; }
|
2933 |
-
|
2934 |
-
.premium-video-box-container .premium-video-box-vimeo-wrap {
|
2935 |
-
-js-display: flex;
|
2936 |
-
display: -webkit-box;
|
2937 |
-
display: -webkit-flex;
|
2938 |
-
display: -moz-box;
|
2939 |
-
display: -ms-flexbox;
|
2940 |
-
display: flex;
|
2941 |
-
position: absolute;
|
2942 |
-
top: 0;
|
2943 |
-
left: 0;
|
2944 |
-
z-index: 3;
|
2945 |
-
margin: 10px;
|
2946 |
-
margin-right: 10px;
|
2947 |
-
-webkit-transition: opacity 0.2s ease-out;
|
2948 |
-
transition: opacity 0.2s ease-out;
|
2949 |
-
margin-right: 4.6em; }
|
2950 |
-
|
2951 |
-
.premium-video-box-vimeo-wrap .premium-video-box-vimeo-portrait {
|
2952 |
-
width: 60px;
|
2953 |
-
height: 60px;
|
2954 |
-
background: rgba(23, 35, 34, 0.75);
|
2955 |
-
margin-right: 1px;
|
2956 |
-
-webkit-box-flex: 1;
|
2957 |
-
-webkit-flex: 1 0 auto;
|
2958 |
-
-moz-box-flex: 1;
|
2959 |
-
-ms-flex: 1 0 auto;
|
2960 |
-
flex: 1 0 auto;
|
2961 |
-
padding: 0; }
|
2962 |
-
|
2963 |
-
.premium-video-box-vimeo-portrait img {
|
2964 |
-
width: 50px;
|
2965 |
-
height: 50px;
|
2966 |
-
margin: 5px;
|
2967 |
-
padding: 0;
|
2968 |
-
border: 0;
|
2969 |
-
-webkit-border-radius: 50%;
|
2970 |
-
border-radius: 50%; }
|
2971 |
-
|
2972 |
-
.premium-video-box-vimeo-wrap .premium-video-box-vimeo-headers {
|
2973 |
-
font-size: 10px; }
|
2974 |
-
|
2975 |
-
.premium-video-box-vimeo-wrap .premium-video-box-vimeo-title {
|
2976 |
-
max-width: 100%;
|
2977 |
-
font-size: 2em !important;
|
2978 |
-
font-weight: 700;
|
2979 |
-
margin: 0;
|
2980 |
-
padding: 0.1em 0.2em;
|
2981 |
-
background: rgba(23, 35, 34, 0.75);
|
2982 |
-
display: inline-block;
|
2983 |
-
text-transform: none;
|
2984 |
-
line-height: normal;
|
2985 |
-
letter-spacing: normal; }
|
2986 |
-
|
2987 |
-
.premium-video-box-vimeo-wrap .premium-video-box-vimeo-byline {
|
2988 |
-
font-size: 1.2em !important;
|
2989 |
-
font-weight: 400;
|
2990 |
-
color: #fff;
|
2991 |
-
margin-top: 0.1em;
|
2992 |
-
padding: 0.2em 0.5em;
|
2993 |
-
background: rgba(23, 35, 34, 0.75);
|
2994 |
-
text-transform: none;
|
2995 |
-
line-height: normal;
|
2996 |
-
letter-spacing: normal; }
|
2997 |
-
|
2998 |
-
.premium-video-box-playlist-container {
|
2999 |
-
-js-display: flex;
|
3000 |
-
display: -webkit-box;
|
3001 |
-
display: -webkit-flex;
|
3002 |
-
display: -moz-box;
|
3003 |
-
display: -ms-flexbox;
|
3004 |
-
display: flex;
|
3005 |
-
-webkit-flex-wrap: wrap;
|
3006 |
-
-ms-flex-wrap: wrap;
|
3007 |
-
flex-wrap: wrap; }
|
3008 |
-
.premium-video-box-playlist-container .premium-video-box-container {
|
3009 |
-
height: 100%;
|
3010 |
-
overflow: hidden; }
|
3011 |
-
|
3012 |
-
.premium-video-box-container:hover .premium-video-box-image-container.zoomin {
|
3013 |
-
-webkit-transform: scale(1.1);
|
3014 |
-
-ms-transform: scale(1.1);
|
3015 |
-
transform: scale(1.1); }
|
3016 |
-
|
3017 |
-
.premium-video-box-container:hover .premium-video-box-image-container.zoomout {
|
3018 |
-
-webkit-transform: scale(1);
|
3019 |
-
-ms-transform: scale(1);
|
3020 |
-
transform: scale(1); }
|
3021 |
-
|
3022 |
-
.premium-video-box-container:hover .premium-video-box-image-container.scale {
|
3023 |
-
-webkit-transform: scale(1.3) rotate(5deg);
|
3024 |
-
-ms-transform: scale(1.3) rotate(5deg);
|
3025 |
-
transform: scale(1.3) rotate(5deg); }
|
3026 |
-
|
3027 |
-
.premium-video-box-container:hover .premium-video-box-image-container.gray {
|
3028 |
-
-webkit-filter: grayscale(0%);
|
3029 |
-
filter: grayscale(0%); }
|
3030 |
-
|
3031 |
-
.premium-video-box-container:hover .premium-video-box-image-container.blur {
|
3032 |
-
-webkit-filter: blur(3px);
|
3033 |
-
filter: blur(3px); }
|
3034 |
-
|
3035 |
-
.premium-video-box-container:hover .premium-video-box-image-container.sepia {
|
3036 |
-
-webkit-filter: sepia(0%);
|
3037 |
-
filter: sepia(0%); }
|
3038 |
-
|
3039 |
-
.premium-video-box-container:hover .premium-video-box-image-container.trans {
|
3040 |
-
-webkit-transform: translateX(0px) scale(1.1);
|
3041 |
-
-ms-transform: translateX(0px) scale(1.1);
|
3042 |
-
transform: translateX(0px) scale(1.1); }
|
3043 |
-
|
3044 |
-
.premium-video-box-container:hover .premium-video-box-image-container.bright {
|
3045 |
-
-webkit-filter: brightness(1.2);
|
3046 |
-
filter: brightness(1.2); }
|
3047 |
-
|
3048 |
-
.premium-video-box-image-container.gray {
|
3049 |
-
-webkit-filter: grayscale(100%);
|
3050 |
-
filter: grayscale(100%); }
|
3051 |
-
|
3052 |
-
.premium-video-box-image-container.zoomout, .premium-video-box-image-container.scale {
|
3053 |
-
-webkit-transform: scale(1.2);
|
3054 |
-
-ms-transform: scale(1.2);
|
3055 |
-
transform: scale(1.2); }
|
3056 |
-
|
3057 |
-
.premium-video-box-image-container.sepia {
|
3058 |
-
-webkit-filter: sepia(30%);
|
3059 |
-
filter: sepia(30%); }
|
3060 |
-
|
3061 |
-
.premium-video-box-image-container.bright {
|
3062 |
-
-webkit-filter: brightness(1);
|
3063 |
-
filter: brightness(1); }
|
3064 |
-
|
3065 |
-
.premium-video-box-image-container.trans {
|
3066 |
-
-webkit-transform: translateX(-15px) scale(1.1);
|
3067 |
-
-ms-transform: translateX(-15px) scale(1.1);
|
3068 |
-
transform: translateX(-15px) scale(1.1); }
|
3069 |
-
|
3070 |
-
.premium-video-box-mask-media {
|
3071 |
-
-webkit-mask-repeat: no-repeat;
|
3072 |
-
mask-repeat: no-repeat; }
|
3073 |
-
|
3074 |
-
/* Sticky Video Option */
|
3075 |
-
.premium-video-box-container.premium-video-box-sticky-apply {
|
3076 |
-
z-index: 99;
|
3077 |
-
overflow: unset; }
|
3078 |
-
.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
|
3079 |
-
position: fixed !important;
|
3080 |
-
z-index: 99999;
|
3081 |
-
height: 225px;
|
3082 |
-
width: 400px;
|
3083 |
-
background: #fff; }
|
3084 |
-
.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-vimeo-wrap,
|
3085 |
-
.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-container:before {
|
3086 |
-
visibility: hidden; }
|
3087 |
-
.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
|
3088 |
-
-webkit-box-shadow: unset;
|
3089 |
-
box-shadow: unset; }
|
3090 |
-
|
3091 |
-
.premium-video-box-sticky-close,
|
3092 |
-
.premium-video-box-sticky-infobar {
|
3093 |
-
display: none; }
|
3094 |
-
|
3095 |
-
.premium-video-box-sticky-apply .premium-video-box-sticky-close {
|
3096 |
-
position: absolute;
|
3097 |
-
padding: 5px;
|
3098 |
-
cursor: pointer;
|
3099 |
-
z-index: 99999;
|
3100 |
-
height: 14px;
|
3101 |
-
width: 14px;
|
3102 |
-
-webkit-box-sizing: content-box;
|
3103 |
-
-moz-box-sizing: content-box;
|
3104 |
-
box-sizing: content-box;
|
3105 |
-
-webkit-border-radius: 100%;
|
3106 |
-
border-radius: 100%;
|
3107 |
-
-js-display: flex;
|
3108 |
-
display: -webkit-box;
|
3109 |
-
display: -webkit-flex;
|
3110 |
-
display: -moz-box;
|
3111 |
-
display: -ms-flexbox;
|
3112 |
-
display: flex;
|
3113 |
-
-webkit-box-pack: center;
|
3114 |
-
-webkit-justify-content: center;
|
3115 |
-
-moz-box-pack: center;
|
3116 |
-
-ms-flex-pack: center;
|
3117 |
-
justify-content: center;
|
3118 |
-
-webkit-box-align: center;
|
3119 |
-
-webkit-align-items: center;
|
3120 |
-
-moz-box-align: center;
|
3121 |
-
-ms-flex-align: center;
|
3122 |
-
align-items: center; }
|
3123 |
-
|
3124 |
-
.premium-video-box-sticky-apply .premium-video-box-play-icon-container {
|
3125 |
-
-js-display: flex;
|
3126 |
-
display: -webkit-box;
|
3127 |
-
display: -webkit-flex;
|
3128 |
-
display: -moz-box;
|
3129 |
-
display: -ms-flexbox;
|
3130 |
-
display: flex; }
|
3131 |
-
|
3132 |
-
.premium-video-box-sticky-apply .premium-video-box-play-icon {
|
3133 |
-
-webkit-transition: none;
|
3134 |
-
transition: none; }
|
3135 |
-
|
3136 |
-
.premium-video-box-sticky-apply .premium-video-box-sticky-infobar {
|
3137 |
-
display: block;
|
3138 |
-
position: relative;
|
3139 |
-
top: 100%;
|
3140 |
-
width: 100%;
|
3141 |
-
padding: 5px;
|
3142 |
-
text-align: center;
|
3143 |
-
z-index: 9999;
|
3144 |
-
margin-top: -1px; }
|
3145 |
-
|
3146 |
-
.premium-video-box-sticky-apply .premium-video-box-inner-wrap.ui-draggable {
|
3147 |
-
cursor: move; }
|
3148 |
-
|
3149 |
-
.premium-video-sticky-top-left
|
3150 |
-
.premium-video-box-container.premium-video-box-sticky-apply
|
3151 |
-
.premium-video-box-inner-wrap {
|
3152 |
-
right: auto;
|
3153 |
-
left: 20px;
|
3154 |
-
top: 20px; }
|
3155 |
-
|
3156 |
-
.premium-video-sticky-bottom-left
|
3157 |
-
.premium-video-box-container.premium-video-box-sticky-apply
|
3158 |
-
.premium-video-box-inner-wrap {
|
3159 |
-
right: auto;
|
3160 |
-
left: 20px;
|
3161 |
-
bottom: 20px; }
|
3162 |
-
|
3163 |
-
.premium-video-sticky-top-right
|
3164 |
-
.premium-video-box-container.premium-video-box-sticky-apply
|
3165 |
-
.premium-video-box-inner-wrap {
|
3166 |
-
left: auto;
|
3167 |
-
right: 20px;
|
3168 |
-
top: 20px; }
|
3169 |
-
|
3170 |
-
.premium-video-sticky-bottom-right
|
3171 |
-
.premium-video-box-container.premium-video-box-sticky-apply
|
3172 |
-
.premium-video-box-inner-wrap {
|
3173 |
-
left: auto;
|
3174 |
-
right: 20px;
|
3175 |
-
bottom: 20px; }
|
3176 |
-
|
3177 |
-
.premium-video-sticky-center-left
|
3178 |
-
.premium-video-box-container.premium-video-box-sticky-apply
|
3179 |
-
.premium-video-box-inner-wrap {
|
3180 |
-
right: auto;
|
3181 |
-
left: 20px;
|
3182 |
-
top: 50%;
|
3183 |
-
-webkit-transform: translateY(-50%);
|
3184 |
-
-ms-transform: translateY(-50%);
|
3185 |
-
transform: translateY(-50%); }
|
3186 |
-
|
3187 |
-
.premium-video-sticky-center-right
|
3188 |
-
.premium-video-box-container.premium-video-box-sticky-apply
|
3189 |
-
.premium-video-box-inner-wrap {
|
3190 |
-
left: auto;
|
3191 |
-
right: 20px;
|
3192 |
-
top: 50%;
|
3193 |
-
-webkit-transform: translateY(-50%);
|
3194 |
-
-ms-transform: translateY(-50%);
|
3195 |
-
transform: translateY(-50%); }
|
3196 |
-
|
3197 |
-
.premium-video-sticky-bottom-right
|
3198 |
-
.premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply
|
3199 |
-
.premium-video-box-inner-wrap,
|
3200 |
-
.premium-video-sticky-bottom-left
|
3201 |
-
.premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply
|
3202 |
-
.premium-video-box-inner-wrap {
|
3203 |
-
bottom: 55px; }
|
3204 |
-
|
3205 |
-
.premium-video-sticky-top-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,
|
3206 |
-
.premium-video-sticky-bottom-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,
|
3207 |
-
.premium-video-sticky-center-left .premium-video-box-sticky-apply .premium-video-box-sticky-close {
|
3208 |
-
top: -10px;
|
3209 |
-
right: -10px; }
|
3210 |
-
|
3211 |
-
.premium-video-sticky-top-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,
|
3212 |
-
.premium-video-sticky-bottom-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,
|
3213 |
-
.premium-video-sticky-center-right .premium-video-box-sticky-apply .premium-video-box-sticky-close {
|
3214 |
-
top: -10px;
|
3215 |
-
left: -10px; }
|
3216 |
-
|
3217 |
-
.premium-video-box-filter-sticky {
|
3218 |
-
-webkit-filter: none !important;
|
3219 |
-
filter: none !important; }
|
3220 |
-
|
3221 |
-
/**************** Premium Blog *****************/
|
3222 |
-
/***********************************************/
|
3223 |
-
.premium-blog-thumb-effect-wrapper {
|
3224 |
-
position: relative;
|
3225 |
-
overflow: hidden; }
|
3226 |
-
|
3227 |
-
.premium-blog-effect-container:not(.premium-blog-bordered-effect) .premium-blog-post-link {
|
3228 |
-
position: absolute;
|
3229 |
-
top: 0;
|
3230 |
-
left: 0;
|
3231 |
-
width: 100%;
|
3232 |
-
height: 100%;
|
3233 |
-
z-index: 2;
|
3234 |
-
padding: 20px; }
|
3235 |
-
|
3236 |
-
.premium-blog-bordered-effect .premium-blog-post-link {
|
3237 |
-
display: block;
|
3238 |
-
height: 100%;
|
3239 |
-
position: relative; }
|
3240 |
-
|
3241 |
-
/*Thumbnail Img*/
|
3242 |
-
.premium-blog-thumbnail-container {
|
3243 |
-
overflow: hidden; }
|
3244 |
-
.premium-blog-thumbnail-container img,
|
3245 |
-
.premium-blog-thumbnail-container .below-entry-meta {
|
3246 |
-
width: 100%;
|
3247 |
-
height: 100%;
|
3248 |
-
margin: 0 !important;
|
3249 |
-
-webkit-transition: all 0.4s ease-in-out;
|
3250 |
-
transition: all 0.4s ease-in-out; }
|
3251 |
-
|
3252 |
-
.premium-blog-thumb-effect-wrapper .premium-blog-zoomout-effect img,
|
3253 |
-
.premium-blog-thumb-effect-wrapper .premium-blog-scale-effect img {
|
3254 |
-
-webkit-transform: scale(1.2);
|
3255 |
-
-ms-transform: scale(1.2);
|
3256 |
-
transform: scale(1.2); }
|
3257 |
-
|
3258 |
-
.premium-blog-thumb-effect-wrapper .premium-blog-sepia-effect img {
|
3259 |
-
-webkit-filter: sepia(30%);
|
3260 |
-
filter: sepia(30%); }
|
3261 |
-
|
3262 |
-
.premium-blog-thumb-effect-wrapper .premium-blog-bright-effect img {
|
3263 |
-
-webkit-filter: brightness(1);
|
3264 |
-
filter: brightness(1); }
|
3265 |
-
|
3266 |
-
.premium-blog-thumb-effect-wrapper .premium-blog-trans-effect img {
|
3267 |
-
-webkit-transform: translateX(-15px) scale(1.1);
|
3268 |
-
-ms-transform: translateX(-15px) scale(1.1);
|
3269 |
-
transform: translateX(-15px) scale(1.1); }
|
3270 |
-
|
3271 |
-
.premium-blog-post-outer-container:hover .premium-blog-zoomin-effect img {
|
3272 |
-
-webkit-transform: scale(1.2);
|
3273 |
-
-ms-transform: scale(1.2);
|
3274 |
-
transform: scale(1.2); }
|
3275 |
-
|
3276 |
-
.premium-blog-post-outer-container:hover .premium-blog-zoomout-effect img {
|
3277 |
-
-webkit-transform: scale(1.1);
|
3278 |
-
-ms-transform: scale(1.1);
|
3279 |
-
transform: scale(1.1); }
|
3280 |
-
|
3281 |
-
.premium-blog-post-outer-container:hover .premium-blog-scale-effect img {
|
3282 |
-
-webkit-transform: scale(1.3) rotate(5deg);
|
3283 |
-
-ms-transform: scale(1.3) rotate(5deg);
|
3284 |
-
transform: scale(1.3) rotate(5deg); }
|
3285 |
-
|
3286 |
-
.premium-blog-post-outer-container:hover .premium-blog-gray-effect img {
|
3287 |
-
-webkit-filter: grayscale(100%);
|
3288 |
-
filter: grayscale(100%); }
|
3289 |
-
|
3290 |
-
.premium-blog-post-outer-container:hover .premium-blog-blur-effect img {
|
3291 |
-
-webkit-filter: blur(3px);
|
3292 |
-
filter: blur(3px); }
|
3293 |
-
|
3294 |
-
.premium-blog-post-outer-container:hover .premium-blog-sepia-effect img {
|
3295 |
-
-webkit-filter: sepia(0%);
|
3296 |
-
filter: sepia(0%); }
|
3297 |
-
|
3298 |
-
.premium-blog-post-outer-container:hover .premium-blog-bright-effect img {
|
3299 |
-
-webkit-filter: brightness(1.2);
|
3300 |
-
filter: brightness(1.2); }
|
3301 |
-
|
3302 |
-
.premium-blog-post-outer-container:hover .premium-blog-trans-effect img {
|
3303 |
-
-webkit-transform: translateX(0px) scale(1.1);
|
3304 |
-
-ms-transform: translateX(0px) scale(1.1);
|
3305 |
-
transform: translateX(0px) scale(1.1); }
|
3306 |
-
|
3307 |
-
.premium-blog-post-container {
|
3308 |
-
overflow: hidden; }
|
3309 |
-
.premium-blog-post-container .premium-blog-inner-container {
|
3310 |
-
-js-display: flex;
|
3311 |
-
display: -webkit-box;
|
3312 |
-
display: -webkit-flex;
|
3313 |
-
display: -moz-box;
|
3314 |
-
display: -ms-flexbox;
|
3315 |
-
display: flex; }
|
3316 |
-
.premium-blog-post-container .premium-blog-entry-container {
|
3317 |
-
margin: 0 !important; }
|
3318 |
-
.premium-blog-post-container .premium-blog-post-content {
|
3319 |
-
line-height: 1.5em;
|
3320 |
-
color: #777;
|
3321 |
-
font-size: 14px;
|
3322 |
-
margin-bottom: 10px; }
|
3323 |
-
.premium-blog-post-container ul.post-categories a:hover, .premium-blog-post-container ul.post-categories a:focus,
|
3324 |
-
.premium-blog-post-container .premium-blog-post-link:hover,
|
3325 |
-
.premium-blog-post-container .premium-blog-post-link:focus {
|
3326 |
-
-webkit-box-shadow: none !important;
|
3327 |
-
box-shadow: none !important;
|
3328 |
-
outline: none !important; }
|
3329 |
-
.premium-blog-post-container .premium-blog-entry-title {
|
3330 |
-
font-size: 18px;
|
3331 |
-
margin-bottom: 5px; }
|
3332 |
-
.premium-blog-post-container.premium-blog-skin-modern .premium-blog-content-wrapper {
|
3333 |
-
position: relative;
|
3334 |
-
z-index: 3;
|
3335 |
-
top: -50px; }
|
3336 |
-
.premium-blog-post-container .premium-blog-content-wrapper {
|
3337 |
-
background-color: #f5f5f5;
|
3338 |
-
padding: 30px; }
|
3339 |
-
.premium-blog-post-container .premium-blog-content-wrapper.empty-thumb {
|
3340 |
-
top: 0; }
|
3341 |
-
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before, .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:after {
|
3342 |
-
position: absolute;
|
3343 |
-
content: "";
|
3344 |
-
z-index: 1;
|
3345 |
-
top: 50%;
|
3346 |
-
left: 50%;
|
3347 |
-
opacity: 0;
|
3348 |
-
-webkit-transform: translate(-50%, -50%);
|
3349 |
-
-ms-transform: translate(-50%, -50%);
|
3350 |
-
transform: translate(-50%, -50%);
|
3351 |
-
-webkit-transition: all 0.4s linear 0s;
|
3352 |
-
transition: all 0.4s linear 0s;
|
3353 |
-
height: 1px;
|
3354 |
-
width: 100%;
|
3355 |
-
background-color: #fff; }
|
3356 |
-
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before {
|
3357 |
-
width: 1px;
|
3358 |
-
height: 100%; }
|
3359 |
-
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-container:after {
|
3360 |
-
width: 20px;
|
3361 |
-
opacity: 1; }
|
3362 |
-
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-container:before {
|
3363 |
-
height: 20px;
|
3364 |
-
opacity: 1; }
|
3365 |
-
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-content-wrapper {
|
3366 |
-
margin: 0px 10px 20px;
|
3367 |
-
clear: both; }
|
3368 |
-
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay, .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay, .premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay {
|
3369 |
-
position: absolute;
|
3370 |
-
top: 0;
|
3371 |
-
left: 0;
|
3372 |
-
width: 100%;
|
3373 |
-
height: 100%;
|
3374 |
-
-webkit-transition: all 0.3s ease-in-out;
|
3375 |
-
transition: all 0.3s ease-in-out;
|
3376 |
-
opacity: 0; }
|
3377 |
-
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay a, .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay a, .premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay a {
|
3378 |
-
-js-display: flex;
|
3379 |
-
display: -webkit-box;
|
3380 |
-
display: -webkit-flex;
|
3381 |
-
display: -moz-box;
|
3382 |
-
display: -ms-flexbox;
|
3383 |
-
display: flex;
|
3384 |
-
-webkit-box-pack: center;
|
3385 |
-
-webkit-justify-content: center;
|
3386 |
-
-moz-box-pack: center;
|
3387 |
-
-ms-flex-pack: center;
|
3388 |
-
justify-content: center;
|
3389 |
-
-webkit-box-align: center;
|
3390 |
-
-webkit-align-items: center;
|
3391 |
-
-moz-box-align: center;
|
3392 |
-
-ms-flex-align: center;
|
3393 |
-
align-items: center;
|
3394 |
-
width: 100%;
|
3395 |
-
height: 100%; }
|
3396 |
-
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay span,
|
3397 |
-
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay i, .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay span,
|
3398 |
-
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay i, .premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay span,
|
3399 |
-
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay i {
|
3400 |
-
-webkit-transition: all 0.3s ease-in-out;
|
3401 |
-
transition: all 0.3s ease-in-out; }
|
3402 |
-
.premium-blog-post-container.premium-blog-skin-side {
|
3403 |
-
-js-display: flex;
|
3404 |
-
display: -webkit-box;
|
3405 |
-
display: -webkit-flex;
|
3406 |
-
display: -moz-box;
|
3407 |
-
display: -ms-flexbox;
|
3408 |
-
display: flex; }
|
3409 |
-
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-container {
|
3410 |
-
height: 100%; }
|
3411 |
-
.premium-blog-post-container.premium-blog-skin-side .premium-blog-content-wrapper {
|
3412 |
-
-webkit-box-flex: 1;
|
3413 |
-
-webkit-flex: 1;
|
3414 |
-
-moz-box-flex: 1;
|
3415 |
-
-ms-flex: 1;
|
3416 |
-
flex: 1; }
|
3417 |
-
.premium-blog-post-container.premium-blog-skin-banner {
|
3418 |
-
position: relative; }
|
3419 |
-
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper {
|
3420 |
-
position: absolute;
|
3421 |
-
width: 100%;
|
3422 |
-
bottom: 0;
|
3423 |
-
-js-display: flex;
|
3424 |
-
display: -webkit-box;
|
3425 |
-
display: -webkit-flex;
|
3426 |
-
display: -moz-box;
|
3427 |
-
display: -ms-flexbox;
|
3428 |
-
display: flex;
|
3429 |
-
-webkit-box-orient: vertical;
|
3430 |
-
-webkit-box-direction: normal;
|
3431 |
-
-webkit-flex-direction: column;
|
3432 |
-
-moz-box-orient: vertical;
|
3433 |
-
-moz-box-direction: normal;
|
3434 |
-
-ms-flex-direction: column;
|
3435 |
-
flex-direction: column;
|
3436 |
-
background-color: transparent;
|
3437 |
-
z-index: 3; }
|
3438 |
-
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper-inner {
|
3439 |
-
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
3440 |
-
transition: -webkit-transform 0.3s ease-in-out;
|
3441 |
-
transition: transform 0.3s ease-in-out;
|
3442 |
-
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
|
3443 |
-
.premium-blog-post-container.premium-blog-skin-banner:hover .premium-blog-content-wrapper-inner {
|
3444 |
-
-webkit-transform: translateY(-5px);
|
3445 |
-
-ms-transform: translateY(-5px);
|
3446 |
-
transform: translateY(-5px); }
|
3447 |
-
.premium-blog-post-container .premium-blog-cats-container ul.post-categories {
|
3448 |
-
margin: 0;
|
3449 |
-
padding: 0;
|
3450 |
-
list-style: none;
|
3451 |
-
-js-display: flex;
|
3452 |
-
display: -webkit-box;
|
3453 |
-
display: -webkit-flex;
|
3454 |
-
display: -moz-box;
|
3455 |
-
display: -ms-flexbox;
|
3456 |
-
display: flex; }
|
3457 |
-
.premium-blog-post-container .premium-blog-cats-container a {
|
3458 |
-
display: block;
|
3459 |
-
font-size: 12px;
|
3460 |
-
color: #fff;
|
3461 |
-
background-color: #777;
|
3462 |
-
margin: 0 3px 10px 0;
|
3463 |
-
padding: 5px;
|
3464 |
-
-webkit-transition: all 0.3s ease-in-out;
|
3465 |
-
transition: all 0.3s ease-in-out; }
|
3466 |
-
|
3467 |
/*
|
3468 |
* Diagonal Effect
|
3469 |
-
*/
|
3470 |
-
.premium-blog-diagonal-container {
|
3471 |
-
position: absolute;
|
3472 |
-
top: 0;
|
3473 |
-
left: 0;
|
3474 |
-
width: 100%;
|
3475 |
-
height: 100%; }
|
3476 |
-
|
3477 |
-
.premium-blog-diagonal-effect:before {
|
3478 |
-
position: absolute;
|
3479 |
-
top: 0px;
|
3480 |
-
left: 0px;
|
3481 |
-
width: 100%;
|
3482 |
-
height: 100%;
|
3483 |
-
content: " ";
|
3484 |
-
z-index: 1;
|
3485 |
-
background: rgba(255, 255, 255, 0.2);
|
3486 |
-
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
|
3487 |
-
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
|
3488 |
-
-webkit-transition: all 0.3s linear 0s;
|
3489 |
-
transition: all 0.3s linear 0s; }
|
3490 |
-
|
3491 |
-
.premium-blog-thumb-effect-wrapper:hover .premium-blog-diagonal-effect:before {
|
3492 |
-
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
|
3493 |
-
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0); }
|
3494 |
-
|
3495 |
/*
|
3496 |
* Framed Effect
|
3497 |
-
*/
|
3498 |
-
.premium-blog-framed-effect {
|
3499 |
-
position: absolute;
|
3500 |
-
width: -webkit-calc(100% - 30px);
|
3501 |
-
width: calc(100% - 30px);
|
3502 |
-
height: -webkit-calc(100% - 30px);
|
3503 |
-
height: calc(100% - 30px);
|
3504 |
-
top: 15px;
|
3505 |
-
left: 15px;
|
3506 |
-
opacity: 0;
|
3507 |
-
-webkit-transform: scale(0.3);
|
3508 |
-
-ms-transform: scale(0.3);
|
3509 |
-
transform: scale(0.3);
|
3510 |
-
-webkit-transition: all 0.3s linear 0s;
|
3511 |
-
transition: all 0.3s linear 0s; }
|
3512 |
-
|
3513 |
-
.premium-blog-thumb-effect-wrapper:hover .premium-blog-framed-effect {
|
3514 |
-
opacity: 0.99;
|
3515 |
-
-webkit-transform: scale(1);
|
3516 |
-
-ms-transform: scale(1);
|
3517 |
-
transform: scale(1); }
|
3518 |
-
|
3519 |
/*
|
3520 |
* Bordered Effect
|
3521 |
-
*/
|
3522 |
-
.premium-blog-bordered-effect {
|
3523 |
-
position: absolute;
|
3524 |
-
top: 0;
|
3525 |
-
left: 0;
|
3526 |
-
width: 100%;
|
3527 |
-
height: 100%;
|
3528 |
-
opacity: 0;
|
3529 |
-
padding: 15px;
|
3530 |
-
-webkit-transition: all 0.3s linear 0s;
|
3531 |
-
transition: all 0.3s linear 0s; }
|
3532 |
-
.premium-blog-bordered-effect .premium-blog-post-link:before, .premium-blog-bordered-effect .premium-blog-post-link:after {
|
3533 |
-
content: "";
|
3534 |
-
display: block;
|
3535 |
-
position: absolute;
|
3536 |
-
top: 0;
|
3537 |
-
left: 0;
|
3538 |
-
width: 100%;
|
3539 |
-
height: 100%;
|
3540 |
-
-webkit-transition: all 0.5s linear 0s;
|
3541 |
-
transition: all 0.5s linear 0s;
|
3542 |
-
-webkit-transition-delay: 0s;
|
3543 |
-
transition-delay: 0s;
|
3544 |
-
border-color: rgba(255, 255, 255, 0.45); }
|
3545 |
-
.premium-blog-bordered-effect .premium-blog-post-link:before {
|
3546 |
-
border-right: 2px solid;
|
3547 |
-
border-left: 2px solid;
|
3548 |
-
-webkit-transform: scale(1, 0);
|
3549 |
-
-ms-transform: scale(1, 0);
|
3550 |
-
transform: scale(1, 0);
|
3551 |
-
-webkit-transform-origin: 100% 0;
|
3552 |
-
-ms-transform-origin: 100% 0;
|
3553 |
-
transform-origin: 100% 0; }
|
3554 |
-
.premium-blog-bordered-effect .premium-blog-post-link:after {
|
3555 |
-
border-top: 2px solid;
|
3556 |
-
border-bottom: 2px solid;
|
3557 |
-
-webkit-transform: scale(0, 1);
|
3558 |
-
-ms-transform: scale(0, 1);
|
3559 |
-
transform: scale(0, 1);
|
3560 |
-
-webkit-transform-origin: 0 0;
|
3561 |
-
-ms-transform-origin: 0 0;
|
3562 |
-
transform-origin: 0 0; }
|
3563 |
-
|
3564 |
-
.premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect {
|
3565 |
-
opacity: 0.99; }
|
3566 |
-
.premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect .premium-blog-post-link:before, .premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect .premium-blog-post-link:after {
|
3567 |
-
-webkit-transition-delay: 0.15s;
|
3568 |
-
transition-delay: 0.15s;
|
3569 |
-
opacity: 1;
|
3570 |
-
-webkit-transform: scale(1);
|
3571 |
-
-ms-transform: scale(1);
|
3572 |
-
transform: scale(1); }
|
3573 |
-
|
3574 |
/*
|
3575 |
* Squares Effect
|
3576 |
-
*/
|
3577 |
-
.premium-blog-squares-effect,
|
3578 |
-
.premium-blog-squares-square-container {
|
3579 |
-
position: absolute;
|
3580 |
-
top: 0;
|
3581 |
-
left: 0;
|
3582 |
-
width: 100%;
|
3583 |
-
height: 100%; }
|
3584 |
-
|
3585 |
-
.premium-blog-squares-effect:before, .premium-blog-squares-effect:after {
|
3586 |
-
position: absolute;
|
3587 |
-
content: "";
|
3588 |
-
top: 0;
|
3589 |
-
left: 0;
|
3590 |
-
width: 50%;
|
3591 |
-
height: 50%;
|
3592 |
-
-webkit-transform: translate(-100%, -100%);
|
3593 |
-
-ms-transform: translate(-100%, -100%);
|
3594 |
-
transform: translate(-100%, -100%);
|
3595 |
-
opacity: 0.7;
|
3596 |
-
-webkit-transition: all 0.3s linear 0s;
|
3597 |
-
transition: all 0.3s linear 0s; }
|
3598 |
-
|
3599 |
-
.premium-blog-squares-square-container:before, .premium-blog-squares-square-container:after {
|
3600 |
-
position: absolute;
|
3601 |
-
content: "";
|
3602 |
-
top: 0;
|
3603 |
-
left: 0;
|
3604 |
-
width: 50%;
|
3605 |
-
height: 50%;
|
3606 |
-
-webkit-transform: translate(-100%, -100%);
|
3607 |
-
-ms-transform: translate(-100%, -100%);
|
3608 |
-
transform: translate(-100%, -100%);
|
3609 |
-
opacity: 0.7;
|
3610 |
-
-webkit-transition: all 0.3s linear 0s;
|
3611 |
-
transition: all 0.3s linear 0s; }
|
3612 |
-
|
3613 |
-
.premium-blog-squares-square-container:before, .premium-blog-squares-square-container:after {
|
3614 |
-
opacity: 0.8; }
|
3615 |
-
|
3616 |
-
.premium-blog-squares-effect:after {
|
3617 |
-
-webkit-transform: translate(200%, 200%);
|
3618 |
-
-ms-transform: translate(200%, 200%);
|
3619 |
-
transform: translate(200%, 200%); }
|
3620 |
-
|
3621 |
-
.premium-blog-squares-square-container:before {
|
3622 |
-
-webkit-transform: translate(-100%, 200%);
|
3623 |
-
-ms-transform: translate(-100%, 200%);
|
3624 |
-
transform: translate(-100%, 200%); }
|
3625 |
-
|
3626 |
-
.premium-blog-squares-square-container:after {
|
3627 |
-
-webkit-transform: translate(200%, -100%);
|
3628 |
-
-ms-transform: translate(200%, -100%);
|
3629 |
-
transform: translate(200%, -100%); }
|
3630 |
-
|
3631 |
-
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-effect:before {
|
3632 |
-
-webkit-transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
|
3633 |
-
-ms-transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
|
3634 |
-
transform: translate(0, 0%) scaleY(1.003) scaleX(1.003); }
|
3635 |
-
|
3636 |
-
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-effect:after {
|
3637 |
-
-webkit-transform: translate(100%, 100%) scaleY(1.003) scaleX(1.003);
|
3638 |
-
-ms-transform: translate(100%, 100%) scaleY(1.003) scaleX(1.003);
|
3639 |
-
transform: translate(100%, 100%) scaleY(1.003) scaleX(1.003); }
|
3640 |
-
|
3641 |
-
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-square-container:before {
|
3642 |
-
-webkit-transform: translate(0, 100%);
|
3643 |
-
-ms-transform: translate(0, 100%);
|
3644 |
-
transform: translate(0, 100%); }
|
3645 |
-
|
3646 |
-
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-square-container:after {
|
3647 |
-
-webkit-transform: translate(100%, 0%);
|
3648 |
-
-ms-transform: translate(100%, 0%);
|
3649 |
-
transform: translate(100%, 0%); }
|
3650 |
-
|
3651 |
-
.premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay {
|
3652 |
-
opacity: 1; }
|
3653 |
-
.premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay a {
|
3654 |
-
opacity: 1;
|
3655 |
-
-webkit-transform: scale(1);
|
3656 |
-
-ms-transform: scale(1);
|
3657 |
-
transform: scale(1); }
|
3658 |
-
|
3659 |
-
.premium-blog-clear-fix {
|
3660 |
-
clear: both; }
|
3661 |
-
|
3662 |
-
.premium-blog-masked .premium-blog-thumbnail-container {
|
3663 |
-
position: relative;
|
3664 |
-
overflow: visible; }
|
3665 |
-
.premium-blog-masked .premium-blog-thumbnail-container svg {
|
3666 |
-
position: absolute;
|
3667 |
-
height: 100px;
|
3668 |
-
width: 100%;
|
3669 |
-
bottom: -5px;
|
3670 |
-
left: 0;
|
3671 |
-
fill: #f5f5f5;
|
3672 |
-
z-index: 99; }
|
3673 |
-
.premium-blog-masked .premium-blog-thumbnail-container svg.premium-blog-shape-divider-svg {
|
3674 |
-
-webkit-transform: rotate(180deg);
|
3675 |
-
-ms-transform: rotate(180deg);
|
3676 |
-
transform: rotate(180deg); }
|
3677 |
-
|
3678 |
-
.premium-blog-masked .premium-blog-author-thumbnail,
|
3679 |
-
.premium-blog-masked .premium-blog-skin-banner .premium-blog-content-wrapper {
|
3680 |
-
z-index: 999 !important; }
|
3681 |
-
|
3682 |
-
.premium-blog-format-link {
|
3683 |
-
padding: 5px;
|
3684 |
-
line-height: 0; }
|
3685 |
-
|
3686 |
-
.premium-blog-entry-meta {
|
3687 |
-
line-height: 1.3em;
|
3688 |
-
font-size: 12px;
|
3689 |
-
margin-bottom: 13px;
|
3690 |
-
color: #adadad; }
|
3691 |
-
.premium-blog-entry-meta i {
|
3692 |
-
margin-right: 3px;
|
3693 |
-
-webkit-transition: all 0.3s ease-in-out;
|
3694 |
-
transition: all 0.3s ease-in-out; }
|
3695 |
-
|
3696 |
-
.premium-blog-meta-data {
|
3697 |
-
display: inline-block; }
|
3698 |
-
.premium-blog-meta-data .premium-blog-meta-separator {
|
3699 |
-
margin: 0 5px; }
|
3700 |
-
.premium-blog-meta-data a,
|
3701 |
-
.premium-blog-meta-data span {
|
3702 |
-
color: inherit;
|
3703 |
-
-webkit-transition: all 0.3s ease-in-out;
|
3704 |
-
transition: all 0.3s ease-in-out; }
|
3705 |
-
|
3706 |
-
.premium-blog-author-thumbnail {
|
3707 |
-
position: relative;
|
3708 |
-
padding: 0 30px;
|
3709 |
-
width: 100%;
|
3710 |
-
top: -10px;
|
3711 |
-
height: 0;
|
3712 |
-
pointer-events: none; }
|
3713 |
-
.premium-blog-author-thumbnail img {
|
3714 |
-
-webkit-border-radius: 50%;
|
3715 |
-
border-radius: 50%;
|
3716 |
-
width: 60px;
|
3717 |
-
pointer-events: all;
|
3718 |
-
-webkit-transform: translateY(-50%);
|
3719 |
-
-ms-transform: translateY(-50%);
|
3720 |
-
transform: translateY(-50%); }
|
3721 |
-
|
3722 |
-
.premium-blog-entry-title a,
|
3723 |
-
.premium-blog-post-tags-container a,
|
3724 |
-
.premium-blog-post-content .premium-blog-excerpt-link {
|
3725 |
-
-webkit-transition: all 0.3s ease-in-out;
|
3726 |
-
transition: all 0.3s ease-in-out; }
|
3727 |
-
|
3728 |
-
.premium-blog-excerpt-link-wrap a.premium-blog-excerpt-link {
|
3729 |
-
background-color: transparent;
|
3730 |
-
color: #54595f;
|
3731 |
-
padding: 0; }
|
3732 |
-
|
3733 |
-
.premium-blog-cta-full-yes .premium-blog-excerpt-link {
|
3734 |
-
width: 100%; }
|
3735 |
-
|
3736 |
-
.premium-blog-post-tags-container {
|
3737 |
-
margin-top: 8px;
|
3738 |
-
-js-display: flex;
|
3739 |
-
display: -webkit-box;
|
3740 |
-
display: -webkit-flex;
|
3741 |
-
display: -moz-box;
|
3742 |
-
display: -ms-flexbox;
|
3743 |
-
display: flex;
|
3744 |
-
-webkit-box-align: center;
|
3745 |
-
-webkit-align-items: center;
|
3746 |
-
-moz-box-align: center;
|
3747 |
-
-ms-flex-align: center;
|
3748 |
-
align-items: center;
|
3749 |
-
-webkit-flex-wrap: wrap;
|
3750 |
-
-ms-flex-wrap: wrap;
|
3751 |
-
flex-wrap: wrap; }
|
3752 |
-
.premium-blog-post-tags-container a {
|
3753 |
-
color: inherit;
|
3754 |
-
margin-left: 5px; }
|
3755 |
-
|
3756 |
-
/*Tags align*/
|
3757 |
-
.premium-blog-align-left .post-categories,
|
3758 |
-
.premium-blog-align-left .premium-blog-inner-container,
|
3759 |
-
.premium-blog-align-left .premium-blog-post-tags-container {
|
3760 |
-
-webkit-box-pack: start;
|
3761 |
-
-webkit-justify-content: flex-start;
|
3762 |
-
-moz-box-pack: start;
|
3763 |
-
-ms-flex-pack: start;
|
3764 |
-
justify-content: flex-start; }
|
3765 |
-
|
3766 |
-
.premium-blog-align-center .post-categories,
|
3767 |
-
.premium-blog-align-center .premium-blog-inner-container,
|
3768 |
-
.premium-blog-align-center .premium-blog-post-tags-container {
|
3769 |
-
-webkit-box-pack: center;
|
3770 |
-
-webkit-justify-content: center;
|
3771 |
-
-moz-box-pack: center;
|
3772 |
-
-ms-flex-pack: center;
|
3773 |
-
justify-content: center; }
|
3774 |
-
|
3775 |
-
.premium-blog-align-right .post-categories,
|
3776 |
-
.premium-blog-align-right .premium-blog-inner-container,
|
3777 |
-
.premium-blog-align-right .premium-blog-post-tags-container {
|
3778 |
-
-webkit-box-pack: end;
|
3779 |
-
-webkit-justify-content: flex-end;
|
3780 |
-
-moz-box-pack: end;
|
3781 |
-
-ms-flex-pack: end;
|
3782 |
-
justify-content: flex-end; }
|
3783 |
-
|
3784 |
-
/* Pagination */
|
3785 |
-
.premium-blog-pagination-container {
|
3786 |
-
text-align: right; }
|
3787 |
-
.premium-blog-pagination-container span {
|
3788 |
-
cursor: default; }
|
3789 |
-
.premium-blog-pagination-container .page-numbers {
|
3790 |
-
display: inline-block;
|
3791 |
-
color: #000;
|
3792 |
-
line-height: 1;
|
3793 |
-
font-size: 1em;
|
3794 |
-
font-weight: 400;
|
3795 |
-
text-decoration: none;
|
3796 |
-
padding: 0.75em;
|
3797 |
-
margin: 0 0.4em 0.4em 0;
|
3798 |
-
-webkit-transition: all 0.3s ease-in-out;
|
3799 |
-
transition: all 0.3s ease-in-out; }
|
3800 |
-
|
3801 |
-
.premium-blog-wrap .premium-loading-feed {
|
3802 |
-
display: block;
|
3803 |
-
position: absolute;
|
3804 |
-
width: 100%;
|
3805 |
-
height: 100%;
|
3806 |
-
top: 0px;
|
3807 |
-
left: 0px;
|
3808 |
-
bottom: 0px;
|
3809 |
-
right: 0px;
|
3810 |
-
background: rgba(255, 255, 255, 0.2);
|
3811 |
-
-js-display: flex;
|
3812 |
-
display: -webkit-box;
|
3813 |
-
display: -webkit-flex;
|
3814 |
-
display: -moz-box;
|
3815 |
-
display: -ms-flexbox;
|
3816 |
-
display: flex;
|
3817 |
-
-webkit-box-align: center;
|
3818 |
-
-webkit-align-items: center;
|
3819 |
-
-moz-box-align: center;
|
3820 |
-
-ms-flex-align: center;
|
3821 |
-
align-items: center;
|
3822 |
-
z-index: 99; }
|
3823 |
-
|
3824 |
-
.premium-blog-wrap {
|
3825 |
-
-js-display: flex;
|
3826 |
-
display: -webkit-box;
|
3827 |
-
display: -webkit-flex;
|
3828 |
-
display: -moz-box;
|
3829 |
-
display: -ms-flexbox;
|
3830 |
-
display: flex;
|
3831 |
-
-webkit-flex-wrap: wrap;
|
3832 |
-
-ms-flex-wrap: wrap;
|
3833 |
-
flex-wrap: wrap; }
|
3834 |
-
.premium-blog-wrap ul.slick-dots {
|
3835 |
-
width: 100%; }
|
3836 |
-
|
3837 |
/*
|
3838 |
* List Layout
|
3839 |
-
*/
|
3840 |
-
.premium-blog-list .premium-blog-post-outer-container {
|
3841 |
-
width: 100%; }
|
3842 |
-
|
3843 |
/**
|
3844 |
* Even Layout
|
3845 |
-
*/
|
3846 |
-
.premium-blog-even .premium-blog-post-container {
|
3847 |
-
height: 100%; }
|
3848 |
-
|
3849 |
-
.premium-blog-even .slick-track {
|
3850 |
-
-js-display: flex;
|
3851 |
-
display: -webkit-box;
|
3852 |
-
display: -webkit-flex;
|
3853 |
-
display: -moz-box;
|
3854 |
-
display: -ms-flexbox;
|
3855 |
-
display: flex; }
|
3856 |
-
|
3857 |
-
.premium-blog-even .slick-slide {
|
3858 |
-
height: inherit !important; }
|
3859 |
-
|
3860 |
/**
|
3861 |
* Responsive Style
|
3862 |
-
*/
|
3863 |
-
@media (max-width: 768px) {
|
3864 |
-
.premium-blog-content-wrapper {
|
3865 |
-
top: 0;
|
3866 |
-
margin: 0;
|
3867 |
-
padding: 15px; }
|
3868 |
-
.premium-blog-skin-side {
|
3869 |
-
-webkit-box-orient: vertical;
|
3870 |
-
-webkit-box-direction: normal;
|
3871 |
-
-webkit-flex-direction: column;
|
3872 |
-
-moz-box-orient: vertical;
|
3873 |
-
-moz-box-direction: normal;
|
3874 |
-
-ms-flex-direction: column;
|
3875 |
-
flex-direction: column; } }
|
3876 |
-
|
3877 |
-
/************ Premium Team Members ************/
|
3878 |
-
/**********************************************/
|
3879 |
-
.premium-person-container {
|
3880 |
-
position: relative; }
|
3881 |
-
|
3882 |
-
.premium-person-image-container {
|
3883 |
-
position: relative;
|
3884 |
-
text-align: center;
|
3885 |
-
overflow: hidden; }
|
3886 |
-
.premium-person-image-container .premium-person-image-wrap {
|
3887 |
-
overflow: hidden; }
|
3888 |
-
|
3889 |
-
.premium-person-zoomout-effect .premium-person-image-container img,
|
3890 |
-
.premium-person-scale-effect .premium-person-image-container img {
|
3891 |
-
-webkit-transform: scale(1.2);
|
3892 |
-
-ms-transform: scale(1.2);
|
3893 |
-
transform: scale(1.2); }
|
3894 |
-
|
3895 |
-
.premium-person-sepia-effect .premium-person-image-container img {
|
3896 |
-
-webkit-filter: sepia(30%);
|
3897 |
-
filter: sepia(30%); }
|
3898 |
-
|
3899 |
-
.premium-person-bright-effect .premium-person-image-container img {
|
3900 |
-
-webkit-filter: brightness(1);
|
3901 |
-
filter: brightness(1); }
|
3902 |
-
|
3903 |
-
.premium-person-trans-effect .premium-person-image-container img {
|
3904 |
-
-webkit-transform: translateX(-15px) scale(1.1);
|
3905 |
-
-ms-transform: translateX(-15px) scale(1.1);
|
3906 |
-
transform: translateX(-15px) scale(1.1); }
|
3907 |
-
|
3908 |
-
.premium-person-zoomin-effect:hover .premium-person-image-container img {
|
3909 |
-
-webkit-transform: scale(1.2);
|
3910 |
-
-ms-transform: scale(1.2);
|
3911 |
-
transform: scale(1.2); }
|
3912 |
-
|
3913 |
-
.premium-person-zoomout-effect:hover .premium-person-image-container img {
|
3914 |
-
-webkit-transform: scale(1.1);
|
3915 |
-
-ms-transform: scale(1.1);
|
3916 |
-
transform: scale(1.1); }
|
3917 |
-
|
3918 |
-
.premium-person-scale-effect:hover .premium-person-image-container img {
|
3919 |
-
-webkit-transform: scale(1.3) rotate(5deg);
|
3920 |
-
-ms-transform: scale(1.3) rotate(5deg);
|
3921 |
-
transform: scale(1.3) rotate(5deg); }
|
3922 |
-
|
3923 |
-
.premium-person-grayscale-effect:hover .premium-person-image-container img {
|
3924 |
-
-webkit-filter: grayscale(100%);
|
3925 |
-
filter: grayscale(100%); }
|
3926 |
-
|
3927 |
-
.premium-person-blur-effect:hover .premium-person-image-container img {
|
3928 |
-
-webkit-filter: blur(3px);
|
3929 |
-
filter: blur(3px); }
|
3930 |
-
|
3931 |
-
.premium-person-sepia-effect:hover .premium-person-image-container img {
|
3932 |
-
-webkit-filter: sepia(0%);
|
3933 |
-
filter: sepia(0%); }
|
3934 |
-
|
3935 |
-
.premium-person-bright-effect:hover .premium-person-image-container img {
|
3936 |
-
-webkit-filter: brightness(1.2);
|
3937 |
-
filter: brightness(1.2); }
|
3938 |
-
|
3939 |
-
.premium-person-trans-effect:hover .premium-person-image-container img {
|
3940 |
-
-webkit-transform: translateX(0px) scale(1.1);
|
3941 |
-
-ms-transform: translateX(0px) scale(1.1);
|
3942 |
-
transform: translateX(0px) scale(1.1); }
|
3943 |
-
|
3944 |
-
.premium-person-container .premium-person-image-container img {
|
3945 |
-
width: 100%;
|
3946 |
-
height: 100%;
|
3947 |
-
-o-object-fit: cover;
|
3948 |
-
object-fit: cover;
|
3949 |
-
-webkit-transition: all 0.5s ease-in-out;
|
3950 |
-
transition: all 0.5s ease-in-out; }
|
3951 |
-
|
3952 |
-
.premium-person-style2 .premium-person-social {
|
3953 |
-
position: absolute;
|
3954 |
-
top: 0;
|
3955 |
-
left: 0;
|
3956 |
-
width: 100%;
|
3957 |
-
height: 100%;
|
3958 |
-
z-index: 2;
|
3959 |
-
-js-display: flex;
|
3960 |
-
display: -webkit-box;
|
3961 |
-
display: -webkit-flex;
|
3962 |
-
display: -moz-box;
|
3963 |
-
display: -ms-flexbox;
|
3964 |
-
display: flex;
|
3965 |
-
-webkit-box-pack: center;
|
3966 |
-
-webkit-justify-content: center;
|
3967 |
-
-moz-box-pack: center;
|
3968 |
-
-ms-flex-pack: center;
|
3969 |
-
justify-content: center;
|
3970 |
-
-webkit-box-align: center;
|
3971 |
-
-webkit-align-items: center;
|
3972 |
-
-moz-box-align: center;
|
3973 |
-
-ms-flex-align: center;
|
3974 |
-
align-items: center;
|
3975 |
-
-webkit-box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.5);
|
3976 |
-
box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.5);
|
3977 |
-
-webkit-transition: all 0.5s linear 0s;
|
3978 |
-
transition: all 0.5s linear 0s;
|
3979 |
-
opacity: 0; }
|
3980 |
-
|
3981 |
-
.premium-person-style2 .premium-person-image-container:hover .premium-person-social {
|
3982 |
-
opacity: 1; }
|
3983 |
-
|
3984 |
-
.premium-person-list-item a {
|
3985 |
-
display: inline-block; }
|
3986 |
-
|
3987 |
-
.premium-person-style2 .premium-person-list-item a {
|
3988 |
-
opacity: 0;
|
3989 |
-
-webkit-transform: scale(0);
|
3990 |
-
-ms-transform: scale(0);
|
3991 |
-
transform: scale(0);
|
3992 |
-
-webkit-transition: all 0.5s ease-in-out 0s;
|
3993 |
-
transition: all 0.5s ease-in-out 0s; }
|
3994 |
-
|
3995 |
-
.premium-person-style2 .premium-person-image-container:hover .premium-person-list-item a {
|
3996 |
-
opacity: 1;
|
3997 |
-
-webkit-transform: scale(1);
|
3998 |
-
-ms-transform: scale(1);
|
3999 |
-
transform: scale(1); }
|
4000 |
-
|
4001 |
-
.premium-person-info-container {
|
4002 |
-
padding: 30px 15px; }
|
4003 |
-
|
4004 |
-
.premium-person-name {
|
4005 |
-
margin: 0 0 5px;
|
4006 |
-
font-weight: 700; }
|
4007 |
-
|
4008 |
-
.premium-person-title {
|
4009 |
-
margin: 0 0 20px;
|
4010 |
-
padding: 0; }
|
4011 |
-
|
4012 |
-
.premium-person-content {
|
4013 |
-
margin: 0 0 30px; }
|
4014 |
-
|
4015 |
-
/*Override Theme List Margin*/
|
4016 |
-
ul.premium-person-social-list {
|
4017 |
-
margin: 0px !important;
|
4018 |
-
padding: 0; }
|
4019 |
-
|
4020 |
-
.premium-person-social-list .premium-person-list-item {
|
4021 |
-
display: inline;
|
4022 |
-
list-style: none; }
|
4023 |
-
|
4024 |
-
.premium-person-social-list li {
|
4025 |
-
position: relative;
|
4026 |
-
bottom: 0px;
|
4027 |
-
-webkit-transition: all 0.2s ease-in-out;
|
4028 |
-
transition: all 0.2s ease-in-out; }
|
4029 |
-
.premium-person-social-list li i {
|
4030 |
-
position: relative;
|
4031 |
-
bottom: 0px;
|
4032 |
-
-webkit-transition: all 0.2s ease-in-out;
|
4033 |
-
transition: all 0.2s ease-in-out; }
|
4034 |
-
|
4035 |
-
.premium-person-defaults-yes li.premium-person-facebook:hover a {
|
4036 |
-
background-color: #3b5998 !important; }
|
4037 |
-
|
4038 |
-
.premium-person-defaults-yes li.premium-person-twitter:hover a {
|
4039 |
-
background-color: #55acee !important; }
|
4040 |
-
|
4041 |
-
.premium-person-defaults-yes li.premium-person-linkedin:hover a {
|
4042 |
-
background-color: #0077b5 !important; }
|
4043 |
-
|
4044 |
-
.premium-person-defaults-yes li.premium-person-google:hover a {
|
4045 |
-
background-color: #dc4e41 !important; }
|
4046 |
-
|
4047 |
-
.premium-person-defaults-yes li.premium-person-youtube:hover a {
|
4048 |
-
background-color: #b31217 !important; }
|
4049 |
-
|
4050 |
-
.premium-person-defaults-yes li.premium-person-instagram:hover a {
|
4051 |
-
background-color: #e4405f !important; }
|
4052 |
-
|
4053 |
-
.premium-person-defaults-yes li.premium-person-skype:hover a {
|
4054 |
-
background-color: #00aff0 !important; }
|
4055 |
-
|
4056 |
-
.premium-person-defaults-yes li.premium-person-pinterest:hover a {
|
4057 |
-
background-color: #bd081c !important; }
|
4058 |
-
|
4059 |
-
.premium-person-defaults-yes li.premium-person-dribbble:hover a {
|
4060 |
-
background-color: #ea4c89 !important; }
|
4061 |
-
|
4062 |
-
.premium-person-defaults-yes li.premium-person-mail:hover a {
|
4063 |
-
background-color: #b23121 !important; }
|
4064 |
-
|
4065 |
-
.premium-person-defaults-yes li.premium-person-behance:hover a {
|
4066 |
-
background-color: #1769ff !important; }
|
4067 |
-
|
4068 |
-
.premium-person-defaults-yes li.premium-person-whatsapp:hover a {
|
4069 |
-
background-color: #25d366 !important; }
|
4070 |
-
|
4071 |
-
.premium-person-defaults-yes li.premium-person-telegram:hover a {
|
4072 |
-
background-color: #0088cc !important; }
|
4073 |
-
|
4074 |
-
.premium-person-defaults-yes li.premium-person-site:hover a {
|
4075 |
-
background-color: #0055a5 !important; }
|
4076 |
-
|
4077 |
-
.premium-person-social-list li:hover a {
|
4078 |
-
-webkit-box-shadow: none;
|
4079 |
-
box-shadow: none; }
|
4080 |
-
|
4081 |
-
.premium-person-social-list li a:focus {
|
4082 |
-
-webkit-box-shadow: none;
|
4083 |
-
box-shadow: none;
|
4084 |
-
outline: none; }
|
4085 |
-
|
4086 |
-
.premium-person-social-list li i {
|
4087 |
-
font-size: 18px; }
|
4088 |
-
|
4089 |
-
.elementor-widget-premium-addon-person .elementor-widget-container {
|
4090 |
-
-js-display: flex;
|
4091 |
-
display: -webkit-box;
|
4092 |
-
display: -webkit-flex;
|
4093 |
-
display: -moz-box;
|
4094 |
-
display: -ms-flexbox;
|
4095 |
-
display: flex;
|
4096 |
-
-webkit-box-pack: center;
|
4097 |
-
-webkit-justify-content: center;
|
4098 |
-
-moz-box-pack: center;
|
4099 |
-
-ms-flex-pack: center;
|
4100 |
-
justify-content: center; }
|
4101 |
-
|
4102 |
-
.premium-persons-container.multiple-persons {
|
4103 |
-
-js-display: flex;
|
4104 |
-
display: -webkit-box;
|
4105 |
-
display: -webkit-flex;
|
4106 |
-
display: -moz-box;
|
4107 |
-
display: -ms-flexbox;
|
4108 |
-
display: flex;
|
4109 |
-
-webkit-flex-wrap: wrap;
|
4110 |
-
-ms-flex-wrap: wrap;
|
4111 |
-
flex-wrap: wrap;
|
4112 |
-
width: 100%; }
|
4113 |
-
|
4114 |
-
.premium-person-style1 .premium-person-container {
|
4115 |
-
overflow: hidden; }
|
4116 |
-
.premium-person-style1 .premium-person-container .premium-person-info {
|
4117 |
-
position: absolute;
|
4118 |
-
top: auto;
|
4119 |
-
right: 0;
|
4120 |
-
left: 0;
|
4121 |
-
-webkit-transition: all 500ms ease 0s;
|
4122 |
-
transition: all 500ms ease 0s;
|
4123 |
-
-webkit-transform: translate3d(0, 100%, 0);
|
4124 |
-
transform: translate3d(0, 100%, 0); }
|
4125 |
-
.premium-person-style1 .premium-person-container:hover .premium-person-info {
|
4126 |
-
-webkit-transform: translate3d(0, 0, 0);
|
4127 |
-
transform: translate3d(0, 0, 0);
|
4128 |
-
bottom: -1px !important; }
|
4129 |
-
|
4130 |
-
.premium-person-style1 .premium-person-social-list li:hover {
|
4131 |
-
bottom: 5px; }
|
4132 |
-
|
4133 |
-
.premium-person-style1.multiple-persons:not([data-persons-equal="yes"]) {
|
4134 |
-
-webkit-box-align: start;
|
4135 |
-
-webkit-align-items: flex-start;
|
4136 |
-
-moz-box-align: start;
|
4137 |
-
-ms-flex-align: start;
|
4138 |
-
align-items: flex-start; }
|
4139 |
-
|
4140 |
-
.premium-person-style1 .slick-track {
|
4141 |
-
-js-display: flex;
|
4142 |
-
display: -webkit-box;
|
4143 |
-
display: -webkit-flex;
|
4144 |
-
display: -moz-box;
|
4145 |
-
display: -ms-flexbox;
|
4146 |
-
display: flex; }
|
4147 |
-
|
4148 |
-
.premium-person-style1 .slick-slide {
|
4149 |
-
height: inherit !important; }
|
4150 |
-
|
4151 |
-
.premium-person-style1.multiple-persons[data-persons-equal="yes"] .premium-person-image-container,
|
4152 |
-
.premium-person-style1.multiple-persons[data-persons-equal="yes"] .premium-person-image-wrap {
|
4153 |
-
height: 100%; }
|
4154 |
-
|
4155 |
-
.premium-person-style3 .premium-person-info-container {
|
4156 |
-
position: absolute;
|
4157 |
-
top: 0;
|
4158 |
-
left: 0;
|
4159 |
-
width: 100%;
|
4160 |
-
height: 100%;
|
4161 |
-
-js-display: flex;
|
4162 |
-
display: -webkit-box;
|
4163 |
-
display: -webkit-flex;
|
4164 |
-
display: -moz-box;
|
4165 |
-
display: -ms-flexbox;
|
4166 |
-
display: flex;
|
4167 |
-
-webkit-box-orient: vertical;
|
4168 |
-
-webkit-box-direction: normal;
|
4169 |
-
-webkit-flex-direction: column;
|
4170 |
-
-moz-box-orient: vertical;
|
4171 |
-
-moz-box-direction: normal;
|
4172 |
-
-ms-flex-direction: column;
|
4173 |
-
flex-direction: column;
|
4174 |
-
-webkit-box-pack: justify;
|
4175 |
-
-webkit-justify-content: space-between;
|
4176 |
-
-moz-box-pack: justify;
|
4177 |
-
-ms-flex-pack: justify;
|
4178 |
-
justify-content: space-between; }
|
4179 |
-
|
4180 |
-
.premium-person-style3 .premium-person-title-desc-wrap {
|
4181 |
-
-js-display: flex;
|
4182 |
-
display: -webkit-box;
|
4183 |
-
display: -webkit-flex;
|
4184 |
-
display: -moz-box;
|
4185 |
-
display: -ms-flexbox;
|
4186 |
-
display: flex;
|
4187 |
-
-webkit-box-orient: horizontal;
|
4188 |
-
-webkit-box-direction: reverse;
|
4189 |
-
-webkit-flex-direction: row-reverse;
|
4190 |
-
-moz-box-orient: horizontal;
|
4191 |
-
-moz-box-direction: reverse;
|
4192 |
-
-ms-flex-direction: row-reverse;
|
4193 |
-
flex-direction: row-reverse;
|
4194 |
-
-webkit-box-pack: justify;
|
4195 |
-
-webkit-justify-content: space-between;
|
4196 |
-
-moz-box-pack: justify;
|
4197 |
-
-ms-flex-pack: justify;
|
4198 |
-
justify-content: space-between;
|
4199 |
-
-webkit-box-align: start;
|
4200 |
-
-webkit-align-items: flex-start;
|
4201 |
-
-moz-box-align: start;
|
4202 |
-
-ms-flex-align: start;
|
4203 |
-
align-items: flex-start; }
|
4204 |
-
|
4205 |
-
.premium-person-style3 .premium-person-name-icons-wrap {
|
4206 |
-
-js-display: flex;
|
4207 |
-
display: -webkit-box;
|
4208 |
-
display: -webkit-flex;
|
4209 |
-
display: -moz-box;
|
4210 |
-
display: -ms-flexbox;
|
4211 |
-
display: flex;
|
4212 |
-
-webkit-box-pack: justify;
|
4213 |
-
-webkit-justify-content: space-between;
|
4214 |
-
-moz-box-pack: justify;
|
4215 |
-
-ms-flex-pack: justify;
|
4216 |
-
justify-content: space-between;
|
4217 |
-
-webkit-box-align: end;
|
4218 |
-
-webkit-align-items: flex-end;
|
4219 |
-
-moz-box-align: end;
|
4220 |
-
-ms-flex-align: end;
|
4221 |
-
align-items: flex-end; }
|
4222 |
-
|
4223 |
-
.premium-person-style3 .premium-person-title {
|
4224 |
-
opacity: 0;
|
4225 |
-
-webkit-transition: all 0.3s ease;
|
4226 |
-
transition: all 0.3s ease;
|
4227 |
-
width: 0; }
|
4228 |
-
.premium-person-style3 .premium-person-title span {
|
4229 |
-
display: inline-block; }
|
4230 |
-
|
4231 |
-
.premium-person-style3 .premium-person-name {
|
4232 |
-
padding-left: 10px; }
|
4233 |
-
|
4234 |
-
.premium-person-style3 .premium-person-social-list {
|
4235 |
-
-js-display: flex;
|
4236 |
-
display: -webkit-box;
|
4237 |
-
display: -webkit-flex;
|
4238 |
-
display: -moz-box;
|
4239 |
-
display: -ms-flexbox;
|
4240 |
-
display: flex;
|
4241 |
-
-webkit-box-orient: vertical;
|
4242 |
-
-webkit-box-direction: normal;
|
4243 |
-
-webkit-flex-direction: column;
|
4244 |
-
-moz-box-orient: vertical;
|
4245 |
-
-moz-box-direction: normal;
|
4246 |
-
-ms-flex-direction: column;
|
4247 |
-
flex-direction: column;
|
4248 |
-
-webkit-transform: translateY(20px);
|
4249 |
-
-ms-transform: translateY(20px);
|
4250 |
-
transform: translateY(20px);
|
4251 |
-
opacity: 0;
|
4252 |
-
-webkit-transition: all 0.3s ease;
|
4253 |
-
transition: all 0.3s ease; }
|
4254 |
-
|
4255 |
-
.premium-person-style3 .premium-person-list-item {
|
4256 |
-
line-height: 0; }
|
4257 |
-
.premium-person-style3 .premium-person-list-item a {
|
4258 |
-
padding: 5px 10px 0 0;
|
4259 |
-
margin: 5px 0; }
|
4260 |
-
|
4261 |
-
.premium-person-style3 .premium-person-container:hover .premium-person-title {
|
4262 |
-
opacity: 1; }
|
4263 |
-
|
4264 |
-
.premium-person-style3 .premium-person-container:hover .premium-person-social-list {
|
4265 |
-
opacity: 1;
|
4266 |
-
-webkit-transform: translateY(0);
|
4267 |
-
-ms-transform: translateY(0);
|
4268 |
-
transform: translateY(0); }
|
4269 |
-
|
4270 |
-
.premium-persons-title-cw .premium-person-title {
|
4271 |
-
-webkit-transform: translateX(15px) rotate(90deg);
|
4272 |
-
-ms-transform: translateX(15px) rotate(90deg);
|
4273 |
-
transform: translateX(15px) rotate(90deg);
|
4274 |
-
-webkit-transform-origin: top;
|
4275 |
-
-ms-transform-origin: top;
|
4276 |
-
transform-origin: top; }
|
4277 |
-
|
4278 |
-
.premium-persons-title-cw .premium-person-container:hover .premium-person-title {
|
4279 |
-
-webkit-transform: translateX(0) rotate(90deg);
|
4280 |
-
-ms-transform: translateX(0) rotate(90deg);
|
4281 |
-
transform: translateX(0) rotate(90deg); }
|
4282 |
-
|
4283 |
-
.premium-persons-title-ccw .premium-person-title {
|
4284 |
-
width: auto;
|
4285 |
-
margin-right: 20px;
|
4286 |
-
-webkit-transform: translateX(15px) rotate(-90deg);
|
4287 |
-
-ms-transform: translateX(15px) rotate(-90deg);
|
4288 |
-
transform: translateX(15px) rotate(-90deg);
|
4289 |
-
-webkit-transform-origin: center right;
|
4290 |
-
-ms-transform-origin: center right;
|
4291 |
-
transform-origin: center right; }
|
4292 |
-
|
4293 |
-
.premium-persons-title-ccw .premium-person-container:hover .premium-person-title {
|
4294 |
-
-webkit-transform: translateX(0) rotate(-90deg);
|
4295 |
-
-ms-transform: translateX(0) rotate(-90deg);
|
4296 |
-
transform: translateX(0) rotate(-90deg); }
|
4297 |
-
|
4298 |
-
/**************** Premium Fancy Text *******************/
|
4299 |
-
/*******************************************************/
|
4300 |
-
.premium-suffix-text,
|
4301 |
-
.premium-fancy-text,
|
4302 |
-
.premium-prefix-text {
|
4303 |
-
font-size: 40px; }
|
4304 |
-
|
4305 |
-
.premium-fancy-text-wrapper:not(.typing) .premium-fancy-text,
|
4306 |
-
.premium-fancy-item-hidden {
|
4307 |
-
opacity: 0; }
|
4308 |
-
|
4309 |
-
.premium-fancy-text-wrapper .premium-fancy-list-items {
|
4310 |
-
list-style: none; }
|
4311 |
-
|
4312 |
-
.premium-fancy-text-wrapper .premium-fancy-text-span-align {
|
4313 |
-
vertical-align: top; }
|
4314 |
-
|
4315 |
-
.premium-fancy-text-wrapper:not(.typing):not(.slide) .premium-fancy-text-items-wrapper {
|
4316 |
-
margin: 0;
|
4317 |
-
padding: 0;
|
4318 |
-
border: none;
|
4319 |
-
position: relative; }
|
4320 |
-
|
4321 |
-
.premium-fancy-text-wrapper:not(.typing):not(.slide) .premium-fancy-list-items {
|
4322 |
-
position: absolute;
|
4323 |
-
top: 0;
|
4324 |
-
left: 0;
|
4325 |
-
display: inline-block; }
|
4326 |
-
|
4327 |
-
.premium-fancy-text-wrapper.zoomout .premium-fancy-item-hidden {
|
4328 |
-
-webkit-animation: pa-zoom-out 0.8s;
|
4329 |
-
animation: pa-zoom-out 0.8s; }
|
4330 |
-
|
4331 |
-
.premium-fancy-text-wrapper.zoomout .premium-fancy-item-visible {
|
4332 |
-
position: relative !important;
|
4333 |
-
-webkit-animation: pa-zoom-in 0.8s;
|
4334 |
-
animation: pa-zoom-in 0.8s; }
|
4335 |
-
|
4336 |
-
.premium-fancy-text-wrapper.zoomout .premium-fancy-text-items-wrapper {
|
4337 |
-
-webkit-perspective: 300px;
|
4338 |
-
perspective: 300px; }
|
4339 |
-
|
4340 |
-
.premium-fancy-text-wrapper.rotate .premium-fancy-list-items {
|
4341 |
-
-webkit-transform-origin: 50% 100%;
|
4342 |
-
-ms-transform-origin: 50% 100%;
|
4343 |
-
transform-origin: 50% 100%; }
|
4344 |
-
|
4345 |
-
.premium-fancy-text-wrapper.rotate .premium-fancy-item-hidden {
|
4346 |
-
-webkit-transform: rotateX(180deg);
|
4347 |
-
transform: rotateX(180deg);
|
4348 |
-
-webkit-animation: pa-rotate-out 1.2s;
|
4349 |
-
animation: pa-rotate-out 1.2s; }
|
4350 |
-
|
4351 |
-
.premium-fancy-text-wrapper.rotate .premium-fancy-item-visible {
|
4352 |
-
position: relative !important;
|
4353 |
-
-webkit-transform: rotateX(0deg);
|
4354 |
-
transform: rotateX(0deg);
|
4355 |
-
-webkit-animation: pa-rotate-in 1.2s;
|
4356 |
-
animation: pa-rotate-in 1.2s; }
|
4357 |
-
|
4358 |
-
.premium-fancy-text-wrapper.custom .premium-fancy-item-visible {
|
4359 |
-
position: relative !important; }
|
4360 |
-
|
4361 |
-
.premium-fancy-text-wrapper.auto-fade .premium-fancy-text {
|
4362 |
-
display: inline-block;
|
4363 |
-
width: 200px;
|
4364 |
-
font-weight: 400; }
|
4365 |
-
|
4366 |
-
.premium-fancy-text-wrapper.auto-fade .premium-fancy-svg-text {
|
4367 |
-
position: relative;
|
4368 |
-
vertical-align: sub; }
|
4369 |
-
|
4370 |
-
.premium-fancy-text-wrapper.auto-fade g > text {
|
4371 |
-
text-anchor: start;
|
4372 |
-
shape-rendering: crispEdges;
|
4373 |
-
opacity: 0;
|
4374 |
-
font-size: 300px;
|
4375 |
-
-webkit-animation-name: pa-auto-fade;
|
4376 |
-
animation-name: pa-auto-fade;
|
4377 |
-
-moz-animation-name: pa-auto-fade;
|
4378 |
-
-webkit-animation-duration: 9s;
|
4379 |
-
animation-duration: 9s;
|
4380 |
-
-webkit-animation-timing-function: linear;
|
4381 |
-
animation-timing-function: linear;
|
4382 |
-
-webkit-animation-iteration-count: infinite;
|
4383 |
-
animation-iteration-count: infinite; }
|
4384 |
-
|
4385 |
-
.premium-fancy-text-wrapper.auto-fade g > text:nth-child(1) {
|
4386 |
-
-webkit-animation-delay: 0s;
|
4387 |
-
animation-delay: 0s; }
|
4388 |
-
|
4389 |
-
.premium-fancy-text-wrapper.auto-fade g > text:nth-child(2) {
|
4390 |
-
-webkit-animation-delay: 3s;
|
4391 |
-
animation-delay: 3s; }
|
4392 |
-
|
4393 |
-
.premium-fancy-text-wrapper.auto-fade g > text:nth-child(3) {
|
4394 |
-
-webkit-animation-delay: 6s;
|
4395 |
-
animation-delay: 6s; }
|
4396 |
-
|
4397 |
-
.premium-fancy-text-wrapper.loading .premium-fancy-text {
|
4398 |
-
position: relative; }
|
4399 |
-
.premium-fancy-text-wrapper.loading .premium-fancy-text .premium-loading-bar {
|
4400 |
-
position: absolute;
|
4401 |
-
width: 100%;
|
4402 |
-
height: 3px;
|
4403 |
-
bottom: 0;
|
4404 |
-
left: 0;
|
4405 |
-
animation: pa-loading-bar 2.5s ease-out infinite;
|
4406 |
-
-webkit-animation: pa-loading-bar 2.5s ease-out infinite; }
|
4407 |
-
|
4408 |
-
.premium-fancy-text-wrapper.loading.pause .premium-fancy-text:hover .premium-loading-bar {
|
4409 |
-
-webkit-animation-play-state: paused;
|
4410 |
-
animation-play-state: paused; }
|
4411 |
-
|
4412 |
-
@-webkit-keyframes pa-auto-fade {
|
4413 |
-
0% {
|
4414 |
-
opacity: 0; }
|
4415 |
-
20% {
|
4416 |
-
opacity: 1; }
|
4417 |
-
35% {
|
4418 |
-
opacity: 0; }
|
4419 |
-
100% {
|
4420 |
-
opacity: 0; } }
|
4421 |
-
|
4422 |
-
@keyframes pa-auto-fade {
|
4423 |
-
0% {
|
4424 |
-
opacity: 0; }
|
4425 |
-
20% {
|
4426 |
-
opacity: 1; }
|
4427 |
-
35% {
|
4428 |
-
opacity: 0; }
|
4429 |
-
100% {
|
4430 |
-
opacity: 0; } }
|
4431 |
-
|
4432 |
-
@-webkit-keyframes pa-loading-bar {
|
4433 |
-
0% {
|
4434 |
-
width: 0; }
|
4435 |
-
100% {
|
4436 |
-
width: 100; } }
|
4437 |
-
|
4438 |
-
@keyframes pa-loading-bar {
|
4439 |
-
0% {
|
4440 |
-
width: 0; }
|
4441 |
-
100% {
|
4442 |
-
width: 100; } }
|
4443 |
-
|
4444 |
-
@-webkit-keyframes pa-zoom-in {
|
4445 |
-
0% {
|
4446 |
-
opacity: 0;
|
4447 |
-
-webkit-transform: translateZ(100px);
|
4448 |
-
transform: translateZ(100px); }
|
4449 |
-
100% {
|
4450 |
-
opacity: 1;
|
4451 |
-
-webkit-transform: translateZ(0);
|
4452 |
-
transform: translateZ(0); } }
|
4453 |
-
|
4454 |
-
@keyframes pa-zoom-in {
|
4455 |
-
0% {
|
4456 |
-
opacity: 0;
|
4457 |
-
-webkit-transform: translateZ(100px);
|
4458 |
-
transform: translateZ(100px); }
|
4459 |
-
100% {
|
4460 |
-
opacity: 1;
|
4461 |
-
-webkit-transform: translateZ(0);
|
4462 |
-
transform: translateZ(0); } }
|
4463 |
-
|
4464 |
-
@-webkit-keyframes pa-zoom-out {
|
4465 |
-
0% {
|
4466 |
-
opacity: 1;
|
4467 |
-
-webkit-transform: translateZ(0);
|
4468 |
-
transform: translateZ(0); }
|
4469 |
-
100% {
|
4470 |
-
opacity: 0;
|
4471 |
-
-webkit-transform: translateZ(-100px);
|
4472 |
-
transform: translateZ(-100px); } }
|
4473 |
-
|
4474 |
-
@keyframes pa-zoom-out {
|
4475 |
-
0% {
|
4476 |
-
opacity: 1;
|
4477 |
-
-webkit-transform: translateZ(0);
|
4478 |
-
transform: translateZ(0); }
|
4479 |
-
100% {
|
4480 |
-
opacity: 0;
|
4481 |
-
-webkit-transform: translateZ(-100px);
|
4482 |
-
transform: translateZ(-100px); } }
|
4483 |
-
|
4484 |
-
@-webkit-keyframes pa-rotate-in {
|
4485 |
-
0% {
|
4486 |
-
opacity: 0;
|
4487 |
-
-webkit-transform: rotateX(180deg);
|
4488 |
-
transform: rotateX(180deg); }
|
4489 |
-
35% {
|
4490 |
-
opacity: 0;
|
4491 |
-
-webkit-transform: rotateX(120deg);
|
4492 |
-
transform: rotateX(120deg); }
|
4493 |
-
65% {
|
4494 |
-
opacity: 0; }
|
4495 |
-
100% {
|
4496 |
-
opacity: 1;
|
4497 |
-
-webkit-transform: rotateX(360deg);
|
4498 |
-
transform: rotateX(360deg); } }
|
4499 |
-
|
4500 |
-
@keyframes pa-rotate-in {
|
4501 |
-
0% {
|
4502 |
-
opacity: 0;
|
4503 |
-
-webkit-transform: rotateX(180deg);
|
4504 |
-
transform: rotateX(180deg); }
|
4505 |
-
35% {
|
4506 |
-
opacity: 0;
|
4507 |
-
-webkit-transform: rotateX(120deg);
|
4508 |
-
transform: rotateX(120deg); }
|
4509 |
-
65% {
|
4510 |
-
opacity: 0; }
|
4511 |
-
100% {
|
4512 |
-
opacity: 1;
|
4513 |
-
-webkit-transform: rotateX(360deg);
|
4514 |
-
transform: rotateX(360deg); } }
|
4515 |
-
|
4516 |
-
@-webkit-keyframes pa-rotate-out {
|
4517 |
-
0% {
|
4518 |
-
opacity: 1;
|
4519 |
-
-webkit-transform: rotateX(0deg);
|
4520 |
-
transform: rotateX(0deg); }
|
4521 |
-
35% {
|
4522 |
-
opacity: 1;
|
4523 |
-
-webkit-transform: rotateX(-40deg);
|
4524 |
-
transform: rotateX(-40deg); }
|
4525 |
-
65% {
|
4526 |
-
opacity: 0; }
|
4527 |
-
100% {
|
4528 |
-
opacity: 0;
|
4529 |
-
-webkit-transform: rotateX(180deg);
|
4530 |
-
transform: rotateX(180deg); } }
|
4531 |
-
|
4532 |
-
@keyframes pa-rotate-out {
|
4533 |
-
0% {
|
4534 |
-
opacity: 1;
|
4535 |
-
-webkit-transform: rotateX(0deg);
|
4536 |
-
transform: rotateX(0deg); }
|
4537 |
-
35% {
|
4538 |
-
opacity: 1;
|
4539 |
-
-webkit-transform: rotateX(-40deg);
|
4540 |
-
transform: rotateX(-40deg); }
|
4541 |
-
65% {
|
4542 |
-
opacity: 0; }
|
4543 |
-
100% {
|
4544 |
-
opacity: 0;
|
4545 |
-
-webkit-transform: rotateX(180deg);
|
4546 |
-
transform: rotateX(180deg); } }
|
4547 |
-
|
4548 |
-
/**************** Premium Pricing Table ****************/
|
4549 |
-
/*******************************************************/
|
4550 |
-
.premium-pricing-table-container {
|
4551 |
-
position: relative;
|
4552 |
-
overflow: hidden;
|
4553 |
-
text-align: center;
|
4554 |
-
-webkit-transition: all 0.3s ease-in-out;
|
4555 |
-
transition: all 0.3s ease-in-out; }
|
4556 |
-
|
4557 |
-
.premium-pricing-icon-container {
|
4558 |
-
-js-display: flex;
|
4559 |
-
display: -webkit-box;
|
4560 |
-
display: -webkit-flex;
|
4561 |
-
display: -moz-box;
|
4562 |
-
display: -ms-flexbox;
|
4563 |
-
display: flex;
|
4564 |
-
-webkit-box-pack: center;
|
4565 |
-
-webkit-justify-content: center;
|
4566 |
-
-moz-box-pack: center;
|
4567 |
-
-ms-flex-pack: center;
|
4568 |
-
justify-content: center;
|
4569 |
-
line-height: 0; }
|
4570 |
-
.premium-pricing-icon-container .premium-pricing-icon {
|
4571 |
-
display: inline-block; }
|
4572 |
-
.premium-pricing-icon-container .premium-pricing-image {
|
4573 |
-
overflow: hidden; }
|
4574 |
-
.premium-pricing-icon-container .premium-pricing-image img {
|
4575 |
-
width: 25px;
|
4576 |
-
height: 25px;
|
4577 |
-
-o-object-fit: cover;
|
4578 |
-
object-fit: cover; }
|
4579 |
-
|
4580 |
-
.premium-badge-left {
|
4581 |
-
position: absolute;
|
4582 |
-
top: 0; }
|
4583 |
-
|
4584 |
-
.premium-badge-right {
|
4585 |
-
position: absolute;
|
4586 |
-
top: 0;
|
4587 |
-
right: 0; }
|
4588 |
-
|
4589 |
-
.premium-badge-left {
|
4590 |
-
left: 0; }
|
4591 |
-
|
4592 |
-
.premium-badge-triangle.premium-badge-left .corner {
|
4593 |
-
width: 0;
|
4594 |
-
height: 0;
|
4595 |
-
border-top: 150px solid;
|
4596 |
-
border-bottom: 150px solid transparent;
|
4597 |
-
border-right: 150px solid transparent; }
|
4598 |
-
|
4599 |
-
.premium-badge-triangle.premium-badge-right .corner {
|
4600 |
-
width: 0;
|
4601 |
-
height: 0;
|
4602 |
-
border-bottom: 150px solid transparent;
|
4603 |
-
border-right: 150px solid;
|
4604 |
-
border-left: 150px solid transparent; }
|
4605 |
-
|
4606 |
-
.premium-badge-triangle span {
|
4607 |
-
position: absolute;
|
4608 |
-
top: 35px;
|
4609 |
-
width: 100px;
|
4610 |
-
text-align: center;
|
4611 |
-
-webkit-transform: rotate(-45deg);
|
4612 |
-
-ms-transform: rotate(-45deg);
|
4613 |
-
transform: rotate(-45deg);
|
4614 |
-
display: block;
|
4615 |
-
text-transform: uppercase; }
|
4616 |
-
|
4617 |
-
.premium-badge-triangle.premium-badge-right span {
|
4618 |
-
-webkit-transform: rotate(45deg);
|
4619 |
-
-ms-transform: rotate(45deg);
|
4620 |
-
transform: rotate(45deg);
|
4621 |
-
right: 0; }
|
4622 |
-
|
4623 |
-
.premium-badge-circle {
|
4624 |
-
min-width: 4em;
|
4625 |
-
min-height: 4em;
|
4626 |
-
line-height: 4em;
|
4627 |
-
text-align: center;
|
4628 |
-
-webkit-border-radius: 100%;
|
4629 |
-
border-radius: 100%;
|
4630 |
-
position: absolute;
|
4631 |
-
z-index: 1; }
|
4632 |
-
|
4633 |
-
.premium-badge-stripe {
|
4634 |
-
position: absolute;
|
4635 |
-
-webkit-transform: rotate(90deg);
|
4636 |
-
-ms-transform: rotate(90deg);
|
4637 |
-
transform: rotate(90deg);
|
4638 |
-
width: 15em;
|
4639 |
-
overflow: hidden;
|
4640 |
-
height: 15em; }
|
4641 |
-
.premium-badge-stripe.premium-badge-left {
|
4642 |
-
-webkit-transform: rotate(0);
|
4643 |
-
-ms-transform: rotate(0);
|
4644 |
-
transform: rotate(0); }
|
4645 |
-
.premium-badge-stripe .corner {
|
4646 |
-
text-align: center;
|
4647 |
-
left: 0;
|
4648 |
-
width: 150%;
|
4649 |
-
-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
|
4650 |
-
-ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
|
4651 |
-
transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
|
4652 |
-
margin-top: 35px;
|
4653 |
-
font-size: 13px;
|
4654 |
-
line-height: 2;
|
4655 |
-
font-weight: 800;
|
4656 |
-
text-transform: uppercase; }
|
4657 |
-
|
4658 |
-
.premium-badge-flag .corner {
|
4659 |
-
text-align: center;
|
4660 |
-
-webkit-border-radius: 4px 4px 0 4px;
|
4661 |
-
border-radius: 4px 4px 0 4px;
|
4662 |
-
padding: 3px 15px;
|
4663 |
-
position: absolute;
|
4664 |
-
top: 10%;
|
4665 |
-
right: -8px; }
|
4666 |
-
.premium-badge-flag .corner::before, .premium-badge-flag .corner::after {
|
4667 |
-
content: "";
|
4668 |
-
display: block;
|
4669 |
-
position: absolute;
|
4670 |
-
width: 0;
|
4671 |
-
height: 0;
|
4672 |
-
top: 100%;
|
4673 |
-
right: 0;
|
4674 |
-
border-bottom: 8px solid transparent; }
|
4675 |
-
|
4676 |
-
.elementor-widget-premium-addon-pricing-table .elementor-widget-container {
|
4677 |
-
overflow: visible !important; }
|
4678 |
-
|
4679 |
-
.premium-badge-flag .corner::after {
|
4680 |
-
border-left: 8px solid rgba(0, 0, 0, 0.2); }
|
4681 |
-
|
4682 |
-
.premium-pricing-price-currency {
|
4683 |
-
position: relative; }
|
4684 |
-
|
4685 |
-
.premium-pricing-button-container {
|
4686 |
-
display: block; }
|
4687 |
-
|
4688 |
-
.premium-pricing-list {
|
4689 |
-
-js-display: flex;
|
4690 |
-
display: -webkit-box;
|
4691 |
-
display: -webkit-flex;
|
4692 |
-
display: -moz-box;
|
4693 |
-
display: -ms-flexbox;
|
4694 |
-
display: flex;
|
4695 |
-
-webkit-box-orient: vertical;
|
4696 |
-
-webkit-box-direction: normal;
|
4697 |
-
-webkit-flex-direction: column;
|
4698 |
-
-moz-box-orient: vertical;
|
4699 |
-
-moz-box-direction: normal;
|
4700 |
-
-ms-flex-direction: column;
|
4701 |
-
flex-direction: column;
|
4702 |
-
list-style-type: none;
|
4703 |
-
margin: 0; }
|
4704 |
-
.premium-pricing-list .premium-pricing-list-item {
|
4705 |
-
-js-display: flex;
|
4706 |
-
display: -webkit-box;
|
4707 |
-
display: -webkit-flex;
|
4708 |
-
display: -moz-box;
|
4709 |
-
display: -ms-flexbox;
|
4710 |
-
display: flex;
|
4711 |
-
-webkit-box-align: center;
|
4712 |
-
-webkit-align-items: center;
|
4713 |
-
-moz-box-align: center;
|
4714 |
-
-ms-flex-align: center;
|
4715 |
-
align-items: center; }
|
4716 |
-
.premium-pricing-list .premium-pricing-list-item svg {
|
4717 |
-
width: 50px;
|
4718 |
-
height: 50px; }
|
4719 |
-
.premium-pricing-list .premium-pricing-list-item img {
|
4720 |
-
width: 30px;
|
4721 |
-
height: 30px;
|
4722 |
-
-o-object-fit: cover;
|
4723 |
-
object-fit: cover; }
|
4724 |
-
.premium-pricing-list .premium-pricing-list-span {
|
4725 |
-
position: relative; }
|
4726 |
-
.premium-pricing-list .list-item-tooltip {
|
4727 |
-
border-bottom: 1px dotted; }
|
4728 |
-
.premium-pricing-list .premium-pricing-list-tooltip {
|
4729 |
-
position: absolute;
|
4730 |
-
top: -webkit-calc(100% + 1px);
|
4731 |
-
top: calc(100% + 1px);
|
4732 |
-
left: 0;
|
4733 |
-
visibility: hidden;
|
4734 |
-
padding: 15px 20px;
|
4735 |
-
-webkit-border-radius: 5px;
|
4736 |
-
border-radius: 5px;
|
4737 |
-
min-width: 200px;
|
4738 |
-
overflow: hidden;
|
4739 |
-
text-align: left;
|
4740 |
-
font-size: 0.8rem;
|
4741 |
-
color: #fff;
|
4742 |
-
background-color: #aaa; }
|
4743 |
-
|
4744 |
-
.premium-pricing-features-left .premium-pricing-list-span {
|
4745 |
-
text-align: left; }
|
4746 |
-
|
4747 |
-
.premium-pricing-features-center .premium-pricing-list-span {
|
4748 |
-
text-align: center; }
|
4749 |
-
|
4750 |
-
.premium-pricing-features-right .premium-pricing-list-span {
|
4751 |
-
text-align: right; }
|
4752 |
-
|
4753 |
-
.premium-pricing-list-span:hover .premium-pricing-list-tooltip {
|
4754 |
-
z-index: 99;
|
4755 |
-
visibility: visible;
|
4756 |
-
opacity: 1; }
|
4757 |
-
|
4758 |
-
.premium-pricing-slashed-price-value {
|
4759 |
-
display: inline-block;
|
4760 |
-
font-size: 20px;
|
4761 |
-
font-weight: 400;
|
4762 |
-
margin-right: 5px; }
|
4763 |
-
|
4764 |
-
.premium-pricing-price-value {
|
4765 |
-
font-size: 70px; }
|
4766 |
-
|
4767 |
-
.premium-pricing-description-container li {
|
4768 |
-
list-style-position: inside;
|
4769 |
-
text-indent: -40px; }
|
4770 |
-
|
4771 |
-
@-moz-document url-prefix() {
|
4772 |
-
.premium-pricing-description-container li {
|
4773 |
-
text-indent: 0px; } }
|
4774 |
-
|
4775 |
-
.premium-pricing-price-button {
|
4776 |
-
display: block;
|
4777 |
-
padding: 6px 12px;
|
4778 |
-
line-height: 1.42857143;
|
4779 |
-
text-align: center;
|
4780 |
-
color: #fff;
|
4781 |
-
background: #6ec1e4;
|
4782 |
-
margin-bottom: 0;
|
4783 |
-
-webkit-transition: all 0.3s ease-in-out;
|
4784 |
-
transition: all 0.3s ease-in-out; }
|
4785 |
-
|
4786 |
-
/**************** Premium Google Maps ******************/
|
4787 |
-
/*******************************************************/
|
4788 |
-
.premium-maps-info-container {
|
4789 |
-
margin-top: 10px;
|
4790 |
-
margin-bottom: 10px; }
|
4791 |
-
|
4792 |
-
.premium-maps-info-title,
|
4793 |
-
.premium-maps-info-desc {
|
4794 |
-
margin: 0;
|
4795 |
-
padding: 0; }
|
4796 |
-
|
4797 |
-
.premium-maps-container .gm-style-iw {
|
4798 |
-
text-align: center; }
|
4799 |
-
|
4800 |
-
.premium-maps-container .gm-style img {
|
4801 |
-
max-width: none !important; }
|
4802 |
-
|
4803 |
-
/**************** Premium Button ***********************/
|
4804 |
-
/*******************************************************/
|
4805 |
-
.premium-button {
|
4806 |
-
-js-display: inline-flex;
|
4807 |
-
display: -webkit-inline-box;
|
4808 |
-
display: -webkit-inline-flex;
|
4809 |
-
display: -moz-inline-box;
|
4810 |
-
display: -ms-inline-flexbox;
|
4811 |
-
display: inline-flex;
|
4812 |
-
position: relative;
|
4813 |
-
overflow: hidden;
|
4814 |
-
-webkit-backface-visibility: hidden;
|
4815 |
-
backface-visibility: hidden;
|
4816 |
-
-webkit-transform: translate3d(0, 0, 0);
|
4817 |
-
transform: translate3d(0, 0, 0);
|
4818 |
-
cursor: pointer;
|
4819 |
-
-webkit-transition: all 0.2s ease-in-out !important;
|
4820 |
-
transition: all 0.2s ease-in-out !important; }
|
4821 |
-
|
4822 |
-
.premium-button .premium-lottie-animation,
|
4823 |
-
.premium-image-button .premium-lottie-animation {
|
4824 |
-
-js-display: flex;
|
4825 |
-
display: -webkit-box;
|
4826 |
-
display: -webkit-flex;
|
4827 |
-
display: -moz-box;
|
4828 |
-
display: -ms-flexbox;
|
4829 |
-
display: flex; }
|
4830 |
-
|
4831 |
-
.premium-button svg,
|
4832 |
-
.premium-image-button svg {
|
4833 |
-
width: 30px;
|
4834 |
-
height: 30px; }
|
4835 |
-
|
4836 |
-
.premium-btn-sm,
|
4837 |
-
.premium-btn-md,
|
4838 |
-
.premium-btn-lg,
|
4839 |
-
.premium-btn-block {
|
4840 |
-
background-color: #eee;
|
4841 |
-
color: #042551;
|
4842 |
-
margin: 0px;
|
4843 |
-
text-decoration: none; }
|
4844 |
-
.premium-btn-sm:hover,
|
4845 |
-
.premium-btn-md:hover,
|
4846 |
-
.premium-btn-lg:hover,
|
4847 |
-
.premium-btn-block:hover {
|
4848 |
-
background-color: #54595f;
|
4849 |
-
color: #eee; }
|
4850 |
-
|
4851 |
-
.premium-btn-sm {
|
4852 |
-
padding: 12px 24px;
|
4853 |
-
font-size: 14px;
|
4854 |
-
line-height: 1; }
|
4855 |
-
|
4856 |
-
.premium-btn-md {
|
4857 |
-
padding: 14px 26px;
|
4858 |
-
font-size: 16px;
|
4859 |
-
line-height: 1.2; }
|
4860 |
-
|
4861 |
-
.premium-btn-lg {
|
4862 |
-
padding: 16px 28px;
|
4863 |
-
font-size: 18px;
|
4864 |
-
line-height: 1.3333; }
|
4865 |
-
|
4866 |
-
.premium-btn-block {
|
4867 |
-
font-size: 18px;
|
4868 |
-
line-height: 1;
|
4869 |
-
padding: 20px 0px;
|
4870 |
-
width: 100%;
|
4871 |
-
text-align: center; }
|
4872 |
-
|
4873 |
-
.premium-button-text {
|
4874 |
-
display: inline-block;
|
4875 |
-
width: 100%; }
|
4876 |
-
|
4877 |
-
.premium-button-style1,
|
4878 |
-
.premium-button-style2,
|
4879 |
-
.premium-button-style5,
|
4880 |
-
.premium-button-style7 {
|
4881 |
-
display: inline-block;
|
4882 |
-
vertical-align: middle;
|
4883 |
-
-webkit-transform: perspective(1px) translateZ(0);
|
4884 |
-
transform: perspective(1px) translateZ(0);
|
4885 |
-
-webkit-box-shadow: 0 0 1px transparent;
|
4886 |
-
box-shadow: 0 0 1px transparent;
|
4887 |
-
position: relative;
|
4888 |
-
-webkit-transition-property: color;
|
4889 |
-
transition-property: color;
|
4890 |
-
-webkit-transition-duration: 0.15s;
|
4891 |
-
transition-duration: 0.15s; }
|
4892 |
-
|
4893 |
-
.premium-button-style1:before,
|
4894 |
-
.premium-button-style2:before,
|
4895 |
-
.premium-button-style5:before {
|
4896 |
-
content: "";
|
4897 |
-
position: absolute;
|
4898 |
-
z-index: -1;
|
4899 |
-
top: 0;
|
4900 |
-
left: 0;
|
4901 |
-
right: 0;
|
4902 |
-
bottom: 0;
|
4903 |
-
-webkit-transform: scaleY(0);
|
4904 |
-
-ms-transform: scaleY(0);
|
4905 |
-
transform: scaleY(0);
|
4906 |
-
-webkit-transform-origin: 50% 0;
|
4907 |
-
-ms-transform-origin: 50% 0;
|
4908 |
-
transform-origin: 50% 0;
|
4909 |
-
-webkit-transition-property: -webkit-transform;
|
4910 |
-
transition-property: -webkit-transform;
|
4911 |
-
transition-property: transform;
|
4912 |
-
transition-property: transform, -webkit-transform;
|
4913 |
-
-webkit-transition-duration: 0.15s;
|
4914 |
-
transition-duration: 0.15s;
|
4915 |
-
-webkit-transition-timing-function: ease-out;
|
4916 |
-
transition-timing-function: ease-out; }
|
4917 |
-
|
4918 |
-
.premium-button-style5-radialin:before,
|
4919 |
-
.premium-button-style5-radialout:before {
|
4920 |
-
-webkit-transform-origin: 50%;
|
4921 |
-
-ms-transform-origin: 50%;
|
4922 |
-
transform-origin: 50%;
|
4923 |
-
-webkit-border-radius: 100%;
|
4924 |
-
border-radius: 100%;
|
4925 |
-
-webkit-transform: scale(0);
|
4926 |
-
-ms-transform: scale(0);
|
4927 |
-
transform: scale(0); }
|
4928 |
-
|
4929 |
-
.premium-button-style5-radialin:before {
|
4930 |
-
-webkit-transform: scale(2);
|
4931 |
-
-ms-transform: scale(2);
|
4932 |
-
transform: scale(2); }
|
4933 |
-
|
4934 |
-
.premium-button-style5-rectin:before {
|
4935 |
-
-webkit-transform-origin: 50%;
|
4936 |
-
-ms-transform-origin: 50%;
|
4937 |
-
transform-origin: 50%;
|
4938 |
-
-webkit-transform: scale(1);
|
4939 |
-
-ms-transform: scale(1);
|
4940 |
-
transform: scale(1); }
|
4941 |
-
|
4942 |
-
.premium-button-style5-rectout:before {
|
4943 |
-
-webkit-transform-origin: 50%;
|
4944 |
-
-ms-transform-origin: 50%;
|
4945 |
-
transform-origin: 50%;
|
4946 |
-
-webkit-transform: scale(0);
|
4947 |
-
-ms-transform: scale(0);
|
4948 |
-
transform: scale(0); }
|
4949 |
-
|
4950 |
-
.premium-button-style5-rectout:hover:before {
|
4951 |
-
-webkit-transform: scale(1);
|
4952 |
-
-ms-transform: scale(1);
|
4953 |
-
transform: scale(1); }
|
4954 |
-
|
4955 |
-
.premium-button-style5-rectin:hover:before {
|
4956 |
-
-webkit-transform: scale(0);
|
4957 |
-
-ms-transform: scale(0);
|
4958 |
-
transform: scale(0); }
|
4959 |
-
|
4960 |
-
.premium-button-style5-radialout:hover:before {
|
4961 |
-
-webkit-transform: scale(2);
|
4962 |
-
-ms-transform: scale(2);
|
4963 |
-
transform: scale(2); }
|
4964 |
-
|
4965 |
-
.premium-button-style5-radialin:hover:before {
|
4966 |
-
-webkit-transform: scale(0);
|
4967 |
-
-ms-transform: scale(0);
|
4968 |
-
transform: scale(0); }
|
4969 |
-
|
4970 |
-
.premium-button-style1-top:before {
|
4971 |
-
-webkit-transform-origin: 50% 100%;
|
4972 |
-
-ms-transform-origin: 50% 100%;
|
4973 |
-
transform-origin: 50% 100%; }
|
4974 |
-
|
4975 |
-
.premium-button-style1-right:before {
|
4976 |
-
-webkit-transform: scaleX(0);
|
4977 |
-
-ms-transform: scaleX(0);
|
4978 |
-
transform: scaleX(0);
|
4979 |
-
-webkit-transform-origin: 0% 50%;
|
4980 |
-
-ms-transform-origin: 0% 50%;
|
4981 |
-
transform-origin: 0% 50%; }
|
4982 |
-
|
4983 |
-
.premium-button-style1-left:before {
|
4984 |
-
-webkit-transform: scaleX(0);
|
4985 |
-
-ms-transform: scaleX(0);
|
4986 |
-
transform: scaleX(0);
|
4987 |
-
-webkit-transform-origin: 100% 50%;
|
4988 |
-
-ms-transform-origin: 100% 50%;
|
4989 |
-
transform-origin: 100% 50%; }
|
4990 |
-
|
4991 |
-
.premium-button-style2-shutouthor:before,
|
4992 |
-
.premium-button-style2-scshutoutver:before {
|
4993 |
-
-webkit-transform: scaleY(0);
|
4994 |
-
-ms-transform: scaleY(0);
|
4995 |
-
transform: scaleY(0);
|
4996 |
-
-webkit-transform-origin: 100% 50%;
|
4997 |
-
-ms-transform-origin: 100% 50%;
|
4998 |
-
transform-origin: 100% 50%; }
|
4999 |
-
|
5000 |
-
.premium-button-style2-shutoutver:before,
|
5001 |
-
.premium-button-style2-scshutouthor:before {
|
5002 |
-
-webkit-transform: scaleX(0);
|
5003 |
-
-ms-transform: scaleX(0);
|
5004 |
-
transform: scaleX(0);
|
5005 |
-
-webkit-transform-origin: 50% 50%;
|
5006 |
-
-ms-transform-origin: 50% 50%;
|
5007 |
-
transform-origin: 50% 50%; }
|
5008 |
-
|
5009 |
-
.premium-button-style2-shutinhor:before {
|
5010 |
-
-webkit-transform: scaleX(1);
|
5011 |
-
-ms-transform: scaleX(1);
|
5012 |
-
transform: scaleX(1);
|
5013 |
-
-webkit-transform-origin: 50%;
|
5014 |
-
-ms-transform-origin: 50%;
|
5015 |
-
transform-origin: 50%; }
|
5016 |
-
|
5017 |
-
.premium-button-style2-shutinver:before {
|
5018 |
-
-webkit-transform: scaleY(1);
|
5019 |
-
-ms-transform: scaleY(1);
|
5020 |
-
transform: scaleY(1);
|
5021 |
-
-webkit-transform-origin: 50%;
|
5022 |
-
-ms-transform-origin: 50%;
|
5023 |
-
transform-origin: 50%; }
|
5024 |
-
|
5025 |
-
.premium-button-style1-bottom:hover:before,
|
5026 |
-
.premium-button-style1-top:hover:before {
|
5027 |
-
-webkit-transform: scaleY(1);
|
5028 |
-
-ms-transform: scaleY(1);
|
5029 |
-
transform: scaleY(1); }
|
5030 |
-
|
5031 |
-
.premium-button-style1-left:hover:before,
|
5032 |
-
.premium-button-style1-right:hover:before,
|
5033 |
-
.premium-button-style2-shutouthor:hover:before,
|
5034 |
-
.premium-button-style2-shutoutver:hover:before {
|
5035 |
-
-webkit-transform: scaleX(1);
|
5036 |
-
-ms-transform: scaleX(1);
|
5037 |
-
transform: scaleX(1); }
|
5038 |
-
|
5039 |
-
.premium-button-style2-shutinhor:hover:before {
|
5040 |
-
-webkit-transform: scaleX(0);
|
5041 |
-
-ms-transform: scaleX(0);
|
5042 |
-
transform: scaleX(0); }
|
5043 |
-
|
5044 |
-
.premium-button-style2-shutinver:hover:before {
|
5045 |
-
-webkit-transform: scaleY(0);
|
5046 |
-
-ms-transform: scaleY(0);
|
5047 |
-
transform: scaleY(0); }
|
5048 |
-
|
5049 |
-
.premium-button-style2-scshutouthor:hover:before {
|
5050 |
-
-webkit-transform: scaleX(0.9);
|
5051 |
-
-ms-transform: scaleX(0.9);
|
5052 |
-
transform: scaleX(0.9); }
|
5053 |
-
|
5054 |
-
.premium-button-style2-scshutoutver:hover:before {
|
5055 |
-
-webkit-transform: scaleY(0.8);
|
5056 |
-
-ms-transform: scaleY(0.8);
|
5057 |
-
transform: scaleY(0.8); }
|
5058 |
-
|
5059 |
-
/*Diagonal*/
|
5060 |
-
.premium-button-style2-dshutinhor:before {
|
5061 |
-
top: 50%;
|
5062 |
-
left: 50%;
|
5063 |
-
width: 120%;
|
5064 |
-
height: 0%;
|
5065 |
-
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
|
5066 |
-
-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
|
5067 |
-
transform: translateX(-50%) translateY(-50%) rotate(-45deg);
|
5068 |
-
-webkit-transform-origin: 50%;
|
5069 |
-
-ms-transform-origin: 50%;
|
5070 |
-
transform-origin: 50%;
|
5071 |
-
-webkit-transition-property: all;
|
5072 |
-
transition-property: all; }
|
5073 |
-
|
5074 |
-
.premium-button-style2-dshutinver:before {
|
5075 |
-
top: 50%;
|
5076 |
-
left: 50%;
|
5077 |
-
width: 120%;
|
5078 |
-
height: 0%;
|
5079 |
-
-webkit-transform-origin: 50%;
|
5080 |
-
-ms-transform-origin: 50%;
|
5081 |
-
transform-origin: 50%;
|
5082 |
-
-webkit-transition-property: all;
|
5083 |
-
transition-property: all;
|
5084 |
-
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
|
5085 |
-
-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
|
5086 |
-
transform: translateX(-50%) translateY(-50%) rotate(45deg); }
|
5087 |
-
|
5088 |
-
.premium-button-style2-dshutinhor:hover:before,
|
5089 |
-
.premium-button-style2-dshutinver:hover:before {
|
5090 |
-
height: 220%; }
|
5091 |
-
|
5092 |
-
.premium-button-style3-before i,
|
5093 |
-
.premium-button-style3-before svg {
|
5094 |
-
opacity: 0;
|
5095 |
-
-webkit-transform: translateX(-5px);
|
5096 |
-
-ms-transform: translateX(-5px);
|
5097 |
-
transform: translateX(-5px);
|
5098 |
-
-webkit-transition: all 0.5s ease-in-out;
|
5099 |
-
transition: all 0.5s ease-in-out; }
|
5100 |
-
|
5101 |
-
.premium-button-style3-after i,
|
5102 |
-
.premium-button-style3-after svg {
|
5103 |
-
opacity: 0;
|
5104 |
-
-webkit-transform: translateX(-5px);
|
5105 |
-
-ms-transform: translateX(-5px);
|
5106 |
-
transform: translateX(-5px);
|
5107 |
-
-webkit-transition: all 0.5s ease-in-out;
|
5108 |
-
transition: all 0.5s ease-in-out;
|
5109 |
-
-webkit-transform: translateX(5px);
|
5110 |
-
-ms-transform: translateX(5px);
|
5111 |
-
transform: translateX(5px); }
|
5112 |
-
|
5113 |
-
.premium-button-style3-after:hover i,
|
5114 |
-
.premium-button-style3-after:hover svg {
|
5115 |
-
opacity: 1; }
|
5116 |
-
|
5117 |
-
.premium-button-style3-before:hover i,
|
5118 |
-
.premium-button-style3-before:hover svg {
|
5119 |
-
opacity: 1; }
|
5120 |
-
|
5121 |
-
.premium-button-text-icon-wrapper {
|
5122 |
-
width: 100%;
|
5123 |
-
-js-display: flex;
|
5124 |
-
display: -webkit-box;
|
5125 |
-
display: -webkit-flex;
|
5126 |
-
display: -moz-box;
|
5127 |
-
display: -ms-flexbox;
|
5128 |
-
display: flex;
|
5129 |
-
-webkit-box-pack: center;
|
5130 |
-
-webkit-justify-content: center;
|
5131 |
-
-moz-box-pack: center;
|
5132 |
-
-ms-flex-pack: center;
|
5133 |
-
justify-content: center;
|
5134 |
-
-webkit-box-align: center;
|
5135 |
-
-webkit-align-items: center;
|
5136 |
-
-moz-box-align: center;
|
5137 |
-
-ms-flex-align: center;
|
5138 |
-
align-items: center;
|
5139 |
-
-webkit-transition: all 0.2s ease-in-out;
|
5140 |
-
transition: all 0.2s ease-in-out; }
|
5141 |
-
.premium-button-text-icon-wrapper span,
|
5142 |
-
.premium-button-text-icon-wrapper i,
|
5143 |
-
.premium-button-text-icon-wrapper svg {
|
5144 |
-
-webkit-transition: all 0.2s ease-in-out;
|
5145 |
-
transition: all 0.2s ease-in-out; }
|
5146 |
-
|
5147 |
-
.premium-button-style4-icon-wrapper {
|
5148 |
-
position: absolute;
|
5149 |
-
z-index: 2;
|
5150 |
-
width: 100%;
|
5151 |
-
text-align: center;
|
5152 |
-
-js-display: flex;
|
5153 |
-
display: -webkit-box;
|
5154 |
-
display: -webkit-flex;
|
5155 |
-
display: -moz-box;
|
5156 |
-
display: -ms-flexbox;
|
5157 |
-
display: flex;
|
5158 |
-
-webkit-box-align: center;
|
5159 |
-
-webkit-align-items: center;
|
5160 |
-
-moz-box-align: center;
|
5161 |
-
-ms-flex-align: center;
|
5162 |
-
align-items: center;
|
5163 |
-
-webkit-box-pack: center;
|
5164 |
-
-webkit-justify-content: center;
|
5165 |
-
-moz-box-pack: center;
|
5166 |
-
-ms-flex-pack: center;
|
5167 |
-
justify-content: center;
|
5168 |
-
height: 100%;
|
5169 |
-
opacity: 0;
|
5170 |
-
-webkit-transition: all 0.3s ease-in-out;
|
5171 |
-
transition: all 0.3s ease-in-out; }
|
5172 |
-
.premium-button-style4-icon-wrapper.top {
|
5173 |
-
bottom: -100%;
|
5174 |
-
left: 0; }
|
5175 |
-
.premium-button-style4-icon-wrapper.bottom {
|
5176 |
-
top: -100%;
|
5177 |
-
left: 0; }
|
5178 |
-
.premium-button-style4-icon-wrapper.left {
|
5179 |
-
top: 0;
|
5180 |
-
left: -100%; }
|
5181 |
-
.premium-button-style4-icon-wrapper.right {
|
5182 |
-
top: 0;
|
5183 |
-
right: -100%; }
|
5184 |
-
|
5185 |
-
.premium-button-style4-bottom:hover .premium-button-style4-icon-wrapper {
|
5186 |
-
top: 0;
|
5187 |
-
opacity: 1; }
|
5188 |
-
|
5189 |
-
.premium-button-style4-top:hover .premium-button-style4-icon-wrapper {
|
5190 |
-
bottom: 0;
|
5191 |
-
opacity: 1; }
|
5192 |
-
|
5193 |
-
.premium-button-style4-left:hover .premium-button-style4-icon-wrapper {
|
5194 |
-
left: 0;
|
5195 |
-
opacity: 1; }
|
5196 |
-
|
5197 |
-
.premium-button-style4-right:hover .premium-button-style4-icon-wrapper {
|
5198 |
-
right: 0;
|
5199 |
-
opacity: 1; }
|
5200 |
-
|
5201 |
-
.premium-button-style4-bottom:hover .premium-button-text-icon-wrapper {
|
5202 |
-
-webkit-transform: translateY(100%);
|
5203 |
-
-ms-transform: translateY(100%);
|
5204 |
-
transform: translateY(100%);
|
5205 |
-
opacity: 0; }
|
5206 |
-
|
5207 |
-
.premium-button-style4-top:hover .premium-button-text-icon-wrapper {
|
5208 |
-
-webkit-transform: translateY(-100%);
|
5209 |
-
-ms-transform: translateY(-100%);
|
5210 |
-
transform: translateY(-100%);
|
5211 |
-
opacity: 0; }
|
5212 |
-
|
5213 |
-
.premium-button-style4-left:hover .premium-button-text-icon-wrapper {
|
5214 |
-
-webkit-transform: translateX(100%);
|
5215 |
-
-ms-transform: translateX(100%);
|
5216 |
-
transform: translateX(100%);
|
5217 |
-
opacity: 0; }
|
5218 |
-
|
5219 |
-
.premium-button-style4-right:hover .premium-button-text-icon-wrapper {
|
5220 |
-
-webkit-transform: translateX(-100%);
|
5221 |
-
-ms-transform: translateX(-100%);
|
5222 |
-
transform: translateX(-100%);
|
5223 |
-
opacity: 0; }
|
5224 |
-
|
5225 |
-
.premium-button-style6:before {
|
5226 |
-
content: "";
|
5227 |
-
position: absolute;
|
5228 |
-
left: 50%;
|
5229 |
-
top: 50%;
|
5230 |
-
width: 100px;
|
5231 |
-
height: 100px;
|
5232 |
-
-webkit-border-radius: 100%;
|
5233 |
-
border-radius: 100%;
|
5234 |
-
-webkit-transform: translate(-50%, -50%) scale(0);
|
5235 |
-
-ms-transform: translate(-50%, -50%) scale(0);
|
5236 |
-
transform: translate(-50%, -50%) scale(0);
|
5237 |
-
-webkit-transition: all 0.3s ease-in-out;
|
5238 |
-
transition: all 0.3s ease-in-out; }
|
5239 |
-
|
5240 |
-
.premium-button-style6:hover:before {
|
5241 |
-
-webkit-transform: translate(-50%, -50%) scale(3);
|
5242 |
-
-ms-transform: translate(-50%, -50%) scale(3);
|
5243 |
-
transform: translate(-50%, -50%) scale(3); }
|
5244 |
-
|
5245 |
-
.premium-button-style6 .premium-button-text-icon-wrapper {
|
5246 |
-
position: relative;
|
5247 |
-
z-index: 1; }
|
5248 |
-
|
5249 |
-
.premium-mouse-detect-yes .premium-button-style6 .premium-button-style6-bg {
|
5250 |
-
position: absolute;
|
5251 |
-
z-index: 0;
|
5252 |
-
top: 0;
|
5253 |
-
left: 0;
|
5254 |
-
width: 0px;
|
5255 |
-
height: 0px;
|
5256 |
-
-webkit-border-radius: 50%;
|
5257 |
-
border-radius: 50%;
|
5258 |
-
display: block;
|
5259 |
-
-webkit-transform: translate(-50%, -50%);
|
5260 |
-
-ms-transform: translate(-50%, -50%);
|
5261 |
-
transform: translate(-50%, -50%);
|
5262 |
-
-webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
|
5263 |
-
transition: width 0.4s ease-in-out, height 0.4s ease-in-out; }
|
5264 |
-
|
5265 |
-
.premium-mouse-detect-yes .premium-button-style6:hover .premium-button-style6-bg {
|
5266 |
-
width: 225%;
|
5267 |
-
height: 560px; }
|
5268 |
-
|
5269 |
-
.premium-mouse-detect-yes .premium-button-style6:before {
|
5270 |
-
width: 0;
|
5271 |
-
height: 0; }
|
5272 |
-
|
5273 |
-
.premium-button-style7-right .premium-button-text-icon-wrapper:before,
|
5274 |
-
.premium-button-style7-left .premium-button-text-icon-wrapper:before {
|
5275 |
-
-webkit-transition: width 0.3s ease-out 0.15s;
|
5276 |
-
transition: width 0.3s ease-out 0.15s; }
|
5277 |
-
|
5278 |
-
.premium-button-style7-right .premium-button-text-icon-wrapper:after,
|
5279 |
-
.premium-button-style7-left .premium-button-text-icon-wrapper:after {
|
5280 |
-
-webkit-transition: width 0.3s ease-out 0s;
|
5281 |
-
transition: width 0.3s ease-out 0s; }
|
5282 |
-
|
5283 |
-
.premium-button-style7-bottom .premium-button-text-icon-wrapper:before,
|
5284 |
-
.premium-button-style7-top .premium-button-text-icon-wrapper:before {
|
5285 |
-
-webkit-transition: height 0.3s ease-out 0.15s;
|
5286 |
-
transition: height 0.3s ease-out 0.15s; }
|
5287 |
-
|
5288 |
-
.premium-button-style7-bottom .premium-button-text-icon-wrapper:after,
|
5289 |
-
.premium-button-style7-top .premium-button-text-icon-wrapper:after {
|
5290 |
-
-webkit-transition: height 0.3s ease-out 0s;
|
5291 |
-
transition: height 0.3s ease-out 0s; }
|
5292 |
-
|
5293 |
-
.premium-button-style7:hover .premium-button-text-icon-wrapper:before {
|
5294 |
-
-webkit-transition-delay: 0s;
|
5295 |
-
transition-delay: 0s; }
|
5296 |
-
|
5297 |
-
.premium-button-style7:hover .premium-button-text-icon-wrapper:after {
|
5298 |
-
-webkit-transition-delay: 0.15s;
|
5299 |
-
transition-delay: 0.15s; }
|
5300 |
-
|
5301 |
-
.premium-button-style7-bottom .premium-button-text-icon-wrapper:before,
|
5302 |
-
.premium-button-style7-bottom .premium-button-text-icon-wrapper:after {
|
5303 |
-
content: "";
|
5304 |
-
position: absolute;
|
5305 |
-
right: 0;
|
5306 |
-
top: 0;
|
5307 |
-
left: 0;
|
5308 |
-
height: 0;
|
5309 |
-
z-index: -1; }
|
5310 |
-
|
5311 |
-
.premium-button-style7-top .premium-button-text-icon-wrapper:after,
|
5312 |
-
.premium-button-style7-top .premium-button-text-icon-wrapper:before {
|
5313 |
-
content: "";
|
5314 |
-
position: absolute;
|
5315 |
-
right: 0;
|
5316 |
-
bottom: 0;
|
5317 |
-
left: 0;
|
5318 |
-
height: 0;
|
5319 |
-
z-index: -1; }
|
5320 |
-
|
5321 |
-
.premium-button-style7-right .premium-button-text-icon-wrapper:after,
|
5322 |
-
.premium-button-style7-right .premium-button-text-icon-wrapper:before {
|
5323 |
-
content: "";
|
5324 |
-
position: absolute;
|
5325 |
-
right: 0;
|
5326 |
-
top: 0;
|
5327 |
-
bottom: 0;
|
5328 |
-
width: 0;
|
5329 |
-
z-index: -1; }
|
5330 |
-
|
5331 |
-
.premium-button-style7-left .premium-button-text-icon-wrapper:after,
|
5332 |
-
.premium-button-style7-left .premium-button-text-icon-wrapper:before {
|
5333 |
-
content: "";
|
5334 |
-
position: absolute;
|
5335 |
-
left: 0;
|
5336 |
-
top: 0;
|
5337 |
-
bottom: 0;
|
5338 |
-
width: 0;
|
5339 |
-
z-index: -1; }
|
5340 |
-
|
5341 |
-
.premium-button-style7-bottom:hover .premium-button-text-icon-wrapper:after,
|
5342 |
-
.premium-button-style7-bottom:hover .premium-button-text-icon-wrapper:before {
|
5343 |
-
height: 100%;
|
5344 |
-
top: 0; }
|
5345 |
-
|
5346 |
-
.premium-button-style7-top:hover .premium-button-text-icon-wrapper:after,
|
5347 |
-
.premium-button-style7-top:hover .premium-button-text-icon-wrapper:before {
|
5348 |
-
height: 100%;
|
5349 |
-
bottom: 0; }
|
5350 |
-
|
5351 |
-
.premium-button-style7-left:hover .premium-button-text-icon-wrapper:after,
|
5352 |
-
.premium-button-style7-left:hover .premium-button-text-icon-wrapper:before {
|
5353 |
-
width: 100%;
|
5354 |
-
left: 0; }
|
5355 |
-
|
5356 |
-
.
|
1 |
+
@charset "UTF-8";
|
2 |
+
@font-face {
|
3 |
+
font-family: "pa-elements";
|
4 |
+
src: url("../../editor/fonts/pa-elements.eot?9e1efm");
|
5 |
+
src: url("../../editor/fonts/pa-elements.eot?9e1efm#iefix") format("embedded-opentype"), url("../../editor/fonts/pa-elements.ttf?9e1efm") format("truetype"), url("../../editor/fonts/pa-elements.woff?9e1efm") format("woff"), url("../../editor/fonts/pa-elements.svg?9e1efm#pa-elements") format("svg");
|
6 |
+
font-weight: normal;
|
7 |
+
font-style: normal; }
|
8 |
+
|
9 |
+
/**************** Premium Banner ****************/
|
10 |
+
/************************************************/
|
11 |
+
.premium-banner {
|
12 |
+
overflow: hidden; }
|
13 |
+
|
14 |
+
.premium-banner-ib {
|
15 |
+
display: block;
|
16 |
+
position: relative;
|
17 |
+
z-index: 1;
|
18 |
+
overflow: hidden;
|
19 |
+
margin: 0;
|
20 |
+
text-align: center;
|
21 |
+
-webkit-box-sizing: border-box;
|
22 |
+
-moz-box-sizing: border-box;
|
23 |
+
box-sizing: border-box; }
|
24 |
+
.premium-banner-ib img {
|
25 |
+
display: block;
|
26 |
+
position: relative; }
|
27 |
+
|
28 |
+
.premium-banner-img-wrap {
|
29 |
+
-js-display: flex;
|
30 |
+
display: -webkit-box;
|
31 |
+
display: -webkit-flex;
|
32 |
+
display: -moz-box;
|
33 |
+
display: -ms-flexbox;
|
34 |
+
display: flex;
|
35 |
+
height: 100%; }
|
36 |
+
.premium-banner-img-wrap .premium-banner-ib-img {
|
37 |
+
-webkit-flex-shrink: 0;
|
38 |
+
-ms-flex-negative: 0;
|
39 |
+
flex-shrink: 0; }
|
40 |
+
|
41 |
+
.premium-banner-ib-desc .premium-banner-read-more {
|
42 |
+
z-index: 100; }
|
43 |
+
|
44 |
+
.elementor-widget-premium-addon-banner .premium-banner-ib-title {
|
45 |
+
background: transparent; }
|
46 |
+
|
47 |
+
.premium-banner-ib *,
|
48 |
+
.premium-banner-ib .premium-banner-ib-desc {
|
49 |
+
-webkit-box-sizing: border-box;
|
50 |
+
-moz-box-sizing: border-box;
|
51 |
+
box-sizing: border-box; }
|
52 |
+
|
53 |
+
.premium-banner-ib img {
|
54 |
+
min-width: 100%;
|
55 |
+
max-width: 100%;
|
56 |
+
-webkit-transition: opacity 0.35s;
|
57 |
+
transition: opacity 0.35s; }
|
58 |
+
|
59 |
+
.premium-banner-ib .premium-banner-ib-desc {
|
60 |
+
padding: 15px;
|
61 |
+
-webkit-backface-visibility: hidden;
|
62 |
+
backface-visibility: hidden;
|
63 |
+
-webkit-box-sizing: border-box;
|
64 |
+
-moz-box-sizing: border-box;
|
65 |
+
box-sizing: border-box;
|
66 |
+
position: absolute;
|
67 |
+
top: 0;
|
68 |
+
left: 0;
|
69 |
+
width: 100%;
|
70 |
+
height: 100%; }
|
71 |
+
|
72 |
+
.premium-banner-ib .premium-banner-ib-link {
|
73 |
+
position: absolute;
|
74 |
+
top: 0;
|
75 |
+
left: 0;
|
76 |
+
width: 100%;
|
77 |
+
height: 100%;
|
78 |
+
z-index: 1000;
|
79 |
+
text-indent: 200%;
|
80 |
+
white-space: nowrap;
|
81 |
+
font-size: 0;
|
82 |
+
opacity: 0; }
|
83 |
+
|
84 |
+
.premium-banner-ib a.premium-banner-ib-link {
|
85 |
+
display: block;
|
86 |
+
background: 0 0; }
|
87 |
+
|
88 |
+
.premium-banner-animation1 img {
|
89 |
+
width: -webkit-calc(100% + 50px) !important;
|
90 |
+
width: calc(100% + 50px) !important;
|
91 |
+
max-width: -webkit-calc(100% + 50px) !important;
|
92 |
+
max-width: calc(100% + 50px) !important;
|
93 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
94 |
+
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
95 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
96 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
97 |
+
-webkit-transform: translate3d(-40px, 0, 0);
|
98 |
+
transform: translate3d(-40px, 0, 0); }
|
99 |
+
|
100 |
+
.premium-banner-animation2 .premium-banner-ib-title {
|
101 |
+
padding: 15px; }
|
102 |
+
|
103 |
+
.premium-banner-animation1 .premium-banner-ib-desc {
|
104 |
+
top: auto;
|
105 |
+
bottom: 0;
|
106 |
+
min-height: 25%;
|
107 |
+
height: auto;
|
108 |
+
max-height: 100%;
|
109 |
+
text-align: left; }
|
110 |
+
|
111 |
+
.premium-banner-animation1 .premium-banner-ib-content,
|
112 |
+
.premium-banner-animation1 .premium-banner-ib-title,
|
113 |
+
.premium-banner-animation1 .premium-banner-read-more {
|
114 |
+
-webkit-transform: translate3d(0, 40px, 0);
|
115 |
+
transform: translate3d(0, 40px, 0);
|
116 |
+
-webkit-transition-delay: 0.05s;
|
117 |
+
transition-delay: 0.05s;
|
118 |
+
-webkit-transition-duration: 0.35s;
|
119 |
+
transition-duration: 0.35s; }
|
120 |
+
|
121 |
+
.premium-banner-animation1 .premium-banner-ib-title {
|
122 |
+
-webkit-transition: -webkit-transform 0.35s;
|
123 |
+
transition: -webkit-transform 0.35s;
|
124 |
+
transition: transform 0.35s;
|
125 |
+
transition: transform 0.35s, -webkit-transform 0.35s; }
|
126 |
+
|
127 |
+
.premium-banner-animation1 .premium-banner-ib-content,
|
128 |
+
.premium-banner-animation1 .premium-banner-read-more {
|
129 |
+
margin-top: 10px;
|
130 |
+
opacity: 0;
|
131 |
+
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
|
132 |
+
transition: opacity 0.2s, -webkit-transform 0.35s;
|
133 |
+
transition: opacity 0.2s, transform 0.35s;
|
134 |
+
transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s; }
|
135 |
+
|
136 |
+
.premium-banner-animation1:hover .premium-banner-ib-content,
|
137 |
+
.premium-banner-animation1.active .premium-banner-ib-content,
|
138 |
+
.premium-banner-animation1:hover .premium-banner-read-more,
|
139 |
+
.premium-banner-animation1.active .premium-banner-read-more {
|
140 |
+
opacity: 1;
|
141 |
+
-webkit-transition-delay: 0.05s;
|
142 |
+
transition-delay: 0.05s;
|
143 |
+
-webkit-transition-duration: 0.35s;
|
144 |
+
transition-duration: 0.35s; }
|
145 |
+
|
146 |
+
.premium-banner-animation1:hover .premium-banner-ib-content,
|
147 |
+
.premium-banner-animation1.active .premium-banner-ib-content,
|
148 |
+
.premium-banner-animation1:hover .premium-banner-read-more,
|
149 |
+
.premium-banner-animation1.active .premium-banner-read-more,
|
150 |
+
.premium-banner-animation1:hover .premium-banner-ib-title,
|
151 |
+
.premium-banner-animation1.active .premium-banner-ib-title,
|
152 |
+
.premium-banner-animation1:hover img,
|
153 |
+
.premium-banner-animation1.active img {
|
154 |
+
-webkit-transform: translate3d(0, 0, 0);
|
155 |
+
transform: translate3d(0, 0, 0);
|
156 |
+
-webkit-transition-delay: 0.05s;
|
157 |
+
transition-delay: 0.05s;
|
158 |
+
-webkit-transition-duration: 0.35s;
|
159 |
+
transition-duration: 0.35s; }
|
160 |
+
|
161 |
+
.premium-banner-animation1.zoomout img,
|
162 |
+
.premium-banner-animation1.scale img {
|
163 |
+
-webkit-transform: translate3d(-40px, 0, 0) scale(1.1);
|
164 |
+
transform: translate3d(-40px, 0, 0) scale(1.1); }
|
165 |
+
|
166 |
+
.premium-banner-ib.sepia img {
|
167 |
+
-webkit-filter: sepia(30%);
|
168 |
+
filter: sepia(30%); }
|
169 |
+
|
170 |
+
.premium-banner-ib.bright img {
|
171 |
+
-webkit-filter: brightness(1);
|
172 |
+
filter: brightness(1); }
|
173 |
+
|
174 |
+
.premium-banner-ib.sepia:hover img {
|
175 |
+
-webkit-filter: sepia(0%);
|
176 |
+
filter: sepia(0%); }
|
177 |
+
|
178 |
+
.premium-banner-ib.bright:hover img {
|
179 |
+
-webkit-filter: brightness(1.2);
|
180 |
+
filter: brightness(1.2); }
|
181 |
+
|
182 |
+
.premium-banner-animation1.premium-banner-min-height img,
|
183 |
+
.premium-banner-animation2.premium-banner-min-height img,
|
184 |
+
.premium-banner-animation4.premium-banner-min-height img,
|
185 |
+
.premium-banner-animation5.premium-banner-min-height img,
|
186 |
+
.premium-banner-animation6.premium-banner-min-height img,
|
187 |
+
.premium-banner-animation13.premium-banner-min-height img {
|
188 |
+
height: auto; }
|
189 |
+
|
190 |
+
.premium-banner-animation2 img {
|
191 |
+
width: 100%; }
|
192 |
+
|
193 |
+
.premium-banner-animation2 .premium-banner-ib-desc::before {
|
194 |
+
position: absolute;
|
195 |
+
content: "";
|
196 |
+
top: 0;
|
197 |
+
left: 0;
|
198 |
+
width: 100%;
|
199 |
+
height: 100%;
|
200 |
+
opacity: 0;
|
201 |
+
-webkit-transform: translate3d(0, 50%, 0);
|
202 |
+
transform: translate3d(0, 50%, 0); }
|
203 |
+
|
204 |
+
.premium-banner-animation2 .premium-banner-ib-title {
|
205 |
+
position: absolute;
|
206 |
+
top: 50%;
|
207 |
+
left: 0;
|
208 |
+
width: 100%;
|
209 |
+
-webkit-transition: color 0.35s, -webkit-transform 0.35s;
|
210 |
+
transition: color 0.35s, -webkit-transform 0.35s;
|
211 |
+
transition: transform 0.35s, color 0.35s;
|
212 |
+
transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
|
213 |
+
-webkit-transform: translate3d(0, -50%, 0);
|
214 |
+
transform: translate3d(0, -50%, 0); }
|
215 |
+
|
216 |
+
.premium-banner-animation2 .premium-banner-ib-content,
|
217 |
+
.premium-banner-animation2 .premium-banner-read-more,
|
218 |
+
.premium-banner-animation2 .premium-banner-ib-desc::before {
|
219 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
220 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
221 |
+
transition: opacity 0.35s, transform 0.35s;
|
222 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
|
223 |
+
|
224 |
+
.premium-banner-animation2 .premium-banner-ib-content,
|
225 |
+
.premium-banner-animation2 .premium-banner-read-more {
|
226 |
+
position: absolute;
|
227 |
+
bottom: 0;
|
228 |
+
left: 0;
|
229 |
+
padding: 15px;
|
230 |
+
width: 100%;
|
231 |
+
max-height: 50%;
|
232 |
+
opacity: 0;
|
233 |
+
-webkit-transform: translate3d(0, 10px, 0);
|
234 |
+
transform: translate3d(0, 10px, 0); }
|
235 |
+
|
236 |
+
.premium-banner-animation2:hover .premium-banner-ib-title,
|
237 |
+
.premium-banner-animation2.active .premium-banner-ib-title {
|
238 |
+
-webkit-transform: translate3d(0, -40px, 0);
|
239 |
+
transform: translate3d(0, -40px, 0); }
|
240 |
+
|
241 |
+
.premium-banner-animation2:hover .premium-banner-read-more,
|
242 |
+
.premium-banner-animation2.active .premium-banner-read-more,
|
243 |
+
.premium-banner-animation2:hover .premium-banner-ib-desc::before,
|
244 |
+
.premium-banner-animation2.active .premium-banner-ib-desc::before {
|
245 |
+
opacity: 1;
|
246 |
+
-webkit-transform: translate3d(0, 0, 0);
|
247 |
+
transform: translate3d(0, 0, 0); }
|
248 |
+
|
249 |
+
.premium-banner-animation2:hover .premium-banner-ib-content,
|
250 |
+
.premium-banner-animation2.active .premium-banner-ib-content {
|
251 |
+
opacity: 1;
|
252 |
+
-webkit-transform: translate3d(0, -30px, 0);
|
253 |
+
transform: translate3d(0, -30px, 0); }
|
254 |
+
|
255 |
+
.premium-banner-animation3 .premium-banner-ib-title {
|
256 |
+
position: absolute;
|
257 |
+
bottom: 0;
|
258 |
+
left: 0;
|
259 |
+
padding: 15px;
|
260 |
+
width: 100%;
|
261 |
+
text-align: left;
|
262 |
+
-webkit-transform: translate3d(0, -30px, 0);
|
263 |
+
transform: translate3d(0, -30px, 0); }
|
264 |
+
|
265 |
+
.premium-banner-animation3 .premium-banner-ib-desc::before,
|
266 |
+
.premium-banner-animation3 .premium-banner-ib-title {
|
267 |
+
-webkit-transition: -webkit-transform 0.35s;
|
268 |
+
transition: -webkit-transform 0.35s;
|
269 |
+
transition: transform 0.35s;
|
270 |
+
transition: transform 0.35s, -webkit-transform 0.35s; }
|
271 |
+
|
272 |
+
.premium-banner-animation3:hover .premium-banner-ib-desc::before,
|
273 |
+
.premium-banner-animation3.active .premium-banner-ib-desc::before,
|
274 |
+
.premium-banner-animation3:hover .premium-banner-ib-title,
|
275 |
+
.premium-banner-animation3.active .premium-banner-ib-title {
|
276 |
+
opacity: 1;
|
277 |
+
-webkit-transform: translate3d(0, 0, 0);
|
278 |
+
transform: translate3d(0, 0, 0); }
|
279 |
+
|
280 |
+
.premium-banner-animation3 .premium-banner-ib-content {
|
281 |
+
max-height: -webkit-calc(100% - 60px - 1.5em);
|
282 |
+
max-height: calc(100% - 60px - 1.5em);
|
283 |
+
overflow: hidden; }
|
284 |
+
|
285 |
+
.premium-banner-animation4 img {
|
286 |
+
width: -webkit-calc(100% + 40px) !important;
|
287 |
+
width: calc(100% + 40px) !important;
|
288 |
+
max-width: -webkit-calc(100% + 40px) !important;
|
289 |
+
max-width: calc(100% + 40px) !important; }
|
290 |
+
|
291 |
+
.premium-banner-animation4 .premium-banner-ib-desc {
|
292 |
+
padding: 30px; }
|
293 |
+
.premium-banner-animation4 .premium-banner-ib-desc::after {
|
294 |
+
position: absolute;
|
295 |
+
content: "";
|
296 |
+
opacity: 0; }
|
297 |
+
.premium-banner-animation4 .premium-banner-ib-desc::before {
|
298 |
+
position: absolute;
|
299 |
+
content: "";
|
300 |
+
opacity: 0;
|
301 |
+
top: 50px;
|
302 |
+
right: 30px;
|
303 |
+
bottom: 50px;
|
304 |
+
left: 30px;
|
305 |
+
border-top: 1px solid #fff;
|
306 |
+
border-bottom: 1px solid #fff;
|
307 |
+
-webkit-transform: scale(0, 1);
|
308 |
+
-ms-transform: scale(0, 1);
|
309 |
+
transform: scale(0, 1);
|
310 |
+
-webkit-transform-origin: 0 0;
|
311 |
+
-ms-transform-origin: 0 0;
|
312 |
+
transform-origin: 0 0; }
|
313 |
+
.premium-banner-animation4 .premium-banner-ib-desc::after {
|
314 |
+
top: 30px;
|
315 |
+
right: 50px;
|
316 |
+
bottom: 30px;
|
317 |
+
left: 50px;
|
318 |
+
border-right: 1px solid #fff;
|
319 |
+
border-left: 1px solid #fff;
|
320 |
+
-webkit-transform: scale(1, 0);
|
321 |
+
-ms-transform: scale(1, 0);
|
322 |
+
transform: scale(1, 0);
|
323 |
+
-webkit-transform-origin: 100% 0;
|
324 |
+
-ms-transform-origin: 100% 0;
|
325 |
+
transform-origin: 100% 0; }
|
326 |
+
|
327 |
+
.premium-banner-animation4 .premium-banner-ib-title {
|
328 |
+
padding: 50px 30px 0 30px;
|
329 |
+
-webkit-transition: -webkit-transform 0.35s;
|
330 |
+
transition: -webkit-transform 0.35s;
|
331 |
+
transition: transform 0.35s;
|
332 |
+
transition: transform 0.35s, -webkit-transform 0.35s; }
|
333 |
+
|
334 |
+
.premium-banner-animation4 .premium-banner-ib-content,
|
335 |
+
.premium-banner-animation4 .premium-banner-read-more {
|
336 |
+
padding: 10px 30px;
|
337 |
+
opacity: 0;
|
338 |
+
overflow: hidden;
|
339 |
+
-webkit-transform: translate3d(0, -10px, 0);
|
340 |
+
transform: translate3d(0, -10px, 0); }
|
341 |
+
|
342 |
+
.premium-banner-animation4 .premium-banner-ib-title,
|
343 |
+
.premium-banner-animation4 img {
|
344 |
+
-webkit-transform: translate3d(-30px, 0, 0);
|
345 |
+
transform: translate3d(-30px, 0, 0); }
|
346 |
+
|
347 |
+
.premium-banner-animation4.zoomout img,
|
348 |
+
.premium-banner-animation4.scale img {
|
349 |
+
-webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
|
350 |
+
transform: translate3d(-30px, 0, 0) scale(1.1); }
|
351 |
+
|
352 |
+
.premium-banner-animation4 .premium-banner-ib-content,
|
353 |
+
.premium-banner-animation4 .premium-banner-read-more {
|
354 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
355 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
356 |
+
transition: opacity 0.35s, transform 0.35s;
|
357 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
|
358 |
+
|
359 |
+
.premium-banner-animation4 .premium-banner-ib-desc::after, .premium-banner-animation4 .premium-banner-ib-desc::before {
|
360 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
361 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
362 |
+
transition: opacity 0.35s, transform 0.35s;
|
363 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
|
364 |
+
|
365 |
+
.premium-banner-animation4 img {
|
366 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
367 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
368 |
+
transition: opacity 0.35s, transform 0.35s;
|
369 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
|
370 |
+
|
371 |
+
.premium-banner-animation4:hover .premium-banner-ib-desc::after,
|
372 |
+
.premium-banner-animation4.active .premium-banner-ib-desc::after,
|
373 |
+
.premium-banner-animation4:hover .premium-banner-ib-desc::before,
|
374 |
+
.premium-banner-animation4.active .premium-banner-ib-desc::before {
|
375 |
+
opacity: 1;
|
376 |
+
-webkit-transform: scale(1);
|
377 |
+
-ms-transform: scale(1);
|
378 |
+
transform: scale(1); }
|
379 |
+
|
380 |
+
.premium-banner-animation4:hover .premium-banner-ib-content,
|
381 |
+
.premium-banner-animation4.active .premium-banner-ib-content,
|
382 |
+
.premium-banner-animation4:hover .premium-banner-read-more,
|
383 |
+
.premium-banner-animation4.active .premium-banner-read-more,
|
384 |
+
.premium-banner-animation4:hover .premium-banner-ib-title,
|
385 |
+
.premium-banner-animation4.active .premium-banner-ib-title {
|
386 |
+
opacity: 1;
|
387 |
+
-webkit-transform: translate3d(0, 0, 0);
|
388 |
+
transform: translate3d(0, 0, 0); }
|
389 |
+
|
390 |
+
.premium-banner-animation4:hover .premium-banner-ib-content,
|
391 |
+
.premium-banner-animation4:hover .premium-banner-ib-desc::after,
|
392 |
+
.premium-banner-animation4:hover .premium-banner-ib-title,
|
393 |
+
.premium-banner-animation4:hover img {
|
394 |
+
-webkit-transition-delay: 0.15s;
|
395 |
+
transition-delay: 0.15s; }
|
396 |
+
|
397 |
+
.premium-banner-animation5 .premium-banner-ib-desc {
|
398 |
+
top: auto;
|
399 |
+
bottom: 0;
|
400 |
+
padding: 15px;
|
401 |
+
height: auto;
|
402 |
+
background: #f2f2f2;
|
403 |
+
color: #3c4a50;
|
404 |
+
-webkit-transition: -webkit-transform 0.35s;
|
405 |
+
transition: -webkit-transform 0.35s;
|
406 |
+
transition: transform 0.35s;
|
407 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
408 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
409 |
+
transform: translate3d(0, 100%, 0); }
|
410 |
+
|
411 |
+
.premium-banner-animation5 .premium-banner-ib-content {
|
412 |
+
position: absolute;
|
413 |
+
top: auto;
|
414 |
+
bottom: 100%;
|
415 |
+
left: 0;
|
416 |
+
width: 100%;
|
417 |
+
padding: 15px;
|
418 |
+
opacity: 0;
|
419 |
+
-webkit-transition: opacity 0.35s;
|
420 |
+
transition: opacity 0.35s; }
|
421 |
+
|
422 |
+
.premium-banner-animation5 .premium-banner-ib-title,
|
423 |
+
.premium-banner-animation5 .premium-banner-read-more {
|
424 |
+
-webkit-transition: -webkit-transform 0.35s;
|
425 |
+
transition: -webkit-transform 0.35s;
|
426 |
+
transition: transform 0.35s;
|
427 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
428 |
+
-webkit-transform: translate3d(0, 200%, 0);
|
429 |
+
transform: translate3d(0, 200%, 0);
|
430 |
+
text-align: center; }
|
431 |
+
|
432 |
+
.premium-banner-animation5 .premium-banner-ib-title {
|
433 |
+
margin: 10px 0; }
|
434 |
+
|
435 |
+
.premium-banner-animation5:hover .premium-banner-ib-content,
|
436 |
+
.premium-banner-animation5.active .premium-banner-ib-content,
|
437 |
+
.premium-banner-animation5:hover .premium-banner-ib-content *,
|
438 |
+
.premium-banner-animation5.active .premium-banner-ib-content * {
|
439 |
+
opacity: 1 !important;
|
440 |
+
z-index: 99 !important;
|
441 |
+
-webkit-backface-visibility: hidden !important;
|
442 |
+
backface-visibility: hidden !important; }
|
443 |
+
|
444 |
+
.premium-banner-animation5:hover .premium-banner-ib-desc,
|
445 |
+
.premium-banner-animation5.active .premium-banner-ib-desc,
|
446 |
+
.premium-banner-animation5:hover .premium-banner-ib-title,
|
447 |
+
.premium-banner-animation5.active .premium-banner-ib-title,
|
448 |
+
.premium-banner-animation5:hover .premium-banner-read-more,
|
449 |
+
.premium-banner-animation5.active .premium-banner-read-more {
|
450 |
+
-webkit-transform: translateY(0);
|
451 |
+
-ms-transform: translateY(0);
|
452 |
+
transform: translateY(0); }
|
453 |
+
|
454 |
+
.premium-banner-animation5:hover .premium-banner-ib-title {
|
455 |
+
-webkit-transition-delay: 0.05s;
|
456 |
+
transition-delay: 0.05s; }
|
457 |
+
|
458 |
+
.premium-banner-animation5 img {
|
459 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
460 |
+
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
461 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
462 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s; }
|
463 |
+
|
464 |
+
.premium-banner-animation2 img,
|
465 |
+
.premium-banner-animation4 img,
|
466 |
+
.premium-banner-animation6 img {
|
467 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
468 |
+
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
469 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
470 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s; }
|
471 |
+
|
472 |
+
.premium-banner-animation5.zoomout img,
|
473 |
+
.premium-banner-animation5.scale img {
|
474 |
+
-webkit-transform: scale(1.1);
|
475 |
+
-ms-transform: scale(1.1);
|
476 |
+
transform: scale(1.1); }
|
477 |
+
|
478 |
+
.premium-banner-animation2.zoomout img,
|
479 |
+
.premium-banner-animation2.scale img {
|
480 |
+
-webkit-transform: scale(1.1);
|
481 |
+
-ms-transform: scale(1.1);
|
482 |
+
transform: scale(1.1); }
|
483 |
+
|
484 |
+
.premium-banner-animation6.zoomout img,
|
485 |
+
.premium-banner-animation6.scale img {
|
486 |
+
-webkit-transform: scale(1.1);
|
487 |
+
-ms-transform: scale(1.1);
|
488 |
+
transform: scale(1.1); }
|
489 |
+
|
490 |
+
.premium-banner-animation5.zoomin:hover img,
|
491 |
+
.premium-banner-animation2.zoomin:hover img,
|
492 |
+
.premium-banner-animation6.zoomin:hover img {
|
493 |
+
-webkit-transform: scale(1.1);
|
494 |
+
-ms-transform: scale(1.1);
|
495 |
+
transform: scale(1.1); }
|
496 |
+
|
497 |
+
.premium-banner-animation5.zoomout:hover img,
|
498 |
+
.premium-banner-animation2.zoomout:hover img,
|
499 |
+
.premium-banner-animation6.zoomout:hover img {
|
500 |
+
-webkit-transform: scale(1);
|
501 |
+
-ms-transform: scale(1);
|
502 |
+
transform: scale(1); }
|
503 |
+
|
504 |
+
.premium-banner-animation5.scale:hover img,
|
505 |
+
.premium-banner-animation2.scale:hover img,
|
506 |
+
.premium-banner-animation6.scale:hover img {
|
507 |
+
-webkit-transform: scale(1.2) rotate(5deg);
|
508 |
+
-ms-transform: scale(1.2) rotate(5deg);
|
509 |
+
transform: scale(1.2) rotate(5deg); }
|
510 |
+
|
511 |
+
.premium-banner-animation5.grayscale:hover img,
|
512 |
+
.premium-banner-animation2.grayscale:hover img,
|
513 |
+
.premium-banner-animation6.grayscale:hover img {
|
514 |
+
-webkit-filter: grayscale(100%);
|
515 |
+
filter: grayscale(100%); }
|
516 |
+
|
517 |
+
.premium-banner-animation5.blur:hover img,
|
518 |
+
.premium-banner-animation2.blur:hover img {
|
519 |
+
-webkit-filter: blur(3px);
|
520 |
+
filter: blur(3px); }
|
521 |
+
|
522 |
+
.premium-banner-animation6.blur:hover img {
|
523 |
+
-webkit-filter: blur(3px);
|
524 |
+
filter: blur(3px); }
|
525 |
+
|
526 |
+
.premium-banner-animation6 .premium-banner-ib-desc {
|
527 |
+
padding: 45px; }
|
528 |
+
.premium-banner-animation6 .premium-banner-ib-desc::before {
|
529 |
+
position: absolute;
|
530 |
+
content: "";
|
531 |
+
top: 30px;
|
532 |
+
right: 30px;
|
533 |
+
bottom: 30px;
|
534 |
+
left: 30px;
|
535 |
+
border: 1px solid #fff; }
|
536 |
+
|
537 |
+
.premium-banner-animation6 .premium-banner-ib-title {
|
538 |
+
margin: 20px 0 10px;
|
539 |
+
-webkit-transition: -webkit-transform 0.35s;
|
540 |
+
transition: -webkit-transform 0.35s;
|
541 |
+
transition: transform 0.35s;
|
542 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
543 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
544 |
+
transform: translate3d(0, 100%, 0); }
|
545 |
+
|
546 |
+
.premium-banner-animation6 .premium-banner-ib-content,
|
547 |
+
.premium-banner-animation6 .premium-banner-read-more,
|
548 |
+
.premium-banner-animation6 .premium-banner-ib-desc::before {
|
549 |
+
opacity: 0;
|
550 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
551 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
552 |
+
transition: opacity 0.35s, transform 0.35s;
|
553 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
554 |
+
-webkit-transform: scale(0);
|
555 |
+
-ms-transform: scale(0);
|
556 |
+
transform: scale(0); }
|
557 |
+
|
558 |
+
.premium-banner-animation6 .premium-banner-read-more {
|
559 |
+
margin-top: 10px; }
|
560 |
+
|
561 |
+
.premium-banner-animation6:hover .premium-banner-ib-title,
|
562 |
+
.premium-banner-animation6.active .premium-banner-ib-title {
|
563 |
+
-webkit-transform: translate3d(0, 0, 0);
|
564 |
+
transform: translate3d(0, 0, 0); }
|
565 |
+
|
566 |
+
.premium-banner-animation6:hover .premium-banner-ib-content,
|
567 |
+
.premium-banner-animation6.active .premium-banner-ib-content,
|
568 |
+
.premium-banner-animation6:hover .premium-banner-read-more,
|
569 |
+
.premium-banner-animation6.active .premium-banner-read-more,
|
570 |
+
.premium-banner-animation6:hover .premium-banner-ib-desc::before,
|
571 |
+
.premium-banner-animation6.active .premium-banner-ib-desc::before {
|
572 |
+
opacity: 1;
|
573 |
+
-webkit-transform: scale(1);
|
574 |
+
-ms-transform: scale(1);
|
575 |
+
transform: scale(1); }
|
576 |
+
|
577 |
+
.premium-banner-animation12 .premium-banner-ib-desc::after {
|
578 |
+
position: absolute;
|
579 |
+
content: "";
|
580 |
+
right: 30px;
|
581 |
+
bottom: 30px;
|
582 |
+
left: 30px;
|
583 |
+
height: -webkit-calc(50% - 30px);
|
584 |
+
height: calc(50% - 30px);
|
585 |
+
border: 7px solid #fff;
|
586 |
+
-webkit-transition: -webkit-transform 0.35s;
|
587 |
+
transition: -webkit-transform 0.35s;
|
588 |
+
transition: transform 0.35s;
|
589 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
590 |
+
-webkit-transform: translate3d(0, -100%, 0);
|
591 |
+
transform: translate3d(0, -100%, 0); }
|
592 |
+
|
593 |
+
.premium-banner-animation12:hover .premium-banner-ib-desc::after,
|
594 |
+
.premium-banner-animation12.active .premium-banner-ib-desc::after {
|
595 |
+
-webkit-transform: translate3d(0, 0, 0);
|
596 |
+
transform: translate3d(0, 0, 0); }
|
597 |
+
|
598 |
+
.premium-banner-animation12 .premium-banner-ib-desc {
|
599 |
+
padding: 45px;
|
600 |
+
text-align: left; }
|
601 |
+
|
602 |
+
.premium-banner-animation12 .premium-banner-ib-content {
|
603 |
+
position: absolute;
|
604 |
+
right: 60px;
|
605 |
+
bottom: 60px;
|
606 |
+
left: 60px;
|
607 |
+
opacity: 0;
|
608 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
609 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
610 |
+
transition: opacity 0.35s, transform 0.35s;
|
611 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
612 |
+
-webkit-transform: translate3d(0, -100px, 0);
|
613 |
+
transform: translate3d(0, -100px, 0); }
|
614 |
+
|
615 |
+
.premium-banner-animation12:hover .premium-banner-ib-content,
|
616 |
+
.premium-banner-animation12.active .premium-banner-ib-content {
|
617 |
+
opacity: 1;
|
618 |
+
-webkit-transform: translate3d(0, 0, 0);
|
619 |
+
transform: translate3d(0, 0, 0); }
|
620 |
+
|
621 |
+
.premium-banner-animation13 img {
|
622 |
+
width: -webkit-calc(100% + 20px) !important;
|
623 |
+
width: calc(100% + 20px) !important;
|
624 |
+
max-width: -webkit-calc(100% + 20px) !important;
|
625 |
+
max-width: calc(100% + 20px) !important;
|
626 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
627 |
+
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
628 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
629 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
630 |
+
-webkit-transform: translate3d(-10px, 0, 0);
|
631 |
+
transform: translate3d(-10px, 0, 0);
|
632 |
+
-webkit-backface-visibility: hidden;
|
633 |
+
backface-visibility: hidden; }
|
634 |
+
|
635 |
+
.premium-banner-animation13.zoomout img,
|
636 |
+
.premium-banner-animation13.scale img {
|
637 |
+
-webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
|
638 |
+
transform: translate3d(-10px, 0, 0) scale(1.1); }
|
639 |
+
|
640 |
+
.premium-banner-animation13.none:hover img {
|
641 |
+
-webkit-transform: translate3d(0, 0, 0);
|
642 |
+
transform: translate3d(0, 0, 0); }
|
643 |
+
|
644 |
+
.premium-banner-animation1.none:hover img,
|
645 |
+
.premium-banner-animation4.none:hover img {
|
646 |
+
-webkit-transform: translate3d(0, 0, 0);
|
647 |
+
transform: translate3d(0, 0, 0); }
|
648 |
+
|
649 |
+
.premium-banner-animation13.zoomin:hover img,
|
650 |
+
.premium-banner-animation1.zoomin:hover img,
|
651 |
+
.premium-banner-animation4.zoomin:hover img,
|
652 |
+
.premium-banner-animation8.zoomin:hover img,
|
653 |
+
.premium-banner-animation7.zoomin:hover img,
|
654 |
+
.premium-banner-animation9.zoomin:hover img,
|
655 |
+
.premium-banner-animation10.zoomin:hover img,
|
656 |
+
.premium-banner-animation11.zoomin:hover img {
|
657 |
+
-webkit-transform: translate3d(0, 0, 0) scale(1.1);
|
658 |
+
transform: translate3d(0, 0, 0) scale(1.1); }
|
659 |
+
|
660 |
+
.premium-banner-animation13.zoomout:hover img,
|
661 |
+
.premium-banner-animation1.zoomout:hover img,
|
662 |
+
.premium-banner-animation4.zoomout:hover img,
|
663 |
+
.premium-banner-animation8.zoomout:hover img,
|
664 |
+
.premium-banner-animation7.zoomout:hover img,
|
665 |
+
.premium-banner-animation9.zoomout:hover img,
|
666 |
+
.premium-banner-animation10.zoomout:hover img,
|
667 |
+
.premium-banner-animation11.zoomout:hover img {
|
668 |
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
669 |
+
transform: translate3d(0, 0, 0) scale(1); }
|
670 |
+
|
671 |
+
.premium-banner-animation13.scale:hover img,
|
672 |
+
.premium-banner-animation1.scale:hover img,
|
673 |
+
.premium-banner-animation4.scale:hover img,
|
674 |
+
.premium-banner-animation8.scale:hover img,
|
675 |
+
.premium-banner-animation7.scale:hover img,
|
676 |
+
.premium-banner-animation9.scale:hover img,
|
677 |
+
.premium-banner-animation10.scale:hover img,
|
678 |
+
.premium-banner-animation11.scale:hover img {
|
679 |
+
-webkit-transform: translate3d(0, 0, 0) scale(1.2) rotate(5deg);
|
680 |
+
transform: translate3d(0, 0, 0) scale(1.2) rotate(5deg); }
|
681 |
+
|
682 |
+
.premium-banner-animation13.grayscale:hover img,
|
683 |
+
.premium-banner-animation1.grayscale:hover img,
|
684 |
+
.premium-banner-animation4.grayscale:hover img,
|
685 |
+
.premium-banner-animation8.grayscale:hover img,
|
686 |
+
.premium-banner-animation7.grayscale:hover img,
|
687 |
+
.premium-banner-animation9.grayscale:hover img,
|
688 |
+
.premium-banner-animation10.grayscale:hover img,
|
689 |
+
.premium-banner-animation11.grayscale:hover img {
|
690 |
+
-webkit-transform: translate3d(0, 0, 0);
|
691 |
+
transform: translate3d(0, 0, 0);
|
692 |
+
-webkit-filter: grayscale(100%);
|
693 |
+
filter: grayscale(100%); }
|
694 |
+
|
695 |
+
.premium-banner-animation13.blur:hover img,
|
696 |
+
.premium-banner-animation1.blur:hover img,
|
697 |
+
.premium-banner-animation4.blur:hover,
|
698 |
+
.premium-banner-animation8.blur:hover img,
|
699 |
+
.premium-banner-animation7.blur:hover img,
|
700 |
+
.premium-banner-animation9.blur:hover img,
|
701 |
+
.premium-banner-animation10.blur:hover img,
|
702 |
+
.premium-banner-animation11.blur:hover img {
|
703 |
+
-webkit-transform: translate3d(0, 0, 0);
|
704 |
+
transform: translate3d(0, 0, 0);
|
705 |
+
-webkit-filter: blur(3px);
|
706 |
+
filter: blur(3px); }
|
707 |
+
|
708 |
+
.premium-banner-animation13 .premium-banner-ib-desc {
|
709 |
+
text-align: left; }
|
710 |
+
|
711 |
+
.premium-banner-animation13 .premium-banner-ib-title {
|
712 |
+
position: relative;
|
713 |
+
overflow: hidden;
|
714 |
+
padding: 5px 0 10px; }
|
715 |
+
.premium-banner-animation13 .premium-banner-ib-title::after {
|
716 |
+
position: absolute;
|
717 |
+
content: "";
|
718 |
+
bottom: 0;
|
719 |
+
left: 0;
|
720 |
+
width: 100%;
|
721 |
+
height: 2px;
|
722 |
+
background: #fff;
|
723 |
+
-webkit-transition: -webkit-transform 0.35s;
|
724 |
+
transition: -webkit-transform 0.35s;
|
725 |
+
transition: transform 0.35s;
|
726 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
727 |
+
-webkit-transform: translate3d(-101%, 0, 0);
|
728 |
+
transform: translate3d(-101%, 0, 0); }
|
729 |
+
|
730 |
+
.premium-banner-animation13:hover .premium-banner-ib-title::after,
|
731 |
+
.premium-banner-animation13.active .premium-banner-ib-title::after {
|
732 |
+
-webkit-transform: translate3d(0, 0, 0);
|
733 |
+
transform: translate3d(0, 0, 0); }
|
734 |
+
|
735 |
+
.premium-banner-animation13 .premium-banner-ib-content,
|
736 |
+
.premium-banner-animation13 .premium-banner-read-more {
|
737 |
+
padding: 15px 0;
|
738 |
+
opacity: 0;
|
739 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
740 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
741 |
+
transition: opacity 0.35s, transform 0.35s;
|
742 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
743 |
+
-webkit-transform: translate3d(100%, 0, 0);
|
744 |
+
transform: translate3d(100%, 0, 0); }
|
745 |
+
|
746 |
+
.premium-banner-animation13:hover .premium-banner-ib-content,
|
747 |
+
.premium-banner-animation13.active .premium-banner-ib-content,
|
748 |
+
.premium-banner-animation13:hover .premium-banner-read-more,
|
749 |
+
.premium-banner-animation13.active .premium-banner-read-more {
|
750 |
+
opacity: 1;
|
751 |
+
-webkit-transform: translate3d(0, 0, 0);
|
752 |
+
transform: translate3d(0, 0, 0); }
|
753 |
+
|
754 |
+
.premium-banner-ib.premium-banner-animation5 .premium-banner-toggle-size {
|
755 |
+
left: 50%;
|
756 |
+
width: auto !important;
|
757 |
+
height: 100%;
|
758 |
+
max-width: none;
|
759 |
+
-webkit-transform: translateX(-50%);
|
760 |
+
-ms-transform: translateX(-50%);
|
761 |
+
transform: translateX(-50%); }
|
762 |
+
|
763 |
+
.premium-banner-ib img {
|
764 |
+
border: none;
|
765 |
+
padding: 0;
|
766 |
+
margin: 0; }
|
767 |
+
|
768 |
+
.premium-banner-animation7 img {
|
769 |
+
width: -webkit-calc(100% + 40px) !important;
|
770 |
+
width: calc(100% + 40px) !important;
|
771 |
+
max-width: -webkit-calc(100% + 40px) !important;
|
772 |
+
max-width: calc(100% + 40px) !important;
|
773 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
774 |
+
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
775 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
776 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s; }
|
777 |
+
|
778 |
+
.premium-banner-animation7 .premium-banner-brlr {
|
779 |
+
width: 7px; }
|
780 |
+
|
781 |
+
.premium-banner-animation7 .premium-banner-brtb {
|
782 |
+
height: 7px; }
|
783 |
+
|
784 |
+
.premium-banner-animation7 .premium-banner-br {
|
785 |
+
position: absolute;
|
786 |
+
z-index: 1;
|
787 |
+
background-color: white;
|
788 |
+
-webkit-transition: all 0.3s ease-in-out;
|
789 |
+
transition: all 0.3s ease-in-out;
|
790 |
+
-webkit-transition-delay: 0.2s;
|
791 |
+
transition-delay: 0.2s; }
|
792 |
+
|
793 |
+
.premium-banner-animation7 .premium-banner-bleft {
|
794 |
+
left: 30px;
|
795 |
+
top: -webkit-calc(100% - 150px);
|
796 |
+
top: calc(100% - 150px);
|
797 |
+
height: 0; }
|
798 |
+
|
799 |
+
.premium-banner-animation7 .premium-banner-bright {
|
800 |
+
right: 30px;
|
801 |
+
bottom: -webkit-calc(100% - 150px);
|
802 |
+
bottom: calc(100% - 150px);
|
803 |
+
height: 0; }
|
804 |
+
|
805 |
+
.premium-banner-animation7 .premium-banner-bottom {
|
806 |
+
right: -webkit-calc(100% - 150px);
|
807 |
+
right: calc(100% - 150px);
|
808 |
+
bottom: 30px;
|
809 |
+
width: 0; }
|
810 |
+
|
811 |
+
.premium-banner-animation7 .premium-banner-btop {
|
812 |
+
left: -webkit-calc(100% - 150px);
|
813 |
+
left: calc(100% - 150px);
|
814 |
+
top: 30px;
|
815 |
+
width: 0; }
|
816 |
+
|
817 |
+
.premium-banner-animation7 .premium-banner-ib-desc {
|
818 |
+
padding: 70px;
|
819 |
+
display: table; }
|
820 |
+
.premium-banner-animation7 .premium-banner-ib-desc .premium-banner-desc-centered {
|
821 |
+
display: table-cell;
|
822 |
+
vertical-align: middle; }
|
823 |
+
|
824 |
+
.premium-banner-animation7 .premium-banner-ib-title {
|
825 |
+
margin-top: 0; }
|
826 |
+
|
827 |
+
.premium-banner-animation7 .premium-banner-ib-title,
|
828 |
+
.premium-banner-animation7 img {
|
829 |
+
-webkit-transform: translate3d(-30px, 0, 0);
|
830 |
+
transform: translate3d(-30px, 0, 0); }
|
831 |
+
|
832 |
+
.premium-banner-animation7.zoomout img,
|
833 |
+
.premium-banner-animation7.scale img {
|
834 |
+
-webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
|
835 |
+
transform: translate3d(-30px, 0, 0) scale(1.1); }
|
836 |
+
|
837 |
+
.premium-banner-animation7 .premium-banner-ib-content,
|
838 |
+
.premium-banner-animation7 .premium-banner-read-more {
|
839 |
+
margin-top: 10px; }
|
840 |
+
|
841 |
+
.premium-banner-animation7 .premium-banner-ib-desc::after, .premium-banner-animation7 .premium-banner-ib-desc::before {
|
842 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
843 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
844 |
+
transition: opacity 0.35s, transform 0.35s;
|
845 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
|
846 |
+
|
847 |
+
.premium-banner-animation7 .premium-banner-ib-title,
|
848 |
+
.premium-banner-animation7 .premium-banner-ib-content,
|
849 |
+
.premium-banner-animation7 .premium-banner-read-more {
|
850 |
+
opacity: 0;
|
851 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
852 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
853 |
+
transition: opacity 0.35s, transform 0.35s;
|
854 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
|
855 |
+
|
856 |
+
.premium-banner-animation7:hover .premium-banner-ib-content,
|
857 |
+
.premium-banner-animation7.active .premium-banner-ib-content,
|
858 |
+
.premium-banner-animation7:hover .premium-banner-read-more,
|
859 |
+
.premium-banner-animation7.active .premium-banner-read-more,
|
860 |
+
.premium-banner-animation7:hover .premium-banner-ib-title,
|
861 |
+
.premium-banner-animation7.active .premium-banner-ib-title {
|
862 |
+
opacity: 1;
|
863 |
+
-webkit-transform: translate3d(0, 0, 0);
|
864 |
+
transform: translate3d(0, 0, 0); }
|
865 |
+
|
866 |
+
.premium-banner-animation7:hover .premium-banner-bleft, .premium-banner-animation7.active .premium-banner-bleft {
|
867 |
+
top: 30px;
|
868 |
+
height: 70px; }
|
869 |
+
|
870 |
+
.premium-banner-animation7:hover .premium-banner-bright, .premium-banner-animation7.active .premium-banner-bright {
|
871 |
+
bottom: 30px;
|
872 |
+
height: 70px; }
|
873 |
+
|
874 |
+
.premium-banner-animation7:hover .premium-banner-bottom, .premium-banner-animation7.active .premium-banner-bottom {
|
875 |
+
right: 30px;
|
876 |
+
width: 70px; }
|
877 |
+
|
878 |
+
.premium-banner-animation7:hover .premium-banner-btop, .premium-banner-animation7.active .premium-banner-btop {
|
879 |
+
left: 30px;
|
880 |
+
width: 70px; }
|
881 |
+
|
882 |
+
.premium-banner-animation7:hover .premium-banner-ib-content,
|
883 |
+
.premium-banner-animation7:hover .premium-banner-read-more,
|
884 |
+
.premium-banner-animation7:hover .premium-banner-ib-title,
|
885 |
+
.premium-banner-animation7:hover img {
|
886 |
+
-webkit-transition-delay: 0.15s;
|
887 |
+
transition-delay: 0.15s; }
|
888 |
+
|
889 |
+
.premium-banner-animation8 img {
|
890 |
+
width: -webkit-calc(100% + 40px) !important;
|
891 |
+
width: calc(100% + 40px) !important;
|
892 |
+
max-width: -webkit-calc(100% + 40px) !important;
|
893 |
+
max-width: calc(100% + 40px) !important;
|
894 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
895 |
+
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
896 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
897 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s; }
|
898 |
+
|
899 |
+
.premium-banner-animation8 .premium-banner-brlr {
|
900 |
+
width: 7px; }
|
901 |
+
|
902 |
+
.premium-banner-animation8 .premium-banner-brtb {
|
903 |
+
height: 7px; }
|
904 |
+
|
905 |
+
.premium-banner-animation8 .premium-banner-br {
|
906 |
+
position: absolute;
|
907 |
+
z-index: 1;
|
908 |
+
background-color: white;
|
909 |
+
-webkit-transition: all 0.3s ease-in-out;
|
910 |
+
transition: all 0.3s ease-in-out;
|
911 |
+
-webkit-transition-delay: 0.2s;
|
912 |
+
transition-delay: 0.2s; }
|
913 |
+
|
914 |
+
.premium-banner-animation8 .premium-banner-bleft {
|
915 |
+
left: 30px;
|
916 |
+
top: 50%;
|
917 |
+
-webkit-transform: translateY(-50%);
|
918 |
+
-ms-transform: translateY(-50%);
|
919 |
+
transform: translateY(-50%);
|
920 |
+
height: 0; }
|
921 |
+
|
922 |
+
.premium-banner-animation8 .premium-banner-bright {
|
923 |
+
right: 30px;
|
924 |
+
top: 50%;
|
925 |
+
-webkit-transform: translateY(-50%);
|
926 |
+
-ms-transform: translateY(-50%);
|
927 |
+
transform: translateY(-50%);
|
928 |
+
height: 0; }
|
929 |
+
|
930 |
+
.premium-banner-animation8 .premium-banner-bottom {
|
931 |
+
left: 50%;
|
932 |
+
-webkit-transform: translateX(-50%);
|
933 |
+
-ms-transform: translateX(-50%);
|
934 |
+
transform: translateX(-50%);
|
935 |
+
bottom: 30px;
|
936 |
+
width: 0; }
|
937 |
+
|
938 |
+
.premium-banner-animation8 .premium-banner-btop {
|
939 |
+
left: 50%;
|
940 |
+
-webkit-transform: translateX(-50%);
|
941 |
+
-ms-transform: translateX(-50%);
|
942 |
+
transform: translateX(-50%);
|
943 |
+
top: 30px;
|
944 |
+
width: 0; }
|
945 |
+
|
946 |
+
.premium-banner-animation8 .premium-banner-ib-desc {
|
947 |
+
padding: 70px;
|
948 |
+
display: table; }
|
949 |
+
.premium-banner-animation8 .premium-banner-ib-desc .premium-banner-desc-centered {
|
950 |
+
display: table-cell;
|
951 |
+
vertical-align: middle; }
|
952 |
+
|
953 |
+
.premium-banner-animation8 .premium-banner-ib-title {
|
954 |
+
margin-top: 0; }
|
955 |
+
|
956 |
+
.premium-banner-animation8 .premium-banner-ib-title,
|
957 |
+
.premium-banner-animation8 img {
|
958 |
+
-webkit-transform: translate3d(-30px, 0, 0);
|
959 |
+
transform: translate3d(-30px, 0, 0); }
|
960 |
+
|
961 |
+
.premium-banner-animation8.zoomout img,
|
962 |
+
.premium-banner-animation8.scale img {
|
963 |
+
-webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
|
964 |
+
transform: translate3d(-30px, 0, 0) scale(1.1); }
|
965 |
+
|
966 |
+
.premium-banner-animation8 .premium-banner-ib-content,
|
967 |
+
.premium-banner-animation8 .premium-banner-read-more {
|
968 |
+
margin-top: 10px; }
|
969 |
+
|
970 |
+
.premium-banner-animation8 .premium-banner-ib-desc::after, .premium-banner-animation8 .premium-banner-ib-desc::before {
|
971 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
972 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
973 |
+
transition: opacity 0.35s, transform 0.35s;
|
974 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
|
975 |
+
|
976 |
+
.premium-banner-animation8 .premium-banner-ib-title,
|
977 |
+
.premium-banner-animation8 .premium-banner-ib-content,
|
978 |
+
.premium-banner-animation8 .premium-banner-read-more {
|
979 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
980 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
981 |
+
transition: opacity 0.35s, transform 0.35s;
|
982 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
983 |
+
opacity: 0; }
|
984 |
+
|
985 |
+
.premium-banner-animation8:hover .premium-banner-ib-content,
|
986 |
+
.premium-banner-animation8.active .premium-banner-ib-content,
|
987 |
+
.premium-banner-animation8:hover .premium-banner-read-more,
|
988 |
+
.premium-banner-animation8.active .premium-banner-read-more,
|
989 |
+
.premium-banner-animation8:hover .premium-banner-ib-title,
|
990 |
+
.premium-banner-animation8.active .premium-banner-ib-title {
|
991 |
+
opacity: 1;
|
992 |
+
-webkit-transform: translate3d(0, 0, 0);
|
993 |
+
transform: translate3d(0, 0, 0); }
|
994 |
+
|
995 |
+
.premium-banner-animation8:hover .premium-banner-bleft, .premium-banner-animation8.active .premium-banner-bleft {
|
996 |
+
height: -webkit-calc(100% - 61px);
|
997 |
+
height: calc(100% - 61px); }
|
998 |
+
|
999 |
+
.premium-banner-animation8:hover .premium-banner-bright, .premium-banner-animation8.active .premium-banner-bright {
|
1000 |
+
height: -webkit-calc(100% - 61px);
|
1001 |
+
height: calc(100% - 61px); }
|
1002 |
+
|
1003 |
+
.premium-banner-animation8:hover .premium-banner-bottom, .premium-banner-animation8.active .premium-banner-bottom {
|
1004 |
+
width: -webkit-calc(100% - 61px);
|
1005 |
+
width: calc(100% - 61px); }
|
1006 |
+
|
1007 |
+
.premium-banner-animation8:hover .premium-banner-btop, .premium-banner-animation8.active .premium-banner-btop {
|
1008 |
+
width: -webkit-calc(100% - 61px);
|
1009 |
+
width: calc(100% - 61px); }
|
1010 |
+
|
1011 |
+
.premium-banner-animation8:hover .premium-banner-ib-content,
|
1012 |
+
.premium-banner-animation8:hover .premium-banner-ib-title,
|
1013 |
+
.premium-banner-animation8:hover .premium-banner-read-more,
|
1014 |
+
.premium-banner-animation8:hover img {
|
1015 |
+
-webkit-transition-delay: 0.15s;
|
1016 |
+
transition-delay: 0.15s; }
|
1017 |
+
|
1018 |
+
.premium-banner-animation9 img {
|
1019 |
+
width: -webkit-calc(100% + 20px) !important;
|
1020 |
+
width: calc(100% + 20px) !important;
|
1021 |
+
max-width: -webkit-calc(100% + 20px) !important;
|
1022 |
+
max-width: calc(100% + 20px) !important;
|
1023 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1024 |
+
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1025 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
1026 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1027 |
+
-webkit-transform: scale(1.2);
|
1028 |
+
-ms-transform: scale(1.2);
|
1029 |
+
transform: scale(1.2); }
|
1030 |
+
|
1031 |
+
.premium-banner-animation9 .premium-banner-ib-desc {
|
1032 |
+
width: 100%;
|
1033 |
+
height: 100%; }
|
1034 |
+
.premium-banner-animation9 .premium-banner-ib-desc::before {
|
1035 |
+
position: absolute;
|
1036 |
+
top: 50%;
|
1037 |
+
left: 50%;
|
1038 |
+
width: 80%;
|
1039 |
+
height: 1px;
|
1040 |
+
background: #fff;
|
1041 |
+
content: "";
|
1042 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1043 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1044 |
+
transition: opacity 0.35s, transform 0.35s;
|
1045 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1046 |
+
-webkit-transform: translate3d(-50%, -50%, 0);
|
1047 |
+
transform: translate3d(-50%, -50%, 0); }
|
1048 |
+
.premium-banner-animation9 .premium-banner-ib-desc::after {
|
1049 |
+
position: absolute;
|
1050 |
+
top: 50%;
|
1051 |
+
left: 50%;
|
1052 |
+
width: 80%;
|
1053 |
+
height: 1px;
|
1054 |
+
background: #fff;
|
1055 |
+
content: "";
|
1056 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1057 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1058 |
+
transition: opacity 0.35s, transform 0.35s;
|
1059 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1060 |
+
-webkit-transform: translate3d(-50%, -50%, 0);
|
1061 |
+
transform: translate3d(-50%, -50%, 0); }
|
1062 |
+
|
1063 |
+
.premium-banner-animation9 .premium-banner-ib-title {
|
1064 |
+
position: absolute;
|
1065 |
+
top: 50%;
|
1066 |
+
left: 0;
|
1067 |
+
width: 100%;
|
1068 |
+
-webkit-transition: -webkit-transform 0.35s;
|
1069 |
+
transition: -webkit-transform 0.35s;
|
1070 |
+
transition: transform 0.35s;
|
1071 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
1072 |
+
-webkit-transform: translate3d(0, -70px, 0);
|
1073 |
+
transform: translate3d(0, -70px, 0);
|
1074 |
+
margin-top: 0;
|
1075 |
+
padding: 0 10%; }
|
1076 |
+
|
1077 |
+
.premium-banner-animation9:hover .premium-banner-ib-title,
|
1078 |
+
.premium-banner-animation9.active .premium-banner-ib-title {
|
1079 |
+
-webkit-transform: translate3d(0, -80px, 0);
|
1080 |
+
transform: translate3d(0, -80px, 0); }
|
1081 |
+
|
1082 |
+
.premium-banner-animation9 .premium-banner-ib-content,
|
1083 |
+
.premium-banner-animation9 .premium-banner-read-more {
|
1084 |
+
position: absolute;
|
1085 |
+
top: 50%;
|
1086 |
+
left: 0;
|
1087 |
+
width: 100%;
|
1088 |
+
-webkit-transition: -webkit-transform 0.35s;
|
1089 |
+
transition: -webkit-transform 0.35s;
|
1090 |
+
transition: transform 0.35s;
|
1091 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
1092 |
+
padding: 0 10%;
|
1093 |
+
-webkit-transform: translate3d(0, 35px, 0);
|
1094 |
+
transform: translate3d(0, 35px, 0); }
|
1095 |
+
|
1096 |
+
.premium-banner-animation9 .premium-banner-read-more {
|
1097 |
+
top: 75%; }
|
1098 |
+
|
1099 |
+
.premium-banner-animation9:hover .premium-banner-ib-content,
|
1100 |
+
.premium-banner-animation9.active .premium-banner-ib-content,
|
1101 |
+
.premium-banner-animation9:hover .premium-banner-read-more,
|
1102 |
+
.premium-banner-animation9.active .premium-banner-read-more {
|
1103 |
+
-webkit-transform: translate3d(0, 45px, 0);
|
1104 |
+
transform: translate3d(0, 45px, 0); }
|
1105 |
+
|
1106 |
+
.premium-banner-animation9:hover .premium-banner-ib-desc::before,
|
1107 |
+
.premium-banner-animation9.active .premium-banner-ib-desc::before {
|
1108 |
+
opacity: 0.5;
|
1109 |
+
-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
|
1110 |
+
transform: translate3d(-50%, -50%, 0) rotate(45deg); }
|
1111 |
+
|
1112 |
+
.premium-banner-animation9:hover .premium-banner-ib-desc::after,
|
1113 |
+
.premium-banner-animation9.active .premium-banner-ib-desc::after {
|
1114 |
+
opacity: 0.5;
|
1115 |
+
-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
|
1116 |
+
transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
|
1117 |
+
|
1118 |
+
.premium-banner-animation9:hover img {
|
1119 |
+
-webkit-transform: scale(1);
|
1120 |
+
-ms-transform: scale(1);
|
1121 |
+
transform: scale(1); }
|
1122 |
+
|
1123 |
+
.premium-banner-animation10 img {
|
1124 |
+
width: -webkit-calc(100% + 20px) !important;
|
1125 |
+
width: calc(100% + 20px) !important;
|
1126 |
+
max-width: -webkit-calc(100% + 20px) !important;
|
1127 |
+
max-width: calc(100% + 20px) !important;
|
1128 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1129 |
+
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1130 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
1131 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s; }
|
1132 |
+
|
1133 |
+
.premium-banner-animation10 .premium-banner-ib-title {
|
1134 |
+
position: relative;
|
1135 |
+
overflow: hidden;
|
1136 |
+
padding: 5px 0 15px;
|
1137 |
+
-webkit-transition: -webkit-transform 0.35s;
|
1138 |
+
transition: -webkit-transform 0.35s;
|
1139 |
+
transition: transform 0.35s;
|
1140 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
1141 |
+
-webkit-transform: translate3d(0, 20px, 0);
|
1142 |
+
transform: translate3d(0, 20px, 0);
|
1143 |
+
margin-bottom: 0; }
|
1144 |
+
.premium-banner-animation10 .premium-banner-ib-title::after {
|
1145 |
+
position: absolute;
|
1146 |
+
content: "";
|
1147 |
+
bottom: 0;
|
1148 |
+
left: 0;
|
1149 |
+
width: 100%;
|
1150 |
+
height: 3px;
|
1151 |
+
background: #fff;
|
1152 |
+
opacity: 0;
|
1153 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
1154 |
+
transform: translate3d(0, 100%, 0);
|
1155 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1156 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1157 |
+
transition: opacity 0.35s, transform 0.35s;
|
1158 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
|
1159 |
+
|
1160 |
+
.premium-banner-animation10:hover .premium-banner-ib-title,
|
1161 |
+
.premium-banner-animation10.active .premium-banner-ib-title {
|
1162 |
+
-webkit-transform: translate3d(0, 0, 0);
|
1163 |
+
transform: translate3d(0, 0, 0); }
|
1164 |
+
|
1165 |
+
.premium-banner-animation10:hover .premium-banner-ib-title::after,
|
1166 |
+
.premium-banner-animation10.active .premium-banner-ib-title::after {
|
1167 |
+
opacity: 1;
|
1168 |
+
-webkit-transform: translate3d(0, 0, 0);
|
1169 |
+
transform: translate3d(0, 0, 0); }
|
1170 |
+
|
1171 |
+
.premium-banner-animation10.zoomout img,
|
1172 |
+
.premium-banner-animation10.scale img {
|
1173 |
+
-webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
|
1174 |
+
transform: translate3d(-10px, 0, 0) scale(1.1); }
|
1175 |
+
|
1176 |
+
.premium-banner-animation10 .premium-banner-ib-content,
|
1177 |
+
.premium-banner-animation10 .premium-banner-read-more {
|
1178 |
+
padding-top: 15px;
|
1179 |
+
opacity: 0;
|
1180 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1181 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1182 |
+
transition: opacity 0.35s, transform 0.35s;
|
1183 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1184 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
1185 |
+
transform: translate3d(0, 100%, 0); }
|
1186 |
+
|
1187 |
+
.premium-banner-animation10 .premium-banner-read-more {
|
1188 |
+
padding: 0; }
|
1189 |
+
|
1190 |
+
.premium-banner-animation10:hover .premium-banner-ib-content,
|
1191 |
+
.premium-banner-animation10.active .premium-banner-ib-content,
|
1192 |
+
.premium-banner-animation10:hover .premium-banner-read-more,
|
1193 |
+
.premium-banner-animation10.active .premium-banner-read-more {
|
1194 |
+
opacity: 1;
|
1195 |
+
-webkit-transform: translate3d(0, 0, 0);
|
1196 |
+
transform: translate3d(0, 0, 0); }
|
1197 |
+
|
1198 |
+
.premium-banner-animation11 {
|
1199 |
+
-webkit-transition: -webkit-transform 1s ease-out;
|
1200 |
+
transition: -webkit-transform 1s ease-out;
|
1201 |
+
transition: transform 1s ease-out;
|
1202 |
+
transition: transform 1s ease-out, -webkit-transform 1s ease-out;
|
1203 |
+
-webkit-transition-delay: 0.125s;
|
1204 |
+
transition-delay: 0.125s; }
|
1205 |
+
.premium-banner-animation11 .premium-banner-ib-desc {
|
1206 |
+
position: absolute;
|
1207 |
+
z-index: 5;
|
1208 |
+
-webkit-transform: translate3d(-30px, 0, 0);
|
1209 |
+
transform: translate3d(-30px, 0, 0);
|
1210 |
+
opacity: 0;
|
1211 |
+
top: auto;
|
1212 |
+
bottom: 0;
|
1213 |
+
min-height: 25%;
|
1214 |
+
height: auto;
|
1215 |
+
max-height: 100%;
|
1216 |
+
text-align: left;
|
1217 |
+
padding: 30px;
|
1218 |
+
-webkit-transition: all 0.6s ease-out;
|
1219 |
+
transition: all 0.6s ease-out; }
|
1220 |
+
.premium-banner-animation11 img {
|
1221 |
+
width: 100%;
|
1222 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1223 |
+
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1224 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
1225 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s; }
|
1226 |
+
.premium-banner-animation11 .premium-banner-ib-title {
|
1227 |
+
margin-bottom: 10px; }
|
1228 |
+
.premium-banner-animation11 .premium-banner-gradient {
|
1229 |
+
position: absolute;
|
1230 |
+
left: 0;
|
1231 |
+
top: 0;
|
1232 |
+
right: 0;
|
1233 |
+
bottom: 0; }
|
1234 |
+
.premium-banner-animation11 .premium-banner-gradient:after,
|
1235 |
+
.premium-banner-animation11 .premium-banner-gradient:before {
|
1236 |
+
position: absolute;
|
1237 |
+
content: "";
|
1238 |
+
left: 0;
|
1239 |
+
top: 0;
|
1240 |
+
right: 0;
|
1241 |
+
bottom: 0;
|
1242 |
+
-webkit-transform: translate3d(-100%, 0, 0);
|
1243 |
+
transform: translate3d(-100%, 0, 0);
|
1244 |
+
background-image: -webkit-linear-gradient(40deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
|
1245 |
+
background-image: linear-gradient(50deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
|
1246 |
+
z-index: 2; }
|
1247 |
+
.premium-banner-animation11 .premium-banner-gradient:before {
|
1248 |
+
mix-blend-mode: color; }
|
1249 |
+
.premium-banner-animation11 .premium-banner-gradient:after {
|
1250 |
+
mix-blend-mode: multiply; }
|
1251 |
+
.premium-banner-animation11:hover .premium-banner-ib-desc,
|
1252 |
+
.premium-banner-animation11.active .premium-banner-ib-desc {
|
1253 |
+
opacity: 1;
|
1254 |
+
-webkit-transform: translate3d(0, 0, 0);
|
1255 |
+
transform: translate3d(0, 0, 0); }
|
1256 |
+
.premium-banner-animation11:hover .premium-banner-gradient:after,
|
1257 |
+
.premium-banner-animation11:hover .premium-banner-gradient:before,
|
1258 |
+
.premium-banner-animation11.active .premium-banner-gradient:after,
|
1259 |
+
.premium-banner-animation11.active .premium-banner-gradient:before {
|
1260 |
+
-webkit-transform: translate3d(0, 0, 0);
|
1261 |
+
transform: translate3d(0, 0, 0); }
|
1262 |
+
.premium-banner-animation11.zoomout img,
|
1263 |
+
.premium-banner-animation11.scale img {
|
1264 |
+
-webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
|
1265 |
+
transform: translate3d(-10px, 0, 0) scale(1.1); }
|
1266 |
+
|
1267 |
+
/**************** Premium CountDown *************/
|
1268 |
+
/************************************************/
|
1269 |
+
.premium-countdown {
|
1270 |
+
-js-display: flex;
|
1271 |
+
display: -webkit-box;
|
1272 |
+
display: -webkit-flex;
|
1273 |
+
display: -moz-box;
|
1274 |
+
display: -ms-flexbox;
|
1275 |
+
display: flex;
|
1276 |
+
text-align: center; }
|
1277 |
+
|
1278 |
+
.countdown-row {
|
1279 |
+
display: block;
|
1280 |
+
text-align: center; }
|
1281 |
+
|
1282 |
+
.countdown .countdown-section {
|
1283 |
+
display: inline-block;
|
1284 |
+
max-width: 100%;
|
1285 |
+
margin-bottom: 15px;
|
1286 |
+
-js-display: inline-flex;
|
1287 |
+
display: -webkit-inline-box;
|
1288 |
+
display: -webkit-inline-flex;
|
1289 |
+
display: -moz-inline-box;
|
1290 |
+
display: -ms-inline-flexbox;
|
1291 |
+
display: inline-flex;
|
1292 |
+
-webkit-box-align: center;
|
1293 |
+
-webkit-align-items: center;
|
1294 |
+
-moz-box-align: center;
|
1295 |
+
-ms-flex-align: center;
|
1296 |
+
align-items: center; }
|
1297 |
+
.countdown .countdown-section:last-child {
|
1298 |
+
margin-right: 0; }
|
1299 |
+
|
1300 |
+
.countdown span.countdown-amount {
|
1301 |
+
font-size: 70px;
|
1302 |
+
line-height: 1;
|
1303 |
+
padding: 40px; }
|
1304 |
+
|
1305 |
+
.countdown .pre_time-mid {
|
1306 |
+
display: block; }
|
1307 |
+
|
1308 |
+
.premium-countdown-separator-yes .countdown_separator {
|
1309 |
+
display: block;
|
1310 |
+
margin: 0 50px;
|
1311 |
+
font-size: 30px; }
|
1312 |
+
|
1313 |
+
.premium-countdown-separator-yes .countdown-row .countdown-section:last-child .countdown_separator,
|
1314 |
+
.premium-countdown-separator-yes .premium-countdown-block:last-child .countdown_separator {
|
1315 |
+
display: none; }
|
1316 |
+
|
1317 |
/**
|
1318 |
* Digit and unit styles
|
1319 |
+
*/
|
1320 |
+
.side .countdown-section .countdown-period {
|
1321 |
+
vertical-align: bottom; }
|
1322 |
+
|
1323 |
+
.countdown .countdown-section .countdown-period {
|
1324 |
+
font-size: 17px;
|
1325 |
+
line-height: 3em; }
|
1326 |
+
|
1327 |
+
.side .countdown-section .countdown-amount,
|
1328 |
+
.side .countdown-section .countdown-period {
|
1329 |
+
display: inline-block; }
|
1330 |
+
|
1331 |
+
.side .countdown-section .countdown-amount {
|
1332 |
+
margin-right: 5px; }
|
1333 |
+
|
1334 |
+
.down .countdown-section .countdown-amount,
|
1335 |
+
.down .countdown-section .countdown-period {
|
1336 |
+
display: block; }
|
1337 |
+
|
1338 |
/**
|
1339 |
* Flip Layout
|
1340 |
+
*/
|
1341 |
+
.premium-countdown-flip .premium-countdown-block {
|
1342 |
+
text-align: center;
|
1343 |
+
-js-display: inline-flex;
|
1344 |
+
display: -webkit-inline-box;
|
1345 |
+
display: -webkit-inline-flex;
|
1346 |
+
display: -moz-inline-box;
|
1347 |
+
display: -ms-inline-flexbox;
|
1348 |
+
display: inline-flex;
|
1349 |
+
-webkit-box-align: center;
|
1350 |
+
-webkit-align-items: center;
|
1351 |
+
-moz-box-align: center;
|
1352 |
+
-ms-flex-align: center;
|
1353 |
+
align-items: center; }
|
1354 |
+
.premium-countdown-flip .premium-countdown-block:last-child {
|
1355 |
+
margin-right: 0; }
|
1356 |
+
|
1357 |
+
.premium-countdown-flip .premium-countdown-label {
|
1358 |
+
overflow: hidden;
|
1359 |
+
color: #1a1a1a;
|
1360 |
+
text-transform: uppercase; }
|
1361 |
+
|
1362 |
+
.premium-countdown-flip .premium-countdown-figure {
|
1363 |
+
position: relative;
|
1364 |
+
height: 110px;
|
1365 |
+
width: 100px;
|
1366 |
+
line-height: 107px;
|
1367 |
+
background-color: #fff;
|
1368 |
+
-webkit-border-radius: 10px;
|
1369 |
+
border-radius: 10px;
|
1370 |
+
-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
|
1371 |
+
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08); }
|
1372 |
+
.premium-countdown-flip .premium-countdown-figure:last-child {
|
1373 |
+
margin-right: 0; }
|
1374 |
+
.premium-countdown-flip .premium-countdown-figure > span {
|
1375 |
+
position: absolute;
|
1376 |
+
left: 0;
|
1377 |
+
right: 0;
|
1378 |
+
margin: auto;
|
1379 |
+
font-weight: 700; }
|
1380 |
+
.premium-countdown-flip .premium-countdown-figure .top {
|
1381 |
+
z-index: 3;
|
1382 |
+
-webkit-transform-origin: 50% 100%;
|
1383 |
+
-ms-transform-origin: 50% 100%;
|
1384 |
+
transform-origin: 50% 100%;
|
1385 |
+
-webkit-transform: perspective(200px);
|
1386 |
+
transform: perspective(200px);
|
1387 |
+
-webkit-backface-visibility: hidden;
|
1388 |
+
backface-visibility: hidden; }
|
1389 |
+
.premium-countdown-flip .premium-countdown-figure .bottom {
|
1390 |
+
z-index: 1; }
|
1391 |
+
.premium-countdown-flip .premium-countdown-figure .bottom::before {
|
1392 |
+
content: "";
|
1393 |
+
position: absolute;
|
1394 |
+
display: block;
|
1395 |
+
top: 0;
|
1396 |
+
left: 0;
|
1397 |
+
width: 100%;
|
1398 |
+
height: 50%;
|
1399 |
+
background-color: rgba(0, 0, 0, 0.02); }
|
1400 |
+
.premium-countdown-flip .premium-countdown-figure .top-back {
|
1401 |
+
-webkit-backface-visibility: hidden;
|
1402 |
+
backface-visibility: hidden;
|
1403 |
+
z-index: 4;
|
1404 |
+
bottom: 0;
|
1405 |
+
-webkit-transform-origin: 50% 0;
|
1406 |
+
-ms-transform-origin: 50% 0;
|
1407 |
+
transform-origin: 50% 0;
|
1408 |
+
-webkit-transform: perspective(200px) rotateX(180deg);
|
1409 |
+
transform: perspective(200px) rotateX(180deg); }
|
1410 |
+
.premium-countdown-flip .premium-countdown-figure .top-back span {
|
1411 |
+
position: absolute;
|
1412 |
+
top: -100%;
|
1413 |
+
left: 0;
|
1414 |
+
right: 0;
|
1415 |
+
margin: auto; }
|
1416 |
+
.premium-countdown-flip .premium-countdown-figure .bottom-back {
|
1417 |
+
z-index: 2;
|
1418 |
+
top: 0; }
|
1419 |
+
.premium-countdown-flip .premium-countdown-figure .bottom-back span {
|
1420 |
+
position: absolute;
|
1421 |
+
top: 0;
|
1422 |
+
left: 0;
|
1423 |
+
right: 0;
|
1424 |
+
margin: auto; }
|
1425 |
+
.premium-countdown-flip .premium-countdown-figure .top,
|
1426 |
+
.premium-countdown-flip .premium-countdown-figure .bottom-back,
|
1427 |
+
.premium-countdown-flip .premium-countdown-figure .top-back {
|
1428 |
+
height: 50%;
|
1429 |
+
overflow: hidden;
|
1430 |
+
background-color: #f7f7f7;
|
1431 |
+
-webkit-border-top-left-radius: 10px;
|
1432 |
+
border-top-left-radius: 10px;
|
1433 |
+
-webkit-border-top-right-radius: 10px;
|
1434 |
+
border-top-right-radius: 10px; }
|
1435 |
+
.premium-countdown-flip .premium-countdown-figure .top-back {
|
1436 |
+
-webkit-border-bottom-left-radius: 10px;
|
1437 |
+
border-bottom-left-radius: 10px;
|
1438 |
+
-webkit-border-bottom-right-radius: 10px;
|
1439 |
+
border-bottom-right-radius: 10px; }
|
1440 |
+
.premium-countdown-flip .premium-countdown-figure .top::after,
|
1441 |
+
.premium-countdown-flip .premium-countdown-figure .bottom-back::after {
|
1442 |
+
content: "";
|
1443 |
+
position: absolute;
|
1444 |
+
z-index: -1;
|
1445 |
+
left: 0;
|
1446 |
+
bottom: 0;
|
1447 |
+
width: 100%;
|
1448 |
+
height: 100%;
|
1449 |
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
|
1450 |
+
|
1451 |
+
.side .premium-countdown-figure,
|
1452 |
+
.side .premium-countdown-label {
|
1453 |
+
display: inline-block; }
|
1454 |
+
|
1455 |
+
.side .premium-countdown-figure {
|
1456 |
+
margin-right: 5px; }
|
1457 |
+
|
1458 |
+
.down .premium-countdown-figure,
|
1459 |
+
.down .premium-countdown-label {
|
1460 |
+
display: block; }
|
1461 |
+
|
1462 |
+
.down .premium-countdown-label {
|
1463 |
+
width: 100%; }
|
1464 |
+
|
1465 |
+
/**************** Premium Carousel ****************/
|
1466 |
+
/**************************************************/
|
1467 |
+
.premium-carousel-wrapper a.carousel-arrow, .premium-carousel-wrapper a.ver-carousel-arrow {
|
1468 |
+
-js-display: flex;
|
1469 |
+
display: -webkit-box;
|
1470 |
+
display: -webkit-flex;
|
1471 |
+
display: -moz-box;
|
1472 |
+
display: -ms-flexbox;
|
1473 |
+
display: flex;
|
1474 |
+
-webkit-box-align: center;
|
1475 |
+
-webkit-align-items: center;
|
1476 |
+
-moz-box-align: center;
|
1477 |
+
-ms-flex-align: center;
|
1478 |
+
align-items: center;
|
1479 |
+
-webkit-box-pack: center;
|
1480 |
+
-webkit-justify-content: center;
|
1481 |
+
-moz-box-pack: center;
|
1482 |
+
-ms-flex-pack: center;
|
1483 |
+
justify-content: center;
|
1484 |
+
width: 2em;
|
1485 |
+
height: 2em;
|
1486 |
+
line-height: 0;
|
1487 |
+
text-align: center;
|
1488 |
+
position: absolute;
|
1489 |
+
z-index: 99;
|
1490 |
+
cursor: pointer;
|
1491 |
+
-webkit-transition: all 0.3s ease-in-out;
|
1492 |
+
transition: all 0.3s ease-in-out;
|
1493 |
+
-webkit-appearance: inherit;
|
1494 |
+
border: none;
|
1495 |
+
-webkit-box-shadow: none;
|
1496 |
+
box-shadow: none; }
|
1497 |
+
.premium-carousel-wrapper a.carousel-arrow svg, .premium-carousel-wrapper a.ver-carousel-arrow svg {
|
1498 |
+
-webkit-transition: all 0.3s ease-in-out;
|
1499 |
+
transition: all 0.3s ease-in-out; }
|
1500 |
+
|
1501 |
+
.premium-tabs-nav-list a.carousel-arrow,
|
1502 |
+
.premium-fb-rev-container a.carousel-arrow,
|
1503 |
+
.premium-blog-wrap a.carousel-arrow,
|
1504 |
+
.premium-hscroll-wrap a.carousel-arrow,
|
1505 |
+
.premium-twitter-feed-wrapper a.carousel-arrow,
|
1506 |
+
.premium-facebook-feed-wrapper a.carousel-arrow,
|
1507 |
+
.premium-instafeed-container a.carousel-arrow,
|
1508 |
+
.premium-persons-container a.carousel-arrow,
|
1509 |
+
.premium-woocommerce a.carousel-arrow {
|
1510 |
+
-js-display: flex;
|
1511 |
+
display: -webkit-box;
|
1512 |
+
display: -webkit-flex;
|
1513 |
+
display: -moz-box;
|
1514 |
+
display: -ms-flexbox;
|
1515 |
+
display: flex;
|
1516 |
+
-webkit-box-align: center;
|
1517 |
+
-webkit-align-items: center;
|
1518 |
+
-moz-box-align: center;
|
1519 |
+
-ms-flex-align: center;
|
1520 |
+
align-items: center;
|
1521 |
+
-webkit-box-pack: center;
|
1522 |
+
-webkit-justify-content: center;
|
1523 |
+
-moz-box-pack: center;
|
1524 |
+
-ms-flex-pack: center;
|
1525 |
+
justify-content: center;
|
1526 |
+
width: 2em;
|
1527 |
+
height: 2em;
|
1528 |
+
line-height: 0;
|
1529 |
+
text-align: center;
|
1530 |
+
position: absolute;
|
1531 |
+
z-index: 99;
|
1532 |
+
cursor: pointer;
|
1533 |
+
-webkit-transition: all 0.3s ease-in-out;
|
1534 |
+
transition: all 0.3s ease-in-out;
|
1535 |
+
-webkit-appearance: inherit;
|
1536 |
+
border: none;
|
1537 |
+
-webkit-box-shadow: none;
|
1538 |
+
box-shadow: none; }
|
1539 |
+
|
1540 |
+
div[class^="premium-"] .slick-arrow i {
|
1541 |
+
display: block; }
|
1542 |
+
|
1543 |
+
.ver-carousel-arrow.carousel-next i {
|
1544 |
+
margin-bottom: -3px; }
|
1545 |
+
|
1546 |
+
.premium-carousel-wrapper a.slick-arrow:hover {
|
1547 |
+
-webkit-box-shadow: none !important;
|
1548 |
+
box-shadow: none !important; }
|
1549 |
+
|
1550 |
+
.premium-carousel-wrapper .premium-carousel-content-hidden {
|
1551 |
+
visibility: hidden; }
|
1552 |
+
|
1553 |
+
.premium-carousel-wrapper a.carousel-arrow {
|
1554 |
+
top: 50%; }
|
1555 |
+
|
1556 |
+
.premium-tabs-nav-list a.carousel-arrow,
|
1557 |
+
.premium-fb-rev-container a.carousel-arrow,
|
1558 |
+
.premium-blog-wrap a.carousel-arrow,
|
1559 |
+
.premium-hscroll-wrap a.carousel-arrow,
|
1560 |
+
.premium-twitter-feed-wrapper a.carousel-arrow,
|
1561 |
+
.premium-facebook-feed-wrapper a.carousel-arrow,
|
1562 |
+
.premium-instafeed-container a.carousel-arrow,
|
1563 |
+
.premium-persons-container a.carousel-arrow,
|
1564 |
+
.premium-woocommerce a.carousel-arrow {
|
1565 |
+
top: 50%;
|
1566 |
+
-webkit-transform: translateY(-50%);
|
1567 |
+
-ms-transform: translateY(-50%);
|
1568 |
+
transform: translateY(-50%); }
|
1569 |
+
|
1570 |
+
.premium-carousel-wrapper a.ver-carousel-arrow {
|
1571 |
+
left: 50%;
|
1572 |
+
-webkit-transform: translateX(-50%);
|
1573 |
+
-ms-transform: translateX(-50%);
|
1574 |
+
transform: translateX(-50%); }
|
1575 |
+
|
1576 |
+
a.carousel-arrow.carousel-next {
|
1577 |
+
right: -20px; }
|
1578 |
+
|
1579 |
+
a.carousel-arrow.carousel-prev {
|
1580 |
+
left: -20px; }
|
1581 |
+
|
1582 |
+
a.ver-carousel-arrow.carousel-next {
|
1583 |
+
bottom: -56px; }
|
1584 |
+
|
1585 |
+
a.ver-carousel-arrow.carousel-prev {
|
1586 |
+
top: -45px; }
|
1587 |
+
|
1588 |
+
a.circle-bg {
|
1589 |
+
-webkit-border-radius: 100%;
|
1590 |
+
border-radius: 100%; }
|
1591 |
+
|
1592 |
+
a.circle-border {
|
1593 |
+
-webkit-border-radius: 100%;
|
1594 |
+
border-radius: 100%;
|
1595 |
+
border: solid black; }
|
1596 |
+
|
1597 |
+
a.square-border {
|
1598 |
+
border: solid black; }
|
1599 |
+
|
1600 |
+
.premium-woocommerce ul.slick-dots,
|
1601 |
+
.premium-carousel-dots-below ul.slick-dots,
|
1602 |
+
.premium-blog-wrap ul.slick-dots,
|
1603 |
+
.premium-fb-rev-reviews ul.slick-dots {
|
1604 |
+
position: relative;
|
1605 |
+
bottom: 0;
|
1606 |
+
list-style: none;
|
1607 |
+
text-align: center;
|
1608 |
+
margin: 0;
|
1609 |
+
padding: 0; }
|
1610 |
+
|
1611 |
+
.premium-carousel-dots-above ul.slick-dots {
|
1612 |
+
position: absolute;
|
1613 |
+
-js-display: flex;
|
1614 |
+
display: -webkit-box;
|
1615 |
+
display: -webkit-flex;
|
1616 |
+
display: -moz-box;
|
1617 |
+
display: -ms-flexbox;
|
1618 |
+
display: flex;
|
1619 |
+
width: auto;
|
1620 |
+
top: 50%;
|
1621 |
+
bottom: auto;
|
1622 |
+
-webkit-transform: translateY(-50%);
|
1623 |
+
-ms-transform: translateY(-50%);
|
1624 |
+
transform: translateY(-50%);
|
1625 |
+
-webkit-box-orient: vertical;
|
1626 |
+
-webkit-box-direction: normal;
|
1627 |
+
-webkit-flex-direction: column;
|
1628 |
+
-moz-box-orient: vertical;
|
1629 |
+
-moz-box-direction: normal;
|
1630 |
+
-ms-flex-direction: column;
|
1631 |
+
flex-direction: column; }
|
1632 |
+
|
1633 |
+
ul.slick-dots li {
|
1634 |
+
font-size: 10px;
|
1635 |
+
-js-display: inline-flex;
|
1636 |
+
display: -webkit-inline-box;
|
1637 |
+
display: -webkit-inline-flex;
|
1638 |
+
display: -moz-inline-box;
|
1639 |
+
display: -ms-inline-flexbox;
|
1640 |
+
display: inline-flex;
|
1641 |
+
-webkit-box-pack: center;
|
1642 |
+
-webkit-justify-content: center;
|
1643 |
+
-moz-box-pack: center;
|
1644 |
+
-ms-flex-pack: center;
|
1645 |
+
justify-content: center;
|
1646 |
+
-webkit-box-align: center;
|
1647 |
+
-webkit-align-items: center;
|
1648 |
+
-moz-box-align: center;
|
1649 |
+
-ms-flex-align: center;
|
1650 |
+
align-items: center;
|
1651 |
+
margin: 5px;
|
1652 |
+
width: 20px;
|
1653 |
+
height: 20px;
|
1654 |
+
cursor: pointer; }
|
1655 |
+
|
1656 |
/*
|
1657 |
* Custom Navigation Dot
|
1658 |
+
*/
|
1659 |
+
.premium-carousel-wrapper .premium-carousel-nav-dot,
|
1660 |
+
.premium-carousel-wrapper .premium-carousel-nav-arrow-prev,
|
1661 |
+
.premium-carousel-wrapper .premium-carousel-nav-arrow-next {
|
1662 |
+
display: none; }
|
1663 |
+
|
1664 |
+
.premium-carousel-wrapper ul.slick-dots svg {
|
1665 |
+
width: 20px;
|
1666 |
+
height: 20px; }
|
1667 |
+
|
1668 |
+
/* Ripple Out */
|
1669 |
+
@-webkit-keyframes hvr-ripple-out {
|
1670 |
+
0% {
|
1671 |
+
-webkit-transform: scale(1);
|
1672 |
+
transform: scale(1);
|
1673 |
+
opacity: 1; }
|
1674 |
+
100% {
|
1675 |
+
-webkit-transform: scale(1.5);
|
1676 |
+
transform: scale(1.5);
|
1677 |
+
opacity: 0; } }
|
1678 |
+
@keyframes hvr-ripple-out {
|
1679 |
+
0% {
|
1680 |
+
-webkit-transform: scale(1);
|
1681 |
+
transform: scale(1);
|
1682 |
+
opacity: 1; }
|
1683 |
+
100% {
|
1684 |
+
-webkit-transform: scale(1.5);
|
1685 |
+
transform: scale(1.5);
|
1686 |
+
opacity: 0; } }
|
1687 |
+
|
1688 |
+
.premium-carousel-ripple-yes .premium-carousel-wrapper {
|
1689 |
+
padding-bottom: 1px; }
|
1690 |
+
|
1691 |
+
.premium-carousel-ripple-yes ul.slick-dots li {
|
1692 |
+
position: relative; }
|
1693 |
+
.premium-carousel-ripple-yes ul.slick-dots li i {
|
1694 |
+
position: relative;
|
1695 |
+
z-index: 1; }
|
1696 |
+
.premium-carousel-ripple-yes ul.slick-dots li:hover:before {
|
1697 |
+
content: "";
|
1698 |
+
position: absolute;
|
1699 |
+
-webkit-transform: scale(1);
|
1700 |
+
-ms-transform: scale(1);
|
1701 |
+
transform: scale(1);
|
1702 |
+
top: 0;
|
1703 |
+
right: 0;
|
1704 |
+
bottom: 0;
|
1705 |
+
left: 0;
|
1706 |
+
-webkit-border-radius: 50%;
|
1707 |
+
border-radius: 50%;
|
1708 |
+
pointer-events: none;
|
1709 |
+
background-color: rgba(0, 0, 0, 0.15); }
|
1710 |
+
.premium-carousel-ripple-yes ul.slick-dots li.slick-active:hover:before {
|
1711 |
+
background-color: rgba(0, 0, 0, 0.3); }
|
1712 |
+
.premium-carousel-ripple-yes ul.slick-dots li:hover:before {
|
1713 |
+
-webkit-animation: hvr-ripple-out 1.3s infinite;
|
1714 |
+
animation: hvr-ripple-out 1.3s infinite; }
|
1715 |
+
|
1716 |
+
.premium-carousel-wrapper.premium-carousel-scale .slick-slide {
|
1717 |
+
-webkit-transform: scale(1.25, 1.25);
|
1718 |
+
-ms-transform: scale(1.25, 1.25);
|
1719 |
+
transform: scale(1.25, 1.25);
|
1720 |
+
-webkit-transition: all 0.3s ease-in-out !important;
|
1721 |
+
transition: all 0.3s ease-in-out !important; }
|
1722 |
+
|
1723 |
+
.premium-carousel-wrapper.premium-carousel-scale div.slick-active {
|
1724 |
+
-webkit-transform: scale(1, 1);
|
1725 |
+
-ms-transform: scale(1, 1);
|
1726 |
+
transform: scale(1, 1); }
|
1727 |
+
|
1728 |
+
[dir="rtl"] .premium-carousel-inner .slick-slide {
|
1729 |
+
float: right; }
|
1730 |
+
|
1731 |
+
/**************** Premium Counter ***************/
|
1732 |
+
/************************************************/
|
1733 |
+
.premium-counter-area {
|
1734 |
+
padding: 10px 0;
|
1735 |
+
-js-display: flex;
|
1736 |
+
display: -webkit-box;
|
1737 |
+
display: -webkit-flex;
|
1738 |
+
display: -moz-box;
|
1739 |
+
display: -ms-flexbox;
|
1740 |
+
display: flex;
|
1741 |
+
-webkit-box-pack: center;
|
1742 |
+
-webkit-justify-content: center;
|
1743 |
+
-moz-box-pack: center;
|
1744 |
+
-ms-flex-pack: center;
|
1745 |
+
justify-content: center;
|
1746 |
+
-webkit-box-align: center;
|
1747 |
+
-webkit-align-items: center;
|
1748 |
+
-moz-box-align: center;
|
1749 |
+
-ms-flex-align: center;
|
1750 |
+
align-items: center; }
|
1751 |
+
.premium-counter-area.top {
|
1752 |
+
-webkit-box-orient: vertical;
|
1753 |
+
-webkit-box-direction: normal;
|
1754 |
+
-webkit-flex-direction: column;
|
1755 |
+
-moz-box-orient: vertical;
|
1756 |
+
-moz-box-direction: normal;
|
1757 |
+
-ms-flex-direction: column;
|
1758 |
+
flex-direction: column; }
|
1759 |
+
.premium-counter-area.right {
|
1760 |
+
-webkit-box-orient: horizontal;
|
1761 |
+
-webkit-box-direction: reverse;
|
1762 |
+
-webkit-flex-direction: row-reverse;
|
1763 |
+
-moz-box-orient: horizontal;
|
1764 |
+
-moz-box-direction: reverse;
|
1765 |
+
-ms-flex-direction: row-reverse;
|
1766 |
+
flex-direction: row-reverse; }
|
1767 |
+
.premium-counter-area.right .premium-counter-icon {
|
1768 |
+
padding-left: 20px; }
|
1769 |
+
.premium-counter-area.left .premium-counter-icon {
|
1770 |
+
padding-right: 20px; }
|
1771 |
+
.premium-counter-area .premium-counter-icon .icon i.fa:before {
|
1772 |
+
vertical-align: text-top; }
|
1773 |
+
.premium-counter-area .premium-counter-icon span.icon {
|
1774 |
+
text-align: center;
|
1775 |
+
display: inline-block;
|
1776 |
+
vertical-align: middle; }
|
1777 |
+
.premium-counter-area .premium-counter-icon .circle {
|
1778 |
+
-webkit-border-radius: 100%;
|
1779 |
+
border-radius: 100%; }
|
1780 |
+
.premium-counter-area .premium-counter-icon img,
|
1781 |
+
.premium-counter-area .premium-counter-icon svg {
|
1782 |
+
width: 80px; }
|
1783 |
+
.premium-counter-area .premium-counter-icon .premium-counter-animation svg {
|
1784 |
+
height: 80px; }
|
1785 |
+
.premium-counter-area .premium-counter-title {
|
1786 |
+
padding: 0;
|
1787 |
+
margin: 0; }
|
1788 |
+
.premium-counter-area .premium-counter-value-wrap {
|
1789 |
+
-js-display: flex;
|
1790 |
+
display: -webkit-box;
|
1791 |
+
display: -webkit-flex;
|
1792 |
+
display: -moz-box;
|
1793 |
+
display: -ms-flexbox;
|
1794 |
+
display: flex;
|
1795 |
+
-webkit-box-align: center;
|
1796 |
+
-webkit-align-items: center;
|
1797 |
+
-moz-box-align: center;
|
1798 |
+
-ms-flex-align: center;
|
1799 |
+
align-items: center; }
|
1800 |
+
|
1801 |
+
.premium-init-wrapper.right {
|
1802 |
+
text-align: right; }
|
1803 |
+
|
1804 |
+
span.icon.flex-width {
|
1805 |
+
width: auto !important;
|
1806 |
+
height: auto !important; }
|
1807 |
+
|
1808 |
+
.premium-counter-area .premium-counter-init {
|
1809 |
+
font-size: 35px; }
|
1810 |
+
|
1811 |
+
/**************** Premium Image Separator ****************/
|
1812 |
+
/*********************************************************/
|
1813 |
+
.premium-image-separator-container {
|
1814 |
+
position: absolute;
|
1815 |
+
width: 100%;
|
1816 |
+
z-index: 2;
|
1817 |
+
top: auto;
|
1818 |
+
-webkit-transition: all 0.3s ease-in-out;
|
1819 |
+
transition: all 0.3s ease-in-out; }
|
1820 |
+
.premium-image-separator-container svg,
|
1821 |
+
.premium-image-separator-container img {
|
1822 |
+
display: inline-block !important;
|
1823 |
+
-webkit-mask-repeat: no-repeat;
|
1824 |
+
mask-repeat: no-repeat;
|
1825 |
+
-webkit-mask-position: center;
|
1826 |
+
mask-position: center; }
|
1827 |
+
.premium-image-separator-container .premium-image-separator-link {
|
1828 |
+
position: absolute;
|
1829 |
+
z-index: 9999;
|
1830 |
+
top: 0;
|
1831 |
+
left: 0;
|
1832 |
+
width: 100%;
|
1833 |
+
height: 100%;
|
1834 |
+
text-decoration: none; }
|
1835 |
+
.premium-image-separator-container .premium-image-separator-link:hover, .premium-image-separator-container .premium-image-separator-link:visited, .premium-image-separator-container .premium-image-separator-link:focus, .premium-image-separator-container .premium-image-separator-link:active {
|
1836 |
+
-webkit-box-shadow: none !important;
|
1837 |
+
box-shadow: none !important;
|
1838 |
+
outline: none !important;
|
1839 |
+
border: none !important;
|
1840 |
+
text-decoration: none !important; }
|
1841 |
+
.premium-image-separator-container i,
|
1842 |
+
.premium-image-separator-container > svg {
|
1843 |
+
padding: 20px;
|
1844 |
+
-webkit-transition: all 0.3s ease-in-out;
|
1845 |
+
transition: all 0.3s ease-in-out; }
|
1846 |
+
|
1847 |
+
/**************** Premium Modal Box ****************/
|
1848 |
+
/***************************************************/
|
1849 |
+
.premium-modal-trigger-btn,
|
1850 |
+
.premium-modal-box-modal-lower-close {
|
1851 |
+
display: inline-block;
|
1852 |
+
padding: 6px 12px;
|
1853 |
+
margin-bottom: 0;
|
1854 |
+
font-size: 14px;
|
1855 |
+
font-weight: normal;
|
1856 |
+
line-height: 1.42857143;
|
1857 |
+
text-align: center;
|
1858 |
+
white-space: nowrap;
|
1859 |
+
vertical-align: middle;
|
1860 |
+
-ms-touch-action: manipulation;
|
1861 |
+
touch-action: manipulation;
|
1862 |
+
cursor: pointer;
|
1863 |
+
-webkit-user-select: none;
|
1864 |
+
-moz-user-select: none;
|
1865 |
+
-ms-user-select: none;
|
1866 |
+
user-select: none;
|
1867 |
+
background-image: none;
|
1868 |
+
border: 1px solid transparent; }
|
1869 |
+
|
1870 |
+
.premium-modal-trigger-btn > svg,
|
1871 |
+
.premium-modal-trigger-btn .premium-modal-box-icon {
|
1872 |
+
-webkit-transition: all 0.3s ease-in-out;
|
1873 |
+
transition: all 0.3s ease-in-out; }
|
1874 |
+
|
1875 |
+
.premium-modal-trigger-btn > svg {
|
1876 |
+
width: 30px;
|
1877 |
+
height: 30px; }
|
1878 |
+
|
1879 |
+
.premium-modal-box-modal-close {
|
1880 |
+
float: right;
|
1881 |
+
font-size: 21px;
|
1882 |
+
font-weight: bold;
|
1883 |
+
line-height: 1;
|
1884 |
+
color: #000; }
|
1885 |
+
.premium-modal-box-modal-close:hover, .premium-modal-box-modal-close:focus {
|
1886 |
+
color: #000;
|
1887 |
+
text-decoration: none;
|
1888 |
+
cursor: pointer; }
|
1889 |
+
|
1890 |
+
button.premium-modal-box-modal-close {
|
1891 |
+
-webkit-appearance: none;
|
1892 |
+
padding: 0;
|
1893 |
+
cursor: pointer;
|
1894 |
+
background: transparent;
|
1895 |
+
border: 0; }
|
1896 |
+
|
1897 |
+
.premium-modal-box-modal {
|
1898 |
+
position: fixed;
|
1899 |
+
top: 0;
|
1900 |
+
right: 0;
|
1901 |
+
bottom: 0;
|
1902 |
+
left: 0;
|
1903 |
+
z-index: 1050;
|
1904 |
+
display: none;
|
1905 |
+
-webkit-overflow-scrolling: touch;
|
1906 |
+
outline: 0;
|
1907 |
+
padding: 0 !important;
|
1908 |
+
background: rgba(0, 0, 0, 0.5);
|
1909 |
+
-webkit-box-align: center;
|
1910 |
+
-webkit-align-items: center;
|
1911 |
+
-moz-box-align: center;
|
1912 |
+
-ms-flex-align: center;
|
1913 |
+
align-items: center;
|
1914 |
+
-webkit-box-pack: center;
|
1915 |
+
-webkit-justify-content: center;
|
1916 |
+
-moz-box-pack: center;
|
1917 |
+
-ms-flex-pack: center;
|
1918 |
+
justify-content: center; }
|
1919 |
+
.premium-modal-box-modal .premium-modal-box-modal-dialog {
|
1920 |
+
position: absolute;
|
1921 |
+
max-height: -webkit-calc(100vh - 150px);
|
1922 |
+
max-height: calc(100vh - 150px);
|
1923 |
+
-js-display: flex;
|
1924 |
+
display: -webkit-box;
|
1925 |
+
display: -webkit-flex;
|
1926 |
+
display: -moz-box;
|
1927 |
+
display: -ms-flexbox;
|
1928 |
+
display: flex;
|
1929 |
+
-webkit-box-orient: vertical;
|
1930 |
+
-webkit-box-direction: normal;
|
1931 |
+
-webkit-flex-direction: column;
|
1932 |
+
-moz-box-orient: vertical;
|
1933 |
+
-moz-box-direction: normal;
|
1934 |
+
-ms-flex-direction: column;
|
1935 |
+
flex-direction: column;
|
1936 |
+
opacity: 0; }
|
1937 |
+
|
1938 |
+
.premium-modal-box-modal-content {
|
1939 |
+
background-color: #fff;
|
1940 |
+
background-clip: padding-box;
|
1941 |
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
1942 |
+
-webkit-border-radius: 6px;
|
1943 |
+
border-radius: 6px;
|
1944 |
+
outline: 0;
|
1945 |
+
overflow-x: hidden; }
|
1946 |
+
|
1947 |
+
.premium-modal-backdrop.premium-in {
|
1948 |
+
filter: alpha(opacity=50);
|
1949 |
+
opacity: 0.5 !important; }
|
1950 |
+
|
1951 |
+
.premium-in {
|
1952 |
+
opacity: 1; }
|
1953 |
+
|
1954 |
+
.premium-modal-backdrop {
|
1955 |
+
position: fixed;
|
1956 |
+
top: 0;
|
1957 |
+
right: 0;
|
1958 |
+
bottom: 0;
|
1959 |
+
left: 0;
|
1960 |
+
z-index: 1040;
|
1961 |
+
background-color: #000; }
|
1962 |
+
|
1963 |
+
.premium-in {
|
1964 |
+
-js-display: flex !important;
|
1965 |
+
display: -webkit-box !important;
|
1966 |
+
display: -webkit-flex !important;
|
1967 |
+
display: -moz-box !important;
|
1968 |
+
display: -ms-flexbox !important;
|
1969 |
+
display: flex !important; }
|
1970 |
+
|
1971 |
+
.premium-modal-box-modal-header {
|
1972 |
+
-js-display: flex;
|
1973 |
+
display: -webkit-box;
|
1974 |
+
display: -webkit-flex;
|
1975 |
+
display: -moz-box;
|
1976 |
+
display: -ms-flexbox;
|
1977 |
+
display: flex;
|
1978 |
+
-webkit-box-pack: justify;
|
1979 |
+
-webkit-justify-content: space-between;
|
1980 |
+
-moz-box-pack: justify;
|
1981 |
+
-ms-flex-pack: justify;
|
1982 |
+
justify-content: space-between;
|
1983 |
+
-webkit-box-align: center;
|
1984 |
+
-webkit-align-items: center;
|
1985 |
+
-moz-box-align: center;
|
1986 |
+
-ms-flex-align: center;
|
1987 |
+
align-items: center;
|
1988 |
+
padding: 5px 15px;
|
1989 |
+
border-bottom: 1px solid #e5e5e5; }
|
1990 |
+
.premium-modal-box-modal-header .premium-modal-box-modal-close {
|
1991 |
+
margin-top: -2px; }
|
1992 |
+
.premium-modal-box-modal-header .premium-modal-box-modal-title {
|
1993 |
+
-js-display: flex;
|
1994 |
+
display: -webkit-box;
|
1995 |
+
display: -webkit-flex;
|
1996 |
+
display: -moz-box;
|
1997 |
+
display: -ms-flexbox;
|
1998 |
+
display: flex;
|
1999 |
+
-webkit-box-align: center;
|
2000 |
+
-webkit-align-items: center;
|
2001 |
+
-moz-box-align: center;
|
2002 |
+
-ms-flex-align: center;
|
2003 |
+
align-items: center;
|
2004 |
+
margin: 0;
|
2005 |
+
padding: 0; }
|
2006 |
+
.premium-modal-box-modal-header .premium-modal-box-modal-title svg {
|
2007 |
+
width: 50px;
|
2008 |
+
height: 60px; }
|
2009 |
+
|
2010 |
+
.premium-modal-box-modal-body {
|
2011 |
+
position: relative;
|
2012 |
+
padding: 15px;
|
2013 |
+
overflow: hidden; }
|
2014 |
+
|
2015 |
+
.premium-modal-box-modal-footer {
|
2016 |
+
padding: 15px;
|
2017 |
+
text-align: right;
|
2018 |
+
border-top: 1px solid #e5e5e5; }
|
2019 |
+
|
2020 |
+
.premium-modal-scrollbar-measure {
|
2021 |
+
position: absolute;
|
2022 |
+
top: -9999px;
|
2023 |
+
width: 50px;
|
2024 |
+
height: 50px;
|
2025 |
+
overflow: scroll; }
|
2026 |
+
|
2027 |
+
.premium-modal-trigger-text {
|
2028 |
+
background: none !important;
|
2029 |
+
display: inline-block; }
|
2030 |
+
|
2031 |
+
.premium-modal-box-container {
|
2032 |
+
width: 100% !important; }
|
2033 |
+
|
2034 |
+
/*Open Modal Button Style*/
|
2035 |
+
.premium-modal-trigger-container .premium-modal-trigger-btn {
|
2036 |
+
-js-display: inline-flex;
|
2037 |
+
display: -webkit-inline-box;
|
2038 |
+
display: -webkit-inline-flex;
|
2039 |
+
display: -moz-inline-box;
|
2040 |
+
display: -ms-inline-flexbox;
|
2041 |
+
display: inline-flex;
|
2042 |
+
-webkit-box-align: center;
|
2043 |
+
-webkit-align-items: center;
|
2044 |
+
-moz-box-align: center;
|
2045 |
+
-ms-flex-align: center;
|
2046 |
+
align-items: center;
|
2047 |
+
border: none;
|
2048 |
+
-webkit-transition: all 0.3s ease-in-out;
|
2049 |
+
transition: all 0.3s ease-in-out; }
|
2050 |
+
.premium-modal-trigger-container .premium-modal-trigger-btn.premium-btn-block {
|
2051 |
+
-webkit-box-pack: center;
|
2052 |
+
-webkit-justify-content: center;
|
2053 |
+
-moz-box-pack: center;
|
2054 |
+
-ms-flex-pack: center;
|
2055 |
+
justify-content: center; }
|
2056 |
+
|
2057 |
+
.premium-modal-trigger-container .premium-modal-trigger-img,
|
2058 |
+
.premium-modal-trigger-container .premium-modal-trigger-text,
|
2059 |
+
.premium-modal-trigger-container .premium-modal-trigger-animation {
|
2060 |
+
cursor: pointer; }
|
2061 |
+
|
2062 |
+
.premium-modal-trigger-container .premium-modal-trigger-animation {
|
2063 |
+
display: inline-block;
|
2064 |
+
width: 200px;
|
2065 |
+
height: 200px;
|
2066 |
+
-webkit-transition: all 0.3s ease-in-out;
|
2067 |
+
transition: all 0.3s ease-in-out; }
|
2068 |
+
|
2069 |
+
/*Image on Modal Header Style*/
|
2070 |
+
.premium-modal-box-modal-header img {
|
2071 |
+
width: 48px;
|
2072 |
+
padding-right: 5px; }
|
2073 |
+
|
2074 |
+
.premium-modal-box-modal-header i,
|
2075 |
+
.premium-modal-box-modal-header svg {
|
2076 |
+
padding-right: 6px; }
|
2077 |
+
|
2078 |
+
.premium-modal-box-modal-close {
|
2079 |
+
position: relative;
|
2080 |
+
z-index: 99; }
|
2081 |
+
|
2082 |
+
.premium-modal-trigger-img,
|
2083 |
+
.premium-modal-trigger-text,
|
2084 |
+
.premium-modal-box-close-button-container,
|
2085 |
+
.premium-modal-box-modal-close,
|
2086 |
+
.premium-modal-box-modal-lower-close {
|
2087 |
+
-webkit-transition: all 0.3s ease-in-out;
|
2088 |
+
transition: all 0.3s ease-in-out; }
|
2089 |
+
|
2090 |
+
@media (min-width: 768px) {
|
2091 |
+
.premium-modal-box-modal-dialog {
|
2092 |
+
width: 700px;
|
2093 |
+
max-height: 600px;
|
2094 |
+
overflow: auto; } }
|
2095 |
+
|
2096 |
+
@media (max-width: 767px) {
|
2097 |
+
.premium-modal-box-modal-dialog {
|
2098 |
+
width: 100%;
|
2099 |
+
max-height: 500px;
|
2100 |
+
overflow: auto; } }
|
2101 |
+
|
2102 |
+
.premium-modal-box-container[data-modal-animation*="animated-"] {
|
2103 |
+
opacity: 0; }
|
2104 |
+
|
2105 |
+
/**************** Premium Progress Bar ****************/
|
2106 |
+
/******************************************************/
|
2107 |
+
.premium-progressbar-container {
|
2108 |
+
position: relative; }
|
2109 |
+
|
2110 |
+
.premium-progressbar-bar-wrap {
|
2111 |
+
position: relative;
|
2112 |
+
text-align: left;
|
2113 |
+
overflow: hidden;
|
2114 |
+
height: 25px;
|
2115 |
+
margin-bottom: 50px;
|
2116 |
+
background-color: #f5f5f5;
|
2117 |
+
-webkit-border-radius: 4px;
|
2118 |
+
border-radius: 4px;
|
2119 |
+
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
2120 |
+
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
|
2121 |
+
.premium-progressbar-bar-wrap.premium-progressbar-dots {
|
2122 |
+
background-color: transparent;
|
2123 |
+
width: 100%;
|
2124 |
+
-js-display: flex;
|
2125 |
+
display: -webkit-box;
|
2126 |
+
display: -webkit-flex;
|
2127 |
+
display: -moz-box;
|
2128 |
+
display: -ms-flexbox;
|
2129 |
+
display: flex;
|
2130 |
+
height: auto;
|
2131 |
+
-webkit-box-shadow: none;
|
2132 |
+
box-shadow: none; }
|
2133 |
+
.premium-progressbar-bar-wrap .progress-segment {
|
2134 |
+
position: relative;
|
2135 |
+
width: 25px;
|
2136 |
+
height: 25px;
|
2137 |
+
-webkit-border-radius: 50%;
|
2138 |
+
border-radius: 50%;
|
2139 |
+
overflow: hidden;
|
2140 |
+
background-color: #f5f5f5; }
|
2141 |
+
.premium-progressbar-bar-wrap .progress-segment.filled {
|
2142 |
+
background: #6ec1e4; }
|
2143 |
+
.premium-progressbar-bar-wrap .progress-segment:not(:first-child):not(:last-child) {
|
2144 |
+
margin: 0 4px; }
|
2145 |
+
.premium-progressbar-bar-wrap .progress-segment:first-child {
|
2146 |
+
margin-right: 4px; }
|
2147 |
+
.premium-progressbar-bar-wrap .progress-segment:last-child {
|
2148 |
+
margin-left: 4px; }
|
2149 |
+
.premium-progressbar-bar-wrap .progress-segment .segment-inner {
|
2150 |
+
position: absolute;
|
2151 |
+
top: 0;
|
2152 |
+
left: 0;
|
2153 |
+
height: 100%;
|
2154 |
+
background-color: #6ec1e4; }
|
2155 |
+
|
2156 |
+
.premium-progressbar-bar {
|
2157 |
+
float: left;
|
2158 |
+
width: 0%;
|
2159 |
+
height: 100%;
|
2160 |
+
font-size: 12px;
|
2161 |
+
line-height: 20px;
|
2162 |
+
background: #6ec1e4;
|
2163 |
+
text-align: center;
|
2164 |
+
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
2165 |
+
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); }
|
2166 |
+
|
2167 |
+
.premium-progressbar-striped .premium-progressbar-bar {
|
2168 |
+
background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
2169 |
+
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
2170 |
+
-webkit-background-size: 40px 40px;
|
2171 |
+
background-size: 40px 40px; }
|
2172 |
+
|
2173 |
+
.premium-progressbar-active .premium-progressbar-bar {
|
2174 |
+
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
2175 |
+
animation: progress-bar-stripes 2s linear infinite; }
|
2176 |
+
|
2177 |
+
.premium-progressbar-gradient .premium-progressbar-bar {
|
2178 |
+
-webkit-background-size: 400% 400% !important;
|
2179 |
+
background-size: 400% 400% !important;
|
2180 |
+
-webkit-animation: progress-bar-gradient 10s ease-in-out infinite;
|
2181 |
+
animation: progress-bar-gradient 10s ease-in-out infinite; }
|
2182 |
+
|
2183 |
+
.premium-progressbar-bar {
|
2184 |
+
position: absolute;
|
2185 |
+
overflow: hidden;
|
2186 |
+
line-height: 20px; }
|
2187 |
+
|
2188 |
+
.premium-progressbar-container .clearfix {
|
2189 |
+
clear: both; }
|
2190 |
+
|
2191 |
+
.premium-progressbar-bar {
|
2192 |
+
-webkit-transition: width 0s ease-in-out !important;
|
2193 |
+
transition: width 0s ease-in-out !important; }
|
2194 |
+
|
2195 |
+
.premium-progressbar-container p:first-of-type {
|
2196 |
+
margin: 0;
|
2197 |
+
float: left; }
|
2198 |
+
|
2199 |
+
.premium-progressbar-container p:nth-of-type(2) {
|
2200 |
+
margin: 0;
|
2201 |
+
float: right; }
|
2202 |
+
|
2203 |
+
.premium-progressbar-name {
|
2204 |
+
left: 50%;
|
2205 |
+
top: 0;
|
2206 |
+
right: 0;
|
2207 |
+
-webkit-transform: translateX(-12.5px);
|
2208 |
+
-ms-transform: translateX(-12.5px);
|
2209 |
+
transform: translateX(-12.5px);
|
2210 |
+
z-index: 1; }
|
2211 |
+
|
2212 |
+
.premium-progressbar-multiple-label {
|
2213 |
+
position: relative;
|
2214 |
+
float: left;
|
2215 |
+
width: 0;
|
2216 |
+
left: 50%; }
|
2217 |
+
|
2218 |
+
.premium-progressbar-center-label {
|
2219 |
+
position: relative;
|
2220 |
+
white-space: nowrap; }
|
2221 |
+
|
2222 |
+
.premium-progressbar-arrow {
|
2223 |
+
height: 15px;
|
2224 |
+
left: 50%;
|
2225 |
+
display: inline-block;
|
2226 |
+
border-left: 7px solid transparent;
|
2227 |
+
border-right: 7px solid transparent;
|
2228 |
+
border-top: 11px solid;
|
2229 |
+
-webkit-transform: translateX(-50%);
|
2230 |
+
-ms-transform: translateX(-50%);
|
2231 |
+
transform: translateX(-50%); }
|
2232 |
+
|
2233 |
+
.premium-progressbar-pin {
|
2234 |
+
border-left: 1px solid;
|
2235 |
+
height: 12px;
|
2236 |
+
left: 50%;
|
2237 |
+
display: inline-block; }
|
2238 |
+
|
2239 |
/**
|
2240 |
* Circle Progress Bar
|
2241 |
+
*/
|
2242 |
+
.premium-progressbar-circle-wrap {
|
2243 |
+
width: 200px;
|
2244 |
+
height: 200px;
|
2245 |
+
position: relative;
|
2246 |
+
margin: 0 auto; }
|
2247 |
+
.premium-progressbar-circle-wrap .premium-progressbar-circle {
|
2248 |
+
position: absolute;
|
2249 |
+
top: 0;
|
2250 |
+
left: 0;
|
2251 |
+
width: 100%;
|
2252 |
+
height: 100%;
|
2253 |
+
-webkit-clip-path: inset(0 0 0 50%);
|
2254 |
+
clip-path: inset(0 0 0 50%); }
|
2255 |
+
.premium-progressbar-circle-wrap .premium-progressbar-circle div {
|
2256 |
+
position: absolute;
|
2257 |
+
left: 0;
|
2258 |
+
top: 0;
|
2259 |
+
height: 100%;
|
2260 |
+
width: 100%;
|
2261 |
+
border-width: 6px;
|
2262 |
+
border-style: solid;
|
2263 |
+
border-color: #54595f;
|
2264 |
+
-webkit-border-radius: 50%;
|
2265 |
+
border-radius: 50%;
|
2266 |
+
-webkit-clip-path: inset(0 50% 0 0);
|
2267 |
+
clip-path: inset(0 50% 0 0); }
|
2268 |
+
.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-left {
|
2269 |
+
-webkit-transform: rotate(0);
|
2270 |
+
-ms-transform: rotate(0);
|
2271 |
+
transform: rotate(0); }
|
2272 |
+
.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-right {
|
2273 |
+
-webkit-transform: rotate(180deg);
|
2274 |
+
-ms-transform: rotate(180deg);
|
2275 |
+
transform: rotate(180deg);
|
2276 |
+
visibility: hidden; }
|
2277 |
+
.premium-progressbar-circle-wrap .premium-progressbar-circle-base {
|
2278 |
+
width: 100%;
|
2279 |
+
height: 100%;
|
2280 |
+
border: 6px solid #eee;
|
2281 |
+
-webkit-border-radius: 50%;
|
2282 |
+
border-radius: 50%; }
|
2283 |
+
.premium-progressbar-circle-wrap .premium-progressbar-circle-content {
|
2284 |
+
position: absolute;
|
2285 |
+
top: 0;
|
2286 |
+
left: 0;
|
2287 |
+
width: 100%;
|
2288 |
+
height: 100%;
|
2289 |
+
-js-display: flex;
|
2290 |
+
display: -webkit-box;
|
2291 |
+
display: -webkit-flex;
|
2292 |
+
display: -moz-box;
|
2293 |
+
display: -ms-flexbox;
|
2294 |
+
display: flex;
|
2295 |
+
-webkit-box-orient: vertical;
|
2296 |
+
-webkit-box-direction: normal;
|
2297 |
+
-webkit-flex-direction: column;
|
2298 |
+
-moz-box-orient: vertical;
|
2299 |
+
-moz-box-direction: normal;
|
2300 |
+
-ms-flex-direction: column;
|
2301 |
+
flex-direction: column;
|
2302 |
+
-webkit-box-pack: center;
|
2303 |
+
-webkit-justify-content: center;
|
2304 |
+
-moz-box-pack: center;
|
2305 |
+
-ms-flex-pack: center;
|
2306 |
+
justify-content: center;
|
2307 |
+
-webkit-box-align: center;
|
2308 |
+
-webkit-align-items: center;
|
2309 |
+
-moz-box-align: center;
|
2310 |
+
-ms-flex-align: center;
|
2311 |
+
align-items: center; }
|
2312 |
+
.premium-progressbar-circle-wrap .premium-lottie-animation {
|
2313 |
+
line-height: 1; }
|
2314 |
+
|
2315 |
+
@-webkit-keyframes progress-bar-stripes {
|
2316 |
+
from {
|
2317 |
+
background-position: 0 0; }
|
2318 |
+
to {
|
2319 |
+
background-position: 40px 0; } }
|
2320 |
+
|
2321 |
+
@keyframes progress-bar-stripes {
|
2322 |
+
from {
|
2323 |
+
background-position: 0 0; }
|
2324 |
+
to {
|
2325 |
+
background-position: 40px 0; } }
|
2326 |
+
|
2327 |
+
@-webkit-keyframes progress-bar-gradient {
|
2328 |
+
0% {
|
2329 |
+
background-position: 0% 50%; }
|
2330 |
+
50% {
|
2331 |
+
background-position: 100% 50%; }
|
2332 |
+
100% {
|
2333 |
+
background-position: 0% 50%; } }
|
2334 |
+
|
2335 |
+
@keyframes progress-bar-gradient {
|
2336 |
+
0% {
|
2337 |
+
background-position: 0% 50%; }
|
2338 |
+
50% {
|
2339 |
+
background-position: 100% 50%; }
|
2340 |
+
100% {
|
2341 |
+
background-position: 0% 50%; } }
|
2342 |
+
|
2343 |
+
/**************** Premium Testimonials ****************/
|
2344 |
+
/******************************************************/
|
2345 |
+
.premium-testimonial-box {
|
2346 |
+
width: 100%;
|
2347 |
+
background: transparent;
|
2348 |
+
-webkit-transition: all 0.3s ease-in-out;
|
2349 |
+
transition: all 0.3s ease-in-out; }
|
2350 |
+
.premium-testimonial-box .premium-testimonial-author-info {
|
2351 |
+
-js-display: flex;
|
2352 |
+
display: -webkit-box;
|
2353 |
+
display: -webkit-flex;
|
2354 |
+
display: -moz-box;
|
2355 |
+
display: -ms-flexbox;
|
2356 |
+
display: flex;
|
2357 |
+
-webkit-box-pack: center;
|
2358 |
+
-webkit-justify-content: center;
|
2359 |
+
-moz-box-pack: center;
|
2360 |
+
-ms-flex-pack: center;
|
2361 |
+
justify-content: center;
|
2362 |
+
-webkit-box-align: center;
|
2363 |
+
-webkit-align-items: center;
|
2364 |
+
-moz-box-align: center;
|
2365 |
+
-ms-flex-align: center;
|
2366 |
+
align-items: center; }
|
2367 |
+
.premium-testimonial-box .premium-testimonial-person-name,
|
2368 |
+
.premium-testimonial-box .premium-testimonial-company-name {
|
2369 |
+
font-weight: 600;
|
2370 |
+
margin: 0; }
|
2371 |
+
|
2372 |
+
.premium-testimonial-container {
|
2373 |
+
position: relative; }
|
2374 |
+
|
2375 |
+
.premium-testimonial-img-wrapper {
|
2376 |
+
margin-left: auto;
|
2377 |
+
margin-right: auto;
|
2378 |
+
overflow: hidden;
|
2379 |
+
border-style: solid !important; }
|
2380 |
+
.premium-testimonial-img-wrapper.circle {
|
2381 |
+
-webkit-border-radius: 50%;
|
2382 |
+
border-radius: 50%; }
|
2383 |
+
.premium-testimonial-img-wrapper.rounded {
|
2384 |
+
-webkit-border-radius: 15px;
|
2385 |
+
border-radius: 15px; }
|
2386 |
+
.premium-testimonial-img-wrapper img {
|
2387 |
+
-o-object-fit: cover;
|
2388 |
+
object-fit: cover;
|
2389 |
+
width: 100%;
|
2390 |
+
height: 100% !important; }
|
2391 |
+
|
2392 |
+
.premium-testimonial-content-wrapper {
|
2393 |
+
position: relative;
|
2394 |
+
-js-display: flex;
|
2395 |
+
display: -webkit-box;
|
2396 |
+
display: -webkit-flex;
|
2397 |
+
display: -moz-box;
|
2398 |
+
display: -ms-flexbox;
|
2399 |
+
display: flex;
|
2400 |
+
-webkit-box-orient: vertical;
|
2401 |
+
-webkit-box-direction: normal;
|
2402 |
+
-webkit-flex-direction: column;
|
2403 |
+
-moz-box-orient: vertical;
|
2404 |
+
-moz-box-direction: normal;
|
2405 |
+
-ms-flex-direction: column;
|
2406 |
+
flex-direction: column;
|
2407 |
+
z-index: 2;
|
2408 |
+
width: 100%;
|
2409 |
+
padding: 20px;
|
2410 |
+
text-align: center; }
|
2411 |
+
|
2412 |
+
.premium-testimonial-clear-float {
|
2413 |
+
clear: both; }
|
2414 |
+
|
2415 |
+
.premium-testimonial-upper-quote,
|
2416 |
+
.premium-testimonial-lower-quote {
|
2417 |
+
position: absolute;
|
2418 |
+
z-index: 1; }
|
2419 |
+
|
2420 |
+
/**************** Premium Dual Heading *****************/
|
2421 |
+
/*******************************************************/
|
2422 |
+
.premium-dual-header-container .premium-dual-header-first-header,
|
2423 |
+
.premium-dual-header-container .premium-dual-header-second-header {
|
2424 |
+
position: relative;
|
2425 |
+
padding: 0;
|
2426 |
+
margin: 0;
|
2427 |
+
display: inline-block;
|
2428 |
+
-webkit-transform: translate(0, 0);
|
2429 |
+
-ms-transform: translate(0, 0);
|
2430 |
+
transform: translate(0, 0); }
|
2431 |
+
|
2432 |
+
.premium-dual-header-first-clip .premium-dual-header-first-span,
|
2433 |
+
.premium-dual-header-second-clip {
|
2434 |
+
-webkit-text-fill-color: transparent;
|
2435 |
+
-webkit-background-clip: text;
|
2436 |
+
background-clip: text; }
|
2437 |
+
|
2438 |
+
.premium-dual-header-first-clip.stroke .premium-dual-header-first-span,
|
2439 |
+
.premium-dual-header-second-clip.stroke {
|
2440 |
+
-webkit-text-stroke-color: transparent;
|
2441 |
+
-webkit-text-fill-color: #fafafa;
|
2442 |
+
-webkit-text-stroke-width: 2px; }
|
2443 |
+
|
2444 |
+
@media (max-width: 500px) {
|
2445 |
+
.premium-dual-header-container .premium-dual-header-first-header,
|
2446 |
+
.premium-dual-header-container .premium-dual-header-second-header {
|
2447 |
+
word-wrap: break-word; }
|
2448 |
+
.premium-dual-header-first-container,
|
2449 |
+
.premium-dual-header-second-container {
|
2450 |
+
margin: 0; } }
|
2451 |
+
|
2452 |
+
@media (min-width: 501px) {
|
2453 |
+
.premium-dual-header-first-container {
|
2454 |
+
margin-right: 5px; } }
|
2455 |
+
|
2456 |
+
.premium-dual-header-first-header.gradient .premium-dual-header-first-span,
|
2457 |
+
.premium-dual-header-second-header.gradient {
|
2458 |
+
-webkit-background-size: 300% 300% !important;
|
2459 |
+
background-size: 300% 300% !important;
|
2460 |
+
-webkit-animation: Gradient 10s ease-in-out infinite;
|
2461 |
+
animation: Gradient 10s ease-in-out infinite; }
|
2462 |
+
|
2463 |
+
@-webkit-keyframes Gradient {
|
2464 |
+
0% {
|
2465 |
+
background-position: 0% 50%; }
|
2466 |
+
50% {
|
2467 |
+
background-position: 100% 50%; }
|
2468 |
+
100% {
|
2469 |
+
background-position: 0% 50%; } }
|
2470 |
+
|
2471 |
+
@keyframes Gradient {
|
2472 |
+
0% {
|
2473 |
+
background-position: 0% 50%; }
|
2474 |
+
50% {
|
2475 |
+
background-position: 100% 50%; }
|
2476 |
+
100% {
|
2477 |
+
background-position: 0% 50%; } }
|
2478 |
+
|
2479 |
+
.premium-mask-yes.premium-header-inline .premium-dual-header-first-span,
|
2480 |
+
.premium-mask-yes.premium-header-inline .premium-dual-header-first-span {
|
2481 |
+
display: inline-block !important; }
|
2482 |
+
|
2483 |
+
/**************** Premium Title ****************/
|
2484 |
+
/***********************************************/
|
2485 |
+
.premium-title-container {
|
2486 |
+
position: relative;
|
2487 |
+
width: 100%;
|
2488 |
+
clear: both; }
|
2489 |
+
.premium-title-container .premium-title-header {
|
2490 |
+
position: relative;
|
2491 |
+
margin: 0;
|
2492 |
+
padding: 10px; }
|
2493 |
+
.premium-title-container .premium-title-header:not(.premium-title-style7) {
|
2494 |
+
-webkit-box-align: center;
|
2495 |
+
-webkit-align-items: center;
|
2496 |
+
-moz-box-align: center;
|
2497 |
+
-ms-flex-align: center;
|
2498 |
+
align-items: center; }
|
2499 |
+
.premium-title-container .premium-title-header svg {
|
2500 |
+
width: 40px;
|
2501 |
+
height: 40px; }
|
2502 |
+
.premium-title-container .premium-title-header img {
|
2503 |
+
width: 40px;
|
2504 |
+
height: 40px;
|
2505 |
+
-o-object-fit: cover;
|
2506 |
+
object-fit: cover; }
|
2507 |
+
.premium-title-container .premium-title-header a {
|
2508 |
+
position: absolute;
|
2509 |
+
top: 0;
|
2510 |
+
left: 0;
|
2511 |
+
width: 100%;
|
2512 |
+
height: 100%; }
|
2513 |
+
.premium-title-container .premium-lottie-animation {
|
2514 |
+
-js-display: flex;
|
2515 |
+
display: -webkit-box;
|
2516 |
+
display: -webkit-flex;
|
2517 |
+
display: -moz-box;
|
2518 |
+
display: -ms-flexbox;
|
2519 |
+
display: flex; }
|
2520 |
+
|
2521 |
+
.premium-title-icon-row .premium-title-icon {
|
2522 |
+
margin-right: 10px; }
|
2523 |
+
|
2524 |
+
.premium-title-icon-row-reverse .premium-title-icon {
|
2525 |
+
margin-left: 10px; }
|
2526 |
+
|
2527 |
+
.premium-title-style3,
|
2528 |
+
.premium-title-style4 {
|
2529 |
+
-js-display: flex;
|
2530 |
+
display: -webkit-box;
|
2531 |
+
display: -webkit-flex;
|
2532 |
+
display: -moz-box;
|
2533 |
+
display: -ms-flexbox;
|
2534 |
+
display: flex; }
|
2535 |
+
|
2536 |
+
.premium-title-style1,
|
2537 |
+
.premium-title-style2,
|
2538 |
+
.premium-title-style5,
|
2539 |
+
.premium-title-style6,
|
2540 |
+
.premium-title-style8,
|
2541 |
+
.premium-title-style9 {
|
2542 |
+
-js-display: inline-flex;
|
2543 |
+
display: -webkit-inline-box;
|
2544 |
+
display: -webkit-inline-flex;
|
2545 |
+
display: -moz-inline-box;
|
2546 |
+
display: -ms-inline-flexbox;
|
2547 |
+
display: inline-flex; }
|
2548 |
+
|
2549 |
+
.premium-title-style7 {
|
2550 |
+
-js-display: inline-flex;
|
2551 |
+
display: -webkit-inline-box;
|
2552 |
+
display: -webkit-inline-flex;
|
2553 |
+
display: -moz-inline-box;
|
2554 |
+
display: -ms-inline-flexbox;
|
2555 |
+
display: inline-flex;
|
2556 |
+
-webkit-box-orient: vertical;
|
2557 |
+
-webkit-box-direction: normal;
|
2558 |
+
-webkit-flex-direction: column;
|
2559 |
+
-moz-box-orient: vertical;
|
2560 |
+
-moz-box-direction: normal;
|
2561 |
+
-ms-flex-direction: column;
|
2562 |
+
flex-direction: column; }
|
2563 |
+
.premium-title-style7 .premium-title-style7-inner {
|
2564 |
+
-js-display: flex;
|
2565 |
+
display: -webkit-box;
|
2566 |
+
display: -webkit-flex;
|
2567 |
+
display: -moz-box;
|
2568 |
+
display: -ms-flexbox;
|
2569 |
+
display: flex;
|
2570 |
+
-webkit-box-align: center;
|
2571 |
+
-webkit-align-items: center;
|
2572 |
+
-moz-box-align: center;
|
2573 |
+
-ms-flex-align: center;
|
2574 |
+
align-items: center; }
|
2575 |
+
|
2576 |
+
.premium-title-style1 {
|
2577 |
+
border-width: 0;
|
2578 |
+
border-left: 3px solid #6ec1e4; }
|
2579 |
+
|
2580 |
+
.premium-title-container.style2, .premium-title-container.style4, .premium-title-container.style5, .premium-title-container.style6 {
|
2581 |
+
border-bottom: 3px solid #6ec1e4; }
|
2582 |
+
|
2583 |
+
/*Style 6 Header*/
|
2584 |
+
.premium-title-style6:before {
|
2585 |
+
position: absolute;
|
2586 |
+
left: 50%;
|
2587 |
+
bottom: 0;
|
2588 |
+
margin-left: -2px;
|
2589 |
+
content: "";
|
2590 |
+
border: 3px solid transparent; }
|
2591 |
+
|
2592 |
+
/*Style 6 Trinagle*/
|
2593 |
+
.premium-title-style7-stripe-wrap {
|
2594 |
+
-js-display: flex;
|
2595 |
+
display: -webkit-box;
|
2596 |
+
display: -webkit-flex;
|
2597 |
+
display: -moz-box;
|
2598 |
+
display: -ms-flexbox;
|
2599 |
+
display: flex; }
|
2600 |
+
|
2601 |
+
.premium-title-style7:before {
|
2602 |
+
display: none; }
|
2603 |
+
|
2604 |
+
.premium-title-style8 .premium-title-text[data-animation="shiny"] {
|
2605 |
+
-webkit-background-size: 125px 125px !important;
|
2606 |
+
background-size: 125px !important;
|
2607 |
+
color: rgba(255, 255, 255, 0);
|
2608 |
+
-webkit-background-clip: text !important;
|
2609 |
+
background-clip: text !important;
|
2610 |
+
-webkit-animation-name: pa-shinny-text !important;
|
2611 |
+
animation-name: pa-shinny-text !important;
|
2612 |
+
-webkit-animation-duration: var(--animation-speed) !important;
|
2613 |
+
animation-duration: var(--animation-speed) !important;
|
2614 |
+
-webkit-animation-iteration-count: infinite !important;
|
2615 |
+
animation-iteration-count: infinite !important;
|
2616 |
+
background: var(--base-color) -webkit-gradient(linear, left top, right top, from(var(--base-color)), to(var(--base-color)), color-stop(0.5, var(--shiny-color))) 0 0 no-repeat; }
|
2617 |
+
|
2618 |
+
@-webkit-keyframes pa-shinny-text {
|
2619 |
+
0% {
|
2620 |
+
background-position: 0%; }
|
2621 |
+
100% {
|
2622 |
+
background-position: 200%; } }
|
2623 |
+
|
2624 |
+
@keyframes pa-shinny-text {
|
2625 |
+
0% {
|
2626 |
+
background-position: 0%; }
|
2627 |
+
100% {
|
2628 |
+
background-position: 200%; } }
|
2629 |
+
|
2630 |
+
.premium-title-style9[data-animation-blur="process"] .premium-title-style9-letter {
|
2631 |
+
-webkit-animation: pa-blur-shadow 2s 1 alternate;
|
2632 |
+
animation: pa-blur-shadow 2s 1 alternate; }
|
2633 |
+
|
2634 |
+
@-webkit-keyframes pa-blur-shadow {
|
2635 |
+
from {
|
2636 |
+
text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
|
2637 |
+
color: transparent; }
|
2638 |
+
to {
|
2639 |
+
text-shadow: 0; } }
|
2640 |
+
|
2641 |
+
@keyframes pa-blur-shadow {
|
2642 |
+
from {
|
2643 |
+
text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
|
2644 |
+
color: transparent; }
|
2645 |
+
to {
|
2646 |
+
text-shadow: 0; } }
|
2647 |
+
|
2648 |
+
.premium-title-gradient-yes .premium-title-text,
|
2649 |
+
.premium-title-gradient-yes .premium-title-icon {
|
2650 |
+
-webkit-background-clip: text;
|
2651 |
+
-webkit-text-fill-color: transparent;
|
2652 |
+
background-image: -webkit-gradient(linear, left top, right top, from(#ffa648), color-stop(#f17cc1), to(#4da9fd));
|
2653 |
+
background-image: -webkit-linear-gradient(left, #ffa648, #f17cc1, #4da9fd);
|
2654 |
+
background-image: linear-gradient(to right, #ffa648, #f17cc1, #4da9fd);
|
2655 |
+
-webkit-animation: pa-text-gradient 8s infinite;
|
2656 |
+
animation: pa-text-gradient 8s infinite; }
|
2657 |
+
|
2658 |
+
.premium-title-clipped .premium-title-header {
|
2659 |
+
-webkit-text-fill-color: transparent;
|
2660 |
+
-webkit-background-clip: text;
|
2661 |
+
background-clip: text; }
|
2662 |
+
|
2663 |
+
@-webkit-keyframes pa-text-gradient {
|
2664 |
+
0%,
|
2665 |
+
100% {
|
2666 |
+
-webkit-filter: hue-rotate(0deg);
|
2667 |
+
filter: hue-rotate(0deg); }
|
2668 |
+
50% {
|
2669 |
+
-webkit-filter: hue-rotate(360deg);
|
2670 |
+
filter: hue-rotate(360deg); } }
|
2671 |
+
|
2672 |
+
@keyframes pa-text-gradient {
|
2673 |
+
0%,
|
2674 |
+
100% {
|
2675 |
+
-webkit-filter: hue-rotate(0deg);
|
2676 |
+
filter: hue-rotate(0deg); }
|
2677 |
+
50% {
|
2678 |
+
-webkit-filter: hue-rotate(360deg);
|
2679 |
+
filter: hue-rotate(360deg); } }
|
2680 |
+
|
2681 |
/*
|
2682 |
* Common Title/Dual Heading
|
2683 |
+
*/
|
2684 |
+
.premium-title-bg-text:before {
|
2685 |
+
position: absolute;
|
2686 |
+
content: attr(data-background);
|
2687 |
+
top: 0;
|
2688 |
+
left: 0;
|
2689 |
+
text-align: left; }
|
2690 |
+
|
2691 |
+
.premium-mask-yes .premium-dual-header-first-clip .premium-dual-header-first-span .premium-mask-span,
|
2692 |
+
.premium-mask-yes .premium-dual-header-second-clip .premium-mask-span {
|
2693 |
+
background: inherit; }
|
2694 |
+
|
2695 |
+
.premium-mask-yes .premium-mask-span {
|
2696 |
+
position: relative;
|
2697 |
+
overflow: hidden;
|
2698 |
+
-js-display: inline-flex !important;
|
2699 |
+
display: -webkit-inline-box !important;
|
2700 |
+
display: -webkit-inline-flex !important;
|
2701 |
+
display: -moz-inline-box !important;
|
2702 |
+
display: -ms-inline-flexbox !important;
|
2703 |
+
display: inline-flex !important; }
|
2704 |
+
.premium-mask-yes .premium-mask-span::after {
|
2705 |
+
content: "";
|
2706 |
+
position: absolute;
|
2707 |
+
top: 0;
|
2708 |
+
right: 0px;
|
2709 |
+
width: 100%;
|
2710 |
+
height: 100%;
|
2711 |
+
background-color: currentColor;
|
2712 |
+
-webkit-backface-visibility: visible;
|
2713 |
+
backface-visibility: visible; }
|
2714 |
+
|
2715 |
+
.premium-mask-active.premium-mask-tr .premium-mask-span::after {
|
2716 |
+
-webkit-animation: pa-mask-tr 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
2717 |
+
animation: pa-mask-tr 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
2718 |
+
-webkit-transform: translateX(-103%);
|
2719 |
+
-ms-transform: translateX(-103%);
|
2720 |
+
transform: translateX(-103%); }
|
2721 |
+
|
2722 |
+
.premium-mask-active.premium-mask-tl .premium-mask-span::after {
|
2723 |
+
-webkit-animation: pa-mask-tl 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
2724 |
+
animation: pa-mask-tl 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
2725 |
+
-webkit-transform: translateX(103%);
|
2726 |
+
-ms-transform: translateX(103%);
|
2727 |
+
transform: translateX(103%); }
|
2728 |
+
|
2729 |
+
.premium-mask-active.premium-mask-tb .premium-mask-span::after {
|
2730 |
+
-webkit-animation: pa-mask-tb 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
2731 |
+
animation: pa-mask-tb 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
2732 |
+
-webkit-transform: translateY(-103%);
|
2733 |
+
-ms-transform: translateY(-103%);
|
2734 |
+
transform: translateY(-103%); }
|
2735 |
+
|
2736 |
+
.premium-mask-active.premium-mask-tt .premium-mask-span::after {
|
2737 |
+
-webkit-animation: pa-mask-tt 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
2738 |
+
animation: pa-mask-tt 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
2739 |
+
-webkit-transform: translateY(103%);
|
2740 |
+
-ms-transform: translateY(103%);
|
2741 |
+
transform: translateY(103%); }
|
2742 |
+
|
2743 |
+
@-webkit-keyframes pa-mask-tr {
|
2744 |
+
0% {
|
2745 |
+
-webkit-transform: translateX(0%);
|
2746 |
+
transform: translateX(0%); }
|
2747 |
+
100% {
|
2748 |
+
-webkit-transform: translateX(103%);
|
2749 |
+
transform: translateX(103%); } }
|
2750 |
+
|
2751 |
+
@keyframes pa-mask-tr {
|
2752 |
+
0% {
|
2753 |
+
-webkit-transform: translateX(0%);
|
2754 |
+
transform: translateX(0%); }
|
2755 |
+
100% {
|
2756 |
+
-webkit-transform: translateX(103%);
|
2757 |
+
transform: translateX(103%); } }
|
2758 |
+
|
2759 |
+
@-webkit-keyframes pa-mask-tl {
|
2760 |
+
0% {
|
2761 |
+
-webkit-transform: translateX(0%);
|
2762 |
+
transform: translateX(0%); }
|
2763 |
+
100% {
|
2764 |
+
-webkit-transform: translateX(-103%);
|
2765 |
+
transform: translateX(-103%); } }
|
2766 |
+
|
2767 |
+
@keyframes pa-mask-tl {
|
2768 |
+
0% {
|
2769 |
+
-webkit-transform: translateX(0%);
|
2770 |
+
transform: translateX(0%); }
|
2771 |
+
100% {
|
2772 |
+
-webkit-transform: translateX(-103%);
|
2773 |
+
transform: translateX(-103%); } }
|
2774 |
+
|
2775 |
+
@-webkit-keyframes pa-mask-tb {
|
2776 |
+
0% {
|
2777 |
+
-webkit-transform: translateY(0%);
|
2778 |
+
transform: translateY(0%); }
|
2779 |
+
100% {
|
2780 |
+
-webkit-transform: translateY(103%);
|
2781 |
+
transform: translateY(103%); } }
|
2782 |
+
|
2783 |
+
@keyframes pa-mask-tb {
|
2784 |
+
0% {
|
2785 |
+
-webkit-transform: translateY(0%);
|
2786 |
+
transform: translateY(0%); }
|
2787 |
+
100% {
|
2788 |
+
-webkit-transform: translateY(103%);
|
2789 |
+
transform: translateY(103%); } }
|
2790 |
+
|
2791 |
+
@-webkit-keyframes pa-mask-tt {
|
2792 |
+
0% {
|
2793 |
+
-webkit-transform: translateY(0%);
|
2794 |
+
transform: translateY(0%); }
|
2795 |
+
100% {
|
2796 |
+
-webkit-transform: translateY(-103%);
|
2797 |
+
transform: translateY(-103%); } }
|
2798 |
+
|
2799 |
+
@keyframes pa-mask-tt {
|
2800 |
+
0% {
|
2801 |
+
-webkit-transform: translateY(0%);
|
2802 |
+
transform: translateY(0%); }
|
2803 |
+
100% {
|
2804 |
+
-webkit-transform: translateY(-103%);
|
2805 |
+
transform: translateY(-103%); } }
|
2806 |
+
|
2807 |
+
/**************** Premium Video Box ************/
|
2808 |
+
/***********************************************/
|
2809 |
+
.premium-video-box-transform {
|
2810 |
+
-webkit-transform: none !important;
|
2811 |
+
-ms-transform: none !important;
|
2812 |
+
transform: none !important; }
|
2813 |
+
|
2814 |
+
.premium-video-box-container {
|
2815 |
+
-js-display: flex;
|
2816 |
+
display: -webkit-box;
|
2817 |
+
display: -webkit-flex;
|
2818 |
+
display: -moz-box;
|
2819 |
+
display: -ms-flexbox;
|
2820 |
+
display: flex;
|
2821 |
+
-webkit-box-orient: vertical;
|
2822 |
+
-webkit-box-direction: normal;
|
2823 |
+
-webkit-flex-direction: column;
|
2824 |
+
-moz-box-orient: vertical;
|
2825 |
+
-moz-box-direction: normal;
|
2826 |
+
-ms-flex-direction: column;
|
2827 |
+
flex-direction: column; }
|
2828 |
+
|
2829 |
+
.premium-video-box-container > div {
|
2830 |
+
position: relative;
|
2831 |
+
overflow: hidden; }
|
2832 |
+
|
2833 |
+
.pa-aspect-ratio-11 .premium-video-box-container > div {
|
2834 |
+
padding-bottom: 100%; }
|
2835 |
+
|
2836 |
+
.pa-aspect-ratio-169 .premium-video-box-container > div {
|
2837 |
+
padding-bottom: 56.25%; }
|
2838 |
+
|
2839 |
+
.pa-aspect-ratio-43 .premium-video-box-container > div {
|
2840 |
+
padding-bottom: 75%; }
|
2841 |
+
|
2842 |
+
.pa-aspect-ratio-32 .premium-video-box-container > div {
|
2843 |
+
padding-bottom: 66.6666%; }
|
2844 |
+
|
2845 |
+
.pa-aspect-ratio-219 .premium-video-box-container > div {
|
2846 |
+
padding-bottom: 42.8571%; }
|
2847 |
+
|
2848 |
+
.pa-aspect-ratio-916 .premium-video-box-container > div {
|
2849 |
+
padding-bottom: 177.8%; }
|
2850 |
+
|
2851 |
+
.premium-video-box-image-container {
|
2852 |
+
position: absolute;
|
2853 |
+
top: 0;
|
2854 |
+
left: 0;
|
2855 |
+
bottom: 0;
|
2856 |
+
right: 0;
|
2857 |
+
width: 100%;
|
2858 |
+
height: 100%;
|
2859 |
+
-webkit-background-size: cover;
|
2860 |
+
background-size: cover;
|
2861 |
+
background-position: 50%;
|
2862 |
+
cursor: pointer;
|
2863 |
+
margin: auto;
|
2864 |
+
-webkit-transition: 0.2s all;
|
2865 |
+
transition: 0.2s all; }
|
2866 |
+
|
2867 |
+
.premium-video-box-play-icon-container {
|
2868 |
+
position: absolute;
|
2869 |
+
z-index: 2;
|
2870 |
+
cursor: pointer;
|
2871 |
+
-webkit-transform: translate(-50%, -50%);
|
2872 |
+
-ms-transform: translate(-50%, -50%);
|
2873 |
+
transform: translate(-50%, -50%);
|
2874 |
+
background: rgba(252, 252, 252, 0.35); }
|
2875 |
+
|
2876 |
+
.premium-video-box-description-container {
|
2877 |
+
position: absolute;
|
2878 |
+
z-index: 2;
|
2879 |
+
padding: 5px;
|
2880 |
+
text-align: center;
|
2881 |
+
cursor: pointer;
|
2882 |
+
-webkit-transform: translate(-50%, -50%);
|
2883 |
+
-ms-transform: translate(-50%, -50%);
|
2884 |
+
transform: translate(-50%, -50%); }
|
2885 |
+
|
2886 |
+
.premium-video-box-text {
|
2887 |
+
margin-bottom: 0 !important;
|
2888 |
+
-webkit-transition: all 0.3s ease-in-out;
|
2889 |
+
transition: all 0.3s ease-in-out; }
|
2890 |
+
|
2891 |
+
.premium-video-box-play-icon {
|
2892 |
+
padding: 15px;
|
2893 |
+
-webkit-transform: translateX(4%);
|
2894 |
+
-ms-transform: translateX(4%);
|
2895 |
+
transform: translateX(4%);
|
2896 |
+
-webkit-transition: all 0.3s ease-in-out;
|
2897 |
+
transition: all 0.3s ease-in-out; }
|
2898 |
+
|
2899 |
+
.premium-video-box-video-container {
|
2900 |
+
position: absolute;
|
2901 |
+
top: 0;
|
2902 |
+
left: 0;
|
2903 |
+
z-index: 2;
|
2904 |
+
width: 100%;
|
2905 |
+
height: 100%;
|
2906 |
+
-webkit-transition: opacity 0.8s ease-in-out;
|
2907 |
+
transition: opacity 0.8s ease-in-out;
|
2908 |
+
overflow: hidden;
|
2909 |
+
cursor: pointer; }
|
2910 |
+
|
2911 |
+
.premium-video-box-container[data-overlay="true"][data-type="self"] .premium-video-box-video-container {
|
2912 |
+
opacity: 0;
|
2913 |
+
visibility: hidden; }
|
2914 |
+
|
2915 |
+
.premium-video-box-video-container iframe {
|
2916 |
+
max-width: 100%;
|
2917 |
+
width: 100%;
|
2918 |
+
height: 100%;
|
2919 |
+
margin: 0;
|
2920 |
+
line-height: 1;
|
2921 |
+
border: none; }
|
2922 |
+
|
2923 |
+
.premium-video-box-video-container video {
|
2924 |
+
max-width: 100%;
|
2925 |
+
width: 100%;
|
2926 |
+
height: 100%;
|
2927 |
+
margin: 0;
|
2928 |
+
line-height: 1;
|
2929 |
+
border: none;
|
2930 |
+
background-color: #000;
|
2931 |
+
-o-object-fit: contain;
|
2932 |
+
object-fit: contain; }
|
2933 |
+
|
2934 |
+
.premium-video-box-container .premium-video-box-vimeo-wrap {
|
2935 |
+
-js-display: flex;
|
2936 |
+
display: -webkit-box;
|
2937 |
+
display: -webkit-flex;
|
2938 |
+
display: -moz-box;
|
2939 |
+
display: -ms-flexbox;
|
2940 |
+
display: flex;
|
2941 |
+
position: absolute;
|
2942 |
+
top: 0;
|
2943 |
+
left: 0;
|
2944 |
+
z-index: 3;
|
2945 |
+
margin: 10px;
|
2946 |
+
margin-right: 10px;
|
2947 |
+
-webkit-transition: opacity 0.2s ease-out;
|
2948 |
+
transition: opacity 0.2s ease-out;
|
2949 |
+
margin-right: 4.6em; }
|
2950 |
+
|
2951 |
+
.premium-video-box-vimeo-wrap .premium-video-box-vimeo-portrait {
|
2952 |
+
width: 60px;
|
2953 |
+
height: 60px;
|
2954 |
+
background: rgba(23, 35, 34, 0.75);
|
2955 |
+
margin-right: 1px;
|
2956 |
+
-webkit-box-flex: 1;
|
2957 |
+
-webkit-flex: 1 0 auto;
|
2958 |
+
-moz-box-flex: 1;
|
2959 |
+
-ms-flex: 1 0 auto;
|
2960 |
+
flex: 1 0 auto;
|
2961 |
+
padding: 0; }
|
2962 |
+
|
2963 |
+
.premium-video-box-vimeo-portrait img {
|
2964 |
+
width: 50px;
|
2965 |
+
height: 50px;
|
2966 |
+
margin: 5px;
|
2967 |
+
padding: 0;
|
2968 |
+
border: 0;
|
2969 |
+
-webkit-border-radius: 50%;
|
2970 |
+
border-radius: 50%; }
|
2971 |
+
|
2972 |
+
.premium-video-box-vimeo-wrap .premium-video-box-vimeo-headers {
|
2973 |
+
font-size: 10px; }
|
2974 |
+
|
2975 |
+
.premium-video-box-vimeo-wrap .premium-video-box-vimeo-title {
|
2976 |
+
max-width: 100%;
|
2977 |
+
font-size: 2em !important;
|
2978 |
+
font-weight: 700;
|
2979 |
+
margin: 0;
|
2980 |
+
padding: 0.1em 0.2em;
|
2981 |
+
background: rgba(23, 35, 34, 0.75);
|
2982 |
+
display: inline-block;
|
2983 |
+
text-transform: none;
|
2984 |
+
line-height: normal;
|
2985 |
+
letter-spacing: normal; }
|
2986 |
+
|
2987 |
+
.premium-video-box-vimeo-wrap .premium-video-box-vimeo-byline {
|
2988 |
+
font-size: 1.2em !important;
|
2989 |
+
font-weight: 400;
|
2990 |
+
color: #fff;
|
2991 |
+
margin-top: 0.1em;
|
2992 |
+
padding: 0.2em 0.5em;
|
2993 |
+
background: rgba(23, 35, 34, 0.75);
|
2994 |
+
text-transform: none;
|
2995 |
+
line-height: normal;
|
2996 |
+
letter-spacing: normal; }
|
2997 |
+
|
2998 |
+
.premium-video-box-playlist-container {
|
2999 |
+
-js-display: flex;
|
3000 |
+
display: -webkit-box;
|
3001 |
+
display: -webkit-flex;
|
3002 |
+
display: -moz-box;
|
3003 |
+
display: -ms-flexbox;
|
3004 |
+
display: flex;
|
3005 |
+
-webkit-flex-wrap: wrap;
|
3006 |
+
-ms-flex-wrap: wrap;
|
3007 |
+
flex-wrap: wrap; }
|
3008 |
+
.premium-video-box-playlist-container .premium-video-box-container {
|
3009 |
+
height: 100%;
|
3010 |
+
overflow: hidden; }
|
3011 |
+
|
3012 |
+
.premium-video-box-container:hover .premium-video-box-image-container.zoomin {
|
3013 |
+
-webkit-transform: scale(1.1);
|
3014 |
+
-ms-transform: scale(1.1);
|
3015 |
+
transform: scale(1.1); }
|
3016 |
+
|
3017 |
+
.premium-video-box-container:hover .premium-video-box-image-container.zoomout {
|
3018 |
+
-webkit-transform: scale(1);
|
3019 |
+
-ms-transform: scale(1);
|
3020 |
+
transform: scale(1); }
|
3021 |
+
|
3022 |
+
.premium-video-box-container:hover .premium-video-box-image-container.scale {
|
3023 |
+
-webkit-transform: scale(1.3) rotate(5deg);
|
3024 |
+
-ms-transform: scale(1.3) rotate(5deg);
|
3025 |
+
transform: scale(1.3) rotate(5deg); }
|
3026 |
+
|
3027 |
+
.premium-video-box-container:hover .premium-video-box-image-container.gray {
|
3028 |
+
-webkit-filter: grayscale(0%);
|
3029 |
+
filter: grayscale(0%); }
|
3030 |
+
|
3031 |
+
.premium-video-box-container:hover .premium-video-box-image-container.blur {
|
3032 |
+
-webkit-filter: blur(3px);
|
3033 |
+
filter: blur(3px); }
|
3034 |
+
|
3035 |
+
.premium-video-box-container:hover .premium-video-box-image-container.sepia {
|
3036 |
+
-webkit-filter: sepia(0%);
|
3037 |
+
filter: sepia(0%); }
|
3038 |
+
|
3039 |
+
.premium-video-box-container:hover .premium-video-box-image-container.trans {
|
3040 |
+
-webkit-transform: translateX(0px) scale(1.1);
|
3041 |
+
-ms-transform: translateX(0px) scale(1.1);
|
3042 |
+
transform: translateX(0px) scale(1.1); }
|
3043 |
+
|
3044 |
+
.premium-video-box-container:hover .premium-video-box-image-container.bright {
|
3045 |
+
-webkit-filter: brightness(1.2);
|
3046 |
+
filter: brightness(1.2); }
|
3047 |
+
|
3048 |
+
.premium-video-box-image-container.gray {
|
3049 |
+
-webkit-filter: grayscale(100%);
|
3050 |
+
filter: grayscale(100%); }
|
3051 |
+
|
3052 |
+
.premium-video-box-image-container.zoomout, .premium-video-box-image-container.scale {
|
3053 |
+
-webkit-transform: scale(1.2);
|
3054 |
+
-ms-transform: scale(1.2);
|
3055 |
+
transform: scale(1.2); }
|
3056 |
+
|
3057 |
+
.premium-video-box-image-container.sepia {
|
3058 |
+
-webkit-filter: sepia(30%);
|
3059 |
+
filter: sepia(30%); }
|
3060 |
+
|
3061 |
+
.premium-video-box-image-container.bright {
|
3062 |
+
-webkit-filter: brightness(1);
|
3063 |
+
filter: brightness(1); }
|
3064 |
+
|
3065 |
+
.premium-video-box-image-container.trans {
|
3066 |
+
-webkit-transform: translateX(-15px) scale(1.1);
|
3067 |
+
-ms-transform: translateX(-15px) scale(1.1);
|
3068 |
+
transform: translateX(-15px) scale(1.1); }
|
3069 |
+
|
3070 |
+
.premium-video-box-mask-media {
|
3071 |
+
-webkit-mask-repeat: no-repeat;
|
3072 |
+
mask-repeat: no-repeat; }
|
3073 |
+
|
3074 |
+
/* Sticky Video Option */
|
3075 |
+
.premium-video-box-container.premium-video-box-sticky-apply {
|
3076 |
+
z-index: 99;
|
3077 |
+
overflow: unset; }
|
3078 |
+
.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
|
3079 |
+
position: fixed !important;
|
3080 |
+
z-index: 99999;
|
3081 |
+
height: 225px;
|
3082 |
+
width: 400px;
|
3083 |
+
background: #fff; }
|
3084 |
+
.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-vimeo-wrap,
|
3085 |
+
.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-container:before {
|
3086 |
+
visibility: hidden; }
|
3087 |
+
.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
|
3088 |
+
-webkit-box-shadow: unset;
|
3089 |
+
box-shadow: unset; }
|
3090 |
+
|
3091 |
+
.premium-video-box-sticky-close,
|
3092 |
+
.premium-video-box-sticky-infobar {
|
3093 |
+
display: none; }
|
3094 |
+
|
3095 |
+
.premium-video-box-sticky-apply .premium-video-box-sticky-close {
|
3096 |
+
position: absolute;
|
3097 |
+
padding: 5px;
|
3098 |
+
cursor: pointer;
|
3099 |
+
z-index: 99999;
|
3100 |
+
height: 14px;
|
3101 |
+
width: 14px;
|
3102 |
+
-webkit-box-sizing: content-box;
|
3103 |
+
-moz-box-sizing: content-box;
|
3104 |
+
box-sizing: content-box;
|
3105 |
+
-webkit-border-radius: 100%;
|
3106 |
+
border-radius: 100%;
|
3107 |
+
-js-display: flex;
|
3108 |
+
display: -webkit-box;
|
3109 |
+
display: -webkit-flex;
|
3110 |
+
display: -moz-box;
|
3111 |
+
display: -ms-flexbox;
|
3112 |
+
display: flex;
|
3113 |
+
-webkit-box-pack: center;
|
3114 |
+
-webkit-justify-content: center;
|
3115 |
+
-moz-box-pack: center;
|
3116 |
+
-ms-flex-pack: center;
|
3117 |
+
justify-content: center;
|
3118 |
+
-webkit-box-align: center;
|
3119 |
+
-webkit-align-items: center;
|
3120 |
+
-moz-box-align: center;
|
3121 |
+
-ms-flex-align: center;
|
3122 |
+
align-items: center; }
|
3123 |
+
|
3124 |
+
.premium-video-box-sticky-apply .premium-video-box-play-icon-container {
|
3125 |
+
-js-display: flex;
|
3126 |
+
display: -webkit-box;
|
3127 |
+
display: -webkit-flex;
|
3128 |
+
display: -moz-box;
|
3129 |
+
display: -ms-flexbox;
|
3130 |
+
display: flex; }
|
3131 |
+
|
3132 |
+
.premium-video-box-sticky-apply .premium-video-box-play-icon {
|
3133 |
+
-webkit-transition: none;
|
3134 |
+
transition: none; }
|
3135 |
+
|
3136 |
+
.premium-video-box-sticky-apply .premium-video-box-sticky-infobar {
|
3137 |
+
display: block;
|
3138 |
+
position: relative;
|
3139 |
+
top: 100%;
|
3140 |
+
width: 100%;
|
3141 |
+
padding: 5px;
|
3142 |
+
text-align: center;
|
3143 |
+
z-index: 9999;
|
3144 |
+
margin-top: -1px; }
|
3145 |
+
|
3146 |
+
.premium-video-box-sticky-apply .premium-video-box-inner-wrap.ui-draggable {
|
3147 |
+
cursor: move; }
|
3148 |
+
|
3149 |
+
.premium-video-sticky-top-left
|
3150 |
+
.premium-video-box-container.premium-video-box-sticky-apply
|
3151 |
+
.premium-video-box-inner-wrap {
|
3152 |
+
right: auto;
|
3153 |
+
left: 20px;
|
3154 |
+
top: 20px; }
|
3155 |
+
|
3156 |
+
.premium-video-sticky-bottom-left
|
3157 |
+
.premium-video-box-container.premium-video-box-sticky-apply
|
3158 |
+
.premium-video-box-inner-wrap {
|
3159 |
+
right: auto;
|
3160 |
+
left: 20px;
|
3161 |
+
bottom: 20px; }
|
3162 |
+
|
3163 |
+
.premium-video-sticky-top-right
|
3164 |
+
.premium-video-box-container.premium-video-box-sticky-apply
|
3165 |
+
.premium-video-box-inner-wrap {
|
3166 |
+
left: auto;
|
3167 |
+
right: 20px;
|
3168 |
+
top: 20px; }
|
3169 |
+
|
3170 |
+
.premium-video-sticky-bottom-right
|
3171 |
+
.premium-video-box-container.premium-video-box-sticky-apply
|
3172 |
+
.premium-video-box-inner-wrap {
|
3173 |
+
left: auto;
|
3174 |
+
right: 20px;
|
3175 |
+
bottom: 20px; }
|
3176 |
+
|
3177 |
+
.premium-video-sticky-center-left
|
3178 |
+
.premium-video-box-container.premium-video-box-sticky-apply
|
3179 |
+
.premium-video-box-inner-wrap {
|
3180 |
+
right: auto;
|
3181 |
+
left: 20px;
|
3182 |
+
top: 50%;
|
3183 |
+
-webkit-transform: translateY(-50%);
|
3184 |
+
-ms-transform: translateY(-50%);
|
3185 |
+
transform: translateY(-50%); }
|
3186 |
+
|
3187 |
+
.premium-video-sticky-center-right
|
3188 |
+
.premium-video-box-container.premium-video-box-sticky-apply
|
3189 |
+
.premium-video-box-inner-wrap {
|
3190 |
+
left: auto;
|
3191 |
+
right: 20px;
|
3192 |
+
top: 50%;
|
3193 |
+
-webkit-transform: translateY(-50%);
|
3194 |
+
-ms-transform: translateY(-50%);
|
3195 |
+
transform: translateY(-50%); }
|
3196 |
+
|
3197 |
+
.premium-video-sticky-bottom-right
|
3198 |
+
.premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply
|
3199 |
+
.premium-video-box-inner-wrap,
|
3200 |
+
.premium-video-sticky-bottom-left
|
3201 |
+
.premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply
|
3202 |
+
.premium-video-box-inner-wrap {
|
3203 |
+
bottom: 55px; }
|
3204 |
+
|
3205 |
+
.premium-video-sticky-top-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,
|
3206 |
+
.premium-video-sticky-bottom-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,
|
3207 |
+
.premium-video-sticky-center-left .premium-video-box-sticky-apply .premium-video-box-sticky-close {
|
3208 |
+
top: -10px;
|
3209 |
+
right: -10px; }
|
3210 |
+
|
3211 |
+
.premium-video-sticky-top-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,
|
3212 |
+
.premium-video-sticky-bottom-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,
|
3213 |
+
.premium-video-sticky-center-right .premium-video-box-sticky-apply .premium-video-box-sticky-close {
|
3214 |
+
top: -10px;
|
3215 |
+
left: -10px; }
|
3216 |
+
|
3217 |
+
.premium-video-box-filter-sticky {
|
3218 |
+
-webkit-filter: none !important;
|
3219 |
+
filter: none !important; }
|
3220 |
+
|
3221 |
+
/**************** Premium Blog *****************/
|
3222 |
+
/***********************************************/
|
3223 |
+
.premium-blog-thumb-effect-wrapper {
|
3224 |
+
position: relative;
|
3225 |
+
overflow: hidden; }
|
3226 |
+
|
3227 |
+
.premium-blog-effect-container:not(.premium-blog-bordered-effect) .premium-blog-post-link {
|
3228 |
+
position: absolute;
|
3229 |
+
top: 0;
|
3230 |
+
left: 0;
|
3231 |
+
width: 100%;
|
3232 |
+
height: 100%;
|
3233 |
+
z-index: 2;
|
3234 |
+
padding: 20px; }
|
3235 |
+
|
3236 |
+
.premium-blog-bordered-effect .premium-blog-post-link {
|
3237 |
+
display: block;
|
3238 |
+
height: 100%;
|
3239 |
+
position: relative; }
|
3240 |
+
|
3241 |
+
/*Thumbnail Img*/
|
3242 |
+
.premium-blog-thumbnail-container {
|
3243 |
+
overflow: hidden; }
|
3244 |
+
.premium-blog-thumbnail-container img,
|
3245 |
+
.premium-blog-thumbnail-container .below-entry-meta {
|
3246 |
+
width: 100%;
|
3247 |
+
height: 100%;
|
3248 |
+
margin: 0 !important;
|
3249 |
+
-webkit-transition: all 0.4s ease-in-out;
|
3250 |
+
transition: all 0.4s ease-in-out; }
|
3251 |
+
|
3252 |
+
.premium-blog-thumb-effect-wrapper .premium-blog-zoomout-effect img,
|
3253 |
+
.premium-blog-thumb-effect-wrapper .premium-blog-scale-effect img {
|
3254 |
+
-webkit-transform: scale(1.2);
|
3255 |
+
-ms-transform: scale(1.2);
|
3256 |
+
transform: scale(1.2); }
|
3257 |
+
|
3258 |
+
.premium-blog-thumb-effect-wrapper .premium-blog-sepia-effect img {
|
3259 |
+
-webkit-filter: sepia(30%);
|
3260 |
+
filter: sepia(30%); }
|
3261 |
+
|
3262 |
+
.premium-blog-thumb-effect-wrapper .premium-blog-bright-effect img {
|
3263 |
+
-webkit-filter: brightness(1);
|
3264 |
+
filter: brightness(1); }
|
3265 |
+
|
3266 |
+
.premium-blog-thumb-effect-wrapper .premium-blog-trans-effect img {
|
3267 |
+
-webkit-transform: translateX(-15px) scale(1.1);
|
3268 |
+
-ms-transform: translateX(-15px) scale(1.1);
|
3269 |
+
transform: translateX(-15px) scale(1.1); }
|
3270 |
+
|
3271 |
+
.premium-blog-post-outer-container:hover .premium-blog-zoomin-effect img {
|
3272 |
+
-webkit-transform: scale(1.2);
|
3273 |
+
-ms-transform: scale(1.2);
|
3274 |
+
transform: scale(1.2); }
|
3275 |
+
|
3276 |
+
.premium-blog-post-outer-container:hover .premium-blog-zoomout-effect img {
|
3277 |
+
-webkit-transform: scale(1.1);
|
3278 |
+
-ms-transform: scale(1.1);
|
3279 |
+
transform: scale(1.1); }
|
3280 |
+
|
3281 |
+
.premium-blog-post-outer-container:hover .premium-blog-scale-effect img {
|
3282 |
+
-webkit-transform: scale(1.3) rotate(5deg);
|
3283 |
+
-ms-transform: scale(1.3) rotate(5deg);
|
3284 |
+
transform: scale(1.3) rotate(5deg); }
|
3285 |
+
|
3286 |
+
.premium-blog-post-outer-container:hover .premium-blog-gray-effect img {
|
3287 |
+
-webkit-filter: grayscale(100%);
|
3288 |
+
filter: grayscale(100%); }
|
3289 |
+
|
3290 |
+
.premium-blog-post-outer-container:hover .premium-blog-blur-effect img {
|
3291 |
+
-webkit-filter: blur(3px);
|
3292 |
+
filter: blur(3px); }
|
3293 |
+
|
3294 |
+
.premium-blog-post-outer-container:hover .premium-blog-sepia-effect img {
|
3295 |
+
-webkit-filter: sepia(0%);
|
3296 |
+
filter: sepia(0%); }
|
3297 |
+
|
3298 |
+
.premium-blog-post-outer-container:hover .premium-blog-bright-effect img {
|
3299 |
+
-webkit-filter: brightness(1.2);
|
3300 |
+
filter: brightness(1.2); }
|
3301 |
+
|
3302 |
+
.premium-blog-post-outer-container:hover .premium-blog-trans-effect img {
|
3303 |
+
-webkit-transform: translateX(0px) scale(1.1);
|
3304 |
+
-ms-transform: translateX(0px) scale(1.1);
|
3305 |
+
transform: translateX(0px) scale(1.1); }
|
3306 |
+
|
3307 |
+
.premium-blog-post-container {
|
3308 |
+
overflow: hidden; }
|
3309 |
+
.premium-blog-post-container .premium-blog-inner-container {
|
3310 |
+
-js-display: flex;
|
3311 |
+
display: -webkit-box;
|
3312 |
+
display: -webkit-flex;
|
3313 |
+
display: -moz-box;
|
3314 |
+
display: -ms-flexbox;
|
3315 |
+
display: flex; }
|
3316 |
+
.premium-blog-post-container .premium-blog-entry-container {
|
3317 |
+
margin: 0 !important; }
|
3318 |
+
.premium-blog-post-container .premium-blog-post-content {
|
3319 |
+
line-height: 1.5em;
|
3320 |
+
color: #777;
|
3321 |
+
font-size: 14px;
|
3322 |
+
margin-bottom: 10px; }
|
3323 |
+
.premium-blog-post-container ul.post-categories a:hover, .premium-blog-post-container ul.post-categories a:focus,
|
3324 |
+
.premium-blog-post-container .premium-blog-post-link:hover,
|
3325 |
+
.premium-blog-post-container .premium-blog-post-link:focus {
|
3326 |
+
-webkit-box-shadow: none !important;
|
3327 |
+
box-shadow: none !important;
|
3328 |
+
outline: none !important; }
|
3329 |
+
.premium-blog-post-container .premium-blog-entry-title {
|
3330 |
+
font-size: 18px;
|
3331 |
+
margin-bottom: 5px; }
|
3332 |
+
.premium-blog-post-container.premium-blog-skin-modern .premium-blog-content-wrapper {
|
3333 |
+
position: relative;
|
3334 |
+
z-index: 3;
|
3335 |
+
top: -50px; }
|
3336 |
+
.premium-blog-post-container .premium-blog-content-wrapper {
|
3337 |
+
background-color: #f5f5f5;
|
3338 |
+
padding: 30px; }
|
3339 |
+
.premium-blog-post-container .premium-blog-content-wrapper.empty-thumb {
|
3340 |
+
top: 0; }
|
3341 |
+
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before, .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:after {
|
3342 |
+
position: absolute;
|
3343 |
+
content: "";
|
3344 |
+
z-index: 1;
|
3345 |
+
top: 50%;
|
3346 |
+
left: 50%;
|
3347 |
+
opacity: 0;
|
3348 |
+
-webkit-transform: translate(-50%, -50%);
|
3349 |
+
-ms-transform: translate(-50%, -50%);
|
3350 |
+
transform: translate(-50%, -50%);
|
3351 |
+
-webkit-transition: all 0.4s linear 0s;
|
3352 |
+
transition: all 0.4s linear 0s;
|
3353 |
+
height: 1px;
|
3354 |
+
width: 100%;
|
3355 |
+
background-color: #fff; }
|
3356 |
+
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before {
|
3357 |
+
width: 1px;
|
3358 |
+
height: 100%; }
|
3359 |
+
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-container:after {
|
3360 |
+
width: 20px;
|
3361 |
+
opacity: 1; }
|
3362 |
+
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-container:before {
|
3363 |
+
height: 20px;
|
3364 |
+
opacity: 1; }
|
3365 |
+
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-content-wrapper {
|
3366 |
+
margin: 0px 10px 20px;
|
3367 |
+
clear: both; }
|
3368 |
+
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay, .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay, .premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay {
|
3369 |
+
position: absolute;
|
3370 |
+
top: 0;
|
3371 |
+
left: 0;
|
3372 |
+
width: 100%;
|
3373 |
+
height: 100%;
|
3374 |
+
-webkit-transition: all 0.3s ease-in-out;
|
3375 |
+
transition: all 0.3s ease-in-out;
|
3376 |
+
opacity: 0; }
|
3377 |
+
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay a, .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay a, .premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay a {
|
3378 |
+
-js-display: flex;
|
3379 |
+
display: -webkit-box;
|
3380 |
+
display: -webkit-flex;
|
3381 |
+
display: -moz-box;
|
3382 |
+
display: -ms-flexbox;
|
3383 |
+
display: flex;
|
3384 |
+
-webkit-box-pack: center;
|
3385 |
+
-webkit-justify-content: center;
|
3386 |
+
-moz-box-pack: center;
|
3387 |
+
-ms-flex-pack: center;
|
3388 |
+
justify-content: center;
|
3389 |
+
-webkit-box-align: center;
|
3390 |
+
-webkit-align-items: center;
|
3391 |
+
-moz-box-align: center;
|
3392 |
+
-ms-flex-align: center;
|
3393 |
+
align-items: center;
|
3394 |
+
width: 100%;
|
3395 |
+
height: 100%; }
|
3396 |
+
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay span,
|
3397 |
+
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay i, .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay span,
|
3398 |
+
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay i, .premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay span,
|
3399 |
+
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay i {
|
3400 |
+
-webkit-transition: all 0.3s ease-in-out;
|
3401 |
+
transition: all 0.3s ease-in-out; }
|
3402 |
+
.premium-blog-post-container.premium-blog-skin-side {
|
3403 |
+
-js-display: flex;
|
3404 |
+
display: -webkit-box;
|
3405 |
+
display: -webkit-flex;
|
3406 |
+
display: -moz-box;
|
3407 |
+
display: -ms-flexbox;
|
3408 |
+
display: flex; }
|
3409 |
+
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-container {
|
3410 |
+
height: 100%; }
|
3411 |
+
.premium-blog-post-container.premium-blog-skin-side .premium-blog-content-wrapper {
|
3412 |
+
-webkit-box-flex: 1;
|
3413 |
+
-webkit-flex: 1;
|
3414 |
+
-moz-box-flex: 1;
|
3415 |
+
-ms-flex: 1;
|
3416 |
+
flex: 1; }
|
3417 |
+
.premium-blog-post-container.premium-blog-skin-banner {
|
3418 |
+
position: relative; }
|
3419 |
+
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper {
|
3420 |
+
position: absolute;
|
3421 |
+
width: 100%;
|
3422 |
+
bottom: 0;
|
3423 |
+
-js-display: flex;
|
3424 |
+
display: -webkit-box;
|
3425 |
+
display: -webkit-flex;
|
3426 |
+
display: -moz-box;
|
3427 |
+
display: -ms-flexbox;
|
3428 |
+
display: flex;
|
3429 |
+
-webkit-box-orient: vertical;
|
3430 |
+
-webkit-box-direction: normal;
|
3431 |
+
-webkit-flex-direction: column;
|
3432 |
+
-moz-box-orient: vertical;
|
3433 |
+
-moz-box-direction: normal;
|
3434 |
+
-ms-flex-direction: column;
|
3435 |
+
flex-direction: column;
|
3436 |
+
background-color: transparent;
|
3437 |
+
z-index: 3; }
|
3438 |
+
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper-inner {
|
3439 |
+
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
3440 |
+
transition: -webkit-transform 0.3s ease-in-out;
|
3441 |
+
transition: transform 0.3s ease-in-out;
|
3442 |
+
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
|
3443 |
+
.premium-blog-post-container.premium-blog-skin-banner:hover .premium-blog-content-wrapper-inner {
|
3444 |
+
-webkit-transform: translateY(-5px);
|
3445 |
+
-ms-transform: translateY(-5px);
|
3446 |
+
transform: translateY(-5px); }
|
3447 |
+
.premium-blog-post-container .premium-blog-cats-container ul.post-categories {
|
3448 |
+
margin: 0;
|
3449 |
+
padding: 0;
|
3450 |
+
list-style: none;
|
3451 |
+
-js-display: flex;
|
3452 |
+
display: -webkit-box;
|
3453 |
+
display: -webkit-flex;
|
3454 |
+
display: -moz-box;
|
3455 |
+
display: -ms-flexbox;
|
3456 |
+
display: flex; }
|
3457 |
+
.premium-blog-post-container .premium-blog-cats-container a {
|
3458 |
+
display: block;
|
3459 |
+
font-size: 12px;
|
3460 |
+
color: #fff;
|
3461 |
+
background-color: #777;
|
3462 |
+
margin: 0 3px 10px 0;
|
3463 |
+
padding: 5px;
|
3464 |
+
-webkit-transition: all 0.3s ease-in-out;
|
3465 |
+
transition: all 0.3s ease-in-out; }
|
3466 |
+
|
3467 |
/*
|
3468 |
* Diagonal Effect
|
3469 |
+
*/
|
3470 |
+
.premium-blog-diagonal-container {
|
3471 |
+
position: absolute;
|
3472 |
+
top: 0;
|
3473 |
+
left: 0;
|
3474 |
+
width: 100%;
|
3475 |
+
height: 100%; }
|
3476 |
+
|
3477 |
+
.premium-blog-diagonal-effect:before {
|
3478 |
+
position: absolute;
|
3479 |
+
top: 0px;
|
3480 |
+
left: 0px;
|
3481 |
+
width: 100%;
|
3482 |
+
height: 100%;
|
3483 |
+
content: " ";
|
3484 |
+
z-index: 1;
|
3485 |
+
background: rgba(255, 255, 255, 0.2);
|
3486 |
+
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
|
3487 |
+
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
|
3488 |
+
-webkit-transition: all 0.3s linear 0s;
|
3489 |
+
transition: all 0.3s linear 0s; }
|
3490 |
+
|
3491 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-diagonal-effect:before {
|
3492 |
+
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
|
3493 |
+
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0); }
|
3494 |
+
|
3495 |
/*
|
3496 |
* Framed Effect
|
3497 |
+
*/
|
3498 |
+
.premium-blog-framed-effect {
|
3499 |
+
position: absolute;
|
3500 |
+
width: -webkit-calc(100% - 30px);
|
3501 |
+
width: calc(100% - 30px);
|
3502 |
+
height: -webkit-calc(100% - 30px);
|
3503 |
+
height: calc(100% - 30px);
|
3504 |
+
top: 15px;
|
3505 |
+
left: 15px;
|
3506 |
+
opacity: 0;
|
3507 |
+
-webkit-transform: scale(0.3);
|
3508 |
+
-ms-transform: scale(0.3);
|
3509 |
+
transform: scale(0.3);
|
3510 |
+
-webkit-transition: all 0.3s linear 0s;
|
3511 |
+
transition: all 0.3s linear 0s; }
|
3512 |
+
|
3513 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-framed-effect {
|
3514 |
+
opacity: 0.99;
|
3515 |
+
-webkit-transform: scale(1);
|
3516 |
+
-ms-transform: scale(1);
|
3517 |
+
transform: scale(1); }
|
3518 |
+
|
3519 |
/*
|
3520 |
* Bordered Effect
|
3521 |
+
*/
|
3522 |
+
.premium-blog-bordered-effect {
|
3523 |
+
position: absolute;
|
3524 |
+
top: 0;
|
3525 |
+
left: 0;
|
3526 |
+
width: 100%;
|
3527 |
+
height: 100%;
|
3528 |
+
opacity: 0;
|
3529 |
+
padding: 15px;
|
3530 |
+
-webkit-transition: all 0.3s linear 0s;
|
3531 |
+
transition: all 0.3s linear 0s; }
|
3532 |
+
.premium-blog-bordered-effect .premium-blog-post-link:before, .premium-blog-bordered-effect .premium-blog-post-link:after {
|
3533 |
+
content: "";
|
3534 |
+
display: block;
|
3535 |
+
position: absolute;
|
3536 |
+
top: 0;
|
3537 |
+
left: 0;
|
3538 |
+
width: 100%;
|
3539 |
+
height: 100%;
|
3540 |
+
-webkit-transition: all 0.5s linear 0s;
|
3541 |
+
transition: all 0.5s linear 0s;
|
3542 |
+
-webkit-transition-delay: 0s;
|
3543 |
+
transition-delay: 0s;
|
3544 |
+
border-color: rgba(255, 255, 255, 0.45); }
|
3545 |
+
.premium-blog-bordered-effect .premium-blog-post-link:before {
|
3546 |
+
border-right: 2px solid;
|
3547 |
+
border-left: 2px solid;
|
3548 |
+
-webkit-transform: scale(1, 0);
|
3549 |
+
-ms-transform: scale(1, 0);
|
3550 |
+
transform: scale(1, 0);
|
3551 |
+
-webkit-transform-origin: 100% 0;
|
3552 |
+
-ms-transform-origin: 100% 0;
|
3553 |
+
transform-origin: 100% 0; }
|
3554 |
+
.premium-blog-bordered-effect .premium-blog-post-link:after {
|
3555 |
+
border-top: 2px solid;
|
3556 |
+
border-bottom: 2px solid;
|
3557 |
+
-webkit-transform: scale(0, 1);
|
3558 |
+
-ms-transform: scale(0, 1);
|
3559 |
+
transform: scale(0, 1);
|
3560 |
+
-webkit-transform-origin: 0 0;
|
3561 |
+
-ms-transform-origin: 0 0;
|
3562 |
+
transform-origin: 0 0; }
|
3563 |
+
|
3564 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect {
|
3565 |
+
opacity: 0.99; }
|
3566 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect .premium-blog-post-link:before, .premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect .premium-blog-post-link:after {
|
3567 |
+
-webkit-transition-delay: 0.15s;
|
3568 |
+
transition-delay: 0.15s;
|
3569 |
+
opacity: 1;
|
3570 |
+
-webkit-transform: scale(1);
|
3571 |
+
-ms-transform: scale(1);
|
3572 |
+
transform: scale(1); }
|
3573 |
+
|
3574 |
/*
|
3575 |
* Squares Effect
|
3576 |
+
*/
|
3577 |
+
.premium-blog-squares-effect,
|
3578 |
+
.premium-blog-squares-square-container {
|
3579 |
+
position: absolute;
|
3580 |
+
top: 0;
|
3581 |
+
left: 0;
|
3582 |
+
width: 100%;
|
3583 |
+
height: 100%; }
|
3584 |
+
|
3585 |
+
.premium-blog-squares-effect:before, .premium-blog-squares-effect:after {
|
3586 |
+
position: absolute;
|
3587 |
+
content: "";
|
3588 |
+
top: 0;
|
3589 |
+
left: 0;
|
3590 |
+
width: 50%;
|
3591 |
+
height: 50%;
|
3592 |
+
-webkit-transform: translate(-100%, -100%);
|
3593 |
+
-ms-transform: translate(-100%, -100%);
|
3594 |
+
transform: translate(-100%, -100%);
|
3595 |
+
opacity: 0.7;
|
3596 |
+
-webkit-transition: all 0.3s linear 0s;
|
3597 |
+
transition: all 0.3s linear 0s; }
|
3598 |
+
|
3599 |
+
.premium-blog-squares-square-container:before, .premium-blog-squares-square-container:after {
|
3600 |
+
position: absolute;
|
3601 |
+
content: "";
|
3602 |
+
top: 0;
|
3603 |
+
left: 0;
|
3604 |
+
width: 50%;
|
3605 |
+
height: 50%;
|
3606 |
+
-webkit-transform: translate(-100%, -100%);
|
3607 |
+
-ms-transform: translate(-100%, -100%);
|
3608 |
+
transform: translate(-100%, -100%);
|
3609 |
+
opacity: 0.7;
|
3610 |
+
-webkit-transition: all 0.3s linear 0s;
|
3611 |
+
transition: all 0.3s linear 0s; }
|
3612 |
+
|
3613 |
+
.premium-blog-squares-square-container:before, .premium-blog-squares-square-container:after {
|
3614 |
+
opacity: 0.8; }
|
3615 |
+
|
3616 |
+
.premium-blog-squares-effect:after {
|
3617 |
+
-webkit-transform: translate(200%, 200%);
|
3618 |
+
-ms-transform: translate(200%, 200%);
|
3619 |
+
transform: translate(200%, 200%); }
|
3620 |
+
|
3621 |
+
.premium-blog-squares-square-container:before {
|
3622 |
+
-webkit-transform: translate(-100%, 200%);
|
3623 |
+
-ms-transform: translate(-100%, 200%);
|
3624 |
+
transform: translate(-100%, 200%); }
|
3625 |
+
|
3626 |
+
.premium-blog-squares-square-container:after {
|
3627 |
+
-webkit-transform: translate(200%, -100%);
|
3628 |
+
-ms-transform: translate(200%, -100%);
|
3629 |
+
transform: translate(200%, -100%); }
|
3630 |
+
|
3631 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-effect:before {
|
3632 |
+
-webkit-transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
|
3633 |
+
-ms-transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
|
3634 |
+
transform: translate(0, 0%) scaleY(1.003) scaleX(1.003); }
|
3635 |
+
|
3636 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-effect:after {
|
3637 |
+
-webkit-transform: translate(100%, 100%) scaleY(1.003) scaleX(1.003);
|
3638 |
+
-ms-transform: translate(100%, 100%) scaleY(1.003) scaleX(1.003);
|
3639 |
+
transform: translate(100%, 100%) scaleY(1.003) scaleX(1.003); }
|
3640 |
+
|
3641 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-square-container:before {
|
3642 |
+
-webkit-transform: translate(0, 100%);
|
3643 |
+
-ms-transform: translate(0, 100%);
|
3644 |
+
transform: translate(0, 100%); }
|
3645 |
+
|
3646 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-square-container:after {
|
3647 |
+
-webkit-transform: translate(100%, 0%);
|
3648 |
+
-ms-transform: translate(100%, 0%);
|
3649 |
+
transform: translate(100%, 0%); }
|
3650 |
+
|
3651 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay {
|
3652 |
+
opacity: 1; }
|
3653 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay a {
|
3654 |
+
opacity: 1;
|
3655 |
+
-webkit-transform: scale(1);
|
3656 |
+
-ms-transform: scale(1);
|
3657 |
+
transform: scale(1); }
|
3658 |
+
|
3659 |
+
.premium-blog-clear-fix {
|
3660 |
+
clear: both; }
|
3661 |
+
|
3662 |
+
.premium-blog-masked .premium-blog-thumbnail-container {
|
3663 |
+
position: relative;
|
3664 |
+
overflow: visible; }
|
3665 |
+
.premium-blog-masked .premium-blog-thumbnail-container svg {
|
3666 |
+
position: absolute;
|
3667 |
+
height: 100px;
|
3668 |
+
width: 100%;
|
3669 |
+
bottom: -5px;
|
3670 |
+
left: 0;
|
3671 |
+
fill: #f5f5f5;
|
3672 |
+
z-index: 99; }
|
3673 |
+
.premium-blog-masked .premium-blog-thumbnail-container svg.premium-blog-shape-divider-svg {
|
3674 |
+
-webkit-transform: rotate(180deg);
|
3675 |
+
-ms-transform: rotate(180deg);
|
3676 |
+
transform: rotate(180deg); }
|
3677 |
+
|
3678 |
+
.premium-blog-masked .premium-blog-author-thumbnail,
|
3679 |
+
.premium-blog-masked .premium-blog-skin-banner .premium-blog-content-wrapper {
|
3680 |
+
z-index: 999 !important; }
|
3681 |
+
|
3682 |
+
.premium-blog-format-link {
|
3683 |
+
padding: 5px;
|
3684 |
+
line-height: 0; }
|
3685 |
+
|
3686 |
+
.premium-blog-entry-meta {
|
3687 |
+
line-height: 1.3em;
|
3688 |
+
font-size: 12px;
|
3689 |
+
margin-bottom: 13px;
|
3690 |
+
color: #adadad; }
|
3691 |
+
.premium-blog-entry-meta i {
|
3692 |
+
margin-right: 3px;
|
3693 |
+
-webkit-transition: all 0.3s ease-in-out;
|
3694 |
+
transition: all 0.3s ease-in-out; }
|
3695 |
+
|
3696 |
+
.premium-blog-meta-data {
|
3697 |
+
display: inline-block; }
|
3698 |
+
.premium-blog-meta-data .premium-blog-meta-separator {
|
3699 |
+
margin: 0 5px; }
|
3700 |
+
.premium-blog-meta-data a,
|
3701 |
+
.premium-blog-meta-data span {
|
3702 |
+
color: inherit;
|
3703 |
+
-webkit-transition: all 0.3s ease-in-out;
|
3704 |
+
transition: all 0.3s ease-in-out; }
|
3705 |
+
|
3706 |
+
.premium-blog-author-thumbnail {
|
3707 |
+
position: relative;
|
3708 |
+
padding: 0 30px;
|
3709 |
+
width: 100%;
|
3710 |
+
top: -10px;
|
3711 |
+
height: 0;
|
3712 |
+
pointer-events: none; }
|
3713 |
+
.premium-blog-author-thumbnail img {
|
3714 |
+
-webkit-border-radius: 50%;
|
3715 |
+
border-radius: 50%;
|
3716 |
+
width: 60px;
|
3717 |
+
pointer-events: all;
|
3718 |
+
-webkit-transform: translateY(-50%);
|
3719 |
+
-ms-transform: translateY(-50%);
|
3720 |
+
transform: translateY(-50%); }
|
3721 |
+
|
3722 |
+
.premium-blog-entry-title a,
|
3723 |
+
.premium-blog-post-tags-container a,
|
3724 |
+
.premium-blog-post-content .premium-blog-excerpt-link {
|
3725 |
+
-webkit-transition: all 0.3s ease-in-out;
|
3726 |
+
transition: all 0.3s ease-in-out; }
|
3727 |
+
|
3728 |
+
.premium-blog-excerpt-link-wrap a.premium-blog-excerpt-link {
|
3729 |
+
background-color: transparent;
|
3730 |
+
color: #54595f;
|
3731 |
+
padding: 0; }
|
3732 |
+
|
3733 |
+
.premium-blog-cta-full-yes .premium-blog-excerpt-link {
|
3734 |
+
width: 100%; }
|
3735 |
+
|
3736 |
+
.premium-blog-post-tags-container {
|
3737 |
+
margin-top: 8px;
|
3738 |
+
-js-display: flex;
|
3739 |
+
display: -webkit-box;
|
3740 |
+
display: -webkit-flex;
|
3741 |
+
display: -moz-box;
|
3742 |
+
display: -ms-flexbox;
|
3743 |
+
display: flex;
|
3744 |
+
-webkit-box-align: center;
|
3745 |
+
-webkit-align-items: center;
|
3746 |
+
-moz-box-align: center;
|
3747 |
+
-ms-flex-align: center;
|
3748 |
+
align-items: center;
|
3749 |
+
-webkit-flex-wrap: wrap;
|
3750 |
+
-ms-flex-wrap: wrap;
|
3751 |
+
flex-wrap: wrap; }
|
3752 |
+
.premium-blog-post-tags-container a {
|
3753 |
+
color: inherit;
|
3754 |
+
margin-left: 5px; }
|
3755 |
+
|
3756 |
+
/*Tags align*/
|
3757 |
+
.premium-blog-align-left .post-categories,
|
3758 |
+
.premium-blog-align-left .premium-blog-inner-container,
|
3759 |
+
.premium-blog-align-left .premium-blog-post-tags-container {
|
3760 |
+
-webkit-box-pack: start;
|
3761 |
+
-webkit-justify-content: flex-start;
|
3762 |
+
-moz-box-pack: start;
|
3763 |
+
-ms-flex-pack: start;
|
3764 |
+
justify-content: flex-start; }
|
3765 |
+
|
3766 |
+
.premium-blog-align-center .post-categories,
|
3767 |
+
.premium-blog-align-center .premium-blog-inner-container,
|
3768 |
+
.premium-blog-align-center .premium-blog-post-tags-container {
|
3769 |
+
-webkit-box-pack: center;
|
3770 |
+
-webkit-justify-content: center;
|
3771 |
+
-moz-box-pack: center;
|
3772 |
+
-ms-flex-pack: center;
|
3773 |
+
justify-content: center; }
|
3774 |
+
|
3775 |
+
.premium-blog-align-right .post-categories,
|
3776 |
+
.premium-blog-align-right .premium-blog-inner-container,
|
3777 |
+
.premium-blog-align-right .premium-blog-post-tags-container {
|
3778 |
+
-webkit-box-pack: end;
|
3779 |
+
-webkit-justify-content: flex-end;
|
3780 |
+
-moz-box-pack: end;
|
3781 |
+
-ms-flex-pack: end;
|
3782 |
+
justify-content: flex-end; }
|
3783 |
+
|
3784 |
+
/* Pagination */
|
3785 |
+
.premium-blog-pagination-container {
|
3786 |
+
text-align: right; }
|
3787 |
+
.premium-blog-pagination-container span {
|
3788 |
+
cursor: default; }
|
3789 |
+
.premium-blog-pagination-container .page-numbers {
|
3790 |
+
display: inline-block;
|
3791 |
+
color: #000;
|
3792 |
+
line-height: 1;
|
3793 |
+
font-size: 1em;
|
3794 |
+
font-weight: 400;
|
3795 |
+
text-decoration: none;
|
3796 |
+
padding: 0.75em;
|
3797 |
+
margin: 0 0.4em 0.4em 0;
|
3798 |
+
-webkit-transition: all 0.3s ease-in-out;
|
3799 |
+
transition: all 0.3s ease-in-out; }
|
3800 |
+
|
3801 |
+
.premium-blog-wrap .premium-loading-feed {
|
3802 |
+
display: block;
|
3803 |
+
position: absolute;
|
3804 |
+
width: 100%;
|
3805 |
+
height: 100%;
|
3806 |
+
top: 0px;
|
3807 |
+
left: 0px;
|
3808 |
+
bottom: 0px;
|
3809 |
+
right: 0px;
|
3810 |
+
background: rgba(255, 255, 255, 0.2);
|
3811 |
+
-js-display: flex;
|
3812 |
+
display: -webkit-box;
|
3813 |
+
display: -webkit-flex;
|
3814 |
+
display: -moz-box;
|
3815 |
+
display: -ms-flexbox;
|
3816 |
+
display: flex;
|
3817 |
+
-webkit-box-align: center;
|
3818 |
+
-webkit-align-items: center;
|
3819 |
+
-moz-box-align: center;
|
3820 |
+
-ms-flex-align: center;
|
3821 |
+
align-items: center;
|
3822 |
+
z-index: 99; }
|
3823 |
+
|
3824 |
+
.premium-blog-wrap {
|
3825 |
+
-js-display: flex;
|
3826 |
+
display: -webkit-box;
|
3827 |
+
display: -webkit-flex;
|
3828 |
+
display: -moz-box;
|
3829 |
+
display: -ms-flexbox;
|
3830 |
+
display: flex;
|
3831 |
+
-webkit-flex-wrap: wrap;
|
3832 |
+
-ms-flex-wrap: wrap;
|
3833 |
+
flex-wrap: wrap; }
|
3834 |
+
.premium-blog-wrap ul.slick-dots {
|
3835 |
+
width: 100%; }
|
3836 |
+
|
3837 |
/*
|
3838 |
* List Layout
|
3839 |
+
*/
|
3840 |
+
.premium-blog-list .premium-blog-post-outer-container {
|
3841 |
+
width: 100%; }
|
3842 |
+
|
3843 |
/**
|
3844 |
* Even Layout
|
3845 |
+
*/
|
3846 |
+
.premium-blog-even .premium-blog-post-container {
|
3847 |
+
height: 100%; }
|
3848 |
+
|
3849 |
+
.premium-blog-even .slick-track {
|
3850 |
+
-js-display: flex;
|
3851 |
+
display: -webkit-box;
|
3852 |
+
display: -webkit-flex;
|
3853 |
+
display: -moz-box;
|
3854 |
+
display: -ms-flexbox;
|
3855 |
+
display: flex; }
|
3856 |
+
|
3857 |
+
.premium-blog-even .slick-slide {
|
3858 |
+
height: inherit !important; }
|
3859 |
+
|
3860 |
/**
|
3861 |
* Responsive Style
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|