Elementor Essential Addons - Version 4.9.1

Version Description

  • 14/09/2021 =

  • Improved: EA Woo Product Gallery | Added options to change category tab icon & button hover control

  • Improved: EA advanced Tabs | Added option to change the icon position

  • Improved: EA Login/Register Form | Added option to design Header Subtitle in Responsive Mode

  • Fixed: EA Advanced Tabs | Content not initially loading with anchor link

  • Fixed: WPML Translations not working for EA Advanced Tabs & EA Filterable Gallery

  • Few minor bug fix & improvements

Download this release

Release Info

Developer wpdevteam
Plugin Icon 128x128 Elementor Essential Addons
Version 4.9.1
Comparing to
See all releases

Code changes from version 4.9.0 to 4.9.1

Files changed (71) hide show
  1. assets/admin/images/ea-icon-white.svg +0 -0
  2. assets/admin/images/handyman-tools.svg +0 -0
  3. assets/admin/images/icon-clean-cache.svg +0 -0
  4. assets/admin/images/icon-contribute.svg +0 -0
  5. assets/admin/images/icon-documentation.svg +0 -0
  6. assets/admin/images/icon-ea-logo.svg +0 -0
  7. assets/admin/images/icon-elements.svg +0 -0
  8. assets/admin/images/icon-general.svg +0 -0
  9. assets/admin/images/icon-need-help.svg +0 -0
  10. assets/admin/images/icon-quick-tools.svg +0 -0
  11. assets/admin/images/icon-show-love.svg +0 -0
  12. assets/admin/images/icon-tools.svg +0 -0
  13. assets/admin/images/icon-why-premium.svg +0 -0
  14. assets/admin/images/nx-icon.svg +0 -0
  15. assets/front-end/css/view/data-table.css +55 -4
  16. assets/front-end/css/view/event-calendar.css +4 -5
  17. assets/front-end/css/view/filterable-gallery.css +2 -2
  18. assets/front-end/css/view/filterable-gallery.min.css +1 -1
  19. assets/front-end/css/view/gravity-form.css +3 -3
  20. assets/front-end/css/view/gravity-form.min.css +1 -1
  21. assets/front-end/css/view/post-grid.css +76 -2
  22. assets/front-end/css/view/product-grid.css +24 -25
  23. assets/front-end/css/view/testimonials.css +61 -2
  24. assets/front-end/css/view/tooltip.css +3 -3
  25. assets/front-end/css/view/tooltip.min.css +1 -1
  26. assets/front-end/css/view/woo-product-carousel.css +14 -15
  27. assets/front-end/css/view/woo-product-gallery.css +18 -19
  28. assets/front-end/js/view/advanced-tabs.js +1 -1
  29. assets/front-end/js/view/advanced-tabs.min.js +1 -1
  30. autoload.php +0 -0
  31. config.php +0 -0
  32. essential_adons_elementor.php +4 -4
  33. includes/Classes/Bootstrap.php +4 -0
  34. includes/Classes/Helper.php +0 -26
  35. includes/Classes/Migration.php +0 -0
  36. includes/Elements/Adv_Tabs.php +42 -3
  37. includes/Elements/Betterdocs_Category_Box.php +0 -0
  38. includes/Elements/Betterdocs_Category_Grid.php +0 -0
  39. includes/Elements/Betterdocs_Search_Form.php +0 -0
  40. includes/Elements/Caldera_Forms.php +0 -0
  41. includes/Elements/Contact_Form_7.php +0 -0
  42. includes/Elements/Countdown.php +0 -0
  43. includes/Elements/Creative_Button.php +0 -0
  44. includes/Elements/Cta_Box.php +0 -0
  45. includes/Elements/Data_Table.php +0 -0
  46. includes/Elements/Facebook_Feed.php +0 -0
  47. includes/Elements/Fancy_Text.php +0 -0
  48. includes/Elements/Feature_List.php +0 -0
  49. includes/Elements/FluentForm.php +64 -3
  50. includes/Elements/GravityForms.php +0 -0
  51. includes/Elements/Login_Register.php +2 -2
  52. includes/Elements/Post_Timeline.php +0 -0
  53. includes/Elements/Product_Grid.php +0 -0
  54. includes/Elements/Progress_Bar.php +0 -0
  55. includes/Elements/Sticky_Video.php +0 -0
  56. includes/Elements/Tooltip.php +0 -0
  57. includes/Elements/Twitter_Feed.php +0 -0
  58. includes/Elements/WeForms.php +0 -0
  59. includes/Elements/Woo_Product_Gallery.php +34 -7
  60. includes/Elements/WpForms.php +0 -0
  61. includes/Extensions/Post_Duplicator.php +0 -0
  62. includes/Extensions/Reading_Progress.php +0 -0
  63. includes/Extensions/Table_of_Content.php +0 -0
  64. includes/Traits/Admin.php +0 -0
  65. includes/Traits/Elements.php +0 -0
  66. includes/Traits/Helper.php +13 -0
  67. includes/Traits/Library.php +0 -0
  68. includes/templates/admin/tools.php +0 -0
  69. languages/essential-addons-for-elementor-lite.pot +252 -236
  70. readme.txt +12 -3
  71. wpml-config.xml +1 -2
assets/admin/images/ea-icon-white.svg CHANGED
File without changes
assets/admin/images/handyman-tools.svg CHANGED
File without changes
assets/admin/images/icon-clean-cache.svg CHANGED
File without changes
assets/admin/images/icon-contribute.svg CHANGED
File without changes
assets/admin/images/icon-documentation.svg CHANGED
File without changes
assets/admin/images/icon-ea-logo.svg CHANGED
File without changes
assets/admin/images/icon-elements.svg CHANGED
File without changes
assets/admin/images/icon-general.svg CHANGED
File without changes
assets/admin/images/icon-need-help.svg CHANGED
File without changes
assets/admin/images/icon-quick-tools.svg CHANGED
File without changes
assets/admin/images/icon-show-love.svg CHANGED
File without changes
assets/admin/images/icon-tools.svg CHANGED
File without changes
assets/admin/images/icon-why-premium.svg CHANGED
File without changes
assets/admin/images/nx-icon.svg CHANGED
File without changes
assets/front-end/css/view/data-table.css CHANGED
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
  table.eael-data-table thead .sorting_asc,
3
  table.eael-data-table thead .sorting_desc,
4
  table.eael-data-table thead .sorting {
@@ -7,6 +6,7 @@ table.eael-data-table thead .sorting {
7
  outline: 0;
8
  cursor: pointer;
9
  }
 
10
  table.eael-data-table thead .sorting_asc:after,
11
  table.eael-data-table thead .sorting_desc:after,
12
  table.eael-data-table thead .sorting:after {
@@ -20,6 +20,7 @@ table.eael-data-table thead .sorting:after {
20
  -ms-transform: translateY(-50%);
21
  transform: translateY(-50%);
22
  }
 
23
  .eael-data-table-wrap .eael-data-tables_wrapper {
24
  display: -webkit-box;
25
  display: -ms-flexbox;
@@ -33,6 +34,7 @@ table.eael-data-table thead .sorting:after {
33
  justify-content: flex-start;
34
  width: 100%;
35
  }
 
36
  .eael-data-table-wrap .eael-data-tables_filter {
37
  -webkit-box-flex: 1;
38
  -ms-flex-positive: 1;
@@ -41,9 +43,11 @@ table.eael-data-table thead .sorting:after {
41
  flex-basis: 50%;
42
  text-align: right;
43
  }
 
44
  .eael-data-table-wrap .eael-data-tables_filter label {
45
  font-weight: 700;
46
  }
 
47
  .eael-data-table-wrap .eael-data-tables_filter label input[type=search] {
48
  height: 40px;
49
  border: 1px solid rgba(0, 0, 0, 0.09);
@@ -51,6 +55,7 @@ table.eael-data-table thead .sorting:after {
51
  padding: 10px;
52
  margin-left: 10px;
53
  }
 
54
  .eael-data-table-wrap .eael-data-tables_length {
55
  -webkit-box-flex: 1;
56
  -ms-flex-positive: 1;
@@ -58,6 +63,7 @@ table.eael-data-table thead .sorting:after {
58
  -ms-flex-preferred-size: 50%;
59
  flex-basis: 50%;
60
  }
 
61
  .eael-data-table-wrap .eael-data-tables_length select {
62
  width: auto;
63
  max-width: 120px;
@@ -67,9 +73,11 @@ table.eael-data-table thead .sorting:after {
67
  margin-left: 10px;
68
  margin-right: 10px;
69
  }
 
70
  .eael-data-table-wrap .eael-data-tables_length label {
71
  font-weight: 700;
72
  }
 
73
  .eael-data-table-wrap .eael-data-tables_info {
74
  -webkit-box-flex: 1;
75
  -ms-flex-positive: 1;
@@ -78,6 +86,7 @@ table.eael-data-table thead .sorting:after {
78
  flex-basis: 50%;
79
  font-weight: 700;
80
  }
 
81
  .eael-data-table-wrap .eael-data-tables_paginate {
82
  -webkit-box-flex: 1;
83
  -ms-flex-positive: 1;
@@ -86,6 +95,7 @@ table.eael-data-table thead .sorting:after {
86
  flex-basis: 50%;
87
  text-align: right;
88
  }
 
89
  .eael-data-table-wrap .eael-data-tables_paginate .paginate_button {
90
  padding: 10px 15px;
91
  background: #f2f2f2;
@@ -95,25 +105,30 @@ table.eael-data-table thead .sorting:after {
95
  -o-transition: all 0.3s;
96
  transition: all 0.3s;
97
  }
 
98
  .eael-data-table-wrap .eael-data-tables_paginate .paginate_button:hover {
99
  color: #fff;
100
  background: #4a4893;
101
  }
 
102
  .eael-data-table-wrap .eael-data-tables_paginate .paginate_button.current {
103
  color: #fff;
104
  background: #4a4893;
105
  }
 
106
  .eael-data-table-wrap .eael-data-tables_paginate .paginate_button.disabled {
107
  cursor: no-drop;
108
  background: #f2f2f2;
109
  opacity: 0.5;
110
  color: #888;
111
  }
 
112
  .data-header-icon {
113
  margin-right: 10px;
114
  position: relative;
115
  top: 2px;
116
  }
 
117
  .eael-data-table {
118
  width: 100%;
119
  height: auto;
@@ -121,12 +136,15 @@ table.eael-data-table thead .sorting:after {
121
  border-collapse: collapse;
122
  border: none;
123
  }
 
124
  .eael-data-table tr {
125
  border-style: none;
126
  }
 
127
  .eael-data-table thead tr {
128
  text-align: left;
129
  }
 
130
  .eael-data-table thead tr th {
131
  padding: 20px 15px;
132
  background: #4a4893;
@@ -140,32 +158,40 @@ table.eael-data-table thead .sorting:after {
140
  border-style: none;
141
  background-clip: padding-box;
142
  }
 
143
  .eael-data-table thead tr th:hover {
144
  border-color: #000;
145
  }
 
146
  .eael-data-table tbody tr.even {
147
  -webkit-transition: background 0.4s ease-in-out;
148
  -o-transition: background 0.4s ease-in-out;
149
  transition: background 0.4s ease-in-out;
150
  }
 
151
  .eael-data-table tbody tr.even:hover {
152
  background: rgba(242, 242, 242, 0.7);
153
  }
 
154
  .eael-data-table tbody tr.even:last-child {
155
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
156
  }
 
157
  .eael-data-table tbody tr.odd {
158
  background: rgba(242, 242, 242, 0.5);
159
  -webkit-transition: background 0.2s ease-in-out;
160
  -o-transition: background 0.2s ease-in-out;
161
  transition: background 0.2s ease-in-out;
162
  }
 
163
  .eael-data-table tbody tr.odd:hover {
164
  background: rgba(242, 242, 242, 0.7);
165
  }
 
166
  .eael-data-table tbody tr.odd:last-child {
167
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
168
  }
 
169
  .eael-data-table tbody tr td {
170
  padding: 20px 15px;
171
  font-size: 14px;
@@ -175,14 +201,17 @@ table.eael-data-table thead .sorting:after {
175
  border-style: none;
176
  background-clip: padding-box;
177
  }
 
178
  .eael-data-table-th-img {
179
  display: inline-block;
180
  margin: 0 15px 0 0;
181
  line-height: 1;
182
  }
 
183
  .th-mobile-screen {
184
  display: none;
185
  }
 
186
  @media (max-width: 767px) {
187
  .eael-data-table-wrap {
188
  overflow-x: scroll !important;
@@ -278,68 +307,89 @@ table.eael-data-table thead .sorting:after {
278
  justify-content: flex-end;
279
  }
280
  }
 
281
  table.eael-data-table thead .sorting:after {
282
- content: "";
283
  }
 
284
  table.eael-data-table thead .headerSortDown:after {
285
- content: "";
286
  }
 
287
  table.eael-data-table thead .headerSortUp:after {
288
- content: "";
289
  }
 
290
  table.eael-data-table thead .sorting_disabled.sorting:after {
291
  display: none;
292
  }
 
293
  table.eael-data-table .sorting.sorting-none:after {
294
  display: none;
295
  }
 
296
  table.eael-data-table .sorting_desc.sorting-none:after {
297
  display: none;
298
  }
 
299
  table.eael-data-table .sorting_asc.sorting-none:after {
300
  display: none;
301
  }
 
302
  .eael-table-align-left table.eael-data-table {
303
  float: left;
304
  }
 
305
  .eael-table-align-center table.eael-data-table {
306
  margin: 0 auto;
307
  }
 
308
  .eael-table-align-right table.eael-data-table {
309
  float: right;
310
  }
 
311
  .eael-hide-elements .eael-data-tables_info {
312
  display: none;
313
  }
 
314
  .eael-dt-th-align-left .eael-data-table thead tr th {
315
  text-align: left;
316
  }
 
317
  .eael-dt-th-align-right .eael-data-table thead tr th {
318
  text-align: right;
319
  padding-right: 30px;
320
  }
 
321
  .eael-dt-th-align-center .eael-data-table thead tr th {
322
  text-align: center;
323
  }
 
324
  .eael-dt-td-align-left .eael-data-table tbody tr td {
325
  text-align: left;
326
  }
 
327
  .eael-dt-td-align-center .eael-data-table tbody tr td {
328
  text-align: center;
329
  }
 
330
  .eael-dt-td-align-right .eael-data-table tbody tr td {
331
  text-align: right;
332
  padding-right: 30px;
333
  }
 
334
  .eael-dt-td-align-left .eael-data-table .th-mobile-screen {
335
  text-align: left;
336
  }
 
337
  .eael-dt-td-align-center .eael-data-table .th-mobile-screen {
338
  text-align: center;
339
  }
 
340
  .eael-dt-td-align-right .eael-data-table .th-mobile-screen {
341
  text-align: right;
342
  }
 
343
  @media (max-width: 1024px) {
344
  .eael-dt-td-align-tablet-left .eael-data-table tbody tr td {
345
  text-align: left;
@@ -375,6 +425,7 @@ table.eael-data-table .sorting_asc.sorting-none:after {
375
  text-align: center;
376
  }
377
  }
 
378
  @media (max-width: 767px) {
379
  .eael-dt-td-align-mobile-left .eael-data-table tbody tr td {
380
  text-align: left;
 
1
  table.eael-data-table thead .sorting_asc,
2
  table.eael-data-table thead .sorting_desc,
3
  table.eael-data-table thead .sorting {
6
  outline: 0;
7
  cursor: pointer;
8
  }
9
+
10
  table.eael-data-table thead .sorting_asc:after,
11
  table.eael-data-table thead .sorting_desc:after,
12
  table.eael-data-table thead .sorting:after {
20
  -ms-transform: translateY(-50%);
21
  transform: translateY(-50%);
22
  }
23
+
24
  .eael-data-table-wrap .eael-data-tables_wrapper {
25
  display: -webkit-box;
26
  display: -ms-flexbox;
34
  justify-content: flex-start;
35
  width: 100%;
36
  }
37
+
38
  .eael-data-table-wrap .eael-data-tables_filter {
39
  -webkit-box-flex: 1;
40
  -ms-flex-positive: 1;
43
  flex-basis: 50%;
44
  text-align: right;
45
  }
46
+
47
  .eael-data-table-wrap .eael-data-tables_filter label {
48
  font-weight: 700;
49
  }
50
+
51
  .eael-data-table-wrap .eael-data-tables_filter label input[type=search] {
52
  height: 40px;
53
  border: 1px solid rgba(0, 0, 0, 0.09);
55
  padding: 10px;
56
  margin-left: 10px;
57
  }
58
+
59
  .eael-data-table-wrap .eael-data-tables_length {
60
  -webkit-box-flex: 1;
61
  -ms-flex-positive: 1;
63
  -ms-flex-preferred-size: 50%;
64
  flex-basis: 50%;
65
  }
66
+
67
  .eael-data-table-wrap .eael-data-tables_length select {
68
  width: auto;
69
  max-width: 120px;
73
  margin-left: 10px;
74
  margin-right: 10px;
75
  }
76
+
77
  .eael-data-table-wrap .eael-data-tables_length label {
78
  font-weight: 700;
79
  }
80
+
81
  .eael-data-table-wrap .eael-data-tables_info {
82
  -webkit-box-flex: 1;
83
  -ms-flex-positive: 1;
86
  flex-basis: 50%;
87
  font-weight: 700;
88
  }
89
+
90
  .eael-data-table-wrap .eael-data-tables_paginate {
91
  -webkit-box-flex: 1;
92
  -ms-flex-positive: 1;
95
  flex-basis: 50%;
96
  text-align: right;
97
  }
98
+
99
  .eael-data-table-wrap .eael-data-tables_paginate .paginate_button {
100
  padding: 10px 15px;
101
  background: #f2f2f2;
105
  -o-transition: all 0.3s;
106
  transition: all 0.3s;
107
  }
108
+
109
  .eael-data-table-wrap .eael-data-tables_paginate .paginate_button:hover {
110
  color: #fff;
111
  background: #4a4893;
112
  }
113
+
114
  .eael-data-table-wrap .eael-data-tables_paginate .paginate_button.current {
115
  color: #fff;
116
  background: #4a4893;
117
  }
118
+
119
  .eael-data-table-wrap .eael-data-tables_paginate .paginate_button.disabled {
120
  cursor: no-drop;
121
  background: #f2f2f2;
122
  opacity: 0.5;
123
  color: #888;
124
  }
125
+
126
  .data-header-icon {
127
  margin-right: 10px;
128
  position: relative;
129
  top: 2px;
130
  }
131
+
132
  .eael-data-table {
133
  width: 100%;
134
  height: auto;
136
  border-collapse: collapse;
137
  border: none;
138
  }
139
+
140
  .eael-data-table tr {
141
  border-style: none;
142
  }
143
+
144
  .eael-data-table thead tr {
145
  text-align: left;
146
  }
147
+
148
  .eael-data-table thead tr th {
149
  padding: 20px 15px;
150
  background: #4a4893;
158
  border-style: none;
159
  background-clip: padding-box;
160
  }
161
+
162
  .eael-data-table thead tr th:hover {
163
  border-color: #000;
164
  }
165
+
166
  .eael-data-table tbody tr.even {
167
  -webkit-transition: background 0.4s ease-in-out;
168
  -o-transition: background 0.4s ease-in-out;
169
  transition: background 0.4s ease-in-out;
170
  }
171
+
172
  .eael-data-table tbody tr.even:hover {
173
  background: rgba(242, 242, 242, 0.7);
174
  }
175
+
176
  .eael-data-table tbody tr.even:last-child {
177
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
178
  }
179
+
180
  .eael-data-table tbody tr.odd {
181
  background: rgba(242, 242, 242, 0.5);
182
  -webkit-transition: background 0.2s ease-in-out;
183
  -o-transition: background 0.2s ease-in-out;
184
  transition: background 0.2s ease-in-out;
185
  }
186
+
187
  .eael-data-table tbody tr.odd:hover {
188
  background: rgba(242, 242, 242, 0.7);
189
  }
190
+
191
  .eael-data-table tbody tr.odd:last-child {
192
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
193
  }
194
+
195
  .eael-data-table tbody tr td {
196
  padding: 20px 15px;
197
  font-size: 14px;
201
  border-style: none;
202
  background-clip: padding-box;
203
  }
204
+
205
  .eael-data-table-th-img {
206
  display: inline-block;
207
  margin: 0 15px 0 0;
208
  line-height: 1;
209
  }
210
+
211
  .th-mobile-screen {
212
  display: none;
213
  }
214
+
215
  @media (max-width: 767px) {
216
  .eael-data-table-wrap {
217
  overflow-x: scroll !important;
307
  justify-content: flex-end;
308
  }
309
  }
310
+
311
  table.eael-data-table thead .sorting:after {
312
+ content: "\f0dc";
313
  }
314
+
315
  table.eael-data-table thead .headerSortDown:after {
316
+ content: "\f0dd";
317
  }
318
+
319
  table.eael-data-table thead .headerSortUp:after {
320
+ content: "\f0de";
321
  }
322
+
323
  table.eael-data-table thead .sorting_disabled.sorting:after {
324
  display: none;
325
  }
326
+
327
  table.eael-data-table .sorting.sorting-none:after {
328
  display: none;
329
  }
330
+
331
  table.eael-data-table .sorting_desc.sorting-none:after {
332
  display: none;
333
  }
334
+
335
  table.eael-data-table .sorting_asc.sorting-none:after {
336
  display: none;
337
  }
338
+
339
  .eael-table-align-left table.eael-data-table {
340
  float: left;
341
  }
342
+
343
  .eael-table-align-center table.eael-data-table {
344
  margin: 0 auto;
345
  }
346
+
347
  .eael-table-align-right table.eael-data-table {
348
  float: right;
349
  }
350
+
351
  .eael-hide-elements .eael-data-tables_info {
352
  display: none;
353
  }
354
+
355
  .eael-dt-th-align-left .eael-data-table thead tr th {
356
  text-align: left;
357
  }
358
+
359
  .eael-dt-th-align-right .eael-data-table thead tr th {
360
  text-align: right;
361
  padding-right: 30px;
362
  }
363
+
364
  .eael-dt-th-align-center .eael-data-table thead tr th {
365
  text-align: center;
366
  }
367
+
368
  .eael-dt-td-align-left .eael-data-table tbody tr td {
369
  text-align: left;
370
  }
371
+
372
  .eael-dt-td-align-center .eael-data-table tbody tr td {
373
  text-align: center;
374
  }
375
+
376
  .eael-dt-td-align-right .eael-data-table tbody tr td {
377
  text-align: right;
378
  padding-right: 30px;
379
  }
380
+
381
  .eael-dt-td-align-left .eael-data-table .th-mobile-screen {
382
  text-align: left;
383
  }
384
+
385
  .eael-dt-td-align-center .eael-data-table .th-mobile-screen {
386
  text-align: center;
387
  }
388
+
389
  .eael-dt-td-align-right .eael-data-table .th-mobile-screen {
390
  text-align: right;
391
  }
392
+
393
  @media (max-width: 1024px) {
394
  .eael-dt-td-align-tablet-left .eael-data-table tbody tr td {
395
  text-align: left;
425
  text-align: center;
426
  }
427
  }
428
+
429
  @media (max-width: 767px) {
430
  .eael-dt-td-align-mobile-left .eael-data-table tbody tr td {
431
  text-align: left;
assets/front-end/css/view/event-calendar.css CHANGED
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
  .eael-event-calendar-wrapper {
3
  font-family: Segoe UI;
4
  }
@@ -219,19 +218,19 @@
219
  -webkit-font-smoothing: antialiased;
220
  }
221
  .fc-toolbar.fc-header-toolbar button.fc-timeGridWeek-button:before {
222
- content: "";
223
  left: 8px;
224
  }
225
  .fc-toolbar.fc-header-toolbar button.fc-timeGridDay-button:before {
226
- content: "";
227
  left: 21px;
228
  }
229
  .fc-toolbar.fc-header-toolbar button.fc-dayGridMonth-button:before {
230
- content: "";
231
  }
232
  .fc-toolbar.fc-header-toolbar button.fc-listWeek-button:before,
233
  .fc-toolbar.fc-header-toolbar button.fc-listMonth-button:before {
234
- content: "";
235
  }
236
  .fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary {
237
  -webkit-box-shadow: none;
 
1
  .eael-event-calendar-wrapper {
2
  font-family: Segoe UI;
3
  }
218
  -webkit-font-smoothing: antialiased;
219
  }
220
  .fc-toolbar.fc-header-toolbar button.fc-timeGridWeek-button:before {
221
+ content: "\f03a";
222
  left: 8px;
223
  }
224
  .fc-toolbar.fc-header-toolbar button.fc-timeGridDay-button:before {
225
+ content: "\f0c9";
226
  left: 21px;
227
  }
228
  .fc-toolbar.fc-header-toolbar button.fc-dayGridMonth-button:before {
229
+ content: "\f00a";
230
  }
231
  .fc-toolbar.fc-header-toolbar button.fc-listWeek-button:before,
232
  .fc-toolbar.fc-header-toolbar button.fc-listMonth-button:before {
233
+ content: "\f00b";
234
  }
235
  .fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary {
236
  -webkit-box-shadow: none;
assets/front-end/css/view/filterable-gallery.css CHANGED
@@ -355,8 +355,8 @@ a.eael-gallery-load-more, a.eael-gallery-load-more:hover {
355
  }
356
 
357
  .eael-gallery-grid-item {
358
- margin-left: calc(20px/2);
359
- margin-right: calc(20px/2);
360
  margin-bottom: 20px;
361
  position: relative;
362
  overflow: hidden;
355
  }
356
 
357
  .eael-gallery-grid-item {
358
+ margin-left: 10px;
359
+ margin-right: 10px;
360
  margin-bottom: 20px;
361
  position: relative;
362
  overflow: hidden;
assets/front-end/css/view/filterable-gallery.min.css CHANGED
@@ -1 +1 @@
1
- .eael-filter-gallery-control{width:100%}.eael-filter-gallery-control ul,.eael-filter-gallery-control ul li{text-align:center}.eael-filter-gallery-control ul{margin:0px 0px 20px 0px;padding:0px;text-align:center}.eael-filter-gallery-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:1 1 auto;flex-flow:1 1 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0px;margin:0px}.eael-filter-gallery-control ul li{list-style:none;font-size:24px;display:inline-block;text-align:center}.eael-filter-gallery-control ul li a.control{font-family:"Montserrat",sans-serif;font-size:16px;font-weight:600;padding:10px 25px;margin:10px 6px}.eael-filter-gallery-container{text-align:justify;font-size:.1px}.eael-filter-gallery-container:after{content:"";display:inline-block;width:100%}.eael-filter-gallery-container:not(.eael-cards) .item:before{content:"";display:inline-block;padding-top:56.25%}.eael-filter-gallery-container .item .caption{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:1 1 100%;flex-flow:1 1 100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1;top:0px;left:0px;right:0px;bottom:0px;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;-o-transition:transform .4s;transition:transform .4s;transition:transform .4s, -webkit-transform .4s}.eael-filter-gallery-container.eael-cards .item .caption{display:none}.eael-filter-gallery-container.eael-cards .item .item-img .caption{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:1 1 100%;flex-flow:1 1 100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:10;top:0px;left:0px;right:0px;bottom:0px;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;-o-transition:transform .4s;transition:transform .4s;transition:transform .4s, -webkit-transform .4s}.gallery-item-caption-over{width:100%;height:auto}a.eael-gallery-load-more,a.eael-gallery-load-more:hover{text-decoration:none}.eael-filter-gallery-container .item .caption.eael-zoom-in,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.eael-filter-gallery-container .item:hover .caption.eael-zoom-in,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.eael-filter-gallery-container .item .caption.eael-slide-left,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.eael-filter-gallery-container .item:hover .caption.eael-slide-left,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.eael-filter-gallery-container .item .caption.eael-slide-right,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.eael-filter-gallery-container .item:hover .caption.eael-slide-right,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.eael-filter-gallery-container .item .caption.eael-slide-top,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.eael-filter-gallery-container .item:hover .caption.eael-slide-top,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top{-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%)}.eael-filter-gallery-container .item .caption.eael-slide-bottom,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.eael-filter-gallery-container .item:hover .caption.eael-slide-bottom,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom{-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%)}.eael-filter-gallery-container .item .caption a{display:inline-block;width:50px;height:50px;text-align:center;line-height:50px;border-radius:50%;margin:0 5px;font-size:20px;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-filter-gallery-container .item .caption a:nth-child(1),.eael-container .item .caption a:nth-child(2){-webkit-transition:.6s;-o-transition:.6s;transition:.6s;opacity:0}.eael-filter-gallery-container .item .caption a:nth-child(1){-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.eael-filter-gallery-container .item .caption a:nth-child(2){-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.eael-filter-gallery-container .item .caption:hover a:nth-child(1),.eael-filter-gallery-container .item .caption:hover a:nth-child(2){-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);opacity:1}.eael-filter-gallery-container .item .caption .eael-popup-link{outline:0}.eael-filter-gallery-container.eael-cards .item:before{padding-top:0px}.eael-filter-gallery-container.eael-cards .item-img{position:relative;background-repeat:no-repeat;background-position:center;background-size:cover;height:220px;z-index:0;overflow:hidden}.eael-filter-gallery-container.eael-cards .item-content{padding:15px}.eael-filter-gallery-container.eael-cards .item-content .title,.eael-filter-gallery-container.eael-cards .item-content .title a{font-size:20px;line-height:1;margin-bottom:0px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-filter-gallery-container.eael-cards .item-content p{font-size:14px;line-height:26px}.eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:center}.eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:right}.eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:center}.eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:right}.eael-fg-content-align-left .eael-cards .item .item-content{text-align:left}.eael-fg-content-align-center .eael-cards .item .item-content{text-align:center}.eael-fg-content-align-right .eael-cards .item .item-content{text-align:right}.mfp-wrap~div.dialog-widget{display:none !important}.eael-filterable-gallery-item-wrap{float:left;width:33.33%}.eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap{width:100%}.eael-filter-gallery-control>ul li{font-size:13px;line-height:1.8;text-transform:uppercase;letter-spacing:1px;padding:6px 15px;cursor:pointer;margin:0 5px;font-weight:normal}.eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap{width:50%}.eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap{width:25%}.eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap{width:20%}.eael-gallery-grid-item{margin-left:calc(20px/2);margin-right:calc(20px/2);margin-bottom:20px;position:relative;overflow:hidden}.gallery-item-caption-wrap,.media-content-wrap{font-size:14px;text-align:left}.gallery-item-thumbnail-wrap.caption-style-card img{max-height:100%;width:100%}.gallery-item-caption-wrap.caption-style-hoverer{position:absolute;left:0;top:0;height:100%;width:100%;padding:15px;z-index:10}.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap>img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.fg-item-title,.fg-item-content{color:#fff;font-family:inherit}.gallery-item-caption-wrap.caption-style-card .fg-item-title{font-size:18px;margin:15px 0 15px;line-height:1}.gallery-item-caption-wrap.caption-style-card{background:#f7f7f7}.gallery-item-caption-wrap.caption-style-card .fg-item-title{margin:10px 0 15px;color:#000}.gallery-item-caption-wrap.caption-style-card .fg-item-content{color:#212529;line-height:1.5;font-weight:normal}.gallery-item-buttons>a{display:inline-block;font-size:16px;color:#000;margin-right:15px}.gallery-item-buttons>a:visited{color:#000}.gallery-item-caption-wrap.caption-style-card{padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:inherit}.gallery-item-caption-wrap .gallery-item-hoverer-bg{position:absolute;left:0;top:0;height:100%;width:100%;content:"";background:#000;z-index:-1;opacity:.7}.gallery-item-caption-wrap.caption-style-hoverer{visibility:hidden;opacity:0;-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer{opacity:1;visibility:visible}.gallery-item-caption-wrap.caption-style-hoverer h5{font-size:20px;margin-bottom:5px;line-height:1}.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5{-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease}.gallery-item-caption-wrap.caption-style-hoverer p{margin-bottom:5px}.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p{-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease}.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons{-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease}.gallery-item-caption-wrap .gallery-item-buttons>a span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;outline:none;text-decoration:none;display:inline-block;text-align:center}.gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease}.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);visibility:visible;opacity:1}.gallery-item-caption-wrap.caption-style-hoverer.eael-none{-webkit-transition:none;-o-transition:none;transition:none}.gallery-item-thumbnail-wrap{position:relative}.video-popup,.video-popup-bg{position:absolute;left:0;top:0;height:100%;width:100%}.video-popup>img{width:62px;position:relative;z-index:1;-webkit-transition:300ms;-o-transition:300ms;transition:300ms}.video-popup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.video-popup:hover>img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.video-popup-bg{visibility:hidden;opacity:0;-webkit-transition:350ms;-o-transition:350ms;transition:350ms}.eael-gallery-grid-item:hover .video-popup-bg{visibility:visible;opacity:1}.gallery-item-thumbnail-wrap>.gallery-item-caption-wrap{position:absolute;left:0;top:0;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.gallery-item-caption-wrap.card-hover-bg{visibility:hidden;opacity:0;-webkit-transition:800ms;-o-transition:800ms;transition:800ms}.gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg{visibility:visible;opacity:1}.gallery-item-caption-wrap .gallery-item-buttons>a>i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}@media only screen and (min-width: 1025px){.elementor-element.elementor-grid-1{position:relative}.elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap{width:100%;float:left}.elementor-element.elementor-grid-2{position:relative}.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap{width:50%;float:left}.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n){margin-right:0 !important}.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1){clear:left}.elementor-element.elementor-grid-3{position:relative}.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap{width:33.3333%;float:left}.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n){margin-right:0 !important}.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-4{position:relative}.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap{width:25%;float:left}.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n){margin-right:0 !important}.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-5{position:relative}.elementor-element.elementor-grid-5 .pp-logo-grid{margin-right:-5px}.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap{width:20%;float:left}.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n){margin-right:0 !important}.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-6{position:relative}.elementor-element.elementor-grid-6 .pp-logo-grid{margin-right:-6px}.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap{width:16%;float:left}.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n){margin-right:0 !important}.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1){clear:left}}@media only screen and (max-width: 1024px)and (min-width: 766px){.elementor-element.elementor-grid-tablet-1{position:relative}.elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap{width:100%;float:left}.elementor-element.elementor-grid-tablet-2{position:relative}.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap{width:50%;float:left}.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1){clear:left}.elementor-element.elementor-grid-tablet-3{position:relative}.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap{width:33.3333%;float:left}.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-tablet-4{position:relative}.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap{width:25%;float:left}.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-tablet-5{position:relative}.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap{width:20%;float:left}.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-tablet-6{position:relative}.elementor-element.elementor-grid-tablet-6 .pp-logo-grid{margin-right:-6px}.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap{width:16%;float:left}.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1){clear:left}}@media only screen and (max-width: 767px){.elementor-element.elementor-grid-mobile-1{position:relative}.elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap{width:100%;float:left}.elementor-element.elementor-grid-mobile-2{position:relative}.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap{width:50%;float:left}.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1){clear:left}.elementor-element.elementor-grid-mobile-3{position:relative}.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap{width:33.3333%;float:left}.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-mobile-4{position:relative}.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap{width:25%;float:left}.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-mobile-5{position:relative}.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap{width:20%;float:left}.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-mobile-6{position:relative}.elementor-element.elementor-grid-mobile-6 .pp-logo-grid{margin-right:-6px}.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap{width:16%;float:left}.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1){clear:left}}.fg-layout-3-filter-controls{margin:0;padding:0;list-style:none}.fg-layout-3-item-content{text-align:center}.fg-layout-3-item-content .fg-item-title{font-size:18px;line-height:1;font-weight:500;margin:0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms}.fg-layout-3-item-content .fg-item-content p{font-size:13px;font-weight:400}.fg-filter-wrap{position:relative;-ms-flex-preferred-size:30%;flex-basis:30%}.fg-layout-3-filter-controls{position:absolute;left:0;background:#fff;z-index:999;width:150px;visibility:hidden;opacity:0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms;width:100%;border-radius:5px;padding-top:7px}.fg-layout-3-filter-controls.open-filters{visibility:visible;opacity:1}.fg-layout-3-filter-controls li.control{padding:5px 5px 5px 10px;cursor:pointer;-webkit-transition:300ms;-o-transition:300ms;transition:300ms;font-size:14px;color:#7f8995;font-weight:normal}.fg-layout-3-filter-controls li.control:hover{color:#2d425a}.fg-layout-3-filter-controls li.control:first-child{border-top:0px solid}.fg-layout-3-filter-controls li.control:last-child{border-bottom:0px solid}.fg-layout-3-filters-wrap{max-width:600px;margin:15px auto 50px}.fg-filter-wrap button{width:100%;border:0px solid;border-radius:0px;padding:17px 13px;font-size:14px;color:#2d425a;background:#f7f8ff;height:55px;border-right:1px solid #abb5ff;border-radius:10px 0px 0 10px;outline:none;text-align:center;position:relative}.fg-filter-wrap button>i{font-size:18px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-left:10px}.fg-layout-3-search-box{-ms-flex-preferred-size:70%;flex-basis:70%;height:100%}.fg-layout-3-search-box input[type=text]{width:100%;height:100%;margin:0;padding:15px;border:0px solid;outline:none;background:none}.fg-layout-3-search-box input[type=text]::-webkit-input-placeholder{color:#7f8995;font-size:13px}.fg-layout-3-search-box input[type=text]::-moz-placeholder{color:#7f8995;font-size:13px}.fg-layout-3-search-box input[type=text]:-ms-input-placeholder{color:#7f8995;font-size:13px}.fg-layout-3-search-box input[type=text]:-moz-placeholder{color:#7f8995;font-size:13px}.fg-layout-3-filters-wrap{height:55px;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fg-layout-3-filters-wrap .fg-layout-3-search-box{background:#f7f8ff;border-radius:0 10px 10px 0}.fg-layout-3-item-thumb{position:relative;overflow:hidden}.fg-layout-3-item-thumb .gallery-item-buttons{text-align:center;position:absolute;left:0;top:0;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:4}.fg-layout-3-item-content{padding:27px 27px 30px;text-align:center}.eael-fg-card-content-align-left .fg-layout-3-item-content{text-align:left}.eael-fg-card-content-align-center .fg-layout-3-item-content{text-align:center}.eael-fg-card-content-align-right .fg-layout-3-item-content{text-align:right}.eael-filterable-gallery-item-wrap .fg-layout-3-item.eael-gallery-grid-item{-webkit-box-shadow:0px 0px 30px 0px rgba(3,29,60,.05);box-shadow:0px 0px 30px 0px rgba(3,29,60,.05);border-radius:5px}.fg-caption-head{position:absolute;left:0;top:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:35px 35px;z-index:3;color:#fff;font-size:18px;font-weight:700}.fg-item-category>span{font-size:12px;color:#fff;background:#fa9196;padding:10px 12px;display:inline-block}.fg-layout-3-item-content{position:relative}.fg-item-category{position:absolute;left:0;top:0;text-align:center;width:100%;height:30px;margin-top:-15px;z-index:11}.fg-item-category span{border-radius:5px;line-height:1;visibility:hidden;opacity:0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms}.fg-layout-3-item.eael-gallery-grid-item:hover .fg-item-category span{visibility:visible;opacity:1}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{width:auto}.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:pointer}.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover{text-decoration:none}button.mfp-close:not(.toggle),button.mfp-arrow:not(.toggle){background:transparent}
1
+ .eael-filter-gallery-control{width:100%}.eael-filter-gallery-control ul,.eael-filter-gallery-control ul li{text-align:center}.eael-filter-gallery-control ul{margin:0px 0px 20px 0px;padding:0px;text-align:center}.eael-filter-gallery-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:1 1 auto;flex-flow:1 1 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0px;margin:0px}.eael-filter-gallery-control ul li{list-style:none;font-size:24px;display:inline-block;text-align:center}.eael-filter-gallery-control ul li a.control{font-family:"Montserrat",sans-serif;font-size:16px;font-weight:600;padding:10px 25px;margin:10px 6px}.eael-filter-gallery-container{text-align:justify;font-size:.1px}.eael-filter-gallery-container:after{content:"";display:inline-block;width:100%}.eael-filter-gallery-container:not(.eael-cards) .item:before{content:"";display:inline-block;padding-top:56.25%}.eael-filter-gallery-container .item .caption{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:1 1 100%;flex-flow:1 1 100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1;top:0px;left:0px;right:0px;bottom:0px;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;-o-transition:transform .4s;transition:transform .4s;transition:transform .4s, -webkit-transform .4s}.eael-filter-gallery-container.eael-cards .item .caption{display:none}.eael-filter-gallery-container.eael-cards .item .item-img .caption{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:1 1 100%;flex-flow:1 1 100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:10;top:0px;left:0px;right:0px;bottom:0px;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;-o-transition:transform .4s;transition:transform .4s;transition:transform .4s, -webkit-transform .4s}.gallery-item-caption-over{width:100%;height:auto}a.eael-gallery-load-more,a.eael-gallery-load-more:hover{text-decoration:none}.eael-filter-gallery-container .item .caption.eael-zoom-in,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.eael-filter-gallery-container .item:hover .caption.eael-zoom-in,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.eael-filter-gallery-container .item .caption.eael-slide-left,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.eael-filter-gallery-container .item:hover .caption.eael-slide-left,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.eael-filter-gallery-container .item .caption.eael-slide-right,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.eael-filter-gallery-container .item:hover .caption.eael-slide-right,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.eael-filter-gallery-container .item .caption.eael-slide-top,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.eael-filter-gallery-container .item:hover .caption.eael-slide-top,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top{-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%)}.eael-filter-gallery-container .item .caption.eael-slide-bottom,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.eael-filter-gallery-container .item:hover .caption.eael-slide-bottom,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom{-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%)}.eael-filter-gallery-container .item .caption a{display:inline-block;width:50px;height:50px;text-align:center;line-height:50px;border-radius:50%;margin:0 5px;font-size:20px;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-filter-gallery-container .item .caption a:nth-child(1),.eael-container .item .caption a:nth-child(2){-webkit-transition:.6s;-o-transition:.6s;transition:.6s;opacity:0}.eael-filter-gallery-container .item .caption a:nth-child(1){-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.eael-filter-gallery-container .item .caption a:nth-child(2){-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.eael-filter-gallery-container .item .caption:hover a:nth-child(1),.eael-filter-gallery-container .item .caption:hover a:nth-child(2){-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);opacity:1}.eael-filter-gallery-container .item .caption .eael-popup-link{outline:0}.eael-filter-gallery-container.eael-cards .item:before{padding-top:0px}.eael-filter-gallery-container.eael-cards .item-img{position:relative;background-repeat:no-repeat;background-position:center;background-size:cover;height:220px;z-index:0;overflow:hidden}.eael-filter-gallery-container.eael-cards .item-content{padding:15px}.eael-filter-gallery-container.eael-cards .item-content .title,.eael-filter-gallery-container.eael-cards .item-content .title a{font-size:20px;line-height:1;margin-bottom:0px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-filter-gallery-container.eael-cards .item-content p{font-size:14px;line-height:26px}.eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:center}.eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:right}.eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:center}.eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:right}.eael-fg-content-align-left .eael-cards .item .item-content{text-align:left}.eael-fg-content-align-center .eael-cards .item .item-content{text-align:center}.eael-fg-content-align-right .eael-cards .item .item-content{text-align:right}.mfp-wrap~div.dialog-widget{display:none !important}.eael-filterable-gallery-item-wrap{float:left;width:33.33%}.eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap{width:100%}.eael-filter-gallery-control>ul li{font-size:13px;line-height:1.8;text-transform:uppercase;letter-spacing:1px;padding:6px 15px;cursor:pointer;margin:0 5px;font-weight:normal}.eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap{width:50%}.eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap{width:25%}.eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap{width:20%}.eael-gallery-grid-item{margin-left:10px;margin-right:10px;margin-bottom:20px;position:relative;overflow:hidden}.gallery-item-caption-wrap,.media-content-wrap{font-size:14px;text-align:left}.gallery-item-thumbnail-wrap.caption-style-card img{max-height:100%;width:100%}.gallery-item-caption-wrap.caption-style-hoverer{position:absolute;left:0;top:0;height:100%;width:100%;padding:15px;z-index:10}.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap>img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.fg-item-title,.fg-item-content{color:#fff;font-family:inherit}.gallery-item-caption-wrap.caption-style-card .fg-item-title{font-size:18px;margin:15px 0 15px;line-height:1}.gallery-item-caption-wrap.caption-style-card{background:#f7f7f7}.gallery-item-caption-wrap.caption-style-card .fg-item-title{margin:10px 0 15px;color:#000}.gallery-item-caption-wrap.caption-style-card .fg-item-content{color:#212529;line-height:1.5;font-weight:normal}.gallery-item-buttons>a{display:inline-block;font-size:16px;color:#000;margin-right:15px}.gallery-item-buttons>a:visited{color:#000}.gallery-item-caption-wrap.caption-style-card{padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:inherit}.gallery-item-caption-wrap .gallery-item-hoverer-bg{position:absolute;left:0;top:0;height:100%;width:100%;content:"";background:#000;z-index:-1;opacity:.7}.gallery-item-caption-wrap.caption-style-hoverer{visibility:hidden;opacity:0;-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer{opacity:1;visibility:visible}.gallery-item-caption-wrap.caption-style-hoverer h5{font-size:20px;margin-bottom:5px;line-height:1}.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5{-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease}.gallery-item-caption-wrap.caption-style-hoverer p{margin-bottom:5px}.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p{-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease}.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons{-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease}.gallery-item-caption-wrap .gallery-item-buttons>a span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;outline:none;text-decoration:none;display:inline-block;text-align:center}.gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease}.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);visibility:visible;opacity:1}.gallery-item-caption-wrap.caption-style-hoverer.eael-none{-webkit-transition:none;-o-transition:none;transition:none}.gallery-item-thumbnail-wrap{position:relative}.video-popup,.video-popup-bg{position:absolute;left:0;top:0;height:100%;width:100%}.video-popup>img{width:62px;position:relative;z-index:1;-webkit-transition:300ms;-o-transition:300ms;transition:300ms}.video-popup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.video-popup:hover>img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.video-popup-bg{visibility:hidden;opacity:0;-webkit-transition:350ms;-o-transition:350ms;transition:350ms}.eael-gallery-grid-item:hover .video-popup-bg{visibility:visible;opacity:1}.gallery-item-thumbnail-wrap>.gallery-item-caption-wrap{position:absolute;left:0;top:0;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.gallery-item-caption-wrap.card-hover-bg{visibility:hidden;opacity:0;-webkit-transition:800ms;-o-transition:800ms;transition:800ms}.gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg{visibility:visible;opacity:1}.gallery-item-caption-wrap .gallery-item-buttons>a>i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}@media only screen and (min-width: 1025px){.elementor-element.elementor-grid-1{position:relative}.elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap{width:100%;float:left}.elementor-element.elementor-grid-2{position:relative}.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap{width:50%;float:left}.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n){margin-right:0 !important}.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1){clear:left}.elementor-element.elementor-grid-3{position:relative}.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap{width:33.3333%;float:left}.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n){margin-right:0 !important}.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-4{position:relative}.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap{width:25%;float:left}.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n){margin-right:0 !important}.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-5{position:relative}.elementor-element.elementor-grid-5 .pp-logo-grid{margin-right:-5px}.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap{width:20%;float:left}.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n){margin-right:0 !important}.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-6{position:relative}.elementor-element.elementor-grid-6 .pp-logo-grid{margin-right:-6px}.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap{width:16%;float:left}.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n){margin-right:0 !important}.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1){clear:left}}@media only screen and (max-width: 1024px)and (min-width: 766px){.elementor-element.elementor-grid-tablet-1{position:relative}.elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap{width:100%;float:left}.elementor-element.elementor-grid-tablet-2{position:relative}.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap{width:50%;float:left}.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1){clear:left}.elementor-element.elementor-grid-tablet-3{position:relative}.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap{width:33.3333%;float:left}.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-tablet-4{position:relative}.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap{width:25%;float:left}.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-tablet-5{position:relative}.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap{width:20%;float:left}.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-tablet-6{position:relative}.elementor-element.elementor-grid-tablet-6 .pp-logo-grid{margin-right:-6px}.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap{width:16%;float:left}.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n){margin-right:0 !important}.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1){clear:left}}@media only screen and (max-width: 767px){.elementor-element.elementor-grid-mobile-1{position:relative}.elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap{width:100%;float:left}.elementor-element.elementor-grid-mobile-2{position:relative}.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap{width:50%;float:left}.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1){clear:left}.elementor-element.elementor-grid-mobile-3{position:relative}.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap{width:33.3333%;float:left}.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-mobile-4{position:relative}.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap{width:25%;float:left}.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-mobile-5{position:relative}.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap{width:20%;float:left}.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-mobile-6{position:relative}.elementor-element.elementor-grid-mobile-6 .pp-logo-grid{margin-right:-6px}.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap{width:16%;float:left}.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n){margin-right:0 !important}.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1){clear:left}}.fg-layout-3-filter-controls{margin:0;padding:0;list-style:none}.fg-layout-3-item-content{text-align:center}.fg-layout-3-item-content .fg-item-title{font-size:18px;line-height:1;font-weight:500;margin:0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms}.fg-layout-3-item-content .fg-item-content p{font-size:13px;font-weight:400}.fg-filter-wrap{position:relative;-ms-flex-preferred-size:30%;flex-basis:30%}.fg-layout-3-filter-controls{position:absolute;left:0;background:#fff;z-index:999;width:150px;visibility:hidden;opacity:0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms;width:100%;border-radius:5px;padding-top:7px}.fg-layout-3-filter-controls.open-filters{visibility:visible;opacity:1}.fg-layout-3-filter-controls li.control{padding:5px 5px 5px 10px;cursor:pointer;-webkit-transition:300ms;-o-transition:300ms;transition:300ms;font-size:14px;color:#7f8995;font-weight:normal}.fg-layout-3-filter-controls li.control:hover{color:#2d425a}.fg-layout-3-filter-controls li.control:first-child{border-top:0px solid}.fg-layout-3-filter-controls li.control:last-child{border-bottom:0px solid}.fg-layout-3-filters-wrap{max-width:600px;margin:15px auto 50px}.fg-filter-wrap button{width:100%;border:0px solid;border-radius:0px;padding:17px 13px;font-size:14px;color:#2d425a;background:#f7f8ff;height:55px;border-right:1px solid #abb5ff;border-radius:10px 0px 0 10px;outline:none;text-align:center;position:relative}.fg-filter-wrap button>i{font-size:18px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-left:10px}.fg-layout-3-search-box{-ms-flex-preferred-size:70%;flex-basis:70%;height:100%}.fg-layout-3-search-box input[type=text]{width:100%;height:100%;margin:0;padding:15px;border:0px solid;outline:none;background:none}.fg-layout-3-search-box input[type=text]::-webkit-input-placeholder{color:#7f8995;font-size:13px}.fg-layout-3-search-box input[type=text]::-moz-placeholder{color:#7f8995;font-size:13px}.fg-layout-3-search-box input[type=text]:-ms-input-placeholder{color:#7f8995;font-size:13px}.fg-layout-3-search-box input[type=text]:-moz-placeholder{color:#7f8995;font-size:13px}.fg-layout-3-filters-wrap{height:55px;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fg-layout-3-filters-wrap .fg-layout-3-search-box{background:#f7f8ff;border-radius:0 10px 10px 0}.fg-layout-3-item-thumb{position:relative;overflow:hidden}.fg-layout-3-item-thumb .gallery-item-buttons{text-align:center;position:absolute;left:0;top:0;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:4}.fg-layout-3-item-content{padding:27px 27px 30px;text-align:center}.eael-fg-card-content-align-left .fg-layout-3-item-content{text-align:left}.eael-fg-card-content-align-center .fg-layout-3-item-content{text-align:center}.eael-fg-card-content-align-right .fg-layout-3-item-content{text-align:right}.eael-filterable-gallery-item-wrap .fg-layout-3-item.eael-gallery-grid-item{-webkit-box-shadow:0px 0px 30px 0px rgba(3,29,60,.05);box-shadow:0px 0px 30px 0px rgba(3,29,60,.05);border-radius:5px}.fg-caption-head{position:absolute;left:0;top:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:35px 35px;z-index:3;color:#fff;font-size:18px;font-weight:700}.fg-item-category>span{font-size:12px;color:#fff;background:#fa9196;padding:10px 12px;display:inline-block}.fg-layout-3-item-content{position:relative}.fg-item-category{position:absolute;left:0;top:0;text-align:center;width:100%;height:30px;margin-top:-15px;z-index:11}.fg-item-category span{border-radius:5px;line-height:1;visibility:hidden;opacity:0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms}.fg-layout-3-item.eael-gallery-grid-item:hover .fg-item-category span{visibility:visible;opacity:1}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{width:auto}.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:pointer}.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover{text-decoration:none}button.mfp-close:not(.toggle),button.mfp-arrow:not(.toggle){background:transparent}
assets/front-end/css/view/gravity-form.css CHANGED
@@ -55,18 +55,18 @@
55
 
56
  @media only screen and (max-width: 767px) {
57
  .gform_wrapper .gf_progressbar {
58
- width: calc(100%) !important;
59
  }
60
  }
61
 
62
  @media only screen and (min-width: 768px) {
63
  .gform_wrapper .gf_progressbar {
64
- width: calc(100%) !important;
65
  }
66
  }
67
 
68
  @media only screen and (min-width: 641px) {
69
  .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
70
- max-width: calc(100%) !important;
71
  }
72
  }
55
 
56
  @media only screen and (max-width: 767px) {
57
  .gform_wrapper .gf_progressbar {
58
+ width: 100% !important;
59
  }
60
  }
61
 
62
  @media only screen and (min-width: 768px) {
63
  .gform_wrapper .gf_progressbar {
64
+ width: 100% !important;
65
  }
66
  }
67
 
68
  @media only screen and (min-width: 641px) {
69
  .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
70
+ max-width: 100% !important;
71
  }
72
  }
assets/front-end/css/view/gravity-form.min.css CHANGED
@@ -1 +1 @@
1
- .eael-gravity-form-align-default,.eael-gravity-form-align-left,.eael-gravity-form-btn-align-left{text-align:left}.eael-gravity-form-align-right,.eael-gravity-form-btn-align-right{text-align:right}.eael-gravity-form-align-center,.eael-gravity-form-btn-align-center{text-align:center}.gform_wrapper form li,.gform_wrapper li{list-style:none}.eael-gravity-form .gform_wrapper ul.gform_fields li.gfield{padding:0px}.eael-gravity-form .gform_wrapper textarea{padding:0;font-weight:normal !important;font-family:inherit}.eael-gravity-form .gform_wrapper .gform_footer input.button,.eael-gravity-form .gform_wrapper .gform_footer input[type=submit],.eael-gravity-form .gform_wrapper .gform_page_footer input.button,.eael-gravity-form .gform_wrapper .gform_page_footer input[type=submit]{margin:0}.eael-gravity-form.title-description-hide .gform_heading{display:none}.eael-gravity-form.labels-hide .gform_wrapper .top_label .gfield_label,.eael-gravity-form.labels-hide .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label{display:none}.eael-gravity-form-button-full-width .gform_wrapper .gform_footer input[type=submit]{width:100%}.eael-gravity-form .gform_wrapper .gf_scroll_text .gsection_description{margin:0}@media only screen and (max-width: 767px){.gform_wrapper .gf_progressbar{width:calc(100%) !important}}@media only screen and (min-width: 768px){.gform_wrapper .gf_progressbar{width:calc(100%) !important}}@media only screen and (min-width: 641px){.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width:calc(100%) !important}}
1
+ .eael-gravity-form-align-default,.eael-gravity-form-align-left,.eael-gravity-form-btn-align-left{text-align:left}.eael-gravity-form-align-right,.eael-gravity-form-btn-align-right{text-align:right}.eael-gravity-form-align-center,.eael-gravity-form-btn-align-center{text-align:center}.gform_wrapper form li,.gform_wrapper li{list-style:none}.eael-gravity-form .gform_wrapper ul.gform_fields li.gfield{padding:0px}.eael-gravity-form .gform_wrapper textarea{padding:0;font-weight:normal !important;font-family:inherit}.eael-gravity-form .gform_wrapper .gform_footer input.button,.eael-gravity-form .gform_wrapper .gform_footer input[type=submit],.eael-gravity-form .gform_wrapper .gform_page_footer input.button,.eael-gravity-form .gform_wrapper .gform_page_footer input[type=submit]{margin:0}.eael-gravity-form.title-description-hide .gform_heading{display:none}.eael-gravity-form.labels-hide .gform_wrapper .top_label .gfield_label,.eael-gravity-form.labels-hide .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label{display:none}.eael-gravity-form-button-full-width .gform_wrapper .gform_footer input[type=submit]{width:100%}.eael-gravity-form .gform_wrapper .gf_scroll_text .gsection_description{margin:0}@media only screen and (max-width: 767px){.gform_wrapper .gf_progressbar{width:100% !important}}@media only screen and (min-width: 768px){.gform_wrapper .gf_progressbar{width:100% !important}}@media only screen and (min-width: 641px){.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width:100% !important}}
assets/front-end/css/view/post-grid.css CHANGED
@@ -1,24 +1,29 @@
1
- @charset "UTF-8";
2
  .eael-post-grid-container .eael-post-grid {
3
  margin: 0 -10px;
4
  }
 
5
  .eael-post-grid-container .eael-post-grid .eael-grid-post {
6
  float: left;
7
  padding: 10px;
8
  }
 
9
  .eael-post-carousel .eael-grid-post {
10
  float: none;
11
  padding: 0;
12
  }
 
13
  .eael-grid-post-holder {
14
  border: 1px solid rgba(0, 0, 0, 0.1);
15
  }
 
16
  .eael-grid-post-holder-inner {
17
  height: 100%;
18
  }
 
19
  .eael-entry-media {
20
  position: relative;
21
  }
 
22
  .eael-entry-overlay {
23
  position: absolute;
24
  top: 0;
@@ -32,6 +37,7 @@
32
  transition: opacity 0.2s ease-in-out, transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
33
  transition: opacity 0.2s ease-in-out, transform 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
34
  }
 
35
  .eael-entry-overlay > a {
36
  position: absolute;
37
  top: 0;
@@ -40,28 +46,35 @@
40
  height: 100%;
41
  z-index: 3;
42
  }
 
43
  .eael-entry-title {
44
  margin: 10px 0 5px;
45
  font-size: 1.2em;
46
  }
 
47
  .eael-entry-thumbnail img {
48
  width: 100%;
49
  max-width: 100%;
50
  vertical-align: middle;
51
  }
 
52
  .eael-entry-thumbnail > img {
53
  height: 100%;
54
  }
 
55
  .eael-entry-footer .eael-author-avatar {
56
  width: 50px;
57
  }
 
58
  .eael-entry-footer .eael-author-avatar .avatar {
59
  border-radius: 50%;
60
  }
 
61
  .eael-post-grid .eael-entry-footer .eael-entry-meta {
62
  padding-left: 8px;
63
  text-align: left;
64
  }
 
65
  .eael-grid-post .eael-entry-meta {
66
  display: -webkit-box;
67
  display: -ms-flexbox;
@@ -72,33 +85,40 @@
72
  flex-direction: row;
73
  white-space: nowrap;
74
  }
 
75
  .eael-grid-post .eael-entry-footer .eael-entry-meta {
76
  -webkit-box-orient: vertical;
77
  -webkit-box-direction: normal;
78
  -ms-flex-direction: column;
79
  flex-direction: column;
80
  }
 
81
  .eael-entry-meta > div {
82
  font-size: 12px;
83
  line-height: 1.2;
84
  padding-bottom: 5px;
85
  }
 
86
  .eael-grid-post-excerpt p {
87
  margin: 0;
88
  font-size: 14px;
89
  }
 
90
  .eael-entry-meta .eael-entry-footer .eael-posted-by {
91
  display: block;
92
  }
 
93
  .eael-grid-post .eael-entry-wrapper,
94
  .eael-grid-post .eael-entry-footer {
95
  padding: 15px;
96
  }
 
97
  .eael-post-grid .eael-entry-wrapper > .eael-entry-meta span.eael-posted-on {
98
  padding-left: 5px;
99
  }
 
100
  .eael-post-grid .eael-entry-wrapper > .eael-entry-meta span.eael-posted-on::before {
101
- content: "";
102
  font-family: "Font Awesome 5 Free";
103
  font-weight: 700;
104
  color: inherit;
@@ -106,10 +126,13 @@
106
  font-size: 0.8em;
107
  padding-right: 7px;
108
  }
 
109
  /*--- Post Grid Thumbnail Hover Effects ---*/
 
110
  .eael-entry-media {
111
  position: relative;
112
  }
 
113
  .eael-entry-overlay {
114
  display: -webkit-box;
115
  display: -ms-flexbox;
@@ -121,10 +144,13 @@
121
  -ms-flex-pack: center;
122
  justify-content: center;
123
  }
 
124
  .eael-entry-overlay > i {
125
  color: #fff;
126
  }
 
127
  /*--- fade in ---*/
 
128
  .eael-entry-overlay.fade-in {
129
  visibility: hidden;
130
  opacity: 0;
@@ -132,17 +158,21 @@
132
  -o-transition: 300ms;
133
  transition: 300ms;
134
  }
 
135
  .eael-entry-media:hover .eael-entry-overlay.fade-in {
136
  visibility: visible;
137
  opacity: 1;
138
  }
 
139
  .eael-entry-media:hover .eael-entry-overlay.fade-in > i {
140
  -webkit-transform: translate(0);
141
  -ms-transform: translate(0);
142
  transform: translate(0);
143
  opacity: 1;
144
  }
 
145
  /*--- zoom in --- */
 
146
  .eael-entry-overlay.zoom-in {
147
  -webkit-transform: scale(0.9);
148
  -ms-transform: scale(0.9);
@@ -153,6 +183,7 @@
153
  -o-transition: 300ms;
154
  transition: 300ms;
155
  }
 
156
  .eael-entry-media:hover .eael-entry-overlay.zoom-in {
157
  visibility: visible;
158
  opacity: 1;
@@ -160,7 +191,9 @@
160
  -ms-transform: scale(1);
161
  transform: scale(1);
162
  }
 
163
  /*--- slide up ---*/
 
164
  .eael-entry-overlay.slide-up {
165
  -webkit-transform: translateY(100%);
166
  -ms-transform: translateY(100%);
@@ -171,6 +204,7 @@
171
  -o-transition: 300ms;
172
  transition: 300ms;
173
  }
 
174
  .eael-entry-media:hover .eael-entry-overlay.slide-up {
175
  -webkit-transform: translateY(0);
176
  -ms-transform: translateY(0);
@@ -178,39 +212,49 @@
178
  visibility: visible;
179
  opacity: 1;
180
  }
 
181
  .eael-entry-media {
182
  overflow: hidden;
183
  }
 
184
  /*--- Post Grid & Carousel Hover Styles ---*/
 
185
  .eael-entry-media.grid-hover-style-fade-in .eael-entry-overlay {
186
  opacity: 0;
187
  }
 
188
  .eael-entry-media.grid-hover-style-fade-in:hover .eael-entry-overlay {
189
  opacity: 1;
190
  }
 
191
  .eael-entry-media.grid-hover-style-none .eael-entry-overlay {
192
  display: none;
193
  }
 
194
  .eael-entry-overlay.none {
195
  opacity: 0;
196
  }
 
197
  .eael-entry-media.grid-hover-style-zoom-in .eael-entry-overlay {
198
  -webkit-transform: scale(0.4);
199
  -ms-transform: scale(0.4);
200
  transform: scale(0.4);
201
  opacity: 0;
202
  }
 
203
  .eael-entry-media.grid-hover-style-zoom-in:hover .eael-entry-overlay {
204
  -webkit-transform: scale(1);
205
  -ms-transform: scale(1);
206
  transform: scale(1);
207
  opacity: 1;
208
  }
 
209
  .eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay {
210
  -webkit-transform: translateY(-100%);
211
  -ms-transform: translateY(-100%);
212
  transform: translateY(-100%);
213
  }
 
214
  .eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay > i {
215
  -webkit-transform: translateY(-100px);
216
  -ms-transform: translateY(-100px);
@@ -222,16 +266,19 @@
222
  -o-transition-duration: 300ms;
223
  transition-duration: 300ms;
224
  }
 
225
  .eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay {
226
  -webkit-transform: translate(0);
227
  -ms-transform: translate(0);
228
  transform: translate(0);
229
  }
 
230
  .eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay > i {
231
  -webkit-transform: translateY(0);
232
  -ms-transform: translateY(0);
233
  transform: translateY(0);
234
  }
 
235
  .eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay {
236
  -webkit-transform: translateY(100%);
237
  -ms-transform: translateY(100%);
@@ -239,6 +286,7 @@
239
  visibility: hidden;
240
  opacity: 0;
241
  }
 
242
  .eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay > i {
243
  -webkit-transform: translateY(100px);
244
  -ms-transform: translateY(100px);
@@ -250,6 +298,7 @@
250
  -o-transition-duration: 300ms;
251
  transition-duration: 300ms;
252
  }
 
253
  .eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay {
254
  -webkit-transform: translate(0);
255
  -ms-transform: translate(0);
@@ -257,17 +306,21 @@
257
  visibility: visible;
258
  opacity: 1;
259
  }
 
260
  .eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay > i {
261
  -webkit-transform: translateY(0);
262
  -ms-transform: translateY(0);
263
  transform: translateY(0);
264
  }
 
265
  .eael-grid-post .eael-entry-thumbnail > img {
266
  height: 100%;
267
  -o-object-fit: cover;
268
  object-fit: cover;
269
  }
 
270
  /*--- Gallery Column CSS ---*/
 
271
  @media only screen and (min-width: 1025px) {
272
  /* For Desktop: */
273
  .elementor-element.elementor-grid-eael-col-1 {
@@ -364,6 +417,7 @@
364
  clear: left;
365
  }
366
  }
 
367
  @media only screen and (max-width: 1024px) and (min-width: 766px) {
368
  /* For tablets: */
369
  .elementor-element.elementor-grid-tablet-eael-col-1 {
@@ -460,6 +514,7 @@
460
  clear: left;
461
  }
462
  }
 
463
  @media only screen and (max-width: 767px) {
464
  .elementor-element.elementor-grid-mobile-eael-col-1 {
465
  position: relative;
@@ -555,19 +610,23 @@
555
  clear: left;
556
  }
557
  }
 
558
  .eael-author-avatar > a {
559
  display: block;
560
  }
 
561
  .eael-entry-footer {
562
  overflow: hidden;
563
  display: -webkit-box;
564
  display: -ms-flexbox;
565
  display: flex;
566
  }
 
567
  .eael-entry-footer > div {
568
  display: inline-block;
569
  float: left;
570
  }
 
571
  .post-carousel-categories {
572
  position: absolute;
573
  left: 0;
@@ -583,26 +642,32 @@
583
  -o-transition: 300ms;
584
  transition: 300ms;
585
  }
 
586
  .post-carousel-categories li {
587
  display: inline-block;
588
  text-transform: capitalize;
589
  margin-right: 5px;
590
  position: relative;
591
  }
 
592
  .post-carousel-categories li:after {
593
  content: ",";
594
  color: #ffffff;
595
  }
 
596
  .post-carousel-categories li:last-child:after {
597
  display: none;
598
  }
 
599
  .post-carousel-categories li a {
600
  color: #fff;
601
  }
 
602
  .eael-entry-media:hover .post-carousel-categories {
603
  visibility: visible;
604
  opacity: 1;
605
  }
 
606
  .eael-post-grid-style-three .eael-meta-posted-on {
607
  min-width: 60px;
608
  height: 50px;
@@ -625,23 +690,28 @@
625
  margin-top: 12px;
626
  margin-left: 12px;
627
  }
 
628
  .eael-post-grid-style-three .eael-meta-posted-on span {
629
  display: block;
630
  }
 
631
  .eael-post-grid-style-two .eael-entry-meta {
632
  -webkit-box-align: baseline;
633
  -ms-flex-align: baseline;
634
  align-items: baseline;
635
  }
 
636
  .eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on {
637
  padding: 0;
638
  font-size: 12px;
639
  margin-right: 15px;
640
  color: #929292;
641
  }
 
642
  .eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on i {
643
  margin-right: 7px;
644
  }
 
645
  .eael-post-grid-style-two .eael-entry-meta .post-meta-categories {
646
  list-style: none;
647
  display: -webkit-inline-box;
@@ -652,17 +722,21 @@
652
  margin: 0;
653
  padding-left: 0;
654
  }
 
655
  .eael-post-grid-style-two .eael-entry-meta .post-meta-categories li {
656
  font-size: 12px;
657
  margin-right: 7px;
658
  color: #929292;
659
  }
 
660
  .eael-post-grid-style-two .eael-entry-meta .post-meta-categories li:last-child {
661
  margin-right: 0;
662
  }
 
663
  .eael-post-grid-style-two .eael-entry-meta .post-meta-categories li a {
664
  color: #929292;
665
  }
 
666
  .rtl .eael-grid-post .eael-entry-footer {
667
  direction: ltr;
668
  }
 
1
  .eael-post-grid-container .eael-post-grid {
2
  margin: 0 -10px;
3
  }
4
+
5
  .eael-post-grid-container .eael-post-grid .eael-grid-post {
6
  float: left;
7
  padding: 10px;
8
  }
9
+
10
  .eael-post-carousel .eael-grid-post {
11
  float: none;
12
  padding: 0;
13
  }
14
+
15
  .eael-grid-post-holder {
16
  border: 1px solid rgba(0, 0, 0, 0.1);
17
  }
18
+
19
  .eael-grid-post-holder-inner {
20
  height: 100%;
21
  }
22
+
23
  .eael-entry-media {
24
  position: relative;
25
  }
26
+
27
  .eael-entry-overlay {
28
  position: absolute;
29
  top: 0;
37
  transition: opacity 0.2s ease-in-out, transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
38
  transition: opacity 0.2s ease-in-out, transform 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
39
  }
40
+
41
  .eael-entry-overlay > a {
42
  position: absolute;
43
  top: 0;
46
  height: 100%;
47
  z-index: 3;
48
  }
49
+
50
  .eael-entry-title {
51
  margin: 10px 0 5px;
52
  font-size: 1.2em;
53
  }
54
+
55
  .eael-entry-thumbnail img {
56
  width: 100%;
57
  max-width: 100%;
58
  vertical-align: middle;
59
  }
60
+
61
  .eael-entry-thumbnail > img {
62
  height: 100%;
63
  }
64
+
65
  .eael-entry-footer .eael-author-avatar {
66
  width: 50px;
67
  }
68
+
69
  .eael-entry-footer .eael-author-avatar .avatar {
70
  border-radius: 50%;
71
  }
72
+
73
  .eael-post-grid .eael-entry-footer .eael-entry-meta {
74
  padding-left: 8px;
75
  text-align: left;
76
  }
77
+
78
  .eael-grid-post .eael-entry-meta {
79
  display: -webkit-box;
80
  display: -ms-flexbox;
85
  flex-direction: row;
86
  white-space: nowrap;
87
  }
88
+
89
  .eael-grid-post .eael-entry-footer .eael-entry-meta {
90
  -webkit-box-orient: vertical;
91
  -webkit-box-direction: normal;
92
  -ms-flex-direction: column;
93
  flex-direction: column;
94
  }
95
+
96
  .eael-entry-meta > div {
97
  font-size: 12px;
98
  line-height: 1.2;
99
  padding-bottom: 5px;
100
  }
101
+
102
  .eael-grid-post-excerpt p {
103
  margin: 0;
104
  font-size: 14px;
105
  }
106
+
107
  .eael-entry-meta .eael-entry-footer .eael-posted-by {
108
  display: block;
109
  }
110
+
111
  .eael-grid-post .eael-entry-wrapper,
112
  .eael-grid-post .eael-entry-footer {
113
  padding: 15px;
114
  }
115
+
116
  .eael-post-grid .eael-entry-wrapper > .eael-entry-meta span.eael-posted-on {
117
  padding-left: 5px;
118
  }
119
+
120
  .eael-post-grid .eael-entry-wrapper > .eael-entry-meta span.eael-posted-on::before {
121
+ content: "\f111";
122
  font-family: "Font Awesome 5 Free";
123
  font-weight: 700;
124
  color: inherit;
126
  font-size: 0.8em;
127
  padding-right: 7px;
128
  }
129
+
130
  /*--- Post Grid Thumbnail Hover Effects ---*/
131
+
132
  .eael-entry-media {
133
  position: relative;
134
  }
135
+
136
  .eael-entry-overlay {
137
  display: -webkit-box;
138
  display: -ms-flexbox;
144
  -ms-flex-pack: center;
145
  justify-content: center;
146
  }
147
+
148
  .eael-entry-overlay > i {
149
  color: #fff;
150
  }
151
+
152
  /*--- fade in ---*/
153
+
154
  .eael-entry-overlay.fade-in {
155
  visibility: hidden;
156
  opacity: 0;
158
  -o-transition: 300ms;
159
  transition: 300ms;
160
  }
161
+
162
  .eael-entry-media:hover .eael-entry-overlay.fade-in {
163
  visibility: visible;
164
  opacity: 1;
165
  }
166
+
167
  .eael-entry-media:hover .eael-entry-overlay.fade-in > i {
168
  -webkit-transform: translate(0);
169
  -ms-transform: translate(0);
170
  transform: translate(0);
171
  opacity: 1;
172
  }
173
+
174
  /*--- zoom in --- */
175
+
176
  .eael-entry-overlay.zoom-in {
177
  -webkit-transform: scale(0.9);
178
  -ms-transform: scale(0.9);
183
  -o-transition: 300ms;
184
  transition: 300ms;
185
  }
186
+
187
  .eael-entry-media:hover .eael-entry-overlay.zoom-in {
188
  visibility: visible;
189
  opacity: 1;
191
  -ms-transform: scale(1);
192
  transform: scale(1);
193
  }
194
+
195
  /*--- slide up ---*/
196
+
197
  .eael-entry-overlay.slide-up {
198
  -webkit-transform: translateY(100%);
199
  -ms-transform: translateY(100%);
204
  -o-transition: 300ms;
205
  transition: 300ms;
206
  }
207
+
208
  .eael-entry-media:hover .eael-entry-overlay.slide-up {
209
  -webkit-transform: translateY(0);
210
  -ms-transform: translateY(0);
212
  visibility: visible;
213
  opacity: 1;
214
  }
215
+
216
  .eael-entry-media {
217
  overflow: hidden;
218
  }
219
+
220
  /*--- Post Grid & Carousel Hover Styles ---*/
221
+
222
  .eael-entry-media.grid-hover-style-fade-in .eael-entry-overlay {
223
  opacity: 0;
224
  }
225
+
226
  .eael-entry-media.grid-hover-style-fade-in:hover .eael-entry-overlay {
227
  opacity: 1;
228
  }
229
+
230
  .eael-entry-media.grid-hover-style-none .eael-entry-overlay {
231
  display: none;
232
  }
233
+
234
  .eael-entry-overlay.none {
235
  opacity: 0;
236
  }
237
+
238
  .eael-entry-media.grid-hover-style-zoom-in .eael-entry-overlay {
239
  -webkit-transform: scale(0.4);
240
  -ms-transform: scale(0.4);
241
  transform: scale(0.4);
242
  opacity: 0;
243
  }
244
+
245
  .eael-entry-media.grid-hover-style-zoom-in:hover .eael-entry-overlay {
246
  -webkit-transform: scale(1);
247
  -ms-transform: scale(1);
248
  transform: scale(1);
249
  opacity: 1;
250
  }
251
+
252
  .eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay {
253
  -webkit-transform: translateY(-100%);
254
  -ms-transform: translateY(-100%);
255
  transform: translateY(-100%);
256
  }
257
+
258
  .eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay > i {
259
  -webkit-transform: translateY(-100px);
260
  -ms-transform: translateY(-100px);
266
  -o-transition-duration: 300ms;
267
  transition-duration: 300ms;
268
  }
269
+
270
  .eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay {
271
  -webkit-transform: translate(0);
272
  -ms-transform: translate(0);
273
  transform: translate(0);
274
  }
275
+
276
  .eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay > i {
277
  -webkit-transform: translateY(0);
278
  -ms-transform: translateY(0);
279
  transform: translateY(0);
280
  }
281
+
282
  .eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay {
283
  -webkit-transform: translateY(100%);
284
  -ms-transform: translateY(100%);
286
  visibility: hidden;
287
  opacity: 0;
288
  }
289
+
290
  .eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay > i {
291
  -webkit-transform: translateY(100px);
292
  -ms-transform: translateY(100px);
298
  -o-transition-duration: 300ms;
299
  transition-duration: 300ms;
300
  }
301
+
302
  .eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay {
303
  -webkit-transform: translate(0);
304
  -ms-transform: translate(0);
306
  visibility: visible;
307
  opacity: 1;
308
  }
309
+
310
  .eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay > i {
311
  -webkit-transform: translateY(0);
312
  -ms-transform: translateY(0);
313
  transform: translateY(0);
314
  }
315
+
316
  .eael-grid-post .eael-entry-thumbnail > img {
317
  height: 100%;
318
  -o-object-fit: cover;
319
  object-fit: cover;
320
  }
321
+
322
  /*--- Gallery Column CSS ---*/
323
+
324
  @media only screen and (min-width: 1025px) {
325
  /* For Desktop: */
326
  .elementor-element.elementor-grid-eael-col-1 {
417
  clear: left;
418
  }
419
  }
420
+
421
  @media only screen and (max-width: 1024px) and (min-width: 766px) {
422
  /* For tablets: */
423
  .elementor-element.elementor-grid-tablet-eael-col-1 {
514
  clear: left;
515
  }
516
  }
517
+
518
  @media only screen and (max-width: 767px) {
519
  .elementor-element.elementor-grid-mobile-eael-col-1 {
520
  position: relative;
610
  clear: left;
611
  }
612
  }
613
+
614
  .eael-author-avatar > a {
615
  display: block;
616
  }
617
+
618
  .eael-entry-footer {
619
  overflow: hidden;
620
  display: -webkit-box;
621
  display: -ms-flexbox;
622
  display: flex;
623
  }
624
+
625
  .eael-entry-footer > div {
626
  display: inline-block;
627
  float: left;
628
  }
629
+
630
  .post-carousel-categories {
631
  position: absolute;
632
  left: 0;
642
  -o-transition: 300ms;
643
  transition: 300ms;
644
  }
645
+
646
  .post-carousel-categories li {
647
  display: inline-block;
648
  text-transform: capitalize;
649
  margin-right: 5px;
650
  position: relative;
651
  }
652
+
653
  .post-carousel-categories li:after {
654
  content: ",";
655
  color: #ffffff;
656
  }
657
+
658
  .post-carousel-categories li:last-child:after {
659
  display: none;
660
  }
661
+
662
  .post-carousel-categories li a {
663
  color: #fff;
664
  }
665
+
666
  .eael-entry-media:hover .post-carousel-categories {
667
  visibility: visible;
668
  opacity: 1;
669
  }
670
+
671
  .eael-post-grid-style-three .eael-meta-posted-on {
672
  min-width: 60px;
673
  height: 50px;
690
  margin-top: 12px;
691
  margin-left: 12px;
692
  }
693
+
694
  .eael-post-grid-style-three .eael-meta-posted-on span {
695
  display: block;
696
  }
697
+
698
  .eael-post-grid-style-two .eael-entry-meta {
699
  -webkit-box-align: baseline;
700
  -ms-flex-align: baseline;
701
  align-items: baseline;
702
  }
703
+
704
  .eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on {
705
  padding: 0;
706
  font-size: 12px;
707
  margin-right: 15px;
708
  color: #929292;
709
  }
710
+
711
  .eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on i {
712
  margin-right: 7px;
713
  }
714
+
715
  .eael-post-grid-style-two .eael-entry-meta .post-meta-categories {
716
  list-style: none;
717
  display: -webkit-inline-box;
722
  margin: 0;
723
  padding-left: 0;
724
  }
725
+
726
  .eael-post-grid-style-two .eael-entry-meta .post-meta-categories li {
727
  font-size: 12px;
728
  margin-right: 7px;
729
  color: #929292;
730
  }
731
+
732
  .eael-post-grid-style-two .eael-entry-meta .post-meta-categories li:last-child {
733
  margin-right: 0;
734
  }
735
+
736
  .eael-post-grid-style-two .eael-entry-meta .post-meta-categories li a {
737
  color: #929292;
738
  }
739
+
740
  .rtl .eael-grid-post .eael-entry-footer {
741
  direction: ltr;
742
  }
assets/front-end/css/view/product-grid.css CHANGED
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
  /* Woo Product Compare */
3
  .table-responsive {
4
  width: 100%;
@@ -472,7 +471,7 @@
472
  }
473
  .eael-product-grid .woocommerce ul.products .product .star-rating:before,
474
  .eael-post-grid .woocommerce ul.products .product .star-rating:before {
475
- content: "";
476
  font-family: "Font Awesome 5 Free";
477
  font-weight: 400;
478
  opacity: 1;
@@ -483,7 +482,7 @@
483
  }
484
  .eael-product-grid .woocommerce ul.products .product .star-rating span:before,
485
  .eael-post-grid .woocommerce ul.products .product .star-rating span:before {
486
- content: "";
487
  font-family: "Font Awesome 5 Free";
488
  font-weight: 900;
489
  }
@@ -658,7 +657,7 @@
658
  .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before,
659
  .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button::before,
660
  .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before {
661
- content: "";
662
  font-family: "Font Awesome 5 Free";
663
  font-weight: 900;
664
  padding-right: 8px;
@@ -670,7 +669,7 @@
670
  .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,
671
  .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.product_type_variable:before,
672
  .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before {
673
- content: "";
674
  }
675
  .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button:focus,
676
  .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button:focus,
@@ -848,7 +847,7 @@
848
  }
849
  .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after,
850
  .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after {
851
- content: "";
852
  font-size: 14px;
853
  line-height: 38px;
854
  text-rendering: auto;
@@ -861,7 +860,7 @@
861
  }
862
  .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.product_type_variable:after,
863
  .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.product_type_variable:after {
864
- content: "";
865
  }
866
  .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before,
867
  .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before {
@@ -869,7 +868,7 @@
869
  }
870
  .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after,
871
  .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after {
872
- content: "";
873
  display: inline-block;
874
  font-weight: normal;
875
  font-family: "Font Awesome 5 Free";
@@ -890,7 +889,7 @@
890
  }
891
  .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after,
892
  .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after {
893
- content: "";
894
  font-family: "Font Awesome 5 Free";
895
  font-size: 14px;
896
  line-height: 38px;
@@ -1051,14 +1050,14 @@
1051
  }
1052
  .eael-product-grid.eael-product-default .button.add_to_cart_button::before,
1053
  .eael-post-grid.eael-product-default .button.add_to_cart_button::before {
1054
- content: "";
1055
  font-family: "Font Awesome 5 Free";
1056
  font-weight: 900;
1057
  padding-right: 8px;
1058
  }
1059
  .eael-product-grid.eael-product-default .button.add_to_cart_button.product_type_variable:before,
1060
  .eael-post-grid.eael-product-default .button.add_to_cart_button.product_type_variable:before {
1061
- content: "";
1062
  }
1063
  .eael-product-grid.eael-product-preset-5 ul.products li.product .image-wrap img, .eael-product-grid.eael-product-preset-6 ul.products li.product .image-wrap img, .eael-product-grid.eael-product-preset-7 ul.products li.product .image-wrap img, .eael-product-grid.eael-product-preset-8 ul.products li.product .image-wrap img,
1064
  .eael-post-grid.eael-product-preset-5 ul.products li.product .image-wrap img,
@@ -1199,7 +1198,7 @@
1199
  line-height: 1em;
1200
  }
1201
  .eael-product-grid .woocommerce ul.products li.product .star-rating:before {
1202
- content: "";
1203
  font-family: "Font Awesome 5 Free";
1204
  font-weight: 400;
1205
  opacity: 1;
@@ -1208,7 +1207,7 @@
1208
  display: inline-block;
1209
  }
1210
  .eael-product-grid .woocommerce ul.products li.product .star-rating span:before {
1211
- content: "";
1212
  font-family: "Font Awesome 5 Free";
1213
  font-weight: 900;
1214
  }
@@ -1299,7 +1298,7 @@
1299
  }
1300
  .eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-added:after {
1301
  font-family: "Font Awesome 5 Free";
1302
- content: "";
1303
  font-weight: 900;
1304
  display: inline-block;
1305
  position: absolute;
@@ -1307,7 +1306,7 @@
1307
  }
1308
  .eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-loading:after {
1309
  font-family: "Font Awesome 5 Free";
1310
- content: "";
1311
  font-weight: 900;
1312
  position: absolute;
1313
  right: 12px;
@@ -1344,7 +1343,7 @@
1344
  margin-right: 0;
1345
  }
1346
  .eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
1347
- width: calc(25% - .75em);
1348
  margin-right: 1em;
1349
  margin-bottom: 1em;
1350
  }
@@ -2000,7 +1999,7 @@
2000
  font-size: 0;
2001
  }
2002
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after {
2003
- content: "";
2004
  font-weight: 900;
2005
  font-family: "Font Awesome 5 Free";
2006
  font-size: 18px;
@@ -2016,7 +2015,7 @@
2016
  font-size: 0px;
2017
  }
2018
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before {
2019
- content: "";
2020
  display: block;
2021
  font-family: "Font Awesome 5 Free";
2022
  font-size: 18px;
@@ -2029,7 +2028,7 @@
2029
  position: absolute;
2030
  }
2031
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before {
2032
- content: "";
2033
  }
2034
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style {
2035
  display: -webkit-box;
@@ -2076,7 +2075,7 @@
2076
  font-size: 0;
2077
  }
2078
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after {
2079
- content: "";
2080
  font-weight: 900;
2081
  font-family: "Font Awesome 5 Free";
2082
  font-size: 18px;
@@ -2093,7 +2092,7 @@
2093
  font-size: 0px;
2094
  }
2095
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before {
2096
- content: "";
2097
  display: block;
2098
  font-family: "Font Awesome 5 Free";
2099
  font-size: 18px;
@@ -2106,7 +2105,7 @@
2106
  position: absolute;
2107
  }
2108
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before {
2109
- content: "";
2110
  }
2111
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.product_type_external, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.product_type_external {
2112
  width: auto;
@@ -2154,7 +2153,7 @@
2154
  font-size: 0;
2155
  }
2156
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after {
2157
- content: "";
2158
  font-weight: 900;
2159
  font-family: "Font Awesome 5 Free";
2160
  font-size: 18px;
@@ -2170,7 +2169,7 @@
2170
  font-size: 0px;
2171
  }
2172
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before {
2173
- content: "";
2174
  display: block;
2175
  font-family: "Font Awesome 5 Free";
2176
  font-size: 18px;
@@ -2183,7 +2182,7 @@
2183
  position: absolute;
2184
  }
2185
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before {
2186
- content: "";
2187
  }
2188
  .eael-product-grid.grid .eael-product-wrap .icons-wrap li, .eael-product-grid.masonry .eael-product-wrap .icons-wrap li {
2189
  display: inline-block;
 
1
  /* Woo Product Compare */
2
  .table-responsive {
3
  width: 100%;
471
  }
472
  .eael-product-grid .woocommerce ul.products .product .star-rating:before,
473
  .eael-post-grid .woocommerce ul.products .product .star-rating:before {
474
+ content: "\f005\f005\f005\f005\f005";
475
  font-family: "Font Awesome 5 Free";
476
  font-weight: 400;
477
  opacity: 1;
482
  }
483
  .eael-product-grid .woocommerce ul.products .product .star-rating span:before,
484
  .eael-post-grid .woocommerce ul.products .product .star-rating span:before {
485
+ content: "\f005\f005\f005\f005\f005";
486
  font-family: "Font Awesome 5 Free";
487
  font-weight: 900;
488
  }
657
  .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before,
658
  .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button::before,
659
  .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before {
660
+ content: "\f07a";
661
  font-family: "Font Awesome 5 Free";
662
  font-weight: 900;
663
  padding-right: 8px;
669
  .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,
670
  .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.product_type_variable:before,
671
  .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before {
672
+ content: "\f00c";
673
  }
674
  .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button:focus,
675
  .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button:focus,
847
  }
848
  .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after,
849
  .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after {
850
+ content: "\f07a";
851
  font-size: 14px;
852
  line-height: 38px;
853
  text-rendering: auto;
860
  }
861
  .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.product_type_variable:after,
862
  .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.product_type_variable:after {
863
+ content: "\f00c";
864
  }
865
  .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before,
866
  .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before {
868
  }
869
  .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after,
870
  .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after {
871
+ content: "\f110";
872
  display: inline-block;
873
  font-weight: normal;
874
  font-family: "Font Awesome 5 Free";
889
  }
890
  .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after,
891
  .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after {
892
+ content: "\f217";
893
  font-family: "Font Awesome 5 Free";
894
  font-size: 14px;
895
  line-height: 38px;
1050
  }
1051
  .eael-product-grid.eael-product-default .button.add_to_cart_button::before,
1052
  .eael-post-grid.eael-product-default .button.add_to_cart_button::before {
1053
+ content: "\f07a";
1054
  font-family: "Font Awesome 5 Free";
1055
  font-weight: 900;
1056
  padding-right: 8px;
1057
  }
1058
  .eael-product-grid.eael-product-default .button.add_to_cart_button.product_type_variable:before,
1059
  .eael-post-grid.eael-product-default .button.add_to_cart_button.product_type_variable:before {
1060
+ content: "\f00c";
1061
  }
1062
  .eael-product-grid.eael-product-preset-5 ul.products li.product .image-wrap img, .eael-product-grid.eael-product-preset-6 ul.products li.product .image-wrap img, .eael-product-grid.eael-product-preset-7 ul.products li.product .image-wrap img, .eael-product-grid.eael-product-preset-8 ul.products li.product .image-wrap img,
1063
  .eael-post-grid.eael-product-preset-5 ul.products li.product .image-wrap img,
1198
  line-height: 1em;
1199
  }
1200
  .eael-product-grid .woocommerce ul.products li.product .star-rating:before {
1201
+ content: "\f005\f005\f005\f005\f005";
1202
  font-family: "Font Awesome 5 Free";
1203
  font-weight: 400;
1204
  opacity: 1;
1207
  display: inline-block;
1208
  }
1209
  .eael-product-grid .woocommerce ul.products li.product .star-rating span:before {
1210
+ content: "\f005\f005\f005\f005\f005";
1211
  font-family: "Font Awesome 5 Free";
1212
  font-weight: 900;
1213
  }
1298
  }
1299
  .eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-added:after {
1300
  font-family: "Font Awesome 5 Free";
1301
+ content: "\f00c";
1302
  font-weight: 900;
1303
  display: inline-block;
1304
  position: absolute;
1306
  }
1307
  .eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-loading:after {
1308
  font-family: "Font Awesome 5 Free";
1309
+ content: "\f110";
1310
  font-weight: 900;
1311
  position: absolute;
1312
  right: 12px;
1343
  margin-right: 0;
1344
  }
1345
  .eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
1346
+ width: calc(25% - 0.75em);
1347
  margin-right: 1em;
1348
  margin-bottom: 1em;
1349
  }
1999
  font-size: 0;
2000
  }
2001
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after {
2002
+ content: "\f217";
2003
  font-weight: 900;
2004
  font-family: "Font Awesome 5 Free";
2005
  font-size: 18px;
2015
  font-size: 0px;
2016
  }
2017
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before {
2018
+ content: "\f07a";
2019
  display: block;
2020
  font-family: "Font Awesome 5 Free";
2021
  font-size: 18px;
2028
  position: absolute;
2029
  }
2030
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before {
2031
+ content: "\f00c";
2032
  }
2033
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style {
2034
  display: -webkit-box;
2075
  font-size: 0;
2076
  }
2077
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after {
2078
+ content: "\f217";
2079
  font-weight: 900;
2080
  font-family: "Font Awesome 5 Free";
2081
  font-size: 18px;
2092
  font-size: 0px;
2093
  }
2094
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before {
2095
+ content: "\f07a";
2096
  display: block;
2097
  font-family: "Font Awesome 5 Free";
2098
  font-size: 18px;
2105
  position: absolute;
2106
  }
2107
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before {
2108
+ content: "\f00c";
2109
  }
2110
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.product_type_external, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.product_type_external {
2111
  width: auto;
2153
  font-size: 0;
2154
  }
2155
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after {
2156
+ content: "\f217";
2157
  font-weight: 900;
2158
  font-family: "Font Awesome 5 Free";
2159
  font-size: 18px;
2169
  font-size: 0px;
2170
  }
2171
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before {
2172
+ content: "\f07a";
2173
  display: block;
2174
  font-family: "Font Awesome 5 Free";
2175
  font-size: 18px;
2182
  position: absolute;
2183
  }
2184
  .eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before, .eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before {
2185
+ content: "\f00c";
2186
  }
2187
  .eael-product-grid.grid .eael-product-wrap .icons-wrap li, .eael-product-grid.masonry .eael-product-wrap .icons-wrap li {
2188
  display: inline-block;
assets/front-end/css/view/testimonials.css CHANGED
@@ -1,74 +1,93 @@
1
- @charset "UTF-8";
2
  .eael-testimonial-slider {
3
  position: relative;
4
  }
 
5
  .testimonial-star-rating {
6
  padding: 0;
7
  margin: 0;
8
  }
 
9
  .testimonial-star-rating li {
10
  list-style: none;
11
  display: inline-block;
12
  }
 
13
  .testimonial-star-rating li i {
14
  color: #d8d8d8;
15
  }
 
16
  .rating-five .testimonial-star-rating li i {
17
  color: #f2b01e;
18
  }
 
19
  .rating-one .testimonial-star-rating li:first-child i {
20
  color: #f2b01e;
21
  }
 
22
  .rating-two .testimonial-star-rating li:nth-child(1) i,
23
  .rating-two .testimonial-star-rating li:nth-child(2) i {
24
  color: #f2b01e;
25
  }
 
26
  .rating-three .testimonial-star-rating li:nth-child(1) i,
27
  .rating-three .testimonial-star-rating li:nth-child(2) i,
28
  .rating-three .testimonial-star-rating li:nth-child(3) i {
29
  color: #f2b01e;
30
  }
 
31
  .rating-four .testimonial-star-rating li:nth-child(1) i,
32
  .rating-four .testimonial-star-rating li:nth-child(2) i,
33
  .rating-four .testimonial-star-rating li:nth-child(3) i,
34
  .rating-four .testimonial-star-rating li:nth-child(4) i {
35
  color: #f2b01e;
36
  }
 
37
  /*--- Default styles ---*/
 
38
  .eael-testimonial-image img {
39
  max-width: 100%;
40
  }
 
41
  .eael-testimonial-image {
42
  padding: 10px 0px 0px 0px;
43
  }
 
44
  .eael-testimonial-image > figure {
45
  display: block;
46
  margin: 0;
47
  }
 
48
  .testimonial-avatar-rounded figure img {
49
  border-radius: 50%;
50
  height: auto;
51
  }
 
52
  .eael-testimonial-content {
53
  margin: 0;
54
  padding: 10px;
55
  }
 
56
  .eael-testimonial-item > figure {
57
  margin: 0 auto;
58
  padding: 0 20px;
59
  }
 
60
  .eael-testimonial-item .center-text {
61
  text-align: center;
62
  }
 
63
  .eael-testimonial-item .right-text {
64
  text-align: right;
65
  }
 
66
  .eael-testimonial-item .left-text {
67
  text-align: left;
68
  }
 
69
  .eael-testimonial-item .justify-text {
70
  text-align: justify;
71
  }
 
72
  .eael-testimonial-content .eael-testimonial-text {
73
  font-size: 100%;
74
  font-style: italic;
@@ -77,6 +96,7 @@
77
  margin-bottom: 10px;
78
  word-wrap: break-word;
79
  }
 
80
  .eael-testimonial-content .eael-testimonial-user {
81
  display: inline-block;
82
  font-family: inherit;
@@ -88,6 +108,7 @@
88
  margin-bottom: 0;
89
  margin-right: 5px;
90
  }
 
91
  .eael-testimonial-content .eael-testimonial-user-company {
92
  display: inline-block;
93
  font-family: inherit;
@@ -98,140 +119,178 @@
98
  margin-bottom: 0;
99
  margin-top: 1px;
100
  }
 
101
  .eael-testimonial-image {
102
  position: relative;
103
  }
 
104
  .eael-testimonial-item .eael-testimonial-image figure img {
105
  display: inline-block;
106
  }
 
107
  .eael-testimonial-item .eael-testimonial-quote::after {
108
  color: inherit !important;
109
- content: "";
110
  font-family: "Font Awesome 5 Free";
111
  font-size: 200%;
112
  font-weight: 900;
113
  }
 
114
  /*--- Left align ---*/
 
115
  .icon-img-left-content .eael-testimonial-image {
116
  float: left;
117
  width: 30%;
118
  }
 
119
  .icon-img-left-content .eael-testimonial-content {
120
  float: left;
121
  width: 70%;
122
  text-align: left;
123
  }
 
124
  .icon-img-left-content.eael-testimonial-item {
125
  overflow: hidden;
126
  position: relative;
127
  }
 
128
  .icon-img-left-content .eael-testimonial-quote {
129
  position: absolute;
130
  right: 0;
131
  }
 
132
  .icon-img-left-content .eael-testimonial-text {
133
  margin-top: 0;
134
  }
 
135
  /*--- Center align ---*/
 
136
  .eael-testimonial-align-centered .eael-testimonial-user,
137
  .eael-testimonial-align-centered .eael-testimonial-user-company {
138
  float: none;
139
  text-align: center;
140
  }
 
141
  .eael-testimonial-align-centered .eael-testimonial-image > figure img {
142
  display: block;
143
  margin-left: auto !important;
144
  margin-right: auto !important;
145
  }
 
146
  /*--- Right align ---*/
 
147
  .icon-img-right-content .eael-testimonial-image {
148
  float: right;
149
  width: 30%;
150
  }
 
151
  .icon-img-right-content .eael-testimonial-content {
152
  float: right;
153
  width: 70%;
154
  text-align: right;
155
  }
 
156
  .icon-img-right-content.eael-testimonial-item {
157
  overflow: hidden;
158
  position: relative;
159
  }
 
160
  .icon-img-right-content .eael-testimonial-quote {
161
  position: absolute;
162
  }
 
163
  .icon-img-right-content .eael-testimonial-text {
164
  margin-top: 0;
165
  }
 
166
  .eael-testimonial-item {
167
  position: relative;
168
  }
 
169
  .classic-style.testimonial-alignment-center .eael-testimonial-image,
170
  .default-style.testimonial-alignment-center .eael-testimonial-image {
171
  text-align: center;
172
  }
 
173
  .classic-style.testimonial-alignment-right .eael-testimonial-image,
174
  .default-style.testimonial-alignment-right .eael-testimonial-image {
175
  text-align: right;
176
  }
 
177
  .classic-style.testimonial-alignment-center .eael-testimonial-image > figure,
178
  .default-style.testimonial-alignment-center .eael-testimonial-image > figure {
179
  text-align: center;
180
  }
 
181
  span.eael-testimonial-quote {
182
  position: absolute;
183
  right: 10px;
184
  top: 10px;
185
  }
 
186
  .eael-testimonial-item.left .eael-testimonial-image {
187
  text-align: left;
188
  }
 
189
  .eael-testimonial-item.center .eael-testimonial-image {
190
  text-align: center;
191
  }
 
192
  .eael-testimonial-item.right .eael-testimonial-image {
193
  text-align: right;
194
  }
 
195
  /*--- Float title image style ---*/
 
196
  .eael-testimonial-inline-bio .eael-testimonial-image {
197
  float: left;
198
  }
 
199
  .eael-testimonial-inline-bio .bio-text {
200
  padding-top: 10px;
201
  }
 
202
  .eael-testimonial-content.eael-testimonial-inline-bio {
203
  overflow: hidden;
204
  margin-bottom: 0;
205
  padding-bottom: 0;
206
  }
 
207
  .eael-testimonial-inline-bio .testimonial-star-rating,
208
  .eael-testimonial-inline-bio .bio-text {
209
  float: left;
210
  width: 65%;
211
  }
 
212
  .testimonial-inline-style .eael-testimonial-image {
213
  float: left;
214
  max-width: 100%;
215
  padding: 0;
216
  margin-right: 15px;
217
  }
 
218
  .testimonial-inline-style {
219
  overflow: hidden;
220
  text-align: left;
221
  }
 
222
  .content-top-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
223
  text-align: center;
224
  }
 
225
  .content-top-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
226
  text-align: right;
227
  }
 
228
  .content-bottom-icon-title-inline .eael-testimonial-text,
229
  .content-bottom-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text {
230
  text-align: left;
231
  }
 
232
  .content-bottom-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
233
  text-align: center;
234
  }
 
235
  .content-bottom-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
236
  text-align: right;
237
  }
 
1
  .eael-testimonial-slider {
2
  position: relative;
3
  }
4
+
5
  .testimonial-star-rating {
6
  padding: 0;
7
  margin: 0;
8
  }
9
+
10
  .testimonial-star-rating li {
11
  list-style: none;
12
  display: inline-block;
13
  }
14
+
15
  .testimonial-star-rating li i {
16
  color: #d8d8d8;
17
  }
18
+
19
  .rating-five .testimonial-star-rating li i {
20
  color: #f2b01e;
21
  }
22
+
23
  .rating-one .testimonial-star-rating li:first-child i {
24
  color: #f2b01e;
25
  }
26
+
27
  .rating-two .testimonial-star-rating li:nth-child(1) i,
28
  .rating-two .testimonial-star-rating li:nth-child(2) i {
29
  color: #f2b01e;
30
  }
31
+
32
  .rating-three .testimonial-star-rating li:nth-child(1) i,
33
  .rating-three .testimonial-star-rating li:nth-child(2) i,
34
  .rating-three .testimonial-star-rating li:nth-child(3) i {
35
  color: #f2b01e;
36
  }
37
+
38
  .rating-four .testimonial-star-rating li:nth-child(1) i,
39
  .rating-four .testimonial-star-rating li:nth-child(2) i,
40
  .rating-four .testimonial-star-rating li:nth-child(3) i,
41
  .rating-four .testimonial-star-rating li:nth-child(4) i {
42
  color: #f2b01e;
43
  }
44
+
45
  /*--- Default styles ---*/
46
+
47
  .eael-testimonial-image img {
48
  max-width: 100%;
49
  }
50
+
51
  .eael-testimonial-image {
52
  padding: 10px 0px 0px 0px;
53
  }
54
+
55
  .eael-testimonial-image > figure {
56
  display: block;
57
  margin: 0;
58
  }
59
+
60
  .testimonial-avatar-rounded figure img {
61
  border-radius: 50%;
62
  height: auto;
63
  }
64
+
65
  .eael-testimonial-content {
66
  margin: 0;
67
  padding: 10px;
68
  }
69
+
70
  .eael-testimonial-item > figure {
71
  margin: 0 auto;
72
  padding: 0 20px;
73
  }
74
+
75
  .eael-testimonial-item .center-text {
76
  text-align: center;
77
  }
78
+
79
  .eael-testimonial-item .right-text {
80
  text-align: right;
81
  }
82
+
83
  .eael-testimonial-item .left-text {
84
  text-align: left;
85
  }
86
+
87
  .eael-testimonial-item .justify-text {
88
  text-align: justify;
89
  }
90
+
91
  .eael-testimonial-content .eael-testimonial-text {
92
  font-size: 100%;
93
  font-style: italic;
96
  margin-bottom: 10px;
97
  word-wrap: break-word;
98
  }
99
+
100
  .eael-testimonial-content .eael-testimonial-user {
101
  display: inline-block;
102
  font-family: inherit;
108
  margin-bottom: 0;
109
  margin-right: 5px;
110
  }
111
+
112
  .eael-testimonial-content .eael-testimonial-user-company {
113
  display: inline-block;
114
  font-family: inherit;
119
  margin-bottom: 0;
120
  margin-top: 1px;
121
  }
122
+
123
  .eael-testimonial-image {
124
  position: relative;
125
  }
126
+
127
  .eael-testimonial-item .eael-testimonial-image figure img {
128
  display: inline-block;
129
  }
130
+
131
  .eael-testimonial-item .eael-testimonial-quote::after {
132
  color: inherit !important;
133
+ content: "\f10e";
134
  font-family: "Font Awesome 5 Free";
135
  font-size: 200%;
136
  font-weight: 900;
137
  }
138
+
139
  /*--- Left align ---*/
140
+
141
  .icon-img-left-content .eael-testimonial-image {
142
  float: left;
143
  width: 30%;
144
  }
145
+
146
  .icon-img-left-content .eael-testimonial-content {
147
  float: left;
148
  width: 70%;
149
  text-align: left;
150
  }
151
+
152
  .icon-img-left-content.eael-testimonial-item {
153
  overflow: hidden;
154
  position: relative;
155
  }
156
+
157
  .icon-img-left-content .eael-testimonial-quote {
158
  position: absolute;
159
  right: 0;
160
  }
161
+
162
  .icon-img-left-content .eael-testimonial-text {
163
  margin-top: 0;
164
  }
165
+
166
  /*--- Center align ---*/
167
+
168
  .eael-testimonial-align-centered .eael-testimonial-user,
169
  .eael-testimonial-align-centered .eael-testimonial-user-company {
170
  float: none;
171
  text-align: center;
172
  }
173
+
174
  .eael-testimonial-align-centered .eael-testimonial-image > figure img {
175
  display: block;
176
  margin-left: auto !important;
177
  margin-right: auto !important;
178
  }
179
+
180
  /*--- Right align ---*/
181
+
182
  .icon-img-right-content .eael-testimonial-image {
183
  float: right;
184
  width: 30%;
185
  }
186
+
187
  .icon-img-right-content .eael-testimonial-content {
188
  float: right;
189
  width: 70%;
190
  text-align: right;
191
  }
192
+
193
  .icon-img-right-content.eael-testimonial-item {
194
  overflow: hidden;
195
  position: relative;
196
  }
197
+
198
  .icon-img-right-content .eael-testimonial-quote {
199
  position: absolute;
200
  }
201
+
202
  .icon-img-right-content .eael-testimonial-text {
203
  margin-top: 0;
204
  }
205
+
206
  .eael-testimonial-item {
207
  position: relative;
208
  }
209
+
210
  .classic-style.testimonial-alignment-center .eael-testimonial-image,
211
  .default-style.testimonial-alignment-center .eael-testimonial-image {
212
  text-align: center;
213
  }
214
+
215
  .classic-style.testimonial-alignment-right .eael-testimonial-image,
216
  .default-style.testimonial-alignment-right .eael-testimonial-image {
217
  text-align: right;
218
  }
219
+
220
  .classic-style.testimonial-alignment-center .eael-testimonial-image > figure,
221
  .default-style.testimonial-alignment-center .eael-testimonial-image > figure {
222
  text-align: center;
223
  }
224
+
225
  span.eael-testimonial-quote {
226
  position: absolute;
227
  right: 10px;
228
  top: 10px;
229
  }
230
+
231
  .eael-testimonial-item.left .eael-testimonial-image {
232
  text-align: left;
233
  }
234
+
235
  .eael-testimonial-item.center .eael-testimonial-image {
236
  text-align: center;
237
  }
238
+
239
  .eael-testimonial-item.right .eael-testimonial-image {
240
  text-align: right;
241
  }
242
+
243
  /*--- Float title image style ---*/
244
+
245
  .eael-testimonial-inline-bio .eael-testimonial-image {
246
  float: left;
247
  }
248
+
249
  .eael-testimonial-inline-bio .bio-text {
250
  padding-top: 10px;
251
  }
252
+
253
  .eael-testimonial-content.eael-testimonial-inline-bio {
254
  overflow: hidden;
255
  margin-bottom: 0;
256
  padding-bottom: 0;
257
  }
258
+
259
  .eael-testimonial-inline-bio .testimonial-star-rating,
260
  .eael-testimonial-inline-bio .bio-text {
261
  float: left;
262
  width: 65%;
263
  }
264
+
265
  .testimonial-inline-style .eael-testimonial-image {
266
  float: left;
267
  max-width: 100%;
268
  padding: 0;
269
  margin-right: 15px;
270
  }
271
+
272
  .testimonial-inline-style {
273
  overflow: hidden;
274
  text-align: left;
275
  }
276
+
277
  .content-top-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
278
  text-align: center;
279
  }
280
+
281
  .content-top-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
282
  text-align: right;
283
  }
284
+
285
  .content-bottom-icon-title-inline .eael-testimonial-text,
286
  .content-bottom-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text {
287
  text-align: left;
288
  }
289
+
290
  .content-bottom-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
291
  text-align: center;
292
  }
293
+
294
  .content-bottom-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
295
  text-align: right;
296
  }
assets/front-end/css/view/tooltip.css CHANGED
@@ -91,7 +91,7 @@
91
  /*--- Top ---*/
92
 
93
  .eael-tooltip .eael-tooltip-text.eael-tooltip-top {
94
- bottom: calc(100%);
95
  left: 0;
96
  right: 0;
97
  margin: 0 auto 10px auto;
@@ -100,7 +100,7 @@
100
  .eael-tooltip .eael-tooltip-text.eael-tooltip-top::after {
101
  margin-top: 0px;
102
  top: 100%;
103
- left: calc( 50% - 5px);
104
  border-color: black transparent transparent transparent;
105
  }
106
 
@@ -121,7 +121,7 @@
121
  .eael-tooltip .eael-tooltip-text.eael-tooltip-bottom::after {
122
  margin-top: 0px;
123
  bottom: 100%;
124
- left: calc( 50% - 5px);
125
  border-color: transparent transparent black transparent;
126
  }
127
 
91
  /*--- Top ---*/
92
 
93
  .eael-tooltip .eael-tooltip-text.eael-tooltip-top {
94
+ bottom: 100%;
95
  left: 0;
96
  right: 0;
97
  margin: 0 auto 10px auto;
100
  .eael-tooltip .eael-tooltip-text.eael-tooltip-top::after {
101
  margin-top: 0px;
102
  top: 100%;
103
+ left: calc(50% - 5px);
104
  border-color: black transparent transparent transparent;
105
  }
106
 
121
  .eael-tooltip .eael-tooltip-text.eael-tooltip-bottom::after {
122
  margin-top: 0px;
123
  bottom: 100%;
124
+ left: calc(50% - 5px);
125
  border-color: transparent transparent black transparent;
126
  }
127
 
assets/front-end/css/view/tooltip.min.css CHANGED
@@ -1 +1 @@
1
- .eael-tooltip{position:relative;display:inline-block;min-width:150px;padding:12px 24px;font-size:.93rem;color:#333;line-height:1;cursor:pointer;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-tooltip .eael-tooltip-text{display:block;width:100%;visibility:hidden;background-color:#000;color:#fff;border-radius:4px;padding:10px;position:absolute;z-index:1;font-size:.93rem;line-height:1.3}.eael-tooltip .eael-tooltip-text p{margin:0}.eael-tooltip .eael-tooltip-text::after{content:"";position:absolute;border-width:5px;border-style:solid}.eael-tooltip:hover .eael-tooltip-text{visibility:visible}.eael-tooltip .eael-tooltip-text.eael-tooltip-left{top:50%;right:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-right:10px}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-left{-webkit-animation:tooltipLeftIn 300ms ease-in-out;animation:tooltipLeftIn 300ms ease-in-out}.eael-tooltip .eael-tooltip-text.eael-tooltip-left::after{top:calc(50% - 5px);left:100%;border-color:transparent transparent transparent #000}.eael-tooltip .eael-tooltip-text.eael-tooltip-right{top:50%;left:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;margin-left:10px}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-right{-webkit-animation:tooltipRightIn 300ms linear;animation:tooltipRightIn 300ms linear}.eael-tooltip .eael-tooltip-text.eael-tooltip-right::after{top:calc(50% - 5px);right:100%;border-color:transparent #000 transparent transparent}.eael-tooltip .eael-tooltip-text.eael-tooltip-top{bottom:calc(100%);left:0;right:0;margin:0 auto 10px auto}.eael-tooltip .eael-tooltip-text.eael-tooltip-top::after{margin-top:0px;top:100%;left:calc( 50% - 5px);border-color:#000 transparent transparent transparent}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-top{-webkit-animation:tooltipTopIn 300ms linear;animation:tooltipTopIn 300ms linear}.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom{top:100%;left:0;right:0;margin:10px auto 0px auto}.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom::after{margin-top:0px;bottom:100%;left:calc( 50% - 5px);border-color:transparent transparent #000 transparent}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-bottom{-webkit-animation:tooltipBottomIn 300ms linear;animation:tooltipBottomIn 300ms linear}.eael-tooltip-align-left{text-align:left}.eael-tooltip-align-right{text-align:right}.eael-tooltip-align-center{text-align:center}.eael-tooltip-align-justify .eael-tooltip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 481px)and (max-width: 960px){.eael-tooltip-align-tablet-left{text-align:left}.eael-tooltip-align-tablet-right{text-align:right}.eael-tooltip-align-tablet-center{text-align:center}.eael-tooltip-align-tablet-justify .eael-tooltip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media(max-width: 480px){.eael-tooltip-align-mobile-left{text-align:left}.eael-tooltip-align-mobile-right{text-align:right}.eael-tooltip-align-mobile-center{text-align:center}.eael-tooltip-align-mobile-justify .eael-tooltip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@-webkit-keyframes tooltipRightIn{0%{opacity:0;left:105%}100%{opacity:1;left:100%}}@keyframes tooltipRightIn{0%{opacity:0;left:105%}100%{opacity:1;left:100%}}@-webkit-keyframes tooltipLeftIn{0%{opacity:0;right:105%}100%{opacity:1;right:100%}}@keyframes tooltipLeftIn{0%{opacity:0;right:105%}100%{opacity:1;right:100%}}@-webkit-keyframes tooltipTopIn{0%{opacity:0;bottom:110%}100%{opacity:1;bottom:100%}}@keyframes tooltipTopIn{0%{opacity:0;bottom:110%}100%{opacity:1;bottom:100%}}@-webkit-keyframes tooltipBottomIn{0%{opacity:0;top:110%}100%{opacity:1;top:100%}}@keyframes tooltipBottomIn{0%{opacity:0;top:110%}100%{opacity:1;top:100%}}span.eael-tooltip-content,span.eael-tooltip-content a{width:100%;display:block;text-align:center}.eael-tooltip-text-align-left .eael-tooltip-text,.eael-tooltip-text-align-left .eael-tooltip-content a{text-align:left}.eael-tooltip-text-align-right .eael-tooltip-text,.eael-tooltip-text-align-right .eael-tooltip-content a{text-align:right}.eael-tooltip-text-align-center .eael-tooltip-text,.eael-tooltip-text-align-center .eael-tooltip-content a{text-align:center}.eael-tooltip-text-align-justify .eael-tooltip-text,.eael-tooltip-text-align-justify .eael-tooltip-content a{text-align:justify}
1
+ .eael-tooltip{position:relative;display:inline-block;min-width:150px;padding:12px 24px;font-size:.93rem;color:#333;line-height:1;cursor:pointer;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-tooltip .eael-tooltip-text{display:block;width:100%;visibility:hidden;background-color:#000;color:#fff;border-radius:4px;padding:10px;position:absolute;z-index:1;font-size:.93rem;line-height:1.3}.eael-tooltip .eael-tooltip-text p{margin:0}.eael-tooltip .eael-tooltip-text::after{content:"";position:absolute;border-width:5px;border-style:solid}.eael-tooltip:hover .eael-tooltip-text{visibility:visible}.eael-tooltip .eael-tooltip-text.eael-tooltip-left{top:50%;right:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-right:10px}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-left{-webkit-animation:tooltipLeftIn 300ms ease-in-out;animation:tooltipLeftIn 300ms ease-in-out}.eael-tooltip .eael-tooltip-text.eael-tooltip-left::after{top:calc(50% - 5px);left:100%;border-color:transparent transparent transparent #000}.eael-tooltip .eael-tooltip-text.eael-tooltip-right{top:50%;left:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;margin-left:10px}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-right{-webkit-animation:tooltipRightIn 300ms linear;animation:tooltipRightIn 300ms linear}.eael-tooltip .eael-tooltip-text.eael-tooltip-right::after{top:calc(50% - 5px);right:100%;border-color:transparent #000 transparent transparent}.eael-tooltip .eael-tooltip-text.eael-tooltip-top{bottom:100%;left:0;right:0;margin:0 auto 10px auto}.eael-tooltip .eael-tooltip-text.eael-tooltip-top::after{margin-top:0px;top:100%;left:calc(50% - 5px);border-color:#000 transparent transparent transparent}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-top{-webkit-animation:tooltipTopIn 300ms linear;animation:tooltipTopIn 300ms linear}.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom{top:100%;left:0;right:0;margin:10px auto 0px auto}.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom::after{margin-top:0px;bottom:100%;left:calc(50% - 5px);border-color:transparent transparent #000 transparent}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-bottom{-webkit-animation:tooltipBottomIn 300ms linear;animation:tooltipBottomIn 300ms linear}.eael-tooltip-align-left{text-align:left}.eael-tooltip-align-right{text-align:right}.eael-tooltip-align-center{text-align:center}.eael-tooltip-align-justify .eael-tooltip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 481px)and (max-width: 960px){.eael-tooltip-align-tablet-left{text-align:left}.eael-tooltip-align-tablet-right{text-align:right}.eael-tooltip-align-tablet-center{text-align:center}.eael-tooltip-align-tablet-justify .eael-tooltip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media(max-width: 480px){.eael-tooltip-align-mobile-left{text-align:left}.eael-tooltip-align-mobile-right{text-align:right}.eael-tooltip-align-mobile-center{text-align:center}.eael-tooltip-align-mobile-justify .eael-tooltip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@-webkit-keyframes tooltipRightIn{0%{opacity:0;left:105%}100%{opacity:1;left:100%}}@keyframes tooltipRightIn{0%{opacity:0;left:105%}100%{opacity:1;left:100%}}@-webkit-keyframes tooltipLeftIn{0%{opacity:0;right:105%}100%{opacity:1;right:100%}}@keyframes tooltipLeftIn{0%{opacity:0;right:105%}100%{opacity:1;right:100%}}@-webkit-keyframes tooltipTopIn{0%{opacity:0;bottom:110%}100%{opacity:1;bottom:100%}}@keyframes tooltipTopIn{0%{opacity:0;bottom:110%}100%{opacity:1;bottom:100%}}@-webkit-keyframes tooltipBottomIn{0%{opacity:0;top:110%}100%{opacity:1;top:100%}}@keyframes tooltipBottomIn{0%{opacity:0;top:110%}100%{opacity:1;top:100%}}span.eael-tooltip-content,span.eael-tooltip-content a{width:100%;display:block;text-align:center}.eael-tooltip-text-align-left .eael-tooltip-text,.eael-tooltip-text-align-left .eael-tooltip-content a{text-align:left}.eael-tooltip-text-align-right .eael-tooltip-text,.eael-tooltip-text-align-right .eael-tooltip-content a{text-align:right}.eael-tooltip-text-align-center .eael-tooltip-text,.eael-tooltip-text-align-center .eael-tooltip-content a{text-align:center}.eael-tooltip-text-align-justify .eael-tooltip-text,.eael-tooltip-text-align-justify .eael-tooltip-content a{text-align:justify}
assets/front-end/css/view/woo-product-carousel.css CHANGED
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
  .eael-woo-product-carousel-container ins {
3
  background: transparent;
4
  }
@@ -23,7 +22,7 @@
23
  line-height: 1em;
24
  }
25
  .eael-woo-product-carousel-container .woocommerce ul.products .product .star-rating:before {
26
- content: "";
27
  font-family: "Font Awesome 5 Free";
28
  font-weight: 400;
29
  opacity: 1;
@@ -32,7 +31,7 @@
32
  display: inline-block;
33
  }
34
  .eael-woo-product-carousel-container .woocommerce ul.products .product .star-rating span:before {
35
- content: "";
36
  font-family: "Font Awesome 5 Free";
37
  font-weight: 900;
38
  }
@@ -723,7 +722,7 @@
723
  font-size: 0;
724
  }
725
  .eael-woo-product-carousel-container .icons-wrap.box-style li a.added_to_cart:after {
726
- content: "";
727
  font-weight: 900;
728
  font-family: "Font Awesome 5 Free";
729
  font-size: 16px;
@@ -743,7 +742,7 @@
743
  background-color: #fff;
744
  }
745
  .eael-woo-product-carousel-container .icons-wrap.box-style li a.button.add_to_cart_button:before {
746
- content: "";
747
  display: block;
748
  font-family: "Font Awesome 5 Free";
749
  font-size: 16px;
@@ -760,7 +759,7 @@
760
  background-color: #597dfc;
761
  }
762
  .eael-woo-product-carousel-container .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before {
763
- content: "";
764
  }
765
  .eael-woo-product-carousel-container .icons-wrap.box-style-list {
766
  display: -webkit-box;
@@ -837,7 +836,7 @@
837
  font-size: 0;
838
  }
839
  .eael-woo-product-carousel-container .icons-wrap.box-style-list li a.added_to_cart:after {
840
- content: "";
841
  font-weight: 900;
842
  font-family: "Font Awesome 5 Free";
843
  font-size: 16px;
@@ -857,7 +856,7 @@
857
  background-color: #fff;
858
  }
859
  .eael-woo-product-carousel-container .icons-wrap.box-style-list li a.button.add_to_cart_button:before {
860
- content: "";
861
  display: block;
862
  font-family: "Font Awesome 5 Free";
863
  font-size: 16px;
@@ -874,7 +873,7 @@
874
  background-color: #597dfc;
875
  }
876
  .eael-woo-product-carousel-container .icons-wrap.box-style-list li a.button.add_to_cart_button.product_type_variable:before {
877
- content: "";
878
  }
879
  .eael-woo-product-carousel-container .icons-wrap.block-style {
880
  background: #5f3ae0;
@@ -914,7 +913,7 @@
914
  border-radius: 0;
915
  }
916
  .eael-woo-product-carousel-container .icons-wrap.block-style li a.added_to_cart:after {
917
- content: "";
918
  font-weight: 900;
919
  font-family: "Font Awesome 5 Free";
920
  font-size: 16px;
@@ -939,7 +938,7 @@
939
  color: inherit;
940
  }
941
  .eael-woo-product-carousel-container .icons-wrap.block-style li a.button.add_to_cart_button:before {
942
- content: "";
943
  display: block;
944
  font-family: "Font Awesome 5 Free";
945
  font-size: 16px;
@@ -952,7 +951,7 @@
952
  position: absolute;
953
  }
954
  .eael-woo-product-carousel-container .icons-wrap.block-style li a.button.add_to_cart_button.product_type_variable:before {
955
- content: "";
956
  }
957
  .eael-woo-product-carousel-container .icons-wrap li {
958
  display: inline-block;
@@ -1108,7 +1107,7 @@
1108
  }
1109
  .eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-added:after {
1110
  font-family: "Font Awesome 5 Free";
1111
- content: "";
1112
  font-weight: 900;
1113
  display: inline-block;
1114
  position: absolute;
@@ -1116,7 +1115,7 @@
1116
  }
1117
  .eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-loading:after {
1118
  font-family: "Font Awesome 5 Free";
1119
- content: "";
1120
  font-weight: 900;
1121
  position: absolute;
1122
  right: 12px;
@@ -1153,7 +1152,7 @@
1153
  margin-right: 0;
1154
  }
1155
  .eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
1156
- width: calc(25% - .75em);
1157
  margin-right: 1em;
1158
  margin-bottom: 1em;
1159
  }
 
1
  .eael-woo-product-carousel-container ins {
2
  background: transparent;
3
  }
22
  line-height: 1em;
23
  }
24
  .eael-woo-product-carousel-container .woocommerce ul.products .product .star-rating:before {
25
+ content: "\f005\f005\f005\f005\f005";
26
  font-family: "Font Awesome 5 Free";
27
  font-weight: 400;
28
  opacity: 1;
31
  display: inline-block;
32
  }
33
  .eael-woo-product-carousel-container .woocommerce ul.products .product .star-rating span:before {
34
+ content: "\f005\f005\f005\f005\f005";
35
  font-family: "Font Awesome 5 Free";
36
  font-weight: 900;
37
  }
722
  font-size: 0;
723
  }
724
  .eael-woo-product-carousel-container .icons-wrap.box-style li a.added_to_cart:after {
725
+ content: "\f217";
726
  font-weight: 900;
727
  font-family: "Font Awesome 5 Free";
728
  font-size: 16px;
742
  background-color: #fff;
743
  }
744
  .eael-woo-product-carousel-container .icons-wrap.box-style li a.button.add_to_cart_button:before {
745
+ content: "\f07a";
746
  display: block;
747
  font-family: "Font Awesome 5 Free";
748
  font-size: 16px;
759
  background-color: #597dfc;
760
  }
761
  .eael-woo-product-carousel-container .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before {
762
+ content: "\f00c";
763
  }
764
  .eael-woo-product-carousel-container .icons-wrap.box-style-list {
765
  display: -webkit-box;
836
  font-size: 0;
837
  }
838
  .eael-woo-product-carousel-container .icons-wrap.box-style-list li a.added_to_cart:after {
839
+ content: "\f217";
840
  font-weight: 900;
841
  font-family: "Font Awesome 5 Free";
842
  font-size: 16px;
856
  background-color: #fff;
857
  }
858
  .eael-woo-product-carousel-container .icons-wrap.box-style-list li a.button.add_to_cart_button:before {
859
+ content: "\f07a";
860
  display: block;
861
  font-family: "Font Awesome 5 Free";
862
  font-size: 16px;
873
  background-color: #597dfc;
874
  }
875
  .eael-woo-product-carousel-container .icons-wrap.box-style-list li a.button.add_to_cart_button.product_type_variable:before {
876
+ content: "\f00c";
877
  }
878
  .eael-woo-product-carousel-container .icons-wrap.block-style {
879
  background: #5f3ae0;
913
  border-radius: 0;
914
  }
915
  .eael-woo-product-carousel-container .icons-wrap.block-style li a.added_to_cart:after {
916
+ content: "\f217";
917
  font-weight: 900;
918
  font-family: "Font Awesome 5 Free";
919
  font-size: 16px;
938
  color: inherit;
939
  }
940
  .eael-woo-product-carousel-container .icons-wrap.block-style li a.button.add_to_cart_button:before {
941
+ content: "\f07a";
942
  display: block;
943
  font-family: "Font Awesome 5 Free";
944
  font-size: 16px;
951
  position: absolute;
952
  }
953
  .eael-woo-product-carousel-container .icons-wrap.block-style li a.button.add_to_cart_button.product_type_variable:before {
954
+ content: "\f00c";
955
  }
956
  .eael-woo-product-carousel-container .icons-wrap li {
957
  display: inline-block;
1107
  }
1108
  .eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-added:after {
1109
  font-family: "Font Awesome 5 Free";
1110
+ content: "\f00c";
1111
  font-weight: 900;
1112
  display: inline-block;
1113
  position: absolute;
1115
  }
1116
  .eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-loading:after {
1117
  font-family: "Font Awesome 5 Free";
1118
+ content: "\f110";
1119
  font-weight: 900;
1120
  position: absolute;
1121
  right: 12px;
1152
  margin-right: 0;
1153
  }
1154
  .eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
1155
+ width: calc(25% - 0.75em);
1156
  margin-right: 1em;
1157
  margin-bottom: 1em;
1158
  }
assets/front-end/css/view/woo-product-gallery.css CHANGED
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
  .eael-product-gallery {
3
  display: -webkit-box;
4
  display: -ms-flexbox;
@@ -125,7 +124,7 @@
125
  line-height: 1em;
126
  }
127
  .eael-product-gallery .woocommerce ul.products .product .star-rating:before {
128
- content: "";
129
  font-family: "Font Awesome 5 Free";
130
  font-weight: 400;
131
  opacity: 1;
@@ -134,7 +133,7 @@
134
  display: inline-block;
135
  }
136
  .eael-product-gallery .woocommerce ul.products .product .star-rating span:before {
137
- content: "";
138
  font-family: "Font Awesome 5 Free";
139
  font-weight: 900;
140
  }
@@ -275,14 +274,14 @@
275
  }
276
  .eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button::before,
277
  .eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button::before {
278
- content: "";
279
  font-family: "Font Awesome 5 Free";
280
  font-weight: 900;
281
  padding-right: 8px;
282
  }
283
  .eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.product_type_variable:before,
284
  .eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before {
285
- content: "";
286
  }
287
  .eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button:focus,
288
  .eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button:focus {
@@ -371,7 +370,7 @@
371
  line-height: 1em;
372
  }
373
  .eael-product-gallery .woocommerce ul.products li.product .star-rating:before {
374
- content: "";
375
  font-family: "Font Awesome 5 Free";
376
  font-weight: 400;
377
  opacity: 1;
@@ -380,7 +379,7 @@
380
  display: inline-block;
381
  }
382
  .eael-product-gallery .woocommerce ul.products li.product .star-rating span:before {
383
- content: "";
384
  font-family: "Font Awesome 5 Free";
385
  font-weight: 900;
386
  }
@@ -471,7 +470,7 @@
471
  }
472
  .eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-added:after {
473
  font-family: "Font Awesome 5 Free";
474
- content: "";
475
  font-weight: 900;
476
  display: inline-block;
477
  position: absolute;
@@ -479,7 +478,7 @@
479
  }
480
  .eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-loading:after {
481
  font-family: "Font Awesome 5 Free";
482
- content: "";
483
  font-weight: 900;
484
  position: absolute;
485
  right: 12px;
@@ -516,7 +515,7 @@
516
  margin-right: 0;
517
  }
518
  .eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
519
- width: calc(25% - .75em);
520
  margin-right: 1em;
521
  margin-bottom: 1em;
522
  }
@@ -1137,7 +1136,7 @@
1137
  font-size: 0 !important;
1138
  }
1139
  .eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after {
1140
- content: "";
1141
  font-weight: 900;
1142
  font-family: "Font Awesome 5 Free";
1143
  font-size: 18px;
@@ -1153,7 +1152,7 @@
1153
  font-size: 0px !important;
1154
  }
1155
  .eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before {
1156
- content: "";
1157
  display: block;
1158
  font-family: "Font Awesome 5 Free";
1159
  font-size: 18px;
@@ -1166,7 +1165,7 @@
1166
  position: absolute;
1167
  }
1168
  .eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before {
1169
- content: "";
1170
  }
1171
  .eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style {
1172
  display: -webkit-box;
@@ -1213,7 +1212,7 @@
1213
  font-size: 0 !important;
1214
  }
1215
  .eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after {
1216
- content: "";
1217
  font-weight: 900;
1218
  font-family: "Font Awesome 5 Free";
1219
  font-size: 18px;
@@ -1230,7 +1229,7 @@
1230
  font-size: 0px !important;
1231
  }
1232
  .eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before {
1233
- content: "";
1234
  display: block;
1235
  font-family: "Font Awesome 5 Free";
1236
  font-size: 18px;
@@ -1243,7 +1242,7 @@
1243
  position: absolute;
1244
  }
1245
  .eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before {
1246
- content: "";
1247
  }
1248
  .eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.product_type_external {
1249
  width: auto;
@@ -1291,7 +1290,7 @@
1291
  font-size: 0 !important;
1292
  }
1293
  .eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after {
1294
- content: "";
1295
  font-weight: 900;
1296
  font-family: "Font Awesome 5 Free";
1297
  font-size: 18px;
@@ -1307,7 +1306,7 @@
1307
  font-size: 0px !important;
1308
  }
1309
  .eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before {
1310
- content: "";
1311
  display: block;
1312
  font-family: "Font Awesome 5 Free";
1313
  font-size: 18px;
@@ -1320,7 +1319,7 @@
1320
  position: absolute;
1321
  }
1322
  .eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before {
1323
- content: "";
1324
  }
1325
  .eael-product-gallery .eael-product-wrap .icons-wrap li {
1326
  display: inline-block;
 
1
  .eael-product-gallery {
2
  display: -webkit-box;
3
  display: -ms-flexbox;
124
  line-height: 1em;
125
  }
126
  .eael-product-gallery .woocommerce ul.products .product .star-rating:before {
127
+ content: "\f005\f005\f005\f005\f005";
128
  font-family: "Font Awesome 5 Free";
129
  font-weight: 400;
130
  opacity: 1;
133
  display: inline-block;
134
  }
135
  .eael-product-gallery .woocommerce ul.products .product .star-rating span:before {
136
+ content: "\f005\f005\f005\f005\f005";
137
  font-family: "Font Awesome 5 Free";
138
  font-weight: 900;
139
  }
274
  }
275
  .eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button::before,
276
  .eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button::before {
277
+ content: "\f07a";
278
  font-family: "Font Awesome 5 Free";
279
  font-weight: 900;
280
  padding-right: 8px;
281
  }
282
  .eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.product_type_variable:before,
283
  .eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before {
284
+ content: "\f00c";
285
  }
286
  .eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button:focus,
287
  .eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button:focus {
370
  line-height: 1em;
371
  }
372
  .eael-product-gallery .woocommerce ul.products li.product .star-rating:before {
373
+ content: "\f005\f005\f005\f005\f005";
374
  font-family: "Font Awesome 5 Free";
375
  font-weight: 400;
376
  opacity: 1;
379
  display: inline-block;
380
  }
381
  .eael-product-gallery .woocommerce ul.products li.product .star-rating span:before {
382
+ content: "\f005\f005\f005\f005\f005";
383
  font-family: "Font Awesome 5 Free";
384
  font-weight: 900;
385
  }
470
  }
471
  .eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-added:after {
472
  font-family: "Font Awesome 5 Free";
473
+ content: "\f00c";
474
  font-weight: 900;
475
  display: inline-block;
476
  position: absolute;
478
  }
479
  .eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-loading:after {
480
  font-family: "Font Awesome 5 Free";
481
+ content: "\f110";
482
  font-weight: 900;
483
  position: absolute;
484
  right: 12px;
515
  margin-right: 0;
516
  }
517
  .eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
518
+ width: calc(25% - 0.75em);
519
  margin-right: 1em;
520
  margin-bottom: 1em;
521
  }
1136
  font-size: 0 !important;
1137
  }
1138
  .eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after {
1139
+ content: "\f217";
1140
  font-weight: 900;
1141
  font-family: "Font Awesome 5 Free";
1142
  font-size: 18px;
1152
  font-size: 0px !important;
1153
  }
1154
  .eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before {
1155
+ content: "\f07a";
1156
  display: block;
1157
  font-family: "Font Awesome 5 Free";
1158
  font-size: 18px;
1165
  position: absolute;
1166
  }
1167
  .eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before {
1168
+ content: "\f00c";
1169
  }
1170
  .eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style {
1171
  display: -webkit-box;
1212
  font-size: 0 !important;
1213
  }
1214
  .eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after {
1215
+ content: "\f217";
1216
  font-weight: 900;
1217
  font-family: "Font Awesome 5 Free";
1218
  font-size: 18px;
1229
  font-size: 0px !important;
1230
  }
1231
  .eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before {
1232
+ content: "\f07a";
1233
  display: block;
1234
  font-family: "Font Awesome 5 Free";
1235
  font-size: 18px;
1242
  position: absolute;
1243
  }
1244
  .eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before {
1245
+ content: "\f00c";
1246
  }
1247
  .eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.product_type_external {
1248
  width: auto;
1290
  font-size: 0 !important;
1291
  }
1292
  .eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after {
1293
+ content: "\f217";
1294
  font-weight: 900;
1295
  font-family: "Font Awesome 5 Free";
1296
  font-size: 18px;
1306
  font-size: 0px !important;
1307
  }
1308
  .eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before {
1309
+ content: "\f07a";
1310
  display: block;
1311
  font-family: "Font Awesome 5 Free";
1312
  font-size: 18px;
1319
  position: absolute;
1320
  }
1321
  .eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before {
1322
+ content: "\f00c";
1323
  }
1324
  .eael-product-gallery .eael-product-wrap .icons-wrap li {
1325
  display: inline-block;
assets/front-end/js/view/advanced-tabs.js CHANGED
@@ -93,7 +93,7 @@
93
  /*! no static exports found */
94
  /***/ (function(module, exports) {
95
 
96
- eval("ea.hooks.addAction(\"init\", \"ea\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-adv-tabs.default\", function ($scope, $) {\n var $currentTab = $scope.find('.eael-advance-tabs'),\n $currentTabId = '#' + $currentTab.attr('id').toString();\n var hashTag = window.location.hash.substr(1);\n $($currentTabId + ' > .eael-tabs-nav ul li', $scope).each(function (index) {\n if (hashTag) {\n if ($(this).attr(\"id\") == hashTag) {\n $(this).removeClass(\"inactive\").addClass(\"active\");\n }\n } else {\n if ($(this).hasClass(\"active-default\")) {\n $($currentTabId + ' .eael-tabs-nav > ul li', $scope).removeClass(\"active\").addClass(\"inactive\");\n $(this).removeClass(\"inactive\").addClass('active');\n } else {\n if (index == 0) {\n $(this).removeClass(\"inactive\").addClass(\"active\");\n }\n }\n }\n });\n $($currentTabId + ' > .eael-tabs-content > div', $scope).each(function (index) {\n if (hashTag) {\n if ($(this).attr(\"id\") == hashTag) {\n $(this).removeClass(\"inactive\").addClass(\"active\");\n }\n } else {\n if ($(this).hasClass(\"active-default\")) {\n $($currentTabId + ' > .eael-tabs-content > div', $scope).removeClass(\"active\");\n $(this).removeClass(\"inactive\").addClass(\"active\");\n } else {\n if (index == 0) {\n $(this).removeClass(\"inactive\").addClass(\"active\");\n }\n }\n }\n });\n $($currentTabId + ' .eael-tabs-nav ul li', $scope).on(\"click\", function (e) {\n e.preventDefault();\n var currentTabIndex = $(this).index();\n var tabsContainer = $(this).closest(\".eael-advance-tabs\");\n var tabsNav = $(tabsContainer).children(\".eael-tabs-nav\").children(\"ul\").children(\"li\");\n var tabsContent = $(tabsContainer).children(\".eael-tabs-content\").children(\"div\");\n $(this).parent(\"li\").addClass(\"active\");\n $(tabsNav).removeClass(\"active active-default\").addClass(\"inactive\");\n $(this).addClass(\"active\").removeClass(\"inactive\");\n $(tabsContent).removeClass(\"active\").addClass(\"inactive\");\n $(tabsContent).eq(currentTabIndex).addClass(\"active\").removeClass(\"inactive\");\n $(tabsContent).each(function (index) {\n $(this).removeClass(\"active-default\");\n });\n var $filterGallery = tabsContent.eq(currentTabIndex).find(\".eael-filter-gallery-container\"),\n $postGridGallery = tabsContent.eq(currentTabIndex).find(\".eael-post-grid.eael-post-appender\"),\n $twitterfeedGallery = tabsContent.eq(currentTabIndex).find(\".eael-twitter-feed-masonry\"),\n $instaGallery = tabsContent.eq(currentTabIndex).find(\".eael-instafeed\"),\n $paGallery = tabsContent.eq(currentTabIndex).find(\".premium-gallery-container\"),\n $evCalendar = $(\".eael-event-calendar-cls\", tabsContent);\n\n if ($postGridGallery.length) {\n $postGridGallery.isotope(\"layout\");\n }\n\n if ($twitterfeedGallery.length) {\n $twitterfeedGallery.isotope(\"layout\");\n }\n\n if ($filterGallery.length) {\n $filterGallery.isotope(\"layout\");\n }\n\n if ($instaGallery.length) {\n $instaGallery.isotope(\"layout\");\n }\n\n if ($paGallery.length) {\n $paGallery.each(function (index, item) {\n $(item).isotope(\"layout\");\n });\n }\n\n if ($evCalendar.length) {\n ea.hooks.doAction(\"eventCalendar.reinit\");\n }\n });\n });\n});\n\n//# sourceURL=webpack:///./src/js/view/advanced-tabs.js?");
97
 
98
  /***/ })
99
 
93
  /*! no static exports found */
94
  /***/ (function(module, exports) {
95
 
96
+ eval("ea.hooks.addAction(\"init\", \"ea\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-adv-tabs.default\", function ($scope, $) {\n var $currentTab = $scope.find('.eael-advance-tabs'),\n $currentTabId = '#' + $currentTab.attr('id').toString();\n var hashTag = window.location.hash.substr(1);\n $($currentTabId + ' > .eael-tabs-nav ul li', $scope).each(function (index) {\n if (hashTag && $(this).attr(\"id\") == hashTag) {\n $($currentTabId + ' .eael-tabs-nav > ul li', $scope).removeClass(\"active\").addClass(\"inactive\");\n $(this).removeClass(\"inactive\").addClass(\"active\");\n } else {\n if ($(this).hasClass(\"active-default\")) {\n $($currentTabId + ' .eael-tabs-nav > ul li', $scope).removeClass(\"active\").addClass(\"inactive\");\n $(this).removeClass(\"inactive\").addClass('active');\n } else {\n if (index == 0) {\n $(this).removeClass(\"inactive\").addClass(\"active\");\n }\n }\n }\n });\n $($currentTabId + ' > .eael-tabs-content > div', $scope).each(function (index) {\n if (hashTag && $(this).attr(\"id\") == hashTag) {\n $($currentTabId + ' > .eael-tabs-content > div', $scope).removeClass(\"active\");\n $(this).removeClass(\"inactive\").addClass(\"active\");\n } else {\n if ($(this).hasClass(\"active-default\")) {\n $($currentTabId + ' > .eael-tabs-content > div', $scope).removeClass(\"active\");\n $(this).removeClass(\"inactive\").addClass(\"active\");\n } else {\n if (index == 0) {\n $(this).removeClass(\"inactive\").addClass(\"active\");\n }\n }\n }\n });\n $($currentTabId + ' .eael-tabs-nav ul li', $scope).on(\"click\", function (e) {\n e.preventDefault();\n var currentTabIndex = $(this).index();\n var tabsContainer = $(this).closest(\".eael-advance-tabs\");\n var tabsNav = $(tabsContainer).children(\".eael-tabs-nav\").children(\"ul\").children(\"li\");\n var tabsContent = $(tabsContainer).children(\".eael-tabs-content\").children(\"div\");\n $(this).parent(\"li\").addClass(\"active\");\n $(tabsNav).removeClass(\"active active-default\").addClass(\"inactive\");\n $(this).addClass(\"active\").removeClass(\"inactive\");\n $(tabsContent).removeClass(\"active\").addClass(\"inactive\");\n $(tabsContent).eq(currentTabIndex).addClass(\"active\").removeClass(\"inactive\");\n $(tabsContent).each(function (index) {\n $(this).removeClass(\"active-default\");\n });\n var $filterGallery = tabsContent.eq(currentTabIndex).find(\".eael-filter-gallery-container\"),\n $postGridGallery = tabsContent.eq(currentTabIndex).find(\".eael-post-grid.eael-post-appender\"),\n $twitterfeedGallery = tabsContent.eq(currentTabIndex).find(\".eael-twitter-feed-masonry\"),\n $instaGallery = tabsContent.eq(currentTabIndex).find(\".eael-instafeed\"),\n $paGallery = tabsContent.eq(currentTabIndex).find(\".premium-gallery-container\"),\n $evCalendar = $(\".eael-event-calendar-cls\", tabsContent);\n\n if ($postGridGallery.length) {\n $postGridGallery.isotope(\"layout\");\n }\n\n if ($twitterfeedGallery.length) {\n $twitterfeedGallery.isotope(\"layout\");\n }\n\n if ($filterGallery.length) {\n $filterGallery.isotope(\"layout\");\n }\n\n if ($instaGallery.length) {\n $instaGallery.isotope(\"layout\");\n }\n\n if ($paGallery.length) {\n $paGallery.each(function (index, item) {\n $(item).isotope(\"layout\");\n });\n }\n\n if ($evCalendar.length) {\n ea.hooks.doAction(\"eventCalendar.reinit\");\n }\n });\n });\n});\n\n//# sourceURL=webpack:///./src/js/view/advanced-tabs.js?");
97
 
98
  /***/ })
99
 
assets/front-end/js/view/advanced-tabs.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){var t={};function a(i){if(t[i])return t[i].exports;var n=t[i]={i:i,l:!1,exports:{}};return e[i].call(n.exports,n,n.exports,a),n.l=!0,n.exports}a.m=e,a.c=t,a.d=function(e,t,i){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(a.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)a.d(i,n,function(t){return e[t]}.bind(null,n));return i},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=2)}({2:function(e,t){ea.hooks.addAction("init","ea",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-adv-tabs.default",(function(e,t){var a="#"+e.find(".eael-advance-tabs").attr("id").toString(),i=window.location.hash.substr(1);t(a+" > .eael-tabs-nav ul li",e).each((function(n){i?t(this).attr("id")==i&&t(this).removeClass("inactive").addClass("active"):t(this).hasClass("active-default")?(t(a+" .eael-tabs-nav > ul li",e).removeClass("active").addClass("inactive"),t(this).removeClass("inactive").addClass("active")):0==n&&t(this).removeClass("inactive").addClass("active")})),t(a+" > .eael-tabs-content > div",e).each((function(n){i?t(this).attr("id")==i&&t(this).removeClass("inactive").addClass("active"):t(this).hasClass("active-default")?(t(a+" > .eael-tabs-content > div",e).removeClass("active"),t(this).removeClass("inactive").addClass("active")):0==n&&t(this).removeClass("inactive").addClass("active")})),t(a+" .eael-tabs-nav ul li",e).on("click",(function(e){e.preventDefault();var a=t(this).index(),i=t(this).closest(".eael-advance-tabs"),n=t(i).children(".eael-tabs-nav").children("ul").children("li"),l=t(i).children(".eael-tabs-content").children("div");t(this).parent("li").addClass("active"),t(n).removeClass("active active-default").addClass("inactive"),t(this).addClass("active").removeClass("inactive"),t(l).removeClass("active").addClass("inactive"),t(l).eq(a).addClass("active").removeClass("inactive"),t(l).each((function(e){t(this).removeClass("active-default")}));var s=l.eq(a).find(".eael-filter-gallery-container"),o=l.eq(a).find(".eael-post-grid.eael-post-appender"),r=l.eq(a).find(".eael-twitter-feed-masonry"),c=l.eq(a).find(".eael-instafeed"),d=l.eq(a).find(".premium-gallery-container"),v=t(".eael-event-calendar-cls",l);o.length&&o.isotope("layout"),r.length&&r.isotope("layout"),s.length&&s.isotope("layout"),c.length&&c.isotope("layout"),d.length&&d.each((function(e,a){t(a).isotope("layout")})),v.length&&ea.hooks.doAction("eventCalendar.reinit")}))}))}))}});
1
+ !function(e){var t={};function a(n){if(t[n])return t[n].exports;var i=t[n]={i:n,l:!1,exports:{}};return e[n].call(i.exports,i,i.exports,a),i.l=!0,i.exports}a.m=e,a.c=t,a.d=function(e,t,n){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(a.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)a.d(n,i,function(t){return e[t]}.bind(null,i));return n},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=2)}({2:function(e,t){ea.hooks.addAction("init","ea",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-adv-tabs.default",(function(e,t){var a="#"+e.find(".eael-advance-tabs").attr("id").toString(),n=window.location.hash.substr(1);t(a+" > .eael-tabs-nav ul li",e).each((function(i){n&&t(this).attr("id")==n||t(this).hasClass("active-default")?(t(a+" .eael-tabs-nav > ul li",e).removeClass("active").addClass("inactive"),t(this).removeClass("inactive").addClass("active")):0==i&&t(this).removeClass("inactive").addClass("active")})),t(a+" > .eael-tabs-content > div",e).each((function(i){n&&t(this).attr("id")==n||t(this).hasClass("active-default")?(t(a+" > .eael-tabs-content > div",e).removeClass("active"),t(this).removeClass("inactive").addClass("active")):0==i&&t(this).removeClass("inactive").addClass("active")})),t(a+" .eael-tabs-nav ul li",e).on("click",(function(e){e.preventDefault();var a=t(this).index(),n=t(this).closest(".eael-advance-tabs"),i=t(n).children(".eael-tabs-nav").children("ul").children("li"),l=t(n).children(".eael-tabs-content").children("div");t(this).parent("li").addClass("active"),t(i).removeClass("active active-default").addClass("inactive"),t(this).addClass("active").removeClass("inactive"),t(l).removeClass("active").addClass("inactive"),t(l).eq(a).addClass("active").removeClass("inactive"),t(l).each((function(e){t(this).removeClass("active-default")}));var s=l.eq(a).find(".eael-filter-gallery-container"),o=l.eq(a).find(".eael-post-grid.eael-post-appender"),r=l.eq(a).find(".eael-twitter-feed-masonry"),c=l.eq(a).find(".eael-instafeed"),d=l.eq(a).find(".premium-gallery-container"),u=t(".eael-event-calendar-cls",l);o.length&&o.isotope("layout"),r.length&&r.isotope("layout"),s.length&&s.isotope("layout"),c.length&&c.isotope("layout"),d.length&&d.each((function(e,a){t(a).isotope("layout")})),u.length&&ea.hooks.doAction("eventCalendar.reinit")}))}))}))}});
autoload.php CHANGED
File without changes
config.php CHANGED
File without changes
essential_adons_elementor.php CHANGED
@@ -4,14 +4,14 @@
4
  * Description: The Essential plugin you install after Elementor! Packed with 40+ stunning free elements including Advanced Data Table, Event Calendar, Filterable Gallery, WooCommerce, and many more.
5
  * Plugin URI: https://essential-addons.com/elementor/
6
  * Author: WPDeveloper
7
- * Version: 4.9.0
8
  * Author URI: https://wpdeveloper.net/
9
  * Text Domain: essential-addons-for-elementor-lite
10
  * Domain Path: /languages
11
  *
12
  * WC tested up to: 5.6.0
13
- * Elementor tested up to: 3.4.3
14
- * Elementor Pro tested up to: 3.4.0
15
  */
16
 
17
  if (!defined('ABSPATH')) {
@@ -27,7 +27,7 @@ define('EAEL_PLUGIN_FILE', __FILE__);
27
  define('EAEL_PLUGIN_BASENAME', plugin_basename(__FILE__));
28
  define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
29
  define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
30
- define('EAEL_PLUGIN_VERSION', '4.9.0');
31
  define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
32
  define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
33
  /**
4
  * Description: The Essential plugin you install after Elementor! Packed with 40+ stunning free elements including Advanced Data Table, Event Calendar, Filterable Gallery, WooCommerce, and many more.
5
  * Plugin URI: https://essential-addons.com/elementor/
6
  * Author: WPDeveloper
7
+ * Version: 4.9.1
8
  * Author URI: https://wpdeveloper.net/
9
  * Text Domain: essential-addons-for-elementor-lite
10
  * Domain Path: /languages
11
  *
12
  * WC tested up to: 5.6.0
13
+ * Elementor tested up to: 3.4.4
14
+ * Elementor Pro tested up to: 3.4.1
15
  */
16
 
17
  if (!defined('ABSPATH')) {
27
  define('EAEL_PLUGIN_BASENAME', plugin_basename(__FILE__));
28
  define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
29
  define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
30
+ define('EAEL_PLUGIN_VERSION', '4.9.1');
31
  define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
32
  define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
33
  /**
includes/Classes/Bootstrap.php CHANGED
@@ -209,6 +209,10 @@ class Bootstrap
209
  //rank math support
210
  add_filter('rank_math/researches/toc_plugins', [$this, 'toc_rank_math_support']);
211
 
 
 
 
 
212
 
213
  //templately plugin support
214
  if( !class_exists('Templately\Plugin') && !get_option('eael_templately_promo_hide') ) {
209
  //rank math support
210
  add_filter('rank_math/researches/toc_plugins', [$this, 'toc_rank_math_support']);
211
 
212
+ if(defined('WPML_TM_VERSION')){
213
+ add_filter( 'elementor/documents/get/post_id',[$this, 'eael_wpml_template_translation']);
214
+ }
215
+
216
 
217
  //templately plugin support
218
  if( !class_exists('Templately\Plugin') && !get_option('eael_templately_promo_hide') ) {
includes/Classes/Helper.php CHANGED
@@ -573,33 +573,7 @@ class Helper
573
  return $options;
574
  }
575
 
576
- /**
577
- * Get FluentForms List
578
- *
579
- * @return array
580
- */
581
- public static function get_fluent_forms_list()
582
- {
583
 
584
- $options = array();
585
-
586
- if (defined('FLUENTFORM')) {
587
- global $wpdb;
588
-
589
- $result = $wpdb->get_results("SELECT * FROM {$wpdb->prefix}fluentform_forms");
590
- if ($result) {
591
- $options[0] = esc_html__('Select a Fluent Form', 'essential-addons-for-elementor-lite');
592
- foreach ($result as $form) {
593
- $options[$form->id] = $form->title;
594
- }
595
- } else {
596
- $options[0] = esc_html__('Create a Form First', 'essential-addons-for-elementor-lite');
597
- }
598
- }
599
-
600
- return $options;
601
-
602
- }
603
 
604
  public static function get_ninja_tables_list()
605
  {
573
  return $options;
574
  }
575
 
 
 
 
 
 
 
 
576
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
577
 
578
  public static function get_ninja_tables_list()
579
  {
includes/Classes/Migration.php CHANGED
File without changes
includes/Elements/Adv_Tabs.php CHANGED
@@ -112,6 +112,30 @@ class Adv_Tabs extends Widget_Base
112
  ],
113
  ]
114
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  $this->end_controls_section();
116
 
117
  /**
@@ -443,11 +467,13 @@ class Adv_Tabs extends Widget_Base
443
  ],
444
  ],
445
  'selectors' => [
446
- '{{WRAPPER}} .eael-tab-inline-icon li i, {{WRAPPER}} .eael-tab-inline-icon li img, {{WRAPPER}} .eael-tab-inline-icon li svg' => 'margin-right: {{SIZE}}{{UNIT}};',
 
447
  '{{WRAPPER}} .eael-tab-top-icon li i, {{WRAPPER}} .eael-tab-top-icon li img, {{WRAPPER}} .eael-tab-top-icon li svg' => 'margin-bottom: {{SIZE}}{{UNIT}};',
448
  ],
449
  ]
450
  );
 
451
  $this->add_responsive_control(
452
  'eael_adv_tabs_tab_padding',
453
  [
@@ -870,6 +896,7 @@ class Adv_Tabs extends Widget_Base
870
  protected function render()
871
  {
872
  $settings = $this->get_settings_for_display();
 
873
  $eael_find_default_tab = [];
874
  $eael_adv_tab_id = 1;
875
  $eael_adv_tab_content_id = 1;
@@ -896,8 +923,12 @@ class Adv_Tabs extends Widget_Base
896
  <div <?php echo $this->get_render_attribute_string('eael_tab_wrapper'); ?>>
897
  <div class="eael-tabs-nav">
898
  <ul <?php echo $this->get_render_attribute_string('eael_tab_icon_position'); ?>>
899
- <?php foreach ($settings['eael_adv_tabs_tab'] as $key => $tab) : ?>
900
  <li id="<?php echo $tab['eael_adv_tabs_tab_id'] ? $tab['eael_adv_tabs_tab_id'] : Helper::str_to_css_id($tab['eael_adv_tabs_tab_title']); ?>" class="<?php echo esc_attr($tab['eael_adv_tabs_tab_show_as_default']); ?>">
 
 
 
 
901
  <?php if ($settings['eael_adv_tabs_icon_show'] === 'yes') :
902
  if ($tab['eael_adv_tabs_icon_type'] === 'icon') : ?>
903
  <?php if ($tab_icon_is_new || $tab_icon_migrated) {
@@ -908,7 +939,15 @@ class Adv_Tabs extends Widget_Base
908
  <?php elseif ($tab['eael_adv_tabs_icon_type'] === 'image') : ?>
909
  <img src="<?php echo esc_attr($tab['eael_adv_tabs_tab_title_image']['url']); ?>" alt="<?php echo esc_attr(get_post_meta($tab['eael_adv_tabs_tab_title_image']['id'], '_wp_attachment_image_alt', true)); ?>">
910
  <?php endif; ?>
911
- <?php endif; ?> <span class="eael-tab-title"><?php echo Helper::eael_wp_kses($tab['eael_adv_tabs_tab_title']); ?></span>
 
 
 
 
 
 
 
 
912
  </li>
913
  <?php endforeach; ?>
914
  </ul>
112
  ],
113
  ]
114
  );
115
+
116
+ $this->add_control(
117
+ 'eael_adv_tabs_tab_icon_alignment',
118
+ [
119
+ 'label' => esc_html__( 'Icon Alignment', 'essential-addons-for-elementor-lite' ),
120
+ 'description' => sprintf( __( 'Set icon position before/after the tab title.', 'essential-addons-for-elementor-lite' ) ),
121
+ 'type' => Controls_Manager::CHOOSE,
122
+ 'default' => 'before',
123
+ 'options' => [
124
+ 'before' => [
125
+ 'title' => esc_html__( 'Before', 'essential-addons-for-elementor-lite' ),
126
+ 'icon' => 'eicon-h-align-left',
127
+ ],
128
+ 'after' => [
129
+ 'title' => esc_html__( 'After', 'essential-addons-for-elementor-lite' ),
130
+ 'icon' => 'eicon-h-align-right',
131
+ ],
132
+ ],
133
+ 'condition' => [
134
+ 'eael_adv_tab_icon_position' => 'eael-tab-inline-icon',
135
+ ],
136
+ ]
137
+ );
138
+
139
  $this->end_controls_section();
140
 
141
  /**
467
  ],
468
  ],
469
  'selectors' => [
470
+ '{{WRAPPER}} .eael-tab-inline-icon li span.title-before-icon' => 'margin-right: {{SIZE}}{{UNIT}};',
471
+ '{{WRAPPER}} .eael-tab-inline-icon li span.title-after-icon' => 'margin-left: {{SIZE}}{{UNIT}};',
472
  '{{WRAPPER}} .eael-tab-top-icon li i, {{WRAPPER}} .eael-tab-top-icon li img, {{WRAPPER}} .eael-tab-top-icon li svg' => 'margin-bottom: {{SIZE}}{{UNIT}};',
473
  ],
474
  ]
475
  );
476
+
477
  $this->add_responsive_control(
478
  'eael_adv_tabs_tab_padding',
479
  [
896
  protected function render()
897
  {
898
  $settings = $this->get_settings_for_display();
899
+
900
  $eael_find_default_tab = [];
901
  $eael_adv_tab_id = 1;
902
  $eael_adv_tab_content_id = 1;
923
  <div <?php echo $this->get_render_attribute_string('eael_tab_wrapper'); ?>>
924
  <div class="eael-tabs-nav">
925
  <ul <?php echo $this->get_render_attribute_string('eael_tab_icon_position'); ?>>
926
+ <?php foreach ($settings['eael_adv_tabs_tab'] as $tab) : ?>
927
  <li id="<?php echo $tab['eael_adv_tabs_tab_id'] ? $tab['eael_adv_tabs_tab_id'] : Helper::str_to_css_id($tab['eael_adv_tabs_tab_title']); ?>" class="<?php echo esc_attr($tab['eael_adv_tabs_tab_show_as_default']); ?>">
928
+ <?php if( $settings['eael_adv_tab_icon_position'] === 'eael-tab-inline-icon' && $settings['eael_adv_tabs_tab_icon_alignment'] === 'after' ) : ?>
929
+ <span class="eael-tab-title title-before-icon"><?php echo Helper::eael_wp_kses($tab['eael_adv_tabs_tab_title']); ?></span>
930
+ <?php endif; ?>
931
+
932
  <?php if ($settings['eael_adv_tabs_icon_show'] === 'yes') :
933
  if ($tab['eael_adv_tabs_icon_type'] === 'icon') : ?>
934
  <?php if ($tab_icon_is_new || $tab_icon_migrated) {
939
  <?php elseif ($tab['eael_adv_tabs_icon_type'] === 'image') : ?>
940
  <img src="<?php echo esc_attr($tab['eael_adv_tabs_tab_title_image']['url']); ?>" alt="<?php echo esc_attr(get_post_meta($tab['eael_adv_tabs_tab_title_image']['id'], '_wp_attachment_image_alt', true)); ?>">
941
  <?php endif; ?>
942
+ <?php endif; ?>
943
+
944
+ <?php if( $settings['eael_adv_tab_icon_position'] === 'eael-tab-inline-icon' && $settings['eael_adv_tabs_tab_icon_alignment'] !== 'after' ) : ?>
945
+ <span class="eael-tab-title title-after-icon"><?php echo Helper::eael_wp_kses($tab['eael_adv_tabs_tab_title']); ?></span>
946
+ <?php endif; ?>
947
+
948
+ <?php if( $settings['eael_adv_tab_icon_position'] !== 'eael-tab-inline-icon' ) : ?>
949
+ <span class="eael-tab-title title-after-icon"><?php echo Helper::eael_wp_kses($tab['eael_adv_tabs_tab_title']); ?></span>
950
+ <?php endif; ?>
951
  </li>
952
  <?php endforeach; ?>
953
  </ul>
includes/Elements/Betterdocs_Category_Box.php CHANGED
File without changes
includes/Elements/Betterdocs_Category_Grid.php CHANGED
File without changes
includes/Elements/Betterdocs_Search_Form.php CHANGED
File without changes
includes/Elements/Caldera_Forms.php CHANGED
File without changes
includes/Elements/Contact_Form_7.php CHANGED
File without changes
includes/Elements/Countdown.php CHANGED
File without changes
includes/Elements/Creative_Button.php CHANGED
File without changes
includes/Elements/Cta_Box.php CHANGED
File without changes
includes/Elements/Data_Table.php CHANGED
File without changes
includes/Elements/Facebook_Feed.php CHANGED
File without changes
includes/Elements/Fancy_Text.php CHANGED
File without changes
includes/Elements/Feature_List.php CHANGED
File without changes
includes/Elements/FluentForm.php CHANGED
@@ -67,6 +67,34 @@ class FluentForm extends Widget_Base
67
  ];
68
  }
69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  protected function _register_controls()
71
  {
72
  /*-----------------------------------------------------------------------------------*/
@@ -110,7 +138,7 @@ class FluentForm extends Widget_Base
110
  'label' => esc_html__('Fluent Form', 'essential-addons-for-elementor-lite'),
111
  'type' => Controls_Manager::SELECT,
112
  'label_block' => true,
113
- 'options' => Helper::get_fluent_forms_list(),
114
  'default' => '0',
115
  ]
116
  );
@@ -591,7 +619,9 @@ class FluentForm extends Widget_Base
591
  ],
592
  'default' => '',
593
  'selectors' => [
594
- '{{WRAPPER}} .eael-contact-form.eael-fluent-form-wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .eael-contact-form.eael-fluent-form-wrapper .ff-el-group textarea, {{WRAPPER}} .eael-contact-form.eael-fluent-form-wrapper .ff-el-group select' => 'text-align: {{VALUE}};',
 
 
595
  ],
596
  ]
597
  );
@@ -1502,6 +1532,7 @@ class FluentForm extends Widget_Base
1502
  'size_units' => ['px', '%'],
1503
  'selectors' => [
1504
  '{{WRAPPER}} .eael-contact-form.eael-fluent-form-wrapper .ff-el-group .ff-btn-submit' => 'width: {{SIZE}}{{UNIT}}',
 
1505
  ],
1506
  'condition' => [
1507
  'button_width_type' => 'custom',
@@ -1596,6 +1627,27 @@ class FluentForm extends Widget_Base
1596
  ]
1597
  );
1598
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1599
  $this->add_group_control(
1600
  Group_Control_Typography::get_type(),
1601
  [
@@ -2161,6 +2213,10 @@ class FluentForm extends Widget_Base
2161
 
2162
  }
2163
 
 
 
 
 
2164
  protected function render()
2165
  {
2166
 
@@ -2169,6 +2225,7 @@ class FluentForm extends Widget_Base
2169
 
2170
  $settings = $this->get_settings_for_display();
2171
 
 
2172
  $this->add_render_attribute(
2173
  'eael_fluentform_wrapper',
2174
  [
@@ -2207,8 +2264,12 @@ class FluentForm extends Widget_Base
2207
  else {
2208
  $this->add_render_attribute( 'eael_fluentform_wrapper', 'class', 'eael-contact-form-align-default' );
2209
  }
 
 
 
 
2210
 
2211
- $shortcode = '[fluentform id="'.$this->get_settings_for_display('form_list').'"]';
2212
 
2213
  ?>
2214
  <div <?php echo $this->get_render_attribute_string('eael_fluentform_wrapper'); ?>>
67
  ];
68
  }
69
 
70
+ /**
71
+ * Get FluentForms List
72
+ *
73
+ * @return array
74
+ */
75
+ public static function get_fluent_forms_list()
76
+ {
77
+
78
+ $options = array();
79
+
80
+ if (defined('FLUENTFORM')) {
81
+ global $wpdb;
82
+
83
+ $result = $wpdb->get_results("SELECT * FROM {$wpdb->prefix}fluentform_forms");
84
+ if ($result) {
85
+ $options[0] = esc_html__('Select a Fluent Form', 'essential-addons-for-elementor-lite');
86
+ foreach ($result as $form) {
87
+ $options[$form->id] = $form->title;
88
+ }
89
+ } else {
90
+ $options[0] = esc_html__('Create a Form First', 'essential-addons-for-elementor-lite');
91
+ }
92
+ }
93
+
94
+ return $options;
95
+
96
+ }
97
+
98
  protected function _register_controls()
99
  {
100
  /*-----------------------------------------------------------------------------------*/
138
  'label' => esc_html__('Fluent Form', 'essential-addons-for-elementor-lite'),
139
  'type' => Controls_Manager::SELECT,
140
  'label_block' => true,
141
+ 'options' => self::get_fluent_forms_list(),
142
  'default' => '0',
143
  ]
144
  );
619
  ],
620
  'default' => '',
621
  'selectors' => [
622
+ '{{WRAPPER}} .eael-contact-form.eael-fluent-form-wrapper input:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=email]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .eael-contact-form.eael-fluent-form-wrapper .ff-el-group textarea, {{WRAPPER}} .eael-contact-form.eael-fluent-form-wrapper .ff-el-group select' => 'text-align: {{VALUE}};',
623
+ '{{WRAPPER}} .eael-contact-form.eael-fluent-form-wrapper .ff-el-group input[type=email] ' => 'float: {{VALUE}};',
624
+ '{{WRAPPER}} .eael-contact-form.eael-fluent-form-wrapper .ff-el-group input[type=text] ' => 'float: {{VALUE}};',
625
  ],
626
  ]
627
  );
1532
  'size_units' => ['px', '%'],
1533
  'selectors' => [
1534
  '{{WRAPPER}} .eael-contact-form.eael-fluent-form-wrapper .ff-el-group .ff-btn-submit' => 'width: {{SIZE}}{{UNIT}}',
1535
+ '{{WRAPPER}} .eael-contact-form.eael-fluent-form-wrapper.eael-contact-form-align-default .ff-el-group .ff-btn-submit' => 'width: {{SIZE}}{{UNIT}};min-width: inherit;',
1536
  ],
1537
  'condition' => [
1538
  'button_width_type' => 'custom',
1627
  ]
1628
  );
1629
 
1630
+ $this->add_responsive_control(
1631
+ 'button_position',
1632
+ [
1633
+ 'label' => __('Button Position', 'essential-addons-for-elementor-lite'),
1634
+ 'type' => Controls_Manager::SLIDER,
1635
+ 'range' => [
1636
+ 'px' => [
1637
+ 'min' => 0,
1638
+ 'max' => 1000,
1639
+ 'step' => 1,
1640
+ ],
1641
+ ],
1642
+ 'size_units' => ['px', 'em', '%'],
1643
+ 'selectors' => [
1644
+ '{{WRAPPER}} .eael-contact-form.eael-fluent-form-wrapper.eael-fluent-form-subscription .ff-el-group .ff-btn-submit' => 'right: {{SIZE}}{{UNIT}};position: relative;min-width: inherit;',
1645
+ ],
1646
+ ]
1647
+ );
1648
+
1649
+
1650
+
1651
  $this->add_group_control(
1652
  Group_Control_Typography::get_type(),
1653
  [
2213
 
2214
  }
2215
 
2216
+ public function get_form_attr($form_id){
2217
+ return \FluentForm\App\Helpers\Helper::getFormMeta($form_id, 'template_name');
2218
+ }
2219
+
2220
  protected function render()
2221
  {
2222
 
2225
 
2226
  $settings = $this->get_settings_for_display();
2227
 
2228
+ $template_name = $this->get_form_attr($settings['form_list']);
2229
  $this->add_render_attribute(
2230
  'eael_fluentform_wrapper',
2231
  [
2264
  else {
2265
  $this->add_render_attribute( 'eael_fluentform_wrapper', 'class', 'eael-contact-form-align-default' );
2266
  }
2267
+
2268
+ if ( $template_name == 'inline_subscription' ) {
2269
+ $this->add_render_attribute( 'eael_fluentform_wrapper', 'class', 'eael-fluent-form-subscription' );
2270
+ }
2271
 
2272
+ $shortcode = '[fluentform id="'.$settings['form_list'].'"]';
2273
 
2274
  ?>
2275
  <div <?php echo $this->get_render_attribute_string('eael_fluentform_wrapper'); ?>>
includes/Elements/GravityForms.php CHANGED
File without changes
includes/Elements/Login_Register.php CHANGED
@@ -2406,7 +2406,7 @@ class Login_Register extends Widget_Base {
2406
  'separator' => 'before',
2407
  ] );
2408
  $this->start_popover();
2409
- $this->add_control( "{$form_type}_form_subtitle_margin", [
2410
  'label' => __( 'Margin', 'essential-addons-for-elementor-lite' ),
2411
  'type' => Controls_Manager::DIMENSIONS,
2412
  'size_units' => [
@@ -2421,7 +2421,7 @@ class Login_Register extends Widget_Base {
2421
  "{$form_type}_form_subtitle_po_toggle" => 'yes',
2422
  ],
2423
  ] );
2424
- $this->add_control( "{$form_type}_form_subtitle_padding", [
2425
  'label' => __( 'Padding', 'essential-addons-for-elementor-lite' ),
2426
  'type' => Controls_Manager::DIMENSIONS,
2427
  'size_units' => [
2406
  'separator' => 'before',
2407
  ] );
2408
  $this->start_popover();
2409
+ $this->add_responsive_control( "{$form_type}_form_subtitle_margin", [
2410
  'label' => __( 'Margin', 'essential-addons-for-elementor-lite' ),
2411
  'type' => Controls_Manager::DIMENSIONS,
2412
  'size_units' => [
2421
  "{$form_type}_form_subtitle_po_toggle" => 'yes',
2422
  ],
2423
  ] );
2424
+ $this->add_responsive_control( "{$form_type}_form_subtitle_padding", [
2425
  'label' => __( 'Padding', 'essential-addons-for-elementor-lite' ),
2426
  'type' => Controls_Manager::DIMENSIONS,
2427
  'size_units' => [
includes/Elements/Post_Timeline.php CHANGED
File without changes
includes/Elements/Product_Grid.php CHANGED
File without changes
includes/Elements/Progress_Bar.php CHANGED
File without changes
includes/Elements/Sticky_Video.php CHANGED
File without changes
includes/Elements/Tooltip.php CHANGED
File without changes
includes/Elements/Twitter_Feed.php CHANGED
File without changes
includes/Elements/WeForms.php CHANGED
File without changes
includes/Elements/Woo_Product_Gallery.php CHANGED
@@ -14,6 +14,7 @@ use Elementor\Group_Control_Box_Shadow;
14
  use Elementor\Group_Control_Image_Size;
15
  use Elementor\Group_Control_Typography;
16
  use Elementor\Plugin;
 
17
  use Elementor\Widget_Base;
18
  use Essential_Addons_Elementor\Classes\Helper as HelperClass;
19
  use Essential_Addons_Elementor\Traits\Helper;
@@ -277,6 +278,24 @@ class Woo_Product_Gallery extends Widget_Base {
277
  ]
278
  );
279
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
280
  $this->add_control(
281
  'eael_woo_product_gallery_product_heading',
282
  [
@@ -1020,7 +1039,7 @@ class Woo_Product_Gallery extends Widget_Base {
1020
  [
1021
  'label' => esc_html__( 'Background', 'essential-addons-for-elementor-lite' ),
1022
  'type' => Controls_Manager::COLOR,
1023
- 'default' => '#333',
1024
  'selectors' => [
1025
  '{{WRAPPER}} .eael-product-gallery .woocommerce li.product .button,
1026
  {{WRAPPER}} .eael-product-gallery .woocommerce li.product .button.add_to_cart_button' => 'background-color: {{VALUE}};',
@@ -1086,7 +1105,7 @@ class Woo_Product_Gallery extends Widget_Base {
1086
  [
1087
  'label' => esc_html__( 'Background', 'essential-addons-for-elementor-lite' ),
1088
  'type' => Controls_Manager::COLOR,
1089
- 'default' => '#333',
1090
  'selectors' => [
1091
  '{{WRAPPER}} .eael-product-gallery .woocommerce li.product .button:hover,
1092
  {{WRAPPER}} .eael-product-gallery .woocommerce li.product .button.add_to_cart_button:hover' => 'background-color: {{VALUE}};',
@@ -1417,9 +1436,9 @@ class Woo_Product_Gallery extends Widget_Base {
1417
  $this->add_control(
1418
  'eael_product_gallery_item_thumb_width',
1419
  [
1420
- 'label' => __( 'Width', 'essential-addons-for-elementor-lite' ),
1421
  'type' => Controls_Manager::SLIDER,
1422
- 'size_units' => [ 'px', '%' ],
1423
  'range' => [
1424
  'px' => [
1425
  'min' => 0,
@@ -1432,7 +1451,7 @@ class Woo_Product_Gallery extends Widget_Base {
1432
  ],
1433
  ],
1434
  'selectors' => [
1435
- '{{WRAPPER}} .eael-cat-tab img' => 'width: {{SIZE}}{{UNIT}};',
1436
  ],
1437
  'condition' => [
1438
  'eael_woo_product_gallery_terms_thumb' => 'yes',
@@ -1711,7 +1730,7 @@ class Woo_Product_Gallery extends Widget_Base {
1711
  [
1712
  'label' => esc_html__( 'Background Color', 'essential-addons-for-elementor-lite' ),
1713
  'type' => Controls_Manager::COLOR,
1714
- 'default' => '#333',
1715
  'selectors' => [
1716
  '{{WRAPPER}} .eael-product-gallery .eael-product-wrap .icons-wrap li a:hover' => 'background-color: {{VALUE}};',
1717
  ],
@@ -2553,9 +2572,17 @@ class Woo_Product_Gallery extends Widget_Base {
2553
  } else {
2554
  $all_taxonomy = 'product_cat';
2555
  }
 
 
 
 
 
 
 
 
2556
  echo '<li><a href="javascript:;" data-taxonomy="' . $all_taxonomy . '" data-page="1" data-id=' . json_encode( $product_cats ) .
2557
  ' class="active post-list-filter-item post-list-cat-'
2558
- . $this->get_id() . '">' . __( $settings[ 'eael_woo_product_gallery_terms_all_text' ], 'essential-addons-for-elementor-lite' ) . '</a></li>';
2559
  } elseif ( ( $settings[ 'eael_woo_product_gallery_terms_show_all' ] == '' ) && empty( $get_product_cats ) ) {
2560
  _e( '<p class="no-posts-found">No Category Found!</p>', 'essential-addons-for-elementor-lite' );
2561
  }
14
  use Elementor\Group_Control_Image_Size;
15
  use Elementor\Group_Control_Typography;
16
  use Elementor\Plugin;
17
+ use Elementor\Utils;
18
  use Elementor\Widget_Base;
19
  use Essential_Addons_Elementor\Classes\Helper as HelperClass;
20
  use Essential_Addons_Elementor\Traits\Helper;
278
  ]
279
  );
280
 
281
+ $this->add_control(
282
+ 'eael_all_tab_thumb',
283
+ [
284
+ 'label' => esc_html__( 'Choose All Tab Thumb', 'elementor' ),
285
+ 'type' => Controls_Manager::MEDIA,
286
+ 'dynamic' => [
287
+ 'active' => true,
288
+ ],
289
+ 'default' => [
290
+ 'url' => Utils::get_placeholder_image_src(),
291
+ ],
292
+ 'condition' => [
293
+ 'eael_woo_product_gallery_terms_show_all' => 'yes',
294
+ 'eael_woo_product_gallery_terms_thumb' => 'yes',
295
+ ],
296
+ ]
297
+ );
298
+
299
  $this->add_control(
300
  'eael_woo_product_gallery_product_heading',
301
  [
1039
  [
1040
  'label' => esc_html__( 'Background', 'essential-addons-for-elementor-lite' ),
1041
  'type' => Controls_Manager::COLOR,
1042
+ 'default' => '#4045AE',
1043
  'selectors' => [
1044
  '{{WRAPPER}} .eael-product-gallery .woocommerce li.product .button,
1045
  {{WRAPPER}} .eael-product-gallery .woocommerce li.product .button.add_to_cart_button' => 'background-color: {{VALUE}};',
1105
  [
1106
  'label' => esc_html__( 'Background', 'essential-addons-for-elementor-lite' ),
1107
  'type' => Controls_Manager::COLOR,
1108
+ 'default' => '#4045AE',
1109
  'selectors' => [
1110
  '{{WRAPPER}} .eael-product-gallery .woocommerce li.product .button:hover,
1111
  {{WRAPPER}} .eael-product-gallery .woocommerce li.product .button.add_to_cart_button:hover' => 'background-color: {{VALUE}};',
1436
  $this->add_control(
1437
  'eael_product_gallery_item_thumb_width',
1438
  [
1439
+ 'label' => __( 'Width (PX)', 'essential-addons-for-elementor-lite' ),
1440
  'type' => Controls_Manager::SLIDER,
1441
+ 'size_units' => [ 'px' ],
1442
  'range' => [
1443
  'px' => [
1444
  'min' => 0,
1451
  ],
1452
  ],
1453
  'selectors' => [
1454
+ '{{WRAPPER}} .eael-cat-tab img' => 'width: {{SIZE}}px;',
1455
  ],
1456
  'condition' => [
1457
  'eael_woo_product_gallery_terms_thumb' => 'yes',
1730
  [
1731
  'label' => esc_html__( 'Background Color', 'essential-addons-for-elementor-lite' ),
1732
  'type' => Controls_Manager::COLOR,
1733
+ 'default' => '#4045AE',
1734
  'selectors' => [
1735
  '{{WRAPPER}} .eael-product-gallery .eael-product-wrap .icons-wrap li a:hover' => 'background-color: {{VALUE}};',
1736
  ],
2572
  } else {
2573
  $all_taxonomy = 'product_cat';
2574
  }
2575
+
2576
+ if ( $show_cat_thumb && !empty($settings['eael_all_tab_thumb']['url'])) {
2577
+ $show_all_cat_thumb = '<img src="' . $settings['eael_all_tab_thumb']['url'] . '" />';
2578
+ } else {
2579
+ $show_all_cat_thumb = '';
2580
+ }
2581
+
2582
+
2583
  echo '<li><a href="javascript:;" data-taxonomy="' . $all_taxonomy . '" data-page="1" data-id=' . json_encode( $product_cats ) .
2584
  ' class="active post-list-filter-item post-list-cat-'
2585
+ . $this->get_id() . '">' .$show_all_cat_thumb. '' . __( $settings[ 'eael_woo_product_gallery_terms_all_text' ], 'essential-addons-for-elementor-lite' ) . '</a></li>';
2586
  } elseif ( ( $settings[ 'eael_woo_product_gallery_terms_show_all' ] == '' ) && empty( $get_product_cats ) ) {
2587
  _e( '<p class="no-posts-found">No Category Found!</p>', 'essential-addons-for-elementor-lite' );
2588
  }
includes/Elements/WpForms.php CHANGED
File without changes
includes/Extensions/Post_Duplicator.php CHANGED
File without changes
includes/Extensions/Reading_Progress.php CHANGED
File without changes
includes/Extensions/Table_of_Content.php CHANGED
File without changes
includes/Traits/Admin.php CHANGED
File without changes
includes/Traits/Elements.php CHANGED
File without changes
includes/Traits/Helper.php CHANGED
@@ -989,6 +989,19 @@ trait Helper
989
  }
990
  wp_die();
991
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
992
 
993
  }
994
 
989
  }
990
  wp_die();
991
  }
992
+
993
+ /**
994
+ * eael_wpml_template_translation
995
+ * @param $id
996
+ * @return mixed|void
997
+ */
998
+ public function eael_wpml_template_translation($id){
999
+ $postType = get_post_type( $id );
1000
+ if ( 'elementor_library' === $postType ) {
1001
+ return apply_filters( 'wpml_object_id', $id, $postType, true );
1002
+ }
1003
+ return $id;
1004
+ }
1005
 
1006
  }
1007
 
includes/Traits/Library.php CHANGED
File without changes
includes/templates/admin/tools.php CHANGED
File without changes
languages/essential-addons-for-elementor-lite.pot CHANGED
@@ -13,11 +13,11 @@ msgstr ""
13
  "X-Poedit-SourceCharset: UTF-8\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
 
16
- #: ../includes/Classes/Helper.php:205, ../includes/Elements/Adv_Accordion.php:323, ../includes/Elements/Adv_Tabs.php:272, ../includes/Elements/Contact_Form_7.php:270, ../includes/Elements/Content_Ticker.php:306, ../includes/Elements/Countdown.php:467, ../includes/Elements/Creative_Button.php:188, ../includes/Elements/Cta_Box.php:346, ../includes/Elements/Data_Table.php:482, ../includes/Elements/Dual_Color_Header.php:214, ../includes/Elements/Fancy_Text.php:269, ../includes/Elements/Filterable_Gallery.php:795, ../includes/Elements/Flip_Box.php:727, ../includes/Elements/Info_Box.php:493, ../includes/Elements/Login_Register.php:1038, ../includes/Elements/Pricing_Table.php:697, ../includes/Elements/Progress_Bar.php:271, ../includes/Elements/Team_Member.php:237, ../includes/Elements/Testimonial.php:214, ../includes/Elements/Tooltip.php:513, ../includes/Elements/Twitter_Feed.php:308, ../includes/Elements/WeForms.php:110
17
  msgid "Go Premium for More Features"
18
  msgstr ""
19
 
20
- #: ../includes/Classes/Helper.php:212, ../includes/Elements/Adv_Accordion.php:330, ../includes/Elements/Adv_Tabs.php:279, ../includes/Elements/Contact_Form_7.php:277, ../includes/Elements/Content_Ticker.php:313, ../includes/Elements/Countdown.php:474, ../includes/Elements/Creative_Button.php:195, ../includes/Elements/Cta_Box.php:353, ../includes/Elements/Data_Table.php:489, ../includes/Elements/Dual_Color_Header.php:221, ../includes/Elements/Fancy_Text.php:276, ../includes/Elements/Filterable_Gallery.php:802, ../includes/Elements/Flip_Box.php:734, ../includes/Elements/Info_Box.php:500, ../includes/Elements/Login_Register.php:1045, ../includes/Elements/Pricing_Table.php:704, ../includes/Elements/Progress_Bar.php:278, ../includes/Elements/Team_Member.php:244, ../includes/Elements/Testimonial.php:221, ../includes/Elements/Tooltip.php:520, ../includes/Elements/Twitter_Feed.php:315, ../includes/Elements/WeForms.php:117
21
  msgid "Unlock more possibilities"
22
  msgstr ""
23
 
@@ -25,7 +25,7 @@ msgstr ""
25
  msgid "Select a Contact Form"
26
  msgstr ""
27
 
28
- #: ../includes/Classes/Helper.php:435, ../includes/Classes/Helper.php:461, ../includes/Classes/Helper.php:488, ../includes/Classes/Helper.php:515, ../includes/Classes/Helper.php:540, ../includes/Classes/Helper.php:570, ../includes/Classes/Helper.php:596
29
  msgid "Create a Form First"
30
  msgstr ""
31
 
@@ -49,10 +49,6 @@ msgstr ""
49
  msgid "Select a WPForm"
50
  msgstr ""
51
 
52
- #: ../includes/Classes/Helper.php:591
53
- msgid "Select a Fluent Form"
54
- msgstr ""
55
-
56
  #: ../includes/Classes/WPDeveloper_Core_Installer.php:60
57
  msgid "You don't have permission to install the plugins"
58
  msgstr ""
@@ -130,7 +126,7 @@ msgid ""
130
  " option."
131
  msgstr ""
132
 
133
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:215, ../includes/Elements/Caldera_Forms.php:1164, ../includes/Elements/Contact_Form_7.php:1190, ../includes/Elements/Content_Ticker.php:92, ../includes/Elements/FluentForm.php:1484, ../includes/Elements/Formstack.php:1400, ../includes/Elements/GravityForms.php:1752, ../includes/Elements/Login_Register.php:301, ../includes/Elements/Login_Register.php:461, ../includes/Elements/Login_Register.php:567, ../includes/Elements/Login_Register.php:876, ../includes/Elements/Login_Register.php:1319, ../includes/Elements/Login_Register.php:1425, ../includes/Elements/Login_Register.php:1493, ../includes/Elements/Login_Register.php:1619, ../includes/Elements/Login_Register.php:1876, ../includes/Elements/Login_Register.php:2020, ../includes/Elements/Login_Register.php:2170, ../includes/Elements/Login_Register.php:2313, ../includes/Elements/Login_Register.php:2404, ../includes/Elements/Login_Register.php:2502, ../includes/Elements/Login_Register.php:2704, ../includes/Elements/Login_Register.php:2749, ../includes/Elements/Login_Register.php:2781, ../includes/Elements/Login_Register.php:3015, ../includes/Elements/Login_Register.php:3177, ../includes/Elements/Login_Register.php:3476, ../includes/Elements/NinjaForms.php:1328, ../includes/Elements/WpForms.php:1168, ../includes/Traits/Woo_Product_Comparable.php:420, ../includes/Traits/Woo_Product_Comparable.php:534, ../includes/Traits/Woo_Product_Comparable.php:625, ../includes/Traits/Woo_Product_Comparable.php:694
134
  msgid "Custom"
135
  msgstr ""
136
 
@@ -443,7 +439,7 @@ msgstr ""
443
  msgid "Woo Product Compare"
444
  msgstr ""
445
 
446
- #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:791, ../includes/Elements/Woo_Product_Gallery.php:48, ../includes/templates/admin/elements.php:530
447
  msgid "Woo Product Gallery"
448
  msgstr ""
449
 
@@ -459,7 +455,7 @@ msgstr ""
459
  msgid "Data Source"
460
  msgstr ""
461
 
462
- #: ../includes/Elements/Advanced_Data_Table.php:80, ../includes/Elements/Event_Calendar.php:93, ../includes/Elements/Product_Grid.php:335, ../includes/Elements/Sticky_Video.php:144, ../includes/Elements/Woo_Product_Gallery.php:346, ../includes/Traits/Controls.php:67
463
  msgid "Source"
464
  msgstr ""
465
 
@@ -515,11 +511,11 @@ msgstr ""
515
  msgid "Sort"
516
  msgstr ""
517
 
518
- #: ../includes/Elements/Advanced_Data_Table.php:165, ../includes/Elements/Caldera_Forms.php:162, ../includes/Elements/Caldera_Forms.php:895, ../includes/Elements/Contact_Form_7.php:900, ../includes/Elements/Filterable_Gallery.php:2291, ../includes/Elements/FluentForm.php:175, ../includes/Elements/FluentForm.php:861, ../includes/Elements/Formstack.php:244, ../includes/Elements/Formstack.php:1090, ../includes/Elements/GravityForms.php:231, ../includes/Elements/GravityForms.php:1165, ../includes/Elements/Login_Register.php:1092, ../includes/Elements/NinjaForms.php:183, ../includes/Elements/NinjaForms.php:939, ../includes/Elements/WpForms.php:190, ../includes/Elements/WpForms.php:896
519
  msgid "Placeholder"
520
  msgstr ""
521
 
522
- #: ../includes/Elements/Advanced_Data_Table.php:180, ../includes/Elements/Advanced_Data_Table.php:1069, ../includes/Elements/Facebook_Feed.php:376, ../includes/Elements/FluentForm.php:1679, ../includes/Elements/Formstack.php:1593, ../includes/Elements/Product_Grid.php:2119, ../includes/Elements/Product_Grid.php:2170
523
  msgid "Pagination"
524
  msgstr ""
525
 
@@ -527,7 +523,7 @@ msgstr ""
527
  msgid "Pagination Type"
528
  msgstr ""
529
 
530
- #: ../includes/Elements/Advanced_Data_Table.php:193, ../includes/Elements/Advanced_Data_Table.php:1345, ../includes/Elements/Betterdocs_Category_Grid.php:1290, ../includes/Elements/Event_Calendar.php:759, ../includes/Elements/Flip_Box.php:651, ../includes/Elements/FluentForm.php:1913, ../includes/Elements/Formstack.php:1773, ../includes/Elements/Info_Box.php:350, ../includes/Elements/Pricing_Table.php:501, ../includes/Elements/Pricing_Table.php:1810, ../includes/Elements/Product_Grid.php:1822, ../includes/Elements/Woo_Checkout.php:1291, ../includes/Elements/Woo_Checkout.php:1589, ../includes/Elements/Woo_Checkout.php:2448, ../includes/Elements/Woo_Product_Carousel.php:1285, ../includes/Elements/Woo_Product_Gallery.php:1623, ../includes/Traits/Woo_Product_Comparable.php:1211, ../includes/Traits/Woo_Product_Comparable.php:1261
531
  msgid "Button"
532
  msgstr ""
533
 
@@ -575,19 +571,19 @@ msgstr ""
575
  msgid "Table"
576
  msgstr ""
577
 
578
- #: ../includes/Elements/Advanced_Data_Table.php:324, ../includes/Elements/Advanced_Data_Table.php:885, ../includes/Elements/Advanced_Data_Table.php:1080, ../includes/Elements/Betterdocs_Search_Form.php:311, ../includes/Elements/Caldera_Forms.php:1159, ../includes/Elements/Caldera_Forms.php:1173, ../includes/Elements/Contact_Form_7.php:1185, ../includes/Elements/Contact_Form_7.php:1199, ../includes/Elements/Creative_Button.php:467, ../includes/Elements/Data_Table.php:521, ../includes/Elements/Data_Table.php:1150, ../includes/Elements/Dual_Color_Header.php:749, ../includes/Elements/Dual_Color_Header.php:829, ../includes/Elements/Filterable_Gallery.php:2156, ../includes/Elements/Filterable_Gallery.php:2314, ../includes/Elements/FluentForm.php:1479, ../includes/Elements/FluentForm.php:1493, ../includes/Elements/Formstack.php:1395, ../includes/Elements/Formstack.php:1409, ../includes/Elements/GravityForms.php:1631, ../includes/Elements/GravityForms.php:1747, ../includes/Elements/GravityForms.php:1761, ../includes/Elements/GravityForms.php:1994, ../includes/Elements/Login_Register.php:1498, ../includes/Elements/Login_Register.php:2026, ../includes/Elements/NinjaForms.php:1323, ../includes/Elements/NinjaForms.php:1337, ../includes/Elements/Progress_Bar.php:356, ../includes/Elements/Sticky_Video.php:441, ../includes/Elements/Sticky_Video.php:525, ../includes/Elements/Twitter_Feed.php:804, ../includes/Elements/Woo_Product_Carousel.php:1293, ../includes/Elements/Woo_Product_Carousel.php:2123, ../includes/Elements/Woo_Product_Carousel.php:2326, ../includes/Elements/Woo_Product_Carousel.php:2406, ../includes/Elements/Woo_Product_Gallery.php:1144, ../includes/Elements/Woo_Product_Gallery.php:1420, ../includes/Elements/WpForms.php:1163, ../includes/Elements/WpForms.php:1177, ../includes/Extensions/Table_of_Content.php:407, ../includes/Traits/Woo_Product_Comparable.php:307, ../includes/Traits/Woo_Product_Comparable.php:969, ../includes/Traits/Woo_Product_Comparable.php:1118
579
  msgid "Width"
580
  msgstr ""
581
 
582
- #: ../includes/Elements/Advanced_Data_Table.php:361, ../includes/Elements/Advanced_Data_Table.php:1029, ../includes/Elements/Advanced_Data_Table.php:1227, ../includes/Elements/Advanced_Data_Table.php:1299, ../includes/Elements/Advanced_Data_Table.php:1427, ../includes/Elements/Adv_Accordion.php:382, ../includes/Elements/Adv_Accordion.php:571, ../includes/Elements/Adv_Accordion.php:631, ../includes/Elements/Adv_Accordion.php:692, ../includes/Elements/Adv_Accordion.php:775, ../includes/Elements/Adv_Accordion.php:897, ../includes/Elements/Adv_Accordion.php:943, ../includes/Elements/Adv_Accordion.php:989, ../includes/Elements/Adv_Tabs.php:334, ../includes/Elements/Adv_Tabs.php:526, ../includes/Elements/Adv_Tabs.php:593, ../includes/Elements/Adv_Tabs.php:662, ../includes/Elements/Adv_Tabs.php:756, ../includes/Elements/Betterdocs_Category_Box.php:300, ../includes/Elements/Betterdocs_Category_Box.php:368, ../includes/Elements/Betterdocs_Category_Box.php:489, ../includes/Elements/Betterdocs_Category_Box.php:565, ../includes/Elements/Betterdocs_Category_Box.php:885, ../includes/Elements/Betterdocs_Category_Box.php:990, ../includes/Elements/Betterdocs_Category_Grid.php:341, ../includes/Elements/Betterdocs_Category_Grid.php:389, ../includes/Elements/Betterdocs_Category_Grid.php:474, ../includes/Elements/Betterdocs_Category_Grid.php:515, ../includes/Elements/Betterdocs_Category_Grid.php:640, ../includes/Elements/Betterdocs_Category_Grid.php:694, ../includes/Elements/Betterdocs_Category_Grid.php:844, ../includes/Elements/Betterdocs_Category_Grid.php:941, ../includes/Elements/Betterdocs_Category_Grid.php:1186, ../includes/Elements/Betterdocs_Category_Grid.php:1386, ../includes/Elements/Betterdocs_Category_Grid.php:1485, ../includes/Elements/Betterdocs_Search_Form.php:210, ../includes/Elements/Betterdocs_Search_Form.php:365, ../includes/Elements/Betterdocs_Search_Form.php:423, ../includes/Elements/Betterdocs_Search_Form.php:533, ../includes/Elements/Caldera_Forms.php:617, ../includes/Elements/Caldera_Forms.php:813, ../includes/Elements/Caldera_Forms.php:1229, ../includes/Elements/Caldera_Forms.php:1387, ../includes/Elements/Contact_Form_7.php:711, ../includes/Elements/Contact_Form_7.php:776, ../includes/Elements/Contact_Form_7.php:1255, ../includes/Elements/Contact_Form_7.php:1457, ../includes/Elements/Contact_Form_7.php:1551, ../includes/Elements/Contact_Form_7.php:1618, ../includes/Elements/Content_Ticker.php:622, ../includes/Elements/Countdown.php:619, ../includes/Elements/Cta_Box.php:463, ../includes/Elements/Cta_Box.php:740, ../includes/Elements/Cta_Box.php:927, ../includes/Elements/Data_Table.php:652, ../includes/Elements/Data_Table.php:691, ../includes/Elements/Data_Table.php:883, ../includes/Elements/Data_Table.php:1217, ../includes/Elements/Dual_Color_Header.php:347, ../includes/Elements/Event_Calendar.php:810, ../includes/Elements/Event_Calendar.php:877, ../includes/Elements/Event_Calendar.php:931, ../includes/Elements/Event_Calendar.php:1603, ../includes/Elements/Event_Calendar.php:1674, ../includes/Elements/Facebook_Feed.php:451, ../includes/Elements/Filterable_Gallery.php:871, ../includes/Elements/Filterable_Gallery.php:984, ../includes/Elements/Filterable_Gallery.php:1050, ../includes/Elements/Filterable_Gallery.php:1130, ../includes/Elements/Filterable_Gallery.php:1277, ../includes/Elements/Filterable_Gallery.php:1334, ../includes/Elements/Filterable_Gallery.php:1553, ../includes/Elements/Filterable_Gallery.php:1828, ../includes/Elements/Filterable_Gallery.php:1889, ../includes/Elements/Filterable_Gallery.php:2410, ../includes/Elements/Filterable_Gallery.php:2527, ../includes/Elements/Flip_Box.php:988, ../includes/Elements/Flip_Box.php:1101, ../includes/Elements/FluentForm.php:636, ../includes/Elements/FluentForm.php:832, ../includes/Elements/FluentForm.php:1549, ../includes/Elements/FluentForm.php:1826, ../includes/Elements/FluentForm.php:1953, ../includes/Elements/FluentForm.php:2071, ../includes/Elements/Formstack.php:865, ../includes/Elements/Formstack.php:1061, ../includes/Elements/Formstack.php:1465, ../includes/Elements/Formstack.php:1686, ../includes/Elements/Formstack.php:1815, ../includes/Elements/GravityForms.php:835, ../includes/Elements/GravityForms.php:899, ../includes/Elements/GravityForms.php:1655, ../includes/Elements/GravityForms.php:1824, ../includes/Elements/GravityForms.php:2051, ../includes/Elements/Image_Accordion.php:354, ../includes/Elements/Image_Accordion.php:464, ../includes/Elements/Info_Box.php:569, ../includes/Elements/Info_Box.php:624, ../includes/Elements/Info_Box.php:818, ../includes/Elements/Info_Box.php:898, ../includes/Elements/Info_Box.php:1051, ../includes/Elements/Info_Box.php:1132, ../includes/Elements/Login_Register.php:2778, ../includes/Elements/NinjaForms.php:659, ../includes/Elements/NinjaForms.php:857, ../includes/Elements/NinjaForms.php:1397, ../includes/Elements/Post_Grid.php:303, ../includes/Elements/Pricing_Table.php:1761, ../includes/Elements/Pricing_Table.php:1927, ../includes/Elements/Product_Grid.php:2265, ../includes/Elements/Simple_Menu.php:621, ../includes/Elements/Simple_Menu.php:694, ../includes/Elements/Team_Member.php:413, ../includes/Elements/Team_Member.php:501, ../includes/Elements/Testimonial.php:435, ../includes/Elements/Tooltip.php:439, ../includes/Elements/Tooltip.php:482, ../includes/Elements/Twitter_Feed.php:461, ../includes/Elements/Twitter_Feed.php:551, ../includes/Elements/Twitter_Feed.php:868, ../includes/Elements/Woo_Checkout.php:1511, ../includes/Elements/Woo_Checkout.php:1757, ../includes/Elements/Woo_Product_Carousel.php:2231, ../includes/Elements/Woo_Product_Carousel.php:2665, ../includes/Elements/WpForms.php:628, ../includes/Elements/WpForms.php:814, ../includes/Elements/WpForms.php:1233, ../includes/Extensions/Table_of_Content.php:521, ../includes/Traits/Controls.php:1255, ../includes/Traits/Controls.php:1309, ../includes/Traits/Controls.php:1439
583
  msgid "Border"
584
  msgstr ""
585
 
586
- #: ../includes/Elements/Advanced_Data_Table.php:387, ../includes/Elements/Advanced_Data_Table.php:1055, ../includes/Elements/Advanced_Data_Table.php:1253, ../includes/Elements/Advanced_Data_Table.php:1325, ../includes/Elements/Advanced_Data_Table.php:1449, ../includes/Elements/Adv_Accordion.php:389, ../includes/Elements/Adv_Accordion.php:578, ../includes/Elements/Adv_Accordion.php:638, ../includes/Elements/Adv_Accordion.php:699, ../includes/Elements/Adv_Tabs.php:342, ../includes/Elements/Adv_Tabs.php:533, ../includes/Elements/Adv_Tabs.php:600, ../includes/Elements/Adv_Tabs.php:669, ../includes/Elements/Adv_Tabs.php:763, ../includes/Elements/Betterdocs_Category_Box.php:308, ../includes/Elements/Betterdocs_Category_Box.php:376, ../includes/Elements/Betterdocs_Category_Box.php:497, ../includes/Elements/Betterdocs_Category_Box.php:574, ../includes/Elements/Betterdocs_Category_Box.php:896, ../includes/Elements/Betterdocs_Category_Box.php:1001, ../includes/Elements/Betterdocs_Category_Grid.php:349, ../includes/Elements/Betterdocs_Category_Grid.php:397, ../includes/Elements/Betterdocs_Category_Grid.php:482, ../includes/Elements/Betterdocs_Category_Grid.php:523, ../includes/Elements/Betterdocs_Category_Grid.php:648, ../includes/Elements/Betterdocs_Category_Grid.php:702, ../includes/Elements/Betterdocs_Category_Grid.php:855, ../includes/Elements/Betterdocs_Category_Grid.php:952, ../includes/Elements/Betterdocs_Category_Grid.php:1394, ../includes/Elements/Betterdocs_Category_Grid.php:1493, ../includes/Elements/Betterdocs_Search_Form.php:197, ../includes/Elements/Caldera_Forms.php:480, ../includes/Elements/Caldera_Forms.php:628, ../includes/Elements/Caldera_Forms.php:1046, ../includes/Elements/Caldera_Forms.php:1072, ../includes/Elements/Caldera_Forms.php:1239, ../includes/Elements/Contact_Form_7.php:396, ../includes/Elements/Contact_Form_7.php:722, ../includes/Elements/Contact_Form_7.php:1073, ../includes/Elements/Contact_Form_7.php:1099, ../includes/Elements/Contact_Form_7.php:1264, ../includes/Elements/Content_Ticker.php:401, ../includes/Elements/Content_Ticker.php:475, ../includes/Elements/Content_Ticker.php:632, ../includes/Elements/Countdown.php:627, ../includes/Elements/Creative_Button.php:336, ../includes/Elements/Cta_Box.php:471, ../includes/Elements/Cta_Box.php:748, ../includes/Elements/Cta_Box.php:935, ../includes/Elements/Dual_Color_Header.php:355, ../includes/Elements/Event_Calendar.php:818, ../includes/Elements/Event_Calendar.php:885, ../includes/Elements/Event_Calendar.php:939, ../includes/Elements/Event_Calendar.php:1175, ../includes/Elements/Event_Calendar.php:1343, ../includes/Elements/Event_Calendar.php:1611, ../includes/Elements/Event_Calendar.php:1682, ../includes/Elements/Facebook_Feed.php:476, ../includes/Elements/Facebook_Feed.php:536, ../includes/Elements/Fancy_Text.php:515, ../includes/Elements/Feature_List.php:640, ../includes/Elements/Filterable_Gallery.php:879, ../includes/Elements/Filterable_Gallery.php:992, ../includes/Elements/Filterable_Gallery.php:1058, ../includes/Elements/Filterable_Gallery.php:1138, ../includes/Elements/Filterable_Gallery.php:1342, ../includes/Elements/Filterable_Gallery.php:1836, ../includes/Elements/Filterable_Gallery.php:1897, ../includes/Elements/Filterable_Gallery.php:2068, ../includes/Elements/Filterable_Gallery.php:2199, ../includes/Elements/Filterable_Gallery.php:2334, ../includes/Elements/Filterable_Gallery.php:2432, ../includes/Elements/Filterable_Gallery.php:2541, ../includes/Elements/Flip_Box.php:826, ../includes/Elements/Flip_Box.php:887, ../includes/Elements/Flip_Box.php:1011, ../includes/Elements/Flip_Box.php:1124, ../includes/Elements/Flip_Box.php:1385, ../includes/Elements/FluentForm.php:499, ../includes/Elements/FluentForm.php:647, ../includes/Elements/FluentForm.php:1012, ../includes/Elements/FluentForm.php:1038, ../includes/Elements/FluentForm.php:1559, ../includes/Elements/FluentForm.php:1837, ../includes/Elements/FluentForm.php:1961, ../includes/Elements/FluentForm.php:2015, ../includes/Elements/Formstack.php:399, ../includes/Elements/Formstack.php:876, ../includes/Elements/Formstack.php:1202, ../includes/Elements/Formstack.php:1228, ../includes/Elements/Formstack.php:1475, ../includes/Elements/Formstack.php:1697, ../includes/Elements/Formstack.php:1823, ../includes/Elements/Formstack.php:1879, ../includes/Elements/GravityForms.php:436, ../includes/Elements/GravityForms.php:846, ../includes/Elements/GravityForms.php:1316, ../includes/Elements/GravityForms.php:1512, ../includes/Elements/GravityForms.php:1665, ../includes/Elements/GravityForms.php:1834, ../includes/Elements/GravityForms.php:2061, ../includes/Elements/Image_Accordion.php:362, ../includes/Elements/Image_Accordion.php:452, ../includes/Elements/Info_Box.php:1214, ../includes/Elements/Login_Register.php:1579, ../includes/Elements/Login_Register.php:1814, ../includes/Elements/Login_Register.php:1988, ../includes/Elements/Login_Register.php:2144, ../includes/Elements/Login_Register.php:2284, ../includes/Elements/Login_Register.php:2378, ../includes/Elements/Login_Register.php:2469, ../includes/Elements/Login_Register.php:2643, ../includes/Elements/Login_Register.php:2680, ../includes/Elements/Login_Register.php:2794, ../includes/Elements/Login_Register.php:3304, ../includes/Elements/Login_Register.php:3341, ../includes/Elements/Login_Register.php:3625, ../includes/Elements/Login_Register.php:3662, ../includes/Elements/NinjaForms.php:369, ../includes/Elements/NinjaForms.php:670, ../includes/Elements/NinjaForms.php:1094, ../includes/Elements/NinjaForms.php:1121, ../includes/Elements/NinjaForms.php:1407, ../includes/Elements/Post_Grid.php:311, ../includes/Elements/Pricing_Table.php:781, ../includes/Elements/Pricing_Table.php:1535, ../includes/Elements/Pricing_Table.php:1784, ../includes/Elements/Pricing_Table.php:1935, ../includes/Elements/Product_Grid.php:933, ../includes/Elements/Product_Grid.php:2009, ../includes/Elements/Product_Grid.php:2365, ../includes/Elements/Product_Grid.php:2705, ../includes/Elements/Product_Grid.php:2904, ../includes/Elements/Product_Grid.php:2936, ../includes/Elements/Simple_Menu.php:629, ../includes/Elements/Sticky_Video.php:591, ../includes/Elements/Team_Member.php:421, ../includes/Elements/Team_Member.php:520, ../includes/Elements/Team_Member.php:767, ../includes/Elements/Testimonial.php:454, ../includes/Elements/Tooltip.php:499, ../includes/Elements/Twitter_Feed.php:469, ../includes/Elements/Twitter_Feed.php:562, ../includes/Elements/TypeForm.php:310, ../includes/Elements/WeForms.php:253, ../includes/Elements/WeForms.php:394, ../includes/Elements/WeForms.php:722, ../includes/Elements/Woo_Checkout.php:651, ../includes/Elements/Woo_Checkout.php:800, ../includes/Elements/Woo_Checkout.php:996, ../includes/Elements/Woo_Checkout.php:1244, ../includes/Elements/Woo_Checkout.php:1397, ../includes/Elements/Woo_Checkout.php:1520, ../includes/Elements/Woo_Checkout.php:1695, ../includes/Elements/Woo_Checkout.php:1903, ../includes/Elements/Woo_Checkout.php:2105, ../includes/Elements/Woo_Checkout.php:2285, ../includes/Elements/Woo_Checkout.php:2565, ../includes/Elements/Woo_Product_Carousel.php:998, ../includes/Elements/Woo_Product_Carousel.php:1400, ../includes/Elements/Woo_Product_Carousel.php:1803, ../includes/Elements/Woo_Product_Carousel.php:1999, ../includes/Elements/Woo_Product_Carousel.php:2031, ../includes/Elements/Woo_Product_Carousel.php:2241, ../includes/Elements/Woo_Product_Carousel.php:2364, ../includes/Elements/Woo_Product_Carousel.php:2488, ../includes/Elements/Woo_Product_Carousel.php:2675, ../includes/Elements/Woo_Product_Gallery.php:656, ../includes/Elements/Woo_Product_Gallery.php:1674, ../includes/Elements/Woo_Product_Gallery.php:2034, ../includes/Elements/Woo_Product_Gallery.php:2233, ../includes/Elements/Woo_Product_Gallery.php:2265, ../includes/Elements/WpForms.php:338, ../includes/Elements/WpForms.php:639, ../includes/Elements/WpForms.php:1047, ../includes/Elements/WpForms.php:1073, ../includes/Elements/WpForms.php:1243, ../includes/Extensions/Table_of_Content.php:544, ../includes/Extensions/Table_of_Content.php:759, ../includes/Traits/Controls.php:1263, ../includes/Traits/Controls.php:1317, ../includes/Traits/Controls.php:1447, ../includes/Traits/Woo_Product_Comparable.php:368, ../includes/Traits/Woo_Product_Comparable.php:513, ../includes/Traits/Woo_Product_Comparable.php:1394
587
  msgid "Border Radius"
588
  msgstr ""
589
 
590
- #: ../includes/Elements/Advanced_Data_Table.php:400, ../includes/Elements/Advanced_Data_Table.php:1463, ../includes/Elements/Betterdocs_Category_Grid.php:331, ../includes/Elements/Betterdocs_Category_Grid.php:379, ../includes/Elements/Event_Calendar.php:697, ../includes/Elements/Event_Calendar.php:1635, ../includes/Elements/Event_Calendar.php:1709, ../includes/Elements/Product_Grid.php:893, ../includes/Elements/Product_Grid.php:921, ../includes/Elements/Product_Grid.php:2928, ../includes/Elements/Product_Grid.php:2963, ../includes/Elements/Progress_Bar.php:652, ../includes/Elements/Twitter_Feed.php:664, ../includes/Elements/Twitter_Feed.php:876, ../includes/Elements/Woo_Product_Carousel.php:957, ../includes/Elements/Woo_Product_Carousel.php:986, ../includes/Elements/Woo_Product_Carousel.php:2023, ../includes/Elements/Woo_Product_Carousel.php:2058, ../includes/Elements/Woo_Product_Carousel.php:2737, ../includes/Elements/Woo_Product_Gallery.php:616, ../includes/Elements/Woo_Product_Gallery.php:644, ../includes/Elements/Woo_Product_Gallery.php:1224, ../includes/Elements/Woo_Product_Gallery.php:1400, ../includes/Elements/Woo_Product_Gallery.php:2257, ../includes/Elements/Woo_Product_Gallery.php:2292, ../includes/Extensions/Table_of_Content.php:533, ../includes/Extensions/Table_of_Content.php:778, ../includes/Traits/Woo_Product_Comparable.php:1418
591
  msgid "Box Shadow"
592
  msgstr ""
593
 
@@ -595,7 +591,7 @@ msgstr ""
595
  msgid "Head"
596
  msgstr ""
597
 
598
- #: ../includes/Elements/Advanced_Data_Table.php:419, ../includes/Elements/Advanced_Data_Table.php:538, ../includes/Elements/Advanced_Data_Table.php:996, ../includes/Elements/Advanced_Data_Table.php:1146, ../includes/Elements/Advanced_Data_Table.php:1354, ../includes/Elements/Caldera_Forms.php:286, ../includes/Elements/Caldera_Forms.php:347, ../includes/Elements/Caldera_Forms.php:535, ../includes/Elements/Caldera_Forms.php:773, ../includes/Elements/Caldera_Forms.php:862, ../includes/Elements/Caldera_Forms.php:1283, ../includes/Elements/Caldera_Forms.php:1398, ../includes/Elements/Contact_Form_7.php:487, ../includes/Elements/Contact_Form_7.php:518, ../includes/Elements/Contact_Form_7.php:735, ../includes/Elements/Contact_Form_7.php:883, ../includes/Elements/Contact_Form_7.php:935, ../includes/Elements/Contact_Form_7.php:1308, ../includes/Elements/Contact_Form_7.php:1443, ../includes/Elements/Contact_Form_7.php:1583, ../includes/Elements/Event_Calendar.php:739, ../includes/Elements/Event_Calendar.php:769, ../includes/Elements/Event_Calendar.php:983, ../includes/Elements/Event_Calendar.php:1058, ../includes/Elements/Event_Calendar.php:1092, ../includes/Elements/Event_Calendar.php:1335, ../includes/Elements/Event_Calendar.php:1398, ../includes/Elements/Event_Calendar.php:1427, ../includes/Elements/Event_Calendar.php:1495, ../includes/Elements/Event_Calendar.php:1653, ../includes/Elements/Filterable_Gallery.php:1964, ../includes/Elements/Filterable_Gallery.php:2011, ../includes/Elements/Filterable_Gallery.php:2047, ../includes/Elements/Filterable_Gallery.php:2104, ../includes/Elements/Filterable_Gallery.php:2398, ../includes/Elements/Filterable_Gallery.php:2558, ../includes/Elements/FluentForm.php:293, ../includes/Elements/FluentForm.php:354, ../includes/Elements/FluentForm.php:554, ../includes/Elements/FluentForm.php:792, ../includes/Elements/FluentForm.php:1119, ../includes/Elements/FluentForm.php:1174, ../includes/Elements/FluentForm.php:1278, ../includes/Elements/FluentForm.php:1364, ../includes/Elements/FluentForm.php:1430, ../includes/Elements/FluentForm.php:1603, ../includes/Elements/FluentForm.php:1736, ../includes/Elements/FluentForm.php:1933, ../includes/Elements/FluentForm.php:2082, ../includes/Elements/FluentForm.php:2131, ../includes/Elements/Formstack.php:494, ../includes/Elements/Formstack.php:543, ../includes/Elements/Formstack.php:597, ../includes/Elements/Formstack.php:671, ../includes/Elements/Formstack.php:726, ../includes/Elements/Formstack.php:809, ../includes/Elements/Formstack.php:1021, ../includes/Elements/Formstack.php:1519, ../includes/Elements/Formstack.php:1652, ../includes/Elements/Formstack.php:1793, ../includes/Elements/Formstack.php:1953, ../includes/Elements/GravityForms.php:528, ../includes/Elements/GravityForms.php:559, ../includes/Elements/GravityForms.php:600, ../includes/Elements/GravityForms.php:859, ../includes/Elements/GravityForms.php:948, ../includes/Elements/GravityForms.php:1002, ../includes/Elements/GravityForms.php:1138, ../includes/Elements/GravityForms.php:1598, ../includes/Elements/GravityForms.php:1933, ../includes/Elements/GravityForms.php:2154, ../includes/Elements/GravityForms.php:2347, ../includes/Elements/NinjaForms.php:465, ../includes/Elements/NinjaForms.php:514, ../includes/Elements/NinjaForms.php:574, ../includes/Elements/NinjaForms.php:817, ../includes/Elements/NinjaForms.php:906, ../includes/Elements/NinjaForms.php:1500, ../includes/Elements/NinjaForms.php:1545, ../includes/Elements/NinjaForms.php:1599, ../includes/Elements/Post_Grid.php:392, ../includes/Elements/Post_Grid.php:510, ../includes/Elements/Post_Grid.php:522, ../includes/Elements/Post_Grid.php:664, ../includes/Elements/Post_Grid.php:876, ../includes/Elements/Post_Timeline.php:323, ../includes/Elements/Product_Grid.php:2425, ../includes/Elements/Product_Grid.php:2456, ../includes/Elements/Product_Grid.php:2498, ../includes/Elements/Product_Grid.php:2564, ../includes/Elements/Product_Grid.php:2605, ../includes/Elements/Product_Grid.php:2662, ../includes/Elements/Product_Grid.php:2779, ../includes/Elements/Progress_Bar.php:672, ../includes/Elements/Simple_Menu.php:831, ../includes/Elements/Simple_Menu.php:1142, ../includes/Elements/Woo_Checkout.php:1300, ../includes/Elements/Woo_Checkout.php:1598, ../includes/Elements/Woo_Product_Carousel.php:1511, ../includes/Elements/Woo_Product_Carousel.php:1541, ../includes/Elements/Woo_Product_Carousel.php:1583, ../includes/Elements/Woo_Product_Carousel.php:1662, ../includes/Elements/Woo_Product_Carousel.php:1702, ../includes/Elements/Woo_Product_Carousel.php:1759, ../includes/Elements/Woo_Product_Carousel.php:1878, ../includes/Elements/Woo_Product_Gallery.php:1755, ../includes/Elements/Woo_Product_Gallery.php:1785, ../includes/Elements/Woo_Product_Gallery.php:1827, ../includes/Elements/Woo_Product_Gallery.php:1893, ../includes/Elements/Woo_Product_Gallery.php:1934, ../includes/Elements/Woo_Product_Gallery.php:1991, ../includes/Elements/Woo_Product_Gallery.php:2108, ../includes/Elements/WpForms.php:432, ../includes/Elements/WpForms.php:481, ../includes/Elements/WpForms.php:545, ../includes/Elements/WpForms.php:785, ../includes/Elements/WpForms.php:863, ../includes/Elements/WpForms.php:1287, ../includes/Traits/Woo_Product_Comparable.php:1077, ../includes/Traits/Woo_Product_Comparable.php:1195
599
  msgid "Typography"
600
  msgstr ""
601
 
@@ -603,23 +599,23 @@ msgstr ""
603
  msgid "Text Alignment"
604
  msgstr ""
605
 
606
- #: ../includes/Elements/Advanced_Data_Table.php:431, ../includes/Elements/Advanced_Data_Table.php:550, ../includes/Elements/Advanced_Data_Table.php:976, ../includes/Elements/Advanced_Data_Table.php:1123, ../includes/Elements/Adv_Accordion.php:154, ../includes/Elements/Betterdocs_Category_Box.php:767, ../includes/Elements/Betterdocs_Category_Grid.php:1513, ../includes/Elements/Betterdocs_Category_Grid.php:1538, ../includes/Elements/Caldera_Forms.php:233, ../includes/Elements/Caldera_Forms.php:415, ../includes/Elements/Caldera_Forms.php:561, ../includes/Elements/Caldera_Forms.php:1136, ../includes/Elements/Contact_Form_7.php:331, ../includes/Elements/Contact_Form_7.php:443, ../includes/Elements/Contact_Form_7.php:1163, ../includes/Elements/Content_Ticker.php:290, ../includes/Elements/Countdown.php:118, ../includes/Elements/Countdown.php:1030, ../includes/Elements/Creative_Button.php:445, ../includes/Elements/Cta_Box.php:102, ../includes/Elements/Data_Table.php:553, ../includes/Elements/Data_Table.php:778, ../includes/Elements/Data_Table.php:1027, ../includes/Elements/Dual_Color_Header.php:191, ../includes/Elements/Event_Calendar.php:1007, ../includes/Elements/Event_Calendar.php:1139, ../includes/Elements/Fancy_Text.php:174, ../includes/Elements/Feature_List.php:303, ../includes/Elements/Filterable_Gallery.php:767, ../includes/Elements/Filterable_Gallery.php:1299, ../includes/Elements/Filterable_Gallery.php:1682, ../includes/Elements/Flip_Box.php:369, ../includes/Elements/Flip_Box.php:598, ../includes/Elements/FluentForm.php:239, ../includes/Elements/FluentForm.php:434, ../includes/Elements/FluentForm.php:580, ../includes/Elements/FluentForm.php:1211, ../includes/Elements/FluentForm.php:1456, ../includes/Elements/Formstack.php:334, ../includes/Elements/Formstack.php:449, ../includes/Elements/Formstack.php:763, ../includes/Elements/Formstack.php:1372, ../includes/Elements/GravityForms.php:347, ../includes/Elements/GravityForms.php:484, ../includes/Elements/GravityForms.php:629, ../includes/Elements/GravityForms.php:1721, ../includes/Elements/GravityForms.php:1971, ../includes/Elements/Image_Accordion.php:109, ../includes/Elements/Info_Box.php:304, ../includes/Elements/Login_Register.php:712, ../includes/Elements/Login_Register.php:745, ../includes/Elements/Login_Register.php:2587, ../includes/Elements/Login_Register.php:3255, ../includes/Elements/Login_Register.php:3575, ../includes/Elements/NinjaForms.php:282, ../includes/Elements/NinjaForms.php:421, ../includes/Elements/NinjaForms.php:603, ../includes/Elements/NinjaForms.php:1298, ../includes/Elements/Post_Grid.php:487, ../includes/Elements/Post_Grid.php:642, ../includes/Elements/Post_Grid.php:710, ../includes/Elements/Post_Grid.php:805, ../includes/Elements/Post_Grid.php:888, ../includes/Elements/Post_Timeline.php:357, ../includes/Elements/Post_Timeline.php:415, ../includes/Elements/Pricing_Table.php:256, ../includes/Elements/Pricing_Table.php:373, ../includes/Elements/Pricing_Table.php:675, ../includes/Elements/Pricing_Table.php:815, ../includes/Elements/Pricing_Table.php:840, ../includes/Elements/Product_Grid.php:685, ../includes/Elements/Product_Grid.php:1003, ../includes/Elements/Product_Grid.php:1701, ../includes/Elements/Product_Grid.php:2186, ../includes/Elements/Progress_Bar.php:321, ../includes/Elements/Progress_Bar.php:532, ../includes/Elements/Simple_Menu.php:188, ../includes/Elements/Simple_Menu.php:333, ../includes/Elements/Simple_Menu.php:740, ../includes/Elements/Simple_Menu.php:766, ../includes/Elements/Simple_Menu.php:791, ../includes/Elements/Simple_Menu.php:1086, ../includes/Elements/Team_Member.php:380, ../includes/Elements/Testimonial.php:314, ../includes/Elements/Tooltip.php:209, ../includes/Elements/Tooltip.php:288, ../includes/Elements/Tooltip.php:377, ../includes/Elements/TypeForm.php:200, ../includes/Elements/WeForms.php:165, ../includes/Elements/WeForms.php:635, ../includes/Elements/Woo_Product_Carousel.php:694, ../includes/Elements/Woo_Product_Carousel.php:810, ../includes/Elements/Woo_Product_Carousel.php:859, ../includes/Elements/Woo_Product_Gallery.php:192, ../includes/Elements/Woo_Product_Gallery.php:222, ../includes/Elements/Woo_Product_Gallery.php:533, ../includes/Elements/Woo_Product_Gallery.php:1500, ../includes/Elements/WpForms.php:271, ../includes/Elements/WpForms.php:388, ../includes/Elements/WpForms.php:572, ../includes/Elements/WpForms.php:1137, ../includes/Extensions/Table_of_Content.php:438, ../includes/Traits/Controls.php:599, ../includes/Traits/Controls.php:1528, ../includes/Traits/Controls.php:1579, ../includes/Traits/Controls.php:1580, ../includes/Traits/Controls.php:1902
607
  msgid "Left"
608
  msgstr ""
609
 
610
- #: ../includes/Elements/Advanced_Data_Table.php:435, ../includes/Elements/Advanced_Data_Table.php:554, ../includes/Elements/Advanced_Data_Table.php:980, ../includes/Elements/Advanced_Data_Table.php:1127, ../includes/Elements/Betterdocs_Category_Box.php:771, ../includes/Elements/Betterdocs_Category_Grid.php:1517, ../includes/Elements/Betterdocs_Category_Grid.php:1542, ../includes/Elements/Caldera_Forms.php:237, ../includes/Elements/Caldera_Forms.php:419, ../includes/Elements/Caldera_Forms.php:565, ../includes/Elements/Caldera_Forms.php:1140, ../includes/Elements/Contact_Form_7.php:335, ../includes/Elements/Contact_Form_7.php:447, ../includes/Elements/Contact_Form_7.php:1167, ../includes/Elements/Countdown.php:122, ../includes/Elements/Countdown.php:1034, ../includes/Elements/Creative_Button.php:449, ../includes/Elements/Cta_Box.php:103, ../includes/Elements/Data_Table.php:557, ../includes/Elements/Data_Table.php:782, ../includes/Elements/Data_Table.php:1031, ../includes/Elements/Dual_Color_Header.php:195, ../includes/Elements/Dual_Color_Header.php:658, ../includes/Elements/Event_Calendar.php:1011, ../includes/Elements/Event_Calendar.php:1143, ../includes/Elements/Fancy_Text.php:178, ../includes/Elements/Filterable_Gallery.php:771, ../includes/Elements/Filterable_Gallery.php:1303, ../includes/Elements/Filterable_Gallery.php:1686, ../includes/Elements/Flip_Box.php:373, ../includes/Elements/Flip_Box.php:602, ../includes/Elements/FluentForm.php:243, ../includes/Elements/FluentForm.php:438, ../includes/Elements/FluentForm.php:584, ../includes/Elements/FluentForm.php:1215, ../includes/Elements/FluentForm.php:1460, ../includes/Elements/Formstack.php:338, ../includes/Elements/Formstack.php:453, ../includes/Elements/Formstack.php:767, ../includes/Elements/Formstack.php:1376, ../includes/Elements/GravityForms.php:351, ../includes/Elements/GravityForms.php:488, ../includes/Elements/GravityForms.php:633, ../includes/Elements/GravityForms.php:1725, ../includes/Elements/GravityForms.php:1975, ../includes/Elements/Image_Accordion.php:113, ../includes/Elements/Image_Accordion.php:136, ../includes/Elements/Info_Box.php:308, ../includes/Elements/Login_Register.php:2591, ../includes/Elements/Login_Register.php:3237, ../includes/Elements/Login_Register.php:3259, ../includes/Elements/Login_Register.php:3536, ../includes/Elements/Login_Register.php:3556, ../includes/Elements/Login_Register.php:3579, ../includes/Elements/NinjaForms.php:286, ../includes/Elements/NinjaForms.php:425, ../includes/Elements/NinjaForms.php:607, ../includes/Elements/NinjaForms.php:1302, ../includes/Elements/Post_Grid.php:491, ../includes/Elements/Post_Grid.php:646, ../includes/Elements/Post_Grid.php:714, ../includes/Elements/Post_Grid.php:809, ../includes/Elements/Post_Grid.php:892, ../includes/Elements/Post_Timeline.php:361, ../includes/Elements/Post_Timeline.php:419, ../includes/Elements/Pricing_Table.php:819, ../includes/Elements/Pricing_Table.php:844, ../includes/Elements/Product_Grid.php:689, ../includes/Elements/Product_Grid.php:1007, ../includes/Elements/Product_Grid.php:2190, ../includes/Elements/Progress_Bar.php:325, ../includes/Elements/Progress_Bar.php:536, ../includes/Elements/Simple_Menu.php:192, ../includes/Elements/Simple_Menu.php:337, ../includes/Elements/Simple_Menu.php:744, ../includes/Elements/Simple_Menu.php:770, ../includes/Elements/Simple_Menu.php:795, ../includes/Elements/Simple_Menu.php:1090, ../includes/Elements/Team_Member.php:384, ../includes/Elements/Testimonial.php:318, ../includes/Elements/Tooltip.php:213, ../includes/Elements/Tooltip.php:381, ../includes/Elements/TypeForm.php:204, ../includes/Elements/WeForms.php:169, ../includes/Elements/WeForms.php:639, ../includes/Elements/Woo_Product_Carousel.php:863, ../includes/Elements/Woo_Product_Gallery.php:196, ../includes/Elements/Woo_Product_Gallery.php:537, ../includes/Elements/WpForms.php:275, ../includes/Elements/WpForms.php:392, ../includes/Elements/WpForms.php:576, ../includes/Elements/WpForms.php:1141, ../includes/Traits/Controls.php:598, ../includes/Traits/Controls.php:1532, ../includes/Traits/Controls.php:1906
611
  msgid "Center"
612
  msgstr ""
613
 
614
- #: ../includes/Elements/Advanced_Data_Table.php:439, ../includes/Elements/Advanced_Data_Table.php:558, ../includes/Elements/Advanced_Data_Table.php:984, ../includes/Elements/Advanced_Data_Table.php:1131, ../includes/Elements/Adv_Accordion.php:153, ../includes/Elements/Betterdocs_Category_Box.php:775, ../includes/Elements/Betterdocs_Category_Grid.php:1521, ../includes/Elements/Betterdocs_Category_Grid.php:1546, ../includes/Elements/Caldera_Forms.php:241, ../includes/Elements/Caldera_Forms.php:423, ../includes/Elements/Caldera_Forms.php:569, ../includes/Elements/Caldera_Forms.php:1144, ../includes/Elements/Contact_Form_7.php:339, ../includes/Elements/Contact_Form_7.php:451, ../includes/Elements/Contact_Form_7.php:1171, ../includes/Elements/Content_Ticker.php:291, ../includes/Elements/Countdown.php:126, ../includes/Elements/Countdown.php:1038, ../includes/Elements/Creative_Button.php:453, ../includes/Elements/Cta_Box.php:104, ../includes/Elements/Data_Table.php:561, ../includes/Elements/Data_Table.php:786, ../includes/Elements/Data_Table.php:1035, ../includes/Elements/Dual_Color_Header.php:199, ../includes/Elements/Event_Calendar.php:1015, ../includes/Elements/Event_Calendar.php:1147, ../includes/Elements/Fancy_Text.php:182, ../includes/Elements/Feature_List.php:311, ../includes/Elements/Filterable_Gallery.php:775, ../includes/Elements/Filterable_Gallery.php:1307, ../includes/Elements/Filterable_Gallery.php:1690, ../includes/Elements/Flip_Box.php:377, ../includes/Elements/Flip_Box.php:606, ../includes/Elements/FluentForm.php:247, ../includes/Elements/FluentForm.php:442, ../includes/Elements/FluentForm.php:588, ../includes/Elements/FluentForm.php:1219, ../includes/Elements/FluentForm.php:1464, ../includes/Elements/Formstack.php:342, ../includes/Elements/Formstack.php:457, ../includes/Elements/Formstack.php:771, ../includes/Elements/Formstack.php:1380, ../includes/Elements/GravityForms.php:355, ../includes/Elements/GravityForms.php:492, ../includes/Elements/GravityForms.php:637, ../includes/Elements/GravityForms.php:1729, ../includes/Elements/GravityForms.php:1979, ../includes/Elements/Image_Accordion.php:117, ../includes/Elements/Info_Box.php:312, ../includes/Elements/Login_Register.php:716, ../includes/Elements/Login_Register.php:2595, ../includes/Elements/Login_Register.php:3263, ../includes/Elements/Login_Register.php:3583, ../includes/Elements/NinjaForms.php:290, ../includes/Elements/NinjaForms.php:429, ../includes/Elements/NinjaForms.php:611, ../includes/Elements/NinjaForms.php:1306, ../includes/Elements/Post_Grid.php:495, ../includes/Elements/Post_Grid.php:650, ../includes/Elements/Post_Grid.php:718, ../includes/Elements/Post_Grid.php:813, ../includes/Elements/Post_Grid.php:896, ../includes/Elements/Post_Timeline.php:365, ../includes/Elements/Post_Timeline.php:423, ../includes/Elements/Pricing_Table.php:257, ../includes/Elements/Pricing_Table.php:381, ../includes/Elements/Pricing_Table.php:679, ../includes/Elements/Pricing_Table.php:823, ../includes/Elements/Pricing_Table.php:848, ../includes/Elements/Product_Grid.php:693, ../includes/Elements/Product_Grid.php:1011, ../includes/Elements/Product_Grid.php:1705, ../includes/Elements/Product_Grid.php:2194, ../includes/Elements/Progress_Bar.php:329, ../includes/Elements/Progress_Bar.php:540, ../includes/Elements/Simple_Menu.php:196, ../includes/Elements/Simple_Menu.php:341, ../includes/Elements/Simple_Menu.php:748, ../includes/Elements/Simple_Menu.php:774, ../includes/Elements/Simple_Menu.php:799, ../includes/Elements/Simple_Menu.php:1094, ../includes/Elements/Team_Member.php:388, ../includes/Elements/Testimonial.php:322, ../includes/Elements/Tooltip.php:217, ../includes/Elements/Tooltip.php:289, ../includes/Elements/Tooltip.php:385, ../includes/Elements/TypeForm.php:208, ../includes/Elements/WeForms.php:173, ../includes/Elements/WeForms.php:643, ../includes/Elements/Woo_Product_Carousel.php:695, ../includes/Elements/Woo_Product_Carousel.php:814, ../includes/Elements/Woo_Product_Carousel.php:867, ../includes/Elements/Woo_Product_Gallery.php:200, ../includes/Elements/Woo_Product_Gallery.php:226, ../includes/Elements/Woo_Product_Gallery.php:541, ../includes/Elements/Woo_Product_Gallery.php:1504, ../includes/Elements/WpForms.php:279, ../includes/Elements/WpForms.php:396, ../includes/Elements/WpForms.php:580, ../includes/Elements/WpForms.php:1145, ../includes/Extensions/Table_of_Content.php:439, ../includes/Traits/Controls.php:597, ../includes/Traits/Controls.php:1536, ../includes/Traits/Controls.php:1579, ../includes/Traits/Controls.php:1580, ../includes/Traits/Controls.php:1910
615
  msgid "Right"
616
  msgstr ""
617
 
618
- #: ../includes/Elements/Advanced_Data_Table.php:454, ../includes/Elements/Advanced_Data_Table.php:573, ../includes/Elements/Advanced_Data_Table.php:667, ../includes/Elements/Advanced_Data_Table.php:698, ../includes/Elements/Advanced_Data_Table.php:729, ../includes/Elements/Advanced_Data_Table.php:760, ../includes/Elements/Advanced_Data_Table.php:791, ../includes/Elements/Advanced_Data_Table.php:822, ../includes/Elements/Advanced_Data_Table.php:1004, ../includes/Elements/Advanced_Data_Table.php:1200, ../includes/Elements/Advanced_Data_Table.php:1270, ../includes/Elements/Adv_Accordion.php:547, ../includes/Elements/Adv_Accordion.php:607, ../includes/Elements/Adv_Accordion.php:667, ../includes/Elements/Adv_Accordion.php:734, ../includes/Elements/Adv_Tabs.php:499, ../includes/Elements/Adv_Tabs.php:566, ../includes/Elements/Adv_Tabs.php:633, ../includes/Elements/Adv_Tabs.php:715, ../includes/Elements/Caldera_Forms.php:270, ../includes/Elements/Caldera_Forms.php:331, ../includes/Elements/Caldera_Forms.php:523, ../includes/Elements/Caldera_Forms.php:604, ../includes/Elements/Caldera_Forms.php:850, ../includes/Elements/Caldera_Forms.php:906, ../includes/Elements/Caldera_Forms.php:1216, ../includes/Elements/Caldera_Forms.php:1322, ../includes/Elements/Caldera_Forms.php:1375, ../includes/Elements/Contact_Form_7.php:474, ../includes/Elements/Contact_Form_7.php:505, ../includes/Elements/Contact_Form_7.php:562, ../includes/Elements/Contact_Form_7.php:845, ../includes/Elements/Contact_Form_7.php:920, ../includes/Elements/Contact_Form_7.php:1242, ../includes/Elements/Contact_Form_7.php:1348, ../includes/Elements/Contact_Form_7.php:1412, ../includes/Elements/Contact_Form_7.php:1535, ../includes/Elements/Contact_Form_7.php:1592, ../includes/Elements/Content_Ticker.php:357, ../includes/Elements/Content_Ticker.php:433, ../includes/Elements/Countdown.php:1109, ../includes/Elements/Creative_Button.php:277, ../includes/Elements/Creative_Button.php:370, ../includes/Elements/Cta_Box.php:698, ../includes/Elements/Cta_Box.php:769, ../includes/Elements/Cta_Box.php:904, ../includes/Elements/Cta_Box.php:956, ../includes/Elements/Data_Table.php:989, ../includes/Elements/Data_Table.php:1006, ../includes/Elements/Event_Calendar.php:1253, ../includes/Elements/Event_Calendar.php:1286, ../includes/Elements/Filterable_Gallery.php:959, ../includes/Elements/Filterable_Gallery.php:1025, ../includes/Elements/Filterable_Gallery.php:2510, ../includes/Elements/Filterable_Gallery.php:2705, ../includes/Elements/FluentForm.php:277, ../includes/Elements/FluentForm.php:338, ../includes/Elements/FluentForm.php:542, ../includes/Elements/FluentForm.php:623, ../includes/Elements/FluentForm.php:872, ../includes/Elements/FluentForm.php:1536, ../includes/Elements/FluentForm.php:1642, ../includes/Elements/FluentForm.php:2059, ../includes/Elements/Formstack.php:481, ../includes/Elements/Formstack.php:530, ../includes/Elements/Formstack.php:585, ../includes/Elements/Formstack.php:797, ../includes/Elements/Formstack.php:852, ../includes/Elements/Formstack.php:1101, ../includes/Elements/Formstack.php:1452, ../includes/Elements/Formstack.php:1558, ../includes/Elements/Formstack.php:1781, ../includes/Elements/Formstack.php:2020, ../includes/Elements/GravityForms.php:515, ../includes/Elements/GravityForms.php:546, ../includes/Elements/GravityForms.php:585, ../includes/Elements/GravityForms.php:672, ../includes/Elements/GravityForms.php:936, ../includes/Elements/GravityForms.php:989, ../includes/Elements/GravityForms.php:1176, ../includes/Elements/GravityForms.php:1810, ../includes/Elements/GravityForms.php:1902, ../includes/Elements/GravityForms.php:2038, ../includes/Elements/GravityForms.php:2125, ../includes/Elements/GravityForms.php:2199, ../includes/Elements/GravityForms.php:2334, ../includes/Elements/Info_Box.php:1236, ../includes/Elements/Info_Box.php:1282, ../includes/Elements/Login_Register.php:2616, ../includes/Elements/Login_Register.php:2755, ../includes/Elements/Login_Register.php:3099, ../includes/Elements/Login_Register.php:3284, ../includes/Elements/Login_Register.php:3321, ../includes/Elements/Login_Register.php:3605, ../includes/Elements/Login_Register.php:3642, ../includes/Elements/NinjaForms.php:452, ../includes/Elements/NinjaForms.php:501, ../includes/Elements/NinjaForms.php:559, ../includes/Elements/NinjaForms.php:646, ../includes/Elements/NinjaForms.php:894, ../includes/Elements/NinjaForms.php:950, ../includes/Elements/NinjaForms.php:1384, ../includes/Elements/NinjaForms.php:1471, ../includes/Elements/NinjaForms.php:1533, ../includes/Elements/NinjaForms.php:1633, ../includes/Elements/Pricing_Table.php:1887, ../includes/Elements/Pricing_Table.php:1956, ../includes/Elements/Product_Grid.php:2240, ../includes/Elements/Product_Grid.php:2278, ../includes/Elements/Product_Grid.php:2322, ../includes/Elements/Simple_Menu.php:363, ../includes/Elements/Simple_Menu.php:397, ../includes/Elements/Simple_Menu.php:431, ../includes/Elements/Simple_Menu.php:489, ../includes/Elements/Simple_Menu.php:523, ../includes/Elements/Simple_Menu.php:849, ../includes/Elements/Simple_Menu.php:976, ../includes/Elements/Simple_Menu.php:1160, ../includes/Elements/Simple_Menu.php:1285, ../includes/Elements/Tooltip.php:418, ../includes/Elements/Tooltip.php:461, ../includes/Elements/Tooltip.php:634, ../includes/Elements/WeForms.php:692, ../includes/Elements/WeForms.php:742, ../includes/Elements/WpForms.php:419, ../includes/Elements/WpForms.php:468, ../includes/Elements/WpForms.php:533, ../includes/Elements/WpForms.php:615, ../includes/Elements/WpForms.php:851, ../includes/Elements/WpForms.php:907, ../includes/Elements/WpForms.php:1220, ../includes/Elements/WpForms.php:1327, ../includes/Elements/WpForms.php:1372, ../includes/Extensions/Table_of_Content.php:602, ../includes/Extensions/Table_of_Content.php:917, ../includes/Extensions/Table_of_Content.php:940, ../includes/Extensions/Table_of_Content.php:966, ../includes/Traits/Controls.php:1229, ../includes/Traits/Controls.php:1284, ../includes/Traits/Controls.php:1414, ../includes/Traits/Controls.php:1476, ../includes/Traits/Controls.php:1859
619
  msgid "Text Color"
620
  msgstr ""
621
 
622
- #: ../includes/Elements/Advanced_Data_Table.php:468, ../includes/Elements/Advanced_Data_Table.php:609, ../includes/Elements/Advanced_Data_Table.php:682, ../includes/Elements/Advanced_Data_Table.php:713, ../includes/Elements/Advanced_Data_Table.php:744, ../includes/Elements/Advanced_Data_Table.php:775, ../includes/Elements/Advanced_Data_Table.php:806, ../includes/Elements/Advanced_Data_Table.php:837, ../includes/Elements/Advanced_Data_Table.php:1016, ../includes/Elements/Advanced_Data_Table.php:1213, ../includes/Elements/Advanced_Data_Table.php:1284, ../includes/Elements/Advanced_Data_Table.php:1379, ../includes/Elements/Advanced_Data_Table.php:1409, ../includes/Elements/Adv_Accordion.php:883, ../includes/Elements/Adv_Accordion.php:929, ../includes/Elements/Adv_Accordion.php:975, ../includes/Elements/Adv_Tabs.php:480, ../includes/Elements/Adv_Tabs.php:696, ../includes/Elements/Caldera_Forms.php:592, ../includes/Elements/Caldera_Forms.php:800, ../includes/Elements/Caldera_Forms.php:1204, ../includes/Elements/Caldera_Forms.php:1310, ../includes/Elements/Caldera_Forms.php:1364, ../includes/Elements/Contact_Form_7.php:550, ../includes/Elements/Contact_Form_7.php:763, ../includes/Elements/Contact_Form_7.php:1230, ../includes/Elements/Contact_Form_7.php:1336, ../includes/Elements/Contact_Form_7.php:1427, ../includes/Elements/Contact_Form_7.php:1520, ../includes/Elements/Content_Ticker.php:345, ../includes/Elements/Content_Ticker.php:422, ../includes/Elements/Content_Ticker.php:597, ../includes/Elements/Content_Ticker.php:653, ../includes/Elements/Countdown.php:733, ../includes/Elements/Countdown.php:745, ../includes/Elements/Countdown.php:805, ../includes/Elements/Countdown.php:817, ../includes/Elements/Countdown.php:877, ../includes/Elements/Countdown.php:889, ../includes/Elements/Countdown.php:949, ../includes/Elements/Countdown.php:961, ../includes/Elements/Creative_Button.php:291, ../includes/Elements/Creative_Button.php:383, ../includes/Elements/Cta_Box.php:122, ../includes/Elements/Cta_Box.php:426, ../includes/Elements/Cta_Box.php:712, ../includes/Elements/Cta_Box.php:781, ../includes/Elements/Data_Table.php:639, ../includes/Elements/Data_Table.php:679, ../includes/Elements/Data_Table.php:1190, ../includes/Elements/Dual_Color_Header.php:310, ../includes/Elements/Event_Calendar.php:1265, ../includes/Elements/Filterable_Gallery.php:834, ../includes/Elements/Filterable_Gallery.php:971, ../includes/Elements/Filterable_Gallery.php:1037, ../includes/Elements/Filterable_Gallery.php:1183, ../includes/Elements/Filterable_Gallery.php:1373, ../includes/Elements/Filterable_Gallery.php:1403, ../includes/Elements/Filterable_Gallery.php:1508, ../includes/Elements/Filterable_Gallery.php:1524, ../includes/Elements/Filterable_Gallery.php:1726, ../includes/Elements/Filterable_Gallery.php:1864, ../includes/Elements/Filterable_Gallery.php:2494, ../includes/Elements/Filterable_Gallery.php:2689, ../includes/Elements/FluentForm.php:611, ../includes/Elements/FluentForm.php:819, ../includes/Elements/FluentForm.php:1253, ../includes/Elements/FluentForm.php:1339, ../includes/Elements/FluentForm.php:1524, ../includes/Elements/FluentForm.php:1630, ../includes/Elements/FluentForm.php:2048, ../includes/Elements/Formstack.php:840, ../includes/Elements/Formstack.php:1048, ../includes/Elements/Formstack.php:1440, ../includes/Elements/Formstack.php:1546, ../includes/Elements/GravityForms.php:660, ../includes/Elements/GravityForms.php:886, ../includes/Elements/GravityForms.php:1619, ../includes/Elements/GravityForms.php:1797, ../includes/Elements/GravityForms.php:1889, ../includes/Elements/GravityForms.php:2026, ../includes/Elements/GravityForms.php:2113, ../includes/Elements/Image_Accordion.php:317, ../includes/Elements/Info_Box.php:544, ../includes/Elements/Info_Box.php:785, ../includes/Elements/Info_Box.php:864, ../includes/Elements/Info_Box.php:1035, ../includes/Elements/Info_Box.php:1098, ../includes/Elements/Info_Box.php:1248, ../includes/Elements/Info_Box.php:1294, ../includes/Elements/Login_Register.php:1594, ../includes/Elements/Login_Register.php:1727, ../includes/Elements/Login_Register.php:1829, ../includes/Elements/Login_Register.php:2003, ../includes/Elements/Login_Register.php:2359, ../includes/Elements/Login_Register.php:2450, ../includes/Elements/Login_Register.php:2630, ../includes/Elements/Login_Register.php:2668, ../includes/Elements/Login_Register.php:2765, ../includes/Elements/Login_Register.php:3292, ../includes/Elements/Login_Register.php:3329, ../includes/Elements/Login_Register.php:3613, ../includes/Elements/Login_Register.php:3650, ../includes/Elements/NinjaForms.php:634, ../includes/Elements/NinjaForms.php:844, ../includes/Elements/NinjaForms.php:1372, ../includes/Elements/NinjaForms.php:1459, ../includes/Elements/Post_Grid.php:962, ../includes/Elements/Pricing_Table.php:736, ../includes/Elements/Pricing_Table.php:896, ../includes/Elements/Pricing_Table.php:1402, ../includes/Elements/Pricing_Table.php:1471, ../includes/Elements/Pricing_Table.php:1637, ../includes/Elements/Pricing_Table.php:1899, ../includes/Elements/Pricing_Table.php:1968, ../includes/Elements/Product_Grid.php:1850, ../includes/Elements/Product_Grid.php:1958, ../includes/Elements/Product_Grid.php:2066, ../includes/Elements/Product_Grid.php:2252, ../includes/Elements/Product_Grid.php:2290, ../includes/Elements/Product_Grid.php:2334, ../includes/Elements/Product_Grid.php:2582, ../includes/Elements/Product_Grid.php:2625, ../includes/Elements/Product_Grid.php:2686, ../includes/Elements/Product_Grid.php:2737, ../includes/Elements/Progress_Bar.php:578, ../includes/Elements/Simple_Menu.php:267, ../includes/Elements/Simple_Menu.php:376, ../includes/Elements/Simple_Menu.php:410, ../includes/Elements/Simple_Menu.php:444, ../includes/Elements/Simple_Menu.php:502, ../includes/Elements/Simple_Menu.php:536, ../includes/Elements/Simple_Menu.php:608, ../includes/Elements/Simple_Menu.php:680, ../includes/Elements/Simple_Menu.php:863, ../includes/Elements/Simple_Menu.php:943, ../includes/Elements/Simple_Menu.php:991, ../includes/Elements/Simple_Menu.php:1038, ../includes/Elements/Simple_Menu.php:1172, ../includes/Elements/Simple_Menu.php:1252, ../includes/Elements/Simple_Menu.php:1299, ../includes/Elements/Simple_Menu.php:1346, ../includes/Elements/Team_Member.php:731, ../includes/Elements/Tooltip.php:407, ../includes/Elements/Tooltip.php:450, ../includes/Elements/Tooltip.php:623, ../includes/Elements/Twitter_Feed.php:414, ../includes/Elements/WeForms.php:703, ../includes/Elements/WeForms.php:753, ../includes/Elements/Woo_Checkout.php:621, ../includes/Elements/Woo_Checkout.php:736, ../includes/Elements/Woo_Checkout.php:858, ../includes/Elements/Woo_Checkout.php:1316, ../includes/Elements/Woo_Checkout.php:1356, ../includes/Elements/Woo_Checkout.php:1614, ../includes/Elements/Woo_Checkout.php:1654, ../includes/Elements/Woo_Checkout.php:2244, ../includes/Elements/Woo_Checkout.php:2374, ../includes/Elements/Woo_Checkout.php:2484, ../includes/Elements/Woo_Checkout.php:2524, ../includes/Elements/Woo_Product_Carousel.php:885, ../includes/Elements/Woo_Product_Carousel.php:1378, ../includes/Elements/Woo_Product_Carousel.php:1460, ../includes/Elements/Woo_Product_Carousel.php:1679, ../includes/Elements/Woo_Product_Carousel.php:1722, ../includes/Elements/Woo_Product_Carousel.php:1784, ../includes/Elements/Woo_Product_Carousel.php:1836, ../includes/Elements/Woo_Product_Carousel.php:2640, ../includes/Elements/Woo_Product_Carousel.php:2696, ../includes/Elements/Woo_Product_Gallery.php:1662, ../includes/Elements/Woo_Product_Gallery.php:1712, ../includes/Elements/Woo_Product_Gallery.php:1911, ../includes/Elements/Woo_Product_Gallery.php:1954, ../includes/Elements/Woo_Product_Gallery.php:2015, ../includes/Elements/Woo_Product_Gallery.php:2066, ../includes/Elements/WpForms.php:603, ../includes/Elements/WpForms.php:1208, ../includes/Elements/WpForms.php:1315, ../includes/Extensions/Reading_Progress.php:156, ../includes/Extensions/Table_of_Content.php:589, ../includes/Extensions/Table_of_Content.php:735, ../includes/Extensions/Table_of_Content.php:799, ../includes/Traits/Controls.php:1426, ../includes/Traits/Controls.php:1488, ../includes/Traits/Controls.php:1869, ../includes/Traits/Woo_Product_Comparable.php:380, ../includes/Traits/Woo_Product_Comparable.php:486
623
  msgid "Background Color"
624
  msgstr ""
625
 
@@ -627,7 +623,7 @@ msgstr ""
627
  msgid "Cell Border"
628
  msgstr ""
629
 
630
- #: ../includes/Elements/Advanced_Data_Table.php:507, ../includes/Elements/Advanced_Data_Table.php:852, ../includes/Elements/Advanced_Data_Table.php:936, ../includes/Elements/Advanced_Data_Table.php:1154, ../includes/Elements/Advanced_Data_Table.php:1471, ../includes/Elements/Adv_Accordion.php:359, ../includes/Elements/Adv_Accordion.php:512, ../includes/Elements/Adv_Accordion.php:752, ../includes/Elements/Adv_Tabs.php:311, ../includes/Elements/Adv_Tabs.php:454, ../includes/Elements/Adv_Tabs.php:733, ../includes/Elements/Betterdocs_Category_Box.php:512, ../includes/Elements/Betterdocs_Category_Grid.php:558, ../includes/Elements/Betterdocs_Category_Grid.php:722, ../includes/Elements/Betterdocs_Category_Grid.php:1406, ../includes/Elements/Betterdocs_Search_Form.php:123, ../includes/Elements/Betterdocs_Search_Form.php:431, ../includes/Elements/Caldera_Forms.php:741, ../includes/Elements/Caldera_Forms.php:1251, ../includes/Elements/Contact_Form_7.php:598, ../includes/Elements/Contact_Form_7.php:1276, ../includes/Elements/Contact_Form_7.php:1471, ../includes/Elements/Contact_Form_7.php:1668, ../includes/Elements/Content_Ticker.php:389, ../includes/Elements/Content_Ticker.php:452, ../includes/Elements/Content_Ticker.php:693, ../includes/Elements/Countdown.php:606, ../includes/Elements/Countdown.php:1136, ../includes/Elements/Cta_Box.php:438, ../includes/Elements/Cta_Box.php:651, ../includes/Elements/Cta_Box.php:868, ../includes/Elements/Data_Table.php:607, ../includes/Elements/Data_Table.php:892, ../includes/Elements/Dual_Color_Header.php:322, ../includes/Elements/Facebook_Feed.php:605, ../includes/Elements/Facebook_Feed.php:631, ../includes/Elements/Facebook_Feed.php:703, ../includes/Elements/Fancy_Text.php:480, ../includes/Elements/Feature_List.php:597, ../includes/Elements/Filterable_Gallery.php:846, ../includes/Elements/Filterable_Gallery.php:923, ../includes/Elements/Filterable_Gallery.php:1105, ../includes/Elements/Filterable_Gallery.php:1195, ../includes/Elements/Filterable_Gallery.php:1539, ../includes/Elements/Filterable_Gallery.php:1750, ../includes/Elements/Filterable_Gallery.php:2613, ../includes/Elements/Flip_Box.php:999, ../includes/Elements/Flip_Box.php:1112, ../includes/Elements/Flip_Box.php:1348, ../includes/Elements/FluentForm.php:760, ../includes/Elements/FluentForm.php:1128, ../includes/Elements/FluentForm.php:1183, ../includes/Elements/FluentForm.php:1306, ../includes/Elements/FluentForm.php:1391, ../includes/Elements/FluentForm.php:1571, ../includes/Elements/FluentForm.php:1973, ../includes/Elements/FluentForm.php:2139, ../includes/Elements/Formstack.php:680, ../includes/Elements/Formstack.php:735, ../includes/Elements/Formstack.php:989, ../includes/Elements/Formstack.php:1322, ../includes/Elements/Formstack.php:1487, ../includes/Elements/Formstack.php:1835, ../includes/Elements/Formstack.php:1964, ../includes/Elements/GravityForms.php:722, ../includes/Elements/GravityForms.php:1343, ../includes/Elements/GravityForms.php:1539, ../includes/Elements/GravityForms.php:1677, ../includes/Elements/GravityForms.php:1847, ../includes/Elements/GravityForms.php:2073, ../includes/Elements/Image_Accordion.php:329, ../includes/Elements/Image_Accordion.php:441, ../includes/Elements/Info_Box.php:556, ../includes/Elements/Login_Register.php:1557, ../includes/Elements/Login_Register.php:2122, ../includes/Elements/Login_Register.php:2261, ../includes/Elements/Login_Register.php:2334, ../includes/Elements/Login_Register.php:2425, ../includes/Elements/Login_Register.php:2527, ../includes/Elements/Login_Register.php:2563, ../includes/Elements/Login_Register.php:2725, ../includes/Elements/Login_Register.php:3197, ../includes/Elements/Login_Register.php:3496, ../includes/Elements/NinjaForms.php:784, ../includes/Elements/NinjaForms.php:1419, ../includes/Elements/Pricing_Table.php:748, ../includes/Elements/Pricing_Table.php:1513, ../includes/Elements/Pricing_Table.php:1818, ../includes/Elements/Product_Grid.php:796, ../includes/Elements/Product_Grid.php:1047, ../includes/Elements/Product_Grid.php:1459, ../includes/Elements/Simple_Menu.php:308, ../includes/Elements/Simple_Menu.php:468, ../includes/Elements/Simple_Menu.php:641, ../includes/Elements/Simple_Menu.php:1105, ../includes/Elements/Team_Member.php:487, ../includes/Elements/Testimonial.php:421, ../includes/Elements/Tooltip.php:349, ../includes/Elements/Tooltip.php:601, ../includes/Elements/Twitter_Feed.php:444, ../includes/Elements/Twitter_Feed.php:503, ../includes/Elements/Twitter_Feed.php:536, ../includes/Elements/WeForms.php:676, ../includes/Elements/Woo_Checkout.php:632, ../includes/Elements/Woo_Checkout.php:1224, ../includes/Elements/Woo_Checkout.php:1417, ../includes/Elements/Woo_Checkout.php:1547, ../includes/Elements/Woo_Checkout.php:1715, ../includes/Elements/Woo_Checkout.php:1930, ../includes/Elements/Woo_Checkout.php:2266, ../includes/Elements/Woo_Checkout.php:2597, ../includes/Elements/Woo_Product_Carousel.php:1020, ../includes/Elements/Woo_Product_Carousel.php:2253, ../includes/Elements/Woo_Product_Gallery.php:571, ../includes/Elements/Woo_Product_Gallery.php:675, ../includes/Elements/Woo_Product_Gallery.php:954, ../includes/Elements/Woo_Product_Gallery.php:1199, ../includes/Elements/Woo_Product_Gallery.php:1261, ../includes/Elements/WpForms.php:752, ../includes/Elements/WpForms.php:1255, ../includes/Extensions/Table_of_Content.php:624, ../includes/Extensions/Table_of_Content.php:812, ../includes/Traits/Controls.php:1333, ../includes/Traits/Controls.php:1378, ../includes/Traits/Controls.php:1879, ../includes/Traits/Woo_Product_Comparable.php:352, ../includes/Traits/Woo_Product_Comparable.php:997, ../includes/Traits/Woo_Product_Comparable.php:1146, ../includes/Traits/Woo_Product_Comparable.php:1614
631
  msgid "Padding"
632
  msgstr ""
633
 
@@ -647,7 +643,7 @@ msgstr ""
647
  msgid "Highlight"
648
  msgstr ""
649
 
650
- #: ../includes/Elements/Advanced_Data_Table.php:651, ../includes/Elements/Adv_Tabs.php:147, ../includes/Elements/Countdown.php:402, ../includes/Elements/Data_Table.php:148, ../includes/Elements/Filterable_Gallery.php:188, ../includes/Elements/Filterable_Gallery.php:228, ../includes/Elements/Flip_Box.php:200, ../includes/Elements/Flip_Box.php:429, ../includes/Elements/Flip_Box.php:648, ../includes/Elements/GravityForms.php:1016, ../includes/Elements/Info_Box.php:99, ../includes/Elements/Info_Box.php:805, ../includes/Elements/Info_Box.php:885, ../includes/Elements/Info_Box.php:1023, ../includes/Elements/Info_Box.php:1119, ../includes/Elements/Post_Grid.php:936, ../includes/Elements/Sticky_Video.php:552, ../includes/Extensions/Table_of_Content.php:837, ../includes/Extensions/Table_of_Content.php:1058
651
  msgid "None"
652
  msgstr ""
653
 
@@ -675,7 +671,7 @@ msgstr ""
675
  msgid "Odd Row"
676
  msgstr ""
677
 
678
- #: ../includes/Elements/Advanced_Data_Table.php:913, ../includes/Elements/Dual_Color_Header.php:775, ../includes/Elements/Dual_Color_Header.php:855, ../includes/Elements/Flip_Box.php:123, ../includes/Elements/FluentForm.php:1287, ../includes/Elements/FluentForm.php:1372, ../includes/Elements/FluentForm.php:1785, ../includes/Elements/Formstack.php:1661, ../includes/Elements/Image_Accordion.php:304, ../includes/Elements/Login_Register.php:2069, ../includes/Elements/Progress_Bar.php:384, ../includes/Elements/Progress_Bar.php:436, ../includes/Elements/Sticky_Video.php:459, ../includes/Elements/Team_Member.php:318, ../includes/Elements/Twitter_Feed.php:831, ../includes/Elements/Woo_Product_Carousel.php:1312, ../includes/Elements/Woo_Product_Carousel.php:2145, ../includes/Elements/Woo_Product_Carousel.php:2345, ../includes/Elements/Woo_Product_Carousel.php:2433, ../includes/Extensions/Reading_Progress.php:128
679
  msgid "Height"
680
  msgstr ""
681
 
@@ -683,23 +679,23 @@ msgstr ""
683
  msgid "Margin Bottom"
684
  msgstr ""
685
 
686
- #: ../includes/Elements/Advanced_Data_Table.php:971, ../includes/Elements/Advanced_Data_Table.php:1119, ../includes/Elements/Caldera_Forms.php:229, ../includes/Elements/Caldera_Forms.php:557, ../includes/Elements/Caldera_Forms.php:1132, ../includes/Elements/Contact_Form_7.php:439, ../includes/Elements/Contact_Form_7.php:1158, ../includes/Elements/Countdown.php:114, ../includes/Elements/Cta_Box.php:97, ../includes/Elements/Data_Table.php:547, ../includes/Elements/Dual_Color_Header.php:186, ../includes/Elements/Dual_Color_Header.php:650, ../includes/Elements/Event_Calendar.php:1003, ../includes/Elements/Event_Calendar.php:1135, ../includes/Elements/Fancy_Text.php:170, ../includes/Elements/Filterable_Gallery.php:763, ../includes/Elements/FluentForm.php:235, ../includes/Elements/FluentForm.php:576, ../includes/Elements/FluentForm.php:1207, ../includes/Elements/FluentForm.php:1452, ../includes/Elements/Formstack.php:445, ../includes/Elements/Formstack.php:759, ../includes/Elements/Formstack.php:1368, ../includes/Elements/GravityForms.php:480, ../includes/Elements/GravityForms.php:625, ../includes/Elements/GravityForms.php:1717, ../includes/Elements/GravityForms.php:1967, ../includes/Elements/Login_Register.php:3251, ../includes/Elements/Login_Register.php:3571, ../includes/Elements/NinjaForms.php:417, ../includes/Elements/NinjaForms.php:599, ../includes/Elements/NinjaForms.php:1294, ../includes/Elements/Post_Grid.php:483, ../includes/Elements/Post_Grid.php:801, ../includes/Elements/Post_Grid.php:884, ../includes/Elements/Product_Grid.php:681, ../includes/Elements/Product_Grid.php:999, ../includes/Elements/Product_Grid.php:1697, ../includes/Elements/Product_Grid.php:2182, ../includes/Elements/Progress_Bar.php:317, ../includes/Elements/Progress_Bar.php:528, ../includes/Elements/Simple_Menu.php:329, ../includes/Elements/Simple_Menu.php:736, ../includes/Elements/Simple_Menu.php:762, ../includes/Elements/Simple_Menu.php:787, ../includes/Elements/Simple_Menu.php:1082, ../includes/Elements/Tooltip.php:204, ../includes/Elements/Woo_Product_Carousel.php:806, ../includes/Elements/Woo_Product_Carousel.php:855, ../includes/Elements/Woo_Product_Gallery.php:188, ../includes/Elements/Woo_Product_Gallery.php:218, ../includes/Elements/Woo_Product_Gallery.php:529, ../includes/Elements/Woo_Product_Gallery.php:1496, ../includes/Elements/WpForms.php:384, ../includes/Elements/WpForms.php:568, ../includes/Elements/WpForms.php:1133, ../includes/Traits/Controls.php:1898
687
  msgid "Alignment"
688
  msgstr ""
689
 
690
- #: ../includes/Elements/Advanced_Data_Table.php:1175, ../includes/Elements/Adv_Accordion.php:370, ../includes/Elements/Adv_Accordion.php:523, ../includes/Elements/Adv_Accordion.php:763, ../includes/Elements/Adv_Tabs.php:322, ../includes/Elements/Adv_Tabs.php:465, ../includes/Elements/Adv_Tabs.php:744, ../includes/Elements/Betterdocs_Category_Grid.php:570, ../includes/Elements/Betterdocs_Category_Grid.php:736, ../includes/Elements/Caldera_Forms.php:297, ../includes/Elements/Caldera_Forms.php:359, ../includes/Elements/Contact_Form_7.php:372, ../includes/Elements/Contact_Form_7.php:1653, ../includes/Elements/Content_Ticker.php:464, ../includes/Elements/Countdown.php:1088, ../includes/Elements/Cta_Box.php:450, ../includes/Elements/Cta_Box.php:663, ../includes/Elements/Cta_Box.php:880, ../includes/Elements/Dual_Color_Header.php:334, ../includes/Elements/Dual_Color_Header.php:702, ../includes/Elements/Fancy_Text.php:492, ../includes/Elements/Filterable_Gallery.php:858, ../includes/Elements/Filterable_Gallery.php:935, ../includes/Elements/Filterable_Gallery.php:1117, ../includes/Elements/Filterable_Gallery.php:1762, ../includes/Elements/Filterable_Gallery.php:2211, ../includes/Elements/Filterable_Gallery.php:2654, ../includes/Elements/Flip_Box.php:1336, ../includes/Elements/FluentForm.php:304, ../includes/Elements/FluentForm.php:366, ../includes/Elements/FluentForm.php:1140, ../includes/Elements/FluentForm.php:1195, ../includes/Elements/FluentForm.php:2151, ../includes/Elements/Formstack.php:502, ../includes/Elements/Formstack.php:552, ../includes/Elements/Formstack.php:692, ../includes/Elements/Formstack.php:747, ../includes/Elements/Formstack.php:1979, ../includes/Elements/GravityForms.php:1072, ../includes/Elements/GravityForms.php:1331, ../includes/Elements/GravityForms.php:1527, ../includes/Elements/GravityForms.php:1691, ../includes/Elements/Image_Accordion.php:341, ../includes/Elements/Image_Accordion.php:430, ../includes/Elements/Info_Box.php:689, ../includes/Elements/Info_Box.php:751, ../includes/Elements/Info_Box.php:983, ../includes/Elements/Info_Box.php:1375, ../includes/Elements/Login_Register.php:1542, ../includes/Elements/Login_Register.php:2107, ../includes/Elements/Login_Register.php:2246, ../includes/Elements/Login_Register.php:2319, ../includes/Elements/Login_Register.php:2410, ../includes/Elements/Login_Register.php:2512, ../includes/Elements/Login_Register.php:2548, ../includes/Elements/Login_Register.php:2710, ../includes/Elements/Login_Register.php:3182, ../includes/Elements/Login_Register.php:3417, ../includes/Elements/Login_Register.php:3481, ../includes/Elements/NinjaForms.php:473, ../includes/Elements/NinjaForms.php:523, ../includes/Elements/Post_Grid.php:401, ../includes/Elements/Post_Grid.php:534, ../includes/Elements/Post_Grid.php:549, ../includes/Elements/Post_Grid.php:673, ../includes/Elements/Post_Grid.php:761, ../includes/Elements/Post_Grid.php:837, ../includes/Elements/Pricing_Table.php:760, ../includes/Elements/Pricing_Table.php:1086, ../includes/Elements/Pricing_Table.php:1156, ../includes/Elements/Pricing_Table.php:1830, ../includes/Elements/Team_Member.php:475, ../includes/Elements/Testimonial.php:409, ../includes/Elements/Testimonial.php:507, ../includes/Elements/Testimonial.php:548, ../includes/Elements/Testimonial.php:589, ../includes/Elements/Testimonial.php:622, ../includes/Elements/Tooltip.php:360, ../includes/Elements/Tooltip.php:612, ../includes/Elements/WeForms.php:490, ../includes/Elements/WeForms.php:664, ../includes/Elements/Woo_Product_Carousel.php:914, ../includes/Elements/Woo_Product_Gallery.php:1187, ../includes/Elements/Woo_Product_Gallery.php:1249, ../includes/Elements/WpForms.php:440, ../includes/Elements/WpForms.php:490, ../includes/Elements/WpForms.php:522, ../includes/Traits/Controls.php:1345, ../includes/Traits/Controls.php:1390, ../includes/Traits/Woo_Product_Comparable.php:340, ../includes/Traits/Woo_Product_Comparable.php:1462
691
  msgid "Margin"
692
  msgstr ""
693
 
694
- #: ../includes/Elements/Advanced_Data_Table.php:1195, ../includes/Elements/Advanced_Data_Table.php:1361, ../includes/Elements/Adv_Accordion.php:534, ../includes/Elements/Adv_Accordion.php:862, ../includes/Elements/Adv_Tabs.php:476, ../includes/Elements/Betterdocs_Category_Box.php:284, ../includes/Elements/Betterdocs_Category_Box.php:452, ../includes/Elements/Betterdocs_Category_Box.php:677, ../includes/Elements/Betterdocs_Category_Box.php:846, ../includes/Elements/Betterdocs_Category_Grid.php:315, ../includes/Elements/Betterdocs_Category_Grid.php:455, ../includes/Elements/Betterdocs_Category_Grid.php:610, ../includes/Elements/Betterdocs_Category_Grid.php:800, ../includes/Elements/Betterdocs_Category_Grid.php:1348, ../includes/Elements/Betterdocs_Search_Form.php:389, ../includes/Elements/Caldera_Forms.php:585, ../includes/Elements/Caldera_Forms.php:973, ../includes/Elements/Caldera_Forms.php:1197, ../includes/Elements/Contact_Form_7.php:543, ../includes/Elements/Contact_Form_7.php:1000, ../includes/Elements/Contact_Form_7.php:1223, ../includes/Elements/Content_Ticker.php:590, ../includes/Elements/Creative_Button.php:260, ../includes/Elements/Cta_Box.php:693, ../includes/Elements/Cta_Box.php:899, ../includes/Elements/Data_Table.php:619, ../includes/Elements/Data_Table.php:812, ../includes/Elements/Data_Table.php:984, ../includes/Elements/Data_Table.php:1082, ../includes/Elements/Event_Calendar.php:780, ../includes/Elements/Filterable_Gallery.php:954, ../includes/Elements/Filterable_Gallery.php:1719, ../includes/Elements/Filterable_Gallery.php:2483, ../includes/Elements/Flip_Box.php:1330, ../includes/Elements/FluentForm.php:604, ../includes/Elements/FluentForm.php:939, ../includes/Elements/FluentForm.php:1517, ../includes/Elements/FluentForm.php:1689, ../includes/Elements/FluentForm.php:1906, ../includes/Elements/Formstack.php:833, ../includes/Elements/Formstack.php:1165, ../includes/Elements/Formstack.php:1433, ../includes/Elements/Formstack.php:1603, ../includes/Elements/Formstack.php:1766, ../includes/Elements/GravityForms.php:653, ../includes/Elements/GravityForms.php:1243, ../includes/Elements/GravityForms.php:1439, ../includes/Elements/GravityForms.php:1790, ../includes/Elements/GravityForms.php:2019, ../includes/Elements/Info_Box.php:537, ../includes/Elements/Info_Box.php:765, ../includes/Elements/Info_Box.php:997, ../includes/Elements/Info_Box.php:1230, ../includes/Elements/Info_Box.php:1341, ../includes/Elements/Login_Register.php:2613, ../includes/Elements/Login_Register.php:3281, ../includes/Elements/Login_Register.php:3444, ../includes/Elements/Login_Register.php:3602, ../includes/Elements/NinjaForms.php:627, ../includes/Elements/NinjaForms.php:1020, ../includes/Elements/NinjaForms.php:1365, ../includes/Elements/Pricing_Table.php:1882, ../includes/Elements/Product_Grid.php:851, ../includes/Elements/Product_Grid.php:1498, ../includes/Elements/Product_Grid.php:1940, ../includes/Elements/Product_Grid.php:2235, ../includes/Elements/Product_Grid.php:2669, ../includes/Elements/Team_Member.php:714, ../includes/Elements/Tooltip.php:403, ../includes/Elements/WeForms.php:687, ../includes/Elements/Woo_Checkout.php:904, ../includes/Elements/Woo_Checkout.php:947, ../includes/Elements/Woo_Checkout.php:1090, ../includes/Elements/Woo_Checkout.php:1309, ../includes/Elements/Woo_Checkout.php:1607, ../includes/Elements/Woo_Checkout.php:2067, ../includes/Elements/Woo_Checkout.php:2323, ../includes/Elements/Woo_Checkout.php:2477, ../includes/Elements/Woo_Product_Carousel.php:926, ../includes/Elements/Woo_Product_Carousel.php:1362, ../includes/Elements/Woo_Product_Carousel.php:1767, ../includes/Elements/Woo_Product_Carousel.php:2211, ../includes/Elements/Woo_Product_Carousel.php:2633, ../includes/Elements/Woo_Product_Gallery.php:585, ../includes/Elements/Woo_Product_Gallery.php:989, ../includes/Elements/Woo_Product_Gallery.php:1284, ../includes/Elements/Woo_Product_Gallery.php:1645, ../includes/Elements/Woo_Product_Gallery.php:1998, ../includes/Elements/WpForms.php:596, ../includes/Elements/WpForms.php:974, ../includes/Elements/WpForms.php:1201, ../includes/Extensions/Table_of_Content.php:910, ../includes/Traits/Controls.php:1222, ../includes/Traits/Controls.php:1409, ../includes/Traits/Woo_Product_Comparable.php:838, ../includes/Traits/Woo_Product_Comparable.php:1224, ../includes/Traits/Woo_Product_Comparable.php:1642
695
  msgid "Normal"
696
  msgstr ""
697
 
698
- #: ../includes/Elements/Advanced_Data_Table.php:1265, ../includes/Elements/Advanced_Data_Table.php:1391, ../includes/Elements/Adv_Accordion.php:592, ../includes/Elements/Adv_Accordion.php:909, ../includes/Elements/Adv_Tabs.php:543, ../includes/Elements/Betterdocs_Category_Box.php:330, ../includes/Elements/Betterdocs_Category_Box.php:548, ../includes/Elements/Betterdocs_Category_Box.php:710, ../includes/Elements/Betterdocs_Category_Box.php:959, ../includes/Elements/Betterdocs_Category_Grid.php:363, ../includes/Elements/Betterdocs_Category_Grid.php:496, ../includes/Elements/Betterdocs_Category_Grid.php:664, ../includes/Elements/Betterdocs_Category_Grid.php:872, ../includes/Elements/Betterdocs_Category_Grid.php:1432, ../includes/Elements/Betterdocs_Search_Form.php:473, ../includes/Elements/Caldera_Forms.php:1303, ../includes/Elements/Contact_Form_7.php:1329, ../includes/Elements/Content_Ticker.php:646, ../includes/Elements/Creative_Button.php:353, ../includes/Elements/Cta_Box.php:764, ../includes/Elements/Cta_Box.php:951, ../includes/Elements/Data_Table.php:659, ../includes/Elements/Data_Table.php:903, ../includes/Elements/Data_Table.php:1001, ../includes/Elements/Data_Table.php:1100, ../includes/Elements/Event_Calendar.php:847, ../includes/Elements/Filterable_Gallery.php:1857, ../includes/Elements/Filterable_Gallery.php:2678, ../includes/Elements/Flip_Box.php:1413, ../includes/Elements/FluentForm.php:1623, ../includes/Elements/FluentForm.php:1987, ../includes/Elements/Formstack.php:1539, ../includes/Elements/Formstack.php:1849, ../includes/Elements/GravityForms.php:1882, ../includes/Elements/GravityForms.php:2106, ../includes/Elements/Info_Box.php:598, ../includes/Elements/Info_Box.php:836, ../includes/Elements/Info_Box.php:1069, ../includes/Elements/Info_Box.php:1276, ../includes/Elements/Info_Box.php:1451, ../includes/Elements/Login_Register.php:3318, ../includes/Elements/Login_Register.php:3639, ../includes/Elements/NinjaForms.php:1452, ../includes/Elements/Pricing_Table.php:402, ../includes/Elements/Pricing_Table.php:1951, ../includes/Elements/Product_Grid.php:901, ../includes/Elements/Product_Grid.php:1574, ../includes/Elements/Product_Grid.php:2049, ../includes/Elements/Product_Grid.php:2273, ../includes/Elements/Product_Grid.php:2720, ../includes/Elements/Simple_Menu.php:390, ../includes/Elements/Simple_Menu.php:516, ../includes/Elements/Simple_Menu.php:969, ../includes/Elements/Simple_Menu.php:1278, ../includes/Elements/Team_Member.php:791, ../includes/Elements/Tooltip.php:446, ../includes/Elements/WeForms.php:737, ../includes/Elements/Woo_Checkout.php:920, ../includes/Elements/Woo_Checkout.php:964, ../includes/Elements/Woo_Checkout.php:1106, ../includes/Elements/Woo_Checkout.php:1349, ../includes/Elements/Woo_Checkout.php:1647, ../includes/Elements/Woo_Checkout.php:2083, ../includes/Elements/Woo_Checkout.php:2517, ../includes/Elements/Woo_Product_Carousel.php:966, ../includes/Elements/Woo_Product_Carousel.php:1444, ../includes/Elements/Woo_Product_Carousel.php:1819, ../includes/Elements/Woo_Product_Carousel.php:2274, ../includes/Elements/Woo_Product_Carousel.php:2689, ../includes/Elements/Woo_Product_Gallery.php:624, ../includes/Elements/Woo_Product_Gallery.php:1057, ../includes/Elements/Woo_Product_Gallery.php:1318, ../includes/Elements/Woo_Product_Gallery.php:1695, ../includes/Elements/Woo_Product_Gallery.php:2049, ../includes/Elements/WpForms.php:1308, ../includes/Extensions/Table_of_Content.php:933, ../includes/Traits/Controls.php:1277, ../includes/Traits/Controls.php:1471, ../includes/Traits/Woo_Product_Comparable.php:938, ../includes/Traits/Woo_Product_Comparable.php:1305, ../includes/Traits/Woo_Product_Comparable.php:1692
699
  msgid "Hover"
700
  msgstr ""
701
 
702
- #: ../includes/Elements/Advanced_Data_Table.php:1366, ../includes/Elements/Advanced_Data_Table.php:1396, ../includes/Elements/Betterdocs_Category_Box.php:683, ../includes/Elements/Betterdocs_Category_Box.php:716, ../includes/Elements/Betterdocs_Category_Box.php:860, ../includes/Elements/Betterdocs_Category_Box.php:965, ../includes/Elements/Betterdocs_Category_Grid.php:616, ../includes/Elements/Betterdocs_Category_Grid.php:670, ../includes/Elements/Betterdocs_Category_Grid.php:806, ../includes/Elements/Betterdocs_Category_Grid.php:903, ../includes/Elements/Betterdocs_Category_Grid.php:1006, ../includes/Elements/Betterdocs_Category_Grid.php:1086, ../includes/Elements/Betterdocs_Category_Grid.php:1162, ../includes/Elements/Betterdocs_Category_Grid.php:1239, ../includes/Elements/Betterdocs_Category_Grid.php:1362, ../includes/Elements/Betterdocs_Category_Grid.php:1461, ../includes/Elements/Betterdocs_Search_Form.php:237, ../includes/Elements/Betterdocs_Search_Form.php:274, ../includes/Elements/Caldera_Forms.php:983, ../includes/Elements/Caldera_Forms.php:1099, ../includes/Elements/Caldera_Forms.php:1431, ../includes/Elements/Contact_Form_7.php:1010, ../includes/Elements/Contact_Form_7.php:1126, ../includes/Elements/Content_Ticker.php:609, ../includes/Elements/Content_Ticker.php:665, ../includes/Elements/Cta_Box.php:518, ../includes/Elements/Cta_Box.php:559, ../includes/Elements/Cta_Box.php:601, ../includes/Elements/Cta_Box.php:1042, ../includes/Elements/Data_Table.php:624, ../includes/Elements/Data_Table.php:664, ../includes/Elements/Data_Table.php:1175, ../includes/Elements/Dual_Color_Header.php:473, ../includes/Elements/Dual_Color_Header.php:570, ../includes/Elements/Dual_Color_Header.php:713, ../includes/Elements/Event_Calendar.php:747, ../includes/Elements/Event_Calendar.php:787, ../includes/Elements/Event_Calendar.php:854, ../includes/Elements/Event_Calendar.php:908, ../includes/Elements/Event_Calendar.php:991, ../includes/Elements/Event_Calendar.php:1066, ../includes/Elements/Event_Calendar.php:1100, ../includes/Elements/Event_Calendar.php:1209, ../includes/Elements/Event_Calendar.php:1575, ../includes/Elements/Facebook_Feed.php:769, ../includes/Elements/Facebook_Feed.php:807, ../includes/Elements/Facebook_Feed.php:847, ../includes/Elements/Facebook_Feed.php:895, ../includes/Elements/Facebook_Feed.php:933, ../includes/Elements/Facebook_Feed.php:971, ../includes/Elements/Facebook_Feed.php:1024, ../includes/Elements/Facebook_Feed.php:1062, ../includes/Elements/Facebook_Feed.php:1100, ../includes/Elements/Facebook_Feed.php:1132, ../includes/Elements/Fancy_Text.php:346, ../includes/Elements/Feature_List.php:541, ../includes/Elements/Feature_List.php:763, ../includes/Elements/Feature_List.php:797, ../includes/Elements/Filterable_Gallery.php:1216, ../includes/Elements/Filterable_Gallery.php:1256, ../includes/Elements/Filterable_Gallery.php:1578, ../includes/Elements/Filterable_Gallery.php:1593, ../includes/Elements/Filterable_Gallery.php:1638, ../includes/Elements/Filterable_Gallery.php:1653, ../includes/Elements/Filterable_Gallery.php:1738, ../includes/Elements/Filterable_Gallery.php:1876, ../includes/Elements/Filterable_Gallery.php:1952, ../includes/Elements/Filterable_Gallery.php:1988, ../includes/Elements/Filterable_Gallery.php:2035, ../includes/Elements/Filterable_Gallery.php:2176, ../includes/Elements/Filterable_Gallery.php:2363, ../includes/Elements/Flip_Box.php:945, ../includes/Elements/Flip_Box.php:1058, ../includes/Elements/Flip_Box.php:1185, ../includes/Elements/Flip_Box.php:1216, ../includes/Elements/Flip_Box.php:1254, ../includes/Elements/Flip_Box.php:1286, ../includes/Elements/Flip_Box.php:1360, ../includes/Elements/Flip_Box.php:1419, ../includes/Elements/FluentForm.php:413, ../includes/Elements/FluentForm.php:949, ../includes/Elements/FluentForm.php:1065, ../includes/Elements/FluentForm.php:1106, ../includes/Elements/FluentForm.php:1161, ../includes/Elements/FluentForm.php:1265, ../includes/Elements/FluentForm.php:1327, ../includes/Elements/FluentForm.php:1921, ../includes/Elements/FluentForm.php:1994, ../includes/Elements/FluentForm.php:2115, ../includes/Elements/Formstack.php:658, ../includes/Elements/Formstack.php:713, ../includes/Elements/Formstack.php:1175, ../includes/Elements/Formstack.php:1255, ../includes/Elements/Formstack.php:1309, ../includes/Elements/Formstack.php:1856, ../includes/Elements/Formstack.php:1937, ../includes/Elements/GravityForms.php:1147, ../includes/Elements/GravityForms.php:1253, ../includes/Elements/GravityForms.php:1367, ../includes/Elements/GravityForms.php:1449, ../includes/Elements/GravityForms.php:1563, ../includes/Elements/GravityForms.php:1607, ../includes/Elements/Image_Accordion.php:496, ../includes/Elements/Image_Accordion.php:525, ../includes/Elements/Info_Box.php:1355, ../includes/Elements/Info_Box.php:1431, ../includes/Elements/Login_Register.php:2349, ../includes/Elements/Login_Register.php:2440, ../includes/Elements/Login_Register.php:2854, ../includes/Elements/NinjaForms.php:1030, ../includes/Elements/NinjaForms.php:1148, ../includes/Elements/NinjaForms.php:1567, ../includes/Elements/Post_Grid.php:380, ../includes/Elements/Post_Grid.php:453, ../includes/Elements/Post_Grid.php:863, ../includes/Elements/Pricing_Table.php:883, ../includes/Elements/Pricing_Table.php:947, ../includes/Elements/Pricing_Table.php:1038, ../includes/Elements/Pricing_Table.php:1067, ../includes/Elements/Pricing_Table.php:1108, ../includes/Elements/Pricing_Table.php:1137, ../includes/Elements/Pricing_Table.php:1177, ../includes/Elements/Pricing_Table.php:1212, ../includes/Elements/Pricing_Table.php:1369, ../includes/Elements/Pricing_Table.php:1501, ../includes/Elements/Product_Grid.php:1321, ../includes/Elements/Product_Grid.php:1945, ../includes/Elements/Product_Grid.php:2054, ../includes/Elements/Product_Grid.php:2391, ../includes/Elements/Product_Grid.php:2572, ../includes/Elements/Product_Grid.php:2613, ../includes/Elements/Product_Grid.php:2674, ../includes/Elements/Product_Grid.php:2725, ../includes/Elements/Product_Grid.php:2882, ../includes/Elements/Progress_Bar.php:407, ../includes/Elements/Progress_Bar.php:467, ../includes/Elements/Simple_Menu.php:931, ../includes/Elements/Simple_Menu.php:1025, ../includes/Elements/Simple_Menu.php:1240, ../includes/Elements/Simple_Menu.php:1333, ../includes/Elements/Twitter_Feed.php:695, ../includes/Elements/Twitter_Feed.php:724, ../includes/Elements/Twitter_Feed.php:754, ../includes/Elements/Twitter_Feed.php:924, ../includes/Elements/Woo_Checkout.php:576, ../includes/Elements/Woo_Checkout.php:750, ../includes/Elements/Woo_Checkout.php:764, ../includes/Elements/Woo_Checkout.php:872, ../includes/Elements/Woo_Checkout.php:886, ../includes/Elements/Woo_Checkout.php:1059, ../includes/Elements/Woo_Checkout.php:1095, ../includes/Elements/Woo_Checkout.php:1111, ../includes/Elements/Woo_Checkout.php:1179, ../includes/Elements/Woo_Checkout.php:1278, ../includes/Elements/Woo_Checkout.php:1328, ../includes/Elements/Woo_Checkout.php:1368, ../includes/Elements/Woo_Checkout.php:1465, ../includes/Elements/Woo_Checkout.php:1626, ../includes/Elements/Woo_Checkout.php:1666, ../includes/Elements/Woo_Checkout.php:1784, ../includes/Elements/Woo_Checkout.php:1828, ../includes/Elements/Woo_Checkout.php:1872, ../includes/Elements/Woo_Checkout.php:1978, ../includes/Elements/Woo_Checkout.php:2017, ../includes/Elements/Woo_Checkout.php:2057, ../includes/Elements/Woo_Checkout.php:2330, ../includes/Elements/Woo_Checkout.php:2351, ../includes/Elements/Woo_Checkout.php:2386, ../includes/Elements/Woo_Checkout.php:2407, ../includes/Elements/Woo_Checkout.php:2496, ../includes/Elements/Woo_Checkout.php:2536, ../includes/Elements/Woo_Product_Carousel.php:1172, ../includes/Elements/Woo_Product_Carousel.php:1367, ../includes/Elements/Woo_Product_Carousel.php:1449, ../includes/Elements/Woo_Product_Carousel.php:1669, ../includes/Elements/Woo_Product_Carousel.php:1710, ../includes/Elements/Woo_Product_Carousel.php:1772, ../includes/Elements/Woo_Product_Carousel.php:1824, ../includes/Elements/Woo_Product_Carousel.php:1977, ../includes/Elements/Woo_Product_Carousel.php:2218, ../includes/Elements/Woo_Product_Carousel.php:2281, ../includes/Elements/Woo_Product_Carousel.php:2314, ../includes/Elements/Woo_Product_Carousel.php:2652, ../includes/Elements/Woo_Product_Carousel.php:2708, ../includes/Elements/Woo_Product_Gallery.php:1289, ../includes/Elements/Woo_Product_Gallery.php:1323, ../includes/Elements/Woo_Product_Gallery.php:1361, ../includes/Elements/Woo_Product_Gallery.php:1650, ../includes/Elements/Woo_Product_Gallery.php:1700, ../includes/Elements/Woo_Product_Gallery.php:1901, ../includes/Elements/Woo_Product_Gallery.php:1942, ../includes/Elements/Woo_Product_Gallery.php:2003, ../includes/Elements/Woo_Product_Gallery.php:2054, ../includes/Elements/Woo_Product_Gallery.php:2211, ../includes/Elements/WpForms.php:984, ../includes/Elements/WpForms.php:1100, ../includes/Extensions/Table_of_Content.php:1069, ../includes/Traits/Woo_Product_Comparable.php:107, ../includes/Traits/Woo_Product_Comparable.php:1372, ../includes/Traits/Woo_Product_Comparable.php:1484
703
  msgid "Color"
704
  msgstr ""
705
 
@@ -727,39 +723,39 @@ msgstr ""
727
  msgid "Select Accordion Tab Title Tag"
728
  msgstr ""
729
 
730
- #: ../includes/Elements/Adv_Accordion.php:127, ../includes/Elements/Betterdocs_Category_Box.php:184, ../includes/Elements/Betterdocs_Category_Grid.php:222, ../includes/Elements/Cta_Box.php:198, ../includes/Elements/Dual_Color_Header.php:138, ../includes/Elements/Filterable_Gallery.php:367, ../includes/Elements/Flip_Box.php:298, ../includes/Elements/Flip_Box.php:527, ../includes/Elements/Image_Accordion.php:156, ../includes/Elements/Info_Box.php:234, ../includes/Elements/Product_Grid.php:440, ../includes/Elements/Product_Grid.php:1782, ../includes/Elements/Progress_Bar.php:138, ../includes/Elements/Tooltip.php:158, ../includes/Elements/Woo_Product_Carousel.php:235, ../includes/Elements/Woo_Product_Carousel.php:395, ../includes/Elements/Woo_Product_Gallery.php:440, ../includes/Elements/Woo_Product_Gallery.php:1561, ../includes/Extensions/Table_of_Content.php:147, ../includes/Traits/Controls.php:826
731
  msgid "H1"
732
  msgstr ""
733
 
734
- #: ../includes/Elements/Adv_Accordion.php:128, ../includes/Elements/Betterdocs_Category_Box.php:185, ../includes/Elements/Betterdocs_Category_Grid.php:223, ../includes/Elements/Cta_Box.php:199, ../includes/Elements/Dual_Color_Header.php:139, ../includes/Elements/Filterable_Gallery.php:368, ../includes/Elements/Flip_Box.php:299, ../includes/Elements/Flip_Box.php:528, ../includes/Elements/Image_Accordion.php:157, ../includes/Elements/Info_Box.php:235, ../includes/Elements/Product_Grid.php:441, ../includes/Elements/Product_Grid.php:1783, ../includes/Elements/Progress_Bar.php:139, ../includes/Elements/Tooltip.php:159, ../includes/Elements/Woo_Product_Carousel.php:236, ../includes/Elements/Woo_Product_Carousel.php:396, ../includes/Elements/Woo_Product_Gallery.php:441, ../includes/Elements/Woo_Product_Gallery.php:1562, ../includes/Extensions/Table_of_Content.php:148, ../includes/Traits/Controls.php:827
735
  msgid "H2"
736
  msgstr ""
737
 
738
- #: ../includes/Elements/Adv_Accordion.php:129, ../includes/Elements/Betterdocs_Category_Box.php:186, ../includes/Elements/Betterdocs_Category_Grid.php:224, ../includes/Elements/Cta_Box.php:200, ../includes/Elements/Dual_Color_Header.php:140, ../includes/Elements/Filterable_Gallery.php:369, ../includes/Elements/Flip_Box.php:300, ../includes/Elements/Flip_Box.php:529, ../includes/Elements/Image_Accordion.php:158, ../includes/Elements/Info_Box.php:236, ../includes/Elements/Product_Grid.php:442, ../includes/Elements/Product_Grid.php:1784, ../includes/Elements/Progress_Bar.php:140, ../includes/Elements/Tooltip.php:160, ../includes/Elements/Woo_Product_Carousel.php:237, ../includes/Elements/Woo_Product_Carousel.php:397, ../includes/Elements/Woo_Product_Gallery.php:442, ../includes/Elements/Woo_Product_Gallery.php:1563, ../includes/Extensions/Table_of_Content.php:149, ../includes/Traits/Controls.php:828
739
  msgid "H3"
740
  msgstr ""
741
 
742
- #: ../includes/Elements/Adv_Accordion.php:130, ../includes/Elements/Betterdocs_Category_Box.php:187, ../includes/Elements/Betterdocs_Category_Grid.php:225, ../includes/Elements/Cta_Box.php:201, ../includes/Elements/Dual_Color_Header.php:141, ../includes/Elements/Filterable_Gallery.php:370, ../includes/Elements/Flip_Box.php:301, ../includes/Elements/Flip_Box.php:530, ../includes/Elements/Image_Accordion.php:159, ../includes/Elements/Info_Box.php:237, ../includes/Elements/Product_Grid.php:443, ../includes/Elements/Product_Grid.php:1785, ../includes/Elements/Progress_Bar.php:141, ../includes/Elements/Tooltip.php:161, ../includes/Elements/Woo_Product_Carousel.php:238, ../includes/Elements/Woo_Product_Carousel.php:398, ../includes/Elements/Woo_Product_Gallery.php:443, ../includes/Elements/Woo_Product_Gallery.php:1564, ../includes/Extensions/Table_of_Content.php:150, ../includes/Traits/Controls.php:829
743
  msgid "H4"
744
  msgstr ""
745
 
746
- #: ../includes/Elements/Adv_Accordion.php:131, ../includes/Elements/Betterdocs_Category_Box.php:188, ../includes/Elements/Betterdocs_Category_Grid.php:226, ../includes/Elements/Cta_Box.php:202, ../includes/Elements/Dual_Color_Header.php:142, ../includes/Elements/Filterable_Gallery.php:371, ../includes/Elements/Flip_Box.php:302, ../includes/Elements/Flip_Box.php:531, ../includes/Elements/Image_Accordion.php:160, ../includes/Elements/Info_Box.php:238, ../includes/Elements/Product_Grid.php:444, ../includes/Elements/Product_Grid.php:1786, ../includes/Elements/Progress_Bar.php:142, ../includes/Elements/Tooltip.php:162, ../includes/Elements/Woo_Product_Carousel.php:239, ../includes/Elements/Woo_Product_Carousel.php:399, ../includes/Elements/Woo_Product_Gallery.php:444, ../includes/Elements/Woo_Product_Gallery.php:1565, ../includes/Extensions/Table_of_Content.php:151, ../includes/Traits/Controls.php:830
747
  msgid "H5"
748
  msgstr ""
749
 
750
- #: ../includes/Elements/Adv_Accordion.php:132, ../includes/Elements/Betterdocs_Category_Box.php:189, ../includes/Elements/Betterdocs_Category_Grid.php:227, ../includes/Elements/Cta_Box.php:203, ../includes/Elements/Dual_Color_Header.php:143, ../includes/Elements/Filterable_Gallery.php:372, ../includes/Elements/Flip_Box.php:303, ../includes/Elements/Flip_Box.php:532, ../includes/Elements/Image_Accordion.php:161, ../includes/Elements/Info_Box.php:239, ../includes/Elements/Product_Grid.php:445, ../includes/Elements/Product_Grid.php:1787, ../includes/Elements/Progress_Bar.php:143, ../includes/Elements/Tooltip.php:163, ../includes/Elements/Woo_Product_Carousel.php:240, ../includes/Elements/Woo_Product_Carousel.php:400, ../includes/Elements/Woo_Product_Gallery.php:445, ../includes/Elements/Woo_Product_Gallery.php:1566, ../includes/Extensions/Table_of_Content.php:152, ../includes/Traits/Controls.php:831
751
  msgid "H6"
752
  msgstr ""
753
 
754
- #: ../includes/Elements/Adv_Accordion.php:133, ../includes/Elements/Betterdocs_Category_Box.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:228, ../includes/Elements/Cta_Box.php:204, ../includes/Elements/Dual_Color_Header.php:144, ../includes/Elements/Filterable_Gallery.php:373, ../includes/Elements/Flip_Box.php:304, ../includes/Elements/Flip_Box.php:533, ../includes/Elements/Image_Accordion.php:162, ../includes/Elements/Info_Box.php:240, ../includes/Elements/Product_Grid.php:1788, ../includes/Elements/Woo_Product_Carousel.php:241, ../includes/Elements/Woo_Product_Carousel.php:401, ../includes/Elements/Woo_Product_Gallery.php:1567, ../includes/Traits/Controls.php:832
755
  msgid "Span"
756
  msgstr ""
757
 
758
- #: ../includes/Elements/Adv_Accordion.php:134, ../includes/Elements/Betterdocs_Category_Box.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:229, ../includes/Elements/Cta_Box.php:205, ../includes/Elements/Dual_Color_Header.php:145, ../includes/Elements/Filterable_Gallery.php:374, ../includes/Elements/Flip_Box.php:305, ../includes/Elements/Flip_Box.php:534, ../includes/Elements/Image_Accordion.php:163, ../includes/Elements/Info_Box.php:241, ../includes/Elements/Product_Grid.php:1789, ../includes/Elements/Tooltip.php:166, ../includes/Elements/Woo_Product_Carousel.php:242, ../includes/Elements/Woo_Product_Carousel.php:402, ../includes/Elements/Woo_Product_Gallery.php:1568, ../includes/Traits/Controls.php:833
759
  msgid "P"
760
  msgstr ""
761
 
762
- #: ../includes/Elements/Adv_Accordion.php:135, ../includes/Elements/Betterdocs_Category_Box.php:192, ../includes/Elements/Betterdocs_Category_Grid.php:230, ../includes/Elements/Cta_Box.php:206, ../includes/Elements/Dual_Color_Header.php:146, ../includes/Elements/Filterable_Gallery.php:375, ../includes/Elements/Flip_Box.php:306, ../includes/Elements/Flip_Box.php:535, ../includes/Elements/Image_Accordion.php:164, ../includes/Elements/Info_Box.php:242, ../includes/Elements/Product_Grid.php:1790, ../includes/Elements/Woo_Product_Carousel.php:243, ../includes/Elements/Woo_Product_Carousel.php:403, ../includes/Elements/Woo_Product_Gallery.php:1569, ../includes/Traits/Controls.php:834
763
  msgid "Div"
764
  msgstr ""
765
 
@@ -783,7 +779,7 @@ msgstr ""
783
  msgid "Content Settings"
784
  msgstr ""
785
 
786
- #: ../includes/Elements/Adv_Accordion.php:204, ../includes/Elements/Adv_Tabs.php:132
787
  msgid "Active as Default"
788
  msgstr ""
789
 
@@ -791,43 +787,43 @@ msgstr ""
791
  msgid "Enable Tab Icon"
792
  msgstr ""
793
 
794
- #: ../includes/Elements/Adv_Accordion.php:224, ../includes/Elements/Adv_Tabs.php:151, ../includes/Elements/Adv_Tabs.php:166, ../includes/Elements/Betterdocs_Category_Box.php:407, ../includes/Elements/Betterdocs_Category_Box.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:1065, ../includes/Elements/Betterdocs_Category_Grid.php:1074, ../includes/Elements/Betterdocs_Category_Grid.php:1206, ../includes/Elements/Betterdocs_Category_Grid.php:1313, ../includes/Elements/Creative_Button.php:131, ../includes/Elements/Cta_Box.php:151, ../includes/Elements/Data_Table.php:152, ../includes/Elements/Data_Table.php:171, ../includes/Elements/Data_Table.php:298, ../includes/Elements/Data_Table.php:351, ../includes/Elements/Dual_Color_Header.php:118, ../includes/Elements/Dual_Color_Header.php:273, ../includes/Elements/Feature_List.php:78, ../includes/Elements/Feature_List.php:94, ../includes/Elements/Feature_List.php:502, ../includes/Elements/Flip_Box.php:202, ../includes/Elements/Flip_Box.php:228, ../includes/Elements/Flip_Box.php:431, ../includes/Elements/Flip_Box.php:457, ../includes/Elements/Info_Box.php:107, ../includes/Elements/Info_Box.php:176, ../includes/Elements/Info_Box.php:441, ../includes/Elements/Pricing_Table.php:172, ../includes/Elements/Simple_Menu.php:884, ../includes/Elements/Simple_Menu.php:1193, ../includes/Elements/Team_Member.php:166, ../includes/Elements/Tooltip.php:74, ../includes/Elements/Tooltip.php:97, ../includes/Elements/Twitter_Feed.php:890, ../includes/Extensions/Table_of_Content.php:645, ../includes/Traits/Controls.php:738, ../includes/Traits/Controls.php:791
795
  msgid "Icon"
796
  msgstr ""
797
 
798
- #: ../includes/Elements/Adv_Accordion.php:240, ../includes/Elements/Adv_Accordion.php:243, ../includes/Elements/Adv_Tabs.php:197, ../includes/Elements/Adv_Tabs.php:199, ../includes/Elements/Adv_Tabs.php:367
799
  msgid "Tab Title"
800
  msgstr ""
801
 
802
- #: ../includes/Elements/Adv_Accordion.php:252, ../includes/Elements/Adv_Tabs.php:207, ../includes/Elements/Cta_Box.php:214, ../includes/Elements/Data_Table.php:294, ../includes/Elements/Info_Box.php:249, ../includes/Elements/Tooltip.php:69
803
  msgid "Content Type"
804
  msgstr ""
805
 
806
- #: ../includes/Elements/Adv_Accordion.php:255, ../includes/Elements/Adv_Tabs.php:123, ../includes/Elements/Adv_Tabs.php:210, ../includes/Elements/Adv_Tabs.php:689, ../includes/Elements/Cta_Box.php:217, ../includes/Elements/Cta_Box.php:238, ../includes/Elements/Data_Table.php:256, ../includes/Elements/Data_Table.php:371, ../includes/Elements/Data_Table.php:385, ../includes/Elements/Event_Calendar.php:258, ../includes/Elements/Event_Calendar.php:1485, ../includes/Elements/Facebook_Feed.php:948, ../includes/Elements/Feature_List.php:191, ../includes/Elements/Feature_List.php:695, ../includes/Elements/Flip_Box.php:157, ../includes/Elements/Image_Accordion.php:97, ../includes/Elements/Image_Accordion.php:208, ../includes/Elements/Image_Accordion.php:516, ../includes/Elements/Info_Box.php:252, ../includes/Elements/Product_Grid.php:2488, ../includes/Elements/Tooltip.php:140, ../includes/Elements/Tooltip.php:273, ../includes/Elements/Woo_Product_Carousel.php:1573, ../includes/Elements/Woo_Product_Gallery.php:1817
807
  msgid "Content"
808
  msgstr ""
809
 
810
- #: ../includes/Elements/Adv_Accordion.php:256, ../includes/Elements/Adv_Tabs.php:211, ../includes/Elements/Countdown.php:405, ../includes/Elements/Cta_Box.php:218, ../includes/Elements/Info_Box.php:253
811
  msgid "Saved Templates"
812
  msgstr ""
813
 
814
- #: ../includes/Elements/Adv_Accordion.php:266, ../includes/Elements/Adv_Tabs.php:220, ../includes/Elements/Countdown.php:452, ../includes/Elements/Cta_Box.php:227, ../includes/Elements/Data_Table.php:339, ../includes/Elements/Info_Box.php:262
815
  msgid "Choose Template"
816
  msgstr ""
817
 
818
- #: ../includes/Elements/Adv_Accordion.php:279, ../includes/Elements/Adv_Tabs.php:232
819
  msgid "Tab Content"
820
  msgstr ""
821
 
822
- #: ../includes/Elements/Adv_Accordion.php:281, ../includes/Elements/Adv_Tabs.php:234, ../includes/Elements/Feature_List.php:193
823
  msgid "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur."
824
  msgstr ""
825
 
826
- #: ../includes/Elements/Adv_Accordion.php:292, ../includes/Elements/Adv_Tabs.php:245
827
  msgid "Custom ID"
828
  msgstr ""
829
 
830
- #: ../includes/Elements/Adv_Accordion.php:294, ../includes/Elements/Adv_Tabs.php:247
831
  msgid "Custom ID will be added as an anchor tag. For example, if you add ‘test’ as your custom ID, the link will become like the following: https://www.example.com/#test and it will open the respective tab directly."
832
  msgstr ""
833
 
@@ -851,11 +847,11 @@ msgstr ""
851
  msgid "Tab Style"
852
  msgstr ""
853
 
854
- #: ../includes/Elements/Adv_Accordion.php:426, ../includes/Elements/Adv_Accordion.php:803, ../includes/Elements/Adv_Tabs.php:407, ../includes/Elements/Creative_Button.php:499, ../includes/Elements/Data_Table.php:711, ../includes/Elements/Data_Table.php:1059, ../includes/Elements/Dual_Color_Header.php:397, ../includes/Elements/Dual_Color_Header.php:608, ../includes/Elements/Event_Calendar.php:1456, ../includes/Elements/Event_Calendar.php:1523, ../includes/Elements/Feature_List.php:575, ../includes/Elements/Filterable_Gallery.php:1774, ../includes/Elements/Filterable_Gallery.php:2136, ../includes/Elements/Filterable_Gallery.php:2573, ../includes/Elements/Flip_Box.php:961, ../includes/Elements/Flip_Box.php:1074, ../includes/Elements/Info_Box.php:936, ../includes/Elements/Info_Box.php:1178, ../includes/Elements/Login_Register.php:2918, ../includes/Elements/Pricing_Table.php:1236, ../includes/Elements/Pricing_Table.php:1671, ../includes/Elements/Pricing_Table.php:1842, ../includes/Elements/Product_Grid.php:1271, ../includes/Elements/Product_Grid.php:2830, ../includes/Elements/Team_Member.php:643, ../includes/Elements/Tooltip.php:113, ../includes/Elements/Woo_Product_Carousel.php:1141, ../includes/Elements/Woo_Product_Carousel.php:1925, ../includes/Elements/Woo_Product_Carousel.php:2573, ../includes/Elements/Woo_Product_Gallery.php:825, ../includes/Elements/Woo_Product_Gallery.php:2159, ../includes/Extensions/Table_of_Content.php:681, ../includes/Traits/Woo_Product_Comparable.php:1345
855
  msgid "Icon Size"
856
  msgstr ""
857
 
858
- #: ../includes/Elements/Adv_Accordion.php:448, ../includes/Elements/Adv_Accordion.php:474, ../includes/Elements/Adv_Tabs.php:431
859
  msgid "Icon Gap"
860
  msgstr ""
861
 
@@ -863,11 +859,11 @@ msgstr ""
863
  msgid "Distance"
864
  msgstr ""
865
 
866
- #: ../includes/Elements/Adv_Accordion.php:558, ../includes/Elements/Adv_Accordion.php:618, ../includes/Elements/Adv_Accordion.php:679, ../includes/Elements/Adv_Tabs.php:510, ../includes/Elements/Adv_Tabs.php:577, ../includes/Elements/Adv_Tabs.php:644, ../includes/Elements/Data_Table.php:1087, ../includes/Elements/Data_Table.php:1105, ../includes/Elements/Dual_Color_Header.php:421, ../includes/Elements/Dual_Color_Header.php:634, ../includes/Elements/Event_Calendar.php:1474, ../includes/Elements/Feature_List.php:122, ../includes/Elements/Info_Box.php:772, ../includes/Elements/Info_Box.php:851, ../includes/Elements/Info_Box.php:1004, ../includes/Elements/Info_Box.php:1084, ../includes/Elements/Post_Grid.php:986, ../includes/Elements/Pricing_Table.php:337, ../includes/Elements/Pricing_Table.php:1735, ../includes/Elements/Simple_Menu.php:295, ../includes/Elements/Team_Member.php:719, ../includes/Elements/Twitter_Feed.php:631, ../includes/Elements/Woo_Checkout.php:1190, ../includes/Elements/Woo_Checkout.php:1476
867
  msgid "Icon Color"
868
  msgstr ""
869
 
870
- #: ../includes/Elements/Adv_Accordion.php:652, ../includes/Elements/Adv_Accordion.php:954, ../includes/Elements/Adv_Tabs.php:610, ../includes/Elements/Event_Calendar.php:901, ../includes/Elements/Filterable_Gallery.php:1020, ../includes/Elements/Product_Grid.php:2317, ../includes/Elements/Simple_Menu.php:424, ../includes/Elements/Woo_Product_Carousel.php:2307, ../includes/Elements/Woo_Product_Gallery.php:1356, ../includes/Extensions/Table_of_Content.php:959
871
  msgid "Active"
872
  msgstr ""
873
 
@@ -887,19 +883,19 @@ msgstr ""
887
  msgid "Icon Radius"
888
  msgstr ""
889
 
890
- #: ../includes/Elements/Adv_Accordion.php:868, ../includes/Elements/Adv_Accordion.php:915, ../includes/Elements/Adv_Accordion.php:960, ../includes/Elements/Adv_Tabs.php:828
891
  msgid "Caret Color"
892
  msgstr ""
893
 
894
- #: ../includes/Elements/Adv_Tabs.php:80, ../includes/Elements/Countdown.php:148, ../includes/Elements/Facebook_Feed.php:179, ../includes/Elements/Filterable_Gallery.php:170, ../includes/Elements/Product_Grid.php:232, ../includes/Elements/Product_Grid.php:426, ../includes/Elements/Progress_Bar.php:75, ../includes/Elements/Progress_Bar.php:101, ../includes/Elements/Simple_Menu.php:145, ../includes/Elements/Woo_Checkout.php:117, ../includes/Elements/Woo_Product_Carousel.php:209, ../includes/Elements/Woo_Product_Gallery.php:291, ../includes/Elements/Woo_Product_Gallery.php:426, ../includes/Traits/Controls.php:404, ../includes/Traits/Controls.php:533, ../includes/Traits/Controls.php:593
895
  msgid "Layout"
896
  msgstr ""
897
 
898
- #: ../includes/Elements/Adv_Tabs.php:85, ../includes/Elements/Image_Accordion.php:87, ../includes/Elements/Simple_Menu.php:149, ../includes/Elements/Woo_Product_Gallery.php:179
899
  msgid "Horizontal"
900
  msgstr ""
901
 
902
- #: ../includes/Elements/Adv_Tabs.php:86, ../includes/Elements/Image_Accordion.php:88, ../includes/Elements/Simple_Menu.php:150, ../includes/Elements/Woo_Product_Gallery.php:180
903
  msgid "Vertical"
904
  msgstr ""
905
 
@@ -919,55 +915,71 @@ msgstr ""
919
  msgid "Inline"
920
  msgstr ""
921
 
922
- #: ../includes/Elements/Adv_Tabs.php:142, ../includes/Elements/Feature_List.php:74, ../includes/Elements/Flip_Box.php:197, ../includes/Elements/Flip_Box.php:426
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
923
  msgid "Icon Type"
924
  msgstr ""
925
 
926
- #: ../includes/Elements/Adv_Tabs.php:155, ../includes/Elements/Adv_Tabs.php:182, ../includes/Elements/Data_Table.php:156, ../includes/Elements/Data_Table.php:188, ../includes/Elements/Feature_List.php:82, ../includes/Elements/Feature_List.php:167, ../includes/Elements/Filterable_Gallery.php:563, ../includes/Elements/Flip_Box.php:201, ../includes/Elements/Flip_Box.php:430, ../includes/Elements/Info_Box.php:111, ../includes/Elements/Post_Grid.php:120, ../includes/Elements/Tooltip.php:82, ../includes/Elements/Tooltip.php:177, ../includes/Traits/Controls.php:573, ../includes/Traits/Controls.php:734, ../includes/Traits/Woo_Product_Comparable.php:40, ../includes/Traits/Woo_Product_Comparable.php:71
927
  msgid "Image"
928
  msgstr ""
929
 
930
- #: ../includes/Elements/Adv_Tabs.php:258
931
  msgid "Tab Title 1"
932
  msgstr ""
933
 
934
- #: ../includes/Elements/Adv_Tabs.php:259
935
  msgid "Tab Title 2"
936
  msgstr ""
937
 
938
- #: ../includes/Elements/Adv_Tabs.php:260
939
  msgid "Tab Title 3"
940
  msgstr ""
941
 
942
- #: ../includes/Elements/Adv_Tabs.php:303, ../includes/Elements/Event_Calendar.php:141, ../includes/Elements/Image_Accordion.php:61, ../includes/Elements/Image_Accordion.php:296, ../includes/Elements/Login_Register.php:245, ../includes/Elements/Login_Register.php:1485, ../includes/Elements/Progress_Bar.php:306, ../includes/Elements/Progress_Bar.php:517, ../includes/Elements/Simple_Menu.php:99, ../includes/Traits/Admin.php:113
943
  msgid "General"
944
  msgstr ""
945
 
946
- #: ../includes/Elements/Adv_Tabs.php:381
947
  msgid "Title Min Width"
948
  msgstr ""
949
 
950
- #: ../includes/Elements/Adv_Tabs.php:547, ../includes/Elements/Adv_Tabs.php:614
951
  msgid "Tab Background Color"
952
  msgstr ""
953
 
954
- #: ../includes/Elements/Adv_Tabs.php:789, ../includes/Elements/Woo_Product_Carousel.php:2540
955
  msgid "Caret"
956
  msgstr ""
957
 
958
- #: ../includes/Elements/Adv_Tabs.php:796
959
  msgid "Show Caret on Active Tab"
960
  msgstr ""
961
 
962
- #: ../includes/Elements/Adv_Tabs.php:805
963
  msgid "Caret Size"
964
  msgstr ""
965
 
966
- #: ../includes/Elements/Adv_Tabs.php:860, ../includes/Elements/Caldera_Forms.php:109, ../includes/Elements/Caldera_Forms.php:936, ../includes/Elements/Contact_Form_7.php:911, ../includes/Elements/Contact_Form_7.php:963, ../includes/Elements/Content_Ticker.php:194, ../includes/Elements/Content_Ticker.php:227, ../includes/Elements/Content_Ticker.php:242, ../includes/Elements/Content_Ticker.php:277, ../includes/Elements/Data_Table.php:87, ../includes/Elements/Data_Table.php:1141, ../includes/Elements/Facebook_Feed.php:388, ../includes/Elements/Filterable_Gallery.php:287, ../includes/Elements/Filterable_Gallery.php:432, ../includes/Elements/Filterable_Gallery.php:481, ../includes/Elements/Filterable_Gallery.php:506, ../includes/Elements/Filterable_Gallery.php:531, ../includes/Elements/Filterable_Gallery.php:591, ../includes/Elements/Filterable_Gallery.php:606, ../includes/Elements/FluentForm.php:123, ../includes/Elements/FluentForm.php:902, ../includes/Elements/Formstack.php:192, ../includes/Elements/Formstack.php:1128, ../includes/Elements/GravityForms.php:149, ../includes/Elements/GravityForms.php:246, ../includes/Elements/GravityForms.php:1206, ../includes/Elements/GravityForms.php:1402, ../includes/Elements/Image_Accordion.php:176, ../includes/Elements/Info_Box.php:359, ../includes/Elements/Info_Box.php:373, ../includes/Elements/Login_Register.php:438, ../includes/Elements/Login_Register.php:516, ../includes/Elements/Login_Register.php:851, ../includes/Elements/NinjaForms.php:114, ../includes/Elements/NinjaForms.php:983, ../includes/Elements/Post_Grid.php:133, ../includes/Elements/Post_Grid.php:147, ../includes/Elements/Post_Grid.php:173, ../includes/Elements/Post_Grid.php:187, ../includes/Elements/Post_Grid.php:213, ../includes/Elements/Post_Grid.php:227, ../includes/Elements/Post_Timeline.php:83, ../includes/Elements/Post_Timeline.php:94, ../includes/Elements/Pricing_Table.php:217, ../includes/Elements/Pricing_Table.php:1873, ../includes/Elements/Simple_Menu.php:173, ../includes/Elements/Simple_Menu.php:214, ../includes/Elements/Team_Member.php:705, ../includes/Elements/Woo_Product_Carousel.php:327, ../includes/Elements/Woo_Product_Carousel.php:556, ../includes/Elements/Woo_Product_Carousel.php:588, ../includes/Elements/Woo_Product_Carousel.php:603, ../includes/Elements/Woo_Product_Carousel.php:638, ../includes/Elements/Woo_Product_Carousel.php:650, ../includes/Elements/Woo_Product_Carousel.php:661, ../includes/Elements/Woo_Product_Carousel.php:2114, ../includes/Elements/Woo_Product_Gallery.php:247, ../includes/Elements/Woo_Product_Gallery.php:273, ../includes/Elements/WpForms.php:107, ../includes/Elements/WpForms.php:937, ../includes/Extensions/Reading_Progress.php:41, ../includes/Extensions/Reading_Progress.php:77, ../includes/Extensions/Table_of_Content.php:45, ../includes/Extensions/Table_of_Content.php:79, ../includes/Extensions/Table_of_Content.php:211, ../includes/Extensions/Table_of_Content.php:226, ../includes/Extensions/Table_of_Content.php:241, ../includes/Extensions/Table_of_Content.php:256, ../includes/Extensions/Table_of_Content.php:271, ../includes/Traits/Controls.php:376
967
  msgid "Yes"
968
  msgstr ""
969
 
970
- #: ../includes/Elements/Adv_Tabs.php:861, ../includes/Elements/Caldera_Forms.php:110, ../includes/Elements/Caldera_Forms.php:937, ../includes/Elements/Contact_Form_7.php:912, ../includes/Elements/Contact_Form_7.php:964, ../includes/Elements/Content_Ticker.php:195, ../includes/Elements/Content_Ticker.php:228, ../includes/Elements/Content_Ticker.php:243, ../includes/Elements/Content_Ticker.php:278, ../includes/Elements/Cta_Box.php:685, ../includes/Elements/Data_Table.php:88, ../includes/Elements/Data_Table.php:1142, ../includes/Elements/Facebook_Feed.php:392, ../includes/Elements/Feature_List.php:361, ../includes/Elements/Filterable_Gallery.php:288, ../includes/Elements/Filterable_Gallery.php:433, ../includes/Elements/Filterable_Gallery.php:482, ../includes/Elements/Filterable_Gallery.php:507, ../includes/Elements/Filterable_Gallery.php:532, ../includes/Elements/Filterable_Gallery.php:592, ../includes/Elements/Filterable_Gallery.php:607, ../includes/Elements/FluentForm.php:124, ../includes/Elements/FluentForm.php:903, ../includes/Elements/Formstack.php:193, ../includes/Elements/Formstack.php:1129, ../includes/Elements/GravityForms.php:150, ../includes/Elements/GravityForms.php:247, ../includes/Elements/GravityForms.php:1207, ../includes/Elements/GravityForms.php:1403, ../includes/Elements/Image_Accordion.php:177, ../includes/Elements/Info_Box.php:360, ../includes/Elements/Info_Box.php:374, ../includes/Elements/Login_Register.php:439, ../includes/Elements/Login_Register.php:517, ../includes/Elements/Login_Register.php:852, ../includes/Elements/NinjaForms.php:115, ../includes/Elements/NinjaForms.php:984, ../includes/Elements/Post_Grid.php:134, ../includes/Elements/Post_Grid.php:148, ../includes/Elements/Post_Grid.php:174, ../includes/Elements/Post_Grid.php:188, ../includes/Elements/Post_Grid.php:214, ../includes/Elements/Post_Grid.php:228, ../includes/Elements/Post_Timeline.php:84, ../includes/Elements/Post_Timeline.php:95, ../includes/Elements/Pricing_Table.php:218, ../includes/Elements/Pricing_Table.php:1874, ../includes/Elements/Simple_Menu.php:174, ../includes/Elements/Simple_Menu.php:215, ../includes/Elements/Team_Member.php:706, ../includes/Elements/Woo_Product_Carousel.php:328, ../includes/Elements/Woo_Product_Carousel.php:557, ../includes/Elements/Woo_Product_Carousel.php:589, ../includes/Elements/Woo_Product_Carousel.php:604, ../includes/Elements/Woo_Product_Carousel.php:639, ../includes/Elements/Woo_Product_Carousel.php:651, ../includes/Elements/Woo_Product_Carousel.php:662, ../includes/Elements/Woo_Product_Carousel.php:2115, ../includes/Elements/Woo_Product_Gallery.php:248, ../includes/Elements/Woo_Product_Gallery.php:274, ../includes/Elements/WpForms.php:108, ../includes/Elements/WpForms.php:938, ../includes/Extensions/Reading_Progress.php:42, ../includes/Extensions/Reading_Progress.php:78, ../includes/Extensions/Table_of_Content.php:46, ../includes/Extensions/Table_of_Content.php:80, ../includes/Extensions/Table_of_Content.php:212, ../includes/Extensions/Table_of_Content.php:227, ../includes/Extensions/Table_of_Content.php:242, ../includes/Extensions/Table_of_Content.php:257, ../includes/Extensions/Table_of_Content.php:272, ../includes/Traits/Controls.php:377
971
  msgid "No"
972
  msgstr ""
973
 
@@ -987,11 +999,11 @@ msgstr ""
987
  msgid "Show Icon"
988
  msgstr ""
989
 
990
- #: ../includes/Elements/Betterdocs_Category_Box.php:158, ../includes/Elements/Betterdocs_Category_Box.php:170, ../includes/Elements/Betterdocs_Category_Box.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:177, ../includes/Elements/Betterdocs_Category_Grid.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:244, ../includes/Elements/Betterdocs_Category_Grid.php:260, ../includes/Elements/Betterdocs_Category_Grid.php:272, ../includes/Elements/Betterdocs_Category_Grid.php:1303, ../includes/Elements/Caldera_Forms.php:152, ../includes/Elements/Caldera_Forms.php:165, ../includes/Elements/Caldera_Forms.php:191, ../includes/Elements/Contact_Form_7.php:205, ../includes/Elements/Contact_Form_7.php:231, ../includes/Elements/Contact_Form_7.php:251, ../includes/Elements/Content_Ticker.php:255, ../includes/Elements/Countdown.php:503, ../includes/Elements/Creative_Button.php:252, ../includes/Elements/Cta_Box.php:134, ../includes/Elements/Cta_Box.php:281, ../includes/Elements/Dual_Color_Header.php:95, ../includes/Elements/Dual_Color_Header.php:105, ../includes/Elements/Facebook_Feed.php:306, ../includes/Elements/Facebook_Feed.php:318, ../includes/Elements/Facebook_Feed.php:333, ../includes/Elements/Facebook_Feed.php:348, ../includes/Elements/Facebook_Feed.php:363, ../includes/Elements/Facebook_Feed.php:429, ../includes/Elements/Feature_List.php:360, ../includes/Elements/Filterable_Gallery.php:275, ../includes/Elements/FluentForm.php:166, ../includes/Elements/FluentForm.php:178, ../includes/Elements/FluentForm.php:204, ../includes/Elements/FluentForm.php:1706, ../includes/Elements/FluentForm.php:1774, ../includes/Elements/Formstack.php:235, ../includes/Elements/Formstack.php:247, ../includes/Elements/Formstack.php:273, ../includes/Elements/Formstack.php:286, ../includes/Elements/Formstack.php:1622, ../includes/Elements/GravityForms.php:161, ../includes/Elements/GravityForms.php:176, ../includes/Elements/GravityForms.php:222, ../includes/Elements/GravityForms.php:234, ../includes/Elements/GravityForms.php:272, ../includes/Elements/GravityForms.php:292, ../includes/Elements/Info_Box.php:291, ../includes/Elements/Login_Register.php:360, ../includes/Elements/Login_Register.php:660, ../includes/Elements/NinjaForms.php:126, ../includes/Elements/NinjaForms.php:173, ../includes/Elements/NinjaForms.php:186, ../includes/Elements/NinjaForms.php:212, ../includes/Elements/NinjaForms.php:232, ../includes/Elements/Post_Timeline.php:119, ../includes/Elements/Pricing_Table.php:510, ../includes/Elements/Pricing_Table.php:1625, ../includes/Elements/Product_Grid.php:547, ../includes/Elements/Product_Grid.php:649, ../includes/Elements/Product_Grid.php:1490, ../includes/Elements/Product_Grid.php:2133, ../includes/Elements/Sticky_Video.php:362, ../includes/Elements/Twitter_Feed.php:392, ../includes/Elements/Woo_Product_Carousel.php:221, ../includes/Elements/Woo_Product_Carousel.php:617, ../includes/Elements/Woo_Product_Carousel.php:676, ../includes/Elements/Woo_Product_Gallery.php:498, ../includes/Elements/Woo_Product_Gallery.php:981, ../includes/Elements/WpForms.php:119, ../includes/Elements/WpForms.php:134, ../includes/Elements/WpForms.php:180, ../includes/Elements/WpForms.php:193, ../includes/Elements/WpForms.php:216, ../includes/Traits/Controls.php:564, ../includes/Traits/Controls.php:626, ../includes/Traits/Controls.php:656, ../includes/Traits/Controls.php:812, ../includes/Traits/Controls.php:860, ../includes/Traits/Controls.php:928, ../includes/Traits/Controls.php:963, ../includes/Traits/Controls.php:994, ../includes/Traits/Controls.php:1041, ../includes/Traits/Controls.php:1069, ../includes/Traits/Controls.php:1085, ../includes/Traits/Controls.php:1100
991
  msgid "Show"
992
  msgstr ""
993
 
994
- #: ../includes/Elements/Betterdocs_Category_Box.php:159, ../includes/Elements/Betterdocs_Category_Box.php:171, ../includes/Elements/Betterdocs_Category_Box.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:178, ../includes/Elements/Betterdocs_Category_Grid.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:245, ../includes/Elements/Betterdocs_Category_Grid.php:261, ../includes/Elements/Betterdocs_Category_Grid.php:273, ../includes/Elements/Betterdocs_Category_Grid.php:1304, ../includes/Elements/Caldera_Forms.php:153, ../includes/Elements/Caldera_Forms.php:166, ../includes/Elements/Caldera_Forms.php:192, ../includes/Elements/Contact_Form_7.php:206, ../includes/Elements/Contact_Form_7.php:232, ../includes/Elements/Contact_Form_7.php:252, ../includes/Elements/Content_Ticker.php:256, ../includes/Elements/Countdown.php:504, ../includes/Elements/Creative_Button.php:253, ../includes/Elements/Cta_Box.php:135, ../includes/Elements/Cta_Box.php:282, ../includes/Elements/Dual_Color_Header.php:96, ../includes/Elements/Dual_Color_Header.php:106, ../includes/Elements/Facebook_Feed.php:307, ../includes/Elements/Facebook_Feed.php:319, ../includes/Elements/Facebook_Feed.php:334, ../includes/Elements/Facebook_Feed.php:349, ../includes/Elements/Facebook_Feed.php:364, ../includes/Elements/Facebook_Feed.php:430, ../includes/Elements/Filterable_Gallery.php:276, ../includes/Elements/FluentForm.php:167, ../includes/Elements/FluentForm.php:179, ../includes/Elements/FluentForm.php:205, ../includes/Elements/FluentForm.php:1707, ../includes/Elements/FluentForm.php:1775, ../includes/Elements/Formstack.php:236, ../includes/Elements/Formstack.php:248, ../includes/Elements/Formstack.php:274, ../includes/Elements/Formstack.php:287, ../includes/Elements/Formstack.php:1623, ../includes/Elements/GravityForms.php:162, ../includes/Elements/GravityForms.php:177, ../includes/Elements/GravityForms.php:223, ../includes/Elements/GravityForms.php:235, ../includes/Elements/GravityForms.php:273, ../includes/Elements/GravityForms.php:293, ../includes/Elements/Info_Box.php:292, ../includes/Elements/Login_Register.php:359, ../includes/Elements/Login_Register.php:568, ../includes/Elements/Login_Register.php:659, ../includes/Elements/NinjaForms.php:127, ../includes/Elements/NinjaForms.php:174, ../includes/Elements/NinjaForms.php:187, ../includes/Elements/NinjaForms.php:213, ../includes/Elements/NinjaForms.php:233, ../includes/Elements/Post_Timeline.php:120, ../includes/Elements/Pricing_Table.php:511, ../includes/Elements/Pricing_Table.php:1626, ../includes/Elements/Product_Grid.php:548, ../includes/Elements/Product_Grid.php:650, ../includes/Elements/Product_Grid.php:1491, ../includes/Elements/Product_Grid.php:2134, ../includes/Elements/Sticky_Video.php:363, ../includes/Elements/Twitter_Feed.php:393, ../includes/Elements/Woo_Product_Carousel.php:222, ../includes/Elements/Woo_Product_Carousel.php:618, ../includes/Elements/Woo_Product_Carousel.php:677, ../includes/Elements/Woo_Product_Gallery.php:499, ../includes/Elements/Woo_Product_Gallery.php:982, ../includes/Elements/WpForms.php:120, ../includes/Elements/WpForms.php:135, ../includes/Elements/WpForms.php:181, ../includes/Elements/WpForms.php:194, ../includes/Elements/WpForms.php:217, ../includes/Traits/Controls.php:565, ../includes/Traits/Controls.php:627, ../includes/Traits/Controls.php:657, ../includes/Traits/Controls.php:813, ../includes/Traits/Controls.php:861, ../includes/Traits/Controls.php:929, ../includes/Traits/Controls.php:964, ../includes/Traits/Controls.php:995, ../includes/Traits/Controls.php:1042, ../includes/Traits/Controls.php:1070, ../includes/Traits/Controls.php:1086, ../includes/Traits/Controls.php:1101
995
  msgid "Hide"
996
  msgstr ""
997
 
@@ -1039,15 +1051,15 @@ msgstr ""
1039
  msgid "Area"
1040
  msgstr ""
1041
 
1042
- #: ../includes/Elements/Betterdocs_Category_Box.php:423, ../includes/Elements/Betterdocs_Category_Box.php:458, ../includes/Elements/Betterdocs_Category_Box.php:815, ../includes/Elements/Betterdocs_Category_Box.php:922, ../includes/Elements/Betterdocs_Category_Grid.php:539, ../includes/Elements/Betterdocs_Category_Grid.php:777, ../includes/Elements/Betterdocs_Category_Grid.php:1097, ../includes/Elements/Betterdocs_Category_Grid.php:1250, ../includes/Elements/Betterdocs_Search_Form.php:248, ../includes/Elements/Caldera_Forms.php:945, ../includes/Elements/Contact_Form_7.php:972, ../includes/Elements/Feature_List.php:555, ../includes/Elements/Filterable_Gallery.php:715, ../includes/Elements/FluentForm.php:911, ../includes/Elements/Formstack.php:1137, ../includes/Elements/Formstack.php:1290, ../includes/Elements/GravityForms.php:1215, ../includes/Elements/GravityForms.php:1411, ../includes/Elements/Login_Register.php:2832, ../includes/Elements/Login_Register.php:3441, ../includes/Elements/NinjaForms.php:992, ../includes/Elements/Progress_Bar.php:551, ../includes/Elements/Woo_Product_Carousel.php:2167, ../includes/Elements/WpForms.php:946, ../includes/Traits/Woo_Product_Comparable.php:111, ../includes/Traits/Woo_Product_Comparable.php:1437
1043
  msgid "Size"
1044
  msgstr ""
1045
 
1046
- #: ../includes/Elements/Betterdocs_Category_Box.php:527, ../includes/Elements/Betterdocs_Category_Box.php:695, ../includes/Elements/Betterdocs_Category_Box.php:942, ../includes/Elements/Betterdocs_Category_Grid.php:1116, ../includes/Elements/Betterdocs_Category_Grid.php:1194, ../includes/Elements/Caldera_Forms.php:753, ../includes/Elements/Caldera_Forms.php:870, ../includes/Elements/Contact_Form_7.php:575, ../includes/Elements/Contact_Form_7.php:860, ../includes/Elements/Contact_Form_7.php:1486, ../includes/Elements/Feature_List.php:656, ../includes/Elements/Filterable_Gallery.php:2419, ../includes/Elements/FluentForm.php:772, ../includes/Elements/FluentForm.php:1748, ../includes/Elements/Formstack.php:605, ../includes/Elements/Formstack.php:1001, ../includes/Elements/GravityForms.php:684, ../includes/Elements/GravityForms.php:956, ../includes/Elements/Login_Register.php:2499, ../includes/Elements/Login_Register.php:2701, ../includes/Elements/Login_Register.php:3174, ../includes/Elements/Login_Register.php:3473, ../includes/Elements/NinjaForms.php:797, ../includes/Elements/NinjaForms.php:914, ../includes/Elements/NinjaForms.php:1579, ../includes/Elements/Post_Grid.php:909, ../includes/Elements/Woo_Checkout.php:1989, ../includes/Elements/Woo_Product_Carousel.php:2190, ../includes/Elements/WpForms.php:765, ../includes/Elements/WpForms.php:871
1047
  msgid "Spacing"
1048
  msgstr ""
1049
 
1050
- #: ../includes/Elements/Betterdocs_Category_Box.php:627, ../includes/Elements/Betterdocs_Category_Box.php:666, ../includes/Elements/Betterdocs_Category_Grid.php:589, ../includes/Elements/Betterdocs_Category_Grid.php:1146, ../includes/Elements/Caldera_Forms.php:118, ../includes/Elements/Caldera_Forms.php:258, ../includes/Elements/Contact_Form_7.php:160, ../includes/Elements/Contact_Form_7.php:465, ../includes/Elements/Cta_Box.php:183, ../includes/Elements/Event_Calendar.php:148, ../includes/Elements/Event_Calendar.php:730, ../includes/Elements/Event_Calendar.php:1389, ../includes/Elements/Feature_List.php:181, ../includes/Elements/Feature_List.php:183, ../includes/Elements/Feature_List.php:735, ../includes/Elements/Flip_Box.php:650, ../includes/Elements/FluentForm.php:132, ../includes/Elements/FluentForm.php:265, ../includes/Elements/Formstack.php:201, ../includes/Elements/Formstack.php:472, ../includes/Elements/GravityForms.php:158, ../includes/Elements/GravityForms.php:188, ../includes/Elements/GravityForms.php:506, ../includes/Elements/Image_Accordion.php:197, ../includes/Elements/Image_Accordion.php:487, ../includes/Elements/Login_Register.php:2310, ../includes/Elements/NinjaForms.php:123, ../includes/Elements/NinjaForms.php:139, ../includes/Elements/NinjaForms.php:443, ../includes/Elements/Post_Grid.php:160, ../includes/Elements/Pricing_Table.php:136, ../includes/Elements/Product_Grid.php:2416, ../includes/Elements/Progress_Bar.php:122, ../includes/Elements/Progress_Bar.php:681, ../includes/Elements/Woo_Checkout.php:327, ../includes/Elements/Woo_Checkout.php:437, ../includes/Elements/Woo_Checkout.php:531, ../includes/Elements/Woo_Product_Carousel.php:1502, ../includes/Elements/Woo_Product_Gallery.php:1746, ../includes/Elements/WpForms.php:116, ../includes/Elements/WpForms.php:146, ../includes/Elements/WpForms.php:410, ../includes/Extensions/Table_of_Content.php:110, ../includes/Traits/Woo_Product_Comparable.php:41, ../includes/Traits/Woo_Product_Comparable.php:75, ../includes/Traits/Woo_Product_Comparable.php:1083, ../includes/Traits/Woo_Product_Comparable.php:1201
1051
  msgid "Title"
1052
  msgstr ""
1053
 
@@ -1059,7 +1071,7 @@ msgstr ""
1059
  msgid "Count"
1060
  msgstr ""
1061
 
1062
- #: ../includes/Elements/Betterdocs_Category_Box.php:87, ../includes/Elements/Betterdocs_Category_Grid.php:90, ../includes/Elements/Betterdocs_Search_Form.php:83, ../includes/Elements/Caldera_Forms.php:67, ../includes/Elements/Career_Page.php:49, ../includes/Elements/Contact_Form_7.php:109, ../includes/Elements/Crowdfundly_All_Campaign.php:38, ../includes/Elements/Crowdfundly_Organization.php:38, ../includes/Elements/Crowdfundly_Single_Campaign.php:38, ../includes/Elements/EmbedPress.php:54, ../includes/Elements/FluentForm.php:79, ../includes/Elements/Formstack.php:75, ../includes/Elements/Formstack.php:96, ../includes/Elements/Formstack.php:117, ../includes/Elements/GravityForms.php:107, ../includes/Elements/NinjaForms.php:72, ../includes/Elements/TypeForm.php:99, ../includes/Elements/WeForms.php:70, ../includes/Elements/Woocommerce_Review.php:52, ../includes/Elements/Woo_Checkout.php:86, ../includes/Elements/Woo_Product_Carousel.php:180, ../includes/Elements/Woo_Product_Gallery.php:94, ../includes/Elements/WpForms.php:69, ../includes/Traits/Woo_Product_Comparable.php:131
1063
  msgid "Warning!"
1064
  msgstr ""
1065
 
@@ -1071,7 +1083,7 @@ msgstr ""
1071
  msgid "File Not Found"
1072
  msgstr ""
1073
 
1074
- #: ../includes/Elements/Betterdocs_Category_Box.php:1180, ../includes/Elements/Betterdocs_Category_Box.php:1145, ../includes/Elements/Betterdocs_Category_Grid.php:1679, ../includes/Elements/Betterdocs_Category_Grid.php:1646, ../includes/Elements/Post_Grid.php:1092, ../includes/Elements/Post_Timeline.php:494, ../includes/Elements/Product_Grid.php:3041, ../includes/Elements/Woo_Product_Gallery.php:2366
1075
  msgid "<p class=\"no-posts-found\">No posts found!</p>"
1076
  msgstr ""
1077
 
@@ -1079,7 +1091,7 @@ msgstr ""
1079
  msgid "Layout Mode"
1080
  msgstr ""
1081
 
1082
- #: ../includes/Elements/Betterdocs_Category_Grid.php:141, ../includes/Elements/Betterdocs_Category_Grid.php:304, ../includes/Elements/Filterable_Gallery.php:146, ../includes/Elements/Product_Grid.php:236, ../includes/Elements/Woo_Product_Gallery.php:295, ../includes/Traits/Controls.php:537
1083
  msgid "Grid"
1084
  msgstr ""
1085
 
@@ -1087,7 +1099,7 @@ msgstr ""
1087
  msgid "Fit to Screen"
1088
  msgstr ""
1089
 
1090
- #: ../includes/Elements/Betterdocs_Category_Grid.php:143, ../includes/Elements/Filterable_Gallery.php:147, ../includes/Elements/Product_Grid.php:238, ../includes/Elements/Twitter_Feed.php:159, ../includes/Elements/Woo_Product_Gallery.php:296, ../includes/Traits/Controls.php:538
1091
  msgid "Masonry"
1092
  msgstr ""
1093
 
@@ -1131,7 +1143,7 @@ msgstr ""
1131
  msgid "List"
1132
  msgstr ""
1133
 
1134
- #: ../includes/Elements/Betterdocs_Category_Grid.php:1017, ../includes/Elements/Filterable_Gallery.php:1228, ../includes/Elements/Filterable_Gallery.php:1608, ../includes/Elements/Filterable_Gallery.php:2374, ../includes/Elements/Pricing_Table.php:1769, ../includes/Elements/Product_Grid.php:2810, ../includes/Elements/Twitter_Feed.php:766, ../includes/Elements/Woo_Product_Carousel.php:1905, ../includes/Elements/Woo_Product_Gallery.php:2139
1135
  msgid "Hover Color"
1136
  msgstr ""
1137
 
@@ -1159,14 +1171,6 @@ msgstr ""
1159
  msgid "Area Spacing"
1160
  msgstr ""
1161
 
1162
- #: ../includes/Elements/Betterdocs_Category_Grid.php:1332, ../includes/Elements/Creative_Button.php:147, ../includes/Elements/Filterable_Gallery.php:752, ../includes/Elements/Flip_Box.php:713, ../includes/Elements/Info_Box.php:457, ../includes/Elements/Pricing_Table.php:539
1163
- msgid "Before"
1164
- msgstr ""
1165
-
1166
- #: ../includes/Elements/Betterdocs_Category_Grid.php:1333, ../includes/Elements/Creative_Button.php:148, ../includes/Elements/Filterable_Gallery.php:751, ../includes/Elements/Flip_Box.php:712, ../includes/Elements/Info_Box.php:458, ../includes/Elements/Pricing_Table.php:540
1167
- msgid "After"
1168
- msgstr ""
1169
-
1170
  #: ../includes/Elements/Betterdocs_Category_Grid.php:1534, ../includes/Elements/Creative_Button.php:440, ../includes/Elements/Pricing_Table.php:835, ../includes/Elements/WeForms.php:626, ../includes/Traits/Controls.php:1524
1171
  msgid "Button Alignment"
1172
  msgstr ""
@@ -1203,7 +1207,7 @@ msgstr ""
1203
  msgid "Close Icon"
1204
  msgstr ""
1205
 
1206
- #: ../includes/Elements/Betterdocs_Search_Form.php:285, ../includes/Elements/Caldera_Forms.php:1020, ../includes/Elements/Caldera_Forms.php:1334, ../includes/Elements/Contact_Form_7.php:1047, ../includes/Elements/Contact_Form_7.php:1360, ../includes/Elements/Content_Ticker.php:677, ../includes/Elements/Countdown.php:784, ../includes/Elements/Countdown.php:856, ../includes/Elements/Countdown.php:928, ../includes/Elements/Countdown.php:1000, ../includes/Elements/Creative_Button.php:420, ../includes/Elements/Cta_Box.php:809, ../includes/Elements/Cta_Box.php:978, ../includes/Elements/Event_Calendar.php:678, ../includes/Elements/Facebook_Feed.php:728, ../includes/Elements/Filterable_Gallery.php:2721, ../includes/Elements/FluentForm.php:986, ../includes/Elements/FluentForm.php:1654, ../includes/Elements/Formstack.php:1570, ../includes/Elements/GravityForms.php:1057, ../includes/Elements/GravityForms.php:1290, ../includes/Elements/GravityForms.php:1486, ../includes/Elements/GravityForms.php:1915, ../includes/Elements/GravityForms.php:2137, ../includes/Elements/NinjaForms.php:1067, ../includes/Elements/NinjaForms.php:1483, ../includes/Elements/Pricing_Table.php:1995, ../includes/Elements/Product_Grid.php:766, ../includes/Elements/Product_Grid.php:906, ../includes/Elements/Product_Grid.php:1626, ../includes/Elements/Product_Grid.php:1911, ../includes/Elements/Product_Grid.php:2093, ../includes/Elements/Product_Grid.php:2302, ../includes/Elements/Product_Grid.php:2346, ../includes/Elements/Product_Grid.php:2541, ../includes/Elements/Product_Grid.php:2637, ../includes/Elements/Product_Grid.php:2749, ../includes/Elements/Simple_Menu.php:955, ../includes/Elements/Simple_Menu.php:1051, ../includes/Elements/Simple_Menu.php:1264, ../includes/Elements/Simple_Menu.php:1359, ../includes/Elements/Sticky_Video.php:579, ../includes/Elements/Twitter_Feed.php:642, ../includes/Elements/WeForms.php:464, ../includes/Elements/WeForms.php:764, ../includes/Elements/Woo_Checkout.php:778, ../includes/Elements/Woo_Checkout.php:985, ../includes/Elements/Woo_Checkout.php:1380, ../includes/Elements/Woo_Checkout.php:1576, ../includes/Elements/Woo_Checkout.php:1678, ../includes/Elements/Woo_Checkout.php:1795, ../includes/Elements/Woo_Checkout.php:1839, ../includes/Elements/Woo_Checkout.php:1883, ../includes/Elements/Woo_Checkout.php:2072, ../includes/Elements/Woo_Checkout.php:2088, ../includes/Elements/Woo_Checkout.php:2436, ../includes/Elements/Woo_Checkout.php:2548, ../includes/Elements/Woo_Product_Carousel.php:971, ../includes/Elements/Woo_Product_Carousel.php:1347, ../includes/Elements/Woo_Product_Carousel.php:1471, ../includes/Elements/Woo_Product_Carousel.php:1639, ../includes/Elements/Woo_Product_Carousel.php:1734, ../includes/Elements/Woo_Product_Carousel.php:1848, ../includes/Elements/Woo_Product_Carousel.php:2293, ../includes/Elements/Woo_Product_Carousel.php:2720, ../includes/Elements/Woo_Product_Gallery.php:629, ../includes/Elements/Woo_Product_Gallery.php:1103, ../includes/Elements/Woo_Product_Gallery.php:1345, ../includes/Elements/Woo_Product_Gallery.php:1383, ../includes/Elements/Woo_Product_Gallery.php:1870, ../includes/Elements/Woo_Product_Gallery.php:1966, ../includes/Elements/Woo_Product_Gallery.php:2078, ../includes/Elements/WpForms.php:1021, ../includes/Elements/WpForms.php:1339, ../includes/Traits/Controls.php:1500, ../includes/Traits/Woo_Product_Comparable.php:1723
1207
  msgid "Border Color"
1208
  msgstr ""
1209
 
@@ -1231,23 +1235,23 @@ msgstr ""
1231
  msgid "Caldera Forms"
1232
  msgstr ""
1233
 
1234
- #: ../includes/Elements/Caldera_Forms.php:107, ../includes/Elements/FluentForm.php:121, ../includes/Elements/Formstack.php:190, ../includes/Elements/GravityForms.php:147, ../includes/Elements/NinjaForms.php:112, ../includes/Elements/WpForms.php:105
1235
  msgid "Custom Title & Description"
1236
  msgstr ""
1237
 
1238
- #: ../includes/Elements/Caldera_Forms.php:134, ../includes/Elements/Caldera_Forms.php:319, ../includes/Elements/Contact_Form_7.php:187, ../includes/Elements/Contact_Form_7.php:496, ../includes/Elements/Event_Calendar.php:265, ../includes/Elements/Feature_List.php:788, ../includes/Elements/FluentForm.php:148, ../includes/Elements/FluentForm.php:326, ../includes/Elements/FluentForm.php:1152, ../includes/Elements/Formstack.php:217, ../includes/Elements/Formstack.php:521, ../includes/Elements/Formstack.php:704, ../includes/Elements/GravityForms.php:173, ../includes/Elements/GravityForms.php:204, ../includes/Elements/GravityForms.php:537, ../includes/Elements/NinjaForms.php:155, ../includes/Elements/NinjaForms.php:492, ../includes/Elements/Team_Member.php:132, ../includes/Elements/WpForms.php:131, ../includes/Elements/WpForms.php:162, ../includes/Elements/WpForms.php:459, ../includes/Traits/Controls.php:308, ../includes/Traits/Woo_Product_Comparable.php:44, ../includes/Traits/Woo_Product_Comparable.php:83
1239
  msgid "Description"
1240
  msgstr ""
1241
 
1242
- #: ../includes/Elements/Caldera_Forms.php:149, ../includes/Elements/Caldera_Forms.php:515, ../includes/Elements/Contact_Form_7.php:202, ../includes/Elements/Contact_Form_7.php:805, ../includes/Elements/FluentForm.php:163, ../includes/Elements/FluentForm.php:534, ../includes/Elements/Formstack.php:232, ../includes/Elements/Formstack.php:789, ../includes/Elements/GravityForms.php:219, ../includes/Elements/GravityForms.php:574, ../includes/Elements/Login_Register.php:574, ../includes/Elements/NinjaForms.php:170, ../includes/Elements/NinjaForms.php:548, ../includes/Elements/WpForms.php:177, ../includes/Elements/WpForms.php:515
1243
  msgid "Labels"
1244
  msgstr ""
1245
 
1246
- #: ../includes/Elements/Caldera_Forms.php:180, ../includes/Elements/Caldera_Forms.php:1412, ../includes/Elements/Contact_Form_7.php:220, ../includes/Elements/Contact_Form_7.php:1381, ../includes/Elements/FluentForm.php:193, ../includes/Elements/FluentForm.php:2096, ../includes/Elements/Formstack.php:262, ../includes/Elements/Formstack.php:1903, ../includes/Elements/GravityForms.php:261, ../includes/Elements/GravityForms.php:2180, ../includes/Elements/NinjaForms.php:201, ../includes/Elements/NinjaForms.php:1614, ../includes/Elements/WpForms.php:205, ../includes/Elements/WpForms.php:1361
1247
  msgid "Errors"
1248
  msgstr ""
1249
 
1250
- #: ../includes/Elements/Caldera_Forms.php:187, ../includes/Elements/Caldera_Forms.php:1420, ../includes/Elements/Contact_Form_7.php:227, ../includes/Elements/Contact_Form_7.php:1389, ../includes/Elements/FluentForm.php:200, ../includes/Elements/FluentForm.php:2104, ../includes/Elements/Formstack.php:269, ../includes/Elements/Formstack.php:1911, ../includes/Elements/GravityForms.php:268, ../includes/Elements/GravityForms.php:2188, ../includes/Elements/Login_Register.php:923, ../includes/Elements/NinjaForms.php:208, ../includes/Elements/NinjaForms.php:1622, ../includes/Elements/WpForms.php:212
1251
  msgid "Error Messages"
1252
  msgstr ""
1253
 
@@ -1255,63 +1259,63 @@ msgstr ""
1255
  msgid "<strong>Caldera Forms</strong> is not installed/activated on your site. Please install and activate <strong>Caldera Forms</strong> first."
1256
  msgstr ""
1257
 
1258
- #: ../includes/Elements/Caldera_Forms.php:218, ../includes/Elements/Contact_Form_7.php:431, ../includes/Elements/FluentForm.php:224, ../includes/Elements/Formstack.php:434, ../includes/Elements/GravityForms.php:472, ../includes/Elements/NinjaForms.php:409, ../includes/Elements/WpForms.php:376
1259
  msgid "Title & Description"
1260
  msgstr ""
1261
 
1262
- #: ../includes/Elements/Caldera_Forms.php:387, ../includes/Elements/Contact_Form_7.php:304, ../includes/Elements/FluentForm.php:394, ../includes/Elements/Formstack.php:305, ../includes/Elements/GravityForms.php:319, ../includes/Elements/NinjaForms.php:254, ../includes/Elements/TypeForm.php:171, ../includes/Elements/WpForms.php:243
1263
  msgid "Form Container"
1264
  msgstr ""
1265
 
1266
- #: ../includes/Elements/Caldera_Forms.php:395, ../includes/Elements/FluentForm.php:402, ../includes/Elements/Formstack.php:313, ../includes/Elements/GravityForms.php:327, ../includes/Elements/NinjaForms.php:262, ../includes/Elements/TypeForm.php:179, ../includes/Elements/WeForms.php:145, ../includes/Elements/WpForms.php:251
1267
  msgid "Form Background Color"
1268
  msgstr ""
1269
 
1270
- #: ../includes/Elements/Caldera_Forms.php:406, ../includes/Elements/Contact_Form_7.php:322, ../includes/Elements/FluentForm.php:425, ../includes/Elements/Formstack.php:325, ../includes/Elements/GravityForms.php:338, ../includes/Elements/NinjaForms.php:273, ../includes/Elements/TypeForm.php:191, ../includes/Elements/WeForms.php:156, ../includes/Elements/WpForms.php:262
1271
  msgid "Form Alignment"
1272
  msgstr ""
1273
 
1274
- #: ../includes/Elements/Caldera_Forms.php:411, ../includes/Elements/Contact_Form_7.php:327, ../includes/Elements/Contact_Form_7.php:828, ../includes/Elements/Creative_Button.php:227, ../includes/Elements/Cta_Box.php:641, ../includes/Elements/Cta_Box.php:858, ../includes/Elements/Dual_Color_Header.php:81, ../includes/Elements/Flip_Box.php:872, ../includes/Elements/FluentForm.php:430, ../includes/Elements/Formstack.php:330, ../includes/Elements/GravityForms.php:343, ../includes/Elements/Login_Register.php:460, ../includes/Elements/Login_Register.php:566, ../includes/Elements/Login_Register.php:1129, ../includes/Elements/Login_Register.php:1492, ../includes/Elements/Login_Register.php:1618, ../includes/Elements/Login_Register.php:1875, ../includes/Elements/Login_Register.php:2019, ../includes/Elements/Login_Register.php:2169, ../includes/Elements/Login_Register.php:2312, ../includes/Elements/Login_Register.php:2403, ../includes/Elements/Login_Register.php:2501, ../includes/Elements/Login_Register.php:2703, ../includes/Elements/Login_Register.php:2748, ../includes/Elements/Login_Register.php:2780, ../includes/Elements/Login_Register.php:3014, ../includes/Elements/Login_Register.php:3176, ../includes/Elements/Login_Register.php:3475, ../includes/Elements/NinjaForms.php:278, ../includes/Elements/Post_Grid.php:254, ../includes/Elements/Pricing_Table.php:86, ../includes/Elements/Pricing_Table.php:462, ../includes/Elements/Product_Grid.php:250, ../includes/Elements/Simple_Menu.php:356, ../includes/Elements/Simple_Menu.php:482, ../includes/Elements/Simple_Menu.php:842, ../includes/Elements/Simple_Menu.php:1153, ../includes/Elements/Team_Member.php:376, ../includes/Elements/Testimonial.php:253, ../includes/Elements/Testimonial.php:310, ../includes/Elements/TypeForm.php:196, ../includes/Elements/WeForms.php:161, ../includes/Elements/WeForms.php:631, ../includes/Elements/Woo_Checkout.php:122, ../includes/Elements/WpForms.php:267, ../includes/Traits/Controls.php:553, ../includes/Traits/Controls.php:1570, ../includes/Traits/Login_Registration.php:581, ../includes/Traits/Woo_Product_Comparable.php:419, ../includes/Traits/Woo_Product_Comparable.php:533, ../includes/Traits/Woo_Product_Comparable.php:624, ../includes/Traits/Woo_Product_Comparable.php:693, ../includes/Template/Betterdocs-Category-Box/Layout_Default.php:4, ../includes/Template/Betterdocs-Category-Grid/Layout_Default.php:4, ../includes/Template/Content-Ticker/default.php:3, ../includes/Template/Eicon-Woocommerce/default.php:3, ../includes/Template/Post-Grid/default.php:5, ../includes/Template/Post-Timeline/default.php:3, ../includes/Template/Woo-Product-Gallery/default.php:3
1275
  msgid "Default"
1276
  msgstr ""
1277
 
1278
- #: ../includes/Elements/Caldera_Forms.php:434, ../includes/Elements/Contact_Form_7.php:350, ../includes/Elements/FluentForm.php:453, ../includes/Elements/GravityForms.php:388, ../includes/Elements/NinjaForms.php:323, ../includes/Elements/TypeForm.php:219, ../includes/Elements/WeForms.php:207, ../includes/Elements/WpForms.php:290
1279
  msgid "Form Max Width"
1280
  msgstr ""
1281
 
1282
- #: ../includes/Elements/Caldera_Forms.php:456, ../includes/Elements/FluentForm.php:475, ../includes/Elements/Formstack.php:375, ../includes/Elements/GravityForms.php:411, ../includes/Elements/Login_Register.php:1777, ../includes/Elements/NinjaForms.php:345, ../includes/Elements/TypeForm.php:286, ../includes/Elements/WeForms.php:229, ../includes/Elements/WpForms.php:313
1283
  msgid "Form Margin"
1284
  msgstr ""
1285
 
1286
- #: ../includes/Elements/Caldera_Forms.php:468, ../includes/Elements/Contact_Form_7.php:384, ../includes/Elements/FluentForm.php:487, ../includes/Elements/Formstack.php:387, ../includes/Elements/GravityForms.php:423, ../includes/Elements/Login_Register.php:1792, ../includes/Elements/NinjaForms.php:357, ../includes/Elements/TypeForm.php:298, ../includes/Elements/WeForms.php:241, ../includes/Elements/WpForms.php:325
1287
  msgid "Form Padding"
1288
  msgstr ""
1289
 
1290
- #: ../includes/Elements/Caldera_Forms.php:549, ../includes/Elements/Contact_Form_7.php:533, ../includes/Elements/FluentForm.php:568, ../includes/Elements/Formstack.php:823, ../includes/Elements/GravityForms.php:617, ../includes/Elements/NinjaForms.php:591, ../includes/Elements/WpForms.php:560
1291
  msgid "Input & Textarea"
1292
  msgstr ""
1293
 
1294
- #: ../includes/Elements/Caldera_Forms.php:640, ../includes/Elements/Contact_Form_7.php:610, ../includes/Elements/FluentForm.php:659, ../includes/Elements/Formstack.php:888, ../includes/Elements/GravityForms.php:734, ../includes/Elements/NinjaForms.php:682, ../includes/Elements/WpForms.php:651
1295
  msgid "Text Indent"
1296
  msgstr ""
1297
 
1298
- #: ../includes/Elements/Caldera_Forms.php:665, ../includes/Elements/Contact_Form_7.php:634, ../includes/Elements/FluentForm.php:684, ../includes/Elements/Formstack.php:913, ../includes/Elements/GravityForms.php:758, ../includes/Elements/NinjaForms.php:707, ../includes/Elements/WeForms.php:309, ../includes/Elements/WpForms.php:676
1299
  msgid "Input Width"
1300
  msgstr ""
1301
 
1302
- #: ../includes/Elements/Caldera_Forms.php:684, ../includes/Elements/Contact_Form_7.php:653, ../includes/Elements/FluentForm.php:703, ../includes/Elements/Formstack.php:932, ../includes/Elements/GravityForms.php:777, ../includes/Elements/NinjaForms.php:727, ../includes/Elements/Woo_Checkout.php:2037, ../includes/Elements/WpForms.php:695
1303
  msgid "Input Height"
1304
  msgstr ""
1305
 
1306
- #: ../includes/Elements/Caldera_Forms.php:703, ../includes/Elements/Contact_Form_7.php:672, ../includes/Elements/FluentForm.php:722, ../includes/Elements/Formstack.php:951, ../includes/Elements/GravityForms.php:796, ../includes/Elements/NinjaForms.php:746, ../includes/Elements/WeForms.php:336, ../includes/Elements/WpForms.php:714
1307
  msgid "Textarea Width"
1308
  msgstr ""
1309
 
1310
- #: ../includes/Elements/Caldera_Forms.php:722, ../includes/Elements/Contact_Form_7.php:691, ../includes/Elements/FluentForm.php:741, ../includes/Elements/Formstack.php:970, ../includes/Elements/GravityForms.php:815, ../includes/Elements/NinjaForms.php:765, ../includes/Elements/WpForms.php:733
1311
  msgid "Textarea Height"
1312
  msgstr ""
1313
 
1314
- #: ../includes/Elements/Caldera_Forms.php:793, ../includes/Elements/Contact_Form_7.php:756, ../includes/Elements/FluentForm.php:812, ../includes/Elements/Formstack.php:1041, ../includes/Elements/GravityForms.php:879, ../includes/Elements/Login_Register.php:2657, ../includes/Elements/NinjaForms.php:837, ../includes/Elements/WpForms.php:806
1315
  msgid "Focus"
1316
  msgstr ""
1317
 
@@ -1319,43 +1323,43 @@ msgstr ""
1319
  msgid "Field Description"
1320
  msgstr ""
1321
 
1322
- #: ../includes/Elements/Caldera_Forms.php:926, ../includes/Elements/Contact_Form_7.php:953, ../includes/Elements/FluentForm.php:892, ../includes/Elements/Formstack.php:1118, ../includes/Elements/NinjaForms.php:973, ../includes/Elements/WpForms.php:927
1323
  msgid "Radio & Checkbox"
1324
  msgstr ""
1325
 
1326
- #: ../includes/Elements/Caldera_Forms.php:934, ../includes/Elements/Contact_Form_7.php:961, ../includes/Elements/FluentForm.php:900, ../includes/Elements/Formstack.php:1126, ../includes/Elements/GravityForms.php:1204, ../includes/Elements/GravityForms.php:1400, ../includes/Elements/NinjaForms.php:981, ../includes/Elements/WpForms.php:935
1327
  msgid "Custom Styles"
1328
  msgstr ""
1329
 
1330
- #: ../includes/Elements/Caldera_Forms.php:998, ../includes/Elements/Contact_Form_7.php:1025, ../includes/Elements/Feature_List.php:616, ../includes/Elements/FluentForm.php:964, ../includes/Elements/GravityForms.php:1268, ../includes/Elements/GravityForms.php:1464, ../includes/Elements/NinjaForms.php:1045, ../includes/Elements/Sticky_Video.php:567, ../includes/Elements/WpForms.php:999
1331
  msgid "Border Width"
1332
  msgstr ""
1333
 
1334
- #: ../includes/Elements/Caldera_Forms.php:1035, ../includes/Elements/Contact_Form_7.php:1062, ../includes/Elements/FluentForm.php:1001, ../includes/Elements/Formstack.php:1191, ../includes/Elements/GravityForms.php:1196, ../includes/Elements/GravityForms.php:1305, ../includes/Elements/Login_Register.php:3028, ../includes/Elements/NinjaForms.php:1082, ../includes/Elements/WpForms.php:1036
1335
  msgid "Checkbox"
1336
  msgstr ""
1337
 
1338
- #: ../includes/Elements/Caldera_Forms.php:1061, ../includes/Elements/Contact_Form_7.php:1088, ../includes/Elements/FluentForm.php:1027, ../includes/Elements/Formstack.php:1217, ../includes/Elements/GravityForms.php:1501, ../includes/Elements/NinjaForms.php:1109, ../includes/Elements/WpForms.php:1062
1339
  msgid "Radio Buttons"
1340
  msgstr ""
1341
 
1342
- #: ../includes/Elements/Caldera_Forms.php:1089, ../includes/Elements/Contact_Form_7.php:1116, ../includes/Elements/FluentForm.php:1055, ../includes/Elements/Formstack.php:1245, ../includes/Elements/GravityForms.php:1357, ../includes/Elements/GravityForms.php:1553, ../includes/Elements/NinjaForms.php:1138, ../includes/Elements/WpForms.php:1090
1343
  msgid "Checked"
1344
  msgstr ""
1345
 
1346
- #: ../includes/Elements/Caldera_Forms.php:1124, ../includes/Elements/Contact_Form_7.php:1150, ../includes/Elements/FluentForm.php:1444, ../includes/Elements/Formstack.php:1360, ../includes/Elements/GravityForms.php:1709, ../includes/Elements/NinjaForms.php:1286, ../includes/Elements/WpForms.php:1125
1347
  msgid "Submit Button"
1348
  msgstr ""
1349
 
1350
- #: ../includes/Elements/Caldera_Forms.php:1163, ../includes/Elements/Contact_Form_7.php:1189, ../includes/Elements/FluentForm.php:1483, ../includes/Elements/Formstack.php:1399, ../includes/Elements/GravityForms.php:1751, ../includes/Elements/NinjaForms.php:1327, ../includes/Elements/Simple_Menu.php:211, ../includes/Elements/WpForms.php:1167
1351
  msgid "Full Width"
1352
  msgstr ""
1353
 
1354
- #: ../includes/Elements/Caldera_Forms.php:1263, ../includes/Elements/Contact_Form_7.php:1288, ../includes/Elements/FluentForm.php:1583, ../includes/Elements/Formstack.php:1334, ../includes/Elements/Formstack.php:1499, ../includes/Elements/GravityForms.php:1860, ../includes/Elements/GravityForms.php:2085, ../includes/Elements/NinjaForms.php:1431, ../includes/Elements/WpForms.php:1267
1355
  msgid "Margin Top"
1356
  msgstr ""
1357
 
1358
- #: ../includes/Elements/Caldera_Forms.php:1356, ../includes/Elements/FluentForm.php:2040, ../includes/Elements/NinjaForms.php:1525
1359
  msgid "Success Message"
1360
  msgstr ""
1361
 
@@ -1363,7 +1367,7 @@ msgstr ""
1363
  msgid "Error Fields"
1364
  msgstr ""
1365
 
1366
- #: ../includes/Elements/Caldera_Forms.php:1455, ../includes/Elements/Countdown.php:693, ../includes/Elements/Countdown.php:772, ../includes/Elements/Countdown.php:844, ../includes/Elements/Countdown.php:916, ../includes/Elements/Countdown.php:988, ../includes/Elements/FluentForm.php:1417, ../includes/Elements/FluentForm.php:1717, ../includes/Elements/WeForms.php:513
1367
  msgid "Label Color"
1368
  msgstr ""
1369
 
@@ -1411,7 +1415,7 @@ msgstr ""
1411
  msgid "<strong>Contact Form 7</strong> is not installed/activated on your site. Please install and activate <strong>Contact Form 7</strong> first."
1412
  msgstr ""
1413
 
1414
- #: ../includes/Elements/Contact_Form_7.php:313, ../includes/Elements/Contact_Form_7.php:1607, ../includes/Elements/Cta_Box.php:727, ../includes/Elements/Cta_Box.php:797, ../includes/Elements/Cta_Box.php:917, ../includes/Elements/Cta_Box.php:969, ../includes/Elements/Dual_Color_Header.php:813, ../includes/Elements/Dual_Color_Header.php:893, ../includes/Elements/Event_Calendar.php:666, ../includes/Elements/Event_Calendar.php:798, ../includes/Elements/Event_Calendar.php:865, ../includes/Elements/Event_Calendar.php:919, ../includes/Elements/Event_Calendar.php:1031, ../includes/Elements/Event_Calendar.php:1123, ../includes/Elements/Event_Calendar.php:1221, ../includes/Elements/Event_Calendar.php:1587, ../includes/Elements/Event_Calendar.php:1696, ../includes/Elements/Facebook_Feed.php:488, ../includes/Elements/Facebook_Feed.php:501, ../includes/Elements/Facebook_Feed.php:576, ../includes/Elements/Facebook_Feed.php:589, ../includes/Elements/Facebook_Feed.php:674, ../includes/Elements/Facebook_Feed.php:687, ../includes/Elements/Facebook_Feed.php:758, ../includes/Elements/Facebook_Feed.php:796, ../includes/Elements/Facebook_Feed.php:836, ../includes/Elements/Fancy_Text.php:365, ../includes/Elements/Filterable_Gallery.php:2059, ../includes/Elements/Filterable_Gallery.php:2280, ../includes/Elements/Flip_Box.php:1373, ../includes/Elements/Flip_Box.php:1433, ../includes/Elements/FluentForm.php:1853, ../includes/Elements/FluentForm.php:1878, ../includes/Elements/FluentForm.php:1943, ../includes/Elements/FluentForm.php:2006, ../includes/Elements/Formstack.php:638, ../includes/Elements/Formstack.php:1713, ../includes/Elements/Formstack.php:1738, ../includes/Elements/Formstack.php:1802, ../includes/Elements/Formstack.php:1867, ../includes/Elements/Formstack.php:1922, ../includes/Elements/Formstack.php:2005, ../includes/Elements/Post_Grid.php:372, ../includes/Elements/Pricing_Table.php:1914, ../includes/Elements/Pricing_Table.php:1983, ../includes/Elements/Product_Grid.php:1519, ../includes/Elements/Product_Grid.php:1534, ../includes/Elements/Product_Grid.php:1594, ../includes/Elements/Product_Grid.php:1608, ../includes/Elements/Product_Grid.php:2893, ../includes/Elements/Product_Grid.php:2950, ../includes/Elements/Progress_Bar.php:345, ../includes/Elements/Team_Member.php:746, ../includes/Elements/Team_Member.php:823, ../includes/Elements/Twitter_Feed.php:402, ../includes/Elements/Twitter_Feed.php:654, ../includes/Elements/Woo_Checkout.php:1773, ../includes/Elements/Woo_Checkout.php:1817, ../includes/Elements/Woo_Checkout.php:1861, ../includes/Elements/Woo_Product_Carousel.php:1988, ../includes/Elements/Woo_Product_Carousel.php:2045, ../includes/Elements/Woo_Product_Gallery.php:1008, ../includes/Elements/Woo_Product_Gallery.php:1021, ../includes/Elements/Woo_Product_Gallery.php:1075, ../includes/Elements/Woo_Product_Gallery.php:1087, ../includes/Elements/Woo_Product_Gallery.php:1133, ../includes/Elements/Woo_Product_Gallery.php:1300, ../includes/Elements/Woo_Product_Gallery.php:1334, ../includes/Elements/Woo_Product_Gallery.php:1372, ../includes/Elements/Woo_Product_Gallery.php:2222, ../includes/Elements/Woo_Product_Gallery.php:2279, ../includes/Traits/Controls.php:1242, ../includes/Traits/Controls.php:1296, ../includes/Traits/Woo_Product_Comparable.php:1383, ../includes/Traits/Woo_Product_Comparable.php:1662, ../includes/Traits/Woo_Product_Comparable.php:1711
1415
  msgid "Background"
1416
  msgstr ""
1417
 
@@ -1459,7 +1463,7 @@ msgstr ""
1459
  msgid "After Submit Feedback"
1460
  msgstr ""
1461
 
1462
- #: ../includes/Elements/Contact_Form_7.php:1629, ../includes/Elements/Dual_Color_Header.php:801, ../includes/Elements/Dual_Color_Header.php:881, ../includes/Elements/Flip_Box.php:871, ../includes/Elements/Info_Box.php:584, ../includes/Elements/Info_Box.php:639, ../includes/Elements/Info_Box.php:807, ../includes/Elements/Info_Box.php:887, ../includes/Elements/Info_Box.php:1025, ../includes/Elements/Info_Box.php:1121, ../includes/Elements/Post_Grid.php:344, ../includes/Elements/Product_Grid.php:1474, ../includes/Elements/Woo_Product_Gallery.php:967, ../includes/Elements/Woo_Product_Gallery.php:1211, ../includes/Elements/Woo_Product_Gallery.php:1273, ../includes/Traits/Woo_Product_Comparable.php:1628
1463
  msgid "Radius"
1464
  msgstr ""
1465
 
@@ -1471,7 +1475,7 @@ msgstr ""
1471
  msgid "Template Layout"
1472
  msgstr ""
1473
 
1474
- #: ../includes/Elements/Content_Ticker.php:91, ../includes/Elements/Product_Grid.php:340, ../includes/Elements/Progress_Bar.php:160, ../includes/Elements/Woo_Product_Gallery.php:351, ../includes/Traits/Controls.php:30
1475
  msgid "Dynamic"
1476
  msgstr ""
1477
 
@@ -1771,7 +1775,7 @@ msgstr ""
1771
  msgid "Space Below Container"
1772
  msgstr ""
1773
 
1774
- #: ../includes/Elements/Countdown.php:648, ../includes/Elements/Dual_Color_Header.php:441, ../includes/Elements/Facebook_Feed.php:864, ../includes/Elements/Flip_Box.php:1161, ../includes/Elements/Image_Accordion.php:479, ../includes/Elements/Info_Box.php:1333, ../includes/Elements/Product_Grid.php:1147, ../includes/Elements/Team_Member.php:537, ../includes/Elements/Twitter_Feed.php:679, ../includes/Elements/Woo_Product_Carousel.php:1056, ../includes/Elements/Woo_Product_Gallery.php:714
1775
  msgid "Color &amp; Typography"
1776
  msgstr ""
1777
 
@@ -1803,7 +1807,7 @@ msgstr ""
1803
  msgid "Title Style"
1804
  msgstr ""
1805
 
1806
- #: ../includes/Elements/Countdown.php:1061, ../includes/Elements/Event_Calendar.php:1406, ../includes/Elements/FluentForm.php:1807, ../includes/Elements/Formstack.php:1633, ../includes/Elements/Info_Box.php:1457, ../includes/Elements/Post_Grid.php:612, ../includes/Elements/Post_Timeline.php:340, ../includes/Elements/Product_Grid.php:2433, ../includes/Elements/Product_Grid.php:2788, ../includes/Elements/Progress_Bar.php:690, ../includes/Elements/Twitter_Feed.php:591, ../includes/Elements/Woo_Checkout.php:2155, ../includes/Elements/Woo_Checkout.php:2255, ../includes/Elements/Woo_Product_Carousel.php:1519, ../includes/Elements/Woo_Product_Carousel.php:1885, ../includes/Elements/Woo_Product_Gallery.php:1763, ../includes/Elements/Woo_Product_Gallery.php:2117, ../includes/Traits/Woo_Product_Comparable.php:1018, ../includes/Traits/Woo_Product_Comparable.php:1249
1807
  msgid "Title Color"
1808
  msgstr ""
1809
 
@@ -1907,7 +1911,7 @@ msgstr ""
1907
  msgid "Shikoba (Pro)"
1908
  msgstr ""
1909
 
1910
- #: ../includes/Elements/Creative_Button.php:250, ../includes/Elements/Cta_Box.php:682, ../includes/Elements/Product_Grid.php:1488, ../includes/Elements/Team_Member.php:703, ../includes/Elements/Woo_Product_Gallery.php:979
1911
  msgid "Use Gradient Background"
1912
  msgstr ""
1913
 
@@ -2391,7 +2395,7 @@ msgstr ""
2391
  msgid "Get Events"
2392
  msgstr ""
2393
 
2394
- #: ../includes/Elements/Event_Calendar.php:376, ../includes/Elements/Filterable_Gallery.php:337, ../includes/Elements/Filterable_Gallery.php:2771, ../includes/Elements/Woo_Product_Gallery.php:260
2395
  msgid "All"
2396
  msgstr ""
2397
 
@@ -2495,7 +2499,7 @@ msgstr ""
2495
  msgid "Time"
2496
  msgstr ""
2497
 
2498
- #: ../includes/Elements/Event_Calendar.php:1083, ../includes/Elements/Event_Calendar.php:1417, ../includes/Elements/Facebook_Feed.php:910, ../includes/Elements/Product_Grid.php:145, ../includes/Elements/Woo_Product_Carousel.php:126, ../includes/Elements/Woo_Product_Gallery.php:114
2499
  msgid "Date"
2500
  msgstr ""
2501
 
@@ -2527,15 +2531,15 @@ msgstr ""
2527
  msgid "Date Icon"
2528
  msgstr ""
2529
 
2530
- #: ../includes/Elements/Event_Calendar.php:1503, ../includes/Elements/Info_Box.php:1469, ../includes/Elements/Product_Grid.php:2506, ../includes/Elements/Product_Grid.php:2799, ../includes/Elements/Twitter_Feed.php:601, ../includes/Elements/Woo_Product_Carousel.php:1591, ../includes/Elements/Woo_Product_Carousel.php:1895, ../includes/Elements/Woo_Product_Gallery.php:1835, ../includes/Elements/Woo_Product_Gallery.php:2128
2531
  msgid "Content Color"
2532
  msgstr ""
2533
 
2534
- #: ../includes/Elements/Event_Calendar.php:1514, ../includes/Elements/Product_Grid.php:2821, ../includes/Elements/Woo_Product_Carousel.php:1916, ../includes/Elements/Woo_Product_Gallery.php:2150, ../includes/Traits/Woo_Product_Comparable.php:1336
2535
  msgid " Close Button"
2536
  msgstr ""
2537
 
2538
- #: ../includes/Elements/Event_Calendar.php:1549, ../includes/Elements/Product_Grid.php:2856, ../includes/Elements/Woo_Product_Carousel.php:1951, ../includes/Elements/Woo_Product_Gallery.php:2185, ../includes/Extensions/Table_of_Content.php:699
2539
  msgid "Button Size"
2540
  msgstr ""
2541
 
@@ -2607,31 +2611,31 @@ msgstr ""
2607
  msgid "Overlay"
2608
  msgstr ""
2609
 
2610
- #: ../includes/Elements/Facebook_Feed.php:192, ../includes/Elements/Filterable_Gallery.php:121, ../includes/Elements/Product_Grid.php:286, ../includes/Elements/Product_Grid.php:308, ../includes/Elements/Woo_Product_Gallery.php:319, ../includes/Traits/Woo_Product_Comparable.php:853
2611
  msgid "Columns"
2612
  msgstr ""
2613
 
2614
- #: ../includes/Elements/Facebook_Feed.php:196, ../includes/Elements/Product_Grid.php:290, ../includes/Elements/Product_Grid.php:312, ../includes/Elements/Testimonial.php:195, ../includes/Elements/Woo_Product_Carousel.php:356, ../includes/Elements/Woo_Product_Carousel.php:443, ../includes/Elements/Woo_Product_Gallery.php:323, ../includes/Traits/Controls.php:518, ../includes/Traits/Controls.php:1023
2615
  msgid "1"
2616
  msgstr ""
2617
 
2618
- #: ../includes/Elements/Facebook_Feed.php:197, ../includes/Elements/Product_Grid.php:291, ../includes/Elements/Product_Grid.php:313, ../includes/Elements/Testimonial.php:196, ../includes/Elements/Woo_Product_Carousel.php:357, ../includes/Elements/Woo_Product_Carousel.php:444, ../includes/Elements/Woo_Product_Gallery.php:324, ../includes/Traits/Controls.php:519, ../includes/Traits/Controls.php:1024
2619
  msgid "2"
2620
  msgstr ""
2621
 
2622
- #: ../includes/Elements/Facebook_Feed.php:198, ../includes/Elements/Product_Grid.php:292, ../includes/Elements/Testimonial.php:197, ../includes/Elements/Woo_Product_Carousel.php:358, ../includes/Elements/Woo_Product_Carousel.php:445, ../includes/Elements/Woo_Product_Gallery.php:325, ../includes/Traits/Controls.php:520, ../includes/Traits/Controls.php:1025
2623
  msgid "3"
2624
  msgstr ""
2625
 
2626
- #: ../includes/Elements/Facebook_Feed.php:199, ../includes/Elements/Product_Grid.php:293, ../includes/Elements/Testimonial.php:198, ../includes/Elements/Woo_Product_Carousel.php:446, ../includes/Elements/Woo_Product_Gallery.php:326, ../includes/Traits/Controls.php:521
2627
  msgid "4"
2628
  msgstr ""
2629
 
2630
- #: ../includes/Elements/Facebook_Feed.php:200, ../includes/Elements/Filterable_Gallery.php:518, ../includes/Elements/Product_Grid.php:294, ../includes/Elements/Testimonial.php:199, ../includes/Elements/Woo_Product_Carousel.php:447, ../includes/Elements/Woo_Product_Gallery.php:327, ../includes/Traits/Controls.php:522
2631
  msgid "5"
2632
  msgstr ""
2633
 
2634
- #: ../includes/Elements/Facebook_Feed.php:201, ../includes/Elements/Product_Grid.php:295, ../includes/Elements/Woo_Product_Carousel.php:448, ../includes/Elements/Woo_Product_Gallery.php:328, ../includes/Traits/Controls.php:523
2635
  msgid "6"
2636
  msgstr ""
2637
 
@@ -2683,15 +2687,15 @@ msgstr ""
2683
  msgid "Show Preview Description"
2684
  msgstr ""
2685
 
2686
- #: ../includes/Elements/Facebook_Feed.php:384, ../includes/Elements/Product_Grid.php:647, ../includes/Elements/Woo_Product_Gallery.php:496, ../includes/Traits/Controls.php:624
2687
  msgid "Show Load More"
2688
  msgstr ""
2689
 
2690
- #: ../includes/Elements/Facebook_Feed.php:403, ../includes/Elements/FluentForm.php:1098, ../includes/Elements/FluentForm.php:1696, ../includes/Elements/Formstack.php:650, ../includes/Elements/Login_Register.php:1083, ../includes/Elements/Woo_Checkout.php:1964, ../includes/Elements/Woo_Checkout.php:2306, ../includes/Traits/Woo_Product_Comparable.php:247
2691
  msgid "Label"
2692
  msgstr ""
2693
 
2694
- #: ../includes/Elements/Facebook_Feed.php:406, ../includes/Elements/Filterable_Gallery.php:692, ../includes/Elements/Product_Grid.php:626, ../includes/Elements/Product_Grid.php:659, ../includes/Elements/Woo_Product_Gallery.php:492, ../includes/Elements/Woo_Product_Gallery.php:508, ../includes/Traits/Controls.php:640
2695
  msgid "Load More"
2696
  msgstr ""
2697
 
@@ -2939,7 +2943,7 @@ msgstr ""
2939
  msgid "Feature Item 3"
2940
  msgstr ""
2941
 
2942
- #: ../includes/Elements/Feature_List.php:249, ../includes/Elements/Product_Grid.php:436, ../includes/Elements/Progress_Bar.php:135, ../includes/Elements/Woo_Product_Gallery.php:436
2943
  msgid "Title HTML Tag"
2944
  msgstr ""
2945
 
@@ -2979,7 +2983,7 @@ msgstr ""
2979
  msgid "Show Connector"
2980
  msgstr ""
2981
 
2982
- #: ../includes/Elements/Feature_List.php:385, ../includes/Elements/Login_Register.php:3238, ../includes/Elements/Login_Register.php:3537, ../includes/Elements/Woo_Product_Gallery.php:1446
2983
  msgid "Space Between"
2984
  msgstr ""
2985
 
@@ -3071,7 +3075,7 @@ msgstr ""
3071
  msgid "Media"
3072
  msgstr ""
3073
 
3074
- #: ../includes/Elements/Filterable_Gallery.php:230, ../includes/Elements/Product_Grid.php:1740, ../includes/Elements/Woo_Product_Gallery.php:1534, ../includes/Traits/Woo_Product_Comparable.php:879
3075
  msgid "Buttons"
3076
  msgstr ""
3077
 
@@ -3487,51 +3491,59 @@ msgstr ""
3487
  msgid "Button Style"
3488
  msgstr ""
3489
 
3490
- #: ../includes/Elements/FluentForm.php:30, ../includes/Elements/FluentForm.php:101, ../includes/Elements/FluentForm.php:110
3491
  msgid "Fluent Form"
3492
  msgstr ""
3493
 
3494
- #: ../includes/Elements/FluentForm.php:87
 
 
 
 
3495
  msgid "<strong>Fluent Form</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=fluentform&tab=search&type=term\" target=\"_blank\">Fluent Form</a> first."
3496
  msgstr ""
3497
 
3498
- #: ../includes/Elements/FluentForm.php:1090
3499
  msgid "Section Break Style"
3500
  msgstr ""
3501
 
3502
- #: ../includes/Elements/FluentForm.php:1236
3503
  msgid "Checkbox Grid Style"
3504
  msgstr ""
3505
 
3506
- #: ../includes/Elements/FluentForm.php:1244
3507
  msgid "Grid Table Head"
3508
  msgstr ""
3509
 
3510
- #: ../includes/Elements/FluentForm.php:1318
3511
  msgid "Grid Table Item"
3512
  msgstr ""
3513
 
3514
- #: ../includes/Elements/FluentForm.php:1351
3515
  msgid "Odd Item Background Color"
3516
  msgstr ""
3517
 
3518
- #: ../includes/Elements/FluentForm.php:1409
3519
  msgid "Address Line Style"
3520
  msgstr ""
3521
 
3522
- #: ../includes/Elements/FluentForm.php:1704, ../includes/Elements/Login_Register.php:1178
 
 
 
 
3523
  msgid "Show Label"
3524
  msgstr ""
3525
 
3526
- #: ../includes/Elements/FluentForm.php:1764, ../includes/Elements/Formstack.php:1612
3527
  msgid "Progressbar"
3528
  msgstr ""
3529
 
3530
- #: ../includes/Elements/FluentForm.php:1772, ../includes/Elements/Formstack.php:1620
3531
  msgid "Show Progressbar"
3532
  msgstr ""
3533
 
3534
- #: ../includes/Elements/FluentForm.php:1870, ../includes/Elements/Formstack.php:1730
3535
  msgid "Filled"
3536
  msgstr ""
3537
 
@@ -3607,7 +3619,7 @@ msgstr ""
3607
  msgid "Border Height"
3608
  msgstr ""
3609
 
3610
- #: ../includes/Elements/GravityForms.php:1091, ../includes/Elements/Pricing_Table.php:195, ../includes/Elements/Pricing_Table.php:202, ../includes/Elements/Product_Grid.php:143, ../includes/Elements/Product_Grid.php:2446, ../includes/Elements/Woo_Checkout.php:220, ../includes/Elements/Woo_Product_Carousel.php:124, ../includes/Elements/Woo_Product_Carousel.php:1531, ../includes/Elements/Woo_Product_Gallery.php:112, ../includes/Elements/Woo_Product_Gallery.php:1775, ../includes/Traits/Woo_Product_Comparable.php:42, ../includes/Traits/Woo_Product_Comparable.php:79
3611
  msgid "Price"
3612
  msgstr ""
3613
 
@@ -3615,7 +3627,7 @@ msgstr ""
3615
  msgid "Price Label Color"
3616
  msgstr ""
3617
 
3618
- #: ../includes/Elements/GravityForms.php:1111, ../includes/Elements/Product_Grid.php:1191, ../includes/Elements/Product_Grid.php:2464, ../includes/Elements/Woo_Product_Carousel.php:1549, ../includes/Elements/Woo_Product_Gallery.php:758, ../includes/Elements/Woo_Product_Gallery.php:1793
3619
  msgid "Price Color"
3620
  msgstr ""
3621
 
@@ -3727,7 +3739,7 @@ msgstr ""
3727
  msgid "Hover Overlay Color"
3728
  msgstr ""
3729
 
3730
- #: ../includes/Elements/Image_Accordion.php:422, ../includes/Elements/Woo_Product_Gallery.php:1408
3731
  msgid "Thumbnail"
3732
  msgstr ""
3733
 
@@ -5026,7 +5038,7 @@ msgstr ""
5026
  msgid "Date Text Color"
5027
  msgstr ""
5028
 
5029
- #: ../includes/Elements/Post_Timeline.php:498, ../includes/Elements/Product_Grid.php:3044, ../includes/Elements/Woo_Product_Gallery.php:2369
5030
  msgid "<p class=\"no-posts-found\">No layout found!</p>"
5031
  msgstr ""
5032
 
@@ -5310,59 +5322,59 @@ msgstr ""
5310
  msgid "View More"
5311
  msgstr ""
5312
 
5313
- #: ../includes/Elements/Product_Grid.php:141, ../includes/Elements/Woo_Product_Carousel.php:122, ../includes/Elements/Woo_Product_Gallery.php:110
5314
  msgid "Product ID"
5315
  msgstr ""
5316
 
5317
- #: ../includes/Elements/Product_Grid.php:142, ../includes/Elements/Product_Grid.php:1155, ../includes/Elements/Woo_Product_Carousel.php:123, ../includes/Elements/Woo_Product_Carousel.php:1064, ../includes/Elements/Woo_Product_Gallery.php:111, ../includes/Elements/Woo_Product_Gallery.php:722
5318
  msgid "Product Title"
5319
  msgstr ""
5320
 
5321
- #: ../includes/Elements/Product_Grid.php:144, ../includes/Elements/Product_Grid.php:2769, ../includes/Elements/Woo_Product_Carousel.php:125, ../includes/Elements/Woo_Product_Carousel.php:1868, ../includes/Elements/Woo_Product_Gallery.php:113, ../includes/Elements/Woo_Product_Gallery.php:2098, ../includes/Traits/Woo_Product_Comparable.php:45, ../includes/Traits/Woo_Product_Comparable.php:91
5322
  msgid "SKU"
5323
  msgstr ""
5324
 
5325
- #: ../includes/Elements/Product_Grid.php:146, ../includes/Elements/Woo_Product_Carousel.php:127, ../includes/Elements/Woo_Product_Gallery.php:115
5326
  msgid "Last Modified Date"
5327
  msgstr ""
5328
 
5329
- #: ../includes/Elements/Product_Grid.php:147, ../includes/Elements/Woo_Product_Carousel.php:128, ../includes/Elements/Woo_Product_Gallery.php:116
5330
  msgid "Parent Id"
5331
  msgstr ""
5332
 
5333
- #: ../includes/Elements/Product_Grid.php:148, ../includes/Elements/Woo_Product_Carousel.php:129, ../includes/Elements/Woo_Product_Gallery.php:117
5334
  msgid "Random"
5335
  msgstr ""
5336
 
5337
- #: ../includes/Elements/Product_Grid.php:149, ../includes/Elements/Woo_Product_Carousel.php:130, ../includes/Elements/Woo_Product_Gallery.php:118
5338
  msgid "Menu Order"
5339
  msgstr ""
5340
 
5341
- #: ../includes/Elements/Product_Grid.php:156, ../includes/Elements/Woo_Product_Carousel.php:136, ../includes/Elements/Woo_Product_Gallery.php:124
5342
  msgid "Recent Products"
5343
  msgstr ""
5344
 
5345
- #: ../includes/Elements/Product_Grid.php:157, ../includes/Elements/Woo_Product_Carousel.php:137, ../includes/Elements/Woo_Product_Gallery.php:125
5346
  msgid "Featured Products"
5347
  msgstr ""
5348
 
5349
- #: ../includes/Elements/Product_Grid.php:158, ../includes/Elements/Woo_Product_Carousel.php:138, ../includes/Elements/Woo_Product_Gallery.php:126
5350
  msgid "Best Selling Products"
5351
  msgstr ""
5352
 
5353
- #: ../includes/Elements/Product_Grid.php:159, ../includes/Elements/Woo_Product_Carousel.php:139, ../includes/Elements/Woo_Product_Gallery.php:127
5354
  msgid "Sale Products"
5355
  msgstr ""
5356
 
5357
- #: ../includes/Elements/Product_Grid.php:160, ../includes/Elements/Woo_Product_Carousel.php:140, ../includes/Elements/Woo_Product_Gallery.php:128
5358
  msgid "Top Rated Products"
5359
  msgstr ""
5360
 
5361
- #: ../includes/Elements/Product_Grid.php:226, ../includes/Elements/Woo_Product_Gallery.php:160
5362
  msgid "Layouts"
5363
  msgstr ""
5364
 
5365
- #: ../includes/Elements/Product_Grid.php:246, ../includes/Elements/Product_Grid.php:268, ../includes/Elements/Product_Grid.php:1680, ../includes/Elements/Product_Grid.php:1801, ../includes/Elements/Team_Member.php:280, ../includes/Elements/Woo_Product_Carousel.php:789, ../includes/Elements/Woo_Product_Gallery.php:304, ../includes/Elements/Woo_Product_Gallery.php:1479
5366
  msgid "Style Preset"
5367
  msgstr ""
5368
 
@@ -5378,7 +5390,7 @@ msgstr ""
5378
  msgid "Overlay Style"
5379
  msgstr ""
5380
 
5381
- #: ../includes/Elements/Product_Grid.php:254, ../includes/Elements/Product_Grid.php:1688, ../includes/Elements/Woo_Product_Carousel.php:797, ../includes/Elements/Woo_Product_Gallery.php:1487, ../includes/Traits/Controls.php:425
5382
  msgid "Preset 5"
5383
  msgstr ""
5384
 
@@ -5394,79 +5406,79 @@ msgstr ""
5394
  msgid "Preset 8"
5395
  msgstr ""
5396
 
5397
- #: ../includes/Elements/Product_Grid.php:272, ../includes/Elements/Product_Grid.php:1684, ../includes/Elements/Product_Grid.php:1805, ../includes/Elements/Simple_Menu.php:135, ../includes/Elements/Woo_Product_Carousel.php:793, ../includes/Elements/Woo_Product_Carousel.php:2087, ../includes/Elements/Woo_Product_Gallery.php:308, ../includes/Elements/Woo_Product_Gallery.php:1483, ../includes/Traits/Controls.php:421, ../includes/Template/Woo-Product-Carousel/preset-1.php:4
5398
  msgid "Preset 1"
5399
  msgstr ""
5400
 
5401
- #: ../includes/Elements/Product_Grid.php:273, ../includes/Elements/Product_Grid.php:1685, ../includes/Elements/Product_Grid.php:1806, ../includes/Elements/Simple_Menu.php:136, ../includes/Elements/Woo_Product_Carousel.php:794, ../includes/Elements/Woo_Product_Carousel.php:2088, ../includes/Elements/Woo_Product_Gallery.php:309, ../includes/Elements/Woo_Product_Gallery.php:1484, ../includes/Traits/Controls.php:422, ../includes/Template/Woo-Product-Carousel/preset-2.php:4
5402
  msgid "Preset 2"
5403
  msgstr ""
5404
 
5405
- #: ../includes/Elements/Product_Grid.php:274, ../includes/Elements/Product_Grid.php:1686, ../includes/Elements/Simple_Menu.php:137, ../includes/Elements/Woo_Product_Carousel.php:795, ../includes/Elements/Woo_Product_Carousel.php:2089, ../includes/Elements/Woo_Product_Gallery.php:310, ../includes/Elements/Woo_Product_Gallery.php:1485, ../includes/Traits/Controls.php:423, ../includes/Template/Woo-Product-Carousel/preset-3.php:4
5406
  msgid "Preset 3"
5407
  msgstr ""
5408
 
5409
- #: ../includes/Elements/Product_Grid.php:275, ../includes/Elements/Product_Grid.php:1687, ../includes/Elements/Woo_Product_Carousel.php:796, ../includes/Elements/Woo_Product_Carousel.php:2090, ../includes/Elements/Woo_Product_Gallery.php:311, ../includes/Elements/Woo_Product_Gallery.php:1486, ../includes/Traits/Controls.php:424, ../includes/Template/Woo-Product-Carousel/preset-4.php:4
5410
  msgid "Preset 4"
5411
  msgstr ""
5412
 
5413
- #: ../includes/Elements/Product_Grid.php:329, ../includes/Elements/Woo_Product_Gallery.php:340
5414
  msgid "Product Settings"
5415
  msgstr ""
5416
 
5417
- #: ../includes/Elements/Product_Grid.php:339, ../includes/Elements/Product_Grid.php:673, ../includes/Elements/Woo_Product_Carousel.php:847, ../includes/Elements/Woo_Product_Gallery.php:350, ../includes/Elements/Woo_Product_Gallery.php:521, ../includes/Traits/Woo_Product_Comparable.php:164
5418
  msgid "Products"
5419
  msgstr ""
5420
 
5421
- #: ../includes/Elements/Product_Grid.php:349, ../includes/Elements/Woo_Product_Gallery.php:360, ../includes/Traits/Controls.php:78
5422
  msgid "This option will only affect in <strong>Archive page of Elementor Theme Builder</strong> dynamically."
5423
  msgstr ""
5424
 
5425
- #: ../includes/Elements/Product_Grid.php:362, ../includes/Elements/Woo_Checkout.php:94, ../includes/Elements/Woo_Product_Carousel.php:184, ../includes/Elements/Woo_Product_Gallery.php:98, ../includes/Traits/Woo_Product_Comparable.php:135
5426
  msgid "<strong>WooCommerce</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=woocommerce&tab=search&type=term\" target=\"_blank\">WooCommerce</a> first."
5427
  msgstr ""
5428
 
5429
- #: ../includes/Elements/Product_Grid.php:369, ../includes/Elements/Woo_Product_Carousel.php:712, ../includes/Elements/Woo_Product_Gallery.php:369
5430
  msgid "Filter By"
5431
  msgstr ""
5432
 
5433
- #: ../includes/Elements/Product_Grid.php:379, ../includes/Elements/Woo_Product_Carousel.php:719, ../includes/Elements/Woo_Product_Gallery.php:379, ../includes/Traits/Controls.php:173, ../includes/Traits/Controls.php:300, ../includes/Traits/Controls.php:351
5434
  msgid "Order By"
5435
  msgstr ""
5436
 
5437
- #: ../includes/Elements/Product_Grid.php:387, ../includes/Elements/Woo_Product_Carousel.php:727, ../includes/Elements/Woo_Product_Gallery.php:387, ../includes/Traits/Controls.php:184, ../includes/Traits/Controls.php:318, ../includes/Traits/Controls.php:361
5438
  msgid "Order"
5439
  msgstr ""
5440
 
5441
- #: ../includes/Elements/Product_Grid.php:398, ../includes/Elements/Woo_Product_Carousel.php:738, ../includes/Elements/Woo_Product_Gallery.php:398
5442
  msgid "Products Count"
5443
  msgstr ""
5444
 
5445
- #: ../includes/Elements/Product_Grid.php:407, ../includes/Elements/Woo_Product_Carousel.php:747, ../includes/Elements/Woo_Product_Gallery.php:407, ../includes/Traits/Controls.php:164, ../includes/Traits/Controls.php:291, ../includes/Traits/Controls.php:1610, ../includes/Traits/Controls.php:1649, ../includes/Traits/Controls.php:1712, ../includes/Traits/Controls.php:1750
5446
  msgid "Offset"
5447
  msgstr ""
5448
 
5449
- #: ../includes/Elements/Product_Grid.php:413, ../includes/Elements/Woo_Product_Gallery.php:414
5450
  msgid "Product Categories"
5451
  msgstr ""
5452
 
5453
- #: ../includes/Elements/Product_Grid.php:446, ../includes/Elements/Progress_Bar.php:144, ../includes/Elements/Woo_Product_Gallery.php:446
5454
  msgid "div"
5455
  msgstr ""
5456
 
5457
- #: ../includes/Elements/Product_Grid.php:447, ../includes/Elements/Progress_Bar.php:145, ../includes/Elements/Woo_Product_Gallery.php:447
5458
  msgid "span"
5459
  msgstr ""
5460
 
5461
- #: ../includes/Elements/Product_Grid.php:448, ../includes/Elements/Progress_Bar.php:146, ../includes/Elements/Woo_Product_Gallery.php:448
5462
  msgid "p"
5463
  msgstr ""
5464
 
5465
- #: ../includes/Elements/Product_Grid.php:454, ../includes/Elements/Woo_Product_Carousel.php:263, ../includes/Elements/Woo_Product_Gallery.php:454
5466
  msgid "Show Product Rating?"
5467
  msgstr ""
5468
 
5469
- #: ../includes/Elements/Product_Grid.php:467, ../includes/Elements/Woo_Product_Carousel.php:272, ../includes/Elements/Woo_Product_Gallery.php:467
5470
  msgid "Show Product Price?"
5471
  msgstr ""
5472
 
@@ -5526,11 +5538,11 @@ msgstr ""
5526
  msgid "Default Product"
5527
  msgstr ""
5528
 
5529
- #: ../includes/Elements/Product_Grid.php:656, ../includes/Elements/Woo_Product_Gallery.php:505, ../includes/Traits/Controls.php:636, ../includes/Traits/Controls.php:941
5530
  msgid "Label Text"
5531
  msgstr ""
5532
 
5533
- #: ../includes/Elements/Product_Grid.php:730, ../includes/Elements/Team_Member.php:359, ../includes/Elements/Woo_Product_Gallery.php:559
5534
  msgid "Content Background Color"
5535
  msgstr ""
5536
 
@@ -5550,23 +5562,23 @@ msgstr ""
5550
  msgid "Width (%)"
5551
  msgstr ""
5552
 
5553
- #: ../includes/Elements/Product_Grid.php:1163, ../includes/Elements/Woo_Product_Carousel.php:1072, ../includes/Elements/Woo_Product_Gallery.php:730
5554
  msgid "Product Title Color"
5555
  msgstr ""
5556
 
5557
- #: ../includes/Elements/Product_Grid.php:1183, ../includes/Elements/Woo_Product_Carousel.php:1092, ../includes/Elements/Woo_Product_Gallery.php:750
5558
  msgid "Product Price"
5559
  msgstr ""
5560
 
5561
- #: ../includes/Elements/Product_Grid.php:1203, ../includes/Elements/Product_Grid.php:2476, ../includes/Elements/Woo_Product_Carousel.php:1561, ../includes/Elements/Woo_Product_Gallery.php:770, ../includes/Elements/Woo_Product_Gallery.php:1805
5562
  msgid "Sale Price Color"
5563
  msgstr ""
5564
 
5565
- #: ../includes/Elements/Product_Grid.php:1222, ../includes/Elements/Woo_Product_Carousel.php:1120, ../includes/Elements/Woo_Product_Gallery.php:789
5566
  msgid "Star Rating"
5567
  msgstr ""
5568
 
5569
- #: ../includes/Elements/Product_Grid.php:1230, ../includes/Elements/Woo_Product_Carousel.php:1128, ../includes/Elements/Woo_Product_Gallery.php:797
5570
  msgid "Rating Color"
5571
  msgstr ""
5572
 
@@ -5578,51 +5590,51 @@ msgstr ""
5578
  msgid "Sale Badge Style"
5579
  msgstr ""
5580
 
5581
- #: ../includes/Elements/Product_Grid.php:1361, ../includes/Elements/Woo_Product_Carousel.php:1206, ../includes/Elements/Woo_Product_Gallery.php:858
5582
  msgid "Sale Badge Color"
5583
  msgstr ""
5584
 
5585
- #: ../includes/Elements/Product_Grid.php:1373, ../includes/Elements/Woo_Product_Carousel.php:1218, ../includes/Elements/Woo_Product_Gallery.php:870
5586
  msgid "Sale Badge Background"
5587
  msgstr ""
5588
 
5589
- #: ../includes/Elements/Product_Grid.php:1395, ../includes/Elements/Woo_Product_Carousel.php:1240, ../includes/Elements/Woo_Product_Gallery.php:892
5590
  msgid "Stock Out Badge"
5591
  msgstr ""
5592
 
5593
- #: ../includes/Elements/Product_Grid.php:1403, ../includes/Elements/Woo_Product_Carousel.php:1248, ../includes/Elements/Woo_Product_Gallery.php:900
5594
  msgid "Stock Out Badge Color"
5595
  msgstr ""
5596
 
5597
- #: ../includes/Elements/Product_Grid.php:1415, ../includes/Elements/Woo_Product_Carousel.php:1260, ../includes/Elements/Woo_Product_Gallery.php:912
5598
  msgid "Stock Out Badge Background"
5599
  msgstr ""
5600
 
5601
- #: ../includes/Elements/Product_Grid.php:1442, ../includes/Elements/Woo_Product_Gallery.php:939
5602
  msgid "Add to Cart Button Styles"
5603
  msgstr ""
5604
 
5605
- #: ../includes/Elements/Product_Grid.php:1503, ../includes/Elements/Product_Grid.php:1579, ../includes/Elements/Woo_Product_Gallery.php:994, ../includes/Elements/Woo_Product_Gallery.php:1062
5606
  msgid "Button Color"
5607
  msgstr ""
5608
 
5609
- #: ../includes/Elements/Product_Grid.php:1650, ../includes/Elements/Woo_Product_Carousel.php:782, ../includes/Elements/Woo_Product_Gallery.php:1473
5610
  msgid "Sale / Stock Out Badge"
5611
  msgstr ""
5612
 
5613
- #: ../includes/Elements/Product_Grid.php:1718, ../includes/Elements/Woo_Product_Carousel.php:827, ../includes/Elements/Woo_Product_Gallery.php:1514
5614
  msgid "Sale Text"
5615
  msgstr ""
5616
 
5617
- #: ../includes/Elements/Product_Grid.php:1727, ../includes/Elements/Woo_Product_Carousel.php:835, ../includes/Elements/Woo_Product_Gallery.php:1522
5618
  msgid "Stock Out Text"
5619
  msgstr ""
5620
 
5621
- #: ../includes/Elements/Product_Grid.php:1767, ../includes/Elements/Woo_Product_Carousel.php:380, ../includes/Elements/Woo_Product_Gallery.php:1541
5622
  msgid "Show Quick view?"
5623
  msgstr ""
5624
 
5625
- #: ../includes/Elements/Product_Grid.php:1777, ../includes/Elements/Woo_Product_Carousel.php:390, ../includes/Elements/Woo_Product_Gallery.php:1556
5626
  msgid "Quick view Title Tag"
5627
  msgstr ""
5628
 
@@ -5654,27 +5666,27 @@ msgstr ""
5654
  msgid "Loader"
5655
  msgstr ""
5656
 
5657
- #: ../includes/Elements/Product_Grid.php:2408, ../includes/Elements/Woo_Product_Carousel.php:1494, ../includes/Elements/Woo_Product_Gallery.php:1732
5658
  msgid "Popup"
5659
  msgstr ""
5660
 
5661
- #: ../includes/Elements/Product_Grid.php:2518, ../includes/Elements/Woo_Product_Carousel.php:1615, ../includes/Elements/Woo_Product_Gallery.php:1847
5662
  msgid "Review Link Color"
5663
  msgstr ""
5664
 
5665
- #: ../includes/Elements/Product_Grid.php:2529, ../includes/Elements/Woo_Product_Carousel.php:1627, ../includes/Elements/Woo_Product_Gallery.php:1858
5666
  msgid "Review Link Hover"
5667
  msgstr ""
5668
 
5669
- #: ../includes/Elements/Product_Grid.php:2554, ../includes/Elements/Woo_Product_Carousel.php:1652, ../includes/Elements/Woo_Product_Gallery.php:1883
5670
  msgid "Sale"
5671
  msgstr ""
5672
 
5673
- #: ../includes/Elements/Product_Grid.php:2595, ../includes/Elements/Woo_Checkout.php:203, ../includes/Elements/Woo_Product_Carousel.php:1692, ../includes/Elements/Woo_Product_Gallery.php:1924
5674
  msgid "Quantity"
5675
  msgstr ""
5676
 
5677
- #: ../includes/Elements/Product_Grid.php:2652, ../includes/Elements/Woo_Product_Carousel.php:1749, ../includes/Elements/Woo_Product_Gallery.php:1981
5678
  msgid "Cart Button"
5679
  msgstr ""
5680
 
@@ -5818,7 +5830,7 @@ msgstr ""
5818
  msgid "Hamburger Menu"
5819
  msgstr ""
5820
 
5821
- #: ../includes/Elements/Simple_Menu.php:320, ../includes/Elements/Woo_Product_Gallery.php:1232
5822
  msgid "Items"
5823
  msgstr ""
5824
 
@@ -5878,7 +5890,7 @@ msgstr ""
5878
  msgid "Sticky"
5879
  msgstr ""
5880
 
5881
- #: ../includes/Elements/Sticky_Video.php:116, ../includes/Elements/Woo_Product_Carousel.php:2099, ../includes/Elements/Woo_Product_Gallery.php:175, ../includes/Extensions/Reading_Progress.php:110, ../includes/Extensions/Table_of_Content.php:433, ../includes/Traits/Controls.php:1566, ../includes/Traits/Woo_Product_Comparable.php:1473
5882
  msgid "Position"
5883
  msgstr ""
5884
 
@@ -6590,7 +6602,7 @@ msgstr ""
6590
  msgid "Product Text"
6591
  msgstr ""
6592
 
6593
- #: ../includes/Elements/Woo_Checkout.php:186, ../includes/Elements/Woo_Product_Gallery.php:283
6594
  msgid "Product"
6595
  msgstr ""
6596
 
@@ -6886,7 +6898,7 @@ msgstr ""
6886
  msgid "Product Price Color"
6887
  msgstr ""
6888
 
6889
- #: ../includes/Elements/Woo_Product_Carousel.php:1198, ../includes/Elements/Woo_Product_Gallery.php:850
6890
  msgid "Sale Badge"
6891
  msgstr ""
6892
 
@@ -6962,47 +6974,51 @@ msgstr ""
6962
  msgid "<p class=\"eael-no-posts-found\">No layout found!</p>"
6963
  msgstr ""
6964
 
6965
- #: ../includes/Elements/Woo_Product_Gallery.php:167
6966
  msgid "Gallery"
6967
  msgstr ""
6968
 
6969
- #: ../includes/Elements/Woo_Product_Gallery.php:244
6970
  msgid "Show All Category Tab"
6971
  msgstr ""
6972
 
6973
- #: ../includes/Elements/Woo_Product_Gallery.php:256
6974
  msgid "Change All Text"
6975
  msgstr ""
6976
 
6977
- #: ../includes/Elements/Woo_Product_Gallery.php:270
6978
  msgid "Show Category Thumbnail"
6979
  msgstr ""
6980
 
6981
- #: ../includes/Elements/Woo_Product_Gallery.php:276
6982
  msgid "Display thumbnail if a category has a thumbnail."
6983
  msgstr ""
6984
 
6985
- #: ../includes/Elements/Woo_Product_Gallery.php:1125
6986
  msgid "Gallery Styles"
6987
  msgstr ""
6988
 
6989
- #: ../includes/Elements/Woo_Product_Gallery.php:1166
6990
  msgid "Gap"
6991
  msgstr ""
6992
 
6993
- #: ../includes/Elements/Woo_Product_Gallery.php:1583
 
 
 
 
6994
  msgid "Show Add to Cart?"
6995
  msgstr ""
6996
 
6997
- #: ../includes/Elements/Woo_Product_Gallery.php:1593
6998
  msgid "Show Link?"
6999
  msgstr ""
7000
 
7001
- #: ../includes/Elements/Woo_Product_Gallery.php:1609
7002
  msgid "Image Clickable?"
7003
  msgstr ""
7004
 
7005
- #: ../includes/Elements/Woo_Product_Gallery.php:2560
7006
  msgid "<p class=\"no-posts-found\">No Category Found!</p>"
7007
  msgstr ""
7008
 
13
  "X-Poedit-SourceCharset: UTF-8\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
 
16
+ #: ../includes/Classes/Helper.php:205, ../includes/Elements/Adv_Accordion.php:323, ../includes/Elements/Adv_Tabs.php:296, ../includes/Elements/Contact_Form_7.php:270, ../includes/Elements/Content_Ticker.php:306, ../includes/Elements/Countdown.php:467, ../includes/Elements/Creative_Button.php:188, ../includes/Elements/Cta_Box.php:346, ../includes/Elements/Data_Table.php:482, ../includes/Elements/Dual_Color_Header.php:214, ../includes/Elements/Fancy_Text.php:269, ../includes/Elements/Filterable_Gallery.php:795, ../includes/Elements/Flip_Box.php:727, ../includes/Elements/Info_Box.php:493, ../includes/Elements/Login_Register.php:1038, ../includes/Elements/Pricing_Table.php:697, ../includes/Elements/Progress_Bar.php:271, ../includes/Elements/Team_Member.php:237, ../includes/Elements/Testimonial.php:214, ../includes/Elements/Tooltip.php:513, ../includes/Elements/Twitter_Feed.php:308, ../includes/Elements/WeForms.php:110
17
  msgid "Go Premium for More Features"
18
  msgstr ""
19
 
20
+ #: ../includes/Classes/Helper.php:212, ../includes/Elements/Adv_Accordion.php:330, ../includes/Elements/Adv_Tabs.php:303, ../includes/Elements/Contact_Form_7.php:277, ../includes/Elements/Content_Ticker.php:313, ../includes/Elements/Countdown.php:474, ../includes/Elements/Creative_Button.php:195, ../includes/Elements/Cta_Box.php:353, ../includes/Elements/Data_Table.php:489, ../includes/Elements/Dual_Color_Header.php:221, ../includes/Elements/Fancy_Text.php:276, ../includes/Elements/Filterable_Gallery.php:802, ../includes/Elements/Flip_Box.php:734, ../includes/Elements/Info_Box.php:500, ../includes/Elements/Login_Register.php:1045, ../includes/Elements/Pricing_Table.php:704, ../includes/Elements/Progress_Bar.php:278, ../includes/Elements/Team_Member.php:244, ../includes/Elements/Testimonial.php:221, ../includes/Elements/Tooltip.php:520, ../includes/Elements/Twitter_Feed.php:315, ../includes/Elements/WeForms.php:117
21
  msgid "Unlock more possibilities"
22
  msgstr ""
23
 
25
  msgid "Select a Contact Form"
26
  msgstr ""
27
 
28
+ #: ../includes/Classes/Helper.php:435, ../includes/Classes/Helper.php:461, ../includes/Classes/Helper.php:488, ../includes/Classes/Helper.php:515, ../includes/Classes/Helper.php:540, ../includes/Classes/Helper.php:570, ../includes/Elements/FluentForm.php:90
29
  msgid "Create a Form First"
30
  msgstr ""
31
 
49
  msgid "Select a WPForm"
50
  msgstr ""
51
 
 
 
 
 
52
  #: ../includes/Classes/WPDeveloper_Core_Installer.php:60
53
  msgid "You don't have permission to install the plugins"
54
  msgstr ""
126
  " option."
127
  msgstr ""
128
 
129
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:215, ../includes/Elements/Caldera_Forms.php:1164, ../includes/Elements/Contact_Form_7.php:1190, ../includes/Elements/Content_Ticker.php:92, ../includes/Elements/FluentForm.php:1514, ../includes/Elements/Formstack.php:1400, ../includes/Elements/GravityForms.php:1752, ../includes/Elements/Login_Register.php:301, ../includes/Elements/Login_Register.php:461, ../includes/Elements/Login_Register.php:567, ../includes/Elements/Login_Register.php:876, ../includes/Elements/Login_Register.php:1319, ../includes/Elements/Login_Register.php:1425, ../includes/Elements/Login_Register.php:1493, ../includes/Elements/Login_Register.php:1619, ../includes/Elements/Login_Register.php:1876, ../includes/Elements/Login_Register.php:2020, ../includes/Elements/Login_Register.php:2170, ../includes/Elements/Login_Register.php:2313, ../includes/Elements/Login_Register.php:2404, ../includes/Elements/Login_Register.php:2502, ../includes/Elements/Login_Register.php:2704, ../includes/Elements/Login_Register.php:2749, ../includes/Elements/Login_Register.php:2781, ../includes/Elements/Login_Register.php:3015, ../includes/Elements/Login_Register.php:3177, ../includes/Elements/Login_Register.php:3476, ../includes/Elements/NinjaForms.php:1328, ../includes/Elements/WpForms.php:1168, ../includes/Traits/Woo_Product_Comparable.php:420, ../includes/Traits/Woo_Product_Comparable.php:534, ../includes/Traits/Woo_Product_Comparable.php:625, ../includes/Traits/Woo_Product_Comparable.php:694
130
  msgid "Custom"
131
  msgstr ""
132
 
439
  msgid "Woo Product Compare"
440
  msgstr ""
441
 
442
+ #: ../includes/Classes/WPDeveloper_Setup_Wizard.php:791, ../includes/Elements/Woo_Product_Gallery.php:49, ../includes/templates/admin/elements.php:530
443
  msgid "Woo Product Gallery"
444
  msgstr ""
445
 
455
  msgid "Data Source"
456
  msgstr ""
457
 
458
+ #: ../includes/Elements/Advanced_Data_Table.php:80, ../includes/Elements/Event_Calendar.php:93, ../includes/Elements/Product_Grid.php:335, ../includes/Elements/Sticky_Video.php:144, ../includes/Elements/Woo_Product_Gallery.php:365, ../includes/Traits/Controls.php:67
459
  msgid "Source"
460
  msgstr ""
461
 
511
  msgid "Sort"
512
  msgstr ""
513
 
514
+ #: ../includes/Elements/Advanced_Data_Table.php:165, ../includes/Elements/Caldera_Forms.php:162, ../includes/Elements/Caldera_Forms.php:895, ../includes/Elements/Contact_Form_7.php:900, ../includes/Elements/Filterable_Gallery.php:2291, ../includes/Elements/FluentForm.php:203, ../includes/Elements/FluentForm.php:891, ../includes/Elements/Formstack.php:244, ../includes/Elements/Formstack.php:1090, ../includes/Elements/GravityForms.php:231, ../includes/Elements/GravityForms.php:1165, ../includes/Elements/Login_Register.php:1092, ../includes/Elements/NinjaForms.php:183, ../includes/Elements/NinjaForms.php:939, ../includes/Elements/WpForms.php:190, ../includes/Elements/WpForms.php:896
515
  msgid "Placeholder"
516
  msgstr ""
517
 
518
+ #: ../includes/Elements/Advanced_Data_Table.php:180, ../includes/Elements/Advanced_Data_Table.php:1069, ../includes/Elements/Facebook_Feed.php:376, ../includes/Elements/FluentForm.php:1731, ../includes/Elements/Formstack.php:1593, ../includes/Elements/Product_Grid.php:2119, ../includes/Elements/Product_Grid.php:2170
519
  msgid "Pagination"
520
  msgstr ""
521
 
523
  msgid "Pagination Type"
524
  msgstr ""
525
 
526
+ #: ../includes/Elements/Advanced_Data_Table.php:193, ../includes/Elements/Advanced_Data_Table.php:1345, ../includes/Elements/Betterdocs_Category_Grid.php:1290, ../includes/Elements/Event_Calendar.php:759, ../includes/Elements/Flip_Box.php:651, ../includes/Elements/FluentForm.php:1965, ../includes/Elements/Formstack.php:1773, ../includes/Elements/Info_Box.php:350, ../includes/Elements/Pricing_Table.php:501, ../includes/Elements/Pricing_Table.php:1810, ../includes/Elements/Product_Grid.php:1822, ../includes/Elements/Woo_Checkout.php:1291, ../includes/Elements/Woo_Checkout.php:1589, ../includes/Elements/Woo_Checkout.php:2448, ../includes/Elements/Woo_Product_Carousel.php:1285, ../includes/Elements/Woo_Product_Gallery.php:1642, ../includes/Traits/Woo_Product_Comparable.php:1211, ../includes/Traits/Woo_Product_Comparable.php:1261
527
  msgid "Button"
528
  msgstr ""
529
 
571
  msgid "Table"
572
  msgstr ""
573
 
574
+ #: ../includes/Elements/Advanced_Data_Table.php:324, ../includes/Elements/Advanced_Data_Table.php:885, ../includes/Elements/Advanced_Data_Table.php:1080, ../includes/Elements/Betterdocs_Search_Form.php:311, ../includes/Elements/Caldera_Forms.php:1159, ../includes/Elements/Caldera_Forms.php:1173, ../includes/Elements/Contact_Form_7.php:1185, ../includes/Elements/Contact_Form_7.php:1199, ../includes/Elements/Creative_Button.php:467, ../includes/Elements/Data_Table.php:521, ../includes/Elements/Data_Table.php:1150, ../includes/Elements/Dual_Color_Header.php:749, ../includes/Elements/Dual_Color_Header.php:829, ../includes/Elements/Filterable_Gallery.php:2156, ../includes/Elements/Filterable_Gallery.php:2314, ../includes/Elements/FluentForm.php:1509, ../includes/Elements/FluentForm.php:1523, ../includes/Elements/Formstack.php:1395, ../includes/Elements/Formstack.php:1409, ../includes/Elements/GravityForms.php:1631, ../includes/Elements/GravityForms.php:1747, ../includes/Elements/GravityForms.php:1761, ../includes/Elements/GravityForms.php:1994, ../includes/Elements/Login_Register.php:1498, ../includes/Elements/Login_Register.php:2026, ../includes/Elements/NinjaForms.php:1323, ../includes/Elements/NinjaForms.php:1337, ../includes/Elements/Progress_Bar.php:356, ../includes/Elements/Sticky_Video.php:441, ../includes/Elements/Sticky_Video.php:525, ../includes/Elements/Twitter_Feed.php:804, ../includes/Elements/Woo_Product_Carousel.php:1293, ../includes/Elements/Woo_Product_Carousel.php:2123, ../includes/Elements/Woo_Product_Carousel.php:2326, ../includes/Elements/Woo_Product_Carousel.php:2406, ../includes/Elements/Woo_Product_Gallery.php:1163, ../includes/Elements/WpForms.php:1163, ../includes/Elements/WpForms.php:1177, ../includes/Extensions/Table_of_Content.php:407, ../includes/Traits/Woo_Product_Comparable.php:307, ../includes/Traits/Woo_Product_Comparable.php:969, ../includes/Traits/Woo_Product_Comparable.php:1118
575
  msgid "Width"
576
  msgstr ""
577
 
578
+ #: ../includes/Elements/Advanced_Data_Table.php:361, ../includes/Elements/Advanced_Data_Table.php:1029, ../includes/Elements/Advanced_Data_Table.php:1227, ../includes/Elements/Advanced_Data_Table.php:1299, ../includes/Elements/Advanced_Data_Table.php:1427, ../includes/Elements/Adv_Accordion.php:382, ../includes/Elements/Adv_Accordion.php:571, ../includes/Elements/Adv_Accordion.php:631, ../includes/Elements/Adv_Accordion.php:692, ../includes/Elements/Adv_Accordion.php:775, ../includes/Elements/Adv_Accordion.php:897, ../includes/Elements/Adv_Accordion.php:943, ../includes/Elements/Adv_Accordion.php:989, ../includes/Elements/Adv_Tabs.php:358, ../includes/Elements/Adv_Tabs.php:552, ../includes/Elements/Adv_Tabs.php:619, ../includes/Elements/Adv_Tabs.php:688, ../includes/Elements/Adv_Tabs.php:782, ../includes/Elements/Betterdocs_Category_Box.php:300, ../includes/Elements/Betterdocs_Category_Box.php:368, ../includes/Elements/Betterdocs_Category_Box.php:489, ../includes/Elements/Betterdocs_Category_Box.php:565, ../includes/Elements/Betterdocs_Category_Box.php:885, ../includes/Elements/Betterdocs_Category_Box.php:990, ../includes/Elements/Betterdocs_Category_Grid.php:341, ../includes/Elements/Betterdocs_Category_Grid.php:389, ../includes/Elements/Betterdocs_Category_Grid.php:474, ../includes/Elements/Betterdocs_Category_Grid.php:515, ../includes/Elements/Betterdocs_Category_Grid.php:640, ../includes/Elements/Betterdocs_Category_Grid.php:694, ../includes/Elements/Betterdocs_Category_Grid.php:844, ../includes/Elements/Betterdocs_Category_Grid.php:941, ../includes/Elements/Betterdocs_Category_Grid.php:1186, ../includes/Elements/Betterdocs_Category_Grid.php:1386, ../includes/Elements/Betterdocs_Category_Grid.php:1485, ../includes/Elements/Betterdocs_Search_Form.php:210, ../includes/Elements/Betterdocs_Search_Form.php:365, ../includes/Elements/Betterdocs_Search_Form.php:423, ../includes/Elements/Betterdocs_Search_Form.php:533, ../includes/Elements/Caldera_Forms.php:617, ../includes/Elements/Caldera_Forms.php:813, ../includes/Elements/Caldera_Forms.php:1229, ../includes/Elements/Caldera_Forms.php:1387, ../includes/Elements/Contact_Form_7.php:711, ../includes/Elements/Contact_Form_7.php:776, ../includes/Elements/Contact_Form_7.php:1255, ../includes/Elements/Contact_Form_7.php:1457, ../includes/Elements/Contact_Form_7.php:1551, ../includes/Elements/Contact_Form_7.php:1618, ../includes/Elements/Content_Ticker.php:622, ../includes/Elements/Countdown.php:619, ../includes/Elements/Cta_Box.php:463, ../includes/Elements/Cta_Box.php:740, ../includes/Elements/Cta_Box.php:927, ../includes/Elements/Data_Table.php:652, ../includes/Elements/Data_Table.php:691, ../includes/Elements/Data_Table.php:883, ../includes/Elements/Data_Table.php:1217, ../includes/Elements/Dual_Color_Header.php:347, ../includes/Elements/Event_Calendar.php:810, ../includes/Elements/Event_Calendar.php:877, ../includes/Elements/Event_Calendar.php:931, ../includes/Elements/Event_Calendar.php:1603, ../includes/Elements/Event_Calendar.php:1674, ../includes/Elements/Facebook_Feed.php:451, ../includes/Elements/Filterable_Gallery.php:871, ../includes/Elements/Filterable_Gallery.php:984, ../includes/Elements/Filterable_Gallery.php:1050, ../includes/Elements/Filterable_Gallery.php:1130, ../includes/Elements/Filterable_Gallery.php:1277, ../includes/Elements/Filterable_Gallery.php:1334, ../includes/Elements/Filterable_Gallery.php:1553, ../includes/Elements/Filterable_Gallery.php:1828, ../includes/Elements/Filterable_Gallery.php:1889, ../includes/Elements/Filterable_Gallery.php:2410, ../includes/Elements/Filterable_Gallery.php:2527, ../includes/Elements/Flip_Box.php:988, ../includes/Elements/Flip_Box.php:1101, ../includes/Elements/FluentForm.php:666, ../includes/Elements/FluentForm.php:862, ../includes/Elements/FluentForm.php:1580, ../includes/Elements/FluentForm.php:1878, ../includes/Elements/FluentForm.php:2005, ../includes/Elements/FluentForm.php:2123, ../includes/Elements/Formstack.php:865, ../includes/Elements/Formstack.php:1061, ../includes/Elements/Formstack.php:1465, ../includes/Elements/Formstack.php:1686, ../includes/Elements/Formstack.php:1815, ../includes/Elements/GravityForms.php:835, ../includes/Elements/GravityForms.php:899, ../includes/Elements/GravityForms.php:1655, ../includes/Elements/GravityForms.php:1824, ../includes/Elements/GravityForms.php:2051, ../includes/Elements/Image_Accordion.php:354, ../includes/Elements/Image_Accordion.php:464, ../includes/Elements/Info_Box.php:569, ../includes/Elements/Info_Box.php:624, ../includes/Elements/Info_Box.php:818, ../includes/Elements/Info_Box.php:898, ../includes/Elements/Info_Box.php:1051, ../includes/Elements/Info_Box.php:1132, ../includes/Elements/Login_Register.php:2778, ../includes/Elements/NinjaForms.php:659, ../includes/Elements/NinjaForms.php:857, ../includes/Elements/NinjaForms.php:1397, ../includes/Elements/Post_Grid.php:303, ../includes/Elements/Pricing_Table.php:1761, ../includes/Elements/Pricing_Table.php:1927, ../includes/Elements/Product_Grid.php:2265, ../includes/Elements/Simple_Menu.php:621, ../includes/Elements/Simple_Menu.php:694, ../includes/Elements/Team_Member.php:413, ../includes/Elements/Team_Member.php:501, ../includes/Elements/Testimonial.php:435, ../includes/Elements/Tooltip.php:439, ../includes/Elements/Tooltip.php:482, ../includes/Elements/Twitter_Feed.php:461, ../includes/Elements/Twitter_Feed.php:551, ../includes/Elements/Twitter_Feed.php:868, ../includes/Elements/Woo_Checkout.php:1511, ../includes/Elements/Woo_Checkout.php:1757, ../includes/Elements/Woo_Product_Carousel.php:2231, ../includes/Elements/Woo_Product_Carousel.php:2665, ../includes/Elements/WpForms.php:628, ../includes/Elements/WpForms.php:814, ../includes/Elements/WpForms.php:1233, ../includes/Extensions/Table_of_Content.php:521, ../includes/Traits/Controls.php:1255, ../includes/Traits/Controls.php:1309, ../includes/Traits/Controls.php:1439
579
  msgid "Border"
580
  msgstr ""
581
 
582
+ #: ../includes/Elements/Advanced_Data_Table.php:387, ../includes/Elements/Advanced_Data_Table.php:1055, ../includes/Elements/Advanced_Data_Table.php:1253, ../includes/Elements/Advanced_Data_Table.php:1325, ../includes/Elements/Advanced_Data_Table.php:1449, ../includes/Elements/Adv_Accordion.php:389, ../includes/Elements/Adv_Accordion.php:578, ../includes/Elements/Adv_Accordion.php:638, ../includes/Elements/Adv_Accordion.php:699, ../includes/Elements/Adv_Tabs.php:366, ../includes/Elements/Adv_Tabs.php:559, ../includes/Elements/Adv_Tabs.php:626, ../includes/Elements/Adv_Tabs.php:695, ../includes/Elements/Adv_Tabs.php:789, ../includes/Elements/Betterdocs_Category_Box.php:308, ../includes/Elements/Betterdocs_Category_Box.php:376, ../includes/Elements/Betterdocs_Category_Box.php:497, ../includes/Elements/Betterdocs_Category_Box.php:574, ../includes/Elements/Betterdocs_Category_Box.php:896, ../includes/Elements/Betterdocs_Category_Box.php:1001, ../includes/Elements/Betterdocs_Category_Grid.php:349, ../includes/Elements/Betterdocs_Category_Grid.php:397, ../includes/Elements/Betterdocs_Category_Grid.php:482, ../includes/Elements/Betterdocs_Category_Grid.php:523, ../includes/Elements/Betterdocs_Category_Grid.php:648, ../includes/Elements/Betterdocs_Category_Grid.php:702, ../includes/Elements/Betterdocs_Category_Grid.php:855, ../includes/Elements/Betterdocs_Category_Grid.php:952, ../includes/Elements/Betterdocs_Category_Grid.php:1394, ../includes/Elements/Betterdocs_Category_Grid.php:1493, ../includes/Elements/Betterdocs_Search_Form.php:197, ../includes/Elements/Caldera_Forms.php:480, ../includes/Elements/Caldera_Forms.php:628, ../includes/Elements/Caldera_Forms.php:1046, ../includes/Elements/Caldera_Forms.php:1072, ../includes/Elements/Caldera_Forms.php:1239, ../includes/Elements/Contact_Form_7.php:396, ../includes/Elements/Contact_Form_7.php:722, ../includes/Elements/Contact_Form_7.php:1073, ../includes/Elements/Contact_Form_7.php:1099, ../includes/Elements/Contact_Form_7.php:1264, ../includes/Elements/Content_Ticker.php:401, ../includes/Elements/Content_Ticker.php:475, ../includes/Elements/Content_Ticker.php:632, ../includes/Elements/Countdown.php:627, ../includes/Elements/Creative_Button.php:336, ../includes/Elements/Cta_Box.php:471, ../includes/Elements/Cta_Box.php:748, ../includes/Elements/Cta_Box.php:935, ../includes/Elements/Dual_Color_Header.php:355, ../includes/Elements/Event_Calendar.php:818, ../includes/Elements/Event_Calendar.php:885, ../includes/Elements/Event_Calendar.php:939, ../includes/Elements/Event_Calendar.php:1175, ../includes/Elements/Event_Calendar.php:1343, ../includes/Elements/Event_Calendar.php:1611, ../includes/Elements/Event_Calendar.php:1682, ../includes/Elements/Facebook_Feed.php:476, ../includes/Elements/Facebook_Feed.php:536, ../includes/Elements/Fancy_Text.php:515, ../includes/Elements/Feature_List.php:640, ../includes/Elements/Filterable_Gallery.php:879, ../includes/Elements/Filterable_Gallery.php:992, ../includes/Elements/Filterable_Gallery.php:1058, ../includes/Elements/Filterable_Gallery.php:1138, ../includes/Elements/Filterable_Gallery.php:1342, ../includes/Elements/Filterable_Gallery.php:1836, ../includes/Elements/Filterable_Gallery.php:1897, ../includes/Elements/Filterable_Gallery.php:2068, ../includes/Elements/Filterable_Gallery.php:2199, ../includes/Elements/Filterable_Gallery.php:2334, ../includes/Elements/Filterable_Gallery.php:2432, ../includes/Elements/Filterable_Gallery.php:2541, ../includes/Elements/Flip_Box.php:826, ../includes/Elements/Flip_Box.php:887, ../includes/Elements/Flip_Box.php:1011, ../includes/Elements/Flip_Box.php:1124, ../includes/Elements/Flip_Box.php:1385, ../includes/Elements/FluentForm.php:527, ../includes/Elements/FluentForm.php:677, ../includes/Elements/FluentForm.php:1042, ../includes/Elements/FluentForm.php:1068, ../includes/Elements/FluentForm.php:1590, ../includes/Elements/FluentForm.php:1889, ../includes/Elements/FluentForm.php:2013, ../includes/Elements/FluentForm.php:2067, ../includes/Elements/Formstack.php:399, ../includes/Elements/Formstack.php:876, ../includes/Elements/Formstack.php:1202, ../includes/Elements/Formstack.php:1228, ../includes/Elements/Formstack.php:1475, ../includes/Elements/Formstack.php:1697, ../includes/Elements/Formstack.php:1823, ../includes/Elements/Formstack.php:1879, ../includes/Elements/GravityForms.php:436, ../includes/Elements/GravityForms.php:846, ../includes/Elements/GravityForms.php:1316, ../includes/Elements/GravityForms.php:1512, ../includes/Elements/GravityForms.php:1665, ../includes/Elements/GravityForms.php:1834, ../includes/Elements/GravityForms.php:2061, ../includes/Elements/Image_Accordion.php:362, ../includes/Elements/Image_Accordion.php:452, ../includes/Elements/Info_Box.php:1214, ../includes/Elements/Login_Register.php:1579, ../includes/Elements/Login_Register.php:1814, ../includes/Elements/Login_Register.php:1988, ../includes/Elements/Login_Register.php:2144, ../includes/Elements/Login_Register.php:2284, ../includes/Elements/Login_Register.php:2378, ../includes/Elements/Login_Register.php:2469, ../includes/Elements/Login_Register.php:2643, ../includes/Elements/Login_Register.php:2680, ../includes/Elements/Login_Register.php:2794, ../includes/Elements/Login_Register.php:3304, ../includes/Elements/Login_Register.php:3341, ../includes/Elements/Login_Register.php:3625, ../includes/Elements/Login_Register.php:3662, ../includes/Elements/NinjaForms.php:369, ../includes/Elements/NinjaForms.php:670, ../includes/Elements/NinjaForms.php:1094, ../includes/Elements/NinjaForms.php:1121, ../includes/Elements/NinjaForms.php:1407, ../includes/Elements/Post_Grid.php:311, ../includes/Elements/Pricing_Table.php:781, ../includes/Elements/Pricing_Table.php:1535, ../includes/Elements/Pricing_Table.php:1784, ../includes/Elements/Pricing_Table.php:1935, ../includes/Elements/Product_Grid.php:933, ../includes/Elements/Product_Grid.php:2009, ../includes/Elements/Product_Grid.php:2365, ../includes/Elements/Product_Grid.php:2705, ../includes/Elements/Product_Grid.php:2904, ../includes/Elements/Product_Grid.php:2936, ../includes/Elements/Simple_Menu.php:629, ../includes/Elements/Sticky_Video.php:591, ../includes/Elements/Team_Member.php:421, ../includes/Elements/Team_Member.php:520, ../includes/Elements/Team_Member.php:767, ../includes/Elements/Testimonial.php:454, ../includes/Elements/Tooltip.php:499, ../includes/Elements/Twitter_Feed.php:469, ../includes/Elements/Twitter_Feed.php:562, ../includes/Elements/TypeForm.php:310, ../includes/Elements/WeForms.php:253, ../includes/Elements/WeForms.php:394, ../includes/Elements/WeForms.php:722, ../includes/Elements/Woo_Checkout.php:651, ../includes/Elements/Woo_Checkout.php:800, ../includes/Elements/Woo_Checkout.php:996, ../includes/Elements/Woo_Checkout.php:1244, ../includes/Elements/Woo_Checkout.php:1397, ../includes/Elements/Woo_Checkout.php:1520, ../includes/Elements/Woo_Checkout.php:1695, ../includes/Elements/Woo_Checkout.php:1903, ../includes/Elements/Woo_Checkout.php:2105, ../includes/Elements/Woo_Checkout.php:2285, ../includes/Elements/Woo_Checkout.php:2565, ../includes/Elements/Woo_Product_Carousel.php:998, ../includes/Elements/Woo_Product_Carousel.php:1400, ../includes/Elements/Woo_Product_Carousel.php:1803, ../includes/Elements/Woo_Product_Carousel.php:1999, ../includes/Elements/Woo_Product_Carousel.php:2031, ../includes/Elements/Woo_Product_Carousel.php:2241, ../includes/Elements/Woo_Product_Carousel.php:2364, ../includes/Elements/Woo_Product_Carousel.php:2488, ../includes/Elements/Woo_Product_Carousel.php:2675, ../includes/Elements/Woo_Product_Gallery.php:675, ../includes/Elements/Woo_Product_Gallery.php:1693, ../includes/Elements/Woo_Product_Gallery.php:2053, ../includes/Elements/Woo_Product_Gallery.php:2252, ../includes/Elements/Woo_Product_Gallery.php:2284, ../includes/Elements/WpForms.php:338, ../includes/Elements/WpForms.php:639, ../includes/Elements/WpForms.php:1047, ../includes/Elements/WpForms.php:1073, ../includes/Elements/WpForms.php:1243, ../includes/Extensions/Table_of_Content.php:544, ../includes/Extensions/Table_of_Content.php:759, ../includes/Traits/Controls.php:1263, ../includes/Traits/Controls.php:1317, ../includes/Traits/Controls.php:1447, ../includes/Traits/Woo_Product_Comparable.php:368, ../includes/Traits/Woo_Product_Comparable.php:513, ../includes/Traits/Woo_Product_Comparable.php:1394
583
  msgid "Border Radius"
584
  msgstr ""
585
 
586
+ #: ../includes/Elements/Advanced_Data_Table.php:400, ../includes/Elements/Advanced_Data_Table.php:1463, ../includes/Elements/Betterdocs_Category_Grid.php:331, ../includes/Elements/Betterdocs_Category_Grid.php:379, ../includes/Elements/Event_Calendar.php:697, ../includes/Elements/Event_Calendar.php:1635, ../includes/Elements/Event_Calendar.php:1709, ../includes/Elements/Product_Grid.php:893, ../includes/Elements/Product_Grid.php:921, ../includes/Elements/Product_Grid.php:2928, ../includes/Elements/Product_Grid.php:2963, ../includes/Elements/Progress_Bar.php:652, ../includes/Elements/Twitter_Feed.php:664, ../includes/Elements/Twitter_Feed.php:876, ../includes/Elements/Woo_Product_Carousel.php:957, ../includes/Elements/Woo_Product_Carousel.php:986, ../includes/Elements/Woo_Product_Carousel.php:2023, ../includes/Elements/Woo_Product_Carousel.php:2058, ../includes/Elements/Woo_Product_Carousel.php:2737, ../includes/Elements/Woo_Product_Gallery.php:635, ../includes/Elements/Woo_Product_Gallery.php:663, ../includes/Elements/Woo_Product_Gallery.php:1243, ../includes/Elements/Woo_Product_Gallery.php:1419, ../includes/Elements/Woo_Product_Gallery.php:2276, ../includes/Elements/Woo_Product_Gallery.php:2311, ../includes/Extensions/Table_of_Content.php:533, ../includes/Extensions/Table_of_Content.php:778, ../includes/Traits/Woo_Product_Comparable.php:1418
587
  msgid "Box Shadow"
588
  msgstr ""
589
 
591
  msgid "Head"
592
  msgstr ""
593
 
594
+ #: ../includes/Elements/Advanced_Data_Table.php:419, ../includes/Elements/Advanced_Data_Table.php:538, ../includes/Elements/Advanced_Data_Table.php:996, ../includes/Elements/Advanced_Data_Table.php:1146, ../includes/Elements/Advanced_Data_Table.php:1354, ../includes/Elements/Caldera_Forms.php:286, ../includes/Elements/Caldera_Forms.php:347, ../includes/Elements/Caldera_Forms.php:535, ../includes/Elements/Caldera_Forms.php:773, ../includes/Elements/Caldera_Forms.php:862, ../includes/Elements/Caldera_Forms.php:1283, ../includes/Elements/Caldera_Forms.php:1398, ../includes/Elements/Contact_Form_7.php:487, ../includes/Elements/Contact_Form_7.php:518, ../includes/Elements/Contact_Form_7.php:735, ../includes/Elements/Contact_Form_7.php:883, ../includes/Elements/Contact_Form_7.php:935, ../includes/Elements/Contact_Form_7.php:1308, ../includes/Elements/Contact_Form_7.php:1443, ../includes/Elements/Contact_Form_7.php:1583, ../includes/Elements/Event_Calendar.php:739, ../includes/Elements/Event_Calendar.php:769, ../includes/Elements/Event_Calendar.php:983, ../includes/Elements/Event_Calendar.php:1058, ../includes/Elements/Event_Calendar.php:1092, ../includes/Elements/Event_Calendar.php:1335, ../includes/Elements/Event_Calendar.php:1398, ../includes/Elements/Event_Calendar.php:1427, ../includes/Elements/Event_Calendar.php:1495, ../includes/Elements/Event_Calendar.php:1653, ../includes/Elements/Filterable_Gallery.php:1964, ../includes/Elements/Filterable_Gallery.php:2011, ../includes/Elements/Filterable_Gallery.php:2047, ../includes/Elements/Filterable_Gallery.php:2104, ../includes/Elements/Filterable_Gallery.php:2398, ../includes/Elements/Filterable_Gallery.php:2558, ../includes/Elements/FluentForm.php:321, ../includes/Elements/FluentForm.php:382, ../includes/Elements/FluentForm.php:582, ../includes/Elements/FluentForm.php:822, ../includes/Elements/FluentForm.php:1149, ../includes/Elements/FluentForm.php:1204, ../includes/Elements/FluentForm.php:1308, ../includes/Elements/FluentForm.php:1394, ../includes/Elements/FluentForm.php:1460, ../includes/Elements/FluentForm.php:1655, ../includes/Elements/FluentForm.php:1788, ../includes/Elements/FluentForm.php:1985, ../includes/Elements/FluentForm.php:2134, ../includes/Elements/FluentForm.php:2183, ../includes/Elements/Formstack.php:494, ../includes/Elements/Formstack.php:543, ../includes/Elements/Formstack.php:597, ../includes/Elements/Formstack.php:671, ../includes/Elements/Formstack.php:726, ../includes/Elements/Formstack.php:809, ../includes/Elements/Formstack.php:1021, ../includes/Elements/Formstack.php:1519, ../includes/Elements/Formstack.php:1652, ../includes/Elements/Formstack.php:1793, ../includes/Elements/Formstack.php:1953, ../includes/Elements/GravityForms.php:528, ../includes/Elements/GravityForms.php:559, ../includes/Elements/GravityForms.php:600, ../includes/Elements/GravityForms.php:859, ../includes/Elements/GravityForms.php:948, ../includes/Elements/GravityForms.php:1002, ../includes/Elements/GravityForms.php:1138, ../includes/Elements/GravityForms.php:1598, ../includes/Elements/GravityForms.php:1933, ../includes/Elements/GravityForms.php:2154, ../includes/Elements/GravityForms.php:2347, ../includes/Elements/NinjaForms.php:465, ../includes/Elements/NinjaForms.php:514, ../includes/Elements/NinjaForms.php:574, ../includes/Elements/NinjaForms.php:817, ../includes/Elements/NinjaForms.php:906, ../includes/Elements/NinjaForms.php:1500, ../includes/Elements/NinjaForms.php:1545, ../includes/Elements/NinjaForms.php:1599, ../includes/Elements/Post_Grid.php:392, ../includes/Elements/Post_Grid.php:510, ../includes/Elements/Post_Grid.php:522, ../includes/Elements/Post_Grid.php:664, ../includes/Elements/Post_Grid.php:876, ../includes/Elements/Post_Timeline.php:323, ../includes/Elements/Product_Grid.php:2425, ../includes/Elements/Product_Grid.php:2456, ../includes/Elements/Product_Grid.php:2498, ../includes/Elements/Product_Grid.php:2564, ../includes/Elements/Product_Grid.php:2605, ../includes/Elements/Product_Grid.php:2662, ../includes/Elements/Product_Grid.php:2779, ../includes/Elements/Progress_Bar.php:672, ../includes/Elements/Simple_Menu.php:831, ../includes/Elements/Simple_Menu.php:1142, ../includes/Elements/Woo_Checkout.php:1300, ../includes/Elements/Woo_Checkout.php:1598, ../includes/Elements/Woo_Product_Carousel.php:1511, ../includes/Elements/Woo_Product_Carousel.php:1541, ../includes/Elements/Woo_Product_Carousel.php:1583, ../includes/Elements/Woo_Product_Carousel.php:1662, ../includes/Elements/Woo_Product_Carousel.php:1702, ../includes/Elements/Woo_Product_Carousel.php:1759, ../includes/Elements/Woo_Product_Carousel.php:1878, ../includes/Elements/Woo_Product_Gallery.php:1774, ../includes/Elements/Woo_Product_Gallery.php:1804, ../includes/Elements/Woo_Product_Gallery.php:1846, ../includes/Elements/Woo_Product_Gallery.php:1912, ../includes/Elements/Woo_Product_Gallery.php:1953, ../includes/Elements/Woo_Product_Gallery.php:2010, ../includes/Elements/Woo_Product_Gallery.php:2127, ../includes/Elements/WpForms.php:432, ../includes/Elements/WpForms.php:481, ../includes/Elements/WpForms.php:545, ../includes/Elements/WpForms.php:785, ../includes/Elements/WpForms.php:863, ../includes/Elements/WpForms.php:1287, ../includes/Traits/Woo_Product_Comparable.php:1077, ../includes/Traits/Woo_Product_Comparable.php:1195
595
  msgid "Typography"
596
  msgstr ""
597
 
599
  msgid "Text Alignment"
600
  msgstr ""
601
 
602
+ #: ../includes/Elements/Advanced_Data_Table.php:431, ../includes/Elements/Advanced_Data_Table.php:550, ../includes/Elements/Advanced_Data_Table.php:976, ../includes/Elements/Advanced_Data_Table.php:1123, ../includes/Elements/Adv_Accordion.php:154, ../includes/Elements/Betterdocs_Category_Box.php:767, ../includes/Elements/Betterdocs_Category_Grid.php:1513, ../includes/Elements/Betterdocs_Category_Grid.php:1538, ../includes/Elements/Caldera_Forms.php:233, ../includes/Elements/Caldera_Forms.php:415, ../includes/Elements/Caldera_Forms.php:561, ../includes/Elements/Caldera_Forms.php:1136, ../includes/Elements/Contact_Form_7.php:331, ../includes/Elements/Contact_Form_7.php:443, ../includes/Elements/Contact_Form_7.php:1163, ../includes/Elements/Content_Ticker.php:290, ../includes/Elements/Countdown.php:118, ../includes/Elements/Countdown.php:1030, ../includes/Elements/Creative_Button.php:445, ../includes/Elements/Cta_Box.php:102, ../includes/Elements/Data_Table.php:553, ../includes/Elements/Data_Table.php:778, ../includes/Elements/Data_Table.php:1027, ../includes/Elements/Dual_Color_Header.php:191, ../includes/Elements/Event_Calendar.php:1007, ../includes/Elements/Event_Calendar.php:1139, ../includes/Elements/Fancy_Text.php:174, ../includes/Elements/Feature_List.php:303, ../includes/Elements/Filterable_Gallery.php:767, ../includes/Elements/Filterable_Gallery.php:1299, ../includes/Elements/Filterable_Gallery.php:1682, ../includes/Elements/Flip_Box.php:369, ../includes/Elements/Flip_Box.php:598, ../includes/Elements/FluentForm.php:267, ../includes/Elements/FluentForm.php:462, ../includes/Elements/FluentForm.php:608, ../includes/Elements/FluentForm.php:1241, ../includes/Elements/FluentForm.php:1486, ../includes/Elements/Formstack.php:334, ../includes/Elements/Formstack.php:449, ../includes/Elements/Formstack.php:763, ../includes/Elements/Formstack.php:1372, ../includes/Elements/GravityForms.php:347, ../includes/Elements/GravityForms.php:484, ../includes/Elements/GravityForms.php:629, ../includes/Elements/GravityForms.php:1721, ../includes/Elements/GravityForms.php:1971, ../includes/Elements/Image_Accordion.php:109, ../includes/Elements/Info_Box.php:304, ../includes/Elements/Login_Register.php:712, ../includes/Elements/Login_Register.php:745, ../includes/Elements/Login_Register.php:2587, ../includes/Elements/Login_Register.php:3255, ../includes/Elements/Login_Register.php:3575, ../includes/Elements/NinjaForms.php:282, ../includes/Elements/NinjaForms.php:421, ../includes/Elements/NinjaForms.php:603, ../includes/Elements/NinjaForms.php:1298, ../includes/Elements/Post_Grid.php:487, ../includes/Elements/Post_Grid.php:642, ../includes/Elements/Post_Grid.php:710, ../includes/Elements/Post_Grid.php:805, ../includes/Elements/Post_Grid.php:888, ../includes/Elements/Post_Timeline.php:357, ../includes/Elements/Post_Timeline.php:415, ../includes/Elements/Pricing_Table.php:256, ../includes/Elements/Pricing_Table.php:373, ../includes/Elements/Pricing_Table.php:675, ../includes/Elements/Pricing_Table.php:815, ../includes/Elements/Pricing_Table.php:840, ../includes/Elements/Product_Grid.php:685, ../includes/Elements/Product_Grid.php:1003, ../includes/Elements/Product_Grid.php:1701, ../includes/Elements/Product_Grid.php:2186, ../includes/Elements/Progress_Bar.php:321, ../includes/Elements/Progress_Bar.php:532, ../includes/Elements/Simple_Menu.php:188, ../includes/Elements/Simple_Menu.php:333, ../includes/Elements/Simple_Menu.php:740, ../includes/Elements/Simple_Menu.php:766, ../includes/Elements/Simple_Menu.php:791, ../includes/Elements/Simple_Menu.php:1086, ../includes/Elements/Team_Member.php:380, ../includes/Elements/Testimonial.php:314, ../includes/Elements/Tooltip.php:209, ../includes/Elements/Tooltip.php:288, ../includes/Elements/Tooltip.php:377, ../includes/Elements/TypeForm.php:200, ../includes/Elements/WeForms.php:165, ../includes/Elements/WeForms.php:635, ../includes/Elements/Woo_Product_Carousel.php:694, ../includes/Elements/Woo_Product_Carousel.php:810, ../includes/Elements/Woo_Product_Carousel.php:859, ../includes/Elements/Woo_Product_Gallery.php:193, ../includes/Elements/Woo_Product_Gallery.php:223, ../includes/Elements/Woo_Product_Gallery.php:552, ../includes/Elements/Woo_Product_Gallery.php:1519, ../includes/Elements/WpForms.php:271, ../includes/Elements/WpForms.php:388, ../includes/Elements/WpForms.php:572, ../includes/Elements/WpForms.php:1137, ../includes/Extensions/Table_of_Content.php:438, ../includes/Traits/Controls.php:599, ../includes/Traits/Controls.php:1528, ../includes/Traits/Controls.php:1579, ../includes/Traits/Controls.php:1580, ../includes/Traits/Controls.php:1902
603
  msgid "Left"
604
  msgstr ""
605
 
606
+ #: ../includes/Elements/Advanced_Data_Table.php:435, ../includes/Elements/Advanced_Data_Table.php:554, ../includes/Elements/Advanced_Data_Table.php:980, ../includes/Elements/Advanced_Data_Table.php:1127, ../includes/Elements/Betterdocs_Category_Box.php:771, ../includes/Elements/Betterdocs_Category_Grid.php:1517, ../includes/Elements/Betterdocs_Category_Grid.php:1542, ../includes/Elements/Caldera_Forms.php:237, ../includes/Elements/Caldera_Forms.php:419, ../includes/Elements/Caldera_Forms.php:565, ../includes/Elements/Caldera_Forms.php:1140, ../includes/Elements/Contact_Form_7.php:335, ../includes/Elements/Contact_Form_7.php:447, ../includes/Elements/Contact_Form_7.php:1167, ../includes/Elements/Countdown.php:122, ../includes/Elements/Countdown.php:1034, ../includes/Elements/Creative_Button.php:449, ../includes/Elements/Cta_Box.php:103, ../includes/Elements/Data_Table.php:557, ../includes/Elements/Data_Table.php:782, ../includes/Elements/Data_Table.php:1031, ../includes/Elements/Dual_Color_Header.php:195, ../includes/Elements/Dual_Color_Header.php:658, ../includes/Elements/Event_Calendar.php:1011, ../includes/Elements/Event_Calendar.php:1143, ../includes/Elements/Fancy_Text.php:178, ../includes/Elements/Filterable_Gallery.php:771, ../includes/Elements/Filterable_Gallery.php:1303, ../includes/Elements/Filterable_Gallery.php:1686, ../includes/Elements/Flip_Box.php:373, ../includes/Elements/Flip_Box.php:602, ../includes/Elements/FluentForm.php:271, ../includes/Elements/FluentForm.php:466, ../includes/Elements/FluentForm.php:612, ../includes/Elements/FluentForm.php:1245, ../includes/Elements/FluentForm.php:1490, ../includes/Elements/Formstack.php:338, ../includes/Elements/Formstack.php:453, ../includes/Elements/Formstack.php:767, ../includes/Elements/Formstack.php:1376, ../includes/Elements/GravityForms.php:351, ../includes/Elements/GravityForms.php:488, ../includes/Elements/GravityForms.php:633, ../includes/Elements/GravityForms.php:1725, ../includes/Elements/GravityForms.php:1975, ../includes/Elements/Image_Accordion.php:113, ../includes/Elements/Image_Accordion.php:136, ../includes/Elements/Info_Box.php:308, ../includes/Elements/Login_Register.php:2591, ../includes/Elements/Login_Register.php:3237, ../includes/Elements/Login_Register.php:3259, ../includes/Elements/Login_Register.php:3536, ../includes/Elements/Login_Register.php:3556, ../includes/Elements/Login_Register.php:3579, ../includes/Elements/NinjaForms.php:286, ../includes/Elements/NinjaForms.php:425, ../includes/Elements/NinjaForms.php:607, ../includes/Elements/NinjaForms.php:1302, ../includes/Elements/Post_Grid.php:491, ../includes/Elements/Post_Grid.php:646, ../includes/Elements/Post_Grid.php:714, ../includes/Elements/Post_Grid.php:809, ../includes/Elements/Post_Grid.php:892, ../includes/Elements/Post_Timeline.php:361, ../includes/Elements/Post_Timeline.php:419, ../includes/Elements/Pricing_Table.php:819, ../includes/Elements/Pricing_Table.php:844, ../includes/Elements/Product_Grid.php:689, ../includes/Elements/Product_Grid.php:1007, ../includes/Elements/Product_Grid.php:2190, ../includes/Elements/Progress_Bar.php:325, ../includes/Elements/Progress_Bar.php:536, ../includes/Elements/Simple_Menu.php:192, ../includes/Elements/Simple_Menu.php:337, ../includes/Elements/Simple_Menu.php:744, ../includes/Elements/Simple_Menu.php:770, ../includes/Elements/Simple_Menu.php:795, ../includes/Elements/Simple_Menu.php:1090, ../includes/Elements/Team_Member.php:384, ../includes/Elements/Testimonial.php:318, ../includes/Elements/Tooltip.php:213, ../includes/Elements/Tooltip.php:381, ../includes/Elements/TypeForm.php:204, ../includes/Elements/WeForms.php:169, ../includes/Elements/WeForms.php:639, ../includes/Elements/Woo_Product_Carousel.php:863, ../includes/Elements/Woo_Product_Gallery.php:197, ../includes/Elements/Woo_Product_Gallery.php:556, ../includes/Elements/WpForms.php:275, ../includes/Elements/WpForms.php:392, ../includes/Elements/WpForms.php:576, ../includes/Elements/WpForms.php:1141, ../includes/Traits/Controls.php:598, ../includes/Traits/Controls.php:1532, ../includes/Traits/Controls.php:1906
607
  msgid "Center"
608
  msgstr ""
609
 
610
+ #: ../includes/Elements/Advanced_Data_Table.php:439, ../includes/Elements/Advanced_Data_Table.php:558, ../includes/Elements/Advanced_Data_Table.php:984, ../includes/Elements/Advanced_Data_Table.php:1131, ../includes/Elements/Adv_Accordion.php:153, ../includes/Elements/Betterdocs_Category_Box.php:775, ../includes/Elements/Betterdocs_Category_Grid.php:1521, ../includes/Elements/Betterdocs_Category_Grid.php:1546, ../includes/Elements/Caldera_Forms.php:241, ../includes/Elements/Caldera_Forms.php:423, ../includes/Elements/Caldera_Forms.php:569, ../includes/Elements/Caldera_Forms.php:1144, ../includes/Elements/Contact_Form_7.php:339, ../includes/Elements/Contact_Form_7.php:451, ../includes/Elements/Contact_Form_7.php:1171, ../includes/Elements/Content_Ticker.php:291, ../includes/Elements/Countdown.php:126, ../includes/Elements/Countdown.php:1038, ../includes/Elements/Creative_Button.php:453, ../includes/Elements/Cta_Box.php:104, ../includes/Elements/Data_Table.php:561, ../includes/Elements/Data_Table.php:786, ../includes/Elements/Data_Table.php:1035, ../includes/Elements/Dual_Color_Header.php:199, ../includes/Elements/Event_Calendar.php:1015, ../includes/Elements/Event_Calendar.php:1147, ../includes/Elements/Fancy_Text.php:182, ../includes/Elements/Feature_List.php:311, ../includes/Elements/Filterable_Gallery.php:775, ../includes/Elements/Filterable_Gallery.php:1307, ../includes/Elements/Filterable_Gallery.php:1690, ../includes/Elements/Flip_Box.php:377, ../includes/Elements/Flip_Box.php:606, ../includes/Elements/FluentForm.php:275, ../includes/Elements/FluentForm.php:470, ../includes/Elements/FluentForm.php:616, ../includes/Elements/FluentForm.php:1249, ../includes/Elements/FluentForm.php:1494, ../includes/Elements/Formstack.php:342, ../includes/Elements/Formstack.php:457, ../includes/Elements/Formstack.php:771, ../includes/Elements/Formstack.php:1380, ../includes/Elements/GravityForms.php:355, ../includes/Elements/GravityForms.php:492, ../includes/Elements/GravityForms.php:637, ../includes/Elements/GravityForms.php:1729, ../includes/Elements/GravityForms.php:1979, ../includes/Elements/Image_Accordion.php:117, ../includes/Elements/Info_Box.php:312, ../includes/Elements/Login_Register.php:716, ../includes/Elements/Login_Register.php:2595, ../includes/Elements/Login_Register.php:3263, ../includes/Elements/Login_Register.php:3583, ../includes/Elements/NinjaForms.php:290, ../includes/Elements/NinjaForms.php:429, ../includes/Elements/NinjaForms.php:611, ../includes/Elements/NinjaForms.php:1306, ../includes/Elements/Post_Grid.php:495, ../includes/Elements/Post_Grid.php:650, ../includes/Elements/Post_Grid.php:718, ../includes/Elements/Post_Grid.php:813, ../includes/Elements/Post_Grid.php:896, ../includes/Elements/Post_Timeline.php:365, ../includes/Elements/Post_Timeline.php:423, ../includes/Elements/Pricing_Table.php:257, ../includes/Elements/Pricing_Table.php:381, ../includes/Elements/Pricing_Table.php:679, ../includes/Elements/Pricing_Table.php:823, ../includes/Elements/Pricing_Table.php:848, ../includes/Elements/Product_Grid.php:693, ../includes/Elements/Product_Grid.php:1011, ../includes/Elements/Product_Grid.php:1705, ../includes/Elements/Product_Grid.php:2194, ../includes/Elements/Progress_Bar.php:329, ../includes/Elements/Progress_Bar.php:540, ../includes/Elements/Simple_Menu.php:196, ../includes/Elements/Simple_Menu.php:341, ../includes/Elements/Simple_Menu.php:748, ../includes/Elements/Simple_Menu.php:774, ../includes/Elements/Simple_Menu.php:799, ../includes/Elements/Simple_Menu.php:1094, ../includes/Elements/Team_Member.php:388, ../includes/Elements/Testimonial.php:322, ../includes/Elements/Tooltip.php:217, ../includes/Elements/Tooltip.php:289, ../includes/Elements/Tooltip.php:385, ../includes/Elements/TypeForm.php:208, ../includes/Elements/WeForms.php:173, ../includes/Elements/WeForms.php:643, ../includes/Elements/Woo_Product_Carousel.php:695, ../includes/Elements/Woo_Product_Carousel.php:814, ../includes/Elements/Woo_Product_Carousel.php:867, ../includes/Elements/Woo_Product_Gallery.php:201, ../includes/Elements/Woo_Product_Gallery.php:227, ../includes/Elements/Woo_Product_Gallery.php:560, ../includes/Elements/Woo_Product_Gallery.php:1523, ../includes/Elements/WpForms.php:279, ../includes/Elements/WpForms.php:396, ../includes/Elements/WpForms.php:580, ../includes/Elements/WpForms.php:1145, ../includes/Extensions/Table_of_Content.php:439, ../includes/Traits/Controls.php:597, ../includes/Traits/Controls.php:1536, ../includes/Traits/Controls.php:1579, ../includes/Traits/Controls.php:1580, ../includes/Traits/Controls.php:1910
611
  msgid "Right"
612
  msgstr ""
613
 
614
+ #: ../includes/Elements/Advanced_Data_Table.php:454, ../includes/Elements/Advanced_Data_Table.php:573, ../includes/Elements/Advanced_Data_Table.php:667, ../includes/Elements/Advanced_Data_Table.php:698, ../includes/Elements/Advanced_Data_Table.php:729, ../includes/Elements/Advanced_Data_Table.php:760, ../includes/Elements/Advanced_Data_Table.php:791, ../includes/Elements/Advanced_Data_Table.php:822, ../includes/Elements/Advanced_Data_Table.php:1004, ../includes/Elements/Advanced_Data_Table.php:1200, ../includes/Elements/Advanced_Data_Table.php:1270, ../includes/Elements/Adv_Accordion.php:547, ../includes/Elements/Adv_Accordion.php:607, ../includes/Elements/Adv_Accordion.php:667, ../includes/Elements/Adv_Accordion.php:734, ../includes/Elements/Adv_Tabs.php:525, ../includes/Elements/Adv_Tabs.php:592, ../includes/Elements/Adv_Tabs.php:659, ../includes/Elements/Adv_Tabs.php:741, ../includes/Elements/Caldera_Forms.php:270, ../includes/Elements/Caldera_Forms.php:331, ../includes/Elements/Caldera_Forms.php:523, ../includes/Elements/Caldera_Forms.php:604, ../includes/Elements/Caldera_Forms.php:850, ../includes/Elements/Caldera_Forms.php:906, ../includes/Elements/Caldera_Forms.php:1216, ../includes/Elements/Caldera_Forms.php:1322, ../includes/Elements/Caldera_Forms.php:1375, ../includes/Elements/Contact_Form_7.php:474, ../includes/Elements/Contact_Form_7.php:505, ../includes/Elements/Contact_Form_7.php:562, ../includes/Elements/Contact_Form_7.php:845, ../includes/Elements/Contact_Form_7.php:920, ../includes/Elements/Contact_Form_7.php:1242, ../includes/Elements/Contact_Form_7.php:1348, ../includes/Elements/Contact_Form_7.php:1412, ../includes/Elements/Contact_Form_7.php:1535, ../includes/Elements/Contact_Form_7.php:1592, ../includes/Elements/Content_Ticker.php:357, ../includes/Elements/Content_Ticker.php:433, ../includes/Elements/Countdown.php:1109, ../includes/Elements/Creative_Button.php:277, ../includes/Elements/Creative_Button.php:370, ../includes/Elements/Cta_Box.php:698, ../includes/Elements/Cta_Box.php:769, ../includes/Elements/Cta_Box.php:904, ../includes/Elements/Cta_Box.php:956, ../includes/Elements/Data_Table.php:989, ../includes/Elements/Data_Table.php:1006, ../includes/Elements/Event_Calendar.php:1253, ../includes/Elements/Event_Calendar.php:1286, ../includes/Elements/Filterable_Gallery.php:959, ../includes/Elements/Filterable_Gallery.php:1025, ../includes/Elements/Filterable_Gallery.php:2510, ../includes/Elements/Filterable_Gallery.php:2705, ../includes/Elements/FluentForm.php:305, ../includes/Elements/FluentForm.php:366, ../includes/Elements/FluentForm.php:570, ../includes/Elements/FluentForm.php:653, ../includes/Elements/FluentForm.php:902, ../includes/Elements/FluentForm.php:1567, ../includes/Elements/FluentForm.php:1694, ../includes/Elements/FluentForm.php:2111, ../includes/Elements/Formstack.php:481, ../includes/Elements/Formstack.php:530, ../includes/Elements/Formstack.php:585, ../includes/Elements/Formstack.php:797, ../includes/Elements/Formstack.php:852, ../includes/Elements/Formstack.php:1101, ../includes/Elements/Formstack.php:1452, ../includes/Elements/Formstack.php:1558, ../includes/Elements/Formstack.php:1781, ../includes/Elements/Formstack.php:2020, ../includes/Elements/GravityForms.php:515, ../includes/Elements/GravityForms.php:546, ../includes/Elements/GravityForms.php:585, ../includes/Elements/GravityForms.php:672, ../includes/Elements/GravityForms.php:936, ../includes/Elements/GravityForms.php:989, ../includes/Elements/GravityForms.php:1176, ../includes/Elements/GravityForms.php:1810, ../includes/Elements/GravityForms.php:1902, ../includes/Elements/GravityForms.php:2038, ../includes/Elements/GravityForms.php:2125, ../includes/Elements/GravityForms.php:2199, ../includes/Elements/GravityForms.php:2334, ../includes/Elements/Info_Box.php:1236, ../includes/Elements/Info_Box.php:1282, ../includes/Elements/Login_Register.php:2616, ../includes/Elements/Login_Register.php:2755, ../includes/Elements/Login_Register.php:3099, ../includes/Elements/Login_Register.php:3284, ../includes/Elements/Login_Register.php:3321, ../includes/Elements/Login_Register.php:3605, ../includes/Elements/Login_Register.php:3642, ../includes/Elements/NinjaForms.php:452, ../includes/Elements/NinjaForms.php:501, ../includes/Elements/NinjaForms.php:559, ../includes/Elements/NinjaForms.php:646, ../includes/Elements/NinjaForms.php:894, ../includes/Elements/NinjaForms.php:950, ../includes/Elements/NinjaForms.php:1384, ../includes/Elements/NinjaForms.php:1471, ../includes/Elements/NinjaForms.php:1533, ../includes/Elements/NinjaForms.php:1633, ../includes/Elements/Pricing_Table.php:1887, ../includes/Elements/Pricing_Table.php:1956, ../includes/Elements/Product_Grid.php:2240, ../includes/Elements/Product_Grid.php:2278, ../includes/Elements/Product_Grid.php:2322, ../includes/Elements/Simple_Menu.php:363, ../includes/Elements/Simple_Menu.php:397, ../includes/Elements/Simple_Menu.php:431, ../includes/Elements/Simple_Menu.php:489, ../includes/Elements/Simple_Menu.php:523, ../includes/Elements/Simple_Menu.php:849, ../includes/Elements/Simple_Menu.php:976, ../includes/Elements/Simple_Menu.php:1160, ../includes/Elements/Simple_Menu.php:1285, ../includes/Elements/Tooltip.php:418, ../includes/Elements/Tooltip.php:461, ../includes/Elements/Tooltip.php:634, ../includes/Elements/WeForms.php:692, ../includes/Elements/WeForms.php:742, ../includes/Elements/WpForms.php:419, ../includes/Elements/WpForms.php:468, ../includes/Elements/WpForms.php:533, ../includes/Elements/WpForms.php:615, ../includes/Elements/WpForms.php:851, ../includes/Elements/WpForms.php:907, ../includes/Elements/WpForms.php:1220, ../includes/Elements/WpForms.php:1327, ../includes/Elements/WpForms.php:1372, ../includes/Extensions/Table_of_Content.php:602, ../includes/Extensions/Table_of_Content.php:917, ../includes/Extensions/Table_of_Content.php:940, ../includes/Extensions/Table_of_Content.php:966, ../includes/Traits/Controls.php:1229, ../includes/Traits/Controls.php:1284, ../includes/Traits/Controls.php:1414, ../includes/Traits/Controls.php:1476, ../includes/Traits/Controls.php:1859
615
  msgid "Text Color"
616
  msgstr ""
617
 
618
+ #: ../includes/Elements/Advanced_Data_Table.php:468, ../includes/Elements/Advanced_Data_Table.php:609, ../includes/Elements/Advanced_Data_Table.php:682, ../includes/Elements/Advanced_Data_Table.php:713, ../includes/Elements/Advanced_Data_Table.php:744, ../includes/Elements/Advanced_Data_Table.php:775, ../includes/Elements/Advanced_Data_Table.php:806, ../includes/Elements/Advanced_Data_Table.php:837, ../includes/Elements/Advanced_Data_Table.php:1016, ../includes/Elements/Advanced_Data_Table.php:1213, ../includes/Elements/Advanced_Data_Table.php:1284, ../includes/Elements/Advanced_Data_Table.php:1379, ../includes/Elements/Advanced_Data_Table.php:1409, ../includes/Elements/Adv_Accordion.php:883, ../includes/Elements/Adv_Accordion.php:929, ../includes/Elements/Adv_Accordion.php:975, ../includes/Elements/Adv_Tabs.php:506, ../includes/Elements/Adv_Tabs.php:722, ../includes/Elements/Caldera_Forms.php:592, ../includes/Elements/Caldera_Forms.php:800, ../includes/Elements/Caldera_Forms.php:1204, ../includes/Elements/Caldera_Forms.php:1310, ../includes/Elements/Caldera_Forms.php:1364, ../includes/Elements/Contact_Form_7.php:550, ../includes/Elements/Contact_Form_7.php:763, ../includes/Elements/Contact_Form_7.php:1230, ../includes/Elements/Contact_Form_7.php:1336, ../includes/Elements/Contact_Form_7.php:1427, ../includes/Elements/Contact_Form_7.php:1520, ../includes/Elements/Content_Ticker.php:345, ../includes/Elements/Content_Ticker.php:422, ../includes/Elements/Content_Ticker.php:597, ../includes/Elements/Content_Ticker.php:653, ../includes/Elements/Countdown.php:733, ../includes/Elements/Countdown.php:745, ../includes/Elements/Countdown.php:805, ../includes/Elements/Countdown.php:817, ../includes/Elements/Countdown.php:877, ../includes/Elements/Countdown.php:889, ../includes/Elements/Countdown.php:949, ../includes/Elements/Countdown.php:961, ../includes/Elements/Creative_Button.php:291, ../includes/Elements/Creative_Button.php:383, ../includes/Elements/Cta_Box.php:122, ../includes/Elements/Cta_Box.php:426, ../includes/Elements/Cta_Box.php:712, ../includes/Elements/Cta_Box.php:781, ../includes/Elements/Data_Table.php:639, ../includes/Elements/Data_Table.php:679, ../includes/Elements/Data_Table.php:1190, ../includes/Elements/Dual_Color_Header.php:310, ../includes/Elements/Event_Calendar.php:1265, ../includes/Elements/Filterable_Gallery.php:834, ../includes/Elements/Filterable_Gallery.php:971, ../includes/Elements/Filterable_Gallery.php:1037, ../includes/Elements/Filterable_Gallery.php:1183, ../includes/Elements/Filterable_Gallery.php:1373, ../includes/Elements/Filterable_Gallery.php:1403, ../includes/Elements/Filterable_Gallery.php:1508, ../includes/Elements/Filterable_Gallery.php:1524, ../includes/Elements/Filterable_Gallery.php:1726, ../includes/Elements/Filterable_Gallery.php:1864, ../includes/Elements/Filterable_Gallery.php:2494, ../includes/Elements/Filterable_Gallery.php:2689, ../includes/Elements/FluentForm.php:641, ../includes/Elements/FluentForm.php:849, ../includes/Elements/FluentForm.php:1283, ../includes/Elements/FluentForm.php:1369, ../includes/Elements/FluentForm.php:1555, ../includes/Elements/FluentForm.php:1682, ../includes/Elements/FluentForm.php:2100, ../includes/Elements/Formstack.php:840, ../includes/Elements/Formstack.php:1048, ../includes/Elements/Formstack.php:1440, ../includes/Elements/Formstack.php:1546, ../includes/Elements/GravityForms.php:660, ../includes/Elements/GravityForms.php:886, ../includes/Elements/GravityForms.php:1619, ../includes/Elements/GravityForms.php:1797, ../includes/Elements/GravityForms.php:1889, ../includes/Elements/GravityForms.php:2026, ../includes/Elements/GravityForms.php:2113, ../includes/Elements/Image_Accordion.php:317, ../includes/Elements/Info_Box.php:544, ../includes/Elements/Info_Box.php:785, ../includes/Elements/Info_Box.php:864, ../includes/Elements/Info_Box.php:1035, ../includes/Elements/Info_Box.php:1098, ../includes/Elements/Info_Box.php:1248, ../includes/Elements/Info_Box.php:1294, ../includes/Elements/Login_Register.php:1594, ../includes/Elements/Login_Register.php:1727, ../includes/Elements/Login_Register.php:1829, ../includes/Elements/Login_Register.php:2003, ../includes/Elements/Login_Register.php:2359, ../includes/Elements/Login_Register.php:2450, ../includes/Elements/Login_Register.php:2630, ../includes/Elements/Login_Register.php:2668, ../includes/Elements/Login_Register.php:2765, ../includes/Elements/Login_Register.php:3292, ../includes/Elements/Login_Register.php:3329, ../includes/Elements/Login_Register.php:3613, ../includes/Elements/Login_Register.php:3650, ../includes/Elements/NinjaForms.php:634, ../includes/Elements/NinjaForms.php:844, ../includes/Elements/NinjaForms.php:1372, ../includes/Elements/NinjaForms.php:1459, ../includes/Elements/Post_Grid.php:962, ../includes/Elements/Pricing_Table.php:736, ../includes/Elements/Pricing_Table.php:896, ../includes/Elements/Pricing_Table.php:1402, ../includes/Elements/Pricing_Table.php:1471, ../includes/Elements/Pricing_Table.php:1637, ../includes/Elements/Pricing_Table.php:1899, ../includes/Elements/Pricing_Table.php:1968, ../includes/Elements/Product_Grid.php:1850, ../includes/Elements/Product_Grid.php:1958, ../includes/Elements/Product_Grid.php:2066, ../includes/Elements/Product_Grid.php:2252, ../includes/Elements/Product_Grid.php:2290, ../includes/Elements/Product_Grid.php:2334, ../includes/Elements/Product_Grid.php:2582, ../includes/Elements/Product_Grid.php:2625, ../includes/Elements/Product_Grid.php:2686, ../includes/Elements/Product_Grid.php:2737, ../includes/Elements/Progress_Bar.php:578, ../includes/Elements/Simple_Menu.php:267, ../includes/Elements/Simple_Menu.php:376, ../includes/Elements/Simple_Menu.php:410, ../includes/Elements/Simple_Menu.php:444, ../includes/Elements/Simple_Menu.php:502, ../includes/Elements/Simple_Menu.php:536, ../includes/Elements/Simple_Menu.php:608, ../includes/Elements/Simple_Menu.php:680, ../includes/Elements/Simple_Menu.php:863, ../includes/Elements/Simple_Menu.php:943, ../includes/Elements/Simple_Menu.php:991, ../includes/Elements/Simple_Menu.php:1038, ../includes/Elements/Simple_Menu.php:1172, ../includes/Elements/Simple_Menu.php:1252, ../includes/Elements/Simple_Menu.php:1299, ../includes/Elements/Simple_Menu.php:1346, ../includes/Elements/Team_Member.php:731, ../includes/Elements/Tooltip.php:407, ../includes/Elements/Tooltip.php:450, ../includes/Elements/Tooltip.php:623, ../includes/Elements/Twitter_Feed.php:414, ../includes/Elements/WeForms.php:703, ../includes/Elements/WeForms.php:753, ../includes/Elements/Woo_Checkout.php:621, ../includes/Elements/Woo_Checkout.php:736, ../includes/Elements/Woo_Checkout.php:858, ../includes/Elements/Woo_Checkout.php:1316, ../includes/Elements/Woo_Checkout.php:1356, ../includes/Elements/Woo_Checkout.php:1614, ../includes/Elements/Woo_Checkout.php:1654, ../includes/Elements/Woo_Checkout.php:2244, ../includes/Elements/Woo_Checkout.php:2374, ../includes/Elements/Woo_Checkout.php:2484, ../includes/Elements/Woo_Checkout.php:2524, ../includes/Elements/Woo_Product_Carousel.php:885, ../includes/Elements/Woo_Product_Carousel.php:1378, ../includes/Elements/Woo_Product_Carousel.php:1460, ../includes/Elements/Woo_Product_Carousel.php:1679, ../includes/Elements/Woo_Product_Carousel.php:1722, ../includes/Elements/Woo_Product_Carousel.php:1784, ../includes/Elements/Woo_Product_Carousel.php:1836, ../includes/Elements/Woo_Product_Carousel.php:2640, ../includes/Elements/Woo_Product_Carousel.php:2696, ../includes/Elements/Woo_Product_Gallery.php:1681, ../includes/Elements/Woo_Product_Gallery.php:1731, ../includes/Elements/Woo_Product_Gallery.php:1930, ../includes/Elements/Woo_Product_Gallery.php:1973, ../includes/Elements/Woo_Product_Gallery.php:2034, ../includes/Elements/Woo_Product_Gallery.php:2085, ../includes/Elements/WpForms.php:603, ../includes/Elements/WpForms.php:1208, ../includes/Elements/WpForms.php:1315, ../includes/Extensions/Reading_Progress.php:156, ../includes/Extensions/Table_of_Content.php:589, ../includes/Extensions/Table_of_Content.php:735, ../includes/Extensions/Table_of_Content.php:799, ../includes/Traits/Controls.php:1426, ../includes/Traits/Controls.php:1488, ../includes/Traits/Controls.php:1869, ../includes/Traits/Woo_Product_Comparable.php:380, ../includes/Traits/Woo_Product_Comparable.php:486
619
  msgid "Background Color"
620
  msgstr ""
621
 
623
  msgid "Cell Border"
624
  msgstr ""
625
 
626
+ #: ../includes/Elements/Advanced_Data_Table.php:507, ../includes/Elements/Advanced_Data_Table.php:852, ../includes/Elements/Advanced_Data_Table.php:936, ../includes/Elements/Advanced_Data_Table.php:1154, ../includes/Elements/Advanced_Data_Table.php:1471, ../includes/Elements/Adv_Accordion.php:359, ../includes/Elements/Adv_Accordion.php:512, ../includes/Elements/Adv_Accordion.php:752, ../includes/Elements/Adv_Tabs.php:335, ../includes/Elements/Adv_Tabs.php:480, ../includes/Elements/Adv_Tabs.php:759, ../includes/Elements/Betterdocs_Category_Box.php:512, ../includes/Elements/Betterdocs_Category_Grid.php:558, ../includes/Elements/Betterdocs_Category_Grid.php:722, ../includes/Elements/Betterdocs_Category_Grid.php:1406, ../includes/Elements/Betterdocs_Search_Form.php:123, ../includes/Elements/Betterdocs_Search_Form.php:431, ../includes/Elements/Caldera_Forms.php:741, ../includes/Elements/Caldera_Forms.php:1251, ../includes/Elements/Contact_Form_7.php:598, ../includes/Elements/Contact_Form_7.php:1276, ../includes/Elements/Contact_Form_7.php:1471, ../includes/Elements/Contact_Form_7.php:1668, ../includes/Elements/Content_Ticker.php:389, ../includes/Elements/Content_Ticker.php:452, ../includes/Elements/Content_Ticker.php:693, ../includes/Elements/Countdown.php:606, ../includes/Elements/Countdown.php:1136, ../includes/Elements/Cta_Box.php:438, ../includes/Elements/Cta_Box.php:651, ../includes/Elements/Cta_Box.php:868, ../includes/Elements/Data_Table.php:607, ../includes/Elements/Data_Table.php:892, ../includes/Elements/Dual_Color_Header.php:322, ../includes/Elements/Facebook_Feed.php:605, ../includes/Elements/Facebook_Feed.php:631, ../includes/Elements/Facebook_Feed.php:703, ../includes/Elements/Fancy_Text.php:480, ../includes/Elements/Feature_List.php:597, ../includes/Elements/Filterable_Gallery.php:846, ../includes/Elements/Filterable_Gallery.php:923, ../includes/Elements/Filterable_Gallery.php:1105, ../includes/Elements/Filterable_Gallery.php:1195, ../includes/Elements/Filterable_Gallery.php:1539, ../includes/Elements/Filterable_Gallery.php:1750, ../includes/Elements/Filterable_Gallery.php:2613, ../includes/Elements/Flip_Box.php:999, ../includes/Elements/Flip_Box.php:1112, ../includes/Elements/Flip_Box.php:1348, ../includes/Elements/FluentForm.php:790, ../includes/Elements/FluentForm.php:1158, ../includes/Elements/FluentForm.php:1213, ../includes/Elements/FluentForm.php:1336, ../includes/Elements/FluentForm.php:1421, ../includes/Elements/FluentForm.php:1602, ../includes/Elements/FluentForm.php:2025, ../includes/Elements/FluentForm.php:2191, ../includes/Elements/Formstack.php:680, ../includes/Elements/Formstack.php:735, ../includes/Elements/Formstack.php:989, ../includes/Elements/Formstack.php:1322, ../includes/Elements/Formstack.php:1487, ../includes/Elements/Formstack.php:1835, ../includes/Elements/Formstack.php:1964, ../includes/Elements/GravityForms.php:722, ../includes/Elements/GravityForms.php:1343, ../includes/Elements/GravityForms.php:1539, ../includes/Elements/GravityForms.php:1677, ../includes/Elements/GravityForms.php:1847, ../includes/Elements/GravityForms.php:2073, ../includes/Elements/Image_Accordion.php:329, ../includes/Elements/Image_Accordion.php:441, ../includes/Elements/Info_Box.php:556, ../includes/Elements/Login_Register.php:1557, ../includes/Elements/Login_Register.php:2122, ../includes/Elements/Login_Register.php:2261, ../includes/Elements/Login_Register.php:2334, ../includes/Elements/Login_Register.php:2425, ../includes/Elements/Login_Register.php:2527, ../includes/Elements/Login_Register.php:2563, ../includes/Elements/Login_Register.php:2725, ../includes/Elements/Login_Register.php:3197, ../includes/Elements/Login_Register.php:3496, ../includes/Elements/NinjaForms.php:784, ../includes/Elements/NinjaForms.php:1419, ../includes/Elements/Pricing_Table.php:748, ../includes/Elements/Pricing_Table.php:1513, ../includes/Elements/Pricing_Table.php:1818, ../includes/Elements/Product_Grid.php:796, ../includes/Elements/Product_Grid.php:1047, ../includes/Elements/Product_Grid.php:1459, ../includes/Elements/Simple_Menu.php:308, ../includes/Elements/Simple_Menu.php:468, ../includes/Elements/Simple_Menu.php:641, ../includes/Elements/Simple_Menu.php:1105, ../includes/Elements/Team_Member.php:487, ../includes/Elements/Testimonial.php:421, ../includes/Elements/Tooltip.php:349, ../includes/Elements/Tooltip.php:601, ../includes/Elements/Twitter_Feed.php:444, ../includes/Elements/Twitter_Feed.php:503, ../includes/Elements/Twitter_Feed.php:536, ../includes/Elements/WeForms.php:676, ../includes/Elements/Woo_Checkout.php:632, ../includes/Elements/Woo_Checkout.php:1224, ../includes/Elements/Woo_Checkout.php:1417, ../includes/Elements/Woo_Checkout.php:1547, ../includes/Elements/Woo_Checkout.php:1715, ../includes/Elements/Woo_Checkout.php:1930, ../includes/Elements/Woo_Checkout.php:2266, ../includes/Elements/Woo_Checkout.php:2597, ../includes/Elements/Woo_Product_Carousel.php:1020, ../includes/Elements/Woo_Product_Carousel.php:2253, ../includes/Elements/Woo_Product_Gallery.php:590, ../includes/Elements/Woo_Product_Gallery.php:694, ../includes/Elements/Woo_Product_Gallery.php:973, ../includes/Elements/Woo_Product_Gallery.php:1218, ../includes/Elements/Woo_Product_Gallery.php:1280, ../includes/Elements/WpForms.php:752, ../includes/Elements/WpForms.php:1255, ../includes/Extensions/Table_of_Content.php:624, ../includes/Extensions/Table_of_Content.php:812, ../includes/Traits/Controls.php:1333, ../includes/Traits/Controls.php:1378, ../includes/Traits/Controls.php:1879, ../includes/Traits/Woo_Product_Comparable.php:352, ../includes/Traits/Woo_Product_Comparable.php:997, ../includes/Traits/Woo_Product_Comparable.php:1146, ../includes/Traits/Woo_Product_Comparable.php:1614
627
  msgid "Padding"
628
  msgstr ""
629
 
643
  msgid "Highlight"
644
  msgstr ""
645
 
646
+ #: ../includes/Elements/Advanced_Data_Table.php:651, ../includes/Elements/Adv_Tabs.php:171, ../includes/Elements/Countdown.php:402, ../includes/Elements/Data_Table.php:148, ../includes/Elements/Filterable_Gallery.php:188, ../includes/Elements/Filterable_Gallery.php:228, ../includes/Elements/Flip_Box.php:200, ../includes/Elements/Flip_Box.php:429, ../includes/Elements/Flip_Box.php:648, ../includes/Elements/GravityForms.php:1016, ../includes/Elements/Info_Box.php:99, ../includes/Elements/Info_Box.php:805, ../includes/Elements/Info_Box.php:885, ../includes/Elements/Info_Box.php:1023, ../includes/Elements/Info_Box.php:1119, ../includes/Elements/Post_Grid.php:936, ../includes/Elements/Sticky_Video.php:552, ../includes/Extensions/Table_of_Content.php:837, ../includes/Extensions/Table_of_Content.php:1058
647
  msgid "None"
648
  msgstr ""
649
 
671
  msgid "Odd Row"
672
  msgstr ""
673
 
674
+ #: ../includes/Elements/Advanced_Data_Table.php:913, ../includes/Elements/Dual_Color_Header.php:775, ../includes/Elements/Dual_Color_Header.php:855, ../includes/Elements/Flip_Box.php:123, ../includes/Elements/FluentForm.php:1317, ../includes/Elements/FluentForm.php:1402, ../includes/Elements/FluentForm.php:1837, ../includes/Elements/Formstack.php:1661, ../includes/Elements/Image_Accordion.php:304, ../includes/Elements/Login_Register.php:2069, ../includes/Elements/Progress_Bar.php:384, ../includes/Elements/Progress_Bar.php:436, ../includes/Elements/Sticky_Video.php:459, ../includes/Elements/Team_Member.php:318, ../includes/Elements/Twitter_Feed.php:831, ../includes/Elements/Woo_Product_Carousel.php:1312, ../includes/Elements/Woo_Product_Carousel.php:2145, ../includes/Elements/Woo_Product_Carousel.php:2345, ../includes/Elements/Woo_Product_Carousel.php:2433, ../includes/Extensions/Reading_Progress.php:128
675
  msgid "Height"
676
  msgstr ""
677
 
679
  msgid "Margin Bottom"
680
  msgstr ""
681
 
682
+ #: ../includes/Elements/Advanced_Data_Table.php:971, ../includes/Elements/Advanced_Data_Table.php:1119, ../includes/Elements/Caldera_Forms.php:229, ../includes/Elements/Caldera_Forms.php:557, ../includes/Elements/Caldera_Forms.php:1132, ../includes/Elements/Contact_Form_7.php:439, ../includes/Elements/Contact_Form_7.php:1158, ../includes/Elements/Countdown.php:114, ../includes/Elements/Cta_Box.php:97, ../includes/Elements/Data_Table.php:547, ../includes/Elements/Dual_Color_Header.php:186, ../includes/Elements/Dual_Color_Header.php:650, ../includes/Elements/Event_Calendar.php:1003, ../includes/Elements/Event_Calendar.php:1135, ../includes/Elements/Fancy_Text.php:170, ../includes/Elements/Filterable_Gallery.php:763, ../includes/Elements/FluentForm.php:263, ../includes/Elements/FluentForm.php:604, ../includes/Elements/FluentForm.php:1237, ../includes/Elements/FluentForm.php:1482, ../includes/Elements/Formstack.php:445, ../includes/Elements/Formstack.php:759, ../includes/Elements/Formstack.php:1368, ../includes/Elements/GravityForms.php:480, ../includes/Elements/GravityForms.php:625, ../includes/Elements/GravityForms.php:1717, ../includes/Elements/GravityForms.php:1967, ../includes/Elements/Login_Register.php:3251, ../includes/Elements/Login_Register.php:3571, ../includes/Elements/NinjaForms.php:417, ../includes/Elements/NinjaForms.php:599, ../includes/Elements/NinjaForms.php:1294, ../includes/Elements/Post_Grid.php:483, ../includes/Elements/Post_Grid.php:801, ../includes/Elements/Post_Grid.php:884, ../includes/Elements/Product_Grid.php:681, ../includes/Elements/Product_Grid.php:999, ../includes/Elements/Product_Grid.php:1697, ../includes/Elements/Product_Grid.php:2182, ../includes/Elements/Progress_Bar.php:317, ../includes/Elements/Progress_Bar.php:528, ../includes/Elements/Simple_Menu.php:329, ../includes/Elements/Simple_Menu.php:736, ../includes/Elements/Simple_Menu.php:762, ../includes/Elements/Simple_Menu.php:787, ../includes/Elements/Simple_Menu.php:1082, ../includes/Elements/Tooltip.php:204, ../includes/Elements/Woo_Product_Carousel.php:806, ../includes/Elements/Woo_Product_Carousel.php:855, ../includes/Elements/Woo_Product_Gallery.php:189, ../includes/Elements/Woo_Product_Gallery.php:219, ../includes/Elements/Woo_Product_Gallery.php:548, ../includes/Elements/Woo_Product_Gallery.php:1515, ../includes/Elements/WpForms.php:384, ../includes/Elements/WpForms.php:568, ../includes/Elements/WpForms.php:1133, ../includes/Traits/Controls.php:1898
683
  msgid "Alignment"
684
  msgstr ""
685
 
686
+ #: ../includes/Elements/Advanced_Data_Table.php:1175, ../includes/Elements/Adv_Accordion.php:370, ../includes/Elements/Adv_Accordion.php:523, ../includes/Elements/Adv_Accordion.php:763, ../includes/Elements/Adv_Tabs.php:346, ../includes/Elements/Adv_Tabs.php:491, ../includes/Elements/Adv_Tabs.php:770, ../includes/Elements/Betterdocs_Category_Grid.php:570, ../includes/Elements/Betterdocs_Category_Grid.php:736, ../includes/Elements/Caldera_Forms.php:297, ../includes/Elements/Caldera_Forms.php:359, ../includes/Elements/Contact_Form_7.php:372, ../includes/Elements/Contact_Form_7.php:1653, ../includes/Elements/Content_Ticker.php:464, ../includes/Elements/Countdown.php:1088, ../includes/Elements/Cta_Box.php:450, ../includes/Elements/Cta_Box.php:663, ../includes/Elements/Cta_Box.php:880, ../includes/Elements/Dual_Color_Header.php:334, ../includes/Elements/Dual_Color_Header.php:702, ../includes/Elements/Fancy_Text.php:492, ../includes/Elements/Filterable_Gallery.php:858, ../includes/Elements/Filterable_Gallery.php:935, ../includes/Elements/Filterable_Gallery.php:1117, ../includes/Elements/Filterable_Gallery.php:1762, ../includes/Elements/Filterable_Gallery.php:2211, ../includes/Elements/Filterable_Gallery.php:2654, ../includes/Elements/Flip_Box.php:1336, ../includes/Elements/FluentForm.php:332, ../includes/Elements/FluentForm.php:394, ../includes/Elements/FluentForm.php:1170, ../includes/Elements/FluentForm.php:1225, ../includes/Elements/FluentForm.php:2203, ../includes/Elements/Formstack.php:502, ../includes/Elements/Formstack.php:552, ../includes/Elements/Formstack.php:692, ../includes/Elements/Formstack.php:747, ../includes/Elements/Formstack.php:1979, ../includes/Elements/GravityForms.php:1072, ../includes/Elements/GravityForms.php:1331, ../includes/Elements/GravityForms.php:1527, ../includes/Elements/GravityForms.php:1691, ../includes/Elements/Image_Accordion.php:341, ../includes/Elements/Image_Accordion.php:430, ../includes/Elements/Info_Box.php:689, ../includes/Elements/Info_Box.php:751, ../includes/Elements/Info_Box.php:983, ../includes/Elements/Info_Box.php:1375, ../includes/Elements/Login_Register.php:1542, ../includes/Elements/Login_Register.php:2107, ../includes/Elements/Login_Register.php:2246, ../includes/Elements/Login_Register.php:2319, ../includes/Elements/Login_Register.php:2410, ../includes/Elements/Login_Register.php:2512, ../includes/Elements/Login_Register.php:2548, ../includes/Elements/Login_Register.php:2710, ../includes/Elements/Login_Register.php:3182, ../includes/Elements/Login_Register.php:3417, ../includes/Elements/Login_Register.php:3481, ../includes/Elements/NinjaForms.php:473, ../includes/Elements/NinjaForms.php:523, ../includes/Elements/Post_Grid.php:401, ../includes/Elements/Post_Grid.php:534, ../includes/Elements/Post_Grid.php:549, ../includes/Elements/Post_Grid.php:673, ../includes/Elements/Post_Grid.php:761, ../includes/Elements/Post_Grid.php:837, ../includes/Elements/Pricing_Table.php:760, ../includes/Elements/Pricing_Table.php:1086, ../includes/Elements/Pricing_Table.php:1156, ../includes/Elements/Pricing_Table.php:1830, ../includes/Elements/Team_Member.php:475, ../includes/Elements/Testimonial.php:409, ../includes/Elements/Testimonial.php:507, ../includes/Elements/Testimonial.php:548, ../includes/Elements/Testimonial.php:589, ../includes/Elements/Testimonial.php:622, ../includes/Elements/Tooltip.php:360, ../includes/Elements/Tooltip.php:612, ../includes/Elements/WeForms.php:490, ../includes/Elements/WeForms.php:664, ../includes/Elements/Woo_Product_Carousel.php:914, ../includes/Elements/Woo_Product_Gallery.php:1206, ../includes/Elements/Woo_Product_Gallery.php:1268, ../includes/Elements/WpForms.php:440, ../includes/Elements/WpForms.php:490, ../includes/Elements/WpForms.php:522, ../includes/Traits/Controls.php:1345, ../includes/Traits/Controls.php:1390, ../includes/Traits/Woo_Product_Comparable.php:340, ../includes/Traits/Woo_Product_Comparable.php:1462
687
  msgid "Margin"
688
  msgstr ""
689
 
690
+ #: ../includes/Elements/Advanced_Data_Table.php:1195, ../includes/Elements/Advanced_Data_Table.php:1361, ../includes/Elements/Adv_Accordion.php:534, ../includes/Elements/Adv_Accordion.php:862, ../includes/Elements/Adv_Tabs.php:502, ../includes/Elements/Betterdocs_Category_Box.php:284, ../includes/Elements/Betterdocs_Category_Box.php:452, ../includes/Elements/Betterdocs_Category_Box.php:677, ../includes/Elements/Betterdocs_Category_Box.php:846, ../includes/Elements/Betterdocs_Category_Grid.php:315, ../includes/Elements/Betterdocs_Category_Grid.php:455, ../includes/Elements/Betterdocs_Category_Grid.php:610, ../includes/Elements/Betterdocs_Category_Grid.php:800, ../includes/Elements/Betterdocs_Category_Grid.php:1348, ../includes/Elements/Betterdocs_Search_Form.php:389, ../includes/Elements/Caldera_Forms.php:585, ../includes/Elements/Caldera_Forms.php:973, ../includes/Elements/Caldera_Forms.php:1197, ../includes/Elements/Contact_Form_7.php:543, ../includes/Elements/Contact_Form_7.php:1000, ../includes/Elements/Contact_Form_7.php:1223, ../includes/Elements/Content_Ticker.php:590, ../includes/Elements/Creative_Button.php:260, ../includes/Elements/Cta_Box.php:693, ../includes/Elements/Cta_Box.php:899, ../includes/Elements/Data_Table.php:619, ../includes/Elements/Data_Table.php:812, ../includes/Elements/Data_Table.php:984, ../includes/Elements/Data_Table.php:1082, ../includes/Elements/Event_Calendar.php:780, ../includes/Elements/Filterable_Gallery.php:954, ../includes/Elements/Filterable_Gallery.php:1719, ../includes/Elements/Filterable_Gallery.php:2483, ../includes/Elements/Flip_Box.php:1330, ../includes/Elements/FluentForm.php:634, ../includes/Elements/FluentForm.php:969, ../includes/Elements/FluentForm.php:1548, ../includes/Elements/FluentForm.php:1741, ../includes/Elements/FluentForm.php:1958, ../includes/Elements/Formstack.php:833, ../includes/Elements/Formstack.php:1165, ../includes/Elements/Formstack.php:1433, ../includes/Elements/Formstack.php:1603, ../includes/Elements/Formstack.php:1766, ../includes/Elements/GravityForms.php:653, ../includes/Elements/GravityForms.php:1243, ../includes/Elements/GravityForms.php:1439, ../includes/Elements/GravityForms.php:1790, ../includes/Elements/GravityForms.php:2019, ../includes/Elements/Info_Box.php:537, ../includes/Elements/Info_Box.php:765, ../includes/Elements/Info_Box.php:997, ../includes/Elements/Info_Box.php:1230, ../includes/Elements/Info_Box.php:1341, ../includes/Elements/Login_Register.php:2613, ../includes/Elements/Login_Register.php:3281, ../includes/Elements/Login_Register.php:3444, ../includes/Elements/Login_Register.php:3602, ../includes/Elements/NinjaForms.php:627, ../includes/Elements/NinjaForms.php:1020, ../includes/Elements/NinjaForms.php:1365, ../includes/Elements/Pricing_Table.php:1882, ../includes/Elements/Product_Grid.php:851, ../includes/Elements/Product_Grid.php:1498, ../includes/Elements/Product_Grid.php:1940, ../includes/Elements/Product_Grid.php:2235, ../includes/Elements/Product_Grid.php:2669, ../includes/Elements/Team_Member.php:714, ../includes/Elements/Tooltip.php:403, ../includes/Elements/WeForms.php:687, ../includes/Elements/Woo_Checkout.php:904, ../includes/Elements/Woo_Checkout.php:947, ../includes/Elements/Woo_Checkout.php:1090, ../includes/Elements/Woo_Checkout.php:1309, ../includes/Elements/Woo_Checkout.php:1607, ../includes/Elements/Woo_Checkout.php:2067, ../includes/Elements/Woo_Checkout.php:2323, ../includes/Elements/Woo_Checkout.php:2477, ../includes/Elements/Woo_Product_Carousel.php:926, ../includes/Elements/Woo_Product_Carousel.php:1362, ../includes/Elements/Woo_Product_Carousel.php:1767, ../includes/Elements/Woo_Product_Carousel.php:2211, ../includes/Elements/Woo_Product_Carousel.php:2633, ../includes/Elements/Woo_Product_Gallery.php:604, ../includes/Elements/Woo_Product_Gallery.php:1008, ../includes/Elements/Woo_Product_Gallery.php:1303, ../includes/Elements/Woo_Product_Gallery.php:1664, ../includes/Elements/Woo_Product_Gallery.php:2017, ../includes/Elements/WpForms.php:596, ../includes/Elements/WpForms.php:974, ../includes/Elements/WpForms.php:1201, ../includes/Extensions/Table_of_Content.php:910, ../includes/Traits/Controls.php:1222, ../includes/Traits/Controls.php:1409, ../includes/Traits/Woo_Product_Comparable.php:838, ../includes/Traits/Woo_Product_Comparable.php:1224, ../includes/Traits/Woo_Product_Comparable.php:1642
691
  msgid "Normal"
692
  msgstr ""
693
 
694
+ #: ../includes/Elements/Advanced_Data_Table.php:1265, ../includes/Elements/Advanced_Data_Table.php:1391, ../includes/Elements/Adv_Accordion.php:592, ../includes/Elements/Adv_Accordion.php:909, ../includes/Elements/Adv_Tabs.php:569, ../includes/Elements/Betterdocs_Category_Box.php:330, ../includes/Elements/Betterdocs_Category_Box.php:548, ../includes/Elements/Betterdocs_Category_Box.php:710, ../includes/Elements/Betterdocs_Category_Box.php:959, ../includes/Elements/Betterdocs_Category_Grid.php:363, ../includes/Elements/Betterdocs_Category_Grid.php:496, ../includes/Elements/Betterdocs_Category_Grid.php:664, ../includes/Elements/Betterdocs_Category_Grid.php:872, ../includes/Elements/Betterdocs_Category_Grid.php:1432, ../includes/Elements/Betterdocs_Search_Form.php:473, ../includes/Elements/Caldera_Forms.php:1303, ../includes/Elements/Contact_Form_7.php:1329, ../includes/Elements/Content_Ticker.php:646, ../includes/Elements/Creative_Button.php:353, ../includes/Elements/Cta_Box.php:764, ../includes/Elements/Cta_Box.php:951, ../includes/Elements/Data_Table.php:659, ../includes/Elements/Data_Table.php:903, ../includes/Elements/Data_Table.php:1001, ../includes/Elements/Data_Table.php:1100, ../includes/Elements/Event_Calendar.php:847, ../includes/Elements/Filterable_Gallery.php:1857, ../includes/Elements/Filterable_Gallery.php:2678, ../includes/Elements/Flip_Box.php:1413, ../includes/Elements/FluentForm.php:1675, ../includes/Elements/FluentForm.php:2039, ../includes/Elements/Formstack.php:1539, ../includes/Elements/Formstack.php:1849, ../includes/Elements/GravityForms.php:1882, ../includes/Elements/GravityForms.php:2106, ../includes/Elements/Info_Box.php:598, ../includes/Elements/Info_Box.php:836, ../includes/Elements/Info_Box.php:1069, ../includes/Elements/Info_Box.php:1276, ../includes/Elements/Info_Box.php:1451, ../includes/Elements/Login_Register.php:3318, ../includes/Elements/Login_Register.php:3639, ../includes/Elements/NinjaForms.php:1452, ../includes/Elements/Pricing_Table.php:402, ../includes/Elements/Pricing_Table.php:1951, ../includes/Elements/Product_Grid.php:901, ../includes/Elements/Product_Grid.php:1574, ../includes/Elements/Product_Grid.php:2049, ../includes/Elements/Product_Grid.php:2273, ../includes/Elements/Product_Grid.php:2720, ../includes/Elements/Simple_Menu.php:390, ../includes/Elements/Simple_Menu.php:516, ../includes/Elements/Simple_Menu.php:969, ../includes/Elements/Simple_Menu.php:1278, ../includes/Elements/Team_Member.php:791, ../includes/Elements/Tooltip.php:446, ../includes/Elements/WeForms.php:737, ../includes/Elements/Woo_Checkout.php:920, ../includes/Elements/Woo_Checkout.php:964, ../includes/Elements/Woo_Checkout.php:1106, ../includes/Elements/Woo_Checkout.php:1349, ../includes/Elements/Woo_Checkout.php:1647, ../includes/Elements/Woo_Checkout.php:2083, ../includes/Elements/Woo_Checkout.php:2517, ../includes/Elements/Woo_Product_Carousel.php:966, ../includes/Elements/Woo_Product_Carousel.php:1444, ../includes/Elements/Woo_Product_Carousel.php:1819, ../includes/Elements/Woo_Product_Carousel.php:2274, ../includes/Elements/Woo_Product_Carousel.php:2689, ../includes/Elements/Woo_Product_Gallery.php:643, ../includes/Elements/Woo_Product_Gallery.php:1076, ../includes/Elements/Woo_Product_Gallery.php:1337, ../includes/Elements/Woo_Product_Gallery.php:1714, ../includes/Elements/Woo_Product_Gallery.php:2068, ../includes/Elements/WpForms.php:1308, ../includes/Extensions/Table_of_Content.php:933, ../includes/Traits/Controls.php:1277, ../includes/Traits/Controls.php:1471, ../includes/Traits/Woo_Product_Comparable.php:938, ../includes/Traits/Woo_Product_Comparable.php:1305, ../includes/Traits/Woo_Product_Comparable.php:1692
695
  msgid "Hover"
696
  msgstr ""
697
 
698
+ #: ../includes/Elements/Advanced_Data_Table.php:1366, ../includes/Elements/Advanced_Data_Table.php:1396, ../includes/Elements/Betterdocs_Category_Box.php:683, ../includes/Elements/Betterdocs_Category_Box.php:716, ../includes/Elements/Betterdocs_Category_Box.php:860, ../includes/Elements/Betterdocs_Category_Box.php:965, ../includes/Elements/Betterdocs_Category_Grid.php:616, ../includes/Elements/Betterdocs_Category_Grid.php:670, ../includes/Elements/Betterdocs_Category_Grid.php:806, ../includes/Elements/Betterdocs_Category_Grid.php:903, ../includes/Elements/Betterdocs_Category_Grid.php:1006, ../includes/Elements/Betterdocs_Category_Grid.php:1086, ../includes/Elements/Betterdocs_Category_Grid.php:1162, ../includes/Elements/Betterdocs_Category_Grid.php:1239, ../includes/Elements/Betterdocs_Category_Grid.php:1362, ../includes/Elements/Betterdocs_Category_Grid.php:1461, ../includes/Elements/Betterdocs_Search_Form.php:237, ../includes/Elements/Betterdocs_Search_Form.php:274, ../includes/Elements/Caldera_Forms.php:983, ../includes/Elements/Caldera_Forms.php:1099, ../includes/Elements/Caldera_Forms.php:1431, ../includes/Elements/Contact_Form_7.php:1010, ../includes/Elements/Contact_Form_7.php:1126, ../includes/Elements/Content_Ticker.php:609, ../includes/Elements/Content_Ticker.php:665, ../includes/Elements/Cta_Box.php:518, ../includes/Elements/Cta_Box.php:559, ../includes/Elements/Cta_Box.php:601, ../includes/Elements/Cta_Box.php:1042, ../includes/Elements/Data_Table.php:624, ../includes/Elements/Data_Table.php:664, ../includes/Elements/Data_Table.php:1175, ../includes/Elements/Dual_Color_Header.php:473, ../includes/Elements/Dual_Color_Header.php:570, ../includes/Elements/Dual_Color_Header.php:713, ../includes/Elements/Event_Calendar.php:747, ../includes/Elements/Event_Calendar.php:787, ../includes/Elements/Event_Calendar.php:854, ../includes/Elements/Event_Calendar.php:908, ../includes/Elements/Event_Calendar.php:991, ../includes/Elements/Event_Calendar.php:1066, ../includes/Elements/Event_Calendar.php:1100, ../includes/Elements/Event_Calendar.php:1209, ../includes/Elements/Event_Calendar.php:1575, ../includes/Elements/Facebook_Feed.php:769, ../includes/Elements/Facebook_Feed.php:807, ../includes/Elements/Facebook_Feed.php:847, ../includes/Elements/Facebook_Feed.php:895, ../includes/Elements/Facebook_Feed.php:933, ../includes/Elements/Facebook_Feed.php:971, ../includes/Elements/Facebook_Feed.php:1024, ../includes/Elements/Facebook_Feed.php:1062, ../includes/Elements/Facebook_Feed.php:1100, ../includes/Elements/Facebook_Feed.php:1132, ../includes/Elements/Fancy_Text.php:346, ../includes/Elements/Feature_List.php:541, ../includes/Elements/Feature_List.php:763, ../includes/Elements/Feature_List.php:797, ../includes/Elements/Filterable_Gallery.php:1216, ../includes/Elements/Filterable_Gallery.php:1256, ../includes/Elements/Filterable_Gallery.php:1578, ../includes/Elements/Filterable_Gallery.php:1593, ../includes/Elements/Filterable_Gallery.php:1638, ../includes/Elements/Filterable_Gallery.php:1653, ../includes/Elements/Filterable_Gallery.php:1738, ../includes/Elements/Filterable_Gallery.php:1876, ../includes/Elements/Filterable_Gallery.php:1952, ../includes/Elements/Filterable_Gallery.php:1988, ../includes/Elements/Filterable_Gallery.php:2035, ../includes/Elements/Filterable_Gallery.php:2176, ../includes/Elements/Filterable_Gallery.php:2363, ../includes/Elements/Flip_Box.php:945, ../includes/Elements/Flip_Box.php:1058, ../includes/Elements/Flip_Box.php:1185, ../includes/Elements/Flip_Box.php:1216, ../includes/Elements/Flip_Box.php:1254, ../includes/Elements/Flip_Box.php:1286, ../includes/Elements/Flip_Box.php:1360, ../includes/Elements/Flip_Box.php:1419, ../includes/Elements/FluentForm.php:441, ../includes/Elements/FluentForm.php:979, ../includes/Elements/FluentForm.php:1095, ../includes/Elements/FluentForm.php:1136, ../includes/Elements/FluentForm.php:1191, ../includes/Elements/FluentForm.php:1295, ../includes/Elements/FluentForm.php:1357, ../includes/Elements/FluentForm.php:1973, ../includes/Elements/FluentForm.php:2046, ../includes/Elements/FluentForm.php:2167, ../includes/Elements/Formstack.php:658, ../includes/Elements/Formstack.php:713, ../includes/Elements/Formstack.php:1175, ../includes/Elements/Formstack.php:1255, ../includes/Elements/Formstack.php:1309, ../includes/Elements/Formstack.php:1856, ../includes/Elements/Formstack.php:1937, ../includes/Elements/GravityForms.php:1147, ../includes/Elements/GravityForms.php:1253, ../includes/Elements/GravityForms.php:1367, ../includes/Elements/GravityForms.php:1449, ../includes/Elements/GravityForms.php:1563, ../includes/Elements/GravityForms.php:1607, ../includes/Elements/Image_Accordion.php:496, ../includes/Elements/Image_Accordion.php:525, ../includes/Elements/Info_Box.php:1355, ../includes/Elements/Info_Box.php:1431, ../includes/Elements/Login_Register.php:2349, ../includes/Elements/Login_Register.php:2440, ../includes/Elements/Login_Register.php:2854, ../includes/Elements/NinjaForms.php:1030, ../includes/Elements/NinjaForms.php:1148, ../includes/Elements/NinjaForms.php:1567, ../includes/Elements/Post_Grid.php:380, ../includes/Elements/Post_Grid.php:453, ../includes/Elements/Post_Grid.php:863, ../includes/Elements/Pricing_Table.php:883, ../includes/Elements/Pricing_Table.php:947, ../includes/Elements/Pricing_Table.php:1038, ../includes/Elements/Pricing_Table.php:1067, ../includes/Elements/Pricing_Table.php:1108, ../includes/Elements/Pricing_Table.php:1137, ../includes/Elements/Pricing_Table.php:1177, ../includes/Elements/Pricing_Table.php:1212, ../includes/Elements/Pricing_Table.php:1369, ../includes/Elements/Pricing_Table.php:1501, ../includes/Elements/Product_Grid.php:1321, ../includes/Elements/Product_Grid.php:1945, ../includes/Elements/Product_Grid.php:2054, ../includes/Elements/Product_Grid.php:2391, ../includes/Elements/Product_Grid.php:2572, ../includes/Elements/Product_Grid.php:2613, ../includes/Elements/Product_Grid.php:2674, ../includes/Elements/Product_Grid.php:2725, ../includes/Elements/Product_Grid.php:2882, ../includes/Elements/Progress_Bar.php:407, ../includes/Elements/Progress_Bar.php:467, ../includes/Elements/Simple_Menu.php:931, ../includes/Elements/Simple_Menu.php:1025, ../includes/Elements/Simple_Menu.php:1240, ../includes/Elements/Simple_Menu.php:1333, ../includes/Elements/Twitter_Feed.php:695, ../includes/Elements/Twitter_Feed.php:724, ../includes/Elements/Twitter_Feed.php:754, ../includes/Elements/Twitter_Feed.php:924, ../includes/Elements/Woo_Checkout.php:576, ../includes/Elements/Woo_Checkout.php:750, ../includes/Elements/Woo_Checkout.php:764, ../includes/Elements/Woo_Checkout.php:872, ../includes/Elements/Woo_Checkout.php:886, ../includes/Elements/Woo_Checkout.php:1059, ../includes/Elements/Woo_Checkout.php:1095, ../includes/Elements/Woo_Checkout.php:1111, ../includes/Elements/Woo_Checkout.php:1179, ../includes/Elements/Woo_Checkout.php:1278, ../includes/Elements/Woo_Checkout.php:1328, ../includes/Elements/Woo_Checkout.php:1368, ../includes/Elements/Woo_Checkout.php:1465, ../includes/Elements/Woo_Checkout.php:1626, ../includes/Elements/Woo_Checkout.php:1666, ../includes/Elements/Woo_Checkout.php:1784, ../includes/Elements/Woo_Checkout.php:1828, ../includes/Elements/Woo_Checkout.php:1872, ../includes/Elements/Woo_Checkout.php:1978, ../includes/Elements/Woo_Checkout.php:2017, ../includes/Elements/Woo_Checkout.php:2057, ../includes/Elements/Woo_Checkout.php:2330, ../includes/Elements/Woo_Checkout.php:2351, ../includes/Elements/Woo_Checkout.php:2386, ../includes/Elements/Woo_Checkout.php:2407, ../includes/Elements/Woo_Checkout.php:2496, ../includes/Elements/Woo_Checkout.php:2536, ../includes/Elements/Woo_Product_Carousel.php:1172, ../includes/Elements/Woo_Product_Carousel.php:1367, ../includes/Elements/Woo_Product_Carousel.php:1449, ../includes/Elements/Woo_Product_Carousel.php:1669, ../includes/Elements/Woo_Product_Carousel.php:1710, ../includes/Elements/Woo_Product_Carousel.php:1772, ../includes/Elements/Woo_Product_Carousel.php:1824, ../includes/Elements/Woo_Product_Carousel.php:1977, ../includes/Elements/Woo_Product_Carousel.php:2218, ../includes/Elements/Woo_Product_Carousel.php:2281, ../includes/Elements/Woo_Product_Carousel.php:2314, ../includes/Elements/Woo_Product_Carousel.php:2652, ../includes/Elements/Woo_Product_Carousel.php:2708, ../includes/Elements/Woo_Product_Gallery.php:1308, ../includes/Elements/Woo_Product_Gallery.php:1342, ../includes/Elements/Woo_Product_Gallery.php:1380, ../includes/Elements/Woo_Product_Gallery.php:1669, ../includes/Elements/Woo_Product_Gallery.php:1719, ../includes/Elements/Woo_Product_Gallery.php:1920, ../includes/Elements/Woo_Product_Gallery.php:1961, ../includes/Elements/Woo_Product_Gallery.php:2022, ../includes/Elements/Woo_Product_Gallery.php:2073, ../includes/Elements/Woo_Product_Gallery.php:2230, ../includes/Elements/WpForms.php:984, ../includes/Elements/WpForms.php:1100, ../includes/Extensions/Table_of_Content.php:1069, ../includes/Traits/Woo_Product_Comparable.php:107, ../includes/Traits/Woo_Product_Comparable.php:1372, ../includes/Traits/Woo_Product_Comparable.php:1484
699
  msgid "Color"
700
  msgstr ""
701
 
723
  msgid "Select Accordion Tab Title Tag"
724
  msgstr ""
725
 
726
+ #: ../includes/Elements/Adv_Accordion.php:127, ../includes/Elements/Betterdocs_Category_Box.php:184, ../includes/Elements/Betterdocs_Category_Grid.php:222, ../includes/Elements/Cta_Box.php:198, ../includes/Elements/Dual_Color_Header.php:138, ../includes/Elements/Filterable_Gallery.php:367, ../includes/Elements/Flip_Box.php:298, ../includes/Elements/Flip_Box.php:527, ../includes/Elements/Image_Accordion.php:156, ../includes/Elements/Info_Box.php:234, ../includes/Elements/Product_Grid.php:440, ../includes/Elements/Product_Grid.php:1782, ../includes/Elements/Progress_Bar.php:138, ../includes/Elements/Tooltip.php:158, ../includes/Elements/Woo_Product_Carousel.php:235, ../includes/Elements/Woo_Product_Carousel.php:395, ../includes/Elements/Woo_Product_Gallery.php:459, ../includes/Elements/Woo_Product_Gallery.php:1580, ../includes/Extensions/Table_of_Content.php:147, ../includes/Traits/Controls.php:826
727
  msgid "H1"
728
  msgstr ""
729
 
730
+ #: ../includes/Elements/Adv_Accordion.php:128, ../includes/Elements/Betterdocs_Category_Box.php:185, ../includes/Elements/Betterdocs_Category_Grid.php:223, ../includes/Elements/Cta_Box.php:199, ../includes/Elements/Dual_Color_Header.php:139, ../includes/Elements/Filterable_Gallery.php:368, ../includes/Elements/Flip_Box.php:299, ../includes/Elements/Flip_Box.php:528, ../includes/Elements/Image_Accordion.php:157, ../includes/Elements/Info_Box.php:235, ../includes/Elements/Product_Grid.php:441, ../includes/Elements/Product_Grid.php:1783, ../includes/Elements/Progress_Bar.php:139, ../includes/Elements/Tooltip.php:159, ../includes/Elements/Woo_Product_Carousel.php:236, ../includes/Elements/Woo_Product_Carousel.php:396, ../includes/Elements/Woo_Product_Gallery.php:460, ../includes/Elements/Woo_Product_Gallery.php:1581, ../includes/Extensions/Table_of_Content.php:148, ../includes/Traits/Controls.php:827
731
  msgid "H2"
732
  msgstr ""
733
 
734
+ #: ../includes/Elements/Adv_Accordion.php:129, ../includes/Elements/Betterdocs_Category_Box.php:186, ../includes/Elements/Betterdocs_Category_Grid.php:224, ../includes/Elements/Cta_Box.php:200, ../includes/Elements/Dual_Color_Header.php:140, ../includes/Elements/Filterable_Gallery.php:369, ../includes/Elements/Flip_Box.php:300, ../includes/Elements/Flip_Box.php:529, ../includes/Elements/Image_Accordion.php:158, ../includes/Elements/Info_Box.php:236, ../includes/Elements/Product_Grid.php:442, ../includes/Elements/Product_Grid.php:1784, ../includes/Elements/Progress_Bar.php:140, ../includes/Elements/Tooltip.php:160, ../includes/Elements/Woo_Product_Carousel.php:237, ../includes/Elements/Woo_Product_Carousel.php:397, ../includes/Elements/Woo_Product_Gallery.php:461, ../includes/Elements/Woo_Product_Gallery.php:1582, ../includes/Extensions/Table_of_Content.php:149, ../includes/Traits/Controls.php:828
735
  msgid "H3"
736
  msgstr ""
737
 
738
+ #: ../includes/Elements/Adv_Accordion.php:130, ../includes/Elements/Betterdocs_Category_Box.php:187, ../includes/Elements/Betterdocs_Category_Grid.php:225, ../includes/Elements/Cta_Box.php:201, ../includes/Elements/Dual_Color_Header.php:141, ../includes/Elements/Filterable_Gallery.php:370, ../includes/Elements/Flip_Box.php:301, ../includes/Elements/Flip_Box.php:530, ../includes/Elements/Image_Accordion.php:159, ../includes/Elements/Info_Box.php:237, ../includes/Elements/Product_Grid.php:443, ../includes/Elements/Product_Grid.php:1785, ../includes/Elements/Progress_Bar.php:141, ../includes/Elements/Tooltip.php:161, ../includes/Elements/Woo_Product_Carousel.php:238, ../includes/Elements/Woo_Product_Carousel.php:398, ../includes/Elements/Woo_Product_Gallery.php:462, ../includes/Elements/Woo_Product_Gallery.php:1583, ../includes/Extensions/Table_of_Content.php:150, ../includes/Traits/Controls.php:829
739
  msgid "H4"
740
  msgstr ""
741
 
742
+ #: ../includes/Elements/Adv_Accordion.php:131, ../includes/Elements/Betterdocs_Category_Box.php:188, ../includes/Elements/Betterdocs_Category_Grid.php:226, ../includes/Elements/Cta_Box.php:202, ../includes/Elements/Dual_Color_Header.php:142, ../includes/Elements/Filterable_Gallery.php:371, ../includes/Elements/Flip_Box.php:302, ../includes/Elements/Flip_Box.php:531, ../includes/Elements/Image_Accordion.php:160, ../includes/Elements/Info_Box.php:238, ../includes/Elements/Product_Grid.php:444, ../includes/Elements/Product_Grid.php:1786, ../includes/Elements/Progress_Bar.php:142, ../includes/Elements/Tooltip.php:162, ../includes/Elements/Woo_Product_Carousel.php:239, ../includes/Elements/Woo_Product_Carousel.php:399, ../includes/Elements/Woo_Product_Gallery.php:463, ../includes/Elements/Woo_Product_Gallery.php:1584, ../includes/Extensions/Table_of_Content.php:151, ../includes/Traits/Controls.php:830
743
  msgid "H5"
744
  msgstr ""
745
 
746
+ #: ../includes/Elements/Adv_Accordion.php:132, ../includes/Elements/Betterdocs_Category_Box.php:189, ../includes/Elements/Betterdocs_Category_Grid.php:227, ../includes/Elements/Cta_Box.php:203, ../includes/Elements/Dual_Color_Header.php:143, ../includes/Elements/Filterable_Gallery.php:372, ../includes/Elements/Flip_Box.php:303, ../includes/Elements/Flip_Box.php:532, ../includes/Elements/Image_Accordion.php:161, ../includes/Elements/Info_Box.php:239, ../includes/Elements/Product_Grid.php:445, ../includes/Elements/Product_Grid.php:1787, ../includes/Elements/Progress_Bar.php:143, ../includes/Elements/Tooltip.php:163, ../includes/Elements/Woo_Product_Carousel.php:240, ../includes/Elements/Woo_Product_Carousel.php:400, ../includes/Elements/Woo_Product_Gallery.php:464, ../includes/Elements/Woo_Product_Gallery.php:1585, ../includes/Extensions/Table_of_Content.php:152, ../includes/Traits/Controls.php:831
747
  msgid "H6"
748
  msgstr ""
749
 
750
+ #: ../includes/Elements/Adv_Accordion.php:133, ../includes/Elements/Betterdocs_Category_Box.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:228, ../includes/Elements/Cta_Box.php:204, ../includes/Elements/Dual_Color_Header.php:144, ../includes/Elements/Filterable_Gallery.php:373, ../includes/Elements/Flip_Box.php:304, ../includes/Elements/Flip_Box.php:533, ../includes/Elements/Image_Accordion.php:162, ../includes/Elements/Info_Box.php:240, ../includes/Elements/Product_Grid.php:1788, ../includes/Elements/Woo_Product_Carousel.php:241, ../includes/Elements/Woo_Product_Carousel.php:401, ../includes/Elements/Woo_Product_Gallery.php:1586, ../includes/Traits/Controls.php:832
751
  msgid "Span"
752
  msgstr ""
753
 
754
+ #: ../includes/Elements/Adv_Accordion.php:134, ../includes/Elements/Betterdocs_Category_Box.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:229, ../includes/Elements/Cta_Box.php:205, ../includes/Elements/Dual_Color_Header.php:145, ../includes/Elements/Filterable_Gallery.php:374, ../includes/Elements/Flip_Box.php:305, ../includes/Elements/Flip_Box.php:534, ../includes/Elements/Image_Accordion.php:163, ../includes/Elements/Info_Box.php:241, ../includes/Elements/Product_Grid.php:1789, ../includes/Elements/Tooltip.php:166, ../includes/Elements/Woo_Product_Carousel.php:242, ../includes/Elements/Woo_Product_Carousel.php:402, ../includes/Elements/Woo_Product_Gallery.php:1587, ../includes/Traits/Controls.php:833
755
  msgid "P"
756
  msgstr ""
757
 
758
+ #: ../includes/Elements/Adv_Accordion.php:135, ../includes/Elements/Betterdocs_Category_Box.php:192, ../includes/Elements/Betterdocs_Category_Grid.php:230, ../includes/Elements/Cta_Box.php:206, ../includes/Elements/Dual_Color_Header.php:146, ../includes/Elements/Filterable_Gallery.php:375, ../includes/Elements/Flip_Box.php:306, ../includes/Elements/Flip_Box.php:535, ../includes/Elements/Image_Accordion.php:164, ../includes/Elements/Info_Box.php:242, ../includes/Elements/Product_Grid.php:1790, ../includes/Elements/Woo_Product_Carousel.php:243, ../includes/Elements/Woo_Product_Carousel.php:403, ../includes/Elements/Woo_Product_Gallery.php:1588, ../includes/Traits/Controls.php:834
759
  msgid "Div"
760
  msgstr ""
761
 
779
  msgid "Content Settings"
780
  msgstr ""
781
 
782
+ #: ../includes/Elements/Adv_Accordion.php:204, ../includes/Elements/Adv_Tabs.php:156
783
  msgid "Active as Default"
784
  msgstr ""
785
 
787
  msgid "Enable Tab Icon"
788
  msgstr ""
789
 
790
+ #: ../includes/Elements/Adv_Accordion.php:224, ../includes/Elements/Adv_Tabs.php:175, ../includes/Elements/Adv_Tabs.php:190, ../includes/Elements/Betterdocs_Category_Box.php:407, ../includes/Elements/Betterdocs_Category_Box.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:1065, ../includes/Elements/Betterdocs_Category_Grid.php:1074, ../includes/Elements/Betterdocs_Category_Grid.php:1206, ../includes/Elements/Betterdocs_Category_Grid.php:1313, ../includes/Elements/Creative_Button.php:131, ../includes/Elements/Cta_Box.php:151, ../includes/Elements/Data_Table.php:152, ../includes/Elements/Data_Table.php:171, ../includes/Elements/Data_Table.php:298, ../includes/Elements/Data_Table.php:351, ../includes/Elements/Dual_Color_Header.php:118, ../includes/Elements/Dual_Color_Header.php:273, ../includes/Elements/Feature_List.php:78, ../includes/Elements/Feature_List.php:94, ../includes/Elements/Feature_List.php:502, ../includes/Elements/Flip_Box.php:202, ../includes/Elements/Flip_Box.php:228, ../includes/Elements/Flip_Box.php:431, ../includes/Elements/Flip_Box.php:457, ../includes/Elements/Info_Box.php:107, ../includes/Elements/Info_Box.php:176, ../includes/Elements/Info_Box.php:441, ../includes/Elements/Pricing_Table.php:172, ../includes/Elements/Simple_Menu.php:884, ../includes/Elements/Simple_Menu.php:1193, ../includes/Elements/Team_Member.php:166, ../includes/Elements/Tooltip.php:74, ../includes/Elements/Tooltip.php:97, ../includes/Elements/Twitter_Feed.php:890, ../includes/Extensions/Table_of_Content.php:645, ../includes/Traits/Controls.php:738, ../includes/Traits/Controls.php:791
791
  msgid "Icon"
792
  msgstr ""
793
 
794
+ #: ../includes/Elements/Adv_Accordion.php:240, ../includes/Elements/Adv_Accordion.php:243, ../includes/Elements/Adv_Tabs.php:221, ../includes/Elements/Adv_Tabs.php:223, ../includes/Elements/Adv_Tabs.php:391
795
  msgid "Tab Title"
796
  msgstr ""
797
 
798
+ #: ../includes/Elements/Adv_Accordion.php:252, ../includes/Elements/Adv_Tabs.php:231, ../includes/Elements/Cta_Box.php:214, ../includes/Elements/Data_Table.php:294, ../includes/Elements/Info_Box.php:249, ../includes/Elements/Tooltip.php:69
799
  msgid "Content Type"
800
  msgstr ""
801
 
802
+ #: ../includes/Elements/Adv_Accordion.php:255, ../includes/Elements/Adv_Tabs.php:147, ../includes/Elements/Adv_Tabs.php:234, ../includes/Elements/Adv_Tabs.php:715, ../includes/Elements/Cta_Box.php:217, ../includes/Elements/Cta_Box.php:238, ../includes/Elements/Data_Table.php:256, ../includes/Elements/Data_Table.php:371, ../includes/Elements/Data_Table.php:385, ../includes/Elements/Event_Calendar.php:258, ../includes/Elements/Event_Calendar.php:1485, ../includes/Elements/Facebook_Feed.php:948, ../includes/Elements/Feature_List.php:191, ../includes/Elements/Feature_List.php:695, ../includes/Elements/Flip_Box.php:157, ../includes/Elements/Image_Accordion.php:97, ../includes/Elements/Image_Accordion.php:208, ../includes/Elements/Image_Accordion.php:516, ../includes/Elements/Info_Box.php:252, ../includes/Elements/Product_Grid.php:2488, ../includes/Elements/Tooltip.php:140, ../includes/Elements/Tooltip.php:273, ../includes/Elements/Woo_Product_Carousel.php:1573, ../includes/Elements/Woo_Product_Gallery.php:1836
803
  msgid "Content"
804
  msgstr ""
805
 
806
+ #: ../includes/Elements/Adv_Accordion.php:256, ../includes/Elements/Adv_Tabs.php:235, ../includes/Elements/Countdown.php:405, ../includes/Elements/Cta_Box.php:218, ../includes/Elements/Info_Box.php:253
807
  msgid "Saved Templates"
808
  msgstr ""
809
 
810
+ #: ../includes/Elements/Adv_Accordion.php:266, ../includes/Elements/Adv_Tabs.php:244, ../includes/Elements/Countdown.php:452, ../includes/Elements/Cta_Box.php:227, ../includes/Elements/Data_Table.php:339, ../includes/Elements/Info_Box.php:262
811
  msgid "Choose Template"
812
  msgstr ""
813
 
814
+ #: ../includes/Elements/Adv_Accordion.php:279, ../includes/Elements/Adv_Tabs.php:256
815
  msgid "Tab Content"
816
  msgstr ""
817
 
818
+ #: ../includes/Elements/Adv_Accordion.php:281, ../includes/Elements/Adv_Tabs.php:258, ../includes/Elements/Feature_List.php:193
819
  msgid "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur."
820
  msgstr ""
821
 
822
+ #: ../includes/Elements/Adv_Accordion.php:292, ../includes/Elements/Adv_Tabs.php:269
823
  msgid "Custom ID"
824
  msgstr ""
825
 
826
+ #: ../includes/Elements/Adv_Accordion.php:294, ../includes/Elements/Adv_Tabs.php:271
827
  msgid "Custom ID will be added as an anchor tag. For example, if you add ‘test’ as your custom ID, the link will become like the following: https://www.example.com/#test and it will open the respective tab directly."
828
  msgstr ""
829
 
847
  msgid "Tab Style"
848
  msgstr ""
849
 
850
+ #: ../includes/Elements/Adv_Accordion.php:426, ../includes/Elements/Adv_Accordion.php:803, ../includes/Elements/Adv_Tabs.php:431, ../includes/Elements/Creative_Button.php:499, ../includes/Elements/Data_Table.php:711, ../includes/Elements/Data_Table.php:1059, ../includes/Elements/Dual_Color_Header.php:397, ../includes/Elements/Dual_Color_Header.php:608, ../includes/Elements/Event_Calendar.php:1456, ../includes/Elements/Event_Calendar.php:1523, ../includes/Elements/Feature_List.php:575, ../includes/Elements/Filterable_Gallery.php:1774, ../includes/Elements/Filterable_Gallery.php:2136, ../includes/Elements/Filterable_Gallery.php:2573, ../includes/Elements/Flip_Box.php:961, ../includes/Elements/Flip_Box.php:1074, ../includes/Elements/Info_Box.php:936, ../includes/Elements/Info_Box.php:1178, ../includes/Elements/Login_Register.php:2918, ../includes/Elements/Pricing_Table.php:1236, ../includes/Elements/Pricing_Table.php:1671, ../includes/Elements/Pricing_Table.php:1842, ../includes/Elements/Product_Grid.php:1271, ../includes/Elements/Product_Grid.php:2830, ../includes/Elements/Team_Member.php:643, ../includes/Elements/Tooltip.php:113, ../includes/Elements/Woo_Product_Carousel.php:1141, ../includes/Elements/Woo_Product_Carousel.php:1925, ../includes/Elements/Woo_Product_Carousel.php:2573, ../includes/Elements/Woo_Product_Gallery.php:844, ../includes/Elements/Woo_Product_Gallery.php:2178, ../includes/Extensions/Table_of_Content.php:681, ../includes/Traits/Woo_Product_Comparable.php:1345
851
  msgid "Icon Size"
852
  msgstr ""
853
 
854
+ #: ../includes/Elements/Adv_Accordion.php:448, ../includes/Elements/Adv_Accordion.php:474, ../includes/Elements/Adv_Tabs.php:455
855
  msgid "Icon Gap"
856
  msgstr ""
857
 
859
  msgid "Distance"
860
  msgstr ""
861
 
862
+ #: ../includes/Elements/Adv_Accordion.php:558, ../includes/Elements/Adv_Accordion.php:618, ../includes/Elements/Adv_Accordion.php:679, ../includes/Elements/Adv_Tabs.php:536, ../includes/Elements/Adv_Tabs.php:603, ../includes/Elements/Adv_Tabs.php:670, ../includes/Elements/Data_Table.php:1087, ../includes/Elements/Data_Table.php:1105, ../includes/Elements/Dual_Color_Header.php:421, ../includes/Elements/Dual_Color_Header.php:634, ../includes/Elements/Event_Calendar.php:1474, ../includes/Elements/Feature_List.php:122, ../includes/Elements/Info_Box.php:772, ../includes/Elements/Info_Box.php:851, ../includes/Elements/Info_Box.php:1004, ../includes/Elements/Info_Box.php:1084, ../includes/Elements/Post_Grid.php:986, ../includes/Elements/Pricing_Table.php:337, ../includes/Elements/Pricing_Table.php:1735, ../includes/Elements/Simple_Menu.php:295, ../includes/Elements/Team_Member.php:719, ../includes/Elements/Twitter_Feed.php:631, ../includes/Elements/Woo_Checkout.php:1190, ../includes/Elements/Woo_Checkout.php:1476
863
  msgid "Icon Color"
864
  msgstr ""
865
 
866
+ #: ../includes/Elements/Adv_Accordion.php:652, ../includes/Elements/Adv_Accordion.php:954, ../includes/Elements/Adv_Tabs.php:636, ../includes/Elements/Event_Calendar.php:901, ../includes/Elements/Filterable_Gallery.php:1020, ../includes/Elements/Product_Grid.php:2317, ../includes/Elements/Simple_Menu.php:424, ../includes/Elements/Woo_Product_Carousel.php:2307, ../includes/Elements/Woo_Product_Gallery.php:1375, ../includes/Extensions/Table_of_Content.php:959
867
  msgid "Active"
868
  msgstr ""
869
 
883
  msgid "Icon Radius"
884
  msgstr ""
885
 
886
+ #: ../includes/Elements/Adv_Accordion.php:868, ../includes/Elements/Adv_Accordion.php:915, ../includes/Elements/Adv_Accordion.php:960, ../includes/Elements/Adv_Tabs.php:854
887
  msgid "Caret Color"
888
  msgstr ""
889
 
890
+ #: ../includes/Elements/Adv_Tabs.php:80, ../includes/Elements/Countdown.php:148, ../includes/Elements/Facebook_Feed.php:179, ../includes/Elements/Filterable_Gallery.php:170, ../includes/Elements/Product_Grid.php:232, ../includes/Elements/Product_Grid.php:426, ../includes/Elements/Progress_Bar.php:75, ../includes/Elements/Progress_Bar.php:101, ../includes/Elements/Simple_Menu.php:145, ../includes/Elements/Woo_Checkout.php:117, ../includes/Elements/Woo_Product_Carousel.php:209, ../includes/Elements/Woo_Product_Gallery.php:310, ../includes/Elements/Woo_Product_Gallery.php:445, ../includes/Traits/Controls.php:404, ../includes/Traits/Controls.php:533, ../includes/Traits/Controls.php:593
891
  msgid "Layout"
892
  msgstr ""
893
 
894
+ #: ../includes/Elements/Adv_Tabs.php:85, ../includes/Elements/Image_Accordion.php:87, ../includes/Elements/Simple_Menu.php:149, ../includes/Elements/Woo_Product_Gallery.php:180
895
  msgid "Horizontal"
896
  msgstr ""
897
 
898
+ #: ../includes/Elements/Adv_Tabs.php:86, ../includes/Elements/Image_Accordion.php:88, ../includes/Elements/Simple_Menu.php:150, ../includes/Elements/Woo_Product_Gallery.php:181
899
  msgid "Vertical"
900
  msgstr ""
901
 
915
  msgid "Inline"
916
  msgstr ""
917
 
918
+ #: ../includes/Elements/Adv_Tabs.php:119
919
+ msgid "Icon Alignment"
920
+ msgstr ""
921
+
922
+ #: ../includes/Elements/Adv_Tabs.php:120
923
+ msgid "Set icon position before/after the tab title."
924
+ msgstr ""
925
+
926
+ #: ../includes/Elements/Adv_Tabs.php:125, ../includes/Elements/Betterdocs_Category_Grid.php:1332, ../includes/Elements/Creative_Button.php:147, ../includes/Elements/Filterable_Gallery.php:752, ../includes/Elements/Flip_Box.php:713, ../includes/Elements/Info_Box.php:457, ../includes/Elements/Pricing_Table.php:539
927
+ msgid "Before"
928
+ msgstr ""
929
+
930
+ #: ../includes/Elements/Adv_Tabs.php:129, ../includes/Elements/Betterdocs_Category_Grid.php:1333, ../includes/Elements/Creative_Button.php:148, ../includes/Elements/Filterable_Gallery.php:751, ../includes/Elements/Flip_Box.php:712, ../includes/Elements/Info_Box.php:458, ../includes/Elements/Pricing_Table.php:540
931
+ msgid "After"
932
+ msgstr ""
933
+
934
+ #: ../includes/Elements/Adv_Tabs.php:166, ../includes/Elements/Feature_List.php:74, ../includes/Elements/Flip_Box.php:197, ../includes/Elements/Flip_Box.php:426
935
  msgid "Icon Type"
936
  msgstr ""
937
 
938
+ #: ../includes/Elements/Adv_Tabs.php:179, ../includes/Elements/Adv_Tabs.php:206, ../includes/Elements/Data_Table.php:156, ../includes/Elements/Data_Table.php:188, ../includes/Elements/Feature_List.php:82, ../includes/Elements/Feature_List.php:167, ../includes/Elements/Filterable_Gallery.php:563, ../includes/Elements/Flip_Box.php:201, ../includes/Elements/Flip_Box.php:430, ../includes/Elements/Info_Box.php:111, ../includes/Elements/Post_Grid.php:120, ../includes/Elements/Tooltip.php:82, ../includes/Elements/Tooltip.php:177, ../includes/Traits/Controls.php:573, ../includes/Traits/Controls.php:734, ../includes/Traits/Woo_Product_Comparable.php:40, ../includes/Traits/Woo_Product_Comparable.php:71
939
  msgid "Image"
940
  msgstr ""
941
 
942
+ #: ../includes/Elements/Adv_Tabs.php:282
943
  msgid "Tab Title 1"
944
  msgstr ""
945
 
946
+ #: ../includes/Elements/Adv_Tabs.php:283
947
  msgid "Tab Title 2"
948
  msgstr ""
949
 
950
+ #: ../includes/Elements/Adv_Tabs.php:284
951
  msgid "Tab Title 3"
952
  msgstr ""
953
 
954
+ #: ../includes/Elements/Adv_Tabs.php:327, ../includes/Elements/Event_Calendar.php:141, ../includes/Elements/Image_Accordion.php:61, ../includes/Elements/Image_Accordion.php:296, ../includes/Elements/Login_Register.php:245, ../includes/Elements/Login_Register.php:1485, ../includes/Elements/Progress_Bar.php:306, ../includes/Elements/Progress_Bar.php:517, ../includes/Elements/Simple_Menu.php:99, ../includes/Traits/Admin.php:113
955
  msgid "General"
956
  msgstr ""
957
 
958
+ #: ../includes/Elements/Adv_Tabs.php:405
959
  msgid "Title Min Width"
960
  msgstr ""
961
 
962
+ #: ../includes/Elements/Adv_Tabs.php:573, ../includes/Elements/Adv_Tabs.php:640
963
  msgid "Tab Background Color"
964
  msgstr ""
965
 
966
+ #: ../includes/Elements/Adv_Tabs.php:815, ../includes/Elements/Woo_Product_Carousel.php:2540
967
  msgid "Caret"
968
  msgstr ""
969
 
970
+ #: ../includes/Elements/Adv_Tabs.php:822
971
  msgid "Show Caret on Active Tab"
972
  msgstr ""
973
 
974
+ #: ../includes/Elements/Adv_Tabs.php:831
975
  msgid "Caret Size"
976
  msgstr ""
977
 
978
+ #: ../includes/Elements/Adv_Tabs.php:886, ../includes/Elements/Caldera_Forms.php:109, ../includes/Elements/Caldera_Forms.php:936, ../includes/Elements/Contact_Form_7.php:911, ../includes/Elements/Contact_Form_7.php:963, ../includes/Elements/Content_Ticker.php:194, ../includes/Elements/Content_Ticker.php:227, ../includes/Elements/Content_Ticker.php:242, ../includes/Elements/Content_Ticker.php:277, ../includes/Elements/Data_Table.php:87, ../includes/Elements/Data_Table.php:1141, ../includes/Elements/Facebook_Feed.php:388, ../includes/Elements/Filterable_Gallery.php:287, ../includes/Elements/Filterable_Gallery.php:432, ../includes/Elements/Filterable_Gallery.php:481, ../includes/Elements/Filterable_Gallery.php:506, ../includes/Elements/Filterable_Gallery.php:531, ../includes/Elements/Filterable_Gallery.php:591, ../includes/Elements/Filterable_Gallery.php:606, ../includes/Elements/FluentForm.php:151, ../includes/Elements/FluentForm.php:932, ../includes/Elements/Formstack.php:192, ../includes/Elements/Formstack.php:1128, ../includes/Elements/GravityForms.php:149, ../includes/Elements/GravityForms.php:246, ../includes/Elements/GravityForms.php:1206, ../includes/Elements/GravityForms.php:1402, ../includes/Elements/Image_Accordion.php:176, ../includes/Elements/Info_Box.php:359, ../includes/Elements/Info_Box.php:373, ../includes/Elements/Login_Register.php:438, ../includes/Elements/Login_Register.php:516, ../includes/Elements/Login_Register.php:851, ../includes/Elements/NinjaForms.php:114, ../includes/Elements/NinjaForms.php:983, ../includes/Elements/Post_Grid.php:133, ../includes/Elements/Post_Grid.php:147, ../includes/Elements/Post_Grid.php:173, ../includes/Elements/Post_Grid.php:187, ../includes/Elements/Post_Grid.php:213, ../includes/Elements/Post_Grid.php:227, ../includes/Elements/Post_Timeline.php:83, ../includes/Elements/Post_Timeline.php:94, ../includes/Elements/Pricing_Table.php:217, ../includes/Elements/Pricing_Table.php:1873, ../includes/Elements/Simple_Menu.php:173, ../includes/Elements/Simple_Menu.php:214, ../includes/Elements/Team_Member.php:705, ../includes/Elements/Woo_Product_Carousel.php:327, ../includes/Elements/Woo_Product_Carousel.php:556, ../includes/Elements/Woo_Product_Carousel.php:588, ../includes/Elements/Woo_Product_Carousel.php:603, ../includes/Elements/Woo_Product_Carousel.php:638, ../includes/Elements/Woo_Product_Carousel.php:650, ../includes/Elements/Woo_Product_Carousel.php:661, ../includes/Elements/Woo_Product_Carousel.php:2114, ../includes/Elements/Woo_Product_Gallery.php:248, ../includes/Elements/Woo_Product_Gallery.php:274, ../includes/Elements/WpForms.php:107, ../includes/Elements/WpForms.php:937, ../includes/Extensions/Reading_Progress.php:41, ../includes/Extensions/Reading_Progress.php:77, ../includes/Extensions/Table_of_Content.php:45, ../includes/Extensions/Table_of_Content.php:79, ../includes/Extensions/Table_of_Content.php:211, ../includes/Extensions/Table_of_Content.php:226, ../includes/Extensions/Table_of_Content.php:241, ../includes/Extensions/Table_of_Content.php:256, ../includes/Extensions/Table_of_Content.php:271, ../includes/Traits/Controls.php:376
979
  msgid "Yes"
980
  msgstr ""
981
 
982
+ #: ../includes/Elements/Adv_Tabs.php:887, ../includes/Elements/Caldera_Forms.php:110, ../includes/Elements/Caldera_Forms.php:937, ../includes/Elements/Contact_Form_7.php:912, ../includes/Elements/Contact_Form_7.php:964, ../includes/Elements/Content_Ticker.php:195, ../includes/Elements/Content_Ticker.php:228, ../includes/Elements/Content_Ticker.php:243, ../includes/Elements/Content_Ticker.php:278, ../includes/Elements/Cta_Box.php:685, ../includes/Elements/Data_Table.php:88, ../includes/Elements/Data_Table.php:1142, ../includes/Elements/Facebook_Feed.php:392, ../includes/Elements/Feature_List.php:361, ../includes/Elements/Filterable_Gallery.php:288, ../includes/Elements/Filterable_Gallery.php:433, ../includes/Elements/Filterable_Gallery.php:482, ../includes/Elements/Filterable_Gallery.php:507, ../includes/Elements/Filterable_Gallery.php:532, ../includes/Elements/Filterable_Gallery.php:592, ../includes/Elements/Filterable_Gallery.php:607, ../includes/Elements/FluentForm.php:152, ../includes/Elements/FluentForm.php:933, ../includes/Elements/Formstack.php:193, ../includes/Elements/Formstack.php:1129, ../includes/Elements/GravityForms.php:150, ../includes/Elements/GravityForms.php:247, ../includes/Elements/GravityForms.php:1207, ../includes/Elements/GravityForms.php:1403, ../includes/Elements/Image_Accordion.php:177, ../includes/Elements/Info_Box.php:360, ../includes/Elements/Info_Box.php:374, ../includes/Elements/Login_Register.php:439, ../includes/Elements/Login_Register.php:517, ../includes/Elements/Login_Register.php:852, ../includes/Elements/NinjaForms.php:115, ../includes/Elements/NinjaForms.php:984, ../includes/Elements/Post_Grid.php:134, ../includes/Elements/Post_Grid.php:148, ../includes/Elements/Post_Grid.php:174, ../includes/Elements/Post_Grid.php:188, ../includes/Elements/Post_Grid.php:214, ../includes/Elements/Post_Grid.php:228, ../includes/Elements/Post_Timeline.php:84, ../includes/Elements/Post_Timeline.php:95, ../includes/Elements/Pricing_Table.php:218, ../includes/Elements/Pricing_Table.php:1874, ../includes/Elements/Simple_Menu.php:174, ../includes/Elements/Simple_Menu.php:215, ../includes/Elements/Team_Member.php:706, ../includes/Elements/Woo_Product_Carousel.php:328, ../includes/Elements/Woo_Product_Carousel.php:557, ../includes/Elements/Woo_Product_Carousel.php:589, ../includes/Elements/Woo_Product_Carousel.php:604, ../includes/Elements/Woo_Product_Carousel.php:639, ../includes/Elements/Woo_Product_Carousel.php:651, ../includes/Elements/Woo_Product_Carousel.php:662, ../includes/Elements/Woo_Product_Carousel.php:2115, ../includes/Elements/Woo_Product_Gallery.php:249, ../includes/Elements/Woo_Product_Gallery.php:275, ../includes/Elements/WpForms.php:108, ../includes/Elements/WpForms.php:938, ../includes/Extensions/Reading_Progress.php:42, ../includes/Extensions/Reading_Progress.php:78, ../includes/Extensions/Table_of_Content.php:46, ../includes/Extensions/Table_of_Content.php:80, ../includes/Extensions/Table_of_Content.php:212, ../includes/Extensions/Table_of_Content.php:227, ../includes/Extensions/Table_of_Content.php:242, ../includes/Extensions/Table_of_Content.php:257, ../includes/Extensions/Table_of_Content.php:272, ../includes/Traits/Controls.php:377
983
  msgid "No"
984
  msgstr ""
985
 
999
  msgid "Show Icon"
1000
  msgstr ""
1001
 
1002
+ #: ../includes/Elements/Betterdocs_Category_Box.php:158, ../includes/Elements/Betterdocs_Category_Box.php:170, ../includes/Elements/Betterdocs_Category_Box.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:177, ../includes/Elements/Betterdocs_Category_Grid.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:244, ../includes/Elements/Betterdocs_Category_Grid.php:260, ../includes/Elements/Betterdocs_Category_Grid.php:272, ../includes/Elements/Betterdocs_Category_Grid.php:1303, ../includes/Elements/Caldera_Forms.php:152, ../includes/Elements/Caldera_Forms.php:165, ../includes/Elements/Caldera_Forms.php:191, ../includes/Elements/Contact_Form_7.php:205, ../includes/Elements/Contact_Form_7.php:231, ../includes/Elements/Contact_Form_7.php:251, ../includes/Elements/Content_Ticker.php:255, ../includes/Elements/Countdown.php:503, ../includes/Elements/Creative_Button.php:252, ../includes/Elements/Cta_Box.php:134, ../includes/Elements/Cta_Box.php:281, ../includes/Elements/Dual_Color_Header.php:95, ../includes/Elements/Dual_Color_Header.php:105, ../includes/Elements/Facebook_Feed.php:306, ../includes/Elements/Facebook_Feed.php:318, ../includes/Elements/Facebook_Feed.php:333, ../includes/Elements/Facebook_Feed.php:348, ../includes/Elements/Facebook_Feed.php:363, ../includes/Elements/Facebook_Feed.php:429, ../includes/Elements/Feature_List.php:360, ../includes/Elements/Filterable_Gallery.php:275, ../includes/Elements/FluentForm.php:194, ../includes/Elements/FluentForm.php:206, ../includes/Elements/FluentForm.php:232, ../includes/Elements/FluentForm.php:1758, ../includes/Elements/FluentForm.php:1826, ../includes/Elements/Formstack.php:235, ../includes/Elements/Formstack.php:247, ../includes/Elements/Formstack.php:273, ../includes/Elements/Formstack.php:286, ../includes/Elements/Formstack.php:1622, ../includes/Elements/GravityForms.php:161, ../includes/Elements/GravityForms.php:176, ../includes/Elements/GravityForms.php:222, ../includes/Elements/GravityForms.php:234, ../includes/Elements/GravityForms.php:272, ../includes/Elements/GravityForms.php:292, ../includes/Elements/Info_Box.php:291, ../includes/Elements/Login_Register.php:360, ../includes/Elements/Login_Register.php:660, ../includes/Elements/NinjaForms.php:126, ../includes/Elements/NinjaForms.php:173, ../includes/Elements/NinjaForms.php:186, ../includes/Elements/NinjaForms.php:212, ../includes/Elements/NinjaForms.php:232, ../includes/Elements/Post_Timeline.php:119, ../includes/Elements/Pricing_Table.php:510, ../includes/Elements/Pricing_Table.php:1625, ../includes/Elements/Product_Grid.php:547, ../includes/Elements/Product_Grid.php:649, ../includes/Elements/Product_Grid.php:1490, ../includes/Elements/Product_Grid.php:2133, ../includes/Elements/Sticky_Video.php:362, ../includes/Elements/Twitter_Feed.php:392, ../includes/Elements/Woo_Product_Carousel.php:221, ../includes/Elements/Woo_Product_Carousel.php:617, ../includes/Elements/Woo_Product_Carousel.php:676, ../includes/Elements/Woo_Product_Gallery.php:517, ../includes/Elements/Woo_Product_Gallery.php:1000, ../includes/Elements/WpForms.php:119, ../includes/Elements/WpForms.php:134, ../includes/Elements/WpForms.php:180, ../includes/Elements/WpForms.php:193, ../includes/Elements/WpForms.php:216, ../includes/Traits/Controls.php:564, ../includes/Traits/Controls.php:626, ../includes/Traits/Controls.php:656, ../includes/Traits/Controls.php:812, ../includes/Traits/Controls.php:860, ../includes/Traits/Controls.php:928, ../includes/Traits/Controls.php:963, ../includes/Traits/Controls.php:994, ../includes/Traits/Controls.php:1041, ../includes/Traits/Controls.php:1069, ../includes/Traits/Controls.php:1085, ../includes/Traits/Controls.php:1100
1003
  msgid "Show"
1004
  msgstr ""
1005
 
1006
+ #: ../includes/Elements/Betterdocs_Category_Box.php:159, ../includes/Elements/Betterdocs_Category_Box.php:171, ../includes/Elements/Betterdocs_Category_Box.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:178, ../includes/Elements/Betterdocs_Category_Grid.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:245, ../includes/Elements/Betterdocs_Category_Grid.php:261, ../includes/Elements/Betterdocs_Category_Grid.php:273, ../includes/Elements/Betterdocs_Category_Grid.php:1304, ../includes/Elements/Caldera_Forms.php:153, ../includes/Elements/Caldera_Forms.php:166, ../includes/Elements/Caldera_Forms.php:192, ../includes/Elements/Contact_Form_7.php:206, ../includes/Elements/Contact_Form_7.php:232, ../includes/Elements/Contact_Form_7.php:252, ../includes/Elements/Content_Ticker.php:256, ../includes/Elements/Countdown.php:504, ../includes/Elements/Creative_Button.php:253, ../includes/Elements/Cta_Box.php:135, ../includes/Elements/Cta_Box.php:282, ../includes/Elements/Dual_Color_Header.php:96, ../includes/Elements/Dual_Color_Header.php:106, ../includes/Elements/Facebook_Feed.php:307, ../includes/Elements/Facebook_Feed.php:319, ../includes/Elements/Facebook_Feed.php:334, ../includes/Elements/Facebook_Feed.php:349, ../includes/Elements/Facebook_Feed.php:364, ../includes/Elements/Facebook_Feed.php:430, ../includes/Elements/Filterable_Gallery.php:276, ../includes/Elements/FluentForm.php:195, ../includes/Elements/FluentForm.php:207, ../includes/Elements/FluentForm.php:233, ../includes/Elements/FluentForm.php:1759, ../includes/Elements/FluentForm.php:1827, ../includes/Elements/Formstack.php:236, ../includes/Elements/Formstack.php:248, ../includes/Elements/Formstack.php:274, ../includes/Elements/Formstack.php:287, ../includes/Elements/Formstack.php:1623, ../includes/Elements/GravityForms.php:162, ../includes/Elements/GravityForms.php:177, ../includes/Elements/GravityForms.php:223, ../includes/Elements/GravityForms.php:235, ../includes/Elements/GravityForms.php:273, ../includes/Elements/GravityForms.php:293, ../includes/Elements/Info_Box.php:292, ../includes/Elements/Login_Register.php:359, ../includes/Elements/Login_Register.php:568, ../includes/Elements/Login_Register.php:659, ../includes/Elements/NinjaForms.php:127, ../includes/Elements/NinjaForms.php:174, ../includes/Elements/NinjaForms.php:187, ../includes/Elements/NinjaForms.php:213, ../includes/Elements/NinjaForms.php:233, ../includes/Elements/Post_Timeline.php:120, ../includes/Elements/Pricing_Table.php:511, ../includes/Elements/Pricing_Table.php:1626, ../includes/Elements/Product_Grid.php:548, ../includes/Elements/Product_Grid.php:650, ../includes/Elements/Product_Grid.php:1491, ../includes/Elements/Product_Grid.php:2134, ../includes/Elements/Sticky_Video.php:363, ../includes/Elements/Twitter_Feed.php:393, ../includes/Elements/Woo_Product_Carousel.php:222, ../includes/Elements/Woo_Product_Carousel.php:618, ../includes/Elements/Woo_Product_Carousel.php:677, ../includes/Elements/Woo_Product_Gallery.php:518, ../includes/Elements/Woo_Product_Gallery.php:1001, ../includes/Elements/WpForms.php:120, ../includes/Elements/WpForms.php:135, ../includes/Elements/WpForms.php:181, ../includes/Elements/WpForms.php:194, ../includes/Elements/WpForms.php:217, ../includes/Traits/Controls.php:565, ../includes/Traits/Controls.php:627, ../includes/Traits/Controls.php:657, ../includes/Traits/Controls.php:813, ../includes/Traits/Controls.php:861, ../includes/Traits/Controls.php:929, ../includes/Traits/Controls.php:964, ../includes/Traits/Controls.php:995, ../includes/Traits/Controls.php:1042, ../includes/Traits/Controls.php:1070, ../includes/Traits/Controls.php:1086, ../includes/Traits/Controls.php:1101
1007
  msgid "Hide"
1008
  msgstr ""
1009
 
1051
  msgid "Area"
1052
  msgstr ""
1053
 
1054
+ #: ../includes/Elements/Betterdocs_Category_Box.php:423, ../includes/Elements/Betterdocs_Category_Box.php:458, ../includes/Elements/Betterdocs_Category_Box.php:815, ../includes/Elements/Betterdocs_Category_Box.php:922, ../includes/Elements/Betterdocs_Category_Grid.php:539, ../includes/Elements/Betterdocs_Category_Grid.php:777, ../includes/Elements/Betterdocs_Category_Grid.php:1097, ../includes/Elements/Betterdocs_Category_Grid.php:1250, ../includes/Elements/Betterdocs_Search_Form.php:248, ../includes/Elements/Caldera_Forms.php:945, ../includes/Elements/Contact_Form_7.php:972, ../includes/Elements/Feature_List.php:555, ../includes/Elements/Filterable_Gallery.php:715, ../includes/Elements/FluentForm.php:941, ../includes/Elements/Formstack.php:1137, ../includes/Elements/Formstack.php:1290, ../includes/Elements/GravityForms.php:1215, ../includes/Elements/GravityForms.php:1411, ../includes/Elements/Login_Register.php:2832, ../includes/Elements/Login_Register.php:3441, ../includes/Elements/NinjaForms.php:992, ../includes/Elements/Progress_Bar.php:551, ../includes/Elements/Woo_Product_Carousel.php:2167, ../includes/Elements/WpForms.php:946, ../includes/Traits/Woo_Product_Comparable.php:111, ../includes/Traits/Woo_Product_Comparable.php:1437
1055
  msgid "Size"
1056
  msgstr ""
1057
 
1058
+ #: ../includes/Elements/Betterdocs_Category_Box.php:527, ../includes/Elements/Betterdocs_Category_Box.php:695, ../includes/Elements/Betterdocs_Category_Box.php:942, ../includes/Elements/Betterdocs_Category_Grid.php:1116, ../includes/Elements/Betterdocs_Category_Grid.php:1194, ../includes/Elements/Caldera_Forms.php:753, ../includes/Elements/Caldera_Forms.php:870, ../includes/Elements/Contact_Form_7.php:575, ../includes/Elements/Contact_Form_7.php:860, ../includes/Elements/Contact_Form_7.php:1486, ../includes/Elements/Feature_List.php:656, ../includes/Elements/Filterable_Gallery.php:2419, ../includes/Elements/FluentForm.php:802, ../includes/Elements/FluentForm.php:1800, ../includes/Elements/Formstack.php:605, ../includes/Elements/Formstack.php:1001, ../includes/Elements/GravityForms.php:684, ../includes/Elements/GravityForms.php:956, ../includes/Elements/Login_Register.php:2499, ../includes/Elements/Login_Register.php:2701, ../includes/Elements/Login_Register.php:3174, ../includes/Elements/Login_Register.php:3473, ../includes/Elements/NinjaForms.php:797, ../includes/Elements/NinjaForms.php:914, ../includes/Elements/NinjaForms.php:1579, ../includes/Elements/Post_Grid.php:909, ../includes/Elements/Woo_Checkout.php:1989, ../includes/Elements/Woo_Product_Carousel.php:2190, ../includes/Elements/WpForms.php:765, ../includes/Elements/WpForms.php:871
1059
  msgid "Spacing"
1060
  msgstr ""
1061
 
1062
+ #: ../includes/Elements/Betterdocs_Category_Box.php:627, ../includes/Elements/Betterdocs_Category_Box.php:666, ../includes/Elements/Betterdocs_Category_Grid.php:589, ../includes/Elements/Betterdocs_Category_Grid.php:1146, ../includes/Elements/Caldera_Forms.php:118, ../includes/Elements/Caldera_Forms.php:258, ../includes/Elements/Contact_Form_7.php:160, ../includes/Elements/Contact_Form_7.php:465, ../includes/Elements/Cta_Box.php:183, ../includes/Elements/Event_Calendar.php:148, ../includes/Elements/Event_Calendar.php:730, ../includes/Elements/Event_Calendar.php:1389, ../includes/Elements/Feature_List.php:181, ../includes/Elements/Feature_List.php:183, ../includes/Elements/Feature_List.php:735, ../includes/Elements/Flip_Box.php:650, ../includes/Elements/FluentForm.php:160, ../includes/Elements/FluentForm.php:293, ../includes/Elements/Formstack.php:201, ../includes/Elements/Formstack.php:472, ../includes/Elements/GravityForms.php:158, ../includes/Elements/GravityForms.php:188, ../includes/Elements/GravityForms.php:506, ../includes/Elements/Image_Accordion.php:197, ../includes/Elements/Image_Accordion.php:487, ../includes/Elements/Login_Register.php:2310, ../includes/Elements/NinjaForms.php:123, ../includes/Elements/NinjaForms.php:139, ../includes/Elements/NinjaForms.php:443, ../includes/Elements/Post_Grid.php:160, ../includes/Elements/Pricing_Table.php:136, ../includes/Elements/Product_Grid.php:2416, ../includes/Elements/Progress_Bar.php:122, ../includes/Elements/Progress_Bar.php:681, ../includes/Elements/Woo_Checkout.php:327, ../includes/Elements/Woo_Checkout.php:437, ../includes/Elements/Woo_Checkout.php:531, ../includes/Elements/Woo_Product_Carousel.php:1502, ../includes/Elements/Woo_Product_Gallery.php:1765, ../includes/Elements/WpForms.php:116, ../includes/Elements/WpForms.php:146, ../includes/Elements/WpForms.php:410, ../includes/Extensions/Table_of_Content.php:110, ../includes/Traits/Woo_Product_Comparable.php:41, ../includes/Traits/Woo_Product_Comparable.php:75, ../includes/Traits/Woo_Product_Comparable.php:1083, ../includes/Traits/Woo_Product_Comparable.php:1201
1063
  msgid "Title"
1064
  msgstr ""
1065
 
1071
  msgid "Count"
1072
  msgstr ""
1073
 
1074
+ #: ../includes/Elements/Betterdocs_Category_Box.php:87, ../includes/Elements/Betterdocs_Category_Grid.php:90, ../includes/Elements/Betterdocs_Search_Form.php:83, ../includes/Elements/Caldera_Forms.php:67, ../includes/Elements/Career_Page.php:49, ../includes/Elements/Contact_Form_7.php:109, ../includes/Elements/Crowdfundly_All_Campaign.php:38, ../includes/Elements/Crowdfundly_Organization.php:38, ../includes/Elements/Crowdfundly_Single_Campaign.php:38, ../includes/Elements/EmbedPress.php:54, ../includes/Elements/FluentForm.php:107, ../includes/Elements/Formstack.php:75, ../includes/Elements/Formstack.php:96, ../includes/Elements/Formstack.php:117, ../includes/Elements/GravityForms.php:107, ../includes/Elements/NinjaForms.php:72, ../includes/Elements/TypeForm.php:99, ../includes/Elements/WeForms.php:70, ../includes/Elements/Woocommerce_Review.php:52, ../includes/Elements/Woo_Checkout.php:86, ../includes/Elements/Woo_Product_Carousel.php:180, ../includes/Elements/Woo_Product_Gallery.php:95, ../includes/Elements/WpForms.php:69, ../includes/Traits/Woo_Product_Comparable.php:131
1075
  msgid "Warning!"
1076
  msgstr ""
1077
 
1083
  msgid "File Not Found"
1084
  msgstr ""
1085
 
1086
+ #: ../includes/Elements/Betterdocs_Category_Box.php:1180, ../includes/Elements/Betterdocs_Category_Box.php:1145, ../includes/Elements/Betterdocs_Category_Grid.php:1679, ../includes/Elements/Betterdocs_Category_Grid.php:1646, ../includes/Elements/Post_Grid.php:1092, ../includes/Elements/Post_Timeline.php:494, ../includes/Elements/Product_Grid.php:3041, ../includes/Elements/Woo_Product_Gallery.php:2385
1087
  msgid "<p class=\"no-posts-found\">No posts found!</p>"
1088
  msgstr ""
1089
 
1091
  msgid "Layout Mode"
1092
  msgstr ""
1093
 
1094
+ #: ../includes/Elements/Betterdocs_Category_Grid.php:141, ../includes/Elements/Betterdocs_Category_Grid.php:304, ../includes/Elements/Filterable_Gallery.php:146, ../includes/Elements/Product_Grid.php:236, ../includes/Elements/Woo_Product_Gallery.php:314, ../includes/Traits/Controls.php:537
1095
  msgid "Grid"
1096
  msgstr ""
1097
 
1099
  msgid "Fit to Screen"
1100
  msgstr ""
1101
 
1102
+ #: ../includes/Elements/Betterdocs_Category_Grid.php:143, ../includes/Elements/Filterable_Gallery.php:147, ../includes/Elements/Product_Grid.php:238, ../includes/Elements/Twitter_Feed.php:159, ../includes/Elements/Woo_Product_Gallery.php:315, ../includes/Traits/Controls.php:538
1103
  msgid "Masonry"
1104
  msgstr ""
1105
 
1143
  msgid "List"
1144
  msgstr ""
1145
 
1146
+ #: ../includes/Elements/Betterdocs_Category_Grid.php:1017, ../includes/Elements/Filterable_Gallery.php:1228, ../includes/Elements/Filterable_Gallery.php:1608, ../includes/Elements/Filterable_Gallery.php:2374, ../includes/Elements/Pricing_Table.php:1769, ../includes/Elements/Product_Grid.php:2810, ../includes/Elements/Twitter_Feed.php:766, ../includes/Elements/Woo_Product_Carousel.php:1905, ../includes/Elements/Woo_Product_Gallery.php:2158
1147
  msgid "Hover Color"
1148
  msgstr ""
1149
 
1171
  msgid "Area Spacing"
1172
  msgstr ""
1173
 
 
 
 
 
 
 
 
 
1174
  #: ../includes/Elements/Betterdocs_Category_Grid.php:1534, ../includes/Elements/Creative_Button.php:440, ../includes/Elements/Pricing_Table.php:835, ../includes/Elements/WeForms.php:626, ../includes/Traits/Controls.php:1524
1175
  msgid "Button Alignment"
1176
  msgstr ""
1207
  msgid "Close Icon"
1208
  msgstr ""
1209
 
1210
+ #: ../includes/Elements/Betterdocs_Search_Form.php:285, ../includes/Elements/Caldera_Forms.php:1020, ../includes/Elements/Caldera_Forms.php:1334, ../includes/Elements/Contact_Form_7.php:1047, ../includes/Elements/Contact_Form_7.php:1360, ../includes/Elements/Content_Ticker.php:677, ../includes/Elements/Countdown.php:784, ../includes/Elements/Countdown.php:856, ../includes/Elements/Countdown.php:928, ../includes/Elements/Countdown.php:1000, ../includes/Elements/Creative_Button.php:420, ../includes/Elements/Cta_Box.php:809, ../includes/Elements/Cta_Box.php:978, ../includes/Elements/Event_Calendar.php:678, ../includes/Elements/Facebook_Feed.php:728, ../includes/Elements/Filterable_Gallery.php:2721, ../includes/Elements/FluentForm.php:1016, ../includes/Elements/FluentForm.php:1706, ../includes/Elements/Formstack.php:1570, ../includes/Elements/GravityForms.php:1057, ../includes/Elements/GravityForms.php:1290, ../includes/Elements/GravityForms.php:1486, ../includes/Elements/GravityForms.php:1915, ../includes/Elements/GravityForms.php:2137, ../includes/Elements/NinjaForms.php:1067, ../includes/Elements/NinjaForms.php:1483, ../includes/Elements/Pricing_Table.php:1995, ../includes/Elements/Product_Grid.php:766, ../includes/Elements/Product_Grid.php:906, ../includes/Elements/Product_Grid.php:1626, ../includes/Elements/Product_Grid.php:1911, ../includes/Elements/Product_Grid.php:2093, ../includes/Elements/Product_Grid.php:2302, ../includes/Elements/Product_Grid.php:2346, ../includes/Elements/Product_Grid.php:2541, ../includes/Elements/Product_Grid.php:2637, ../includes/Elements/Product_Grid.php:2749, ../includes/Elements/Simple_Menu.php:955, ../includes/Elements/Simple_Menu.php:1051, ../includes/Elements/Simple_Menu.php:1264, ../includes/Elements/Simple_Menu.php:1359, ../includes/Elements/Sticky_Video.php:579, ../includes/Elements/Twitter_Feed.php:642, ../includes/Elements/WeForms.php:464, ../includes/Elements/WeForms.php:764, ../includes/Elements/Woo_Checkout.php:778, ../includes/Elements/Woo_Checkout.php:985, ../includes/Elements/Woo_Checkout.php:1380, ../includes/Elements/Woo_Checkout.php:1576, ../includes/Elements/Woo_Checkout.php:1678, ../includes/Elements/Woo_Checkout.php:1795, ../includes/Elements/Woo_Checkout.php:1839, ../includes/Elements/Woo_Checkout.php:1883, ../includes/Elements/Woo_Checkout.php:2072, ../includes/Elements/Woo_Checkout.php:2088, ../includes/Elements/Woo_Checkout.php:2436, ../includes/Elements/Woo_Checkout.php:2548, ../includes/Elements/Woo_Product_Carousel.php:971, ../includes/Elements/Woo_Product_Carousel.php:1347, ../includes/Elements/Woo_Product_Carousel.php:1471, ../includes/Elements/Woo_Product_Carousel.php:1639, ../includes/Elements/Woo_Product_Carousel.php:1734, ../includes/Elements/Woo_Product_Carousel.php:1848, ../includes/Elements/Woo_Product_Carousel.php:2293, ../includes/Elements/Woo_Product_Carousel.php:2720, ../includes/Elements/Woo_Product_Gallery.php:648, ../includes/Elements/Woo_Product_Gallery.php:1122, ../includes/Elements/Woo_Product_Gallery.php:1364, ../includes/Elements/Woo_Product_Gallery.php:1402, ../includes/Elements/Woo_Product_Gallery.php:1889, ../includes/Elements/Woo_Product_Gallery.php:1985, ../includes/Elements/Woo_Product_Gallery.php:2097, ../includes/Elements/WpForms.php:1021, ../includes/Elements/WpForms.php:1339, ../includes/Traits/Controls.php:1500, ../includes/Traits/Woo_Product_Comparable.php:1723
1211
  msgid "Border Color"
1212
  msgstr ""
1213
 
1235
  msgid "Caldera Forms"
1236
  msgstr ""
1237
 
1238
+ #: ../includes/Elements/Caldera_Forms.php:107, ../includes/Elements/FluentForm.php:149, ../includes/Elements/Formstack.php:190, ../includes/Elements/GravityForms.php:147, ../includes/Elements/NinjaForms.php:112, ../includes/Elements/WpForms.php:105
1239
  msgid "Custom Title & Description"
1240
  msgstr ""
1241
 
1242
+ #: ../includes/Elements/Caldera_Forms.php:134, ../includes/Elements/Caldera_Forms.php:319, ../includes/Elements/Contact_Form_7.php:187, ../includes/Elements/Contact_Form_7.php:496, ../includes/Elements/Event_Calendar.php:265, ../includes/Elements/Feature_List.php:788, ../includes/Elements/FluentForm.php:176, ../includes/Elements/FluentForm.php:354, ../includes/Elements/FluentForm.php:1182, ../includes/Elements/Formstack.php:217, ../includes/Elements/Formstack.php:521, ../includes/Elements/Formstack.php:704, ../includes/Elements/GravityForms.php:173, ../includes/Elements/GravityForms.php:204, ../includes/Elements/GravityForms.php:537, ../includes/Elements/NinjaForms.php:155, ../includes/Elements/NinjaForms.php:492, ../includes/Elements/Team_Member.php:132, ../includes/Elements/WpForms.php:131, ../includes/Elements/WpForms.php:162, ../includes/Elements/WpForms.php:459, ../includes/Traits/Controls.php:308, ../includes/Traits/Woo_Product_Comparable.php:44, ../includes/Traits/Woo_Product_Comparable.php:83
1243
  msgid "Description"
1244
  msgstr ""
1245
 
1246
+ #: ../includes/Elements/Caldera_Forms.php:149, ../includes/Elements/Caldera_Forms.php:515, ../includes/Elements/Contact_Form_7.php:202, ../includes/Elements/Contact_Form_7.php:805, ../includes/Elements/FluentForm.php:191, ../includes/Elements/FluentForm.php:562, ../includes/Elements/Formstack.php:232, ../includes/Elements/Formstack.php:789, ../includes/Elements/GravityForms.php:219, ../includes/Elements/GravityForms.php:574, ../includes/Elements/Login_Register.php:574, ../includes/Elements/NinjaForms.php:170, ../includes/Elements/NinjaForms.php:548, ../includes/Elements/WpForms.php:177, ../includes/Elements/WpForms.php:515
1247
  msgid "Labels"
1248
  msgstr ""
1249
 
1250
+ #: ../includes/Elements/Caldera_Forms.php:180, ../includes/Elements/Caldera_Forms.php:1412, ../includes/Elements/Contact_Form_7.php:220, ../includes/Elements/Contact_Form_7.php:1381, ../includes/Elements/FluentForm.php:221, ../includes/Elements/FluentForm.php:2148, ../includes/Elements/Formstack.php:262, ../includes/Elements/Formstack.php:1903, ../includes/Elements/GravityForms.php:261, ../includes/Elements/GravityForms.php:2180, ../includes/Elements/NinjaForms.php:201, ../includes/Elements/NinjaForms.php:1614, ../includes/Elements/WpForms.php:205, ../includes/Elements/WpForms.php:1361
1251
  msgid "Errors"
1252
  msgstr ""
1253
 
1254
+ #: ../includes/Elements/Caldera_Forms.php:187, ../includes/Elements/Caldera_Forms.php:1420, ../includes/Elements/Contact_Form_7.php:227, ../includes/Elements/Contact_Form_7.php:1389, ../includes/Elements/FluentForm.php:228, ../includes/Elements/FluentForm.php:2156, ../includes/Elements/Formstack.php:269, ../includes/Elements/Formstack.php:1911, ../includes/Elements/GravityForms.php:268, ../includes/Elements/GravityForms.php:2188, ../includes/Elements/Login_Register.php:923, ../includes/Elements/NinjaForms.php:208, ../includes/Elements/NinjaForms.php:1622, ../includes/Elements/WpForms.php:212
1255
  msgid "Error Messages"
1256
  msgstr ""
1257
 
1259
  msgid "<strong>Caldera Forms</strong> is not installed/activated on your site. Please install and activate <strong>Caldera Forms</strong> first."
1260
  msgstr ""
1261
 
1262
+ #: ../includes/Elements/Caldera_Forms.php:218, ../includes/Elements/Contact_Form_7.php:431, ../includes/Elements/FluentForm.php:252, ../includes/Elements/Formstack.php:434, ../includes/Elements/GravityForms.php:472, ../includes/Elements/NinjaForms.php:409, ../includes/Elements/WpForms.php:376
1263
  msgid "Title & Description"
1264
  msgstr ""
1265
 
1266
+ #: ../includes/Elements/Caldera_Forms.php:387, ../includes/Elements/Contact_Form_7.php:304, ../includes/Elements/FluentForm.php:422, ../includes/Elements/Formstack.php:305, ../includes/Elements/GravityForms.php:319, ../includes/Elements/NinjaForms.php:254, ../includes/Elements/TypeForm.php:171, ../includes/Elements/WpForms.php:243
1267
  msgid "Form Container"
1268
  msgstr ""
1269
 
1270
+ #: ../includes/Elements/Caldera_Forms.php:395, ../includes/Elements/FluentForm.php:430, ../includes/Elements/Formstack.php:313, ../includes/Elements/GravityForms.php:327, ../includes/Elements/NinjaForms.php:262, ../includes/Elements/TypeForm.php:179, ../includes/Elements/WeForms.php:145, ../includes/Elements/WpForms.php:251
1271
  msgid "Form Background Color"
1272
  msgstr ""
1273
 
1274
+ #: ../includes/Elements/Caldera_Forms.php:406, ../includes/Elements/Contact_Form_7.php:322, ../includes/Elements/FluentForm.php:453, ../includes/Elements/Formstack.php:325, ../includes/Elements/GravityForms.php:338, ../includes/Elements/NinjaForms.php:273, ../includes/Elements/TypeForm.php:191, ../includes/Elements/WeForms.php:156, ../includes/Elements/WpForms.php:262
1275
  msgid "Form Alignment"
1276
  msgstr ""
1277
 
1278
+ #: ../includes/Elements/Caldera_Forms.php:411, ../includes/Elements/Contact_Form_7.php:327, ../includes/Elements/Contact_Form_7.php:828, ../includes/Elements/Creative_Button.php:227, ../includes/Elements/Cta_Box.php:641, ../includes/Elements/Cta_Box.php:858, ../includes/Elements/Dual_Color_Header.php:81, ../includes/Elements/Flip_Box.php:872, ../includes/Elements/FluentForm.php:458, ../includes/Elements/Formstack.php:330, ../includes/Elements/GravityForms.php:343, ../includes/Elements/Login_Register.php:460, ../includes/Elements/Login_Register.php:566, ../includes/Elements/Login_Register.php:1129, ../includes/Elements/Login_Register.php:1492, ../includes/Elements/Login_Register.php:1618, ../includes/Elements/Login_Register.php:1875, ../includes/Elements/Login_Register.php:2019, ../includes/Elements/Login_Register.php:2169, ../includes/Elements/Login_Register.php:2312, ../includes/Elements/Login_Register.php:2403, ../includes/Elements/Login_Register.php:2501, ../includes/Elements/Login_Register.php:2703, ../includes/Elements/Login_Register.php:2748, ../includes/Elements/Login_Register.php:2780, ../includes/Elements/Login_Register.php:3014, ../includes/Elements/Login_Register.php:3176, ../includes/Elements/Login_Register.php:3475, ../includes/Elements/NinjaForms.php:278, ../includes/Elements/Post_Grid.php:254, ../includes/Elements/Pricing_Table.php:86, ../includes/Elements/Pricing_Table.php:462, ../includes/Elements/Product_Grid.php:250, ../includes/Elements/Simple_Menu.php:356, ../includes/Elements/Simple_Menu.php:482, ../includes/Elements/Simple_Menu.php:842, ../includes/Elements/Simple_Menu.php:1153, ../includes/Elements/Team_Member.php:376, ../includes/Elements/Testimonial.php:253, ../includes/Elements/Testimonial.php:310, ../includes/Elements/TypeForm.php:196, ../includes/Elements/WeForms.php:161, ../includes/Elements/WeForms.php:631, ../includes/Elements/Woo_Checkout.php:122, ../includes/Elements/WpForms.php:267, ../includes/Traits/Controls.php:553, ../includes/Traits/Controls.php:1570, ../includes/Traits/Login_Registration.php:581, ../includes/Traits/Woo_Product_Comparable.php:419, ../includes/Traits/Woo_Product_Comparable.php:533, ../includes/Traits/Woo_Product_Comparable.php:624, ../includes/Traits/Woo_Product_Comparable.php:693, ../includes/Template/Betterdocs-Category-Box/Layout_Default.php:4, ../includes/Template/Betterdocs-Category-Grid/Layout_Default.php:4, ../includes/Template/Content-Ticker/default.php:3, ../includes/Template/Eicon-Woocommerce/default.php:3, ../includes/Template/Post-Grid/default.php:5, ../includes/Template/Post-Timeline/default.php:3, ../includes/Template/Woo-Product-Gallery/default.php:3
1279
  msgid "Default"
1280
  msgstr ""
1281
 
1282
+ #: ../includes/Elements/Caldera_Forms.php:434, ../includes/Elements/Contact_Form_7.php:350, ../includes/Elements/FluentForm.php:481, ../includes/Elements/GravityForms.php:388, ../includes/Elements/NinjaForms.php:323, ../includes/Elements/TypeForm.php:219, ../includes/Elements/WeForms.php:207, ../includes/Elements/WpForms.php:290
1283
  msgid "Form Max Width"
1284
  msgstr ""
1285
 
1286
+ #: ../includes/Elements/Caldera_Forms.php:456, ../includes/Elements/FluentForm.php:503, ../includes/Elements/Formstack.php:375, ../includes/Elements/GravityForms.php:411, ../includes/Elements/Login_Register.php:1777, ../includes/Elements/NinjaForms.php:345, ../includes/Elements/TypeForm.php:286, ../includes/Elements/WeForms.php:229, ../includes/Elements/WpForms.php:313
1287
  msgid "Form Margin"
1288
  msgstr ""
1289
 
1290
+ #: ../includes/Elements/Caldera_Forms.php:468, ../includes/Elements/Contact_Form_7.php:384, ../includes/Elements/FluentForm.php:515, ../includes/Elements/Formstack.php:387, ../includes/Elements/GravityForms.php:423, ../includes/Elements/Login_Register.php:1792, ../includes/Elements/NinjaForms.php:357, ../includes/Elements/TypeForm.php:298, ../includes/Elements/WeForms.php:241, ../includes/Elements/WpForms.php:325
1291
  msgid "Form Padding"
1292
  msgstr ""
1293
 
1294
+ #: ../includes/Elements/Caldera_Forms.php:549, ../includes/Elements/Contact_Form_7.php:533, ../includes/Elements/FluentForm.php:596, ../includes/Elements/Formstack.php:823, ../includes/Elements/GravityForms.php:617, ../includes/Elements/NinjaForms.php:591, ../includes/Elements/WpForms.php:560
1295
  msgid "Input & Textarea"
1296
  msgstr ""
1297
 
1298
+ #: ../includes/Elements/Caldera_Forms.php:640, ../includes/Elements/Contact_Form_7.php:610, ../includes/Elements/FluentForm.php:689, ../includes/Elements/Formstack.php:888, ../includes/Elements/GravityForms.php:734, ../includes/Elements/NinjaForms.php:682, ../includes/Elements/WpForms.php:651
1299
  msgid "Text Indent"
1300
  msgstr ""
1301
 
1302
+ #: ../includes/Elements/Caldera_Forms.php:665, ../includes/Elements/Contact_Form_7.php:634, ../includes/Elements/FluentForm.php:714, ../includes/Elements/Formstack.php:913, ../includes/Elements/GravityForms.php:758, ../includes/Elements/NinjaForms.php:707, ../includes/Elements/WeForms.php:309, ../includes/Elements/WpForms.php:676
1303
  msgid "Input Width"
1304
  msgstr ""
1305
 
1306
+ #: ../includes/Elements/Caldera_Forms.php:684, ../includes/Elements/Contact_Form_7.php:653, ../includes/Elements/FluentForm.php:733, ../includes/Elements/Formstack.php:932, ../includes/Elements/GravityForms.php:777, ../includes/Elements/NinjaForms.php:727, ../includes/Elements/Woo_Checkout.php:2037, ../includes/Elements/WpForms.php:695
1307
  msgid "Input Height"
1308
  msgstr ""
1309
 
1310
+ #: ../includes/Elements/Caldera_Forms.php:703, ../includes/Elements/Contact_Form_7.php:672, ../includes/Elements/FluentForm.php:752, ../includes/Elements/Formstack.php:951, ../includes/Elements/GravityForms.php:796, ../includes/Elements/NinjaForms.php:746, ../includes/Elements/WeForms.php:336, ../includes/Elements/WpForms.php:714
1311
  msgid "Textarea Width"
1312
  msgstr ""
1313
 
1314
+ #: ../includes/Elements/Caldera_Forms.php:722, ../includes/Elements/Contact_Form_7.php:691, ../includes/Elements/FluentForm.php:771, ../includes/Elements/Formstack.php:970, ../includes/Elements/GravityForms.php:815, ../includes/Elements/NinjaForms.php:765, ../includes/Elements/WpForms.php:733
1315
  msgid "Textarea Height"
1316
  msgstr ""
1317
 
1318
+ #: ../includes/Elements/Caldera_Forms.php:793, ../includes/Elements/Contact_Form_7.php:756, ../includes/Elements/FluentForm.php:842, ../includes/Elements/Formstack.php:1041, ../includes/Elements/GravityForms.php:879, ../includes/Elements/Login_Register.php:2657, ../includes/Elements/NinjaForms.php:837, ../includes/Elements/WpForms.php:806
1319
  msgid "Focus"
1320
  msgstr ""
1321
 
1323
  msgid "Field Description"
1324
  msgstr ""
1325
 
1326
+ #: ../includes/Elements/Caldera_Forms.php:926, ../includes/Elements/Contact_Form_7.php:953, ../includes/Elements/FluentForm.php:922, ../includes/Elements/Formstack.php:1118, ../includes/Elements/NinjaForms.php:973, ../includes/Elements/WpForms.php:927
1327
  msgid "Radio & Checkbox"
1328
  msgstr ""
1329
 
1330
+ #: ../includes/Elements/Caldera_Forms.php:934, ../includes/Elements/Contact_Form_7.php:961, ../includes/Elements/FluentForm.php:930, ../includes/Elements/Formstack.php:1126, ../includes/Elements/GravityForms.php:1204, ../includes/Elements/GravityForms.php:1400, ../includes/Elements/NinjaForms.php:981, ../includes/Elements/WpForms.php:935
1331
  msgid "Custom Styles"
1332
  msgstr ""
1333
 
1334
+ #: ../includes/Elements/Caldera_Forms.php:998, ../includes/Elements/Contact_Form_7.php:1025, ../includes/Elements/Feature_List.php:616, ../includes/Elements/FluentForm.php:994, ../includes/Elements/GravityForms.php:1268, ../includes/Elements/GravityForms.php:1464, ../includes/Elements/NinjaForms.php:1045, ../includes/Elements/Sticky_Video.php:567, ../includes/Elements/WpForms.php:999
1335
  msgid "Border Width"
1336
  msgstr ""
1337
 
1338
+ #: ../includes/Elements/Caldera_Forms.php:1035, ../includes/Elements/Contact_Form_7.php:1062, ../includes/Elements/FluentForm.php:1031, ../includes/Elements/Formstack.php:1191, ../includes/Elements/GravityForms.php:1196, ../includes/Elements/GravityForms.php:1305, ../includes/Elements/Login_Register.php:3028, ../includes/Elements/NinjaForms.php:1082, ../includes/Elements/WpForms.php:1036
1339
  msgid "Checkbox"
1340
  msgstr ""
1341
 
1342
+ #: ../includes/Elements/Caldera_Forms.php:1061, ../includes/Elements/Contact_Form_7.php:1088, ../includes/Elements/FluentForm.php:1057, ../includes/Elements/Formstack.php:1217, ../includes/Elements/GravityForms.php:1501, ../includes/Elements/NinjaForms.php:1109, ../includes/Elements/WpForms.php:1062
1343
  msgid "Radio Buttons"
1344
  msgstr ""
1345
 
1346
+ #: ../includes/Elements/Caldera_Forms.php:1089, ../includes/Elements/Contact_Form_7.php:1116, ../includes/Elements/FluentForm.php:1085, ../includes/Elements/Formstack.php:1245, ../includes/Elements/GravityForms.php:1357, ../includes/Elements/GravityForms.php:1553, ../includes/Elements/NinjaForms.php:1138, ../includes/Elements/WpForms.php:1090
1347
  msgid "Checked"
1348
  msgstr ""
1349
 
1350
+ #: ../includes/Elements/Caldera_Forms.php:1124, ../includes/Elements/Contact_Form_7.php:1150, ../includes/Elements/FluentForm.php:1474, ../includes/Elements/Formstack.php:1360, ../includes/Elements/GravityForms.php:1709, ../includes/Elements/NinjaForms.php:1286, ../includes/Elements/WpForms.php:1125
1351
  msgid "Submit Button"
1352
  msgstr ""
1353
 
1354
+ #: ../includes/Elements/Caldera_Forms.php:1163, ../includes/Elements/Contact_Form_7.php:1189, ../includes/Elements/FluentForm.php:1513, ../includes/Elements/Formstack.php:1399, ../includes/Elements/GravityForms.php:1751, ../includes/Elements/NinjaForms.php:1327, ../includes/Elements/Simple_Menu.php:211, ../includes/Elements/WpForms.php:1167
1355
  msgid "Full Width"
1356
  msgstr ""
1357
 
1358
+ #: ../includes/Elements/Caldera_Forms.php:1263, ../includes/Elements/Contact_Form_7.php:1288, ../includes/Elements/FluentForm.php:1614, ../includes/Elements/Formstack.php:1334, ../includes/Elements/Formstack.php:1499, ../includes/Elements/GravityForms.php:1860, ../includes/Elements/GravityForms.php:2085, ../includes/Elements/NinjaForms.php:1431, ../includes/Elements/WpForms.php:1267
1359
  msgid "Margin Top"
1360
  msgstr ""
1361
 
1362
+ #: ../includes/Elements/Caldera_Forms.php:1356, ../includes/Elements/FluentForm.php:2092, ../includes/Elements/NinjaForms.php:1525
1363
  msgid "Success Message"
1364
  msgstr ""
1365
 
1367
  msgid "Error Fields"
1368
  msgstr ""
1369
 
1370
+ #: ../includes/Elements/Caldera_Forms.php:1455, ../includes/Elements/Countdown.php:693, ../includes/Elements/Countdown.php:772, ../includes/Elements/Countdown.php:844, ../includes/Elements/Countdown.php:916, ../includes/Elements/Countdown.php:988, ../includes/Elements/FluentForm.php:1447, ../includes/Elements/FluentForm.php:1769, ../includes/Elements/WeForms.php:513
1371
  msgid "Label Color"
1372
  msgstr ""
1373
 
1415
  msgid "<strong>Contact Form 7</strong> is not installed/activated on your site. Please install and activate <strong>Contact Form 7</strong> first."
1416
  msgstr ""
1417
 
1418
+ #: ../includes/Elements/Contact_Form_7.php:313, ../includes/Elements/Contact_Form_7.php:1607, ../includes/Elements/Cta_Box.php:727, ../includes/Elements/Cta_Box.php:797, ../includes/Elements/Cta_Box.php:917, ../includes/Elements/Cta_Box.php:969, ../includes/Elements/Dual_Color_Header.php:813, ../includes/Elements/Dual_Color_Header.php:893, ../includes/Elements/Event_Calendar.php:666, ../includes/Elements/Event_Calendar.php:798, ../includes/Elements/Event_Calendar.php:865, ../includes/Elements/Event_Calendar.php:919, ../includes/Elements/Event_Calendar.php:1031, ../includes/Elements/Event_Calendar.php:1123, ../includes/Elements/Event_Calendar.php:1221, ../includes/Elements/Event_Calendar.php:1587, ../includes/Elements/Event_Calendar.php:1696, ../includes/Elements/Facebook_Feed.php:488, ../includes/Elements/Facebook_Feed.php:501, ../includes/Elements/Facebook_Feed.php:576, ../includes/Elements/Facebook_Feed.php:589, ../includes/Elements/Facebook_Feed.php:674, ../includes/Elements/Facebook_Feed.php:687, ../includes/Elements/Facebook_Feed.php:758, ../includes/Elements/Facebook_Feed.php:796, ../includes/Elements/Facebook_Feed.php:836, ../includes/Elements/Fancy_Text.php:365, ../includes/Elements/Filterable_Gallery.php:2059, ../includes/Elements/Filterable_Gallery.php:2280, ../includes/Elements/Flip_Box.php:1373, ../includes/Elements/Flip_Box.php:1433, ../includes/Elements/FluentForm.php:1905, ../includes/Elements/FluentForm.php:1930, ../includes/Elements/FluentForm.php:1995, ../includes/Elements/FluentForm.php:2058, ../includes/Elements/Formstack.php:638, ../includes/Elements/Formstack.php:1713, ../includes/Elements/Formstack.php:1738, ../includes/Elements/Formstack.php:1802, ../includes/Elements/Formstack.php:1867, ../includes/Elements/Formstack.php:1922, ../includes/Elements/Formstack.php:2005, ../includes/Elements/Post_Grid.php:372, ../includes/Elements/Pricing_Table.php:1914, ../includes/Elements/Pricing_Table.php:1983, ../includes/Elements/Product_Grid.php:1519, ../includes/Elements/Product_Grid.php:1534, ../includes/Elements/Product_Grid.php:1594, ../includes/Elements/Product_Grid.php:1608, ../includes/Elements/Product_Grid.php:2893, ../includes/Elements/Product_Grid.php:2950, ../includes/Elements/Progress_Bar.php:345, ../includes/Elements/Team_Member.php:746, ../includes/Elements/Team_Member.php:823, ../includes/Elements/Twitter_Feed.php:402, ../includes/Elements/Twitter_Feed.php:654, ../includes/Elements/Woo_Checkout.php:1773, ../includes/Elements/Woo_Checkout.php:1817, ../includes/Elements/Woo_Checkout.php:1861, ../includes/Elements/Woo_Product_Carousel.php:1988, ../includes/Elements/Woo_Product_Carousel.php:2045, ../includes/Elements/Woo_Product_Gallery.php:1027, ../includes/Elements/Woo_Product_Gallery.php:1040, ../includes/Elements/Woo_Product_Gallery.php:1094, ../includes/Elements/Woo_Product_Gallery.php:1106, ../includes/Elements/Woo_Product_Gallery.php:1152, ../includes/Elements/Woo_Product_Gallery.php:1319, ../includes/Elements/Woo_Product_Gallery.php:1353, ../includes/Elements/Woo_Product_Gallery.php:1391, ../includes/Elements/Woo_Product_Gallery.php:2241, ../includes/Elements/Woo_Product_Gallery.php:2298, ../includes/Traits/Controls.php:1242, ../includes/Traits/Controls.php:1296, ../includes/Traits/Woo_Product_Comparable.php:1383, ../includes/Traits/Woo_Product_Comparable.php:1662, ../includes/Traits/Woo_Product_Comparable.php:1711
1419
  msgid "Background"
1420
  msgstr ""
1421
 
1463
  msgid "After Submit Feedback"
1464
  msgstr ""
1465
 
1466
+ #: ../includes/Elements/Contact_Form_7.php:1629, ../includes/Elements/Dual_Color_Header.php:801, ../includes/Elements/Dual_Color_Header.php:881, ../includes/Elements/Flip_Box.php:871, ../includes/Elements/Info_Box.php:584, ../includes/Elements/Info_Box.php:639, ../includes/Elements/Info_Box.php:807, ../includes/Elements/Info_Box.php:887, ../includes/Elements/Info_Box.php:1025, ../includes/Elements/Info_Box.php:1121, ../includes/Elements/Post_Grid.php:344, ../includes/Elements/Product_Grid.php:1474, ../includes/Elements/Woo_Product_Gallery.php:986, ../includes/Elements/Woo_Product_Gallery.php:1230, ../includes/Elements/Woo_Product_Gallery.php:1292, ../includes/Traits/Woo_Product_Comparable.php:1628
1467
  msgid "Radius"
1468
  msgstr ""
1469
 
1475
  msgid "Template Layout"
1476
  msgstr ""
1477
 
1478
+ #: ../includes/Elements/Content_Ticker.php:91, ../includes/Elements/Product_Grid.php:340, ../includes/Elements/Progress_Bar.php:160, ../includes/Elements/Woo_Product_Gallery.php:370, ../includes/Traits/Controls.php:30
1479
  msgid "Dynamic"
1480
  msgstr ""
1481
 
1775
  msgid "Space Below Container"
1776
  msgstr ""
1777
 
1778
+ #: ../includes/Elements/Countdown.php:648, ../includes/Elements/Dual_Color_Header.php:441, ../includes/Elements/Facebook_Feed.php:864, ../includes/Elements/Flip_Box.php:1161, ../includes/Elements/Image_Accordion.php:479, ../includes/Elements/Info_Box.php:1333, ../includes/Elements/Product_Grid.php:1147, ../includes/Elements/Team_Member.php:537, ../includes/Elements/Twitter_Feed.php:679, ../includes/Elements/Woo_Product_Carousel.php:1056, ../includes/Elements/Woo_Product_Gallery.php:733
1779
  msgid "Color &amp; Typography"
1780
  msgstr ""
1781
 
1807
  msgid "Title Style"
1808
  msgstr ""
1809
 
1810
+ #: ../includes/Elements/Countdown.php:1061, ../includes/Elements/Event_Calendar.php:1406, ../includes/Elements/FluentForm.php:1859, ../includes/Elements/Formstack.php:1633, ../includes/Elements/Info_Box.php:1457, ../includes/Elements/Post_Grid.php:612, ../includes/Elements/Post_Timeline.php:340, ../includes/Elements/Product_Grid.php:2433, ../includes/Elements/Product_Grid.php:2788, ../includes/Elements/Progress_Bar.php:690, ../includes/Elements/Twitter_Feed.php:591, ../includes/Elements/Woo_Checkout.php:2155, ../includes/Elements/Woo_Checkout.php:2255, ../includes/Elements/Woo_Product_Carousel.php:1519, ../includes/Elements/Woo_Product_Carousel.php:1885, ../includes/Elements/Woo_Product_Gallery.php:1782, ../includes/Elements/Woo_Product_Gallery.php:2136, ../includes/Traits/Woo_Product_Comparable.php:1018, ../includes/Traits/Woo_Product_Comparable.php:1249
1811
  msgid "Title Color"
1812
  msgstr ""
1813
 
1911
  msgid "Shikoba (Pro)"
1912
  msgstr ""
1913
 
1914
+ #: ../includes/Elements/Creative_Button.php:250, ../includes/Elements/Cta_Box.php:682, ../includes/Elements/Product_Grid.php:1488, ../includes/Elements/Team_Member.php:703, ../includes/Elements/Woo_Product_Gallery.php:998
1915
  msgid "Use Gradient Background"
1916
  msgstr ""
1917
 
2395
  msgid "Get Events"
2396
  msgstr ""
2397
 
2398
+ #: ../includes/Elements/Event_Calendar.php:376, ../includes/Elements/Filterable_Gallery.php:337, ../includes/Elements/Filterable_Gallery.php:2771, ../includes/Elements/Woo_Product_Gallery.php:261
2399
  msgid "All"
2400
  msgstr ""
2401
 
2499
  msgid "Time"
2500
  msgstr ""
2501
 
2502
+ #: ../includes/Elements/Event_Calendar.php:1083, ../includes/Elements/Event_Calendar.php:1417, ../includes/Elements/Facebook_Feed.php:910, ../includes/Elements/Product_Grid.php:145, ../includes/Elements/Woo_Product_Carousel.php:126, ../includes/Elements/Woo_Product_Gallery.php:115
2503
  msgid "Date"
2504
  msgstr ""
2505
 
2531
  msgid "Date Icon"
2532
  msgstr ""
2533
 
2534
+ #: ../includes/Elements/Event_Calendar.php:1503, ../includes/Elements/Info_Box.php:1469, ../includes/Elements/Product_Grid.php:2506, ../includes/Elements/Product_Grid.php:2799, ../includes/Elements/Twitter_Feed.php:601, ../includes/Elements/Woo_Product_Carousel.php:1591, ../includes/Elements/Woo_Product_Carousel.php:1895, ../includes/Elements/Woo_Product_Gallery.php:1854, ../includes/Elements/Woo_Product_Gallery.php:2147
2535
  msgid "Content Color"
2536
  msgstr ""
2537
 
2538
+ #: ../includes/Elements/Event_Calendar.php:1514, ../includes/Elements/Product_Grid.php:2821, ../includes/Elements/Woo_Product_Carousel.php:1916, ../includes/Elements/Woo_Product_Gallery.php:2169, ../includes/Traits/Woo_Product_Comparable.php:1336
2539
  msgid " Close Button"
2540
  msgstr ""
2541
 
2542
+ #: ../includes/Elements/Event_Calendar.php:1549, ../includes/Elements/Product_Grid.php:2856, ../includes/Elements/Woo_Product_Carousel.php:1951, ../includes/Elements/Woo_Product_Gallery.php:2204, ../includes/Extensions/Table_of_Content.php:699
2543
  msgid "Button Size"
2544
  msgstr ""
2545
 
2611
  msgid "Overlay"
2612
  msgstr ""
2613
 
2614
+ #: ../includes/Elements/Facebook_Feed.php:192, ../includes/Elements/Filterable_Gallery.php:121, ../includes/Elements/Product_Grid.php:286, ../includes/Elements/Product_Grid.php:308, ../includes/Elements/Woo_Product_Gallery.php:338, ../includes/Traits/Woo_Product_Comparable.php:853
2615
  msgid "Columns"
2616
  msgstr ""
2617
 
2618
+ #: ../includes/Elements/Facebook_Feed.php:196, ../includes/Elements/Product_Grid.php:290, ../includes/Elements/Product_Grid.php:312, ../includes/Elements/Testimonial.php:195, ../includes/Elements/Woo_Product_Carousel.php:356, ../includes/Elements/Woo_Product_Carousel.php:443, ../includes/Elements/Woo_Product_Gallery.php:342, ../includes/Traits/Controls.php:518, ../includes/Traits/Controls.php:1023
2619
  msgid "1"
2620
  msgstr ""
2621
 
2622
+ #: ../includes/Elements/Facebook_Feed.php:197, ../includes/Elements/Product_Grid.php:291, ../includes/Elements/Product_Grid.php:313, ../includes/Elements/Testimonial.php:196, ../includes/Elements/Woo_Product_Carousel.php:357, ../includes/Elements/Woo_Product_Carousel.php:444, ../includes/Elements/Woo_Product_Gallery.php:343, ../includes/Traits/Controls.php:519, ../includes/Traits/Controls.php:1024
2623
  msgid "2"
2624
  msgstr ""
2625
 
2626
+ #: ../includes/Elements/Facebook_Feed.php:198, ../includes/Elements/Product_Grid.php:292, ../includes/Elements/Testimonial.php:197, ../includes/Elements/Woo_Product_Carousel.php:358, ../includes/Elements/Woo_Product_Carousel.php:445, ../includes/Elements/Woo_Product_Gallery.php:344, ../includes/Traits/Controls.php:520, ../includes/Traits/Controls.php:1025
2627
  msgid "3"
2628
  msgstr ""
2629
 
2630
+ #: ../includes/Elements/Facebook_Feed.php:199, ../includes/Elements/Product_Grid.php:293, ../includes/Elements/Testimonial.php:198, ../includes/Elements/Woo_Product_Carousel.php:446, ../includes/Elements/Woo_Product_Gallery.php:345, ../includes/Traits/Controls.php:521
2631
  msgid "4"
2632
  msgstr ""
2633
 
2634
+ #: ../includes/Elements/Facebook_Feed.php:200, ../includes/Elements/Filterable_Gallery.php:518, ../includes/Elements/Product_Grid.php:294, ../includes/Elements/Testimonial.php:199, ../includes/Elements/Woo_Product_Carousel.php:447, ../includes/Elements/Woo_Product_Gallery.php:346, ../includes/Traits/Controls.php:522
2635
  msgid "5"
2636
  msgstr ""
2637
 
2638
+ #: ../includes/Elements/Facebook_Feed.php:201, ../includes/Elements/Product_Grid.php:295, ../includes/Elements/Woo_Product_Carousel.php:448, ../includes/Elements/Woo_Product_Gallery.php:347, ../includes/Traits/Controls.php:523
2639
  msgid "6"
2640
  msgstr ""
2641
 
2687
  msgid "Show Preview Description"
2688
  msgstr ""
2689
 
2690
+ #: ../includes/Elements/Facebook_Feed.php:384, ../includes/Elements/Product_Grid.php:647, ../includes/Elements/Woo_Product_Gallery.php:515, ../includes/Traits/Controls.php:624
2691
  msgid "Show Load More"
2692
  msgstr ""
2693
 
2694
+ #: ../includes/Elements/Facebook_Feed.php:403, ../includes/Elements/FluentForm.php:1128, ../includes/Elements/FluentForm.php:1748, ../includes/Elements/Formstack.php:650, ../includes/Elements/Login_Register.php:1083, ../includes/Elements/Woo_Checkout.php:1964, ../includes/Elements/Woo_Checkout.php:2306, ../includes/Traits/Woo_Product_Comparable.php:247
2695
  msgid "Label"
2696
  msgstr ""
2697
 
2698
+ #: ../includes/Elements/Facebook_Feed.php:406, ../includes/Elements/Filterable_Gallery.php:692, ../includes/Elements/Product_Grid.php:626, ../includes/Elements/Product_Grid.php:659, ../includes/Elements/Woo_Product_Gallery.php:511, ../includes/Elements/Woo_Product_Gallery.php:527, ../includes/Traits/Controls.php:640
2699
  msgid "Load More"
2700
  msgstr ""
2701
 
2943
  msgid "Feature Item 3"
2944
  msgstr ""
2945
 
2946
+ #: ../includes/Elements/Feature_List.php:249, ../includes/Elements/Product_Grid.php:436, ../includes/Elements/Progress_Bar.php:135, ../includes/Elements/Woo_Product_Gallery.php:455
2947
  msgid "Title HTML Tag"
2948
  msgstr ""
2949
 
2983
  msgid "Show Connector"
2984
  msgstr ""
2985
 
2986
+ #: ../includes/Elements/Feature_List.php:385, ../includes/Elements/Login_Register.php:3238, ../includes/Elements/Login_Register.php:3537, ../includes/Elements/Woo_Product_Gallery.php:1465
2987
  msgid "Space Between"
2988
  msgstr ""
2989
 
3075
  msgid "Media"
3076
  msgstr ""
3077
 
3078
+ #: ../includes/Elements/Filterable_Gallery.php:230, ../includes/Elements/Product_Grid.php:1740, ../includes/Elements/Woo_Product_Gallery.php:1553, ../includes/Traits/Woo_Product_Comparable.php:879
3079
  msgid "Buttons"
3080
  msgstr ""
3081
 
3491
  msgid "Button Style"
3492
  msgstr ""
3493
 
3494
+ #: ../includes/Elements/FluentForm.php:30, ../includes/Elements/FluentForm.php:129, ../includes/Elements/FluentForm.php:138
3495
  msgid "Fluent Form"
3496
  msgstr ""
3497
 
3498
+ #: ../includes/Elements/FluentForm.php:85
3499
+ msgid "Select a Fluent Form"
3500
+ msgstr ""
3501
+
3502
+ #: ../includes/Elements/FluentForm.php:115
3503
  msgid "<strong>Fluent Form</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=fluentform&tab=search&type=term\" target=\"_blank\">Fluent Form</a> first."
3504
  msgstr ""
3505
 
3506
+ #: ../includes/Elements/FluentForm.php:1120
3507
  msgid "Section Break Style"
3508
  msgstr ""
3509
 
3510
+ #: ../includes/Elements/FluentForm.php:1266
3511
  msgid "Checkbox Grid Style"
3512
  msgstr ""
3513
 
3514
+ #: ../includes/Elements/FluentForm.php:1274
3515
  msgid "Grid Table Head"
3516
  msgstr ""
3517
 
3518
+ #: ../includes/Elements/FluentForm.php:1348
3519
  msgid "Grid Table Item"
3520
  msgstr ""
3521
 
3522
+ #: ../includes/Elements/FluentForm.php:1381
3523
  msgid "Odd Item Background Color"
3524
  msgstr ""
3525
 
3526
+ #: ../includes/Elements/FluentForm.php:1439
3527
  msgid "Address Line Style"
3528
  msgstr ""
3529
 
3530
+ #: ../includes/Elements/FluentForm.php:1633
3531
+ msgid "Button Position"
3532
+ msgstr ""
3533
+
3534
+ #: ../includes/Elements/FluentForm.php:1756, ../includes/Elements/Login_Register.php:1178
3535
  msgid "Show Label"
3536
  msgstr ""
3537
 
3538
+ #: ../includes/Elements/FluentForm.php:1816, ../includes/Elements/Formstack.php:1612
3539
  msgid "Progressbar"
3540
  msgstr ""
3541
 
3542
+ #: ../includes/Elements/FluentForm.php:1824, ../includes/Elements/Formstack.php:1620
3543
  msgid "Show Progressbar"
3544
  msgstr ""
3545
 
3546
+ #: ../includes/Elements/FluentForm.php:1922, ../includes/Elements/Formstack.php:1730
3547
  msgid "Filled"
3548
  msgstr ""
3549
 
3619
  msgid "Border Height"
3620
  msgstr ""
3621
 
3622
+ #: ../includes/Elements/GravityForms.php:1091, ../includes/Elements/Pricing_Table.php:195, ../includes/Elements/Pricing_Table.php:202, ../includes/Elements/Product_Grid.php:143, ../includes/Elements/Product_Grid.php:2446, ../includes/Elements/Woo_Checkout.php:220, ../includes/Elements/Woo_Product_Carousel.php:124, ../includes/Elements/Woo_Product_Carousel.php:1531, ../includes/Elements/Woo_Product_Gallery.php:113, ../includes/Elements/Woo_Product_Gallery.php:1794, ../includes/Traits/Woo_Product_Comparable.php:42, ../includes/Traits/Woo_Product_Comparable.php:79
3623
  msgid "Price"
3624
  msgstr ""
3625
 
3627
  msgid "Price Label Color"
3628
  msgstr ""
3629
 
3630
+ #: ../includes/Elements/GravityForms.php:1111, ../includes/Elements/Product_Grid.php:1191, ../includes/Elements/Product_Grid.php:2464, ../includes/Elements/Woo_Product_Carousel.php:1549, ../includes/Elements/Woo_Product_Gallery.php:777, ../includes/Elements/Woo_Product_Gallery.php:1812
3631
  msgid "Price Color"
3632
  msgstr ""
3633
 
3739
  msgid "Hover Overlay Color"
3740
  msgstr ""
3741
 
3742
+ #: ../includes/Elements/Image_Accordion.php:422, ../includes/Elements/Woo_Product_Gallery.php:1427
3743
  msgid "Thumbnail"
3744
  msgstr ""
3745
 
5038
  msgid "Date Text Color"
5039
  msgstr ""
5040
 
5041
+ #: ../includes/Elements/Post_Timeline.php:498, ../includes/Elements/Product_Grid.php:3044, ../includes/Elements/Woo_Product_Gallery.php:2388
5042
  msgid "<p class=\"no-posts-found\">No layout found!</p>"
5043
  msgstr ""
5044
 
5322
  msgid "View More"
5323
  msgstr ""
5324
 
5325
+ #: ../includes/Elements/Product_Grid.php:141, ../includes/Elements/Woo_Product_Carousel.php:122, ../includes/Elements/Woo_Product_Gallery.php:111
5326
  msgid "Product ID"
5327
  msgstr ""
5328
 
5329
+ #: ../includes/Elements/Product_Grid.php:142, ../includes/Elements/Product_Grid.php:1155, ../includes/Elements/Woo_Product_Carousel.php:123, ../includes/Elements/Woo_Product_Carousel.php:1064, ../includes/Elements/Woo_Product_Gallery.php:112, ../includes/Elements/Woo_Product_Gallery.php:741
5330
  msgid "Product Title"
5331
  msgstr ""
5332
 
5333
+ #: ../includes/Elements/Product_Grid.php:144, ../includes/Elements/Product_Grid.php:2769, ../includes/Elements/Woo_Product_Carousel.php:125, ../includes/Elements/Woo_Product_Carousel.php:1868, ../includes/Elements/Woo_Product_Gallery.php:114, ../includes/Elements/Woo_Product_Gallery.php:2117, ../includes/Traits/Woo_Product_Comparable.php:45, ../includes/Traits/Woo_Product_Comparable.php:91
5334
  msgid "SKU"
5335
  msgstr ""
5336
 
5337
+ #: ../includes/Elements/Product_Grid.php:146, ../includes/Elements/Woo_Product_Carousel.php:127, ../includes/Elements/Woo_Product_Gallery.php:116
5338
  msgid "Last Modified Date"
5339
  msgstr ""
5340
 
5341
+ #: ../includes/Elements/Product_Grid.php:147, ../includes/Elements/Woo_Product_Carousel.php:128, ../includes/Elements/Woo_Product_Gallery.php:117
5342
  msgid "Parent Id"
5343
  msgstr ""
5344
 
5345
+ #: ../includes/Elements/Product_Grid.php:148, ../includes/Elements/Woo_Product_Carousel.php:129, ../includes/Elements/Woo_Product_Gallery.php:118
5346
  msgid "Random"
5347
  msgstr ""
5348
 
5349
+ #: ../includes/Elements/Product_Grid.php:149, ../includes/Elements/Woo_Product_Carousel.php:130, ../includes/Elements/Woo_Product_Gallery.php:119
5350
  msgid "Menu Order"
5351
  msgstr ""
5352
 
5353
+ #: ../includes/Elements/Product_Grid.php:156, ../includes/Elements/Woo_Product_Carousel.php:136, ../includes/Elements/Woo_Product_Gallery.php:125
5354
  msgid "Recent Products"
5355
  msgstr ""
5356
 
5357
+ #: ../includes/Elements/Product_Grid.php:157, ../includes/Elements/Woo_Product_Carousel.php:137, ../includes/Elements/Woo_Product_Gallery.php:126
5358
  msgid "Featured Products"
5359
  msgstr ""
5360
 
5361
+ #: ../includes/Elements/Product_Grid.php:158, ../includes/Elements/Woo_Product_Carousel.php:138, ../includes/Elements/Woo_Product_Gallery.php:127
5362
  msgid "Best Selling Products"
5363
  msgstr ""
5364
 
5365
+ #: ../includes/Elements/Product_Grid.php:159, ../includes/Elements/Woo_Product_Carousel.php:139, ../includes/Elements/Woo_Product_Gallery.php:128
5366
  msgid "Sale Products"
5367
  msgstr ""
5368
 
5369
+ #: ../includes/Elements/Product_Grid.php:160, ../includes/Elements/Woo_Product_Carousel.php:140, ../includes/Elements/Woo_Product_Gallery.php:129
5370
  msgid "Top Rated Products"
5371
  msgstr ""
5372
 
5373
+ #: ../includes/Elements/Product_Grid.php:226, ../includes/Elements/Woo_Product_Gallery.php:161
5374
  msgid "Layouts"
5375
  msgstr ""
5376
 
5377
+ #: ../includes/Elements/Product_Grid.php:246, ../includes/Elements/Product_Grid.php:268, ../includes/Elements/Product_Grid.php:1680, ../includes/Elements/Product_Grid.php:1801, ../includes/Elements/Team_Member.php:280, ../includes/Elements/Woo_Product_Carousel.php:789, ../includes/Elements/Woo_Product_Gallery.php:323, ../includes/Elements/Woo_Product_Gallery.php:1498
5378
  msgid "Style Preset"
5379
  msgstr ""
5380
 
5390
  msgid "Overlay Style"
5391
  msgstr ""
5392
 
5393
+ #: ../includes/Elements/Product_Grid.php:254, ../includes/Elements/Product_Grid.php:1688, ../includes/Elements/Woo_Product_Carousel.php:797, ../includes/Elements/Woo_Product_Gallery.php:1506, ../includes/Traits/Controls.php:425
5394
  msgid "Preset 5"
5395
  msgstr ""
5396
 
5406
  msgid "Preset 8"
5407
  msgstr ""
5408
 
5409
+ #: ../includes/Elements/Product_Grid.php:272, ../includes/Elements/Product_Grid.php:1684, ../includes/Elements/Product_Grid.php:1805, ../includes/Elements/Simple_Menu.php:135, ../includes/Elements/Woo_Product_Carousel.php:793, ../includes/Elements/Woo_Product_Carousel.php:2087, ../includes/Elements/Woo_Product_Gallery.php:327, ../includes/Elements/Woo_Product_Gallery.php:1502, ../includes/Traits/Controls.php:421, ../includes/Template/Woo-Product-Carousel/preset-1.php:4
5410
  msgid "Preset 1"
5411
  msgstr ""
5412
 
5413
+ #: ../includes/Elements/Product_Grid.php:273, ../includes/Elements/Product_Grid.php:1685, ../includes/Elements/Product_Grid.php:1806, ../includes/Elements/Simple_Menu.php:136, ../includes/Elements/Woo_Product_Carousel.php:794, ../includes/Elements/Woo_Product_Carousel.php:2088, ../includes/Elements/Woo_Product_Gallery.php:328, ../includes/Elements/Woo_Product_Gallery.php:1503, ../includes/Traits/Controls.php:422, ../includes/Template/Woo-Product-Carousel/preset-2.php:4
5414
  msgid "Preset 2"
5415
  msgstr ""
5416
 
5417
+ #: ../includes/Elements/Product_Grid.php:274, ../includes/Elements/Product_Grid.php:1686, ../includes/Elements/Simple_Menu.php:137, ../includes/Elements/Woo_Product_Carousel.php:795, ../includes/Elements/Woo_Product_Carousel.php:2089, ../includes/Elements/Woo_Product_Gallery.php:329, ../includes/Elements/Woo_Product_Gallery.php:1504, ../includes/Traits/Controls.php:423, ../includes/Template/Woo-Product-Carousel/preset-3.php:4
5418
  msgid "Preset 3"
5419
  msgstr ""
5420
 
5421
+ #: ../includes/Elements/Product_Grid.php:275, ../includes/Elements/Product_Grid.php:1687, ../includes/Elements/Woo_Product_Carousel.php:796, ../includes/Elements/Woo_Product_Carousel.php:2090, ../includes/Elements/Woo_Product_Gallery.php:330, ../includes/Elements/Woo_Product_Gallery.php:1505, ../includes/Traits/Controls.php:424, ../includes/Template/Woo-Product-Carousel/preset-4.php:4
5422
  msgid "Preset 4"
5423
  msgstr ""
5424
 
5425
+ #: ../includes/Elements/Product_Grid.php:329, ../includes/Elements/Woo_Product_Gallery.php:359
5426
  msgid "Product Settings"
5427
  msgstr ""
5428
 
5429
+ #: ../includes/Elements/Product_Grid.php:339, ../includes/Elements/Product_Grid.php:673, ../includes/Elements/Woo_Product_Carousel.php:847, ../includes/Elements/Woo_Product_Gallery.php:369, ../includes/Elements/Woo_Product_Gallery.php:540, ../includes/Traits/Woo_Product_Comparable.php:164
5430
  msgid "Products"
5431
  msgstr ""
5432
 
5433
+ #: ../includes/Elements/Product_Grid.php:349, ../includes/Elements/Woo_Product_Gallery.php:379, ../includes/Traits/Controls.php:78
5434
  msgid "This option will only affect in <strong>Archive page of Elementor Theme Builder</strong> dynamically."
5435
  msgstr ""
5436
 
5437
+ #: ../includes/Elements/Product_Grid.php:362, ../includes/Elements/Woo_Checkout.php:94, ../includes/Elements/Woo_Product_Carousel.php:184, ../includes/Elements/Woo_Product_Gallery.php:99, ../includes/Traits/Woo_Product_Comparable.php:135
5438
  msgid "<strong>WooCommerce</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=woocommerce&tab=search&type=term\" target=\"_blank\">WooCommerce</a> first."
5439
  msgstr ""
5440
 
5441
+ #: ../includes/Elements/Product_Grid.php:369, ../includes/Elements/Woo_Product_Carousel.php:712, ../includes/Elements/Woo_Product_Gallery.php:388
5442
  msgid "Filter By"
5443
  msgstr ""
5444
 
5445
+ #: ../includes/Elements/Product_Grid.php:379, ../includes/Elements/Woo_Product_Carousel.php:719, ../includes/Elements/Woo_Product_Gallery.php:398, ../includes/Traits/Controls.php:173, ../includes/Traits/Controls.php:300, ../includes/Traits/Controls.php:351
5446
  msgid "Order By"
5447
  msgstr ""
5448
 
5449
+ #: ../includes/Elements/Product_Grid.php:387, ../includes/Elements/Woo_Product_Carousel.php:727, ../includes/Elements/Woo_Product_Gallery.php:406, ../includes/Traits/Controls.php:184, ../includes/Traits/Controls.php:318, ../includes/Traits/Controls.php:361
5450
  msgid "Order"
5451
  msgstr ""
5452
 
5453
+ #: ../includes/Elements/Product_Grid.php:398, ../includes/Elements/Woo_Product_Carousel.php:738, ../includes/Elements/Woo_Product_Gallery.php:417
5454
  msgid "Products Count"
5455
  msgstr ""
5456
 
5457
+ #: ../includes/Elements/Product_Grid.php:407, ../includes/Elements/Woo_Product_Carousel.php:747, ../includes/Elements/Woo_Product_Gallery.php:426, ../includes/Traits/Controls.php:164, ../includes/Traits/Controls.php:291, ../includes/Traits/Controls.php:1610, ../includes/Traits/Controls.php:1649, ../includes/Traits/Controls.php:1712, ../includes/Traits/Controls.php:1750
5458
  msgid "Offset"
5459
  msgstr ""
5460
 
5461
+ #: ../includes/Elements/Product_Grid.php:413, ../includes/Elements/Woo_Product_Gallery.php:433
5462
  msgid "Product Categories"
5463
  msgstr ""
5464
 
5465
+ #: ../includes/Elements/Product_Grid.php:446, ../includes/Elements/Progress_Bar.php:144, ../includes/Elements/Woo_Product_Gallery.php:465
5466
  msgid "div"
5467
  msgstr ""
5468
 
5469
+ #: ../includes/Elements/Product_Grid.php:447, ../includes/Elements/Progress_Bar.php:145, ../includes/Elements/Woo_Product_Gallery.php:466
5470
  msgid "span"
5471
  msgstr ""
5472
 
5473
+ #: ../includes/Elements/Product_Grid.php:448, ../includes/Elements/Progress_Bar.php:146, ../includes/Elements/Woo_Product_Gallery.php:467
5474
  msgid "p"
5475
  msgstr ""
5476
 
5477
+ #: ../includes/Elements/Product_Grid.php:454, ../includes/Elements/Woo_Product_Carousel.php:263, ../includes/Elements/Woo_Product_Gallery.php:473
5478
  msgid "Show Product Rating?"
5479
  msgstr ""
5480
 
5481
+ #: ../includes/Elements/Product_Grid.php:467, ../includes/Elements/Woo_Product_Carousel.php:272, ../includes/Elements/Woo_Product_Gallery.php:486
5482
  msgid "Show Product Price?"
5483
  msgstr ""
5484
 
5538
  msgid "Default Product"
5539
  msgstr ""
5540
 
5541
+ #: ../includes/Elements/Product_Grid.php:656, ../includes/Elements/Woo_Product_Gallery.php:524, ../includes/Traits/Controls.php:636, ../includes/Traits/Controls.php:941
5542
  msgid "Label Text"
5543
  msgstr ""
5544
 
5545
+ #: ../includes/Elements/Product_Grid.php:730, ../includes/Elements/Team_Member.php:359, ../includes/Elements/Woo_Product_Gallery.php:578
5546
  msgid "Content Background Color"
5547
  msgstr ""
5548
 
5562
  msgid "Width (%)"
5563
  msgstr ""
5564
 
5565
+ #: ../includes/Elements/Product_Grid.php:1163, ../includes/Elements/Woo_Product_Carousel.php:1072, ../includes/Elements/Woo_Product_Gallery.php:749
5566
  msgid "Product Title Color"
5567
  msgstr ""
5568
 
5569
+ #: ../includes/Elements/Product_Grid.php:1183, ../includes/Elements/Woo_Product_Carousel.php:1092, ../includes/Elements/Woo_Product_Gallery.php:769
5570
  msgid "Product Price"
5571
  msgstr ""
5572
 
5573
+ #: ../includes/Elements/Product_Grid.php:1203, ../includes/Elements/Product_Grid.php:2476, ../includes/Elements/Woo_Product_Carousel.php:1561, ../includes/Elements/Woo_Product_Gallery.php:789, ../includes/Elements/Woo_Product_Gallery.php:1824
5574
  msgid "Sale Price Color"
5575
  msgstr ""
5576
 
5577
+ #: ../includes/Elements/Product_Grid.php:1222, ../includes/Elements/Woo_Product_Carousel.php:1120, ../includes/Elements/Woo_Product_Gallery.php:808
5578
  msgid "Star Rating"
5579
  msgstr ""
5580
 
5581
+ #: ../includes/Elements/Product_Grid.php:1230, ../includes/Elements/Woo_Product_Carousel.php:1128, ../includes/Elements/Woo_Product_Gallery.php:816
5582
  msgid "Rating Color"
5583
  msgstr ""
5584
 
5590
  msgid "Sale Badge Style"
5591
  msgstr ""
5592
 
5593
+ #: ../includes/Elements/Product_Grid.php:1361, ../includes/Elements/Woo_Product_Carousel.php:1206, ../includes/Elements/Woo_Product_Gallery.php:877
5594
  msgid "Sale Badge Color"
5595
  msgstr ""
5596
 
5597
+ #: ../includes/Elements/Product_Grid.php:1373, ../includes/Elements/Woo_Product_Carousel.php:1218, ../includes/Elements/Woo_Product_Gallery.php:889
5598
  msgid "Sale Badge Background"
5599
  msgstr ""
5600
 
5601
+ #: ../includes/Elements/Product_Grid.php:1395, ../includes/Elements/Woo_Product_Carousel.php:1240, ../includes/Elements/Woo_Product_Gallery.php:911
5602
  msgid "Stock Out Badge"
5603
  msgstr ""
5604
 
5605
+ #: ../includes/Elements/Product_Grid.php:1403, ../includes/Elements/Woo_Product_Carousel.php:1248, ../includes/Elements/Woo_Product_Gallery.php:919
5606
  msgid "Stock Out Badge Color"
5607
  msgstr ""
5608
 
5609
+ #: ../includes/Elements/Product_Grid.php:1415, ../includes/Elements/Woo_Product_Carousel.php:1260, ../includes/Elements/Woo_Product_Gallery.php:931
5610
  msgid "Stock Out Badge Background"
5611
  msgstr ""
5612
 
5613
+ #: ../includes/Elements/Product_Grid.php:1442, ../includes/Elements/Woo_Product_Gallery.php:958
5614
  msgid "Add to Cart Button Styles"
5615
  msgstr ""
5616
 
5617
+ #: ../includes/Elements/Product_Grid.php:1503, ../includes/Elements/Product_Grid.php:1579, ../includes/Elements/Woo_Product_Gallery.php:1013, ../includes/Elements/Woo_Product_Gallery.php:1081
5618
  msgid "Button Color"
5619
  msgstr ""
5620
 
5621
+ #: ../includes/Elements/Product_Grid.php:1650, ../includes/Elements/Woo_Product_Carousel.php:782, ../includes/Elements/Woo_Product_Gallery.php:1492
5622
  msgid "Sale / Stock Out Badge"
5623
  msgstr ""
5624
 
5625
+ #: ../includes/Elements/Product_Grid.php:1718, ../includes/Elements/Woo_Product_Carousel.php:827, ../includes/Elements/Woo_Product_Gallery.php:1533
5626
  msgid "Sale Text"
5627
  msgstr ""
5628
 
5629
+ #: ../includes/Elements/Product_Grid.php:1727, ../includes/Elements/Woo_Product_Carousel.php:835, ../includes/Elements/Woo_Product_Gallery.php:1541
5630
  msgid "Stock Out Text"
5631
  msgstr ""
5632
 
5633
+ #: ../includes/Elements/Product_Grid.php:1767, ../includes/Elements/Woo_Product_Carousel.php:380, ../includes/Elements/Woo_Product_Gallery.php:1560
5634
  msgid "Show Quick view?"
5635
  msgstr ""
5636
 
5637
+ #: ../includes/Elements/Product_Grid.php:1777, ../includes/Elements/Woo_Product_Carousel.php:390, ../includes/Elements/Woo_Product_Gallery.php:1575
5638
  msgid "Quick view Title Tag"
5639
  msgstr ""
5640
 
5666
  msgid "Loader"
5667
  msgstr ""
5668
 
5669
+ #: ../includes/Elements/Product_Grid.php:2408, ../includes/Elements/Woo_Product_Carousel.php:1494, ../includes/Elements/Woo_Product_Gallery.php:1751
5670
  msgid "Popup"
5671
  msgstr ""
5672
 
5673
+ #: ../includes/Elements/Product_Grid.php:2518, ../includes/Elements/Woo_Product_Carousel.php:1615, ../includes/Elements/Woo_Product_Gallery.php:1866
5674
  msgid "Review Link Color"
5675
  msgstr ""
5676
 
5677
+ #: ../includes/Elements/Product_Grid.php:2529, ../includes/Elements/Woo_Product_Carousel.php:1627, ../includes/Elements/Woo_Product_Gallery.php:1877
5678
  msgid "Review Link Hover"
5679
  msgstr ""
5680
 
5681
+ #: ../includes/Elements/Product_Grid.php:2554, ../includes/Elements/Woo_Product_Carousel.php:1652, ../includes/Elements/Woo_Product_Gallery.php:1902
5682
  msgid "Sale"
5683
  msgstr ""
5684
 
5685
+ #: ../includes/Elements/Product_Grid.php:2595, ../includes/Elements/Woo_Checkout.php:203, ../includes/Elements/Woo_Product_Carousel.php:1692, ../includes/Elements/Woo_Product_Gallery.php:1943
5686
  msgid "Quantity"
5687
  msgstr ""
5688
 
5689
+ #: ../includes/Elements/Product_Grid.php:2652, ../includes/Elements/Woo_Product_Carousel.php:1749, ../includes/Elements/Woo_Product_Gallery.php:2000
5690
  msgid "Cart Button"
5691
  msgstr ""
5692
 
5830
  msgid "Hamburger Menu"
5831
  msgstr ""
5832
 
5833
+ #: ../includes/Elements/Simple_Menu.php:320, ../includes/Elements/Woo_Product_Gallery.php:1251
5834
  msgid "Items"
5835
  msgstr ""
5836
 
5890
  msgid "Sticky"
5891
  msgstr ""
5892
 
5893
+ #: ../includes/Elements/Sticky_Video.php:116, ../includes/Elements/Woo_Product_Carousel.php:2099, ../includes/Elements/Woo_Product_Gallery.php:176, ../includes/Extensions/Reading_Progress.php:110, ../includes/Extensions/Table_of_Content.php:433, ../includes/Traits/Controls.php:1566, ../includes/Traits/Woo_Product_Comparable.php:1473
5894
  msgid "Position"
5895
  msgstr ""
5896
 
6602
  msgid "Product Text"
6603
  msgstr ""
6604
 
6605
+ #: ../includes/Elements/Woo_Checkout.php:186, ../includes/Elements/Woo_Product_Gallery.php:302
6606
  msgid "Product"
6607
  msgstr ""
6608
 
6898
  msgid "Product Price Color"
6899
  msgstr ""
6900
 
6901
+ #: ../includes/Elements/Woo_Product_Carousel.php:1198, ../includes/Elements/Woo_Product_Gallery.php:869
6902
  msgid "Sale Badge"
6903
  msgstr ""
6904
 
6974
  msgid "<p class=\"eael-no-posts-found\">No layout found!</p>"
6975
  msgstr ""
6976
 
6977
+ #: ../includes/Elements/Woo_Product_Gallery.php:168
6978
  msgid "Gallery"
6979
  msgstr ""
6980
 
6981
+ #: ../includes/Elements/Woo_Product_Gallery.php:245
6982
  msgid "Show All Category Tab"
6983
  msgstr ""
6984
 
6985
+ #: ../includes/Elements/Woo_Product_Gallery.php:257
6986
  msgid "Change All Text"
6987
  msgstr ""
6988
 
6989
+ #: ../includes/Elements/Woo_Product_Gallery.php:271
6990
  msgid "Show Category Thumbnail"
6991
  msgstr ""
6992
 
6993
+ #: ../includes/Elements/Woo_Product_Gallery.php:277
6994
  msgid "Display thumbnail if a category has a thumbnail."
6995
  msgstr ""
6996
 
6997
+ #: ../includes/Elements/Woo_Product_Gallery.php:1144
6998
  msgid "Gallery Styles"
6999
  msgstr ""
7000
 
7001
+ #: ../includes/Elements/Woo_Product_Gallery.php:1185
7002
  msgid "Gap"
7003
  msgstr ""
7004
 
7005
+ #: ../includes/Elements/Woo_Product_Gallery.php:1439
7006
+ msgid "Width (PX)"
7007
+ msgstr ""
7008
+
7009
+ #: ../includes/Elements/Woo_Product_Gallery.php:1602
7010
  msgid "Show Add to Cart?"
7011
  msgstr ""
7012
 
7013
+ #: ../includes/Elements/Woo_Product_Gallery.php:1612
7014
  msgid "Show Link?"
7015
  msgstr ""
7016
 
7017
+ #: ../includes/Elements/Woo_Product_Gallery.php:1628
7018
  msgid "Image Clickable?"
7019
  msgstr ""
7020
 
7021
+ #: ../includes/Elements/Woo_Product_Gallery.php:2587
7022
  msgid "<p class=\"no-posts-found\">No Category Found!</p>"
7023
  msgstr ""
7024
 
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: wpdevteam, Codetic, re_enter_rupok, Asif2BD, priyomukul, manzurahammed
3
  Tags: elementor, elements, addons, elementor addons, elementor widget, elementor form, woocommerce elementor, page builder, builder, visual editor, wordpress page builder
4
  Requires at least: 5.0
5
- Tested up to: 5.8
6
  Requires PHP: 5.6
7
- Stable tag: 4.9.0
8
  License: GPLv3
9
  License URI: https://opensource.org/licenses/GPL-3.0
10
 
@@ -183,7 +183,7 @@ If you like Essential Addons, then consider checking out our other WordPress Plu
183
 
184
  🗒️ **[BetterDocs](https://betterdocs.co/)** – Best Documentation & Knowledge Base Plugin for WordPress, which also reduce your manual support request.
185
 
186
- ⏰ **[WP Scheduled Posts](https://wordpress.org/plugins/wp-scheduled-posts/)** – Complete solution for WordPress Post Scheduling to manage schedules through an editorial calendar & Social Share.
187
 
188
 
189
  ⭐ **[ReviewX](https://wordpress.org/plugins/reviewx/)** – Advanced multi criteria Rating & Reviews for WooCommerce that allows users to submit product review for multiple criteria.
@@ -226,6 +226,15 @@ Your existing elements/content will work with premium version. So you won't lose
226
 
227
  == Changelog ==
228
 
 
 
 
 
 
 
 
 
 
229
  = 4.9.0 - 01/09/2021 =
230
 
231
  - Added: EA Woo Product Gallery widget
2
  Contributors: wpdevteam, Codetic, re_enter_rupok, Asif2BD, priyomukul, manzurahammed
3
  Tags: elementor, elements, addons, elementor addons, elementor widget, elementor form, woocommerce elementor, page builder, builder, visual editor, wordpress page builder
4
  Requires at least: 5.0
5
+ Tested up to: 5.8.1
6
  Requires PHP: 5.6
7
+ Stable tag: 4.9.1
8
  License: GPLv3
9
  License URI: https://opensource.org/licenses/GPL-3.0
10
 
183
 
184
  🗒️ **[BetterDocs](https://betterdocs.co/)** – Best Documentation & Knowledge Base Plugin for WordPress, which also reduce your manual support request.
185
 
186
+ ⏰ **[SchedulePress](https://wordpress.org/plugins/wp-scheduled-posts/)** – Complete solution for WordPress Post Scheduling to manage schedules through an editorial calendar & Social Share.
187
 
188
 
189
  ⭐ **[ReviewX](https://wordpress.org/plugins/reviewx/)** – Advanced multi criteria Rating & Reviews for WooCommerce that allows users to submit product review for multiple criteria.
226
 
227
  == Changelog ==
228
 
229
+ = 4.9.1 - 14/09/2021 =
230
+
231
+ - Improved: EA Woo Product Gallery | Added options to change category tab icon & button hover control
232
+ - Improved: EA advanced Tabs | Added option to change the icon position
233
+ - Improved: EA Login/Register Form | Added option to design Header Subtitle in Responsive Mode
234
+ - Fixed: EA Advanced Tabs | Content not initially loading with anchor link
235
+ - Fixed: WPML Translations not working for EA Advanced Tabs & EA Filterable Gallery
236
+ - Few minor bug fix & improvements
237
+
238
  = 4.9.0 - 01/09/2021 =
239
 
240
  - Added: EA Woo Product Gallery widget
wpml-config.xml CHANGED
@@ -87,9 +87,8 @@
87
  <field type="Filterable Gallery: Load More" editor_type="LINE">load_more_text</field>
88
  <field type="Filterable Gallery: No More Text" editor_type="LINE">nomore_items_text</field>
89
  </fields>
90
- <fields-in-item items_of="eael_fgFlipBox_controls">
91
  <field type="Filterable Gallery: Control" editor_type="LINE">eael_fg_control</field>
92
-
93
  </fields-in-item>
94
  <fields-in-item items_of="eael_fg_gallery_items">
95
  <field type="Filterable Gallery: Control Name" editor_type="LINE">eael_fg_gallery_control_name</field>
87
  <field type="Filterable Gallery: Load More" editor_type="LINE">load_more_text</field>
88
  <field type="Filterable Gallery: No More Text" editor_type="LINE">nomore_items_text</field>
89
  </fields>
90
+ <fields-in-item items_of="eael_fg_controls">
91
  <field type="Filterable Gallery: Control" editor_type="LINE">eael_fg_control</field>
 
92
  </fields-in-item>
93
  <fields-in-item items_of="eael_fg_gallery_items">
94
  <field type="Filterable Gallery: Control Name" editor_type="LINE">eael_fg_gallery_control_name</field>