The Plus Addons for Elementor | FREE Elementor Widgets & Elementor Templates, Header Menu, Blog Post Builder, Dark Mode, Full-Page Scroll, Cross Domain Copy - Version 5.0.0

Version Description

IMPORTANT : We got audited and approved by Astra Security. View Certificate Added : Age Gate Added : Message Box Added : Post Title Added : Post Content Added : Post Featured Image Added : Post Meta Added : Post Author Added : Post Comment Update : CSP (Content Security Policy) implementation & Updates Fix : JS bug fix and improvements

Download this release

Release Info

Developer posimyththemes
Plugin Icon wp plugin The Plus Addons for Elementor | FREE Elementor Widgets & Elementor Templates, Header Menu, Blog Post Builder, Dark Mode, Full-Page Scroll, Cross Domain Copy
Version 5.0.0
Comparing to
See all releases

Code changes from version 2.0.8 to 5.0.0

Files changed (35) hide show
  1. assets/css/admin/theplus-ele-admin.css +15 -14
  2. assets/css/main/age-gate/plus-age-gate.css +289 -0
  3. assets/css/main/age-gate/plus-age-gate.min.css +1 -0
  4. assets/css/main/general/theplus.min.css +1 -1
  5. assets/css/main/messagebox/plus-messagebox.css +92 -0
  6. assets/css/main/messagebox/plus-messagebox.min.css +1 -0
  7. assets/css/main/post-author/plus-post-author.css +100 -0
  8. assets/css/main/post-author/plus-post-author.min.css +1 -0
  9. assets/css/main/post-comment/plus-post-comment.css +308 -0
  10. assets/css/main/post-comment/plus-post-comment.min.css +1 -0
  11. assets/css/main/post-content/plus-post-content.css +1 -0
  12. assets/css/main/post-content/plus-post-content.min.css +1 -0
  13. assets/css/main/post-feature-image/plus-post-image.css +55 -0
  14. assets/css/main/post-feature-image/plus-post-image.min.css +1 -0
  15. assets/css/main/post-meta-info/plus-post-meta-info.css +138 -0
  16. assets/css/main/post-meta-info/plus-post-meta-info.min.css +1 -0
  17. assets/css/main/post-title/plus-post-title.css +34 -0
  18. assets/css/main/post-title/plus-post-title.min.css +1 -0
  19. assets/images/tp-placeholder.jpg +0 -0
  20. assets/js/main/age-gate/plus-age-gate.js +88 -0
  21. assets/js/main/age-gate/plus-age-gate.min.js +1 -0
  22. assets/js/main/messagebox/plus-messagebox.js +16 -0
  23. assets/js/main/messagebox/plus-messagebox.min.js +1 -0
  24. assets/js/main/plus-extra-adv/plus-backend-editor.js +1 -28
  25. assets/js/main/plus-extra-adv/plus-backend-editor.min.js +1 -1
  26. assets/js/main/post-feature-image/plus-post-feature-image.js +20 -0
  27. assets/js/main/post-feature-image/plus-post-feature-image.min.js +1 -0
  28. includes/client/client-style-1.php +1 -1
  29. includes/client/post-meta-title.php +1 -1
  30. includes/plus-options/custom-metabox/teammember_options.php +14 -0
  31. includes/plus-options/extension/cmb2-field-ajax-search.php +10 -8
  32. includes/plus_addon.php +109 -24
  33. includes/theplus_options.php +308 -83
  34. includes/welcome-page.php +10 -12
  35. lang/tpebl.pot +2460 -935
assets/css/admin/theplus-ele-admin.css CHANGED
@@ -72,13 +72,13 @@ a.ptplus-premium-link {
72
  clear: both;
73
  table-layout: auto;
74
  }
75
- .cmb2-id-dynamic-category-thumb-check .cmb-td label:after,.cmb2-id-plus-mega-menu-check .cmb-td label:after, .cmb2-id-bodymovin-load-js-check .cmb-td label:after {content: '';position: absolute;left: 22px;width: 55px;background: #f1f3fa;height: 28px;transform: translateX(-26px);border-radius: 30px;}
76
 
77
- .cmb2-id-dynamic-category-thumb-check .cmb-td label:after,.cmb2-id-plus-mega-menu-check .cmb-td label:after, .cmb2-id-bodymovin-load-js-check .cmb-td label:after {
78
  top: -3px;
79
  background: #c3c3c3;
80
  }
81
- .cmb2-id-dynamic-category-thumb-check .cmb-td label:before,.cmb2-id-plus-mega-menu-check .cmb-td label:before, .cmb2-id-bodymovin-load-js-check .cmb-td label:before {
82
  content: '';
83
  position: relative;
84
  display: block;
@@ -98,18 +98,22 @@ a.ptplus-premium-link {
98
  animation-duration: .3s;
99
  z-index: 1;
100
  }
101
- .cmb2-id-dynamic-category-thumb-check .cmb-td label:before,.cmb2-id-plus-mega-menu-check .cmb-td label:before,.cmb2-id-bodymovin-load-js-check .cmb-td label:before{
102
  background-color: #737373;
103
  }
104
- .cmb2-id-dynamic-category-thumb-check .cmb-td label,.cmb2-id-plus-mega-menu-check .cmb-td label, .cmb2-id-bodymovin-load-js-check .cmb-td label{
 
105
  position:relative;
106
  display: block;
107
  }
108
- .cmb2-id-dynamic-category-thumb-check input[type=checkbox]:checked + label:after,.cmb2-id-plus-mega-menu-check input[type=checkbox]:checked + label:after, .cmb2-id-bodymovin-load-js-check input[type=checkbox]:checked + label:after {background: rgba(128, 114, 252, 1);}
109
- #dynamic_category_thumb_check, #plus_mega_menu_check, #bodymovin_load_js_check {
 
 
110
  display: none;
111
  }
112
- .cmb2-checkbox-list.cmb2-list input[type=checkbox]:checked + label:before, .cmb2-id-dynamic-category-thumb-check input[type=checkbox]:checked + label:before,.cmb2-id-plus-mega-menu-check input[type=checkbox]:checked + label:before, .cmb2-id-bodymovin-load-js-check input[type=checkbox]:checked + label:before {
 
113
  -webkit-transform: translateX(27px);
114
  transform: translateX(27px);
115
  background-color: #f1f3fa;
@@ -1086,14 +1090,12 @@ a.theplus-panel-social {
1086
  transition: all .3s linear;
1087
  }
1088
 
1089
- /*.widget-group-info:hover .widget-hover-details.widget-info-doc {
1090
  opacity: 1;
1091
  visibility: visible;
1092
  top: -60px;
1093
- }*/
1094
- .widget-group-info:hover .widget-hover-details.widget-info-doc {
1095
- display: none;
1096
  }
 
1097
  .widget-hover-details.widget-info-doc:before {
1098
  content: 'Documentation';
1099
  position: absolute;
@@ -1113,8 +1115,7 @@ a.theplus-panel-social {
1113
  .widget-group-info:hover .widget-hover-details.widget-info-video {
1114
  opacity: 1;
1115
  visibility: visible;
1116
- //top: -90px;
1117
- top: -60px;
1118
  }
1119
  .widget-hover-details.widget-info-video:before {
1120
  content: 'Video';
72
  clear: both;
73
  table-layout: auto;
74
  }
75
+ .cmb2-id-dynamic-category-thumb-check .cmb-td label:after,.cmb2-id-plus-mega-menu-check .cmb-td label:after, .cmb2-id-bodymovin-load-js-check .cmb-td label:after,.cmb2-id-theplus-custom-field-video-switch .cmb-td label:after,.cmb2-id-theplus-woo-swatches-switch .cmb-td label:after,.cmb2-id-load-pre-loader-lottie-js .cmb-td label:after {content: '';position: absolute;left: 22px;width: 55px;background: #f1f3fa;height: 28px;transform: translateX(-26px);border-radius: 30px;}
76
 
77
+ .cmb2-id-dynamic-category-thumb-check .cmb-td label:after,.cmb2-id-plus-mega-menu-check .cmb-td label:after,.cmb2-id-bodymovin-load-js-check .cmb-td label:after,.cmb2-id-theplus-custom-field-video-switch .cmb-td label:after,.cmb2-id-theplus-woo-swatches-switch .cmb-td label:after,.cmb2-id-load-pre-loader-lottie-js .cmb-td label:after {
78
  top: -3px;
79
  background: #c3c3c3;
80
  }
81
+ .cmb2-id-dynamic-category-thumb-check .cmb-td label:before,.cmb2-id-plus-mega-menu-check .cmb-td label:before,.cmb2-id-bodymovin-load-js-check .cmb-td label:before,.cmb2-id-theplus-custom-field-video-switch .cmb-td label:before,.cmb2-id-theplus-woo-swatches-switch .cmb-td label:before,.cmb2-id-load-pre-loader-lottie-js .cmb-td label:before {
82
  content: '';
83
  position: relative;
84
  display: block;
98
  animation-duration: .3s;
99
  z-index: 1;
100
  }
101
+ .cmb2-id-dynamic-category-thumb-check .cmb-td label:before,.cmb2-id-plus-mega-menu-check .cmb-td label:before,.cmb2-id-bodymovin-load-js-check .cmb-td label:before,.cmb2-id-theplus-custom-field-video-switch .cmb-td label:before,.cmb2-id-theplus-woo-swatches-switch .cmb-td label:before,.cmb2-id-load-pre-loader-lottie-js .cmb-td label:before{
102
  background-color: #737373;
103
  }
104
+ .cmb2-id-dynamic-category-thumb-check .cmb-td label,.cmb2-id-plus-mega-menu-check .cmb-td label,.cmb2-id-bodymovin-load-js-check .cmb-td label,.cmb2-id-theplus-custom-field-video-switch .cmb-td label,
105
+ .cmb2-id-theplus-woo-swatches-switch .cmb-td label,.cmb2-id-load-pre-loader-lottie-js .cmb-td label{
106
  position:relative;
107
  display: block;
108
  }
109
+ .cmb2-id-dynamic-category-thumb-check input[type=checkbox]:checked + label:after,.cmb2-id-plus-mega-menu-check input[type=checkbox]:checked + label:after, .cmb2-id-bodymovin-load-js-check input[type=checkbox]:checked + label:after,.cmb2-id-theplus-custom-field-video-switch input[type=checkbox]:checked + label:after,
110
+ .cmb2-id-theplus-woo-swatches-switch input[type=checkbox]:checked + label:after,
111
+ .cmb2-id-load-pre-loader-lottie-js input[type=checkbox]:checked + label:after{background: rgba(128, 114, 252, 1);}
112
+ #dynamic_category_thumb_check, #plus_mega_menu_check, #bodymovin_load_js_check,#theplus_custom_field_video_switch,#theplus_woo_swatches_switch,#load_pre_loader_lottie_js {
113
  display: none;
114
  }
115
+ .cmb2-checkbox-list.cmb2-list input[type=checkbox]:checked + label:before, .cmb2-id-dynamic-category-thumb-check input[type=checkbox]:checked + label:before,.cmb2-id-plus-mega-menu-check input[type=checkbox]:checked + label:before, .cmb2-id-bodymovin-load-js-check input[type=checkbox]:checked + label:before,.cmb2-id-theplus-custom-field-video-switch input[type=checkbox]:checked + label:before,
116
+ .cmb2-id-theplus-woo-swatches-switch input[type=checkbox]:checked + label:before,.cmb2-id-load-pre-loader-lottie-js input[type=checkbox]:checked + label:before{
117
  -webkit-transform: translateX(27px);
118
  transform: translateX(27px);
119
  background-color: #f1f3fa;
1090
  transition: all .3s linear;
1091
  }
1092
 
1093
+ .widget-group-info:hover .widget-hover-details.widget-info-doc {
1094
  opacity: 1;
1095
  visibility: visible;
1096
  top: -60px;
 
 
 
1097
  }
1098
+
1099
  .widget-hover-details.widget-info-doc:before {
1100
  content: 'Documentation';
1101
  position: absolute;
1115
  .widget-group-info:hover .widget-hover-details.widget-info-video {
1116
  opacity: 1;
1117
  visibility: visible;
1118
+ top: -90px;
 
1119
  }
1120
  .widget-hover-details.widget-info-video:before {
1121
  content: 'Video';
assets/css/main/age-gate/plus-age-gate.css ADDED
@@ -0,0 +1,289 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .elementor-editor-active .tp-agegate-wrapper{display:block;}
2
+ .tp-agegate-wrapper {
3
+ display: flex;
4
+ overflow: hidden;
5
+ position: fixed;
6
+ width: 100%;
7
+ height: 100%;
8
+ left: 0;
9
+ top: 0;
10
+ background: #00000069;
11
+ z-index:999;
12
+ display:none;
13
+ }
14
+ .tp-agegate-wrapper:after {
15
+ content: "";
16
+ position: absolute;
17
+ left: 0;
18
+ right: 0;
19
+ top: 0;
20
+ bottom: 0;
21
+ background: rgba(0,0,0,.5);
22
+ }
23
+ .tp-agegate-wrapper .tp-agegate-boxes {
24
+ position: relative;
25
+ display: flex;
26
+ flex-direction: column;
27
+ align-items: center;
28
+ width: 100%;
29
+ justify-content: center;
30
+ padding: 50px;
31
+ }
32
+
33
+ .tp-agegate-wrapper .tp-agegate-boxes.tp-equ-width-50 {
34
+ width: 50%
35
+ }
36
+ .tp-agegate-wrapper .tp-agegate-boxes .tp-age-wm {
37
+ position: absolute;
38
+ width: 100%;
39
+ height: auto;
40
+ font-size: 16px;
41
+ text-align: center;
42
+ color: #f1f7f1;
43
+ background-color: #111111e6;
44
+ overflow: hidden;
45
+ top: 0;
46
+ left: 0;
47
+ display: none;
48
+ z-index: 1;
49
+ padding: 10px 15px;
50
+ -webkit-transition: all 0.3s linear;
51
+ -moz-transition: all 0.3s linear;
52
+ -o-transition: all 0.3s linear;
53
+ transition: all 0.3s linear;
54
+ }
55
+
56
+ .tp-agegate-wrapper .tp-agegate-boxes .tp-age-ii {
57
+ display: inline-block;
58
+ position: relative;
59
+ }
60
+
61
+ .tp-agegate-wrapper .tp-agegate-boxes .tp-age-ii .tp-agegate-image {
62
+ position: relative;
63
+ display: flex;
64
+ max-width: 80px
65
+ }
66
+
67
+ .tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-title,.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-description,.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-extra-info {
68
+ position: relative;
69
+ display: inline-flex;
70
+ font-size: 22px;
71
+ margin-top: 15px;
72
+ width: 100%;
73
+ color: #000;
74
+ user-select: none;
75
+ }
76
+
77
+ .tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-description {
78
+ font-size: 14px;
79
+ line-height: 1.2;
80
+ letter-spacing: 0.8px;
81
+ }
82
+
83
+ .tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-extra-info {
84
+ font-size: 12px;
85
+ margin-top: 30px;
86
+ }
87
+
88
+ .tp-agegate-wrapper .tp-agegate-inner-wrapper {
89
+ position: relative;
90
+ display: flex;
91
+ margin: 0 auto;
92
+ top: 50%;
93
+ transform: translateY(-50%);
94
+ background: #fff;
95
+ border: 2px Solid #fff;
96
+ border-radius: 5px;
97
+ z-index: 10001;
98
+ max-width: 500px;
99
+ min-height: 400px;
100
+ overflow: hidden;
101
+ }
102
+ .tp-agegate-wrapper.tp-agegate-boxes .tp-agegate-method {
103
+ position: relative;
104
+ display: block;
105
+ width: 100%;
106
+ margin: 15px 0;
107
+ }
108
+ /*Method 1 start*/
109
+ .tp-agegate-wrapper.tp-method-1 .tp-agegate-method {
110
+ position: relative;
111
+ display: inline-flex;
112
+ flex-direction: column;
113
+ margin-top: 15px;
114
+ }
115
+
116
+ .tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox {
117
+ position: relative;
118
+ display: flex;
119
+ align-items: center;
120
+ }
121
+
122
+ .tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox .age_vmc {
123
+ display:none;
124
+ }
125
+
126
+ .tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .age_vms {
127
+ position: relative;
128
+ display: flex;
129
+ margin-top: 15px;
130
+ }
131
+ .tp-agegate-wrapper.tp-method-1 .tp-agegate-boxes .tp-agegate-method .age_vmb i {
132
+ margin: 0 10px 0 10px;
133
+ }
134
+ .tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .age_vms .age_vmb {
135
+ position: relative;
136
+ display: inline-flex;
137
+ width: auto;
138
+ height: 100%;
139
+ outline: none;
140
+ background: #6fc784;
141
+ border-radius: 5px;
142
+ text-decoration: none;
143
+ border: 1px solid #6fc784;
144
+ color: #ffffff;
145
+ padding: 10px 15px;
146
+ letter-spacing: 4px;
147
+ }
148
+ .tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox .age_vmc {
149
+ display:none;
150
+ }
151
+ .tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox .tp-age-checkmark{
152
+ position: relative;
153
+ height: 20px;
154
+ width: 20px;
155
+ background-color: #eee;
156
+ display: inline-table;
157
+ margin-right: 10px;
158
+ z-index: 111;
159
+ border-radius: 4px;
160
+ -webkit-transition: all 0.3s linear;
161
+ -moz-transition: all 0.3s linear;
162
+ -o-transition: all 0.3s linear;
163
+ transition: all 0.3s linear;
164
+ }
165
+ .tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox:hover input ~ .tp-age-checkmark {
166
+ background-color: #c5c2c2;
167
+ }
168
+ .tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox input:checked ~ .tp-age-checkmark {
169
+ background-color: #c5c2c2;
170
+ }
171
+ .tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox .tp-age-checkmark:after {
172
+ content: "";
173
+ position: absolute;
174
+ display: none;
175
+ }
176
+ .tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox input:checked ~ .tp-age-checkmark:after {
177
+ display: flex;
178
+ }
179
+ .tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox .tp-age-checkmark:after {
180
+ width: 5px;
181
+ height: 10px;
182
+ border: solid white;
183
+ border-width: 0 3px 3px 0;
184
+ top: 50%;
185
+ left: 50%;
186
+ -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
187
+ -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
188
+ transform: translateY(-50%) translateX(-50%) rotate(45deg);
189
+ }
190
+ .tp-agegate-wrapper.tp-method-1 label {
191
+ position: relative;
192
+ user-select: none;
193
+ display: flex;
194
+ align-items: center;
195
+ }
196
+ /*Method 1 end*/
197
+
198
+ /*Method 2 start*/
199
+ .tp-agegate-wrapper.tp-method-2 .tp-agegate-method {
200
+ position: relative;
201
+ display: block;
202
+ margin-top: 15px;
203
+ width: 100%;
204
+ max-width: max-content;
205
+ }
206
+ .tp-agegate-wrapper.tp-method-2 .tp-agegate-boxes .tp-agegate-method .age_verify_birthdate {
207
+ position: relative;
208
+ display: inline-flex;
209
+ padding: 12px;
210
+ border: 1px solid #000;
211
+ width: 100%;
212
+ font-size: 16px;
213
+ color: #000;
214
+ overflow: hidden;
215
+ border-radius: 4px;
216
+ }
217
+ .tp-agegate-wrapper.tp-method-2 .tp-agegate-boxes .tp-agegate-method .age_verify_method_btnsubmit i {
218
+ margin: 0px 10px 0px 10px;
219
+ }
220
+ .tp-agegate-wrapper.tp-method-2 .tp-agegate-boxes .tp-agegate-method .age_verify_method_btnsubmit {
221
+ position: relative;
222
+ display: inline-flex;
223
+ background-color: #f7d782;
224
+ border: 1px solid #f7d782;
225
+ width: 100%;
226
+ padding: 10px 15px;
227
+ outline: none;
228
+ overflow: hidden;
229
+ color: #ffffff;
230
+ font-size: 16px;
231
+ text-align: center;
232
+ align-items: center;
233
+ justify-content: center;
234
+ top: 15px;
235
+ letter-spacing: 4px;
236
+ text-decoration: none;
237
+ border-radius: 4px;
238
+ }
239
+ /*Method 2 end*/
240
+
241
+ /*Method 3 start*/
242
+ .tp-agegate-wrapper.tp-method-3 .tp-agegate-method {
243
+ position: relative;
244
+ display: flex;
245
+ width: 100%;
246
+ margin-top: 15px;
247
+ justify-content: center;
248
+ }
249
+ .tp-agegate-wrapper.tp-method-3 .tp-agegate-boxes .tp-agegate-method .tp-age-btn-yes i,
250
+ .tp-agegate-wrapper.tp-method-3 .tp-agegate-boxes .tp-agegate-method .tp-age-btn-no i{
251
+ margin: 0 10px 0 10px;
252
+ }
253
+ .tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .tp-age-btn-yes,
254
+ .tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .tp-age-btn-no{
255
+ position: relative;
256
+ display: inline-flex;
257
+ align-items: center;
258
+ justify-content: center;
259
+ width: 100%;
260
+ padding: 10px 15px;
261
+ outline: none;
262
+ font-size: 12px;
263
+ text-decoration: none;
264
+ border-radius: 4px;
265
+ }
266
+ .tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .tp-age-btn-yes {
267
+ color: #fff;
268
+ border: 1px solid #8072fc;
269
+ background: #8072fc;
270
+ margin-right: 5px;
271
+ }
272
+ .tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .tp-age-btn-no {
273
+ color: #8072fc;
274
+ border: 1px solid #8072fc;
275
+ background: transparent;
276
+ margin-left: 5px;
277
+ }
278
+ /*Method 3 end*/
279
+ @media (max-width:1024px) and (min-width:768px) {
280
+ .tp-agegate-wrapper .tp-agegate-boxes.tp-equ-width-50 {
281
+ width: 100%;
282
+ }
283
+ }
284
+ @media (max-width:767px) and (min-width:375px) {
285
+ .tp-agegate-wrapper .tp-agegate-boxes.tp-equ-width-50 {
286
+ width: 100%;
287
+ min-width: 100%;
288
+ }
289
+ }
assets/css/main/age-gate/plus-age-gate.min.css ADDED
@@ -0,0 +1 @@
 
1
+ /*age gate*/.elementor-editor-active .tp-agegate-wrapper{display:block}.tp-agegate-wrapper{display:flex;overflow:hidden;position:fixed;width:100%;height:100%;left:0;top:0;background:#00000069;z-index:999;display:none}.tp-agegate-wrapper:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.5)}.tp-agegate-wrapper .tp-agegate-boxes{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;justify-content:center;padding:50px}.tp-agegate-wrapper .tp-agegate-boxes.tp-equ-width-50{width:50%}.tp-agegate-wrapper .tp-agegate-boxes .tp-age-wm{position:absolute;width:100%;height:auto;font-size:16px;text-align:center;color:#f1f7f1;background-color:#111111e6;overflow:hidden;top:0;left:0;display:none;z-index:1;padding:10px 15px;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}.tp-agegate-wrapper .tp-agegate-boxes .tp-age-ii{display:inline-block;position:relative}.tp-agegate-wrapper .tp-agegate-boxes .tp-age-ii .tp-agegate-image{position:relative;display:flex;max-width:80px}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-title,.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-description,.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-extra-info{position:relative;display:inline-flex;font-size:22px;margin-top:15px;width:100%;color:#000;user-select:none}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-description{font-size:14px;line-height:1.2;letter-spacing:.8px}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-extra-info{font-size:12px;margin-top:30px}.tp-agegate-wrapper .tp-agegate-inner-wrapper{position:relative;display:flex;margin:0 auto;top:50%;transform:translateY(-50%);background:#fff;border:2px Solid #fff;border-radius:5px;z-index:10001;max-width:500px;min-height:400px;overflow:hidden}.tp-agegate-wrapper.tp-agegate-boxes .tp-agegate-method{position:relative;display:block;width:100%;margin:15px 0}.tp-agegate-wrapper.tp-method-1 .tp-agegate-method{position:relative;display:inline-flex;flex-direction:column;margin-top:15px}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox{position:relative;display:flex;align-items:center}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox .age_vmc{display:none}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .age_vms{position:relative;display:flex;margin-top:15px}.tp-agegate-wrapper.tp-method-1 .tp-agegate-boxes .tp-agegate-method .age_vmb i{margin:0 10px 0 10px}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .age_vms .age_vmb{position:relative;display:inline-flex;width:auto;height:100%;outline:none;background:#6fc784;border-radius:5px;text-decoration:none;border:1px solid #6fc784;color:#fff;padding:10px 15px;letter-spacing:4px}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox .age_vmc{display:none}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox .tp-age-checkmark{position:relative;height:20px;width:20px;background-color:#eee;display:inline-table;margin-right:10px;z-index:111;border-radius:4px;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox:hover input~.tp-age-checkmark{background-color:#c5c2c2}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox input:checked~.tp-age-checkmark{background-color:#c5c2c2}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox .tp-age-checkmark:after{content:"";position:absolute;display:none}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox input:checked~.tp-age-checkmark:after{display:flex}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox .tp-age-checkmark:after{width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%) rotate(45deg);-ms-transform:translateY(-50%) translateX(-50%) rotate(45deg);transform:translateY(-50%) translateX(-50%) rotate(45deg)}.tp-agegate-wrapper.tp-method-1 label{position:relative;user-select:none;display:flex;align-items:center}.tp-agegate-wrapper.tp-method-2 .tp-agegate-method{position:relative;display:block;margin-top:15px;width:100%;max-width:max-content}.tp-agegate-wrapper.tp-method-2 .tp-agegate-boxes .tp-agegate-method .age_verify_birthdate{position:relative;display:inline-flex;padding:12px;border:1px solid #000;width:100%;font-size:16px;color:#000;overflow:hidden;border-radius:4px}.tp-agegate-wrapper.tp-method-2 .tp-agegate-boxes .tp-agegate-method .age_verify_method_btnsubmit i{margin:0 10px 0 10px}.tp-agegate-wrapper.tp-method-2 .tp-agegate-boxes .tp-agegate-method .age_verify_method_btnsubmit{position:relative;display:inline-flex;background-color:#f7d782;border:1px solid #f7d782;width:100%;padding:10px 15px;outline:none;overflow:hidden;color:#fff;font-size:16px;text-align:center;align-items:center;justify-content:center;top:15px;letter-spacing:4px;text-decoration:none;border-radius:4px}.tp-agegate-wrapper.tp-method-3 .tp-agegate-method{position:relative;display:flex;width:100%;margin-top:15px;justify-content:center}.tp-agegate-wrapper.tp-method-3 .tp-agegate-boxes .tp-agegate-method .tp-age-btn-yes i,.tp-agegate-wrapper.tp-method-3 .tp-agegate-boxes .tp-agegate-method .tp-age-btn-no i{margin:0 10px 0 10px}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .tp-age-btn-yes,.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .tp-age-btn-no{position:relative;display:inline-flex;align-items:center;justify-content:center;width:100%;padding:10px 15px;outline:none;font-size:12px;text-decoration:none;border-radius:4px}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .tp-age-btn-yes{color:#fff;border:1px solid #8072fc;background:#8072fc;margin-right:5px}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .tp-age-btn-no{color:#8072fc;border:1px solid #8072fc;background:transparent;margin-left:5px}@media (max-width:1024px) and (min-width:768px){.tp-agegate-wrapper .tp-agegate-boxes.tp-equ-width-50{width:100%}}@media (max-width:767px) and (min-width:375px){.tp-agegate-wrapper .tp-agegate-boxes.tp-equ-width-50{width:100%;min-width:100%}}
assets/css/main/general/theplus.min.css CHANGED
@@ -1 +1 @@
1
- .text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.animate-general{opacity:0}*:not(.elementor-editor-active) .plus-conditions--hidden{display:none}body.plus_row_scroll_overflow{overflow-x:hidden}section.plus_row_scroll_overflow{overflow:hidden!important}.elementor-widget-video .elementor-wrapper .fluidvids{position:initial}.fluidvids{width:100%;max-width:100%;position:relative}.fluidvids-item{position:absolute;top:0;left:0;width:100%;height:100%}.wpb_video_wrapper .fluidvids{position:initial}.elementor-widget-wrap .js-tilt[data-tilt]:hover{box-shadow:none}.elementor-widget-wrap .js-tilt[data-tilt]{transition:initial}.plus-widget-wrapper .plus-widget-inner-tilt{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:perspective(500px);transform:perspective(500px);position:relative;display:block}h3.theplus-posts-not-found{font-size:14px;background:#8072fc;padding:10px;text-align:center;line-height:25px;border-radius:3px;box-shadow:0 5px 30px -5px #8072fc;color:#fff}.plus-sticky-column-sticky{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.magic-scroll .parallax-scroll,.magic-scroll .scale-scroll,.magic-scroll .both-scroll,.plus-list-adv-typo-block .plus-adv-text-typo.parallax-scroll{-webkit-transition:-webkit-transform 1.3s ease .0s;-ms-transition:-ms-transform 1.3s ease .0s;-moz-transition:-moz-transform 1.3s ease .0s;-o-transition:-o-transform 1.3s ease .0s;transition:transform 1.3s ease .0s;will-change:transform}.pt-plus-reveal.animated{display:block;position:relative}.heading-title.pt-plus-reveal{display:inline-block}.pt-plus-reveal.animated::before{content:'';background:#313131;position:absolute;top:0;left:0;right:0;bottom:0;transform:scaleX(0);transform-origin:0% 0% 0;-webkit-animation:pt-plus-reveal 2s 800ms cubic-bezier(0,0,.2,1) both;animation:pt-plus-reveal 2s 800ms cubic-bezier(0,0,.2,1) both;z-index:11}.pt-plus-reveal.animated::after{content:'';background:#ff214f;position:absolute;top:0;left:0;right:0;bottom:0;transform:scaleX(0);transform-origin:0% 0% 0;-webkit-animation:pt-plus-reveal 2s 400ms cubic-bezier(0,0,.2,1) both;animation:pt-plus-reveal 2s 400ms cubic-bezier(0,0,.2,1) both;z-index:1}@-webkit-keyframes pt-plus-reveal{0%{transform:scaleX(0)}50%{transform:scaleX(1);transform-origin:0% 0% 0}51%{transform-origin:100% 50% 0}100%{transform:scaleX(0);transform-origin:100% 50% 0}}@keyframes pt-plus-reveal{0%{transform:scaleX(0)}50%{transform:scaleX(1);transform-origin:0% 0% 0}51%{transform-origin:100% 50% 0}100%{transform:scaleX(0);transform-origin:100% 50% 0}}.image-floating,.hover_floating,.image-tossing,.hover_tossing,.image-pulse,.hover_pulse{display:inline-block;animation-duration:1.5s;-webkit-animation-duration:1.5s}.image-floating,.hover_floating:hover{animation-name:content_effect_floating;-webkit-animation-name:content_effect_floating;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.image-tossing,.hover_tossing:hover{animation-name:content_effect_tossing;-webkit-animation-name:content_effect_tossing;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.image-pulse,.hover_pulse:hover{animation-name:content_effect_pulse;-webkit-animation-name:content_effect_pulse;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.image-rotating,.hover_rotating:hover{animation-name:continue-rotating;-webkit-animation-name:rotating;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center;animation-duration:8s;-webkit-animation-duration:8s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.image-drop_waves:after,.hover_drop_waves:after{content:'';background:#ff214f;position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;z-index:-1;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.image-drop_waves:after,.hover_drop_waves:hover:after{-webkit-animation-name:content-icon-float-away;animation-name:content-icon-float-away}@-webkit-keyframes content-icon-float-away{0%{opacity:.8}100%{opacity:0;-webkit-transform:scale(1.4);transform:scale(1.4)}}@keyframes content-icon-float-away{0%{opacity:.8}100%{opacity:0;-webkit-transform:scale(1.4);transform:scale(1.4)}}@keyframes continue-rotating{from{-webkit-transform:rotate(0deg) translate(-10px) rotate(0deg);-moz-transform:rotate(0deg) translate(-10px) rotate(0deg);-ms-transform:rotate(0deg) translate(-10px) rotate(0deg);-o-transform:rotate(0deg) translate(-10px) rotate(0deg);transform:rotate(0deg) translate(-10px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translate(-10px) rotate(-360deg);-moz-transform:rotate(360deg) translate(-10px) rotate(-360deg);-ms-transform:rotate(360deg) translate(-10px) rotate(-360deg);-o-transform:rotate(360deg) translate(-10px) rotate(-360deg);transform:rotate(360deg) translate(-10px) rotate(-360deg)}}@-webkit-keyframes continue-rotating{from{-webkit-transform:rotate(0deg) translate(-10px) rotate(0deg);-moz-transform:rotate(0deg) translate(-10px) rotate(0deg);-ms-transform:rotate(0deg) translate(-10px) rotate(0deg);-o-transform:rotate(0deg) translate(-10px) rotate(0deg);transform:rotate(0deg) translate(-10px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translate(-10px) rotate(-360deg);-moz-transform:rotate(360deg) translate(-10px) rotate(-360deg);-ms-transform:rotate(360deg) translate(-10px) rotate(-360deg);-o-transform:rotate(360deg) translate(-10px) rotate(-360deg);transform:rotate(360deg) translate(-10px) rotate(-360deg)}}.floating{animation-name:content_effect_floating;-webkit-animation-name:content_effect_floating;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.tossing{animation-name:content_effect_tossing;-webkit-animation-name:content_effect_tossing;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.pulse{animation-name:content_effect_pulse;-webkit-animation-name:content_effect_pulse;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.rotate-continue{-webkit-animation-name:rotating;-webkit-animation-duration:10s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:rotating;-moz-animation-duration:10s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;animation-name:rotating;animation-duration:10s;animation-iteration-count:infinite;animation-timing-function:linear}@-webkit-keyframes rotating{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes rotating{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes content_effect_floating{0%{transform:translateY(0%)}50%{transform:translateY(2%)}100%{transform:translateY(0%)}}@-webkit-keyframes content_effect_floating{0%{-webkit-transform:translateY(0%)}50%{-webkit-transform:translateY(2%)}100%{-webkit-transform:translateY(0%)}}@keyframes content_effect_tossing{0%{transform:rotate(-1deg)}50%{transform:rotate(1deg)}100%{transform:rotate(-1deg)}}@-webkit-keyframes content_effect_tossing{0%{-webkit-transform:rotate(-1deg)}50%{-webkit-transform:rotate(1deg)}100%{-webkit-transform:rotate(-1deg)}}@keyframes content_effect_pulse{0%{transform:scale(.97);opacity:1}50%{transform:scale(1);opacity:1}100%{transform:scale(.97);opacity:1}}@-webkit-keyframes content_effect_pulse{0%{-webkit-transform:scale(.97);opacity:.7}50%{-webkit-transform:scale(1);opacity:1}100%{-webkit-transform:scale(.97);opacity:.7}}.animted-content-inner{position:relative;display:block;width:100%;z-index:1}.pt_plus_animated_svg .svg_inner_block{position:relative;display:inline-flex}.pt_plus_animated_svg object{max-width:100%;width:100%}.pt_plus_animated_svg object,.pt_plus_row_bg_animated_svg object,.ts-hover-draw-svg object{opacity:0}.pt_plus_row_bg_animated_svg .svg_inner_block{position:absolute}.pt_plus_animated_svg object{min-height:100%}.svg_inner_block .embed-responsive,.svg_inner_block .embed-responsive .embed-responsive-item,.svg_inner_block .embed-responsive iframe,.svg_inner_block .embed-responsive embed,.svg_inner_block .embed-responsive object,.svg_inner_block .embed-responsive video{position:relative;padding:0;height:auto}.lity-wrap{overflow:auto!important}.pop-up-btn .button-link-wrap span{position:relative;z-index:2}.pop-up-btn .button-style-7 .button-link-wrap span{position:initial}.pop-up-btn .button-style-21 .button-link-wrap:after{background:#ff004b;z-index:1}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container{min-width:auto!important}.lity-iframe-container{width:100%;height:100vh;padding-top:0%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{margin-bottom:0}.ts-icon-img{margin-bottom:10px}.flip-back,.flip-front{width:100%;height:100%;position:absolute;left:0;top:0;display:table}.flip-back .vertical-center,.flip-front .vertical-center{display:table-cell;vertical-align:middle}.flip-horizontal :hover .flip-front{-webkit-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);transform:rotateY(-180deg)}.flip-horizontal :hover .flip-back{-webkit-transform:rotateY(0);-ms-transform:rotateY(0);-moz-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}.flip-horizontal .flip-back{-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}.bezier-flip{-webkit-transition:all .5s cubic-bezier(.645,.045,.355,1);-moz-transition:all .5s cubic-bezier(.645,.045,.355,1);-o-transition:all .5s cubic-bezier(.645,.045,.355,1);-ms-transition:all .5s cubic-bezier(.645,.045,.355,1);transition:all .5s cubic-bezier(.645,.045,.355,1)}.padding-flip{padding:30px 40px}.origin-center{-webkit-transform-origin:center;-ms-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center}.no-backface{-webkit-backface-visibility:hidden;backface-visibility:hidden}.numtext-left{text-align:left}.numtext-center{text-align:center}.numtext-right{text-align:right}.icon-right{text-align:right}.icon-left{float:left}.icon-center{margin:0 auto}.ts-icon{display:block;position:relative;-o-transition:all 1.3s;-webkit-transition:all 1.3s;-moz-transition:all 1.3s;-ms-transition:all 1.3s;transition:all 1.3s}.icon-img-b{line-height:1;margin-bottom:15px}.service-media .icon-img-b{margin-right:15px}.border-pd{border:2px solid}.subject-color{-o-transition:all 1.3s;-webkit-transition:all 1.3s;-ms-transition:all 1.3s;-moz-transition:all 1.3s;transition:all 1.3s;margin-bottom:20px;line-height:1}.sub-subject-color{margin-bottom:20px;line-height:1}.ts-icon-1{display:block;vertical-align:middle;text-align:center;overflow:hidden}.pad-0{padding:0}.pad-5{padding:5px}.pad-30{padding:30px;padding-bottom:10px}.border-icon{display:block;position:relative;padding:30px;padding-bottom:10px}hr.hr-border{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.service-icon-style-1 .icn-txt{display:block;position:relative;width:100%;overflow:hidden}.icon-right .ts-icon-1{text-align:right}.service-icon-style-2 .icn-content{padding:20px;display:block;position:relative;background:#F9B701}.service-icon-style-2 .icn-header{display:block;position:relative;padding:20px}.service-icon-style-2 .plus-number-counter,.service-icon-style-2 .subject-color{margin-bottom:0}.service-icon-style-3 .pt_plus_animated_svg,.service-icon-style-4 .pt_plus_animated_svg{width:auto;margin-right:15px}.grid-item:focus{outline:none}.pt-plus-pagination .current{background:#313131;color:#fff}.ajax_load_more{display:block;text-align:center;width:100%;position:relative}.post-load-more{border:1px solid;padding:10px 20px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;margin:20px 0;display:inline-block;cursor:pointer;font-size:22px}.ajax_lazy_load{position:relative;display:block;width:100%;text-align:center}.post-lazy-load{padding:37px;position:relative;display:block;font-size:20px}.post-load-more.hide,.ajax_lazy_load.hide,.post-lazy-load.hide{display:none!important}.plus-all-posts-loaded{position:relative;display:block;top:0;text-align:center;font-size:18px;line-height:1;margin-top:25px;color:#313131;font-weight:500;-moz-animation:plus-hide-load 0.7s ease-in-out 5s forwards;-webkit-animation:plus-hide-load 0.7s ease-in-out 5s forwards;-o-animation:plus-hide-load 0.7s ease-in-out 5s forwards;animation:plus-hide-load 0.7s ease-in-out 5s forwards;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes plus-hide-load{0%{opacity:1}50%{opacity:0;top:-25px}100%{opacity:0;width:0;height:0;margin-top:0;display:none}}@-webkit-keyframes plus-hide-load{0%{opacity:1}50%{opacity:0;top:-25px}100%{opacity:0;width:0;height:0;margin-top:0;display:none}}@media (min-width:1025px){.elementor-element.elementor-element-edit-mode.elementor-hidden-desktop{opacity:.5}.pt-plus-row-set .desktop-hide,.tooltip_desktop_hide .menu-tooltip-title{display:none}}@media (max-width:1024px) and (min-width:768px){.elementor-element.elementor-element-edit-mode.elementor-hidden-tablet{opacity:.5}}@media (max-width:767px){.elementor-element.elementor-element-edit-mode.elementor-hidden-phone{opacity:.5}.plus-table-col{border:none}.plus-sort-icon:after{font-family:'Font Awesome 5 Free'!important;font-weight:600}.sorting .plus-sort-icon:after{content:"\f0dc"}.sorting_asc .plus-sort-icon:after{content:"\f0de"}.sorting_desc .plus-sort-icon:after{content:"\f0dd"}}@media (min-width:601px) and (max-width:1024px){.text--tabletleft{text-align:left!important;margin-left:0!important}.text--tabletcenter{text-align:center!important;margin:0 auto!important}.text--tabletright{text-align:right!important;margin-right:0!important}.text--tabletjustify{text-align:justify!important}.elementor-widget-tp-heading-title.text--tabletleft .seprator.sep-l,.elementor-widget-tp-heading-title.text--tabletjustify .seprator.sep-l{margin-left:0}.elementor-widget-tp-heading-title.text--tabletcenter .seprator.sep-l{margin:0 auto}.elementor-widget-tp-heading-title.text--tabletright .seprator.sep-l{margin-right:0}.pt-plus-row-set .tablet-hide,.tooltip_tablet_hide .menu-tooltip-title{display:none}}@media (max-width:600px){.text--mobileleft{text-align:left!important;margin-left:0!important}.text--mobilecenter{text-align:center!important;margin:0 auto!important}.text--mobileright{text-align:right!important;margin-right:0!important}.text--mobilejustify{text-align:justify!important}.elementor-widget-tp-heading-title.text--mobileleft .seprator.sep-l,.elementor-widget-tp-heading-title.text--mobilejustify .seprator.sep-l{margin-left:0}.elementor-widget-tp-heading-title.text--mobilecenter .seprator.sep-l{margin:0 auto}.elementor-widget-tp-heading-title.text--mobileright .seprator.sep-l{margin-right:0}.plus-advance-heading{display:block;position:relative}.dataTables_length.plus-tbl-entry-wrapper.plus-table-info{display:flex;position:relative;align-items:center;justify-content:center;margin-bottom:10px}.dataTables_filter.plus-tbl-search-wrapper.plus-table-info{display:flex;position:relative;align-items:center;justify-content:center}}@media (min-width:991px){.hide-desktop{display:none}}@media (min-width:601px) and (max-width:990px){.hide-tablet{display:none}}@media (max-width:600px){.hide-mobile{display:none}}@media (max-width:767px){.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item{width:33.33%!important;height:250px!important}ul.pt_plus_countdown li{margin:0 10px 20px}.service-flipbox,.service-flipbox-holder{cursor:pointer}.pt_plus_social_list.style-14 ul.social_list li{width:130px;display:inline-block}.pt_plus_social_list.style-14 .social_list{flex-wrap:wrap}.pt-plus-row-set .mobile-hide,.tooltip_mobile_hide .menu-tooltip-title{display:none}.post-inner-loop.tp-row{margin-right:-10px;margin-left:-10px}}@media (max-width:660px){.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item{width:50%!important;height:300px!important}#wpadminbar{position:fixed}}@media (max-width:480px){.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item{width:100%!important;height:420px!important}}@media (max-width:375px){.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item{height:300px!important}}.ajax_lazy_load .post-lazy-load .tp-spin-ring{display:inline-block;position:relative;width:80px;height:80px}.ajax_lazy_load .post-lazy-load .tp-spin-ring div{box-sizing:border-box;display:block;position:absolute;width:32px;height:32px;margin:8px;border:2px solid #000;border-radius:50%;animation:tp-spin-ring-animation 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#000 transparent transparent transparent}.ajax_lazy_load .post-lazy-load .tp-spin-ring div:nth-child(1){animation-delay:-0.45s}.ajax_lazy_load .post-lazy-load .tp-spin-ring div:nth-child(2){animation-delay:-0.3s}.ajax_lazy_load .post-lazy-load .tp-spin-ring div:nth-child(3){animation-delay:-0.15s}@keyframes tp-spin-ring-animation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.pt-plus-button-wrapper{position:relative;display:block}.ts-button.content_hover_effect{position:relative;display:inline-block;width:auto}.pt-plus-button-wrapper .parallax-scroll{position:relative;display:inline-block}.pt-plus-button-wrapper .pt-plus-move-parallax{position:relative;display:inline-block;width:auto}.pt-plus-button-wrapper .pt-plus-move-parallax.full-button{width:100%}.pt_plus_button{position:relative;display:inline-block;width:auto}.pt_plus_button.full-button{width:100%;text-align:center}.ts-button.content_hover_effect.full-button{width:100%}.pt_plus_button.full-button a.button-link-wrap{display:block;width:100%;text-align:center}a.button-link-wrap:hover{text-decoration:blink}.pt_plus_button.trnasition_hover{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.pt_plus_button.trnasition_hover:hover{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px);transform:translateY(-3px)}.pt_plus_button .button-link-wrap i{padding-left:5px;padding-right:5px;vertical-align:middle}.pt_plus_button .button-link-wrap{position:relative;display:inline-block;padding:15px 30px;font-size:16px;line-height:25px;letter-spacing:1px;cursor:pointer;color:#000;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.pt_plus_button .button-link-wrap:hover .button_line{-webkit-animation:mymove 1s;-webkit-animation-iteration-count:1;animation:mymove 1s;animation-iteration-count:1}.pt_plus_button .button-link-wrap .button_line{position:absolute;background:#000;width:100%;height:1px;bottom:0;left:0%;pointer-events:none;z-index:11;display:inline-block}@-webkit-keyframes mymove{0%{left:0%;width:100%}45%{left:100%;width:0%}55%{left:0%;width:0%}100%{left:0%;width:100%}}@keyframes mymove{0%{left:0%;width:100%}45%{left:100%;width:0%}55%{left:0%;width:0%}100%{left:0%;width:100%}}.button-link-wrap i.button-before{margin-right:10px}.button-link-wrap i.button-after{margin-left:10px}.pt_plus_button.button-style-4 .button-link-wrap{padding:15px 30px;text-align:center;font-size:16px;line-height:25px;-moz-border-radius:30px;-webkit-border-radius:30px;border-radius:30px;border:1px solid #252525;vertical-align:top;background:#252525;-webkit-transition:background 150ms ease-in-out,color 150ms ease-in-out;-moz-transition:background 150ms ease-in-out,color 150ms ease-in-out;-o-transition:background 150ms ease-in-out,color 150ms ease-in-out;-ms-transition:background 150ms ease-in-out,color 150ms ease-in-out;transition:background 150ms ease-in-out,color 150ms ease-in-out;position:relative;overflow:hidden;color:#8a8a8a;-webkit-background-size:cover!important;-moz-background-size:cover!important;-o-background-size:cover!important;background-size:cover!important;background-position:center center!important}.pt_plus_button.button-style-4 .button-link-wrap:hover{color:#252525;border:1px solid #252525}.pt_plus_button.button-style-4 .button-link-wrap::after{content:attr(data-hover);display:grid;align-items:center;position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;background:#00d7e4;-ms-transform:translateY(100%);-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform ease 0.3s;-moz-transition:-moz-transform ease 0.3s;-o-transition:-o-transform ease 0.3s;-ms-transition:-ms-transform ease 0.3s;transition:transform ease 0.3s;-webkit-background-size:cover!important;-moz-background-size:cover!important;-o-background-size:cover!important;background-size:cover!important;background-position:center center!important}.pt_plus_button.button-style-4 .button-link-wrap:hover::after{-ms-transform:translateY(0);-ms-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.pt_plus_button.button-style-8{overflow:visible}.pt_plus_button.button-style-8 .button-link-wrap{-moz-box-shadow:0 8px 20px 1px rgba(0,0,0,.27);-webkit-box-shadow:0 8px 20px 1px rgba(0,0,0,.27);box-shadow:0 8px 20px 1px rgba(0,0,0,.27);padding:15px 30px;border:1px solid #252525}.pt_plus_button.button-style-8 .button-link-wrap:hover{-webkit-box-shadow:0 3px 6px 1px rgba(0,0,0,.08);-moz-box-shadow:0 3px 6px 1px rgba(0,0,0,.08);box-shadow:0 3px 6px 1px rgba(0,0,0,.08);-webkit-transform:translateY(3px);-ms-transform:translateY(3px);-moz-transform:translateY(3px);-o-transform:translateY(3px);transform:translateY(3px)}.pt_plus_button.button-style-11 .button-link-wrap{display:inline-block;background:#252525;border:1px solid #252525;overflow:hidden}.pt_plus_button.button-style-11 .button-link-wrap:hover>span{-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);display:block;opacity:0}.pt_plus_button.button-style-11 .button-link-wrap::before{content:attr(data-hover);position:absolute;top:0;left:0;width:100%;height:100%;color:#252525;background:#ff214f;display:grid;align-items:center;text-align:center}.pt_plus_button.button-style-11 .button-link-wrap>span,.pt_plus_button.button-style-11 .button-link-wrap::before{-webkit-transition:-webkit-transform 0.3s;-moz-transition:-moz-transform 0.3s;-o-transition:-o-transform 0.3s;-ms-transition:-ms-transform 0.3s;transition:transform 0.3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);padding:15px 30px;display:block}.pt_plus_button.button-style-11.hover-left .button-link-wrap::before{-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.pt_plus_button.button-style-11.hover-right .button-link-wrap::before{-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.pt_plus_button.button-style-11.hover-top .button-link-wrap::before{-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);-o-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.pt_plus_button.button-style-11.hover-bottom .button-link-wrap::before{-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pt_plus_button.button-style-11.hover-left .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-right .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-top .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-bottom .button-link-wrap:hover::before{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.pt_plus_button.button-style-11 .button-link-wrap{overflow:hidden;padding:0}.pt_plus_button.button-style-12 .button-link-wrap{display:inline-block;border:1px solid #252525;padding:15px 30px;overflow:hidden}.pt_plus_button.button-style-12 .button-link-wrap span{z-index:1;position:relative}.pt_plus_button.button-style-12 .button-link-wrap::before{content:'';position:absolute;top:50%;left:100%;margin:-15px 0 0 1px;width:50px;height:30px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:#ff214f;-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale3d(1,2,1);-moz-transform:scale3d(1,2,1);-ms-transform:scale3d(1,2,1);-o-transform:scale3d(1,2,1);transform:scale3d(1,2,1);-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;-moz-transition:-webkit-transform 0.3s,opacity 0.3s;-ms-transition:-webkit-transform 0.3s,opacity 0.3s;-o-transition:-webkit-transform 0.3s,opacity 0.3s;transition:transform .1,opacity 0.3s;-webkit-transition-timing-function:cubic-bezier(.7,0,.9,1);transition-timing-function:cubic-bezier(.7,0,.9,1)}.pt_plus_button.button-style-12 .button-link-wrap:hover::before{-webkit-transform:scale3d(9,9,1);transform:scale3d(9,9,1)}.pt_plus_button.button-style-13 .button-link-wrap{display:inline-block;border:1px solid #252525;padding:15px 30px;overflow:hidden}.pt_plus_button.button-style-13 .button-link-wrap span{position:relative;z-index:1}.pt_plus_button.button-style-13 .button-link-wrap::before{opacity:.4}.pt_plus_button.button-style-13 .button-link-wrap::before,.pt_plus_button.button-style-13 .button-link-wrap::after{content:'';position:absolute;height:100%;width:100%;-webkit-transition:-webkit-transform 0.3s;-moz-transition:-moz-transform 0.3s;-o-transition:-ms-transform 0.3s;-ms-transition:-o-transform 0.3s;transition:transform 0.3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.pt_plus_button.button-style-13.hover-top .button-link-wrap::before,.pt_plus_button.button-style-13.hover-top .button-link-wrap::after{bottom:100%;left:0}.pt_plus_button.button-style-13.hover-bottom .button-link-wrap::before,.pt_plus_button.button-style-13.hover-bottom .button-link-wrap::after{bottom:-100%;left:0}.pt_plus_button.button-style-13.hover-right .button-link-wrap::before,.pt_plus_button.button-style-13.hover-right .button-link-wrap::after{right:100%;top:0;left:100%}.pt_plus_button.button-style-13.hover-left .button-link-wrap::before,.pt_plus_button.button-style-13.hover-left .button-link-wrap::after{left:-100%;right:100%;top:0}.pt_plus_button.button-style-13.hover-left .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-left .button-link-wrap:hover::after{-webkit-transform:translate3d(100%,0%,0);-ms-transform:translate3d(100%,0%,0);-moz-transform:translate3d(100%,0%,0);-o-transform:translate3d(100%,0%,0);transform:translate3d(100%,0%,0)}.pt_plus_button.button-style-13.hover-right .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-right .button-link-wrap:hover::after{-webkit-transform:translate3d(-100%,0%,0);-ms-transform:translate3d(-100%,0%,0);-moz-transform:translate3d(-100%,0%,0);-o-transform:translate3d(-100%,0%,0);transform:translate3d(-100%,0%,0)}.pt_plus_button.button-style-13.hover-top .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-top .button-link-wrap:hover::after{-webkit-transform:translate3d(0%,100%,0);-ms-transform:translate3d(0%,100%,0);-moz-transform:translate3d(0%,100%,0);-o-transform:translate3d(0%,100%,0);transform:translate3d(0%,100%,0)}.pt_plus_button.button-style-13.hover-bottom .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-bottom .button-link-wrap:hover::after{-webkit-transform:translate3d(0%,-100%,0);-ms-transform:translate3d(0%,-100%,0);-moz-transform:translate3d(0%,-100%,0);-o-transform:translate3d(0%,-100%,0);transform:translate3d(0%,-100%,0)}.pt_plus_button.button-style-13 .button-link-wrap:hover::after{-webkit-transition-delay:0.175s;-moz-transition-delay:0.175s;-o-transition-delay:0.175s;transition-delay:0.175s}.pt_plus_button.button-style-13 .button-link-wrap::before,.pt_plus_button.button-style-13 .button-link-wrap::after{background:#ff214f}.pt_plus_button.button-style-20 .button-link-wrap{display:inline-block;margin:0;padding:15px 30px;overflow:hidden;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;border:1px solid #252525}.pt_plus_button.button-style-20 .button-link-wrap span,.pt_plus_button.button-style-20 .button-link-wrap i.btn-icon{position:relative;z-index:1}.pt_plus_button.button-style-20 .button-link-wrap:after{content:'';position:absolute;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}.pt_plus_button.button-style-20 .button-link-wrap:after{width:100%;height:0;top:50%;left:50%;background:#ff214f;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-moz-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);-o-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.pt_plus_button.button-style-20 .button-link-wrap:hover:after{height:280%;opacity:1}.pt_plus_button.button-style-20 .button-link-wrap:active:after{height:500%;opacity:1}.content_hover_effect{position:relative;display:block;width:100%}.content_hover_grow{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.content_hover_grow:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.content_hover_push{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.content_hover_push:hover{-webkit-animation-name:hvr-push;animation-name:hvr-push;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-push{50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes hvr-push{50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}.content_hover_bounce_in{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s}.content_hover_bounce_in:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-webkit-transition-timing-function:cubic-bezier(.47,2.02,.31,-.36);transition-timing-function:cubic-bezier(.47,2.02,.31,-.36)}.content_hover_float{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.content_hover_float:hover{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);-ms-transform:translateY(-8px);-o-transform:translateY(-8px);transform:translateY(-8px)}.content_hover_wobble_horizontal{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.content_hover_wobble_horizontal:hover{-webkit-animation-name:hvr-wobble-horizontal;animation-name:hvr-wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes hvr-wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.content_hover_wobble_vertical{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.content_hover_wobble_vertical:hover{-webkit-animation-name:hvr-wobble-vertical;animation-name:hvr-wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes hvr-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.content_hover_float_shadow{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.content_hover_float_shadow:before,.content_hover_radial:before{content:''}.content_hover_float_shadow:before{pointer-events:none;position:absolute;top:100%;left:5%;content:'';height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0%,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center,rgba(0,0,0,.35) 0%,rgba(0,0,0,0) 80%);-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform,opacity;transition-property:transform,opacity}.content_hover_float_shadow:hover{-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);-o-transform:translateY(-5px);transform:translateY(-5px)}.content_hover_float_shadow:hover:before{opacity:1;-webkit-transform:translateY(5px);-moz-transform:translateY(5px);-ms-transform:translateY(5px);-o-transform:translateY(5px);transform:translateY(5px)}.content_hover_grow_shadow{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow,transform;transition-property:box-shadow,transform}.content_hover_grow_shadow:hover{box-shadow:0 10px 10px -10px rgba(0,0,0,.5);-moz-box-shadow:0 10px 10px -10px rgba(0,0,0,.5);-webkit-box-shadow:0 10px 10px -10px rgba(0,0,0,.5);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.content_hover_radial{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;-webkit-transition-duration:0.3s}.content_hover_radial:hover:before,.content_hover_radial:focus:before,.content_hover_radial:active:before,.content_hover_radial:hover:after,.content_hover_radial:focus:after,.content_hover_radial:active:after{opacity:1}.content_hover_radial:before,.content_hover_radial:after{pointer-events:none;position:absolute;content:'';left:0;width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-repeat:no-repeat;height:10px;opacity:0;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:opacity;transition-property:opacity}.content_hover_radial:after{top:100%;background:-webkit-radial-gradient(50% -50%,ellipse,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% -50%,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 80%)}.content_hover_radial:before{bottom:100%;background:-webkit-radial-gradient(50% 150%,ellipse,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% 150%,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 80%)}.content_effect_floating{animation-name:content_effect_floating;-webkit-animation-name:content_effect_floating;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.content_effect_tossing{animation-name:content_effect_tossing;-webkit-animation-name:content_effect_tossing;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.content_effect_pulse{animation-name:content_effect_pulse;-webkit-animation-name:content_effect_pulse;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block;width:100%}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}@charset 'UTF-8';.slick-loading .slick-list{background:#fff url(../../../images/ajax-loader.gif) center center no-repeat}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent;z-index:11}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-size:20px;line-height:1;opacity:.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:15px}[dir='rtl'] .slick-prev{right:15px;left:auto}.slick-prev:before{content:'←'}[dir='rtl'] .slick-prev:before{content:'→'}.slick-next{right:15px}[dir='rtl'] .slick-next{right:auto;left:15px}.slick-next:before{content:'→'}[dir='rtl'] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:4px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:black}.rtl .slick-next .icon-wrap{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}.rtl .slick-prev .icon-wrap {-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.slick-nav,.slick-nav:hover,.slick-nav:focus,.slick-nav:active{background:transparent;outline:none;color:unset;border:0;box-shadow:none}.list-carousel-slick .slick-slide.slick-current.slick-active.slick-center{position:relative;z-index:1}.list-carousel-slick .post-inner-loop{overflow:visible}.list-carousel-slick .post-inner-loop .slick-list.draggable{position:relative;display:block;cursor:all-scroll;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y}.list-carousel-slick[data-slider_rows="2"] .slick-slide>div,.list-carousel-slick[data-slider_rows="3"] .slick-slide>div{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.list-carousel-slick .grid-item{padding:0}ul.slick-dots.style-1 li button:before,ul.slick-dots.style-2 li button:before,ul.slick-dots.style-3 li button:before{display:none}.slick-dots.style-1 li button:before,.slick-dots.style-2 li button:before,.slick-dots.style-3 li button:before{content:'';width:0;height:0}.slick-dots.style-1 li,.slick-dots.style-2 li,.slick-dots.style-3 li{margin:0 6px;width:10px;height:10px;vertical-align:middle;display:inline-block}.slick-dots.style-2 li button{border:1px solid #000;top:0;left:0;width:100%;height:100%;outline:none;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:#fff;text-indent:-999em;cursor:pointer;position:absolute}.slick-dots.style-1 li button{top:0;left:0;width:100%;height:100%;outline:none;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;text-indent:-999em;cursor:pointer;position:absolute;-webkit-box-shadow:inset 0 0 0 8px rgba(196,77,72,.42);box-shadow:inset 0 0 0 8px rgba(196,77,72,.42);-webkit-transition:box-shadow 0.3s ease;-moz-transition:box-shadow 0.3s ease;-o-transition:box-shadow 0.3s ease;-ms-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease}.slick-dots.style-1 li button:hover,.slick-dots.style-1 li button:focus{-moz-box-shadow:inset 0 0 0 8px #c44d48;-webkit-box-shadow:inset 0 0 0 8px #c44d48;box-shadow:inset 0 0 0 8px #c44d48}.slick-dots.style-1 li.slick-active button{-moz-box-shadow:inset 0 0 0 1px #c44d48;-webkit-box-shadow:inset 0 0 0 1px #c44d48;box-shadow:inset 0 0 0 1px #c44d48}.slick-dots.style-2 li::after{content:'';position:absolute;width:100%;height:100%;visibility:hidden;opacity:0;left:0;border:1px solid #000;background:#000;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;-webkit-transform:translateY(-200%);-ms-transform:translateY(-200%);-moz-transform:translateY(-200%);-o-transform:translateY(-200%);transform:translateY(-200%);-webkit-transition:-webkit-transform 0.3s ease,opacity 0.3s ease,visibility 0s 0.3s;-moz-transition:-moz-transform 0.3s ease,opacity 0.3s ease,visibility 0s 0.3s;-o-transition:-o-transform 0.3s ease,opacity 0.3s ease,visibility 0s 0.3s;-ms-transition:-ms-transform 0.3s ease,opacity 0.3s ease,visibility 0s 0.3s;transition:transform 0.3s ease,opacity 0.3s ease,visibility 0s 0.3s}.slick-dots.style-2 li button{-webkit-transition:-webkit-transform 0.3s ease,opacity 0.3s ease,background 0.3s ease;-moz-transition:-moz-transform 0.3s ease,opacity 0.3s ease,background 0.3s ease;-o-transition:-o-transform 0.3s ease,opacity 0.3s ease,background 0.3s ease;-ms-transition:-ms-transform 0.3s ease,opacity 0.3s ease,background 0.3s ease;transition:transform 0.3s ease,opacity 0.3s ease,background 0.3s ease}.slick-dots.style-2 li:hover button,.slick-dots.style-2 li button:focus,.slick-dots.style-2 li.slick-active button{background:#000}.slick-dots.style-2 li.slick-active button{opacity:0;-webkit-transform:translateY(200%);-ms-transform:translateY(200%);-moz-transform:translateY(200%);-o-transform:translateY(200%);transform:translateY(200%)}.slick-dots.style-2 li.slick-active::after{opacity:1;visibility:visible;-webkit-transition:-webkit-transform 0.3s ease,opacity 0.3s ease;-moz-transition:-moz-transform 0.3s ease,opacity 0.3s ease;-o-transition:-o-transform 0.3s ease,opacity 0.3s ease;-ms-transition:-ms-transform 0.3s ease,opacity 0.3s ease;transition:transform 0.3s ease,opacity 0.3s ease;-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%)}ul.slick-dots.style-2{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}ul.slick-dots.style-2 svg{opacity:0}.list-carousel-slick .slick-slider.slick-dotted{margin-bottom:30px}.list-carousel-slick .slick-slider.slick-dotted{padding-bottom:20px}.list-carousel-slick.hover-slider-dots ul.slick-dots,.list-carousel-slick.hover-slider-arrow .slick-nav.slick-arrow{opacity:0;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.list-carousel-slick.hover-slider-dots:hover ul.slick-dots,.list-carousel-slick.hover-slider-arrow:hover .slick-nav.slick-arrow{opacity:1}.list-carousel-slick .slick-slider .slick-nav.style-2{border:none;outline:none}.list-carousel-slick .slick-slider .slick-nav.style-2:hover,.list-carousel-slick .slick-slider .slick-nav.style-2:focus{background-color:transparent}ul.slick-dots.style-3 li button{top:0;left:0;width:100%;height:100%;outline:none;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:#252525;text-indent:-999em;cursor:pointer;position:absolute}ul.slick-dots.style-3 li button{background:transparent;box-shadow:inset 0 0 0 1px #c44d48;-webkit-box-shadow:inset 0 0 0 1px #c44d48;-webkit-transition:box-shadow 0.3s ease;-moz-transition:box-shadow 0.3s ease;-o-transition:box-shadow 0.3s ease;-ms-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease}ul.slick-dots.style-3 li button:hover,ul.slick-dots.style-3 li button:focus{-moz-box-shadow:inset 0 0 0 2px rgba(196,77,72,.6);-webkit-box-shadow:inset 0 0 0 2px rgba(196,77,72,.6);box-shadow:inset 0 0 0 2px rgba(196,77,72,.6)}ul.slick-dots.style-3 li.slick-active button{-moz-box-shadow:inset 0 0 0 8px #c44d48;-webkit-box-shadow:inset 0 0 0 8px #c44d48;box-shadow:inset 0 0 0 8px #c44d48}.slick-dots.style-4 .slick-active button{-moz-box-shadow:0 0 0 1px rgba(255,255,255,1);-webkit-box-shadow:0 0 0 1px rgba(255,255,255,1);box-shadow:0 0 0 1px rgba(255,255,255,1);border:none;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:transparent}.slick-dots.style-4 button{width:14px;height:14px;margin:3px}.slick-dots.style-4 button{-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;box-shadow:0 0 0 0 rgba(255,255,255,0);-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);-moz-box-shadow:0 0 0 0 rgba(255,255,255,0);-webkit-transition:box-shadow 0.3s ease;-moz-transition:box-shadow 0.3s ease;-o-transition:box-shadow 0.3s ease;-ms-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease;background:transparent}.slick-dots.style-4 li.slick-active button:before,.slick-dots.style-4 li button:hover::before{opacity:.75;color:black;transform:scale(.4);-ms-transform:scale(.4);-moz-transform:scale(.4);-o-transform:scale(.4);-webkit-transform:scale(.4);background:rgb(255,255,255)}.slick-dots.style-4 li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;content:'•';text-align:center;opacity:1;color:black;width:12px;height:12px;margin-top:4px;margin-left:4px;outline:none;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:rgb(72,50,50);text-indent:-999em;cursor:pointer;position:absolute;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:background 0.3s ease,-webkit-transform 0.3s ease;-moz-transition:background 0.3s ease,-moz-transform 0.3s ease;-o-transition:background 0.3s ease,-o-transform 0.3s ease;-ms-transition:background 0.3s ease,-ms-transform 0.3s ease;transition:background 0.3s ease,transform 0.3s ease}.slick-dots.style-5 li{position:relative;display:inline-block;width:auto;height:20px;margin:0 5px;padding:0;cursor:pointer;padding-top:8px}.slick-dots.style-5 button{float:right;width:20px;height:4px;-webkit-transition:width .3s,background .3s!important;-moz-transition:width .3s,background .3s;-o-transition:width .3s,background .3s;-ms-transition:width .3s,background .3s;transition:width .3s,background .3s;background:#00a276;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;padding:0}.slick-dots.style-5 li button:before{content:''!important;width:0;height:0}.slick-dots.style-5 .slick-active button,.slick-dots.style-5 li:hover button{width:30px!important}.slick-dots.style-6 li button{font-size:0;line-height:0;display:block;width:10px;height:10px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;border:1px solid #000;margin-top:-1px;transition:0.4s;-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;-ms-transition:0.4s}.slick-dots.style-6 .slick-active button{border:2px solid transparent!important}.slick-dots.style-6 li button:before{content:''!important;width:0;height:0}ul.slick-dots.style-6 li button:after{opacity:0;transition:0.4s;-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;-ms-transition:0.4s;position:absolute;left:50%;top:50%;text-indent:0;-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:"/";font-size:18px;color:#000;font-weight:400;margin-left:-3px;margin-top:-4px;-webkit-transition:0.4s ease-in-out;-moz-transition:0.4s ease-in-out;-o-transition:0.4s ease-in-out;-ms-transition:0.4s ease-in-out;transition:0.4s ease-in-out}.slick-dots.style-6 .slick-active button:after,.slick-dots.style-6 li:hover button{opacity:1}.slick-dots.style-7 li{position:relative;display:inline-block;width:auto;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots.style-7 button{float:right;width:40px;height:3px;-webkit-transition:width .3s,background .3s!important;-moz-transition:width .3s,background .3s;-o-transition:width .3s,background .3s;-ms-transition:width .3s,background .3s;transition:width .3s,background .3s;background:#00a276;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;padding:0}.slick-dots.style-7 li button:before{content:''!important;width:0;height:0}.list-carousel-slick.overlay-content-dots ul.slick-dots{bottom:10px}.list-carousel-slick.vertical-dots ul.slick-dots{bottom:auto;right:10px;width:auto;top:50%;-webkit-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.list-carousel-slick.vertical-dots ul.slick-dots li{display:block;float:none;margin:10px 10px}.list-carousel-slick.vertical-dots ul.slick-dots.style-2{position:absolute}.list-carousel-slick.vertical-dots ul.slick-dots.style-3 li{margin:15px 10px}.list-carousel-slick.vertical-dots ul.slick-dots.style-4 button{width:20px;height:20px;margin:0}.list-carousel-slick .slick-vertical .slick-slide{border:0}.outer-slider-arrow .slick-nav.slick-prev.slick-arrow{left:-65px}.outer-slider-arrow .slick-nav.slick-next.slick-arrow{right:-65px}.slick-nav.slick-prev.style-1,.slick-nav.slick-next.style-1{z-index:11;padding:30px 30px;background:#fafafa;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.slick-prev.style-1:before,.slick-next.style-1:before{font-size:28px;opacity:1!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;padding-top:0;width:100%;height:100%;color:#222;top:0;left:0;line-height:54px;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear;z-index:111;text-shadow:0 0 transparent!important}.slick-nav.slick-prev.style-1:hover:before,.slick-nav.slick-next.style-1:hover:before{color:#fff}.slick-nav.slick-prev.style-1:hover,.slick-nav.slick-next.style-1:hover{background:#313131}.slick-prev.style-2,.slick-next.style-2{margin:0 10px;width:50px;height:50px}.slick-prev.style-2 .icon-wrap:before,.slick-prev.style-2 .icon-wrap:after,.slick-next.style-2 .icon-wrap:before,.slick-next.style-2 .icon-wrap:after{content:'';position:absolute;left:25%;width:3px;height:50%;background:#fff;content:'';-webkit-transition:-webkit-transform 0.3s,background 0.3s;-moz-transition:-webkit-transform 0.3s,background 0.3s;-o-transition:-webkit-transform 0.3s,background 0.3s;-ms-transition:-webkit-transform 0.3s,background 0.3s;transition:transform 0.3s,background 0.3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slick-prev.style-2 .icon-wrap,.slick-next.style-2 .icon-wrap{position:relative;display:block;margin:0% 0 0 10%;width:80%;height:80%}.slick-prev.style-2 .icon-wrap::before,.slick-next.style-2 .icon-wrap::before{-webkit-transform:translateX(-50%) rotate(30deg);-ms-transform:translateX(-50%) rotate(30deg);-moz-transform:translateX(-50%) rotate(30deg);-o-transform:translateX(-50%) rotate(30deg);transform:translateX(-50%) rotate(30deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%}.slick-prev.style-2:hover .icon-wrap::before,.slick-next.style-2:hover .icon-wrap::before{-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);-moz-transform:translateX(-50%) rotate(45deg);-o-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.slick-prev.style-2 .icon-wrap::after,.slick-next.style-2 .icon-wrap::after{top:50%;-webkit-transform:translateX(-50%) rotate(-30deg);-ms-transform:translateX(-50%) rotate(-30deg);-moz-transform:translateX(-50%) rotate(-30deg);-o-transform:translateX(-50%) rotate(-30deg);transform:translateX(-50%) rotate(-30deg);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}.slick-prev.style-2:hover .icon-wrap::after,.slick-next.style-2:hover .icon-wrap::after{-webkit-transform:translateX(-50%) rotate(-45deg);-ms-transform:translateX(-50%) rotate(-45deg);-moz-transform:translateX(-50%) rotate(-45deg);-o-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}.slick-prev.style-2:before,.slick-next.style-2:before{position:absolute;top:0;left:0;width:100%;height:100%;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:transparent;content:'';opacity:1;-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;-moz-transition:-webkit-transform 0.3s,opacity 0.3s;-o-transition:-webkit-transform 0.3s,opacity 0.3s;-ms-transition:-webkit-transform 0.3s,opacity 0.3s;transition:transform 0.3s,opacity 0.3s;-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9);text-shadow:0 0 transparent!important}.slick-prev.style-2:hover::before,.slick-next.style-2:hover::before{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.slick-prev.style-2:hover .icon-wrap::before,.slick-prev.style-2:hover .icon-wrap::after,.slick-next.style-2:hover .icon-wrap::before,.slick-next.style-2:hover .icon-wrap::after{background:#cc6055}.slick-next.style-2 .icon-wrap{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.slick-nav.style-3,.slick-nav.style-4{width:30px;height:30px;position:absolute}.slick-nav.style-3:before,.slick-nav.style-4:before{font-family:'slick';font-size:28px;opacity:1;color:black;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease}.slick-nav.style-3.top-right,.slick-nav.style-4.top-right{top:-25px;right:15px;left:auto}.slick-prev.style-3.top-right,.slick-prev.style-4.top-right{right:50px}.slick-nav.style-3.bottm-left,.slick-nav.style-4.bottm-left{bottom:-45px;left:15px;top:auto}.slick-next.style-3.bottm-left,.slick-next.style-4.bottm-left{left:50px}.slick-nav.style-3.bottom-center,.slick-nav.style-4.bottom-center{left:50%;right:17px;bottom:-45px;top:auto}.slick-prev.style-3.bottom-center,.slick-prev.style-4.bottom-center{margin-left:-20px;transform:translateY(-50%) translateX(-50%)}.slick-next.style-3.bottom-center,.slick-next.style-4.bottom-center{margin-left:20px;transform:translateY(-50%) translateX(-50%)}.slick-nav.style-3.bottom-right,.slick-nav.style-4.bottom-right{bottom:-45px;right:15px;top:auto;left:auto}.slick-prev.style-3.bottom-right,.slick-prev.style-4.bottom-right{right:50px}.slick-nav.style-3:hover:before{color:#fff;opacity:.7}.slick-nav.style-3:before,.slick-nav.style-4:before{font-family:'Font Awesome 5 Free';font-weight:600;font-size:22px;color:white;transition:.5s ease;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;text-align:center;display:inline-block;background:#000;-moz-border-radius:58%;-webkit-border-radius:58%;border-radius:58%;text-shadow:0 0 transparent!important}.slick-next.style-3:before{content:"\f105";padding:0;width:100%;height:100%;line-height:30px}.slick-prev.style-3:before{content:"\f104";padding:0;width:100%;height:100%;line-height:30px}.slick-next.style-4:before{content:"\f105";padding:0;width:100%;height:100%;line-height:30px}.slick-prev.style-4:before{content:"\f104";padding:0;margin-left:-5px;width:100%;height:100%;line-height:30px}.slick-nav.style-4:before{border:1px solid #000;background:transparent;color:#000;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;text-shadow:0 0 transparent!important}.slick-nav.style-4:hover:before{color:#fff;opacity:.7}.slick-prev.style-5,.slick-next.style-5{margin:0 10px;width:50px;height:50px}.slick-prev.style-5 .icon-wrap:before,.slick-prev.style-5 .icon-wrap:after,.slick-next.style-5 .icon-wrap:before,.slick-next.style-5 .icon-wrap:after{content:'';position:absolute;left:25%;width:2px;height:50%;background:#ccc;content:'';-webkit-transition:-webkit-transform 0.3s,background 0.3s;-moz-transition:-moz-transform 0.3s,background 0.3s;-o-transition:-o-transform 0.3s,background 0.3s;-ms-transition:-ms-transform 0.3s,background 0.3s;transition:transform 0.3s,background 0.3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slick-prev.style-5 .icon-wrap,.slick-next.style-5 .icon-wrap{position:relative;display:block;margin:0% 0 0 10%;width:80%;height:80%}.slick-prev.style-5 .icon-wrap{-webkit-transition:.3s linear;-ms-transition:.3s linear;-moz-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.slick-next.style-5:hover span.icon-wrap,.slick-next.style-5:focus span.icon-wrap{-webkit-transform:rotate(180deg) scale(1.1) translateX(-5px);-ms-transform:rotate(180deg) scale(1.1) translateX(-5px);-moz-transform:rotate(180deg) scale(1.1) translateX(-5px);-o-transform:rotate(180deg) scale(1.1) translateX(-5px);transform:rotate(180deg) scale(1.1) translateX(-5px)}.slick-prev.style-5:hover span.icon-wrap,.slick-prev.style-5:focus span.icon-wrap{-webkit-transform:scale(1.1) translateX(-5px);-ms-transform:scale(1.1) translateX(-5px);-moz-transform:scale(1.1) translateX(-5px);-o-transform:scale(1.1) translateX(-5px);transform:scale(1.1) translateX(-5px)}.slick-prev.style-5 .icon-wrap::before,.slick-next.style-5 .icon-wrap::before{-webkit-transform:translateX(-50%) rotate(30deg);-ms-transform:translateX(-50%) rotate(30deg);-moz-transform:translateX(-50%) rotate(30deg);-o-transform:translateX(-50%) rotate(30deg);transform:translateX(-50%) rotate(30deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%}.slick-prev.style-5 .icon-wrap::after,.slick-next.style-5 .icon-wrap::after{top:50%;-webkit-transform:translateX(-50%) rotate(-30deg);-ms-transform:translateX(-50%) rotate(-30deg);-moz-transform:translateX(-50%) rotate(-30deg);-o-transform:translateX(-50%) rotate(-30deg);transform:translateX(-50%) rotate(-30deg);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}.slick-prev.style-5:before,.slick-next.style-5:before{position:absolute;top:0;left:0;width:100%;height:100%;content:'';opacity:1;-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;-moz-transition:-moz-transform 0.3s,opacity 0.3s;-o-transition:-o-transform 0.3s,opacity 0.3s;-ms-transition:-ms-transform 0.3s,opacity 0.3s;transition:transform 0.3s,opacity 0.3s;-webkit-transform:scale(.9);-ms-transform:scale(.9);-moz-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9);text-shadow:0 0 transparent!important}.slick-prev.style-5:hover::before,.slick-next.style-5:hover::before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.slick-prev.style-5:hover .icon-wrap::before,.slick-prev.style-5:hover .icon-wrap::after,.slick-next.style-5:hover .icon-wrap::before,.slick-next.style-5:hover .icon-wrap::after{background:#cc6055}.slick-next.style-5 .icon-wrap{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:.5s linear;-ms-transition:.5s linear;-moz-transition:.5s linear;-o-transition:.5s linear;transition:.5s linear}.style-6.slick-arrow.slick-next:before,.style-6.slick-arrow.slick-prev:before{content:'→';content:"";position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:-webkit-transform .37s cubic-bezier(.77,0,.18,1);-ms-transition:-ms-transform .37s cubic-bezier(.77,0,.18,1);-moz-transition:-moz-transform .37s cubic-bezier(.77,0,.18,1);-o-transition:-o-transform .37s cubic-bezier(.77,0,.18,1);transition:transform .37s cubic-bezier(.77,0,.18,1);background:#3641ff;text-shadow:0 0 transparent!important}.style-6.slick-arrow.slick-prev:before{-webkit-transform:translate3d(3.625rem,0,0);-ms-transform:translate3d(3.625rem,0,0);-moz-transform:translate3d(3.625rem,0,0);-o-transform:translate3d(3.625rem,0,0);transform:translate3d(3.625rem,0,0)}.style-6.slick-arrow.slick-prev,.style-6.slick-arrow.slick-next{width:50px;height:50px;overflow:hidden;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.style-6.slick-arrow.slick-next:before{-webkit-transform:translate3d(3.625rem,0,0);-ms-transform:translate3d(3.625rem,0,0);-moz-transform:translate3d(3.625rem,0,0);-o-transform:translate3d(3.625rem,0,0);transform:translate3d(3.625rem,0,0)}.style-6.slick-arrow.slick-prev:before{-ms-transform:translate3d(-3.625rem,0,0);-moz-transform:translate3d(-3.625rem,0,0);-o-transform:translate3d(-3.625rem,0,0);-webkit-transform:translate3d(-3.625rem,0,0);transform:translate3d(-3.625rem,0,0)}.style-6.slick-arrow.slick-next:hover:before,.style-6.slick-arrow.slick-prev:hover:before{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);-moz-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.slick-nav.style-6 .icon-wrap{z-index:1;position:relative}.slick-nav.style-6.slick-arrow{font-size:16px}.slick-nav.style-6.icon-wrap{position:relative;z-index:1}@media (min-width:1200px) and (max-width:1300px){.outer-slider-arrow .slick-nav.slick-prev.slick-arrow{left:15px}.outer-slider-arrow .slick-nav.slick-next.slick-arrow{right:15px}}@media (min-width:992px) and (max-width:1080px){.outer-slider-arrow .slick-nav.slick-prev.slick-arrow{left:15px}.outer-slider-arrow .slick-nav.slick-next.slick-arrow{right:15px}}@media (min-width:992px) and (max-width:1080px){.outer-slider-arrow .slick-nav.slick-prev.slick-arrow{left:15px}.outer-slider-arrow .slick-nav.slick-next.slick-arrow{right:15px}}@media (max-width:865px){.outer-slider-arrow .slick-nav.slick-prev.slick-arrow{left:15px}.outer-slider-arrow .slick-nav.slick-next.slick-arrow{right:15px}}html.fp-enabled,.fp-enabled body{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fp-slide{float:left}.fp-slide,.fp-slidesContainer{height:100%;display:block}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.fp-section.fp-table,.fp-slide.fp-table{display:table;table-layout:fixed;width:100%}.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%}.fp-slidesContainer{float:left;position:relative}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;width:0;height:0;border-style:solid;margin-top:-38px;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fp-controlArrow.fp-prev{left:15px;width:0;border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}.fp-controlArrow.fp-next{right:15px;border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}.fp-scrollable{overflow:hidden;position:relative}.fp-scroller{overflow:hidden}.iScrollIndicator{border:0!important}.fp-notransition{-webkit-transition:none!important;transition:none!important}#fp-nav{position:fixed;z-index:100;margin-top:-32px;top:50%;opacity:1;-webkit-transform:translate3d(0,0,0)}#fp-nav.fp-right{right:17px}#fp-nav.fp-left{left:17px}.fp-slidesNav{position:absolute;z-index:4;opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0!important;right:0;margin:0 auto!important}.fp-slidesNav.fp-bottom{bottom:17px}.fp-slidesNav.fp-top{top:17px}#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative}.fp-slidesNav ul li{display:inline-block}#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li:hover a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%}#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;-webkit-transition:all 0.1s ease-in-out;-moz-transition:all 0.1s ease-in-out;-o-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0 0 -5px}#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;cursor:pointer}#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active + .fp-tooltip{-webkit-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in;width:auto;opacity:1}#fp-nav ul li .fp-tooltip.fp-right{right:20px}#fp-nav.style-1 ul li .fp-tooltip.fp-left{left:60px;top:15px}#fp-nav ul li .fp-tooltip.fp-left{left:20px}.fp-auto-height.fp-section,.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell{height:auto!important}.fp-responsive .fp-auto-height-responsive.fp-section,.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell{height:auto!important}.fp-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0} .theplus-accordion-wrapper .plus-accordion-header.active .elementor-accordion-icon-closed{display:none !important}.theplus-accordion-wrapper .plus-accordion-header.active .elementor-accordion-icon-opened{display:block !important}.theplus-accordion-wrapper .theplus-accordion-item{position:relative;display:block;width:100%}.elementor-accordion-icon .fa{font-size:inherit;line-height:inherit;width:auto;height:auto;top:auto;word-spacing:inherit}.theplus-accordion-wrapper .theplus-accordion-item:last-child{margin-bottom:0}.theplus-accordion-wrapper .theplus-accordion-item .plus-accordion-content{border:0}.theplus-accordion-wrapper .plus-accordion-header{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;-ms-transition:all .2s linear;transition:all .2s linear}.theplus-accordion-wrapper.hover-style-1 .plus-accordion-header:before{content:'';position:absolute;left:0;bottom:0;height:100%;width:0;background-color:#232323;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.theplus-accordion-wrapper.hover-style-1 .theplus-accordion-item:hover .plus-accordion-header:not(.active):before{width:3px}.theplus-accordion-wrapper.hover-style-1 .theplus-accordion-item .plus-accordion-header.active:before{width:100%}.theplus-accordion-wrapper.hover-style-1 .theplus-accordion-item .plus-accordion-header,.theplus-accordion-wrapper.hover-style-2 .theplus-accordion-item .plus-accordion-header{position:relative;overflow:hidden}.theplus-accordion-wrapper.hover-style-1 .theplus-accordion-item .plus-accordion-header>span,.theplus-accordion-wrapper.hover-style-2 .theplus-accordion-item .plus-accordion-header>span{position:relative;z-index:1}.theplus-accordion-wrapper.hover-style-2 .plus-accordion-header:before{content:'';position:absolute;left:0;bottom:0;height:0;width:100%;background-color:#232323;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.theplus-accordion-wrapper.hover-style-2 .theplus-accordion-item:hover .plus-accordion-header:not(.active):before{height:3px}.theplus-accordion-wrapper.hover-style-2 .theplus-accordion-item .plus-accordion-header.active:before{height:100%}.theplus-accordion-wrapper.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:none;text-align:left;position:relative;display:flex;align-items:center}.theplus-accordion-wrapper.elementor-accordion .elementor-tab-title{position:relative;display:flex;align-items:center}.theplus-accordion-wrapper .accordion-icon-prefix{position:relative;width:35px;height:35px;text-align:center;vertical-align:middle;display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;background:#8072fc;color:#fff;border-radius:30px;margin-right:8px;font-size:15px;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;-ms-transition:all .2s linear;transition:all .2s linear}.theplus-accordion-wrapper.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:none;text-align:right;position:relative;display:flex;align-items:center} .tab-preview-template-notice{position:relative;display:block;width:100%;border:1px solid #ddd;border-radius:5px;padding:10px;box-shadow:0 7px 15px -3px #0000001a}.tab-preview-template-notice .preview-temp-notice-heading{text-align:center;padding-bottom:10px;font-size:17px;font-weight:500;text-transform:capitalize;color:#000}.tab-preview-template-notice .preview-temp-notice-desc{padding:5px 20px;font-size:14px;text-align:center;color:#888}.theplus-tabs-wrapper{position:relative;display:block;width:100%}.theplus-tabs-wrapper ul.plus-tabs-nav{position:relative;width:auto;display:inline-block;padding:0;list-style:none;margin:0;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.elementor-widget-tp-tabs-tours.elementor-tabs-view-vertical .elementor-tabs-wrapper{width:25%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.theplus-tabs-wrapper ul.plus-tabs-nav.full-width-icon .plus-tab-header>span{display:block;text-align:center}.elementor-tabs-view-vertical .theplus-tabs-wrapper .theplus-tabs-nav-wrapper.align-center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;flex-direction:column}.elementor-tabs-view-vertical .theplus-tabs-wrapper .theplus-tabs-nav-wrapper.align-top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;align-self:flex-start;justify-content:center;flex-direction:column}.elementor-tabs-view-vertical .theplus-tabs-wrapper .theplus-tabs-nav-wrapper.align-bottom{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;align-self:flex-end;justify-content:center;flex-direction:column}.elementor-widget-tp-tabs-tours .plus-tab-header{position:relative;color:#313131;font-size:15px;line-height:20px;border:0 solid transparent;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.elementor-widget-tp-tabs-tours .plus-tab-header.active{border-color:#313131}.elementor-widget-tp-tabs-tours .elementor-tabs{text-align:left}.elementor-widget-tp-tabs-tours .elementor-tab-title{cursor:pointer;outline:none}.elementor-widget-tp-tabs-tours.elementor-tabs-view-horizontal ul.plus-tabs-nav li{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:inline-flex}.theplus-tabs-wrapper .plus-tabs-nav.full-width{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:flex-start;align-items:center}.elementor-widget-tp-tabs-tours.elementor-tabs-view-horizontal ul.plus-tabs-nav.full-width li{flex:1 1 auto;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;text-align:center}.theplus-tabs-wrapper .plus-tabs-nav span.tab-icon-wrap{padding-right:8px;position:relative;display:inline-block;vertical-align:middle;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.elementor-widget-tp-tabs-tours .elementor-tab-desktop-title{position:relative;padding:20px 25px;line-height:1;vertical-align:middle;width:100%}.elementor-widget-tp-tabs-tours .elementor-tab-mobile-title{padding:10px;cursor:pointer}.theplus-tabs-wrapper .theplus-tabs-content-wrapper{padding:10px;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.theplus-tabs-content-wrapper .plus-tab-content p{margin-bottom:0}.theplus-tabs-content-wrapper .plus-tab-content{display:none;opacity:0}.theplus-tabs-content-wrapper .plus-tab-content{position:relative;width:100%;color:#888;font-size:15px;line-height:22px}.theplus-tabs-content-wrapper .plus-tab-content.active{display:block;width:100%;opacity:1;animation:fadeIn linear 0.3s}.theplus-tabs-wrapper.elementor-tabs .elementor-tabs-wrapper{display:block}.theplus-tabs-wrapper.elementor-tabs.swiper-container .elementor-tabs-wrapper{display:inline-block}.theplus-tabs-wrapper .elementor-tab-mobile-title{display:none}.theplus-tabs-wrapper.elementor-tabs .elementor-tab-content,.theplus-tabs-wrapper.elementor-tabs .elementor-tab-title,.theplus-tabs-wrapper.elementor-tabs .elementor-tabs-content-wrapper{border:0}.elementor-widget-tp-tabs-tours.elementor-tabs-view-vertical .elementor-tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-tp-tabs-tours.elementor-tabs-view-vertical .elementor-tabs-content-wrapper{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.theplus-tabs-nav-wrapper .plus-tabs-nav li:last-child .tab-sep-icon{display:none}.theplus-tabs-nav-wrapper .plus-tabs-nav .tab-sep-icon{position:relative;display:flex;align-items:center; -webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}@media (max-width:767px){.theplus-tabs-wrapper.elementor-tabs .elementor-tab-content{padding:0}.theplus-tabs-nav-wrapper .plus-tabs-nav .tab-sep-icon.hide_mobile_sep_icon{display:none}}@media (max-width:600px){.elementor-tabs-view-horizontal .theplus-tabs-wrapper.nav-full-width ul.plus-tabs-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:flex-start;align-items:center}.elementor-tabs-view-horizontal .theplus-tabs-wrapper.nav-full-width ul.plus-tabs-nav li{flex:1 1 auto;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;text-align:center}.elementor-tabs-view-horizontal .theplus-tabs-wrapper.nav-one-by-one ul.plus-tabs-nav li{display:flex;width:100%;justify-content:center;text-align:center}.elementor-tabs-view-horizontal .theplus-tabs-wrapper.nav-one-by-one ul.plus-tabs-nav{display:block;text-align:center}.theplus-tabs-wrapper.mobile-accordion .theplus-tabs-nav-wrapper{display:none!important}.theplus-tabs-wrapper.mobile-accordion .elementor-tab-mobile-title{display:block}}.pt-plus-text-block-wrapper{position:relative;display:block;width:100%}.pt_plus_adv_text_block,.pt_plus_adv_text_block .text-content-block{position:relative;display:block;width:100%}.plus_blockquote{position:relative;width:100%;display:block;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.plus_blockquote .quote-text{font-size:inherit;padding:0!important;margin:0;background:transparent;border:0;font-style:normal;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.plus_blockquote .quote-text:before,.plus_blockquote .quote-text:after{display:none}.plus_blockquote.quote-style-1{padding-left:15px;border-left:2px solid #ff214f;font-size:16px;line-height:25px;color:#888}.plus_blockquote.quote-style-2 .quote-left{position:absolute;font-size:60px;top:-50px;text-shadow:7px 14px 10px rgba(0,0,0,.1);color:#888}.plus_blockquote.quote-style-2{padding:20px;background:#eee;border-radius:3px}.plus_blockquote .quote-text>span{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.plus_blockquote.quote-style-2 .quote-text>span{padding-left:65px}.plus_blockquote.quote-style-2 .quote-text .quote_author{text-align:right;font-size:14px;line-height:1.2;margin-top:10px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{box-sizing:inherit}.tp-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.tp-container{max-width:540px}}@media (min-width:768px){.tp-container{max-width:720px}}@media (min-width:992px){.tp-container{max-width:960px}}@media (min-width:1200px){.tp-container{max-width:1140px}}.tp-container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.tp-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.tp-no-gutters{margin-right:0;margin-left:0}.tp-no-gutters>.tp-col,.tp-no-gutters>[class*="tp-col-"]{padding-right:0;padding-left:0}.tp-col-1,.tp-col-2,.tp-col-3,.tp-col-4,.tp-col-5,.tp-col-6,.tp-col-7,.tp-col-8,.tp-col-9,.tp-col-10,.tp-col-11,.tp-col-12,.tp-col,.tp-col-auto,.tp-col-sm-1,.tp-col-sm-2,.tp-col-sm-3,.tp-col-sm-4,.tp-col-sm-5,.tp-col-sm-6,.tp-col-sm-7,.tp-col-sm-8,.tp-col-sm-9,.tp-col-sm-10,.tp-col-sm-11,.tp-col-sm-12,.tp-col-sm,.tp-col-sm-auto,.tp-col-md-1,.tp-col-md-2,.tp-col-md-3,.tp-col-md-4,.tp-col-md-5,.tp-col-md-6,.tp-col-md-7,.tp-col-md-8,.tp-col-md-9,.tp-col-md-10,.tp-col-md-11,.tp-col-md-12,.tp-col-md,.tp-col-md-auto,.tp-col-lg-1,.tp-col-lg-2,.tp-col-lg-3,.tp-col-lg-4,.tp-col-lg-5,.tp-col-lg-6,.tp-col-lg-7,.tp-col-lg-8,.tp-col-lg-9,.tp-col-lg-10,.tp-col-lg-11,.tp-col-lg-12,.tp-col-lg,.tp-col-lg-auto,.tp-col-xl-1,.tp-col-xl-2,.tp-col-xl-3,.tp-col-xl-4,.tp-col-xl-5,.tp-col-xl-6,.tp-col-xl-7,.tp-col-xl-8,.tp-col-xl-9,.tp-col-xl-10,.tp-col-xl-11,.tp-col-xl-12,.tp-col-xl,.tp-col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.tp-col{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.tp-col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.tp-col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.tp-col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.tp-col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.tp-col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.tp-col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.tp-col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.tp-col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.tp-col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.tp-col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.tp-col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.tp-col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.tp-col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.tp-offset-1{margin-left:8.333333%}.tp-offset-2{margin-left:16.666667%}.tp-offset-3{margin-left:25%}.tp-offset-4{margin-left:33.333333%}.tp-offset-5{margin-left:41.666667%}.tp-offset-6{margin-left:50%}.tp-offset-7{margin-left:58.333333%}.tp-offset-8{margin-left:66.666667%}.tp-offset-9{margin-left:75%}.tp-offset-10{margin-left:83.333333%}.tp-offset-11{margin-left:91.666667%}@media (min-width:576px){.tp-col-sm{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.tp-col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.tp-col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.tp-col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.tp-col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.tp-col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.tp-col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.tp-col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.tp-col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.tp-col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.tp-col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.tp-col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.tp-col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.tp-col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.tp-offset-sm-0{margin-left:0}.tp-offset-sm-1{margin-left:8.333333%}.tp-offset-sm-2{margin-left:16.666667%}.tp-offset-sm-3{margin-left:25%}.tp-offset-sm-4{margin-left:33.333333%}.tp-offset-sm-5{margin-left:41.666667%}.tp-offset-sm-6{margin-left:50%}.tp-offset-sm-7{margin-left:58.333333%}.tp-offset-sm-8{margin-left:66.666667%}.tp-offset-sm-9{margin-left:75%}.tp-offset-sm-10{margin-left:83.333333%}.tp-offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.tp-col-md{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.tp-col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.tp-col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.tp-col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.tp-col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.tp-col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.tp-col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.tp-col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.tp-col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.tp-col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.tp-col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.tp-col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.tp-col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.tp-col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.tp-offset-md-0{margin-left:0}.tp-offset-md-1{margin-left:8.333333%}.tp-offset-md-2{margin-left:16.666667%}.tp-offset-md-3{margin-left:25%}.tp-offset-md-4{margin-left:33.333333%}.tp-offset-md-5{margin-left:41.666667%}.tp-offset-md-6{margin-left:50%}.tp-offset-md-7{margin-left:58.333333%}.tp-offset-md-8{margin-left:66.666667%}.tp-offset-md-9{margin-left:75%}.tp-offset-md-10{margin-left:83.333333%}.tp-offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.tp-col-lg{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.tp-col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.tp-col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.tp-col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.tp-col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.tp-col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.tp-col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.tp-col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.tp-col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.tp-col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.tp-col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.tp-col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.tp-col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.tp-col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.tp-offset-lg-0{margin-left:0}.tp-offset-lg-1{margin-left:8.333333%}.tp-offset-lg-2{margin-left:16.666667%}.tp-offset-lg-3{margin-left:25%}.tp-offset-lg-4{margin-left:33.333333%}.tp-offset-lg-5{margin-left:41.666667%}.tp-offset-lg-6{margin-left:50%}.tp-offset-lg-7{margin-left:58.333333%}.tp-offset-lg-8{margin-left:66.666667%}.tp-offset-lg-9{margin-left:75%}.tp-offset-lg-10{margin-left:83.333333%}.tp-offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.tp-col-xl{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.tp-col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.tp-col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.tp-col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.tp-col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.tp-col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.tp-col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.tp-col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.tp-col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.tp-col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.tp-col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.tp-col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.tp-col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.tp-col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.tp-offset-xl-0{margin-left:0}.tp-offset-xl-1{margin-left:8.333333%}.tp-offset-xl-2{margin-left:16.666667%}.tp-offset-xl-3{margin-left:25%}.tp-offset-xl-4{margin-left:33.333333%}.tp-offset-xl-5{margin-left:41.666667%}.tp-offset-xl-6{margin-left:50%}.tp-offset-xl-7{margin-left:58.333333%}.tp-offset-xl-8{margin-left:66.666667%}.tp-offset-xl-9{margin-left:75%}.tp-offset-xl-10{margin-left:83.333333%}.tp-offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.tp-align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.tp-align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.tp-align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.tp-align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.tp-align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.tp-align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.tp-align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.tp-align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.tp-align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.tp-align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.tp-align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.tp-align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.tp-align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.tp-align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.tp-align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.tp-align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.tp-align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.tp-align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.tp-align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.tp-align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.tp-align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.tp-align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.tp-align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.tp-align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.tp-align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.tp-align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.tp-align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.tp-align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.tp-align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.tp-align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.tp-align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.tp-align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.tp-align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.tp-align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.tp-align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.tp-align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.tp-align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.tp-align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.tp-align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.tp-align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.tp-align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.tp-align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.tp-align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.tp-align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.tp-align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.tp-align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.tp-align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.tp-align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.tp-align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.tp-align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.tp-align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.tp-align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.tp-align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.tp-align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.tp-align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.tp-align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.tp-align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.tp-align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.tp-align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.tp-align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.tp-align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.tp-align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.tp-align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.tp-align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.tp-align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.tp-align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.tp-align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.tp-align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.tp-align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.tp-align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.tp-align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.tp-align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.tp-align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.tp-align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.tp-align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.tp-align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.tp-align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.tp-align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.tp-align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.tp-align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.tp-align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.tp-align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.tp-align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.tp-align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.tp-align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}#pt-plus-blog-post-list{position:relative;display:block;width:100%}.blog-list .post-inner-loop .grid-item .post.sticky .post-title a{color:#ff214f}.blog-list .grid-item{padding:0 15px}.blog-list .blog-list-style-content{position:relative;display:block;height:100%;overflow:hidden}.post-meta-info{text-transform:capitalize;font-size:11px;font-style:normal;font-weight:400;line-height:15px;letter-spacing:0;color:#777}.post-meta-info .post-author a{text-transform:uppercase}.post-meta-info a{color:#777}.blog-list-style-content .entry-content p{margin-bottom:0}.blog-list .entry-date,.blog-list .post-author{padding-right:5px}hr.border-bottom{margin:12px 0;border-top:1px solid #d3d3d3}.pt-theplus-post-read-more-button{position:relative;display:inline-block;width:100%;overflow:hidden;margin-top:10px;margin-bottom:10px}.post-format-gallery{position:relative;width:100%;margin-bottom:0!important}.blog-list .grid-item .blog-list-style-content{-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s}.blog-list.list-isotope-metro .post-inner-loop .grid-item article{height:100%;width:100%}.blog-list.list-isotope-metro .post-inner-loop .grid-item{max-width:100%}.blog-list .entry-date,.blog-list .post-author{padding-right:0}.blog-list .blog-list-content .entry-content{color:#888;padding-top:5px;font-size:14px;line-height:24px}.blog-list .blog-list-content .entry-content p{color:#888;margin-bottom:0}.blog-list-content{position:relative;display:block;overflow:hidden;width:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list.list-isotope-metro .post-inner-loop .blog-list-content{height:100%}.blog-list.list-isotope-metro .post-inner-loop .blog-bg-image-metro{position:absolute;left:0;top:0;width:100%;height:100%;background-position:center center!important;background-size:cover!important;background-repeat:no-repeat!important}.blog-list .post-category-list.style-1 span a{border:1px solid #212121;padding:4px 15px;font-size:12px;line-height:18px;margin-bottom:4px;display:inline-block;border-radius:30px}.post-category-list.style-1 span,.post-category-list.style-2 span{position:relative}.post-category-list.style-2 span a{font-size:14px;line-height:19px;position:relative;display:inline-block;margin:0 10px 10px 0;font-weight:700}.post-category-list.style-2 span a:before{height:2px;width:100%;position:absolute;bottom:-3px;left:0;content:'';-ms-transform:scaleX(0);-webkit-transform:scaleX(0);transform-origin:left;-webkit-transform:scaleX(0);transform-origin:left;background:#ff124f;-webkit-transition:transform 0.3s cubic-bezier(.52,.01,.16,1);transition:transform 0.3s cubic-bezier(.52,.01,.16,1)}.post-category-list.style-2 span a:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.blog-list .post-meta-info.style-1{position:relative;display:block;font-size:13px;line-height:1;text-transform:capitalize}.blog-list .post-content-bottom .post-meta-info.style-1{margin-bottom:10px;font-size:13px;line-height:1;text-transform:capitalize}.blog-list .post-title,.blog-list .post-title a,.blog-list .entry-content,.blog-list .entry-content p,.blog-list .post-meta-info span a,.blog-list .post-meta-info span,.blog-list .post-category-list span,.blog-list .post-category-list span a{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list.post-meta-info.style-2 span.post-author a{font-weight:600!important}.blog-list .post-meta-info.style-1 span.post-author a{font-weight:600!important}.blog-list .post-content-bottom .post-meta-info.style-2>span:nth-child(2){padding:0 5px}.post-meta-info.style-3 span.author-gravatar-details img.avatar.photo{border-radius:50%;width:38px;height:38px;margin-bottom:0;margin-right:13px;vertical-align:middle;display:inline-block;transition:all 0.3s cubic-bezier(.2,1,.2,1)}.post-meta-info.style-3 .author-date a.author-meta{font-weight:700!important}.post-meta-info.style-3 .author-date{vertical-align:middle;display:inline-block}.post-meta-info.style-3 .author-date a{font-size:13px;line-height:16px;font-weight:500;color:#313131}.post-meta-info.style-3 .author-date span.meta-date{display:block;margin-top:2px}.blog-list.blog-style-1 .blog-featured-image img,.blog-list.blog-style-2 .blog-featured-image img{display:block;width:100%;opacity:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list .blog-featured-image{position:relative;overflow:hidden}.blog-list.hover-image-style-1 .blog-featured-image img,.blog-list.list-isotope-metro .blog-bg-image-metro{display:block;width:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list.hover-image-style-1 .blog-list-content:hover .blog-featured-image img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.blog-list.list-isotope-metro.hover-image-style-1 .blog-list-content:hover .blog-bg-image-metro{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.blog-list .blog-list-content .blog-featured-image:before,.blog-list.list-isotope-metro .blog-list-content .blog-bg-image-metro:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.32);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list .blog-list-content .blog-featured-image:before{z-index:1}#pt-plus-blog-post-list .post-title .break-all{word-break:break-all}#pt-plus-blog-post-list .post-title .normal{word-break:normal}#pt-plus-blog-post-list .post-title .keep-all{word-break:keep-all}.blog-list.blog-style-1 .post-content-bottom{padding:30px;bottom:0;position:absolute;background:rgba(0,0,0,.85);width:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:1;overflow:hidden}.blog-list.blog-style-1 .post-content-bottom .post-meta-info span a,.blog-list.blog-style-1 .post-content-bottom .post-meta-info span{color:#fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list.blog-style-1 .post-content-bottom .post-meta-info{margin-bottom:10px}.blog-list.blog-style-1 .post-title{font-size:25px;line-height:30px;color:#fff;margin-bottom:0;margin-top:0}#pt-plus-blog-post-list.blog-list.blog-style-1 .post-title{margin-bottom:0}.blog-list.blog-style-1 .post-title a{color:#fff}.blog-list.blog-style-1 .post-hover-content{display:none}.blog-list.blog-style-1 .blog-list-content .blog-featured-image{background:#212121}.blog-list.blog-style-2 .blog-list-content{box-shadow:0 8px 20px -13px rgba(0,0,0,.35);border-radius:3px}#pt-plus-blog-post-list.blog-list.blog-style-2 .post-title{margin-bottom:0;margin-top:0}.blog-list.blog-style-2 .post-content-bottom{position:relative;display:block;width:100%;overflow:hidden;padding:15px;background:#fff}.blog-list.blog-style-2 .post-title{font-size:20px;line-height:1.2;margin-bottom:5px}.blog-list.blog-style-2 .post-title a{color:#313131}.blog-list.blog-style-2 .post-meta-info{margin-top:25px;border-top:1px solid #eee;padding-top:15px}.blog-list.blog-style-2 .post-meta-info span{font-size:13px;color:#aaa}#pt-plus-blog-post-list.blog-list.blog-style-2 .post-category-list{position:relative;display:block;margin-bottom:10px}.blog-list.blog-style-2 .text-center .post-category-list,.blog-list.blog-style-2 .text-center .post-title,.blog-list.blog-style-2 .text-center .entry-content,.blog-list.blog-style-2 .text-center .post-meta-info{text-align:center}.blog-list.blog-style-2.list-isotope-metro .blog-list-content .post-content-bottom{position:relative;bottom:0;left:0;right:0;width:100%;height:100%;z-index:1;background:transparent;padding:20px}.blog-list.blog-style-2.list-isotope-metro .post-content-bottom .post-metro-content{position:absolute;bottom:0;left:0;right:0;width:100%;padding:20px}.blog-list.list-isotope-metro.blog-style-2 .post-meta-info{margin-top:10px;border-top:0 solid #eee;padding-top:0}#pt-plus-blog-post-list.blog-list.blog-style-2.layout-style-2 .post-category-list{position:absolute;top:15px;left:15px;width:auto;display:block;margin-bottom:4px;margin-right:4px;z-index:1}.blog-list.blog-style-3.layout-style-1 .post-meta-info{position:relative;display:inline-block;margin-top:15px}.blog-list.blog-style-3.layout-style-2 .post-meta-info{position:relative;display:inline-block;margin-bottom:15px}.blog-list.blog-style-3 h3.post-title{margin:0}.blog-list.blog-style-3 .post-content-image,.blog-list.blog-style-3 .post-content-bottom{padding:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list.blog-style-3 .blog-list-content:hover .post-content-image{box-shadow:0 27px 60px -27px rgba(0,0,0,.17)}.blog-list.blog-style-3 .blog-list-content{overflow:visible}.blog-list.blog-style-3 .blog-list-content .entry-content{padding-left:0;margin-left:0;padding-top:10px}.blog-list.blog-style-3 .blog-featured-image{border-radius:5px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list.blog-style-3 .blog-list-content .pt-plus-button-wrapper{margin-top:15px}.blog-list.blog-style-3:not(.list-isotope-metro) .content-left .post-content-image,.blog-list.blog-style-3:not(.list-isotope-metro) .content-left-right .grid-item:nth-child(odd) .post-content-image{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.blog-list.blog-style-3:not(.list-isotope-metro) .content-right .post-content-image,.blog-list.blog-style-3:not(.list-isotope-metro) .content-left-right .grid-item:nth-child(even) .post-content-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.blog-list.blog-style-3.list-isotope-metro .blog-list-content{overflow:hidden}.blog-list.blog-style-3.list-isotope-metro .post-content-bottom .post-metro-content{bottom:auto}.blog-list.blog-style-3.list-isotope-metro .post-content-bottom{width:auto;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;z-index:1;position:absolute;bottom:15px;left:14px;right:15px}.blog-list.blog-style-3.layout-style-1 .post-metro-category-top{margin-bottom:6px}.blog-list.blog-style-4 .post-content-bottom .blog-bg-image-metro:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.32);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list.blog-style-4 .post-content-bottom .blog-bg-image-metro{position:absolute;left:0;top:0;width:100%;height:100%;background-position:center center!important;background-size:cover!important;background-repeat:no-repeat!important;border-radius:5px;transform:scale(1.13) translateZ(0);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list.blog-style-4 .blog-list-content:hover .blog-bg-image-metro{transform:scale(1) translateZ(0)}.blog-list.blog-style-4:not(.list-isotope-metro) .post-content-bottom{border-radius:5px;min-height:350px;margin:15px}.blog-list.blog-style-4 .post-metro-content{position:absolute;z-index:1;bottom:40px;left:40px;width:80%;max-width:80%;right:40px}.blog-list.blog-style-4 .blog-list-content{border-radius:5px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list.blog-style-4 .blog-list-content .post-bg-image-content{position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(1) translateZ(0);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list.blog-style-4 .blog-list-content:hover .post-bg-image-content{transform:scale(1.08) translateZ(0)}.blog-list.blog-style-4 .post-meta-info,.blog-list.blog-style-4 .pt-plus-button-wrapper{margin-top:15px}@media (max-width:575px){.blog-list.blog-style-3:not(.list-isotope-metro) .content-left .post-content-image,.blog-list.blog-style-3:not(.list-isotope-metro) .content-left-right .grid-item:nth-child(odd) .post-content-image,.blog-list.blog-style-3:not(.list-isotope-metro) .content-right .post-content-image,.blog-list.blog-style-3:not(.list-isotope-metro) .content-left-right .grid-item:nth-child(even) .post-content-image{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.blog-list.blog-style-3 .post-content-bottom{margin-top:15px}.blog-list.blog-style-3:not(.list-isotope-metro) .content-left .post-content-bottom,.blog-list.blog-style-3:not(.list-isotope-metro) .content-left-right .grid-item:nth-child(odd) .post-content-bottom,.blog-list.blog-style-3:not(.list-isotope-metro) .content-right .post-content-bottom,.blog-list.blog-style-3:not(.list-isotope-metro) .content-left-right .grid-item:nth-child(even) .post-content-bottom{padding:0 15px!important}}.pt-plus-button-wrapper{position:relative;display:block}.ts-button.content_hover_effect{position:relative;display:inline-block;width:auto}.pt-plus-button-wrapper .parallax-scroll{position:relative;display:inline-block}.pt-plus-button-wrapper .pt-plus-move-parallax{position:relative;display:inline-block;width:auto}.pt-plus-button-wrapper .pt-plus-move-parallax.full-button{width:100%}.pt_plus_button{position:relative;display:inline-block;width:auto}.pt_plus_button.full-button{width:100%;text-align:center}.ts-button.content_hover_effect.full-button{width:100%}.pt_plus_button.full-button .button-link-wrap{display:block;width:100%;text-align:center}.button-link-wrap:hover{text-decoration:blink}.pt_plus_button.trnasition_hover{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.pt_plus_button.trnasition_hover:hover{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px);transform:translateY(-3px)}.pt_plus_button .button-link-wrap i{padding-left:5px;padding-right:5px;vertical-align:middle}.pt_plus_button .button-link-wrap{position:relative;display:inline-block;padding:15px 30px;font-size:16px;line-height:25px;letter-spacing:1px;cursor:pointer;color:#000;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.pt_plus_button .button-link-wrap:hover .button_line{-webkit-animation:mymove 1s;-webkit-animation-iteration-count:1;animation:mymove 1s;animation-iteration-count:1}.pt_plus_button .button-link-wrap .button_line{position:absolute;background:#000;width:100%;height:1px;bottom:0;left:0%;pointer-events:none;z-index:11;display:inline-block}@-webkit-keyframes mymove{0%{left:0%;width:100%}45%{left:100%;width:0%}55%{left:0%;width:0%}100%{left:0%;width:100%}}@keyframes mymove{0%{left:0%;width:100%}45%{left:100%;width:0%}55%{left:0%;width:0%}100%{left:0%;width:100%}}.button-link-wrap i.button-before{margin-right:10px}.button-link-wrap i.button-after{margin-left:10px}.pt_plus_button.button-style-7 .button-link-wrap{padding-right:36px}.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow{letter-spacing:0!important}.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:before{font-family:'Font Awesome 5 Free'!important;font-weight:600;font-style:normal;text-decoration:inherit;backface-visibility:hidden;-webkit-font-smoothing:antialiased;content:"\f105";line-height:30px;font-size:14px;position:absolute;right:0;width:23px;text-align:center;height:30px;top:50%;margin-top:-16px;-ms-transition:all 0.33s cubic-bezier(.12,.75,.4,1);transition:all 0.33s cubic-bezier(.12,.75,.4,1);-moz-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-o-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-ms-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-webkit-transition:all 0.33s cubic-bezier(.12,.75,.4,1)}.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:after{position:absolute;content:'';border-bottom:1px solid;height:1px;width:22px;right:12px;top:50%;margin-top:-1px;-ms-transform:scale(0,1) translateX(0);-webkit-transform:scale(0,1) translateX(0);-moz-transform:scale(0,1) translateX(0);-o-transform:scale(0,1) translateX(0);transform:scale(0,1) translateX(0);-webkit-transform-origin:left;-moz-transform-origin:left;-ms-transform-origin:left;-o-transform-origin:left;transform-origin:left;pointer-events:none;-webkit-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-moz-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-o-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-ms-transition:all 0.33s cubic-bezier(.12,.75,.4,1);transition:all 0.33s cubic-bezier(.12,.75,.4,1)}.pt_plus_button.button-style-7 .button-link-wrap:hover .btn-arrow:after,.pt_plus_button.button-style-7 .button-link-wrap:hover .btn-arrow:before,.tp-info-active .pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:after,.tp-info-active .pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:before,.pt_plus_info_box .post-inner-loop:hover .info-box-inner.tp-info-fbc .pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:after,.pt_plus_info_box .post-inner-loop:hover .info-box-inner.tp-info-fbc .pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:before,.info-box-inner.tp-info-nc:hover .pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:before,.info-box-inner.tp-info-nc:hover .pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:after{-ms-transform:scale(1,1) translateX(9px);-webkit-transform:scale(1,1) translateX(9px);-moz-transform:scale(1,1) translateX(9px);-o-transform:scale(1,1) translateX(9px);transform:scale(1,1) translateX(9px)}.pt_plus_button.button-style-7 .button-link-wrap:after{-moz-border-radius:100px;-webkit-border-radius:100px;border-radius:100px;border:1px solid rgba(0,0,0,.3);height:25px;width:25px;position:absolute;right:0;top:50%;margin-top:-12.5px;content:' ';display:block;pointer-events:none;-ms-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-moz-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-o-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-webkit-transition:all 0.33s cubic-bezier(.12,.75,.4,1);transition:all 0.33s cubic-bezier(.12,.75,.4,1)}.pt_plus_button.button-style-7 .button-link-wrap:hover:after,.tp-info-active .pt_plus_button.button-style-7 .button-link-wrap:after,.pt_plus_info_box .post-inner-loop .info-box-inner.tp-info-fbc .pt_plus_button.button-style-7 .button-link-wrap:after,.info-box-inner.tp-info-nc:hover .pt_plus_button.button-style-7 .button-link-wrap:after{-ms-transform:scale(.8);-webkit-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8);opacity:0}.pt_plus_button.button-style-8{overflow:visible}.pt_plus_button.button-style-8 .button-link-wrap{-moz-box-shadow:0 8px 20px 1px rgba(0,0,0,.27);-webkit-box-shadow:0 8px 20px 1px rgba(0,0,0,.27);box-shadow:0 8px 20px 1px rgba(0,0,0,.27);padding:15px 30px;border:1px solid #252525}.pt_plus_button.button-style-8 .button-link-wrap:hover{-webkit-box-shadow:0 3px 6px 1px rgba(0,0,0,.08);-moz-box-shadow:0 3px 6px 1px rgba(0,0,0,.08);box-shadow:0 3px 6px 1px rgba(0,0,0,.08);-webkit-transform:translateY(3px);-ms-transform:translateY(3px);-moz-transform:translateY(3px);-o-transform:translateY(3px);transform:translateY(3px)}.pt_plus_button.button-style-9 .button-link-wrap{padding-right:20px}.pt_plus_button.button-style-9 .button-link-wrap .btn-arrow{position:relative;display:inline-block;margin-left:10px}.pt_plus_button.button-style-9 .button-link-wrap .fa-show{-webkit-transform:translateX(0%) translateZ(0) translateY(-50%);-ms-transform:translateX(0%) translateZ(0) translateY(-50%);-moz-transform:translateX(0%) translateZ(0) translateY(-50%);-o-transform:translateX(0%) translateZ(0) translateY(-50%);transform:translateX(0%) translateZ(0) translateY(-50%);position:absolute;top:50%}.pt_plus_button.button-style-9 .button-link-wrap:hover .fa-show{opacity:0;-webkit-transform:translateX(20px) translateZ(0) translateY(-50%);-ms-transform:translateX(20px) translateZ(0) translateY(-50%);-moz-transform:translateX(20px) translateZ(0) translateY(-50%);-o-transform:translateX(20px) translateZ(0) translateY(-50%);transform:translateX(20px) translateZ(0) translateY(-50%);-webkit-transition:-webkit-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);-moz-transition:-moz-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);-o-transition:-o-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);-ms-transition:-ms-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);transition:transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1)}.pt_plus_button.button-style-9 .button-link-wrap .fa-hide{opacity:0;-webkit-transform:translateX(-20px) translateZ(0);-ms-transform:translateX(-20px) translateZ(0);-moz-transform:translateX(-20px) translateZ(0);-o-transform:translateX(-20px) translateZ(0);transform:translateX(-20px) translateZ(0)}.pt_plus_button.button-style-9 .button-link-wrap:hover .fa-hide{opacity:1;-webkit-transform:translateX(0) translateZ(0);-ms-transform:translateX(0) translateZ(0);-moz-transform:translateX(0) translateZ(0);-o-transform:translateX(0) translateZ(0);transform:translateX(0) translateZ(0);-webkit-transition:-webkit-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);-moz-transition:-moz-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);-o-transition:-o-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);-ms-transition:-ms-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);transition:transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1)}.pt_plus_caldera_forms .caldera_forms_form{margin:0 auto}.pt_plus_caldera_forms,.pt_plus_caldera_forms input[type="text"],.pt_plus_caldera_forms input[type="email"],.pt_plus_caldera_forms input[type="number"],.pt_plus_caldera_forms input[type="tel"],.pt_plus_caldera_forms input[type="phone"],.pt_plus_caldera_forms input[type="url"],.pt_plus_caldera_forms input[type="color_picker"],.pt_plus_caldera_forms input[type="date"],.pt_plus_caldera_forms select.form-control,.pt_plus_caldera_forms .flag-container,.pt_plus_caldera_forms textarea.form-control,.pt_plus_caldera_forms input[type=submit],.pt_plus_caldera_forms input[type=button],.pt_plus_caldera_forms input[type=reset],.pt_plus_caldera_forms .form-group,.pt_plus_caldera_forms .caldera_forms_form,.pt_plus_caldera_forms .cf-toggle-group-buttons .btn,.pt_plus_caldera_forms input[type=file],.pt_plus_caldera_forms .form-control.cf2-file .btn,.pt_plus_caldera_forms .caldera-forms-consent-field-linked_text,.pt_plus_caldera_forms .input__file_btn{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.pt_plus_caldera_forms .caldera-forms-summary-field ul>li{list-style-type:circle}.pt_plus_caldera_forms a.caldera-forms-consent-field-linked_text{text-decoration:none}.pt_plus_caldera_forms .checkbox label .caldera_checkbox_label,.pt_plus_caldera_forms .radio label .caldera_radio_label{content:"\f00c";position:absolute;display:block;transition:0.2s ease-out;-webkit-transition:0.2s ease-out;-moz-transition:0.2s ease-out;-o-transition:0.2s ease-out;-ms-transition:0.2s ease-out;display:inline-block;font:normal normal normal 14px/1 'Font Awesome 5 Free';font-weight:600;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;left:-30px;width:24px;height:24px;line-height:24px;font-size:13px;text-align:center;background:transparent;color:transparent;animation:radio-hide .2s ease-out;transition:none;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;background:#bfcecc;transform:translateY(-50%)}.caldera-grid .radio input[type=radio],.caldera-grid input[type=checkbox]{display:none}.checkbox-inline.caldera-forms-consent-field input[type=checkbox]{display:inline-block}.caldera-grid .checkbox input[type=checkbox]:checked + .caldera_checkbox_label,.caldera-grid .radio input[type=radio]:checked + .caldera_radio_label{background:#ead0d0}.caldera-grid .checkbox input[type=checkbox]:checked + .caldera_checkbox_label:before,.caldera-grid .radio input[type=radio]:checked + .caldera_radio_label:before{color:#fff}span.caldera_checkbox_label:before,span.caldera_radio_label:before{content:"\f00c";color:#000}.pt_plus_caldera_forms .radio label .caldera_radio_label{border-radius:50px}.pt_plus_caldera_forms .checkbox label .caldera_checkbox_label,.pt_plus_caldera_forms .radio label .caldera_radio_label{margin-left:30px}.pt_plus_caldera_forms .caldera-grid .checkbox label,.pt_plus_caldera_forms .caldera-grid .radio label{padding-left:30px}.pt_plus_caldera_forms .cf-toggle-group-buttons.btn-group{display:inline-flex}.pt_plus_caldera_forms h2 {text-align:center}.pt_plus_caldera_forms span.field_required {margin-left:1px}.pt_plus_caldera_forms select.form-control{-webkit-appearance:none;background-image:url(../../../images/selectarrow.png);background-position:center right;background-repeat:no-repeat}.clients-list .client-post-content .post-title{color:#313131;font-size:14px;line-height:18px;font-weight:600;letter-spacing:.5px;text-align:center;display:block;margin:0;margin-top:15px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.clients-list.list-carousel-slick .post-inner-loop{display:block}.clients-list.list-carousel-slick .slick-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.clients-list .client-featured-logo{margin:0 auto;text-align:center;display:block}.clients-list .client-post-content{position:relative;display:block;width:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.clients-list .client-post-content .client-featured-logo img{display:block;width:auto;text-align:center;margin:0 auto;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.clients-list:not(.list-carousel-slick) .layout-style-1 .client-post-content:before,.clients-list:not(.list-carousel-slick) .layout-style-1 .client-post-content:after{display:block;content:"";position:absolute}.clients-list:not(.list-carousel-slick) .layout-style-1 .client-post-content:before{height:100%;right:-15px;width:1px;border-right:1px solid #eaeaea}.clients-list:not(.list-carousel-slick) .layout-style-1 .client-post-content:after{width:100%;bottom:-15px;height:1px;border-bottom:1px solid #eaeaea}.clients-list .client-content-logo{display:block;position:relative;width:100%}.clients-list .post-content-bottom{text-align:center;position:relative;display:block;width:100%}.clients-list .client-content-logo a{margin:0 auto}@media (min-width:992px){.clients-list .layout-style-1 .grid-item.tp-col-lg-6:nth-child(2n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-lg-3:nth-child(4n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-lg-4:nth-child(3n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-lg-2:nth-child(6n) .client-post-content:before{border-right-width:0}.clients-list .layout-style-1 .grid-item.tp-col-lg-6:nth-last-child(-n+2) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-lg-3:nth-last-child(-n+4) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-lg-4:nth-last-child(-n+3) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-lg-2:nth-last-child(-n+6) .client-post-content:after{border-bottom:0}}@media (min-width:768px) and (max-width:991px){.clients-list .layout-style-1 .grid-item.tp-col-md-6:nth-child(2n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-md-3:nth-child(4n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-md-4:nth-child(3n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-md-2:nth-child(6n) .client-post-content:before{border-right-width:0}.clients-list .layout-style-1 .grid-item.tp-col-md-6:nth-last-child(-n+2) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-md-3:nth-last-child(-n+4) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-md-4:nth-last-child(-n+3) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-md-2:nth-last-child(-n+6) .client-post-content:after{border-bottom:0}}@media (max-width:767px) and (min-width:576px){.clients-list .layout-style-1 .grid-item.tp-col-sm-6:nth-child(2n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-sm-3:nth-child(4n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-sm-4:nth-child(3n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-sm-2:nth-child(6n) .client-post-content:before{border-right-width:0}.clients-list .layout-style-1 .grid-item.tp-col-sm-6:nth-last-child(-n+2) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-sm-3:nth-last-child(-n+4) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-sm-4:nth-last-child(-n+3) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-sm-2:nth-last-child(-n+6) .client-post-content:after{border-bottom:0}}@media (max-width:575px){.clients-list .layout-style-1 .grid-item.tp-col-6:nth-child(2n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-3:nth-child(4n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-4:nth-child(3n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-2:nth-child(6n) .client-post-content:before{border-right-width:0}.clients-list .layout-style-1 .grid-item.tp-col-6:nth-last-child(-n+2) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-3:nth-last-child(-n+4) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-4:nth-last-child(-n+3) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-2:nth-last-child(-n+6) .client-post-content:after{border-bottom:0}}.clients-list.list-carousel-slick .slick-slider.slick-vertical .slick-track{display:block}.theplus-contact-form span.wpcf7-form-control-wrap.radio-checkbox-1{display:block;width:100%;position:relative}.theplus-contact-form span.wpcf7-form-control-wrap.radio-checkbox-1 input[type="radio"]{display:none}.theplus-contact-form span.wpcf7-form-control-wrap.radio-checkbox-1 span.wpcf7-list-item{position:relative;vertical-align:middle;overflow:hidden}.theplus-contact-form span.wpcf7-form-control-wrap.radio-checkbox-1 .input__radio_btn{display:inline-block;cursor:pointer;text-align:left;margin:0;position:relative;margin-left:4px;font-weight:400}.theplus-contact-form label.input__radio_btn .toggle-button__icon{content:"";display:inline-block;vertical-align:middle;cursor:pointer;z-index:1;height:24px;width:24px;overflow:hidden;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:#000;margin-left:5px;position:relative}.theplus-contact-form .input__radio_btn .toggle-button__icon:after{content:"\f00c";position:absolute;transition:0.2s ease-out;-webkit-transition:0.2s ease-out;-moz-transition:0.2s ease-out;-o-transition:0.2s ease-out;-ms-transition:0.2s ease-out;display:inline-block;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.theplus-contact-form .input__radio_btn .toggle-button__icon:after{-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.theplus-contact-form .input__radio_btn .toggle-button__icon:after{top:50%;left:50%;width:24px;height:24px;line-height:24px;font-size:13px;text-align:center;background:transparent;color:#fff;animation:radio-hide .2s ease-out;transition:none;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;transform:translate3d(-50%,200%,0)}.input-radio-check:checked~label.input__radio_btn .toggle-button__icon:after{transform:translate3d(-50%,-50%,0);animation:radio-show .2s}@keyframes radio-hide{0%{transform:translate3d(-50%,-50%,0)}100%{transform:translate3d(-50%,200%,0)}}@keyframes radio-show{0%{transform:translate3d(-50%,200%,0)}100%{transform:translate3d(-50%,-50%,0)}}.theplus-contact-form span.wpcf7-list-item.first{margin:0}.theplus-contact-form span.wpcf7-form-control-wrap input[type="checkbox"],.theplus-contact-form span.wpcf7-form-control-wrap input[type="radio"]{display:none}.theplus-contact-form span.wpcf7-form-control-wrap span.wpcf7-list-item{position:relative;vertical-align:middle;overflow:hidden}.theplus-contact-form label.input__radio_btn{cursor:pointer}.theplus-contact-form span.wpcf7-form-control-wrap .input__checkbox_btn{display:inline-block;cursor:pointer;text-align:left;margin:0;position:relative;margin-left:4px;font-weight:400}.theplus-contact-form label.input__checkbox_btn .toggle-button__icon{content:"";display:inline-block;vertical-align:middle;cursor:pointer;z-index:1;height:24px;width:24px;overflow:hidden;background:#000;margin-left:5px;position:relative}.theplus-contact-form .input__checkbox_btn .toggle-button__icon:after{content:"\f00c";position:absolute;transition:0.2s ease-out;-webkit-transition:0.2s ease-out;-moz-transition:0.2s ease-out;-o-transition:0.2s ease-out;-ms-transition:0.2s ease-out;display:inline-block;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.theplus-contact-form .input__checkbox_btn .toggle-button__icon:after{top:50%;left:50%;width:24px;height:24px;line-height:24px;font-size:13px;text-align:center;animation:checkbox-hide .2s ease-out;transition:none;color:#fff;background:transparent;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;-webkit-transform:translate3d(-50%,200%,0);-ms-transform:translate3d(-50%,200%,0);-moz-transform:translate3d(-50%,200%,0);-o-transform:translate3d(-50%,200%,0);transform:translate3d(-50%,200%,0)}.input-checkbox-check:checked~label.input__checkbox_btn .toggle-button__icon:after{transform:translate3d(-50%,-50%,0);animation:checkbox-show .2s}@keyframes checkbox-hide{0%{transform:translate3d(-50%,-50%,0)}100%{transform:translate3d(-50%,200%,0)}}@keyframes checkbox-show{0%{transform:translate3d(-50%,200%,0)}100%{transform:translate3d(-50%,-50%,0)}}body #primary #pt-plus-blog-post-list.blog-list .entry-content,body #primary .testimonial-list .testimonial-list-content .entry-content,body #primary .gallery-list .entry-content{width:100%;float:none}.theplus-contact-form span.wpcf7-form-control-wrap.cf7-style-file{align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.theplus-contact-form input[type="file"]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute}.wpcf7-file + .input__file_btn{max-width:80%;font-size:14px;font-weight:700;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;display:inline-block;overflow:hidden;padding:.525rem 1.825rem;margin-bottom:0}.wpcf7-file + .input__file_btn svg{width:2em;height:2em;vertical-align:middle;fill:#252525;margin-top:-.25em;margin-right:1em;stroke-opacity:.8}.wpcf7-file + .input__file_btn{color:#252525;border:2px solid #252525}.wpcf7-file + .input__file_btn{cursor:pointer}.wpcf7-file:focus + .input__file_btn,.inputfile-2 + .input__file_btn:hover{color:#722040;border:2px solid #722040}.wpcf7-file + .input__file_btn *{pointer-events:none}.theplus-contact-form .wpcf7-not-valid-tip{position:relative;display:block;padding:0;margin-left:10px;line-height:1;font-size:12px}.theplus-contact-form .input--filled .input__file_btn{background:#252525;color:#fff;border-color:#252525}.theplus-contact-form .input--filled .input__file_btn *{stroke:#fff}.theplus-contact-form .wpcf7-form-control.wpcf7-acceptance .toggle-button__icon{margin-right:5px;margin-left:0}.theplus-contact-form .wpcf7-form-control.wpcf7-acceptance label.input__checkbox_btn{margin-bottom:0 !important}.theplus-contact-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item{margin:0}.fa.fa-check.toggle-button__icon:before{display:none}.theplus-contact-form{position:relative;display:block;width:100%}.theplus-contact-form.text-right{margin:0 auto;margin-right:0}.theplus-contact-form.text-center{margin:0 auto}.theplus-contact-form.text-left{margin:0 auto;margin-left:0}.theplus-contact-form input.wpcf7-form-control.wpcf7-submit,.theplus-contact-form .wpcf7 form input[type="submit"]{font-family:inherit;font-size:12px;line-height:12px;font-weight:500;padding:15px 50px 15px;border:0;margin:0;display:inline-block;cursor:pointer;outline:0;color:#fff;background:#005ADE;border-radius:4px;text-transform:none;text-shadow:none!important;text-align:center;vertical-align:middle;width:100%;height:auto;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;-moz-appearance:none;-webkit-appearance:none;-moz-transition:all 0.5s cubic-bezier(.25,.46,.45,.94);-ms-transition:all 0.5s cubic-bezier(.25,.46,.45,.94);-o-transition:all 0.5s cubic-bezier(.25,.46,.45,.94);-webkit-transition:all 0.5s cubic-bezier(.25,.46,.45,.94);transition:all 0.5s cubic-bezier(.25,.46,.45,.94);-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}.theplus-contact-form.style-1.plus-cf7-label form.wpcf7-form label,.theplus-contact-form.style-1.plus-cf7-custom form.wpcf7-form .tp-cf7-outer{margin-bottom:20px;padding:20px;background:rgba(56,130,247,.5);border-radius:4px;box-shadow:0 3px 25px -7px rgba(56,130,247,.48);text-align:left}.theplus-contact-form.style-1 form.wpcf7-form label{position:relative;display:block;width:100%;margin-bottom:0}.theplus-contact-form span.wpcf7-form-control-wrap{position:relative;display:block;width:100%}.theplus-contact-form.style-1 form.wpcf7-form p{margin-bottom:0}.theplus-contact-form.style-1 .wpcf7-form-control{width:100%;-moz-transition:all 0.3s cubic-bezier(.25,.46,.45,.94);-ms-transition:all 0.3s cubic-bezier(.25,.46,.45,.94);-o-transition:all 0.3s cubic-bezier(.25,.46,.45,.94);-webkit-transition:all 0.3s cubic-bezier(.25,.46,.45,.94);transition:all 0.3s cubic-bezier(.25,.46,.45,.94)}.theplus-contact-form input[type=text]:focus,.theplus-contact-form input[type=url]:focus,.theplus-contact-form input[type=email]:focus,.theplus-contact-form input[type=tel]:focus,.theplus-contact-form input[type=number]:focus,.theplus-contact-form input[type=date]:focus,.theplus-contact-form select:focus,.theplus-contact-form textarea:focus{outline:none}.theplus-contact-form .wpcf7-form-control{margin-top:10px;border:0}.theplus-contact-form.style-1.plus-cf7-label form.wpcf7-form label,.theplus-contact-form.style-1.plus-cf7-custom form.wpcf7-form .tp-cf7-outer{-moz-transition:all 0.3s cubic-bezier(.25,.46,.45,.94);-ms-transition:all 0.3s cubic-bezier(.25,.46,.45,.94);-o-transition:all 0.3s cubic-bezier(.25,.46,.45,.94);-webkit-transition:all 0.3s cubic-bezier(.25,.46,.45,.94);transition:all 0.3s cubic-bezier(.25,.46,.45,.94)}.theplus-contact-form select.wpcf7-form-control.wpcf7-select{padding:10px;border-radius:4px}.theplus-contact-form select.wpcf7-form-control.wpcf7-select {-webkit-appearance:none;background-image:url(../../../images/selectarrow.png);background-position:center right;background-repeat:no-repeat}.theplus-contact-form span.wpcf7-list-item span.wpcf7-list-item-label{cursor:pointer}.theplus-contact-form textarea.wpcf7-form-control.wpcf7-textarea{padding:5px 15px}.theplus-contact-form span.wpcf7-not-valid-tip:before{content:'';width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #fff;position:absolute;top:-7px;left:15px;transition:.3s ease}.theplus-contact-form span.wpcf7-form-control-wrap .wpcf7-not-valid-tip{position:relative;line-height:1.2;font-size:13px;display:inline-block;margin-left:0;top:8px;right:0;width:100%;background:#fff;padding:6px;border-radius:3px;transition:.3s ease-in-out}ul.pt_plus_countdown{list-style:none;margin:20px 0;padding:0;display:block;text-align:center}ul.pt_plus_countdown li{border:4px solid #736E6E;padding:5px 17px;margin:0 10px}ul.pt_plus_countdown li{display:inline-block}ul.pt_plus_countdown li span{font-weight:300;line-height:80px;padding:0 13px;padding-bottom:0;display:block}ul.pt_plus_countdown li h6{font-size:14px;text-transform:uppercase;padding-top:10px;font-weight:600;border-top:2px solid;margin:0}.pt_plus_countdown.count-inline-style{margin:0}.pt_plus_countdown.count-inline-style li span{padding-left:0;padding-right:2px;height:auto;line-height:1}.pt_plus_countdown.count-inline-style li h6{border-top:0;padding-top:0}.pt_plus_countdown.count-inline-style li{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;margin:0}.pt_plus_everest_form .everest-forms{margin:0 auto}.pt_plus_everest_form,.pt_plus_everest_form input[type="text"],.pt_plus_everest_form input[type="email"],.pt_plus_everest_form input[type="number"],.pt_plus_everest_form input[type="url"],.pt_plus_everest_form .everest-forms .evf-field-container .evf-frontend-row select,.pt_plus_everest_form .everest-forms .evf-field-container .evf-frontend-row textarea,.pt_plus_everest_form .everest-forms .everest-forms-part-button,.pt_plus_everest_form .everest-forms button[type=submit],.pt_plus_everest_form .everest-forms input[type=submit],.pt_plus_everest_form .everest-forms .evf-field,.pt_plus_everest_form .everest-forms .evf-submit-container,.pt_plus_everest_form .everest-forms{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.pt_plus_everest_form .evf-field-checkbox .everest-forms-field-label-inline:before,.pt_plus_everest_form .evf-field-radio .everest-forms-field-label-inline:before{content:"\f00c";display:block;position:relative;transition:0.2s ease-out;-webkit-transition:0.2s ease-out;-moz-transition:0.2s ease-out;-o-transition:0.2s ease-out;-ms-transition:0.2s ease-out;display:inline-block;font:normal normal normal 14px/1 'Font Awesome 5 Free';font-weight:600;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:24px;height:24px;line-height:24px;font-size:13px;text-align:center;background:transparent;color:#000;animation:radio-hide .2s ease-out;transition:none;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;background:#bfcecc;margin-right:10px;margin-bottom:3px}.pt_plus_everest_form .everest-form .evf-field-checkbox input[type=checkbox]:checked + .everest-forms-field-label-inline:before,.pt_plus_everest_form .everest-form .evf-field-radio input[type=radio]:checked + .everest-forms-field-label-inline:before{background:#ead0d0}.pt_plus_everest_form .everest-form .evf-field-checkbox input[type=checkbox]:checked + .everest-forms-field-label-inline:before,.pt_plus_everest_form .everest-form .evf-field-radio input[type=radio]:checked + .everest-forms-field-label-inline:before{color:#fff}.pt_plus_everest_form .evf-field-radio .everest-forms-field-label-inline:before{border-radius:50px}.pt_plus_everest_form .everest-forms .everest-forms-notice::before{top:0;left:-25px}.pt_plus_caldera_forms .caldera-grid .checkbox label,.pt_plus_caldera_forms .caldera-grid .radio label{padding-left:30px}.pt_plus_everest_form .everest-form .evf-field-checkbox input[type=checkbox],.pt_plus_everest_form .everest-form .evf-field-radio input[type=radio]{display:none!important}.pt_plus_everest_form .everest-forms .everest-forms-part-button,.pt_plus_everest_form .everest-forms button[type=submit],.pt_plus_everest_form .everest-forms input[type=submit]{width:100%}.pt_plus_everest_form .everest-forms .evf-field-container .evf-frontend-row select {-webkit-appearance:none;background-image:url(../../../images/selectarrow.png);background-position:center right;background-repeat:no-repeat}.service-border-box{border:1px solid}.pt_plus_info_box{display:block;position:relative;width:100%;-webkit-transition:all 0.25s linear;-moz-transition:all 0.25s linear;-o-transition:all 0.25s linear;-ms-transition:all 0.25s linear;transition:all 0.25s linear;z-index:1}.pt_plus_info_box.list-carousel-slick{margin-bottom:50px}.pt_plus_info_box ul.slick-dots{bottom:-45px}.pt_plus_info_box .info-box-inner{-webkit-transition:all 0.3s;moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}.pd-15{padding:15px}.pt_plus_info_box .pd-0{padding:0}.pt_plus_info_box object{min-height:100%}.service-media{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.service-content{-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%}.m-r-16{margin-right:16px}.m-l-16{margin-left:16px}.service-title{font-size:18px;margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.1}.service-desc{margin-top:0}.service-desc p{margin:0}.service-button{background:transparent;color:#121212;border:1px solid;padding:9px 20px;margin:10px 0;position:relative;display:inline-block;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.vertical-center{align-items:center}.service-border{border-style:solid;margin-top:10px;margin-bottom:5px}.text-right .service-border{text-align:right;display:inline-block}.text-center .service-border{text-align:center;margin:10px auto}.info-box-inner .service-icon-small{width:46px;height:46px;display:inline-block;line-height:46px!important;text-align:center;font-size:18px!important}.info-box-inner .service-icon-medium{width:74px;height:74px;display:inline-block;line-height:72px!important;text-align:center;font-size:30px!important}.info-box-inner .service-icon-large{width:148px;height:148px;display:inline-block;line-height:146px!important;text-align:center;font-size:65px!important}.info-box-inner .service-icon{font-size:inherit;top:auto;word-spacing:initial}.info-box-inner .service-icon,.info-box-inner .service-title,.info-box-inner .service-desc,.info-box-inner .service-desc p{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.info-box-inner .icon-squre{border:1px solid;border-radius:inherit}.info-box-inner .icon-rounded{border:1px solid;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.pt_plus_info_box .pt_plus_animated_svg .svg_inner_block{margin:0 10px}.pt_plus_info_box .button-style-13 .button-link-wrap span{position:relative;z-index:4}.pt_plus_info_box .pt_plus_button.button-style-13 .button-link-wrap::before,.pt_plus_info_box .pt_plus_button.button-style-13 .button-link-wrap::after{z-index:2!important}.plus-flip-box-widget{position:relative;display:block}.service-flipbox{position:relative;-webkit-perspective:1000;-ms-perspective:1000;perspective:1000;-ms-transform:perspective(1000px);-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d}.height-full{height:100%}.service-flipbox,.service-flipbox-holder{-moz-transform:perspective(1000px);-ms-transform:perspective(1000px);-webkit-transform:perspective(1000px);-o-transform:perspective(1000px);transform:perspective(1000px)}.bezier-1{-webkit-transition:all .7s cubic-bezier(.645,.045,.355,1);-moz-transition:all .7s cubic-bezier(.645,.045,.355,1);-o-transition:all .7s cubic-bezier(.645,.045,.355,1);-ms-transition:all .7s cubic-bezier(.645,.045,.355,1);transition:all .7s cubic-bezier(.645,.045,.355,1)}.perspective{-webkit-transform:perspective(1000px);-ms-transform:perspective(1000px);-moz-transform:perspective(1000px);-o-transform:perspective(1000px);transform:perspective(1000px);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.flip-horizontal:hover .service-flipbox-front{-webkit-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);transform:rotateY(-180deg)}.flip-vertical:hover .service-flipbox-front{-webkit-transform:rotateX(-180deg);-ms-transform:rotateX(-180deg);-moz-transform:rotateX(-180deg);-o-transform:rotateX(-180deg);transform:rotateX(-180deg)}.service-flipbox-back,.service-flipbox-front{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.service-flipbox-front{position:absolute;z-index:2}.service-flipbox-back,.service-flipbox-front{width:100%;height:100%;left:0;top:0;display:table}.origin-center{-webkit-transform-origin:center;-ms-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center}.no-backface{-webkit-backface-visibility:hidden;backface-visibility:hidden}.service-flipbox-content{display:table-cell;vertical-align:middle;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-perspective:1000px;perspective:1000px;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(35px) scale(.81);transform:translateZ(35px) scale(.81)}.width-full{width:100%}.flip-horizontal:hover .service-flipbox-back{-webkit-transform:rotateY(0);-ms-transform:rotateY(0);-moz-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}.flip-vertical:hover .service-flipbox-back{-webkit-transform:rotateX(0);-ms-transform:rotateX(0);-moz-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0)}.flip-horizontal .service-flipbox-back{-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}.flip-vertical .service-flipbox-back{-webkit-transform:rotateX(180deg);-ms-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-o-transform:rotateX(180deg);transform:rotateX(180deg)}.service-flipbox-back{position:absolute;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fold-back-horizontal{-webkit-transform:translateX(-100%) rotateY(-180deg);-ms-transform:translateX(-100%) rotateY(-180deg);-moz-transform:translateX(-100%) rotateY(-180deg);-o-transform:translateX(-100%) rotateY(-180deg);transform:translateX(-100%) rotateY(-180deg)}.pt_plus_info_box.remove-padding{padding-left:0!important;padding-right:0!important}.pt_plus_info_box .about-post .about-post-content{background:#fff;padding:0 20px 30px;position:relative;z-index:2;transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out}.pt_plus_info_box .about-post .about-post-content .icon-middle{display:inline-block;text-decoration:none;transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;width:100px;height:100px;line-height:100px;top:-50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.pt_plus_info_box .about-post .about-post-content .demo.icon-rounded{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%}.pt_plus_info_box .about-post:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out}.pt_plus_info_box .about-post:hover:before{opacity:.85}.pt_plus_info_box .about-post:hover .about-post-content a{background:#1cbac8;color:#fff}.pt_plus_info_box .about-post .hover-about{position:absolute;top:50%;width:100%;left:0;height:100%;padding:0 30px;padding-top:80px;background:transparent;text-align:center;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.pt_plus_info_box .about-post:hover .about-post-content{background:transparent}.pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.pt_plus_info_box.info-box-style_4 .info-box-inner .service-title,.pt_plus_info_box.info-box-style_5 .info-box-inner .service-title,.pt_plus_info_box.info-box-style_6 .info-box-inner .service-title,.pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-top:0}.pt_plus_info_box .about-post:hover .service-title{opacity:0}.pt_plus_info_box .about-post:hover p{opacity:1}.pt_plus_info_box .about-post:hover .service-border{opacity:0}.pt_plus_info_box .about-post:hover .about-post-content{background:transparent!important}.pt_plus_info_box .about-post:hover .hover-about{top:0;padding-top:100px}.action.arrow-next.expandable{width:100%;height:40px;position:relative;margin-top:40px}.action.arrow-next:before{content:attr(data-label);font-size:14px;font-weight:400;display:block;position:absolute;left:0;color:currentColor;opacity:0}.action.arrow-next.expandable:after{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:currentColor;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);transform-origin:10px 50%;-moz-transform-origin:10px 50%;-ms-transform-origin:10px 50%;-o-transform-origin:10px 50%;-webkit-transform-origin:10px 50%}.pt_plus_info_box .info-tag-title{display:inline-block;border:1px solid;padding:6px 10px;margin:0;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px}.pt_plus_info_box .info-box-tag{display:block;position:relative;margin-bottom:40px}.pt_plus_info_box .info-box-all{position:relative;z-index:5}.pt_plus_info_box .info-box-bg-box{transition:0.4s;-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;-ms-transition:0.4s}.pt_plus_info_box .ts-button{margin-top:15px}.pt_plus_info_box .info-box-inner .info-icon-content .service-img{-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.pt_plus_info_box .info-box-inner:focus{outline:none}.pt_plus_info_box .info-box-bg-box{position:relative}.pt_plus_info_box .infobox-overlay-color{position:absolute;left:0;top:0;bottom:0;right:0;width:100%;height:100%;background-color:transparent;transition:all 0.3s linear;z-index:1}.pt_plus_info_box .service-flipbox-content{position:relative;z-index:11}.pt_plus_info_box .infobox-front-overlay,.pt_plus_info_box .infobox-back-overlay{position:absolute;left:0;top:0;bottom:0;right:0;background-color:transparent;transition:all 0.3s linear;z-index:1}.pt_plus_info_box .info-box-bg-box>div:first-child{position:relative;z-index:11}.pt_plus_info_box .icon-hexagon{border-radius:initial;-webkit-mask:url(../../../images/info-box/hexagon-shape.svg) top right / 100% 100%}.pt_plus_info_box .icon-pentagon{border-radius:initial;-webkit-mask:url(../../../images/info-box/pentagon-shape.svg) top right / 100% 100%}.pt_plus_info_box .icon-square-rotate{border-radius:initial;-webkit-mask:url(../../../images/info-box/square-rotate.svg) top right / 100% 100%}.service-flipbox-back,.service-flipbox-front{background-size:cover;background-position:center}.pt_plus_info_box .info-box-inner .service-flipbox-front{background:#fff}.pt_plus_info_box .info-box-inner .service-icon-image{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;overflow:hidden}.pt_plus_slider_svg{position:relative;display:block;width:100%}.pt_plus_slider_svg .svg_inner_block{margin:0 auto;text-align:center}.pt_plus_info_box .info-box-inner .info-pin-text{position:absolute;top:0;background:#6fc784;display:inline-block;text-align:center;margin:0 auto;left:0;right:0;color:#fff;border-radius:30px;width:max-content;padding:3px 12px;line-height:15px;font-size:12px;vertical-align:middle;text-transform:uppercase;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.pt_plus_info_box .info-box-inner .info-pin-text.square-pin{width:42px;height:42px;line-height:42px;border-radius:50%;padding:0;left:45px;top:5px}.pt_plus_info_box .info-box-bg-box .icon_shine_show{background-repeat:no-repeat;background-position:-120px -120px,0 0;background-image:-webkit-linear-gradient(top left,rgba(255,255,255,.2) 0%,rgba(255,255,255,.2) 37%,rgba(255,255,255,.8) 45%,rgba(255,255,255,0) 50%);background-image:-moz-linear-gradient(0 0,rgba(255,255,255,.2) 0%,rgba(255,255,255,.2) 37%,rgba(255,255,255,.8) 45%,rgba(255,255,255,0) 50%);background-image:-o-linear-gradient(0 0,rgba(255,255,255,.2) 0%,rgba(255,255,255,.2) 37%,rgba(255,255,255,.8) 45%,rgba(255,255,255,0) 50%);background-image:linear-gradient(0 0,rgba(255,255,255,.2) 0%,rgba(255,255,255,.2) 37%,rgba(255,255,255,.8) 45%,rgba(255,255,255,0) 50%);-moz-background-size:250% 250%,100% 100%;background-size:250% 250%,100% 100%;-webkit-transition:background-position .5s ease;-moz-transition:background-position .5s ease;-o-transition:background-position .5s ease;transition:background-position .5s ease}.pt_plus_info_box .info-box-bg-box:hover .icon_shine_show{background-position:0 0,0 0;-webkit-transition-duration:0.9s;-moz-transition-duration:0.9s;transition-duration:0.9s}.pt_plus_info_box.info-box-style_1 .service-img-border{border-right:1px solid;padding-right:10px}.pt_plus_info_box.info-box-style_1 .service-img{max-width:150px}.pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{position:absolute;top:10%;left:calc(0% - 15px);-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);border:0;padding-right:0;margin-right:0}.pt_plus_info_box.info-box-style_3 .info-icon-content{position:relative;display:inline-block;text-align:center;margin:0 auto}.pt_plus_info_box.info-box-style_3 .service-center .service-title{margin-bottom:5px;margin-top:5px}.pt_plus_info_box.info-box-style_3 .text-center .ts-icon-img img{margin:0 auto}.pt_plus_info_box.info-box-style_3 .ts-icon-img img{max-width:100%;width:auto}.pt_plus_info_box.info-box-style_3 .text-right .ts-icon-img img{float:right;display:block;position:relative;margin-bottom:15px}.pt_plus_info_box.info-box-style_3.tilt-index:hover{z-index:11;position:relative}.pt_plus_info_box.info-box-style_3 .icon-overlay .info-icon-content{position:absolute;top:calc(0% - 15px);left:50%;-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.pt_plus_info_box.info-box-style_3 .icon-overlay{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex}.info-box-style_5 .info-box-bg-box{overflow:visible}.pt_plus_info_box.info-box-style_5{overflow:visible!important}.pt_plus_info_box.info-box-style_5 .service-desc{padding:15px}.pt_plus_info_box.info-box-style_5 .service-img{padding:15px}.pt_plus_info_box.info-box-style_5 .service-icon{padding:0}.pt_plus_info_box.info-box-style_5 .service-title{padding:15px}.pt_plus_info_box .info-box-inner:hover .pt_plus_animated_svg .svg_inner_block,.pt_plus_info_box .info-box-inner.tp-info-active .pt_plus_animated_svg .svg_inner_block,.pt_plus_info_box .info-box-inner .pt_plus_animated_svg .svg_inner_block,.pt_plus_info_box .service-icon-wrap,.pt_plus_info_box .info-box-inner .info_box_svg svg{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.pt_plus_info_box .info-box-inner .info_box_svg svg{max-width:100px;max-height:100px;margin:0 auto;min-height:100%;fill:none}.pt_plus_info_box .info-box-inner .service-icon{display: inline-block;}#pt-plus-gallery-list{position:relative;display:block;width:100%}.gallery-list.grid-item{position:relative;display:block}.gallery-list .gallery-image img{position:relative;display:block;width:100%;height:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.gallery-list.list-isotope-metro .post-inner-loop .grid-item .gallery-list-content{height:100%;width:100%}.gallery-list.list-isotope-metro .post-inner-loop .grid-item{max-width:100%}.gallery-list.list-isotope-metro .gallery-bg-image-metro{background-size:cover!important;background-position:center!important;width:100%;height:100%;position:relative;display:block;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.gallery-list .post-title{font-size:18px;line-height:22px;color:#fff;margin-bottom:0;margin-top:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.gallery-list .gallery-list-content .gallery-image:before,.gallery-list.list-isotope-metro .gallery-list-content .gallery-bg-image-metro:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.gallery-list .gallery-list-content .gallery-image:before{z-index:1}.gallery-list .meta-search-icon{position:relative;display:inline-block;text-align:center;margin:0 auto;overflow:hidden}.gallery-list .meta-search-icon a{font-size:23px;color:#fff;opacity:0;overflow:hidden;transform:translate3d(0,38px,0);display:inline-block;-webkit-transition:all .28s ease-in-out .1s;-moz-transition:all .28s ease-in-out .1s;-o-transition:all .28s ease-in-out .1s;-ms-transition:all .28s ease-in-out .1s;transition:all .28s ease-in-out .1s}.gallery-list .gallery-list-content:hover .meta-search-icon a{opacity:1;transform:translate3d(0,0,0)}.gallery-list .gallery-list-content{position:relative;display:block;overflow:hidden;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.gallery-list .entry-content{color:#fff;font-size:12px;line-height:16px;display:block;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.gallery-list .gallery-list-icon{position:relative;display:block;text-align:center;margin:0 auto;margin-bottom:15px;margin-top:5px}.gallery-list .grid-item .parallax-move{position:relative;display:block;width:100%;height:100%}.gallery-list.gallery-style-1 .post-title a,.gallery-list.gallery-style-3 .post-title a{color:#fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.gallery-list.gallery-style-1 .grid-item .post-content-center{position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.65);width:100%;height:100%;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:1}.gallery-list.gallery-style-1 .grid-item .gallery-list-content:hover .post-content-center{opacity:1;visibility:visible;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.gallery-list.gallery-style-1 .gallery-list-content .post-hover-content,.gallery-list.gallery-style-3 .gallery-list-content .post-hover-content{position:absolute;top:50%;left:50%;text-align:center;width:100%;padding:10px 20px;transform:translate3d(-50%,-50%,0);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.gallery-list.gallery-style-1 .entry-content,.gallery-list.gallery-style-3 .entry-content{text-align:center;display:block;margin-top:10px}.gallery-list.gallery-style-1 .meta-search-icon,.gallery-list.gallery-style-3 .meta-search-icon{margin-bottom:15px}.pt_plus_gravity_form .gform_body ul.gform_fields{position:relative;display:block;padding:0;margin:0;list-style:none}.ginput_container ul{position:relative;display:block;padding:0;margin:0;list-style:none}.pt_plus_gravity_form .gform_wrapper{margin:0 auto}.pt_plus_gravity_form,.pt_plus_gravity_form .gfield,.pt_plus_gravity_form .gfield .ginput_container,.pt_plus_gravity_form .gfield .ginput_container input[type="text"],.pt_plus_gravity_form .gfield .ginput_container select,.pt_plus_gravity_form .gfield .ginput_container textarea,.pt_plus_gravity_form .gform_wrapper .gfield_checkbox li label,.pt_plus_gravity_form .ginput_container_checkbox input[type=checkbox],.pt_plus_gravity_form .gform_wrapper .gfield_radio li label,.pt_plus_gravity_form .ginput_container_radio input[type=radio],.pt_plus_gravity_form .gform_wrapper input[type="button"],.pt_plus_gravity_form .gform_wrapper input[type="submit"],.pt_plus_gravity_form .input__file_btn,.pt_plus_gravity_form .ginput_container_fileupload input[type="file"],.pt_plus_gravity_form .gform_wrapper .gform_fileupload_multifile .gform_drop_area,.pt_plus_gravity_form .gform_wrapper ul li.gfield,.pt_plus_gravity_form .gform_wrapper .gform_footer,.pt_plus_gravity_form .gform_wrapper{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.pt_plus_gravity_form .ginput_container_checkbox span.gravity_checkbox_label,.pt_plus_gravity_form .ginput_container_radio span.gravity_radio_label{content:"\f00c";position:absolute;transition:0.2s ease-out;-webkit-transition:0.2s ease-out;-moz-transition:0.2s ease-out;-o-transition:0.2s ease-out;-ms-transition:0.2s ease-out;display:block;font:normal normal normal 14px/1 'Font Awesome 5 Free';font-weight:600;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:0;left:0;width:24px;height:24px;line-height:24px;font-size:13px;text-align:center;background:transparent;color:transparent;animation:radio-hide .2s ease-out;transition:none;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;background:#bfcecc}.pt_plus_gravity_form .gform_wrapper .gfield_checkbox li,.pt_plus_gravity_form .gform_wrapper .gfield_radio li{line-height:inherit;position:relative}.pt_plus_gravity_form .ginput_container_checkbox input[type=checkbox]:checked + label span.gravity_checkbox_label,.pt_plus_gravity_form .ginput_container_radio input[type=radio]:checked + label span.gravity_radio_label{background:#ead0d0}.pt_plus_gravity_form .ginput_container_checkbox input[type=checkbox] + label span.gravity_checkbox_label,.pt_plus_gravity_form .ginput_container_radio input[type=radio] + label span.gravity_radio_label{background:#e8e2e2}.pt_plus_gravity_form .ginput_container_checkbox input[type=checkbox]:checked + label span.gravity_checkbox_label:before,.pt_plus_gravity_form .ginput_container_radio input[type=radio]:checked + label span.gravity_radio_label:before{color:#fff}.pt_plus_gravity_form .ginput_container_checkbox span.gravity_checkbox_label:before,.pt_plus_gravity_form .ginput_container_radio span.gravity_radio_label:before{content:"\f00c";color:#000}.pt_plus_gravity_form .ginput_container_radio span.gravity_radio_label{border-radius:50px}.pt_plus_gravity_form .gform_wrapper .gfield_checkbox li label,.pt_plus_gravity_form .gform_wrapper .gfield_radio li label{top:0;margin-left:30px}.pt_plus_gravity_form .ginput_container_checkbox input[type=checkbox],.pt_plus_gravity_form .ginput_container_radio input[type=radio]{display:none!important}.pt_plus_gravity_form input[type=file]{width:100%!important}.pt_plus_gravity_form input[type="button"],.pt_plus_gravity_form input[type="submit"]{padding:.75em 2em}.pt_plus_gravity_form label.input__file_btn svg{margin-right:10px}.pt_plus_gravity_form label.input__file_btn svg{fill:currentColor;vertical-align:middle}.pt_plus_gravity_form .gfield .ginput_container select {-webkit-appearance:none;background-image:url(../../../images/selectarrow.png);background-position:center right;background-repeat:no-repeat}@media only screen and (min-width:641px){.gform_wrapper ul.gform_fields li.gfield{padding-left:0!important;padding-right:0!important}.gform_wrapper .top_label li.gfield.gf_left_half{padding-right:8px!important;padding-left:0!important}.gform_wrapper .top_label li.gfield.gf_right_half{padding-left:8px!important;padding-right:0!important}}.pt-plus-heading-animation .ani-bold{font-weight:700}.pt-plus-heading-animation .ani-b-normal{font-weight:400}.pt-plus-heading-animation .ani-underline{text-decoration:underline!important}.pt-plus-heading-animation .ani-u-normal{text-decoration:none!important}.pt-plus-heading-animation .ani-italic i{font-style:italic!important}.pt-plus-heading-animation .ani-i-normal i{font-style:normal!important}.cd-words-wrapper{display:inline-block;position:relative;text-align:left}.cd-words-wrapper b{display:inline-block;position:absolute;white-space:nowrap;left:0;top:0;padding:0 5px}.cd-words-wrapper b.is-visible{position:relative}.no-js .cd-words-wrapper b{opacity:0}.no-js .cd-words-wrapper b.is-visible{opacity:1}.pt-plus-cd-headline.rotate-1 .cd-words-wrapper{-webkit-perspective:300px;-moz-perspective:300px;perspective:300px}.pt-plus-cd-headline.rotate-1 b{opacity:0;-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-ms-transform:rotateX(180deg);-o-transform:rotateX(180deg);transform:rotateX(180deg)}.pt-plus-cd-headline.rotate-1 b.is-visible{opacity:1;-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-ms-transform:rotateX(0deg);-o-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-animation:pt-plus-cd-rotate-1-in 1.2s;-moz-animation:pt-plus-cd-rotate-1-in 1.2s;animation:pt-plus-cd-rotate-1-in 1.2s}.pt-plus-cd-headline.rotate-1 b.is-hidden{-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-ms-transform:rotateX(180deg);-o-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-animation:pt-plus-cd-rotate-1-out 1.2s;-moz-animation:pt-plus-cd-rotate-1-out 1.2s;animation:pt-plus-cd-rotate-1-out 1.2s}@-webkit-keyframes pt-plus-cd-rotate-1-in{0%{-webkit-transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);opacity:0}65%{opacity:0}100%{-webkit-transform:rotateX(360deg);opacity:1}}@-moz-keyframes pt-plus-cd-rotate-1-in{0%{-moz-transform:rotateX(180deg);opacity:0}35%{-moz-transform:rotateX(120deg);opacity:0}65%{opacity:0}100%{-moz-transform:rotateX(360deg);opacity:1}}@keyframes pt-plus-cd-rotate-1-in{0%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);transform:rotateX(120deg);opacity:0}65%{opacity:0}100%{-webkit-transform:rotateX(360deg);transform:rotateX(360deg);opacity:1}}@-webkit-keyframes pt-plus-cd-rotate-1-out{0%{-webkit-transform:rotateX(0deg);opacity:1}35%{-webkit-transform:rotateX(-40deg);opacity:1}65%{opacity:0}100%{-webkit-transform:rotateX(180deg);opacity:0}}@-moz-keyframes pt-plus-cd-rotate-1-out{0%{-moz-transform:rotateX(0deg);opacity:1}35%{-moz-transform:rotateX(-40deg);opacity:1}65%{opacity:0}100%{-moz-transform:rotateX(180deg);opacity:0}}@keyframes pt-plus-cd-rotate-1-out{0%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}35%{-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg);opacity:1}65%{opacity:0}100%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}}.pt-plus-cd-headline.type .cd-words-wrapper{vertical-align:top;overflow:hidden}.pt-plus-cd-headline.type .cd-words-wrapper::after{content:'';position:absolute;right:0;top:50%;bottom:auto;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);height:90%;width:0;background:#aebcb9}.pt-plus-cd-headline.type .cd-words-wrapper.waiting::after{-webkit-animation:cd-pulse 1s infinite;-moz-animation:cd-pulse 1s infinite;animation:cd-pulse 1s infinite}.pt-plus-cd-headline.type .cd-words-wrapper.selected::after{visibility:hidden}.pt-plus-cd-headline.type b{visibility:hidden}.pt-plus-cd-headline.type b.is-visible{visibility:visible}.pt-plus-cd-headline.type i{position:absolute;visibility:hidden}.pt-plus-cd-headline.type i.in{position:relative;visibility:visible}.pt-plus-cd-headline span.cd-words-wrapper i{font-style:normal;white-space:pre-wrap}@-webkit-keyframes cd-pulse{0%{-webkit-transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(.9);opacity:0}100%{-webkit-transform:translateY(-50%) scale(0);opacity:0}}@-moz-keyframes cd-pulse{0%{-moz-transform:translateY(-50%) scale(1);opacity:1}40%{-moz-transform:translateY(-50%) scale(.9);opacity:0}100%{-moz-transform:translateY(-50%) scale(0);opacity:0}}@keyframes cd-pulse{0%{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9);opacity:0}100%{-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);opacity:0}}.pt-plus-cd-headline.rotate-2 .cd-words-wrapper{-webkit-perspective:300px;-moz-perspective:300px;perspective:300px}.pt-plus-cd-headline.rotate-2 i,.pt-plus-cd-headline.rotate-2 em{display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden}.pt-plus-cd-headline.rotate-2 b{opacity:0}.pt-plus-cd-headline.rotate-2 i{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(-20px) rotateX(90deg);-moz-transform:translateZ(-20px) rotateX(90deg);-ms-transform:translateZ(-20px) rotateX(90deg);-o-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg);opacity:0}.is-visible .pt-plus-cd-headline.rotate-2 i{opacity:1}.pt-plus-cd-headline.rotate-2 i.in{-webkit-animation:pt-plus-cd-rotate-2-in 0.4s forwards;-moz-animation:pt-plus-cd-rotate-2-in 0.4s forwards;animation:pt-plus-cd-rotate-2-in 0.4s forwards}.pt-plus-cd-headline.rotate-2 i.out{-webkit-animation:pt-plus-cd-rotate-2-out 0.4s forwards;-moz-animation:pt-plus-cd-rotate-2-out 0.4s forwards;animation:pt-plus-cd-rotate-2-out 0.4s forwards}.pt-plus-cd-headline.rotate-2 em{-webkit-transform:translateZ(20px);-moz-transform:translateZ(20px);-ms-transform:translateZ(20px);-o-transform:translateZ(20px);transform:translateZ(20px)}.no-csstransitions .pt-plus-cd-headline.rotate-2 i{-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-ms-transform:rotateX(0deg);-o-transform:rotateX(0deg);transform:rotateX(0deg);opacity:0}.no-csstransitions .pt-plus-cd-headline.rotate-2 i em{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.no-csstransitions .pt-plus-cd-headline.rotate-2 .is-visible i{opacity:1}@-webkit-keyframes pt-plus-cd-rotate-2-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg)}100%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0deg)}}@-moz-keyframes pt-plus-cd-rotate-2-in{0%{opacity:0;-moz-transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-moz-transform:translateZ(-20px) rotateX(-10deg)}100%{opacity:1;-moz-transform:translateZ(-20px) rotateX(0deg)}}@keyframes pt-plus-cd-rotate-2-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg);transform:translateZ(-20px) rotateX(-10deg)}100%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0deg);transform:translateZ(-20px) rotateX(0deg)}}@-webkit-keyframes pt-plus-cd-rotate-2-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg)}100%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg)}}@-moz-keyframes pt-plus-cd-rotate-2-out{0%{opacity:1;-moz-transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-moz-transform:translateZ(-20px) rotateX(-100deg)}100%{opacity:0;-moz-transform:translateZ(-20px) rotateX(-90deg)}}@keyframes pt-plus-cd-rotate-2-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg);transform:translateZ(-20px) rotateX(-100deg)}100%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg);transform:translateZ(-20px) rotateX(-90deg)}}.pt-plus-cd-headline.loading-bar span{display:inline-block;padding:.2em 0}.pt-plus-cd-headline.loading-bar .cd-words-wrapper{overflow:hidden;vertical-align:top}.pt-plus-cd-headline.loading-bar .cd-words-wrapper::after{content:'';position:absolute;left:7px;bottom:0;height:3px;width:0;z-index:2;-webkit-transition:width 0.3s -0.1s;-moz-transition:width 0.3s -0.1s;-o-transition:width 0.3s -0.1s;-ms-transition:width 0.3s -0.1s;transition:width 0.3s -0.1s}.pt-plus-cd-headline.loading-bar .cd-words-wrapper.is-loading::after{width:100%;-webkit-transition:width 3s;-moz-transition:width 3s;transition:width 3s}.pt-plus-cd-headline.loading-bar b{top:.2em;opacity:0;-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;transition:opacity 0.3s}.pt-plus-cd-headline.loading-bar b.is-visible{opacity:1;top:0}.pt-plus-cd-headline.slide span{display:inline-block;padding:.2em 0}.pt-plus-cd-headline.slide .cd-words-wrapper{overflow:hidden;vertical-align:top}.pt-plus-cd-headline.slide b{opacity:0;top:.2em}.pt-plus-cd-headline.slide b.is-visible{top:0;opacity:1;-webkit-animation:slide-in 0.6s;-moz-animation:slide-in 0.6s;animation:slide-in 0.6s}.pt-plus-cd-headline.slide b.is-hidden{-webkit-animation:slide-out 0.6s;-moz-animation:slide-out 0.6s;animation:slide-out 0.6s}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes slide-in{0%{opacity:0;-moz-transform:translateY(-100%)}60%{opacity:1;-moz-transform:translateY(20%)}100%{opacity:1;-moz-transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);-o-transform:translateY(20%);transform:translateY(20%)}100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-out{0%{opacity:1;-webkit-transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%)}100%{opacity:0;-webkit-transform:translateY(100%)}}@-moz-keyframes slide-out{0%{opacity:1;-moz-transform:translateY(0)}60%{opacity:0;-moz-transform:translateY(120%)}100%{opacity:0;-moz-transform:translateY(100%)}}@keyframes slide-out{0%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);-moz-transform:translateY(120%);-ms-transform:translateY(120%);-o-transform:translateY(120%);transform:translateY(120%)}100%{opacity:0;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}}.pt-plus-cd-headline.clip span{display:inline-block;padding:.2em 0}.pt-plus-cd-headline.clip .cd-words-wrapper{overflow:hidden;vertical-align:top}.pt-plus-cd-headline.clip .cd-words-wrapper::after{content:'';position:absolute;top:0;right:0;width:2px;height:100%;background:#aebcb9}.pt-plus-cd-headline.clip b{opacity:0}.pt-plus-cd-headline.clip b.is-visible{opacity:1}.pt-plus-cd-headline.zoom .cd-words-wrapper{-webkit-perspective:300px;-moz-perspective:300px;perspective:300px}.pt-plus-cd-headline.zoom b{opacity:0}.pt-plus-cd-headline.zoom b.is-visible{opacity:1;-webkit-animation:zoom-in 0.8s;-moz-animation:zoom-in 0.8s;animation:zoom-in 0.8s}.pt-plus-cd-headline.zoom b.is-hidden{-webkit-animation:zoom-out 0.8s;-moz-animation:zoom-out 0.8s;animation:zoom-out 0.8s}@-webkit-keyframes zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0)}}@-moz-keyframes zoom-in{0%{opacity:0;-moz-transform:translateZ(100px)}100%{opacity:1;-moz-transform:translateZ(0)}}@keyframes zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);-moz-transform:translateZ(100px);-ms-transform:translateZ(100px);-o-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes zoom-out{0%{opacity:1;-webkit-transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px)}}@-moz-keyframes zoom-out{0%{opacity:1;-moz-transform:translateZ(0)}100%{opacity:0;-moz-transform:translateZ(-100px)}}@keyframes zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);-moz-transform:translateZ(-100px);-ms-transform:translateZ(-100px);-o-transform:translateZ(-100px);transform:translateZ(-100px)}}.pt-plus-cd-headline.rotate-3 .cd-words-wrapper{-webkit-perspective:300px;-moz-perspective:300px;perspective:300px}.pt-plus-cd-headline.rotate-3 b{opacity:0}.pt-plus-cd-headline.rotate-3 i{display:inline-block;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-backface-visibility:hidden;backface-visibility:hidden}.is-visible .pt-plus-cd-headline.rotate-3 i{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg)}.pt-plus-cd-headline.rotate-3 i.in{-webkit-animation:pt-plus-cd-rotate-3-in 0.6s forwards;-moz-animation:pt-plus-cd-rotate-3-in 0.6s forwards;animation:pt-plus-cd-rotate-3-in 0.6s forwards}.pt-plus-cd-headline.rotate-3 i.out{-webkit-animation:pt-plus-cd-rotate-3-out 0.6s forwards;-moz-animation:pt-plus-cd-rotate-3-out 0.6s forwards;animation:pt-plus-cd-rotate-3-out 0.6s forwards}.no-csstransitions .pt-plus-cd-headline.rotate-3 i{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg);opacity:0}.no-csstransitions .pt-plus-cd-headline.rotate-3 .is-visible i{opacity:1}@-webkit-keyframes pt-plus-cd-rotate-3-in{0%{-webkit-transform:rotateY(180deg)}100%{-webkit-transform:rotateY(0deg)}}@-moz-keyframes pt-plus-cd-rotate-3-in{0%{-moz-transform:rotateY(180deg)}100%{-moz-transform:rotateY(0deg)}}@keyframes pt-plus-cd-rotate-3-in{0%{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}100%{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg)}}@-webkit-keyframes pt-plus-cd-rotate-3-out{0%{-webkit-transform:rotateY(0)}100%{-webkit-transform:rotateY(-180deg)}}@-moz-keyframes pt-plus-cd-rotate-3-out{0%{-moz-transform:rotateY(0)}100%{-moz-transform:rotateY(-180deg)}}@keyframes pt-plus-cd-rotate-3-out{0%{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-ms-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}100%{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);transform:rotateY(-180deg)}}.pt-plus-cd-headline.scale b{opacity:0}.pt-plus-cd-headline.scale i{display:inline-block;opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.is-visible .pt-plus-cd-headline.scale i{opacity:1}.pt-plus-cd-headline.scale i.in{-webkit-animation:scale-up 0.6s forwards;-moz-animation:scale-up 0.6s forwards;animation:scale-up 0.6s forwards}.pt-plus-cd-headline.scale i.out{-webkit-animation:scale-down 0.6s forwards;-moz-animation:scale-down 0.6s forwards;animation:scale-down 0.6s forwards}.no-csstransitions .pt-plus-cd-headline.scale i{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}.no-csstransitions .pt-plus-cd-headline.scale .is-visible i{opacity:1}@-webkit-keyframes scale-up{0%{-webkit-transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(1);opacity:1}}@-moz-keyframes scale-up{0%{-moz-transform:scale(0);opacity:0}60%{-moz-transform:scale(1.2);opacity:1}100%{-moz-transform:scale(1);opacity:1}}@keyframes scale-up{0%{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes scale-down{0%{-webkit-transform:scale(1);opacity:1}60%{-webkit-transform:scale(0);opacity:0}}@-moz-keyframes scale-down{0%{-moz-transform:scale(1);opacity:1}60%{-moz-transform:scale(0);opacity:0}}@keyframes scale-down{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}60%{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:0}}.pt-plus-cd-headline.push b{opacity:0}.pt-plus-cd-headline.push b.is-visible{opacity:1;-webkit-animation:push-in 1s;-moz-animation:push-in 1s;animation:push-in 1s}.pt-plus-cd-headline.push b.is-hidden{-webkit-animation:push-out 1s;-moz-animation:push-out 1s;animation:push-out 1s}@-webkit-keyframes push-in{0%{opacity:0;-webkit-transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes push-in{0%{opacity:0;-moz-transform:translateX(-100%)}60%{opacity:1;-moz-transform:translateX(10%)}100%{opacity:1;-moz-transform:translateX(0)}}@keyframes push-in{0%{opacity:0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);-moz-transform:translateX(10%);-ms-transform:translateX(10%);-o-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes push-out{0%{opacity:1;-webkit-transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%)}100%{opacity:0;-webkit-transform:translateX(100%)}}@-moz-keyframes push-out{0%{opacity:1;-moz-transform:translateX(0)}60%{opacity:0;-moz-transform:translateX(110%)}100%{opacity:0;-moz-transform:translateX(100%)}}@keyframes push-out{0%{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);-moz-transform:translateX(110%);-ms-transform:translateX(110%);-o-transform:translateX(110%);transform:translateX(110%)}100%{opacity:0;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}}.header-extra-icons{position:relative;display:block;width:100%}.header-extra-icons ul.icons-content-list{position:relative;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;flex-wrap:wrap;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;padding:0;margin:0;list-style:none;line-height:1}.header-extra-icons ul.icons-content-list>li{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;flex-wrap:wrap;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;padding:6px 8px}.header-extra-icons li .content-icon-list{display:block;position:relative;line-height:1}.header-extra-icons li.search-icon .plus-post-search-icon svg,.header-extra-icons li.search-icon .plus-post-search-icon svg path{fill:#fff;stroke:#fff;-webkit-transition:fill .2s ease-in-out,stroke .2s ease-in-out;transition:fill .2s ease-in-out,stroke .2s ease-in-out}.header-extra-icons li.search-icon .plus-post-search-icon svg{max-width:20px;max-height:20px}.header-extra-icons .icons-content-list .search-icon .plus-post-search-icon{cursor:pointer;position:relative;display:block;text-align:center}.plus-search-form.plus-search-form-content.style-1,.plus-search-form.plus-search-form-content.style-3{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.98);z-index:1111;overflow:hidden;-webkit-transition:all .4s ease-out;transition:all .4s ease-out;-webkit-transform:translate3d(0,0,1px);transform:translate3d(0,0,1px)}.plus-search-form.plus-search-form-content.style-1>.plus-search-section,.plus-search-form.plus-search-form-content.style-3>.plus-search-section{position:relative;top:50%;margin:0 auto;height:100%;overflow-y:hidden;text-align:center}.plus-search-form.plus-search-form-content.style-1 .plus-search-section>form,.plus-search-form.plus-search-form-content.style-3 .plus-search-section>form{line-height:100%;width:48%;max-width:960px;display:inline-block;position:relative;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.plus-search-form.plus-search-form-content.style-1 input.plus-search-field,.plus-search-form.plus-search-form-content.style-3 input.plus-search-field{max-width:none;padding:15px 50px 15px 0;width:100%;height:100%;text-align:left;font-weight:600;font-size:28px;border:none;background:transparent;border-bottom:2px solid #313131;border-radius:0}.plus-search-form.plus-search-form-content.style-1 .plus-submit-icon-container,.plus-search-form.plus-search-form-content.style-3 .plus-submit-icon-container{position:absolute;color:#bbb;right:0;height:100%;-webkit-transition:color .3s;transition:color .3s;top:0}.plus-search-form.plus-search-form-content.style-1 .plus-search-submit,.plus-search-form.plus-search-form-content.style-3 .plus-search-submit{width:40px;height:70px;margin:0;padding:0;overflow:hidden;background:0 0!important;border:0;box-shadow:none;position:relative;display:inline-block}.header-extra-icons li.search-icon .plus-search-form .plus-search-submit svg{max-width:25px;width:25px;height:auto}.header-extra-icons li.search-icon .plus-search-form .plus-search-submit svg,.header-extra-icons li.search-icon .plus-search-form .plus-search-submit svg path{fill:#313131;stroke:#313131;-webkit-transition:fill .2s ease-in-out,stroke .2s ease-in-out;transition:fill .2s ease-in-out,stroke .2s ease-in-out}.plus-search-form.style-1 .plus-search-close,.plus-search-form.style-3 .plus-search-close{position:absolute;right:0;width:30px;height:30px;border-radius:50%;margin:12px;padding:6px;cursor:pointer;z-index:1;top:0;box-shadow:0 2px 13px -2px #0000007d;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.plus-search-form.style-1 .plus-search-close{top:32px}.plus-search-form.style-1 .plus-search-close .search-close,.plus-search-form.style-3 .plus-search-close .search-close{width:100%;height:100%;position:relative;top:8px}.plus-search-form.style-1 .plus-search-close .search-close:before,.plus-search-form.style-1 .plus-search-close .search-close:after,.plus-search-form.style-3 .plus-search-close .search-close:before,.plus-search-form.style-3 .plus-search-close .search-close:after{content:"";position:absolute;display:block;height:2px;width:100%;background-color:#333;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.plus-search-form.style-1 .plus-search-close .search-close:before,.plus-search-form.style-3 .plus-search-close .search-close:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.plus-search-form.style-1 .plus-search-close .search-close:after,.plus-search-form.style-3 .plus-search-close .search-close:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.plus-search-form.style-2 .plus-search-close,.plus-search-form.style-4 .plus-search-close{display:none}.plus-search-form.style-2 .plus-search-section form,.plus-search-form.style-4 .plus-search-section form{position:relative;display:block;width:100%}.plus-search-form.style-2,.plus-search-form.style-4{opacity:0;visibility:hidden;position:absolute;right:-15px;top:auto;padding:12px 12px;background:#fff;border-radius:3px;box-shadow:1px 1px 10px -1px #00000063;margin-top:8px;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.plus-search-form.style-2.open,.plus-search-form.style-4.open{opacity:1;visibility:visible}.plus-search-form.style-2 .plus-search-section:before,.plus-search-form.style-4 .plus-search-section:before{position:absolute;top:-7px;right:18px;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #fff;content:''}.plus-search-form.style-2 .plus-search-section input.plus-search-field,.plus-search-form.style-4 .plus-search-section input.plus-search-field{position:relative;display:block;width:220px;border:1px solid #d6d6d6;font-size:14px;color:#313131;box-shadow:0 1px 15px -4px #00000047;padding:10px 30px 10px 10px;border-radius:1px;background:#f5f5f5;outline:none}.plus-search-form.style-2 .plus-search-section .plus-submit-icon-container,.plus-search-form.style-4 .plus-search-section .plus-submit-icon-container{position:absolute;right:0;top:0;width:40px;height:43px}.plus-search-form.style-2 .plus-submit-icon-container button.plus-search-submit,.plus-search-form.style-4 .plus-submit-icon-container button.plus-search-submit{border:0;padding:11px;box-shadow:none;background:none}.header-extra-icons li.search-icon .plus-search-form.style-2 .plus-search-submit svg,.header-extra-icons li.search-icon .plus-search-form.style-4 .plus-search-submit svg{max-width:20px;width:20px;height:auto}.plus-search-form.plus-search-form-content.style-3{display:none;position:absolute;width:250px;height:auto;background:#fff;box-shadow:0 2px 13px -2px #0000007d;padding:15px 10px;border-radius:5px;top:-100%}.plus-search-form.style-3 .plus-search-close{top:50%;margin:0;transform:translateY(-50%);margin-right:5px;box-shadow:none}.plus-search-form.plus-search-form-content.style-3>.plus-search-section{top:0;height:auto;text-align:left;width:240px}.plus-search-form.plus-search-form-content.style-3 .plus-search-section>form{width:85%}.plus-search-form.plus-search-form-content.style-3 input.plus-search-field{border:none;padding:0;font-size:18px}.plus-search-form.plus-search-form-content.style-3.open .plus-submit-icon-container,.plus-search-form.plus-search-form-content.style-3 .plus-submit-icon-container{display:none}.plus-search-form.style-4{top:-10px;left:0;z-index:1;padding:0;margin:0;margin-left:25px;box-shadow:none;border:none}.plus-search-form.style-4 .plus-search-section:before{display:none}.plus-search-form.style-4 .plus-search-section input.plus-search-field{border:none;background:#fff;padding:.7em;box-shadow:none;border-bottom:1px solid #000;width:auto}.plus-search-form.style-4 .plus-search-section .plus-submit-icon-container{display:none;opacity:0}.plus-search-form.plus-search-form-content.style-4{transform:translateX(-100%);transition:all 0.9s}.plus-search-form.plus-search-form-content.style-4.open{transform:translateX(100%)}.header-extra-icons .plus-search-form.plus-search-form-content.style-4{background:transparent!important}.mini-cart-icon .content-icon-list{display:block;position:relative;line-height:1}.mini-cart-icon .plus-cart-icon.style-1,.mini-cart-icon .plus-cart-icon.style-2{cursor:pointer;position:relative;display:block;text-align:center}.plus-cart-icon.style-1 svg,.plus-cart-icon.style-2 svg{max-width:25px;width:max-content}.header-extra-icons li.mini-cart-icon .plus-cart-icon.style-1 svg,.header-extra-icons li.mini-cart-icon .plus-cart-icon.style-1 svg path,.header-extra-icons li.mini-cart-icon .plus-cart-icon.style-2 svg,.header-extra-icons li.mini-cart-icon .plus-cart-icon.style-2 svg path{fill:none;stroke:#313131;-webkit-transition:stroke .2s ease-in-out;transition:stroke .2s ease-in-out}.header-extra-icons li.mini-cart-icon .plus-cart-icon.style-2 svg{fill:#313131}.plus-cart-icon .cart-wrap{font-size:12px;margin-right:0;z-index:1;color:#fff}.plus-cart-icon .cart-wrap span{background:none repeat scroll 0 0 #8072fc;border-radius:35px;display:block;font-weight:400;line-height:22px;text-align:center;width:22px;height:22px;position:absolute;top:-8px;left:100%;box-shadow:0 5px 12px rgba(0,0,0,.2);margin-left:-10px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;animation:.6s ease-in-out .12s normal both 1 bounce_in_animation;-webkit-animation:.6s ease-in-out .12s normal both 1 bounce_in_animation}.mini-cart-icon .plus-cart-icon.cart_custom_image .tp-icon-img{position:relative;display:block;width:30px;height:auto}@keyframes bounce_in_animation{0%{transform:scale(0,0)}20%{transform:scale(1.4,1.4)}50%{transform:scale(.8,.8)}85%{transform:scale(1.1,1.1)}100%{transform:scale(1,1)}}@-webkit-keyframes bounce_in_animation{0%{-webkit-transform:scale(0,0)}20%{-webkit-transform:scale(1.4,1.4)}50%{-webkit-transform:scale(.8,.8)}85%{-webkit-transform:scale(1.1,1.1)}100%{-webkit-transform:scale(1,1)}}.header-extra-icons .mini-cart-icon.style-2 .mc-extra-bottom-con,.header-extra-icons .mini-cart-icon.style-2 .widget.woocommerce.widget_shopping_cart{opacity:0}.header-extra-icons .mini-cart-icon.style-2 .tpmc-header-extra-toggle-content.open .mc-extra-bottom-con,.header-extra-icons .mini-cart-icon.style-2 .tpmc-header-extra-toggle-content.open .widget.woocommerce.widget_shopping_cart{opacity:1}.header-extra-icons .mini-cart-icon .widget.woocommerce.widget_shopping_cart .widgettitle{display:none}.header-extra-icons .mini-cart-icon .tpmc-header-extra-toggle-content-ext{position:absolute;right:5px;top:100%;padding:0;margin-top:0;display:none;border-radius:5px;display:block;opacity:0;visibility:hidden;-webkit-transition:all 0.9s;-moz-transition:all 0.9s;-ms-transition:all 0.9s;transition:all 0.9s;min-width:300px;width:300px;max-height:500px;z-index:112}.header-extra-icons .mini-cart-icon .tpmc-header-extra-toggle-content-ext.open{top:25px;margin-bottom:0;opacity:1;visibility:visible}.header-extra-icons .mini-cart-icon .widget{padding-bottom:0}.header-extra-icons .mini-cart-icon .widget.woocommerce.widget_shopping_cart{margin-bottom:0}.header-extra-icons .mini-cart-icon .widget.woocommerce.widget_shopping_cart.open{pointer-events:auto;max-height:initial;z-index:111;width:100%;height:calc(100% - 115px)}.header-extra-icons .mini-cart-icon .widget_shopping_cart_content,.header-extra-icons .mini-cart-icon .mc-extra-bottom-con{background-color:#fff;border-radius:5px;overflow:hidden;box-shadow:0 3px 20px rgba(0,0,0,.09);-webkit-box-shadow:0 3px 20px rgba(0,0,0,.09);-webkit-transition:all 0.4s cubic-bezier(.2,.8,.25,1);-ms-transition:all 0.4s cubic-bezier(.2,.8,.25,1);transition:all 0.4s cubic-bezier(.2,.8,.25,1)}.header-extra-icons .mini-cart-icon .mc-extra-bottom-con{min-height:70px;display:flex;align-items:center;justify-content:center;background-color:#bcc4cc;width:100%;-webkit-transition:unset;-ms-transition:unset;transition:unset}.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list{display:block;position:relative!important;top:0px!important;width:300px;left:auto;max-height:318px;overflow-y:auto}.header-extra-icons .mini-cart-icon ul.cart_list,.header-extra-icons .mini-cart-icon ul.product_list_widget{list-style:none outside;padding:0;margin:0;margin-bottom:15px}.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list>li{border-bottom:1px solid rgba(0,0,0,.07)}.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li{position:relative;float:none;list-style:none;padding:14px 20px;padding-bottom:20px;padding-top:20px;color:#999;text-align:left;margin:0;font-size:12px;line-height:22px;align-items:flex-start}.header-extra-icons .mini-cart-icon ul.product_list_widget li img{height:auto;width:75px;margin-left:0;margin-right:15px;float:left;margin-bottom:0;box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;-moz-box-shadow:none}.header-extra-icons .mini-cart-icon.widget_shopping_cart .cart_list a img{width:55px;float:left;margin-left:0px!important}.header-extra-icons .mini-cart-icon ul.product_list_widget li img{border-radius:4px}.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li .product-meta a,.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li>a>img{-webkit-transition:opacity 0.25s ease,color 0.25s ease;transition:opacity 0.25s ease,color 0.25s ease}.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li>a:hover>img{opacity:.75}.header-extra-icons .mini-cart-icon ul.product_list_widget .product-meta{float:right;padding-left:0;width:calc(100% - 90px)}.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li a.remove{top:10px;right:10px;left:auto;position:absolute;margin-right:0;margin-top:0;font-size:20px;height:20px;line-height:15px;padding:0;transition:all 0.2s linear 0s;width:20px;border-radius:30%;text-align:center;background:transparent;color:#848484!important;-webkit-transition:opacity 0.25s ease,color 0.25s ease;transition:opacity 0.25s ease,color 0.25s ease}.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li a.remove:hover{opacity:.8}.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li .product-meta a{display:inline-block;transition:0.2s ease color!important}.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li .product-meta>a{line-height:1.3em;margin-bottom:6px;max-width:calc(100% - 26px);padding-bottom:0;font-size:14px;color:#848484}.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list .product-meta a img{display:none}.header-extra-icons .mini-cart-icon .widget_shopping_cart .quantity{margin-left:0;line-height:14px;height:14px;display:block;color:rgba(255,255,255,.8)}.header-extra-icons .mini-cart-icon .widget_shopping_cart .quantity,.header-extra-icons .mini-cart-icon .widget_shopping_cart .quantity span{font-size:14px;color:#848484}.header-extra-icons .mini-cart-icon .total,.header-extra-icons .mini-cart-icon .total strong{text-transform:none;letter-spacing:0;font-size:18px;line-height:26px;font-weight:500}.header-extra-icons .mini-cart-icon .total{clear:both;color:#ccc;padding:17px 20px}.header-extra-icons .mini-cart-icon .widget_shopping_cart a.button{background-color:#8072fc;font-size:14px;display:inline-block;padding:12px 15px;width:calc(50% - 7px);line-height:1;margin:0;border:0;color:#fff;font-weight:500;border-radius:4px!important;text-align:center;box-shadow:0 2px 20px -2px rgba(0,0,0,.1)}.header-extra-icons .mini-cart-icon .widget_shopping_cart a.wcppec-cart-widget-button{margin-top:10px}.header-extra-icons .mini-cart-icon .widget_shopping_cart a.button.checkout{margin-left:10px}.header-extra-icons .mini-cart-icon .widget_shopping_cart .buttons{padding:3px 20px 20px 20px;clear:both}.header-extra-icons .mini-cart-icon .widget_shopping_cart .total{border:0;padding:0;display:block;text-align:center;padding-bottom:10px;padding-top:10px;margin-bottom:0}.widget_shopping_cart_content .woocommerce-mini-cart__empty-message{min-width:200px;margin:0;padding:10px;min-height:300px;display:flex;align-items:center;flex-direction:column;justify-content:center}.woocommerce-mini-cart__empty-message:before{background:none;font-size:70px;margin:0 auto;float:none;text-align:center;padding-bottom:30px;font-family:"Font Awesome 5 Brands";font-weight:600;content:"\f23d"}.header-extra-icons .mini-cart-icon.style-2 .widget_shopping_cart_content{box-shadow:none;transition:unset;background-color:transparent}.widget_shopping_cart_content .woocommerce-mini-cart__empty-message{color:#000}.header-extra-icons .mini-cart-icon .widget_shopping_cart.open .cart_list::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#F5F5F5}.header-extra-icons .mini-cart-icon .widget_shopping_cart.open .cart_list::-webkit-scrollbar{width:6px;background-color:#F5F5F5}.header-extra-icons .mini-cart-icon .widget_shopping_cart.open .cart_list::-webkit-scrollbar-thumb{background-color:#ff2824}@media (min-width:992px){.header-extra-icons ul.icons-content-list .header-extra-icons-hidden-desktop{display:none}}@media (max-width:991px) and (min-width:601px){.header-extra-icons ul.icons-content-list .header-extra-icons-hidden-tablet{display:none}}@media (max-width:782px){.admin-bar #theplus-header-elementor.header-sticky.fixed-sticky .header-sticky-menu{top:45px}}@media (max-width:600px){.header-extra-icons ul.icons-content-list .header-extra-icons-hidden-mobile{display:none}}.plus-search-form.plus-search-form-content.style-3.sboc_right{left:unset;right:0}.plus-search-form.plus-search-form-content.style-4.sboc_right{left:unset;right:100%;transform:translateX(15%);margin-left:0;margin-right:25px}.plus-search-form.plus-search-form-content.style-4.sboc_right.open{transform:translateX(0)}.elementor-widget-tp-heading-title.text-left .seprator.sep-l{text-align:left;margin-left:0}.elementor-widget-tp-heading-title.text-right .seprator.sep-l{text-align:right;margin-right:0}.heading-title-gradient{-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important}.heading.style-3 .heading-title:before{border-bottom:3px solid;width:20%;content:'';height:28px;display:inline-block}.heading_style .heading-sub-title,.heading_style .heading-title{margin-top:5px;margin-bottom:5px;word-wrap:break-word}.heading{display:block;position:relative;width:100%}.heading .text-center .seprator.sep-l{margin:0 auto}.heading .seprator.sep-l .sep-mg{margin:0 7px}.heading .text-right .seprator.sep-l{float:right}.heading .seprator{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:15px;margin:0 auto}.heading span.title-sep{height:1px;position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-width:10%;border:1px solid #000}.heading.style-5{margin-bottom:20px}.heading.style-5 .heading-title{outline:0;outline:0;color:#313131;-webkit-transition:color 1s ease;-moz-transition:color 1s ease;-ms-transition:color 1s ease;-o-transition:color 1s ease;transition:color 1s ease;display:inline-block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;position:relative;text-decoration:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;padding-bottom:5px}.heading.style-5 .heading-title:before{position:absolute;-webkit-transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;-ms-transition:all 1s ease 0s;-o-transition:all 1s ease 0s;transition:all 1s ease 0s;content:"";width:100%;height:6px;right:0;bottom:0;position:absolute;background:#1e73be}.heading.style-5 .heading-title:focus:after,.heading.style-5 .heading-title:focus:before,.heading.style-5 .heading-title:hover:after,.heading.style-5 .heading-title:hover:before{outline:0;-webkit-transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;-ms-transition:all 1s ease 0s;-o-transition:all 1s ease 0s;transition:all 1s ease 0s}.heading.style-5 .heading-title:after{-webkit-transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;-ms-transition:all 1s ease 0s;-o-transition:all 1s ease 0s;transition:all 1s ease 0s;content:"";width:100%;height:2px;right:0;bottom:-4px;position:absolute;background:#1e73be}.heading.style-6{text-align:center}.heading.style-6 .vertical-divider{width:2px;height:30px;display:inline-block}.heading.style-6 .vertical-divider.bottom{margin-top:6px}.heading.style-7 .sub-style{display:block;position:relative}.heading.style-7 .sub-heading .heading-sub-title{font-family:montserrat;display:block;font-size:20px;line-height:1.2;color:#252525;margin-top:5px;margin-bottom:10px}.heading.style-7 .sub-heading .heading-sub-title span{font-weight:900}.heading.style-7 .heading-title{font-family:montserrat;margin-top:0;margin-bottom:0;display:block}.heading.style-7 .heading-title{position:relative;transition:1000ms;-webkit-transition:1000ms;-moz-transition:1000ms;-o-transition:1000ms;-ms-transition:1000ms;overflow:hidden}.heading.style-7 .head-title:after{position:absolute;bottom:0;color:red;content:'.';font-size:60px;width:60px;margin-left:-30px;pointer-events:none;-webkit-transition:text-shadow 0.3s,color 0.3s;-moz-transition:text-shadow 0.3s,color 0.3s;-o-transition:text-shadow 0.3s,color 0.3s;-ms-transition:text-shadow 0.3s,color 0.3s;transition:text-shadow 0.3s,color 0.3s;text-shadow:15px 0 red,-15px 0 red}.heading.style-7 .head-title.text-left:after{left:10px;-webkit-transform:translateX(0%);-ms-transform:translateX(0%);-moz-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}.heading.style-7 .head-title.text-center:after{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.heading.style-7 .head-title.text-right:after{right:5px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.elementor-widget-tp-heading-title.text-right .heading.style-7 .head-title:after{right:15px;left:auto}.elementor-widget-tp-heading-title.text-left .heading.style-7 .head-title:after,.elementor-widget-tp-heading-title.text-justify .heading.style-7 .head-title:after{left:15px;right:auto;margin-left:0}@media (max-width:1200px){.elementor-widget-tp-heading-title.text--tabletright .heading.style-7 .head-title:after{right:15px;left:auto}.elementor-widget-tp-heading-title.text--tabletleft .heading.style-7 .head-title:after{left:15px;right:auto;margin-left:0}}@media (max-width:767px){.elementor-widget-tp-heading-title.text--mobileright .heading.style-7 .head-title:after{right:15px;left:auto}.elementor-widget-tp-heading-title.text--mobileleft .heading.style-7 .head-title:after{left:15px;right:auto;margin-left:0}}.heading.style-8 .sub-heading{color:#d4d4d4;left:0;display:block;width:100%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:70px;line-height:1.2;position:absolute}.heading.style-8 .head-title.text-center{left:0;display:block;width:100%;z-index:2;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:35px;line-height:1.2}.heading.style-8 .heading-sub-title{font-size:100px;font-weight:900}.heading.style-8:hover .heading-title.text-center{color:#ec2d3a}.sep-dot{font-size:50px;line-height:1px;display:table;position:relative;top:-5px;padding:0 4px}.seprator-width{width:20%;margin:0 auto}.heading.style-11 .sub-style{display:inline-block;width:auto!important}.box-left{text-align:left}.box-center{text-align:center}.box-right{text-align:right}.box-left .text-center{text-align:left}.box-center .text-center{text-align:center}.box-right .text-center{text-align:right}.plus-navigation-wrap{position:relative;display:block;width:100%;margin:0 auto}#theplus-navigation-normal-menu{padding:0;margin:0}.plus-navigation-menu{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;position:relative;-webkit-align-items:center;align-items:center}.plus-navigation-wrap.text-center .plus-navigation-menu{justify-content:center}.plus-navigation-wrap.text-left .plus-navigation-menu{justify-content:flex-start}.plus-navigation-wrap.text-right .plus-navigation-menu{justify-content:flex-end}.plus-navigation-menu .nav>li{position:relative;display:inline-block;padding:5px;height:100%;vertical-align:middle;-webkit-align-items:center;align-items:center}.plus-navigation-menu .nav li a{-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.plus-navigation-menu .nav>li>a{position:relative;display:block}.plus-navigation-menu .nav>li ul.dropdown-menu{position:absolute;display:none;list-style:none;background:#fff;border:0;-moz-box-shadow:initial;-webkit-box-shadow:initial;box-shadow:initial;-moz-border-radius:1px;-webkit-border-radius:1px;border-radius:1px;box-shadow:0 1px 10px -2px rgba(0,0,0,.1);top:100%;z-index:1000;min-width:160px;padding:5px 0;margin:0 0 0;font-size:14px;text-align:left}.plus-navigation-menu .nav>li>.dropdown-menu li{position:relative;min-height:auto;text-transform:capitalize;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s}.plus-navigation-menu .nav li ul.dropdown-menu ul.dropdown-menu{left:100%;top:0;border:0;margin-left:0;margin-right:0;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px}.plus-navigation-menu .nav ul.dropdown-menu li>.dropdown-menu{display:none;transition:none;opacity:1;z-index:1}.plus-navigation-menu .nav .dropdown-menu>li>a{font-size:15px;line-height:24px}.plus-navigation-menu .nav li.dropdown .dropdown-menu>li>a{padding:0!important}.plus-navigation-menu .navbar-nav.menu-hover-style-1>li>a:before{content:'';overflow:hidden;position:absolute;left:0;bottom:-1px;display:block;width:0;height:1px;background-color:#222;-webkit-transition:all .4s cubic-bezier(.175,.885,.32,1.075);-moz-transition:all .4s cubic-bezier(.175,.885,.32,1.075);-o-transition:all .4s cubic-bezier(.175,.885,.32,1.075);-ms-transition:all .4s cubic-bezier(.175,.885,.32,1.075);transition:all .4s cubic-bezier(.175,.885,.32,1.075)}.plus-navigation-menu .navbar-nav.menu-hover-style-1>li:hover>a:before,.plus-navigation-menu .navbar-nav.menu-hover-style-1>li:focus>a:before,.plus-navigation-menu .navbar-nav.menu-hover-style-1>li.active>a:before{width:100%}.plus-navigation-menu .navbar-nav ul.dropdown-menu li .dropdown-menu .depth-3 .dropdown-menu{top:0}.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:after,.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:before{content:"";bottom:0;position:absolute;width:0;height:1px;z-index:-1}.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:before{right:0;transition:width .7s cubic-bezier(.77,0,.175,1) 0s,opacity .4s ease-in-out .4s;width:calc(100% - 0px)}.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:after{left:0;right:0;transition:width .4s cubic-bezier(.77,0,.175,1) 0s,opacity .4s ease-in-out .4s;width:0}.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:after,.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:before{background:rgba(0,0,0,.4)}.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:not(:hover):after,.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:not(:hover):before{opacity:0}.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:not(:hover):after,.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:not(:hover):before{opacity:0}.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:hover:after,.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:hover:before{background:rgba(0,0,0,.8)}.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:hover:before{transition:width .4s cubic-bezier(.77,0,.175,1) 0s,opacity .4s ease-in-out 0s;width:0}.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:hover:after{transition:width .7s cubic-bezier(.77,0,.175,1) 0s,opacity .4s ease-in-out 0s;width:calc(100% - 0px)}.plus-navigation-wrap .plus-navigation-inner.main-menu-indicator-style-1 .plus-navigation-menu .navbar-nav>li.dropdown>a:after,.plus-navigation-wrap .plus-navigation-inner.main-menu-indicator-style-1 .plus-mobile-menu .navbar-nav li.dropdown>a:after,.plus-navigation-wrap .plus-mobile-menu .navbar-nav li.dropdown ul.dropdown-menu>li.dropdown-submenu>a:after,.plus-navigation-wrap .plus-mobile-menu .navbar-nav li.dropdown>a:after{content:"\f107";position:relative;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle;padding-left:5px;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.plus-navigation-wrap .plus-navigation-inner.sub-menu-indicator-style-1 .plus-navigation-menu .navbar-nav ul.dropdown-menu>li.dropdown-submenu>a:after{content:"\f105";position:absolute;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle;top:50%;right:0;width:20px;height:20px;line-height:20px;text-align:center;transform:translateY(-50%);-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.plus-navigation-wrap .plus-navigation-inner.sub-menu-indicator-style-2 .plus-navigation-menu .navbar-nav ul.dropdown-menu>li.dropdown-submenu>a:before,.plus-navigation-wrap .plus-navigation-inner.sub-menu-indicator-style-2 .plus-navigation-menu .navbar-nav ul.dropdown-menu>li.dropdown-submenu>a:after{content:"";position:absolute;display:inline-block;background:#404044;width:2px;height:2px;position:absolute;right:1px;vertical-align:middle;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.plus-navigation-wrap .plus-navigation-inner.sub-menu-indicator-style-2 .plus-navigation-menu .navbar-nav ul.dropdown-menu>li.dropdown-submenu>a:before{background:0 0;width:8px;border:2px solid #000;border-top:none;border-bottom:none;right:7px}.plus-navigation-wrap .navbar-nav .dropdown-menu>li>a{position:relative;display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.plus-navigation-wrap .plus-navigation-inner:not(.mega-menu-fullwidth) .navbar-nav>.yamm-fw>.dropdown-menu{right:0;left:auto;width:100%}.plus-navigation-menu .nav>li.yamm-fw{position:initial}.plus-navigation-menu.menu-vertical .navbar-nav li{display:block}.plus-navigation-menu.menu-vertical .nav>li ul.dropdown-menu{position:relative;left:0!important;right:0}.plus-navigation-wrap .plus-navigation-inner.sub-menu-indicator-style-2 .plus-navigation-menu.menu-vertical .navbar-nav ul.dropdown-menu>li.dropdown-submenu>a:after{right:15px}.plus-navigation-wrap .plus-navigation-inner.sub-menu-indicator-style-2 .plus-navigation-menu.menu-vertical .navbar-nav ul.dropdown-menu>li.dropdown-submenu>a:before{right:21px}.plus-navigation-wrap .plus-navigation-inner.main-menu-indicator-style-1 .plus-navigation-menu.menu-vertical .navbar-nav>li.dropdown>a:after{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}@media (min-width:992px){.plus-navigation-wrap .plus-mobile-menu-content.collapse{display:none!important}}.plus-navigation-wrap .plus-mobile-menu-content.collapse{display:none}.plus-navigation-wrap .plus-mobile-menu-content{position:absolute;height:auto;background:#dedede;left:0;right:0;padding:0;border:0}.plus-mobile-menu-content.collapse.in{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;width:100%;border-top:0;padding:0;-webkit-box-shadow:none;box-shadow:none;overflow-x:visible;z-index:1}.plus-mobile-nav-toggle.mobile-toggle{display:none;float:none}.plus-mobile-menu.plus-navigation-menu .nav>li{display:block}.plus-mobile-menu-content .plus-mobile-menu{position:relative;display:block;text-align:left;padding:0;width:100%}.plus-mobile-menu .navbar-nav li a{padding:10px 10px!important;border-bottom:1px solid #aaa}.plus-mobile-menu-content .plus-mobile-menu .dropdown-menu{border-radius:0;border:0;display:none}.plus-navigation-wrap .plus-navigation-inner.main-menu-indicator-style-1 .plus-mobile-menu .navbar-nav li.dropdown>a:after,.plus-navigation-wrap .plus-mobile-menu .navbar-nav li.dropdown ul.dropdown-menu>li>a:after,.plus-navigation-wrap .plus-mobile-menu .navbar-nav li.dropdown ul.dropdown-menu>li.dropdown-submenu>a:after,.plus-navigation-wrap .plus-mobile-menu .navbar-nav li.dropdown>a:after{right:10px;position:absolute;top:50%;transform:translateY(-50%);color:#313131}.plus-mobile-menu .navbar-nav .dropdown-menu>li>a{position:relative;font-size:15px;line-height:20px;color:#313131}.mobile-plus-toggle-menu{position:relative;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;cursor:pointer;margin:0em;width:2.25em;height:2.25em}.mobile-plus-toggle-menu ul.toggle-lines{width:1.625em;height:1.625em;list-style:none;margin:-.8125em 0 0 -.8125em;padding:0;position:absolute;top:50%;left:50%;-webkit-transition:-webkit-transform 1s cubic-bezier(.23,1,.32,1),color 1s cubic-bezier(.23,1,.32,1);-moz-transition:-moz-transform 1s cubic-bezier(.23,1,.32,1),color 1s cubic-bezier(.23,1,.32,1);-o-transition:-o-transform 1s cubic-bezier(.23,1,.32,1),color 1s cubic-bezier(.23,1,.32,1);-ms-transition:-ms-transform 1s cubic-bezier(.23,1,.32,1),color 1s cubic-bezier(.23,1,.32,1);transition:transform 1s cubic-bezier(.23,1,.32,1),color 1s cubic-bezier(.23,1,.32,1);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);-moz-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.mobile-plus-toggle-menu ul.toggle-lines li.toggle-line{width:100%;height:2px;background:#ff214f;position:absolute;top:50%;margin-top:-.75px;-webkit-transform:translateY(-3.75px) translateZ(0);-ms-transform:translateY(-3.75px) translateZ(0);-moz-transform:translateY(-3.75px) translateZ(0);-o-transform:translateY(-3.75px) translateZ(0);transform:translateY(-3.75px) translateZ(0);-webkit-transition:-webkit-transform 1s cubic-bezier(.23,1,.32,1),background 1s cubic-bezier(.23,1,.32,1);-moz-transition:-moz-transform 1s cubic-bezier(.23,1,.32,1),background 1s cubic-bezier(.23,1,.32,1);-o-transition:-o-transform 1s cubic-bezier(.23,1,.32,1),background 1s cubic-bezier(.23,1,.32,1);-ms-transition:-ms-transform 1s cubic-bezier(.23,1,.32,1),background 1s cubic-bezier(.23,1,.32,1);transition:transform 1s cubic-bezier(.23,1,.32,1),background 1s cubic-bezier(.23,1,.32,1)}.mobile-plus-toggle-menu.plus-collapsed ul.toggle-lines li.toggle-line:last-child{-webkit-transform:translateY(3.75px) translateZ(0);transform:translateY(3.75px) translateZ(0)}.mobile-plus-toggle-menu:not(.plus-collapsed) ul.toggle-lines li.toggle-line{-webkit-transform:rotate(45deg) translateZ(0);transform:rotate(45deg) translateZ(0)}.mobile-plus-toggle-menu:not(.plus-collapsed) ul.toggle-lines li.toggle-line:last-child{-webkit-transform:rotate(-45deg) translateZ(0);transform:rotate(-45deg) translateZ(0)}.plus-mobile-menu-content .nav,.plus-mobile-menu-content .nav .dropdown-menu{margin:0;padding-left:0;margin-bottom:0;list-style:none}.plus-mobile-menu-content .nav>li{position:relative;display:block}.plus-mobile-menu-content .nav>li>a{position:relative;display:block;padding:10px 5px 10px 5px;line-height:20px}@media (max-width:991px){.plus-mobile-menu-content .navbar-nav{float:none!important}}.theplus-ninja-form.style-1{margin:0 auto}.nf-form-content .listselect-wrap .nf-field-element div,.nf-form-content input.ninja-forms-field,.nf-form-content select.ninja-forms-field:not([multiple]){height:auto}..theplus-ninja-form.style-1,.theplus-ninja-form.style-1 .ninja-forms-field,.theplus-ninja-form.style-1 .nf-field-container,.theplus-ninja-form .nf-field-element input[type="text"],.theplus-ninja-form .nf-field-element input[type="email"],.theplus-ninja-form .nf-field-element input[type="number"],.theplus-ninja-form .nf-field-element input[type="tel"],.theplus-ninja-form .nf-field-element select,.theplus-ninja-form .nf-field-element textarea{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.theplus-ninja-form .field-wrap input[type=button]{width:100%;height:auto}.nf-after-field .nf-error-msg{margin-right:0px!important}.theplus-ninja-form .nf-field-label{display:block}.theplus-ninja-form-labels-yes .nf-field-label{display:block}.theplus-ninja-form.style-1 .product-wrap>div input{width:100%!important}.checkbox-wrap .nf-field-element label:before,.checkbox-wrap .nf-field-label label:before,.listcheckbox-wrap .nf-field-element label:before,.listcheckbox-wrap .nf-field-label label:before{opacity:1!important}.theplus-ninja-form .nf-field-element select {-webkit-appearance:none;background-image:url(../../../images/selectarrow.png);background-position:center right;background-repeat:no-repeat}.plus-number-counter{position:relative;display:block;width:100%}.plus-number-counter .number-counter-inner-block{position:relative;display:block;width:100%;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.plus-number-counter .counter-icon-inner{display:inline-block;position:relative;margin-bottom:15px;width:60px;height:60px;line-height:60px;vertical-align:middle;text-align:center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.plus-number-counter .counter-image-inner{display:inline-block;position:relative;margin-bottom:15px;max-width:100px;vertical-align:middle;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.plus-number-counter .counter-icon-inner .counter-icon{font-size:30px;line-height:inherit!important;display:inline-block;color:#222;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.plus-number-counter .number-counter-inner-block .counter-title,.plus-number-counter .number-counter-inner-block .counter-title a{display:inline-block;font-size:20px;line-height:25px;margin-top:0;margin-bottom:5px;color:#333;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.plus-number-counter .number-counter-inner-block .counter-number{-o-transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;margin-bottom:15px;margin-top:0;margin-bottom:10px}.counter-icon-inner.shape-icon-square{border:1px solid;border-radius:2px}.counter-icon-inner.shape-icon-rounded{border:1px solid;border-radius:50%}.counter-icon-inner.shape-icon-hexagon{border-radius:initial;background-color:#8072fc;-webkit-mask:url(../../../images/info-box/hexagon-shape.svg) top right / 100% 100%}.counter-icon-inner.shape-icon-pentagon{border-radius:initial;background-color:#8072fc;-webkit-mask:url(../../../images/info-box/pentagon-shape.svg) top right / 100% 100%;padding-top:4px}.counter-icon-inner.shape-icon-square-rotate{border-radius:initial;background-color:#8072fc;-webkit-mask:url(../../../images/info-box/square-rotate.svg) top right / 100% 100%}.plus-number-counter .counter-icon-inner.shape-icon-hexagon .counter-icon,.plus-number-counter .counter-icon-inner.shape-icon-pentagon .counter-icon,.plus-number-counter .counter-icon-inner.shape-icon-square-rotate .counter-icon{color:#fff}.plus-number-counter.counter-style-2 .number-counter-inner-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.plus-number-counter.counter-style-2 .counter-content{-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%}.elementor-widget-tp-number-counter.text-left .plus-number-counter.counter-style-2 .counter-content{margin-left:12px}.plus-number-counter.counter-style-2 .number-counter-inner-block.vertical-center{-webkit-align-items:center;align-items:center}.elementor-widget-tp-number-counter.text-right .plus-number-counter.counter-style-2 .number-counter-inner-block{flex-direction:row-reverse}.elementor-widget-tp-number-counter.text-right .plus-number-counter.counter-style-2 .counter-content{margin-right:12px}.plus-number-counter.counter-style-2 .counter-image-inner,.plus-number-counter.counter-style-2 .counter-icon-inner{margin-bottom:0}.tp-page-scroll-wrapper{position:relative;display:block;width:100%;height:100vh;overflow:hidden}.fp-nxt-prev{position:fixed;bottom:7%;left:50%;-webkit-transform:translate3d(-50%,0,0);-moz-transform:translate3d(-50%,0,0);-o-transform:translate3d(-50%,0,0);-ms-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);text-align:center;margin:0 auto;display:block;z-index:100}.fp-nxt-prev .fp-nav-btn{margin:0 2px;height:40px;width:40px;font-size:30px;color:#313131;line-height:1;cursor:pointer;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.fp-nxt-prev .fp-nav-btn.small{width:30px;height:30px;font-size:18px}.fp-nxt-prev .fp-nav-btn.medium{width:40px;height:40px;font-size:28px}.fp-nxt-prev .fp-nav-btn.large{width:60px;height:60px;font-size:30px}.fp-nxt-prev.style-1 .fp-nav-btn{background:#777;color:#fff;border-radius:50%;-webkit-transition:background .7s,color .7s;-moz-transition:background .7s,color .7s;-o-transition:background .7s,color .7s;-ms-transition:background .7s,color .7s;transition:background .7s,color .7s}.fp-nxt-prev.style-1 .fp-nav-btn:hover{background:#313131;color:#fff}.fp-nxt-prev.style-2 .fp-nav-btn{background:#313131;color:#fff;border-radius:2px;-webkit-box-shadow:4px 4px 8px 2px rgba(0,0,0,.2);box-shadow:4px 4px 8px 2px rgba(0,0,0,.2);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s}.fp-nxt-prev.style-2 .fp-nav-btn:hover{transform:translateY(-2px);-webkit-box-shadow:5px 5px 8px 2px rgba(0,0,0,.4);box-shadow:0 5px 15px 3px rgba(0,0,0,.4)}.fp-nxt-prev.style-3 .fp-nav-btn{width:auto;height:auto;font-size:20px;margin:0 10px;color:#777;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s}.fp-nxt-prev.style-3 .fp-nav-btn:hover{color:#313131}.fp-nxt-prev.custom .fp-nav-btn{width:auto;height:auto}.fullpage-nav-paginate{position:fixed;bottom:7%;left:50%;-webkit-transform:translate3d(-50%,0,0);-moz-transform:translate3d(-50%,0,0);-o-transform:translate3d(-50%,0,0);-ms-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);z-index:100}.fullpage-nav-paginate.bottom-center,.fp-nxt-prev.bottom-center{bottom:7%;left:50%;-webkit-transform:translate3d(-50%,0,0);-moz-transform:translate3d(-50%,0,0);-o-transform:translate3d(-50%,0,0);-ms-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.fullpage-nav-paginate.bottom-left,.fp-nxt-prev.bottom-left{left:7%}.fullpage-nav-paginate.bottom-right,.fp-nxt-prev.bottom-right{left:auto;right:7%;-webkit-transform:translate3d(0%,0,0);-moz-transform:translate3d(0%,0,0);-o-transform:translate3d(0%,0,0);-ms-transform:translate3d(0%,0,0);transform:translate3d(0%,0,0)}.fullpage-nav-paginate.left-top,.fp-nxt-prev.left-top{left:7%;top:17%;bottom:auto}.fullpage-nav-paginate.right-top,.fp-nxt-prev.right-top{left:auto;right:7%;-webkit-transform:translate3d(0%,0,0);-moz-transform:translate3d(0%,0,0);-o-transform:translate3d(0%,0,0);-ms-transform:translate3d(0%,0,0);transform:translate3d(0%,0,0);top:17%;bottom:auto}.fullpage-nav-paginate.left-center,.fp-nxt-prev.left-center{left:7%;top:50%;bottom:auto;-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.fullpage-nav-paginate.right-center,.fp-nxt-prev.right-center{right:7%;left:auto;top:50%;bottom:auto;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.fullpage-nav-paginate .slide-nav{display:none;opacity:0;position:relative;font-size:30px;line-height:40px;color:#313131;width:auto;text-align:center}.fullpage-nav-paginate .slide-nav.active{display:inline-block;opacity:1}span.total-page-nav{position:relative;font-size:30px;line-height:40px;color:#313131;width:auto;text-align:center}span.total-page-nav:before{content:'/';padding:0 5px;font-size:inherit;line-height:inherit;position:relative;display:initial}.fp-nxt-prev.bottom-center.vertical{-webkit-transform:translate3d(-50%,0,0) rotate(90deg);-moz-transform:translate3d(-50%,0,0) rotate(90deg);-o-transform:translate3d(-50%,0,0) rotate(90deg);-ms-transform:translate3d(-50%,0,0) rotate(90deg);transform:translate3d(-50%,0,0) rotate(90deg)}.fp-nxt-prev.bottom-left.vertical{-webkit-transform:translate3d(-50%,0,0) rotate(90deg);-moz-transform:translate3d(-50%,0,0) rotate(90deg);-o-transform:translate3d(-50%,0,0) rotate(90deg);-ms-transform:translate3d(-50%,0,0) rotate(90deg);transform:translate3d(-50%,0,0) rotate(90deg)}.fp-nxt-prev.bottom-right.vertical{-webkit-transform:translate3d(0%,0,0) rotate(90deg);-moz-transform:translate3d(0%,0,0) rotate(90deg);-o-transform:translate3d(0%,0,0) rotate(90deg);-ms-transform:translate3d(0%,0,0) rotate(90deg);transform:translate3d(0%,0,0) rotate(90deg)}.fp-nxt-prev.left-top.vertical{-webkit-transform:translate3d(-50%,0,0) rotate(90deg);-moz-transform:translate3d(-50%,0,0) rotate(90deg);-o-transform:translate3d(-50%,0,0) rotate(90deg);-ms-transform:translate3d(-50%,0,0) rotate(90deg);transform:translate3d(-50%,0,0) rotate(90deg)}.fp-nxt-prev.right-top.vertical{-webkit-transform:translate3d(0%,0,0) rotate(90deg);-moz-transform:translate3d(0%,0,0) rotate(90deg);-o-transform:translate3d(0%,0,0) rotate(90deg);-ms-transform:translate3d(0%,0,0) rotate(90deg);transform:translate3d(0%,0,0) rotate(90deg)}.fp-nxt-prev.left-center.vertical{-webkit-transform:translate3d(-50%,-50%,0) rotate(90deg);-moz-transform:translate3d(-50%,-50%,0) rotate(90deg);-o-transform:translate3d(-50%,-50%,0) rotate(90deg);-ms-transform:translate3d(-50%,-50%,0) rotate(90deg);transform:translate3d(-50%,-50%,0) rotate(90deg)}.fp-nxt-prev.right-center.vertical{-webkit-transform:translate3d(0,-50%,0) rotate(90deg);-moz-transform:translate3d(0,-50%,0) rotate(90deg);-o-transform:translate3d(0,-50%,0) rotate(90deg);-ms-transform:translate3d(0,-50%,0) rotate(90deg);transform:translate3d(0,-50%,0) rotate(90deg)}@media screen and (max-width:1024px) and (min-width:768px){.fp-nxt-prev.ms-tabs-hidd,.fullpage-nav-paginate.ms-tabs-hidd{display:none}}@media screen and (max-width:767px){.fp-nxt-prev.ms-mobs-hidd,.fullpage-nav-paginate.ms-mobs-hidd{display:none}}#plus-pricing-table{position:relative;display:block;width:100%;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}.plus-pricing-table-widget{position:relative;display:block}.plus-pricing-table .pricing-table-inner{position:relative;padding:20px;width:100%;border-width:0;border-style:solid;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}.plus-pricing-table .pricing-table-inner:hover{z-index:1}.pricing-title-content{position:relative;display:block;width:100%}.pricing-title-content.style-1{display:block;text-align:center}.pricing-title-content.style-1>div{margin-bottom:8px}.pricing-title-content.style-1>div:last-child{margin-bottom:0}.pricing-price-wrap.style-1{text-align:center;display:block;position:relative}.plus-pricing-table ul.plus-icon-list-items{list-style:none;padding:0;margin:0}.plus-pricing-table ul.plus-icon-list-items span.plus-icon-list-text{display:inline-block}.plus-pricing-table ul.plus-icon-list-items li>span:first-child{margin-right:8px;line-height:inherit}.plus-pricing-table .pricing-overlay-color{content:'';position:absolute;left:0;top:0;bottom:0;right:0;background-color:transparent;transition:all 0.3s ease-in-out;z-index:-1}.plus-pricing-table .content-overlay-bg-color{position:absolute;left:0;top:0;bottom:0;right:0;background-color:transparent;transition:all 0.3s ease-in-out;z-index:-1}.pricing-content-wrap.listing-content.style-1{position:relative;display:block;width:100%}.pricing-content-wrap.listing-content.style-1 ul.plus-icon-list-items{border:1px solid #eee;padding:20px;border-radius:0;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:0px!important;border-bottom-right-radius:0px!important}.pricing-content-wrap.listing-content.style-1 a.read-more-options{position:relative;top:-1px;display:block;text-align:center;border:1px solid #eee;padding:10px;font-size:13px;letter-spacing:.5px;color:#313131;border-radius:0;border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:0px!important;border-top-right-radius:0px!important}.pricing-content-wrap.listing-content.style-1 li{margin-bottom:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.pricing-content-wrap.listing-content li p{margin-bottom:0}.pricing-content-wrap.listing-content.style-1 li:last-child{margin-bottom:0px!important}.pricing-content-wrap.listing-content.style-2{text-align:center;display:block;position:relative}.pricing-content-wrap.listing-content.style-2 ul li{border-bottom:1px solid #d3d3d3;padding:5px}.pricing-content-wrap.listing-content.style-2 ul li:last-child{border-bottom:0}.pricing-content-wrap.content-desc p{margin-bottom:10px}.pricing-content-wrap.content-desc.style-1 .pricing-content p:last-child{margin-bottom:0}.pricing-content-wrap.content-desc.style-1 hr.border-line{margin:30px 0;display:block}.pricing-content-wrap.content-desc.style-1 .pricing-content{padding:0 4%}.plus-pricing-table .pricing-table-inner .pricing-icon{font-size:30px;line-height:1.2;margin:0 auto 8px}.plus-pricing-table .pricing-icon.icon-squre{border-radius:2px;line-height:1}.plus-pricing-table .pricing-icon.icon-rounded{border-radius:30px!important}.plus-pricing-table .icon-hexagon{border-radius:initial;-webkit-mask:url(../../../images/info-box/hexagon-shape.svg) top right / 100% 100%}.plus-pricing-table .icon-pentagon{border-radius:initial;-webkit-mask:url(../../../images/info-box/pentagon-shape.svg) top right / 100% 100%}.plus-pricing-table .icon-square-rotate{border-radius:initial;-webkit-mask:url(../../../images/info-box/square-rotate.svg) top right / 100% 100%}.pricing-price-wrap.style-1 span.price-postfix-text{display:block;margin-top:5px}.pricing-price-wrap.style-1 span.price-prefix-text,.pricing-price-wrap.style-1 .pricing-price{font-size:30px;line-height:1;letter-spacing:1px;color:#212121}.pricing-price-wrap.style-1 span.price-postfix-text{display:block;margin-top:5px;font-size:13px;letter-spacing:.5px;color:#888}.pricing-price-wrap.style-2{display:block;text-align:center}.pricing-price-wrap.style-2 span.price-prefix-text{font-size:20px;color:#444;font-weight:400;line-height:1;padding-right:5px}.pricing-price-wrap.style-2 .pricing-price{font-size:40px;color:#444;font-weight:500;line-height:1.1}.pricing-price-wrap.style-2 span.price-postfix-text{display:block;margin-top:10px;font-size:15px;font-weight:500;color:#7d8fa0;line-height:1.3}.pricing-previous-price-wrap{position:relative;display:inline-block;vertical-align:top;line-height:1;color:#aaa;font-weight:500;padding-right:10px;text-decoration:line-through!important;font-size:20px}.plus-pricing-table .pricing-title,.plus-pricing-table .pricing-subtitle,.plus-pricing-table .pricing-icon,.pricing-price-wrap span.price-postfix-text,.pricing-price-wrap span.price-prefix-text,.pricing-price-wrap .pricing-price,.pricing-previous-price-wrap,.plus-pricing-table .pricing-content-wrap.listing-content li,.plus-pricing-table .pricing-content-wrap.listing-content li span.plus-icon-list-text,.plus-pricing-table .pricing-content-wrap.listing-content li span.plus-icon-list-icon,.pricing-content-wrap.listing-content.style-1 ul.plus-icon-list-items,.pricing-content-wrap.listing-content.style-1 a.read-more-options,.plus-pricing-table.pricing-style-3 .pricing-top-part,.pricing-ribbon-pin .ribbon-pin-inner p,.pricing-ribbon-pin .ribbon-pin-inner{-webkit-transition:all 0.3s;moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}.plus-pricing-table .pricing-table-inner .pricing-cta-text{text-align:center;display:block;font-size:14px;line-height:1.2;margin-bottom:15px}.plus-pricing-table .pricing-table-inner .pricing-cta-text p{margin-bottom:0}.plus-pricing-table.pricing-style-1 .pricing-table-inner{box-shadow:0 0 10px 0 rgba(136,136,136,.25098039215686274);background:#fff;border-radius:3px}.plus-pricing-table.pricing-style-1 .pricing-title-content{margin-bottom:20px}.plus-pricing-table.pricing-style-1 .pricing-price-wrap{margin-bottom:20px}.plus-pricing-table.pricing-style-1 .pt-plus-button-wrapper{text-align:center;display:block;margin-bottom:25px}.plus-pricing-table.pricing-style-1 .pricing-title{color:#313131;font-weight:400;font-size:18px;letter-spacing:1px;text-transform:uppercase}.plus-pricing-table.pricing-style-1 .pricing-subtitle{font-size:15px;line-height:1.2;color:#888;font-weight:500}.plus-pricing-table.pricing-style-1 .pt_plus_button.button-style-8 .button-link-wrap{border-radius:30px}.theplus-mailchimp-form input.form-control,.theplus-post-search-form input.form-control{font-size:16px;line-height:20px;padding:15px 20px;margin:0;margin-bottom:0px!important;display:inline-block;width:100%;border:1px solid #d3d3d3;border-radius:40px;box-shadow:0 3px 20px -10px #d3d3d3;height:auto;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.subscribe-btn-submit i.subscribe-btn-icon,.search-btn-submit i.search-btn-icon{vertical-align:middle}button.subscribe-btn-submit,button.search-btn-submit{position:relative;display:inline-block;vertical-align:middle;padding:15px 25px;border-radius:40px;border:0;margin:0;background:#313131;font-size:13px;line-height:1;letter-spacing:1px;cursor:pointer;color:#fff;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;white-space:pre}button.subscribe-btn-submit:focus,button.search-btn-submit:focus,.theplus-mailchimp-wrapper.form-style-3 .theplus-mailchimp-form input.form-control.tp-mailchimp-email{outline:none}.theplus-mailchimp-wrapper .theplus-mailchimp-form,.theplus-post-search-wrapper .theplus-post-search-form{position:relative;display:block;width:100%}.theplus-mailchimp-wrapper .theplus-mailchimp-form.text-center,.theplus-post-search-wrapper .theplus-post-search-form.text-center{text-align:center;margin:0 auto}.theplus-mailchimp-wrapper .theplus-mailchimp-form.text-left,.theplus-post-search-wrapper .theplus-post-search-form.text-left{text-align:left;margin-left:0}.theplus-mailchimp-wrapper .theplus-mailchimp-form.text-right,.theplus-post-search-wrapper .theplus-post-search-form.text-right{text-align:right;margin-right:0}.theplus-mailchimp-wrapper .plus-newsletter-input-wrapper,.theplus-post-search-wrapper .plus-newsletter-input-wrapper{position:relative;display:inline-block;width:100%}.theplus-mailchimp-wrapper.form-style-1 button.subscribe-btn-submit,.theplus-post-search-wrapper.form-style-1 button.search-btn-submit{position:absolute;top:50%;right:5px;transform:translate3d(0,-50%,0)}.theplus-mailchimp-wrapper.form-style-2 .plus-newsletter-input-wrapper,.theplus-post-search-wrapper.form-style-2 .plus-newsletter-input-wrapper{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical!important;-webkit-align-items:center!important;-ms-align-items:center!important;align-items:center!important;width:100%}.theplus-mailchimp-wrapper.form-style-2 button.subscribe-btn-submit,.theplus-post-search-wrapper.form-style-2 button.search-btn-submit{margin-left:10px}.theplus-mailchimp-wrapper .theplus-notification{position:relative;font-size:13px;line-height:18px;padding:10px;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:#8072fc;color:#fff;box-shadow:0 0 35px -14px #222;border-radius:3px;display:none;opacity:0}.theplus-mailchimp-wrapper .theplus-notification span.loading-spinner{vertical-align:middle;display:inline-block;font-size:8px;padding-right:10px;line-height:1}.theplus-mailchimp-wrapper .theplus-notification.danger-msg{background:#ff5a6e}.theplus-mailchimp-wrapper .theplus-notification.success-msg{background:#6fc784}.theplus-mailchimp-wrapper .theplus-notification.not-verify{background:#3882f7}.theplus-mailchimp-wrapper .theplus-notification.danger-msg span.loading-spinner,.theplus-mailchimp-wrapper .theplus-notification.success-msg span.loading-spinner,.theplus-mailchimp-wrapper .theplus-notification.not-verify span.loading-spinner{font-size:20px}.theplus-mailchimp-wrapper .theplus-notification .subscribe-response{display:flex;align-items:center;justify-content:center;flex-direction:row;position:relative;width:100%;height:100%}.theplus-mailchimp-wrapper .plus-newsletter-input-wrapper span.prefix-icon,.theplus-post-search-wrapper .plus-newsletter-input-wrapper span.prefix-icon{position:absolute;top:50%;transform:translate3d(0,-50%,0);font-size:16px;line-height:1;color:#313131;padding-left:15px;margin-top:0}.theplus-mailchimp-wrapper .plus-newsletter-input-wrapper span.prefix-icon + input.form-control,.theplus-post-search-wrapper .plus-newsletter-input-wrapper span.prefix-icon + input.form-control{padding-left:40px!important}.theplus-mailchimp-wrapper.form-style-3 .plus-newsletter-input-wrapper,.theplus-post-search-wrapper.form-style-3 .plus-newsletter-input-wrapper{display:inline-block;width:100%}.theplus-mailchimp-wrapper.form-style-3 button.subscribe-btn-submit,.theplus-post-search-wrapper.form-style-3 button.search-btn-submit{margin-top:10px}.theplus-mailchimp-wrapper.form-style-2 .plus-newsletter-input-wrapper span.prefix-icon{position:relative;padding-left:0;left:30px;top:unset;transform:unset}.theplus-mailchimp-wrapper.form-style-3 .theplus-mailchimp-form input.form-control.tp-mailchimp-first-name, .theplus-mailchimp-wrapper.form-style-3 .theplus-mailchimp-form input.form-control.tp-mailchimp-last-name, .theplus-mailchimp-wrapper.form-style-3 .theplus-mailchimp-form input.form-control.tp-mailchimp-birth-month, .theplus-mailchimp-wrapper.form-style-3 .theplus-mailchimp-form input.form-control.tp-mailchimp-birth-day, .theplus-mailchimp-wrapper.form-style-3 .theplus-mailchimp-form input.form-control.tp-mailchimp-phone{margin-bottom:10px !important;outline:none}.theplus-mailchimp-wrapper.form-style-3 .theplus-mailchimp-form input.form-control.tp-mailchimp-birth-month, .theplus-mailchimp-wrapper.form-style-3 .theplus-mailchimp-form input.form-control.tp-mailchimp-birth-day{width:20%}.theplus-mailchimp-wrapper.form-style-3 .theplus-mailchimp-form input.form-control.tp-mailchimp-phone{width:60%}.elementor-widget-tp-progress-bar .plus-widget-wrapper.image-tossing{display:block}.pt-plus-piechart{position:relative;display:block;width:100%;overflow:hidden}.progress_bar.pt-plus-peicharts{display:block;width:100%;position:relative}.progress_bar-skill-bar-filled{background:#2d9bea;height:100%;width:0%;-webkit-transition:width 1s ease-in-out;-moz-transition:width 1s ease-in-out;transition:width 1s ease-in-out;position:relative}.progress_bar-skill.skill-fill{background:#f3f3f3}.progress_bar-skill.skill-fill.small{height:6px;position:relative}.progress_bar-skill.skill-fill.medium{height:15px;position:relative}.progress_bar-skill.skill-fill.large{height:40px;position:relative}.progress_bar-progressbar .progress_bar-media{display:table;width:100%}.progress_bar-progressbar .prog-title.prog-icon{display:table-cell;vertical-align:middle}.progress_bar-progressbar .counter-number{display:table-cell;vertical-align:middle;text-align:right}.progress_bar-media-large{position:absolute;top:0}.progress_bar-media.large span.progres-ims{display:table-cell;vertical-align:middle}.progress_bar-media.large span.progres-ims i{vertical-align:middle}.progress_bar-media.large span.progress_bar-title{display:table-cell;vertical-align:middle;padding-left:5px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.progress_bar-media-large .counter-number{display:inline-block;vertical-align:middle;margin:0}.progress_bar-media.large{position:absolute;-webkit-transform:translateZ(50px) translateY(-50%) translateX(-50%);-ms-transform:translateZ(50px) translateY(-50%) translateX(-50%);-moz-transform:translateZ(50px) translateY(-50%) translateX(-50%);-o-transform:translateZ(50px) translateY(-50%) translateX(-50%);transform:translateZ(50px) translateY(-50%);top:50%;width:15%;padding:0 10px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.progress-style_2 .progress_bar-skill-bar-filled:after{position:absolute;content:'';left:100%;margin-left:-2px;border-right:2px solid #6c2bcc;height:8px;top:0}.progress-style_2.progress_bar-skill.skill-fill{background:#f3f3f3;margin-top:5px;height:2px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;overflow:visible}.pt-plus-peicharts canvas{position:absolute;top:0;left:50%;max-width:100%;-webkit-transform:rotateY(180deg) translateX(50%);-moz-transform:rotateY(180deg) translateX(50%);-o-transform:rotateY(180deg) translateX(50%);-ms-transform:rotateY(180deg) translateX(50%);transform:rotateY(180deg) translateX(50%)}.pt-plus-piechart .pt-plus-circle{position:relative;overflow:hidden;width:160px;height:160px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;margin:0 auto;text-align:center}.progress_bar-pie_chart{text-align:center}.pie-style_1 .theserivce-milestone-number{margin:5px}.progress_bar.pt-plus-peicharts object{min-height:100%}.pt-plus-pie_chart.style-2{display:table;vertical-align:middle;text-align:center;margin:0 auto}.pt-plus-pie_chart{padding-top:20px}.pie_chart-style2{-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%}.pt-plus-pie_chart.style-2 .pie_chart{display:inline-block;vertical-align:middle;margin-right:10px}.pt-plus-pie_chart.style-2 .pie_chart-style2{display:inline-block;vertical-align:middle;text-align:left}.pie_border_after .pt-plus-circle:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid #e7e7e7;border-radius:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit}.pt-plus-circle .pianumber-css{position:absolute;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);top:50%;left:50%;width:100%}.pianumber-css h5.counter-number{margin-bottom:0}.pt-plus-pie_chart.style-3 .counter-number,.pt-plus-pie_chart .pie_chart-style3{text-align:center}.progress_bar{display:flex;position:absolute}span.progres-ims{color:#313131;font-size:14px;vertical-align:middle;align-items:center}span.progress_bar-title{color:#4a4a4a;font-size:14px;line-height:20px;letter-spacing:0;font-weight:400}.progress_bar-sub_title{color:#888;font-size:13px;line-height:25px;letter-spacing:0;font-weight:400}.progress_bar-skill-bar-filled{width:0%;background-color:#6c2bcc}.progress_bar-skill.skill-fill{background-color:#d3d3d3;height:6px;position:relative}.progress_bar-progressbar .counter-number .theserivce-milestone-symbol,.progress_bar-progressbar .counter-number .theserivce-milestone-number.icon-milestone{color:#252525;font-size:16px;line-height:1.4;text-align:right;font-weight:400}.progress_bar-progressbar span.progress_bar-title{vertical-align:middle}.progress_bar-progressbar h5.counter-number{vertical-align:middle}.pt-plus-circle h5.counter-number{text-align:center;vertical-align:middle}.progress_bar-media{vertical-align:middle}.progress_bar-media.large .prog-title.prog-icon.large .progres-ims,.progress_bar-media.large .prog-title.prog-icon.large .progress_bar-title{color:#fff}.theplus-scroll-navigation__dot{position:relative;margin:0 auto;align-items:center;justify-content:center;padding:0;text-align:center}.theplus-scroll-navigation__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;overflow:visible!important}.theplus-scroll-navigation__item{margin:0;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;overflow:visible!important;width:35px;height:35px;align-items:center}.theplus-scroll-navigation__item-hint{background-color:#fff;border-radius:50px 50px 50px 50px;padding:0 33px 0 15px;opacity:1;pointer-events:auto}.theplus-scroll-navigation__icon{color:rgba(40,50,66,.4);margin:4px 5px 4px 0}.theplus-scroll-navigation.s_n_right{top:50%;position:fixed;right:15px;transform:translate3d(0,-50%,0);z-index:1111;margin-right:0}.theplus-scroll-navigation.s_n_left{top:50%;position:fixed;left:15px;transform:translate3d(0,-50%,0);z-index:1;margin-left:0}.theplus-scroll-navigation.s_n_top.po_center{display:flex;top:20px;position:fixed;left:0;right:0;z-index:3;margin-left:0;margin-top:0;justify-content:center;text-align:center;align-items:center}.theplus-scroll-navigation.s_n_top.po_left{display:flex;top:20px;position:fixed;left:50px;z-index:3;margin-left:0;margin-top:0;justify-content:left;text-align:left;align-items:left}.theplus-scroll-navigation.s_n_top.po_right{display:flex;top:20px;position:fixed;right:50px;z-index:3;margin-left:0;margin-top:0;justify-content:right;text-align:right;align-items:right}.theplus-scroll-navigation.s_n_bottom.po_left{position:fixed;bottom:20px;z-index:1;left:50px;display:flex}.theplus-scroll-navigation.s_n_bottom.po_right{position:fixed;bottom:20px;z-index:1;right:50px;display:flex}.elementor-element.elementor-widget.elementor-widget-tp-scroll-navigation{display:flex}.theplus-scroll-navigation.s_n_top .theplus-scroll-navigation__inner,.theplus-scroll-navigation.s_n_bottom .theplus-scroll-navigation__inner{flex-direction:inherit}.theplus-scroll-navigation.s_n_top_left{top:25px;position:fixed;left:10px;z-index:3}.theplus-scroll-navigation.s_n_top_right{top:25px;position:fixed;right:10px;z-index:3}.theplus-scroll-navigation.s_n_bottom.po_center{position:fixed;bottom:20px;z-index:1;left:50%;right:auto;display:flex;justify-content:center;text-align:center;align-items:center;transform:translate3d(-50%,0,0)}.theplus-scroll-navigation.s_n_bottom.po_left{position:fixed;bottom:20px;z-index:1;left:50px;display:flex;justify-content:left;text-align:left;align-items:left}.theplus-scroll-navigation.s_n_bottom.po_right{position:fixed;bottom:20px;z-index:1;right:50px;display:flex;justify-content:right;text-align:right;align-items:right}.theplus-scroll-navigation.s_n_bottom_left{bottom:25px;position:fixed;left:10px;z-index:2}.theplus-scroll-navigation.s_n_bottom_right{bottom:25px;position:fixed;right:10px;z-index:2}.theplus-scroll-navigation__dot span.tooltiptext.s_n_top.sn_t_a_e:after{position:absolute;left:50%;top:-15px;content:'';border:8px solid transparent;z-index:2;border-right-color:#000;transform:translate3d(-50%,0,0) rotate(90deg)}.theplus-scroll-navigation__dot span.tooltiptext.s_n_top_right.sn_t_a_e:after,.theplus-scroll-navigation__dot span.tooltiptext.s_n_bottom_right.sn_t_a_e:after,.theplus-scroll-navigation__dot span.tooltiptext.s_n_right.sn_t_a_e:after{position:absolute;right:-16px;content:'';height:0;width:0;border:8px solid transparent;z-index:2;border-right-color:#000;transform:translate3d(0,-50%,0) rotate(180deg);top:50%}.theplus-scroll-navigation__dot span.tooltiptext.s_n_top_left.sn_t_a_e:after,.theplus-scroll-navigation__dot span.tooltiptext.s_n_left.sn_t_a_e:after,.theplus-scroll-navigation__dot span.tooltiptext.s_n_bottom_left.sn_t_a_e:after{position:absolute;left:-7px;content:'';height:0;width:0;border:8px solid transparent;z-index:2;border-right-color:#000;transform:translate3d(-55%,-60%,0) rotate(360deg);top:50%}.theplus-scroll-navigation__dot span.tooltiptext.s_n_bottom.sn_t_a_e:after{position:absolute;left:50%;bottom:-15px;content:'';border:8px solid transparent;z-index:2;border-right-color:#000;transform:translate3d(-50%,0,0) rotate(270deg)}.theplus-scroll-navigation__dot span.tooltiptext.s_n_top_left.sn_t_a_e:after{position:absolute;left:-7px;content:'';height:0;width:0;border:8px solid transparent;z-index:2;border-right-color:#000;transform:translate3d(-55%,-60%,0) rotate(360deg);top:50%}.tooltip .tooltiptext{visibility:hidden;width:120px;background-color:#000;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1}.tooltip:hover .tooltiptext{visibility:visible}.theplus-scroll-navigation__dot .tooltiptext.s_n_top{visibility:hidden;width:120px;height:auto;background-color:#000;color:#fff;text-align:center;border-radius:6px;padding:5px 0;z-index:1;top:100%;left:50%;right:50%;position:absolute;z-index:1;transform:translate3d(-50%,50%,0)}.theplus-scroll-navigation__dot .tooltiptext.s_n_left,.theplus-scroll-navigation__dot .tooltiptext.s_n_top_left,.theplus-scroll-navigation__dot .tooltiptext.s_n_bottom_left{visibility:hidden;width:120px;height:auto;background-color:#000;color:#fff;text-align:center;border-radius:6px;padding:5px 0;z-index:1;top:50%;left:100%;position:absolute;z-index:1;transform:translate3d(13px,-50%,0)}.theplus-scroll-navigation__dot .tooltiptext.s_n_top_right,.theplus-scroll-navigation__dot .tooltiptext.s_n_right,.theplus-scroll-navigation__dot .tooltiptext.s_n_bottom_right{width:120px;height:auto;background-color:#000;color:#fff;text-align:right;border-radius:6px;padding:5px 10px 5px 10px;z-index:2;position:absolute;transform:translate3d(-13px,-50%,0);top:50%;visibility:hidden;right:100%}.theplus-scroll-navigation__dot .tooltiptext.s_n_bottom{visibility:hidden;width:120px;height:auto;background-color:#000;color:#fff;text-align:center;border-radius:6px;padding:5px 0;z-index:1;bottom:100%;left:50%;right:50%;position:absolute;z-index:1;transform:translate3d(-50%,-50%,0)}.theplus-scroll-navigation__dot:hover .tooltiptext{visibility:visible}.theplus-scroll-navigation__dot .tooltiptext .s_n_left{text-align:left;padding-left:10px}.theplus-scroll-navigation .theplus-scroll-navigation__dot .tooltiptext.left{text-align:left}.theplus-scroll-navigation .theplus-scroll-navigation__dot .tooltiptext.right{text-align:right}.theplus-scroll-navigation .theplus-scroll-navigation__dot .tooltiptext.center{text-align:center}.theplus-scroll-navigation .theplus-scroll-navigation__item.highlight span.tooltiptext.on_active_section{visibility:visible}.theplus-scroll-navigation .theplus-scroll-navigation__dot span.tooltiptext.on_default{visibility:visible;background-color:transparent}.theplus-scroll-navigation .theplus-scroll-navigation__dot span.tooltiptext.on_default:after,.theplus-scroll-navigation.style-5 .theplus-scroll-navigation__dot span.tooltiptext.on_default:after{border-right-color:transparent}.theplus-scroll-navigation.style-5 .theplus-scroll-navigation__item._mPS2id-h.highlight .theplus-scroll-navigation__dot span.tooltiptext.on_active_section{visibility:visible}.theplus-scroll-navigation.style-1 .theplus-scroll-navigation__dot{position:relative;display:inline-block;cursor:pointer;background-color:red;width:12px;height:12px;webkit-border-radius:50%;border-radius:50%;color:#fff;font-size:14px;-webkit-transition:all 0.3s cubic-bezier(.5,.12,.46,.88);-o-transition:all 0.3s cubic-bezier(.5,.12,.46,.88);transition:all 0.3s cubic-bezier(.5,.12,.46,.88)}.theplus-scroll-navigation.style-1 .theplus-scroll-navigation__dot:hover,.theplus-scroll-navigation.style-1 a.theplus-scroll-navigation__item._mPS2id-h.highlight .theplus-scroll-navigation__dot{background-color:#f000;border-radius:50%;z-index:5;border:1px solid red}.theplus-scroll-navigation.scroll-view{opacity:0;visibility:hidden;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s}.theplus-scroll-navigation.scroll-view.show{opacity:1;visibility:visible}.pt_plus_social_list{position:relative;display:block;padding:0}.pt_plus_social_list ul.social_list{display:inline-block;padding:0;margin:0;position:relative;list-style:none}.pt_plus_social_list ul.social_list li{position:relative;font-size:20px;text-align:center;display:inline-block;width:auto;height:auto;line-height:unset;top:auto}.pt_plus_social_list ul.social_list li .social-loop-inner{position:relative;overflow:hidden}.pt_plus_social_list ul.social_list li a{font-size:20px;color:#28262b;text-align:center;width:2.5em;height:2.5em;line-height:2.5em;display:block;margin-right:10px}.pt_plus_social_list.text-center ul.social_list{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center}.pt_plus_social_list.text-left ul.social_list{-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.pt_plus_social_list.text-right ul.social_list{-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.pt_plus_social_list.style-2 ul.social_list,.pt_plus_social_list.style-4 ul.social_list,.pt_plus_social_list.style-5 ul.social_list,.pt_plus_social_list.style-8 ul.social_list,.pt_plus_social_list.style-9 ul.social_list,.pt_plus_social_list.style-10 ul.social_list,.pt_plus_social_list.style-11 ul.social_list,.pt_plus_social_list.style-12 ul.social_list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.pt_plus_social_list.style-2 li{display:table-cell;float:none}.pt_plus_social_list.style-2 ul.social_list li a{padding:15px 30px;width:100%;height:100%;line-height:1;color:#494949;margin-right:0;border-right:1px solid #404040;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pt_plus_social_list.style-2 ul.social_list li:hover a{color:#000}.pt_plus_social_list.style-2 ul.social_list li a i.fa{padding-right:10px}.pt_plus_social_list.style-2 ul.social_list li:last-child a{border-right:0}.pt_plus_social_list.custom ul.social_list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.pt_plus_social_list.custom ul.social_list li{margin:0 5px}.pt_plus_social_list.custom ul.social_list li a>span{display:none}.pt_plus_social_list.custom ul.social_list li .social-loop-inner{overflow:visible}.pt_plus_social_list.custom ul.social_list li a{width:60px;height:40px;line-height:initial;border-radius:3px;text-align:center;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin:0}.pt_plus_social_list ul.social_list li:last-child a,.pt_plus_social_list.style-9 ul.social_list li:last-child,.pt_plus_social_list.style-10 ul.social_list li:last-child,.pt_plus_social_list.style-11 ul.social_list li:last-child,.pt_plus_social_list.style-12 ul.social_list li:last-child{margin-right:0}@media (min-width:767px) and (max-width:1024px){.tsocialtext-center{text-align:center!important;margin:0 auto!important}.tsocialtext-left{text-align:left!important;margin-left:0!important}.tsocialtext-right{text-align:right!important;margin-right:0!important}.pt_plus_social_list.tsocialtext-center ul.social_list{-webkit-justify-content:center!important;-moz-justify-content:center!important;-ms-justify-content:center!important;justify-content:center!important}.pt_plus_social_list.tsocialtext-left ul.social_list{-webkit-justify-content:flex-start!important;-moz-justify-content:flex-start!important;-ms-justify-content:flex-start!important;justify-content:flex-start!important}.pt_plus_social_list.tsocialtext-right ul.social_list{-webkit-justify-content:flex-end!important;-moz-justify-content:flex-end!important;-ms-justify-content:flex-end!important;justify-content:flex-end!important}}@media (max-width:766px){.msocialtext-left{text-align:left!important;margin-left:0!important}.msocialtext-center{text-align:center!important;margin:0 auto!important}.msocialtext-right{text-align:right!important;margin-right:0!important}.pt_plus_social_list.msocialtext-center ul.social_list{-webkit-justify-content:center!important;-moz-justify-content:center!important;-ms-justify-content:center!important;justify-content:center!important}.pt_plus_social_list.msocialtext-left ul.social_list{-webkit-justify-content:flex-start!important;-moz-justify-content:flex-start!important;-ms-justify-content:flex-start!important;justify-content:flex-start!important}.pt_plus_social_list.msocialtext-right ul.social_list{-webkit-justify-content:flex-end!important;-moz-justify-content:flex-end!important;-ms-justify-content:flex-end!important;justify-content:flex-end!important}}.team-member-list{position:relative;display:block;width:100%}.team-member-list .grid-item{padding:15px}.team-profile span.thumb-wrap{position:relative;display:block}.team-member-list.team-style-1 .team-list-content{position:relative;display:block;width:100%}.team-member-list.team-style-1 .post-content-image{position:relative;display:block;overflow:hidden;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.team-member-list .team-list-content{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.team-member-list.team-style-1 .team-social-content{position:absolute;bottom:10px;left:10px;right:10px}.team-member-list .team-social-content .team-social-list{padding:0;margin:0 auto;text-align:center;display:block;list-style:none}.team-member-list .team-social-content .team-social-list li{display:inline-block;margin:2px 5px;vertical-align:middle;position:relative;text-align:center}.team-member-list.team-style-1 .team-social-content .team-social-list li a{width:40px;height:40px;font-size:17px;color:#313131;background:transparent;line-height:40px;border-radius:50%;display:block;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.team-member-list.team-style-1 .team-social-content .team-social-list li.team-profile-link a:hover{background:#222;color:#fff}.team-member-list.team-style-1 .team-social-content .team-social-list li.fb-link a:hover{background:#3b5998;color:#fff}.team-member-list.team-style-1 .team-social-content .team-social-list li.twitter-link a:hover{background:#1da1f2;color:#fff}.team-member-list.team-style-1 .team-social-content .team-social-list li.instagram-link a:hover{background:#cd486b;color:#fff}.team-member-list.team-style-1 .team-social-content .team-social-list li.gplus-link a:hover{background:#dd4b39;color:#fff}.team-member-list.team-style-1 .team-social-content .team-social-list li.linkedin-link a:hover{background:#0077b5;color:#fff}.team-member-list.team-style-1 .team-list-content .team-social-content{opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;visibility:hidden;transform:translateY(50%)}.team-member-list.team-style-1 .team-list-content:hover .team-social-content{opacity:1;visibility:visible;transform:translateY(0%)}.team-member-list.team-style-1 .team-social-content .team-social-list li:hover a{transform:translateY(-3px)}.team-member-list .team-profile img{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-radius:6px;width:100%}.team-member-list.team-style-2 .team-profile img{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;border-radius:50%}.team-member-list.team-style-2 .team-list-content:hover .team-profile img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.team-member-list.team-style-2 .post-content-image,.team-member-list.team-style-2 .team-profile{border-radius:50%;overflow:hidden}.team-member-list.team-style-2 .post-content-image{box-shadow:0 3px 80px rgba(0,0,0,.1)}.team-member-list .post-content-bottom{position:relative;display:block;padding:15px 10px}.team-member-list .post-title,.team-member-list .post-title a{font-size:18px;line-height:24px;display:inline-block;margin-top:0;margin-bottom:0;font-weight:600;color:#222;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.team-member-list .member-designation{position:relative;display:block;margin-top:8px;font-size:15px;line-height:20px;color:#888;font-weight:300;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.team-member-list.team-style-3 .team-list-content{padding:15px;border-style:solid;border-width:0 0 4px 0;border-color:#eee;border-radius:2px 2px 2px 2px;background-color:#fff}.team-member-list.team-style-3 .team-list-content:hover{border-color:#d82d34}.team-member-list.team-style-3 .post-content-bottom .content-table{position:relative;display:table;vertical-align:middle;width:100%}.team-member-list.team-style-3 .post-content-bottom .table-cell{display:table-cell;width:65%;vertical-align:middle}.team-member-list.team-style-3 .post-content-bottom .table-cell:last-child,.team-member-list.team-style-3 .team-social-content .team-social-list{text-align:right}.team-member-list.team-style-3 .post-content-bottom,.team-member-list.team-style-4 .post-content-bottom{padding:15px 0}.team-member-list.team-style-3 .team-list-content,.team-member-list.team-style-3 .team-profile img{border-radius:2px}.team-member-list.team-style-3 .team-social-content .team-social-list li{margin:2px 5px;line-height:1}.team-member-list.team-style-3 .team-social-content .team-social-list li a,.team-member-list.team-style-4 .team-social-content .team-social-list li a{font-size:15px;color:#888}.team-member-list.team-style-4 .team-social-content{margin-top:10px}.team-member-list.team-style-4 .team-social-content .team-social-list{text-align:inherit}.team-member-list.team-style-4 .team-social-content .team-social-list li{margin:2px 7px;line-height:1}.team-member-list.team-style-4 .team-social-content .team-social-list li:first-child{margin-left:0}.team-member-list.team-style-4 .team-social-content .team-social-list li:last-child{margin-right:0}.team-member-list.team-style-4 .team-list-content .team-profile span.thumb-wrap{mask-image:url(../../../images/team-mask.png);mask-repeat:no-repeat;mask-size:120% 120%;mask-position:-20px -30px;-webkit-mask-image:url(../../../images/team-mask.png);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;-webkit-mask-position:0 0;width:100%;height:auto}.team-member-list.team-style-4 .bg-image-layered{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../../../images/team-mask-2.png);background-size:90% 90%;background-repeat:no-repeat;background-position:center center}.team-member-list.team-style-4 .post-content-image{position:relative;display:block}.team-member-list.team-style-4 .team-list-content:hover .hover_rotating{animation-name:continue-rotating;-webkit-animation-name:rotating;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center;animation-duration:8s;-webkit-animation-duration:8s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.team-member-list.team-style-4 .team-list-content:hover .hover_pulse{animation-name:content_effect_pulse;-webkit-animation-name:content_effect_pulse;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.team-member-list.team-style-4 .team-list-content:hover .hover_tossing{animation-name:content_effect_tossing;-webkit-animation-name:content_effect_tossing;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.team-member-list.team-style-4 .team-list-content:hover .hover_floating{animation-name:content_effect_floating;-webkit-animation-name:content_effect_floating;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}@media (max-width:991px){.team-member-list.team-style-3 .post-content-bottom .table-cell{display:block;width:100%;text-align:left}.team-member-list.team-style-3 .post-content-bottom .content-table{display:block}.team-member-list.team-style-3 .post-content-bottom .table-cell:last-child,.team-member-list.team-style-3 .team-social-content .team-social-list{text-align:left}.team-member-list.team-style-3 .team-social-content .team-social-list li:first-child{margin-left:0}}.testimonial-list .testimonial-list-content .entry-content{color:#313131;font-size:14px;line-height:26px;letter-spacing:.5px}.testimonial-list .entry-content p{color:#313131;margin-bottom:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.testimonial-list .post-content-image .post-title,.testimonial-list.testimonial-style-4 .post-title{color:#313131;font-size:16px;line-height:22px;font-weight:700;letter-spacing:.5px;text-align:center;display:block;margin:0;margin-top:15px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.testimonial-list.testimonial-style-1 .testimonial-content-text{padding:35px 40px;position:relative;background:#fff;border-radius:4px;text-align:center;box-shadow:0 3px 12px -6px #00000042;margin-bottom:40px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.testimonial-list.testimonial-style-1 .testimonial-list-content .entry-content,.testimonial-list.testimonial-style-2 .testimonial-list-content .entry-content{text-align:center}.testimonial-list.testimonial-style-1 .testimonial-author-title,.testimonial-list.testimonial-style-2 .testimonial-author-title{position:relative;display:block;text-align:center;margin:0;margin-top:18px;font-size:14px;line-height:22px;color:#313131;font-weight:600;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.testimonial-list.testimonial-style-1 .testimonial-content-text:after{content:'';position:absolute;left:0;right:0;margin:0 auto;bottom:-13px;width:0;height:0;border-left:13px solid transparent;border-right:13px solid transparent;border-top:13px solid #fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.testimonial-list.testimonial-style-1 .testimonial-featured-image,.testimonial-list.testimonial-style-2 .testimonial-featured-image,.testimonial-list.testimonial-style-3 .testimonial-featured-image{position:relative;display:block;max-width:70px;border-radius:50px;text-align:center;margin:0 auto}.testimonial-list.testimonial-style-1 .post-content-image,.testimonial-list.testimonial-style-2 .post-content-image{position:relative;display:block;text-align:center;margin-bottom:20px}.testimonial-list.testimonial-style-2 .post-content-image{margin-bottom:0}.testimonial-list.testimonial-style-1 .testimonial-featured-image img,.testimonial-list.testimonial-style-2 .testimonial-featured-image img,.testimonial-list.testimonial-style-3 .testimonial-featured-image img,.testimonial-list.testimonial-style-4 .testimonial-featured-image img{border-radius:50%;box-shadow:0 7px 13px -6px #00000036;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.testimonial-list.testimonial-style-1 .post-designation,.testimonial-list.testimonial-style-2 .post-designation,.testimonial-list.testimonial-style-3 .post-designation,.testimonial-list.testimonial-style-4 .post-designation{text-align:center;color:#888;margin-top:4px;font-size:13px;letter-spacing:.5px;font-weight:400;line-height:18px}.testimonial-list.testimonial-style-2 .testimonial-content-text,.testimonial-list.testimonial-style-3 .testimonial-content-text{position:relative;text-align:center;margin-bottom:35px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.testimonial-list.testimonial-style-2 .testimonial-list-content{padding:20px;position:relative;background:#fff;border-radius:4px;text-align:center;box-shadow:0 3px 12px -6px #00000042;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.testimonial-list.testimonial-style-4 .post-title{text-align:left}.testimonial-list.testimonial-style-4 .testimonial-featured-image{display:inline-block;vertical-align:middle;margin:0;text-align:left}.testimonial-list.testimonial-style-4 .testimonial-content-text{text-align:left;display:inline-block;vertical-align:middle;-webkit-box-flex:0;padding-left:20px;-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.testimonial-list.testimonial-style-4 .post-content-image{display:inline-block;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.testimonial-list.testimonial-style-4 .testimonial-author-title{position:relative;display:block;margin:0;margin-bottom:10px;font-size:14px;line-height:22px;color:#313131;font-weight:600;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.testimonial-list.testimonial-style-4 .testimonial-author-logo{max-width:160px;margin-bottom:5px;display:inline-block;position:relative}.testimonial-list.testimonial-style-4 .author-left-text{display:inline-block;position:relative;vertical-align:middle}.testimonial-list.testimonial-style-4 .content-right .post-title,.testimonial-list.testimonial-style-4 .post-designation{display:inline-block;vertical-align:middle;margin-top:15px}.testimonial-list.testimonial-style-4 .post-designation:before{content:'-';position:relative;padding-left:10px;padding-right:5px;font-size:inherit;line-height:inherit;letter-spacing:inherit;color:inherit}.testimonial-list.testimonial-style-4 .content-left .post-designation,.testimonial-list.testimonial-style-4 .content-left .testimonial-author-title{text-align:left}.testimonial-list.testimonial-style-4 .content-right .post-designation,.testimonial-list.testimonial-style-4 .content-right .testimonial-author-title,.testimonial-list.testimonial-style-4 .content-right .post-title{text-align:right}.testimonial-list.testimonial-style-4 .content-right .author-left-text,.testimonial-list.testimonial-style-4 .content-right .testimonial-author-logo{text-align:right}.testimonial-list.testimonial-style-4 .content-right .testimonial-content-text{text-align:right;padding-right:20px;padding-left:0}.testimonial-list.testimonial-style-4 .content-left .post-content-image{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.testimonial-list.testimonial-style-4 .content-left .testimonial-content-text,.testimonial-list.testimonial-style-4 .content-right .post-content-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.lity{z-index:99999;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(31, 31, 31, 0.18);outline:none!important;opacity:0;-webkit-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none!important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none!important;min-width:97%;margin:0 auto}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;-o-transition:-o-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease,-webkit-transform 0.3s ease,-o-transform 0.3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1}.lity-close{z-index:9994;width:45px;height:45px;position:fixed;left:50%;top:auto;bottom:40px;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;background:#313131;border-radius:40px;padding:8px 12px;font-style:normal;font-size:35px;font-family:open sans;line-height:inherit;transition:all .2s linear;transform:translate3d(-50%,0%,0);text-shadow:none;border:0;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{transform:translate3d(-50%,0%,0) scale(1.1);text-decoration:none;text-align:center;color:#fff;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.lity-hide{display:none}.lity-wrap{position:absolute!important;overflow:auto!important}.lity-content img {margin:0 auto}.opened-lity-popup #content.site-content {filter:blur(2px)}.lity .lity-close:hover,.lity .lity-close:focus{outline:none}.pt_plus_video_player{display:block;position:relative;width:100%}.pt_plus_video_player iframe.fluidvids-item{opacity:0}.pt_plus_video_player .ts-video-embed-container iframe{opacity:1}.pt_plus_video_player .fluidvids iframe{opacity:1}.pt_plus_video_player.not-touch iframe,.pt_plus_video_player.not-touch video{pointer-events:none}.pt_plus_video_player .fluidvids{position:initial}.video_container{margin:0;padding:0;background:0 0;position:absolute;top:0;left:0;width:100%;height:100%}.video-space{padding-bottom:56.25%;position:relative;height:0;overflow:hidden}.pt_plus_video-box-shadow{position:relative;display:block;width:100%;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-ms-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear}.ts-video-caption{-ms-filter:"alpha(Opacity=0.8)";filter:alpha(opacity=0.8);-moz-opacity:.8;opacity:.8;position:absolute;top:50%;left:50%;width:auto;height:auto;cursor:pointer;padding:0;margin:0;z-index:1;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-ms-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear}.pt_plus_video_player:hover .ts-video-caption{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;z-index:1}.tp-video-popup-icon{position:absolute;top:50%;left:50%;width:150px;height:150px;cursor:pointer;padding:0;margin:0;z-index:1;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-ms-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.pt_plus_video_player .tp-video-popup-icon .tp-video-icon{position:relative;display:block;width:100%;height:100%}.ts-video-caption-text{position:absolute;width:100%;bottom:0;font-weight:400;left:0;color:#fff;background:0 0;padding:5px 5%;line-height:16px;font-size:12px;text-align:center;z-index:1;line-height:1;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;overflow:hidden;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);text-overflow:ellipsis;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pt_plus_video_player:hover .ts-video-caption-text{-webkit-transform:translateY(0%);-ms-transform:translateY(0%);-moz-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%)}.pt_plus_video_player{position:relative;overflow:hidden}.ts-video-image-zoom.set-image{height:auto;width:100%;position:relative;z-index:1}.ts-video-icon{height:auto;position:relative;z-index:1;max-width:80px}.ts-video-wrapper{width:100%;display:block}.ts-video-wrapper.embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;height:auto}.ts-video-wrapper.embed-container iframe,.ts-video-wrapper.embed-container object,.embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.ts-video-embed-container{position:relative;display:block;padding:0;padding-bottom:56.25%;margin:0;height:0;overflow:hidden}.ts-video-hidden{display:none!important}.ts-video-embed-container{padding-bottom:56.25000%}.pt-plus-video-frame{position:absolute;padding:0;margin:0;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.ts-type-self-hosted .ts-video-thumbnail{z-index:1;object-fit:cover}.ts-type-self-hosted .ts-video-play-btn{z-index:2;background:transparent}img.ts-video-thumbnail{position:absolute;padding:0;margin:0;top:0;left:0;bottom:0;height:100%;width:100%;border:0;object-fit:cover;-webkit-transition-duration:.7s;-moz-transition-duration:.7s;-o-transition-duration:.7s;transition-duration:.7s;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}button.ts-video-play-btn.ts-video-blay-btn-youtube{background:transparent;background-image:none;background-position:center;background-repeat:no-repeat;border:none;padding:0;margin:0;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;vertical-align:middle;text-align:center;cursor:pointer;position:absolute;padding:0;margin:0;top:0;left:0;bottom:0;height:100%;width:100%;border:0;opacity:.8;-moz-transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s}.ts-video-poster{position:absolute;padding:0;margin:0;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.ts-video-wrapper:hover .ts-video-play-btn{opacity:1}.pt_plus_video_player .tp-video-icon-inner{display:inline-block;width:auto;margin:0 auto;text-align:center;position:relative;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-ms-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear;z-index:1}.pt_plus_video_player .tp-video-popup{overflow:visible;position:relative;display:inline-block;width:auto}.wpforms-container{margin:0 auto!important}.wpforms-container .wpforms-field input[type="text"],.wpforms-container .wpforms-field input[type="email"],.wpforms-container .wpforms-field input[type="number"],.wpforms-container .wpforms-field select,.wpforms-container .wpforms-field.wpforms-field-textarea textarea,div.wpforms-container .wpforms-form button[type=submit],div.wpforms-container .wpforms-form .wpforms-field-radio,div.wpforms-container .wpforms-form .wpforms-field-checkbox,.wpforms-container .wpforms-field,.wpforms-container{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.wpforms-field.wpforms-field-checkbox input[type=checkbox],.wpforms-field.wpforms-field-radio input[type="radio"]{display:none!important}.wpforms-field.wpforms-field-checkbox li label:before,.wpforms-field.wpforms-field-radio li label:before{content:"\f00c";position:absolute;display:block;transition:0.2s ease-out;-webkit-transition:0.2s ease-out;-moz-transition:0.2s ease-out;-o-transition:0.2s ease-out;-ms-transition:0.2s ease-out;display:inline-block;font:normal normal normal 14px/1 'Font Awesome 5 Free';font-weight:600;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;left:-30px;width:24px;height:24px;line-height:24px;font-size:13px;text-align:center;background:transparent;color:transparent;animation:radio-hide .2s ease-out;transition:none;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;background:#bfcecc;transform:translateY(-50%)}.wpforms-field.wpforms-field-radio li label:before{border-radius:50px}.wpforms-field.wpforms-field-checkbox li:not(.wpforms-selected) label:before,.wpforms-field.wpforms-field-radio li:not(.wpforms-selected) label:before{color:#fff}.wpforms-field.wpforms-field-checkbox li.wpforms-selected label:before,.wpforms-field.wpforms-field-radio li.wpforms-selected label:before{color:#000}.wpforms-field.wpforms-field-checkbox li label:after,.wpforms-field.wpforms-field-radio li label:after{transform:translate3d(-50%,-50%,0);animation:checkbox-show .2s}.wpforms-field.wpforms-field-checkbox li label,.wpforms-field.wpforms-field-radio li label{display:block;position:relative}.wpforms-field.wpforms-field-checkbox ul label,.wpforms-field.wpforms-field-radio ul label{margin:0 30px!important}.wpforms-field.wpforms-field-radio li.wpforms-image-choices-item label:before,.wpforms-field.wpforms-field-checkbox li.wpforms-image-choices-item label:before{display:none!important}.wpforms-container .wpforms-field select {-webkit-appearance:none;background-image:url(../../../images/selectarrow.png);background-position:center right;background-repeat:no-repeat}
1
+ .text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.animate-general{opacity:0}*:not(.elementor-editor-active) .plus-conditions--hidden{display:none}body.plus_row_scroll_overflow{overflow-x:hidden}section.plus_row_scroll_overflow{overflow:hidden!important}.elementor-widget-video .elementor-wrapper .fluidvids{position:initial}.fluidvids{width:100%;max-width:100%;position:relative}.fluidvids-item{position:absolute;top:0;left:0;width:100%;height:100%}.wpb_video_wrapper .fluidvids{position:initial}.elementor-widget-wrap .js-tilt[data-tilt]:hover{box-shadow:none}.elementor-widget-wrap .js-tilt[data-tilt]{transition:initial}.plus-widget-wrapper .plus-widget-inner-tilt{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:perspective(500px);transform:perspective(500px);position:relative;display:block}h3.theplus-posts-not-found{font-size:14px;background:#8072fc;padding:10px;text-align:center;line-height:25px;border-radius:3px;box-shadow:0 5px 30px -5px #8072fc;color:#fff}.plus-sticky-column-sticky{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.magic-scroll .parallax-scroll,.magic-scroll .scale-scroll,.magic-scroll .both-scroll,.plus-list-adv-typo-block .plus-adv-text-typo.parallax-scroll{-webkit-transition:-webkit-transform 1.3s ease .0s;-ms-transition:-ms-transform 1.3s ease .0s;-moz-transition:-moz-transform 1.3s ease .0s;-o-transition:-o-transform 1.3s ease .0s;transition:transform 1.3s ease .0s;will-change:transform}.pt-plus-reveal.animated{display:block;position:relative}.heading-title.pt-plus-reveal{display:inline-block}.pt-plus-reveal.animated::before{content:'';background:#313131;position:absolute;top:0;left:0;right:0;bottom:0;transform:scaleX(0);transform-origin:0% 0% 0;-webkit-animation:pt-plus-reveal 2s 800ms cubic-bezier(0,0,.2,1) both;animation:pt-plus-reveal 2s 800ms cubic-bezier(0,0,.2,1) both;z-index:11}.pt-plus-reveal.animated::after{content:'';background:#ff214f;position:absolute;top:0;left:0;right:0;bottom:0;transform:scaleX(0);transform-origin:0% 0% 0;-webkit-animation:pt-plus-reveal 2s 400ms cubic-bezier(0,0,.2,1) both;animation:pt-plus-reveal 2s 400ms cubic-bezier(0,0,.2,1) both;z-index:1}@-webkit-keyframes pt-plus-reveal{0%{transform:scaleX(0)}50%{transform:scaleX(1);transform-origin:0% 0% 0}51%{transform-origin:100% 50% 0}100%{transform:scaleX(0);transform-origin:100% 50% 0}}@keyframes pt-plus-reveal{0%{transform:scaleX(0)}50%{transform:scaleX(1);transform-origin:0% 0% 0}51%{transform-origin:100% 50% 0}100%{transform:scaleX(0);transform-origin:100% 50% 0}}.image-floating,.hover_floating,.image-tossing,.hover_tossing,.image-pulse,.hover_pulse{display:inline-block;animation-duration:1.5s;-webkit-animation-duration:1.5s}.image-floating,.hover_floating:hover{animation-name:content_effect_floating;-webkit-animation-name:content_effect_floating;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.image-tossing,.hover_tossing:hover{animation-name:content_effect_tossing;-webkit-animation-name:content_effect_tossing;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.image-pulse,.hover_pulse:hover{animation-name:content_effect_pulse;-webkit-animation-name:content_effect_pulse;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.image-rotating,.hover_rotating:hover{animation-name:continue-rotating;-webkit-animation-name:rotating;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center;animation-duration:8s;-webkit-animation-duration:8s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.image-drop_waves:after,.hover_drop_waves:after{content:'';background:#ff214f;position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;z-index:-1;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.image-drop_waves:after,.hover_drop_waves:hover:after{-webkit-animation-name:content-icon-float-away;animation-name:content-icon-float-away}@-webkit-keyframes content-icon-float-away{0%{opacity:.8}100%{opacity:0;-webkit-transform:scale(1.4);transform:scale(1.4)}}@keyframes content-icon-float-away{0%{opacity:.8}100%{opacity:0;-webkit-transform:scale(1.4);transform:scale(1.4)}}@keyframes continue-rotating{from{-webkit-transform:rotate(0deg) translate(-10px) rotate(0deg);-moz-transform:rotate(0deg) translate(-10px) rotate(0deg);-ms-transform:rotate(0deg) translate(-10px) rotate(0deg);-o-transform:rotate(0deg) translate(-10px) rotate(0deg);transform:rotate(0deg) translate(-10px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translate(-10px) rotate(-360deg);-moz-transform:rotate(360deg) translate(-10px) rotate(-360deg);-ms-transform:rotate(360deg) translate(-10px) rotate(-360deg);-o-transform:rotate(360deg) translate(-10px) rotate(-360deg);transform:rotate(360deg) translate(-10px) rotate(-360deg)}}@-webkit-keyframes continue-rotating{from{-webkit-transform:rotate(0deg) translate(-10px) rotate(0deg);-moz-transform:rotate(0deg) translate(-10px) rotate(0deg);-ms-transform:rotate(0deg) translate(-10px) rotate(0deg);-o-transform:rotate(0deg) translate(-10px) rotate(0deg);transform:rotate(0deg) translate(-10px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translate(-10px) rotate(-360deg);-moz-transform:rotate(360deg) translate(-10px) rotate(-360deg);-ms-transform:rotate(360deg) translate(-10px) rotate(-360deg);-o-transform:rotate(360deg) translate(-10px) rotate(-360deg);transform:rotate(360deg) translate(-10px) rotate(-360deg)}}.floating{animation-name:content_effect_floating;-webkit-animation-name:content_effect_floating;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.tossing{animation-name:content_effect_tossing;-webkit-animation-name:content_effect_tossing;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.pulse{animation-name:content_effect_pulse;-webkit-animation-name:content_effect_pulse;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.rotate-continue{-webkit-animation-name:rotating;-webkit-animation-duration:10s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:rotating;-moz-animation-duration:10s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;animation-name:rotating;animation-duration:10s;animation-iteration-count:infinite;animation-timing-function:linear}@-webkit-keyframes rotating{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes rotating{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes content_effect_floating{0%{transform:translateY(0%)}50%{transform:translateY(2%)}100%{transform:translateY(0%)}}@-webkit-keyframes content_effect_floating{0%{-webkit-transform:translateY(0%)}50%{-webkit-transform:translateY(2%)}100%{-webkit-transform:translateY(0%)}}@keyframes content_effect_tossing{0%{transform:rotate(-1deg)}50%{transform:rotate(1deg)}100%{transform:rotate(-1deg)}}@-webkit-keyframes content_effect_tossing{0%{-webkit-transform:rotate(-1deg)}50%{-webkit-transform:rotate(1deg)}100%{-webkit-transform:rotate(-1deg)}}@keyframes content_effect_pulse{0%{transform:scale(.97);opacity:1}50%{transform:scale(1);opacity:1}100%{transform:scale(.97);opacity:1}}@-webkit-keyframes content_effect_pulse{0%{-webkit-transform:scale(.97);opacity:.7}50%{-webkit-transform:scale(1);opacity:1}100%{-webkit-transform:scale(.97);opacity:.7}}.animted-content-inner{position:relative;display:block;width:100%;z-index:1}.pt_plus_animated_svg .svg_inner_block{position:relative;display:inline-flex}.pt_plus_animated_svg object{max-width:100%;width:100%}.pt_plus_animated_svg object,.pt_plus_row_bg_animated_svg object,.ts-hover-draw-svg object{opacity:0}.pt_plus_row_bg_animated_svg .svg_inner_block{position:absolute}.pt_plus_animated_svg object{min-height:100%}.svg_inner_block .embed-responsive,.svg_inner_block .embed-responsive .embed-responsive-item,.svg_inner_block .embed-responsive iframe,.svg_inner_block .embed-responsive embed,.svg_inner_block .embed-responsive object,.svg_inner_block .embed-responsive video{position:relative;padding:0;height:auto}.lity-wrap{overflow:auto!important}.pop-up-btn .button-link-wrap span{position:relative;z-index:2}.pop-up-btn .button-style-7 .button-link-wrap span{position:initial}.pop-up-btn .button-style-21 .button-link-wrap:after{background:#ff004b;z-index:1}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container{min-width:auto!important}.lity-iframe-container{width:100%;height:100vh;padding-top:0%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{margin-bottom:0}.ts-icon-img{margin-bottom:10px}.flip-back,.flip-front{width:100%;height:100%;position:absolute;left:0;top:0;display:table}.flip-back .vertical-center,.flip-front .vertical-center{display:table-cell;vertical-align:middle}.flip-horizontal :hover .flip-front{-webkit-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);transform:rotateY(-180deg)}.flip-horizontal :hover .flip-back{-webkit-transform:rotateY(0);-ms-transform:rotateY(0);-moz-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}.flip-horizontal .flip-back{-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}.bezier-flip{-webkit-transition:all .5s cubic-bezier(.645,.045,.355,1);-moz-transition:all .5s cubic-bezier(.645,.045,.355,1);-o-transition:all .5s cubic-bezier(.645,.045,.355,1);-ms-transition:all .5s cubic-bezier(.645,.045,.355,1);transition:all .5s cubic-bezier(.645,.045,.355,1)}.padding-flip{padding:30px 40px}.origin-center{-webkit-transform-origin:center;-ms-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center}.no-backface{-webkit-backface-visibility:hidden;backface-visibility:hidden}.numtext-left{text-align:left}.numtext-center{text-align:center}.numtext-right{text-align:right}.icon-right{text-align:right}.icon-left{float:left}.icon-center{margin:0 auto}.ts-icon{display:block;position:relative;-o-transition:all 1.3s;-webkit-transition:all 1.3s;-moz-transition:all 1.3s;-ms-transition:all 1.3s;transition:all 1.3s}.icon-img-b{line-height:1;margin-bottom:15px}.service-media .icon-img-b{margin-right:15px}.border-pd{border:2px solid}.subject-color{-o-transition:all 1.3s;-webkit-transition:all 1.3s;-ms-transition:all 1.3s;-moz-transition:all 1.3s;transition:all 1.3s;margin-bottom:20px;line-height:1}.sub-subject-color{margin-bottom:20px;line-height:1}.ts-icon-1{display:block;vertical-align:middle;text-align:center;overflow:hidden}.pad-0{padding:0}.pad-5{padding:5px}.pad-30{padding:30px;padding-bottom:10px}.border-icon{display:block;position:relative;padding:30px;padding-bottom:10px}hr.hr-border{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.service-icon-style-1 .icn-txt{display:block;position:relative;width:100%;overflow:hidden}.icon-right .ts-icon-1{text-align:right}.service-icon-style-2 .icn-content{padding:20px;display:block;position:relative;background:#F9B701}.service-icon-style-2 .icn-header{display:block;position:relative;padding:20px}.service-icon-style-2 .plus-number-counter,.service-icon-style-2 .subject-color{margin-bottom:0}.service-icon-style-3 .pt_plus_animated_svg,.service-icon-style-4 .pt_plus_animated_svg{width:auto;margin-right:15px}.grid-item:focus{outline:none}.pt-plus-pagination .current{background:#313131;color:#fff}.ajax_load_more{display:block;text-align:center;width:100%;position:relative}.post-load-more{border:1px solid;padding:10px 20px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;margin:20px 0;display:inline-block;cursor:pointer;font-size:22px}.ajax_lazy_load{position:relative;display:block;width:100%;text-align:center}.post-lazy-load{padding:37px;position:relative;display:block;font-size:20px}.post-load-more.hide,.ajax_lazy_load.hide,.post-lazy-load.hide{display:none!important}.plus-all-posts-loaded{position:relative;display:block;top:0;text-align:center;font-size:18px;line-height:1;margin-top:25px;color:#313131;font-weight:500;-moz-animation:plus-hide-load 0.7s ease-in-out 5s forwards;-webkit-animation:plus-hide-load 0.7s ease-in-out 5s forwards;-o-animation:plus-hide-load 0.7s ease-in-out 5s forwards;animation:plus-hide-load 0.7s ease-in-out 5s forwards;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes plus-hide-load{0%{opacity:1}50%{opacity:0;top:-25px}100%{opacity:0;width:0;height:0;margin-top:0;display:none}}@-webkit-keyframes plus-hide-load{0%{opacity:1}50%{opacity:0;top:-25px}100%{opacity:0;width:0;height:0;margin-top:0;display:none}}@media (min-width:1025px){.elementor-element.elementor-element-edit-mode.elementor-hidden-desktop{opacity:.5}.pt-plus-row-set .desktop-hide,.tooltip_desktop_hide .menu-tooltip-title{display:none}}@media (max-width:1024px) and (min-width:768px){.elementor-element.elementor-element-edit-mode.elementor-hidden-tablet{opacity:.5}}@media (max-width:767px){.elementor-element.elementor-element-edit-mode.elementor-hidden-phone{opacity:.5}.plus-table-col{border:none}.plus-sort-icon:after{font-family:'Font Awesome 5 Free'!important;font-weight:600}.sorting .plus-sort-icon:after{content:"\f0dc"}.sorting_asc .plus-sort-icon:after{content:"\f0de"}.sorting_desc .plus-sort-icon:after{content:"\f0dd"}}@media (min-width:601px) and (max-width:1024px){.text--tabletleft{text-align:left!important;margin-left:0!important}.text--tabletcenter{text-align:center!important;margin:0 auto!important}.text--tabletright{text-align:right!important;margin-right:0!important}.text--tabletjustify{text-align:justify!important}.elementor-widget-tp-heading-title.text--tabletleft .seprator.sep-l,.elementor-widget-tp-heading-title.text--tabletjustify .seprator.sep-l{margin-left:0}.elementor-widget-tp-heading-title.text--tabletcenter .seprator.sep-l{margin:0 auto}.elementor-widget-tp-heading-title.text--tabletright .seprator.sep-l{margin-right:0}.pt-plus-row-set .tablet-hide,.tooltip_tablet_hide .menu-tooltip-title{display:none}}@media (max-width:600px){.text--mobileleft{text-align:left!important;margin-left:0!important}.text--mobilecenter{text-align:center!important;margin:0 auto!important}.text--mobileright{text-align:right!important;margin-right:0!important}.text--mobilejustify{text-align:justify!important}.elementor-widget-tp-heading-title.text--mobileleft .seprator.sep-l,.elementor-widget-tp-heading-title.text--mobilejustify .seprator.sep-l{margin-left:0}.elementor-widget-tp-heading-title.text--mobilecenter .seprator.sep-l{margin:0 auto}.elementor-widget-tp-heading-title.text--mobileright .seprator.sep-l{margin-right:0}.plus-advance-heading{display:block;position:relative}.dataTables_length.plus-tbl-entry-wrapper.plus-table-info{display:flex;position:relative;align-items:center;justify-content:center;margin-bottom:10px}.dataTables_filter.plus-tbl-search-wrapper.plus-table-info{display:flex;position:relative;align-items:center;justify-content:center}}@media (min-width:991px){.hide-desktop{display:none}}@media (min-width:601px) and (max-width:990px){.hide-tablet{display:none}}@media (max-width:600px){.hide-mobile{display:none}}@media (max-width:767px){.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item{width:33.33%!important;height:250px!important}ul.pt_plus_countdown li{margin:0 10px 20px}.service-flipbox,.service-flipbox-holder{cursor:pointer}.pt_plus_social_list.style-14 ul.social_list li{width:130px;display:inline-block}.pt_plus_social_list.style-14 .social_list{flex-wrap:wrap}.pt-plus-row-set .mobile-hide,.tooltip_mobile_hide .menu-tooltip-title{display:none}.post-inner-loop.tp-row{margin-right:-10px;margin-left:-10px}}@media (max-width:660px){.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item{width:50%!important;height:300px!important}#wpadminbar{position:fixed}}@media (max-width:480px){.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item{width:100%!important;height:420px!important}}@media (max-width:375px){.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item{height:300px!important}}.ajax_lazy_load .post-lazy-load .tp-spin-ring{display:inline-block;position:relative;width:80px;height:80px}.ajax_lazy_load .post-lazy-load .tp-spin-ring div{box-sizing:border-box;display:block;position:absolute;width:32px;height:32px;margin:8px;border:2px solid #000;border-radius:50%;animation:tp-spin-ring-animation 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#000 transparent transparent transparent}.ajax_lazy_load .post-lazy-load .tp-spin-ring div:nth-child(1){animation-delay:-0.45s}.ajax_lazy_load .post-lazy-load .tp-spin-ring div:nth-child(2){animation-delay:-0.3s}.ajax_lazy_load .post-lazy-load .tp-spin-ring div:nth-child(3){animation-delay:-0.15s}@keyframes tp-spin-ring-animation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.pt-plus-button-wrapper{position:relative;display:block}.ts-button.content_hover_effect{position:relative;display:inline-block;width:auto}.pt-plus-button-wrapper .parallax-scroll{position:relative;display:inline-block}.pt-plus-button-wrapper .pt-plus-move-parallax{position:relative;display:inline-block;width:auto}.pt-plus-button-wrapper .pt-plus-move-parallax.full-button{width:100%}.pt_plus_button{position:relative;display:inline-block;width:auto}.pt_plus_button.full-button{width:100%;text-align:center}.ts-button.content_hover_effect.full-button{width:100%}.pt_plus_button.full-button a.button-link-wrap{display:block;width:100%;text-align:center}a.button-link-wrap:hover{text-decoration:blink}.pt_plus_button.trnasition_hover{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.pt_plus_button.trnasition_hover:hover{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px);transform:translateY(-3px)}.pt_plus_button .button-link-wrap i{padding-left:5px;padding-right:5px;vertical-align:middle}.pt_plus_button .button-link-wrap{position:relative;display:inline-block;padding:15px 30px;font-size:16px;line-height:25px;letter-spacing:1px;cursor:pointer;color:#000;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.pt_plus_button .button-link-wrap:hover .button_line{-webkit-animation:mymove 1s;-webkit-animation-iteration-count:1;animation:mymove 1s;animation-iteration-count:1}.pt_plus_button .button-link-wrap .button_line{position:absolute;background:#000;width:100%;height:1px;bottom:0;left:0%;pointer-events:none;z-index:11;display:inline-block}@-webkit-keyframes mymove{0%{left:0%;width:100%}45%{left:100%;width:0%}55%{left:0%;width:0%}100%{left:0%;width:100%}}@keyframes mymove{0%{left:0%;width:100%}45%{left:100%;width:0%}55%{left:0%;width:0%}100%{left:0%;width:100%}}.button-link-wrap i.button-before{margin-right:10px}.button-link-wrap i.button-after{margin-left:10px}.pt_plus_button.button-style-4 .button-link-wrap{padding:15px 30px;text-align:center;font-size:16px;line-height:25px;-moz-border-radius:30px;-webkit-border-radius:30px;border-radius:30px;border:1px solid #252525;vertical-align:top;background:#252525;-webkit-transition:background 150ms ease-in-out,color 150ms ease-in-out;-moz-transition:background 150ms ease-in-out,color 150ms ease-in-out;-o-transition:background 150ms ease-in-out,color 150ms ease-in-out;-ms-transition:background 150ms ease-in-out,color 150ms ease-in-out;transition:background 150ms ease-in-out,color 150ms ease-in-out;position:relative;overflow:hidden;color:#8a8a8a;-webkit-background-size:cover!important;-moz-background-size:cover!important;-o-background-size:cover!important;background-size:cover!important;background-position:center center!important}.pt_plus_button.button-style-4 .button-link-wrap:hover{color:#252525;border:1px solid #252525}.pt_plus_button.button-style-4 .button-link-wrap::after{content:attr(data-hover);display:grid;align-items:center;position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;background:#00d7e4;-ms-transform:translateY(100%);-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform ease 0.3s;-moz-transition:-moz-transform ease 0.3s;-o-transition:-o-transform ease 0.3s;-ms-transition:-ms-transform ease 0.3s;transition:transform ease 0.3s;-webkit-background-size:cover!important;-moz-background-size:cover!important;-o-background-size:cover!important;background-size:cover!important;background-position:center center!important}.pt_plus_button.button-style-4 .button-link-wrap:hover::after{-ms-transform:translateY(0);-ms-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.pt_plus_button.button-style-8{overflow:visible}.pt_plus_button.button-style-8 .button-link-wrap{-moz-box-shadow:0 8px 20px 1px rgba(0,0,0,.27);-webkit-box-shadow:0 8px 20px 1px rgba(0,0,0,.27);box-shadow:0 8px 20px 1px rgba(0,0,0,.27);padding:15px 30px;border:1px solid #252525}.pt_plus_button.button-style-8 .button-link-wrap:hover{-webkit-box-shadow:0 3px 6px 1px rgba(0,0,0,.08);-moz-box-shadow:0 3px 6px 1px rgba(0,0,0,.08);box-shadow:0 3px 6px 1px rgba(0,0,0,.08);-webkit-transform:translateY(3px);-ms-transform:translateY(3px);-moz-transform:translateY(3px);-o-transform:translateY(3px);transform:translateY(3px)}.pt_plus_button.button-style-11 .button-link-wrap{display:inline-block;background:#252525;border:1px solid #252525;overflow:hidden}.pt_plus_button.button-style-11 .button-link-wrap:hover>span{-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);display:block;opacity:0}.pt_plus_button.button-style-11 .button-link-wrap::before{content:attr(data-hover);position:absolute;top:0;left:0;width:100%;height:100%;color:#252525;background:#ff214f;display:grid;align-items:center;text-align:center}.pt_plus_button.button-style-11 .button-link-wrap>span,.pt_plus_button.button-style-11 .button-link-wrap::before{-webkit-transition:-webkit-transform 0.3s;-moz-transition:-moz-transform 0.3s;-o-transition:-o-transform 0.3s;-ms-transition:-ms-transform 0.3s;transition:transform 0.3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);padding:15px 30px;display:block}.pt_plus_button.button-style-11.hover-left .button-link-wrap::before{-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.pt_plus_button.button-style-11.hover-right .button-link-wrap::before{-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.pt_plus_button.button-style-11.hover-top .button-link-wrap::before{-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);-o-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.pt_plus_button.button-style-11.hover-bottom .button-link-wrap::before{-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pt_plus_button.button-style-11.hover-left .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-right .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-top .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-bottom .button-link-wrap:hover::before{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.pt_plus_button.button-style-11 .button-link-wrap{overflow:hidden;padding:0}.pt_plus_button.button-style-12 .button-link-wrap{display:inline-block;border:1px solid #252525;padding:15px 30px;overflow:hidden}.pt_plus_button.button-style-12 .button-link-wrap span{z-index:1;position:relative}.pt_plus_button.button-style-12 .button-link-wrap::before{content:'';position:absolute;top:50%;left:100%;margin:-15px 0 0 1px;width:50px;height:30px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:#ff214f;-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale3d(1,2,1);-moz-transform:scale3d(1,2,1);-ms-transform:scale3d(1,2,1);-o-transform:scale3d(1,2,1);transform:scale3d(1,2,1);-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;-moz-transition:-webkit-transform 0.3s,opacity 0.3s;-ms-transition:-webkit-transform 0.3s,opacity 0.3s;-o-transition:-webkit-transform 0.3s,opacity 0.3s;transition:transform .1,opacity 0.3s;-webkit-transition-timing-function:cubic-bezier(.7,0,.9,1);transition-timing-function:cubic-bezier(.7,0,.9,1)}.pt_plus_button.button-style-12 .button-link-wrap:hover::before{-webkit-transform:scale3d(9,9,1);transform:scale3d(9,9,1)}.pt_plus_button.button-style-13 .button-link-wrap{display:inline-block;border:1px solid #252525;padding:15px 30px;overflow:hidden}.pt_plus_button.button-style-13 .button-link-wrap span{position:relative;z-index:1}.pt_plus_button.button-style-13 .button-link-wrap::before{opacity:.4}.pt_plus_button.button-style-13 .button-link-wrap::before,.pt_plus_button.button-style-13 .button-link-wrap::after{content:'';position:absolute;height:100%;width:100%;-webkit-transition:-webkit-transform 0.3s;-moz-transition:-moz-transform 0.3s;-o-transition:-ms-transform 0.3s;-ms-transition:-o-transform 0.3s;transition:transform 0.3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.pt_plus_button.button-style-13.hover-top .button-link-wrap::before,.pt_plus_button.button-style-13.hover-top .button-link-wrap::after{bottom:100%;left:0}.pt_plus_button.button-style-13.hover-bottom .button-link-wrap::before,.pt_plus_button.button-style-13.hover-bottom .button-link-wrap::after{bottom:-100%;left:0}.pt_plus_button.button-style-13.hover-right .button-link-wrap::before,.pt_plus_button.button-style-13.hover-right .button-link-wrap::after{right:100%;top:0;left:100%}.pt_plus_button.button-style-13.hover-left .button-link-wrap::before,.pt_plus_button.button-style-13.hover-left .button-link-wrap::after{left:-100%;right:100%;top:0}.pt_plus_button.button-style-13.hover-left .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-left .button-link-wrap:hover::after{-webkit-transform:translate3d(100%,0%,0);-ms-transform:translate3d(100%,0%,0);-moz-transform:translate3d(100%,0%,0);-o-transform:translate3d(100%,0%,0);transform:translate3d(100%,0%,0)}.pt_plus_button.button-style-13.hover-right .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-right .button-link-wrap:hover::after{-webkit-transform:translate3d(-100%,0%,0);-ms-transform:translate3d(-100%,0%,0);-moz-transform:translate3d(-100%,0%,0);-o-transform:translate3d(-100%,0%,0);transform:translate3d(-100%,0%,0)}.pt_plus_button.button-style-13.hover-top .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-top .button-link-wrap:hover::after{-webkit-transform:translate3d(0%,100%,0);-ms-transform:translate3d(0%,100%,0);-moz-transform:translate3d(0%,100%,0);-o-transform:translate3d(0%,100%,0);transform:translate3d(0%,100%,0)}.pt_plus_button.button-style-13.hover-bottom .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-bottom .button-link-wrap:hover::after{-webkit-transform:translate3d(0%,-100%,0);-ms-transform:translate3d(0%,-100%,0);-moz-transform:translate3d(0%,-100%,0);-o-transform:translate3d(0%,-100%,0);transform:translate3d(0%,-100%,0)}.pt_plus_button.button-style-13 .button-link-wrap:hover::after{-webkit-transition-delay:0.175s;-moz-transition-delay:0.175s;-o-transition-delay:0.175s;transition-delay:0.175s}.pt_plus_button.button-style-13 .button-link-wrap::before,.pt_plus_button.button-style-13 .button-link-wrap::after{background:#ff214f}.pt_plus_button.button-style-20 .button-link-wrap{display:inline-block;margin:0;padding:15px 30px;overflow:hidden;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;border:1px solid #252525}.pt_plus_button.button-style-20 .button-link-wrap span,.pt_plus_button.button-style-20 .button-link-wrap i.btn-icon{position:relative;z-index:1}.pt_plus_button.button-style-20 .button-link-wrap:after{content:'';position:absolute;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}.pt_plus_button.button-style-20 .button-link-wrap:after{width:100%;height:0;top:50%;left:50%;background:#ff214f;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-moz-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);-o-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.pt_plus_button.button-style-20 .button-link-wrap:hover:after{height:280%;opacity:1}.pt_plus_button.button-style-20 .button-link-wrap:active:after{height:500%;opacity:1}.content_hover_effect{position:relative;display:block;width:100%}.content_hover_grow{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.content_hover_grow:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.content_hover_push{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.content_hover_push:hover{-webkit-animation-name:hvr-push;animation-name:hvr-push;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-push{50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes hvr-push{50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}.content_hover_bounce_in{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s}.content_hover_bounce_in:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-webkit-transition-timing-function:cubic-bezier(.47,2.02,.31,-.36);transition-timing-function:cubic-bezier(.47,2.02,.31,-.36)}.content_hover_float{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.content_hover_float:hover{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);-ms-transform:translateY(-8px);-o-transform:translateY(-8px);transform:translateY(-8px)}.content_hover_wobble_horizontal{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.content_hover_wobble_horizontal:hover{-webkit-animation-name:hvr-wobble-horizontal;animation-name:hvr-wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes hvr-wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.content_hover_wobble_vertical{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.content_hover_wobble_vertical:hover{-webkit-animation-name:hvr-wobble-vertical;animation-name:hvr-wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes hvr-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.content_hover_float_shadow{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.content_hover_float_shadow:before,.content_hover_radial:before{content:''}.content_hover_float_shadow:before{pointer-events:none;position:absolute;top:100%;left:5%;content:'';height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0%,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center,rgba(0,0,0,.35) 0%,rgba(0,0,0,0) 80%);-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform,opacity;transition-property:transform,opacity}.content_hover_float_shadow:hover{-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);-o-transform:translateY(-5px);transform:translateY(-5px)}.content_hover_float_shadow:hover:before{opacity:1;-webkit-transform:translateY(5px);-moz-transform:translateY(5px);-ms-transform:translateY(5px);-o-transform:translateY(5px);transform:translateY(5px)}.content_hover_grow_shadow{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow,transform;transition-property:box-shadow,transform}.content_hover_grow_shadow:hover{box-shadow:0 10px 10px -10px rgba(0,0,0,.5);-moz-box-shadow:0 10px 10px -10px rgba(0,0,0,.5);-webkit-box-shadow:0 10px 10px -10px rgba(0,0,0,.5);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.content_hover_radial{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;-webkit-transition-duration:0.3s}.content_hover_radial:hover:before,.content_hover_radial:focus:before,.content_hover_radial:active:before,.content_hover_radial:hover:after,.content_hover_radial:focus:after,.content_hover_radial:active:after{opacity:1}.content_hover_radial:before,.content_hover_radial:after{pointer-events:none;position:absolute;content:'';left:0;width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-repeat:no-repeat;height:10px;opacity:0;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:opacity;transition-property:opacity}.content_hover_radial:after{top:100%;background:-webkit-radial-gradient(50% -50%,ellipse,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% -50%,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 80%)}.content_hover_radial:before{bottom:100%;background:-webkit-radial-gradient(50% 150%,ellipse,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% 150%,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 80%)}.content_effect_floating{animation-name:content_effect_floating;-webkit-animation-name:content_effect_floating;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.content_effect_tossing{animation-name:content_effect_tossing;-webkit-animation-name:content_effect_tossing;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.content_effect_pulse{animation-name:content_effect_pulse;-webkit-animation-name:content_effect_pulse;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block;width:100%}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}@charset 'UTF-8';.slick-loading .slick-list{background:#fff url(../../../images/ajax-loader.gif) center center no-repeat}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent;z-index:11}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-size:20px;line-height:1;opacity:.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:15px}[dir='rtl'] .slick-prev{right:15px;left:auto}.slick-prev:before{content:'←'}[dir='rtl'] .slick-prev:before{content:'→'}.slick-next{right:15px}[dir='rtl'] .slick-next{right:auto;left:15px}.slick-next:before{content:'→'}[dir='rtl'] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:4px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:black}.rtl .slick-next .icon-wrap{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}.rtl .slick-prev .icon-wrap {-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.slick-nav,.slick-nav:hover,.slick-nav:focus,.slick-nav:active{background:transparent;outline:none;color:unset;border:0;box-shadow:none}.list-carousel-slick .slick-slide.slick-current.slick-active.slick-center{position:relative;z-index:1}.list-carousel-slick .post-inner-loop{overflow:visible}.list-carousel-slick .post-inner-loop .slick-list.draggable{position:relative;display:block;cursor:all-scroll;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y}.list-carousel-slick[data-slider_rows="2"] .slick-slide>div,.list-carousel-slick[data-slider_rows="3"] .slick-slide>div{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.list-carousel-slick .grid-item{padding:0}ul.slick-dots.style-1 li button:before,ul.slick-dots.style-2 li button:before,ul.slick-dots.style-3 li button:before{display:none}.slick-dots.style-1 li button:before,.slick-dots.style-2 li button:before,.slick-dots.style-3 li button:before{content:'';width:0;height:0}.slick-dots.style-1 li,.slick-dots.style-2 li,.slick-dots.style-3 li{margin:0 6px;width:10px;height:10px;vertical-align:middle;display:inline-block}.slick-dots.style-2 li button{border:1px solid #000;top:0;left:0;width:100%;height:100%;outline:none;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:#fff;text-indent:-999em;cursor:pointer;position:absolute}.slick-dots.style-1 li button{top:0;left:0;width:100%;height:100%;outline:none;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;text-indent:-999em;cursor:pointer;position:absolute;-webkit-box-shadow:inset 0 0 0 8px rgba(196,77,72,.42);box-shadow:inset 0 0 0 8px rgba(196,77,72,.42);-webkit-transition:box-shadow 0.3s ease;-moz-transition:box-shadow 0.3s ease;-o-transition:box-shadow 0.3s ease;-ms-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease}.slick-dots.style-1 li button:hover,.slick-dots.style-1 li button:focus{-moz-box-shadow:inset 0 0 0 8px #c44d48;-webkit-box-shadow:inset 0 0 0 8px #c44d48;box-shadow:inset 0 0 0 8px #c44d48}.slick-dots.style-1 li.slick-active button{-moz-box-shadow:inset 0 0 0 1px #c44d48;-webkit-box-shadow:inset 0 0 0 1px #c44d48;box-shadow:inset 0 0 0 1px #c44d48}.slick-dots.style-2 li::after{content:'';position:absolute;width:100%;height:100%;visibility:hidden;opacity:0;left:0;border:1px solid #000;background:#000;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;-webkit-transform:translateY(-200%);-ms-transform:translateY(-200%);-moz-transform:translateY(-200%);-o-transform:translateY(-200%);transform:translateY(-200%);-webkit-transition:-webkit-transform 0.3s ease,opacity 0.3s ease,visibility 0s 0.3s;-moz-transition:-moz-transform 0.3s ease,opacity 0.3s ease,visibility 0s 0.3s;-o-transition:-o-transform 0.3s ease,opacity 0.3s ease,visibility 0s 0.3s;-ms-transition:-ms-transform 0.3s ease,opacity 0.3s ease,visibility 0s 0.3s;transition:transform 0.3s ease,opacity 0.3s ease,visibility 0s 0.3s}.slick-dots.style-2 li button{-webkit-transition:-webkit-transform 0.3s ease,opacity 0.3s ease,background 0.3s ease;-moz-transition:-moz-transform 0.3s ease,opacity 0.3s ease,background 0.3s ease;-o-transition:-o-transform 0.3s ease,opacity 0.3s ease,background 0.3s ease;-ms-transition:-ms-transform 0.3s ease,opacity 0.3s ease,background 0.3s ease;transition:transform 0.3s ease,opacity 0.3s ease,background 0.3s ease}.slick-dots.style-2 li:hover button,.slick-dots.style-2 li button:focus,.slick-dots.style-2 li.slick-active button{background:#000}.slick-dots.style-2 li.slick-active button{opacity:0;-webkit-transform:translateY(200%);-ms-transform:translateY(200%);-moz-transform:translateY(200%);-o-transform:translateY(200%);transform:translateY(200%)}.slick-dots.style-2 li.slick-active::after{opacity:1;visibility:visible;-webkit-transition:-webkit-transform 0.3s ease,opacity 0.3s ease;-moz-transition:-moz-transform 0.3s ease,opacity 0.3s ease;-o-transition:-o-transform 0.3s ease,opacity 0.3s ease;-ms-transition:-ms-transform 0.3s ease,opacity 0.3s ease;transition:transform 0.3s ease,opacity 0.3s ease;-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%)}ul.slick-dots.style-2{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}ul.slick-dots.style-2 svg{opacity:0}.list-carousel-slick .slick-slider.slick-dotted{margin-bottom:30px}.list-carousel-slick .slick-slider.slick-dotted{padding-bottom:20px}.list-carousel-slick.hover-slider-dots ul.slick-dots,.list-carousel-slick.hover-slider-arrow .slick-nav.slick-arrow{opacity:0;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.list-carousel-slick.hover-slider-dots:hover ul.slick-dots,.list-carousel-slick.hover-slider-arrow:hover .slick-nav.slick-arrow{opacity:1}.list-carousel-slick .slick-slider .slick-nav.style-2{border:none;outline:none}.list-carousel-slick .slick-slider .slick-nav.style-2:hover,.list-carousel-slick .slick-slider .slick-nav.style-2:focus{background-color:transparent}ul.slick-dots.style-3 li button{top:0;left:0;width:100%;height:100%;outline:none;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:#252525;text-indent:-999em;cursor:pointer;position:absolute}ul.slick-dots.style-3 li button{background:transparent;box-shadow:inset 0 0 0 1px #c44d48;-webkit-box-shadow:inset 0 0 0 1px #c44d48;-webkit-transition:box-shadow 0.3s ease;-moz-transition:box-shadow 0.3s ease;-o-transition:box-shadow 0.3s ease;-ms-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease}ul.slick-dots.style-3 li button:hover,ul.slick-dots.style-3 li button:focus{-moz-box-shadow:inset 0 0 0 2px rgba(196,77,72,.6);-webkit-box-shadow:inset 0 0 0 2px rgba(196,77,72,.6);box-shadow:inset 0 0 0 2px rgba(196,77,72,.6)}ul.slick-dots.style-3 li.slick-active button{-moz-box-shadow:inset 0 0 0 8px #c44d48;-webkit-box-shadow:inset 0 0 0 8px #c44d48;box-shadow:inset 0 0 0 8px #c44d48}.slick-dots.style-4 .slick-active button{-moz-box-shadow:0 0 0 1px rgba(255,255,255,1);-webkit-box-shadow:0 0 0 1px rgba(255,255,255,1);box-shadow:0 0 0 1px rgba(255,255,255,1);border:none;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:transparent}.slick-dots.style-4 button{width:14px;height:14px;margin:3px}.slick-dots.style-4 button{-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;box-shadow:0 0 0 0 rgba(255,255,255,0);-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);-moz-box-shadow:0 0 0 0 rgba(255,255,255,0);-webkit-transition:box-shadow 0.3s ease;-moz-transition:box-shadow 0.3s ease;-o-transition:box-shadow 0.3s ease;-ms-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease;background:transparent}.slick-dots.style-4 li.slick-active button:before,.slick-dots.style-4 li button:hover::before{opacity:.75;color:black;transform:scale(.4);-ms-transform:scale(.4);-moz-transform:scale(.4);-o-transform:scale(.4);-webkit-transform:scale(.4);background:rgb(255,255,255)}.slick-dots.style-4 li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;content:'•';text-align:center;opacity:1;color:black;width:12px;height:12px;margin-top:4px;margin-left:4px;outline:none;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:rgb(72,50,50);text-indent:-999em;cursor:pointer;position:absolute;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:background 0.3s ease,-webkit-transform 0.3s ease;-moz-transition:background 0.3s ease,-moz-transform 0.3s ease;-o-transition:background 0.3s ease,-o-transform 0.3s ease;-ms-transition:background 0.3s ease,-ms-transform 0.3s ease;transition:background 0.3s ease,transform 0.3s ease}.slick-dots.style-5 li{position:relative;display:inline-block;width:auto;height:20px;margin:0 5px;padding:0;cursor:pointer;padding-top:8px}.slick-dots.style-5 button{float:right;width:20px;height:4px;-webkit-transition:width .3s,background .3s!important;-moz-transition:width .3s,background .3s;-o-transition:width .3s,background .3s;-ms-transition:width .3s,background .3s;transition:width .3s,background .3s;background:#00a276;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;padding:0}.slick-dots.style-5 li button:before{content:''!important;width:0;height:0}.slick-dots.style-5 .slick-active button,.slick-dots.style-5 li:hover button{width:30px!important}.slick-dots.style-6 li button{font-size:0;line-height:0;display:block;width:10px;height:10px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;border:1px solid #000;margin-top:-1px;transition:0.4s;-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;-ms-transition:0.4s}.slick-dots.style-6 .slick-active button{border:2px solid transparent!important}.slick-dots.style-6 li button:before{content:''!important;width:0;height:0}ul.slick-dots.style-6 li button:after{opacity:0;transition:0.4s;-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;-ms-transition:0.4s;position:absolute;left:50%;top:50%;text-indent:0;-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:"/";font-size:18px;color:#000;font-weight:400;margin-left:-3px;margin-top:-4px;-webkit-transition:0.4s ease-in-out;-moz-transition:0.4s ease-in-out;-o-transition:0.4s ease-in-out;-ms-transition:0.4s ease-in-out;transition:0.4s ease-in-out}.slick-dots.style-6 .slick-active button:after,.slick-dots.style-6 li:hover button{opacity:1}.slick-dots.style-7 li{position:relative;display:inline-block;width:auto;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots.style-7 button{float:right;width:40px;height:3px;-webkit-transition:width .3s,background .3s!important;-moz-transition:width .3s,background .3s;-o-transition:width .3s,background .3s;-ms-transition:width .3s,background .3s;transition:width .3s,background .3s;background:#00a276;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;padding:0}.slick-dots.style-7 li button:before{content:''!important;width:0;height:0}.list-carousel-slick.overlay-content-dots ul.slick-dots{bottom:10px}.list-carousel-slick.vertical-dots ul.slick-dots{bottom:auto;right:10px;width:auto;top:50%;-webkit-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.list-carousel-slick.vertical-dots ul.slick-dots li{display:block;float:none;margin:10px 10px}.list-carousel-slick.vertical-dots ul.slick-dots.style-2{position:absolute}.list-carousel-slick.vertical-dots ul.slick-dots.style-3 li{margin:15px 10px}.list-carousel-slick.vertical-dots ul.slick-dots.style-4 button{width:20px;height:20px;margin:0}.list-carousel-slick .slick-vertical .slick-slide{border:0}.outer-slider-arrow .slick-nav.slick-prev.slick-arrow{left:-65px}.outer-slider-arrow .slick-nav.slick-next.slick-arrow{right:-65px}.slick-nav.slick-prev.style-1,.slick-nav.slick-next.style-1{z-index:11;padding:30px 30px;background:#fafafa;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.slick-prev.style-1:before,.slick-next.style-1:before{font-size:28px;opacity:1!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;padding-top:0;width:100%;height:100%;color:#222;top:0;left:0;line-height:54px;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear;z-index:111;text-shadow:0 0 transparent!important}.slick-nav.slick-prev.style-1:hover:before,.slick-nav.slick-next.style-1:hover:before{color:#fff}.slick-nav.slick-prev.style-1:hover,.slick-nav.slick-next.style-1:hover{background:#313131}.slick-prev.style-2,.slick-next.style-2{margin:0 10px;width:50px;height:50px}.slick-prev.style-2 .icon-wrap:before,.slick-prev.style-2 .icon-wrap:after,.slick-next.style-2 .icon-wrap:before,.slick-next.style-2 .icon-wrap:after{content:'';position:absolute;left:25%;width:3px;height:50%;background:#fff;content:'';-webkit-transition:-webkit-transform 0.3s,background 0.3s;-moz-transition:-webkit-transform 0.3s,background 0.3s;-o-transition:-webkit-transform 0.3s,background 0.3s;-ms-transition:-webkit-transform 0.3s,background 0.3s;transition:transform 0.3s,background 0.3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slick-prev.style-2 .icon-wrap,.slick-next.style-2 .icon-wrap{position:relative;display:block;margin:0% 0 0 10%;width:80%;height:80%}.slick-prev.style-2 .icon-wrap::before,.slick-next.style-2 .icon-wrap::before{-webkit-transform:translateX(-50%) rotate(30deg);-ms-transform:translateX(-50%) rotate(30deg);-moz-transform:translateX(-50%) rotate(30deg);-o-transform:translateX(-50%) rotate(30deg);transform:translateX(-50%) rotate(30deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%}.slick-prev.style-2:hover .icon-wrap::before,.slick-next.style-2:hover .icon-wrap::before{-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);-moz-transform:translateX(-50%) rotate(45deg);-o-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.slick-prev.style-2 .icon-wrap::after,.slick-next.style-2 .icon-wrap::after{top:50%;-webkit-transform:translateX(-50%) rotate(-30deg);-ms-transform:translateX(-50%) rotate(-30deg);-moz-transform:translateX(-50%) rotate(-30deg);-o-transform:translateX(-50%) rotate(-30deg);transform:translateX(-50%) rotate(-30deg);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}.slick-prev.style-2:hover .icon-wrap::after,.slick-next.style-2:hover .icon-wrap::after{-webkit-transform:translateX(-50%) rotate(-45deg);-ms-transform:translateX(-50%) rotate(-45deg);-moz-transform:translateX(-50%) rotate(-45deg);-o-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}.slick-prev.style-2:before,.slick-next.style-2:before{position:absolute;top:0;left:0;width:100%;height:100%;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:transparent;content:'';opacity:1;-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;-moz-transition:-webkit-transform 0.3s,opacity 0.3s;-o-transition:-webkit-transform 0.3s,opacity 0.3s;-ms-transition:-webkit-transform 0.3s,opacity 0.3s;transition:transform 0.3s,opacity 0.3s;-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9);text-shadow:0 0 transparent!important}.slick-prev.style-2:hover::before,.slick-next.style-2:hover::before{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.slick-prev.style-2:hover .icon-wrap::before,.slick-prev.style-2:hover .icon-wrap::after,.slick-next.style-2:hover .icon-wrap::before,.slick-next.style-2:hover .icon-wrap::after{background:#cc6055}.slick-next.style-2 .icon-wrap{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.slick-nav.style-3,.slick-nav.style-4{width:30px;height:30px;position:absolute}.slick-nav.style-3:before,.slick-nav.style-4:before{font-family:'slick';font-size:28px;opacity:1;color:black;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease}.slick-nav.style-3.top-right,.slick-nav.style-4.top-right{top:-25px;right:15px;left:auto}.slick-prev.style-3.top-right,.slick-prev.style-4.top-right{right:50px}.slick-nav.style-3.bottm-left,.slick-nav.style-4.bottm-left{bottom:-45px;left:15px;top:auto}.slick-next.style-3.bottm-left,.slick-next.style-4.bottm-left{left:50px}.slick-nav.style-3.bottom-center,.slick-nav.style-4.bottom-center{left:50%;right:17px;bottom:-45px;top:auto}.slick-prev.style-3.bottom-center,.slick-prev.style-4.bottom-center{margin-left:-20px;transform:translateY(-50%) translateX(-50%)}.slick-next.style-3.bottom-center,.slick-next.style-4.bottom-center{margin-left:20px;transform:translateY(-50%) translateX(-50%)}.slick-nav.style-3.bottom-right,.slick-nav.style-4.bottom-right{bottom:-45px;right:15px;top:auto;left:auto}.slick-prev.style-3.bottom-right,.slick-prev.style-4.bottom-right{right:50px}.slick-nav.style-3:hover:before{color:#fff;opacity:.7}.slick-nav.style-3:before,.slick-nav.style-4:before{font-family:'Font Awesome 5 Free';font-weight:600;font-size:22px;color:white;transition:.5s ease;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;text-align:center;display:inline-block;background:#000;-moz-border-radius:58%;-webkit-border-radius:58%;border-radius:58%;text-shadow:0 0 transparent!important}.slick-next.style-3:before{content:"\f105";padding:0;width:100%;height:100%;line-height:30px}.slick-prev.style-3:before{content:"\f104";padding:0;width:100%;height:100%;line-height:30px}.slick-next.style-4:before{content:"\f105";padding:0;width:100%;height:100%;line-height:30px}.slick-prev.style-4:before{content:"\f104";padding:0;margin-left:-5px;width:100%;height:100%;line-height:30px}.slick-nav.style-4:before{border:1px solid #000;background:transparent;color:#000;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;text-shadow:0 0 transparent!important}.slick-nav.style-4:hover:before{color:#fff;opacity:.7}.slick-prev.style-5,.slick-next.style-5{margin:0 10px;width:50px;height:50px}.slick-prev.style-5 .icon-wrap:before,.slick-prev.style-5 .icon-wrap:after,.slick-next.style-5 .icon-wrap:before,.slick-next.style-5 .icon-wrap:after{content:'';position:absolute;left:25%;width:2px;height:50%;background:#ccc;content:'';-webkit-transition:-webkit-transform 0.3s,background 0.3s;-moz-transition:-moz-transform 0.3s,background 0.3s;-o-transition:-o-transform 0.3s,background 0.3s;-ms-transition:-ms-transform 0.3s,background 0.3s;transition:transform 0.3s,background 0.3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slick-prev.style-5 .icon-wrap,.slick-next.style-5 .icon-wrap{position:relative;display:block;margin:0% 0 0 10%;width:80%;height:80%}.slick-prev.style-5 .icon-wrap{-webkit-transition:.3s linear;-ms-transition:.3s linear;-moz-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.slick-next.style-5:hover span.icon-wrap,.slick-next.style-5:focus span.icon-wrap{-webkit-transform:rotate(180deg) scale(1.1) translateX(-5px);-ms-transform:rotate(180deg) scale(1.1) translateX(-5px);-moz-transform:rotate(180deg) scale(1.1) translateX(-5px);-o-transform:rotate(180deg) scale(1.1) translateX(-5px);transform:rotate(180deg) scale(1.1) translateX(-5px)}.slick-prev.style-5:hover span.icon-wrap,.slick-prev.style-5:focus span.icon-wrap{-webkit-transform:scale(1.1) translateX(-5px);-ms-transform:scale(1.1) translateX(-5px);-moz-transform:scale(1.1) translateX(-5px);-o-transform:scale(1.1) translateX(-5px);transform:scale(1.1) translateX(-5px)}.slick-prev.style-5 .icon-wrap::before,.slick-next.style-5 .icon-wrap::before{-webkit-transform:translateX(-50%) rotate(30deg);-ms-transform:translateX(-50%) rotate(30deg);-moz-transform:translateX(-50%) rotate(30deg);-o-transform:translateX(-50%) rotate(30deg);transform:translateX(-50%) rotate(30deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%}.slick-prev.style-5 .icon-wrap::after,.slick-next.style-5 .icon-wrap::after{top:50%;-webkit-transform:translateX(-50%) rotate(-30deg);-ms-transform:translateX(-50%) rotate(-30deg);-moz-transform:translateX(-50%) rotate(-30deg);-o-transform:translateX(-50%) rotate(-30deg);transform:translateX(-50%) rotate(-30deg);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}.slick-prev.style-5:before,.slick-next.style-5:before{position:absolute;top:0;left:0;width:100%;height:100%;content:'';opacity:1;-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;-moz-transition:-moz-transform 0.3s,opacity 0.3s;-o-transition:-o-transform 0.3s,opacity 0.3s;-ms-transition:-ms-transform 0.3s,opacity 0.3s;transition:transform 0.3s,opacity 0.3s;-webkit-transform:scale(.9);-ms-transform:scale(.9);-moz-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9);text-shadow:0 0 transparent!important}.slick-prev.style-5:hover::before,.slick-next.style-5:hover::before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.slick-prev.style-5:hover .icon-wrap::before,.slick-prev.style-5:hover .icon-wrap::after,.slick-next.style-5:hover .icon-wrap::before,.slick-next.style-5:hover .icon-wrap::after{background:#cc6055}.slick-next.style-5 .icon-wrap{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:.5s linear;-ms-transition:.5s linear;-moz-transition:.5s linear;-o-transition:.5s linear;transition:.5s linear}.style-6.slick-arrow.slick-next:before,.style-6.slick-arrow.slick-prev:before{content:'→';content:"";position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:-webkit-transform .37s cubic-bezier(.77,0,.18,1);-ms-transition:-ms-transform .37s cubic-bezier(.77,0,.18,1);-moz-transition:-moz-transform .37s cubic-bezier(.77,0,.18,1);-o-transition:-o-transform .37s cubic-bezier(.77,0,.18,1);transition:transform .37s cubic-bezier(.77,0,.18,1);background:#3641ff;text-shadow:0 0 transparent!important}.style-6.slick-arrow.slick-prev:before{-webkit-transform:translate3d(3.625rem,0,0);-ms-transform:translate3d(3.625rem,0,0);-moz-transform:translate3d(3.625rem,0,0);-o-transform:translate3d(3.625rem,0,0);transform:translate3d(3.625rem,0,0)}.style-6.slick-arrow.slick-prev,.style-6.slick-arrow.slick-next{width:50px;height:50px;overflow:hidden;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.style-6.slick-arrow.slick-next:before{-webkit-transform:translate3d(3.625rem,0,0);-ms-transform:translate3d(3.625rem,0,0);-moz-transform:translate3d(3.625rem,0,0);-o-transform:translate3d(3.625rem,0,0);transform:translate3d(3.625rem,0,0)}.style-6.slick-arrow.slick-prev:before{-ms-transform:translate3d(-3.625rem,0,0);-moz-transform:translate3d(-3.625rem,0,0);-o-transform:translate3d(-3.625rem,0,0);-webkit-transform:translate3d(-3.625rem,0,0);transform:translate3d(-3.625rem,0,0)}.style-6.slick-arrow.slick-next:hover:before,.style-6.slick-arrow.slick-prev:hover:before{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);-moz-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.slick-nav.style-6 .icon-wrap{z-index:1;position:relative}.slick-nav.style-6.slick-arrow{font-size:16px}.slick-nav.style-6.icon-wrap{position:relative;z-index:1}@media (min-width:1200px) and (max-width:1300px){.outer-slider-arrow .slick-nav.slick-prev.slick-arrow{left:15px}.outer-slider-arrow .slick-nav.slick-next.slick-arrow{right:15px}}@media (min-width:992px) and (max-width:1080px){.outer-slider-arrow .slick-nav.slick-prev.slick-arrow{left:15px}.outer-slider-arrow .slick-nav.slick-next.slick-arrow{right:15px}}@media (min-width:992px) and (max-width:1080px){.outer-slider-arrow .slick-nav.slick-prev.slick-arrow{left:15px}.outer-slider-arrow .slick-nav.slick-next.slick-arrow{right:15px}}@media (max-width:865px){.outer-slider-arrow .slick-nav.slick-prev.slick-arrow{left:15px}.outer-slider-arrow .slick-nav.slick-next.slick-arrow{right:15px}}html.fp-enabled,.fp-enabled body{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fp-slide{float:left}.fp-slide,.fp-slidesContainer{height:100%;display:block}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.fp-section.fp-table,.fp-slide.fp-table{display:table;table-layout:fixed;width:100%}.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%}.fp-slidesContainer{float:left;position:relative}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;width:0;height:0;border-style:solid;margin-top:-38px;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fp-controlArrow.fp-prev{left:15px;width:0;border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}.fp-controlArrow.fp-next{right:15px;border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}.fp-scrollable{overflow:hidden;position:relative}.fp-scroller{overflow:hidden}.iScrollIndicator{border:0!important}.fp-notransition{-webkit-transition:none!important;transition:none!important}#fp-nav{position:fixed;z-index:100;margin-top:-32px;top:50%;opacity:1;-webkit-transform:translate3d(0,0,0)}#fp-nav.fp-right{right:17px}#fp-nav.fp-left{left:17px}.fp-slidesNav{position:absolute;z-index:4;opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0!important;right:0;margin:0 auto!important}.fp-slidesNav.fp-bottom{bottom:17px}.fp-slidesNav.fp-top{top:17px}#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative}.fp-slidesNav ul li{display:inline-block}#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li:hover a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%}#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;-webkit-transition:all 0.1s ease-in-out;-moz-transition:all 0.1s ease-in-out;-o-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0 0 -5px}#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;cursor:pointer}#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active + .fp-tooltip{-webkit-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in;width:auto;opacity:1}#fp-nav ul li .fp-tooltip.fp-right{right:20px}#fp-nav.style-1 ul li .fp-tooltip.fp-left{left:60px;top:15px}#fp-nav ul li .fp-tooltip.fp-left{left:20px}.fp-auto-height.fp-section,.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell{height:auto!important}.fp-responsive .fp-auto-height-responsive.fp-section,.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell{height:auto!important}.fp-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0} .theplus-accordion-wrapper .plus-accordion-header.active .elementor-accordion-icon-closed{display:none !important}.theplus-accordion-wrapper .plus-accordion-header.active .elementor-accordion-icon-opened{display:block !important}.theplus-accordion-wrapper .theplus-accordion-item{position:relative;display:block;width:100%}.elementor-accordion-icon .fa{font-size:inherit;line-height:inherit;width:auto;height:auto;top:auto;word-spacing:inherit}.theplus-accordion-wrapper .theplus-accordion-item:last-child{margin-bottom:0}.theplus-accordion-wrapper .theplus-accordion-item .plus-accordion-content{border:0}.theplus-accordion-wrapper .plus-accordion-header{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;-ms-transition:all .2s linear;transition:all .2s linear}.theplus-accordion-wrapper.hover-style-1 .plus-accordion-header:before{content:'';position:absolute;left:0;bottom:0;height:100%;width:0;background-color:#232323;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.theplus-accordion-wrapper.hover-style-1 .theplus-accordion-item:hover .plus-accordion-header:not(.active):before{width:3px}.theplus-accordion-wrapper.hover-style-1 .theplus-accordion-item .plus-accordion-header.active:before{width:100%}.theplus-accordion-wrapper.hover-style-1 .theplus-accordion-item .plus-accordion-header,.theplus-accordion-wrapper.hover-style-2 .theplus-accordion-item .plus-accordion-header{position:relative;overflow:hidden}.theplus-accordion-wrapper.hover-style-1 .theplus-accordion-item .plus-accordion-header>span,.theplus-accordion-wrapper.hover-style-2 .theplus-accordion-item .plus-accordion-header>span{position:relative;z-index:1}.theplus-accordion-wrapper.hover-style-2 .plus-accordion-header:before{content:'';position:absolute;left:0;bottom:0;height:0;width:100%;background-color:#232323;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.theplus-accordion-wrapper.hover-style-2 .theplus-accordion-item:hover .plus-accordion-header:not(.active):before{height:3px}.theplus-accordion-wrapper.hover-style-2 .theplus-accordion-item .plus-accordion-header.active:before{height:100%}.theplus-accordion-wrapper.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:none;text-align:left;position:relative;display:flex;align-items:center}.theplus-accordion-wrapper.elementor-accordion .elementor-tab-title{position:relative;display:flex;align-items:center}.theplus-accordion-wrapper .accordion-icon-prefix{position:relative;width:35px;height:35px;text-align:center;vertical-align:middle;display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;background:#8072fc;color:#fff;border-radius:30px;margin-right:8px;font-size:15px;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;-ms-transition:all .2s linear;transition:all .2s linear}.theplus-accordion-wrapper.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:none;text-align:right;position:relative;display:flex;align-items:center} .tab-preview-template-notice{position:relative;display:block;width:100%;border:1px solid #ddd;border-radius:5px;padding:10px;box-shadow:0 7px 15px -3px #0000001a}.tab-preview-template-notice .preview-temp-notice-heading{text-align:center;padding-bottom:10px;font-size:17px;font-weight:500;text-transform:capitalize;color:#000}.tab-preview-template-notice .preview-temp-notice-desc{padding:5px 20px;font-size:14px;text-align:center;color:#888}.theplus-tabs-wrapper{position:relative;display:block;width:100%}.theplus-tabs-wrapper ul.plus-tabs-nav{position:relative;width:auto;display:inline-block;padding:0;list-style:none;margin:0;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.elementor-widget-tp-tabs-tours.elementor-tabs-view-vertical .elementor-tabs-wrapper{width:25%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.theplus-tabs-wrapper ul.plus-tabs-nav.full-width-icon .plus-tab-header>span{display:block;text-align:center}.elementor-tabs-view-vertical .theplus-tabs-wrapper .theplus-tabs-nav-wrapper.align-center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;flex-direction:column}.elementor-tabs-view-vertical .theplus-tabs-wrapper .theplus-tabs-nav-wrapper.align-top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;align-self:flex-start;justify-content:center;flex-direction:column}.elementor-tabs-view-vertical .theplus-tabs-wrapper .theplus-tabs-nav-wrapper.align-bottom{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;align-self:flex-end;justify-content:center;flex-direction:column}.elementor-widget-tp-tabs-tours .plus-tab-header{position:relative;color:#313131;font-size:15px;line-height:20px;border:0 solid transparent;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.elementor-widget-tp-tabs-tours .plus-tab-header.active{border-color:#313131}.elementor-widget-tp-tabs-tours .elementor-tabs{text-align:left}.elementor-widget-tp-tabs-tours .elementor-tab-title{cursor:pointer;outline:none}.elementor-widget-tp-tabs-tours.elementor-tabs-view-horizontal ul.plus-tabs-nav li{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:inline-flex}.theplus-tabs-wrapper .plus-tabs-nav.full-width{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:flex-start;align-items:center}.elementor-widget-tp-tabs-tours.elementor-tabs-view-horizontal ul.plus-tabs-nav.full-width li{flex:1 1 auto;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;text-align:center}.theplus-tabs-wrapper .plus-tabs-nav span.tab-icon-wrap{padding-right:8px;position:relative;display:inline-block;vertical-align:middle;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.elementor-widget-tp-tabs-tours .elementor-tab-desktop-title{position:relative;padding:20px 25px;line-height:1;vertical-align:middle;width:100%}.elementor-widget-tp-tabs-tours .elementor-tab-mobile-title{padding:10px;cursor:pointer}.theplus-tabs-wrapper .theplus-tabs-content-wrapper{padding:10px;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.theplus-tabs-content-wrapper .plus-tab-content p{margin-bottom:0}.theplus-tabs-content-wrapper .plus-tab-content{display:none;opacity:0}.theplus-tabs-content-wrapper .plus-tab-content{position:relative;width:100%;color:#888;font-size:15px;line-height:22px}.theplus-tabs-content-wrapper .plus-tab-content.active{display:block;width:100%;opacity:1;animation:fadeIn linear 0.3s}.theplus-tabs-wrapper.elementor-tabs .elementor-tabs-wrapper{display:block}.theplus-tabs-wrapper.elementor-tabs.swiper-container .elementor-tabs-wrapper{display:inline-block}.theplus-tabs-wrapper .elementor-tab-mobile-title{display:none}.theplus-tabs-wrapper.elementor-tabs .elementor-tab-content,.theplus-tabs-wrapper.elementor-tabs .elementor-tab-title,.theplus-tabs-wrapper.elementor-tabs .elementor-tabs-content-wrapper{border:0}.elementor-widget-tp-tabs-tours.elementor-tabs-view-vertical .elementor-tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-tp-tabs-tours.elementor-tabs-view-vertical .elementor-tabs-content-wrapper{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.theplus-tabs-nav-wrapper .plus-tabs-nav li:last-child .tab-sep-icon{display:none}.theplus-tabs-nav-wrapper .plus-tabs-nav .tab-sep-icon{position:relative;display:flex;align-items:center; -webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}@media (max-width:767px){.theplus-tabs-wrapper.elementor-tabs .elementor-tab-content{padding:0}.theplus-tabs-nav-wrapper .plus-tabs-nav .tab-sep-icon.hide_mobile_sep_icon{display:none}}@media (max-width:600px){.elementor-tabs-view-horizontal .theplus-tabs-wrapper.nav-full-width ul.plus-tabs-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:flex-start;align-items:center}.elementor-tabs-view-horizontal .theplus-tabs-wrapper.nav-full-width ul.plus-tabs-nav li{flex:1 1 auto;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;text-align:center}.elementor-tabs-view-horizontal .theplus-tabs-wrapper.nav-one-by-one ul.plus-tabs-nav li{display:flex;width:100%;justify-content:center;text-align:center}.elementor-tabs-view-horizontal .theplus-tabs-wrapper.nav-one-by-one ul.plus-tabs-nav{display:block;text-align:center}.theplus-tabs-wrapper.mobile-accordion .theplus-tabs-nav-wrapper{display:none!important}.theplus-tabs-wrapper.mobile-accordion .elementor-tab-mobile-title{display:block}}.pt-plus-text-block-wrapper{position:relative;display:block;width:100%}.pt_plus_adv_text_block,.pt_plus_adv_text_block .text-content-block{position:relative;display:block;width:100%}.plus_blockquote{position:relative;width:100%;display:block;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.plus_blockquote .quote-text{font-size:inherit;padding:0!important;margin:0;background:transparent;border:0;font-style:normal;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.plus_blockquote .quote-text:before,.plus_blockquote .quote-text:after{display:none}.plus_blockquote.quote-style-1{padding-left:15px;border-left:2px solid #ff214f;font-size:16px;line-height:25px;color:#888}.plus_blockquote.quote-style-2 .quote-left{position:absolute;font-size:60px;top:-50px;text-shadow:7px 14px 10px rgba(0,0,0,.1);color:#888}.plus_blockquote.quote-style-2{padding:20px;background:#eee;border-radius:3px}.plus_blockquote .quote-text>span{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.plus_blockquote.quote-style-2 .quote-text>span{padding-left:65px}.plus_blockquote.quote-style-2 .quote-text .quote_author{text-align:right;font-size:14px;line-height:1.2;margin-top:10px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{box-sizing:inherit}.tp-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.tp-container{max-width:540px}}@media (min-width:768px){.tp-container{max-width:720px}}@media (min-width:992px){.tp-container{max-width:960px}}@media (min-width:1200px){.tp-container{max-width:1140px}}.tp-container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.tp-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.tp-no-gutters{margin-right:0;margin-left:0}.tp-no-gutters>.tp-col,.tp-no-gutters>[class*="tp-col-"]{padding-right:0;padding-left:0}.tp-col-1,.tp-col-2,.tp-col-3,.tp-col-4,.tp-col-5,.tp-col-6,.tp-col-7,.tp-col-8,.tp-col-9,.tp-col-10,.tp-col-11,.tp-col-12,.tp-col,.tp-col-auto,.tp-col-sm-1,.tp-col-sm-2,.tp-col-sm-3,.tp-col-sm-4,.tp-col-sm-5,.tp-col-sm-6,.tp-col-sm-7,.tp-col-sm-8,.tp-col-sm-9,.tp-col-sm-10,.tp-col-sm-11,.tp-col-sm-12,.tp-col-sm,.tp-col-sm-auto,.tp-col-md-1,.tp-col-md-2,.tp-col-md-3,.tp-col-md-4,.tp-col-md-5,.tp-col-md-6,.tp-col-md-7,.tp-col-md-8,.tp-col-md-9,.tp-col-md-10,.tp-col-md-11,.tp-col-md-12,.tp-col-md,.tp-col-md-auto,.tp-col-lg-1,.tp-col-lg-2,.tp-col-lg-3,.tp-col-lg-4,.tp-col-lg-5,.tp-col-lg-6,.tp-col-lg-7,.tp-col-lg-8,.tp-col-lg-9,.tp-col-lg-10,.tp-col-lg-11,.tp-col-lg-12,.tp-col-lg,.tp-col-lg-auto,.tp-col-xl-1,.tp-col-xl-2,.tp-col-xl-3,.tp-col-xl-4,.tp-col-xl-5,.tp-col-xl-6,.tp-col-xl-7,.tp-col-xl-8,.tp-col-xl-9,.tp-col-xl-10,.tp-col-xl-11,.tp-col-xl-12,.tp-col-xl,.tp-col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.tp-col{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.tp-col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.tp-col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.tp-col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.tp-col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.tp-col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.tp-col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.tp-col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.tp-col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.tp-col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.tp-col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.tp-col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.tp-col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.tp-col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.tp-offset-1{margin-left:8.333333%}.tp-offset-2{margin-left:16.666667%}.tp-offset-3{margin-left:25%}.tp-offset-4{margin-left:33.333333%}.tp-offset-5{margin-left:41.666667%}.tp-offset-6{margin-left:50%}.tp-offset-7{margin-left:58.333333%}.tp-offset-8{margin-left:66.666667%}.tp-offset-9{margin-left:75%}.tp-offset-10{margin-left:83.333333%}.tp-offset-11{margin-left:91.666667%}@media (min-width:576px){.tp-col-sm{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.tp-col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.tp-col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.tp-col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.tp-col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.tp-col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.tp-col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.tp-col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.tp-col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.tp-col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.tp-col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.tp-col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.tp-col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.tp-col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.tp-offset-sm-0{margin-left:0}.tp-offset-sm-1{margin-left:8.333333%}.tp-offset-sm-2{margin-left:16.666667%}.tp-offset-sm-3{margin-left:25%}.tp-offset-sm-4{margin-left:33.333333%}.tp-offset-sm-5{margin-left:41.666667%}.tp-offset-sm-6{margin-left:50%}.tp-offset-sm-7{margin-left:58.333333%}.tp-offset-sm-8{margin-left:66.666667%}.tp-offset-sm-9{margin-left:75%}.tp-offset-sm-10{margin-left:83.333333%}.tp-offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.tp-col-md{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.tp-col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.tp-col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.tp-col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.tp-col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.tp-col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.tp-col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.tp-col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.tp-col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.tp-col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.tp-col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.tp-col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.tp-col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.tp-col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.tp-offset-md-0{margin-left:0}.tp-offset-md-1{margin-left:8.333333%}.tp-offset-md-2{margin-left:16.666667%}.tp-offset-md-3{margin-left:25%}.tp-offset-md-4{margin-left:33.333333%}.tp-offset-md-5{margin-left:41.666667%}.tp-offset-md-6{margin-left:50%}.tp-offset-md-7{margin-left:58.333333%}.tp-offset-md-8{margin-left:66.666667%}.tp-offset-md-9{margin-left:75%}.tp-offset-md-10{margin-left:83.333333%}.tp-offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.tp-col-lg{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.tp-col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.tp-col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.tp-col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.tp-col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.tp-col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.tp-col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.tp-col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.tp-col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.tp-col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.tp-col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.tp-col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.tp-col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.tp-col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.tp-offset-lg-0{margin-left:0}.tp-offset-lg-1{margin-left:8.333333%}.tp-offset-lg-2{margin-left:16.666667%}.tp-offset-lg-3{margin-left:25%}.tp-offset-lg-4{margin-left:33.333333%}.tp-offset-lg-5{margin-left:41.666667%}.tp-offset-lg-6{margin-left:50%}.tp-offset-lg-7{margin-left:58.333333%}.tp-offset-lg-8{margin-left:66.666667%}.tp-offset-lg-9{margin-left:75%}.tp-offset-lg-10{margin-left:83.333333%}.tp-offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.tp-col-xl{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.tp-col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.tp-col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.tp-col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.tp-col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.tp-col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.tp-col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.tp-col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.tp-col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.tp-col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.tp-col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.tp-col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.tp-col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.tp-col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.tp-offset-xl-0{margin-left:0}.tp-offset-xl-1{margin-left:8.333333%}.tp-offset-xl-2{margin-left:16.666667%}.tp-offset-xl-3{margin-left:25%}.tp-offset-xl-4{margin-left:33.333333%}.tp-offset-xl-5{margin-left:41.666667%}.tp-offset-xl-6{margin-left:50%}.tp-offset-xl-7{margin-left:58.333333%}.tp-offset-xl-8{margin-left:66.666667%}.tp-offset-xl-9{margin-left:75%}.tp-offset-xl-10{margin-left:83.333333%}.tp-offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.tp-align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.tp-align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.tp-align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.tp-align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.tp-align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.tp-align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.tp-align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.tp-align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.tp-align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.tp-align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.tp-align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.tp-align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.tp-align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.tp-align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.tp-align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.tp-align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.tp-align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.tp-align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.tp-align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.tp-align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.tp-align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.tp-align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.tp-align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.tp-align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.tp-align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.tp-align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.tp-align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.tp-align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.tp-align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.tp-align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.tp-align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.tp-align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.tp-align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.tp-align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.tp-align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.tp-align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.tp-align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.tp-align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.tp-align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.tp-align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.tp-align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.tp-align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.tp-align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.tp-align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.tp-align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.tp-align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.tp-align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.tp-align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.tp-align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.tp-align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.tp-align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.tp-align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.tp-align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.tp-align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.tp-align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.tp-align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.tp-align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.tp-align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.tp-align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.tp-align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.tp-align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.tp-align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.tp-align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.tp-align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.tp-align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.tp-align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.tp-align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.tp-align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.tp-align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.tp-align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.tp-align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.tp-align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.tp-align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.tp-align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.tp-align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.tp-align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.tp-align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.tp-align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.tp-align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.tp-align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.tp-align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.tp-align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.tp-align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.tp-align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.tp-align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}#pt-plus-blog-post-list{position:relative;display:block;width:100%}.blog-list .post-inner-loop .grid-item .post.sticky .post-title a{color:#ff214f}.blog-list .grid-item{padding:0 15px}.blog-list .blog-list-style-content{position:relative;display:block;height:100%;overflow:hidden}.post-meta-info{text-transform:capitalize;font-size:11px;font-style:normal;font-weight:400;line-height:15px;letter-spacing:0;color:#777}.post-meta-info .post-author a{text-transform:uppercase}.post-meta-info a{color:#777}.blog-list-style-content .entry-content p{margin-bottom:0}.blog-list .entry-date,.blog-list .post-author{padding-right:5px}hr.border-bottom{margin:12px 0;border-top:1px solid #d3d3d3}.pt-theplus-post-read-more-button{position:relative;display:inline-block;width:100%;overflow:hidden;margin-top:10px;margin-bottom:10px}.post-format-gallery{position:relative;width:100%;margin-bottom:0!important}.blog-list .grid-item .blog-list-style-content{-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s}.blog-list.list-isotope-metro .post-inner-loop .grid-item article{height:100%;width:100%}.blog-list.list-isotope-metro .post-inner-loop .grid-item{max-width:100%}.blog-list .entry-date,.blog-list .post-author{padding-right:0}.blog-list .blog-list-content .entry-content{color:#888;padding-top:5px;font-size:14px;line-height:24px}.blog-list .blog-list-content .entry-content p{color:#888;margin-bottom:0}.blog-list-content{position:relative;display:block;overflow:hidden;width:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list.list-isotope-metro .post-inner-loop .blog-list-content{height:100%}.blog-list.list-isotope-metro .post-inner-loop .blog-bg-image-metro{position:absolute;left:0;top:0;width:100%;height:100%;background-position:center center!important;background-size:cover!important;background-repeat:no-repeat!important}.blog-list .post-category-list.style-1 span a{border:1px solid #212121;padding:4px 15px;font-size:12px;line-height:18px;margin-bottom:4px;display:inline-block;border-radius:30px}.post-category-list.style-1 span,.post-category-list.style-2 span{position:relative}.post-category-list.style-2 span a{font-size:14px;line-height:19px;position:relative;display:inline-block;margin:0 10px 10px 0;font-weight:700}.post-category-list.style-2 span a:before{height:2px;width:100%;position:absolute;bottom:-3px;left:0;content:'';-ms-transform:scaleX(0);-webkit-transform:scaleX(0);transform-origin:left;-webkit-transform:scaleX(0);transform-origin:left;background:#ff124f;-webkit-transition:transform 0.3s cubic-bezier(.52,.01,.16,1);transition:transform 0.3s cubic-bezier(.52,.01,.16,1)}.post-category-list.style-2 span a:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.blog-list .post-meta-info.style-1{position:relative;display:block;font-size:13px;line-height:1;text-transform:capitalize}.blog-list .post-content-bottom .post-meta-info.style-1{margin-bottom:10px;font-size:13px;line-height:1;text-transform:capitalize}.blog-list .post-title,.blog-list .post-title a,.blog-list .entry-content,.blog-list .entry-content p,.blog-list .post-meta-info span a,.blog-list .post-meta-info span,.blog-list .post-category-list span,.blog-list .post-category-list span a{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list.post-meta-info.style-2 span.post-author a{font-weight:600!important}.blog-list .post-meta-info.style-1 span.post-author a{font-weight:600!important}.blog-list .post-content-bottom .post-meta-info.style-2>span:nth-child(2){padding:0 5px}.post-meta-info.style-3 span.author-gravatar-details img.avatar.photo{border-radius:50%;width:38px;height:38px;margin-bottom:0;margin-right:13px;vertical-align:middle;display:inline-block;transition:all 0.3s cubic-bezier(.2,1,.2,1)}.post-meta-info.style-3 .author-date a.author-meta{font-weight:700!important}.post-meta-info.style-3 .author-date{vertical-align:middle;display:inline-block}.post-meta-info.style-3 .author-date a{font-size:13px;line-height:16px;font-weight:500;color:#313131}.post-meta-info.style-3 .author-date span.meta-date{display:block;margin-top:2px}.blog-list.blog-style-1 .blog-featured-image img,.blog-list.blog-style-2 .blog-featured-image img{display:block;width:100%;opacity:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list .blog-featured-image{position:relative;overflow:hidden}.blog-list.hover-image-style-1 .blog-featured-image img,.blog-list.list-isotope-metro .blog-bg-image-metro{display:block;width:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list.hover-image-style-1 .blog-list-content:hover .blog-featured-image img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.blog-list.list-isotope-metro.hover-image-style-1 .blog-list-content:hover .blog-bg-image-metro{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.blog-list .blog-list-content .blog-featured-image:before,.blog-list.list-isotope-metro .blog-list-content .blog-bg-image-metro:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.32);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list .blog-list-content .blog-featured-image:before{z-index:1}#pt-plus-blog-post-list .post-title .break-all{word-break:break-all}#pt-plus-blog-post-list .post-title .normal{word-break:normal}#pt-plus-blog-post-list .post-title .keep-all{word-break:keep-all}.blog-list.blog-style-1 .post-content-bottom{padding:30px;bottom:0;position:absolute;background:rgba(0,0,0,.85);width:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:1;overflow:hidden}.blog-list.blog-style-1 .post-content-bottom .post-meta-info span a,.blog-list.blog-style-1 .post-content-bottom .post-meta-info span{color:#fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list.blog-style-1 .post-content-bottom .post-meta-info{margin-bottom:10px}.blog-list.blog-style-1 .post-title{font-size:25px;line-height:30px;color:#fff;margin-bottom:0;margin-top:0}#pt-plus-blog-post-list.blog-list.blog-style-1 .post-title{margin-bottom:0}.blog-list.blog-style-1 .post-title a{color:#fff}.blog-list.blog-style-1 .post-hover-content{display:none}.blog-list.blog-style-1 .blog-list-content .blog-featured-image{background:#212121}.blog-list.blog-style-2 .blog-list-content{box-shadow:0 8px 20px -13px rgba(0,0,0,.35);border-radius:3px}#pt-plus-blog-post-list.blog-list.blog-style-2 .post-title{margin-bottom:0;margin-top:0}.blog-list.blog-style-2 .post-content-bottom{position:relative;display:block;width:100%;overflow:hidden;padding:15px;background:#fff}.blog-list.blog-style-2 .post-title{font-size:20px;line-height:1.2;margin-bottom:5px}.blog-list.blog-style-2 .post-title a{color:#313131}.blog-list.blog-style-2 .post-meta-info{margin-top:25px;border-top:1px solid #eee;padding-top:15px}.blog-list.blog-style-2 .post-meta-info span{font-size:13px;color:#aaa}#pt-plus-blog-post-list.blog-list.blog-style-2 .post-category-list{position:relative;display:block;margin-bottom:10px}.blog-list.blog-style-2 .text-center .post-category-list,.blog-list.blog-style-2 .text-center .post-title,.blog-list.blog-style-2 .text-center .entry-content,.blog-list.blog-style-2 .text-center .post-meta-info{text-align:center}.blog-list.blog-style-2.list-isotope-metro .blog-list-content .post-content-bottom{position:relative;bottom:0;left:0;right:0;width:100%;height:100%;z-index:1;background:transparent;padding:20px}.blog-list.blog-style-2.list-isotope-metro .post-content-bottom .post-metro-content{position:absolute;bottom:0;left:0;right:0;width:100%;padding:20px}.blog-list.list-isotope-metro.blog-style-2 .post-meta-info{margin-top:10px;border-top:0 solid #eee;padding-top:0}#pt-plus-blog-post-list.blog-list.blog-style-2.layout-style-2 .post-category-list{position:absolute;top:15px;left:15px;width:auto;display:block;margin-bottom:4px;margin-right:4px;z-index:1}.blog-list.blog-style-3.layout-style-1 .post-meta-info{position:relative;display:inline-block;margin-top:15px}.blog-list.blog-style-3.layout-style-2 .post-meta-info{position:relative;display:inline-block;margin-bottom:15px}.blog-list.blog-style-3 h3.post-title{margin:0}.blog-list.blog-style-3 .post-content-image,.blog-list.blog-style-3 .post-content-bottom{padding:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list.blog-style-3 .blog-list-content:hover .post-content-image{box-shadow:0 27px 60px -27px rgba(0,0,0,.17)}.blog-list.blog-style-3 .blog-list-content{overflow:visible}.blog-list.blog-style-3 .blog-list-content .entry-content{padding-left:0;margin-left:0;padding-top:10px}.blog-list.blog-style-3 .blog-featured-image{border-radius:5px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list.blog-style-3 .blog-list-content .pt-plus-button-wrapper{margin-top:15px}.blog-list.blog-style-3:not(.list-isotope-metro) .content-left .post-content-image,.blog-list.blog-style-3:not(.list-isotope-metro) .content-left-right .grid-item:nth-child(odd) .post-content-image{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.blog-list.blog-style-3:not(.list-isotope-metro) .content-right .post-content-image,.blog-list.blog-style-3:not(.list-isotope-metro) .content-left-right .grid-item:nth-child(even) .post-content-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.blog-list.blog-style-3.list-isotope-metro .blog-list-content{overflow:hidden}.blog-list.blog-style-3.list-isotope-metro .post-content-bottom .post-metro-content{bottom:auto}.blog-list.blog-style-3.list-isotope-metro .post-content-bottom{width:auto;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;z-index:1;position:absolute;bottom:15px;left:14px;right:15px}.blog-list.blog-style-3.layout-style-1 .post-metro-category-top{margin-bottom:6px}.blog-list.blog-style-4 .post-content-bottom .blog-bg-image-metro:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.32);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list.blog-style-4 .post-content-bottom .blog-bg-image-metro{position:absolute;left:0;top:0;width:100%;height:100%;background-position:center center!important;background-size:cover!important;background-repeat:no-repeat!important;border-radius:5px;transform:scale(1.13) translateZ(0);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list.blog-style-4 .blog-list-content:hover .blog-bg-image-metro{transform:scale(1) translateZ(0)}.blog-list.blog-style-4:not(.list-isotope-metro) .post-content-bottom{border-radius:5px;min-height:350px;margin:15px}.blog-list.blog-style-4 .post-metro-content{position:absolute;z-index:1;bottom:40px;left:40px;width:80%;max-width:80%;right:40px}.blog-list.blog-style-4 .blog-list-content{border-radius:5px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list.blog-style-4 .blog-list-content .post-bg-image-content{position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(1) translateZ(0);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-list.blog-style-4 .blog-list-content:hover .post-bg-image-content{transform:scale(1.08) translateZ(0)}.blog-list.blog-style-4 .post-meta-info,.blog-list.blog-style-4 .pt-plus-button-wrapper{margin-top:15px}@media (max-width:575px){.blog-list.blog-style-3:not(.list-isotope-metro) .content-left .post-content-image,.blog-list.blog-style-3:not(.list-isotope-metro) .content-left-right .grid-item:nth-child(odd) .post-content-image,.blog-list.blog-style-3:not(.list-isotope-metro) .content-right .post-content-image,.blog-list.blog-style-3:not(.list-isotope-metro) .content-left-right .grid-item:nth-child(even) .post-content-image{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.blog-list.blog-style-3 .post-content-bottom{margin-top:15px}.blog-list.blog-style-3:not(.list-isotope-metro) .content-left .post-content-bottom,.blog-list.blog-style-3:not(.list-isotope-metro) .content-left-right .grid-item:nth-child(odd) .post-content-bottom,.blog-list.blog-style-3:not(.list-isotope-metro) .content-right .post-content-bottom,.blog-list.blog-style-3:not(.list-isotope-metro) .content-left-right .grid-item:nth-child(even) .post-content-bottom{padding:0 15px!important}}.pt-plus-button-wrapper{position:relative;display:block}.ts-button.content_hover_effect{position:relative;display:inline-block;width:auto}.pt-plus-button-wrapper .parallax-scroll{position:relative;display:inline-block}.pt-plus-button-wrapper .pt-plus-move-parallax{position:relative;display:inline-block;width:auto}.pt-plus-button-wrapper .pt-plus-move-parallax.full-button{width:100%}.pt_plus_button{position:relative;display:inline-block;width:auto}.pt_plus_button.full-button{width:100%;text-align:center}.ts-button.content_hover_effect.full-button{width:100%}.pt_plus_button.full-button .button-link-wrap{display:block;width:100%;text-align:center}.button-link-wrap:hover{text-decoration:blink}.pt_plus_button.trnasition_hover{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.pt_plus_button.trnasition_hover:hover{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px);transform:translateY(-3px)}.pt_plus_button .button-link-wrap i{padding-left:5px;padding-right:5px;vertical-align:middle}.pt_plus_button .button-link-wrap{position:relative;display:inline-block;padding:15px 30px;font-size:16px;line-height:25px;letter-spacing:1px;cursor:pointer;color:#000;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.pt_plus_button .button-link-wrap:hover .button_line{-webkit-animation:mymove 1s;-webkit-animation-iteration-count:1;animation:mymove 1s;animation-iteration-count:1}.pt_plus_button .button-link-wrap .button_line{position:absolute;background:#000;width:100%;height:1px;bottom:0;left:0%;pointer-events:none;z-index:11;display:inline-block}@-webkit-keyframes mymove{0%{left:0%;width:100%}45%{left:100%;width:0%}55%{left:0%;width:0%}100%{left:0%;width:100%}}@keyframes mymove{0%{left:0%;width:100%}45%{left:100%;width:0%}55%{left:0%;width:0%}100%{left:0%;width:100%}}.button-link-wrap i.button-before{margin-right:10px}.button-link-wrap i.button-after{margin-left:10px}.pt_plus_button.button-style-7 .button-link-wrap{padding-right:36px}.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow{letter-spacing:0!important}.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:before{font-family:'Font Awesome 5 Free'!important;font-weight:600;font-style:normal;text-decoration:inherit;backface-visibility:hidden;-webkit-font-smoothing:antialiased;content:"\f105";line-height:30px;font-size:14px;position:absolute;right:0;width:23px;text-align:center;height:30px;top:50%;margin-top:-16px;-ms-transition:all 0.33s cubic-bezier(.12,.75,.4,1);transition:all 0.33s cubic-bezier(.12,.75,.4,1);-moz-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-o-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-ms-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-webkit-transition:all 0.33s cubic-bezier(.12,.75,.4,1)}.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:after{position:absolute;content:'';border-bottom:1px solid;height:1px;width:22px;right:12px;top:50%;margin-top:-1px;-ms-transform:scale(0,1) translateX(0);-webkit-transform:scale(0,1) translateX(0);-moz-transform:scale(0,1) translateX(0);-o-transform:scale(0,1) translateX(0);transform:scale(0,1) translateX(0);-webkit-transform-origin:left;-moz-transform-origin:left;-ms-transform-origin:left;-o-transform-origin:left;transform-origin:left;pointer-events:none;-webkit-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-moz-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-o-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-ms-transition:all 0.33s cubic-bezier(.12,.75,.4,1);transition:all 0.33s cubic-bezier(.12,.75,.4,1)}.pt_plus_button.button-style-7 .button-link-wrap:hover .btn-arrow:after,.pt_plus_button.button-style-7 .button-link-wrap:hover .btn-arrow:before,.tp-info-active .pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:after,.tp-info-active .pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:before,.pt_plus_info_box .post-inner-loop:hover .info-box-inner.tp-info-fbc .pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:after,.pt_plus_info_box .post-inner-loop:hover .info-box-inner.tp-info-fbc .pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:before,.info-box-inner.tp-info-nc:hover .pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:before,.info-box-inner.tp-info-nc:hover .pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:after{-ms-transform:scale(1,1) translateX(9px);-webkit-transform:scale(1,1) translateX(9px);-moz-transform:scale(1,1) translateX(9px);-o-transform:scale(1,1) translateX(9px);transform:scale(1,1) translateX(9px)}.pt_plus_button.button-style-7 .button-link-wrap:after{-moz-border-radius:100px;-webkit-border-radius:100px;border-radius:100px;border:1px solid rgba(0,0,0,.3);height:25px;width:25px;position:absolute;right:0;top:50%;margin-top:-12.5px;content:' ';display:block;pointer-events:none;-ms-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-moz-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-o-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-webkit-transition:all 0.33s cubic-bezier(.12,.75,.4,1);transition:all 0.33s cubic-bezier(.12,.75,.4,1)}.pt_plus_button.button-style-7 .button-link-wrap:hover:after,.tp-info-active .pt_plus_button.button-style-7 .button-link-wrap:after,.pt_plus_info_box .post-inner-loop .info-box-inner.tp-info-fbc .pt_plus_button.button-style-7 .button-link-wrap:after,.info-box-inner.tp-info-nc:hover .pt_plus_button.button-style-7 .button-link-wrap:after{-ms-transform:scale(.8);-webkit-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8);opacity:0}.pt_plus_button.button-style-8{overflow:visible}.pt_plus_button.button-style-8 .button-link-wrap{-moz-box-shadow:0 8px 20px 1px rgba(0,0,0,.27);-webkit-box-shadow:0 8px 20px 1px rgba(0,0,0,.27);box-shadow:0 8px 20px 1px rgba(0,0,0,.27);padding:15px 30px;border:1px solid #252525}.pt_plus_button.button-style-8 .button-link-wrap:hover{-webkit-box-shadow:0 3px 6px 1px rgba(0,0,0,.08);-moz-box-shadow:0 3px 6px 1px rgba(0,0,0,.08);box-shadow:0 3px 6px 1px rgba(0,0,0,.08);-webkit-transform:translateY(3px);-ms-transform:translateY(3px);-moz-transform:translateY(3px);-o-transform:translateY(3px);transform:translateY(3px)}.pt_plus_button.button-style-9 .button-link-wrap{padding-right:20px}.pt_plus_button.button-style-9 .button-link-wrap .btn-arrow{position:relative;display:inline-block;margin-left:10px}.pt_plus_button.button-style-9 .button-link-wrap .fa-show{-webkit-transform:translateX(0%) translateZ(0) translateY(-50%);-ms-transform:translateX(0%) translateZ(0) translateY(-50%);-moz-transform:translateX(0%) translateZ(0) translateY(-50%);-o-transform:translateX(0%) translateZ(0) translateY(-50%);transform:translateX(0%) translateZ(0) translateY(-50%);position:absolute;top:50%}.pt_plus_button.button-style-9 .button-link-wrap:hover .fa-show{opacity:0;-webkit-transform:translateX(20px) translateZ(0) translateY(-50%);-ms-transform:translateX(20px) translateZ(0) translateY(-50%);-moz-transform:translateX(20px) translateZ(0) translateY(-50%);-o-transform:translateX(20px) translateZ(0) translateY(-50%);transform:translateX(20px) translateZ(0) translateY(-50%);-webkit-transition:-webkit-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);-moz-transition:-moz-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);-o-transition:-o-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);-ms-transition:-ms-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);transition:transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1)}.pt_plus_button.button-style-9 .button-link-wrap .fa-hide{opacity:0;-webkit-transform:translateX(-20px) translateZ(0);-ms-transform:translateX(-20px) translateZ(0);-moz-transform:translateX(-20px) translateZ(0);-o-transform:translateX(-20px) translateZ(0);transform:translateX(-20px) translateZ(0)}.pt_plus_button.button-style-9 .button-link-wrap:hover .fa-hide{opacity:1;-webkit-transform:translateX(0) translateZ(0);-ms-transform:translateX(0) translateZ(0);-moz-transform:translateX(0) translateZ(0);-o-transform:translateX(0) translateZ(0);transform:translateX(0) translateZ(0);-webkit-transition:-webkit-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);-moz-transition:-moz-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);-o-transition:-o-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);-ms-transition:-ms-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);transition:transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1)}.pt_plus_caldera_forms .caldera_forms_form{margin:0 auto}.pt_plus_caldera_forms,.pt_plus_caldera_forms input[type="text"],.pt_plus_caldera_forms input[type="email"],.pt_plus_caldera_forms input[type="number"],.pt_plus_caldera_forms input[type="tel"],.pt_plus_caldera_forms input[type="phone"],.pt_plus_caldera_forms input[type="url"],.pt_plus_caldera_forms input[type="color_picker"],.pt_plus_caldera_forms input[type="date"],.pt_plus_caldera_forms select.form-control,.pt_plus_caldera_forms .flag-container,.pt_plus_caldera_forms textarea.form-control,.pt_plus_caldera_forms input[type=submit],.pt_plus_caldera_forms input[type=button],.pt_plus_caldera_forms input[type=reset],.pt_plus_caldera_forms .form-group,.pt_plus_caldera_forms .caldera_forms_form,.pt_plus_caldera_forms .cf-toggle-group-buttons .btn,.pt_plus_caldera_forms input[type=file],.pt_plus_caldera_forms .form-control.cf2-file .btn,.pt_plus_caldera_forms .caldera-forms-consent-field-linked_text,.pt_plus_caldera_forms .input__file_btn{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.pt_plus_caldera_forms .caldera-forms-summary-field ul>li{list-style-type:circle}.pt_plus_caldera_forms a.caldera-forms-consent-field-linked_text{text-decoration:none}.pt_plus_caldera_forms .checkbox label .caldera_checkbox_label,.pt_plus_caldera_forms .radio label .caldera_radio_label{content:"\f00c";position:absolute;display:block;transition:0.2s ease-out;-webkit-transition:0.2s ease-out;-moz-transition:0.2s ease-out;-o-transition:0.2s ease-out;-ms-transition:0.2s ease-out;display:inline-block;font:normal normal normal 14px/1 'Font Awesome 5 Free';font-weight:600;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;left:-30px;width:24px;height:24px;line-height:24px;font-size:13px;text-align:center;background:transparent;color:transparent;animation:radio-hide .2s ease-out;transition:none;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;background:#bfcecc;transform:translateY(-50%)}.caldera-grid .radio input[type=radio],.caldera-grid input[type=checkbox]{display:none}.checkbox-inline.caldera-forms-consent-field input[type=checkbox]{display:inline-block}.caldera-grid .checkbox input[type=checkbox]:checked + .caldera_checkbox_label,.caldera-grid .radio input[type=radio]:checked + .caldera_radio_label{background:#ead0d0}.caldera-grid .checkbox input[type=checkbox]:checked + .caldera_checkbox_label:before,.caldera-grid .radio input[type=radio]:checked + .caldera_radio_label:before{color:#fff}span.caldera_checkbox_label:before,span.caldera_radio_label:before{content:"\f00c";color:#000}.pt_plus_caldera_forms .radio label .caldera_radio_label{border-radius:50px}.pt_plus_caldera_forms .checkbox label .caldera_checkbox_label,.pt_plus_caldera_forms .radio label .caldera_radio_label{margin-left:30px}.pt_plus_caldera_forms .caldera-grid .checkbox label,.pt_plus_caldera_forms .caldera-grid .radio label{padding-left:30px}.pt_plus_caldera_forms .cf-toggle-group-buttons.btn-group{display:inline-flex}.pt_plus_caldera_forms h2 {text-align:center}.pt_plus_caldera_forms span.field_required {margin-left:1px}.pt_plus_caldera_forms select.form-control{-webkit-appearance:none;background-image:url(../../../images/selectarrow.png);background-position:center right;background-repeat:no-repeat}.clients-list .client-post-content .post-title{color:#313131;font-size:14px;line-height:18px;font-weight:600;letter-spacing:.5px;text-align:center;display:block;margin:0;margin-top:15px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.clients-list.list-carousel-slick .post-inner-loop{display:block}.clients-list.list-carousel-slick .slick-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.clients-list .client-featured-logo{margin:0 auto;text-align:center;display:block}.clients-list .client-post-content{position:relative;display:block;width:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.clients-list .client-post-content .client-featured-logo img{display:block;width:auto;text-align:center;margin:0 auto;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.clients-list:not(.list-carousel-slick) .layout-style-1 .client-post-content:before,.clients-list:not(.list-carousel-slick) .layout-style-1 .client-post-content:after{display:block;content:"";position:absolute}.clients-list:not(.list-carousel-slick) .layout-style-1 .client-post-content:before{height:100%;right:-15px;width:1px;border-right:1px solid #eaeaea}.clients-list:not(.list-carousel-slick) .layout-style-1 .client-post-content:after{width:100%;bottom:-15px;height:1px;border-bottom:1px solid #eaeaea}.clients-list .client-content-logo{display:block;position:relative;width:100%}.clients-list .post-content-bottom{text-align:center;position:relative;display:block;width:100%}.clients-list .client-content-logo a{margin:0 auto}@media (min-width:992px){.clients-list .layout-style-1 .grid-item.tp-col-lg-6:nth-child(2n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-lg-3:nth-child(4n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-lg-4:nth-child(3n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-lg-2:nth-child(6n) .client-post-content:before{border-right-width:0}.clients-list .layout-style-1 .grid-item.tp-col-lg-6:nth-last-child(-n+2) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-lg-3:nth-last-child(-n+4) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-lg-4:nth-last-child(-n+3) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-lg-2:nth-last-child(-n+6) .client-post-content:after{border-bottom:0}}@media (min-width:768px) and (max-width:991px){.clients-list .layout-style-1 .grid-item.tp-col-md-6:nth-child(2n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-md-3:nth-child(4n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-md-4:nth-child(3n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-md-2:nth-child(6n) .client-post-content:before{border-right-width:0}.clients-list .layout-style-1 .grid-item.tp-col-md-6:nth-last-child(-n+2) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-md-3:nth-last-child(-n+4) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-md-4:nth-last-child(-n+3) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-md-2:nth-last-child(-n+6) .client-post-content:after{border-bottom:0}}@media (max-width:767px) and (min-width:576px){.clients-list .layout-style-1 .grid-item.tp-col-sm-6:nth-child(2n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-sm-3:nth-child(4n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-sm-4:nth-child(3n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-sm-2:nth-child(6n) .client-post-content:before{border-right-width:0}.clients-list .layout-style-1 .grid-item.tp-col-sm-6:nth-last-child(-n+2) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-sm-3:nth-last-child(-n+4) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-sm-4:nth-last-child(-n+3) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-sm-2:nth-last-child(-n+6) .client-post-content:after{border-bottom:0}}@media (max-width:575px){.clients-list .layout-style-1 .grid-item.tp-col-6:nth-child(2n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-3:nth-child(4n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-4:nth-child(3n) .client-post-content:before,.clients-list .layout-style-1 .grid-item.tp-col-2:nth-child(6n) .client-post-content:before{border-right-width:0}.clients-list .layout-style-1 .grid-item.tp-col-6:nth-last-child(-n+2) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-3:nth-last-child(-n+4) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-4:nth-last-child(-n+3) .client-post-content:after,.clients-list .layout-style-1 .grid-item.tp-col-2:nth-last-child(-n+6) .client-post-content:after{border-bottom:0}}.clients-list.list-carousel-slick .slick-slider.slick-vertical .slick-track{display:block}.theplus-contact-form span.wpcf7-form-control-wrap.radio-checkbox-1{display:block;width:100%;position:relative}.theplus-contact-form span.wpcf7-form-control-wrap.radio-checkbox-1 input[type="radio"]{display:none}.theplus-contact-form span.wpcf7-form-control-wrap.radio-checkbox-1 span.wpcf7-list-item{position:relative;vertical-align:middle;overflow:hidden}.theplus-contact-form span.wpcf7-form-control-wrap.radio-checkbox-1 .input__radio_btn{display:inline-block;cursor:pointer;text-align:left;margin:0;position:relative;margin-left:4px;font-weight:400}.theplus-contact-form label.input__radio_btn .toggle-button__icon{content:"";display:inline-block;vertical-align:middle;cursor:pointer;z-index:1;height:24px;width:24px;overflow:hidden;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:#000;margin-left:5px;position:relative}.theplus-contact-form .input__radio_btn .toggle-button__icon:after{content:"\f00c";position:absolute;transition:0.2s ease-out;-webkit-transition:0.2s ease-out;-moz-transition:0.2s ease-out;-o-transition:0.2s ease-out;-ms-transition:0.2s ease-out;display:inline-block;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.theplus-contact-form .input__radio_btn .toggle-button__icon:after{-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.theplus-contact-form .input__radio_btn .toggle-button__icon:after{top:50%;left:50%;width:24px;height:24px;line-height:24px;font-size:13px;text-align:center;background:transparent;color:#fff;animation:radio-hide .2s ease-out;transition:none;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;transform:translate3d(-50%,200%,0)}.input-radio-check:checked~label.input__radio_btn .toggle-button__icon:after{transform:translate3d(-50%,-50%,0);animation:radio-show .2s}@keyframes radio-hide{0%{transform:translate3d(-50%,-50%,0)}100%{transform:translate3d(-50%,200%,0)}}@keyframes radio-show{0%{transform:translate3d(-50%,200%,0)}100%{transform:translate3d(-50%,-50%,0)}}.theplus-contact-form span.wpcf7-list-item.first{margin:0}.theplus-contact-form span.wpcf7-form-control-wrap input[type="checkbox"],.theplus-contact-form span.wpcf7-form-control-wrap input[type="radio"]{display:none}.theplus-contact-form span.wpcf7-form-control-wrap span.wpcf7-list-item{position:relative;vertical-align:middle;overflow:hidden}.theplus-contact-form label.input__radio_btn{cursor:pointer}.theplus-contact-form span.wpcf7-form-control-wrap .input__checkbox_btn{display:inline-block;cursor:pointer;text-align:left;margin:0;position:relative;margin-left:4px;font-weight:400}.theplus-contact-form label.input__checkbox_btn .toggle-button__icon{content:"";display:inline-block;vertical-align:middle;cursor:pointer;z-index:1;height:24px;width:24px;overflow:hidden;background:#000;margin-left:5px;position:relative}.theplus-contact-form .input__checkbox_btn .toggle-button__icon:after{content:"\f00c";position:absolute;transition:0.2s ease-out;-webkit-transition:0.2s ease-out;-moz-transition:0.2s ease-out;-o-transition:0.2s ease-out;-ms-transition:0.2s ease-out;display:inline-block;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.theplus-contact-form .input__checkbox_btn .toggle-button__icon:after{top:50%;left:50%;width:24px;height:24px;line-height:24px;font-size:13px;text-align:center;animation:checkbox-hide .2s ease-out;transition:none;color:#fff;background:transparent;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;-webkit-transform:translate3d(-50%,200%,0);-ms-transform:translate3d(-50%,200%,0);-moz-transform:translate3d(-50%,200%,0);-o-transform:translate3d(-50%,200%,0);transform:translate3d(-50%,200%,0)}.input-checkbox-check:checked~label.input__checkbox_btn .toggle-button__icon:after{transform:translate3d(-50%,-50%,0);animation:checkbox-show .2s}@keyframes checkbox-hide{0%{transform:translate3d(-50%,-50%,0)}100%{transform:translate3d(-50%,200%,0)}}@keyframes checkbox-show{0%{transform:translate3d(-50%,200%,0)}100%{transform:translate3d(-50%,-50%,0)}}body #primary #pt-plus-blog-post-list.blog-list .entry-content,body #primary .testimonial-list .testimonial-list-content .entry-content,body #primary .gallery-list .entry-content{width:100%;float:none}.theplus-contact-form span.wpcf7-form-control-wrap.cf7-style-file{align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.theplus-contact-form input[type="file"]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute}.wpcf7-file + .input__file_btn{max-width:80%;font-size:14px;font-weight:700;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;display:inline-block;overflow:hidden;padding:.525rem 1.825rem;margin-bottom:0}.wpcf7-file + .input__file_btn svg{width:2em;height:2em;vertical-align:middle;fill:#252525;margin-top:-.25em;margin-right:1em;stroke-opacity:.8}.wpcf7-file + .input__file_btn{color:#252525;border:2px solid #252525}.wpcf7-file + .input__file_btn{cursor:pointer}.wpcf7-file:focus + .input__file_btn,.inputfile-2 + .input__file_btn:hover{color:#722040;border:2px solid #722040}.wpcf7-file + .input__file_btn *{pointer-events:none}.theplus-contact-form .wpcf7-not-valid-tip{position:relative;display:block;padding:0;margin-left:10px;line-height:1;font-size:12px}.theplus-contact-form .input--filled .input__file_btn{background:#252525;color:#fff;border-color:#252525}.theplus-contact-form .input--filled .input__file_btn *{stroke:#fff}.theplus-contact-form .wpcf7-form-control.wpcf7-acceptance .toggle-button__icon{margin-right:5px;margin-left:0}.theplus-contact-form .wpcf7-form-control.wpcf7-acceptance label.input__checkbox_btn{margin-bottom:0 !important}.theplus-contact-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item{margin:0}.fa.fa-check.toggle-button__icon:before{display:none}.theplus-contact-form{position:relative;display:block;width:100%}.theplus-contact-form.text-right{margin:0 auto;margin-right:0}.theplus-contact-form.text-center{margin:0 auto}.theplus-contact-form.text-left{margin:0 auto;margin-left:0}.theplus-contact-form input.wpcf7-form-control.wpcf7-submit,.theplus-contact-form .wpcf7 form input[type="submit"]{font-family:inherit;font-size:12px;line-height:12px;font-weight:500;padding:15px 50px 15px;border:0;margin:0;display:inline-block;cursor:pointer;outline:0;color:#fff;background:#005ADE;border-radius:4px;text-transform:none;text-shadow:none!important;text-align:center;vertical-align:middle;width:100%;height:auto;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;-moz-appearance:none;-webkit-appearance:none;-moz-transition:all 0.5s cubic-bezier(.25,.46,.45,.94);-ms-transition:all 0.5s cubic-bezier(.25,.46,.45,.94);-o-transition:all 0.5s cubic-bezier(.25,.46,.45,.94);-webkit-transition:all 0.5s cubic-bezier(.25,.46,.45,.94);transition:all 0.5s cubic-bezier(.25,.46,.45,.94);-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}.theplus-contact-form.style-1.plus-cf7-label form.wpcf7-form label,.theplus-contact-form.style-1.plus-cf7-custom form.wpcf7-form .tp-cf7-outer{margin-bottom:20px;padding:20px;background:rgba(56,130,247,.5);border-radius:4px;box-shadow:0 3px 25px -7px rgba(56,130,247,.48);text-align:left}.theplus-contact-form.style-1 form.wpcf7-form label{position:relative;display:block;width:100%;margin-bottom:0}.theplus-contact-form span.wpcf7-form-control-wrap{position:relative;display:block;width:100%}.theplus-contact-form.style-1 form.wpcf7-form p{margin-bottom:0}.theplus-contact-form.style-1 .wpcf7-form-control{width:100%;-moz-transition:all 0.3s cubic-bezier(.25,.46,.45,.94);-ms-transition:all 0.3s cubic-bezier(.25,.46,.45,.94);-o-transition:all 0.3s cubic-bezier(.25,.46,.45,.94);-webkit-transition:all 0.3s cubic-bezier(.25,.46,.45,.94);transition:all 0.3s cubic-bezier(.25,.46,.45,.94)}.theplus-contact-form input[type=text]:focus,.theplus-contact-form input[type=url]:focus,.theplus-contact-form input[type=email]:focus,.theplus-contact-form input[type=tel]:focus,.theplus-contact-form input[type=number]:focus,.theplus-contact-form input[type=date]:focus,.theplus-contact-form select:focus,.theplus-contact-form textarea:focus{outline:none}.theplus-contact-form .wpcf7-form-control{margin-top:10px;border:0}.theplus-contact-form.style-1.plus-cf7-label form.wpcf7-form label,.theplus-contact-form.style-1.plus-cf7-custom form.wpcf7-form .tp-cf7-outer{-moz-transition:all 0.3s cubic-bezier(.25,.46,.45,.94);-ms-transition:all 0.3s cubic-bezier(.25,.46,.45,.94);-o-transition:all 0.3s cubic-bezier(.25,.46,.45,.94);-webkit-transition:all 0.3s cubic-bezier(.25,.46,.45,.94);transition:all 0.3s cubic-bezier(.25,.46,.45,.94)}.theplus-contact-form select.wpcf7-form-control.wpcf7-select{padding:10px;border-radius:4px}.theplus-contact-form select.wpcf7-form-control.wpcf7-select {-webkit-appearance:none;background-image:url(../../../images/selectarrow.png);background-position:center right;background-repeat:no-repeat}.theplus-contact-form span.wpcf7-list-item span.wpcf7-list-item-label{cursor:pointer}.theplus-contact-form textarea.wpcf7-form-control.wpcf7-textarea{padding:5px 15px}.theplus-contact-form span.wpcf7-not-valid-tip:before{content:'';width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #fff;position:absolute;top:-7px;left:15px;transition:.3s ease}.theplus-contact-form span.wpcf7-form-control-wrap .wpcf7-not-valid-tip{position:relative;line-height:1.2;font-size:13px;display:inline-block;margin-left:0;top:8px;right:0;width:100%;background:#fff;padding:6px;border-radius:3px;transition:.3s ease-in-out}ul.pt_plus_countdown{list-style:none;margin:20px 0;padding:0;display:block;text-align:center}ul.pt_plus_countdown li{border:4px solid #736E6E;padding:5px 17px;margin:0 10px}ul.pt_plus_countdown li{display:inline-block}ul.pt_plus_countdown li span{font-weight:300;line-height:80px;padding:0 13px;padding-bottom:0;display:block}ul.pt_plus_countdown li h6{font-size:14px;text-transform:uppercase;padding-top:10px;font-weight:600;border-top:2px solid;margin:0}.pt_plus_countdown.count-inline-style{margin:0}.pt_plus_countdown.count-inline-style li span{padding-left:0;padding-right:2px;height:auto;line-height:1}.pt_plus_countdown.count-inline-style li h6{border-top:0;padding-top:0}.pt_plus_countdown.count-inline-style li{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;margin:0}.pt_plus_everest_form .everest-forms{margin:0 auto}.pt_plus_everest_form,.pt_plus_everest_form input[type="text"],.pt_plus_everest_form input[type="email"],.pt_plus_everest_form input[type="number"],.pt_plus_everest_form input[type="url"],.pt_plus_everest_form .everest-forms .evf-field-container .evf-frontend-row select,.pt_plus_everest_form .everest-forms .evf-field-container .evf-frontend-row textarea,.pt_plus_everest_form .everest-forms .everest-forms-part-button,.pt_plus_everest_form .everest-forms button[type=submit],.pt_plus_everest_form .everest-forms input[type=submit],.pt_plus_everest_form .everest-forms .evf-field,.pt_plus_everest_form .everest-forms .evf-submit-container,.pt_plus_everest_form .everest-forms{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.pt_plus_everest_form .evf-field-checkbox .everest-forms-field-label-inline:before,.pt_plus_everest_form .evf-field-radio .everest-forms-field-label-inline:before{content:"\f00c";display:block;position:relative;transition:0.2s ease-out;-webkit-transition:0.2s ease-out;-moz-transition:0.2s ease-out;-o-transition:0.2s ease-out;-ms-transition:0.2s ease-out;display:inline-block;font:normal normal normal 14px/1 'Font Awesome 5 Free';font-weight:600;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:24px;height:24px;line-height:24px;font-size:13px;text-align:center;background:transparent;color:#000;animation:radio-hide .2s ease-out;transition:none;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;background:#bfcecc;margin-right:10px;margin-bottom:3px}.pt_plus_everest_form .everest-form .evf-field-checkbox input[type=checkbox]:checked + .everest-forms-field-label-inline:before,.pt_plus_everest_form .everest-form .evf-field-radio input[type=radio]:checked + .everest-forms-field-label-inline:before{background:#ead0d0}.pt_plus_everest_form .everest-form .evf-field-checkbox input[type=checkbox]:checked + .everest-forms-field-label-inline:before,.pt_plus_everest_form .everest-form .evf-field-radio input[type=radio]:checked + .everest-forms-field-label-inline:before{color:#fff}.pt_plus_everest_form .evf-field-radio .everest-forms-field-label-inline:before{border-radius:50px}.pt_plus_everest_form .everest-forms .everest-forms-notice::before{top:0;left:-25px}.pt_plus_caldera_forms .caldera-grid .checkbox label,.pt_plus_caldera_forms .caldera-grid .radio label{padding-left:30px}.pt_plus_everest_form .everest-form .evf-field-checkbox input[type=checkbox],.pt_plus_everest_form .everest-form .evf-field-radio input[type=radio]{display:none!important}.pt_plus_everest_form .everest-forms .everest-forms-part-button,.pt_plus_everest_form .everest-forms button[type=submit],.pt_plus_everest_form .everest-forms input[type=submit]{width:100%}.pt_plus_everest_form .everest-forms .evf-field-container .evf-frontend-row select {-webkit-appearance:none;background-image:url(../../../images/selectarrow.png);background-position:center right;background-repeat:no-repeat}.service-border-box{border:1px solid}.pt_plus_info_box{display:block;position:relative;width:100%;-webkit-transition:all 0.25s linear;-moz-transition:all 0.25s linear;-o-transition:all 0.25s linear;-ms-transition:all 0.25s linear;transition:all 0.25s linear;z-index:1}.pt_plus_info_box.list-carousel-slick{margin-bottom:50px}.pt_plus_info_box ul.slick-dots{bottom:-45px}.pt_plus_info_box .info-box-inner{-webkit-transition:all 0.3s;moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}.pd-15{padding:15px}.pt_plus_info_box .pd-0{padding:0}.pt_plus_info_box object{min-height:100%}.service-media{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.service-content{-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%}.m-r-16{margin-right:16px}.m-l-16{margin-left:16px}.service-title{font-size:18px;margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.1}.service-desc{margin-top:0}.service-desc p{margin:0}.service-button{background:transparent;color:#121212;border:1px solid;padding:9px 20px;margin:10px 0;position:relative;display:inline-block;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.vertical-center{align-items:center}.service-border{border-style:solid;margin-top:10px;margin-bottom:5px}.text-right .service-border{text-align:right;display:inline-block}.text-center .service-border{text-align:center;margin:10px auto}.info-box-inner .service-icon-small{width:46px;height:46px;display:inline-block;line-height:46px!important;text-align:center;font-size:18px!important}.info-box-inner .service-icon-medium{width:74px;height:74px;display:inline-block;line-height:72px!important;text-align:center;font-size:30px!important}.info-box-inner .service-icon-large{width:148px;height:148px;display:inline-block;line-height:146px!important;text-align:center;font-size:65px!important}.info-box-inner .service-icon{font-size:inherit;top:auto;word-spacing:initial}.info-box-inner .service-icon,.info-box-inner .service-title,.info-box-inner .service-desc,.info-box-inner .service-desc p{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.info-box-inner .icon-squre{border:1px solid;border-radius:inherit}.info-box-inner .icon-rounded{border:1px solid;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.pt_plus_info_box .pt_plus_animated_svg .svg_inner_block{margin:0 10px}.pt_plus_info_box .button-style-13 .button-link-wrap span{position:relative;z-index:4}.pt_plus_info_box .pt_plus_button.button-style-13 .button-link-wrap::before,.pt_plus_info_box .pt_plus_button.button-style-13 .button-link-wrap::after{z-index:2!important}.plus-flip-box-widget{position:relative;display:block}.service-flipbox{position:relative;-webkit-perspective:1000;-ms-perspective:1000;perspective:1000;-ms-transform:perspective(1000px);-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d}.height-full{height:100%}.service-flipbox,.service-flipbox-holder{-moz-transform:perspective(1000px);-ms-transform:perspective(1000px);-webkit-transform:perspective(1000px);-o-transform:perspective(1000px);transform:perspective(1000px)}.bezier-1{-webkit-transition:all .7s cubic-bezier(.645,.045,.355,1);-moz-transition:all .7s cubic-bezier(.645,.045,.355,1);-o-transition:all .7s cubic-bezier(.645,.045,.355,1);-ms-transition:all .7s cubic-bezier(.645,.045,.355,1);transition:all .7s cubic-bezier(.645,.045,.355,1)}.perspective{-webkit-transform:perspective(1000px);-ms-transform:perspective(1000px);-moz-transform:perspective(1000px);-o-transform:perspective(1000px);transform:perspective(1000px);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.flip-horizontal:hover .service-flipbox-front{-webkit-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);transform:rotateY(-180deg)}.flip-vertical:hover .service-flipbox-front{-webkit-transform:rotateX(-180deg);-ms-transform:rotateX(-180deg);-moz-transform:rotateX(-180deg);-o-transform:rotateX(-180deg);transform:rotateX(-180deg)}.service-flipbox-back,.service-flipbox-front{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.service-flipbox-front{position:absolute;z-index:2}.service-flipbox-back,.service-flipbox-front{width:100%;height:100%;left:0;top:0;display:table}.origin-center{-webkit-transform-origin:center;-ms-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center}.no-backface{-webkit-backface-visibility:hidden;backface-visibility:hidden}.service-flipbox-content{display:table-cell;vertical-align:middle;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-perspective:1000px;perspective:1000px;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(35px) scale(.81);transform:translateZ(35px) scale(.81)}.width-full{width:100%}.flip-horizontal:hover .service-flipbox-back{-webkit-transform:rotateY(0);-ms-transform:rotateY(0);-moz-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}.flip-vertical:hover .service-flipbox-back{-webkit-transform:rotateX(0);-ms-transform:rotateX(0);-moz-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0)}.flip-horizontal .service-flipbox-back{-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}.flip-vertical .service-flipbox-back{-webkit-transform:rotateX(180deg);-ms-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-o-transform:rotateX(180deg);transform:rotateX(180deg)}.service-flipbox-back{position:absolute;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fold-back-horizontal{-webkit-transform:translateX(-100%) rotateY(-180deg);-ms-transform:translateX(-100%) rotateY(-180deg);-moz-transform:translateX(-100%) rotateY(-180deg);-o-transform:translateX(-100%) rotateY(-180deg);transform:translateX(-100%) rotateY(-180deg)}.pt_plus_info_box.remove-padding{padding-left:0!important;padding-right:0!important}.pt_plus_info_box .about-post .about-post-content{background:#fff;padding:0 20px 30px;position:relative;z-index:2;transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out}.pt_plus_info_box .about-post .about-post-content .icon-middle{display:inline-block;text-decoration:none;transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;width:100px;height:100px;line-height:100px;top:-50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.pt_plus_info_box .about-post .about-post-content .demo.icon-rounded{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%}.pt_plus_info_box .about-post:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out}.pt_plus_info_box .about-post:hover:before{opacity:.85}.pt_plus_info_box .about-post:hover .about-post-content a{background:#1cbac8;color:#fff}.pt_plus_info_box .about-post .hover-about{position:absolute;top:50%;width:100%;left:0;height:100%;padding:0 30px;padding-top:80px;background:transparent;text-align:center;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.pt_plus_info_box .about-post:hover .about-post-content{background:transparent}.pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.pt_plus_info_box.info-box-style_4 .info-box-inner .service-title,.pt_plus_info_box.info-box-style_5 .info-box-inner .service-title,.pt_plus_info_box.info-box-style_6 .info-box-inner .service-title,.pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-top:0}.pt_plus_info_box .about-post:hover .service-title{opacity:0}.pt_plus_info_box .about-post:hover p{opacity:1}.pt_plus_info_box .about-post:hover .service-border{opacity:0}.pt_plus_info_box .about-post:hover .about-post-content{background:transparent!important}.pt_plus_info_box .about-post:hover .hover-about{top:0;padding-top:100px}.action.arrow-next.expandable{width:100%;height:40px;position:relative;margin-top:40px}.action.arrow-next:before{content:attr(data-label);font-size:14px;font-weight:400;display:block;position:absolute;left:0;color:currentColor;opacity:0}.action.arrow-next.expandable:after{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:currentColor;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);transform-origin:10px 50%;-moz-transform-origin:10px 50%;-ms-transform-origin:10px 50%;-o-transform-origin:10px 50%;-webkit-transform-origin:10px 50%}.pt_plus_info_box .info-tag-title{display:inline-block;border:1px solid;padding:6px 10px;margin:0;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px}.pt_plus_info_box .info-box-tag{display:block;position:relative;margin-bottom:40px}.pt_plus_info_box .info-box-all{position:relative;z-index:5}.pt_plus_info_box .info-box-bg-box{transition:0.4s;-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;-ms-transition:0.4s}.pt_plus_info_box .ts-button{margin-top:15px}.pt_plus_info_box .info-box-inner .info-icon-content .service-img{-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.pt_plus_info_box .info-box-inner:focus{outline:none}.pt_plus_info_box .info-box-bg-box{position:relative}.pt_plus_info_box .infobox-overlay-color{position:absolute;left:0;top:0;bottom:0;right:0;width:100%;height:100%;background-color:transparent;transition:all 0.3s linear;z-index:1}.pt_plus_info_box .service-flipbox-content{position:relative;z-index:11}.pt_plus_info_box .infobox-front-overlay,.pt_plus_info_box .infobox-back-overlay{position:absolute;left:0;top:0;bottom:0;right:0;background-color:transparent;transition:all 0.3s linear;z-index:1}.pt_plus_info_box .info-box-bg-box>div:first-child{position:relative;z-index:11}.pt_plus_info_box .icon-hexagon{border-radius:initial;-webkit-mask:url(../../../images/info-box/hexagon-shape.svg) top right / 100% 100%}.pt_plus_info_box .icon-pentagon{border-radius:initial;-webkit-mask:url(../../../images/info-box/pentagon-shape.svg) top right / 100% 100%}.pt_plus_info_box .icon-square-rotate{border-radius:initial;-webkit-mask:url(../../../images/info-box/square-rotate.svg) top right / 100% 100%}.service-flipbox-back,.service-flipbox-front{background-size:cover;background-position:center}.pt_plus_info_box .info-box-inner .service-flipbox-front{background:#fff}.pt_plus_info_box .info-box-inner .service-icon-image{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;overflow:hidden}.pt_plus_slider_svg{position:relative;display:block;width:100%}.pt_plus_slider_svg .svg_inner_block{margin:0 auto;text-align:center}.pt_plus_info_box .info-box-inner .info-pin-text{position:absolute;top:0;background:#6fc784;display:inline-block;text-align:center;margin:0 auto;left:0;right:0;color:#fff;border-radius:30px;width:max-content;padding:3px 12px;line-height:15px;font-size:12px;vertical-align:middle;text-transform:uppercase;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.pt_plus_info_box .info-box-inner .info-pin-text.square-pin{width:42px;height:42px;line-height:42px;border-radius:50%;padding:0;left:45px;top:5px}.pt_plus_info_box .info-box-bg-box .icon_shine_show{background-repeat:no-repeat;background-position:-120px -120px,0 0;background-image:-webkit-linear-gradient(top left,rgba(255,255,255,.2) 0%,rgba(255,255,255,.2) 37%,rgba(255,255,255,.8) 45%,rgba(255,255,255,0) 50%);background-image:-moz-linear-gradient(0 0,rgba(255,255,255,.2) 0%,rgba(255,255,255,.2) 37%,rgba(255,255,255,.8) 45%,rgba(255,255,255,0) 50%);background-image:-o-linear-gradient(0 0,rgba(255,255,255,.2) 0%,rgba(255,255,255,.2) 37%,rgba(255,255,255,.8) 45%,rgba(255,255,255,0) 50%);background-image:linear-gradient(0 0,rgba(255,255,255,.2) 0%,rgba(255,255,255,.2) 37%,rgba(255,255,255,.8) 45%,rgba(255,255,255,0) 50%);-moz-background-size:250% 250%,100% 100%;background-size:250% 250%,100% 100%;-webkit-transition:background-position .5s ease;-moz-transition:background-position .5s ease;-o-transition:background-position .5s ease;transition:background-position .5s ease}.pt_plus_info_box .info-box-bg-box:hover .icon_shine_show{background-position:0 0,0 0;-webkit-transition-duration:0.9s;-moz-transition-duration:0.9s;transition-duration:0.9s}.pt_plus_info_box.info-box-style_1 .service-img-border{border-right:1px solid;padding-right:10px}.pt_plus_info_box.info-box-style_1 .service-img{max-width:150px}.pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{position:absolute;top:10%;left:calc(0% - 15px);-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);border:0;padding-right:0;margin-right:0}.pt_plus_info_box.info-box-style_3 .info-icon-content{position:relative;display:inline-block;text-align:center;margin:0 auto}.pt_plus_info_box.info-box-style_3 .service-center .service-title{margin-bottom:5px;margin-top:5px}.pt_plus_info_box.info-box-style_3 .text-center .ts-icon-img img{margin:0 auto}.pt_plus_info_box.info-box-style_3 .ts-icon-img img{max-width:100%;width:auto}.pt_plus_info_box.info-box-style_3 .text-right .ts-icon-img img{float:right;display:block;position:relative;margin-bottom:15px}.pt_plus_info_box.info-box-style_3.tilt-index:hover{z-index:11;position:relative}.pt_plus_info_box.info-box-style_3 .icon-overlay .info-icon-content{position:absolute;top:calc(0% - 15px);left:50%;-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.pt_plus_info_box.info-box-style_3 .icon-overlay{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex}.info-box-style_5 .info-box-bg-box{overflow:visible}.pt_plus_info_box.info-box-style_5{overflow:visible!important}.pt_plus_info_box.info-box-style_5 .service-desc{padding:15px}.pt_plus_info_box.info-box-style_5 .service-img{padding:15px}.pt_plus_info_box.info-box-style_5 .service-icon{padding:0}.pt_plus_info_box.info-box-style_5 .service-title{padding:15px}.pt_plus_info_box .info-box-inner:hover .pt_plus_animated_svg .svg_inner_block,.pt_plus_info_box .info-box-inner.tp-info-active .pt_plus_animated_svg .svg_inner_block,.pt_plus_info_box .info-box-inner .pt_plus_animated_svg .svg_inner_block,.pt_plus_info_box .service-icon-wrap,.pt_plus_info_box .info-box-inner .info_box_svg svg{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.pt_plus_info_box .info-box-inner .info_box_svg svg{max-width:100px;max-height:100px;margin:0 auto;min-height:100%;fill:none}.pt_plus_info_box .info-box-inner .service-icon{display: inline-block;}#pt-plus-gallery-list{position:relative;display:block;width:100%}.gallery-list.grid-item{position:relative;display:block}.gallery-list .gallery-image img{position:relative;display:block;width:100%;height:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.gallery-list.list-isotope-metro .post-inner-loop .grid-item .gallery-list-content{height:100%;width:100%}.gallery-list.list-isotope-metro .post-inner-loop .grid-item{max-width:100%}.gallery-list.list-isotope-metro .gallery-bg-image-metro{background-size:cover!important;background-position:center!important;width:100%;height:100%;position:relative;display:block;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.gallery-list .post-title{font-size:18px;line-height:22px;color:#fff;margin-bottom:0;margin-top:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.gallery-list .gallery-list-content .gallery-image:before,.gallery-list.list-isotope-metro .gallery-list-content .gallery-bg-image-metro:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.gallery-list .gallery-list-content .gallery-image:before{z-index:1}.gallery-list .meta-search-icon{position:relative;display:inline-block;text-align:center;margin:0 auto;overflow:hidden}.gallery-list .meta-search-icon a{font-size:23px;color:#fff;opacity:0;overflow:hidden;transform:translate3d(0,38px,0);display:inline-block;-webkit-transition:all .28s ease-in-out .1s;-moz-transition:all .28s ease-in-out .1s;-o-transition:all .28s ease-in-out .1s;-ms-transition:all .28s ease-in-out .1s;transition:all .28s ease-in-out .1s}.gallery-list .gallery-list-content:hover .meta-search-icon a{opacity:1;transform:translate3d(0,0,0)}.gallery-list .gallery-list-content{position:relative;display:block;overflow:hidden;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.gallery-list .entry-content{color:#fff;font-size:12px;line-height:16px;display:block;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.gallery-list .gallery-list-icon{position:relative;display:block;text-align:center;margin:0 auto;margin-bottom:15px;margin-top:5px}.gallery-list .grid-item .parallax-move{position:relative;display:block;width:100%;height:100%}.gallery-list.gallery-style-1 .post-title a,.gallery-list.gallery-style-3 .post-title a{color:#fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.gallery-list.gallery-style-1 .grid-item .post-content-center{position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.65);width:100%;height:100%;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:1}.gallery-list.gallery-style-1 .grid-item .gallery-list-content:hover .post-content-center{opacity:1;visibility:visible;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.gallery-list.gallery-style-1 .gallery-list-content .post-hover-content,.gallery-list.gallery-style-3 .gallery-list-content .post-hover-content{position:absolute;top:50%;left:50%;text-align:center;width:100%;padding:10px 20px;transform:translate3d(-50%,-50%,0);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.gallery-list.gallery-style-1 .entry-content,.gallery-list.gallery-style-3 .entry-content{text-align:center;display:block;margin-top:10px}.gallery-list.gallery-style-1 .meta-search-icon,.gallery-list.gallery-style-3 .meta-search-icon{margin-bottom:15px}.pt_plus_gravity_form .gform_body ul.gform_fields{position:relative;display:block;padding:0;margin:0;list-style:none}.ginput_container ul{position:relative;display:block;padding:0;margin:0;list-style:none}.pt_plus_gravity_form .gform_wrapper{margin:0 auto}.pt_plus_gravity_form,.pt_plus_gravity_form .gfield,.pt_plus_gravity_form .gfield .ginput_container,.pt_plus_gravity_form .gfield .ginput_container input[type="text"],.pt_plus_gravity_form .gfield .ginput_container select,.pt_plus_gravity_form .gfield .ginput_container textarea,.pt_plus_gravity_form .gform_wrapper .gfield_checkbox li label,.pt_plus_gravity_form .ginput_container_checkbox input[type=checkbox],.pt_plus_gravity_form .gform_wrapper .gfield_radio li label,.pt_plus_gravity_form .ginput_container_radio input[type=radio],.pt_plus_gravity_form .gform_wrapper input[type="button"],.pt_plus_gravity_form .gform_wrapper input[type="submit"],.pt_plus_gravity_form .input__file_btn,.pt_plus_gravity_form .ginput_container_fileupload input[type="file"],.pt_plus_gravity_form .gform_wrapper .gform_fileupload_multifile .gform_drop_area,.pt_plus_gravity_form .gform_wrapper ul li.gfield,.pt_plus_gravity_form .gform_wrapper .gform_footer,.pt_plus_gravity_form .gform_wrapper{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.pt_plus_gravity_form .ginput_container_checkbox span.gravity_checkbox_label,.pt_plus_gravity_form .ginput_container_radio span.gravity_radio_label{content:"\f00c";position:absolute;transition:0.2s ease-out;-webkit-transition:0.2s ease-out;-moz-transition:0.2s ease-out;-o-transition:0.2s ease-out;-ms-transition:0.2s ease-out;display:block;font:normal normal normal 14px/1 'Font Awesome 5 Free';font-weight:600;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:0;left:0;width:24px;height:24px;line-height:24px;font-size:13px;text-align:center;background:transparent;color:transparent;animation:radio-hide .2s ease-out;transition:none;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;background:#bfcecc}.pt_plus_gravity_form .gform_wrapper .gfield_checkbox li,.pt_plus_gravity_form .gform_wrapper .gfield_radio li{line-height:inherit;position:relative}.pt_plus_gravity_form .ginput_container_checkbox input[type=checkbox]:checked + label span.gravity_checkbox_label,.pt_plus_gravity_form .ginput_container_radio input[type=radio]:checked + label span.gravity_radio_label{background:#ead0d0}.pt_plus_gravity_form .ginput_container_checkbox input[type=checkbox] + label span.gravity_checkbox_label,.pt_plus_gravity_form .ginput_container_radio input[type=radio] + label span.gravity_radio_label{background:#e8e2e2}.pt_plus_gravity_form .ginput_container_checkbox input[type=checkbox]:checked + label span.gravity_checkbox_label:before,.pt_plus_gravity_form .ginput_container_radio input[type=radio]:checked + label span.gravity_radio_label:before{color:#fff}.pt_plus_gravity_form .ginput_container_checkbox span.gravity_checkbox_label:before,.pt_plus_gravity_form .ginput_container_radio span.gravity_radio_label:before{content:"\f00c";color:#000}.pt_plus_gravity_form .ginput_container_radio span.gravity_radio_label{border-radius:50px}.pt_plus_gravity_form .gform_wrapper .gfield_checkbox li label,.pt_plus_gravity_form .gform_wrapper .gfield_radio li label{top:0;margin-left:30px}.pt_plus_gravity_form .ginput_container_checkbox input[type=checkbox],.pt_plus_gravity_form .ginput_container_radio input[type=radio]{display:none!important}.pt_plus_gravity_form input[type=file]{width:100%!important}.pt_plus_gravity_form input[type="button"],.pt_plus_gravity_form input[type="submit"]{padding:.75em 2em}.pt_plus_gravity_form label.input__file_btn svg{margin-right:10px}.pt_plus_gravity_form label.input__file_btn svg{fill:currentColor;vertical-align:middle}.pt_plus_gravity_form .gfield .ginput_container select {-webkit-appearance:none;background-image:url(../../../images/selectarrow.png);background-position:center right;background-repeat:no-repeat}@media only screen and (min-width:641px){.gform_wrapper ul.gform_fields li.gfield{padding-left:0!important;padding-right:0!important}.gform_wrapper .top_label li.gfield.gf_left_half{padding-right:8px!important;padding-left:0!important}.gform_wrapper .top_label li.gfield.gf_right_half{padding-left:8px!important;padding-right:0!important}}.pt-plus-heading-animation .ani-bold{font-weight:700}.pt-plus-heading-animation .ani-b-normal{font-weight:400}.pt-plus-heading-animation .ani-underline{text-decoration:underline!important}.pt-plus-heading-animation .ani-u-normal{text-decoration:none!important}.pt-plus-heading-animation .ani-italic i{font-style:italic!important}.pt-plus-heading-animation .ani-i-normal i{font-style:normal!important}.cd-words-wrapper{display:inline-block;position:relative;text-align:left}.cd-words-wrapper b{display:inline-block;position:absolute;white-space:nowrap;left:0;top:0;padding:0 5px}.cd-words-wrapper b.is-visible{position:relative}.no-js .cd-words-wrapper b{opacity:0}.no-js .cd-words-wrapper b.is-visible{opacity:1}.pt-plus-cd-headline.rotate-1 .cd-words-wrapper{-webkit-perspective:300px;-moz-perspective:300px;perspective:300px}.pt-plus-cd-headline.rotate-1 b{opacity:0;-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-ms-transform:rotateX(180deg);-o-transform:rotateX(180deg);transform:rotateX(180deg)}.pt-plus-cd-headline.rotate-1 b.is-visible{opacity:1;-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-ms-transform:rotateX(0deg);-o-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-animation:pt-plus-cd-rotate-1-in 1.2s;-moz-animation:pt-plus-cd-rotate-1-in 1.2s;animation:pt-plus-cd-rotate-1-in 1.2s}.pt-plus-cd-headline.rotate-1 b.is-hidden{-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-ms-transform:rotateX(180deg);-o-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-animation:pt-plus-cd-rotate-1-out 1.2s;-moz-animation:pt-plus-cd-rotate-1-out 1.2s;animation:pt-plus-cd-rotate-1-out 1.2s}@-webkit-keyframes pt-plus-cd-rotate-1-in{0%{-webkit-transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);opacity:0}65%{opacity:0}100%{-webkit-transform:rotateX(360deg);opacity:1}}@-moz-keyframes pt-plus-cd-rotate-1-in{0%{-moz-transform:rotateX(180deg);opacity:0}35%{-moz-transform:rotateX(120deg);opacity:0}65%{opacity:0}100%{-moz-transform:rotateX(360deg);opacity:1}}@keyframes pt-plus-cd-rotate-1-in{0%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);transform:rotateX(120deg);opacity:0}65%{opacity:0}100%{-webkit-transform:rotateX(360deg);transform:rotateX(360deg);opacity:1}}@-webkit-keyframes pt-plus-cd-rotate-1-out{0%{-webkit-transform:rotateX(0deg);opacity:1}35%{-webkit-transform:rotateX(-40deg);opacity:1}65%{opacity:0}100%{-webkit-transform:rotateX(180deg);opacity:0}}@-moz-keyframes pt-plus-cd-rotate-1-out{0%{-moz-transform:rotateX(0deg);opacity:1}35%{-moz-transform:rotateX(-40deg);opacity:1}65%{opacity:0}100%{-moz-transform:rotateX(180deg);opacity:0}}@keyframes pt-plus-cd-rotate-1-out{0%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}35%{-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg);opacity:1}65%{opacity:0}100%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}}.pt-plus-cd-headline.type .cd-words-wrapper{vertical-align:top;overflow:hidden}.pt-plus-cd-headline.type .cd-words-wrapper::after{content:'';position:absolute;right:0;top:50%;bottom:auto;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);height:90%;width:0;background:#aebcb9}.pt-plus-cd-headline.type .cd-words-wrapper.waiting::after{-webkit-animation:cd-pulse 1s infinite;-moz-animation:cd-pulse 1s infinite;animation:cd-pulse 1s infinite}.pt-plus-cd-headline.type .cd-words-wrapper.selected::after{visibility:hidden}.pt-plus-cd-headline.type b{visibility:hidden}.pt-plus-cd-headline.type b.is-visible{visibility:visible}.pt-plus-cd-headline.type i{position:absolute;visibility:hidden}.pt-plus-cd-headline.type i.in{position:relative;visibility:visible}.pt-plus-cd-headline span.cd-words-wrapper i{font-style:normal;white-space:pre-wrap}@-webkit-keyframes cd-pulse{0%{-webkit-transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(.9);opacity:0}100%{-webkit-transform:translateY(-50%) scale(0);opacity:0}}@-moz-keyframes cd-pulse{0%{-moz-transform:translateY(-50%) scale(1);opacity:1}40%{-moz-transform:translateY(-50%) scale(.9);opacity:0}100%{-moz-transform:translateY(-50%) scale(0);opacity:0}}@keyframes cd-pulse{0%{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9);opacity:0}100%{-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);opacity:0}}.pt-plus-cd-headline.rotate-2 .cd-words-wrapper{-webkit-perspective:300px;-moz-perspective:300px;perspective:300px}.pt-plus-cd-headline.rotate-2 i,.pt-plus-cd-headline.rotate-2 em{display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden}.pt-plus-cd-headline.rotate-2 b{opacity:0}.pt-plus-cd-headline.rotate-2 i{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(-20px) rotateX(90deg);-moz-transform:translateZ(-20px) rotateX(90deg);-ms-transform:translateZ(-20px) rotateX(90deg);-o-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg);opacity:0}.is-visible .pt-plus-cd-headline.rotate-2 i{opacity:1}.pt-plus-cd-headline.rotate-2 i.in{-webkit-animation:pt-plus-cd-rotate-2-in 0.4s forwards;-moz-animation:pt-plus-cd-rotate-2-in 0.4s forwards;animation:pt-plus-cd-rotate-2-in 0.4s forwards}.pt-plus-cd-headline.rotate-2 i.out{-webkit-animation:pt-plus-cd-rotate-2-out 0.4s forwards;-moz-animation:pt-plus-cd-rotate-2-out 0.4s forwards;animation:pt-plus-cd-rotate-2-out 0.4s forwards}.pt-plus-cd-headline.rotate-2 em{-webkit-transform:translateZ(20px);-moz-transform:translateZ(20px);-ms-transform:translateZ(20px);-o-transform:translateZ(20px);transform:translateZ(20px)}.no-csstransitions .pt-plus-cd-headline.rotate-2 i{-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-ms-transform:rotateX(0deg);-o-transform:rotateX(0deg);transform:rotateX(0deg);opacity:0}.no-csstransitions .pt-plus-cd-headline.rotate-2 i em{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.no-csstransitions .pt-plus-cd-headline.rotate-2 .is-visible i{opacity:1}@-webkit-keyframes pt-plus-cd-rotate-2-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg)}100%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0deg)}}@-moz-keyframes pt-plus-cd-rotate-2-in{0%{opacity:0;-moz-transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-moz-transform:translateZ(-20px) rotateX(-10deg)}100%{opacity:1;-moz-transform:translateZ(-20px) rotateX(0deg)}}@keyframes pt-plus-cd-rotate-2-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg);transform:translateZ(-20px) rotateX(-10deg)}100%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0deg);transform:translateZ(-20px) rotateX(0deg)}}@-webkit-keyframes pt-plus-cd-rotate-2-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg)}100%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg)}}@-moz-keyframes pt-plus-cd-rotate-2-out{0%{opacity:1;-moz-transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-moz-transform:translateZ(-20px) rotateX(-100deg)}100%{opacity:0;-moz-transform:translateZ(-20px) rotateX(-90deg)}}@keyframes pt-plus-cd-rotate-2-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg);transform:translateZ(-20px) rotateX(-100deg)}100%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg);transform:translateZ(-20px) rotateX(-90deg)}}.pt-plus-cd-headline.loading-bar span{display:inline-block;padding:.2em 0}.pt-plus-cd-headline.loading-bar .cd-words-wrapper{overflow:hidden;vertical-align:top}.pt-plus-cd-headline.loading-bar .cd-words-wrapper::after{content:'';position:absolute;left:7px;bottom:0;height:3px;width:0;z-index:2;-webkit-transition:width 0.3s -0.1s;-moz-transition:width 0.3s -0.1s;-o-transition:width 0.3s -0.1s;-ms-transition:width 0.3s -0.1s;transition:width 0.3s -0.1s}.pt-plus-cd-headline.loading-bar .cd-words-wrapper.is-loading::after{width:100%;-webkit-transition:width 3s;-moz-transition:width 3s;transition:width 3s}.pt-plus-cd-headline.loading-bar b{top:.2em;opacity:0;-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;transition:opacity 0.3s}.pt-plus-cd-headline.loading-bar b.is-visible{opacity:1;top:0}.pt-plus-cd-headline.slide span{display:inline-block;padding:.2em 0}.pt-plus-cd-headline.slide .cd-words-wrapper{overflow:hidden;vertical-align:top}.pt-plus-cd-headline.slide b{opacity:0;top:.2em}.pt-plus-cd-headline.slide b.is-visible{top:0;opacity:1;-webkit-animation:slide-in 0.6s;-moz-animation:slide-in 0.6s;animation:slide-in 0.6s}.pt-plus-cd-headline.slide b.is-hidden{-webkit-animation:slide-out 0.6s;-moz-animation:slide-out 0.6s;animation:slide-out 0.6s}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes slide-in{0%{opacity:0;-moz-transform:translateY(-100%)}60%{opacity:1;-moz-transform:translateY(20%)}100%{opacity:1;-moz-transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);-o-transform:translateY(20%);transform:translateY(20%)}100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-out{0%{opacity:1;-webkit-transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%)}100%{opacity:0;-webkit-transform:translateY(100%)}}@-moz-keyframes slide-out{0%{opacity:1;-moz-transform:translateY(0)}60%{opacity:0;-moz-transform:translateY(120%)}100%{opacity:0;-moz-transform:translateY(100%)}}@keyframes slide-out{0%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);-moz-transform:translateY(120%);-ms-transform:translateY(120%);-o-transform:translateY(120%);transform:translateY(120%)}100%{opacity:0;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}}.pt-plus-cd-headline.clip span{display:inline-block;padding:.2em 0}.pt-plus-cd-headline.clip .cd-words-wrapper{overflow:hidden;vertical-align:top}.pt-plus-cd-headline.clip .cd-words-wrapper::after{content:'';position:absolute;top:0;right:0;width:2px;height:100%;background:#aebcb9}.pt-plus-cd-headline.clip b{opacity:0}.pt-plus-cd-headline.clip b.is-visible{opacity:1}.pt-plus-cd-headline.zoom .cd-words-wrapper{-webkit-perspective:300px;-moz-perspective:300px;perspective:300px}.pt-plus-cd-headline.zoom b{opacity:0}.pt-plus-cd-headline.zoom b.is-visible{opacity:1;-webkit-animation:zoom-in 0.8s;-moz-animation:zoom-in 0.8s;animation:zoom-in 0.8s}.pt-plus-cd-headline.zoom b.is-hidden{-webkit-animation:zoom-out 0.8s;-moz-animation:zoom-out 0.8s;animation:zoom-out 0.8s}@-webkit-keyframes zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0)}}@-moz-keyframes zoom-in{0%{opacity:0;-moz-transform:translateZ(100px)}100%{opacity:1;-moz-transform:translateZ(0)}}@keyframes zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);-moz-transform:translateZ(100px);-ms-transform:translateZ(100px);-o-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes zoom-out{0%{opacity:1;-webkit-transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px)}}@-moz-keyframes zoom-out{0%{opacity:1;-moz-transform:translateZ(0)}100%{opacity:0;-moz-transform:translateZ(-100px)}}@keyframes zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);-moz-transform:translateZ(-100px);-ms-transform:translateZ(-100px);-o-transform:translateZ(-100px);transform:translateZ(-100px)}}.pt-plus-cd-headline.rotate-3 .cd-words-wrapper{-webkit-perspective:300px;-moz-perspective:300px;perspective:300px}.pt-plus-cd-headline.rotate-3 b{opacity:0}.pt-plus-cd-headline.rotate-3 i{display:inline-block;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-backface-visibility:hidden;backface-visibility:hidden}.is-visible .pt-plus-cd-headline.rotate-3 i{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg)}.pt-plus-cd-headline.rotate-3 i.in{-webkit-animation:pt-plus-cd-rotate-3-in 0.6s forwards;-moz-animation:pt-plus-cd-rotate-3-in 0.6s forwards;animation:pt-plus-cd-rotate-3-in 0.6s forwards}.pt-plus-cd-headline.rotate-3 i.out{-webkit-animation:pt-plus-cd-rotate-3-out 0.6s forwards;-moz-animation:pt-plus-cd-rotate-3-out 0.6s forwards;animation:pt-plus-cd-rotate-3-out 0.6s forwards}.no-csstransitions .pt-plus-cd-headline.rotate-3 i{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg);opacity:0}.no-csstransitions .pt-plus-cd-headline.rotate-3 .is-visible i{opacity:1}@-webkit-keyframes pt-plus-cd-rotate-3-in{0%{-webkit-transform:rotateY(180deg)}100%{-webkit-transform:rotateY(0deg)}}@-moz-keyframes pt-plus-cd-rotate-3-in{0%{-moz-transform:rotateY(180deg)}100%{-moz-transform:rotateY(0deg)}}@keyframes pt-plus-cd-rotate-3-in{0%{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}100%{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg)}}@-webkit-keyframes pt-plus-cd-rotate-3-out{0%{-webkit-transform:rotateY(0)}100%{-webkit-transform:rotateY(-180deg)}}@-moz-keyframes pt-plus-cd-rotate-3-out{0%{-moz-transform:rotateY(0)}100%{-moz-transform:rotateY(-180deg)}}@keyframes pt-plus-cd-rotate-3-out{0%{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-ms-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}100%{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);transform:rotateY(-180deg)}}.pt-plus-cd-headline.scale b{opacity:0}.pt-plus-cd-headline.scale i{display:inline-block;opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.is-visible .pt-plus-cd-headline.scale i{opacity:1}.pt-plus-cd-headline.scale i.in{-webkit-animation:scale-up 0.6s forwards;-moz-animation:scale-up 0.6s forwards;animation:scale-up 0.6s forwards}.pt-plus-cd-headline.scale i.out{-webkit-animation:scale-down 0.6s forwards;-moz-animation:scale-down 0.6s forwards;animation:scale-down 0.6s forwards}.no-csstransitions .pt-plus-cd-headline.scale i{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}.no-csstransitions .pt-plus-cd-headline.scale .is-visible i{opacity:1}@-webkit-keyframes scale-up{0%{-webkit-transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(1);opacity:1}}@-moz-keyframes scale-up{0%{-moz-transform:scale(0);opacity:0}60%{-moz-transform:scale(1.2);opacity:1}100%{-moz-transform:scale(1);opacity:1}}@keyframes scale-up{0%{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes scale-down{0%{-webkit-transform:scale(1);opacity:1}60%{-webkit-transform:scale(0);opacity:0}}@-moz-keyframes scale-down{0%{-moz-transform:scale(1);opacity:1}60%{-moz-transform:scale(0);opacity:0}}@keyframes scale-down{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}60%{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:0}}.pt-plus-cd-headline.push b{opacity:0}.pt-plus-cd-headline.push b.is-visible{opacity:1;-webkit-animation:push-in 1s;-moz-animation:push-in 1s;animation:push-in 1s}.pt-plus-cd-headline.push b.is-hidden{-webkit-animation:push-out 1s;-moz-animation:push-out 1s;animation:push-out 1s}@-webkit-keyframes push-in{0%{opacity:0;-webkit-transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes push-in{0%{opacity:0;-moz-transform:translateX(-100%)}60%{opacity:1;-moz-transform:translateX(10%)}100%{opacity:1;-moz-transform:translateX(0)}}@keyframes push-in{0%{opacity:0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);-moz-transform:translateX(10%);-ms-transform:translateX(10%);-o-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes push-out{0%{opacity:1;-webkit-transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%)}100%{opacity:0;-webkit-transform:translateX(100%)}}@-moz-keyframes push-out{0%{opacity:1;-moz-transform:translateX(0)}60%{opacity:0;-moz-transform:translateX(110%)}100%{opacity:0;-moz-transform:translateX(100%)}}@keyframes push-out{0%{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);-moz-transform:translateX(110%);-ms-transform:translateX(110%);-o-transform:translateX(110%);transform:translateX(110%)}100%{opacity:0;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}}.header-extra-icons{position:relative;display:block;width:100%}.header-extra-icons ul.icons-content-list{position:relative;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;flex-wrap:wrap;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;padding:0;margin:0;list-style:none;line-height:1}.header-extra-icons ul.icons-content-list>li{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;flex-wrap:wrap;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;padding:6px 8px}.header-extra-icons li .content-icon-list{display:block;position:relative;line-height:1}.header-extra-icons li.search-icon .plus-post-search-icon svg,.header-extra-icons li.search-icon .plus-post-search-icon svg path{fill:#fff;stroke:#fff;-webkit-transition:fill .2s ease-in-out,stroke .2s ease-in-out;transition:fill .2s ease-in-out,stroke .2s ease-in-out}.header-extra-icons li.search-icon .plus-post-search-icon svg{max-width:20px;max-height:20px}.header-extra-icons .icons-content-list .search-icon .plus-post-search-icon{cursor:pointer;position:relative;display:block;text-align:center}.plus-search-form.plus-search-form-content.style-1,.plus-search-form.plus-search-form-content.style-3{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.98);z-index:1111;overflow:hidden;-webkit-transition:all .4s ease-out;transition:all .4s ease-out;-webkit-transform:translate3d(0,0,1px);transform:translate3d(0,0,1px)}.plus-search-form.plus-search-form-content.style-1>.plus-search-section,.plus-search-form.plus-search-form-content.style-3>.plus-search-section{position:relative;top:50%;margin:0 auto;height:100%;overflow-y:hidden;text-align:center}.plus-search-form.plus-search-form-content.style-1 .plus-search-section>form,.plus-search-form.plus-search-form-content.style-3 .plus-search-section>form{line-height:100%;width:48%;max-width:960px;display:inline-block;position:relative;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.plus-search-form.plus-search-form-content.style-1 input.plus-search-field,.plus-search-form.plus-search-form-content.style-3 input.plus-search-field{max-width:none;padding:15px 50px 15px 0;width:100%;height:100%;text-align:left;font-weight:600;font-size:28px;border:none;background:transparent;border-bottom:2px solid #313131;border-radius:0}.plus-search-form.plus-search-form-content.style-1 .plus-submit-icon-container,.plus-search-form.plus-search-form-content.style-3 .plus-submit-icon-container{position:absolute;color:#bbb;right:0;height:100%;-webkit-transition:color .3s;transition:color .3s;top:0}.plus-search-form.plus-search-form-content.style-1 .plus-search-submit,.plus-search-form.plus-search-form-content.style-3 .plus-search-submit{width:40px;height:70px;margin:0;padding:0;overflow:hidden;background:0 0!important;border:0;box-shadow:none;position:relative;display:inline-block}.header-extra-icons li.search-icon .plus-search-form .plus-search-submit svg{max-width:25px;width:25px;height:auto}.header-extra-icons li.search-icon .plus-search-form .plus-search-submit svg,.header-extra-icons li.search-icon .plus-search-form .plus-search-submit svg path{fill:#313131;stroke:#313131;-webkit-transition:fill .2s ease-in-out,stroke .2s ease-in-out;transition:fill .2s ease-in-out,stroke .2s ease-in-out}.plus-search-form.style-1 .plus-search-close,.plus-search-form.style-3 .plus-search-close{position:absolute;right:0;width:30px;height:30px;border-radius:50%;margin:12px;padding:6px;cursor:pointer;z-index:1;top:0;box-shadow:0 2px 13px -2px #0000007d;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.plus-search-form.style-1 .plus-search-close{top:32px}.plus-search-form.style-1 .plus-search-close .search-close,.plus-search-form.style-3 .plus-search-close .search-close{width:100%;height:100%;position:relative;top:8px}.plus-search-form.style-1 .plus-search-close .search-close:before,.plus-search-form.style-1 .plus-search-close .search-close:after,.plus-search-form.style-3 .plus-search-close .search-close:before,.plus-search-form.style-3 .plus-search-close .search-close:after{content:"";position:absolute;display:block;height:2px;width:100%;background-color:#333;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.plus-search-form.style-1 .plus-search-close .search-close:before,.plus-search-form.style-3 .plus-search-close .search-close:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.plus-search-form.style-1 .plus-search-close .search-close:after,.plus-search-form.style-3 .plus-search-close .search-close:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.plus-search-form.style-2 .plus-search-close,.plus-search-form.style-4 .plus-search-close{display:none}.plus-search-form.style-2 .plus-search-section form,.plus-search-form.style-4 .plus-search-section form{position:relative;display:block;width:100%}.plus-search-form.style-2,.plus-search-form.style-4{opacity:0;visibility:hidden;position:absolute;right:-15px;top:auto;padding:12px 12px;background:#fff;border-radius:3px;box-shadow:1px 1px 10px -1px #00000063;margin-top:8px;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.plus-search-form.style-2.open,.plus-search-form.style-4.open{opacity:1;visibility:visible}.plus-search-form.style-2 .plus-search-section:before,.plus-search-form.style-4 .plus-search-section:before{position:absolute;top:-7px;right:18px;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #fff;content:''}.plus-search-form.style-2 .plus-search-section input.plus-search-field,.plus-search-form.style-4 .plus-search-section input.plus-search-field{position:relative;display:block;width:220px;border:1px solid #d6d6d6;font-size:14px;color:#313131;box-shadow:0 1px 15px -4px #00000047;padding:10px 30px 10px 10px;border-radius:1px;background:#f5f5f5;outline:none}.plus-search-form.style-2 .plus-search-section .plus-submit-icon-container,.plus-search-form.style-4 .plus-search-section .plus-submit-icon-container{position:absolute;right:0;top:0;width:40px;height:43px}.plus-search-form.style-2 .plus-submit-icon-container button.plus-search-submit,.plus-search-form.style-4 .plus-submit-icon-container button.plus-search-submit{border:0;padding:11px;box-shadow:none;background:none}.header-extra-icons li.search-icon .plus-search-form.style-2 .plus-search-submit svg,.header-extra-icons li.search-icon .plus-search-form.style-4 .plus-search-submit svg{max-width:20px;width:20px;height:auto}.plus-search-form.plus-search-form-content.style-3{display:none;position:absolute;width:250px;height:auto;background:#fff;box-shadow:0 2px 13px -2px #0000007d;padding:15px 10px;border-radius:5px;top:-100%}.plus-search-form.style-3 .plus-search-close{top:50%;margin:0;transform:translateY(-50%);margin-right:5px;box-shadow:none}.plus-search-form.plus-search-form-content.style-3>.plus-search-section{top:0;height:auto;text-align:left;width:240px}.plus-search-form.plus-search-form-content.style-3 .plus-search-section>form{width:85%}.plus-search-form.plus-search-form-content.style-3 input.plus-search-field{border:none;padding:0;font-size:18px}.plus-search-form.plus-search-form-content.style-3.open .plus-submit-icon-container,.plus-search-form.plus-search-form-content.style-3 .plus-submit-icon-container{display:none}.plus-search-form.style-4{top:-10px;left:0;z-index:1;padding:0;margin:0;margin-left:25px;box-shadow:none;border:none}.plus-search-form.style-4 .plus-search-section:before{display:none}.plus-search-form.style-4 .plus-search-section input.plus-search-field{border:none;background:#fff;padding:.7em;box-shadow:none;border-bottom:1px solid #000;width:auto}.plus-search-form.style-4 .plus-search-section .plus-submit-icon-container{display:none;opacity:0}.plus-search-form.plus-search-form-content.style-4{transform:translateX(-100%);transition:all 0.9s}.plus-search-form.plus-search-form-content.style-4.open{transform:translateX(100%)}.header-extra-icons .plus-search-form.plus-search-form-content.style-4{background:transparent!important}.mini-cart-icon .content-icon-list{display:block;position:relative;line-height:1}.mini-cart-icon .plus-cart-icon.style-1,.mini-cart-icon .plus-cart-icon.style-2{cursor:pointer;position:relative;display:block;text-align:center}.plus-cart-icon.style-1 svg,.plus-cart-icon.style-2 svg{max-width:25px;width:max-content}.header-extra-icons li.mini-cart-icon .plus-cart-icon.style-1 svg,.header-extra-icons li.mini-cart-icon .plus-cart-icon.style-1 svg path,.header-extra-icons li.mini-cart-icon .plus-cart-icon.style-2 svg,.header-extra-icons li.mini-cart-icon .plus-cart-icon.style-2 svg path{fill:none;stroke:#313131;-webkit-transition:stroke .2s ease-in-out;transition:stroke .2s ease-in-out}.header-extra-icons li.mini-cart-icon .plus-cart-icon.style-2 svg{fill:#313131}.plus-cart-icon .cart-wrap{font-size:12px;margin-right:0;z-index:1;color:#fff}.plus-cart-icon .cart-wrap span{background:none repeat scroll 0 0 #8072fc;border-radius:35px;display:block;font-weight:400;line-height:22px;text-align:center;width:22px;height:22px;position:absolute;top:-8px;left:100%;box-shadow:0 5px 12px rgba(0,0,0,.2);margin-left:-10px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;animation:.6s ease-in-out .12s normal both 1 bounce_in_animation;-webkit-animation:.6s ease-in-out .12s normal both 1 bounce_in_animation}.mini-cart-icon .plus-cart-icon.cart_custom_image .tp-icon-img{position:relative;display:block;width:30px;height:auto}@keyframes bounce_in_animation{0%{transform:scale(0,0)}20%{transform:scale(1.4,1.4)}50%{transform:scale(.8,.8)}85%{transform:scale(1.1,1.1)}100%{transform:scale(1,1)}}@-webkit-keyframes bounce_in_animation{0%{-webkit-transform:scale(0,0)}20%{-webkit-transform:scale(1.4,1.4)}50%{-webkit-transform:scale(.8,.8)}85%{-webkit-transform:scale(1.1,1.1)}100%{-webkit-transform:scale(1,1)}}.header-extra-icons .mini-cart-icon.style-2 .mc-extra-bottom-con,.header-extra-icons .mini-cart-icon.style-2 .widget.woocommerce.widget_shopping_cart{opacity:0}.header-extra-icons .mini-cart-icon.style-2 .tpmc-header-extra-toggle-content.open .mc-extra-bottom-con,.header-extra-icons .mini-cart-icon.style-2 .tpmc-header-extra-toggle-content.open .widget.woocommerce.widget_shopping_cart{opacity:1}.header-extra-icons .mini-cart-icon .widget.woocommerce.widget_shopping_cart .widgettitle{display:none}.header-extra-icons .mini-cart-icon .tpmc-header-extra-toggle-content-ext{position:absolute;right:5px;top:100%;padding:0;margin-top:0;display:none;border-radius:5px;display:block;opacity:0;visibility:hidden;-webkit-transition:all 0.9s;-moz-transition:all 0.9s;-ms-transition:all 0.9s;transition:all 0.9s;min-width:300px;width:300px;max-height:500px;z-index:112}.header-extra-icons .mini-cart-icon .tpmc-header-extra-toggle-content-ext.open{top:25px;margin-bottom:0;opacity:1;visibility:visible}.header-extra-icons .mini-cart-icon .widget{padding-bottom:0}.header-extra-icons .mini-cart-icon .widget.woocommerce.widget_shopping_cart{margin-bottom:0}.header-extra-icons .mini-cart-icon .widget.woocommerce.widget_shopping_cart.open{pointer-events:auto;max-height:initial;z-index:111;width:100%;height:calc(100% - 115px)}.header-extra-icons .mini-cart-icon .widget_shopping_cart_content,.header-extra-icons .mini-cart-icon .mc-extra-bottom-con{background-color:#fff;border-radius:5px;overflow:hidden;box-shadow:0 3px 20px rgba(0,0,0,.09);-webkit-box-shadow:0 3px 20px rgba(0,0,0,.09);-webkit-transition:all 0.4s cubic-bezier(.2,.8,.25,1);-ms-transition:all 0.4s cubic-bezier(.2,.8,.25,1);transition:all 0.4s cubic-bezier(.2,.8,.25,1)}.header-extra-icons .mini-cart-icon .mc-extra-bottom-con{min-height:70px;display:flex;align-items:center;justify-content:center;background-color:#bcc4cc;width:100%;-webkit-transition:unset;-ms-transition:unset;transition:unset}.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list{display:block;position:relative!important;top:0px!important;width:300px;left:auto;max-height:318px;overflow-y:auto}.header-extra-icons .mini-cart-icon ul.cart_list,.header-extra-icons .mini-cart-icon ul.product_list_widget{list-style:none outside;padding:0;margin:0;margin-bottom:15px}.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list>li{border-bottom:1px solid rgba(0,0,0,.07)}.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li{position:relative;float:none;list-style:none;padding:14px 20px;padding-bottom:20px;padding-top:20px;color:#999;text-align:left;margin:0;font-size:12px;line-height:22px;align-items:flex-start}.header-extra-icons .mini-cart-icon ul.product_list_widget li img{height:auto;width:75px;margin-left:0;margin-right:15px;float:left;margin-bottom:0;box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;-moz-box-shadow:none}.header-extra-icons .mini-cart-icon.widget_shopping_cart .cart_list a img{width:55px;float:left;margin-left:0px!important}.header-extra-icons .mini-cart-icon ul.product_list_widget li img{border-radius:4px}.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li .product-meta a,.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li>a>img{-webkit-transition:opacity 0.25s ease,color 0.25s ease;transition:opacity 0.25s ease,color 0.25s ease}.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li>a:hover>img{opacity:.75}.header-extra-icons .mini-cart-icon ul.product_list_widget .product-meta{float:right;padding-left:0;width:calc(100% - 90px)}.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li a.remove{top:10px;right:10px;left:auto;position:absolute;margin-right:0;margin-top:0;font-size:20px;height:20px;line-height:15px;padding:0;transition:all 0.2s linear 0s;width:20px;border-radius:30%;text-align:center;background:transparent;color:#848484!important;-webkit-transition:opacity 0.25s ease,color 0.25s ease;transition:opacity 0.25s ease,color 0.25s ease}.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li a.remove:hover{opacity:.8}.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li .product-meta a{display:inline-block;transition:0.2s ease color!important}.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li .product-meta>a{line-height:1.3em;margin-bottom:6px;max-width:calc(100% - 26px);padding-bottom:0;font-size:14px;color:#848484}.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list .product-meta a img{display:none}.header-extra-icons .mini-cart-icon .widget_shopping_cart .quantity{margin-left:0;line-height:14px;height:14px;display:block;color:rgba(255,255,255,.8)}.header-extra-icons .mini-cart-icon .widget_shopping_cart .quantity,.header-extra-icons .mini-cart-icon .widget_shopping_cart .quantity span{font-size:14px;color:#848484}.header-extra-icons .mini-cart-icon .total,.header-extra-icons .mini-cart-icon .total strong{text-transform:none;letter-spacing:0;font-size:18px;line-height:26px;font-weight:500}.header-extra-icons .mini-cart-icon .total{clear:both;color:#ccc;padding:17px 20px}.header-extra-icons .mini-cart-icon .widget_shopping_cart a.button{background-color:#8072fc;font-size:14px;display:inline-block;padding:12px 15px;width:calc(50% - 7px);line-height:1;margin:0;border:0;color:#fff;font-weight:500;border-radius:4px!important;text-align:center;box-shadow:0 2px 20px -2px rgba(0,0,0,.1)}.header-extra-icons .mini-cart-icon .widget_shopping_cart a.wcppec-cart-widget-button{margin-top:10px}.header-extra-icons .mini-cart-icon .widget_shopping_cart a.button.checkout{margin-left:10px}.header-extra-icons .mini-cart-icon .widget_shopping_cart .buttons{padding:3px 20px 20px 20px;clear:both}.header-extra-icons .mini-cart-icon .widget_shopping_cart .total{border:0;padding:0;display:block;text-align:center;padding-bottom:10px;padding-top:10px;margin-bottom:0}.widget_shopping_cart_content .woocommerce-mini-cart__empty-message{min-width:200px;margin:0;padding:10px;min-height:300px;display:flex;align-items:center;flex-direction:column;justify-content:center}.woocommerce-mini-cart__empty-message:before{background:none;font-size:70px;margin:0 auto;float:none;text-align:center;padding-bottom:30px;font-family:"Font Awesome 5 Brands";font-weight:600;content:"\f23d"}.header-extra-icons .mini-cart-icon.style-2 .widget_shopping_cart_content{box-shadow:none;transition:unset;background-color:transparent}.widget_shopping_cart_content .woocommerce-mini-cart__empty-message{color:#000}.header-extra-icons .mini-cart-icon .widget_shopping_cart.open .cart_list::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#F5F5F5}.header-extra-icons .mini-cart-icon .widget_shopping_cart.open .cart_list::-webkit-scrollbar{width:6px;background-color:#F5F5F5}.header-extra-icons .mini-cart-icon .widget_shopping_cart.open .cart_list::-webkit-scrollbar-thumb{background-color:#ff2824}@media (min-width:992px){.header-extra-icons ul.icons-content-list .header-extra-icons-hidden-desktop{display:none}}@media (max-width:991px) and (min-width:601px){.header-extra-icons ul.icons-content-list .header-extra-icons-hidden-tablet{display:none}}@media (max-width:782px){.admin-bar #theplus-header-elementor.header-sticky.fixed-sticky .header-sticky-menu{top:45px}}@media (max-width:600px){.header-extra-icons ul.icons-content-list .header-extra-icons-hidden-mobile{display:none}}.plus-search-form.plus-search-form-content.style-3.sboc_right{left:unset;right:0}.plus-search-form.plus-search-form-content.style-4.sboc_right{left:unset;right:100%;transform:translateX(15%);margin-left:0;margin-right:25px}.plus-search-form.plus-search-form-content.style-4.sboc_right.open{transform:translateX(0)}.elementor-widget-tp-heading-title.text-left .seprator.sep-l{text-align:left;margin-left:0}.elementor-widget-tp-heading-title.text-right .seprator.sep-l{text-align:right;margin-right:0}.heading-title-gradient{-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important}.heading.style-3 .heading-title:before{border-bottom:3px solid;width:20%;content:'';height:28px;display:inline-block}.heading_style .heading-sub-title,.heading_style .heading-title{margin-top:5px;margin-bottom:5px;word-wrap:break-word}.heading{display:block;position:relative;width:100%}.heading .text-center .seprator.sep-l{margin:0 auto}.heading .seprator.sep-l .sep-mg{margin:0 7px}.heading .text-right .seprator.sep-l{float:right}.heading .seprator{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:15px;margin:0 auto}.heading span.title-sep{height:1px;position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-width:10%;border:1px solid #000}.heading.style-5{margin-bottom:20px}.heading.style-5 .heading-title{outline:0;outline:0;color:#313131;-webkit-transition:color 1s ease;-moz-transition:color 1s ease;-ms-transition:color 1s ease;-o-transition:color 1s ease;transition:color 1s ease;display:inline-block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;position:relative;text-decoration:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;padding-bottom:5px}.heading.style-5 .heading-title:before{position:absolute;-webkit-transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;-ms-transition:all 1s ease 0s;-o-transition:all 1s ease 0s;transition:all 1s ease 0s;content:"";width:100%;height:6px;right:0;bottom:0;position:absolute;background:#1e73be}.heading.style-5 .heading-title:focus:after,.heading.style-5 .heading-title:focus:before,.heading.style-5 .heading-title:hover:after,.heading.style-5 .heading-title:hover:before{outline:0;-webkit-transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;-ms-transition:all 1s ease 0s;-o-transition:all 1s ease 0s;transition:all 1s ease 0s}.heading.style-5 .heading-title:after{-webkit-transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;-ms-transition:all 1s ease 0s;-o-transition:all 1s ease 0s;transition:all 1s ease 0s;content:"";width:100%;height:2px;right:0;bottom:-4px;position:absolute;background:#1e73be}.heading.style-6{text-align:center}.heading.style-6 .vertical-divider{width:2px;height:30px;display:inline-block}.heading.style-6 .vertical-divider.bottom{margin-top:6px}.heading.style-7 .sub-style{display:block;position:relative}.heading.style-7 .sub-heading .heading-sub-title{font-family:montserrat;display:block;font-size:20px;line-height:1.2;color:#252525;margin-top:5px;margin-bottom:10px}.heading.style-7 .sub-heading .heading-sub-title span{font-weight:900}.heading.style-7 .heading-title{font-family:montserrat;margin-top:0;margin-bottom:0;display:block}.heading.style-7 .heading-title{position:relative;transition:1000ms;-webkit-transition:1000ms;-moz-transition:1000ms;-o-transition:1000ms;-ms-transition:1000ms;overflow:hidden}.heading.style-7 .head-title:after{position:absolute;bottom:0;color:red;content:'.';font-size:60px;width:60px;margin-left:-30px;pointer-events:none;-webkit-transition:text-shadow 0.3s,color 0.3s;-moz-transition:text-shadow 0.3s,color 0.3s;-o-transition:text-shadow 0.3s,color 0.3s;-ms-transition:text-shadow 0.3s,color 0.3s;transition:text-shadow 0.3s,color 0.3s;text-shadow:15px 0 red,-15px 0 red}.heading.style-7 .head-title.text-left:after{left:10px;-webkit-transform:translateX(0%);-ms-transform:translateX(0%);-moz-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}.heading.style-7 .head-title.text-center:after{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.heading.style-7 .head-title.text-right:after{right:5px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.elementor-widget-tp-heading-title.text-right .heading.style-7 .head-title:after{right:15px;left:auto}.elementor-widget-tp-heading-title.text-left .heading.style-7 .head-title:after,.elementor-widget-tp-heading-title.text-justify .heading.style-7 .head-title:after{left:15px;right:auto;margin-left:0}@media (max-width:1200px){.elementor-widget-tp-heading-title.text--tabletright .heading.style-7 .head-title:after{right:15px;left:auto}.elementor-widget-tp-heading-title.text--tabletleft .heading.style-7 .head-title:after{left:15px;right:auto;margin-left:0}}@media (max-width:767px){.elementor-widget-tp-heading-title.text--mobileright .heading.style-7 .head-title:after{right:15px;left:auto}.elementor-widget-tp-heading-title.text--mobileleft .heading.style-7 .head-title:after{left:15px;right:auto;margin-left:0}}.heading.style-8 .sub-heading{color:#d4d4d4;left:0;display:block;width:100%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:70px;line-height:1.2;position:absolute}.heading.style-8 .head-title.text-center{left:0;display:block;width:100%;z-index:2;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:35px;line-height:1.2}.heading.style-8 .heading-sub-title{font-size:100px;font-weight:900}.heading.style-8:hover .heading-title.text-center{color:#ec2d3a}.sep-dot{font-size:50px;line-height:1px;display:table;position:relative;top:-5px;padding:0 4px}.seprator-width{width:20%;margin:0 auto}.heading.style-11 .sub-style{display:inline-block;width:auto!important}.box-left{text-align:left}.box-center{text-align:center}.box-right{text-align:right}.box-left .text-center{text-align:left}.box-center .text-center{text-align:center}.box-right .text-center{text-align:right}.plus-navigation-wrap{position:relative;display:block;width:100%;margin:0 auto}#theplus-navigation-normal-menu{padding:0;margin:0}.plus-navigation-menu{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;position:relative;-webkit-align-items:center;align-items:center}.plus-navigation-wrap.text-center .plus-navigation-menu{justify-content:center}.plus-navigation-wrap.text-left .plus-navigation-menu{justify-content:flex-start}.plus-navigation-wrap.text-right .plus-navigation-menu{justify-content:flex-end}.plus-navigation-menu .nav>li{position:relative;display:inline-block;padding:5px;height:100%;vertical-align:middle;-webkit-align-items:center;align-items:center}.plus-navigation-menu .nav li a{-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.plus-navigation-menu .nav>li>a{position:relative;display:block}.plus-navigation-menu .nav>li ul.dropdown-menu{position:absolute;display:none;list-style:none;background:#fff;border:0;-moz-box-shadow:initial;-webkit-box-shadow:initial;box-shadow:initial;-moz-border-radius:1px;-webkit-border-radius:1px;border-radius:1px;box-shadow:0 1px 10px -2px rgba(0,0,0,.1);top:100%;z-index:1000;min-width:160px;padding:5px 0;margin:0 0 0;font-size:14px;text-align:left}.plus-navigation-menu .nav>li>.dropdown-menu li{position:relative;min-height:auto;text-transform:capitalize;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s}.plus-navigation-menu .nav li ul.dropdown-menu ul.dropdown-menu{left:100%;top:0;border:0;margin-left:0;margin-right:0;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px}.plus-navigation-menu .nav ul.dropdown-menu li>.dropdown-menu{display:none;transition:none;opacity:1;z-index:1}.plus-navigation-menu .nav .dropdown-menu>li>a{font-size:15px;line-height:24px}.plus-navigation-menu .nav li.dropdown .dropdown-menu>li>a{padding:0!important}.plus-navigation-menu .navbar-nav.menu-hover-style-1>li>a:before{content:'';overflow:hidden;position:absolute;left:0;bottom:-1px;display:block;width:0;height:1px;background-color:#222;-webkit-transition:all .4s cubic-bezier(.175,.885,.32,1.075);-moz-transition:all .4s cubic-bezier(.175,.885,.32,1.075);-o-transition:all .4s cubic-bezier(.175,.885,.32,1.075);-ms-transition:all .4s cubic-bezier(.175,.885,.32,1.075);transition:all .4s cubic-bezier(.175,.885,.32,1.075)}.plus-navigation-menu .navbar-nav.menu-hover-style-1>li:hover>a:before,.plus-navigation-menu .navbar-nav.menu-hover-style-1>li:focus>a:before,.plus-navigation-menu .navbar-nav.menu-hover-style-1>li.active>a:before{width:100%}.plus-navigation-menu .navbar-nav ul.dropdown-menu li .dropdown-menu .depth-3 .dropdown-menu{top:0}.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:after,.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:before{content:"";bottom:0;position:absolute;width:0;height:1px;z-index:-1}.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:before{right:0;transition:width .7s cubic-bezier(.77,0,.175,1) 0s,opacity .4s ease-in-out .4s;width:calc(100% - 0px)}.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:after{left:0;right:0;transition:width .4s cubic-bezier(.77,0,.175,1) 0s,opacity .4s ease-in-out .4s;width:0}.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:after,.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:before{background:rgba(0,0,0,.4)}.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:not(:hover):after,.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:not(:hover):before{opacity:0}.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:not(:hover):after,.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:not(:hover):before{opacity:0}.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:hover:after,.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:hover:before{background:rgba(0,0,0,.8)}.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:hover:before{transition:width .4s cubic-bezier(.77,0,.175,1) 0s,opacity .4s ease-in-out 0s;width:0}.plus-navigation-menu .navbar-nav.menu-hover-style-2>li>a:hover:after{transition:width .7s cubic-bezier(.77,0,.175,1) 0s,opacity .4s ease-in-out 0s;width:calc(100% - 0px)}.plus-navigation-wrap .plus-navigation-inner.main-menu-indicator-style-1 .plus-navigation-menu .navbar-nav>li.dropdown>a:after,.plus-navigation-wrap .plus-navigation-inner.main-menu-indicator-style-1 .plus-mobile-menu .navbar-nav li.dropdown>a:after,.plus-navigation-wrap .plus-mobile-menu .navbar-nav li.dropdown ul.dropdown-menu>li.dropdown-submenu>a:after,.plus-navigation-wrap .plus-mobile-menu .navbar-nav li.dropdown>a:after{content:"\f107";position:relative;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle;padding-left:5px;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.plus-navigation-wrap .plus-navigation-inner.sub-menu-indicator-style-1 .plus-navigation-menu .navbar-nav ul.dropdown-menu>li.dropdown-submenu>a:after{content:"\f105";position:absolute;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle;top:50%;right:0;width:20px;height:20px;line-height:20px;text-align:center;transform:translateY(-50%);-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.plus-navigation-wrap .plus-navigation-inner.sub-menu-indicator-style-2 .plus-navigation-menu .navbar-nav ul.dropdown-menu>li.dropdown-submenu>a:before,.plus-navigation-wrap .plus-navigation-inner.sub-menu-indicator-style-2 .plus-navigation-menu .navbar-nav ul.dropdown-menu>li.dropdown-submenu>a:after{content:"";position:absolute;display:inline-block;background:#404044;width:2px;height:2px;position:absolute;right:1px;vertical-align:middle;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.plus-navigation-wrap .plus-navigation-inner.sub-menu-indicator-style-2 .plus-navigation-menu .navbar-nav ul.dropdown-menu>li.dropdown-submenu>a:before{background:0 0;width:8px;border:2px solid #000;border-top:none;border-bottom:none;right:7px}.plus-navigation-wrap .navbar-nav .dropdown-menu>li>a{position:relative;display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.plus-navigation-wrap .plus-navigation-inner:not(.mega-menu-fullwidth) .navbar-nav>.yamm-fw>.dropdown-menu{right:0;left:auto;width:100%}.plus-navigation-menu .nav>li.yamm-fw{position:initial}.plus-navigation-menu.menu-vertical .navbar-nav li{display:block}.plus-navigation-menu.menu-vertical .nav>li ul.dropdown-menu{position:relative;left:0!important;right:0}.plus-navigation-wrap .plus-navigation-inner.sub-menu-indicator-style-2 .plus-navigation-menu.menu-vertical .navbar-nav ul.dropdown-menu>li.dropdown-submenu>a:after{right:15px}.plus-navigation-wrap .plus-navigation-inner.sub-menu-indicator-style-2 .plus-navigation-menu.menu-vertical .navbar-nav ul.dropdown-menu>li.dropdown-submenu>a:before{right:21px}.plus-navigation-wrap .plus-navigation-inner.main-menu-indicator-style-1 .plus-navigation-menu.menu-vertical .navbar-nav>li.dropdown>a:after{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}@media (min-width:992px){.plus-navigation-wrap .plus-mobile-menu-content.collapse{display:none!important}}.plus-navigation-wrap .plus-mobile-menu-content.collapse{display:none}.plus-navigation-wrap .plus-mobile-menu-content{position:absolute;height:auto;background:#dedede;left:0;right:0;padding:0;border:0}.plus-mobile-menu-content.collapse.in{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;width:100%;border-top:0;padding:0;-webkit-box-shadow:none;box-shadow:none;overflow-x:visible;z-index:1}.plus-mobile-nav-toggle.mobile-toggle{display:none;float:none}.plus-mobile-menu.plus-navigation-menu .nav>li{display:block}.plus-mobile-menu-content .plus-mobile-menu{position:relative;display:block;text-align:left;padding:0;width:100%}.plus-mobile-menu .navbar-nav li a{padding:10px 10px!important;border-bottom:1px solid #aaa}.plus-mobile-menu-content .plus-mobile-menu .dropdown-menu{border-radius:0;border:0;display:none}.plus-navigation-wrap .plus-navigation-inner.main-menu-indicator-style-1 .plus-mobile-menu .navbar-nav li.dropdown>a:after,.plus-navigation-wrap .plus-mobile-menu .navbar-nav li.dropdown ul.dropdown-menu>li>a:after,.plus-navigation-wrap .plus-mobile-menu .navbar-nav li.dropdown ul.dropdown-menu>li.dropdown-submenu>a:after,.plus-navigation-wrap .plus-mobile-menu .navbar-nav li.dropdown>a:after{right:10px;position:absolute;top:50%;transform:translateY(-50%);color:#313131}.plus-mobile-menu .navbar-nav .dropdown-menu>li>a{position:relative;font-size:15px;line-height:20px;color:#313131}.mobile-plus-toggle-menu{position:relative;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;cursor:pointer;margin:0em;width:2.25em;height:2.25em}.mobile-plus-toggle-menu ul.toggle-lines{width:1.625em;height:1.625em;list-style:none;margin:-.8125em 0 0 -.8125em;padding:0;position:absolute;top:50%;left:50%;-webkit-transition:-webkit-transform 1s cubic-bezier(.23,1,.32,1),color 1s cubic-bezier(.23,1,.32,1);-moz-transition:-moz-transform 1s cubic-bezier(.23,1,.32,1),color 1s cubic-bezier(.23,1,.32,1);-o-transition:-o-transform 1s cubic-bezier(.23,1,.32,1),color 1s cubic-bezier(.23,1,.32,1);-ms-transition:-ms-transform 1s cubic-bezier(.23,1,.32,1),color 1s cubic-bezier(.23,1,.32,1);transition:transform 1s cubic-bezier(.23,1,.32,1),color 1s cubic-bezier(.23,1,.32,1);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);-moz-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.mobile-plus-toggle-menu ul.toggle-lines li.toggle-line{width:100%;height:2px;background:#ff214f;position:absolute;top:50%;margin-top:-.75px;-webkit-transform:translateY(-3.75px) translateZ(0);-ms-transform:translateY(-3.75px) translateZ(0);-moz-transform:translateY(-3.75px) translateZ(0);-o-transform:translateY(-3.75px) translateZ(0);transform:translateY(-3.75px) translateZ(0);-webkit-transition:-webkit-transform 1s cubic-bezier(.23,1,.32,1),background 1s cubic-bezier(.23,1,.32,1);-moz-transition:-moz-transform 1s cubic-bezier(.23,1,.32,1),background 1s cubic-bezier(.23,1,.32,1);-o-transition:-o-transform 1s cubic-bezier(.23,1,.32,1),background 1s cubic-bezier(.23,1,.32,1);-ms-transition:-ms-transform 1s cubic-bezier(.23,1,.32,1),background 1s cubic-bezier(.23,1,.32,1);transition:transform 1s cubic-bezier(.23,1,.32,1),background 1s cubic-bezier(.23,1,.32,1)}.mobile-plus-toggle-menu.plus-collapsed ul.toggle-lines li.toggle-line:last-child{-webkit-transform:translateY(3.75px) translateZ(0);transform:translateY(3.75px) translateZ(0)}.mobile-plus-toggle-menu:not(.plus-collapsed) ul.toggle-lines li.toggle-line{-webkit-transform:rotate(45deg) translateZ(0);transform:rotate(45deg) translateZ(0)}.mobile-plus-toggle-menu:not(.plus-collapsed) ul.toggle-lines li.toggle-line:last-child{-webkit-transform:rotate(-45deg) translateZ(0);transform:rotate(-45deg) translateZ(0)}.plus-mobile-menu-content .nav,.plus-mobile-menu-content .nav .dropdown-menu{margin:0;padding-left:0;margin-bottom:0;list-style:none}.plus-mobile-menu-content .nav>li{position:relative;display:block}.plus-mobile-menu-content .nav>li>a{position:relative;display:block;padding:10px 5px 10px 5px;line-height:20px}@media (max-width:991px){.plus-mobile-menu-content .navbar-nav{float:none!important}}.theplus-ninja-form.style-1{margin:0 auto}.nf-form-content .listselect-wrap .nf-field-element div,.nf-form-content input.ninja-forms-field,.nf-form-content select.ninja-forms-field:not([multiple]){height:auto}..theplus-ninja-form.style-1,.theplus-ninja-form.style-1 .ninja-forms-field,.theplus-ninja-form.style-1 .nf-field-container,.theplus-ninja-form .nf-field-element input[type="text"],.theplus-ninja-form .nf-field-element input[type="email"],.theplus-ninja-form .nf-field-element input[type="number"],.theplus-ninja-form .nf-field-element input[type="tel"],.theplus-ninja-form .nf-field-element select,.theplus-ninja-form .nf-field-element textarea{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.theplus-ninja-form .field-wrap input[type=button]{width:100%;height:auto}.nf-after-field .nf-error-msg{margin-right:0px!important}.theplus-ninja-form .nf-field-label{display:block}.theplus-ninja-form-labels-yes .nf-field-label{display:block}.theplus-ninja-form.style-1 .product-wrap>div input{width:100%!important}.checkbox-wrap .nf-field-element label:before,.checkbox-wrap .nf-field-label label:before,.listcheckbox-wrap .nf-field-element label:before,.listcheckbox-wrap .nf-field-label label:before{opacity:1!important}.theplus-ninja-form .nf-field-element select {-webkit-appearance:none;background-image:url(../../../images/selectarrow.png);background-position:center right;background-repeat:no-repeat}.plus-number-counter{position:relative;display:block;width:100%}.plus-number-counter .number-counter-inner-block{position:relative;display:block;width:100%;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.plus-number-counter .counter-icon-inner{display:inline-block;position:relative;margin-bottom:15px;width:60px;height:60px;line-height:60px;vertical-align:middle;text-align:center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.plus-number-counter .counter-image-inner{display:inline-block;position:relative;margin-bottom:15px;max-width:100px;vertical-align:middle;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.plus-number-counter .counter-icon-inner .counter-icon{font-size:30px;line-height:inherit!important;display:inline-block;color:#222;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.plus-number-counter .number-counter-inner-block .counter-title,.plus-number-counter .number-counter-inner-block .counter-title a{display:inline-block;font-size:20px;line-height:25px;margin-top:0;margin-bottom:5px;color:#333;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.plus-number-counter .number-counter-inner-block .counter-number{-o-transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;margin-bottom:15px;margin-top:0;margin-bottom:10px}.counter-icon-inner.shape-icon-square{border:1px solid;border-radius:2px}.counter-icon-inner.shape-icon-rounded{border:1px solid;border-radius:50%}.counter-icon-inner.shape-icon-hexagon{border-radius:initial;background-color:#8072fc;-webkit-mask:url(../../../images/info-box/hexagon-shape.svg) top right / 100% 100%}.counter-icon-inner.shape-icon-pentagon{border-radius:initial;background-color:#8072fc;-webkit-mask:url(../../../images/info-box/pentagon-shape.svg) top right / 100% 100%;padding-top:4px}.counter-icon-inner.shape-icon-square-rotate{border-radius:initial;background-color:#8072fc;-webkit-mask:url(../../../images/info-box/square-rotate.svg) top right / 100% 100%}.plus-number-counter .counter-icon-inner.shape-icon-hexagon .counter-icon,.plus-number-counter .counter-icon-inner.shape-icon-pentagon .counter-icon,.plus-number-counter .counter-icon-inner.shape-icon-square-rotate .counter-icon{color:#fff}.plus-number-counter.counter-style-2 .number-counter-inner-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.plus-number-counter.counter-style-2 .counter-content{-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%}.elementor-widget-tp-number-counter.text-left .plus-number-counter.counter-style-2 .counter-content{margin-left:12px}.plus-number-counter.counter-style-2 .number-counter-inner-block.vertical-center{-webkit-align-items:center;align-items:center}.elementor-widget-tp-number-counter.text-right .plus-number-counter.counter-style-2 .number-counter-inner-block{flex-direction:row-reverse}.elementor-widget-tp-number-counter.text-right .plus-number-counter.counter-style-2 .counter-content{margin-right:12px}.plus-number-counter.counter-style-2 .counter-image-inner,.plus-number-counter.counter-style-2 .counter-icon-inner{margin-bottom:0}.tp-page-scroll-wrapper{position:relative;display:block;width:100%;height:100vh;overflow:hidden}.fp-nxt-prev{position:fixed;bottom:7%;left:50%;-webkit-transform:translate3d(-50%,0,0);-moz-transform:translate3d(-50%,0,0);-o-transform:translate3d(-50%,0,0);-ms-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);text-align:center;margin:0 auto;display:block;z-index:100}.fp-nxt-prev .fp-nav-btn{margin:0 2px;height:40px;width:40px;font-size:30px;color:#313131;line-height:1;cursor:pointer;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.fp-nxt-prev .fp-nav-btn.small{width:30px;height:30px;font-size:18px}.fp-nxt-prev .fp-nav-btn.medium{width:40px;height:40px;font-size:28px}.fp-nxt-prev .fp-nav-btn.large{width:60px;height:60px;font-size:30px}.fp-nxt-prev.style-1 .fp-nav-btn{background:#777;color:#fff;border-radius:50%;-webkit-transition:background .7s,color .7s;-moz-transition:background .7s,color .7s;-o-transition:background .7s,color .7s;-ms-transition:background .7s,color .7s;transition:background .7s,color .7s}.fp-nxt-prev.style-1 .fp-nav-btn:hover{background:#313131;color:#fff}.fp-nxt-prev.style-2 .fp-nav-btn{background:#313131;color:#fff;border-radius:2px;-webkit-box-shadow:4px 4px 8px 2px rgba(0,0,0,.2);box-shadow:4px 4px 8px 2px rgba(0,0,0,.2);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s}.fp-nxt-prev.style-2 .fp-nav-btn:hover{transform:translateY(-2px);-webkit-box-shadow:5px 5px 8px 2px rgba(0,0,0,.4);box-shadow:0 5px 15px 3px rgba(0,0,0,.4)}.fp-nxt-prev.style-3 .fp-nav-btn{width:auto;height:auto;font-size:20px;margin:0 10px;color:#777;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s}.fp-nxt-prev.style-3 .fp-nav-btn:hover{color:#313131}.fp-nxt-prev.custom .fp-nav-btn{width:auto;height:auto}.fullpage-nav-paginate{position:fixed;bottom:7%;left:50%;-webkit-transform:translate3d(-50%,0,0);-moz-transform:translate3d(-50%,0,0);-o-transform:translate3d(-50%,0,0);-ms-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);z-index:100}.fullpage-nav-paginate.bottom-center,.fp-nxt-prev.bottom-center{bottom:7%;left:50%;-webkit-transform:translate3d(-50%,0,0);-moz-transform:translate3d(-50%,0,0);-o-transform:translate3d(-50%,0,0);-ms-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.fullpage-nav-paginate.bottom-left,.fp-nxt-prev.bottom-left{left:7%}.fullpage-nav-paginate.bottom-right,.fp-nxt-prev.bottom-right{left:auto;right:7%;-webkit-transform:translate3d(0%,0,0);-moz-transform:translate3d(0%,0,0);-o-transform:translate3d(0%,0,0);-ms-transform:translate3d(0%,0,0);transform:translate3d(0%,0,0)}.fullpage-nav-paginate.left-top,.fp-nxt-prev.left-top{left:7%;top:17%;bottom:auto}.fullpage-nav-paginate.right-top,.fp-nxt-prev.right-top{left:auto;right:7%;-webkit-transform:translate3d(0%,0,0);-moz-transform:translate3d(0%,0,0);-o-transform:translate3d(0%,0,0);-ms-transform:translate3d(0%,0,0);transform:translate3d(0%,0,0);top:17%;bottom:auto}.fullpage-nav-paginate.left-center,.fp-nxt-prev.left-center{left:7%;top:50%;bottom:auto;-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.fullpage-nav-paginate.right-center,.fp-nxt-prev.right-center{right:7%;left:auto;top:50%;bottom:auto;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.fullpage-nav-paginate .slide-nav{display:none;opacity:0;position:relative;font-size:30px;line-height:40px;color:#313131;width:auto;text-align:center}.fullpage-nav-paginate .slide-nav.active{display:inline-block;opacity:1}span.total-page-nav{position:relative;font-size:30px;line-height:40px;color:#313131;width:auto;text-align:center}span.total-page-nav:before{content:'/';padding:0 5px;font-size:inherit;line-height:inherit;position:relative;display:initial}.fp-nxt-prev.bottom-center.vertical{-webkit-transform:translate3d(-50%,0,0) rotate(90deg);-moz-transform:translate3d(-50%,0,0) rotate(90deg);-o-transform:translate3d(-50%,0,0) rotate(90deg);-ms-transform:translate3d(-50%,0,0) rotate(90deg);transform:translate3d(-50%,0,0) rotate(90deg)}.fp-nxt-prev.bottom-left.vertical{-webkit-transform:translate3d(-50%,0,0) rotate(90deg);-moz-transform:translate3d(-50%,0,0) rotate(90deg);-o-transform:translate3d(-50%,0,0) rotate(90deg);-ms-transform:translate3d(-50%,0,0) rotate(90deg);transform:translate3d(-50%,0,0) rotate(90deg)}.fp-nxt-prev.bottom-right.vertical{-webkit-transform:translate3d(0%,0,0) rotate(90deg);-moz-transform:translate3d(0%,0,0) rotate(90deg);-o-transform:translate3d(0%,0,0) rotate(90deg);-ms-transform:translate3d(0%,0,0) rotate(90deg);transform:translate3d(0%,0,0) rotate(90deg)}.fp-nxt-prev.left-top.vertical{-webkit-transform:translate3d(-50%,0,0) rotate(90deg);-moz-transform:translate3d(-50%,0,0) rotate(90deg);-o-transform:translate3d(-50%,0,0) rotate(90deg);-ms-transform:translate3d(-50%,0,0) rotate(90deg);transform:translate3d(-50%,0,0) rotate(90deg)}.fp-nxt-prev.right-top.vertical{-webkit-transform:translate3d(0%,0,0) rotate(90deg);-moz-transform:translate3d(0%,0,0) rotate(90deg);-o-transform:translate3d(0%,0,0) rotate(90deg);-ms-transform:translate3d(0%,0,0) rotate(90deg);transform:translate3d(0%,0,0) rotate(90deg)}.fp-nxt-prev.left-center.vertical{-webkit-transform:translate3d(-50%,-50%,0) rotate(90deg);-moz-transform:translate3d(-50%,-50%,0) rotate(90deg);-o-transform:translate3d(-50%,-50%,0) rotate(90deg);-ms-transform:translate3d(-50%,-50%,0) rotate(90deg);transform:translate3d(-50%,-50%,0) rotate(90deg)}.fp-nxt-prev.right-center.vertical{-webkit-transform:translate3d(0,-50%,0) rotate(90deg);-moz-transform:translate3d(0,-50%,0) rotate(90deg);-o-transform:translate3d(0,-50%,0) rotate(90deg);-ms-transform:translate3d(0,-50%,0) rotate(90deg);transform:translate3d(0,-50%,0) rotate(90deg)}@media screen and (max-width:1024px) and (min-width:768px){.fp-nxt-prev.ms-tabs-hidd,.fullpage-nav-paginate.ms-tabs-hidd{display:none}}@media screen and (max-width:767px){.fp-nxt-prev.ms-mobs-hidd,.fullpage-nav-paginate.ms-mobs-hidd{display:none}}#plus-pricing-table{position:relative;display:block;width:100%;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}.plus-pricing-table-widget{position:relative;display:block}.plus-pricing-table .pricing-table-inner{position:relative;padding:20px;width:100%;border-width:0;border-style:solid;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}.plus-pricing-table .pricing-table-inner:hover{z-index:1}.pricing-title-content{position:relative;display:block;width:100%}.pricing-title-content.style-1{display:block;text-align:center}.pricing-title-content.style-1>div{margin-bottom:8px}.pricing-title-content.style-1>div:last-child{margin-bottom:0}.pricing-price-wrap.style-1{text-align:center;display:block;position:relative}.plus-pricing-table ul.plus-icon-list-items{list-style:none;padding:0;margin:0}.plus-pricing-table ul.plus-icon-list-items span.plus-icon-list-text{display:inline-block}.plus-pricing-table ul.plus-icon-list-items li>span:first-child{margin-right:8px;line-height:inherit}.plus-pricing-table .pricing-overlay-color{content:'';position:absolute;left:0;top:0;bottom:0;right:0;background-color:transparent;transition:all 0.3s ease-in-out;z-index:-1}.plus-pricing-table .content-overlay-bg-color{position:absolute;left:0;top:0;bottom:0;right:0;background-color:transparent;transition:all 0.3s ease-in-out;z-index:-1}.pricing-content-wrap.listing-content.style-1{position:relative;display:block;width:100%}.pricing-content-wrap.listing-content.style-1 ul.plus-icon-list-items{border:1px solid #eee;padding:20px;border-radius:0;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:0px!important;border-bottom-right-radius:0px!important}.pricing-content-wrap.listing-content.style-1 a.read-more-options{position:relative;top:-1px;display:block;text-align:center;border:1px solid #eee;padding:10px;font-size:13px;letter-spacing:.5px;color:#313131;border-radius:0;border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:0px!important;border-top-right-radius:0px!important}.pricing-content-wrap.listing-content.style-1 li{margin-bottom:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.pricing-content-wrap.listing-content li p{margin-bottom:0}.pricing-content-wrap.listing-content.style-1 li:last-child{margin-bottom:0px!important}.pricing-content-wrap.listing-content.style-2{text-align:center;display:block;position:relative}.pricing-content-wrap.listing-content.style-2 ul li{border-bottom:1px solid #d3d3d3;padding:5px}.pricing-content-wrap.listing-content.style-2 ul li:last-child{border-bottom:0}.pricing-content-wrap.content-desc p{margin-bottom:10px}.pricing-content-wrap.content-desc.style-1 .pricing-content p:last-child{margin-bottom:0}.pricing-content-wrap.content-desc.style-1 hr.border-line{margin:30px 0;display:block}.pricing-content-wrap.content-desc.style-1 .pricing-content{padding:0 4%}.plus-pricing-table .pricing-table-inner .pricing-icon{font-size:30px;line-height:1.2;margin:0 auto 8px}.plus-pricing-table .pricing-icon.icon-squre{border-radius:2px;line-height:1}.plus-pricing-table .pricing-icon.icon-rounded{border-radius:30px!important}.plus-pricing-table .icon-hexagon{border-radius:initial;-webkit-mask:url(../../../images/info-box/hexagon-shape.svg) top right / 100% 100%}.plus-pricing-table .icon-pentagon{border-radius:initial;-webkit-mask:url(../../../images/info-box/pentagon-shape.svg) top right / 100% 100%}.plus-pricing-table .icon-square-rotate{border-radius:initial;-webkit-mask:url(../../../images/info-box/square-rotate.svg) top right / 100% 100%}.pricing-price-wrap.style-1 span.price-postfix-text{display:block;margin-top:5px}.pricing-price-wrap.style-1 span.price-prefix-text,.pricing-price-wrap.style-1 .pricing-price{font-size:30px;line-height:1;letter-spacing:1px;color:#212121}.pricing-price-wrap.style-1 span.price-postfix-text{display:block;margin-top:5px;font-size:13px;letter-spacing:.5px;color:#888}.pricing-price-wrap.style-2{display:block;text-align:center}.pricing-price-wrap.style-2 span.price-prefix-text{font-size:20px;color:#444;font-weight:400;line-height:1;padding-right:5px}.pricing-price-wrap.style-2 .pricing-price{font-size:40px;color:#444;font-weight:500;line-height:1.1}.pricing-price-wrap.style-2 span.price-postfix-text{display:block;margin-top:10px;font-size:15px;font-weight:500;color:#7d8fa0;line-height:1.3}.pricing-previous-price-wrap{position:relative;display:inline-block;vertical-align:top;line-height:1;color:#aaa;font-weight:500;padding-right:10px;text-decoration:line-through!important;font-size:20px}.plus-pricing-table .pricing-title,.plus-pricing-table .pricing-subtitle,.plus-pricing-table .pricing-icon,.pricing-price-wrap span.price-postfix-text,.pricing-price-wrap span.price-prefix-text,.pricing-price-wrap .pricing-price,.pricing-previous-price-wrap,.plus-pricing-table .pricing-content-wrap.listing-content li,.plus-pricing-table .pricing-content-wrap.listing-content li span.plus-icon-list-text,.plus-pricing-table .pricing-content-wrap.listing-content li span.plus-icon-list-icon,.pricing-content-wrap.listing-content.style-1 ul.plus-icon-list-items,.pricing-content-wrap.listing-content.style-1 a.read-more-options,.plus-pricing-table.pricing-style-3 .pricing-top-part,.pricing-ribbon-pin .ribbon-pin-inner p,.pricing-ribbon-pin .ribbon-pin-inner{-webkit-transition:all 0.3s;moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}.plus-pricing-table .pricing-table-inner .pricing-cta-text{text-align:center;display:block;font-size:14px;line-height:1.2;margin-bottom:15px}.plus-pricing-table .pricing-table-inner .pricing-cta-text p{margin-bottom:0}.plus-pricing-table.pricing-style-1 .pricing-table-inner{box-shadow:0 0 10px 0 rgba(136,136,136,.25098039215686274);background:#fff;border-radius:3px}.plus-pricing-table.pricing-style-1 .pricing-title-content{margin-bottom:20px}.plus-pricing-table.pricing-style-1 .pricing-price-wrap{margin-bottom:20px}.plus-pricing-table.pricing-style-1 .pt-plus-button-wrapper{text-align:center;display:block;margin-bottom:25px}.plus-pricing-table.pricing-style-1 .pricing-title{color:#313131;font-weight:400;font-size:18px;letter-spacing:1px;text-transform:uppercase}.plus-pricing-table.pricing-style-1 .pricing-subtitle{font-size:15px;line-height:1.2;color:#888;font-weight:500}.plus-pricing-table.pricing-style-1 .pt_plus_button.button-style-8 .button-link-wrap{border-radius:30px}.theplus-mailchimp-form input.form-control,.theplus-post-search-form input.form-control{font-size:16px;line-height:20px;padding:15px 20px;margin:0;margin-bottom:0px!important;display:inline-block;width:100%;border:1px solid #d3d3d3;border-radius:40px;box-shadow:0 3px 20px -10px #d3d3d3;height:auto;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.subscribe-btn-submit i.subscribe-btn-icon,.search-btn-submit i.search-btn-icon{vertical-align:middle}button.subscribe-btn-submit,button.search-btn-submit{position:relative;display:inline-block;vertical-align:middle;padding:15px 25px;border-radius:40px;border:0;margin:0;background:#313131;font-size:13px;line-height:1;letter-spacing:1px;cursor:pointer;color:#fff;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;white-space:pre}button.subscribe-btn-submit:focus,button.search-btn-submit:focus,.theplus-mailchimp-wrapper.form-style-3 .theplus-mailchimp-form input.form-control.tp-mailchimp-email{outline:none}.theplus-mailchimp-wrapper .theplus-mailchimp-form,.theplus-post-search-wrapper .theplus-post-search-form{position:relative;display:block;width:100%}.theplus-mailchimp-wrapper .theplus-mailchimp-form.text-center,.theplus-post-search-wrapper .theplus-post-search-form.text-center{text-align:center;margin:0 auto}.theplus-mailchimp-wrapper .theplus-mailchimp-form.text-left,.theplus-post-search-wrapper .theplus-post-search-form.text-left{text-align:left;margin-left:0}.theplus-mailchimp-wrapper .theplus-mailchimp-form.text-right,.theplus-post-search-wrapper .theplus-post-search-form.text-right{text-align:right;margin-right:0}.theplus-mailchimp-wrapper .plus-newsletter-input-wrapper,.theplus-post-search-wrapper .plus-newsletter-input-wrapper{position:relative;display:inline-block;width:100%}.theplus-mailchimp-wrapper.form-style-1 button.subscribe-btn-submit,.theplus-post-search-wrapper.form-style-1 button.search-btn-submit{position:absolute;top:50%;right:5px;transform:translate3d(0,-50%,0)}.theplus-mailchimp-wrapper.form-style-2 .plus-newsletter-input-wrapper,.theplus-post-search-wrapper.form-style-2 .plus-newsletter-input-wrapper{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical!important;-webkit-align-items:center!important;-ms-align-items:center!important;align-items:center!important;width:100%}.theplus-mailchimp-wrapper.form-style-2 button.subscribe-btn-submit,.theplus-post-search-wrapper.form-style-2 button.search-btn-submit{margin-left:10px}.theplus-mailchimp-wrapper .theplus-notification{position:relative;font-size:13px;line-height:18px;padding:10px;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:#8072fc;color:#fff;box-shadow:0 0 35px -14px #222;border-radius:3px;display:none;opacity:0}.theplus-mailchimp-wrapper .theplus-notification span.loading-spinner{vertical-align:middle;display:inline-block;font-size:8px;padding-right:10px;line-height:1}.theplus-mailchimp-wrapper .theplus-notification.danger-msg{background:#ff5a6e}.theplus-mailchimp-wrapper .theplus-notification.success-msg{background:#6fc784}.theplus-mailchimp-wrapper .theplus-notification.not-verify{background:#3882f7}.theplus-mailchimp-wrapper .theplus-notification.danger-msg span.loading-spinner,.theplus-mailchimp-wrapper .theplus-notification.success-msg span.loading-spinner,.theplus-mailchimp-wrapper .theplus-notification.not-verify span.loading-spinner{font-size:20px}.theplus-mailchimp-wrapper .theplus-notification .subscribe-response{display:flex;align-items:center;justify-content:center;flex-direction:row;position:relative;width:100%;height:100%}.theplus-mailchimp-wrapper .plus-newsletter-input-wrapper span.prefix-icon,.theplus-post-search-wrapper .plus-newsletter-input-wrapper span.prefix-icon{position:absolute;top:50%;transform:translate3d(0,-50%,0);font-size:16px;line-height:1;color:#313131;padding-left:15px;margin-top:0}.theplus-mailchimp-wrapper .plus-newsletter-input-wrapper span.prefix-icon + input.form-control,.theplus-post-search-wrapper .plus-newsletter-input-wrapper span.prefix-icon + input.form-control{padding-left:40px!important}.theplus-mailchimp-wrapper.form-style-3 .plus-newsletter-input-wrapper,.theplus-post-search-wrapper.form-style-3 .plus-newsletter-input-wrapper{display:inline-block;width:100%}.theplus-mailchimp-wrapper.form-style-3 button.subscribe-btn-submit,.theplus-post-search-wrapper.form-style-3 button.search-btn-submit{margin-top:10px}.theplus-mailchimp-wrapper.form-style-2 .plus-newsletter-input-wrapper span.prefix-icon{position:relative;padding-left:0;left:30px;top:unset;transform:unset}.theplus-mailchimp-wrapper.form-style-3 .theplus-mailchimp-form input.form-control.tp-mailchimp-first-name, .theplus-mailchimp-wrapper.form-style-3 .theplus-mailchimp-form input.form-control.tp-mailchimp-last-name, .theplus-mailchimp-wrapper.form-style-3 .theplus-mailchimp-form input.form-control.tp-mailchimp-birth-month, .theplus-mailchimp-wrapper.form-style-3 .theplus-mailchimp-form input.form-control.tp-mailchimp-birth-day, .theplus-mailchimp-wrapper.form-style-3 .theplus-mailchimp-form input.form-control.tp-mailchimp-phone{margin-bottom:10px !important;outline:none}.theplus-mailchimp-wrapper.form-style-3 .theplus-mailchimp-form input.form-control.tp-mailchimp-birth-month, .theplus-mailchimp-wrapper.form-style-3 .theplus-mailchimp-form input.form-control.tp-mailchimp-birth-day{width:20%}.theplus-mailchimp-wrapper.form-style-3 .theplus-mailchimp-form input.form-control.tp-mailchimp-phone{width:60%}.elementor-widget-tp-progress-bar .plus-widget-wrapper.image-tossing{display:block}.pt-plus-piechart{position:relative;display:block;width:100%;overflow:hidden}.progress_bar.pt-plus-peicharts{display:block;width:100%;position:relative}.progress_bar-skill-bar-filled{background:#2d9bea;height:100%;width:0%;-webkit-transition:width 1s ease-in-out;-moz-transition:width 1s ease-in-out;transition:width 1s ease-in-out;position:relative}.progress_bar-skill.skill-fill{background:#f3f3f3}.progress_bar-skill.skill-fill.small{height:6px;position:relative}.progress_bar-skill.skill-fill.medium{height:15px;position:relative}.progress_bar-skill.skill-fill.large{height:40px;position:relative}.progress_bar-progressbar .progress_bar-media{display:table;width:100%}.progress_bar-progressbar .prog-title.prog-icon{display:table-cell;vertical-align:middle}.progress_bar-progressbar .counter-number{display:table-cell;vertical-align:middle;text-align:right}.progress_bar-media-large{position:absolute;top:0}.progress_bar-media.large span.progres-ims{display:table-cell;vertical-align:middle}.progress_bar-media.large span.progres-ims i{vertical-align:middle}.progress_bar-media.large span.progress_bar-title{display:table-cell;vertical-align:middle;padding-left:5px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.progress_bar-media-large .counter-number{display:inline-block;vertical-align:middle;margin:0}.progress_bar-media.large{position:absolute;-webkit-transform:translateZ(50px) translateY(-50%) translateX(-50%);-ms-transform:translateZ(50px) translateY(-50%) translateX(-50%);-moz-transform:translateZ(50px) translateY(-50%) translateX(-50%);-o-transform:translateZ(50px) translateY(-50%) translateX(-50%);transform:translateZ(50px) translateY(-50%);top:50%;width:15%;padding:0 10px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.progress-style_2 .progress_bar-skill-bar-filled:after{position:absolute;content:'';left:100%;margin-left:-2px;border-right:2px solid #6c2bcc;height:8px;top:0}.progress-style_2.progress_bar-skill.skill-fill{background:#f3f3f3;margin-top:5px;height:2px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;overflow:visible}.pt-plus-peicharts canvas{position:absolute;top:0;left:50%;max-width:100%;-webkit-transform:rotateY(180deg) translateX(50%);-moz-transform:rotateY(180deg) translateX(50%);-o-transform:rotateY(180deg) translateX(50%);-ms-transform:rotateY(180deg) translateX(50%);transform:rotateY(180deg) translateX(50%)}.pt-plus-piechart .pt-plus-circle{position:relative;overflow:hidden;width:160px;height:160px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;margin:0 auto;text-align:center}.progress_bar-pie_chart{text-align:center}.pie-style_1 .theserivce-milestone-number{margin:5px}.progress_bar.pt-plus-peicharts object{min-height:100%}.pt-plus-pie_chart.style-2{display:table;vertical-align:middle;text-align:center;margin:0 auto}.pt-plus-pie_chart{padding-top:20px}.pie_chart-style2{-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%}.pt-plus-pie_chart.style-2 .pie_chart{display:inline-block;vertical-align:middle;margin-right:10px}.pt-plus-pie_chart.style-2 .pie_chart-style2{display:inline-block;vertical-align:middle;text-align:left}.pie_border_after .pt-plus-circle:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid #e7e7e7;border-radius:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit}.pt-plus-circle .pianumber-css{position:absolute;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);top:50%;left:50%;width:100%}.pianumber-css h5.counter-number{margin-bottom:0}.pt-plus-pie_chart.style-3 .counter-number,.pt-plus-pie_chart .pie_chart-style3{text-align:center}.progress_bar{display:flex;position:absolute}span.progres-ims{color:#313131;font-size:14px;vertical-align:middle;align-items:center}span.progress_bar-title{color:#4a4a4a;font-size:14px;line-height:20px;letter-spacing:0;font-weight:400}.progress_bar-sub_title{color:#888;font-size:13px;line-height:25px;letter-spacing:0;font-weight:400}.progress_bar-skill-bar-filled{width:0%;background-color:#6c2bcc}.progress_bar-skill.skill-fill{background-color:#d3d3d3;height:6px;position:relative}.progress_bar-progressbar .counter-number .theserivce-milestone-symbol,.progress_bar-progressbar .counter-number .theserivce-milestone-number.icon-milestone{color:#252525;font-size:16px;line-height:1.4;text-align:right;font-weight:400}.progress_bar-progressbar span.progress_bar-title{vertical-align:middle}.progress_bar-progressbar h5.counter-number{vertical-align:middle}.pt-plus-circle h5.counter-number{text-align:center;vertical-align:middle}.progress_bar-media{vertical-align:middle}.progress_bar-media.large .prog-title.prog-icon.large .progres-ims,.progress_bar-media.large .prog-title.prog-icon.large .progress_bar-title{color:#fff}.theplus-scroll-navigation__dot{position:relative;margin:0 auto;align-items:center;justify-content:center;padding:0;text-align:center}.theplus-scroll-navigation__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;overflow:visible!important}.theplus-scroll-navigation__item{margin:0;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;overflow:visible!important;width:35px;height:35px;align-items:center}.theplus-scroll-navigation__item-hint{background-color:#fff;border-radius:50px 50px 50px 50px;padding:0 33px 0 15px;opacity:1;pointer-events:auto}.theplus-scroll-navigation__icon{color:rgba(40,50,66,.4);margin:4px 5px 4px 0}.theplus-scroll-navigation.s_n_right{top:50%;position:fixed;right:15px;transform:translate3d(0,-50%,0);z-index:1111;margin-right:0}.theplus-scroll-navigation.s_n_left{top:50%;position:fixed;left:15px;transform:translate3d(0,-50%,0);z-index:1;margin-left:0}.theplus-scroll-navigation.s_n_top.po_center{display:flex;top:20px;position:fixed;left:0;right:0;z-index:3;margin-left:0;margin-top:0;justify-content:center;text-align:center;align-items:center}.theplus-scroll-navigation.s_n_top.po_left{display:flex;top:20px;position:fixed;left:50px;z-index:3;margin-left:0;margin-top:0;justify-content:left;text-align:left;align-items:left}.theplus-scroll-navigation.s_n_top.po_right{display:flex;top:20px;position:fixed;right:50px;z-index:3;margin-left:0;margin-top:0;justify-content:right;text-align:right;align-items:right}.theplus-scroll-navigation.s_n_bottom.po_left{position:fixed;bottom:20px;z-index:1;left:50px;display:flex}.theplus-scroll-navigation.s_n_bottom.po_right{position:fixed;bottom:20px;z-index:1;right:50px;display:flex}.elementor-element.elementor-widget.elementor-widget-tp-scroll-navigation{display:flex}.theplus-scroll-navigation.s_n_top .theplus-scroll-navigation__inner,.theplus-scroll-navigation.s_n_bottom .theplus-scroll-navigation__inner{flex-direction:inherit}.theplus-scroll-navigation.s_n_top_left{top:25px;position:fixed;left:10px;z-index:3}.theplus-scroll-navigation.s_n_top_right{top:25px;position:fixed;right:10px;z-index:3}.theplus-scroll-navigation.s_n_bottom.po_center{position:fixed;bottom:20px;z-index:1;left:50%;right:auto;display:flex;justify-content:center;text-align:center;align-items:center;transform:translate3d(-50%,0,0)}.theplus-scroll-navigation.s_n_bottom.po_left{position:fixed;bottom:20px;z-index:1;left:50px;display:flex;justify-content:left;text-align:left;align-items:left}.theplus-scroll-navigation.s_n_bottom.po_right{position:fixed;bottom:20px;z-index:1;right:50px;display:flex;justify-content:right;text-align:right;align-items:right}.theplus-scroll-navigation.s_n_bottom_left{bottom:25px;position:fixed;left:10px;z-index:2}.theplus-scroll-navigation.s_n_bottom_right{bottom:25px;position:fixed;right:10px;z-index:2}.theplus-scroll-navigation__dot span.tooltiptext.s_n_top.sn_t_a_e:after{position:absolute;left:50%;top:-15px;content:'';border:8px solid transparent;z-index:2;border-right-color:#000;transform:translate3d(-50%,0,0) rotate(90deg)}.theplus-scroll-navigation__dot span.tooltiptext.s_n_top_right.sn_t_a_e:after,.theplus-scroll-navigation__dot span.tooltiptext.s_n_bottom_right.sn_t_a_e:after,.theplus-scroll-navigation__dot span.tooltiptext.s_n_right.sn_t_a_e:after{position:absolute;right:-16px;content:'';height:0;width:0;border:8px solid transparent;z-index:2;border-right-color:#000;transform:translate3d(0,-50%,0) rotate(180deg);top:50%}.theplus-scroll-navigation__dot span.tooltiptext.s_n_top_left.sn_t_a_e:after,.theplus-scroll-navigation__dot span.tooltiptext.s_n_left.sn_t_a_e:after,.theplus-scroll-navigation__dot span.tooltiptext.s_n_bottom_left.sn_t_a_e:after{position:absolute;left:-7px;content:'';height:0;width:0;border:8px solid transparent;z-index:2;border-right-color:#000;transform:translate3d(-55%,-60%,0) rotate(360deg);top:50%}.theplus-scroll-navigation__dot span.tooltiptext.s_n_bottom.sn_t_a_e:after{position:absolute;left:50%;bottom:-15px;content:'';border:8px solid transparent;z-index:2;border-right-color:#000;transform:translate3d(-50%,0,0) rotate(270deg)}.theplus-scroll-navigation__dot span.tooltiptext.s_n_top_left.sn_t_a_e:after{position:absolute;left:-7px;content:'';height:0;width:0;border:8px solid transparent;z-index:2;border-right-color:#000;transform:translate3d(-55%,-60%,0) rotate(360deg);top:50%}.tooltip .tooltiptext{visibility:hidden;width:120px;background-color:#000;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1}.tooltip:hover .tooltiptext{visibility:visible}.theplus-scroll-navigation__dot .tooltiptext.s_n_top{visibility:hidden;width:120px;height:auto;background-color:#000;color:#fff;text-align:center;border-radius:6px;padding:5px 0;z-index:1;top:100%;left:50%;right:50%;position:absolute;z-index:1;transform:translate3d(-50%,50%,0)}.theplus-scroll-navigation__dot .tooltiptext.s_n_left,.theplus-scroll-navigation__dot .tooltiptext.s_n_top_left,.theplus-scroll-navigation__dot .tooltiptext.s_n_bottom_left{visibility:hidden;width:120px;height:auto;background-color:#000;color:#fff;text-align:center;border-radius:6px;padding:5px 0;z-index:1;top:50%;left:100%;position:absolute;z-index:1;transform:translate3d(13px,-50%,0)}.theplus-scroll-navigation__dot .tooltiptext.s_n_top_right,.theplus-scroll-navigation__dot .tooltiptext.s_n_right,.theplus-scroll-navigation__dot .tooltiptext.s_n_bottom_right{width:120px;height:auto;background-color:#000;color:#fff;text-align:right;border-radius:6px;padding:5px 10px 5px 10px;z-index:2;position:absolute;transform:translate3d(-13px,-50%,0);top:50%;visibility:hidden;right:100%}.theplus-scroll-navigation__dot .tooltiptext.s_n_bottom{visibility:hidden;width:120px;height:auto;background-color:#000;color:#fff;text-align:center;border-radius:6px;padding:5px 0;z-index:1;bottom:100%;left:50%;right:50%;position:absolute;z-index:1;transform:translate3d(-50%,-50%,0)}.theplus-scroll-navigation__dot:hover .tooltiptext{visibility:visible}.theplus-scroll-navigation__dot .tooltiptext .s_n_left{text-align:left;padding-left:10px}.theplus-scroll-navigation .theplus-scroll-navigation__dot .tooltiptext.left{text-align:left}.theplus-scroll-navigation .theplus-scroll-navigation__dot .tooltiptext.right{text-align:right}.theplus-scroll-navigation .theplus-scroll-navigation__dot .tooltiptext.center{text-align:center}.theplus-scroll-navigation .theplus-scroll-navigation__item.highlight span.tooltiptext.on_active_section{visibility:visible}.theplus-scroll-navigation .theplus-scroll-navigation__dot span.tooltiptext.on_default{visibility:visible;background-color:transparent}.theplus-scroll-navigation .theplus-scroll-navigation__dot span.tooltiptext.on_default:after,.theplus-scroll-navigation.style-5 .theplus-scroll-navigation__dot span.tooltiptext.on_default:after{border-right-color:transparent}.theplus-scroll-navigation.style-5 .theplus-scroll-navigation__item._mPS2id-h.highlight .theplus-scroll-navigation__dot span.tooltiptext.on_active_section{visibility:visible}.theplus-scroll-navigation.style-1 .theplus-scroll-navigation__dot{position:relative;display:inline-block;cursor:pointer;background-color:red;width:12px;height:12px;webkit-border-radius:50%;border-radius:50%;color:#fff;font-size:14px;-webkit-transition:all 0.3s cubic-bezier(.5,.12,.46,.88);-o-transition:all 0.3s cubic-bezier(.5,.12,.46,.88);transition:all 0.3s cubic-bezier(.5,.12,.46,.88)}.theplus-scroll-navigation.style-1 .theplus-scroll-navigation__dot:hover,.theplus-scroll-navigation.style-1 a.theplus-scroll-navigation__item._mPS2id-h.highlight .theplus-scroll-navigation__dot{background-color:#f000;border-radius:50%;z-index:5;border:1px solid red}.theplus-scroll-navigation.scroll-view{opacity:0;visibility:hidden;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s}.theplus-scroll-navigation.scroll-view.show{opacity:1;visibility:visible}.pt_plus_social_list{position:relative;display:block;padding:0}.pt_plus_social_list ul.social_list{display:inline-block;padding:0;margin:0;position:relative;list-style:none}.pt_plus_social_list ul.social_list li{position:relative;font-size:20px;text-align:center;display:inline-block;width:auto;height:auto;line-height:unset;top:auto}.pt_plus_social_list ul.social_list li .social-loop-inner{position:relative;overflow:hidden}.pt_plus_social_list ul.social_list li a{font-size:20px;color:#28262b;text-align:center;width:2.5em;height:2.5em;line-height:2.5em;display:block;margin-right:10px}.pt_plus_social_list.text-center ul.social_list{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center}.pt_plus_social_list.text-left ul.social_list{-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.pt_plus_social_list.text-right ul.social_list{-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.pt_plus_social_list.style-2 ul.social_list,.pt_plus_social_list.style-4 ul.social_list,.pt_plus_social_list.style-5 ul.social_list,.pt_plus_social_list.style-8 ul.social_list,.pt_plus_social_list.style-9 ul.social_list,.pt_plus_social_list.style-10 ul.social_list,.pt_plus_social_list.style-11 ul.social_list,.pt_plus_social_list.style-12 ul.social_list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.pt_plus_social_list.style-2 li{display:table-cell;float:none}.pt_plus_social_list.style-2 ul.social_list li a{padding:15px 30px;width:100%;height:100%;line-height:1;color:#494949;margin-right:0;border-right:1px solid #404040;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pt_plus_social_list.style-2 ul.social_list li:hover a{color:#000}.pt_plus_social_list.style-2 ul.social_list li a i.fa{padding-right:10px}.pt_plus_social_list.style-2 ul.social_list li:last-child a{border-right:0}.pt_plus_social_list.custom ul.social_list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.pt_plus_social_list.custom ul.social_list li{margin:0 5px}.pt_plus_social_list.custom ul.social_list li a>span{display:none}.pt_plus_social_list.custom ul.social_list li .social-loop-inner{overflow:visible}.pt_plus_social_list.custom ul.social_list li a{width:60px;height:40px;line-height:initial;border-radius:3px;text-align:center;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin:0}.pt_plus_social_list ul.social_list li:last-child a,.pt_plus_social_list.style-9 ul.social_list li:last-child,.pt_plus_social_list.style-10 ul.social_list li:last-child,.pt_plus_social_list.style-11 ul.social_list li:last-child,.pt_plus_social_list.style-12 ul.social_list li:last-child{margin-right:0}@media (min-width:767px) and (max-width:1024px){.tsocialtext-center{text-align:center!important;margin:0 auto!important}.tsocialtext-left{text-align:left!important;margin-left:0!important}.tsocialtext-right{text-align:right!important;margin-right:0!important}.pt_plus_social_list.tsocialtext-center ul.social_list{-webkit-justify-content:center!important;-moz-justify-content:center!important;-ms-justify-content:center!important;justify-content:center!important}.pt_plus_social_list.tsocialtext-left ul.social_list{-webkit-justify-content:flex-start!important;-moz-justify-content:flex-start!important;-ms-justify-content:flex-start!important;justify-content:flex-start!important}.pt_plus_social_list.tsocialtext-right ul.social_list{-webkit-justify-content:flex-end!important;-moz-justify-content:flex-end!important;-ms-justify-content:flex-end!important;justify-content:flex-end!important}}@media (max-width:766px){.msocialtext-left{text-align:left!important;margin-left:0!important}.msocialtext-center{text-align:center!important;margin:0 auto!important}.msocialtext-right{text-align:right!important;margin-right:0!important}.pt_plus_social_list.msocialtext-center ul.social_list{-webkit-justify-content:center!important;-moz-justify-content:center!important;-ms-justify-content:center!important;justify-content:center!important}.pt_plus_social_list.msocialtext-left ul.social_list{-webkit-justify-content:flex-start!important;-moz-justify-content:flex-start!important;-ms-justify-content:flex-start!important;justify-content:flex-start!important}.pt_plus_social_list.msocialtext-right ul.social_list{-webkit-justify-content:flex-end!important;-moz-justify-content:flex-end!important;-ms-justify-content:flex-end!important;justify-content:flex-end!important}}.team-member-list{position:relative;display:block;width:100%}.team-member-list .grid-item{padding:15px}.team-profile span.thumb-wrap{position:relative;display:block}.team-member-list.team-style-1 .team-list-content{position:relative;display:block;width:100%}.team-member-list.team-style-1 .post-content-image{position:relative;display:block;overflow:hidden;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.team-member-list .team-list-content{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.team-member-list.team-style-1 .team-social-content{position:absolute;bottom:10px;left:10px;right:10px}.team-member-list .team-social-content .team-social-list{padding:0;margin:0 auto;text-align:center;display:block;list-style:none}.team-member-list .team-social-content .team-social-list li{display:inline-block;margin:2px 5px;vertical-align:middle;position:relative;text-align:center}.team-member-list.team-style-1 .team-social-content .team-social-list li a{width:40px;height:40px;font-size:17px;color:#313131;background:transparent;line-height:40px;border-radius:50%;display:block;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.team-member-list.team-style-1 .team-social-content .team-social-list li.team-profile-link a:hover{background:#222;color:#fff}.team-member-list.team-style-1 .team-social-content .team-social-list li.fb-link a:hover{background:#3b5998;color:#fff}.team-member-list.team-style-1 .team-social-content .team-social-list li.twitter-link a:hover{background:#1da1f2;color:#fff}.team-member-list.team-style-1 .team-social-content .team-social-list li.instagram-link a:hover{background:#cd486b;color:#fff}.team-member-list.team-style-1 .team-social-content .team-social-list li.gplus-link a:hover{background:#dd4b39;color:#fff}.team-member-list.team-style-1 .team-social-content .team-social-list li.linkedin-link a:hover{background:#0077b5;color:#fff}.team-member-list.team-style-1 .team-list-content .team-social-content{opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;visibility:hidden;transform:translateY(50%)}.team-member-list.team-style-1 .team-list-content:hover .team-social-content{opacity:1;visibility:visible;transform:translateY(0%)}.team-member-list.team-style-1 .team-social-content .team-social-list li:hover a{transform:translateY(-3px)}.team-member-list .team-profile img{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-radius:6px;width:100%}.team-member-list.team-style-2 .team-profile img{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;border-radius:50%}.team-member-list.team-style-2 .team-list-content:hover .team-profile img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.team-member-list.team-style-2 .post-content-image,.team-member-list.team-style-2 .team-profile{border-radius:50%;overflow:hidden}.team-member-list.team-style-2 .post-content-image{box-shadow:0 3px 80px rgba(0,0,0,.1)}.team-member-list .post-content-bottom{position:relative;display:block;padding:15px 10px}.team-member-list .post-title,.team-member-list .post-title a{font-size:18px;line-height:24px;display:inline-block;margin-top:0;margin-bottom:0;font-weight:600;color:#222;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.team-member-list .member-designation{position:relative;display:block;margin-top:8px;font-size:15px;line-height:20px;color:#888;font-weight:300;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.team-member-list.team-style-3 .team-list-content{padding:15px;border-style:solid;border-width:0 0 4px 0;border-color:#eee;border-radius:2px 2px 2px 2px;background-color:#fff}.team-member-list.team-style-3 .team-list-content:hover{border-color:#d82d34}.team-member-list.team-style-3 .post-content-bottom .content-table{position:relative;display:table;vertical-align:middle;width:100%}.team-member-list.team-style-3 .post-content-bottom .table-cell{display:table-cell;width:65%;vertical-align:middle}.team-member-list.team-style-3 .post-content-bottom .table-cell:last-child,.team-member-list.team-style-3 .team-social-content .team-social-list{text-align:right}.team-member-list.team-style-3 .post-content-bottom,.team-member-list.team-style-4 .post-content-bottom{padding:15px 0}.team-member-list.team-style-3 .team-list-content,.team-member-list.team-style-3 .team-profile img{border-radius:2px}.team-member-list.team-style-3 .team-social-content .team-social-list li{margin:2px 5px;line-height:1}.team-member-list.team-style-3 .team-social-content .team-social-list li a,.team-member-list.team-style-4 .team-social-content .team-social-list li a{font-size:15px;color:#888}.team-member-list.team-style-4 .team-social-content{margin-top:10px}.team-member-list.team-style-4 .team-social-content .team-social-list{text-align:inherit}.team-member-list.team-style-4 .team-social-content .team-social-list li{margin:2px 7px;line-height:1}.team-member-list.team-style-4 .team-social-content .team-social-list li:first-child{margin-left:0}.team-member-list.team-style-4 .team-social-content .team-social-list li:last-child{margin-right:0}.team-member-list.team-style-4 .team-list-content .team-profile span.thumb-wrap{mask-image:url(../../../images/team-mask.png);mask-repeat:no-repeat;mask-size:120% 120%;mask-position:-20px -30px;-webkit-mask-image:url(../../../images/team-mask.png);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;-webkit-mask-position:0 0;width:100%;height:auto}.team-member-list.team-style-4 .bg-image-layered{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../../../images/team-mask-2.png);background-size:90% 90%;background-repeat:no-repeat;background-position:center center}.team-member-list.team-style-4 .post-content-image{position:relative;display:block}.team-member-list.team-style-4 .team-list-content:hover .hover_rotating{animation-name:continue-rotating;-webkit-animation-name:rotating;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center;animation-duration:8s;-webkit-animation-duration:8s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.team-member-list.team-style-4 .team-list-content:hover .hover_pulse{animation-name:content_effect_pulse;-webkit-animation-name:content_effect_pulse;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.team-member-list.team-style-4 .team-list-content:hover .hover_tossing{animation-name:content_effect_tossing;-webkit-animation-name:content_effect_tossing;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.team-member-list.team-style-4 .team-list-content:hover .hover_floating{animation-name:content_effect_floating;-webkit-animation-name:content_effect_floating;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}@media (max-width:991px){.team-member-list.team-style-3 .post-content-bottom .table-cell{display:block;width:100%;text-align:left}.team-member-list.team-style-3 .post-content-bottom .content-table{display:block}.team-member-list.team-style-3 .post-content-bottom .table-cell:last-child,.team-member-list.team-style-3 .team-social-content .team-social-list{text-align:left}.team-member-list.team-style-3 .team-social-content .team-social-list li:first-child{margin-left:0}}.testimonial-list .testimonial-list-content .entry-content{color:#313131;font-size:14px;line-height:26px;letter-spacing:.5px}.testimonial-list .entry-content p{color:#313131;margin-bottom:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.testimonial-list .post-content-image .post-title,.testimonial-list.testimonial-style-4 .post-title{color:#313131;font-size:16px;line-height:22px;font-weight:700;letter-spacing:.5px;text-align:center;display:block;margin:0;margin-top:15px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.testimonial-list.testimonial-style-1 .testimonial-content-text{padding:35px 40px;position:relative;background:#fff;border-radius:4px;text-align:center;box-shadow:0 3px 12px -6px #00000042;margin-bottom:40px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.testimonial-list.testimonial-style-1 .testimonial-list-content .entry-content,.testimonial-list.testimonial-style-2 .testimonial-list-content .entry-content{text-align:center}.testimonial-list.testimonial-style-1 .testimonial-author-title,.testimonial-list.testimonial-style-2 .testimonial-author-title{position:relative;display:block;text-align:center;margin:0;margin-top:18px;font-size:14px;line-height:22px;color:#313131;font-weight:600;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.testimonial-list.testimonial-style-1 .testimonial-content-text:after{content:'';position:absolute;left:0;right:0;margin:0 auto;bottom:-13px;width:0;height:0;border-left:13px solid transparent;border-right:13px solid transparent;border-top:13px solid #fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.testimonial-list.testimonial-style-1 .testimonial-featured-image,.testimonial-list.testimonial-style-2 .testimonial-featured-image,.testimonial-list.testimonial-style-3 .testimonial-featured-image{position:relative;display:block;max-width:70px;border-radius:50px;text-align:center;margin:0 auto}.testimonial-list.testimonial-style-1 .post-content-image,.testimonial-list.testimonial-style-2 .post-content-image{position:relative;display:block;text-align:center;margin-bottom:20px}.testimonial-list.testimonial-style-2 .post-content-image{margin-bottom:0}.testimonial-list.testimonial-style-1 .testimonial-featured-image img,.testimonial-list.testimonial-style-2 .testimonial-featured-image img,.testimonial-list.testimonial-style-3 .testimonial-featured-image img,.testimonial-list.testimonial-style-4 .testimonial-featured-image img{border-radius:50%;box-shadow:0 7px 13px -6px #00000036;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.testimonial-list.testimonial-style-1 .post-designation,.testimonial-list.testimonial-style-2 .post-designation,.testimonial-list.testimonial-style-3 .post-designation,.testimonial-list.testimonial-style-4 .post-designation{text-align:center;color:#888;margin-top:4px;font-size:13px;letter-spacing:.5px;font-weight:400;line-height:18px}.testimonial-list.testimonial-style-2 .testimonial-content-text,.testimonial-list.testimonial-style-3 .testimonial-content-text{position:relative;text-align:center;margin-bottom:35px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.testimonial-list.testimonial-style-2 .testimonial-list-content{padding:20px;position:relative;background:#fff;border-radius:4px;text-align:center;box-shadow:0 3px 12px -6px #00000042;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.testimonial-list.testimonial-style-4 .post-title{text-align:left}.testimonial-list.testimonial-style-4 .testimonial-featured-image{display:inline-block;vertical-align:middle;margin:0;text-align:left}.testimonial-list.testimonial-style-4 .testimonial-content-text{text-align:left;display:inline-block;vertical-align:middle;-webkit-box-flex:0;padding-left:20px;-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.testimonial-list.testimonial-style-4 .post-content-image{display:inline-block;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.testimonial-list.testimonial-style-4 .testimonial-author-title{position:relative;display:block;margin:0;margin-bottom:10px;font-size:14px;line-height:22px;color:#313131;font-weight:600;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.testimonial-list.testimonial-style-4 .testimonial-author-logo{max-width:160px;margin-bottom:5px;display:inline-block;position:relative}.testimonial-list.testimonial-style-4 .author-left-text{display:inline-block;position:relative;vertical-align:middle}.testimonial-list.testimonial-style-4 .content-right .post-title,.testimonial-list.testimonial-style-4 .post-designation{display:inline-block;vertical-align:middle;margin-top:15px}.testimonial-list.testimonial-style-4 .post-designation:before{content:'-';position:relative;padding-left:10px;padding-right:5px;font-size:inherit;line-height:inherit;letter-spacing:inherit;color:inherit}.testimonial-list.testimonial-style-4 .content-left .post-designation,.testimonial-list.testimonial-style-4 .content-left .testimonial-author-title{text-align:left}.testimonial-list.testimonial-style-4 .content-right .post-designation,.testimonial-list.testimonial-style-4 .content-right .testimonial-author-title,.testimonial-list.testimonial-style-4 .content-right .post-title{text-align:right}.testimonial-list.testimonial-style-4 .content-right .author-left-text,.testimonial-list.testimonial-style-4 .content-right .testimonial-author-logo{text-align:right}.testimonial-list.testimonial-style-4 .content-right .testimonial-content-text{text-align:right;padding-right:20px;padding-left:0}.testimonial-list.testimonial-style-4 .content-left .post-content-image{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.testimonial-list.testimonial-style-4 .content-left .testimonial-content-text,.testimonial-list.testimonial-style-4 .content-right .post-content-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.lity{z-index:99999;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(31, 31, 31, 0.18);outline:none!important;opacity:0;-webkit-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none!important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none!important;min-width:97%;margin:0 auto}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;-o-transition:-o-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease,-webkit-transform 0.3s ease,-o-transform 0.3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1}.lity-close{z-index:9994;width:45px;height:45px;position:fixed;left:50%;top:auto;bottom:40px;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;background:#313131;border-radius:40px;padding:8px 12px;font-style:normal;font-size:35px;font-family:open sans;line-height:inherit;transition:all .2s linear;transform:translate3d(-50%,0%,0);text-shadow:none;border:0;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{transform:translate3d(-50%,0%,0) scale(1.1);text-decoration:none;text-align:center;color:#fff;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.lity-hide{display:none}.lity-wrap{position:absolute!important;overflow:auto!important}.lity-content img {margin:0 auto}.opened-lity-popup #content.site-content {filter:blur(2px)}.lity .lity-close:hover,.lity .lity-close:focus{outline:none}.pt_plus_video_player{display:block;position:relative;width:100%}.pt_plus_video_player iframe.fluidvids-item{opacity:0}.pt_plus_video_player .ts-video-embed-container iframe{opacity:1}.pt_plus_video_player .fluidvids iframe{opacity:1}.pt_plus_video_player.not-touch iframe,.pt_plus_video_player.not-touch video{pointer-events:none}.pt_plus_video_player .fluidvids{position:initial}.video_container{margin:0;padding:0;background:0 0;position:absolute;top:0;left:0;width:100%;height:100%}.video-space{padding-bottom:56.25%;position:relative;height:0;overflow:hidden}.pt_plus_video-box-shadow{position:relative;display:block;width:100%;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-ms-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear}.ts-video-caption{-ms-filter:"alpha(Opacity=0.8)";filter:alpha(opacity=0.8);-moz-opacity:.8;opacity:.8;position:absolute;top:50%;left:50%;width:auto;height:auto;cursor:pointer;padding:0;margin:0;z-index:1;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-ms-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear}.pt_plus_video_player:hover .ts-video-caption{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;z-index:1}.tp-video-popup-icon{position:absolute;top:50%;left:50%;width:150px;height:150px;cursor:pointer;padding:0;margin:0;z-index:1;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-ms-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.pt_plus_video_player .tp-video-popup-icon .tp-video-icon{position:relative;display:block;width:100%;height:100%}.ts-video-caption-text{position:absolute;width:100%;bottom:0;font-weight:400;left:0;color:#fff;background:0 0;padding:5px 5%;line-height:16px;font-size:12px;text-align:center;z-index:1;line-height:1;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;overflow:hidden;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);text-overflow:ellipsis;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pt_plus_video_player:hover .ts-video-caption-text{-webkit-transform:translateY(0%);-ms-transform:translateY(0%);-moz-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%)}.pt_plus_video_player{position:relative;overflow:hidden}.ts-video-image-zoom.set-image{height:auto;width:100%;position:relative;z-index:1}.ts-video-icon{height:auto;position:relative;z-index:1;max-width:80px}.ts-video-wrapper{width:100%;display:block}.ts-video-wrapper.embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;height:auto}.ts-video-wrapper.embed-container iframe,.ts-video-wrapper.embed-container object,.embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.ts-video-embed-container{position:relative;display:block;padding:0;padding-bottom:56.25%;margin:0;height:0;overflow:hidden}.ts-video-hidden{display:none!important}.ts-video-embed-container{padding-bottom:56.25000%}.pt-plus-video-frame{position:absolute;padding:0;margin:0;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.ts-type-self-hosted .ts-video-thumbnail{z-index:1;object-fit:cover}.ts-type-self-hosted .ts-video-play-btn{z-index:2;background:transparent}img.ts-video-thumbnail{position:absolute;padding:0;margin:0;top:0;left:0;bottom:0;height:100%;width:100%;border:0;object-fit:cover;-webkit-transition-duration:.7s;-moz-transition-duration:.7s;-o-transition-duration:.7s;transition-duration:.7s;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}button.ts-video-play-btn.ts-video-blay-btn-youtube{background:transparent;background-image:none;background-position:center;background-repeat:no-repeat;border:none;padding:0;margin:0;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;vertical-align:middle;text-align:center;cursor:pointer;position:absolute;padding:0;margin:0;top:0;left:0;bottom:0;height:100%;width:100%;border:0;opacity:.8;-moz-transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s}.ts-video-poster{position:absolute;padding:0;margin:0;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.ts-video-wrapper:hover .ts-video-play-btn{opacity:1}.pt_plus_video_player .tp-video-icon-inner{display:inline-block;width:auto;margin:0 auto;text-align:center;position:relative;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-ms-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear;z-index:1}.pt_plus_video_player .tp-video-popup{overflow:visible;position:relative;display:inline-block;width:auto}.wpforms-container{margin:0 auto!important}.wpforms-container .wpforms-field input[type="text"],.wpforms-container .wpforms-field input[type="email"],.wpforms-container .wpforms-field input[type="number"],.wpforms-container .wpforms-field select,.wpforms-container .wpforms-field.wpforms-field-textarea textarea,div.wpforms-container .wpforms-form button[type=submit],div.wpforms-container .wpforms-form .wpforms-field-radio,div.wpforms-container .wpforms-form .wpforms-field-checkbox,.wpforms-container .wpforms-field,.wpforms-container{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.wpforms-field.wpforms-field-checkbox input[type=checkbox],.wpforms-field.wpforms-field-radio input[type="radio"]{display:none!important}.wpforms-field.wpforms-field-checkbox li label:before,.wpforms-field.wpforms-field-radio li label:before{content:"\f00c";position:absolute;display:block;transition:0.2s ease-out;-webkit-transition:0.2s ease-out;-moz-transition:0.2s ease-out;-o-transition:0.2s ease-out;-ms-transition:0.2s ease-out;display:inline-block;font:normal normal normal 14px/1 'Font Awesome 5 Free';font-weight:600;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;left:-30px;width:24px;height:24px;line-height:24px;font-size:13px;text-align:center;background:transparent;color:transparent;animation:radio-hide .2s ease-out;transition:none;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;background:#bfcecc;transform:translateY(-50%)}.wpforms-field.wpforms-field-radio li label:before{border-radius:50px}.wpforms-field.wpforms-field-checkbox li:not(.wpforms-selected) label:before,.wpforms-field.wpforms-field-radio li:not(.wpforms-selected) label:before{color:#fff}.wpforms-field.wpforms-field-checkbox li.wpforms-selected label:before,.wpforms-field.wpforms-field-radio li.wpforms-selected label:before{color:#000}.wpforms-field.wpforms-field-checkbox li label:after,.wpforms-field.wpforms-field-radio li label:after{transform:translate3d(-50%,-50%,0);animation:checkbox-show .2s}.wpforms-field.wpforms-field-checkbox li label,.wpforms-field.wpforms-field-radio li label{display:block;position:relative}.wpforms-field.wpforms-field-checkbox ul label,.wpforms-field.wpforms-field-radio ul label{margin:0 30px!important}.wpforms-field.wpforms-field-radio li.wpforms-image-choices-item label:before,.wpforms-field.wpforms-field-checkbox li.wpforms-image-choices-item label:before{display:none!important}.wpforms-container .wpforms-field select {-webkit-appearance:none;background-image:url(../../../images/selectarrow.png);background-position:center right;background-repeat:no-repeat}/*post author*/.tp-post-author-info{position:relative;display:block}.tp-author-details.style-1 .author-name{font-size:17px;line-height:1.1;font-weight:400;color:#222}.tp-author-trans{-webkit-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}.tp-author-details{display:flex;position:relative;width:100%;flex-direction:row;border:2px dashed #eceaf6;padding:20px 25px;align-items:center}.tp-author-details .author-avatar{position:relative;width:100%}.tp-author-details .author-avatar{max-width:130px}.tp-author-details.style-1 .author-info{margin-left:15px;position:relative}.tp-author-details .author-bio{font-size:15px;line-height:22px;color:#7b7b7b;width:100%}.tp-author-details .author-avatar img{border-radius:3px;width:100%}.tp-author-details .tp-author-role{width:100%;position:relative;display:flex}.tp-author-details.style-2{flex-direction:column;max-width:300px;align-items:flex-start;justify-content:center;text-align:center;position:relative;margin:0 auto}.tp-author-details.style-2 .tp-author-role{justify-content:center}.tp-author-details.style-2 .author-avatar.tp-author-trans{display:flex;align-items:center;justify-content:center;margin:0 auto}.tp-author-details.style-2 .author-info{width:100%;margin-top:10px}.tp-author-details ul.author-social{position:relative;display:block;padding:0;margin:0;list-style:none;margin-top:5px}.tp-author-details ul.author-social li{display:inline-block;margin-right:12px}.tp-author-details ul.author-social li a{color:#222;font-size:20px;line-height:1.2;-webkit-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}.tp-author-details ul.author-social li a i{font-style:initial}/*post comment*/.tp-post-comment{position:relative;display:block;margin:0;padding:0;-webkit-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}.edit-post-visual-editor .tp-post-comment p{margin:0 0 15px}.tp-post-comment .comments-area{position:relative;display:inline-block;width:100%;margin:30px 0}.tp-post-comment ul.comment-list{margin:0 0 10px;padding:0 0 20px;background:transparent;border:none;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease}.tp-post-comment .comment-list>li{list-style:none}.tp-post-comment .comment-list>.comment{border-bottom:none}.tp-post-comment .comment-list ul.children li,.tp-post-comment .comment-list>.comment:nth-child(2){border-top:1px solid #eee}.tp-post-comment .comment-list .comment-section-title{position:relative;display:inline-block;margin-bottom:10px;margin-top:5px;font-size:26px;line-height:30px;text-transform:capitalize;word-spacing:0;letter-spacing:0;font-weight:700;color:#313131}.tp-post-comment #comments .comment-list li.comment>.comment-body,.tp-post-comment #comments .comment-list li.pingback>.comment-body{margin:0;overflow:hidden;padding:25px;margin-top:0em;position:relative;padding-left:95px;-webkit-transition:all 0.3s linear;-ms-transition:all 0.3s linear;-o-transition:all 0.3s linear;-moz-transition:all 0.3s linear;transition:all 0.3s linear;display:block}.tp-post-comment #comments .comment-meta{margin:0;display:inline-block}.tp-post-comment .comment-author.vcard span.says{display:none}.tp-post-comment .comment-author.vcard cite.fn .url{font-weight:600;font-size:14px;color:#222;line-height:28px;letter-spacing:.5px;text-transform:uppercase;font-style:initial}.tp-post-comment .comment-list .comment-metadata{display:inline-block;vertical-align:middle}.tp-post-comment .comment-list .comment-author.vcard{display:inline-block;padding-right:7px;vertical-align:middle}.tp-post-comment .comment-list li.comment>.comment-body img.avatar,.tp-post-comment .comment-list li.pingback>.comment-body img.avatar{position:absolute;left:0;top:10px;width:75px;height:75px;border:0;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.tp-post-comment .comment-meta.commentmetadata{margin-top:0;font-size:12px;font-style:normal;text-align:left;display:inline-block;vertical-align:middle}.tp-post-comment .comment-meta.commentmetadata a{color:#777;text-transform:uppercase;font-weight:500;line-height:1;font-size:11px;letter-spacing:.3px}.tp-post-comment .comment-meta.commentmetadata a:first-child:before{content:"\f017";font:normal normal normal 14px/1 "Font Awesome 5 Free";font-size:inherit;padding-right:3px;color:inherit;font-weight:500;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto}.tp-post-comment .comment-meta.commentmetadata a.comment-edit-link{color:#313131}.tp-post-comment .comment-list li.comment>.comment-body p,.tp-post-comment .comment-list li.pingback>.comment-body p{padding-bottom:0;margin-top:10px;margin-bottom:0;font-size:14px;color:#666}.tp-post-comment .comment-meta.commentmetadata a.comment-edit-link{color:#313131}.tp-post-comment .comment-list .reply{position:absolute;top:25px;right:0}.tp-post-comment .comment-list .reply a{background:transparent;border:1px solid transparent;color:#666;cursor:pointer;padding:6px 14px;font-size:11px;line-height:20px;letter-spacing:.3px;font-weight:500;transition:all 0.3s linear 0s;-moz-transition:all 0.3s linear 0s;-webkit-transition:all 0.3s linear 0s;-o-transition:all 0.3s linear 0s;transition:all 0.3s linear 0s;width:auto;border-radius:30px;text-transform:uppercase}.tp-post-comment .comment-list a.comment-reply-link:hover{border-color:#d82d34;color:#d82d34}.tp-post-comment .comment-list a.comment-reply-link:before{content:"\f3e5";display:inline-block;font-family:"Font Awesome 5 Free";font-weight:900;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-right:5px;position:relative;vertical-align:middle;line-height:inherit;font-size:inherit}.tp-post-comment #respond.comment-respond{text-align:left;position:relative;display:block;width:100%;padding:0;margin:0 0 20px}.tp-post-comment #comments h3#reply-title{position:relative;padding:0;text-align:left;margin:20px auto 20px;color:#232323;font-size:24px;line-height:28px;text-transform:capitalize;width:auto;font-weight:700;letter-spacing:0;float:none;display:block;vertical-align:middle}.tp-post-comment #respond.comment-respond #reply-title{margin-bottom:10px}.tp-post-comment #cancel-comment-reply-link{color:#666;cursor:pointer;padding:0 5px;font-size:11px;letter-spacing:.3px;font-weight:400;transition:all 0.2s linear 0s;-moz-transition:all 0.2s linear 0s;-webkit-transition:all 0.2s linear 0s;-o-transition:all 0.2s linear 0s;transition:all 0.2s linear 0s;text-transform:uppercase;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-o-border-radius:2px;position:relative;text-align:center;width:max-content;margin:0 auto;display:inline-block;vertical-align:middle}.tp-post-comment form#commentform{position:relative;display:inline-block;width:100%}.tp-post-comment #comments .logged-in-as{font-size:12px;letter-spacing:0;text-align:left;color:#888}.tp-post-comment #respond #commentform label{margin-bottom:8px;font-size:15px;line-height:1.3;color:#888;position:relative;width:100%;display:inline-block;max-width:100%;font-weight:400}.tp-post-comment #commentform #author,.tp-post-comment #commentform #email,.tp-post-comment #commentform #url,.tp-post-comment form.comment-form textarea#comment{background:#f6f6f6;border:1px solid rgba(211,211,211,.1);color:#666;float:left;width:100%;font-size:15px;font-weight:400;padding:12px 20px;border-radius:4px;-webkit-transition:.3s ease;-moz-transition:.3s ease;-o-transition:.3s ease;-ms-transition:.3s ease;transition:.3s ease}.tp-post-comment form.comment-form textarea#comment{margin:0}.tp-post-comment #comments .form-submit{text-align:left}.tp-post-comment #commentform #submit{color:#fff;background:#d82d34;-moz-transition:all .3s linear;-webkit-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;border:1px solid transparent;border-radius:4px;cursor:pointer;font-size:14px;line-height:1.1;padding:8px 20px;text-align:left;text-transform:uppercase;font-weight:500}.tp-post-comment #commentform #author:focus,.tp-post-comment #commentform #email:focus,.tp-post-comment #commentform #url:focus,.tp-post-comment form.comment-form textarea#comment:focus{outline:none}/*post content*/.elementor-widget-tp-post-content .elementor-widget-container{position:relative;display:flex;align-items:center;padding:0;margin:0;transition:all .3s linear}/*post feature image*/.tp-post-image{position:relative;display:block;font-size:0}.tp-post-image .tp-featured-image{display:inline-block}.tp-post-image .tp-featured-image,.tp-post-image .tp-featured-image a,.tp-post-image .tp-featured-image img{position:relative;-webkit-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}.tp-featured-image a{display:flex}.tp-featured-image a:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:transparent;-webkit-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}.tp-post-image.tp-feature-image-as-bg{position:absolute;width:100%;height:100%;overflow:hidden}.tp-post-image.tp-feature-image-as-bg .tp-featured-image{width:100%;height:100%;z-index:auto}.tp-featured-image:before{content:'';top:0;left:0;position:absolute;width:100%;height:100%;background:rgb(0 0 0 / 30%)}section.elementor-element.elementor-top-section,section.elementor-element.elementor-inner-section,.elementor-column,.tp-post-image.tp-feature-image-as-bg .tp-featured-image:before{-webkit-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}/*post meta*/.tp-post-meta-info{position:relative;display:flex;align-items:center;flex-wrap:wrap;font-size:16px;line-height:20px;color:#666}.tp-post-meta-info .tp-post-meta-info-inner{position:relative;display:flex;align-items:center}.tp-post-meta-info,.tp-post-meta-info a,.tp-post-meta-info .tp-meta-date i,.tp-post-meta-info .tp-meta-author i,.tp-post-meta-info .tp-meta-comment i,.tp-post-meta-info .tp-post-meta-info-inner,.tp-post-meta-info .tp-post-meta-info-inner .tp-meta-date,.tp-post-meta-info .tp-post-meta-info-inner .tp-meta-category,.tp-post-meta-info .tp-post-meta-info-inner .tp-meta-author,.tp-post-meta-info .tp-post-meta-info-inner .tp-meta-comment,.tp-post-meta-info .tp-post-meta-info-inner .tp-meta-post-likes,.tp-post-meta-info .tp-post-meta-info-inner .tp-meta-post-views{-webkit-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}.tp-post-meta-info>span:after{margin-right:5px}.tp-post-meta-info>span:after,.tp-meta-category.style-1 a:after{position:relative;display:inline-block;content:',';color:inherit;font-size:inherit;line-height:inherit;vertical-align:bottom}.tp-post-meta-info>span:last-child:after,.tp-meta-category.style-1 a:last-child:after{display:none}.tp-post-meta-info .tp-meta-author a{text-transform:uppercase;font-weight:600}.tp-post-meta-info .tp-meta-post-likes i,.tp-post-meta-info .tp-meta-post-views i{font-style:normal}.tp-post-meta-info .tp-post-meta-info-inner>span:not(:last-child):after{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;position:relative}.tp-meta-date i,.tp-meta-author i,.tp-meta-author img,.tp-meta-comment i{margin-right:7px;font-style:normal}.tp-meta-category.style-1 a:after{content:',';margin-right:4px}.tp-post-meta-info .tp-meta-category.style-2 a{margin-right:5px}.tp-post-meta-info .tp-meta-category.style-2 a:last-child{margin-right:0!important}.tp-post-meta-info .tp-meta-category.style-2 .tp-meta-category-list{display:flex;flex-wrap:wrap}.tp-post-meta-info .tp-meta-author,.tp-post-meta-info .tp-meta-author a{display:flex;align-items:center}.tp-meta-author img{max-width:22px;border-radius:2px}.tp-post-meta-info.tp-meta-layout-2 .tp-meta-category.style-1{justify-content:center}.tp-post-meta-info .tp-meta-date .tp-meta-date-label,.tp-post-meta-info .tp-meta-category.style-2 .tp-meta-category-label,.tp-post-meta-info .tp-meta-author .tp-meta-author-label{position:relative;display:inline-flex;align-items:center;margin-right:10px}.tp-post-meta-info .tp-meta-category .tp-meta-category-label,.tp-post-meta-info .tp-meta-author .tp-meta-author-label,.tp-post-meta-info .tp-meta-comment,.tp-meta-post-likes,.tp-meta-post-views{margin-left:10px}.tp-post-meta-info .tp-meta-category .tp-meta-category-label{margin-right:10px}.tp-post-meta-info.tp-meta-layout-2 .tp-meta-date,.tp-post-meta-info.tp-meta-layout-2 .tp-meta-category.style-2,.tp-post-meta-info.tp-meta-layout-2 .tp-meta-author,.tp-post-meta-info.tp-meta-layout-2 .tp-meta-comment,.tp-post-meta-info.tp-meta-layout-2 .tp-meta-post-likes,.tp-post-meta-info.tp-meta-layout-2 .tp-meta-post-views{margin-right:10px;display:flex;align-items:flex-start;justify-content:flex-start;vertical-align:middle;padding:10px;min-height:60px}.tp-post-meta-info.tp-meta-layout-2 .tp-meta-category .tp-meta-category-label,.tp-post-meta-info.tp-meta-layout-2 .tp-meta-author .tp-meta-author-label,.tp-post-meta-info.tp-meta-layout-2 .tp-meta-comment,.tp-post-meta-info.tp-meta-layout-2.tp-meta-post-likes,.tp-post-meta-info.tp-meta-layout-2.tp-meta-post-views{margin:0;}.tp-post-meta-info.tp-meta-layout-2 .tp-meta-date,.tp-post-meta-info.tp-meta-layout-2 .tp-meta-category,.tp-post-meta-info.tp-meta-layout-2 .tp-meta-author,.tp-post-meta-info.tp-meta-layout-2 .tp-meta-comment{display:inline-flex;flex-direction:column}.tp-post-meta-info .tp-meta-comment .tp-meta-comment-label{margin-right:10px}/*post title*/.tp-post-title{position:relative;display:flex;justify-content:center}.tp-post-title .tp-entry-title{display:flex}.tp-post-title .tp-entry-title{margin:0}.tp-post-title>a,.tp-post-title>.tp-entry-title{margin:0;padding:0;-webkit-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}.tp-post-title .tp-post-title-prepost{position:relative;display:flex;align-items:center;justify-content:center;vertical-align:middle}.tp-post-title .tp-post-title-prepost.tp-prefix{margin-right:10px}.tp-post-title .tp-post-title-prepost.tp-postfix{margin-left:10px}/*age gate*/.elementor-editor-active .tp-agegate-wrapper{display:block}.tp-agegate-wrapper{display:flex;overflow:hidden;position:fixed;width:100%;height:100%;left:0;top:0;background:#00000069;z-index:999;display:none}.tp-agegate-wrapper:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.5)}.tp-agegate-wrapper .tp-agegate-boxes{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;justify-content:center;padding:50px}.tp-agegate-wrapper .tp-agegate-boxes.tp-equ-width-50{width:50%}.tp-agegate-wrapper .tp-agegate-boxes .tp-age-wm{position:absolute;width:100%;height:auto;font-size:16px;text-align:center;color:#f1f7f1;background-color:#111111e6;overflow:hidden;top:0;left:0;display:none;z-index:1;padding:10px 15px;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}.tp-agegate-wrapper .tp-agegate-boxes .tp-age-ii{display:inline-block;position:relative}.tp-agegate-wrapper .tp-agegate-boxes .tp-age-ii .tp-agegate-image{position:relative;display:flex;max-width:80px}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-title,.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-description,.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-extra-info{position:relative;display:inline-flex;font-size:22px;margin-top:15px;width:100%;color:#000;user-select:none}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-description{font-size:14px;line-height:1.2;letter-spacing:.8px}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-extra-info{font-size:12px;margin-top:30px}.tp-agegate-wrapper .tp-agegate-inner-wrapper{position:relative;display:flex;margin:0 auto;top:50%;transform:translateY(-50%);background:#fff;border:2px Solid #fff;border-radius:5px;z-index:10001;max-width:500px;min-height:400px;overflow:hidden}.tp-agegate-wrapper.tp-agegate-boxes .tp-agegate-method{position:relative;display:block;width:100%;margin:15px 0}.tp-agegate-wrapper.tp-method-1 .tp-agegate-method{position:relative;display:inline-flex;flex-direction:column;margin-top:15px}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox{position:relative;display:flex;align-items:center}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox .age_vmc{display:none}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .age_vms{position:relative;display:flex;margin-top:15px}.tp-agegate-wrapper.tp-method-1 .tp-agegate-boxes .tp-agegate-method .age_vmb i{margin:0 10px 0 10px}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .age_vms .age_vmb{position:relative;display:inline-flex;width:auto;height:100%;outline:none;background:#6fc784;border-radius:5px;text-decoration:none;border:1px solid #6fc784;color:#fff;padding:10px 15px;letter-spacing:4px}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox .age_vmc{display:none}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox .tp-age-checkmark{position:relative;height:20px;width:20px;background-color:#eee;display:inline-table;margin-right:10px;z-index:111;border-radius:4px;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox:hover input~.tp-age-checkmark{background-color:#c5c2c2}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox input:checked~.tp-age-checkmark{background-color:#c5c2c2}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox .tp-age-checkmark:after{content:"";position:absolute;display:none}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox input:checked~.tp-age-checkmark:after{display:flex}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .agc_checkbox .tp-age-checkmark:after{width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%) rotate(45deg);-ms-transform:translateY(-50%) translateX(-50%) rotate(45deg);transform:translateY(-50%) translateX(-50%) rotate(45deg)}.tp-agegate-wrapper.tp-method-1 label{position:relative;user-select:none;display:flex;align-items:center}.tp-agegate-wrapper.tp-method-2 .tp-agegate-method{position:relative;display:block;margin-top:15px;width:100%;max-width:max-content}.tp-agegate-wrapper.tp-method-2 .tp-agegate-boxes .tp-agegate-method .age_verify_birthdate{position:relative;display:inline-flex;padding:12px;border:1px solid #000;width:100%;font-size:16px;color:#000;overflow:hidden;border-radius:4px}.tp-agegate-wrapper.tp-method-2 .tp-agegate-boxes .tp-agegate-method .age_verify_method_btnsubmit i{margin:0 10px 0 10px}.tp-agegate-wrapper.tp-method-2 .tp-agegate-boxes .tp-agegate-method .age_verify_method_btnsubmit{position:relative;display:inline-flex;background-color:#f7d782;border:1px solid #f7d782;width:100%;padding:10px 15px;outline:none;overflow:hidden;color:#fff;font-size:16px;text-align:center;align-items:center;justify-content:center;top:15px;letter-spacing:4px;text-decoration:none;border-radius:4px}.tp-agegate-wrapper.tp-method-3 .tp-agegate-method{position:relative;display:flex;width:100%;margin-top:15px;justify-content:center}.tp-agegate-wrapper.tp-method-3 .tp-agegate-boxes .tp-agegate-method .tp-age-btn-yes i,.tp-agegate-wrapper.tp-method-3 .tp-agegate-boxes .tp-agegate-method .tp-age-btn-no i{margin:0 10px 0 10px}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .tp-age-btn-yes,.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .tp-age-btn-no{position:relative;display:inline-flex;align-items:center;justify-content:center;width:100%;padding:10px 15px;outline:none;font-size:12px;text-decoration:none;border-radius:4px}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .tp-age-btn-yes{color:#fff;border:1px solid #8072fc;background:#8072fc;margin-right:5px}.tp-agegate-wrapper .tp-agegate-boxes .tp-agegate-method .tp-age-btn-no{color:#8072fc;border:1px solid #8072fc;background:transparent;margin-left:5px}@media (max-width:1024px) and (min-width:768px){.tp-agegate-wrapper .tp-agegate-boxes.tp-equ-width-50{width:100%}}@media (max-width:767px) and (min-width:375px){.tp-agegate-wrapper .tp-agegate-boxes.tp-equ-width-50{width:100%;min-width:100%}}/*Message Box*/.tp-messagebox{display:block;position:relative;width:100%;-webkit-transition:all 0.25s linear;-moz-transition:all 0.25s linear;-o-transition:all 0.25s linear;-ms-transition:all 0.25s linear;transition:all 0.25s linear;z-index:1}.tp-messagebox .messagebox-bg-box,.tp-messagebox .message-media,.tp-messagebox .msg-icon-content,.tp-messagebox .msg-dismiss-content,.tp-messagebox .msg-icon-content i,.tp-messagebox .msg-dismiss-content i,.tp-messagebox .msg-content,.tp-messagebox .msg-title,.tp-messagebox .msg-desc,.tp-messagebox .msg-arrow::after{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.tp-messagebox .messagebox-bg-box{position:relative;display:block;overflow:hidden}.tp-messagebox .message-media{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.tp-messagebox .msg-icon-content,.tp-messagebox .msg-dismiss-content{position:relative;display:inline-block;text-align:center}.tp-messagebox .msg-dismiss-content i{color:#000;width:40px;height:40px;line-height:40px;font-size:25px;text-align:center;cursor:pointer}.tp-messagebox .msg-icon-content i{color:#fff;background:#313131;width:40px;height:40px;line-height:40px;font-size:25px;text-align:center;display:flex;align-items:center;justify-content:center;line-height:1}.tp-messagebox .msg-arrow::after{content:'';position:absolute;display:flex;right:-20px;border:10px solid transparent;border-left-color:#313131;top:50%;transform:translateY(-50%)}.tp-messagebox .msg-content{-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;margin:auto 0}.tp-messagebox .msg-title{font-size:18px;padding-left:10px}.tp-messagebox .msg-desc{padding-left:10px;padding-top:5px}
assets/css/main/messagebox/plus-messagebox.css ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*Message Box*/
2
+ .tp-messagebox {
3
+ display: block;
4
+ position: relative;
5
+ width: 100%;
6
+ -webkit-transition: all 0.25s linear;
7
+ -moz-transition: all 0.25s linear;
8
+ -o-transition: all 0.25s linear;
9
+ -ms-transition: all 0.25s linear;
10
+ transition: all 0.25s linear;
11
+ z-index: 1
12
+ }
13
+ .tp-messagebox .messagebox-bg-box ,.tp-messagebox .message-media , .tp-messagebox .msg-icon-content ,.tp-messagebox .msg-dismiss-content , .tp-messagebox .msg-icon-content i ,.tp-messagebox .msg-dismiss-content i , .tp-messagebox .msg-content , .tp-messagebox .msg-title ,.tp-messagebox .msg-desc, .tp-messagebox .msg-arrow::after{
14
+ -webkit-transition: all 0.3s linear;
15
+ -moz-transition: all 0.3s linear;
16
+ -o-transition: all 0.3s linear;
17
+ -ms-transition: all 0.3s linear;
18
+ transition: all 0.3s linear
19
+ }
20
+
21
+ .tp-messagebox .messagebox-bg-box {
22
+ position: relative;
23
+ display: block;
24
+ overflow: hidden;
25
+ }
26
+
27
+ .tp-messagebox .message-media {
28
+ display: -webkit-box;
29
+ display: -webkit-flex;
30
+ display: -ms-flexbox;
31
+ display: flex;
32
+ -webkit-box-align: start;
33
+ -webkit-align-items: flex-start;
34
+ -ms-flex-align: start;
35
+ align-items: flex-start;
36
+ }
37
+
38
+ .tp-messagebox .msg-icon-content ,.tp-messagebox .msg-dismiss-content{
39
+ position: relative;
40
+ display: inline-block;
41
+ text-align: center;
42
+ }
43
+
44
+ .tp-messagebox .msg-dismiss-content i {
45
+ color: #000;
46
+ width: 40px;
47
+ height: 40px;
48
+ line-height: 40px;
49
+ font-size: 25px;
50
+ text-align: center;
51
+ cursor:pointer;
52
+ }
53
+ .tp-messagebox .msg-icon-content i {
54
+ color: #ffffff;
55
+ background: #313131;
56
+ width: 40px;
57
+ height: 40px;
58
+ line-height: 40px;
59
+ font-size: 25px;
60
+ text-align: center;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: center;
64
+ line-height: 1;
65
+ }
66
+ .tp-messagebox .msg-arrow::after {
67
+ content: '';
68
+ position: absolute;
69
+ display: flex;
70
+ right: -20px;
71
+ border: 10px solid transparent;
72
+ border-left-color: #313131;
73
+ top: 50%;
74
+ transform: translateY(-50%);
75
+ }
76
+
77
+ .tp-messagebox .msg-content{
78
+ -webkit-flex: 1 1 0%;
79
+ -ms-flex: 1 1 0%;
80
+ flex: 1 1 0%;
81
+ margin:auto 0;
82
+ }
83
+ .tp-messagebox .msg-title{
84
+ font-size: 18px;
85
+ padding-left:10px;
86
+ }
87
+ .tp-messagebox .msg-desc{
88
+ padding-left:10px;
89
+ padding-top:5px;
90
+ }
91
+
92
+ /*Message Box*/
assets/css/main/messagebox/plus-messagebox.min.css ADDED
@@ -0,0 +1 @@
 
1
+ /*Message Box*/.tp-messagebox{display:block;position:relative;width:100%;-webkit-transition:all 0.25s linear;-moz-transition:all 0.25s linear;-o-transition:all 0.25s linear;-ms-transition:all 0.25s linear;transition:all 0.25s linear;z-index:1}.tp-messagebox .messagebox-bg-box,.tp-messagebox .message-media,.tp-messagebox .msg-icon-content,.tp-messagebox .msg-dismiss-content,.tp-messagebox .msg-icon-content i,.tp-messagebox .msg-dismiss-content i,.tp-messagebox .msg-content,.tp-messagebox .msg-title,.tp-messagebox .msg-desc,.tp-messagebox .msg-arrow::after{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.tp-messagebox .messagebox-bg-box{position:relative;display:block;overflow:hidden}.tp-messagebox .message-media{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.tp-messagebox .msg-icon-content,.tp-messagebox .msg-dismiss-content{position:relative;display:inline-block;text-align:center}.tp-messagebox .msg-dismiss-content i{color:#000;width:40px;height:40px;line-height:40px;font-size:25px;text-align:center;cursor:pointer}.tp-messagebox .msg-icon-content i{color:#fff;background:#313131;width:40px;height:40px;line-height:40px;font-size:25px;text-align:center;display:flex;align-items:center;justify-content:center;line-height:1}.tp-messagebox .msg-arrow::after{content:'';position:absolute;display:flex;right:-20px;border:10px solid transparent;border-left-color:#313131;top:50%;transform:translateY(-50%)}.tp-messagebox .msg-content{-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;margin:auto 0}.tp-messagebox .msg-title{font-size:18px;padding-left:10px}.tp-messagebox .msg-desc{padding-left:10px;padding-top:5px}
assets/css/main/post-author/plus-post-author.css ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*post author*/
2
+ .tp-post-author-info{
3
+ position:relative;
4
+ display:block;
5
+ }
6
+ .tp-author-details.style-1 .author-name{
7
+ font-size:17px;
8
+ line-height:1.1;
9
+ font-weight:400;
10
+ color:#222;
11
+ }
12
+ .tp-author-trans{
13
+ -webkit-transition:all 0.3s linear;
14
+ -o-transition:all 0.3s linear;
15
+ transition:all 0.3s linear;
16
+ }
17
+ .tp-author-details {
18
+ display: flex;
19
+ position: relative;
20
+ width: 100%;
21
+ flex-direction: row;
22
+ border: 2px dashed #eceaf6;
23
+ padding: 20px 25px;
24
+ align-items: center;
25
+ }
26
+ .tp-author-details .author-avatar {
27
+ position: relative;
28
+ width: 100%;
29
+ }
30
+ .tp-author-details .author-avatar {
31
+ max-width: 130px;
32
+ }
33
+ .tp-author-details.style-1 .author-info {
34
+ margin-left: 15px;
35
+ position:relative;
36
+ }
37
+ .tp-author-details .author-bio {
38
+ font-size: 15px;
39
+ line-height: 22px;
40
+ color: #7b7b7b;
41
+ width: 100%;
42
+ }
43
+ .tp-author-details .author-avatar img {
44
+ border-radius: 3px;
45
+ width: 100%;
46
+ }
47
+ .tp-author-details .tp-author-role {
48
+ width: 100%;
49
+ position: relative;
50
+ display: flex;
51
+ }
52
+ .tp-author-details.style-2 {
53
+ flex-direction: column;
54
+ max-width: 300px;
55
+ align-items: flex-start;
56
+ justify-content: center;
57
+ text-align: center;
58
+ position: relative;
59
+ margin: 0 auto;
60
+ }
61
+ .tp-author-details.style-2 .tp-author-role {
62
+ justify-content: center;
63
+ }
64
+
65
+ .tp-author-details.style-2 .author-avatar.tp-author-trans {
66
+ display: flex;
67
+ align-items: center;
68
+ justify-content: center;
69
+ margin: 0 auto;
70
+ }
71
+
72
+ .tp-author-details.style-2 .author-info {
73
+ width: 100%;
74
+ margin-top: 10px;
75
+ }
76
+ /*social info*/
77
+ .tp-author-details ul.author-social {
78
+ position: relative;
79
+ display: block;
80
+ padding: 0;
81
+ margin: 0;
82
+ list-style: none;
83
+ margin-top: 5px;
84
+ }
85
+ .tp-author-details ul.author-social li {
86
+ display: inline-block;
87
+ margin-right: 12px;
88
+ }
89
+ .tp-author-details ul.author-social li a {
90
+ color: #222;
91
+ font-size: 20px;
92
+ line-height: 1.2;
93
+ -webkit-transition:all 0.3s linear;
94
+ -o-transition:all 0.3s linear;
95
+ transition:all 0.3s linear;
96
+ }
97
+ .tp-author-details ul.author-social li a i {
98
+ font-style: initial;
99
+ }
100
+ /*social info*/
assets/css/main/post-author/plus-post-author.min.css ADDED
@@ -0,0 +1 @@
 
1
+ /*post author*/.tp-post-author-info{position:relative;display:block}.tp-author-details.style-1 .author-name{font-size:17px;line-height:1.1;font-weight:400;color:#222}.tp-author-trans{-webkit-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}.tp-author-details{display:flex;position:relative;width:100%;flex-direction:row;border:2px dashed #eceaf6;padding:20px 25px;align-items:center}.tp-author-details .author-avatar{position:relative;width:100%}.tp-author-details .author-avatar{max-width:130px}.tp-author-details.style-1 .author-info{margin-left:15px;position:relative}.tp-author-details .author-bio{font-size:15px;line-height:22px;color:#7b7b7b;width:100%}.tp-author-details .author-avatar img{border-radius:3px;width:100%}.tp-author-details .tp-author-role{width:100%;position:relative;display:flex}.tp-author-details.style-2{flex-direction:column;max-width:300px;align-items:flex-start;justify-content:center;text-align:center;position:relative;margin:0 auto}.tp-author-details.style-2 .tp-author-role{justify-content:center}.tp-author-details.style-2 .author-avatar.tp-author-trans{display:flex;align-items:center;justify-content:center;margin:0 auto}.tp-author-details.style-2 .author-info{width:100%;margin-top:10px}.tp-author-details ul.author-social{position:relative;display:block;padding:0;margin:0;list-style:none;margin-top:5px}.tp-author-details ul.author-social li{display:inline-block;margin-right:12px}.tp-author-details ul.author-social li a{color:#222;font-size:20px;line-height:1.2;-webkit-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}.tp-author-details ul.author-social li a i{font-style:initial}
assets/css/main/post-comment/plus-post-comment.css ADDED
@@ -0,0 +1,308 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*post comment*/
2
+ .tp-post-comment{
3
+ position:relative;
4
+ display:block;
5
+ margin: 0;
6
+ padding: 0;
7
+ -webkit-transition:all 0.3s linear;
8
+ -o-transition:all 0.3s linear;
9
+ transition:all 0.3s linear;
10
+ }
11
+ .edit-post-visual-editor .tp-post-comment p {
12
+ margin: 0 0 15px;
13
+ }
14
+ .tp-post-comment .comments-area{
15
+ position: relative;
16
+ display: inline-block;
17
+ width: 100%;
18
+ margin: 30px 0;
19
+ }
20
+ .tp-post-comment ul.comment-list {
21
+ margin: 0 0 10px;
22
+ padding: 0 0 20px;
23
+ background: transparent;
24
+ border: none;
25
+ transition: all .3s ease;
26
+ -webkit-transition: all .3s ease;
27
+ -moz-transition: all .3s ease;
28
+ -o-transition: all .3s ease;
29
+ -ms-transition: all .3s ease;
30
+ }
31
+ .tp-post-comment .comment-list>li {
32
+ list-style: none;
33
+ }
34
+ .tp-post-comment .comment-list>.comment {
35
+ border-bottom: none;
36
+ }
37
+
38
+ .tp-post-comment .comment-list ul.children li,.tp-post-comment .comment-list>.comment:nth-child(2) {
39
+ border-top: 1px solid #eee;
40
+ }
41
+ .tp-post-comment .comment-list .comment-section-title {
42
+ position: relative;
43
+ display: inline-block;
44
+ margin-bottom: 10px;
45
+ margin-top: 5px;
46
+ font-size: 26px;
47
+ line-height: 30px;
48
+ text-transform: capitalize;
49
+ word-spacing: 0;
50
+ letter-spacing: 0;
51
+ font-weight: 700;
52
+ color: #313131;
53
+ }
54
+ .tp-post-comment #comments .comment-list li.comment > .comment-body, .tp-post-comment #comments .comment-list li.pingback >.comment-body {
55
+ margin: 0;
56
+ overflow: hidden;
57
+ padding: 25px;
58
+ margin-top: 0em;
59
+ position: relative;
60
+ padding-left: 95px;
61
+ -webkit-transition: all 0.3s linear;
62
+ -ms-transition: all 0.3s linear;
63
+ -o-transition: all 0.3s linear;
64
+ -moz-transition: all 0.3s linear;
65
+ transition: all 0.3s linear;
66
+ display: block;
67
+ }
68
+ .tp-post-comment #comments .comment-meta{
69
+ margin: 0;
70
+ display: inline-block;
71
+ }
72
+ .tp-post-comment .comment-author.vcard span.says {
73
+ display: none;
74
+ }
75
+
76
+ .tp-post-comment .comment-author.vcard cite.fn .url{
77
+ font-weight: 600;
78
+ font-size: 14px;
79
+ color: #222;
80
+ line-height: 28px;
81
+ letter-spacing: .5px;
82
+ text-transform: uppercase;
83
+ font-style: initial;
84
+ }
85
+ .tp-post-comment .comment-list .comment-metadata {
86
+ display: inline-block;
87
+ vertical-align: middle;
88
+ }
89
+ .tp-post-comment .comment-list .comment-author.vcard {
90
+ display: inline-block;
91
+ padding-right: 7px;
92
+ vertical-align: middle;
93
+ }
94
+
95
+ .tp-post-comment .comment-list li.comment>.comment-body img.avatar, .tp-post-comment .comment-list li.pingback>.comment-body img.avatar {
96
+ position: absolute;
97
+ left: 0;
98
+ top: 10px;
99
+ width: 75px;
100
+ height: 75px;
101
+ border: 0;
102
+ -moz-border-radius: 50%;
103
+ -webkit-border-radius: 50%;
104
+ border-radius: 50%;
105
+ }
106
+ .tp-post-comment .comment-meta.commentmetadata {
107
+ margin-top: 0;
108
+ font-size: 12px;
109
+ font-style: normal;
110
+ text-align: left;
111
+ display: inline-block;
112
+ vertical-align: middle;
113
+ }
114
+ .tp-post-comment .comment-meta.commentmetadata a{
115
+ color: #777;
116
+ text-transform: uppercase;
117
+ font-weight: 500;
118
+ line-height: 1;
119
+ font-size: 11px;
120
+ letter-spacing: .3px;
121
+ }
122
+ .tp-post-comment .comment-meta.commentmetadata a:first-child:before {
123
+ content: "\f017";
124
+ font: normal normal normal 14px/1 "Font Awesome 5 Free";
125
+ font-size: inherit;
126
+ padding-right: 3px;
127
+ color: inherit;
128
+ font-weight: 500;
129
+ -moz-osx-font-smoothing: grayscale;
130
+ -webkit-font-smoothing: antialiased;
131
+ display: inline-block;
132
+ font-style: normal;
133
+ font-variant: normal;
134
+ text-rendering: auto;
135
+ }
136
+ .tp-post-comment .comment-meta.commentmetadata a.comment-edit-link {
137
+ color: #313131;
138
+ }
139
+ .tp-post-comment .comment-list li.comment>.comment-body p, .tp-post-comment .comment-list li.pingback>.comment-body p {
140
+ padding-bottom: 0;
141
+ margin-top: 10px;
142
+ margin-bottom: 0;
143
+ font-size: 14px;
144
+ color: #666;
145
+ }
146
+ .tp-post-comment .comment-meta.commentmetadata a.comment-edit-link {
147
+ color: #313131;
148
+ }
149
+ .tp-post-comment .comment-list .reply {
150
+ position: absolute;
151
+ top: 25px;
152
+ right: 0;
153
+ }
154
+ .tp-post-comment .comment-list .reply a {
155
+ background: transparent;
156
+ border: 1px solid transparent;
157
+ color: #666;
158
+ cursor: pointer;
159
+ padding: 6px 14px;
160
+ font-size: 11px;
161
+ line-height: 20px;
162
+ letter-spacing: .3px;
163
+ font-weight: 500;
164
+ transition: all 0.3s linear 0s;
165
+ -moz-transition: all 0.3s linear 0s;
166
+ -webkit-transition: all 0.3s linear 0s;
167
+ -o-transition: all 0.3s linear 0s;
168
+ transition: all 0.3s linear 0s;
169
+ width: auto;
170
+ border-radius: 30px;
171
+ text-transform: uppercase;
172
+ }
173
+ .tp-post-comment .comment-list a.comment-reply-link:hover {
174
+ border-color: #d82d34;
175
+ color: #d82d34;
176
+ }
177
+ .tp-post-comment .comment-list a.comment-reply-link:before {
178
+ content: "\f3e5";
179
+ display: inline-block;
180
+ font-family: "Font Awesome 5 Free";
181
+ font-weight: 900;
182
+ font-size: inherit;
183
+ text-rendering: auto;
184
+ -webkit-font-smoothing: antialiased;
185
+ -moz-osx-font-smoothing: grayscale;
186
+ padding-right: 5px;
187
+ position: relative;
188
+ vertical-align: middle;
189
+ line-height: inherit;
190
+ font-size: inherit;
191
+ }
192
+
193
+ .tp-post-comment #respond.comment-respond {
194
+ text-align: left;
195
+ position: relative;
196
+ display: block;
197
+ width: 100%;
198
+ padding: 0;
199
+ margin: 0 0 20px;
200
+ }
201
+ .tp-post-comment #comments h3#reply-title {
202
+ position: relative;
203
+ padding: 0;
204
+ text-align: left;
205
+ margin: 20px auto 20px;
206
+ color: #232323;
207
+ font-size: 24px;
208
+ line-height: 28px;
209
+ text-transform: capitalize;
210
+ width: auto;
211
+ font-weight: 700;
212
+ letter-spacing: 0;
213
+ float: none;
214
+ display: block;
215
+ vertical-align: middle;
216
+ }
217
+ .tp-post-comment #respond.comment-respond #reply-title {
218
+ margin-bottom: 10px;
219
+ }
220
+ .tp-post-comment #cancel-comment-reply-link {
221
+ color: #666;
222
+ cursor: pointer;
223
+ padding: 0 5px;
224
+ font-size: 11px;
225
+ letter-spacing: .3px;
226
+ font-weight: 400;
227
+ transition: all 0.2s linear 0s;
228
+ -moz-transition: all 0.2s linear 0s;
229
+ -webkit-transition: all 0.2s linear 0s;
230
+ -o-transition: all 0.2s linear 0s;
231
+ transition: all 0.2s linear 0s;
232
+ text-transform: uppercase;
233
+ border-radius: 2px;
234
+ -moz-border-radius: 2px;
235
+ -webkit-border-radius: 2px;
236
+ -o-border-radius: 2px;
237
+ position: relative;
238
+ text-align: center;
239
+ width: max-content;
240
+ margin: 0 auto;
241
+ display: inline-block;
242
+ vertical-align: middle;
243
+ }
244
+ .tp-post-comment form#commentform {
245
+ position: relative;
246
+ display: inline-block;
247
+ width: 100%;
248
+ }
249
+ .tp-post-comment #comments .logged-in-as {
250
+ font-size: 12px;
251
+ letter-spacing: 0;
252
+ text-align: left;
253
+ color: #888;
254
+ }
255
+ .tp-post-comment #respond #commentform label {
256
+ margin-bottom: 8px;
257
+ font-size: 15px;
258
+ line-height: 1.3;
259
+ color: #888;
260
+ position: relative;
261
+ width: 100%;
262
+ display: inline-block;
263
+ max-width: 100%;
264
+ font-weight: 400;
265
+ }
266
+ .tp-post-comment #commentform #author, .tp-post-comment #commentform #email, .tp-post-comment #commentform #url, .tp-post-comment form.comment-form textarea#comment {
267
+ background: #f6f6f6;
268
+ border: 1px solid rgba(211,211,211,.1);
269
+ color: #666;
270
+ float: left;
271
+ width: 100%;
272
+ font-size: 15px;
273
+ font-weight: 400;
274
+ padding: 12px 20px;
275
+ border-radius: 4px;
276
+ -webkit-transition: .3s ease;
277
+ -moz-transition: .3s ease;
278
+ -o-transition: .3s ease;
279
+ -ms-transition: .3s ease;
280
+ transition: .3s ease;
281
+ }
282
+ .tp-post-comment form.comment-form textarea#comment{
283
+ margin:0;
284
+ }
285
+ .tp-post-comment #comments .form-submit {
286
+ text-align: left;
287
+ }
288
+ .tp-post-comment #commentform #submit {
289
+ color: #fff;
290
+ background: #d82d34;
291
+ -moz-transition: all .3s linear;
292
+ -webkit-transition: all .3s linear;
293
+ -ms-transition: all .3s linear;
294
+ -o-transition: all .3s linear;
295
+ transition: all .3s linear;
296
+ border: 1px solid transparent;
297
+ border-radius: 4px;
298
+ cursor: pointer;
299
+ font-size: 14px;
300
+ line-height: 1.1;
301
+ padding: 8px 20px;
302
+ text-align: left;
303
+ text-transform: uppercase;
304
+ font-weight: 500;
305
+ }
306
+ .tp-post-comment #commentform #author:focus, .tp-post-comment #commentform #email:focus, .tp-post-comment #commentform #url:focus, .tp-post-comment form.comment-form textarea#comment:focus {
307
+ outline: none;
308
+ }
assets/css/main/post-comment/plus-post-comment.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .tp-post-comment{position:relative;display:block;margin:0;padding:0;-webkit-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}.edit-post-visual-editor .tp-post-comment p{margin:0 0 15px}.tp-post-comment .comments-area{position:relative;display:inline-block;width:100%;margin:30px 0}.tp-post-comment ul.comment-list{margin:0 0 10px;padding:0 0 20px;background:transparent;border:none;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease}.tp-post-comment .comment-list>li{list-style:none}.tp-post-comment .comment-list>.comment{border-bottom:none}.tp-post-comment .comment-list ul.children li,.tp-post-comment .comment-list>.comment:nth-child(2){border-top:1px solid #eee}.tp-post-comment .comment-list .comment-section-title{position:relative;display:inline-block;margin-bottom:10px;margin-top:5px;font-size:26px;line-height:30px;text-transform:capitalize;word-spacing:0;letter-spacing:0;font-weight:700;color:#313131}.tp-post-comment #comments .comment-list li.comment>.comment-body,.tp-post-comment #comments .comment-list li.pingback>.comment-body{margin:0;overflow:hidden;padding:25px;margin-top:0em;position:relative;padding-left:95px;-webkit-transition:all 0.3s linear;-ms-transition:all 0.3s linear;-o-transition:all 0.3s linear;-moz-transition:all 0.3s linear;transition:all 0.3s linear;display:block}.tp-post-comment #comments .comment-meta{margin:0;display:inline-block}.tp-post-comment .comment-author.vcard span.says{display:none}.tp-post-comment .comment-author.vcard cite.fn .url{font-weight:600;font-size:14px;color:#222;line-height:28px;letter-spacing:.5px;text-transform:uppercase;font-style:initial}.tp-post-comment .comment-list .comment-metadata{display:inline-block;vertical-align:middle}.tp-post-comment .comment-list .comment-author.vcard{display:inline-block;padding-right:7px;vertical-align:middle}.tp-post-comment .comment-list li.comment>.comment-body img.avatar,.tp-post-comment .comment-list li.pingback>.comment-body img.avatar{position:absolute;left:0;top:10px;width:75px;height:75px;border:0;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.tp-post-comment .comment-meta.commentmetadata{margin-top:0;font-size:12px;font-style:normal;text-align:left;display:inline-block;vertical-align:middle}.tp-post-comment .comment-meta.commentmetadata a{color:#777;text-transform:uppercase;font-weight:500;line-height:1;font-size:11px;letter-spacing:.3px}.tp-post-comment .comment-meta.commentmetadata a:first-child:before{content:"\f017";font:normal normal normal 14px/1 "Font Awesome 5 Free";font-size:inherit;padding-right:3px;color:inherit;font-weight:500;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto}.tp-post-comment .comment-meta.commentmetadata a.comment-edit-link{color:#313131}.tp-post-comment .comment-list li.comment>.comment-body p,.tp-post-comment .comment-list li.pingback>.comment-body p{padding-bottom:0;margin-top:10px;margin-bottom:0;font-size:14px;color:#666}.tp-post-comment .comment-meta.commentmetadata a.comment-edit-link{color:#313131}.tp-post-comment .comment-list .reply{position:absolute;top:25px;right:0}.tp-post-comment .comment-list .reply a{background:transparent;border:1px solid transparent;color:#666;cursor:pointer;padding:6px 14px;font-size:11px;line-height:20px;letter-spacing:.3px;font-weight:500;transition:all 0.3s linear 0s;-moz-transition:all 0.3s linear 0s;-webkit-transition:all 0.3s linear 0s;-o-transition:all 0.3s linear 0s;transition:all 0.3s linear 0s;width:auto;border-radius:30px;text-transform:uppercase}.tp-post-comment .comment-list a.comment-reply-link:hover{border-color:#d82d34;color:#d82d34}.tp-post-comment .comment-list a.comment-reply-link:before{content:"\f3e5";display:inline-block;font-family:"Font Awesome 5 Free";font-weight:900;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-right:5px;position:relative;vertical-align:middle;line-height:inherit;font-size:inherit}.tp-post-comment #respond.comment-respond{text-align:left;position:relative;display:block;width:100%;padding:0;margin:0 0 20px}.tp-post-comment #comments h3#reply-title{position:relative;padding:0;text-align:left;margin:20px auto 20px;color:#232323;font-size:24px;line-height:28px;text-transform:capitalize;width:auto;font-weight:700;letter-spacing:0;float:none;display:block;vertical-align:middle}.tp-post-comment #respond.comment-respond #reply-title{margin-bottom:10px}.tp-post-comment #cancel-comment-reply-link{color:#666;cursor:pointer;padding:0 5px;font-size:11px;letter-spacing:.3px;font-weight:400;transition:all 0.2s linear 0s;-moz-transition:all 0.2s linear 0s;-webkit-transition:all 0.2s linear 0s;-o-transition:all 0.2s linear 0s;transition:all 0.2s linear 0s;text-transform:uppercase;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-o-border-radius:2px;position:relative;text-align:center;width:max-content;margin:0 auto;display:inline-block;vertical-align:middle}.tp-post-comment form#commentform{position:relative;display:inline-block;width:100%}.tp-post-comment #comments .logged-in-as{font-size:12px;letter-spacing:0;text-align:left;color:#888}.tp-post-comment #respond #commentform label{margin-bottom:8px;font-size:15px;line-height:1.3;color:#888;position:relative;width:100%;display:inline-block;max-width:100%;font-weight:400}.tp-post-comment #commentform #author,.tp-post-comment #commentform #email,.tp-post-comment #commentform #url,.tp-post-comment form.comment-form textarea#comment{background:#f6f6f6;border:1px solid rgba(211,211,211,.1);color:#666;float:left;width:100%;font-size:15px;font-weight:400;padding:12px 20px;border-radius:4px;-webkit-transition:.3s ease;-moz-transition:.3s ease;-o-transition:.3s ease;-ms-transition:.3s ease;transition:.3s ease}.tp-post-comment form.comment-form textarea#comment{margin:0}.tp-post-comment #comments .form-submit{text-align:left}.tp-post-comment #commentform #submit{color:#fff;background:#d82d34;-moz-transition:all .3s linear;-webkit-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;border:1px solid transparent;border-radius:4px;cursor:pointer;font-size:14px;line-height:1.1;padding:8px 20px;text-align:left;text-transform:uppercase;font-weight:500}.tp-post-comment #commentform #author:focus,.tp-post-comment #commentform #email:focus,.tp-post-comment #commentform #url:focus,.tp-post-comment form.comment-form textarea#comment:focus{outline:none}
assets/css/main/post-content/plus-post-content.css ADDED
@@ -0,0 +1 @@
 
1
+ /*post content*/.elementor-widget-tp-post-content .elementor-widget-container{position:relative;display:flex;align-items:center;padding:0;margin:0;transition:all .3s linear}
assets/css/main/post-content/plus-post-content.min.css ADDED
@@ -0,0 +1 @@
 
1
+ /*post content*/.elementor-widget-tp-post-content .elementor-widget-container{position:relative;display:flex;align-items:center;padding:0;margin:0;transition:all .3s linear}
assets/css/main/post-feature-image/plus-post-image.css ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*post feature image*/
2
+ .tp-post-image{
3
+ position:relative;
4
+ display:block;
5
+ font-size: 0;
6
+ }
7
+ .tp-post-image .tp-featured-image{
8
+ display:inline-block;
9
+ }
10
+ .tp-post-image .tp-featured-image,.tp-post-image .tp-featured-image a, .tp-post-image .tp-featured-image img{
11
+ position:relative;
12
+ -webkit-transition:all 0.3s linear;
13
+ -o-transition:all 0.3s linear;
14
+ transition:all 0.3s linear;
15
+ }
16
+ .tp-featured-image a {
17
+ display: flex;
18
+ }
19
+ .tp-featured-image a:after {
20
+ content: '';
21
+ position: absolute;
22
+ left: 0;
23
+ top: 0;
24
+ width: 100%;
25
+ height: 100%;
26
+ background:transparent;
27
+ -webkit-transition:all 0.3s linear;
28
+ -o-transition:all 0.3s linear;
29
+ transition:all 0.3s linear;
30
+ }
31
+ .tp-post-image.tp-feature-image-as-bg {
32
+ position: absolute;
33
+ width: 100%;
34
+ height: 100%;
35
+ overflow: hidden;
36
+ }
37
+ .tp-post-image.tp-feature-image-as-bg .tp-featured-image {
38
+ width: 100%;
39
+ height: 100%;
40
+ z-index: auto;
41
+ }
42
+ .tp-post-image.tp-feature-image-as-bg .tp-featured-image:before {
43
+ content: '';
44
+ top: 0;
45
+ left: 0;
46
+ position: absolute;
47
+ width: 100%;
48
+ height: 100%;
49
+ background: rgb(0 0 0 / 30%);
50
+ }
51
+ .tp-post-image.tp-feature-image-as-bg .tp-featured-image:before,section.elementor-element.elementor-top-section,section.elementor-element.elementor-inner-section,.elementor-column{
52
+ -webkit-transition:all 0.3s linear;
53
+ -o-transition:all 0.3s linear;
54
+ transition:all 0.3s linear;
55
+ }
assets/css/main/post-feature-image/plus-post-image.min.css ADDED
@@ -0,0 +1 @@
 
1
+ /*post feature image*/.tp-post-image{position:relative;display:block;font-size:0}.tp-post-image .tp-featured-image{display:inline-block}.tp-post-image .tp-featured-image,.tp-post-image .tp-featured-image a,.tp-post-image .tp-featured-image img{position:relative;-webkit-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}.tp-featured-image a{display:flex}.tp-featured-image a:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:transparent;-webkit-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}.tp-post-image.tp-feature-image-as-bg{position:absolute;width:100%;height:100%;overflow:hidden}.tp-post-image.tp-feature-image-as-bg .tp-featured-image{width:100%;height:100%;z-index:auto}.tp-featured-image:before{content:'';top:0;left:0;position:absolute;width:100%;height:100%;background:rgb(0 0 0 / 30%)}section.elementor-element.elementor-top-section,section.elementor-element.elementor-inner-section,.elementor-column,.tp-post-image.tp-feature-image-as-bg .tp-featured-image:before{-webkit-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}
assets/css/main/post-meta-info/plus-post-meta-info.css ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*post meta*/
2
+ .tp-post-meta-info {
3
+ position: relative;
4
+ display: flex;
5
+ align-items: center;
6
+ flex-wrap: wrap;
7
+ font-size: 16px;
8
+ line-height: 20px;
9
+ color:#666;
10
+ }
11
+ .tp-post-meta-info .tp-post-meta-info-inner {
12
+ position: relative;
13
+ display: flex;
14
+ align-items: center;
15
+ }
16
+ .tp-post-meta-info, .tp-post-meta-info a, .tp-post-meta-info .tp-meta-date i, .tp-post-meta-info .tp-meta-author i, .tp-post-meta-info .tp-meta-comment i,.tp-post-meta-info .tp-post-meta-info-inner,.tp-post-meta-info .tp-post-meta-info-inner .tp-meta-date,
17
+ .tp-post-meta-info .tp-post-meta-info-inner .tp-meta-category,
18
+ .tp-post-meta-info .tp-post-meta-info-inner .tp-meta-author,
19
+ .tp-post-meta-info .tp-post-meta-info-inner .tp-meta-comment,
20
+ .tp-post-meta-info .tp-post-meta-info-inner .tp-meta-post-likes,
21
+ .tp-post-meta-info .tp-post-meta-info-inner .tp-meta-post-views {
22
+ -webkit-transition:all 0.3s linear;
23
+ -o-transition:all 0.3s linear;
24
+ transition:all 0.3s linear;
25
+ }
26
+ .tp-post-meta-info > span:after {
27
+ margin-right: 5px;
28
+ }
29
+ .tp-post-meta-info > span:after,.tp-meta-category.style-1 a:after {
30
+ position: relative;
31
+ display: inline-block;
32
+ content: ',';
33
+ color: inherit;
34
+ font-size: inherit;
35
+ line-height: inherit;
36
+ vertical-align: bottom;
37
+ }
38
+ .tp-post-meta-info > span:last-child:after,.tp-meta-category.style-1 a:last-child:after {
39
+ display:none;
40
+ }
41
+ .tp-post-meta-info .tp-meta-author a{
42
+ text-transform: uppercase;
43
+ font-weight: 600;
44
+ }
45
+ .tp-post-meta-info .tp-meta-post-likes i,.tp-post-meta-info .tp-meta-post-views i {
46
+ font-style: normal;
47
+ }
48
+ .tp-post-meta-info .tp-post-meta-info-inner>span:not(:last-child):after {
49
+ display: inline-flex;
50
+ align-items: center;
51
+ justify-content: center;
52
+ vertical-align: middle;
53
+ position: relative;
54
+ }
55
+ /*Meta Date / Author */
56
+ .tp-meta-date i, .tp-meta-author i, .tp-meta-author img, .tp-meta-comment i {
57
+ margin-right: 7px;
58
+ font-style: normal;
59
+ }
60
+ /*Meta Date / Author */
61
+ /*Meta Category*/
62
+ .tp-meta-category.style-1 a:after {
63
+ content: ',';
64
+ margin-right: 4px;
65
+ }
66
+ .tp-post-meta-info .tp-meta-category.style-2 a{
67
+ margin-right:5px;
68
+ }
69
+ .tp-post-meta-info .tp-meta-category.style-2 a:last-child{
70
+ margin-right:0 !important;
71
+ }
72
+ .tp-post-meta-info .tp-meta-category.style-2 .tp-meta-category-list {
73
+ display: flex;
74
+ flex-wrap: wrap;
75
+ }
76
+ /*Meta Category*/
77
+ /*Meta Author*/
78
+ .tp-post-meta-info .tp-meta-author, .tp-post-meta-info .tp-meta-author a{
79
+ display: flex;
80
+ align-items: center;
81
+ }
82
+ .tp-meta-author img {
83
+ max-width: 22px;
84
+ border-radius: 2px;
85
+ }
86
+ /*Meta Author*/
87
+ .tp-post-meta-info.tp-meta-layout-2 .tp-meta-category.style-1 {
88
+ justify-content: center;
89
+ }
90
+ .tp-post-meta-info .tp-meta-date .tp-meta-date-label,
91
+ .tp-post-meta-info .tp-meta-category.style-2 .tp-meta-category-label,
92
+ .tp-post-meta-info .tp-meta-author .tp-meta-author-label{
93
+ position: relative;
94
+ display: inline-flex;
95
+ align-items: center;
96
+ margin-right: 10px;
97
+ }
98
+ .tp-post-meta-info .tp-meta-category .tp-meta-category-label,
99
+ .tp-post-meta-info .tp-meta-author .tp-meta-author-label,
100
+ .tp-post-meta-info .tp-meta-comment,
101
+ .tp-meta-post-likes,
102
+ .tp-meta-post-views{
103
+ margin-left: 10px;
104
+ }
105
+ .tp-post-meta-info .tp-meta-category .tp-meta-category-label{
106
+ margin-right: 10px;
107
+ }
108
+ .tp-post-meta-info.tp-meta-layout-2 .tp-meta-date,
109
+ .tp-post-meta-info.tp-meta-layout-2 .tp-meta-category.style-2,
110
+ .tp-post-meta-info.tp-meta-layout-2 .tp-meta-author,
111
+ .tp-post-meta-info.tp-meta-layout-2 .tp-meta-comment,
112
+ .tp-post-meta-info.tp-meta-layout-2 .tp-meta-post-likes,
113
+ .tp-post-meta-info.tp-meta-layout-2 .tp-meta-post-views {
114
+ margin-right:10px;
115
+ display: flex;
116
+ align-items: flex-start;
117
+ justify-content: flex-start;
118
+ vertical-align: middle;
119
+ padding: 10px;
120
+ min-height: 60px;
121
+ }
122
+
123
+ .tp-post-meta-info.tp-meta-layout-2 .tp-meta-category .tp-meta-category-label,
124
+ .tp-post-meta-info.tp-meta-layout-2 .tp-meta-author .tp-meta-author-label,
125
+ .tp-post-meta-info.tp-meta-layout-2 .tp-meta-comment,
126
+ .tp-post-meta-info.tp-meta-layout-2.tp-meta-post-likes,
127
+ .tp-post-meta-info.tp-meta-layout-2.tp-meta-post-views {
128
+ margin: 0;;
129
+ }
130
+
131
+ .tp-post-meta-info.tp-meta-layout-2 .tp-meta-date,
132
+ .tp-post-meta-info.tp-meta-layout-2 .tp-meta-category,
133
+ .tp-post-meta-info.tp-meta-layout-2 .tp-meta-author,
134
+ .tp-post-meta-info.tp-meta-layout-2 .tp-meta-comment {
135
+ display: inline-flex;
136
+ flex-direction: column;
137
+ }
138
+ .tp-post-meta-info .tp-meta-comment .tp-meta-comment-label{margin-right:10px}
assets/css/main/post-meta-info/plus-post-meta-info.min.css ADDED
@@ -0,0 +1 @@
 
1
+ /*post meta*/.tp-post-meta-info{position:relative;display:flex;align-items:center;flex-wrap:wrap;font-size:16px;line-height:20px;color:#666}.tp-post-meta-info .tp-post-meta-info-inner{position:relative;display:flex;align-items:center}.tp-post-meta-info,.tp-post-meta-info a,.tp-post-meta-info .tp-meta-date i,.tp-post-meta-info .tp-meta-author i,.tp-post-meta-info .tp-meta-comment i,.tp-post-meta-info .tp-post-meta-info-inner,.tp-post-meta-info .tp-post-meta-info-inner .tp-meta-date,.tp-post-meta-info .tp-post-meta-info-inner .tp-meta-category,.tp-post-meta-info .tp-post-meta-info-inner .tp-meta-author,.tp-post-meta-info .tp-post-meta-info-inner .tp-meta-comment,.tp-post-meta-info .tp-post-meta-info-inner .tp-meta-post-likes,.tp-post-meta-info .tp-post-meta-info-inner .tp-meta-post-views{-webkit-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}.tp-post-meta-info>span:after{margin-right:5px}.tp-post-meta-info>span:after,.tp-meta-category.style-1 a:after{position:relative;display:inline-block;content:',';color:inherit;font-size:inherit;line-height:inherit;vertical-align:bottom}.tp-post-meta-info>span:last-child:after,.tp-meta-category.style-1 a:last-child:after{display:none}.tp-post-meta-info .tp-meta-author a{text-transform:uppercase;font-weight:600}.tp-post-meta-info .tp-meta-post-likes i,.tp-post-meta-info .tp-meta-post-views i{font-style:normal}.tp-post-meta-info .tp-post-meta-info-inner>span:not(:last-child):after{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;position:relative}.tp-meta-date i,.tp-meta-author i,.tp-meta-author img,.tp-meta-comment i{margin-right:7px;font-style:normal}.tp-meta-category.style-1 a:after{content:',';margin-right:4px}.tp-post-meta-info .tp-meta-category.style-2 a{margin-right:5px}.tp-post-meta-info .tp-meta-category.style-2 a:last-child{margin-right:0!important}.tp-post-meta-info .tp-meta-category.style-2 .tp-meta-category-list{display:flex;flex-wrap:wrap}.tp-post-meta-info .tp-meta-author,.tp-post-meta-info .tp-meta-author a{display:flex;align-items:center}.tp-meta-author img{max-width:22px;border-radius:2px}.tp-post-meta-info.tp-meta-layout-2 .tp-meta-category.style-1{justify-content:center}.tp-post-meta-info .tp-meta-date .tp-meta-date-label,.tp-post-meta-info .tp-meta-category.style-2 .tp-meta-category-label,.tp-post-meta-info .tp-meta-author .tp-meta-author-label{position:relative;display:inline-flex;align-items:center;margin-right:10px}.tp-post-meta-info .tp-meta-category .tp-meta-category-label,.tp-post-meta-info .tp-meta-author .tp-meta-author-label,.tp-post-meta-info .tp-meta-comment,.tp-meta-post-likes,.tp-meta-post-views{margin-left:10px}.tp-post-meta-info .tp-meta-category .tp-meta-category-label{margin-right:10px}.tp-post-meta-info.tp-meta-layout-2 .tp-meta-date,.tp-post-meta-info.tp-meta-layout-2 .tp-meta-category.style-2,.tp-post-meta-info.tp-meta-layout-2 .tp-meta-author,.tp-post-meta-info.tp-meta-layout-2 .tp-meta-comment,.tp-post-meta-info.tp-meta-layout-2 .tp-meta-post-likes,.tp-post-meta-info.tp-meta-layout-2 .tp-meta-post-views{margin-right:10px;display:flex;align-items:flex-start;justify-content:flex-start;vertical-align:middle;padding:10px;min-height:60px}.tp-post-meta-info.tp-meta-layout-2 .tp-meta-category .tp-meta-category-label,.tp-post-meta-info.tp-meta-layout-2 .tp-meta-author .tp-meta-author-label,.tp-post-meta-info.tp-meta-layout-2 .tp-meta-comment,.tp-post-meta-info.tp-meta-layout-2.tp-meta-post-likes,.tp-post-meta-info.tp-meta-layout-2.tp-meta-post-views{margin:0;}.tp-post-meta-info.tp-meta-layout-2 .tp-meta-date,.tp-post-meta-info.tp-meta-layout-2 .tp-meta-category,.tp-post-meta-info.tp-meta-layout-2 .tp-meta-author,.tp-post-meta-info.tp-meta-layout-2 .tp-meta-comment{display:inline-flex;flex-direction:column}.tp-post-meta-info .tp-meta-comment .tp-meta-comment-label{margin-right:10px}
assets/css/main/post-title/plus-post-title.css ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*post title*/
2
+ .tp-post-title {
3
+ position: relative;
4
+ display: flex;
5
+ justify-content: center;
6
+ }
7
+ .tp-post-title .tp-entry-title{
8
+ display:flex;
9
+ }
10
+ .tp-post-title .tp-entry-title {
11
+ margin: 0;
12
+ }
13
+ .tp-post-title > a,.tp-post-title > .tp-entry-title{
14
+ margin: 0;
15
+ padding: 0;
16
+ -webkit-transition:all 0.3s linear;
17
+ -o-transition:all 0.3s linear;
18
+ transition:all 0.3s linear;
19
+ }
20
+ .tp-post-title .tp-post-title-prepost {
21
+ position: relative;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: center;
25
+ vertical-align: middle;
26
+ }
27
+
28
+ .tp-post-title .tp-post-title-prepost.tp-prefix {
29
+ margin-right: 10px;
30
+ }
31
+
32
+ .tp-post-title .tp-post-title-prepost.tp-postfix {
33
+ margin-left: 10px;
34
+ }
assets/css/main/post-title/plus-post-title.min.css ADDED
@@ -0,0 +1 @@
 
1
+ /*post title*/.tp-post-title{position:relative;display:flex;justify-content:center}.tp-post-title .tp-entry-title{display:flex}.tp-post-title .tp-entry-title{margin:0}.tp-post-title>a,.tp-post-title>.tp-entry-title{margin:0;padding:0;-webkit-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}.tp-post-title .tp-post-title-prepost{position:relative;display:flex;align-items:center;justify-content:center;vertical-align:middle}.tp-post-title .tp-post-title-prepost.tp-prefix{margin-right:10px}.tp-post-title .tp-post-title-prepost.tp-postfix{margin-left:10px}
assets/images/tp-placeholder.jpg ADDED
Binary file
assets/js/main/age-gate/plus-age-gate.js ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*Age Gate*/
2
+ (function ($) {
3
+ "use strict";
4
+ var WidgetAgeGateHandler = function($scope, $) {
5
+
6
+ if(elementorFrontend.isEditMode()){
7
+ localStorage.removeItem("max-age-expire");
8
+ }else if(!elementorFrontend.isEditMode()){
9
+ var container = $scope.find('.tp-agegate-wrapper'),
10
+ age_cookies_days = container.data('age_cookies_days'),
11
+ exd = localStorage.getItem("max-age-expire");
12
+ container.closest("body").find("header").css("display","none");
13
+ container.closest("body").css("overflow","hidden");
14
+ var cdate = new Date();
15
+ var endDate = new Date();
16
+ endDate.setDate(cdate.getDate()+age_cookies_days);
17
+
18
+
19
+ if(exd!='' && exd!=undefined && (new Date(cdate) <= new Date(exd))){
20
+ $('.tp-agegate-wrapper').hide();
21
+ }else if(exd!='' && exd!=undefined && (new Date(cdate) > new Date(exd))){
22
+ localStorage.removeItem("max-age-expire");
23
+ $('.tp-agegate-wrapper').show();
24
+ }else{
25
+ $('.tp-agegate-wrapper').show();
26
+ }
27
+
28
+ /*method 1*/
29
+ if($scope.find('.tp-agegate-wrapper.tp-method-1').length){
30
+
31
+ $(".age_vmc").on("change", function(){
32
+ if($(this).closest('.agc_checkbox').find(".age_vmc").is(":checked")){
33
+ $('.age_vms').find(".age_vmb").attr("disabled", false);
34
+ $('.age_vms').find(".age_vmb").css("opacity", "1");
35
+ $(".age_vmb").on("click", function(){
36
+ localStorage.setItem("max-age-expire", endDate );
37
+ $(this).closest(".tp-agegate-wrapper").hide();
38
+ $(this).closest("body").find("header").css("display","block");
39
+ $(this).closest("body").css("overflow","");
40
+ });
41
+ }else{
42
+ $('.age_vms').find(".age_vmb").attr("disabled", true);
43
+ $('.age_vms').find(".age_vmb").css("opacity", "0.5");
44
+ }
45
+ });
46
+ }
47
+ /*method 1*/
48
+
49
+ /*method 2*/
50
+ if($scope.find('.tp-agegate-wrapper.tp-method-2').length){
51
+
52
+ $(".age_verify_method_btnsubmit").on("click", function(){
53
+ var birthYear = new Date(Date.parse($(this).closest('.tp-agegate-method').find('.age_verify_birthdate').val())),
54
+ agebirth = birthYear.getFullYear(),
55
+ currentYear = cdate.getFullYear(),
56
+ userage = currentYear - agebirth,
57
+ agelimit = $(this).closest('.tp-agegate-wrapper').data("userbirth");
58
+ if(userage < agelimit){
59
+ $(this).closest('.tp-agegate-boxes').find('.tp-age-wm').show();
60
+ }else{
61
+ localStorage.setItem("max-age-expire", endDate );
62
+ $(this).closest('.tp-agegate-wrapper').hide();
63
+ $(this).closest("body").find("header").css("display","block");
64
+ $(this).closest("body").css("overflow","");
65
+ }
66
+ });
67
+ }
68
+ /*method 2*/
69
+
70
+ /*method 3*/
71
+ if($scope.find('.tp-agegate-wrapper.tp-method-3').length){
72
+ $(".tp-agegate-wrapper .tp-age-btn-yes").on("click", function(){
73
+ localStorage.setItem("max-age-expire", endDate );
74
+ $(this).closest('.tp-agegate-wrapper').hide();
75
+ $(this).closest("body").find("header").css("display","block");
76
+ $(this).closest("body").css("overflow","");
77
+ });
78
+ $(".tp-agegate-wrapper .tp-age-btn-no").on("click", function(){
79
+ $(this).closest('.tp-agegate-boxes').find('.tp-age-wm').show();
80
+ });
81
+ }
82
+ /*method 3*/
83
+ }
84
+ }
85
+ $(window).on('elementor/frontend/init', function () {
86
+ elementorFrontend.hooks.addAction('frontend/element_ready/tp-age-gate.default', WidgetAgeGateHandler);
87
+ });
88
+ })(jQuery);
assets/js/main/age-gate/plus-age-gate.min.js ADDED
@@ -0,0 +1 @@
 
1
+ /*Age Gate*/(function(a){"use strict";var b=function(a,b){if(elementorFrontend.isEditMode())localStorage.removeItem("max-age-expire");else if(!elementorFrontend.isEditMode()){var c=a.find(".tp-agegate-wrapper"),d=c.data("age_cookies_days"),e=localStorage.getItem("max-age-expire");c.closest("body").find("header").css("display","none"),c.closest("body").css("overflow","hidden");var f=new Date,g=new Date;g.setDate(f.getDate()+d),""!=e&&e!=null&&new Date(f)<=new Date(e)?b(".tp-agegate-wrapper").hide():""!=e&&e!=null&&new Date(f)>new Date(e)?(localStorage.removeItem("max-age-expire"),b(".tp-agegate-wrapper").show()):b(".tp-agegate-wrapper").show(),a.find(".tp-agegate-wrapper.tp-method-1").length&&b(".age_vmc").on("change",function(){b(this).closest(".agc_checkbox").find(".age_vmc").is(":checked")?(b(".age_vms").find(".age_vmb").attr("disabled",!1),b(".age_vms").find(".age_vmb").css("opacity","1"),b(".age_vmb").on("click",function(){localStorage.setItem("max-age-expire",g),b(this).closest(".tp-agegate-wrapper").hide(),b(this).closest("body").find("header").css("display","block"),b(this).closest("body").css("overflow","")})):(b(".age_vms").find(".age_vmb").attr("disabled",!0),b(".age_vms").find(".age_vmb").css("opacity","0.5"))}),a.find(".tp-agegate-wrapper.tp-method-2").length&&b(".age_verify_method_btnsubmit").on("click",function(){var a=new Date(Date.parse(b(this).closest(".tp-agegate-method").find(".age_verify_birthdate").val())),c=a.getFullYear(),d=f.getFullYear(),e=b(this).closest(".tp-agegate-wrapper").data("userbirth");d-c<e?b(this).closest(".tp-agegate-boxes").find(".tp-age-wm").show():(localStorage.setItem("max-age-expire",g),b(this).closest(".tp-agegate-wrapper").hide(),b(this).closest("body").find("header").css("display","block"),b(this).closest("body").css("overflow",""))}),a.find(".tp-agegate-wrapper.tp-method-3").length&&(b(".tp-agegate-wrapper .tp-age-btn-yes").on("click",function(){localStorage.setItem("max-age-expire",g),b(this).closest(".tp-agegate-wrapper").hide(),b(this).closest("body").find("header").css("display","block"),b(this).closest("body").css("overflow","")}),b(".tp-agegate-wrapper .tp-age-btn-no").on("click",function(){b(this).closest(".tp-agegate-boxes").find(".tp-age-wm").show()}))}};a(window).on("elementor/frontend/init",function(){elementorFrontend.hooks.addAction("frontend/element_ready/tp-age-gate.default",b)})})(jQuery);
assets/js/main/messagebox/plus-messagebox.js ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*Message Box*/
2
+ (function ($) {
3
+ "use strict";
4
+ var WidgetMessageBoxHandler = function($scope, $) {
5
+ var container = $scope.find('.tp-messagebox'),
6
+ speed = container.data('speed');
7
+ if(container.length){
8
+ container.find(".msg-dismiss-content").on('click',function(){
9
+ $(this).closest(container).slideUp(speed);
10
+ });
11
+ }
12
+ };
13
+ $(window).on('elementor/frontend/init', function () {
14
+ elementorFrontend.hooks.addAction('frontend/element_ready/tp-messagebox.default', WidgetMessageBoxHandler);
15
+ });
16
+ })(jQuery);
assets/js/main/messagebox/plus-messagebox.min.js ADDED
@@ -0,0 +1 @@
 
1
+ (function(a){"use strict";var b=function(a,b){var c=a.find(".tp-messagebox"),d=c.data("speed");c.length&&c.find(".msg-dismiss-content").on('click',function(){b(this).closest(c).slideUp(d)})};a(window).on("elementor/frontend/init",function(){elementorFrontend.hooks.addAction("frontend/element_ready/tp-messagebox.default",b)})})(jQuery);
assets/js/main/plus-extra-adv/plus-backend-editor.js CHANGED
@@ -212,35 +212,8 @@
212
  if(wid_sec.find(".pt-plus-reveal").length){
213
  plus_reveal_animation();
214
  }
215
- /*Reveal animation*/
216
-
217
- if(wid_sec.find(".columns-vimeo-bg").length){
218
- $('.columns-vimeo-bg iframe').each(function() {
219
- var $self = $(this)
220
- id = $self.attr('id');
221
- if (window.addEventListener) {
222
- window.addEventListener('message', onMessageReceived, false);
223
- } else {
224
- window.attachEvent('onmessage', onMessageReceived, false);
225
- }
226
 
227
- function onMessageReceived(e) {
228
- var data = JSON.parse(e.data);
229
- switch (data.event) {
230
- case 'ready':
231
- $self[0].contentWindow.postMessage('{"method":"play", "value":1}','*');
232
- if($self.data('muted') && $self.data('muted') == '1') {
233
- $self[0].contentWindow.postMessage('{"method":"setVolume", "value":0}','*');
234
- }
235
- var videoHolder = document.getElementById('wrapper-'+id);
236
- if(videoHolder && videoHolder.id){
237
- videoHolder.classList.remove('tp-loading');
238
- }
239
- break;
240
- }
241
- }
242
- });
243
- }
244
  };
245
  $(window).on('elementor/frontend/init', function () {
246
  if (elementorFrontend.isEditMode()) {
212
  if(wid_sec.find(".pt-plus-reveal").length){
213
  plus_reveal_animation();
214
  }
215
+ /*Reveal animation*/
 
 
 
 
 
 
 
 
 
 
216
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  };
218
  $(window).on('elementor/frontend/init', function () {
219
  if (elementorFrontend.isEditMode()) {
assets/js/main/plus-extra-adv/plus-backend-editor.min.js CHANGED
@@ -1 +1 @@
1
- !function(a){"use strict";function t(a,r){var t=a.parents("section.elementor-element");if(t.find(".animate-general").length){a.find(".animate-general").each(function(){var a=r(this);if(!a.hasClass("animation-done"))if(a.find(".animated-columns").length){var t=r(".animated-columns",this);a.data("animate-delay");a.find(".animated-columns").each(function(){r(this).hasClass("animation-done")||r(this).css("opacity","0")})}else{(t=r(this)).data("animate-delay");t.data("animate-item")?t.find(t.data("animate-item")).each(function(){r(this).hasClass("animation-done")||r(this).css("opacity","0")}):t.css("opacity","0")}});r(".call-on-waypoint").each(function(){var a=r(this);a.waypoint(function(){a.trigger("on-waypoin")},{triggerOnce:!0,offset:"bottom-in-view"})}),a.find(".animate-general").each(function(){var t,a=r(this),n=r(this).data("id");if("stagger"==a.data("animate-columns")){var e=r(".animated-columns",this),i=a.data("animate-stagger"),o=a.data("animate-delay"),s=a.data("animate-out-delay"),d=a.data("animate-duration"),l=a.data("animate-out-duration"),m=a.data("animate-type"),u=a.data("animate-out-type"),c=a.data("animate-offset");a.css("opacity","1"),t=a.find(".animated-columns"),a.waypoint(function(a){"down"===a?t.hasClass("animation-done")||t.addClass("animation-done").removeClass("animation-out-done").velocity(m,{delay:o,duration:d,display:"auto",stagger:i}):"up"!==a||""==u||null==u||t.hasClass("animation-out-done")||t.addClass("animation-out-done").removeClass("animation-done").velocity(u,{delay:s,duration:l,display:"auto",stagger:i})},{offset:c}),t&&r("head").append("<style type='text/css'>."+n+" .animated-columns.animation-done{opacity:1;}</style>")}else if("columns"==a.data("animate-columns")){e=r(".animated-columns",this),o=a.data("animate-delay"),s=a.data("animate-out-delay"),m=a.data("animate-type"),u=a.data("animate-out-type"),c=a.data("animate-offset"),d=a.data("animate-duration"),l=a.data("animate-out-duration");a.css("opacity","1"),(t=a.find(".animated-columns")).each(function(){var t=r(this);t.waypoint(function(a){"down"===a?t.hasClass("animation-done")||t.addClass("animation-done").removeClass("animation-out-done").velocity(m,{delay:o,duration:d,drag:!0,display:"auto"}):"up"!==a||""==u||null==u||t.hasClass("animation-out-done")||t.addClass("animation-out-done").removeClass("animation-done").velocity(u,{delay:s,duration:l,display:"auto"})},{offset:c})}),t&&r("head").append("<style type='text/css'>."+n+" .animated-columns.animation-done{opacity:1;}</style>")}else{o=(e=r(this)).data("animate-delay"),s=e.data("animate-out-delay"),d=e.data("animate-duration"),l=a.data("animate-out-duration");m=e.data("animate-type"),u=e.data("animate-out-type"),c=e.data("animate-offset"),e.waypoint(function(a){"down"===a?e.hasClass("animation-done")||e.addClass("animation-done").removeClass("animation-out-done").velocity(m,{delay:o,duration:d,display:"auto"}):"up"!==a||""==u||null==u||e.hasClass("animation-out-done")||e.hasClass("animation-out-done")||e.addClass("animation-out-done").removeClass("animation-done").velocity(u,{delay:s,duration:l,display:"auto"})},{offset:c})}})}if(t.find(".magic-scroll").length&&pt_plus_animateParalax(),0<t.find(".pt-plus-move-parallax").length&&plus_mousemove_parallax(),0<t.find(".cascading-block").length&&cascading_overflow(),0<t.find(".slide_show_image").length&&cascading_slide_show_image(),0<t.find(".pt-plus-cd-headline").length&&plus_heading_animation(),0<t.find(".creative-simple-img-parallax").length&&plus_bgimage_scrollparallax(),0<t.find(".pt_plus_row_bg_animated_svg").length&&r(document).ready(function(){setTimeout(function(){r(".pt_plus_row_bg_animated_svg").pt_plus_animated_svg(),r("body").find(".pt_plus_row_bg_animated_svg").attr("style","stroke:black")},100)}),(0<t.find(".pt_plus_animated_svg").length||0<t.find(".ts-hover-draw-svg").length)&&r(document).ready(function(){setTimeout(function(){r(".pt_plus_animated_svg,.ts-hover-draw-svg").pt_plus_animated_svg()},100)}),0<t.find(".list-isotope-metro").length){var n=t.find(".list-isotope-metro"),e=n.data("id"),i=n.attr("data-metro-columns"),o=n.attr("data-metro-style");theplus_backend_packery_portfolio(e,i,o)}if(0<t.find(".list-carousel-slick").length){var s=a.find(".list-carousel-slick").eq(0);0<s.length&&(s.hasClass("done-carousel")||theplus_carousel_list())}t.find(".theplus-contact-form").length&&plus_cf7_form(),0<t.find("iframe").length&&"undefined"!=typeof initFluidVids&&r.isFunction(initFluidVids)&&initFluidVids(),t.find(".js-tilt").length&&r(".js-tilt").tilt(),t.find(".pt-plus-reveal").length&&plus_reveal_animation(),t.find(".columns-vimeo-bg").length&&r(".columns-vimeo-bg iframe").each(function(){var n=r(this);function a(a){switch(JSON.parse(a.data).event){case"ready":n[0].contentWindow.postMessage('{"method":"play", "value":1}',"*"),n.data("muted")&&"1"==n.data("muted")&&n[0].contentWindow.postMessage('{"method":"setVolume", "value":0}',"*");var t=document.getElementById("wrapper-"+id);t&&t.id&&t.classList.remove("tp-loading")}}id=n.attr("id"),window.addEventListener?window.addEventListener("message",a,!1):window.attachEvent("onmessage",a,!1)})}a(window).on("elementor/frontend/init",function(){elementorFrontend.isEditMode()&&elementorFrontend.hooks.addAction("frontend/element_ready/global",t)})}(jQuery);
1
+ (function(a){'use strict';var b=function(a,f){var b=a.parents("section.elementor-element");if(b.find(".animate-general").length){"use strict",a.find(".animate-general").each(function(){var a,d=f(this);if(!d.hasClass("animation-done"))if(d.find(".animated-columns").length){var e=f(".animated-columns",this),g=d.data("animate-delay");a=d.find(".animated-columns"),a.each(function(){f(this).hasClass("animation-done")||f(this).css("opacity","0")})}else{var e=f(this),g=e.data("animate-delay");e.data("animate-item")?(a=e.find(e.data("animate-item")),a.each(function(){f(this).hasClass("animation-done")||f(this).css("opacity","0")})):e.css("opacity","0")}});var c=function(){a.find(".animate-general").each(function(){var a,e,g=f(this),h=f(this).data("id");if("stagger"==g.data("animate-columns")){var i=f(".animated-columns",this),j=g.data("animate-stagger"),k=g.data("animate-delay"),l=g.data("animate-out-delay"),m=g.data("animate-duration"),n=g.data("animate-out-duration"),e=g.data("animate-type"),p=g.data("animate-out-type"),q=g.data("animate-offset");g.css("opacity","1"),a=g.find(".animated-columns"),g.waypoint(function(b){"down"===b?!a.hasClass("animation-done")&&a.addClass("animation-done").removeClass("animation-out-done").velocity(e,{delay:k,duration:m,display:"auto",stagger:j}):"up"==b&&""!=p&&null!=p&&!a.hasClass("animation-out-done")&&a.addClass("animation-out-done").removeClass("animation-done").velocity(p,{delay:l,duration:n,display:"auto",stagger:j})},{offset:q}),a&&f("head").append("<style type='text/css'>."+h+" .animated-columns.animation-done{opacity:1;}</style>")}else if("columns"==g.data("animate-columns")){var i=f(".animated-columns",this),k=g.data("animate-delay"),l=g.data("animate-out-delay"),e=g.data("animate-type"),p=g.data("animate-out-type"),q=g.data("animate-offset"),m=g.data("animate-duration"),n=g.data("animate-out-duration");g.css("opacity","1"),a=g.find(".animated-columns"),a.each(function(){var a=f(this);a.waypoint(function(b){"down"===b?!a.hasClass("animation-done")&&a.addClass("animation-done").removeClass("animation-out-done").velocity(e,{delay:k,duration:m,drag:!0,display:"auto"}):"up"==b&&""!=p&&null!=p&&!a.hasClass("animation-out-done")&&a.addClass("animation-out-done").removeClass("animation-done").velocity(p,{delay:l,duration:n,display:"auto"})},{offset:q})}),a&&f("head").append("<style type='text/css'>."+h+" .animated-columns.animation-done{opacity:1;}</style>")}else{var i=f(this),k=i.data("animate-delay"),l=i.data("animate-out-delay"),m=i.data("animate-duration"),n=g.data("animate-out-duration");e=i.data("animate-type"),p=i.data("animate-out-type"),q=i.data("animate-offset"),i.waypoint(function(a){"down"===a?!i.hasClass("animation-done")&&i.addClass("animation-done").removeClass("animation-out-done").velocity(e,{delay:k,duration:m,display:"auto"}):"up"==a&&""!=p&&null!=p&&!i.hasClass("animation-out-done")&&!i.hasClass("animation-out-done")&&i.addClass("animation-out-done").removeClass("animation-done").velocity(p,{delay:l,duration:n,display:"auto"})},{offset:q})}})},d=function(){f(".call-on-waypoint").each(function(){var a=f(this);a.waypoint(function(){a.trigger("on-waypoin")},{triggerOnce:!0,offset:"bottom-in-view"})})};d(),c()}if(b.find(".magic-scroll").length&&pt_plus_animateParalax(),0<b.find(".pt-plus-move-parallax").length&&plus_mousemove_parallax(),0<b.find(".cascading-block").length&&cascading_overflow(),0<b.find(".slide_show_image").length&&cascading_slide_show_image(),0<b.find(".pt-plus-cd-headline").length&&plus_heading_animation(),0<b.find(".creative-simple-img-parallax").length&&plus_bgimage_scrollparallax(),0<b.find(".pt_plus_row_bg_animated_svg").length&&f(document).ready(function(){setTimeout(function(){f(".pt_plus_row_bg_animated_svg").pt_plus_animated_svg(),f("body").find(".pt_plus_row_bg_animated_svg").attr("style","stroke:black")},100)}),(0<b.find(".pt_plus_animated_svg").length||0<b.find(".ts-hover-draw-svg").length)&&f(document).ready(function(){setTimeout(function(){f(".pt_plus_animated_svg,.ts-hover-draw-svg").pt_plus_animated_svg()},100)}),0<b.find(".list-isotope-metro").length){var e=b.find(".list-isotope-metro"),g=e.data("id"),h=e.attr("data-metro-columns"),i=e.attr("data-metro-style");theplus_backend_packery_portfolio(g,h,i)}if(0<b.find(".list-carousel-slick").length){var j=a.find(".list-carousel-slick").eq(0);0<j.length&&!j.hasClass("done-carousel")&&theplus_carousel_list()}b.find(".theplus-contact-form").length&&plus_cf7_form(),0<b.find("iframe").length&&"undefined"!=typeof initFluidVids&&f.isFunction(initFluidVids)&&initFluidVids(),b.find(".js-tilt").length&&f(".js-tilt").tilt(),b.find(".pt-plus-reveal").length&&plus_reveal_animation()};a(window).on("elementor/frontend/init",function(){elementorFrontend.isEditMode()&&elementorFrontend.hooks.addAction("frontend/element_ready/global",b)})})(jQuery);
assets/js/main/post-feature-image/plus-post-feature-image.js ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function($) {
2
+ var WidgetPostFeatureImageHandler = function($scope, $) {
3
+ var fi_bg_elem = $scope.find('.tp-post-image.tp-feature-image-as-bg').eq(0);
4
+ if ($scope.find('.tp-post-image.tp-feature-image-as-bg').length > 0) {
5
+ var $tp_fi_bg_type = $scope.find('.tp-post-image.tp-feature-image-as-bg').data('tp-fi-bg-type');
6
+ if($tp_fi_bg_type !='' && $tp_fi_bg_type !=undefined){
7
+ if($tp_fi_bg_type == 'tp-fibg-section'){
8
+ fi_bg_elem.closest('section.elementor-element.elementor-top-section').prepend(fi_bg_elem);
9
+ }else if($tp_fi_bg_type == 'tp-fibg-inner-section'){
10
+ fi_bg_elem.closest('section.elementor-element.elementor-inner-section').prepend(fi_bg_elem);
11
+ }else if($tp_fi_bg_type == 'tp-fibg-column'){
12
+ fi_bg_elem.closest('.elementor-column').prepend(fi_bg_elem);
13
+ }
14
+ }
15
+ }
16
+ };
17
+ $(window).on('elementor/frontend/init', function() {
18
+ elementorFrontend.hooks.addAction('frontend/element_ready/tp-post-featured-image.default', WidgetPostFeatureImageHandler);
19
+ });
20
+ })(jQuery);
assets/js/main/post-feature-image/plus-post-feature-image.min.js ADDED
@@ -0,0 +1 @@
 
1
+ /*post feature image*/(function(a){var b=function(a){var b=a.find(".tp-post-image.tp-feature-image-as-bg").eq(0);if(0<a.find(".tp-post-image.tp-feature-image-as-bg").length){var c=a.find(".tp-post-image.tp-feature-image-as-bg").data("tp-fi-bg-type");""!=c&&c!=null&&("tp-fibg-section"==c?b.closest("section.elementor-element.elementor-top-section").prepend(b):"tp-fibg-inner-section"==c?b.closest("section.elementor-element.elementor-inner-section").prepend(b):"tp-fibg-column"==c&&b.closest(".elementor-column").prepend(b))}};a(window).on("elementor/frontend/init",function(){elementorFrontend.hooks.addAction("frontend/element_ready/tp-post-featured-image.default",b)})})(jQuery);
includes/client/client-style-1.php CHANGED
@@ -6,7 +6,7 @@ $client_url = get_post_meta(get_the_id(), 'theplus_clients_url', true);
6
  <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
7
  <div class="client-post-content">
8
  <div class="client-content-logo">
9
- <a href="<?php echo esc_url($client_url); ?>" target="_blank">
10
  <?php include L_THEPLUS_INCLUDES_URL. 'client/format-image.php'; ?>
11
  </a>
12
  </div>
6
  <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
7
  <div class="client-post-content">
8
  <div class="client-content-logo">
9
+ <a href="<?php echo esc_url($client_url); ?>" target="_blank" rel="noopener noreferrer">
10
  <?php include L_THEPLUS_INCLUDES_URL. 'client/format-image.php'; ?>
11
  </a>
12
  </div>
includes/client/post-meta-title.php CHANGED
@@ -6,5 +6,5 @@ $client_url = get_post_meta(get_the_id(), 'theplus_clients_url', true);
6
 
7
  ?>
8
  <<?php echo l_theplus_validate_html_tag($post_title_tag); ?> class="post-title">
9
- <a href="<?php echo esc_url($client_url); ?>" target="_blank"><?php echo esc_html(get_the_title()); ?></a>
10
  </<?php echo l_theplus_validate_html_tag($post_title_tag); ?>>
6
 
7
  ?>
8
  <<?php echo l_theplus_validate_html_tag($post_title_tag); ?> class="post-title">
9
+ <a href="<?php echo esc_url($client_url); ?>" target="_blank" rel="noopener noreferrer"><?php echo esc_html(get_the_title()); ?></a>
10
  </<?php echo l_theplus_validate_html_tag($post_title_tag); ?>>
includes/plus-options/custom-metabox/teammember_options.php CHANGED
@@ -89,4 +89,18 @@ function l_theplus_ele_team_memmber_setting_metaboxes() {
89
  'id' => $prefix . 'linked_link',
90
  )
91
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  }
89
  'id' => $prefix . 'linked_link',
90
  )
91
  );
92
+ $tema_mem_field->add_field(
93
+ array(
94
+ 'name' => esc_html__( 'Email', 'tpebl' ),
95
+ 'type' => 'text',
96
+ 'id' => $prefix . 'email_link',
97
+ )
98
+ );
99
+ $tema_mem_field->add_field(
100
+ array(
101
+ 'name' => esc_html__( 'Phone', 'tpebl' ),
102
+ 'type' => 'text',
103
+ 'id' => $prefix . 'phone_link',
104
+ )
105
+ );
106
  }
includes/plus-options/extension/cmb2-field-ajax-search.php CHANGED
@@ -69,7 +69,7 @@ if( ! class_exists( 'CMB2_Field_Ajax_Search' ) ) {
69
  <li>
70
  <?php if( $field->args( 'sortable' ) ) : ?><span class="hndl"></span><?php endif; ?>
71
  <input type="hidden" name="<?php echo $field_name; ?>[]" value="<?php echo $val; ?>">
72
- <a href="<?php echo $this->object_link( $field_name, $val, $object_to_search ); ?>" target="_blank" class="edit-link">
73
  <?php echo $this->object_text( $field_name, $val, $object_to_search ); ?>
74
  </a>
75
  <a class="remover"><span class="dashicons dashicons-no"></span><span class="dashicons dashicons-dismiss"></span></a>
@@ -191,15 +191,17 @@ if( ! class_exists( 'CMB2_Field_Ajax_Search' ) ) {
191
  * Ajax request : get results
192
  */
193
  public function get_results() {
194
- $nonce = $_POST['nonce'];
195
-
 
 
196
  if ( ! wp_verify_nonce( $nonce, 'cmb_ajax_search_get_results' ) ) {
197
  // Wrong nonce
198
  die( json_encode( array(
199
  'error' => __( 'Error : Unauthorized action','tpebl' )
200
  ) ) );
201
  } else if ( ( ! isset( $_POST['field_id'] ) || empty( $_POST['field_id'] ) )
202
- || ( ! isset( $_POST['object_type'] ) || empty( $_POST['object_type'] ) ) ) {
203
  // Wrong request parameters (field_id and object_type are mandatory)
204
  die( json_encode( array(
205
  'error' => __( 'Error : Wrong request parameters','tpebl' )
@@ -209,7 +211,7 @@ if( ! class_exists( 'CMB2_Field_Ajax_Search' ) ) {
209
  $data = array();
210
  $results = array();
211
 
212
- switch( $_POST['object_type'] ) {
213
  case 'post':
214
  $query_args['s'] = $_POST['query'];
215
  $query = new WP_Query( $query_args );
@@ -228,7 +230,7 @@ if( ! class_exists( 'CMB2_Field_Ajax_Search' ) ) {
228
  }
229
 
230
  foreach ( $results as $result ) :
231
- if( $_POST['object_type'] == 'term' ) {
232
  $result_id = $result->term_id;
233
  } else {
234
  $result_id = $result->ID;
@@ -236,8 +238,8 @@ if( ! class_exists( 'CMB2_Field_Ajax_Search' ) ) {
236
 
237
  $data[] = array(
238
  'id' => $result_id,
239
- 'value' => $this->object_text( $_POST['field_id'], $result_id, $_POST['object_type'] ),
240
- 'link' => $this->object_link( $_POST['field_id'], $result_id, $_POST['object_type'] )
241
  );
242
  endforeach;
243
 
69
  <li>
70
  <?php if( $field->args( 'sortable' ) ) : ?><span class="hndl"></span><?php endif; ?>
71
  <input type="hidden" name="<?php echo $field_name; ?>[]" value="<?php echo $val; ?>">
72
+ <a href="<?php echo $this->object_link( $field_name, $val, $object_to_search ); ?>" target="_blank" rel="noopener noreferrer" class="edit-link">
73
  <?php echo $this->object_text( $field_name, $val, $object_to_search ); ?>
74
  </a>
75
  <a class="remover"><span class="dashicons dashicons-no"></span><span class="dashicons dashicons-dismiss"></span></a>
191
  * Ajax request : get results
192
  */
193
  public function get_results() {
194
+ $nonce = (isset($_POST['nonce'])) ? wp_unslash( $_POST['nonce'] ) : '';
195
+ $field_id = (isset($_POST['nonce'])) ? sanitize_text_field($_POST['nonce']) : '';
196
+ $object_type = (isset($_POST['object_type'])) ? sanitize_text_field($_POST['object_type']) : '';
197
+
198
  if ( ! wp_verify_nonce( $nonce, 'cmb_ajax_search_get_results' ) ) {
199
  // Wrong nonce
200
  die( json_encode( array(
201
  'error' => __( 'Error : Unauthorized action','tpebl' )
202
  ) ) );
203
  } else if ( ( ! isset( $_POST['field_id'] ) || empty( $_POST['field_id'] ) )
204
+ || ( ! isset( $_POST['object_type'] ) || empty( $_POST['object_type'] ) ) ) {
205
  // Wrong request parameters (field_id and object_type are mandatory)
206
  die( json_encode( array(
207
  'error' => __( 'Error : Wrong request parameters','tpebl' )
211
  $data = array();
212
  $results = array();
213
 
214
+ switch( $object_type ) {
215
  case 'post':
216
  $query_args['s'] = $_POST['query'];
217
  $query = new WP_Query( $query_args );
230
  }
231
 
232
  foreach ( $results as $result ) :
233
+ if( $object_type == 'term' ) {
234
  $result_id = $result->term_id;
235
  } else {
236
  $result_id = $result->ID;
238
 
239
  $data[] = array(
240
  'id' => $result_id,
241
+ 'value' => $this->object_text( $field_id, $result_id, $object_type ),
242
+ 'link' => $this->object_link( $field_id, $result_id, $object_type )
243
  );
244
  endforeach;
245
 
includes/plus_addon.php CHANGED
@@ -38,7 +38,7 @@ function theplus_free_import_data_content(){
38
  <div style="text-align:center;">
39
  <img style="width:75%;" src="'.L_THEPLUS_URL .'assets/images/panel/plus-design.png" alt="'.esc_attr__('Plus Design','tpebl').'" class="panel-plus-design" />
40
  </div>
41
- <div class="tp-pro-note-link"><a href="https://theplusaddons.com/plus-design/" target="_blank">Check Plus Design</a></div>';
42
  }
43
  add_action('theplus_free_pro_import_data', 'theplus_free_import_data_content');
44
 
@@ -47,7 +47,7 @@ function theplus_free_api_connection_data_content(){
47
  <div style="text-align:center;">
48
  <img style="width:75%;" src="'.L_THEPLUS_URL .'assets/images/panel/extra-options.png" alt="'.esc_attr__('Extra Options','tpebl').'" class="panel-plus-extra-options" />
49
  </div>
50
- <div class="tp-pro-note-link"><a href="https://theplusaddons.com/plus-extras/" target="_blank">Check Plus Extra Options</a></div>';
51
  }
52
  add_action('theplus_free_pro_api_connection_data', 'theplus_free_api_connection_data_content');
53
 
@@ -56,7 +56,7 @@ function theplus_free_purchase_code_content(){
56
  <div style="text-align:center;">
57
  <img style="width:55%;" src="'.L_THEPLUS_URL .'assets/images/panel/activate.png" alt="'.esc_attr__('Activate','tpebl').'" class="panel-plus-activate" />
58
  </div>
59
- <div class="tp-pro-note-link"><a href="https://theplusaddons.com/free-vs-pro-compare/" target="_blank">Compare Free vs Pro</a></div>';
60
  }
61
  add_action('theplus_free_pro_purchase_code', 'theplus_free_purchase_code_content');
62
 
@@ -65,10 +65,22 @@ function theplus_free_white_label_content(){
65
  <div style="text-align:center;">
66
  <img style="width:55%;" src="'.L_THEPLUS_URL .'assets/images/panel/white-lable.png" alt="'.esc_attr__('White Lable','tpebl').'" class="panel-plus-white-lable" />
67
  </div>
68
- <div class="tp-pro-note-link"><a href="https://theplusaddons.com/free-vs-pro-compare/" target="_blank">Compare Free vs Pro</a></div>';
69
  }
70
  add_action('theplus_free_pro_white_label', 'theplus_free_white_label_content');
71
  /*panel start*/
 
 
 
 
 
 
 
 
 
 
 
 
72
  /* WOOCOMMERCE Mini Cart */
73
  function l_theplus_woocomerce_ajax_cart_update($fragments) {
74
  if(class_exists('woocommerce')) {
@@ -118,7 +130,7 @@ function l_theplus_get_option($options_type,$field){
118
 
119
  function l_theplus_testimonial_post_name(){
120
  $post_type_options=get_option( 'post_type_options' );
121
- $testi_post_type=$post_type_options['testimonial_post_type'];
122
  $post_name='theplus_testimonial';
123
  if(isset($testi_post_type) && !empty($testi_post_type)){
124
  if($testi_post_type=='themes'){
@@ -137,8 +149,8 @@ function l_theplus_testimonial_post_name(){
137
  return $post_name;
138
  }
139
  function l_theplus_testimonial_post_category(){
140
- $post_type_options=get_option( 'post_type_options' );
141
- $testi_post_type=$post_type_options['testimonial_post_type'];
142
  $taxonomy_name='theplus_testimonial_cat';
143
  if(isset($testi_post_type) && !empty($testi_post_type)){
144
  if($testi_post_type=='themes'){
@@ -158,7 +170,7 @@ function l_theplus_testimonial_post_category(){
158
  }
159
  function l_theplus_client_post_name(){
160
  $post_type_options=get_option( 'post_type_options' );
161
- $client_post_type=$post_type_options['client_post_type'];
162
  $post_name='theplus_clients';
163
  if(isset($client_post_type) && !empty($client_post_type)){
164
  if($client_post_type=='themes'){
@@ -178,7 +190,7 @@ function l_theplus_client_post_name(){
178
  }
179
  function l_theplus_client_post_category(){
180
  $post_type_options=get_option( 'post_type_options' );
181
- $client_post_type=$post_type_options['client_post_type'];
182
  $post_name='theplus_clients_cat';
183
  if(isset($client_post_type) && !empty($client_post_type)){
184
  if($client_post_type=='themes'){
@@ -198,7 +210,7 @@ function l_theplus_client_post_category(){
198
  }
199
  function l_theplus_team_member_post_name(){
200
  $post_type_options=get_option( 'post_type_options' );
201
- $team_post_type=$post_type_options['team_member_post_type'];
202
  $post_name='theplus_team_member';
203
  if(isset($team_post_type) && !empty($team_post_type)){
204
  if($team_post_type=='themes'){
@@ -218,7 +230,7 @@ function l_theplus_team_member_post_name(){
218
  }
219
  function l_theplus_team_member_post_category(){
220
  $post_type_options=get_option( 'post_type_options' );
221
- $team_post_type=$post_type_options['team_member_post_type'];
222
  $taxonomy_name='theplus_team_member_cat';
223
  if(isset($team_post_type) && !empty($team_post_type)){
224
  if($team_post_type=='themes'){
@@ -239,23 +251,21 @@ function l_theplus_team_member_post_category(){
239
  function l_theplus_styling_option(){
240
  $theplus_styling_data=get_option( 'theplus_styling_data' );
241
 
242
- $css_rules='';
243
-
244
- $css_rules .='<style>';
245
-
246
  if(!empty($theplus_styling_data['theplus_custom_css_editor'])){
247
- $theplus_custom_css_editor=$theplus_styling_data['theplus_custom_css_editor'];
248
- $css_rules .=$theplus_custom_css_editor;
249
- }
250
- $css_rules .='</style>';
 
 
251
 
252
- if(!empty($theplus_styling_data['theplus_custom_js_editor'])){
253
- $css_rules .= '<script>';
254
  $theplus_custom_js_editor=$theplus_styling_data['theplus_custom_js_editor'];
255
- $css_rules .=$theplus_custom_js_editor;
256
- $css_rules .= '</script>';
257
  }
258
- echo $css_rules;
259
  }
260
  add_action('wp_head', 'l_theplus_styling_option');
261
 
@@ -403,6 +413,17 @@ function l_registered_widgets(){
403
  ],
404
  ],
405
  ],
 
 
 
 
 
 
 
 
 
 
 
406
  'tp-blockquote' => [
407
  'dependency' => [
408
  'css' => [
@@ -567,6 +588,16 @@ function l_registered_widgets(){
567
  ],
568
  ],
569
  ],
 
 
 
 
 
 
 
 
 
 
570
  'tp-navigation-menu-lite' => [
571
  'dependency' => [
572
  'css' => [
@@ -594,6 +625,60 @@ function l_registered_widgets(){
594
  ],
595
  ],
596
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
597
  'tp-page-scroll' => [
598
  'dependency' => [
599
  'css' => [
38
  <div style="text-align:center;">
39
  <img style="width:75%;" src="'.L_THEPLUS_URL .'assets/images/panel/plus-design.png" alt="'.esc_attr__('Plus Design','tpebl').'" class="panel-plus-design" />
40
  </div>
41
+ <div class="tp-pro-note-link"><a href="https://theplusaddons.com/plus-design/" target="_blank" rel="noopener noreferrer">Check Plus Design</a></div>';
42
  }
43
  add_action('theplus_free_pro_import_data', 'theplus_free_import_data_content');
44
 
47
  <div style="text-align:center;">
48
  <img style="width:75%;" src="'.L_THEPLUS_URL .'assets/images/panel/extra-options.png" alt="'.esc_attr__('Extra Options','tpebl').'" class="panel-plus-extra-options" />
49
  </div>
50
+ <div class="tp-pro-note-link"><a href="https://theplusaddons.com/plus-extras/" target="_blank" rel="noopener noreferrer">Check Plus Extra Options</a></div>';
51
  }
52
  add_action('theplus_free_pro_api_connection_data', 'theplus_free_api_connection_data_content');
53
 
56
  <div style="text-align:center;">
57
  <img style="width:55%;" src="'.L_THEPLUS_URL .'assets/images/panel/activate.png" alt="'.esc_attr__('Activate','tpebl').'" class="panel-plus-activate" />
58
  </div>
59
+ <div class="tp-pro-note-link"><a href="https://theplusaddons.com/free-vs-pro-compare/" target="_blank" rel="noopener noreferrer">Compare Free vs Pro</a></div>';
60
  }
61
  add_action('theplus_free_pro_purchase_code', 'theplus_free_purchase_code_content');
62
 
65
  <div style="text-align:center;">
66
  <img style="width:55%;" src="'.L_THEPLUS_URL .'assets/images/panel/white-lable.png" alt="'.esc_attr__('White Lable','tpebl').'" class="panel-plus-white-lable" />
67
  </div>
68
+ <div class="tp-pro-note-link"><a href="https://theplusaddons.com/free-vs-pro-compare/" target="_blank" rel="noopener noreferrer">Compare Free vs Pro</a></div>';
69
  }
70
  add_action('theplus_free_pro_white_label', 'theplus_free_white_label_content');
71
  /*panel start*/
72
+
73
+ //user profile social
74
+ function L_theplus_user_social_links( $user_contact ) {
75
+ $user_contact['tp_phone_number'] = __('Phone Number', 'theplus');
76
+ $user_contact['tp_profile_facebook'] = __('Facebook Link', 'theplus');
77
+ $user_contact['tp_profile_twitter'] = __('Twitter Link', 'theplus');
78
+ $user_contact['tp_profile_instagram'] = __('Instagram', 'theplus');
79
+
80
+ return $user_contact;
81
+ }
82
+ add_filter('user_contactmethods', 'L_theplus_user_social_links',10);
83
+
84
  /* WOOCOMMERCE Mini Cart */
85
  function l_theplus_woocomerce_ajax_cart_update($fragments) {
86
  if(class_exists('woocommerce')) {
130
 
131
  function l_theplus_testimonial_post_name(){
132
  $post_type_options=get_option( 'post_type_options' );
133
+ $testi_post_type=!empty($post_type_options['testimonial_post_type']) ? $post_type_options['testimonial_post_type'] : '';
134
  $post_name='theplus_testimonial';
135
  if(isset($testi_post_type) && !empty($testi_post_type)){
136
  if($testi_post_type=='themes'){
149
  return $post_name;
150
  }
151
  function l_theplus_testimonial_post_category(){
152
+ $post_type_options=get_option( 'post_type_options' );
153
+ $testi_post_type=!empty($post_type_options['testimonial_post_type']) ? $post_type_options['testimonial_post_type'] : '';
154
  $taxonomy_name='theplus_testimonial_cat';
155
  if(isset($testi_post_type) && !empty($testi_post_type)){
156
  if($testi_post_type=='themes'){
170
  }
171
  function l_theplus_client_post_name(){
172
  $post_type_options=get_option( 'post_type_options' );
173
+ $client_post_type=!empty($post_type_options['client_post_type']) ? $post_type_options['client_post_type'] : '';
174
  $post_name='theplus_clients';
175
  if(isset($client_post_type) && !empty($client_post_type)){
176
  if($client_post_type=='themes'){
190
  }
191
  function l_theplus_client_post_category(){
192
  $post_type_options=get_option( 'post_type_options' );
193
+ $client_post_type=!empty($post_type_options['client_post_type']) ? $post_type_options['client_post_type'] : '';
194
  $post_name='theplus_clients_cat';
195
  if(isset($client_post_type) && !empty($client_post_type)){
196
  if($client_post_type=='themes'){
210
  }
211
  function l_theplus_team_member_post_name(){
212
  $post_type_options=get_option( 'post_type_options' );
213
+ $team_post_type=!empty($post_type_options['team_member_post_type']) ? $post_type_options['team_member_post_type'] : '';
214
  $post_name='theplus_team_member';
215
  if(isset($team_post_type) && !empty($team_post_type)){
216
  if($team_post_type=='themes'){
230
  }
231
  function l_theplus_team_member_post_category(){
232
  $post_type_options=get_option( 'post_type_options' );
233
+ $team_post_type=!empty($post_type_options['team_member_post_type']) ? $post_type_options['team_member_post_type'] : '';
234
  $taxonomy_name='theplus_team_member_cat';
235
  if(isset($team_post_type) && !empty($team_post_type)){
236
  if($team_post_type=='themes'){
251
  function l_theplus_styling_option(){
252
  $theplus_styling_data=get_option( 'theplus_styling_data' );
253
 
254
+ $css_rules=$js_rules='';
 
 
 
255
  if(!empty($theplus_styling_data['theplus_custom_css_editor'])){
256
+ $css_rules .='<style>';
257
+ $theplus_custom_css_editor=$theplus_styling_data['theplus_custom_css_editor'];
258
+ $css_rules .=$theplus_custom_css_editor;
259
+ $css_rules .='</style>';
260
+ }
261
+ echo $css_rules;
262
 
263
+ if(!empty($theplus_styling_data['theplus_custom_js_editor'])){
 
264
  $theplus_custom_js_editor=$theplus_styling_data['theplus_custom_js_editor'];
265
+ $js_rules =$theplus_custom_js_editor;
266
+ echo wp_print_inline_script_tag($js_rules);
267
  }
268
+
269
  }
270
  add_action('wp_head', 'l_theplus_styling_option');
271
 
413
  ],
414
  ],
415
  ],
416
+ 'tp-age-gate' => [
417
+ 'dependency' => [
418
+ 'css' => [
419
+ L_THEPLUS_PATH . DIRECTORY_SEPARATOR .'assets/css/main/age-gate/plus-age-gate.min.css',
420
+ ],
421
+ 'js' => [
422
+
423
+ L_THEPLUS_PATH . DIRECTORY_SEPARATOR . 'assets/js/main/age-gate/plus-age-gate.min.js',
424
+ ],
425
+ ],
426
+ ],
427
  'tp-blockquote' => [
428
  'dependency' => [
429
  'css' => [
588
  ],
589
  ],
590
  ],
591
+ 'tp-messagebox' => [
592
+ 'dependency' => [
593
+ 'css' => [
594
+ L_THEPLUS_PATH . DIRECTORY_SEPARATOR .'assets/css/main/messagebox/plus-messagebox.min.css',
595
+ ],
596
+ 'js' => [
597
+ L_THEPLUS_PATH . DIRECTORY_SEPARATOR . 'assets/js/main/messagebox/plus-messagebox.min.js',
598
+ ],
599
+ ],
600
+ ],
601
  'tp-navigation-menu-lite' => [
602
  'dependency' => [
603
  'css' => [
625
  ],
626
  ],
627
  ],
628
+ 'tp-post-featured-image' => [
629
+ 'dependency' => [
630
+ 'css' => [
631
+ L_THEPLUS_PATH . DIRECTORY_SEPARATOR .'assets/css/main/post-feature-image/plus-post-image.min.css',
632
+ ],
633
+ 'js' => [
634
+ L_THEPLUS_PATH . DIRECTORY_SEPARATOR .'assets/js/main/post-feature-image/plus-post-feature-image.min.js',
635
+ ],
636
+ ],
637
+ ],
638
+ 'tp-post-title' => [
639
+ 'dependency' => [
640
+ 'css' => [
641
+ L_THEPLUS_PATH . DIRECTORY_SEPARATOR .'assets/css/main/post-title/plus-post-title.min.css',
642
+ ],
643
+ ],
644
+ ],
645
+ 'tp-post-content' => [
646
+ 'dependency' => [
647
+ 'css' => [
648
+ L_THEPLUS_PATH . DIRECTORY_SEPARATOR .'assets/css/main/post-content/plus-post-content.min.css',
649
+ ],
650
+ ],
651
+ ],
652
+ 'tp-post-meta' => [
653
+ 'dependency' => [
654
+ 'css' => [
655
+ L_THEPLUS_PATH . DIRECTORY_SEPARATOR .'assets/css/main/post-meta-info/plus-post-meta-info.min.css',
656
+ ],
657
+
658
+ ],
659
+ ],
660
+ 'tp-post-author' => [
661
+ 'dependency' => [
662
+ 'css' => [
663
+ L_THEPLUS_PATH . DIRECTORY_SEPARATOR .'assets/css/main/post-author/plus-post-author.min.css',
664
+ ],
665
+ ],
666
+ ],
667
+ 'tp-post-comment' => [
668
+ 'dependency' => [
669
+ 'css' => [
670
+ L_THEPLUS_PATH . DIRECTORY_SEPARATOR .'assets/css/main/post-comment/plus-post-comment.min.css',
671
+ ],
672
+ ],
673
+ ],
674
+ 'tp-post-navigation' => [
675
+ 'dependency' => [
676
+ 'css' => [
677
+ L_THEPLUS_PATH . DIRECTORY_SEPARATOR . 'assets/css/extra/tp-bootstrap-grid.css',
678
+ L_THEPLUS_PATH . DIRECTORY_SEPARATOR .'assets/css/main/post-navigation/plus-post-navigation.min.css',
679
+ ],
680
+ ],
681
+ ],
682
  'tp-page-scroll' => [
683
  'dependency' => [
684
  'css' => [
includes/theplus_options.php CHANGED
@@ -135,7 +135,7 @@ class L_Theplus_Elementor_Plugin_Options
135
  'tp_accordion' => [
136
  'label' => esc_html__('Accordion','tpebl'),
137
  'demoUrl' => 'https://theplusaddons.com/widgets/accordion/',
138
- 'docUrl' => '#doc',
139
  'videoUrl' => 'https://www.youtube.com/embed/9wy4Pgs_WcU',
140
  'tag' => 'freemium',
141
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 352 512"><path d="M176 0C73.05 0-.12 83.54 0 176.24c.06 44.28 16.5 84.67 43.56 115.54C69.21 321.03 93.85 368.68 96 384l.06 75.18c0 3.15.94 6.22 2.68 8.84l24.51 36.84c2.97 4.46 7.97 7.14 13.32 7.14h78.85c5.36 0 10.36-2.68 13.32-7.14l24.51-36.84c1.74-2.62 2.67-5.7 2.68-8.84L256 384c2.26-15.72 26.99-63.19 52.44-92.22C335.55 260.85 352 220.37 352 176 352 78.8 273.2 0 176 0zm47.94 454.31L206.85 480h-61.71l-17.09-25.69-.01-6.31h95.9v6.31zm.04-38.31h-95.97l-.07-32h96.08l-.04 32zm60.4-145.32c-13.99 15.96-36.33 48.1-50.58 81.31H118.21c-14.26-33.22-36.59-65.35-50.58-81.31C44.5 244.3 32.13 210.85 32.05 176 31.87 99.01 92.43 32 176 32c79.4 0 144 64.6 144 144 0 34.85-12.65 68.48-35.62 94.68zM176 64c-61.75 0-112 50.25-112 112 0 8.84 7.16 16 16 16s16-7.16 16-16c0-44.11 35.88-80 80-80 8.84 0 16-7.16 16-16s-7.16-16-16-16z"/></svg>',
@@ -144,7 +144,7 @@ class L_Theplus_Elementor_Plugin_Options
144
  'tp_adv_text_block' => [
145
  'label' => esc_html__('TP Text Block','tpebl'),
146
  'demoUrl' => 'https://theplusaddons.com/widgets/advance-text-block/',
147
- 'docUrl' => '#doc',
148
  'videoUrl' => 'https://www.youtube.com/embed/SsyUaK_f3pQ',
149
  'tag' => 'free',
150
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 384 512"><path d="M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zm-22.6 22.7c2.1 2.1 3.5 4.6 4.2 7.4H256V32.5c2.8.7 5.3 2.1 7.4 4.2l83.9 83.9zM336 480H48c-8.8 0-16-7.2-16-16V48c0-8.8 7.2-16 16-16h176v104c0 13.3 10.7 24 24 24h104v304c0 8.8-7.2 16-16 16zm-48-244v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm0 64v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm0 64v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12z"/></svg>',
@@ -153,7 +153,7 @@ class L_Theplus_Elementor_Plugin_Options
153
  'tp_advanced_typography' => [
154
  'label' => esc_html__('Advanced Typography','tpebl'),
155
  'demoUrl' => 'https://theplusaddons.com/widgets/advanced-typography/',
156
- 'docUrl' => '#doc',
157
  'videoUrl' => 'https://www.youtube.com/embed/_zdX4iGcbtA',
158
  'tag' => 'pro',
159
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path d="M440 0H296a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h56v224a128 128 0 0 1-256 0V32h56a8 8 0 0 0 8-8V8a8 8 0 0 0-8-8H8a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h56v224c0 88.22 71.78 160 160 160s160-71.78 160-160V32h56a8 8 0 0 0 8-8V8a8 8 0 0 0-8-8zm0 480H8a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h432a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8z"/></svg>',
@@ -162,7 +162,7 @@ class L_Theplus_Elementor_Plugin_Options
162
  'tp_advanced_buttons' => [
163
  'label' => esc_html__('Advanced Buttons','tpebl'),
164
  'demoUrl' => 'https://theplusaddons.com/widgets/advanced-buttons/',
165
- 'docUrl' => '#doc',
166
  'videoUrl' => 'https://www.youtube.com/embed/BxIrCaIRAE0',
167
  'tag' => 'pro',
168
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path d="M504.485 264.485c-4.686-4.686-12.284-4.686-16.971 0l-67.029 67.029c-7.56 7.56-2.206 20.485 8.485 20.485h49.129C461.111 420.749 390.501 473.6 304 479.452V192h52c6.627 0 12-5.373 12-12v-8c0-6.627-5.373-12-12-12h-52v-34.016c28.513-7.339 49.336-33.833 47.933-64.947-1.48-32.811-28.101-59.458-60.911-60.967C254.302-1.619 224 27.652 224 64c0 29.821 20.396 54.879 48 61.984V160h-52c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h52v287.452C185.498 473.6 114.888 420.749 97.901 352h49.129c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.03c-4.686-4.686-12.284-4.686-16.971 0l-67.029 67.03C-3.074 339.074 2.28 352 12.971 352h52.136C83.963 448.392 182.863 512 288 512c110.901 0 204.938-68.213 222.893-160h52.136c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.03zM256 64c0-17.645 14.355-32 32-32s32 14.355 32 32-14.355 32-32 32-32-14.355-32-32zM61.255 320L80 301.255 98.745 320h-37.49zm416 0L496 301.255 514.745 320h-37.49z"/></svg>',
@@ -171,7 +171,7 @@ class L_Theplus_Elementor_Plugin_Options
171
  'tp_shape_divider' => [
172
  'label' => esc_html__('Advanced Separators','tpebl'),
173
  'demoUrl' => 'https://theplusaddons.com/widgets/advanced-separators/',
174
- 'docUrl' => '#doc',
175
  'videoUrl' => 'https://www.youtube.com/embed/REW41xU0aRg',
176
  'tag' => 'pro',
177
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 640 512"><path d="M571.7 238.8c2.8-9.9 4.3-20.2 4.3-30.8 0-61.9-50.1-112-112-112-16.7 0-32.9 3.6-48 10.8-31.6-45-84.3-74.8-144-74.8-94.4 0-171.7 74.5-175.8 168.2C39.2 220.2 0 274.3 0 336c0 79.6 64.4 144 144 144h368c70.7 0 128-57.2 128-128 0-47-25.8-90.8-68.3-113.2zM512 448H144c-61.9 0-112-50.1-112-112 0-56.8 42.2-103.7 97-111-.7-5.6-1-11.3-1-17 0-79.5 64.5-144 144-144 60.3 0 111.9 37 133.4 89.6C420 137.9 440.8 128 464 128c44.2 0 80 35.8 80 80 0 18.5-6.3 35.6-16.9 49.2C573 264.4 608 304.1 608 352c0 53-43 96-96 96z"/></svg>',
@@ -180,16 +180,25 @@ class L_Theplus_Elementor_Plugin_Options
180
  'tp_advertisement_banner' => [
181
  'label' => esc_html__('Advertisement Banner','tpebl'),
182
  'demoUrl' => 'https://theplusaddons.com/widgets/advrtsment-banner/',
183
- 'docUrl' => '#doc',
184
  'videoUrl' => 'https://www.youtube.com/embed/ac9R_tQnh1c',
185
  'tag' => 'pro',
186
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M372 32c-19.9 0-36 16.1-36 36v172c0 64-40 96-79.9 96-40 0-80.1-32-80.1-96V68c0-19.9-16.1-36-36-36H36.4C16.4 32 .2 48.3.4 68.4c.3 24.5.6 58.4.7 91.6H0v32h1.1C1 218.3.7 242 0 257.3 0 408 136.2 504 256.8 504 377.5 504 512 408 512 257.3V68c0-19.9-16.1-36-36-36H372zM36.5 68H140v92H37.1c-.1-33.4-.4-67.4-.6-92zM476 258.1c-.1 30.4-6.6 59.3-19.4 85.8-11.9 24.9-29 47.2-50.8 66.3-20.6 18.1-45.2 32.9-71.2 42.9-25.5 9.8-52.4 15-77.9 15-25.5 0-52.5-5.2-78.2-15-26.2-10-51-24.9-71.8-43-22-19.2-39.2-41.5-51.3-66.3-12.9-26.5-19.4-55.3-19.6-85.6.7-15.9 1-39.7 1.1-66.1H140v48c0 49.2 18.9 79.7 34.8 96.6 10.8 11.5 23.5 20.4 37.8 26.5 13.8 5.9 28.5 8.9 43.5 8.9s29.7-3 43.5-8.9c14.3-6.1 27-15 37.7-26.5 15.8-16.9 34.7-47.4 34.7-96.6v-48h102.9c.1 26.2.4 50.1 1.1 66zM372 160V68h103.5c-.3 24.6-.6 58.6-.6 92H372z"/></svg>',
187
  'keyword' => ['advertisement','banner','advertisement banner'],
188
- ],
 
 
 
 
 
 
 
 
 
189
  'tp_animated_service_boxes' => [
190
  'label' => esc_html__('Animated Service Boxes','tpebl'),
191
  'demoUrl' => 'https://theplusaddons.com/widgets/animated-service-boxes/',
192
- 'docUrl' => '#doc',
193
  'videoUrl' => 'https://www.youtube.com/embed/EZDOPlaO_2Y',
194
  'tag' => 'pro',
195
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80zm320-16v106.667H192V64h128zm160 245.333H352V202.667h128v106.666zm-160 0H192V202.667h128v106.666zM32 202.667h128v106.667H32V202.667zM160 64v106.667H32V80c0-8.837 7.163-16 16-16h112zM32 432v-90.667h128V448H48c-8.837 0-16-7.163-16-16zm160 16V341.333h128V448H192zm160 0V341.333h128V432c0 8.837-7.163 16-16 16H352zm128-277.333H352V64h112c8.837 0 16 7.163 16 16v90.667z"/></svg>',
@@ -198,7 +207,7 @@ class L_Theplus_Elementor_Plugin_Options
198
  'tp_audio_player' => [
199
  'label' => esc_html__('Audio Player','tpebl'),
200
  'demoUrl' => 'https://theplusaddons.com-widget/audio-player/',
201
- 'docUrl' => '#doc',
202
  'videoUrl' => 'https://www.youtube.com/embed/TUNSQWJozfk',
203
  'tag' => 'pro',
204
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M256 32C114.517 32 0 146.497 0 288v51.429a16.003 16.003 0 0 0 8.213 13.978l23.804 13.262c-.005.443-.017.886-.017 1.331 0 61.856 50.144 112 112 112h24c13.255 0 24-10.745 24-24V280c0-13.255-10.745-24-24-24h-24c-49.675 0-91.79 32.343-106.453 77.118L32 330.027V288C32 164.205 132.184 64 256 64c123.796 0 224 100.184 224 224v42.027l-5.547 3.09C459.79 288.343 417.676 256 368 256h-24c-13.255 0-24 10.745-24 24v176c0 13.255 10.745 24 24 24h24c61.856 0 112-50.144 112-112 0-.445-.012-.888-.017-1.332l23.804-13.262A16.002 16.002 0 0 0 512 339.428V288c0-141.482-114.497-256-256-256zM144 288h16v160h-16c-44.112 0-80-35.888-80-80s35.888-80 80-80zm224 160h-16V288h16c44.112 0 80 35.888 80 80s-35.888 80-80 80z"/></svg>',
@@ -207,7 +216,7 @@ class L_Theplus_Elementor_Plugin_Options
207
  'tp_before_after' => [
208
  'label' => esc_html__('Before After','tpebl'),
209
  'demoUrl' => 'https://theplusaddons.com/widgets/before-after-2/',
210
- 'docUrl' => '#doc',
211
  'videoUrl' => 'https://www.youtube.com/embed/vi_lRiOeOfc',
212
  'tag' => 'pro',
213
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path d="M288 403.4l-145.5 76.5 27.8-162L52.5 203.1l162.7-23.6L288 32V0c-11.4 0-22.8 5.9-28.7 17.8L194 150.2 47.9 171.4c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.1 23 46 46.4 33.7L288 439.6v-36.2z"/></svg>',
@@ -216,7 +225,7 @@ class L_Theplus_Elementor_Plugin_Options
216
  'tp_blockquote' => [
217
  'label' => esc_html__('Blockquote','tpebl'),
218
  'demoUrl' => 'https://theplusaddons.com/widgets/blockquote/',
219
- 'docUrl' => '#doc',
220
  'videoUrl' => 'https://www.youtube.com/embed/Ma7YtFHXIrs',
221
  'tag' => 'free',
222
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M448 224h-64v-24c0-30.9 25.1-56 56-56h16c22.1 0 40-17.9 40-40V72c0-22.1-17.9-40-40-40h-16c-92.6 0-168 75.4-168 168v216c0 35.3 28.7 64 64 64h112c35.3 0 64-28.7 64-64V288c0-35.3-28.7-64-64-64zm32 192c0 17.7-14.3 32-32 32H336c-17.7 0-32-14.3-32-32V200c0-75.1 60.9-136 136-136h16c4.4 0 8 3.6 8 8v32c0 4.4-3.6 8-8 8h-16c-48.6 0-88 39.4-88 88v56h96c17.7 0 32 14.3 32 32v128zM176 224h-64v-24c0-30.9 25.1-56 56-56h16c22.1 0 40-17.9 40-40V72c0-22.1-17.9-40-40-40h-16C75.4 32 0 107.4 0 200v216c0 35.3 28.7 64 64 64h112c35.3 0 64-28.7 64-64V288c0-35.3-28.7-64-64-64zm32 192c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V200c0-75.1 60.9-136 136-136h16c4.4 0 8 3.6 8 8v32c0 4.4-3.6 8-8 8h-16c-48.6 0-88 39.4-88 88v56h96c17.7 0 32 14.3 32 32v128z"/></svg>',
@@ -225,7 +234,7 @@ class L_Theplus_Elementor_Plugin_Options
225
  'tp_blog_listout' => [
226
  'label' => esc_html__('Blog Listing','tpebl'),
227
  'demoUrl' => 'https://theplusaddons.com/pluslisting/#plus-blog',
228
- 'docUrl' => '#doc',
229
  'videoUrl' => 'https://www.youtube.com/embed/JeCxbLLEqco',
230
  'tag' => 'freemium',
231
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path d="M552 64H88c-13.234 0-24 10.767-24 24v8H24c-13.255 0-24 10.745-24 24v280c0 26.51 21.49 48 48 48h504c13.233 0 24-10.767 24-24V88c0-13.233-10.767-24-24-24zM32 400V128h32v272c0 8.822-7.178 16-16 16s-16-7.178-16-16zm512 16H93.258A47.897 47.897 0 0 0 96 400V96h448v320zm-404-96h168c6.627 0 12-5.373 12-12V140c0-6.627-5.373-12-12-12H140c-6.627 0-12 5.373-12 12v168c0 6.627 5.373 12 12 12zm20-160h128v128H160V160zm-32 212v-8c0-6.627 5.373-12 12-12h168c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H140c-6.627 0-12-5.373-12-12zm224 0v-8c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0-64v-8c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0-128v-8c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0 64v-8c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12z"/></svg>',
@@ -234,7 +243,7 @@ class L_Theplus_Elementor_Plugin_Options
234
  'tp_breadcrumbs_bar' => [
235
  'label' => esc_html__('Breadcrumbs Bar','tpebl'),
236
  'demoUrl' => 'https://theplusaddons.com/widgets/breadcrumb-bar/',
237
- 'docUrl' => '#doc',
238
  'videoUrl' => 'https://www.youtube.com/embed/Bzbl0LmNZ1s',
239
  'tag' => 'pro',
240
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 192 512"><path d="M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z"/></svg>',
@@ -243,7 +252,7 @@ class L_Theplus_Elementor_Plugin_Options
243
  'tp_button' => [
244
  'label' => esc_html__('Button','tpebl'),
245
  'demoUrl' => 'https://theplusaddons.com/widgets/buttons/',
246
- 'docUrl' => '#doc',
247
  'videoUrl' => 'https://www.youtube.com/embed/cuxzApRULv8',
248
  'tag' => 'freemium',
249
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M301.148 394.702l-79.2 79.19c-50.778 50.799-133.037 50.824-183.84 0-50.799-50.778-50.824-133.037 0-183.84l79.19-79.2a132.833 132.833 0 0 1 3.532-3.403c7.55-7.005 19.795-2.004 20.208 8.286.193 4.807.598 9.607 1.216 14.384.481 3.717-.746 7.447-3.397 10.096-16.48 16.469-75.142 75.128-75.3 75.286-36.738 36.759-36.731 96.188 0 132.94 36.759 36.738 96.188 36.731 132.94 0l79.2-79.2.36-.36c36.301-36.672 36.14-96.07-.37-132.58-8.214-8.214-17.577-14.58-27.585-19.109-4.566-2.066-7.426-6.667-7.134-11.67a62.197 62.197 0 0 1 2.826-15.259c2.103-6.601 9.531-9.961 15.919-7.28 15.073 6.324 29.187 15.62 41.435 27.868 50.688 50.689 50.679 133.17 0 183.851zm-90.296-93.554c12.248 12.248 26.362 21.544 41.435 27.868 6.388 2.68 13.816-.68 15.919-7.28a62.197 62.197 0 0 0 2.826-15.259c.292-5.003-2.569-9.604-7.134-11.67-10.008-4.528-19.371-10.894-27.585-19.109-36.51-36.51-36.671-95.908-.37-132.58l.36-.36 79.2-79.2c36.752-36.731 96.181-36.738 132.94 0 36.731 36.752 36.738 96.181 0 132.94-.157.157-58.819 58.817-75.3 75.286-2.651 2.65-3.878 6.379-3.397 10.096a163.156 163.156 0 0 1 1.216 14.384c.413 10.291 12.659 15.291 20.208 8.286a131.324 131.324 0 0 0 3.532-3.403l79.19-79.2c50.824-50.803 50.799-133.062 0-183.84-50.802-50.824-133.062-50.799-183.84 0l-79.2 79.19c-50.679 50.682-50.688 133.163 0 183.851z"/></svg>',
@@ -252,7 +261,7 @@ class L_Theplus_Elementor_Plugin_Options
252
  'tp_caldera_forms' => [
253
  'label' => esc_html__('Caldera Forms','tpebl'),
254
  'demoUrl' => 'https://theplusaddons.com/widgets/caldera-forms',
255
- 'docUrl' => '#doc',
256
  'videoUrl' => 'https://www.youtube.com/embed/8J8Qg2aMQqs',
257
  'tag' => 'free',
258
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M349.32 52.26C328.278 35.495 292.938 0 256 0c-36.665 0-71.446 34.769-93.31 52.26-34.586 27.455-109.525 87.898-145.097 117.015A47.99 47.99 0 0 0 0 206.416V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V206.413a47.989 47.989 0 0 0-17.597-37.144C458.832 140.157 383.906 79.715 349.32 52.26zM464 480H48c-8.837 0-16-7.163-16-16V206.161c0-4.806 2.155-9.353 5.878-12.392C64.16 172.315 159.658 95.526 182.59 77.32 200.211 63.27 232.317 32 256 32c23.686 0 55.789 31.27 73.41 45.32 22.932 18.207 118.436 95.008 144.714 116.468a15.99 15.99 0 0 1 5.876 12.39V464c0 8.837-7.163 16-16 16zm-8.753-216.312c4.189 5.156 3.393 12.732-1.776 16.905-22.827 18.426-55.135 44.236-104.156 83.148-21.045 16.8-56.871 52.518-93.318 52.258-36.58.264-72.826-35.908-93.318-52.263-49.015-38.908-81.321-64.716-104.149-83.143-5.169-4.173-5.966-11.749-1.776-16.905l5.047-6.212c4.169-5.131 11.704-5.925 16.848-1.772 22.763 18.376 55.014 44.143 103.938 82.978 16.85 13.437 50.201 45.69 73.413 45.315 23.219.371 56.562-31.877 73.413-45.315 48.929-38.839 81.178-64.605 103.938-82.978 5.145-4.153 12.679-3.359 16.848 1.772l5.048 6.212z"/></svg>',
@@ -261,7 +270,7 @@ class L_Theplus_Elementor_Plugin_Options
261
  'tp_carousel_anything' => [
262
  'label' => esc_html__('Carousel Anything','tpebl'),
263
  'demoUrl' => 'https://theplusaddons.com/widgets/carousal-anything/',
264
- 'docUrl' => '#doc',
265
  'videoUrl' => 'https://www.youtube.com/embed/yszLgc0TJPA',
266
  'tag' => 'pro',
267
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M504 384H192v-40c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v40H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h88v40c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-40h312c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm-344 64h-32v-96h32v96zM504 96H256V56c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v40H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h152v40c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-40h248c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm-280 64h-32V64h32v96zm280 80h-88v-40c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v40H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h312v40c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-40h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm-120 64h-32v-96h32v96z"/></svg>',
@@ -270,7 +279,7 @@ class L_Theplus_Elementor_Plugin_Options
270
  'tp_carousel_remote' => [
271
  'label' => esc_html__('Carousel Remote','tpebl'),
272
  'demoUrl' => 'https://theplusaddons.com/widgets/carousal-remote/',
273
- 'docUrl' => '#doc',
274
  'videoUrl' => 'https://www.youtube.com/embed/gSsIVufNAr4',
275
  'tag' => 'pro',
276
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 352 512"><path fill="currentColor" d="M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z"></path></svg>',
@@ -279,7 +288,7 @@ class L_Theplus_Elementor_Plugin_Options
279
  'tp_cascading_image' => [
280
  'label' => esc_html__('Cascading Image','tpebl'),
281
  'demoUrl' => 'https://theplusaddons.com/widgets/image-cascading/',
282
- 'docUrl' => '#doc',
283
  'videoUrl' => 'https://www.youtube.com/embed/lnPIIOvAWhY',
284
  'tag' => 'pro',
285
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M404 192h-84v-52c0-6.6-5.4-12-12-12H108c-6.6 0-12 5.4-12 12v168c0 6.6 5.4 12 12 12h84v52c0 6.6 5.4 12 12 12h200c6.6 0 12-5.4 12-12V204c0-6.6-5.4-12-12-12zm-276 96V160h160v128zm256 64H224v-32h84c6.6 0 12-5.4 12-12v-84h64zm116-224c6.6 0 12-5.4 12-12V44c0-6.6-5.4-12-12-12h-72c-6.6 0-12 5.4-12 12v20H96V44c0-6.6-5.4-12-12-12H12C5.4 32 0 37.4 0 44v72c0 6.6 5.4 12 12 12h20v256H12c-6.6 0-12 5.4-12 12v72c0 6.6 5.4 12 12 12h72c6.6 0 12-5.4 12-12v-20h320v20c0 6.6 5.4 12 12 12h72c6.6 0 12-5.4 12-12v-72c0-6.6-5.4-12-12-12h-20V128zM32 64h32v32H32zm32 384H32v-32h32zm352-52v20H96v-20c0-6.6-5.4-12-12-12H64V128h20c6.6 0 12-5.4 12-12V96h320v20c0 6.6 5.4 12 12 12h20v256h-20c-6.6 0-12 5.4-12 12zm64 52h-32v-32h32zM448 96V64h32v32z"/>',
@@ -288,7 +297,7 @@ class L_Theplus_Elementor_Plugin_Options
288
  'tp_chart' => [
289
  'label' => esc_html__('Chart','tpebl'),
290
  'demoUrl' => 'https://theplusaddons.com/widgets/advanced-charts-js-elementor/',
291
- 'docUrl' => '#doc',
292
  'videoUrl' => 'https://www.youtube.com/embed/2kDLRWNj3r8',
293
  'tag' => 'pro',
294
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M500 416c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h8c6.6 0 12 5.4 12 12v340h468zM372 162l-84 54-86.5-84.5c-5.1-5.1-13.4-4.6-17.9 1L64 288v96h416l-90.3-216.7c-3-6.9-11.5-9.4-17.7-5.3zM96 299.2l98.7-131.3 89.3 89.3 85.8-57.2 61.7 152H96v-52.8z"/></svg>',
@@ -297,7 +306,7 @@ class L_Theplus_Elementor_Plugin_Options
297
  'tp_circle_menu' => [
298
  'label' => esc_html__('Circle Menu','tpebl'),
299
  'demoUrl' => 'https://theplusaddons.com/widgets/circle-menu',
300
- 'docUrl' => '#doc',
301
  'videoUrl' => 'https://www.youtube.com/embed/eYdFGdThs6A',
302
  'tag' => 'pro',
303
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M288 24.103v8.169a11.995 11.995 0 0 0 9.698 11.768C396.638 63.425 472 150.461 472 256c0 118.663-96.055 216-216 216-118.663 0-216-96.055-216-216 0-104.534 74.546-192.509 174.297-211.978A11.993 11.993 0 0 0 224 32.253v-8.147c0-7.523-6.845-13.193-14.237-11.798C94.472 34.048 7.364 135.575 8.004 257.332c.72 137.052 111.477 246.956 248.531 246.667C393.255 503.711 504 392.789 504 256c0-121.187-86.924-222.067-201.824-243.704C294.807 10.908 288 16.604 288 24.103z"/></svg>',
@@ -306,7 +315,7 @@ class L_Theplus_Elementor_Plugin_Options
306
  'tp_clients_listout' => [
307
  'label' => esc_html__('Clients Listing','tpebl'),
308
  'demoUrl' => 'https://theplusaddons.com/pluslisting/#plus-clients',
309
- 'docUrl' => '#doc',
310
  'videoUrl' => 'https://www.youtube.com/embed/NnqDnjmdRE',
311
  'tag' => 'freemium',
312
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M256 32c61.8 0 112 50.2 112 112s-50.2 112-112 112-112-50.2-112-112S194.2 32 256 32m128 320c52.9 0 96 43.1 96 96v32H32v-32c0-52.9 43.1-96 96-96 85 0 67.3 16 128 16 60.9 0 42.9-16 128-16M256 0c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144S335.5 0 256 0zm128 320c-92.4 0-71 16-128 16-56.8 0-35.7-16-128-16C57.3 320 0 377.3 0 448v32c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-32c0-70.7-57.3-128-128-128z"/></svg>',
@@ -315,7 +324,7 @@ class L_Theplus_Elementor_Plugin_Options
315
  'tp_contact_form_7' => [
316
  'label' => esc_html__('Contact Form 7','tpebl'),
317
  'demoUrl' => 'https://theplusaddons.com/widgets/contact-form-7/',
318
- 'docUrl' => '#doc',
319
  'videoUrl' => 'https://www.youtube.com/embed/SxpvbUZoby8',
320
  'tag' => 'free',
321
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z"/></svg>',
@@ -324,7 +333,7 @@ class L_Theplus_Elementor_Plugin_Options
324
  'tp_countdown' => [
325
  'label' => esc_html__('Count Down','tpebl'),
326
  'demoUrl' => 'https://theplusaddons.com/widgets/countdown/',
327
- 'docUrl' => '#doc',
328
  'videoUrl' => 'https://www.youtube.com/embed/6gB--xqBLUE',
329
  'tag' => 'free',
330
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216zm-148.9 88.3l-81.2-59c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h14c6.6 0 12 5.4 12 12v146.3l70.5 51.3c5.4 3.9 6.5 11.4 2.6 16.8l-8.2 11.3c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg>',
@@ -333,7 +342,7 @@ class L_Theplus_Elementor_Plugin_Options
333
  'tp_dark_mode' => [
334
  'label' => esc_html__('Dark Mode','tpebl'),
335
  'demoUrl' => 'https://theplusaddons.com/widgets/elementor-dark-mode/',
336
- 'docUrl' => '#doc',
337
  'videoUrl' => 'https://www.youtube.com/embed/HY5KlYuWP5k',
338
  'tag' => 'pro',
339
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M256 40c119.945 0 216 97.337 216 216 0 119.945-97.337 216-216 216-119.945 0-216-97.337-216-216 0-119.945 97.337-216 216-216m0-32C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm-32 124.01v247.98c-53.855-13.8-96-63.001-96-123.99 0-60.99 42.145-110.19 96-123.99M256 96c-88.366 0-160 71.634-160 160s71.634 160 160 160V96z"/></svg>',
@@ -342,7 +351,7 @@ class L_Theplus_Elementor_Plugin_Options
342
  'tp_design_tool' => [
343
  'label' => esc_html__('Design Tool','tpebl'),
344
  'demoUrl' => 'https://theplusaddons.com/plus-extras/design-tool/',
345
- 'docUrl' => '#doc',
346
  'videoUrl' => 'https://www.youtube.com/embed/HL36KplDhVo',
347
  'tag' => 'pro',
348
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path d="M439 48H7a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h432a8 8 0 0 0 8-8V56a8 8 0 0 0-8-8zm0 384H7a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h432a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8zm0-128H7a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h432a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8zm0-128H7a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h432a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8z"/></svg>',
@@ -351,7 +360,7 @@ class L_Theplus_Elementor_Plugin_Options
351
  'tp_draw_svg' => [
352
  'label' => esc_html__('Draw SVG','tpebl'),
353
  'demoUrl' => 'https://theplusaddons.com/widgets/draw-svg/',
354
- 'docUrl' => '#doc',
355
  'videoUrl' => 'https://www.youtube.com/embed/mUSu64Y0YoI',
356
  'tag' => 'pro',
357
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M120.81 248c-25.96 0-44.8 16.8-44.8 39.95 0 23.15 18.84 39.95 44.8 39.95l10.14.1c39.21 0 45.06-20.1 45.06-32.08-.01-24.68-31.1-47.92-55.2-47.92zm10.14 56c-3.51 0-7.02-.1-10.14-.1-12.48 0-20.8-6.38-20.8-15.95s8.32-15.95 20.8-15.95 31.2 14.36 31.2 23.93c0 7.17-10.54 8.07-21.06 8.07zm260.24-56c-24.1 0-55.19 23.24-55.19 47.93 0 11.98 5.85 32.08 45.06 32.08l10.14-.1c25.96 0 44.8-16.8 44.8-39.95-.01-23.16-18.85-39.96-44.81-39.96zm0 55.9c-3.12 0-6.63.1-10.14.1-10.53 0-21.06-.9-21.06-8.07 0-9.57 18.72-23.93 31.2-23.93s20.8 6.38 20.8 15.95-8.32 15.95-20.8 15.95zm114.8-140.94c-7.34-11.88-20.06-18.97-34.03-18.97H422.3l-8.07-24.76C403.5 86.29 372.8 64 338.17 64H173.83c-34.64 0-65.33 22.29-76.06 55.22l-8.07 24.76H40.04c-13.97 0-26.69 7.09-34.03 18.97s-8 26.42-1.75 38.91l5.78 11.61c3.96 7.88 9.92 14.09 17 18.55-6.91 11.74-11.03 25.32-11.03 39.97V400c0 26.47 21.53 48 48 48h16c26.47 0 48-21.53 48-48v-16H384v16c0 26.47 21.53 48 48 48h16c26.47 0 48-21.53 48-48V271.99c0-14.66-4.12-28.23-11.03-39.98 7.09-4.46 13.04-10.68 17-18.57l5.78-11.56c6.24-12.5 5.58-27.05-1.76-38.92zM128.2 129.14C134.66 109.32 153 96 173.84 96h164.33c20.84 0 39.18 13.32 45.64 33.13l20.47 62.85H107.73l20.47-62.84zm-89.53 70.02l-5.78-11.59c-1.81-3.59-.34-6.64.34-7.78.87-1.42 2.94-3.8 6.81-3.8h39.24l-6.45 19.82a80.69 80.69 0 0 0-23.01 11.29c-4.71-1-8.94-3.52-11.15-7.94zM96.01 400c0 8.83-7.19 16-16 16h-16c-8.81 0-16-7.17-16-16v-16h48v16zm367.98 0c0 8.83-7.19 16-16 16h-16c-8.81 0-16-7.17-16-16v-16h48v16zm0-80.01v32H48.01v-80c0-26.47 21.53-48 48-48h319.98c26.47 0 48 21.53 48 48v48zm15.12-132.41l-5.78 11.55c-2.21 4.44-6.44 6.97-11.15 7.97-6.94-4.9-14.69-8.76-23.01-11.29l-6.45-19.82h39.24c3.87 0 5.94 2.38 6.81 3.8.69 1.14 2.16 4.18.34 7.79z"/></svg>',
@@ -360,7 +369,7 @@ class L_Theplus_Elementor_Plugin_Options
360
  'tp_dynamic_categories' => [
361
  'label' => esc_html__('Dynamic Categories','tpebl'),
362
  'demoUrl' => 'https://theplusaddons.com/pluslisting/dynamic-category/',
363
- 'docUrl' => '#doc',
364
  'videoUrl' => 'https://www.youtube.com/embed/Atp_gVyWko8',
365
  'tag' => 'pro',
366
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M256 224c-79.41 0-192 122.76-192 200.25 0 34.9 26.81 55.75 71.74 55.75 48.84 0 81.09-25.08 120.26-25.08 39.51 0 71.85 25.08 120.26 25.08 44.93 0 71.74-20.85 71.74-55.75C448 346.76 335.41 224 256 224zm120.26 224c-20.3 0-37.81-5.77-56.35-11.88-19.68-6.49-40.02-13.19-63.91-13.19-23.65 0-43.85 6.67-63.39 13.12-18.64 6.15-36.25 11.96-56.87 11.96C96 448 96 430.12 96 424.25 96 361.35 196.19 256 256 256s160 105.35 160 168.25c0 5.87 0 23.75-39.74 23.75zm98.57-286.73c-3.57-.86-7.2-1.27-10.81-1.27-25.85 0-51.62 21-60.74 51.39-10.4 34.65 4.77 68.38 33.89 75.34 3.58.86 7.2 1.27 10.81 1.27 25.85 0 51.62-21 60.74-51.39 10.4-34.65-4.77-68.38-33.89-75.34zm3.24 66.14C472.7 245.3 458.55 256 447.98 256c-1.16 0-2.29-.13-3.37-.39-3.7-.88-6.72-3.32-8.98-7.25-4.13-7.18-4.76-17.55-1.7-27.76 5.37-17.9 19.52-28.6 30.1-28.6 1.16 0 2.29.13 3.37.39 3.7.88 6.72 3.33 8.98 7.25 4.12 7.18 4.76 17.55 1.69 27.77zm-159.51-36.8c3.55.93 7.15 1.38 10.76 1.38 27.84 0 56.22-26.82 66.7-65.25 11.84-43.42-3.64-85.21-34.58-93.36a41.92 41.92 0 0 0-10.76-1.39c-27.84 0-56.22 26.82-66.7 65.26-11.84 43.42 3.64 85.22 34.58 93.36zm-3.71-84.93C322.27 78.48 340.43 64 350.68 64c.91 0 1.77.11 2.61.33 4.13 1.09 7.12 5 8.9 8.09 5.08 8.8 8.52 25.48 2.95 45.91-7.42 27.19-25.57 41.67-35.83 41.67-.91 0-1.77-.11-2.62-.33-4.12-1.08-7.12-4.99-8.9-8.08-5.07-8.81-8.51-25.48-2.94-45.91zM182.68 192c3.61 0 7.21-.45 10.76-1.38 30.94-8.14 46.42-49.94 34.58-93.36C217.54 58.82 189.16 32 161.32 32c-3.61 0-7.21.45-10.76 1.39-30.94 8.14-46.42 49.94-34.58 93.36 10.48 38.43 38.87 65.25 66.7 65.25zM149.8 72.42c1.78-3.09 4.78-7 8.9-8.09.85-.22 1.7-.33 2.61-.33 10.26 0 28.41 14.48 35.83 41.68 5.57 20.43 2.13 37.11-2.95 45.91-1.78 3.09-4.77 7-8.9 8.08-.85.22-1.7.33-2.61.33-10.26 0-28.41-14.48-35.83-41.68-5.57-20.42-2.13-37.1 2.95-45.9zM74.84 286.73c29.12-6.96 44.29-40.69 33.88-75.34C99.6 181 73.83 160 47.98 160c-3.62 0-7.24.41-10.81 1.27-29.12 6.96-44.29 40.69-33.89 75.34C12.4 267 38.18 288 64.02 288c3.62 0 7.24-.41 10.82-1.27zM33.93 227.4c-3.06-10.21-2.43-20.59 1.7-27.76 2.26-3.93 5.28-6.37 8.98-7.25 1.08-.26 2.21-.39 3.37-.39 10.57 0 24.72 10.7 30.09 28.59 3.06 10.21 2.43 20.59-1.7 27.77-2.26 3.93-5.28 6.37-8.98 7.25-1.1.26-2.2.39-3.37.39-10.57 0-24.72-10.7-30.09-28.6z"/></svg>',
@@ -369,7 +378,7 @@ class L_Theplus_Elementor_Plugin_Options
369
  'tp_dynamic_device' => [
370
  'label' => esc_html__('Dynamic Device','tpebl'),
371
  'demoUrl' => 'https://theplusaddons.com/widgets/device-dynamic/',
372
- 'docUrl' => '#doc',
373
  'videoUrl' => 'https://www.youtube.com/embed/SxLbJhA40WM',
374
  'tag' => 'pro',
375
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 640 512"><path d="M624 368h-48V96c0-35.3-28.72-64-64-64H128c-35.28 0-64 28.7-64 64v272H16c-8.84 0-16 7.16-16 16v48c0 44.11 35.88 80 80 80h480c44.12 0 80-35.89 80-80v-48c0-8.84-7.16-16-16-16zM96 96c0-17.67 14.33-32 32-32h384c17.67 0 32 14.33 32 32v272H391.13c-4.06 0-7.02 3.13-7.92 7.09C379.98 389.35 367.23 400 352 400h-64c-15.23 0-27.98-10.65-31.21-24.91-.9-3.96-3.86-7.09-7.92-7.09H96V96zm512 336c0 26.47-21.53 48-48 48H80c-26.47 0-48-21.53-48-48v-32h194.75c6.59 18.62 24.38 32 45.25 32h96c20.88 0 38.66-13.38 45.25-32H608v32z"/></svg>',
@@ -378,7 +387,7 @@ class L_Theplus_Elementor_Plugin_Options
378
  'tp_dynamic_listing' => [
379
  'label' => esc_html__('Dynamic Listing','tpebl'),
380
  'demoUrl' => 'https://theplusaddons.com/pluslisting/dynamic-listing/',
381
- 'docUrl' => '#doc',
382
  'videoUrl' => 'https://www.youtube.com/embed/72eMzrHj6P4',
383
  'tag' => 'pro',
384
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M464 64c8.823 0 16 7.178 16 16v352c0 8.822-7.177 16-16 16H48c-8.823 0-16-7.178-16-16V80c0-8.822 7.177-16 16-16h416m0-32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-336 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm288-148v-24a6 6 0 0 0-6-6H198a6 6 0 0 0-6 6v24a6 6 0 0 0 6 6h212a6 6 0 0 0 6-6zm0 96v-24a6 6 0 0 0-6-6H198a6 6 0 0 0-6 6v24a6 6 0 0 0 6 6h212a6 6 0 0 0 6-6zm0 96v-24a6 6 0 0 0-6-6H198a6 6 0 0 0-6 6v24a6 6 0 0 0 6 6h212a6 6 0 0 0 6-6z"/></svg>',
@@ -387,7 +396,7 @@ class L_Theplus_Elementor_Plugin_Options
387
  'tp_dynamic_smart_showcase' => [
388
  'label' => esc_html__('Dynamic Smart Showcase','tpebl'),
389
  'demoUrl' => 'https://theplusaddons.com/pluslisting/#plus-magazine-post-styles',
390
- 'docUrl' => '#doc',
391
  'videoUrl' => 'https://www.youtube.com/embed/lGgVQpbmuWg',
392
  'tag' => 'pro',
393
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path fill="currentColor" d="M187.7 153.7c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7s61.7-26 61.7-57.7c0-32-27.7-57.7-61.7-57.7zm143.4 0c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7 34.3 0 61.7-26 61.7-57.7.1-32-27.4-57.7-61.7-57.7zm156.6 90l-6 4.3V49.7c0-27.4-20.6-49.7-46-49.7H76.6c-25.4 0-46 22.3-46 49.7V248c-2-1.4-4.3-2.9-6.3-4.3-15.1-10.6-25.1 4-16 17.7 18.3 22.6 53.1 50.3 106.3 72C58.3 525.1 252 555.7 248.9 457.5c0-.7.3-56.6.3-96.6 5.1 1.1 9.4 2.3 13.7 3.1 0 39.7.3 92.8.3 93.5-3.1 98.3 190.6 67.7 134.3-124 53.1-21.7 88-49.4 106.3-72 9.1-13.8-.9-28.3-16.1-17.8zm-30.5 19.2c-68.9 37.4-128.3 31.1-160.6 29.7-23.7-.9-32.6 9.1-33.7 24.9-10.3-7.7-18.6-15.5-20.3-17.1-5.1-5.4-13.7-8-27.1-7.7-31.7 1.1-89.7 7.4-157.4-28V72.3c0-34.9 8.9-45.7 40.6-45.7h317.7c30.3 0 40.9 12.9 40.9 45.7v190.6z"></path></svg>',
@@ -396,7 +405,7 @@ class L_Theplus_Elementor_Plugin_Options
396
  'tp_everest_form' => [
397
  'label' => esc_html__('Everest Form','tpebl'),
398
  'demoUrl' => 'https://theplusaddons.com/widgets/everest-forms/',
399
- 'docUrl' => '#doc',
400
  'videoUrl' => 'https://www.youtube.com/embed/NIWTuStFVt8',
401
  'tag' => 'free',
402
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M349.32 52.26C328.278 35.495 292.938 0 256 0c-36.665 0-71.446 34.769-93.31 52.26-34.586 27.455-109.525 87.898-145.097 117.015A47.99 47.99 0 0 0 0 206.416V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V206.413a47.989 47.989 0 0 0-17.597-37.144C458.832 140.157 383.906 79.715 349.32 52.26zM464 480H48c-8.837 0-16-7.163-16-16V206.161c0-4.806 2.155-9.353 5.878-12.392C64.16 172.315 159.658 95.526 182.59 77.32 200.211 63.27 232.317 32 256 32c23.686 0 55.789 31.27 73.41 45.32 22.932 18.207 118.436 95.008 144.714 116.468a15.99 15.99 0 0 1 5.876 12.39V464c0 8.837-7.163 16-16 16zm-8.753-216.312c4.189 5.156 3.393 12.732-1.776 16.905-22.827 18.426-55.135 44.236-104.156 83.148-21.045 16.8-56.871 52.518-93.318 52.258-36.58.264-72.826-35.908-93.318-52.263-49.015-38.908-81.321-64.716-104.149-83.143-5.169-4.173-5.966-11.749-1.776-16.905l5.047-6.212c4.169-5.131 11.704-5.925 16.848-1.772 22.763 18.376 55.014 44.143 103.938 82.978 16.85 13.437 50.201 45.69 73.413 45.315 23.219.371 56.562-31.877 73.413-45.315 48.929-38.839 81.178-64.605 103.938-82.978 5.145-4.153 12.679-3.359 16.848 1.772l5.048 6.212z"/></svg>',
@@ -405,7 +414,7 @@ class L_Theplus_Elementor_Plugin_Options
405
  'tp_flip_box' => [
406
  'label' => esc_html__('Flip Box','tpebl'),
407
  'demoUrl' => 'https://theplusaddons.com/widgets/flipbox/',
408
- 'docUrl' => '#doc',
409
  'videoUrl' => 'https://www.youtube.com/embed/rbasfNo7K_E',
410
  'tag' => 'freemium',
411
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 464c-118.663 0-216-96.055-216-216 0-118.663 96.055-216 216-216 118.663 0 216 96.055 216 216 0 118.663-96.055 216-216 216zm0-296c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80zm0 128c-26.467 0-48-21.533-48-48s21.533-48 48-48 48 21.533 48 48-21.533 48-48 48z"/></svg>',
@@ -414,7 +423,7 @@ class L_Theplus_Elementor_Plugin_Options
414
  'tp_gallery_listout' => [
415
  'label' => esc_html__('Gallery Listing','tpebl'),
416
  'demoUrl' => 'https://theplusaddons.com/pluslisting/#plus-gallery',
417
- 'docUrl' => '#doc',
418
  'videoUrl' => 'https://www.youtube.com/embed/tw7aIjUKbIk',
419
  'tag' => 'freemium',
420
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path fill="currentColor" d="M301.1 212c4.4 4.4 4.4 11.9 0 16.3l-9.7 9.7c-4.4 4.7-11.9 4.7-16.6 0l-10.5-10.5c-4.4-4.7-4.4-11.9 0-16.6l9.7-9.7c4.4-4.4 11.9-4.4 16.6 0l10.5 10.8zm-30.2-19.7c3-3 3-7.8 0-10.5-2.8-3-7.5-3-10.5 0-2.8 2.8-2.8 7.5 0 10.5 3.1 2.8 7.8 2.8 10.5 0zm-26 5.3c-3 2.8-3 7.5 0 10.2 2.8 3 7.5 3 10.5 0 2.8-2.8 2.8-7.5 0-10.2-3-3-7.7-3-10.5 0zm72.5-13.3c-19.9-14.4-33.8-43.2-11.9-68.1 21.6-24.9 40.7-17.2 59.8.8 11.9 11.3 29.3 24.9 17.2 48.2-12.5 23.5-45.1 33.2-65.1 19.1zm47.7-44.5c-8.9-10-23.3 6.9-15.5 16.1 7.4 9 32.1 2.4 15.5-16.1zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-66.2 42.6c2.5-16.1-20.2-16.6-25.2-25.7-13.6-24.1-27.7-36.8-54.5-30.4 11.6-8 23.5-6.1 23.5-6.1.3-6.4 0-13-9.4-24.9 3.9-12.5.3-22.4.3-22.4 15.5-8.6 26.8-24.4 29.1-43.2 3.6-31-18.8-59.2-49.8-62.8-22.1-2.5-43.7 7.7-54.3 25.7-23.2 40.1 1.4 70.9 22.4 81.4-14.4-1.4-34.3-11.9-40.1-34.3-6.6-25.7 2.8-49.8 8.9-61.4 0 0-4.4-5.8-8-8.9 0 0-13.8 0-24.6 5.3 11.9-15.2 25.2-14.4 25.2-14.4 0-6.4-.6-14.9-3.6-21.6-5.4-11-23.8-12.9-31.7 2.8.1-.2.3-.4.4-.5-5 11.9-1.1 55.9 16.9 87.2-2.5 1.4-9.1 6.1-13 10-21.6 9.7-56.2 60.3-56.2 60.3-28.2 10.8-77.2 50.9-70.6 79.7.3 3 1.4 5.5 3 7.5-2.8 2.2-5.5 5-8.3 8.3-11.9 13.8-5.3 35.2 17.7 24.4 15.8-7.2 29.6-20.2 36.3-30.4 0 0-5.5-5-16.3-4.4 27.7-6.6 34.3-9.4 46.2-9.1 8 3.9 8-34.3 8-34.3 0-14.7-2.2-31-11.1-41.5 12.5 12.2 29.1 32.7 28 60.6-.8 18.3-15.2 23-15.2 23-9.1 16.6-43.2 65.9-30.4 106 0 0-9.7-14.9-10.2-22.1-17.4 19.4-46.5 52.3-24.6 64.5 26.6 14.7 108.8-88.6 126.2-142.3 34.6-20.8 55.4-47.3 63.9-65 22 43.5 95.3 94.5 101.1 59z"></path></svg>',
@@ -423,7 +432,7 @@ class L_Theplus_Elementor_Plugin_Options
423
  'tp_google_map' => [
424
  'label' => esc_html__('Google Map','tpebl'),
425
  'demoUrl' => 'https://theplusaddons.com/widgets/google-maps/',
426
- 'docUrl' => '#doc',
427
  'videoUrl' => 'https://www.youtube.com/embed/NwY-Pt8q-6g',
428
  'tag' => 'pro',
429
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path d="M560.02 32c-1.96 0-3.98.37-5.96 1.16L384.01 96H384L212 35.28A64.252 64.252 0 0 0 191.76 32c-6.69 0-13.37 1.05-19.81 3.14L20.12 87.95A32.006 32.006 0 0 0 0 117.66v346.32C0 473.17 7.53 480 15.99 480c1.96 0 3.97-.37 5.96-1.16L192 416l172 60.71a63.98 63.98 0 0 0 40.05.15l151.83-52.81A31.996 31.996 0 0 0 576 394.34V48.02c0-9.19-7.53-16.02-15.98-16.02zM30.63 118.18L176 67.61V387.8L31.91 441.05l-1.28-322.87zM208 387.71V67.8l160 56.48v319.91l-160-56.48zm192 56.68V124.2l144.09-53.26 1.28 322.87L400 444.39z"/></svg>',
@@ -441,7 +450,7 @@ class L_Theplus_Elementor_Plugin_Options
441
  'tp_heading_animation' => [
442
  'label' => esc_html__('Heading Animation','tpebl'),
443
  'demoUrl' => 'https://theplusaddons.com/widgets/heading-animation/',
444
- 'docUrl' => '#doc',
445
  'videoUrl' => 'https://www.youtube.com/embed/LTgDD_v8ioA',
446
  'tag' => 'free',
447
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 192 512"><path d="M96 38.223C75.091 13.528 39.824 1.336 6.191.005 2.805-.129 0 2.617 0 6.006v20.013c0 3.191 2.498 5.847 5.686 5.989C46.519 33.825 80 55.127 80 80v160H38a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h42v160c0 24.873-33.481 46.175-74.314 47.992-3.188.141-5.686 2.797-5.686 5.989v20.013c0 3.389 2.806 6.135 6.192 6.002C40.03 510.658 75.193 498.351 96 473.777c20.909 24.695 56.176 36.887 89.809 38.218 3.386.134 6.191-2.612 6.191-6.001v-20.013c0-3.191-2.498-5.847-5.686-5.989C145.481 478.175 112 456.873 112 432V272h42a6 6 0 0 0 6-6v-20a6 6 0 0 0-6-6h-42V80c0-24.873 33.481-46.175 74.314-47.992 3.188-.142 5.686-2.798 5.686-5.989V6.006c0-3.389-2.806-6.135-6.192-6.002C151.97 1.342 116.807 13.648 96 38.223z"/></svg>',
@@ -459,7 +468,7 @@ class L_Theplus_Elementor_Plugin_Options
459
  'tp_heading_title' => [
460
  'label' => esc_html__('Heading Title','tpebl'),
461
  'demoUrl' => 'https://theplusaddons.com/widgets/heading-titles/',
462
- 'docUrl' => '#doc',
463
  'videoUrl' => 'https://www.youtube.com/embed/OcJUA6gL_0Q',
464
  'tag' => 'free',
465
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path fill="currentColor" d="M448 96v320h32a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H320a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32V288H160v128h32a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32V96H32a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16h-32v128h192V96h-32a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16z"></path></svg>',
@@ -468,7 +477,7 @@ class L_Theplus_Elementor_Plugin_Options
468
  'tp_hotspot' => [
469
  'label' => esc_html__('Hotspot','tpebl'),
470
  'demoUrl' => 'https://theplusaddons.com/widgets/hotspot-pin-point/',
471
- 'docUrl' => '#doc',
472
  'videoUrl' => 'https://www.youtube.com/embed/Cmp7vk_RKKE',
473
  'tag' => 'pro',
474
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 384 512"><path d="M300.8 203.9L290.7 128H328c13.2 0 24-10.8 24-24V24c0-13.2-10.8-24-24-24H56C42.8 0 32 10.8 32 24v80c0 13.2 10.8 24 24 24h37.3l-10.1 75.9C34.9 231.5 0 278.4 0 335.2c0 8.8 7.2 16 16 16h160V472c0 .7.1 1.3.2 1.9l8 32c2 8 13.5 8.1 15.5 0l8-32c.2-.6.2-1.3.2-1.9V351.2h160c8.8 0 16-7.2 16-16 .1-56.8-34.8-103.7-83.1-131.3zM33.3 319.2c6.8-42.9 39.6-76.4 79.5-94.5L128 96H64V32h256v64h-64l15.3 128.8c40 18.2 72.7 51.8 79.5 94.5H33.3z"/></svg>',
@@ -477,7 +486,7 @@ class L_Theplus_Elementor_Plugin_Options
477
  'tp_hovercard' => [
478
  'label' => esc_html__('Hover Card','tpebl'),
479
  'demoUrl' => 'https://theplusaddons.com/widgets/advanced-hover-card-animations/',
480
- 'docUrl' => '#doc',
481
  'videoUrl' => 'https://www.youtube.com/embed/BksYXVaiGk8',
482
  'tag' => 'free',
483
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path fill="currentColor" d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z"></path></svg>',
@@ -486,7 +495,7 @@ class L_Theplus_Elementor_Plugin_Options
486
  'tp_image_factory' => [
487
  'label' => esc_html__('Creative Image','tpebl'),
488
  'demoUrl' => 'https://theplusaddons.com/widgets/creative-images/',
489
- 'docUrl' => '#doc',
490
  'videoUrl' => 'https://www.youtube.com/embed/NAxYbZgGwmU',
491
  'tag' => 'pro',
492
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 384 512"><path d="M159 336l-39.5-39.5c-4.7-4.7-12.3-4.7-17 0l-39 39L63 448h256V304l-55.5-55.5c-4.7-4.7-12.3-4.7-17 0L159 336zm96-50.7l32 32V416H95.1l.3-67.2 15.6-15.6 48 48c20.3-20.3 77.7-77.6 96-95.9zM127 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm0-96c17.6 0 32 14.4 32 32s-14.4 32-32 32-32-14.4-32-32 14.4-32 32-32zm242.9-62.1L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM256 32.5c2.8.7 5.3 2.1 7.4 4.2l83.9 83.9c2.1 2.1 3.5 4.6 4.2 7.4H256V32.5zM352 464c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V48c0-8.8 7.2-16 16-16h176v104c0 13.3 10.7 24 24 24h104v304z"/></svg>',
@@ -495,7 +504,7 @@ class L_Theplus_Elementor_Plugin_Options
495
  'tp_info_box' => [
496
  'label' => esc_html__('Info Box','tpebl'),
497
  'demoUrl' => 'https://theplusaddons.com/widgets/infobox/',
498
- 'docUrl' => '#doc',
499
  'videoUrl' => 'https://www.youtube.com/embed/wcnlT5JE0vM',
500
  'tag' => 'freemium',
501
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-36 344h12V232h-12c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h48c6.627 0 12 5.373 12 12v140h12c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12h-72c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12zm36-240c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z"/></svg>',
@@ -513,7 +522,7 @@ class L_Theplus_Elementor_Plugin_Options
513
  'tp_wp_bodymovin' => [
514
  'label' => esc_html__('LottieFiles Animation','tpebl'),
515
  'demoUrl' => 'https://theplusaddons.com/widgets/lottiefiles-animations-elementor/',
516
- 'docUrl' => '#doc',
517
  'videoUrl' => 'https://www.youtube.com/embed/_lnXp8DnNxs',
518
  'tag' => 'pro',
519
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M256 480h72.5c4.615 0 9.232-.528 13.722-1.569l123.25-28.57c13.133-3.044 24.995-10.478 33.4-20.933 8.466-10.531 13.128-23.746 13.128-37.21V177.445c0-21.438-11.684-41.333-30.492-51.92l-101.5-57.139c-36.681-20.651-64.548-.478-88.228 28.683l-156.211-60.46c-34.639-13.405-73.672 3.411-87.35 37.709-13.696 34.345 3.326 73.326 38.212 86.829L176 192l-108.5-2.843c-37.22 0-67.5 29.991-67.5 66.855s30.28 66.854 67.5 66.854h102.327c-9.558 28.393 3.681 59.705 31.297 72.775C183.12 434.864 212.126 480 256 480zM364.311 96.271l101.5 57.14c8.753 4.927 14.189 14.137 14.189 24.035v214.272c0 12.91-8.945 24.001-21.754 26.97l-123.25 28.57a28.843 28.843 0 0 1-6.496.742H256c-37.41 0-37.35-55.424 0-55.424a8 8 0 0 0 8-8v-7.143a8 8 0 0 0-8-8h-29c-37.41 0-37.351-55.425 0-55.425h29a8 8 0 0 0 8-8v-7.143a8 8 0 0 0-8-8H67.5c-47.021 0-46.929-69.709 0-69.709H256a8 8 0 0 0 8-8V201.04a8 8 0 0 0-5.112-7.461L97.981 131.305c-43.579-16.867-17.902-81.857 26.037-64.852l172.497 66.761a8.002 8.002 0 0 0 9.098-2.418l22.54-27.757c8.76-10.785 23.966-13.632 36.158-6.768z"/></svg>',
@@ -522,7 +531,7 @@ class L_Theplus_Elementor_Plugin_Options
522
  'tp_mailchimp' => [
523
  'label' => esc_html__('Mailchimp','tpebl'),
524
  'demoUrl' => 'https://theplusaddons.com/widgets/mailchimp/',
525
- 'docUrl' => '#doc',
526
  'videoUrl' => 'https://www.youtube.com/embed/I7BLgbK6nBA',
527
  'tag' => 'pro',
528
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z"/></svg>',
@@ -531,16 +540,25 @@ class L_Theplus_Elementor_Plugin_Options
531
  'tp_meeting_scheduler' => [
532
  'label' => esc_html__('Meeting Scheduler','tpebl'),
533
  'demoUrl' => 'https://theplusaddons.com/widgets/meeting-schedular-apps-integration-elementor/',
534
- 'docUrl' => '#doc',
535
  'videoUrl' => 'https://www.youtube.com/embed/9-8Ftlb79tI',
536
  'tag' => 'free',
537
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path d="M400 64h-48V12c0-6.627-5.373-12-12-12h-8c-6.627 0-12 5.373-12 12v52H128V12c0-6.627-5.373-12-12-12h-8c-6.627 0-12 5.373-12 12v52H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zM48 96h352c8.822 0 16 7.178 16 16v48H32v-48c0-8.822 7.178-16 16-16zm352 384H48c-8.822 0-16-7.178-16-16V192h384v272c0 8.822-7.178 16-16 16z"/></svg>',
538
  'keyword' => ['meeting scheduler','calendly','freebusy','free busy','meetingbird','meeting bird','vyte','xai','x ai'],
539
  ],
 
 
 
 
 
 
 
 
 
540
  'tp_mobile_menu' => [
541
  'label' => esc_html__('Mobile Menu','tpebl'),
542
  'demoUrl' => 'https://theplusaddons.com/widgets/mobile-menu/',
543
- 'docUrl' => '#doc',
544
  'videoUrl' => 'https://www.youtube.com/embed/PDXbtRsYwGE',
545
  'tag' => 'pro',
546
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 320 512"><path d="M192 416c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zM320 48v416c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h224c26.5 0 48 21.5 48 48zm-32 0c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v416c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V48z"/></svg>',
@@ -549,16 +567,25 @@ class L_Theplus_Elementor_Plugin_Options
549
  'tp_morphing_layouts' => [
550
  'label' => esc_html__('Morphing Layouts','tpebl'),
551
  'demoUrl' => 'https://theplusaddons.com/widgets/morphing-sections/',
552
- 'docUrl' => '#doc',
553
  'videoUrl' => 'https://www.youtube.com/embed/VDBINvedP2k',
554
  'tag' => 'pro',
555
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 640 512"><path d="M634.4 279.09L525.35 103.12C522.18 98.38 517.09 96 512 96s-10.18 2.38-13.35 7.12L389.6 279.09c-3.87 5.78-6.09 12.72-5.51 19.64C389.56 364.4 444.74 416 512 416s122.44-51.6 127.91-117.27c.58-6.92-1.64-13.86-5.51-19.64zM512 384c-41.58 0-77.55-27.13-90.78-64h181.2C589 357.23 553.28 384 512 384zm-90.27-96l90.31-145.76L602.98 288H421.73zM536 480H336V125.74c27.56-7.14 48-31.95 48-61.74h152c4.42 0 8-3.58 8-8V40c0-4.42-3.58-8-8-8H374.89c-.15-.26-4.37-11.11-19.11-21.07C345.57 4.03 333.25 0 320 0s-25.57 4.03-35.78 10.93c-14.74 9.96-18.96 20.81-19.11 21.07H104c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h152c0 29.79 20.44 54.6 48 61.74V480H104c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h432c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zM288 64c0-17.67 14.33-32 32-32s32 14.33 32 32-14.33 32-32 32-32-14.33-32-32zm-32.09 234.73c.58-6.92-1.64-13.86-5.51-19.64L141.35 103.12C138.18 98.38 133.09 96 128 96s-10.18 2.38-13.35 7.12L5.6 279.09c-3.87 5.78-6.09 12.72-5.51 19.64C5.56 364.4 60.74 416 128 416s122.44-51.6 127.91-117.27zM128.04 142.24L218.98 288H37.73l90.31-145.76zM37.22 320h181.2C205 357.23 169.28 384 128 384c-41.58 0-77.55-27.13-90.78-64z"/></svg>',
556
  'keyword' => ['morphing', 'morphing sections', 'blob section', 'blob builder', 'SVG Sections'],
557
- ],
 
 
 
 
 
 
 
 
 
558
  'tp_navigation_menu_lite' => [
559
  'label' => esc_html__('TP Navigation Menu Lite','tpebl'),
560
  'demoUrl' => 'https://theplusaddons.com/widgets/elementor-header-navigation-builder/',
561
- 'docUrl' => '#doc',
562
  'videoUrl' => 'https://www.youtube.com/embed/ozRGPdEu9qQ',
563
  'tag' => 'free',
564
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path d="M442 114H6a6 6 0 0 1-6-6V84a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6zm0 160H6a6 6 0 0 1-6-6v-24a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6zm0 160H6a6 6 0 0 1-6-6v-24a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6z"/></svg>',
@@ -567,7 +594,7 @@ class L_Theplus_Elementor_Plugin_Options
567
  'tp_navigation_menu' => [
568
  'label' => esc_html__('TP Navigation Menu','tpebl'),
569
  'demoUrl' => 'https://theplusaddons.com/widgets/navigation-menu/',
570
- 'docUrl' => '#doc',
571
  'videoUrl' => 'https://www.youtube.com/embed/ozRGPdEu9qQ',
572
  'tag' => 'pro',
573
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path d="M442 114H6a6 6 0 0 1-6-6V84a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6zm0 160H6a6 6 0 0 1-6-6v-24a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6zm0 160H6a6 6 0 0 1-6-6v-24a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6z"/></svg>',
@@ -576,7 +603,7 @@ class L_Theplus_Elementor_Plugin_Options
576
  'tp_ninja_form' => [
577
  'label' => esc_html__('Ninja Form','tpebl'),
578
  'demoUrl' => 'https://theplusaddons.com/widgets/ninja-forms/',
579
- 'docUrl' => '#doc',
580
  'videoUrl' => 'https://www.youtube.com/embed/fVxGZW8SZgE',
581
  'tag' => 'free',
582
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M349.32 52.26C328.278 35.495 292.938 0 256 0c-36.665 0-71.446 34.769-93.31 52.26-34.586 27.455-109.525 87.898-145.097 117.015A47.99 47.99 0 0 0 0 206.416V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V206.413a47.989 47.989 0 0 0-17.597-37.144C458.832 140.157 383.906 79.715 349.32 52.26zM464 480H48c-8.837 0-16-7.163-16-16V206.161c0-4.806 2.155-9.353 5.878-12.392C64.16 172.315 159.658 95.526 182.59 77.32 200.211 63.27 232.317 32 256 32c23.686 0 55.789 31.27 73.41 45.32 22.932 18.207 118.436 95.008 144.714 116.468a15.99 15.99 0 0 1 5.876 12.39V464c0 8.837-7.163 16-16 16zm-8.753-216.312c4.189 5.156 3.393 12.732-1.776 16.905-22.827 18.426-55.135 44.236-104.156 83.148-21.045 16.8-56.871 52.518-93.318 52.258-36.58.264-72.826-35.908-93.318-52.263-49.015-38.908-81.321-64.716-104.149-83.143-5.169-4.173-5.966-11.749-1.776-16.905l5.047-6.212c4.169-5.131 11.704-5.925 16.848-1.772 22.763 18.376 55.014 44.143 103.938 82.978 16.85 13.437 50.201 45.69 73.413 45.315 23.219.371 56.562-31.877 73.413-45.315 48.929-38.839 81.178-64.605 103.938-82.978 5.145-4.153 12.679-3.359 16.848 1.772l5.048 6.212z"/></svg>',
@@ -585,17 +612,80 @@ class L_Theplus_Elementor_Plugin_Options
585
  'tp_number_counter' => [
586
  'label' => esc_html__('Number Counter','tpebl'),
587
  'demoUrl' => 'https://theplusaddons.com/widgets/number-counter/',
588
- 'docUrl' => '#doc',
589
  'videoUrl' => 'https://www.youtube.com/embed/QdlEv0BTkRc',
590
  'tag' => 'free',
591
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path d="M446.381 182.109l1.429-8c1.313-7.355-4.342-14.109-11.813-14.109h-98.601l20.338-113.891C359.047 38.754 353.392 32 345.92 32h-8.127a12 12 0 0 0-11.813 9.891L304.89 160H177.396l20.338-113.891C199.047 38.754 193.392 32 185.92 32h-8.127a12 12 0 0 0-11.813 9.891L144.89 160H42.003a12 12 0 0 0-11.813 9.891l-1.429 8C27.448 185.246 33.103 192 40.575 192h98.6l-22.857 128H13.432a12 12 0 0 0-11.813 9.891l-1.429 8C-1.123 345.246 4.532 352 12.003 352h98.601L90.266 465.891C88.953 473.246 94.608 480 102.08 480h8.127a12 12 0 0 0 11.813-9.891L143.11 352h127.494l-20.338 113.891C248.953 473.246 254.608 480 262.08 480h8.127a12 12 0 0 0 11.813-9.891L303.11 352h102.886a12 12 0 0 0 11.813-9.891l1.429-8c1.313-7.355-4.342-14.109-11.813-14.109h-98.601l22.857-128h102.886a12 12 0 0 0 11.814-9.891zM276.318 320H148.825l22.857-128h127.494l-22.858 128z"/></svg>',
592
  'keyword' => ['number counter','counter'],
593
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
594
  'tp_off_canvas' => [
595
  'label' => esc_html__('Popup Builder','tpebl'),
596
- 'demoUrl' => 'https://theplusaddons.com/widgets/off-canvas/',
597
- 'docUrl' => '#doc',
598
- 'videoUrl' => 'https://www.youtube.com/embed/8nzOrjJxpeo',
599
  'tag' => 'pro',
600
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path d="M442 114H6a6 6 0 0 1-6-6V84a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6zm0 160H6a6 6 0 0 1-6-6v-24a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6zm0 160H6a6 6 0 0 1-6-6v-24a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6z"/></svg>',
601
  'keyword' => ['offcanvas', 'popup', 'modal box', 'modal popup'],
@@ -603,16 +693,25 @@ class L_Theplus_Elementor_Plugin_Options
603
  'tp_page_scroll' => [
604
  'label' => esc_html__('Page Scroll','tpebl'),
605
  'demoUrl' => 'https://theplusaddons.com/widgets/#plus-scroll',
606
- 'docUrl' => '#doc',
607
  'videoUrl' => 'https://www.youtube.com/embed/8An5WSz3TUo',
608
  'tag' => 'freemium',
609
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M505.07337,19.34375C503.85462,13.73438,498.32338,8.20312,492.72964,7c-32.62885-7-58.162-7-83.57017-7C305.39988,0,242.95858,55.09375,196.236,128H94.82015c-16.34567.01562-35.53314,11.875-42.87883,26.48438L2.53125,253.29688A28.125,28.125,0,0,0,0,264a24.00659,24.00659,0,0,0,24.00191,24h92.63266l-10.59373,21.42188c-9.33592,18.91015,4.27733,34.77539,6.15624,36.625l53.75381,53.71874c1.85352,1.86329,17.789,15.47852,36.62885,6.14063l21.37692-10.57813V488a24.14815,24.14815,0,0,0,24.00191,24,28.02956,28.02956,0,0,0,10.625-2.53125l98.72835-49.39063c14.625-7.3125,26.50191-26.5,26.50191-42.85937V315.70312C456.6008,268.9375,511.98156,206.25,511.98156,103,512.07531,77.46875,512.07531,52,505.07337,19.34375ZM36.94134,256l43.59759-87.20312c2.46874-4.82813,8.84373-8.78126,14.28122-8.79688h85.19517c-13.93943,28.0625-31.72065,64-47.56632,96ZM351.84316,417.1875c-.03125,5.4375-4.002,11.84375-8.87694,14.26562L255.95855,475V379.48438c32.00386-15.82813,67.81825-33.59376,95.88461-47.54688Zm14.625-128.28125c-39.50383,19.78125-135.88649,67.4375-177.92157,88.23437l-53.81632-53.54687c20.87692-42.23437,68.537-138.59375,88.22642-178.1875C273.17923,67,330.65374,32,409.15947,32c21.53317,0,42.00384,0,66.63075,4.29688,4.34374,24.85937,4.25,45.20312,4.18749,66.6875C479.97771,181.0625,444.97582,238.45312,366.46813,288.90625ZM367.98962,88.0293a55.99512,55.99512,0,1,0,55.99209,55.99414A56.01691,56.01691,0,0,0,367.98962,88.0293Zm0,79.99218a23.998,23.998,0,1,1,23.99605-23.998A24.02247,24.02247,0,0,1,367.98962,168.02148Z"/></svg>',
610
  'keyword' => ['one page scroll', 'full page js', 'page piling', 'page pilling', 'multi scroll', 'page scroll', 'scroll'],
611
  ],
 
 
 
 
 
 
 
 
 
612
  'tp_pricing_list' => [
613
  'label' => esc_html__('Pricing List','tpebl'),
614
  'demoUrl' => 'https://theplusaddons.com/widgets/pricing-list/',
615
- 'docUrl' => '#doc',
616
  'videoUrl' => 'https://www.youtube.com/embed/0zSX-ovDcwM',
617
  'tag' => 'pro',
618
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 384 512"><path d="M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zm-22.6 22.7c2.1 2.1 3.5 4.6 4.2 7.4H256V32.5c2.8.7 5.3 2.1 7.4 4.2l83.9 83.9zM336 480H48c-8.8 0-16-7.2-16-16V48c0-8.8 7.2-16 16-16h176v104c0 13.3 10.7 24 24 24h104v304c0 8.8-7.2 16-16 16zm-48-244v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm0 64v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm0 64v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12z"/></svg>',
@@ -621,7 +720,7 @@ class L_Theplus_Elementor_Plugin_Options
621
  'tp_pricing_table' => [
622
  'label' => esc_html__('Pricing Table','tpebl'),
623
  'demoUrl' => 'https://theplusaddons.com/widgets/pricing-table/',
624
- 'docUrl' => '#doc',
625
  'videoUrl' => 'https://www.youtube.com/embed/9V0E9mFmaro',
626
  'tag' => 'freemium',
627
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 640 512"><path d="M608 64H32C14.3 64 0 78.3 0 96v320c0 17.7 14.3 32 32 32h576c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM32 96h64c0 35.3-28.7 64-64 64zm0 320v-64c35.3 0 64 28.7 64 64zm576 0h-64c0-35.3 28.7-64 64-64zm0-96c-52.9 0-96 43.1-96 96H128c0-52.9-43.1-96-96-96V192c52.9 0 96-43.1 96-96h384c0 52.9 43.1 96 96 96zm0-160c-35.3 0-64-28.7-64-64h64zm-288-32c-61.9 0-112 57.3-112 128s50.1 128 112 128c61.8 0 112-57.3 112-128s-50.1-128-112-128zm0 224c-44.1 0-80-43.1-80-96s35.9-96 80-96 80 43.1 80 96-35.9 96-80 96zm32-63.9h-16v-88c0-4.4-3.6-8-8-8h-13.7c-4.7 0-9.4 1.4-13.3 4l-15.3 10.2c-3.7 2.5-4.6 7.4-2.2 11.1l8.9 13.3c2.5 3.7 7.4 4.6 11.1 2.2l.5-.3V288h-16c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-7.9z"/></svg>',
@@ -630,7 +729,7 @@ class L_Theplus_Elementor_Plugin_Options
630
  'tp_product_listout' => [
631
  'label' => esc_html__('Product Listing','tpebl'),
632
  'demoUrl' => 'https://theplusaddons.com/pluslisting/#woo-products',
633
- 'docUrl' => '#doc',
634
  'videoUrl' => 'https://www.youtube.com/embed/UqJ9VNTeqA8',
635
  'tag' => 'pro',
636
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path fill="currentColor" d="M326.3 218.8c0 20.5-16.7 37.2-37.2 37.2h-70.3v-74.4h70.3c20.5 0 37.2 16.7 37.2 37.2zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-128.1-37.2c0-47.9-38.9-86.8-86.8-86.8H169.2v248h49.6v-74.4h70.3c47.9 0 86.8-38.9 86.8-86.8z"></path></svg>',
@@ -639,7 +738,7 @@ class L_Theplus_Elementor_Plugin_Options
639
  'tp_protected_content' => [
640
  'label' => esc_html__('Protected Content','tpebl'),
641
  'demoUrl' => 'https://theplusaddons.com/widgets/protected-content/',
642
- 'docUrl' => '#doc',
643
  'videoUrl' => 'https://www.youtube.com/embed/Nrw2nK8PvQs',
644
  'tag' => 'pro',
645
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path d="M400 224h-16v-62.5C384 73.1 312.9.3 224.5 0 136-.3 64 71.6 64 160v64H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zM96 160c0-70.6 57.4-128 128-128s128 57.4 128 128v64H96v-64zm304 320H48c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h352c8.8 0 16 7.2 16 16v192c0 8.8-7.2 16-16 16z"/></svg>',
@@ -648,7 +747,7 @@ class L_Theplus_Elementor_Plugin_Options
648
  'tp_post_search' => [
649
  'label' => esc_html__('Post Search','tpebl'),
650
  'demoUrl' => 'https://theplusaddons.com/widgets/search-bar',
651
- 'docUrl' => '#doc',
652
  'videoUrl' => 'https://www.youtube.com/embed/3k8sPvQkQvA',
653
  'tag' => 'free',
654
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M508.5 481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z"/></svg>',
@@ -657,7 +756,7 @@ class L_Theplus_Elementor_Plugin_Options
657
  'tp_progress_bar' => [
658
  'label' => esc_html__('Progress Bar','tpebl'),
659
  'demoUrl' => 'https://theplusaddons.com/widgets/progress-bar/',
660
- 'docUrl' => '#doc',
661
  'videoUrl' => 'https://www.youtube.com/embed/01purtRY770',
662
  'tag' => 'free',
663
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 544 512"><path d="M527.79 288H290.5l158.03 158.03a16.51 16.51 0 0 0 11.62 4.81c3.82 0 7.62-1.35 10.57-4.13 38.7-36.46 65.32-85.61 73.13-140.86 1.34-9.46-6.51-17.85-16.06-17.85zm-67.91 124.12L367.76 320h140.88c-8.12 34.16-24.96 66-48.76 92.12zM224 288V50.71c0-8.83-7.18-16.21-15.74-16.21-.69 0-1.4.05-2.11.15C86.99 51.49-4.1 155.6.14 280.37 4.47 407.53 113.18 512 240.13 512c.98 0 1.93-.01 2.91-.02 50.4-.63 96.97-16.87 135.26-44.03 7.9-5.6 8.42-17.23 1.57-24.08L224 288zm18.63 191.98l-2.51.02c-109.04 0-204.3-91.92-208-200.72C28.72 179.15 96.33 92.25 192 69.83v231.42l9.37 9.37 141.84 141.84c-30.56 17.62-64.96 27.08-100.58 27.52zM511.96 223.2C503.72 103.74 408.26 8.28 288.8.04c-.35-.03-.7-.04-1.04-.04C279.1 0 272 7.45 272 16.23V240h223.77c9.14 0 16.82-7.68 16.19-16.8zM304 208V33.9c89.25 13.81 160.28 84.85 174.1 174.1H304z"/></svg>',
@@ -666,7 +765,7 @@ class L_Theplus_Elementor_Plugin_Options
666
  'tp_process_steps' => [
667
  'label' => esc_html__('Process Steps','tpebl'),
668
  'demoUrl' => 'https://theplusaddons.com/widgets/process-steps/',
669
- 'docUrl' => '#doc',
670
  'videoUrl' => 'https://www.youtube.com/embed/3ude_wxrqVo',
671
  'tag' => 'pro',
672
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 320 512"><path d="M192 256c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm88-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-240 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z"/></svg>',
@@ -675,7 +774,7 @@ class L_Theplus_Elementor_Plugin_Options
675
  'tp_row_background' => [
676
  'label' => esc_html__('Row Background','tpebl'),
677
  'demoUrl' => 'https://theplusaddons.com/widgets/#plus-sections',
678
- 'docUrl' => '#doc',
679
  'videoUrl' => 'https://www.youtube.com/embed/2uIMQCIfjlM',
680
  'tag' => 'pro',
681
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M455.59 0c-15.81 0-30.62 6.99-41.93 17.15C195.73 211.82 169.77 216.5 179.98 281.99c-41.52 4.96-78.59 24.05-100.32 81.32-2.68 7.08-9.12 11.38-16.64 11.38-12.67 0-51.85-31.56-63.02-39.19C0 429.45 43.26 512 146 512c117.18 0 152.72-87.75 145.06-145.89 56.9-7.01 97.15-62.51 206.45-266.49C505.2 84.65 512 68.48 512 51.66 512 21.52 484.89 0 455.59 0zM236.52 445.55C216.47 468.41 186.02 480 146 480c-63.78 0-92.29-38.83-104.75-78.69 8.02 3.65 14.98 5.39 21.77 5.39 20.92 0 39.2-12.58 46.56-32.03 6.65-17.52 16.05-53.95 83.76-62.04l65.08 50.62c4.03 30.68-1.25 58.75-21.9 82.3zM469.31 84.5c-118.4 220.96-143.69 245.11-194.08 251.31l-62-48.22c-8.8-56.43-14.8-35.28 221.82-246.64 6.33-5.69 13.81-8.95 20.54-8.95C467.38 32 480 39.9 480 51.66c0 10.58-5.54 22.79-10.69 32.84z"/></svg>',
@@ -684,7 +783,7 @@ class L_Theplus_Elementor_Plugin_Options
684
  'tp_scroll_navigation' => [
685
  'label' => esc_html__('Scroll Navigation','tpebl'),
686
  'demoUrl' => 'https://theplusaddons.com/widgets/one-page-scroll-navigation/',
687
- 'docUrl' => '#doc',
688
  'videoUrl' => 'https://www.youtube.com/embed/vAg6GNktZTQ',
689
  'tag' => 'freemium',
690
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 320 512"><path d="M288 288H32c-28.4 0-42.8 34.5-22.6 54.6l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c20-20.1 5.7-54.6-22.7-54.6zM160 448L32 320h256L160 448zM32 224h256c28.4 0 42.8-34.5 22.6-54.6l-128-128c-12.5-12.5-32.8-12.5-45.3 0l-128 128C-10.7 189.5 3.6 224 32 224zM160 64l128 128H32L160 64z"/></svg>',
@@ -702,25 +801,61 @@ class L_Theplus_Elementor_Plugin_Options
702
  'tp_smooth_scroll' => [
703
  'label' => esc_html__('Smooth Scroll','tpebl'),
704
  'demoUrl' => 'https://theplusaddons.com/widgets/smooth-scroll/',
705
- 'docUrl' => '#doc',
706
  'videoUrl' => 'https://www.youtube.com/embed/H_RjZfhf9os',
707
  'tag' => 'free',
708
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 384 512"><path d="M368 32h4c6.627 0 12-5.373 12-12v-8c0-6.627-5.373-12-12-12H12C5.373 0 0 5.373 0 12v8c0 6.627 5.373 12 12 12h4c0 91.821 44.108 193.657 129.646 224C59.832 286.441 16 388.477 16 480h-4c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h360c6.627 0 12-5.373 12-12v-8c0-6.627-5.373-12-12-12h-4c0-91.821-44.108-193.657-129.646-224C324.168 225.559 368 123.523 368 32zM48 32h288c0 110.457-64.471 200-144 200S48 142.457 48 32zm288 448H48c0-110.457 64.471-200 144-200s144 89.543 144 200zM285.621 96H98.379a12.01 12.01 0 0 1-11.602-8.903 199.464 199.464 0 0 1-2.059-8.43C83.054 71.145 88.718 64 96.422 64h191.157c7.704 0 13.368 7.145 11.704 14.667a199.464 199.464 0 0 1-2.059 8.43A12.013 12.013 0 0 1 285.621 96zm-15.961 50.912a141.625 141.625 0 0 1-6.774 8.739c-2.301 2.738-5.671 4.348-9.248 4.348H130.362c-3.576 0-6.947-1.61-9.248-4.348a142.319 142.319 0 0 1-6.774-8.739c-5.657-7.91.088-18.912 9.813-18.912h135.694c9.725 0 15.469 11.003 9.813 18.912z"/></svg>',
709
  'keyword' => ['smooth scroll'],
710
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
711
  'tp_social_icon' => [
712
  'label' => esc_html__('Social Icon','tpebl'),
713
  'demoUrl' => 'https://theplusaddons.com/widgets/social-icon/',
714
- 'docUrl' => '#doc',
715
  'videoUrl' => 'https://www.youtube.com/embed/exz4Ahc-KeA',
716
  'tag' => 'freemium',
717
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path d="M566.633 169.37L406.63 9.392C386.626-10.612 352 3.395 352 32.022v72.538C210.132 108.474 88 143.455 88 286.3c0 84.74 49.78 133.742 79.45 155.462 24.196 17.695 58.033-4.917 49.7-34.51C188.286 304.843 225.497 284.074 352 280.54V352c0 28.655 34.654 42.606 54.63 22.63l160.003-160c12.489-12.5 12.489-32.76 0-45.26zM384 352V248.04c-141.718.777-240.762 15.03-197.65 167.96C154.91 393 120 351.28 120 286.3c0-134.037 131.645-149.387 264-150.26V32l160 160-160 160zm37.095 52.186c2.216-1.582 4.298-3.323 6.735-5.584 7.68-7.128 20.17-1.692 20.17 8.787V464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h172.146c6.612 0 11.954 5.412 11.852 12.04-.084 5.446-4.045 10.087-9.331 11.396-9.462 2.343-18.465 4.974-27.074 7.914-1.25.427-2.555.65-3.876.65H48c-8.837 0-16 7.163-16 16v352c0 8.837 7.163 16 16 16h352c8.837 0 16-7.163 16-16v-50.002c0-3.905 1.916-7.543 5.095-9.812z"/></svg>',
718
  'keyword' => ['social icon'],
719
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
720
  'tp_style_list' => [
721
  'label' => esc_html__('Style List','tpebl'),
722
  'demoUrl' => 'https://theplusaddons.com/widgets/stylish-list/',
723
- 'docUrl' => '#doc',
724
  'videoUrl' => 'https://www.youtube.com/embed/mQuR6xN097w',
725
  'tag' => 'pro',
726
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M464 64c8.823 0 16 7.178 16 16v352c0 8.822-7.177 16-16 16H48c-8.823 0-16-7.178-16-16V80c0-8.822 7.177-16 16-16h416m0-32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-336 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm288-148v-24a6 6 0 0 0-6-6H198a6 6 0 0 0-6 6v24a6 6 0 0 0 6 6h212a6 6 0 0 0 6-6zm0 96v-24a6 6 0 0 0-6-6H198a6 6 0 0 0-6 6v24a6 6 0 0 0 6 6h212a6 6 0 0 0 6-6zm0 96v-24a6 6 0 0 0-6-6H198a6 6 0 0 0-6 6v24a6 6 0 0 0 6 6h212a6 6 0 0 0 6-6z"/></svg>',
@@ -729,7 +864,7 @@ class L_Theplus_Elementor_Plugin_Options
729
  'tp_switcher' => [
730
  'label' => esc_html__('Switcher','tpebl'),
731
  'demoUrl' => 'https://theplusaddons.com/widgets/switcher/',
732
- 'docUrl' => '#doc',
733
  'videoUrl' => 'https://www.youtube.com/embed/nYhVnMnD_UA',
734
  'tag' => 'pro',
735
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path d="M384 96c88.426 0 160 71.561 160 160 0 88.426-71.561 160-160 160H192c-88.426 0-160-71.561-160-160 0-88.425 71.561-160 160-160h192m0-32H192C85.961 64 0 149.961 0 256s85.961 192 192 192h192c106.039 0 192-85.961 192-192S490.039 64 384 64zm0 304c61.856 0 112-50.144 112-112s-50.144-112-112-112-112 50.144-112 112c0 28.404 10.574 54.339 27.999 74.082C320.522 353.335 350.548 368 384 368z"/></svg>',
@@ -738,16 +873,25 @@ class L_Theplus_Elementor_Plugin_Options
738
  'tp_table' => [
739
  'label' => esc_html__('Table','tpebl'),
740
  'demoUrl' => 'https://theplusaddons.com/widgets/table/',
741
- 'docUrl' => '#doc',
742
  'videoUrl' => 'https://www.youtube.com/embed/CrY7rg_ir8k',
743
  'tag' => 'pro',
744
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM160 448H48c-8.837 0-16-7.163-16-16v-80h128v96zm0-128H32v-96h128v96zm0-128H32V96h128v96zm160 256H192v-96h128v96zm0-128H192v-96h128v96zm0-128H192V96h128v96zm160 160v80c0 8.837-7.163 16-16 16H352v-96h128zm0-32H352v-96h128v96zm0-128H352V96h128v96z"/></svg>',
745
  'keyword' => ['table'],
746
  ],
 
 
 
 
 
 
 
 
 
747
  'tp_tabs_tours' => [
748
  'label' => esc_html__('Tabs/Tours','tpebl'),
749
  'demoUrl' => 'https://theplusaddons.com/widgets/tabs-tours/',
750
- 'docUrl' => '#doc',
751
  'videoUrl' => 'https://www.youtube.com/embed/6clEoNvxtLY',
752
  'tag' => 'freemium',
753
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80zm480 0v90.667H192V64h272c8.837 0 16 7.163 16 16zm0 229.333H192V202.667h288v106.666zM32 202.667h128v106.667H32V202.667zM160 64v106.667H32V80c0-8.837 7.163-16 16-16h112zM32 432v-90.667h128V448H48c-8.837 0-16-7.163-16-16zm160 16V341.333h288V432c0 8.837-7.163 16-16 16H192z"/></svg>',
@@ -756,7 +900,7 @@ class L_Theplus_Elementor_Plugin_Options
756
  'tp_team_member_listout' => [
757
  'label' => esc_html__('Team Member Listing','tpebl'),
758
  'demoUrl' => 'https://theplusaddons.com/pluslisting/#Team%20member',
759
- 'docUrl' => '#doc',
760
  'videoUrl' => 'https://www.youtube.com/embed/cf2Ia1vyKZQ',
761
  'tag' => 'freemium',
762
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 640 512"><path d="M544 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zM320 256c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm0-192c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80zm244 192h-40c-15.2 0-29.3 4.8-41.1 12.9 9.4 6.4 17.9 13.9 25.4 22.4 4.9-2.1 10.2-3.3 15.7-3.3h40c24.2 0 44 21.5 44 48 0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.1-34.1-80-76-80zM96 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm304.1 180c-33.4 0-41.7 12-80.1 12-38.4 0-46.7-12-80.1-12-36.3 0-71.6 16.2-92.3 46.9-12.4 18.4-19.6 40.5-19.6 64.3V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-44.8c0-23.8-7.2-45.9-19.6-64.3-20.7-30.7-56-46.9-92.3-46.9zM480 432c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16v-44.8c0-16.6 4.9-32.7 14.1-46.4 13.8-20.5 38.4-32.8 65.7-32.8 27.4 0 37.2 12 80.2 12s52.8-12 80.1-12c27.3 0 51.9 12.3 65.7 32.8 9.2 13.7 14.1 29.8 14.1 46.4V432zM157.1 268.9c-11.9-8.1-26-12.9-41.1-12.9H76c-41.9 0-76 35.9-76 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-26.5 19.8-48 44-48h40c5.5 0 10.8 1.2 15.7 3.3 7.5-8.5 16.1-16 25.4-22.4z"/></svg>',
@@ -765,7 +909,7 @@ class L_Theplus_Elementor_Plugin_Options
765
  'tp_testimonial_listout' => [
766
  'label' => esc_html__('Testimonial','tpebl'),
767
  'demoUrl' => 'https://theplusaddons.com/pluslisting/#plus-testimonial',
768
- 'docUrl' => '#doc',
769
  'videoUrl' => 'https://www.youtube.com/embed/a41vZMh1_oA',
770
  'tag' => 'freemium',
771
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 640 512"><path d="M544 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zM320 256c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm0-192c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80zm244 192h-40c-15.2 0-29.3 4.8-41.1 12.9 9.4 6.4 17.9 13.9 25.4 22.4 4.9-2.1 10.2-3.3 15.7-3.3h40c24.2 0 44 21.5 44 48 0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.1-34.1-80-76-80zM96 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm304.1 180c-33.4 0-41.7 12-80.1 12-38.4 0-46.7-12-80.1-12-36.3 0-71.6 16.2-92.3 46.9-12.4 18.4-19.6 40.5-19.6 64.3V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-44.8c0-23.8-7.2-45.9-19.6-64.3-20.7-30.7-56-46.9-92.3-46.9zM480 432c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16v-44.8c0-16.6 4.9-32.7 14.1-46.4 13.8-20.5 38.4-32.8 65.7-32.8 27.4 0 37.2 12 80.2 12s52.8-12 80.1-12c27.3 0 51.9 12.3 65.7 32.8 9.2 13.7 14.1 29.8 14.1 46.4V432zM157.1 268.9c-11.9-8.1-26-12.9-41.1-12.9H76c-41.9 0-76 35.9-76 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-26.5 19.8-48 44-48h40c5.5 0 10.8 1.2 15.7 3.3 7.5-8.5 16.1-16 25.4-22.4z"/></svg>',
@@ -774,7 +918,7 @@ class L_Theplus_Elementor_Plugin_Options
774
  'tp_timeline' => [
775
  'label' => esc_html__('Timeline','tpebl'),
776
  'demoUrl' => 'https://theplusaddons.com/widgets/timeline/',
777
- 'docUrl' => '#doc',
778
  'videoUrl' => 'https://www.youtube.com/embed/9AVvXE-e-IY',
779
  'tag' => 'pro',
780
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 64 512"><path d="M32 224c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM0 136c0 17.7 14.3 32 32 32s32-14.3 32-32-14.3-32-32-32-32 14.3-32 32zm0 240c0 17.7 14.3 32 32 32s32-14.3 32-32-14.3-32-32-32-32 14.3-32 32z"/></svg>',
@@ -783,7 +927,7 @@ class L_Theplus_Elementor_Plugin_Options
783
  'tp_video_player' => [
784
  'label' => esc_html__('Video Player','tpebl'),
785
  'demoUrl' => 'https://theplusaddons.com/widgets/videos/',
786
- 'docUrl' => '#doc',
787
  'videoUrl' => 'https://www.youtube.com/embed/i3IeWaz0N-k',
788
  'tag' => 'free',
789
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path d="M543.9 96c-6.2 0-12.5 1.8-18.2 5.7L416 171.6v-59.8c0-26.4-23.2-47.8-51.8-47.8H51.8C23.2 64 0 85.4 0 111.8v288.4C0 426.6 23.2 448 51.8 448h312.4c28.6 0 51.8-21.4 51.8-47.8v-59.8l109.6 69.9c5.7 4 12.1 5.7 18.2 5.7 16.6 0 32.1-13 32.1-31.5v-257c.1-18.5-15.4-31.5-32-31.5zM384 400.2c0 8.6-9.1 15.8-19.8 15.8H51.8c-10.7 0-19.8-7.2-19.8-15.8V111.8c0-8.6 9.1-15.8 19.8-15.8h312.4c10.7 0 19.8 7.2 19.8 15.8v288.4zm160-15.7l-1.2-1.3L416 302.4v-92.9L544 128v256.5z"/></svg>',
@@ -792,7 +936,7 @@ class L_Theplus_Elementor_Plugin_Options
792
  'tp_unfold' => [
793
  'label' => esc_html__('Unfold','tpebl'),
794
  'demoUrl' => 'https://theplusaddons.com/widgets/unfold-expand-toggle/',
795
- 'docUrl' => '#doc',
796
  'videoUrl' => 'https://www.youtube.com/embed/EXPgcTuanPA',
797
  'tag' => 'pro',
798
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path d="M527.95 224H480v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h385.057c28.068 0 54.135-14.733 68.599-38.84l67.453-112.464C588.24 264.812 565.285 224 527.95 224zM48 96h146.745l64 64H432c8.837 0 16 7.163 16 16v48H171.177c-28.068 0-54.135 14.733-68.599 38.84L32 380.47V112c0-8.837 7.163-16 16-16zm493.695 184.232l-67.479 112.464A47.997 47.997 0 0 1 433.057 416H44.823l82.017-136.696A48 48 0 0 1 168 256h359.975c12.437 0 20.119 13.568 13.72 24.232z"/></svg>',
@@ -801,16 +945,97 @@ class L_Theplus_Elementor_Plugin_Options
801
  'tp_wp_forms' => [
802
  'label' => esc_html__('WP Forms','tpebl'),
803
  'demoUrl' => 'https://theplusaddons.com/widgets/wpforms/',
804
- 'docUrl' => '#doc',
805
  'videoUrl' => 'https://www.youtube.com/embed/fp-R1TNr4RA',
806
  'tag' => 'free',
807
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M349.32 52.26C328.278 35.495 292.938 0 256 0c-36.665 0-71.446 34.769-93.31 52.26-34.586 27.455-109.525 87.898-145.097 117.015A47.99 47.99 0 0 0 0 206.416V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V206.413a47.989 47.989 0 0 0-17.597-37.144C458.832 140.157 383.906 79.715 349.32 52.26zM464 480H48c-8.837 0-16-7.163-16-16V206.161c0-4.806 2.155-9.353 5.878-12.392C64.16 172.315 159.658 95.526 182.59 77.32 200.211 63.27 232.317 32 256 32c23.686 0 55.789 31.27 73.41 45.32 22.932 18.207 118.436 95.008 144.714 116.468a15.99 15.99 0 0 1 5.876 12.39V464c0 8.837-7.163 16-16 16zm-8.753-216.312c4.189 5.156 3.393 12.732-1.776 16.905-22.827 18.426-55.135 44.236-104.156 83.148-21.045 16.8-56.871 52.518-93.318 52.258-36.58.264-72.826-35.908-93.318-52.263-49.015-38.908-81.321-64.716-104.149-83.143-5.169-4.173-5.966-11.749-1.776-16.905l5.047-6.212c4.169-5.131 11.704-5.925 16.848-1.772 22.763 18.376 55.014 44.143 103.938 82.978 16.85 13.437 50.201 45.69 73.413 45.315 23.219.371 56.562-31.877 73.413-45.315 48.929-38.839 81.178-64.605 103.938-82.978 5.145-4.153 12.679-3.359 16.848 1.772l5.048 6.212z"/></svg>',
808
  'keyword' => ['wp forms','form'],
809
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
810
  'tp_wp_login_register' => [
811
  'label' => esc_html__('WP Login & Register','tpebl'),
812
  'demoUrl' => 'https://theplusaddons.com/widgets/login-signup-password/',
813
- 'docUrl' => '#doc',
814
  'videoUrl' => 'https://www.youtube.com/embed/J635oOpFJDU',
815
  'tag' => 'pro',
816
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 496 512"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm128 421.6c-35.9 26.5-80.1 42.4-128 42.4s-92.1-15.9-128-42.4V416c0-35.3 28.7-64 64-64 11.1 0 27.5 11.4 64 11.4 36.6 0 52.8-11.4 64-11.4 35.3 0 64 28.7 64 64v13.6zm30.6-27.5c-6.8-46.4-46.3-82.1-94.6-82.1-20.5 0-30.4 11.4-64 11.4S204.6 320 184 320c-48.3 0-87.8 35.7-94.6 82.1C53.9 363.6 32 312.4 32 256c0-119.1 96.9-216 216-216s216 96.9 216 216c0 56.4-21.9 107.6-57.4 146.1zM248 120c-48.6 0-88 39.4-88 88s39.4 88 88 88 88-39.4 88-88-39.4-88-88-88zm0 144c-30.9 0-56-25.1-56-56s25.1-56 56-56 56 25.1 56 56-25.1 56-56 56z"/></svg>',
@@ -1001,12 +1226,12 @@ class L_Theplus_Elementor_Plugin_Options
1001
  </g>
1002
  </svg>';
1003
  $output .='</span>';
1004
- $output .='<a href="'.esc_url($widget['demoUrl']).'" target="_blank" class="widget-hover-details widget-info-demo">';
1005
  $output .='<svg xmlns="http://www.w3.org/2000/svg" width="9" height="8" viewBox="0 0 10 9.009">
1006
  <path d="M9.755,36.8a.787.787,0,0,0-.589-.255H.833a.788.788,0,0,0-.589.255A.851.851,0,0,0,0,37.409V43.3a.851.851,0,0,0,.245.612.788.788,0,0,0,.589.254H3.667a1.171,1.171,0,0,1-.083.422,3.905,3.905,0,0,1-.167.379.614.614,0,0,0-.083.238.339.339,0,0,0,.1.244.314.314,0,0,0,.234.1H6.333a.314.314,0,0,0,.234-.1.339.339,0,0,0,.1-.244.635.635,0,0,0-.083-.235,4.052,4.052,0,0,1-.167-.384,1.18,1.18,0,0,1-.083-.42H9.167a.787.787,0,0,0,.588-.254A.851.851,0,0,0,10,43.3v-5.89A.851.851,0,0,0,9.755,36.8Zm-.422,5.116a.17.17,0,0,1-.049.122.158.158,0,0,1-.117.051H.833a.157.157,0,0,1-.117-.051.17.17,0,0,1-.049-.122v-4.5a.17.17,0,0,1,.049-.122.158.158,0,0,1,.117-.051H9.167a.157.157,0,0,1,.117.051.17.17,0,0,1,.049.122v4.5Z" transform="translate(0 -36.543)" />
1007
  </svg>';
1008
  $output .='</a>';
1009
- $output .='<a href="'.esc_url($widget['docUrl']).'" target="_blank" class="widget-hover-details widget-info-doc">';
1010
  $output .='<svg xmlns="http://www.w3.org/2000/svg" width="8.053" height="10.166" viewBox="0 0 8.053 10.166">
1011
  <g transform="translate(-41.796)">
1012
  <g transform="translate(42.06 1.188)">
@@ -1023,7 +1248,7 @@ class L_Theplus_Elementor_Plugin_Options
1023
  </g>
1024
  </svg>';
1025
  $output .='</a>';
1026
- $output .='<a href="'.esc_url($widget['videoUrl']).'" target="_blank" class="widget-hover-details widget-info-video">';
1027
  $output .='<svg xmlns="http://www.w3.org/2000/svg" width="8" height="10" viewBox="0 0 7.801 10.037">
1028
  <path d="M47.444,44.945a.4.4,0,0,1-.4-.4V35.308a.4.4,0,0,1,.62-.334l7,4.618a.4.4,0,0,1,.181.334.4.4,0,0,1-.181.334l-7,4.619a.4.4,0,0,1-.22.066Zm.4-8.894V43.8l5.874-3.876Z" transform="translate(-47.044 -34.909)" />
1029
  </svg>';
@@ -1077,12 +1302,12 @@ class L_Theplus_Elementor_Plugin_Options
1077
  </g>
1078
  </svg>';
1079
  $output .='</span>';
1080
- $output .='<a href="'.esc_url($widget['demoUrl']).'" target="_blank" class="widget-hover-details widget-info-demo">';
1081
  $output .='<svg xmlns="http://www.w3.org/2000/svg" width="9" height="8" viewBox="0 0 10 9.009">
1082
  <path d="M9.755,36.8a.787.787,0,0,0-.589-.255H.833a.788.788,0,0,0-.589.255A.851.851,0,0,0,0,37.409V43.3a.851.851,0,0,0,.245.612.788.788,0,0,0,.589.254H3.667a1.171,1.171,0,0,1-.083.422,3.905,3.905,0,0,1-.167.379.614.614,0,0,0-.083.238.339.339,0,0,0,.1.244.314.314,0,0,0,.234.1H6.333a.314.314,0,0,0,.234-.1.339.339,0,0,0,.1-.244.635.635,0,0,0-.083-.235,4.052,4.052,0,0,1-.167-.384,1.18,1.18,0,0,1-.083-.42H9.167a.787.787,0,0,0,.588-.254A.851.851,0,0,0,10,43.3v-5.89A.851.851,0,0,0,9.755,36.8Zm-.422,5.116a.17.17,0,0,1-.049.122.158.158,0,0,1-.117.051H.833a.157.157,0,0,1-.117-.051.17.17,0,0,1-.049-.122v-4.5a.17.17,0,0,1,.049-.122.158.158,0,0,1,.117-.051H9.167a.157.157,0,0,1,.117.051.17.17,0,0,1,.049.122v4.5Z" transform="translate(0 -36.543)" />
1083
  </svg>';
1084
  $output .='</a>';
1085
- $output .='<a href="'.esc_url($widget['docUrl']).'" target="_blank" class="widget-hover-details widget-info-doc">';
1086
  $output .='<svg xmlns="http://www.w3.org/2000/svg" width="8.053" height="10.166" viewBox="0 0 8.053 10.166">
1087
  <g transform="translate(-41.796)">
1088
  <g transform="translate(42.06 1.188)">
@@ -1099,7 +1324,7 @@ class L_Theplus_Elementor_Plugin_Options
1099
  </g>
1100
  </svg>';
1101
  $output .='</a>';
1102
- $output .='<a href="'.esc_url($widget['videoUrl']).'" target="_blank" class="widget-hover-details widget-info-video">';
1103
  $output .='<svg xmlns="http://www.w3.org/2000/svg" width="8" height="10" viewBox="0 0 7.801 10.037">
1104
  <path d="M47.444,44.945a.4.4,0,0,1-.4-.4V35.308a.4.4,0,0,1,.62-.334l7,4.618a.4.4,0,0,1,.181.334.4.4,0,0,1-.181.334l-7,4.619a.4.4,0,0,1-.22.066Zm.4-8.894V43.8l5.874-3.876Z" transform="translate(-47.044 -34.909)" />
1105
  </svg>';
@@ -1249,7 +1474,7 @@ class L_Theplus_Elementor_Plugin_Options
1249
  foreach ($option_tabs as $option_tab):
1250
  $tab_slug = $option_tab['id'];
1251
  $nav_class = 'nav-tab';
1252
- if ($tab_slug == $_GET['page']) {
1253
  $nav_class .= ' nav-tab-active'; //add active class to current tab
1254
  $tab_forms[] = $option_tab; //add current tab to forms to be rendered
1255
  }
135
  'tp_accordion' => [
136
  'label' => esc_html__('Accordion','tpebl'),
137
  'demoUrl' => 'https://theplusaddons.com/widgets/accordion/',
138
+ 'docUrl' => 'https://docs.posimyth.com/tpae/accordion/',
139
  'videoUrl' => 'https://www.youtube.com/embed/9wy4Pgs_WcU',
140
  'tag' => 'freemium',
141
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 352 512"><path d="M176 0C73.05 0-.12 83.54 0 176.24c.06 44.28 16.5 84.67 43.56 115.54C69.21 321.03 93.85 368.68 96 384l.06 75.18c0 3.15.94 6.22 2.68 8.84l24.51 36.84c2.97 4.46 7.97 7.14 13.32 7.14h78.85c5.36 0 10.36-2.68 13.32-7.14l24.51-36.84c1.74-2.62 2.67-5.7 2.68-8.84L256 384c2.26-15.72 26.99-63.19 52.44-92.22C335.55 260.85 352 220.37 352 176 352 78.8 273.2 0 176 0zm47.94 454.31L206.85 480h-61.71l-17.09-25.69-.01-6.31h95.9v6.31zm.04-38.31h-95.97l-.07-32h96.08l-.04 32zm60.4-145.32c-13.99 15.96-36.33 48.1-50.58 81.31H118.21c-14.26-33.22-36.59-65.35-50.58-81.31C44.5 244.3 32.13 210.85 32.05 176 31.87 99.01 92.43 32 176 32c79.4 0 144 64.6 144 144 0 34.85-12.65 68.48-35.62 94.68zM176 64c-61.75 0-112 50.25-112 112 0 8.84 7.16 16 16 16s16-7.16 16-16c0-44.11 35.88-80 80-80 8.84 0 16-7.16 16-16s-7.16-16-16-16z"/></svg>',
144
  'tp_adv_text_block' => [
145
  'label' => esc_html__('TP Text Block','tpebl'),
146
  'demoUrl' => 'https://theplusaddons.com/widgets/advance-text-block/',
147
+ 'docUrl' => 'https://docs.posimyth.com/tpae/advanced-text-block/',
148
  'videoUrl' => 'https://www.youtube.com/embed/SsyUaK_f3pQ',
149
  'tag' => 'free',
150
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 384 512"><path d="M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zm-22.6 22.7c2.1 2.1 3.5 4.6 4.2 7.4H256V32.5c2.8.7 5.3 2.1 7.4 4.2l83.9 83.9zM336 480H48c-8.8 0-16-7.2-16-16V48c0-8.8 7.2-16 16-16h176v104c0 13.3 10.7 24 24 24h104v304c0 8.8-7.2 16-16 16zm-48-244v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm0 64v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm0 64v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12z"/></svg>',
153
  'tp_advanced_typography' => [
154
  'label' => esc_html__('Advanced Typography','tpebl'),
155
  'demoUrl' => 'https://theplusaddons.com/widgets/advanced-typography/',
156
+ 'docUrl' => 'https://docs.posimyth.com/tpae/advanced-typography/',
157
  'videoUrl' => 'https://www.youtube.com/embed/_zdX4iGcbtA',
158
  'tag' => 'pro',
159
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path d="M440 0H296a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h56v224a128 128 0 0 1-256 0V32h56a8 8 0 0 0 8-8V8a8 8 0 0 0-8-8H8a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h56v224c0 88.22 71.78 160 160 160s160-71.78 160-160V32h56a8 8 0 0 0 8-8V8a8 8 0 0 0-8-8zm0 480H8a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h432a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8z"/></svg>',
162
  'tp_advanced_buttons' => [
163
  'label' => esc_html__('Advanced Buttons','tpebl'),
164
  'demoUrl' => 'https://theplusaddons.com/widgets/advanced-buttons/',
165
+ 'docUrl' => 'https://docs.posimyth.com/tpae/advanced-buttons/',
166
  'videoUrl' => 'https://www.youtube.com/embed/BxIrCaIRAE0',
167
  'tag' => 'pro',
168
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path d="M504.485 264.485c-4.686-4.686-12.284-4.686-16.971 0l-67.029 67.029c-7.56 7.56-2.206 20.485 8.485 20.485h49.129C461.111 420.749 390.501 473.6 304 479.452V192h52c6.627 0 12-5.373 12-12v-8c0-6.627-5.373-12-12-12h-52v-34.016c28.513-7.339 49.336-33.833 47.933-64.947-1.48-32.811-28.101-59.458-60.911-60.967C254.302-1.619 224 27.652 224 64c0 29.821 20.396 54.879 48 61.984V160h-52c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h52v287.452C185.498 473.6 114.888 420.749 97.901 352h49.129c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.03c-4.686-4.686-12.284-4.686-16.971 0l-67.029 67.03C-3.074 339.074 2.28 352 12.971 352h52.136C83.963 448.392 182.863 512 288 512c110.901 0 204.938-68.213 222.893-160h52.136c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.03zM256 64c0-17.645 14.355-32 32-32s32 14.355 32 32-14.355 32-32 32-32-14.355-32-32zM61.255 320L80 301.255 98.745 320h-37.49zm416 0L496 301.255 514.745 320h-37.49z"/></svg>',
171
  'tp_shape_divider' => [
172
  'label' => esc_html__('Advanced Separators','tpebl'),
173
  'demoUrl' => 'https://theplusaddons.com/widgets/advanced-separators/',
174
+ 'docUrl' => 'https://docs.posimyth.com/tpae/animated-separator/',
175
  'videoUrl' => 'https://www.youtube.com/embed/REW41xU0aRg',
176
  'tag' => 'pro',
177
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 640 512"><path d="M571.7 238.8c2.8-9.9 4.3-20.2 4.3-30.8 0-61.9-50.1-112-112-112-16.7 0-32.9 3.6-48 10.8-31.6-45-84.3-74.8-144-74.8-94.4 0-171.7 74.5-175.8 168.2C39.2 220.2 0 274.3 0 336c0 79.6 64.4 144 144 144h368c70.7 0 128-57.2 128-128 0-47-25.8-90.8-68.3-113.2zM512 448H144c-61.9 0-112-50.1-112-112 0-56.8 42.2-103.7 97-111-.7-5.6-1-11.3-1-17 0-79.5 64.5-144 144-144 60.3 0 111.9 37 133.4 89.6C420 137.9 440.8 128 464 128c44.2 0 80 35.8 80 80 0 18.5-6.3 35.6-16.9 49.2C573 264.4 608 304.1 608 352c0 53-43 96-96 96z"/></svg>',
180
  'tp_advertisement_banner' => [
181
  'label' => esc_html__('Advertisement Banner','tpebl'),
182
  'demoUrl' => 'https://theplusaddons.com/widgets/advrtsment-banner/',
183
+ 'docUrl' => 'https://docs.posimyth.com/tpae/advertisement-banner/',
184
  'videoUrl' => 'https://www.youtube.com/embed/ac9R_tQnh1c',
185
  'tag' => 'pro',
186
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M372 32c-19.9 0-36 16.1-36 36v172c0 64-40 96-79.9 96-40 0-80.1-32-80.1-96V68c0-19.9-16.1-36-36-36H36.4C16.4 32 .2 48.3.4 68.4c.3 24.5.6 58.4.7 91.6H0v32h1.1C1 218.3.7 242 0 257.3 0 408 136.2 504 256.8 504 377.5 504 512 408 512 257.3V68c0-19.9-16.1-36-36-36H372zM36.5 68H140v92H37.1c-.1-33.4-.4-67.4-.6-92zM476 258.1c-.1 30.4-6.6 59.3-19.4 85.8-11.9 24.9-29 47.2-50.8 66.3-20.6 18.1-45.2 32.9-71.2 42.9-25.5 9.8-52.4 15-77.9 15-25.5 0-52.5-5.2-78.2-15-26.2-10-51-24.9-71.8-43-22-19.2-39.2-41.5-51.3-66.3-12.9-26.5-19.4-55.3-19.6-85.6.7-15.9 1-39.7 1.1-66.1H140v48c0 49.2 18.9 79.7 34.8 96.6 10.8 11.5 23.5 20.4 37.8 26.5 13.8 5.9 28.5 8.9 43.5 8.9s29.7-3 43.5-8.9c14.3-6.1 27-15 37.7-26.5 15.8-16.9 34.7-47.4 34.7-96.6v-48h102.9c.1 26.2.4 50.1 1.1 66zM372 160V68h103.5c-.3 24.6-.6 58.6-.6 92H372z"/></svg>',
187
  'keyword' => ['advertisement','banner','advertisement banner'],
188
+ ],
189
+ 'tp_age_gate' => [
190
+ 'label' => esc_html__('Age Gate','tpebl'),
191
+ 'demoUrl' => 'https://theplusaddons.com/widgets/age-gate/',
192
+ 'docUrl' => 'https://docs.posimyth.com/tpae/age-gate/',
193
+ 'videoUrl' => 'https://youtu.be/L7-Kq4Er7Ps',
194
+ 'tag' => 'free',
195
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 640 512"><path fill="currentColor" d="M622.3 271.1l-115.2-45c-4.1-1.6-12.6-3.7-22.2 0l-115.2 45c-10.7 4.2-17.7 14-17.7 24.9 0 111.6 68.7 188.8 132.9 213.9 9.6 3.7 18 1.6 22.2 0C558.4 489.9 640 420.5 640 296c0-10.9-7-20.7-17.7-24.9zM496 462.4V273.3l95.5 37.3c-5.6 87.1-60.9 135.4-95.5 151.8zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm96 40c0-2.5.8-4.8 1.1-7.2-2.5-.1-4.9-.8-7.5-.8h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c6.8 0 13.3-1.5 19.2-4-54-42.9-99.2-116.7-99.2-212z"></path></svg>',
196
+ 'keyword' => ['age gate'],
197
+ ],
198
  'tp_animated_service_boxes' => [
199
  'label' => esc_html__('Animated Service Boxes','tpebl'),
200
  'demoUrl' => 'https://theplusaddons.com/widgets/animated-service-boxes/',
201
+ 'docUrl' => 'https://docs.posimyth.com/tpae/animated-service-boxes/',
202
  'videoUrl' => 'https://www.youtube.com/embed/EZDOPlaO_2Y',
203
  'tag' => 'pro',
204
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80zm320-16v106.667H192V64h128zm160 245.333H352V202.667h128v106.666zm-160 0H192V202.667h128v106.666zM32 202.667h128v106.667H32V202.667zM160 64v106.667H32V80c0-8.837 7.163-16 16-16h112zM32 432v-90.667h128V448H48c-8.837 0-16-7.163-16-16zm160 16V341.333h128V448H192zm160 0V341.333h128V432c0 8.837-7.163 16-16 16H352zm128-277.333H352V64h112c8.837 0 16 7.163 16 16v90.667z"/></svg>',
207
  'tp_audio_player' => [
208
  'label' => esc_html__('Audio Player','tpebl'),
209
  'demoUrl' => 'https://theplusaddons.com-widget/audio-player/',
210
+ 'docUrl' => 'https://docs.posimyth.com/tpae/audio-player/',
211
  'videoUrl' => 'https://www.youtube.com/embed/TUNSQWJozfk',
212
  'tag' => 'pro',
213
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M256 32C114.517 32 0 146.497 0 288v51.429a16.003 16.003 0 0 0 8.213 13.978l23.804 13.262c-.005.443-.017.886-.017 1.331 0 61.856 50.144 112 112 112h24c13.255 0 24-10.745 24-24V280c0-13.255-10.745-24-24-24h-24c-49.675 0-91.79 32.343-106.453 77.118L32 330.027V288C32 164.205 132.184 64 256 64c123.796 0 224 100.184 224 224v42.027l-5.547 3.09C459.79 288.343 417.676 256 368 256h-24c-13.255 0-24 10.745-24 24v176c0 13.255 10.745 24 24 24h24c61.856 0 112-50.144 112-112 0-.445-.012-.888-.017-1.332l23.804-13.262A16.002 16.002 0 0 0 512 339.428V288c0-141.482-114.497-256-256-256zM144 288h16v160h-16c-44.112 0-80-35.888-80-80s35.888-80 80-80zm224 160h-16V288h16c44.112 0 80 35.888 80 80s-35.888 80-80 80z"/></svg>',
216
  'tp_before_after' => [
217
  'label' => esc_html__('Before After','tpebl'),
218
  'demoUrl' => 'https://theplusaddons.com/widgets/before-after-2/',
219
+ 'docUrl' => 'https://docs.posimyth.com/tpae/before-after/',
220
  'videoUrl' => 'https://www.youtube.com/embed/vi_lRiOeOfc',
221
  'tag' => 'pro',
222
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path d="M288 403.4l-145.5 76.5 27.8-162L52.5 203.1l162.7-23.6L288 32V0c-11.4 0-22.8 5.9-28.7 17.8L194 150.2 47.9 171.4c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.1 23 46 46.4 33.7L288 439.6v-36.2z"/></svg>',
225
  'tp_blockquote' => [
226
  'label' => esc_html__('Blockquote','tpebl'),
227
  'demoUrl' => 'https://theplusaddons.com/widgets/blockquote/',
228
+ 'docUrl' => 'https://docs.posimyth.com/tpae/blockquote/',
229
  'videoUrl' => 'https://www.youtube.com/embed/Ma7YtFHXIrs',
230
  'tag' => 'free',
231
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M448 224h-64v-24c0-30.9 25.1-56 56-56h16c22.1 0 40-17.9 40-40V72c0-22.1-17.9-40-40-40h-16c-92.6 0-168 75.4-168 168v216c0 35.3 28.7 64 64 64h112c35.3 0 64-28.7 64-64V288c0-35.3-28.7-64-64-64zm32 192c0 17.7-14.3 32-32 32H336c-17.7 0-32-14.3-32-32V200c0-75.1 60.9-136 136-136h16c4.4 0 8 3.6 8 8v32c0 4.4-3.6 8-8 8h-16c-48.6 0-88 39.4-88 88v56h96c17.7 0 32 14.3 32 32v128zM176 224h-64v-24c0-30.9 25.1-56 56-56h16c22.1 0 40-17.9 40-40V72c0-22.1-17.9-40-40-40h-16C75.4 32 0 107.4 0 200v216c0 35.3 28.7 64 64 64h112c35.3 0 64-28.7 64-64V288c0-35.3-28.7-64-64-64zm32 192c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V200c0-75.1 60.9-136 136-136h16c4.4 0 8 3.6 8 8v32c0 4.4-3.6 8-8 8h-16c-48.6 0-88 39.4-88 88v56h96c17.7 0 32 14.3 32 32v128z"/></svg>',
234
  'tp_blog_listout' => [
235
  'label' => esc_html__('Blog Listing','tpebl'),
236
  'demoUrl' => 'https://theplusaddons.com/pluslisting/#plus-blog',
237
+ 'docUrl' => 'https://docs.posimyth.com/tpae/blog-posts/',
238
  'videoUrl' => 'https://www.youtube.com/embed/JeCxbLLEqco',
239
  'tag' => 'freemium',
240
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path d="M552 64H88c-13.234 0-24 10.767-24 24v8H24c-13.255 0-24 10.745-24 24v280c0 26.51 21.49 48 48 48h504c13.233 0 24-10.767 24-24V88c0-13.233-10.767-24-24-24zM32 400V128h32v272c0 8.822-7.178 16-16 16s-16-7.178-16-16zm512 16H93.258A47.897 47.897 0 0 0 96 400V96h448v320zm-404-96h168c6.627 0 12-5.373 12-12V140c0-6.627-5.373-12-12-12H140c-6.627 0-12 5.373-12 12v168c0 6.627 5.373 12 12 12zm20-160h128v128H160V160zm-32 212v-8c0-6.627 5.373-12 12-12h168c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H140c-6.627 0-12-5.373-12-12zm224 0v-8c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0-64v-8c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0-128v-8c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0 64v-8c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12z"/></svg>',
243
  'tp_breadcrumbs_bar' => [
244
  'label' => esc_html__('Breadcrumbs Bar','tpebl'),
245
  'demoUrl' => 'https://theplusaddons.com/widgets/breadcrumb-bar/',
246
+ 'docUrl' => 'https://docs.posimyth.com/tpae/breadcrumb-bar-widget/',
247
  'videoUrl' => 'https://www.youtube.com/embed/Bzbl0LmNZ1s',
248
  'tag' => 'pro',
249
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 192 512"><path d="M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z"/></svg>',
252
  'tp_button' => [
253
  'label' => esc_html__('Button','tpebl'),
254
  'demoUrl' => 'https://theplusaddons.com/widgets/buttons/',
255
+ 'docUrl' => 'https://docs.posimyth.com/tpae/buttons/',
256
  'videoUrl' => 'https://www.youtube.com/embed/cuxzApRULv8',
257
  'tag' => 'freemium',
258
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M301.148 394.702l-79.2 79.19c-50.778 50.799-133.037 50.824-183.84 0-50.799-50.778-50.824-133.037 0-183.84l79.19-79.2a132.833 132.833 0 0 1 3.532-3.403c7.55-7.005 19.795-2.004 20.208 8.286.193 4.807.598 9.607 1.216 14.384.481 3.717-.746 7.447-3.397 10.096-16.48 16.469-75.142 75.128-75.3 75.286-36.738 36.759-36.731 96.188 0 132.94 36.759 36.738 96.188 36.731 132.94 0l79.2-79.2.36-.36c36.301-36.672 36.14-96.07-.37-132.58-8.214-8.214-17.577-14.58-27.585-19.109-4.566-2.066-7.426-6.667-7.134-11.67a62.197 62.197 0 0 1 2.826-15.259c2.103-6.601 9.531-9.961 15.919-7.28 15.073 6.324 29.187 15.62 41.435 27.868 50.688 50.689 50.679 133.17 0 183.851zm-90.296-93.554c12.248 12.248 26.362 21.544 41.435 27.868 6.388 2.68 13.816-.68 15.919-7.28a62.197 62.197 0 0 0 2.826-15.259c.292-5.003-2.569-9.604-7.134-11.67-10.008-4.528-19.371-10.894-27.585-19.109-36.51-36.51-36.671-95.908-.37-132.58l.36-.36 79.2-79.2c36.752-36.731 96.181-36.738 132.94 0 36.731 36.752 36.738 96.181 0 132.94-.157.157-58.819 58.817-75.3 75.286-2.651 2.65-3.878 6.379-3.397 10.096a163.156 163.156 0 0 1 1.216 14.384c.413 10.291 12.659 15.291 20.208 8.286a131.324 131.324 0 0 0 3.532-3.403l79.19-79.2c50.824-50.803 50.799-133.062 0-183.84-50.802-50.824-133.062-50.799-183.84 0l-79.2 79.19c-50.679 50.682-50.688 133.163 0 183.851z"/></svg>',
261
  'tp_caldera_forms' => [
262
  'label' => esc_html__('Caldera Forms','tpebl'),
263
  'demoUrl' => 'https://theplusaddons.com/widgets/caldera-forms',
264
+ 'docUrl' => 'https://docs.posimyth.com/tpae/caldera-forms-widget/',
265
  'videoUrl' => 'https://www.youtube.com/embed/8J8Qg2aMQqs',
266
  'tag' => 'free',
267
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M349.32 52.26C328.278 35.495 292.938 0 256 0c-36.665 0-71.446 34.769-93.31 52.26-34.586 27.455-109.525 87.898-145.097 117.015A47.99 47.99 0 0 0 0 206.416V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V206.413a47.989 47.989 0 0 0-17.597-37.144C458.832 140.157 383.906 79.715 349.32 52.26zM464 480H48c-8.837 0-16-7.163-16-16V206.161c0-4.806 2.155-9.353 5.878-12.392C64.16 172.315 159.658 95.526 182.59 77.32 200.211 63.27 232.317 32 256 32c23.686 0 55.789 31.27 73.41 45.32 22.932 18.207 118.436 95.008 144.714 116.468a15.99 15.99 0 0 1 5.876 12.39V464c0 8.837-7.163 16-16 16zm-8.753-216.312c4.189 5.156 3.393 12.732-1.776 16.905-22.827 18.426-55.135 44.236-104.156 83.148-21.045 16.8-56.871 52.518-93.318 52.258-36.58.264-72.826-35.908-93.318-52.263-49.015-38.908-81.321-64.716-104.149-83.143-5.169-4.173-5.966-11.749-1.776-16.905l5.047-6.212c4.169-5.131 11.704-5.925 16.848-1.772 22.763 18.376 55.014 44.143 103.938 82.978 16.85 13.437 50.201 45.69 73.413 45.315 23.219.371 56.562-31.877 73.413-45.315 48.929-38.839 81.178-64.605 103.938-82.978 5.145-4.153 12.679-3.359 16.848 1.772l5.048 6.212z"/></svg>',
270
  'tp_carousel_anything' => [
271
  'label' => esc_html__('Carousel Anything','tpebl'),
272
  'demoUrl' => 'https://theplusaddons.com/widgets/carousal-anything/',
273
+ 'docUrl' => 'https://docs.posimyth.com/tpae/carousel-anything-widget/',
274
  'videoUrl' => 'https://www.youtube.com/embed/yszLgc0TJPA',
275
  'tag' => 'pro',
276
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M504 384H192v-40c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v40H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h88v40c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-40h312c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm-344 64h-32v-96h32v96zM504 96H256V56c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v40H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h152v40c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-40h248c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm-280 64h-32V64h32v96zm280 80h-88v-40c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v40H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h312v40c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-40h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm-120 64h-32v-96h32v96z"/></svg>',
279
  'tp_carousel_remote' => [
280
  'label' => esc_html__('Carousel Remote','tpebl'),
281
  'demoUrl' => 'https://theplusaddons.com/widgets/carousal-remote/',
282
+ 'docUrl' => 'https://docs.posimyth.com/tpae/carousal-remote/',
283
  'videoUrl' => 'https://www.youtube.com/embed/gSsIVufNAr4',
284
  'tag' => 'pro',
285
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 352 512"><path fill="currentColor" d="M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z"></path></svg>',
288
  'tp_cascading_image' => [
289
  'label' => esc_html__('Cascading Image','tpebl'),
290
  'demoUrl' => 'https://theplusaddons.com/widgets/image-cascading/',
291
+ 'docUrl' => 'https://docs.posimyth.com/tpae/image-cascading/',
292
  'videoUrl' => 'https://www.youtube.com/embed/lnPIIOvAWhY',
293
  'tag' => 'pro',
294
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M404 192h-84v-52c0-6.6-5.4-12-12-12H108c-6.6 0-12 5.4-12 12v168c0 6.6 5.4 12 12 12h84v52c0 6.6 5.4 12 12 12h200c6.6 0 12-5.4 12-12V204c0-6.6-5.4-12-12-12zm-276 96V160h160v128zm256 64H224v-32h84c6.6 0 12-5.4 12-12v-84h64zm116-224c6.6 0 12-5.4 12-12V44c0-6.6-5.4-12-12-12h-72c-6.6 0-12 5.4-12 12v20H96V44c0-6.6-5.4-12-12-12H12C5.4 32 0 37.4 0 44v72c0 6.6 5.4 12 12 12h20v256H12c-6.6 0-12 5.4-12 12v72c0 6.6 5.4 12 12 12h72c6.6 0 12-5.4 12-12v-20h320v20c0 6.6 5.4 12 12 12h72c6.6 0 12-5.4 12-12v-72c0-6.6-5.4-12-12-12h-20V128zM32 64h32v32H32zm32 384H32v-32h32zm352-52v20H96v-20c0-6.6-5.4-12-12-12H64V128h20c6.6 0 12-5.4 12-12V96h320v20c0 6.6 5.4 12 12 12h20v256h-20c-6.6 0-12 5.4-12 12zm64 52h-32v-32h32zM448 96V64h32v32z"/>',
297
  'tp_chart' => [
298
  'label' => esc_html__('Chart','tpebl'),
299
  'demoUrl' => 'https://theplusaddons.com/widgets/advanced-charts-js-elementor/',
300
+ 'docUrl' => 'https://docs.posimyth.com/tpae/advanced-charts/',
301
  'videoUrl' => 'https://www.youtube.com/embed/2kDLRWNj3r8',
302
  'tag' => 'pro',
303
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M500 416c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h8c6.6 0 12 5.4 12 12v340h468zM372 162l-84 54-86.5-84.5c-5.1-5.1-13.4-4.6-17.9 1L64 288v96h416l-90.3-216.7c-3-6.9-11.5-9.4-17.7-5.3zM96 299.2l98.7-131.3 89.3 89.3 85.8-57.2 61.7 152H96v-52.8z"/></svg>',
306
  'tp_circle_menu' => [
307
  'label' => esc_html__('Circle Menu','tpebl'),
308
  'demoUrl' => 'https://theplusaddons.com/widgets/circle-menu',
309
+ 'docUrl' => 'https://docs.posimyth.com/tpae/circle-menu/',
310
  'videoUrl' => 'https://www.youtube.com/embed/eYdFGdThs6A',
311
  'tag' => 'pro',
312
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M288 24.103v8.169a11.995 11.995 0 0 0 9.698 11.768C396.638 63.425 472 150.461 472 256c0 118.663-96.055 216-216 216-118.663 0-216-96.055-216-216 0-104.534 74.546-192.509 174.297-211.978A11.993 11.993 0 0 0 224 32.253v-8.147c0-7.523-6.845-13.193-14.237-11.798C94.472 34.048 7.364 135.575 8.004 257.332c.72 137.052 111.477 246.956 248.531 246.667C393.255 503.711 504 392.789 504 256c0-121.187-86.924-222.067-201.824-243.704C294.807 10.908 288 16.604 288 24.103z"/></svg>',
315
  'tp_clients_listout' => [
316
  'label' => esc_html__('Clients Listing','tpebl'),
317
  'demoUrl' => 'https://theplusaddons.com/pluslisting/#plus-clients',
318
+ 'docUrl' => 'https://docs.posimyth.com/tpae/client-logos-widget/',
319
  'videoUrl' => 'https://www.youtube.com/embed/NnqDnjmdRE',
320
  'tag' => 'freemium',
321
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M256 32c61.8 0 112 50.2 112 112s-50.2 112-112 112-112-50.2-112-112S194.2 32 256 32m128 320c52.9 0 96 43.1 96 96v32H32v-32c0-52.9 43.1-96 96-96 85 0 67.3 16 128 16 60.9 0 42.9-16 128-16M256 0c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144S335.5 0 256 0zm128 320c-92.4 0-71 16-128 16-56.8 0-35.7-16-128-16C57.3 320 0 377.3 0 448v32c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-32c0-70.7-57.3-128-128-128z"/></svg>',
324
  'tp_contact_form_7' => [
325
  'label' => esc_html__('Contact Form 7','tpebl'),
326
  'demoUrl' => 'https://theplusaddons.com/widgets/contact-form-7/',
327
+ 'docUrl' => 'https://docs.posimyth.com/tpae/contact-form-7-widget/',
328
  'videoUrl' => 'https://www.youtube.com/embed/SxpvbUZoby8',
329
  'tag' => 'free',
330
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z"/></svg>',
333
  'tp_countdown' => [
334
  'label' => esc_html__('Count Down','tpebl'),
335
  'demoUrl' => 'https://theplusaddons.com/widgets/countdown/',
336
+ 'docUrl' => 'https://docs.posimyth.com/tpae/timer-countdown/',
337
  'videoUrl' => 'https://www.youtube.com/embed/6gB--xqBLUE',
338
  'tag' => 'free',
339
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216zm-148.9 88.3l-81.2-59c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h14c6.6 0 12 5.4 12 12v146.3l70.5 51.3c5.4 3.9 6.5 11.4 2.6 16.8l-8.2 11.3c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg>',
342
  'tp_dark_mode' => [
343
  'label' => esc_html__('Dark Mode','tpebl'),
344
  'demoUrl' => 'https://theplusaddons.com/widgets/elementor-dark-mode/',
345
+ 'docUrl' => 'https://docs.posimyth.com/tpae/dark-mode-widget/',
346
  'videoUrl' => 'https://www.youtube.com/embed/HY5KlYuWP5k',
347
  'tag' => 'pro',
348
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M256 40c119.945 0 216 97.337 216 216 0 119.945-97.337 216-216 216-119.945 0-216-97.337-216-216 0-119.945 97.337-216 216-216m0-32C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm-32 124.01v247.98c-53.855-13.8-96-63.001-96-123.99 0-60.99 42.145-110.19 96-123.99M256 96c-88.366 0-160 71.634-160 160s71.634 160 160 160V96z"/></svg>',
351
  'tp_design_tool' => [
352
  'label' => esc_html__('Design Tool','tpebl'),
353
  'demoUrl' => 'https://theplusaddons.com/plus-extras/design-tool/',
354
+ 'docUrl' => 'https://docs.posimyth.com/tpae/grid-design-tool-tutorial/',
355
  'videoUrl' => 'https://www.youtube.com/embed/HL36KplDhVo',
356
  'tag' => 'pro',
357
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path d="M439 48H7a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h432a8 8 0 0 0 8-8V56a8 8 0 0 0-8-8zm0 384H7a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h432a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8zm0-128H7a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h432a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8zm0-128H7a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h432a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8z"/></svg>',
360
  'tp_draw_svg' => [
361
  'label' => esc_html__('Draw SVG','tpebl'),
362
  'demoUrl' => 'https://theplusaddons.com/widgets/draw-svg/',
363
+ 'docUrl' => 'https://docs.posimyth.com/tpae/draw-svg/',
364
  'videoUrl' => 'https://www.youtube.com/embed/mUSu64Y0YoI',
365
  'tag' => 'pro',
366
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M120.81 248c-25.96 0-44.8 16.8-44.8 39.95 0 23.15 18.84 39.95 44.8 39.95l10.14.1c39.21 0 45.06-20.1 45.06-32.08-.01-24.68-31.1-47.92-55.2-47.92zm10.14 56c-3.51 0-7.02-.1-10.14-.1-12.48 0-20.8-6.38-20.8-15.95s8.32-15.95 20.8-15.95 31.2 14.36 31.2 23.93c0 7.17-10.54 8.07-21.06 8.07zm260.24-56c-24.1 0-55.19 23.24-55.19 47.93 0 11.98 5.85 32.08 45.06 32.08l10.14-.1c25.96 0 44.8-16.8 44.8-39.95-.01-23.16-18.85-39.96-44.81-39.96zm0 55.9c-3.12 0-6.63.1-10.14.1-10.53 0-21.06-.9-21.06-8.07 0-9.57 18.72-23.93 31.2-23.93s20.8 6.38 20.8 15.95-8.32 15.95-20.8 15.95zm114.8-140.94c-7.34-11.88-20.06-18.97-34.03-18.97H422.3l-8.07-24.76C403.5 86.29 372.8 64 338.17 64H173.83c-34.64 0-65.33 22.29-76.06 55.22l-8.07 24.76H40.04c-13.97 0-26.69 7.09-34.03 18.97s-8 26.42-1.75 38.91l5.78 11.61c3.96 7.88 9.92 14.09 17 18.55-6.91 11.74-11.03 25.32-11.03 39.97V400c0 26.47 21.53 48 48 48h16c26.47 0 48-21.53 48-48v-16H384v16c0 26.47 21.53 48 48 48h16c26.47 0 48-21.53 48-48V271.99c0-14.66-4.12-28.23-11.03-39.98 7.09-4.46 13.04-10.68 17-18.57l5.78-11.56c6.24-12.5 5.58-27.05-1.76-38.92zM128.2 129.14C134.66 109.32 153 96 173.84 96h164.33c20.84 0 39.18 13.32 45.64 33.13l20.47 62.85H107.73l20.47-62.84zm-89.53 70.02l-5.78-11.59c-1.81-3.59-.34-6.64.34-7.78.87-1.42 2.94-3.8 6.81-3.8h39.24l-6.45 19.82a80.69 80.69 0 0 0-23.01 11.29c-4.71-1-8.94-3.52-11.15-7.94zM96.01 400c0 8.83-7.19 16-16 16h-16c-8.81 0-16-7.17-16-16v-16h48v16zm367.98 0c0 8.83-7.19 16-16 16h-16c-8.81 0-16-7.17-16-16v-16h48v16zm0-80.01v32H48.01v-80c0-26.47 21.53-48 48-48h319.98c26.47 0 48 21.53 48 48v48zm15.12-132.41l-5.78 11.55c-2.21 4.44-6.44 6.97-11.15 7.97-6.94-4.9-14.69-8.76-23.01-11.29l-6.45-19.82h39.24c3.87 0 5.94 2.38 6.81 3.8.69 1.14 2.16 4.18.34 7.79z"/></svg>',
369
  'tp_dynamic_categories' => [
370
  'label' => esc_html__('Dynamic Categories','tpebl'),
371
  'demoUrl' => 'https://theplusaddons.com/pluslisting/dynamic-category/',
372
+ 'docUrl' => 'https://docs.posimyth.com/tpae/dynamic-category-widget/',
373
  'videoUrl' => 'https://www.youtube.com/embed/Atp_gVyWko8',
374
  'tag' => 'pro',
375
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M256 224c-79.41 0-192 122.76-192 200.25 0 34.9 26.81 55.75 71.74 55.75 48.84 0 81.09-25.08 120.26-25.08 39.51 0 71.85 25.08 120.26 25.08 44.93 0 71.74-20.85 71.74-55.75C448 346.76 335.41 224 256 224zm120.26 224c-20.3 0-37.81-5.77-56.35-11.88-19.68-6.49-40.02-13.19-63.91-13.19-23.65 0-43.85 6.67-63.39 13.12-18.64 6.15-36.25 11.96-56.87 11.96C96 448 96 430.12 96 424.25 96 361.35 196.19 256 256 256s160 105.35 160 168.25c0 5.87 0 23.75-39.74 23.75zm98.57-286.73c-3.57-.86-7.2-1.27-10.81-1.27-25.85 0-51.62 21-60.74 51.39-10.4 34.65 4.77 68.38 33.89 75.34 3.58.86 7.2 1.27 10.81 1.27 25.85 0 51.62-21 60.74-51.39 10.4-34.65-4.77-68.38-33.89-75.34zm3.24 66.14C472.7 245.3 458.55 256 447.98 256c-1.16 0-2.29-.13-3.37-.39-3.7-.88-6.72-3.32-8.98-7.25-4.13-7.18-4.76-17.55-1.7-27.76 5.37-17.9 19.52-28.6 30.1-28.6 1.16 0 2.29.13 3.37.39 3.7.88 6.72 3.33 8.98 7.25 4.12 7.18 4.76 17.55 1.69 27.77zm-159.51-36.8c3.55.93 7.15 1.38 10.76 1.38 27.84 0 56.22-26.82 66.7-65.25 11.84-43.42-3.64-85.21-34.58-93.36a41.92 41.92 0 0 0-10.76-1.39c-27.84 0-56.22 26.82-66.7 65.26-11.84 43.42 3.64 85.22 34.58 93.36zm-3.71-84.93C322.27 78.48 340.43 64 350.68 64c.91 0 1.77.11 2.61.33 4.13 1.09 7.12 5 8.9 8.09 5.08 8.8 8.52 25.48 2.95 45.91-7.42 27.19-25.57 41.67-35.83 41.67-.91 0-1.77-.11-2.62-.33-4.12-1.08-7.12-4.99-8.9-8.08-5.07-8.81-8.51-25.48-2.94-45.91zM182.68 192c3.61 0 7.21-.45 10.76-1.38 30.94-8.14 46.42-49.94 34.58-93.36C217.54 58.82 189.16 32 161.32 32c-3.61 0-7.21.45-10.76 1.39-30.94 8.14-46.42 49.94-34.58 93.36 10.48 38.43 38.87 65.25 66.7 65.25zM149.8 72.42c1.78-3.09 4.78-7 8.9-8.09.85-.22 1.7-.33 2.61-.33 10.26 0 28.41 14.48 35.83 41.68 5.57 20.43 2.13 37.11-2.95 45.91-1.78 3.09-4.77 7-8.9 8.08-.85.22-1.7.33-2.61.33-10.26 0-28.41-14.48-35.83-41.68-5.57-20.42-2.13-37.1 2.95-45.9zM74.84 286.73c29.12-6.96 44.29-40.69 33.88-75.34C99.6 181 73.83 160 47.98 160c-3.62 0-7.24.41-10.81 1.27-29.12 6.96-44.29 40.69-33.89 75.34C12.4 267 38.18 288 64.02 288c3.62 0 7.24-.41 10.82-1.27zM33.93 227.4c-3.06-10.21-2.43-20.59 1.7-27.76 2.26-3.93 5.28-6.37 8.98-7.25 1.08-.26 2.21-.39 3.37-.39 10.57 0 24.72 10.7 30.09 28.59 3.06 10.21 2.43 20.59-1.7 27.77-2.26 3.93-5.28 6.37-8.98 7.25-1.1.26-2.2.39-3.37.39-10.57 0-24.72-10.7-30.09-28.6z"/></svg>',
378
  'tp_dynamic_device' => [
379
  'label' => esc_html__('Dynamic Device','tpebl'),
380
  'demoUrl' => 'https://theplusaddons.com/widgets/device-dynamic/',
381
+ 'docUrl' => 'https://docs.posimyth.com/tpae/dynamic-devices/',
382
  'videoUrl' => 'https://www.youtube.com/embed/SxLbJhA40WM',
383
  'tag' => 'pro',
384
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 640 512"><path d="M624 368h-48V96c0-35.3-28.72-64-64-64H128c-35.28 0-64 28.7-64 64v272H16c-8.84 0-16 7.16-16 16v48c0 44.11 35.88 80 80 80h480c44.12 0 80-35.89 80-80v-48c0-8.84-7.16-16-16-16zM96 96c0-17.67 14.33-32 32-32h384c17.67 0 32 14.33 32 32v272H391.13c-4.06 0-7.02 3.13-7.92 7.09C379.98 389.35 367.23 400 352 400h-64c-15.23 0-27.98-10.65-31.21-24.91-.9-3.96-3.86-7.09-7.92-7.09H96V96zm512 336c0 26.47-21.53 48-48 48H80c-26.47 0-48-21.53-48-48v-32h194.75c6.59 18.62 24.38 32 45.25 32h96c20.88 0 38.66-13.38 45.25-32H608v32z"/></svg>',
387
  'tp_dynamic_listing' => [
388
  'label' => esc_html__('Dynamic Listing','tpebl'),
389
  'demoUrl' => 'https://theplusaddons.com/pluslisting/dynamic-listing/',
390
+ 'docUrl' => 'https://docs.posimyth.com/tpae/dynamic-listing-widget/',
391
  'videoUrl' => 'https://www.youtube.com/embed/72eMzrHj6P4',
392
  'tag' => 'pro',
393
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M464 64c8.823 0 16 7.178 16 16v352c0 8.822-7.177 16-16 16H48c-8.823 0-16-7.178-16-16V80c0-8.822 7.177-16 16-16h416m0-32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-336 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm288-148v-24a6 6 0 0 0-6-6H198a6 6 0 0 0-6 6v24a6 6 0 0 0 6 6h212a6 6 0 0 0 6-6zm0 96v-24a6 6 0 0 0-6-6H198a6 6 0 0 0-6 6v24a6 6 0 0 0 6 6h212a6 6 0 0 0 6-6zm0 96v-24a6 6 0 0 0-6-6H198a6 6 0 0 0-6 6v24a6 6 0 0 0 6 6h212a6 6 0 0 0 6-6z"/></svg>',
396
  'tp_dynamic_smart_showcase' => [
397
  'label' => esc_html__('Dynamic Smart Showcase','tpebl'),
398
  'demoUrl' => 'https://theplusaddons.com/pluslisting/#plus-magazine-post-styles',
399
+ 'docUrl' => 'https://docs.posimyth.com/tpae/magazine-post-styles/',
400
  'videoUrl' => 'https://www.youtube.com/embed/lGgVQpbmuWg',
401
  'tag' => 'pro',
402
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path fill="currentColor" d="M187.7 153.7c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7s61.7-26 61.7-57.7c0-32-27.7-57.7-61.7-57.7zm143.4 0c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7 34.3 0 61.7-26 61.7-57.7.1-32-27.4-57.7-61.7-57.7zm156.6 90l-6 4.3V49.7c0-27.4-20.6-49.7-46-49.7H76.6c-25.4 0-46 22.3-46 49.7V248c-2-1.4-4.3-2.9-6.3-4.3-15.1-10.6-25.1 4-16 17.7 18.3 22.6 53.1 50.3 106.3 72C58.3 525.1 252 555.7 248.9 457.5c0-.7.3-56.6.3-96.6 5.1 1.1 9.4 2.3 13.7 3.1 0 39.7.3 92.8.3 93.5-3.1 98.3 190.6 67.7 134.3-124 53.1-21.7 88-49.4 106.3-72 9.1-13.8-.9-28.3-16.1-17.8zm-30.5 19.2c-68.9 37.4-128.3 31.1-160.6 29.7-23.7-.9-32.6 9.1-33.7 24.9-10.3-7.7-18.6-15.5-20.3-17.1-5.1-5.4-13.7-8-27.1-7.7-31.7 1.1-89.7 7.4-157.4-28V72.3c0-34.9 8.9-45.7 40.6-45.7h317.7c30.3 0 40.9 12.9 40.9 45.7v190.6z"></path></svg>',
405
  'tp_everest_form' => [
406
  'label' => esc_html__('Everest Form','tpebl'),
407
  'demoUrl' => 'https://theplusaddons.com/widgets/everest-forms/',
408
+ 'docUrl' => 'https://docs.posimyth.com/tpae/everest-forms-widget/',
409
  'videoUrl' => 'https://www.youtube.com/embed/NIWTuStFVt8',
410
  'tag' => 'free',
411
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M349.32 52.26C328.278 35.495 292.938 0 256 0c-36.665 0-71.446 34.769-93.31 52.26-34.586 27.455-109.525 87.898-145.097 117.015A47.99 47.99 0 0 0 0 206.416V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V206.413a47.989 47.989 0 0 0-17.597-37.144C458.832 140.157 383.906 79.715 349.32 52.26zM464 480H48c-8.837 0-16-7.163-16-16V206.161c0-4.806 2.155-9.353 5.878-12.392C64.16 172.315 159.658 95.526 182.59 77.32 200.211 63.27 232.317 32 256 32c23.686 0 55.789 31.27 73.41 45.32 22.932 18.207 118.436 95.008 144.714 116.468a15.99 15.99 0 0 1 5.876 12.39V464c0 8.837-7.163 16-16 16zm-8.753-216.312c4.189 5.156 3.393 12.732-1.776 16.905-22.827 18.426-55.135 44.236-104.156 83.148-21.045 16.8-56.871 52.518-93.318 52.258-36.58.264-72.826-35.908-93.318-52.263-49.015-38.908-81.321-64.716-104.149-83.143-5.169-4.173-5.966-11.749-1.776-16.905l5.047-6.212c4.169-5.131 11.704-5.925 16.848-1.772 22.763 18.376 55.014 44.143 103.938 82.978 16.85 13.437 50.201 45.69 73.413 45.315 23.219.371 56.562-31.877 73.413-45.315 48.929-38.839 81.178-64.605 103.938-82.978 5.145-4.153 12.679-3.359 16.848 1.772l5.048 6.212z"/></svg>',
414
  'tp_flip_box' => [
415
  'label' => esc_html__('Flip Box','tpebl'),
416
  'demoUrl' => 'https://theplusaddons.com/widgets/flipbox/',
417
+ 'docUrl' => 'https://docs.posimyth.com/tpae/flipbox/',
418
  'videoUrl' => 'https://www.youtube.com/embed/rbasfNo7K_E',
419
  'tag' => 'freemium',
420
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 464c-118.663 0-216-96.055-216-216 0-118.663 96.055-216 216-216 118.663 0 216 96.055 216 216 0 118.663-96.055 216-216 216zm0-296c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80zm0 128c-26.467 0-48-21.533-48-48s21.533-48 48-48 48 21.533 48 48-21.533 48-48 48z"/></svg>',
423
  'tp_gallery_listout' => [
424
  'label' => esc_html__('Gallery Listing','tpebl'),
425
  'demoUrl' => 'https://theplusaddons.com/pluslisting/#plus-gallery',
426
+ 'docUrl' => 'https://docs.posimyth.com/tpae/image-gallery-widget/',
427
  'videoUrl' => 'https://www.youtube.com/embed/tw7aIjUKbIk',
428
  'tag' => 'freemium',
429
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path fill="currentColor" d="M301.1 212c4.4 4.4 4.4 11.9 0 16.3l-9.7 9.7c-4.4 4.7-11.9 4.7-16.6 0l-10.5-10.5c-4.4-4.7-4.4-11.9 0-16.6l9.7-9.7c4.4-4.4 11.9-4.4 16.6 0l10.5 10.8zm-30.2-19.7c3-3 3-7.8 0-10.5-2.8-3-7.5-3-10.5 0-2.8 2.8-2.8 7.5 0 10.5 3.1 2.8 7.8 2.8 10.5 0zm-26 5.3c-3 2.8-3 7.5 0 10.2 2.8 3 7.5 3 10.5 0 2.8-2.8 2.8-7.5 0-10.2-3-3-7.7-3-10.5 0zm72.5-13.3c-19.9-14.4-33.8-43.2-11.9-68.1 21.6-24.9 40.7-17.2 59.8.8 11.9 11.3 29.3 24.9 17.2 48.2-12.5 23.5-45.1 33.2-65.1 19.1zm47.7-44.5c-8.9-10-23.3 6.9-15.5 16.1 7.4 9 32.1 2.4 15.5-16.1zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-66.2 42.6c2.5-16.1-20.2-16.6-25.2-25.7-13.6-24.1-27.7-36.8-54.5-30.4 11.6-8 23.5-6.1 23.5-6.1.3-6.4 0-13-9.4-24.9 3.9-12.5.3-22.4.3-22.4 15.5-8.6 26.8-24.4 29.1-43.2 3.6-31-18.8-59.2-49.8-62.8-22.1-2.5-43.7 7.7-54.3 25.7-23.2 40.1 1.4 70.9 22.4 81.4-14.4-1.4-34.3-11.9-40.1-34.3-6.6-25.7 2.8-49.8 8.9-61.4 0 0-4.4-5.8-8-8.9 0 0-13.8 0-24.6 5.3 11.9-15.2 25.2-14.4 25.2-14.4 0-6.4-.6-14.9-3.6-21.6-5.4-11-23.8-12.9-31.7 2.8.1-.2.3-.4.4-.5-5 11.9-1.1 55.9 16.9 87.2-2.5 1.4-9.1 6.1-13 10-21.6 9.7-56.2 60.3-56.2 60.3-28.2 10.8-77.2 50.9-70.6 79.7.3 3 1.4 5.5 3 7.5-2.8 2.2-5.5 5-8.3 8.3-11.9 13.8-5.3 35.2 17.7 24.4 15.8-7.2 29.6-20.2 36.3-30.4 0 0-5.5-5-16.3-4.4 27.7-6.6 34.3-9.4 46.2-9.1 8 3.9 8-34.3 8-34.3 0-14.7-2.2-31-11.1-41.5 12.5 12.2 29.1 32.7 28 60.6-.8 18.3-15.2 23-15.2 23-9.1 16.6-43.2 65.9-30.4 106 0 0-9.7-14.9-10.2-22.1-17.4 19.4-46.5 52.3-24.6 64.5 26.6 14.7 108.8-88.6 126.2-142.3 34.6-20.8 55.4-47.3 63.9-65 22 43.5 95.3 94.5 101.1 59z"></path></svg>',
432
  'tp_google_map' => [
433
  'label' => esc_html__('Google Map','tpebl'),
434
  'demoUrl' => 'https://theplusaddons.com/widgets/google-maps/',
435
+ 'docUrl' => 'https://docs.posimyth.com/tpae/google-maps/',
436
  'videoUrl' => 'https://www.youtube.com/embed/NwY-Pt8q-6g',
437
  'tag' => 'pro',
438
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path d="M560.02 32c-1.96 0-3.98.37-5.96 1.16L384.01 96H384L212 35.28A64.252 64.252 0 0 0 191.76 32c-6.69 0-13.37 1.05-19.81 3.14L20.12 87.95A32.006 32.006 0 0 0 0 117.66v346.32C0 473.17 7.53 480 15.99 480c1.96 0 3.97-.37 5.96-1.16L192 416l172 60.71a63.98 63.98 0 0 0 40.05.15l151.83-52.81A31.996 31.996 0 0 0 576 394.34V48.02c0-9.19-7.53-16.02-15.98-16.02zM30.63 118.18L176 67.61V387.8L31.91 441.05l-1.28-322.87zM208 387.71V67.8l160 56.48v319.91l-160-56.48zm192 56.68V124.2l144.09-53.26 1.28 322.87L400 444.39z"/></svg>',
450
  'tp_heading_animation' => [
451
  'label' => esc_html__('Heading Animation','tpebl'),
452
  'demoUrl' => 'https://theplusaddons.com/widgets/heading-animation/',
453
+ 'docUrl' => 'https://docs.posimyth.com/tpae/animated-text/',
454
  'videoUrl' => 'https://www.youtube.com/embed/LTgDD_v8ioA',
455
  'tag' => 'free',
456
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 192 512"><path d="M96 38.223C75.091 13.528 39.824 1.336 6.191.005 2.805-.129 0 2.617 0 6.006v20.013c0 3.191 2.498 5.847 5.686 5.989C46.519 33.825 80 55.127 80 80v160H38a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h42v160c0 24.873-33.481 46.175-74.314 47.992-3.188.141-5.686 2.797-5.686 5.989v20.013c0 3.389 2.806 6.135 6.192 6.002C40.03 510.658 75.193 498.351 96 473.777c20.909 24.695 56.176 36.887 89.809 38.218 3.386.134 6.191-2.612 6.191-6.001v-20.013c0-3.191-2.498-5.847-5.686-5.989C145.481 478.175 112 456.873 112 432V272h42a6 6 0 0 0 6-6v-20a6 6 0 0 0-6-6h-42V80c0-24.873 33.481-46.175 74.314-47.992 3.188-.142 5.686-2.798 5.686-5.989V6.006c0-3.389-2.806-6.135-6.192-6.002C151.97 1.342 116.807 13.648 96 38.223z"/></svg>',
468
  'tp_heading_title' => [
469
  'label' => esc_html__('Heading Title','tpebl'),
470
  'demoUrl' => 'https://theplusaddons.com/widgets/heading-titles/',
471
+ 'docUrl' => 'https://docs.posimyth.com/tpae/heading-title/',
472
  'videoUrl' => 'https://www.youtube.com/embed/OcJUA6gL_0Q',
473
  'tag' => 'free',
474
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path fill="currentColor" d="M448 96v320h32a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H320a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32V288H160v128h32a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32V96H32a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16h-32v128h192V96h-32a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16z"></path></svg>',
477
  'tp_hotspot' => [
478
  'label' => esc_html__('Hotspot','tpebl'),
479
  'demoUrl' => 'https://theplusaddons.com/widgets/hotspot-pin-point/',
480
+ 'docUrl' => 'https://docs.posimyth.com/tpae/hotspot-pinpoint/',
481
  'videoUrl' => 'https://www.youtube.com/embed/Cmp7vk_RKKE',
482
  'tag' => 'pro',
483
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 384 512"><path d="M300.8 203.9L290.7 128H328c13.2 0 24-10.8 24-24V24c0-13.2-10.8-24-24-24H56C42.8 0 32 10.8 32 24v80c0 13.2 10.8 24 24 24h37.3l-10.1 75.9C34.9 231.5 0 278.4 0 335.2c0 8.8 7.2 16 16 16h160V472c0 .7.1 1.3.2 1.9l8 32c2 8 13.5 8.1 15.5 0l8-32c.2-.6.2-1.3.2-1.9V351.2h160c8.8 0 16-7.2 16-16 .1-56.8-34.8-103.7-83.1-131.3zM33.3 319.2c6.8-42.9 39.6-76.4 79.5-94.5L128 96H64V32h256v64h-64l15.3 128.8c40 18.2 72.7 51.8 79.5 94.5H33.3z"/></svg>',
486
  'tp_hovercard' => [
487
  'label' => esc_html__('Hover Card','tpebl'),
488
  'demoUrl' => 'https://theplusaddons.com/widgets/advanced-hover-card-animations/',
489
+ 'docUrl' => 'https://docs.posimyth.com/tpae/hover-card-widget/',
490
  'videoUrl' => 'https://www.youtube.com/embed/BksYXVaiGk8',
491
  'tag' => 'free',
492
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path fill="currentColor" d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z"></path></svg>',
495
  'tp_image_factory' => [
496
  'label' => esc_html__('Creative Image','tpebl'),
497
  'demoUrl' => 'https://theplusaddons.com/widgets/creative-images/',
498
+ 'docUrl' => 'https://docs.posimyth.com/tpae/creative-images/',
499
  'videoUrl' => 'https://www.youtube.com/embed/NAxYbZgGwmU',
500
  'tag' => 'pro',
501
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 384 512"><path d="M159 336l-39.5-39.5c-4.7-4.7-12.3-4.7-17 0l-39 39L63 448h256V304l-55.5-55.5c-4.7-4.7-12.3-4.7-17 0L159 336zm96-50.7l32 32V416H95.1l.3-67.2 15.6-15.6 48 48c20.3-20.3 77.7-77.6 96-95.9zM127 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm0-96c17.6 0 32 14.4 32 32s-14.4 32-32 32-32-14.4-32-32 14.4-32 32-32zm242.9-62.1L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM256 32.5c2.8.7 5.3 2.1 7.4 4.2l83.9 83.9c2.1 2.1 3.5 4.6 4.2 7.4H256V32.5zM352 464c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V48c0-8.8 7.2-16 16-16h176v104c0 13.3 10.7 24 24 24h104v304z"/></svg>',
504
  'tp_info_box' => [
505
  'label' => esc_html__('Info Box','tpebl'),
506
  'demoUrl' => 'https://theplusaddons.com/widgets/infobox/',
507
+ 'docUrl' => 'https://docs.posimyth.com/tpae/infobox/',
508
  'videoUrl' => 'https://www.youtube.com/embed/wcnlT5JE0vM',
509
  'tag' => 'freemium',
510
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-36 344h12V232h-12c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h48c6.627 0 12 5.373 12 12v140h12c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12h-72c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12zm36-240c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z"/></svg>',
522
  'tp_wp_bodymovin' => [
523
  'label' => esc_html__('LottieFiles Animation','tpebl'),
524
  'demoUrl' => 'https://theplusaddons.com/widgets/lottiefiles-animations-elementor/',
525
+ 'docUrl' => 'https://docs.posimyth.com/tpae/lottiefiles-animation/',
526
  'videoUrl' => 'https://www.youtube.com/embed/_lnXp8DnNxs',
527
  'tag' => 'pro',
528
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M256 480h72.5c4.615 0 9.232-.528 13.722-1.569l123.25-28.57c13.133-3.044 24.995-10.478 33.4-20.933 8.466-10.531 13.128-23.746 13.128-37.21V177.445c0-21.438-11.684-41.333-30.492-51.92l-101.5-57.139c-36.681-20.651-64.548-.478-88.228 28.683l-156.211-60.46c-34.639-13.405-73.672 3.411-87.35 37.709-13.696 34.345 3.326 73.326 38.212 86.829L176 192l-108.5-2.843c-37.22 0-67.5 29.991-67.5 66.855s30.28 66.854 67.5 66.854h102.327c-9.558 28.393 3.681 59.705 31.297 72.775C183.12 434.864 212.126 480 256 480zM364.311 96.271l101.5 57.14c8.753 4.927 14.189 14.137 14.189 24.035v214.272c0 12.91-8.945 24.001-21.754 26.97l-123.25 28.57a28.843 28.843 0 0 1-6.496.742H256c-37.41 0-37.35-55.424 0-55.424a8 8 0 0 0 8-8v-7.143a8 8 0 0 0-8-8h-29c-37.41 0-37.351-55.425 0-55.425h29a8 8 0 0 0 8-8v-7.143a8 8 0 0 0-8-8H67.5c-47.021 0-46.929-69.709 0-69.709H256a8 8 0 0 0 8-8V201.04a8 8 0 0 0-5.112-7.461L97.981 131.305c-43.579-16.867-17.902-81.857 26.037-64.852l172.497 66.761a8.002 8.002 0 0 0 9.098-2.418l22.54-27.757c8.76-10.785 23.966-13.632 36.158-6.768z"/></svg>',
531
  'tp_mailchimp' => [
532
  'label' => esc_html__('Mailchimp','tpebl'),
533
  'demoUrl' => 'https://theplusaddons.com/widgets/mailchimp/',
534
+ 'docUrl' => 'https://docs.posimyth.com/tpae/mailchimp-subscription-widget/',
535
  'videoUrl' => 'https://www.youtube.com/embed/I7BLgbK6nBA',
536
  'tag' => 'pro',
537
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z"/></svg>',
540
  'tp_meeting_scheduler' => [
541
  'label' => esc_html__('Meeting Scheduler','tpebl'),
542
  'demoUrl' => 'https://theplusaddons.com/widgets/meeting-schedular-apps-integration-elementor/',
543
+ 'docUrl' => 'https://docs.posimyth.com/tpae/meeting-scheduler-widget/',
544
  'videoUrl' => 'https://www.youtube.com/embed/9-8Ftlb79tI',
545
  'tag' => 'free',
546
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path d="M400 64h-48V12c0-6.627-5.373-12-12-12h-8c-6.627 0-12 5.373-12 12v52H128V12c0-6.627-5.373-12-12-12h-8c-6.627 0-12 5.373-12 12v52H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zM48 96h352c8.822 0 16 7.178 16 16v48H32v-48c0-8.822 7.178-16 16-16zm352 384H48c-8.822 0-16-7.178-16-16V192h384v272c0 8.822-7.178 16-16 16z"/></svg>',
547
  'keyword' => ['meeting scheduler','calendly','freebusy','free busy','meetingbird','meeting bird','vyte','xai','x ai'],
548
  ],
549
+ 'tp_messagebox' => [
550
+ 'label' => esc_html__('Message Box','tpebl'),
551
+ 'demoUrl' => 'https://theplusaddons.com/widgets/message-box/',
552
+ 'docUrl' => 'https://docs.posimyth.com/tpae/message-box/',
553
+ 'videoUrl' => 'https://youtu.be/yEdMsJiC7Js',
554
+ 'tag' => 'free',
555
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path d="M400 64h-48V12c0-6.627-5.373-12-12-12h-8c-6.627 0-12 5.373-12 12v52H128V12c0-6.627-5.373-12-12-12h-8c-6.627 0-12 5.373-12 12v52H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zM48 96h352c8.822 0 16 7.178 16 16v48H32v-48c0-8.822 7.178-16 16-16zm352 384H48c-8.822 0-16-7.178-16-16V192h384v272c0 8.822-7.178 16-16 16z"/></svg>',
556
+ 'keyword' => ['message box'],
557
+ ],
558
  'tp_mobile_menu' => [
559
  'label' => esc_html__('Mobile Menu','tpebl'),
560
  'demoUrl' => 'https://theplusaddons.com/widgets/mobile-menu/',
561
+ 'docUrl' => 'https://docs.posimyth.com/tpae/mobile-menu/',
562
  'videoUrl' => 'https://www.youtube.com/embed/PDXbtRsYwGE',
563
  'tag' => 'pro',
564
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 320 512"><path d="M192 416c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zM320 48v416c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h224c26.5 0 48 21.5 48 48zm-32 0c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v416c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V48z"/></svg>',
567
  'tp_morphing_layouts' => [
568
  'label' => esc_html__('Morphing Layouts','tpebl'),
569
  'demoUrl' => 'https://theplusaddons.com/widgets/morphing-sections/',
570
+ 'docUrl' => 'https://docs.posimyth.com/tpae/morphing-sections/',
571
  'videoUrl' => 'https://www.youtube.com/embed/VDBINvedP2k',
572
  'tag' => 'pro',
573
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 640 512"><path d="M634.4 279.09L525.35 103.12C522.18 98.38 517.09 96 512 96s-10.18 2.38-13.35 7.12L389.6 279.09c-3.87 5.78-6.09 12.72-5.51 19.64C389.56 364.4 444.74 416 512 416s122.44-51.6 127.91-117.27c.58-6.92-1.64-13.86-5.51-19.64zM512 384c-41.58 0-77.55-27.13-90.78-64h181.2C589 357.23 553.28 384 512 384zm-90.27-96l90.31-145.76L602.98 288H421.73zM536 480H336V125.74c27.56-7.14 48-31.95 48-61.74h152c4.42 0 8-3.58 8-8V40c0-4.42-3.58-8-8-8H374.89c-.15-.26-4.37-11.11-19.11-21.07C345.57 4.03 333.25 0 320 0s-25.57 4.03-35.78 10.93c-14.74 9.96-18.96 20.81-19.11 21.07H104c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h152c0 29.79 20.44 54.6 48 61.74V480H104c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h432c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zM288 64c0-17.67 14.33-32 32-32s32 14.33 32 32-14.33 32-32 32-32-14.33-32-32zm-32.09 234.73c.58-6.92-1.64-13.86-5.51-19.64L141.35 103.12C138.18 98.38 133.09 96 128 96s-10.18 2.38-13.35 7.12L5.6 279.09c-3.87 5.78-6.09 12.72-5.51 19.64C5.56 364.4 60.74 416 128 416s122.44-51.6 127.91-117.27zM128.04 142.24L218.98 288H37.73l90.31-145.76zM37.22 320h181.2C205 357.23 169.28 384 128 384c-41.58 0-77.55-27.13-90.78-64z"/></svg>',
574
  'keyword' => ['morphing', 'morphing sections', 'blob section', 'blob builder', 'SVG Sections'],
575
+ ],
576
+ 'tp_mouse_cursor' => [
577
+ 'label' => esc_html__('Mouse Cursor','tpebl'),
578
+ 'demoUrl' => 'https://theplusaddons.com/widgets/mouse-cursor-icon-widget/',
579
+ 'docUrl' => 'https://docs.posimyth.com/tpae/mouse-cursor/',
580
+ 'videoUrl' => 'https://youtu.be/ggEhdsdjxxw',
581
+ 'tag' => 'pro',
582
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 320 512"><path d="M154.149 488.438l-41.915-101.865-46.788 52.8C42.432 465.345 0 448.788 0 413.5V38.561c0-34.714 41.401-51.675 64.794-26.59L309.547 274.41c22.697 24.335 6.074 65.09-27.195 65.09h-65.71l42.809 104.037c8.149 19.807-1.035 42.511-20.474 50.61l-36 15.001c-19.036 7.928-40.808-1.217-48.828-20.71zm-31.84-161.482l61.435 149.307c1.182 2.877 4.117 4.518 6.926 3.347l35.999-15c3.114-1.298 4.604-5.455 3.188-8.896L168.872 307.5h113.479c5.009 0 7.62-7.16 3.793-11.266L41.392 33.795C37.785 29.932 32 32.879 32 38.561V413.5c0 5.775 5.935 8.67 9.497 4.65l80.812-91.194z"/></svg>',
583
+ 'keyword' => ['mouse cursor'],
584
+ ],
585
  'tp_navigation_menu_lite' => [
586
  'label' => esc_html__('TP Navigation Menu Lite','tpebl'),
587
  'demoUrl' => 'https://theplusaddons.com/widgets/elementor-header-navigation-builder/',
588
+ 'docUrl' => 'https://docs.posimyth.com/tpae/navigation-menu/',
589
  'videoUrl' => 'https://www.youtube.com/embed/ozRGPdEu9qQ',
590
  'tag' => 'free',
591
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path d="M442 114H6a6 6 0 0 1-6-6V84a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6zm0 160H6a6 6 0 0 1-6-6v-24a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6zm0 160H6a6 6 0 0 1-6-6v-24a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6z"/></svg>',
594
  'tp_navigation_menu' => [
595
  'label' => esc_html__('TP Navigation Menu','tpebl'),
596
  'demoUrl' => 'https://theplusaddons.com/widgets/navigation-menu/',
597
+ 'docUrl' => 'https://docs.posimyth.com/tpae/navigation-builder-widget/',
598
  'videoUrl' => 'https://www.youtube.com/embed/ozRGPdEu9qQ',
599
  'tag' => 'pro',
600
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path d="M442 114H6a6 6 0 0 1-6-6V84a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6zm0 160H6a6 6 0 0 1-6-6v-24a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6zm0 160H6a6 6 0 0 1-6-6v-24a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6z"/></svg>',
603
  'tp_ninja_form' => [
604
  'label' => esc_html__('Ninja Form','tpebl'),
605
  'demoUrl' => 'https://theplusaddons.com/widgets/ninja-forms/',
606
+ 'docUrl' => 'https://docs.posimyth.com/tpae/ninja-forms-widget/',
607
  'videoUrl' => 'https://www.youtube.com/embed/fVxGZW8SZgE',
608
  'tag' => 'free',
609
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M349.32 52.26C328.278 35.495 292.938 0 256 0c-36.665 0-71.446 34.769-93.31 52.26-34.586 27.455-109.525 87.898-145.097 117.015A47.99 47.99 0 0 0 0 206.416V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V206.413a47.989 47.989 0 0 0-17.597-37.144C458.832 140.157 383.906 79.715 349.32 52.26zM464 480H48c-8.837 0-16-7.163-16-16V206.161c0-4.806 2.155-9.353 5.878-12.392C64.16 172.315 159.658 95.526 182.59 77.32 200.211 63.27 232.317 32 256 32c23.686 0 55.789 31.27 73.41 45.32 22.932 18.207 118.436 95.008 144.714 116.468a15.99 15.99 0 0 1 5.876 12.39V464c0 8.837-7.163 16-16 16zm-8.753-216.312c4.189 5.156 3.393 12.732-1.776 16.905-22.827 18.426-55.135 44.236-104.156 83.148-21.045 16.8-56.871 52.518-93.318 52.258-36.58.264-72.826-35.908-93.318-52.263-49.015-38.908-81.321-64.716-104.149-83.143-5.169-4.173-5.966-11.749-1.776-16.905l5.047-6.212c4.169-5.131 11.704-5.925 16.848-1.772 22.763 18.376 55.014 44.143 103.938 82.978 16.85 13.437 50.201 45.69 73.413 45.315 23.219.371 56.562-31.877 73.413-45.315 48.929-38.839 81.178-64.605 103.938-82.978 5.145-4.153 12.679-3.359 16.848 1.772l5.048 6.212z"/></svg>',
612
  'tp_number_counter' => [
613
  'label' => esc_html__('Number Counter','tpebl'),
614
  'demoUrl' => 'https://theplusaddons.com/widgets/number-counter/',
615
+ 'docUrl' => 'https://docs.posimyth.com/tpae/number-counter-widget/',
616
  'videoUrl' => 'https://www.youtube.com/embed/QdlEv0BTkRc',
617
  'tag' => 'free',
618
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path d="M446.381 182.109l1.429-8c1.313-7.355-4.342-14.109-11.813-14.109h-98.601l20.338-113.891C359.047 38.754 353.392 32 345.92 32h-8.127a12 12 0 0 0-11.813 9.891L304.89 160H177.396l20.338-113.891C199.047 38.754 193.392 32 185.92 32h-8.127a12 12 0 0 0-11.813 9.891L144.89 160H42.003a12 12 0 0 0-11.813 9.891l-1.429 8C27.448 185.246 33.103 192 40.575 192h98.6l-22.857 128H13.432a12 12 0 0 0-11.813 9.891l-1.429 8C-1.123 345.246 4.532 352 12.003 352h98.601L90.266 465.891C88.953 473.246 94.608 480 102.08 480h8.127a12 12 0 0 0 11.813-9.891L143.11 352h127.494l-20.338 113.891C248.953 473.246 254.608 480 262.08 480h8.127a12 12 0 0 0 11.813-9.891L303.11 352h102.886a12 12 0 0 0 11.813-9.891l1.429-8c1.313-7.355-4.342-14.109-11.813-14.109h-98.601l22.857-128h102.886a12 12 0 0 0 11.814-9.891zM276.318 320H148.825l22.857-128h127.494l-22.858 128z"/></svg>',
619
  'keyword' => ['number counter','counter'],
620
  ],
621
+ 'tp_post_title' => [
622
+ 'label' => esc_html__('Post Title','tpebl'),
623
+ 'demoUrl' => 'https://theplusaddons.com/blog-builder/#blog-single',
624
+ 'docUrl' => 'https://docs.posimyth.com/tpae/post-title/',
625
+ 'videoUrl' => 'https://youtu.be/sU-gLRCZnLs',
626
+ 'tag' => 'free',
627
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path fill="currentColor" d="M32 64h32v160c0 88.22 71.78 160 160 160s160-71.78 160-160V64h32a16 16 0 0 0 16-16V16a16 16 0 0 0-16-16H272a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32v160a80 80 0 0 1-160 0V64h32a16 16 0 0 0 16-16V16a16 16 0 0 0-16-16H32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm400 384H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z"></path></svg>',
628
+ 'keyword' => ['post title'],
629
+ ],
630
+ 'tp_post_content' => [
631
+ 'label' => esc_html__('Post Content','tpebl'),
632
+ 'demoUrl' => 'https://theplusaddons.com/blog-builder/#blog-single',
633
+ 'docUrl' => 'https://docs.posimyth.com/tpae/post-content/',
634
+ 'videoUrl' => 'https://youtu.be/sU-gLRCZnLs',
635
+ 'tag' => 'free',
636
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 384 512"><path fill="currentColor" d="M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 236c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-64c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-72v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm96-114.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z"></path></svg>',
637
+ 'keyword' => ['post content'],
638
+ ],
639
+ 'tp_post_featured_image' => [
640
+ 'label' => esc_html__('Post Featured Image','tpebl'),
641
+ 'demoUrl' => 'https://theplusaddons.com/blog-builder/#blog-single',
642
+ 'docUrl' => 'https://docs.posimyth.com/tpae/post-featured-image/',
643
+ 'videoUrl' => 'https://youtu.be/sU-gLRCZnLs',
644
+ 'tag' => 'free',
645
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 384 512"><path fill="currentColor" d="M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm32-48h224V288l-23.5-23.5c-4.7-4.7-12.3-4.7-17 0L176 352l-39.5-39.5c-4.7-4.7-12.3-4.7-17 0L80 352v64zm48-240c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z"></path></svg>',
646
+ 'keyword' => ['post featured image'],
647
+ ],
648
+ 'tp_post_meta' => [
649
+ 'label' => esc_html__('Post Meta','tpebl'),
650
+ 'demoUrl' => 'https://theplusaddons.com/blog-builder/#blog-single',
651
+ 'docUrl' => 'https://docs.posimyth.com/tpae/post-meta/',
652
+ 'videoUrl' => 'https://youtu.be/sU-gLRCZnLs',
653
+ 'tag' => 'free',
654
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path fill="currentColor" d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"></path></svg>',
655
+ 'keyword' => ['post meta'],
656
+ ],
657
+ 'tp_post_author' => [
658
+ 'label' => esc_html__('Post Author','tpebl'),
659
+ 'demoUrl' => 'https://theplusaddons.com/blog-builder/#blog-single',
660
+ 'docUrl' => 'https://docs.posimyth.com/tpae/post-author/',
661
+ 'videoUrl' => 'https://youtu.be/sU-gLRCZnLs',
662
+ 'tag' => 'free',
663
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path fill="currentColor" d="M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z"></path></svg>',
664
+ 'keyword' => ['post author'],
665
+ ],
666
+ 'tp_post_comment' => [
667
+ 'label' => esc_html__('Post Comment','tpebl'),
668
+ 'demoUrl' => 'https://theplusaddons.com/blog-builder/#blog-single',
669
+ 'docUrl' => 'https://docs.posimyth.com/tpae/post-comment/',
670
+ 'videoUrl' => 'https://youtu.be/sU-gLRCZnLs',
671
+ 'tag' => 'free',
672
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path fill="currentColor" d="M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128 272c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"></path></svg>',
673
+ 'keyword' => ['post comment'],
674
+ ],
675
+ 'tp_post_navigation' => [
676
+ 'label' => esc_html__('Post Prev/Next','tpebl'),
677
+ 'demoUrl' => 'https://theplusaddons.com/blog-builder/#blog-single',
678
+ 'docUrl' => 'https://docs.posimyth.com/tpae/post-navigation/',
679
+ 'videoUrl' => 'https://youtu.be/sU-gLRCZnLs',
680
+ 'tag' => 'pro',
681
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path fill="currentColor" d="M0 168v-16c0-13.255 10.745-24 24-24h360V80c0-21.367 25.899-32.042 40.971-16.971l80 80c9.372 9.373 9.372 24.569 0 33.941l-80 80C409.956 271.982 384 261.456 384 240v-48H24c-13.255 0-24-10.745-24-24zm488 152H128v-48c0-21.314-25.862-32.08-40.971-16.971l-80 80c-9.372 9.373-9.372 24.569 0 33.941l80 80C102.057 463.997 128 453.437 128 432v-48h360c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24z"></path></svg>',
682
+ 'keyword' => ['post previous next'],
683
+ ],
684
  'tp_off_canvas' => [
685
  'label' => esc_html__('Popup Builder','tpebl'),
686
+ 'demoUrl' => 'https://theplusaddons.com/widgets/popup-builder/',
687
+ 'docUrl' => 'https://docs.posimyth.com/tpae/popup-builder/',
688
+ 'videoUrl' => 'https://youtu.be/74bj6WcEhiY',
689
  'tag' => 'pro',
690
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path d="M442 114H6a6 6 0 0 1-6-6V84a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6zm0 160H6a6 6 0 0 1-6-6v-24a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6zm0 160H6a6 6 0 0 1-6-6v-24a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6z"/></svg>',
691
  'keyword' => ['offcanvas', 'popup', 'modal box', 'modal popup'],
693
  'tp_page_scroll' => [
694
  'label' => esc_html__('Page Scroll','tpebl'),
695
  'demoUrl' => 'https://theplusaddons.com/widgets/#plus-scroll',
696
+ 'docUrl' => 'https://docs.posimyth.com/tpae/page-scroll-widget/',
697
  'videoUrl' => 'https://www.youtube.com/embed/8An5WSz3TUo',
698
  'tag' => 'freemium',
699
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M505.07337,19.34375C503.85462,13.73438,498.32338,8.20312,492.72964,7c-32.62885-7-58.162-7-83.57017-7C305.39988,0,242.95858,55.09375,196.236,128H94.82015c-16.34567.01562-35.53314,11.875-42.87883,26.48438L2.53125,253.29688A28.125,28.125,0,0,0,0,264a24.00659,24.00659,0,0,0,24.00191,24h92.63266l-10.59373,21.42188c-9.33592,18.91015,4.27733,34.77539,6.15624,36.625l53.75381,53.71874c1.85352,1.86329,17.789,15.47852,36.62885,6.14063l21.37692-10.57813V488a24.14815,24.14815,0,0,0,24.00191,24,28.02956,28.02956,0,0,0,10.625-2.53125l98.72835-49.39063c14.625-7.3125,26.50191-26.5,26.50191-42.85937V315.70312C456.6008,268.9375,511.98156,206.25,511.98156,103,512.07531,77.46875,512.07531,52,505.07337,19.34375ZM36.94134,256l43.59759-87.20312c2.46874-4.82813,8.84373-8.78126,14.28122-8.79688h85.19517c-13.93943,28.0625-31.72065,64-47.56632,96ZM351.84316,417.1875c-.03125,5.4375-4.002,11.84375-8.87694,14.26562L255.95855,475V379.48438c32.00386-15.82813,67.81825-33.59376,95.88461-47.54688Zm14.625-128.28125c-39.50383,19.78125-135.88649,67.4375-177.92157,88.23437l-53.81632-53.54687c20.87692-42.23437,68.537-138.59375,88.22642-178.1875C273.17923,67,330.65374,32,409.15947,32c21.53317,0,42.00384,0,66.63075,4.29688,4.34374,24.85937,4.25,45.20312,4.18749,66.6875C479.97771,181.0625,444.97582,238.45312,366.46813,288.90625ZM367.98962,88.0293a55.99512,55.99512,0,1,0,55.99209,55.99414A56.01691,56.01691,0,0,0,367.98962,88.0293Zm0,79.99218a23.998,23.998,0,1,1,23.99605-23.998A24.02247,24.02247,0,0,1,367.98962,168.02148Z"/></svg>',
700
  'keyword' => ['one page scroll', 'full page js', 'page piling', 'page pilling', 'multi scroll', 'page scroll', 'scroll'],
701
  ],
702
+ 'tp_pre_loader' => [
703
+ 'label' => esc_html__('Pre Loader','tpebl'),
704
+ 'demoUrl' => 'https://theplusaddons.com/widgets/pre-loader/',
705
+ 'docUrl' => 'https://docs.posimyth.com/tpae/pre-loader/',
706
+ 'videoUrl' => 'https://youtu.be/pi5i45p8sxc',
707
+ 'tag' => 'pro',
708
+ 'labelIcon' => '<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="spinner" class="svg-inline--fa fa-spinner fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z"></path></svg>',
709
+ 'keyword' => ['loader', 'preloader', 'pre loader'],
710
+ ],
711
  'tp_pricing_list' => [
712
  'label' => esc_html__('Pricing List','tpebl'),
713
  'demoUrl' => 'https://theplusaddons.com/widgets/pricing-list/',
714
+ 'docUrl' => 'https://docs.posimyth.com/tpae/pricing-list/',
715
  'videoUrl' => 'https://www.youtube.com/embed/0zSX-ovDcwM',
716
  'tag' => 'pro',
717
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 384 512"><path d="M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zm-22.6 22.7c2.1 2.1 3.5 4.6 4.2 7.4H256V32.5c2.8.7 5.3 2.1 7.4 4.2l83.9 83.9zM336 480H48c-8.8 0-16-7.2-16-16V48c0-8.8 7.2-16 16-16h176v104c0 13.3 10.7 24 24 24h104v304c0 8.8-7.2 16-16 16zm-48-244v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm0 64v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm0 64v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12z"/></svg>',
720
  'tp_pricing_table' => [
721
  'label' => esc_html__('Pricing Table','tpebl'),
722
  'demoUrl' => 'https://theplusaddons.com/widgets/pricing-table/',
723
+ 'docUrl' => 'https://docs.posimyth.com/tpae/pricing-tables-widget/',
724
  'videoUrl' => 'https://www.youtube.com/embed/9V0E9mFmaro',
725
  'tag' => 'freemium',
726
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 640 512"><path d="M608 64H32C14.3 64 0 78.3 0 96v320c0 17.7 14.3 32 32 32h576c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM32 96h64c0 35.3-28.7 64-64 64zm0 320v-64c35.3 0 64 28.7 64 64zm576 0h-64c0-35.3 28.7-64 64-64zm0-96c-52.9 0-96 43.1-96 96H128c0-52.9-43.1-96-96-96V192c52.9 0 96-43.1 96-96h384c0 52.9 43.1 96 96 96zm0-160c-35.3 0-64-28.7-64-64h64zm-288-32c-61.9 0-112 57.3-112 128s50.1 128 112 128c61.8 0 112-57.3 112-128s-50.1-128-112-128zm0 224c-44.1 0-80-43.1-80-96s35.9-96 80-96 80 43.1 80 96-35.9 96-80 96zm32-63.9h-16v-88c0-4.4-3.6-8-8-8h-13.7c-4.7 0-9.4 1.4-13.3 4l-15.3 10.2c-3.7 2.5-4.6 7.4-2.2 11.1l8.9 13.3c2.5 3.7 7.4 4.6 11.1 2.2l.5-.3V288h-16c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-7.9z"/></svg>',
729
  'tp_product_listout' => [
730
  'label' => esc_html__('Product Listing','tpebl'),
731
  'demoUrl' => 'https://theplusaddons.com/pluslisting/#woo-products',
732
+ 'docUrl' => 'https://docs.posimyth.com/tpae/woo-product-widget/',
733
  'videoUrl' => 'https://www.youtube.com/embed/UqJ9VNTeqA8',
734
  'tag' => 'pro',
735
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path fill="currentColor" d="M326.3 218.8c0 20.5-16.7 37.2-37.2 37.2h-70.3v-74.4h70.3c20.5 0 37.2 16.7 37.2 37.2zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-128.1-37.2c0-47.9-38.9-86.8-86.8-86.8H169.2v248h49.6v-74.4h70.3c47.9 0 86.8-38.9 86.8-86.8z"></path></svg>',
738
  'tp_protected_content' => [
739
  'label' => esc_html__('Protected Content','tpebl'),
740
  'demoUrl' => 'https://theplusaddons.com/widgets/protected-content/',
741
+ 'docUrl' => 'https://docs.posimyth.com/tpae/protected-content/',
742
  'videoUrl' => 'https://www.youtube.com/embed/Nrw2nK8PvQs',
743
  'tag' => 'pro',
744
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path d="M400 224h-16v-62.5C384 73.1 312.9.3 224.5 0 136-.3 64 71.6 64 160v64H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zM96 160c0-70.6 57.4-128 128-128s128 57.4 128 128v64H96v-64zm304 320H48c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h352c8.8 0 16 7.2 16 16v192c0 8.8-7.2 16-16 16z"/></svg>',
747
  'tp_post_search' => [
748
  'label' => esc_html__('Post Search','tpebl'),
749
  'demoUrl' => 'https://theplusaddons.com/widgets/search-bar',
750
+ 'docUrl' => 'https://docs.posimyth.com/tpae/post-search-bar/',
751
  'videoUrl' => 'https://www.youtube.com/embed/3k8sPvQkQvA',
752
  'tag' => 'free',
753
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M508.5 481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z"/></svg>',
756
  'tp_progress_bar' => [
757
  'label' => esc_html__('Progress Bar','tpebl'),
758
  'demoUrl' => 'https://theplusaddons.com/widgets/progress-bar/',
759
+ 'docUrl' => 'https://docs.posimyth.com/tpae/progress-bars/',
760
  'videoUrl' => 'https://www.youtube.com/embed/01purtRY770',
761
  'tag' => 'free',
762
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 544 512"><path d="M527.79 288H290.5l158.03 158.03a16.51 16.51 0 0 0 11.62 4.81c3.82 0 7.62-1.35 10.57-4.13 38.7-36.46 65.32-85.61 73.13-140.86 1.34-9.46-6.51-17.85-16.06-17.85zm-67.91 124.12L367.76 320h140.88c-8.12 34.16-24.96 66-48.76 92.12zM224 288V50.71c0-8.83-7.18-16.21-15.74-16.21-.69 0-1.4.05-2.11.15C86.99 51.49-4.1 155.6.14 280.37 4.47 407.53 113.18 512 240.13 512c.98 0 1.93-.01 2.91-.02 50.4-.63 96.97-16.87 135.26-44.03 7.9-5.6 8.42-17.23 1.57-24.08L224 288zm18.63 191.98l-2.51.02c-109.04 0-204.3-91.92-208-200.72C28.72 179.15 96.33 92.25 192 69.83v231.42l9.37 9.37 141.84 141.84c-30.56 17.62-64.96 27.08-100.58 27.52zM511.96 223.2C503.72 103.74 408.26 8.28 288.8.04c-.35-.03-.7-.04-1.04-.04C279.1 0 272 7.45 272 16.23V240h223.77c9.14 0 16.82-7.68 16.19-16.8zM304 208V33.9c89.25 13.81 160.28 84.85 174.1 174.1H304z"/></svg>',
765
  'tp_process_steps' => [
766
  'label' => esc_html__('Process Steps','tpebl'),
767
  'demoUrl' => 'https://theplusaddons.com/widgets/process-steps/',
768
+ 'docUrl' => 'https://docs.posimyth.com/tpae/process-steps/',
769
  'videoUrl' => 'https://www.youtube.com/embed/3ude_wxrqVo',
770
  'tag' => 'pro',
771
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 320 512"><path d="M192 256c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm88-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-240 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z"/></svg>',
774
  'tp_row_background' => [
775
  'label' => esc_html__('Row Background','tpebl'),
776
  'demoUrl' => 'https://theplusaddons.com/widgets/#plus-sections',
777
+ 'docUrl' => 'https://docs.posimyth.com/tpae/row-background-widget/',
778
  'videoUrl' => 'https://www.youtube.com/embed/2uIMQCIfjlM',
779
  'tag' => 'pro',
780
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M455.59 0c-15.81 0-30.62 6.99-41.93 17.15C195.73 211.82 169.77 216.5 179.98 281.99c-41.52 4.96-78.59 24.05-100.32 81.32-2.68 7.08-9.12 11.38-16.64 11.38-12.67 0-51.85-31.56-63.02-39.19C0 429.45 43.26 512 146 512c117.18 0 152.72-87.75 145.06-145.89 56.9-7.01 97.15-62.51 206.45-266.49C505.2 84.65 512 68.48 512 51.66 512 21.52 484.89 0 455.59 0zM236.52 445.55C216.47 468.41 186.02 480 146 480c-63.78 0-92.29-38.83-104.75-78.69 8.02 3.65 14.98 5.39 21.77 5.39 20.92 0 39.2-12.58 46.56-32.03 6.65-17.52 16.05-53.95 83.76-62.04l65.08 50.62c4.03 30.68-1.25 58.75-21.9 82.3zM469.31 84.5c-118.4 220.96-143.69 245.11-194.08 251.31l-62-48.22c-8.8-56.43-14.8-35.28 221.82-246.64 6.33-5.69 13.81-8.95 20.54-8.95C467.38 32 480 39.9 480 51.66c0 10.58-5.54 22.79-10.69 32.84z"/></svg>',
783
  'tp_scroll_navigation' => [
784
  'label' => esc_html__('Scroll Navigation','tpebl'),
785
  'demoUrl' => 'https://theplusaddons.com/widgets/one-page-scroll-navigation/',
786
+ 'docUrl' => 'https://docs.posimyth.com/tpae/scroll-navigation/',
787
  'videoUrl' => 'https://www.youtube.com/embed/vAg6GNktZTQ',
788
  'tag' => 'freemium',
789
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 320 512"><path d="M288 288H32c-28.4 0-42.8 34.5-22.6 54.6l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c20-20.1 5.7-54.6-22.7-54.6zM160 448L32 320h256L160 448zM32 224h256c28.4 0 42.8-34.5 22.6-54.6l-128-128c-12.5-12.5-32.8-12.5-45.3 0l-128 128C-10.7 189.5 3.6 224 32 224zM160 64l128 128H32L160 64z"/></svg>',
801
  'tp_smooth_scroll' => [
802
  'label' => esc_html__('Smooth Scroll','tpebl'),
803
  'demoUrl' => 'https://theplusaddons.com/widgets/smooth-scroll/',
804
+ 'docUrl' => 'https://docs.posimyth.com/tpae/smooth-scroll/',
805
  'videoUrl' => 'https://www.youtube.com/embed/H_RjZfhf9os',
806
  'tag' => 'free',
807
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 384 512"><path d="M368 32h4c6.627 0 12-5.373 12-12v-8c0-6.627-5.373-12-12-12H12C5.373 0 0 5.373 0 12v8c0 6.627 5.373 12 12 12h4c0 91.821 44.108 193.657 129.646 224C59.832 286.441 16 388.477 16 480h-4c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h360c6.627 0 12-5.373 12-12v-8c0-6.627-5.373-12-12-12h-4c0-91.821-44.108-193.657-129.646-224C324.168 225.559 368 123.523 368 32zM48 32h288c0 110.457-64.471 200-144 200S48 142.457 48 32zm288 448H48c0-110.457 64.471-200 144-200s144 89.543 144 200zM285.621 96H98.379a12.01 12.01 0 0 1-11.602-8.903 199.464 199.464 0 0 1-2.059-8.43C83.054 71.145 88.718 64 96.422 64h191.157c7.704 0 13.368 7.145 11.704 14.667a199.464 199.464 0 0 1-2.059 8.43A12.013 12.013 0 0 1 285.621 96zm-15.961 50.912a141.625 141.625 0 0 1-6.774 8.739c-2.301 2.738-5.671 4.348-9.248 4.348H130.362c-3.576 0-6.947-1.61-9.248-4.348a142.319 142.319 0 0 1-6.774-8.739c-5.657-7.91.088-18.912 9.813-18.912h135.694c9.725 0 15.469 11.003 9.813 18.912z"/></svg>',
808
  'keyword' => ['smooth scroll'],
809
  ],
810
+ 'tp_social_embed' => [
811
+ 'label' => esc_html__('Social Embed','tpebl'),
812
+ 'demoUrl' => 'https://theplusaddons.com/widgets/social-embed/',
813
+ 'docUrl' => 'https://docs.posimyth.com/tpae/social-embed/',
814
+ 'videoUrl' => 'https://youtu.be/MbopAQ85pdg',
815
+ 'tag' => 'pro',
816
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 640 512"><path d="M278.9 511.5l-61-17.7c-6.4-1.8-10-8.5-8.2-14.9L346.2 8.7c1.8-6.4 8.5-10 14.9-8.2l61 17.7c6.4 1.8 10 8.5 8.2 14.9L293.8 503.3c-1.9 6.4-8.5 10.1-14.9 8.2zm-114-112.2l43.5-46.4c4.6-4.9 4.3-12.7-.8-17.2L117 256l90.6-79.7c5.1-4.5 5.5-12.3.8-17.2l-43.5-46.4c-4.5-4.8-12.1-5.1-17-.5L3.8 247.2c-5.1 4.7-5.1 12.8 0 17.5l144.1 135.1c4.9 4.6 12.5 4.4 17-.5zm327.2.6l144.1-135.1c5.1-4.7 5.1-12.8 0-17.5L492.1 112.1c-4.8-4.5-12.4-4.3-17 .5L431.6 159c-4.6 4.9-4.3 12.7.8 17.2L523 256l-90.6 79.7c-5.1 4.5-5.5 12.3-.8 17.2l43.5 46.4c4.5 4.9 12.1 5.1 17 .6z"></path></svg>',
817
+ 'keyword' => ['social embed'],
818
+ ],
819
+ 'tp_social_feed' => [
820
+ 'label' => esc_html__('Social Feed','tpebl'),
821
+ 'demoUrl' => 'https://theplusaddons.com/widgets/social-feed',
822
+ 'docUrl' => 'https://docs.posimyth.com/tpae/social-feed/',
823
+ 'videoUrl' => '#',
824
+ 'tag' => 'pro',
825
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path></svg>',
826
+ 'keyword' => ['social feed'],
827
+ ],
828
  'tp_social_icon' => [
829
  'label' => esc_html__('Social Icon','tpebl'),
830
  'demoUrl' => 'https://theplusaddons.com/widgets/social-icon/',
831
+ 'docUrl' => 'https://docs.posimyth.com/tpae/social-icon/',
832
  'videoUrl' => 'https://www.youtube.com/embed/exz4Ahc-KeA',
833
  'tag' => 'freemium',
834
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path d="M566.633 169.37L406.63 9.392C386.626-10.612 352 3.395 352 32.022v72.538C210.132 108.474 88 143.455 88 286.3c0 84.74 49.78 133.742 79.45 155.462 24.196 17.695 58.033-4.917 49.7-34.51C188.286 304.843 225.497 284.074 352 280.54V352c0 28.655 34.654 42.606 54.63 22.63l160.003-160c12.489-12.5 12.489-32.76 0-45.26zM384 352V248.04c-141.718.777-240.762 15.03-197.65 167.96C154.91 393 120 351.28 120 286.3c0-134.037 131.645-149.387 264-150.26V32l160 160-160 160zm37.095 52.186c2.216-1.582 4.298-3.323 6.735-5.584 7.68-7.128 20.17-1.692 20.17 8.787V464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h172.146c6.612 0 11.954 5.412 11.852 12.04-.084 5.446-4.045 10.087-9.331 11.396-9.462 2.343-18.465 4.974-27.074 7.914-1.25.427-2.555.65-3.876.65H48c-8.837 0-16 7.163-16 16v352c0 8.837 7.163 16 16 16h352c8.837 0 16-7.163 16-16v-50.002c0-3.905 1.916-7.543 5.095-9.812z"/></svg>',
835
  'keyword' => ['social icon'],
836
  ],
837
+ 'tp_social_reviews' => [
838
+ 'label' => esc_html__('Social Reviews','tpebl'),
839
+ 'demoUrl' => 'https://theplusaddons.com/widgets/social-reviews/',
840
+ 'docUrl' => 'https://docs.posimyth.com/tpae/social-review/',
841
+ 'videoUrl' => 'https://youtu.be/9HiV2h_z_oM',
842
+ 'tag' => 'pro',
843
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg>',
844
+ 'keyword' => ['social reviews'],
845
+ ],
846
+ 'tp_social_sharing' => [
847
+ 'label' => esc_html__('Social Sharing','tpebl'),
848
+ 'demoUrl' => 'https://theplusaddons.com/widgets/social-sharing/',
849
+ 'docUrl' => 'https://docs.posimyth.com/tpae/social-sharing/',
850
+ 'videoUrl' => 'https://youtu.be/PIfGW6Kxs2M',
851
+ 'tag' => 'pro',
852
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path fill="currentColor" d="M568.482 177.448L424.479 313.433C409.3 327.768 384 317.14 384 295.985v-71.963c-144.575.97-205.566 35.113-164.775 171.353 4.483 14.973-12.846 26.567-25.006 17.33C155.252 383.105 120 326.488 120 269.339c0-143.937 117.599-172.5 264-173.312V24.012c0-21.174 25.317-31.768 40.479-17.448l144.003 135.988c10.02 9.463 10.028 25.425 0 34.896zM384 379.128V448H64V128h50.916a11.99 11.99 0 0 0 8.648-3.693c14.953-15.568 32.237-27.89 51.014-37.676C185.708 80.83 181.584 64 169.033 64H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48v-88.806c0-8.288-8.197-14.066-16.011-11.302a71.83 71.83 0 0 1-34.189 3.377c-7.27-1.046-13.8 4.514-13.8 11.859z"></path></svg>',
853
+ 'keyword' => ['social sharing'],
854
+ ],
855
  'tp_style_list' => [
856
  'label' => esc_html__('Style List','tpebl'),
857
  'demoUrl' => 'https://theplusaddons.com/widgets/stylish-list/',
858
+ 'docUrl' => 'https://docs.posimyth.com/tpae/stylish-list-widget/',
859
  'videoUrl' => 'https://www.youtube.com/embed/mQuR6xN097w',
860
  'tag' => 'pro',
861
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M464 64c8.823 0 16 7.178 16 16v352c0 8.822-7.177 16-16 16H48c-8.823 0-16-7.178-16-16V80c0-8.822 7.177-16 16-16h416m0-32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-336 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm288-148v-24a6 6 0 0 0-6-6H198a6 6 0 0 0-6 6v24a6 6 0 0 0 6 6h212a6 6 0 0 0 6-6zm0 96v-24a6 6 0 0 0-6-6H198a6 6 0 0 0-6 6v24a6 6 0 0 0 6 6h212a6 6 0 0 0 6-6zm0 96v-24a6 6 0 0 0-6-6H198a6 6 0 0 0-6 6v24a6 6 0 0 0 6 6h212a6 6 0 0 0 6-6z"/></svg>',
864
  'tp_switcher' => [
865
  'label' => esc_html__('Switcher','tpebl'),
866
  'demoUrl' => 'https://theplusaddons.com/widgets/switcher/',
867
+ 'docUrl' => 'https://docs.posimyth.com/tpae/switcher/',
868
  'videoUrl' => 'https://www.youtube.com/embed/nYhVnMnD_UA',
869
  'tag' => 'pro',
870
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path d="M384 96c88.426 0 160 71.561 160 160 0 88.426-71.561 160-160 160H192c-88.426 0-160-71.561-160-160 0-88.425 71.561-160 160-160h192m0-32H192C85.961 64 0 149.961 0 256s85.961 192 192 192h192c106.039 0 192-85.961 192-192S490.039 64 384 64zm0 304c61.856 0 112-50.144 112-112s-50.144-112-112-112-112 50.144-112 112c0 28.404 10.574 54.339 27.999 74.082C320.522 353.335 350.548 368 384 368z"/></svg>',
873
  'tp_table' => [
874
  'label' => esc_html__('Table','tpebl'),
875
  'demoUrl' => 'https://theplusaddons.com/widgets/table/',
876
+ 'docUrl' => 'https://docs.posimyth.com/tpae/table/',
877
  'videoUrl' => 'https://www.youtube.com/embed/CrY7rg_ir8k',
878
  'tag' => 'pro',
879
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM160 448H48c-8.837 0-16-7.163-16-16v-80h128v96zm0-128H32v-96h128v96zm0-128H32V96h128v96zm160 256H192v-96h128v96zm0-128H192v-96h128v96zm0-128H192V96h128v96zm160 160v80c0 8.837-7.163 16-16 16H352v-96h128zm0-32H352v-96h128v96zm0-128H352V96h128v96z"/></svg>',
880
  'keyword' => ['table'],
881
  ],
882
+ 'tp_table_content' => [
883
+ 'label' => esc_html__('Table Of Content','tpebl'),
884
+ 'demoUrl' => 'https://theplusaddons.com/widgets/table-of-contents/',
885
+ 'docUrl' => 'https://docs.posimyth.com/tpae/table-of-content/',
886
+ 'videoUrl' => 'https://youtu.be/NWhr5lOm_3Y',
887
+ 'tag' => 'pro',
888
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM160 448H48c-8.837 0-16-7.163-16-16v-80h128v96zm0-128H32v-96h128v96zm0-128H32V96h128v96zm160 256H192v-96h128v96zm0-128H192v-96h128v96zm0-128H192V96h128v96zm160 160v80c0 8.837-7.163 16-16 16H352v-96h128zm0-32H352v-96h128v96zm0-128H352V96h128v96z"/></svg>',
889
+ 'keyword' => ['table of content'],
890
+ ],
891
  'tp_tabs_tours' => [
892
  'label' => esc_html__('Tabs/Tours','tpebl'),
893
  'demoUrl' => 'https://theplusaddons.com/widgets/tabs-tours/',
894
+ 'docUrl' => 'https://docs.posimyth.com/tpae/tabs-tours/',
895
  'videoUrl' => 'https://www.youtube.com/embed/6clEoNvxtLY',
896
  'tag' => 'freemium',
897
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80zm480 0v90.667H192V64h272c8.837 0 16 7.163 16 16zm0 229.333H192V202.667h288v106.666zM32 202.667h128v106.667H32V202.667zM160 64v106.667H32V80c0-8.837 7.163-16 16-16h112zM32 432v-90.667h128V448H48c-8.837 0-16-7.163-16-16zm160 16V341.333h288V432c0 8.837-7.163 16-16 16H192z"/></svg>',
900
  'tp_team_member_listout' => [
901
  'label' => esc_html__('Team Member Listing','tpebl'),
902
  'demoUrl' => 'https://theplusaddons.com/pluslisting/#Team%20member',
903
+ 'docUrl' => 'https://docs.posimyth.com/tpae/team-member-widget/',
904
  'videoUrl' => 'https://www.youtube.com/embed/cf2Ia1vyKZQ',
905
  'tag' => 'freemium',
906
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 640 512"><path d="M544 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zM320 256c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm0-192c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80zm244 192h-40c-15.2 0-29.3 4.8-41.1 12.9 9.4 6.4 17.9 13.9 25.4 22.4 4.9-2.1 10.2-3.3 15.7-3.3h40c24.2 0 44 21.5 44 48 0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.1-34.1-80-76-80zM96 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm304.1 180c-33.4 0-41.7 12-80.1 12-38.4 0-46.7-12-80.1-12-36.3 0-71.6 16.2-92.3 46.9-12.4 18.4-19.6 40.5-19.6 64.3V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-44.8c0-23.8-7.2-45.9-19.6-64.3-20.7-30.7-56-46.9-92.3-46.9zM480 432c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16v-44.8c0-16.6 4.9-32.7 14.1-46.4 13.8-20.5 38.4-32.8 65.7-32.8 27.4 0 37.2 12 80.2 12s52.8-12 80.1-12c27.3 0 51.9 12.3 65.7 32.8 9.2 13.7 14.1 29.8 14.1 46.4V432zM157.1 268.9c-11.9-8.1-26-12.9-41.1-12.9H76c-41.9 0-76 35.9-76 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-26.5 19.8-48 44-48h40c5.5 0 10.8 1.2 15.7 3.3 7.5-8.5 16.1-16 25.4-22.4z"/></svg>',
909
  'tp_testimonial_listout' => [
910
  'label' => esc_html__('Testimonial','tpebl'),
911
  'demoUrl' => 'https://theplusaddons.com/pluslisting/#plus-testimonial',
912
+ 'docUrl' => 'https://docs.posimyth.com/tpae/testimonials-widget/',
913
  'videoUrl' => 'https://www.youtube.com/embed/a41vZMh1_oA',
914
  'tag' => 'freemium',
915
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 640 512"><path d="M544 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zM320 256c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm0-192c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80zm244 192h-40c-15.2 0-29.3 4.8-41.1 12.9 9.4 6.4 17.9 13.9 25.4 22.4 4.9-2.1 10.2-3.3 15.7-3.3h40c24.2 0 44 21.5 44 48 0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.1-34.1-80-76-80zM96 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm304.1 180c-33.4 0-41.7 12-80.1 12-38.4 0-46.7-12-80.1-12-36.3 0-71.6 16.2-92.3 46.9-12.4 18.4-19.6 40.5-19.6 64.3V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-44.8c0-23.8-7.2-45.9-19.6-64.3-20.7-30.7-56-46.9-92.3-46.9zM480 432c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16v-44.8c0-16.6 4.9-32.7 14.1-46.4 13.8-20.5 38.4-32.8 65.7-32.8 27.4 0 37.2 12 80.2 12s52.8-12 80.1-12c27.3 0 51.9 12.3 65.7 32.8 9.2 13.7 14.1 29.8 14.1 46.4V432zM157.1 268.9c-11.9-8.1-26-12.9-41.1-12.9H76c-41.9 0-76 35.9-76 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-26.5 19.8-48 44-48h40c5.5 0 10.8 1.2 15.7 3.3 7.5-8.5 16.1-16 25.4-22.4z"/></svg>',
918
  'tp_timeline' => [
919
  'label' => esc_html__('Timeline','tpebl'),
920
  'demoUrl' => 'https://theplusaddons.com/widgets/timeline/',
921
+ 'docUrl' => 'https://docs.posimyth.com/tpae/timeline/',
922
  'videoUrl' => 'https://www.youtube.com/embed/9AVvXE-e-IY',
923
  'tag' => 'pro',
924
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 64 512"><path d="M32 224c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM0 136c0 17.7 14.3 32 32 32s32-14.3 32-32-14.3-32-32-32-32 14.3-32 32zm0 240c0 17.7 14.3 32 32 32s32-14.3 32-32-14.3-32-32-32-32 14.3-32 32z"/></svg>',
927
  'tp_video_player' => [
928
  'label' => esc_html__('Video Player','tpebl'),
929
  'demoUrl' => 'https://theplusaddons.com/widgets/videos/',
930
+ 'docUrl' => 'https://docs.posimyth.com/tpae/video-player/',
931
  'videoUrl' => 'https://www.youtube.com/embed/i3IeWaz0N-k',
932
  'tag' => 'free',
933
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path d="M543.9 96c-6.2 0-12.5 1.8-18.2 5.7L416 171.6v-59.8c0-26.4-23.2-47.8-51.8-47.8H51.8C23.2 64 0 85.4 0 111.8v288.4C0 426.6 23.2 448 51.8 448h312.4c28.6 0 51.8-21.4 51.8-47.8v-59.8l109.6 69.9c5.7 4 12.1 5.7 18.2 5.7 16.6 0 32.1-13 32.1-31.5v-257c.1-18.5-15.4-31.5-32-31.5zM384 400.2c0 8.6-9.1 15.8-19.8 15.8H51.8c-10.7 0-19.8-7.2-19.8-15.8V111.8c0-8.6 9.1-15.8 19.8-15.8h312.4c10.7 0 19.8 7.2 19.8 15.8v288.4zm160-15.7l-1.2-1.3L416 302.4v-92.9L544 128v256.5z"/></svg>',
936
  'tp_unfold' => [
937
  'label' => esc_html__('Unfold','tpebl'),
938
  'demoUrl' => 'https://theplusaddons.com/widgets/unfold-expand-toggle/',
939
+ 'docUrl' => 'https://docs.posimyth.com/tpae/unfold/',
940
  'videoUrl' => 'https://www.youtube.com/embed/EXPgcTuanPA',
941
  'tag' => 'pro',
942
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path d="M527.95 224H480v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h385.057c28.068 0 54.135-14.733 68.599-38.84l67.453-112.464C588.24 264.812 565.285 224 527.95 224zM48 96h146.745l64 64H432c8.837 0 16 7.163 16 16v48H171.177c-28.068 0-54.135 14.733-68.599 38.84L32 380.47V112c0-8.837 7.163-16 16-16zm493.695 184.232l-67.479 112.464A47.997 47.997 0 0 1 433.057 416H44.823l82.017-136.696A48 48 0 0 1 168 256h359.975c12.437 0 20.119 13.568 13.72 24.232z"/></svg>',
945
  'tp_wp_forms' => [
946
  'label' => esc_html__('WP Forms','tpebl'),
947
  'demoUrl' => 'https://theplusaddons.com/widgets/wpforms/',
948
+ 'docUrl' => 'https://docs.posimyth.com/tpae/wp-forms-widget/',
949
  'videoUrl' => 'https://www.youtube.com/embed/fp-R1TNr4RA',
950
  'tag' => 'free',
951
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M349.32 52.26C328.278 35.495 292.938 0 256 0c-36.665 0-71.446 34.769-93.31 52.26-34.586 27.455-109.525 87.898-145.097 117.015A47.99 47.99 0 0 0 0 206.416V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V206.413a47.989 47.989 0 0 0-17.597-37.144C458.832 140.157 383.906 79.715 349.32 52.26zM464 480H48c-8.837 0-16-7.163-16-16V206.161c0-4.806 2.155-9.353 5.878-12.392C64.16 172.315 159.658 95.526 182.59 77.32 200.211 63.27 232.317 32 256 32c23.686 0 55.789 31.27 73.41 45.32 22.932 18.207 118.436 95.008 144.714 116.468a15.99 15.99 0 0 1 5.876 12.39V464c0 8.837-7.163 16-16 16zm-8.753-216.312c4.189 5.156 3.393 12.732-1.776 16.905-22.827 18.426-55.135 44.236-104.156 83.148-21.045 16.8-56.871 52.518-93.318 52.258-36.58.264-72.826-35.908-93.318-52.263-49.015-38.908-81.321-64.716-104.149-83.143-5.169-4.173-5.966-11.749-1.776-16.905l5.047-6.212c4.169-5.131 11.704-5.925 16.848-1.772 22.763 18.376 55.014 44.143 103.938 82.978 16.85 13.437 50.201 45.69 73.413 45.315 23.219.371 56.562-31.877 73.413-45.315 48.929-38.839 81.178-64.605 103.938-82.978 5.145-4.153 12.679-3.359 16.848 1.772l5.048 6.212z"/></svg>',
952
  'keyword' => ['wp forms','form'],
953
  ],
954
+ 'tp_woo_cart' => [
955
+ 'label' => esc_html__('Woo Cart','tpebl'),
956
+ 'demoUrl' => 'https://theplusaddons.com/woo-builder/#cart',
957
+ 'docUrl' => 'https://docs.posimyth.com/tpae/woo-cart/',
958
+ 'videoUrl' => 'https://youtu.be/zLBnX4lMhWU',
959
+ 'tag' => 'pro',
960
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path d="M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z"></path></svg>',
961
+ 'keyword' => ['woocommerce','cart','woo cart'],
962
+ ],
963
+ 'tp_woo_checkout' => [
964
+ 'label' => esc_html__('Woo Checkout','tpebl'),
965
+ 'demoUrl' => 'https://theplusaddons.com/woo-builder/#checkout',
966
+ 'docUrl' => 'https://docs.posimyth.com/tpae/woo-checkout/',
967
+ 'videoUrl' => 'https://youtu.be/ChCaCmuoPKE',
968
+ 'tag' => 'pro',
969
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path d="M527.9 32H48.1C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48.1 48h479.8c26.6 0 48.1-21.5 48.1-48V80c0-26.5-21.5-48-48.1-48zM54.1 80h467.8c3.3 0 6 2.7 6 6v42H48.1V86c0-3.3 2.7-6 6-6zm467.8 352H54.1c-3.3 0-6-2.7-6-6V256h479.8v170c0 3.3-2.7 6-6 6zM192 332v40c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12zm192 0v40c0 6.6-5.4 12-12 12H236c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12z"></path></svg>',
970
+ 'keyword' => ['woocommerce','checkout','woo checkout'],
971
+ ],
972
+ 'tp_woo_myaccount' => [
973
+ 'label' => esc_html__('Woo My Account','tpebl'),
974
+ 'demoUrl' => 'https://theplusaddons.com/woo-builder/#my-account',
975
+ 'docUrl' => 'https://docs.posimyth.com/tpae/woo-my-account/',
976
+ 'videoUrl' => '',
977
+ 'tag' => 'pro',
978
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 384 512"><path d="M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm0 464H48V48h288v416zM144 112h96c8.8 0 16-7.2 16-16s-7.2-16-16-16h-96c-8.8 0-16 7.2-16 16s7.2 16 16 16zm48 176c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2z"></path></svg>',
979
+ 'keyword' => ['woocommerce','myaccount','woo myaccount'],
980
+ ],
981
+ 'tp_woo_order_track' => [
982
+ 'label' => esc_html__('Woo Order Track','tpebl'),
983
+ 'demoUrl' => 'https://theplusaddons.com/woo-builder/#order-track',
984
+ 'docUrl' => 'https://docs.posimyth.com/tpae/woo-order-track/',
985
+ 'videoUrl' => '',
986
+ 'tag' => 'pro',
987
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 640 512"><path d="M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z"></path></svg>',
988
+ 'keyword' => ['woocommerce','order track','woo order track'],
989
+ ],
990
+ 'tp_woo_single_basic' => [
991
+ 'label' => esc_html__('Woo Single Basic','tpebl'),
992
+ 'demoUrl' => 'https://theplusaddons.com/woo-builder/',
993
+ 'docUrl' => 'https://docs.posimyth.com/tpae/woo-single-basic/',
994
+ 'videoUrl' => '',
995
+ 'tag' => 'pro',
996
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"></path></svg>',
997
+ 'keyword' => ['woocommerce','single basic'],
998
+ ],
999
+ 'tp_woo_single_image' => [
1000
+ 'label' => esc_html__('Woo Product Images','tpebl'),
1001
+ 'demoUrl' => 'https://theplusaddons.com/woo-builder/',
1002
+ 'docUrl' => 'https://docs.posimyth.com/tpae/woo-product-images/',
1003
+ 'videoUrl' => '',
1004
+ 'tag' => 'pro',
1005
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 384 512"><path fill="currentColor" d="M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm32-48h224V288l-23.5-23.5c-4.7-4.7-12.3-4.7-17 0L176 352l-39.5-39.5c-4.7-4.7-12.3-4.7-17 0L80 352v64zm48-240c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z"></path></svg>',
1006
+ 'keyword' => ['woocommerce','single image'],
1007
+ ],
1008
+ 'tp_woo_single_pricing' => [
1009
+ 'label' => esc_html__('Woo Single Pricing','tpebl'),
1010
+ 'demoUrl' => 'https://theplusaddons.com/woo-builder/',
1011
+ 'docUrl' => 'https://docs.posimyth.com/tpae/woo-single-pricing/',
1012
+ 'videoUrl' => '',
1013
+ 'tag' => 'pro',
1014
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 640 512"><path fill="currentColor" d="M320 144c-53.02 0-96 50.14-96 112 0 61.85 42.98 112 96 112 53 0 96-50.13 96-112 0-61.86-42.98-112-96-112zm40 168c0 4.42-3.58 8-8 8h-64c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h16v-55.44l-.47.31a7.992 7.992 0 0 1-11.09-2.22l-8.88-13.31a7.992 7.992 0 0 1 2.22-11.09l15.33-10.22a23.99 23.99 0 0 1 13.31-4.03H328c4.42 0 8 3.58 8 8v88h16c4.42 0 8 3.58 8 8v16zM608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zm-16 272c-35.35 0-64 28.65-64 64H112c0-35.35-28.65-64-64-64V176c35.35 0 64-28.65 64-64h416c0 35.35 28.65 64 64 64v160z"></path></svg>',
1015
+ 'keyword' => ['woocommerce','single pricing'],
1016
+ ],
1017
+ 'tp_woo_single_tabs' => [
1018
+ 'label' => esc_html__('Woo Single Tabs','tpebl'),
1019
+ 'demoUrl' => 'https://theplusaddons.com/woo-builder/',
1020
+ 'docUrl' => 'https://docs.posimyth.com/tpae/woo-single-tabs/',
1021
+ 'videoUrl' => '',
1022
+ 'tag' => 'pro',
1023
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path fill="currentColor" d="M384 64H192C85.961 64 0 149.961 0 256s85.961 192 192 192h192c106.039 0 192-85.961 192-192S490.039 64 384 64zM64 256c0-70.741 57.249-128 128-128 70.741 0 128 57.249 128 128 0 70.741-57.249 128-128 128-70.741 0-128-57.249-128-128zm320 128h-48.905c65.217-72.858 65.236-183.12 0-256H384c70.741 0 128 57.249 128 128 0 70.74-57.249 128-128 128z"></path></svg>',
1024
+ 'keyword' => ['woocommerce','single tabs'],
1025
+ ],
1026
+ 'tp_woo_thank_you' => [
1027
+ 'label' => esc_html__('Woo Thank You','tpebl'),
1028
+ 'demoUrl' => 'https://theplusaddons.com/woo-builder/',
1029
+ 'docUrl' => 'https://docs.posimyth.com/tpae/woo-thank-you/',
1030
+ 'videoUrl' => '',
1031
+ 'tag' => 'pro',
1032
+ 'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path fill="currentColor" d="M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z"></path></svg>',
1033
+ 'keyword' => ['woocommerce','thank you','woo thank you'],
1034
+ ],
1035
  'tp_wp_login_register' => [
1036
  'label' => esc_html__('WP Login & Register','tpebl'),
1037
  'demoUrl' => 'https://theplusaddons.com/widgets/login-signup-password/',
1038
+ 'docUrl' => 'https://docs.posimyth.com/tpae/login-signup/',
1039
  'videoUrl' => 'https://www.youtube.com/embed/J635oOpFJDU',
1040
  'tag' => 'pro',
1041
  'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 496 512"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm128 421.6c-35.9 26.5-80.1 42.4-128 42.4s-92.1-15.9-128-42.4V416c0-35.3 28.7-64 64-64 11.1 0 27.5 11.4 64 11.4 36.6 0 52.8-11.4 64-11.4 35.3 0 64 28.7 64 64v13.6zm30.6-27.5c-6.8-46.4-46.3-82.1-94.6-82.1-20.5 0-30.4 11.4-64 11.4S204.6 320 184 320c-48.3 0-87.8 35.7-94.6 82.1C53.9 363.6 32 312.4 32 256c0-119.1 96.9-216 216-216s216 96.9 216 216c0 56.4-21.9 107.6-57.4 146.1zM248 120c-48.6 0-88 39.4-88 88s39.4 88 88 88 88-39.4 88-88-39.4-88-88-88zm0 144c-30.9 0-56-25.1-56-56s25.1-56 56-56 56 25.1 56 56-25.1 56-56 56z"/></svg>',
1226
  </g>
1227
  </svg>';
1228
  $output .='</span>';
1229
+ $output .='<a href="'.esc_url($widget['demoUrl']).'" target="_blank" rel="noopener noreferrer" class="widget-hover-details widget-info-demo">';
1230
  $output .='<svg xmlns="http://www.w3.org/2000/svg" width="9" height="8" viewBox="0 0 10 9.009">
1231
  <path d="M9.755,36.8a.787.787,0,0,0-.589-.255H.833a.788.788,0,0,0-.589.255A.851.851,0,0,0,0,37.409V43.3a.851.851,0,0,0,.245.612.788.788,0,0,0,.589.254H3.667a1.171,1.171,0,0,1-.083.422,3.905,3.905,0,0,1-.167.379.614.614,0,0,0-.083.238.339.339,0,0,0,.1.244.314.314,0,0,0,.234.1H6.333a.314.314,0,0,0,.234-.1.339.339,0,0,0,.1-.244.635.635,0,0,0-.083-.235,4.052,4.052,0,0,1-.167-.384,1.18,1.18,0,0,1-.083-.42H9.167a.787.787,0,0,0,.588-.254A.851.851,0,0,0,10,43.3v-5.89A.851.851,0,0,0,9.755,36.8Zm-.422,5.116a.17.17,0,0,1-.049.122.158.158,0,0,1-.117.051H.833a.157.157,0,0,1-.117-.051.17.17,0,0,1-.049-.122v-4.5a.17.17,0,0,1,.049-.122.158.158,0,0,1,.117-.051H9.167a.157.157,0,0,1,.117.051.17.17,0,0,1,.049.122v4.5Z" transform="translate(0 -36.543)" />
1232
  </svg>';
1233
  $output .='</a>';
1234
+ $output .='<a href="'.esc_url($widget['docUrl']).'" target="_blank" rel="noopener noreferrer" class="widget-hover-details widget-info-doc">';
1235
  $output .='<svg xmlns="http://www.w3.org/2000/svg" width="8.053" height="10.166" viewBox="0 0 8.053 10.166">
1236
  <g transform="translate(-41.796)">
1237
  <g transform="translate(42.06 1.188)">
1248
  </g>
1249
  </svg>';
1250
  $output .='</a>';
1251
+ $output .='<a href="'.esc_url($widget['videoUrl']).'" target="_blank" rel="noopener noreferrer" class="widget-hover-details widget-info-video">';
1252
  $output .='<svg xmlns="http://www.w3.org/2000/svg" width="8" height="10" viewBox="0 0 7.801 10.037">
1253
  <path d="M47.444,44.945a.4.4,0,0,1-.4-.4V35.308a.4.4,0,0,1,.62-.334l7,4.618a.4.4,0,0,1,.181.334.4.4,0,0,1-.181.334l-7,4.619a.4.4,0,0,1-.22.066Zm.4-8.894V43.8l5.874-3.876Z" transform="translate(-47.044 -34.909)" />
1254
  </svg>';
1302
  </g>
1303
  </svg>';
1304
  $output .='</span>';
1305
+ $output .='<a href="'.esc_url($widget['demoUrl']).'" target="_blank" rel="noopener noreferrer" class="widget-hover-details widget-info-demo">';
1306
  $output .='<svg xmlns="http://www.w3.org/2000/svg" width="9" height="8" viewBox="0 0 10 9.009">
1307
  <path d="M9.755,36.8a.787.787,0,0,0-.589-.255H.833a.788.788,0,0,0-.589.255A.851.851,0,0,0,0,37.409V43.3a.851.851,0,0,0,.245.612.788.788,0,0,0,.589.254H3.667a1.171,1.171,0,0,1-.083.422,3.905,3.905,0,0,1-.167.379.614.614,0,0,0-.083.238.339.339,0,0,0,.1.244.314.314,0,0,0,.234.1H6.333a.314.314,0,0,0,.234-.1.339.339,0,0,0,.1-.244.635.635,0,0,0-.083-.235,4.052,4.052,0,0,1-.167-.384,1.18,1.18,0,0,1-.083-.42H9.167a.787.787,0,0,0,.588-.254A.851.851,0,0,0,10,43.3v-5.89A.851.851,0,0,0,9.755,36.8Zm-.422,5.116a.17.17,0,0,1-.049.122.158.158,0,0,1-.117.051H.833a.157.157,0,0,1-.117-.051.17.17,0,0,1-.049-.122v-4.5a.17.17,0,0,1,.049-.122.158.158,0,0,1,.117-.051H9.167a.157.157,0,0,1,.117.051.17.17,0,0,1,.049.122v4.5Z" transform="translate(0 -36.543)" />
1308
  </svg>';
1309
  $output .='</a>';
1310
+ $output .='<a href="'.esc_url($widget['docUrl']).'" target="_blank" rel="noopener noreferrer" class="widget-hover-details widget-info-doc">';
1311
  $output .='<svg xmlns="http://www.w3.org/2000/svg" width="8.053" height="10.166" viewBox="0 0 8.053 10.166">
1312
  <g transform="translate(-41.796)">
1313
  <g transform="translate(42.06 1.188)">
1324
  </g>
1325
  </svg>';
1326
  $output .='</a>';
1327
+ $output .='<a href="'.esc_url($widget['videoUrl']).'" target="_blank" rel="noopener noreferrer" class="widget-hover-details widget-info-video">';
1328
  $output .='<svg xmlns="http://www.w3.org/2000/svg" width="8" height="10" viewBox="0 0 7.801 10.037">
1329
  <path d="M47.444,44.945a.4.4,0,0,1-.4-.4V35.308a.4.4,0,0,1,.62-.334l7,4.618a.4.4,0,0,1,.181.334.4.4,0,0,1-.181.334l-7,4.619a.4.4,0,0,1-.22.066Zm.4-8.894V43.8l5.874-3.876Z" transform="translate(-47.044 -34.909)" />
1330
  </svg>';
1474
  foreach ($option_tabs as $option_tab):
1475
  $tab_slug = $option_tab['id'];
1476
  $nav_class = 'nav-tab';
1477
+ if ($tab_slug == htmlspecialchars($_GET['page'])) {
1478
  $nav_class .= ' nav-tab-active'; //add active class to current tab
1479
  $tab_forms[] = $option_tab; //add current tab to forms to be rendered
1480
  }
includes/welcome-page.php CHANGED
@@ -91,11 +91,11 @@ echo '<div class="theplus-panel-welcome-page">';
91
  echo '<div class="theplus-sec-subtitle">'.esc_html__('Stay tuned at this place, As we are working day & night for new Elementor widgets, features, design layouts and compatibilities with whole WordPress Ecosystem.','tpebl').'</div>';
92
  echo '<div class="theplus-sec-border"></div>';
93
  echo '<div class="theplus-changelog-list">';
94
- echo '<div class="changelog-date">FEB 01,2021 <span class="changelog-version">Lite Version 2.0.3</span></div>';
95
  echo '<ul class="changelog-list">';
96
- echo '<li>'.esc_html__('Elementor Free 3.1.1 & Pro 3.0.10 Compatibility','tpebl').'</li>';
97
- echo '<li>'.esc_html__('Progress Bar : Number Prefix/Postfix bug fix','tpebl').'</li>';
98
- echo '<li>'.esc_html__('Js bug fix','tpebl').'</li>';
99
  echo '</ul>';
100
  echo '</div>';
101
  echo '<a href="https://wordpress.org/plugins/the-plus-addons-for-elementor-page-builder/#developers" class="theplus-panel-btn theplus-mt-8" title="'.esc_attr__('change log','tpebl').'" target="_blank">'.esc_html__('Lite Full Change log','tpebl').'</a>';
@@ -103,15 +103,13 @@ echo '<div class="theplus-panel-welcome-page">';
103
 
104
  echo '<div class="theplus-sec-border" style="width:100%;height:1px;background:#DBDBDB;"></div>';
105
  echo '<div class="theplus-changelog-list">';
106
- echo '<div class="changelog-date">FEB 01,2021 <span class="changelog-version">Pro Version 4.1.4</span></div>';
107
  echo '<ul class="changelog-list">';
108
- echo '<li>'.esc_html__('Carousel Remote : Dots and Pagination options','tpebl').'</li>';
109
- echo '<li>'.esc_html__('Chart : Smooth option in Line Chart Fix','tpebl').'</li>';
110
- echo '<li>'.esc_html__('Dynamic Listing : Include/Exclude Post Option Support in Lazy Load/Load More post Feature','tpebl').'</li>';
111
- echo '<li>'.esc_html__('Login & Register : Confirm Password Field Enable/Disable Option','tpebl').'</li>';
112
- echo '<li>'.esc_html__('Offcanvas to Popup Builder name Update','tpebl').'</li>';
113
- echo '<li>'.esc_html__('Slick Carousel BreakPoint values update in JS','tpebl').'</li>';
114
- echo '<li>'.esc_html__('Unfold : WPML Support','tpebl').'</li>';
115
  echo '</ul>';
116
  echo '</div>';
117
  echo '<a href="https://theplusaddons.com/changelog/" class="theplus-panel-btn theplus-mt-8" title="'.esc_attr__('change log','tpebl').'" target="_blank">'.esc_html__('Pro Full Change log','tpebl').'</a>';
91
  echo '<div class="theplus-sec-subtitle">'.esc_html__('Stay tuned at this place, As we are working day & night for new Elementor widgets, features, design layouts and compatibilities with whole WordPress Ecosystem.','tpebl').'</div>';
92
  echo '<div class="theplus-sec-border"></div>';
93
  echo '<div class="theplus-changelog-list">';
94
+ echo '<div class="changelog-date">JUN 23,2021 <span class="changelog-version">Lite Version 5.0</span></div>';
95
  echo '<ul class="changelog-list">';
96
+ echo '<li>'.esc_html__('Added : Age Gate','tpebl').'</li>';
97
+ echo '<li>'.esc_html__('Added : Message Box','tpebl').'</li>';
98
+ echo '<li>'.esc_html__('Added : Post Title','tpebl').'</li>';
99
  echo '</ul>';
100
  echo '</div>';
101
  echo '<a href="https://wordpress.org/plugins/the-plus-addons-for-elementor-page-builder/#developers" class="theplus-panel-btn theplus-mt-8" title="'.esc_attr__('change log','tpebl').'" target="_blank">'.esc_html__('Lite Full Change log','tpebl').'</a>';
103
 
104
  echo '<div class="theplus-sec-border" style="width:100%;height:1px;background:#DBDBDB;"></div>';
105
  echo '<div class="theplus-changelog-list">';
106
+ echo '<div class="changelog-date">JUN 23,2021 <span class="changelog-version">Pro Version 5.0</span></div>';
107
  echo '<ul class="changelog-list">';
108
+ echo '<li>'.esc_html__('Added : Mouse Cursor','tpebl').'</li>';
109
+ echo '<li>'.esc_html__('Added : Post Navigation','tpebl').'</li>';
110
+ echo '<li>'.esc_html__('Added : Pre Loader','tpebl').'</li>';
111
+ echo '<li>'.esc_html__('Added : Social Feed','tpebl').'</li>';
112
+ echo '<li>'.esc_html__('Added : Social Reviews','tpebl').'</li>';
 
 
113
  echo '</ul>';
114
  echo '</div>';
115
  echo '<a href="https://theplusaddons.com/changelog/" class="theplus-panel-btn theplus-mt-8" title="'.esc_attr__('change log','tpebl').'" target="_blank">'.esc_html__('Pro Full Change log','tpebl').'</a>';
lang/tpebl.pot CHANGED
@@ -8,7 +8,7 @@ msgid ""
8
  msgstr ""
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2020-12-15 15:58+0530\n"
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,59 +17,67 @@ msgstr ""
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
  "Content-Transfer-Encoding: 8bit\n"
19
 
20
- #: theplus_elementor_addon.php:48
21
  msgid ""
22
  "Elementor is missing. You need to activate your installed Elementor to use "
23
  "The Plus Addons."
24
  msgstr ""
25
 
26
- #: theplus_elementor_addon.php:49
27
  msgid "Activate Elementor Now"
28
  msgstr ""
29
 
30
- #: theplus_elementor_addon.php:53
31
  msgid ""
32
  "Elementor Required. You need to install & activate Elementor to use The Plus "
33
  "Addons."
34
  msgstr ""
35
 
36
- #: theplus_elementor_addon.php:54
37
  msgid "Install Elementor Now"
38
  msgstr ""
39
 
40
- #: widgets_loader.php:169
41
  msgid "PlusEssential"
42
  msgstr ""
43
 
44
- #: widgets_loader.php:176
45
  msgid "PlusListing"
46
  msgstr ""
47
 
48
- #: widgets_loader.php:183
49
  msgid "PlusCreatives"
50
  msgstr ""
51
 
52
- #: widgets_loader.php:190
53
  msgid "PlusTabbed"
54
  msgstr ""
55
 
56
- #: widgets_loader.php:197
57
  msgid "PlusAdapted"
58
  msgstr ""
59
 
60
- #: widgets_loader.php:204
61
  msgid "PlusHeader"
62
  msgstr ""
63
 
64
- #: widgets_loader.php:214
 
 
 
 
 
 
 
 
65
  msgid "Settings"
66
  msgstr ""
67
 
68
- #: includes/plus_addon.php:12
69
  msgid "Plus Design"
70
  msgstr ""
71
 
72
- #: includes/plus_addon.php:21 modules/widgets/tp_blog_listout.php:300
73
  #: modules/widgets/tp_blog_listout.php:919
74
  #: modules/widgets/tp_clients_listout.php:260
75
  #: modules/widgets/tp_clients_listout.php:748
@@ -84,6 +92,7 @@ msgstr ""
84
  #: modules/widgets/tp_navigation_menu_lite.php:1372
85
  #: modules/widgets/tp_number_counter.php:1507
86
  #: modules/widgets/tp_page_scroll.php:149
 
87
  #: modules/widgets/tp_scroll_navigation.php:978
88
  #: modules/widgets/tp_tabs_tours.php:1261
89
  #: modules/widgets/tp_team_member_listout.php:290
@@ -92,14 +101,32 @@ msgstr ""
92
  msgid "Extra Options"
93
  msgstr ""
94
 
95
- #: includes/plus_addon.php:30
96
  msgid "Activate"
97
  msgstr ""
98
 
99
- #: includes/plus_addon.php:39
100
  msgid "White Lable"
101
  msgstr ""
102
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  #: includes/theplus_options.php:48
104
  msgid "ThePlus Settings"
105
  msgstr ""
@@ -128,416 +155,524 @@ msgstr ""
128
  msgid "Advertisement Banner"
129
  msgstr ""
130
 
131
- #: includes/theplus_options.php:190
132
- msgid "Animated Service Boxes"
133
  msgstr ""
134
 
135
  #: includes/theplus_options.php:199
136
- msgid "Audio Player"
137
  msgstr ""
138
 
139
  #: includes/theplus_options.php:208
 
 
 
 
140
  msgid "Before After"
141
  msgstr ""
142
 
143
- #: includes/theplus_options.php:217 modules/widgets/tp_blockquote.php:32
144
  #: modules/widgets/tp_blockquote.php:48
145
  msgid "Blockquote"
146
  msgstr ""
147
 
148
- #: includes/theplus_options.php:226
149
  msgid "Blog Listing"
150
  msgstr ""
151
 
152
- #: includes/theplus_options.php:235
153
  msgid "Breadcrumbs Bar"
154
  msgstr ""
155
 
156
- #: includes/theplus_options.php:244 modules/widgets/tp_flip_box.php:324
157
  #: modules/widgets/tp_info_box.php:352
158
  #: modules/widgets/tp_pricing_table.php:511
159
  #: modules/widgets/tp_pricing_table.php:521
160
  msgid "Button"
161
  msgstr ""
162
 
163
- #: includes/theplus_options.php:253 modules/widgets/tp_caldera_forms.php:30
164
  #: modules/widgets/tp_caldera_forms.php:46
165
  msgid "Caldera Forms"
166
  msgstr ""
167
 
168
- #: includes/theplus_options.php:262
169
  msgid "Carousel Anything"
170
  msgstr ""
171
 
172
- #: includes/theplus_options.php:271
173
  msgid "Carousel Remote"
174
  msgstr ""
175
 
176
- #: includes/theplus_options.php:280
177
  msgid "Cascading Image"
178
  msgstr ""
179
 
180
- #: includes/theplus_options.php:289
181
  msgid "Chart"
182
  msgstr ""
183
 
184
- #: includes/theplus_options.php:298
185
  msgid "Circle Menu"
186
  msgstr ""
187
 
188
- #: includes/theplus_options.php:307
189
  msgid "Clients Listing"
190
  msgstr ""
191
 
192
- #: includes/theplus_options.php:316 modules/widgets/tp_contact_form_7.php:31
193
  msgid "Contact Form 7"
194
  msgstr ""
195
 
196
- #: includes/theplus_options.php:325
197
  msgid "Count Down"
198
  msgstr ""
199
 
200
- #: includes/theplus_options.php:334
201
  msgid "Dark Mode"
202
  msgstr ""
203
 
204
- #: includes/theplus_options.php:343
205
  msgid "Design Tool"
206
  msgstr ""
207
 
208
- #: includes/theplus_options.php:352
209
  msgid "Draw SVG"
210
  msgstr ""
211
 
212
- #: includes/theplus_options.php:361
213
  msgid "Dynamic Categories"
214
  msgstr ""
215
 
216
- #: includes/theplus_options.php:370
217
  msgid "Dynamic Device"
218
  msgstr ""
219
 
220
- #: includes/theplus_options.php:379
221
  msgid "Dynamic Listing"
222
  msgstr ""
223
 
224
- #: includes/theplus_options.php:388
225
  msgid "Dynamic Smart Showcase"
226
  msgstr ""
227
 
228
- #: includes/theplus_options.php:397 modules/widgets/tp_everest_form.php:30
229
  #: modules/widgets/tp_everest_form.php:46
230
  msgid "Everest Form"
231
  msgstr ""
232
 
233
- #: includes/theplus_options.php:406 modules/widgets/tp_flip_box.php:32
234
  msgid "Flip Box"
235
  msgstr ""
236
 
237
- #: includes/theplus_options.php:415 modules/widgets/tp_gallery_listout.php:32
238
  msgid "Gallery Listing"
239
  msgstr ""
240
 
241
- #: includes/theplus_options.php:424
242
  msgid "Google Map"
243
  msgstr ""
244
 
245
- #: includes/theplus_options.php:433 modules/widgets/tp_gravity_form.php:31
246
  #: modules/widgets/tp_gravity_form.php:47
247
  #: modules/widgets/tp_gravity_form.php:109
248
  msgid "Gravity Form"
249
  msgstr ""
250
 
251
- #: includes/theplus_options.php:442
252
  #: modules/widgets/tp_heading_animation.php:31
253
  msgid "Heading Animation"
254
  msgstr ""
255
 
256
- #: includes/theplus_options.php:451
257
  msgid "Header Extras"
258
  msgstr ""
259
 
260
- #: includes/theplus_options.php:460 modules/enqueue/plus-wpml.php:205
261
  #: modules/widgets/tp_heading_title.php:31
262
  #: modules/widgets/tp_heading_title.php:84
263
  msgid "Heading Title"
264
  msgstr ""
265
 
266
- #: includes/theplus_options.php:469
267
  msgid "Hotspot"
268
  msgstr ""
269
 
270
- #: includes/theplus_options.php:478 modules/widgets/tp_hovercard.php:35
271
  #: modules/widgets/tp_hovercard.php:51
272
  msgid "Hover Card"
273
  msgstr ""
274
 
275
- #: includes/theplus_options.php:487
276
  msgid "Creative Image"
277
  msgstr ""
278
 
279
- #: includes/theplus_options.php:496 modules/widgets/tp_info_box.php:32
280
  msgid "Info Box"
281
  msgstr ""
282
 
283
- #: includes/theplus_options.php:505
284
- msgid "Instagram"
285
- msgstr ""
286
-
287
- #: includes/theplus_options.php:514
288
  msgid "LottieFiles Animation"
289
  msgstr ""
290
 
291
- #: includes/theplus_options.php:523
292
  msgid "Mailchimp"
293
  msgstr ""
294
 
295
- #: includes/theplus_options.php:532
296
  #: modules/widgets/tp_meeting_scheduler.php:25
297
  #: modules/widgets/tp_meeting_scheduler.php:43
298
  msgid "Meeting Scheduler"
299
  msgstr ""
300
 
301
- #: includes/theplus_options.php:541
 
 
 
 
302
  #: modules/widgets/tp_navigation_menu_lite.php:141
303
  msgid "Mobile Menu"
304
  msgstr ""
305
 
306
- #: includes/theplus_options.php:550
307
  msgid "Morphing Layouts"
308
  msgstr ""
309
 
310
- #: includes/theplus_options.php:559
 
 
 
 
311
  msgid "TP Navigation Menu Lite"
312
  msgstr ""
313
 
314
- #: includes/theplus_options.php:568
315
  msgid "TP Navigation Menu"
316
  msgstr ""
317
 
318
- #: includes/theplus_options.php:577 modules/widgets/tp_ninja_form.php:31
319
  #: modules/widgets/tp_ninja_form.php:47
320
  msgid "Ninja Form"
321
  msgstr ""
322
 
323
- #: includes/theplus_options.php:586 modules/widgets/tp_number_counter.php:33
324
  msgid "Number Counter"
325
  msgstr ""
326
 
327
- #: includes/theplus_options.php:595
328
- msgid "Off Canvas/Toggle"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
329
  msgstr ""
330
 
331
- #: includes/theplus_options.php:604 modules/widgets/tp_page_scroll.php:36
332
  #: modules/widgets/tp_page_scroll.php:53
333
  msgid "Page Scroll"
334
  msgstr ""
335
 
336
- #: includes/theplus_options.php:613
 
 
 
 
337
  msgid "Pricing List"
338
  msgstr ""
339
 
340
- #: includes/theplus_options.php:622 modules/widgets/tp_pricing_table.php:31
341
  msgid "Pricing Table"
342
  msgstr ""
343
 
344
- #: includes/theplus_options.php:631
345
  msgid "Product Listing"
346
  msgstr ""
347
 
348
- #: includes/theplus_options.php:640
349
  msgid "Protected Content"
350
  msgstr ""
351
 
352
- #: includes/theplus_options.php:649
353
  msgid "Post Search"
354
  msgstr ""
355
 
356
- #: includes/theplus_options.php:658 modules/widgets/tp_progress_bar.php:33
357
  #: modules/widgets/tp_progress_bar.php:55
358
  #: modules/widgets/tp_progress_bar.php:66
359
  msgid "Progress Bar"
360
  msgstr ""
361
 
362
- #: includes/theplus_options.php:667
363
  msgid "Process Steps"
364
  msgstr ""
365
 
366
- #: includes/theplus_options.php:676
367
  msgid "Row Background"
368
  msgstr ""
369
 
370
- #: includes/theplus_options.php:685
371
  #: modules/widgets/tp_scroll_navigation.php:32
372
  #: modules/widgets/tp_scroll_navigation.php:48
373
  msgid "Scroll Navigation"
374
  msgstr ""
375
 
376
- #: includes/theplus_options.php:694
377
  msgid "Site Logo"
378
  msgstr ""
379
 
380
- #: includes/theplus_options.php:703 modules/widgets/tp_smooth_scroll.php:29
381
  msgid "Smooth Scroll"
382
  msgstr ""
383
 
384
- #: includes/theplus_options.php:712 modules/widgets/tp_social_icon.php:29
 
 
 
 
 
 
 
 
385
  #: modules/widgets/tp_team_member_listout.php:508
386
  msgid "Social Icon"
387
  msgstr ""
388
 
389
- #: includes/theplus_options.php:721
 
 
 
 
 
 
 
 
390
  msgid "Style List"
391
  msgstr ""
392
 
393
- #: includes/theplus_options.php:730
394
  msgid "Switcher"
395
  msgstr ""
396
 
397
- #: includes/theplus_options.php:739
398
  msgid "Table"
399
  msgstr ""
400
 
401
- #: includes/theplus_options.php:748 modules/widgets/tp_tabs_tours.php:33
 
 
 
 
402
  msgid "Tabs/Tours"
403
  msgstr ""
404
 
405
- #: includes/theplus_options.php:757
406
  #: modules/widgets/tp_team_member_listout.php:32
407
  msgid "Team Member Listing"
408
  msgstr ""
409
 
410
- #: includes/theplus_options.php:766 includes/theplus_options.php:1411
411
  #: modules/widgets/tp_testimonial_listout.php:31
412
  msgid "Testimonial"
413
  msgstr ""
414
 
415
- #: includes/theplus_options.php:775
416
  msgid "Timeline"
417
  msgstr ""
418
 
419
- #: includes/theplus_options.php:784
420
  msgid "Video Player"
421
  msgstr ""
422
 
423
- #: includes/theplus_options.php:793
424
  msgid "Unfold"
425
  msgstr ""
426
 
427
- #: includes/theplus_options.php:802
428
  msgid "WP Forms"
429
  msgstr ""
430
 
431
- #: includes/theplus_options.php:811
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
432
  msgid "WP Login & Register"
433
  msgstr ""
434
 
435
- #: includes/theplus_options.php:825
436
  msgid "Section Scroll Animation"
437
  msgstr ""
438
 
439
- #: includes/theplus_options.php:834
440
  msgid "Section Custom CSS"
441
  msgstr ""
442
 
443
- #: includes/theplus_options.php:843
444
  msgid "Sticky Column"
445
  msgstr ""
446
 
447
- #: includes/theplus_options.php:852
448
  msgid "Custom/Media Width Column"
449
  msgstr ""
450
 
451
- #: includes/theplus_options.php:861
452
  msgid "Order AND Width Column"
453
  msgstr ""
454
 
455
- #: includes/theplus_options.php:870
456
  msgid "Column Custom CSS"
457
  msgstr ""
458
 
459
- #: includes/theplus_options.php:879
460
  msgid "Column Mouse Cursor"
461
  msgstr ""
462
 
463
- #: includes/theplus_options.php:888
464
  msgid "Display Rules"
465
  msgstr ""
466
 
467
- #: includes/theplus_options.php:897
468
  msgid "Event Tracker"
469
  msgstr ""
470
 
471
- #: includes/theplus_options.php:906
472
  msgid "Wrapper Link"
473
  msgstr ""
474
 
475
- #: includes/theplus_options.php:915
476
  #: modules/controls/group/plus-equal-height.php:37
477
  msgid "Equal Height"
478
  msgstr ""
479
 
480
- #: includes/theplus_options.php:924
481
  msgid "Cross Domain Copy Paste"
482
  msgstr ""
483
 
484
- #: includes/theplus_options.php:1235
485
  msgid "Setting Panel"
486
  msgstr ""
487
 
488
- #: includes/theplus_options.php:1240
489
  msgid "Version"
490
  msgstr ""
491
 
492
- #: includes/theplus_options.php:1364
493
  msgid "Enable All"
494
  msgstr ""
495
 
496
- #: includes/theplus_options.php:1367
497
  #: modules/widgets/tp_meeting_scheduler.php:86
498
  msgid "All"
499
  msgstr ""
500
 
501
- #: includes/theplus_options.php:1368
502
  msgid "Free"
503
  msgstr ""
504
 
505
- #: includes/theplus_options.php:1369
506
  msgid "Freemium"
507
  msgstr ""
508
 
509
- #: includes/theplus_options.php:1370
510
  msgid "Pro"
511
  msgstr ""
512
 
513
- #: includes/theplus_options.php:1375
514
  msgid "Search.."
515
  msgstr ""
516
 
517
- #: includes/theplus_options.php:1410 includes/plus-options/post-type.php:50
518
  #: modules/widgets/tp_clients_listout.php:33
519
  msgid "Clients"
520
  msgstr ""
521
 
522
- #: includes/theplus_options.php:1412
523
  msgid "Team Member"
524
  msgstr ""
525
 
526
- #: includes/theplus_options.php:1523
527
  msgid "Clients Post Type Settings"
528
  msgstr ""
529
 
530
- #: includes/theplus_options.php:1524
531
  msgid "Use below settings to configure your “Clients” custom post type."
532
  msgstr ""
533
 
534
- #: includes/theplus_options.php:1529
535
  msgid "Select Post Type Type"
536
  msgstr ""
537
 
538
- #: includes/theplus_options.php:1536 includes/theplus_options.php:1612
539
- #: includes/theplus_options.php:1688
540
  #: modules/controls/group/plus-equal-height.php:40
 
 
 
 
 
 
541
  #: modules/widgets/tp_clients_listout.php:290
542
  #: modules/widgets/tp_flip_box.php:327 modules/widgets/tp_flip_box.php:1943
543
  #: modules/widgets/tp_gallery_listout.php:298
@@ -547,12 +682,14 @@ msgstr ""
547
  #: modules/widgets/tp_heading_title.php:167
548
  #: modules/widgets/tp_hovercard.php:298 modules/widgets/tp_hovercard.php:561
549
  #: modules/widgets/tp_hovercard.php:774 modules/widgets/tp_hovercard.php:920
550
- #: modules/widgets/tp_hovercard.php:1782 modules/widgets/tp_hovercard.php:2086
551
  #: modules/widgets/tp_info_box.php:115 modules/widgets/tp_info_box.php:355
552
  #: modules/widgets/tp_info_box.php:570 modules/widgets/tp_info_box.php:615
553
  #: modules/widgets/tp_info_box.php:2485
554
  #: modules/widgets/tp_meeting_scheduler.php:99
555
  #: modules/widgets/tp_meeting_scheduler.php:199
 
 
556
  #: modules/widgets/tp_page_scroll.php:212
557
  #: modules/widgets/tp_page_scroll.php:282
558
  #: modules/widgets/tp_page_scroll.php:318
@@ -566,6 +703,15 @@ msgstr ""
566
  #: modules/widgets/tp_page_scroll.php:605
567
  #: modules/widgets/tp_page_scroll.php:632
568
  #: modules/widgets/tp_page_scroll.php:660
 
 
 
 
 
 
 
 
 
569
  #: modules/widgets/tp_pricing_table.php:524
570
  #: modules/widgets/tp_scroll_navigation.php:126
571
  #: modules/widgets/tp_scroll_navigation.php:179
@@ -582,50 +728,50 @@ msgstr ""
582
  msgid "Disable"
583
  msgstr ""
584
 
585
- #: includes/theplus_options.php:1537 includes/theplus_options.php:1613
586
- #: includes/theplus_options.php:1689
587
  msgid "ThePlus Post Type"
588
  msgstr ""
589
 
590
- #: includes/theplus_options.php:1538 includes/theplus_options.php:1614
591
- #: includes/theplus_options.php:1690
592
  msgid "Prebuilt Theme Based"
593
  msgstr ""
594
 
595
- #: includes/theplus_options.php:1542 includes/theplus_options.php:1618
596
- #: includes/theplus_options.php:1694
597
  msgid "Post Name : (Keep Blank if you want to keep default Name)"
598
  msgstr ""
599
 
600
- #: includes/theplus_options.php:1543
601
  msgid ""
602
  "Enter value for clients custom post type name. Default: \"theplus_clients\""
603
  msgstr ""
604
 
605
- #: includes/theplus_options.php:1553 includes/theplus_options.php:1629
606
- #: includes/theplus_options.php:1705
607
  msgid "Post Title : (Keep Blank if you want to keep default Title)"
608
  msgstr ""
609
 
610
- #: includes/theplus_options.php:1554
611
  msgid "Enter value for clients custom post title name. Default: \"Tp Clients\""
612
  msgstr ""
613
 
614
- #: includes/theplus_options.php:1564 includes/theplus_options.php:1640
615
  msgid "Category Taxonomy Value : (Keep Blank if you want to keep default Name)"
616
  msgstr ""
617
 
618
- #: includes/theplus_options.php:1565
619
  msgid ""
620
  "Enter value for Category Taxonomy Value. Default : \"theplus_clients_cat\" "
621
  msgstr ""
622
 
623
- #: includes/theplus_options.php:1575 includes/theplus_options.php:1651
624
- #: includes/theplus_options.php:1727
625
  msgid "Prebuilt Post Name : (You can find that from here)"
626
  msgstr ""
627
 
628
- #: includes/theplus_options.php:1576
629
  #, php-format
630
  msgid ""
631
  "Enter the value of your current post type name which is prebuilt with your "
@@ -634,11 +780,11 @@ msgid ""
634
  "screenshot</a> for how to get that value from URL of your current post type."
635
  msgstr ""
636
 
637
- #: includes/theplus_options.php:1586 includes/theplus_options.php:1662
638
  msgid "Prebuilt Category Taxonomy Value : (You can find that from here)"
639
  msgstr ""
640
 
641
- #: includes/theplus_options.php:1587
642
  #, php-format
643
  msgid ""
644
  "Enter the value of your current Category Taxonomy Value which is prebuilt "
@@ -648,36 +794,36 @@ msgid ""
648
  "taxonomy."
649
  msgstr ""
650
 
651
- #: includes/theplus_options.php:1599
652
  msgid "Testimonial Post Type Settings"
653
  msgstr ""
654
 
655
- #: includes/theplus_options.php:1600
656
  msgid "Use below settings to configure your “Testimonial” custom post type."
657
  msgstr ""
658
 
659
- #: includes/theplus_options.php:1605
660
  msgid "Select Post type Type"
661
  msgstr ""
662
 
663
- #: includes/theplus_options.php:1619
664
  msgid ""
665
  "Enter value for testimonial custom post type name. Default: "
666
  "\"theplus_testimonial\""
667
  msgstr ""
668
 
669
- #: includes/theplus_options.php:1630
670
  msgid ""
671
  "Enter value for testimonial custom post title name. Default: \"TP "
672
  "Testimonials\""
673
  msgstr ""
674
 
675
- #: includes/theplus_options.php:1641
676
  msgid ""
677
  "Enter value for Category Taxonomy Value. Default :\"theplus_testimonial_cat\""
678
  msgstr ""
679
 
680
- #: includes/theplus_options.php:1652
681
  #, php-format
682
  msgid ""
683
  "Enter the value of your current post type name which is prebuilt with your "
@@ -686,7 +832,7 @@ msgid ""
686
  "screenshot</a> for how to get that value from URL of your current post type."
687
  msgstr ""
688
 
689
- #: includes/theplus_options.php:1663
690
  #, php-format
691
  msgid ""
692
  "Enter the value of your current Category Taxonomy Value which is prebuilt "
@@ -696,41 +842,41 @@ msgid ""
696
  "taxonomy."
697
  msgstr ""
698
 
699
- #: includes/theplus_options.php:1675
700
  msgid "Team Member Post Type Settings"
701
  msgstr ""
702
 
703
- #: includes/theplus_options.php:1676
704
  msgid "Use below settings to configure your “Team Member” custom post type."
705
  msgstr ""
706
 
707
- #: includes/theplus_options.php:1681
708
  msgid "Select Team Member Post Type"
709
  msgstr ""
710
 
711
- #: includes/theplus_options.php:1695
712
  msgid ""
713
  "Enter value for team member custom post type name. Default: "
714
  "\"theplus_team_member\""
715
  msgstr ""
716
 
717
- #: includes/theplus_options.php:1706
718
  msgid ""
719
  "Enter value for team member custom post type title. Default: \"TP Team "
720
  "Members\""
721
  msgstr ""
722
 
723
- #: includes/theplus_options.php:1716
724
  msgid "Category Taxonomy Value (Keep Blank if you want to keep default Name)"
725
  msgstr ""
726
 
727
- #: includes/theplus_options.php:1717
728
  msgid ""
729
  "Enter value for Category Taxonomy Value. Default : \"theplus_team_member_cat"
730
  "\""
731
  msgstr ""
732
 
733
- #: includes/theplus_options.php:1728
734
  #, php-format
735
  msgid ""
736
  "Enter the value of your current post type name which is prebuilt with your "
@@ -739,11 +885,11 @@ msgid ""
739
  "screenshot</a> for how to get that value from URL of your current post type."
740
  msgstr ""
741
 
742
- #: includes/theplus_options.php:1738
743
  msgid "Prebuilt Category Taxonomy Value (You can find that from here)"
744
  msgstr ""
745
 
746
- #: includes/theplus_options.php:1739
747
  #, php-format
748
  msgid ""
749
  "Enter the value of your current Category Taxonomy Value which is prebuilt "
@@ -753,19 +899,19 @@ msgid ""
753
  "taxonomy."
754
  msgstr ""
755
 
756
- #: includes/theplus_options.php:1802
757
  msgid "Custom CSS"
758
  msgstr ""
759
 
760
- #: includes/theplus_options.php:1803
761
  msgid "Add Your Custom CSS Styles"
762
  msgstr ""
763
 
764
- #: includes/theplus_options.php:1809
765
  msgid "Custom JS"
766
  msgstr ""
767
 
768
- #: includes/theplus_options.php:1810
769
  msgid "Add Your Custom JS Scripts"
770
  msgstr ""
771
 
@@ -866,84 +1012,63 @@ msgid ""
866
  "Ecosystem."
867
  msgstr ""
868
 
869
- #: includes/welcome-page.php:96 includes/welcome-page.php:111
870
- msgid "WordPress 5.6 Compatibility & jQuery Updates"
871
  msgstr ""
872
 
873
  #: includes/welcome-page.php:97
874
- msgid "Accordion : Support Icon Library"
875
  msgstr ""
876
 
877
  #: includes/welcome-page.php:98
878
- msgid "Button : Support Icon Library"
879
  msgstr ""
880
 
881
- #: includes/welcome-page.php:99
882
- msgid "Infobox : Support Icon Library"
883
- msgstr ""
884
-
885
- #: includes/welcome-page.php:100
886
- msgid "Flip Box : Support Icon Library"
887
- msgstr ""
888
-
889
- #: includes/welcome-page.php:101
890
- msgid "Js bug fix"
891
- msgstr ""
892
-
893
- #: includes/welcome-page.php:104 includes/welcome-page.php:121
894
  msgid "change log"
895
  msgstr ""
896
 
897
- #: includes/welcome-page.php:104
898
  msgid "Lite Full Change log"
899
  msgstr ""
900
 
901
- #: includes/welcome-page.php:112
902
- msgid "Pricing List : Title Padding Responsive option"
903
- msgstr ""
904
-
905
- #: includes/welcome-page.php:113
906
- msgid "Hotspot : Common Styling options"
907
- msgstr ""
908
-
909
- #: includes/welcome-page.php:114
910
- msgid "Support of Icon Library in Popular Widgets"
911
  msgstr ""
912
 
913
- #: includes/welcome-page.php:115
914
- msgid "All static icons moved from Font Awesome 4 to Font Awesome 5"
915
  msgstr ""
916
 
917
- #: includes/welcome-page.php:116
918
- msgid ""
919
- "Blog Listing & Dynamic Listing : Preloader Option in Grid and Masonry Layout"
920
  msgstr ""
921
 
922
- #: includes/welcome-page.php:117
923
- msgid "Login/Register : Enable/Disable Login/Register to Reset Form option"
924
  msgstr ""
925
 
926
- #: includes/welcome-page.php:118
927
- msgid "Navigation Menu : Description Option in Menu"
928
  msgstr ""
929
 
930
- #: includes/welcome-page.php:121
931
  msgid "Pro Full Change log"
932
  msgstr ""
933
 
934
- #: includes/welcome-page.php:128
935
  msgid "Frequently Asked Questions"
936
  msgstr ""
937
 
938
- #: includes/welcome-page.php:129
939
  msgid "You might have some, We have tried to answer them all."
940
  msgstr ""
941
 
942
- #: includes/welcome-page.php:132
943
  msgid "Are you having Elementor Loading Error?"
944
  msgstr ""
945
 
946
- #: includes/welcome-page.php:133
947
  msgid ""
948
  "After activation of plugin, Are you having elementor editor’s loading error? "
949
  "If yes, That is the most common issue of elementor regarding to memory "
@@ -953,43 +1078,43 @@ msgid ""
953
  "reaching out to your hosting provider)."
954
  msgstr ""
955
 
956
- #: includes/welcome-page.php:136
957
  msgid "How to get Help/Support?"
958
  msgstr ""
959
 
960
- #: includes/welcome-page.php:137
961
  msgid "You can get "
962
  msgstr ""
963
 
964
- #: includes/welcome-page.php:137
965
  msgid "Free support"
966
  msgstr ""
967
 
968
- #: includes/welcome-page.php:137
969
  msgid " and to get "
970
  msgstr ""
971
 
972
- #: includes/welcome-page.php:137
973
  msgid "Premium support"
974
  msgstr ""
975
 
976
- #: includes/welcome-page.php:137
977
  msgid " comes with Pro plan. Join our "
978
  msgstr ""
979
 
980
- #: includes/welcome-page.php:137
981
  msgid "Facebook channel "
982
  msgstr ""
983
 
984
- #: includes/welcome-page.php:137
985
  msgid " to get help from community."
986
  msgstr ""
987
 
988
- #: includes/welcome-page.php:140
989
  msgid "What is this Performance option about?"
990
  msgstr ""
991
 
992
- #: includes/welcome-page.php:141
993
  msgid ""
994
  "First of all, Performance is our highest priority. We have setup caching "
995
  "architecture in which, It generates One CSS & One JS files for each page. "
@@ -1000,11 +1125,11 @@ msgid ""
1000
  "possible performance."
1001
  msgstr ""
1002
 
1003
- #: includes/welcome-page.php:144
1004
  msgid "When and Why Need to remove cache?"
1005
  msgstr ""
1006
 
1007
- #: includes/welcome-page.php:145
1008
  msgid ""
1009
  "When you make any updated in your page and If that is not reflecting "
1010
  "properly in frontend, You need to remove cache. When you click on Purge All "
@@ -1012,22 +1137,22 @@ msgid ""
1012
  "those files when you visit that page for first time."
1013
  msgstr ""
1014
 
1015
- #: includes/welcome-page.php:148
1016
  msgid "What If I want to remove cache of only one page?"
1017
  msgstr ""
1018
 
1019
- #: includes/welcome-page.php:149
1020
  msgid ""
1021
  "You can do that from admin bar of page editor. That is available on top for "
1022
  "all pages you check from front end. You will see option “The Plus "
1023
  "Performance” -> “Purge Current Page”."
1024
  msgstr ""
1025
 
1026
- #: includes/welcome-page.php:152
1027
  msgid "Site is not working well even after removing cache at frontend."
1028
  msgstr ""
1029
 
1030
- #: includes/welcome-page.php:153
1031
  msgid ""
1032
  "If your website is not working well even after removing cache from above "
1033
  "button. You need to check your 3rd party caching plugin and remove cache "
@@ -1035,151 +1160,152 @@ msgid ""
1035
  "Reload and/or try on incognito mode."
1036
  msgstr ""
1037
 
1038
- #: includes/welcome-page.php:155
1039
  msgid "More FAQs"
1040
  msgstr ""
1041
 
1042
- #: includes/welcome-page.php:164
1043
  msgid "Video Tutorials"
1044
  msgstr ""
1045
 
1046
- #: includes/welcome-page.php:165
1047
  msgid "Checkout Few of our latest video tutorials"
1048
  msgstr ""
1049
 
1050
- #: includes/welcome-page.php:169
1051
  msgid "Our Full Playlist"
1052
  msgstr ""
1053
 
1054
- #: includes/welcome-page.php:200
1055
  msgid "Technical Support"
1056
  msgstr ""
1057
 
1058
- #: includes/welcome-page.php:201
1059
  msgid "Let’s find a solutions for your all your queries."
1060
  msgstr ""
1061
 
1062
- #: includes/welcome-page.php:203
1063
  msgid ""
1064
  "Tried everything but not found a solution? Our premium support team is "
1065
  "always there for your backup. Just a few quick "
1066
  msgstr ""
1067
 
1068
- #: includes/welcome-page.php:203
1069
  msgid "steps to take before submitting a ticket."
1070
  msgstr ""
1071
 
1072
- #: includes/welcome-page.php:203
1073
  msgid " You may read our "
1074
  msgstr ""
1075
 
1076
- #: includes/welcome-page.php:203
1077
  msgid "Support Policy"
1078
  msgstr ""
1079
 
1080
- #: includes/welcome-page.php:203
1081
  msgid " to find out, Which things are covered."
1082
  msgstr ""
1083
 
1084
- #: includes/welcome-page.php:205
1085
  msgid "Support Time : Mon-Fri | 9 AM to 6 PM (Time Zone :UTC+5:30)"
1086
  msgstr ""
1087
 
1088
- #: includes/welcome-page.php:207
1089
  msgid "Average Response Time : 24 Hours (Weekdays)"
1090
  msgstr ""
1091
 
1092
- #: includes/welcome-page.php:209
1093
  msgid "Premium Support"
1094
  msgstr ""
1095
 
1096
- #: includes/welcome-page.php:210
1097
  msgid "Free Support"
1098
  msgstr ""
1099
 
1100
- #: includes/welcome-page.php:215
1101
  msgid "We are social"
1102
  msgstr ""
1103
 
1104
- #: includes/welcome-page.php:216
1105
  msgid "Join us to get regular Social Updates."
1106
  msgstr ""
1107
 
1108
- #: includes/welcome-page.php:218
1109
  msgid ""
1110
  "Get to know about plugin updates, tips & tricks, New Offers and lots more "
1111
  "from our social media accounts."
1112
  msgstr ""
1113
 
1114
- #: includes/welcome-page.php:219 includes/welcome-page.php:221
 
1115
  msgid "facebook"
1116
  msgstr ""
1117
 
1118
- #: includes/welcome-page.php:220
1119
  msgid "instagram"
1120
  msgstr ""
1121
 
1122
- #: includes/welcome-page.php:222
1123
  msgid "youtube"
1124
  msgstr ""
1125
 
1126
- #: includes/welcome-page.php:229
1127
  msgid "Rate Us"
1128
  msgstr ""
1129
 
1130
- #: includes/welcome-page.php:230
1131
  msgid "Your generous rating motivates us to do even better."
1132
  msgstr ""
1133
 
1134
- #: includes/welcome-page.php:232
1135
  msgid ""
1136
  "Your reviews will help us to build better product for you. It even helps "
1137
  "other Elementor users to know about our product and your experience."
1138
  msgstr ""
1139
 
1140
- #: includes/welcome-page.php:233
1141
  msgid "Rate on WordPress"
1142
  msgstr ""
1143
 
1144
- #: includes/welcome-page.php:234
1145
  msgid "Rate on Facebook"
1146
  msgstr ""
1147
 
1148
- #: includes/welcome-page.php:239
1149
  msgid "Any Feedback or Suggestions?"
1150
  msgstr ""
1151
 
1152
- #: includes/welcome-page.php:240
1153
  msgid "Your constructive views matters a lot to us."
1154
  msgstr ""
1155
 
1156
- #: includes/welcome-page.php:242
1157
  msgid ""
1158
  "We believe in continuous improvements. Your each and every suggestions for "
1159
  "new widgets, new features, and improvements in existing product are always "
1160
  "welcome. Thanks in advance for your time and effort to help us."
1161
  msgstr ""
1162
 
1163
- #: includes/welcome-page.php:243
1164
  msgid "Share Feedback"
1165
  msgstr ""
1166
 
1167
- #: includes/welcome-page.php:248
1168
  msgid "Join 14,573 Subscribers"
1169
  msgstr ""
1170
 
1171
- #: includes/welcome-page.php:249
1172
  msgid "Get the latest updates, Offers and more on your email."
1173
  msgstr ""
1174
 
1175
- #: includes/welcome-page.php:251
1176
  msgid ""
1177
  "Want to join our newsletter? We share tricks & tips related to The Plus "
1178
  "Addons for Elementor and WordPress itself. On top of that, You will get "
1179
  "timely notifications of new plugin updates, discount offers and lots more."
1180
  msgstr ""
1181
 
1182
- #: includes/welcome-page.php:252
1183
  msgid "Subscribe Us"
1184
  msgstr ""
1185
 
@@ -1381,10 +1507,6 @@ msgstr ""
1381
  msgid "Website Url"
1382
  msgstr ""
1383
 
1384
- #: includes/plus-options/custom-metabox/teammember_options.php:58
1385
- msgid "Facebook Link"
1386
- msgstr ""
1387
-
1388
  #: includes/plus-options/custom-metabox/teammember_options.php:65
1389
  msgid "Google plus Link"
1390
  msgstr ""
@@ -1393,14 +1515,19 @@ msgstr ""
1393
  msgid "Instagram Link"
1394
  msgstr ""
1395
 
1396
- #: includes/plus-options/custom-metabox/teammember_options.php:80
1397
- msgid "Twitter Link"
1398
- msgstr ""
1399
-
1400
  #: includes/plus-options/custom-metabox/teammember_options.php:87
1401
  msgid "Linkedin Link"
1402
  msgstr ""
1403
 
 
 
 
 
 
 
 
 
 
1404
  #: includes/plus-options/custom-metabox/testimonial_option.php:12
1405
  msgid "ThePlus Testimonial Options"
1406
  msgstr ""
@@ -1410,15 +1537,18 @@ msgid "Author Text"
1410
  msgstr ""
1411
 
1412
  #: includes/plus-options/custom-metabox/testimonial_option.php:34
1413
- #: modules/helper-function.php:506 modules/widgets/tp_accordion.php:402
1414
- #: modules/widgets/tp_blog_listout.php:587
 
1415
  #: modules/widgets/tp_clients_listout.php:391
1416
  #: modules/widgets/tp_flip_box.php:143
1417
  #: modules/widgets/tp_gallery_listout.php:512
1418
  #: modules/widgets/tp_gravity_form.php:76
1419
  #: modules/widgets/tp_heading_title.php:115
 
1420
  #: modules/widgets/tp_number_counter.php:65
1421
  #: modules/widgets/tp_number_counter.php:67
 
1422
  #: modules/widgets/tp_pricing_table.php:92
1423
  #: modules/widgets/tp_pricing_table.php:111
1424
  #: modules/widgets/tp_progress_bar.php:162
@@ -1440,11 +1570,11 @@ msgstr ""
1440
  msgid "Enter author Designation"
1441
  msgstr ""
1442
 
1443
- #: includes/plus-options/extension/cmb2-field-ajax-search.php:199
1444
  msgid "Error : Unauthorized action"
1445
  msgstr ""
1446
 
1447
- #: includes/plus-options/extension/cmb2-field-ajax-search.php:205
1448
  msgid "Error : Wrong request parameters"
1449
  msgstr ""
1450
 
@@ -1523,7 +1653,7 @@ msgstr ""
1523
 
1524
  #: includes/plus-options/metabox/includes/CMB2_Field.php:1451
1525
  #: includes/plus-options/metabox/includes/CMB2_Field.php:1455
1526
- #: modules/helper-function.php:503 modules/widgets/tp_button.php:396
1527
  #: modules/widgets/tp_clients_listout.php:487
1528
  #: modules/widgets/tp_countdown.php:379 modules/widgets/tp_flip_box.php:163
1529
  #: modules/widgets/tp_flip_box.php:565 modules/widgets/tp_flip_box.php:1456
@@ -1531,7 +1661,7 @@ msgstr ""
1531
  #: modules/widgets/tp_header_extras.php:1806
1532
  #: modules/widgets/tp_hovercard.php:82 modules/widgets/tp_hovercard.php:139
1533
  #: modules/widgets/tp_hovercard.php:152 modules/widgets/tp_hovercard.php:1335
1534
- #: modules/widgets/tp_hovercard.php:2182 modules/widgets/tp_info_box.php:223
1535
  #: modules/widgets/tp_info_box.php:442 modules/widgets/tp_info_box.php:1502
1536
  #: modules/widgets/tp_info_box.php:1704
1537
  #: modules/widgets/tp_navigation_menu_lite.php:358
@@ -1541,6 +1671,8 @@ msgstr ""
1541
  #: modules/widgets/tp_navigation_menu_lite.php:1383
1542
  #: modules/widgets/tp_number_counter.php:230
1543
  #: modules/widgets/tp_number_counter.php:374
 
 
1544
  #: modules/widgets/tp_post_search.php:138
1545
  #: modules/widgets/tp_pricing_table.php:142
1546
  #: modules/widgets/tp_pricing_table.php:599
@@ -1589,13 +1721,15 @@ msgid "Clear"
1589
  msgstr ""
1590
 
1591
  #: includes/plus-options/metabox/includes/CMB2_JS.php:166
 
 
1592
  #: modules/widgets/tp_header_extras.php:1019
1593
  #: modules/widgets/tp_heading_title.php:75
1594
  #: modules/widgets/tp_hovercard.php:127 modules/widgets/tp_hovercard.php:1248
1595
  #: modules/widgets/tp_hovercard.php:1274 modules/widgets/tp_hovercard.php:1293
1596
  #: modules/widgets/tp_hovercard.php:1314 modules/widgets/tp_hovercard.php:1396
1597
  #: modules/widgets/tp_hovercard.php:1556 modules/widgets/tp_hovercard.php:1844
1598
- #: modules/widgets/tp_hovercard.php:2239 modules/widgets/tp_hovercard.php:2382
1599
  #: modules/widgets/tp_scroll_navigation.php:158
1600
  msgid "Default"
1601
  msgstr ""
@@ -1867,20 +2001,20 @@ msgstr ""
1867
  msgid "No terms"
1868
  msgstr ""
1869
 
1870
- #: modules/helper-function.php:10
1871
  msgid "You Haven’t Saved Templates Yet."
1872
  msgstr ""
1873
 
1874
- #: modules/helper-function.php:12
1875
  msgid "Select Template"
1876
  msgstr ""
1877
 
1878
- #: modules/helper-function.php:32
1879
  msgid "No contact forms found"
1880
  msgstr ""
1881
 
1882
- #: modules/helper-function.php:42 modules/helper-function.php:76
1883
- #: modules/helper-function.php:94 modules/widgets/tp_caldera_forms.php:53
1884
  #: modules/widgets/tp_contact_form_7.php:54
1885
  #: modules/widgets/tp_everest_form.php:53
1886
  #: modules/widgets/tp_gravity_form.php:54
@@ -1889,60 +2023,60 @@ msgstr ""
1889
  msgid "Select Form"
1890
  msgstr ""
1891
 
1892
- #: modules/helper-function.php:52 modules/helper-function.php:83
1893
  msgid "Form Not Found!"
1894
  msgstr ""
1895
 
1896
- #: modules/helper-function.php:67
1897
  msgid "No everest forms found"
1898
  msgstr ""
1899
 
1900
- #: modules/helper-function.php:100
1901
  msgid "No forms found"
1902
  msgstr ""
1903
 
1904
- #: modules/helper-function.php:115
1905
  msgid "Select Ninja Form"
1906
  msgstr ""
1907
 
1908
- #: modules/helper-function.php:122 modules/helper-function.php:148
1909
  msgid "Create a Form First"
1910
  msgstr ""
1911
 
1912
- #: modules/helper-function.php:142
1913
  msgid "Select a WPForm"
1914
  msgstr ""
1915
 
1916
- #: modules/helper-function.php:158
1917
  #: modules/widgets/tp_navigation_menu_lite.php:71
1918
  #: modules/widgets/tp_navigation_menu_lite.php:271
1919
  msgid "Select Menu"
1920
  msgstr ""
1921
 
1922
- #: modules/helper-function.php:359
1923
  msgid "Add a menu"
1924
  msgstr ""
1925
 
1926
- #: modules/helper-function.php:390
1927
  msgid "Custom Skin"
1928
  msgstr ""
1929
 
1930
- #: modules/helper-function.php:408
1931
  msgid "Linear"
1932
  msgstr ""
1933
 
1934
- #: modules/helper-function.php:409
1935
  msgid "Radial"
1936
  msgstr ""
1937
 
1938
- #: modules/helper-function.php:415 modules/widgets/tp_button.php:397
1939
  #: modules/widgets/tp_countdown.php:380 modules/widgets/tp_flip_box.php:1457
1940
  #: modules/widgets/tp_header_extras.php:644
1941
  #: modules/widgets/tp_header_extras.php:1807
1942
  #: modules/widgets/tp_heading_title.php:511
1943
  #: modules/widgets/tp_heading_title.php:719
1944
  #: modules/widgets/tp_heading_title.php:885
1945
- #: modules/widgets/tp_hovercard.php:1336 modules/widgets/tp_hovercard.php:2183
1946
  #: modules/widgets/tp_info_box.php:1503
1947
  #: modules/widgets/tp_navigation_menu_lite.php:414
1948
  #: modules/widgets/tp_navigation_menu_lite.php:748
@@ -1951,11 +2085,11 @@ msgstr ""
1951
  msgid "Solid"
1952
  msgstr ""
1953
 
1954
- #: modules/helper-function.php:416 modules/widgets/tp_button.php:399
1955
  #: modules/widgets/tp_countdown.php:382 modules/widgets/tp_flip_box.php:1459
1956
  #: modules/widgets/tp_header_extras.php:646
1957
  #: modules/widgets/tp_header_extras.php:1809
1958
- #: modules/widgets/tp_hovercard.php:1337 modules/widgets/tp_hovercard.php:2184
1959
  #: modules/widgets/tp_info_box.php:1505
1960
  #: modules/widgets/tp_navigation_menu_lite.php:416
1961
  #: modules/widgets/tp_navigation_menu_lite.php:750
@@ -1964,11 +2098,11 @@ msgstr ""
1964
  msgid "Dashed"
1965
  msgstr ""
1966
 
1967
- #: modules/helper-function.php:417 modules/widgets/tp_button.php:398
1968
  #: modules/widgets/tp_countdown.php:381 modules/widgets/tp_flip_box.php:1458
1969
  #: modules/widgets/tp_header_extras.php:645
1970
  #: modules/widgets/tp_header_extras.php:1808
1971
- #: modules/widgets/tp_hovercard.php:1338 modules/widgets/tp_hovercard.php:2185
1972
  #: modules/widgets/tp_info_box.php:1504
1973
  #: modules/widgets/tp_navigation_menu_lite.php:415
1974
  #: modules/widgets/tp_navigation_menu_lite.php:749
@@ -1977,11 +2111,11 @@ msgstr ""
1977
  msgid "Dotted"
1978
  msgstr ""
1979
 
1980
- #: modules/helper-function.php:418 modules/widgets/tp_button.php:400
1981
  #: modules/widgets/tp_countdown.php:383 modules/widgets/tp_flip_box.php:1460
1982
  #: modules/widgets/tp_header_extras.php:647
1983
  #: modules/widgets/tp_header_extras.php:1810
1984
- #: modules/widgets/tp_hovercard.php:1339 modules/widgets/tp_hovercard.php:2186
1985
  #: modules/widgets/tp_info_box.php:1506
1986
  #: modules/widgets/tp_navigation_menu_lite.php:417
1987
  #: modules/widgets/tp_navigation_menu_lite.php:751
@@ -1990,510 +2124,561 @@ msgstr ""
1990
  msgid "Groove"
1991
  msgstr ""
1992
 
1993
- #: modules/helper-function.php:419 modules/widgets/tp_hovercard.php:1340
1994
- #: modules/widgets/tp_hovercard.php:2187
1995
  msgid "Inset"
1996
  msgstr ""
1997
 
1998
- #: modules/helper-function.php:420 modules/widgets/tp_hovercard.php:1341
1999
- #: modules/widgets/tp_hovercard.php:2188
2000
  msgid "Outset"
2001
  msgstr ""
2002
 
2003
- #: modules/helper-function.php:421 modules/widgets/tp_hovercard.php:1342
2004
- #: modules/widgets/tp_hovercard.php:2189
2005
  msgid "Ridge"
2006
  msgstr ""
2007
 
2008
- #: modules/helper-function.php:427 modules/widgets/tp_blog_listout.php:86
2009
  #: modules/widgets/tp_clients_listout.php:70
2010
  #: modules/widgets/tp_gallery_listout.php:86
2011
  #: modules/widgets/tp_team_member_listout.php:86
2012
  msgid "Grid"
2013
  msgstr ""
2014
 
2015
- #: modules/helper-function.php:428 modules/widgets/tp_blog_listout.php:87
2016
  #: modules/widgets/tp_clients_listout.php:71
2017
  #: modules/widgets/tp_gallery_listout.php:87
2018
  #: modules/widgets/tp_team_member_listout.php:87
2019
  msgid "Masonry"
2020
  msgstr ""
2021
 
2022
- #: modules/helper-function.php:429 modules/widgets/tp_blog_listout.php:88
2023
  #: modules/widgets/tp_gallery_listout.php:88
2024
  msgid "Metro"
2025
  msgstr ""
2026
 
2027
- #: modules/helper-function.php:430
2028
  msgid "Carousel"
2029
  msgstr ""
2030
 
2031
- #: modules/helper-function.php:436
2032
  msgid "Column 6"
2033
  msgstr ""
2034
 
2035
- #: modules/helper-function.php:437
2036
  msgid "Column 4"
2037
  msgstr ""
2038
 
2039
- #: modules/helper-function.php:438 modules/widgets/tp_blog_listout.php:236
2040
  #: modules/widgets/tp_gallery_listout.php:205
2041
  msgid "Column 3"
2042
  msgstr ""
2043
 
2044
- #: modules/helper-function.php:439
2045
  msgid "Column 2"
2046
  msgstr ""
2047
 
2048
- #: modules/helper-function.php:440
2049
  #: modules/widgets/tp_testimonial_listout.php:594
2050
  msgid "Column 1"
2051
  msgstr ""
2052
 
2053
- #: modules/helper-function.php:504
2054
  msgid "ID"
2055
  msgstr ""
2056
 
2057
- #: modules/helper-function.php:505 modules/widgets/tp_blockquote.php:76
 
2058
  msgid "Author"
2059
  msgstr ""
2060
 
2061
- #: modules/helper-function.php:507
2062
  msgid "Name (slug)"
2063
  msgstr ""
2064
 
2065
- #: modules/helper-function.php:508
2066
  msgid "Date"
2067
  msgstr ""
2068
 
2069
- #: modules/helper-function.php:509
2070
  msgid "Modified"
2071
  msgstr ""
2072
 
2073
- #: modules/helper-function.php:510
2074
  msgid "Random"
2075
  msgstr ""
2076
 
2077
- #: modules/helper-function.php:511
2078
  msgid "Comment Count"
2079
  msgstr ""
2080
 
2081
- #: modules/helper-function.php:512
2082
  msgid "Default Menu Order"
2083
  msgstr ""
2084
 
2085
- #: modules/helper-function.php:518
2086
  msgid "Descending"
2087
  msgstr ""
2088
 
2089
- #: modules/helper-function.php:519
2090
  msgid "Ascending"
2091
  msgstr ""
2092
 
2093
- #: modules/helper-function.php:527 modules/widgets/tp_blog_listout.php:473
2094
  #: modules/widgets/tp_header_extras.php:60
2095
  msgid "Select Options"
2096
  msgstr ""
2097
 
2098
- #: modules/helper-function.php:528 modules/widgets/tp_blog_listout.php:474
2099
  msgid "Pagination"
2100
  msgstr ""
2101
 
2102
- #: modules/helper-function.php:529 modules/widgets/tp_blog_listout.php:475
2103
  msgid "Load More"
2104
  msgstr ""
2105
 
2106
- #: modules/helper-function.php:530 modules/widgets/tp_blog_listout.php:476
2107
  msgid "Lazy Load"
2108
  msgstr ""
2109
 
2110
- #: modules/helper-function.php:574 modules/widgets/tp_hovercard.php:1253
 
2111
  #: modules/widgets/tp_social_icon.php:351
2112
  #: modules/widgets/tp_video_player.php:694
2113
  msgid "Center Center"
2114
  msgstr ""
2115
 
2116
- #: modules/helper-function.php:575 modules/widgets/tp_hovercard.php:1252
 
2117
  #: modules/widgets/tp_social_icon.php:350
2118
  #: modules/widgets/tp_video_player.php:693
2119
  msgid "Center Left"
2120
  msgstr ""
2121
 
2122
- #: modules/helper-function.php:576 modules/widgets/tp_hovercard.php:1254
 
2123
  #: modules/widgets/tp_social_icon.php:352
2124
  #: modules/widgets/tp_video_player.php:695
2125
  msgid "Center Right"
2126
  msgstr ""
2127
 
2128
- #: modules/helper-function.php:577 modules/widgets/tp_hovercard.php:1250
 
2129
  #: modules/widgets/tp_social_icon.php:348
2130
  #: modules/widgets/tp_video_player.php:691
2131
  msgid "Top Center"
2132
  msgstr ""
2133
 
2134
- #: modules/helper-function.php:578 modules/widgets/tp_hovercard.php:1249
 
2135
  #: modules/widgets/tp_scroll_navigation.php:77
2136
  #: modules/widgets/tp_social_icon.php:347
2137
  #: modules/widgets/tp_video_player.php:690
2138
  msgid "Top Left"
2139
  msgstr ""
2140
 
2141
- #: modules/helper-function.php:579 modules/widgets/tp_hovercard.php:1251
 
2142
  #: modules/widgets/tp_scroll_navigation.php:78
2143
  #: modules/widgets/tp_social_icon.php:349
2144
  #: modules/widgets/tp_video_player.php:692
2145
  msgid "Top Right"
2146
  msgstr ""
2147
 
2148
- #: modules/helper-function.php:580 modules/widgets/tp_hovercard.php:1256
 
2149
  #: modules/widgets/tp_social_icon.php:354
2150
  #: modules/widgets/tp_video_player.php:697
2151
  msgid "Bottom Center"
2152
  msgstr ""
2153
 
2154
- #: modules/helper-function.php:581 modules/widgets/tp_hovercard.php:1255
 
2155
  #: modules/widgets/tp_scroll_navigation.php:80
2156
  #: modules/widgets/tp_social_icon.php:353
2157
  #: modules/widgets/tp_video_player.php:696
2158
  msgid "Bottom Left"
2159
  msgstr ""
2160
 
2161
- #: modules/helper-function.php:582 modules/widgets/tp_hovercard.php:1257
 
2162
  #: modules/widgets/tp_scroll_navigation.php:81
2163
  #: modules/widgets/tp_social_icon.php:355
2164
  #: modules/widgets/tp_video_player.php:698
2165
  msgid "Bottom Right"
2166
  msgstr ""
2167
 
2168
- #: modules/helper-function.php:589 modules/helper-function.php:604
2169
  msgid "Select Hover Effect"
2170
  msgstr ""
2171
 
2172
- #: modules/helper-function.php:590
2173
  msgid "Grow (PRO)"
2174
  msgstr ""
2175
 
2176
- #: modules/helper-function.php:591 modules/helper-function.php:606
2177
  msgid "Push"
2178
  msgstr ""
2179
 
2180
- #: modules/helper-function.php:592
2181
  msgid "Bounce In (PRO)"
2182
  msgstr ""
2183
 
2184
- #: modules/helper-function.php:593
2185
  msgid "Float (PRO)"
2186
  msgstr ""
2187
 
2188
- #: modules/helper-function.php:594
2189
  msgid "Wobble Horizontal (PRO)"
2190
  msgstr ""
2191
 
2192
- #: modules/helper-function.php:595
2193
  msgid "Wobble Vertical (PRO)"
2194
  msgstr ""
2195
 
2196
- #: modules/helper-function.php:596
2197
  msgid "Float Shadow (PRO)"
2198
  msgstr ""
2199
 
2200
- #: modules/helper-function.php:597
2201
  msgid "Grow Shadow (PRO)"
2202
  msgstr ""
2203
 
2204
- #: modules/helper-function.php:598
2205
  msgid "Shadow Radial (PRO)"
2206
  msgstr ""
2207
 
2208
- #: modules/helper-function.php:605
2209
  msgid "Grow"
2210
  msgstr ""
2211
 
2212
- #: modules/helper-function.php:607
2213
  msgid "Bounce In"
2214
  msgstr ""
2215
 
2216
- #: modules/helper-function.php:608
2217
  msgid "Float"
2218
  msgstr ""
2219
 
2220
- #: modules/helper-function.php:609
2221
  msgid "Wobble Horizontal"
2222
  msgstr ""
2223
 
2224
- #: modules/helper-function.php:610
2225
  msgid "Wobble Vertical"
2226
  msgstr ""
2227
 
2228
- #: modules/helper-function.php:611
2229
  msgid "Float Shadow"
2230
  msgstr ""
2231
 
2232
- #: modules/helper-function.php:612
2233
  msgid "Grow Shadow"
2234
  msgstr ""
2235
 
2236
- #: modules/helper-function.php:613
2237
  msgid "Shadow Radial"
2238
  msgstr ""
2239
 
2240
- #: modules/helper-function.php:619 modules/helper-function.php:652
2241
  msgid "No-animation"
2242
  msgstr ""
2243
 
2244
- #: modules/helper-function.php:620
2245
  msgid "FadeIn"
2246
  msgstr ""
2247
 
2248
- #: modules/helper-function.php:621
2249
  msgid "FlipXIn"
2250
  msgstr ""
2251
 
2252
- #: modules/helper-function.php:622
2253
  msgid "FlipYIn"
2254
  msgstr ""
2255
 
2256
- #: modules/helper-function.php:623
2257
  msgid "FlipBounceXIn"
2258
  msgstr ""
2259
 
2260
- #: modules/helper-function.php:624
2261
  msgid "FlipBounceYIn"
2262
  msgstr ""
2263
 
2264
- #: modules/helper-function.php:625
2265
  msgid "SwoopIn"
2266
  msgstr ""
2267
 
2268
- #: modules/helper-function.php:626
2269
  msgid "WhirlIn"
2270
  msgstr ""
2271
 
2272
- #: modules/helper-function.php:627
2273
  msgid "ShrinkIn"
2274
  msgstr ""
2275
 
2276
- #: modules/helper-function.php:628
2277
  msgid "ExpandIn"
2278
  msgstr ""
2279
 
2280
- #: modules/helper-function.php:629
2281
  msgid "BounceIn"
2282
  msgstr ""
2283
 
2284
- #: modules/helper-function.php:630
2285
  msgid "BounceUpIn"
2286
  msgstr ""
2287
 
2288
- #: modules/helper-function.php:631
2289
  msgid "BounceDownIn"
2290
  msgstr ""
2291
 
2292
- #: modules/helper-function.php:632
2293
  msgid "BounceLeftIn"
2294
  msgstr ""
2295
 
2296
- #: modules/helper-function.php:633
2297
  msgid "BounceRightIn"
2298
  msgstr ""
2299
 
2300
- #: modules/helper-function.php:634
2301
  msgid "SlideUpIn"
2302
  msgstr ""
2303
 
2304
- #: modules/helper-function.php:635
2305
  msgid "SlideDownIn"
2306
  msgstr ""
2307
 
2308
- #: modules/helper-function.php:636
2309
  msgid "SlideLeftIn"
2310
  msgstr ""
2311
 
2312
- #: modules/helper-function.php:637
2313
  msgid "SlideRightIn"
2314
  msgstr ""
2315
 
2316
- #: modules/helper-function.php:638
2317
  msgid "SlideUpBigIn"
2318
  msgstr ""
2319
 
2320
- #: modules/helper-function.php:639
2321
  msgid "SlideDownBigIn"
2322
  msgstr ""
2323
 
2324
- #: modules/helper-function.php:640
2325
  msgid "SlideLeftBigIn"
2326
  msgstr ""
2327
 
2328
- #: modules/helper-function.php:641
2329
  msgid "SlideRightBigIn"
2330
  msgstr ""
2331
 
2332
- #: modules/helper-function.php:642
2333
  msgid "PerspectiveUpIn"
2334
  msgstr ""
2335
 
2336
- #: modules/helper-function.php:643
2337
  msgid "PerspectiveDownIn"
2338
  msgstr ""
2339
 
2340
- #: modules/helper-function.php:644
2341
  msgid "PerspectiveLeftIn"
2342
  msgstr ""
2343
 
2344
- #: modules/helper-function.php:645
2345
  msgid "PerspectiveRightIn"
2346
  msgstr ""
2347
 
2348
- #: modules/helper-function.php:653
2349
  msgid "FadeOut"
2350
  msgstr ""
2351
 
2352
- #: modules/helper-function.php:654
2353
  msgid "FlipXOut"
2354
  msgstr ""
2355
 
2356
- #: modules/helper-function.php:655
2357
  msgid "FlipYOut"
2358
  msgstr ""
2359
 
2360
- #: modules/helper-function.php:656
2361
  msgid "FlipBounceXOut"
2362
  msgstr ""
2363
 
2364
- #: modules/helper-function.php:657
2365
  msgid "FlipBounceYOut"
2366
  msgstr ""
2367
 
2368
- #: modules/helper-function.php:658
2369
  msgid "SwoopOut"
2370
  msgstr ""
2371
 
2372
- #: modules/helper-function.php:659
2373
  msgid "WhirlOut"
2374
  msgstr ""
2375
 
2376
- #: modules/helper-function.php:660
2377
  msgid "ShrinkOut"
2378
  msgstr ""
2379
 
2380
- #: modules/helper-function.php:661
2381
  msgid "ExpandOut"
2382
  msgstr ""
2383
 
2384
- #: modules/helper-function.php:662
2385
  msgid "BounceOut"
2386
  msgstr ""
2387
 
2388
- #: modules/helper-function.php:663
2389
  msgid "BounceUpOut"
2390
  msgstr ""
2391
 
2392
- #: modules/helper-function.php:664
2393
  msgid "BounceDownOut"
2394
  msgstr ""
2395
 
2396
- #: modules/helper-function.php:665
2397
  msgid "BounceLeftOut"
2398
  msgstr ""
2399
 
2400
- #: modules/helper-function.php:666
2401
  msgid "BounceRightOut"
2402
  msgstr ""
2403
 
2404
- #: modules/helper-function.php:667
2405
  msgid "SlideUpOut"
2406
  msgstr ""
2407
 
2408
- #: modules/helper-function.php:668
2409
  msgid "SlideDownOut"
2410
  msgstr ""
2411
 
2412
- #: modules/helper-function.php:669
2413
  msgid "SlideLeftOut"
2414
  msgstr ""
2415
 
2416
- #: modules/helper-function.php:670
2417
  msgid "SlideRightOut"
2418
  msgstr ""
2419
 
2420
- #: modules/helper-function.php:671
2421
  msgid "SlideUpBigOut"
2422
  msgstr ""
2423
 
2424
- #: modules/helper-function.php:672
2425
  msgid "SlideDownBigOut"
2426
  msgstr ""
2427
 
2428
- #: modules/helper-function.php:673
2429
  msgid "SlideLeftBigOut"
2430
  msgstr ""
2431
 
2432
- #: modules/helper-function.php:674
2433
  msgid "SlideRightBigOut"
2434
  msgstr ""
2435
 
2436
- #: modules/helper-function.php:675
2437
  msgid "PerspectiveUpOut"
2438
  msgstr ""
2439
 
2440
- #: modules/helper-function.php:676
2441
  msgid "PerspectiveDownOut"
2442
  msgstr ""
2443
 
2444
- #: modules/helper-function.php:677
2445
  msgid "PerspectiveLeftOut"
2446
  msgstr ""
2447
 
2448
- #: modules/helper-function.php:678
2449
  msgid "PerspectiveRightOut"
2450
  msgstr ""
2451
 
2452
- #: modules/helper-function.php:686 modules/widgets/tp_hovercard.php:73
2453
- #: modules/widgets/tp_hovercard.php:130
2454
  msgid "H1"
2455
  msgstr ""
2456
 
2457
- #: modules/helper-function.php:687 modules/widgets/tp_hovercard.php:74
2458
- #: modules/widgets/tp_hovercard.php:131
2459
  msgid "H2"
2460
  msgstr ""
2461
 
2462
- #: modules/helper-function.php:688 modules/widgets/tp_hovercard.php:75
2463
- #: modules/widgets/tp_hovercard.php:132
2464
  msgid "H3"
2465
  msgstr ""
2466
 
2467
- #: modules/helper-function.php:689 modules/widgets/tp_hovercard.php:76
2468
- #: modules/widgets/tp_hovercard.php:133
2469
  msgid "H4"
2470
  msgstr ""
2471
 
2472
- #: modules/helper-function.php:690 modules/widgets/tp_hovercard.php:77
2473
- #: modules/widgets/tp_hovercard.php:134
2474
  msgid "H5"
2475
  msgstr ""
2476
 
2477
- #: modules/helper-function.php:691 modules/helper-function.php:692
2478
  #: modules/widgets/tp_hovercard.php:78 modules/widgets/tp_hovercard.php:79
2479
  #: modules/widgets/tp_hovercard.php:135 modules/widgets/tp_hovercard.php:136
 
2480
  msgid "H6"
2481
  msgstr ""
2482
 
2483
- #: modules/helper-function.php:693
2484
  msgid "div"
2485
  msgstr ""
2486
 
2487
- #: modules/helper-function.php:694 modules/widgets/tp_hovercard.php:80
2488
  #: modules/widgets/tp_hovercard.php:137
2489
  msgid "p"
2490
  msgstr ""
2491
 
2492
- #: modules/helper-function.php:697 modules/widgets/tp_hovercard.php:81
2493
  #: modules/widgets/tp_hovercard.php:138
2494
  msgid "a"
2495
  msgstr ""
2496
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2497
  #: modules/theplus-integration.php:43
2498
  msgid "Please specify a valid e-mail"
2499
  msgstr ""
@@ -2503,6 +2688,12 @@ msgid "PlusExtras : Equal Height"
2503
  msgstr ""
2504
 
2505
  #: modules/controls/group/plus-equal-height.php:39
 
 
 
 
 
 
2506
  #: modules/widgets/tp_clients_listout.php:289
2507
  #: modules/widgets/tp_flip_box.php:326 modules/widgets/tp_flip_box.php:1942
2508
  #: modules/widgets/tp_gallery_listout.php:297
@@ -2512,12 +2703,14 @@ msgstr ""
2512
  #: modules/widgets/tp_heading_title.php:166
2513
  #: modules/widgets/tp_hovercard.php:297 modules/widgets/tp_hovercard.php:560
2514
  #: modules/widgets/tp_hovercard.php:773 modules/widgets/tp_hovercard.php:919
2515
- #: modules/widgets/tp_hovercard.php:1781 modules/widgets/tp_hovercard.php:2085
2516
  #: modules/widgets/tp_info_box.php:114 modules/widgets/tp_info_box.php:354
2517
  #: modules/widgets/tp_info_box.php:569 modules/widgets/tp_info_box.php:614
2518
  #: modules/widgets/tp_info_box.php:2484
2519
  #: modules/widgets/tp_meeting_scheduler.php:98
2520
  #: modules/widgets/tp_meeting_scheduler.php:198
 
 
2521
  #: modules/widgets/tp_page_scroll.php:211
2522
  #: modules/widgets/tp_page_scroll.php:281
2523
  #: modules/widgets/tp_page_scroll.php:317
@@ -2531,6 +2724,15 @@ msgstr ""
2531
  #: modules/widgets/tp_page_scroll.php:604
2532
  #: modules/widgets/tp_page_scroll.php:631
2533
  #: modules/widgets/tp_page_scroll.php:659
 
 
 
 
 
 
 
 
 
2534
  #: modules/widgets/tp_pricing_table.php:523
2535
  #: modules/widgets/tp_scroll_navigation.php:125
2536
  #: modules/widgets/tp_scroll_navigation.php:178
@@ -2577,6 +2779,7 @@ msgstr ""
2577
  #: modules/widgets/tp_info_box.php:199
2578
  #: modules/widgets/tp_meeting_scheduler.php:352
2579
  #: modules/widgets/tp_number_counter.php:321
 
2580
  #: modules/widgets/tp_social_icon.php:127
2581
  msgid "Link"
2582
  msgstr ""
@@ -2590,15 +2793,15 @@ msgstr ""
2590
  msgid "https://www.demo-link.com"
2591
  msgstr ""
2592
 
2593
- #: modules/enqueue/plus-generator.php:532
2594
  msgid "The Plus Performance"
2595
  msgstr ""
2596
 
2597
- #: modules/enqueue/plus-generator.php:540
2598
  msgid "Purge All Pages"
2599
  msgstr ""
2600
 
2601
- #: modules/enqueue/plus-generator.php:548
2602
  msgid "Purge Current Page"
2603
  msgstr ""
2604
 
@@ -2630,7 +2833,8 @@ msgstr ""
2630
  msgid "Blog Listout All Posts Loaded Text"
2631
  msgstr ""
2632
 
2633
- #: modules/enqueue/plus-wpml.php:80 modules/widgets/tp_info_box.php:400
 
2634
  #: modules/widgets/tp_post_search.php:124
2635
  #: modules/widgets/tp_pricing_table.php:561
2636
  msgid "Button Text"
@@ -2941,9 +3145,10 @@ msgstr ""
2941
  #: modules/widgets/theplus-widgets.php:113
2942
  #: modules/widgets/theplus-widgets.php:148
2943
  #: modules/widgets/theplus-widgets.php:182
2944
- #: modules/widgets/theplus-widgets.php:217 modules/widgets/tp_button.php:131
2945
- #: modules/widgets/tp_button.php:640 modules/widgets/tp_button.php:664
2946
- #: modules/widgets/tp_button.php:710 modules/widgets/tp_button.php:734
 
2947
  #: modules/widgets/tp_gallery_listout.php:995
2948
  #: modules/widgets/tp_gallery_listout.php:1019
2949
  #: modules/widgets/tp_info_box.php:2395 modules/widgets/tp_info_box.php:2437
@@ -3147,8 +3352,8 @@ msgstr ""
3147
 
3148
  #: modules/widgets/tp_accordion.php:53 modules/widgets/tp_accordion.php:79
3149
  #: modules/widgets/tp_accordion.php:87 modules/widgets/tp_accordion.php:788
3150
- #: modules/widgets/tp_button.php:47 modules/widgets/tp_contact_form_7.php:47
3151
- #: modules/widgets/tp_flip_box.php:48
3152
  #: modules/widgets/tp_gallery_listout.php:109
3153
  #: modules/widgets/tp_heading_title.php:47
3154
  #: modules/widgets/tp_hovercard.php:149 modules/widgets/tp_info_box.php:48
@@ -3192,7 +3397,7 @@ msgstr ""
3192
  #: modules/widgets/tp_accordion.php:118 modules/widgets/tp_accordion.php:168
3193
  #: modules/widgets/tp_adv_text_block.php:94
3194
  #: modules/widgets/tp_adv_text_block.php:132
3195
- #: modules/widgets/tp_blockquote.php:260
3196
  #: modules/widgets/tp_blog_listout.php:319
3197
  #: modules/widgets/tp_blog_listout.php:342
3198
  #: modules/widgets/tp_blog_listout.php:369
@@ -3288,7 +3493,7 @@ msgstr ""
3288
  #: modules/widgets/tp_accordion.php:119 modules/widgets/tp_accordion.php:169
3289
  #: modules/widgets/tp_adv_text_block.php:95
3290
  #: modules/widgets/tp_adv_text_block.php:133
3291
- #: modules/widgets/tp_blockquote.php:261
3292
  #: modules/widgets/tp_blog_listout.php:320
3293
  #: modules/widgets/tp_blog_listout.php:343
3294
  #: modules/widgets/tp_blog_listout.php:370
@@ -3471,7 +3676,7 @@ msgstr ""
3471
  msgid "Title HTML Tag"
3472
  msgstr ""
3473
 
3474
- #: modules/widgets/tp_accordion.php:279
3475
  #: modules/widgets/tp_caldera_forms.php:2399
3476
  #: modules/widgets/tp_contact_form_7.php:1839
3477
  #: modules/widgets/tp_everest_form.php:1785
@@ -3490,6 +3695,7 @@ msgstr ""
3490
  #: modules/widgets/tp_info_box.php:224 modules/widgets/tp_info_box.php:458
3491
  #: modules/widgets/tp_number_counter.php:219
3492
  #: modules/widgets/tp_number_counter.php:231
 
3493
  #: modules/widgets/tp_pricing_table.php:143
3494
  #: modules/widgets/tp_pricing_table.php:612
3495
  #: modules/widgets/tp_progress_bar.php:221
@@ -3501,8 +3707,8 @@ msgstr ""
3501
 
3502
  #: modules/widgets/tp_accordion.php:309
3503
  #: modules/widgets/tp_adv_text_block.php:65
3504
- #: modules/widgets/tp_blockquote.php:90 modules/widgets/tp_button.php:160
3505
- #: modules/widgets/tp_contact_form_7.php:71
3506
  #: modules/widgets/tp_contact_form_7.php:963
3507
  #: modules/widgets/tp_gravity_form.php:180
3508
  #: modules/widgets/tp_gravity_form.php:1693
@@ -3512,7 +3718,10 @@ msgstr ""
3512
  #: modules/widgets/tp_navigation_menu_lite.php:114
3513
  #: modules/widgets/tp_number_counter.php:74
3514
  #: modules/widgets/tp_number_counter.php:103
3515
- #: modules/widgets/tp_post_search.php:63
 
 
 
3516
  #: modules/widgets/tp_pricing_table.php:1895
3517
  #: modules/widgets/tp_scroll_navigation.php:703
3518
  #: modules/widgets/tp_social_icon.php:401
@@ -3528,6 +3737,11 @@ msgid "End"
3528
  msgstr ""
3529
 
3530
  #: modules/widgets/tp_accordion.php:333 modules/widgets/tp_accordion.php:466
 
 
 
 
 
3531
  #: modules/widgets/tp_caldera_forms.php:1659
3532
  #: modules/widgets/tp_flip_box.php:649 modules/widgets/tp_flip_box.php:1023
3533
  #: modules/widgets/tp_heading_title.php:304
@@ -3537,13 +3751,37 @@ msgstr ""
3537
  #: modules/widgets/tp_hovercard.php:1094 modules/widgets/tp_hovercard.php:1410
3538
  #: modules/widgets/tp_hovercard.php:1745 modules/widgets/tp_hovercard.php:1791
3539
  #: modules/widgets/tp_hovercard.php:1831 modules/widgets/tp_hovercard.php:1857
3540
- #: modules/widgets/tp_hovercard.php:2252 modules/widgets/tp_info_box.php:684
3541
- #: modules/widgets/tp_info_box.php:1790
 
 
 
3542
  #: modules/widgets/tp_navigation_menu_lite.php:1070
3543
  #: modules/widgets/tp_navigation_menu_lite.php:1088
3544
  #: modules/widgets/tp_ninja_form.php:1319
3545
  #: modules/widgets/tp_number_counter.php:459
3546
  #: modules/widgets/tp_number_counter.php:915
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3547
  #: modules/widgets/tp_pricing_table.php:881
3548
  #: modules/widgets/tp_pricing_table.php:1287
3549
  #: modules/widgets/tp_pricing_table.php:1584
@@ -3568,7 +3806,8 @@ msgstr ""
3568
  msgid "Gap"
3569
  msgstr ""
3570
 
3571
- #: modules/widgets/tp_accordion.php:381 modules/widgets/tp_button.php:286
 
3572
  #: modules/widgets/tp_caldera_forms.php:873
3573
  #: modules/widgets/tp_caldera_forms.php:1038
3574
  #: modules/widgets/tp_everest_form.php:783
@@ -3577,8 +3816,10 @@ msgstr ""
3577
  #: modules/widgets/tp_gravity_form.php:1082
3578
  #: modules/widgets/tp_gravity_form.php:1247
3579
  #: modules/widgets/tp_header_extras.php:1432
3580
- #: modules/widgets/tp_info_box.php:1717 modules/widgets/tp_ninja_form.php:810
 
3581
  #: modules/widgets/tp_number_counter.php:387
 
3582
  #: modules/widgets/tp_post_search.php:209
3583
  #: modules/widgets/tp_post_search.php:241
3584
  #: modules/widgets/tp_pricing_table.php:810
@@ -3592,6 +3833,10 @@ msgstr ""
3592
  #: modules/widgets/tp_accordion.php:410 modules/widgets/tp_accordion.php:796
3593
  #: modules/widgets/tp_adv_text_block.php:145
3594
  #: modules/widgets/tp_adv_text_block.php:164
 
 
 
 
3595
  #: modules/widgets/tp_blockquote.php:119 modules/widgets/tp_blockquote.php:127
3596
  #: modules/widgets/tp_blog_listout.php:514
3597
  #: modules/widgets/tp_blog_listout.php:595
@@ -3604,12 +3849,20 @@ msgstr ""
3604
  #: modules/widgets/tp_heading_title.php:708
3605
  #: modules/widgets/tp_heading_title.php:874
3606
  #: modules/widgets/tp_info_box.php:651 modules/widgets/tp_info_box.php:1106
 
3607
  #: modules/widgets/tp_navigation_menu_lite.php:309
3608
  #: modules/widgets/tp_navigation_menu_lite.php:698
3609
  #: modules/widgets/tp_navigation_menu_lite.php:1110
3610
  #: modules/widgets/tp_navigation_menu_lite.php:1250
3611
  #: modules/widgets/tp_number_counter.php:882
3612
  #: modules/widgets/tp_page_scroll.php:809
 
 
 
 
 
 
 
3613
  #: modules/widgets/tp_pricing_table.php:1254
3614
  #: modules/widgets/tp_pricing_table.php:1577
3615
  #: modules/widgets/tp_pricing_table.php:1620
@@ -3638,8 +3891,9 @@ msgstr ""
3638
 
3639
  #: modules/widgets/tp_accordion.php:421
3640
  #: modules/widgets/tp_adv_text_block.php:69
3641
- #: modules/widgets/tp_blockquote.php:94 modules/widgets/tp_button.php:164
3642
- #: modules/widgets/tp_caldera_forms.php:1549
 
3643
  #: modules/widgets/tp_contact_form_7.php:75
3644
  #: modules/widgets/tp_contact_form_7.php:967
3645
  #: modules/widgets/tp_gravity_form.php:184
@@ -3655,8 +3909,15 @@ msgstr ""
3655
  #: modules/widgets/tp_number_counter.php:78
3656
  #: modules/widgets/tp_number_counter.php:107
3657
  #: modules/widgets/tp_page_scroll.php:226
 
 
 
 
 
 
3658
  #: modules/widgets/tp_post_search.php:67
3659
  #: modules/widgets/tp_post_search.php:176
 
3660
  #: modules/widgets/tp_pricing_table.php:1899
3661
  #: modules/widgets/tp_scroll_navigation.php:707
3662
  #: modules/widgets/tp_social_icon.php:405
@@ -3668,6 +3929,7 @@ msgstr ""
3668
 
3669
  #: modules/widgets/tp_accordion.php:425
3670
  #: modules/widgets/tp_adv_text_block.php:73
 
3671
  #: modules/widgets/tp_blockquote.php:98 modules/widgets/tp_button.php:168
3672
  #: modules/widgets/tp_caldera_forms.php:1553
3673
  #: modules/widgets/tp_contact_form_7.php:79
@@ -3683,7 +3945,13 @@ msgstr ""
3683
  #: modules/widgets/tp_navigation_menu_lite.php:202
3684
  #: modules/widgets/tp_navigation_menu_lite.php:233
3685
  #: modules/widgets/tp_number_counter.php:82
3686
- #: modules/widgets/tp_post_search.php:71
 
 
 
 
 
 
3687
  #: modules/widgets/tp_pricing_table.php:1903
3688
  #: modules/widgets/tp_scroll_navigation.php:711
3689
  #: modules/widgets/tp_social_icon.php:409
@@ -3695,8 +3963,9 @@ msgstr ""
3695
 
3696
  #: modules/widgets/tp_accordion.php:429
3697
  #: modules/widgets/tp_adv_text_block.php:77
3698
- #: modules/widgets/tp_blockquote.php:102 modules/widgets/tp_button.php:172
3699
- #: modules/widgets/tp_caldera_forms.php:1557
 
3700
  #: modules/widgets/tp_contact_form_7.php:83
3701
  #: modules/widgets/tp_contact_form_7.php:975
3702
  #: modules/widgets/tp_gravity_form.php:192
@@ -3712,8 +3981,15 @@ msgstr ""
3712
  #: modules/widgets/tp_number_counter.php:86
3713
  #: modules/widgets/tp_number_counter.php:111
3714
  #: modules/widgets/tp_page_scroll.php:225
 
 
 
 
 
 
3715
  #: modules/widgets/tp_post_search.php:75
3716
  #: modules/widgets/tp_post_search.php:177
 
3717
  #: modules/widgets/tp_pricing_table.php:1907
3718
  #: modules/widgets/tp_scroll_navigation.php:715
3719
  #: modules/widgets/tp_social_icon.php:413
@@ -3724,8 +4000,14 @@ msgid "Right"
3724
  msgstr ""
3725
 
3726
  #: modules/widgets/tp_accordion.php:441 modules/widgets/tp_accordion.php:753
3727
- #: modules/widgets/tp_blockquote.php:135 modules/widgets/tp_blockquote.php:284
3728
- #: modules/widgets/tp_blockquote.php:372 modules/widgets/tp_blockquote.php:413
 
 
 
 
 
 
3729
  #: modules/widgets/tp_blog_listout.php:523
3730
  #: modules/widgets/tp_blog_listout.php:604
3731
  #: modules/widgets/tp_blog_listout.php:664
@@ -3811,10 +4093,13 @@ msgstr ""
3811
  #: modules/widgets/tp_header_extras.php:1922
3812
  #: modules/widgets/tp_header_extras.php:2029
3813
  #: modules/widgets/tp_hovercard.php:784 modules/widgets/tp_hovercard.php:1736
3814
- #: modules/widgets/tp_hovercard.php:2000 modules/widgets/tp_info_box.php:659
3815
  #: modules/widgets/tp_info_box.php:1175 modules/widgets/tp_info_box.php:1329
3816
  #: modules/widgets/tp_info_box.php:1370 modules/widgets/tp_info_box.php:1468
3817
  #: modules/widgets/tp_info_box.php:1765 modules/widgets/tp_info_box.php:2249
 
 
 
3818
  #: modules/widgets/tp_navigation_menu_lite.php:368
3819
  #: modules/widgets/tp_navigation_menu_lite.php:867
3820
  #: modules/widgets/tp_navigation_menu_lite.php:1064
@@ -3836,12 +4121,32 @@ msgstr ""
3836
  #: modules/widgets/tp_number_counter.php:1434
3837
  #: modules/widgets/tp_number_counter.php:1475
3838
  #: modules/widgets/tp_page_scroll.php:747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3839
  #: modules/widgets/tp_post_search.php:328
3840
  #: modules/widgets/tp_post_search.php:434
3841
  #: modules/widgets/tp_post_search.php:521
3842
  #: modules/widgets/tp_post_search.php:591
3843
  #: modules/widgets/tp_post_search.php:697
3844
  #: modules/widgets/tp_post_search.php:784
 
3845
  #: modules/widgets/tp_pricing_table.php:856
3846
  #: modules/widgets/tp_pricing_table.php:1262
3847
  #: modules/widgets/tp_pricing_table.php:1655
@@ -4120,6 +4425,9 @@ msgstr ""
4120
 
4121
  #: modules/widgets/tp_accordion.php:803
4122
  #: modules/widgets/tp_adv_text_block.php:152
 
 
 
4123
  #: modules/widgets/tp_blockquote.php:141 modules/widgets/tp_blockquote.php:173
4124
  #: modules/widgets/tp_button.php:368 modules/widgets/tp_caldera_forms.php:227
4125
  #: modules/widgets/tp_caldera_forms.php:272
@@ -4204,6 +4512,7 @@ msgstr ""
4204
  #: modules/widgets/tp_blog_listout.php:704
4205
  #: modules/widgets/tp_gallery_listout.php:653
4206
  #: modules/widgets/tp_header_extras.php:303
 
4207
  #: modules/widgets/tp_tabs_tours.php:1213
4208
  #: modules/widgets/tp_testimonial_listout.php:422
4209
  msgid "Content Background"
@@ -4480,8 +4789,12 @@ msgid "Advanced Text Block"
4480
  msgstr ""
4481
 
4482
  #: modules/widgets/tp_adv_text_block.php:53
4483
- #: modules/widgets/tp_flip_box.php:312 modules/widgets/tp_gravity_form.php:153
4484
- #: modules/widgets/tp_info_box.php:156 modules/widgets/tp_ninja_form.php:120
 
 
 
 
4485
  msgid "Description"
4486
  msgstr ""
4487
 
@@ -4539,232 +4852,870 @@ msgstr ""
4539
  msgid "Display Dots"
4540
  msgstr ""
4541
 
4542
- #: modules/widgets/tp_blockquote.php:55 modules/widgets/tp_blog_listout.php:55
4543
- #: modules/widgets/tp_clients_listout.php:56
4544
- #: modules/widgets/tp_contact_form_7.php:62
4545
- #: modules/widgets/tp_contact_form_7.php:991
4546
- #: modules/widgets/tp_gallery_listout.php:55
4547
- #: modules/widgets/tp_heading_title.php:54
4548
- #: modules/widgets/tp_hovercard.php:156 modules/widgets/tp_hovercard.php:226
4549
- #: modules/widgets/tp_ninja_form.php:62
4550
- #: modules/widgets/tp_number_counter.php:56
4551
- #: modules/widgets/tp_page_scroll.php:324
4552
- #: modules/widgets/tp_post_search.php:54
4553
- #: modules/widgets/tp_pricing_table.php:54
4554
- #: modules/widgets/tp_scroll_navigation.php:55
4555
- #: modules/widgets/tp_social_icon.php:52
4556
- #: modules/widgets/tp_social_icon.php:427
4557
- #: modules/widgets/tp_team_member_listout.php:55
4558
- #: modules/widgets/tp_testimonial_listout.php:54
4559
- msgid "Style"
4560
  msgstr ""
4561
 
4562
- #: modules/widgets/tp_blockquote.php:66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4563
  msgid ""
4564
- "\"I am text block. Click edit button to change this text. Lorem ipsum dolor "
4565
- "sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec "
4566
- "ullamcorper mattis, pulvinar dapibus leo.\""
4567
  msgstr ""
4568
 
4569
- #: modules/widgets/tp_blockquote.php:67
4570
- msgid "Type your block quote here"
 
4571
  msgstr ""
4572
 
4573
- #: modules/widgets/tp_blockquote.php:78
4574
- msgid "John Doe"
4575
  msgstr ""
4576
 
4577
- #: modules/widgets/tp_blockquote.php:152 modules/widgets/tp_blockquote.php:184
4578
- msgid "Author Color"
4579
  msgstr ""
4580
 
4581
- #: modules/widgets/tp_blockquote.php:167 modules/widgets/tp_blockquote.php:333
4582
- #: modules/widgets/tp_blockquote.php:388 modules/widgets/tp_blockquote.php:427
4583
- #: modules/widgets/tp_blog_listout.php:541
4584
- #: modules/widgets/tp_blog_listout.php:622
4585
- #: modules/widgets/tp_blog_listout.php:682
4586
- #: modules/widgets/tp_blog_listout.php:727
4587
- #: modules/widgets/tp_blog_listout.php:835
4588
- #: modules/widgets/tp_blog_listout.php:876 modules/widgets/tp_button.php:524
4589
- #: modules/widgets/tp_caldera_forms.php:1276
4590
- #: modules/widgets/tp_caldera_forms.php:1462
4591
- #: modules/widgets/tp_caldera_forms.php:1793
4592
- #: modules/widgets/tp_caldera_forms.php:1924
4593
- #: modules/widgets/tp_caldera_forms.php:1992
4594
- #: modules/widgets/tp_caldera_forms.php:2084
4595
- #: modules/widgets/tp_caldera_forms.php:2202
4596
- #: modules/widgets/tp_clients_listout.php:429
4597
- #: modules/widgets/tp_clients_listout.php:526
4598
- #: modules/widgets/tp_clients_listout.php:649
4599
- #: modules/widgets/tp_clients_listout.php:705
4600
- #: modules/widgets/tp_contact_form_7.php:1168
4601
- #: modules/widgets/tp_contact_form_7.php:1282
4602
- #: modules/widgets/tp_contact_form_7.php:1338
4603
- #: modules/widgets/tp_contact_form_7.php:1444
4604
- #: modules/widgets/tp_contact_form_7.php:1558
4605
- #: modules/widgets/tp_contact_form_7.php:1614
4606
- #: modules/widgets/tp_everest_form.php:1183
4607
- #: modules/widgets/tp_everest_form.php:1302
4608
- #: modules/widgets/tp_everest_form.php:1364
4609
- #: modules/widgets/tp_everest_form.php:1454
4610
- #: modules/widgets/tp_everest_form.php:1572
4611
- #: modules/widgets/tp_flip_box.php:800 modules/widgets/tp_flip_box.php:1148
4612
- #: modules/widgets/tp_flip_box.php:1543
4613
- #: modules/widgets/tp_gallery_listout.php:434
4614
- #: modules/widgets/tp_gallery_listout.php:547
4615
- #: modules/widgets/tp_gallery_listout.php:607
4616
- #: modules/widgets/tp_gallery_listout.php:677
4617
- #: modules/widgets/tp_gallery_listout.php:736
4618
- #: modules/widgets/tp_gallery_listout.php:881
4619
- #: modules/widgets/tp_gallery_listout.php:943
4620
- #: modules/widgets/tp_gravity_form.php:1485
4621
- #: modules/widgets/tp_gravity_form.php:1620
4622
- #: modules/widgets/tp_gravity_form.php:1822
4623
- #: modules/widgets/tp_gravity_form.php:1989
4624
- #: modules/widgets/tp_gravity_form.php:2054
4625
- #: modules/widgets/tp_gravity_form.php:2145
4626
- #: modules/widgets/tp_gravity_form.php:2263
4627
- #: modules/widgets/tp_header_extras.php:331
4628
- #: modules/widgets/tp_header_extras.php:574
4629
- #: modules/widgets/tp_header_extras.php:715
4630
- #: modules/widgets/tp_header_extras.php:801
4631
- #: modules/widgets/tp_header_extras.php:854
4632
- #: modules/widgets/tp_header_extras.php:1100
4633
- #: modules/widgets/tp_header_extras.php:1166
4634
- #: modules/widgets/tp_header_extras.php:1243
4635
- #: modules/widgets/tp_header_extras.php:1350
4636
- #: modules/widgets/tp_header_extras.php:1524
4637
- #: modules/widgets/tp_header_extras.php:1590
4638
- #: modules/widgets/tp_header_extras.php:1861
4639
- #: modules/widgets/tp_header_extras.php:1957
4640
- #: modules/widgets/tp_header_extras.php:2064
4641
- #: modules/widgets/tp_hovercard.php:907 modules/widgets/tp_hovercard.php:1770
4642
- #: modules/widgets/tp_hovercard.php:2074 modules/widgets/tp_info_box.php:809
4643
- #: modules/widgets/tp_info_box.php:1236 modules/widgets/tp_info_box.php:1345
4644
- #: modules/widgets/tp_info_box.php:1384 modules/widgets/tp_info_box.php:1585
4645
- #: modules/widgets/tp_info_box.php:1959 modules/widgets/tp_info_box.php:2274
4646
- #: modules/widgets/tp_navigation_menu_lite.php:508
4647
- #: modules/widgets/tp_navigation_menu_lite.php:918
4648
- #: modules/widgets/tp_ninja_form.php:1101
4649
- #: modules/widgets/tp_ninja_form.php:1215
4650
- #: modules/widgets/tp_ninja_form.php:1271
4651
- #: modules/widgets/tp_ninja_form.php:1373
4652
- #: modules/widgets/tp_ninja_form.php:1466
4653
- #: modules/widgets/tp_ninja_form.php:1576
4654
- #: modules/widgets/tp_ninja_form.php:1635
4655
- #: modules/widgets/tp_number_counter.php:634
4656
- #: modules/widgets/tp_number_counter.php:1040
4657
- #: modules/widgets/tp_number_counter.php:1391
4658
- #: modules/widgets/tp_number_counter.php:1450
4659
- #: modules/widgets/tp_number_counter.php:1489
4660
- #: modules/widgets/tp_post_search.php:616
4661
- #: modules/widgets/tp_post_search.php:736
4662
- #: modules/widgets/tp_post_search.php:798
4663
- #: modules/widgets/tp_pricing_table.php:1047
4664
- #: modules/widgets/tp_pricing_table.php:1412
4665
- #: modules/widgets/tp_pricing_table.php:1673
4666
- #: modules/widgets/tp_pricing_table.php:1736
4667
- #: modules/widgets/tp_pricing_table.php:1789
4668
- #: modules/widgets/tp_pricing_table.php:2153
4669
- #: modules/widgets/tp_pricing_table.php:2357
4670
- #: modules/widgets/tp_pricing_table.php:2437
4671
- #: modules/widgets/tp_pricing_table.php:2476
4672
- #: modules/widgets/tp_scroll_navigation.php:407
4673
- #: modules/widgets/tp_social_icon.php:629
4674
- #: modules/widgets/tp_social_icon.php:686
4675
- #: modules/widgets/tp_team_member_listout.php:426
4676
- #: modules/widgets/tp_team_member_listout.php:486
4677
- #: modules/widgets/tp_team_member_listout.php:538
4678
- #: modules/widgets/tp_team_member_listout.php:614
4679
- #: modules/widgets/tp_team_member_listout.php:693
4680
- #: modules/widgets/tp_team_member_listout.php:729
4681
- #: modules/widgets/tp_testimonial_listout.php:221
4682
- #: modules/widgets/tp_testimonial_listout.php:282
4683
- #: modules/widgets/tp_testimonial_listout.php:340
4684
- #: modules/widgets/tp_testimonial_listout.php:400
4685
- #: modules/widgets/tp_testimonial_listout.php:485
4686
- #: modules/widgets/tp_video_player.php:556
4687
- #: modules/widgets/tp_wp_forms.php:1552 modules/widgets/tp_wp_forms.php:1671
4688
- #: modules/widgets/tp_wp_forms.php:1730 modules/widgets/tp_wp_forms.php:1821
4689
- #: modules/widgets/tp_wp_forms.php:1939
4690
- msgid "Hover"
4691
  msgstr ""
4692
 
4693
- #: modules/widgets/tp_blockquote.php:200
4694
- msgid "Quote Color"
 
4695
  msgstr ""
4696
 
4697
- #: modules/widgets/tp_blockquote.php:216 modules/widgets/tp_hovercard.php:1759
4698
- #: modules/widgets/tp_hovercard.php:1806 modules/widgets/tp_hovercard.php:1842
4699
- msgid "Text Shadow"
 
4700
  msgstr ""
4701
 
4702
- #: modules/widgets/tp_blockquote.php:227
4703
- #: modules/widgets/tp_blog_listout.php:796 modules/widgets/tp_button.php:332
4704
- #: modules/widgets/tp_caldera_forms.php:1191
4705
- #: modules/widgets/tp_caldera_forms.php:1377
4706
- #: modules/widgets/tp_countdown.php:352 modules/widgets/tp_flip_box.php:1395
4707
- #: modules/widgets/tp_gravity_form.php:1034
4708
- #: modules/widgets/tp_gravity_form.php:1400
4709
- #: modules/widgets/tp_header_extras.php:1896
4710
- #: modules/widgets/tp_header_extras.php:2003
4711
- #: modules/widgets/tp_hovercard.php:408 modules/widgets/tp_info_box.php:1439
4712
- #: modules/widgets/tp_ninja_form.php:1892
4713
- #: modules/widgets/tp_page_scroll.php:796
4714
- #: modules/widgets/tp_pricing_table.php:2006
4715
- #: modules/widgets/tp_team_member_listout.php:568
4716
- #: modules/widgets/tp_team_member_listout.php:663
4717
- msgid "Padding"
4718
  msgstr ""
4719
 
4720
- #: modules/widgets/tp_blockquote.php:238
4721
- #: modules/widgets/tp_caldera_forms.php:85
4722
- #: modules/widgets/tp_caldera_forms.php:198
4723
- #: modules/widgets/tp_caldera_forms.php:585
4724
- #: modules/widgets/tp_caldera_forms.php:1202
4725
- #: modules/widgets/tp_caldera_forms.php:1389
4726
- #: modules/widgets/tp_caldera_forms.php:1749
4727
- #: modules/widgets/tp_caldera_forms.php:2019
4728
- #: modules/widgets/tp_caldera_forms.php:2148
4729
- #: modules/widgets/tp_caldera_forms.php:2262
4730
- #: modules/widgets/tp_contact_form_7.php:156
4731
- #: modules/widgets/tp_contact_form_7.php:418
4732
- #: modules/widgets/tp_contact_form_7.php:1130
4733
- #: modules/widgets/tp_contact_form_7.php:1406
4734
- #: modules/widgets/tp_contact_form_7.php:1658
4735
- #: modules/widgets/tp_countdown.php:364 modules/widgets/tp_everest_form.php:83
4736
- #: modules/widgets/tp_everest_form.php:185
4737
- #: modules/widgets/tp_everest_form.php:494
4738
- #: modules/widgets/tp_everest_form.php:1145
4739
- #: modules/widgets/tp_everest_form.php:1389
4740
- #: modules/widgets/tp_everest_form.php:1518
4741
- #: modules/widgets/tp_everest_form.php:1632
4742
- #: modules/widgets/tp_everest_form.php:1718
4743
- #: modules/widgets/tp_gravity_form.php:490
4744
- #: modules/widgets/tp_gravity_form.php:759
4745
- #: modules/widgets/tp_gravity_form.php:1411
4746
- #: modules/widgets/tp_gravity_form.php:1739
4747
- #: modules/widgets/tp_gravity_form.php:2080
4748
- #: modules/widgets/tp_gravity_form.php:2209
4749
- #: modules/widgets/tp_gravity_form.php:2323
4750
- #: modules/widgets/tp_gravity_form.php:2409
4751
- #: modules/widgets/tp_hovercard.php:393 modules/widgets/tp_ninja_form.php:232
4752
- #: modules/widgets/tp_ninja_form.php:534
4753
- #: modules/widgets/tp_ninja_form.php:1063
4754
- #: modules/widgets/tp_ninja_form.php:1307
4755
- #: modules/widgets/tp_ninja_form.php:1438
4756
- #: modules/widgets/tp_ninja_form.php:1679
4757
- #: modules/widgets/tp_post_search.php:578 modules/widgets/tp_wp_forms.php:108
4758
- #: modules/widgets/tp_wp_forms.php:184 modules/widgets/tp_wp_forms.php:316
4759
- #: modules/widgets/tp_wp_forms.php:587 modules/widgets/tp_wp_forms.php:1511
4760
- #: modules/widgets/tp_wp_forms.php:1756 modules/widgets/tp_wp_forms.php:1885
4761
- #: modules/widgets/tp_wp_forms.php:1999
4762
- msgid "Margin"
4763
  msgstr ""
4764
 
4765
- #: modules/widgets/tp_blockquote.php:258
4766
- #: modules/widgets/tp_caldera_forms.php:320
4767
- #: modules/widgets/tp_caldera_forms.php:676
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4768
  #: modules/widgets/tp_caldera_forms.php:939
4769
  #: modules/widgets/tp_caldera_forms.php:1105
4770
  #: modules/widgets/tp_caldera_forms.php:1831
@@ -4810,4048 +5761,4288 @@ msgstr ""
4810
  msgid "Box Border"
4811
  msgstr ""
4812
 
4813
- #: modules/widgets/tp_blockquote.php:268 modules/widgets/tp_button.php:392
4814
- #: modules/widgets/tp_caldera_forms.php:331
4815
- #: modules/widgets/tp_caldera_forms.php:686
4816
- #: modules/widgets/tp_caldera_forms.php:950
4817
- #: modules/widgets/tp_caldera_forms.php:1116
4818
- #: modules/widgets/tp_caldera_forms.php:1842
4819
- #: modules/widgets/tp_clients_listout.php:574
4820
- #: modules/widgets/tp_contact_form_7.php:239
4821
- #: modules/widgets/tp_contact_form_7.php:501
4822
- #: modules/widgets/tp_contact_form_7.php:716
4823
- #: modules/widgets/tp_contact_form_7.php:841
4824
- #: modules/widgets/tp_contact_form_7.php:1039
4825
- #: modules/widgets/tp_contact_form_7.php:1213
4826
- #: modules/widgets/tp_contact_form_7.php:1489
4827
- #: modules/widgets/tp_contact_form_7.php:1734
4828
- #: modules/widgets/tp_countdown.php:375
4829
- #: modules/widgets/tp_everest_form.php:288
4830
- #: modules/widgets/tp_everest_form.php:595
4831
- #: modules/widgets/tp_everest_form.php:860
4832
- #: modules/widgets/tp_everest_form.php:1026
4833
- #: modules/widgets/tp_everest_form.php:1228
4834
- #: modules/widgets/tp_flip_box.php:1452 modules/widgets/tp_flip_box.php:1662
4835
- #: modules/widgets/tp_gallery_listout.php:806
4836
- #: modules/widgets/tp_gravity_form.php:577
4837
- #: modules/widgets/tp_gravity_form.php:860
4838
- #: modules/widgets/tp_gravity_form.php:1159
4839
- #: modules/widgets/tp_gravity_form.php:1325
4840
- #: modules/widgets/tp_gravity_form.php:1911
4841
- #: modules/widgets/tp_header_extras.php:639
4842
- #: modules/widgets/tp_header_extras.php:1802
4843
- #: modules/widgets/tp_hovercard.php:1331 modules/widgets/tp_hovercard.php:2178
4844
- #: modules/widgets/tp_info_box.php:1157 modules/widgets/tp_info_box.php:1498
4845
- #: modules/widgets/tp_navigation_menu_lite.php:409
4846
- #: modules/widgets/tp_navigation_menu_lite.php:743
4847
- #: modules/widgets/tp_ninja_form.php:340 modules/widgets/tp_ninja_form.php:635
4848
- #: modules/widgets/tp_ninja_form.php:895
4849
- #: modules/widgets/tp_ninja_form.php:1146
4850
- #: modules/widgets/tp_ninja_form.php:1501
4851
- #: modules/widgets/tp_ninja_form.php:1755
4852
- #: modules/widgets/tp_number_counter.php:1323
4853
- #: modules/widgets/tp_post_search.php:398
4854
- #: modules/widgets/tp_post_search.php:661
4855
- #: modules/widgets/tp_pricing_table.php:2065
4856
- #: modules/widgets/tp_social_icon.php:561
4857
- #: modules/widgets/tp_tabs_tours.php:1016 modules/widgets/tp_wp_forms.php:409
4858
- #: modules/widgets/tp_wp_forms.php:688 modules/widgets/tp_wp_forms.php:1076
4859
- #: modules/widgets/tp_wp_forms.php:1384 modules/widgets/tp_wp_forms.php:1599
4860
- msgid "Border Style"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4861
  msgstr ""
4862
 
4863
- #: modules/widgets/tp_blockquote.php:290 modules/widgets/tp_blockquote.php:339
4864
- #: modules/widgets/tp_button.php:437 modules/widgets/tp_button.php:483
4865
- #: modules/widgets/tp_caldera_forms.php:396
4866
- #: modules/widgets/tp_caldera_forms.php:455
4867
- #: modules/widgets/tp_caldera_forms.php:731
4868
- #: modules/widgets/tp_caldera_forms.php:769
4869
- #: modules/widgets/tp_caldera_forms.php:985
4870
- #: modules/widgets/tp_caldera_forms.php:1151
4871
- #: modules/widgets/tp_caldera_forms.php:1302
4872
- #: modules/widgets/tp_caldera_forms.php:1347
4873
- #: modules/widgets/tp_caldera_forms.php:1488
4874
- #: modules/widgets/tp_caldera_forms.php:1891
4875
- #: modules/widgets/tp_caldera_forms.php:1933
4876
- #: modules/widgets/tp_clients_listout.php:619
4877
- #: modules/widgets/tp_clients_listout.php:658
4878
- #: modules/widgets/tp_contact_form_7.php:281
4879
- #: modules/widgets/tp_contact_form_7.php:314
4880
- #: modules/widgets/tp_contact_form_7.php:543
4881
- #: modules/widgets/tp_contact_form_7.php:576
4882
- #: modules/widgets/tp_contact_form_7.php:751
4883
- #: modules/widgets/tp_contact_form_7.php:876
4884
- #: modules/widgets/tp_contact_form_7.php:1074
4885
- #: modules/widgets/tp_contact_form_7.php:1255
4886
- #: modules/widgets/tp_contact_form_7.php:1288
4887
- #: modules/widgets/tp_contact_form_7.php:1531
4888
- #: modules/widgets/tp_contact_form_7.php:1564
4889
- #: modules/widgets/tp_contact_form_7.php:1776
4890
- #: modules/widgets/tp_contact_form_7.php:1809
4891
- #: modules/widgets/tp_countdown.php:201 modules/widgets/tp_countdown.php:244
4892
- #: modules/widgets/tp_countdown.php:286 modules/widgets/tp_countdown.php:327
4893
- #: modules/widgets/tp_everest_form.php:341
4894
- #: modules/widgets/tp_everest_form.php:388
4895
- #: modules/widgets/tp_everest_form.php:640
4896
- #: modules/widgets/tp_everest_form.php:678
4897
- #: modules/widgets/tp_everest_form.php:895
4898
- #: modules/widgets/tp_everest_form.php:1061
4899
- #: modules/widgets/tp_everest_form.php:1273
4900
- #: modules/widgets/tp_everest_form.php:1311
4901
- #: modules/widgets/tp_flip_box.php:788 modules/widgets/tp_flip_box.php:1509
4902
- #: modules/widgets/tp_flip_box.php:1627
4903
- #: modules/widgets/tp_gallery_listout.php:851
4904
- #: modules/widgets/tp_gallery_listout.php:890
4905
- #: modules/widgets/tp_gravity_form.php:624
4906
- #: modules/widgets/tp_gravity_form.php:665
4907
- #: modules/widgets/tp_gravity_form.php:905
4908
- #: modules/widgets/tp_gravity_form.php:943
4909
- #: modules/widgets/tp_gravity_form.php:1194
4910
- #: modules/widgets/tp_gravity_form.php:1360
4911
- #: modules/widgets/tp_gravity_form.php:1511
4912
- #: modules/widgets/tp_gravity_form.php:1958
4913
- #: modules/widgets/tp_gravity_form.php:1998
4914
- #: modules/widgets/tp_header_extras.php:685
4915
- #: modules/widgets/tp_header_extras.php:1946
4916
- #: modules/widgets/tp_header_extras.php:1981
4917
- #: modules/widgets/tp_header_extras.php:2053
4918
- #: modules/widgets/tp_header_extras.php:2088
4919
- #: modules/widgets/tp_hovercard.php:1368 modules/widgets/tp_hovercard.php:2213
4920
- #: modules/widgets/tp_info_box.php:1081 modules/widgets/tp_info_box.php:1184
4921
- #: modules/widgets/tp_info_box.php:1245 modules/widgets/tp_info_box.php:1542
4922
- #: modules/widgets/tp_info_box.php:1929
4923
- #: modules/widgets/tp_navigation_menu_lite.php:430
4924
- #: modules/widgets/tp_navigation_menu_lite.php:764
4925
- #: modules/widgets/tp_navigation_menu_lite.php:1229
4926
- #: modules/widgets/tp_navigation_menu_lite.php:1442
4927
- #: modules/widgets/tp_ninja_form.php:390 modules/widgets/tp_ninja_form.php:431
4928
- #: modules/widgets/tp_ninja_form.php:677 modules/widgets/tp_ninja_form.php:709
4929
- #: modules/widgets/tp_ninja_form.php:932
4930
- #: modules/widgets/tp_ninja_form.php:1188
4931
- #: modules/widgets/tp_ninja_form.php:1221
4932
- #: modules/widgets/tp_ninja_form.php:1546
4933
- #: modules/widgets/tp_ninja_form.php:1585
4934
- #: modules/widgets/tp_ninja_form.php:1797
4935
- #: modules/widgets/tp_ninja_form.php:1830
4936
- #: modules/widgets/tp_number_counter.php:595
4937
- #: modules/widgets/tp_number_counter.php:1345
4938
- #: modules/widgets/tp_number_counter.php:1397
4939
- #: modules/widgets/tp_post_search.php:443
4940
- #: modules/widgets/tp_post_search.php:482
4941
- #: modules/widgets/tp_post_search.php:706
4942
- #: modules/widgets/tp_post_search.php:745
4943
- #: modules/widgets/tp_pricing_table.php:1017
4944
- #: modules/widgets/tp_pricing_table.php:2109
4945
- #: modules/widgets/tp_pricing_table.php:2308
4946
- #: modules/widgets/tp_pricing_table.php:2366
4947
- #: modules/widgets/tp_scroll_navigation.php:606
4948
- #: modules/widgets/tp_social_icon.php:190
4949
- #: modules/widgets/tp_tabs_tours.php:1061
4950
- #: modules/widgets/tp_tabs_tours.php:1100 modules/widgets/tp_wp_forms.php:455
4951
- #: modules/widgets/tp_wp_forms.php:492 modules/widgets/tp_wp_forms.php:730
4952
- #: modules/widgets/tp_wp_forms.php:762 modules/widgets/tp_wp_forms.php:1115
4953
- #: modules/widgets/tp_wp_forms.php:1423 modules/widgets/tp_wp_forms.php:1643
4954
- #: modules/widgets/tp_wp_forms.php:1677
4955
- msgid "Border Color"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4956
  msgstr ""
4957
 
4958
- #: modules/widgets/tp_blockquote.php:301 modules/widgets/tp_button.php:415
4959
- #: modules/widgets/tp_caldera_forms.php:356
4960
- #: modules/widgets/tp_caldera_forms.php:701
4961
- #: modules/widgets/tp_caldera_forms.php:965
4962
- #: modules/widgets/tp_caldera_forms.php:1131
4963
- #: modules/widgets/tp_caldera_forms.php:1859
4964
- #: modules/widgets/tp_clients_listout.php:589
4965
- #: modules/widgets/tp_contact_form_7.php:254
4966
- #: modules/widgets/tp_contact_form_7.php:516
4967
- #: modules/widgets/tp_contact_form_7.php:731
4968
- #: modules/widgets/tp_contact_form_7.php:856
4969
- #: modules/widgets/tp_contact_form_7.php:1054
4970
- #: modules/widgets/tp_contact_form_7.php:1228
4971
- #: modules/widgets/tp_contact_form_7.php:1504
4972
- #: modules/widgets/tp_contact_form_7.php:1749
4973
- #: modules/widgets/tp_countdown.php:394
4974
- #: modules/widgets/tp_everest_form.php:307
4975
- #: modules/widgets/tp_everest_form.php:610
4976
- #: modules/widgets/tp_everest_form.php:875
4977
- #: modules/widgets/tp_everest_form.php:1041
4978
- #: modules/widgets/tp_everest_form.php:1243
4979
- #: modules/widgets/tp_flip_box.php:1481 modules/widgets/tp_flip_box.php:1641
4980
- #: modules/widgets/tp_gallery_listout.php:821
4981
- #: modules/widgets/tp_gravity_form.php:593
4982
- #: modules/widgets/tp_gravity_form.php:875
4983
- #: modules/widgets/tp_gravity_form.php:1174
4984
- #: modules/widgets/tp_gravity_form.php:1340
4985
- #: modules/widgets/tp_gravity_form.php:1927
4986
- #: modules/widgets/tp_header_extras.php:618
4987
- #: modules/widgets/tp_header_extras.php:1821
4988
- #: modules/widgets/tp_hovercard.php:1354 modules/widgets/tp_hovercard.php:2200
4989
- #: modules/widgets/tp_info_box.php:1030 modules/widgets/tp_info_box.php:1199
4990
- #: modules/widgets/tp_info_box.php:1520
4991
- #: modules/widgets/tp_navigation_menu_lite.php:444
4992
- #: modules/widgets/tp_navigation_menu_lite.php:778
4993
- #: modules/widgets/tp_navigation_menu_lite.php:1392
4994
- #: modules/widgets/tp_navigation_menu_lite.php:1470
4995
- #: modules/widgets/tp_ninja_form.php:359 modules/widgets/tp_ninja_form.php:650
4996
- #: modules/widgets/tp_ninja_form.php:911
4997
- #: modules/widgets/tp_ninja_form.php:1161
4998
- #: modules/widgets/tp_ninja_form.php:1516
4999
- #: modules/widgets/tp_ninja_form.php:1770
5000
- #: modules/widgets/tp_number_counter.php:1359
5001
- #: modules/widgets/tp_post_search.php:413
5002
- #: modules/widgets/tp_post_search.php:676
5003
- #: modules/widgets/tp_pricing_table.php:1842
5004
- #: modules/widgets/tp_pricing_table.php:2087
5005
- #: modules/widgets/tp_pricing_table.php:2322
5006
- #: modules/widgets/tp_social_icon.php:583
5007
- #: modules/widgets/tp_tabs_tours.php:1031 modules/widgets/tp_wp_forms.php:426
5008
- #: modules/widgets/tp_wp_forms.php:703 modules/widgets/tp_wp_forms.php:1093
5009
- #: modules/widgets/tp_wp_forms.php:1401 modules/widgets/tp_wp_forms.php:1615
5010
- msgid "Border Width"
5011
  msgstr ""
5012
 
5013
- #: modules/widgets/tp_blockquote.php:321 modules/widgets/tp_blockquote.php:350
5014
- #: modules/widgets/tp_blog_listout.php:820
5015
- #: modules/widgets/tp_blog_listout.php:844 modules/widgets/tp_button.php:454
5016
- #: modules/widgets/tp_caldera_forms.php:421
5017
- #: modules/widgets/tp_caldera_forms.php:479
5018
- #: modules/widgets/tp_caldera_forms.php:744
5019
- #: modules/widgets/tp_caldera_forms.php:783
5020
- #: modules/widgets/tp_caldera_forms.php:999
5021
- #: modules/widgets/tp_caldera_forms.php:1165
5022
- #: modules/widgets/tp_caldera_forms.php:1256
5023
- #: modules/widgets/tp_caldera_forms.php:1443
5024
- #: modules/widgets/tp_caldera_forms.php:1907
5025
- #: modules/widgets/tp_caldera_forms.php:1949
5026
- #: modules/widgets/tp_caldera_forms.php:2065
5027
- #: modules/widgets/tp_caldera_forms.php:2106
5028
- #: modules/widgets/tp_caldera_forms.php:2183
5029
- #: modules/widgets/tp_caldera_forms.php:2224
5030
- #: modules/widgets/tp_caldera_forms.php:2318
5031
- #: modules/widgets/tp_caldera_forms.php:2383
5032
- #: modules/widgets/tp_clients_listout.php:634
5033
- #: modules/widgets/tp_clients_listout.php:672
5034
- #: modules/widgets/tp_contact_form_7.php:296
5035
- #: modules/widgets/tp_contact_form_7.php:328
5036
- #: modules/widgets/tp_contact_form_7.php:558
5037
- #: modules/widgets/tp_contact_form_7.php:590
5038
- #: modules/widgets/tp_contact_form_7.php:766
5039
- #: modules/widgets/tp_contact_form_7.php:891
5040
- #: modules/widgets/tp_contact_form_7.php:1089
5041
- #: modules/widgets/tp_contact_form_7.php:1270
5042
- #: modules/widgets/tp_contact_form_7.php:1302
5043
- #: modules/widgets/tp_contact_form_7.php:1546
5044
- #: modules/widgets/tp_contact_form_7.php:1578
5045
- #: modules/widgets/tp_contact_form_7.php:1791
5046
- #: modules/widgets/tp_contact_form_7.php:1824
5047
- #: modules/widgets/tp_countdown.php:414
5048
- #: modules/widgets/tp_everest_form.php:360
5049
- #: modules/widgets/tp_everest_form.php:406
5050
- #: modules/widgets/tp_everest_form.php:653
5051
- #: modules/widgets/tp_everest_form.php:692
5052
- #: modules/widgets/tp_everest_form.php:909
5053
- #: modules/widgets/tp_everest_form.php:1075
5054
- #: modules/widgets/tp_everest_form.php:1287
5055
- #: modules/widgets/tp_everest_form.php:1325
5056
- #: modules/widgets/tp_everest_form.php:1435
5057
- #: modules/widgets/tp_everest_form.php:1476
5058
- #: modules/widgets/tp_everest_form.php:1553
5059
- #: modules/widgets/tp_everest_form.php:1594
5060
- #: modules/widgets/tp_everest_form.php:1688
5061
- #: modules/widgets/tp_everest_form.php:1769
5062
- #: modules/widgets/tp_flip_box.php:1677
5063
- #: modules/widgets/tp_gallery_listout.php:866
5064
- #: modules/widgets/tp_gallery_listout.php:904
5065
- #: modules/widgets/tp_gravity_form.php:640
5066
- #: modules/widgets/tp_gravity_form.php:680
5067
- #: modules/widgets/tp_gravity_form.php:918
5068
- #: modules/widgets/tp_gravity_form.php:957
5069
- #: modules/widgets/tp_gravity_form.php:1208
5070
- #: modules/widgets/tp_gravity_form.php:1374
5071
- #: modules/widgets/tp_gravity_form.php:1466
5072
- #: modules/widgets/tp_gravity_form.php:1605
5073
- #: modules/widgets/tp_gravity_form.php:1973
5074
- #: modules/widgets/tp_gravity_form.php:2013
5075
- #: modules/widgets/tp_gravity_form.php:2126
5076
- #: modules/widgets/tp_gravity_form.php:2167
5077
- #: modules/widgets/tp_gravity_form.php:2244
5078
- #: modules/widgets/tp_gravity_form.php:2285
5079
- #: modules/widgets/tp_gravity_form.php:2379
5080
- #: modules/widgets/tp_gravity_form.php:2460
5081
- #: modules/widgets/tp_header_extras.php:409
5082
- #: modules/widgets/tp_header_extras.php:700
5083
- #: modules/widgets/tp_header_extras.php:753
5084
- #: modules/widgets/tp_header_extras.php:1210
5085
- #: modules/widgets/tp_header_extras.php:1249
5086
- #: modules/widgets/tp_header_extras.php:1321
5087
- #: modules/widgets/tp_header_extras.php:1367
5088
- #: modules/widgets/tp_header_extras.php:1705
5089
- #: modules/widgets/tp_header_extras.php:1842
5090
- #: modules/widgets/tp_header_extras.php:2182
5091
- #: modules/widgets/tp_header_extras.php:2227
5092
- #: modules/widgets/tp_hovercard.php:818 modules/widgets/tp_hovercard.php:971
5093
- #: modules/widgets/tp_hovercard.php:1381 modules/widgets/tp_hovercard.php:2020
5094
- #: modules/widgets/tp_hovercard.php:2121 modules/widgets/tp_hovercard.php:2225
5095
- #: modules/widgets/tp_info_box.php:1220 modules/widgets/tp_info_box.php:1261
5096
- #: modules/widgets/tp_info_box.php:1559 modules/widgets/tp_info_box.php:1940
5097
- #: modules/widgets/tp_info_box.php:2131 modules/widgets/tp_info_box.php:2255
5098
- #: modules/widgets/tp_info_box.php:2280
5099
- #: modules/widgets/tp_navigation_menu_lite.php:464
5100
- #: modules/widgets/tp_navigation_menu_lite.php:798
5101
- #: modules/widgets/tp_ninja_form.php:409 modules/widgets/tp_ninja_form.php:449
5102
- #: modules/widgets/tp_ninja_form.php:690 modules/widgets/tp_ninja_form.php:723
5103
- #: modules/widgets/tp_ninja_form.php:948
5104
- #: modules/widgets/tp_ninja_form.php:1203
5105
- #: modules/widgets/tp_ninja_form.php:1235
5106
- #: modules/widgets/tp_ninja_form.php:1353
5107
- #: modules/widgets/tp_ninja_form.php:13
8
  msgstr ""
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
  "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2021-07-01 23:12+0530\n"
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
  "Content-Transfer-Encoding: 8bit\n"
19
 
20
+ #: theplus_elementor_addon.php:60
21
  msgid ""
22
  "Elementor is missing. You need to activate your installed Elementor to use "
23
  "The Plus Addons."
24
  msgstr ""
25
 
26
+ #: theplus_elementor_addon.php:61
27
  msgid "Activate Elementor Now"
28
  msgstr ""
29
 
30
+ #: theplus_elementor_addon.php:65
31
  msgid ""
32
  "Elementor Required. You need to install & activate Elementor to use The Plus "
33
  "Addons."
34
  msgstr ""
35
 
36
+ #: theplus_elementor_addon.php:66
37
  msgid "Install Elementor Now"
38
  msgstr ""
39
 
40
+ #: widgets_loader.php:166
41
  msgid "PlusEssential"
42
  msgstr ""
43
 
44
+ #: widgets_loader.php:173
45
  msgid "PlusListing"
46
  msgstr ""
47
 
48
+ #: widgets_loader.php:180
49
  msgid "PlusCreatives"
50
  msgstr ""
51
 
52
+ #: widgets_loader.php:187
53
  msgid "PlusTabbed"
54
  msgstr ""
55
 
56
+ #: widgets_loader.php:194
57
  msgid "PlusAdapted"
58
  msgstr ""
59
 
60
+ #: widgets_loader.php:201
61
  msgid "PlusHeader"
62
  msgstr ""
63
 
64
+ #: widgets_loader.php:208
65
+ msgid "PlusBuilder"
66
+ msgstr ""
67
+
68
+ #: widgets_loader.php:215
69
+ msgid "PlusWooBuilder"
70
+ msgstr ""
71
+
72
+ #: widgets_loader.php:224
73
  msgid "Settings"
74
  msgstr ""
75
 
76
+ #: includes/plus_addon.php:39
77
  msgid "Plus Design"
78
  msgstr ""
79
 
80
+ #: includes/plus_addon.php:48 modules/widgets/tp_blog_listout.php:300
81
  #: modules/widgets/tp_blog_listout.php:919
82
  #: modules/widgets/tp_clients_listout.php:260
83
  #: modules/widgets/tp_clients_listout.php:748
92
  #: modules/widgets/tp_navigation_menu_lite.php:1372
93
  #: modules/widgets/tp_number_counter.php:1507
94
  #: modules/widgets/tp_page_scroll.php:149
95
+ #: modules/widgets/tp_post_title.php:137
96
  #: modules/widgets/tp_scroll_navigation.php:978
97
  #: modules/widgets/tp_tabs_tours.php:1261
98
  #: modules/widgets/tp_team_member_listout.php:290
101
  msgid "Extra Options"
102
  msgstr ""
103
 
104
+ #: includes/plus_addon.php:57
105
  msgid "Activate"
106
  msgstr ""
107
 
108
+ #: includes/plus_addon.php:66
109
  msgid "White Lable"
110
  msgstr ""
111
 
112
+ #: includes/plus_addon.php:75
113
+ msgid "Phone Number"
114
+ msgstr ""
115
+
116
+ #: includes/plus_addon.php:76
117
+ #: includes/plus-options/custom-metabox/teammember_options.php:58
118
+ msgid "Facebook Link"
119
+ msgstr ""
120
+
121
+ #: includes/plus_addon.php:77
122
+ #: includes/plus-options/custom-metabox/teammember_options.php:80
123
+ msgid "Twitter Link"
124
+ msgstr ""
125
+
126
+ #: includes/plus_addon.php:78 includes/theplus_options.php:514
127
+ msgid "Instagram"
128
+ msgstr ""
129
+
130
  #: includes/theplus_options.php:48
131
  msgid "ThePlus Settings"
132
  msgstr ""
155
  msgid "Advertisement Banner"
156
  msgstr ""
157
 
158
+ #: includes/theplus_options.php:190 modules/widgets/tp_age_gate.php:33
159
+ msgid "Age Gate"
160
  msgstr ""
161
 
162
  #: includes/theplus_options.php:199
163
+ msgid "Animated Service Boxes"
164
  msgstr ""
165
 
166
  #: includes/theplus_options.php:208
167
+ msgid "Audio Player"
168
+ msgstr ""
169
+
170
+ #: includes/theplus_options.php:217
171
  msgid "Before After"
172
  msgstr ""
173
 
174
+ #: includes/theplus_options.php:226 modules/widgets/tp_blockquote.php:32
175
  #: modules/widgets/tp_blockquote.php:48
176
  msgid "Blockquote"
177
  msgstr ""
178
 
179
+ #: includes/theplus_options.php:235
180
  msgid "Blog Listing"
181
  msgstr ""
182
 
183
+ #: includes/theplus_options.php:244
184
  msgid "Breadcrumbs Bar"
185
  msgstr ""
186
 
187
+ #: includes/theplus_options.php:253 modules/widgets/tp_flip_box.php:324
188
  #: modules/widgets/tp_info_box.php:352
189
  #: modules/widgets/tp_pricing_table.php:511
190
  #: modules/widgets/tp_pricing_table.php:521
191
  msgid "Button"
192
  msgstr ""
193
 
194
+ #: includes/theplus_options.php:262 modules/widgets/tp_caldera_forms.php:30
195
  #: modules/widgets/tp_caldera_forms.php:46
196
  msgid "Caldera Forms"
197
  msgstr ""
198
 
199
+ #: includes/theplus_options.php:271
200
  msgid "Carousel Anything"
201
  msgstr ""
202
 
203
+ #: includes/theplus_options.php:280
204
  msgid "Carousel Remote"
205
  msgstr ""
206
 
207
+ #: includes/theplus_options.php:289
208
  msgid "Cascading Image"
209
  msgstr ""
210
 
211
+ #: includes/theplus_options.php:298
212
  msgid "Chart"
213
  msgstr ""
214
 
215
+ #: includes/theplus_options.php:307
216
  msgid "Circle Menu"
217
  msgstr ""
218
 
219
+ #: includes/theplus_options.php:316
220
  msgid "Clients Listing"
221
  msgstr ""
222
 
223
+ #: includes/theplus_options.php:325 modules/widgets/tp_contact_form_7.php:31
224
  msgid "Contact Form 7"
225
  msgstr ""
226
 
227
+ #: includes/theplus_options.php:334
228
  msgid "Count Down"
229
  msgstr ""
230
 
231
+ #: includes/theplus_options.php:343
232
  msgid "Dark Mode"
233
  msgstr ""
234
 
235
+ #: includes/theplus_options.php:352
236
  msgid "Design Tool"
237
  msgstr ""
238
 
239
+ #: includes/theplus_options.php:361
240
  msgid "Draw SVG"
241
  msgstr ""
242
 
243
+ #: includes/theplus_options.php:370
244
  msgid "Dynamic Categories"
245
  msgstr ""
246
 
247
+ #: includes/theplus_options.php:379
248
  msgid "Dynamic Device"
249
  msgstr ""
250
 
251
+ #: includes/theplus_options.php:388
252
  msgid "Dynamic Listing"
253
  msgstr ""
254
 
255
+ #: includes/theplus_options.php:397
256
  msgid "Dynamic Smart Showcase"
257
  msgstr ""
258
 
259
+ #: includes/theplus_options.php:406 modules/widgets/tp_everest_form.php:30
260
  #: modules/widgets/tp_everest_form.php:46
261
  msgid "Everest Form"
262
  msgstr ""
263
 
264
+ #: includes/theplus_options.php:415 modules/widgets/tp_flip_box.php:32
265
  msgid "Flip Box"
266
  msgstr ""
267
 
268
+ #: includes/theplus_options.php:424 modules/widgets/tp_gallery_listout.php:32
269
  msgid "Gallery Listing"
270
  msgstr ""
271
 
272
+ #: includes/theplus_options.php:433
273
  msgid "Google Map"
274
  msgstr ""
275
 
276
+ #: includes/theplus_options.php:442 modules/widgets/tp_gravity_form.php:31
277
  #: modules/widgets/tp_gravity_form.php:47
278
  #: modules/widgets/tp_gravity_form.php:109
279
  msgid "Gravity Form"
280
  msgstr ""
281
 
282
+ #: includes/theplus_options.php:451
283
  #: modules/widgets/tp_heading_animation.php:31
284
  msgid "Heading Animation"
285
  msgstr ""
286
 
287
+ #: includes/theplus_options.php:460
288
  msgid "Header Extras"
289
  msgstr ""
290
 
291
+ #: includes/theplus_options.php:469 modules/enqueue/plus-wpml.php:205
292
  #: modules/widgets/tp_heading_title.php:31
293
  #: modules/widgets/tp_heading_title.php:84
294
  msgid "Heading Title"
295
  msgstr ""
296
 
297
+ #: includes/theplus_options.php:478
298
  msgid "Hotspot"
299
  msgstr ""
300
 
301
+ #: includes/theplus_options.php:487 modules/widgets/tp_hovercard.php:35
302
  #: modules/widgets/tp_hovercard.php:51
303
  msgid "Hover Card"
304
  msgstr ""
305
 
306
+ #: includes/theplus_options.php:496
307
  msgid "Creative Image"
308
  msgstr ""
309
 
310
+ #: includes/theplus_options.php:505 modules/widgets/tp_info_box.php:32
311
  msgid "Info Box"
312
  msgstr ""
313
 
314
+ #: includes/theplus_options.php:523
 
 
 
 
315
  msgid "LottieFiles Animation"
316
  msgstr ""
317
 
318
+ #: includes/theplus_options.php:532
319
  msgid "Mailchimp"
320
  msgstr ""
321
 
322
+ #: includes/theplus_options.php:541
323
  #: modules/widgets/tp_meeting_scheduler.php:25
324
  #: modules/widgets/tp_meeting_scheduler.php:43
325
  msgid "Meeting Scheduler"
326
  msgstr ""
327
 
328
+ #: includes/theplus_options.php:550 modules/widgets/tp_messagebox.php:33
329
+ msgid "Message Box"
330
+ msgstr ""
331
+
332
+ #: includes/theplus_options.php:559
333
  #: modules/widgets/tp_navigation_menu_lite.php:141
334
  msgid "Mobile Menu"
335
  msgstr ""
336
 
337
+ #: includes/theplus_options.php:568
338
  msgid "Morphing Layouts"
339
  msgstr ""
340
 
341
+ #: includes/theplus_options.php:577
342
+ msgid "Mouse Cursor"
343
+ msgstr ""
344
+
345
+ #: includes/theplus_options.php:586
346
  msgid "TP Navigation Menu Lite"
347
  msgstr ""
348
 
349
+ #: includes/theplus_options.php:595
350
  msgid "TP Navigation Menu"
351
  msgstr ""
352
 
353
+ #: includes/theplus_options.php:604 modules/widgets/tp_ninja_form.php:31
354
  #: modules/widgets/tp_ninja_form.php:47
355
  msgid "Ninja Form"
356
  msgstr ""
357
 
358
+ #: includes/theplus_options.php:613 modules/widgets/tp_number_counter.php:33
359
  msgid "Number Counter"
360
  msgstr ""
361
 
362
+ #: includes/theplus_options.php:622 modules/widgets/tp_post_title.php:32
363
+ #: modules/widgets/tp_post_title.php:48
364
+ msgid "Post Title"
365
+ msgstr ""
366
+
367
+ #: includes/theplus_options.php:631 modules/widgets/tp_post_content.php:32
368
+ #: modules/widgets/tp_post_content.php:48
369
+ msgid "Post Content"
370
+ msgstr ""
371
+
372
+ #: includes/theplus_options.php:640
373
+ #: modules/widgets/tp_post_featured_image.php:29
374
+ msgid "Post Featured Image"
375
+ msgstr ""
376
+
377
+ #: includes/theplus_options.php:649 modules/widgets/tp_post_meta.php:32
378
+ #: modules/widgets/tp_post_meta.php:48
379
+ msgid "Post Meta"
380
+ msgstr ""
381
+
382
+ #: includes/theplus_options.php:658 modules/widgets/tp_post_author.php:32
383
+ #: modules/widgets/tp_post_author.php:48 modules/widgets/tp_post_meta.php:812
384
+ msgid "Post Author"
385
+ msgstr ""
386
+
387
+ #: includes/theplus_options.php:667 modules/widgets/tp_post_comment.php:32
388
+ #: modules/widgets/tp_post_meta.php:1016 modules/widgets/tp_post_meta.php:1023
389
+ msgid "Post Comment"
390
+ msgstr ""
391
+
392
+ #: includes/theplus_options.php:676
393
+ msgid "Post Prev/Next"
394
+ msgstr ""
395
+
396
+ #: includes/theplus_options.php:685
397
+ msgid "Popup Builder"
398
  msgstr ""
399
 
400
+ #: includes/theplus_options.php:694 modules/widgets/tp_page_scroll.php:36
401
  #: modules/widgets/tp_page_scroll.php:53
402
  msgid "Page Scroll"
403
  msgstr ""
404
 
405
+ #: includes/theplus_options.php:703
406
+ msgid "Pre Loader"
407
+ msgstr ""
408
+
409
+ #: includes/theplus_options.php:712
410
  msgid "Pricing List"
411
  msgstr ""
412
 
413
+ #: includes/theplus_options.php:721 modules/widgets/tp_pricing_table.php:31
414
  msgid "Pricing Table"
415
  msgstr ""
416
 
417
+ #: includes/theplus_options.php:730
418
  msgid "Product Listing"
419
  msgstr ""
420
 
421
+ #: includes/theplus_options.php:739
422
  msgid "Protected Content"
423
  msgstr ""
424
 
425
+ #: includes/theplus_options.php:748
426
  msgid "Post Search"
427
  msgstr ""
428
 
429
+ #: includes/theplus_options.php:757 modules/widgets/tp_progress_bar.php:33
430
  #: modules/widgets/tp_progress_bar.php:55
431
  #: modules/widgets/tp_progress_bar.php:66
432
  msgid "Progress Bar"
433
  msgstr ""
434
 
435
+ #: includes/theplus_options.php:766
436
  msgid "Process Steps"
437
  msgstr ""
438
 
439
+ #: includes/theplus_options.php:775
440
  msgid "Row Background"
441
  msgstr ""
442
 
443
+ #: includes/theplus_options.php:784
444
  #: modules/widgets/tp_scroll_navigation.php:32
445
  #: modules/widgets/tp_scroll_navigation.php:48
446
  msgid "Scroll Navigation"
447
  msgstr ""
448
 
449
+ #: includes/theplus_options.php:793
450
  msgid "Site Logo"
451
  msgstr ""
452
 
453
+ #: includes/theplus_options.php:802 modules/widgets/tp_smooth_scroll.php:29
454
  msgid "Smooth Scroll"
455
  msgstr ""
456
 
457
+ #: includes/theplus_options.php:811
458
+ msgid "Social Embed"
459
+ msgstr ""
460
+
461
+ #: includes/theplus_options.php:820
462
+ msgid "Social Feed"
463
+ msgstr ""
464
+
465
+ #: includes/theplus_options.php:829 modules/widgets/tp_social_icon.php:29
466
  #: modules/widgets/tp_team_member_listout.php:508
467
  msgid "Social Icon"
468
  msgstr ""
469
 
470
+ #: includes/theplus_options.php:838
471
+ msgid "Social Reviews"
472
+ msgstr ""
473
+
474
+ #: includes/theplus_options.php:847
475
+ msgid "Social Sharing"
476
+ msgstr ""
477
+
478
+ #: includes/theplus_options.php:856
479
  msgid "Style List"
480
  msgstr ""
481
 
482
+ #: includes/theplus_options.php:865
483
  msgid "Switcher"
484
  msgstr ""
485
 
486
+ #: includes/theplus_options.php:874
487
  msgid "Table"
488
  msgstr ""
489
 
490
+ #: includes/theplus_options.php:883
491
+ msgid "Table Of Content"
492
+ msgstr ""
493
+
494
+ #: includes/theplus_options.php:892 modules/widgets/tp_tabs_tours.php:33
495
  msgid "Tabs/Tours"
496
  msgstr ""
497
 
498
+ #: includes/theplus_options.php:901
499
  #: modules/widgets/tp_team_member_listout.php:32
500
  msgid "Team Member Listing"
501
  msgstr ""
502
 
503
+ #: includes/theplus_options.php:910 includes/theplus_options.php:1636
504
  #: modules/widgets/tp_testimonial_listout.php:31
505
  msgid "Testimonial"
506
  msgstr ""
507
 
508
+ #: includes/theplus_options.php:919
509
  msgid "Timeline"
510
  msgstr ""
511
 
512
+ #: includes/theplus_options.php:928
513
  msgid "Video Player"
514
  msgstr ""
515
 
516
+ #: includes/theplus_options.php:937
517
  msgid "Unfold"
518
  msgstr ""
519
 
520
+ #: includes/theplus_options.php:946
521
  msgid "WP Forms"
522
  msgstr ""
523
 
524
+ #: includes/theplus_options.php:955
525
+ msgid "Woo Cart"
526
+ msgstr ""
527
+
528
+ #: includes/theplus_options.php:964
529
+ msgid "Woo Checkout"
530
+ msgstr ""
531
+
532
+ #: includes/theplus_options.php:973
533
+ msgid "Woo My Account"
534
+ msgstr ""
535
+
536
+ #: includes/theplus_options.php:982
537
+ msgid "Woo Order Track"
538
+ msgstr ""
539
+
540
+ #: includes/theplus_options.php:991
541
+ msgid "Woo Single Basic"
542
+ msgstr ""
543
+
544
+ #: includes/theplus_options.php:1000
545
+ msgid "Woo Product Images"
546
+ msgstr ""
547
+
548
+ #: includes/theplus_options.php:1009
549
+ msgid "Woo Single Pricing"
550
+ msgstr ""
551
+
552
+ #: includes/theplus_options.php:1018
553
+ msgid "Woo Single Tabs"
554
+ msgstr ""
555
+
556
+ #: includes/theplus_options.php:1027
557
+ msgid "Woo Thank You"
558
+ msgstr ""
559
+
560
+ #: includes/theplus_options.php:1036
561
  msgid "WP Login & Register"
562
  msgstr ""
563
 
564
+ #: includes/theplus_options.php:1050
565
  msgid "Section Scroll Animation"
566
  msgstr ""
567
 
568
+ #: includes/theplus_options.php:1059
569
  msgid "Section Custom CSS"
570
  msgstr ""
571
 
572
+ #: includes/theplus_options.php:1068
573
  msgid "Sticky Column"
574
  msgstr ""
575
 
576
+ #: includes/theplus_options.php:1077
577
  msgid "Custom/Media Width Column"
578
  msgstr ""
579
 
580
+ #: includes/theplus_options.php:1086
581
  msgid "Order AND Width Column"
582
  msgstr ""
583
 
584
+ #: includes/theplus_options.php:1095
585
  msgid "Column Custom CSS"
586
  msgstr ""
587
 
588
+ #: includes/theplus_options.php:1104
589
  msgid "Column Mouse Cursor"
590
  msgstr ""
591
 
592
+ #: includes/theplus_options.php:1113
593
  msgid "Display Rules"
594
  msgstr ""
595
 
596
+ #: includes/theplus_options.php:1122
597
  msgid "Event Tracker"
598
  msgstr ""
599
 
600
+ #: includes/theplus_options.php:1131
601
  msgid "Wrapper Link"
602
  msgstr ""
603
 
604
+ #: includes/theplus_options.php:1140
605
  #: modules/controls/group/plus-equal-height.php:37
606
  msgid "Equal Height"
607
  msgstr ""
608
 
609
+ #: includes/theplus_options.php:1149
610
  msgid "Cross Domain Copy Paste"
611
  msgstr ""
612
 
613
+ #: includes/theplus_options.php:1460
614
  msgid "Setting Panel"
615
  msgstr ""
616
 
617
+ #: includes/theplus_options.php:1465
618
  msgid "Version"
619
  msgstr ""
620
 
621
+ #: includes/theplus_options.php:1589
622
  msgid "Enable All"
623
  msgstr ""
624
 
625
+ #: includes/theplus_options.php:1592
626
  #: modules/widgets/tp_meeting_scheduler.php:86
627
  msgid "All"
628
  msgstr ""
629
 
630
+ #: includes/theplus_options.php:1593
631
  msgid "Free"
632
  msgstr ""
633
 
634
+ #: includes/theplus_options.php:1594
635
  msgid "Freemium"
636
  msgstr ""
637
 
638
+ #: includes/theplus_options.php:1595
639
  msgid "Pro"
640
  msgstr ""
641
 
642
+ #: includes/theplus_options.php:1600
643
  msgid "Search.."
644
  msgstr ""
645
 
646
+ #: includes/theplus_options.php:1635 includes/plus-options/post-type.php:50
647
  #: modules/widgets/tp_clients_listout.php:33
648
  msgid "Clients"
649
  msgstr ""
650
 
651
+ #: includes/theplus_options.php:1637
652
  msgid "Team Member"
653
  msgstr ""
654
 
655
+ #: includes/theplus_options.php:1748
656
  msgid "Clients Post Type Settings"
657
  msgstr ""
658
 
659
+ #: includes/theplus_options.php:1749
660
  msgid "Use below settings to configure your “Clients” custom post type."
661
  msgstr ""
662
 
663
+ #: includes/theplus_options.php:1754
664
  msgid "Select Post Type Type"
665
  msgstr ""
666
 
667
+ #: includes/theplus_options.php:1761 includes/theplus_options.php:1837
668
+ #: includes/theplus_options.php:1913
669
  #: modules/controls/group/plus-equal-height.php:40
670
+ #: modules/widgets/tp_age_gate.php:92 modules/widgets/tp_age_gate.php:117
671
+ #: modules/widgets/tp_age_gate.php:142 modules/widgets/tp_age_gate.php:267
672
+ #: modules/widgets/tp_age_gate.php:329 modules/widgets/tp_age_gate.php:372
673
+ #: modules/widgets/tp_age_gate.php:477 modules/widgets/tp_age_gate.php:531
674
+ #: modules/widgets/tp_age_gate.php:571 modules/widgets/tp_age_gate.php:2009
675
+ #: modules/widgets/tp_age_gate.php:2019 modules/widgets/tp_age_gate.php:2058
676
  #: modules/widgets/tp_clients_listout.php:290
677
  #: modules/widgets/tp_flip_box.php:327 modules/widgets/tp_flip_box.php:1943
678
  #: modules/widgets/tp_gallery_listout.php:298
682
  #: modules/widgets/tp_heading_title.php:167
683
  #: modules/widgets/tp_hovercard.php:298 modules/widgets/tp_hovercard.php:561
684
  #: modules/widgets/tp_hovercard.php:774 modules/widgets/tp_hovercard.php:920
685
+ #: modules/widgets/tp_hovercard.php:1782 modules/widgets/tp_hovercard.php:2087
686
  #: modules/widgets/tp_info_box.php:115 modules/widgets/tp_info_box.php:355
687
  #: modules/widgets/tp_info_box.php:570 modules/widgets/tp_info_box.php:615
688
  #: modules/widgets/tp_info_box.php:2485
689
  #: modules/widgets/tp_meeting_scheduler.php:99
690
  #: modules/widgets/tp_meeting_scheduler.php:199
691
+ #: modules/widgets/tp_messagebox.php:69 modules/widgets/tp_messagebox.php:102
692
+ #: modules/widgets/tp_messagebox.php:127 modules/widgets/tp_messagebox.php:498
693
  #: modules/widgets/tp_page_scroll.php:212
694
  #: modules/widgets/tp_page_scroll.php:282
695
  #: modules/widgets/tp_page_scroll.php:318
703
  #: modules/widgets/tp_page_scroll.php:605
704
  #: modules/widgets/tp_page_scroll.php:632
705
  #: modules/widgets/tp_page_scroll.php:660
706
+ #: modules/widgets/tp_post_author.php:159
707
+ #: modules/widgets/tp_post_author.php:242
708
+ #: modules/widgets/tp_post_author.php:337
709
+ #: modules/widgets/tp_post_author.php:433
710
+ #: modules/widgets/tp_post_author.php:500
711
+ #: modules/widgets/tp_post_comment.php:788
712
+ #: modules/widgets/tp_post_meta.php:346 modules/widgets/tp_post_meta.php:502
713
+ #: modules/widgets/tp_post_meta.php:822 modules/widgets/tp_post_meta.php:1026
714
+ #: modules/widgets/tp_post_title.php:147
715
  #: modules/widgets/tp_pricing_table.php:524
716
  #: modules/widgets/tp_scroll_navigation.php:126
717
  #: modules/widgets/tp_scroll_navigation.php:179
728
  msgid "Disable"
729
  msgstr ""
730
 
731
+ #: includes/theplus_options.php:1762 includes/theplus_options.php:1838
732
+ #: includes/theplus_options.php:1914
733
  msgid "ThePlus Post Type"
734
  msgstr ""
735
 
736
+ #: includes/theplus_options.php:1763 includes/theplus_options.php:1839
737
+ #: includes/theplus_options.php:1915
738
  msgid "Prebuilt Theme Based"
739
  msgstr ""
740
 
741
+ #: includes/theplus_options.php:1767 includes/theplus_options.php:1843
742
+ #: includes/theplus_options.php:1919
743
  msgid "Post Name : (Keep Blank if you want to keep default Name)"
744
  msgstr ""
745
 
746
+ #: includes/theplus_options.php:1768
747
  msgid ""
748
  "Enter value for clients custom post type name. Default: \"theplus_clients\""
749
  msgstr ""
750
 
751
+ #: includes/theplus_options.php:1778 includes/theplus_options.php:1854
752
+ #: includes/theplus_options.php:1930
753
  msgid "Post Title : (Keep Blank if you want to keep default Title)"
754
  msgstr ""
755
 
756
+ #: includes/theplus_options.php:1779
757
  msgid "Enter value for clients custom post title name. Default: \"Tp Clients\""
758
  msgstr ""
759
 
760
+ #: includes/theplus_options.php:1789 includes/theplus_options.php:1865
761
  msgid "Category Taxonomy Value : (Keep Blank if you want to keep default Name)"
762
  msgstr ""
763
 
764
+ #: includes/theplus_options.php:1790
765
  msgid ""
766
  "Enter value for Category Taxonomy Value. Default : \"theplus_clients_cat\" "
767
  msgstr ""
768
 
769
+ #: includes/theplus_options.php:1800 includes/theplus_options.php:1876
770
+ #: includes/theplus_options.php:1952
771
  msgid "Prebuilt Post Name : (You can find that from here)"
772
  msgstr ""
773
 
774
+ #: includes/theplus_options.php:1801
775
  #, php-format
776
  msgid ""
777
  "Enter the value of your current post type name which is prebuilt with your "
780
  "screenshot</a> for how to get that value from URL of your current post type."
781
  msgstr ""
782
 
783
+ #: includes/theplus_options.php:1811 includes/theplus_options.php:1887
784
  msgid "Prebuilt Category Taxonomy Value : (You can find that from here)"
785
  msgstr ""
786
 
787
+ #: includes/theplus_options.php:1812
788
  #, php-format
789
  msgid ""
790
  "Enter the value of your current Category Taxonomy Value which is prebuilt "
794
  "taxonomy."
795
  msgstr ""
796
 
797
+ #: includes/theplus_options.php:1824
798
  msgid "Testimonial Post Type Settings"
799
  msgstr ""
800
 
801
+ #: includes/theplus_options.php:1825
802
  msgid "Use below settings to configure your “Testimonial” custom post type."
803
  msgstr ""
804
 
805
+ #: includes/theplus_options.php:1830
806
  msgid "Select Post type Type"
807
  msgstr ""
808
 
809
+ #: includes/theplus_options.php:1844
810
  msgid ""
811
  "Enter value for testimonial custom post type name. Default: "
812
  "\"theplus_testimonial\""
813
  msgstr ""
814
 
815
+ #: includes/theplus_options.php:1855
816
  msgid ""
817
  "Enter value for testimonial custom post title name. Default: \"TP "
818
  "Testimonials\""
819
  msgstr ""
820
 
821
+ #: includes/theplus_options.php:1866
822
  msgid ""
823
  "Enter value for Category Taxonomy Value. Default :\"theplus_testimonial_cat\""
824
  msgstr ""
825
 
826
+ #: includes/theplus_options.php:1877
827
  #, php-format
828
  msgid ""
829
  "Enter the value of your current post type name which is prebuilt with your "
832
  "screenshot</a> for how to get that value from URL of your current post type."
833
  msgstr ""
834
 
835
+ #: includes/theplus_options.php:1888
836
  #, php-format
837
  msgid ""
838
  "Enter the value of your current Category Taxonomy Value which is prebuilt "
842
  "taxonomy."
843
  msgstr ""
844
 
845
+ #: includes/theplus_options.php:1900
846
  msgid "Team Member Post Type Settings"
847
  msgstr ""
848
 
849
+ #: includes/theplus_options.php:1901
850
  msgid "Use below settings to configure your “Team Member” custom post type."
851
  msgstr ""
852
 
853
+ #: includes/theplus_options.php:1906
854
  msgid "Select Team Member Post Type"
855
  msgstr ""
856
 
857
+ #: includes/theplus_options.php:1920
858
  msgid ""
859
  "Enter value for team member custom post type name. Default: "
860
  "\"theplus_team_member\""
861
  msgstr ""
862
 
863
+ #: includes/theplus_options.php:1931
864
  msgid ""
865
  "Enter value for team member custom post type title. Default: \"TP Team "
866
  "Members\""
867
  msgstr ""
868
 
869
+ #: includes/theplus_options.php:1941
870
  msgid "Category Taxonomy Value (Keep Blank if you want to keep default Name)"
871
  msgstr ""
872
 
873
+ #: includes/theplus_options.php:1942
874
  msgid ""
875
  "Enter value for Category Taxonomy Value. Default : \"theplus_team_member_cat"
876
  "\""
877
  msgstr ""
878
 
879
+ #: includes/theplus_options.php:1953
880
  #, php-format
881
  msgid ""
882
  "Enter the value of your current post type name which is prebuilt with your "
885
  "screenshot</a> for how to get that value from URL of your current post type."
886
  msgstr ""
887
 
888
+ #: includes/theplus_options.php:1963
889
  msgid "Prebuilt Category Taxonomy Value (You can find that from here)"
890
  msgstr ""
891
 
892
+ #: includes/theplus_options.php:1964
893
  #, php-format
894
  msgid ""
895
  "Enter the value of your current Category Taxonomy Value which is prebuilt "
899
  "taxonomy."
900
  msgstr ""
901
 
902
+ #: includes/theplus_options.php:2027
903
  msgid "Custom CSS"
904
  msgstr ""
905
 
906
+ #: includes/theplus_options.php:2028
907
  msgid "Add Your Custom CSS Styles"
908
  msgstr ""
909
 
910
+ #: includes/theplus_options.php:2034
911
  msgid "Custom JS"
912
  msgstr ""
913
 
914
+ #: includes/theplus_options.php:2035
915
  msgid "Add Your Custom JS Scripts"
916
  msgstr ""
917
 
1012
  "Ecosystem."
1013
  msgstr ""
1014
 
1015
+ #: includes/welcome-page.php:96
1016
+ msgid "Added : Age Gate"
1017
  msgstr ""
1018
 
1019
  #: includes/welcome-page.php:97
1020
+ msgid "Added : Message Box"
1021
  msgstr ""
1022
 
1023
  #: includes/welcome-page.php:98
1024
+ msgid "Added : Post Title"
1025
  msgstr ""
1026
 
1027
+ #: includes/welcome-page.php:101 includes/welcome-page.php:115
 
 
 
 
 
 
 
 
 
 
 
 
1028
  msgid "change log"
1029
  msgstr ""
1030
 
1031
+ #: includes/welcome-page.php:101
1032
  msgid "Lite Full Change log"
1033
  msgstr ""
1034
 
1035
+ #: includes/welcome-page.php:108
1036
+ msgid "Added : Mouse Cursor"
 
 
 
 
 
 
 
 
1037
  msgstr ""
1038
 
1039
+ #: includes/welcome-page.php:109
1040
+ msgid "Added : Post Navigation"
1041
  msgstr ""
1042
 
1043
+ #: includes/welcome-page.php:110
1044
+ msgid "Added : Pre Loader"
 
1045
  msgstr ""
1046
 
1047
+ #: includes/welcome-page.php:111
1048
+ msgid "Added : Social Feed"
1049
  msgstr ""
1050
 
1051
+ #: includes/welcome-page.php:112
1052
+ msgid "Added : Social Reviews"
1053
  msgstr ""
1054
 
1055
+ #: includes/welcome-page.php:115
1056
  msgid "Pro Full Change log"
1057
  msgstr ""
1058
 
1059
+ #: includes/welcome-page.php:122
1060
  msgid "Frequently Asked Questions"
1061
  msgstr ""
1062
 
1063
+ #: includes/welcome-page.php:123
1064
  msgid "You might have some, We have tried to answer them all."
1065
  msgstr ""
1066
 
1067
+ #: includes/welcome-page.php:126
1068
  msgid "Are you having Elementor Loading Error?"
1069
  msgstr ""
1070
 
1071
+ #: includes/welcome-page.php:127
1072
  msgid ""
1073
  "After activation of plugin, Are you having elementor editor’s loading error? "
1074
  "If yes, That is the most common issue of elementor regarding to memory "
1078
  "reaching out to your hosting provider)."
1079
  msgstr ""
1080
 
1081
+ #: includes/welcome-page.php:130
1082
  msgid "How to get Help/Support?"
1083
  msgstr ""
1084
 
1085
+ #: includes/welcome-page.php:131
1086
  msgid "You can get "
1087
  msgstr ""
1088
 
1089
+ #: includes/welcome-page.php:131
1090
  msgid "Free support"
1091
  msgstr ""
1092
 
1093
+ #: includes/welcome-page.php:131
1094
  msgid " and to get "
1095
  msgstr ""
1096
 
1097
+ #: includes/welcome-page.php:131
1098
  msgid "Premium support"
1099
  msgstr ""
1100
 
1101
+ #: includes/welcome-page.php:131
1102
  msgid " comes with Pro plan. Join our "
1103
  msgstr ""
1104
 
1105
+ #: includes/welcome-page.php:131
1106
  msgid "Facebook channel "
1107
  msgstr ""
1108
 
1109
+ #: includes/welcome-page.php:131
1110
  msgid " to get help from community."
1111
  msgstr ""
1112
 
1113
+ #: includes/welcome-page.php:134
1114
  msgid "What is this Performance option about?"
1115
  msgstr ""
1116
 
1117
+ #: includes/welcome-page.php:135
1118
  msgid ""
1119
  "First of all, Performance is our highest priority. We have setup caching "
1120
  "architecture in which, It generates One CSS & One JS files for each page. "
1125
  "possible performance."
1126
  msgstr ""
1127
 
1128
+ #: includes/welcome-page.php:138
1129
  msgid "When and Why Need to remove cache?"
1130
  msgstr ""
1131
 
1132
+ #: includes/welcome-page.php:139
1133
  msgid ""
1134
  "When you make any updated in your page and If that is not reflecting "
1135
  "properly in frontend, You need to remove cache. When you click on Purge All "
1137
  "those files when you visit that page for first time."
1138
  msgstr ""
1139
 
1140
+ #: includes/welcome-page.php:142
1141
  msgid "What If I want to remove cache of only one page?"
1142
  msgstr ""
1143
 
1144
+ #: includes/welcome-page.php:143
1145
  msgid ""
1146
  "You can do that from admin bar of page editor. That is available on top for "
1147
  "all pages you check from front end. You will see option “The Plus "
1148
  "Performance” -> “Purge Current Page”."
1149
  msgstr ""
1150
 
1151
+ #: includes/welcome-page.php:146
1152
  msgid "Site is not working well even after removing cache at frontend."
1153
  msgstr ""
1154
 
1155
+ #: includes/welcome-page.php:147
1156
  msgid ""
1157
  "If your website is not working well even after removing cache from above "
1158
  "button. You need to check your 3rd party caching plugin and remove cache "
1160
  "Reload and/or try on incognito mode."
1161
  msgstr ""
1162
 
1163
+ #: includes/welcome-page.php:149
1164
  msgid "More FAQs"
1165
  msgstr ""
1166
 
1167
+ #: includes/welcome-page.php:158
1168
  msgid "Video Tutorials"
1169
  msgstr ""
1170
 
1171
+ #: includes/welcome-page.php:159
1172
  msgid "Checkout Few of our latest video tutorials"
1173
  msgstr ""
1174
 
1175
+ #: includes/welcome-page.php:163
1176
  msgid "Our Full Playlist"
1177
  msgstr ""
1178
 
1179
+ #: includes/welcome-page.php:194
1180
  msgid "Technical Support"
1181
  msgstr ""
1182
 
1183
+ #: includes/welcome-page.php:195
1184
  msgid "Let’s find a solutions for your all your queries."
1185
  msgstr ""
1186
 
1187
+ #: includes/welcome-page.php:197
1188
  msgid ""
1189
  "Tried everything but not found a solution? Our premium support team is "
1190
  "always there for your backup. Just a few quick "
1191
  msgstr ""
1192
 
1193
+ #: includes/welcome-page.php:197
1194
  msgid "steps to take before submitting a ticket."
1195
  msgstr ""
1196
 
1197
+ #: includes/welcome-page.php:197
1198
  msgid " You may read our "
1199
  msgstr ""
1200
 
1201
+ #: includes/welcome-page.php:197
1202
  msgid "Support Policy"
1203
  msgstr ""
1204
 
1205
+ #: includes/welcome-page.php:197
1206
  msgid " to find out, Which things are covered."
1207
  msgstr ""
1208
 
1209
+ #: includes/welcome-page.php:199
1210
  msgid "Support Time : Mon-Fri | 9 AM to 6 PM (Time Zone :UTC+5:30)"
1211
  msgstr ""
1212
 
1213
+ #: includes/welcome-page.php:201
1214
  msgid "Average Response Time : 24 Hours (Weekdays)"
1215
  msgstr ""
1216
 
1217
+ #: includes/welcome-page.php:203
1218
  msgid "Premium Support"
1219
  msgstr ""
1220
 
1221
+ #: includes/welcome-page.php:204
1222
  msgid "Free Support"
1223
  msgstr ""
1224
 
1225
+ #: includes/welcome-page.php:209
1226
  msgid "We are social"
1227
  msgstr ""
1228
 
1229
+ #: includes/welcome-page.php:210
1230
  msgid "Join us to get regular Social Updates."
1231
  msgstr ""
1232
 
1233
+ #: includes/welcome-page.php:212
1234
  msgid ""
1235
  "Get to know about plugin updates, tips & tricks, New Offers and lots more "
1236
  "from our social media accounts."
1237
  msgstr ""
1238
 
1239
+ #: includes/welcome-page.php:213 includes/welcome-page.php:215
1240
+ #: modules/widgets/tp_post_author.php:745
1241
  msgid "facebook"
1242
  msgstr ""
1243
 
1244
+ #: includes/welcome-page.php:214 modules/widgets/tp_post_author.php:751
1245
  msgid "instagram"
1246
  msgstr ""
1247
 
1248
+ #: includes/welcome-page.php:216
1249
  msgid "youtube"
1250
  msgstr ""
1251
 
1252
+ #: includes/welcome-page.php:223
1253
  msgid "Rate Us"
1254
  msgstr ""
1255
 
1256
+ #: includes/welcome-page.php:224
1257
  msgid "Your generous rating motivates us to do even better."
1258
  msgstr ""
1259
 
1260
+ #: includes/welcome-page.php:226
1261
  msgid ""
1262
  "Your reviews will help us to build better product for you. It even helps "
1263
  "other Elementor users to know about our product and your experience."
1264
  msgstr ""
1265
 
1266
+ #: includes/welcome-page.php:227
1267
  msgid "Rate on WordPress"
1268
  msgstr ""
1269
 
1270
+ #: includes/welcome-page.php:228
1271
  msgid "Rate on Facebook"
1272
  msgstr ""
1273
 
1274
+ #: includes/welcome-page.php:233
1275
  msgid "Any Feedback or Suggestions?"
1276
  msgstr ""
1277
 
1278
+ #: includes/welcome-page.php:234
1279
  msgid "Your constructive views matters a lot to us."
1280
  msgstr ""
1281
 
1282
+ #: includes/welcome-page.php:236
1283
  msgid ""
1284
  "We believe in continuous improvements. Your each and every suggestions for "
1285
  "new widgets, new features, and improvements in existing product are always "
1286
  "welcome. Thanks in advance for your time and effort to help us."
1287
  msgstr ""
1288
 
1289
+ #: includes/welcome-page.php:237
1290
  msgid "Share Feedback"
1291
  msgstr ""
1292
 
1293
+ #: includes/welcome-page.php:242
1294
  msgid "Join 14,573 Subscribers"
1295
  msgstr ""
1296
 
1297
+ #: includes/welcome-page.php:243
1298
  msgid "Get the latest updates, Offers and more on your email."
1299
  msgstr ""
1300
 
1301
+ #: includes/welcome-page.php:245
1302
  msgid ""
1303
  "Want to join our newsletter? We share tricks & tips related to The Plus "
1304
  "Addons for Elementor and WordPress itself. On top of that, You will get "
1305
  "timely notifications of new plugin updates, discount offers and lots more."
1306
  msgstr ""
1307
 
1308
+ #: includes/welcome-page.php:246
1309
  msgid "Subscribe Us"
1310
  msgstr ""
1311
 
1507
  msgid "Website Url"
1508
  msgstr ""
1509
 
 
 
 
 
1510
  #: includes/plus-options/custom-metabox/teammember_options.php:65
1511
  msgid "Google plus Link"
1512
  msgstr ""
1515
  msgid "Instagram Link"
1516
  msgstr ""
1517
 
 
 
 
 
1518
  #: includes/plus-options/custom-metabox/teammember_options.php:87
1519
  msgid "Linkedin Link"
1520
  msgstr ""
1521
 
1522
+ #: includes/plus-options/custom-metabox/teammember_options.php:94
1523
+ #: modules/widgets/tp_post_comment.php:837
1524
+ msgid "Email"
1525
+ msgstr ""
1526
+
1527
+ #: includes/plus-options/custom-metabox/teammember_options.php:101
1528
+ msgid "Phone"
1529
+ msgstr ""
1530
+
1531
  #: includes/plus-options/custom-metabox/testimonial_option.php:12
1532
  msgid "ThePlus Testimonial Options"
1533
  msgstr ""
1537
  msgstr ""
1538
 
1539
  #: includes/plus-options/custom-metabox/testimonial_option.php:34
1540
+ #: modules/helper-function.php:526 modules/widgets/tp_accordion.php:402
1541
+ #: modules/widgets/tp_age_gate.php:114 modules/widgets/tp_age_gate.php:125
1542
+ #: modules/widgets/tp_age_gate.php:663 modules/widgets/tp_blog_listout.php:587
1543
  #: modules/widgets/tp_clients_listout.php:391
1544
  #: modules/widgets/tp_flip_box.php:143
1545
  #: modules/widgets/tp_gallery_listout.php:512
1546
  #: modules/widgets/tp_gravity_form.php:76
1547
  #: modules/widgets/tp_heading_title.php:115
1548
+ #: modules/widgets/tp_messagebox.php:56 modules/widgets/tp_messagebox.php:171
1549
  #: modules/widgets/tp_number_counter.php:65
1550
  #: modules/widgets/tp_number_counter.php:67
1551
+ #: modules/widgets/tp_post_title.php:183
1552
  #: modules/widgets/tp_pricing_table.php:92
1553
  #: modules/widgets/tp_pricing_table.php:111
1554
  #: modules/widgets/tp_progress_bar.php:162
1570
  msgid "Enter author Designation"
1571
  msgstr ""
1572
 
1573
+ #: includes/plus-options/extension/cmb2-field-ajax-search.php:201
1574
  msgid "Error : Unauthorized action"
1575
  msgstr ""
1576
 
1577
+ #: includes/plus-options/extension/cmb2-field-ajax-search.php:207
1578
  msgid "Error : Wrong request parameters"
1579
  msgstr ""
1580
 
1653
 
1654
  #: includes/plus-options/metabox/includes/CMB2_Field.php:1451
1655
  #: includes/plus-options/metabox/includes/CMB2_Field.php:1455
1656
+ #: modules/helper-function.php:523 modules/widgets/tp_button.php:396
1657
  #: modules/widgets/tp_clients_listout.php:487
1658
  #: modules/widgets/tp_countdown.php:379 modules/widgets/tp_flip_box.php:163
1659
  #: modules/widgets/tp_flip_box.php:565 modules/widgets/tp_flip_box.php:1456
1661
  #: modules/widgets/tp_header_extras.php:1806
1662
  #: modules/widgets/tp_hovercard.php:82 modules/widgets/tp_hovercard.php:139
1663
  #: modules/widgets/tp_hovercard.php:152 modules/widgets/tp_hovercard.php:1335
1664
+ #: modules/widgets/tp_hovercard.php:2183 modules/widgets/tp_info_box.php:223
1665
  #: modules/widgets/tp_info_box.php:442 modules/widgets/tp_info_box.php:1502
1666
  #: modules/widgets/tp_info_box.php:1704
1667
  #: modules/widgets/tp_navigation_menu_lite.php:358
1671
  #: modules/widgets/tp_navigation_menu_lite.php:1383
1672
  #: modules/widgets/tp_number_counter.php:230
1673
  #: modules/widgets/tp_number_counter.php:374
1674
+ #: modules/widgets/tp_post_meta.php:369 modules/widgets/tp_post_meta.php:844
1675
+ #: modules/widgets/tp_post_meta.php:1048
1676
  #: modules/widgets/tp_post_search.php:138
1677
  #: modules/widgets/tp_pricing_table.php:142
1678
  #: modules/widgets/tp_pricing_table.php:599
1721
  msgstr ""
1722
 
1723
  #: includes/plus-options/metabox/includes/CMB2_JS.php:166
1724
+ #: modules/helper-function.php:725 modules/helper-function.php:740
1725
+ #: modules/helper-function.php:748 modules/helper-function.php:758
1726
  #: modules/widgets/tp_header_extras.php:1019
1727
  #: modules/widgets/tp_heading_title.php:75
1728
  #: modules/widgets/tp_hovercard.php:127 modules/widgets/tp_hovercard.php:1248
1729
  #: modules/widgets/tp_hovercard.php:1274 modules/widgets/tp_hovercard.php:1293
1730
  #: modules/widgets/tp_hovercard.php:1314 modules/widgets/tp_hovercard.php:1396
1731
  #: modules/widgets/tp_hovercard.php:1556 modules/widgets/tp_hovercard.php:1844
1732
+ #: modules/widgets/tp_hovercard.php:2240 modules/widgets/tp_hovercard.php:2383
1733
  #: modules/widgets/tp_scroll_navigation.php:158
1734
  msgid "Default"
1735
  msgstr ""
2001
  msgid "No terms"
2002
  msgstr ""
2003
 
2004
+ #: modules/helper-function.php:11
2005
  msgid "You Haven’t Saved Templates Yet."
2006
  msgstr ""
2007
 
2008
+ #: modules/helper-function.php:13
2009
  msgid "Select Template"
2010
  msgstr ""
2011
 
2012
+ #: modules/helper-function.php:52
2013
  msgid "No contact forms found"
2014
  msgstr ""
2015
 
2016
+ #: modules/helper-function.php:62 modules/helper-function.php:96
2017
+ #: modules/helper-function.php:114 modules/widgets/tp_caldera_forms.php:53
2018
  #: modules/widgets/tp_contact_form_7.php:54
2019
  #: modules/widgets/tp_everest_form.php:53
2020
  #: modules/widgets/tp_gravity_form.php:54
2023
  msgid "Select Form"
2024
  msgstr ""
2025
 
2026
+ #: modules/helper-function.php:72 modules/helper-function.php:103
2027
  msgid "Form Not Found!"
2028
  msgstr ""
2029
 
2030
+ #: modules/helper-function.php:87
2031
  msgid "No everest forms found"
2032
  msgstr ""
2033
 
2034
+ #: modules/helper-function.php:120
2035
  msgid "No forms found"
2036
  msgstr ""
2037
 
2038
+ #: modules/helper-function.php:135
2039
  msgid "Select Ninja Form"
2040
  msgstr ""
2041
 
2042
+ #: modules/helper-function.php:142 modules/helper-function.php:168
2043
  msgid "Create a Form First"
2044
  msgstr ""
2045
 
2046
+ #: modules/helper-function.php:162
2047
  msgid "Select a WPForm"
2048
  msgstr ""
2049
 
2050
+ #: modules/helper-function.php:178
2051
  #: modules/widgets/tp_navigation_menu_lite.php:71
2052
  #: modules/widgets/tp_navigation_menu_lite.php:271
2053
  msgid "Select Menu"
2054
  msgstr ""
2055
 
2056
+ #: modules/helper-function.php:379
2057
  msgid "Add a menu"
2058
  msgstr ""
2059
 
2060
+ #: modules/helper-function.php:410
2061
  msgid "Custom Skin"
2062
  msgstr ""
2063
 
2064
+ #: modules/helper-function.php:428
2065
  msgid "Linear"
2066
  msgstr ""
2067
 
2068
+ #: modules/helper-function.php:429
2069
  msgid "Radial"
2070
  msgstr ""
2071
 
2072
+ #: modules/helper-function.php:435 modules/widgets/tp_button.php:397
2073
  #: modules/widgets/tp_countdown.php:380 modules/widgets/tp_flip_box.php:1457
2074
  #: modules/widgets/tp_header_extras.php:644
2075
  #: modules/widgets/tp_header_extras.php:1807
2076
  #: modules/widgets/tp_heading_title.php:511
2077
  #: modules/widgets/tp_heading_title.php:719
2078
  #: modules/widgets/tp_heading_title.php:885
2079
+ #: modules/widgets/tp_hovercard.php:1336 modules/widgets/tp_hovercard.php:2184
2080
  #: modules/widgets/tp_info_box.php:1503
2081
  #: modules/widgets/tp_navigation_menu_lite.php:414
2082
  #: modules/widgets/tp_navigation_menu_lite.php:748
2085
  msgid "Solid"
2086
  msgstr ""
2087
 
2088
+ #: modules/helper-function.php:436 modules/widgets/tp_button.php:399
2089
  #: modules/widgets/tp_countdown.php:382 modules/widgets/tp_flip_box.php:1459
2090
  #: modules/widgets/tp_header_extras.php:646
2091
  #: modules/widgets/tp_header_extras.php:1809
2092
+ #: modules/widgets/tp_hovercard.php:1337 modules/widgets/tp_hovercard.php:2185
2093
  #: modules/widgets/tp_info_box.php:1505
2094
  #: modules/widgets/tp_navigation_menu_lite.php:416
2095
  #: modules/widgets/tp_navigation_menu_lite.php:750
2098
  msgid "Dashed"
2099
  msgstr ""
2100
 
2101
+ #: modules/helper-function.php:437 modules/widgets/tp_button.php:398
2102
  #: modules/widgets/tp_countdown.php:381 modules/widgets/tp_flip_box.php:1458
2103
  #: modules/widgets/tp_header_extras.php:645
2104
  #: modules/widgets/tp_header_extras.php:1808
2105
+ #: modules/widgets/tp_hovercard.php:1338 modules/widgets/tp_hovercard.php:2186
2106
  #: modules/widgets/tp_info_box.php:1504
2107
  #: modules/widgets/tp_navigation_menu_lite.php:415
2108
  #: modules/widgets/tp_navigation_menu_lite.php:749
2111
  msgid "Dotted"
2112
  msgstr ""
2113
 
2114
+ #: modules/helper-function.php:438 modules/widgets/tp_button.php:400
2115
  #: modules/widgets/tp_countdown.php:383 modules/widgets/tp_flip_box.php:1460
2116
  #: modules/widgets/tp_header_extras.php:647
2117
  #: modules/widgets/tp_header_extras.php:1810
2118
+ #: modules/widgets/tp_hovercard.php:1339 modules/widgets/tp_hovercard.php:2187
2119
  #: modules/widgets/tp_info_box.php:1506
2120
  #: modules/widgets/tp_navigation_menu_lite.php:417
2121
  #: modules/widgets/tp_navigation_menu_lite.php:751
2124
  msgid "Groove"
2125
  msgstr ""
2126
 
2127
+ #: modules/helper-function.php:439 modules/widgets/tp_hovercard.php:1340
2128
+ #: modules/widgets/tp_hovercard.php:2188
2129
  msgid "Inset"
2130
  msgstr ""
2131
 
2132
+ #: modules/helper-function.php:440 modules/widgets/tp_hovercard.php:1341
2133
+ #: modules/widgets/tp_hovercard.php:2189
2134
  msgid "Outset"
2135
  msgstr ""
2136
 
2137
+ #: modules/helper-function.php:441 modules/widgets/tp_hovercard.php:1342
2138
+ #: modules/widgets/tp_hovercard.php:2190
2139
  msgid "Ridge"
2140
  msgstr ""
2141
 
2142
+ #: modules/helper-function.php:447 modules/widgets/tp_blog_listout.php:86
2143
  #: modules/widgets/tp_clients_listout.php:70
2144
  #: modules/widgets/tp_gallery_listout.php:86
2145
  #: modules/widgets/tp_team_member_listout.php:86
2146
  msgid "Grid"
2147
  msgstr ""
2148
 
2149
+ #: modules/helper-function.php:448 modules/widgets/tp_blog_listout.php:87
2150
  #: modules/widgets/tp_clients_listout.php:71
2151
  #: modules/widgets/tp_gallery_listout.php:87
2152
  #: modules/widgets/tp_team_member_listout.php:87
2153
  msgid "Masonry"
2154
  msgstr ""
2155
 
2156
+ #: modules/helper-function.php:449 modules/widgets/tp_blog_listout.php:88
2157
  #: modules/widgets/tp_gallery_listout.php:88
2158
  msgid "Metro"
2159
  msgstr ""
2160
 
2161
+ #: modules/helper-function.php:450
2162
  msgid "Carousel"
2163
  msgstr ""
2164
 
2165
+ #: modules/helper-function.php:456
2166
  msgid "Column 6"
2167
  msgstr ""
2168
 
2169
+ #: modules/helper-function.php:457
2170
  msgid "Column 4"
2171
  msgstr ""
2172
 
2173
+ #: modules/helper-function.php:458 modules/widgets/tp_blog_listout.php:236
2174
  #: modules/widgets/tp_gallery_listout.php:205
2175
  msgid "Column 3"
2176
  msgstr ""
2177
 
2178
+ #: modules/helper-function.php:459
2179
  msgid "Column 2"
2180
  msgstr ""
2181
 
2182
+ #: modules/helper-function.php:460
2183
  #: modules/widgets/tp_testimonial_listout.php:594
2184
  msgid "Column 1"
2185
  msgstr ""
2186
 
2187
+ #: modules/helper-function.php:524
2188
  msgid "ID"
2189
  msgstr ""
2190
 
2191
+ #: modules/helper-function.php:525 modules/widgets/tp_blockquote.php:76
2192
+ #: modules/widgets/tp_post_comment.php:817 modules/widgets/tp_post_meta.php:73
2193
  msgid "Author"
2194
  msgstr ""
2195
 
2196
+ #: modules/helper-function.php:527
2197
  msgid "Name (slug)"
2198
  msgstr ""
2199
 
2200
+ #: modules/helper-function.php:528 modules/widgets/tp_post_meta.php:71
2201
  msgid "Date"
2202
  msgstr ""
2203
 
2204
+ #: modules/helper-function.php:529
2205
  msgid "Modified"
2206
  msgstr ""
2207
 
2208
+ #: modules/helper-function.php:530
2209
  msgid "Random"
2210
  msgstr ""
2211
 
2212
+ #: modules/helper-function.php:531
2213
  msgid "Comment Count"
2214
  msgstr ""
2215
 
2216
+ #: modules/helper-function.php:532
2217
  msgid "Default Menu Order"
2218
  msgstr ""
2219
 
2220
+ #: modules/helper-function.php:538
2221
  msgid "Descending"
2222
  msgstr ""
2223
 
2224
+ #: modules/helper-function.php:539
2225
  msgid "Ascending"
2226
  msgstr ""
2227
 
2228
+ #: modules/helper-function.php:547 modules/widgets/tp_blog_listout.php:473
2229
  #: modules/widgets/tp_header_extras.php:60
2230
  msgid "Select Options"
2231
  msgstr ""
2232
 
2233
+ #: modules/helper-function.php:548 modules/widgets/tp_blog_listout.php:474
2234
  msgid "Pagination"
2235
  msgstr ""
2236
 
2237
+ #: modules/helper-function.php:549 modules/widgets/tp_blog_listout.php:475
2238
  msgid "Load More"
2239
  msgstr ""
2240
 
2241
+ #: modules/helper-function.php:550 modules/widgets/tp_blog_listout.php:476
2242
  msgid "Lazy Load"
2243
  msgstr ""
2244
 
2245
+ #: modules/helper-function.php:594 modules/helper-function.php:730
2246
+ #: modules/widgets/tp_hovercard.php:1253
2247
  #: modules/widgets/tp_social_icon.php:351
2248
  #: modules/widgets/tp_video_player.php:694
2249
  msgid "Center Center"
2250
  msgstr ""
2251
 
2252
+ #: modules/helper-function.php:595 modules/helper-function.php:729
2253
+ #: modules/widgets/tp_hovercard.php:1252
2254
  #: modules/widgets/tp_social_icon.php:350
2255
  #: modules/widgets/tp_video_player.php:693
2256
  msgid "Center Left"
2257
  msgstr ""
2258
 
2259
+ #: modules/helper-function.php:596 modules/helper-function.php:731
2260
+ #: modules/widgets/tp_hovercard.php:1254
2261
  #: modules/widgets/tp_social_icon.php:352
2262
  #: modules/widgets/tp_video_player.php:695
2263
  msgid "Center Right"
2264
  msgstr ""
2265
 
2266
+ #: modules/helper-function.php:597 modules/helper-function.php:727
2267
+ #: modules/widgets/tp_hovercard.php:1250
2268
  #: modules/widgets/tp_social_icon.php:348
2269
  #: modules/widgets/tp_video_player.php:691
2270
  msgid "Top Center"
2271
  msgstr ""
2272
 
2273
+ #: modules/helper-function.php:598 modules/helper-function.php:726
2274
+ #: modules/widgets/tp_hovercard.php:1249
2275
  #: modules/widgets/tp_scroll_navigation.php:77
2276
  #: modules/widgets/tp_social_icon.php:347
2277
  #: modules/widgets/tp_video_player.php:690
2278
  msgid "Top Left"
2279
  msgstr ""
2280
 
2281
+ #: modules/helper-function.php:599 modules/helper-function.php:728
2282
+ #: modules/widgets/tp_hovercard.php:1251
2283
  #: modules/widgets/tp_scroll_navigation.php:78
2284
  #: modules/widgets/tp_social_icon.php:349
2285
  #: modules/widgets/tp_video_player.php:692
2286
  msgid "Top Right"
2287
  msgstr ""
2288
 
2289
+ #: modules/helper-function.php:600 modules/helper-function.php:733
2290
+ #: modules/widgets/tp_hovercard.php:1256
2291
  #: modules/widgets/tp_social_icon.php:354
2292
  #: modules/widgets/tp_video_player.php:697
2293
  msgid "Bottom Center"
2294
  msgstr ""
2295
 
2296
+ #: modules/helper-function.php:601 modules/helper-function.php:732
2297
+ #: modules/widgets/tp_hovercard.php:1255
2298
  #: modules/widgets/tp_scroll_navigation.php:80
2299
  #: modules/widgets/tp_social_icon.php:353
2300
  #: modules/widgets/tp_video_player.php:696
2301
  msgid "Bottom Left"
2302
  msgstr ""
2303
 
2304
+ #: modules/helper-function.php:602 modules/helper-function.php:734
2305
+ #: modules/widgets/tp_hovercard.php:1257
2306
  #: modules/widgets/tp_scroll_navigation.php:81
2307
  #: modules/widgets/tp_social_icon.php:355
2308
  #: modules/widgets/tp_video_player.php:698
2309
  msgid "Bottom Right"
2310
  msgstr ""
2311
 
2312
+ #: modules/helper-function.php:609 modules/helper-function.php:624
2313
  msgid "Select Hover Effect"
2314
  msgstr ""
2315
 
2316
+ #: modules/helper-function.php:610
2317
  msgid "Grow (PRO)"
2318
  msgstr ""
2319
 
2320
+ #: modules/helper-function.php:611 modules/helper-function.php:626
2321
  msgid "Push"
2322
  msgstr ""
2323
 
2324
+ #: modules/helper-function.php:612
2325
  msgid "Bounce In (PRO)"
2326
  msgstr ""
2327
 
2328
+ #: modules/helper-function.php:613
2329
  msgid "Float (PRO)"
2330
  msgstr ""
2331
 
2332
+ #: modules/helper-function.php:614
2333
  msgid "Wobble Horizontal (PRO)"
2334
  msgstr ""
2335
 
2336
+ #: modules/helper-function.php:615
2337
  msgid "Wobble Vertical (PRO)"
2338
  msgstr ""
2339
 
2340
+ #: modules/helper-function.php:616
2341
  msgid "Float Shadow (PRO)"
2342
  msgstr ""
2343
 
2344
+ #: modules/helper-function.php:617
2345
  msgid "Grow Shadow (PRO)"
2346
  msgstr ""
2347
 
2348
+ #: modules/helper-function.php:618
2349
  msgid "Shadow Radial (PRO)"
2350
  msgstr ""
2351
 
2352
+ #: modules/helper-function.php:625
2353
  msgid "Grow"
2354
  msgstr ""
2355
 
2356
+ #: modules/helper-function.php:627
2357
  msgid "Bounce In"
2358
  msgstr ""
2359
 
2360
+ #: modules/helper-function.php:628
2361
  msgid "Float"
2362
  msgstr ""
2363
 
2364
+ #: modules/helper-function.php:629
2365
  msgid "Wobble Horizontal"
2366
  msgstr ""
2367
 
2368
+ #: modules/helper-function.php:630
2369
  msgid "Wobble Vertical"
2370
  msgstr ""
2371
 
2372
+ #: modules/helper-function.php:631
2373
  msgid "Float Shadow"
2374
  msgstr ""
2375
 
2376
+ #: modules/helper-function.php:632
2377
  msgid "Grow Shadow"
2378
  msgstr ""
2379
 
2380
+ #: modules/helper-function.php:633
2381
  msgid "Shadow Radial"
2382
  msgstr ""
2383
 
2384
+ #: modules/helper-function.php:639 modules/helper-function.php:672
2385
  msgid "No-animation"
2386
  msgstr ""
2387
 
2388
+ #: modules/helper-function.php:640
2389
  msgid "FadeIn"
2390
  msgstr ""
2391
 
2392
+ #: modules/helper-function.php:641
2393
  msgid "FlipXIn"
2394
  msgstr ""
2395
 
2396
+ #: modules/helper-function.php:642
2397
  msgid "FlipYIn"
2398
  msgstr ""
2399
 
2400
+ #: modules/helper-function.php:643
2401
  msgid "FlipBounceXIn"
2402
  msgstr ""
2403
 
2404
+ #: modules/helper-function.php:644
2405
  msgid "FlipBounceYIn"
2406
  msgstr ""
2407
 
2408
+ #: modules/helper-function.php:645
2409
  msgid "SwoopIn"
2410
  msgstr ""
2411
 
2412
+ #: modules/helper-function.php:646
2413
  msgid "WhirlIn"
2414
  msgstr ""
2415
 
2416
+ #: modules/helper-function.php:647
2417
  msgid "ShrinkIn"
2418
  msgstr ""
2419
 
2420
+ #: modules/helper-function.php:648
2421
  msgid "ExpandIn"
2422
  msgstr ""
2423
 
2424
+ #: modules/helper-function.php:649
2425
  msgid "BounceIn"
2426
  msgstr ""
2427
 
2428
+ #: modules/helper-function.php:650
2429
  msgid "BounceUpIn"
2430
  msgstr ""
2431
 
2432
+ #: modules/helper-function.php:651
2433
  msgid "BounceDownIn"
2434
  msgstr ""
2435
 
2436
+ #: modules/helper-function.php:652
2437
  msgid "BounceLeftIn"
2438
  msgstr ""
2439
 
2440
+ #: modules/helper-function.php:653
2441
  msgid "BounceRightIn"
2442
  msgstr ""
2443
 
2444
+ #: modules/helper-function.php:654
2445
  msgid "SlideUpIn"
2446
  msgstr ""
2447
 
2448
+ #: modules/helper-function.php:655
2449
  msgid "SlideDownIn"
2450
  msgstr ""
2451
 
2452
+ #: modules/helper-function.php:656
2453
  msgid "SlideLeftIn"
2454
  msgstr ""
2455
 
2456
+ #: modules/helper-function.php:657
2457
  msgid "SlideRightIn"
2458
  msgstr ""
2459
 
2460
+ #: modules/helper-function.php:658
2461
  msgid "SlideUpBigIn"
2462
  msgstr ""
2463
 
2464
+ #: modules/helper-function.php:659
2465
  msgid "SlideDownBigIn"
2466
  msgstr ""
2467
 
2468
+ #: modules/helper-function.php:660
2469
  msgid "SlideLeftBigIn"
2470
  msgstr ""
2471
 
2472
+ #: modules/helper-function.php:661
2473
  msgid "SlideRightBigIn"
2474
  msgstr ""
2475
 
2476
+ #: modules/helper-function.php:662
2477
  msgid "PerspectiveUpIn"
2478
  msgstr ""
2479
 
2480
+ #: modules/helper-function.php:663
2481
  msgid "PerspectiveDownIn"
2482
  msgstr ""
2483
 
2484
+ #: modules/helper-function.php:664
2485
  msgid "PerspectiveLeftIn"
2486
  msgstr ""
2487
 
2488
+ #: modules/helper-function.php:665
2489
  msgid "PerspectiveRightIn"
2490
  msgstr ""
2491
 
2492
+ #: modules/helper-function.php:673
2493
  msgid "FadeOut"
2494
  msgstr ""
2495
 
2496
+ #: modules/helper-function.php:674
2497
  msgid "FlipXOut"
2498
  msgstr ""
2499
 
2500
+ #: modules/helper-function.php:675
2501
  msgid "FlipYOut"
2502
  msgstr ""
2503
 
2504
+ #: modules/helper-function.php:676
2505
  msgid "FlipBounceXOut"
2506
  msgstr ""
2507
 
2508
+ #: modules/helper-function.php:677
2509
  msgid "FlipBounceYOut"
2510
  msgstr ""
2511
 
2512
+ #: modules/helper-function.php:678
2513
  msgid "SwoopOut"
2514
  msgstr ""
2515
 
2516
+ #: modules/helper-function.php:679
2517
  msgid "WhirlOut"
2518
  msgstr ""
2519
 
2520
+ #: modules/helper-function.php:680
2521
  msgid "ShrinkOut"
2522
  msgstr ""
2523
 
2524
+ #: modules/helper-function.php:681
2525
  msgid "ExpandOut"
2526
  msgstr ""
2527
 
2528
+ #: modules/helper-function.php:682
2529
  msgid "BounceOut"
2530
  msgstr ""
2531
 
2532
+ #: modules/helper-function.php:683
2533
  msgid "BounceUpOut"
2534
  msgstr ""
2535
 
2536
+ #: modules/helper-function.php:684
2537
  msgid "BounceDownOut"
2538
  msgstr ""
2539
 
2540
+ #: modules/helper-function.php:685
2541
  msgid "BounceLeftOut"
2542
  msgstr ""
2543
 
2544
+ #: modules/helper-function.php:686
2545
  msgid "BounceRightOut"
2546
  msgstr ""
2547
 
2548
+ #: modules/helper-function.php:687
2549
  msgid "SlideUpOut"
2550
  msgstr ""
2551
 
2552
+ #: modules/helper-function.php:688
2553
  msgid "SlideDownOut"
2554
  msgstr ""
2555
 
2556
+ #: modules/helper-function.php:689
2557
  msgid "SlideLeftOut"
2558
  msgstr ""
2559
 
2560
+ #: modules/helper-function.php:690
2561
  msgid "SlideRightOut"
2562
  msgstr ""
2563
 
2564
+ #: modules/helper-function.php:691
2565
  msgid "SlideUpBigOut"
2566
  msgstr ""
2567
 
2568
+ #: modules/helper-function.php:692
2569
  msgid "SlideDownBigOut"
2570
  msgstr ""
2571
 
2572
+ #: modules/helper-function.php:693
2573
  msgid "SlideLeftBigOut"
2574
  msgstr ""
2575
 
2576
+ #: modules/helper-function.php:694
2577
  msgid "SlideRightBigOut"
2578
  msgstr ""
2579
 
2580
+ #: modules/helper-function.php:695
2581
  msgid "PerspectiveUpOut"
2582
  msgstr ""
2583
 
2584
+ #: modules/helper-function.php:696
2585
  msgid "PerspectiveDownOut"
2586
  msgstr ""
2587
 
2588
+ #: modules/helper-function.php:697
2589
  msgid "PerspectiveLeftOut"
2590
  msgstr ""
2591
 
2592
+ #: modules/helper-function.php:698
2593
  msgid "PerspectiveRightOut"
2594
  msgstr ""
2595
 
2596
+ #: modules/helper-function.php:706 modules/widgets/tp_hovercard.php:73
2597
+ #: modules/widgets/tp_hovercard.php:130 modules/widgets/tp_post_title.php:93
2598
  msgid "H1"
2599
  msgstr ""
2600
 
2601
+ #: modules/helper-function.php:707 modules/widgets/tp_hovercard.php:74
2602
+ #: modules/widgets/tp_hovercard.php:131 modules/widgets/tp_post_title.php:94
2603
  msgid "H2"
2604
  msgstr ""
2605
 
2606
+ #: modules/helper-function.php:708 modules/widgets/tp_hovercard.php:75
2607
+ #: modules/widgets/tp_hovercard.php:132 modules/widgets/tp_post_title.php:95
2608
  msgid "H3"
2609
  msgstr ""
2610
 
2611
+ #: modules/helper-function.php:709 modules/widgets/tp_hovercard.php:76
2612
+ #: modules/widgets/tp_hovercard.php:133 modules/widgets/tp_post_title.php:96
2613
  msgid "H4"
2614
  msgstr ""
2615
 
2616
+ #: modules/helper-function.php:710 modules/widgets/tp_hovercard.php:77
2617
+ #: modules/widgets/tp_hovercard.php:134 modules/widgets/tp_post_title.php:97
2618
  msgid "H5"
2619
  msgstr ""
2620
 
2621
+ #: modules/helper-function.php:711 modules/helper-function.php:712
2622
  #: modules/widgets/tp_hovercard.php:78 modules/widgets/tp_hovercard.php:79
2623
  #: modules/widgets/tp_hovercard.php:135 modules/widgets/tp_hovercard.php:136
2624
+ #: modules/widgets/tp_post_title.php:98
2625
  msgid "H6"
2626
  msgstr ""
2627
 
2628
+ #: modules/helper-function.php:713
2629
  msgid "div"
2630
  msgstr ""
2631
 
2632
+ #: modules/helper-function.php:714 modules/widgets/tp_hovercard.php:80
2633
  #: modules/widgets/tp_hovercard.php:137
2634
  msgid "p"
2635
  msgstr ""
2636
 
2637
+ #: modules/helper-function.php:717 modules/widgets/tp_hovercard.php:81
2638
  #: modules/widgets/tp_hovercard.php:138
2639
  msgid "a"
2640
  msgstr ""
2641
 
2642
+ #: modules/helper-function.php:741 modules/widgets/tp_hovercard.php:1275
2643
+ msgid "Scroll"
2644
+ msgstr ""
2645
+
2646
+ #: modules/helper-function.php:742 modules/widgets/tp_hovercard.php:1276
2647
+ msgid "Fixed"
2648
+ msgstr ""
2649
+
2650
+ #: modules/helper-function.php:749 modules/widgets/tp_hovercard.php:1294
2651
+ msgid "No-repeat"
2652
+ msgstr ""
2653
+
2654
+ #: modules/helper-function.php:750 modules/widgets/tp_hovercard.php:1290
2655
+ #: modules/widgets/tp_hovercard.php:1295
2656
+ #: modules/widgets/tp_post_featured_image.php:214
2657
+ msgid "Repeat"
2658
+ msgstr ""
2659
+
2660
+ #: modules/helper-function.php:751 modules/widgets/tp_hovercard.php:1296
2661
+ msgid "Repeat-x"
2662
+ msgstr ""
2663
+
2664
+ #: modules/helper-function.php:752 modules/widgets/tp_hovercard.php:1297
2665
+ msgid "Repeat-y"
2666
+ msgstr ""
2667
+
2668
+ #: modules/helper-function.php:759 modules/widgets/tp_hovercard.php:425
2669
+ #: modules/widgets/tp_hovercard.php:459 modules/widgets/tp_hovercard.php:493
2670
+ #: modules/widgets/tp_hovercard.php:527 modules/widgets/tp_hovercard.php:1315
2671
+ msgid "Auto"
2672
+ msgstr ""
2673
+
2674
+ #: modules/helper-function.php:760 modules/widgets/tp_hovercard.php:1316
2675
+ msgid "Cover"
2676
+ msgstr ""
2677
+
2678
+ #: modules/helper-function.php:761 modules/widgets/tp_hovercard.php:1317
2679
+ msgid "Contain"
2680
+ msgstr ""
2681
+
2682
  #: modules/theplus-integration.php:43
2683
  msgid "Please specify a valid e-mail"
2684
  msgstr ""
2688
  msgstr ""
2689
 
2690
  #: modules/controls/group/plus-equal-height.php:39
2691
+ #: modules/widgets/tp_age_gate.php:91 modules/widgets/tp_age_gate.php:116
2692
+ #: modules/widgets/tp_age_gate.php:141 modules/widgets/tp_age_gate.php:266
2693
+ #: modules/widgets/tp_age_gate.php:328 modules/widgets/tp_age_gate.php:371
2694
+ #: modules/widgets/tp_age_gate.php:476 modules/widgets/tp_age_gate.php:530
2695
+ #: modules/widgets/tp_age_gate.php:570 modules/widgets/tp_age_gate.php:2008
2696
+ #: modules/widgets/tp_age_gate.php:2018 modules/widgets/tp_age_gate.php:2057
2697
  #: modules/widgets/tp_clients_listout.php:289
2698
  #: modules/widgets/tp_flip_box.php:326 modules/widgets/tp_flip_box.php:1942
2699
  #: modules/widgets/tp_gallery_listout.php:297
2703
  #: modules/widgets/tp_heading_title.php:166
2704
  #: modules/widgets/tp_hovercard.php:297 modules/widgets/tp_hovercard.php:560
2705
  #: modules/widgets/tp_hovercard.php:773 modules/widgets/tp_hovercard.php:919
2706
+ #: modules/widgets/tp_hovercard.php:1781 modules/widgets/tp_hovercard.php:2086
2707
  #: modules/widgets/tp_info_box.php:114 modules/widgets/tp_info_box.php:354
2708
  #: modules/widgets/tp_info_box.php:569 modules/widgets/tp_info_box.php:614
2709
  #: modules/widgets/tp_info_box.php:2484
2710
  #: modules/widgets/tp_meeting_scheduler.php:98
2711
  #: modules/widgets/tp_meeting_scheduler.php:198
2712
+ #: modules/widgets/tp_messagebox.php:68 modules/widgets/tp_messagebox.php:101
2713
+ #: modules/widgets/tp_messagebox.php:126 modules/widgets/tp_messagebox.php:497
2714
  #: modules/widgets/tp_page_scroll.php:211
2715
  #: modules/widgets/tp_page_scroll.php:281
2716
  #: modules/widgets/tp_page_scroll.php:317
2724
  #: modules/widgets/tp_page_scroll.php:604
2725
  #: modules/widgets/tp_page_scroll.php:631
2726
  #: modules/widgets/tp_page_scroll.php:659
2727
+ #: modules/widgets/tp_post_author.php:158
2728
+ #: modules/widgets/tp_post_author.php:241
2729
+ #: modules/widgets/tp_post_author.php:336
2730
+ #: modules/widgets/tp_post_author.php:432
2731
+ #: modules/widgets/tp_post_author.php:499
2732
+ #: modules/widgets/tp_post_comment.php:787
2733
+ #: modules/widgets/tp_post_meta.php:345 modules/widgets/tp_post_meta.php:501
2734
+ #: modules/widgets/tp_post_meta.php:821 modules/widgets/tp_post_meta.php:1025
2735
+ #: modules/widgets/tp_post_title.php:146
2736
  #: modules/widgets/tp_pricing_table.php:523
2737
  #: modules/widgets/tp_scroll_navigation.php:125
2738
  #: modules/widgets/tp_scroll_navigation.php:178
2779
  #: modules/widgets/tp_info_box.php:199
2780
  #: modules/widgets/tp_meeting_scheduler.php:352
2781
  #: modules/widgets/tp_number_counter.php:321
2782
+ #: modules/widgets/tp_post_title.php:143
2783
  #: modules/widgets/tp_social_icon.php:127
2784
  msgid "Link"
2785
  msgstr ""
2793
  msgid "https://www.demo-link.com"
2794
  msgstr ""
2795
 
2796
+ #: modules/enqueue/plus-generator.php:546
2797
  msgid "The Plus Performance"
2798
  msgstr ""
2799
 
2800
+ #: modules/enqueue/plus-generator.php:554
2801
  msgid "Purge All Pages"
2802
  msgstr ""
2803
 
2804
+ #: modules/enqueue/plus-generator.php:562
2805
  msgid "Purge Current Page"
2806
  msgstr ""
2807
 
2833
  msgid "Blog Listout All Posts Loaded Text"
2834
  msgstr ""
2835
 
2836
+ #: modules/enqueue/plus-wpml.php:80 modules/widgets/tp_age_gate.php:254
2837
+ #: modules/widgets/tp_age_gate.php:313 modules/widgets/tp_info_box.php:400
2838
  #: modules/widgets/tp_post_search.php:124
2839
  #: modules/widgets/tp_pricing_table.php:561
2840
  msgid "Button Text"
3145
  #: modules/widgets/theplus-widgets.php:113
3146
  #: modules/widgets/theplus-widgets.php:148
3147
  #: modules/widgets/theplus-widgets.php:182
3148
+ #: modules/widgets/theplus-widgets.php:217 modules/widgets/tp_age_gate.php:316
3149
+ #: modules/widgets/tp_button.php:131 modules/widgets/tp_button.php:640
3150
+ #: modules/widgets/tp_button.php:664 modules/widgets/tp_button.php:710
3151
+ #: modules/widgets/tp_button.php:734
3152
  #: modules/widgets/tp_gallery_listout.php:995
3153
  #: modules/widgets/tp_gallery_listout.php:1019
3154
  #: modules/widgets/tp_info_box.php:2395 modules/widgets/tp_info_box.php:2437
3352
 
3353
  #: modules/widgets/tp_accordion.php:53 modules/widgets/tp_accordion.php:79
3354
  #: modules/widgets/tp_accordion.php:87 modules/widgets/tp_accordion.php:788
3355
+ #: modules/widgets/tp_age_gate.php:82 modules/widgets/tp_button.php:47
3356
+ #: modules/widgets/tp_contact_form_7.php:47 modules/widgets/tp_flip_box.php:48
3357
  #: modules/widgets/tp_gallery_listout.php:109
3358
  #: modules/widgets/tp_heading_title.php:47
3359
  #: modules/widgets/tp_hovercard.php:149 modules/widgets/tp_info_box.php:48
3397
  #: modules/widgets/tp_accordion.php:118 modules/widgets/tp_accordion.php:168
3398
  #: modules/widgets/tp_adv_text_block.php:94
3399
  #: modules/widgets/tp_adv_text_block.php:132
3400
+ #: modules/widgets/tp_age_gate.php:70 modules/widgets/tp_blockquote.php:260
3401
  #: modules/widgets/tp_blog_listout.php:319
3402
  #: modules/widgets/tp_blog_listout.php:342
3403
  #: modules/widgets/tp_blog_listout.php:369
3493
  #: modules/widgets/tp_accordion.php:119 modules/widgets/tp_accordion.php:169
3494
  #: modules/widgets/tp_adv_text_block.php:95
3495
  #: modules/widgets/tp_adv_text_block.php:133
3496
+ #: modules/widgets/tp_age_gate.php:71 modules/widgets/tp_blockquote.php:261
3497
  #: modules/widgets/tp_blog_listout.php:320
3498
  #: modules/widgets/tp_blog_listout.php:343
3499
  #: modules/widgets/tp_blog_listout.php:370
3676
  msgid "Title HTML Tag"
3677
  msgstr ""
3678
 
3679
+ #: modules/widgets/tp_accordion.php:279 modules/widgets/tp_age_gate.php:467
3680
  #: modules/widgets/tp_caldera_forms.php:2399
3681
  #: modules/widgets/tp_contact_form_7.php:1839
3682
  #: modules/widgets/tp_everest_form.php:1785
3695
  #: modules/widgets/tp_info_box.php:224 modules/widgets/tp_info_box.php:458
3696
  #: modules/widgets/tp_number_counter.php:219
3697
  #: modules/widgets/tp_number_counter.php:231
3698
+ #: modules/widgets/tp_post_meta.php:514 modules/widgets/tp_post_meta.php:536
3699
  #: modules/widgets/tp_pricing_table.php:143
3700
  #: modules/widgets/tp_pricing_table.php:612
3701
  #: modules/widgets/tp_progress_bar.php:221
3707
 
3708
  #: modules/widgets/tp_accordion.php:309
3709
  #: modules/widgets/tp_adv_text_block.php:65
3710
+ #: modules/widgets/tp_age_gate.php:410 modules/widgets/tp_blockquote.php:90
3711
+ #: modules/widgets/tp_button.php:160 modules/widgets/tp_contact_form_7.php:71
3712
  #: modules/widgets/tp_contact_form_7.php:963
3713
  #: modules/widgets/tp_gravity_form.php:180
3714
  #: modules/widgets/tp_gravity_form.php:1693
3718
  #: modules/widgets/tp_navigation_menu_lite.php:114
3719
  #: modules/widgets/tp_number_counter.php:74
3720
  #: modules/widgets/tp_number_counter.php:103
3721
+ #: modules/widgets/tp_post_comment.php:919
3722
+ #: modules/widgets/tp_post_content.php:66
3723
+ #: modules/widgets/tp_post_featured_image.php:118
3724
+ #: modules/widgets/tp_post_search.php:63 modules/widgets/tp_post_title.php:108
3725
  #: modules/widgets/tp_pricing_table.php:1895
3726
  #: modules/widgets/tp_scroll_navigation.php:703
3727
  #: modules/widgets/tp_social_icon.php:401
3737
  msgstr ""
3738
 
3739
  #: modules/widgets/tp_accordion.php:333 modules/widgets/tp_accordion.php:466
3740
+ #: modules/widgets/tp_age_gate.php:713 modules/widgets/tp_age_gate.php:730
3741
+ #: modules/widgets/tp_age_gate.php:794 modules/widgets/tp_age_gate.php:839
3742
+ #: modules/widgets/tp_age_gate.php:932 modules/widgets/tp_age_gate.php:950
3743
+ #: modules/widgets/tp_age_gate.php:1812 modules/widgets/tp_age_gate.php:1829
3744
+ #: modules/widgets/tp_age_gate.php:1893 modules/widgets/tp_age_gate.php:1947
3745
  #: modules/widgets/tp_caldera_forms.php:1659
3746
  #: modules/widgets/tp_flip_box.php:649 modules/widgets/tp_flip_box.php:1023
3747
  #: modules/widgets/tp_heading_title.php:304
3751
  #: modules/widgets/tp_hovercard.php:1094 modules/widgets/tp_hovercard.php:1410
3752
  #: modules/widgets/tp_hovercard.php:1745 modules/widgets/tp_hovercard.php:1791
3753
  #: modules/widgets/tp_hovercard.php:1831 modules/widgets/tp_hovercard.php:1857
3754
+ #: modules/widgets/tp_hovercard.php:2253 modules/widgets/tp_info_box.php:684
3755
+ #: modules/widgets/tp_info_box.php:1790 modules/widgets/tp_messagebox.php:209
3756
+ #: modules/widgets/tp_messagebox.php:252 modules/widgets/tp_messagebox.php:340
3757
+ #: modules/widgets/tp_messagebox.php:389 modules/widgets/tp_messagebox.php:748
3758
+ #: modules/widgets/tp_messagebox.php:809
3759
  #: modules/widgets/tp_navigation_menu_lite.php:1070
3760
  #: modules/widgets/tp_navigation_menu_lite.php:1088
3761
  #: modules/widgets/tp_ninja_form.php:1319
3762
  #: modules/widgets/tp_number_counter.php:459
3763
  #: modules/widgets/tp_number_counter.php:915
3764
+ #: modules/widgets/tp_post_author.php:188
3765
+ #: modules/widgets/tp_post_author.php:212
3766
+ #: modules/widgets/tp_post_author.php:284
3767
+ #: modules/widgets/tp_post_author.php:308
3768
+ #: modules/widgets/tp_post_author.php:380
3769
+ #: modules/widgets/tp_post_author.php:404
3770
+ #: modules/widgets/tp_post_author.php:540
3771
+ #: modules/widgets/tp_post_author.php:564
3772
+ #: modules/widgets/tp_post_comment.php:63
3773
+ #: modules/widgets/tp_post_comment.php:433
3774
+ #: modules/widgets/tp_post_comment.php:485
3775
+ #: modules/widgets/tp_post_comment.php:558
3776
+ #: modules/widgets/tp_post_comment.php:576
3777
+ #: modules/widgets/tp_post_content.php:130
3778
+ #: modules/widgets/tp_post_content.php:182
3779
+ #: modules/widgets/tp_post_meta.php:263 modules/widgets/tp_post_meta.php:418
3780
+ #: modules/widgets/tp_post_meta.php:457 modules/widgets/tp_post_meta.php:575
3781
+ #: modules/widgets/tp_post_meta.php:599 modules/widgets/tp_post_meta.php:943
3782
+ #: modules/widgets/tp_post_meta.php:982 modules/widgets/tp_post_meta.php:1120
3783
+ #: modules/widgets/tp_post_meta.php:1159 modules/widgets/tp_post_title.php:218
3784
+ #: modules/widgets/tp_post_title.php:270 modules/widgets/tp_post_title.php:398
3785
  #: modules/widgets/tp_pricing_table.php:881
3786
  #: modules/widgets/tp_pricing_table.php:1287
3787
  #: modules/widgets/tp_pricing_table.php:1584
3806
  msgid "Gap"
3807
  msgstr ""
3808
 
3809
+ #: modules/widgets/tp_accordion.php:381 modules/widgets/tp_age_gate.php:1310
3810
+ #: modules/widgets/tp_age_gate.php:1608 modules/widgets/tp_button.php:286
3811
  #: modules/widgets/tp_caldera_forms.php:873
3812
  #: modules/widgets/tp_caldera_forms.php:1038
3813
  #: modules/widgets/tp_everest_form.php:783
3816
  #: modules/widgets/tp_gravity_form.php:1082
3817
  #: modules/widgets/tp_gravity_form.php:1247
3818
  #: modules/widgets/tp_header_extras.php:1432
3819
+ #: modules/widgets/tp_info_box.php:1717 modules/widgets/tp_messagebox.php:444
3820
+ #: modules/widgets/tp_messagebox.php:686 modules/widgets/tp_ninja_form.php:810
3821
  #: modules/widgets/tp_number_counter.php:387
3822
+ #: modules/widgets/tp_post_meta.php:884 modules/widgets/tp_post_meta.php:1088
3823
  #: modules/widgets/tp_post_search.php:209
3824
  #: modules/widgets/tp_post_search.php:241
3825
  #: modules/widgets/tp_pricing_table.php:810
3833
  #: modules/widgets/tp_accordion.php:410 modules/widgets/tp_accordion.php:796
3834
  #: modules/widgets/tp_adv_text_block.php:145
3835
  #: modules/widgets/tp_adv_text_block.php:164
3836
+ #: modules/widgets/tp_age_gate.php:674 modules/widgets/tp_age_gate.php:756
3837
+ #: modules/widgets/tp_age_gate.php:893 modules/widgets/tp_age_gate.php:976
3838
+ #: modules/widgets/tp_age_gate.php:1128 modules/widgets/tp_age_gate.php:1452
3839
+ #: modules/widgets/tp_age_gate.php:1773 modules/widgets/tp_age_gate.php:1855
3840
  #: modules/widgets/tp_blockquote.php:119 modules/widgets/tp_blockquote.php:127
3841
  #: modules/widgets/tp_blog_listout.php:514
3842
  #: modules/widgets/tp_blog_listout.php:595
3849
  #: modules/widgets/tp_heading_title.php:708
3850
  #: modules/widgets/tp_heading_title.php:874
3851
  #: modules/widgets/tp_info_box.php:651 modules/widgets/tp_info_box.php:1106
3852
+ #: modules/widgets/tp_messagebox.php:179 modules/widgets/tp_messagebox.php:304
3853
  #: modules/widgets/tp_navigation_menu_lite.php:309
3854
  #: modules/widgets/tp_navigation_menu_lite.php:698
3855
  #: modules/widgets/tp_navigation_menu_lite.php:1110
3856
  #: modules/widgets/tp_navigation_menu_lite.php:1250
3857
  #: modules/widgets/tp_number_counter.php:882
3858
  #: modules/widgets/tp_page_scroll.php:809
3859
+ #: modules/widgets/tp_post_author.php:167
3860
+ #: modules/widgets/tp_post_author.php:263
3861
+ #: modules/widgets/tp_post_author.php:359
3862
+ #: modules/widgets/tp_post_comment.php:418
3863
+ #: modules/widgets/tp_post_comment.php:543
3864
+ #: modules/widgets/tp_post_content.php:115
3865
+ #: modules/widgets/tp_post_title.php:203 modules/widgets/tp_post_title.php:389
3866
  #: modules/widgets/tp_pricing_table.php:1254
3867
  #: modules/widgets/tp_pricing_table.php:1577
3868
  #: modules/widgets/tp_pricing_table.php:1620
3891
 
3892
  #: modules/widgets/tp_accordion.php:421
3893
  #: modules/widgets/tp_adv_text_block.php:69
3894
+ #: modules/widgets/tp_age_gate.php:415 modules/widgets/tp_age_gate.php:443
3895
+ #: modules/widgets/tp_age_gate.php:2027 modules/widgets/tp_blockquote.php:94
3896
+ #: modules/widgets/tp_button.php:164 modules/widgets/tp_caldera_forms.php:1549
3897
  #: modules/widgets/tp_contact_form_7.php:75
3898
  #: modules/widgets/tp_contact_form_7.php:967
3899
  #: modules/widgets/tp_gravity_form.php:184
3909
  #: modules/widgets/tp_number_counter.php:78
3910
  #: modules/widgets/tp_number_counter.php:107
3911
  #: modules/widgets/tp_page_scroll.php:226
3912
+ #: modules/widgets/tp_post_author.php:93
3913
+ #: modules/widgets/tp_post_author.php:122
3914
+ #: modules/widgets/tp_post_comment.php:924
3915
+ #: modules/widgets/tp_post_content.php:71
3916
+ #: modules/widgets/tp_post_featured_image.php:123
3917
+ #: modules/widgets/tp_post_meta.php:123 modules/widgets/tp_post_meta.php:150
3918
  #: modules/widgets/tp_post_search.php:67
3919
  #: modules/widgets/tp_post_search.php:176
3920
+ #: modules/widgets/tp_post_title.php:113
3921
  #: modules/widgets/tp_pricing_table.php:1899
3922
  #: modules/widgets/tp_scroll_navigation.php:707
3923
  #: modules/widgets/tp_social_icon.php:405
3929
 
3930
  #: modules/widgets/tp_accordion.php:425
3931
  #: modules/widgets/tp_adv_text_block.php:73
3932
+ #: modules/widgets/tp_age_gate.php:419 modules/widgets/tp_age_gate.php:447
3933
  #: modules/widgets/tp_blockquote.php:98 modules/widgets/tp_button.php:168
3934
  #: modules/widgets/tp_caldera_forms.php:1553
3935
  #: modules/widgets/tp_contact_form_7.php:79
3945
  #: modules/widgets/tp_navigation_menu_lite.php:202
3946
  #: modules/widgets/tp_navigation_menu_lite.php:233
3947
  #: modules/widgets/tp_number_counter.php:82
3948
+ #: modules/widgets/tp_post_author.php:97
3949
+ #: modules/widgets/tp_post_author.php:126
3950
+ #: modules/widgets/tp_post_comment.php:928
3951
+ #: modules/widgets/tp_post_content.php:75
3952
+ #: modules/widgets/tp_post_featured_image.php:127
3953
+ #: modules/widgets/tp_post_meta.php:127 modules/widgets/tp_post_meta.php:154
3954
+ #: modules/widgets/tp_post_search.php:71 modules/widgets/tp_post_title.php:117
3955
  #: modules/widgets/tp_pricing_table.php:1903
3956
  #: modules/widgets/tp_scroll_navigation.php:711
3957
  #: modules/widgets/tp_social_icon.php:409
3963
 
3964
  #: modules/widgets/tp_accordion.php:429
3965
  #: modules/widgets/tp_adv_text_block.php:77
3966
+ #: modules/widgets/tp_age_gate.php:423 modules/widgets/tp_age_gate.php:451
3967
+ #: modules/widgets/tp_age_gate.php:2066 modules/widgets/tp_blockquote.php:102
3968
+ #: modules/widgets/tp_button.php:172 modules/widgets/tp_caldera_forms.php:1557
3969
  #: modules/widgets/tp_contact_form_7.php:83
3970
  #: modules/widgets/tp_contact_form_7.php:975
3971
  #: modules/widgets/tp_gravity_form.php:192
3981
  #: modules/widgets/tp_number_counter.php:86
3982
  #: modules/widgets/tp_number_counter.php:111
3983
  #: modules/widgets/tp_page_scroll.php:225
3984
+ #: modules/widgets/tp_post_author.php:101
3985
+ #: modules/widgets/tp_post_author.php:130
3986
+ #: modules/widgets/tp_post_comment.php:932
3987
+ #: modules/widgets/tp_post_content.php:79
3988
+ #: modules/widgets/tp_post_featured_image.php:131
3989
+ #: modules/widgets/tp_post_meta.php:131 modules/widgets/tp_post_meta.php:158
3990
  #: modules/widgets/tp_post_search.php:75
3991
  #: modules/widgets/tp_post_search.php:177
3992
+ #: modules/widgets/tp_post_title.php:121
3993
  #: modules/widgets/tp_pricing_table.php:1907
3994
  #: modules/widgets/tp_scroll_navigation.php:715
3995
  #: modules/widgets/tp_social_icon.php:413
4000
  msgstr ""
4001
 
4002
  #: modules/widgets/tp_accordion.php:441 modules/widgets/tp_accordion.php:753
4003
+ #: modules/widgets/tp_age_gate.php:707 modules/widgets/tp_age_gate.php:788
4004
+ #: modules/widgets/tp_age_gate.php:926 modules/widgets/tp_age_gate.php:1008
4005
+ #: modules/widgets/tp_age_gate.php:1166 modules/widgets/tp_age_gate.php:1403
4006
+ #: modules/widgets/tp_age_gate.php:1484 modules/widgets/tp_age_gate.php:1701
4007
+ #: modules/widgets/tp_age_gate.php:1806 modules/widgets/tp_age_gate.php:1887
4008
+ #: modules/widgets/tp_age_gate.php:2150 modules/widgets/tp_blockquote.php:135
4009
+ #: modules/widgets/tp_blockquote.php:284 modules/widgets/tp_blockquote.php:372
4010
+ #: modules/widgets/tp_blockquote.php:413
4011
  #: modules/widgets/tp_blog_listout.php:523
4012
  #: modules/widgets/tp_blog_listout.php:604
4013
  #: modules/widgets/tp_blog_listout.php:664
4093
  #: modules/widgets/tp_header_extras.php:1922
4094
  #: modules/widgets/tp_header_extras.php:2029
4095
  #: modules/widgets/tp_hovercard.php:784 modules/widgets/tp_hovercard.php:1736
4096
+ #: modules/widgets/tp_hovercard.php:2001 modules/widgets/tp_info_box.php:659
4097
  #: modules/widgets/tp_info_box.php:1175 modules/widgets/tp_info_box.php:1329
4098
  #: modules/widgets/tp_info_box.php:1370 modules/widgets/tp_info_box.php:1468
4099
  #: modules/widgets/tp_info_box.php:1765 modules/widgets/tp_info_box.php:2249
4100
+ #: modules/widgets/tp_messagebox.php:203 modules/widgets/tp_messagebox.php:331
4101
+ #: modules/widgets/tp_messagebox.php:507 modules/widgets/tp_messagebox.php:739
4102
+ #: modules/widgets/tp_messagebox.php:885
4103
  #: modules/widgets/tp_navigation_menu_lite.php:368
4104
  #: modules/widgets/tp_navigation_menu_lite.php:867
4105
  #: modules/widgets/tp_navigation_menu_lite.php:1064
4121
  #: modules/widgets/tp_number_counter.php:1434
4122
  #: modules/widgets/tp_number_counter.php:1475
4123
  #: modules/widgets/tp_page_scroll.php:747
4124
+ #: modules/widgets/tp_post_author.php:179
4125
+ #: modules/widgets/tp_post_author.php:275
4126
+ #: modules/widgets/tp_post_author.php:371
4127
+ #: modules/widgets/tp_post_author.php:531
4128
+ #: modules/widgets/tp_post_author.php:610
4129
+ #: modules/widgets/tp_post_comment.php:102
4130
+ #: modules/widgets/tp_post_comment.php:181
4131
+ #: modules/widgets/tp_post_comment.php:231
4132
+ #: modules/widgets/tp_post_comment.php:280
4133
+ #: modules/widgets/tp_post_comment.php:427
4134
+ #: modules/widgets/tp_post_comment.php:552
4135
+ #: modules/widgets/tp_post_comment.php:648
4136
+ #: modules/widgets/tp_post_comment.php:956
4137
+ #: modules/widgets/tp_post_content.php:124
4138
+ #: modules/widgets/tp_post_featured_image.php:231
4139
+ #: modules/widgets/tp_post_meta.php:409 modules/widgets/tp_post_meta.php:566
4140
+ #: modules/widgets/tp_post_meta.php:686 modules/widgets/tp_post_meta.php:934
4141
+ #: modules/widgets/tp_post_meta.php:1111 modules/widgets/tp_post_meta.php:1224
4142
+ #: modules/widgets/tp_post_meta.php:1330
4143
  #: modules/widgets/tp_post_search.php:328
4144
  #: modules/widgets/tp_post_search.php:434
4145
  #: modules/widgets/tp_post_search.php:521
4146
  #: modules/widgets/tp_post_search.php:591
4147
  #: modules/widgets/tp_post_search.php:697
4148
  #: modules/widgets/tp_post_search.php:784
4149
+ #: modules/widgets/tp_post_title.php:212
4150
  #: modules/widgets/tp_pricing_table.php:856
4151
  #: modules/widgets/tp_pricing_table.php:1262
4152
  #: modules/widgets/tp_pricing_table.php:1655
4425
 
4426
  #: modules/widgets/tp_accordion.php:803
4427
  #: modules/widgets/tp_adv_text_block.php:152
4428
+ #: modules/widgets/tp_age_gate.php:1014 modules/widgets/tp_age_gate.php:1068
4429
+ #: modules/widgets/tp_age_gate.php:1172 modules/widgets/tp_age_gate.php:1236
4430
+ #: modules/widgets/tp_age_gate.php:1490 modules/widgets/tp_age_gate.php:1544
4431
  #: modules/widgets/tp_blockquote.php:141 modules/widgets/tp_blockquote.php:173
4432
  #: modules/widgets/tp_button.php:368 modules/widgets/tp_caldera_forms.php:227
4433
  #: modules/widgets/tp_caldera_forms.php:272
4512
  #: modules/widgets/tp_blog_listout.php:704
4513
  #: modules/widgets/tp_gallery_listout.php:653
4514
  #: modules/widgets/tp_header_extras.php:303
4515
+ #: modules/widgets/tp_post_author.php:583
4516
  #: modules/widgets/tp_tabs_tours.php:1213
4517
  #: modules/widgets/tp_testimonial_listout.php:422
4518
  msgid "Content Background"
4789
  msgstr ""
4790
 
4791
  #: modules/widgets/tp_adv_text_block.php:53
4792
+ #: modules/widgets/tp_age_gate.php:139 modules/widgets/tp_age_gate.php:150
4793
+ #: modules/widgets/tp_age_gate.php:164 modules/widgets/tp_age_gate.php:178
4794
+ #: modules/widgets/tp_age_gate.php:745 modules/widgets/tp_flip_box.php:312
4795
+ #: modules/widgets/tp_gravity_form.php:153 modules/widgets/tp_info_box.php:156
4796
+ #: modules/widgets/tp_messagebox.php:66 modules/widgets/tp_messagebox.php:77
4797
+ #: modules/widgets/tp_messagebox.php:293 modules/widgets/tp_ninja_form.php:120
4798
  msgid "Description"
4799
  msgstr ""
4800
 
4852
  msgid "Display Dots"
4853
  msgstr ""
4854
 
4855
+ #: modules/widgets/tp_age_gate.php:49 modules/widgets/tp_blog_listout.php:82
4856
+ #: modules/widgets/tp_button.php:153 modules/widgets/tp_clients_listout.php:66
4857
+ #: modules/widgets/tp_gallery_listout.php:48
4858
+ #: modules/widgets/tp_gallery_listout.php:82
4859
+ #: modules/widgets/tp_post_meta.php:55 modules/widgets/tp_post_search.php:47
4860
+ #: modules/widgets/tp_pricing_table.php:47
4861
+ #: modules/widgets/tp_tabs_tours.php:217 modules/widgets/tp_tabs_tours.php:224
4862
+ #: modules/widgets/tp_team_member_listout.php:82
4863
+ msgid "Layout"
 
 
 
 
 
 
 
 
 
4864
  msgstr ""
4865
 
4866
+ #: modules/widgets/tp_age_gate.php:56
4867
+ msgid "Method"
4868
+ msgstr ""
4869
+
4870
+ #: modules/widgets/tp_age_gate.php:59
4871
+ msgid "Age Confirmation"
4872
+ msgstr ""
4873
+
4874
+ #: modules/widgets/tp_age_gate.php:60
4875
+ msgid "Birth Date"
4876
+ msgstr ""
4877
+
4878
+ #: modules/widgets/tp_age_gate.php:61
4879
+ msgid "Boolean"
4880
+ msgstr ""
4881
+
4882
+ #: modules/widgets/tp_age_gate.php:67
4883
+ msgid "Backend Visibility"
4884
+ msgstr ""
4885
+
4886
+ #: modules/widgets/tp_age_gate.php:72
4887
  msgid ""
4888
+ "Note : Keep this disabled, If you do not want that to load on editor page. "
4889
+ "Either It will highjack your whole page."
 
4890
  msgstr ""
4891
 
4892
+ #: modules/widgets/tp_age_gate.php:89 modules/widgets/tp_age_gate.php:99
4893
+ #: modules/widgets/tp_age_gate.php:609
4894
+ msgid "Logo"
4895
  msgstr ""
4896
 
4897
+ #: modules/widgets/tp_age_gate.php:128
4898
+ msgid "Age Verification"
4899
  msgstr ""
4900
 
4901
+ #: modules/widgets/tp_age_gate.php:129
4902
+ msgid "Enter Your Title"
4903
  msgstr ""
4904
 
4905
+ #: modules/widgets/tp_age_gate.php:152
4906
+ msgid "You must be 18 years old to visit our website."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4907
  msgstr ""
4908
 
4909
+ #: modules/widgets/tp_age_gate.php:153 modules/widgets/tp_age_gate.php:167
4910
+ #: modules/widgets/tp_age_gate.php:181
4911
+ msgid "Enter Description"
4912
  msgstr ""
4913
 
4914
+ #: modules/widgets/tp_age_gate.php:166
4915
+ msgid ""
4916
+ "You must be 18 years old to visit our website. Enter your birthdate below, "
4917
+ "your age will be calculated automatically."
4918
  msgstr ""
4919
 
4920
+ #: modules/widgets/tp_age_gate.php:180
4921
+ msgid ""
4922
+ "You must be 18 years old to visit our website. Select your preference below."
 
 
 
 
 
 
 
 
 
 
 
 
 
4923
  msgstr ""
4924
 
4925
+ #: modules/widgets/tp_age_gate.php:192
4926
+ msgid "Check Input Text"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4927
  msgstr ""
4928
 
4929
+ #: modules/widgets/tp_age_gate.php:195
4930
+ msgid "I confirm that I am 18 years old or over"
4931
+ msgstr ""
4932
+
4933
+ #: modules/widgets/tp_age_gate.php:196 modules/widgets/tp_age_gate.php:258
4934
+ #: modules/widgets/tp_age_gate.php:317
4935
+ msgid "Enter Text"
4936
+ msgstr ""
4937
+
4938
+ #: modules/widgets/tp_age_gate.php:207
4939
+ msgid "Minimum Age Limit"
4940
+ msgstr ""
4941
+
4942
+ #: modules/widgets/tp_age_gate.php:224
4943
+ msgid "Form Content Max-width"
4944
+ msgstr ""
4945
+
4946
+ #: modules/widgets/tp_age_gate.php:246
4947
+ msgid "First Button Options"
4948
+ msgstr ""
4949
+
4950
+ #: modules/widgets/tp_age_gate.php:257
4951
+ msgid "Enter"
4952
+ msgstr ""
4953
+
4954
+ #: modules/widgets/tp_age_gate.php:264 modules/widgets/tp_age_gate.php:274
4955
+ #: modules/widgets/tp_age_gate.php:326 modules/widgets/tp_age_gate.php:339
4956
+ msgid "Button Icon"
4957
+ msgstr ""
4958
+
4959
+ #: modules/widgets/tp_age_gate.php:288 modules/widgets/tp_age_gate.php:354
4960
+ #: modules/widgets/tp_button.php:250 modules/widgets/tp_flip_box.php:471
4961
+ #: modules/widgets/tp_info_box.php:509 modules/widgets/tp_post_search.php:172
4962
+ #: modules/widgets/tp_pricing_table.php:641
4963
+ msgid "Icon Position"
4964
+ msgstr ""
4965
+
4966
+ #: modules/widgets/tp_age_gate.php:291 modules/widgets/tp_age_gate.php:357
4967
+ #: modules/widgets/tp_heading_title.php:127
4968
+ #: modules/widgets/tp_post_meta.php:509
4969
+ msgid "Prefix"
4970
+ msgstr ""
4971
+
4972
+ #: modules/widgets/tp_age_gate.php:292 modules/widgets/tp_age_gate.php:358
4973
+ #: modules/widgets/tp_heading_title.php:128
4974
+ #: modules/widgets/tp_pricing_table.php:1754
4975
+ msgid "Postfix"
4976
+ msgstr ""
4977
+
4978
+ #: modules/widgets/tp_age_gate.php:302
4979
+ msgid "Second Button Options"
4980
+ msgstr ""
4981
+
4982
+ #: modules/widgets/tp_age_gate.php:369 modules/widgets/tp_age_gate.php:380
4983
+ #: modules/widgets/tp_age_gate.php:1739
4984
+ msgid "Extra Info"
4985
+ msgstr ""
4986
+
4987
+ #: modules/widgets/tp_age_gate.php:382
4988
+ msgid ""
4989
+ "By entering this site you are agreeing to the Terms of Use and Privacy "
4990
+ "Policy."
4991
+ msgstr ""
4992
+
4993
+ #: modules/widgets/tp_age_gate.php:383
4994
+ msgid "Type your extra info here"
4995
+ msgstr ""
4996
+
4997
+ #: modules/widgets/tp_age_gate.php:396 modules/widgets/tp_age_gate.php:1844
4998
+ msgid "Error Message"
4999
+ msgstr ""
5000
+
5001
+ #: modules/widgets/tp_age_gate.php:398
5002
+ msgid "Sorry...!!! You are not eligible for this website"
5003
+ msgstr ""
5004
+
5005
+ #: modules/widgets/tp_age_gate.php:399
5006
+ msgid "Enter Your Message"
5007
+ msgstr ""
5008
+
5009
+ #: modules/widgets/tp_age_gate.php:438
5010
+ msgid "Textarea Alignment"
5011
+ msgstr ""
5012
+
5013
+ #: modules/widgets/tp_age_gate.php:474 modules/widgets/tp_hovercard.php:1232
5014
+ #: modules/widgets/tp_post_featured_image.php:188
5015
+ msgid "Background Image"
5016
+ msgstr ""
5017
+
5018
+ #: modules/widgets/tp_age_gate.php:485
5019
+ #: modules/widgets/tp_caldera_forms.php:1238
5020
+ #: modules/widgets/tp_caldera_forms.php:1292
5021
+ #: modules/widgets/tp_caldera_forms.php:1337
5022
+ #: modules/widgets/tp_caldera_forms.php:1425
5023
+ #: modules/widgets/tp_caldera_forms.php:1478
5024
+ #: modules/widgets/tp_caldera_forms.php:2365
5025
+ #: modules/widgets/tp_countdown.php:259 modules/widgets/tp_countdown.php:301
5026
+ #: modules/widgets/tp_countdown.php:342
5027
+ #: modules/widgets/tp_everest_form.php:1751
5028
+ #: modules/widgets/tp_gravity_form.php:1448
5029
+ #: modules/widgets/tp_gravity_form.php:1501
5030
+ #: modules/widgets/tp_gravity_form.php:1592
5031
+ #: modules/widgets/tp_gravity_form.php:1642
5032
+ #: modules/widgets/tp_gravity_form.php:2442
5033
+ #: modules/widgets/tp_header_extras.php:1157
5034
+ #: modules/widgets/tp_header_extras.php:1184
5035
+ #: modules/widgets/tp_header_extras.php:1224
5036
+ #: modules/widgets/tp_header_extras.php:1263
5037
+ #: modules/widgets/tp_header_extras.php:1333
5038
+ #: modules/widgets/tp_header_extras.php:1379
5039
+ #: modules/widgets/tp_hovercard.php:770 modules/widgets/tp_hovercard.php:1066
5040
+ #: modules/widgets/tp_meeting_scheduler.php:359
5041
+ #: modules/widgets/tp_messagebox.php:865
5042
+ #: modules/widgets/tp_scroll_navigation.php:901
5043
+ #: modules/widgets/tp_scroll_navigation.php:912
5044
+ msgid "Background"
5045
+ msgstr ""
5046
+
5047
+ #: modules/widgets/tp_age_gate.php:500
5048
+ msgid "Background Position"
5049
+ msgstr ""
5050
+
5051
+ #: modules/widgets/tp_age_gate.php:515
5052
+ #: modules/widgets/tp_post_featured_image.php:237
5053
+ #: modules/widgets/tp_post_featured_image.php:278
5054
+ msgid "Overlay Color"
5055
+ msgstr ""
5056
+
5057
+ #: modules/widgets/tp_age_gate.php:528
5058
+ msgid "Right Side Image"
5059
+ msgstr ""
5060
+
5061
+ #: modules/widgets/tp_age_gate.php:539 modules/widgets/tp_flip_box.php:165
5062
+ #: modules/widgets/tp_hovercard.php:154 modules/widgets/tp_hovercard.php:1078
5063
+ #: modules/widgets/tp_info_box.php:225
5064
+ #: modules/widgets/tp_number_counter.php:232
5065
+ #: modules/widgets/tp_pricing_table.php:144
5066
+ #: modules/widgets/tp_progress_bar.php:235
5067
+ msgid "Image"
5068
+ msgstr ""
5069
+
5070
+ #: modules/widgets/tp_age_gate.php:553
5071
+ msgid "Right Image Position"
5072
+ msgstr ""
5073
+
5074
+ #: modules/widgets/tp_age_gate.php:568
5075
+ msgid "Cookies"
5076
+ msgstr ""
5077
+
5078
+ #: modules/widgets/tp_age_gate.php:579
5079
+ msgid "Cookies Expiry Time"
5080
+ msgstr ""
5081
+
5082
+ #: modules/widgets/tp_age_gate.php:596
5083
+ msgid "Note : Set The Number Of Days Cookies To Be Saved."
5084
+ msgstr ""
5085
+
5086
+ #: modules/widgets/tp_age_gate.php:620
5087
+ msgid "Logo Size"
5088
+ msgstr ""
5089
+
5090
+ #: modules/widgets/tp_age_gate.php:638 modules/widgets/tp_age_gate.php:821
5091
+ #: modules/widgets/tp_age_gate.php:866 modules/widgets/tp_age_gate.php:1041
5092
+ #: modules/widgets/tp_age_gate.php:1095 modules/widgets/tp_age_gate.php:1205
5093
+ #: modules/widgets/tp_age_gate.php:1269 modules/widgets/tp_age_gate.php:1517
5094
+ #: modules/widgets/tp_age_gate.php:1571 modules/widgets/tp_age_gate.php:1920
5095
+ #: modules/widgets/tp_age_gate.php:1974 modules/widgets/tp_age_gate.php:2173
5096
+ #: modules/widgets/tp_age_gate.php:2217 modules/widgets/tp_blockquote.php:321
5097
+ #: modules/widgets/tp_blockquote.php:350
5098
+ #: modules/widgets/tp_blog_listout.php:820
5099
+ #: modules/widgets/tp_blog_listout.php:844 modules/widgets/tp_button.php:454
5100
+ #: modules/widgets/tp_caldera_forms.php:421
5101
+ #: modules/widgets/tp_caldera_forms.php:479
5102
+ #: modules/widgets/tp_caldera_forms.php:744
5103
+ #: modules/widgets/tp_caldera_forms.php:783
5104
+ #: modules/widgets/tp_caldera_forms.php:999
5105
+ #: modules/widgets/tp_caldera_forms.php:1165
5106
+ #: modules/widgets/tp_caldera_forms.php:1256
5107
+ #: modules/widgets/tp_caldera_forms.php:1443
5108
+ #: modules/widgets/tp_caldera_forms.php:1907
5109
+ #: modules/widgets/tp_caldera_forms.php:1949
5110
+ #: modules/widgets/tp_caldera_forms.php:2065
5111
+ #: modules/widgets/tp_caldera_forms.php:2106
5112
+ #: modules/widgets/tp_caldera_forms.php:2183
5113
+ #: modules/widgets/tp_caldera_forms.php:2224
5114
+ #: modules/widgets/tp_caldera_forms.php:2318
5115
+ #: modules/widgets/tp_caldera_forms.php:2383
5116
+ #: modules/widgets/tp_clients_listout.php:634
5117
+ #: modules/widgets/tp_clients_listout.php:672
5118
+ #: modules/widgets/tp_contact_form_7.php:296
5119
+ #: modules/widgets/tp_contact_form_7.php:328
5120
+ #: modules/widgets/tp_contact_form_7.php:558
5121
+ #: modules/widgets/tp_contact_form_7.php:590
5122
+ #: modules/widgets/tp_contact_form_7.php:766
5123
+ #: modules/widgets/tp_contact_form_7.php:891
5124
+ #: modules/widgets/tp_contact_form_7.php:1089
5125
+ #: modules/widgets/tp_contact_form_7.php:1270
5126
+ #: modules/widgets/tp_contact_form_7.php:1302
5127
+ #: modules/widgets/tp_contact_form_7.php:1546
5128
+ #: modules/widgets/tp_contact_form_7.php:1578
5129
+ #: modules/widgets/tp_contact_form_7.php:1791
5130
+ #: modules/widgets/tp_contact_form_7.php:1824
5131
+ #: modules/widgets/tp_countdown.php:414
5132
+ #: modules/widgets/tp_everest_form.php:360
5133
+ #: modules/widgets/tp_everest_form.php:406
5134
+ #: modules/widgets/tp_everest_form.php:653
5135
+ #: modules/widgets/tp_everest_form.php:692
5136
+ #: modules/widgets/tp_everest_form.php:909
5137
+ #: modules/widgets/tp_everest_form.php:1075
5138
+ #: modules/widgets/tp_everest_form.php:1287
5139
+ #: modules/widgets/tp_everest_form.php:1325
5140
+ #: modules/widgets/tp_everest_form.php:1435
5141
+ #: modules/widgets/tp_everest_form.php:1476
5142
+ #: modules/widgets/tp_everest_form.php:1553
5143
+ #: modules/widgets/tp_everest_form.php:1594
5144
+ #: modules/widgets/tp_everest_form.php:1688
5145
+ #: modules/widgets/tp_everest_form.php:1769
5146
+ #: modules/widgets/tp_flip_box.php:1677
5147
+ #: modules/widgets/tp_gallery_listout.php:866
5148
+ #: modules/widgets/tp_gallery_listout.php:904
5149
+ #: modules/widgets/tp_gravity_form.php:640
5150
+ #: modules/widgets/tp_gravity_form.php:680
5151
+ #: modules/widgets/tp_gravity_form.php:918
5152
+ #: modules/widgets/tp_gravity_form.php:957
5153
+ #: modules/widgets/tp_gravity_form.php:1208
5154
+ #: modules/widgets/tp_gravity_form.php:1374
5155
+ #: modules/widgets/tp_gravity_form.php:1466
5156
+ #: modules/widgets/tp_gravity_form.php:1605
5157
+ #: modules/widgets/tp_gravity_form.php:1973
5158
+ #: modules/widgets/tp_gravity_form.php:2013
5159
+ #: modules/widgets/tp_gravity_form.php:2126
5160
+ #: modules/widgets/tp_gravity_form.php:2167
5161
+ #: modules/widgets/tp_gravity_form.php:2244
5162
+ #: modules/widgets/tp_gravity_form.php:2285
5163
+ #: modules/widgets/tp_gravity_form.php:2379
5164
+ #: modules/widgets/tp_gravity_form.php:2460
5165
+ #: modules/widgets/tp_header_extras.php:409
5166
+ #: modules/widgets/tp_header_extras.php:700
5167
+ #: modules/widgets/tp_header_extras.php:753
5168
+ #: modules/widgets/tp_header_extras.php:1210
5169
+ #: modules/widgets/tp_header_extras.php:1249
5170
+ #: modules/widgets/tp_header_extras.php:1321
5171
+ #: modules/widgets/tp_header_extras.php:1367
5172
+ #: modules/widgets/tp_header_extras.php:1705
5173
+ #: modules/widgets/tp_header_extras.php:1842
5174
+ #: modules/widgets/tp_header_extras.php:2182
5175
+ #: modules/widgets/tp_header_extras.php:2227
5176
+ #: modules/widgets/tp_hovercard.php:818 modules/widgets/tp_hovercard.php:971
5177
+ #: modules/widgets/tp_hovercard.php:1381 modules/widgets/tp_hovercard.php:2021
5178
+ #: modules/widgets/tp_hovercard.php:2122 modules/widgets/tp_hovercard.php:2226
5179
+ #: modules/widgets/tp_info_box.php:1220 modules/widgets/tp_info_box.php:1261
5180
+ #: modules/widgets/tp_info_box.php:1559 modules/widgets/tp_info_box.php:1940
5181
+ #: modules/widgets/tp_info_box.php:2131 modules/widgets/tp_info_box.php:2255
5182
+ #: modules/widgets/tp_info_box.php:2280 modules/widgets/tp_messagebox.php:365
5183
+ #: modules/widgets/tp_messagebox.php:414 modules/widgets/tp_messagebox.php:563
5184
+ #: modules/widgets/tp_messagebox.php:645 modules/widgets/tp_messagebox.php:774
5185
+ #: modules/widgets/tp_messagebox.php:835 modules/widgets/tp_messagebox.php:908
5186
+ #: modules/widgets/tp_messagebox.php:951
5187
+ #: modules/widgets/tp_navigation_menu_lite.php:464
5188
+ #: modules/widgets/tp_navigation_menu_lite.php:798
5189
+ #: modules/widgets/tp_ninja_form.php:409 modules/widgets/tp_ninja_form.php:449
5190
+ #: modules/widgets/tp_ninja_form.php:690 modules/widgets/tp_ninja_form.php:723
5191
+ #: modules/widgets/tp_ninja_form.php:948
5192
+ #: modules/widgets/tp_ninja_form.php:1203
5193
+ #: modules/widgets/tp_ninja_form.php:1235
5194
+ #: modules/widgets/tp_ninja_form.php:1353
5195
+ #: modules/widgets/tp_ninja_form.php:1395
5196
+ #: modules/widgets/tp_ninja_form.php:1561
5197
+ #: modules/widgets/tp_ninja_form.php:1599
5198
+ #: modules/widgets/tp_ninja_form.php:1812
5199
+ #: modules/widgets/tp_ninja_form.php:1845
5200
+ #: modules/widgets/tp_number_counter.php:609
5201
+ #: modules/widgets/tp_number_counter.php:809
5202
+ #: modules/widgets/tp_number_counter.php:1379
5203
+ #: modules/widgets/tp_number_counter.php:1411
5204
+ #: modules/widgets/tp_page_scroll.php:840
5205
+ #: modules/widgets/tp_post_author.php:463
5206
+ #: modules/widgets/tp_post_author.php:632
5207
+ #: modules/widgets/tp_post_author.php:673
5208
+ #: modules/widgets/tp_post_comment.php:116
5209
+ #: modules/widgets/tp_post_comment.php:150
5210
+ #: modules/widgets/tp_post_comment.php:381
5211
+ #: modules/widgets/tp_post_comment.php:460
5212
+ #: modules/widgets/tp_post_comment.php:512
5213
+ #: modules/widgets/tp_post_comment.php:691
5214
+ #: modules/widgets/tp_post_comment.php:758
5215
+ #: modules/widgets/tp_post_comment.php:989
5216
+ #: modules/widgets/tp_post_comment.php:1041
5217
+ #: modules/widgets/tp_post_content.php:157
5218
+ #: modules/widgets/tp_post_content.php:209
5219
+ #: modules/widgets/tp_post_featured_image.php:167
5220
+ #: modules/widgets/tp_post_meta.php:720 modules/widgets/tp_post_meta.php:781
5221
+ #: modules/widgets/tp_post_meta.php:1246 modules/widgets/tp_post_meta.php:1287
5222
+ #: modules/widgets/tp_post_meta.php:1352 modules/widgets/tp_post_meta.php:1393
5223
+ #: modules/widgets/tp_post_search.php:458
5224
+ #: modules/widgets/tp_post_search.php:496
5225
+ #: modules/widgets/tp_post_search.php:721
5226
+ #: modules/widgets/tp_post_search.php:759
5227
+ #: modules/widgets/tp_post_title.php:245 modules/widgets/tp_post_title.php:297
5228
+ #: modules/widgets/tp_post_title.php:425
5229
+ #: modules/widgets/tp_pricing_table.php:1028
5230
+ #: modules/widgets/tp_pricing_table.php:1219
5231
+ #: modules/widgets/tp_pricing_table.php:2126
5232
+ #: modules/widgets/tp_pricing_table.php:2342
5233
+ #: modules/widgets/tp_pricing_table.php:2380
5234
+ #: modules/widgets/tp_scroll_navigation.php:828
5235
+ #: modules/widgets/tp_scroll_navigation.php:947
5236
+ #: modules/widgets/tp_social_icon.php:470
5237
+ #: modules/widgets/tp_social_icon.php:614
5238
+ #: modules/widgets/tp_social_icon.php:638
5239
+ #: modules/widgets/tp_tabs_tours.php:1076
5240
+ #: modules/widgets/tp_tabs_tours.php:1114
5241
+ #: modules/widgets/tp_team_member_listout.php:579
5242
+ #: modules/widgets/tp_team_member_listout.php:681
5243
+ #: modules/widgets/tp_team_member_listout.php:699
5244
+ #: modules/widgets/tp_testimonial_listout.php:443
5245
+ #: modules/widgets/tp_testimonial_listout.php:530
5246
+ #: modules/widgets/tp_video_player.php:516
5247
+ #: modules/widgets/tp_video_player.php:570 modules/widgets/tp_wp_forms.php:255
5248
+ #: modules/widgets/tp_wp_forms.php:472 modules/widgets/tp_wp_forms.php:508
5249
+ #: modules/widgets/tp_wp_forms.php:743 modules/widgets/tp_wp_forms.php:776
5250
+ #: modules/widgets/tp_wp_forms.php:1131 modules/widgets/tp_wp_forms.php:1439
5251
+ #: modules/widgets/tp_wp_forms.php:1658 modules/widgets/tp_wp_forms.php:1692
5252
+ #: modules/widgets/tp_wp_forms.php:1802 modules/widgets/tp_wp_forms.php:1843
5253
+ #: modules/widgets/tp_wp_forms.php:1920 modules/widgets/tp_wp_forms.php:1961
5254
+ #: modules/widgets/tp_wp_forms.php:2055
5255
+ msgid "Border Radius"
5256
+ msgstr ""
5257
+
5258
+ #: modules/widgets/tp_age_gate.php:649 modules/widgets/tp_age_gate.php:694
5259
+ #: modules/widgets/tp_age_gate.php:775 modules/widgets/tp_age_gate.php:913
5260
+ #: modules/widgets/tp_age_gate.php:984 modules/widgets/tp_age_gate.php:1151
5261
+ #: modules/widgets/tp_age_gate.php:1390 modules/widgets/tp_age_gate.php:1471
5262
+ #: modules/widgets/tp_age_gate.php:1688 modules/widgets/tp_age_gate.php:1793
5263
+ #: modules/widgets/tp_age_gate.php:1874 modules/widgets/tp_blockquote.php:238
5264
+ #: modules/widgets/tp_caldera_forms.php:85
5265
+ #: modules/widgets/tp_caldera_forms.php:198
5266
+ #: modules/widgets/tp_caldera_forms.php:585
5267
+ #: modules/widgets/tp_caldera_forms.php:1202
5268
+ #: modules/widgets/tp_caldera_forms.php:1389
5269
+ #: modules/widgets/tp_caldera_forms.php:1749
5270
+ #: modules/widgets/tp_caldera_forms.php:2019
5271
+ #: modules/widgets/tp_caldera_forms.php:2148
5272
+ #: modules/widgets/tp_caldera_forms.php:2262
5273
+ #: modules/widgets/tp_contact_form_7.php:156
5274
+ #: modules/widgets/tp_contact_form_7.php:418
5275
+ #: modules/widgets/tp_contact_form_7.php:1130
5276
+ #: modules/widgets/tp_contact_form_7.php:1406
5277
+ #: modules/widgets/tp_contact_form_7.php:1658
5278
+ #: modules/widgets/tp_countdown.php:364 modules/widgets/tp_everest_form.php:83
5279
+ #: modules/widgets/tp_everest_form.php:185
5280
+ #: modules/widgets/tp_everest_form.php:494
5281
+ #: modules/widgets/tp_everest_form.php:1145
5282
+ #: modules/widgets/tp_everest_form.php:1389
5283
+ #: modules/widgets/tp_everest_form.php:1518
5284
+ #: modules/widgets/tp_everest_form.php:1632
5285
+ #: modules/widgets/tp_everest_form.php:1718
5286
+ #: modules/widgets/tp_gravity_form.php:490
5287
+ #: modules/widgets/tp_gravity_form.php:759
5288
+ #: modules/widgets/tp_gravity_form.php:1411
5289
+ #: modules/widgets/tp_gravity_form.php:1739
5290
+ #: modules/widgets/tp_gravity_form.php:2080
5291
+ #: modules/widgets/tp_gravity_form.php:2209
5292
+ #: modules/widgets/tp_gravity_form.php:2323
5293
+ #: modules/widgets/tp_gravity_form.php:2409
5294
+ #: modules/widgets/tp_hovercard.php:393 modules/widgets/tp_ninja_form.php:232
5295
+ #: modules/widgets/tp_ninja_form.php:534
5296
+ #: modules/widgets/tp_ninja_form.php:1063
5297
+ #: modules/widgets/tp_ninja_form.php:1307
5298
+ #: modules/widgets/tp_ninja_form.php:1438
5299
+ #: modules/widgets/tp_ninja_form.php:1679
5300
+ #: modules/widgets/tp_post_author.php:344 modules/widgets/tp_post_meta.php:655
5301
+ #: modules/widgets/tp_post_meta.php:1211
5302
+ #: modules/widgets/tp_post_search.php:578 modules/widgets/tp_wp_forms.php:108
5303
+ #: modules/widgets/tp_wp_forms.php:184 modules/widgets/tp_wp_forms.php:316
5304
+ #: modules/widgets/tp_wp_forms.php:587 modules/widgets/tp_wp_forms.php:1511
5305
+ #: modules/widgets/tp_wp_forms.php:1756 modules/widgets/tp_wp_forms.php:1885
5306
+ #: modules/widgets/tp_wp_forms.php:1999
5307
+ msgid "Margin"
5308
+ msgstr ""
5309
+
5310
+ #: modules/widgets/tp_age_gate.php:683 modules/widgets/tp_age_gate.php:764
5311
+ #: modules/widgets/tp_age_gate.php:902 modules/widgets/tp_age_gate.php:995
5312
+ #: modules/widgets/tp_age_gate.php:1138 modules/widgets/tp_age_gate.php:1460
5313
+ #: modules/widgets/tp_age_gate.php:1782 modules/widgets/tp_age_gate.php:1863
5314
+ #: modules/widgets/tp_blockquote.php:227
5315
+ #: modules/widgets/tp_blog_listout.php:796 modules/widgets/tp_button.php:332
5316
+ #: modules/widgets/tp_caldera_forms.php:1191
5317
+ #: modules/widgets/tp_caldera_forms.php:1377
5318
+ #: modules/widgets/tp_countdown.php:352 modules/widgets/tp_flip_box.php:1395
5319
+ #: modules/widgets/tp_gravity_form.php:1034
5320
+ #: modules/widgets/tp_gravity_form.php:1400
5321
+ #: modules/widgets/tp_header_extras.php:1896
5322
+ #: modules/widgets/tp_header_extras.php:2003
5323
+ #: modules/widgets/tp_hovercard.php:408 modules/widgets/tp_info_box.php:1439
5324
+ #: modules/widgets/tp_messagebox.php:872
5325
+ #: modules/widgets/tp_ninja_form.php:1892
5326
+ #: modules/widgets/tp_page_scroll.php:796
5327
+ #: modules/widgets/tp_post_author.php:590
5328
+ #: modules/widgets/tp_post_comment.php:327
5329
+ #: modules/widgets/tp_post_comment.php:405
5330
+ #: modules/widgets/tp_post_comment.php:620
5331
+ #: modules/widgets/tp_post_comment.php:907
5332
+ #: modules/widgets/tp_post_content.php:102
5333
+ #: modules/widgets/tp_post_meta.php:669 modules/widgets/tp_post_meta.php:1200
5334
+ #: modules/widgets/tp_post_meta.php:1317 modules/widgets/tp_post_title.php:190
5335
+ #: modules/widgets/tp_post_title.php:338
5336
+ #: modules/widgets/tp_pricing_table.php:2006
5337
+ #: modules/widgets/tp_team_member_listout.php:568
5338
+ #: modules/widgets/tp_team_member_listout.php:663
5339
+ msgid "Padding"
5340
+ msgstr ""
5341
+
5342
+ #: modules/widgets/tp_age_gate.php:724 modules/widgets/tp_age_gate.php:833
5343
+ #: modules/widgets/tp_age_gate.php:944 modules/widgets/tp_age_gate.php:1062
5344
+ #: modules/widgets/tp_age_gate.php:1230 modules/widgets/tp_age_gate.php:1420
5345
+ #: modules/widgets/tp_age_gate.php:1538 modules/widgets/tp_age_gate.php:1718
5346
+ #: modules/widgets/tp_age_gate.php:1823 modules/widgets/tp_age_gate.php:1941
5347
+ #: modules/widgets/tp_age_gate.php:2194 modules/widgets/tp_blockquote.php:167
5348
+ #: modules/widgets/tp_blockquote.php:333 modules/widgets/tp_blockquote.php:388
5349
+ #: modules/widgets/tp_blockquote.php:427
5350
+ #: modules/widgets/tp_blog_listout.php:541
5351
+ #: modules/widgets/tp_blog_listout.php:622
5352
+ #: modules/widgets/tp_blog_listout.php:682
5353
+ #: modules/widgets/tp_blog_listout.php:727
5354
+ #: modules/widgets/tp_blog_listout.php:835
5355
+ #: modules/widgets/tp_blog_listout.php:876 modules/widgets/tp_button.php:524
5356
+ #: modules/widgets/tp_caldera_forms.php:1276
5357
+ #: modules/widgets/tp_caldera_forms.php:1462
5358
+ #: modules/widgets/tp_caldera_forms.php:1793
5359
+ #: modules/widgets/tp_caldera_forms.php:1924
5360
+ #: modules/widgets/tp_caldera_forms.php:1992
5361
+ #: modules/widgets/tp_caldera_forms.php:2084
5362
+ #: modules/widgets/tp_caldera_forms.php:2202
5363
+ #: modules/widgets/tp_clients_listout.php:429
5364
+ #: modules/widgets/tp_clients_listout.php:526
5365
+ #: modules/widgets/tp_clients_listout.php:649
5366
+ #: modules/widgets/tp_clients_listout.php:705
5367
+ #: modules/widgets/tp_contact_form_7.php:1168
5368
+ #: modules/widgets/tp_contact_form_7.php:1282
5369
+ #: modules/widgets/tp_contact_form_7.php:1338
5370
+ #: modules/widgets/tp_contact_form_7.php:1444
5371
+ #: modules/widgets/tp_contact_form_7.php:1558
5372
+ #: modules/widgets/tp_contact_form_7.php:1614
5373
+ #: modules/widgets/tp_everest_form.php:1183
5374
+ #: modules/widgets/tp_everest_form.php:1302
5375
+ #: modules/widgets/tp_everest_form.php:1364
5376
+ #: modules/widgets/tp_everest_form.php:1454
5377
+ #: modules/widgets/tp_everest_form.php:1572
5378
+ #: modules/widgets/tp_flip_box.php:800 modules/widgets/tp_flip_box.php:1148
5379
+ #: modules/widgets/tp_flip_box.php:1543
5380
+ #: modules/widgets/tp_gallery_listout.php:434
5381
+ #: modules/widgets/tp_gallery_listout.php:547
5382
+ #: modules/widgets/tp_gallery_listout.php:607
5383
+ #: modules/widgets/tp_gallery_listout.php:677
5384
+ #: modules/widgets/tp_gallery_listout.php:736
5385
+ #: modules/widgets/tp_gallery_listout.php:881
5386
+ #: modules/widgets/tp_gallery_listout.php:943
5387
+ #: modules/widgets/tp_gravity_form.php:1485
5388
+ #: modules/widgets/tp_gravity_form.php:1620
5389
+ #: modules/widgets/tp_gravity_form.php:1822
5390
+ #: modules/widgets/tp_gravity_form.php:1989
5391
+ #: modules/widgets/tp_gravity_form.php:2054
5392
+ #: modules/widgets/tp_gravity_form.php:2145
5393
+ #: modules/widgets/tp_gravity_form.php:2263
5394
+ #: modules/widgets/tp_header_extras.php:331
5395
+ #: modules/widgets/tp_header_extras.php:574
5396
+ #: modules/widgets/tp_header_extras.php:715
5397
+ #: modules/widgets/tp_header_extras.php:801
5398
+ #: modules/widgets/tp_header_extras.php:854
5399
+ #: modules/widgets/tp_header_extras.php:1100
5400
+ #: modules/widgets/tp_header_extras.php:1166
5401
+ #: modules/widgets/tp_header_extras.php:1243
5402
+ #: modules/widgets/tp_header_extras.php:1350
5403
+ #: modules/widgets/tp_header_extras.php:1524
5404
+ #: modules/widgets/tp_header_extras.php:1590
5405
+ #: modules/widgets/tp_header_extras.php:1861
5406
+ #: modules/widgets/tp_header_extras.php:1957
5407
+ #: modules/widgets/tp_header_extras.php:2064
5408
+ #: modules/widgets/tp_hovercard.php:907 modules/widgets/tp_hovercard.php:1770
5409
+ #: modules/widgets/tp_hovercard.php:2075 modules/widgets/tp_info_box.php:809
5410
+ #: modules/widgets/tp_info_box.php:1236 modules/widgets/tp_info_box.php:1345
5411
+ #: modules/widgets/tp_info_box.php:1384 modules/widgets/tp_info_box.php:1585
5412
+ #: modules/widgets/tp_info_box.php:1959 modules/widgets/tp_info_box.php:2274
5413
+ #: modules/widgets/tp_messagebox.php:246 modules/widgets/tp_messagebox.php:380
5414
+ #: modules/widgets/tp_messagebox.php:589 modules/widgets/tp_messagebox.php:800
5415
+ #: modules/widgets/tp_messagebox.php:928
5416
+ #: modules/widgets/tp_navigation_menu_lite.php:508
5417
+ #: modules/widgets/tp_navigation_menu_lite.php:918
5418
+ #: modules/widgets/tp_ninja_form.php:1101
5419
+ #: modules/widgets/tp_ninja_form.php:1215
5420
+ #: modules/widgets/tp_ninja_form.php:1271
5421
+ #: modules/widgets/tp_ninja_form.php:1373
5422
+ #: modules/widgets/tp_ninja_form.php:1466
5423
+ #: modules/widgets/tp_ninja_form.php:1576
5424
+ #: modules/widgets/tp_ninja_form.php:1635
5425
+ #: modules/widgets/tp_number_counter.php:634
5426
+ #: modules/widgets/tp_number_counter.php:1040
5427
+ #: modules/widgets/tp_number_counter.php:1391
5428
+ #: modules/widgets/tp_number_counter.php:1450
5429
+ #: modules/widgets/tp_number_counter.php:1489
5430
+ #: modules/widgets/tp_post_author.php:203
5431
+ #: modules/widgets/tp_post_author.php:299
5432
+ #: modules/widgets/tp_post_author.php:395
5433
+ #: modules/widgets/tp_post_author.php:555
5434
+ #: modules/widgets/tp_post_author.php:651
5435
+ #: modules/widgets/tp_post_comment.php:136
5436
+ #: modules/widgets/tp_post_comment.php:200
5437
+ #: modules/widgets/tp_post_comment.php:250
5438
+ #: modules/widgets/tp_post_comment.php:299
5439
+ #: modules/widgets/tp_post_comment.php:479
5440
+ #: modules/widgets/tp_post_comment.php:570
5441
+ #: modules/widgets/tp_post_comment.php:1008
5442
+ #: modules/widgets/tp_post_content.php:176
5443
+ #: modules/widgets/tp_post_featured_image.php:272
5444
+ #: modules/widgets/tp_post_meta.php:448 modules/widgets/tp_post_meta.php:590
5445
+ #: modules/widgets/tp_post_meta.php:747 modules/widgets/tp_post_meta.php:973
5446
+ #: modules/widgets/tp_post_meta.php:1150 modules/widgets/tp_post_meta.php:1265
5447
+ #: modules/widgets/tp_post_meta.php:1371
5448
+ #: modules/widgets/tp_post_search.php:616
5449
+ #: modules/widgets/tp_post_search.php:736
5450
+ #: modules/widgets/tp_post_search.php:798
5451
+ #: modules/widgets/tp_post_title.php:264
5452
+ #: modules/widgets/tp_pricing_table.php:1047
5453
+ #: modules/widgets/tp_pricing_table.php:1412
5454
+ #: modules/widgets/tp_pricing_table.php:1673
5455
+ #: modules/widgets/tp_pricing_table.php:1736
5456
+ #: modules/widgets/tp_pricing_table.php:1789
5457
+ #: modules/widgets/tp_pricing_table.php:2153
5458
+ #: modules/widgets/tp_pricing_table.php:2357
5459
+ #: modules/widgets/tp_pricing_table.php:2437
5460
+ #: modules/widgets/tp_pricing_table.php:2476
5461
+ #: modules/widgets/tp_scroll_navigation.php:407
5462
+ #: modules/widgets/tp_social_icon.php:629
5463
+ #: modules/widgets/tp_social_icon.php:686
5464
+ #: modules/widgets/tp_team_member_listout.php:426
5465
+ #: modules/widgets/tp_team_member_listout.php:486
5466
+ #: modules/widgets/tp_team_member_listout.php:538
5467
+ #: modules/widgets/tp_team_member_listout.php:614
5468
+ #: modules/widgets/tp_team_member_listout.php:693
5469
+ #: modules/widgets/tp_team_member_listout.php:729
5470
+ #: modules/widgets/tp_testimonial_listout.php:221
5471
+ #: modules/widgets/tp_testimonial_listout.php:282
5472
+ #: modules/widgets/tp_testimonial_listout.php:340
5473
+ #: modules/widgets/tp_testimonial_listout.php:400
5474
+ #: modules/widgets/tp_testimonial_listout.php:485
5475
+ #: modules/widgets/tp_video_player.php:556
5476
+ #: modules/widgets/tp_wp_forms.php:1552 modules/widgets/tp_wp_forms.php:1671
5477
+ #: modules/widgets/tp_wp_forms.php:1730 modules/widgets/tp_wp_forms.php:1821
5478
+ #: modules/widgets/tp_wp_forms.php:1939
5479
+ msgid "Hover"
5480
+ msgstr ""
5481
+
5482
+ #: modules/widgets/tp_age_gate.php:805 modules/widgets/tp_age_gate.php:850
5483
+ #: modules/widgets/tp_age_gate.php:1025 modules/widgets/tp_age_gate.php:1079
5484
+ #: modules/widgets/tp_age_gate.php:1185 modules/widgets/tp_age_gate.php:1249
5485
+ #: modules/widgets/tp_age_gate.php:1501 modules/widgets/tp_age_gate.php:1555
5486
+ #: modules/widgets/tp_age_gate.php:1904 modules/widgets/tp_age_gate.php:1958
5487
+ #: modules/widgets/tp_age_gate.php:2157 modules/widgets/tp_age_gate.php:2201
5488
+ #: modules/widgets/tp_messagebox.php:223 modules/widgets/tp_messagebox.php:266
5489
+ #: modules/widgets/tp_messagebox.php:354 modules/widgets/tp_messagebox.php:403
5490
+ #: modules/widgets/tp_messagebox.php:892 modules/widgets/tp_messagebox.php:935
5491
+ msgid "Background Type"
5492
+ msgstr ""
5493
+
5494
+ #: modules/widgets/tp_age_gate.php:814 modules/widgets/tp_age_gate.php:859
5495
+ #: modules/widgets/tp_age_gate.php:1034 modules/widgets/tp_age_gate.php:1088
5496
+ #: modules/widgets/tp_age_gate.php:1196 modules/widgets/tp_age_gate.php:1260
5497
+ #: modules/widgets/tp_age_gate.php:1510 modules/widgets/tp_age_gate.php:1564
5498
+ #: modules/widgets/tp_age_gate.php:1913 modules/widgets/tp_age_gate.php:1967
5499
+ #: modules/widgets/tp_age_gate.php:2166 modules/widgets/tp_age_gate.php:2210
5500
+ #: modules/widgets/tp_caldera_forms.php:1249
5501
+ #: modules/widgets/tp_caldera_forms.php:1436
5502
+ #: modules/widgets/tp_caldera_forms.php:2058
5503
+ #: modules/widgets/tp_caldera_forms.php:2099
5504
+ #: modules/widgets/tp_caldera_forms.php:2176
5505
+ #: modules/widgets/tp_caldera_forms.php:2217
5506
+ #: modules/widgets/tp_caldera_forms.php:2311
5507
+ #: modules/widgets/tp_caldera_forms.php:2376
5508
+ #: modules/widgets/tp_everest_form.php:1428
5509
+ #: modules/widgets/tp_everest_form.php:1469
5510
+ #: modules/widgets/tp_everest_form.php:1546
5511
+ #: modules/widgets/tp_everest_form.php:1587
5512
+ #: modules/widgets/tp_everest_form.php:1681
5513
+ #: modules/widgets/tp_everest_form.php:1762
5514
+ #: modules/widgets/tp_gravity_form.php:1459
5515
+ #: modules/widgets/tp_gravity_form.php:2119
5516
+ #: modules/widgets/tp_gravity_form.php:2160
5517
+ #: modules/widgets/tp_gravity_form.php:2237
5518
+ #: modules/widgets/tp_gravity_form.php:2278
5519
+ #: modules/widgets/tp_gravity_form.php:2372
5520
+ #: modules/widgets/tp_gravity_form.php:2453
5521
+ #: modules/widgets/tp_header_extras.php:398
5522
+ #: modules/widgets/tp_header_extras.php:1698
5523
+ #: modules/widgets/tp_hovercard.php:807 modules/widgets/tp_hovercard.php:959
5524
+ #: modules/widgets/tp_hovercard.php:2011 modules/widgets/tp_hovercard.php:2111
5525
+ #: modules/widgets/tp_messagebox.php:553 modules/widgets/tp_messagebox.php:635
5526
+ #: modules/widgets/tp_ninja_form.php:1346
5527
+ #: modules/widgets/tp_ninja_form.php:1388
5528
+ #: modules/widgets/tp_post_author.php:625
5529
+ #: modules/widgets/tp_post_author.php:666
5530
+ #: modules/widgets/tp_post_comment.php:109
5531
+ #: modules/widgets/tp_post_comment.php:143
5532
+ #: modules/widgets/tp_post_comment.php:371
5533
+ #: modules/widgets/tp_post_comment.php:453
5534
+ #: modules/widgets/tp_post_comment.php:505
5535
+ #: modules/widgets/tp_post_comment.php:681
5536
+ #: modules/widgets/tp_post_comment.php:748
5537
+ #: modules/widgets/tp_post_comment.php:982
5538
+ #: modules/widgets/tp_post_comment.php:1034
5539
+ #: modules/widgets/tp_post_content.php:150
5540
+ #: modules/widgets/tp_post_content.php:202
5541
+ #: modules/widgets/tp_post_featured_image.php:160
5542
+ #: modules/widgets/tp_post_meta.php:709 modules/widgets/tp_post_meta.php:770
5543
+ #: modules/widgets/tp_post_meta.php:1239 modules/widgets/tp_post_meta.php:1280
5544
+ #: modules/widgets/tp_post_meta.php:1345 modules/widgets/tp_post_meta.php:1386
5545
+ #: modules/widgets/tp_post_title.php:238 modules/widgets/tp_post_title.php:290
5546
+ #: modules/widgets/tp_post_title.php:418
5547
+ #: modules/widgets/tp_scroll_navigation.php:396
5548
+ #: modules/widgets/tp_scroll_navigation.php:431
5549
+ #: modules/widgets/tp_scroll_navigation.php:568
5550
+ #: modules/widgets/tp_scroll_navigation.php:936
5551
+ #: modules/widgets/tp_video_player.php:509
5552
+ #: modules/widgets/tp_video_player.php:563 modules/widgets/tp_wp_forms.php:234
5553
+ #: modules/widgets/tp_wp_forms.php:245 modules/widgets/tp_wp_forms.php:1795
5554
+ #: modules/widgets/tp_wp_forms.php:1836 modules/widgets/tp_wp_forms.php:1913
5555
+ #: modules/widgets/tp_wp_forms.php:1954 modules/widgets/tp_wp_forms.php:2048
5556
+ msgid "Border"
5557
+ msgstr ""
5558
+
5559
+ #: modules/widgets/tp_age_gate.php:882
5560
+ msgid "Checkbox Icon/Text"
5561
+ msgstr ""
5562
+
5563
+ #: modules/widgets/tp_age_gate.php:965
5564
+ msgid "Input Field"
5565
+ msgstr ""
5566
+
5567
+ #: modules/widgets/tp_age_gate.php:1054 modules/widgets/tp_age_gate.php:1108
5568
+ #: modules/widgets/tp_age_gate.php:1220 modules/widgets/tp_age_gate.php:1284
5569
+ #: modules/widgets/tp_age_gate.php:1530 modules/widgets/tp_age_gate.php:1584
5570
+ #: modules/widgets/tp_age_gate.php:1933 modules/widgets/tp_age_gate.php:1987
5571
+ #: modules/widgets/tp_age_gate.php:2186 modules/widgets/tp_age_gate.php:2230
5572
+ #: modules/widgets/tp_hovercard.php:1394 modules/widgets/tp_hovercard.php:2238
5573
+ #: modules/widgets/tp_messagebox.php:235 modules/widgets/tp_messagebox.php:278
5574
+ #: modules/widgets/tp_messagebox.php:578 modules/widgets/tp_messagebox.php:660
5575
+ #: modules/widgets/tp_messagebox.php:789 modules/widgets/tp_messagebox.php:850
5576
+ #: modules/widgets/tp_messagebox.php:920 modules/widgets/tp_messagebox.php:963
5577
+ #: modules/widgets/tp_post_comment.php:128
5578
+ #: modules/widgets/tp_post_comment.php:162
5579
+ #: modules/widgets/tp_video_player.php:528
5580
+ msgid "Box Shadow"
5581
+ msgstr ""
5582
+
5583
+ #: modules/widgets/tp_age_gate.php:1120
5584
+ msgid "First Button"
5585
+ msgstr ""
5586
+
5587
+ #: modules/widgets/tp_age_gate.php:1299
5588
+ msgid "First Button Icon"
5589
+ msgstr ""
5590
+
5591
+ #: modules/widgets/tp_age_gate.php:1329 modules/widgets/tp_age_gate.php:1360
5592
+ #: modules/widgets/tp_age_gate.php:1627 modules/widgets/tp_age_gate.php:1658
5593
+ #: modules/widgets/tp_header_extras.php:1045
5594
+ msgid "Offset"
5595
+ msgstr ""
5596
+
5597
+ #: modules/widgets/tp_age_gate.php:1409 modules/widgets/tp_age_gate.php:1426
5598
+ #: modules/widgets/tp_age_gate.php:1707 modules/widgets/tp_age_gate.php:1724
5599
+ #: modules/widgets/tp_contact_form_7.php:951
5600
+ #: modules/widgets/tp_flip_box.php:630
5601
+ #: modules/widgets/tp_gallery_listout.php:419
5602
+ #: modules/widgets/tp_gallery_listout.php:443
5603
+ #: modules/widgets/tp_header_extras.php:562
5604
+ #: modules/widgets/tp_header_extras.php:1450
5605
+ #: modules/widgets/tp_info_box.php:1771 modules/widgets/tp_messagebox.php:513
5606
+ #: modules/widgets/tp_messagebox.php:595
5607
+ #: modules/widgets/tp_navigation_menu_lite.php:385
5608
+ #: modules/widgets/tp_navigation_menu_lite.php:884
5609
+ #: modules/widgets/tp_navigation_menu_lite.php:1153
5610
+ #: modules/widgets/tp_navigation_menu_lite.php:1293
5611
+ #: modules/widgets/tp_number_counter.php:439
5612
+ #: modules/widgets/tp_post_meta.php:432 modules/widgets/tp_post_meta.php:471
5613
+ #: modules/widgets/tp_post_meta.php:957 modules/widgets/tp_post_meta.php:996
5614
+ #: modules/widgets/tp_post_meta.php:1134 modules/widgets/tp_post_meta.php:1173
5615
+ #: modules/widgets/tp_post_search.php:259
5616
+ #: modules/widgets/tp_pricing_table.php:862
5617
+ #: modules/widgets/tp_progress_bar.php:646
5618
+ #: modules/widgets/tp_social_icon.php:150
5619
+ #: modules/widgets/tp_team_member_listout.php:526
5620
+ #: modules/widgets/tp_team_member_listout.php:544
5621
+ msgid "Icon Color"
5622
+ msgstr ""
5623
+
5624
+ #: modules/widgets/tp_age_gate.php:1441
5625
+ msgid "Second Button"
5626
+ msgstr ""
5627
+
5628
+ #: modules/widgets/tp_age_gate.php:1596
5629
+ msgid "Second Button Icon"
5630
+ msgstr ""
5631
+
5632
+ #: modules/widgets/tp_age_gate.php:1750
5633
+ #: modules/widgets/tp_gravity_form.php:1549
5634
+ #: modules/widgets/tp_header_extras.php:1460
5635
+ msgid "Text Size"
5636
+ msgstr ""
5637
+
5638
+ #: modules/widgets/tp_age_gate.php:1999
5639
+ msgid "Box"
5640
+ msgstr ""
5641
+
5642
+ #: modules/widgets/tp_age_gate.php:2006
5643
+ msgid "Box Position"
5644
+ msgstr ""
5645
+
5646
+ #: modules/widgets/tp_age_gate.php:2015
5647
+ msgid "Left (Auto)"
5648
+ msgstr ""
5649
+
5650
+ #: modules/widgets/tp_age_gate.php:2054
5651
+ msgid "Right (Auto)"
5652
+ msgstr ""
5653
+
5654
+ #: modules/widgets/tp_age_gate.php:2093
5655
+ msgid "Box Width"
5656
+ msgstr ""
5657
+
5658
+ #: modules/widgets/tp_age_gate.php:2121 modules/widgets/tp_flip_box.php:96
5659
+ msgid "Box Height"
5660
+ msgstr ""
5661
+
5662
+ #: modules/widgets/tp_age_gate.php:2275
5663
+ msgid ""
5664
+ "Note : You may use this widget on Header or Footer Template directly. It "
5665
+ "will load it on all pages throughout the website."
5666
+ msgstr ""
5667
+
5668
+ #: modules/widgets/tp_blockquote.php:55 modules/widgets/tp_blog_listout.php:55
5669
+ #: modules/widgets/tp_clients_listout.php:56
5670
+ #: modules/widgets/tp_contact_form_7.php:62
5671
+ #: modules/widgets/tp_contact_form_7.php:991
5672
+ #: modules/widgets/tp_gallery_listout.php:55
5673
+ #: modules/widgets/tp_heading_title.php:54
5674
+ #: modules/widgets/tp_hovercard.php:156 modules/widgets/tp_hovercard.php:226
5675
+ #: modules/widgets/tp_ninja_form.php:62
5676
+ #: modules/widgets/tp_number_counter.php:56
5677
+ #: modules/widgets/tp_page_scroll.php:324
5678
+ #: modules/widgets/tp_post_author.php:55 modules/widgets/tp_post_search.php:54
5679
+ #: modules/widgets/tp_pricing_table.php:54
5680
+ #: modules/widgets/tp_scroll_navigation.php:55
5681
+ #: modules/widgets/tp_social_icon.php:52
5682
+ #: modules/widgets/tp_social_icon.php:427
5683
+ #: modules/widgets/tp_team_member_listout.php:55
5684
+ #: modules/widgets/tp_testimonial_listout.php:54
5685
+ msgid "Style"
5686
+ msgstr ""
5687
+
5688
+ #: modules/widgets/tp_blockquote.php:66
5689
+ msgid ""
5690
+ "\"I am text block. Click edit button to change this text. Lorem ipsum dolor "
5691
+ "sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec "
5692
+ "ullamcorper mattis, pulvinar dapibus leo.\""
5693
+ msgstr ""
5694
+
5695
+ #: modules/widgets/tp_blockquote.php:67
5696
+ msgid "Type your block quote here"
5697
+ msgstr ""
5698
+
5699
+ #: modules/widgets/tp_blockquote.php:78
5700
+ msgid "John Doe"
5701
+ msgstr ""
5702
+
5703
+ #: modules/widgets/tp_blockquote.php:152 modules/widgets/tp_blockquote.php:184
5704
+ msgid "Author Color"
5705
+ msgstr ""
5706
+
5707
+ #: modules/widgets/tp_blockquote.php:200
5708
+ msgid "Quote Color"
5709
+ msgstr ""
5710
+
5711
+ #: modules/widgets/tp_blockquote.php:216 modules/widgets/tp_hovercard.php:1759
5712
+ #: modules/widgets/tp_hovercard.php:1806 modules/widgets/tp_hovercard.php:1842
5713
+ msgid "Text Shadow"
5714
+ msgstr ""
5715
+
5716
+ #: modules/widgets/tp_blockquote.php:258
5717
+ #: modules/widgets/tp_caldera_forms.php:320
5718
+ #: modules/widgets/tp_caldera_forms.php:676
5719
  #: modules/widgets/tp_caldera_forms.php:939
5720
  #: modules/widgets/tp_caldera_forms.php:1105
5721
  #: modules/widgets/tp_caldera_forms.php:1831
5761
  msgid "Box Border"
5762
  msgstr ""
5763
 
5764
+ #: modules/widgets/tp_blockquote.php:268 modules/widgets/tp_button.php:392
5765
+ #: modules/widgets/tp_caldera_forms.php:331
5766
+ #: modules/widgets/tp_caldera_forms.php:686
5767
+ #: modules/widgets/tp_caldera_forms.php:950
5768
+ #: modules/widgets/tp_caldera_forms.php:1116
5769
+ #: modules/widgets/tp_caldera_forms.php:1842
5770
+ #: modules/widgets/tp_clients_listout.php:574
5771
+ #: modules/widgets/tp_contact_form_7.php:239
5772
+ #: modules/widgets/tp_contact_form_7.php:501
5773
+ #: modules/widgets/tp_contact_form_7.php:716
5774
+ #: modules/widgets/tp_contact_form_7.php:841
5775
+ #: modules/widgets/tp_contact_form_7.php:1039
5776
+ #: modules/widgets/tp_contact_form_7.php:1213
5777
+ #: modules/widgets/tp_contact_form_7.php:1489
5778
+ #: modules/widgets/tp_contact_form_7.php:1734
5779
+ #: modules/widgets/tp_countdown.php:375
5780
+ #: modules/widgets/tp_everest_form.php:288
5781
+ #: modules/widgets/tp_everest_form.php:595
5782
+ #: modules/widgets/tp_everest_form.php:860
5783
+ #: modules/widgets/tp_everest_form.php:1026
5784
+ #: modules/widgets/tp_everest_form.php:1228
5785
+ #: modules/widgets/tp_flip_box.php:1452 modules/widgets/tp_flip_box.php:1662
5786
+ #: modules/widgets/tp_gallery_listout.php:806
5787
+ #: modules/widgets/tp_gravity_form.php:577
5788
+ #: modules/widgets/tp_gravity_form.php:860
5789
+ #: modules/widgets/tp_gravity_form.php:1159
5790
+ #: modules/widgets/tp_gravity_form.php:1325
5791
+ #: modules/widgets/tp_gravity_form.php:1911
5792
+ #: modules/widgets/tp_header_extras.php:639
5793
+ #: modules/widgets/tp_header_extras.php:1802
5794
+ #: modules/widgets/tp_hovercard.php:1331 modules/widgets/tp_hovercard.php:2179
5795
+ #: modules/widgets/tp_info_box.php:1157 modules/widgets/tp_info_box.php:1498
5796
+ #: modules/widgets/tp_navigation_menu_lite.php:409
5797
+ #: modules/widgets/tp_navigation_menu_lite.php:743
5798
+ #: modules/widgets/tp_ninja_form.php:340 modules/widgets/tp_ninja_form.php:635
5799
+ #: modules/widgets/tp_ninja_form.php:895
5800
+ #: modules/widgets/tp_ninja_form.php:1146
5801
+ #: modules/widgets/tp_ninja_form.php:1501
5802
+ #: modules/widgets/tp_ninja_form.php:1755
5803
+ #: modules/widgets/tp_number_counter.php:1323
5804
+ #: modules/widgets/tp_post_search.php:398
5805
+ #: modules/widgets/tp_post_search.php:661
5806
+ #: modules/widgets/tp_pricing_table.php:2065
5807
+ #: modules/widgets/tp_social_icon.php:561
5808
+ #: modules/widgets/tp_tabs_tours.php:1016 modules/widgets/tp_wp_forms.php:409
5809
+ #: modules/widgets/tp_wp_forms.php:688 modules/widgets/tp_wp_forms.php:1076
5810
+ #: modules/widgets/tp_wp_forms.php:1384 modules/widgets/tp_wp_forms.php:1599
5811
+ msgid "Border Style"
5812
+ msgstr ""
5813
+
5814
+ #: modules/widgets/tp_blockquote.php:290 modules/widgets/tp_blockquote.php:339
5815
+ #: modules/widgets/tp_button.php:437 modules/widgets/tp_button.php:483
5816
+ #: modules/widgets/tp_caldera_forms.php:396
5817
+ #: modules/widgets/tp_caldera_forms.php:455
5818
+ #: modules/widgets/tp_caldera_forms.php:731
5819
+ #: modules/widgets/tp_caldera_forms.php:769
5820
+ #: modules/widgets/tp_caldera_forms.php:985
5821
+ #: modules/widgets/tp_caldera_forms.php:1151
5822
+ #: modules/widgets/tp_caldera_forms.php:1302
5823
+ #: modules/widgets/tp_caldera_forms.php:1347
5824
+ #: modules/widgets/tp_caldera_forms.php:1488
5825
+ #: modules/widgets/tp_caldera_forms.php:1891
5826
+ #: modules/widgets/tp_caldera_forms.php:1933
5827
+ #: modules/widgets/tp_clients_listout.php:619
5828
+ #: modules/widgets/tp_clients_listout.php:658
5829
+ #: modules/widgets/tp_contact_form_7.php:281
5830
+ #: modules/widgets/tp_contact_form_7.php:314
5831
+ #: modules/widgets/tp_contact_form_7.php:543
5832
+ #: modules/widgets/tp_contact_form_7.php:576
5833
+ #: modules/widgets/tp_contact_form_7.php:751
5834
+ #: modules/widgets/tp_contact_form_7.php:876
5835
+ #: modules/widgets/tp_contact_form_7.php:1074
5836
+ #: modules/widgets/tp_contact_form_7.php:1255
5837
+ #: modules/widgets/tp_contact_form_7.php:1288
5838
+ #: modules/widgets/tp_contact_form_7.php:1531
5839
+ #: modules/widgets/tp_contact_form_7.php:1564
5840
+ #: modules/widgets/tp_contact_form_7.php:1776
5841
+ #: modules/widgets/tp_contact_form_7.php:1809
5842
+ #: modules/widgets/tp_countdown.php:201 modules/widgets/tp_countdown.php:244
5843
+ #: modules/widgets/tp_countdown.php:286 modules/widgets/tp_countdown.php:327
5844
+ #: modules/widgets/tp_everest_form.php:341
5845
+ #: modules/widgets/tp_everest_form.php:388
5846
+ #: modules/widgets/tp_everest_form.php:640
5847
+ #: modules/widgets/tp_everest_form.php:678
5848
+ #: modules/widgets/tp_everest_form.php:895
5849
+ #: modules/widgets/tp_everest_form.php:1061
5850
+ #: modules/widgets/tp_everest_form.php:1273
5851
+ #: modules/widgets/tp_everest_form.php:1311
5852
+ #: modules/widgets/tp_flip_box.php:788 modules/widgets/tp_flip_box.php:1509
5853
+ #: modules/widgets/tp_flip_box.php:1627
5854
+ #: modules/widgets/tp_gallery_listout.php:851
5855
+ #: modules/widgets/tp_gallery_listout.php:890
5856
+ #: modules/widgets/tp_gravity_form.php:624
5857
+ #: modules/widgets/tp_gravity_form.php:665
5858
+ #: modules/widgets/tp_gravity_form.php:905
5859
+ #: modules/widgets/tp_gravity_form.php:943
5860
+ #: modules/widgets/tp_gravity_form.php:1194
5861
+ #: modules/widgets/tp_gravity_form.php:1360
5862
+ #: modules/widgets/tp_gravity_form.php:1511
5863
+ #: modules/widgets/tp_gravity_form.php:1958
5864
+ #: modules/widgets/tp_gravity_form.php:1998
5865
+ #: modules/widgets/tp_header_extras.php:685
5866
+ #: modules/widgets/tp_header_extras.php:1946
5867
+ #: modules/widgets/tp_header_extras.php:1981
5868
+ #: modules/widgets/tp_header_extras.php:2053
5869
+ #: modules/widgets/tp_header_extras.php:2088
5870
+ #: modules/widgets/tp_hovercard.php:1368 modules/widgets/tp_hovercard.php:2214
5871
+ #: modules/widgets/tp_info_box.php:1081 modules/widgets/tp_info_box.php:1184
5872
+ #: modules/widgets/tp_info_box.php:1245 modules/widgets/tp_info_box.php:1542
5873
+ #: modules/widgets/tp_info_box.php:1929
5874
+ #: modules/widgets/tp_navigation_menu_lite.php:430
5875
+ #: modules/widgets/tp_navigation_menu_lite.php:764
5876
+ #: modules/widgets/tp_navigation_menu_lite.php:1229
5877
+ #: modules/widgets/tp_navigation_menu_lite.php:1442
5878
+ #: modules/widgets/tp_ninja_form.php:390 modules/widgets/tp_ninja_form.php:431
5879
+ #: modules/widgets/tp_ninja_form.php:677 modules/widgets/tp_ninja_form.php:709
5880
+ #: modules/widgets/tp_ninja_form.php:932
5881
+ #: modules/widgets/tp_ninja_form.php:1188
5882
+ #: modules/widgets/tp_ninja_form.php:1221
5883
+ #: modules/widgets/tp_ninja_form.php:1546
5884
+ #: modules/widgets/tp_ninja_form.php:1585
5885
+ #: modules/widgets/tp_ninja_form.php:1797
5886
+ #: modules/widgets/tp_ninja_form.php:1830
5887
+ #: modules/widgets/tp_number_counter.php:595
5888
+ #: modules/widgets/tp_number_counter.php:1345
5889
+ #: modules/widgets/tp_number_counter.php:1397
5890
+ #: modules/widgets/tp_post_search.php:443
5891
+ #: modules/widgets/tp_post_search.php:482
5892
+ #: modules/widgets/tp_post_search.php:706
5893
+ #: modules/widgets/tp_post_search.php:745
5894
+ #: modules/widgets/tp_pricing_table.php:1017
5895
+ #: modules/widgets/tp_pricing_table.php:2109
5896
+ #: modules/widgets/tp_pricing_table.php:2308
5897
+ #: modules/widgets/tp_pricing_table.php:2366
5898
+ #: modules/widgets/tp_scroll_navigation.php:606
5899
+ #: modules/widgets/tp_social_icon.php:190
5900
+ #: modules/widgets/tp_tabs_tours.php:1061
5901
+ #: modules/widgets/tp_tabs_tours.php:1100 modules/widgets/tp_wp_forms.php:455
5902
+ #: modules/widgets/tp_wp_forms.php:492 modules/widgets/tp_wp_forms.php:730
5903
+ #: modules/widgets/tp_wp_forms.php:762 modules/widgets/tp_wp_forms.php:1115
5904
+ #: modules/widgets/tp_wp_forms.php:1423 modules/widgets/tp_wp_forms.php:1643
5905
+ #: modules/widgets/tp_wp_forms.php:1677
5906
+ msgid "Border Color"
5907
+ msgstr ""
5908
+
5909
+ #: modules/widgets/tp_blockquote.php:301 modules/widgets/tp_button.php:415
5910
+ #: modules/widgets/tp_caldera_forms.php:356
5911
+ #: modules/widgets/tp_caldera_forms.php:701
5912
+ #: modules/widgets/tp_caldera_forms.php:965
5913
+ #: modules/widgets/tp_caldera_forms.php:1131
5914
+ #: modules/widgets/tp_caldera_forms.php:1859
5915
+ #: modules/widgets/tp_clients_listout.php:589
5916
+ #: modules/widgets/tp_contact_form_7.php:254
5917
+ #: modules/widgets/tp_contact_form_7.php:516
5918
+ #: modules/widgets/tp_contact_form_7.php:731
5919
+ #: modules/widgets/tp_contact_form_7.php:856
5920
+ #: modules/widgets/tp_contact_form_7.php:1054
5921
+ #: modules/widgets/tp_contact_form_7.php:1228
5922
+ #: modules/widgets/tp_contact_form_7.php:1504
5923
+ #: modules/widgets/tp_contact_form_7.php:1749
5924
+ #: modules/widgets/tp_countdown.php:394
5925
+ #: modules/widgets/tp_everest_form.php:307
5926
+ #: modules/widgets/tp_everest_form.php:610
5927
+ #: modules/widgets/tp_everest_form.php:875
5928
+ #: modules/widgets/tp_everest_form.php:1041
5929
+ #: modules/widgets/tp_everest_form.php:1243
5930
+ #: modules/widgets/tp_flip_box.php:1481 modules/widgets/tp_flip_box.php:1641
5931
+ #: modules/widgets/tp_gallery_listout.php:821
5932
+ #: modules/widgets/tp_gravity_form.php:593
5933
+ #: modules/widgets/tp_gravity_form.php:875
5934
+ #: modules/widgets/tp_gravity_form.php:1174
5935
+ #: modules/widgets/tp_gravity_form.php:1340
5936
+ #: modules/widgets/tp_gravity_form.php:1927
5937
+ #: modules/widgets/tp_header_extras.php:618
5938
+ #: modules/widgets/tp_header_extras.php:1821
5939
+ #: modules/widgets/tp_hovercard.php:1354 modules/widgets/tp_hovercard.php:2201
5940
+ #: modules/widgets/tp_info_box.php:1030 modules/widgets/tp_info_box.php:1199
5941
+ #: modules/widgets/tp_info_box.php:1520
5942
+ #: modules/widgets/tp_navigation_menu_lite.php:444
5943
+ #: modules/widgets/tp_navigation_menu_lite.php:778
5944
+ #: modules/widgets/tp_navigation_menu_lite.php:1392
5945
+ #: modules/widgets/tp_navigation_menu_lite.php:1470
5946
+ #: modules/widgets/tp_ninja_form.php:359 modules/widgets/tp_ninja_form.php:650
5947
+ #: modules/widgets/tp_ninja_form.php:911
5948
+ #: modules/widgets/tp_ninja_form.php:1161
5949
+ #: modules/widgets/tp_ninja_form.php:1516
5950
+ #: modules/widgets/tp_ninja_form.php:1770
5951
+ #: modules/widgets/tp_number_counter.php:1359
5952
+ #: modules/widgets/tp_post_search.php:413
5953
+ #: modules/widgets/tp_post_search.php:676
5954
+ #: modules/widgets/tp_pricing_table.php:1842
5955
+ #: modules/widgets/tp_pricing_table.php:2087
5956
+ #: modules/widgets/tp_pricing_table.php:2322
5957
+ #: modules/widgets/tp_social_icon.php:583
5958
+ #: modules/widgets/tp_tabs_tours.php:1031 modules/widgets/tp_wp_forms.php:426
5959
+ #: modules/widgets/tp_wp_forms.php:703 modules/widgets/tp_wp_forms.php:1093
5960
+ #: modules/widgets/tp_wp_forms.php:1401 modules/widgets/tp_wp_forms.php:1615
5961
+ msgid "Border Width"
5962
+ msgstr ""
5963
+
5964
+ #: modules/widgets/tp_blockquote.php:404
5965
+ #: modules/widgets/tp_caldera_forms.php:505
5966
+ #: modules/widgets/tp_caldera_forms.php:799
5967
+ #: modules/widgets/tp_caldera_forms.php:1967
5968
+ #: modules/widgets/tp_contact_form_7.php:341
5969
+ #: modules/widgets/tp_contact_form_7.php:603
5970
+ #: modules/widgets/tp_contact_form_7.php:1315
5971
+ #: modules/widgets/tp_contact_form_7.php:1591
5972
+ #: modules/widgets/tp_everest_form.php:426
5973
+ #: modules/widgets/tp_everest_form.php:708
5974
+ #: modules/widgets/tp_everest_form.php:1341
5975
+ #: modules/widgets/tp_flip_box.php:1762
5976
+ #: modules/widgets/tp_gallery_listout.php:920
5977
+ #: modules/widgets/tp_gravity_form.php:697
5978
+ #: modules/widgets/tp_gravity_form.php:973
5979
+ #: modules/widgets/tp_gravity_form.php:2030
5980
+ #: modules/widgets/tp_header_extras.php:823
5981
+ #: modules/widgets/tp_info_box.php:1361 modules/widgets/tp_ninja_form.php:466
5982
+ #: modules/widgets/tp_ninja_form.php:736
5983
+ #: modules/widgets/tp_ninja_form.php:1248
5984
+ #: modules/widgets/tp_ninja_form.php:1612
5985
+ #: modules/widgets/tp_number_counter.php:1466
5986
+ #: modules/widgets/tp_post_search.php:512
5987
+ #: modules/widgets/tp_post_search.php:775
5988
+ #: modules/widgets/tp_pricing_table.php:2453
5989
+ #: modules/widgets/tp_social_icon.php:654 modules/widgets/tp_wp_forms.php:523
5990
+ #: modules/widgets/tp_wp_forms.php:789 modules/widgets/tp_wp_forms.php:1706
5991
+ msgid "Box Shadow Options"
5992
+ msgstr ""
5993
+
5994
+ #: modules/widgets/tp_blockquote.php:461
5995
+ #: modules/widgets/tp_blog_listout.php:959 modules/widgets/tp_button.php:805
5996
+ #: modules/widgets/tp_clients_listout.php:788
5997
+ #: modules/widgets/tp_contact_form_7.php:1911
5998
+ #: modules/widgets/tp_countdown.php:452 modules/widgets/tp_flip_box.php:2006
5999
+ #: modules/widgets/tp_gallery_listout.php:1073
6000
+ #: modules/widgets/tp_heading_animation.php:230
6001
+ #: modules/widgets/tp_heading_title.php:1077
6002
+ #: modules/widgets/tp_info_box.php:2548 modules/widgets/tp_ninja_form.php:1956
6003
+ #: modules/widgets/tp_number_counter.php:1573
6004
+ #: modules/widgets/tp_post_search.php:864
6005
+ #: modules/widgets/tp_pricing_table.php:2542
6006
+ #: modules/widgets/tp_social_icon.php:716
6007
+ #: modules/widgets/tp_tabs_tours.php:1381
6008
+ #: modules/widgets/tp_team_member_listout.php:812
6009
+ #: modules/widgets/tp_testimonial_listout.php:986
6010
+ #: modules/widgets/tp_video_player.php:779
6011
+ #: modules/widgets/tp_wp_forms.php:2158
6012
+ msgid "Choose Animation Effect"
6013
+ msgstr ""
6014
+
6015
+ #: modules/widgets/tp_blog_listout.php:32
6016
+ msgid "Blog/Post Listing"
6017
+ msgstr ""
6018
+
6019
+ #: modules/widgets/tp_blog_listout.php:48
6020
+ #: modules/widgets/tp_clients_listout.php:49
6021
+ #: modules/widgets/tp_team_member_listout.php:48
6022
+ #: modules/widgets/tp_testimonial_listout.php:47
6023
+ msgid "Content Layout"
6024
+ msgstr ""
6025
+
6026
+ #: modules/widgets/tp_blog_listout.php:59 modules/widgets/tp_button.php:57
6027
+ #: modules/widgets/tp_contact_form_7.php:995
6028
+ #: modules/widgets/tp_gallery_listout.php:59
6029
+ #: modules/widgets/tp_header_extras.php:196
6030
+ #: modules/widgets/tp_header_extras.php:226
6031
+ #: modules/widgets/tp_header_extras.php:920
6032
+ #: modules/widgets/tp_heading_animation.php:57
6033
+ #: modules/widgets/tp_navigation_menu_lite.php:96
6034
+ #: modules/widgets/tp_navigation_menu_lite.php:184
6035
+ #: modules/widgets/tp_navigation_menu_lite.php:359
6036
+ #: modules/widgets/tp_navigation_menu_lite.php:857
6037
+ #: modules/widgets/tp_navigation_menu_lite.php:1384
6038
+ #: modules/widgets/tp_post_author.php:59 modules/widgets/tp_post_meta.php:619
6039
+ #: modules/widgets/tp_pricing_table.php:58
6040
+ #: modules/widgets/tp_pricing_table.php:104
6041
+ #: modules/widgets/tp_pricing_table.php:237
6042
+ #: modules/widgets/tp_pricing_table.php:387
6043
+ #: modules/widgets/tp_pricing_table.php:486
6044
+ #: modules/widgets/tp_progress_bar.php:79
6045
+ #: modules/widgets/tp_progress_bar.php:95
6046
+ #: modules/widgets/tp_progress_bar.php:110
6047
+ #: modules/widgets/tp_scroll_navigation.php:59
6048
+ #: modules/widgets/tp_team_member_listout.php:59
6049
+ #: modules/widgets/tp_testimonial_listout.php:58
6050
+ #: modules/widgets/tp_testimonial_listout.php:774
6051
+ msgid "Style 1"
6052
+ msgstr ""
6053
+
6054
+ #: modules/widgets/tp_blog_listout.php:60 modules/widgets/tp_button.php:58
6055
+ #: modules/widgets/tp_gallery_listout.php:60
6056
+ #: modules/widgets/tp_pricing_table.php:59
6057
+ #: modules/widgets/tp_pricing_table.php:238
6058
+ #: modules/widgets/tp_team_member_listout.php:60
6059
+ #: modules/widgets/tp_testimonial_listout.php:775
6060
+ msgid "Style 2 (PRO)"
6061
+ msgstr ""
6062
+
6063
+ #: modules/widgets/tp_blog_listout.php:61 modules/widgets/tp_button.php:59
6064
+ #: modules/widgets/tp_gallery_listout.php:61
6065
+ #: modules/widgets/tp_pricing_table.php:60
6066
+ #: modules/widgets/tp_pricing_table.php:239
6067
+ #: modules/widgets/tp_pricing_table.php:536
6068
+ #: modules/widgets/tp_team_member_listout.php:61
6069
+ #: modules/widgets/tp_testimonial_listout.php:60
6070
+ #: modules/widgets/tp_testimonial_listout.php:776
6071
+ #: modules/widgets/tp_testimonial_listout.php:824
6072
+ msgid "Style 3 (PRO)"
6073
+ msgstr ""
6074
+
6075
+ #: modules/widgets/tp_blog_listout.php:62
6076
+ #: modules/widgets/tp_gallery_listout.php:62
6077
+ #: modules/widgets/tp_team_member_listout.php:62
6078
+ #: modules/widgets/tp_testimonial_listout.php:777
6079
+ #: modules/widgets/tp_testimonial_listout.php:825
6080
+ msgid "Style 4 (PRO)"
6081
+ msgstr ""
6082
+
6083
+ #: modules/widgets/tp_blog_listout.php:89
6084
+ #: modules/widgets/tp_clients_listout.php:72
6085
+ #: modules/widgets/tp_flip_box.php:60
6086
+ #: modules/widgets/tp_gallery_listout.php:89
6087
+ #: modules/widgets/tp_team_member_listout.php:88
6088
+ msgid "Carousel (PRO)"
6089
+ msgstr ""
6090
+
6091
+ #: modules/widgets/tp_blog_listout.php:118
6092
+ #: modules/widgets/tp_clients_listout.php:132
6093
+ #: modules/widgets/tp_team_member_listout.php:164
6094
+ #: modules/widgets/tp_testimonial_listout.php:90
6095
+ msgid "Select Category"
6096
+ msgstr ""
6097
+
6098
+ #: modules/widgets/tp_blog_listout.php:130
6099
+ msgid "Select Tags"
6100
+ msgstr ""
6101
+
6102
+ #: modules/widgets/tp_blog_listout.php:141
6103
+ #: modules/widgets/tp_clients_listout.php:143
6104
+ #: modules/widgets/tp_team_member_listout.php:175
6105
+ #: modules/widgets/tp_testimonial_listout.php:101
6106
+ msgid "Maximum Posts Display"
6107
+ msgstr ""
6108
+
6109
+ #: modules/widgets/tp_blog_listout.php:153
6110
+ #: modules/widgets/tp_clients_listout.php:155
6111
+ #: modules/widgets/tp_team_member_listout.php:187
6112
+ #: modules/widgets/tp_testimonial_listout.php:113
6113
+ msgid "Offset Posts"
6114
+ msgstr ""
6115
+
6116
+ #: modules/widgets/tp_blog_listout.php:159
6117
+ #: modules/widgets/tp_clients_listout.php:161
6118
+ #: modules/widgets/tp_team_member_listout.php:193
6119
+ #: modules/widgets/tp_testimonial_listout.php:119
6120
+ msgid "Hide posts from the beginning of listing."
6121
+ msgstr ""
6122
+
6123
+ #: modules/widgets/tp_blog_listout.php:165
6124
+ #: modules/widgets/tp_clients_listout.php:167
6125
+ #: modules/widgets/tp_team_member_listout.php:199
6126
+ #: modules/widgets/tp_testimonial_listout.php:125
6127
+ msgid "Order By"
6128
+ msgstr ""
6129
+
6130
+ #: modules/widgets/tp_blog_listout.php:174
6131
+ #: modules/widgets/tp_clients_listout.php:176
6132
+ #: modules/widgets/tp_team_member_listout.php:208
6133
+ #: modules/widgets/tp_testimonial_listout.php:134
6134
+ msgid "Order"
6135
+ msgstr ""
6136
+
6137
+ #: modules/widgets/tp_blog_listout.php:186
6138
+ #: modules/widgets/tp_clients_listout.php:188
6139
+ #: modules/widgets/tp_gallery_listout.php:155
6140
+ #: modules/widgets/tp_team_member_listout.php:220
6141
+ msgid "Columns Manage"
6142
+ msgstr ""
6143
+
6144
+ #: modules/widgets/tp_blog_listout.php:196
6145
+ #: modules/widgets/tp_clients_listout.php:198
6146
+ #: modules/widgets/tp_gallery_listout.php:165
6147
+ #: modules/widgets/tp_team_member_listout.php:230
6148
+ msgid "Desktop Column"
6149
+ msgstr ""
6150
+
6151
+ #: modules/widgets/tp_blog_listout.php:208
6152
+ #: modules/widgets/tp_clients_listout.php:210
6153
+ #: modules/widgets/tp_gallery_listout.php:177
6154
+ #: modules/widgets/tp_team_member_listout.php:242
6155
+ msgid "Tablet Column"
6156
+ msgstr ""
6157
+
6158
+ #: modules/widgets/tp_blog_listout.php:220
6159
+ #: modules/widgets/tp_clients_listout.php:222
6160
+ #: modules/widgets/tp_gallery_listout.php:189
6161
+ #: modules/widgets/tp_team_member_listout.php:254
6162
+ msgid "Mobile Column"
6163
+ msgstr ""
6164
+
6165
+ #: modules/widgets/tp_blog_listout.php:232
6166
+ #: modules/widgets/tp_gallery_listout.php:201
6167
+ msgid "Metro Column"
6168
+ msgstr ""
6169
+
6170
+ #: modules/widgets/tp_blog_listout.php:237
6171
+ #: modules/widgets/tp_gallery_listout.php:206
6172
+ msgid "Column 4 (PRO)"
6173
+ msgstr ""
6174
+
6175
+ #: modules/widgets/tp_blog_listout.php:238
6176
+ #: modules/widgets/tp_gallery_listout.php:207
6177
+ msgid "Column 5 (PRO)"
6178
+ msgstr ""
6179
+
6180
+ #: modules/widgets/tp_blog_listout.php:239
6181
+ #: modules/widgets/tp_gallery_listout.php:208
6182
+ msgid "Column 6 (PRO)"
6183
+ msgstr ""
6184
+
6185
+ #: modules/widgets/tp_blog_listout.php:249
6186
+ #: modules/widgets/tp_gallery_listout.php:218
6187
+ msgid "Metro Style"
6188
+ msgstr ""
6189
+
6190
+ #: modules/widgets/tp_blog_listout.php:276
6191
+ #: modules/widgets/tp_clients_listout.php:234
6192
+ #: modules/widgets/tp_gallery_listout.php:231
6193
+ #: modules/widgets/tp_team_member_listout.php:266
6194
+ msgid "Columns Gap/Space Between"
6195
+ msgstr ""
6196
+
6197
+ #: modules/widgets/tp_blog_listout.php:307
6198
+ #: modules/widgets/tp_clients_listout.php:267
6199
+ #: modules/widgets/tp_gallery_listout.php:272
6200
+ #: modules/widgets/tp_heading_title.php:476
6201
+ #: modules/widgets/tp_info_box.php:598
6202
+ #: modules/widgets/tp_team_member_listout.php:297
6203
+ #: modules/widgets/tp_testimonial_listout.php:152
6204
+ msgid "Title Tag"
6205
+ msgstr ""
6206
+
6207
+ #: modules/widgets/tp_blog_listout.php:317
6208
+ msgid "Title Limit"
6209
+ msgstr ""
6210
+
6211
+ #: modules/widgets/tp_blog_listout.php:340
6212
+ msgid "Display Category Post"
6213
+ msgstr ""
6214
+
6215
+ #: modules/widgets/tp_blog_listout.php:367
6216
+ #: modules/widgets/tp_gallery_listout.php:284
6217
+ msgid "Display Excerpt/Content"
6218
+ msgstr ""
6219
+
6220
+ #: modules/widgets/tp_blog_listout.php:377
6221
+ msgid "Excerpt/Content Count"
6222
+ msgstr ""
6223
+
6224
+ #: modules/widgets/tp_blog_listout.php:392
6225
+ #: modules/widgets/tp_clients_listout.php:311
6226
+ #: modules/widgets/tp_team_member_listout.php:332
6227
+ #: modules/widgets/tp_testimonial_listout.php:161
6228
+ msgid "Display Image Size"
6229
+ msgstr ""
6230
+
6231
+ #: modules/widgets/tp_blog_listout.php:419
6232
+ msgid "Display Post Meta"
6233
+ msgstr ""
6234
+
6235
+ #: modules/widgets/tp_blog_listout.php:429
6236
+ #: modules/widgets/tp_blog_listout.php:503
6237
+ msgid "Post Meta Tag"
6238
+ msgstr ""
6239
+
6240
+ #: modules/widgets/tp_blog_listout.php:441
6241
+ #: modules/widgets/tp_clients_listout.php:335
6242
+ #: modules/widgets/tp_gallery_listout.php:319
6243
+ #: modules/widgets/tp_team_member_listout.php:359
6244
+ msgid "Category Wise Filter"
6245
+ msgstr ""
6246
+
6247
+ #: modules/widgets/tp_blog_listout.php:469
6248
+ msgid "More Post Loading Options"
6249
+ msgstr ""
6250
+
6251
+ #: modules/widgets/tp_blog_listout.php:529
6252
+ #: modules/widgets/tp_blog_listout.php:547
6253
+ msgid "Post Meta Color"
6254
+ msgstr ""
6255
+
6256
+ #: modules/widgets/tp_blog_listout.php:563
6257
+ msgid "Category Post"
6258
+ msgstr ""
6259
+
6260
+ #: modules/widgets/tp_blog_listout.php:644
6261
+ #: modules/widgets/tp_gallery_listout.php:569
6262
+ #: modules/widgets/tp_testimonial_listout.php:362
6263
+ msgid "Excerpt/Content"
6264
+ msgstr ""
6265
+
6266
+ #: modules/widgets/tp_blog_listout.php:670
6267
+ #: modules/widgets/tp_blog_listout.php:688
6268
+ #: modules/widgets/tp_gallery_listout.php:595
6269
+ #: modules/widgets/tp_gallery_listout.php:613
6270
+ #: modules/widgets/tp_pricing_table.php:1828
6271
+ #: modules/widgets/tp_testimonial_listout.php:388
6272
+ #: modules/widgets/tp_testimonial_listout.php:406
6273
+ msgid "Content Color"
6274
+ msgstr ""
6275
+
6276
+ #: modules/widgets/tp_blog_listout.php:753
6277
+ #: modules/widgets/tp_gallery_listout.php:703
6278
+ msgid "Image Hover Effect"
6279
+ msgstr ""
6280
+
6281
+ #: modules/widgets/tp_blog_listout.php:766
6282
+ #: modules/widgets/tp_clients_listout.php:453
6283
+ #: modules/widgets/tp_gallery_listout.php:764
6284
+ #: modules/widgets/tp_team_member_listout.php:633
6285
+ msgid "Filter Category"
6286
+ msgstr ""
6287
+
6288
+ #: modules/widgets/tp_blog_listout.php:789
6289
+ #: modules/widgets/tp_gallery_listout.php:788
6290
+ #: modules/widgets/tp_team_member_listout.php:656
6291
+ msgid "Box Loop Background Style"
6292
+ msgstr ""
6293
+
6294
+ #: modules/widgets/tp_blog_listout.php:895
6295
+ #: modules/widgets/tp_clients_listout.php:724
6296
+ #: modules/widgets/tp_flip_box.php:1803
6297
+ #: modules/widgets/tp_gallery_listout.php:961
6298
+ #: modules/widgets/tp_info_box.php:2328
6299
+ #: modules/widgets/tp_team_member_listout.php:748
6300
+ #: modules/widgets/tp_testimonial_listout.php:544
6301
+ msgid "Carousel Options"
6302
+ msgstr ""
6303
+
6304
+ #: modules/widgets/tp_blog_listout.php:926
6305
+ #: modules/widgets/tp_clients_listout.php:755
6306
+ #: modules/widgets/tp_flip_box.php:1853
6307
+ #: modules/widgets/tp_gallery_listout.php:1040
6308
+ #: modules/widgets/tp_info_box.php:2406
6309
+ #: modules/widgets/tp_team_member_listout.php:779
6310
+ #: modules/widgets/tp_testimonial_listout.php:953
6311
+ msgid "Messy Columns"
6312
+ msgstr ""
6313
+
6314
+ #: modules/widgets/tp_blog_listout.php:928
6315
+ #: modules/widgets/tp_clients_listout.php:757
6316
+ #: modules/widgets/tp_countdown.php:64 modules/widgets/tp_flip_box.php:1855
6317
+ #: modules/widgets/tp_gallery_listout.php:1042
6318
+ #: modules/widgets/tp_header_extras.php:184
6319
+ #: modules/widgets/tp_header_extras.php:908
6320
+ #: modules/widgets/tp_header_extras.php:2294
6321
+ #: modules/widgets/tp_header_extras.php:2418
6322
+ #: modules/widgets/tp_header_extras.php:2466
6323
+ #: modules/widgets/tp_header_extras.php:2523
6324
+ #: modules/widgets/tp_header_extras.php:2579
6325
+ #: modules/widgets/tp_info_box.php:553 modules/widgets/tp_info_box.php:2153
6326
+ #: modules/widgets/tp_info_box.php:2183 modules/widgets/tp_info_box.php:2380
6327
+ #: modules/widgets/tp_info_box.php:2408
6328
+ #: modules/widgets/tp_number_counter.php:1533
6329
+ #: modules/widgets/tp_smooth_scroll.php:291
6330
+ #: modules/widgets/tp_tabs_tours.php:286 modules/widgets/tp_tabs_tours.php:568
6331
+ #: modules/widgets/tp_team_member_listout.php:781
6332
+ #: modules/widgets/tp_testimonial_listout.php:637
6333
+ #: modules/widgets/tp_testimonial_listout.php:673
6334
+ #: modules/widgets/tp_testimonial_listout.php:683
6335
+ #: modules/widgets/tp_testimonial_listout.php:706
6336
+ #: modules/widgets/tp_testimonial_listout.php:728
6337
+ #: modules/widgets/tp_testimonial_listout.php:761
6338
+ #: modules/widgets/tp_testimonial_listout.php:809
6339
+ #: modules/widgets/tp_testimonial_listout.php:884
6340
+ #: modules/widgets/tp_testimonial_listout.php:955
6341
+ #: modules/widgets/tp_video_player.php:344
6342
+ #: modules/widgets/tp_video_player.php:490
6343
+ msgid "On"
6344
+ msgstr ""
6345
+
6346
+ #: modules/widgets/tp_blog_listout.php:929
6347
+ #: modules/widgets/tp_clients_listout.php:758
6348
+ #: modules/widgets/tp_countdown.php:65 modules/widgets/tp_flip_box.php:1856
6349
+ #: modules/widgets/tp_gallery_listout.php:1043
6350
+ #: modules/widgets/tp_header_extras.php:185
6351
+ #: modules/widgets/tp_header_extras.php:909
6352
+ #: modules/widgets/tp_header_extras.php:2295
6353
+ #: modules/widgets/tp_header_extras.php:2419
6354
+ #: modules/widgets/tp_header_extras.php:2467
6355
+ #: modules/widgets/tp_header_extras.php:2524
6356
+ #: modules/widgets/tp_header_extras.php:2580
6357
+ #: modules/widgets/tp_info_box.php:554 modules/widgets/tp_info_box.php:2154
6358
+ #: modules/widgets/tp_info_box.php:2184 modules/widgets/tp_info_box.php:2381
6359
+ #: modules/widgets/tp_info_box.php:2409
6360
+ #: modules/widgets/tp_number_counter.php:1534
6361
+ #: modules/widgets/tp_smooth_scroll.php:290
6362
+ #: modules/widgets/tp_tabs_tours.php:287 modules/widgets/tp_tabs_tours.php:569
6363
+ #: modules/widgets/tp_team_member_listout.php:782
6364
+ #: modules/widgets/tp_testimonial_listout.php:638
6365
+ #: modules/widgets/tp_testimonial_listout.php:674
6366
+ #: modules/widgets/tp_testimonial_listout.php:684
6367
+ #: modules/widgets/tp_testimonial_listout.php:707
6368
+ #: modules/widgets/tp_testimonial_listout.php:729
6369
+ #: modules/widgets/tp_testimonial_listout.php:762
6370
+ #: modules/widgets/tp_testimonial_listout.php:810
6371
+ #: modules/widgets/tp_testimonial_listout.php:885
6372
+ #: modules/widgets/tp_testimonial_listout.php:956
6373
+ #: modules/widgets/tp_video_player.php:343
6374
+ #: modules/widgets/tp_video_player.php:489
6375
+ msgid "Off"
6376
+ msgstr ""
6377
+
6378
+ #: modules/widgets/tp_blog_listout.php:989
6379
+ #: modules/widgets/tp_clients_listout.php:818
6380
+ #: modules/widgets/tp_gallery_listout.php:1103
6381
+ #: modules/widgets/tp_team_member_listout.php:842
6382
+ msgid "List Load Animation"
6383
+ msgstr ""
6384
+
6385
+ #: modules/widgets/tp_blog_listout.php:993
6386
+ #: modules/widgets/tp_clients_listout.php:822
6387
+ #: modules/widgets/tp_gallery_listout.php:1107
6388
+ #: modules/widgets/tp_team_member_listout.php:846
6389
+ msgid "Content Animation Block"
6390
+ msgstr ""
6391
+
6392
+ #: modules/widgets/tp_blog_listout.php:994
6393
+ #: modules/widgets/tp_clients_listout.php:823
6394
+ #: modules/widgets/tp_gallery_listout.php:1108
6395
+ #: modules/widgets/tp_team_member_listout.php:847
6396
+ msgid "Stagger Based Animation"
6397
+ msgstr ""
6398
+
6399
+ #: modules/widgets/tp_blog_listout.php:995
6400
+ #: modules/widgets/tp_gallery_listout.php:1109
6401
+ #: modules/widgets/tp_team_member_listout.php:848
6402
+ msgid "Columns Based Animation"
6403
+ msgstr ""
6404
+
6405
+ #: modules/widgets/tp_blog_listout.php:1006
6406
+ #: modules/widgets/tp_clients_listout.php:834
6407
+ #: modules/widgets/tp_gallery_listout.php:1120
6408
+ #: modules/widgets/tp_team_member_listout.php:859
6409
+ msgid "Animation Stagger"
6410
+ msgstr ""
6411
+
6412
+ #: modules/widgets/tp_blog_listout.php:1222
6413
+ #: modules/widgets/tp_clients_listout.php:1043
6414
+ #: modules/widgets/tp_team_member_listout.php:1064
6415
+ #: modules/widgets/tp_testimonial_listout.php:1172
6416
+ msgid "Posts not found"
6417
+ msgstr ""
6418
+
6419
+ #: modules/widgets/tp_blog_listout.php:1255
6420
+ #: modules/widgets/tp_gallery_listout.php:1376
6421
+ #: modules/widgets/tp_team_member_listout.php:1137
6422
+ #: modules/widgets/tp_testimonial_listout.php:1200
6423
+ msgid "This Style Premium Version"
6424
+ msgstr ""
6425
+
6426
+ #: modules/widgets/tp_button.php:31
6427
+ msgid "TP Button"
6428
+ msgstr ""
6429
+
6430
+ #: modules/widgets/tp_button.php:54 modules/widgets/tp_button.php:182
6431
+ #: modules/widgets/tp_flip_box.php:338 modules/widgets/tp_info_box.php:367
6432
+ #: modules/widgets/tp_info_box.php:1402
6433
+ #: modules/widgets/tp_pricing_table.php:531
6434
+ #: modules/widgets/tp_pricing_table.php:1970
6435
+ msgid "Button Style"
6436
+ msgstr ""
6437
+
6438
+ #: modules/widgets/tp_button.php:60 modules/widgets/tp_header_extras.php:229
6439
+ #: modules/widgets/tp_heading_animation.php:60
6440
+ #: modules/widgets/tp_testimonial_listout.php:61
6441
+ msgid "Style 4"
6442
+ msgstr ""
6443
+
6444
+ #: modules/widgets/tp_button.php:61
6445
+ #: modules/widgets/tp_testimonial_listout.php:778
6446
+ #: modules/widgets/tp_testimonial_listout.php:826
6447
+ msgid "Style 5 (PRO)"
6448
+ msgstr ""
6449
+
6450
+ #: modules/widgets/tp_button.php:62
6451
+ #: modules/widgets/tp_testimonial_listout.php:779
6452
+ #: modules/widgets/tp_testimonial_listout.php:827
6453
+ msgid "Style 6 (PRO)"
6454
+ msgstr ""
6455
+
6456
+ #: modules/widgets/tp_button.php:63
6457
+ #: modules/widgets/tp_testimonial_listout.php:780
6458
+ msgid "Style 7 (PRO)"
6459
+ msgstr ""
6460
+
6461
+ #: modules/widgets/tp_button.php:64
6462
+ msgid "Style 8"
6463
+ msgstr ""
6464
+
6465
+ #: modules/widgets/tp_button.php:65
6466
+ msgid "Style 9 (PRO)"
6467
+ msgstr ""
6468
+
6469
+ #: modules/widgets/tp_button.php:66
6470
+ msgid "Style 10 (PRO)"
6471
+ msgstr ""
6472
+
6473
+ #: modules/widgets/tp_button.php:67
6474
+ msgid "Style 11"
6475
+ msgstr ""
6476
+
6477
+ #: modules/widgets/tp_button.php:68
6478
+ msgid "Style 12"
6479
+ msgstr ""
6480
+
6481
+ #: modules/widgets/tp_button.php:69
6482
+ msgid "Style 13"
6483
+ msgstr ""
6484
+
6485
+ #: modules/widgets/tp_button.php:70
6486
+ msgid "Style 14 (PRO)"
6487
+ msgstr ""
6488
+
6489
+ #: modules/widgets/tp_button.php:71
6490
+ msgid "Style 15 (PRO)"
6491
+ msgstr ""
6492
+
6493
+ #: modules/widgets/tp_button.php:72
6494
+ msgid "Style 16 (PRO)"
6495
+ msgstr ""
6496
+
6497
+ #: modules/widgets/tp_button.php:73
6498
+ msgid "Style 17 (PRO)"
6499
+ msgstr ""
6500
+
6501
+ #: modules/widgets/tp_button.php:74
6502
+ msgid "Style 18 (PRO)"
6503
+ msgstr ""
6504
+
6505
+ #: modules/widgets/tp_button.php:75
6506
+ msgid "Style 19 (PRO)"
6507
  msgstr ""
6508
 
6509
+ #: modules/widgets/tp_button.php:76
6510
+ msgid "Style 20"
6511
+ msgstr ""
6512
+
6513
+ #: modules/widgets/tp_button.php:77
6514
+ msgid "Style 21 (PRO)"
6515
+ msgstr ""
6516
+
6517
+ #: modules/widgets/tp_button.php:78
6518
+ msgid "Style 22 (PRO)"
6519
+ msgstr ""
6520
+
6521
+ #: modules/widgets/tp_button.php:79
6522
+ msgid "Style 23 (PRO)"
6523
+ msgstr ""
6524
+
6525
+ #: modules/widgets/tp_button.php:86 modules/widgets/tp_flip_box.php:369
6526
+ #: modules/widgets/tp_hovercard.php:153 modules/widgets/tp_hovercard.php:165
6527
+ #: modules/widgets/tp_meeting_scheduler.php:345
6528
+ #: modules/widgets/tp_post_comment.php:55 modules/widgets/tp_post_meta.php:513
6529
+ #: modules/widgets/tp_post_meta.php:524
6530
+ msgid "Text"
6531
+ msgstr ""
6532
+
6533
+ #: modules/widgets/tp_button.php:91 modules/widgets/tp_button.php:92
6534
+ #: modules/widgets/tp_flip_box.php:374 modules/widgets/tp_flip_box.php:375
6535
+ #: modules/widgets/tp_info_box.php:405 modules/widgets/tp_info_box.php:406
6536
+ msgid "Read More"
6537
+ msgstr ""
6538
+
6539
+ #: modules/widgets/tp_button.php:98
6540
+ msgid "Hover Text"
6541
+ msgstr ""
6542
+
6543
+ #: modules/widgets/tp_button.php:103 modules/widgets/tp_button.php:104
6544
+ msgid "Click Here"
6545
+ msgstr ""
6546
+
6547
+ #: modules/widgets/tp_button.php:128
6548
+ msgid "Add Custom Attributes"
6549
+ msgstr ""
6550
+
6551
+ #: modules/widgets/tp_button.php:185
6552
+ msgid "On Left"
6553
+ msgstr ""
6554
+
6555
+ #: modules/widgets/tp_button.php:186
6556
+ msgid "On Right"
6557
+ msgstr ""
6558
+
6559
+ #: modules/widgets/tp_button.php:187
6560
+ msgid "On Top"
6561
+ msgstr ""
6562
+
6563
+ #: modules/widgets/tp_button.php:188
6564
+ msgid "On Bottom"
6565
+ msgstr ""
6566
+
6567
+ #: modules/widgets/tp_button.php:199
6568
+ msgid "Icon Settings"
6569
+ msgstr ""
6570
+
6571
+ #: modules/widgets/tp_button.php:254 modules/widgets/tp_flip_box.php:475
6572
+ #: modules/widgets/tp_info_box.php:513
6573
+ #: modules/widgets/tp_pricing_table.php:645
6574
+ #: modules/widgets/tp_progress_bar.php:312
6575
+ msgid "After"
6576
+ msgstr ""
6577
+
6578
+ #: modules/widgets/tp_button.php:255 modules/widgets/tp_flip_box.php:476
6579
+ #: modules/widgets/tp_info_box.php:514
6580
+ #: modules/widgets/tp_pricing_table.php:646
6581
+ #: modules/widgets/tp_progress_bar.php:311
6582
+ msgid "Before"
6583
+ msgstr ""
6584
+
6585
+ #: modules/widgets/tp_button.php:266 modules/widgets/tp_flip_box.php:489
6586
+ #: modules/widgets/tp_info_box.php:528 modules/widgets/tp_post_search.php:187
6587
+ #: modules/widgets/tp_pricing_table.php:658
6588
+ #: modules/widgets/tp_scroll_navigation.php:344
6589
+ msgid "Icon Spacing"
6590
+ msgstr ""
6591
+
6592
+ #: modules/widgets/tp_button.php:307
6593
+ msgid "Extra"
6594
+ msgstr ""
6595
+
6596
+ #: modules/widgets/tp_button.php:325
6597
+ msgid "Typography and Cosmetics"
6598
+ msgstr ""
6599
+
6600
+ #: modules/widgets/tp_button.php:497 modules/widgets/tp_info_box.php:1056
6601
+ msgid "Border Height"
6602
+ msgstr ""
6603
+
6604
+ #: modules/widgets/tp_button.php:530 modules/widgets/tp_flip_box.php:1549
6605
+ #: modules/widgets/tp_info_box.php:1591
6606
+ #: modules/widgets/tp_pricing_table.php:2159
6607
+ msgid "Text Hover Color"
6608
+ msgstr ""
6609
+
6610
+ #: modules/widgets/tp_button.php:557 modules/widgets/tp_flip_box.php:964
6611
+ #: modules/widgets/tp_flip_box.php:1571 modules/widgets/tp_info_box.php:1613
6612
+ #: modules/widgets/tp_info_box.php:2120
6613
+ #: modules/widgets/tp_navigation_menu_lite.php:539
6614
+ #: modules/widgets/tp_navigation_menu_lite.php:1456
6615
+ #: modules/widgets/tp_number_counter.php:795
6616
+ #: modules/widgets/tp_pricing_table.php:1208
6617
+ #: modules/widgets/tp_pricing_table.php:2181
6618
+ msgid "Hover Border Color"
6619
+ msgstr ""
6620
+
6621
+ #: modules/widgets/tp_button.php:579 modules/widgets/tp_header_extras.php:1867
6622
+ #: modules/widgets/tp_info_box.php:1630
6623
+ #: modules/widgets/tp_navigation_menu_lite.php:553
6624
+ #: modules/widgets/tp_pricing_table.php:2199
6625
+ msgid "Hover Border Radius"
6626
  msgstr ""
6627
 
6628
+ #: modules/widgets/tp_button.php:613 modules/widgets/tp_header_extras.php:738
6629
+ #: modules/widgets/tp_social_icon.php:200
6630
+ msgid "Border Hover Color"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6631
  msgstr ""
6632