Version Description
- Added: Premium Pricing Table widget.
- Added: Premium Button widget.
- Added: Premium Contact Form 7 widget.
- Fixed: Premium Modal Box bugs.
- Fixed: Premium Carousel bugs.
- Fixed: Premium Counter scrolling bug.
- Fixed: Premium Fancy Text cursor text bug.
- Fixed: Premium Progress Bar animation bug.
- Enhanced: Premium Banner widget rewritten.
- Enhanced: Map widget rewritten.
- Enhanced: Premium Blog squares effect.
- Enhanced: Inline Documentations and options usability.
Download this release
Release Info
Developer | leap13 |
Plugin | ![]() |
Version | 2.0 |
Comparing to | |
See all releases |
Code changes from version 1.09 to 2.0
- admin/assets/admin.js +1 -1
- admin/assets/pa-elements-font/css/pa-elements.css +27 -25
- admin/assets/pa-elements-font/fonts/pa-elements.eot +0 -0
- admin/assets/pa-elements-font/fonts/pa-elements.svg +18 -17
- admin/assets/pa-elements-font/fonts/pa-elements.ttf +0 -0
- admin/assets/pa-elements-font/fonts/pa-elements.woff +0 -0
- admin/images/premium-addons-icon.png +0 -0
- admin/settings-page.php +49 -20
- assets/css/premium-addons.css +780 -66
- assets/images/person-image.jpg +0 -0
- assets/js/premium-addons.js +368 -3
- premium-addons.php +38 -21
- readme.txt +24 -6
- widgets/premium-banner.php +225 -157
- widgets/premium-blog.php +377 -59
- widgets/premium-button.php +689 -0
- widgets/premium-carousel.php +41 -169
- widgets/premium-contactform.php +482 -0
- widgets/premium-countdown.php +184 -240
- widgets/premium-counter.php +260 -289
- widgets/premium-dual-header.php +39 -12
- widgets/premium-fancytext.php +46 -33
- widgets/premium-imageseparator.php +102 -12
- widgets/premium-maps.php +285 -74
- widgets/premium-modalbox.php +489 -165
- widgets/premium-person.php +178 -118
- widgets/premium-pricing-table.php +1064 -0
- widgets/premium-progressbar.php +87 -38
- widgets/premium-testimonials.php +187 -269
- widgets/premium-title.php +288 -211
- widgets/premium-videobox.php +193 -123
admin/assets/admin.js
CHANGED
@@ -45,4 +45,4 @@
|
|
45 |
|
46 |
} );
|
47 |
|
48 |
-
} )(jQuery);
|
45 |
|
46 |
} );
|
47 |
|
48 |
+
} )(jQuery);
|
admin/assets/pa-elements-font/css/pa-elements.css
CHANGED
@@ -7,7 +7,6 @@
|
|
7 |
url('../fonts/pa-elements.svg?sivga8#pa-elements') format('svg');
|
8 |
font-weight: normal;
|
9 |
font-style: normal;
|
10 |
-
color: #1A7FC2;
|
11 |
}
|
12 |
[class^="pa-"], [class*=" pa-"] {
|
13 |
/* use !important to prevent issues with browser extensions that change fonts */
|
@@ -18,60 +17,63 @@
|
|
18 |
font-variant: normal;
|
19 |
text-transform: none;
|
20 |
line-height: 1;
|
21 |
-
|
22 |
/* Better Font Rendering =========== */
|
23 |
-webkit-font-smoothing: antialiased;
|
24 |
-moz-osx-font-smoothing: grayscale;
|
25 |
-
color: #1A7FC2;
|
26 |
}
|
27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
content: "\e901";
|
29 |
}
|
30 |
-
.pa-
|
31 |
content: "\e902";
|
32 |
}
|
33 |
-
.pa-
|
34 |
content: "\e903";
|
35 |
}
|
36 |
-
.pa-
|
37 |
content: "\e904";
|
38 |
}
|
39 |
-
.pa-
|
40 |
-
content: "\e905";
|
41 |
-
}
|
42 |
-
.pa-pa-person:before {
|
43 |
content: "\e900";
|
44 |
}
|
45 |
-
.pa-
|
46 |
-
content: "\e906";
|
47 |
-
}
|
48 |
-
.pa-pa-indicator:before {
|
49 |
content: "\e907";
|
50 |
}
|
51 |
-
.pa-
|
52 |
content: "\e908";
|
53 |
}
|
54 |
-
.pa-
|
55 |
content: "\e909";
|
56 |
}
|
57 |
-
.pa-
|
58 |
content: "\e90a";
|
59 |
}
|
60 |
-
.pa-
|
61 |
content: "\e90b";
|
62 |
}
|
63 |
-
.pa-
|
64 |
content: "\e90c";
|
65 |
}
|
66 |
-
.pa-
|
67 |
content: "\e90d";
|
68 |
}
|
69 |
-
.pa-
|
70 |
content: "\e90e";
|
71 |
}
|
72 |
-
.pa-
|
73 |
content: "\e90f";
|
74 |
}
|
75 |
-
.pa-
|
76 |
content: "\e910";
|
77 |
-
}
|
7 |
url('../fonts/pa-elements.svg?sivga8#pa-elements') format('svg');
|
8 |
font-weight: normal;
|
9 |
font-style: normal;
|
|
|
10 |
}
|
11 |
[class^="pa-"], [class*=" pa-"] {
|
12 |
/* use !important to prevent issues with browser extensions that change fonts */
|
17 |
font-variant: normal;
|
18 |
text-transform: none;
|
19 |
line-height: 1;
|
20 |
+
color: #1A7FC2;
|
21 |
/* Better Font Rendering =========== */
|
22 |
-webkit-font-smoothing: antialiased;
|
23 |
-moz-osx-font-smoothing: grayscale;
|
|
|
24 |
}
|
25 |
+
|
26 |
+
.pa-pricing-table:before {
|
27 |
+
content: "\e905";
|
28 |
+
}
|
29 |
+
.pa-button:before {
|
30 |
+
content: "\e906";
|
31 |
+
}
|
32 |
+
.pa-contact-form:before {
|
33 |
+
content: "\e911";
|
34 |
+
}
|
35 |
+
.pa-video-box:before {
|
36 |
content: "\e901";
|
37 |
}
|
38 |
+
.pa-title:before {
|
39 |
content: "\e902";
|
40 |
}
|
41 |
+
.pa-testimonials:before {
|
42 |
content: "\e903";
|
43 |
}
|
44 |
+
.pa-progress-bar:before {
|
45 |
content: "\e904";
|
46 |
}
|
47 |
+
.pa-person:before {
|
|
|
|
|
|
|
48 |
content: "\e900";
|
49 |
}
|
50 |
+
.pa-maps:before {
|
|
|
|
|
|
|
51 |
content: "\e907";
|
52 |
}
|
53 |
+
.pa-image-separator:before {
|
54 |
content: "\e908";
|
55 |
}
|
56 |
+
.pa-modal-box:before {
|
57 |
content: "\e909";
|
58 |
}
|
59 |
+
.pa-fancy-text:before {
|
60 |
content: "\e90a";
|
61 |
}
|
62 |
+
.pa-dual-header:before {
|
63 |
content: "\e90b";
|
64 |
}
|
65 |
+
.pa-counter:before {
|
66 |
content: "\e90c";
|
67 |
}
|
68 |
+
.pa-countdown:before {
|
69 |
content: "\e90d";
|
70 |
}
|
71 |
+
.pa-carousel:before {
|
72 |
content: "\e90e";
|
73 |
}
|
74 |
+
.pa-blog:before {
|
75 |
content: "\e90f";
|
76 |
}
|
77 |
+
.pa-banner:before {
|
78 |
content: "\e910";
|
79 |
+
}
|
admin/assets/pa-elements-font/fonts/pa-elements.eot
CHANGED
Binary file
|
admin/assets/pa-elements-font/fonts/pa-elements.svg
CHANGED
@@ -7,21 +7,22 @@
|
|
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="
|
11 |
-
<glyph unicode="" glyph-name="
|
12 |
-
<glyph unicode="" glyph-name="
|
13 |
-
<glyph unicode="" glyph-name="
|
14 |
-
<glyph unicode="" glyph-name="
|
15 |
-
<glyph unicode="" glyph-name="
|
16 |
-
<glyph unicode="" glyph-name="
|
17 |
-
<glyph unicode="" glyph-name="
|
18 |
-
<glyph unicode="" glyph-name="
|
19 |
-
<glyph unicode="" glyph-name="
|
20 |
-
<glyph unicode="" glyph-name="
|
21 |
-
<glyph unicode="" glyph-name="
|
22 |
-
<glyph unicode="" glyph-name="
|
23 |
-
<glyph unicode="" glyph-name="
|
24 |
-
<glyph unicode="" glyph-name="
|
25 |
-
<glyph unicode="" glyph-name="
|
26 |
-
<glyph unicode="" glyph-name="
|
|
|
27 |
</font></defs></svg>
|
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="person" d="M874.095 810.074c-199.648 199.651-524.504 199.651-724.152 0-70.048-70.048-117.964-158.050-138.571-254.496-20.062-93.91-13.491-191.207 19.003-281.366 3.904-10.827 15.849-16.44 26.672-12.539 10.83 3.904 16.443 15.846 12.539 26.672-29.854 82.837-35.891 172.232-17.454 258.529 18.92 88.558 62.935 169.384 127.283 233.732 183.399 183.399 481.809 183.399 665.208 0 87.339-87.342 136.23-203.441 137.665-326.916 1.435-123.25-44.498-240.276-129.329-329.515-1.004-1.056-1.997-2.119-2.991-3.182-1.758-1.879-3.512-3.762-5.346-5.596-183.399-183.399-481.809-183.399-665.208 0-0.976 0.976-1.928 1.969-2.869 2.963-0.049 1.924-0.090 3.821-0.090 5.689 0 4.196 0.080 8.374 0.233 12.539 0.052 1.393 0.156 2.772 0.226 4.161 0.135 2.768 0.264 5.537 0.465 8.291 0.122 1.643 0.299 3.268 0.445 4.904 0.219 2.483 0.424 4.967 0.695 7.437 0.191 1.744 0.441 3.473 0.66 5.21 0.295 2.345 0.577 4.696 0.924 7.030 0.264 1.778 0.577 3.539 0.868 5.307 0.372 2.275 0.733 4.55 1.153 6.811 0.33 1.789 0.709 3.56 1.070 5.339 0.448 2.22 0.889 4.442 1.382 6.648 0.399 1.789 0.844 3.567 1.271 5.346 0.521 2.171 1.039 4.342 1.601 6.495 0.469 1.785 0.976 3.557 1.469 5.332 0.594 2.126 1.184 4.255 1.82 6.367 0.531 1.771 1.101 3.529 1.664 5.287 0.667 2.088 1.334 4.179 2.039 6.249 0.597 1.747 1.223 3.484 1.848 5.221 0.74 2.056 1.483 4.113 2.261 6.155 0.66 1.726 1.344 3.435 2.032 5.148 0.809 2.018 1.626 4.036 2.473 6.037 0.722 1.702 1.466 3.39 2.216 5.078 0.879 1.983 1.768 3.96 2.685 5.922 0.782 1.671 1.58 3.331 2.39 4.988 0.952 1.949 1.914 3.894 2.9 5.821 0.837 1.632 1.688 3.258 2.553 4.877 1.021 1.917 2.060 3.828 3.119 5.728 0.893 1.598 1.796 3.189 2.713 4.769 1.091 1.879 2.199 3.748 3.328 5.61 0.948 1.563 1.907 3.119 2.879 4.668 1.16 1.841 2.338 3.671 3.532 5.488 1 1.525 2.008 3.043 3.032 4.55 1.226 1.806 2.48 3.591 3.744 5.373 1.052 1.483 2.105 2.963 3.182 4.425 1.296 1.764 2.619 3.512 3.949 5.248 1.101 1.438 2.199 2.876 3.324 4.297 1.365 1.726 2.761 3.432 4.161 5.13 1.143 1.389 2.285 2.779 3.453 4.151 1.438 1.688 2.907 3.352 4.38 5.012 1.188 1.341 2.369 2.685 3.578 4.005 1.507 1.646 3.046 3.262 4.588 4.877 1.23 1.292 2.452 2.588 3.703 3.862 1.58 1.605 3.196 3.175 4.807 4.752 1.264 1.233 2.518 2.48 3.803 3.696 1.66 1.57 3.359 3.102 5.050 4.637 1.292 1.171 2.567 2.355 3.876 3.508 1.747 1.539 3.539 3.032 5.321 4.536 1.306 1.101 2.598 2.22 3.921 3.303 1.844 1.507 3.734 2.97 5.616 4.442 1.313 1.025 2.605 2.074 3.932 3.081 1.983 1.504 4.008 2.956 6.030 4.415 1.275 0.924 2.525 1.869 3.817 2.775 2.23 1.567 4.512 3.077 6.787 4.595 1.122 0.747 2.22 1.521 3.348 2.258 2.966 1.928 5.985 3.793 9.024 5.634 0.472 0.285 0.931 0.59 1.407 0.875 3.515 2.105 7.079 4.147 10.684 6.134 1.233 0.677 2.501 1.313 3.748 1.976 2.393 1.278 4.779 2.567 7.214 3.789 1.56 0.785 3.157 1.521 4.731 2.282 1.987 0.962 3.967 1.935 5.978 2.862 37.773-36.082 88.162-56.509 140.464-56.509s102.695 20.431 140.468 56.516c73.737-34.126 134.087-95.359 166.852-169.821 4.634-10.531 16.926-15.321 27.468-10.684 10.535 4.637 15.318 16.936 10.681 27.468-35.839 81.451-98.231 146.539-177.206 185.83 22.914 33.612 35.311 73.303 35.311 114.261 0 112.25-91.323 203.573-203.573 203.573-11.507 0-20.84-9.333-20.84-20.84s9.333-20.84 20.84-20.84c89.27 0 161.892-72.625 161.892-161.892 0-39.916-14.835-78.353-41.768-108.221-0.003-0.003-0.007-0.007-0.010-0.010-30.753-34.102-74.532-53.661-120.117-53.661s-89.367 19.559-120.117 53.661c-0.003 0.007-0.010 0.010-0.017 0.014-26.929 29.878-41.761 68.304-41.761 108.214 0 43.57 17.058 84.445 48.034 115.088 8.183 8.096 8.253 21.292 0.156 29.472-8.093 8.187-21.288 8.249-29.472 0.16-38.947-38.52-60.399-89.916-60.399-144.705 0-40.917 12.365-80.579 35.241-114.174-0.205-0.101-0.403-0.212-0.604-0.316-1.626-0.813-3.213-1.674-4.825-2.504-2.47-1.278-4.946-2.549-7.381-3.88-1.723-0.938-3.407-1.924-5.113-2.886-2.275-1.289-4.554-2.57-6.797-3.901-1.74-1.035-3.453-2.105-5.175-3.164-2.154-1.327-4.307-2.65-6.429-4.015-1.733-1.115-3.435-2.261-5.148-3.4-2.060-1.372-4.116-2.751-6.144-4.161-1.705-1.188-3.39-2.4-5.075-3.612-1.98-1.428-3.953-2.862-5.901-4.324-1.671-1.254-3.321-2.525-4.967-3.803-1.91-1.483-3.807-2.977-5.682-4.495-1.626-1.313-3.237-2.643-4.842-3.981-1.844-1.542-3.675-3.102-5.488-4.679-1.573-1.365-3.136-2.741-4.686-4.133-1.789-1.608-3.553-3.234-5.307-4.873-1.514-1.414-3.025-2.831-4.519-4.272-1.733-1.674-3.439-3.373-5.141-5.078-1.452-1.455-2.904-2.907-4.328-4.383-1.685-1.747-3.338-3.526-4.988-5.304-1.379-1.487-2.768-2.966-4.123-4.477-1.65-1.834-3.255-3.706-4.866-5.571-1.296-1.501-2.602-2.987-3.873-4.505-1.636-1.956-3.22-3.949-4.814-5.936-1.184-1.48-2.393-2.938-3.557-4.436-1.674-2.154-3.293-4.349-4.918-6.537-1.021-1.375-2.070-2.727-3.070-4.116-2.056-2.848-4.047-5.738-6.019-8.642-0.518-0.764-1.066-1.507-1.58-2.275-2.456-3.668-4.842-7.378-7.166-11.129-0.802-1.296-1.556-2.619-2.341-3.921-1.504-2.497-3.015-4.991-4.463-7.523-0.903-1.58-1.758-3.189-2.636-4.783-1.268-2.292-2.543-4.578-3.758-6.898-0.903-1.719-1.758-3.46-2.636-5.193-1.132-2.237-2.268-4.47-3.355-6.731-0.865-1.799-1.688-3.619-2.525-5.429-1.028-2.233-2.060-4.463-3.046-6.718-0.813-1.858-1.591-3.734-2.372-5.606-0.941-2.247-1.876-4.495-2.772-6.759-0.754-1.903-1.476-3.817-2.199-5.731-0.854-2.272-1.698-4.547-2.511-6.836-0.688-1.942-1.355-3.894-2.015-5.849-0.775-2.296-1.528-4.599-2.258-6.916-0.622-1.969-1.223-3.946-1.813-5.926-0.695-2.338-1.365-4.682-2.015-7.037-0.549-1.987-1.087-3.977-1.605-5.978-0.615-2.379-1.198-4.769-1.768-7.166-0.476-2.001-0.948-3.998-1.389-6.006-0.535-2.428-1.032-4.87-1.518-7.315-0.399-2.001-0.806-4.001-1.174-6.012-0.455-2.494-0.865-5.002-1.271-7.513-0.32-1.98-0.656-3.956-0.945-5.943-0.379-2.591-0.698-5.196-1.025-7.801-0.24-1.931-0.504-3.859-0.716-5.797-0.299-2.73-0.528-5.478-0.768-8.225-0.16-1.83-0.351-3.654-0.483-5.495-0.222-3.067-0.368-6.148-0.518-9.232-0.073-1.532-0.188-3.053-0.243-4.588-0.167-4.627-0.261-9.271-0.261-13.932 0-5.033 0.17-9.792 0.375-15.047 0.049-1.216 0.219-2.397 0.462-3.55 0.021-0.090 0.031-0.181 0.052-0.271 0.257-1.136 0.618-2.226 1.052-3.282 0.042-0.104 0.080-0.208 0.125-0.313 0.448-1.042 0.983-2.035 1.587-2.98 0.076-0.118 0.149-0.236 0.226-0.351 0.622-0.927 1.313-1.799 2.067-2.612 0.056-0.059 0.094-0.132 0.149-0.191l2.751-2.928c2.077-2.223 4.154-4.439 6.322-6.603 99.826-99.826 230.95-149.738 362.078-149.738s262.252 49.913 362.078 149.738c2.167 2.164 4.244 4.383 6.322 6.603l2.751 2.928c92.354 97.154 142.357 224.545 140.798 358.715-1.553 134.438-54.779 260.835-149.86 355.916z" />
|
11 |
+
<glyph unicode="" glyph-name="video-box" d="M409.954 478.217c2.793-1.527 5.883-2.29 8.955-2.29 3.482 0 6.945 0.987 9.998 2.904l204.8 130.327c5.362 3.426 8.62 9.346 8.62 15.714s-3.258 12.288-8.62 15.714l-204.8 130.327c-5.772 3.631-12.977 3.873-18.972 0.614-5.939-3.277-9.644-9.533-9.644-16.328v-260.655c0-6.796 3.705-13.051 9.663-16.328zM437.527 721.296l151.515-96.424-151.515-96.424v192.847zM9.309 960v-1024h1005.382v1024h-1005.382zM977.455 922.764v-614.4h-930.909v614.4h930.909zM46.545-26.764v297.891h930.909v-297.891h-930.909zM884.364 140.8h-446.836v37.236c0 10.296-8.322 18.618-18.618 18.618s-18.618-8.322-18.618-18.618v-37.236h-74.473c-10.296 0-18.618-8.322-18.618-18.618s8.322-18.618 18.618-18.618h74.473v-37.236c0-10.296 8.322-18.618 18.618-18.618s18.618 8.322 18.618 18.618v37.236h446.836c10.296 0 18.618 8.322 18.618 18.618s-8.322 18.618-18.618 18.618zM139.636 196.655c-10.296 0-18.618-8.322-18.618-18.618v-111.709c0-10.296 8.322-18.618 18.618-18.618s18.618 8.322 18.618 18.618v111.709c0 10.296-8.322 18.618-18.618 18.618zM214.109 196.655c-10.296 0-18.618-8.322-18.618-18.618v-111.709c0-10.296 8.322-18.618 18.618-18.618s18.618 8.322 18.618 18.618v111.709c0 10.296-8.322 18.618-18.618 18.618z" />
|
12 |
+
<glyph unicode="" glyph-name="title" d="M864.893 960h-705.786c-14.195 0-25.696-11.505-25.696-25.696v-117.63c0-14.191 11.502-25.696 25.696-25.696s25.696 11.505 25.696 25.696v91.934h301.501v-921.216h-63.243c-14.195 0-25.696-11.505-25.696-25.696s11.502-25.696 25.696-25.696h177.879c14.195 0 25.696 11.505 25.696 25.696s-11.502 25.696-25.696 25.696h-63.243v921.216h301.501v-91.934c0-14.191 11.502-25.696 25.696-25.696s25.696 11.505 25.696 25.696v117.63c0 14.191-11.502 25.696-25.696 25.696z" />
|
13 |
+
<glyph unicode="" glyph-name="testimonials" d="M225.963-54.877c-2.513 0-5.058 0.621-7.354 1.862-5.027 2.7-8.161 7.975-8.161 13.653v221.060c-135.82 70.625-210.448 194.281-210.448 349.215 0 239.43 220.098 419.964 512 419.964s512-180.534 512-419.964c0-239.399-220.098-419.933-512-419.933-9.588 0-18.991 0.528-28.424 1.024l-0.621 0.031-248.46-164.336c-2.576-1.707-5.554-2.576-8.533-2.576zM512 919.847c-274.184 0-480.97-167.222-480.97-388.934 0-103.114 35.002-243.34 201.79-325.787 5.275-2.607 8.626-8.006 8.626-13.902v-201.728l228.662 151.242c2.793 1.862 6.175 2.948 9.371 2.544l5.772-0.31c8.875-0.496 17.718-0.962 26.717-0.962 274.184 0 480.97 167.191 480.97 388.903s-206.755 388.934-480.939 388.934z" />
|
14 |
+
<glyph unicode="" glyph-name="progress-bar" d="M581.983-60.112h-559.638c-12.334 0-22.344 10.010-22.344 22.344s10.010 22.344 22.344 22.344h559.638c12.334 0 22.344-10.010 22.344-22.344s-9.966-22.344-22.344-22.344zM1001.656 263.703h-979.311c-12.334 0-22.344 10.010-22.344 22.344s10.010 22.344 22.344 22.344h979.311c12.334 0 22.344-10.010 22.344-22.344s-10.010-22.344-22.344-22.344zM581.983 587.563h-559.638c-12.334 0-22.344 10.010-22.344 22.344s10.010 22.344 22.344 22.344h559.638c12.334 0 22.344-10.010 22.344-22.344s-9.966-22.344-22.344-22.344zM1001.656 911.423h-979.311c-12.334 0-22.344 10.010-22.344 22.344s10.010 22.344 22.344 22.344h979.311c12.334 0 22.344-10.010 22.344-22.344s-10.010-22.344-22.344-22.344z" />
|
15 |
+
<glyph unicode="" glyph-name="pricing-table" horiz-adv-x="1097" d="M848.457 960h-599.771c-25.6 0-47.543-21.943-47.543-47.543v-930.743c0-25.6 21.943-47.543 47.543-47.543h601.6c25.6 0 47.543 21.943 47.543 47.543v930.743c-1.829 25.6-23.771 47.543-49.371 47.543zM859.429-16.457c0-5.486-3.657-10.971-10.971-10.971h-599.771c-5.486 0-10.971 3.657-10.971 10.971v98.743h621.714v-98.743zM859.429 118.857h-621.714v793.6c0 7.314 3.657 10.971 10.971 10.971h601.6c5.486 0 9.143-3.657 9.143-10.971v-793.6zM603.429 685.714c0-9.143 9.143-18.286 18.286-18.286s18.286 9.143 18.286 18.286c0 43.886-31.086 80.457-73.143 89.6v20.114c0 9.143-9.143 18.286-18.286 18.286s-18.286-9.143-18.286-18.286v-20.114c-20.114-3.657-38.4-14.629-51.2-31.086-10.971-12.8-16.457-29.257-14.629-47.543s10.971-34.743 25.6-45.714l40.229-31.086v-98.743c-21.943 7.314-36.571 27.429-36.571 51.2 0 9.143-9.143 18.286-18.286 18.286s-18.286-9.143-18.286-18.286c0-43.886 31.086-80.457 73.143-89.6v-16.457c0-9.143 9.143-18.286 18.286-18.286s18.286 9.143 18.286 18.286v16.457c20.114 3.657 38.4 14.629 51.2 31.086 10.971 12.8 16.457 31.086 14.629 47.543-1.829 18.286-10.971 34.743-25.6 45.714l-40.229 31.086v98.743c21.943-7.314 36.571-27.429 36.571-51.2zM530.286 665.6l-18.286 14.629c-5.486 5.486-10.971 12.8-10.971 20.114s1.829 14.629 5.486 20.114c5.486 7.314 14.629 12.8 23.771 16.457v-71.314zM585.143 577.829c5.486-5.486 10.971-12.8 10.971-20.114s-1.829-14.629-5.486-20.114c-5.486-7.314-14.629-12.8-23.771-16.457v71.314l18.286-14.629zM402.286 320h292.571c10.971 0 18.286 7.314 18.286 18.286s-7.314 18.286-18.286 18.286h-292.571c-10.971 0-18.286-7.314-18.286-18.286s7.314-18.286 18.286-18.286zM402.286 228.571h292.571c10.971 0 18.286 7.314 18.286 18.286s-7.314 18.286-18.286 18.286h-292.571c-10.971 0-18.286-7.314-18.286-18.286s7.314-18.286 18.286-18.286z" />
|
16 |
+
<glyph unicode="" glyph-name="button" d="M299.261 563.613v39.639c-39.639 33.032-66.065 82.58-66.065 138.735 0 99.097 82.58 181.678 181.678 181.678s181.678-82.58 181.678-181.678c0-42.941-16.515-85.884-42.943-115.614 13.213 0 23.125-3.304 36.335-6.606 26.428 36.335 39.64 79.277 39.64 125.523 0 118.918-95.794 214.711-214.711 214.711s-214.711-95.793-214.711-214.709c0-75.975 39.639-142.040 99.097-181.678zM563.521 745.291c0 82.58-66.065 148.644-148.646 148.644s-148.644-66.065-148.644-148.644c0-36.336 13.213-69.369 33.032-92.49v92.49c0 62.76 52.852 115.614 115.614 115.614s115.614-52.852 115.614-115.614v-92.49c19.816 23.122 33.031 56.154 33.031 92.49zM811.262 497.548c-19.819 0-36.335-6.606-49.549-16.515v0c0 46.245-36.335 82.58-82.58 82.58-19.819 0-39.64-6.606-56.157-19.819-13.209 33.032-42.939 52.852-75.972 52.852-19.819 0-36.336-6.606-49.549-16.515v165.161c0 46.245-36.336 82.58-82.58 82.58s-82.58-36.336-82.58-82.58v-293.988c-66.065 59.458-138.735 105.703-184.981 59.458-66.065-66.065 72.671-194.889 178.374-389.781 75.975-135.431 181.678-184.981 287.382-184.981 155.251 0 280.773 125.523 280.773 280.773v198.194c0 46.247-36.336 82.582-82.582 82.582zM860.811 342.296v-125.523c0-128.827-112.31-247.743-247.743-247.743-125.523 0-198.194 69.367-257.652 165.161-128.827 218.013-221.317 317.11-184.981 353.446 36.336 36.335 125.523-42.941 194.889-115.614v373.267c0 26.426 23.123 49.549 49.549 49.549s49.549-23.123 49.549-49.549v-346.838h33.032v115.614c0 26.426 23.122 49.549 49.549 49.549 26.424 0 49.549-23.123 49.549-49.549v-82.583h33.032v49.549c0 26.426 23.122 49.549 49.549 49.549 26.424 0 49.549-23.123 49.549-49.549v-82.58h33.032v16.515c0 26.426 23.122 49.549 49.549 49.549 26.424 0 49.549-23.123 49.549-49.549v-72.673z" />
|
17 |
+
<glyph unicode="" glyph-name="maps" d="M517.926 514.963c64.603 0 117.185 52.583 117.185 117.185s-52.583 117.185-117.185 117.185-117.185-52.583-117.185-117.185 52.566-117.185 117.185-117.185zM517.926 715.852c46.154 0 83.704-37.55 83.704-83.704s-37.55-83.704-83.704-83.704-83.704 37.55-83.704 83.704 37.55 83.704 83.704 83.704zM840.655 330.815h-119.881l51.009 73.659c96.343 128.419 82.398 339.503-29.815 451.7-60.618 60.635-141.242 94.033-227.005 94.033-85.746 0-166.37-33.398-227.005-94.033-112.213-112.197-126.159-323.298-30.2-451.197l51.361-74.178h-125.773l-183.345-385.021h1024l-183.345 385.038zM284.928 424.563c-87.035 116.064-74.563 306.691 26.718 407.956 54.307 54.307 126.527 84.223 203.334 84.223s149.010-29.916 203.334-84.223c101.282-101.265 113.754-291.909 26.333-408.458l-229.683-331.685-230.035 332.187zM204.505 297.333h127.799l182.659-263.784 182.642 263.784h121.89l151.471-318.075h-917.93l151.471 318.075z" />
|
18 |
+
<glyph unicode="" glyph-name="image-separator" d="M801.31 766.052h-578.619c-36.533 0-66.35-29.817-66.35-66.35v-503.135c0-36.533 29.817-66.35 66.35-66.35h578.35c36.533 0 66.35 29.817 66.35 66.35v502.867c0.269 36.802-29.549 66.619-66.082 66.619zM834.082 196.567c0-17.998-15.043-32.772-33.578-32.772h-577.813c-18.535 0-33.578 15.043-33.578 33.578v134.313l187.232 190.993 169.503-194.753c5.91-6.716 15.043-7.522 22.296-2.955l137.268 96.974 128.403-92.676v-132.701zM834.888 369.561l-119.538 85.96c-5.91 4.567-13.431 4.567-19.341 0l-134.313-95.631-171.652 197.171c-2.955 3.761-7.522 5.104-11.82 5.91-4.567 0-8.865-1.612-12.625-5.104l-176.218-179.173v320.739c0 17.998 15.043 32.772 33.578 32.772h578.35c18.535 0 33.578-15.043 33.578-33.578v-329.066zM613.003 666.661c-47.815 0-85.96-38.682-85.96-85.96-0.806-47.009 38.145-85.96 85.96-85.96s85.96 38.682 85.96 85.96c0 47.815-38.682 85.96-85.96 85.96zM613.003 527.782c-29.012 0-52.919 23.908-52.919 52.919 0 29.817 23.908 52.919 52.919 52.919s52.919-23.908 52.919-52.919-23.639-52.919-52.919-52.919zM0 459.282h156.34v-22.565h-156.34v22.565zM867.66 459.282h156.34v-22.565h-156.34v22.565z" />
|
19 |
+
<glyph unicode="" glyph-name="modal-box" d="M105.6 524.8v-83.2l-80 80-19.2-19.2 104-104h17.6l104 104-19.2 19.2-80-80v80c27.2 188.8 190.4 331.2 380.8 331.2 102.4 0 200-40 272-113.6l19.2 19.2c-76.8 78.4-180.8 120-291.2 120-203.2 0-379.2-152-408-353.6zM921.6 452.8l80-80 19.2 19.2-104 104h-19.2l-104-104 19.2-19.2 80 80v-80c-27.2-188.8-190.4-329.6-382.4-329.6-102.4 0-200 40-272 113.6l-19.2-19.2c78.4-78.4 180.8-120 291.2-120 204.8 0 379.2 152 408 353.6l3.2 81.6z" />
|
20 |
+
<glyph unicode="" glyph-name="fancy-text" d="M874.265 902.99c-49.659 0-94.015-23.118-122.959-59.144-28.948 36.026-73.304 59.144-122.977 59.144-19.232 0-34.823-15.594-34.823-34.826 0-19.228 15.588-34.826 34.823-34.826 48.614 0 88.154-39.622 88.154-88.34v-594.003c0-48.714-39.543-88.336-88.154-88.336-19.232 0-34.823-15.594-34.823-34.826 0-19.235 15.588-34.826 34.823-34.826 49.673 0 94.032 23.118 122.977 59.144 28.944-36.026 73.3-59.144 122.959-59.144 19.235 0 34.826 15.588 34.826 34.826 0 19.228-15.591 34.826-34.826 34.826-48.593 0-88.133 39.622-88.133 88.336v594.006c0 48.718 39.54 88.34 88.133 88.34 19.235 0 34.826 15.594 34.826 34.826 0 19.225-15.591 34.823-34.826 34.823zM989.177 225.437c-9.157 0-18.146-3.72-24.628-10.202-6.475-6.475-10.202-15.457-10.202-24.624 0-9.15 3.727-18.142 10.202-24.617 6.516-6.475 15.467-10.206 24.628-10.206 9.154 0 18.142 3.731 24.621 10.206 6.475 6.475 10.202 15.463 10.202 24.617 0 9.164-3.727 18.149-10.202 24.624-6.478 6.482-15.429 10.202-24.621 10.202zM154.131 225.437c-19.222 0-34.826-15.594-34.826-34.823 0-19.222 15.601-34.823 34.826-34.823 19.218 0 34.826 15.601 34.826 34.823 0 19.228-15.608 34.823-34.826 34.823zM869.907 225.437c-19.256 0-34.823-15.594-34.823-34.823 0-19.222 15.57-34.823 34.823-34.823 19.218 0 34.826 15.601 34.826 34.823-0.003 19.228-15.608 34.823-34.826 34.823zM392.713 225.437c-19.225 0-34.823-15.594-34.823-34.823 0-19.222 15.598-34.823 34.823-34.823 19.256 0 34.823 15.601 34.823 34.823 0 19.228-15.567 34.823-34.823 34.823zM273.436 225.437c-19.256 0-34.819-15.594-34.819-34.823 0-19.222 15.563-34.823 34.819-34.823 19.228 0 34.826 15.601 34.826 34.823-0.003 19.228-15.598 34.823-34.826 34.823zM512.017 225.437c-19.218 0-34.826-15.594-34.826-34.823 0-19.222 15.605-34.823 34.826-34.823s34.826 15.601 34.826 34.823c-0.003 19.228-15.605 34.823-34.826 34.823zM631.287 155.791c19.263 0 34.826 15.601 34.826 34.823 0 19.228-15.563 34.823-34.826 34.823-19.218 0-34.823-15.594-34.823-34.823 0-19.222 15.601-34.823 34.823-34.823zM34.861 225.437c-9.195 0-18.18-3.72-24.659-10.202-6.475-6.475-10.168-15.457-10.168-24.624 0-9.15 3.693-18.142 10.168-24.617 6.516-6.475 15.463-10.206 24.659-10.206 9.154 0 18.108 3.731 24.614 10.206 6.482 6.475 10.212 15.463 10.212 24.617 0 9.164-3.731 18.149-10.212 24.624-6.472 6.482-15.457 10.202-24.614 10.202zM34.861 597.535c-19.259 0-34.826-15.567-34.826-34.788 0-19.263 15.57-34.823 34.826-34.823 19.218 0 34.826 15.563 34.826 34.823 0 19.222-15.608 34.788-34.826 34.788zM34.861 349.479c-19.259 0-34.826-15.594-34.826-34.819s15.57-34.826 34.826-34.826c19.218 0 34.826 15.598 34.826 34.826 0 19.225-15.608 34.819-34.826 34.819zM34.861 473.528c-19.259 0-34.826-15.601-34.826-34.826 0-19.263 15.57-34.826 34.826-34.826 19.218 0 34.826 15.563 34.826 34.826 0 19.225-15.608 34.826-34.826 34.826zM34.861 721.584c-9.157 0-18.146-3.696-24.659-10.174-6.475-6.509-10.202-15.46-10.202-24.652 0-9.157 3.727-18.108 10.202-24.624 6.516-6.478 15.463-10.202 24.659-10.202 9.154 0 18.108 3.724 24.614 10.202 6.482 6.516 10.212 15.463 10.212 24.624 0 9.192-3.731 18.142-10.212 24.648-6.506 6.478-15.491 10.178-24.614 10.178zM631.318 651.931c19.228 0 34.826 15.601 34.826 34.857 0 19.218-15.594 34.792-34.826 34.792-19.253 0-34.854-15.574-34.854-34.792 0-19.253 15.601-34.857 34.854-34.857zM273.436 721.584c-19.256 0-34.819-15.574-34.819-34.792 0-19.256 15.563-34.857 34.819-34.857 19.228 0 34.826 15.601 34.826 34.857-0.003 19.218-15.598 34.792-34.826 34.792zM392.713 721.584c-19.225 0-34.823-15.574-34.823-34.792 0-19.256 15.598-34.857 34.823-34.857 19.256 0 34.823 15.601 34.823 34.857 0 19.218-15.567 34.792-34.823 34.792zM869.907 721.584c-19.256 0-34.823-15.574-34.823-34.792 0-19.256 15.57-34.857 34.823-34.857 19.218 0 34.826 15.601 34.826 34.857-0.003 19.218-15.608 34.792-34.826 34.792zM154.131 721.584c-19.222 0-34.826-15.574-34.826-34.792 0-19.256 15.601-34.857 34.826-34.857 19.218 0 34.826 15.601 34.826 34.857 0 19.218-15.608 34.792-34.826 34.792zM512.017 721.584c-19.253 0-34.826-15.574-34.826-34.792 0-19.256 15.574-34.857 34.826-34.857 19.222 0 34.826 15.601 34.826 34.857-0.003 19.218-15.605 34.792-34.826 34.792zM989.177 651.931c9.192 0 18.142 3.724 24.621 10.202 6.509 6.482 10.202 15.463 10.202 24.624 0 9.192-3.693 18.173-10.202 24.648-6.478 6.478-15.463 10.174-24.621 10.174s-18.111-3.696-24.628-10.174c-6.475-6.509-10.202-15.457-10.202-24.648 0-9.157 3.727-18.108 10.202-24.624 6.485-6.475 15.47-10.202 24.628-10.202zM989.177 349.479c-19.225 0-34.83-15.594-34.83-34.819s15.601-34.826 34.83-34.826c19.253 0 34.823 15.598 34.823 34.826 0 19.225-15.57 34.819-34.823 34.819zM989.177 473.528c-19.225 0-34.83-15.601-34.83-34.826s15.601-34.826 34.83-34.826c19.253 0 34.823 15.598 34.823 34.826 0 19.225-15.57 34.826-34.823 34.826zM989.177 597.573c-19.225 0-34.83-15.601-34.83-34.826 0-19.263 15.601-34.823 34.83-34.823 19.253 0 34.823 15.563 34.823 34.823 0 19.222-15.57 34.826-34.823 34.826z" />
|
21 |
+
<glyph unicode="" glyph-name="dual-header" d="M1024-36.234v968.469c0 15.327-12.439 27.766-27.766 27.766h-968.469c-15.327 0-27.766-12.439-27.766-27.766v-968.469c0-15.327 12.439-27.766 27.766-27.766h968.469c15.327 0 27.766 12.439 27.766 27.766zM968.469-8.469h-912.937v912.937h912.937v-912.937zM337.187 211.436c15.327 0 27.766 12.439 27.766 27.766v181.033h294.317v-181.033c0-15.327 12.439-27.766 27.766-27.766s27.766 12.439 27.766 27.766v417.597c0 15.327-12.439 27.766-27.766 27.766s-27.766-12.439-27.766-27.766v-181.033h-294.317v181.033c0 15.327-12.439 27.766-27.766 27.766s-27.766-12.439-27.766-27.766v-417.597c0-15.327 12.439-27.766 27.766-27.766z" />
|
22 |
+
<glyph unicode="" glyph-name="counter" d="M508.586 115.198c-7.077 0-12.8-5.72-12.8-12.8v-153.599c0-7.077 5.72-12.8 12.8-12.8s12.8 5.722 12.8 12.8v153.599c0 7.077-5.72 12.8-12.8 12.8zM508.586 960c-7.077 0-12.8-5.72-12.8-12.8v-153.612c0-7.077 5.72-12.8 12.8-12.8s12.8 5.722 12.8 12.8v153.612c0 7.077-5.72 12.8-12.8 12.8zM884.75 636.062c-4.608 10.841-43.814 94.603-150.168 94.603s-145.548-83.775-150.155-94.603c-4.456-7.973-33.306-64.446-33.306-188.067 0-168.972 68.582-269.859 183.459-269.859 114.88 0 183.472 100.888 183.476 269.859 0 123.632-28.852 180.105-33.306 188.067zM734.593 203.734c-98.853 0-157.86 91.313-157.86 244.258 0 122.957 29.901 175.358 30.17 175.819l0.998 2.060c0.294 0.794 31.027 79.193 126.68 79.193 95.053 0 125.463-75.992 126.718-79.193l0.998-2.060c0.294-0.5 30.17-51.724 30.17-175.819 0-152.945-59.007-244.258-157.873-244.258zM342.562 474.242c-9.332 3.943-18.944 7.207-28.532 9.908 26.636 7.77 48.525 18.944 64.55 33.267 1.792 1.498 43.801 37.158 43.801 93.836 0 22.669-6.631 55.449-39.13 83.634-10.648 10.752-42.905 35.776-112.075 35.776-76.198 0-140.964-47.936-143.691-49.971l15.373-20.48c0.576 0.448 60.555 44.85 128.305 44.85 61.208 0 87.32-21.58 94.142-28.467 0.409-0.409 1.114-1.050 2.099-1.894 19.481-16.869 29.35-38.219 29.35-63.448 0-44.826-34.252-73.882-34.598-74.163l-1.318-1.164c-15.808-14.157-54.962-37.593-141.399-39.013-5.030 0.091-8.153-0.050-8.729-0.076l0.435-25.586c2.483 0 4.965 0.013 7.424 0.052 18.546-0.13 70.577-2.292 113.982-20.634 56.345-23.807 87.385-65.086 87.385-116.209 0-42.944-16.87-76.211-51.57-101.669-26.636-19.559-60.273-29.055-102.821-29.055-48.114 0-92.146 18.226-147.595 47.64l-12.005-22.63c58.929-31.244 106.186-50.61 159.6-50.61 48.203 0 86.781 11.122 118.003 33.993 41.152 30.22 62.028 71.371 62.028 122.327 0 62.078-36.596 111.729-103.013 139.786z" />
|
23 |
+
<glyph unicode="" glyph-name="countdown" d="M840.433 711.924l41.392 41.392 18.315-18.315 23.257 23.237-61.913 61.913-23.257-23.257 20.341-20.321-41.822-41.822c-81.013 72.438-187.774 116.606-304.721 116.606-252.408 0-457.691-205.318-457.691-457.671 0-252.368 205.283-457.691 457.691-457.691 252.298 0 457.636 205.338 457.636 457.691 0.005 123.555-49.341 235.809-129.228 318.238zM530.79-30.667v81.048h-37.6v-81.048c-220.091 9.595-397.174 187.454-405.624 407.845h66.55v32.907h-66.55c8.484 221.182 186.809 399.486 408.025 407.97v-70.737h32.852v70.737c221.167-8.484 399.486-186.789 407.955-407.97h-61.803v-32.907h61.803c-8.484-220.391-185.518-398.245-405.609-407.845zM530.79 447.039v249.346c0 10.671-6.874 19.265-15.363 19.265-8.54 0-15.398-8.575-15.398-19.265v-247.195c-25.639-5.513-44.904-28.29-44.904-55.519 0-27.304 19.265-50.076 44.904-55.574v-24.763c0-10.691 6.874-19.3 15.398-19.3 8.484 0 15.363 8.61 15.363 19.3v26.909c22.077 7.804 38.010 28.665 38.010 53.423 0 24.763-15.933 45.624-38.010 53.373zM495.591 960h32.852v-87.551h-32.852v87.551z" />
|
24 |
+
<glyph unicode="" glyph-name="carousel" d="M307.2 516.267c-37.649 0-68.267-30.618-68.267-68.267s30.618-68.267 68.267-68.267 68.267 30.618 68.267 68.267-30.618 68.267-68.267 68.267zM512 516.267c-37.649 0-68.267-30.618-68.267-68.267s30.618-68.267 68.267-68.267 68.267 30.618 68.267 68.267-30.618 68.267-68.267 68.267zM785.067 448c0 37.649-30.618 68.267-68.267 68.267s-68.267-30.618-68.267-68.267 30.618-68.267 68.267-68.267 68.267 30.618 68.267 68.267zM41.199 448l226.867 226.867c6.673 6.673 6.673 17.459 0 24.132s-17.459 6.673-24.132 0l-238.933-238.933c-6.673-6.673-6.673-17.459 0-24.132l238.933-238.933c3.328-3.328 7.697-5.001 12.066-5.001s8.738 1.673 12.066 5.001c6.673 6.673 6.673 17.459 0 24.132l-226.867 226.867zM1018.999 460.066l-238.933 238.933c-6.673 6.673-17.459 6.673-24.132 0s-6.673-17.459 0-24.132l226.867-226.867-226.867-226.867c-6.673-6.673-6.673-17.459 0-24.132 3.328-3.328 7.697-5.001 12.066-5.001s8.738 1.673 12.066 5.001l238.933 238.933c6.673 6.673 6.673 17.459 0 24.132z" />
|
25 |
+
<glyph unicode="" glyph-name="blog" d="M900.76 781.103h-200.029c-11.508 0-20.714-9.206-20.714-20.714s9.206-20.714 20.714-20.714h200.029c22.597 0 41.010-18.413 41.010-41.010v-514.302c0-22.597-18.413-41.010-41.010-41.010h-777.311c-22.597 0-41.010 18.413-41.010 41.010v514.302c0 22.597 18.413 41.010 41.010 41.010h202.959c11.508 0 20.714 9.206 20.714 20.714s-9.206 20.714-20.714 20.714h-203.168c-45.404 0-82.439-37.035-82.439-82.439v-514.302c0-45.404 37.035-82.439 82.439-82.439h368.046v-124.495h-171.992c-11.508 0-20.714-9.206-20.714-20.714s9.206-20.714 20.714-20.714h385.203c11.508 0 20.714 9.206 20.714 20.714s-9.206 20.714-20.714 20.714h-171.992v124.495h368.046c45.404 0 82.439 37.035 82.439 82.439v514.302c0.418 45.404-36.826 82.439-82.23 82.439zM628.754 878.607c0 44.776-36.407 81.393-81.393 81.393h-70.931c-44.776 0-81.393-36.407-81.393-81.393v-48.752c0-1.255 0.209-2.511 0.418-3.557-0.209-1.255-0.418-2.302-0.418-3.557v-404.244c0-4.603 1.465-8.997 4.185-12.554l96.039-126.169c3.975-5.231 10.043-8.16 16.53-8.16s12.554 2.929 16.53 8.16l96.039 126.169c2.72 3.557 4.185 7.951 4.185 12.554v404.871c0 1.046-0.209 2.302-0.418 3.348 0.209 1.046 0.418 2.092 0.418 3.348v48.543h0.209zM436.884 809.141h54.611v-367h-54.611v367zM512.209 326.434l-56.703 74.488h113.406l-56.703-74.488zM587.534 442.141h-54.611v367h54.611v-367zM587.534 850.57h-150.65v28.038c0 21.97 17.994 39.964 39.964 39.964h70.931c21.97 0 39.964-17.994 39.964-39.964v-28.038c0 0-0.209 0-0.209 0z" />
|
26 |
+
<glyph unicode="" glyph-name="banner" d="M922.942 426.125c-20.551 20.551-53.972 20.515-74.522 0l-271.731-271.731-37.447-137.34-9.163-9.163c-6.85-6.85-6.868-17.902-0.106-24.806l-0.088-0.353 0.335 0.088c3.425-3.372 7.874-5.085 12.341-5.085 4.52 0 9.039 1.73 12.482 5.173l9.181 9.181 137.322 37.447 271.713 271.731c20.551 20.551 20.551 53.99 0 74.54l-50.317 50.317zM617.454 145.214l180.842 180.842 74.911-74.911-180.842-180.842-74.911 74.911zM601.512 111.228l56.85-56.85-78.177-21.327 21.327 78.177zM948.277 326.25l-50.123-50.123-74.911 74.893 50.123 50.123c6.797 6.797 17.832 6.78 24.611 0.018l50.317-50.317c6.78-6.78 6.78-17.832-0.018-24.594zM380.804 678.665c0 54.219-44.103 98.322-98.322 98.322s-98.322-44.103-98.322-98.322c0-54.201 44.103-98.304 98.322-98.304s98.322 44.103 98.322 98.304zM219.471 678.665c0 34.745 28.266 63.011 63.011 63.011s63.011-28.284 63.011-63.011-28.266-62.994-63.011-62.994-63.011 28.266-63.011 62.994zM110.345 270.989c3.478-3.972 8.351-5.985 13.241-5.985 4.131 0 8.298 1.448 11.652 4.396l288.009 253.564 146.873-146.856c6.903-6.903 18.061-6.903 24.964 0s6.903 18.061 0 24.964l-49.876 49.858 162.269 177.699 145.867-129.66c7.309-6.497 18.45-5.826 24.929 1.465 6.479 7.274 5.826 18.45-1.465 24.911l-158.897 141.241c-7.239 6.444-18.273 5.879-24.77-1.289l-172.915-189.387-83.738 83.738c-6.603 6.585-17.161 6.903-24.152 0.777l-300.42-264.51c-7.309-6.444-8.033-17.602-1.571-24.929zM1006.345 918.246h-988.69c-9.746 0-17.655-7.892-17.655-17.655v-776.828c0-9.763 7.91-17.655 17.655-17.655h459.034c9.746 0 17.655 7.892 17.655 17.655s-7.91 17.655-17.655 17.655h-441.379v741.517h953.379v-423.724c0-9.763 7.91-17.655 17.655-17.655s17.655 7.892 17.655 17.655v441.379c0 9.746-7.91 17.655-17.655 17.655z" />
|
27 |
+
<glyph unicode="" glyph-name="contact-form" d="M829.086 249.751c-4.061 0-8.123 1.486-11.293 4.491l-189.994 178.239c-6.637 6.208-6.967 16.675-0.726 23.312 6.241 6.703 16.642 7 23.345 0.726l189.994-178.239c6.637-6.208 6.967-16.675 0.726-23.312-3.269-3.467-7.627-5.217-12.052-5.217zM194.881 249.751c-4.392 0-8.783 1.75-12.052 5.217-6.241 6.637-5.91 17.104 0.726 23.312l190.060 178.239c6.67 6.208 17.137 5.944 23.345-0.726 6.241-6.637 5.91-17.104-0.726-23.312l-190.060-178.239c-3.17-3.005-7.231-4.491-11.293-4.491zM941.451 84.026h-858.903c-45.501 0-82.549 37.015-82.549 82.549v562.883c0 45.534 37.048 82.549 82.549 82.549h858.903c45.501 0 82.549-37.015 82.549-82.549v-562.883c0-45.534-37.048-82.549-82.549-82.549zM82.549 778.987c-27.307 0-49.529-22.222-49.529-49.529v-562.883c0-27.307 22.222-49.529 49.529-49.529h858.903c27.307 0 49.529 22.222 49.529 49.529v562.883c0 27.307-22.222 49.529-49.529 49.529h-858.903zM512 365.055c-21.958 0-43.916 7.297-60.624 21.859l-423.97 369.851c-6.868 5.977-7.594 16.411-1.618 23.312 6.043 6.868 16.444 7.495 23.312 1.585l423.97-369.818c21.099-18.392 56.76-18.392 77.827 0l423.442 369.224c6.835 5.977 17.236 5.316 23.312-1.585 5.977-6.901 5.283-17.302-1.585-23.312l-423.442-369.224c-16.741-14.595-38.666-21.892-60.624-21.892z" />
|
28 |
</font></defs></svg>
|
admin/assets/pa-elements-font/fonts/pa-elements.ttf
CHANGED
Binary file
|
admin/assets/pa-elements-font/fonts/pa-elements.woff
CHANGED
Binary file
|
admin/images/premium-addons-icon.png
ADDED
Binary file
|
admin/settings-page.php
CHANGED
@@ -5,7 +5,7 @@ if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
|
|
5 |
|
6 |
class PA_admin_settings {
|
7 |
|
8 |
-
public $pa_elements_keys = ['premium-banner', 'premium-blog','premium-carousel', 'premium-countdown','premium-counter','premium-dual-header','premium-fancytext','premium-image-separator','premium-maps','premium-modalbox','premium-person','premium-progressbar','premium-testimonials','premium-title','premium-videobox','premium-map-api'];
|
9 |
|
10 |
private $pa_default_settings;
|
11 |
|
@@ -22,7 +22,6 @@ class PA_admin_settings {
|
|
22 |
public function pa_admin_page_scripts () {
|
23 |
if( isset( $_GET['page'] ) && $_GET['page'] == 'pa-settings-page' ) {
|
24 |
wp_enqueue_style( 'premium_addons_elementor-css', plugins_url( '/', __FILE__ ).'assets/admin.css' );
|
25 |
-
wp_enqueue_style('font-awesome', plugins_url( '/' , __FILE__ ).'assets/font-awesome/css/font-awesome.min.css');
|
26 |
wp_enqueue_style( 'premium_addons-sweetalert2-css', plugins_url( '/', __FILE__ ).'assets/js/sweetalert2/css/sweetalert2.min.css' );
|
27 |
wp_enqueue_script('pa-addons-elementor-admin-js', plugins_url( '/' , __FILE__ ).'assets/admin.js' , array('jquery','jquery-ui-tabs'), '1.0' , true );
|
28 |
wp_enqueue_script( 'premium_addons_sweet-js', plugins_url( '/', __FILE__ ).'assets/js/sweetalert2/js/core.js', array( 'jquery' ), '1.0', true );
|
@@ -31,7 +30,7 @@ class PA_admin_settings {
|
|
31 |
}
|
32 |
|
33 |
public function pa_admin_menu() {
|
34 |
-
add_menu_page( 'Premium Addons for Elementor', 'Premium Addons for Elementor', 'manage_options', 'pa-settings-page', array( $this , 'pa_admin_page' ), '
|
35 |
}
|
36 |
|
37 |
public function pa_admin_page(){
|
@@ -138,14 +137,14 @@ class PA_admin_settings {
|
|
138 |
<label class="switch">
|
139 |
<input type="checkbox" id="premium-banner" name="premium-banner" <?php checked(1, $this->pa_get_settings['premium-banner'], true) ?>>
|
140 |
<span class="slider round"></span>
|
141 |
-
|
142 |
</td>
|
143 |
<th><?php echo esc_html__('Premium Blog', 'premium_elementor'); ?></th>
|
144 |
<td>
|
145 |
<label class="switch">
|
146 |
<input type="checkbox" id="premium-blog" name="premium-blog" <?php checked(1, $this->pa_get_settings['premium-blog'], true) ?>>
|
147 |
<span class="slider round"></span>
|
148 |
-
|
149 |
</td>
|
150 |
</tr>
|
151 |
|
@@ -156,14 +155,14 @@ class PA_admin_settings {
|
|
156 |
<label class="switch">
|
157 |
<input type="checkbox" id="premium-carousel" name="premium-carousel" <?php checked(1, $this->pa_get_settings['premium-carousel'], true) ?>>
|
158 |
<span class="slider round"></span>
|
159 |
-
|
160 |
</td>
|
161 |
<th><?php echo esc_html__('Premium Countdown', 'premium_elementor'); ?></th>
|
162 |
<td>
|
163 |
<label class="switch">
|
164 |
<input type="checkbox" id="premium-countdown" name="premium-countdown" <?php checked(1, $this->pa_get_settings['premium-countdown'], true) ?>>
|
165 |
<span class="slider round"></span>
|
166 |
-
|
167 |
</td>
|
168 |
</tr>
|
169 |
|
@@ -173,14 +172,14 @@ class PA_admin_settings {
|
|
173 |
<label class="switch">
|
174 |
<input type="checkbox" id="premium-counter" name="premium-counter" <?php checked(1, $this->pa_get_settings['premium-counter'], true) ?>>
|
175 |
<span class="slider round"></span>
|
176 |
-
|
177 |
</td>
|
178 |
<th><?php echo esc_html__('Premium Dual Header', 'premium_elementor'); ?></th>
|
179 |
<td>
|
180 |
<label class="switch">
|
181 |
<input type="checkbox" id="premium-dual-header" name="premium-dual-header" <?php checked(1, $this->pa_get_settings['premium-dual-header'], true) ?>>
|
182 |
<span class="slider round"></span>
|
183 |
-
|
184 |
</td>
|
185 |
</tr>
|
186 |
|
@@ -191,14 +190,14 @@ class PA_admin_settings {
|
|
191 |
<label class="switch">
|
192 |
<input type="checkbox" id="premium-fancytext" name="premium-fancytext" <?php checked(1, $this->pa_get_settings['premium-fancytext'], true) ?>>
|
193 |
<span class="slider round"></span>
|
194 |
-
|
195 |
</td>
|
196 |
<th><?php echo esc_html__('Premium Image Separator', 'premium_elementor'); ?></th>
|
197 |
<td>
|
198 |
<label class="switch">
|
199 |
<input type="checkbox" id="premium-image-separator" name="premium-image-separator" <?php checked(1, $this->pa_get_settings['premium-image-separator'], true) ?>>
|
200 |
<span class="slider round"></span>
|
201 |
-
|
202 |
</td>
|
203 |
</tr>
|
204 |
|
@@ -210,32 +209,31 @@ class PA_admin_settings {
|
|
210 |
<label class="switch">
|
211 |
<input type="checkbox" id="premium-maps" name="premium-maps" <?php checked(1, $this->pa_get_settings['premium-maps'], true) ?>>
|
212 |
<span class="slider round"></span>
|
213 |
-
|
214 |
</td>
|
215 |
<th><?php echo esc_html__('Premium Modal Box', 'premium_elementor'); ?></th>
|
216 |
<td>
|
217 |
<label class="switch">
|
218 |
<input type="checkbox" id="premium-modalbox" name="premium-modalbox" <?php checked(1, $this->pa_get_settings['premium-modalbox'], true) ?>>
|
219 |
<span class="slider round"></span>
|
220 |
-
|
221 |
</td>
|
222 |
</tr>
|
223 |
|
224 |
-
<tr>
|
225 |
-
|
226 |
<th><?php echo esc_html__('Premium Person', 'premium_elementor'); ?></th>
|
227 |
<td>
|
228 |
<label class="switch">
|
229 |
<input type="checkbox" id="premium-person" name="premium-person" <?php checked(1, $this->pa_get_settings['premium-person'], true) ?>>
|
230 |
<span class="slider round"></span>
|
231 |
-
|
232 |
</td>
|
233 |
<th><?php echo esc_html__('Premium Progress Bar', 'premium_elementor'); ?></th>
|
234 |
<td>
|
235 |
<label class="switch">
|
236 |
<input type="checkbox" id="premium-progressbar" name="premium-progressbar" <?php checked(1, $this->pa_get_settings['premium-progressbar'], true) ?>>
|
237 |
<span class="slider round"></span>
|
238 |
-
|
239 |
</td>
|
240 |
</tr>
|
241 |
</tr>
|
@@ -246,14 +244,14 @@ class PA_admin_settings {
|
|
246 |
<label class="switch">
|
247 |
<input type="checkbox" id="premium-testimonials" name="premium-testimonials" <?php checked(1, $this->pa_get_settings['premium-testimonials'], true) ?>>
|
248 |
<span class="slider round"></span>
|
249 |
-
|
250 |
</td>
|
251 |
<th><?php echo esc_html__('Premium Title', 'premium_elementor'); ?></th>
|
252 |
<td>
|
253 |
<label class="switch">
|
254 |
<input type="checkbox" id="premium-title" name="premium-title" <?php checked(1, $this->pa_get_settings['premium-title'], true) ?>>
|
255 |
<span class="slider round"></span>
|
256 |
-
|
257 |
</td>
|
258 |
</tr>
|
259 |
|
@@ -265,6 +263,30 @@ class PA_admin_settings {
|
|
265 |
<span class="slider round"></span>
|
266 |
</label>
|
267 |
</td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
268 |
</tr>
|
269 |
</tbody>
|
270 |
</table>
|
@@ -296,6 +318,10 @@ class PA_admin_settings {
|
|
296 |
</div>
|
297 |
</div>
|
298 |
</div>
|
|
|
|
|
|
|
|
|
299 |
</div>
|
300 |
</form>
|
301 |
</div>
|
@@ -326,6 +352,9 @@ class PA_admin_settings {
|
|
326 |
'premium-testimonials' => intval( $settings['premium-testimonials'] ? 1 : 0 ),
|
327 |
'premium-title' => intval( $settings['premium-title'] ? 1 : 0 ),
|
328 |
'premium-videobox' => intval( $settings['premium-videobox'] ? 1 : 0 ),
|
|
|
|
|
|
|
329 |
'premium-map-api' => $settings['premium-map-api'],
|
330 |
'wisdom_registered_setting' => 1,
|
331 |
);
|
@@ -339,4 +368,4 @@ class PA_admin_settings {
|
|
339 |
}
|
340 |
|
341 |
|
342 |
-
new PA_admin_settings();
|
5 |
|
6 |
class PA_admin_settings {
|
7 |
|
8 |
+
public $pa_elements_keys = ['premium-banner', 'premium-blog','premium-carousel', 'premium-countdown','premium-counter','premium-dual-header','premium-fancytext','premium-image-separator','premium-maps','premium-modalbox','premium-person','premium-progressbar','premium-testimonials','premium-title','premium-videobox','premium-pricing-table','premium-button','premium-contactform', 'premium-map-api'];
|
9 |
|
10 |
private $pa_default_settings;
|
11 |
|
22 |
public function pa_admin_page_scripts () {
|
23 |
if( isset( $_GET['page'] ) && $_GET['page'] == 'pa-settings-page' ) {
|
24 |
wp_enqueue_style( 'premium_addons_elementor-css', plugins_url( '/', __FILE__ ).'assets/admin.css' );
|
|
|
25 |
wp_enqueue_style( 'premium_addons-sweetalert2-css', plugins_url( '/', __FILE__ ).'assets/js/sweetalert2/css/sweetalert2.min.css' );
|
26 |
wp_enqueue_script('pa-addons-elementor-admin-js', plugins_url( '/' , __FILE__ ).'assets/admin.js' , array('jquery','jquery-ui-tabs'), '1.0' , true );
|
27 |
wp_enqueue_script( 'premium_addons_sweet-js', plugins_url( '/', __FILE__ ).'assets/js/sweetalert2/js/core.js', array( 'jquery' ), '1.0', true );
|
30 |
}
|
31 |
|
32 |
public function pa_admin_menu() {
|
33 |
+
add_menu_page( 'Premium Addons for Elementor', 'Premium Addons for Elementor', 'manage_options', 'pa-settings-page', array( $this , 'pa_admin_page' ), plugins_url('/',__FILE__) . 'images/premium-addons-icon.png', 100 );
|
34 |
}
|
35 |
|
36 |
public function pa_admin_page(){
|
137 |
<label class="switch">
|
138 |
<input type="checkbox" id="premium-banner" name="premium-banner" <?php checked(1, $this->pa_get_settings['premium-banner'], true) ?>>
|
139 |
<span class="slider round"></span>
|
140 |
+
</label>
|
141 |
</td>
|
142 |
<th><?php echo esc_html__('Premium Blog', 'premium_elementor'); ?></th>
|
143 |
<td>
|
144 |
<label class="switch">
|
145 |
<input type="checkbox" id="premium-blog" name="premium-blog" <?php checked(1, $this->pa_get_settings['premium-blog'], true) ?>>
|
146 |
<span class="slider round"></span>
|
147 |
+
</label>
|
148 |
</td>
|
149 |
</tr>
|
150 |
|
155 |
<label class="switch">
|
156 |
<input type="checkbox" id="premium-carousel" name="premium-carousel" <?php checked(1, $this->pa_get_settings['premium-carousel'], true) ?>>
|
157 |
<span class="slider round"></span>
|
158 |
+
</label>
|
159 |
</td>
|
160 |
<th><?php echo esc_html__('Premium Countdown', 'premium_elementor'); ?></th>
|
161 |
<td>
|
162 |
<label class="switch">
|
163 |
<input type="checkbox" id="premium-countdown" name="premium-countdown" <?php checked(1, $this->pa_get_settings['premium-countdown'], true) ?>>
|
164 |
<span class="slider round"></span>
|
165 |
+
</label>
|
166 |
</td>
|
167 |
</tr>
|
168 |
|
172 |
<label class="switch">
|
173 |
<input type="checkbox" id="premium-counter" name="premium-counter" <?php checked(1, $this->pa_get_settings['premium-counter'], true) ?>>
|
174 |
<span class="slider round"></span>
|
175 |
+
</label>
|
176 |
</td>
|
177 |
<th><?php echo esc_html__('Premium Dual Header', 'premium_elementor'); ?></th>
|
178 |
<td>
|
179 |
<label class="switch">
|
180 |
<input type="checkbox" id="premium-dual-header" name="premium-dual-header" <?php checked(1, $this->pa_get_settings['premium-dual-header'], true) ?>>
|
181 |
<span class="slider round"></span>
|
182 |
+
</label>
|
183 |
</td>
|
184 |
</tr>
|
185 |
|
190 |
<label class="switch">
|
191 |
<input type="checkbox" id="premium-fancytext" name="premium-fancytext" <?php checked(1, $this->pa_get_settings['premium-fancytext'], true) ?>>
|
192 |
<span class="slider round"></span>
|
193 |
+
</label>
|
194 |
</td>
|
195 |
<th><?php echo esc_html__('Premium Image Separator', 'premium_elementor'); ?></th>
|
196 |
<td>
|
197 |
<label class="switch">
|
198 |
<input type="checkbox" id="premium-image-separator" name="premium-image-separator" <?php checked(1, $this->pa_get_settings['premium-image-separator'], true) ?>>
|
199 |
<span class="slider round"></span>
|
200 |
+
</label>
|
201 |
</td>
|
202 |
</tr>
|
203 |
|
209 |
<label class="switch">
|
210 |
<input type="checkbox" id="premium-maps" name="premium-maps" <?php checked(1, $this->pa_get_settings['premium-maps'], true) ?>>
|
211 |
<span class="slider round"></span>
|
212 |
+
</label>
|
213 |
</td>
|
214 |
<th><?php echo esc_html__('Premium Modal Box', 'premium_elementor'); ?></th>
|
215 |
<td>
|
216 |
<label class="switch">
|
217 |
<input type="checkbox" id="premium-modalbox" name="premium-modalbox" <?php checked(1, $this->pa_get_settings['premium-modalbox'], true) ?>>
|
218 |
<span class="slider round"></span>
|
219 |
+
</label>
|
220 |
</td>
|
221 |
</tr>
|
222 |
|
223 |
+
<tr>
|
|
|
224 |
<th><?php echo esc_html__('Premium Person', 'premium_elementor'); ?></th>
|
225 |
<td>
|
226 |
<label class="switch">
|
227 |
<input type="checkbox" id="premium-person" name="premium-person" <?php checked(1, $this->pa_get_settings['premium-person'], true) ?>>
|
228 |
<span class="slider round"></span>
|
229 |
+
</label>
|
230 |
</td>
|
231 |
<th><?php echo esc_html__('Premium Progress Bar', 'premium_elementor'); ?></th>
|
232 |
<td>
|
233 |
<label class="switch">
|
234 |
<input type="checkbox" id="premium-progressbar" name="premium-progressbar" <?php checked(1, $this->pa_get_settings['premium-progressbar'], true) ?>>
|
235 |
<span class="slider round"></span>
|
236 |
+
</label>
|
237 |
</td>
|
238 |
</tr>
|
239 |
</tr>
|
244 |
<label class="switch">
|
245 |
<input type="checkbox" id="premium-testimonials" name="premium-testimonials" <?php checked(1, $this->pa_get_settings['premium-testimonials'], true) ?>>
|
246 |
<span class="slider round"></span>
|
247 |
+
</label>
|
248 |
</td>
|
249 |
<th><?php echo esc_html__('Premium Title', 'premium_elementor'); ?></th>
|
250 |
<td>
|
251 |
<label class="switch">
|
252 |
<input type="checkbox" id="premium-title" name="premium-title" <?php checked(1, $this->pa_get_settings['premium-title'], true) ?>>
|
253 |
<span class="slider round"></span>
|
254 |
+
</label>
|
255 |
</td>
|
256 |
</tr>
|
257 |
|
263 |
<span class="slider round"></span>
|
264 |
</label>
|
265 |
</td>
|
266 |
+
<th><?php echo esc_html__('Premium Pricing Table', 'premium_elementor'); ?></th>
|
267 |
+
<td>
|
268 |
+
<label class="switch">
|
269 |
+
<input type="checkbox" id="premium-pricing-table" name="premium-pricing-table" <?php checked(1, $this->pa_get_settings['premium-pricing-table'], true) ?>>
|
270 |
+
<span class="slider round"></span>
|
271 |
+
</label>
|
272 |
+
</td>
|
273 |
+
</tr>
|
274 |
+
|
275 |
+
<tr>
|
276 |
+
<th><?php echo esc_html__('Premium Button', 'premium_elementor'); ?></th>
|
277 |
+
<td>
|
278 |
+
<label class="switch">
|
279 |
+
<input type="checkbox" id="premium-button" name="premium-button" <?php checked(1, $this->pa_get_settings['premium-button'], true) ?>>
|
280 |
+
<span class="slider round"></span>
|
281 |
+
</label>
|
282 |
+
</td>
|
283 |
+
<th><?php echo esc_html__('Premium Contact Form7', 'premium_elementor'); ?></th>
|
284 |
+
<td>
|
285 |
+
<label class="switch">
|
286 |
+
<input type="checkbox" id="premium-contactform" name="premium-contactform" <?php checked(1, $this->pa_get_settings['premium-contactform'], true) ?>>
|
287 |
+
<span class="slider round"></span>
|
288 |
+
</label>
|
289 |
+
</td>
|
290 |
</tr>
|
291 |
</tbody>
|
292 |
</table>
|
318 |
</div>
|
319 |
</div>
|
320 |
</div>
|
321 |
+
<div>
|
322 |
+
<p>Did you like Premium Addons for Elementor Plugin? Please<a href="https://wordpress.org/support/plugin/premium-addons-for-elementor/reviews/#new-post" target="_blank"> Click Here to Rate it ★★★★★</a></p>
|
323 |
+
</div>
|
324 |
+
|
325 |
</div>
|
326 |
</form>
|
327 |
</div>
|
352 |
'premium-testimonials' => intval( $settings['premium-testimonials'] ? 1 : 0 ),
|
353 |
'premium-title' => intval( $settings['premium-title'] ? 1 : 0 ),
|
354 |
'premium-videobox' => intval( $settings['premium-videobox'] ? 1 : 0 ),
|
355 |
+
'premium-pricing-table' => intval( $settings['premium-pricing-table'] ? 1 : 0),
|
356 |
+
'premium-button' => intval( $settings['premium-button'] ? 1 : 0),
|
357 |
+
'premium-contactform' => intval( $settings['premium-contactform'] ? 1 : 0),
|
358 |
'premium-map-api' => $settings['premium-map-api'],
|
359 |
'wisdom_registered_setting' => 1,
|
360 |
);
|
368 |
}
|
369 |
|
370 |
|
371 |
+
new PA_admin_settings();
|
assets/css/premium-addons.css
CHANGED
@@ -25,6 +25,9 @@
|
|
25 |
-moz-box-sizing: border-box;
|
26 |
box-sizing: border-box;
|
27 |
}*/
|
|
|
|
|
|
|
28 |
.premium_addons-banner-ib *,
|
29 |
.premium_addons-banner-ib .premium_addons-banner-ib-desc {
|
30 |
-webkit-box-sizing: border-box;
|
@@ -75,6 +78,9 @@
|
|
75 |
-webkit-transform: translate3d(-40px, 0, 0);
|
76 |
transform: translate3d(-40px, 0, 0);
|
77 |
}
|
|
|
|
|
|
|
78 |
.premium_banner_animation1 .premium_addons-banner-ib-desc {
|
79 |
top: auto;
|
80 |
bottom: 0;
|
@@ -262,7 +268,7 @@
|
|
262 |
transform-origin: 100% 0;
|
263 |
}
|
264 |
.premium_banner_animation4 .premium_addons-banner-ib-title {
|
265 |
-
padding
|
266 |
-webkit-transition: -webkit-transform .35s;
|
267 |
transition: -webkit-transform .35s;
|
268 |
transition: transform .35s;
|
@@ -334,7 +340,7 @@
|
|
334 |
bottom: 100%;
|
335 |
left: 0;
|
336 |
width: 100%;
|
337 |
-
padding:
|
338 |
opacity: 0;
|
339 |
-webkit-transition: opacity .35s;
|
340 |
transition: opacity .35s;
|
@@ -655,14 +661,16 @@
|
|
655 |
/************************************************/
|
656 |
.premium-carousel-wrapper a.carousel-arrow,
|
657 |
.premium-carousel-wrapper a.ver-carousel-arrow {
|
658 |
-
display:
|
|
|
|
|
659 |
width: 2em;
|
660 |
height: 2em;
|
661 |
-
line-height:
|
662 |
text-align: center;
|
663 |
position: absolute;
|
|
|
664 |
cursor: pointer;
|
665 |
-
box-sizing: content-box;
|
666 |
-webkit-transition: opacity .3s ease;
|
667 |
-o-transition: opacity .3s ease;
|
668 |
-moz-transition: opacity .3s ease;
|
@@ -670,6 +678,9 @@
|
|
670 |
-webkit-appearance: inherit;
|
671 |
box-shadow: none;
|
672 |
}
|
|
|
|
|
|
|
673 |
.premium-carousel-wrapper a.slick-arrow:hover {
|
674 |
box-shadow: none !important;
|
675 |
}
|
@@ -682,7 +693,6 @@
|
|
682 |
a.carousel-arrow.carousel-next {
|
683 |
right: -45px;
|
684 |
}
|
685 |
-
|
686 |
a.carousel-arrow.carousel-prev {
|
687 |
left: -45px;
|
688 |
}
|
@@ -702,9 +712,10 @@ a.circle-border {
|
|
702 |
a.square-border {
|
703 |
border: solid black;
|
704 |
}
|
705 |
-
.slick-dots {
|
706 |
list-style: none;
|
707 |
text-align: center;
|
|
|
708 |
}
|
709 |
ul.slick-dots li {
|
710 |
font-size: 10px;
|
@@ -714,26 +725,12 @@ ul.slick-dots li {
|
|
714 |
height: 20px;
|
715 |
cursor: pointer;
|
716 |
}
|
717 |
-
a.carousel-arrow.carousel-next i:before,
|
718 |
-
a.carousel-arrow.carousel-prev i:before {
|
719 |
-
line-height: inherit;
|
720 |
-
vertical-align: middle;
|
721 |
-
}
|
722 |
-
a.ver-carousel-arrow.carousel-next i:before {
|
723 |
-
line-height: inherit;
|
724 |
-
vertical-align: middle;
|
725 |
-
}
|
726 |
-
a.ver-carousel-arrow.carousel-prev.circle-bg i:before,
|
727 |
-
a.ver-carousel-arrow.carousel-prev.circle-border i:before {
|
728 |
-
line-height: inherit;
|
729 |
-
vertical-align: middle;
|
730 |
-
}
|
731 |
/**************** Premium Counter ***************/
|
732 |
/************************************************/
|
733 |
-
.counter-area {
|
734 |
padding: 10px 0;
|
735 |
}
|
736 |
-
.counter-area .counter-icon span.icon {
|
737 |
width: 1em;
|
738 |
height: 1em;
|
739 |
line-height: 1em;
|
@@ -741,52 +738,35 @@ a.ver-carousel-arrow.carousel-prev.circle-border i:before {
|
|
741 |
display: inline-block;
|
742 |
vertical-align: middle;
|
743 |
}
|
744 |
-
.counter-area .counter-title {
|
745 |
padding: 0;
|
746 |
margin: 0;
|
747 |
}
|
748 |
-
.counter-icon .icon i.fa:before {
|
749 |
vertical-align: text-top;
|
750 |
}
|
751 |
/*
|
752 |
* Circle Icon style
|
753 |
*/
|
754 |
-
.counter-area .counter-icon .circle {
|
755 |
border-radius: 100%;
|
756 |
}
|
757 |
-
|
758 |
-
|
759 |
-
}
|
760 |
-
.counter-icon .design.dotted {
|
761 |
-
border-style: dotted;
|
762 |
-
}
|
763 |
-
.counter-icon .design.dashed {
|
764 |
-
border-style: dashed;
|
765 |
-
}
|
766 |
-
.counter-icon .design.double {
|
767 |
-
border-style: double;
|
768 |
-
}
|
769 |
-
.counter-icon .design.inset{
|
770 |
-
border-style: inset;
|
771 |
-
}
|
772 |
-
.counter-icon .design.outset {
|
773 |
-
border-style: outset;
|
774 |
-
}
|
775 |
-
.counter-area.center {
|
776 |
text-align: center;
|
777 |
}
|
778 |
-
.counter-area .right,
|
779 |
-
.counter-area .left {
|
780 |
display: table-cell;
|
781 |
vertical-align: middle;
|
782 |
}
|
783 |
-
.counter-icon.right {
|
784 |
padding-left: 20px;
|
785 |
}
|
786 |
-
.counter-icon.left {
|
787 |
padding-right: 20px;
|
788 |
}
|
789 |
-
.init-wrapper.right {
|
790 |
text-align: right;
|
791 |
}
|
792 |
/*
|
@@ -804,7 +784,6 @@ span.icon.flex-width {
|
|
804 |
width: 100%;
|
805 |
z-index: 99;
|
806 |
top: auto;
|
807 |
-
text-align: center;
|
808 |
}
|
809 |
/*Link on Image Style*/
|
810 |
.premium-image-separator-link{
|
@@ -831,6 +810,186 @@ a.premium-image-separator-link:active{
|
|
831 |
}
|
832 |
/**************** Premium Modal Box ****************/
|
833 |
/***************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
834 |
.premium-modal-box-container {
|
835 |
width: 100% !important;
|
836 |
}
|
@@ -865,10 +1024,65 @@ a.premium-image-separator-link:active{
|
|
865 |
/*Close Button Container Style*/
|
866 |
.premium-modal-box-close-button-container {
|
867 |
float: right;
|
868 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
869 |
}
|
870 |
/**************** Premium Progress Bar ****************/
|
871 |
/******************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
872 |
.clearfix {
|
873 |
clear: both;
|
874 |
}
|
@@ -890,6 +1104,24 @@ a.premium-image-separator-link:active{
|
|
890 |
margin: 0;
|
891 |
float: right;
|
892 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
893 |
/**************** Premium Testimonials ****************/
|
894 |
/******************************************************/
|
895 |
/*Testimonial Container Style*/
|
@@ -966,7 +1198,7 @@ a.premium-image-separator-link:active{
|
|
966 |
overflow: hidden;
|
967 |
}
|
968 |
/*Header Style*/
|
969 |
-
.premium-title-header {
|
970 |
margin: 0;
|
971 |
padding: 10px;
|
972 |
}
|
@@ -979,6 +1211,15 @@ a.premium-image-separator-link:active{
|
|
979 |
display: inline-block;
|
980 |
float: none;
|
981 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
982 |
/*Style 6 Header*/
|
983 |
.premium-title-style6{
|
984 |
position: relative;
|
@@ -1008,8 +1249,8 @@ a.premium-image-separator-link:active{
|
|
1008 |
content: '';
|
1009 |
float: none;
|
1010 |
}
|
1011 |
-
/**************** Premium Video Box
|
1012 |
-
|
1013 |
/*Image Container Div Style*/
|
1014 |
.premium-video-box-image-container {
|
1015 |
position: relative;
|
@@ -1077,6 +1318,19 @@ a.premium-image-separator-link:active{
|
|
1077 |
.premium-blog-thumbnail-container {
|
1078 |
overflow: hidden;
|
1079 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1080 |
/*Thumbnail Img*/
|
1081 |
.premium-blog-thumbnail-container img,
|
1082 |
.premium-blog-thumbnail-container .below-entry-meta{
|
@@ -1242,42 +1496,44 @@ a.premium-image-separator-link:active{
|
|
1242 |
height: 50%;
|
1243 |
-webkit-transform: translate(-100%,-100%);
|
1244 |
transform: translate(-100%,-100%);
|
1245 |
-
opacity: 0.
|
1246 |
-webkit-transition: all 0.3s linear 0s;
|
1247 |
-moz-transition: all 0.3s linear 0s;
|
1248 |
-o-transition: all 0.3s linear 0s;
|
1249 |
-ms-transition: all 0.3s linear 0s;
|
1250 |
transition: all 0.3s linear 0s;
|
1251 |
}
|
|
|
|
|
|
|
|
|
1252 |
.premium-blog-squares-effect:after {
|
1253 |
-webkit-transform: translate(200%,200%);
|
1254 |
transform: translate(200%,200%);
|
1255 |
}
|
1256 |
.premium-blog-squares-square-container:before{
|
1257 |
-
opacity: 0.99;
|
1258 |
-webkit-transform: translate(-100%,200%);
|
1259 |
transform: translate(-100%,200%);
|
1260 |
}
|
1261 |
.premium-blog-squares-square-container:after {
|
1262 |
-
opacity: 0.99;
|
1263 |
-webkit-transform: translate(200%,-100%);
|
1264 |
transform: translate(200%,-100%);
|
1265 |
}
|
1266 |
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-effect:before {
|
1267 |
-
-webkit-transform: translate(0,0.
|
1268 |
-
transform: translate(0,0.
|
1269 |
}
|
1270 |
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-effect:after {
|
1271 |
-
-webkit-transform: translate(100%,100
|
1272 |
-
transform: translate(100%,100
|
1273 |
}
|
1274 |
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-square-container:before{
|
1275 |
-webkit-transform: translate(0,100%);
|
1276 |
transform: translate(0,100%);
|
1277 |
}
|
1278 |
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-square-container:after{
|
1279 |
-
-webkit-transform: translate(100%,0
|
1280 |
-
transform: translate(100%,0
|
1281 |
}
|
1282 |
/*Content Wrapper*/
|
1283 |
.premium-blog-content-wrapper {
|
@@ -1291,7 +1547,11 @@ a.premium-image-separator-link:active{
|
|
1291 |
}
|
1292 |
/*Post Format Container*/
|
1293 |
.premium-blog-format-container {
|
|
|
|
|
|
|
1294 |
float: left;
|
|
|
1295 |
background: #eee;
|
1296 |
width: 55px;
|
1297 |
height: 55px;
|
@@ -1304,9 +1564,16 @@ a.premium-image-separator-link:active{
|
|
1304 |
-o-transition: all 0.3s ease-in-out;
|
1305 |
transition: all 0.3s ease-in-out;
|
1306 |
}
|
|
|
|
|
|
|
1307 |
/*Post Format Icon*/
|
1308 |
.premium-blog-format-container i {
|
1309 |
-
|
|
|
|
|
|
|
|
|
1310 |
}
|
1311 |
.premium-blog-entry-title {
|
1312 |
display: inline;
|
@@ -1317,6 +1584,18 @@ a.premium-image-separator-link:active{
|
|
1317 |
}
|
1318 |
.premium-blog-entry-meta i{
|
1319 |
margin-right: 3px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1320 |
}
|
1321 |
/*Post Meta Data Container*/
|
1322 |
.premium-blog-meta-data {
|
@@ -1366,10 +1645,29 @@ a.premium-image-separator-link:active{
|
|
1366 |
border: 1px solid #E3E3E3;
|
1367 |
font-size: 16px;
|
1368 |
line-height: 20px;
|
|
|
|
|
|
|
|
|
|
|
1369 |
}
|
1370 |
.premium-blog-pagination-container li .prev,
|
1371 |
.premium-blog-pagination-container li .next {
|
1372 |
border: none;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1373 |
}
|
1374 |
/**************** Premium Person ******************/
|
1375 |
/**************************************************/
|
@@ -1501,10 +1799,426 @@ a.premium-image-separator-link:active{
|
|
1501 |
/*******************************************************/
|
1502 |
.premium-dual-header-container .premium-dual-header-first-header,
|
1503 |
.premium-dual-header-container .premium-dual-header-second-header {
|
1504 |
-
|
|
|
|
|
|
|
1505 |
}
|
1506 |
.premium-dual-header-first-clip,
|
1507 |
.premium-dual-header-second-clip {
|
1508 |
-webkit-text-fill-color: transparent;
|
1509 |
-webkit-background-clip: text;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1510 |
}
|
25 |
-moz-box-sizing: border-box;
|
26 |
box-sizing: border-box;
|
27 |
}*/
|
28 |
+
.elementor-widget-premium-addon-banner .premium_addons-banner-ib-title {
|
29 |
+
background: transparent;
|
30 |
+
}
|
31 |
.premium_addons-banner-ib *,
|
32 |
.premium_addons-banner-ib .premium_addons-banner-ib-desc {
|
33 |
-webkit-box-sizing: border-box;
|
78 |
-webkit-transform: translate3d(-40px, 0, 0);
|
79 |
transform: translate3d(-40px, 0, 0);
|
80 |
}
|
81 |
+
.premium_banner_animation2 .premium_addons-banner-ib-title {
|
82 |
+
padding: 15px;
|
83 |
+
}
|
84 |
.premium_banner_animation1 .premium_addons-banner-ib-desc {
|
85 |
top: auto;
|
86 |
bottom: 0;
|
268 |
transform-origin: 100% 0;
|
269 |
}
|
270 |
.premium_banner_animation4 .premium_addons-banner-ib-title {
|
271 |
+
padding: 50px 30px 0 30px;
|
272 |
-webkit-transition: -webkit-transform .35s;
|
273 |
transition: -webkit-transform .35s;
|
274 |
transition: transform .35s;
|
340 |
bottom: 100%;
|
341 |
left: 0;
|
342 |
width: 100%;
|
343 |
+
padding: 15px;
|
344 |
opacity: 0;
|
345 |
-webkit-transition: opacity .35s;
|
346 |
transition: opacity .35s;
|
661 |
/************************************************/
|
662 |
.premium-carousel-wrapper a.carousel-arrow,
|
663 |
.premium-carousel-wrapper a.ver-carousel-arrow {
|
664 |
+
display: flex;
|
665 |
+
align-items: center;
|
666 |
+
justify-content: center;
|
667 |
width: 2em;
|
668 |
height: 2em;
|
669 |
+
line-height: 0;
|
670 |
text-align: center;
|
671 |
position: absolute;
|
672 |
+
z-index: 99;
|
673 |
cursor: pointer;
|
|
|
674 |
-webkit-transition: opacity .3s ease;
|
675 |
-o-transition: opacity .3s ease;
|
676 |
-moz-transition: opacity .3s ease;
|
678 |
-webkit-appearance: inherit;
|
679 |
box-shadow: none;
|
680 |
}
|
681 |
+
.ver-carousel-arrow.carousel-next i{
|
682 |
+
margin-bottom: -3px;
|
683 |
+
}
|
684 |
.premium-carousel-wrapper a.slick-arrow:hover {
|
685 |
box-shadow: none !important;
|
686 |
}
|
693 |
a.carousel-arrow.carousel-next {
|
694 |
right: -45px;
|
695 |
}
|
|
|
696 |
a.carousel-arrow.carousel-prev {
|
697 |
left: -45px;
|
698 |
}
|
712 |
a.square-border {
|
713 |
border: solid black;
|
714 |
}
|
715 |
+
ul.slick-dots {
|
716 |
list-style: none;
|
717 |
text-align: center;
|
718 |
+
margin-left: 0;
|
719 |
}
|
720 |
ul.slick-dots li {
|
721 |
font-size: 10px;
|
725 |
height: 20px;
|
726 |
cursor: pointer;
|
727 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
728 |
/**************** Premium Counter ***************/
|
729 |
/************************************************/
|
730 |
+
.premium-counter-area {
|
731 |
padding: 10px 0;
|
732 |
}
|
733 |
+
.premium-counter-area .premium-counter-icon span.icon {
|
734 |
width: 1em;
|
735 |
height: 1em;
|
736 |
line-height: 1em;
|
738 |
display: inline-block;
|
739 |
vertical-align: middle;
|
740 |
}
|
741 |
+
.premium-counter-area .premium-counter-title {
|
742 |
padding: 0;
|
743 |
margin: 0;
|
744 |
}
|
745 |
+
.premium-counter-icon .icon i.fa:before {
|
746 |
vertical-align: text-top;
|
747 |
}
|
748 |
/*
|
749 |
* Circle Icon style
|
750 |
*/
|
751 |
+
.premium-counter-area .premium-counter-icon .circle {
|
752 |
border-radius: 100%;
|
753 |
}
|
754 |
+
|
755 |
+
.premium-counter-area.center {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
756 |
text-align: center;
|
757 |
}
|
758 |
+
.premium-counter-area .right,
|
759 |
+
.premium-counter-area .left {
|
760 |
display: table-cell;
|
761 |
vertical-align: middle;
|
762 |
}
|
763 |
+
.premium-counter-icon.right {
|
764 |
padding-left: 20px;
|
765 |
}
|
766 |
+
.premium-counter-icon.left {
|
767 |
padding-right: 20px;
|
768 |
}
|
769 |
+
.premium-init-wrapper.right {
|
770 |
text-align: right;
|
771 |
}
|
772 |
/*
|
784 |
width: 100%;
|
785 |
z-index: 99;
|
786 |
top: auto;
|
|
|
787 |
}
|
788 |
/*Link on Image Style*/
|
789 |
.premium-image-separator-link{
|
810 |
}
|
811 |
/**************** Premium Modal Box ****************/
|
812 |
/***************************************************/
|
813 |
+
.premium-modal-box-button-selector,
|
814 |
+
.premium-modal-box-modal-lower-close{
|
815 |
+
display: inline-block;
|
816 |
+
padding: 6px 12px;
|
817 |
+
margin-bottom: 0;
|
818 |
+
font-size: 14px;
|
819 |
+
font-weight: normal;
|
820 |
+
line-height: 1.42857143;
|
821 |
+
text-align: center;
|
822 |
+
white-space: nowrap;
|
823 |
+
vertical-align: middle;
|
824 |
+
-ms-touch-action: manipulation;
|
825 |
+
touch-action: manipulation;
|
826 |
+
cursor: pointer;
|
827 |
+
-webkit-user-select: none;
|
828 |
+
-moz-user-select: none;
|
829 |
+
-ms-user-select: none;
|
830 |
+
user-select: none;
|
831 |
+
background-image: none;
|
832 |
+
border: 1px solid transparent;
|
833 |
+
}
|
834 |
+
.btn-md {
|
835 |
+
padding: 8px 14px;
|
836 |
+
font-size: 16px;
|
837 |
+
line-height: 1.2;
|
838 |
+
}
|
839 |
+
.btn-lg {
|
840 |
+
padding: 10px 16px;
|
841 |
+
font-size: 18px;
|
842 |
+
line-height: 1.3333333;
|
843 |
+
}
|
844 |
+
.btn-block {
|
845 |
+
display: block;
|
846 |
+
width: 100%;
|
847 |
+
}
|
848 |
+
.close {
|
849 |
+
float: right;
|
850 |
+
font-size: 21px;
|
851 |
+
font-weight: bold;
|
852 |
+
line-height: 1;
|
853 |
+
color: #000;
|
854 |
+
}
|
855 |
+
.close:hover, .close:focus {
|
856 |
+
color: #000;
|
857 |
+
text-decoration: none;
|
858 |
+
cursor: pointer;
|
859 |
+
}
|
860 |
+
button.close {
|
861 |
+
-webkit-appearance: none;
|
862 |
+
padding: 0;
|
863 |
+
cursor: pointer;
|
864 |
+
background: transparent;
|
865 |
+
border: 0
|
866 |
+
}
|
867 |
+
.modal-open {
|
868 |
+
overflow: hidden
|
869 |
+
}
|
870 |
+
.modal {
|
871 |
+
position: fixed;
|
872 |
+
top: 0;
|
873 |
+
right: 0;
|
874 |
+
bottom: 0;
|
875 |
+
left: 0;
|
876 |
+
z-index: 1050;
|
877 |
+
display: none;
|
878 |
+
overflow: hidden;
|
879 |
+
-webkit-overflow-scrolling: touch;
|
880 |
+
outline: 0
|
881 |
+
}
|
882 |
+
.modal.fade .modal-dialog {
|
883 |
+
-webkit-transition: -webkit-transform .3s ease-out;
|
884 |
+
-o-transition: -o-transform .3s ease-out;
|
885 |
+
transition: transform .3s ease-out;
|
886 |
+
-webkit-transform: translate(0, -25%);
|
887 |
+
-ms-transform: translate(0, -25%);
|
888 |
+
-o-transform: translate(0, -25%);
|
889 |
+
transform: translate(0, -25%)
|
890 |
+
}
|
891 |
+
.modal.in .modal-dialog {
|
892 |
+
-webkit-transform: translate(0, 0);
|
893 |
+
-ms-transform: translate(0, 0);
|
894 |
+
-o-transform: translate(0, 0);
|
895 |
+
transform: translate(0, 0)
|
896 |
+
}
|
897 |
+
.modal-open .modal {
|
898 |
+
overflow-x: hidden;
|
899 |
+
overflow-y: auto
|
900 |
+
}
|
901 |
+
.modal-dialog {
|
902 |
+
position: relative;
|
903 |
+
width: auto;
|
904 |
+
margin: 10px
|
905 |
+
}
|
906 |
+
.modal-content {
|
907 |
+
position: relative;
|
908 |
+
background-color: #fff;
|
909 |
+
-webkit-background-clip: padding-box;
|
910 |
+
background-clip: padding-box;
|
911 |
+
border: 1px solid #999;
|
912 |
+
border: 1px solid rgba(0, 0, 0, .2);
|
913 |
+
border-radius: 6px;
|
914 |
+
outline: 0;
|
915 |
+
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
|
916 |
+
box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
|
917 |
+
}
|
918 |
+
.modal-backdrop {
|
919 |
+
position: fixed;
|
920 |
+
top: 0;
|
921 |
+
right: 0;
|
922 |
+
bottom: 0;
|
923 |
+
left: 0;
|
924 |
+
z-index: 1040;
|
925 |
+
background-color: #000
|
926 |
+
}
|
927 |
+
.modal-backdrop.fade {
|
928 |
+
filter: alpha(opacity=0);
|
929 |
+
opacity: 0
|
930 |
+
}
|
931 |
+
.modal-backdrop.in {
|
932 |
+
filter: alpha(opacity=50);
|
933 |
+
opacity: .5
|
934 |
+
}
|
935 |
+
.modal-header {
|
936 |
+
padding: 15px;
|
937 |
+
border-bottom: 1px solid #e5e5e5
|
938 |
+
}
|
939 |
+
.modal-header .close {
|
940 |
+
margin-top: -2px
|
941 |
+
}
|
942 |
+
.modal-title {
|
943 |
+
margin: 0;
|
944 |
+
line-height: 1.42857143;
|
945 |
+
clear: none;
|
946 |
+
padding: 0;
|
947 |
+
margin: 0;
|
948 |
+
}
|
949 |
+
.modal-body {
|
950 |
+
position: relative;
|
951 |
+
padding: 15px
|
952 |
+
}
|
953 |
+
.modal-footer {
|
954 |
+
padding: 15px;
|
955 |
+
text-align: right;
|
956 |
+
border-top: 1px solid #e5e5e5
|
957 |
+
}
|
958 |
+
.modal-footer .btn + .btn {
|
959 |
+
margin-bottom: 0;
|
960 |
+
margin-left: 5px
|
961 |
+
}
|
962 |
+
.modal-footer .btn-group .btn + .btn {
|
963 |
+
margin-left: -1px
|
964 |
+
}
|
965 |
+
.modal-footer .btn-block + .btn-block {
|
966 |
+
margin-left: 0
|
967 |
+
}
|
968 |
+
.modal-scrollbar-measure {
|
969 |
+
position: absolute;
|
970 |
+
top: -9999px;
|
971 |
+
width: 50px;
|
972 |
+
height: 50px;
|
973 |
+
overflow: scroll
|
974 |
+
}
|
975 |
+
@media (min-width:768px) {
|
976 |
+
.modal-dialog {
|
977 |
+
width: 600px;
|
978 |
+
margin: 30px auto
|
979 |
+
}
|
980 |
+
.modal-content {
|
981 |
+
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
|
982 |
+
box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
|
983 |
+
}
|
984 |
+
.modal-sm {
|
985 |
+
width: 300px
|
986 |
+
}
|
987 |
+
}
|
988 |
+
@media (min-width:992px) {
|
989 |
+
.modal-lg {
|
990 |
+
width: 900px
|
991 |
+
}
|
992 |
+
}
|
993 |
.premium-modal-box-container {
|
994 |
width: 100% !important;
|
995 |
}
|
1024 |
/*Close Button Container Style*/
|
1025 |
.premium-modal-box-close-button-container {
|
1026 |
float: right;
|
1027 |
+
}
|
1028 |
+
.premium-modal-box-modal-close {
|
1029 |
+
position: relative;
|
1030 |
+
z-index: 99;
|
1031 |
+
}
|
1032 |
+
.premium-modal-box-img-selector,
|
1033 |
+
.premium-modal-box-text-selector,
|
1034 |
+
.premium-modal-box-close-button-container,
|
1035 |
+
.premium-modal-box-modal-close,
|
1036 |
+
.premium-modal-box-modal-lower-close{
|
1037 |
+
-webkit-transition: all 0.3s ease-in-out;
|
1038 |
+
-moz-transition: all 0.3s ease-in-out;
|
1039 |
+
-ms-transition: all 0.3s ease-in-out;
|
1040 |
+
-o-transition: all 0.3s ease-in-out;
|
1041 |
+
transition: all 0.3s ease-in-out;
|
1042 |
}
|
1043 |
/**************** Premium Progress Bar ****************/
|
1044 |
/******************************************************/
|
1045 |
+
.premium-progressbar-progress {
|
1046 |
+
overflow: hidden;
|
1047 |
+
height: 20px;
|
1048 |
+
margin-bottom: 20px;
|
1049 |
+
background-color: #f5f5f5;
|
1050 |
+
border-radius: 4px;
|
1051 |
+
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
1052 |
+
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
1053 |
+
}
|
1054 |
+
.premium-progressbar-progress-bar {
|
1055 |
+
float: left;
|
1056 |
+
width: 0%;
|
1057 |
+
height: 100%;
|
1058 |
+
font-size: 12px;
|
1059 |
+
line-height: 20px;
|
1060 |
+
background: #6ec1e4;
|
1061 |
+
text-align: center;
|
1062 |
+
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
1063 |
+
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
1064 |
+
}
|
1065 |
+
.progress-striped .progress-bar,
|
1066 |
+
.progress-bar-striped {
|
1067 |
+
background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1068 |
+
background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1069 |
+
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1070 |
+
background-size: 40px 40px;
|
1071 |
+
}
|
1072 |
+
.progress.active .progress-bar,
|
1073 |
+
.progress-bar.active {
|
1074 |
+
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
1075 |
+
-o-animation: progress-bar-stripes 2s linear infinite;
|
1076 |
+
animation: progress-bar-stripes 2s linear infinite;
|
1077 |
+
}
|
1078 |
+
.premium-progressbar-progress{
|
1079 |
+
position: relative;
|
1080 |
+
}
|
1081 |
+
.premium-progressbar-progress-bar {
|
1082 |
+
position: absolute;
|
1083 |
+
overflow: hidden;
|
1084 |
+
line-height: 20px;
|
1085 |
+
}
|
1086 |
.clearfix {
|
1087 |
clear: both;
|
1088 |
}
|
1104 |
margin: 0;
|
1105 |
float: right;
|
1106 |
}
|
1107 |
+
@-webkit-keyframes progress-bar-stripes {
|
1108 |
+
from {
|
1109 |
+
background-position: 0 0;
|
1110 |
+
|
1111 |
+
}
|
1112 |
+
to {
|
1113 |
+
background-position: 40px 0;
|
1114 |
+
}
|
1115 |
+
}
|
1116 |
+
@keyframes progress-bar-stripes {
|
1117 |
+
from {
|
1118 |
+
background-position: 0 0;
|
1119 |
+
}
|
1120 |
+
to {
|
1121 |
+
background-position: 40px 0;
|
1122 |
+
|
1123 |
+
}
|
1124 |
+
}
|
1125 |
/**************** Premium Testimonials ****************/
|
1126 |
/******************************************************/
|
1127 |
/*Testimonial Container Style*/
|
1198 |
overflow: hidden;
|
1199 |
}
|
1200 |
/*Header Style*/
|
1201 |
+
.premium-title-container .premium-title-header {
|
1202 |
margin: 0;
|
1203 |
padding: 10px;
|
1204 |
}
|
1211 |
display: inline-block;
|
1212 |
float: none;
|
1213 |
}
|
1214 |
+
.premium-title-style1 {
|
1215 |
+
border-left: 3px solid #6ec1e4;
|
1216 |
+
}
|
1217 |
+
.premium-title-container.style2,
|
1218 |
+
.premium-title-container.style4,
|
1219 |
+
.premium-title-container.style5,
|
1220 |
+
.premium-title-container.style6{
|
1221 |
+
border-bottom: 3px solid #6ec1e4;
|
1222 |
+
}
|
1223 |
/*Style 6 Header*/
|
1224 |
.premium-title-style6{
|
1225 |
position: relative;
|
1249 |
content: '';
|
1250 |
float: none;
|
1251 |
}
|
1252 |
+
/**************** Premium Video Box ************/
|
1253 |
+
/***********************************************/
|
1254 |
/*Image Container Div Style*/
|
1255 |
.premium-video-box-image-container {
|
1256 |
position: relative;
|
1318 |
.premium-blog-thumbnail-container {
|
1319 |
overflow: hidden;
|
1320 |
}
|
1321 |
+
.premium-blog-post-link {
|
1322 |
+
position: absolute;
|
1323 |
+
top: 0;
|
1324 |
+
left: 0;
|
1325 |
+
width: 100%;
|
1326 |
+
height: 100%;
|
1327 |
+
z-index: 99;
|
1328 |
+
}
|
1329 |
+
.premium-blog-post-link:hover {
|
1330 |
+
box-shadow: none !important;
|
1331 |
+
border: none !important;
|
1332 |
+
outline: none !important;
|
1333 |
+
}
|
1334 |
/*Thumbnail Img*/
|
1335 |
.premium-blog-thumbnail-container img,
|
1336 |
.premium-blog-thumbnail-container .below-entry-meta{
|
1496 |
height: 50%;
|
1497 |
-webkit-transform: translate(-100%,-100%);
|
1498 |
transform: translate(-100%,-100%);
|
1499 |
+
opacity: 0.7;
|
1500 |
-webkit-transition: all 0.3s linear 0s;
|
1501 |
-moz-transition: all 0.3s linear 0s;
|
1502 |
-o-transition: all 0.3s linear 0s;
|
1503 |
-ms-transition: all 0.3s linear 0s;
|
1504 |
transition: all 0.3s linear 0s;
|
1505 |
}
|
1506 |
+
.premium-blog-squares-square-container:before,
|
1507 |
+
.premium-blog-squares-square-container:after {
|
1508 |
+
opacity: 0.8;
|
1509 |
+
}
|
1510 |
.premium-blog-squares-effect:after {
|
1511 |
-webkit-transform: translate(200%,200%);
|
1512 |
transform: translate(200%,200%);
|
1513 |
}
|
1514 |
.premium-blog-squares-square-container:before{
|
|
|
1515 |
-webkit-transform: translate(-100%,200%);
|
1516 |
transform: translate(-100%,200%);
|
1517 |
}
|
1518 |
.premium-blog-squares-square-container:after {
|
|
|
1519 |
-webkit-transform: translate(200%,-100%);
|
1520 |
transform: translate(200%,-100%);
|
1521 |
}
|
1522 |
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-effect:before {
|
1523 |
+
-webkit-transform: translate(0,0%) scaleY(1.003) scaleX(1.003);
|
1524 |
+
transform: translate(0,0%) scaleY(1.003) scaleX(1.003);
|
1525 |
}
|
1526 |
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-effect:after {
|
1527 |
+
-webkit-transform: translate(100%,100%) scaleY(1.003) scaleX(1.003);
|
1528 |
+
transform: translate(100%,100%) scaleY(1.003) scaleX(1.003);
|
1529 |
}
|
1530 |
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-square-container:before{
|
1531 |
-webkit-transform: translate(0,100%);
|
1532 |
transform: translate(0,100%);
|
1533 |
}
|
1534 |
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-square-container:after{
|
1535 |
+
-webkit-transform: translate(100%,0%);
|
1536 |
+
transform: translate(100%,0%);
|
1537 |
}
|
1538 |
/*Content Wrapper*/
|
1539 |
.premium-blog-content-wrapper {
|
1547 |
}
|
1548 |
/*Post Format Container*/
|
1549 |
.premium-blog-format-container {
|
1550 |
+
display: flex;
|
1551 |
+
align-items: center;
|
1552 |
+
justify-content: center;
|
1553 |
float: left;
|
1554 |
+
cursor: pointer;
|
1555 |
background: #eee;
|
1556 |
width: 55px;
|
1557 |
height: 55px;
|
1564 |
-o-transition: all 0.3s ease-in-out;
|
1565 |
transition: all 0.3s ease-in-out;
|
1566 |
}
|
1567 |
+
.premium-blog-format-link {
|
1568 |
+
line-height: 0;
|
1569 |
+
}
|
1570 |
/*Post Format Icon*/
|
1571 |
.premium-blog-format-container i {
|
1572 |
+
-webkit-transition: all 0.3s ease-in-out;
|
1573 |
+
-moz-transition: all 0.3s ease-in-out;
|
1574 |
+
-ms-transition: all 0.3s ease-in-out;
|
1575 |
+
-o-transition: all 0.3s ease-in-out;
|
1576 |
+
transition: all 0.3s ease-in-out;
|
1577 |
}
|
1578 |
.premium-blog-entry-title {
|
1579 |
display: inline;
|
1584 |
}
|
1585 |
.premium-blog-entry-meta i{
|
1586 |
margin-right: 3px;
|
1587 |
+
-webkit-transition: all 0.3s ease-in-out;
|
1588 |
+
-moz-transition: all 0.3s ease-in-out;
|
1589 |
+
-ms-transition: all 0.3s ease-in-out;
|
1590 |
+
-o-transition: all 0.3s ease-in-out;
|
1591 |
+
transition: all 0.3s ease-in-out;
|
1592 |
+
}
|
1593 |
+
.premium-blog-post-tags-container a{
|
1594 |
+
-webkit-transition: all 0.3s ease-in-out;
|
1595 |
+
-moz-transition: all 0.3s ease-in-out;
|
1596 |
+
-ms-transition: all 0.3s ease-in-out;
|
1597 |
+
-o-transition: all 0.3s ease-in-out;
|
1598 |
+
transition: all 0.3s ease-in-out;
|
1599 |
}
|
1600 |
/*Post Meta Data Container*/
|
1601 |
.premium-blog-meta-data {
|
1645 |
border: 1px solid #E3E3E3;
|
1646 |
font-size: 16px;
|
1647 |
line-height: 20px;
|
1648 |
+
-webkit-transition: all 0.3s ease-in-out;
|
1649 |
+
-moz-transition: all 0.3s ease-in-out;
|
1650 |
+
-ms-transition: all 0.3s ease-in-out;
|
1651 |
+
-o-transition: all 0.3s ease-in-out;
|
1652 |
+
transition: all 0.3s ease-in-out;
|
1653 |
}
|
1654 |
.premium-blog-pagination-container li .prev,
|
1655 |
.premium-blog-pagination-container li .next {
|
1656 |
border: none;
|
1657 |
+
border-radius: 0;
|
1658 |
+
font-size: 17.8px;
|
1659 |
+
}
|
1660 |
+
@media (max-width: 768px) {
|
1661 |
+
.premium-blog-format-container {
|
1662 |
+
display: none;
|
1663 |
+
}
|
1664 |
+
.premium-blog-entry-meta,
|
1665 |
+
.premium-blog-post-content {
|
1666 |
+
margin-left: 0px;
|
1667 |
+
}
|
1668 |
+
.premium-blog-post-tags-container {
|
1669 |
+
margin-left: 0px;
|
1670 |
+
}
|
1671 |
}
|
1672 |
/**************** Premium Person ******************/
|
1673 |
/**************************************************/
|
1799 |
/*******************************************************/
|
1800 |
.premium-dual-header-container .premium-dual-header-first-header,
|
1801 |
.premium-dual-header-container .premium-dual-header-second-header {
|
1802 |
+
position: relative;
|
1803 |
+
padding: 0;
|
1804 |
+
margin: 0;
|
1805 |
+
display: inline-block;
|
1806 |
}
|
1807 |
.premium-dual-header-first-clip,
|
1808 |
.premium-dual-header-second-clip {
|
1809 |
-webkit-text-fill-color: transparent;
|
1810 |
-webkit-background-clip: text;
|
1811 |
+
}
|
1812 |
+
/**************** Premium Fancy Text *******************/
|
1813 |
+
/*******************************************************/
|
1814 |
+
.premium-suffix-text,
|
1815 |
+
.premium-fancy-text,
|
1816 |
+
.premium-prefix-text {
|
1817 |
+
font-size: 25px;
|
1818 |
+
}
|
1819 |
+
/**************** Premium Pricing Table ****************/
|
1820 |
+
/*******************************************************/
|
1821 |
+
/*Pricing Table Container Div Style*/
|
1822 |
+
.premium-pricing-table-container {
|
1823 |
+
text-align: center;
|
1824 |
+
overflow: hidden;
|
1825 |
+
-webkit-transition: all 0.3s ease-in-out;
|
1826 |
+
-moz-transition: all 0.3s ease-in-out;
|
1827 |
+
-o-transition: all 0.3s ease-in-out;
|
1828 |
+
-ms-transition: all 0.3s ease-in-out;
|
1829 |
+
transition: all 0.3s ease-in-out;
|
1830 |
+
}
|
1831 |
+
.premium-pricing-button-container {
|
1832 |
+
display: block;
|
1833 |
+
}
|
1834 |
+
.premium-pricing-description-container li{
|
1835 |
+
list-style-position: inside;
|
1836 |
+
text-indent: -40px;
|
1837 |
+
}
|
1838 |
+
@-moz-document url-prefix() {
|
1839 |
+
.premium-pricing-description-container li{
|
1840 |
+
text-indent: 0px;
|
1841 |
+
}
|
1842 |
+
}
|
1843 |
+
.premium-pricing-price-button {
|
1844 |
+
display: block;
|
1845 |
+
padding: 6px 12px;
|
1846 |
+
line-height: 1.42857143;
|
1847 |
+
text-align: center;
|
1848 |
+
color: #fff;
|
1849 |
+
background: #6ec1e4;
|
1850 |
+
margin-bottom: 0;
|
1851 |
+
-webkit-transition: all 0.3s ease-in-out;
|
1852 |
+
-moz-transition: all 0.3s ease-in-out;
|
1853 |
+
-o-transition: all 0.3s ease-in-out;
|
1854 |
+
-ms-transition: all 0.3s ease-in-out;
|
1855 |
+
transition: all 0.3s ease-in-out;
|
1856 |
+
}
|
1857 |
+
/**************** Premium Google Maps ******************/
|
1858 |
+
/*******************************************************/
|
1859 |
+
.premium-maps-info-title,
|
1860 |
+
.premium-maps-info-desc {
|
1861 |
+
margin: 0;
|
1862 |
+
padding: 0;
|
1863 |
+
}
|
1864 |
+
/**************** Premium Button ***********************/
|
1865 |
+
/*******************************************************/
|
1866 |
+
.premium-button-left {
|
1867 |
+
text-align: left;
|
1868 |
+
}
|
1869 |
+
.premium-button-right {
|
1870 |
+
text-align: right;
|
1871 |
+
}
|
1872 |
+
.premium-button-center {
|
1873 |
+
text-align: center;
|
1874 |
+
}
|
1875 |
+
.premium-button-justify .premium-button {
|
1876 |
+
width: 100%;
|
1877 |
+
text-align: center;
|
1878 |
+
}
|
1879 |
+
.premium-button {
|
1880 |
+
display: inline-block;
|
1881 |
+
position: relative;
|
1882 |
+
font-size: 15px;
|
1883 |
+
overflow: hidden;
|
1884 |
+
line-height: 1;
|
1885 |
+
padding: 12px 24px;
|
1886 |
+
background: #6ec1e4;
|
1887 |
+
-webkit-transition: all 0.2s ease-in-out !important;
|
1888 |
+
-moz-transition: all 0.2s ease-in-out !important;
|
1889 |
+
-ms-transition: all 0.2s ease-in-out !important;
|
1890 |
+
-o-transition: all 0.2s ease-in-out !important;
|
1891 |
+
transition: all 0.2s ease-in-out !important;
|
1892 |
+
}
|
1893 |
+
.premium-button.premium-button-style2-shutinhor:before ,
|
1894 |
+
.premium-button.premium-button-style2-shutinver:before ,
|
1895 |
+
.premium-button.premium-button-style2-scshutinhor:before ,
|
1896 |
+
.premium-button.premium-button-style2-scshutinver:before,
|
1897 |
+
.premium-button-style5-radialin:before,
|
1898 |
+
.premium-button-style5-rectin:before{
|
1899 |
+
background: #6ec1e4;
|
1900 |
+
}
|
1901 |
+
.premium-button-style1-bottom:before,
|
1902 |
+
.premium-button-style1-top:before,
|
1903 |
+
.premium-button-style1-right:before,
|
1904 |
+
.premium-button-style1-left:before,
|
1905 |
+
.premium-button-style2-shutouthor:before,
|
1906 |
+
.premium-button-style2-shutoutver:before,
|
1907 |
+
.premium-button-style2-shutinhor,
|
1908 |
+
.premium-button-style2-shutinver,
|
1909 |
+
.premium-button-style2-scshutinhor,
|
1910 |
+
.premium-button-style2-scshutinver,
|
1911 |
+
.premium-button-style2-scshutouthor:before,
|
1912 |
+
.premium-button-style2-scshutoutver:before,
|
1913 |
+
.premium-button-style3-left:hover,
|
1914 |
+
.premium-button-style3-right:hover,
|
1915 |
+
.premium-button-style4-icon-wrapper,
|
1916 |
+
.premium-button-style5-radialin,
|
1917 |
+
.premium-button-style5-radialout:before,
|
1918 |
+
.premium-button-style5-rectin,
|
1919 |
+
.premium-button-style5-rectout:before {
|
1920 |
+
background: #7a7a7a;
|
1921 |
+
}
|
1922 |
+
.premium-button-text {
|
1923 |
+
display: inline-block;
|
1924 |
+
width: 100%;
|
1925 |
+
}
|
1926 |
+
.premium-button-style1-bottom,
|
1927 |
+
.premium-button-style1-top,
|
1928 |
+
.premium-button-style1-right,
|
1929 |
+
.premium-button-style1-left,
|
1930 |
+
.premium-button-style2-shutouthor,
|
1931 |
+
.premium-button-style2-shutoutver,
|
1932 |
+
.premium-button-style2-shutinhor,
|
1933 |
+
.premium-button-style2-shutinver,
|
1934 |
+
.premium-button-style2-scshutouthor,
|
1935 |
+
.premium-button-style2-scshutoutver,
|
1936 |
+
.premium-button-style2-scshutinhor,
|
1937 |
+
.premium-button-style2-scshutinver,
|
1938 |
+
.premium-button-style5-radialin,
|
1939 |
+
.premium-button-style5-radialout,
|
1940 |
+
.premium-button-style5-rectin,
|
1941 |
+
.premium-button-style5-rectout {
|
1942 |
+
display: inline-block;
|
1943 |
+
vertical-align: middle;
|
1944 |
+
-webkit-transform: perspective(1px) translateZ(0);
|
1945 |
+
transform: perspective(1px) translateZ(0);
|
1946 |
+
box-shadow: 0 0 1px transparent;
|
1947 |
+
position: relative;
|
1948 |
+
-webkit-transition-property: color;
|
1949 |
+
transition-property: color;
|
1950 |
+
-webkit-transition-duration: 0.15s;
|
1951 |
+
transition-duration: 0.15s;
|
1952 |
+
}
|
1953 |
+
.premium-button-style1-bottom:before,
|
1954 |
+
.premium-button-style1-top:before,
|
1955 |
+
.premium-button-style1-right:before,
|
1956 |
+
.premium-button-style1-left:before,
|
1957 |
+
.premium-button-style2-shutinhor:before,
|
1958 |
+
.premium-button-style2-shutinver:before,
|
1959 |
+
.premium-button-style2-shutouthor:before,
|
1960 |
+
.premium-button-style2-shutoutver:before,
|
1961 |
+
.premium-button-style2-scshutinhor:before,
|
1962 |
+
.premium-button-style2-scshutinver:before,
|
1963 |
+
.premium-button-style2-scshutouthor:before,
|
1964 |
+
.premium-button-style2-scshutoutver:before,
|
1965 |
+
.premium-button-style5-radialin:before,
|
1966 |
+
.premium-button-style5-radialout:before,
|
1967 |
+
.premium-button-style5-rectin:before,
|
1968 |
+
.premium-button-style5-rectout:before {
|
1969 |
+
content: "";
|
1970 |
+
position: absolute;
|
1971 |
+
z-index: -1;
|
1972 |
+
top: 0;
|
1973 |
+
left: 0;
|
1974 |
+
right: 0;
|
1975 |
+
bottom: 0;
|
1976 |
+
-webkit-transform: scaleY(0);
|
1977 |
+
transform: scaleY(0);
|
1978 |
+
-webkit-transform-origin: 50% 0;
|
1979 |
+
transform-origin: 50% 0;
|
1980 |
+
-webkit-transition-property: transform;
|
1981 |
+
transition-property: transform;
|
1982 |
+
-webkit-transition-duration: 0.15s;
|
1983 |
+
transition-duration: 0.15s;
|
1984 |
+
-webkit-transition-timing-function: ease-out;
|
1985 |
+
transition-timing-function: ease-out;
|
1986 |
+
}
|
1987 |
+
.premium-button-style5-radialin:before,
|
1988 |
+
.premium-button-style5-radialout:before {
|
1989 |
+
-webkit-transform-origin: 50%;
|
1990 |
+
transform-origin: 50%;
|
1991 |
+
border-radius: 100%;
|
1992 |
+
-webkit-transform: scale(0);
|
1993 |
+
transform: scale(0);
|
1994 |
+
}
|
1995 |
+
.premium-button-style5-radialin:before {
|
1996 |
+
-webkit-transform: scale(2);
|
1997 |
+
transform: scale(2);
|
1998 |
+
}
|
1999 |
+
.premium-button-style5-rectin:before,
|
2000 |
+
.premium-button-style5-rectout:before {
|
2001 |
+
-webkit-transform-origin: 50%;
|
2002 |
+
transform-origin: 50%;
|
2003 |
+
-webkit-transform: scale(1);
|
2004 |
+
transform: scale(1);
|
2005 |
+
}
|
2006 |
+
.premium-button-style5-rectout:before {
|
2007 |
+
-webkit-transform: scale(0);
|
2008 |
+
transform: scale(0);
|
2009 |
+
}
|
2010 |
+
.premium-button-style5-rectout:hover:before {
|
2011 |
+
-webkit-transform: scale(1);
|
2012 |
+
transform: scale(1);
|
2013 |
+
}
|
2014 |
+
.premium-button-style5-rectin:hover:before {
|
2015 |
+
-webkit-transform: scale(0);
|
2016 |
+
transform: scale(0);
|
2017 |
+
}
|
2018 |
+
.premium-button-style5-radialout:hover:before {
|
2019 |
+
-webkit-transform: scale(2);
|
2020 |
+
transform: scale(2);
|
2021 |
+
}
|
2022 |
+
.premium-button-style5-radialin:hover:before {
|
2023 |
+
-webkit-transform: scale(0);
|
2024 |
+
transform: scale(0);
|
2025 |
+
}
|
2026 |
+
.premium-button-style1-top:before {
|
2027 |
+
-webkit-transform-origin: 50% 100%;
|
2028 |
+
transform-origin: 50% 100%;
|
2029 |
+
}
|
2030 |
+
.premium-button-style1-right:before {
|
2031 |
+
-webkit-transform: scaleX(0);
|
2032 |
+
transform: scaleX(0);
|
2033 |
+
-webkit-transform-origin: 0% 50%;
|
2034 |
+
transform-origin: 0% 50%;
|
2035 |
+
}
|
2036 |
+
.premium-button-style1-left:before {
|
2037 |
+
-webkit-transform: scaleX(0);
|
2038 |
+
transform: scaleX(0);
|
2039 |
+
-webkit-transform-origin: 100% 50%;
|
2040 |
+
transform-origin: 100% 50%;
|
2041 |
+
}
|
2042 |
+
.premium-button-style2-shutouthor:before,
|
2043 |
+
.premium-button-style2-scshutoutver:before{
|
2044 |
+
-webkit-transform: scaleY(0);
|
2045 |
+
transform: scaleY(0);
|
2046 |
+
-webkit-transform-origin: 100% 50%;
|
2047 |
+
transform-origin: 100% 50%;
|
2048 |
+
}
|
2049 |
+
.premium-button-style2-shutoutver:before,
|
2050 |
+
.premium-button-style2-scshutouthor:before{
|
2051 |
+
-webkit-transform: scaleX(0);
|
2052 |
+
transform: scaleX(0);
|
2053 |
+
-webkit-transform-origin: 50% 50%;
|
2054 |
+
transform-origin: 50% 50%;
|
2055 |
+
}
|
2056 |
+
.premium-button-style2-shutinhor:before,
|
2057 |
+
.premium-button-style2-scshutinhor:before{
|
2058 |
+
-webkit-transform: scaleX(1);
|
2059 |
+
transform: scaleX(1);
|
2060 |
+
-webkit-transform-origin: 50%;
|
2061 |
+
transform-origin: 50%;
|
2062 |
+
}
|
2063 |
+
.premium-button-style2-shutinver:before,
|
2064 |
+
.premium-button-style2-scshutinver:before{
|
2065 |
+
-webkit-transform: scaleY(1);
|
2066 |
+
transform: scaleY(1);
|
2067 |
+
-webkit-transform-origin: 50%;
|
2068 |
+
transform-origin: 50%;
|
2069 |
+
}
|
2070 |
+
.premium-button-style1-bottom:hover:before,
|
2071 |
+
.premium-button-style1-top:hover:before{
|
2072 |
+
-webkit-transform: scaleY(1);
|
2073 |
+
transform: scaleY(1);
|
2074 |
+
}
|
2075 |
+
.premium-button-style1-left:hover:before,
|
2076 |
+
.premium-button-style1-right:hover:before,
|
2077 |
+
.premium-button-style2-shutouthor:hover:before,
|
2078 |
+
.premium-button-style2-shutoutver:hover:before{
|
2079 |
+
-webkit-transform: scaleX(1);
|
2080 |
+
transform: scaleX(1);
|
2081 |
+
}
|
2082 |
+
.premium-button-style2-shutinhor:hover:before{
|
2083 |
+
-webkit-transform: scaleX(0);
|
2084 |
+
transform: scaleX(0);
|
2085 |
+
}
|
2086 |
+
.premium-button-style2-scshutinhor:hover:before{
|
2087 |
+
-webkit-transform: scaleX(0.07);
|
2088 |
+
transform: scaleX(0.07);
|
2089 |
+
}
|
2090 |
+
.premium-button-style2-shutinver:hover:before{
|
2091 |
+
-webkit-transform: scaleY(0);
|
2092 |
+
transform: scaleY(0);
|
2093 |
+
}
|
2094 |
+
.premium-button-style2-scshutinver:hover:before{
|
2095 |
+
-webkit-transform: scaleY(0.2);
|
2096 |
+
transform: scaleY(0.2);
|
2097 |
+
}
|
2098 |
+
.premium-button-style2-scshutouthor:hover:before{
|
2099 |
+
-webkit-transform: scaleX(0.9);
|
2100 |
+
transform: scaleX(0.9);
|
2101 |
+
}
|
2102 |
+
.premium-button-style2-scshutoutver:hover:before{
|
2103 |
+
-webkit-transform: scaleY(0.8);
|
2104 |
+
transform: scaleY(0.8);
|
2105 |
+
}
|
2106 |
+
.premium-button-style3-left i,
|
2107 |
+
.premium-button-style3-right i{
|
2108 |
+
opacity: 0;
|
2109 |
+
-webkit-transform: translateX(-5px);
|
2110 |
+
transform: translateX(-5px);
|
2111 |
+
-webkit-transition: all 0.2s ease-in-out;
|
2112 |
+
-moz-transition: all 0.2s ease-in-out;
|
2113 |
+
-ms-transition: all 0.2s ease-in-out;
|
2114 |
+
-o-transition: all 0.2s ease-in-out;
|
2115 |
+
transition: all 0.2s ease-in-out;
|
2116 |
+
}
|
2117 |
+
.premium-button-style3-right i{
|
2118 |
+
-webkit-transform: translateX(5px);
|
2119 |
+
transform: translateX(5px);
|
2120 |
+
}
|
2121 |
+
.premium-button-style3-right:hover i {
|
2122 |
+
opacity: 1;
|
2123 |
+
-webkit-transform: translateX(-10px);
|
2124 |
+
transform: translateX(-10px);
|
2125 |
+
}
|
2126 |
+
.premium-button-style3-left:hover i {
|
2127 |
+
opacity: 1;
|
2128 |
+
-webkit-transform: translateX(10px);
|
2129 |
+
transform: translateX(10px);
|
2130 |
+
}
|
2131 |
+
.premium-button-text-icon-wrapper,
|
2132 |
+
.premium-button-text-icon-wrapper i{
|
2133 |
+
-webkit-transition: all 0.2s ease-in-out;
|
2134 |
+
-moz-transition: all 0.2s ease-in-out;
|
2135 |
+
-ms-transition: all 0.2s ease-in-out;
|
2136 |
+
-o-transition: all 0.2s ease-in-out;
|
2137 |
+
transition: all 0.2s ease-in-out;
|
2138 |
+
}
|
2139 |
+
.premium-button-style4-icon-wrapper {
|
2140 |
+
position: absolute;
|
2141 |
+
z-index: 2;
|
2142 |
+
width: 100%;
|
2143 |
+
text-align: center;
|
2144 |
+
display: flex;
|
2145 |
+
align-items: center;
|
2146 |
+
justify-content: center;
|
2147 |
+
height: 100%;
|
2148 |
+
opacity: 0;
|
2149 |
+
-webkit-transition: all 0.3s ease-in-out;
|
2150 |
+
-moz-transition: all 0.3s ease-in-out;
|
2151 |
+
-ms-transition: all 0.3s ease-in-out;
|
2152 |
+
-o-transition: all 0.3s ease-in-out;
|
2153 |
+
transition: all 0.3s ease-in-out;
|
2154 |
+
}
|
2155 |
+
.premium-button-style4-icon-wrapper.top {
|
2156 |
+
bottom: -100%;
|
2157 |
+
left: 0;
|
2158 |
+
}
|
2159 |
+
.premium-button-style4-icon-wrapper.bottom {
|
2160 |
+
top: -100%;
|
2161 |
+
left: 0;
|
2162 |
+
}
|
2163 |
+
.premium-button-style4-icon-wrapper.left {
|
2164 |
+
top: 0;
|
2165 |
+
left: -100%;
|
2166 |
+
}
|
2167 |
+
.premium-button-style4-icon-wrapper.right {
|
2168 |
+
top: 0;
|
2169 |
+
right: -100%;
|
2170 |
+
}
|
2171 |
+
.premium-button-style4-bottom:hover .premium-button-style4-icon-wrapper {
|
2172 |
+
top: 0;
|
2173 |
+
opacity: 1;
|
2174 |
+
}
|
2175 |
+
.premium-button-style4-top:hover .premium-button-style4-icon-wrapper {
|
2176 |
+
bottom: 0;
|
2177 |
+
opacity: 1;
|
2178 |
+
}
|
2179 |
+
.premium-button-style4-left:hover .premium-button-style4-icon-wrapper {
|
2180 |
+
left: 0;
|
2181 |
+
opacity: 1;
|
2182 |
+
}
|
2183 |
+
.premium-button-style4-right:hover .premium-button-style4-icon-wrapper {
|
2184 |
+
right: 0;
|
2185 |
+
opacity: 1;
|
2186 |
+
}
|
2187 |
+
.premium-button-style4-bottom:hover .premium-button-text-icon-wrapper{
|
2188 |
+
-webkit-transform: translateY(100%);
|
2189 |
+
transform: translateY(100%);
|
2190 |
+
opacity: 0;
|
2191 |
+
}
|
2192 |
+
.premium-button-style4-top:hover .premium-button-text-icon-wrapper{
|
2193 |
+
-webkit-transform: translateY(-100%);
|
2194 |
+
transform: translateY(-100%);
|
2195 |
+
opacity: 0;
|
2196 |
+
}
|
2197 |
+
.premium-button-style4-left:hover .premium-button-text-icon-wrapper{
|
2198 |
+
-webkit-transform: translateX(100%);
|
2199 |
+
transform: translateX(100%);
|
2200 |
+
opacity: 0;
|
2201 |
+
}
|
2202 |
+
.premium-button-style4-right:hover .premium-button-text-icon-wrapper{
|
2203 |
+
-webkit-transform: translateX(-100%);
|
2204 |
+
transform: translateX(-100%);
|
2205 |
+
opacity: 0;
|
2206 |
+
}
|
2207 |
+
/**************** Contact Form7 ******************/
|
2208 |
+
/*************************************************/
|
2209 |
+
.premium_border_animation1 .wpcf7-span::after {
|
2210 |
+
display: block;
|
2211 |
+
height: 2px;
|
2212 |
+
content: '';
|
2213 |
+
top: -2px;
|
2214 |
+
position: relative;
|
2215 |
+
width: 0px;
|
2216 |
+
-webkit-transition: all ease-in-out .3s;
|
2217 |
+
-moz-transition: all ease-in-out .3s;
|
2218 |
+
-ms-transition: all ease-in-out .3s;
|
2219 |
+
-o-transition: all ease-in-out .3s;
|
2220 |
+
transition: all ease-in-out .3s;
|
2221 |
+
}
|
2222 |
+
.premium_border_animation1 .wpcf7-span.is-focused::after {
|
2223 |
+
width: 100%;
|
2224 |
}
|
assets/images/person-image.jpg
ADDED
Binary file
|
assets/js/premium-addons.js
CHANGED
@@ -1,25 +1,390 @@
|
|
1 |
/*****
|
2 |
* Progress Bar
|
3 |
*/
|
4 |
-
|
5 |
jQuery(function($){
|
6 |
$(document).ready(function(){
|
7 |
var i = 0;
|
|
|
|
|
|
|
|
|
|
|
8 |
$(".premium-progressbar-progress-bar").css('width','0');
|
9 |
var number_of_progress_bars = $(".premium-progressbar-progress-bar").length;
|
10 |
for(;;){if(i >= number_of_progress_bars){break;} scrollFunction(i); i = i + 1;}
|
11 |
});
|
12 |
});
|
13 |
|
14 |
-
|
15 |
function scrollFunction(progressBar){
|
16 |
jQuery(function($){$(document).scroll(function(){
|
17 |
if( $(this).scrollTop() >= $(".premium-progressbar-progress:eq(" + progressBar+ ")").offset().top - 600 ){
|
18 |
$(".premium-progressbar-progress-bar:eq("+progressBar+")").animate({
|
19 |
width: $(".premium-progressbar-progress-bar:eq("+progressBar+")").attr('aria-valuenow') + '%'
|
20 |
-
},
|
21 |
}
|
22 |
});
|
23 |
});
|
24 |
};
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
/*****
|
2 |
* Progress Bar
|
3 |
*/
|
4 |
+
var progress_bar_interval;
|
5 |
jQuery(function($){
|
6 |
$(document).ready(function(){
|
7 |
var i = 0;
|
8 |
+
if ( $(document).outerWidth() < 768 ) {
|
9 |
+
progress_bar_interval = 600;
|
10 |
+
} else {
|
11 |
+
progress_bar_interval = 1000;
|
12 |
+
}
|
13 |
$(".premium-progressbar-progress-bar").css('width','0');
|
14 |
var number_of_progress_bars = $(".premium-progressbar-progress-bar").length;
|
15 |
for(;;){if(i >= number_of_progress_bars){break;} scrollFunction(i); i = i + 1;}
|
16 |
});
|
17 |
});
|
18 |
|
|
|
19 |
function scrollFunction(progressBar){
|
20 |
jQuery(function($){$(document).scroll(function(){
|
21 |
if( $(this).scrollTop() >= $(".premium-progressbar-progress:eq(" + progressBar+ ")").offset().top - 600 ){
|
22 |
$(".premium-progressbar-progress-bar:eq("+progressBar+")").animate({
|
23 |
width: $(".premium-progressbar-progress-bar:eq("+progressBar+")").attr('aria-valuenow') + '%'
|
24 |
+
},progress_bar_interval);
|
25 |
}
|
26 |
});
|
27 |
});
|
28 |
};
|
29 |
|
30 |
+
|
31 |
+
/*!
|
32 |
+
* Bootstrap v3.3.7 (http://getbootstrap.com)
|
33 |
+
* Copyright 2011-2018 Twitter, Inc.
|
34 |
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
35 |
+
*/
|
36 |
+
|
37 |
+
/*!
|
38 |
+
* Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=01c8980f1748904c96a64353acce32d2)
|
39 |
+
* Config saved to config.json and https://gist.github.com/01c8980f1748904c96a64353acce32d2
|
40 |
+
*/
|
41 |
+
if (typeof jQuery === 'undefined') {
|
42 |
+
throw new Error('Bootstrap\'s JavaScript requires jQuery')
|
43 |
+
}
|
44 |
+
+function ($) {
|
45 |
+
'use strict';
|
46 |
+
var version = $.fn.jquery.split(' ')[0].split('.')
|
47 |
+
if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] > 3)) {
|
48 |
+
throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4')
|
49 |
+
}
|
50 |
+
}(jQuery);
|
51 |
+
|
52 |
+
/* ========================================================================
|
53 |
+
* Bootstrap: modal.js v3.3.7
|
54 |
+
* http://getbootstrap.com/javascript/#modals
|
55 |
+
* ========================================================================
|
56 |
+
* Copyright 2011-2016 Twitter, Inc.
|
57 |
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
58 |
+
* ======================================================================== */
|
59 |
+
|
60 |
+
|
61 |
+
+function ($) {
|
62 |
+
'use strict';
|
63 |
+
|
64 |
+
// MODAL CLASS DEFINITION
|
65 |
+
// ======================
|
66 |
+
|
67 |
+
var Modal = function (element, options) {
|
68 |
+
this.options = options
|
69 |
+
this.$body = $(document.body)
|
70 |
+
this.$element = $(element)
|
71 |
+
this.$dialog = this.$element.find('.modal-dialog')
|
72 |
+
this.$backdrop = null
|
73 |
+
this.isShown = null
|
74 |
+
this.originalBodyPad = null
|
75 |
+
this.scrollbarWidth = 0
|
76 |
+
this.ignoreBackdropClick = false
|
77 |
+
|
78 |
+
if (this.options.remote) {
|
79 |
+
this.$element
|
80 |
+
.find('.modal-content')
|
81 |
+
.load(this.options.remote, $.proxy(function () {
|
82 |
+
this.$element.trigger('loaded.bs.modal')
|
83 |
+
}, this))
|
84 |
+
}
|
85 |
+
}
|
86 |
+
|
87 |
+
Modal.VERSION = '3.3.7'
|
88 |
+
|
89 |
+
Modal.TRANSITION_DURATION = 300
|
90 |
+
Modal.BACKDROP_TRANSITION_DURATION = 150
|
91 |
+
|
92 |
+
Modal.DEFAULTS = {
|
93 |
+
backdrop: true,
|
94 |
+
keyboard: true,
|
95 |
+
show: true
|
96 |
+
}
|
97 |
+
|
98 |
+
Modal.prototype.toggle = function (_relatedTarget) {
|
99 |
+
return this.isShown ? this.hide() : this.show(_relatedTarget)
|
100 |
+
}
|
101 |
+
|
102 |
+
Modal.prototype.show = function (_relatedTarget) {
|
103 |
+
var that = this
|
104 |
+
var e = $.Event('show.bs.modal', { relatedTarget: _relatedTarget })
|
105 |
+
|
106 |
+
this.$element.trigger(e)
|
107 |
+
|
108 |
+
if (this.isShown || e.isDefaultPrevented()) return
|
109 |
+
|
110 |
+
this.isShown = true
|
111 |
+
|
112 |
+
this.checkScrollbar()
|
113 |
+
this.setScrollbar()
|
114 |
+
this.$body.addClass('modal-open')
|
115 |
+
|
116 |
+
this.escape()
|
117 |
+
this.resize()
|
118 |
+
|
119 |
+
this.$element.on('click.dismiss.bs.modal', '[data-dismiss="modal"]', $.proxy(this.hide, this))
|
120 |
+
|
121 |
+
this.$dialog.on('mousedown.dismiss.bs.modal', function () {
|
122 |
+
that.$element.one('mouseup.dismiss.bs.modal', function (e) {
|
123 |
+
if ($(e.target).is(that.$element)) that.ignoreBackdropClick = true
|
124 |
+
})
|
125 |
+
})
|
126 |
+
|
127 |
+
this.backdrop(function () {
|
128 |
+
var transition = $.support.transition && that.$element.hasClass('fade')
|
129 |
+
|
130 |
+
if (!that.$element.parent().length) {
|
131 |
+
that.$element.appendTo(that.$body) // don't move modals dom position
|
132 |
+
}
|
133 |
+
|
134 |
+
that.$element
|
135 |
+
.show()
|
136 |
+
.scrollTop(0)
|
137 |
+
|
138 |
+
that.adjustDialog()
|
139 |
+
|
140 |
+
if (transition) {
|
141 |
+
that.$element[0].offsetWidth // force reflow
|
142 |
+
}
|
143 |
+
|
144 |
+
that.$element.addClass('in')
|
145 |
+
|
146 |
+
that.enforceFocus()
|
147 |
+
|
148 |
+
var e = $.Event('shown.bs.modal', { relatedTarget: _relatedTarget })
|
149 |
+
|
150 |
+
transition ?
|
151 |
+
that.$dialog // wait for modal to slide in
|
152 |
+
.one('bsTransitionEnd', function () {
|
153 |
+
that.$element.trigger('focus').trigger(e)
|
154 |
+
})
|
155 |
+
.emulateTransitionEnd(Modal.TRANSITION_DURATION) :
|
156 |
+
that.$element.trigger('focus').trigger(e)
|
157 |
+
})
|
158 |
+
}
|
159 |
+
|
160 |
+
Modal.prototype.hide = function (e) {
|
161 |
+
if (e) e.preventDefault()
|
162 |
+
|
163 |
+
e = $.Event('hide.bs.modal')
|
164 |
+
|
165 |
+
this.$element.trigger(e)
|
166 |
+
|
167 |
+
if (!this.isShown || e.isDefaultPrevented()) return
|
168 |
+
|
169 |
+
this.isShown = false
|
170 |
+
|
171 |
+
this.escape()
|
172 |
+
this.resize()
|
173 |
+
|
174 |
+
$(document).off('focusin.bs.modal')
|
175 |
+
|
176 |
+
this.$element
|
177 |
+
.removeClass('in')
|
178 |
+
.off('click.dismiss.bs.modal')
|
179 |
+
.off('mouseup.dismiss.bs.modal')
|
180 |
+
|
181 |
+
this.$dialog.off('mousedown.dismiss.bs.modal')
|
182 |
+
|
183 |
+
$.support.transition && this.$element.hasClass('fade') ?
|
184 |
+
this.$element
|
185 |
+
.one('bsTransitionEnd', $.proxy(this.hideModal, this))
|
186 |
+
.emulateTransitionEnd(Modal.TRANSITION_DURATION) :
|
187 |
+
this.hideModal()
|
188 |
+
}
|
189 |
+
|
190 |
+
Modal.prototype.enforceFocus = function () {
|
191 |
+
$(document)
|
192 |
+
.off('focusin.bs.modal') // guard against infinite focus loop
|
193 |
+
.on('focusin.bs.modal', $.proxy(function (e) {
|
194 |
+
if (document !== e.target &&
|
195 |
+
this.$element[0] !== e.target &&
|
196 |
+
!this.$element.has(e.target).length) {
|
197 |
+
this.$element.trigger('focus')
|
198 |
+
}
|
199 |
+
}, this))
|
200 |
+
}
|
201 |
+
|
202 |
+
Modal.prototype.escape = function () {
|
203 |
+
if (this.isShown && this.options.keyboard) {
|
204 |
+
this.$element.on('keydown.dismiss.bs.modal', $.proxy(function (e) {
|
205 |
+
e.which == 27 && this.hide()
|
206 |
+
}, this))
|
207 |
+
} else if (!this.isShown) {
|
208 |
+
this.$element.off('keydown.dismiss.bs.modal')
|
209 |
+
}
|
210 |
+
}
|
211 |
+
|
212 |
+
Modal |