Version Description
- Tweak: Compatibility between Display Conditions, Equal Height features and Elementor Container element - here.
- Tweak: Compatibility between 'alt' text for images in Media Grid widget and WPML translation plugin.
- Tweak: Added Text Align option for Background Text in Dual Heading widget.
Download this release
Release Info
Developer | leap13 |
Plugin | Premium Addons for Elementor |
Version | 4.8.6 |
Comparing to | |
See all releases |
Code changes from version 4.8.5 to 4.8.6
- admin/assets/css/admin-rtl.css +1916 -1916
- admin/assets/css/admin.css +1916 -1916
- admin/assets/fonts/pa-dashboard.svg +91 -91
- admin/assets/fonts/style.css +41 -41
- admin/assets/js/pa-notice.js +1 -1
- admin/includes/admin-notices.php +12 -11
- admin/includes/elements.php +1098 -1098
- admin/includes/templates/features.php +141 -141
- assets/editor/js/editor.js +327 -326
- assets/frontend/css/premium-addons-rtl.css +8100 -9326
admin/assets/css/admin-rtl.css
CHANGED
@@ -1,1917 +1,1917 @@
|
|
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 |
-
.switch 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 |
-
}
|
1914 |
-
|
1915 |
-
.pa-dash-premium-global-cursor:before {
|
1916 |
-
content: "\e951";
|
1917 |
}
|
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 |
+
.switch 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 |
+
}
|
1914 |
+
|
1915 |
+
.pa-dash-premium-global-cursor:before {
|
1916 |
+
content: "\e951";
|
1917 |
}
|
admin/assets/css/admin.css
CHANGED
@@ -1,1917 +1,1917 @@
|
|
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 |
-
.switch 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 |
-
}
|
1914 |
-
|
1915 |
-
.pa-dash-premium-global-cursor:before {
|
1916 |
-
content: "\e951";
|
1917 |
}
|
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 |
+
.switch 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 |
+
}
|
1914 |
+
|
1915 |
+
.pa-dash-premium-global-cursor:before {
|
1916 |
+
content: "\e951";
|
1917 |
}
|
admin/assets/fonts/pa-dashboard.svg
CHANGED
@@ -1,92 +1,92 @@
|
|
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 |
-
<glyph unicode="" glyph-name="custom-mouse-cursor" horiz-adv-x="1031" d="M1030.639 511.469c-2.728-43.984-33.933-79.971-75.279-89.889l-0.672-0.136-228.647-55.768c-3.744-1.006-8.044-1.587-12.478-1.593h-0.003c-0.181-0.002-0.396-0.004-0.61-0.004-28.453 0-51.519 23.066-51.519 51.519 0 24.337 16.875 44.733 39.563 50.124l0.35 0.070 219.353 53.112-813.942 334.871 400.996-805.975 19.386 292.116c0.042 0.789 0.066 1.713 0.066 2.642 0 14.356-5.696 27.382-14.951 36.941l0.014-0.014-119.502 121.627c-9.209 9.308-14.899 22.114-14.899 36.249 0 28.468 23.078 51.546 51.546 51.546 14.333 0 27.3-5.85 36.643-15.293l0.004-0.004 119.237-120.033c27.782-27.937 44.955-66.45 44.955-108.974 0-3.611-0.124-7.193-0.368-10.742l0.026 0.479-20.183-303.801c-2.539-45.595-35.64-82.773-79.036-91.512l-0.632-0.106c-5.952-1.184-12.795-1.861-19.796-1.861-0.229 0-0.458 0.001-0.687 0.002h0.035c-0.019 0-0.041 0-0.063 0-38.759 0-72.291 22.382-88.376 54.926l-0.257 0.576-410.025 822.971c-6.644 12.967-10.537 28.289-10.537 44.52 0 26.372 10.278 50.343 27.048 68.126l-0.046-0.049c18.078 19.733 43.964 32.059 72.728 32.059 13.72 0 26.786-2.805 38.654-7.872l-0.643 0.244 830.672-341.245c36.758-14.769 62.238-50.118 62.238-91.417 0-2.969-0.132-5.907-0.389-8.809l0.027 0.375z" />
|
92 |
</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 |
+
<glyph unicode="" glyph-name="custom-mouse-cursor" horiz-adv-x="1031" d="M1030.639 511.469c-2.728-43.984-33.933-79.971-75.279-89.889l-0.672-0.136-228.647-55.768c-3.744-1.006-8.044-1.587-12.478-1.593h-0.003c-0.181-0.002-0.396-0.004-0.61-0.004-28.453 0-51.519 23.066-51.519 51.519 0 24.337 16.875 44.733 39.563 50.124l0.35 0.070 219.353 53.112-813.942 334.871 400.996-805.975 19.386 292.116c0.042 0.789 0.066 1.713 0.066 2.642 0 14.356-5.696 27.382-14.951 36.941l0.014-0.014-119.502 121.627c-9.209 9.308-14.899 22.114-14.899 36.249 0 28.468 23.078 51.546 51.546 51.546 14.333 0 27.3-5.85 36.643-15.293l0.004-0.004 119.237-120.033c27.782-27.937 44.955-66.45 44.955-108.974 0-3.611-0.124-7.193-0.368-10.742l0.026 0.479-20.183-303.801c-2.539-45.595-35.64-82.773-79.036-91.512l-0.632-0.106c-5.952-1.184-12.795-1.861-19.796-1.861-0.229 0-0.458 0.001-0.687 0.002h0.035c-0.019 0-0.041 0-0.063 0-38.759 0-72.291 22.382-88.376 54.926l-0.257 0.576-410.025 822.971c-6.644 12.967-10.537 28.289-10.537 44.52 0 26.372 10.278 50.343 27.048 68.126l-0.046-0.049c18.078 19.733 43.964 32.059 72.728 32.059 13.72 0 26.786-2.805 38.654-7.872l-0.643 0.244 830.672-341.245c36.758-14.769 62.238-50.118 62.238-91.417 0-2.969-0.132-5.907-0.389-8.809l0.027 0.375z" />
|
92 |
</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?ht21ru");
|
4 |
-
src: url("pa-dashboard.eot?ht21ru#iefix") format("embedded-opentype"),
|
5 |
-
url("pa-dashboard.ttf?ht21ru") format("truetype"), url("pa-dashboard.woff?ht21ru") format("woff"),
|
6 |
-
url("pa-dashboard.svg?ht21ru#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?ht21ru");
|
4 |
+
src: url("pa-dashboard.eot?ht21ru#iefix") format("embedded-opentype"),
|
5 |
+
url("pa-dashboard.ttf?ht21ru") format("truetype"), url("pa-dashboard.woff?ht21ru") format("woff"),
|
6 |
+
url("pa-dashboard.svg?ht21ru#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 |
+
'woo': 'woo_notice',
|
9 |
};
|
10 |
|
11 |
if (undefined !== notice) {
|
admin/includes/admin-notices.php
CHANGED
@@ -61,10 +61,10 @@ class Admin_Notices {
|
|
61 |
|
62 |
self::$notices = array(
|
63 |
'pa-review',
|
64 |
-
'
|
65 |
);
|
66 |
|
67 |
-
delete_option( '
|
68 |
|
69 |
}
|
70 |
|
@@ -102,7 +102,7 @@ class Admin_Notices {
|
|
102 |
}
|
103 |
}
|
104 |
|
105 |
-
$this->
|
106 |
|
107 |
}
|
108 |
|
@@ -231,22 +231,22 @@ class Admin_Notices {
|
|
231 |
|
232 |
/**
|
233 |
*
|
234 |
-
* Shows admin notice for Premium
|
235 |
*
|
236 |
* @since 4.3.5
|
237 |
* @access public
|
238 |
*
|
239 |
* @return void
|
240 |
*/
|
241 |
-
public function
|
242 |
|
243 |
-
$
|
244 |
|
245 |
-
if ( '1' === $
|
246 |
return;
|
247 |
}
|
248 |
|
249 |
-
$notice_url = Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-
|
250 |
|
251 |
?>
|
252 |
|
@@ -256,11 +256,12 @@ class Admin_Notices {
|
|
256 |
</div>
|
257 |
<div class="pa-text-wrap">
|
258 |
<p>
|
259 |
-
|
260 |
-
|
|
|
261 |
</p>
|
262 |
</div>
|
263 |
-
<div class="pa-notice-close" data-notice="
|
264 |
<span class="dashicons dashicons-dismiss"></span>
|
265 |
</div>
|
266 |
</div>
|
61 |
|
62 |
self::$notices = array(
|
63 |
'pa-review',
|
64 |
+
'woo_notice',
|
65 |
);
|
66 |
|
67 |
+
delete_option( 'cursor_notice' );
|
68 |
|
69 |
}
|
70 |
|
102 |
}
|
103 |
}
|
104 |
|
105 |
+
$this->get_woo_notice();
|
106 |
|
107 |
}
|
108 |
|
231 |
|
232 |
/**
|
233 |
*
|
234 |
+
* Shows admin notice for Premium WooCommerce Skins.
|
235 |
*
|
236 |
* @since 4.3.5
|
237 |
* @access public
|
238 |
*
|
239 |
* @return void
|
240 |
*/
|
241 |
+
public function get_woo_notice() {
|
242 |
|
243 |
+
$woo_notice = get_option( 'woo_notice' );
|
244 |
|
245 |
+
if ( '1' === $woo_notice ) {
|
246 |
return;
|
247 |
}
|
248 |
|
249 |
+
$notice_url = Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-woocommerce-products/', 'woo-skins-notification', 'wp-dash', 'woo-skins' );
|
250 |
|
251 |
?>
|
252 |
|
256 |
</div>
|
257 |
<div class="pa-text-wrap">
|
258 |
<p>
|
259 |
+
<?php echo __( 'Five NEW skins for ', 'premium-addons-for-elementor' ); ?>
|
260 |
+
<strong><?php echo __( 'Premium WooCommerce Products Listing widget', 'premium-addons-for-elemetor' ); ?></strong>
|
261 |
+
<?php echo sprintf( __( 'are now available in Premium Addons Pro. <a href="%s" target="_blank">Check it out now!</a>', 'premium-addons-for-elementor' ), $notice_url ); ?>
|
262 |
</p>
|
263 |
</div>
|
264 |
+
<div class="pa-notice-close" data-notice="woo">
|
265 |
<span class="dashicons dashicons-dismiss"></span>
|
266 |
</div>
|
267 |
</div>
|
admin/includes/elements.php
CHANGED
@@ -1,1098 +1,1098 @@
|
|
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-global-cursor',
|
1083 |
-
'is_pro' => true,
|
1084 |
-
),
|
1085 |
-
array(
|
1086 |
-
'key' => 'premium-floating-effects',
|
1087 |
-
),
|
1088 |
-
array(
|
1089 |
-
'key' => 'premium-cross-domain',
|
1090 |
-
),
|
1091 |
-
array(
|
1092 |
-
'key' => 'premium-duplicator',
|
1093 |
-
),
|
1094 |
-
),
|
1095 |
-
),
|
1096 |
-
);
|
1097 |
-
|
1098 |
-
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-global-cursor',
|
1083 |
+
'is_pro' => true,
|
1084 |
+
),
|
1085 |
+
array(
|
1086 |
+
'key' => 'premium-floating-effects',
|
1087 |
+
),
|
1088 |
+
array(
|
1089 |
+
'key' => 'premium-cross-domain',
|
1090 |
+
),
|
1091 |
+
array(
|
1092 |
+
'key' => 'premium-duplicator',
|
1093 |
+
),
|
1094 |
+
),
|
1095 |
+
),
|
1096 |
+
);
|
1097 |
+
|
1098 |
+
return $elements;
|
admin/includes/templates/features.php
CHANGED
@@ -1,141 +1,141 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
4 |
-
exit;
|
5 |
-
}
|
6 |
-
|
7 |
-
use PremiumAddons\Includes\Helper_Functions;
|
8 |
-
|
9 |
-
$prefix = Helper_Functions::get_prefix();
|
10 |
-
|
11 |
-
// Get elements settings
|
12 |
-
$enabled_elements = self::get_enabled_elements();
|
13 |
-
|
14 |
-
$elements = self::get_elements_list();
|
15 |
-
|
16 |
-
$features = $elements['cat-11']['elements'];
|
17 |
-
|
18 |
-
?>
|
19 |
-
|
20 |
-
<div class="pa-section-content">
|
21 |
-
<div class="row">
|
22 |
-
<div class="col-full">
|
23 |
-
<form action="" method="POST" id="pa-features" name="pa-features" class="pa-settings-form">
|
24 |
-
<div id="pa-features-settings" class="pa-settings-tab">
|
25 |
-
|
26 |
-
<div class="pa-section-info-wrap">
|
27 |
-
<div class="pa-section-info">
|
28 |
-
<h4><?php echo sprintf( '%1$s %2$s', $prefix, __( 'Templates', 'premium-addons-for-elementor' ) ); ?></h4>
|
29 |
-
<p><?php echo __( 'Build Professional Website in Minutes Using Our Pre-Made Premium Elementor Templates.', 'premium-addons-for-elementor' ); ?></p>
|
30 |
-
</div>
|
31 |
-
|
32 |
-
<div class="pa-section-info-cta">
|
33 |
-
<label class="switch">
|
34 |
-
<input type="checkbox" id="premium-templates" name="premium-templates" <?php echo checked( 1, $enabled_elements['premium-templates'], false ); ?>>
|
35 |
-
<span class="slider round"></span>
|
36 |
-
</label>
|
37 |
-
</p>
|
38 |
-
</div>
|
39 |
-
</div>
|
40 |
-
|
41 |
-
<div class="pa-section-info-wrap">
|
42 |
-
<div class="pa-section-info">
|
43 |
-
<h4><?php echo __( 'Equal Height', 'premium-addons-for-elementor' ); ?></h4>
|
44 |
-
<p><?php echo __( 'Make your widgets the same height with just ONE click.', 'premium-addons-for-elementor' ); ?></p>
|
45 |
-
</div>
|
46 |
-
|
47 |
-
<div class="pa-section-info-cta">
|
48 |
-
<label class="switch">
|
49 |
-
<input type="checkbox" id="premium-equal-height" name="premium-equal-height" <?php echo checked( 1, $enabled_elements['premium-equal-height'], false ); ?>>
|
50 |
-
<span class="slider round"></span>
|
51 |
-
</label>
|
52 |
-
</p>
|
53 |
-
</div>
|
54 |
-
</div>
|
55 |
-
|
56 |
-
<div class="pa-section-info-wrap">
|
57 |
-
<div class="pa-section-info">
|
58 |
-
<h4><?php echo __( 'Custom Mouse Cursor', 'premium-addons-for-elementor' ); ?></h4>
|
59 |
-
<p><?php echo __( 'Change the default mouse cursor with icon, image, or Lottie animation for any Elementor section, column, or widget.', 'premium-addons-for-elementor' ); ?></p>
|
60 |
-
</div>
|
61 |
-
<?php
|
62 |
-
|
63 |
-
$status = ( isset( $features[3]['is_pro'] ) && ! Helper_Functions::check_papro_version() ) ? 'disabled' : checked( 1, $enabled_elements['premium-global-cursor'], false );
|
64 |
-
$class = ( isset( $features[3]['is_pro'] ) && ! Helper_Functions::check_papro_version() ) ? 'pro-' : '';
|
65 |
-
$switcher_class = $class . 'slider round';
|
66 |
-
|
67 |
-
?>
|
68 |
-
<div class="pa-section-info-cta">
|
69 |
-
<label class="switch">
|
70 |
-
<input type="checkbox" id="premium-global-cursor" name="premium-global-cursor" <?php echo $status; ?>>
|
71 |
-
<span class="<?php echo esc_attr( $switcher_class ); ?>"></span>
|
72 |
-
</label>
|
73 |
-
</p>
|
74 |
-
</div>
|
75 |
-
</div>
|
76 |
-
|
77 |
-
<div class="pa-section-info-wrap">
|
78 |
-
<div class="pa-section-info">
|
79 |
-
<h4><?php echo __( 'Display Conditions', 'premium-addons-for-elementor' ); ?></h4>
|
80 |
-
<p><?php echo __( 'Show/hide content dynamically based on location, browser, operating system, user role, device type, Woocommerce, ACF, etc.', 'premium-addons-for-elementor' ); ?></p>
|
81 |
-
</div>
|
82 |
-
|
83 |
-
<div class="pa-section-info-cta">
|
84 |
-
<label class="switch">
|
85 |
-
<input type="checkbox" id="pa-display-conditions" name="pa-display-conditions" <?php echo checked( 1, $enabled_elements['pa-display-conditions'], false ); ?>>
|
86 |
-
<span class="slider round"></span>
|
87 |
-
</label>
|
88 |
-
</p>
|
89 |
-
</div>
|
90 |
-
</div>
|
91 |
-
|
92 |
-
<div class="pa-section-info-wrap">
|
93 |
-
<div class="pa-section-info">
|
94 |
-
<h4><?php echo __( 'Floating Effects', 'premium-addons-for-elementor' ); ?></h4>
|
95 |
-
<p><?php echo __( 'Apply advanced floating effects on any Elementor element or a custom CSS selector.', 'premium-addons-for-elementor' ); ?></p>
|
96 |
-
</div>
|
97 |
-
|
98 |
-
<div class="pa-section-info-cta">
|
99 |
-
<label class="switch">
|
100 |
-
<input type="checkbox" id="premium-floating-effects" name="premium-floating-effects" <?php echo checked( 1, $enabled_elements['premium-floating-effects'], false ); ?>>
|
101 |
-
<span class="slider round"></span>
|
102 |
-
</label>
|
103 |
-
</p>
|
104 |
-
</div>
|
105 |
-
</div>
|
106 |
-
|
107 |
-
<div class="pa-section-info-wrap">
|
108 |
-
<div class="pa-section-info">
|
109 |
-
<h4><?php echo __( 'Cross-Domain Copy N’ Paste', 'premium-addons-for-elementor' ); ?></h4>
|
110 |
-
<p><?php echo __( 'Copy any Elementor content from site to another in just ONE click.', 'premium-addons-for-elementor' ); ?></p>
|
111 |
-
</div>
|
112 |
-
|
113 |
-
<div class="pa-section-info-cta">
|
114 |
-
<label class="switch">
|
115 |
-
<input type="checkbox" id="premium-cross-domain" name="premium-cross-domain" <?php echo checked( 1, $enabled_elements['premium-cross-domain'], false ); ?>>
|
116 |
-
<span class="slider round"></span>
|
117 |
-
</label>
|
118 |
-
</p>
|
119 |
-
</div>
|
120 |
-
</div>
|
121 |
-
|
122 |
-
<div class="pa-section-info-wrap">
|
123 |
-
<div class="pa-section-info">
|
124 |
-
<h4><?php echo __( 'Duplicator', 'premium-addons-for-elementor' ); ?></h4>
|
125 |
-
<p><?php echo __( 'Duplicate any post, page or template on your website.', 'premium-addons-for-elementor' ); ?></p>
|
126 |
-
</div>
|
127 |
-
|
128 |
-
<div class="pa-section-info-cta">
|
129 |
-
<label class="switch">
|
130 |
-
<input type="checkbox" id="premium-duplicator" name="premium-duplicator" <?php echo checked( 1, $enabled_elements['premium-duplicator'], false ); ?>>
|
131 |
-
<span class="slider round"></span>
|
132 |
-
</label>
|
133 |
-
</p>
|
134 |
-
</div>
|
135 |
-
</div>
|
136 |
-
|
137 |
-
</div>
|
138 |
-
</form> <!-- End Form -->
|
139 |
-
</div>
|
140 |
-
</div>
|
141 |
-
</div> <!-- End Section Content -->
|
1 |
+
<?php
|
2 |
+
|
3 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
4 |
+
exit;
|
5 |
+
}
|
6 |
+
|
7 |
+
use PremiumAddons\Includes\Helper_Functions;
|
8 |
+
|
9 |
+
$prefix = Helper_Functions::get_prefix();
|
10 |
+
|
11 |
+
// Get elements settings
|
12 |
+
$enabled_elements = self::get_enabled_elements();
|
13 |
+
|
14 |
+
$elements = self::get_elements_list();
|
15 |
+
|
16 |
+
$features = $elements['cat-11']['elements'];
|
17 |
+
|
18 |
+
?>
|
19 |
+
|
20 |
+
<div class="pa-section-content">
|
21 |
+
<div class="row">
|
22 |
+
<div class="col-full">
|
23 |
+
<form action="" method="POST" id="pa-features" name="pa-features" class="pa-settings-form">
|
24 |
+
<div id="pa-features-settings" class="pa-settings-tab">
|
25 |
+
|
26 |
+
<div class="pa-section-info-wrap">
|
27 |
+
<div class="pa-section-info">
|
28 |
+
<h4><?php echo sprintf( '%1$s %2$s', $prefix, __( 'Templates', 'premium-addons-for-elementor' ) ); ?></h4>
|
29 |
+
<p><?php echo __( 'Build Professional Website in Minutes Using Our Pre-Made Premium Elementor Templates.', 'premium-addons-for-elementor' ); ?></p>
|
30 |
+
</div>
|
31 |
+
|
32 |
+
<div class="pa-section-info-cta">
|
33 |
+
<label class="switch">
|
34 |
+
<input type="checkbox" id="premium-templates" name="premium-templates" <?php echo checked( 1, $enabled_elements['premium-templates'], false ); ?>>
|
35 |
+
<span class="slider round"></span>
|
36 |
+
</label>
|
37 |
+
</p>
|
38 |
+
</div>
|
39 |
+
</div>
|
40 |
+
|
41 |
+
<div class="pa-section-info-wrap">
|
42 |
+
<div class="pa-section-info">
|
43 |
+
<h4><?php echo __( 'Equal Height', 'premium-addons-for-elementor' ); ?></h4>
|
44 |
+
<p><?php echo __( 'Make your widgets the same height with just ONE click.', 'premium-addons-for-elementor' ); ?></p>
|
45 |
+
</div>
|
46 |
+
|
47 |
+
<div class="pa-section-info-cta">
|
48 |
+
<label class="switch">
|
49 |
+
<input type="checkbox" id="premium-equal-height" name="premium-equal-height" <?php echo checked( 1, $enabled_elements['premium-equal-height'], false ); ?>>
|
50 |
+
<span class="slider round"></span>
|
51 |
+
</label>
|
52 |
+
</p>
|
53 |
+
</div>
|
54 |
+
</div>
|
55 |
+
|
56 |
+
<div class="pa-section-info-wrap">
|
57 |
+
<div class="pa-section-info">
|
58 |
+
<h4><?php echo __( 'Custom Mouse Cursor', 'premium-addons-for-elementor' ); ?></h4>
|
59 |
+
<p><?php echo __( 'Change the default mouse cursor with icon, image, or Lottie animation for any Elementor section, column, or widget.', 'premium-addons-for-elementor' ); ?></p>
|
60 |
+
</div>
|
61 |
+
<?php
|
62 |
+
|
63 |
+
$status = ( isset( $features[3]['is_pro'] ) && ! Helper_Functions::check_papro_version() ) ? 'disabled' : checked( 1, $enabled_elements['premium-global-cursor'], false );
|
64 |
+
$class = ( isset( $features[3]['is_pro'] ) && ! Helper_Functions::check_papro_version() ) ? 'pro-' : '';
|
65 |
+
$switcher_class = $class . 'slider round';
|
66 |
+
|
67 |
+
?>
|
68 |
+
<div class="pa-section-info-cta">
|
69 |
+
<label class="switch">
|
70 |
+
<input type="checkbox" id="premium-global-cursor" name="premium-global-cursor" <?php echo $status; ?>>
|
71 |
+
<span class="<?php echo esc_attr( $switcher_class ); ?>"></span>
|
72 |
+
</label>
|
73 |
+
</p>
|
74 |
+
</div>
|
75 |
+
</div>
|
76 |
+
|
77 |
+
<div class="pa-section-info-wrap">
|
78 |
+
<div class="pa-section-info">
|
79 |
+
<h4><?php echo __( 'Display Conditions', 'premium-addons-for-elementor' ); ?></h4>
|
80 |
+
<p><?php echo __( 'Show/hide content dynamically based on location, browser, operating system, user role, device type, Woocommerce, ACF, etc.', 'premium-addons-for-elementor' ); ?></p>
|
81 |
+
</div>
|
82 |
+
|
83 |
+
<div class="pa-section-info-cta">
|
84 |
+
<label class="switch">
|
85 |
+
<input type="checkbox" id="pa-display-conditions" name="pa-display-conditions" <?php echo checked( 1, $enabled_elements['pa-display-conditions'], false ); ?>>
|
86 |
+
<span class="slider round"></span>
|
87 |
+
</label>
|
88 |
+
</p>
|
89 |
+
</div>
|
90 |
+
</div>
|
91 |
+
|
92 |
+
<div class="pa-section-info-wrap">
|
93 |
+
<div class="pa-section-info">
|
94 |
+
<h4><?php echo __( 'Floating Effects', 'premium-addons-for-elementor' ); ?></h4>
|
95 |
+
<p><?php echo __( 'Apply advanced floating effects on any Elementor element or a custom CSS selector.', 'premium-addons-for-elementor' ); ?></p>
|
96 |
+
</div>
|
97 |
+
|
98 |
+
<div class="pa-section-info-cta">
|
99 |
+
<label class="switch">
|
100 |
+
<input type="checkbox" id="premium-floating-effects" name="premium-floating-effects" <?php echo checked( 1, $enabled_elements['premium-floating-effects'], false ); ?>>
|
101 |
+
<span class="slider round"></span>
|
102 |
+
</label>
|
103 |
+
</p>
|
104 |
+
</div>
|
105 |
+
</div>
|
106 |
+
|
107 |
+
<div class="pa-section-info-wrap">
|
108 |
+
<div class="pa-section-info">
|
109 |
+
<h4><?php echo __( 'Cross-Domain Copy N’ Paste', 'premium-addons-for-elementor' ); ?></h4>
|
110 |
+
<p><?php echo __( 'Copy any Elementor content from site to another in just ONE click.', 'premium-addons-for-elementor' ); ?></p>
|
111 |
+
</div>
|
112 |
+
|
113 |
+
<div class="pa-section-info-cta">
|
114 |
+
<label class="switch">
|
115 |
+
<input type="checkbox" id="premium-cross-domain" name="premium-cross-domain" <?php echo checked( 1, $enabled_elements['premium-cross-domain'], false ); ?>>
|
116 |
+
<span class="slider round"></span>
|
117 |
+
</label>
|
118 |
+
</p>
|
119 |
+
</div>
|
120 |
+
</div>
|
121 |
+
|
122 |
+
<div class="pa-section-info-wrap">
|
123 |
+
<div class="pa-section-info">
|
124 |
+
<h4><?php echo __( 'Duplicator', 'premium-addons-for-elementor' ); ?></h4>
|
125 |
+
<p><?php echo __( 'Duplicate any post, page or template on your website.', 'premium-addons-for-elementor' ); ?></p>
|
126 |
+
</div>
|
127 |
+
|
128 |
+
<div class="pa-section-info-cta">
|
129 |
+
<label class="switch">
|
130 |
+
<input type="checkbox" id="premium-duplicator" name="premium-duplicator" <?php echo checked( 1, $enabled_elements['premium-duplicator'], false ); ?>>
|
131 |
+
<span class="slider round"></span>
|
132 |
+
</label>
|
133 |
+
</p>
|
134 |
+
</div>
|
135 |
+
</div>
|
136 |
+
|
137 |
+
</div>
|
138 |
+
</form> <!-- End Form -->
|
139 |
+
</div>
|
140 |
+
</div>
|
141 |
+
</div> <!-- End Section Content -->
|
assets/editor/js/editor.js
CHANGED
@@ -1,327 +1,328 @@
|
|
1 |
-
(function () {
|
2 |
-
var $ = jQuery;
|
3 |
-
|
4 |
-
var selectOptions = elementor.modules.controls.Select2.extend({
|
5 |
-
|
6 |
-
onBeforeRender: function () {
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
self.
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
self.
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
self.
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
self.
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
self.container.
|
136 |
-
self.render();
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
self.
|
179 |
-
self.
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
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 |
-
|
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 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
|
|
327 |
})(jQuery);
|
1 |
+
(function () {
|
2 |
+
var $ = jQuery;
|
3 |
+
|
4 |
+
var selectOptions = elementor.modules.controls.Select2.extend({
|
5 |
+
|
6 |
+
onBeforeRender: function () {
|
7 |
+
console.log(this.container.type);
|
8 |
+
if (this.container && ("section" === this.container.type || "container" === this.container.type)) {
|
9 |
+
var widgetObj = elementor.widgetsCache || elementor.config.widgets,
|
10 |
+
optionsToUpdate = {};
|
11 |
+
|
12 |
+
this.container.children.forEach(function (child) {
|
13 |
+
|
14 |
+
child.view.$childViewContainer.children("[data-widget_type]").each(function (index, widget) {
|
15 |
+
var name = $(widget).data("widget_type").split('.')[0];
|
16 |
+
|
17 |
+
if ('undefined' !== typeof widgetObj[name]) {
|
18 |
+
optionsToUpdate[".elementor-widget-" + widgetObj[name].widget_type + " .elementor-widget-container"] = widgetObj[name].title;
|
19 |
+
}
|
20 |
+
});
|
21 |
+
});
|
22 |
+
|
23 |
+
this.model.set("options", optionsToUpdate);
|
24 |
+
}
|
25 |
+
},
|
26 |
+
});
|
27 |
+
|
28 |
+
elementor.addControlView("premium-select", selectOptions);
|
29 |
+
|
30 |
+
var filterOptions = elementor.modules.controls.Select2.extend({
|
31 |
+
|
32 |
+
isUpdated: false,
|
33 |
+
|
34 |
+
onReady: function () {
|
35 |
+
var self = this,
|
36 |
+
type = self.options.elementSettingsModel.attributes.post_type_filter;
|
37 |
+
|
38 |
+
if ('post' !== type) {
|
39 |
+
var options = (0 === this.model.get('options').length);
|
40 |
+
|
41 |
+
if (options) {
|
42 |
+
self.fetchData(type);
|
43 |
+
}
|
44 |
+
}
|
45 |
+
|
46 |
+
elementor.channels.editor.on('change', function (view) {
|
47 |
+
var changed = view.elementSettingsModel.changed;
|
48 |
+
|
49 |
+
if (undefined !== changed.post_type_filter && 'post' !== changed.post_type_filter && !self.isUpdated) {
|
50 |
+
self.isUpdated = true;
|
51 |
+
self.fetchData(changed.post_type_filter);
|
52 |
+
}
|
53 |
+
});
|
54 |
+
},
|
55 |
+
|
56 |
+
fetchData: function (type) {
|
57 |
+
var self = this;
|
58 |
+
$.ajax({
|
59 |
+
url: PremiumSettings.ajaxurl,
|
60 |
+
dataType: 'json',
|
61 |
+
type: 'POST',
|
62 |
+
data: {
|
63 |
+
nonce: PremiumSettings.nonce,
|
64 |
+
action: 'premium_update_filter',
|
65 |
+
post_type: type
|
66 |
+
},
|
67 |
+
success: function (res) {
|
68 |
+
self.updateFilterOptions(JSON.parse(res.data));
|
69 |
+
self.isUpdated = false;
|
70 |
+
|
71 |
+
self.render();
|
72 |
+
},
|
73 |
+
error: function (err) {
|
74 |
+
console.log(err);
|
75 |
+
},
|
76 |
+
});
|
77 |
+
},
|
78 |
+
|
79 |
+
updateFilterOptions: function (options) {
|
80 |
+
this.model.set("options", options);
|
81 |
+
},
|
82 |
+
|
83 |
+
onBeforeDestroy: function () {
|
84 |
+
if (this.ui.select.data('select2')) {
|
85 |
+
this.ui.select.select2('destroy');
|
86 |
+
}
|
87 |
+
|
88 |
+
this.$el.remove();
|
89 |
+
}
|
90 |
+
});
|
91 |
+
|
92 |
+
elementor.addControlView("premium-post-filter", filterOptions);
|
93 |
+
|
94 |
+
var taxOptions = elementor.modules.controls.Select.extend({
|
95 |
+
|
96 |
+
isUpdated: false,
|
97 |
+
|
98 |
+
onReady: function () {
|
99 |
+
var self = this,
|
100 |
+
type = self.options.elementSettingsModel.attributes.post_type_filter,
|
101 |
+
options = (0 === this.model.get('options').length);
|
102 |
+
|
103 |
+
if (options) {
|
104 |
+
self.fetchData(type);
|
105 |
+
}
|
106 |
+
|
107 |
+
elementor.channels.editor.on('change', function (view) {
|
108 |
+
var changed = view.elementSettingsModel.changed;
|
109 |
+
|
110 |
+
if (undefined !== changed.post_type_filter && !self.isUpdated) {
|
111 |
+
self.isUpdated = true;
|
112 |
+
self.fetchData(changed.post_type_filter);
|
113 |
+
}
|
114 |
+
});
|
115 |
+
},
|
116 |
+
|
117 |
+
fetchData: function (type) {
|
118 |
+
var self = this;
|
119 |
+
$.ajax({
|
120 |
+
url: PremiumSettings.ajaxurl,
|
121 |
+
dataType: 'json',
|
122 |
+
type: 'POST',
|
123 |
+
data: {
|
124 |
+
nonce: PremiumSettings.nonce,
|
125 |
+
action: 'premium_update_tax',
|
126 |
+
post_type: type
|
127 |
+
},
|
128 |
+
success: function (res) {
|
129 |
+
var options = JSON.parse(res.data);
|
130 |
+
self.updateTaxOptions(options);
|
131 |
+
self.isUpdated = false;
|
132 |
+
|
133 |
+
if (0 !== options.length) {
|
134 |
+
var $tax = Object.keys(options);
|
135 |
+
self.container.settings.setExternalChange({ 'filter_tabs_type': $tax[0] });
|
136 |
+
self.container.render();
|
137 |
+
self.render();
|
138 |
+
}
|
139 |
+
},
|
140 |
+
error: function (err) {
|
141 |
+
console.log(err);
|
142 |
+
},
|
143 |
+
});
|
144 |
+
},
|
145 |
+
|
146 |
+
updateTaxOptions: function (options) {
|
147 |
+
this.model.set("options", options);
|
148 |
+
},
|
149 |
+
});
|
150 |
+
|
151 |
+
elementor.addControlView("premium-tax-filter", taxOptions);
|
152 |
+
|
153 |
+
var acfOptions = elementor.modules.controls.Select2.extend({
|
154 |
+
|
155 |
+
isUpdated: false,
|
156 |
+
|
157 |
+
onReady: function () {
|
158 |
+
var self = this;
|
159 |
+
|
160 |
+
if (!self.isUpdated) {
|
161 |
+
self.fetchData();
|
162 |
+
}
|
163 |
+
},
|
164 |
+
|
165 |
+
fetchData: function () {
|
166 |
+
var self = this;
|
167 |
+
|
168 |
+
$.ajax({
|
169 |
+
url: PremiumSettings.ajaxurl,
|
170 |
+
dataType: 'json',
|
171 |
+
type: 'POST',
|
172 |
+
data: {
|
173 |
+
nonce: PremiumSettings.nonce,
|
174 |
+
action: 'pa_acf_options',
|
175 |
+
query_options: self.model.get('query_options'),
|
176 |
+
},
|
177 |
+
success: function (res) {
|
178 |
+
self.isUpdated = true;
|
179 |
+
self.updateAcfOptions(JSON.parse(res.data));
|
180 |
+
self.render();
|
181 |
+
},
|
182 |
+
error: function (err) {
|
183 |
+
console.log(err);
|
184 |
+
},
|
185 |
+
});
|
186 |
+
},
|
187 |
+
|
188 |
+
updateAcfOptions: function (options) {
|
189 |
+
this.model.set("options", options);
|
190 |
+
},
|
191 |
+
|
192 |
+
onBeforeDestroy: function () {
|
193 |
+
if (this.ui.select.data('select2')) {
|
194 |
+
this.ui.select.select2('destroy');
|
195 |
+
}
|
196 |
+
|
197 |
+
this.$el.remove();
|
198 |
+
}
|
199 |
+
});
|
200 |
+
|
201 |
+
elementor.addControlView("premium-acf-selector", acfOptions);
|
202 |
+
|
203 |
+
elementor.hooks.addFilter("panel/elements/regionViews", function (panel) {
|
204 |
+
|
205 |
+
if (PremiumPanelSettings.papro_installed || PremiumPanelSettings.papro_widgets.length <= 0)
|
206 |
+
return panel;
|
207 |
+
|
208 |
+
|
209 |
+
var paWidgetsPromoHandler, proCategoryIndex,
|
210 |
+
elementsView = panel.elements.view,
|
211 |
+
categoriesView = panel.categories.view,
|
212 |
+
widgets = panel.elements.options.collection,
|
213 |
+
categories = panel.categories.options.collection,
|
214 |
+
premiumProCategory = [];
|
215 |
+
|
216 |
+
_.each(PremiumPanelSettings.papro_widgets, function (widget, index) {
|
217 |
+
widgets.add({
|
218 |
+
name: widget.key,
|
219 |
+
title: wp.i18n.__('Premium ', 'premium-addons-for-elementor') + widget.title,
|
220 |
+
icon: widget.icon,
|
221 |
+
categories: ["premium-elements-pro"],
|
222 |
+
editable: false
|
223 |
+
})
|
224 |
+
});
|
225 |
+
|
226 |
+
widgets.each(function (widget) {
|
227 |
+
"premium-elements-pro" === widget.get("categories")[0] && premiumProCategory.push(widget)
|
228 |
+
});
|
229 |
+
|
230 |
+
proCategoryIndex = categories.findIndex({
|
231 |
+
name: "premium-elements"
|
232 |
+
});
|
233 |
+
|
234 |
+
proCategoryIndex && categories.add({
|
235 |
+
name: "premium-elements-pro",
|
236 |
+
title: "Premium Addons Pro",
|
237 |
+
defaultActive: !1,
|
238 |
+
items: premiumProCategory
|
239 |
+
}, {
|
240 |
+
at: proCategoryIndex + 1
|
241 |
+
});
|
242 |
+
|
243 |
+
|
244 |
+
paWidgetsPromoHandler = {
|
245 |
+
className: function () {
|
246 |
+
|
247 |
+
var className = 'elementor-element-wrapper';
|
248 |
+
|
249 |
+
if (!this.isEditable()) {
|
250 |
+
className += ' elementor-element--promotion';
|
251 |
+
}
|
252 |
+
|
253 |
+
if (this.model.get("name")) {
|
254 |
+
if (0 === this.model.get("name").indexOf("premium-"))
|
255 |
+
className += ' premium-promotion-element';
|
256 |
+
}
|
257 |
+
|
258 |
+
return className;
|
259 |
+
|
260 |
+
},
|
261 |
+
|
262 |
+
isPremiumWidget: function () {
|
263 |
+
return 0 === this.model.get("name").indexOf("premium-");
|
264 |
+
},
|
265 |
+
|
266 |
+
getElementObj: function (key) {
|
267 |
+
|
268 |
+
var widgetObj = PremiumPanelSettings.papro_widgets.find(function (widget, index) {
|
269 |
+
if (widget.key == key)
|
270 |
+
return true;
|
271 |
+
});
|
272 |
+
|
273 |
+
return widgetObj;
|
274 |
+
|
275 |
+
},
|
276 |
+
|
277 |
+
onMouseDown: function () {
|
278 |
+
|
279 |
+
if (!this.isPremiumWidget())
|
280 |
+
return;
|
281 |
+
|
282 |
+
elementor.promotion.dialog.buttons[0].removeClass("premium-promotion-btn");
|
283 |
+
void this.constructor.__super__.onMouseDown.call(this);
|
284 |
+
|
285 |
+
var widgetObject = this.getElementObj(this.model.get("name")),
|
286 |
+
actonURL = widgetObject.action_url;
|
287 |
+
|
288 |
+
// console.log(widgetObject.action_url.indexOf('/?utm_source'));
|
289 |
+
|
290 |
+
elementor.promotion.dialog.buttons[0].addClass("premium-promotion-btn").closest('#elementor-element--promotion__dialog').addClass('premium-promotion-dialog');
|
291 |
+
|
292 |
+
$(".premium-promotion-pro-btn").remove();
|
293 |
+
|
294 |
+
var goProCta = 'https://premiumaddons.com/pro' + actonURL.substring(actonURL.indexOf('/?utm_source'));
|
295 |
+
|
296 |
+
var $goProBtn = $('<a>', { text: wp.i18n.__('Go Pro', 'elementor'), href: goProCta, class: 'premium-promotion-pro-btn dialog-button elementor-button', target: '_blank' });
|
297 |
+
|
298 |
+
elementor.promotion.dialog.buttons[0].after($goProBtn);
|
299 |
+
|
300 |
+
elementor.promotion.showDialog({
|
301 |
+
headerMessage: sprintf(wp.i18n.__('%s', 'elementor'), this.model.get("title")),
|
302 |
+
message: sprintf(wp.i18n.__('Use %s widget and dozens more pro features to extend your toolbox and build sites faster and better.', 'elementor'), this.model.get("title")),
|
303 |
+
top: "-7",
|
304 |
+
element: this.el,
|
305 |
+
actionURL: widgetObject.action_url
|
306 |
+
})
|
307 |
+
}
|
308 |
+
}
|
309 |
+
|
310 |
+
// setTimeout(function () {
|
311 |
+
panel.elements.view = elementsView.extend({
|
312 |
+
childView: elementsView.prototype.childView.extend(paWidgetsPromoHandler)
|
313 |
+
});
|
314 |
+
|
315 |
+
panel.categories.view = categoriesView.extend({
|
316 |
+
childView: categoriesView.prototype.childView.extend({
|
317 |
+
childView: categoriesView.prototype.childView.prototype.childView.extend(paWidgetsPromoHandler)
|
318 |
+
})
|
319 |
+
});
|
320 |
+
// }, 2000);
|
321 |
+
|
322 |
+
|
323 |
+
return panel;
|
324 |
+
|
325 |
+
|
326 |
+
});
|
327 |
+
|
328 |
})(jQuery);
|
assets/frontend/css/premium-addons-rtl.css
CHANGED
@@ -1,9327 +1,9377 @@
|
|
1 |
-
@font-face {
|
2 |
-
font-family: "pa-elements";
|
3 |
-
src: url("../../editor/fonts/pa-elements.eot?9e1efm");
|
4 |
-
src: url("../../editor/fonts/pa-elements.eot?9e1efm#iefix") format("embedded-opentype"),
|
5 |
-
url("../../editor/fonts/pa-elements.ttf?9e1efm") format("truetype"),
|
6 |
-
url("../../editor/fonts/pa-elements.woff?9e1efm") format("woff"),
|
7 |
-
url("../../editor/fonts/pa-elements.svg?9e1efm#pa-elements") format("svg");
|
8 |
-
font-weight: normal;
|
9 |
-
font-style: normal;
|
10 |
-
}
|
11 |
-
|
12 |
-
/**************** Premium Banner ****************/
|
13 |
-
/************************************************/
|
14 |
-
.premium-banner {
|
15 |
-
overflow: hidden;
|
16 |
-
}
|
17 |
-
|
18 |
-
.premium-banner-ib {
|
19 |
-
display: block;
|
20 |
-
position: relative;
|
21 |
-
}
|
22 |
-
|
23 |
-
.premium-banner-ib img {
|
24 |
-
display: block;
|
25 |
-
position: relative;
|
26 |
-
}
|
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 |
-
}
|
37 |
-
|
38 |
-
.premium-banner-img-wrap .premium-banner-ib-img {
|
39 |
-
-webkit-flex-shrink: 0;
|
40 |
-
-ms-flex-negative: 0;
|
41 |
-
flex-shrink: 0;
|
42 |
-
}
|
43 |
-
|
44 |
-
.premium-banner-ib {
|
45 |
-
z-index: 1;
|
46 |
-
overflow: hidden;
|
47 |
-
margin: 0 0 35px;
|
48 |
-
text-align: center;
|
49 |
-
-webkit-box-sizing: border-box;
|
50 |
-
-moz-box-sizing: border-box;
|
51 |
-
box-sizing: border-box;
|
52 |
-
}
|
53 |
-
|
54 |
-
.premium-banner-ib-desc .premium-banner-read-more {
|
55 |
-
z-index: 100;
|
56 |
-
}
|
57 |
-
|
58 |
-
.premium-banner-ib,
|
59 |
-
.wpb_column>.wpb_wrapper .premium-banner-ib {
|
60 |
-
margin-bottom: 0px;
|
61 |
-
}
|
62 |
-
|
63 |
-
.elementor-widget-premium-addon-banner .premium-banner-ib-title {
|
64 |
-
background: transparent;
|
65 |
-
}
|
66 |
-
|
67 |
-
.premium-banner-ib *,
|
68 |
-
.premium-banner-ib .premium-banner-ib-desc {
|
69 |
-
-webkit-box-sizing: border-box;
|
70 |
-
-moz-box-sizing: border-box;
|
71 |
-
box-sizing: border-box;
|
72 |
-
}
|
73 |
-
|
74 |
-
.premium-banner-ib img {
|
75 |
-
min-width: 100%;
|
76 |
-
max-width: 100%;
|
77 |
-
-webkit-transition: opacity 0.35s;
|
78 |
-
transition: opacity 0.35s;
|
79 |
-
}
|
80 |
-
|
81 |
-
.premium-banner-ib .premium-banner-ib-desc {
|
82 |
-
padding: 15px;
|
83 |
-
-webkit-backface-visibility: hidden;
|
84 |
-
backface-visibility: hidden;
|
85 |
-
-webkit-box-sizing: border-box;
|
86 |
-
-moz-box-sizing: border-box;
|
87 |
-
box-sizing: border-box;
|
88 |
-
position: absolute;
|
89 |
-
top: 0;
|
90 |
-
right: 0;
|
91 |
-
width: 100%;
|
92 |
-
height: 100%;
|
93 |
-
}
|
94 |
-
|
95 |
-
.premium-banner-ib .premium-banner-ib-link {
|
96 |
-
position: absolute;
|
97 |
-
top: 0;
|
98 |
-
right: 0;
|
99 |
-
width: 100%;
|
100 |
-
height: 100%;
|
101 |
-
z-index: 1000;
|
102 |
-
text-indent: 200%;
|
103 |
-
white-space: nowrap;
|
104 |
-
font-size: 0;
|
105 |
-
opacity: 0;
|
106 |
-
}
|
107 |
-
|
108 |
-
.premium-banner-ib a.premium-banner-ib-link {
|
109 |
-
display: block;
|
110 |
-
background: 100% 0;
|
111 |
-
}
|
112 |
-
|
113 |
-
.premium-banner-animation1 img {
|
114 |
-
width: -webkit-calc(100% + 50px) !important;
|
115 |
-
width: calc(100% + 50px) !important;
|
116 |
-
max-width: -webkit-calc(100% + 50px) !important;
|
117 |
-
max-width: calc(100% + 50px) !important;
|
118 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
119 |
-
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
120 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
121 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
122 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
123 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
124 |
-
-webkit-transform: translate3d(40px, 0, 0);
|
125 |
-
transform: translate3d(40px, 0, 0);
|
126 |
-
}
|
127 |
-
|
128 |
-
.premium-banner-animation2 .premium-banner-ib-title {
|
129 |
-
padding: 15px;
|
130 |
-
}
|
131 |
-
|
132 |
-
.premium-banner-animation1 .premium-banner-ib-desc {
|
133 |
-
top: auto;
|
134 |
-
bottom: 0;
|
135 |
-
min-height: 25%;
|
136 |
-
height: auto;
|
137 |
-
max-height: 100%;
|
138 |
-
text-align: right;
|
139 |
-
}
|
140 |
-
|
141 |
-
.premium-banner-animation1 .premium-banner-ib-content,
|
142 |
-
.premium-banner-animation1 .premium-banner-ib-title,
|
143 |
-
.premium-banner-animation1 .premium-banner-read-more {
|
144 |
-
-webkit-transform: translate3d(0, 40px, 0);
|
145 |
-
transform: translate3d(0, 40px, 0);
|
146 |
-
-webkit-transition-delay: 0.05s;
|
147 |
-
transition-delay: 0.05s;
|
148 |
-
-webkit-transition-duration: 0.35s;
|
149 |
-
transition-duration: 0.35s;
|
150 |
-
}
|
151 |
-
|
152 |
-
.premium-banner-animation1 .premium-banner-ib-title {
|
153 |
-
-webkit-transition: -webkit-transform 0.35s;
|
154 |
-
transition: -webkit-transform 0.35s;
|
155 |
-
transition: transform 0.35s;
|
156 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
157 |
-
}
|
158 |
-
|
159 |
-
.premium-banner-animation1 .premium-banner-ib-content,
|
160 |
-
.premium-banner-animation1 .premium-banner-read-more {
|
161 |
-
margin-top: 10px;
|
162 |
-
opacity: 0;
|
163 |
-
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
|
164 |
-
transition: opacity 0.2s, -webkit-transform 0.35s;
|
165 |
-
transition: opacity 0.2s, transform 0.35s;
|
166 |
-
transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s;
|
167 |
-
}
|
168 |
-
|
169 |
-
.premium-banner-animation1:hover .premium-banner-ib-content,
|
170 |
-
.premium-banner-animation1.active .premium-banner-ib-content,
|
171 |
-
.premium-banner-animation1:hover .premium-banner-read-more,
|
172 |
-
.premium-banner-animation1.active .premium-banner-read-more {
|
173 |
-
opacity: 1;
|
174 |
-
-webkit-transition-delay: 0.05s;
|
175 |
-
transition-delay: 0.05s;
|
176 |
-
-webkit-transition-duration: 0.35s;
|
177 |
-
transition-duration: 0.35s;
|
178 |
-
}
|
179 |
-
|
180 |
-
.premium-banner-animation1:hover .premium-banner-ib-content,
|
181 |
-
.premium-banner-animation1.active .premium-banner-ib-content,
|
182 |
-
.premium-banner-animation1:hover .premium-banner-read-more,
|
183 |
-
.premium-banner-animation1.active .premium-banner-read-more,
|
184 |
-
.premium-banner-animation1:hover .premium-banner-ib-title,
|
185 |
-
.premium-banner-animation1.active .premium-banner-ib-title,
|
186 |
-
.premium-banner-animation1:hover img,
|
187 |
-
.premium-banner-animation1.active img {
|
188 |
-
-webkit-transform: translate3d(0, 0, 0);
|
189 |
-
transform: translate3d(0, 0, 0);
|
190 |
-
-webkit-transition-delay: 0.05s;
|
191 |
-
transition-delay: 0.05s;
|
192 |
-
-webkit-transition-duration: 0.35s;
|
193 |
-
transition-duration: 0.35s;
|
194 |
-
}
|
195 |
-
|
196 |
-
.premium-banner-animation1.zoomout img,
|
197 |
-
.premium-banner-animation1.scale img {
|
198 |
-
-webkit-transform: translate3d(40px, 0, 0) scale(1.1);
|
199 |
-
transform: translate3d(40px, 0, 0) scale(1.1);
|
200 |
-
}
|
201 |
-
|
202 |
-
.premium-banner-ib.sepia img {
|
203 |
-
-webkit-filter: sepia(30%);
|
204 |
-
filter: sepia(30%);
|
205 |
-
}
|
206 |
-
|
207 |
-
.premium-banner-ib.bright img {
|
208 |
-
-webkit-filter: brightness(1);
|
209 |
-
filter: brightness(1);
|
210 |
-
}
|
211 |
-
|
212 |
-
.premium-banner-ib.sepia:hover img {
|
213 |
-
-webkit-filter: sepia(0%);
|
214 |
-
filter: sepia(0%);
|
215 |
-
}
|
216 |
-
|
217 |
-
.premium-banner-ib.bright:hover img {
|
218 |
-
-webkit-filter: brightness(1.2);
|
219 |
-
filter: brightness(1.2);
|
220 |
-
}
|
221 |
-
|
222 |
-
.premium-banner-animation1.premium-banner-min-height img,
|
223 |
-
.premium-banner-animation2.premium-banner-min-height img,
|
224 |
-
.premium-banner-animation4.premium-banner-min-height img,
|
225 |
-
.premium-banner-animation5.premium-banner-min-height img,
|
226 |
-
.premium-banner-animation6.premium-banner-min-height img,
|
227 |
-
.premium-banner-animation13.premium-banner-min-height img {
|
228 |
-
height: auto;
|
229 |
-
}
|
230 |
-
|
231 |
-
.premium-banner-animation2 img {
|
232 |
-
width: 100%;
|
233 |
-
}
|
234 |
-
|
235 |
-
.premium-banner-animation2 .premium-banner-ib-desc::before {
|
236 |
-
position: absolute;
|
237 |
-
content: "";
|
238 |
-
top: 0;
|
239 |
-
right: 0;
|
240 |
-
width: 100%;
|
241 |
-
height: 100%;
|
242 |
-
opacity: 0;
|
243 |
-
-webkit-transform: translate3d(0, 50%, 0);
|
244 |
-
transform: translate3d(0, 50%, 0);
|
245 |
-
}
|
246 |
-
|
247 |
-
.premium-banner-animation2 .premium-banner-ib-title {
|
248 |
-
position: absolute;
|
249 |
-
top: 50%;
|
250 |
-
right: 0;
|
251 |
-
width: 100%;
|
252 |
-
-webkit-transition: color 0.35s, -webkit-transform 0.35s;
|
253 |
-
transition: color 0.35s, -webkit-transform 0.35s;
|
254 |
-
transition: transform 0.35s, color 0.35s;
|
255 |
-
transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
|
256 |
-
-webkit-transform: translate3d(0, -50%, 0);
|
257 |
-
transform: translate3d(0, -50%, 0);
|
258 |
-
}
|
259 |
-
|
260 |
-
.premium-banner-animation2 .premium-banner-ib-content,
|
261 |
-
.premium-banner-animation2 .premium-banner-read-more,
|
262 |
-
.premium-banner-animation2 .premium-banner-ib-desc::before {
|
263 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
264 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
265 |
-
transition: opacity 0.35s, transform 0.35s;
|
266 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
267 |
-
}
|
268 |
-
|
269 |
-
.premium-banner-animation2 .premium-banner-ib-content,
|
270 |
-
.premium-banner-animation2 .premium-banner-read-more {
|
271 |
-
position: absolute;
|
272 |
-
bottom: 0;
|
273 |
-
right: 0;
|
274 |
-
padding: 15px;
|
275 |
-
width: 100%;
|
276 |
-
max-height: 50%;
|
277 |
-
opacity: 0;
|
278 |
-
-webkit-transform: translate3d(0, 10px, 0);
|
279 |
-
transform: translate3d(0, 10px, 0);
|
280 |
-
}
|
281 |
-
|
282 |
-
.premium-banner-animation2:hover .premium-banner-ib-title,
|
283 |
-
.premium-banner-animation2.active .premium-banner-ib-title {
|
284 |
-
-webkit-transform: translate3d(0, -40px, 0);
|
285 |
-
transform: translate3d(0, -40px, 0);
|
286 |
-
}
|
287 |
-
|
288 |
-
.premium-banner-animation2:hover .premium-banner-read-more,
|
289 |
-
.premium-banner-animation2.active .premium-banner-read-more,
|
290 |
-
.premium-banner-animation2:hover .premium-banner-ib-desc::before,
|
291 |
-
.premium-banner-animation2.active .premium-banner-ib-desc::before {
|
292 |
-
opacity: 1;
|
293 |
-
-webkit-transform: translate3d(0, 0, 0);
|
294 |
-
transform: translate3d(0, 0, 0);
|
295 |
-
}
|
296 |
-
|
297 |
-
.premium-banner-animation2:hover .premium-banner-ib-content,
|
298 |
-
.premium-banner-animation2.active .premium-banner-ib-content {
|
299 |
-
opacity: 1;
|
300 |
-
-webkit-transform: translate3d(0, -30px, 0);
|
301 |
-
transform: translate3d(0, -30px, 0);
|
302 |
-
}
|
303 |
-
|
304 |
-
.premium-banner-animation3 .premium-banner-ib-title {
|
305 |
-
position: absolute;
|
306 |
-
bottom: 0;
|
307 |
-
right: 0;
|
308 |
-
padding: 15px;
|
309 |
-
width: 100%;
|
310 |
-
text-align: right;
|
311 |
-
-webkit-transform: translate3d(0, -30px, 0);
|
312 |
-
transform: translate3d(0, -30px, 0);
|
313 |
-
}
|
314 |
-
|
315 |
-
.premium-banner-animation3 .premium-banner-ib-desc::before,
|
316 |
-
.premium-banner-animation3 .premium-banner-ib-title {
|
317 |
-
-webkit-transition: -webkit-transform 0.35s;
|
318 |
-
transition: -webkit-transform 0.35s;
|
319 |
-
transition: transform 0.35s;
|
320 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
321 |
-
}
|
322 |
-
|
323 |
-
.premium-banner-animation3:hover .premium-banner-ib-desc::before,
|
324 |
-
.premium-banner-animation3.active .premium-banner-ib-desc::before,
|
325 |
-
.premium-banner-animation3:hover .premium-banner-ib-title,
|
326 |
-
.premium-banner-animation3.active .premium-banner-ib-title {
|
327 |
-
opacity: 1;
|
328 |
-
-webkit-transform: translate3d(0, 0, 0);
|
329 |
-
transform: translate3d(0, 0, 0);
|
330 |
-
}
|
331 |
-
|
332 |
-
.premium-banner-animation3 .premium-banner-ib-content {
|
333 |
-
max-height: -webkit-calc(100% - 60px - 1.5em);
|
334 |
-
max-height: calc(100% - 60px - 1.5em);
|
335 |
-
overflow: hidden;
|
336 |
-
}
|
337 |
-
|
338 |
-
.premium-banner-animation4 img {
|
339 |
-
width: -webkit-calc(100% + 40px) !important;
|
340 |
-
width: calc(100% + 40px) !important;
|
341 |
-
max-width: -webkit-calc(100% + 40px) !important;
|
342 |
-
max-width: calc(100% + 40px) !important;
|
343 |
-
}
|
344 |
-
|
345 |
-
.premium-banner-animation4 .premium-banner-ib-desc {
|
346 |
-
padding: 30px;
|
347 |
-
}
|
348 |
-
|
349 |
-
.premium-banner-animation4 .premium-banner-ib-desc::after {
|
350 |
-
position: absolute;
|
351 |
-
content: "";
|
352 |
-
opacity: 0;
|
353 |
-
}
|
354 |
-
|
355 |
-
.premium-banner-animation4 .premium-banner-ib-desc::before {
|
356 |
-
position: absolute;
|
357 |
-
content: "";
|
358 |
-
opacity: 0;
|
359 |
-
top: 50px;
|
360 |
-
left: 30px;
|
361 |
-
bottom: 50px;
|
362 |
-
right: 30px;
|
363 |
-
border-top: 1px solid #fff;
|
364 |
-
border-bottom: 1px solid #fff;
|
365 |
-
-webkit-transform: scale(0, 1);
|
366 |
-
-ms-transform: scale(0, 1);
|
367 |
-
transform: scale(0, 1);
|
368 |
-
-webkit-transform-origin: 100% 0;
|
369 |
-
-ms-transform-origin: 100% 0;
|
370 |
-
transform-origin: 100% 0;
|
371 |
-
}
|
372 |
-
|
373 |
-
.premium-banner-animation4 .premium-banner-ib-desc::after {
|
374 |
-
top: 30px;
|
375 |
-
left: 50px;
|
376 |
-
bottom: 30px;
|
377 |
-
right: 50px;
|
378 |
-
border-left: 1px solid #fff;
|
379 |
-
border-right: 1px solid #fff;
|
380 |
-
-webkit-transform: scale(1, 0);
|
381 |
-
-ms-transform: scale(1, 0);
|
382 |
-
transform: scale(1, 0);
|
383 |
-
-webkit-transform-origin: 0% 0;
|
384 |
-
-ms-transform-origin: 0% 0;
|
385 |
-
transform-origin: 0% 0;
|
386 |
-
}
|
387 |
-
|
388 |
-
.premium-banner-animation4 .premium-banner-ib-title {
|
389 |
-
padding: 50px 30px 0 30px;
|
390 |
-
-webkit-transition: -webkit-transform 0.35s;
|
391 |
-
transition: -webkit-transform 0.35s;
|
392 |
-
transition: transform 0.35s;
|
393 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
394 |
-
}
|
395 |
-
|
396 |
-
.premium-banner-animation4 .premium-banner-ib-content,
|
397 |
-
.premium-banner-animation4 .premium-banner-read-more {
|
398 |
-
padding: 10px 30px;
|
399 |
-
opacity: 0;
|
400 |
-
overflow: hidden;
|
401 |
-
-webkit-transform: translate3d(0, -10px, 0);
|
402 |
-
transform: translate3d(0, -10px, 0);
|
403 |
-
}
|
404 |
-
|
405 |
-
.premium-banner-animation4 .premium-banner-ib-title,
|
406 |
-
.premium-banner-animation4 img {
|
407 |
-
-webkit-transform: translate3d(30px, 0, 0);
|
408 |
-
transform: translate3d(30px, 0, 0);
|
409 |
-
}
|
410 |
-
|
411 |
-
.premium-banner-animation4.zoomout img,
|
412 |
-
.premium-banner-animation4.scale img {
|
413 |
-
-webkit-transform: translate3d(30px, 0, 0) scale(1.1);
|
414 |
-
transform: translate3d(30px, 0, 0) scale(1.1);
|
415 |
-
}
|
416 |
-
|
417 |
-
.premium-banner-animation4 .premium-banner-ib-content,
|
418 |
-
.premium-banner-animation4 .premium-banner-read-more {
|
419 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
420 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
421 |
-
transition: opacity 0.35s, transform 0.35s;
|
422 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
423 |
-
}
|
424 |
-
|
425 |
-
.premium-banner-animation4 .premium-banner-ib-desc::after,
|
426 |
-
.premium-banner-animation4 .premium-banner-ib-desc::before {
|
427 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
428 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
429 |
-
transition: opacity 0.35s, transform 0.35s;
|
430 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
431 |
-
}
|
432 |
-
|
433 |
-
.premium-banner-animation4 img {
|
434 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
435 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
436 |
-
transition: opacity 0.35s, transform 0.35s;
|
437 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
438 |
-
}
|
439 |
-
|
440 |
-
.premium-banner-animation4:hover .premium-banner-ib-desc::after,
|
441 |
-
.premium-banner-animation4.active .premium-banner-ib-desc::after,
|
442 |
-
.premium-banner-animation4:hover .premium-banner-ib-desc::before,
|
443 |
-
.premium-banner-animation4.active .premium-banner-ib-desc::before {
|
444 |
-
opacity: 1;
|
445 |
-
-webkit-transform: scale(1);
|
446 |
-
-ms-transform: scale(1);
|
447 |
-
transform: scale(1);
|
448 |
-
}
|
449 |
-
|
450 |
-
.premium-banner-animation4:hover .premium-banner-ib-content,
|
451 |
-
.premium-banner-animation4.active .premium-banner-ib-content,
|
452 |
-
.premium-banner-animation4:hover .premium-banner-read-more,
|
453 |
-
.premium-banner-animation4.active .premium-banner-read-more,
|
454 |
-
.premium-banner-animation4:hover .premium-banner-ib-title,
|
455 |
-
.premium-banner-animation4.active .premium-banner-ib-title {
|
456 |
-
opacity: 1;
|
457 |
-
-webkit-transform: translate3d(0, 0, 0);
|
458 |
-
transform: translate3d(0, 0, 0);
|
459 |
-
}
|
460 |
-
|
461 |
-
.premium-banner-animation4:hover .premium-banner-ib-content,
|
462 |
-
.premium-banner-animation4:hover .premium-banner-ib-desc::after,
|
463 |
-
.premium-banner-animation4:hover .premium-banner-ib-title,
|
464 |
-
.premium-banner-animation4:hover img {
|
465 |
-
-webkit-transition-delay: 0.15s;
|
466 |
-
transition-delay: 0.15s;
|
467 |
-
}
|
468 |
-
|
469 |
-
.premium-banner-animation5 .premium-banner-ib-desc {
|
470 |
-
top: auto;
|
471 |
-
bottom: 0;
|
472 |
-
padding: 15px;
|
473 |
-
height: auto;
|
474 |
-
background: #f2f2f2;
|
475 |
-
color: #3c4a50;
|
476 |
-
-webkit-transition: -webkit-transform 0.35s;
|
477 |
-
transition: -webkit-transform 0.35s;
|
478 |
-
transition: transform 0.35s;
|
479 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
480 |
-
-webkit-transform: translate3d(0, 100%, 0);
|
481 |
-
transform: translate3d(0, 100%, 0);
|
482 |
-
}
|
483 |
-
|
484 |
-
.premium-banner-animation5 .premium-banner-ib-content {
|
485 |
-
position: absolute;
|
486 |
-
top: auto;
|
487 |
-
bottom: 100%;
|
488 |
-
right: 0;
|
489 |
-
width: 100%;
|
490 |
-
padding: 15px;
|
491 |
-
opacity: 0;
|
492 |
-
-webkit-transition: opacity 0.35s;
|
493 |
-
transition: opacity 0.35s;
|
494 |
-
}
|
495 |
-
|
496 |
-
.premium-banner-animation5 .premium-banner-ib-title,
|
497 |
-
.premium-banner-animation5 .premium-banner-read-more {
|
498 |
-
-webkit-transition: -webkit-transform 0.35s;
|
499 |
-
transition: -webkit-transform 0.35s;
|
500 |
-
transition: transform 0.35s;
|
501 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
502 |
-
-webkit-transform: translate3d(0, 200%, 0);
|
503 |
-
transform: translate3d(0, 200%, 0);
|
504 |
-
text-align: center;
|
505 |
-
}
|
506 |
-
|
507 |
-
.premium-banner-animation5 .premium-banner-ib-title {
|
508 |
-
margin: 10px 0;
|
509 |
-
}
|
510 |
-
|
511 |
-
.premium-banner-animation5:hover .premium-banner-ib-content,
|
512 |
-
.premium-banner-animation5.active .premium-banner-ib-content,
|
513 |
-
.premium-banner-animation5:hover .premium-banner-ib-content *,
|
514 |
-
.premium-banner-animation5.active .premium-banner-ib-content * {
|
515 |
-
opacity: 1 !important;
|
516 |
-
z-index: 99 !important;
|
517 |
-
-webkit-backface-visibility: hidden !important;
|
518 |
-
backface-visibility: hidden !important;
|
519 |
-
}
|
520 |
-
|
521 |
-
.premium-banner-animation5:hover .premium-banner-ib-desc,
|
522 |
-
.premium-banner-animation5.active .premium-banner-ib-desc,
|
523 |
-
.premium-banner-animation5:hover .premium-banner-ib-title,
|
524 |
-
.premium-banner-animation5.active .premium-banner-ib-title,
|
525 |
-
.premium-banner-animation5:hover .premium-banner-read-more,
|
526 |
-
.premium-banner-animation5.active .premium-banner-read-more {
|
527 |
-
-webkit-transform: translateY(0);
|
528 |
-
-ms-transform: translateY(0);
|
529 |
-
transform: translateY(0);
|
530 |
-
}
|
531 |
-
|
532 |
-
.premium-banner-animation5:hover .premium-banner-ib-title {
|
533 |
-
-webkit-transition-delay: 0.05s;
|
534 |
-
transition-delay: 0.05s;
|
535 |
-
}
|
536 |
-
|
537 |
-
.premium-banner-animation5 img {
|
538 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
539 |
-
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
540 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
541 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
542 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
543 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
544 |
-
}
|
545 |
-
|
546 |
-
.premium-banner-animation2 img,
|
547 |
-
.premium-banner-animation4 img,
|
548 |
-
.premium-banner-animation6 img {
|
549 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
550 |
-
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
551 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
552 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
553 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
554 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
555 |
-
}
|
556 |
-
|
557 |
-
.premium-banner-animation5.zoomout img,
|
558 |
-
.premium-banner-animation5.scale img {
|
559 |
-
-webkit-transform: scale(1.1);
|
560 |
-
-ms-transform: scale(1.1);
|
561 |
-
transform: scale(1.1);
|
562 |
-
}
|
563 |
-
|
564 |
-
.premium-banner-animation2.zoomout img,
|
565 |
-
.premium-banner-animation2.scale img {
|
566 |
-
-webkit-transform: scale(1.1);
|
567 |
-
-ms-transform: scale(1.1);
|
568 |
-
transform: scale(1.1);
|
569 |
-
}
|
570 |
-
|
571 |
-
.premium-banner-animation6.zoomout img,
|
572 |
-
.premium-banner-animation6.scale img {
|
573 |
-
-webkit-transform: scale(1.1);
|
574 |
-
-ms-transform: scale(1.1);
|
575 |
-
transform: scale(1.1);
|
576 |
-
}
|
577 |
-
|
578 |
-
.premium-banner-animation5.zoomin:hover img,
|
579 |
-
.premium-banner-animation2.zoomin:hover img,
|
580 |
-
.premium-banner-animation6.zoomin:hover img {
|
581 |
-
-webkit-transform: scale(1.1);
|
582 |
-
-ms-transform: scale(1.1);
|
583 |
-
transform: scale(1.1);
|
584 |
-
}
|
585 |
-
|
586 |
-
.premium-banner-animation5.zoomout:hover img,
|
587 |
-
.premium-banner-animation2.zoomout:hover img,
|
588 |
-
.premium-banner-animation6.zoomout:hover img {
|
589 |
-
-webkit-transform: scale(1);
|
590 |
-
-ms-transform: scale(1);
|
591 |
-
transform: scale(1);
|
592 |
-
}
|
593 |
-
|
594 |
-
.premium-banner-animation5.scale:hover img,
|
595 |
-
.premium-banner-animation2.scale:hover img,
|
596 |
-
.premium-banner-animation6.scale:hover img {
|
597 |
-
-webkit-transform: scale(1.2) rotate(-5deg);
|
598 |
-
-ms-transform: scale(1.2) rotate(-5deg);
|
599 |
-
transform: scale(1.2) rotate(-5deg);
|
600 |
-
}
|
601 |
-
|
602 |
-
.premium-banner-animation5.grayscale:hover img,
|
603 |
-
.premium-banner-animation2.grayscale:hover img,
|
604 |
-
.premium-banner-animation6.grayscale:hover img {
|
605 |
-
-webkit-filter: grayscale(100%);
|
606 |
-
filter: grayscale(100%);
|
607 |
-
}
|
608 |
-
|
609 |
-
.premium-banner-animation5.blur:hover img,
|
610 |
-
.premium-banner-animation2.blur:hover img {
|
611 |
-
-webkit-filter: blur(3px);
|
612 |
-
filter: blur(3px);
|
613 |
-
}
|
614 |
-
|
615 |
-
.premium-banner-animation6.blur:hover img {
|
616 |
-
-webkit-filter: blur(3px);
|
617 |
-
filter: blur(3px);
|
618 |
-
}
|
619 |
-
|
620 |
-
.premium-banner-animation6 .premium-banner-ib-desc {
|
621 |
-
padding: 45px;
|
622 |
-
}
|
623 |
-
|
624 |
-
.premium-banner-animation6 .premium-banner-ib-desc::before {
|
625 |
-
position: absolute;
|
626 |
-
content: "";
|
627 |
-
top: 30px;
|
628 |
-
left: 30px;
|
629 |
-
bottom: 30px;
|
630 |
-
right: 30px;
|
631 |
-
border: 1px solid #fff;
|
632 |
-
}
|
633 |
-
|
634 |
-
.premium-banner-animation6 .premium-banner-ib-title {
|
635 |
-
margin: 20px 0 10px;
|
636 |
-
-webkit-transition: -webkit-transform 0.35s;
|
637 |
-
transition: -webkit-transform 0.35s;
|
638 |
-
transition: transform 0.35s;
|
639 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
640 |
-
-webkit-transform: translate3d(0, 100%, 0);
|
641 |
-
transform: translate3d(0, 100%, 0);
|
642 |
-
}
|
643 |
-
|
644 |
-
.premium-banner-animation6 .premium-banner-ib-content,
|
645 |
-
.premium-banner-animation6 .premium-banner-read-more,
|
646 |
-
.premium-banner-animation6 .premium-banner-ib-desc::before {
|
647 |
-
opacity: 0;
|
648 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
649 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
650 |
-
transition: opacity 0.35s, transform 0.35s;
|
651 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
652 |
-
-webkit-transform: scale(0);
|
653 |
-
-ms-transform: scale(0);
|
654 |
-
transform: scale(0);
|
655 |
-
}
|
656 |
-
|
657 |
-
.premium-banner-animation6 .premium-banner-read-more {
|
658 |
-
margin-top: 10px;
|
659 |
-
}
|
660 |
-
|
661 |
-
.premium-banner-animation6:hover .premium-banner-ib-title,
|
662 |
-
.premium-banner-animation6.active .premium-banner-ib-title {
|
663 |
-
-webkit-transform: translate3d(0, 0, 0);
|
664 |
-
transform: translate3d(0, 0, 0);
|
665 |
-
}
|
666 |
-
|
667 |
-
.premium-banner-animation6:hover .premium-banner-ib-content,
|
668 |
-
.premium-banner-animation6.active .premium-banner-ib-content,
|
669 |
-
.premium-banner-animation6:hover .premium-banner-read-more,
|
670 |
-
.premium-banner-animation6.active .premium-banner-read-more,
|
671 |
-
.premium-banner-animation6:hover .premium-banner-ib-desc::before,
|
672 |
-
.premium-banner-animation6.active .premium-banner-ib-desc::before {
|
673 |
-
opacity: 1;
|
674 |
-
-webkit-transform: scale(1);
|
675 |
-
-ms-transform: scale(1);
|
676 |
-
transform: scale(1);
|
677 |
-
}
|
678 |
-
|
679 |
-
.premium-banner-animation12 .premium-banner-ib-desc::after {
|
680 |
-
position: absolute;
|
681 |
-
content: "";
|
682 |
-
left: 30px;
|
683 |
-
bottom: 30px;
|
684 |
-
right: 30px;
|
685 |
-
height: -webkit-calc(50% - 30px);
|
686 |
-
height: calc(50% - 30px);
|
687 |
-
border: 7px solid #fff;
|
688 |
-
-webkit-transition: -webkit-transform 0.35s;
|
689 |
-
transition: -webkit-transform 0.35s;
|
690 |
-
transition: transform 0.35s;
|
691 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
692 |
-
-webkit-transform: translate3d(0, -100%, 0);
|
693 |
-
transform: translate3d(0, -100%, 0);
|
694 |
-
}
|
695 |
-
|
696 |
-
.premium-banner-animation12:hover .premium-banner-ib-desc::after,
|
697 |
-
.premium-banner-animation12.active .premium-banner-ib-desc::after {
|
698 |
-
-webkit-transform: translate3d(0, 0, 0);
|
699 |
-
transform: translate3d(0, 0, 0);
|
700 |
-
}
|
701 |
-
|
702 |
-
.premium-banner-animation12 .premium-banner-ib-desc {
|
703 |
-
padding: 45px;
|
704 |
-
text-align: right;
|
705 |
-
}
|
706 |
-
|
707 |
-
.premium-banner-animation12 .premium-banner-ib-content {
|
708 |
-
position: absolute;
|
709 |
-
left: 60px;
|
710 |
-
bottom: 60px;
|
711 |
-
right: 60px;
|
712 |
-
opacity: 0;
|
713 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
714 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
715 |
-
transition: opacity 0.35s, transform 0.35s;
|
716 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
717 |
-
-webkit-transform: translate3d(0, -100px, 0);
|
718 |
-
transform: translate3d(0, -100px, 0);
|
719 |
-
}
|
720 |
-
|
721 |
-
.premium-banner-animation12:hover .premium-banner-ib-content,
|
722 |
-
.premium-banner-animation12.active .premium-banner-ib-content {
|
723 |
-
opacity: 1;
|
724 |
-
-webkit-transform: translate3d(0, 0, 0);
|
725 |
-
transform: translate3d(0, 0, 0);
|
726 |
-
}
|
727 |
-
|
728 |
-
.premium-banner-animation13 img {
|
729 |
-
width: -webkit-calc(100% + 20px) !important;
|
730 |
-
width: calc(100% + 20px) !important;
|
731 |
-
max-width: -webkit-calc(100% + 20px) !important;
|
732 |
-
max-width: calc(100% + 20px) !important;
|
733 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
734 |
-
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
735 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
736 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
737 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
738 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
739 |
-
-webkit-transform: translate3d(10px, 0, 0);
|
740 |
-
transform: translate3d(10px, 0, 0);
|
741 |
-
-webkit-backface-visibility: hidden;
|
742 |
-
backface-visibility: hidden;
|
743 |
-
}
|
744 |
-
|
745 |
-
.premium-banner-animation13.zoomout img,
|
746 |
-
.premium-banner-animation13.scale img {
|
747 |
-
-webkit-transform: translate3d(10px, 0, 0) scale(1.1);
|
748 |
-
transform: translate3d(10px, 0, 0) scale(1.1);
|
749 |
-
}
|
750 |
-
|
751 |
-
.premium-banner-animation13.none:hover img {
|
752 |
-
-webkit-transform: translate3d(0, 0, 0);
|
753 |
-
transform: translate3d(0, 0, 0);
|
754 |
-
}
|
755 |
-
|
756 |
-
.premium-banner-animation1.none:hover img,
|
757 |
-
.premium-banner-animation4.none:hover img {
|
758 |
-
-webkit-transform: translate3d(0, 0, 0);
|
759 |
-
transform: translate3d(0, 0, 0);
|
760 |
-
}
|
761 |
-
|
762 |
-
.premium-banner-animation13.zoomin:hover img,
|
763 |
-
.premium-banner-animation1.zoomin:hover img,
|
764 |
-
.premium-banner-animation4.zoomin:hover img,
|
765 |
-
.premium-banner-animation8.zoomin:hover img,
|
766 |
-
.premium-banner-animation7.zoomin:hover img,
|
767 |
-
.premium-banner-animation9.zoomin:hover img,
|
768 |
-
.premium-banner-animation10.zoomin:hover img,
|
769 |
-
.premium-banner-animation11.zoomin:hover img {
|
770 |
-
-webkit-transform: translate3d(0, 0, 0) scale(1.1);
|
771 |
-
transform: translate3d(0, 0, 0) scale(1.1);
|
772 |
-
}
|
773 |
-
|
774 |
-
.premium-banner-animation13.zoomout:hover img,
|
775 |
-
.premium-banner-animation1.zoomout:hover img,
|
776 |
-
.premium-banner-animation4.zoomout:hover img,
|
777 |
-
.premium-banner-animation8.zoomout:hover img,
|
778 |
-
.premium-banner-animation7.zoomout:hover img,
|
779 |
-
.premium-banner-animation9.zoomout:hover img,
|
780 |
-
.premium-banner-animation10.zoomout:hover img,
|
781 |
-
.premium-banner-animation11.zoomout:hover img {
|
782 |
-
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
783 |
-
transform: translate3d(0, 0, 0) scale(1);
|
784 |
-
}
|
785 |
-
|
786 |
-
.premium-banner-animation13.scale:hover img,
|
787 |
-
.premium-banner-animation1.scale:hover img,
|
788 |
-
.premium-banner-animation4.scale:hover img,
|
789 |
-
.premium-banner-animation8.scale:hover img,
|
790 |
-
.premium-banner-animation7.scale:hover img,
|
791 |
-
.premium-banner-animation9.scale:hover img,
|
792 |
-
.premium-banner-animation10.scale:hover img,
|
793 |
-
.premium-banner-animation11.scale:hover img {
|
794 |
-
-webkit-transform: translate3d(0, 0, 0) scale(1.2) rotate(-5deg);
|
795 |
-
transform: translate3d(0, 0, 0) scale(1.2) rotate(-5deg);
|
796 |
-
}
|
797 |
-
|
798 |
-
.premium-banner-animation13.grayscale:hover img,
|
799 |
-
.premium-banner-animation1.grayscale:hover img,
|
800 |
-
.premium-banner-animation4.grayscale:hover img,
|
801 |
-
.premium-banner-animation8.grayscale:hover img,
|
802 |
-
.premium-banner-animation7.grayscale:hover img,
|
803 |
-
.premium-banner-animation9.grayscale:hover img,
|
804 |
-
.premium-banner-animation10.grayscale:hover img,
|
805 |
-
.premium-banner-animation11.grayscale:hover img {
|
806 |
-
-webkit-transform: translate3d(0, 0, 0);
|
807 |
-
transform: translate3d(0, 0, 0);
|
808 |
-
-webkit-filter: grayscale(100%);
|
809 |
-
filter: grayscale(100%);
|
810 |
-
}
|
811 |
-
|
812 |
-
.premium-banner-animation13.blur:hover img,
|
813 |
-
.premium-banner-animation1.blur:hover img,
|
814 |
-
.premium-banner-animation4.blur:hover,
|
815 |
-
.premium-banner-animation8.blur:hover img,
|
816 |
-
.premium-banner-animation7.blur:hover img,
|
817 |
-
.premium-banner-animation9.blur:hover img,
|
818 |
-
.premium-banner-animation10.blur:hover img,
|
819 |
-
.premium-banner-animation11.blur:hover img {
|
820 |
-
-webkit-transform: translate3d(0, 0, 0);
|
821 |
-
transform: translate3d(0, 0, 0);
|
822 |
-
-webkit-filter: blur(3px);
|
823 |
-
filter: blur(3px);
|
824 |
-
}
|
825 |
-
|
826 |
-
.premium-banner-animation13 .premium-banner-ib-desc {
|
827 |
-
text-align: right;
|
828 |
-
}
|
829 |
-
|
830 |
-
.premium-banner-animation13 .premium-banner-ib-title {
|
831 |
-
position: relative;
|
832 |
-
overflow: hidden;
|
833 |
-
padding: 5px 0 10px;
|
834 |
-
}
|
835 |
-
|
836 |
-
.premium-banner-animation13 .premium-banner-ib-title::after {
|
837 |
-
position: absolute;
|
838 |
-
content: "";
|
839 |
-
bottom: 0;
|
840 |
-
right: 0;
|
841 |
-
width: 100%;
|
842 |
-
height: 2px;
|
843 |
-
background: #fff;
|
844 |
-
-webkit-transition: -webkit-transform 0.35s;
|
845 |
-
transition: -webkit-transform 0.35s;
|
846 |
-
transition: transform 0.35s;
|
847 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
848 |
-
-webkit-transform: translate3d(101%, 0, 0);
|
849 |
-
transform: translate3d(101%, 0, 0);
|
850 |
-
}
|
851 |
-
|
852 |
-
.premium-banner-animation13:hover .premium-banner-ib-title::after,
|
853 |
-
.premium-banner-animation13.active .premium-banner-ib-title::after {
|
854 |
-
-webkit-transform: translate3d(0, 0, 0);
|
855 |
-
transform: translate3d(0, 0, 0);
|
856 |
-
}
|
857 |
-
|
858 |
-
.premium-banner-animation13 .premium-banner-ib-content,
|
859 |
-
.premium-banner-animation13 .premium-banner-read-more {
|
860 |
-
padding: 15px 0;
|
861 |
-
opacity: 0;
|
862 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
863 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
864 |
-
transition: opacity 0.35s, transform 0.35s;
|
865 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
866 |
-
-webkit-transform: translate3d(-100%, 0, 0);
|
867 |
-
transform: translate3d(-100%, 0, 0);
|
868 |
-
}
|
869 |
-
|
870 |
-
.premium-banner-animation13:hover .premium-banner-ib-content,
|
871 |
-
.premium-banner-animation13.active .premium-banner-ib-content,
|
872 |
-
.premium-banner-animation13:hover .premium-banner-read-more,
|
873 |
-
.premium-banner-animation13.active .premium-banner-read-more {
|
874 |
-
opacity: 1;
|
875 |
-
-webkit-transform: translate3d(0, 0, 0);
|
876 |
-
transform: translate3d(0, 0, 0);
|
877 |
-
}
|
878 |
-
|
879 |
-
.premium-banner-ib.premium-banner-animation5 .premium-banner-toggle-size {
|
880 |
-
right: 50%;
|
881 |
-
width: auto !important;
|
882 |
-
height: 100%;
|
883 |
-
max-width: none;
|
884 |
-
-webkit-transform: translateX(50%);
|
885 |
-
-ms-transform: translateX(50%);
|
886 |
-
transform: translateX(50%);
|
887 |
-
}
|
888 |
-
|
889 |
-
.premium-banner-ib img {
|
890 |
-
border: none;
|
891 |
-
padding: 0;
|
892 |
-
margin: 0;
|
893 |
-
}
|
894 |
-
|
895 |
-
.premium-banner-animation7 img {
|
896 |
-
width: -webkit-calc(100% + 40px) !important;
|
897 |
-
width: calc(100% + 40px) !important;
|
898 |
-
max-width: -webkit-calc(100% + 40px) !important;
|
899 |
-
max-width: calc(100% + 40px) !important;
|
900 |
-
}
|
901 |
-
|
902 |
-
.premium-banner-animation7 .premium-banner-brlr {
|
903 |
-
width: 7px;
|
904 |
-
}
|
905 |
-
|
906 |
-
.premium-banner-animation7 .premium-banner-brtb {
|
907 |
-
height: 7px;
|
908 |
-
}
|
909 |
-
|
910 |
-
.premium-banner-animation7 .premium-banner-br {
|
911 |
-
position: absolute;
|
912 |
-
z-index: 1;
|
913 |
-
background-color: white;
|
914 |
-
-webkit-transition: all 0.3s ease-in-out;
|
915 |
-
transition: all 0.3s ease-in-out;
|
916 |
-
-webkit-transition-delay: 0.2s;
|
917 |
-
transition-delay: 0.2s;
|
918 |
-
}
|
919 |
-
|
920 |
-
.premium-banner-animation7 .premium-banner-bleft {
|
921 |
-
right: 30px;
|
922 |
-
top: -webkit-calc(100% - 150px);
|
923 |
-
top: calc(100% - 150px);
|
924 |
-
height: 0;
|
925 |
-
}
|
926 |
-
|
927 |
-
.premium-banner-animation7 .premium-banner-bright {
|
928 |
-
left: 30px;
|
929 |
-
bottom: -webkit-calc(100% - 150px);
|
930 |
-
bottom: calc(100% - 150px);
|
931 |
-
height: 0;
|
932 |
-
}
|
933 |
-
|
934 |
-
.premium-banner-animation7 .premium-banner-bottom {
|
935 |
-
left: -webkit-calc(100% - 150px);
|
936 |
-
left: calc(100% - 150px);
|
937 |
-
bottom: 30px;
|
938 |
-
width: 0;
|
939 |
-
}
|
940 |
-
|
941 |
-
.premium-banner-animation7 .premium-banner-btop {
|
942 |
-
right: -webkit-calc(100% - 150px);
|
943 |
-
right: calc(100% - 150px);
|
944 |
-
top: 30px;
|
945 |
-
width: 0;
|
946 |
-
}
|
947 |
-
|
948 |
-
.premium-banner-animation7 .premium-banner-ib-desc {
|
949 |
-
padding: 70px;
|
950 |
-
display: table;
|
951 |
-
}
|
952 |
-
|
953 |
-
.premium-banner-animation7 .premium-banner-ib-desc .premium-banner-desc-centered {
|
954 |
-
display: table-cell;
|
955 |
-
vertical-align: middle;
|
956 |
-
}
|
957 |
-
|
958 |
-
.premium-banner-animation7 .premium-banner-ib-title {
|
959 |
-
margin-top: 0;
|
960 |
-
}
|
961 |
-
|
962 |
-
.premium-banner-animation7 .premium-banner-ib-title,
|
963 |
-
.premium-banner-animation7 img {
|
964 |
-
-webkit-transform: translate3d(30px, 0, 0);
|
965 |
-
transform: translate3d(30px, 0, 0);
|
966 |
-
}
|
967 |
-
|
968 |
-
.premium-banner-animation7.zoomout img,
|
969 |
-
.premium-banner-animation7.scale img {
|
970 |
-
-webkit-transform: translate3d(30px, 0, 0) scale(1.1);
|
971 |
-
transform: translate3d(30px, 0, 0) scale(1.1);
|
972 |
-
}
|
973 |
-
|
974 |
-
.premium-banner-animation7 .premium-banner-ib-content,
|
975 |
-
.premium-banner-animation7 .premium-banner-read-more {
|
976 |
-
margin-top: 10px;
|
977 |
-
}
|
978 |
-
|
979 |
-
.premium-banner-animation7 .premium-banner-ib-desc::after,
|
980 |
-
.premium-banner-animation7 .premium-banner-ib-desc::before {
|
981 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
982 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
983 |
-
transition: opacity 0.35s, transform 0.35s;
|
984 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
985 |
-
}
|
986 |
-
|
987 |
-
.premium-banner-animation7 .premium-banner-ib-title,
|
988 |
-
.premium-banner-animation7 .premium-banner-ib-content,
|
989 |
-
.premium-banner-animation7 .premium-banner-read-more {
|
990 |
-
opacity: 0;
|
991 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
992 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
993 |
-
transition: opacity 0.35s, transform 0.35s;
|
994 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
995 |
-
}
|
996 |
-
|
997 |
-
.premium-banner-animation7 img {
|
998 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
999 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1000 |
-
transition: opacity 0.35s, transform 0.35s;
|
1001 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1002 |
-
}
|
1003 |
-
|
1004 |
-
.premium-banner-animation7:hover .premium-banner-ib-content,
|
1005 |
-
.premium-banner-animation7.active .premium-banner-ib-content,
|
1006 |
-
.premium-banner-animation7:hover .premium-banner-read-more,
|
1007 |
-
.premium-banner-animation7.active .premium-banner-read-more,
|
1008 |
-
.premium-banner-animation7:hover .premium-banner-ib-title,
|
1009 |
-
.premium-banner-animation7.active .premium-banner-ib-title {
|
1010 |
-
opacity: 1;
|
1011 |
-
-webkit-transform: translate3d(0, 0, 0);
|
1012 |
-
transform: translate3d(0, 0, 0);
|
1013 |
-
}
|
1014 |
-
|
1015 |
-
.premium-banner-animation7:hover .premium-banner-bleft,
|
1016 |
-
.premium-banner-animation7.active .premium-banner-bleft {
|
1017 |
-
top: 30px;
|
1018 |
-
height: 70px;
|
1019 |
-
}
|
1020 |
-
|
1021 |
-
.premium-banner-animation7:hover .premium-banner-bright,
|
1022 |
-
.premium-banner-animation7.active .premium-banner-bright {
|
1023 |
-
bottom: 30px;
|
1024 |
-
height: 70px;
|
1025 |
-
}
|
1026 |
-
|
1027 |
-
.premium-banner-animation7:hover .premium-banner-bottom,
|
1028 |
-
.premium-banner-animation7.active .premium-banner-bottom {
|
1029 |
-
left: 30px;
|
1030 |
-
width: 70px;
|
1031 |
-
}
|
1032 |
-
|
1033 |
-
.premium-banner-animation7:hover .premium-banner-btop,
|
1034 |
-
.premium-banner-animation7.active .premium-banner-btop {
|
1035 |
-
right: 30px;
|
1036 |
-
width: 70px;
|
1037 |
-
}
|
1038 |
-
|
1039 |
-
.premium-banner-animation7:hover .premium-banner-ib-content,
|
1040 |
-
.premium-banner-animation7:hover .premium-banner-read-more,
|
1041 |
-
.premium-banner-animation7:hover .premium-banner-ib-title,
|
1042 |
-
.premium-banner-animation7:hover img {
|
1043 |
-
-webkit-transition-delay: 0.15s;
|
1044 |
-
transition-delay: 0.15s;
|
1045 |
-
}
|
1046 |
-
|
1047 |
-
.premium-banner-animation8 img {
|
1048 |
-
width: -webkit-calc(100% + 40px) !important;
|
1049 |
-
width: calc(100% + 40px) !important;
|
1050 |
-
max-width: -webkit-calc(100% + 40px) !important;
|
1051 |
-
max-width: calc(100% + 40px) !important;
|
1052 |
-
}
|
1053 |
-
|
1054 |
-
.premium-banner-animation8 .premium-banner-brlr {
|
1055 |
-
width: 7px;
|
1056 |
-
}
|
1057 |
-
|
1058 |
-
.premium-banner-animation8 .premium-banner-brtb {
|
1059 |
-
height: 7px;
|
1060 |
-
}
|
1061 |
-
|
1062 |
-
.premium-banner-animation8 .premium-banner-br {
|
1063 |
-
position: absolute;
|
1064 |
-
z-index: 1;
|
1065 |
-
background-color: white;
|
1066 |
-
-webkit-transition: all 0.3s ease-in-out;
|
1067 |
-
transition: all 0.3s ease-in-out;
|
1068 |
-
-webkit-transition-delay: 0.2s;
|
1069 |
-
transition-delay: 0.2s;
|
1070 |
-
}
|
1071 |
-
|
1072 |
-
.premium-banner-animation8 .premium-banner-bleft {
|
1073 |
-
right: 30px;
|
1074 |
-
top: 50%;
|
1075 |
-
-webkit-transform: translateY(-50%);
|
1076 |
-
-ms-transform: translateY(-50%);
|
1077 |
-
transform: translateY(-50%);
|
1078 |
-
height: 0;
|
1079 |
-
}
|
1080 |
-
|
1081 |
-
.premium-banner-animation8 .premium-banner-bright {
|
1082 |
-
left: 30px;
|
1083 |
-
top: 50%;
|
1084 |
-
-webkit-transform: translateY(-50%);
|
1085 |
-
-ms-transform: translateY(-50%);
|
1086 |
-
transform: translateY(-50%);
|
1087 |
-
height: 0;
|
1088 |
-
}
|
1089 |
-
|
1090 |
-
.premium-banner-animation8 .premium-banner-bottom {
|
1091 |
-
right: 50%;
|
1092 |
-
-webkit-transform: translateX(50%);
|
1093 |
-
-ms-transform: translateX(50%);
|
1094 |
-
transform: translateX(50%);
|
1095 |
-
bottom: 30px;
|
1096 |
-
width: 0;
|
1097 |
-
}
|
1098 |
-
|
1099 |
-
.premium-banner-animation8 .premium-banner-btop {
|
1100 |
-
right: 50%;
|
1101 |
-
-webkit-transform: translateX(50%);
|
1102 |
-
-ms-transform: translateX(50%);
|
1103 |
-
transform: translateX(50%);
|
1104 |
-
top: 30px;
|
1105 |
-
width: 0;
|
1106 |
-
}
|
1107 |
-
|
1108 |
-
.premium-banner-animation8 .premium-banner-ib-desc {
|
1109 |
-
padding: 70px;
|
1110 |
-
display: table;
|
1111 |
-
}
|
1112 |
-
|
1113 |
-
.premium-banner-animation8 .premium-banner-ib-desc .premium-banner-desc-centered {
|
1114 |
-
display: table-cell;
|
1115 |
-
vertical-align: middle;
|
1116 |
-
}
|
1117 |
-
|
1118 |
-
.premium-banner-animation8 .premium-banner-ib-title {
|
1119 |
-
margin-top: 0;
|
1120 |
-
}
|
1121 |
-
|
1122 |
-
.premium-banner-animation8 .premium-banner-ib-title,
|
1123 |
-
.premium-banner-animation8 img {
|
1124 |
-
-webkit-transform: translate3d(30px, 0, 0);
|
1125 |
-
transform: translate3d(30px, 0, 0);
|
1126 |
-
}
|
1127 |
-
|
1128 |
-
.premium-banner-animation8.zoomout img,
|
1129 |
-
.premium-banner-animation8.scale img {
|
1130 |
-
-webkit-transform: translate3d(30px, 0, 0) scale(1.1);
|
1131 |
-
transform: translate3d(30px, 0, 0) scale(1.1);
|
1132 |
-
}
|
1133 |
-
|
1134 |
-
.premium-banner-animation8 .premium-banner-ib-content,
|
1135 |
-
.premium-banner-animation8 .premium-banner-read-more {
|
1136 |
-
margin-top: 10px;
|
1137 |
-
}
|
1138 |
-
|
1139 |
-
.premium-banner-animation8 .premium-banner-ib-desc::after,
|
1140 |
-
.premium-banner-animation8 .premium-banner-ib-desc::before {
|
1141 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1142 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1143 |
-
transition: opacity 0.35s, transform 0.35s;
|
1144 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1145 |
-
}
|
1146 |
-
|
1147 |
-
.premium-banner-animation8 .premium-banner-ib-title,
|
1148 |
-
.premium-banner-animation8 .premium-banner-ib-content,
|
1149 |
-
.premium-banner-animation8 .premium-banner-read-more {
|
1150 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1151 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1152 |
-
transition: opacity 0.35s, transform 0.35s;
|
1153 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1154 |
-
opacity: 0;
|
1155 |
-
}
|
1156 |
-
|
1157 |
-
.premium-banner-animation8 img {
|
1158 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1159 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1160 |
-
transition: opacity 0.35s, transform 0.35s;
|
1161 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1162 |
-
}
|
1163 |
-
|
1164 |
-
.premium-banner-animation8:hover .premium-banner-ib-content,
|
1165 |
-
.premium-banner-animation8.active .premium-banner-ib-content,
|
1166 |
-
.premium-banner-animation8:hover .premium-banner-read-more,
|
1167 |
-
.premium-banner-animation8.active .premium-banner-read-more,
|
1168 |
-
.premium-banner-animation8:hover .premium-banner-ib-title,
|
1169 |
-
.premium-banner-animation8.active .premium-banner-ib-title {
|
1170 |
-
opacity: 1;
|
1171 |
-
-webkit-transform: translate3d(0, 0, 0);
|
1172 |
-
transform: translate3d(0, 0, 0);
|
1173 |
-
}
|
1174 |
-
|
1175 |
-
.premium-banner-animation8:hover .premium-banner-bleft,
|
1176 |
-
.premium-banner-animation8.active .premium-banner-bleft {
|
1177 |
-
height: -webkit-calc(100% - 61px);
|
1178 |
-
height: calc(100% - 61px);
|
1179 |
-
}
|
1180 |
-
|
1181 |
-
.premium-banner-animation8:hover .premium-banner-bright,
|
1182 |
-
.premium-banner-animation8.active .premium-banner-bright {
|
1183 |
-
height: -webkit-calc(100% - 61px);
|
1184 |
-
height: calc(100% - 61px);
|
1185 |
-
}
|
1186 |
-
|
1187 |
-
.premium-banner-animation8:hover .premium-banner-bottom,
|
1188 |
-
.premium-banner-animation8.active .premium-banner-bottom {
|
1189 |
-
width: -webkit-calc(100% - 61px);
|
1190 |
-
width: calc(100% - 61px);
|
1191 |
-
}
|
1192 |
-
|
1193 |
-
.premium-banner-animation8:hover .premium-banner-btop,
|
1194 |
-
.premium-banner-animation8.active .premium-banner-btop {
|
1195 |
-
width: -webkit-calc(100% - 61px);
|
1196 |
-
width: calc(100% - 61px);
|
1197 |
-
}
|
1198 |
-
|
1199 |
-
.premium-banner-animation8:hover .premium-banner-ib-content,
|
1200 |
-
.premium-banner-animation8:hover .premium-banner-ib-title,
|
1201 |
-
.premium-banner-animation8:hover .premium-banner-read-more,
|
1202 |
-
.premium-banner-animation8:hover img {
|
1203 |
-
-webkit-transition-delay: 0.15s;
|
1204 |
-
transition-delay: 0.15s;
|
1205 |
-
}
|
1206 |
-
|
1207 |
-
.premium-banner-animation9 img {
|
1208 |
-
width: -webkit-calc(100% + 20px) !important;
|
1209 |
-
width: calc(100% + 20px) !important;
|
1210 |
-
max-width: -webkit-calc(100% + 20px) !important;
|
1211 |
-
max-width: calc(100% + 20px) !important;
|
1212 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1213 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1214 |
-
transition: opacity 0.35s, transform 0.35s;
|
1215 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1216 |
-
-webkit-transform: scale(1.2);
|
1217 |
-
-ms-transform: scale(1.2);
|
1218 |
-
transform: scale(1.2);
|
1219 |
-
}
|
1220 |
-
|
1221 |
-
.premium-banner-animation9 .premium-banner-ib-desc {
|
1222 |
-
width: 100%;
|
1223 |
-
height: 100%;
|
1224 |
-
}
|
1225 |
-
|
1226 |
-
.premium-banner-animation9 .premium-banner-ib-desc::before {
|
1227 |
-
position: absolute;
|
1228 |
-
top: 50%;
|
1229 |
-
right: 50%;
|
1230 |
-
width: 80%;
|
1231 |
-
height: 1px;
|
1232 |
-
background: #fff;
|
1233 |
-
content: "";
|
1234 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1235 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1236 |
-
transition: opacity 0.35s, transform 0.35s;
|
1237 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1238 |
-
-webkit-transform: translate3d(50%, -50%, 0);
|
1239 |
-
transform: translate3d(50%, -50%, 0);
|
1240 |
-
}
|
1241 |
-
|
1242 |
-
.premium-banner-animation9 .premium-banner-ib-desc::after {
|
1243 |
-
position: absolute;
|
1244 |
-
top: 50%;
|
1245 |
-
right: 50%;
|
1246 |
-
width: 80%;
|
1247 |
-
height: 1px;
|
1248 |
-
background: #fff;
|
1249 |
-
content: "";
|
1250 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1251 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1252 |
-
transition: opacity 0.35s, transform 0.35s;
|
1253 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1254 |
-
-webkit-transform: translate3d(50%, -50%, 0);
|
1255 |
-
transform: translate3d(50%, -50%, 0);
|
1256 |
-
}
|
1257 |
-
|
1258 |
-
.premium-banner-animation9 .premium-banner-ib-title {
|
1259 |
-
position: absolute;
|
1260 |
-
top: 50%;
|
1261 |
-
right: 0;
|
1262 |
-
width: 100%;
|
1263 |
-
-webkit-transition: -webkit-transform 0.35s;
|
1264 |
-
transition: -webkit-transform 0.35s;
|
1265 |
-
transition: transform 0.35s;
|
1266 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
1267 |
-
-webkit-transform: translate3d(0, -70px, 0);
|
1268 |
-
transform: translate3d(0, -70px, 0);
|
1269 |
-
margin-top: 0;
|
1270 |
-
padding: 0 10%;
|
1271 |
-
}
|
1272 |
-
|
1273 |
-
.premium-banner-animation9:hover .premium-banner-ib-title,
|
1274 |
-
.premium-banner-animation9.active .premium-banner-ib-title {
|
1275 |
-
-webkit-transform: translate3d(0, -80px, 0);
|
1276 |
-
transform: translate3d(0, -80px, 0);
|
1277 |
-
}
|
1278 |
-
|
1279 |
-
.premium-banner-animation9 .premium-banner-ib-content,
|
1280 |
-
.premium-banner-animation9 .premium-banner-read-more {
|
1281 |
-
position: absolute;
|
1282 |
-
top: 50%;
|
1283 |
-
right: 0;
|
1284 |
-
width: 100%;
|
1285 |
-
-webkit-transition: -webkit-transform 0.35s;
|
1286 |
-
transition: -webkit-transform 0.35s;
|
1287 |
-
transition: transform 0.35s;
|
1288 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
1289 |
-
padding: 0 10%;
|
1290 |
-
-webkit-transform: translate3d(0, 35px, 0);
|
1291 |
-
transform: translate3d(0, 35px, 0);
|
1292 |
-
}
|
1293 |
-
|
1294 |
-
.premium-banner-animation9 .premium-banner-read-more {
|
1295 |
-
top: 75%;
|
1296 |
-
}
|
1297 |
-
|
1298 |
-
.premium-banner-animation9:hover .premium-banner-ib-content,
|
1299 |
-
.premium-banner-animation9.active .premium-banner-ib-content,
|
1300 |
-
.premium-banner-animation9:hover .premium-banner-read-more,
|
1301 |
-
.premium-banner-animation9.active .premium-banner-read-more {
|
1302 |
-
-webkit-transform: translate3d(0, 45px, 0);
|
1303 |
-
transform: translate3d(0, 45px, 0);
|
1304 |
-
}
|
1305 |
-
|
1306 |
-
.premium-banner-animation9:hover .premium-banner-ib-desc::before,
|
1307 |
-
.premium-banner-animation9.active .premium-banner-ib-desc::before {
|
1308 |
-
opacity: 0.5;
|
1309 |
-
-webkit-transform: translate3d(50%, -50%, 0) rotate(-45deg);
|
1310 |
-
transform: translate3d(50%, -50%, 0) rotate(-45deg);
|
1311 |
-
}
|
1312 |
-
|
1313 |
-
.premium-banner-animation9:hover .premium-banner-ib-desc::after,
|
1314 |
-
.premium-banner-animation9.active .premium-banner-ib-desc::after {
|
1315 |
-
opacity: 0.5;
|
1316 |
-
-webkit-transform: translate3d(50%, -50%, 0) rotate(45deg);
|
1317 |
-
transform: translate3d(50%, -50%, 0) rotate(45deg);
|
1318 |
-
}
|
1319 |
-
|
1320 |
-
.premium-banner-animation9:hover img {
|
1321 |
-
-webkit-transform: scale(1);
|
1322 |
-
-ms-transform: scale(1);
|
1323 |
-
transform: scale(1);
|
1324 |
-
}
|
1325 |
-
|
1326 |
-
.premium-banner-animation10 img {
|
1327 |
-
width: -webkit-calc(100% + 20px) !important;
|
1328 |
-
width: calc(100% + 20px) !important;
|
1329 |
-
max-width: -webkit-calc(100% + 20px) !important;
|
1330 |
-
max-width: calc(100% + 20px) !important;
|
1331 |
-
}
|
1332 |
-
|
1333 |
-
.premium-banner-animation10 .premium-banner-ib-title {
|
1334 |
-
position: relative;
|
1335 |
-
overflow: hidden;
|
1336 |
-
padding: 5px 0 15px;
|
1337 |
-
-webkit-transition: -webkit-transform 0.35s;
|
1338 |
-
transition: -webkit-transform 0.35s;
|
1339 |
-
transition: transform 0.35s;
|
1340 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
1341 |
-
-webkit-transform: translate3d(0, 20px, 0);
|
1342 |
-
transform: translate3d(0, 20px, 0);
|
1343 |
-
margin-bottom: 0;
|
1344 |
-
}
|
1345 |
-
|
1346 |
-
.premium-banner-animation10 .premium-banner-ib-title::after {
|
1347 |
-
position: absolute;
|
1348 |
-
content: "";
|
1349 |
-
bottom: 0;
|
1350 |
-
right: 0;
|
1351 |
-
width: 100%;
|
1352 |
-
height: 3px;
|
1353 |
-
background: #fff;
|
1354 |
-
opacity: 0;
|
1355 |
-
-webkit-transform: translate3d(0, 100%, 0);
|
1356 |
-
transform: translate3d(0, 100%, 0);
|
1357 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1358 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1359 |
-
transition: opacity 0.35s, transform 0.35s;
|
1360 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1361 |
-
}
|
1362 |
-
|
1363 |
-
.premium-banner-animation10:hover .premium-banner-ib-title,
|
1364 |
-
.premium-banner-animation10.active .premium-banner-ib-title {
|
1365 |
-
-webkit-transform: translate3d(0, 0, 0);
|
1366 |
-
transform: translate3d(0, 0, 0);
|
1367 |
-
}
|
1368 |
-
|
1369 |
-
.premium-banner-animation10:hover .premium-banner-ib-title::after,
|
1370 |
-
.premium-banner-animation10.active .premium-banner-ib-title::after {
|
1371 |
-
opacity: 1;
|
1372 |
-
-webkit-transform: translate3d(0, 0, 0);
|
1373 |
-
transform: translate3d(0, 0, 0);
|
1374 |
-
}
|
1375 |
-
|
1376 |
-
.premium-banner-animation10 .premium-banner-ib-content,
|
1377 |
-
.premium-banner-animation10 .premium-banner-read-more {
|
1378 |
-
padding-top: 15px;
|
1379 |
-
opacity: 0;
|
1380 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1381 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1382 |
-
transition: opacity 0.35s, transform 0.35s;
|
1383 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1384 |
-
-webkit-transform: translate3d(0, 100%, 0);
|
1385 |
-
transform: translate3d(0, 100%, 0);
|
1386 |
-
}
|
1387 |
-
|
1388 |
-
.premium-banner-animation10 .premium-banner-read-more {
|
1389 |
-
padding: 0;
|
1390 |
-
}
|
1391 |
-
|
1392 |
-
.premium-banner-animation10:hover .premium-banner-ib-content,
|
1393 |
-
.premium-banner-animation10.active .premium-banner-ib-content,
|
1394 |
-
.premium-banner-animation10:hover .premium-banner-read-more,
|
1395 |
-
.premium-banner-animation10.active .premium-banner-read-more {
|
1396 |
-
opacity: 1;
|
1397 |
-
-webkit-transform: translate3d(0, 0, 0);
|
1398 |
-
transform: translate3d(0, 0, 0);
|
1399 |
-
}
|
1400 |
-
|
1401 |
-
.premium-banner-animation11 {
|
1402 |
-
-webkit-transition: -webkit-transform 1s ease-out;
|
1403 |
-
transition: -webkit-transform 1s ease-out;
|
1404 |
-
transition: transform 1s ease-out;
|
1405 |
-
transition: transform 1s ease-out, -webkit-transform 1s ease-out;
|
1406 |
-
-webkit-transition-delay: 0.125s;
|
1407 |
-
transition-delay: 0.125s;
|
1408 |
-
}
|
1409 |
-
|
1410 |
-
.premium-banner-animation11 .premium-banner-ib-desc {
|
1411 |
-
position: absolute;
|
1412 |
-
z-index: 5;
|
1413 |
-
-webkit-transform: translate3d(30px, 0, 0);
|
1414 |
-
transform: translate3d(30px, 0, 0);
|
1415 |
-
opacity: 0;
|
1416 |
-
top: auto;
|
1417 |
-
bottom: 0;
|
1418 |
-
min-height: 25%;
|
1419 |
-
height: auto;
|
1420 |
-
max-height: 100%;
|
1421 |
-
text-align: left;
|
1422 |
-
padding: 30px;
|
1423 |
-
-webkit-transition: all 0.6s ease-out;
|
1424 |
-
transition: all 0.6s ease-out;
|
1425 |
-
}
|
1426 |
-
|
1427 |
-
.premium-banner-animation11 img {
|
1428 |
-
width: 100%;
|
1429 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1430 |
-
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1431 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
1432 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1433 |
-
}
|
1434 |
-
|
1435 |
-
.premium-banner-animation11 .premium-banner-ib-title {
|
1436 |
-
margin-bottom: 10px;
|
1437 |
-
}
|
1438 |
-
|
1439 |
-
.premium-banner-animation11 .premium-banner-gradient {
|
1440 |
-
position: absolute;
|
1441 |
-
left: 0;
|
1442 |
-
top: 0;
|
1443 |
-
right: 0;
|
1444 |
-
bottom: 0;
|
1445 |
-
}
|
1446 |
-
|
1447 |
-
.premium-banner-animation11 .premium-banner-gradient:after,
|
1448 |
-
.premium-banner-animation11 .premium-banner-gradient:before {
|
1449 |
-
position: absolute;
|
1450 |
-
content: "";
|
1451 |
-
left: 0;
|
1452 |
-
top: 0;
|
1453 |
-
right: 0;
|
1454 |
-
bottom: 0;
|
1455 |
-
-webkit-transform: translate3d(100%, 0, 0);
|
1456 |
-
transform: translate3d(100%, 0, 0);
|
1457 |
-
background-image: -webkit-linear-gradient(-40deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
|
1458 |
-
background-image: -webkit-linear-gradient(130deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
|
1459 |
-
background-image: linear-gradient(-40deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
|
1460 |
-
z-index: 2;
|
1461 |
-
}
|
1462 |
-
|
1463 |
-
.premium-banner-animation11 .premium-banner-gradient:before {
|
1464 |
-
mix-blend-mode: color;
|
1465 |
-
}
|
1466 |
-
|
1467 |
-
.premium-banner-animation11 .premium-banner-gradient:after {
|
1468 |
-
mix-blend-mode: multiply;
|
1469 |
-
}
|
1470 |
-
|
1471 |
-
.premium-banner-animation11:hover .premium-banner-ib-desc,
|
1472 |
-
.premium-banner-animation11.active .premium-banner-ib-desc {
|
1473 |
-
opacity: 1;
|
1474 |
-
-webkit-transform: translate3d(0, 0, 0);
|
1475 |
-
transform: translate3d(0, 0, 0);
|
1476 |
-
}
|
1477 |
-
|
1478 |
-
.premium-banner-animation11:hover .premium-banner-gradient:after,
|
1479 |
-
.premium-banner-animation11:hover .premium-banner-gradient:before,
|
1480 |
-
.premium-banner-animation11.active .premium-banner-gradient:after,
|
1481 |
-
.premium-banner-animation11.active .premium-banner-gradient:before {
|
1482 |
-
-webkit-transform: translate3d(0, 0, 0);
|
1483 |
-
transform: translate3d(0, 0, 0);
|
1484 |
-
}
|
1485 |
-
|
1486 |
-
.premium-banner-animation11.zoomout img,
|
1487 |
-
.premium-banner-animation11.scale img {
|
1488 |
-
-webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
|
1489 |
-
transform: translate3d(-10px, 0, 0) scale(1.1);
|
1490 |
-
}
|
1491 |
-
|
1492 |
-
/************ Premium Countdown ************/
|
1493 |
-
/*******************************************/
|
1494 |
-
.premium-countdown {
|
1495 |
-
-js-display: flex;
|
1496 |
-
display: -webkit-box;
|
1497 |
-
display: -webkit-flex;
|
1498 |
-
display: -moz-box;
|
1499 |
-
display: -ms-flexbox;
|
1500 |
-
display: flex;
|
1501 |
-
text-align: center;
|
1502 |
-
}
|
1503 |
-
|
1504 |
-
.countdown-row {
|
1505 |
-
display: block;
|
1506 |
-
text-align: center;
|
1507 |
-
}
|
1508 |
-
|
1509 |
-
.countdown .countdown-section {
|
1510 |
-
display: inline-block;
|
1511 |
-
max-width: 100%;
|
1512 |
-
margin-bottom: 15px;
|
1513 |
-
-js-display: inline-flex;
|
1514 |
-
display: -webkit-inline-box;
|
1515 |
-
display: -webkit-inline-flex;
|
1516 |
-
display: -moz-inline-box;
|
1517 |
-
display: -ms-inline-flexbox;
|
1518 |
-
display: inline-flex;
|
1519 |
-
-webkit-box-align: center;
|
1520 |
-
-webkit-align-items: center;
|
1521 |
-
-moz-box-align: center;
|
1522 |
-
-ms-flex-align: center;
|
1523 |
-
align-items: center;
|
1524 |
-
}
|
1525 |
-
|
1526 |
-
.countdown .countdown-section:last-child {
|
1527 |
-
margin-left: 0;
|
1528 |
-
}
|
1529 |
-
|
1530 |
-
.countdown span.countdown-amount {
|
1531 |
-
font-size: 70px;
|
1532 |
-
line-height: 1;
|
1533 |
-
padding: 40px;
|
1534 |
-
}
|
1535 |
-
|
1536 |
-
.countdown .pre_time-mid {
|
1537 |
-
display: block;
|
1538 |
-
}
|
1539 |
-
|
1540 |
-
.premium-countdown-separator-yes .countdown_separator {
|
1541 |
-
display: block;
|
1542 |
-
margin: 0 50px;
|
1543 |
-
font-size: 30px;
|
1544 |
-
}
|
1545 |
-
|
1546 |
-
.premium-countdown-separator-yes .countdown-row .countdown-section:last-child .countdown_separator,
|
1547 |
-
.premium-countdown-separator-yes .premium-countdown-block:last-child .countdown_separator {
|
1548 |
-
display: none;
|
1549 |
-
}
|
1550 |
-
|
1551 |
-
/**
|
1552 |
-
* Digit and unit styles
|
1553 |
-
*/
|
1554 |
-
.side .countdown-section .countdown-period {
|
1555 |
-
vertical-align: bottom;
|
1556 |
-
}
|
1557 |
-
|
1558 |
-
.countdown .countdown-section .countdown-period {
|
1559 |
-
font-size: 17px;
|
1560 |
-
line-height: 3em;
|
1561 |
-
}
|
1562 |
-
|
1563 |
-
.side .countdown-section .countdown-amount,
|
1564 |
-
.side .countdown-section .countdown-period {
|
1565 |
-
display: inline-block;
|
1566 |
-
}
|
1567 |
-
|
1568 |
-
.side .countdown-section .countdown-amount {
|
1569 |
-
margin-left: 5px;
|
1570 |
-
}
|
1571 |
-
|
1572 |
-
.down .countdown-section .countdown-amount,
|
1573 |
-
.down .countdown-section .countdown-period {
|
1574 |
-
display: block;
|
1575 |
-
}
|
1576 |
-
|
1577 |
-
/**
|
1578 |
-
* Flip Layout
|
1579 |
-
*/
|
1580 |
-
.premium-countdown-flip .premium-countdown-block {
|
1581 |
-
text-align: center;
|
1582 |
-
-js-display: inline-flex;
|
1583 |
-
display: -webkit-inline-box;
|
1584 |
-
display: -webkit-inline-flex;
|
1585 |
-
display: -moz-inline-box;
|
1586 |
-
display: -ms-inline-flexbox;
|
1587 |
-
display: inline-flex;
|
1588 |
-
-webkit-box-align: center;
|
1589 |
-
-webkit-align-items: center;
|
1590 |
-
-moz-box-align: center;
|
1591 |
-
-ms-flex-align: center;
|
1592 |
-
align-items: center;
|
1593 |
-
}
|
1594 |
-
|
1595 |
-
.premium-countdown-flip .premium-countdown-block:last-child {
|
1596 |
-
margin-left: 0;
|
1597 |
-
}
|
1598 |
-
|
1599 |
-
.premium-countdown-flip .premium-countdown-label {
|
1600 |
-
overflow: hidden;
|
1601 |
-
color: #1a1a1a;
|
1602 |
-
text-transform: uppercase;
|
1603 |
-
}
|
1604 |
-
|
1605 |
-
.premium-countdown-flip .premium-countdown-figure {
|
1606 |
-
position: relative;
|
1607 |
-
height: 110px;
|
1608 |
-
width: 100px;
|
1609 |
-
line-height: 107px;
|
1610 |
-
background-color: #fff;
|
1611 |
-
-webkit-border-radius: 10px;
|
1612 |
-
border-radius: 10px;
|
1613 |
-
-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset -2px 4px 0 0 rgba(255, 255, 255, 0.08);
|
1614 |
-
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset -2px 4px 0 0 rgba(255, 255, 255, 0.08);
|
1615 |
-
}
|
1616 |
-
|
1617 |
-
.premium-countdown-flip .premium-countdown-figure:last-child {
|
1618 |
-
margin-left: 0;
|
1619 |
-
}
|
1620 |
-
|
1621 |
-
.premium-countdown-flip .premium-countdown-figure>span {
|
1622 |
-
position: absolute;
|
1623 |
-
right: 0;
|
1624 |
-
left: 0;
|
1625 |
-
margin: auto;
|
1626 |
-
font-weight: 700;
|
1627 |
-
}
|
1628 |
-
|
1629 |
-
.premium-countdown-flip .premium-countdown-figure .top {
|
1630 |
-
z-index: 3;
|
1631 |
-
-webkit-transform-origin: 50% 100%;
|
1632 |
-
-ms-transform-origin: 50% 100%;
|
1633 |
-
transform-origin: 50% 100%;
|
1634 |
-
-webkit-transform: perspective(200px);
|
1635 |
-
transform: perspective(200px);
|
1636 |
-
-webkit-backface-visibility: hidden;
|
1637 |
-
backface-visibility: hidden;
|
1638 |
-
}
|
1639 |
-
|
1640 |
-
.premium-countdown-flip .premium-countdown-figure .bottom {
|
1641 |
-
z-index: 1;
|
1642 |
-
}
|
1643 |
-
|
1644 |
-
.premium-countdown-flip .premium-countdown-figure .bottom::before {
|
1645 |
-
content: "";
|
1646 |
-
position: absolute;
|
1647 |
-
display: block;
|
1648 |
-
top: 0;
|
1649 |
-
right: 0;
|
1650 |
-
width: 100%;
|
1651 |
-
height: 50%;
|
1652 |
-
background-color: rgba(0, 0, 0, 0.02);
|
1653 |
-
}
|
1654 |
-
|
1655 |
-
.premium-countdown-flip .premium-countdown-figure .top-back {
|
1656 |
-
-webkit-backface-visibility: hidden;
|
1657 |
-
backface-visibility: hidden;
|
1658 |
-
z-index: 4;
|
1659 |
-
bottom: 0;
|
1660 |
-
-webkit-transform-origin: 50% 0;
|
1661 |
-
-ms-transform-origin: 50% 0;
|
1662 |
-
transform-origin: 50% 0;
|
1663 |
-
-webkit-transform: perspective(200px) rotateX(180deg);
|
1664 |
-
transform: perspective(200px) rotateX(180deg);
|
1665 |
-
}
|
1666 |
-
|
1667 |
-
.premium-countdown-flip .premium-countdown-figure .top-back span {
|
1668 |
-
position: absolute;
|
1669 |
-
top: -100%;
|
1670 |
-
right: 0;
|
1671 |
-
left: 0;
|
1672 |
-
margin: auto;
|
1673 |
-
}
|
1674 |
-
|
1675 |
-
.premium-countdown-flip .premium-countdown-figure .bottom-back {
|
1676 |
-
z-index: 2;
|
1677 |
-
top: 0;
|
1678 |
-
}
|
1679 |
-
|
1680 |
-
.premium-countdown-flip .premium-countdown-figure .bottom-back span {
|
1681 |
-
position: absolute;
|
1682 |
-
top: 0;
|
1683 |
-
right: 0;
|
1684 |
-
left: 0;
|
1685 |
-
margin: auto;
|
1686 |
-
}
|
1687 |
-
|
1688 |
-
.premium-countdown-flip .premium-countdown-figure .top,
|
1689 |
-
.premium-countdown-flip .premium-countdown-figure .bottom-back,
|
1690 |
-
.premium-countdown-flip .premium-countdown-figure .top-back {
|
1691 |
-
height: 50%;
|
1692 |
-
overflow: hidden;
|
1693 |
-
background-color: #f7f7f7;
|
1694 |
-
-webkit-border-top-right-radius: 10px;
|
1695 |
-
border-top-right-radius: 10px;
|
1696 |
-
-webkit-border-top-left-radius: 10px;
|
1697 |
-
border-top-left-radius: 10px;
|
1698 |
-
}
|
1699 |
-
|
1700 |
-
.premium-countdown-flip .premium-countdown-figure .top-back {
|
1701 |
-
-webkit-border-bottom-right-radius: 10px;
|
1702 |
-
border-bottom-right-radius: 10px;
|
1703 |
-
-webkit-border-bottom-left-radius: 10px;
|
1704 |
-
border-bottom-left-radius: 10px;
|
1705 |
-
}
|
1706 |
-
|
1707 |
-
.premium-countdown-flip .premium-countdown-figure .top::after,
|
1708 |
-
.premium-countdown-flip .premium-countdown-figure .bottom-back::after {
|
1709 |
-
content: "";
|
1710 |
-
position: absolute;
|
1711 |
-
z-index: -1;
|
1712 |
-
right: 0;
|
1713 |
-
bottom: 0;
|
1714 |
-
width: 100%;
|
1715 |
-
height: 100%;
|
1716 |
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
1717 |
-
}
|
1718 |
-
|
1719 |
-
.side .premium-countdown-figure,
|
1720 |
-
.side .premium-countdown-label {
|
1721 |
-
display: inline-block;
|
1722 |
-
}
|
1723 |
-
|
1724 |
-
.side .premium-countdown-figure {
|
1725 |
-
margin-left: 5px;
|
1726 |
-
}
|
1727 |
-
|
1728 |
-
.down .premium-countdown-figure,
|
1729 |
-
.down .premium-countdown-label {
|
1730 |
-
display: block;
|
1731 |
-
}
|
1732 |
-
|
1733 |
-
.down .premium-countdown-label {
|
1734 |
-
width: 100%;
|
1735 |
-
}
|
1736 |
-
|
1737 |
-
/**************** Premium Carousel **************/
|
1738 |
-
/************************************************/
|
1739 |
-
.premium-carousel-wrapper a.carousel-arrow,
|
1740 |
-
.premium-carousel-wrapper a.ver-carousel-arrow,
|
1741 |
-
.premium-fb-rev-container a.carousel-arrow,
|
1742 |
-
.premium-tabs-nav-list a.carousel-arrow,
|
1743 |
-
.premium-blog-wrap a.carousel-arrow,
|
1744 |
-
.premium-hscroll-wrap a.carousel-arrow,
|
1745 |
-
.premium-twitter-feed-wrapper a.carousel-arrow,
|
1746 |
-
.premium-facebook-feed-wrapper a.carousel-arrow,
|
1747 |
-
.premium-instafeed-container a.carousel-arrow,
|
1748 |
-
.premium-persons-container a.carousel-arrow
|
1749 |
-
|
1750 |
-
display: -
|
1751 |
-
display: -
|
1752 |
-
display: -
|
1753 |
-
|
1754 |
-
display:
|
1755 |
-
display: -
|
1756 |
-
display:
|
1757 |
-
|
1758 |
-
-webkit-align
|
1759 |
-
-
|
1760 |
-
-
|
1761 |
-
align
|
1762 |
-
-
|
1763 |
-
-webkit-
|
1764 |
-
-
|
1765 |
-
-
|
1766 |
-
|
1767 |
-
|
1768 |
-
|
1769 |
-
|
1770 |
-
|
1771 |
-
|
1772 |
-
|
1773 |
-
|
1774 |
-
|
1775 |
-
transition: all 0.3s ease-in-out;
|
1776 |
-
-
|
1777 |
-
|
1778 |
-
|
1779 |
-
box-shadow: none;
|
1780 |
-
|
1781 |
-
|
1782 |
-
|
1783 |
-
.premium-carousel-wrapper a.
|
1784 |
-
|
1785 |
-
transition: all 0.3s ease-in-out;
|
1786 |
-
|
1787 |
-
|
1788 |
-
|
1789 |
-
|
1790 |
-
|
1791 |
-
|
1792 |
-
|
1793 |
-
|
1794 |
-
|
1795 |
-
|
1796 |
-
|
1797 |
-
|
1798 |
-
box-shadow: none !important;
|
1799 |
-
|
1800 |
-
|
1801 |
-
|
1802 |
-
|
1803 |
-
|
1804 |
-
|
1805 |
-
|
1806 |
-
.premium-
|
1807 |
-
.premium-
|
1808 |
-
.premium-
|
1809 |
-
.premium-
|
1810 |
-
.premium-
|
1811 |
-
.premium-
|
1812 |
-
.premium-
|
1813 |
-
.premium-
|
1814 |
-
|
1815 |
-
|
1816 |
-
|
1817 |
-
transform: translateY(-50%);
|
1818 |
-
|
1819 |
-
|
1820 |
-
|
1821 |
-
|
1822 |
-
|
1823 |
-
|
1824 |
-
transform: translateX(50%);
|
1825 |
-
|
1826 |
-
|
1827 |
-
|
1828 |
-
|
1829 |
-
|
1830 |
-
|
1831 |
-
|
1832 |
-
|
1833 |
-
|
1834 |
-
|
1835 |
-
|
1836 |
-
|
1837 |
-
|
1838 |
-
|
1839 |
-
|
1840 |
-
|
1841 |
-
|
1842 |
-
|
1843 |
-
|
1844 |
-
|
1845 |
-
|
1846 |
-
|
1847 |
-
|
1848 |
-
|
1849 |
-
|
1850 |
-
|
1851 |
-
|
1852 |
-
|
1853 |
-
border:
|
1854 |
-
|
1855 |
-
|
1856 |
-
|
1857 |
-
|
1858 |
-
|
1859 |
-
|
1860 |
-
|
1861 |
-
|
1862 |
-
.premium-
|
1863 |
-
|
1864 |
-
|
1865 |
-
|
1866 |
-
|
1867 |
-
|
1868 |
-
|
1869 |
-
|
1870 |
-
|
1871 |
-
|
1872 |
-
|
1873 |
-
|
1874 |
-
|
1875 |
-
|
1876 |
-
display: -ms-
|
1877 |
-
|
1878 |
-
display: -
|
1879 |
-
display: -
|
1880 |
-
display: flex;
|
1881 |
-
|
1882 |
-
|
1883 |
-
|
1884 |
-
|
1885 |
-
-webkit-
|
1886 |
-
-
|
1887 |
-
|
1888 |
-
-
|
1889 |
-
-
|
1890 |
-
-
|
1891 |
-
|
1892 |
-
|
1893 |
-
|
1894 |
-
|
1895 |
-
|
1896 |
-
|
1897 |
-
|
1898 |
-
|
1899 |
-
|
1900 |
-
display: -
|
1901 |
-
display: inline-
|
1902 |
-
-
|
1903 |
-
-
|
1904 |
-
|
1905 |
-
-
|
1906 |
-
justify-content: center;
|
1907 |
-
-
|
1908 |
-
-
|
1909 |
-
-
|
1910 |
-
-
|
1911 |
-
align-items: center;
|
1912 |
-
|
1913 |
-
|
1914 |
-
|
1915 |
-
|
1916 |
-
|
1917 |
-
|
1918 |
-
|
1919 |
-
|
1920 |
-
|
1921 |
-
|
1922 |
-
|
1923 |
-
|
1924 |
-
|
1925 |
-
|
1926 |
-
|
1927 |
-
|
1928 |
-
|
1929 |
-
|
1930 |
-
|
1931 |
-
|
1932 |
-
|
1933 |
-
|
1934 |
-
|
1935 |
-
|
1936 |
-
|
1937 |
-
|
1938 |
-
|
1939 |
-
|
1940 |
-
|
1941 |
-
|
1942 |
-
|
1943 |
-
|
1944 |
-
|
1945 |
-
|
1946 |
-
|
1947 |
-
|
1948 |
-
|
1949 |
-
|
1950 |
-
|
1951 |
-
|
1952 |
-
|
1953 |
-
|
1954 |
-
|
1955 |
-
|
1956 |
-
|
1957 |
-
|
1958 |
-
|
1959 |
-
|
1960 |
-
|
1961 |
-
|
1962 |
-
|
1963 |
-
|
1964 |
-
|
1965 |
-
|
1966 |
-
|
1967 |
-
|
1968 |
-
|
1969 |
-
|
1970 |
-
|
1971 |
-
|
1972 |
-
|
1973 |
-
|
1974 |
-
|
1975 |
-
|
1976 |
-
|
1977 |
-
|
1978 |
-
|
1979 |
-
|
1980 |
-
|
1981 |
-
|
1982 |
-
|
1983 |
-
|
1984 |
-
|
1985 |
-
|
1986 |
-
|
1987 |
-
|
1988 |
-
|
1989 |
-
|
1990 |
-
|
1991 |
-
|
1992 |
-
|
1993 |
-
|
1994 |
-
|
1995 |
-
|
1996 |
-
|
1997 |
-
|
1998 |
-
|
1999 |
-
|
2000 |
-
|
2001 |
-
|
2002 |
-
|
2003 |
-
|
2004 |
-
-webkit-
|
2005 |
-
|
2006 |
-
|
2007 |
-
|
2008 |
-
.
|
2009 |
-
|
2010 |
-
|
2011 |
-
|
2012 |
-
|
2013 |
-
|
2014 |
-
|
2015 |
-
|
2016 |
-
|
2017 |
-
|
2018 |
-
|
2019 |
-
|
2020 |
-
|
2021 |
-
|
2022 |
-
|
2023 |
-
|
2024 |
-
|
2025 |
-
display:
|
2026 |
-
display: -
|
2027 |
-
display: flex;
|
2028 |
-
-
|
2029 |
-
-
|
2030 |
-
|
2031 |
-
-
|
2032 |
-
justify-content: center;
|
2033 |
-
-
|
2034 |
-
-
|
2035 |
-
-
|
2036 |
-
-
|
2037 |
-
align-items: center;
|
2038 |
-
|
2039 |
-
|
2040 |
-
|
2041 |
-
|
2042 |
-
|
2043 |
-
|
2044 |
-
-
|
2045 |
-
-
|
2046 |
-
-
|
2047 |
-
|
2048 |
-
|
2049 |
-
|
2050 |
-
|
2051 |
-
|
2052 |
-
|
2053 |
-
|
2054 |
-
-
|
2055 |
-
-
|
2056 |
-
-
|
2057 |
-
|
2058 |
-
|
2059 |
-
|
2060 |
-
|
2061 |
-
|
2062 |
-
|
2063 |
-
|
2064 |
-
|
2065 |
-
|
2066 |
-
|
2067 |
-
|
2068 |
-
|
2069 |
-
|
2070 |
-
|
2071 |
-
|
2072 |
-
|
2073 |
-
|
2074 |
-
|
2075 |
-
|
2076 |
-
|
2077 |
-
|
2078 |
-
|
2079 |
-
|
2080 |
-
|
2081 |
-
|
2082 |
-
|
2083 |
-
|
2084 |
-
|
2085 |
-
|
2086 |
-
|
2087 |
-
|
2088 |
-
|
2089 |
-
|
2090 |
-
|
2091 |
-
|
2092 |
-
|
2093 |
-
|
2094 |
-
|
2095 |
-
|
2096 |
-
|
2097 |
-
|
2098 |
-
|
2099 |
-
|
2100 |
-
|
2101 |
-
display:
|
2102 |
-
display: -
|
2103 |
-
display: flex;
|
2104 |
-
-
|
2105 |
-
-
|
2106 |
-
|
2107 |
-
-
|
2108 |
-
align-items: center;
|
2109 |
-
|
2110 |
-
|
2111 |
-
|
2112 |
-
|
2113 |
-
|
2114 |
-
|
2115 |
-
display:
|
2116 |
-
display: -
|
2117 |
-
display: flex;
|
2118 |
-
|
2119 |
-
|
2120 |
-
|
2121 |
-
|
2122 |
-
|
2123 |
-
|
2124 |
-
-
|
2125 |
-
align-items: center;
|
2126 |
-
|
2127 |
-
|
2128 |
-
|
2129 |
-
|
2130 |
-
|
2131 |
-
|
2132 |
-
|
2133 |
-
|
2134 |
-
|
2135 |
-
|
2136 |
-
|
2137 |
-
|
2138 |
-
|
2139 |
-
|
2140 |
-
|
2141 |
-
|
2142 |
-
|
2143 |
-
|
2144 |
-
|
2145 |
-
|
2146 |
-
|
2147 |
-
|
2148 |
-
|
2149 |
-
|
2150 |
-
|
2151 |
-
|
2152 |
-
|
2153 |
-
|
2154 |
-
|
2155 |
-
|
2156 |
-
mask-
|
2157 |
-
|
2158 |
-
|
2159 |
-
|
2160 |
-
|
2161 |
-
|
2162 |
-
|
2163 |
-
|
2164 |
-
|
2165 |
-
|
2166 |
-
|
2167 |
-
|
2168 |
-
|
2169 |
-
|
2170 |
-
|
2171 |
-
|
2172 |
-
|
2173 |
-
|
2174 |
-
a.premium-image-separator-link:
|
2175 |
-
|
2176 |
-
|
2177 |
-
|
2178 |
-
|
2179 |
-
|
2180 |
-
|
2181 |
-
|
2182 |
-
|
2183 |
-
|
2184 |
-
|
2185 |
-
|
2186 |
-
|
2187 |
-
|
2188 |
-
|
2189 |
-
|
2190 |
-
|
2191 |
-
|
2192 |
-
|
2193 |
-
|
2194 |
-
|
2195 |
-
|
2196 |
-
|
2197 |
-
|
2198 |
-
|
2199 |
-
|
2200 |
-
|
2201 |
-
|
2202 |
-
|
2203 |
-
|
2204 |
-
|
2205 |
-
|
2206 |
-
-
|
2207 |
-
|
2208 |
-
|
2209 |
-
-
|
2210 |
-
-
|
2211 |
-
|
2212 |
-
user-select: none;
|
2213 |
-
|
2214 |
-
|
2215 |
-
|
2216 |
-
|
2217 |
-
|
2218 |
-
|
2219 |
-
|
2220 |
-
|
2221 |
-
|
2222 |
-
|
2223 |
-
.
|
2224 |
-
|
2225 |
-
|
2226 |
-
|
2227 |
-
|
2228 |
-
|
2229 |
-
|
2230 |
-
|
2231 |
-
|
2232 |
-
|
2233 |
-
|
2234 |
-
|
2235 |
-
|
2236 |
-
|
2237 |
-
|
2238 |
-
|
2239 |
-
|
2240 |
-
|
2241 |
-
|
2242 |
-
|
2243 |
-
|
2244 |
-
|
2245 |
-
|
2246 |
-
|
2247 |
-
|
2248 |
-
|
2249 |
-
|
2250 |
-
|
2251 |
-
|
2252 |
-
|
2253 |
-
|
2254 |
-
|
2255 |
-
|
2256 |
-
|
2257 |
-
|
2258 |
-
|
2259 |
-
|
2260 |
-
|
2261 |
-
|
2262 |
-
|
2263 |
-
|
2264 |
-
|
2265 |
-
|
2266 |
-
-
|
2267 |
-
align-items: center;
|
2268 |
-
-
|
2269 |
-
-
|
2270 |
-
-
|
2271 |
-
-
|
2272 |
-
justify-content: center;
|
2273 |
-
|
2274 |
-
|
2275 |
-
|
2276 |
-
|
2277 |
-
|
2278 |
-
|
2279 |
-
|
2280 |
-
|
2281 |
-
|
2282 |
-
display:
|
2283 |
-
display: -
|
2284 |
-
display: flex;
|
2285 |
-
-
|
2286 |
-
-
|
2287 |
-
|
2288 |
-
-
|
2289 |
-
-
|
2290 |
-
-
|
2291 |
-
|
2292 |
-
|
2293 |
-
|
2294 |
-
|
2295 |
-
|
2296 |
-
|
2297 |
-
|
2298 |
-
|
2299 |
-
|
2300 |
-
|
2301 |
-
|
2302 |
-
|
2303 |
-
|
2304 |
-
|
2305 |
-
|
2306 |
-
|
2307 |
-
|
2308 |
-
|
2309 |
-
|
2310 |
-
.
|
2311 |
-
|
2312 |
-
|
2313 |
-
|
2314 |
-
|
2315 |
-
|
2316 |
-
|
2317 |
-
|
2318 |
-
|
2319 |
-
|
2320 |
-
|
2321 |
-
|
2322 |
-
|
2323 |
-
|
2324 |
-
|
2325 |
-
|
2326 |
-
|
2327 |
-
|
2328 |
-
|
2329 |
-
|
2330 |
-
|
2331 |
-
|
2332 |
-
|
2333 |
-
|
2334 |
-
|
2335 |
-
|
2336 |
-
|
2337 |
-
display:
|
2338 |
-
display: -
|
2339 |
-
display: flex !important;
|
2340 |
-
|
2341 |
-
|
2342 |
-
|
2343 |
-
|
2344 |
-
|
2345 |
-
|
2346 |
-
display:
|
2347 |
-
display: -
|
2348 |
-
display: flex;
|
2349 |
-
-
|
2350 |
-
|
2351 |
-
|
2352 |
-
-
|
2353 |
-
justify-content: space-between;
|
2354 |
-
-
|
2355 |
-
-
|
2356 |
-
-
|
2357 |
-
-
|
2358 |
-
align-items: center;
|
2359 |
-
|
2360 |
-
|
2361 |
-
|
2362 |
-
|
2363 |
-
|
2364 |
-
|
2365 |
-
|
2366 |
-
|
2367 |
-
|
2368 |
-
|
2369 |
-
|
2370 |
-
|
2371 |
-
display:
|
2372 |
-
display: -
|
2373 |
-
display: flex;
|
2374 |
-
-
|
2375 |
-
-
|
2376 |
-
|
2377 |
-
-
|
2378 |
-
align-items: center;
|
2379 |
-
|
2380 |
-
|
2381 |
-
|
2382 |
-
|
2383 |
-
|
2384 |
-
|
2385 |
-
|
2386 |
-
|
2387 |
-
|
2388 |
-
|
2389 |
-
|
2390 |
-
|
2391 |
-
|
2392 |
-
|
2393 |
-
|
2394 |
-
|
2395 |
-
|
2396 |
-
|
2397 |
-
|
2398 |
-
|
2399 |
-
|
2400 |
-
|
2401 |
-
|
2402 |
-
|
2403 |
-
|
2404 |
-
|
2405 |
-
|
2406 |
-
|
2407 |
-
|
2408 |
-
|
2409 |
-
|
2410 |
-
|
2411 |
-
|
2412 |
-
|
2413 |
-
|
2414 |
-
|
2415 |
-
|
2416 |
-
|
2417 |
-
|
2418 |
-
|
2419 |
-
|
2420 |
-
|
2421 |
-
display:
|
2422 |
-
display: -
|
2423 |
-
display: inline-flex;
|
2424 |
-
-
|
2425 |
-
-
|
2426 |
-
|
2427 |
-
-
|
2428 |
-
align-items: center;
|
2429 |
-
|
2430 |
-
-
|
2431 |
-
|
2432 |
-
|
2433 |
-
|
2434 |
-
.
|
2435 |
-
|
2436 |
-
|
2437 |
-
|
2438 |
-
-
|
2439 |
-
justify-content: center;
|
2440 |
-
|
2441 |
-
|
2442 |
-
|
2443 |
-
|
2444 |
-
|
2445 |
-
|
2446 |
-
|
2447 |
-
|
2448 |
-
|
2449 |
-
|
2450 |
-
|
2451 |
-
|
2452 |
-
|
2453 |
-
|
2454 |
-
|
2455 |
-
|
2456 |
-
|
2457 |
-
|
2458 |
-
|
2459 |
-
|
2460 |
-
|
2461 |
-
|
2462 |
-
|
2463 |
-
|
2464 |
-
|
2465 |
-
|
2466 |
-
|
2467 |
-
|
2468 |
-
|
2469 |
-
|
2470 |
-
|
2471 |
-
|
2472 |
-
|
2473 |
-
|
2474 |
-
|
2475 |
-
.premium-modal-
|
2476 |
-
.premium-modal-
|
2477 |
-
|
2478 |
-
|
2479 |
-
|
2480 |
-
|
2481 |
-
|
2482 |
-
|
2483 |
-
|
2484 |
-
|
2485 |
-
|
2486 |
-
|
2487 |
-
|
2488 |
-
|
2489 |
-
|
2490 |
-
|
2491 |
-
|
2492 |
-
|
2493 |
-
|
2494 |
-
|
2495 |
-
|
2496 |
-
|
2497 |
-
|
2498 |
-
|
2499 |
-
|
2500 |
-
|
2501 |
-
|
2502 |
-
|
2503 |
-
|
2504 |
-
|
2505 |
-
|
2506 |
-
|
2507 |
-
|
2508 |
-
|
2509 |
-
|
2510 |
-
|
2511 |
-
|
2512 |
-
|
2513 |
-
|
2514 |
-
|
2515 |
-
|
2516 |
-
-
|
2517 |
-
|
2518 |
-
|
2519 |
-
|
2520 |
-
|
2521 |
-
|
2522 |
-
|
2523 |
-
|
2524 |
-
|
2525 |
-
|
2526 |
-
display:
|
2527 |
-
display: -
|
2528 |
-
display: flex;
|
2529 |
-
|
2530 |
-
-
|
2531 |
-
|
2532 |
-
|
2533 |
-
|
2534 |
-
|
2535 |
-
|
2536 |
-
|
2537 |
-
|
2538 |
-
|
2539 |
-
|
2540 |
-
|
2541 |
-
|
2542 |
-
|
2543 |
-
|
2544 |
-
|
2545 |
-
|
2546 |
-
|
2547 |
-
|
2548 |
-
|
2549 |
-
|
2550 |
-
|
2551 |
-
|
2552 |
-
|
2553 |
-
|
2554 |
-
|
2555 |
-
|
2556 |
-
|
2557 |
-
|
2558 |
-
|
2559 |
-
|
2560 |
-
|
2561 |
-
|
2562 |
-
|
2563 |
-
|
2564 |
-
|
2565 |
-
|
2566 |
-
|
2567 |
-
|
2568 |
-
|
2569 |
-
|
2570 |
-
|
2571 |
-
|
2572 |
-
|
2573 |
-
|
2574 |
-
|
2575 |
-
|
2576 |
-
-
|
2577 |
-
|
2578 |
-
|
2579 |
-
|
2580 |
-
|
2581 |
-
|
2582 |
-
|
2583 |
-
|
2584 |
-
|
2585 |
-
rgba(255, 255, 255, 0.15)
|
2586 |
-
|
2587 |
-
transparent
|
2588 |
-
|
2589 |
-
|
2590 |
-
|
2591 |
-
transparent
|
2592 |
-
|
2593 |
-
rgba(255, 255, 255, 0.15)
|
2594 |
-
|
2595 |
-
transparent
|
2596 |
-
|
2597 |
-
|
2598 |
-
|
2599 |
-
transparent
|
2600 |
-
|
2601 |
-
rgba(255, 255, 255, 0.15)
|
2602 |
-
|
2603 |
-
transparent
|
2604 |
-
|
2605 |
-
|
2606 |
-
|
2607 |
-
|
2608 |
-
|
2609 |
-
|
2610 |
-
|
2611 |
-
|
2612 |
-
|
2613 |
-
|
2614 |
-
|
2615 |
-
|
2616 |
-
|
2617 |
-
|
2618 |
-
|
2619 |
-
|
2620 |
-
|
2621 |
-
|
2622 |
-
|
2623 |
-
|
2624 |
-
|
2625 |
-
|
2626 |
-
|
2627 |
-
|
2628 |
-
|
2629 |
-
|
2630 |
-
|
2631 |
-
|
2632 |
-
|
2633 |
-
|
2634 |
-
|
2635 |
-
|
2636 |
-
|
2637 |
-
|
2638 |
-
|
2639 |
-
|
2640 |
-
|
2641 |
-
|
2642 |
-
|
2643 |
-
|
2644 |
-
|
2645 |
-
|
2646 |
-
|
2647 |
-
|
2648 |
-
|
2649 |
-
|
2650 |
-
|
2651 |
-
|
2652 |
-
|
2653 |
-
|
2654 |
-
|
2655 |
-
|
2656 |
-
|
2657 |
-
|
2658 |
-
|
2659 |
-
|
2660 |
-
|
2661 |
-
|
2662 |
-
|
2663 |
-
|
2664 |
-
|
2665 |
-
|
2666 |
-
|
2667 |
-
|
2668 |
-
|
2669 |
-
|
2670 |
-
|
2671 |
-
|
2672 |
-
|
2673 |
-
|
2674 |
-
|
2675 |
-
-
|
2676 |
-
-
|
2677 |
-
|
2678 |
-
|
2679 |
-
|
2680 |
-
|
2681 |
-
|
2682 |
-
|
2683 |
-
|
2684 |
-
|
2685 |
-
|
2686 |
-
|
2687 |
-
|
2688 |
-
|
2689 |
-
|
2690 |
-
|
2691 |
-
|
2692 |
-
|
2693 |
-
|
2694 |
-
|
2695 |
-
|
2696 |
-
|
2697 |
-
|
2698 |
-
|
2699 |
-
|
2700 |
-
|
2701 |
-
|
2702 |
-
|
2703 |
-
|
2704 |
-
|
2705 |
-
|
2706 |
-
|
2707 |
-
|
2708 |
-
|
2709 |
-
|
2710 |
-
|
2711 |
-
|
2712 |
-
|
2713 |
-
|
2714 |
-
|
2715 |
-
|
2716 |
-
|
2717 |
-
border-
|
2718 |
-
-
|
2719 |
-
|
2720 |
-
|
2721 |
-
|
2722 |
-
|
2723 |
-
|
2724 |
-
|
2725 |
-
|
2726 |
-
|
2727 |
-
|
2728 |
-
|
2729 |
-
|
2730 |
-
|
2731 |
-
|
2732 |
-
|
2733 |
-
|
2734 |
-
|
2735 |
-
|
2736 |
-
|
2737 |
-
|
2738 |
-
|
2739 |
-
|
2740 |
-
|
2741 |
-
|
2742 |
-
|
2743 |
-
|
2744 |
-
|
2745 |
-
|
2746 |
-
|
2747 |
-
|
2748 |
-
|
2749 |
-
|
2750 |
-
|
2751 |
-
|
2752 |
-
display:
|
2753 |
-
display: -
|
2754 |
-
display: flex;
|
2755 |
-
-
|
2756 |
-
-
|
2757 |
-
|
2758 |
-
-
|
2759 |
-
-
|
2760 |
-
-
|
2761 |
-
|
2762 |
-
-
|
2763 |
-
-
|
2764 |
-
-
|
2765 |
-
-
|
2766 |
-
justify-content: center;
|
2767 |
-
-
|
2768 |
-
-
|
2769 |
-
-
|
2770 |
-
-
|
2771 |
-
align-items: center;
|
2772 |
-
|
2773 |
-
|
2774 |
-
|
2775 |
-
|
2776 |
-
|
2777 |
-
|
2778 |
-
|
2779 |
-
|
2780 |
-
|
2781 |
-
|
2782 |
-
|
2783 |
-
|
2784 |
-
|
2785 |
-
|
2786 |
-
|
2787 |
-
|
2788 |
-
|
2789 |
-
|
2790 |
-
|
2791 |
-
|
2792 |
-
|
2793 |
-
|
2794 |
-
|
2795 |
-
|
2796 |
-
|
2797 |
-
|
2798 |
-
|
2799 |
-
|
2800 |
-
|
2801 |
-
|
2802 |
-
|
2803 |
-
|
2804 |
-
|
2805 |
-
|
2806 |
-
|
2807 |
-
|
2808 |
-
|
2809 |
-
|
2810 |
-
|
2811 |
-
|
2812 |
-
|
2813 |
-
|
2814 |
-
|
2815 |
-
|
2816 |
-
|
2817 |
-
|
2818 |
-
|
2819 |
-
|
2820 |
-
|
2821 |
-
|
2822 |
-
|
2823 |
-
|
2824 |
-
|
2825 |
-
|
2826 |
-
|
2827 |
-
|
2828 |
-
|
2829 |
-
|
2830 |
-
|
2831 |
-
|
2832 |
-
|
2833 |
-
|
2834 |
-
|
2835 |
-
.
|
2836 |
-
|
2837 |
-
|
2838 |
-
|
2839 |
-
display:
|
2840 |
-
display: -
|
2841 |
-
display: flex;
|
2842 |
-
-
|
2843 |
-
-
|
2844 |
-
|
2845 |
-
-
|
2846 |
-
justify-content: center;
|
2847 |
-
-
|
2848 |
-
-
|
2849 |
-
-
|
2850 |
-
-
|
2851 |
-
align-items: center;
|
2852 |
-
|
2853 |
-
|
2854 |
-
|
2855 |
-
|
2856 |
-
|
2857 |
-
|
2858 |
-
|
2859 |
-
|
2860 |
-
|
2861 |
-
|
2862 |
-
|
2863 |
-
|
2864 |
-
|
2865 |
-
|
2866 |
-
|
2867 |
-
|
2868 |
-
|
2869 |
-
|
2870 |
-
|
2871 |
-
|
2872 |
-
|
2873 |
-
|
2874 |
-
|
2875 |
-
|
2876 |
-
|
2877 |
-
|
2878 |
-
|
2879 |
-
|
2880 |
-
|
2881 |
-
|
2882 |
-
|
2883 |
-
|
2884 |
-
|
2885 |
-
|
2886 |
-
|
2887 |
-
|
2888 |
-
|
2889 |
-
|
2890 |
-
|
2891 |
-
|
2892 |
-
|
2893 |
-
display: -ms-
|
2894 |
-
|
2895 |
-
display: -
|
2896 |
-
display: -
|
2897 |
-
display: flex;
|
2898 |
-
-webkit-box
|
2899 |
-
-
|
2900 |
-
|
2901 |
-
-
|
2902 |
-
-
|
2903 |
-
-
|
2904 |
-
|
2905 |
-
|
2906 |
-
|
2907 |
-
|
2908 |
-
|
2909 |
-
|
2910 |
-
|
2911 |
-
|
2912 |
-
|
2913 |
-
|
2914 |
-
|
2915 |
-
|
2916 |
-
|
2917 |
-
|
2918 |
-
|
2919 |
-
|
2920 |
-
|
2921 |
-
|
2922 |
-
|
2923 |
-
|
2924 |
-
|
2925 |
-
|
2926 |
-
|
2927 |
-
|
2928 |
-
|
2929 |
-
|
2930 |
-
|
2931 |
-
|
2932 |
-
|
2933 |
-
|
2934 |
-
|
2935 |
-
|
2936 |
-
|
2937 |
-
|
2938 |
-
|
2939 |
-
|
2940 |
-
|
2941 |
-
|
2942 |
-
|
2943 |
-
|
2944 |
-
|
2945 |
-
|
2946 |
-
|
2947 |
-
|
2948 |
-
|
2949 |
-
|
2950 |
-
|
2951 |
-
|
2952 |
-
|
2953 |
-
|
2954 |
-
|
2955 |
-
|
2956 |
-
|
2957 |
-
|
2958 |
-
|
2959 |
-
|
2960 |
-
|
2961 |
-
|
2962 |
-
|
2963 |
-
|
2964 |
-
|
2965 |
-
|
2966 |
-
|
2967 |
-
|
2968 |
-
|
2969 |
-
|
2970 |
-
|
2971 |
-
|
2972 |
-
|
2973 |
-
|
2974 |
-
|
2975 |
-
|
2976 |
-
|
2977 |
-
|
2978 |
-
|
2979 |
-
|
2980 |
-
|
2981 |
-
|
2982 |
-
|
2983 |
-
|
2984 |
-
|
2985 |
-
|
2986 |
-
|
2987 |
-
|
2988 |
-
|
2989 |
-
|
2990 |
-
|
2991 |
-
|
2992 |
-
|
2993 |
-
|
2994 |
-
|
2995 |
-
|
2996 |
-
|
2997 |
-
|
2998 |
-
|
2999 |
-
|
3000 |
-
|
3001 |
-
|
3002 |
-
|
3003 |
-
|
3004 |
-
|
3005 |
-
|
3006 |
-
|
3007 |
-
|
3008 |
-
|
3009 |
-
|
3010 |
-
-
|
3011 |
-
align-items: center;
|
3012 |
-
|
3013 |
-
|
3014 |
-
|
3015 |
-
|
3016 |
-
|
3017 |
-
|
3018 |
-
|
3019 |
-
|
3020 |
-
|
3021 |
-
|
3022 |
-
|
3023 |
-
|
3024 |
-
|
3025 |
-
|
3026 |
-
|
3027 |
-
|
3028 |
-
|
3029 |
-
|
3030 |
-
|
3031 |
-
|
3032 |
-
|
3033 |
-
|
3034 |
-
|
3035 |
-
|
3036 |
-
|
3037 |
-
|
3038 |
-
display:
|
3039 |
-
display: -
|
3040 |
-
display: flex;
|
3041 |
-
|
3042 |
-
|
3043 |
-
|
3044 |
-
|
3045 |
-
|
3046 |
-
|
3047 |
-
|
3048 |
-
|
3049 |
-
|
3050 |
-
|
3051 |
-
|
3052 |
-
|
3053 |
-
|
3054 |
-
|
3055 |
-
|
3056 |
-
display:
|
3057 |
-
display: -
|
3058 |
-
display: flex;
|
3059 |
-
|
3060 |
-
|
3061 |
-
|
3062 |
-
|
3063 |
-
|
3064 |
-
.premium-title-
|
3065 |
-
.premium-title-
|
3066 |
-
.premium-title-
|
3067 |
-
|
3068 |
-
|
3069 |
-
|
3070 |
-
display:
|
3071 |
-
display: -
|
3072 |
-
display: inline-flex;
|
3073 |
-
|
3074 |
-
|
3075 |
-
|
3076 |
-
|
3077 |
-
|
3078 |
-
|
3079 |
-
display:
|
3080 |
-
display: -
|
3081 |
-
display: inline-flex;
|
3082 |
-
-
|
3083 |
-
-
|
3084 |
-
-
|
3085 |
-
-
|
3086 |
-
-
|
3087 |
-
-
|
3088 |
-
|
3089 |
-
|
3090 |
-
|
3091 |
-
|
3092 |
-
|
3093 |
-
|
3094 |
-
|
3095 |
-
display:
|
3096 |
-
display: -
|
3097 |
-
display: flex;
|
3098 |
-
-
|
3099 |
-
-
|
3100 |
-
|
3101 |
-
-
|
3102 |
-
align-items: center;
|
3103 |
-
|
3104 |
-
|
3105 |
-
|
3106 |
-
|
3107 |
-
|
3108 |
-
|
3109 |
-
|
3110 |
-
|
3111 |
-
|
3112 |
-
|
3113 |
-
.premium-title-container.
|
3114 |
-
|
3115 |
-
|
3116 |
-
|
3117 |
-
|
3118 |
-
|
3119 |
-
|
3120 |
-
|
3121 |
-
|
3122 |
-
|
3123 |
-
|
3124 |
-
|
3125 |
-
|
3126 |
-
|
3127 |
-
|
3128 |
-
|
3129 |
-
|
3130 |
-
|
3131 |
-
|
3132 |
-
display:
|
3133 |
-
display: -
|
3134 |
-
display: flex;
|
3135 |
-
|
3136 |
-
|
3137 |
-
|
3138 |
-
|
3139 |
-
|
3140 |
-
|
3141 |
-
|
3142 |
-
|
3143 |
-
|
3144 |
-
|
3145 |
-
-webkit-background-
|
3146 |
-
background-
|
3147 |
-
|
3148 |
-
|
3149 |
-
-
|
3150 |
-
animation-
|
3151 |
-
|
3152 |
-
animation-
|
3153 |
-
|
3154 |
-
|
3155 |
-
|
3156 |
-
|
3157 |
-
|
3158 |
-
|
3159 |
-
|
3160 |
-
|
3161 |
-
.
|
3162 |
-
|
3163 |
-
|
3164 |
-
|
3165 |
-
|
3166 |
-
|
3167 |
-
|
3168 |
-
|
3169 |
-
|
3170 |
-
|
3171 |
-
|
3172 |
-
|
3173 |
-
-
|
3174 |
-
|
3175 |
-
|
3176 |
-
|
3177 |
-
|
3178 |
-
|
3179 |
-
|
3180 |
-
|
3181 |
-
|
3182 |
-
|
3183 |
-
|
3184 |
-
|
3185 |
-
|
3186 |
-
|
3187 |
-
|
3188 |
-
|
3189 |
-
|
3190 |
-
|
3191 |
-
|
3192 |
-
|
3193 |
-
|
3194 |
-
|
3195 |
-
|
3196 |
-
|
3197 |
-
|
3198 |
-
|
3199 |
-
|
3200 |
-
|
3201 |
-
|
3202 |
-
|
3203 |
-
|
3204 |
-
|
3205 |
-
|
3206 |
-
|
3207 |
-
|
3208 |
-
|
3209 |
-
|
3210 |
-
|
3211 |
-
|
3212 |
-
|
3213 |
-
|
3214 |
-
|
3215 |
-
|
3216 |
-
|
3217 |
-
|
3218 |
-
|
3219 |
-
|
3220 |
-
|
3221 |
-
|
3222 |
-
|
3223 |
-
|
3224 |
-
|
3225 |
-
|
3226 |
-
|
3227 |
-
|
3228 |
-
|
3229 |
-
|
3230 |
-
|
3231 |
-
|
3232 |
-
|
3233 |
-
|
3234 |
-
|
3235 |
-
|
3236 |
-
|
3237 |
-
|
3238 |
-
|
3239 |
-
|
3240 |
-
|
3241 |
-
|
3242 |
-
|
3243 |
-
|
3244 |
-
|
3245 |
-
|
3246 |
-
|
3247 |
-
|
3248 |
-
|
3249 |
-
|
3250 |
-
|
3251 |
-
|
3252 |
-
|
3253 |
-
|
3254 |
-
|
3255 |
-
|
3256 |
-
|
3257 |
-
|
3258 |
-
|
3259 |
-
|
3260 |
-
|
3261 |
-
|
3262 |
-
|
3263 |
-
|
3264 |
-
|
3265 |
-
|
3266 |
-
|
3267 |
-
|
3268 |
-
|
3269 |
-
|
3270 |
-
|
3271 |
-
|
3272 |
-
|
3273 |
-
|
3274 |
-
|
3275 |
-
|
3276 |
-
|
3277 |
-
|
3278 |
-
|
3279 |
-
|
3280 |
-
|
3281 |
-
|
3282 |
-
display:
|
3283 |
-
display: -
|
3284 |
-
display: inline-flex !important;
|
3285 |
-
|
3286 |
-
|
3287 |
-
|
3288 |
-
|
3289 |
-
|
3290 |
-
|
3291 |
-
|
3292 |
-
|
3293 |
-
|
3294 |
-
|
3295 |
-
|
3296 |
-
|
3297 |
-
|
3298 |
-
|
3299 |
-
|
3300 |
-
|
3301 |
-
|
3302 |
-
|
3303 |
-
-
|
3304 |
-
|
3305 |
-
|
3306 |
-
|
3307 |
-
|
3308 |
-
|
3309 |
-
|
3310 |
-
|
3311 |
-
-
|
3312 |
-
|
3313 |
-
|
3314 |
-
|
3315 |
-
|
3316 |
-
|
3317 |
-
|
3318 |
-
|
3319 |
-
-
|
3320 |
-
|
3321 |
-
|
3322 |
-
|
3323 |
-
|
3324 |
-
|
3325 |
-
|
3326 |
-
|
3327 |
-
-
|
3328 |
-
|
3329 |
-
|
3330 |
-
|
3331 |
-
|
3332 |
-
|
3333 |
-
|
3334 |
-
|
3335 |
-
|
3336 |
-
|
3337 |
-
|
3338 |
-
|
3339 |
-
|
3340 |
-
|
3341 |
-
|
3342 |
-
|
3343 |
-
|
3344 |
-
|
3345 |
-
|
3346 |
-
|
3347 |
-
|
3348 |
-
|
3349 |
-
|
3350 |
-
|
3351 |
-
|
3352 |
-
|
3353 |
-
|
3354 |
-
|
3355 |
-
|
3356 |
-
|
3357 |
-
|
3358 |
-
|
3359 |
-
|
3360 |
-
|
3361 |
-
|
3362 |
-
|
3363 |
-
|
3364 |
-
|
3365 |
-
|
3366 |
-
|
3367 |
-
|
3368 |
-
|
3369 |
-
|
3370 |
-
|
3371 |
-
|
3372 |
-
|
3373 |
-
|
3374 |
-
|
3375 |
-
|
3376 |
-
|
3377 |
-
|
3378 |
-
|
3379 |
-
|
3380 |
-
|
3381 |
-
|
3382 |
-
|
3383 |
-
|
3384 |
-
|
3385 |
-
|
3386 |
-
|
3387 |
-
|
3388 |
-
|
3389 |
-
|
3390 |
-
|
3391 |
-
|
3392 |
-
|
3393 |
-
|
3394 |
-
|
3395 |
-
|
3396 |
-
|
3397 |
-
|
3398 |
-
|
3399 |
-
|
3400 |
-
|
3401 |
-
|
3402 |
-
|
3403 |
-
|
3404 |
-
|
3405 |
-
|
3406 |
-
|
3407 |
-
|
3408 |
-
|
3409 |
-
|
3410 |
-
|
3411 |
-
|
3412 |
-
|
3413 |
-
|
3414 |
-
|
3415 |
-
|
3416 |
-
|
3417 |
-
|
3418 |
-
|
3419 |
-
|
3420 |
-
|
3421 |
-
|
3422 |
-
|
3423 |
-
|
3424 |
-
|
3425 |
-
|
3426 |
-
|
3427 |
-
|
3428 |
-
|
3429 |
-
|
3430 |
-
|
3431 |
-
|
3432 |
-
|
3433 |
-
|
3434 |
-
|
3435 |
-
|
3436 |
-
|
3437 |
-
|
3438 |
-
|
3439 |
-
display:
|
3440 |
-
display: -
|
3441 |
-
display: flex;
|
3442 |
-
-
|
3443 |
-
-
|
3444 |
-
|
3445 |
-
-
|
3446 |
-
-
|
3447 |
-
-
|
3448 |
-
|
3449 |
-
|
3450 |
-
|
3451 |
-
|
3452 |
-
|
3453 |
-
|
3454 |
-
|
3455 |
-
|
3456 |
-
|
3457 |
-
|
3458 |
-
|
3459 |
-
|
3460 |
-
|
3461 |
-
|
3462 |
-
|
3463 |
-
|
3464 |
-
|
3465 |
-
|
3466 |
-
|
3467 |
-
|
3468 |
-
|
3469 |
-
|
3470 |
-
|
3471 |
-
|
3472 |
-
|
3473 |
-
|
3474 |
-
|
3475 |
-
|
3476 |
-
|
3477 |
-
|
3478 |
-
|
3479 |
-
|
3480 |
-
|
3481 |
-
|
3482 |
-
|
3483 |
-
|
3484 |
-
|
3485 |
-
|
3486 |
-
|
3487 |
-
|
3488 |
-
|
3489 |
-
|
3490 |
-
|
3491 |
-
|
3492 |
-
|
3493 |
-
-
|
3494 |
-
|
3495 |
-
|
3496 |
-
|
3497 |
-
.
|
3498 |
-
|
3499 |
-
|
3500 |
-
|
3501 |
-
|
3502 |
-
-
|
3503 |
-
|
3504 |
-
|
3505 |
-
|
3506 |
-
|
3507 |
-
.
|
3508 |
-
|
3509 |
-
|
3510 |
-
|
3511 |
-
|
3512 |
-
|
3513 |
-
|
3514 |
-
-
|
3515 |
-
|
3516 |
-
|
3517 |
-
|
3518 |
-
|
3519 |
-
|
3520 |
-
|
3521 |
-
|
3522 |
-
|
3523 |
-
|
3524 |
-
.
|
3525 |
-
|
3526 |
-
|
3527 |
-
|
3528 |
-
|
3529 |
-
-webkit-
|
3530 |
-
|
3531 |
-
|
3532 |
-
|
3533 |
-
.
|
3534 |
-
|
3535 |
-
|
3536 |
-
|
3537 |
-
|
3538 |
-
|
3539 |
-
|
3540 |
-
-
|
3541 |
-
|
3542 |
-
|
3543 |
-
|
3544 |
-
|
3545 |
-
|
3546 |
-
|
3547 |
-
|
3548 |
-
|
3549 |
-
|
3550 |
-
|
3551 |
-
|
3552 |
-
|
3553 |
-
|
3554 |
-
|
3555 |
-
|
3556 |
-
|
3557 |
-
|
3558 |
-
|
3559 |
-
|
3560 |
-
|
3561 |
-
|
3562 |
-
|
3563 |
-
|
3564 |
-
|
3565 |
-
|
3566 |
-
|
3567 |
-
|
3568 |
-
-
|
3569 |
-
|
3570 |
-
|
3571 |
-
|
3572 |
-
|
3573 |
-
|
3574 |
-
|
3575 |
-
|
3576 |
-
display:
|
3577 |
-
display: -
|
3578 |
-
display: flex;
|
3579 |
-
|
3580 |
-
|
3581 |
-
|
3582 |
-
|
3583 |
-
|
3584 |
-
|
3585 |
-
-
|
3586 |
-
|
3587 |
-
margin-left:
|
3588 |
-
|
3589 |
-
|
3590 |
-
|
3591 |
-
|
3592 |
-
|
3593 |
-
|
3594 |
-
|
3595 |
-
|
3596 |
-
|
3597 |
-
-
|
3598 |
-
-
|
3599 |
-
flex: 1 0 auto;
|
3600 |
-
|
3601 |
-
|
3602 |
-
|
3603 |
-
|
3604 |
-
|
3605 |
-
|
3606 |
-
|
3607 |
-
|
3608 |
-
|
3609 |
-
|
3610 |
-
|
3611 |
-
|
3612 |
-
|
3613 |
-
|
3614 |
-
|
3615 |
-
|
3616 |
-
|
3617 |
-
|
3618 |
-
|
3619 |
-
|
3620 |
-
|
3621 |
-
|
3622 |
-
|
3623 |
-
|
3624 |
-
|
3625 |
-
|
3626 |
-
|
3627 |
-
|
3628 |
-
|
3629 |
-
|
3630 |
-
|
3631 |
-
|
3632 |
-
|
3633 |
-
|
3634 |
-
|
3635 |
-
|
3636 |
-
|
3637 |
-
|
3638 |
-
|
3639 |
-
|
3640 |
-
|
3641 |
-
|
3642 |
-
|
3643 |
-
|
3644 |
-
|
3645 |
-
|
3646 |
-
display:
|
3647 |
-
display: -
|
3648 |
-
display: flex;
|
3649 |
-
-
|
3650 |
-
-ms-
|
3651 |
-
|
3652 |
-
|
3653 |
-
|
3654 |
-
|
3655 |
-
|
3656 |
-
|
3657 |
-
|
3658 |
-
|
3659 |
-
|
3660 |
-
|
3661 |
-
|
3662 |
-
|
3663 |
-
|
3664 |
-
|
3665 |
-
|
3666 |
-
|
3667 |
-
|
3668 |
-
|
3669 |
-
|
3670 |
-
|
3671 |
-
|
3672 |
-
|
3673 |
-
|
3674 |
-
|
3675 |
-
|
3676 |
-
|
3677 |
-
|
3678 |
-
|
3679 |
-
|
3680 |
-
|
3681 |
-
|
3682 |
-
|
3683 |
-
|
3684 |
-
|
3685 |
-
|
3686 |
-
|
3687 |
-
|
3688 |
-
|
3689 |
-
|
3690 |
-
|
3691 |
-
|
3692 |
-
|
3693 |
-
|
3694 |
-
|
3695 |
-
|
3696 |
-
|
3697 |
-
|
3698 |
-
|
3699 |
-
|
3700 |
-
|
3701 |
-
|
3702 |
-
|
3703 |
-
.
|
3704 |
-
|
3705 |
-
|
3706 |
-
|
3707 |
-
|
3708 |
-
|
3709 |
-
|
3710 |
-
|
3711 |
-
|
3712 |
-
|
3713 |
-
|
3714 |
-
|
3715 |
-
.
|
3716 |
-
|
3717 |
-
|
3718 |
-
|
3719 |
-
|
3720 |
-
|
3721 |
-
|
3722 |
-
|
3723 |
-
|
3724 |
-
|
3725 |
-
|
3726 |
-
|
3727 |
-
|
3728 |
-
|
3729 |
-
|
3730 |
-
|
3731 |
-
.
|
3732 |
-
|
3733 |
-
|
3734 |
-
|
3735 |
-
|
3736 |
-
|
3737 |
-
|
3738 |
-
|
3739 |
-
|
3740 |
-
|
3741 |
-
|
3742 |
-
|
3743 |
-
|
3744 |
-
|
3745 |
-
|
3746 |
-
|
3747 |
-
|
3748 |
-
|
3749 |
-
|
3750 |
-
|
3751 |
-
|
3752 |
-
|
3753 |
-
|
3754 |
-
|
3755 |
-
|
3756 |
-
|
3757 |
-
|
3758 |
-
|
3759 |
-
|
3760 |
-
|
3761 |
-
|
3762 |
-
|
3763 |
-
|
3764 |
-
|
3765 |
-
|
3766 |
-
|
3767 |
-
|
3768 |
-
|
3769 |
-
|
3770 |
-
|
3771 |
-
|
3772 |
-
-
|
3773 |
-
|
3774 |
-
|
3775 |
-
-webkit-
|
3776 |
-
|
3777 |
-
-
|
3778 |
-
|
3779 |
-
|
3780 |
-
display:
|
3781 |
-
display: -
|
3782 |
-
display: flex;
|
3783 |
-
-
|
3784 |
-
-
|
3785 |
-
|
3786 |
-
-
|
3787 |
-
justify-content: center;
|
3788 |
-
-
|
3789 |
-
-
|
3790 |
-
-
|
3791 |
-
-
|
3792 |
-
align-items: center;
|
3793 |
-
|
3794 |
-
|
3795 |
-
|
3796 |
-
|
3797 |
-
|
3798 |
-
|
3799 |
-
display:
|
3800 |
-
display: -
|
3801 |
-
display: flex;
|
3802 |
-
|
3803 |
-
|
3804 |
-
|
3805 |
-
|
3806 |
-
|
3807 |
-
|
3808 |
-
|
3809 |
-
|
3810 |
-
|
3811 |
-
|
3812 |
-
|
3813 |
-
|
3814 |
-
|
3815 |
-
|
3816 |
-
|
3817 |
-
|
3818 |
-
|
3819 |
-
|
3820 |
-
|
3821 |
-
|
3822 |
-
|
3823 |
-
|
3824 |
-
|
3825 |
-
|
3826 |
-
|
3827 |
-
|
3828 |
-
|
3829 |
-
|
3830 |
-
|
3831 |
-
|
3832 |
-
|
3833 |
-
|
3834 |
-
|
3835 |
-
|
3836 |
-
|
3837 |
-
|
3838 |
-
|
3839 |
-
|
3840 |
-
|
3841 |
-
|
3842 |
-
|
3843 |
-
|
3844 |
-
|
3845 |
-
|
3846 |
-
|
3847 |
-
|
3848 |
-
|
3849 |
-
|
3850 |
-
|
3851 |
-
|
3852 |
-
|
3853 |
-
|
3854 |
-
|
3855 |
-
|
3856 |
-
|
3857 |
-
|
3858 |
-
|
3859 |
-
|
3860 |
-
|
3861 |
-
|
3862 |
-
|
3863 |
-
|
3864 |
-
|
3865 |
-
|
3866 |
-
|
3867 |
-
|
3868 |
-
|
3869 |
-
|
3870 |
-
|
3871 |
-
|
3872 |
-
|
3873 |
-
|
3874 |
-
|
3875 |
-
|
3876 |
-
|
3877 |
-
|
3878 |
-
|
3879 |
-
|
3880 |
-
|
3881 |
-
|
3882 |
-
|
3883 |
-
|
3884 |
-
|
3885 |
-
|
3886 |
-
|
3887 |
-
|
3888 |
-
|
3889 |
-
|
3890 |
-
|
3891 |
-
|
3892 |
-
|
3893 |
-
|
3894 |
-
|
3895 |
-
|
3896 |
-
|
3897 |
-
|
3898 |
-
|
3899 |
-
|
3900 |
-
|
3901 |
-
|
3902 |
-
|
3903 |
-
|
3904 |
-
|
3905 |
-
|
3906 |
-
|
3907 |
-
|
3908 |
-
|
3909 |
-
|
3910 |
-
|
3911 |
-
|
3912 |
-
|
3913 |
-
|
3914 |
-
|
3915 |
-
|
3916 |
-
|
3917 |
-
|
3918 |
-
|
3919 |
-
|
3920 |
-
|
3921 |
-
|
3922 |
-
|
3923 |
-
|
3924 |
-
|
3925 |
-
|
3926 |
-
|
3927 |
-
.
|
3928 |
-
|
3929 |
-
|
3930 |
-
|
3931 |
-
|
3932 |
-
|
3933 |
-
|
3934 |
-
|
3935 |
-
|
3936 |
-
|
3937 |
-
|
3938 |
-
|
3939 |
-
|
3940 |
-
|
3941 |
-
|
3942 |
-
|
3943 |
-
|
3944 |
-
|
3945 |
-
|
3946 |
-
|
3947 |
-
|
3948 |
-
|
3949 |
-
|
3950 |
-
|
3951 |
-
|
3952 |
-
|
3953 |
-
|
3954 |
-
|
3955 |
-
|
3956 |
-
|
3957 |
-
|
3958 |
-
|
3959 |
-
|
3960 |
-
|
3961 |
-
|
3962 |
-
|
3963 |
-
|
3964 |
-
|
3965 |
-
|
3966 |
-
|
3967 |
-
|
3968 |
-
|
3969 |
-
|
3970 |
-
|
3971 |
-
|
3972 |
-
|
3973 |
-
|
3974 |
-
|
3975 |
-
|
3976 |
-
|
3977 |
-
|
3978 |
-
|
3979 |
-
|
3980 |
-
|
3981 |
-
|
3982 |
-
|
3983 |
-
|
3984 |
-
|
3985 |
-
|
3986 |
-
|
3987 |
-
|
3988 |
-
|
3989 |
-
|
3990 |
-
|
3991 |
-
|
3992 |
-
|
3993 |
-
|
3994 |
-
.
|
3995 |
-
|
3996 |
-
|
3997 |
-
|
3998 |
-
|
3999 |
-
|
4000 |
-
|
4001 |
-
|
4002 |
-
display:
|
4003 |
-
display: -
|
4004 |
-
display: flex;
|
4005 |
-
|
4006 |
-
|
4007 |
-
|
4008 |
-
|
4009 |
-
|
4010 |
-
|
4011 |
-
|
4012 |
-
|
4013 |
-
|
4014 |
-
|
4015 |
-
|
4016 |
-
|
4017 |
-
|
4018 |
-
.premium-blog-post-container .
|
4019 |
-
|
4020 |
-
|
4021 |
-
|
4022 |
-
|
4023 |
-
|
4024 |
-
|
4025 |
-
|
4026 |
-
|
4027 |
-
|
4028 |
-
|
4029 |
-
|
4030 |
-
|
4031 |
-
|
4032 |
-
|
4033 |
-
|
4034 |
-
|
4035 |
-
|
4036 |
-
|
4037 |
-
|
4038 |
-
|
4039 |
-
|
4040 |
-
|
4041 |
-
|
4042 |
-
|
4043 |
-
|
4044 |
-
|
4045 |
-
|
4046 |
-
|
4047 |
-
|
4048 |
-
|
4049 |
-
|
4050 |
-
|
4051 |
-
|
4052 |
-
|
4053 |
-
|
4054 |
-
|
4055 |
-
-webkit-
|
4056 |
-
|
4057 |
-
|
4058 |
-
|
4059 |
-
|
4060 |
-
|
4061 |
-
|
4062 |
-
|
4063 |
-
|
4064 |
-
|
4065 |
-
|
4066 |
-
|
4067 |
-
|
4068 |
-
|
4069 |
-
|
4070 |
-
|
4071 |
-
|
4072 |
-
|
4073 |
-
|
4074 |
-
|
4075 |
-
|
4076 |
-
|
4077 |
-
|
4078 |
-
|
4079 |
-
|
4080 |
-
|
4081 |
-
|
4082 |
-
|
4083 |
-
|
4084 |
-
|
4085 |
-
|
4086 |
-
|
4087 |
-
|
4088 |
-
|
4089 |
-
|
4090 |
-
|
4091 |
-
|
4092 |
-
|
4093 |
-
|
4094 |
-
|
4095 |
-
|
4096 |
-
|
4097 |
-
|
4098 |
-
|
4099 |
-
|
4100 |
-
|
4101 |
-
display:
|
4102 |
-
display: -
|
4103 |
-
display: flex;
|
4104 |
-
-
|
4105 |
-
-
|
4106 |
-
|
4107 |
-
-
|
4108 |
-
justify-content: center;
|
4109 |
-
-
|
4110 |
-
-
|
4111 |
-
-
|
4112 |
-
-
|
4113 |
-
align-items: center;
|
4114 |
-
|
4115 |
-
|
4116 |
-
|
4117 |
-
|
4118 |
-
|
4119 |
-
|
4120 |
-
|
4121 |
-
.premium-blog-post-container.premium-blog-skin-
|
4122 |
-
.premium-blog-post-container.premium-blog-skin-
|
4123 |
-
.premium-blog-post-container.premium-blog-skin-
|
4124 |
-
|
4125 |
-
|
4126 |
-
|
4127 |
-
|
4128 |
-
.
|
4129 |
-
|
4130 |
-
|
4131 |
-
|
4132 |
-
display:
|
4133 |
-
display: -
|
4134 |
-
display: flex;
|
4135 |
-
|
4136 |
-
|
4137 |
-
|
4138 |
-
|
4139 |
-
|
4140 |
-
|
4141 |
-
|
4142 |
-
|
4143 |
-
|
4144 |
-
|
4145 |
-
-
|
4146 |
-
flex: 1;
|
4147 |
-
|
4148 |
-
|
4149 |
-
|
4150 |
-
|
4151 |
-
|
4152 |
-
|
4153 |
-
|
4154 |
-
|
4155 |
-
|
4156 |
-
|
4157 |
-
|
4158 |
-
|
4159 |
-
|
4160 |
-
display:
|
4161 |
-
display: -
|
4162 |
-
display: flex;
|
4163 |
-
-
|
4164 |
-
-
|
4165 |
-
|
4166 |
-
-
|
4167 |
-
-
|
4168 |
-
-
|
4169 |
-
|
4170 |
-
|
4171 |
-
|
4172 |
-
|
4173 |
-
|
4174 |
-
|
4175 |
-
|
4176 |
-
|
4177 |
-
|
4178 |
-
transition:
|
4179 |
-
|
4180 |
-
|
4181 |
-
.
|
4182 |
-
|
4183 |
-
|
4184 |
-
|
4185 |
-
|
4186 |
-
|
4187 |
-
|
4188 |
-
|
4189 |
-
|
4190 |
-
|
4191 |
-
|
4192 |
-
|
4193 |
-
|
4194 |
-
display:
|
4195 |
-
display: -
|
4196 |
-
display: flex;
|
4197 |
-
|
4198 |
-
|
4199 |
-
|
4200 |
-
|
4201 |
-
|
4202 |
-
|
4203 |
-
|
4204 |
-
|
4205 |
-
|
4206 |
-
-
|
4207 |
-
|
4208 |
-
|
4209 |
-
|
4210 |
-
|
4211 |
-
|
4212 |
-
|
4213 |
-
|
4214 |
-
|
4215 |
-
|
4216 |
-
|
4217 |
-
|
4218 |
-
|
4219 |
-
|
4220 |
-
|
4221 |
-
|
4222 |
-
|
4223 |
-
|
4224 |
-
|
4225 |
-
|
4226 |
-
|
4227 |
-
|
4228 |
-
|
4229 |
-
|
4230 |
-
|
4231 |
-
|
4232 |
-
|
4233 |
-
|
4234 |
-
|
4235 |
-
|
4236 |
-
|
4237 |
-
|
4238 |
-
|
4239 |
-
|
4240 |
-
|
4241 |
-
|
4242 |
-
|
4243 |
-
|
4244 |
-
|
4245 |
-
|
4246 |
-
|
4247 |
-
|
4248 |
-
|
4249 |
-
|
4250 |
-
|
4251 |
-
|
4252 |
-
|
4253 |
-
|
4254 |
-
|
4255 |
-
|
4256 |
-
-webkit-
|
4257 |
-
|
4258 |
-
|
4259 |
-
|
4260 |
-
|
4261 |
-
|
4262 |
-
|
4263 |
-
|
4264 |
-
|
4265 |
-
|
4266 |
-
|
4267 |
-
|
4268 |
-
|
4269 |
-
|
4270 |
-
|
4271 |
-
|
4272 |
-
|
4273 |
-
|
4274 |
-
|
4275 |
-
|
4276 |
-
|
4277 |
-
|
4278 |
-
|
4279 |
-
|
4280 |
-
|
4281 |
-
|
4282 |
-
.
|
4283 |
-
|
4284 |
-
|
4285 |
-
|
4286 |
-
|
4287 |
-
|
4288 |
-
|
4289 |
-
|
4290 |
-
|
4291 |
-
|
4292 |
-
|
4293 |
-
|
4294 |
-
transition
|
4295 |
-
|
4296 |
-
|
4297 |
-
|
4298 |
-
|
4299 |
-
|
4300 |
-
|
4301 |
-
|
4302 |
-
-
|
4303 |
-
|
4304 |
-
-webkit-transform
|
4305 |
-
-ms-transform
|
4306 |
-
transform
|
4307 |
-
|
4308 |
-
|
4309 |
-
|
4310 |
-
|
4311 |
-
|
4312 |
-
|
4313 |
-
-
|
4314 |
-
|
4315 |
-
-webkit-transform
|
4316 |
-
-ms-transform
|
4317 |
-
transform
|
4318 |
-
|
4319 |
-
|
4320 |
-
|
4321 |
-
|
4322 |
-
|
4323 |
-
|
4324 |
-
|
4325 |
-
|
4326 |
-
|
4327 |
-
|
4328 |
-
|
4329 |
-
-webkit-
|
4330 |
-
-
|
4331 |
-
|
4332 |
-
|
4333 |
-
|
4334 |
-
|
4335 |
-
|
4336 |
-
|
4337 |
-
|
4338 |
-
|
4339 |
-
|
4340 |
-
|
4341 |
-
|
4342 |
-
|
4343 |
-
|
4344 |
-
|
4345 |
-
|
4346 |
-
|
4347 |
-
|
4348 |
-
|
4349 |
-
|
4350 |
-
|
4351 |
-
|
4352 |
-
|
4353 |
-
|
4354 |
-
|
4355 |
-
|
4356 |
-
|
4357 |
-
|
4358 |
-
-
|
4359 |
-
|
4360 |
-
|
4361 |
-
|
4362 |
-
.
|
4363 |
-
|
4364 |
-
|
4365 |
-
|
4366 |
-
|
4367 |
-
|
4368 |
-
|
4369 |
-
|
4370 |
-
|
4371 |
-
|
4372 |
-
|
4373 |
-
|
4374 |
-
-
|
4375 |
-
|
4376 |
-
|
4377 |
-
|
4378 |
-
.
|
4379 |
-
|
4380 |
-
|
4381 |
-
|
4382 |
-
|
4383 |
-
|
4384 |
-
|
4385 |
-
|
4386 |
-
|
4387 |
-
|
4388 |
-
|
4389 |
-
|
4390 |
-
|
4391 |
-
|
4392 |
-
|
4393 |
-
|
4394 |
-
|
4395 |
-
|
4396 |
-
|
4397 |
-
|
4398 |
-
|
4399 |
-
|
4400 |
-
|
4401 |
-
|
4402 |
-
|
4403 |
-
|
4404 |
-
|
4405 |
-
|
4406 |
-
|
4407 |
-
|
4408 |
-
|
4409 |
-
|
4410 |
-
|
4411 |
-
|
4412 |
-
|
4413 |
-
|
4414 |
-
|
4415 |
-
|
4416 |
-
|
4417 |
-
|
4418 |
-
|
4419 |
-
|
4420 |
-
|
4421 |
-
|
4422 |
-
|
4423 |
-
|
4424 |
-
|
4425 |
-
|
4426 |
-
|
4427 |
-
|
4428 |
-
|
4429 |
-
|
4430 |
-
|
4431 |
-
|
4432 |
-
|
4433 |
-
|
4434 |
-
|
4435 |
-
|
4436 |
-
|
4437 |
-
|
4438 |
-
|
4439 |
-
|
4440 |
-
|
4441 |
-
|
4442 |
-
|
4443 |
-
|
4444 |
-
|
4445 |
-
|
4446 |
-
|
4447 |
-
|
4448 |
-
|
4449 |
-
|
4450 |
-
|
4451 |
-
|
4452 |
-
|
4453 |
-
|
4454 |
-
|
4455 |
-
|
4456 |
-
|
4457 |
-
|
4458 |
-
|
4459 |
-
|
4460 |
-
|
4461 |
-
|
4462 |
-
|
4463 |
-
|
4464 |
-
|
4465 |
-
|
4466 |
-
|
4467 |
-
|
4468 |
-
|
4469 |
-
|
4470 |
-
|
4471 |
-
|
4472 |
-
|
4473 |
-
|
4474 |
-
|
4475 |
-
|
4476 |
-
|
4477 |
-
|
4478 |
-
|
4479 |
-
|
4480 |
-
|
4481 |
-
|
4482 |
-
|
4483 |
-
|
4484 |
-
|
4485 |
-
|
4486 |
-
|
4487 |
-
.
|
4488 |
-
|
4489 |
-
|
4490 |
-
|
4491 |
-
|
4492 |
-
|
4493 |
-
|
4494 |
-
|
4495 |
-
|
4496 |
-
|
4497 |
-
|
4498 |
-
|
4499 |
-
|
4500 |
-
|
4501 |
-
|
4502 |
-
.
|
4503 |
-
|
4504 |
-
|
4505 |
-
|
4506 |
-
|
4507 |
-
|
4508 |
-
|
4509 |
-
|
4510 |
-
|
4511 |
-
|
4512 |
-
|
4513 |
-
|
4514 |
-
|
4515 |
-
|
4516 |
-
-
|
4517 |
-
|
4518 |
-
|
4519 |
-
|
4520 |
-
|
4521 |
-
|
4522 |
-
|
4523 |
-
|
4524 |
-
|
4525 |
-
|
4526 |
-
|
4527 |
-
|
4528 |
-
.
|
4529 |
-
|
4530 |
-
|
4531 |
-
|
4532 |
-
|
4533 |
-
|
4534 |
-
|
4535 |
-
|
4536 |
-
|
4537 |
-
|
4538 |
-
|
4539 |
-
|
4540 |
-
|
4541 |
-
|
4542 |
-
|
4543 |
-
display:
|
4544 |
-
display: -
|
4545 |
-
display: flex;
|
4546 |
-
-
|
4547 |
-
-
|
4548 |
-
|
4549 |
-
-
|
4550 |
-
align-items: center;
|
4551 |
-
-
|
4552 |
-
-ms-flex-
|
4553 |
-
|
4554 |
-
|
4555 |
-
|
4556 |
-
|
4557 |
-
|
4558 |
-
|
4559 |
-
|
4560 |
-
|
4561 |
-
|
4562 |
-
|
4563 |
-
|
4564 |
-
|
4565 |
-
|
4566 |
-
|
4567 |
-
-
|
4568 |
-
justify-content: center;
|
4569 |
-
|
4570 |
-
|
4571 |
-
|
4572 |
-
|
4573 |
-
|
4574 |
-
|
4575 |
-
|
4576 |
-
|
4577 |
-
-
|
4578 |
-
justify-content: flex-end;
|
4579 |
-
|
4580 |
-
|
4581 |
-
|
4582 |
-
|
4583 |
-
|
4584 |
-
|
4585 |
-
|
4586 |
-
|
4587 |
-
-
|
4588 |
-
justify-content: flex-start;
|
4589 |
-
|
4590 |
-
|
4591 |
-
|
4592 |
-
|
4593 |
-
|
4594 |
-
|
4595 |
-
|
4596 |
-
|
4597 |
-
-
|
4598 |
-
justify-content: flex-start;
|
4599 |
-
|
4600 |
-
|
4601 |
-
|
4602 |
-
|
4603 |
-
|
4604 |
-
|
4605 |
-
|
4606 |
-
|
4607 |
-
-
|
4608 |
-
justify-content: flex-end;
|
4609 |
-
|
4610 |
-
|
4611 |
-
|
4612 |
-
|
4613 |
-
|
4614 |
-
|
4615 |
-
|
4616 |
-
|
4617 |
-
|
4618 |
-
|
4619 |
-
|
4620 |
-
|
4621 |
-
|
4622 |
-
|
4623 |
-
|
4624 |
-
|
4625 |
-
|
4626 |
-
|
4627 |
-
|
4628 |
-
|
4629 |
-
-
|
4630 |
-
|
4631 |
-
|
4632 |
-
|
4633 |
-
.
|
4634 |
-
|
4635 |
-
|
4636 |
-
|
4637 |
-
|
4638 |
-
|
4639 |
-
|
4640 |
-
|
4641 |
-
|
4642 |
-
|
4643 |
-
|
4644 |
-
|
4645 |
-
|
4646 |
-
display:
|
4647 |
-
display: -
|
4648 |
-
display: flex;
|
4649 |
-
-
|
4650 |
-
-
|
4651 |
-
|
4652 |
-
-
|
4653 |
-
align-items: center;
|
4654 |
-
|
4655 |
-
|
4656 |
-
|
4657 |
-
|
4658 |
-
|
4659 |
-
|
4660 |
-
|
4661 |
-
display:
|
4662 |
-
display: -
|
4663 |
-
display: flex;
|
4664 |
-
-
|
4665 |
-
-ms-
|
4666 |
-
|
4667 |
-
|
4668 |
-
|
4669 |
-
|
4670 |
-
|
4671 |
-
|
4672 |
-
|
4673 |
-
|
4674 |
-
|
4675 |
-
|
4676 |
-
|
4677 |
-
|
4678 |
-
|
4679 |
-
|
4680 |
-
|
4681 |
-
|
4682 |
-
|
4683 |
-
|
4684 |
-
display:
|
4685 |
-
display: -
|
4686 |
-
display: flex;
|
4687 |
-
|
4688 |
-
|
4689 |
-
|
4690 |
-
|
4691 |
-
|
4692 |
-
|
4693 |
-
|
4694 |
-
|
4695 |
-
|
4696 |
-
|
4697 |
-
|
4698 |
-
|
4699 |
-
|
4700 |
-
|
4701 |
-
|
4702 |
-
|
4703 |
-
|
4704 |
-
|
4705 |
-
|
4706 |
-
|
4707 |
-
|
4708 |
-
|
4709 |
-
|
4710 |
-
|
4711 |
-
|
4712 |
-
|
4713 |
-
|
4714 |
-
|
4715 |
-
|
4716 |
-
|
4717 |
-
|
4718 |
-
|
4719 |
-
|
4720 |
-
|
4721 |
-
|
4722 |
-
|
4723 |
-
|
4724 |
-
|
4725 |
-
|
4726 |
-
|
4727 |
-
|
4728 |
-
|
4729 |
-
|
4730 |
-
|
4731 |
-
|
4732 |
-
|
4733 |
-
|
4734 |
-
|
4735 |
-
|
4736 |
-
|
4737 |
-
|
4738 |
-
|
4739 |
-
|
4740 |
-
|
4741 |
-
|
4742 |
-
|
4743 |
-
|
4744 |
-
|
4745 |
-
|
4746 |
-
|
4747 |
-
|
4748 |
-
|
4749 |
-
|
4750 |
-
|
4751 |
-
|
4752 |
-
|
4753 |
-
|
4754 |
-
|
4755 |
-
|
4756 |
-
|
4757 |
-
|
4758 |
-
|
4759 |
-
|
4760 |
-
|
4761 |
-
|
4762 |
-
|
4763 |
-
|
4764 |
-
|
4765 |
-
|
4766 |
-
|
4767 |
-
|
4768 |
-
|
4769 |
-
|
4770 |
-
|
4771 |
-
|
4772 |
-
|
4773 |
-
|
4774 |
-
|
4775 |
-
|
4776 |
-
|
4777 |
-
|
4778 |
-
|
4779 |
-
|
4780 |
-
|
4781 |
-
|
4782 |
-
|
4783 |
-
|
4784 |
-
|
4785 |
-
|
4786 |
-
|
4787 |
-
|
4788 |
-
|
4789 |
-
|
4790 |
-
|
4791 |
-
|
4792 |
-
|
4793 |
-
|
4794 |
-
|
4795 |
-
|
4796 |
-
|
4797 |
-
|
4798 |
-
|
4799 |
-
|
4800 |
-
|
4801 |
-
|
4802 |
-
|
4803 |
-
|
4804 |
-
|
4805 |
-
.
|
4806 |
-
|
4807 |
-
|
4808 |
-
|
4809 |
-
|
4810 |
-
|
4811 |
-
|
4812 |
-
|
4813 |
-
|
4814 |
-
|
4815 |
-
display:
|
4816 |
-
display: -
|
4817 |
-
display: flex;
|
4818 |
-
-
|
4819 |
-
-
|
4820 |
-
|
4821 |
-
-
|
4822 |
-
justify-content: center;
|
4823 |
-
-
|
4824 |
-
-
|
4825 |
-
-
|
4826 |
-
-
|
4827 |
-
align-items: center;
|
4828 |
-
-
|
4829 |
-
|
4830 |
-
-
|
4831 |
-
|
4832 |
-
|
4833 |
-
|
4834 |
-
|
4835 |
-
|
4836 |
-
|
4837 |
-
|
4838 |
-
|
4839 |
-
|
4840 |
-
|
4841 |
-
|
4842 |
-
|
4843 |
-
|
4844 |
-
|
4845 |
-
|
4846 |
-
|
4847 |
-
|
4848 |
-
-webkit-
|
4849 |
-
|
4850 |
-
|
4851 |
-
|
4852 |
-
|
4853 |
-
|
4854 |
-
|
4855 |
-
|
4856 |
-
|
4857 |
-
|
4858 |
-
|
4859 |
-
|
4860 |
-
|
4861 |
-
|
4862 |
-
|
4863 |
-
|
4864 |
-
|
4865 |
-
|
4866 |
-
|
4867 |
-
|
4868 |
-
|
4869 |
-
|
4870 |
-
|
4871 |
-
|
4872 |
-
|
4873 |
-
|
4874 |
-
|
4875 |
-
|
4876 |
-
|
4877 |
-
|
4878 |
-
|
4879 |
-
|
4880 |
-
|
4881 |
-
|
4882 |
-
|
4883 |
-
|
4884 |
-
|
4885 |
-
|
4886 |
-
|
4887 |
-
|
4888 |
-
|
4889 |
-
|
4890 |
-
|
4891 |
-
|
4892 |
-
|
4893 |
-
|
4894 |
-
|
4895 |
-
.
|
4896 |
-
|
4897 |
-
|
4898 |
-
|
4899 |
-
|
4900 |
-
|
4901 |
-
|
4902 |
-
.
|
4903 |
-
|
4904 |
-
|
4905 |
-
|
4906 |
-
|
4907 |
-
|
4908 |
-
|
4909 |
-
|
4910 |
-
|
4911 |
-
|
4912 |
-
|
4913 |
-
|
4914 |
-
|
4915 |
-
|
4916 |
-
|
4917 |
-
|
4918 |
-
|
4919 |
-
|
4920 |
-
|
4921 |
-
|
4922 |
-
|
4923 |
-
|
4924 |
-
|
4925 |
-
|
4926 |
-
|
4927 |
-
|
4928 |
-
|
4929 |
-
|
4930 |
-
|
4931 |
-
|
4932 |
-
|
4933 |
-
|
4934 |
-
|
4935 |
-
|
4936 |
-
|
4937 |
-
|
4938 |
-
|
4939 |
-
|
4940 |
-
|
4941 |
-
|
4942 |
-
|
4943 |
-
|
4944 |
-
|
4945 |
-
|
4946 |
-
|
4947 |
-
|
4948 |
-
|
4949 |
-
|
4950 |
-
|
4951 |
-
|
4952 |
-
|
4953 |
-
|
4954 |
-
|
4955 |
-
|
4956 |
-
|
4957 |
-
|
4958 |
-
|
4959 |
-
|
4960 |
-
|
4961 |
-
|
4962 |
-
|
4963 |
-
|
4964 |
-
|
4965 |
-
|
4966 |
-
|
4967 |
-
|
4968 |
-
|
4969 |
-
|
4970 |
-
|
4971 |
-
|
4972 |
-
|
4973 |
-
|
4974 |
-
|
4975 |
-
|
4976 |
-
|
4977 |
-
display:
|
4978 |
-
display: -
|
4979 |
-
display: flex;
|
4980 |
-
-
|
4981 |
-
-
|
4982 |
-
|
4983 |
-
-
|
4984 |
-
justify-content: center;
|
4985 |
-
|
4986 |
-
|
4987 |
-
|
4988 |
-
|
4989 |
-
|
4990 |
-
|
4991 |
-
display:
|
4992 |
-
display: -
|
4993 |
-
display: flex;
|
4994 |
-
-
|
4995 |
-
-ms-
|
4996 |
-
|
4997 |
-
|
4998 |
-
|
4999 |
-
|
5000 |
-
|
5001 |
-
|
5002 |
-
|
5003 |
-
|
5004 |
-
|
5005 |
-
|
5006 |
-
|
5007 |
-
|
5008 |
-
|
5009 |
-
|
5010 |
-
|
5011 |
-
|
5012 |
-
|
5013 |
-
|
5014 |
-
|
5015 |
-
|
5016 |
-
|
5017 |
-
|
5018 |
-
|
5019 |
-
|
5020 |
-
|
5021 |
-
|
5022 |
-
|
5023 |
-
|
5024 |
-
|
5025 |
-
|
5026 |
-
|
5027 |
-
|
5028 |
-
|
5029 |
-
-
|
5030 |
-
align-items: flex-start;
|
5031 |
-
|
5032 |
-
|
5033 |
-
|
5034 |
-
|
5035 |
-
|
5036 |
-
|
5037 |
-
display:
|
5038 |
-
display: -
|
5039 |
-
display: flex;
|
5040 |
-
|
5041 |
-
|
5042 |
-
|
5043 |
-
|
5044 |
-
|
5045 |
-
|
5046 |
-
|
5047 |
-
|
5048 |
-
|
5049 |
-
|
5050 |
-
|
5051 |
-
|
5052 |
-
|
5053 |
-
|
5054 |
-
|
5055 |
-
|
5056 |
-
|
5057 |
-
|
5058 |
-
|
5059 |
-
|
5060 |
-
display:
|
5061 |
-
display: -
|
5062 |
-
display: flex;
|
5063 |
-
-
|
5064 |
-
-
|
5065 |
-
|
5066 |
-
-
|
5067 |
-
-
|
5068 |
-
-
|
5069 |
-
|
5070 |
-
-
|
5071 |
-
-
|
5072 |
-
-
|
5073 |
-
-
|
5074 |
-
justify-content: space-between;
|
5075 |
-
|
5076 |
-
|
5077 |
-
|
5078 |
-
|
5079 |
-
|
5080 |
-
|
5081 |
-
display:
|
5082 |
-
display: -
|
5083 |
-
display: flex;
|
5084 |
-
-
|
5085 |
-
-
|
5086 |
-
|
5087 |
-
-
|
5088 |
-
-
|
5089 |
-
-
|
5090 |
-
|
5091 |
-
-
|
5092 |
-
-
|
5093 |
-
-
|
5094 |
-
-
|
5095 |
-
justify-content: space-between;
|
5096 |
-
-
|
5097 |
-
-
|
5098 |
-
-
|
5099 |
-
-
|
5100 |
-
align-items: flex-start;
|
5101 |
-
|
5102 |
-
|
5103 |
-
|
5104 |
-
|
5105 |
-
|
5106 |
-
|
5107 |
-
display:
|
5108 |
-
display: -
|
5109 |
-
display: flex;
|
5110 |
-
-
|
5111 |
-
|
5112 |
-
|
5113 |
-
-
|
5114 |
-
justify-content: space-between;
|
5115 |
-
-
|
5116 |
-
-
|
5117 |
-
-
|
5118 |
-
-
|
5119 |
-
align-items: flex-end;
|
5120 |
-
|
5121 |
-
|
5122 |
-
|
5123 |
-
|
5124 |
-
|
5125 |
-
|
5126 |
-
|
5127 |
-
|
5128 |
-
|
5129 |
-
|
5130 |
-
|
5131 |
-
|
5132 |
-
|
5133 |
-
|
5134 |
-
|
5135 |
-
|
5136 |
-
|
5137 |
-
|
5138 |
-
|
5139 |
-
|
5140 |
-
|
5141 |
-
display:
|
5142 |
-
display: -
|
5143 |
-
display: flex;
|
5144 |
-
-
|
5145 |
-
-
|
5146 |
-
|
5147 |
-
-
|
5148 |
-
-
|
5149 |
-
-
|
5150 |
-
|
5151 |
-
-
|
5152 |
-
-ms-
|
5153 |
-
|
5154 |
-
|
5155 |
-
-
|
5156 |
-
|
5157 |
-
|
5158 |
-
|
5159 |
-
|
5160 |
-
|
5161 |
-
|
5162 |
-
|
5163 |
-
|
5164 |
-
|
5165 |
-
|
5166 |
-
|
5167 |
-
|
5168 |
-
|
5169 |
-
|
5170 |
-
|
5171 |
-
|
5172 |
-
|
5173 |
-
|
5174 |
-
|
5175 |
-
|
5176 |
-
|
5177 |
-
|
5178 |
-
|
5179 |
-
|
5180 |
-
|
5181 |
-
|
5182 |
-
|
5183 |
-
-webkit-transform
|
5184 |
-
-ms-transform
|
5185 |
-
transform
|
5186 |
-
|
5187 |
-
|
5188 |
-
|
5189 |
-
|
5190 |
-
|
5191 |
-
|
5192 |
-
|
5193 |
-
|
5194 |
-
|
5195 |
-
|
5196 |
-
|
5197 |
-
|
5198 |
-
|
5199 |
-
|
5200 |
-
-webkit-transform
|
5201 |
-
-ms-transform
|
5202 |
-
transform
|
5203 |
-
|
5204 |
-
|
5205 |
-
|
5206 |
-
|
5207 |
-
|
5208 |
-
|
5209 |
-
|
5210 |
-
|
5211 |
-
|
5212 |
-
|
5213 |
-
|
5214 |
-
|
5215 |
-
|
5216 |
-
|
5217 |
-
|
5218 |
-
|
5219 |
-
|
5220 |
-
|
5221 |
-
|
5222 |
-
|
5223 |
-
|
5224 |
-
|
5225 |
-
|
5226 |
-
|
5227 |
-
|
5228 |
-
|
5229 |
-
|
5230 |
-
|
5231 |
-
|
5232 |
-
|
5233 |
-
|
5234 |
-
|
5235 |
-
|
5236 |
-
|
5237 |
-
|
5238 |
-
|
5239 |
-
|
5240 |
-
|
5241 |
-
|
5242 |
-
|
5243 |
-
|
5244 |
-
|
5245 |
-
|
5246 |
-
|
5247 |
-
|
5248 |
-
|
5249 |
-
|
5250 |
-
|
5251 |
-
|
5252 |
-
|
5253 |
-
|
5254 |
-
|
5255 |
-
|
5256 |
-
|
5257 |
-
|
5258 |
-
|
5259 |
-
|
5260 |
-
|
5261 |
-
|
5262 |
-
|
5263 |
-
|
5264 |
-
|
5265 |
-
|
5266 |
-
|
5267 |
-
|
5268 |
-
|
5269 |
-
|
5270 |
-
|
5271 |
-
|
5272 |
-
|
5273 |
-
|
5274 |
-
|
5275 |
-
|
5276 |
-
|
5277 |
-
|
5278 |
-
|
5279 |
-
|
5280 |
-
|
5281 |
-
|
5282 |
-
|
5283 |
-
|
5284 |
-
|
5285 |
-
|
5286 |
-
|
5287 |
-
|
5288 |
-
|
5289 |
-
|
5290 |
-
|
5291 |
-
|
5292 |
-
|
5293 |
-
|
5294 |
-
|
5295 |
-
|
5296 |
-
|
5297 |
-
|
5298 |
-
|
5299 |
-
|
5300 |
-
|
5301 |
-
|
5302 |
-
|
5303 |
-
-
|
5304 |
-
|
5305 |
-
-
|
5306 |
-
-webkit-animation-
|
5307 |
-
animation-
|
5308 |
-
-
|
5309 |
-
animation-
|
5310 |
-
|
5311 |
-
animation-
|
5312 |
-
|
5313 |
-
|
5314 |
-
|
5315 |
-
|
5316 |
-
|
5317 |
-
|
5318 |
-
|
5319 |
-
|
5320 |
-
|
5321 |
-
|
5322 |
-
|
5323 |
-
|
5324 |
-
|
5325 |
-
|
5326 |
-
|
5327 |
-
|
5328 |
-
|
5329 |
-
|
5330 |
-
|
5331 |
-
|
5332 |
-
|
5333 |
-
|
5334 |
-
|
5335 |
-
|
5336 |
-
|
5337 |
-
|
5338 |
-
|
5339 |
-
|
5340 |
-
|
5341 |
-
|
5342 |
-
|
5343 |
-
|
5344 |
-
|
5345 |
-
|
5346 |
-
|
5347 |
-
|
5348 |
-
|
5349 |
-
|
5350 |
-
|
5351 |
-
|
5352 |
-
|
5353 |
-
|
5354 |
-
|
5355 |
-
|
5356 |
-
|
5357 |
-
|
5358 |
-
|
5359 |
-
|
5360 |
-
|
5361 |
-
|
5362 |
-
|
5363 |
-
|
5364 |
-
|
5365 |
-
|
5366 |
-
|
5367 |
-
|
5368 |
-
|
5369 |
-
|
5370 |
-
|
5371 |
-
|
5372 |
-
|
5373 |
-
|
5374 |
-
|
5375 |
-
|
5376 |
-
|
5377 |
-
|
5378 |
-
|
5379 |
-
|
5380 |
-
|
5381 |
-
|
5382 |
-
|
5383 |
-
|
5384 |
-
|
5385 |
-
|
5386 |
-
|
5387 |
-
|
5388 |
-
|
5389 |
-
|
5390 |
-
|
5391 |
-
|
5392 |
-
|
5393 |
-
|
5394 |
-
|
5395 |
-
|
5396 |
-
|
5397 |
-
|
5398 |
-
|
5399 |
-
|
5400 |
-
|
5401 |
-
|
5402 |
-
|
5403 |
-
|
5404 |
-
|
5405 |
-
|
5406 |
-
|
5407 |
-
|
5408 |
-
|
5409 |
-
|
5410 |
-
|
5411 |
-
|
5412 |
-
|
5413 |
-
|
5414 |
-
|
5415 |
-
|
5416 |
-
|
5417 |
-
|
5418 |
-
|
5419 |
-
|
5420 |
-
|
5421 |
-
|
5422 |
-
|
5423 |
-
|
5424 |
-
|
5425 |
-
|
5426 |
-
|
5427 |
-
|
5428 |
-
|
5429 |
-
|
5430 |
-
|
5431 |
-
|
5432 |
-
|
5433 |
-
|
5434 |
-
|
5435 |
-
|
5436 |
-
|
5437 |
-
|
5438 |
-
|
5439 |
-
|
5440 |
-
|
5441 |
-
|
5442 |
-
|
5443 |
-
|
5444 |
-
|
5445 |
-
|
5446 |
-
|
5447 |
-
|
5448 |
-
|
5449 |
-
|
5450 |
-
|
5451 |
-
|
5452 |
-
|
5453 |
-
|
5454 |
-
|
5455 |
-
|
5456 |
-
|
5457 |
-
|
5458 |
-
|
5459 |
-
|
5460 |
-
|
5461 |
-
|
5462 |
-
|
5463 |
-
|
5464 |
-
|
5465 |
-
|
5466 |
-
|
5467 |
-
|
5468 |
-
|
5469 |
-
|
5470 |
-
|
5471 |
-
|
5472 |
-
|
5473 |
-
|
5474 |
-
|
5475 |
-
|
5476 |
-
|
5477 |
-
|
5478 |
-
|
5479 |
-
|
5480 |
-
|
5481 |
-
|
5482 |
-
|
5483 |
-
|
5484 |
-
|
5485 |
-
|
5486 |
-
|
5487 |
-
|
5488 |
-
|
5489 |
-
|
5490 |
-
|
5491 |
-
|
5492 |
-
|
5493 |
-
|
5494 |
-
|
5495 |
-
|
5496 |
-
|
5497 |
-
|
5498 |
-
|
5499 |
-
|
5500 |
-
|
5501 |
-
|
5502 |
-
|
5503 |
-
|
5504 |
-
|
5505 |
-
|
5506 |
-
|
5507 |
-
|
5508 |
-
|
5509 |
-
|
5510 |
-
|
5511 |
-
|
5512 |
-
|
5513 |
-
|
5514 |
-
|
5515 |
-
|
5516 |
-
|
5517 |
-
|
5518 |
-
|
5519 |
-
|
5520 |
-
|
5521 |
-
|
5522 |
-
|
5523 |
-
|
5524 |
-
|
5525 |
-
|
5526 |
-
|
5527 |
-
|
5528 |
-
|
5529 |
-
|
5530 |
-
|
5531 |
-
|
5532 |
-
|
5533 |
-
|
5534 |
-
|
5535 |
-
|
5536 |
-
|
5537 |
-
|
5538 |
-
|
5539 |
-
|
5540 |
-
|
5541 |
-
|
5542 |
-
|
5543 |
-
|
5544 |
-
|
5545 |
-
|
5546 |
-
|
5547 |
-
|
5548 |
-
|
5549 |
-
|
5550 |
-
|
5551 |
-
|
5552 |
-
|
5553 |
-
|
5554 |
-
|
5555 |
-
|
5556 |
-
|
5557 |
-
|
5558 |
-
|
5559 |
-
|
5560 |
-
|
5561 |
-
|
5562 |
-
|
5563 |
-
|
5564 |
-
|
5565 |
-
|
5566 |
-
.
|
5567 |
-
|
5568 |
-
|
5569 |
-
|
5570 |
-
display:
|
5571 |
-
display: -
|
5572 |
-
display: flex;
|
5573 |
-
-
|
5574 |
-
-
|
5575 |
-
|
5576 |
-
-
|
5577 |
-
justify-content: center;
|
5578 |
-
|
5579 |
-
|
5580 |
-
|
5581 |
-
|
5582 |
-
|
5583 |
-
|
5584 |
-
|
5585 |
-
|
5586 |
-
|
5587 |
-
|
5588 |
-
|
5589 |
-
|
5590 |
-
|
5591 |
-
|
5592 |
-
|
5593 |
-
|
5594 |
-
|
5595 |
-
|
5596 |
-
|
5597 |
-
|
5598 |
-
|
5599 |
-
|
5600 |
-
|
5601 |
-
|
5602 |
-
|
5603 |
-
|
5604 |
-
|
5605 |
-
|
5606 |
-
|
5607 |
-
|
5608 |
-
|
5609 |
-
|
5610 |
-
|
5611 |
-
|
5612 |
-
|
5613 |
-
|
5614 |
-
|
5615 |
-
|
5616 |
-
|
5617 |
-
|
5618 |
-
|
5619 |
-
|
5620 |
-
|
5621 |
-
|
5622 |
-
|
5623 |
-
|
5624 |
-
|
5625 |
-
|
5626 |
-
|
5627 |
-
|
5628 |
-
|
5629 |
-
|
5630 |
-
|
5631 |
-
|
5632 |
-
|
5633 |
-
|
5634 |
-
|
5635 |
-
|
5636 |
-
|
5637 |
-
|
5638 |
-
|
5639 |
-
|
5640 |
-
|
5641 |
-
|
5642 |
-
|
5643 |
-
|
5644 |
-
|
5645 |
-
|
5646 |
-
|
5647 |
-
|
5648 |
-
|
5649 |
-
|
5650 |
-
|
5651 |
-
-
|
5652 |
-
|
5653 |
-
|
5654 |
-
|
5655 |
-
|
5656 |
-
|
5657 |
-
|
5658 |
-
|
5659 |
-
|
5660 |
-
|
5661 |
-
|
5662 |
-
|
5663 |
-
|
5664 |
-
|
5665 |
-
|
5666 |
-
|
5667 |
-
|
5668 |
-
|
5669 |
-
|
5670 |
-
|
5671 |
-
|
5672 |
-
|
5673 |
-
|
5674 |
-
|
5675 |
-
|
5676 |
-
|
5677 |
-
-
|
5678 |
-
|
5679 |
-
|
5680 |
-
|
5681 |
-
|
5682 |
-
|
5683 |
-
|
5684 |
-
|
5685 |
-
|
5686 |
-
|
5687 |
-
|
5688 |
-
|
5689 |
-
|
5690 |
-
|
5691 |
-
|
5692 |
-
|
5693 |
-
|
5694 |
-
|
5695 |
-
|
5696 |
-
|
5697 |
-
|
5698 |
-
|
5699 |
-
|
5700 |
-
|
5701 |
-
|
5702 |
-
|
5703 |
-
|
5704 |
-
|
5705 |
-
|
5706 |
-
|
5707 |
-
|
5708 |
-
|
5709 |
-
|
5710 |
-
|
5711 |
-
|
5712 |
-
|
5713 |
-
|
5714 |
-
|
5715 |
-
|
5716 |
-
|
5717 |
-
|
5718 |
-
|
5719 |
-
|
5720 |
-
|
5721 |
-
|
5722 |
-
|
5723 |
-
|
5724 |
-
|
5725 |
-
|
5726 |
-
|
5727 |
-
|
5728 |
-
|
5729 |
-
display:
|
5730 |
-
display: -
|
5731 |
-
display: flex;
|
5732 |
-
-
|
5733 |
-
-
|
5734 |
-
|
5735 |
-
-
|
5736 |
-
-
|
5737 |
-
-
|
5738 |
-
|
5739 |
-
|
5740 |
-
|
5741 |
-
|
5742 |
-
|
5743 |
-
|
5744 |
-
|
5745 |
-
|
5746 |
-
|
5747 |
-
display:
|
5748 |
-
display: -
|
5749 |
-
display: flex;
|
5750 |
-
-
|
5751 |
-
-
|
5752 |
-
|
5753 |
-
-
|
5754 |
-
align-items: center;
|
5755 |
-
|
5756 |
-
|
5757 |
-
|
5758 |
-
|
5759 |
-
|
5760 |
-
|
5761 |
-
|
5762 |
-
|
5763 |
-
|
5764 |
-
|
5765 |
-
|
5766 |
-
|
5767 |
-
|
5768 |
-
|
5769 |
-
|
5770 |
-
|
5771 |
-
|
5772 |
-
|
5773 |
-
|
5774 |
-
|
5775 |
-
|
5776 |
-
|
5777 |
-
|
5778 |
-
|
5779 |
-
|
5780 |
-
|
5781 |
-
|
5782 |
-
|
5783 |
-
|
5784 |
-
|
5785 |
-
|
5786 |
-
|
5787 |
-
|
5788 |
-
|
5789 |
-
|
5790 |
-
|
5791 |
-
|
5792 |
-
|
5793 |
-
|
5794 |
-
|
5795 |
-
|
5796 |
-
|
5797 |
-
|
5798 |
-
|
5799 |
-
|
5800 |
-
|
5801 |
-
|
5802 |
-
|
5803 |
-
|
5804 |
-
|
5805 |
-
|
5806 |
-
|
5807 |
-
|
5808 |
-
|
5809 |
-
|
5810 |
-
|
5811 |
-
|
5812 |
-
|
5813 |
-
|
5814 |
-
|
5815 |
-
|
5816 |
-
|
5817 |
-
|
5818 |
-
|
5819 |
-
|
5820 |
-
|
5821 |
-
|
5822 |
-
|
5823 |
-
|
5824 |
-
|
5825 |
-
|
5826 |
-
|
5827 |
-
|
5828 |
-
|
5829 |
-
|
5830 |
-
|
5831 |
-
|
5832 |
-
|
5833 |
-
|
5834 |
-
|
5835 |
-
|
5836 |
-
|
5837 |
-
|
5838 |
-
|
5839 |
-
|
5840 |
-
|
5841 |
-
|
5842 |
-
|
5843 |
-
|
5844 |
-
|
5845 |
-
|
5846 |
-
|
5847 |
-
|
5848 |
-
|
5849 |
-
|
5850 |
-
|
5851 |
-
|
5852 |
-
|
5853 |
-
|
5854 |
-
|
5855 |
-
|
5856 |
-
|
5857 |
-
|
5858 |
-
|
5859 |
-
|
5860 |
-
|
5861 |
-
|
5862 |
-
|
5863 |
-
|
5864 |
-
|
5865 |
-
|
5866 |
-
|
5867 |
-
|
5868 |
-
|
5869 |
-
|
5870 |
-
|
5871 |
-
|
5872 |
-
|
5873 |
-
|
5874 |
-
display:
|
5875 |
-
display: -
|
5876 |
-
display: inline-flex;
|
5877 |
-
|
5878 |
-
|
5879 |
-
|
5880 |
-
|
5881 |
-
|
5882 |
-
|
5883 |
-
|
5884 |
-
-webkit-
|
5885 |
-
|
5886 |
-
|
5887 |
-
|
5888 |
-
.
|
5889 |
-
|
5890 |
-
|
5891 |
-
|
5892 |
-
|
5893 |
-
display:
|
5894 |
-
display: -
|
5895 |
-
display: flex;
|
5896 |
-
|
5897 |
-
|
5898 |
-
|
5899 |
-
|
5900 |
-
|
5901 |
-
|
5902 |
-
|
5903 |
-
|
5904 |
-
|
5905 |
-
|
5906 |
-
|
5907 |
-
.premium-btn-
|
5908 |
-
|
5909 |
-
|
5910 |
-
|
5911 |
-
|
5912 |
-
|
5913 |
-
|
5914 |
-
|
5915 |
-
|
5916 |
-
|
5917 |
-
.premium-btn-
|
5918 |
-
|
5919 |
-
|
5920 |
-
|
5921 |
-
|
5922 |
-
|
5923 |
-
|
5924 |
-
|
5925 |
-
|
5926 |
-
|
5927 |
-
|
5928 |
-
|
5929 |
-
|
5930 |
-
|
5931 |
-
|
5932 |
-
|
5933 |
-
|
5934 |
-
|
5935 |
-
|
5936 |
-
|
5937 |
-
|
5938 |
-
|
5939 |
-
|
5940 |
-
|
5941 |
-
|
5942 |
-
|
5943 |
-
|
5944 |
-
|
5945 |
-
|
5946 |
-
|
5947 |
-
|
5948 |
-
|
5949 |
-
|
5950 |
-
|
5951 |
-
|
5952 |
-
|
5953 |
-
|
5954 |
-
|
5955 |
-
|
5956 |
-
.premium-button-
|
5957 |
-
|
5958 |
-
|
5959 |
-
|
5960 |
-
|
5961 |
-
-
|
5962 |
-
|
5963 |
-
|
5964 |
-
-webkit-
|
5965 |
-
|
5966 |
-
|
5967 |
-
transition-
|
5968 |
-
|
5969 |
-
|
5970 |
-
|
5971 |
-
|
5972 |
-
|
5973 |
-
|
5974 |
-
|
5975 |
-
|
5976 |
-
|
5977 |
-
|
5978 |
-
|
5979 |
-
|
5980 |
-
|
5981 |
-
|
5982 |
-
|
5983 |
-
-webkit-transform
|
5984 |
-
-ms-transform
|
5985 |
-
transform
|
5986 |
-
-webkit-
|
5987 |
-
|
5988 |
-
|
5989 |
-
transition-property:
|
5990 |
-
|
5991 |
-
transition-
|
5992 |
-
|
5993 |
-
transition-
|
5994 |
-
|
5995 |
-
|
5996 |
-
|
5997 |
-
|
5998 |
-
|
5999 |
-
|
6000 |
-
|
6001 |
-
-webkit-
|
6002 |
-
|
6003 |
-
-
|
6004 |
-
-
|
6005 |
-
|
6006 |
-
|
6007 |
-
|
6008 |
-
|
6009 |
-
|
6010 |
-
|
6011 |
-
|
6012 |
-
|
6013 |
-
|
6014 |
-
|
6015 |
-
|
6016 |
-
|
6017 |
-
|
6018 |
-
-webkit-transform:
|
6019 |
-
-ms-transform:
|
6020 |
-
transform:
|
6021 |
-
|
6022 |
-
|
6023 |
-
|
6024 |
-
|
6025 |
-
|
6026 |
-
|
6027 |
-
-webkit-transform:
|
6028 |
-
-ms-transform:
|
6029 |
-
transform:
|
6030 |
-
|
6031 |
-
|
6032 |
-
|
6033 |
-
|
6034 |
-
|
6035 |
-
|
6036 |
-
|
6037 |
-
|
6038 |
-
|
6039 |
-
|
6040 |
-
|
6041 |
-
|
6042 |
-
|
6043 |
-
|
6044 |
-
|
6045 |
-
|
6046 |
-
|
6047 |
-
|
6048 |
-
|
6049 |
-
|
6050 |
-
|
6051 |
-
|
6052 |
-
|
6053 |
-
|
6054 |
-
|
6055 |
-
|
6056 |
-
|
6057 |
-
|
6058 |
-
|
6059 |
-
|
6060 |
-
|
6061 |
-
|
6062 |
-
|
6063 |
-
|
6064 |
-
|
6065 |
-
|
6066 |
-
-webkit-transform
|
6067 |
-
-ms-transform
|
6068 |
-
transform
|
6069 |
-
|
6070 |
-
|
6071 |
-
|
6072 |
-
|
6073 |
-
|
6074 |
-
|
6075 |
-
-webkit-transform
|
6076 |
-
-ms-transform
|
6077 |
-
transform
|
6078 |
-
|
6079 |
-
|
6080 |
-
|
6081 |
-
|
6082 |
-
|
6083 |
-
|
6084 |
-
|
6085 |
-
-webkit-transform
|
6086 |
-
-ms-transform
|
6087 |
-
transform
|
6088 |
-
|
6089 |
-
|
6090 |
-
|
6091 |
-
|
6092 |
-
|
6093 |
-
|
6094 |
-
|
6095 |
-
-webkit-transform
|
6096 |
-
-ms-transform
|
6097 |
-
transform
|
6098 |
-
|
6099 |
-
|
6100 |
-
|
6101 |
-
|
6102 |
-
|
6103 |
-
|
6104 |
-
-webkit-transform
|
6105 |
-
-ms-transform
|
6106 |
-
transform
|
6107 |
-
|
6108 |
-
|
6109 |
-
|
6110 |
-
|
6111 |
-
|
6112 |
-
|
6113 |
-
-webkit-transform
|
6114 |
-
-ms-transform
|
6115 |
-
transform
|
6116 |
-
|
6117 |
-
|
6118 |
-
|
6119 |
-
|
6120 |
-
|
6121 |
-
|
6122 |
-
|
6123 |
-
|
6124 |
-
|
6125 |
-
|
6126 |
-
|
6127 |
-
|
6128 |
-
.premium-button-
|
6129 |
-
|
6130 |
-
|
6131 |
-
|
6132 |
-
|
6133 |
-
|
6134 |
-
|
6135 |
-
|
6136 |
-
|
6137 |
-
|
6138 |
-
|
6139 |
-
|
6140 |
-
|
6141 |
-
|
6142 |
-
|
6143 |
-
|
6144 |
-
|
6145 |
-
|
6146 |
-
|
6147 |
-
|
6148 |
-
|
6149 |
-
|
6150 |
-
|
6151 |
-
|
6152 |
-
|
6153 |
-
|
6154 |
-
|
6155 |
-
|
6156 |
-
|
6157 |
-
|
6158 |
-
|
6159 |
-
|
6160 |
-
|
6161 |
-
|
6162 |
-
|
6163 |
-
|
6164 |
-
|
6165 |
-
|
6166 |
-
|
6167 |
-
-webkit-transform
|
6168 |
-
-ms-transform
|
6169 |
-
transform
|
6170 |
-
-webkit-
|
6171 |
-
|
6172 |
-
|
6173 |
-
|
6174 |
-
|
6175 |
-
|
6176 |
-
|
6177 |
-
|
6178 |
-
|
6179 |
-
|
6180 |
-
|
6181 |
-
|
6182 |
-
-webkit-
|
6183 |
-
|
6184 |
-
-
|
6185 |
-
-
|
6186 |
-
|
6187 |
-
|
6188 |
-
|
6189 |
-
|
6190 |
-
|
6191 |
-
|
6192 |
-
|
6193 |
-
|
6194 |
-
|
6195 |
-
|
6196 |
-
|
6197 |
-
|
6198 |
-
|
6199 |
-
|
6200 |
-
-webkit-
|
6201 |
-
|
6202 |
-
|
6203 |
-
|
6204 |
-
.
|
6205 |
-
|
6206 |
-
|
6207 |
-
|
6208 |
-
|
6209 |
-
|
6210 |
-
-webkit-
|
6211 |
-
|
6212 |
-
|
6213 |
-
-
|
6214 |
-
|
6215 |
-
|
6216 |
-
|
6217 |
-
|
6218 |
-
|
6219 |
-
|
6220 |
-
|
6221 |
-
|
6222 |
-
|
6223 |
-
|
6224 |
-
|
6225 |
-
|
6226 |
-
|
6227 |
-
|
6228 |
-
|
6229 |
-
|
6230 |
-
|
6231 |
-
|
6232 |
-
display:
|
6233 |
-
display: -
|
6234 |
-
display: flex;
|
6235 |
-
-
|
6236 |
-
-
|
6237 |
-
|
6238 |
-
-
|
6239 |
-
justify-content: center;
|
6240 |
-
-
|
6241 |
-
-
|
6242 |
-
-
|
6243 |
-
-
|
6244 |
-
align-items: center;
|
6245 |
-
-
|
6246 |
-
|
6247 |
-
|
6248 |
-
|
6249 |
-
.
|
6250 |
-
|
6251 |
-
|
6252 |
-
|
6253 |
-
|
6254 |
-
|
6255 |
-
|
6256 |
-
.
|
6257 |
-
|
6258 |
-
|
6259 |
-
|
6260 |
-
|
6261 |
-
-
|
6262 |
-
|
6263 |
-
|
6264 |
-
display:
|
6265 |
-
display: -
|
6266 |
-
display: flex;
|
6267 |
-
-
|
6268 |
-
-
|
6269 |
-
|
6270 |
-
-
|
6271 |
-
align-items: center;
|
6272 |
-
-
|
6273 |
-
-
|
6274 |
-
-
|
6275 |
-
-
|
6276 |
-
justify-content: center;
|
6277 |
-
|
6278 |
-
|
6279 |
-
-
|
6280 |
-
|
6281 |
-
|
6282 |
-
|
6283 |
-
.
|
6284 |
-
|
6285 |
-
|
6286 |
-
|
6287 |
-
|
6288 |
-
|
6289 |
-
|
6290 |
-
|
6291 |
-
|
6292 |
-
|
6293 |
-
|
6294 |
-
|
6295 |
-
|
6296 |
-
|
6297 |
-
|
6298 |
-
|
6299 |
-
|
6300 |
-
|
6301 |
-
|
6302 |
-
|
6303 |
-
|
6304 |
-
|
6305 |
-
|
6306 |
-
|
6307 |
-
|
6308 |
-
|
6309 |
-
|
6310 |
-
|
6311 |
-
|
6312 |
-
|
6313 |
-
|
6314 |
-
|
6315 |
-
|
6316 |
-
|
6317 |
-
|
6318 |
-
|
6319 |
-
|
6320 |
-
|
6321 |
-
|
6322 |
-
|
6323 |
-
|
6324 |
-
|
6325 |
-
|
6326 |
-
|
6327 |
-
|
6328 |
-
|
6329 |
-
|
6330 |
-
|
6331 |
-
|
6332 |
-
|
6333 |
-
|
6334 |
-
|
6335 |
-
|
6336 |
-
|
6337 |
-
|
6338 |
-
|
6339 |
-
|
6340 |
-
|
6341 |
-
|
6342 |
-
|
6343 |
-
|
6344 |
-
|
6345 |
-
|
6346 |
-
|
6347 |
-
|
6348 |
-
|
6349 |
-
|
6350 |
-
|
6351 |
-
|
6352 |
-
|
6353 |
-
|
6354 |
-
|
6355 |
-
|
6356 |
-
|
6357 |
-
|
6358 |
-
|
6359 |
-
|
6360 |
-
|
6361 |
-
-
|
6362 |
-
|
6363 |
-
-webkit-
|
6364 |
-
|
6365 |
-
|
6366 |
-
|
6367 |
-
.
|
6368 |
-
|
6369 |
-
|
6370 |
-
|
6371 |
-
|
6372 |
-
|
6373 |
-
|
6374 |
-
|
6375 |
-
|
6376 |
-
|
6377 |
-
|
6378 |
-
|
6379 |
-
|
6380 |
-
|
6381 |
-
|
6382 |
-
|
6383 |
-
|
6384 |
-
|
6385 |
-
|
6386 |
-
|
6387 |
-
|
6388 |
-
-webkit-
|
6389 |
-
-
|
6390 |
-
|
6391 |
-
-webkit-
|
6392 |
-
|
6393 |
-
|
6394 |
-
|
6395 |
-
.
|
6396 |
-
|
6397 |
-
|
6398 |
-
|
6399 |
-
|
6400 |
-
|
6401 |
-
|
6402 |
-
|
6403 |
-
|
6404 |
-
|
6405 |
-
|
6406 |
-
|
6407 |
-
|
6408 |
-
|
6409 |
-
|
6410 |
-
|
6411 |
-
.
|
6412 |
-
|
6413 |
-
|
6414 |
-
|
6415 |
-
|
6416 |
-
|
6417 |
-
.
|
6418 |
-
|
6419 |
-
|
6420 |
-
|
6421 |
-
|
6422 |
-
|
6423 |
-
.
|
6424 |
-
|
6425 |
-
|
6426 |
-
|
6427 |
-
|
6428 |
-
|
6429 |
-
|
6430 |
-
|
6431 |
-
|
6432 |
-
|
6433 |
-
|
6434 |
-
|
6435 |
-
|
6436 |
-
|
6437 |
-
|
6438 |
-
|
6439 |
-
|
6440 |
-
|
6441 |
-
|
6442 |
-
|
6443 |
-
|
6444 |
-
|
6445 |
-
|
6446 |
-
|
6447 |
-
|
6448 |
-
|
6449 |
-
|
6450 |
-
|
6451 |
-
|
6452 |
-
|
6453 |
-
|
6454 |
-
|
6455 |
-
|
6456 |
-
|
6457 |
-
|
6458 |
-
|
6459 |
-
|
6460 |
-
|
6461 |
-
|
6462 |
-
|
6463 |
-
|
6464 |
-
|
6465 |
-
|
6466 |
-
|
6467 |
-
|
6468 |
-
|
6469 |
-
|
6470 |
-
|
6471 |
-
|
6472 |
-
|
6473 |
-
|
6474 |
-
|
6475 |
-
|
6476 |
-
|
6477 |
-
|
6478 |
-
|
6479 |
-
|
6480 |
-
|
6481 |
-
|
6482 |
-
|
6483 |
-
|
6484 |
-
|
6485 |
-
|
6486 |
-
|
6487 |
-
|
6488 |
-
|
6489 |
-
|
6490 |
-
|
6491 |
-
|
6492 |
-
|
6493 |
-
|
6494 |
-
|
6495 |
-
|
6496 |
-
|
6497 |
-
|
6498 |
-
|
6499 |
-
|
6500 |
-
|
6501 |
-
|
6502 |
-
|
6503 |
-
|
6504 |
-
|
6505 |
-
|
6506 |
-
|
6507 |
-
|
6508 |
-
|
6509 |
-
|
6510 |
-
|
6511 |
-
|
6512 |
-
|
6513 |
-
|
6514 |
-
|
6515 |
-
|
6516 |
-
|
6517 |
-
|
6518 |
-
|
6519 |
-
|
6520 |
-
|
6521 |
-
|
6522 |
-
|
6523 |
-
|
6524 |
-
|
6525 |
-
|
6526 |
-
|
6527 |
-
|
6528 |
-
|
6529 |
-
|
6530 |
-
|
6531 |
-
|
6532 |
-
|
6533 |
-
|
6534 |
-
|
6535 |
-
display:
|
6536 |
-
display: -
|
6537 |
-
display: inline-flex;
|
6538 |
-
|
6539 |
-
|
6540 |
-
|
6541 |
-
|
6542 |
-
|
6543 |
-
|
6544 |
-
|
6545 |
-
|
6546 |
-
.
|
6547 |
-
|
6548 |
-
|
6549 |
-
|
6550 |
-
|
6551 |
-
|
6552 |
-
|
6553 |
-
|
6554 |
-
|
6555 |
-
|
6556 |
-
.premium-image-button
|
6557 |
-
.premium-image-button-
|
6558 |
-
.premium-image-button-style1-
|
6559 |
-
|
6560 |
-
|
6561 |
-
|
6562 |
-
|
6563 |
-
|
6564 |
-
|
6565 |
-
|
6566 |
-
|
6567 |
-
display:
|
6568 |
-
display: -
|
6569 |
-
display: flex;
|
6570 |
-
-
|
6571 |
-
-
|
6572 |
-
|
6573 |
-
-
|
6574 |
-
justify-content: center;
|
6575 |
-
-
|
6576 |
-
-
|
6577 |
-
-
|
6578 |
-
-
|
6579 |
-
align-items: center;
|
6580 |
-
|
6581 |
-
|
6582 |
-
-
|
6583 |
-
|
6584 |
-
|
6585 |
-
|
6586 |
-
.
|
6587 |
-
|
6588 |
-
|
6589 |
-
.premium-image-button-text-icon-wrapper
|
6590 |
-
|
6591 |
-
|
6592 |
-
|
6593 |
-
|
6594 |
-
.
|
6595 |
-
|
6596 |
-
|
6597 |
-
.premium-image-button-style1-
|
6598 |
-
|
6599 |
-
|
6600 |
-
|
6601 |
-
|
6602 |
-
.
|
6603 |
-
|
6604 |
-
|
6605 |
-
|
6606 |
-
|
6607 |
-
|
6608 |
-
|
6609 |
-
|
6610 |
-
|
6611 |
-
|
6612 |
-
|
6613 |
-
|
6614 |
-
|
6615 |
-
|
6616 |
-
|
6617 |
-
|
6618 |
-
|
6619 |
-
|
6620 |
-
|
6621 |
-
|
6622 |
-
|
6623 |
-
|
6624 |
-
|
6625 |
-
|
6626 |
-
|
6627 |
-
|
6628 |
-
|
6629 |
-
|
6630 |
-
|
6631 |
-
|
6632 |
-
|
6633 |
-
|
6634 |
-
|
6635 |
-
|
6636 |
-
|
6637 |
-
|
6638 |
-
|
6639 |
-
|
6640 |
-
|
6641 |
-
|
6642 |
-
|
6643 |
-
|
6644 |
-
|
6645 |
-
|
6646 |
-
|
6647 |
-
|
6648 |
-
|
6649 |
-
|
6650 |
-
|
6651 |
-
|
6652 |
-
|
6653 |
-
|
6654 |
-
|
6655 |
-
|
6656 |
-
|
6657 |
-
.premium-image-button-diagonal-
|
6658 |
-
|
6659 |
-
|
6660 |
-
|
6661 |
-
|
6662 |
-
|
6663 |
-
|
6664 |
-
.premium-image-button-diagonal-
|
6665 |
-
|
6666 |
-
|
6667 |
-
|
6668 |
-
|
6669 |
-
|
6670 |
-
|
6671 |
-
|
6672 |
-
|
6673 |
-
|
6674 |
-
-
|
6675 |
-
|
6676 |
-
-webkit-
|
6677 |
-
|
6678 |
-
|
6679 |
-
|
6680 |
-
.
|
6681 |
-
|
6682 |
-
|
6683 |
-
|
6684 |
-
|
6685 |
-
|
6686 |
-
|
6687 |
-
.
|
6688 |
-
|
6689 |
-
|
6690 |
-
|
6691 |
-
|
6692 |
-
|
6693 |
-
|
6694 |
-
|
6695 |
-
|
6696 |
-
|
6697 |
-
|
6698 |
-
|
6699 |
-
|
6700 |
-
|
6701 |
-
.
|
6702 |
-
|
6703 |
-
|
6704 |
-
|
6705 |
-
|
6706 |
-
|
6707 |
-
|
6708 |
-
.
|
6709 |
-
|
6710 |
-
|
6711 |
-
|
6712 |
-
|
6713 |
-
|
6714 |
-
|
6715 |
-
|
6716 |
-
|
6717 |
-
display: -
|
6718 |
-
display:
|
6719 |
-
-
|
6720 |
-
-
|
6721 |
-
|
6722 |
-
-
|
6723 |
-
align-items: center;
|
6724 |
-
-
|
6725 |
-
-
|
6726 |
-
-
|
6727 |
-
-
|
6728 |
-
justify-content: center;
|
6729 |
-
|
6730 |
-
|
6731 |
-
-
|
6732 |
-
|
6733 |
-
|
6734 |
-
|
6735 |
-
.
|
6736 |
-
|
6737 |
-
|
6738 |
-
|
6739 |
-
|
6740 |
-
|
6741 |
-
|
6742 |
-
|
6743 |
-
|
6744 |
-
|
6745 |
-
|
6746 |
-
|
6747 |
-
|
6748 |
-
|
6749 |
-
|
6750 |
-
|
6751 |
-
|
6752 |
-
|
6753 |
-
|
6754 |
-
|
6755 |
-
|
6756 |
-
|
6757 |
-
|
6758 |
-
|
6759 |
-
|
6760 |
-
|
6761 |
-
|
6762 |
-
|
6763 |
-
|
6764 |
-
|
6765 |
-
|
6766 |
-
|
6767 |
-
|
6768 |
-
|
6769 |
-
|
6770 |
-
|
6771 |
-
|
6772 |
-
|
6773 |
-
|
6774 |
-
|
6775 |
-
|
6776 |
-
|
6777 |
-
|
6778 |
-
|
6779 |
-
|
6780 |
-
|
6781 |
-
|
6782 |
-
|
6783 |
-
|
6784 |
-
|
6785 |
-
|
6786 |
-
|
6787 |
-
|
6788 |
-
|
6789 |
-
|
6790 |
-
|
6791 |
-
|
6792 |
-
|
6793 |
-
|
6794 |
-
|
6795 |
-
|
6796 |
-
|
6797 |
-
|
6798 |
-
|
6799 |
-
|
6800 |
-
|
6801 |
-
|
6802 |
-
|
6803 |
-
|
6804 |
-
|
6805 |
-
|
6806 |
-
|
6807 |
-
|
6808 |
-
|
6809 |
-
|
6810 |
-
|
6811 |
-
|
6812 |
-
|
6813 |
-
|
6814 |
-
|
6815 |
-
-webkit-
|
6816 |
-
|
6817 |
-
|
6818 |
-
animation-
|
6819 |
-
|
6820 |
-
|
6821 |
-
|
6822 |
-
|
6823 |
-
|
6824 |
-
|
6825 |
-
animation-
|
6826 |
-
|
6827 |
-
|
6828 |
-
|
6829 |
-
|
6830 |
-
|
6831 |
-
|
6832 |
-
animation-
|
6833 |
-
|
6834 |
-
|
6835 |
-
|
6836 |
-
|
6837 |
-
|
6838 |
-
|
6839 |
-
animation-
|
6840 |
-
|
6841 |
-
|
6842 |
-
|
6843 |
-
|
6844 |
-
|
6845 |
-
|
6846 |
-
|
6847 |
-
|
6848 |
-
|
6849 |
-
|
6850 |
-
|
6851 |
-
|
6852 |
-
|
6853 |
-
|
6854 |
-
|
6855 |
-
|
6856 |
-
|
6857 |
-
|
6858 |
-
|
6859 |
-
|
6860 |
-
|
6861 |
-
|
6862 |
-
|
6863 |
-
|
6864 |
-
|
6865 |
-
|
6866 |
-
|
6867 |
-
|
6868 |
-
|
6869 |
-
|
6870 |
-
|
6871 |
-
|
6872 |
-
|
6873 |
-
|
6874 |
-
|
6875 |
-
|
6876 |
-
|
6877 |
-
|
6878 |
-
|
6879 |
-
|
6880 |
-
|
6881 |
-
|
6882 |
-
|
6883 |
-
|
6884 |
-
|
6885 |
-
|
6886 |
-
|
6887 |
-
|
6888 |
-
|
6889 |
-
|
6890 |
-
|
6891 |
-
|
6892 |
-
|
6893 |
-
|
6894 |
-
|
6895 |
-
|
6896 |
-
|
6897 |
-
|
6898 |
-
|
6899 |
-
|
6900 |
-
|
6901 |
-
|
6902 |
-
|
6903 |
-
|
6904 |
-
|
6905 |
-
|
6906 |
-
|
6907 |
-
|
6908 |
-
|
6909 |
-
|
6910 |
-
|
6911 |
-
|
6912 |
-
|
6913 |
-
|
6914 |
-
|
6915 |
-
|
6916 |
-
|
6917 |
-
|
6918 |
-
|
6919 |
-
|
6920 |
-
|
6921 |
-
|
6922 |
-
|
6923 |
-
|
6924 |
-
|
6925 |
-
|
6926 |
-
|
6927 |
-
|
6928 |
-
|
6929 |
-
|
6930 |
-
|
6931 |
-
|
6932 |
-
|
6933 |
-
|
6934 |
-
|
6935 |
-
|
6936 |
-
|
6937 |
-
|
6938 |
-
|
6939 |
-
|
6940 |
-
|
6941 |
-
|
6942 |
-
|
6943 |
-
|
6944 |
-
|
6945 |
-
|
6946 |
-
|
6947 |
-
|
6948 |
-
|
6949 |
-
|
6950 |
-
|
6951 |
-
|
6952 |
-
|
6953 |
-
|
6954 |
-
|
6955 |
-
|
6956 |
-
|
6957 |
-
|
6958 |
-
|
6959 |
-
|
6960 |
-
|
6961 |
-
|
6962 |
-
|
6963 |
-
|
6964 |
-
|
6965 |
-
|
6966 |
-
|
6967 |
-
|
6968 |
-
|
6969 |
-
|
6970 |
-
|
6971 |
-
|
6972 |
-
|
6973 |
-
|
6974 |
-
|
6975 |
-
|
6976 |
-
|
6977 |
-
|
6978 |
-
|
6979 |
-
|
6980 |
-
|
6981 |
-
|
6982 |
-
|
6983 |
-
|
6984 |
-
|
6985 |
-
|
6986 |
-
|
6987 |
-
|
6988 |
-
|
6989 |
-
|
6990 |
-
|
6991 |
-
|
6992 |
-
|
6993 |
-
|
6994 |
-
|
6995 |
-
|
6996 |
-
|
6997 |
-
|
6998 |
-
|
6999 |
-
|
7000 |
-
|
7001 |
-
|
7002 |
-
|
7003 |
-
|
7004 |
-
|
7005 |
-
|
7006 |
-
|
7007 |
-
|
7008 |
-
|
7009 |
-
|
7010 |
-
display: -
|
7011 |
-
display:
|
7012 |
-
-
|
7013 |
-
-
|
7014 |
-
|
7015 |
-
-
|
7016 |
-
align-items: center;
|
7017 |
-
-
|
7018 |
-
-
|
7019 |
-
-
|
7020 |
-
-
|
7021 |
-
justify-content: center;
|
7022 |
-
|
7023 |
-
|
7024 |
-
|
7025 |
-
|
7026 |
-
|
7027 |
-
|
7028 |
-
|
7029 |
-
|
7030 |
-
|
7031 |
-
|
7032 |
-
|
7033 |
-
|
7034 |
-
|
7035 |
-
|
7036 |
-
|
7037 |
-
|
7038 |
-
|
7039 |
-
|
7040 |
-
|
7041 |
-
|
7042 |
-
|
7043 |
-
|
7044 |
-
|
7045 |
-
|
7046 |
-
|
7047 |
-
-
|
7048 |
-
|
7049 |
-
|
7050 |
-
|
7051 |
-
.
|
7052 |
-
|
7053 |
-
|
7054 |
-
|
7055 |
-
|
7056 |
-
.
|
7057 |
-
|
7058 |
-
|
7059 |
-
|
7060 |
-
|
7061 |
-
|
7062 |
-
|
7063 |
-
|
7064 |
-
|
7065 |
-
|
7066 |
-
|
7067 |
-
|
7068 |
-
|
7069 |
-
|
7070 |
-
|
7071 |
-
|
7072 |
-
|
7073 |
-
|
7074 |
-
|
7075 |
-
|
7076 |
-
|
7077 |
-
|
7078 |
-
|
7079 |
-
|
7080 |
-
|
7081 |
-
|
7082 |
-
|
7083 |
-
|
7084 |
-
|
7085 |
-
|
7086 |
-
|
7087 |
-
.
|
7088 |
-
|
7089 |
-
|
7090 |
-
|
7091 |
-
|
7092 |
-
|
7093 |
-
|
7094 |
-
|
7095 |
-
|
7096 |
-
|
7097 |
-
|
7098 |
-
|
7099 |
-
.
|
7100 |
-
|
7101 |
-
|
7102 |
-
|
7103 |
-
|
7104 |
-
|
7105 |
-
|
7106 |
-
|
7107 |
-
|
7108 |
-
|
7109 |
-
|
7110 |
-
|
7111 |
-
|
7112 |
-
|
7113 |
-
|
7114 |
-
|
7115 |
-
|
7116 |
-
|
7117 |
-
|
7118 |
-
|
7119 |
-
|
7120 |
-
|
7121 |
-
|
7122 |
-
|
7123 |
-
.pa-gallery-img .pa-gallery-
|
7124 |
-
|
7125 |
-
|
7126 |
-
|
7127 |
-
|
7128 |
-
.
|
7129 |
-
|
7130 |
-
|
7131 |
-
|
7132 |
-
|
7133 |
-
|
7134 |
-
|
7135 |
-
|
7136 |
-
|
7137 |
-
|
7138 |
-
|
7139 |
-
|
7140 |
-
|
7141 |
-
|
7142 |
-
|
7143 |
-
|
7144 |
-
|
7145 |
-
|
7146 |
-
|
7147 |
-
|
7148 |
-
|
7149 |
-
.
|
7150 |
-
|
7151 |
-
|
7152 |
-
|
7153 |
-
|
7154 |
-
.
|
7155 |
-
|
7156 |
-
|
7157 |
-
|
7158 |
-
|
7159 |
-
|
7160 |
-
|
7161 |
-
|
7162 |
-
|
7163 |
-
|
7164 |
-
|
7165 |
-
|
7166 |
-
|
7167 |
-
|
7168 |
-
|
7169 |
-
|
7170 |
-
|
7171 |
-
|
7172 |
-
|
7173 |
-
|
7174 |
-
display: -
|
7175 |
-
display: inline-
|
7176 |
-
|
7177 |
-
|
7178 |
-
|
7179 |
-
|
7180 |
-
|
7181 |
-
|
7182 |
-
|
7183 |
-
|
7184 |
-
|
7185 |
-
|
7186 |
-
|
7187 |
-
|
7188 |
-
|
7189 |
-
|
7190 |
-
|
7191 |
-
|
7192 |
-
|
7193 |
-
|
7194 |
-
|
7195 |
-
|
7196 |
-
.
|
7197 |
-
|
7198 |
-
|
7199 |
-
|
7200 |
-
|
7201 |
-
|
7202 |
-
|
7203 |
-
|
7204 |
-
|
7205 |
-
|
7206 |
-
|
7207 |
-
|
7208 |
-
|
7209 |
-
|
7210 |
-
|
7211 |
-
|
7212 |
-
|
7213 |
-
|
7214 |
-
|
7215 |
-
|
7216 |
-
|
7217 |
-
|
7218 |
-
|
7219 |
-
|
7220 |
-
|
7221 |
-
|
7222 |
-
|
7223 |
-
|
7224 |
-
|
7225 |
-
|
7226 |
-
|
7227 |
-
|
7228 |
-
|
7229 |
-
|
7230 |
-
|
7231 |
-
|
7232 |
-
|
7233 |
-
|
7234 |
-
|
7235 |
-
|
7236 |
-
|
7237 |
-
|
7238 |
-
|
7239 |
-
|
7240 |
-
|
7241 |
-
|
7242 |
-
|
7243 |
-
|
7244 |
-
|
7245 |
-
|
7246 |
-
|
7247 |
-
|
7248 |
-
|
7249 |
-
|
7250 |
-
|
7251 |
-
|
7252 |
-
|
7253 |
-
|
7254 |
-
|
7255 |
-
|
7256 |
-
|
7257 |
-
|
7258 |
-
|
7259 |
-
|
7260 |
-
|
7261 |
-
|
7262 |
-
|
7263 |
-
|
7264 |
-
|
7265 |
-
|
7266 |
-
|
7267 |
-
|
7268 |
-
-
|
7269 |
-
|
7270 |
-
|
7271 |
-
|
7272 |
-
|
7273 |
-
|
7274 |
-
|
7275 |
-
|
7276 |
-
|
7277 |
-
|
7278 |
-
|
7279 |
-
|
7280 |
-
|
7281 |
-
|
7282 |
-
|
7283 |
-
|
7284 |
-
|
7285 |
-
|
7286 |
-
|
7287 |
-
|
7288 |
-
|
7289 |
-
|
7290 |
-
|
7291 |
-
|
7292 |
-
|
7293 |
-
|
7294 |
-
|
7295 |
-
|
7296 |
-
|
7297 |
-
|
7298 |
-
-webkit-
|
7299 |
-
|
7300 |
-
transition: transform 0.3s, opacity 0.3s;
|
7301 |
-
transition:
|
7302 |
-
|
7303 |
-
|
7304 |
-
|
7305 |
-
|
7306 |
-
|
7307 |
-
|
7308 |
-
display: -
|
7309 |
-
display:
|
7310 |
-
|
7311 |
-
-
|
7312 |
-
|
7313 |
-
-
|
7314 |
-
-
|
7315 |
-
align-items: center;
|
7316 |
-
|
7317 |
-
|
7318 |
-
|
7319 |
-
|
7320 |
-
|
7321 |
-
|
7322 |
-
|
7323 |
-
|
7324 |
-
|
7325 |
-
|
7326 |
-
|
7327 |
-
|
7328 |
-
|
7329 |
-
|
7330 |
-
|
7331 |
-
|
7332 |
-
|
7333 |
-
|
7334 |
-
|
7335 |
-
|
7336 |
-
|
7337 |
-
|
7338 |
-
|
7339 |
-
|
7340 |
-
|
7341 |
-
|
7342 |
-
|
7343 |
-
|
7344 |
-
|
7345 |
-
|
7346 |
-
|
7347 |
-
|
7348 |
-
|
7349 |
-
|
7350 |
-
|
7351 |
-
|
7352 |
-
|
7353 |
-
|
7354 |
-
|
7355 |
-
|
7356 |
-
|
7357 |
-
|
7358 |
-
|
7359 |
-
|
7360 |
-
|
7361 |
-
|
7362 |
-
|
7363 |
-
|
7364 |
-
|
7365 |
-
|
7366 |
-
|
7367 |
-
|
7368 |
-
|
7369 |
-
|
7370 |
-
|
7371 |
-
|
7372 |
-
|
7373 |
-
-
|
7374 |
-
|
7375 |
-
|
7376 |
-
-
|
7377 |
-
align
|
7378 |
-
|
7379 |
-
|
7380 |
-
|
7381 |
-
|
7382 |
-
|
7383 |
-
|
7384 |
-
|
7385 |
-
-
|
7386 |
-
|
7387 |
-
|
7388 |
-
|
7389 |
-
.
|
7390 |
-
|
7391 |
-
|
7392 |
-
|
7393 |
-
|
7394 |
-
display: -
|
7395 |
-
display: inline-
|
7396 |
-
-
|
7397 |
-
-
|
7398 |
-
|
7399 |
-
-
|
7400 |
-
align-items: center;
|
7401 |
-
|
7402 |
-
|
7403 |
-
|
7404 |
-
|
7405 |
-
|
7406 |
-
|
7407 |
-
border
|
7408 |
-
-
|
7409 |
-
border-
|
7410 |
-
border-top:
|
7411 |
-
border-
|
7412 |
-
|
7413 |
-
|
7414 |
-
-
|
7415 |
-
|
7416 |
-
|
7417 |
-
|
7418 |
-
|
7419 |
-
|
7420 |
-
|
7421 |
-
|
7422 |
-
|
7423 |
-
|
7424 |
-
|
7425 |
-
|
7426 |
-
|
7427 |
-
|
7428 |
-
|
7429 |
-
|
7430 |
-
|
7431 |
-
|
7432 |
-
|
7433 |
-
|
7434 |
-
|
7435 |
-
|
7436 |
-
|
7437 |
-
|
7438 |
-
|
7439 |
-
|
7440 |
-
|
7441 |
-
|
7442 |
-
|
7443 |
-
|
7444 |
-
|
7445 |
-
|
7446 |
-
|
7447 |
-
|
7448 |
-
|
7449 |
-
|
7450 |
-
|
7451 |
-
|
7452 |
-
|
7453 |
-
|
7454 |
-
|
7455 |
-
|
7456 |
-
|
7457 |
-
|
7458 |
-
|
7459 |
-
|
7460 |
-
|
7461 |
-
|
7462 |
-
|
7463 |
-
|
7464 |
-
|
7465 |
-
|
7466 |
-
|
7467 |
-
|
7468 |
-
|
7469 |
-
|
7470 |
-
|
7471 |
-
|
7472 |
-
|
7473 |
-
|
7474 |
-
|
7475 |
-
|
7476 |
-
|
7477 |
-
|
7478 |
-
|
7479 |
-
|
7480 |
-
|
7481 |
-
|
7482 |
-
|
7483 |
-
|
7484 |
-
|
7485 |
-
|
7486 |
-
|
7487 |
-
|
7488 |
-
|
7489 |
-
|
7490 |
-
|
7491 |
-
|
7492 |
-
|
7493 |
-
|
7494 |
-
|
7495 |
-
|
7496 |
-
|
7497 |
-
|
7498 |
-
|
7499 |
-
|
7500 |
-
|
7501 |
-
|
7502 |
-
|
7503 |
-
|
7504 |
-
|
7505 |
-
|
7506 |
-
|
7507 |
-
|
7508 |
-
|
7509 |
-
|
7510 |
-
-
|
7511 |
-
|
7512 |
-
|
7513 |
-
|
7514 |
-
.
|
7515 |
-
|
7516 |
-
|
7517 |
-
|
7518 |
-
|
7519 |
-
|
7520 |
-
.
|
7521 |
-
|
7522 |
-
|
7523 |
-
|
7524 |
-
|
7525 |
-
|
7526 |
-
|
7527 |
-
|
7528 |
-
|
7529 |
-
|
7530 |
-
|
7531 |
-
|
7532 |
-
|
7533 |
-
|
7534 |
-
|
7535 |
-
|
7536 |
-
|
7537 |
-
|
7538 |
-
|
7539 |
-
|
7540 |
-
|
7541 |
-
|
7542 |
-
|
7543 |
-
|
7544 |
-
|
7545 |
-
|
7546 |
-
|
7547 |
-
|
7548 |
-
|
7549 |
-
|
7550 |
-
|
7551 |
-
|
7552 |
-
|
7553 |
-
|
7554 |
-
|
7555 |
-
|
7556 |
-
|
7557 |
-
|
7558 |
-
|
7559 |
-
|
7560 |
-
|
7561 |
-
|
7562 |
-
|
7563 |
-
|
7564 |
-
|
7565 |
-
|
7566 |
-
display: -
|
7567 |
-
display:
|
7568 |
-
-
|
7569 |
-
-
|
7570 |
-
|
7571 |
-
-
|
7572 |
-
|
7573 |
-
-webkit-
|
7574 |
-
-
|
7575 |
-
-
|
7576 |
-
-
|
7577 |
-
align
|
7578 |
-
|
7579 |
-
|
7580 |
-
|
7581 |
-
|
7582 |
-
|
7583 |
-
|
7584 |
-
|
7585 |
-
|
7586 |
-
|
7587 |
-
|
7588 |
-
|
7589 |
-
|
7590 |
-
|
7591 |
-
|
7592 |
-
|
7593 |
-
|
7594 |
-
|
7595 |
-
|
7596 |
-
|
7597 |
-
|
7598 |
-
|
7599 |
-
|
7600 |
-
|
7601 |
-
-
|
7602 |
-
|
7603 |
-
|
7604 |
-
|
7605 |
-
|
7606 |
-
|
7607 |
-
|
7608 |
-
|
7609 |
-
|
7610 |
-
|
7611 |
-
|
7612 |
-
|
7613 |
-
|
7614 |
-
|
7615 |
-
|
7616 |
-
|
7617 |
-
|
7618 |
-
|
7619 |
-
|
7620 |
-
|
7621 |
-
|
7622 |
-
|
7623 |
-
|
7624 |
-
|
7625 |
-
|
7626 |
-
|
7627 |
-
|
7628 |
-
|
7629 |
-
|
7630 |
-
|
7631 |
-
|
7632 |
-
|
7633 |
-
|
7634 |
-
|
7635 |
-
|
7636 |
-
|
7637 |
-
|
7638 |
-
|
7639 |
-
|
7640 |
-
|
7641 |
-
|
7642 |
-
|
7643 |
-
|
7644 |
-
|
7645 |
-
|
7646 |
-
|
7647 |
-
|
7648 |
-
|
7649 |
-
|
7650 |
-
|
7651 |
-
|
7652 |
-
|
7653 |
-
|
7654 |
-
|
7655 |
-
|
7656 |
-
|
7657 |
-
|
7658 |
-
|
7659 |
-
|
7660 |
-
|
7661 |
-
|
7662 |
-
|
7663 |
-
|
7664 |
-
|
7665 |
-
|
7666 |
-
-
|
7667 |
-
-
|
7668 |
-
|
7669 |
-
|
7670 |
-
|
7671 |
-
|
7672 |
-
|
7673 |
-
|
7674 |
-
|
7675 |
-
|
7676 |
-
|
7677 |
-
|
7678 |
-
|
7679 |
-
|
7680 |
-
|
7681 |
-
|
7682 |
-
-
|
7683 |
-
-
|
7684 |
-
|
7685 |
-
|
7686 |
-
|
7687 |
-
|
7688 |
-
|
7689 |
-
|
7690 |
-
|
7691 |
-
|
7692 |
-
|
7693 |
-
|
7694 |
-
|
7695 |
-
|
7696 |
-
|
7697 |
-
|
7698 |
-
|
7699 |
-
|
7700 |
-
|
7701 |
-
|
7702 |
-
|
7703 |
-
|
7704 |
-
|
7705 |
-
|
7706 |
-
|
7707 |
-
|
7708 |
-
|
7709 |
-
|
7710 |
-
|
7711 |
-
|
7712 |
-
|
7713 |
-
|
7714 |
-
|
7715 |
-
|
7716 |
-
|
7717 |
-
|
7718 |
-
|
7719 |
-
|
7720 |
-
|
7721 |
-
|
7722 |
-
|
7723 |
-
|
7724 |
-
|
7725 |
-
|
7726 |
-
|
7727 |
-
|
7728 |
-
|
7729 |
-
|
7730 |
-
|
7731 |
-
|
7732 |
-
|
7733 |
-
|
7734 |
-
|
7735 |
-
|
7736 |
-
|
7737 |
-
|
7738 |
-
|
7739 |
-
|
7740 |
-
|
7741 |
-
|
7742 |
-
|
7743 |
-
|
7744 |
-
.
|
7745 |
-
|
7746 |
-
|
7747 |
-
|
7748 |
-
|
7749 |
-
|
7750 |
-
|
7751 |
-
|
7752 |
-
|
7753 |
-
|
7754 |
-
|
7755 |
-
|
7756 |
-
|
7757 |
-
|
7758 |
-
|
7759 |
-
mask-
|
7760 |
-
|
7761 |
-
|
7762 |
-
|
7763 |
-
|
7764 |
-
|
7765 |
-
|
7766 |
-
|
7767 |
-
|
7768 |
-
|
7769 |
-
|
7770 |
-
|
7771 |
-
|
7772 |
-
|
7773 |
-
|
7774 |
-
|
7775 |
-
|
7776 |
-
|
7777 |
-
|
7778 |
-
|
7779 |
-
|
7780 |
-
|
7781 |
-
|
7782 |
-
|
7783 |
-
|
7784 |
-
|
7785 |
-
|
7786 |
-
|
7787 |
-
|
7788 |
-
|
7789 |
-
|
7790 |
-
|
7791 |
-
|
7792 |
-
|
7793 |
-
|
7794 |
-
|
7795 |
-
|
7796 |
-
|
7797 |
-
|
7798 |
-
|
7799 |
-
|
7800 |
-
|
7801 |
-
|
7802 |
-
|
7803 |
-
|
7804 |
-
|
7805 |
-
|
7806 |
-
|
7807 |
-
|
7808 |
-
|
7809 |
-
|
7810 |
-
-
|
7811 |
-
|
7812 |
-
|
7813 |
-
|
7814 |
-
|
7815 |
-
|
7816 |
-
|
7817 |
-
|
7818 |
-
|
7819 |
-
|
7820 |
-
|
7821 |
-
|
7822 |
-
|
7823 |
-
transition:
|
7824 |
-
|
7825 |
-
|
7826 |
-
|
7827 |
-
|
7828 |
-
|
7829 |
-
|
7830 |
-
|
7831 |
-
|
7832 |
-
|
7833 |
-
|
7834 |
-
|
7835 |
-
|
7836 |
-
|
7837 |
-
|
7838 |
-
|
7839 |
-
|
7840 |
-
|
7841 |
-
|
7842 |
-
|
7843 |
-
|
7844 |
-
|
7845 |
-
|
7846 |
-
|
7847 |
-
font-
|
7848 |
-
|
7849 |
-
|
7850 |
-
|
7851 |
-
|
7852 |
-
-
|
7853 |
-
-
|
7854 |
-
|
7855 |
-
-
|
7856 |
-
animation-
|
7857 |
-
|
7858 |
-
animation-
|
7859 |
-
|
7860 |
-
animation-
|
7861 |
-
|
7862 |
-
|
7863 |
-
|
7864 |
-
|
7865 |
-
|
7866 |
-
|
7867 |
-
|
7868 |
-
|
7869 |
-
|
7870 |
-
|
7871 |
-
|
7872 |
-
|
7873 |
-
|
7874 |
-
|
7875 |
-
|
7876 |
-
|
7877 |
-
|
7878 |
-
|
7879 |
-
|
7880 |
-
|
7881 |
-
|
7882 |
-
|
7883 |
-
|
7884 |
-
|
7885 |
-
|
7886 |
-
|
7887 |
-
|
7888 |
-
|
7889 |
-
|
7890 |
-
|
7891 |
-
|
7892 |
-
|
7893 |
-
|
7894 |
-
|
7895 |
-
|
7896 |
-
|
7897 |
-
|
7898 |
-
|
7899 |
-
|
7900 |
-
|
7901 |
-
|
7902 |
-
|
7903 |
-
|
7904 |
-
|
7905 |
-
|
7906 |
-
|
7907 |
-
|
7908 |
-
|
7909 |
-
|
7910 |
-
|
7911 |
-
|
7912 |
-
|
7913 |
-
|
7914 |
-
|
7915 |
-
|
7916 |
-
|
7917 |
-
|
7918 |
-
|
7919 |
-
|
7920 |
-
|
7921 |
-
|
7922 |
-
|
7923 |
-
|
7924 |
-
|
7925 |
-
|
7926 |
-
|
7927 |
-
|
7928 |
-
|
7929 |
-
|
7930 |
-
|
7931 |
-
|
7932 |
-
|
7933 |
-
|
7934 |
-
|
7935 |
-
|
7936 |
-
display:
|
7937 |
-
display: -
|
7938 |
-
display: inline-flex;
|
7939 |
-
|
7940 |
-
|
7941 |
-
|
7942 |
-
|
7943 |
-
.
|
7944 |
-
|
7945 |
-
|
7946 |
-
|
7947 |
-
|
7948 |
-
|
7949 |
-
|
7950 |
-
|
7951 |
-
|
7952 |
-
|
7953 |
-
|
7954 |
-
|
7955 |
-
|
7956 |
-
|
7957 |
-
|
7958 |
-
display:
|
7959 |
-
display: -
|
7960 |
-
display: flex;
|
7961 |
-
-
|
7962 |
-
-ms-
|
7963 |
-
|
7964 |
-
-webkit-
|
7965 |
-
-
|
7966 |
-
|
7967 |
-
-
|
7968 |
-
-
|
7969 |
-
-
|
7970 |
-
|
7971 |
-
|
7972 |
-
|
7973 |
-
|
7974 |
-
|
7975 |
-
|
7976 |
-
|
7977 |
-
|
7978 |
-
|
7979 |
-
|
7980 |
-
|
7981 |
-
|
7982 |
-
|
7983 |
-
|
7984 |
-
|
7985 |
-
|
7986 |
-
|
7987 |
-
|
7988 |
-
|
7989 |
-
|
7990 |
-
|
7991 |
-
|
7992 |
-
|
7993 |
-
|
7994 |
-
|
7995 |
-
display:
|
7996 |
-
display: -
|
7997 |
-
display: flex;
|
7998 |
-
|
7999 |
-
|
8000 |
-
|
8001 |
-
|
8002 |
-
|
8003 |
-
|
8004 |
-
|
8005 |
-
|
8006 |
-
|
8007 |
-
|
8008 |
-
|
8009 |
-
|
8010 |
-
-webkit-
|
8011 |
-
|
8012 |
-
|
8013 |
-
|
8014 |
-
.
|
8015 |
-
|
8016 |
-
|
8017 |
-
|
8018 |
-
|
8019 |
-
|
8020 |
-
|
8021 |
-
|
8022 |
-
-
|
8023 |
-
|
8024 |
-
|
8025 |
-
|
8026 |
-
|
8027 |
-
|
8028 |
-
|
8029 |
-
.premium-bullet-list-content .premium-bullet-list-
|
8030 |
-
.premium-bullet-list-content .premium-bullet-list-
|
8031 |
-
|
8032 |
-
|
8033 |
-
|
8034 |
-
|
8035 |
-
.
|
8036 |
-
|
8037 |
-
|
8038 |
-
|
8039 |
-
|
8040 |
-
|
8041 |
-
|
8042 |
-
|
8043 |
-
|
8044 |
-
|
8045 |
-
|
8046 |
-
|
8047 |
-
|
8048 |
-
|
8049 |
-
|
8050 |
-
|
8051 |
-
|
8052 |
-
|
8053 |
-
|
8054 |
-
|
8055 |
-
|
8056 |
-
|
8057 |
-
|
8058 |
-
|
8059 |
-
|
8060 |
-
|
8061 |
-
|
8062 |
-
|
8063 |
-
|
8064 |
-
|
8065 |
-
|
8066 |
-
|
8067 |
-
|
8068 |
-
|
8069 |
-
|
8070 |
-
|
8071 |
-
|
8072 |
-
|
8073 |
-
|
8074 |
-
|
8075 |
-
|
8076 |
-
display:
|
8077 |
-
display: -
|
8078 |
-
display: flex;
|
8079 |
-
-
|
8080 |
-
-
|
8081 |
-
|
8082 |
-
-
|
8083 |
-
justify-content: center;
|
8084 |
-
|
8085 |
-
|
8086 |
-
|
8087 |
-
|
8088 |
-
|
8089 |
-
|
8090 |
-
|
8091 |
-
|
8092 |
-
|
8093 |
-
|
8094 |
-
|
8095 |
-
|
8096 |
-
|
8097 |
-
|
8098 |
-
|
8099 |
-
|
8100 |
-
|
8101 |
-
|
8102 |
-
li.premium-bullet-list-content.premium-bullet-list-content-inline:not(:first-child) {
|
8103 |
-
margin: 0 3px;
|
8104 |
-
}
|
8105 |
-
|
8106 |
-
li.premium-bullet-list-content.premium-bullet-list-content-inline:first-child {
|
8107 |
-
margin: 0 0 0 3px;
|
8108 |
-
}
|
8109 |
-
|
8110 |
-
.premium-bullet-list-divider:not(:last-child) {
|
8111 |
-
width: 100%;
|
8112 |
-
-webkit-box-flex: 0;
|
8113 |
-
-webkit-flex: 0 0 100%;
|
8114 |
-
-moz-box-flex: 0;
|
8115 |
-
-ms-flex: 0 0 100%;
|
8116 |
-
flex: 0 0 100%;
|
8117 |
-
overflow: hidden;
|
8118 |
-
}
|
8119 |
-
|
8120 |
-
.premium-bullet-list-divider:not(:last-child):after {
|
8121 |
-
content: "";
|
8122 |
-
display: block;
|
8123 |
-
border-top-style: solid;
|
8124 |
-
border-top-width: 1px;
|
8125 |
-
}
|
8126 |
-
|
8127 |
-
.premium-bullet-list-divider-inline:not(:last-child) {
|
8128 |
-
float: left;
|
8129 |
-
display: inline-block;
|
8130 |
-
position: relative;
|
8131 |
-
height: 100%;
|
8132 |
-
overflow: hidden;
|
8133 |
-
-webkit-align-self: center;
|
8134 |
-
-ms-flex-item-align: center;
|
8135 |
-
align-self: center;
|
8136 |
-
margin: 0 3px;
|
8137 |
-
}
|
8138 |
-
|
8139 |
-
.premium-bullet-list-divider-inline:not(:last-child):after {
|
8140 |
-
content: "";
|
8141 |
-
display: block;
|
8142 |
-
border-right-width: 1px;
|
8143 |
-
height: 33px;
|
8144 |
-
border-right-style: solid;
|
8145 |
-
}
|
8146 |
-
|
8147 |
-
.premium-bullet-list-icon-text {
|
8148 |
-
line-height: 1.5;
|
8149 |
-
}
|
8150 |
-
|
8151 |
-
.premium-bullet-list-icon-text p,
|
8152 |
-
ul.premium-bullet-list-box,
|
8153 |
-
li.premium-bullet-list-content {
|
8154 |
-
margin: 0;
|
8155 |
-
}
|
8156 |
-
|
8157 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper i,
|
8158 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-text span,
|
8159 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-icon-text p {
|
8160 |
-
color: transparent !important;
|
8161 |
-
text-shadow: 0 0 3px #aaa;
|
8162 |
-
}
|
8163 |
-
|
8164 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-icon-connector-content,
|
8165 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper .premium-lottie-animation svg,
|
8166 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper img,
|
8167 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-badge {
|
8168 |
-
-webkit-filter: blur(3px);
|
8169 |
-
filter: blur(3px);
|
8170 |
-
}
|
8171 |
-
|
8172 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper i,
|
8173 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-text span,
|
8174 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-icon-text p {
|
8175 |
-
color: #aaa !important;
|
8176 |
-
text-shadow: 0 0px 0 transparent;
|
8177 |
-
}
|
8178 |
-
|
8179 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-icon-connector-content,
|
8180 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper .premium-lottie-animation svg,
|
8181 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper img,
|
8182 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-badge {
|
8183 |
-
-webkit-filter: none;
|
8184 |
-
filter: none;
|
8185 |
-
}
|
8186 |
-
|
8187 |
-
.premium-bullet-list-content .premium-bullet-list-badge {
|
8188 |
-
font-size: 11px;
|
8189 |
-
top: auto;
|
8190 |
-
min-width: -webkit-max-content;
|
8191 |
-
min-width: -moz-max-content;
|
8192 |
-
min-width: max-content;
|
8193 |
-
height: -webkit-fit-content;
|
8194 |
-
height: -moz-fit-content;
|
8195 |
-
height: fit-content;
|
8196 |
-
}
|
8197 |
-
|
8198 |
-
.premium-bullet-list-content .premium-bullet-list-icon-text p {
|
8199 |
-
font-size: 13px;
|
8200 |
-
}
|
8201 |
-
|
8202 |
-
.premium-bullet-list-gradient-effect[data-text] {
|
8203 |
-
display: inline-block;
|
8204 |
-
position: relative;
|
8205 |
-
text-decoration: none;
|
8206 |
-
}
|
8207 |
-
|
8208 |
-
.premium-bullet-list-gradient-effect[data-text]::before {
|
8209 |
-
content: attr(data-text);
|
8210 |
-
position: absolute;
|
8211 |
-
z-index: 1;
|
8212 |
-
overflow: hidden;
|
8213 |
-
-webkit-clip-path: polygon(100% 100%, 100% 100%, 50% 50%);
|
8214 |
-
clip-path: polygon(100% 100%, 100% 100%, 50% 50%);
|
8215 |
-
-webkit-background-clip: text;
|
8216 |
-
background-clip: text;
|
8217 |
-
-webkit-text-fill-color: transparent;
|
8218 |
-
-webkit-transition: all 0.4s ease;
|
8219 |
-
transition: all 0.4s ease;
|
8220 |
-
}
|
8221 |
-
|
8222 |
-
.premium-bullet-list-content:hover .premium-bullet-list-gradient-effect[data-text]::before,
|
8223 |
-
.premium-bullet-list-content:focus .premium-bullet-list-gradient-effect[data-text]::before {
|
8224 |
-
-webkit-animation: rtlgradient 1s forwards;
|
8225 |
-
animation: rtlgradient 1s forwards;
|
8226 |
-
}
|
8227 |
-
|
8228 |
-
@-webkit-keyframes rtlgradient {
|
8229 |
-
0% {
|
8230 |
-
-webkit-clip-path: circle(0% at 150% 50%);
|
8231 |
-
clip-path: circle(0% at 150% 50%);
|
8232 |
-
}
|
8233 |
-
|
8234 |
-
100% {
|
8235 |
-
-webkit-clip-path: circle(100% at 50% 50%);
|
8236 |
-
clip-path: circle(100% at 50% 50%);
|
8237 |
-
}
|
8238 |
-
}
|
8239 |
-
|
8240 |
-
@keyframes rtlgradient {
|
8241 |
-
0% {
|
8242 |
-
-webkit-clip-path: circle(0% at 150% 50%);
|
8243 |
-
clip-path: circle(0% at 150% 50%);
|
8244 |
-
}
|
8245 |
-
|
8246 |
-
100% {
|
8247 |
-
-webkit-clip-path: circle(100% at 50% 50%);
|
8248 |
-
clip-path: circle(100% at 50% 50%);
|
8249 |
-
}
|
8250 |
-
}
|
8251 |
-
|
8252 |
-
ul[data-list-animation*="animated-"] .premium-bullet-list-divider,
|
8253 |
-
ul[data-list-animation*="animated-"] .premium-bullet-list-content,
|
8254 |
-
ul[data-list-animation*="animated-"] .premium-bullet-list-divider-inline {
|
8255 |
-
opacity: 0;
|
8256 |
-
}
|
8257 |
-
|
8258 |
-
.premium-bullet-list-content-grow-effect:hover {
|
8259 |
-
-webkit-transform: scale(1.07);
|
8260 |
-
-ms-transform: scale(1.07);
|
8261 |
-
transform: scale(1.07);
|
8262 |
-
}
|
8263 |
-
|
8264 |
-
@keyframes spin {
|
8265 |
-
100% {
|
8266 |
-
-webkit-transform: rotate(360deg);
|
8267 |
-
transform: rotate(360deg);
|
8268 |
-
}
|
8269 |
-
}
|
8270 |
-
|
8271 |
-
/********** Premium Woo Products **********/
|
8272 |
-
/******************************************/
|
8273 |
-
.premium-woocommerce .premium-woo-products-inner ul.products {
|
8274 |
-
-js-display: flex;
|
8275 |
-
display: -webkit-box;
|
8276 |
-
display: -webkit-flex;
|
8277 |
-
display: -moz-box;
|
8278 |
-
display: -ms-flexbox;
|
8279 |
-
display: flex;
|
8280 |
-
margin: 0;
|
8281 |
-
padding: 0;
|
8282 |
-
-webkit-flex-wrap: wrap;
|
8283 |
-
-ms-flex-wrap: wrap;
|
8284 |
-
flex-wrap: wrap;
|
8285 |
-
list-style: none outside;
|
8286 |
-
-webkit-column-gap: 0;
|
8287 |
-
-moz-column-gap: 0;
|
8288 |
-
column-gap: 0;
|
8289 |
-
}
|
8290 |
-
|
8291 |
-
.premium-woocommerce .premium-woo-products-inner ul.products li.product {
|
8292 |
-
margin: 0 0 10px;
|
8293 |
-
padding: 0 10px;
|
8294 |
-
}
|
8295 |
-
|
8296 |
-
.premium-woocommerce.premium-woo-products-inner ul.products li.product .premium-woo-product-wrapper {
|
8297 |
-
overflow: hidden;
|
8298 |
-
-webkit-transition: all 0.3s ease-in-out;
|
8299 |
-
transition: all 0.3s ease-in-out;
|
8300 |
-
}
|
8301 |
-
|
8302 |
-
.premium-woocommerce.premium-woo-products-inner ul.products li.product .premium-woo-product-category {
|
8303 |
-
display: block;
|
8304 |
-
font-size: 0.85em;
|
8305 |
-
margin-bottom: 0.5em;
|
8306 |
-
line-height: 1.3;
|
8307 |
-
}
|
8308 |
-
|
8309 |
-
.premium-woocommerce .premium-woo-products-inner ul.products li.product .woocommerce-loop-product__title {
|
8310 |
-
margin-bottom: 0.5em;
|
8311 |
-
font-size: 1em;
|
8312 |
-
-webkit-transition: all 0.3s ease-in-out;
|
8313 |
-
transition: all 0.3s ease-in-out;
|
8314 |
-
}
|
8315 |
-
|
8316 |
-
.premium-woocommerce .woocommerce-loop-product__link {
|
8317 |
-
position: relative;
|
8318 |
-
display: block;
|
8319 |
-
overflow: hidden;
|
8320 |
-
-webkit-transition: all 0.3s ease-in-out;
|
8321 |
-
transition: all 0.3s ease-in-out;
|
8322 |
-
}
|
8323 |
-
|
8324 |
-
.premium-woocommerce .premium-woo-ribbon-container {
|
8325 |
-
position: absolute;
|
8326 |
-
top: 0;
|
8327 |
-
right: 0;
|
8328 |
-
z-index: 9;
|
8329 |
-
}
|
8330 |
-
|
8331 |
-
.premium-woocommerce .premium-woo-products-inner ul.products .star-rating {
|
8332 |
-
display: block;
|
8333 |
-
float: none;
|
8334 |
-
margin: 0 auto 0.5em;
|
8335 |
-
-webkit-backface-visibility: hidden;
|
8336 |
-
backface-visibility: hidden;
|
8337 |
-
overflow: hidden;
|
8338 |
-
position: relative;
|
8339 |
-
height: 1em;
|
8340 |
-
line-height: 1;
|
8341 |
-
font-size: 0.857em;
|
8342 |
-
width: 5.4em;
|
8343 |
-
font-family: star;
|
8344 |
-
}
|
8345 |
-
|
8346 |
-
.premium-woocommerce .premium-woo-products-inner ul.products .star-rating::before {
|
8347 |
-
content: "\73\73\73\73\73";
|
8348 |
-
color: #54595f;
|
8349 |
-
float: right;
|
8350 |
-
top: 0;
|
8351 |
-
right: 0;
|
8352 |
-
position: absolute;
|
8353 |
-
}
|
8354 |
-
|
8355 |
-
.premium-woocommerce .premium-woo-products-inner ul.products .star-rating span {
|
8356 |
-
overflow: hidden;
|
8357 |
-
float: right;
|
8358 |
-
top: 0;
|
8359 |
-
right: 0;
|
8360 |
-
position: absolute;
|
8361 |
-
padding-top: 1.5em;
|
8362 |
-
}
|
8363 |
-
|
8364 |
-
.premium-woocommerce .premium-woo-products-inner ul.products .star-rating span::before {
|
8365 |
-
content: "\53\53\53\53\53";
|
8366 |
-
color: inherit;
|
8367 |
-
top: 0;
|
8368 |
-
position: absolute;
|
8369 |
-
right: 0;
|
8370 |
-
}
|
8371 |
-
|
8372 |
-
.premium-woo-product-thumbnail {
|
8373 |
-
position: relative;
|
8374 |
-
overflow: hidden;
|
8375 |
-
}
|
8376 |
-
|
8377 |
-
.premium-woo-product-thumbnail .woocommerce-loop-product__link img {
|
8378 |
-
margin: 0;
|
8379 |
-
width: 100%;
|
8380 |
-
}
|
8381 |
-
|
8382 |
-
.premium-woo-product-sale-wrap,
|
8383 |
-
.premium-woo-product-featured-wrap {
|
8384 |
-
margin: 0;
|
8385 |
-
}
|
8386 |
-
|
8387 |
-
.premium-woo-product-sale-wrap .premium-woo-product-onsale,
|
8388 |
-
.premium-woo-product-featured-wrap .premium-woo-product-featured {
|
8389 |
-
display: block;
|
8390 |
-
text-align: center;
|
8391 |
-
color: #fff;
|
8392 |
-
min-width: 2em;
|
8393 |
-
min-height: 2em;
|
8394 |
-
line-height: 2em;
|
8395 |
-
padding: 0.3em 0.6em;
|
8396 |
-
margin: 0.5em 0.6em;
|
8397 |
-
}
|
8398 |
-
|
8399 |
-
.premium-woocommerce .premium-woo-products-details-wrap {
|
8400 |
-
padding: 1em 1.2em;
|
8401 |
-
}
|
8402 |
-
|
8403 |
-
.premium-woocommerce .premium-woo-products-details-wrap .button {
|
8404 |
-
display: inline-block;
|
8405 |
-
background-color: #6ec1e4;
|
8406 |
-
color: #fff;
|
8407 |
-
margin: 0.5em 0;
|
8408 |
-
line-height: 1.3;
|
8409 |
-
padding: 10px 40px;
|
8410 |
-
font-size: 100%;
|
8411 |
-
cursor: pointer;
|
8412 |
-
text-decoration: none;
|
8413 |
-
overflow: visible;
|
8414 |
-
font-weight: 700;
|
8415 |
-
background-image: none;
|
8416 |
-
border: none;
|
8417 |
-
-webkit-border-radius: 0px;
|
8418 |
-
border-radius: 0px;
|
8419 |
-
-webkit-box-shadow: none;
|
8420 |
-
box-shadow: none;
|
8421 |
-
text-shadow: none;
|
8422 |
-
-webkit-transition: all 0.3s ease-in-out;
|
8423 |
-
transition: all 0.3s ease-in-out;
|
8424 |
-
}
|
8425 |
-
|
8426 |
-
.premium-woocommerce li.product .price {
|
8427 |
-
display: block;
|
8428 |
-
line-height: 1.3;
|
8429 |
-
font-weight: 700;
|
8430 |
-
margin-bottom: 0.5em;
|
8431 |
-
font-size: 0.9em;
|
8432 |
-
}
|
8433 |
-
|
8434 |
-
.premium-woocommerce li.product .price del {
|
8435 |
-
display: inline-block;
|
8436 |
-
font-weight: 400;
|
8437 |
-
background: transparent;
|
8438 |
-
opacity: 1;
|
8439 |
-
}
|
8440 |
-
|
8441 |
-
.premium-woocommerce li.product .price ins {
|
8442 |
-
display: inline-block;
|
8443 |
-
background: transparent;
|
8444 |
-
text-decoration: none;
|
8445 |
-
font-weight: inherit;
|
8446 |
-
}
|
8447 |
-
|
8448 |
-
.premium-woocommerce li.product .price .amount {
|
8449 |
-
color: inherit !important;
|
8450 |
-
}
|
8451 |
-
|
8452 |
-
.premium-woocommerce li.product .premium-woo-product-desc p {
|
8453 |
-
margin: 0;
|
8454 |
-
}
|
8455 |
-
|
8456 |
-
.premium-woo-product-align-left .premium-woocommerce li.product .star-rating {
|
8457 |
-
margin-right: auto;
|
8458 |
-
margin-left: 0;
|
8459 |
-
}
|
8460 |
-
|
8461 |
-
.premium-woo-product-align-center .premium-woocommerce li.product .star-rating {
|
8462 |
-
margin-right: auto;
|
8463 |
-
margin-left: auto;
|
8464 |
-
}
|
8465 |
-
|
8466 |
-
.premium-woo-product-align-right .premium-woocommerce li.product .star-rating {
|
8467 |
-
margin-right: 0;
|
8468 |
-
margin-left: auto;
|
8469 |
-
}
|
8470 |
-
|
8471 |
-
.premium-woo-products-pagination ul.page-numbers {
|
8472 |
-
-js-display: flex;
|
8473 |
-
display: -webkit-box;
|
8474 |
-
display: -webkit-flex;
|
8475 |
-
display: -moz-box;
|
8476 |
-
display: -ms-flexbox;
|
8477 |
-
display: flex;
|
8478 |
-
list-style-type: none;
|
8479 |
-
margin: 0;
|
8480 |
-
margin-top: 10px;
|
8481 |
-
padding: 0;
|
8482 |
-
border: none;
|
8483 |
-
-webkit-box-pack: center;
|
8484 |
-
-webkit-justify-content: center;
|
8485 |
-
-moz-box-pack: center;
|
8486 |
-
-ms-flex-pack: center;
|
8487 |
-
justify-content: center;
|
8488 |
-
}
|
8489 |
-
|
8490 |
-
.premium-woo-products-pagination ul.page-numbers li {
|
8491 |
-
margin: 0 0 0.4em 0.4em;
|
8492 |
-
padding: 0;
|
8493 |
-
text-align: center;
|
8494 |
-
}
|
8495 |
-
|
8496 |
-
.premium-woo-products-pagination ul.page-numbers li .page-numbers {
|
8497 |
-
margin: 0;
|
8498 |
-
text-decoration: none;
|
8499 |
-
color: #000;
|
8500 |
-
border: 1px solid #54595f;
|
8501 |
-
padding: 0;
|
8502 |
-
line-height: 1;
|
8503 |
-
font-size: 1em;
|
8504 |
-
font-weight: 400;
|
8505 |
-
padding: 0.75em;
|
8506 |
-
display: block;
|
8507 |
-
min-width: 2.5em;
|
8508 |
-
-webkit-transition: all 0.3s ease-in-out;
|
8509 |
-
transition: all 0.3s ease-in-out;
|
8510 |
-
}
|
8511 |
-
|
8512 |
-
.premium-woo-products-pagination ul.page-numbers li .page-numbers:hover,
|
8513 |
-
.premium-woo-products-pagination ul.page-numbers li .page-numbers.current {
|
8514 |
-
background-color: #54595f;
|
8515 |
-
color: #fff;
|
8516 |
-
outline: none;
|
8517 |
-
}
|
8518 |
-
|
8519 |
-
.premium-woocommerce .premium-loading-feed,
|
8520 |
-
.premium-woo-quick-view-loader .premium-loading-feed {
|
8521 |
-
display: block;
|
8522 |
-
position: absolute;
|
8523 |
-
width: 100%;
|
8524 |
-
height: 100%;
|
8525 |
-
top: 0px;
|
8526 |
-
right: 0px;
|
8527 |
-
bottom: 0px;
|
8528 |
-
left: 0px;
|
8529 |
-
background: rgba(255, 255, 255, 0.2);
|
8530 |
-
-js-display: flex;
|
8531 |
-
display: -webkit-box;
|
8532 |
-
display: -webkit-flex;
|
8533 |
-
display: -moz-box;
|
8534 |
-
display: -ms-flexbox;
|
8535 |
-
display: flex;
|
8536 |
-
-webkit-box-align: center;
|
8537 |
-
-webkit-align-items: center;
|
8538 |
-
-moz-box-align: center;
|
8539 |
-
-ms-flex-align: center;
|
8540 |
-
align-items: center;
|
8541 |
-
}
|
8542 |
-
|
8543 |
-
/**
|
8544 |
-
* Image Hover Effects
|
8545 |
-
*/
|
8546 |
-
.premium-woocommerce .woocommerce-loop-product__link img {
|
8547 |
-
-webkit-transition: all 0.3s ease-in-out;
|
8548 |
-
transition: all 0.3s ease-in-out;
|
8549 |
-
}
|
8550 |
-
|
8551 |
-
.premium-woo-product__hover-zoomout .woocommerce-loop-product__link img {
|
8552 |
-
-webkit-transform: scale(1.2);
|
8553 |
-
-ms-transform: scale(1.2);
|
8554 |
-
transform: scale(1.2);
|
8555 |
-
}
|
8556 |
-
|
8557 |
-
.premium-woo-product__hover-zoomout li.product:hover .woocommerce-loop-product__link img {
|
8558 |
-
-webkit-transform: none;
|
8559 |
-
-ms-transform: none;
|
8560 |
-
transform: none;
|
8561 |
-
}
|
8562 |
-
|
8563 |
-
.premium-woo-product__hover-zoomin .woocommerce-loop-product__link img {
|
8564 |
-
-webkit-transform: none;
|
8565 |
-
-ms-transform: none;
|
8566 |
-
transform: none;
|
8567 |
-
}
|
8568 |
-
|
8569 |
-
.premium-woo-product__hover-zoomin li.product:hover .woocommerce-loop-product__link img {
|
8570 |
-
-webkit-transform: scale(1.2);
|
8571 |
-
-ms-transform: scale(1.2);
|
8572 |
-
transform: scale(1.2);
|
8573 |
-
}
|
8574 |
-
|
8575 |
-
.premium-woo-product__hover-gray .woocommerce-loop-product__link img {
|
8576 |
-
-webkit-filter: grayscale(100%);
|
8577 |
-
filter: grayscale(100%);
|
8578 |
-
}
|
8579 |
-
|
8580 |
-
.premium-woo-product__hover-gray li.product:hover .woocommerce-loop-product__link img {
|
8581 |
-
-webkit-filter: grayscale(0%);
|
8582 |
-
filter: grayscale(0%);
|
8583 |
-
}
|
8584 |
-
|
8585 |
-
.premium-woo-product__hover-sepia .woocommerce-loop-product__link img {
|
8586 |
-
-webkit-filter: sepia(30%);
|
8587 |
-
filter: sepia(30%);
|
8588 |
-
}
|
8589 |
-
|
8590 |
-
.premium-woo-product__hover-sepia li.product:hover .woocommerce-loop-product__link img {
|
8591 |
-
-webkit-filter: sepia(0%);
|
8592 |
-
filter: sepia(0%);
|
8593 |
-
}
|
8594 |
-
|
8595 |
-
.premium-woo-product__hover-bright .woocommerce-loop-product__link img {
|
8596 |
-
-webkit-filter: brightness(1);
|
8597 |
-
filter: brightness(1);
|
8598 |
-
}
|
8599 |
-
|
8600 |
-
.premium-woo-product__hover-bright li.product:hover .woocommerce-loop-product__link img {
|
8601 |
-
-webkit-filter: brightness(1.2);
|
8602 |
-
filter: brightness(1.2);
|
8603 |
-
}
|
8604 |
-
|
8605 |
-
.premium-woo-product__hover-trans .woocommerce-loop-product__link img {
|
8606 |
-
-webkit-transform: translateX(15px) scale(1.1);
|
8607 |
-
-ms-transform: translateX(15px) scale(1.1);
|
8608 |
-
transform: translateX(15px) scale(1.1);
|
8609 |
-
}
|
8610 |
-
|
8611 |
-
.premium-woo-product__hover-trans li.product:hover .woocommerce-loop-product__link img {
|
8612 |
-
-webkit-transform: translateX(0px) scale(1.1);
|
8613 |
-
-ms-transform: translateX(0px) scale(1.1);
|
8614 |
-
transform: translateX(0px) scale(1.1);
|
8615 |
-
}
|
8616 |
-
|
8617 |
-
.premium-woo-product__hover-scale li.product:hover .woocommerce-loop-product__link img {
|
8618 |
-
-webkit-transform: scaleX(1.3) scaleY(1.3) rotate(-5deg);
|
8619 |
-
-ms-transform: scaleX(1.3) scaleY(1.3) rotate(-5deg);
|
8620 |
-
transform: scaleX(1.3) scaleY(1.3) rotate(-5deg);
|
8621 |
-
}
|
8622 |
-
|
8623 |
-
.premium-woocommerce .premium-woo-product__on_hover {
|
8624 |
-
position: absolute;
|
8625 |
-
top: 0;
|
8626 |
-
left: 0;
|
8627 |
-
bottom: 0;
|
8628 |
-
right: 0;
|
8629 |
-
height: 100%;
|
8630 |
-
opacity: 0;
|
8631 |
-
}
|
8632 |
-
|
8633 |
-
.premium-woo-product__hover-swap li.product:hover .premium-woo-product__on_hover {
|
8634 |
-
opacity: 1;
|
8635 |
-
}
|
8636 |
-
|
8637 |
-
.premium-woo-skin-grid-1 .premium-woo-qv-btn,
|
8638 |
-
.premium-woo-skin-grid-3 .premium-woo-qv-btn,
|
8639 |
-
.premium-woo-skin-grid-4 .premium-woo-qv-btn {
|
8640 |
-
position: absolute;
|
8641 |
-
bottom: 0;
|
8642 |
-
right: 0;
|
8643 |
-
width: 100%;
|
8644 |
-
text-align: center;
|
8645 |
-
padding: 5px;
|
8646 |
-
background: rgba(2, 2, 2, 0.5);
|
8647 |
-
color: #fff;
|
8648 |
-
-webkit-transition: all 0.3s ease-in-out;
|
8649 |
-
transition: all 0.3s ease-in-out;
|
8650 |
-
cursor: pointer;
|
8651 |
-
z-index: 2;
|
8652 |
-
-webkit-transform: translateY(100%);
|
8653 |
-
-ms-transform: translateY(100%);
|
8654 |
-
transform: translateY(100%);
|
8655 |
-
}
|
8656 |
-
|
8657 |
-
.premium-woo-skin-grid-4 .premium-woo-qv-btn {
|
8658 |
-
-webkit-transition-delay: 0.1s;
|
8659 |
-
transition-delay: 0.1s;
|
8660 |
-
}
|
8661 |
-
|
8662 |
-
.premium-woo-skin-grid-1 .premium-woo-qv-icon,
|
8663 |
-
.premium-woo-skin-grid-3 .premium-woo-qv-icon,
|
8664 |
-
.premium-woo-skin-grid-4 .premium-woo-qv-icon,
|
8665 |
-
.premium-woo-skin-grid-6 .premium-woo-qv-icon {
|
8666 |
-
margin-right: 0.5em;
|
8667 |
-
}
|
8668 |
-
|
8669 |
-
.premium-woo-product-thumbnail:hover .premium-woo-qv-btn-translate {
|
8670 |
-
-webkit-transform: translateY(0);
|
8671 |
-
-ms-transform: translateY(0);
|
8672 |
-
transform: translateY(0);
|
8673 |
-
}
|
8674 |
-
|
8675 |
-
.premium-woo-product-wrapper .premium-woo-qv-data {
|
8676 |
-
position: absolute;
|
8677 |
-
top: 0;
|
8678 |
-
right: 0;
|
8679 |
-
width: 100%;
|
8680 |
-
height: 100%;
|
8681 |
-
z-index: 1;
|
8682 |
-
overflow: hidden;
|
8683 |
-
cursor: pointer;
|
8684 |
-
}
|
8685 |
-
|
8686 |
-
/**
|
8687 |
-
* Skin 1,4
|
8688 |
-
*/
|
8689 |
-
.premium-woo-skin-grid-1 .premium-woo-product-actions-wrapper,
|
8690 |
-
.premium-woo-skin-grid-4 .premium-woo-product-actions-wrapper {
|
8691 |
-
position: absolute;
|
8692 |
-
top: 0.7em;
|
8693 |
-
left: 1em;
|
8694 |
-
-webkit-transform: translate3d(-15px, 0, 0);
|
8695 |
-
transform: translate3d(-15px, 0, 0);
|
8696 |
-
-webkit-transition: all 0.3s ease-in-out;
|
8697 |
-
transition: all 0.3s ease-in-out;
|
8698 |
-
opacity: 0;
|
8699 |
-
z-index: 9;
|
8700 |
-
}
|
8701 |
-
|
8702 |
-
.premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-cart-btn {
|
8703 |
-
position: relative;
|
8704 |
-
display: block;
|
8705 |
-
margin: 0 0 3px;
|
8706 |
-
background: #fff;
|
8707 |
-
text-align: center;
|
8708 |
-
outline: 0;
|
8709 |
-
-webkit-transition: all 0.3s ease-in-out;
|
8710 |
-
transition: all 0.3s ease-in-out;
|
8711 |
-
}
|
8712 |
-
|
8713 |
-
.premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-add-cart-icon {
|
8714 |
-
display: block;
|
8715 |
-
color: #54595f;
|
8716 |
-
width: 30px;
|
8717 |
-
line-height: 30px;
|
8718 |
-
height: 30px;
|
8719 |
-
cursor: pointer;
|
8720 |
-
-webkit-transition: all 0.3s ease-in-out;
|
8721 |
-
transition: all 0.3s ease-in-out;
|
8722 |
-
}
|
8723 |
-
|
8724 |
-
.premium-woo-skin-grid-1 li.product:hover .premium-woo-product-actions-wrapper,
|
8725 |
-
.premium-woo-skin-grid-4 li.product:hover .premium-woo-product-actions-wrapper {
|
8726 |
-
-webkit-transform: translate3d(-5px, 0, 0);
|
8727 |
-
transform: translate3d(-5px, 0, 0);
|
8728 |
-
opacity: 1;
|
8729 |
-
}
|
8730 |
-
|
8731 |
-
.premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon {
|
8732 |
-
-webkit-animation: spin 2s linear infinite;
|
8733 |
-
animation: spin 2s linear infinite;
|
8734 |
-
}
|
8735 |
-
|
8736 |
-
.premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon::before {
|
8737 |
-
content: "\f013";
|
8738 |
-
}
|
8739 |
-
|
8740 |
-
.premium-woocommerce .premium-woo-cart-btn.added .premium-woo-add-cart-icon::before {
|
8741 |
-
content: "\f00c";
|
8742 |
-
}
|
8743 |
-
|
8744 |
-
/**
|
8745 |
-
* Skin 2
|
8746 |
-
*/
|
8747 |
-
.premium-woo-skin-grid-2 li.product .premium-woo-products-details-wrap {
|
8748 |
-
position: absolute;
|
8749 |
-
background: #fff;
|
8750 |
-
bottom: 0;
|
8751 |
-
right: 0;
|
8752 |
-
width: 100%;
|
8753 |
-
z-index: 2;
|
8754 |
-
padding: 0;
|
8755 |
-
opacity: 0;
|
8756 |
-
-webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
|
8757 |
-
transition: opacity 0.2s, -webkit-transform 0.4s;
|
8758 |
-
transition: transform 0.4s, opacity 0.2s;
|
8759 |
-
transition: transform 0.4s, opacity 0.2s, -webkit-transform 0.4s;
|
8760 |
-
-webkit-transform: translateZ(0) translateY(5px);
|
8761 |
-
transform: translateZ(0) translateY(5px);
|
8762 |
-
}
|
8763 |
-
|
8764 |
-
.premium-woo-skin-grid-2 .premium-woo-product-details {
|
8765 |
-
padding: 15px 0;
|
8766 |
-
}
|
8767 |
-
|
8768 |
-
.premium-woo-skin-grid-2 li.product:hover .premium-woo-products-details-wrap {
|
8769 |
-
opacity: 1;
|
8770 |
-
-webkit-transform: translateZ(0) translateY(0);
|
8771 |
-
transform: translateZ(0) translateY(0);
|
8772 |
-
}
|
8773 |
-
|
8774 |
-
.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper {
|
8775 |
-
position: static;
|
8776 |
-
-js-display: flex;
|
8777 |
-
display: -webkit-box;
|
8778 |
-
display: -webkit-flex;
|
8779 |
-
display: -moz-box;
|
8780 |
-
display: -ms-flexbox;
|
8781 |
-
display: flex;
|
8782 |
-
-webkit-box-orient: horizontal;
|
8783 |
-
-webkit-box-direction: reverse;
|
8784 |
-
-webkit-flex-direction: row-reverse;
|
8785 |
-
-moz-box-orient: horizontal;
|
8786 |
-
-moz-box-direction: reverse;
|
8787 |
-
-ms-flex-direction: row-reverse;
|
8788 |
-
flex-direction: row-reverse;
|
8789 |
-
}
|
8790 |
-
|
8791 |
-
.premium-woo-skin-grid-2 .premium-woo-product-actions-wrapper>* {
|
8792 |
-
-webkit-box-flex: 1;
|
8793 |
-
-webkit-flex: 1;
|
8794 |
-
-moz-box-flex: 1;
|
8795 |
-
-ms-flex: 1;
|
8796 |
-
flex: 1;
|
8797 |
-
min-width: 50%;
|
8798 |
-
}
|
8799 |
-
|
8800 |
-
.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .button {
|
8801 |
-
-js-display: flex;
|
8802 |
-
display: -webkit-box;
|
8803 |
-
display: -webkit-flex;
|
8804 |
-
display: -moz-box;
|
8805 |
-
display: -ms-flexbox;
|
8806 |
-
display: flex;
|
8807 |
-
margin: 0;
|
8808 |
-
text-align: center;
|
8809 |
-
-webkit-box-pack: center;
|
8810 |
-
-webkit-justify-content: center;
|
8811 |
-
-moz-box-pack: center;
|
8812 |
-
-ms-flex-pack: center;
|
8813 |
-
justify-content: center;
|
8814 |
-
-webkit-box-align: center;
|
8815 |
-
-webkit-align-items: center;
|
8816 |
-
-moz-box-align: center;
|
8817 |
-
-ms-flex-align: center;
|
8818 |
-
align-items: center;
|
8819 |
-
}
|
8820 |
-
|
8821 |
-
.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn {
|
8822 |
-
background-color: #54595f;
|
8823 |
-
}
|
8824 |
-
|
8825 |
-
/**
|
8826 |
-
* Skin 4
|
8827 |
-
*/
|
8828 |
-
.premium-woo-skin-grid-4 li.product .premium-woo-products-details-wrap {
|
8829 |
-
position: absolute;
|
8830 |
-
right: 0;
|
8831 |
-
left: 0;
|
8832 |
-
top: 50%;
|
8833 |
-
-webkit-transform: scale(0.9) translateZ(0) translateY(-50%);
|
8834 |
-
transform: scale(0.9) translateZ(0) translateY(-50%);
|
8835 |
-
text-align: center;
|
8836 |
-
z-index: 2;
|
8837 |
-
opacity: 0;
|
8838 |
-
-webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
|
8839 |
-
transition: opacity 0.5s, -webkit-transform 0.3s;
|
8840 |
-
transition: opacity 0.5s, transform 0.3s;
|
8841 |
-
transition: opacity 0.5s, transform 0.3s, -webkit-transform 0.3s;
|
8842 |
-
}
|
8843 |
-
|
8844 |
-
.premium-woo-skin-grid-4 li.product .premium-woo-product-overlay {
|
8845 |
-
position: absolute;
|
8846 |
-
top: 0;
|
8847 |
-
right: 0;
|
8848 |
-
width: 100%;
|
8849 |
-
height: 100%;
|
8850 |
-
opacity: 0;
|
8851 |
-
visibility: hidden;
|
8852 |
-
background-color: rgba(27, 27, 23, 0.3);
|
8853 |
-
-webkit-transition: all 0.25s ease-in-out;
|
8854 |
-
transition: all 0.25s ease-in-out;
|
8855 |
-
}
|
8856 |
-
|
8857 |
-
.premium-woo-skin-grid-4 li.product:hover .premium-woo-product-overlay {
|
8858 |
-
opacity: 1;
|
8859 |
-
visibility: visible;
|
8860 |
-
z-index: 1;
|
8861 |
-
}
|
8862 |
-
|
8863 |
-
.premium-woo-skin-grid-4 li.product:hover .premium-woo-products-details-wrap {
|
8864 |
-
-webkit-transform: scale(1) translateZ(0) translateY(-50%);
|
8865 |
-
transform: scale(1) translateZ(0) translateY(-50%);
|
8866 |
-
opacity: 1;
|
8867 |
-
}
|
8868 |
-
|
8869 |
-
/**
|
8870 |
-
* Skin 5
|
8871 |
-
*/
|
8872 |
-
.premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper {
|
8873 |
-
-js-display: flex;
|
8874 |
-
display: -webkit-box;
|
8875 |
-
display: -webkit-flex;
|
8876 |
-
display: -moz-box;
|
8877 |
-
display: -ms-flexbox;
|
8878 |
-
display: flex;
|
8879 |
-
}
|
8880 |
-
|
8881 |
-
.premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn {
|
8882 |
-
-js-display: flex;
|
8883 |
-
display: -webkit-box;
|
8884 |
-
display: -webkit-flex;
|
8885 |
-
display: -moz-box;
|
8886 |
-
display: -ms-flexbox;
|
8887 |
-
display: flex;
|
8888 |
-
-webkit-box-align: center;
|
8889 |
-
-webkit-align-items: center;
|
8890 |
-
-moz-box-align: center;
|
8891 |
-
-ms-flex-align: center;
|
8892 |
-
align-items: center;
|
8893 |
-
background-color: #54595f;
|
8894 |
-
padding: 10px;
|
8895 |
-
-webkit-transition: all 0.25s ease 0s;
|
8896 |
-
transition: all 0.25s ease 0s;
|
8897 |
-
}
|
8898 |
-
|
8899 |
-
.premium-woo-skin-grid-5 li.product .premium-woo-products-details-wrap {
|
8900 |
-
width: 75%;
|
8901 |
-
}
|
8902 |
-
|
8903 |
-
.premium-woo-skin-grid-5 .premium-woo-product-wrapper {
|
8904 |
-
-js-display: flex;
|
8905 |
-
display: -webkit-box;
|
8906 |
-
display: -webkit-flex;
|
8907 |
-
display: -moz-box;
|
8908 |
-
display: -ms-flexbox;
|
8909 |
-
display: flex;
|
8910 |
-
-webkit-box-align: center;
|
8911 |
-
-webkit-align-items: center;
|
8912 |
-
-moz-box-align: center;
|
8913 |
-
-ms-flex-align: center;
|
8914 |
-
align-items: center;
|
8915 |
-
}
|
8916 |
-
|
8917 |
-
.premium-woo-product-align-right .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper {
|
8918 |
-
-webkit-box-pack: end;
|
8919 |
-
-webkit-justify-content: flex-end;
|
8920 |
-
-moz-box-pack: end;
|
8921 |
-
-ms-flex-pack: end;
|
8922 |
-
justify-content: flex-end;
|
8923 |
-
}
|
8924 |
-
|
8925 |
-
.premium-woo-product-align-center .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper {
|
8926 |
-
-webkit-box-pack: center;
|
8927 |
-
-webkit-justify-content: center;
|
8928 |
-
-moz-box-pack: center;
|
8929 |
-
-ms-flex-pack: center;
|
8930 |
-
justify-content: center;
|
8931 |
-
}
|
8932 |
-
|
8933 |
-
/**
|
8934 |
-
* Skin 6
|
8935 |
-
*/
|
8936 |
-
.premium-woo-skin-grid-6 .premium-woo-qv-btn {
|
8937 |
-
position: absolute;
|
8938 |
-
top: 50%;
|
8939 |
-
right: 50%;
|
8940 |
-
min-width: 40%;
|
8941 |
-
text-align: center;
|
8942 |
-
padding: 5px;
|
8943 |
-
background: rgba(2, 2, 2, 0.5);
|
8944 |
-
color: #fff;
|
8945 |
-
-webkit-transform: translate(50%, -50%);
|
8946 |
-
-ms-transform: translate(50%, -50%);
|
8947 |
-
transform: translate(50%, -50%);
|
8948 |
-
opacity: 0;
|
8949 |
-
visibility: hidden;
|
8950 |
-
-webkit-transition: all 0.3s ease-in-out;
|
8951 |
-
transition: all 0.3s ease-in-out;
|
8952 |
-
cursor: pointer;
|
8953 |
-
z-index: 2;
|
8954 |
-
}
|
8955 |
-
|
8956 |
-
.premium-woo-skin-grid-6 li.product:hover .premium-woo-qv-btn {
|
8957 |
-
opacity: 1;
|
8958 |
-
visibility: visible;
|
8959 |
-
}
|
8960 |
-
|
8961 |
-
.premium-woo-product-align-right li.product .premium-woo-product-info .star-rating,
|
8962 |
-
.premium-woo-product-align-left li.product .premium-woo-product-info .star-rating {
|
8963 |
-
margin: 0;
|
8964 |
-
}
|
8965 |
-
|
8966 |
-
.premium-woo-skin-grid-6 li.product .premium-woo-product-info {
|
8967 |
-
-js-display: flex;
|
8968 |
-
display: -webkit-box;
|
8969 |
-
display: -webkit-flex;
|
8970 |
-
display: -moz-box;
|
8971 |
-
display: -ms-flexbox;
|
8972 |
-
display: flex;
|
8973 |
-
-webkit-box-pack: justify;
|
8974 |
-
-webkit-justify-content: space-between;
|
8975 |
-
-moz-box-pack: justify;
|
8976 |
-
-ms-flex-pack: justify;
|
8977 |
-
justify-content: space-between;
|
8978 |
-
}
|
8979 |
-
|
8980 |
-
.premium-woo-product-align-center .premium-woocommerce li.product .premium-woo-product-info {
|
8981 |
-
-webkit-box-orient: vertical;
|
8982 |
-
-webkit-box-direction: normal;
|
8983 |
-
-webkit-flex-direction: column;
|
8984 |
-
-moz-box-orient: vertical;
|
8985 |
-
-moz-box-direction: normal;
|
8986 |
-
-ms-flex-direction: column;
|
8987 |
-
flex-direction: column;
|
8988 |
-
}
|
8989 |
-
|
8990 |
-
.premium-woo-product-align-right .premium-woocommerce li.product .premium-woo-product-info {
|
8991 |
-
-webkit-box-orient: horizontal;
|
8992 |
-
-webkit-box-direction: reverse;
|
8993 |
-
-webkit-flex-direction: row-reverse;
|
8994 |
-
-moz-box-orient: horizontal;
|
8995 |
-
-moz-box-direction: reverse;
|
8996 |
-
-ms-flex-direction: row-reverse;
|
8997 |
-
flex-direction: row-reverse;
|
8998 |
-
}
|
8999 |
-
|
9000 |
-
.premium-woo-skin-grid-6 li.product .premium-woo-product-gallery-images {
|
9001 |
-
-js-display: flex;
|
9002 |
-
display: -webkit-box;
|
9003 |
-
display: -webkit-flex;
|
9004 |
-
display: -moz-box;
|
9005 |
-
display: -ms-flexbox;
|
9006 |
-
display: flex;
|
9007 |
-
position: absolute;
|
9008 |
-
bottom: 10px;
|
9009 |
-
width: 100%;
|
9010 |
-
-webkit-box-pack: center;
|
9011 |
-
-webkit-justify-content: center;
|
9012 |
-
-moz-box-pack: center;
|
9013 |
-
-ms-flex-pack: center;
|
9014 |
-
justify-content: center;
|
9015 |
-
}
|
9016 |
-
|
9017 |
-
.premium-woo-product-gallery-images .premium-woo-product__gallery_image {
|
9018 |
-
width: 20%;
|
9019 |
-
margin: 0 0.2em;
|
9020 |
-
border: 2px solid #aaa;
|
9021 |
-
cursor: pointer;
|
9022 |
-
}
|
9023 |
-
|
9024 |
-
/**
|
9025 |
-
* Metro
|
9026 |
-
*/
|
9027 |
-
/*.premium-woo-grid-style1 ul.products li.product {
|
9028 |
-
width: 25%;
|
9029 |
-
}*/
|
9030 |
-
.premium-woo-products-metro li.product .premium-woo-product-thumbnail img,
|
9031 |
-
.premium-woo-products-metro li.product .premium-woo-product-wrapper,
|
9032 |
-
.premium-woo-products-metro li.product .premium-woo-product-thumbnail,
|
9033 |
-
.premium-woo-products-metro li.product .woocommerce-LoopProduct-link {
|
9034 |
-
height: 100%;
|
9035 |
-
}
|
9036 |
-
|
9037 |
-
.premium-woo-products-metro ul.products li.product {
|
9038 |
-
margin-bottom: 0;
|
9039 |
-
}
|
9040 |
-
|
9041 |
-
.premium-woo-products-metro li.product .premium-woo-product-thumbnail img {
|
9042 |
-
-o-object-fit: cover;
|
9043 |
-
object-fit: cover;
|
9044 |
-
}
|
9045 |
-
|
9046 |
-
/*
|
9047 |
-
* Carousel
|
9048 |
-
*/
|
9049 |
-
.premium-woocommerce .slick-arrow {
|
9050 |
-
-webkit-border-radius: 50%;
|
9051 |
-
border-radius: 50%;
|
9052 |
-
}
|
9053 |
-
|
9054 |
-
.premium-woocommerce ul.slick-dots {
|
9055 |
-
width: 100%;
|
9056 |
-
}
|
9057 |
-
|
9058 |
-
/*
|
9059 |
-
* Quick View Html/body
|
9060 |
-
*/
|
9061 |
-
html.premium-woo-qv-opened,
|
9062 |
-
html.premium-woo-qv-opened body {
|
9063 |
-
overflow: hidden;
|
9064 |
-
}
|
9065 |
-
|
9066 |
-
/**
|
9067 |
-
* Quick View Modal
|
9068 |
-
*/
|
9069 |
-
.premium-woo-quick-view-back {
|
9070 |
-
position: fixed;
|
9071 |
-
visibility: hidden;
|
9072 |
-
overflow: hidden;
|
9073 |
-
background: rgba(2, 2, 2, 0.5);
|
9074 |
-
opacity: 0;
|
9075 |
-
-webkit-transition: opacity 0.25s;
|
9076 |
-
transition: opacity 0.25s;
|
9077 |
-
z-index: 999;
|
9078 |
-
}
|
9079 |
-
|
9080 |
-
.premium-woo-quick-view-active {
|
9081 |
-
top: 0;
|
9082 |
-
right: 0;
|
9083 |
-
width: 100%;
|
9084 |
-
height: 100%;
|
9085 |
-
opacity: 1;
|
9086 |
-
visibility: visible;
|
9087 |
-
}
|
9088 |
-
|
9089 |
-
#premium-woo-quick-view-modal {
|
9090 |
-
position: fixed;
|
9091 |
-
visibility: hidden;
|
9092 |
-
opacity: 0;
|
9093 |
-
top: 0;
|
9094 |
-
right: 0;
|
9095 |
-
width: 100%;
|
9096 |
-
height: 100%;
|
9097 |
-
z-index: 1400;
|
9098 |
-
text-align: center;
|
9099 |
-
-webkit-transition: all 0.3s;
|
9100 |
-
transition: all 0.3s;
|
9101 |
-
overflow-x: hidden;
|
9102 |
-
overflow-y: auto;
|
9103 |
-
}
|
9104 |
-
|
9105 |
-
#premium-woo-quick-view-modal.active {
|
9106 |
-
visibility: visible;
|
9107 |
-
opacity: 1;
|
9108 |
-
}
|
9109 |
-
|
9110 |
-
#premium-woo-quick-view-modal.active .premium-woo-content-main {
|
9111 |
-
-webkit-transform: translateY(0);
|
9112 |
-
-ms-transform: translateY(0);
|
9113 |
-
transform: translateY(0);
|
9114 |
-
opacity: 1;
|
9115 |
-
width: 100%;
|
9116 |
-
}
|
9117 |
-
|
9118 |
-
#premium-woo-quick-view-modal .premium-woo-content-main-wrapper {
|
9119 |
-
position: absolute;
|
9120 |
-
width: 100%;
|
9121 |
-
height: 100%;
|
9122 |
-
top: 0;
|
9123 |
-
right: 0;
|
9124 |
-
text-align: center;
|
9125 |
-
padding: 30px;
|
9126 |
-
-js-display: flex;
|
9127 |
-
display: -webkit-box;
|
9128 |
-
display: -webkit-flex;
|
9129 |
-
display: -moz-box;
|
9130 |
-
display: -ms-flexbox;
|
9131 |
-
display: flex;
|
9132 |
-
-webkit-box-align: center;
|
9133 |
-
-webkit-align-items: center;
|
9134 |
-
-moz-box-align: center;
|
9135 |
-
-ms-flex-align: center;
|
9136 |
-
align-items: center;
|
9137 |
-
}
|
9138 |
-
|
9139 |
-
#premium-woo-quick-view-modal .premium-woo-content-main {
|
9140 |
-
position: relative;
|
9141 |
-
pointer-events: none;
|
9142 |
-
max-width: 100%;
|
9143 |
-
text-align: right;
|
9144 |
-
z-index: 1045;
|
9145 |
-
-webkit-transform: translateY(-30px);
|
9146 |
-
-ms-transform: translateY(-30px);
|
9147 |
-
transform: translateY(-30px);
|
9148 |
-
opacity: 0;
|
9149 |
-
-webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
|
9150 |
-
transition: opacity 0.3s, -webkit-transform 0.5s;
|
9151 |
-
transition: transform 0.5s, opacity 0.3s;
|
9152 |
-
transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
|
9153 |
-
margin: 0 auto;
|
9154 |
-
}
|
9155 |
-
|
9156 |
-
#premium-woo-quick-view-modal .premium-woo-lightbox-content {
|
9157 |
-
position: relative;
|
9158 |
-
display: table;
|
9159 |
-
pointer-events: auto;
|
9160 |
-
background-color: #fff;
|
9161 |
-
max-width: 975px;
|
9162 |
-
margin: 20px auto;
|
9163 |
-
-webkit-transform: translateZ(0);
|
9164 |
-
transform: translateZ(0);
|
9165 |
-
-webkit-box-shadow: -3px 3px 20px 0 rgba(0, 0, 0, 0.15);
|
9166 |
-
box-shadow: -3px 3px 20px 0 rgba(0, 0, 0, 0.15);
|
9167 |
-
overflow: hidden;
|
9168 |
-
}
|
9169 |
-
|
9170 |
-
#premium-woo-quick-view-modal .summary {
|
9171 |
-
width: 50%;
|
9172 |
-
margin: 0;
|
9173 |
-
padding: 30px;
|
9174 |
-
float: right;
|
9175 |
-
-webkit-box-sizing: border-box;
|
9176 |
-
-moz-box-sizing: border-box;
|
9177 |
-
box-sizing: border-box;
|
9178 |
-
}
|
9179 |
-
|
9180 |
-
#premium-woo-quick-view-modal .summary .quantity {
|
9181 |
-
min-width: auto;
|
9182 |
-
}
|
9183 |
-
|
9184 |
-
#premium-woo-quick-view-modal .summary .quantity input.qty {
|
9185 |
-
width: 54px;
|
9186 |
-
-webkit-appearance: button;
|
9187 |
-
-moz-appearance: button;
|
9188 |
-
appearance: button;
|
9189 |
-
}
|
9190 |
-
|
9191 |
-
#premium-woo-quick-view-modal .woocommerce-product-details__short-description p {
|
9192 |
-
margin: 0;
|
9193 |
-
}
|
9194 |
-
|
9195 |
-
#premium-woo-quick-view-close {
|
9196 |
-
position: absolute;
|
9197 |
-
font-size: 22px;
|
9198 |
-
top: 10px;
|
9199 |
-
left: 10px;
|
9200 |
-
width: 22px;
|
9201 |
-
height: 22px;
|
9202 |
-
line-height: 22px;
|
9203 |
-
opacity: 0.7;
|
9204 |
-
text-align: center;
|
9205 |
-
z-index: 2;
|
9206 |
-
color: #000;
|
9207 |
-
}
|
9208 |
-
|
9209 |
-
#premium-woo-quick-view-modal .premium-woo-qv-image-slider {
|
9210 |
-
position: relative;
|
9211 |
-
}
|
9212 |
-
|
9213 |
-
#premium-woo-quick-view-modal .premium-woo-qv-image-slider li {
|
9214 |
-
list-style: none;
|
9215 |
-
}
|
9216 |
-
|
9217 |
-
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav {
|
9218 |
-
margin: 0;
|
9219 |
-
padding: 0;
|
9220 |
-
width: 100%;
|
9221 |
-
position: absolute;
|
9222 |
-
bottom: 10px;
|
9223 |
-
text-align: center;
|
9224 |
-
}
|
9225 |
-
|
9226 |
-
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li {
|
9227 |
-
margin: 0 6px;
|
9228 |
-
display: inline-block;
|
9229 |
-
vertical-align: middle;
|
9230 |
-
}
|
9231 |
-
|
9232 |
-
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li a {
|
9233 |
-
width: 11px;
|
9234 |
-
height: 11px;
|
9235 |
-
display: block;
|
9236 |
-
background: #666;
|
9237 |
-
background: rgba(0, 0, 0, 0.5);
|
9238 |
-
cursor: pointer;
|
9239 |
-
text-indent: -9999px;
|
9240 |
-
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
|
9241 |
-
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
|
9242 |
-
-webkit-border-radius: 20px;
|
9243 |
-
border-radius: 20px;
|
9244 |
-
}
|
9245 |
-
|
9246 |
-
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li a.flex-active {
|
9247 |
-
background: rgba(0, 0, 0, 0.9);
|
9248 |
-
cursor: default;
|
9249 |
-
}
|
9250 |
-
|
9251 |
-
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li a:focus {
|
9252 |
-
outline: none;
|
9253 |
-
}
|
9254 |
-
|
9255 |
-
#premium-woo-quick-view-modal .premium-woo-qv-image-slider img {
|
9256 |
-
-o-object-fit: cover;
|
9257 |
-
object-fit: cover;
|
9258 |
-
}
|
9259 |
-
|
9260 |
-
#premium-woo-quick-view-content div.images {
|
9261 |
-
width: 50%;
|
9262 |
-
float: right;
|
9263 |
-
opacity: 1 !important;
|
9264 |
-
margin: 0;
|
9265 |
-
}
|
9266 |
-
|
9267 |
-
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav {
|
9268 |
-
margin: 0;
|
9269 |
-
padding: 0;
|
9270 |
-
list-style: none;
|
9271 |
-
}
|
9272 |
-
|
9273 |
-
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav a {
|
9274 |
-
text-decoration: none;
|
9275 |
-
display: block;
|
9276 |
-
width: 14px;
|
9277 |
-
height: 32px;
|
9278 |
-
font-size: 32px;
|
9279 |
-
line-height: 32px;
|
9280 |
-
margin: -20px 0 0;
|
9281 |
-
position: absolute;
|
9282 |
-
top: 50%;
|
9283 |
-
z-index: 10;
|
9284 |
-
overflow: hidden;
|
9285 |
-
cursor: pointer;
|
9286 |
-
color: rgba(0, 0, 0, 0.8);
|
9287 |
-
text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.3);
|
9288 |
-
-webkit-transition: all 0.3s ease-in-out;
|
9289 |
-
transition: all 0.3s ease-in-out;
|
9290 |
-
}
|
9291 |
-
|
9292 |
-
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-next,
|
9293 |
-
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-prev {
|
9294 |
-
display: inline-block;
|
9295 |
-
font-family: "Font Awesome 5 Free";
|
9296 |
-
font-weight: 900;
|
9297 |
-
text-rendering: auto;
|
9298 |
-
-webkit-font-smoothing: antialiased;
|
9299 |
-
-moz-osx-font-smoothing: grayscale;
|
9300 |
-
}
|
9301 |
-
|
9302 |
-
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-prev {
|
9303 |
-
right: 10px;
|
9304 |
-
}
|
9305 |
-
|
9306 |
-
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-next {
|
9307 |
-
left: 10px;
|
9308 |
-
}
|
9309 |
-
|
9310 |
-
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-prev::before {
|
9311 |
-
content: "\f104";
|
9312 |
-
}
|
9313 |
-
|
9314 |
-
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-next::before {
|
9315 |
-
content: "\f105";
|
9316 |
-
}
|
9317 |
-
|
9318 |
-
.premium-woocommerce li.product .added_to_cart.wc-forward {
|
9319 |
-
display: none;
|
9320 |
-
}
|
9321 |
-
|
9322 |
-
.premium-woo-atc-button .add_to_cart_button span {
|
9323 |
-
-webkit-animation: spin 2s linear infinite;
|
9324 |
-
animation: spin 2s linear infinite;
|
9325 |
-
margin-right: 5px;
|
9326 |
-
vertical-align: baseline;
|
1 |
+
@font-face {
|
2 |
+
font-family: "pa-elements";
|
3 |
+
src: url("../../editor/fonts/pa-elements.eot?9e1efm");
|
4 |
+
src: url("../../editor/fonts/pa-elements.eot?9e1efm#iefix") format("embedded-opentype"),
|
5 |
+
url("../../editor/fonts/pa-elements.ttf?9e1efm") format("truetype"),
|
6 |
+
url("../../editor/fonts/pa-elements.woff?9e1efm") format("woff"),
|
7 |
+
url("../../editor/fonts/pa-elements.svg?9e1efm#pa-elements") format("svg");
|
8 |
+
font-weight: normal;
|
9 |
+
font-style: normal;
|
10 |
+
}
|
11 |
+
|
12 |
+
/**************** Premium Banner ****************/
|
13 |
+
/************************************************/
|
14 |
+
.premium-banner {
|
15 |
+
overflow: hidden;
|
16 |
+
}
|
17 |
+
|
18 |
+
.premium-banner-ib {
|
19 |
+
display: block;
|
20 |
+
position: relative;
|
21 |
+
}
|
22 |
+
|
23 |
+
.premium-banner-ib img {
|
24 |
+
display: block;
|
25 |
+
position: relative;
|
26 |
+
}
|
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 |
+
}
|
37 |
+
|
38 |
+
.premium-banner-img-wrap .premium-banner-ib-img {
|
39 |
+
-webkit-flex-shrink: 0;
|
40 |
+
-ms-flex-negative: 0;
|
41 |
+
flex-shrink: 0;
|
42 |
+
}
|
43 |
+
|
44 |
+
.premium-banner-ib {
|
45 |
+
z-index: 1;
|
46 |
+
overflow: hidden;
|
47 |
+
margin: 0 0 35px;
|
48 |
+
text-align: center;
|
49 |
+
-webkit-box-sizing: border-box;
|
50 |
+
-moz-box-sizing: border-box;
|
51 |
+
box-sizing: border-box;
|
52 |
+
}
|
53 |
+
|
54 |
+
.premium-banner-ib-desc .premium-banner-read-more {
|
55 |
+
z-index: 100;
|
56 |
+
}
|
57 |
+
|
58 |
+
.premium-banner-ib,
|
59 |
+
.wpb_column>.wpb_wrapper .premium-banner-ib {
|
60 |
+
margin-bottom: 0px;
|
61 |
+
}
|
62 |
+
|
63 |
+
.elementor-widget-premium-addon-banner .premium-banner-ib-title {
|
64 |
+
background: transparent;
|
65 |
+
}
|
66 |
+
|
67 |
+
.premium-banner-ib *,
|
68 |
+
.premium-banner-ib .premium-banner-ib-desc {
|
69 |
+
-webkit-box-sizing: border-box;
|
70 |
+
-moz-box-sizing: border-box;
|
71 |
+
box-sizing: border-box;
|
72 |
+
}
|
73 |
+
|
74 |
+
.premium-banner-ib img {
|
75 |
+
min-width: 100%;
|
76 |
+
max-width: 100%;
|
77 |
+
-webkit-transition: opacity 0.35s;
|
78 |
+
transition: opacity 0.35s;
|
79 |
+
}
|
80 |
+
|
81 |
+
.premium-banner-ib .premium-banner-ib-desc {
|
82 |
+
padding: 15px;
|
83 |
+
-webkit-backface-visibility: hidden;
|
84 |
+
backface-visibility: hidden;
|
85 |
+
-webkit-box-sizing: border-box;
|
86 |
+
-moz-box-sizing: border-box;
|
87 |
+
box-sizing: border-box;
|
88 |
+
position: absolute;
|
89 |
+
top: 0;
|
90 |
+
right: 0;
|
91 |
+
width: 100%;
|
92 |
+
height: 100%;
|
93 |
+
}
|
94 |
+
|
95 |
+
.premium-banner-ib .premium-banner-ib-link {
|
96 |
+
position: absolute;
|
97 |
+
top: 0;
|
98 |
+
right: 0;
|
99 |
+
width: 100%;
|
100 |
+
height: 100%;
|
101 |
+
z-index: 1000;
|
102 |
+
text-indent: 200%;
|
103 |
+
white-space: nowrap;
|
104 |
+
font-size: 0;
|
105 |
+
opacity: 0;
|
106 |
+
}
|
107 |
+
|
108 |
+
.premium-banner-ib a.premium-banner-ib-link {
|
109 |
+
display: block;
|
110 |
+
background: 100% 0;
|
111 |
+
}
|
112 |
+
|
113 |
+
.premium-banner-animation1 img {
|
114 |
+
width: -webkit-calc(100% + 50px) !important;
|
115 |
+
width: calc(100% + 50px) !important;
|
116 |
+
max-width: -webkit-calc(100% + 50px) !important;
|
117 |
+
max-width: calc(100% + 50px) !important;
|
118 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
119 |
+
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
120 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
121 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
122 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
123 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
124 |
+
-webkit-transform: translate3d(40px, 0, 0);
|
125 |
+
transform: translate3d(40px, 0, 0);
|
126 |
+
}
|
127 |
+
|
128 |
+
.premium-banner-animation2 .premium-banner-ib-title {
|
129 |
+
padding: 15px;
|
130 |
+
}
|
131 |
+
|
132 |
+
.premium-banner-animation1 .premium-banner-ib-desc {
|
133 |
+
top: auto;
|
134 |
+
bottom: 0;
|
135 |
+
min-height: 25%;
|
136 |
+
height: auto;
|
137 |
+
max-height: 100%;
|
138 |
+
text-align: right;
|
139 |
+
}
|
140 |
+
|
141 |
+
.premium-banner-animation1 .premium-banner-ib-content,
|
142 |
+
.premium-banner-animation1 .premium-banner-ib-title,
|
143 |
+
.premium-banner-animation1 .premium-banner-read-more {
|
144 |
+
-webkit-transform: translate3d(0, 40px, 0);
|
145 |
+
transform: translate3d(0, 40px, 0);
|
146 |
+
-webkit-transition-delay: 0.05s;
|
147 |
+
transition-delay: 0.05s;
|
148 |
+
-webkit-transition-duration: 0.35s;
|
149 |
+
transition-duration: 0.35s;
|
150 |
+
}
|
151 |
+
|
152 |
+
.premium-banner-animation1 .premium-banner-ib-title {
|
153 |
+
-webkit-transition: -webkit-transform 0.35s;
|
154 |
+
transition: -webkit-transform 0.35s;
|
155 |
+
transition: transform 0.35s;
|
156 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
157 |
+
}
|
158 |
+
|
159 |
+
.premium-banner-animation1 .premium-banner-ib-content,
|
160 |
+
.premium-banner-animation1 .premium-banner-read-more {
|
161 |
+
margin-top: 10px;
|
162 |
+
opacity: 0;
|
163 |
+
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
|
164 |
+
transition: opacity 0.2s, -webkit-transform 0.35s;
|
165 |
+
transition: opacity 0.2s, transform 0.35s;
|
166 |
+
transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s;
|
167 |
+
}
|
168 |
+
|
169 |
+
.premium-banner-animation1:hover .premium-banner-ib-content,
|
170 |
+
.premium-banner-animation1.active .premium-banner-ib-content,
|
171 |
+
.premium-banner-animation1:hover .premium-banner-read-more,
|
172 |
+
.premium-banner-animation1.active .premium-banner-read-more {
|
173 |
+
opacity: 1;
|
174 |
+
-webkit-transition-delay: 0.05s;
|
175 |
+
transition-delay: 0.05s;
|
176 |
+
-webkit-transition-duration: 0.35s;
|
177 |
+
transition-duration: 0.35s;
|
178 |
+
}
|
179 |
+
|
180 |
+
.premium-banner-animation1:hover .premium-banner-ib-content,
|
181 |
+
.premium-banner-animation1.active .premium-banner-ib-content,
|
182 |
+
.premium-banner-animation1:hover .premium-banner-read-more,
|
183 |
+
.premium-banner-animation1.active .premium-banner-read-more,
|
184 |
+
.premium-banner-animation1:hover .premium-banner-ib-title,
|
185 |
+
.premium-banner-animation1.active .premium-banner-ib-title,
|
186 |
+
.premium-banner-animation1:hover img,
|
187 |
+
.premium-banner-animation1.active img {
|
188 |
+
-webkit-transform: translate3d(0, 0, 0);
|
189 |
+
transform: translate3d(0, 0, 0);
|
190 |
+
-webkit-transition-delay: 0.05s;
|
191 |
+
transition-delay: 0.05s;
|
192 |
+
-webkit-transition-duration: 0.35s;
|
193 |
+
transition-duration: 0.35s;
|
194 |
+
}
|
195 |
+
|
196 |
+
.premium-banner-animation1.zoomout img,
|
197 |
+
.premium-banner-animation1.scale img {
|
198 |
+
-webkit-transform: translate3d(40px, 0, 0) scale(1.1);
|
199 |
+
transform: translate3d(40px, 0, 0) scale(1.1);
|
200 |
+
}
|
201 |
+
|
202 |
+
.premium-banner-ib.sepia img {
|
203 |
+
-webkit-filter: sepia(30%);
|
204 |
+
filter: sepia(30%);
|
205 |
+
}
|
206 |
+
|
207 |
+
.premium-banner-ib.bright img {
|
208 |
+
-webkit-filter: brightness(1);
|
209 |
+
filter: brightness(1);
|
210 |
+
}
|
211 |
+
|
212 |
+
.premium-banner-ib.sepia:hover img {
|
213 |
+
-webkit-filter: sepia(0%);
|
214 |
+
filter: sepia(0%);
|
215 |
+
}
|
216 |
+
|
217 |
+
.premium-banner-ib.bright:hover img {
|
218 |
+
-webkit-filter: brightness(1.2);
|
219 |
+
filter: brightness(1.2);
|
220 |
+
}
|
221 |
+
|
222 |
+
.premium-banner-animation1.premium-banner-min-height img,
|
223 |
+
.premium-banner-animation2.premium-banner-min-height img,
|
224 |
+
.premium-banner-animation4.premium-banner-min-height img,
|
225 |
+
.premium-banner-animation5.premium-banner-min-height img,
|
226 |
+
.premium-banner-animation6.premium-banner-min-height img,
|
227 |
+
.premium-banner-animation13.premium-banner-min-height img {
|
228 |
+
height: auto;
|
229 |
+
}
|
230 |
+
|
231 |
+
.premium-banner-animation2 img {
|
232 |
+
width: 100%;
|
233 |
+
}
|
234 |
+
|
235 |
+
.premium-banner-animation2 .premium-banner-ib-desc::before {
|
236 |
+
position: absolute;
|
237 |
+
content: "";
|
238 |
+
top: 0;
|
239 |
+
right: 0;
|
240 |
+
width: 100%;
|
241 |
+
height: 100%;
|
242 |
+
opacity: 0;
|
243 |
+
-webkit-transform: translate3d(0, 50%, 0);
|
244 |
+
transform: translate3d(0, 50%, 0);
|
245 |
+
}
|
246 |
+
|
247 |
+
.premium-banner-animation2 .premium-banner-ib-title {
|
248 |
+
position: absolute;
|
249 |
+
top: 50%;
|
250 |
+
right: 0;
|
251 |
+
width: 100%;
|
252 |
+
-webkit-transition: color 0.35s, -webkit-transform 0.35s;
|
253 |
+
transition: color 0.35s, -webkit-transform 0.35s;
|
254 |
+
transition: transform 0.35s, color 0.35s;
|
255 |
+
transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
|
256 |
+
-webkit-transform: translate3d(0, -50%, 0);
|
257 |
+
transform: translate3d(0, -50%, 0);
|
258 |
+
}
|
259 |
+
|
260 |
+
.premium-banner-animation2 .premium-banner-ib-content,
|
261 |
+
.premium-banner-animation2 .premium-banner-read-more,
|
262 |
+
.premium-banner-animation2 .premium-banner-ib-desc::before {
|
263 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
264 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
265 |
+
transition: opacity 0.35s, transform 0.35s;
|
266 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
267 |
+
}
|
268 |
+
|
269 |
+
.premium-banner-animation2 .premium-banner-ib-content,
|
270 |
+
.premium-banner-animation2 .premium-banner-read-more {
|
271 |
+
position: absolute;
|
272 |
+
bottom: 0;
|
273 |
+
right: 0;
|
274 |
+
padding: 15px;
|
275 |
+
width: 100%;
|
276 |
+
max-height: 50%;
|
277 |
+
opacity: 0;
|
278 |
+
-webkit-transform: translate3d(0, 10px, 0);
|
279 |
+
transform: translate3d(0, 10px, 0);
|
280 |
+
}
|
281 |
+
|
282 |
+
.premium-banner-animation2:hover .premium-banner-ib-title,
|
283 |
+
.premium-banner-animation2.active .premium-banner-ib-title {
|
284 |
+
-webkit-transform: translate3d(0, -40px, 0);
|
285 |
+
transform: translate3d(0, -40px, 0);
|
286 |
+
}
|
287 |
+
|
288 |
+
.premium-banner-animation2:hover .premium-banner-read-more,
|
289 |
+
.premium-banner-animation2.active .premium-banner-read-more,
|
290 |
+
.premium-banner-animation2:hover .premium-banner-ib-desc::before,
|
291 |
+
.premium-banner-animation2.active .premium-banner-ib-desc::before {
|
292 |
+
opacity: 1;
|
293 |
+
-webkit-transform: translate3d(0, 0, 0);
|
294 |
+
transform: translate3d(0, 0, 0);
|
295 |
+
}
|
296 |
+
|
297 |
+
.premium-banner-animation2:hover .premium-banner-ib-content,
|
298 |
+
.premium-banner-animation2.active .premium-banner-ib-content {
|
299 |
+
opacity: 1;
|
300 |
+
-webkit-transform: translate3d(0, -30px, 0);
|
301 |
+
transform: translate3d(0, -30px, 0);
|
302 |
+
}
|
303 |
+
|
304 |
+
.premium-banner-animation3 .premium-banner-ib-title {
|
305 |
+
position: absolute;
|
306 |
+
bottom: 0;
|
307 |
+
right: 0;
|
308 |
+
padding: 15px;
|
309 |
+
width: 100%;
|
310 |
+
text-align: right;
|
311 |
+
-webkit-transform: translate3d(0, -30px, 0);
|
312 |
+
transform: translate3d(0, -30px, 0);
|
313 |
+
}
|
314 |
+
|
315 |
+
.premium-banner-animation3 .premium-banner-ib-desc::before,
|
316 |
+
.premium-banner-animation3 .premium-banner-ib-title {
|
317 |
+
-webkit-transition: -webkit-transform 0.35s;
|
318 |
+
transition: -webkit-transform 0.35s;
|
319 |
+
transition: transform 0.35s;
|
320 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
321 |
+
}
|
322 |
+
|
323 |
+
.premium-banner-animation3:hover .premium-banner-ib-desc::before,
|
324 |
+
.premium-banner-animation3.active .premium-banner-ib-desc::before,
|
325 |
+
.premium-banner-animation3:hover .premium-banner-ib-title,
|
326 |
+
.premium-banner-animation3.active .premium-banner-ib-title {
|
327 |
+
opacity: 1;
|
328 |
+
-webkit-transform: translate3d(0, 0, 0);
|
329 |
+
transform: translate3d(0, 0, 0);
|
330 |
+
}
|
331 |
+
|
332 |
+
.premium-banner-animation3 .premium-banner-ib-content {
|
333 |
+
max-height: -webkit-calc(100% - 60px - 1.5em);
|
334 |
+
max-height: calc(100% - 60px - 1.5em);
|
335 |
+
overflow: hidden;
|
336 |
+
}
|
337 |
+
|
338 |
+
.premium-banner-animation4 img {
|
339 |
+
width: -webkit-calc(100% + 40px) !important;
|
340 |
+
width: calc(100% + 40px) !important;
|
341 |
+
max-width: -webkit-calc(100% + 40px) !important;
|
342 |
+
max-width: calc(100% + 40px) !important;
|
343 |
+
}
|
344 |
+
|
345 |
+
.premium-banner-animation4 .premium-banner-ib-desc {
|
346 |
+
padding: 30px;
|
347 |
+
}
|
348 |
+
|
349 |
+
.premium-banner-animation4 .premium-banner-ib-desc::after {
|
350 |
+
position: absolute;
|
351 |
+
content: "";
|
352 |
+
opacity: 0;
|
353 |
+
}
|
354 |
+
|
355 |
+
.premium-banner-animation4 .premium-banner-ib-desc::before {
|
356 |
+
position: absolute;
|
357 |
+
content: "";
|
358 |
+
opacity: 0;
|
359 |
+
top: 50px;
|
360 |
+
left: 30px;
|
361 |
+
bottom: 50px;
|
362 |
+
right: 30px;
|
363 |
+
border-top: 1px solid #fff;
|
364 |
+
border-bottom: 1px solid #fff;
|
365 |
+
-webkit-transform: scale(0, 1);
|
366 |
+
-ms-transform: scale(0, 1);
|
367 |
+
transform: scale(0, 1);
|
368 |
+
-webkit-transform-origin: 100% 0;
|
369 |
+
-ms-transform-origin: 100% 0;
|
370 |
+
transform-origin: 100% 0;
|
371 |
+
}
|
372 |
+
|
373 |
+
.premium-banner-animation4 .premium-banner-ib-desc::after {
|
374 |
+
top: 30px;
|
375 |
+
left: 50px;
|
376 |
+
bottom: 30px;
|
377 |
+
right: 50px;
|
378 |
+
border-left: 1px solid #fff;
|
379 |
+
border-right: 1px solid #fff;
|
380 |
+
-webkit-transform: scale(1, 0);
|
381 |
+
-ms-transform: scale(1, 0);
|
382 |
+
transform: scale(1, 0);
|
383 |
+
-webkit-transform-origin: 0% 0;
|
384 |
+
-ms-transform-origin: 0% 0;
|
385 |
+
transform-origin: 0% 0;
|
386 |
+
}
|
387 |
+
|
388 |
+
.premium-banner-animation4 .premium-banner-ib-title {
|
389 |
+
padding: 50px 30px 0 30px;
|
390 |
+
-webkit-transition: -webkit-transform 0.35s;
|
391 |
+
transition: -webkit-transform 0.35s;
|
392 |
+
transition: transform 0.35s;
|
393 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
394 |
+
}
|
395 |
+
|
396 |
+
.premium-banner-animation4 .premium-banner-ib-content,
|
397 |
+
.premium-banner-animation4 .premium-banner-read-more {
|
398 |
+
padding: 10px 30px;
|
399 |
+
opacity: 0;
|
400 |
+
overflow: hidden;
|
401 |
+
-webkit-transform: translate3d(0, -10px, 0);
|
402 |
+
transform: translate3d(0, -10px, 0);
|
403 |
+
}
|
404 |
+
|
405 |
+
.premium-banner-animation4 .premium-banner-ib-title,
|
406 |
+
.premium-banner-animation4 img {
|
407 |
+
-webkit-transform: translate3d(30px, 0, 0);
|
408 |
+
transform: translate3d(30px, 0, 0);
|
409 |
+
}
|
410 |
+
|
411 |
+
.premium-banner-animation4.zoomout img,
|
412 |
+
.premium-banner-animation4.scale img {
|
413 |
+
-webkit-transform: translate3d(30px, 0, 0) scale(1.1);
|
414 |
+
transform: translate3d(30px, 0, 0) scale(1.1);
|
415 |
+
}
|
416 |
+
|
417 |
+
.premium-banner-animation4 .premium-banner-ib-content,
|
418 |
+
.premium-banner-animation4 .premium-banner-read-more {
|
419 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
420 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
421 |
+
transition: opacity 0.35s, transform 0.35s;
|
422 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
423 |
+
}
|
424 |
+
|
425 |
+
.premium-banner-animation4 .premium-banner-ib-desc::after,
|
426 |
+
.premium-banner-animation4 .premium-banner-ib-desc::before {
|
427 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
428 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
429 |
+
transition: opacity 0.35s, transform 0.35s;
|
430 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
431 |
+
}
|
432 |
+
|
433 |
+
.premium-banner-animation4 img {
|
434 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
435 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
436 |
+
transition: opacity 0.35s, transform 0.35s;
|
437 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
438 |
+
}
|
439 |
+
|
440 |
+
.premium-banner-animation4:hover .premium-banner-ib-desc::after,
|
441 |
+
.premium-banner-animation4.active .premium-banner-ib-desc::after,
|
442 |
+
.premium-banner-animation4:hover .premium-banner-ib-desc::before,
|
443 |
+
.premium-banner-animation4.active .premium-banner-ib-desc::before {
|
444 |
+
opacity: 1;
|
445 |
+
-webkit-transform: scale(1);
|
446 |
+
-ms-transform: scale(1);
|
447 |
+
transform: scale(1);
|
448 |
+
}
|
449 |
+
|
450 |
+
.premium-banner-animation4:hover .premium-banner-ib-content,
|
451 |
+
.premium-banner-animation4.active .premium-banner-ib-content,
|
452 |
+
.premium-banner-animation4:hover .premium-banner-read-more,
|
453 |
+
.premium-banner-animation4.active .premium-banner-read-more,
|
454 |
+
.premium-banner-animation4:hover .premium-banner-ib-title,
|
455 |
+
.premium-banner-animation4.active .premium-banner-ib-title {
|
456 |
+
opacity: 1;
|
457 |
+
-webkit-transform: translate3d(0, 0, 0);
|
458 |
+
transform: translate3d(0, 0, 0);
|
459 |
+
}
|
460 |
+
|
461 |
+
.premium-banner-animation4:hover .premium-banner-ib-content,
|
462 |
+
.premium-banner-animation4:hover .premium-banner-ib-desc::after,
|
463 |
+
.premium-banner-animation4:hover .premium-banner-ib-title,
|
464 |
+
.premium-banner-animation4:hover img {
|
465 |
+
-webkit-transition-delay: 0.15s;
|
466 |
+
transition-delay: 0.15s;
|
467 |
+
}
|
468 |
+
|
469 |
+
.premium-banner-animation5 .premium-banner-ib-desc {
|
470 |
+
top: auto;
|
471 |
+
bottom: 0;
|
472 |
+
padding: 15px;
|
473 |
+
height: auto;
|
474 |
+
background: #f2f2f2;
|
475 |
+
color: #3c4a50;
|
476 |
+
-webkit-transition: -webkit-transform 0.35s;
|
477 |
+
transition: -webkit-transform 0.35s;
|
478 |
+
transition: transform 0.35s;
|
479 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
480 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
481 |
+
transform: translate3d(0, 100%, 0);
|
482 |
+
}
|
483 |
+
|
484 |
+
.premium-banner-animation5 .premium-banner-ib-content {
|
485 |
+
position: absolute;
|
486 |
+
top: auto;
|
487 |
+
bottom: 100%;
|
488 |
+
right: 0;
|
489 |
+
width: 100%;
|
490 |
+
padding: 15px;
|
491 |
+
opacity: 0;
|
492 |
+
-webkit-transition: opacity 0.35s;
|
493 |
+
transition: opacity 0.35s;
|
494 |
+
}
|
495 |
+
|
496 |
+
.premium-banner-animation5 .premium-banner-ib-title,
|
497 |
+
.premium-banner-animation5 .premium-banner-read-more {
|
498 |
+
-webkit-transition: -webkit-transform 0.35s;
|
499 |
+
transition: -webkit-transform 0.35s;
|
500 |
+
transition: transform 0.35s;
|
501 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
502 |
+
-webkit-transform: translate3d(0, 200%, 0);
|
503 |
+
transform: translate3d(0, 200%, 0);
|
504 |
+
text-align: center;
|
505 |
+
}
|
506 |
+
|
507 |
+
.premium-banner-animation5 .premium-banner-ib-title {
|
508 |
+
margin: 10px 0;
|
509 |
+
}
|
510 |
+
|
511 |
+
.premium-banner-animation5:hover .premium-banner-ib-content,
|
512 |
+
.premium-banner-animation5.active .premium-banner-ib-content,
|
513 |
+
.premium-banner-animation5:hover .premium-banner-ib-content *,
|
514 |
+
.premium-banner-animation5.active .premium-banner-ib-content * {
|
515 |
+
opacity: 1 !important;
|
516 |
+
z-index: 99 !important;
|
517 |
+
-webkit-backface-visibility: hidden !important;
|
518 |
+
backface-visibility: hidden !important;
|
519 |
+
}
|
520 |
+
|
521 |
+
.premium-banner-animation5:hover .premium-banner-ib-desc,
|
522 |
+
.premium-banner-animation5.active .premium-banner-ib-desc,
|
523 |
+
.premium-banner-animation5:hover .premium-banner-ib-title,
|
524 |
+
.premium-banner-animation5.active .premium-banner-ib-title,
|
525 |
+
.premium-banner-animation5:hover .premium-banner-read-more,
|
526 |
+
.premium-banner-animation5.active .premium-banner-read-more {
|
527 |
+
-webkit-transform: translateY(0);
|
528 |
+
-ms-transform: translateY(0);
|
529 |
+
transform: translateY(0);
|
530 |
+
}
|
531 |
+
|
532 |
+
.premium-banner-animation5:hover .premium-banner-ib-title {
|
533 |
+
-webkit-transition-delay: 0.05s;
|
534 |
+
transition-delay: 0.05s;
|
535 |
+
}
|
536 |
+
|
537 |
+
.premium-banner-animation5 img {
|
538 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
539 |
+
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
540 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
541 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
542 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
543 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
544 |
+
}
|
545 |
+
|
546 |
+
.premium-banner-animation2 img,
|
547 |
+
.premium-banner-animation4 img,
|
548 |
+
.premium-banner-animation6 img {
|
549 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
550 |
+
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
551 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
552 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
553 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
554 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
555 |
+
}
|
556 |
+
|
557 |
+
.premium-banner-animation5.zoomout img,
|
558 |
+
.premium-banner-animation5.scale img {
|
559 |
+
-webkit-transform: scale(1.1);
|
560 |
+
-ms-transform: scale(1.1);
|
561 |
+
transform: scale(1.1);
|
562 |
+
}
|
563 |
+
|
564 |
+
.premium-banner-animation2.zoomout img,
|
565 |
+
.premium-banner-animation2.scale img {
|
566 |
+
-webkit-transform: scale(1.1);
|
567 |
+
-ms-transform: scale(1.1);
|
568 |
+
transform: scale(1.1);
|
569 |
+
}
|
570 |
+
|
571 |
+
.premium-banner-animation6.zoomout img,
|
572 |
+
.premium-banner-animation6.scale img {
|
573 |
+
-webkit-transform: scale(1.1);
|
574 |
+
-ms-transform: scale(1.1);
|
575 |
+
transform: scale(1.1);
|
576 |
+
}
|
577 |
+
|
578 |
+
.premium-banner-animation5.zoomin:hover img,
|
579 |
+
.premium-banner-animation2.zoomin:hover img,
|
580 |
+
.premium-banner-animation6.zoomin:hover img {
|
581 |
+
-webkit-transform: scale(1.1);
|
582 |
+
-ms-transform: scale(1.1);
|
583 |
+
transform: scale(1.1);
|
584 |
+
}
|
585 |
+
|
586 |
+
.premium-banner-animation5.zoomout:hover img,
|
587 |
+
.premium-banner-animation2.zoomout:hover img,
|
588 |
+
.premium-banner-animation6.zoomout:hover img {
|
589 |
+
-webkit-transform: scale(1);
|
590 |
+
-ms-transform: scale(1);
|
591 |
+
transform: scale(1);
|
592 |
+
}
|
593 |
+
|
594 |
+
.premium-banner-animation5.scale:hover img,
|
595 |
+
.premium-banner-animation2.scale:hover img,
|
596 |
+
.premium-banner-animation6.scale:hover img {
|
597 |
+
-webkit-transform: scale(1.2) rotate(-5deg);
|
598 |
+
-ms-transform: scale(1.2) rotate(-5deg);
|
599 |
+
transform: scale(1.2) rotate(-5deg);
|
600 |
+
}
|
601 |
+
|
602 |
+
.premium-banner-animation5.grayscale:hover img,
|
603 |
+
.premium-banner-animation2.grayscale:hover img,
|
604 |
+
.premium-banner-animation6.grayscale:hover img {
|
605 |
+
-webkit-filter: grayscale(100%);
|
606 |
+
filter: grayscale(100%);
|
607 |
+
}
|
608 |
+
|
609 |
+
.premium-banner-animation5.blur:hover img,
|
610 |
+
.premium-banner-animation2.blur:hover img {
|
611 |
+
-webkit-filter: blur(3px);
|
612 |
+
filter: blur(3px);
|
613 |
+
}
|
614 |
+
|
615 |
+
.premium-banner-animation6.blur:hover img {
|
616 |
+
-webkit-filter: blur(3px);
|
617 |
+
filter: blur(3px);
|
618 |
+
}
|
619 |
+
|
620 |
+
.premium-banner-animation6 .premium-banner-ib-desc {
|
621 |
+
padding: 45px;
|
622 |
+
}
|
623 |
+
|
624 |
+
.premium-banner-animation6 .premium-banner-ib-desc::before {
|
625 |
+
position: absolute;
|
626 |
+
content: "";
|
627 |
+
top: 30px;
|
628 |
+
left: 30px;
|
629 |
+
bottom: 30px;
|
630 |
+
right: 30px;
|
631 |
+
border: 1px solid #fff;
|
632 |
+
}
|
633 |
+
|
634 |
+
.premium-banner-animation6 .premium-banner-ib-title {
|
635 |
+
margin: 20px 0 10px;
|
636 |
+
-webkit-transition: -webkit-transform 0.35s;
|
637 |
+
transition: -webkit-transform 0.35s;
|
638 |
+
transition: transform 0.35s;
|
639 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
640 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
641 |
+
transform: translate3d(0, 100%, 0);
|
642 |
+
}
|
643 |
+
|
644 |
+
.premium-banner-animation6 .premium-banner-ib-content,
|
645 |
+
.premium-banner-animation6 .premium-banner-read-more,
|
646 |
+
.premium-banner-animation6 .premium-banner-ib-desc::before {
|
647 |
+
opacity: 0;
|
648 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
649 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
650 |
+
transition: opacity 0.35s, transform 0.35s;
|
651 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
652 |
+
-webkit-transform: scale(0);
|
653 |
+
-ms-transform: scale(0);
|
654 |
+
transform: scale(0);
|
655 |
+
}
|
656 |
+
|
657 |
+
.premium-banner-animation6 .premium-banner-read-more {
|
658 |
+
margin-top: 10px;
|
659 |
+
}
|
660 |
+
|
661 |
+
.premium-banner-animation6:hover .premium-banner-ib-title,
|
662 |
+
.premium-banner-animation6.active .premium-banner-ib-title {
|
663 |
+
-webkit-transform: translate3d(0, 0, 0);
|
664 |
+
transform: translate3d(0, 0, 0);
|
665 |
+
}
|
666 |
+
|
667 |
+
.premium-banner-animation6:hover .premium-banner-ib-content,
|
668 |
+
.premium-banner-animation6.active .premium-banner-ib-content,
|
669 |
+
.premium-banner-animation6:hover .premium-banner-read-more,
|
670 |
+
.premium-banner-animation6.active .premium-banner-read-more,
|
671 |
+
.premium-banner-animation6:hover .premium-banner-ib-desc::before,
|
672 |
+
.premium-banner-animation6.active .premium-banner-ib-desc::before {
|
673 |
+
opacity: 1;
|
674 |
+
-webkit-transform: scale(1);
|
675 |
+
-ms-transform: scale(1);
|
676 |
+
transform: scale(1);
|
677 |
+
}
|
678 |
+
|
679 |
+
.premium-banner-animation12 .premium-banner-ib-desc::after {
|
680 |
+
position: absolute;
|
681 |
+
content: "";
|
682 |
+
left: 30px;
|
683 |
+
bottom: 30px;
|
684 |
+
right: 30px;
|
685 |
+
height: -webkit-calc(50% - 30px);
|
686 |
+
height: calc(50% - 30px);
|
687 |
+
border: 7px solid #fff;
|
688 |
+
-webkit-transition: -webkit-transform 0.35s;
|
689 |
+
transition: -webkit-transform 0.35s;
|
690 |
+
transition: transform 0.35s;
|
691 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
692 |
+
-webkit-transform: translate3d(0, -100%, 0);
|
693 |
+
transform: translate3d(0, -100%, 0);
|
694 |
+
}
|
695 |
+
|
696 |
+
.premium-banner-animation12:hover .premium-banner-ib-desc::after,
|
697 |
+
.premium-banner-animation12.active .premium-banner-ib-desc::after {
|
698 |
+
-webkit-transform: translate3d(0, 0, 0);
|
699 |
+
transform: translate3d(0, 0, 0);
|
700 |
+
}
|
701 |
+
|
702 |
+
.premium-banner-animation12 .premium-banner-ib-desc {
|
703 |
+
padding: 45px;
|
704 |
+
text-align: right;
|
705 |
+
}
|
706 |
+
|
707 |
+
.premium-banner-animation12 .premium-banner-ib-content {
|
708 |
+
position: absolute;
|
709 |
+
left: 60px;
|
710 |
+
bottom: 60px;
|
711 |
+
right: 60px;
|
712 |
+
opacity: 0;
|
713 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
714 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
715 |
+
transition: opacity 0.35s, transform 0.35s;
|
716 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
717 |
+
-webkit-transform: translate3d(0, -100px, 0);
|
718 |
+
transform: translate3d(0, -100px, 0);
|
719 |
+
}
|
720 |
+
|
721 |
+
.premium-banner-animation12:hover .premium-banner-ib-content,
|
722 |
+
.premium-banner-animation12.active .premium-banner-ib-content {
|
723 |
+
opacity: 1;
|
724 |
+
-webkit-transform: translate3d(0, 0, 0);
|
725 |
+
transform: translate3d(0, 0, 0);
|
726 |
+
}
|
727 |
+
|
728 |
+
.premium-banner-animation13 img {
|
729 |
+
width: -webkit-calc(100% + 20px) !important;
|
730 |
+
width: calc(100% + 20px) !important;
|
731 |
+
max-width: -webkit-calc(100% + 20px) !important;
|
732 |
+
max-width: calc(100% + 20px) !important;
|
733 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
734 |
+
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
735 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
736 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
737 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
738 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
739 |
+
-webkit-transform: translate3d(10px, 0, 0);
|
740 |
+
transform: translate3d(10px, 0, 0);
|
741 |
+
-webkit-backface-visibility: hidden;
|
742 |
+
backface-visibility: hidden;
|
743 |
+
}
|
744 |
+
|
745 |
+
.premium-banner-animation13.zoomout img,
|
746 |
+
.premium-banner-animation13.scale img {
|
747 |
+
-webkit-transform: translate3d(10px, 0, 0) scale(1.1);
|
748 |
+
transform: translate3d(10px, 0, 0) scale(1.1);
|
749 |
+
}
|
750 |
+
|
751 |
+
.premium-banner-animation13.none:hover img {
|
752 |
+
-webkit-transform: translate3d(0, 0, 0);
|
753 |
+
transform: translate3d(0, 0, 0);
|
754 |
+
}
|
755 |
+
|
756 |
+
.premium-banner-animation1.none:hover img,
|
757 |
+
.premium-banner-animation4.none:hover img {
|
758 |
+
-webkit-transform: translate3d(0, 0, 0);
|
759 |
+
transform: translate3d(0, 0, 0);
|
760 |
+
}
|
761 |
+
|
762 |
+
.premium-banner-animation13.zoomin:hover img,
|
763 |
+
.premium-banner-animation1.zoomin:hover img,
|
764 |
+
.premium-banner-animation4.zoomin:hover img,
|
765 |
+
.premium-banner-animation8.zoomin:hover img,
|
766 |
+
.premium-banner-animation7.zoomin:hover img,
|
767 |
+
.premium-banner-animation9.zoomin:hover img,
|
768 |
+
.premium-banner-animation10.zoomin:hover img,
|
769 |
+
.premium-banner-animation11.zoomin:hover img {
|
770 |
+
-webkit-transform: translate3d(0, 0, 0) scale(1.1);
|
771 |
+
transform: translate3d(0, 0, 0) scale(1.1);
|
772 |
+
}
|
773 |
+
|
774 |
+
.premium-banner-animation13.zoomout:hover img,
|
775 |
+
.premium-banner-animation1.zoomout:hover img,
|
776 |
+
.premium-banner-animation4.zoomout:hover img,
|
777 |
+
.premium-banner-animation8.zoomout:hover img,
|
778 |
+
.premium-banner-animation7.zoomout:hover img,
|
779 |
+
.premium-banner-animation9.zoomout:hover img,
|
780 |
+
.premium-banner-animation10.zoomout:hover img,
|
781 |
+
.premium-banner-animation11.zoomout:hover img {
|
782 |
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
783 |
+
transform: translate3d(0, 0, 0) scale(1);
|
784 |
+
}
|
785 |
+
|
786 |
+
.premium-banner-animation13.scale:hover img,
|
787 |
+
.premium-banner-animation1.scale:hover img,
|
788 |
+
.premium-banner-animation4.scale:hover img,
|
789 |
+
.premium-banner-animation8.scale:hover img,
|
790 |
+
.premium-banner-animation7.scale:hover img,
|
791 |
+
.premium-banner-animation9.scale:hover img,
|
792 |
+
.premium-banner-animation10.scale:hover img,
|
793 |
+
.premium-banner-animation11.scale:hover img {
|
794 |
+
-webkit-transform: translate3d(0, 0, 0) scale(1.2) rotate(-5deg);
|
795 |
+
transform: translate3d(0, 0, 0) scale(1.2) rotate(-5deg);
|
796 |
+
}
|
797 |
+
|
798 |
+
.premium-banner-animation13.grayscale:hover img,
|
799 |
+
.premium-banner-animation1.grayscale:hover img,
|
800 |
+
.premium-banner-animation4.grayscale:hover img,
|
801 |
+
.premium-banner-animation8.grayscale:hover img,
|
802 |
+
.premium-banner-animation7.grayscale:hover img,
|
803 |
+
.premium-banner-animation9.grayscale:hover img,
|
804 |
+
.premium-banner-animation10.grayscale:hover img,
|
805 |
+
.premium-banner-animation11.grayscale:hover img {
|
806 |
+
-webkit-transform: translate3d(0, 0, 0);
|
807 |
+
transform: translate3d(0, 0, 0);
|
808 |
+
-webkit-filter: grayscale(100%);
|
809 |
+
filter: grayscale(100%);
|
810 |
+
}
|
811 |
+
|
812 |
+
.premium-banner-animation13.blur:hover img,
|
813 |
+
.premium-banner-animation1.blur:hover img,
|
814 |
+
.premium-banner-animation4.blur:hover,
|
815 |
+
.premium-banner-animation8.blur:hover img,
|
816 |
+
.premium-banner-animation7.blur:hover img,
|
817 |
+
.premium-banner-animation9.blur:hover img,
|
818 |
+
.premium-banner-animation10.blur:hover img,
|
819 |
+
.premium-banner-animation11.blur:hover img {
|
820 |
+
-webkit-transform: translate3d(0, 0, 0);
|
821 |
+
transform: translate3d(0, 0, 0);
|
822 |
+
-webkit-filter: blur(3px);
|
823 |
+
filter: blur(3px);
|
824 |
+
}
|
825 |
+
|
826 |
+
.premium-banner-animation13 .premium-banner-ib-desc {
|
827 |
+
text-align: right;
|
828 |
+
}
|
829 |
+
|
830 |
+
.premium-banner-animation13 .premium-banner-ib-title {
|
831 |
+
position: relative;
|
832 |
+
overflow: hidden;
|
833 |
+
padding: 5px 0 10px;
|
834 |
+
}
|
835 |
+
|
836 |
+
.premium-banner-animation13 .premium-banner-ib-title::after {
|
837 |
+
position: absolute;
|
838 |
+
content: "";
|
839 |
+
bottom: 0;
|
840 |
+
right: 0;
|
841 |
+
width: 100%;
|
842 |
+
height: 2px;
|
843 |
+
background: #fff;
|
844 |
+
-webkit-transition: -webkit-transform 0.35s;
|
845 |
+
transition: -webkit-transform 0.35s;
|
846 |
+
transition: transform 0.35s;
|
847 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
848 |
+
-webkit-transform: translate3d(101%, 0, 0);
|
849 |
+
transform: translate3d(101%, 0, 0);
|
850 |
+
}
|
851 |
+
|
852 |
+
.premium-banner-animation13:hover .premium-banner-ib-title::after,
|
853 |
+
.premium-banner-animation13.active .premium-banner-ib-title::after {
|
854 |
+
-webkit-transform: translate3d(0, 0, 0);
|
855 |
+
transform: translate3d(0, 0, 0);
|
856 |
+
}
|
857 |
+
|
858 |
+
.premium-banner-animation13 .premium-banner-ib-content,
|
859 |
+
.premium-banner-animation13 .premium-banner-read-more {
|
860 |
+
padding: 15px 0;
|
861 |
+
opacity: 0;
|
862 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
863 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
864 |
+
transition: opacity 0.35s, transform 0.35s;
|
865 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
866 |
+
-webkit-transform: translate3d(-100%, 0, 0);
|
867 |
+
transform: translate3d(-100%, 0, 0);
|
868 |
+
}
|
869 |
+
|
870 |
+
.premium-banner-animation13:hover .premium-banner-ib-content,
|
871 |
+
.premium-banner-animation13.active .premium-banner-ib-content,
|
872 |
+
.premium-banner-animation13:hover .premium-banner-read-more,
|
873 |
+
.premium-banner-animation13.active .premium-banner-read-more {
|
874 |
+
opacity: 1;
|
875 |
+
-webkit-transform: translate3d(0, 0, 0);
|
876 |
+
transform: translate3d(0, 0, 0);
|
877 |
+
}
|
878 |
+
|
879 |
+
.premium-banner-ib.premium-banner-animation5 .premium-banner-toggle-size {
|
880 |
+
right: 50%;
|
881 |
+
width: auto !important;
|
882 |
+
height: 100%;
|
883 |
+
max-width: none;
|
884 |
+
-webkit-transform: translateX(50%);
|
885 |
+
-ms-transform: translateX(50%);
|
886 |
+
transform: translateX(50%);
|
887 |
+
}
|
888 |
+
|
889 |
+
.premium-banner-ib img {
|
890 |
+
border: none;
|
891 |
+
padding: 0;
|
892 |
+
margin: 0;
|
893 |
+
}
|
894 |
+
|
895 |
+
.premium-banner-animation7 img {
|
896 |
+
width: -webkit-calc(100% + 40px) !important;
|
897 |
+
width: calc(100% + 40px) !important;
|
898 |
+
max-width: -webkit-calc(100% + 40px) !important;
|
899 |
+
max-width: calc(100% + 40px) !important;
|
900 |
+
}
|
901 |
+
|
902 |
+
.premium-banner-animation7 .premium-banner-brlr {
|
903 |
+
width: 7px;
|
904 |
+
}
|
905 |
+
|
906 |
+
.premium-banner-animation7 .premium-banner-brtb {
|
907 |
+
height: 7px;
|
908 |
+
}
|
909 |
+
|
910 |
+
.premium-banner-animation7 .premium-banner-br {
|
911 |
+
position: absolute;
|
912 |
+
z-index: 1;
|
913 |
+
background-color: white;
|
914 |
+
-webkit-transition: all 0.3s ease-in-out;
|
915 |
+
transition: all 0.3s ease-in-out;
|
916 |
+
-webkit-transition-delay: 0.2s;
|
917 |
+
transition-delay: 0.2s;
|
918 |
+
}
|
919 |
+
|
920 |
+
.premium-banner-animation7 .premium-banner-bleft {
|
921 |
+
right: 30px;
|
922 |
+
top: -webkit-calc(100% - 150px);
|
923 |
+
top: calc(100% - 150px);
|
924 |
+
height: 0;
|
925 |
+
}
|
926 |
+
|
927 |
+
.premium-banner-animation7 .premium-banner-bright {
|
928 |
+
left: 30px;
|
929 |
+
bottom: -webkit-calc(100% - 150px);
|
930 |
+
bottom: calc(100% - 150px);
|
931 |
+
height: 0;
|
932 |
+
}
|
933 |
+
|
934 |
+
.premium-banner-animation7 .premium-banner-bottom {
|
935 |
+
left: -webkit-calc(100% - 150px);
|
936 |
+
left: calc(100% - 150px);
|
937 |
+
bottom: 30px;
|
938 |
+
width: 0;
|
939 |
+
}
|
940 |
+
|
941 |
+
.premium-banner-animation7 .premium-banner-btop {
|
942 |
+
right: -webkit-calc(100% - 150px);
|
943 |
+
right: calc(100% - 150px);
|
944 |
+
top: 30px;
|
945 |
+
width: 0;
|
946 |
+
}
|
947 |
+
|
948 |
+
.premium-banner-animation7 .premium-banner-ib-desc {
|
949 |
+
padding: 70px;
|
950 |
+
display: table;
|
951 |
+
}
|
952 |
+
|
953 |
+
.premium-banner-animation7 .premium-banner-ib-desc .premium-banner-desc-centered {
|
954 |
+
display: table-cell;
|
955 |
+
vertical-align: middle;
|
956 |
+
}
|
957 |
+
|
958 |
+
.premium-banner-animation7 .premium-banner-ib-title {
|
959 |
+
margin-top: 0;
|
960 |
+
}
|
961 |
+
|
962 |
+
.premium-banner-animation7 .premium-banner-ib-title,
|
963 |
+
.premium-banner-animation7 img {
|
964 |
+
-webkit-transform: translate3d(30px, 0, 0);
|
965 |
+
transform: translate3d(30px, 0, 0);
|
966 |
+
}
|
967 |
+
|
968 |
+
.premium-banner-animation7.zoomout img,
|
969 |
+
.premium-banner-animation7.scale img {
|
970 |
+
-webkit-transform: translate3d(30px, 0, 0) scale(1.1);
|
971 |
+
transform: translate3d(30px, 0, 0) scale(1.1);
|
972 |
+
}
|
973 |
+
|
974 |
+
.premium-banner-animation7 .premium-banner-ib-content,
|
975 |
+
.premium-banner-animation7 .premium-banner-read-more {
|
976 |
+
margin-top: 10px;
|
977 |
+
}
|
978 |
+
|
979 |
+
.premium-banner-animation7 .premium-banner-ib-desc::after,
|
980 |
+
.premium-banner-animation7 .premium-banner-ib-desc::before {
|
981 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
982 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
983 |
+
transition: opacity 0.35s, transform 0.35s;
|
984 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
985 |
+
}
|
986 |
+
|
987 |
+
.premium-banner-animation7 .premium-banner-ib-title,
|
988 |
+
.premium-banner-animation7 .premium-banner-ib-content,
|
989 |
+
.premium-banner-animation7 .premium-banner-read-more {
|
990 |
+
opacity: 0;
|
991 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
992 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
993 |
+
transition: opacity 0.35s, transform 0.35s;
|
994 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
995 |
+
}
|
996 |
+
|
997 |
+
.premium-banner-animation7 img {
|
998 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
999 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1000 |
+
transition: opacity 0.35s, transform 0.35s;
|
1001 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1002 |
+
}
|
1003 |
+
|
1004 |
+
.premium-banner-animation7:hover .premium-banner-ib-content,
|
1005 |
+
.premium-banner-animation7.active .premium-banner-ib-content,
|
1006 |
+
.premium-banner-animation7:hover .premium-banner-read-more,
|
1007 |
+
.premium-banner-animation7.active .premium-banner-read-more,
|
1008 |
+
.premium-banner-animation7:hover .premium-banner-ib-title,
|
1009 |
+
.premium-banner-animation7.active .premium-banner-ib-title {
|
1010 |
+
opacity: 1;
|
1011 |
+
-webkit-transform: translate3d(0, 0, 0);
|
1012 |
+
transform: translate3d(0, 0, 0);
|
1013 |
+
}
|
1014 |
+
|
1015 |
+
.premium-banner-animation7:hover .premium-banner-bleft,
|
1016 |
+
.premium-banner-animation7.active .premium-banner-bleft {
|
1017 |
+
top: 30px;
|
1018 |
+
height: 70px;
|
1019 |
+
}
|
1020 |
+
|
1021 |
+
.premium-banner-animation7:hover .premium-banner-bright,
|
1022 |
+
.premium-banner-animation7.active .premium-banner-bright {
|
1023 |
+
bottom: 30px;
|
1024 |
+
height: 70px;
|
1025 |
+
}
|
1026 |
+
|
1027 |
+
.premium-banner-animation7:hover .premium-banner-bottom,
|
1028 |
+
.premium-banner-animation7.active .premium-banner-bottom {
|
1029 |
+
left: 30px;
|
1030 |
+
width: 70px;
|
1031 |
+
}
|
1032 |
+
|
1033 |
+
.premium-banner-animation7:hover .premium-banner-btop,
|
1034 |
+
.premium-banner-animation7.active .premium-banner-btop {
|
1035 |
+
right: 30px;
|
1036 |
+
width: 70px;
|
1037 |
+
}
|
1038 |
+
|
1039 |
+
.premium-banner-animation7:hover .premium-banner-ib-content,
|
1040 |
+
.premium-banner-animation7:hover .premium-banner-read-more,
|
1041 |
+
.premium-banner-animation7:hover .premium-banner-ib-title,
|
1042 |
+
.premium-banner-animation7:hover img {
|
1043 |
+
-webkit-transition-delay: 0.15s;
|
1044 |
+
transition-delay: 0.15s;
|
1045 |
+
}
|
1046 |
+
|
1047 |
+
.premium-banner-animation8 img {
|
1048 |
+
width: -webkit-calc(100% + 40px) !important;
|
1049 |
+
width: calc(100% + 40px) !important;
|
1050 |
+
max-width: -webkit-calc(100% + 40px) !important;
|
1051 |
+
max-width: calc(100% + 40px) !important;
|
1052 |
+
}
|
1053 |
+
|
1054 |
+
.premium-banner-animation8 .premium-banner-brlr {
|
1055 |
+
width: 7px;
|
1056 |
+
}
|
1057 |
+
|
1058 |
+
.premium-banner-animation8 .premium-banner-brtb {
|
1059 |
+
height: 7px;
|
1060 |
+
}
|
1061 |
+
|
1062 |
+
.premium-banner-animation8 .premium-banner-br {
|
1063 |
+
position: absolute;
|
1064 |
+
z-index: 1;
|
1065 |
+
background-color: white;
|
1066 |
+
-webkit-transition: all 0.3s ease-in-out;
|
1067 |
+
transition: all 0.3s ease-in-out;
|
1068 |
+
-webkit-transition-delay: 0.2s;
|
1069 |
+
transition-delay: 0.2s;
|
1070 |
+
}
|
1071 |
+
|
1072 |
+
.premium-banner-animation8 .premium-banner-bleft {
|
1073 |
+
right: 30px;
|
1074 |
+
top: 50%;
|
1075 |
+
-webkit-transform: translateY(-50%);
|
1076 |
+
-ms-transform: translateY(-50%);
|
1077 |
+
transform: translateY(-50%);
|
1078 |
+
height: 0;
|
1079 |
+
}
|
1080 |
+
|
1081 |
+
.premium-banner-animation8 .premium-banner-bright {
|
1082 |
+
left: 30px;
|
1083 |
+
top: 50%;
|
1084 |
+
-webkit-transform: translateY(-50%);
|
1085 |
+
-ms-transform: translateY(-50%);
|
1086 |
+
transform: translateY(-50%);
|
1087 |
+
height: 0;
|
1088 |
+
}
|
1089 |
+
|
1090 |
+
.premium-banner-animation8 .premium-banner-bottom {
|
1091 |
+
right: 50%;
|
1092 |
+
-webkit-transform: translateX(50%);
|
1093 |
+
-ms-transform: translateX(50%);
|
1094 |
+
transform: translateX(50%);
|
1095 |
+
bottom: 30px;
|
1096 |
+
width: 0;
|
1097 |
+
}
|
1098 |
+
|
1099 |
+
.premium-banner-animation8 .premium-banner-btop {
|
1100 |
+
right: 50%;
|
1101 |
+
-webkit-transform: translateX(50%);
|
1102 |
+
-ms-transform: translateX(50%);
|
1103 |
+
transform: translateX(50%);
|
1104 |
+
top: 30px;
|
1105 |
+
width: 0;
|
1106 |
+
}
|
1107 |
+
|
1108 |
+
.premium-banner-animation8 .premium-banner-ib-desc {
|
1109 |
+
padding: 70px;
|
1110 |
+
display: table;
|
1111 |
+
}
|
1112 |
+
|
1113 |
+
.premium-banner-animation8 .premium-banner-ib-desc .premium-banner-desc-centered {
|
1114 |
+
display: table-cell;
|
1115 |
+
vertical-align: middle;
|
1116 |
+
}
|
1117 |
+
|
1118 |
+
.premium-banner-animation8 .premium-banner-ib-title {
|
1119 |
+
margin-top: 0;
|
1120 |
+
}
|
1121 |
+
|
1122 |
+
.premium-banner-animation8 .premium-banner-ib-title,
|
1123 |
+
.premium-banner-animation8 img {
|
1124 |
+
-webkit-transform: translate3d(30px, 0, 0);
|
1125 |
+
transform: translate3d(30px, 0, 0);
|
1126 |
+
}
|
1127 |
+
|
1128 |
+
.premium-banner-animation8.zoomout img,
|
1129 |
+
.premium-banner-animation8.scale img {
|
1130 |
+
-webkit-transform: translate3d(30px, 0, 0) scale(1.1);
|
1131 |
+
transform: translate3d(30px, 0, 0) scale(1.1);
|
1132 |
+
}
|
1133 |
+
|
1134 |
+
.premium-banner-animation8 .premium-banner-ib-content,
|
1135 |
+
.premium-banner-animation8 .premium-banner-read-more {
|
1136 |
+
margin-top: 10px;
|
1137 |
+
}
|
1138 |
+
|
1139 |
+
.premium-banner-animation8 .premium-banner-ib-desc::after,
|
1140 |
+
.premium-banner-animation8 .premium-banner-ib-desc::before {
|
1141 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1142 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1143 |
+
transition: opacity 0.35s, transform 0.35s;
|
1144 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1145 |
+
}
|
1146 |
+
|
1147 |
+
.premium-banner-animation8 .premium-banner-ib-title,
|
1148 |
+
.premium-banner-animation8 .premium-banner-ib-content,
|
1149 |
+
.premium-banner-animation8 .premium-banner-read-more {
|
1150 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1151 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1152 |
+
transition: opacity 0.35s, transform 0.35s;
|
1153 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1154 |
+
opacity: 0;
|
1155 |
+
}
|
1156 |
+
|
1157 |
+
.premium-banner-animation8 img {
|
1158 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1159 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1160 |
+
transition: opacity 0.35s, transform 0.35s;
|
1161 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1162 |
+
}
|
1163 |
+
|
1164 |
+
.premium-banner-animation8:hover .premium-banner-ib-content,
|
1165 |
+
.premium-banner-animation8.active .premium-banner-ib-content,
|
1166 |
+
.premium-banner-animation8:hover .premium-banner-read-more,
|
1167 |
+
.premium-banner-animation8.active .premium-banner-read-more,
|
1168 |
+
.premium-banner-animation8:hover .premium-banner-ib-title,
|
1169 |
+
.premium-banner-animation8.active .premium-banner-ib-title {
|
1170 |
+
opacity: 1;
|
1171 |
+
-webkit-transform: translate3d(0, 0, 0);
|
1172 |
+
transform: translate3d(0, 0, 0);
|
1173 |
+
}
|
1174 |
+
|
1175 |
+
.premium-banner-animation8:hover .premium-banner-bleft,
|
1176 |
+
.premium-banner-animation8.active .premium-banner-bleft {
|
1177 |
+
height: -webkit-calc(100% - 61px);
|
1178 |
+
height: calc(100% - 61px);
|
1179 |
+
}
|
1180 |
+
|
1181 |
+
.premium-banner-animation8:hover .premium-banner-bright,
|
1182 |
+
.premium-banner-animation8.active .premium-banner-bright {
|
1183 |
+
height: -webkit-calc(100% - 61px);
|
1184 |
+
height: calc(100% - 61px);
|
1185 |
+
}
|
1186 |
+
|
1187 |
+
.premium-banner-animation8:hover .premium-banner-bottom,
|
1188 |
+
.premium-banner-animation8.active .premium-banner-bottom {
|
1189 |
+
width: -webkit-calc(100% - 61px);
|
1190 |
+
width: calc(100% - 61px);
|
1191 |
+
}
|
1192 |
+
|
1193 |
+
.premium-banner-animation8:hover .premium-banner-btop,
|
1194 |
+
.premium-banner-animation8.active .premium-banner-btop {
|
1195 |
+
width: -webkit-calc(100% - 61px);
|
1196 |
+
width: calc(100% - 61px);
|
1197 |
+
}
|
1198 |
+
|
1199 |
+
.premium-banner-animation8:hover .premium-banner-ib-content,
|
1200 |
+
.premium-banner-animation8:hover .premium-banner-ib-title,
|
1201 |
+
.premium-banner-animation8:hover .premium-banner-read-more,
|
1202 |
+
.premium-banner-animation8:hover img {
|
1203 |
+
-webkit-transition-delay: 0.15s;
|
1204 |
+
transition-delay: 0.15s;
|
1205 |
+
}
|
1206 |
+
|
1207 |
+
.premium-banner-animation9 img {
|
1208 |
+
width: -webkit-calc(100% + 20px) !important;
|
1209 |
+
width: calc(100% + 20px) !important;
|
1210 |
+
max-width: -webkit-calc(100% + 20px) !important;
|
1211 |
+
max-width: calc(100% + 20px) !important;
|
1212 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1213 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1214 |
+
transition: opacity 0.35s, transform 0.35s;
|
1215 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1216 |
+
-webkit-transform: scale(1.2);
|
1217 |
+
-ms-transform: scale(1.2);
|
1218 |
+
transform: scale(1.2);
|
1219 |
+
}
|
1220 |
+
|
1221 |
+
.premium-banner-animation9 .premium-banner-ib-desc {
|
1222 |
+
width: 100%;
|
1223 |
+
height: 100%;
|
1224 |
+
}
|
1225 |
+
|
1226 |
+
.premium-banner-animation9 .premium-banner-ib-desc::before {
|
1227 |
+
position: absolute;
|
1228 |
+
top: 50%;
|
1229 |
+
right: 50%;
|
1230 |
+
width: 80%;
|
1231 |
+
height: 1px;
|
1232 |
+
background: #fff;
|
1233 |
+
content: "";
|
1234 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1235 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1236 |
+
transition: opacity 0.35s, transform 0.35s;
|
1237 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1238 |
+
-webkit-transform: translate3d(50%, -50%, 0);
|
1239 |
+
transform: translate3d(50%, -50%, 0);
|
1240 |
+
}
|
1241 |
+
|
1242 |
+
.premium-banner-animation9 .premium-banner-ib-desc::after {
|
1243 |
+
position: absolute;
|
1244 |
+
top: 50%;
|
1245 |
+
right: 50%;
|
1246 |
+
width: 80%;
|
1247 |
+
height: 1px;
|
1248 |
+
background: #fff;
|
1249 |
+
content: "";
|
1250 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1251 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1252 |
+
transition: opacity 0.35s, transform 0.35s;
|
1253 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1254 |
+
-webkit-transform: translate3d(50%, -50%, 0);
|
1255 |
+
transform: translate3d(50%, -50%, 0);
|
1256 |
+
}
|
1257 |
+
|
1258 |
+
.premium-banner-animation9 .premium-banner-ib-title {
|
1259 |
+
position: absolute;
|
1260 |
+
top: 50%;
|
1261 |
+
right: 0;
|
1262 |
+
width: 100%;
|
1263 |
+
-webkit-transition: -webkit-transform 0.35s;
|
1264 |
+
transition: -webkit-transform 0.35s;
|
1265 |
+
transition: transform 0.35s;
|
1266 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
1267 |
+
-webkit-transform: translate3d(0, -70px, 0);
|
1268 |
+
transform: translate3d(0, -70px, 0);
|
1269 |
+
margin-top: 0;
|
1270 |
+
padding: 0 10%;
|
1271 |
+
}
|
1272 |
+
|
1273 |
+
.premium-banner-animation9:hover .premium-banner-ib-title,
|
1274 |
+
.premium-banner-animation9.active .premium-banner-ib-title {
|
1275 |
+
-webkit-transform: translate3d(0, -80px, 0);
|
1276 |
+
transform: translate3d(0, -80px, 0);
|
1277 |
+
}
|
1278 |
+
|
1279 |
+
.premium-banner-animation9 .premium-banner-ib-content,
|
1280 |
+
.premium-banner-animation9 .premium-banner-read-more {
|
1281 |
+
position: absolute;
|
1282 |
+
top: 50%;
|
1283 |
+
right: 0;
|
1284 |
+
width: 100%;
|
1285 |
+
-webkit-transition: -webkit-transform 0.35s;
|
1286 |
+
transition: -webkit-transform 0.35s;
|
1287 |
+
transition: transform 0.35s;
|
1288 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
1289 |
+
padding: 0 10%;
|
1290 |
+
-webkit-transform: translate3d(0, 35px, 0);
|
1291 |
+
transform: translate3d(0, 35px, 0);
|
1292 |
+
}
|
1293 |
+
|
1294 |
+
.premium-banner-animation9 .premium-banner-read-more {
|
1295 |
+
top: 75%;
|
1296 |
+
}
|
1297 |
+
|
1298 |
+
.premium-banner-animation9:hover .premium-banner-ib-content,
|
1299 |
+
.premium-banner-animation9.active .premium-banner-ib-content,
|
1300 |
+
.premium-banner-animation9:hover .premium-banner-read-more,
|
1301 |
+
.premium-banner-animation9.active .premium-banner-read-more {
|
1302 |
+
-webkit-transform: translate3d(0, 45px, 0);
|
1303 |
+
transform: translate3d(0, 45px, 0);
|
1304 |
+
}
|
1305 |
+
|
1306 |
+
.premium-banner-animation9:hover .premium-banner-ib-desc::before,
|
1307 |
+
.premium-banner-animation9.active .premium-banner-ib-desc::before {
|
1308 |
+
opacity: 0.5;
|
1309 |
+
-webkit-transform: translate3d(50%, -50%, 0) rotate(-45deg);
|
1310 |
+
transform: translate3d(50%, -50%, 0) rotate(-45deg);
|
1311 |
+
}
|
1312 |
+
|
1313 |
+
.premium-banner-animation9:hover .premium-banner-ib-desc::after,
|
1314 |
+
.premium-banner-animation9.active .premium-banner-ib-desc::after {
|
1315 |
+
opacity: 0.5;
|
1316 |
+
-webkit-transform: translate3d(50%, -50%, 0) rotate(45deg);
|
1317 |
+
transform: translate3d(50%, -50%, 0) rotate(45deg);
|
1318 |
+
}
|
1319 |
+
|
1320 |
+
.premium-banner-animation9:hover img {
|
1321 |
+
-webkit-transform: scale(1);
|
1322 |
+
-ms-transform: scale(1);
|
1323 |
+
transform: scale(1);
|
1324 |
+
}
|
1325 |
+
|
1326 |
+
.premium-banner-animation10 img {
|
1327 |
+
width: -webkit-calc(100% + 20px) !important;
|
1328 |
+
width: calc(100% + 20px) !important;
|
1329 |
+
max-width: -webkit-calc(100% + 20px) !important;
|
1330 |
+
max-width: calc(100% + 20px) !important;
|
1331 |
+
}
|
1332 |
+
|
1333 |
+
.premium-banner-animation10 .premium-banner-ib-title {
|
1334 |
+
position: relative;
|
1335 |
+
overflow: hidden;
|
1336 |
+
padding: 5px 0 15px;
|
1337 |
+
-webkit-transition: -webkit-transform 0.35s;
|
1338 |
+
transition: -webkit-transform 0.35s;
|
1339 |
+
transition: transform 0.35s;
|
1340 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
1341 |
+
-webkit-transform: translate3d(0, 20px, 0);
|
1342 |
+
transform: translate3d(0, 20px, 0);
|
1343 |
+
margin-bottom: 0;
|
1344 |
+
}
|
1345 |
+
|
1346 |
+
.premium-banner-animation10 .premium-banner-ib-title::after {
|
1347 |
+
position: absolute;
|
1348 |
+
content: "";
|
1349 |
+
bottom: 0;
|
1350 |
+
right: 0;
|
1351 |
+
width: 100%;
|
1352 |
+
height: 3px;
|
1353 |
+
background: #fff;
|
1354 |
+
opacity: 0;
|
1355 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
1356 |
+
transform: translate3d(0, 100%, 0);
|
1357 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1358 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1359 |
+
transition: opacity 0.35s, transform 0.35s;
|
1360 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1361 |
+
}
|
1362 |
+
|
1363 |
+
.premium-banner-animation10:hover .premium-banner-ib-title,
|
1364 |
+
.premium-banner-animation10.active .premium-banner-ib-title {
|
1365 |
+
-webkit-transform: translate3d(0, 0, 0);
|
1366 |
+
transform: translate3d(0, 0, 0);
|
1367 |
+
}
|
1368 |
+
|
1369 |
+
.premium-banner-animation10:hover .premium-banner-ib-title::after,
|
1370 |
+
.premium-banner-animation10.active .premium-banner-ib-title::after {
|
1371 |
+
opacity: 1;
|
1372 |
+
-webkit-transform: translate3d(0, 0, 0);
|
1373 |
+
transform: translate3d(0, 0, 0);
|
1374 |
+
}
|
1375 |
+
|
1376 |
+
.premium-banner-animation10 .premium-banner-ib-content,
|
1377 |
+
.premium-banner-animation10 .premium-banner-read-more {
|
1378 |
+
padding-top: 15px;
|
1379 |
+
opacity: 0;
|
1380 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1381 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1382 |
+
transition: opacity 0.35s, transform 0.35s;
|
1383 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1384 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
1385 |
+
transform: translate3d(0, 100%, 0);
|
1386 |
+
}
|
1387 |
+
|
1388 |
+
.premium-banner-animation10 .premium-banner-read-more {
|
1389 |
+
padding: 0;
|
1390 |
+
}
|
1391 |
+
|
1392 |
+
.premium-banner-animation10:hover .premium-banner-ib-content,
|
1393 |
+
.premium-banner-animation10.active .premium-banner-ib-content,
|
1394 |
+
.premium-banner-animation10:hover .premium-banner-read-more,
|
1395 |
+
.premium-banner-animation10.active .premium-banner-read-more {
|
1396 |
+
opacity: 1;
|
1397 |
+
-webkit-transform: translate3d(0, 0, 0);
|
1398 |
+
transform: translate3d(0, 0, 0);
|
1399 |
+
}
|
1400 |
+
|
1401 |
+
.premium-banner-animation11 {
|
1402 |
+
-webkit-transition: -webkit-transform 1s ease-out;
|
1403 |
+
transition: -webkit-transform 1s ease-out;
|
1404 |
+
transition: transform 1s ease-out;
|
1405 |
+
transition: transform 1s ease-out, -webkit-transform 1s ease-out;
|
1406 |
+
-webkit-transition-delay: 0.125s;
|
1407 |
+
transition-delay: 0.125s;
|
1408 |
+
}
|
1409 |
+
|
1410 |
+
.premium-banner-animation11 .premium-banner-ib-desc {
|
1411 |
+
position: absolute;
|
1412 |
+
z-index: 5;
|
1413 |
+
-webkit-transform: translate3d(30px, 0, 0);
|
1414 |
+
transform: translate3d(30px, 0, 0);
|
1415 |
+
opacity: 0;
|
1416 |
+
top: auto;
|
1417 |
+
bottom: 0;
|
1418 |
+
min-height: 25%;
|
1419 |
+
height: auto;
|
1420 |
+
max-height: 100%;
|
1421 |
+
text-align: left;
|
1422 |
+
padding: 30px;
|
1423 |
+
-webkit-transition: all 0.6s ease-out;
|
1424 |
+
transition: all 0.6s ease-out;
|
1425 |
+
}
|
1426 |
+
|
1427 |
+
.premium-banner-animation11 img {
|
1428 |
+
width: 100%;
|
1429 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1430 |
+
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1431 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
1432 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1433 |
+
}
|
1434 |
+
|
1435 |
+
.premium-banner-animation11 .premium-banner-ib-title {
|
1436 |
+
margin-bottom: 10px;
|
1437 |
+
}
|
1438 |
+
|
1439 |
+
.premium-banner-animation11 .premium-banner-gradient {
|
1440 |
+
position: absolute;
|
1441 |
+
left: 0;
|
1442 |
+
top: 0;
|
1443 |
+
right: 0;
|
1444 |
+
bottom: 0;
|
1445 |
+
}
|
1446 |
+
|
1447 |
+
.premium-banner-animation11 .premium-banner-gradient:after,
|
1448 |
+
.premium-banner-animation11 .premium-banner-gradient:before {
|
1449 |
+
position: absolute;
|
1450 |
+
content: "";
|
1451 |
+
left: 0;
|
1452 |
+
top: 0;
|
1453 |
+
right: 0;
|
1454 |
+
bottom: 0;
|
1455 |
+
-webkit-transform: translate3d(100%, 0, 0);
|
1456 |
+
transform: translate3d(100%, 0, 0);
|
1457 |
+
background-image: -webkit-linear-gradient(-40deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
|
1458 |
+
background-image: -webkit-linear-gradient(130deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
|
1459 |
+
background-image: linear-gradient(-40deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
|
1460 |
+
z-index: 2;
|
1461 |
+
}
|
1462 |
+
|
1463 |
+
.premium-banner-animation11 .premium-banner-gradient:before {
|
1464 |
+
mix-blend-mode: color;
|
1465 |
+
}
|
1466 |
+
|
1467 |
+
.premium-banner-animation11 .premium-banner-gradient:after {
|
1468 |
+
mix-blend-mode: multiply;
|
1469 |
+
}
|
1470 |
+
|
1471 |
+
.premium-banner-animation11:hover .premium-banner-ib-desc,
|
1472 |
+
.premium-banner-animation11.active .premium-banner-ib-desc {
|
1473 |
+
opacity: 1;
|
1474 |
+
-webkit-transform: translate3d(0, 0, 0);
|
1475 |
+
transform: translate3d(0, 0, 0);
|
1476 |
+
}
|
1477 |
+
|
1478 |
+
.premium-banner-animation11:hover .premium-banner-gradient:after,
|
1479 |
+
.premium-banner-animation11:hover .premium-banner-gradient:before,
|
1480 |
+
.premium-banner-animation11.active .premium-banner-gradient:after,
|
1481 |
+
.premium-banner-animation11.active .premium-banner-gradient:before {
|
1482 |
+
-webkit-transform: translate3d(0, 0, 0);
|
1483 |
+
transform: translate3d(0, 0, 0);
|
1484 |
+
}
|
1485 |
+
|
1486 |
+
.premium-banner-animation11.zoomout img,
|
1487 |
+
.premium-banner-animation11.scale img {
|
1488 |
+
-webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
|
1489 |
+
transform: translate3d(-10px, 0, 0) scale(1.1);
|
1490 |
+
}
|
1491 |
+
|
1492 |
+
/************ Premium Countdown ************/
|
1493 |
+
/*******************************************/
|
1494 |
+
.premium-countdown {
|
1495 |
+
-js-display: flex;
|
1496 |
+
display: -webkit-box;
|
1497 |
+
display: -webkit-flex;
|
1498 |
+
display: -moz-box;
|
1499 |
+
display: -ms-flexbox;
|
1500 |
+
display: flex;
|
1501 |
+
text-align: center;
|
1502 |
+
}
|
1503 |
+
|
1504 |
+
.countdown-row {
|
1505 |
+
display: block;
|
1506 |
+
text-align: center;
|
1507 |
+
}
|
1508 |
+
|
1509 |
+
.countdown .countdown-section {
|
1510 |
+
display: inline-block;
|
1511 |
+
max-width: 100%;
|
1512 |
+
margin-bottom: 15px;
|
1513 |
+
-js-display: inline-flex;
|
1514 |
+
display: -webkit-inline-box;
|
1515 |
+
display: -webkit-inline-flex;
|
1516 |
+
display: -moz-inline-box;
|
1517 |
+
display: -ms-inline-flexbox;
|
1518 |
+
display: inline-flex;
|
1519 |
+
-webkit-box-align: center;
|
1520 |
+
-webkit-align-items: center;
|
1521 |
+
-moz-box-align: center;
|
1522 |
+
-ms-flex-align: center;
|
1523 |
+
align-items: center;
|
1524 |
+
}
|
1525 |
+
|
1526 |
+
.countdown .countdown-section:last-child {
|
1527 |
+
margin-left: 0;
|
1528 |
+
}
|
1529 |
+
|
1530 |
+
.countdown span.countdown-amount {
|
1531 |
+
font-size: 70px;
|
1532 |
+
line-height: 1;
|
1533 |
+
padding: 40px;
|
1534 |
+
}
|
1535 |
+
|
1536 |
+
.countdown .pre_time-mid {
|
1537 |
+
display: block;
|
1538 |
+
}
|
1539 |
+
|
1540 |
+
.premium-countdown-separator-yes .countdown_separator {
|
1541 |
+
display: block;
|
1542 |
+
margin: 0 50px;
|
1543 |
+
font-size: 30px;
|
1544 |
+
}
|
1545 |
+
|
1546 |
+
.premium-countdown-separator-yes .countdown-row .countdown-section:last-child .countdown_separator,
|
1547 |
+
.premium-countdown-separator-yes .premium-countdown-block:last-child .countdown_separator {
|
1548 |
+
display: none;
|
1549 |
+
}
|
1550 |
+
|
1551 |
+
/**
|
1552 |
+
* Digit and unit styles
|
1553 |
+
*/
|
1554 |
+
.side .countdown-section .countdown-period {
|
1555 |
+
vertical-align: bottom;
|
1556 |
+
}
|
1557 |
+
|
1558 |
+
.countdown .countdown-section .countdown-period {
|
1559 |
+
font-size: 17px;
|
1560 |
+
line-height: 3em;
|
1561 |
+
}
|
1562 |
+
|
1563 |
+
.side .countdown-section .countdown-amount,
|
1564 |
+
.side .countdown-section .countdown-period {
|
1565 |
+
display: inline-block;
|
1566 |
+
}
|
1567 |
+
|
1568 |
+
.side .countdown-section .countdown-amount {
|
1569 |
+
margin-left: 5px;
|
1570 |
+
}
|
1571 |
+
|
1572 |
+
.down .countdown-section .countdown-amount,
|
1573 |
+
.down .countdown-section .countdown-period {
|
1574 |
+
display: block;
|
1575 |
+
}
|
1576 |
+
|
1577 |
+
/**
|
1578 |
+
* Flip Layout
|
1579 |
+
*/
|
1580 |
+
.premium-countdown-flip .premium-countdown-block {
|
1581 |
+
text-align: center;
|
1582 |
+
-js-display: inline-flex;
|
1583 |
+
display: -webkit-inline-box;
|
1584 |
+
display: -webkit-inline-flex;
|
1585 |
+
display: -moz-inline-box;
|
1586 |
+
display: -ms-inline-flexbox;
|
1587 |
+
display: inline-flex;
|
1588 |
+
-webkit-box-align: center;
|
1589 |
+
-webkit-align-items: center;
|
1590 |
+
-moz-box-align: center;
|
1591 |
+
-ms-flex-align: center;
|
1592 |
+
align-items: center;
|
1593 |
+
}
|
1594 |
+
|
1595 |
+
.premium-countdown-flip .premium-countdown-block:last-child {
|
1596 |
+
margin-left: 0;
|
1597 |
+
}
|
1598 |
+
|
1599 |
+
.premium-countdown-flip .premium-countdown-label {
|
1600 |
+
overflow: hidden;
|
1601 |
+
color: #1a1a1a;
|
1602 |
+
text-transform: uppercase;
|
1603 |
+
}
|
1604 |
+
|
1605 |
+
.premium-countdown-flip .premium-countdown-figure {
|
1606 |
+
position: relative;
|
1607 |
+
height: 110px;
|
1608 |
+
width: 100px;
|
1609 |
+
line-height: 107px;
|
1610 |
+
background-color: #fff;
|
1611 |
+
-webkit-border-radius: 10px;
|
1612 |
+
border-radius: 10px;
|
1613 |
+
-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset -2px 4px 0 0 rgba(255, 255, 255, 0.08);
|
1614 |
+
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset -2px 4px 0 0 rgba(255, 255, 255, 0.08);
|
1615 |
+
}
|
1616 |
+
|
1617 |
+
.premium-countdown-flip .premium-countdown-figure:last-child {
|
1618 |
+
margin-left: 0;
|
1619 |
+
}
|
1620 |
+
|
1621 |
+
.premium-countdown-flip .premium-countdown-figure>span {
|
1622 |
+
position: absolute;
|
1623 |
+
right: 0;
|
1624 |
+
left: 0;
|
1625 |
+
margin: auto;
|
1626 |
+
font-weight: 700;
|
1627 |
+
}
|
1628 |
+
|
1629 |
+
.premium-countdown-flip .premium-countdown-figure .top {
|
1630 |
+
z-index: 3;
|
1631 |
+
-webkit-transform-origin: 50% 100%;
|
1632 |
+
-ms-transform-origin: 50% 100%;
|
1633 |
+
transform-origin: 50% 100%;
|
1634 |
+
-webkit-transform: perspective(200px);
|
1635 |
+
transform: perspective(200px);
|
1636 |
+
-webkit-backface-visibility: hidden;
|
1637 |
+
backface-visibility: hidden;
|
1638 |
+
}
|
1639 |
+
|
1640 |
+
.premium-countdown-flip .premium-countdown-figure .bottom {
|
1641 |
+
z-index: 1;
|
1642 |
+
}
|
1643 |
+
|
1644 |
+
.premium-countdown-flip .premium-countdown-figure .bottom::before {
|
1645 |
+
content: "";
|
1646 |
+
position: absolute;
|
1647 |
+
display: block;
|
1648 |
+
top: 0;
|
1649 |
+
right: 0;
|
1650 |
+
width: 100%;
|
1651 |
+
height: 50%;
|
1652 |
+
background-color: rgba(0, 0, 0, 0.02);
|
1653 |
+
}
|
1654 |
+
|
1655 |
+
.premium-countdown-flip .premium-countdown-figure .top-back {
|
1656 |
+
-webkit-backface-visibility: hidden;
|
1657 |
+
backface-visibility: hidden;
|
1658 |
+
z-index: 4;
|
1659 |
+
bottom: 0;
|
1660 |
+
-webkit-transform-origin: 50% 0;
|
1661 |
+
-ms-transform-origin: 50% 0;
|
1662 |
+
transform-origin: 50% 0;
|
1663 |
+
-webkit-transform: perspective(200px) rotateX(180deg);
|
1664 |
+
transform: perspective(200px) rotateX(180deg);
|
1665 |
+
}
|
1666 |
+
|
1667 |
+
.premium-countdown-flip .premium-countdown-figure .top-back span {
|
1668 |
+
position: absolute;
|
1669 |
+
top: -100%;
|
1670 |
+
right: 0;
|
1671 |
+
left: 0;
|
1672 |
+
margin: auto;
|
1673 |
+
}
|
1674 |
+
|
1675 |
+
.premium-countdown-flip .premium-countdown-figure .bottom-back {
|
1676 |
+
z-index: 2;
|
1677 |
+
top: 0;
|
1678 |
+
}
|
1679 |
+
|
1680 |
+
.premium-countdown-flip .premium-countdown-figure .bottom-back span {
|
1681 |
+
position: absolute;
|
1682 |
+
top: 0;
|
1683 |
+
right: 0;
|
1684 |
+
left: 0;
|
1685 |
+
margin: auto;
|
1686 |
+
}
|
1687 |
+
|
1688 |
+
.premium-countdown-flip .premium-countdown-figure .top,
|
1689 |
+
.premium-countdown-flip .premium-countdown-figure .bottom-back,
|
1690 |
+
.premium-countdown-flip .premium-countdown-figure .top-back {
|
1691 |
+
height: 50%;
|
1692 |
+
overflow: hidden;
|
1693 |
+
background-color: #f7f7f7;
|
1694 |
+
-webkit-border-top-right-radius: 10px;
|
1695 |
+
border-top-right-radius: 10px;
|
1696 |
+
-webkit-border-top-left-radius: 10px;
|
1697 |
+
border-top-left-radius: 10px;
|
1698 |
+
}
|
1699 |
+
|
1700 |
+
.premium-countdown-flip .premium-countdown-figure .top-back {
|
1701 |
+
-webkit-border-bottom-right-radius: 10px;
|
1702 |
+
border-bottom-right-radius: 10px;
|
1703 |
+
-webkit-border-bottom-left-radius: 10px;
|
1704 |
+
border-bottom-left-radius: 10px;
|
1705 |
+
}
|
1706 |
+
|
1707 |
+
.premium-countdown-flip .premium-countdown-figure .top::after,
|
1708 |
+
.premium-countdown-flip .premium-countdown-figure .bottom-back::after {
|
1709 |
+
content: "";
|
1710 |
+
position: absolute;
|
1711 |
+
z-index: -1;
|
1712 |
+
right: 0;
|
1713 |
+
bottom: 0;
|
1714 |
+
width: 100%;
|
1715 |
+
height: 100%;
|
1716 |
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
1717 |
+
}
|
1718 |
+
|
1719 |
+
.side .premium-countdown-figure,
|
1720 |
+
.side .premium-countdown-label {
|
1721 |
+
display: inline-block;
|
1722 |
+
}
|
1723 |
+
|
1724 |
+
.side .premium-countdown-figure {
|
1725 |
+
margin-left: 5px;
|
1726 |
+
}
|
1727 |
+
|
1728 |
+
.down .premium-countdown-figure,
|
1729 |
+
.down .premium-countdown-label {
|
1730 |
+
display: block;
|
1731 |
+
}
|
1732 |
+
|
1733 |
+
.down .premium-countdown-label {
|
1734 |
+
width: 100%;
|
1735 |
+
}
|
1736 |
+
|
1737 |
+
/**************** Premium Carousel **************/
|
1738 |
+
/************************************************/
|
1739 |
+
.premium-carousel-wrapper a.carousel-arrow,
|
1740 |
+
.premium-carousel-wrapper a.ver-carousel-arrow,
|
1741 |
+
.premium-fb-rev-container a.carousel-arrow,
|
1742 |
+
.premium-tabs-nav-list a.carousel-arrow,
|
1743 |
+
.premium-blog-wrap a.carousel-arrow,
|
1744 |
+
.premium-hscroll-wrap a.carousel-arrow,
|
1745 |
+
.premium-twitter-feed-wrapper a.carousel-arrow,
|
1746 |
+
.premium-facebook-feed-wrapper a.carousel-arrow,
|
1747 |
+
.premium-instafeed-container a.carousel-arrow,
|
1748 |
+
.premium-persons-container a.carousel-arrow,
|
1749 |
+
.premium-woocommerce a.carousel-arrow {
|
1750 |
+
display: -ms-flexbox;
|
1751 |
+
display: -webkit-flex;
|
1752 |
+
display: -moz-flex;
|
1753 |
+
display: -ms-flex;
|
1754 |
+
-js-display: flex;
|
1755 |
+
display: -webkit-box;
|
1756 |
+
display: -moz-box;
|
1757 |
+
display: flex;
|
1758 |
+
-webkit-box-align: center;
|
1759 |
+
-webkit-align-items: center;
|
1760 |
+
-moz-box-align: center;
|
1761 |
+
-ms-flex-align: center;
|
1762 |
+
align-items: center;
|
1763 |
+
-webkit-box-pack: center;
|
1764 |
+
-webkit-justify-content: center;
|
1765 |
+
-moz-box-pack: center;
|
1766 |
+
-ms-flex-pack: center;
|
1767 |
+
justify-content: center;
|
1768 |
+
width: 2em;
|
1769 |
+
height: 2em;
|
1770 |
+
line-height: 0;
|
1771 |
+
text-align: center;
|
1772 |
+
position: absolute;
|
1773 |
+
z-index: 99;
|
1774 |
+
cursor: pointer;
|
1775 |
+
-webkit-transition: all 0.3s ease-in-out;
|
1776 |
+
transition: all 0.3s ease-in-out;
|
1777 |
+
-webkit-appearance: inherit;
|
1778 |
+
border: none;
|
1779 |
+
-webkit-box-shadow: none;
|
1780 |
+
box-shadow: none;
|
1781 |
+
}
|
1782 |
+
|
1783 |
+
.premium-carousel-wrapper a.carousel-arrow svg,
|
1784 |
+
.premium-carousel-wrapper a.ver-carousel-arrow svg {
|
1785 |
+
-webkit-transition: all 0.3s ease-in-out;
|
1786 |
+
transition: all 0.3s ease-in-out;
|
1787 |
+
}
|
1788 |
+
|
1789 |
+
div[class^="premium-"] .slick-arrow i {
|
1790 |
+
display: block;
|
1791 |
+
}
|
1792 |
+
|
1793 |
+
.ver-carousel-arrow.carousel-next i {
|
1794 |
+
margin-bottom: -3px;
|
1795 |
+
}
|
1796 |
+
|
1797 |
+
.premium-carousel-wrapper a.slick-arrow:hover {
|
1798 |
+
-webkit-box-shadow: none !important;
|
1799 |
+
box-shadow: none !important;
|
1800 |
+
}
|
1801 |
+
|
1802 |
+
.premium-carousel-wrapper .premium-carousel-content-hidden {
|
1803 |
+
visibility: hidden;
|
1804 |
+
}
|
1805 |
+
|
1806 |
+
.premium-carousel-wrapper a.carousel-arrow,
|
1807 |
+
.premium-fb-rev-container a.carousel-arrow,
|
1808 |
+
.premium-tabs-nav-list a.carousel-arrow,
|
1809 |
+
.premium-blog-wrap a.carousel-arrow,
|
1810 |
+
.premium-hscroll-wrap a.carousel-arrow,
|
1811 |
+
.premium-twitter-feed-wrapper a.carousel-arrow,
|
1812 |
+
.premium-facebook-feed-wrapper a.carousel-arrow,
|
1813 |
+
.premium-instafeed-container a.carousel-arrow,
|
1814 |
+
.premium-persons-container a.carousel-arrow,
|
1815 |
+
.premium-woocommerce a.carousel-arrow {
|
1816 |
+
top: 50%;
|
1817 |
+
-webkit-transform: translateY(-50%);
|
1818 |
+
-ms-transform: translateY(-50%);
|
1819 |
+
transform: translateY(-50%);
|
1820 |
+
}
|
1821 |
+
|
1822 |
+
.premium-carousel-wrapper a.ver-carousel-arrow {
|
1823 |
+
right: 50%;
|
1824 |
+
-webkit-transform: translateX(50%);
|
1825 |
+
-ms-transform: translateX(50%);
|
1826 |
+
transform: translateX(50%);
|
1827 |
+
}
|
1828 |
+
|
1829 |
+
a.carousel-arrow.carousel-next {
|
1830 |
+
right: -20px;
|
1831 |
+
left: auto;
|
1832 |
+
}
|
1833 |
+
|
1834 |
+
a.carousel-arrow.carousel-prev {
|
1835 |
+
left: -20px;
|
1836 |
+
right: auto;
|
1837 |
+
}
|
1838 |
+
|
1839 |
+
a.ver-carousel-arrow.carousel-next {
|
1840 |
+
bottom: -56px;
|
1841 |
+
}
|
1842 |
+
|
1843 |
+
a.ver-carousel-arrow.carousel-prev {
|
1844 |
+
top: -45px;
|
1845 |
+
}
|
1846 |
+
|
1847 |
+
a.circle-bg {
|
1848 |
+
-webkit-border-radius: 100%;
|
1849 |
+
border-radius: 100%;
|
1850 |
+
}
|
1851 |
+
|
1852 |
+
a.circle-border {
|
1853 |
+
-webkit-border-radius: 100%;
|
1854 |
+
border-radius: 100%;
|
1855 |
+
border: solid black;
|
1856 |
+
}
|
1857 |
+
|
1858 |
+
a.square-border {
|
1859 |
+
border: solid black;
|
1860 |
+
}
|
1861 |
+
|
1862 |
+
.premium-carousel-dots-below,
|
1863 |
+
.premium-blog-wrap ul.slick-dots,
|
1864 |
+
.premium-fb-rev-reviews ul.slick-dots,
|
1865 |
+
.premium-woocommerce ul.slick-dots {
|
1866 |
+
position: relative;
|
1867 |
+
bottom: 0;
|
1868 |
+
list-style: none;
|
1869 |
+
text-align: center;
|
1870 |
+
margin: 0;
|
1871 |
+
padding: 0;
|
1872 |
+
}
|
1873 |
+
|
1874 |
+
.premium-carousel-dots-above ul.slick-dots {
|
1875 |
+
position: absolute;
|
1876 |
+
display: -ms-flexbox;
|
1877 |
+
display: -webkit-flex;
|
1878 |
+
display: -moz-flex;
|
1879 |
+
display: -ms-flex;
|
1880 |
+
-js-display: flex;
|
1881 |
+
display: -webkit-box;
|
1882 |
+
display: -moz-box;
|
1883 |
+
display: flex;
|
1884 |
+
top: 50%;
|
1885 |
+
-webkit-transform: translateY(-50%);
|
1886 |
+
-ms-transform: translateY(-50%);
|
1887 |
+
transform: translateY(-50%);
|
1888 |
+
-webkit-flex-direction: column;
|
1889 |
+
-webkit-box-orient: vertical;
|
1890 |
+
-webkit-box-direction: normal;
|
1891 |
+
-moz-box-orient: vertical;
|
1892 |
+
-moz-box-direction: normal;
|
1893 |
+
-ms-flex-direction: column;
|
1894 |
+
flex-direction: column;
|
1895 |
+
}
|
1896 |
+
|
1897 |
+
ul.slick-dots li {
|
1898 |
+
font-size: 10px;
|
1899 |
+
display: -webkit-inline-box;
|
1900 |
+
display: -webkit-inline-flex;
|
1901 |
+
display: -ms-inline-flexbox;
|
1902 |
+
-js-display: inline-flex;
|
1903 |
+
display: -moz-inline-box;
|
1904 |
+
display: inline-flex;
|
1905 |
+
-webkit-box-pack: center;
|
1906 |
+
-webkit-justify-content: center;
|
1907 |
+
-moz-box-pack: center;
|
1908 |
+
-ms-flex-pack: center;
|
1909 |
+
justify-content: center;
|
1910 |
+
-webkit-box-align: center;
|
1911 |
+
-webkit-align-items: center;
|
1912 |
+
-moz-box-align: center;
|
1913 |
+
-ms-flex-align: center;
|
1914 |
+
align-items: center;
|
1915 |
+
margin: 5px;
|
1916 |
+
width: 20px;
|
1917 |
+
height: 20px;
|
1918 |
+
cursor: pointer;
|
1919 |
+
}
|
1920 |
+
|
1921 |
+
/*
|
1922 |
+
* Custom Navigation Dot
|
1923 |
+
*/
|
1924 |
+
.premium-carousel-wrapper .premium-carousel-nav-dot,
|
1925 |
+
.premium-carousel-wrapper .premium-carousel-nav-arrow-prev,
|
1926 |
+
.premium-carousel-wrapper .premium-carousel-nav-arrow-next {
|
1927 |
+
display: none;
|
1928 |
+
}
|
1929 |
+
|
1930 |
+
.premium-carousel-wrapper ul.slick-dots svg {
|
1931 |
+
width: 20px;
|
1932 |
+
height: 20px;
|
1933 |
+
outline: none !important;
|
1934 |
+
}
|
1935 |
+
|
1936 |
+
/* Ripple Out */
|
1937 |
+
@-webkit-keyframes hvr-ripple-out {
|
1938 |
+
0% {
|
1939 |
+
-webkit-transform: scale(1);
|
1940 |
+
transform: scale(1);
|
1941 |
+
opacity: 1;
|
1942 |
+
}
|
1943 |
+
|
1944 |
+
100% {
|
1945 |
+
-webkit-transform: scale(1.5);
|
1946 |
+
transform: scale(1.5);
|
1947 |
+
opacity: 0;
|
1948 |
+
}
|
1949 |
+
}
|
1950 |
+
|
1951 |
+
@keyframes hvr-ripple-out {
|
1952 |
+
0% {
|
1953 |
+
-webkit-transform: scale(1);
|
1954 |
+
transform: scale(1);
|
1955 |
+
opacity: 1;
|
1956 |
+
}
|
1957 |
+
|
1958 |
+
100% {
|
1959 |
+
-webkit-transform: scale(1.5);
|
1960 |
+
transform: scale(1.5);
|
1961 |
+
opacity: 0;
|
1962 |
+
}
|
1963 |
+
}
|
1964 |
+
|
1965 |
+
.premium-carousel-ripple-yes .premium-carousel-wrapper {
|
1966 |
+
padding-bottom: 1px;
|
1967 |
+
}
|
1968 |
+
|
1969 |
+
.premium-carousel-ripple-yes ul.slick-dots li,
|
1970 |
+
.premium-carousel-ripple-yes ul.slick-dots li i {
|
1971 |
+
position: relative;
|
1972 |
+
}
|
1973 |
+
|
1974 |
+
.premium-carousel-ripple-yes ul.slick-dots li i {
|
1975 |
+
z-index: 1;
|
1976 |
+
}
|
1977 |
+
|
1978 |
+
.premium-carousel-ripple-yes ul.slick-dots li:hover:before {
|
1979 |
+
content: "";
|
1980 |
+
position: absolute;
|
1981 |
+
-webkit-transform: scale(1);
|
1982 |
+
-ms-transform: scale(1);
|
1983 |
+
transform: scale(1);
|
1984 |
+
top: 0;
|
1985 |
+
left: 0;
|
1986 |
+
bottom: 0;
|
1987 |
+
right: 0;
|
1988 |
+
-webkit-border-radius: 50%;
|
1989 |
+
border-radius: 50%;
|
1990 |
+
pointer-events: none;
|
1991 |
+
background-color: rgba(0, 0, 0, 0.15);
|
1992 |
+
}
|
1993 |
+
|
1994 |
+
.premium-carousel-ripple-yes ul.slick-dots li.slick-active:hover:before {
|
1995 |
+
background-color: rgba(0, 0, 0, 0.3);
|
1996 |
+
}
|
1997 |
+
|
1998 |
+
.premium-carousel-ripple-yes ul.slick-dots li:hover:before {
|
1999 |
+
-webkit-animation: hvr-ripple-out 1.3s infinite;
|
2000 |
+
animation: hvr-ripple-out 1.3s infinite;
|
2001 |
+
}
|
2002 |
+
|
2003 |
+
.premium-carousel-wrapper.premium-carousel-scale .slick-slide {
|
2004 |
+
-webkit-transform: scale(1.25, 1.25);
|
2005 |
+
-ms-transform: scale(1.25, 1.25);
|
2006 |
+
transform: scale(1.25, 1.25);
|
2007 |
+
-webkit-transition: all 0.3s ease-in-out !important;
|
2008 |
+
transition: all 0.3s ease-in-out !important;
|
2009 |
+
}
|
2010 |
+
|
2011 |
+
.premium-carousel-wrapper.premium-carousel-scale div.slick-active {
|
2012 |
+
-webkit-transform: scale(1, 1);
|
2013 |
+
-ms-transform: scale(1, 1);
|
2014 |
+
transform: scale(1, 1);
|
2015 |
+
}
|
2016 |
+
|
2017 |
+
[dir="rtl"] .premium-carousel-inner .slick-slide {
|
2018 |
+
float: right;
|
2019 |
+
}
|
2020 |
+
|
2021 |
+
/**************** Premium Counter ***************/
|
2022 |
+
/************************************************/
|
2023 |
+
.premium-counter-area {
|
2024 |
+
padding: 10px 0;
|
2025 |
+
-js-display: flex;
|
2026 |
+
display: -webkit-box;
|
2027 |
+
display: -webkit-flex;
|
2028 |
+
display: -moz-box;
|
2029 |
+
display: -ms-flexbox;
|
2030 |
+
display: flex;
|
2031 |
+
-webkit-box-pack: center;
|
2032 |
+
-webkit-justify-content: center;
|
2033 |
+
-moz-box-pack: center;
|
2034 |
+
-ms-flex-pack: center;
|
2035 |
+
justify-content: center;
|
2036 |
+
-webkit-box-align: center;
|
2037 |
+
-webkit-align-items: center;
|
2038 |
+
-moz-box-align: center;
|
2039 |
+
-ms-flex-align: center;
|
2040 |
+
align-items: center;
|
2041 |
+
}
|
2042 |
+
|
2043 |
+
.premium-counter-area.top {
|
2044 |
+
-webkit-box-orient: vertical;
|
2045 |
+
-webkit-box-direction: normal;
|
2046 |
+
-webkit-flex-direction: column;
|
2047 |
+
-moz-box-orient: vertical;
|
2048 |
+
-moz-box-direction: normal;
|
2049 |
+
-ms-flex-direction: column;
|
2050 |
+
flex-direction: column;
|
2051 |
+
}
|
2052 |
+
|
2053 |
+
.premium-counter-area.right {
|
2054 |
+
-webkit-box-orient: horizontal;
|
2055 |
+
-webkit-box-direction: reverse;
|
2056 |
+
-webkit-flex-direction: row-reverse;
|
2057 |
+
-moz-box-orient: horizontal;
|
2058 |
+
-moz-box-direction: reverse;
|
2059 |
+
-ms-flex-direction: row-reverse;
|
2060 |
+
flex-direction: row-reverse;
|
2061 |
+
}
|
2062 |
+
|
2063 |
+
.premium-counter-area.right .premium-counter-icon {
|
2064 |
+
padding-right: 20px;
|
2065 |
+
}
|
2066 |
+
|
2067 |
+
.premium-counter-area.left .premium-counter-icon {
|
2068 |
+
padding-left: 20px;
|
2069 |
+
}
|
2070 |
+
|
2071 |
+
.premium-counter-area .premium-counter-icon .icon i.fa:before {
|
2072 |
+
vertical-align: text-top;
|
2073 |
+
}
|
2074 |
+
|
2075 |
+
.premium-counter-area .premium-counter-icon span.icon {
|
2076 |
+
text-align: center;
|
2077 |
+
display: inline-block;
|
2078 |
+
vertical-align: middle;
|
2079 |
+
}
|
2080 |
+
|
2081 |
+
.premium-counter-area .premium-counter-icon .circle {
|
2082 |
+
-webkit-border-radius: 100%;
|
2083 |
+
border-radius: 100%;
|
2084 |
+
}
|
2085 |
+
|
2086 |
+
.premium-counter-area .premium-counter-icon img,
|
2087 |
+
.premium-counter-area .premium-counter-icon svg {
|
2088 |
+
width: 80px;
|
2089 |
+
}
|
2090 |
+
|
2091 |
+
.premium-counter-area .premium-counter-icon .premium-counter-animation svg {
|
2092 |
+
height: 80px;
|
2093 |
+
}
|
2094 |
+
|
2095 |
+
.premium-counter-area .premium-counter-title p {
|
2096 |
+
padding: 0;
|
2097 |
+
margin: 0;
|
2098 |
+
}
|
2099 |
+
|
2100 |
+
.premium-counter-area .premium-counter-value-wrap {
|
2101 |
+
-js-display: flex;
|
2102 |
+
display: -webkit-box;
|
2103 |
+
display: -webkit-flex;
|
2104 |
+
display: -moz-box;
|
2105 |
+
display: -ms-flexbox;
|
2106 |
+
display: flex;
|
2107 |
+
-webkit-box-align: center;
|
2108 |
+
-webkit-align-items: center;
|
2109 |
+
-moz-box-align: center;
|
2110 |
+
-ms-flex-align: center;
|
2111 |
+
align-items: center;
|
2112 |
+
}
|
2113 |
+
|
2114 |
+
.premium-init-wrapper {
|
2115 |
+
-js-display: flex;
|
2116 |
+
display: -webkit-box;
|
2117 |
+
display: -webkit-flex;
|
2118 |
+
display: -moz-box;
|
2119 |
+
display: -ms-flexbox;
|
2120 |
+
display: flex;
|
2121 |
+
}
|
2122 |
+
|
2123 |
+
.premium-init-wrapper.row {
|
2124 |
+
-webkit-box-align: center;
|
2125 |
+
-webkit-align-items: center;
|
2126 |
+
-moz-box-align: center;
|
2127 |
+
-ms-flex-align: center;
|
2128 |
+
align-items: center;
|
2129 |
+
}
|
2130 |
+
|
2131 |
+
.premium-init-wrapper.right {
|
2132 |
+
text-align: right;
|
2133 |
+
}
|
2134 |
+
|
2135 |
+
span.icon.flex-width {
|
2136 |
+
width: auto !important;
|
2137 |
+
height: auto !important;
|
2138 |
+
}
|
2139 |
+
|
2140 |
+
.premium-counter-area .premium-counter-init {
|
2141 |
+
font-size: 35px;
|
2142 |
+
}
|
2143 |
+
|
2144 |
+
/**************** Premium Image Separator ****************/
|
2145 |
+
/*********************************************************/
|
2146 |
+
/*Image Separator Container Style*/
|
2147 |
+
.premium-image-separator-container {
|
2148 |
+
position: absolute;
|
2149 |
+
width: 100%;
|
2150 |
+
z-index: 2;
|
2151 |
+
top: auto;
|
2152 |
+
}
|
2153 |
+
|
2154 |
+
.premium-image-separator-container img {
|
2155 |
+
display: inline-block !important;
|
2156 |
+
-webkit-mask-repeat: no-repeat;
|
2157 |
+
mask-repeat: no-repeat;
|
2158 |
+
-webkit-mask-position: center;
|
2159 |
+
mask-position: center;
|
2160 |
+
}
|
2161 |
+
|
2162 |
+
/*Link on Image Style*/
|
2163 |
+
.premium-image-separator-link {
|
2164 |
+
position: absolute;
|
2165 |
+
z-index: 9999;
|
2166 |
+
top: 0;
|
2167 |
+
right: 0;
|
2168 |
+
width: 100%;
|
2169 |
+
height: 100%;
|
2170 |
+
text-decoration: none;
|
2171 |
+
}
|
2172 |
+
|
2173 |
+
/*Important to override Theme options*/
|
2174 |
+
a.premium-image-separator-link:hover,
|
2175 |
+
a.premium-image-separator-link:visited,
|
2176 |
+
a.premium-image-separator-link:focus,
|
2177 |
+
a.premium-image-separator-link:active {
|
2178 |
+
-webkit-box-shadow: none !important;
|
2179 |
+
box-shadow: none !important;
|
2180 |
+
outline: none !important;
|
2181 |
+
border: none !important;
|
2182 |
+
text-decoration: none !important;
|
2183 |
+
}
|
2184 |
+
|
2185 |
+
.premium-image-separator-container .img-responsive {
|
2186 |
+
display: inline-block;
|
2187 |
+
}
|
2188 |
+
|
2189 |
+
.premium-image-separator-container i,
|
2190 |
+
.premium-image-separator-container>svg {
|
2191 |
+
padding: 20px;
|
2192 |
+
-webkit-transition: all 0.3s ease-in-out;
|
2193 |
+
transition: all 0.3s ease-in-out;
|
2194 |
+
}
|
2195 |
+
|
2196 |
+
/**************** Premium Modal Box ****************/
|
2197 |
+
/***************************************************/
|
2198 |
+
.premium-modal-trigger-btn,
|
2199 |
+
.premium-modal-box-modal-lower-close {
|
2200 |
+
display: inline-block;
|
2201 |
+
padding: 6px 12px;
|
2202 |
+
margin-bottom: 0;
|
2203 |
+
font-size: 14px;
|
2204 |
+
font-weight: normal;
|
2205 |
+
line-height: 1.42857143;
|
2206 |
+
text-align: center;
|
2207 |
+
white-space: nowrap;
|
2208 |
+
vertical-align: middle;
|
2209 |
+
-ms-touch-action: manipulation;
|
2210 |
+
touch-action: manipulation;
|
2211 |
+
cursor: pointer;
|
2212 |
+
-webkit-user-select: none;
|
2213 |
+
-moz-user-select: none;
|
2214 |
+
-ms-user-select: none;
|
2215 |
+
user-select: none;
|
2216 |
+
background-image: none;
|
2217 |
+
border: 1px solid transparent;
|
2218 |
+
}
|
2219 |
+
|
2220 |
+
.premium-modal-trigger-btn>svg,
|
2221 |
+
.premium-modal-trigger-btn .premium-modal-box-icon {
|
2222 |
+
-webkit-transition: all 0.3s ease-in-out;
|
2223 |
+
transition: all 0.3s ease-in-out;
|
2224 |
+
}
|
2225 |
+
|
2226 |
+
.premium-modal-trigger-btn>svg {
|
2227 |
+
width: 30px;
|
2228 |
+
height: 30px;
|
2229 |
+
}
|
2230 |
+
|
2231 |
+
.premium-modal-box-modal-close {
|
2232 |
+
float: left;
|
2233 |
+
font-size: 21px;
|
2234 |
+
font-weight: bold;
|
2235 |
+
line-height: 1;
|
2236 |
+
color: #000;
|
2237 |
+
}
|
2238 |
+
|
2239 |
+
.premium-modal-box-modal-close:hover,
|
2240 |
+
.premium-modal-box-modal-close:focus {
|
2241 |
+
color: #000;
|
2242 |
+
text-decoration: none;
|
2243 |
+
cursor: pointer;
|
2244 |
+
}
|
2245 |
+
|
2246 |
+
button.premium-modal-box-modal-close {
|
2247 |
+
-webkit-appearance: none;
|
2248 |
+
padding: 0;
|
2249 |
+
cursor: pointer;
|
2250 |
+
background: transparent;
|
2251 |
+
border: 0;
|
2252 |
+
}
|
2253 |
+
|
2254 |
+
.premium-modal-box-modal {
|
2255 |
+
position: fixed;
|
2256 |
+
top: 0;
|
2257 |
+
left: 0;
|
2258 |
+
bottom: 0;
|
2259 |
+
right: 0;
|
2260 |
+
z-index: 1050;
|
2261 |
+
display: none;
|
2262 |
+
-webkit-overflow-scrolling: touch;
|
2263 |
+
outline: 0;
|
2264 |
+
padding: 0 !important;
|
2265 |
+
background: rgba(0, 0, 0, 0.5);
|
2266 |
+
-webkit-box-align: center;
|
2267 |
+
-webkit-align-items: center;
|
2268 |
+
-moz-box-align: center;
|
2269 |
+
-ms-flex-align: center;
|
2270 |
+
align-items: center;
|
2271 |
+
-webkit-box-pack: center;
|
2272 |
+
-webkit-justify-content: center;
|
2273 |
+
-moz-box-pack: center;
|
2274 |
+
-ms-flex-pack: center;
|
2275 |
+
justify-content: center;
|
2276 |
+
}
|
2277 |
+
|
2278 |
+
.premium-modal-box-modal .premium-modal-box-modal-dialog {
|
2279 |
+
position: absolute;
|
2280 |
+
max-height: -webkit-calc(100vh - 150px);
|
2281 |
+
max-height: calc(100vh - 150px);
|
2282 |
+
-js-display: flex;
|
2283 |
+
display: -webkit-box;
|
2284 |
+
display: -webkit-flex;
|
2285 |
+
display: -moz-box;
|
2286 |
+
display: -ms-flexbox;
|
2287 |
+
display: flex;
|
2288 |
+
-webkit-box-orient: vertical;
|
2289 |
+
-webkit-box-direction: normal;
|
2290 |
+
-webkit-flex-direction: column;
|
2291 |
+
-moz-box-orient: vertical;
|
2292 |
+
-moz-box-direction: normal;
|
2293 |
+
-ms-flex-direction: column;
|
2294 |
+
flex-direction: column;
|
2295 |
+
opacity: 0;
|
2296 |
+
background-color: #fff;
|
2297 |
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
2298 |
+
-webkit-border-radius: 6px;
|
2299 |
+
border-radius: 6px;
|
2300 |
+
}
|
2301 |
+
|
2302 |
+
.premium-modal-box-modal-content {
|
2303 |
+
background-clip: padding-box;
|
2304 |
+
outline: 0;
|
2305 |
+
overflow-x: hidden;
|
2306 |
+
}
|
2307 |
+
|
2308 |
+
.premium-modal-backdrop.premium-in {
|
2309 |
+
filter: alpha(opacity=50);
|
2310 |
+
opacity: 0.5 !important;
|
2311 |
+
}
|
2312 |
+
|
2313 |
+
.premium-modal-fade.premium-in {
|
2314 |
+
opacity: 1;
|
2315 |
+
}
|
2316 |
+
|
2317 |
+
.premium-modal-backdrop {
|
2318 |
+
position: fixed;
|
2319 |
+
top: 0;
|
2320 |
+
left: 0;
|
2321 |
+
bottom: 0;
|
2322 |
+
right: 0;
|
2323 |
+
z-index: 1040;
|
2324 |
+
background-color: #000;
|
2325 |
+
}
|
2326 |
+
|
2327 |
+
.premium-modal-backdrop.premium-modal-fade {
|
2328 |
+
filter: alpha(opacity=0);
|
2329 |
+
opacity: 0;
|
2330 |
+
}
|
2331 |
+
|
2332 |
+
.premium-modal-fade {
|
2333 |
+
opacity: 0;
|
2334 |
+
}
|
2335 |
+
|
2336 |
+
.premium-in {
|
2337 |
+
-js-display: flex !important;
|
2338 |
+
display: -webkit-box !important;
|
2339 |
+
display: -webkit-flex !important;
|
2340 |
+
display: -moz-box !important;
|
2341 |
+
display: -ms-flexbox !important;
|
2342 |
+
display: flex !important;
|
2343 |
+
}
|
2344 |
+
|
2345 |
+
.premium-modal-box-modal-header {
|
2346 |
+
-js-display: flex;
|
2347 |
+
display: -webkit-box;
|
2348 |
+
display: -webkit-flex;
|
2349 |
+
display: -moz-box;
|
2350 |
+
display: -ms-flexbox;
|
2351 |
+
display: flex;
|
2352 |
+
-webkit-box-pack: justify;
|
2353 |
+
-webkit-justify-content: space-between;
|
2354 |
+
-moz-box-pack: justify;
|
2355 |
+
-ms-flex-pack: justify;
|
2356 |
+
justify-content: space-between;
|
2357 |
+
-webkit-box-align: center;
|
2358 |
+
-webkit-align-items: center;
|
2359 |
+
-moz-box-align: center;
|
2360 |
+
-ms-flex-align: center;
|
2361 |
+
align-items: center;
|
2362 |
+
padding: 5px 15px;
|
2363 |
+
border-bottom: 1px solid #e5e5e5;
|
2364 |
+
}
|
2365 |
+
|
2366 |
+
.premium-modal-box-modal-header .premium-modal-box-modal-close {
|
2367 |
+
margin-top: -2px;
|
2368 |
+
}
|
2369 |
+
|
2370 |
+
.premium-modal-box-modal-header .premium-modal-box-modal-title {
|
2371 |
+
-js-display: flex;
|
2372 |
+
display: -webkit-box;
|
2373 |
+
display: -webkit-flex;
|
2374 |
+
display: -moz-box;
|
2375 |
+
display: -ms-flexbox;
|
2376 |
+
display: flex;
|
2377 |
+
-webkit-box-align: center;
|
2378 |
+
-webkit-align-items: center;
|
2379 |
+
-moz-box-align: center;
|
2380 |
+
-ms-flex-align: center;
|
2381 |
+
align-items: center;
|
2382 |
+
margin: 0;
|
2383 |
+
padding: 0;
|
2384 |
+
}
|
2385 |
+
|
2386 |
+
.premium-modal-box-modal-header .premium-modal-box-modal-title svg {
|
2387 |
+
width: 50px;
|
2388 |
+
height: 60px;
|
2389 |
+
}
|
2390 |
+
|
2391 |
+
.premium-modal-box-modal-body {
|
2392 |
+
position: relative;
|
2393 |
+
padding: 15px;
|
2394 |
+
}
|
2395 |
+
|
2396 |
+
.premium-modal-box-modal-footer {
|
2397 |
+
padding: 15px;
|
2398 |
+
text-align: left;
|
2399 |
+
border-top: 1px solid #e5e5e5;
|
2400 |
+
}
|
2401 |
+
|
2402 |
+
.premium-modal-scrollbar-measure {
|
2403 |
+
position: absolute;
|
2404 |
+
top: -9999px;
|
2405 |
+
width: 50px;
|
2406 |
+
height: 50px;
|
2407 |
+
overflow: scroll;
|
2408 |
+
}
|
2409 |
+
|
2410 |
+
.premium-modal-trigger-text {
|
2411 |
+
background: none !important;
|
2412 |
+
display: inline-block;
|
2413 |
+
}
|
2414 |
+
|
2415 |
+
.premium-modal-box-container {
|
2416 |
+
width: 100% !important;
|
2417 |
+
}
|
2418 |
+
|
2419 |
+
/*Open Modal Button Style*/
|
2420 |
+
.premium-modal-trigger-container .premium-modal-trigger-btn {
|
2421 |
+
-js-display: inline-flex;
|
2422 |
+
display: -webkit-inline-box;
|
2423 |
+
display: -webkit-inline-flex;
|
2424 |
+
display: -moz-inline-box;
|
2425 |
+
display: -ms-inline-flexbox;
|
2426 |
+
display: inline-flex;
|
2427 |
+
-webkit-box-align: center;
|
2428 |
+
-webkit-align-items: center;
|
2429 |
+
-moz-box-align: center;
|
2430 |
+
-ms-flex-align: center;
|
2431 |
+
align-items: center;
|
2432 |
+
border: none;
|
2433 |
+
-webkit-transition: all 0.3s ease-in-out;
|
2434 |
+
transition: all 0.3s ease-in-out;
|
2435 |
+
}
|
2436 |
+
|
2437 |
+
.premium-modal-trigger-container .premium-modal-trigger-btn.premium-btn-block {
|
2438 |
+
-webkit-box-pack: center;
|
2439 |
+
-webkit-justify-content: center;
|
2440 |
+
-moz-box-pack: center;
|
2441 |
+
-ms-flex-pack: center;
|
2442 |
+
justify-content: center;
|
2443 |
+
}
|
2444 |
+
|
2445 |
+
.premium-modal-trigger-container .premium-modal-trigger-img,
|
2446 |
+
.premium-modal-trigger-container .premium-modal-trigger-text,
|
2447 |
+
.premium-modal-trigger-container .premium-modal-trigger-animation {
|
2448 |
+
cursor: pointer;
|
2449 |
+
}
|
2450 |
+
|
2451 |
+
.premium-modal-trigger-container .premium-modal-trigger-animation {
|
2452 |
+
display: inline-block;
|
2453 |
+
width: 200px;
|
2454 |
+
height: 200px;
|
2455 |
+
-webkit-transition: all 0.3s ease-in-out;
|
2456 |
+
transition: all 0.3s ease-in-out;
|
2457 |
+
}
|
2458 |
+
|
2459 |
+
/*Image on Modal Header Style*/
|
2460 |
+
.premium-modal-box-modal-header img {
|
2461 |
+
width: 48px;
|
2462 |
+
padding-left: 5px;
|
2463 |
+
}
|
2464 |
+
|
2465 |
+
.premium-modal-box-modal-header i,
|
2466 |
+
.premium-modal-box-modal-header svg {
|
2467 |
+
padding-left: 6px;
|
2468 |
+
}
|
2469 |
+
|
2470 |
+
.premium-modal-box-modal-close {
|
2471 |
+
position: relative;
|
2472 |
+
z-index: 99;
|
2473 |
+
}
|
2474 |
+
|
2475 |
+
.premium-modal-trigger-img,
|
2476 |
+
.premium-modal-trigger-text,
|
2477 |
+
.premium-modal-box-close-button-container,
|
2478 |
+
.premium-modal-box-modal-close,
|
2479 |
+
.premium-modal-box-modal-lower-close {
|
2480 |
+
-webkit-transition: all 0.3s ease-in-out;
|
2481 |
+
transition: all 0.3s ease-in-out;
|
2482 |
+
}
|
2483 |
+
|
2484 |
+
@media (min-width: 768px) {
|
2485 |
+
.premium-modal-box-modal-dialog {
|
2486 |
+
width: 700px;
|
2487 |
+
max-height: 600px;
|
2488 |
+
overflow: auto;
|
2489 |
+
}
|
2490 |
+
}
|
2491 |
+
|
2492 |
+
@media (max-width: 767px) {
|
2493 |
+
.premium-modal-box-modal-dialog {
|
2494 |
+
width: 100%;
|
2495 |
+
max-height: 500px;
|
2496 |
+
overflow: auto;
|
2497 |
+
}
|
2498 |
+
}
|
2499 |
+
|
2500 |
+
.premium-modal-box-container[data-modal-animation*="animated-"] {
|
2501 |
+
opacity: 0;
|
2502 |
+
}
|
2503 |
+
|
2504 |
+
/**************** Premium Progress Bar ****************/
|
2505 |
+
/******************************************************/
|
2506 |
+
.premium-progressbar-container {
|
2507 |
+
position: relative;
|
2508 |
+
}
|
2509 |
+
|
2510 |
+
.premium-progressbar-bar-wrap {
|
2511 |
+
position: relative;
|
2512 |
+
text-align: right;
|
2513 |
+
overflow: hidden;
|
2514 |
+
height: 25px;
|
2515 |
+
margin-bottom: 50px;
|
2516 |
+
background-color: #f5f5f5;
|
2517 |
+
-webkit-border-radius: 4px;
|
2518 |
+
border-radius: 4px;
|
2519 |
+
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
2520 |
+
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
2521 |
+
}
|
2522 |
+
|
2523 |
+
.premium-progressbar-bar-wrap.premium-progressbar-dots {
|
2524 |
+
background-color: transparent;
|
2525 |
+
width: 100%;
|
2526 |
+
-js-display: flex;
|
2527 |
+
display: -webkit-box;
|
2528 |
+
display: -webkit-flex;
|
2529 |
+
display: -moz-box;
|
2530 |
+
display: -ms-flexbox;
|
2531 |
+
display: flex;
|
2532 |
+
height: auto;
|
2533 |
+
-webkit-box-shadow: none;
|
2534 |
+
box-shadow: none;
|
2535 |
+
}
|
2536 |
+
|
2537 |
+
.premium-progressbar-bar-wrap .progress-segment {
|
2538 |
+
position: relative;
|
2539 |
+
width: 25px;
|
2540 |
+
height: 25px;
|
2541 |
+
-webkit-border-radius: 50%;
|
2542 |
+
border-radius: 50%;
|
2543 |
+
overflow: hidden;
|
2544 |
+
background-color: #f5f5f5;
|
2545 |
+
}
|
2546 |
+
|
2547 |
+
.premium-progressbar-bar-wrap .progress-segment.filled {
|
2548 |
+
background: #6ec1e4;
|
2549 |
+
}
|
2550 |
+
|
2551 |
+
.premium-progressbar-bar-wrap .progress-segment:not(:first-child):not(:last-child) {
|
2552 |
+
margin: 0 4px;
|
2553 |
+
}
|
2554 |
+
|
2555 |
+
.premium-progressbar-bar-wrap .progress-segment:first-child {
|
2556 |
+
margin-left: 4px;
|
2557 |
+
}
|
2558 |
+
|
2559 |
+
.premium-progressbar-bar-wrap .progress-segment:last-child {
|
2560 |
+
margin-right: 4px;
|
2561 |
+
}
|
2562 |
+
|
2563 |
+
.premium-progressbar-bar-wrap .progress-segment .segment-inner {
|
2564 |
+
position: absolute;
|
2565 |
+
top: 0;
|
2566 |
+
right: 0;
|
2567 |
+
height: 100%;
|
2568 |
+
background-color: #6ec1e4;
|
2569 |
+
}
|
2570 |
+
|
2571 |
+
.premium-progressbar-bar {
|
2572 |
+
float: right;
|
2573 |
+
width: 0%;
|
2574 |
+
height: 100%;
|
2575 |
+
font-size: 12px;
|
2576 |
+
line-height: 20px;
|
2577 |
+
background: #6ec1e4;
|
2578 |
+
text-align: center;
|
2579 |
+
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
2580 |
+
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
2581 |
+
}
|
2582 |
+
|
2583 |
+
.premium-progressbar-striped .premium-progressbar-bar {
|
2584 |
+
background-image: -webkit-linear-gradient(-135deg,
|
2585 |
+
rgba(255, 255, 255, 0.15) 25%,
|
2586 |
+
transparent 25%,
|
2587 |
+
transparent 50%,
|
2588 |
+
rgba(255, 255, 255, 0.15) 50%,
|
2589 |
+
rgba(255, 255, 255, 0.15) 75%,
|
2590 |
+
transparent 75%,
|
2591 |
+
transparent);
|
2592 |
+
background-image: -webkit-linear-gradient(45deg,
|
2593 |
+
rgba(255, 255, 255, 0.15) 25%,
|
2594 |
+
transparent 25%,
|
2595 |
+
transparent 50%,
|
2596 |
+
rgba(255, 255, 255, 0.15) 50%,
|
2597 |
+
rgba(255, 255, 255, 0.15) 75%,
|
2598 |
+
transparent 75%,
|
2599 |
+
transparent);
|
2600 |
+
background-image: linear-gradient(45deg,
|
2601 |
+
rgba(255, 255, 255, 0.15) 25%,
|
2602 |
+
transparent 25%,
|
2603 |
+
transparent 50%,
|
2604 |
+
rgba(255, 255, 255, 0.15) 50%,
|
2605 |
+
rgba(255, 255, 255, 0.15) 75%,
|
2606 |
+
transparent 75%,
|
2607 |
+
transparent);
|
2608 |
+
-webkit-background-size: 40px 40px;
|
2609 |
+
background-size: 40px 40px;
|
2610 |
+
}
|
2611 |
+
|
2612 |
+
.premium-progressbar-active .premium-progressbar-bar {
|
2613 |
+
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
2614 |
+
animation: progress-bar-stripes 2s linear infinite;
|
2615 |
+
}
|
2616 |
+
|
2617 |
+
.premium-progressbar-gradient .premium-progressbar-bar {
|
2618 |
+
-webkit-background-size: 400% 400% !important;
|
2619 |
+
background-size: 400% 400% !important;
|
2620 |
+
-webkit-animation: progress-bar-gradient 10s ease-in-out infinite;
|
2621 |
+
animation: progress-bar-gradient 10s ease-in-out infinite;
|
2622 |
+
}
|
2623 |
+
|
2624 |
+
.premium-progressbar-bar {
|
2625 |
+
position: absolute;
|
2626 |
+
overflow: hidden;
|
2627 |
+
line-height: 20px;
|
2628 |
+
}
|
2629 |
+
|
2630 |
+
.premium-progressbar-container .clearfix {
|
2631 |
+
clear: both;
|
2632 |
+
}
|
2633 |
+
|
2634 |
+
.premium-progressbar-bar {
|
2635 |
+
-webkit-transition: width 0s ease-in-out !important;
|
2636 |
+
transition: width 0s ease-in-out !important;
|
2637 |
+
}
|
2638 |
+
|
2639 |
+
.premium-progressbar-container p:first-of-type {
|
2640 |
+
margin: 0;
|
2641 |
+
float: right;
|
2642 |
+
}
|
2643 |
+
|
2644 |
+
.premium-progressbar-container p:nth-of-type(2) {
|
2645 |
+
margin: 0;
|
2646 |
+
float: left;
|
2647 |
+
}
|
2648 |
+
|
2649 |
+
.premium-progressbar-name {
|
2650 |
+
right: 50%;
|
2651 |
+
top: 0;
|
2652 |
+
left: 0;
|
2653 |
+
-webkit-transform: translateX(12.5px);
|
2654 |
+
-ms-transform: translateX(12.5px);
|
2655 |
+
transform: translateX(12.5px);
|
2656 |
+
z-index: 1;
|
2657 |
+
}
|
2658 |
+
|
2659 |
+
.premium-progressbar-multiple-label {
|
2660 |
+
position: relative;
|
2661 |
+
float: right;
|
2662 |
+
width: 0;
|
2663 |
+
right: 50%;
|
2664 |
+
}
|
2665 |
+
|
2666 |
+
.premium-progressbar-center-label {
|
2667 |
+
position: relative;
|
2668 |
+
white-space: nowrap;
|
2669 |
+
}
|
2670 |
+
|
2671 |
+
.premium-progressbar-arrow {
|
2672 |
+
height: 15px;
|
2673 |
+
right: 50%;
|
2674 |
+
display: inline-block;
|
2675 |
+
border-right: 7px solid transparent;
|
2676 |
+
border-left: 7px solid transparent;
|
2677 |
+
border-top: 11px solid;
|
2678 |
+
-webkit-transform: translateX(50%);
|
2679 |
+
-ms-transform: translateX(50%);
|
2680 |
+
transform: translateX(50%);
|
2681 |
+
}
|
2682 |
+
|
2683 |
+
.premium-progressbar-pin {
|
2684 |
+
border-right: 1px solid;
|
2685 |
+
height: 12px;
|
2686 |
+
right: 50%;
|
2687 |
+
display: inline-block;
|
2688 |
+
}
|
2689 |
+
|
2690 |
+
/**
|
2691 |
+
* Circle Progress Bar
|
2692 |
+
*/
|
2693 |
+
.premium-progressbar-circle-wrap {
|
2694 |
+
width: 200px;
|
2695 |
+
height: 200px;
|
2696 |
+
position: relative;
|
2697 |
+
margin: 0 auto;
|
2698 |
+
}
|
2699 |
+
|
2700 |
+
.premium-progressbar-circle-wrap .premium-progressbar-circle {
|
2701 |
+
position: absolute;
|
2702 |
+
top: 0;
|
2703 |
+
right: 0;
|
2704 |
+
width: 100%;
|
2705 |
+
height: 100%;
|
2706 |
+
-webkit-clip-path: inset(0 0 0 50%);
|
2707 |
+
clip-path: inset(0 0 0 50%);
|
2708 |
+
}
|
2709 |
+
|
2710 |
+
.premium-progressbar-circle-wrap .premium-progressbar-circle div {
|
2711 |
+
position: absolute;
|
2712 |
+
right: 0;
|
2713 |
+
top: 0;
|
2714 |
+
height: 100%;
|
2715 |
+
width: 100%;
|
2716 |
+
border-width: 6px;
|
2717 |
+
border-style: solid;
|
2718 |
+
border-color: #54595f;
|
2719 |
+
-webkit-border-radius: 50%;
|
2720 |
+
border-radius: 50%;
|
2721 |
+
-webkit-clip-path: inset(0 50% 0 0);
|
2722 |
+
clip-path: inset(0 50% 0 0);
|
2723 |
+
}
|
2724 |
+
|
2725 |
+
.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-left {
|
2726 |
+
-webkit-transform: rotate(0);
|
2727 |
+
-ms-transform: rotate(0);
|
2728 |
+
transform: rotate(0);
|
2729 |
+
}
|
2730 |
+
|
2731 |
+
.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-right {
|
2732 |
+
-webkit-transform: rotate(-180deg);
|
2733 |
+
-ms-transform: rotate(-180deg);
|
2734 |
+
transform: rotate(-180deg);
|
2735 |
+
visibility: hidden;
|
2736 |
+
}
|
2737 |
+
|
2738 |
+
.premium-progressbar-circle-wrap .premium-progressbar-circle-base {
|
2739 |
+
width: 100%;
|
2740 |
+
height: 100%;
|
2741 |
+
border: 6px solid #eee;
|
2742 |
+
-webkit-border-radius: 50%;
|
2743 |
+
border-radius: 50%;
|
2744 |
+
}
|
2745 |
+
|
2746 |
+
.premium-progressbar-circle-wrap .premium-progressbar-circle-content {
|
2747 |
+
position: absolute;
|
2748 |
+
top: 0;
|
2749 |
+
right: 0;
|
2750 |
+
width: 100%;
|
2751 |
+
height: 100%;
|
2752 |
+
-js-display: flex;
|
2753 |
+
display: -webkit-box;
|
2754 |
+
display: -webkit-flex;
|
2755 |
+
display: -moz-box;
|
2756 |
+
display: -ms-flexbox;
|
2757 |
+
display: flex;
|
2758 |
+
-webkit-box-orient: vertical;
|
2759 |
+
-webkit-box-direction: normal;
|
2760 |
+
-webkit-flex-direction: column;
|
2761 |
+
-moz-box-orient: vertical;
|
2762 |
+
-moz-box-direction: normal;
|
2763 |
+
-ms-flex-direction: column;
|
2764 |
+
flex-direction: column;
|
2765 |
+
-webkit-box-pack: center;
|
2766 |
+
-webkit-justify-content: center;
|
2767 |
+
-moz-box-pack: center;
|
2768 |
+
-ms-flex-pack: center;
|
2769 |
+
justify-content: center;
|
2770 |
+
-webkit-box-align: center;
|
2771 |
+
-webkit-align-items: center;
|
2772 |
+
-moz-box-align: center;
|
2773 |
+
-ms-flex-align: center;
|
2774 |
+
align-items: center;
|
2775 |
+
}
|
2776 |
+
|
2777 |
+
.premium-progressbar-circle-wrap .premium-lottie-animation {
|
2778 |
+
line-height: 1;
|
2779 |
+
}
|
2780 |
+
|
2781 |
+
@-webkit-keyframes progress-bar-stripes {
|
2782 |
+
from {
|
2783 |
+
background-position: 100% 0;
|
2784 |
+
}
|
2785 |
+
|
2786 |
+
to {
|
2787 |
+
background-position: 40px 0;
|
2788 |
+
}
|
2789 |
+
}
|
2790 |
+
|
2791 |
+
@keyframes progress-bar-stripes {
|
2792 |
+
from {
|
2793 |
+
background-position: 100% 0;
|
2794 |
+
}
|
2795 |
+
|
2796 |
+
to {
|
2797 |
+
background-position: 40px 0;
|
2798 |
+
}
|
2799 |
+
}
|
2800 |
+
|
2801 |
+
@-webkit-keyframes progress-bar-gradient {
|
2802 |
+
0% {
|
2803 |
+
background-position: 100% 50%;
|
2804 |
+
}
|
2805 |
+
|
2806 |
+
50% {
|
2807 |
+
background-position: 0% 50%;
|
2808 |
+
}
|
2809 |
+
|
2810 |
+
100% {
|
2811 |
+
background-position: 100% 50%;
|
2812 |
+
}
|
2813 |
+
}
|
2814 |
+
|
2815 |
+
@keyframes progress-bar-gradient {
|
2816 |
+
0% {
|
2817 |
+
background-position: 100% 50%;
|
2818 |
+
}
|
2819 |
+
|
2820 |
+
50% {
|
2821 |
+
background-position: 0% 50%;
|
2822 |
+
}
|
2823 |
+
|
2824 |
+
100% {
|
2825 |
+
background-position: 100% 50%;
|
2826 |
+
}
|
2827 |
+
}
|
2828 |
+
|
2829 |
+
/**************** Premium Testimonials ****************/
|
2830 |
+
/******************************************************/
|
2831 |
+
.premium-testimonial-box {
|
2832 |
+
width: 100%;
|
2833 |
+
background: transparent;
|
2834 |
+
-webkit-transition: all 0.3s ease-in-out;
|
2835 |
+
transition: all 0.3s ease-in-out;
|
2836 |
+
}
|
2837 |
+
|
2838 |
+
.premium-testimonial-box .premium-testimonial-author-info {
|
2839 |
+
-js-display: flex;
|
2840 |
+
display: -webkit-box;
|
2841 |
+
display: -webkit-flex;
|
2842 |
+
display: -moz-box;
|
2843 |
+
display: -ms-flexbox;
|
2844 |
+
display: flex;
|
2845 |
+
-webkit-box-pack: center;
|
2846 |
+
-webkit-justify-content: center;
|
2847 |
+
-moz-box-pack: center;
|
2848 |
+
-ms-flex-pack: center;
|
2849 |
+
justify-content: center;
|
2850 |
+
-webkit-box-align: center;
|
2851 |
+
-webkit-align-items: center;
|
2852 |
+
-moz-box-align: center;
|
2853 |
+
-ms-flex-align: center;
|
2854 |
+
align-items: center;
|
2855 |
+
}
|
2856 |
+
|
2857 |
+
.premium-testimonial-box .premium-testimonial-person-name,
|
2858 |
+
.premium-testimonial-box .premium-testimonial-company-name {
|
2859 |
+
font-weight: 600;
|
2860 |
+
margin: 0;
|
2861 |
+
}
|
2862 |
+
|
2863 |
+
.premium-testimonial-container {
|
2864 |
+
position: relative;
|
2865 |
+
}
|
2866 |
+
|
2867 |
+
.premium-testimonial-img-wrapper {
|
2868 |
+
margin-right: auto;
|
2869 |
+
margin-left: auto;
|
2870 |
+
overflow: hidden;
|
2871 |
+
border-style: solid !important;
|
2872 |
+
}
|
2873 |
+
|
2874 |
+
.premium-testimonial-img-wrapper.circle {
|
2875 |
+
-webkit-border-radius: 50%;
|
2876 |
+
border-radius: 50%;
|
2877 |
+
}
|
2878 |
+
|
2879 |
+
.premium-testimonial-img-wrapper.rounded {
|
2880 |
+
-webkit-border-radius: 15px;
|
2881 |
+
border-radius: 15px;
|
2882 |
+
}
|
2883 |
+
|
2884 |
+
.premium-testimonial-img-wrapper img {
|
2885 |
+
-o-object-fit: cover;
|
2886 |
+
object-fit: cover;
|
2887 |
+
width: 100%;
|
2888 |
+
height: 100% !important;
|
2889 |
+
}
|
2890 |
+
|
2891 |
+
.premium-testimonial-content-wrapper {
|
2892 |
+
position: relative;
|
2893 |
+
display: -ms-flexbox;
|
2894 |
+
display: -webkit-flex;
|
2895 |
+
display: -moz-flex;
|
2896 |
+
display: -ms-flex;
|
2897 |
+
-js-display: flex;
|
2898 |
+
display: -webkit-box;
|
2899 |
+
display: -moz-box;
|
2900 |
+
display: flex;
|
2901 |
+
-webkit-box-orient: vertical;
|
2902 |
+
-webkit-box-direction: normal;
|
2903 |
+
-webkit-flex-direction: column;
|
2904 |
+
-moz-box-orient: vertical;
|
2905 |
+
-moz-box-direction: normal;
|
2906 |
+
-ms-flex-direction: column;
|
2907 |
+
flex-direction: column;
|
2908 |
+
z-index: 2;
|
2909 |
+
width: 100%;
|
2910 |
+
padding: 20px;
|
2911 |
+
text-align: center;
|
2912 |
+
}
|
2913 |
+
|
2914 |
+
.premium-testimonial-clear-float {
|
2915 |
+
clear: both;
|
2916 |
+
}
|
2917 |
+
|
2918 |
+
.premium-testimonial-upper-quote,
|
2919 |
+
.premium-testimonial-lower-quote {
|
2920 |
+
position: absolute;
|
2921 |
+
z-index: 1;
|
2922 |
+
}
|
2923 |
+
|
2924 |
+
/**************** Premium Dual Heading *****************/
|
2925 |
+
/*******************************************************/
|
2926 |
+
.premium-dual-header-first-header,
|
2927 |
+
.premium-dual-header-second-header {
|
2928 |
+
position: relative;
|
2929 |
+
padding: 0;
|
2930 |
+
margin: 0;
|
2931 |
+
display: inline-block;
|
2932 |
+
-webkit-transform: translate(0, 0);
|
2933 |
+
-ms-transform: translate(0, 0);
|
2934 |
+
transform: translate(0, 0);
|
2935 |
+
}
|
2936 |
+
|
2937 |
+
.premium-dual-header-first-clip .premium-dual-header-first-span,
|
2938 |
+
.premium-dual-header-second-clip {
|
2939 |
+
-webkit-text-fill-color: transparent;
|
2940 |
+
-webkit-background-clip: text;
|
2941 |
+
}
|
2942 |
+
|
2943 |
+
.premium-dual-header-first-clip.stroke .premium-dual-header-first-span,
|
2944 |
+
.premium-dual-header-second-clip.stroke {
|
2945 |
+
-webkit-text-stroke-color: transparent;
|
2946 |
+
-webkit-text-fill-color: #fafafa;
|
2947 |
+
-webkit-text-stroke-width: 2px;
|
2948 |
+
}
|
2949 |
+
|
2950 |
+
@media (max-width: 500px) {
|
2951 |
+
|
2952 |
+
.premium-dual-header-first-header,
|
2953 |
+
.premium-dual-header-second-header {
|
2954 |
+
word-wrap: break-word;
|
2955 |
+
}
|
2956 |
+
}
|
2957 |
+
|
2958 |
+
.premium-dual-header-first-header.gradient .premium-dual-header-first-span,
|
2959 |
+
.premium-dual-header-second-header.gradient {
|
2960 |
+
-webkit-background-size: 300% 300% !important;
|
2961 |
+
background-size: 300% 300% !important;
|
2962 |
+
-webkit-animation: Gradient 10s ease-in-out infinite;
|
2963 |
+
animation: Gradient 10s ease-in-out infinite;
|
2964 |
+
}
|
2965 |
+
|
2966 |
+
@-webkit-keyframes Gradient {
|
2967 |
+
0% {
|
2968 |
+
background-position: 100% 50%;
|
2969 |
+
}
|
2970 |
+
|
2971 |
+
50% {
|
2972 |
+
background-position: 0% 50%;
|
2973 |
+
}
|
2974 |
+
|
2975 |
+
100% {
|
2976 |
+
background-position: 100% 50%;
|
2977 |
+
}
|
2978 |
+
}
|
2979 |
+
|
2980 |
+
@keyframes Gradient {
|
2981 |
+
0% {
|
2982 |
+
background-position: 100% 50%;
|
2983 |
+
}
|
2984 |
+
|
2985 |
+
50% {
|
2986 |
+
background-position: 0% 50%;
|
2987 |
+
}
|
2988 |
+
|
2989 |
+
100% {
|
2990 |
+
background-position: 100% 50%;
|
2991 |
+
}
|
2992 |
+
}
|
2993 |
+
|
2994 |
+
/**************** Premium Title ****************/
|
2995 |
+
/***********************************************/
|
2996 |
+
.premium-title-container {
|
2997 |
+
position: relative;
|
2998 |
+
width: 100%;
|
2999 |
+
clear: both;
|
3000 |
+
overflow: hidden;
|
3001 |
+
}
|
3002 |
+
|
3003 |
+
.premium-title-container .premium-title-header {
|
3004 |
+
position: relative;
|
3005 |
+
margin: 0;
|
3006 |
+
padding: 10px;
|
3007 |
+
}
|
3008 |
+
|
3009 |
+
.premium-title-container .premium-title-header:not(.premium-title-style7) {
|
3010 |
+
-webkit-box-align: center;
|
3011 |
+
-webkit-align-items: center;
|
3012 |
+
-moz-box-align: center;
|
3013 |
+
-ms-flex-align: center;
|
3014 |
+
align-items: center;
|
3015 |
+
}
|
3016 |
+
|
3017 |
+
.premium-title-container .premium-title-header svg {
|
3018 |
+
width: 40px;
|
3019 |
+
height: 40px;
|
3020 |
+
}
|
3021 |
+
|
3022 |
+
.premium-title-container .premium-title-header img {
|
3023 |
+
width: 40px;
|
3024 |
+
height: 40px;
|
3025 |
+
-o-object-fit: cover;
|
3026 |
+
object-fit: cover;
|
3027 |
+
}
|
3028 |
+
|
3029 |
+
.premium-title-container .premium-title-header a {
|
3030 |
+
position: absolute;
|
3031 |
+
top: 0;
|
3032 |
+
right: 0;
|
3033 |
+
width: 100%;
|
3034 |
+
height: 100%;
|
3035 |
+
}
|
3036 |
+
|
3037 |
+
.premium-title-container .premium-lottie-animation {
|
3038 |
+
-js-display: flex;
|
3039 |
+
display: -webkit-box;
|
3040 |
+
display: -webkit-flex;
|
3041 |
+
display: -moz-box;
|
3042 |
+
display: -ms-flexbox;
|
3043 |
+
display: flex;
|
3044 |
+
}
|
3045 |
+
|
3046 |
+
.premium-title-icon-row .premium-title-icon {
|
3047 |
+
margin-left: 10px;
|
3048 |
+
}
|
3049 |
+
|
3050 |
+
.premium-title-icon-row-reverse .premium-title-icon {
|
3051 |
+
margin-right: 10px;
|
3052 |
+
}
|
3053 |
+
|
3054 |
+
.premium-title-style3,
|
3055 |
+
.premium-title-style4 {
|
3056 |
+
-js-display: flex;
|
3057 |
+
display: -webkit-box;
|
3058 |
+
display: -webkit-flex;
|
3059 |
+
display: -moz-box;
|
3060 |
+
display: -ms-flexbox;
|
3061 |
+
display: flex;
|
3062 |
+
}
|
3063 |
+
|
3064 |
+
.premium-title-style1,
|
3065 |
+
.premium-title-style2,
|
3066 |
+
.premium-title-style5,
|
3067 |
+
.premium-title-style6,
|
3068 |
+
.premium-title-style8,
|
3069 |
+
.premium-title-style9 {
|
3070 |
+
-js-display: inline-flex;
|
3071 |
+
display: -webkit-inline-box;
|
3072 |
+
display: -webkit-inline-flex;
|
3073 |
+
display: -moz-inline-box;
|
3074 |
+
display: -ms-inline-flexbox;
|
3075 |
+
display: inline-flex;
|
3076 |
+
}
|
3077 |
+
|
3078 |
+
.premium-title-style7 {
|
3079 |
+
-js-display: inline-flex;
|
3080 |
+
display: -webkit-inline-box;
|
3081 |
+
display: -webkit-inline-flex;
|
3082 |
+
display: -moz-inline-box;
|
3083 |
+
display: -ms-inline-flexbox;
|
3084 |
+
display: inline-flex;
|
3085 |
+
-webkit-box-orient: vertical;
|
3086 |
+
-webkit-box-direction: normal;
|
3087 |
+
-webkit-flex-direction: column;
|
3088 |
+
-moz-box-orient: vertical;
|
3089 |
+
-moz-box-direction: normal;
|
3090 |
+
-ms-flex-direction: column;
|
3091 |
+
flex-direction: column;
|
3092 |
+
}
|
3093 |
+
|
3094 |
+
.premium-title-style7 .premium-title-style7-inner {
|
3095 |
+
-js-display: flex;
|
3096 |
+
display: -webkit-box;
|
3097 |
+
display: -webkit-flex;
|
3098 |
+
display: -moz-box;
|
3099 |
+
display: -ms-flexbox;
|
3100 |
+
display: flex;
|
3101 |
+
-webkit-box-align: center;
|
3102 |
+
-webkit-align-items: center;
|
3103 |
+
-moz-box-align: center;
|
3104 |
+
-ms-flex-align: center;
|
3105 |
+
align-items: center;
|
3106 |
+
}
|
3107 |
+
|
3108 |
+
.premium-title-style1 {
|
3109 |
+
border-width: 0;
|
3110 |
+
border-right: 3px solid #6ec1e4;
|
3111 |
+
}
|
3112 |
+
|
3113 |
+
.premium-title-container.style2,
|
3114 |
+
.premium-title-container.style4,
|
3115 |
+
.premium-title-container.style5,
|
3116 |
+
.premium-title-container.style6 {
|
3117 |
+
border-bottom: 3px solid #6ec1e4;
|
3118 |
+
}
|
3119 |
+
|
3120 |
+
/*Style 6 Header*/
|
3121 |
+
.premium-title-style6:before {
|
3122 |
+
position: absolute;
|
3123 |
+
right: 50%;
|
3124 |
+
bottom: 0;
|
3125 |
+
margin-right: -2px;
|
3126 |
+
content: "";
|
3127 |
+
border: 3px solid transparent;
|
3128 |
+
}
|
3129 |
+
|
3130 |
+
/*Style 6 Trinagle*/
|
3131 |
+
.premium-title-style7-stripe-wrap {
|
3132 |
+
-js-display: flex;
|
3133 |
+
display: -webkit-box;
|
3134 |
+
display: -webkit-flex;
|
3135 |
+
display: -moz-box;
|
3136 |
+
display: -ms-flexbox;
|
3137 |
+
display: flex;
|
3138 |
+
}
|
3139 |
+
|
3140 |
+
.premium-title-style7:before {
|
3141 |
+
display: none;
|
3142 |
+
}
|
3143 |
+
|
3144 |
+
.premium-title-style8 .premium-title-text[data-animation="shiny"] {
|
3145 |
+
-webkit-background-size: 125px 125px !important;
|
3146 |
+
background-size: 125px !important;
|
3147 |
+
color: rgba(255, 255, 255, 0);
|
3148 |
+
-webkit-background-clip: text !important;
|
3149 |
+
background-clip: text !important;
|
3150 |
+
-webkit-animation-name: pa-shinny-text !important;
|
3151 |
+
animation-name: pa-shinny-text !important;
|
3152 |
+
-webkit-animation-duration: var(--animation-speed) !important;
|
3153 |
+
animation-duration: var(--animation-speed) !important;
|
3154 |
+
-webkit-animation-iteration-count: infinite !important;
|
3155 |
+
animation-iteration-count: infinite !important;
|
3156 |
+
background: var(--base-color) -webkit-gradient(linear,
|
3157 |
+
left top,
|
3158 |
+
right top,
|
3159 |
+
from(var(--base-color)),
|
3160 |
+
to(var(--base-color)),
|
3161 |
+
color-stop(0.5, var(--shiny-color))) 0 0 no-repeat;
|
3162 |
+
}
|
3163 |
+
|
3164 |
+
.premium-title-style9[data-animation-blur="process"] .premium-title-style9-letter {
|
3165 |
+
-webkit-animation: pa-blur-shadow 2s 1 alternate;
|
3166 |
+
animation: pa-blur-shadow 2s 1 alternate;
|
3167 |
+
}
|
3168 |
+
|
3169 |
+
.premium-title-gradient-yes .premium-title-text,
|
3170 |
+
.premium-title-gradient-yes .premium-title-icon {
|
3171 |
+
-webkit-background-clip: text;
|
3172 |
+
-webkit-text-fill-color: transparent;
|
3173 |
+
background-image: -webkit-gradient(linear, left top, right top, from(#ffa648), color-stop(#f17cc1), to(#4da9fd));
|
3174 |
+
background-image: -webkit-linear-gradient(left, #ffa648, #f17cc1, #4da9fd);
|
3175 |
+
background-image: linear-gradient(to right, #ffa648, #f17cc1, #4da9fd);
|
3176 |
+
-webkit-animation: pa-text-gradient 8s infinite;
|
3177 |
+
animation: pa-text-gradient 8s infinite;
|
3178 |
+
}
|
3179 |
+
|
3180 |
+
.premium-title-clipped .premium-title-header {
|
3181 |
+
-webkit-text-fill-color: transparent;
|
3182 |
+
-webkit-background-clip: text;
|
3183 |
+
background-clip: text;
|
3184 |
+
}
|
3185 |
+
|
3186 |
+
@-webkit-keyframes pa-shinny-text {
|
3187 |
+
0% {
|
3188 |
+
background-position: 100%;
|
3189 |
+
}
|
3190 |
+
|
3191 |
+
100% {
|
3192 |
+
background-position: -100%;
|
3193 |
+
}
|
3194 |
+
}
|
3195 |
+
|
3196 |
+
@keyframes pa-shinny-text {
|
3197 |
+
0% {
|
3198 |
+
background-position: 100%;
|
3199 |
+
}
|
3200 |
+
|
3201 |
+
100% {
|
3202 |
+
background-position: -100%;
|
3203 |
+
}
|
3204 |
+
}
|
3205 |
+
|
3206 |
+
@-webkit-keyframes pa-blur-shadow {
|
3207 |
+
from {
|
3208 |
+
text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
|
3209 |
+
color: transparent;
|
3210 |
+
}
|
3211 |
+
|
3212 |
+
to {
|
3213 |
+
text-shadow: 0;
|
3214 |
+
}
|
3215 |
+
}
|
3216 |
+
|
3217 |
+
@keyframes pa-blur-shadow {
|
3218 |
+
from {
|
3219 |
+
text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
|
3220 |
+
color: transparent;
|
3221 |
+
}
|
3222 |
+
|
3223 |
+
to {
|
3224 |
+
text-shadow: 0;
|
3225 |
+
}
|
3226 |
+
}
|
3227 |
+
|
3228 |
+
@-webkit-keyframes pa-text-gradient {
|
3229 |
+
|
3230 |
+
0%,
|
3231 |
+
100% {
|
3232 |
+
-webkit-filter: hue-rotate(0deg);
|
3233 |
+
filter: hue-rotate(0deg);
|
3234 |
+
}
|
3235 |
+
|
3236 |
+
50% {
|
3237 |
+
-webkit-filter: hue-rotate(360deg);
|
3238 |
+
filter: hue-rotate(360deg);
|
3239 |
+
}
|
3240 |
+
}
|
3241 |
+
|
3242 |
+
@keyframes pa-text-gradient {
|
3243 |
+
|
3244 |
+
0%,
|
3245 |
+
100% {
|
3246 |
+
-webkit-filter: hue-rotate(0deg);
|
3247 |
+
filter: hue-rotate(0deg);
|
3248 |
+
}
|
3249 |
+
|
3250 |
+
50% {
|
3251 |
+
-webkit-filter: hue-rotate(360deg);
|
3252 |
+
filter: hue-rotate(360deg);
|
3253 |
+
}
|
3254 |
+
}
|
3255 |
+
|
3256 |
+
/*
|
3257 |
+
* Common Title/Dual Heading
|
3258 |
+
*/
|
3259 |
+
.premium-title-bg-text:before {
|
3260 |
+
position: absolute;
|
3261 |
+
content: attr(data-background);
|
3262 |
+
top: 0;
|
3263 |
+
left: 0;
|
3264 |
+
text-align: left;
|
3265 |
+
}
|
3266 |
+
|
3267 |
+
.premium-bg-text-yes .elementor-widget-container:before {
|
3268 |
+
position: absolute;
|
3269 |
+
top: 0;
|
3270 |
+
left: 0;
|
3271 |
+
text-align: left;
|
3272 |
+
}
|
3273 |
+
|
3274 |
+
.premium-mask-yes .premium-dual-header-first-clip .premium-dual-header-first-span .premium-mask-span,
|
3275 |
+
.premium-mask-yes .premium-dual-header-second-clip .premium-mask-span {
|
3276 |
+
background: inherit;
|
3277 |
+
}
|
3278 |
+
|
3279 |
+
.premium-mask-yes .premium-mask-span {
|
3280 |
+
position: relative;
|
3281 |
+
overflow: hidden;
|
3282 |
+
-js-display: inline-flex !important;
|
3283 |
+
display: -webkit-inline-box !important;
|
3284 |
+
display: -webkit-inline-flex !important;
|
3285 |
+
display: -moz-inline-box !important;
|
3286 |
+
display: -ms-inline-flexbox !important;
|
3287 |
+
display: inline-flex !important;
|
3288 |
+
}
|
3289 |
+
|
3290 |
+
.premium-mask-yes .premium-mask-span::after {
|
3291 |
+
content: "";
|
3292 |
+
position: absolute;
|
3293 |
+
top: 0;
|
3294 |
+
right: 0px;
|
3295 |
+
width: 100%;
|
3296 |
+
height: 100%;
|
3297 |
+
background-color: currentColor;
|
3298 |
+
-webkit-backface-visibility: visible;
|
3299 |
+
backface-visibility: visible;
|
3300 |
+
}
|
3301 |
+
|
3302 |
+
.premium-mask-active.premium-mask-tr .premium-mask-span::after {
|
3303 |
+
-webkit-animation: pa-mask-tr 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
3304 |
+
animation: pa-mask-tr 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
3305 |
+
-webkit-transform: translateX(-103%);
|
3306 |
+
-ms-transform: translateX(-103%);
|
3307 |
+
transform: translateX(-103%);
|
3308 |
+
}
|
3309 |
+
|
3310 |
+
.premium-mask-active.premium-mask-tl .premium-mask-span::after {
|
3311 |
+
-webkit-animation: pa-mask-tl 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
3312 |
+
animation: pa-mask-tl 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
3313 |
+
-webkit-transform: translateX(103%);
|
3314 |
+
-ms-transform: translateX(103%);
|
3315 |
+
transform: translateX(103%);
|
3316 |
+
}
|
3317 |
+
|
3318 |
+
.premium-mask-active.premium-mask-tb .premium-mask-span::after {
|
3319 |
+
-webkit-animation: pa-mask-tb 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
3320 |
+
animation: pa-mask-tb 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
3321 |
+
-webkit-transform: translateY(-103%);
|
3322 |
+
-ms-transform: translateY(-103%);
|
3323 |
+
transform: translateY(-103%);
|
3324 |
+
}
|
3325 |
+
|
3326 |
+
.premium-mask-active.premium-mask-tt .premium-mask-span::after {
|
3327 |
+
-webkit-animation: pa-mask-tt 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
3328 |
+
animation: pa-mask-tt 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
3329 |
+
-webkit-transform: translateY(103%);
|
3330 |
+
-ms-transform: translateY(103%);
|
3331 |
+
transform: translateY(103%);
|
3332 |
+
}
|
3333 |
+
|
3334 |
+
@-webkit-keyframes pa-mask-tr {
|
3335 |
+
0% {
|
3336 |
+
-webkit-transform: translateX(0%);
|
3337 |
+
transform: translateX(0%);
|
3338 |
+
}
|
3339 |
+
|
3340 |
+
100% {
|
3341 |
+
-webkit-transform: translateX(103%);
|
3342 |
+
transform: translateX(103%);
|
3343 |
+
}
|
3344 |
+
}
|
3345 |
+
|
3346 |
+
@keyframes pa-mask-tr {
|
3347 |
+
0% {
|
3348 |
+
-webkit-transform: translateX(0%);
|
3349 |
+
transform: translateX(0%);
|
3350 |
+
}
|
3351 |
+
|
3352 |
+
100% {
|
3353 |
+
-webkit-transform: translateX(103%);
|
3354 |
+
transform: translateX(103%);
|
3355 |
+
}
|
3356 |
+
}
|
3357 |
+
|
3358 |
+
@-webkit-keyframes pa-mask-tl {
|
3359 |
+
0% {
|
3360 |
+
-webkit-transform: translateX(0%);
|
3361 |
+
transform: translateX(0%);
|
3362 |
+
}
|
3363 |
+
|
3364 |
+
100% {
|
3365 |
+
-webkit-transform: translateX(-103%);
|
3366 |
+
transform: translateX(-103%);
|
3367 |
+
}
|
3368 |
+
}
|
3369 |
+
|
3370 |
+
@keyframes pa-mask-tl {
|
3371 |
+
0% {
|
3372 |
+
-webkit-transform: translateX(0%);
|
3373 |
+
transform: translateX(0%);
|
3374 |
+
}
|
3375 |
+
|
3376 |
+
100% {
|
3377 |
+
-webkit-transform: translateX(-103%);
|
3378 |
+
transform: translateX(-103%);
|
3379 |
+
}
|
3380 |
+
}
|
3381 |
+
|
3382 |
+
@-webkit-keyframes pa-mask-tb {
|
3383 |
+
0% {
|
3384 |
+
-webkit-transform: translateY(0%);
|
3385 |
+
transform: translateY(0%);
|
3386 |
+
}
|
3387 |
+
|
3388 |
+
100% {
|
3389 |
+
-webkit-transform: translateY(103%);
|
3390 |
+
transform: translateY(103%);
|
3391 |
+
}
|
3392 |
+
}
|
3393 |
+
|
3394 |
+
@keyframes pa-mask-tb {
|
3395 |
+
0% {
|
3396 |
+
-webkit-transform: translateY(0%);
|
3397 |
+
transform: translateY(0%);
|
3398 |
+
}
|
3399 |
+
|
3400 |
+
100% {
|
3401 |
+
-webkit-transform: translateY(103%);
|
3402 |
+
transform: translateY(103%);
|
3403 |
+
}
|
3404 |
+
}
|
3405 |
+
|
3406 |
+
@-webkit-keyframes pa-mask-tt {
|
3407 |
+
0% {
|
3408 |
+
-webkit-transform: translateY(0%);
|
3409 |
+
transform: translateY(0%);
|
3410 |
+
}
|
3411 |
+
|
3412 |
+
100% {
|
3413 |
+
-webkit-transform: translateY(-103%);
|
3414 |
+
transform: translateY(-103%);
|
3415 |
+
}
|
3416 |
+
}
|
3417 |
+
|
3418 |
+
@keyframes pa-mask-tt {
|
3419 |
+
0% {
|
3420 |
+
-webkit-transform: translateY(0%);
|
3421 |
+
transform: translateY(0%);
|
3422 |
+
}
|
3423 |
+
|
3424 |
+
100% {
|
3425 |
+
-webkit-transform: translateY(-103%);
|
3426 |
+
transform: translateY(-103%);
|
3427 |
+
}
|
3428 |
+
}
|
3429 |
+
|
3430 |
+
/**************** Premium Video Box ************/
|
3431 |
+
/***********************************************/
|
3432 |
+
.premium-video-box-transform {
|
3433 |
+
-webkit-transform: none !important;
|
3434 |
+
-ms-transform: none !important;
|
3435 |
+
transform: none !important;
|
3436 |
+
}
|
3437 |
+
|
3438 |
+
.premium-video-box-container {
|
3439 |
+
-js-display: flex;
|
3440 |
+
display: -webkit-box;
|
3441 |
+
display: -webkit-flex;
|
3442 |
+
display: -moz-box;
|
3443 |
+
display: -ms-flexbox;
|
3444 |
+
display: flex;
|
3445 |
+
-webkit-box-orient: vertical;
|
3446 |
+
-webkit-box-direction: normal;
|
3447 |
+
-webkit-flex-direction: column;
|
3448 |
+
-moz-box-orient: vertical;
|
3449 |
+
-moz-box-direction: normal;
|
3450 |
+
-ms-flex-direction: column;
|
3451 |
+
flex-direction: column;
|
3452 |
+
}
|
3453 |
+
|
3454 |
+
.premium-video-box-container>div {
|
3455 |
+
position: relative;
|
3456 |
+
overflow: hidden;
|
3457 |
+
}
|
3458 |
+
|
3459 |
+
.pa-aspect-ratio-11 .premium-video-box-container>div {
|
3460 |
+
padding-bottom: 100%;
|
3461 |
+
}
|
3462 |
+
|
3463 |
+
.pa-aspect-ratio-169 .premium-video-box-container>div {
|
3464 |
+
padding-bottom: 56.25%;
|
3465 |
+
}
|
3466 |
+
|
3467 |
+
.pa-aspect-ratio-43 .premium-video-box-container>div {
|
3468 |
+
padding-bottom: 75%;
|
3469 |
+
}
|
3470 |
+
|
3471 |
+
.pa-aspect-ratio-32 .premium-video-box-container>div {
|
3472 |
+
padding-bottom: 66.6666%;
|
3473 |
+
}
|
3474 |
+
|
3475 |
+
.pa-aspect-ratio-219 .premium-video-box-container>div {
|
3476 |
+
padding-bottom: 42.8571%;
|
3477 |
+
}
|
3478 |
+
|
3479 |
+
.pa-aspect-ratio-916 .premium-video-box-container>div {
|
3480 |
+
padding-bottom: 177.8%;
|
3481 |
+
}
|
3482 |
+
|
3483 |
+
.premium-video-box-image-container {
|
3484 |
+
position: absolute;
|
3485 |
+
top: 0;
|
3486 |
+
right: 0;
|
3487 |
+
bottom: 0;
|
3488 |
+
left: 0;
|
3489 |
+
width: 100%;
|
3490 |
+
height: 100%;
|
3491 |
+
-webkit-background-size: cover;
|
3492 |
+
background-size: cover;
|
3493 |
+
background-position: 50%;
|
3494 |
+
cursor: pointer;
|
3495 |
+
margin: auto;
|
3496 |
+
-webkit-transition: 0.2s all;
|
3497 |
+
transition: 0.2s all;
|
3498 |
+
}
|
3499 |
+
|
3500 |
+
.premium-video-box-play-icon-container {
|
3501 |
+
position: absolute;
|
3502 |
+
z-index: 2;
|
3503 |
+
cursor: pointer;
|
3504 |
+
-webkit-transform: translate(50%, -50%);
|
3505 |
+
-ms-transform: translate(50%, -50%);
|
3506 |
+
transform: translate(50%, -50%);
|
3507 |
+
background: rgba(252, 252, 252, 0.35);
|
3508 |
+
}
|
3509 |
+
|
3510 |
+
.premium-video-box-description-container {
|
3511 |
+
position: absolute;
|
3512 |
+
z-index: 2;
|
3513 |
+
padding: 5px;
|
3514 |
+
text-align: center;
|
3515 |
+
cursor: pointer;
|
3516 |
+
-webkit-transform: translate(50%, -50%);
|
3517 |
+
-ms-transform: translate(50%, -50%);
|
3518 |
+
transform: translate(50%, -50%);
|
3519 |
+
}
|
3520 |
+
|
3521 |
+
.premium-video-box-text {
|
3522 |
+
margin-bottom: 0 !important;
|
3523 |
+
-webkit-transition: all 0.3s ease-in-out;
|
3524 |
+
transition: all 0.3s ease-in-out;
|
3525 |
+
}
|
3526 |
+
|
3527 |
+
.premium-video-box-play-icon {
|
3528 |
+
padding: 15px;
|
3529 |
+
-webkit-transform: translateX(-4%);
|
3530 |
+
-ms-transform: translateX(-4%);
|
3531 |
+
transform: translateX(-4%);
|
3532 |
+
-webkit-transition: all 0.3s ease-in-out;
|
3533 |
+
transition: all 0.3s ease-in-out;
|
3534 |
+
}
|
3535 |
+
|
3536 |
+
.premium-video-box-video-container {
|
3537 |
+
position: absolute;
|
3538 |
+
top: 0;
|
3539 |
+
right: 0;
|
3540 |
+
z-index: 2;
|
3541 |
+
width: 100%;
|
3542 |
+
height: 100%;
|
3543 |
+
-webkit-transition: opacity 0.8s ease-in-out;
|
3544 |
+
transition: opacity 0.8s ease-in-out;
|
3545 |
+
overflow: hidden;
|
3546 |
+
cursor: pointer;
|
3547 |
+
}
|
3548 |
+
|
3549 |
+
.premium-video-box-container[data-overlay="true"][data-type="self"] .premium-video-box-video-container {
|
3550 |
+
opacity: 0;
|
3551 |
+
visibility: hidden;
|
3552 |
+
}
|
3553 |
+
|
3554 |
+
.premium-video-box-video-container iframe {
|
3555 |
+
max-width: 100%;
|
3556 |
+
width: 100%;
|
3557 |
+
height: 100%;
|
3558 |
+
margin: 0;
|
3559 |
+
line-height: 1;
|
3560 |
+
border: none;
|
3561 |
+
}
|
3562 |
+
|
3563 |
+
.premium-video-box-video-container video {
|
3564 |
+
max-width: 100%;
|
3565 |
+
width: 100%;
|
3566 |
+
height: 100%;
|
3567 |
+
margin: 0;
|
3568 |
+
line-height: 1;
|
3569 |
+
border: none;
|
3570 |
+
background-color: #000;
|
3571 |
+
-o-object-fit: contain;
|
3572 |
+
object-fit: contain;
|
3573 |
+
}
|
3574 |
+
|
3575 |
+
.premium-video-box-container .premium-video-box-vimeo-wrap {
|
3576 |
+
-js-display: flex;
|
3577 |
+
display: -webkit-box;
|
3578 |
+
display: -webkit-flex;
|
3579 |
+
display: -moz-box;
|
3580 |
+
display: -ms-flexbox;
|
3581 |
+
display: flex;
|
3582 |
+
position: absolute;
|
3583 |
+
top: 0;
|
3584 |
+
right: 0;
|
3585 |
+
z-index: 3;
|
3586 |
+
margin: 10px;
|
3587 |
+
margin-left: 10px;
|
3588 |
+
-webkit-transition: opacity 0.2s ease-out;
|
3589 |
+
transition: opacity 0.2s ease-out;
|
3590 |
+
margin-left: 4.6em;
|
3591 |
+
}
|
3592 |
+
|
3593 |
+
.premium-video-box-vimeo-wrap .premium-video-box-vimeo-portrait {
|
3594 |
+
width: 60px;
|
3595 |
+
height: 60px;
|
3596 |
+
background: rgba(23, 35, 34, 0.75);
|
3597 |
+
margin-left: 1px;
|
3598 |
+
-webkit-box-flex: 1;
|
3599 |
+
-webkit-flex: 1 0 auto;
|
3600 |
+
-moz-box-flex: 1;
|
3601 |
+
-ms-flex: 1 0 auto;
|
3602 |
+
flex: 1 0 auto;
|
3603 |
+
padding: 0;
|
3604 |
+
}
|
3605 |
+
|
3606 |
+
.premium-video-box-vimeo-portrait img {
|
3607 |
+
width: 50px;
|
3608 |
+
height: 50px;
|
3609 |
+
margin: 5px;
|
3610 |
+
padding: 0;
|
3611 |
+
border: 0;
|
3612 |
+
-webkit-border-radius: 50%;
|
3613 |
+
border-radius: 50%;
|
3614 |
+
}
|
3615 |
+
|
3616 |
+
.premium-video-box-vimeo-wrap .premium-video-box-vimeo-headers {
|
3617 |
+
font-size: 10px;
|
3618 |
+
}
|
3619 |
+
|
3620 |
+
.premium-video-box-vimeo-wrap .premium-video-box-vimeo-title {
|
3621 |
+
max-width: 100%;
|
3622 |
+
font-size: 2em !important;
|
3623 |
+
font-weight: 700;
|
3624 |
+
margin: 0;
|
3625 |
+
padding: 0.1em 0.2em;
|
3626 |
+
background: rgba(23, 35, 34, 0.75);
|
3627 |
+
display: inline-block;
|
3628 |
+
text-transform: none;
|
3629 |
+
line-height: normal;
|
3630 |
+
letter-spacing: normal;
|
3631 |
+
}
|
3632 |
+
|
3633 |
+
.premium-video-box-vimeo-wrap .premium-video-box-vimeo-byline {
|
3634 |
+
font-size: 1.2em !important;
|
3635 |
+
font-weight: 400;
|
3636 |
+
color: #fff;
|
3637 |
+
margin-top: 0.1em;
|
3638 |
+
padding: 0.2em 0.5em;
|
3639 |
+
background: rgba(23, 35, 34, 0.75);
|
3640 |
+
text-transform: none;
|
3641 |
+
line-height: normal;
|
3642 |
+
letter-spacing: normal;
|
3643 |
+
}
|
3644 |
+
|
3645 |
+
.premium-video-box-playlist-container {
|
3646 |
+
-js-display: flex;
|
3647 |
+
display: -webkit-box;
|
3648 |
+
display: -webkit-flex;
|
3649 |
+
display: -moz-box;
|
3650 |
+
display: -ms-flexbox;
|
3651 |
+
display: flex;
|
3652 |
+
-webkit-flex-wrap: wrap;
|
3653 |
+
-ms-flex-wrap: wrap;
|
3654 |
+
flex-wrap: wrap;
|
3655 |
+
}
|
3656 |
+
|
3657 |
+
.premium-video-box-playlist-container .premium-video-box-container {
|
3658 |
+
height: 100%;
|
3659 |
+
overflow: hidden;
|
3660 |
+
}
|
3661 |
+
|
3662 |
+
.premium-video-box-container:hover .premium-video-box-image-container.zoomin {
|
3663 |
+
-webkit-transform: scale(1.1);
|
3664 |
+
-ms-transform: scale(1.1);
|
3665 |
+
transform: scale(1.1);
|
3666 |
+
}
|
3667 |
+
|
3668 |
+
.premium-video-box-container:hover .premium-video-box-image-container.zoomout {
|
3669 |
+
-webkit-transform: scale(1);
|
3670 |
+
-ms-transform: scale(1);
|
3671 |
+
transform: scale(1);
|
3672 |
+
}
|
3673 |
+
|
3674 |
+
.premium-video-box-container:hover .premium-video-box-image-container.scale {
|
3675 |
+
-webkit-transform: scale(1.3) rotate(-5deg);
|
3676 |
+
-ms-transform: scale(1.3) rotate(-5deg);
|
3677 |
+
transform: scale(1.3) rotate(-5deg);
|
3678 |
+
}
|
3679 |
+
|
3680 |
+
.premium-video-box-container:hover .premium-video-box-image-container.gray {
|
3681 |
+
-webkit-filter: grayscale(0%);
|
3682 |
+
filter: grayscale(0%);
|
3683 |
+
}
|
3684 |
+
|
3685 |
+
.premium-video-box-container:hover .premium-video-box-image-container.blur {
|
3686 |
+
-webkit-filter: blur(3px);
|
3687 |
+
filter: blur(3px);
|
3688 |
+
}
|
3689 |
+
|
3690 |
+
.premium-video-box-container:hover .premium-video-box-image-container.sepia {
|
3691 |
+
-webkit-filter: sepia(0%);
|
3692 |
+
filter: sepia(0%);
|
3693 |
+
}
|
3694 |
+
|
3695 |
+
.premium-video-box-container:hover .premium-video-box-image-container.trans {
|
3696 |
+
-webkit-transform: translateX(0px) scale(1.1);
|
3697 |
+
-ms-transform: translateX(0px) scale(1.1);
|
3698 |
+
transform: translateX(0px) scale(1.1);
|
3699 |
+
}
|
3700 |
+
|
3701 |
+
.premium-video-box-container:hover .premium-video-box-image-container.bright {
|
3702 |
+
-webkit-filter: brightness(1.2);
|
3703 |
+
filter: brightness(1.2);
|
3704 |
+
}
|
3705 |
+
|
3706 |
+
.premium-video-box-image-container.gray {
|
3707 |
+
-webkit-filter: grayscale(100%);
|
3708 |
+
filter: grayscale(100%);
|
3709 |
+
}
|
3710 |
+
|
3711 |
+
.premium-video-box-image-container.zoomout,
|
3712 |
+
.premium-video-box-image-container.scale {
|
3713 |
+
-webkit-transform: scale(1.2);
|
3714 |
+
-ms-transform: scale(1.2);
|
3715 |
+
transform: scale(1.2);
|
3716 |
+
}
|
3717 |
+
|
3718 |
+
.premium-video-box-image-container.sepia {
|
3719 |
+
-webkit-filter: sepia(30%);
|
3720 |
+
filter: sepia(30%);
|
3721 |
+
}
|
3722 |
+
|
3723 |
+
.premium-video-box-image-container.bright {
|
3724 |
+
-webkit-filter: brightness(1);
|
3725 |
+
filter: brightness(1);
|
3726 |
+
}
|
3727 |
+
|
3728 |
+
.premium-video-box-image-container.trans {
|
3729 |
+
-webkit-transform: translateX(15px) scale(1.1);
|
3730 |
+
-ms-transform: translateX(15px) scale(1.1);
|
3731 |
+
transform: translateX(15px) scale(1.1);
|
3732 |
+
}
|
3733 |
+
|
3734 |
+
.premium-video-box-mask-media {
|
3735 |
+
-webkit-mask-repeat: no-repeat;
|
3736 |
+
mask-repeat: no-repeat;
|
3737 |
+
}
|
3738 |
+
|
3739 |
+
/* Sticky Video Option */
|
3740 |
+
.premium-video-box-container.premium-video-box-sticky-apply {
|
3741 |
+
z-index: 99;
|
3742 |
+
overflow: unset;
|
3743 |
+
}
|
3744 |
+
|
3745 |
+
.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
|
3746 |
+
position: fixed !important;
|
3747 |
+
z-index: 99999;
|
3748 |
+
height: 225px;
|
3749 |
+
width: 400px;
|
3750 |
+
background: #fff;
|
3751 |
+
}
|
3752 |
+
|
3753 |
+
.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-vimeo-wrap,
|
3754 |
+
.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-container:before {
|
3755 |
+
visibility: hidden;
|
3756 |
+
}
|
3757 |
+
|
3758 |
+
.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 {
|
3759 |
+
-webkit-box-shadow: unset;
|
3760 |
+
box-shadow: unset;
|
3761 |
+
}
|
3762 |
+
|
3763 |
+
.premium-video-box-sticky-close,
|
3764 |
+
.premium-video-box-sticky-infobar {
|
3765 |
+
display: none;
|
3766 |
+
}
|
3767 |
+
|
3768 |
+
.premium-video-box-sticky-apply .premium-video-box-sticky-close {
|
3769 |
+
position: absolute;
|
3770 |
+
padding: 5px;
|
3771 |
+
cursor: pointer;
|
3772 |
+
z-index: 99999;
|
3773 |
+
height: 14px;
|
3774 |
+
width: 14px;
|
3775 |
+
-webkit-box-sizing: content-box;
|
3776 |
+
-moz-box-sizing: content-box;
|
3777 |
+
box-sizing: content-box;
|
3778 |
+
-webkit-border-radius: 100%;
|
3779 |
+
border-radius: 100%;
|
3780 |
+
-js-display: flex;
|
3781 |
+
display: -webkit-box;
|
3782 |
+
display: -webkit-flex;
|
3783 |
+
display: -moz-box;
|
3784 |
+
display: -ms-flexbox;
|
3785 |
+
display: flex;
|
3786 |
+
-webkit-box-pack: center;
|
3787 |
+
-webkit-justify-content: center;
|
3788 |
+
-moz-box-pack: center;
|
3789 |
+
-ms-flex-pack: center;
|
3790 |
+
justify-content: center;
|
3791 |
+
-webkit-box-align: center;
|
3792 |
+
-webkit-align-items: center;
|
3793 |
+
-moz-box-align: center;
|
3794 |
+
-ms-flex-align: center;
|
3795 |
+
align-items: center;
|
3796 |
+
}
|
3797 |
+
|
3798 |
+
.premium-video-box-sticky-apply .premium-video-box-play-icon-container {
|
3799 |
+
-js-display: flex;
|
3800 |
+
display: -webkit-box;
|
3801 |
+
display: -webkit-flex;
|
3802 |
+
display: -moz-box;
|
3803 |
+
display: -ms-flexbox;
|
3804 |
+
display: flex;
|
3805 |
+
}
|
3806 |
+
|
3807 |
+
.premium-video-box-sticky-apply .premium-video-box-play-icon {
|
3808 |
+
-webkit-transition: none;
|
3809 |
+
transition: none;
|
3810 |
+
}
|
3811 |
+
|
3812 |
+
.premium-video-box-sticky-apply .premium-video-box-sticky-infobar {
|
3813 |
+
display: block;
|
3814 |
+
position: relative;
|
3815 |
+
top: 100%;
|
3816 |
+
width: 100%;
|
3817 |
+
padding: 5px;
|
3818 |
+
text-align: center;
|
3819 |
+
z-index: 9999;
|
3820 |
+
margin-top: -1px;
|
3821 |
+
}
|
3822 |
+
|
3823 |
+
.premium-video-box-sticky-apply .premium-video-box-inner-wrap.ui-draggable {
|
3824 |
+
cursor: move;
|
3825 |
+
}
|
3826 |
+
|
3827 |
+
.premium-video-sticky-top-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
|
3828 |
+
left: auto;
|
3829 |
+
right: 20px;
|
3830 |
+
top: 20px;
|
3831 |
+
}
|
3832 |
+
|
3833 |
+
.premium-video-sticky-bottom-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
|
3834 |
+
left: auto;
|
3835 |
+
right: 20px;
|
3836 |
+
bottom: 20px;
|
3837 |
+
}
|
3838 |
+
|
3839 |
+
.premium-video-sticky-top-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
|
3840 |
+
right: auto;
|
3841 |
+
left: 20px;
|
3842 |
+
top: 20px;
|
3843 |
+
}
|
3844 |
+
|
3845 |
+
.premium-video-sticky-bottom-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
|
3846 |
+
right: auto;
|
3847 |
+
left: 20px;
|
3848 |
+
bottom: 20px;
|
3849 |
+
}
|
3850 |
+
|
3851 |
+
.premium-video-sticky-center-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
|
3852 |
+
left: auto;
|
3853 |
+
right: 20px;
|
3854 |
+
top: 50%;
|
3855 |
+
-webkit-transform: translateY(-50%);
|
3856 |
+
-ms-transform: translateY(-50%);
|
3857 |
+
transform: translateY(-50%);
|
3858 |
+
}
|
3859 |
+
|
3860 |
+
.premium-video-sticky-center-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
|
3861 |
+
right: auto;
|
3862 |
+
left: 20px;
|
3863 |
+
top: 50%;
|
3864 |
+
-webkit-transform: translateY(-50%);
|
3865 |
+
-ms-transform: translateY(-50%);
|
3866 |
+
transform: translateY(-50%);
|
3867 |
+
}
|
3868 |
+
|
3869 |
+
.premium-video-sticky-bottom-right .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap,
|
3870 |
+
.premium-video-sticky-bottom-left .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
|
3871 |
+
bottom: 55px;
|
3872 |
+
}
|
3873 |
+
|
3874 |
+
.premium-video-sticky-top-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,
|
3875 |
+
.premium-video-sticky-bottom-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,
|
3876 |
+
.premium-video-sticky-center-left .premium-video-box-sticky-apply .premium-video-box-sticky-close {
|
3877 |
+
top: -10px;
|
3878 |
+
left: -10px;
|
3879 |
+
}
|
3880 |
+
|
3881 |
+
.premium-video-sticky-top-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,
|
3882 |
+
.premium-video-sticky-bottom-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,
|
3883 |
+
.premium-video-sticky-center-right .premium-video-box-sticky-apply .premium-video-box-sticky-close {
|
3884 |
+
top: -10px;
|
3885 |
+
right: -10px;
|
3886 |
+
}
|
3887 |
+
|
3888 |
+
.premium-video-box-filter-sticky {
|
3889 |
+
-webkit-filter: none !important;
|
3890 |
+
filter: none !important;
|
3891 |
+
}
|
3892 |
+
|
3893 |
+
/**************** Premium Blog *****************/
|
3894 |
+
/***********************************************/
|
3895 |
+
.premium-blog-thumb-effect-wrapper {
|
3896 |
+
position: relative;
|
3897 |
+
overflow: hidden;
|
3898 |
+
}
|
3899 |
+
|
3900 |
+
.premium-blog-effect-container:not(.premium-blog-bordered-effect) .premium-blog-post-link {
|
3901 |
+
position: absolute;
|
3902 |
+
top: 0;
|
3903 |
+
right: 0;
|
3904 |
+
width: 100%;
|
3905 |
+
height: 100%;
|
3906 |
+
z-index: 2;
|
3907 |
+
padding: 20px;
|
3908 |
+
}
|
3909 |
+
|
3910 |
+
.premium-blog-bordered-effect .premium-blog-post-link {
|
3911 |
+
display: block;
|
3912 |
+
height: 100%;
|
3913 |
+
position: relative;
|
3914 |
+
}
|
3915 |
+
|
3916 |
+
/*Thumbnail Img*/
|
3917 |
+
.premium-blog-thumbnail-container {
|
3918 |
+
overflow: hidden;
|
3919 |
+
}
|
3920 |
+
|
3921 |
+
.premium-blog-thumbnail-container img,
|
3922 |
+
.premium-blog-thumbnail-container .below-entry-meta {
|
3923 |
+
width: 100%;
|
3924 |
+
height: 100%;
|
3925 |
+
margin: 0 !important;
|
3926 |
+
-webkit-transition: all 0.4s ease-in-out;
|
3927 |
+
transition: all 0.4s ease-in-out;
|
3928 |
+
}
|
3929 |
+
|
3930 |
+
.premium-blog-thumb-effect-wrapper .premium-blog-zoomout-effect img,
|
3931 |
+
.premium-blog-thumb-effect-wrapper .premium-blog-scale-effect img {
|
3932 |
+
-webkit-transform: scale(1.2);
|
3933 |
+
-ms-transform: scale(1.2);
|
3934 |
+
transform: scale(1.2);
|
3935 |
+
}
|
3936 |
+
|
3937 |
+
.premium-blog-thumb-effect-wrapper .premium-blog-sepia-effect img {
|
3938 |
+
-webkit-filter: sepia(30%);
|
3939 |
+
filter: sepia(30%);
|
3940 |
+
}
|
3941 |
+
|
3942 |
+
.premium-blog-thumb-effect-wrapper .premium-blog-bright-effect img {
|
3943 |
+
-webkit-filter: brightness(1);
|
3944 |
+
filter: brightness(1);
|
3945 |
+
}
|
3946 |
+
|
3947 |
+
.premium-blog-thumb-effect-wrapper .premium-blog-trans-effect img {
|
3948 |
+
-webkit-transform: translateX(15px) scale(1.1);
|
3949 |
+
-ms-transform: translateX(15px) scale(1.1);
|
3950 |
+
transform: translateX(15px) scale(1.1);
|
3951 |
+
}
|
3952 |
+
|
3953 |
+
.premium-blog-post-outer-container:hover .premium-blog-zoomin-effect img {
|
3954 |
+
-webkit-transform: scale(1.2);
|
3955 |
+
-ms-transform: scale(1.2);
|
3956 |
+
transform: scale(1.2);
|
3957 |
+
}
|
3958 |
+
|
3959 |
+
.premium-blog-post-outer-container:hover .premium-blog-zoomout-effect img {
|
3960 |
+
-webkit-transform: scale(1.1);
|
3961 |
+
-ms-transform: scale(1.1);
|
3962 |
+
transform: scale(1.1);
|
3963 |
+
}
|
3964 |
+
|
3965 |
+
.premium-blog-post-outer-container:hover .premium-blog-scale-effect img {
|
3966 |
+
-webkit-transform: scale(1.3) rotate(-5deg);
|
3967 |
+
-ms-transform: scale(1.3) rotate(-5deg);
|
3968 |
+
transform: scale(1.3) rotate(-5deg);
|
3969 |
+
}
|
3970 |
+
|
3971 |
+
.premium-blog-post-outer-container:hover .premium-blog-gray-effect img {
|
3972 |
+
-webkit-filter: grayscale(100%);
|
3973 |
+
filter: grayscale(100%);
|
3974 |
+
}
|
3975 |
+
|
3976 |
+
.premium-blog-post-outer-container:hover .premium-blog-blur-effect img {
|
3977 |
+
-webkit-filter: blur(3px);
|
3978 |
+
filter: blur(3px);
|
3979 |
+
}
|
3980 |
+
|
3981 |
+
.premium-blog-post-outer-container:hover .premium-blog-sepia-effect img {
|
3982 |
+
-webkit-filter: sepia(0%);
|
3983 |
+
filter: sepia(0%);
|
3984 |
+
}
|
3985 |
+
|
3986 |
+
.premium-blog-post-outer-container:hover .premium-blog-bright-effect img {
|
3987 |
+
-webkit-filter: brightness(1.2);
|
3988 |
+
filter: brightness(1.2);
|
3989 |
+
}
|
3990 |
+
|
3991 |
+
.premium-blog-post-outer-container:hover .premium-blog-trans-effect img {
|
3992 |
+
-webkit-transform: translateX(0px) scale(1.1);
|
3993 |
+
-ms-transform: translateX(0px) scale(1.1);
|
3994 |
+
transform: translateX(0px) scale(1.1);
|
3995 |
+
}
|
3996 |
+
|
3997 |
+
.premium-blog-post-container {
|
3998 |
+
overflow: hidden;
|
3999 |
+
}
|
4000 |
+
|
4001 |
+
.premium-blog-post-container .premium-blog-inner-container {
|
4002 |
+
-js-display: flex;
|
4003 |
+
display: -webkit-box;
|
4004 |
+
display: -webkit-flex;
|
4005 |
+
display: -moz-box;
|
4006 |
+
display: -ms-flexbox;
|
4007 |
+
display: flex;
|
4008 |
+
direction: rtl;
|
4009 |
+
}
|
4010 |
+
|
4011 |
+
.premium-blog-post-container .premium-blog-post-content {
|
4012 |
+
line-height: 1.5em;
|
4013 |
+
color: #777;
|
4014 |
+
font-size: 14px;
|
4015 |
+
margin-bottom: 10px;
|
4016 |
+
}
|
4017 |
+
|
4018 |
+
.premium-blog-post-container ul.post-categories a:hover,
|
4019 |
+
.premium-blog-post-container ul.post-categories a:focus,
|
4020 |
+
.premium-blog-post-container .premium-blog-post-link:hover,
|
4021 |
+
.premium-blog-post-container .premium-blog-post-link:focus {
|
4022 |
+
-webkit-box-shadow: none !important;
|
4023 |
+
box-shadow: none !important;
|
4024 |
+
outline: none !important;
|
4025 |
+
}
|
4026 |
+
|
4027 |
+
.premium-blog-post-container .premium-blog-entry-title {
|
4028 |
+
font-size: 18px;
|
4029 |
+
margin-bottom: 5px;
|
4030 |
+
}
|
4031 |
+
|
4032 |
+
.premium-blog-post-container.premium-blog-skin-modern .premium-blog-content-wrapper {
|
4033 |
+
position: relative;
|
4034 |
+
z-index: 3;
|
4035 |
+
top: -50px;
|
4036 |
+
}
|
4037 |
+
|
4038 |
+
.premium-blog-post-container .premium-blog-content-wrapper {
|
4039 |
+
background-color: #f5f5f5;
|
4040 |
+
padding: 30px;
|
4041 |
+
}
|
4042 |
+
|
4043 |
+
.premium-blog-post-container .premium-blog-content-wrapper.empty-thumb {
|
4044 |
+
top: 0;
|
4045 |
+
}
|
4046 |
+
|
4047 |
+
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before,
|
4048 |
+
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:after {
|
4049 |
+
position: absolute;
|
4050 |
+
content: "";
|
4051 |
+
z-index: 1;
|
4052 |
+
top: 50%;
|
4053 |
+
right: 50%;
|
4054 |
+
opacity: 0;
|
4055 |
+
-webkit-transform: translate(50%, -50%);
|
4056 |
+
-ms-transform: translate(50%, -50%);
|
4057 |
+
transform: translate(50%, -50%);
|
4058 |
+
-webkit-transition: all 0.4s linear 0s;
|
4059 |
+
transition: all 0.4s linear 0s;
|
4060 |
+
height: 1px;
|
4061 |
+
width: 100%;
|
4062 |
+
background-color: #fff;
|
4063 |
+
}
|
4064 |
+
|
4065 |
+
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before {
|
4066 |
+
width: 1px;
|
4067 |
+
height: 100%;
|
4068 |
+
}
|
4069 |
+
|
4070 |
+
.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 {
|
4071 |
+
width: 20px;
|
4072 |
+
opacity: 1;
|
4073 |
+
}
|
4074 |
+
|
4075 |
+
.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 {
|
4076 |
+
height: 20px;
|
4077 |
+
opacity: 1;
|
4078 |
+
}
|
4079 |
+
|
4080 |
+
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-content-wrapper {
|
4081 |
+
margin: 0px 10px 20px;
|
4082 |
+
clear: both;
|
4083 |
+
}
|
4084 |
+
|
4085 |
+
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay,
|
4086 |
+
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay,
|
4087 |
+
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay {
|
4088 |
+
position: absolute;
|
4089 |
+
top: 0;
|
4090 |
+
right: 0;
|
4091 |
+
width: 100%;
|
4092 |
+
height: 100%;
|
4093 |
+
-webkit-transition: all 0.3s ease-in-out;
|
4094 |
+
transition: all 0.3s ease-in-out;
|
4095 |
+
opacity: 0;
|
4096 |
+
}
|
4097 |
+
|
4098 |
+
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay a,
|
4099 |
+
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay a,
|
4100 |
+
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay a {
|
4101 |
+
-js-display: flex;
|
4102 |
+
display: -webkit-box;
|
4103 |
+
display: -webkit-flex;
|
4104 |
+
display: -moz-box;
|
4105 |
+
display: -ms-flexbox;
|
4106 |
+
display: flex;
|
4107 |
+
-webkit-box-pack: center;
|
4108 |
+
-webkit-justify-content: center;
|
4109 |
+
-moz-box-pack: center;
|
4110 |
+
-ms-flex-pack: center;
|
4111 |
+
justify-content: center;
|
4112 |
+
-webkit-box-align: center;
|
4113 |
+
-webkit-align-items: center;
|
4114 |
+
-moz-box-align: center;
|
4115 |
+
-ms-flex-align: center;
|
4116 |
+
align-items: center;
|
4117 |
+
width: 100%;
|
4118 |
+
height: 100%;
|
4119 |
+
}
|
4120 |
+
|
4121 |
+
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay span,
|
4122 |
+
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay i,
|
4123 |
+
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay span,
|
4124 |
+
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay i,
|
4125 |
+
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay span,
|
4126 |
+
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay i {
|
4127 |
+
-webkit-transition: all 0.3s ease-in-out;
|
4128 |
+
transition: all 0.3s ease-in-out;
|
4129 |
+
}
|
4130 |
+
|
4131 |
+
.premium-blog-post-container.premium-blog-skin-side {
|
4132 |
+
-js-display: flex;
|
4133 |
+
display: -webkit-box;
|
4134 |
+
display: -webkit-flex;
|
4135 |
+
display: -moz-box;
|
4136 |
+
display: -ms-flexbox;
|
4137 |
+
display: flex;
|
4138 |
+
}
|
4139 |
+
|
4140 |
+
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-container {
|
4141 |
+
height: 100%;
|
4142 |
+
}
|
4143 |
+
|
4144 |
+
.premium-blog-post-container.premium-blog-skin-side .premium-blog-content-wrapper {
|
4145 |
+
-webkit-box-flex: 1;
|
4146 |
+
-webkit-flex: 1;
|
4147 |
+
-moz-box-flex: 1;
|
4148 |
+
-ms-flex: 1;
|
4149 |
+
flex: 1;
|
4150 |
+
}
|
4151 |
+
|
4152 |
+
.premium-blog-post-container.premium-blog-skin-banner {
|
4153 |
+
position: relative;
|
4154 |
+
}
|
4155 |
+
|
4156 |
+
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper {
|
4157 |
+
position: absolute;
|
4158 |
+
width: 100%;
|
4159 |
+
bottom: 0;
|
4160 |
+
-js-display: flex;
|
4161 |
+
display: -webkit-box;
|
4162 |
+
display: -webkit-flex;
|
4163 |
+
display: -moz-box;
|
4164 |
+
display: -ms-flexbox;
|
4165 |
+
display: flex;
|
4166 |
+
-webkit-box-orient: vertical;
|
4167 |
+
-webkit-box-direction: normal;
|
4168 |
+
-webkit-flex-direction: column;
|
4169 |
+
-moz-box-orient: vertical;
|
4170 |
+
-moz-box-direction: normal;
|
4171 |
+
-ms-flex-direction: column;
|
4172 |
+
flex-direction: column;
|
4173 |
+
background-color: transparent;
|
4174 |
+
z-index: 3;
|
4175 |
+
}
|
4176 |
+
|
4177 |
+
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper-inner {
|
4178 |
+
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
4179 |
+
transition: -webkit-transform 0.3s ease-in-out;
|
4180 |
+
transition: transform 0.3s ease-in-out;
|
4181 |
+
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
|
4182 |
+
}
|
4183 |
+
|
4184 |
+
.premium-blog-post-container.premium-blog-skin-banner:hover .premium-blog-content-wrapper-inner {
|
4185 |
+
-webkit-transform: translateY(-5px);
|
4186 |
+
-ms-transform: translateY(-5px);
|
4187 |
+
transform: translateY(-5px);
|
4188 |
+
}
|
4189 |
+
|
4190 |
+
.premium-blog-post-container .premium-blog-cats-container ul.post-categories {
|
4191 |
+
margin: 0;
|
4192 |
+
padding: 0;
|
4193 |
+
list-style: none;
|
4194 |
+
-js-display: flex;
|
4195 |
+
display: -webkit-box;
|
4196 |
+
display: -webkit-flex;
|
4197 |
+
display: -moz-box;
|
4198 |
+
display: -ms-flexbox;
|
4199 |
+
display: flex;
|
4200 |
+
}
|
4201 |
+
|
4202 |
+
.premium-blog-post-container .premium-blog-cats-container a {
|
4203 |
+
display: block;
|
4204 |
+
font-size: 12px;
|
4205 |
+
color: #fff;
|
4206 |
+
background-color: #777;
|
4207 |
+
margin: 0 0 10px 3px;
|
4208 |
+
padding: 5px;
|
4209 |
+
-webkit-transition: all 0.3s ease-in-out;
|
4210 |
+
transition: all 0.3s ease-in-out;
|
4211 |
+
}
|
4212 |
+
|
4213 |
+
/*
|
4214 |
+
* Diagonal Effect
|
4215 |
+
*/
|
4216 |
+
.premium-blog-diagonal-container {
|
4217 |
+
position: absolute;
|
4218 |
+
top: 0;
|
4219 |
+
right: 0;
|
4220 |
+
width: 100%;
|
4221 |
+
height: 100%;
|
4222 |
+
}
|
4223 |
+
|
4224 |
+
.premium-blog-diagonal-effect:before {
|
4225 |
+
position: absolute;
|
4226 |
+
top: 0px;
|
4227 |
+
right: 0px;
|
4228 |
+
width: 100%;
|
4229 |
+
height: 100%;
|
4230 |
+
content: " ";
|
4231 |
+
z-index: 1;
|
4232 |
+
background: rgba(255, 255, 255, 0.2);
|
4233 |
+
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
|
4234 |
+
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
|
4235 |
+
-webkit-transition: all 0.3s linear 0s;
|
4236 |
+
transition: all 0.3s linear 0s;
|
4237 |
+
}
|
4238 |
+
|
4239 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-diagonal-effect:before {
|
4240 |
+
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
|
4241 |
+
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
|
4242 |
+
}
|
4243 |
+
|
4244 |
+
/*
|
4245 |
+
* Framed Effect
|
4246 |
+
*/
|
4247 |
+
.premium-blog-framed-effect {
|
4248 |
+
position: absolute;
|
4249 |
+
width: -webkit-calc(100% - 30px);
|
4250 |
+
width: calc(100% - 30px);
|
4251 |
+
height: -webkit-calc(100% - 30px);
|
4252 |
+
height: calc(100% - 30px);
|
4253 |
+
top: 15px;
|
4254 |
+
right: 15px;
|
4255 |
+
opacity: 0;
|
4256 |
+
-webkit-transform: scale(0.3);
|
4257 |
+
-ms-transform: scale(0.3);
|
4258 |
+
transform: scale(0.3);
|
4259 |
+
-webkit-transition: all 0.3s linear 0s;
|
4260 |
+
transition: all 0.3s linear 0s;
|
4261 |
+
}
|
4262 |
+
|
4263 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-framed-effect {
|
4264 |
+
opacity: 0.99;
|
4265 |
+
-webkit-transform: scale(1);
|
4266 |
+
-ms-transform: scale(1);
|
4267 |
+
transform: scale(1);
|
4268 |
+
}
|
4269 |
+
|
4270 |
+
/*
|
4271 |
+
* Bordered Effect
|
4272 |
+
*/
|
4273 |
+
.premium-blog-bordered-effect {
|
4274 |
+
position: absolute;
|
4275 |
+
top: 0;
|
4276 |
+
right: 0;
|
4277 |
+
width: 100%;
|
4278 |
+
height: 100%;
|
4279 |
+
opacity: 0;
|
4280 |
+
padding: 15px;
|
4281 |
+
-webkit-transition: all 0.3s linear 0s;
|
4282 |
+
transition: all 0.3s linear 0s;
|
4283 |
+
}
|
4284 |
+
|
4285 |
+
.premium-blog-bordered-effect .premium-blog-post-link:before,
|
4286 |
+
.premium-blog-bordered-effect .premium-blog-post-link:after {
|
4287 |
+
content: "";
|
4288 |
+
display: block;
|
4289 |
+
position: absolute;
|
4290 |
+
top: 0;
|
4291 |
+
right: 0;
|
4292 |
+
width: 100%;
|
4293 |
+
height: 100%;
|
4294 |
+
-webkit-transition: all 0.5s linear 0s;
|
4295 |
+
transition: all 0.5s linear 0s;
|
4296 |
+
-webkit-transition-delay: 0s;
|
4297 |
+
transition-delay: 0s;
|
4298 |
+
border-color: rgba(255, 255, 255, 0.45);
|
4299 |
+
}
|
4300 |
+
|
4301 |
+
.premium-blog-bordered-effect .premium-blog-post-link:before {
|
4302 |
+
border-left: 2px solid;
|
4303 |
+
border-right: 2px solid;
|
4304 |
+
-webkit-transform: scale(1, 0);
|
4305 |
+
-ms-transform: scale(1, 0);
|
4306 |
+
transform: scale(1, 0);
|
4307 |
+
-webkit-transform-origin: 0% 0;
|
4308 |
+
-ms-transform-origin: 0% 0;
|
4309 |
+
transform-origin: 0% 0;
|
4310 |
+
}
|
4311 |
+
|
4312 |
+
.premium-blog-bordered-effect .premium-blog-post-link:after {
|
4313 |
+
border-top: 2px solid;
|
4314 |
+
border-bottom: 2px solid;
|
4315 |
+
-webkit-transform: scale(0, 1);
|
4316 |
+
-ms-transform: scale(0, 1);
|
4317 |
+
transform: scale(0, 1);
|
4318 |
+
-webkit-transform-origin: 100% 0;
|
4319 |
+
-ms-transform-origin: 100% 0;
|
4320 |
+
transform-origin: 100% 0;
|
4321 |
+
}
|
4322 |
+
|
4323 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect {
|
4324 |
+
opacity: 0.99;
|
4325 |
+
}
|
4326 |
+
|
4327 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect .premium-blog-post-link:before,
|
4328 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect .premium-blog-post-link:after {
|
4329 |
+
-webkit-transition-delay: 0.15s;
|
4330 |
+
transition-delay: 0.15s;
|
4331 |
+
opacity: 1;
|
4332 |
+
-webkit-transform: scale(1);
|
4333 |
+
-ms-transform: scale(1);
|
4334 |
+
transform: scale(1);
|
4335 |
+
}
|
4336 |
+
|
4337 |
+
/*
|
4338 |
+
* Squares Effect
|
4339 |
+
*/
|
4340 |
+
.premium-blog-squares-effect,
|
4341 |
+
.premium-blog-squares-square-container {
|
4342 |
+
position: absolute;
|
4343 |
+
top: 0;
|
4344 |
+
right: 0;
|
4345 |
+
width: 100%;
|
4346 |
+
height: 100%;
|
4347 |
+
}
|
4348 |
+
|
4349 |
+
.premium-blog-squares-effect:before,
|
4350 |
+
.premium-blog-squares-effect:after {
|
4351 |
+
position: absolute;
|
4352 |
+
content: "";
|
4353 |
+
top: 0;
|
4354 |
+
right: 0;
|
4355 |
+
width: 50%;
|
4356 |
+
height: 50%;
|
4357 |
+
-webkit-transform: translate(100%, -100%);
|
4358 |
+
-ms-transform: translate(100%, -100%);
|
4359 |
+
transform: translate(100%, -100%);
|
4360 |
+
opacity: 0.7;
|
4361 |
+
-webkit-transition: all 0.3s linear 0s;
|
4362 |
+
transition: all 0.3s linear 0s;
|
4363 |
+
}
|
4364 |
+
|
4365 |
+
.premium-blog-squares-square-container:before,
|
4366 |
+
.premium-blog-squares-square-container:after {
|
4367 |
+
position: absolute;
|
4368 |
+
content: "";
|
4369 |
+
top: 0;
|
4370 |
+
right: 0;
|
4371 |
+
width: 50%;
|
4372 |
+
height: 50%;
|
4373 |
+
-webkit-transform: translate(100%, -100%);
|
4374 |
+
-ms-transform: translate(100%, -100%);
|
4375 |
+
transform: translate(100%, -100%);
|
4376 |
+
opacity: 0.7;
|
4377 |
+
-webkit-transition: all 0.3s linear 0s;
|
4378 |
+
transition: all 0.3s linear 0s;
|
4379 |
+
}
|
4380 |
+
|
4381 |
+
.premium-blog-squares-square-container:before,
|
4382 |
+
.premium-blog-squares-square-container:after {
|
4383 |
+
opacity: 0.8;
|
4384 |
+
}
|
4385 |
+
|
4386 |
+
.premium-blog-squares-effect:after {
|
4387 |
+
-webkit-transform: translate(-200%, 200%);
|
4388 |
+
-ms-transform: translate(-200%, 200%);
|
4389 |
+
transform: translate(-200%, 200%);
|
4390 |
+
}
|
4391 |
+
|
4392 |
+
.premium-blog-squares-square-container:before {
|
4393 |
+
-webkit-transform: translate(100%, 200%);
|
4394 |
+
-ms-transform: translate(100%, 200%);
|
4395 |
+
transform: translate(100%, 200%);
|
4396 |
+
}
|
4397 |
+
|
4398 |
+
.premium-blog-squares-square-container:after {
|
4399 |
+
-webkit-transform: translate(-200%, -100%);
|
4400 |
+
-ms-transform: translate(-200%, -100%);
|
4401 |
+
transform: translate(-200%, -100%);
|
4402 |
+
}
|
4403 |
+
|
4404 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-effect:before {
|
4405 |
+
-webkit-transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
|
4406 |
+
-ms-transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
|
4407 |
+
transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
|
4408 |
+
}
|
4409 |
+
|
4410 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-effect:after {
|
4411 |
+
-webkit-transform: translate(-100%, 100%) scaleY(1.003) scaleX(1.003);
|
4412 |
+
-ms-transform: translate(-100%, 100%) scaleY(1.003) scaleX(1.003);
|
4413 |
+
transform: translate(-100%, 100%) scaleY(1.003) scaleX(1.003);
|
4414 |
+
}
|
4415 |
+
|
4416 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-square-container:before {
|
4417 |
+
-webkit-transform: translate(0, 100%);
|
4418 |
+
-ms-transform: translate(0, 100%);
|
4419 |
+
transform: translate(0, 100%);
|
4420 |
+
}
|
4421 |
+
|
4422 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-square-container:after {
|
4423 |
+
-webkit-transform: translate(-100%, 0%);
|
4424 |
+
-ms-transform: translate(-100%, 0%);
|
4425 |
+
transform: translate(-100%, 0%);
|
4426 |
+
}
|
4427 |
+
|
4428 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay {
|
4429 |
+
opacity: 1;
|
4430 |
+
}
|
4431 |
+
|
4432 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay a {
|
4433 |
+
opacity: 1;
|
4434 |
+
-webkit-transform: scale(1);
|
4435 |
+
-ms-transform: scale(1);
|
4436 |
+
transform: scale(1);
|
4437 |
+
}
|
4438 |
+
|
4439 |
+
.premium-blog-clear-fix {
|
4440 |
+
clear: both;
|
4441 |
+
}
|
4442 |
+
|
4443 |
+
.premium-blog-masked .premium-blog-thumbnail-container {
|
4444 |
+
position: relative;
|
4445 |
+
overflow: visible;
|
4446 |
+
}
|
4447 |
+
|
4448 |
+
.premium-blog-masked .premium-blog-thumbnail-container svg {
|
4449 |
+
position: absolute;
|
4450 |
+
height: 100px;
|
4451 |
+
width: 100%;
|
4452 |
+
bottom: -5px;
|
4453 |
+
right: 0;
|
4454 |
+
fill: #f5f5f5;
|
4455 |
+
z-index: 99;
|
4456 |
+
}
|
4457 |
+
|
4458 |
+
.premium-blog-masked .premium-blog-thumbnail-container svg.premium-blog-shape-divider-svg {
|
4459 |
+
-webkit-transform: rotate(180deg);
|
4460 |
+
-ms-transform: rotate(180deg);
|
4461 |
+
transform: rotate(180deg);
|
4462 |
+
}
|
4463 |
+
|
4464 |
+
.premium-blog-masked .premium-blog-author-thumbnail,
|
4465 |
+
.premium-blog-masked .premium-blog-skin-banner .premium-blog-content-wrapper {
|
4466 |
+
z-index: 999 !important;
|
4467 |
+
}
|
4468 |
+
|
4469 |
+
/*Post Format Container*/
|
4470 |
+
.premium-blog-format-link {
|
4471 |
+
padding: 5px;
|
4472 |
+
line-height: 0;
|
4473 |
+
}
|
4474 |
+
|
4475 |
+
/*Post Format Icon*/
|
4476 |
+
/*Post Format Content Margin */
|
4477 |
+
.premium-blog-entry-meta {
|
4478 |
+
line-height: 1.3em;
|
4479 |
+
font-size: 12px;
|
4480 |
+
margin-bottom: 13px;
|
4481 |
+
color: #adadad;
|
4482 |
+
}
|
4483 |
+
|
4484 |
+
.premium-blog-entry-meta i {
|
4485 |
+
margin-left: 3px;
|
4486 |
+
-webkit-transition: all 0.3s ease-in-out;
|
4487 |
+
transition: all 0.3s ease-in-out;
|
4488 |
+
}
|
4489 |
+
|
4490 |
+
.premium-blog-meta-data {
|
4491 |
+
display: inline-block;
|
4492 |
+
}
|
4493 |
+
|
4494 |
+
.premium-blog-meta-data .premium-blog-meta-separator {
|
4495 |
+
margin: 0 5px;
|
4496 |
+
}
|
4497 |
+
|
4498 |
+
.premium-blog-meta-data a,
|
4499 |
+
.premium-blog-meta-data span {
|
4500 |
+
color: inherit;
|
4501 |
+
-webkit-transition: all 0.3s ease-in-out;
|
4502 |
+
transition: all 0.3s ease-in-out;
|
4503 |
+
}
|
4504 |
+
|
4505 |
+
.premium-blog-author-thumbnail {
|
4506 |
+
position: relative;
|
4507 |
+
padding: 0 30px;
|
4508 |
+
width: 100%;
|
4509 |
+
top: -10px;
|
4510 |
+
height: 0;
|
4511 |
+
pointer-events: none;
|
4512 |
+
}
|
4513 |
+
|
4514 |
+
.premium-blog-author-thumbnail img {
|
4515 |
+
-webkit-border-radius: 50%;
|
4516 |
+
border-radius: 50%;
|
4517 |
+
width: 60px;
|
4518 |
+
pointer-events: all;
|
4519 |
+
-webkit-transform: translateY(-50%);
|
4520 |
+
-ms-transform: translateY(-50%);
|
4521 |
+
transform: translateY(-50%);
|
4522 |
+
}
|
4523 |
+
|
4524 |
+
.premium-blog-entry-title a,
|
4525 |
+
.premium-blog-post-tags-container a,
|
4526 |
+
.premium-blog-post-content .premium-blog-excerpt-link {
|
4527 |
+
-webkit-transition: all 0.3s ease-in-out;
|
4528 |
+
transition: all 0.3s ease-in-out;
|
4529 |
+
}
|
4530 |
+
|
4531 |
+
.premium-blog-excerpt-link-wrap a.premium-blog-excerpt-link {
|
4532 |
+
background-color: transparent;
|
4533 |
+
color: #54595f;
|
4534 |
+
padding: 0;
|
4535 |
+
}
|
4536 |
+
|
4537 |
+
.premium-blog-cta-full-yes .premium-blog-excerpt-link {
|
4538 |
+
width: 100%;
|
4539 |
+
}
|
4540 |
+
|
4541 |
+
.premium-blog-post-tags-container {
|
4542 |
+
margin-top: 8px;
|
4543 |
+
-js-display: flex;
|
4544 |
+
display: -webkit-box;
|
4545 |
+
display: -webkit-flex;
|
4546 |
+
display: -moz-box;
|
4547 |
+
display: -ms-flexbox;
|
4548 |
+
display: flex;
|
4549 |
+
-webkit-box-align: center;
|
4550 |
+
-webkit-align-items: center;
|
4551 |
+
-moz-box-align: center;
|
4552 |
+
-ms-flex-align: center;
|
4553 |
+
align-items: center;
|
4554 |
+
-webkit-flex-wrap: wrap;
|
4555 |
+
-ms-flex-wrap: wrap;
|
4556 |
+
flex-wrap: wrap;
|
4557 |
+
}
|
4558 |
+
|
4559 |
+
.premium-blog-post-tags-container a {
|
4560 |
+
color: inherit;
|
4561 |
+
margin-right: 5px;
|
4562 |
+
}
|
4563 |
+
|
4564 |
+
.premium-blog-align-center .post-categories,
|
4565 |
+
.premium-blog-align-center .premium-blog-inner-container,
|
4566 |
+
.premium-blog-align-center .premium-blog-post-tags-container {
|
4567 |
+
-webkit-box-pack: center;
|
4568 |
+
-webkit-justify-content: center;
|
4569 |
+
-moz-box-pack: center;
|
4570 |
+
-ms-flex-pack: center;
|
4571 |
+
justify-content: center;
|
4572 |
+
}
|
4573 |
+
|
4574 |
+
.premium-blog-align-left .premium-blog-post-container .post-categories,
|
4575 |
+
.premium-blog-align-left .premium-blog-post-container .premium-blog-inner-container,
|
4576 |
+
.premium-blog-align-left .premium-blog-post-container .premium-blog-post-tags-container {
|
4577 |
+
-webkit-box-pack: end;
|
4578 |
+
-webkit-justify-content: flex-end;
|
4579 |
+
-moz-box-pack: end;
|
4580 |
+
-ms-flex-pack: end;
|
4581 |
+
justify-content: flex-end;
|
4582 |
+
}
|
4583 |
+
|
4584 |
+
/* .premium-blog-align-left .premium-blog-post-container.premium-blog-skin-cards .post-categories,
|
4585 |
+
.premium-blog-align-left .premium-blog-post-container.premium-blog-skin-cards .premium-blog-inner-container,
|
4586 |
+
.premium-blog-align-left .premium-blog-post-container.premium-blog-skin-cards .premium-blog-post-tags-container {
|
4587 |
+
-webkit-box-pack: start;
|
4588 |
+
-webkit-justify-content: flex-start;
|
4589 |
+
-moz-box-pack: start;
|
4590 |
+
-ms-flex-pack: start;
|
4591 |
+
justify-content: flex-start;
|
4592 |
+
} */
|
4593 |
+
|
4594 |
+
.premium-blog-align-right .premium-blog-post-container .post-categories,
|
4595 |
+
.premium-blog-align-right .premium-blog-post-container .premium-blog-inner-container,
|
4596 |
+
.premium-blog-align-right .premium-blog-post-container .premium-blog-post-tags-container {
|
4597 |
+
-webkit-box-pack: start;
|
4598 |
+
-webkit-justify-content: flex-start;
|
4599 |
+
-moz-box-pack: start;
|
4600 |
+
-ms-flex-pack: start;
|
4601 |
+
justify-content: flex-start;
|
4602 |
+
}
|
4603 |
+
|
4604 |
+
/* .premium-blog-align-right .premium-blog-post-container.premium-blog-skin-cards .post-categories,
|
4605 |
+
.premium-blog-align-right .premium-blog-post-container.premium-blog-skin-cards .premium-blog-inner-container,
|
4606 |
+
.premium-blog-align-right .premium-blog-post-container.premium-blog-skin-cards .premium-blog-post-tags-container {
|
4607 |
+
-webkit-box-pack: end;
|
4608 |
+
-webkit-justify-content: flex-end;
|
4609 |
+
-moz-box-pack: end;
|
4610 |
+
-ms-flex-pack: end;
|
4611 |
+
justify-content: flex-end;
|
4612 |
+
} */
|
4613 |
+
|
4614 |
+
/* Pagination */
|
4615 |
+
.premium-blog-pagination-container {
|
4616 |
+
text-align: left;
|
4617 |
+
}
|
4618 |
+
|
4619 |
+
.premium-blog-pagination-container span {
|
4620 |
+
cursor: default;
|
4621 |
+
}
|
4622 |
+
|
4623 |
+
.premium-blog-pagination-container .page-numbers {
|
4624 |
+
display: inline-block;
|
4625 |
+
color: #000;
|
4626 |
+
line-height: 1;
|
4627 |
+
font-size: 1em;
|
4628 |
+
font-weight: 400;
|
4629 |
+
text-decoration: none;
|
4630 |
+
padding: 0.75em;
|
4631 |
+
margin: 0 0 0.4em 0.4em;
|
4632 |
+
-webkit-transition: all 0.2s ease-in-out;
|
4633 |
+
transition: all 0.2s ease-in-out;
|
4634 |
+
}
|
4635 |
+
|
4636 |
+
.premium-blog-wrap .premium-loading-feed {
|
4637 |
+
display: block;
|
4638 |
+
position: absolute;
|
4639 |
+
width: 100%;
|
4640 |
+
height: 100%;
|
4641 |
+
top: 0px;
|
4642 |
+
right: 0px;
|
4643 |
+
bottom: 0px;
|
4644 |
+
left: 0px;
|
4645 |
+
background: rgba(255, 255, 255, 0.2);
|
4646 |
+
-js-display: flex;
|
4647 |
+
display: -webkit-box;
|
4648 |
+
display: -webkit-flex;
|
4649 |
+
display: -moz-box;
|
4650 |
+
display: -ms-flexbox;
|
4651 |
+
display: flex;
|
4652 |
+
-webkit-box-align: center;
|
4653 |
+
-webkit-align-items: center;
|
4654 |
+
-moz-box-align: center;
|
4655 |
+
-ms-flex-align: center;
|
4656 |
+
align-items: center;
|
4657 |
+
z-index: 99;
|
4658 |
+
}
|
4659 |
+
|
4660 |
+
.premium-blog-wrap {
|
4661 |
+
-js-display: flex;
|
4662 |
+
display: -webkit-box;
|
4663 |
+
display: -webkit-flex;
|
4664 |
+
display: -moz-box;
|
4665 |
+
display: -ms-flexbox;
|
4666 |
+
display: flex;
|
4667 |
+
-webkit-flex-wrap: wrap;
|
4668 |
+
-ms-flex-wrap: wrap;
|
4669 |
+
flex-wrap: wrap;
|
4670 |
+
}
|
4671 |
+
|
4672 |
+
.premium-blog-wrap ul.slick-dots {
|
4673 |
+
width: 100%;
|
4674 |
+
}
|
4675 |
+
|
4676 |
+
/**
|
4677 |
+
* Even Layout
|
4678 |
+
*/
|
4679 |
+
.premium-blog-even .premium-blog-post-container {
|
4680 |
+
height: 100%;
|
4681 |
+
}
|
4682 |
+
|
4683 |
+
.premium-blog-even .slick-track {
|
4684 |
+
-js-display: flex;
|
4685 |
+
display: -webkit-box;
|
4686 |
+
display: -webkit-flex;
|
4687 |
+
display: -moz-box;
|
4688 |
+
display: -ms-flexbox;
|
4689 |
+
display: flex;
|
4690 |
+
}
|
4691 |
+
|
4692 |
+
.premium-blog-even .slick-slide {
|
4693 |
+
height: inherit !important;
|
4694 |
+
}
|
4695 |
+
|
4696 |
+
/**
|
4697 |
+
* Responsive Style
|
4698 |
+
*/
|
4699 |
+
@media (max-width: 768px) {
|
4700 |
+
.premium-blog-content-wrapper {
|
4701 |
+
top: 0;
|
4702 |
+
margin: 0;
|
4703 |
+
padding: 15px;
|
4704 |
+
}
|
4705 |
+
|
4706 |
+
.premium-blog-thumb-effect-wrapper {
|
4707 |
+
margin-bottom: 15px;
|
4708 |
+
}
|
4709 |
+
}
|
4710 |
+
|
4711 |
+
[dir="rtl"] .premium-blog-wrap.slick-slider .slick-list,
|
4712 |
+
[dir="rtl"] .premium-blog-wrap.slick-slider .slick-track {
|
4713 |
+
direction: ltr;
|
4714 |
+
}
|
4715 |
+
|
4716 |
+
/************ Premium Team Members ************/
|
4717 |
+
/*********************************************/
|
4718 |
+
.premium-person-container {
|
4719 |
+
position: relative;
|
4720 |
+
}
|
4721 |
+
|
4722 |
+
.premium-person-image-container {
|
4723 |
+
position: relative;
|
4724 |
+
text-align: center;
|
4725 |
+
overflow: hidden;
|
4726 |
+
}
|
4727 |
+
|
4728 |
+
.premium-person-image-container .premium-person-image-wrap {
|
4729 |
+
overflow: hidden;
|
4730 |
+
}
|
4731 |
+
|
4732 |
+
.premium-person-zoomout-effect .premium-person-image-container img,
|
4733 |
+
.premium-person-scale-effect .premium-person-image-container img {
|
4734 |
+
-webkit-transform: scale(1.2);
|
4735 |
+
-ms-transform: scale(1.2);
|
4736 |
+
transform: scale(1.2);
|
4737 |
+
}
|
4738 |
+
|
4739 |
+
.premium-person-sepia-effect .premium-person-image-container img {
|
4740 |
+
-webkit-filter: sepia(30%);
|
4741 |
+
filter: sepia(30%);
|
4742 |
+
}
|
4743 |
+
|
4744 |
+
.premium-person-bright-effect .premium-person-image-container img {
|
4745 |
+
-webkit-filter: brightness(1);
|
4746 |
+
filter: brightness(1);
|
4747 |
+
}
|
4748 |
+
|
4749 |
+
.premium-person-trans-effect .premium-person-image-container img {
|
4750 |
+
-webkit-transform: translateX(15px) scale(1.1);
|
4751 |
+
-ms-transform: translateX(15px) scale(1.1);
|
4752 |
+
transform: translateX(15px) scale(1.1);
|
4753 |
+
}
|
4754 |
+
|
4755 |
+
.premium-person-zoomin-effect:hover .premium-person-image-container img {
|
4756 |
+
-webkit-transform: scale(1.2);
|
4757 |
+
-ms-transform: scale(1.2);
|
4758 |
+
transform: scale(1.2);
|
4759 |
+
}
|
4760 |
+
|
4761 |
+
.premium-person-zoomout-effect:hover .premium-person-image-container img {
|
4762 |
+
-webkit-transform: scale(1.1);
|
4763 |
+
-ms-transform: scale(1.1);
|
4764 |
+
transform: scale(1.1);
|
4765 |
+
}
|
4766 |
+
|
4767 |
+
.premium-person-scale-effect:hover .premium-person-image-container img {
|
4768 |
+
-webkit-transform: scale(1.3) rotate(-5deg);
|
4769 |
+
-ms-transform: scale(1.3) rotate(-5deg);
|
4770 |
+
transform: scale(1.3) rotate(-5deg);
|
4771 |
+
}
|
4772 |
+
|
4773 |
+
.premium-person-grayscale-effect:hover .premium-person-image-container img {
|
4774 |
+
-webkit-filter: grayscale(100%);
|
4775 |
+
filter: grayscale(100%);
|
4776 |
+
}
|
4777 |
+
|
4778 |
+
.premium-person-blur-effect:hover .premium-person-image-container img {
|
4779 |
+
-webkit-filter: blur(3px);
|
4780 |
+
filter: blur(3px);
|
4781 |
+
}
|
4782 |
+
|
4783 |
+
.premium-person-sepia-effect:hover .premium-person-image-container img {
|
4784 |
+
-webkit-filter: sepia(0%);
|
4785 |
+
filter: sepia(0%);
|
4786 |
+
}
|
4787 |
+
|
4788 |
+
.premium-person-bright-effect:hover .premium-person-image-container img {
|
4789 |
+
-webkit-filter: brightness(1.2);
|
4790 |
+
filter: brightness(1.2);
|
4791 |
+
}
|
4792 |
+
|
4793 |
+
.premium-person-trans-effect:hover .premium-person-image-container img {
|
4794 |
+
-webkit-transform: translateX(0px) scale(1.1);
|
4795 |
+
-ms-transform: translateX(0px) scale(1.1);
|
4796 |
+
transform: translateX(0px) scale(1.1);
|
4797 |
+
}
|
4798 |
+
|
4799 |
+
.premium-person-container .premium-person-image-container img {
|
4800 |
+
width: 100%;
|
4801 |
+
height: 100%;
|
4802 |
+
-o-object-fit: cover;
|
4803 |
+
object-fit: cover;
|
4804 |
+
-webkit-transition: all 0.5s ease-in-out;
|
4805 |
+
transition: all 0.5s ease-in-out;
|
4806 |
+
}
|
4807 |
+
|
4808 |
+
.premium-person-style2 .premium-person-social {
|
4809 |
+
position: absolute;
|
4810 |
+
top: 0;
|
4811 |
+
right: 0;
|
4812 |
+
width: 100%;
|
4813 |
+
height: 100%;
|
4814 |
+
z-index: 2;
|
4815 |
+
-js-display: flex;
|
4816 |
+
display: -webkit-box;
|
4817 |
+
display: -webkit-flex;
|
4818 |
+
display: -moz-box;
|
4819 |
+
display: -ms-flexbox;
|
4820 |
+
display: flex;
|
4821 |
+
-webkit-box-pack: center;
|
4822 |
+
-webkit-justify-content: center;
|
4823 |
+
-moz-box-pack: center;
|
4824 |
+
-ms-flex-pack: center;
|
4825 |
+
justify-content: center;
|
4826 |
+
-webkit-box-align: center;
|
4827 |
+
-webkit-align-items: center;
|
4828 |
+
-moz-box-align: center;
|
4829 |
+
-ms-flex-align: center;
|
4830 |
+
align-items: center;
|
4831 |
+
-webkit-box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.5);
|
4832 |
+
box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.5);
|
4833 |
+
-webkit-transition: all 0.5s linear 0s;
|
4834 |
+
transition: all 0.5s linear 0s;
|
4835 |
+
opacity: 0;
|
4836 |
+
}
|
4837 |
+
|
4838 |
+
.premium-person-style2 .premium-person-image-container:hover .premium-person-social {
|
4839 |
+
opacity: 1;
|
4840 |
+
}
|
4841 |
+
|
4842 |
+
.premium-person-list-item a {
|
4843 |
+
display: inline-block;
|
4844 |
+
}
|
4845 |
+
|
4846 |
+
.premium-person-style2 .premium-person-list-item a {
|
4847 |
+
opacity: 0;
|
4848 |
+
-webkit-transform: scale(0);
|
4849 |
+
-ms-transform: scale(0);
|
4850 |
+
transform: scale(0);
|
4851 |
+
-webkit-transition: all 0.5s ease-in-out 0s;
|
4852 |
+
transition: all 0.5s ease-in-out 0s;
|
4853 |
+
}
|
4854 |
+
|
4855 |
+
.premium-person-style2 .premium-person-image-container:hover .premium-person-list-item a {
|
4856 |
+
opacity: 1;
|
4857 |
+
-webkit-transform: scale(1);
|
4858 |
+
-ms-transform: scale(1);
|
4859 |
+
transform: scale(1);
|
4860 |
+
}
|
4861 |
+
|
4862 |
+
.premium-person-info-container {
|
4863 |
+
padding: 30px 15px;
|
4864 |
+
}
|
4865 |
+
|
4866 |
+
.premium-person-name {
|
4867 |
+
margin: 0 0 5px;
|
4868 |
+
font-weight: 700;
|
4869 |
+
}
|
4870 |
+
|
4871 |
+
.premium-person-title {
|
4872 |
+
margin: 0 0 20px;
|
4873 |
+
padding: 0;
|
4874 |
+
}
|
4875 |
+
|
4876 |
+
.premium-person-content {
|
4877 |
+
margin: 0 0 30px;
|
4878 |
+
}
|
4879 |
+
|
4880 |
+
/*Override Theme List Margin*/
|
4881 |
+
ul.premium-person-social-list {
|
4882 |
+
margin: 0px !important;
|
4883 |
+
padding: 0;
|
4884 |
+
}
|
4885 |
+
|
4886 |
+
.premium-person-social-list .premium-person-list-item {
|
4887 |
+
display: inline;
|
4888 |
+
list-style: none;
|
4889 |
+
}
|
4890 |
+
|
4891 |
+
.premium-person-social-list li {
|
4892 |
+
position: relative;
|
4893 |
+
bottom: 0px;
|
4894 |
+
-webkit-transition: all 0.2s ease-in-out;
|
4895 |
+
transition: all 0.2s ease-in-out;
|
4896 |
+
}
|
4897 |
+
|
4898 |
+
.premium-person-social-list li i {
|
4899 |
+
position: relative;
|
4900 |
+
bottom: 0px;
|
4901 |
+
-webkit-transition: all 0.2s ease-in-out;
|
4902 |
+
transition: all 0.2s ease-in-out;
|
4903 |
+
}
|
4904 |
+
|
4905 |
+
.premium-person-defaults-yes li.premium-person-facebook:hover a {
|
4906 |
+
background-color: #3b5998 !important;
|
4907 |
+
}
|
4908 |
+
|
4909 |
+
.premium-person-defaults-yes li.premium-person-twitter:hover a {
|
4910 |
+
background-color: #55acee !important;
|
4911 |
+
}
|
4912 |
+
|
4913 |
+
.premium-person-defaults-yes li.premium-person-linkedin:hover a {
|
4914 |
+
background-color: #0077b5 !important;
|
4915 |
+
}
|
4916 |
+
|
4917 |
+
.premium-person-defaults-yes li.premium-person-google:hover a {
|
4918 |
+
background-color: #dc4e41 !important;
|
4919 |
+
}
|
4920 |
+
|
4921 |
+
.premium-person-defaults-yes li.premium-person-youtube:hover a {
|
4922 |
+
background-color: #b31217 !important;
|
4923 |
+
}
|
4924 |
+
|
4925 |
+
.premium-person-defaults-yes li.premium-person-instagram:hover a {
|
4926 |
+
background-color: #e4405f !important;
|
4927 |
+
}
|
4928 |
+
|
4929 |
+
.premium-person-defaults-yes li.premium-person-skype:hover a {
|
4930 |
+
background-color: #00aff0 !important;
|
4931 |
+
}
|
4932 |
+
|
4933 |
+
.premium-person-defaults-yes li.premium-person-pinterest:hover a {
|
4934 |
+
background-color: #bd081c !important;
|
4935 |
+
}
|
4936 |
+
|
4937 |
+
.premium-person-defaults-yes li.premium-person-dribbble:hover a {
|
4938 |
+
background-color: #ea4c89 !important;
|
4939 |
+
}
|
4940 |
+
|
4941 |
+
.premium-person-defaults-yes li.premium-person-mail:hover a {
|
4942 |
+
background-color: #b23121 !important;
|
4943 |
+
}
|
4944 |
+
|
4945 |
+
.premium-person-defaults-yes li.premium-person-behance:hover a {
|
4946 |
+
background-color: #1769ff !important;
|
4947 |
+
}
|
4948 |
+
|
4949 |
+
.premium-person-defaults-yes li.premium-person-whatsapp:hover a {
|
4950 |
+
background-color: #25d366 !important;
|
4951 |
+
}
|
4952 |
+
|
4953 |
+
.premium-person-defaults-yes li.premium-person-telegram:hover a {
|
4954 |
+
background-color: #0088cc !important;
|
4955 |
+
}
|
4956 |
+
|
4957 |
+
.premium-person-defaults-yes li.premium-person-site:hover a {
|
4958 |
+
background-color: #0055a5 !important;
|
4959 |
+
}
|
4960 |
+
|
4961 |
+
.premium-person-social-list li:hover a {
|
4962 |
+
-webkit-box-shadow: none;
|
4963 |
+
box-shadow: none;
|
4964 |
+
}
|
4965 |
+
|
4966 |
+
.premium-person-social-list li a:focus {
|
4967 |
+
-webkit-box-shadow: none;
|
4968 |
+
box-shadow: none;
|
4969 |
+
outline: none;
|
4970 |
+
}
|
4971 |
+
|
4972 |
+
.premium-person-social-list li i {
|
4973 |
+
font-size: 18px;
|
4974 |
+
}
|
4975 |
+
|
4976 |
+
.elementor-widget-premium-addon-person .elementor-widget-container {
|
4977 |
+
-js-display: flex;
|
4978 |
+
display: -webkit-box;
|
4979 |
+
display: -webkit-flex;
|
4980 |
+
display: -moz-box;
|
4981 |
+
display: -ms-flexbox;
|
4982 |
+
display: flex;
|
4983 |
+
-webkit-box-pack: center;
|
4984 |
+
-webkit-justify-content: center;
|
4985 |
+
-moz-box-pack: center;
|
4986 |
+
-ms-flex-pack: center;
|
4987 |
+
justify-content: center;
|
4988 |
+
}
|
4989 |
+
|
4990 |
+
.premium-persons-container.multiple-persons {
|
4991 |
+
-js-display: flex;
|
4992 |
+
display: -webkit-box;
|
4993 |
+
display: -webkit-flex;
|
4994 |
+
display: -moz-box;
|
4995 |
+
display: -ms-flexbox;
|
4996 |
+
display: flex;
|
4997 |
+
-webkit-flex-wrap: wrap;
|
4998 |
+
-ms-flex-wrap: wrap;
|
4999 |
+
flex-wrap: wrap;
|
5000 |
+
width: 100%;
|
5001 |
+
}
|
5002 |
+
|
5003 |
+
.premium-person-style1 .premium-person-container {
|
5004 |
+
overflow: hidden;
|
5005 |
+
}
|
5006 |
+
|
5007 |
+
.premium-person-style1 .premium-person-container .premium-person-info {
|
5008 |
+
position: absolute;
|
5009 |
+
top: auto;
|
5010 |
+
left: 0;
|
5011 |
+
right: 0;
|
5012 |
+
-webkit-transition: all 500ms ease 0s;
|
5013 |
+
transition: all 500ms ease 0s;
|
5014 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
5015 |
+
transform: translate3d(0, 100%, 0);
|
5016 |
+
}
|
5017 |
+
|
5018 |
+
.premium-person-style1 .premium-person-container:hover .premium-person-info {
|
5019 |
+
-webkit-transform: translate3d(0, 0, 0);
|
5020 |
+
transform: translate3d(0, 0, 0);
|
5021 |
+
bottom: -1px !important;
|
5022 |
+
}
|
5023 |
+
|
5024 |
+
.premium-person-style1 .premium-person-social-list li:hover {
|
5025 |
+
bottom: 5px;
|
5026 |
+
}
|
5027 |
+
|
5028 |
+
.premium-person-style1.multiple-persons:not([data-persons-equal="yes"]) {
|
5029 |
+
-webkit-box-align: start;
|
5030 |
+
-webkit-align-items: flex-start;
|
5031 |
+
-moz-box-align: start;
|
5032 |
+
-ms-flex-align: start;
|
5033 |
+
align-items: flex-start;
|
5034 |
+
}
|
5035 |
+
|
5036 |
+
.premium-person-style1 .slick-track {
|
5037 |
+
-js-display: flex;
|
5038 |
+
display: -webkit-box;
|
5039 |
+
display: -webkit-flex;
|
5040 |
+
display: -moz-box;
|
5041 |
+
display: -ms-flexbox;
|
5042 |
+
display: flex;
|
5043 |
+
}
|
5044 |
+
|
5045 |
+
.premium-person-style1 .slick-slide {
|
5046 |
+
height: inherit !important;
|
5047 |
+
}
|
5048 |
+
|
5049 |
+
.premium-person-style1.multiple-persons[data-persons-equal="yes"] .premium-person-image-container,
|
5050 |
+
.premium-person-style1.multiple-persons[data-persons-equal="yes"] .premium-person-image-wrap {
|
5051 |
+
height: 100%;
|
5052 |
+
}
|
5053 |
+
|
5054 |
+
.premium-person-style3 .premium-person-info-container {
|
5055 |
+
position: absolute;
|
5056 |
+
top: 0;
|
5057 |
+
right: 0;
|
5058 |
+
width: 100%;
|
5059 |
+
height: 100%;
|
5060 |
+
-js-display: flex;
|
5061 |
+
display: -webkit-box;
|
5062 |
+
display: -webkit-flex;
|
5063 |
+
display: -moz-box;
|
5064 |
+
display: -ms-flexbox;
|
5065 |
+
display: flex;
|
5066 |
+
-webkit-box-orient: vertical;
|
5067 |
+
-webkit-box-direction: normal;
|
5068 |
+
-webkit-flex-direction: column;
|
5069 |
+
-moz-box-orient: vertical;
|
5070 |
+
-moz-box-direction: normal;
|
5071 |
+
-ms-flex-direction: column;
|
5072 |
+
flex-direction: column;
|
5073 |
+
-webkit-box-pack: justify;
|
5074 |
+
-webkit-justify-content: space-between;
|
5075 |
+
-moz-box-pack: justify;
|
5076 |
+
-ms-flex-pack: justify;
|
5077 |
+
justify-content: space-between;
|
5078 |
+
}
|
5079 |
+
|
5080 |
+
.premium-person-style3 .premium-person-title-desc-wrap {
|
5081 |
+
-js-display: flex;
|
5082 |
+
display: -webkit-box;
|
5083 |
+
display: -webkit-flex;
|
5084 |
+
display: -moz-box;
|
5085 |
+
display: -ms-flexbox;
|
5086 |
+
display: flex;
|
5087 |
+
-webkit-box-orient: horizontal;
|
5088 |
+
-webkit-box-direction: reverse;
|
5089 |
+
-webkit-flex-direction: row-reverse;
|
5090 |
+
-moz-box-orient: horizontal;
|
5091 |
+
-moz-box-direction: reverse;
|
5092 |
+
-ms-flex-direction: row-reverse;
|
5093 |
+
flex-direction: row-reverse;
|
5094 |
+
-webkit-box-pack: justify;
|
5095 |
+
-webkit-justify-content: space-between;
|
5096 |
+
-moz-box-pack: justify;
|
5097 |
+
-ms-flex-pack: justify;
|
5098 |
+
justify-content: space-between;
|
5099 |
+
-webkit-box-align: start;
|
5100 |
+
-webkit-align-items: flex-start;
|
5101 |
+
-moz-box-align: start;
|
5102 |
+
-ms-flex-align: start;
|
5103 |
+
align-items: flex-start;
|
5104 |
+
}
|
5105 |
+
|
5106 |
+
.premium-person-style3 .premium-person-name-icons-wrap {
|
5107 |
+
-js-display: flex;
|
5108 |
+
display: -webkit-box;
|
5109 |
+
display: -webkit-flex;
|
5110 |
+
display: -moz-box;
|
5111 |
+
display: -ms-flexbox;
|
5112 |
+
display: flex;
|
5113 |
+
-webkit-box-pack: justify;
|
5114 |
+
-webkit-justify-content: space-between;
|
5115 |
+
-moz-box-pack: justify;
|
5116 |
+
-ms-flex-pack: justify;
|
5117 |
+
justify-content: space-between;
|
5118 |
+
-webkit-box-align: end;
|
5119 |
+
-webkit-align-items: flex-end;
|
5120 |
+
-moz-box-align: end;
|
5121 |
+
-ms-flex-align: end;
|
5122 |
+
align-items: flex-end;
|
5123 |
+
}
|
5124 |
+
|
5125 |
+
.premium-person-style3 .premium-person-title {
|
5126 |
+
opacity: 0;
|
5127 |
+
-webkit-transition: all 0.3s ease;
|
5128 |
+
transition: all 0.3s ease;
|
5129 |
+
width: 0;
|
5130 |
+
}
|
5131 |
+
|
5132 |
+
.premium-person-style3 .premium-person-title span {
|
5133 |
+
display: inline-block;
|
5134 |
+
}
|
5135 |
+
|
5136 |
+
.premium-person-style3 .premium-person-name {
|
5137 |
+
padding-right: 10px;
|
5138 |
+
}
|
5139 |
+
|
5140 |
+
.premium-person-style3 .premium-person-social-list {
|
5141 |
+
-js-display: flex;
|
5142 |
+
display: -webkit-box;
|
5143 |
+
display: -webkit-flex;
|
5144 |
+
display: -moz-box;
|
5145 |
+
display: -ms-flexbox;
|
5146 |
+
display: flex;
|
5147 |
+
-webkit-box-orient: vertical;
|
5148 |
+
-webkit-box-direction: normal;
|
5149 |
+
-webkit-flex-direction: column;
|
5150 |
+
-moz-box-orient: vertical;
|
5151 |
+
-moz-box-direction: normal;
|
5152 |
+
-ms-flex-direction: column;
|
5153 |
+
flex-direction: column;
|
5154 |
+
-webkit-transform: translateY(20px);
|
5155 |
+
-ms-transform: translateY(20px);
|
5156 |
+
transform: translateY(20px);
|
5157 |
+
opacity: 0;
|
5158 |
+
-webkit-transition: all 0.3s ease;
|
5159 |
+
transition: all 0.3s ease;
|
5160 |
+
}
|
5161 |
+
|
5162 |
+
.premium-person-style3 .premium-person-list-item {
|
5163 |
+
line-height: 0;
|
5164 |
+
}
|
5165 |
+
|
5166 |
+
.premium-person-style3 .premium-person-list-item a {
|
5167 |
+
padding: 5px 0 0 10px;
|
5168 |
+
margin: 5px 0;
|
5169 |
+
}
|
5170 |
+
|
5171 |
+
.premium-person-style3 .premium-person-container:hover .premium-person-title {
|
5172 |
+
opacity: 1;
|
5173 |
+
}
|
5174 |
+
|
5175 |
+
.premium-person-style3 .premium-person-container:hover .premium-person-social-list {
|
5176 |
+
opacity: 1;
|
5177 |
+
-webkit-transform: translateY(0);
|
5178 |
+
-ms-transform: translateY(0);
|
5179 |
+
transform: translateY(0);
|
5180 |
+
}
|
5181 |
+
|
5182 |
+
.premium-persons-title-cw .premium-person-title {
|
5183 |
+
-webkit-transform: translateX(-15px) rotate(-90deg);
|
5184 |
+
-ms-transform: translateX(-15px) rotate(-90deg);
|
5185 |
+
transform: translateX(-15px) rotate(-90deg);
|
5186 |
+
-webkit-transform-origin: top;
|
5187 |
+
-ms-transform-origin: top;
|
5188 |
+
transform-origin: top;
|
5189 |
+
}
|
5190 |
+
|
5191 |
+
.premium-persons-title-cw .premium-person-container:hover .premium-person-title {
|
5192 |
+
-webkit-transform: translateX(0) rotate(-90deg);
|
5193 |
+
-ms-transform: translateX(0) rotate(-90deg);
|
5194 |
+
transform: translateX(0) rotate(-90deg);
|
5195 |
+
}
|
5196 |
+
|
5197 |
+
.premium-persons-title-ccw .premium-person-title {
|
5198 |
+
width: auto;
|
5199 |
+
margin-left: 20px;
|
5200 |
+
-webkit-transform: translateX(-15px) rotate(90deg);
|
5201 |
+
-ms-transform: translateX(-15px) rotate(90deg);
|
5202 |
+
transform: translateX(-15px) rotate(90deg);
|
5203 |
+
-webkit-transform-origin: center left;
|
5204 |
+
-ms-transform-origin: center left;
|
5205 |
+
transform-origin: center left;
|
5206 |
+
}
|
5207 |
+
|
5208 |
+
.premium-persons-title-ccw .premium-person-container:hover .premium-person-title {
|
5209 |
+
-webkit-transform: translateX(0) rotate(90deg);
|
5210 |
+
-ms-transform: translateX(0) rotate(90deg);
|
5211 |
+
transform: translateX(0) rotate(90deg);
|
5212 |
+
}
|
5213 |
+
|
5214 |
+
/**************** Premium Fancy Text *******************/
|
5215 |
+
/*******************************************************/
|
5216 |
+
.premium-suffix-text,
|
5217 |
+
.premium-fancy-text,
|
5218 |
+
.premium-prefix-text {
|
5219 |
+
font-size: 40px;
|
5220 |
+
}
|
5221 |
+
|
5222 |
+
.premium-fancy-text-wrapper:not(.typing) .premium-fancy-text,
|
5223 |
+
.premium-fancy-item-hidden {
|
5224 |
+
opacity: 0;
|
5225 |
+
}
|
5226 |
+
|
5227 |
+
.premium-fancy-text-wrapper .premium-fancy-list-items {
|
5228 |
+
list-style: none;
|
5229 |
+
}
|
5230 |
+
|
5231 |
+
.premium-fancy-text-wrapper .premium-fancy-text-span-align {
|
5232 |
+
vertical-align: top;
|
5233 |
+
}
|
5234 |
+
|
5235 |
+
.premium-fancy-text-wrapper:not(.typing):not(.slide) .premium-fancy-text-items-wrapper {
|
5236 |
+
margin: 0;
|
5237 |
+
padding: 0;
|
5238 |
+
border: none;
|
5239 |
+
position: relative;
|
5240 |
+
}
|
5241 |
+
|
5242 |
+
.premium-fancy-text-wrapper:not(.typing):not(.slide) .premium-fancy-list-items {
|
5243 |
+
position: absolute;
|
5244 |
+
top: 0;
|
5245 |
+
left: 0;
|
5246 |
+
display: inline-block;
|
5247 |
+
}
|
5248 |
+
|
5249 |
+
.premium-fancy-text-wrapper.zoomout .premium-fancy-item-hidden {
|
5250 |
+
-webkit-animation: pa-zoom-out 0.8s;
|
5251 |
+
animation: pa-zoom-out 0.8s;
|
5252 |
+
}
|
5253 |
+
|
5254 |
+
.premium-fancy-text-wrapper.zoomout .premium-fancy-item-visible {
|
5255 |
+
position: relative !important;
|
5256 |
+
-webkit-animation: pa-zoom-in 0.8s;
|
5257 |
+
animation: pa-zoom-in 0.8s;
|
5258 |
+
}
|
5259 |
+
|
5260 |
+
.premium-fancy-text-wrapper.zoomout .premium-fancy-text-items-wrapper {
|
5261 |
+
-webkit-perspective: 300px;
|
5262 |
+
perspective: 300px;
|
5263 |
+
}
|
5264 |
+
|
5265 |
+
.premium-fancy-text-wrapper.rotate .premium-fancy-list-items {
|
5266 |
+
-webkit-transform-origin: 50% 100%;
|
5267 |
+
-ms-transform-origin: 50% 100%;
|
5268 |
+
transform-origin: 50% 100%;
|
5269 |
+
}
|
5270 |
+
|
5271 |
+
.premium-fancy-text-wrapper.rotate .premium-fancy-item-hidden {
|
5272 |
+
-webkit-transform: rotateX(180deg);
|
5273 |
+
transform: rotateX(180deg);
|
5274 |
+
-webkit-animation: pa-rotate-out 1.2s;
|
5275 |
+
animation: pa-rotate-out 1.2s;
|
5276 |
+
}
|
5277 |
+
|
5278 |
+
.premium-fancy-text-wrapper.rotate .premium-fancy-item-visible {
|
5279 |
+
position: relative !important;
|
5280 |
+
-webkit-transform: rotateX(0deg);
|
5281 |
+
transform: rotateX(0deg);
|
5282 |
+
-webkit-animation: pa-rotate-in 1.2s;
|
5283 |
+
animation: pa-rotate-in 1.2s;
|
5284 |
+
}
|
5285 |
+
|
5286 |
+
.premium-fancy-text-wrapper.custom .premium-fancy-item-visible {
|
5287 |
+
position: relative !important;
|
5288 |
+
}
|
5289 |
+
|
5290 |
+
.premium-fancy-text-wrapper.auto-fade .premium-fancy-text {
|
5291 |
+
display: inline-block;
|
5292 |
+
width: 200px;
|
5293 |
+
font-weight: 400;
|
5294 |
+
}
|
5295 |
+
|
5296 |
+
.premium-fancy-text-wrapper.auto-fade .premium-fancy-svg-text {
|
5297 |
+
position: relative;
|
5298 |
+
vertical-align: sub;
|
5299 |
+
}
|
5300 |
+
|
5301 |
+
.premium-fancy-text-wrapper.auto-fade g>text {
|
5302 |
+
text-anchor: start;
|
5303 |
+
shape-rendering: crispEdges;
|
5304 |
+
opacity: 0;
|
5305 |
+
font-size: 300px;
|
5306 |
+
-webkit-animation-name: pa-auto-fade;
|
5307 |
+
animation-name: pa-auto-fade;
|
5308 |
+
-moz-animation-name: pa-auto-fade;
|
5309 |
+
-webkit-animation-duration: 9s;
|
5310 |
+
animation-duration: 9s;
|
5311 |
+
-webkit-animation-timing-function: linear;
|
5312 |
+
animation-timing-function: linear;
|
5313 |
+
-webkit-animation-iteration-count: infinite;
|
5314 |
+
animation-iteration-count: infinite;
|
5315 |
+
}
|
5316 |
+
|
5317 |
+
.premium-fancy-text-wrapper.auto-fade g>text:nth-child(1) {
|
5318 |
+
-webkit-animation-delay: 0s;
|
5319 |
+
animation-delay: 0s;
|
5320 |
+
}
|
5321 |
+
|
5322 |
+
.premium-fancy-text-wrapper.auto-fade g>text:nth-child(2) {
|
5323 |
+
-webkit-animation-delay: 3s;
|
5324 |
+
animation-delay: 3s;
|
5325 |
+
}
|
5326 |
+
|
5327 |
+
.premium-fancy-text-wrapper.auto-fade g>text:nth-child(3) {
|
5328 |
+
-webkit-animation-delay: 6s;
|
5329 |
+
animation-delay: 6s;
|
5330 |
+
}
|
5331 |
+
|
5332 |
+
.premium-fancy-text-wrapper.loading .premium-fancy-text {
|
5333 |
+
position: relative;
|
5334 |
+
}
|
5335 |
+
|
5336 |
+
.premium-fancy-text-wrapper.loading .premium-fancy-text .premium-loading-bar {
|
5337 |
+
position: absolute;
|
5338 |
+
width: 100%;
|
5339 |
+
height: 3px;
|
5340 |
+
bottom: 0;
|
5341 |
+
left: 0;
|
5342 |
+
animation: pa-loading-bar 2.5s ease-out infinite;
|
5343 |
+
-webkit-animation: pa-loading-bar 2.5s ease-out infinite;
|
5344 |
+
}
|
5345 |
+
|
5346 |
+
.premium-fancy-text-wrapper.loading.pause .premium-fancy-text:hover .premium-loading-bar {
|
5347 |
+
-webkit-animation-play-state: paused;
|
5348 |
+
animation-play-state: paused;
|
5349 |
+
}
|
5350 |
+
|
5351 |
+
@-webkit-keyframes pa-auto-fade {
|
5352 |
+
0% {
|
5353 |
+
opacity: 0;
|
5354 |
+
}
|
5355 |
+
|
5356 |
+
20% {
|
5357 |
+
opacity: 1;
|
5358 |
+
}
|
5359 |
+
|
5360 |
+
35% {
|
5361 |
+
opacity: 0;
|
5362 |
+
}
|
5363 |
+
|
5364 |
+
100% {
|
5365 |
+
opacity: 0;
|
5366 |
+
}
|
5367 |
+
}
|
5368 |
+
|
5369 |
+
@keyframes pa-auto-fade {
|
5370 |
+
0% {
|
5371 |
+
opacity: 0;
|
5372 |
+
}
|
5373 |
+
|
5374 |
+
20% {
|
5375 |
+
opacity: 1;
|
5376 |
+
}
|
5377 |
+
|
5378 |
+
35% {
|
5379 |
+
opacity: 0;
|
5380 |
+
}
|
5381 |
+
|
5382 |
+
100% {
|
5383 |
+
opacity: 0;
|
5384 |
+
}
|
5385 |
+
}
|
5386 |
+
|
5387 |
+
@-webkit-keyframes pa-loading-bar {
|
5388 |
+
0% {
|
5389 |
+
width: 0;
|
5390 |
+
}
|
5391 |
+
|
5392 |
+
100% {
|
5393 |
+
width: 100;
|
5394 |
+
}
|
5395 |
+
}
|
5396 |
+
|
5397 |
+
@keyframes pa-loading-bar {
|
5398 |
+
0% {
|
5399 |
+
width: 0;
|
5400 |
+
}
|
5401 |
+
|
5402 |
+
100% {
|
5403 |
+
width: 100;
|
5404 |
+
}
|
5405 |
+
}
|
5406 |
+
|
5407 |
+
@-webkit-keyframes pa-zoom-in {
|
5408 |
+
0% {
|
5409 |
+
opacity: 0;
|
5410 |
+
-webkit-transform: translateZ(100px);
|
5411 |
+
transform: translateZ(100px);
|
5412 |
+
}
|
5413 |
+
|
5414 |
+
100% {
|
5415 |
+
opacity: 1;
|
5416 |
+
-webkit-transform: translateZ(0);
|
5417 |
+
transform: translateZ(0);
|
5418 |
+
}
|
5419 |
+
}
|
5420 |
+
|
5421 |
+
@keyframes pa-zoom-in {
|
5422 |
+
0% {
|
5423 |
+
opacity: 0;
|
5424 |
+
-webkit-transform: translateZ(100px);
|
5425 |
+
transform: translateZ(100px);
|
5426 |
+
}
|
5427 |
+
|
5428 |
+
100% {
|
5429 |
+
opacity: 1;
|
5430 |
+
-webkit-transform: translateZ(0);
|
5431 |
+
transform: translateZ(0);
|
5432 |
+
}
|
5433 |
+
}
|
5434 |
+
|
5435 |
+
@-webkit-keyframes pa-zoom-out {
|
5436 |
+
0% {
|
5437 |
+
opacity: 1;
|
5438 |
+
-webkit-transform: translateZ(0);
|
5439 |
+
transform: translateZ(0);
|
5440 |
+
}
|
5441 |
+
|
5442 |
+
100% {
|
5443 |
+
opacity: 0;
|
5444 |
+
-webkit-transform: translateZ(-100px);
|
5445 |
+
transform: translateZ(-100px);
|
5446 |
+
}
|
5447 |
+
}
|
5448 |
+
|
5449 |
+
@keyframes pa-zoom-out {
|
5450 |
+
0% {
|
5451 |
+
opacity: 1;
|
5452 |
+
-webkit-transform: translateZ(0);
|
5453 |
+
transform: translateZ(0);
|
5454 |
+
}
|
5455 |
+
|
5456 |
+
100% {
|
5457 |
+
opacity: 0;
|
5458 |
+
-webkit-transform: translateZ(-100px);
|
5459 |
+
transform: translateZ(-100px);
|
5460 |
+
}
|
5461 |
+
}
|
5462 |
+
|
5463 |
+
@-webkit-keyframes pa-rotate-in {
|
5464 |
+
0% {
|
5465 |
+
opacity: 0;
|
5466 |
+
-webkit-transform: rotateX(180deg);
|
5467 |
+
transform: rotateX(180deg);
|
5468 |
+
}
|
5469 |
+
|
5470 |
+
35% {
|
5471 |
+
opacity: 0;
|
5472 |
+
-webkit-transform: rotateX(120deg);
|
5473 |
+
transform: rotateX(120deg);
|
5474 |
+
}
|
5475 |
+
|
5476 |
+
65% {
|
5477 |
+
opacity: 0;
|
5478 |
+
}
|
5479 |
+
|
5480 |
+
100% {
|
5481 |
+
opacity: 1;
|
5482 |
+
-webkit-transform: rotateX(360deg);
|
5483 |
+
transform: rotateX(360deg);
|
5484 |
+
}
|
5485 |
+
}
|
5486 |
+
|
5487 |
+
@keyframes pa-rotate-in {
|
5488 |
+
0% {
|
5489 |
+
opacity: 0;
|
5490 |
+
-webkit-transform: rotateX(180deg);
|
5491 |
+
transform: rotateX(180deg);
|
5492 |
+
}
|
5493 |
+
|
5494 |
+
35% {
|
5495 |
+
opacity: 0;
|
5496 |
+
-webkit-transform: rotateX(120deg);
|
5497 |
+
transform: rotateX(120deg);
|
5498 |
+
}
|
5499 |
+
|
5500 |
+
65% {
|
5501 |
+
opacity: 0;
|
5502 |
+
}
|
5503 |
+
|
5504 |
+
100% {
|
5505 |
+
opacity: 1;
|
5506 |
+
-webkit-transform: rotateX(360deg);
|
5507 |
+
transform: rotateX(360deg);
|
5508 |
+
}
|
5509 |
+
}
|
5510 |
+
|
5511 |
+
@-webkit-keyframes pa-rotate-out {
|
5512 |
+
0% {
|
5513 |
+
opacity: 1;
|
5514 |
+
-webkit-transform: rotateX(0deg);
|
5515 |
+
transform: rotateX(0deg);
|
5516 |
+
}
|
5517 |
+
|
5518 |
+
35% {
|
5519 |
+
opacity: 1;
|
5520 |
+
-webkit-transform: rotateX(-40deg);
|
5521 |
+
transform: rotateX(-40deg);
|
5522 |
+
}
|
5523 |
+
|
5524 |
+
65% {
|
5525 |
+
opacity: 0;
|
5526 |
+
}
|
5527 |
+
|
5528 |
+
100% {
|
5529 |
+
opacity: 0;
|
5530 |
+
-webkit-transform: rotateX(180deg);
|
5531 |
+
transform: rotateX(180deg);
|
5532 |
+
}
|
5533 |
+
}
|
5534 |
+
|
5535 |
+
@keyframes pa-rotate-out {
|
5536 |
+
0% {
|
5537 |
+
opacity: 1;
|
5538 |
+
-webkit-transform: rotateX(0deg);
|
5539 |
+
transform: rotateX(0deg);
|
5540 |
+
}
|
5541 |
+
|
5542 |
+
35% {
|
5543 |
+
opacity: 1;
|
5544 |
+
-webkit-transform: rotateX(-40deg);
|
5545 |
+
transform: rotateX(-40deg);
|
5546 |
+
}
|
5547 |
+
|
5548 |
+
65% {
|
5549 |
+
opacity: 0;
|
5550 |
+
}
|
5551 |
+
|
5552 |
+
100% {
|
5553 |
+
opacity: 0;
|
5554 |
+
-webkit-transform: rotateX(180deg);
|
5555 |
+
transform: rotateX(180deg);
|
5556 |
+
}
|
5557 |
+
}
|
5558 |
+
|
5559 |
+
/**************** Premium Pricing Table ****************/
|
5560 |
+
/*******************************************************/
|
5561 |
+
.premium-pricing-table-container {
|
5562 |
+
position: relative;
|
5563 |
+
overflow: hidden;
|
5564 |
+
text-align: center;
|
5565 |
+
-webkit-transition: all 0.3s ease-in-out;
|
5566 |
+
transition: all 0.3s ease-in-out;
|
5567 |
+
}
|
5568 |
+
|
5569 |
+
.premium-pricing-icon-container {
|
5570 |
+
-js-display: flex;
|
5571 |
+
display: -webkit-box;
|
5572 |
+
display: -webkit-flex;
|
5573 |
+
display: -moz-box;
|
5574 |
+
display: -ms-flexbox;
|
5575 |
+
display: flex;
|
5576 |
+
-webkit-box-pack: center;
|
5577 |
+
-webkit-justify-content: center;
|
5578 |
+
-moz-box-pack: center;
|
5579 |
+
-ms-flex-pack: center;
|
5580 |
+
justify-content: center;
|
5581 |
+
line-height: 0;
|
5582 |
+
}
|
5583 |
+
|
5584 |
+
.premium-pricing-icon-container .premium-pricing-icon {
|
5585 |
+
display: inline-block;
|
5586 |
+
}
|
5587 |
+
|
5588 |
+
.premium-pricing-icon-container .premium-pricing-image {
|
5589 |
+
overflow: hidden;
|
5590 |
+
}
|
5591 |
+
|
5592 |
+
.premium-pricing-icon-container .premium-pricing-image img {
|
5593 |
+
width: 25px;
|
5594 |
+
height: 25px;
|
5595 |
+
-o-object-fit: cover;
|
5596 |
+
object-fit: cover;
|
5597 |
+
}
|
5598 |
+
|
5599 |
+
.premium-badge-left {
|
5600 |
+
position: absolute;
|
5601 |
+
top: 0;
|
5602 |
+
}
|
5603 |
+
|
5604 |
+
.premium-badge-right {
|
5605 |
+
position: absolute;
|
5606 |
+
top: 0;
|
5607 |
+
right: 0;
|
5608 |
+
}
|
5609 |
+
|
5610 |
+
.premium-badge-left {
|
5611 |
+
left: 0;
|
5612 |
+
}
|
5613 |
+
|
5614 |
+
.premium-badge-triangle.premium-badge-left .corner {
|
5615 |
+
width: 0;
|
5616 |
+
height: 0;
|
5617 |
+
border-top: 150px solid;
|
5618 |
+
border-bottom: 150px solid transparent;
|
5619 |
+
border-right: 150px solid transparent;
|
5620 |
+
}
|
5621 |
+
|
5622 |
+
.premium-badge-triangle.premium-badge-right .corner {
|
5623 |
+
width: 0;
|
5624 |
+
height: 0;
|
5625 |
+
border-bottom: 150px solid transparent;
|
5626 |
+
border-right: 150px solid;
|
5627 |
+
border-left: 150px solid transparent;
|
5628 |
+
}
|
5629 |
+
|
5630 |
+
.premium-badge-triangle span {
|
5631 |
+
position: absolute;
|
5632 |
+
top: 35px;
|
5633 |
+
width: 100px;
|
5634 |
+
text-align: center;
|
5635 |
+
-webkit-transform: rotate(-45deg);
|
5636 |
+
-ms-transform: rotate(-45deg);
|
5637 |
+
transform: rotate(-45deg);
|
5638 |
+
display: block;
|
5639 |
+
text-transform: uppercase;
|
5640 |
+
}
|
5641 |
+
|
5642 |
+
.premium-badge-triangle.premium-badge-right span {
|
5643 |
+
-webkit-transform: rotate(45deg);
|
5644 |
+
-ms-transform: rotate(45deg);
|
5645 |
+
transform: rotate(45deg);
|
5646 |
+
right: 0;
|
5647 |
+
}
|
5648 |
+
|
5649 |
+
.premium-badge-circle {
|
5650 |
+
min-width: 4em;
|
5651 |
+
min-height: 4em;
|
5652 |
+
line-height: 4em;
|
5653 |
+
text-align: center;
|
5654 |
+
-webkit-border-radius: 100%;
|
5655 |
+
border-radius: 100%;
|
5656 |
+
position: absolute;
|
5657 |
+
z-index: 1;
|
5658 |
+
}
|
5659 |
+
|
5660 |
+
.premium-badge-stripe {
|
5661 |
+
position: absolute;
|
5662 |
+
-webkit-transform: rotate(90deg);
|
5663 |
+
-ms-transform: rotate(90deg);
|
5664 |
+
transform: rotate(90deg);
|
5665 |
+
width: 15em;
|
5666 |
+
overflow: hidden;
|
5667 |
+
height: 15em;
|
5668 |
+
}
|
5669 |
+
|
5670 |
+
.premium-badge-stripe.premium-badge-left {
|
5671 |
+
-webkit-transform: rotate(0);
|
5672 |
+
-ms-transform: rotate(0);
|
5673 |
+
transform: rotate(0);
|
5674 |
+
}
|
5675 |
+
|
5676 |
+
.premium-badge-stripe .corner {
|
5677 |
+
text-align: center;
|
5678 |
+
left: 0;
|
5679 |
+
width: 150%;
|
5680 |
+
-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
|
5681 |
+
-ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
|
5682 |
+
transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
|
5683 |
+
margin-top: 35px;
|
5684 |
+
font-size: 13px;
|
5685 |
+
line-height: 2;
|
5686 |
+
font-weight: 800;
|
5687 |
+
text-transform: uppercase;
|
5688 |
+
}
|
5689 |
+
|
5690 |
+
.premium-badge-flag .corner {
|
5691 |
+
text-align: center;
|
5692 |
+
-webkit-border-radius: 4px 4px 0 4px;
|
5693 |
+
border-radius: 4px 4px 0 4px;
|
5694 |
+
padding: 3px 15px;
|
5695 |
+
position: absolute;
|
5696 |
+
top: 10%;
|
5697 |
+
right: -8px;
|
5698 |
+
}
|
5699 |
+
|
5700 |
+
.premium-badge-flag .corner::before,
|
5701 |
+
.premium-badge-flag .corner::after {
|
5702 |
+
content: "";
|
5703 |
+
display: block;
|
5704 |
+
position: absolute;
|
5705 |
+
width: 0;
|
5706 |
+
height: 0;
|
5707 |
+
top: 100%;
|
5708 |
+
right: 0;
|
5709 |
+
border-bottom: 8px solid transparent;
|
5710 |
+
}
|
5711 |
+
|
5712 |
+
.elementor-widget-premium-addon-pricing-table .elementor-widget-container {
|
5713 |
+
overflow: visible !important;
|
5714 |
+
}
|
5715 |
+
|
5716 |
+
.premium-badge-flag .corner::after {
|
5717 |
+
border-left: 8px solid rgba(0, 0, 0, 0.2);
|
5718 |
+
}
|
5719 |
+
|
5720 |
+
.premium-pricing-price-currency {
|
5721 |
+
position: relative;
|
5722 |
+
}
|
5723 |
+
|
5724 |
+
.premium-pricing-button-container {
|
5725 |
+
display: block;
|
5726 |
+
}
|
5727 |
+
|
5728 |
+
.premium-pricing-list {
|
5729 |
+
-js-display: flex;
|
5730 |
+
display: -webkit-box;
|
5731 |
+
display: -webkit-flex;
|
5732 |
+
display: -moz-box;
|
5733 |
+
display: -ms-flexbox;
|
5734 |
+
display: flex;
|
5735 |
+
-webkit-box-orient: vertical;
|
5736 |
+
-webkit-box-direction: normal;
|
5737 |
+
-webkit-flex-direction: column;
|
5738 |
+
-moz-box-orient: vertical;
|
5739 |
+
-moz-box-direction: normal;
|
5740 |
+
-ms-flex-direction: column;
|
5741 |
+
flex-direction: column;
|
5742 |
+
list-style-type: none;
|
5743 |
+
margin: 0;
|
5744 |
+
}
|
5745 |
+
|
5746 |
+
.premium-pricing-list .premium-pricing-list-item {
|
5747 |
+
-js-display: flex;
|
5748 |
+
display: -webkit-box;
|
5749 |
+
display: -webkit-flex;
|
5750 |
+
display: -moz-box;
|
5751 |
+
display: -ms-flexbox;
|
5752 |
+
display: flex;
|
5753 |
+
-webkit-box-align: center;
|
5754 |
+
-webkit-align-items: center;
|
5755 |
+
-moz-box-align: center;
|
5756 |
+
-ms-flex-align: center;
|
5757 |
+
align-items: center;
|
5758 |
+
}
|
5759 |
+
|
5760 |
+
.premium-pricing-list .premium-pricing-list-item svg {
|
5761 |
+
width: 50px;
|
5762 |
+
height: 50px;
|
5763 |
+
}
|
5764 |
+
|
5765 |
+
.premium-pricing-list .premium-pricing-list-item img {
|
5766 |
+
width: 30px;
|
5767 |
+
height: 30px;
|
5768 |
+
-o-object-fit: cover;
|
5769 |
+
object-fit: cover;
|
5770 |
+
}
|
5771 |
+
|
5772 |
+
.premium-pricing-list .premium-pricing-list-span {
|
5773 |
+
position: relative;
|
5774 |
+
}
|
5775 |
+
|
5776 |
+
.premium-pricing-list .list-item-tooltip {
|
5777 |
+
border-bottom: 1px dotted;
|
5778 |
+
}
|
5779 |
+
|
5780 |
+
.premium-pricing-list .premium-pricing-list-tooltip {
|
5781 |
+
position: absolute;
|
5782 |
+
top: -webkit-calc(100% + 1px);
|
5783 |
+
top: calc(100% + 1px);
|
5784 |
+
right: 0;
|
5785 |
+
visibility: hidden;
|
5786 |
+
padding: 15px 20px;
|
5787 |
+
-webkit-border-radius: 5px;
|
5788 |
+
border-radius: 5px;
|
5789 |
+
min-width: 200px;
|
5790 |
+
overflow: hidden;
|
5791 |
+
text-align: right;
|
5792 |
+
font-size: 0.8rem;
|
5793 |
+
color: #fff;
|
5794 |
+
background-color: #aaa;
|
5795 |
+
}
|
5796 |
+
|
5797 |
+
.premium-pricing-features-left .premium-pricing-list-span {
|
5798 |
+
text-align: right;
|
5799 |
+
}
|
5800 |
+
|
5801 |
+
.premium-pricing-features-center .premium-pricing-list-span {
|
5802 |
+
text-align: center;
|
5803 |
+
}
|
5804 |
+
|
5805 |
+
.premium-pricing-features-right .premium-pricing-list-span {
|
5806 |
+
text-align: left;
|
5807 |
+
}
|
5808 |
+
|
5809 |
+
.premium-pricing-list-span:hover .premium-pricing-list-tooltip {
|
5810 |
+
z-index: 99;
|
5811 |
+
visibility: visible;
|
5812 |
+
opacity: 1;
|
5813 |
+
}
|
5814 |
+
|
5815 |
+
.premium-pricing-slashed-price-value {
|
5816 |
+
display: inline-block;
|
5817 |
+
font-size: 20px;
|
5818 |
+
font-weight: 400;
|
5819 |
+
margin-left: 5px;
|
5820 |
+
}
|
5821 |
+
|
5822 |
+
.premium-pricing-price-value {
|
5823 |
+
font-size: 70px;
|
5824 |
+
}
|
5825 |
+
|
5826 |
+
.premium-pricing-description-container li {
|
5827 |
+
list-style-position: inside;
|
5828 |
+
text-indent: -40px;
|
5829 |
+
}
|
5830 |
+
|
5831 |
+
@-moz-document url-prefix() {
|
5832 |
+
.premium-pricing-description-container li {
|
5833 |
+
text-indent: 0px;
|
5834 |
+
}
|
5835 |
+
}
|
5836 |
+
|
5837 |
+
.premium-pricing-price-button {
|
5838 |
+
display: block;
|
5839 |
+
padding: 6px 12px;
|
5840 |
+
line-height: 1.42857143;
|
5841 |
+
text-align: center;
|
5842 |
+
color: #fff;
|
5843 |
+
background: #6ec1e4;
|
5844 |
+
margin-bottom: 0;
|
5845 |
+
-webkit-transition: all 0.3s ease-in-out;
|
5846 |
+
transition: all 0.3s ease-in-out;
|
5847 |
+
}
|
5848 |
+
|
5849 |
+
/**************** Premium Google Maps ******************/
|
5850 |
+
/*******************************************************/
|
5851 |
+
.premium-maps-info-container {
|
5852 |
+
margin-top: 10px;
|
5853 |
+
margin-bottom: 10px;
|
5854 |
+
}
|
5855 |
+
|
5856 |
+
.premium-maps-info-title,
|
5857 |
+
.premium-maps-info-desc {
|
5858 |
+
margin: 0;
|
5859 |
+
padding: 0;
|
5860 |
+
}
|
5861 |
+
|
5862 |
+
.premium-maps-container .gm-style-iw {
|
5863 |
+
text-align: center;
|
5864 |
+
direction: ltr;
|
5865 |
+
}
|
5866 |
+
|
5867 |
+
.premium-maps-container .gm-style img {
|
5868 |
+
max-width: none !important;
|
5869 |
+
}
|
5870 |
+
|
5871 |
+
/**************** Premium Button ***********************/
|
5872 |
+
/*******************************************************/
|
5873 |
+
.premium-button {
|
5874 |
+
-js-display: inline-flex;
|
5875 |
+
display: -webkit-inline-box;
|
5876 |
+
display: -webkit-inline-flex;
|
5877 |
+
display: -moz-inline-box;
|
5878 |
+
display: -ms-inline-flexbox;
|
5879 |
+
display: inline-flex;
|
5880 |
+
position: relative;
|
5881 |
+
overflow: hidden;
|
5882 |
+
-webkit-backface-visibility: hidden;
|
5883 |
+
backface-visibility: hidden;
|
5884 |
+
-webkit-transform: translate3d(0, 0, 0);
|
5885 |
+
transform: translate3d(0, 0, 0);
|
5886 |
+
cursor: pointer;
|
5887 |
+
-webkit-transition: all 0.2s ease-in-out !important;
|
5888 |
+
transition: all 0.2s ease-in-out !important;
|
5889 |
+
}
|
5890 |
+
|
5891 |
+
.premium-button .premium-lottie-animation,
|
5892 |
+
.premium-image-button .premium-lottie-animation {
|
5893 |
+
-js-display: flex;
|
5894 |
+
display: -webkit-box;
|
5895 |
+
display: -webkit-flex;
|
5896 |
+
display: -moz-box;
|
5897 |
+
display: -ms-flexbox;
|
5898 |
+
display: flex;
|
5899 |
+
}
|
5900 |
+
|
5901 |
+
.premium-button svg,
|
5902 |
+
.premium-image-button svg {
|
5903 |
+
width: 30px;
|
5904 |
+
height: 30px;
|
5905 |
+
}
|
5906 |
+
|
5907 |
+
.premium-btn-sm,
|
5908 |
+
.premium-btn-md,
|
5909 |
+
.premium-btn-lg,
|
5910 |
+
.premium-btn-block {
|
5911 |
+
background-color: #eee;
|
5912 |
+
color: #042551;
|
5913 |
+
margin: 0px;
|
5914 |
+
text-decoration: none;
|
5915 |
+
}
|
5916 |
+
|
5917 |
+
.premium-btn-sm:hover,
|
5918 |
+
.premium-btn-md:hover,
|
5919 |
+
.premium-btn-lg:hover,
|
5920 |
+
.premium-btn-block:hover {
|
5921 |
+
background-color: #54595f;
|
5922 |
+
color: #eee;
|
5923 |
+
}
|
5924 |
+
|
5925 |
+
.premium-btn-sm {
|
5926 |
+
padding: 12px 24px;
|
5927 |
+
font-size: 14px;
|
5928 |
+
line-height: 1;
|
5929 |
+
}
|
5930 |
+
|
5931 |
+
.premium-btn-md {
|
5932 |
+
padding: 14px 26px;
|
5933 |
+
font-size: 16px;
|
5934 |
+
line-height: 1.2;
|
5935 |
+
}
|
5936 |
+
|
5937 |
+
.premium-btn-lg {
|
5938 |
+
padding: 16px 28px;
|
5939 |
+
font-size: 18px;
|
5940 |
+
line-height: 1.3333;
|
5941 |
+
}
|
5942 |
+
|
5943 |
+
.premium-btn-block {
|
5944 |
+
font-size: 18px;
|
5945 |
+
line-height: 1;
|
5946 |
+
padding: 20px 0px;
|
5947 |
+
width: 100%;
|
5948 |
+
text-align: center;
|
5949 |
+
}
|
5950 |
+
|
5951 |
+
.premium-button-text {
|
5952 |
+
display: inline-block;
|
5953 |
+
width: 100%;
|
5954 |
+
}
|
5955 |
+
|
5956 |
+
.premium-button-style1,
|
5957 |
+
.premium-button-style2,
|
5958 |
+
.premium-button-style5,
|
5959 |
+
.premium-button-style7 {
|
5960 |
+
display: inline-block;
|
5961 |
+
vertical-align: middle;
|
5962 |
+
-webkit-transform: perspective(1px) translateZ(0);
|
5963 |
+
transform: perspective(1px) translateZ(0);
|
5964 |
+
-webkit-box-shadow: 0 0 1px transparent;
|
5965 |
+
box-shadow: 0 0 1px transparent;
|
5966 |
+
position: relative;
|
5967 |
+
-webkit-transition-property: color;
|
5968 |
+
transition-property: color;
|
5969 |
+
-webkit-transition-duration: 0.15s;
|
5970 |
+
transition-duration: 0.15s;
|
5971 |
+
}
|
5972 |
+
|
5973 |
+
.premium-button-style1:before,
|
5974 |
+
.premium-button-style2:before,
|
5975 |
+
.premium-button-style5:before {
|
5976 |
+
content: "";
|
5977 |
+
position: absolute;
|
5978 |
+
z-index: -1;
|
5979 |
+
top: 0;
|
5980 |
+
right: 0;
|
5981 |
+
left: 0;
|
5982 |
+
bottom: 0;
|
5983 |
+
-webkit-transform: scaleY(0);
|
5984 |
+
-ms-transform: scaleY(0);
|
5985 |
+
transform: scaleY(0);
|
5986 |
+
-webkit-transform-origin: 50% 0;
|
5987 |
+
-ms-transform-origin: 50% 0;
|
5988 |
+
transform-origin: 50% 0;
|
5989 |
+
-webkit-transition-property: -webkit-transform;
|
5990 |
+
transition-property: -webkit-transform;
|
5991 |
+
transition-property: transform;
|
5992 |
+
transition-property: transform, -webkit-transform;
|
5993 |
+
-webkit-transition-duration: 0.15s;
|
5994 |
+
transition-duration: 0.15s;
|
5995 |
+
-webkit-transition-timing-function: ease-out;
|
5996 |
+
transition-timing-function: ease-out;
|
5997 |
+
}
|
5998 |
+
|
5999 |
+
.premium-button-style5-radialin:before,
|
6000 |
+
.premium-button-style5-radialout:before {
|
6001 |
+
-webkit-transform-origin: 50%;
|
6002 |
+
-ms-transform-origin: 50%;
|
6003 |
+
transform-origin: 50%;
|
6004 |
+
-webkit-border-radius: 100%;
|
6005 |
+
border-radius: 100%;
|
6006 |
+
-webkit-transform: scale(0);
|
6007 |
+
-ms-transform: scale(0);
|
6008 |
+
transform: scale(0);
|
6009 |
+
}
|
6010 |
+
|
6011 |
+
.premium-button-style5-radialin:before {
|
6012 |
+
-webkit-transform: scale(2);
|
6013 |
+
-ms-transform: scale(2);
|
6014 |
+
transform: scale(2);
|
6015 |
+
}
|
6016 |
+
|
6017 |
+
.premium-button-style5-rectin:before {
|
6018 |
+
-webkit-transform-origin: 50%;
|
6019 |
+
-ms-transform-origin: 50%;
|
6020 |
+
transform-origin: 50%;
|
6021 |
+
-webkit-transform: scale(1);
|
6022 |
+
-ms-transform: scale(1);
|
6023 |
+
transform: scale(1);
|
6024 |
+
}
|
6025 |
+
|
6026 |
+
.premium-button-style5-rectout:before {
|
6027 |
+
-webkit-transform-origin: 50%;
|
6028 |
+
-ms-transform-origin: 50%;
|
6029 |
+
transform-origin: 50%;
|
6030 |
+
-webkit-transform: scale(0);
|
6031 |
+
-ms-transform: scale(0);
|
6032 |
+
transform: scale(0);
|
6033 |
+
}
|
6034 |
+
|
6035 |
+
.premium-button-style5-rectout:hover:before {
|
6036 |
+
-webkit-transform: scale(1);
|
6037 |
+
-ms-transform: scale(1);
|
6038 |
+
transform: scale(1);
|
6039 |
+
}
|
6040 |
+
|
6041 |
+
.premium-button-style5-rectin:hover:before {
|
6042 |
+
-webkit-transform: scale(0);
|
6043 |
+
-ms-transform: scale(0);
|
6044 |
+
transform: scale(0);
|
6045 |
+
}
|
6046 |
+
|
6047 |
+
.premium-button-style5-radialout:hover:before {
|
6048 |
+
-webkit-transform: scale(2);
|
6049 |
+
-ms-transform: scale(2);
|
6050 |
+
transform: scale(2);
|
6051 |
+
}
|
6052 |
+
|
6053 |
+
.premium-button-style5-radialin:hover:before {
|
6054 |
+
-webkit-transform: scale(0);
|
6055 |
+
-ms-transform: scale(0);
|
6056 |
+
transform: scale(0);
|
6057 |
+
}
|
6058 |
+
|
6059 |
+
.premium-button-style1-top:before {
|
6060 |
+
-webkit-transform-origin: 50% 100%;
|
6061 |
+
-ms-transform-origin: 50% 100%;
|
6062 |
+
transform-origin: 50% 100%;
|
6063 |
+
}
|
6064 |
+
|
6065 |
+
.premium-button-style1-right:before {
|
6066 |
+
-webkit-transform: scaleX(0);
|
6067 |
+
-ms-transform: scaleX(0);
|
6068 |
+
transform: scaleX(0);
|
6069 |
+
-webkit-transform-origin: 100% 50%;
|
6070 |
+
-ms-transform-origin: 100% 50%;
|
6071 |
+
transform-origin: 100% 50%;
|
6072 |
+
}
|
6073 |
+
|
6074 |
+
.premium-button-style1-left:before {
|
6075 |
+
-webkit-transform: scaleX(0);
|
6076 |
+
-ms-transform: scaleX(0);
|
6077 |
+
transform: scaleX(0);
|
6078 |
+
-webkit-transform-origin: 0% 50%;
|
6079 |
+
-ms-transform-origin: 0% 50%;
|
6080 |
+
transform-origin: 0% 50%;
|
6081 |
+
}
|
6082 |
+
|
6083 |
+
.premium-button-style2-shutouthor:before,
|
6084 |
+
.premium-button-style2-scshutoutver:before {
|
6085 |
+
-webkit-transform: scaleY(0);
|
6086 |
+
-ms-transform: scaleY(0);
|
6087 |
+
transform: scaleY(0);
|
6088 |
+
-webkit-transform-origin: 0% 50%;
|
6089 |
+
-ms-transform-origin: 0% 50%;
|
6090 |
+
transform-origin: 0% 50%;
|
6091 |
+
}
|
6092 |
+
|
6093 |
+
.premium-button-style2-shutoutver:before,
|
6094 |
+
.premium-button-style2-scshutouthor:before {
|
6095 |
+
-webkit-transform: scaleX(0);
|
6096 |
+
-ms-transform: scaleX(0);
|
6097 |
+
transform: scaleX(0);
|
6098 |
+
-webkit-transform-origin: 50% 50%;
|
6099 |
+
-ms-transform-origin: 50% 50%;
|
6100 |
+
transform-origin: 50% 50%;
|
6101 |
+
}
|
6102 |
+
|
6103 |
+
.premium-button-style2-shutinhor:before {
|
6104 |
+
-webkit-transform: scaleX(1);
|
6105 |
+
-ms-transform: scaleX(1);
|
6106 |
+
transform: scaleX(1);
|
6107 |
+
-webkit-transform-origin: 50%;
|
6108 |
+
-ms-transform-origin: 50%;
|
6109 |
+
transform-origin: 50%;
|
6110 |
+
}
|
6111 |
+
|
6112 |
+
.premium-button-style2-shutinver:before {
|
6113 |
+
-webkit-transform: scaleY(1);
|
6114 |
+
-ms-transform: scaleY(1);
|
6115 |
+
transform: scaleY(1);
|
6116 |
+
-webkit-transform-origin: 50%;
|
6117 |
+
-ms-transform-origin: 50%;
|
6118 |
+
transform-origin: 50%;
|
6119 |
+
}
|
6120 |
+
|
6121 |
+
.premium-button-style1-bottom:hover:before,
|
6122 |
+
.premium-button-style1-top:hover:before {
|
6123 |
+
-webkit-transform: scaleY(1);
|
6124 |
+
-ms-transform: scaleY(1);
|
6125 |
+
transform: scaleY(1);
|
6126 |
+
}
|
6127 |
+
|
6128 |
+
.premium-button-style1-left:hover:before,
|
6129 |
+
.premium-button-style1-right:hover:before,
|
6130 |
+
.premium-button-style2-shutouthor:hover:before,
|
6131 |
+
.premium-button-style2-shutoutver:hover:before {
|
6132 |
+
-webkit-transform: scaleX(1);
|
6133 |
+
-ms-transform: scaleX(1);
|
6134 |
+
transform: scaleX(1);
|
6135 |
+
}
|
6136 |
+
|
6137 |
+
.premium-button-style2-shutinhor:hover:before {
|
6138 |
+
-webkit-transform: scaleX(0);
|
6139 |
+
-ms-transform: scaleX(0);
|
6140 |
+
transform: scaleX(0);
|
6141 |
+
}
|
6142 |
+
|
6143 |
+
.premium-button-style2-shutinver:hover:before {
|
6144 |
+
-webkit-transform: scaleY(0);
|
6145 |
+
-ms-transform: scaleY(0);
|
6146 |
+
transform: scaleY(0);
|
6147 |
+
}
|
6148 |
+
|
6149 |
+
.premium-button-style2-scshutouthor:hover:before {
|
6150 |
+
-webkit-transform: scaleX(0.9);
|
6151 |
+
-ms-transform: scaleX(0.9);
|
6152 |
+
transform: scaleX(0.9);
|
6153 |
+
}
|
6154 |
+
|
6155 |
+
.premium-button-style2-scshutoutver:hover:before {
|
6156 |
+
-webkit-transform: scaleY(0.8);
|
6157 |
+
-ms-transform: scaleY(0.8);
|
6158 |
+
transform: scaleY(0.8);
|
6159 |
+
}
|
6160 |
+
|
6161 |
+
/*Diagonal*/
|
6162 |
+
.premium-button-style2-dshutinhor:before {
|
6163 |
+
top: 50%;
|
6164 |
+
right: 50%;
|
6165 |
+
width: 120%;
|
6166 |
+
height: 0%;
|
6167 |
+
-webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
|
6168 |
+
-ms-transform: translateX(50%) translateY(-50%) rotate(45deg);
|
6169 |
+
transform: translateX(50%) translateY(-50%) rotate(45deg);
|
6170 |
+
-webkit-transform-origin: 50%;
|
6171 |
+
-ms-transform-origin: 50%;
|
6172 |
+
transform-origin: 50%;
|
6173 |
+
-webkit-transition-property: all;
|
6174 |
+
transition-property: all;
|
6175 |
+
}
|
6176 |
+
|
6177 |
+
.premium-button-style2-dshutinver:before {
|
6178 |
+
top: 50%;
|
6179 |
+
right: 50%;
|
6180 |
+
width: 120%;
|
6181 |
+
height: 0%;
|
6182 |
+
-webkit-transform-origin: 50%;
|
6183 |
+
-ms-transform-origin: 50%;
|
6184 |
+
transform-origin: 50%;
|
6185 |
+
-webkit-transition-property: all;
|
6186 |
+
transition-property: all;
|
6187 |
+
-webkit-transform: translateX(50%) translateY(-50%) rotate(-45deg);
|
6188 |
+
-ms-transform: translateX(50%) translateY(-50%) rotate(-45deg);
|
6189 |
+
transform: translateX(50%) translateY(-50%) rotate(-45deg);
|
6190 |
+
}
|
6191 |
+
|
6192 |
+
.premium-button-style2-dshutinhor:hover:before,
|
6193 |
+
.premium-button-style2-dshutinver:hover:before {
|
6194 |
+
height: 220%;
|
6195 |
+
}
|
6196 |
+
|
6197 |
+
.premium-button-style3-before i,
|
6198 |
+
.premium-button-style3-before svg {
|
6199 |
+
opacity: 0;
|
6200 |
+
-webkit-transform: translateX(5px);
|
6201 |
+
-ms-transform: translateX(5px);
|
6202 |
+
transform: translateX(5px);
|
6203 |
+
-webkit-transition: all 0.5s ease-in-out;
|
6204 |
+
transition: all 0.5s ease-in-out;
|
6205 |
+
}
|
6206 |
+
|
6207 |
+
.premium-button-style3-after i,
|
6208 |
+
.premium-button-style3-after svg {
|
6209 |
+
opacity: 0;
|
6210 |
+
-webkit-transform: translateX(5px);
|
6211 |
+
-ms-transform: translateX(5px);
|
6212 |
+
transform: translateX(5px);
|
6213 |
+
-webkit-transition: all 0.5s ease-in-out;
|
6214 |
+
transition: all 0.5s ease-in-out;
|
6215 |
+
-webkit-transform: translateX(-5px);
|
6216 |
+
-ms-transform: translateX(-5px);
|
6217 |
+
transform: translateX(-5px);
|
6218 |
+
}
|
6219 |
+
|
6220 |
+
.premium-button-style3-after:hover i,
|
6221 |
+
.premium-button-style3-after:hover svg {
|
6222 |
+
opacity: 1;
|
6223 |
+
}
|
6224 |
+
|
6225 |
+
.premium-button-style3-before:hover i,
|
6226 |
+
.premium-button-style3-before:hover svg {
|
6227 |
+
opacity: 1;
|
6228 |
+
}
|
6229 |
+
|
6230 |
+
.premium-button-text-icon-wrapper {
|
6231 |
+
width: 100%;
|
6232 |
+
-js-display: flex;
|
6233 |
+
display: -webkit-box;
|
6234 |
+
display: -webkit-flex;
|
6235 |
+
display: -moz-box;
|
6236 |
+
display: -ms-flexbox;
|
6237 |
+
display: flex;
|
6238 |
+
-webkit-box-pack: center;
|
6239 |
+
-webkit-justify-content: center;
|
6240 |
+
-moz-box-pack: center;
|
6241 |
+
-ms-flex-pack: center;
|
6242 |
+
justify-content: center;
|
6243 |
+
-webkit-box-align: center;
|
6244 |
+
-webkit-align-items: center;
|
6245 |
+
-moz-box-align: center;
|
6246 |
+
-ms-flex-align: center;
|
6247 |
+
align-items: center;
|
6248 |
+
-webkit-transition: all 0.2s ease-in-out;
|
6249 |
+
transition: all 0.2s ease-in-out;
|
6250 |
+
}
|
6251 |
+
|
6252 |
+
.premium-button-text-icon-wrapper span,
|
6253 |
+
.premium-button-text-icon-wrapper i,
|
6254 |
+
.premium-button-text-icon-wrapper svg {
|
6255 |
+
-webkit-transition: all 0.2s ease-in-out;
|
6256 |
+
transition: all 0.2s ease-in-out;
|
6257 |
+
}
|
6258 |
+
|
6259 |
+
.premium-button-style4-icon-wrapper {
|
6260 |
+
position: absolute;
|
6261 |
+
z-index: 2;
|
6262 |
+
width: 100%;
|
6263 |
+
text-align: center;
|
6264 |
+
-js-display: flex;
|
6265 |
+
display: -webkit-box;
|
6266 |
+
display: -webkit-flex;
|
6267 |
+
display: -moz-box;
|
6268 |
+
display: -ms-flexbox;
|
6269 |
+
display: flex;
|
6270 |
+
-webkit-box-align: center;
|
6271 |
+
-webkit-align-items: center;
|
6272 |
+
-moz-box-align: center;
|
6273 |
+
-ms-flex-align: center;
|
6274 |
+
align-items: center;
|
6275 |
+
-webkit-box-pack: center;
|
6276 |
+
-webkit-justify-content: center;
|
6277 |
+
-moz-box-pack: center;
|
6278 |
+
-ms-flex-pack: center;
|
6279 |
+
justify-content: center;
|
6280 |
+
height: 100%;
|
6281 |
+
opacity: 0;
|
6282 |
+
-webkit-transition: all 0.3s ease-in-out;
|
6283 |
+
transition: all 0.3s ease-in-out;
|
6284 |
+
}
|
6285 |
+
|
6286 |
+
.premium-button-style4-icon-wrapper.top {
|
6287 |
+
bottom: -100%;
|
6288 |
+
right: 0;
|
6289 |
+
}
|
6290 |
+
|
6291 |
+
.premium-button-style4-icon-wrapper.bottom {
|
6292 |
+
top: -100%;
|
6293 |
+
right: 0;
|
6294 |
+
}
|
6295 |
+
|
6296 |
+
.premium-button-style4-icon-wrapper.left {
|
6297 |
+
top: 0;
|
6298 |
+
right: -100%;
|
6299 |
+
}
|
6300 |
+
|
6301 |
+
.premium-button-style4-icon-wrapper.right {
|
6302 |
+
top: 0;
|
6303 |
+
left: -100%;
|
6304 |
+
}
|
6305 |
+
|
6306 |
+
.premium-button-style4-bottom:hover .premium-button-style4-icon-wrapper {
|
6307 |
+
top: 0;
|
6308 |
+
opacity: 1;
|
6309 |
+
}
|
6310 |
+
|
6311 |
+
.premium-button-style4-top:hover .premium-button-style4-icon-wrapper {
|
6312 |
+
bottom: 0;
|
6313 |
+
opacity: 1;
|
6314 |
+
}
|
6315 |
+
|
6316 |
+
.premium-button-style4-left:hover .premium-button-style4-icon-wrapper {
|
6317 |
+
right: 0;
|
6318 |
+
opacity: 1;
|
6319 |
+
}
|
6320 |
+
|
6321 |
+
.premium-button-style4-right:hover .premium-button-style4-icon-wrapper {
|
6322 |
+
left: 0;
|
6323 |
+
opacity: 1;
|
6324 |
+
}
|
6325 |
+
|
6326 |
+
.premium-button-style4-bottom:hover .premium-button-text-icon-wrapper {
|
6327 |
+
-webkit-transform: translateY(100%);
|
6328 |
+
-ms-transform: translateY(100%);
|
6329 |
+
transform: translateY(100%);
|
6330 |
+
opacity: 0;
|
6331 |
+
}
|
6332 |
+
|
6333 |
+
.premium-button-style4-top:hover .premium-button-text-icon-wrapper {
|
6334 |
+
-webkit-transform: translateY(-100%);
|
6335 |
+
-ms-transform: translateY(-100%);
|
6336 |
+
transform: translateY(-100%);
|
6337 |
+
opacity: 0;
|
6338 |
+
}
|
6339 |
+
|
6340 |
+
.premium-button-style4-left:hover .premium-button-text-icon-wrapper {
|
6341 |
+
-webkit-transform: translateX(-100%);
|
6342 |
+
-ms-transform: translateX(-100%);
|
6343 |
+
transform: translateX(-100%);
|
6344 |
+
opacity: 0;
|
6345 |
+
}
|
6346 |
+
|
6347 |
+
.premium-button-style4-right:hover .premium-button-text-icon-wrapper {
|
6348 |
+
-webkit-transform: translateX(100%);
|
6349 |
+
-ms-transform: translateX(100%);
|
6350 |
+
transform: translateX(100%);
|
6351 |
+
opacity: 0;
|
6352 |
+
}
|
6353 |
+
|
6354 |
+
.premium-button-style6:before {
|
6355 |
+
content: "";
|
6356 |
+
position: absolute;
|
6357 |
+
right: 50%;
|
6358 |
+
top: 50%;
|
6359 |
+
width: 100px;
|
6360 |
+
height: 100px;
|
6361 |
+
-webkit-border-radius: 100%;
|
6362 |
+
border-radius: 100%;
|
6363 |
+
-webkit-transform: translate(50%, -50%) scale(0);
|
6364 |
+
-ms-transform: translate(50%, -50%) scale(0);
|
6365 |
+
transform: translate(50%, -50%) scale(0);
|
6366 |
+
-webkit-transition: all 0.3s ease-in-out;
|
6367 |
+
transition: all 0.3s ease-in-out;
|
6368 |
+
}
|
6369 |
+
|
6370 |
+
.premium-button-style6:hover:before {
|
6371 |
+
-webkit-transform: translate(50%, -50%) scale(3);
|
6372 |
+
-ms-transform: translate(50%, -50%) scale(3);
|
6373 |
+
transform: translate(50%, -50%) scale(3);
|
6374 |
+
}
|
6375 |
+
|
6376 |
+
.premium-button-style6 .premium-button-text-icon-wrapper {
|
6377 |
+
position: relative;
|
6378 |
+
z-index: 1;
|
6379 |
+
}
|
6380 |
+
|
6381 |
+
.premium-mouse-detect-yes .premium-button-style6 .premium-button-style6-bg {
|
6382 |
+
position: absolute;
|
6383 |
+
z-index: 0;
|
6384 |
+
top: 0;
|
6385 |
+
right: 0;
|
6386 |
+
width: 0px;
|
6387 |
+
height: 0px;
|
6388 |
+
-webkit-border-radius: 50%;
|
6389 |
+
border-radius: 50%;
|
6390 |
+
display: block;
|
6391 |
+
-webkit-transform: translate(50%, -50%);
|
6392 |
+
-ms-transform: translate(50%, -50%);
|
6393 |
+
transform: translate(50%, -50%);
|
6394 |
+
-webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
|
6395 |
+
transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
|
6396 |
+
}
|
6397 |
+
|
6398 |
+
.premium-mouse-detect-yes .premium-button-style6:hover .premium-button-style6-bg {
|
6399 |
+
width: 225%;
|
6400 |
+
height: 560px;
|
6401 |
+
}
|
6402 |
+
|
6403 |
+
.premium-mouse-detect-yes .premium-button-style6:before {
|
6404 |
+
width: 0;
|
6405 |
+
height: 0;
|
6406 |
+
}
|
6407 |
+
|
6408 |
+
.premium-button-style7-right .premium-button-text-icon-wrapper:before,
|
6409 |
+
.premium-button-style7-left .premium-button-text-icon-wrapper:before {
|
6410 |
+
-webkit-transition: width 0.3s ease-out 0.15s;
|
6411 |
+
transition: width 0.3s ease-out 0.15s;
|
6412 |
+
}
|
6413 |
+
|
6414 |
+
.premium-button-style7-right .premium-button-text-icon-wrapper:after,
|
6415 |
+
.premium-button-style7-left .premium-button-text-icon-wrapper:after {
|
6416 |
+
-webkit-transition: width 0.3s ease-out 0s;
|
6417 |
+
transition: width 0.3s ease-out 0s;
|
6418 |
+
}
|
6419 |
+
|
6420 |
+
.premium-button-style7-bottom .premium-button-text-icon-wrapper:before,
|
6421 |
+
.premium-button-style7-top .premium-button-text-icon-wrapper:before {
|
6422 |
+
-webkit-transition: height 0.3s ease-out 0.15s;
|
6423 |
+
transition: height 0.3s ease-out 0.15s;
|
6424 |
+
}
|
6425 |
+
|
6426 |
+
.premium-button-style7-bottom .premium-button-text-icon-wrapper:after,
|
6427 |
+
.premium-button-style7-top .premium-button-text-icon-wrapper:after {
|
6428 |
+
-webkit-transition: height 0.3s ease-out 0s;
|
6429 |
+
transition: height 0.3s ease-out 0s;
|
6430 |
+
}
|
6431 |
+
|
6432 |
+
.premium-button[class*="style7"]:hover .premium-button-text-icon-wrapper:before {
|
6433 |
+
-webkit-transition-delay: 0s;
|
6434 |
+
transition-delay: 0s;
|
6435 |
+
}
|
6436 |
+
|
6437 |
+
.premium-button[class*="style7"]:hover .premium-button-text-icon-wrapper:after {
|
6438 |
+
-webkit-transition-delay: 0.15s;
|
6439 |
+
transition-delay: 0.15s;
|
6440 |
+
}
|
6441 |
+
|
6442 |
+
.premium-button-style7-bottom .premium-button-text-icon-wrapper:before,
|
6443 |
+
.premium-button-style7-bottom .premium-button-text-icon-wrapper:after {
|
6444 |
+
content: "";
|
6445 |
+
position: absolute;
|
6446 |
+
left: 0;
|
6447 |
+
top: 0;
|
6448 |
+
right: 0;
|
6449 |
+
height: 0;
|
6450 |
+
z-index: -1;
|
6451 |
+
}
|
6452 |
+
|
6453 |
+
.premium-button-style7-top .premium-button-text-icon-wrapper:after,
|
6454 |
+
.premium-button-style7-top .premium-button-text-icon-wrapper:before {
|
6455 |
+
content: "";
|
6456 |
+
position: absolute;
|
6457 |
+
left: 0;
|
6458 |
+
bottom: 0;
|
6459 |
+
right: 0;
|
6460 |
+
height: 0;
|
6461 |
+
z-index: -1;
|
6462 |
+
}
|
6463 |
+
|
6464 |
+
.premium-button-style7-right .premium-button-text-icon-wrapper:after,
|
6465 |
+
.premium-button-style7-right .premium-button-text-icon-wrapper:before {
|
6466 |
+
content: "";
|
6467 |
+
position: absolute;
|
6468 |
+
right: 0;
|
6469 |
+
top: 0;
|
6470 |
+
bottom: 0;
|
6471 |
+
width: 0;
|
6472 |
+
z-index: -1;
|
6473 |
+
}
|
6474 |
+
|
6475 |
+
.premium-button-style7-left .premium-button-text-icon-wrapper:after,
|
6476 |
+
.premium-button-style7-left .premium-button-text-icon-wrapper:before {
|
6477 |
+
content: "";
|
6478 |
+
position: absolute;
|
6479 |
+
left: 0;
|
6480 |
+
top: 0;
|
6481 |
+
bottom: 0;
|
6482 |
+
width: 0;
|
6483 |
+
z-index: -1;
|
6484 |
+
}
|
6485 |
+
|
6486 |
+
.premium-button-style7-bottom:hover .premium-button-text-icon-wrapper:after,
|
6487 |
+
.premium-button-style7-bottom:hover .premium-button-text-icon-wrapper:before {
|
6488 |
+
height: 100%;
|
6489 |
+
top: 0;
|
6490 |
+
}
|
6491 |
+
|
6492 |
+
.premium-button-style7-top:hover .premium-button-text-icon-wrapper:after,
|
6493 |
+
.premium-button-style7-top:hover .premium-button-text-icon-wrapper:before {
|
6494 |
+
height: 100%;
|
6495 |
+
bottom: 0;
|
6496 |
+
}
|
6497 |
+
|
6498 |
+
.premium-button-style7-left:hover .premium-button-text-icon-wrapper:after,
|
6499 |
+
.premium-button-style7-left:hover .premium-button-text-icon-wrapper:before {
|
6500 |
+
width: 100%;
|
6501 |
+
left: 0;
|
6502 |
+
}
|
6503 |
+
|
6504 |
+
.premium-button-style7-right:hover .premium-button-text-icon-wrapper:after,
|
6505 |
+
.premium-button-style7-right:hover .premium-button-text-icon-wrapper:before {
|
6506 |
+
width: 100%;
|
6507 |
+
right: 0;
|
6508 |
+
}
|
6509 |
+
|
6510 |
+
/**************** Premium Contact Form7 **********/
|
6511 |
+
/*************************************************/
|
6512 |
+
.premium-contact-form-anim-yes .wpcf7-span::after {
|
6513 |
+
display: block;
|
6514 |
+
height: 2px;
|
6515 |
+
content: "";
|
6516 |
+
top: -2px;
|
6517 |
+
position: relative;
|
6518 |
+
width: 0px;
|
6519 |
+
-webkit-transition: all ease-in-out 0.3s;
|
6520 |
+
transition: all ease-in-out 0.3s;
|
6521 |
+
}
|
6522 |
+
|
6523 |
+
.premium-contact-form-anim-yes .wpcf7-span.is-focused::after {
|
6524 |
+
width: 100%;
|
6525 |
+
}
|
6526 |
+
|
6527 |
+
.premium-cf7-container input.wpcf7-submit {
|
6528 |
+
-webkit-transition: all 0.3s ease-in-out;
|
6529 |
+
transition: all 0.3s ease-in-out;
|
6530 |
+
}
|
6531 |
+
|
6532 |
+
/**************** Premium Image Button ***********/
|
6533 |
+
/*************************************************/
|
6534 |
+
.premium-image-button {
|
6535 |
+
-js-display: inline-flex;
|
6536 |
+
display: -webkit-inline-box;
|
6537 |
+
display: -webkit-inline-flex;
|
6538 |
+
display: -moz-inline-box;
|
6539 |
+
display: -ms-inline-flexbox;
|
6540 |
+
display: inline-flex;
|
6541 |
+
position: relative;
|
6542 |
+
overflow: hidden;
|
6543 |
+
background-color: #eee;
|
6544 |
+
cursor: pointer;
|
6545 |
+
-webkit-transition: all 0.2s ease-in-out !important;
|
6546 |
+
transition: all 0.2s ease-in-out !important;
|
6547 |
+
}
|
6548 |
+
|
6549 |
+
.premium-image-button .premium-button-style6-bg,
|
6550 |
+
.premium-image-button.premium-button-style6:before,
|
6551 |
+
.premium-image-button:not(.premium-image-button-style6):hover {
|
6552 |
+
background-color: #54595f;
|
6553 |
+
}
|
6554 |
+
|
6555 |
+
/*Default background for slide styles*/
|
6556 |
+
.premium-image-button:hover,
|
6557 |
+
.premium-image-button-style4-icon-wrapper,
|
6558 |
+
.premium-image-button-style1-top:before,
|
6559 |
+
.premium-image-button-style1-bottom:before,
|
6560 |
+
.premium-image-button-style1-left:before,
|
6561 |
+
.premium-image-button-style1-right:before {
|
6562 |
+
background-color: #54595f;
|
6563 |
+
}
|
6564 |
+
|
6565 |
+
.premium-image-button-text-icon-wrapper {
|
6566 |
+
width: 100%;
|
6567 |
+
-js-display: flex;
|
6568 |
+
display: -webkit-box;
|
6569 |
+
display: -webkit-flex;
|
6570 |
+
display: -moz-box;
|
6571 |
+
display: -ms-flexbox;
|
6572 |
+
display: flex;
|
6573 |
+
-webkit-box-pack: center;
|
6574 |
+
-webkit-justify-content: center;
|
6575 |
+
-moz-box-pack: center;
|
6576 |
+
-ms-flex-pack: center;
|
6577 |
+
justify-content: center;
|
6578 |
+
-webkit-box-align: center;
|
6579 |
+
-webkit-align-items: center;
|
6580 |
+
-moz-box-align: center;
|
6581 |
+
-ms-flex-align: center;
|
6582 |
+
align-items: center;
|
6583 |
+
position: relative;
|
6584 |
+
z-index: 3;
|
6585 |
+
-webkit-transition: all 0.2s ease-in-out;
|
6586 |
+
transition: all 0.2s ease-in-out;
|
6587 |
+
}
|
6588 |
+
|
6589 |
+
.premium-image-button-text-icon-wrapper span,
|
6590 |
+
.premium-image-button-text-icon-wrapper,
|
6591 |
+
.premium-image-button-text-icon-wrapper i,
|
6592 |
+
.premium-image-button-text-icon-wrapper svg {
|
6593 |
+
-webkit-transition: all 0.2s ease-in-out;
|
6594 |
+
transition: all 0.2s ease-in-out;
|
6595 |
+
}
|
6596 |
+
|
6597 |
+
.premium-image-button-style1-bottom:before,
|
6598 |
+
.premium-image-button-style1-top:before,
|
6599 |
+
.premium-image-button-style1-left:before,
|
6600 |
+
.premium-image-button-style1-right:before {
|
6601 |
+
-webkit-transition: all 0.2s ease-in-out;
|
6602 |
+
transition: all 0.2s ease-in-out;
|
6603 |
+
}
|
6604 |
+
|
6605 |
+
.premium-image-button-style1-bottom:before {
|
6606 |
+
content: "";
|
6607 |
+
position: absolute;
|
6608 |
+
width: 100%;
|
6609 |
+
height: 0;
|
6610 |
+
top: 0;
|
6611 |
+
right: 0;
|
6612 |
+
}
|
6613 |
+
|
6614 |
+
.premium-image-button-style1-top:before {
|
6615 |
+
content: "";
|
6616 |
+
position: absolute;
|
6617 |
+
width: 100%;
|
6618 |
+
height: 0;
|
6619 |
+
bottom: 0;
|
6620 |
+
right: 0;
|
6621 |
+
}
|
6622 |
+
|
6623 |
+
.premium-image-button-style1-right:before {
|
6624 |
+
content: "";
|
6625 |
+
position: absolute;
|
6626 |
+
width: 0;
|
6627 |
+
height: 100%;
|
6628 |
+
bottom: 0;
|
6629 |
+
right: 0;
|
6630 |
+
}
|
6631 |
+
|
6632 |
+
.premium-image-button-style1-left:before {
|
6633 |
+
content: "";
|
6634 |
+
position: absolute;
|
6635 |
+
width: 0;
|
6636 |
+
height: 100%;
|
6637 |
+
top: 0;
|
6638 |
+
left: 0;
|
6639 |
+
}
|
6640 |
+
|
6641 |
+
.premium-image-button-style1-bottom:hover:before {
|
6642 |
+
height: 100%;
|
6643 |
+
}
|
6644 |
+
|
6645 |
+
.premium-image-button-style1-top:hover:before {
|
6646 |
+
height: 100%;
|
6647 |
+
}
|
6648 |
+
|
6649 |
+
.premium-image-button-style1-right:hover:before {
|
6650 |
+
width: 100%;
|
6651 |
+
}
|
6652 |
+
|
6653 |
+
.premium-image-button-style1-left:hover:before {
|
6654 |
+
width: 100%;
|
6655 |
+
}
|
6656 |
+
|
6657 |
+
.premium-image-button-diagonal-top,
|
6658 |
+
.premium-image-button-diagonal-bottom,
|
6659 |
+
.premium-image-button-diagonal-left,
|
6660 |
+
.premium-image-button-diagonal-right {
|
6661 |
+
z-index: 10;
|
6662 |
+
}
|
6663 |
+
|
6664 |
+
.premium-image-button-diagonal-top:before,
|
6665 |
+
.premium-image-button-diagonal-bottom:before,
|
6666 |
+
.premium-image-button-diagonal-left:before,
|
6667 |
+
.premium-image-button-diagonal-right:before {
|
6668 |
+
position: absolute;
|
6669 |
+
top: 0px;
|
6670 |
+
right: 0px;
|
6671 |
+
width: 100%;
|
6672 |
+
height: 100%;
|
6673 |
+
content: "";
|
6674 |
+
z-index: 1;
|
6675 |
+
background: rgba(255, 255, 255, 0.2);
|
6676 |
+
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
|
6677 |
+
-ms-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
|
6678 |
+
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
|
6679 |
+
-webkit-transition: all 0.8s ease-out;
|
6680 |
+
transition: all 0.8s ease-out;
|
6681 |
+
}
|
6682 |
+
|
6683 |
+
.premium-image-button-diagonal-right:hover:before,
|
6684 |
+
.premium-image-button-diagonal-left:before {
|
6685 |
+
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
|
6686 |
+
-ms-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
|
6687 |
+
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
|
6688 |
+
}
|
6689 |
+
|
6690 |
+
.premium-image-button-diagonal-left:hover:before,
|
6691 |
+
.premium-image-button-diagonal-right:before {
|
6692 |
+
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
|
6693 |
+
-ms-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
|
6694 |
+
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
|
6695 |
+
}
|
6696 |
+
|
6697 |
+
.premium-image-button-diagonal-top:hover:before,
|
6698 |
+
.premium-image-button-diagonal-bottom:before {
|
6699 |
+
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
|
6700 |
+
-ms-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
|
6701 |
+
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
|
6702 |
+
}
|
6703 |
+
|
6704 |
+
.premium-image-button-diagonal-bottom:hover:before,
|
6705 |
+
.premium-image-button-diagonal-top:before {
|
6706 |
+
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
|
6707 |
+
-ms-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
|
6708 |
+
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
|
6709 |
+
}
|
6710 |
+
|
6711 |
+
.premium-image-button-style4-icon-wrapper {
|
6712 |
+
position: absolute;
|
6713 |
+
z-index: 2;
|
6714 |
+
width: 100%;
|
6715 |
+
text-align: center;
|
6716 |
+
display: -webkit-box;
|
6717 |
+
display: -webkit-flex;
|
6718 |
+
display: -ms-flexbox;
|
6719 |
+
-js-display: flex;
|
6720 |
+
display: -moz-box;
|
6721 |
+
display: flex;
|
6722 |
+
-webkit-box-align: center;
|
6723 |
+
-webkit-align-items: center;
|
6724 |
+
-moz-box-align: center;
|
6725 |
+
-ms-flex-align: center;
|
6726 |
+
align-items: center;
|
6727 |
+
-webkit-box-pack: center;
|
6728 |
+
-webkit-justify-content: center;
|
6729 |
+
-moz-box-pack: center;
|
6730 |
+
-ms-flex-pack: center;
|
6731 |
+
justify-content: center;
|
6732 |
+
height: 100%;
|
6733 |
+
opacity: 0;
|
6734 |
+
-webkit-transition: all 0.3s ease-in-out;
|
6735 |
+
transition: all 0.3s ease-in-out;
|
6736 |
+
}
|
6737 |
+
|
6738 |
+
.premium-image-button-style4-icon-wrapper.top {
|
6739 |
+
bottom: -100%;
|
6740 |
+
right: 0;
|
6741 |
+
}
|
6742 |
+
|
6743 |
+
.premium-image-button-style4-icon-wrapper.bottom {
|
6744 |
+
top: -100%;
|
6745 |
+
right: 0;
|
6746 |
+
}
|
6747 |
+
|
6748 |
+
.premium-image-button-style4-icon-wrapper.left {
|
6749 |
+
top: 0;
|
6750 |
+
right: -100%;
|
6751 |
+
}
|
6752 |
+
|
6753 |
+
.premium-image-button-style4-icon-wrapper.right {
|
6754 |
+
top: 0;
|
6755 |
+
left: -100%;
|
6756 |
+
}
|
6757 |
+
|
6758 |
+
.premium-image-button-style4-bottom:hover .premium-image-button-style4-icon-wrapper {
|
6759 |
+
top: 0;
|
6760 |
+
opacity: 1;
|
6761 |
+
}
|
6762 |
+
|
6763 |
+
.premium-image-button-style4-top:hover .premium-image-button-style4-icon-wrapper {
|
6764 |
+
bottom: 0;
|
6765 |
+
opacity: 1;
|
6766 |
+
}
|
6767 |
+
|
6768 |
+
.premium-image-button-style4-left:hover .premium-image-button-style4-icon-wrapper {
|
6769 |
+
right: 0;
|
6770 |
+
opacity: 1;
|
6771 |
+
}
|
6772 |
+
|
6773 |
+
.premium-image-button-style4-right:hover .premium-image-button-style4-icon-wrapper {
|
6774 |
+
left: 0;
|
6775 |
+
opacity: 1;
|
6776 |
+
}
|
6777 |
+
|
6778 |
+
.premium-image-button-style4-bottom:hover .premium-image-button-text-icon-wrapper {
|
6779 |
+
-webkit-transform: translateY(100%);
|
6780 |
+
-ms-transform: translateY(100%);
|
6781 |
+
transform: translateY(100%);
|
6782 |
+
opacity: 0;
|
6783 |
+
}
|
6784 |
+
|
6785 |
+
.premium-image-button-style4-top:hover .premium-image-button-text-icon-wrapper {
|
6786 |
+
-webkit-transform: translateY(-100%);
|
6787 |
+
-ms-transform: translateY(-100%);
|
6788 |
+
transform: translateY(-100%);
|
6789 |
+
opacity: 0;
|
6790 |
+
}
|
6791 |
+
|
6792 |
+
.premium-image-button-style4-left:hover .premium-image-button-text-icon-wrapper {
|
6793 |
+
-webkit-transform: translateX(-100%);
|
6794 |
+
-ms-transform: translateX(-100%);
|
6795 |
+
transform: translateX(-100%);
|
6796 |
+
opacity: 0;
|
6797 |
+
}
|
6798 |
+
|
6799 |
+
.premium-image-button-style4-right:hover .premium-image-button-text-icon-wrapper {
|
6800 |
+
-webkit-transform: translateX(100%);
|
6801 |
+
-ms-transform: translateX(100%);
|
6802 |
+
transform: translateX(100%);
|
6803 |
+
opacity: 0;
|
6804 |
+
}
|
6805 |
+
|
6806 |
+
.premium-image-button-overlap-effect-horizontal:before,
|
6807 |
+
.premium-image-button-overlap-effect-vertical:before {
|
6808 |
+
position: absolute;
|
6809 |
+
content: "";
|
6810 |
+
top: 0;
|
6811 |
+
right: 0;
|
6812 |
+
width: 100%;
|
6813 |
+
height: 100%;
|
6814 |
+
opacity: 0;
|
6815 |
+
-webkit-transition: all 1s ease-in-out;
|
6816 |
+
transition: all 1s ease-in-out;
|
6817 |
+
background: rgba(255, 255, 255, 0.2);
|
6818 |
+
-webkit-animation-name: premium-overlap-effect-done;
|
6819 |
+
animation-name: premium-overlap-effect-done;
|
6820 |
+
-webkit-animation-duration: 1s;
|
6821 |
+
animation-duration: 1s;
|
6822 |
+
}
|
6823 |
+
|
6824 |
+
.premium-image-button-overlap-effect-vertical:before {
|
6825 |
+
-webkit-animation-name: premium-overlap-ver-effect-done;
|
6826 |
+
animation-name: premium-overlap-ver-effect-done;
|
6827 |
+
-webkit-animation-duration: 1s;
|
6828 |
+
animation-duration: 1s;
|
6829 |
+
}
|
6830 |
+
|
6831 |
+
.premium-image-button-overlap-effect-horizontal:hover:before {
|
6832 |
+
-webkit-animation-name: premium-overlap-effect;
|
6833 |
+
animation-name: premium-overlap-effect;
|
6834 |
+
-webkit-animation-duration: 1s;
|
6835 |
+
animation-duration: 1s;
|
6836 |
+
}
|
6837 |
+
|
6838 |
+
.premium-image-button-overlap-effect-vertical:hover:before {
|
6839 |
+
-webkit-animation-name: premium-overlap-ver-effect;
|
6840 |
+
animation-name: premium-overlap-ver-effect;
|
6841 |
+
-webkit-animation-duration: 1s;
|
6842 |
+
animation-duration: 1s;
|
6843 |
+
}
|
6844 |
+
|
6845 |
+
@-webkit-keyframes premium-overlap-effect {
|
6846 |
+
0% {
|
6847 |
+
opacity: 0;
|
6848 |
+
-webkit-transform: rotateY(0deg);
|
6849 |
+
transform: rotateY(0deg);
|
6850 |
+
}
|
6851 |
+
|
6852 |
+
50% {
|
6853 |
+
opacity: 1;
|
6854 |
+
-webkit-transform: rotateY(180deg);
|
6855 |
+
transform: rotateY(180deg);
|
6856 |
+
}
|
6857 |
+
|
6858 |
+
100% {
|
6859 |
+
opacity: 0;
|
6860 |
+
-webkit-transform: rotateY(360deg);
|
6861 |
+
transform: rotateY(360deg);
|
6862 |
+
}
|
6863 |
+
}
|
6864 |
+
|
6865 |
+
@keyframes premium-overlap-effect {
|
6866 |
+
0% {
|
6867 |
+
opacity: 0;
|
6868 |
+
-webkit-transform: rotateY(0deg);
|
6869 |
+
transform: rotateY(0deg);
|
6870 |
+
}
|
6871 |
+
|
6872 |
+
50% {
|
6873 |
+
opacity: 1;
|
6874 |
+
-webkit-transform: rotateY(180deg);
|
6875 |
+
transform: rotateY(180deg);
|
6876 |
+
}
|
6877 |
+
|
6878 |
+
100% {
|
6879 |
+
opacity: 0;
|
6880 |
+
-webkit-transform: rotateY(360deg);
|
6881 |
+
transform: rotateY(360deg);
|
6882 |
+
}
|
6883 |
+
}
|
6884 |
+
|
6885 |
+
@-webkit-keyframes premium-overlap-effect-done {
|
6886 |
+
0% {
|
6887 |
+
opacity: 0;
|
6888 |
+
-webkit-transform: rotateY(0deg);
|
6889 |
+
transform: rotateY(0deg);
|
6890 |
+
}
|
6891 |
+
|
6892 |
+
50% {
|
6893 |
+
opacity: 1;
|
6894 |
+
-webkit-transform: rotateY(180deg);
|
6895 |
+
transform: rotateY(180deg);
|
6896 |
+
}
|
6897 |
+
|
6898 |
+
100% {
|
6899 |
+
opacity: 0;
|
6900 |
+
-webkit-transform: rotateY(360deg);
|
6901 |
+
transform: rotateY(360deg);
|
6902 |
+
}
|
6903 |
+
}
|
6904 |
+
|
6905 |
+
@keyframes premium-overlap-effect-done {
|
6906 |
+
0% {
|
6907 |
+
opacity: 0;
|
6908 |
+
-webkit-transform: rotateY(0deg);
|
6909 |
+
transform: rotateY(0deg);
|
6910 |
+
}
|
6911 |
+
|
6912 |
+
50% {
|
6913 |
+
opacity: 1;
|
6914 |
+
-webkit-transform: rotateY(180deg);
|
6915 |
+
transform: rotateY(180deg);
|
6916 |
+
}
|
6917 |
+
|
6918 |
+
100% {
|
6919 |
+
opacity: 0;
|
6920 |
+
-webkit-transform: rotateY(360deg);
|
6921 |
+
transform: rotateY(360deg);
|
6922 |
+
}
|
6923 |
+
}
|
6924 |
+
|
6925 |
+
@-webkit-keyframes premium-overlap-ver-effect {
|
6926 |
+
0% {
|
6927 |
+
opacity: 0;
|
6928 |
+
-webkit-transform: rotateX(0deg);
|
6929 |
+
transform: rotateX(0deg);
|
6930 |
+
}
|
6931 |
+
|
6932 |
+
50% {
|
6933 |
+
opacity: 1;
|
6934 |
+
-webkit-transform: rotateX(180deg);
|
6935 |
+
transform: rotateX(180deg);
|
6936 |
+
}
|
6937 |
+
|
6938 |
+
100% {
|
6939 |
+
opacity: 0;
|
6940 |
+
-webkit-transform: rotateX(360deg);
|
6941 |
+
transform: rotateX(360deg);
|
6942 |
+
}
|
6943 |
+
}
|
6944 |
+
|
6945 |
+
@keyframes premium-overlap-ver-effect {
|
6946 |
+
0% {
|
6947 |
+
opacity: 0;
|
6948 |
+
-webkit-transform: rotateX(0deg);
|
6949 |
+
transform: rotateX(0deg);
|
6950 |
+
}
|
6951 |
+
|
6952 |
+
50% {
|
6953 |
+
opacity: 1;
|
6954 |
+
-webkit-transform: rotateX(180deg);
|
6955 |
+
transform: rotateX(180deg);
|
6956 |
+
}
|
6957 |
+
|
6958 |
+
100% {
|
6959 |
+
opacity: 0;
|
6960 |
+
-webkit-transform: rotateX(360deg);
|
6961 |
+
transform: rotateX(360deg);
|
6962 |
+
}
|
6963 |
+
}
|
6964 |
+
|
6965 |
+
@-webkit-keyframes premium-overlap-ver-effect-done {
|
6966 |
+
0% {
|
6967 |
+
opacity: 0;
|
6968 |
+
-webkit-transform: rotateX(0deg);
|
6969 |
+
transform: rotateX(0deg);
|
6970 |
+
}
|
6971 |
+
|
6972 |
+
50% {
|
6973 |
+
opacity: 1;
|
6974 |
+
-webkit-transform: rotateX(180deg);
|
6975 |
+
transform: rotateX(180deg);
|
6976 |
+
}
|
6977 |
+
|
6978 |
+
100% {
|
6979 |
+
opacity: 0;
|
6980 |
+
-webkit-transform: rotateX(360deg);
|
6981 |
+
transform: rotateX(360deg);
|
6982 |
+
}
|
6983 |
+
}
|
6984 |
+
|
6985 |
+
@keyframes premium-overlap-ver-effect-done {
|
6986 |
+
0% {
|
6987 |
+
opacity: 0;
|
6988 |
+
-webkit-transform: rotateX(0deg);
|
6989 |
+
transform: rotateX(0deg);
|
6990 |
+
}
|
6991 |
+
|
6992 |
+
50% {
|
6993 |
+
opacity: 1;
|
6994 |
+
-webkit-transform: rotateX(180deg);
|
6995 |
+
transform: rotateX(180deg);
|
6996 |
+
}
|
6997 |
+
|
6998 |
+
100% {
|
6999 |
+
opacity: 0;
|
7000 |
+
-webkit-transform: rotateX(360deg);
|
7001 |
+
transform: rotateX(360deg);
|
7002 |
+
}
|
7003 |
+
}
|
7004 |
+
|
7005 |
+
/******** Premium Media Grid ********/
|
7006 |
+
/************************************/
|
7007 |
+
.premium-img-gallery-filter,
|
7008 |
+
.premium-blog-filter {
|
7009 |
+
display: -webkit-box;
|
7010 |
+
display: -webkit-flex;
|
7011 |
+
display: -ms-flexbox;
|
7012 |
+
-js-display: flex;
|
7013 |
+
display: -moz-box;
|
7014 |
+
display: flex;
|
7015 |
+
-webkit-box-align: center;
|
7016 |
+
-webkit-align-items: center;
|
7017 |
+
-moz-box-align: center;
|
7018 |
+
-ms-flex-align: center;
|
7019 |
+
align-items: center;
|
7020 |
+
-webkit-box-pack: center;
|
7021 |
+
-webkit-justify-content: center;
|
7022 |
+
-moz-box-pack: center;
|
7023 |
+
-ms-flex-pack: center;
|
7024 |
+
justify-content: center;
|
7025 |
+
}
|
7026 |
+
|
7027 |
+
.premium-img-gallery {
|
7028 |
+
clear: both;
|
7029 |
+
overflow: hidden;
|
7030 |
+
}
|
7031 |
+
|
7032 |
+
.premium-gallery-container .premium-gallery-item {
|
7033 |
+
padding: 10px;
|
7034 |
+
float: right;
|
7035 |
+
/* Google Chrome isotope issue */
|
7036 |
+
}
|
7037 |
+
|
7038 |
+
.premium-gallery-container .grid-sizer {
|
7039 |
+
width: 33.33%;
|
7040 |
+
}
|
7041 |
+
|
7042 |
+
.premium-img-gallery-filter .premium-gallery-cats-container li a.category,
|
7043 |
+
.premium-blog-filter .premium-blog-filters-container li a.category {
|
7044 |
+
outline: none;
|
7045 |
+
text-decoration: none;
|
7046 |
+
-webkit-border-radius: 75px;
|
7047 |
+
border-radius: 75px;
|
7048 |
+
margin: 15px 5px 20px;
|
7049 |
+
padding: 7px 20px;
|
7050 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7051 |
+
transition: all 0.3s ease-in-out;
|
7052 |
+
}
|
7053 |
+
|
7054 |
+
.premium-img-gallery-filter .premium-gallery-cats-container li a.category span {
|
7055 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7056 |
+
transition: all 0.3s ease-in-out;
|
7057 |
+
}
|
7058 |
+
|
7059 |
+
.pa-gallery-img {
|
7060 |
+
position: relative;
|
7061 |
+
}
|
7062 |
+
|
7063 |
+
.pa-gallery-img .pa-gallery-whole-link {
|
7064 |
+
position: absolute;
|
7065 |
+
top: 0;
|
7066 |
+
right: 0;
|
7067 |
+
width: 100%;
|
7068 |
+
height: 100%;
|
7069 |
+
}
|
7070 |
+
|
7071 |
+
.pa-gallery-img.style2 .pa-gallery-whole-link {
|
7072 |
+
z-index: 99;
|
7073 |
+
}
|
7074 |
+
|
7075 |
+
.pa-gallery-img-container {
|
7076 |
+
overflow: hidden;
|
7077 |
+
-webkit-backface-visibility: hidden;
|
7078 |
+
-moz-backface-visibility: hidden;
|
7079 |
+
-webkit-transform: translate3d(0, 0, 0);
|
7080 |
+
transform: translate3d(0, 0, 0);
|
7081 |
+
}
|
7082 |
+
|
7083 |
+
.pa-gallery-img-container img {
|
7084 |
+
display: block;
|
7085 |
+
width: 100%;
|
7086 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7087 |
+
transition: all 0.3s ease-in-out;
|
7088 |
+
}
|
7089 |
+
|
7090 |
+
.premium-img-gallery.gray img {
|
7091 |
+
-webkit-filter: grayscale(100%);
|
7092 |
+
filter: grayscale(100%);
|
7093 |
+
}
|
7094 |
+
|
7095 |
+
.premium-img-gallery.zoomout img,
|
7096 |
+
.premium-img-gallery.scale img {
|
7097 |
+
-webkit-transform: scale(1.2);
|
7098 |
+
-ms-transform: scale(1.2);
|
7099 |
+
transform: scale(1.2);
|
7100 |
+
}
|
7101 |
+
|
7102 |
+
.premium-img-gallery.sepia img {
|
7103 |
+
-webkit-filter: sepia(30%);
|
7104 |
+
filter: sepia(30%);
|
7105 |
+
}
|
7106 |
+
|
7107 |
+
.premium-img-gallery.bright img {
|
7108 |
+
-webkit-filter: brightness(1);
|
7109 |
+
filter: brightness(1);
|
7110 |
+
}
|
7111 |
+
|
7112 |
+
.premium-img-gallery.trans img {
|
7113 |
+
-webkit-transform: translateX(15px) scale(1.1);
|
7114 |
+
-ms-transform: translateX(15px) scale(1.1);
|
7115 |
+
transform: translateX(15px) scale(1.1);
|
7116 |
+
}
|
7117 |
+
|
7118 |
+
.pa-gallery-img .pa-gallery-magnific-image,
|
7119 |
+
.pa-gallery-img .pa-gallery-img-link {
|
7120 |
+
outline: none;
|
7121 |
+
}
|
7122 |
+
|
7123 |
+
.pa-gallery-img .pa-gallery-magnific-image i,
|
7124 |
+
.pa-gallery-img .pa-gallery-magnific-image svg,
|
7125 |
+
.pa-gallery-img .pa-gallery-img-link i,
|
7126 |
+
.pa-gallery-img .pa-gallery-img-link svg {
|
7127 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7128 |
+
transition: all 0.3s ease-in-out;
|
7129 |
+
}
|
7130 |
+
|
7131 |
+
.pa-gallery-img .pa-gallery-magnific-image span,
|
7132 |
+
.pa-gallery-img .pa-gallery-img-link span {
|
7133 |
+
line-height: 1;
|
7134 |
+
display: inline-block;
|
7135 |
+
opacity: 0;
|
7136 |
+
margin: 0 5px;
|
7137 |
+
padding: 15px;
|
7138 |
+
-webkit-border-radius: 50%;
|
7139 |
+
border-radius: 50%;
|
7140 |
+
}
|
7141 |
+
|
7142 |
+
.pa-gallery-img.style2 .pa-gallery-magnific-image span,
|
7143 |
+
.pa-gallery-img.style2 .pa-gallery-img-link span {
|
7144 |
+
margin: 0 5px 20px;
|
7145 |
+
}
|
7146 |
+
|
7147 |
+
.pa-gallery-img:hover .pa-gallery-magnific-image span {
|
7148 |
+
-webkit-transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.3s;
|
7149 |
+
transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.3s;
|
7150 |
+
}
|
7151 |
+
|
7152 |
+
.pa-gallery-img:hover .pa-gallery-img-link span {
|
7153 |
+
-webkit-transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.6s;
|
7154 |
+
transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.6s;
|
7155 |
+
}
|
7156 |
+
|
7157 |
+
.pa-gallery-img:hover .pa-gallery-magnific-image span,
|
7158 |
+
.pa-gallery-img:hover .pa-gallery-img-link span,
|
7159 |
+
.premium-gallery-icon-show a.pa-gallery-video-icon span {
|
7160 |
+
opacity: 1;
|
7161 |
+
}
|
7162 |
+
|
7163 |
+
.premium-img-gallery-filter ul.premium-gallery-cats-container,
|
7164 |
+
.premium-blog-filter ul.premium-blog-filters-container {
|
7165 |
+
text-align: center;
|
7166 |
+
margin: 0;
|
7167 |
+
padding: 0;
|
7168 |
+
}
|
7169 |
+
|
7170 |
+
.premium-img-gallery-filter .premium-gallery-cats-container li,
|
7171 |
+
.premium-blog-filter .premium-blog-filters-container li {
|
7172 |
+
list-style: none;
|
7173 |
+
display: -webkit-inline-box;
|
7174 |
+
display: -webkit-inline-flex;
|
7175 |
+
display: -ms-inline-flexbox;
|
7176 |
+
-js-display: inline-flex;
|
7177 |
+
display: -moz-inline-box;
|
7178 |
+
display: inline-flex;
|
7179 |
+
}
|
7180 |
+
|
7181 |
+
.premium-img-gallery.zoomin .pa-gallery-img:hover img {
|
7182 |
+
-webkit-transform: scale(1.1);
|
7183 |
+
-ms-transform: scale(1.1);
|
7184 |
+
transform: scale(1.1);
|
7185 |
+
}
|
7186 |
+
|
7187 |
+
.premium-img-gallery.zoomout .pa-gallery-img:hover img {
|
7188 |
+
-webkit-transform: scale(1);
|
7189 |
+
-ms-transform: scale(1);
|
7190 |
+
transform: scale(1);
|
7191 |
+
}
|
7192 |
+
|
7193 |
+
.premium-img-gallery.scale .pa-gallery-img:hover img {
|
7194 |
+
-webkit-transform: scale(1.3) rotate(-5deg);
|
7195 |
+
-ms-transform: scale(1.3) rotate(-5deg);
|
7196 |
+
transform: scale(1.3) rotate(-5deg);
|
7197 |
+
}
|
7198 |
+
|
7199 |
+
.premium-img-gallery.gray .pa-gallery-img:hover img {
|
7200 |
+
-webkit-filter: grayscale(0%);
|
7201 |
+
filter: grayscale(0%);
|
7202 |
+
}
|
7203 |
+
|
7204 |
+
.premium-img-gallery.blur .pa-gallery-img:hover img {
|
7205 |
+
-webkit-filter: blur(3px);
|
7206 |
+
filter: blur(3px);
|
7207 |
+
}
|
7208 |
+
|
7209 |
+
.premium-img-gallery.sepia .pa-gallery-img:hover img {
|
7210 |
+
-webkit-filter: sepia(0%);
|
7211 |
+
filter: sepia(0%);
|
7212 |
+
}
|
7213 |
+
|
7214 |
+
.premium-img-gallery.trans .pa-gallery-img:hover img {
|
7215 |
+
-webkit-transform: translateX(0px) scale(1.1);
|
7216 |
+
-ms-transform: translateX(0px) scale(1.1);
|
7217 |
+
transform: translateX(0px) scale(1.1);
|
7218 |
+
}
|
7219 |
+
|
7220 |
+
.premium-img-gallery.bright .pa-gallery-img:hover img {
|
7221 |
+
-webkit-filter: brightness(1.2);
|
7222 |
+
filter: brightness(1.2);
|
7223 |
+
}
|
7224 |
+
|
7225 |
+
.pa-gallery-img .premium-gallery-caption {
|
7226 |
+
padding: 10px;
|
7227 |
+
}
|
7228 |
+
|
7229 |
+
.pa-gallery-img .premium-gallery-caption .premium-gallery-img-name {
|
7230 |
+
margin-bottom: 0;
|
7231 |
+
}
|
7232 |
+
|
7233 |
+
.pa-gallery-img.style1 {
|
7234 |
+
overflow: hidden;
|
7235 |
+
}
|
7236 |
+
|
7237 |
+
.pa-gallery-img:not(.style2) .pa-gallery-icons-wrapper {
|
7238 |
+
position: absolute;
|
7239 |
+
top: 0;
|
7240 |
+
right: 0;
|
7241 |
+
width: 100%;
|
7242 |
+
height: 100%;
|
7243 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7244 |
+
transition: all 0.3s ease-in-out;
|
7245 |
+
}
|
7246 |
+
|
7247 |
+
.pa-gallery-img:not(.style2) .pa-gallery-icons-inner-container {
|
7248 |
+
position: absolute;
|
7249 |
+
top: 33.33%;
|
7250 |
+
width: 100%;
|
7251 |
+
text-align: center;
|
7252 |
+
-webkit-transform: translateY(-50%);
|
7253 |
+
-ms-transform: translateY(-50%);
|
7254 |
+
transform: translateY(-50%);
|
7255 |
+
z-index: 999;
|
7256 |
+
}
|
7257 |
+
|
7258 |
+
.premium-blog-post-container .premium-blog-entry-container {
|
7259 |
+
margin: 0 !important;
|
7260 |
+
}
|
7261 |
+
|
7262 |
+
.pa-gallery-img.style1 .premium-gallery-caption {
|
7263 |
+
position: absolute;
|
7264 |
+
top: auto;
|
7265 |
+
left: 0;
|
7266 |
+
right: 0;
|
7267 |
+
width: 100%;
|
7268 |
+
-webkit-transition: all 500ms ease 0s;
|
7269 |
+
transition: all 500ms ease 0s;
|
7270 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
7271 |
+
-ms-transform: translate3d(0, 100%, 0);
|
7272 |
+
transform: translate3d(0, 100%, 0);
|
7273 |
+
}
|
7274 |
+
|
7275 |
+
.pa-gallery-img.default .premium-gallery-caption {
|
7276 |
+
position: absolute;
|
7277 |
+
top: auto;
|
7278 |
+
left: 0;
|
7279 |
+
right: 0;
|
7280 |
+
width: 100%;
|
7281 |
+
bottom: 0;
|
7282 |
+
}
|
7283 |
+
|
7284 |
+
.pa-gallery-img.style1:hover .premium-gallery-caption {
|
7285 |
+
-webkit-transform: translate3d(0, 0, 0);
|
7286 |
+
-ms-transform: translate3d(0, 0, 0);
|
7287 |
+
transform: translate3d(0, 0, 0);
|
7288 |
+
bottom: -1px !important;
|
7289 |
+
}
|
7290 |
+
|
7291 |
+
.pa-gallery-img.style2 .pa-gallery-icons-caption-container {
|
7292 |
+
position: absolute;
|
7293 |
+
top: 0;
|
7294 |
+
right: 0;
|
7295 |
+
width: 100%;
|
7296 |
+
height: 100%;
|
7297 |
+
opacity: 0;
|
7298 |
+
-webkit-backface-visibility: hidden;
|
7299 |
+
backface-visibility: hidden;
|
7300 |
+
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
|
7301 |
+
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
|
7302 |
+
transition: opacity 0.3s, -webkit-transform 0.3s;
|
7303 |
+
transition: transform 0.3s, opacity 0.3s;
|
7304 |
+
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
|
7305 |
+
z-index: 1;
|
7306 |
+
background-color: rgba(108, 191, 226, 0.68);
|
7307 |
+
display: -webkit-box;
|
7308 |
+
display: -webkit-flex;
|
7309 |
+
display: -ms-flexbox;
|
7310 |
+
-js-display: flex;
|
7311 |
+
display: -moz-box;
|
7312 |
+
display: flex;
|
7313 |
+
text-align: center;
|
7314 |
+
-webkit-box-align: center;
|
7315 |
+
-webkit-align-items: center;
|
7316 |
+
-moz-box-align: center;
|
7317 |
+
-ms-flex-align: center;
|
7318 |
+
align-items: center;
|
7319 |
+
}
|
7320 |
+
|
7321 |
+
.pa-gallery-img.style2 .pa-gallery-icons-caption-cell {
|
7322 |
+
width: 100%;
|
7323 |
+
}
|
7324 |
+
|
7325 |
+
.pa-gallery-img.style2:hover .pa-gallery-icons-caption-container {
|
7326 |
+
opacity: 1;
|
7327 |
+
-webkit-transform: translate(-15px, 15px);
|
7328 |
+
-ms-transform: translate(-15px, 15px);
|
7329 |
+
transform: translate(-15px, 15px);
|
7330 |
+
}
|
7331 |
+
|
7332 |
+
.premium-clearfix {
|
7333 |
+
clear: both;
|
7334 |
+
}
|
7335 |
+
|
7336 |
+
.premium-gallery-container .pa-gallery-item {
|
7337 |
+
padding: 10px;
|
7338 |
+
}
|
7339 |
+
|
7340 |
+
/**
|
7341 |
+
* Metro Layout
|
7342 |
+
*/
|
7343 |
+
.premium-img-gallery-metro .premium-gallery-item {
|
7344 |
+
overflow: hidden;
|
7345 |
+
}
|
7346 |
+
|
7347 |
+
.premium-img-gallery-metro .pa-gallery-img {
|
7348 |
+
height: 100%;
|
7349 |
+
}
|
7350 |
+
|
7351 |
+
.premium-img-gallery-metro .pa-gallery-img-container {
|
7352 |
+
height: 100%;
|
7353 |
+
}
|
7354 |
+
|
7355 |
+
.premium-img-gallery-metro .pa-gallery-img-container img {
|
7356 |
+
min-height: 100%;
|
7357 |
+
width: 100%;
|
7358 |
+
-o-object-fit: fill;
|
7359 |
+
object-fit: fill;
|
7360 |
+
}
|
7361 |
+
|
7362 |
+
.premium-img-gallery .premium-gallery-item-hidden {
|
7363 |
+
visibility: hidden;
|
7364 |
+
width: 0 !important;
|
7365 |
+
height: 0 !important;
|
7366 |
+
margin: 0 !important;
|
7367 |
+
padding: 0 !important;
|
7368 |
+
}
|
7369 |
+
|
7370 |
+
.premium-gallery-load-more .premium-gallery-load-more-btn {
|
7371 |
+
-webkit-box-shadow: none;
|
7372 |
+
box-shadow: none;
|
7373 |
+
text-shadow: none;
|
7374 |
+
border: none;
|
7375 |
+
outline: none;
|
7376 |
+
-webkit-box-align: center;
|
7377 |
+
-ms-flex-align: center;
|
7378 |
+
-webkit-align-items: center;
|
7379 |
+
-moz-box-align: center;
|
7380 |
+
align-items: center;
|
7381 |
+
vertical-align: bottom;
|
7382 |
+
cursor: pointer;
|
7383 |
+
line-height: 1;
|
7384 |
+
font-style: normal;
|
7385 |
+
font-weight: normal;
|
7386 |
+
background-image: none;
|
7387 |
+
color: #fff;
|
7388 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7389 |
+
transition: all 0.3s ease-in-out;
|
7390 |
+
}
|
7391 |
+
|
7392 |
+
.premium-gallery-load-more-btn {
|
7393 |
+
display: -webkit-inline-box;
|
7394 |
+
display: -webkit-inline-flex;
|
7395 |
+
display: -ms-inline-flexbox;
|
7396 |
+
-js-display: inline-flex;
|
7397 |
+
display: -moz-inline-box;
|
7398 |
+
display: inline-flex;
|
7399 |
+
-webkit-box-align: center;
|
7400 |
+
-webkit-align-items: center;
|
7401 |
+
-moz-box-align: center;
|
7402 |
+
-ms-flex-align: center;
|
7403 |
+
align-items: center;
|
7404 |
+
}
|
7405 |
+
|
7406 |
+
.premium-loader {
|
7407 |
+
border: 3px solid #f3f3f3;
|
7408 |
+
border-top-width: 3px;
|
7409 |
+
border-top-style: solid;
|
7410 |
+
border-top-color: rgb(243, 243, 243);
|
7411 |
+
-webkit-border-radius: 50%;
|
7412 |
+
border-radius: 50%;
|
7413 |
+
border-top: 3px solid;
|
7414 |
+
border-top-color: #bbb;
|
7415 |
+
width: 30px;
|
7416 |
+
height: 30px;
|
7417 |
+
-webkit-animation: spin 2s linear infinite;
|
7418 |
+
animation: spin 2s linear infinite;
|
7419 |
+
margin: 0 auto;
|
7420 |
+
}
|
7421 |
+
|
7422 |
+
.premium-gallery-load-more-btn div {
|
7423 |
+
margin-right: 3px;
|
7424 |
+
}
|
7425 |
+
|
7426 |
+
.premium-gallery-load-more-btn .premium-loader {
|
7427 |
+
display: inline-block;
|
7428 |
+
width: 20px;
|
7429 |
+
height: 20px;
|
7430 |
+
}
|
7431 |
+
|
7432 |
+
/** * Video */
|
7433 |
+
.pa-gallery-img .pa-gallery-lightbox-wrap {
|
7434 |
+
display: inline-block;
|
7435 |
+
}
|
7436 |
+
|
7437 |
+
.premium-img-gallery-no-lightbox .premium-gallery-video-item .pa-gallery-img,
|
7438 |
+
.pa-gallery-img .pa-gallery-video-icon {
|
7439 |
+
cursor: pointer;
|
7440 |
+
}
|
7441 |
+
|
7442 |
+
.pa-gallery-img-container iframe,
|
7443 |
+
.pa-gallery-img-container video {
|
7444 |
+
position: absolute;
|
7445 |
+
visibility: hidden;
|
7446 |
+
top: 0;
|
7447 |
+
right: 0;
|
7448 |
+
max-width: 100%;
|
7449 |
+
width: 100%;
|
7450 |
+
height: 100%;
|
7451 |
+
margin: 0;
|
7452 |
+
line-height: 1;
|
7453 |
+
border: none;
|
7454 |
+
}
|
7455 |
+
|
7456 |
+
.pa-gallery-img-container video {
|
7457 |
+
-o-object-fit: contain;
|
7458 |
+
object-fit: contain;
|
7459 |
+
}
|
7460 |
+
|
7461 |
+
.pa-gallery-icons-inner-container svg,
|
7462 |
+
.pa-gallery-icons-caption-cell svg {
|
7463 |
+
width: 14px;
|
7464 |
+
height: 14px;
|
7465 |
+
}
|
7466 |
+
|
7467 |
+
.premium-gallery-gradient-layer {
|
7468 |
+
position: absolute;
|
7469 |
+
bottom: 40px;
|
7470 |
+
width: 100%;
|
7471 |
+
height: 20px;
|
7472 |
+
background: -webkit-gradient(linear, left bottom, left top, from(#17181f), to(rgba(255, 255, 255, 0)));
|
7473 |
+
background: -webkit-linear-gradient(bottom, #17181f 0%, rgba(255, 255, 255, 0) 100%);
|
7474 |
+
background: linear-gradient(to top, #17181f 0%, rgba(255, 255, 255, 0) 100%);
|
7475 |
+
}
|
7476 |
+
|
7477 |
+
@-webkit-keyframes spin {
|
7478 |
+
0% {
|
7479 |
+
-webkit-transform: rotate(0deg);
|
7480 |
+
}
|
7481 |
+
|
7482 |
+
100% {
|
7483 |
+
-webkit-transform: rotate(-360deg);
|
7484 |
+
}
|
7485 |
+
}
|
7486 |
+
|
7487 |
+
@keyframes spin {
|
7488 |
+
0% {
|
7489 |
+
-webkit-transform: rotate(0deg);
|
7490 |
+
transform: rotate(0deg);
|
7491 |
+
}
|
7492 |
+
|
7493 |
+
100% {
|
7494 |
+
-webkit-transform: rotate(-360deg);
|
7495 |
+
transform: rotate(-360deg);
|
7496 |
+
}
|
7497 |
+
}
|
7498 |
+
|
7499 |
+
/************ Premium Vertical Scroll ************/
|
7500 |
+
/*************************************************/
|
7501 |
+
.premium-vscroll-inner {
|
7502 |
+
position: relative;
|
7503 |
+
/* overflow: hidden;
|
7504 |
+
*/
|
7505 |
+
min-height: 100%;
|
7506 |
+
}
|
7507 |
+
|
7508 |
+
.premium-vscroll-inner .premium-vscroll-dots {
|
7509 |
+
position: fixed;
|
7510 |
+
z-index: 100;
|
7511 |
+
opacity: 1;
|
7512 |
+
margin-top: -32px;
|
7513 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7514 |
+
transition: all 0.3s ease-in-out;
|
7515 |
+
}
|
7516 |
+
|
7517 |
+
.premium-vscroll-wrap .premium-vscroll-nav-menu {
|
7518 |
+
opacity: 1;
|
7519 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7520 |
+
transition: all 0.3s ease-in-out;
|
7521 |
+
}
|
7522 |
+
|
7523 |
+
.premium-vscroll-inner .premium-vscroll-dots,
|
7524 |
+
.premium-vscroll-wrap .premium-vscroll-dots-hide {
|
7525 |
+
opacity: 0;
|
7526 |
+
visibility: hidden;
|
7527 |
+
}
|
7528 |
+
|
7529 |
+
.premium-vscroll-nav-dots-yes .premium-vscroll-inner .premium-vscroll-dots {
|
7530 |
+
opacity: 1;
|
7531 |
+
visibility: visible;
|
7532 |
+
}
|
7533 |
+
|
7534 |
+
.premium-vscroll-dots.middle {
|
7535 |
+
top: 50%;
|
7536 |
+
}
|
7537 |
+
|
7538 |
+
.premium-vscroll-dots.top {
|
7539 |
+
top: 40px;
|
7540 |
+
}
|
7541 |
+
|
7542 |
+
.premium-vscroll-dots.bottom {
|
7543 |
+
bottom: 30px;
|
7544 |
+
}
|
7545 |
+
|
7546 |
+
.premium-vscroll-dots.right {
|
7547 |
+
left: 17px;
|
7548 |
+
}
|
7549 |
+
|
7550 |
+
.premium-vscroll-dots.left {
|
7551 |
+
right: 17px;
|
7552 |
+
}
|
7553 |
+
|
7554 |
+
.premium-vscroll-inner ul.premium-vscroll-dots-list,
|
7555 |
+
.premium-vscroll-wrap .premium-vscroll-nav-menu {
|
7556 |
+
margin: 0 !important;
|
7557 |
+
padding: 0;
|
7558 |
+
}
|
7559 |
+
|
7560 |
+
.premium-vscroll-inner ul.premium-vscroll-dots-list li {
|
7561 |
+
width: 14px;
|
7562 |
+
height: 13px;
|
7563 |
+
margin: 7px;
|
7564 |
+
position: relative;
|
7565 |
+
display: -webkit-box;
|
7566 |
+
display: -webkit-flex;
|
7567 |
+
display: -ms-flexbox;
|
7568 |
+
-js-display: flex;
|
7569 |
+
display: -moz-box;
|
7570 |
+
display: flex;
|
7571 |
+
-webkit-box-pack: center;
|
7572 |
+
-ms-flex-pack: center;
|
7573 |
+
-webkit-justify-content: center;
|
7574 |
+
-moz-box-pack: center;
|
7575 |
+
justify-content: center;
|
7576 |
+
-webkit-box-align: center;
|
7577 |
+
-ms-flex-align: center;
|
7578 |
+
-webkit-align-items: center;
|
7579 |
+
-moz-box-align: center;
|
7580 |
+
align-items: center;
|
7581 |
+
overflow: visible;
|
7582 |
+
}
|
7583 |
+
|
7584 |
+
.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link {
|
7585 |
+
display: block;
|
7586 |
+
position: relative;
|
7587 |
+
z-index: 1;
|
7588 |
+
width: 100%;
|
7589 |
+
height: 100%;
|
7590 |
+
cursor: pointer;
|
7591 |
+
text-decoration: none;
|
7592 |
+
}
|
7593 |
+
|
7594 |
+
.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link span {
|
7595 |
+
top: 2px;
|
7596 |
+
right: 2.5px;
|
7597 |
+
width: 8px;
|
7598 |
+
height: 8px;
|
7599 |
+
border: 1px solid #000;
|
7600 |
+
-webkit-border-radius: 50%;
|
7601 |
+
border-radius: 50%;
|
7602 |
+
position: absolute;
|
7603 |
+
z-index: 1;
|
7604 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7605 |
+
transition: all 0.3s ease-in-out;
|
7606 |
+
}
|
7607 |
+
|
7608 |
+
.premium-vscroll-inner .premium-vscroll-dot-item.active .premium-vscroll-nav-link span {
|
7609 |
+
-webkit-transform: scale(1.6);
|
7610 |
+
-ms-transform: scale(1.6);
|
7611 |
+
transform: scale(1.6);
|
7612 |
+
}
|
7613 |
+
|
7614 |
+
.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-tooltip {
|
7615 |
+
position: absolute;
|
7616 |
+
color: #fff;
|
7617 |
+
font-size: 14px;
|
7618 |
+
font-family: arial, helvetica, sans-serif;
|
7619 |
+
white-space: nowrap;
|
7620 |
+
max-width: 220px;
|
7621 |
+
padding-right: 0.4em;
|
7622 |
+
padding-left: 0.4em;
|
7623 |
+
}
|
7624 |
+
|
7625 |
+
.premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip {
|
7626 |
+
left: 27px;
|
7627 |
+
}
|
7628 |
+
|
7629 |
+
/* * Lines */
|
7630 |
+
.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item {
|
7631 |
+
width: 4px;
|
7632 |
+
height: 30px;
|
7633 |
+
}
|
7634 |
+
|
7635 |
+
.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item span {
|
7636 |
+
width: 100%;
|
7637 |
+
height: 100%;
|
7638 |
+
-webkit-border-radius: 0;
|
7639 |
+
border-radius: 0;
|
7640 |
+
}
|
7641 |
+
|
7642 |
+
.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item.active span {
|
7643 |
+
-webkit-transform: scale(1);
|
7644 |
+
-ms-transform: scale(1);
|
7645 |
+
transform: scale(1);
|
7646 |
+
}
|
7647 |
+
|
7648 |
+
@media (max-width: 768px) {
|
7649 |
+
.premium-vscroll-dots.right {
|
7650 |
+
left: 7px;
|
7651 |
+
}
|
7652 |
+
|
7653 |
+
.premium-vscroll-dots.left {
|
7654 |
+
right: 7px;
|
7655 |
+
}
|
7656 |
+
}
|
7657 |
+
|
7658 |
+
.premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip::after {
|
7659 |
+
position: absolute;
|
7660 |
+
top: 50%;
|
7661 |
+
content: "";
|
7662 |
+
right: -webkit-calc(100% - 1px);
|
7663 |
+
right: calc(100% - 1px);
|
7664 |
+
width: 10px;
|
7665 |
+
height: 0;
|
7666 |
+
border-top: 6px solid transparent;
|
7667 |
+
border-bottom: 6px solid transparent;
|
7668 |
+
border-right: 6px solid;
|
7669 |
+
-webkit-transform: translateY(-50%);
|
7670 |
+
-ms-transform: translateY(-50%);
|
7671 |
+
transform: translateY(-50%);
|
7672 |
+
}
|
7673 |
+
|
7674 |
+
.premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip::after {
|
7675 |
+
position: absolute;
|
7676 |
+
top: 50%;
|
7677 |
+
content: "";
|
7678 |
+
left: -webkit-calc(100% - 1px);
|
7679 |
+
left: calc(100% - 1px);
|
7680 |
+
width: 10px;
|
7681 |
+
height: 0;
|
7682 |
+
border-top: 6px solid transparent;
|
7683 |
+
border-bottom: 6px solid transparent;
|
7684 |
+
border-left: 6px solid;
|
7685 |
+
-webkit-transform: translateY(-50%);
|
7686 |
+
-ms-transform: translateY(-50%);
|
7687 |
+
transform: translateY(-50%);
|
7688 |
+
}
|
7689 |
+
|
7690 |
+
.premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip {
|
7691 |
+
right: 27px;
|
7692 |
+
}
|
7693 |
+
|
7694 |
+
.premium-vscroll-nav-menu {
|
7695 |
+
position: fixed;
|
7696 |
+
top: 20px;
|
7697 |
+
height: 40px;
|
7698 |
+
z-index: 100;
|
7699 |
+
padding: 0;
|
7700 |
+
margin: 0;
|
7701 |
+
}
|
7702 |
+
|
7703 |
+
.premium-vscroll-nav-menu.left {
|
7704 |
+
right: 0;
|
7705 |
+
}
|
7706 |
+
|
7707 |
+
.premium-vscroll-nav-menu.right {
|
7708 |
+
left: 0;
|
7709 |
+
}
|
7710 |
+
|
7711 |
+
.premium-vscroll-nav-menu .premium-vscroll-nav-item {
|
7712 |
+
display: inline-block;
|
7713 |
+
margin: 10px;
|
7714 |
+
color: #000;
|
7715 |
+
background: #fff;
|
7716 |
+
background: rgba(255, 255, 255, 0.3);
|
7717 |
+
}
|
7718 |
+
|
7719 |
+
.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link {
|
7720 |
+
padding: 9px 18px;
|
7721 |
+
display: block;
|
7722 |
+
cursor: pointer;
|
7723 |
+
}
|
7724 |
+
|
7725 |
+
.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link,
|
7726 |
+
.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:hover {
|
7727 |
+
color: #000;
|
7728 |
+
}
|
7729 |
+
|
7730 |
+
.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:focus,
|
7731 |
+
.multiscroll-nav li a:focus {
|
7732 |
+
outline: none;
|
7733 |
+
}
|
7734 |
+
|
7735 |
+
.premium-vscroll-temp .slimScrollBar {
|
7736 |
+
visibility: hidden;
|
7737 |
+
}
|
7738 |
+
|
7739 |
+
/************ Premium Image Scroll ***************/
|
7740 |
+
/*************************************************/
|
7741 |
+
.premium-image-scroll-section,
|
7742 |
+
.premium-image-scroll-container {
|
7743 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7744 |
+
transition: all 0.3s ease-in-out;
|
7745 |
+
}
|
7746 |
+
|
7747 |
+
.premium-image-scroll-section {
|
7748 |
+
position: relative;
|
7749 |
+
overflow: hidden;
|
7750 |
+
width: 100%;
|
7751 |
+
-webkit-mask-image: -webkit-radial-gradient(white, black);
|
7752 |
+
}
|
7753 |
+
|
7754 |
+
.premium-image-scroll-container {
|
7755 |
+
width: 100%;
|
7756 |
+
}
|
7757 |
+
|
7758 |
+
.premium-image-scroll-container .premium-image-scroll-mask-media {
|
7759 |
+
-webkit-mask-repeat: no-repeat;
|
7760 |
+
mask-repeat: no-repeat;
|
7761 |
+
-webkit-mask-position: center;
|
7762 |
+
mask-position: center;
|
7763 |
+
}
|
7764 |
+
|
7765 |
+
.premium-container-scroll {
|
7766 |
+
overflow: auto;
|
7767 |
+
}
|
7768 |
+
|
7769 |
+
.premium-image-scroll-container .premium-image-scroll-horizontal {
|
7770 |
+
position: relative;
|
7771 |
+
width: 100%;
|
7772 |
+
height: 100%;
|
7773 |
+
}
|
7774 |
+
|
7775 |
+
.premium-image-scroll-container .premium-image-scroll-horizontal img {
|
7776 |
+
max-width: none;
|
7777 |
+
height: 100%;
|
7778 |
+
}
|
7779 |
+
|
7780 |
+
.premium-image-scroll-container .premium-image-scroll-vertical img {
|
7781 |
+
width: 100%;
|
7782 |
+
max-width: 100%;
|
7783 |
+
height: auto;
|
7784 |
+
}
|
7785 |
+
|
7786 |
+
.premium-image-scroll-ver {
|
7787 |
+
position: relative;
|
7788 |
+
}
|
7789 |
+
|
7790 |
+
.premium-image-scroll-container .premium-image-scroll-overlay {
|
7791 |
+
background: rgba(2, 2, 2, 0.3);
|
7792 |
+
}
|
7793 |
+
|
7794 |
+
.premium-image-scroll-container .premium-image-scroll-link,
|
7795 |
+
.premium-image-scroll-container .premium-image-scroll-overlay {
|
7796 |
+
position: absolute;
|
7797 |
+
top: 0;
|
7798 |
+
bottom: 0;
|
7799 |
+
right: 0;
|
7800 |
+
left: 0;
|
7801 |
+
z-index: 4;
|
7802 |
+
}
|
7803 |
+
|
7804 |
+
.premium-image-scroll-content {
|
7805 |
+
display: inline-block;
|
7806 |
+
position: absolute;
|
7807 |
+
height: auto;
|
7808 |
+
top: 50%;
|
7809 |
+
right: 50%;
|
7810 |
+
text-align: center;
|
7811 |
+
z-index: 5;
|
7812 |
+
-webkit-transform: translate(50%, -50%);
|
7813 |
+
-ms-transform: translate(50%, -50%);
|
7814 |
+
transform: translate(50%, -50%);
|
7815 |
+
}
|
7816 |
+
|
7817 |
+
.premium-container-scroll-instant .premium-image-scroll-image {
|
7818 |
+
-webkit-transition: all 0s ease-in-out !important;
|
7819 |
+
transition: all 0s ease-in-out !important;
|
7820 |
+
}
|
7821 |
+
|
7822 |
+
.premium-image-scroll-container img {
|
7823 |
+
-webkit-transition: -webkit-transform 3s ease-in-out;
|
7824 |
+
transition: -webkit-transform 3s ease-in-out;
|
7825 |
+
transition: transform 3s ease-in-out;
|
7826 |
+
transition: transform 3s ease-in-out, -webkit-transform 3s ease-in-out;
|
7827 |
+
}
|
7828 |
+
|
7829 |
+
.premium-image-scroll-container .premium-image-scroll-overlay,
|
7830 |
+
.premium-image-scroll-container .premium-image-scroll-content {
|
7831 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7832 |
+
transition: all 0.3s ease-in-out;
|
7833 |
+
opacity: 1;
|
7834 |
+
}
|
7835 |
+
|
7836 |
+
.premium-image-scroll-container:hover .premium-image-scroll-overlay {
|
7837 |
+
opacity: 0;
|
7838 |
+
}
|
7839 |
+
|
7840 |
+
.premium-image-scroll-container:hover .premium-image-scroll-content {
|
7841 |
+
opacity: 0;
|
7842 |
+
visibility: hidden;
|
7843 |
+
}
|
7844 |
+
|
7845 |
+
.premium-image-scroll-content .premium-image-scroll-icon {
|
7846 |
+
display: inline-block;
|
7847 |
+
font-family: "pa-elements" !important;
|
7848 |
+
speak: none;
|
7849 |
+
font-style: normal;
|
7850 |
+
font-weight: normal;
|
7851 |
+
font-variant: normal;
|
7852 |
+
text-transform: none;
|
7853 |
+
line-height: 1;
|
7854 |
+
-webkit-font-smoothing: antialiased;
|
7855 |
+
-moz-osx-font-smoothing: grayscale;
|
7856 |
+
-webkit-animation-duration: 0.5s;
|
7857 |
+
animation-duration: 0.5s;
|
7858 |
+
-webkit-animation-iteration-count: infinite;
|
7859 |
+
animation-iteration-count: infinite;
|
7860 |
+
-webkit-animation-direction: alternate;
|
7861 |
+
animation-direction: alternate;
|
7862 |
+
-webkit-animation-timing-function: ease-in-out;
|
7863 |
+
animation-timing-function: ease-in-out;
|
7864 |
+
}
|
7865 |
+
|
7866 |
+
.pa-horizontal-mouse-scroll:before {
|
7867 |
+
content: "\e917";
|
7868 |
+
}
|
7869 |
+
|
7870 |
+
.pa-vertical-mouse-scroll:before {
|
7871 |
+
content: "\e918";
|
7872 |
+
}
|
7873 |
+
|
7874 |
+
.pa-horizontal-mouse-scroll {
|
7875 |
+
-webkit-animation-name: pa-scroll-horizontal;
|
7876 |
+
animation-name: pa-scroll-horizontal;
|
7877 |
+
}
|
7878 |
+
|
7879 |
+
.pa-vertical-mouse-scroll {
|
7880 |
+
-webkit-animation-name: pa-scroll-vertical;
|
7881 |
+
animation-name: pa-scroll-vertical;
|
7882 |
+
}
|
7883 |
+
|
7884 |
+
@-webkit-keyframes pa-scroll-vertical {
|
7885 |
+
0% {
|
7886 |
+
-webkit-transform: translateY(0px);
|
7887 |
+
transform: translateY(0px);
|
7888 |
+
}
|
7889 |
+
|
7890 |
+
100% {
|
7891 |
+
-webkit-transform: translateY(5px);
|
7892 |
+
transform: translateY(5px);
|
7893 |
+
}
|
7894 |
+
}
|
7895 |
+
|
7896 |
+
@keyframes pa-scroll-vertical {
|
7897 |
+
0% {
|
7898 |
+
-webkit-transform: translateY(0px);
|
7899 |
+
transform: translateY(0px);
|
7900 |
+
}
|
7901 |
+
|
7902 |
+
100% {
|
7903 |
+
-webkit-transform: translateY(5px);
|
7904 |
+
transform: translateY(5px);
|
7905 |
+
}
|
7906 |
+
}
|
7907 |
+
|
7908 |
+
@-webkit-keyframes pa-scroll-horizontal {
|
7909 |
+
0% {
|
7910 |
+
-webkit-transform: translateX(0px);
|
7911 |
+
transform: translateX(0px);
|
7912 |
+
}
|
7913 |
+
|
7914 |
+
100% {
|
7915 |
+
-webkit-transform: translateX(-5px);
|
7916 |
+
transform: translateX(-5px);
|
7917 |
+
}
|
7918 |
+
}
|
7919 |
+
|
7920 |
+
@keyframes pa-scroll-horizontal {
|
7921 |
+
0% {
|
7922 |
+
-webkit-transform: translateX(0px);
|
7923 |
+
transform: translateX(0px);
|
7924 |
+
}
|
7925 |
+
|
7926 |
+
100% {
|
7927 |
+
-webkit-transform: translateX(-5px);
|
7928 |
+
transform: translateX(-5px);
|
7929 |
+
}
|
7930 |
+
}
|
7931 |
+
|
7932 |
+
/********* Premium Lottie Animations **********/
|
7933 |
+
/**********************************************/
|
7934 |
+
.premium-lottie-wrap .premium-lottie-animation {
|
7935 |
+
position: relative;
|
7936 |
+
-js-display: inline-flex;
|
7937 |
+
display: -webkit-inline-box;
|
7938 |
+
display: -webkit-inline-flex;
|
7939 |
+
display: -moz-inline-box;
|
7940 |
+
display: -ms-inline-flexbox;
|
7941 |
+
display: inline-flex;
|
7942 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7943 |
+
transition: all 0.3s ease-in-out;
|
7944 |
+
}
|
7945 |
+
|
7946 |
+
.premium-lottie-wrap .premium-lottie-animation a {
|
7947 |
+
position: absolute;
|
7948 |
+
left: 0;
|
7949 |
+
top: 0;
|
7950 |
+
width: 100%;
|
7951 |
+
height: 100%;
|
7952 |
+
z-index: 2;
|
7953 |
+
}
|
7954 |
+
|
7955 |
+
/**************** Premium Bullet List *****************/
|
7956 |
+
/******************************************************/
|
7957 |
+
.premium-bullet-list-box {
|
7958 |
+
-js-display: flex;
|
7959 |
+
display: -webkit-box;
|
7960 |
+
display: -webkit-flex;
|
7961 |
+
display: -moz-box;
|
7962 |
+
display: -ms-flexbox;
|
7963 |
+
display: flex;
|
7964 |
+
-webkit-flex-wrap: wrap;
|
7965 |
+
-ms-flex-wrap: wrap;
|
7966 |
+
flex-wrap: wrap;
|
7967 |
+
-webkit-box-orient: vertical;
|
7968 |
+
-webkit-box-direction: normal;
|
7969 |
+
-webkit-flex-direction: column;
|
7970 |
+
-moz-box-orient: vertical;
|
7971 |
+
-moz-box-direction: normal;
|
7972 |
+
-ms-flex-direction: column;
|
7973 |
+
flex-direction: column;
|
7974 |
+
}
|
7975 |
+
|
7976 |
+
.premium-bullet-list-box .premium-bullet-list-content-grow-lc {
|
7977 |
+
-webkit-transform-origin: right center;
|
7978 |
+
-ms-transform-origin: right center;
|
7979 |
+
transform-origin: right center;
|
7980 |
+
}
|
7981 |
+
|
7982 |
+
.premium-bullet-list-box .premium-bullet-list-content-grow-rc {
|
7983 |
+
-webkit-transform-origin: left center;
|
7984 |
+
-ms-transform-origin: left center;
|
7985 |
+
transform-origin: left center;
|
7986 |
+
}
|
7987 |
+
|
7988 |
+
.premium-bullet-list-box .premium-bullet-list-content-grow-cc {
|
7989 |
+
-webkit-transform-origin: center center;
|
7990 |
+
-ms-transform-origin: center center;
|
7991 |
+
transform-origin: center center;
|
7992 |
+
}
|
7993 |
+
|
7994 |
+
.premium-bullet-list-content {
|
7995 |
+
-js-display: flex;
|
7996 |
+
display: -webkit-box;
|
7997 |
+
display: -webkit-flex;
|
7998 |
+
display: -moz-box;
|
7999 |
+
display: -ms-flexbox;
|
8000 |
+
display: flex;
|
8001 |
+
-webkit-transition: all 0.3s ease-in-out;
|
8002 |
+
transition: all 0.3s ease-in-out;
|
8003 |
+
width: auto;
|
8004 |
+
position: relative;
|
8005 |
+
}
|
8006 |
+
|
8007 |
+
.premium-bullet-list-content .premium-bullet-list-text span,
|
8008 |
+
.premium-bullet-list-content .premium-bullet-list-wrapper {
|
8009 |
+
display: inline-block;
|
8010 |
+
-webkit-align-self: center;
|
8011 |
+
-ms-flex-item-align: center;
|
8012 |
+
align-self: center;
|
8013 |
+
-webkit-transition: all 0.3s ease-in-out;
|
8014 |
+
transition: all 0.3s ease-in-out;
|
8015 |
+
}
|
8016 |
+
|
8017 |
+
.premium-bullet-list-content .premium-bullet-list-text span {
|
8018 |
+
margin: 0 5px;
|
8019 |
+
}
|
8020 |
+
|
8021 |
+
.premium-bullet-list-content .premium-bullet-list-icon-text p {
|
8022 |
+
font-size: 18px;
|
8023 |
+
background-color: #eee;
|
8024 |
+
padding: 1px 5px;
|
8025 |
+
-webkit-border-radius: 2px;
|
8026 |
+
border-radius: 2px;
|
8027 |
+
}
|
8028 |
+
|
8029 |
+
.premium-bullet-list-content .premium-bullet-list-text span,
|
8030 |
+
.premium-bullet-list-content .premium-bullet-list-icon-text p,
|
8031 |
+
.premium-bullet-list-content .premium-bullet-list-wrapper img,
|
8032 |
+
.premium-bullet-list-content .premium-bullet-list-wrapper svg,
|
8033 |
+
.premium-bullet-list-content .premium-bullet-list-wrapper i {
|
8034 |
+
-webkit-transition: all 0.3s ease-in-out;
|
8035 |
+
transition: all 0.3s ease-in-out;
|
8036 |
+
}
|
8037 |
+
|
8038 |
+
.premium-bullet-list-content .premium-bullet-list-wrapper {
|
8039 |
+
position: relative;
|
8040 |
+
line-height: 0;
|
8041 |
+
}
|
8042 |
+
|
8043 |
+
.premium-bullet-list-content .premium-bullet-list-wrapper img,
|
8044 |
+
.premium-bullet-list-content .premium-bullet-list-wrapper svg {
|
8045 |
+
width: 30px !important;
|
8046 |
+
height: 30px !important;
|
8047 |
+
position: relative;
|
8048 |
+
z-index: 500;
|
8049 |
+
}
|
8050 |
+
|
8051 |
+
.premium-bullet-list-content .premium-bullet-list-wrapper i {
|
8052 |
+
width: 1.25em;
|
8053 |
+
}
|
8054 |
+
|
8055 |
+
.premium-bullet-list-content .premium-bullet-list-wrapper i,
|
8056 |
+
.premium-bullet-list-content .premium-bullet-list-wrapper .premium-bullet-list-icon-text {
|
8057 |
+
position: relative;
|
8058 |
+
z-index: 500;
|
8059 |
+
}
|
8060 |
+
|
8061 |
+
.premium-bullet-list-content .premium-bullet-list-link {
|
8062 |
+
position: absolute;
|
8063 |
+
top: 0;
|
8064 |
+
right: 0;
|
8065 |
+
width: 100%;
|
8066 |
+
height: 100%;
|
8067 |
+
z-index: 1000;
|
8068 |
+
}
|
8069 |
+
|
8070 |
+
.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector {
|
8071 |
+
width: 100%;
|
8072 |
+
height: 100%;
|
8073 |
+
position: absolute;
|
8074 |
+
top: 0.5em;
|
8075 |
+
z-index: 100;
|
8076 |
+
-js-display: flex;
|
8077 |
+
display: -webkit-box;
|
8078 |
+
display: -webkit-flex;
|
8079 |
+
display: -moz-box;
|
8080 |
+
display: -ms-flexbox;
|
8081 |
+
display: flex;
|
8082 |
+
-webkit-box-pack: center;
|
8083 |
+
-webkit-justify-content: center;
|
8084 |
+
-moz-box-pack: center;
|
8085 |
+
-ms-flex-pack: center;
|
8086 |
+
justify-content: center;
|
8087 |
+
}
|
8088 |
+
|
8089 |
+
.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector .premium-icon-connector-content:after {
|
8090 |
+
content: "";
|
8091 |
+
border-left-width: 1px;
|
8092 |
+
border-left-style: solid;
|
8093 |
+
border-color: #333333;
|
8094 |
+
display: block;
|
8095 |
+
height: 100%;
|
8096 |
+
}
|
8097 |
+
|
8098 |
+
li.premium-bullet-list-content.premium-bullet-list-content-inline {
|
8099 |
+
-webkit-align-self: center;
|
8100 |
+
-ms-flex-item-align:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|